This file is indexed.

/usr/lib/gcc-cross/sh4-linux-gnu/6/plugin/include/insn-flags.h is in gcc-6-plugin-dev-sh4-linux-gnu 6.4.0-17ubuntu1cross1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
/* Generated automatically by the program `genflags'
   from the machine description file `md'.  */

#ifndef GCC_INSN_FLAGS_H
#define GCC_INSN_FLAGS_H

#define HAVE_tstsi_t (TARGET_SH1 \
   && (can_create_pseudo_p () || arith_reg_operand (operands[1], SImode) \
       || satisfies_constraint_K08 (operands[1])))
#define HAVE_cmpeqsi_t (TARGET_SH1)
#define HAVE_cmpgtsi_t (TARGET_SH1)
#define HAVE_cmpgesi_t (TARGET_SH1)
#define HAVE_cmp_div0s (TARGET_SH1)
#define HAVE_cmpgeusi_t (TARGET_SH1)
#define HAVE_cmpgtusi_t (TARGET_SH1)
#define HAVE_cbranchdi4_i (TARGET_CBRANCHDI4)
#define HAVE_cmpeqdi_t (TARGET_SH1)
#define HAVE_cmpgtdi_t (TARGET_SH2)
#define HAVE_cmpgedi_t (TARGET_SH2)
#define HAVE_cmpgeudi_t (TARGET_SH2)
#define HAVE_cmpgtudi_t (TARGET_SH2)
#define HAVE_cmpeqsi_media (TARGET_SHMEDIA)
#define HAVE_cmpeqdi_media (TARGET_SHMEDIA)
#define HAVE_cmpgtsi_media (TARGET_SHMEDIA)
#define HAVE_cmpgtdi_media (TARGET_SHMEDIA)
#define HAVE_cmpgtusi_media (TARGET_SHMEDIA)
#define HAVE_cmpgtudi_media (TARGET_SHMEDIA)
#define HAVE_movdicc_false (TARGET_SHMEDIA)
#define HAVE_movdicc_true (TARGET_SHMEDIA)
#define HAVE_movsicc_false (TARGET_SHMEDIA)
#define HAVE_movsicc_true (TARGET_SHMEDIA)
#define HAVE_adddi3z_media (TARGET_SHMEDIA)
#define HAVE_adddi3_compact (TARGET_SH1)
#define HAVE_addc (TARGET_SH1)
#define HAVE_addsi3_media (TARGET_SHMEDIA)
#define HAVE_addsidi3_media (TARGET_SHMEDIA)
#define HAVE_addsi3_scr (TARGET_SH1)
#define HAVE_subdisi3_media (TARGET_SHMEDIA)
#define HAVE_subdi3_compact (TARGET_SH1)
#define HAVE_subc (TARGET_SH1)
#define HAVE_use_sfunc_addr (TARGET_SH1 && check_use_sfunc_addr (insn, operands[0]))
#define HAVE_udivsi3_sh2a (TARGET_SH2A)
#define HAVE_udivsi3_i1 (TARGET_SH1 && TARGET_DIVIDE_CALL_DIV1)
#define HAVE_udivsi3_i1_media (TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP))
#define HAVE_udivsi3_i4 (TARGET_FPU_DOUBLE && ! TARGET_FPU_SINGLE)
#define HAVE_udivsi3_i4_single ((TARGET_FPU_SINGLE_ONLY || TARGET_FPU_DOUBLE || TARGET_SHCOMPACT) \
   && TARGET_FPU_SINGLE)
#define HAVE_udivsi3_i4_int (TARGET_SH1)
#define HAVE_divsi3_sh2a (TARGET_SH2A)
#define HAVE_divsi3_i1 (TARGET_SH1 && TARGET_DIVIDE_CALL_DIV1)
#define HAVE_divsi3_i1_media (TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP))
#define HAVE_divsi3_media_2 (TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP))
#define HAVE_divsi_inv_call (TARGET_SHMEDIA)
#define HAVE_divsi3_i4 (TARGET_FPU_DOUBLE && ! TARGET_FPU_SINGLE)
#define HAVE_divsi3_i4_single ((TARGET_FPU_SINGLE_ONLY || TARGET_FPU_DOUBLE || TARGET_SHCOMPACT) \
   && TARGET_FPU_SINGLE)
#define HAVE_divsi3_i4_int (TARGET_SH1)
#define HAVE_divsi_inv_qitable (TARGET_SHMEDIA)
#define HAVE_divsi_inv_hitable (TARGET_SHMEDIA)
#define HAVE_divsi_inv_m1 (TARGET_SHMEDIA)
#define HAVE_divsi_inv_m2 (TARGET_SHMEDIA)
#define HAVE_divsi_inv_m3 (TARGET_SHMEDIA)
#define HAVE_divsi_inv_m1_3 (TARGET_SHMEDIA \
   && (TARGET_DIVIDE_INV_MINLAT \
       || TARGET_DIVIDE_INV20U || TARGET_DIVIDE_INV20L))
#define HAVE_divsi_inv20 (TARGET_SHMEDIA \
   && (TARGET_DIVIDE_INV20U || TARGET_DIVIDE_INV20L))
#define HAVE_divsi_inv_fp (TARGET_SHMEDIA_FPU)
#define HAVE_umulhisi3_i (TARGET_SH1)
#define HAVE_mulhisi3_i (TARGET_SH1)
#define HAVE_mul_r (TARGET_SH2A)
#define HAVE_mul_l (TARGET_SH2)
#define HAVE_mulsidi3_i (TARGET_SH2)
#define HAVE_mulsidi3_media (TARGET_SHMEDIA)
#define HAVE_mulsidi3_compact (TARGET_SH2)
#define HAVE_umulsidi3_i (TARGET_SH2)
#define HAVE_umulsidi3_media (TARGET_SHMEDIA)
#define HAVE_umulsidi3_compact (TARGET_SH2)
#define HAVE_smulsi3_highpart_i (TARGET_SH2)
#define HAVE_umulsi3_highpart_i (TARGET_SH2)
#define HAVE_muldi3 (TARGET_SHMEDIA)
#define HAVE_anddi3 (TARGET_SHMEDIA)
#define HAVE_andcsi3 (TARGET_SHMEDIA)
#define HAVE_andcdi3 (TARGET_SHMEDIA)
#define HAVE_iordi3 (TARGET_SHMEDIA)
#define HAVE_xordi3 (TARGET_SHMEDIA)
#define HAVE_rotldi3_mextr (TARGET_SHMEDIA)
#define HAVE_rotrdi3_mextr (TARGET_SHMEDIA)
#define HAVE_rotrsi3_1 (TARGET_SH1)
#define HAVE_rotlsi3_1 (TARGET_SH1)
#define HAVE_rotlsi3_31 (TARGET_SH1)
#define HAVE_rotlsi3_16 (TARGET_SH1)
#define HAVE_rotlhi3_8 (TARGET_SH1)
#define HAVE_rotcr (TARGET_SH1)
#define HAVE_rotcl (TARGET_SH1)
#define HAVE_ashlsi3_k (TARGET_SH1)
#define HAVE_ashlsi3_d (TARGET_DYNSHIFT)
#define HAVE_ashlsi3_d_call (TARGET_SH1 && !TARGET_DYNSHIFT)
#define HAVE_ashlsi3_n (TARGET_SH1 && ! sh_ashlsi_clobbers_t_reg_p (operands[2]))
#define HAVE_ashlsi3_n_clobbers_t (TARGET_SH1 && sh_ashlsi_clobbers_t_reg_p (operands[2]))
#define HAVE_shll (TARGET_SH1)
#define HAVE_ashlsi3_media (TARGET_SHMEDIA)
#define HAVE_ashlhi3_k (TARGET_SH1 && satisfies_constraint_P27 (operands[2]))
#define HAVE_ashldi3_k (TARGET_SH1)
#define HAVE_ashldi3_media (TARGET_SHMEDIA)
#define HAVE_shar (TARGET_SH1)
#define HAVE_ashrsi3_k (TARGET_SH1 && INTVAL (operands[2]) == 1)
#define HAVE_ashrsi2_16 (TARGET_SH1)
#define HAVE_ashrsi2_31 (TARGET_SH1)
#define HAVE_ashrsi3_d (TARGET_DYNSHIFT)
#define HAVE_ashrsi3_n (TARGET_SH1)
#define HAVE_ashrsi3_media (TARGET_SHMEDIA)
#define HAVE_ashrdi3_k (TARGET_SH1)
#define HAVE_ashrdi3_media (TARGET_SHMEDIA \
   && (arith_reg_dest (operands[0], DImode) \
       || (CONST_INT_P (operands[2]) && INTVAL (operands[2]) >= 32)))
#define HAVE_ashrdisi3_media_high (TARGET_SHMEDIA && INTVAL (operands[2]) >= 32)
#define HAVE_ashrdisi3_media_opaque (TARGET_SHMEDIA)
#define HAVE_lshrsi3_k (TARGET_SH1)
#define HAVE_lshrsi3_d (TARGET_DYNSHIFT)
#define HAVE_lshrsi3_d_call (TARGET_SH1 && !TARGET_DYNSHIFT)
#define HAVE_lshrsi3_n (TARGET_SH1 && ! sh_lshrsi_clobbers_t_reg_p (operands[2]))
#define HAVE_lshrsi3_n_clobbers_t (TARGET_SH1 && sh_lshrsi_clobbers_t_reg_p (operands[2]))
#define HAVE_shlr (TARGET_SH1)
#define HAVE_lshrsi3_media (TARGET_SHMEDIA)
#define HAVE_lshrdi3_k (TARGET_SH1)
#define HAVE_lshrdi3_media (TARGET_SHMEDIA \
   && (arith_reg_dest (operands[0], DImode) \
       || (CONST_INT_P (operands[2]) && INTVAL (operands[2]) > 32)))
#define HAVE_and_shl_scratch (TARGET_SH1)
#define HAVE_shl_sext_ext (TARGET_SH1 && (unsigned)shl_sext_kind (operands[2], operands[3], 0) - 1 < 5)
#define HAVE_shl_sext_sub (TARGET_SH1 && (shl_sext_kind (operands[2], operands[3], 0) & ~1) == 6)
#define HAVE_xtrct_left (TARGET_SH1)
#define HAVE_xtrct_right (TARGET_SH1)
#define HAVE_negc (TARGET_SH1)
#define HAVE_negsi2 (TARGET_SH1)
#define HAVE_one_cmplsi2 (TARGET_SH1)
#define HAVE_negsi_cond (TARGET_SH1 && TARGET_ZDCBRANCH)
#define HAVE_negdi_cond (TARGET_SH1)
#define HAVE_swapbsi2 (TARGET_SH1)
#define HAVE_zero_extendsidi2 (TARGET_SHMEDIA)
#define HAVE_zero_extendhidi2 (TARGET_SHMEDIA)
#define HAVE_zero_extendqidi2 (TARGET_SHMEDIA)
#define HAVE_zero_extendqihi2 (TARGET_SH1)
#define HAVE_extendsidi2 (TARGET_SHMEDIA)
#define HAVE_extendhidi2 (TARGET_SHMEDIA)
#define HAVE_extendqidi2 (TARGET_SHMEDIA)
#define HAVE_truncdisi2 (TARGET_SHMEDIA)
#define HAVE_truncdihi2 (TARGET_SHMEDIA)
#define HAVE_truncdiqi2 (TARGET_SHMEDIA)
#define HAVE_push_fpul (TARGET_SH2E && ! TARGET_SH5)
#define HAVE_pop_fpul (TARGET_SH2E && ! TARGET_SH5)
#define HAVE_clrt (TARGET_SH1)
#define HAVE_sett (TARGET_SH1)
#define HAVE_movsi_i (TARGET_SH1 \
   && ! TARGET_SH2E \
   && ! TARGET_SH2A \
   && (register_operand (operands[0], SImode) \
       || register_operand (operands[1], SImode)))
#define HAVE_movsi_ie ((TARGET_SH2E || TARGET_SH2A) \
   && ((register_operand (operands[0], SImode) \
	&& !fpscr_operand (operands[0], SImode)) \
       || (register_operand (operands[1], SImode) \
	   && !fpscr_operand (operands[1], SImode))))
#define HAVE_movsi_i_lowpart (TARGET_SH1 \
    && (register_operand (operands[0], SImode) \
        || register_operand (operands[1], SImode)))
#define HAVE_load_ra (TARGET_SH1)
#define HAVE_ic_invalidate_line_i (TARGET_HARD_SH4)
#define HAVE_ic_invalidate_line_sh4a (TARGET_SH4A || TARGET_SH4_300)
#define HAVE_ic_invalidate_line_media (TARGET_SHMEDIA)
#define HAVE_ic_invalidate_line_compact (TARGET_SHCOMPACT)
#define HAVE_initialize_trampoline_compact (TARGET_SHCOMPACT)
#define HAVE_shori_media (TARGET_SHMEDIA && (reload_completed || arith_reg_dest (operands[0], DImode)))
#define HAVE_movdf_media (TARGET_SHMEDIA_FPU \
   && (register_operand (operands[0], DFmode) \
       || sh_register_operand (operands[1], DFmode)))
#define HAVE_movdf_media_nofpu (TARGET_SHMEDIA \
   && (register_operand (operands[0], DFmode) \
       || sh_register_operand (operands[1], DFmode)))
#define HAVE_movdf_k (TARGET_SH1 \
   && (! (TARGET_SH4 || TARGET_SH2A_DOUBLE) || reload_completed \
       /* ??? We provide some insn so that direct_{load,store}[DFmode] get set */ \
       || (REG_P (operands[0]) && REGNO (operands[0]) == 3) \
       || (REG_P (operands[1]) && REGNO (operands[1]) == 3)) \
   && (arith_reg_operand (operands[0], DFmode) \
       || arith_reg_operand (operands[1], DFmode)))
#define HAVE_movdf_i4 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) \
   && (arith_reg_operand (operands[0], DFmode) \
       || arith_reg_operand (operands[1], DFmode)))
#define HAVE_movv2sf_i (TARGET_SHMEDIA_FPU)
#define HAVE_movsf_media (TARGET_SHMEDIA_FPU \
   && (register_operand (operands[0], SFmode) \
       || sh_register_operand (operands[1], SFmode)))
#define HAVE_movsf_media_nofpu (TARGET_SHMEDIA \
   && (register_operand (operands[0], SFmode) \
       || sh_register_operand (operands[1], SFmode)))
#define HAVE_movsf_i (TARGET_SH1 \
   && (! TARGET_SH2E \
       /* ??? We provide some insn so that direct_{load,store}[SFmode] get set */ \
       || (REG_P (operands[0]) && REGNO (operands[0]) == 3) \
       || (REG_P (operands[1]) && REGNO (operands[1]) == 3)) \
   && (arith_reg_operand (operands[0], SFmode) \
       || arith_reg_operand (operands[1], SFmode)))
#define HAVE_movsf_ie (TARGET_SH2E \
   && (arith_reg_operand (operands[0], SFmode) || fpul_operand (operands[0], SFmode) \
       || arith_reg_operand (operands[1], SFmode) || fpul_operand (operands[1], SFmode) \
       || arith_reg_operand (operands[2], SImode)))
#define HAVE_movsf_ie_ra (TARGET_SH2E \
   && (arith_reg_operand (operands[0], SFmode) \
       || fpul_operand (operands[0], SFmode) \
       || arith_reg_operand (operands[1], SFmode) \
       || fpul_operand (operands[1], SFmode)))
#define HAVE_mov_nop (TARGET_SH2E)
#define HAVE_block_branch_redirect (TARGET_SH1)
#define HAVE_indirect_jump_scratch (TARGET_SH1)
#define HAVE_stuff_delay_slot (TARGET_SH1)
#define HAVE_doloop_end_split (TARGET_SH2)
#define HAVE_jump_compact (TARGET_SH1 && !CROSSING_JUMP_P (insn))
#define HAVE_jump_media (TARGET_SHMEDIA)
#define HAVE_force_mode_for_call (TARGET_SHCOMPACT)
#define HAVE_calli (TARGET_SH1 && !TARGET_FDPIC)
#define HAVE_calli_fdpic (TARGET_FDPIC)
#define HAVE_calli_tbr_rel (TARGET_SH2A && sh2a_is_function_vector_call (operands[0]))
#define HAVE_calli_pcrel (TARGET_SH2)
#define HAVE_call_pcrel (TARGET_SH2)
#define HAVE_call_compact (TARGET_SHCOMPACT && ! (INTVAL (operands[2]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_compact_rettramp (TARGET_SHCOMPACT && (INTVAL (operands[2]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_media (TARGET_SHMEDIA)
#define HAVE_call_valuei (TARGET_SH1 && !TARGET_FDPIC)
#define HAVE_call_valuei_fdpic (TARGET_FDPIC)
#define HAVE_call_valuei_tbr_rel (TARGET_SH2A && sh2a_is_function_vector_call (operands[1]))
#define HAVE_call_valuei_pcrel (TARGET_SH2)
#define HAVE_call_value_pcrel (TARGET_SH2)
#define HAVE_call_value_compact (TARGET_SHCOMPACT && ! (INTVAL (operands[3]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_value_compact_rettramp (TARGET_SHCOMPACT && (INTVAL (operands[3]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_value_media (TARGET_SHMEDIA)
#define HAVE_call_pop_compact (TARGET_SHCOMPACT && ! (INTVAL (operands[2]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_pop_compact_rettramp (TARGET_SHCOMPACT && (INTVAL (operands[2]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_sibcalli (TARGET_SH1 && !TARGET_FDPIC)
#define HAVE_sibcalli_fdpic (TARGET_FDPIC)
#define HAVE_sibcalli_pcrel (TARGET_SH2 && !TARGET_FDPIC)
#define HAVE_sibcalli_pcrel_fdpic (TARGET_SH2 && TARGET_FDPIC)
#define HAVE_sibcalli_thunk (TARGET_SH1)
#define HAVE_sibcall_pcrel (TARGET_SH2 && !TARGET_FDPIC)
#define HAVE_sibcall_pcrel_fdpic (TARGET_SH2 && TARGET_FDPIC)
#define HAVE_sibcall_compact (TARGET_SHCOMPACT)
#define HAVE_sibcall_media (TARGET_SHMEDIA)
#define HAVE_sibcall_valuei (TARGET_SH1 && !TARGET_FDPIC)
#define HAVE_sibcall_valuei_fdpic (TARGET_FDPIC)
#define HAVE_sibcall_valuei_pcrel (TARGET_SH2 && !TARGET_FDPIC)
#define HAVE_sibcall_valuei_pcrel_fdpic (TARGET_SH2 && TARGET_FDPIC)
#define HAVE_sibcall_value_pcrel (TARGET_SH2 && !TARGET_FDPIC)
#define HAVE_sibcall_value_pcrel_fdpic (TARGET_SH2 && TARGET_FDPIC)
#define HAVE_sibcall_value_compact (TARGET_SHCOMPACT)
#define HAVE_sibcall_value_media (TARGET_SHMEDIA)
#define HAVE_call_value_pop_compact (TARGET_SHCOMPACT && ! (INTVAL (operands[3]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_call_value_pop_compact_rettramp (TARGET_SHCOMPACT && (INTVAL (operands[3]) & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_indirect_jump_compact (TARGET_SH1)
#define HAVE_casesi_jump_1 (TARGET_SH1)
#define HAVE_casesi_jump_2 (TARGET_SH2 \
   && (! INSN_UID (operands[1]) || prev_real_insn (operands[1]) == insn))
#define HAVE_casesi_jump_media (TARGET_SHMEDIA)
#define HAVE_dect (TARGET_SH2)
#define HAVE_nop 1
#define HAVE_mova (TARGET_SH1)
#define HAVE_mova_const (TARGET_SH1)
#define HAVE_ptrel_si (TARGET_SHMEDIA)
#define HAVE_ptrel_di (TARGET_SHMEDIA)
#define HAVE_chk_guard_add (TARGET_SH1)
#define HAVE_tls_global_dynamic (TARGET_SH1)
#define HAVE_tls_local_dynamic (TARGET_SH1)
#define HAVE_tls_initial_exec 1
#define HAVE_store_gbr 1
#define HAVE_load_gbr (TARGET_SH1)
#define HAVE_casesi_worker_0 (TARGET_SH1)
#define HAVE_casesi_worker_1 (TARGET_SH1)
#define HAVE_casesi_worker_2 (TARGET_SH2 && reload_completed && flag_pic)
#define HAVE_casesi_shift_media (TARGET_SHMEDIA)
#define HAVE_casesi_load_media (TARGET_SHMEDIA)
#define HAVE_shcompact_return_tramp_i (TARGET_SHCOMPACT \
   && (crtl->args.info.call_cookie & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_return_media_i (TARGET_SHMEDIA && reload_completed)
#define HAVE_return_media_rte (TARGET_SHMEDIA && reload_completed && current_function_interrupt)
#define HAVE_shcompact_preserve_incoming_args (TARGET_SHCOMPACT)
#define HAVE_shcompact_incoming_args (TARGET_SHCOMPACT)
#define HAVE_shmedia_save_restore_regs_compact (TARGET_SHCOMPACT \
   && (INTVAL (operands[0]) == SHMEDIA_REGS_STACK_ADJUST () \
       || INTVAL (operands[0]) == - SHMEDIA_REGS_STACK_ADJUST ()))
#define HAVE_eh_set_ra_si (! TARGET_SHMEDIA64)
#define HAVE_eh_set_ra_di (TARGET_SHMEDIA64)
#define HAVE_blockage 1
#define HAVE_movml_push_banked (TARGET_SH2A && REGNO (operands[0]) == 15)
#define HAVE_movml_pop_banked (TARGET_SH2A && REGNO (operands[0]) == 15)
#define HAVE_movt (TARGET_SH1)
#define HAVE_movrt (TARGET_SH2A)
#define HAVE_movrt_negc (TARGET_SH1)
#define HAVE_movrt_xor (TARGET_SH1)
#define HAVE_mov_neg_si_t (TARGET_SH1)
#define HAVE_nott (TARGET_SH2A || (TARGET_SH1 && can_create_pseudo_p ()))
#define HAVE_any_treg_expr_to_reg (TARGET_SH1 && can_create_pseudo_p ())
#define HAVE_consttable_2 1
#define HAVE_consttable_4 1
#define HAVE_consttable_8 1
#define HAVE_consttable_sf 1
#define HAVE_consttable_df 1
#define HAVE_align_log 1
#define HAVE_consttable_end 1
#define HAVE_consttable_window_end 1
#define HAVE_clipu_one (TARGET_SH2A)
#define HAVE_block_move_real (TARGET_SH1 && ! TARGET_HARD_SH4)
#define HAVE_block_lump_real (TARGET_SH1 && ! TARGET_HARD_SH4)
#define HAVE_block_move_real_i4 (TARGET_HARD_SH4)
#define HAVE_block_lump_real_i4 (TARGET_HARD_SH4)
#define HAVE_cmpstr_t (TARGET_SH1)
#define HAVE_lds_fpscr (TARGET_FPU_ANY)
#define HAVE_sts_fpscr (TARGET_FPU_ANY)
#define HAVE_toggle_sz ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_toggle_pr (TARGET_SH4A_FP)
#define HAVE_unary_sf_op (TARGET_SHMEDIA_FPU)
#define HAVE_binary_sf_op0 (TARGET_SHMEDIA_FPU)
#define HAVE_binary_sf_op1 (TARGET_SHMEDIA_FPU)
#define HAVE_addsf3_i (TARGET_SH2E)
#define HAVE_subsf3_i (TARGET_SH2E)
#define HAVE_mulsf3_i (TARGET_SH2E)
#define HAVE_fmasf4_i (TARGET_SH2E)
#define HAVE_fmasf4_media (TARGET_SHMEDIA_FPU)
#define HAVE_divsf3_i (TARGET_SH2E)
#define HAVE_floatdisf2 (TARGET_SHMEDIA_FPU)
#define HAVE_floatsisf2_i4 (TARGET_SH2E)
#define HAVE_fix_truncsfdi2 (TARGET_SHMEDIA_FPU)
#define HAVE_fix_truncsfsi2_i4 (TARGET_SH2E)
#define HAVE_cmpgtsf_t (TARGET_SH2E || TARGET_SH4 || TARGET_SH2A_SINGLE)
#define HAVE_cmpeqsf_t (TARGET_SH2E || TARGET_SH4 || TARGET_SH2A_SINGLE)
#define HAVE_ieee_ccmpeqsf_t (TARGET_IEEE && TARGET_SH2E)
#define HAVE_cmpeqsf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpgtsf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpgesf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpunsf_media (TARGET_SHMEDIA_FPU)
#define HAVE_sqrtsf2_i (TARGET_SH3E)
#define HAVE_rsqrtsf2 (TARGET_FPU_ANY && TARGET_FSRRA)
#define HAVE_fsca (TARGET_FPU_ANY && TARGET_FSCA)
#define HAVE_adddf3_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_subdf3_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_muldf3_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_divdf3_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_floatdidf2 (TARGET_SHMEDIA_FPU)
#define HAVE_floatsidf2_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_fix_truncdfdi2 (TARGET_SHMEDIA_FPU)
#define HAVE_fix_truncdfsi2_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_cmpgtdf_t ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_cmpeqdf_t ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_cmpeqdf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpgtdf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpgedf_media (TARGET_SHMEDIA_FPU)
#define HAVE_cmpundf_media (TARGET_SHMEDIA_FPU)
#define HAVE_sqrtdf2_i ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_extendsfdf2_i4 ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_truncdfsf2_i4 ((TARGET_SH4 || TARGET_SH2A_DOUBLE))
#define HAVE_movua (TARGET_SH4A)
#define HAVE_bclr_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bclrmem_m2a (TARGET_SH2A && satisfies_constraint_Psz (operands[1]) && TARGET_BITOPS)
#define HAVE_bset_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bsetmem_m2a (TARGET_SH2A && satisfies_constraint_Pso (operands[1]) && TARGET_BITOPS)
#define HAVE_bst_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bld_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bldsign_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bldqi_reg (TARGET_SH2A && satisfies_constraint_K03 (operands[1]))
#define HAVE_bldhi_reg (TARGET_SH2A && satisfies_constraint_K03 (operands[1]))
#define HAVE_bldsi_reg (TARGET_SH2A && satisfies_constraint_K03 (operands[1]))
#define HAVE_band_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bandreg_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[2]))
#define HAVE_bor_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_borreg_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[2]))
#define HAVE_bxor_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[1]))
#define HAVE_bxorreg_m2a (TARGET_SH2A && TARGET_BITOPS && satisfies_constraint_K03 (operands[2]))
#define HAVE_sp_switch_1 (TARGET_SH1)
#define HAVE_sp_switch_2 (TARGET_SH1)
#define HAVE_movv8qi_i (TARGET_SHMEDIA \
   && (register_operand (operands[0], V8QImode) \
       || sh_register_operand (operands[1], V8QImode)))
#define HAVE_movv2hi_i (TARGET_SHMEDIA \
   && (register_operand (operands[0], V2HImode) \
       || sh_register_operand (operands[1], V2HImode)))
#define HAVE_movv4hi_i (TARGET_SHMEDIA \
   && (register_operand (operands[0], V4HImode) \
       || sh_register_operand (operands[1], V4HImode)))
#define HAVE_movv2si_i (TARGET_SHMEDIA \
   && (register_operand (operands[0], V2SImode) \
       || sh_register_operand (operands[1], V2SImode)))
#define HAVE_absv2si2 (TARGET_SHMEDIA)
#define HAVE_absv4hi2 (TARGET_SHMEDIA)
#define HAVE_addv2si3 (TARGET_SHMEDIA)
#define HAVE_addv4hi3 (TARGET_SHMEDIA)
#define HAVE_addv2hi3 (TARGET_SHMEDIA)
#define HAVE_ssaddv2si3 (TARGET_SHMEDIA)
#define HAVE_usaddv8qi3 (TARGET_SHMEDIA)
#define HAVE_ssaddv4hi3 (TARGET_SHMEDIA)
#define HAVE_negcmpeqv8qi (TARGET_SHMEDIA)
#define HAVE_negcmpeqv2si (TARGET_SHMEDIA)
#define HAVE_negcmpeqv4hi (TARGET_SHMEDIA)
#define HAVE_negcmpgtuv8qi (TARGET_SHMEDIA)
#define HAVE_negcmpgtv2si (TARGET_SHMEDIA)
#define HAVE_negcmpgtv4hi (TARGET_SHMEDIA)
#define HAVE_mcmv (TARGET_SHMEDIA)
#define HAVE_mcnvs_lw (TARGET_SHMEDIA)
#define HAVE_mcnvs_wb (TARGET_SHMEDIA)
#define HAVE_mcnvs_wub (TARGET_SHMEDIA)
#define HAVE_mextr_rl (TARGET_SHMEDIA && INTVAL (operands[3]) + INTVAL (operands[4]) == 64)
#define HAVE_mmacfx_wl_i (TARGET_SHMEDIA)
#define HAVE_mmacnfx_wl_i (TARGET_SHMEDIA)
#define HAVE_mulv2si3 (TARGET_SHMEDIA)
#define HAVE_mulv4hi3 (TARGET_SHMEDIA)
#define HAVE_mmulfx_l (TARGET_SHMEDIA)
#define HAVE_mmulfx_w (TARGET_SHMEDIA)
#define HAVE_mmulfxrp_w (TARGET_SHMEDIA)
#define HAVE_mmul23_wl (TARGET_SHMEDIA)
#define HAVE_mmul01_wl (TARGET_SHMEDIA)
#define HAVE_mmulsum_wq_i (TARGET_SHMEDIA)
#define HAVE_mperm_w_little (TARGET_SHMEDIA && TARGET_LITTLE_ENDIAN)
#define HAVE_mperm_w_big (TARGET_SHMEDIA && TARGET_BIG_ENDIAN)
#define HAVE_mperm_w0 (TARGET_SHMEDIA)
#define HAVE_msad_ubq_i (TARGET_SHMEDIA)
#define HAVE_mshalds_l (TARGET_SHMEDIA)
#define HAVE_mshalds_w (TARGET_SHMEDIA)
#define HAVE_ashrv2si3 (TARGET_SHMEDIA)
#define HAVE_ashrv4hi3 (TARGET_SHMEDIA)
#define HAVE_mshards_q (TARGET_SHMEDIA)
#define HAVE_mshf4_b (TARGET_SHMEDIA)
#define HAVE_mshf0_b (TARGET_SHMEDIA)
#define HAVE_mshf4_l (TARGET_SHMEDIA)
#define HAVE_mshf0_l (TARGET_SHMEDIA)
#define HAVE_mshf4_w (TARGET_SHMEDIA)
#define HAVE_mshf0_w (TARGET_SHMEDIA)
#define HAVE_mshflo_w_x (TARGET_SHMEDIA)
#define HAVE_mshfhi_l_di (TARGET_SHMEDIA)
#define HAVE_mshflo_l_di (TARGET_SHMEDIA)
#define HAVE_concat_v2sf (TARGET_SHMEDIA)
#define HAVE_ashlv2si3 (TARGET_SHMEDIA)
#define HAVE_ashlv4hi3 (TARGET_SHMEDIA)
#define HAVE_lshrv2si3 (TARGET_SHMEDIA)
#define HAVE_lshrv4hi3 (TARGET_SHMEDIA)
#define HAVE_subv2si3 (TARGET_SHMEDIA)
#define HAVE_subv4hi3 (TARGET_SHMEDIA)
#define HAVE_subv2hi3 (TARGET_SHMEDIA)
#define HAVE_sssubv2si3 (TARGET_SHMEDIA)
#define HAVE_ussubv8qi3 (TARGET_SHMEDIA)
#define HAVE_sssubv4hi3 (TARGET_SHMEDIA)
#define HAVE_fcosa_s (TARGET_SHMEDIA)
#define HAVE_fsina_s (TARGET_SHMEDIA)
#define HAVE_fipr (TARGET_SHMEDIA)
#define HAVE_fsrra_s (TARGET_SHMEDIA)
#define HAVE_ftrv (TARGET_SHMEDIA)
#define HAVE_ldhi_l (TARGET_SHMEDIA32)
#define HAVE_ldhi_q (TARGET_SHMEDIA32)
#define HAVE_ldlo_l (TARGET_SHMEDIA32)
#define HAVE_ldlo_q (TARGET_SHMEDIA32)
#define HAVE_sthi_l (TARGET_SHMEDIA32)
#define HAVE_sthi_q (TARGET_SHMEDIA32)
#define HAVE_stlo_l (TARGET_SHMEDIA32)
#define HAVE_stlo_q (TARGET_SHMEDIA32)
#define HAVE_ldhi_l64 (TARGET_SHMEDIA64)
#define HAVE_ldhi_q64 (TARGET_SHMEDIA64)
#define HAVE_ldlo_l64 (TARGET_SHMEDIA64)
#define HAVE_ldlo_q64 (TARGET_SHMEDIA64)
#define HAVE_sthi_l64 (TARGET_SHMEDIA64)
#define HAVE_sthi_q64 (TARGET_SHMEDIA64)
#define HAVE_stlo_l64 (TARGET_SHMEDIA64)
#define HAVE_stlo_q64 (TARGET_SHMEDIA64)
#define HAVE_nsb (TARGET_SHMEDIA)
#define HAVE_nsbsi (TARGET_SHMEDIA)
#define HAVE_nsbdi (TARGET_SHMEDIA)
#define HAVE_byterev (TARGET_SHMEDIA)
#define HAVE_alloco_i (TARGET_SHMEDIA32)
#define HAVE_stack_protect_set_si (!TARGET_SHMEDIA)
#define HAVE_stack_protect_set_si_media (TARGET_SHMEDIA)
#define HAVE_stack_protect_set_di_media (TARGET_SHMEDIA64)
#define HAVE_stack_protect_test_si (!TARGET_SHMEDIA)
#define HAVE_stack_protect_test_si_media (TARGET_SHMEDIA)
#define HAVE_stack_protect_test_di_media (TARGET_SHMEDIA64)
#define HAVE_atomic_compare_and_swapsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_compare_and_swapqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_compare_and_swaphi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_compare_and_swapqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_compare_and_swaphi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_compare_and_swapqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_compare_and_swaphi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_compare_and_swapsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_compare_and_swapqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_compare_and_swaphi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_compare_and_swapsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_compare_and_swapqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_compare_and_swaphi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_compare_and_swapsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_exchangesi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_exchangeqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_exchangehi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_exchangeqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_exchangehi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_exchangeqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_exchangehi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_exchangesi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_exchangeqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_exchangehi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_exchangesi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_exchangeqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_exchangehi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_exchangesi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_addsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_subsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_orsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_xorsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_andsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_notsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_addqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_subqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_orqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_xorqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_andqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_addhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_subhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_orhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_xorhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_andhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_addqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_subqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_orqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_xorqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_andqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_addhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_subhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_orhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_xorhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_andhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_addqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_subqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_orqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_xorqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_andqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_addhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_subhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_orhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_xorhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_andhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_addqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_subqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_orqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_xorqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_andqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_addhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_subhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_orhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_xorhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_andhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_notqi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_nothi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_notqi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_nothi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_addqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_subqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_orqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_xorqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_andqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_addhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_subhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_orhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_xorhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_andhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_addsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_subsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_orsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_xorsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_andsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_notqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_nothi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_notsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_addqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_subqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_orqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_xorqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_andqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_addhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_subhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_orhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_xorhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_andhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_addsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_subsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_orsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_xorsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_andsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_addqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_subqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_orqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xorqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_andqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_addhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_subhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_orhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xorhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_andhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_addsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_subsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_orsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xorsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_andsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_notqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_nothi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_notsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_notqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nothi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_notsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_addqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_subqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_orqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_xorqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_andqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_addhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_subhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_orhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_xorhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_andhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_addsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_subsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_orsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_xorsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_andsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_notqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_nothi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_notsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_nandsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_fetch_nandqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_nandhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_fetch_nandqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_nandhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_nandqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_nandhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_nandqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_nandhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_fetch_nandqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_nandhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_nandsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_fetch_nandqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_nandhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_nandsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nandqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nandhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nandsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_fetch_nandqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_nandhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_fetch_nandsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_add_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_sub_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_or_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_xor_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_and_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_not_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_add_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_sub_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_or_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_xor_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_and_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_add_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_sub_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_or_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_xor_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_and_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_add_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_sub_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_or_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_xor_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_and_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_add_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_sub_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_or_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_xor_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_and_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_not_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_not_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_add_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_sub_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_or_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_xor_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_and_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_add_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_sub_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_or_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_xor_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_and_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_add_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_sub_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_or_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_xor_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_and_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_not_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_not_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_not_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_add_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_sub_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_or_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xor_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_and_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_add_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_sub_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_or_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xor_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_and_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_add_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_sub_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_or_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_xor_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_and_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_not_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_not_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_not_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_add_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_sub_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_or_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_xor_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_and_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_add_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_sub_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_or_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_xor_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_and_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_add_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_sub_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_or_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_xor_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_and_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_not_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_not_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_not_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_nand_fetchsi_hard (TARGET_ATOMIC_HARD_LLCS \
   || (TARGET_SH4A && TARGET_ATOMIC_ANY && !TARGET_ATOMIC_STRICT))
#define HAVE_atomic_nand_fetchqi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_nand_fetchhi_hard (TARGET_ATOMIC_HARD_LLCS && can_create_pseudo_p ())
#define HAVE_atomic_nand_fetchqi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_nand_fetchhi_hard_1 (TARGET_ATOMIC_HARD_LLCS)
#define HAVE_atomic_nand_fetchqi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_nand_fetchhi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_nand_fetchsi_soft_gusa (TARGET_ATOMIC_SOFT_GUSA)
#define HAVE_atomic_nand_fetchqi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nand_fetchhi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nand_fetchsi_soft_tcb (TARGET_ATOMIC_SOFT_TCB)
#define HAVE_atomic_nand_fetchqi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_nand_fetchhi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_atomic_nand_fetchsi_soft_imask (TARGET_ATOMIC_SOFT_IMASK)
#define HAVE_tasb (TARGET_ENABLE_TAS && !TARGET_SHMEDIA)
#define HAVE_atomic_test_and_set_soft_gusa (TARGET_ATOMIC_SOFT_GUSA && !TARGET_ENABLE_TAS)
#define HAVE_atomic_test_and_set_soft_tcb (TARGET_ATOMIC_SOFT_TCB && !TARGET_ENABLE_TAS)
#define HAVE_atomic_test_and_set_soft_imask (TARGET_ATOMIC_SOFT_IMASK && !TARGET_ENABLE_TAS)
#define HAVE_atomic_test_and_set_hard (TARGET_ATOMIC_HARD_LLCS && !TARGET_ENABLE_TAS)
#define HAVE_cbranchsi4 1
#define HAVE_cbranchdi4 (TARGET_CBRANCHDI4 || TARGET_SH2 || TARGET_SHMEDIA)
#define HAVE_movdicc (TARGET_SHMEDIA)
#define HAVE_movsicc (TARGET_SHMEDIA || TARGET_PRETEND_CMOVE)
#define HAVE_movqicc (TARGET_SHMEDIA)
#define HAVE_adddi3 1
#define HAVE_addsi3 1
#define HAVE_subdi3 1
#define HAVE_subsi3 1
#define HAVE_udivsi3_i4_media (TARGET_SHMEDIA_FPU)
#define HAVE_udivsi3 1
#define HAVE_divsi3_i4_media (TARGET_SHMEDIA_FPU)
#define HAVE_divsi3 1
#define HAVE_divsi_inv_m0 (TARGET_SHMEDIA)
#define HAVE_mulhisi3 (TARGET_SH1)
#define HAVE_umulhisi3 (TARGET_SH1)
#define HAVE_mulsi3_call (TARGET_SH1)
#define HAVE_mulsi3 (TARGET_SH1)
#define HAVE_mulsidi3 (TARGET_SH2 || TARGET_SHMEDIA)
#define HAVE_umulsidi3 (TARGET_SH2 || TARGET_SHMEDIA)
#define HAVE_smulsi3_highpart (TARGET_SH2)
#define HAVE_umulsi3_highpart (TARGET_SH2)
#define HAVE_andsi3 1
#define HAVE_iorsi3 1
#define HAVE_xorsi3 1
#define HAVE_rotldi3 (TARGET_SHMEDIA)
#define HAVE_rotrdi3 (TARGET_SHMEDIA)
#define HAVE_rotrsi3 (TARGET_SH1)
#define HAVE_rotlsi3 (TARGET_SH1)
#define HAVE_rotlhi3 (TARGET_SH1)
#define HAVE_ashlsi3 1
#define HAVE_ashlhi3 (TARGET_SH1)
#define HAVE_ashldi3 1
#define HAVE_ashldi3_std (TARGET_SH1 && INTVAL (operands[2]) < 32)
#define HAVE_ashrsi3 1
#define HAVE_ashrdi3 1
#define HAVE_lshrsi3 1
#define HAVE_lshrdi3 1
#define HAVE_negdi2 (TARGET_SH1)
#define HAVE_one_cmpldi2 (TARGET_SHMEDIA)
#define HAVE_abssi2 (TARGET_SH1)
#define HAVE_absdi2 (TARGET_SH1)
#define HAVE_bswapsi2 (TARGET_SH1)
#define HAVE_zero_extendqisi2 1
#define HAVE_zero_extendhisi2 1
#define HAVE_extendqisi2 1
#define HAVE_extendhisi2 1
#define HAVE_extendqihi2 (TARGET_SH1)
#define HAVE_push (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_pop (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_push_e (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_push_4 (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_pop_e (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_pop_4 (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_push_fpscr (TARGET_SH2E)
#define HAVE_pop_fpscr (TARGET_SH2E)
#define HAVE_movsi_const (TARGET_SHMEDIA && reload_completed \
   && MOVI_SHORI_BASE_OPERAND_P (operands[1]))
#define HAVE_movsi_const_16bit (TARGET_SHMEDIA && flag_pic && reload_completed \
   && GET_CODE (operands[1]) == SYMBOL_REF)
#define HAVE_movsi 1
#define HAVE_ic_invalidate_line (TARGET_HARD_SH4 || TARGET_SH5)
#define HAVE_initialize_trampoline (TARGET_SHCOMPACT)
#define HAVE_movqi 1
#define HAVE_movhi 1
#define HAVE_reload_inqi (TARGET_SHMEDIA)
#define HAVE_reload_inhi (TARGET_SHMEDIA)
#define HAVE_movdi_const (TARGET_SHMEDIA64 && reload_completed \
   && MOVI_SHORI_BASE_OPERAND_P (operands[1]))
#define HAVE_movdi_const_32bit (TARGET_SHMEDIA32 && reload_completed \
   && MOVI_SHORI_BASE_OPERAND_P (operands[1]))
#define HAVE_movdi_const_16bit (TARGET_SHMEDIA && flag_pic && reload_completed \
   && GET_CODE (operands[1]) == SYMBOL_REF)
#define HAVE_movdi 1
#define HAVE_reload_indf__frn (TARGET_SH1)
#define HAVE_reload_outdf__RnFRm (TARGET_SH1)
#define HAVE_movdf 1
#define HAVE_movv2sf (TARGET_SHMEDIA_FPU)
#define HAVE_addv2sf3 (TARGET_SHMEDIA_FPU)
#define HAVE_subv2sf3 (TARGET_SHMEDIA_FPU)
#define HAVE_mulv2sf3 (TARGET_SHMEDIA_FPU)
#define HAVE_divv2sf3 (TARGET_SHMEDIA_FPU)
#define HAVE_movv4sf (TARGET_SHMEDIA_FPU)
#define HAVE_movv16sf (TARGET_SHMEDIA_FPU)
#define HAVE_movsf 1
#define HAVE_reload_insf__frn (TARGET_SH1)
#define HAVE_reload_insi__i_fpul (TARGET_SH1)
#define HAVE_ptabs (TARGET_SHMEDIA)
#define HAVE_branch_true (TARGET_SH1)
#define HAVE_branch_false (TARGET_SH1)
#define HAVE_cbranchint4_media (TARGET_SHMEDIA)
#define HAVE_cbranchfp4_media (TARGET_SHMEDIA)
#define HAVE_doloop_end (TARGET_SH2)
#define HAVE_jump 1
#define HAVE_call 1
#define HAVE_call_pop (TARGET_SHCOMPACT)
#define HAVE_call_value 1
#define HAVE_sibcall 1
#define HAVE_sibcall_value 1
#define HAVE_call_value_pop (TARGET_SHCOMPACT)
#define HAVE_sibcall_epilogue 1
#define HAVE_indirect_jump 1
#define HAVE_untyped_call ((TARGET_SH2E || TARGET_SH2A) || TARGET_SHMEDIA)
#define HAVE_GOTaddr2picreg 1
#define HAVE_builtin_setjmp_receiver (flag_pic)
#define HAVE_call_site (TARGET_SH1)
#define HAVE_sym_label2reg (TARGET_SH1)
#define HAVE_symPCREL_label2reg (TARGET_SH1)
#define HAVE_symGOT_load 1
#define HAVE_sym2GOT 1
#define HAVE_symGOT2reg 1
#define HAVE_sym2GOTFUNCDESC (TARGET_FDPIC)
#define HAVE_symGOTFUNCDESC2reg (TARGET_FDPIC)
#define HAVE_symGOTPLT2reg 1
#define HAVE_sym2GOTOFF 1
#define HAVE_symGOTOFF2reg 1
#define HAVE_sym2GOTOFFFUNCDESC (TARGET_FDPIC)
#define HAVE_symGOTOFFFUNCDESC2reg (TARGET_FDPIC)
#define HAVE_symPLT_label2reg (TARGET_SH1)
#define HAVE_sym2PIC 1
#define HAVE_sym2DTPOFF 1
#define HAVE_symDTPOFF2reg 1
#define HAVE_sym2GOTTPOFF 1
#define HAVE_sym2TPOFF 1
#define HAVE_symTPOFF2reg 1
#define HAVE_get_thread_pointersi (TARGET_SH1)
#define HAVE_set_thread_pointersi (TARGET_SH1)
#define HAVE_casesi 1
#define HAVE_casesi_0 (TARGET_SH1)
#define HAVE_simple_return (sh_can_use_simple_return_p ())
#define HAVE_return (reload_completed && epilogue_completed)
#define HAVE_shcompact_return_tramp (TARGET_SHCOMPACT \
   && (crtl->args.info.call_cookie & CALL_COOKIE_RET_TRAMP (1)))
#define HAVE_return_media (TARGET_SHMEDIA && reload_completed)
#define HAVE_prologue 1
#define HAVE_epilogue 1
#define HAVE_eh_return 1
#define HAVE_cstore4_media (TARGET_SHMEDIA)
#define HAVE_cstoresi4 (TARGET_SH1 || TARGET_SHMEDIA)
#define HAVE_cstoredi4 (TARGET_SH2 || TARGET_SHMEDIA)
#define HAVE_movnegt (TARGET_SH1)
#define HAVE_cstoresf4 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_cstoredf4 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_align_2 1
#define HAVE_align_4 1
#define HAVE_sminsi3 (TARGET_SH2A)
#define HAVE_smaxsi3 (TARGET_SH2A)
#define HAVE_uminsi3 (TARGET_SH2A)
#define HAVE_movmemsi (TARGET_SH1 && ! TARGET_SH5)
#define HAVE_cmpstrsi (TARGET_SH1 && optimize)
#define HAVE_cmpstrnsi (TARGET_SH1 && optimize)
#define HAVE_strlensi (TARGET_SH1 && optimize)
#define HAVE_setmemqi (TARGET_SH1 && optimize)
#define HAVE_set_fpscr (TARGET_FPU_ANY)
#define HAVE_addsf3 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_subsf3 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_mulsf3 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_fmasf4 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_divsf3 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_floatsisf2 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_fix_truncsfsi2 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_cbranchsf4 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_negsf2 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_sqrtsf2 (TARGET_SH3E || TARGET_SHMEDIA_FPU)
#define HAVE_sincossf3 (TARGET_FPU_ANY && TARGET_FSCA)
#define HAVE_abssf2 (TARGET_SH2E || TARGET_SHMEDIA_FPU)
#define HAVE_adddf3 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_subdf3 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_muldf3 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_divdf3 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_floatsidf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_fix_truncdfsi2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_cbranchdf4 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_negdf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_sqrtdf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_absdf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_extendsfdf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_truncdfsf2 ((TARGET_SH4 || TARGET_SH2A_DOUBLE) || TARGET_SHMEDIA_FPU)
#define HAVE_insv (TARGET_SH1 && TARGET_BIG_ENDIAN)
#define HAVE_extv (TARGET_SH4A || TARGET_SH2A)
#define HAVE_extzv (TARGET_SH4A || TARGET_SH2A)
#define HAVE_movv8qi (TARGET_SHMEDIA)
#define HAVE_movv2hi (TARGET_SHMEDIA)
#define HAVE_movv4hi (TARGET_SHMEDIA)
#define HAVE_movv2si (TARGET_SHMEDIA)
#define HAVE_mextr1 (TARGET_SHMEDIA)
#define HAVE_mextr2 (TARGET_SHMEDIA)
#define HAVE_mextr3 (TARGET_SHMEDIA)
#define HAVE_mextr4 (TARGET_SHMEDIA)
#define HAVE_mextr5 (TARGET_SHMEDIA)
#define HAVE_mextr6 (TARGET_SHMEDIA)
#define HAVE_mextr7 (TARGET_SHMEDIA)
#define HAVE_mmacfx_wl (TARGET_SHMEDIA)
#define HAVE_mmacnfx_wl (TARGET_SHMEDIA)
#define HAVE_mmulhi_wl (TARGET_SHMEDIA)
#define HAVE_mmullo_wl (TARGET_SHMEDIA)
#define HAVE_mmulsum_wq (TARGET_SHMEDIA)
#define HAVE_mperm_w (TARGET_SHMEDIA)
#define HAVE_msad_ubq (TARGET_SHMEDIA)
#define HAVE_mshfhi_b (TARGET_SHMEDIA)
#define HAVE_mshflo_b (TARGET_SHMEDIA)
#define HAVE_mshfhi_l (TARGET_SHMEDIA)
#define HAVE_mshflo_l (TARGET_SHMEDIA)
#define HAVE_mshfhi_w (TARGET_SHMEDIA)
#define HAVE_mshflo_w (TARGET_SHMEDIA)
#define HAVE_ffsdi2 (TARGET_SHMEDIA)
#define HAVE_ffssi2 (TARGET_SHMEDIA)
#define HAVE_prefetch ((TARGET_SH2A || TARGET_SH3 || TARGET_SH5) \
   && (TARGET_SHMEDIA || ! TARGET_VXWORKS_RTP))
#define HAVE_stack_protect_set 1
#define HAVE_stack_protect_test 1
#define HAVE_atomic_compare_and_swapqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_compare_and_swaphi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_compare_and_swapsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_exchangeqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_exchangehi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_exchangesi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_addqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_subqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_orqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_xorqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_andqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_addhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_subhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_orhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_xorhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_andhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_addsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_subsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_orsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_xorsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_andsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_nandqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_nandhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_fetch_nandsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_add_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_sub_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_or_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_xor_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_and_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_add_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_sub_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_or_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_xor_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_and_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_add_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_sub_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_or_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_xor_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_and_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_nand_fetchqi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_nand_fetchhi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_nand_fetchsi (TARGET_ATOMIC_ANY)
#define HAVE_atomic_test_and_set ((TARGET_ATOMIC_ANY || TARGET_ENABLE_TAS) && !TARGET_SHMEDIA)
extern rtx        gen_tstsi_t                              (rtx, rtx);
extern rtx        gen_cmpeqsi_t                            (rtx, rtx);
extern rtx        gen_cmpgtsi_t                            (rtx, rtx);
extern rtx        gen_cmpgesi_t                            (rtx, rtx);
extern rtx        gen_cmp_div0s                            (rtx, rtx);
extern rtx        gen_cmpgeusi_t                           (rtx, rtx);
extern rtx        gen_cmpgtusi_t                           (rtx, rtx);
extern rtx        gen_cbranchdi4_i                         (rtx, rtx, rtx, rtx);
extern rtx        gen_cmpeqdi_t                            (rtx, rtx);
extern rtx        gen_cmpgtdi_t                            (rtx, rtx);
extern rtx        gen_cmpgedi_t                            (rtx, rtx);
extern rtx        gen_cmpgeudi_t                           (rtx, rtx);
extern rtx        gen_cmpgtudi_t                           (rtx, rtx);
extern rtx        gen_cmpeqsi_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpeqdi_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgtsi_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgtdi_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgtusi_media                       (rtx, rtx, rtx);
extern rtx        gen_cmpgtudi_media                       (rtx, rtx, rtx);
extern rtx        gen_movdicc_false                        (rtx, rtx, rtx, rtx);
extern rtx        gen_movdicc_true                         (rtx, rtx, rtx, rtx);
extern rtx        gen_movsicc_false                        (rtx, rtx, rtx, rtx);
extern rtx        gen_movsicc_true                         (rtx, rtx, rtx, rtx);
extern rtx        gen_adddi3z_media                        (rtx, rtx, rtx);
extern rtx        gen_adddi3_compact                       (rtx, rtx, rtx);
extern rtx        gen_addc                                 (rtx, rtx, rtx);
extern rtx        gen_addsi3_media                         (rtx, rtx, rtx);
extern rtx        gen_addsidi3_media                       (rtx, rtx, rtx);
extern rtx        gen_addsi3_scr                           (rtx, rtx, rtx);
extern rtx        gen_subdisi3_media                       (rtx, rtx, rtx);
extern rtx        gen_subdi3_compact                       (rtx, rtx, rtx);
extern rtx        gen_subc                                 (rtx, rtx, rtx);
extern rtx        gen_use_sfunc_addr                       (rtx);
extern rtx        gen_udivsi3_sh2a                         (rtx, rtx, rtx);
extern rtx        gen_udivsi3_i1                           (rtx, rtx, rtx);
extern rtx        gen_udivsi3_i1_media                     (rtx, rtx);
extern rtx        gen_udivsi3_i4                           (rtx, rtx, rtx);
extern rtx        gen_udivsi3_i4_single                    (rtx, rtx, rtx);
extern rtx        gen_udivsi3_i4_int                       (rtx, rtx);
extern rtx        gen_divsi3_sh2a                          (rtx, rtx, rtx);
extern rtx        gen_divsi3_i1                            (rtx, rtx);
extern rtx        gen_divsi3_i1_media                      (rtx, rtx);
extern rtx        gen_divsi3_media_2                       (rtx, rtx);
extern rtx        gen_divsi_inv_call                       (rtx, rtx, rtx, rtx);
extern rtx        gen_divsi3_i4                            (rtx, rtx, rtx);
extern rtx        gen_divsi3_i4_single                     (rtx, rtx, rtx);
extern rtx        gen_divsi3_i4_int                        (rtx, rtx);
extern rtx        gen_divsi_inv_qitable                    (rtx, rtx, rtx);
extern rtx        gen_divsi_inv_hitable                    (rtx, rtx, rtx);
extern rtx        gen_divsi_inv_m1                         (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_divsi_inv_m2                         (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_divsi_inv_m3                         (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_divsi_inv_m1_3                       (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_divsi_inv20                          (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_divsi_inv_fp                         (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_umulhisi3_i                          (rtx, rtx);
extern rtx        gen_mulhisi3_i                           (rtx, rtx);
extern rtx        gen_mul_r                                (rtx, rtx, rtx);
extern rtx        gen_mul_l                                (rtx, rtx);
extern rtx        gen_mulsidi3_i                           (rtx, rtx);
extern rtx        gen_mulsidi3_media                       (rtx, rtx, rtx);
extern rtx        gen_mulsidi3_compact                     (rtx, rtx, rtx);
extern rtx        gen_umulsidi3_i                          (rtx, rtx);
extern rtx        gen_umulsidi3_media                      (rtx, rtx, rtx);
extern rtx        gen_umulsidi3_compact                    (rtx, rtx, rtx);
extern rtx        gen_smulsi3_highpart_i                   (rtx, rtx);
extern rtx        gen_umulsi3_highpart_i                   (rtx, rtx);
extern rtx        gen_muldi3                               (rtx, rtx, rtx);
extern rtx        gen_anddi3                               (rtx, rtx, rtx);
extern rtx        gen_andcsi3                              (rtx, rtx, rtx);
extern rtx        gen_andcdi3                              (rtx, rtx, rtx);
extern rtx        gen_iordi3                               (rtx, rtx, rtx);
extern rtx        gen_xordi3                               (rtx, rtx, rtx);
extern rtx        gen_rotldi3_mextr                        (rtx, rtx, rtx);
extern rtx        gen_rotrdi3_mextr                        (rtx, rtx, rtx);
extern rtx        gen_rotrsi3_1                            (rtx, rtx);
extern rtx        gen_rotlsi3_1                            (rtx, rtx);
extern rtx        gen_rotlsi3_31                           (rtx, rtx);
extern rtx        gen_rotlsi3_16                           (rtx, rtx);
extern rtx        gen_rotlhi3_8                            (rtx, rtx);
extern rtx        gen_rotcr                                (rtx, rtx, rtx);
extern rtx        gen_rotcl                                (rtx, rtx, rtx);
extern rtx        gen_ashlsi3_k                            (rtx, rtx, rtx);
extern rtx        gen_ashlsi3_d                            (rtx, rtx, rtx);
extern rtx        gen_ashlsi3_d_call                       (rtx, rtx, rtx, rtx);
extern rtx        gen_ashlsi3_n                            (rtx, rtx, rtx);
extern rtx        gen_ashlsi3_n_clobbers_t                 (rtx, rtx, rtx);
extern rtx        gen_shll                                 (rtx, rtx);
extern rtx        gen_ashlsi3_media                        (rtx, rtx, rtx);
extern rtx        gen_ashlhi3_k                            (rtx, rtx, rtx);
extern rtx        gen_ashldi3_k                            (rtx, rtx);
extern rtx        gen_ashldi3_media                        (rtx, rtx, rtx);
extern rtx        gen_shar                                 (rtx, rtx);
extern rtx        gen_ashrsi3_k                            (rtx, rtx, rtx);
extern rtx        gen_ashrsi2_16                           (rtx, rtx);
extern rtx        gen_ashrsi2_31                           (rtx, rtx);
extern rtx        gen_ashrsi3_d                            (rtx, rtx, rtx);
extern rtx        gen_ashrsi3_n                            (rtx, rtx, rtx);
extern rtx        gen_ashrsi3_media                        (rtx, rtx, rtx);
extern rtx        gen_ashrdi3_k                            (rtx, rtx);
extern rtx        gen_ashrdi3_media                        (rtx, rtx, rtx);
extern rtx        gen_ashrdisi3_media_high                 (rtx, rtx, rtx);
extern rtx        gen_ashrdisi3_media_opaque               (rtx, rtx, rtx);
extern rtx        gen_lshrsi3_k                            (rtx, rtx, rtx);
extern rtx        gen_lshrsi3_d                            (rtx, rtx, rtx);
extern rtx        gen_lshrsi3_d_call                       (rtx, rtx, rtx, rtx);
extern rtx        gen_lshrsi3_n                            (rtx, rtx, rtx);
extern rtx        gen_lshrsi3_n_clobbers_t                 (rtx, rtx, rtx);
extern rtx        gen_shlr                                 (rtx, rtx);
extern rtx        gen_lshrsi3_media                        (rtx, rtx, rtx);
extern rtx        gen_lshrdi3_k                            (rtx, rtx);
extern rtx        gen_lshrdi3_media                        (rtx, rtx, rtx);
extern rtx        gen_and_shl_scratch                      (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_shl_sext_ext                         (rtx, rtx, rtx, rtx);
extern rtx        gen_shl_sext_sub                         (rtx, rtx, rtx, rtx);
extern rtx        gen_xtrct_left                           (rtx, rtx, rtx);
extern rtx        gen_xtrct_right                          (rtx, rtx, rtx);
extern rtx        gen_negc                                 (rtx, rtx);
extern rtx        gen_negsi2                               (rtx, rtx);
extern rtx        gen_one_cmplsi2                          (rtx, rtx);
extern rtx        gen_negsi_cond                           (rtx, rtx, rtx, rtx);
extern rtx        gen_negdi_cond                           (rtx, rtx, rtx, rtx);
extern rtx        gen_swapbsi2                             (rtx, rtx);
extern rtx        gen_zero_extendsidi2                     (rtx, rtx);
extern rtx        gen_zero_extendhidi2                     (rtx, rtx);
extern rtx        gen_zero_extendqidi2                     (rtx, rtx);
extern rtx        gen_zero_extendqihi2                     (rtx, rtx);
extern rtx        gen_extendsidi2                          (rtx, rtx);
extern rtx        gen_extendhidi2                          (rtx, rtx);
extern rtx        gen_extendqidi2                          (rtx, rtx);
extern rtx        gen_truncdisi2                           (rtx, rtx);
extern rtx        gen_truncdihi2                           (rtx, rtx);
extern rtx        gen_truncdiqi2                           (rtx, rtx);
extern rtx        gen_push_fpul                            (void);
extern rtx        gen_pop_fpul                             (void);
extern rtx        gen_clrt                                 (void);
extern rtx        gen_sett                                 (void);
extern rtx        gen_movsi_i                              (rtx, rtx);
extern rtx        gen_movsi_ie                             (rtx, rtx);
extern rtx        gen_movsi_i_lowpart                      (rtx, rtx);
extern rtx        gen_load_ra                              (rtx, rtx);
extern rtx        gen_ic_invalidate_line_i                 (rtx, rtx);
extern rtx        gen_ic_invalidate_line_sh4a              (rtx);
extern rtx        gen_ic_invalidate_line_media             (rtx);
extern rtx        gen_ic_invalidate_line_compact           (rtx, rtx);
extern rtx        gen_initialize_trampoline_compact        (rtx, rtx);
extern rtx        gen_shori_media                          (rtx, rtx, rtx);
extern rtx        gen_movdf_media                          (rtx, rtx);
extern rtx        gen_movdf_media_nofpu                    (rtx, rtx);
extern rtx        gen_movdf_k                              (rtx, rtx);
extern rtx        gen_movdf_i4                             (rtx, rtx);
extern rtx        gen_movv2sf_i                            (rtx, rtx);
extern rtx        gen_movsf_media                          (rtx, rtx);
extern rtx        gen_movsf_media_nofpu                    (rtx, rtx);
extern rtx        gen_movsf_i                              (rtx, rtx);
extern rtx        gen_movsf_ie                             (rtx, rtx);
extern rtx        gen_movsf_ie_ra                          (rtx, rtx);
extern rtx        gen_mov_nop                              (rtx);
extern rtx        gen_block_branch_redirect                (rtx);
extern rtx        gen_indirect_jump_scratch                (rtx, rtx);
extern rtx        gen_stuff_delay_slot                     (rtx, rtx);
extern rtx        gen_doloop_end_split                     (rtx, rtx, rtx);
extern rtx        gen_jump_compact                         (rtx);
extern rtx        gen_jump_media                           (rtx);
extern rtx        gen_force_mode_for_call                  (void);
extern rtx        gen_calli                                (rtx, rtx);
extern rtx        gen_calli_fdpic                          (rtx, rtx);
extern rtx        gen_calli_tbr_rel                        (rtx, rtx);
extern rtx        gen_calli_pcrel                          (rtx, rtx, rtx);
extern rtx        gen_call_pcrel                           (rtx, rtx);
extern rtx        gen_call_compact                         (rtx, rtx, rtx);
extern rtx        gen_call_compact_rettramp                (rtx, rtx, rtx);
extern rtx        gen_call_media                           (rtx, rtx);
extern rtx        gen_call_valuei                          (rtx, rtx, rtx);
extern rtx        gen_call_valuei_fdpic                    (rtx, rtx, rtx);
extern rtx        gen_call_valuei_tbr_rel                  (rtx, rtx, rtx);
extern rtx        gen_call_valuei_pcrel                    (rtx, rtx, rtx, rtx);
extern rtx        gen_call_value_pcrel                     (rtx, rtx, rtx);
extern rtx        gen_call_value_compact                   (rtx, rtx, rtx, rtx);
extern rtx        gen_call_value_compact_rettramp          (rtx, rtx, rtx, rtx);
extern rtx        gen_call_value_media                     (rtx, rtx, rtx);
extern rtx        gen_call_pop_compact                     (rtx, rtx, rtx, rtx);
extern rtx        gen_call_pop_compact_rettramp            (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcalli                             (rtx, rtx);
extern rtx        gen_sibcalli_fdpic                       (rtx, rtx);
extern rtx        gen_sibcalli_pcrel                       (rtx, rtx, rtx);
extern rtx        gen_sibcalli_pcrel_fdpic                 (rtx, rtx, rtx);
extern rtx        gen_sibcalli_thunk                       (rtx, rtx);
extern rtx        gen_sibcall_pcrel                        (rtx, rtx);
extern rtx        gen_sibcall_pcrel_fdpic                  (rtx, rtx);
extern rtx        gen_sibcall_compact                      (rtx, rtx, rtx);
extern rtx        gen_sibcall_media                        (rtx, rtx);
extern rtx        gen_sibcall_valuei                       (rtx, rtx, rtx);
extern rtx        gen_sibcall_valuei_fdpic                 (rtx, rtx, rtx);
extern rtx        gen_sibcall_valuei_pcrel                 (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall_valuei_pcrel_fdpic           (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall_value_pcrel                  (rtx, rtx, rtx);
extern rtx        gen_sibcall_value_pcrel_fdpic            (rtx, rtx, rtx);
extern rtx        gen_sibcall_value_compact                (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall_value_media                  (rtx, rtx, rtx);
extern rtx        gen_call_value_pop_compact               (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_call_value_pop_compact_rettramp      (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_indirect_jump_compact                (rtx);
extern rtx        gen_casesi_jump_1                        (rtx, rtx);
extern rtx        gen_casesi_jump_2                        (rtx, rtx, rtx);
extern rtx        gen_casesi_jump_media                    (rtx, rtx);
extern rtx        gen_dect                                 (rtx, rtx);
extern rtx        gen_nop                                  (void);
extern rtx        gen_mova                                 (rtx);
extern rtx        gen_mova_const                           (rtx);
extern rtx        gen_ptrel_si                             (rtx, rtx, rtx);
extern rtx        gen_ptrel_di                             (rtx, rtx, rtx);
extern rtx        gen_chk_guard_add                        (rtx, rtx);
extern rtx        gen_tls_global_dynamic                   (rtx, rtx);
extern rtx        gen_tls_local_dynamic                    (rtx, rtx);
extern rtx        gen_tls_initial_exec                     (rtx, rtx);
extern rtx        gen_store_gbr                            (rtx);
extern rtx        gen_load_gbr                             (rtx);
extern rtx        gen_casesi_worker_0                      (rtx, rtx, rtx);
extern rtx        gen_casesi_worker_1                      (rtx, rtx, rtx);
extern rtx        gen_casesi_worker_2                      (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_casesi_shift_media                   (rtx, rtx, rtx);
extern rtx        gen_casesi_load_media                    (rtx, rtx, rtx, rtx);
extern rtx        gen_shcompact_return_tramp_i             (void);
extern rtx        gen_return_media_i                       (rtx);
extern rtx        gen_return_media_rte                     (void);
extern rtx        gen_shcompact_preserve_incoming_args     (rtx);
extern rtx        gen_shcompact_incoming_args              (void);
extern rtx        gen_shmedia_save_restore_regs_compact    (rtx);
extern rtx        gen_eh_set_ra_si                         (rtx);
extern rtx        gen_eh_set_ra_di                         (rtx);
extern rtx        gen_blockage                             (void);
extern rtx        gen_movml_push_banked                    (rtx);
extern rtx        gen_movml_pop_banked                     (rtx);
extern rtx        gen_movt                                 (rtx, rtx);
extern rtx        gen_movrt                                (rtx, rtx);
extern rtx        gen_movrt_negc                           (rtx, rtx, rtx);
extern rtx        gen_movrt_xor                            (rtx, rtx);
extern rtx        gen_mov_neg_si_t                         (rtx, rtx);
extern rtx        gen_nott                                 (rtx);
extern rtx        gen_any_treg_expr_to_reg                 (rtx, rtx);
extern rtx        gen_consttable_2                         (rtx, rtx);
extern rtx        gen_consttable_4                         (rtx, rtx);
extern rtx        gen_consttable_8                         (rtx, rtx);
extern rtx        gen_consttable_sf                        (rtx, rtx);
extern rtx        gen_consttable_df                        (rtx, rtx);
extern rtx        gen_align_log                            (rtx);
extern rtx        gen_consttable_end                       (void);
extern rtx        gen_consttable_window_end                (rtx);
extern rtx        gen_clipu_one                            (rtx, rtx);
extern rtx        gen_block_move_real                      (rtx, rtx);
extern rtx        gen_block_lump_real                      (rtx, rtx);
extern rtx        gen_block_move_real_i4                   (rtx, rtx);
extern rtx        gen_block_lump_real_i4                   (rtx, rtx);
extern rtx        gen_cmpstr_t                             (rtx, rtx);
extern rtx        gen_lds_fpscr                            (rtx);
extern rtx        gen_sts_fpscr                            (rtx);
extern rtx        gen_toggle_sz                            (void);
extern rtx        gen_toggle_pr                            (void);
extern rtx        gen_unary_sf_op                          (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_binary_sf_op0                        (rtx, rtx, rtx, rtx);
extern rtx        gen_binary_sf_op1                        (rtx, rtx, rtx, rtx);
extern rtx        gen_addsf3_i                             (rtx, rtx, rtx);
extern rtx        gen_subsf3_i                             (rtx, rtx, rtx);
extern rtx        gen_mulsf3_i                             (rtx, rtx, rtx);
extern rtx        gen_fmasf4_i                             (rtx, rtx, rtx, rtx);
extern rtx        gen_fmasf4_media                         (rtx, rtx, rtx, rtx);
extern rtx        gen_divsf3_i                             (rtx, rtx, rtx);
extern rtx        gen_floatdisf2                           (rtx, rtx);
extern rtx        gen_floatsisf2_i4                        (rtx, rtx);
extern rtx        gen_fix_truncsfdi2                       (rtx, rtx);
extern rtx        gen_fix_truncsfsi2_i4                    (rtx, rtx);
extern rtx        gen_cmpgtsf_t                            (rtx, rtx);
extern rtx        gen_cmpeqsf_t                            (rtx, rtx);
extern rtx        gen_ieee_ccmpeqsf_t                      (rtx, rtx);
extern rtx        gen_cmpeqsf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgtsf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgesf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpunsf_media                        (rtx, rtx, rtx);
extern rtx        gen_sqrtsf2_i                            (rtx, rtx);
extern rtx        gen_rsqrtsf2                             (rtx, rtx);
extern rtx        gen_fsca                                 (rtx, rtx, rtx);
extern rtx        gen_adddf3_i                             (rtx, rtx, rtx);
extern rtx        gen_subdf3_i                             (rtx, rtx, rtx);
extern rtx        gen_muldf3_i                             (rtx, rtx, rtx);
extern rtx        gen_divdf3_i                             (rtx, rtx, rtx);
extern rtx        gen_floatdidf2                           (rtx, rtx);
extern rtx        gen_floatsidf2_i                         (rtx, rtx);
extern rtx        gen_fix_truncdfdi2                       (rtx, rtx);
extern rtx        gen_fix_truncdfsi2_i                     (rtx, rtx);
extern rtx        gen_cmpgtdf_t                            (rtx, rtx);
extern rtx        gen_cmpeqdf_t                            (rtx, rtx);
extern rtx        gen_cmpeqdf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgtdf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpgedf_media                        (rtx, rtx, rtx);
extern rtx        gen_cmpundf_media                        (rtx, rtx, rtx);
extern rtx        gen_sqrtdf2_i                            (rtx, rtx);
extern rtx        gen_extendsfdf2_i4                       (rtx, rtx);
extern rtx        gen_truncdfsf2_i4                        (rtx, rtx);
extern rtx        gen_movua                                (rtx, rtx);
extern rtx        gen_bclr_m2a                             (rtx, rtx);
extern rtx        gen_bclrmem_m2a                          (rtx, rtx);
extern rtx        gen_bset_m2a                             (rtx, rtx);
extern rtx        gen_bsetmem_m2a                          (rtx, rtx);
extern rtx        gen_bst_m2a                              (rtx, rtx);
extern rtx        gen_bld_m2a                              (rtx, rtx);
extern rtx        gen_bldsign_m2a                          (rtx, rtx);
extern rtx        gen_bldqi_reg                            (rtx, rtx);
extern rtx        gen_bldhi_reg                            (rtx, rtx);
extern rtx        gen_bldsi_reg                            (rtx, rtx);
extern rtx        gen_band_m2a                             (rtx, rtx);
extern rtx        gen_bandreg_m2a                          (rtx, rtx, rtx, rtx);
extern rtx        gen_bor_m2a                              (rtx, rtx);
extern rtx        gen_borreg_m2a                           (rtx, rtx, rtx, rtx);
extern rtx        gen_bxor_m2a                             (rtx, rtx);
extern rtx        gen_bxorreg_m2a                          (rtx, rtx, rtx, rtx);
extern rtx        gen_sp_switch_1                          (rtx);
extern rtx        gen_sp_switch_2                          (void);
extern rtx        gen_movv8qi_i                            (rtx, rtx);
extern rtx        gen_movv2hi_i                            (rtx, rtx);
extern rtx        gen_movv4hi_i                            (rtx, rtx);
extern rtx        gen_movv2si_i                            (rtx, rtx);
extern rtx        gen_absv2si2                             (rtx, rtx);
extern rtx        gen_absv4hi2                             (rtx, rtx);
extern rtx        gen_addv2si3                             (rtx, rtx, rtx);
extern rtx        gen_addv4hi3                             (rtx, rtx, rtx);
extern rtx        gen_addv2hi3                             (rtx, rtx, rtx);
extern rtx        gen_ssaddv2si3                           (rtx, rtx, rtx);
extern rtx        gen_usaddv8qi3                           (rtx, rtx, rtx);
extern rtx        gen_ssaddv4hi3                           (rtx, rtx, rtx);
extern rtx        gen_negcmpeqv8qi                         (rtx, rtx, rtx);
extern rtx        gen_negcmpeqv2si                         (rtx, rtx, rtx);
extern rtx        gen_negcmpeqv4hi                         (rtx, rtx, rtx);
extern rtx        gen_negcmpgtuv8qi                        (rtx, rtx, rtx);
extern rtx        gen_negcmpgtv2si                         (rtx, rtx, rtx);
extern rtx        gen_negcmpgtv4hi                         (rtx, rtx, rtx);
extern rtx        gen_mcmv                                 (rtx, rtx, rtx, rtx);
extern rtx        gen_mcnvs_lw                             (rtx, rtx, rtx);
extern rtx        gen_mcnvs_wb                             (rtx, rtx, rtx);
extern rtx        gen_mcnvs_wub                            (rtx, rtx, rtx);
extern rtx        gen_mextr_rl                             (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_mmacfx_wl_i                          (rtx, rtx, rtx, rtx);
extern rtx        gen_mmacnfx_wl_i                         (rtx, rtx, rtx, rtx);
extern rtx        gen_mulv2si3                             (rtx, rtx, rtx);
extern rtx        gen_mulv4hi3                             (rtx, rtx, rtx);
extern rtx        gen_mmulfx_l                             (rtx, rtx, rtx);
extern rtx        gen_mmulfx_w                             (rtx, rtx, rtx);
extern rtx        gen_mmulfxrp_w                           (rtx, rtx, rtx);
extern rtx        gen_mmul23_wl                            (rtx, rtx, rtx);
extern rtx        gen_mmul01_wl                            (rtx, rtx, rtx);
extern rtx        gen_mmulsum_wq_i                         (rtx, rtx, rtx, rtx);
extern rtx        gen_mperm_w_little                       (rtx, rtx, rtx);
extern rtx        gen_mperm_w_big                          (rtx, rtx, rtx);
extern rtx        gen_mperm_w0                             (rtx, rtx);
extern rtx        gen_msad_ubq_i                           (rtx, rtx, rtx, rtx);
extern rtx        gen_mshalds_l                            (rtx, rtx, rtx);
extern rtx        gen_mshalds_w                            (rtx, rtx, rtx);
extern rtx        gen_ashrv2si3                            (rtx, rtx, rtx);
extern rtx        gen_ashrv4hi3                            (rtx, rtx, rtx);
extern rtx        gen_mshards_q                            (rtx, rtx, rtx);
extern rtx        gen_mshf4_b                              (rtx, rtx, rtx);
extern rtx        gen_mshf0_b                              (rtx, rtx, rtx);
extern rtx        gen_mshf4_l                              (rtx, rtx, rtx);
extern rtx        gen_mshf0_l                              (rtx, rtx, rtx);
extern rtx        gen_mshf4_w                              (rtx, rtx, rtx);
extern rtx        gen_mshf0_w                              (rtx, rtx, rtx);
extern rtx        gen_mshflo_w_x                           (rtx, rtx, rtx);
extern rtx        gen_mshfhi_l_di                          (rtx, rtx, rtx);
extern rtx        gen_mshflo_l_di                          (rtx, rtx, rtx);
extern rtx        gen_concat_v2sf                          (rtx, rtx, rtx);
extern rtx        gen_ashlv2si3                            (rtx, rtx, rtx);
extern rtx        gen_ashlv4hi3                            (rtx, rtx, rtx);
extern rtx        gen_lshrv2si3                            (rtx, rtx, rtx);
extern rtx        gen_lshrv4hi3                            (rtx, rtx, rtx);
extern rtx        gen_subv2si3                             (rtx, rtx, rtx);
extern rtx        gen_subv4hi3                             (rtx, rtx, rtx);
extern rtx        gen_subv2hi3                             (rtx, rtx, rtx);
extern rtx        gen_sssubv2si3                           (rtx, rtx, rtx);
extern rtx        gen_ussubv8qi3                           (rtx, rtx, rtx);
extern rtx        gen_sssubv4hi3                           (rtx, rtx, rtx);
extern rtx        gen_fcosa_s                              (rtx, rtx);
extern rtx        gen_fsina_s                              (rtx, rtx);
extern rtx        gen_fipr                                 (rtx, rtx, rtx);
extern rtx        gen_fsrra_s                              (rtx, rtx);
extern rtx        gen_ftrv                                 (rtx, rtx, rtx);
extern rtx        gen_ldhi_l                               (rtx, rtx);
extern rtx        gen_ldhi_q                               (rtx, rtx);
extern rtx        gen_ldlo_l                               (rtx, rtx);
extern rtx        gen_ldlo_q                               (rtx, rtx);
extern rtx        gen_sthi_l                               (rtx, rtx);
extern rtx        gen_sthi_q                               (rtx, rtx);
extern rtx        gen_stlo_l                               (rtx, rtx);
extern rtx        gen_stlo_q                               (rtx, rtx);
extern rtx        gen_ldhi_l64                             (rtx, rtx);
extern rtx        gen_ldhi_q64                             (rtx, rtx);
extern rtx        gen_ldlo_l64                             (rtx, rtx);
extern rtx        gen_ldlo_q64                             (rtx, rtx);
extern rtx        gen_sthi_l64                             (rtx, rtx);
extern rtx        gen_sthi_q64                             (rtx, rtx);
extern rtx        gen_stlo_l64                             (rtx, rtx);
extern rtx        gen_stlo_q64                             (rtx, rtx);
extern rtx        gen_nsb                                  (rtx, rtx);
extern rtx        gen_nsbsi                                (rtx, rtx);
extern rtx        gen_nsbdi                                (rtx, rtx);
extern rtx        gen_byterev                              (rtx, rtx);
extern rtx        gen_alloco_i                             (rtx);
extern rtx        gen_stack_protect_set_si                 (rtx, rtx);
extern rtx        gen_stack_protect_set_si_media           (rtx, rtx);
extern rtx        gen_stack_protect_set_di_media           (rtx, rtx);
extern rtx        gen_stack_protect_test_si                (rtx, rtx);
extern rtx        gen_stack_protect_test_si_media          (rtx, rtx, rtx);
extern rtx        gen_stack_protect_test_di_media          (rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapsi_hard       (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi_hard       (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi_hard       (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi_hard_1     (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi_hard_1     (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi_soft_gusa  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi_soft_gusa  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapsi_soft_gusa  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi_soft_tcb   (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi_soft_tcb   (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapsi_soft_tcb   (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi_soft_imask (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi_soft_imask (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapsi_soft_imask (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangesi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangesi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangesi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_exchangesi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orsi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_notsi_hard              (rtx, rtx);
extern rtx        gen_atomic_fetch_addqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_addqi_hard                    (rtx, rtx);
extern rtx        gen_atomic_subqi_hard                    (rtx, rtx);
extern rtx        gen_atomic_orqi_hard                     (rtx, rtx);
extern rtx        gen_atomic_xorqi_hard                    (rtx, rtx);
extern rtx        gen_atomic_andqi_hard                    (rtx, rtx);
extern rtx        gen_atomic_addhi_hard                    (rtx, rtx);
extern rtx        gen_atomic_subhi_hard                    (rtx, rtx);
extern rtx        gen_atomic_orhi_hard                     (rtx, rtx);
extern rtx        gen_atomic_xorhi_hard                    (rtx, rtx);
extern rtx        gen_atomic_andhi_hard                    (rtx, rtx);
extern rtx        gen_atomic_addqi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_subqi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_orqi_hard_1                   (rtx, rtx);
extern rtx        gen_atomic_xorqi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_andqi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_addhi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_subhi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_orhi_hard_1                   (rtx, rtx);
extern rtx        gen_atomic_xorhi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_andhi_hard_1                  (rtx, rtx);
extern rtx        gen_atomic_fetch_notqi_hard              (rtx, rtx);
extern rtx        gen_atomic_fetch_nothi_hard              (rtx, rtx);
extern rtx        gen_atomic_notqi_hard                    (rtx);
extern rtx        gen_atomic_nothi_hard                    (rtx);
extern rtx        gen_atomic_fetch_addqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orsi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_notqi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_fetch_nothi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_fetch_notsi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_fetch_addqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orsi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_addqi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_subqi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_orqi_soft_tcb                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorqi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_andqi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_addhi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_subhi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_orhi_soft_tcb                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorhi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_andhi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_addsi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_subsi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_orsi_soft_tcb                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorsi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_andsi_soft_tcb                (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_notqi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nothi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_notsi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_notqi_soft_tcb                (rtx, rtx);
extern rtx        gen_atomic_nothi_soft_tcb                (rtx, rtx);
extern rtx        gen_atomic_notsi_soft_tcb                (rtx, rtx);
extern rtx        gen_atomic_fetch_addqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orsi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_notqi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_fetch_nothi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_fetch_notsi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_fetch_nandsi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi_hard_1           (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi_hard_1           (rtx, rtx, rtx);
extern rtx        gen_atomic_nandqi_hard                   (rtx, rtx);
extern rtx        gen_atomic_nandhi_hard                   (rtx, rtx);
extern rtx        gen_atomic_nandqi_hard_1                 (rtx, rtx);
extern rtx        gen_atomic_nandhi_hard_1                 (rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandsi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandsi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nandqi_soft_tcb               (rtx, rtx, rtx);
extern rtx        gen_atomic_nandhi_soft_tcb               (rtx, rtx, rtx);
extern rtx        gen_atomic_nandsi_soft_tcb               (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandsi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchsi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchsi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchsi_hard              (rtx, rtx);
extern rtx        gen_atomic_add_fetchqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi_hard               (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi_hard              (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi_hard_1             (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi_hard_1            (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchqi_hard              (rtx, rtx);
extern rtx        gen_atomic_not_fetchhi_hard              (rtx, rtx);
extern rtx        gen_atomic_add_fetchqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchsi_soft_gusa          (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchsi_soft_gusa         (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchqi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_not_fetchhi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_not_fetchsi_soft_gusa         (rtx, rtx);
extern rtx        gen_atomic_add_fetchqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchsi_soft_tcb           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchsi_soft_tcb          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchqi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchhi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchsi_soft_tcb          (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchsi_soft_imask         (rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchsi_soft_imask        (rtx, rtx, rtx);
extern rtx        gen_atomic_not_fetchqi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_not_fetchhi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_not_fetchsi_soft_imask        (rtx, rtx);
extern rtx        gen_atomic_nand_fetchsi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi_hard             (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi_hard_1           (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi_hard_1           (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchsi_soft_gusa        (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchsi_soft_tcb         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchsi_soft_imask       (rtx, rtx, rtx);
extern rtx        gen_tasb                                 (rtx);
extern rtx        gen_atomic_test_and_set_soft_gusa        (rtx, rtx);
extern rtx        gen_atomic_test_and_set_soft_tcb         (rtx, rtx, rtx);
extern rtx        gen_atomic_test_and_set_soft_imask       (rtx, rtx);
extern rtx        gen_atomic_test_and_set_hard             (rtx, rtx);
extern rtx        gen_cbranchsi4                           (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchdi4                           (rtx, rtx, rtx, rtx);
extern rtx        gen_movdicc                              (rtx, rtx, rtx, rtx);
extern rtx        gen_movsicc                              (rtx, rtx, rtx, rtx);
extern rtx        gen_movqicc                              (rtx, rtx, rtx, rtx);
extern rtx        gen_adddi3                               (rtx, rtx, rtx);
extern rtx        gen_addsi3                               (rtx, rtx, rtx);
extern rtx        gen_subdi3                               (rtx, rtx, rtx);
extern rtx        gen_subsi3                               (rtx, rtx, rtx);
extern rtx        gen_udivsi3_i4_media                     (rtx, rtx, rtx);
extern rtx        gen_udivsi3                              (rtx, rtx, rtx);
extern rtx        gen_divsi3_i4_media                      (rtx, rtx, rtx);
extern rtx        gen_divsi3                               (rtx, rtx, rtx);
extern rtx        gen_divsi_inv_m0                         (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_mulhisi3                             (rtx, rtx, rtx);
extern rtx        gen_umulhisi3                            (rtx, rtx, rtx);
extern rtx        gen_mulsi3_call                          (rtx, rtx, rtx, rtx);
extern rtx        gen_mulsi3                               (rtx, rtx, rtx);
extern rtx        gen_mulsidi3                             (rtx, rtx, rtx);
extern rtx        gen_umulsidi3                            (rtx, rtx, rtx);
extern rtx        gen_smulsi3_highpart                     (rtx, rtx, rtx);
extern rtx        gen_umulsi3_highpart                     (rtx, rtx, rtx);
extern rtx        gen_andsi3                               (rtx, rtx, rtx);
extern rtx        gen_iorsi3                               (rtx, rtx, rtx);
extern rtx        gen_xorsi3                               (rtx, rtx, rtx);
extern rtx        gen_rotldi3                              (rtx, rtx, rtx);
extern rtx        gen_rotrdi3                              (rtx, rtx, rtx);
extern rtx        gen_rotrsi3                              (rtx, rtx, rtx);
extern rtx        gen_rotlsi3                              (rtx, rtx, rtx);
extern rtx        gen_rotlhi3                              (rtx, rtx, rtx);
extern rtx        gen_ashlsi3                              (rtx, rtx, rtx);
extern rtx        gen_ashlhi3                              (rtx, rtx, rtx);
extern rtx        gen_ashldi3                              (rtx, rtx, rtx);
extern rtx        gen_ashldi3_std                          (rtx, rtx, rtx);
extern rtx        gen_ashrsi3                              (rtx, rtx, rtx);
extern rtx        gen_ashrdi3                              (rtx, rtx, rtx);
extern rtx        gen_lshrsi3                              (rtx, rtx, rtx);
extern rtx        gen_lshrdi3                              (rtx, rtx, rtx);
extern rtx        gen_negdi2                               (rtx, rtx);
extern rtx        gen_one_cmpldi2                          (rtx, rtx);
extern rtx        gen_abssi2                               (rtx, rtx);
extern rtx        gen_absdi2                               (rtx, rtx);
extern rtx        gen_bswapsi2                             (rtx, rtx);
extern rtx        gen_zero_extendqisi2                     (rtx, rtx);
extern rtx        gen_zero_extendhisi2                     (rtx, rtx);
extern rtx        gen_extendqisi2                          (rtx, rtx);
extern rtx        gen_extendhisi2                          (rtx, rtx);
extern rtx        gen_extendqihi2                          (rtx, rtx);
extern rtx        gen_push                                 (rtx);
extern rtx        gen_pop                                  (rtx);
extern rtx        gen_push_e                               (rtx);
extern rtx        gen_push_4                               (rtx);
extern rtx        gen_pop_e                                (rtx);
extern rtx        gen_pop_4                                (rtx);
extern rtx        gen_push_fpscr                           (void);
extern rtx        gen_pop_fpscr                            (void);
extern rtx        gen_movsi_const                          (rtx, rtx);
extern rtx        gen_movsi_const_16bit                    (rtx, rtx);
extern rtx        gen_movsi                                (rtx, rtx);
extern rtx        gen_ic_invalidate_line                   (rtx);
extern rtx        gen_initialize_trampoline                (rtx, rtx, rtx);
extern rtx        gen_movqi                                (rtx, rtx);
extern rtx        gen_movhi                                (rtx, rtx);
extern rtx        gen_reload_inqi                          (rtx, rtx, rtx);
extern rtx        gen_reload_inhi                          (rtx, rtx, rtx);
extern rtx        gen_movdi_const                          (rtx, rtx);
extern rtx        gen_movdi_const_32bit                    (rtx, rtx);
extern rtx        gen_movdi_const_16bit                    (rtx, rtx);
extern rtx        gen_movdi                                (rtx, rtx);
extern rtx        gen_reload_indf__frn                     (rtx, rtx, rtx);
extern rtx        gen_reload_outdf__RnFRm                  (rtx, rtx, rtx);
extern rtx        gen_movdf                                (rtx, rtx);
extern rtx        gen_movv2sf                              (rtx, rtx);
extern rtx        gen_addv2sf3                             (rtx, rtx, rtx);
extern rtx        gen_subv2sf3                             (rtx, rtx, rtx);
extern rtx        gen_mulv2sf3                             (rtx, rtx, rtx);
extern rtx        gen_divv2sf3                             (rtx, rtx, rtx);
extern rtx        gen_movv4sf                              (rtx, rtx);
extern rtx        gen_movv16sf                             (rtx, rtx);
extern rtx        gen_movsf                                (rtx, rtx);
extern rtx        gen_reload_insf__frn                     (rtx, rtx, rtx);
extern rtx        gen_reload_insi__i_fpul                  (rtx, rtx, rtx);
extern rtx        gen_ptabs                                (rtx, rtx);
extern rtx        gen_branch_true                          (rtx);
extern rtx        gen_branch_false                         (rtx);
extern rtx        gen_cbranchint4_media                    (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchfp4_media                     (rtx, rtx, rtx, rtx);
extern rtx        gen_doloop_end                           (rtx, rtx);
extern rtx        gen_jump                                 (rtx);
extern rtx        gen_call                                 (rtx, rtx, rtx);
extern rtx        gen_call_pop                             (rtx, rtx, rtx, rtx);
extern rtx        gen_call_value                           (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall                              (rtx, rtx, rtx);
extern rtx        gen_sibcall_value                        (rtx, rtx, rtx, rtx);
extern rtx        gen_call_value_pop                       (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall_epilogue                     (void);
extern rtx        gen_indirect_jump                        (rtx);
extern rtx        gen_untyped_call                         (rtx, rtx, rtx);
extern rtx        gen_GOTaddr2picreg                       (rtx);
static inline rtx gen_vxworks_picreg                       (rtx, rtx);
static inline rtx
gen_vxworks_picreg(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
extern rtx        gen_builtin_setjmp_receiver              (rtx);
extern rtx        gen_call_site                            (void);
extern rtx        gen_sym_label2reg                        (rtx, rtx, rtx);
extern rtx        gen_symPCREL_label2reg                   (rtx, rtx, rtx);
extern rtx        gen_symGOT_load                          (rtx, rtx);
extern rtx        gen_sym2GOT                              (rtx);
extern rtx        gen_symGOT2reg                           (rtx, rtx);
extern rtx        gen_sym2GOTFUNCDESC                      (rtx);
extern rtx        gen_symGOTFUNCDESC2reg                   (rtx, rtx);
extern rtx        gen_symGOTPLT2reg                        (rtx, rtx);
extern rtx        gen_sym2GOTOFF                           (rtx);
extern rtx        gen_symGOTOFF2reg                        (rtx, rtx);
extern rtx        gen_sym2GOTOFFFUNCDESC                   (rtx);
extern rtx        gen_symGOTOFFFUNCDESC2reg                (rtx, rtx);
extern rtx        gen_symPLT_label2reg                     (rtx, rtx, rtx);
extern rtx        gen_sym2PIC                              (rtx);
extern rtx        gen_sym2DTPOFF                           (rtx);
extern rtx        gen_symDTPOFF2reg                        (rtx, rtx, rtx);
extern rtx        gen_sym2GOTTPOFF                         (rtx);
extern rtx        gen_sym2TPOFF                            (rtx);
extern rtx        gen_symTPOFF2reg                         (rtx, rtx);
extern rtx        gen_get_thread_pointersi                 (rtx);
extern rtx        gen_set_thread_pointersi                 (rtx);
extern rtx        gen_casesi                               (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_casesi_0                             (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_simple_return                        (void);
extern rtx        gen_return                               (void);
extern rtx        gen_shcompact_return_tramp               (void);
extern rtx        gen_return_media                         (void);
extern rtx        gen_prologue                             (void);
extern rtx        gen_epilogue                             (void);
extern rtx        gen_eh_return                            (rtx);
extern rtx        gen_cstore4_media                        (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4                            (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4                            (rtx, rtx, rtx, rtx);
extern rtx        gen_movnegt                              (rtx, rtx);
extern rtx        gen_cstoresf4                            (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredf4                            (rtx, rtx, rtx, rtx);
extern rtx        gen_align_2                              (void);
extern rtx        gen_align_4                              (void);
extern rtx        gen_sminsi3                              (rtx, rtx, rtx);
extern rtx        gen_smaxsi3                              (rtx, rtx, rtx);
extern rtx        gen_uminsi3                              (rtx, rtx, rtx);
extern rtx        gen_movmemsi                             (rtx, rtx, rtx, rtx);
extern rtx        gen_cmpstrsi                             (rtx, rtx, rtx, rtx);
extern rtx        gen_cmpstrnsi                            (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_strlensi                             (rtx, rtx, rtx, rtx);
extern rtx        gen_setmemqi                             (rtx, rtx, rtx, rtx);
extern rtx        gen_set_fpscr                            (rtx);
extern rtx        gen_addsf3                               (rtx, rtx, rtx);
extern rtx        gen_subsf3                               (rtx, rtx, rtx);
extern rtx        gen_mulsf3                               (rtx, rtx, rtx);
extern rtx        gen_fmasf4                               (rtx, rtx, rtx, rtx);
extern rtx        gen_divsf3                               (rtx, rtx, rtx);
extern rtx        gen_floatsisf2                           (rtx, rtx);
extern rtx        gen_fix_truncsfsi2                       (rtx, rtx);
extern rtx        gen_cbranchsf4                           (rtx, rtx, rtx, rtx);
extern rtx        gen_negsf2                               (rtx, rtx);
extern rtx        gen_sqrtsf2                              (rtx, rtx);
extern rtx        gen_sincossf3                            (rtx, rtx, rtx);
extern rtx        gen_abssf2                               (rtx, rtx);
extern rtx        gen_adddf3                               (rtx, rtx, rtx);
extern rtx        gen_subdf3                               (rtx, rtx, rtx);
extern rtx        gen_muldf3                               (rtx, rtx, rtx);
extern rtx        gen_divdf3                               (rtx, rtx, rtx);
extern rtx        gen_floatsidf2                           (rtx, rtx);
extern rtx        gen_fix_truncdfsi2                       (rtx, rtx);
extern rtx        gen_cbranchdf4                           (rtx, rtx, rtx, rtx);
extern rtx        gen_negdf2                               (rtx, rtx);
extern rtx        gen_sqrtdf2                              (rtx, rtx);
extern rtx        gen_absdf2                               (rtx, rtx);
extern rtx        gen_extendsfdf2                          (rtx, rtx);
extern rtx        gen_truncdfsf2                           (rtx, rtx);
extern rtx        gen_insv                                 (rtx, rtx, rtx, rtx);
extern rtx        gen_extv                                 (rtx, rtx, rtx, rtx);
extern rtx        gen_extzv                                (rtx, rtx, rtx, rtx);
extern rtx        gen_movv8qi                              (rtx, rtx);
extern rtx        gen_movv2hi                              (rtx, rtx);
extern rtx        gen_movv4hi                              (rtx, rtx);
extern rtx        gen_movv2si                              (rtx, rtx);
extern rtx        gen_mextr1                               (rtx, rtx, rtx);
extern rtx        gen_mextr2                               (rtx, rtx, rtx);
extern rtx        gen_mextr3                               (rtx, rtx, rtx);
extern rtx        gen_mextr4                               (rtx, rtx, rtx);
extern rtx        gen_mextr5                               (rtx, rtx, rtx);
extern rtx        gen_mextr6                               (rtx, rtx, rtx);
extern rtx        gen_mextr7                               (rtx, rtx, rtx);
extern rtx        gen_mmacfx_wl                            (rtx, rtx, rtx, rtx);
extern rtx        gen_mmacnfx_wl                           (rtx, rtx, rtx, rtx);
extern rtx        gen_mmulhi_wl                            (rtx, rtx, rtx);
extern rtx        gen_mmullo_wl                            (rtx, rtx, rtx);
extern rtx        gen_mmulsum_wq                           (rtx, rtx, rtx, rtx);
extern rtx        gen_mperm_w                              (rtx, rtx, rtx);
extern rtx        gen_msad_ubq                             (rtx, rtx, rtx, rtx);
extern rtx        gen_mshfhi_b                             (rtx, rtx, rtx);
extern rtx        gen_mshflo_b                             (rtx, rtx, rtx);
extern rtx        gen_mshfhi_l                             (rtx, rtx, rtx);
extern rtx        gen_mshflo_l                             (rtx, rtx, rtx);
extern rtx        gen_mshfhi_w                             (rtx, rtx, rtx);
extern rtx        gen_mshflo_w                             (rtx, rtx, rtx);
extern rtx        gen_ffsdi2                               (rtx, rtx);
extern rtx        gen_ffssi2                               (rtx, rtx);
extern rtx        gen_prefetch                             (rtx, rtx, rtx);
extern rtx        gen_stack_protect_set                    (rtx, rtx);
extern rtx        gen_stack_protect_test                   (rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapqi            (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swaphi            (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapsi            (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeqi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangehi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangesi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orqi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orhi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orsi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandqi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandhi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandsi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchqi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchqi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchhi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchhi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchsi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchsi                   (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchqi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchhi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchsi                  (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_test_and_set                  (rtx, rtx, rtx);

#endif /* GCC_INSN_FLAGS_H */