This file is indexed.

/usr/lib/gcc-cross/powerpc-linux-gnu/6/plugin/include/insn-flags.h is in gcc-6-plugin-dev-powerpc-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
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
/* Generated automatically by the program `genflags'
   from the machine description file `md'.  */

#ifndef GCC_INSN_FLAGS_H
#define GCC_INSN_FLAGS_H

#define HAVE_load_macho_picbase_si ((DEFAULT_ABI == ABI_DARWIN) && flag_pic)
#define HAVE_load_macho_picbase_di ((DEFAULT_ABI == ABI_DARWIN) && flag_pic && TARGET_64BIT)
#define HAVE_macho_correct_pic_si (DEFAULT_ABI == ABI_DARWIN)
#define HAVE_macho_correct_pic_di (DEFAULT_ABI == ABI_DARWIN && TARGET_64BIT)
#define HAVE_reload_macho_picbase_si ((DEFAULT_ABI == ABI_DARWIN) && flag_pic)
#define HAVE_reload_macho_picbase_di ((DEFAULT_ABI == ABI_DARWIN) && flag_pic && TARGET_64BIT)
#define HAVE_zero_extendqihi2 1
#define HAVE_zero_extendqisi2 1
#define HAVE_zero_extendqidi2 (TARGET_POWERPC64)
#define HAVE_zero_extendhisi2 1
#define HAVE_zero_extendhidi2 (TARGET_POWERPC64)
#define HAVE_zero_extendsidi2 (TARGET_POWERPC64)
#define HAVE_extendqihi2 1
#define HAVE_extendqisi2 1
#define HAVE_extendqidi2 (TARGET_POWERPC64)
#define HAVE_extendsidi2 (TARGET_POWERPC64)
#define HAVE_dlmzb (TARGET_DLMZB)
#define HAVE_addsi3_carry (TARGET_32BIT)
#define HAVE_adddi3_carry (TARGET_64BIT)
#define HAVE_addsi3_carry_in_0 1
#define HAVE_adddi3_carry_in_0 (TARGET_POWERPC64)
#define HAVE_addsi3_carry_in_m1 1
#define HAVE_adddi3_carry_in_m1 (TARGET_POWERPC64)
#define HAVE_subfsi3_imm 1
#define HAVE_subfdi3_imm (TARGET_POWERPC64)
#define HAVE_subfsi3_carry (TARGET_32BIT)
#define HAVE_subfdi3_carry (TARGET_64BIT)
#define HAVE_subfsi3_carry_in_0 1
#define HAVE_subfdi3_carry_in_0 (TARGET_POWERPC64)
#define HAVE_subfsi3_carry_in_m1 1
#define HAVE_subfdi3_carry_in_m1 (TARGET_POWERPC64)
#define HAVE_subfsi3_carry_in_xx 1
#define HAVE_subfdi3_carry_in_xx (TARGET_POWERPC64)
#define HAVE_negsi2 1
#define HAVE_negdi2 (TARGET_POWERPC64)
#define HAVE_clzsi2 1
#define HAVE_clzdi2 (TARGET_POWERPC64)
#define HAVE_ctzsi2_hw (TARGET_CTZ)
#define HAVE_ctzdi2_hw ((TARGET_CTZ) && (TARGET_POWERPC64))
#define HAVE_popcntbsi2 (TARGET_POPCNTB)
#define HAVE_popcntbdi2 ((TARGET_POPCNTB) && (TARGET_POWERPC64))
#define HAVE_popcntdsi2 (TARGET_POPCNTD)
#define HAVE_popcntddi2 ((TARGET_POPCNTD) && (TARGET_POWERPC64))
#define HAVE_paritysi2_cmpb (TARGET_CMPB && TARGET_POPCNTB)
#define HAVE_paritydi2_cmpb ((TARGET_CMPB && TARGET_POPCNTB) && (TARGET_POWERPC64))
#define HAVE_bswaphi2_load 1
#define HAVE_bswapsi2_load 1
#define HAVE_bswaphi2_store 1
#define HAVE_bswapsi2_store 1
#define HAVE_bswaphi2_reg 1
#define HAVE_bswapsi2_reg 1
#define HAVE_bswapdi2_load (TARGET_POWERPC64 && TARGET_LDBRX)
#define HAVE_bswapdi2_store (TARGET_POWERPC64 && TARGET_LDBRX)
#define HAVE_bswapdi2_reg (TARGET_POWERPC64 && TARGET_LDBRX)
#define HAVE_bswapdi2_32bit (!TARGET_POWERPC64 && (REG_P (operands[0]) || REG_P (operands[1])))
#define HAVE_mulsi3 1
#define HAVE_muldi3 (TARGET_POWERPC64)
#define HAVE_smulsi3_highpart_le (!WORDS_BIG_ENDIAN && !TARGET_POWERPC64)
#define HAVE_umulsi3_highpart_le (!WORDS_BIG_ENDIAN && !TARGET_POWERPC64)
#define HAVE_smuldi3_highpart_le (!WORDS_BIG_ENDIAN && TARGET_POWERPC64)
#define HAVE_umuldi3_highpart_le (!WORDS_BIG_ENDIAN && TARGET_POWERPC64)
#define HAVE_smulsi3_highpart_64 (TARGET_POWERPC64)
#define HAVE_umulsi3_highpart_64 (TARGET_POWERPC64)
#define HAVE_udivsi3 1
#define HAVE_udivdi3 (TARGET_POWERPC64)
#define HAVE_divsi3_sra 1
#define HAVE_divdi3_sra (TARGET_POWERPC64)
#define HAVE_umodsi3 (TARGET_MODULO)
#define HAVE_umoddi3 ((TARGET_MODULO) && (TARGET_POWERPC64))
#define HAVE_andsi3_imm (rs6000_gen_cell_microcode \
   && !rs6000_is_valid_and_mask (operands[2], SImode))
#define HAVE_anddi3_imm ((rs6000_gen_cell_microcode \
   && !rs6000_is_valid_and_mask (operands[2], DImode)) && (TARGET_POWERPC64))
#define HAVE_andsi3_mask (rs6000_is_valid_and_mask (operands[2], SImode))
#define HAVE_anddi3_mask ((rs6000_is_valid_and_mask (operands[2], DImode)) && (TARGET_POWERPC64))
#define HAVE_rotlsi3 1
#define HAVE_rotldi3 (TARGET_POWERPC64)
#define HAVE_ashlsi3 1
#define HAVE_ashldi3 (TARGET_POWERPC64)
#define HAVE_ashdi3_extswsli (TARGET_EXTSWSLI)
#define HAVE_ashdi3_extswsli_dot (TARGET_EXTSWSLI)
#define HAVE_ashdi3_extswsli_dot2 (TARGET_EXTSWSLI)
#define HAVE_lshrsi3 1
#define HAVE_lshrdi3 (TARGET_POWERPC64)
#define HAVE_ashrsi3 1
#define HAVE_ashrdi3 (TARGET_POWERPC64)
#define HAVE_fres (TARGET_FRES)
#define HAVE_fred (TARGET_FRE)
#define HAVE_signbitkf2_dm ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_signbittf2_dm ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_copysignsf3_fcpsgn (TARGET_SF_FPR && (TARGET_CMPB || VECTOR_UNIT_VSX_P (SFmode)))
#define HAVE_copysigndf3_fcpsgn (TARGET_DF_FPR && (TARGET_CMPB || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_isel_signed_si (TARGET_ISEL)
#define HAVE_isel_signed_di ((TARGET_ISEL64) && (TARGET_POWERPC64))
#define HAVE_isel_unsigned_si (TARGET_ISEL)
#define HAVE_isel_unsigned_di ((TARGET_ISEL64) && (TARGET_POWERPC64))
#define HAVE_lfiwax (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWAX)
#define HAVE_floatsisf2_lfiwax (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWAX \
   && TARGET_FCFIDS && can_create_pseudo_p ())
#define HAVE_floatsidf2_lfiwax (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWAX \
   && TARGET_FCFID && can_create_pseudo_p ())
#define HAVE_floatsisf2_lfiwax_mem (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWAX \
   && TARGET_FCFIDS)
#define HAVE_floatsidf2_lfiwax_mem (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWAX \
   && TARGET_FCFID)
#define HAVE_lfiwzx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWZX)
#define HAVE_floatunssisf2_lfiwzx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWZX \
   && TARGET_FCFIDS)
#define HAVE_floatunssidf2_lfiwzx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWZX \
   && TARGET_FCFID)
#define HAVE_floatunssisf2_lfiwzx_mem (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWZX \
   && TARGET_FCFIDS)
#define HAVE_floatunssidf2_lfiwzx_mem (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LFIWZX \
   && TARGET_FCFID)
#define HAVE_fix_truncsfsi2_stfiwx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && (SFmode != SFmode || TARGET_SINGLE_FLOAT) \
   && TARGET_STFIWX && can_create_pseudo_p ())
#define HAVE_fix_truncdfsi2_stfiwx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && (DFmode != SFmode || TARGET_SINGLE_FLOAT) \
   && TARGET_STFIWX && can_create_pseudo_p ())
#define HAVE_fix_truncsfsi2_internal (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT)
#define HAVE_fix_truncdfsi2_internal (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT)
#define HAVE_fixuns_truncsfsi2_stfiwx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT && TARGET_FCTIWUZ \
   && TARGET_STFIWX && can_create_pseudo_p ())
#define HAVE_fixuns_truncdfsi2_stfiwx (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_FCTIWUZ \
   && TARGET_STFIWX && can_create_pseudo_p ())
#define HAVE_fixuns_truncsfdi2 (TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT && TARGET_FPRS && TARGET_FCTIDUZ)
#define HAVE_fixuns_truncdfdi2 (TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT && TARGET_FPRS && TARGET_FCTIDUZ)
#define HAVE_fctiwz_sf (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT)
#define HAVE_fctiwz_df (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT)
#define HAVE_fctiwuz_sf (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT && TARGET_FCTIWUZ)
#define HAVE_fctiwuz_df (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_FCTIWUZ)
#define HAVE_lrintsfdi2 (TARGET_SF_FPR && TARGET_FPRND)
#define HAVE_lrintdfdi2 (TARGET_DF_FPR && TARGET_FPRND)
#define HAVE_btruncsf2 (TARGET_SF_FPR && TARGET_FPRND)
#define HAVE_btruncdf2 (TARGET_DF_FPR && TARGET_FPRND)
#define HAVE_ceilsf2 (TARGET_SF_FPR && TARGET_FPRND)
#define HAVE_ceildf2 (TARGET_DF_FPR && TARGET_FPRND)
#define HAVE_floorsf2 (TARGET_SF_FPR && TARGET_FPRND)
#define HAVE_floordf2 (TARGET_DF_FPR && TARGET_FPRND)
#define HAVE_roundsf2 (TARGET_SF_FPR && TARGET_FPRND)
#define HAVE_rounddf2 (TARGET_DF_FPR && TARGET_FPRND)
#define HAVE_stfiwx (TARGET_PPC_GFXOPT)
#define HAVE_floatdisf2_fcfids (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && TARGET_DOUBLE_FLOAT && TARGET_FCFIDS)
#define HAVE_floatdisf2_internal1 (TARGET_FCFID && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && !TARGET_FCFIDS)
#define HAVE_floatunsdisf2_fcfidus (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && TARGET_DOUBLE_FLOAT && TARGET_FCFIDUS)
#define HAVE_movsf_hardfloat ((register_operand (operands[0], SFmode) \
   || register_operand (operands[1], SFmode)) \
   && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT)
#define HAVE_movsd_hardfloat ((register_operand (operands[0], SDmode) \
   || register_operand (operands[1], SDmode)) \
   && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT)
#define HAVE_extenddfif2_fprs ((!TARGET_VSX && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && TARGET_LONG_DOUBLE_128 && FLOAT128_IBM_P (IFmode)) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_extenddftf2_fprs ((!TARGET_VSX && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && TARGET_LONG_DOUBLE_128 && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_extenddfif2_vsx ((TARGET_LONG_DOUBLE_128 && TARGET_VSX && FLOAT128_IBM_P (IFmode)) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_extenddftf2_vsx ((TARGET_LONG_DOUBLE_128 && TARGET_VSX && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_truncifdf2_internal1 ((FLOAT128_IBM_P (IFmode) && !TARGET_XL_COMPAT \
   && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_trunctfdf2_internal1 ((FLOAT128_IBM_P (TFmode) && !TARGET_XL_COMPAT \
   && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_truncifdf2_internal2 ((FLOAT128_IBM_P (IFmode) && TARGET_XL_COMPAT && TARGET_HARD_FLOAT \
   && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_trunctfdf2_internal2 ((FLOAT128_IBM_P (TFmode) && TARGET_XL_COMPAT && TARGET_HARD_FLOAT \
   && TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_truncifsf2_fprs ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT  \
   && TARGET_LONG_DOUBLE_128 && FLOAT128_IBM_P (IFmode)) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_trunctfsf2_fprs ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT  \
   && TARGET_LONG_DOUBLE_128 && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_fix_trunc_helperif ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && FLOAT128_IBM_P (IFmode)) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_fix_trunc_helpertf ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_negif2_internal ((TARGET_HARD_FLOAT && TARGET_FPRS && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_negtf2_internal ((TARGET_HARD_FLOAT && TARGET_FPRS && FLOAT128_IBM_P (TFmode)) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_ieee_128bit_vsx_negkf2 ((TARGET_FLOAT128 && !TARGET_FLOAT128_HW) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_ieee_128bit_vsx_negtf2 ((TARGET_FLOAT128 && !TARGET_FLOAT128_HW) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_ieee_128bit_vsx_abskf2 ((TARGET_FLOAT128 && !TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_ieee_128bit_vsx_abstf2 ((TARGET_FLOAT128 && !TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_p8_fmrgow_di (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_fmrgow_df (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_fmrgow_dd (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mtvsrwz (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_fpr_from_gprdi (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_fpr_from_gprdf (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_fpr_from_gprdd (!TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mtvsrd_df (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_ti ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (TARGET_VSX_TIMODE))
#define HAVE_p8_xxpermdi_v16qi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v8hi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v4si (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v4sf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v2di (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v2df (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_v1ti (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_xxpermdi_kf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_p8_xxpermdi_tf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_reload_vsx_from_gprti ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (TARGET_VSX_TIMODE))
#define HAVE_reload_vsx_from_gprv16qi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv8hi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv4si (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv4sf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv2di (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv2df (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprv1ti (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprkf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_reload_vsx_from_gprtf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_p8_mtvsrd_sf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_vsx_from_gprsf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_ti ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (TARGET_VSX_TIMODE))
#define HAVE_p8_mfvsrd_3_v16qi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v8hi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v4si (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v4sf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v2di (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v2df (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_v1ti (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_3_kf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_p8_mfvsrd_3_tf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_reload_gpr_from_vsxti ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (TARGET_VSX_TIMODE))
#define HAVE_reload_gpr_from_vsxv16qi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv8hi (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv4si (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv4sf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv2di (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv2df (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxv1ti (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_reload_gpr_from_vsxkf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_reload_gpr_from_vsxtf ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_reload_gpr_from_vsxsf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_p8_mfvsrd_4_disf (TARGET_POWERPC64 && TARGET_DIRECT_MOVE)
#define HAVE_movdi_si_update ((TARGET_POWERPC64 && TARGET_UPDATE \
   && (!avoiding_indexed_address_p (Pmode) \
       || !gpc_reg_operand (operands[2], Pmode) \
       || (REG_P (operands[0]) \
	   && REGNO (operands[0]) == STACK_POINTER_REGNUM))) && (TARGET_32BIT))
#define HAVE_movdi_di_update ((TARGET_POWERPC64 && TARGET_UPDATE \
   && (!avoiding_indexed_address_p (Pmode) \
       || !gpc_reg_operand (operands[2], Pmode) \
       || (REG_P (operands[0]) \
	   && REGNO (operands[0]) == STACK_POINTER_REGNUM))) && (TARGET_64BIT))
#define HAVE_movdi_si_update_stack ((TARGET_POWERPC64) && (TARGET_32BIT))
#define HAVE_movdi_di_update_stack ((TARGET_POWERPC64) && (TARGET_64BIT))
#define HAVE_movsi_update (TARGET_UPDATE \
   && (!avoiding_indexed_address_p (SImode) \
       || !gpc_reg_operand (operands[2], SImode) \
       || (REG_P (operands[0]) \
	   && REGNO (operands[0]) == STACK_POINTER_REGNUM)))
#define HAVE_movsi_update_stack 1
#define HAVE_tls_gd_aix32 ((HAVE_AS_TLS && (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2)) && (! TARGET_64BIT))
#define HAVE_tls_gd_aix64 ((HAVE_AS_TLS && (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2)) && (TARGET_64BIT))
#define HAVE_tls_gd_sysvsi ((HAVE_AS_TLS && DEFAULT_ABI == ABI_V4) && (! TARGET_64BIT))
#define HAVE_tls_gd_sysvdi ((HAVE_AS_TLS && DEFAULT_ABI == ABI_V4) && (TARGET_64BIT))
#define HAVE_tls_ld_aix32 ((HAVE_AS_TLS && (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2)) && (! TARGET_64BIT))
#define HAVE_tls_ld_aix64 ((HAVE_AS_TLS && (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2)) && (TARGET_64BIT))
#define HAVE_tls_ld_sysvsi ((HAVE_AS_TLS && DEFAULT_ABI == ABI_V4) && (! TARGET_64BIT))
#define HAVE_tls_ld_sysvdi ((HAVE_AS_TLS && DEFAULT_ABI == ABI_V4) && (TARGET_64BIT))
#define HAVE_tls_dtprel_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_dtprel_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_dtprel_ha_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_dtprel_ha_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_dtprel_lo_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_dtprel_lo_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_got_dtprel_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_got_dtprel_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_tprel_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_tprel_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_tprel_ha_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_tprel_ha_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_tprel_lo_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_tprel_lo_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_got_tprel_32 ((HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_got_tprel_64 ((HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_tls_tls_32 ((TARGET_ELF && HAVE_AS_TLS) && (! TARGET_64BIT))
#define HAVE_tls_tls_64 ((TARGET_ELF && HAVE_AS_TLS) && (TARGET_64BIT))
#define HAVE_load_toc_aix_si ((DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2) && TARGET_32BIT)
#define HAVE_load_toc_aix_di ((DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2) && TARGET_64BIT)
#define HAVE_load_toc_v4_pic_si (DEFAULT_ABI == ABI_V4 && flag_pic == 1 && TARGET_32BIT)
#define HAVE_load_toc_v4_PIC_1_normal (!TARGET_LINK_STACK && TARGET_ELF && DEFAULT_ABI == ABI_V4 \
   && (flag_pic == 2 || (flag_pic && TARGET_SECURE_PLT)))
#define HAVE_load_toc_v4_PIC_1b_normal (!TARGET_LINK_STACK && TARGET_ELF && DEFAULT_ABI == ABI_V4 && flag_pic == 2)
#define HAVE_load_toc_v4_PIC_2 (TARGET_ELF && DEFAULT_ABI == ABI_V4 && flag_pic == 2)
#define HAVE_load_toc_v4_PIC_3b (TARGET_ELF && TARGET_SECURE_PLT && DEFAULT_ABI == ABI_V4 && flag_pic)
#define HAVE_load_toc_v4_PIC_3c (TARGET_ELF && TARGET_SECURE_PLT && DEFAULT_ABI == ABI_V4 && flag_pic)
#define HAVE_elf_high (TARGET_ELF && ! TARGET_64BIT)
#define HAVE_elf_low (TARGET_ELF && ! TARGET_64BIT)
#define HAVE_blockage 1
#define HAVE_probe_stack_si (TARGET_32BIT)
#define HAVE_probe_stack_di (TARGET_64BIT)
#define HAVE_probe_stack_rangesi (TARGET_32BIT)
#define HAVE_probe_stack_rangedi (TARGET_64BIT)
#define HAVE_stack_protect_setsi (TARGET_32BIT)
#define HAVE_stack_protect_setdi (TARGET_64BIT)
#define HAVE_stack_protect_testsi (TARGET_32BIT)
#define HAVE_stack_protect_testdi (TARGET_64BIT)
#define HAVE_move_from_CR_ov_bit (TARGET_ISEL)
#define HAVE_eqsi3 1
#define HAVE_eqdi3 (TARGET_POWERPC64)
#define HAVE_nesi3 ((!TARGET_ISEL) && (TARGET_32BIT))
#define HAVE_nedi3 ((!TARGET_ISEL) && (TARGET_64BIT))
#define HAVE_jump 1
#define HAVE_return (direct_return ())
#define HAVE_simple_return 1
#define HAVE_nop 1
#define HAVE_group_ending_nop 1
#define HAVE_trap 1
#define HAVE_movesi_from_cr 1
#define HAVE_stack_tie 1
#define HAVE_eh_set_lr_si (TARGET_32BIT)
#define HAVE_eh_set_lr_di (TARGET_64BIT)
#define HAVE_prefetch 1
#define HAVE_load_split_stack_limit_di (TARGET_64BIT)
#define HAVE_load_split_stack_limit_si (!TARGET_64BIT)
#define HAVE_split_stack_return 1
#define HAVE_bpermd_si ((TARGET_POPCNTD) && (TARGET_32BIT))
#define HAVE_bpermd_di ((TARGET_POPCNTD) && (TARGET_64BIT))
#define HAVE_rs6000_get_timebase_ppc32 (!TARGET_POWERPC64)
#define HAVE_rs6000_mftb_si 1
#define HAVE_rs6000_mftb_di (TARGET_POWERPC64)
#define HAVE_rs6000_mffs (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_rs6000_mtfsf (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_fusion_gpr_load_qi (TARGET_P8_FUSION)
#define HAVE_fusion_gpr_load_hi (TARGET_P8_FUSION)
#define HAVE_fusion_gpr_load_si (TARGET_P8_FUSION)
#define HAVE_fusion_gpr_load_di ((TARGET_P8_FUSION) && (TARGET_POWERPC64))
#define HAVE_fusion_gpr_si_qi_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_qi_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_hi_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_hi_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_si_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_si_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_di_load ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_32BIT)))
#define HAVE_fusion_gpr_di_di_load ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_64BIT)))
#define HAVE_fusion_gpr_si_sf_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_sf_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_df_load ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_32BIT)))
#define HAVE_fusion_gpr_di_df_load ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_64BIT)))
#define HAVE_fusion_gpr_si_qi_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_qi_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_hi_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_hi_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_si_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_si_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_di_store ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_32BIT)))
#define HAVE_fusion_gpr_di_di_store ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_64BIT)))
#define HAVE_fusion_gpr_si_sf_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_gpr_di_sf_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_gpr_si_df_store ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_32BIT)))
#define HAVE_fusion_gpr_di_df_store ((TARGET_P9_FUSION) && ((TARGET_POWERPC64) && (TARGET_64BIT)))
#define HAVE_fusion_vsx_si_di_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_di_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_vsx_si_sf_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_sf_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_vsx_si_df_load ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_df_load ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_vsx_si_di_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_di_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_vsx_si_sf_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_sf_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_fusion_vsx_si_df_store ((TARGET_P9_FUSION) && (TARGET_32BIT))
#define HAVE_fusion_vsx_di_df_store ((TARGET_P9_FUSION) && (TARGET_64BIT))
#define HAVE_addg6s (TARGET_POPCNTD)
#define HAVE_cdtbcd (TARGET_POPCNTD)
#define HAVE_cbcdtd (TARGET_POPCNTD)
#define HAVE_dive_si (TARGET_POPCNTD)
#define HAVE_diveu_si (TARGET_POPCNTD)
#define HAVE_dive_di ((TARGET_POPCNTD) && (TARGET_POWERPC64))
#define HAVE_diveu_di ((TARGET_POPCNTD) && (TARGET_POWERPC64))
#define HAVE_unpacktf_dm ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE && FLOAT128_2REG_P (TFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpackif_dm ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE && FLOAT128_2REG_P (IFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpacktd_dm ((TARGET_POWERPC64 && TARGET_DIRECT_MOVE && FLOAT128_2REG_P (TDmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS))
#define HAVE_unpacktf_nodm (((!TARGET_POWERPC64 || !TARGET_DIRECT_MOVE) && FLOAT128_2REG_P (TFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpackif_nodm (((!TARGET_POWERPC64 || !TARGET_DIRECT_MOVE) && FLOAT128_2REG_P (IFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpacktd_nodm (((!TARGET_POWERPC64 || !TARGET_DIRECT_MOVE) && FLOAT128_2REG_P (TDmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS))
#define HAVE_packtf ((FLOAT128_2REG_P (TFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_packif ((FLOAT128_2REG_P (IFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_packtd ((FLOAT128_2REG_P (TDmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS))
#define HAVE_unpackv1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_unpackkf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_packv1ti (TARGET_VSX)
#define HAVE_packkf (TARGET_VSX)
#define HAVE_addkf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_addtf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_subkf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_subtf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_mulkf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_multf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_divkf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_divtf3 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_sqrtkf2 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_sqrttf2 ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_copysignkf3_hard ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_copysigntf3_hard ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_copysignkf3_soft ((!TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_copysigntf3_soft ((!TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_negkf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_negtf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_abskf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_abstf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_extendsfkf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_extendsftf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_extenddfkf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_extenddftf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_extendkftf2 (TARGET_FLOAT128 && TARGET_IEEEQUAD)
#define HAVE_trunctfkf2 (TARGET_FLOAT128 && TARGET_IEEEQUAD)
#define HAVE_trunckfdf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_trunctfdf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_trunckfsf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_trunctfsf2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fix_kfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fixuns_kfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fix_tfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fixuns_tfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fix_kfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fixuns_kfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fix_tfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fixuns_tfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_float_kfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_floatuns_kfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_float_tfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_floatuns_tfsi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_float_kfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_floatuns_kfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_float_tfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_floatuns_tfdi2_hw ((TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_isync 1
#define HAVE_loadsync_qi 1
#define HAVE_loadsync_hi 1
#define HAVE_loadsync_si 1
#define HAVE_loadsync_di (TARGET_POWERPC64)
#define HAVE_loadsync_ti (TARGET_SYNC_TI)
#define HAVE_load_quadpti (TARGET_SYNC_TI \
   && !reg_mentioned_p (operands[0], operands[1]))
#define HAVE_store_quadpti (TARGET_SYNC_TI)
#define HAVE_load_lockedqi (TARGET_SYNC_HI_QI)
#define HAVE_load_lockedhi (TARGET_SYNC_HI_QI)
#define HAVE_load_lockedsi 1
#define HAVE_load_lockeddi (TARGET_POWERPC64)
#define HAVE_load_lockedqi_si (TARGET_SYNC_HI_QI)
#define HAVE_load_lockedhi_si (TARGET_SYNC_HI_QI)
#define HAVE_load_lockedpti (TARGET_SYNC_TI \
   && !reg_mentioned_p (operands[0], operands[1]) \
   && quad_int_reg_operand (operands[0], PTImode))
#define HAVE_store_conditionalqi (TARGET_SYNC_HI_QI)
#define HAVE_store_conditionalhi (TARGET_SYNC_HI_QI)
#define HAVE_store_conditionalsi 1
#define HAVE_store_conditionaldi (TARGET_POWERPC64)
#define HAVE_store_conditionalpti (TARGET_SYNC_TI && quad_int_reg_operand (operands[2], PTImode))
#define HAVE_xxspltib_v16qi (TARGET_P9_VECTOR)
#define HAVE_xxspltib_v8hi_nosplit (TARGET_P9_VECTOR)
#define HAVE_xxspltib_v4si_nosplit (TARGET_P9_VECTOR)
#define HAVE_xxspltib_v2di_nosplit (TARGET_P9_VECTOR)
#define HAVE_vsx_ld_elemrev_v2di (VECTOR_MEM_VSX_P (V2DImode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_ld_elemrev_v2df (VECTOR_MEM_VSX_P (V2DFmode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_ld_elemrev_v4si (VECTOR_MEM_VSX_P (V4SImode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_ld_elemrev_v4sf (VECTOR_MEM_VSX_P (V4SFmode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_ld_elemrev_v8hi (VECTOR_MEM_VSX_P (V8HImode) && !BYTES_BIG_ENDIAN && TARGET_P9_VECTOR)
#define HAVE_vsx_ld_elemrev_v16qi (VECTOR_MEM_VSX_P (V16QImode) && !BYTES_BIG_ENDIAN && TARGET_P9_VECTOR)
#define HAVE_vsx_st_elemrev_v2df (VECTOR_MEM_VSX_P (V2DFmode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_st_elemrev_v2di (VECTOR_MEM_VSX_P (V2DImode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_st_elemrev_v4sf (VECTOR_MEM_VSX_P (V4SFmode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_st_elemrev_v4si (VECTOR_MEM_VSX_P (V4SImode) && !BYTES_BIG_ENDIAN)
#define HAVE_vsx_st_elemrev_v8hi (VECTOR_MEM_VSX_P (V8HImode) && !BYTES_BIG_ENDIAN && TARGET_P9_VECTOR)
#define HAVE_vsx_st_elemrev_v16qi (VECTOR_MEM_VSX_P (V16QImode) && !BYTES_BIG_ENDIAN && TARGET_P9_VECTOR)
#define HAVE_vsx_mul_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_div_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_udiv_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_frev4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_frev2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_nabsv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_nabsv2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_smaxv4sf3 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_smaxv2df3 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_eqv4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_eqv2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_gtv4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_gtv2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_copysignv4sf3 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_copysignv2df3 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_floatv4siv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_floatv2div2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_floatunsv4siv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_floatunsv2div2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_fix_truncv4sfv4si2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_fix_truncv2dfv2di2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_fixuns_truncv4sfv4si2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_fixuns_truncv2dfv2di2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xsrdpi (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_xvrspi (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xvrdpi (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xsrdpic (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_xvrspic (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xvrdpic (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_btruncv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_btruncv2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_floorv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_floorv2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_ceilv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_ceilv2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xscvdpsp (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_xvcvspdp (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xvcvdpsp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xscvspdp (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xscvdpsp_scalar (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xscvspdp_scalar2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xscvdpspn (TARGET_XSCVDPSPN)
#define HAVE_vsx_xscvspdpn (TARGET_XSCVSPDPN)
#define HAVE_vsx_xscvdpspn_scalar (TARGET_XSCVDPSPN)
#define HAVE_vsx_xscvspdpn_directmove (TARGET_XSCVSPDPN)
#define HAVE_vsx_xvcvsxddp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvuxddp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpsxds (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpuxds (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpsxws (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpuxws (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvsxdsp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvuxdsp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvsxwdp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvuxwdp (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvspsxds (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvspuxds (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_concat_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_concat_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_concat_v2sf (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_extract_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_xxpermdi2_v2df_1 (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_xxpermdi2_v2di_1 (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_splat_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_splat_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxspltw_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxspltw_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxspltw_v4sf_direct (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxspltw_v4si_direct (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxspltd_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_xxspltd_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxmrghw_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxmrghw_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxmrglw_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxmrglw_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxsldwi_v16qi (VECTOR_MEM_VSX_P (V16QImode))
#define HAVE_vsx_xxsldwi_v8hi (VECTOR_MEM_VSX_P (V8HImode))
#define HAVE_vsx_xxsldwi_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxsldwi_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxsldwi_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxsldwi_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_xxsldwi_v1ti (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_xxsldwi_ti (VECTOR_MEM_VSX_P (TImode))
#define HAVE_vsx_xxsldwi_kf ((VECTOR_MEM_VSX_P (KFmode)) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_vsx_xxsldwi_tf ((VECTOR_MEM_VSX_P (TFmode)) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vsx_reduc_plus_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_reduc_smin_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_reduc_smax_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_reduc_plus_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_reduc_smin_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_reduc_smax_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_sign_extend_qi_v4si (TARGET_P9_VECTOR)
#define HAVE_vsx_sign_extend_qi_v2di (TARGET_P9_VECTOR)
#define HAVE_get_vrsave_internal (TARGET_ALTIVEC)
#define HAVE_addv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_addv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_addv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_addv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vaddcuw (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vadduws (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vadduhs (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vaddubs (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_altivec_vaddsws (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vaddshs (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vaddsbs (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_subv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_subv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_subv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_subv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vsubcuw (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vsubuws (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vsubuhs (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vsububs (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_altivec_vsubsws (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vsubshs (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vsubsbs (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_altivec_vavguw (TARGET_ALTIVEC)
#define HAVE_altivec_vavguh (TARGET_ALTIVEC)
#define HAVE_altivec_vavgub (TARGET_ALTIVEC)
#define HAVE_altivec_vavgsw (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vavgsh (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vavgsb (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_altivec_vcmpbfp (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_mulv4si3_p8 (TARGET_P8_VECTOR)
#define HAVE_altivec_vmsumuhm (TARGET_ALTIVEC)
#define HAVE_altivec_vmsumubm (TARGET_ALTIVEC)
#define HAVE_altivec_vmsummhm (TARGET_ALTIVEC)
#define HAVE_altivec_vmsummbm (TARGET_ALTIVEC)
#define HAVE_altivec_vmsumshm (TARGET_ALTIVEC)
#define HAVE_altivec_vmsumuhs (TARGET_ALTIVEC)
#define HAVE_altivec_vmsumshs (TARGET_ALTIVEC)
#define HAVE_umaxv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_umaxv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_umaxv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_umaxv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_smaxv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_smaxv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_smaxv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_smaxv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_uminv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_uminv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_uminv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_uminv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_sminv4si3 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_sminv8hi3 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_sminv16qi3 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_sminv2di3 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vmhaddshs (TARGET_ALTIVEC)
#define HAVE_altivec_vmhraddshs (TARGET_ALTIVEC)
#define HAVE_altivec_vmladduhm (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghb_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghh_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghw_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vmrglb_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vmrglh_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vmrglw_direct (TARGET_ALTIVEC)
#define HAVE_p8_vmrgew (TARGET_P8_VECTOR)
#define HAVE_p8_vmrgow (TARGET_P8_VECTOR)
#define HAVE_altivec_vmuleub (TARGET_ALTIVEC)
#define HAVE_altivec_vmuloub (TARGET_ALTIVEC)
#define HAVE_altivec_vmulesb (TARGET_ALTIVEC)
#define HAVE_altivec_vmulosb (TARGET_ALTIVEC)
#define HAVE_altivec_vmuleuh (TARGET_ALTIVEC)
#define HAVE_altivec_vmulouh (TARGET_ALTIVEC)
#define HAVE_altivec_vmulesh (TARGET_ALTIVEC)
#define HAVE_altivec_vmulosh (TARGET_ALTIVEC)
#define HAVE_altivec_vpkpx (TARGET_ALTIVEC)
#define HAVE_altivec_vpksdss (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vpkswss (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vpkshss (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vpksdus (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vpkswus (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vpkshus (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vpkudus (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vpkuwus (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vpkuhus (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vpkudum (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vpkuwum (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vpkuhum (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vpkudum_direct (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vpkuwum_direct (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vpkuhum_direct (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vsl (TARGET_ALTIVEC)
#define HAVE_altivec_vslo (TARGET_ALTIVEC)
#define HAVE_vslv (TARGET_P9_VECTOR)
#define HAVE_vsrv (TARGET_P9_VECTOR)
#define HAVE_altivec_vsr (TARGET_ALTIVEC)
#define HAVE_altivec_vsro (TARGET_ALTIVEC)
#define HAVE_altivec_vsum4ubs (TARGET_ALTIVEC)
#define HAVE_altivec_vsum4shs (TARGET_ALTIVEC)
#define HAVE_altivec_vsum4sbs (TARGET_ALTIVEC)
#define HAVE_altivec_vsum2sws_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vsumsws_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vspltb_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vsplth_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vspltw_direct (TARGET_ALTIVEC)
#define HAVE_altivec_vspltisw (TARGET_ALTIVEC)
#define HAVE_altivec_vspltish (TARGET_ALTIVEC)
#define HAVE_altivec_vspltisb (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v8hiv16qi (TARGET_ALTIVEC)
#define HAVE_altivec_vrfip (TARGET_ALTIVEC)
#define HAVE_altivec_vrfin (TARGET_ALTIVEC)
#define HAVE_altivec_vcfux (TARGET_ALTIVEC)
#define HAVE_altivec_vcfsx (TARGET_ALTIVEC)
#define HAVE_altivec_vctuxs (TARGET_ALTIVEC)
#define HAVE_altivec_vctsxs (TARGET_ALTIVEC)
#define HAVE_altivec_vlogefp (TARGET_ALTIVEC)
#define HAVE_altivec_vexptefp (TARGET_ALTIVEC)
#define HAVE_altivec_vrefp (VECTOR_UNIT_ALTIVEC_P (V4SFmode))
#define HAVE_altivec_vsldoi_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_ti (TARGET_ALTIVEC)
#define HAVE_altivec_vsldoi_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_vsldoi_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_vupkhsw (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vupkhsh (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vupkhsb (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vupklsw (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_vupklsh (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vupklsb (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_altivec_vupkhpx (TARGET_ALTIVEC)
#define HAVE_altivec_vupklpx (TARGET_ALTIVEC)
#define HAVE_altivec_vcmpbfp_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_altivec_mtvscr (TARGET_ALTIVEC)
#define HAVE_altivec_mfvscr (TARGET_ALTIVEC)
#define HAVE_altivec_dssall (TARGET_ALTIVEC)
#define HAVE_altivec_dss (TARGET_ALTIVEC)
#define HAVE_altivec_dst (TARGET_ALTIVEC && GET_MODE (operands[0]) == Pmode)
#define HAVE_altivec_dstt (TARGET_ALTIVEC && GET_MODE (operands[0]) == Pmode)
#define HAVE_altivec_dstst (TARGET_ALTIVEC && GET_MODE (operands[0]) == Pmode)
#define HAVE_altivec_dststt (TARGET_ALTIVEC && GET_MODE (operands[0]) == Pmode)
#define HAVE_altivec_lvsl_direct (TARGET_ALTIVEC)
#define HAVE_altivec_lvsr_direct (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v4si_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v8hi_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v16qi_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v4sf_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v2df_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v2di_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v1ti_internal (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_kf_internal ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_lvx_tf_internal ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_stvx_v4si_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v8hi_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v16qi_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v4sf_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v2df_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v2di_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v1ti_internal (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_kf_internal ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_stvx_tf_internal ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vperm_v8hiv4si (TARGET_ALTIVEC)
#define HAVE_vperm_v16qiv8hi (TARGET_ALTIVEC)
#define HAVE_altivec_lvlx (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_lvlxl (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_lvrx (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_lvrxl (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_stvlx (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_stvlxl (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_stvrx (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_altivec_stvrxl (TARGET_ALTIVEC && rs6000_cpu == PROCESSOR_CELL)
#define HAVE_p8v_vgbbd (TARGET_P8_VECTOR)
#define HAVE_altivec_vadduqm (TARGET_VADDUQM)
#define HAVE_altivec_vaddcuq (TARGET_VADDUQM)
#define HAVE_altivec_vsubuqm (TARGET_VADDUQM)
#define HAVE_altivec_vsubcuq (TARGET_VADDUQM)
#define HAVE_altivec_vaddeuqm (TARGET_VADDUQM)
#define HAVE_altivec_vaddecuq (TARGET_VADDUQM)
#define HAVE_altivec_vsubeuqm (TARGET_VADDUQM)
#define HAVE_altivec_vsubecuq (TARGET_VADDUQM)
#define HAVE_altivec_vbpermq (TARGET_P8_VECTOR)
#define HAVE_bcdadd (TARGET_P8_VECTOR)
#define HAVE_bcdsub (TARGET_P8_VECTOR)
#define HAVE_darn_32 (TARGET_P9_MISC)
#define HAVE_darn_raw (TARGET_P9_MISC && TARGET_64BIT)
#define HAVE_darn (TARGET_P9_MISC && TARGET_64BIT)
#define HAVE_movsd_store ((gpc_reg_operand (operands[0], DDmode) \
   || gpc_reg_operand (operands[1], SDmode)) \
   && TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_movsd_load ((gpc_reg_operand (operands[0], SDmode) \
   || gpc_reg_operand (operands[1], DDmode)) \
   && TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_extendsddd2 (TARGET_DFP)
#define HAVE_truncddsd2 (TARGET_DFP)
#define HAVE_extendddtd2 (TARGET_DFP)
#define HAVE_trunctddd2 (TARGET_DFP)
#define HAVE_adddd3 (TARGET_DFP)
#define HAVE_addtd3 (TARGET_DFP)
#define HAVE_subdd3 (TARGET_DFP)
#define HAVE_subtd3 (TARGET_DFP)
#define HAVE_muldd3 (TARGET_DFP)
#define HAVE_multd3 (TARGET_DFP)
#define HAVE_divdd3 (TARGET_DFP)
#define HAVE_divtd3 (TARGET_DFP)
#define HAVE_floatdidd2 (TARGET_DFP && TARGET_POPCNTD)
#define HAVE_floatditd2 (TARGET_DFP)
#define HAVE_ftruncdd2 (TARGET_DFP)
#define HAVE_fixdddi2 (TARGET_DFP)
#define HAVE_ftrunctd2 (TARGET_DFP)
#define HAVE_fixtddi2 (TARGET_DFP)
#define HAVE_dfp_ddedpd_dd (TARGET_DFP)
#define HAVE_dfp_ddedpd_td (TARGET_DFP)
#define HAVE_dfp_denbcd_dd (TARGET_DFP)
#define HAVE_dfp_denbcd_td (TARGET_DFP)
#define HAVE_dfp_dxex_dd (TARGET_DFP)
#define HAVE_dfp_dxex_td (TARGET_DFP)
#define HAVE_dfp_diex_dd (TARGET_DFP)
#define HAVE_dfp_diex_td (TARGET_DFP)
#define HAVE_dfp_dscli_dd (TARGET_DFP)
#define HAVE_dfp_dscli_td (TARGET_DFP)
#define HAVE_dfp_dscri_dd (TARGET_DFP)
#define HAVE_dfp_dscri_td (TARGET_DFP)
#define HAVE_crypto_vcipher (TARGET_CRYPTO)
#define HAVE_crypto_vncipher (TARGET_CRYPTO)
#define HAVE_crypto_vcipherlast (TARGET_CRYPTO)
#define HAVE_crypto_vncipherlast (TARGET_CRYPTO)
#define HAVE_crypto_vpmsumb (TARGET_P8_VECTOR)
#define HAVE_crypto_vpmsumh (TARGET_P8_VECTOR)
#define HAVE_crypto_vpmsumw (TARGET_P8_VECTOR)
#define HAVE_crypto_vpmsumd (TARGET_P8_VECTOR)
#define HAVE_crypto_vpermxor_v16qi (TARGET_P8_VECTOR)
#define HAVE_crypto_vpermxor_v8hi (TARGET_P8_VECTOR)
#define HAVE_crypto_vpermxor_v4si (TARGET_P8_VECTOR)
#define HAVE_crypto_vpermxor_v2di (TARGET_P8_VECTOR)
#define HAVE_crypto_vsbox (TARGET_CRYPTO)
#define HAVE_crypto_vshasigmaw (TARGET_CRYPTO)
#define HAVE_crypto_vshasigmad (TARGET_CRYPTO)
#define HAVE_htm_mfspr_si (TARGET_HTM)
#define HAVE_htm_mfspr_di ((TARGET_HTM) && (TARGET_POWERPC64))
#define HAVE_htm_mtspr_si (TARGET_HTM)
#define HAVE_htm_mtspr_di ((TARGET_HTM) && (TARGET_POWERPC64))
#define HAVE_load_macho_picbase ((DEFAULT_ABI == ABI_DARWIN) && flag_pic)
#define HAVE_macho_correct_pic (DEFAULT_ABI == ABI_DARWIN)
#define HAVE_reload_macho_picbase ((DEFAULT_ABI == ABI_DARWIN) && flag_pic)
#define HAVE_extendhisi2 1
#define HAVE_extendhidi2 (TARGET_POWERPC64)
#define HAVE_strlensi (TARGET_DLMZB && WORDS_BIG_ENDIAN && !optimize_size)
#define HAVE_addsi3 1
#define HAVE_adddi3 1
#define HAVE_addsi3_carry_in 1
#define HAVE_adddi3_carry_in (TARGET_POWERPC64)
#define HAVE_one_cmplsi2 1
#define HAVE_one_cmpldi2 1
#define HAVE_subsi3 1
#define HAVE_subdi3 1
#define HAVE_subfsi3_carry_in 1
#define HAVE_subfdi3_carry_in (TARGET_POWERPC64)
#define HAVE_ctzsi2 1
#define HAVE_ctzdi2 (TARGET_POWERPC64)
#define HAVE_ffssi2 1
#define HAVE_ffsdi2 (TARGET_POWERPC64)
#define HAVE_popcountsi2 (TARGET_POPCNTB || TARGET_POPCNTD)
#define HAVE_popcountdi2 ((TARGET_POPCNTB || TARGET_POPCNTD) && (TARGET_POWERPC64))
#define HAVE_paritysi2 (TARGET_POPCNTB)
#define HAVE_paritydi2 ((TARGET_POPCNTB) && (TARGET_POWERPC64))
#define HAVE_bswaphi2 1
#define HAVE_bswapsi2 1
#define HAVE_bswapdi2 1
#define HAVE_smulsi3_highpart 1
#define HAVE_umulsi3_highpart 1
#define HAVE_smuldi3_highpart (TARGET_POWERPC64)
#define HAVE_umuldi3_highpart (TARGET_POWERPC64)
#define HAVE_mulsidi3 (!(SImode == SImode && TARGET_POWERPC64))
#define HAVE_umulsidi3 (!(SImode == SImode && TARGET_POWERPC64))
#define HAVE_mulditi3 ((!(DImode == SImode && TARGET_POWERPC64)) && (TARGET_POWERPC64))
#define HAVE_umulditi3 ((!(DImode == SImode && TARGET_POWERPC64)) && (TARGET_POWERPC64))
#define HAVE_divsi3 1
#define HAVE_divdi3 (TARGET_POWERPC64)
#define HAVE_modsi3 1
#define HAVE_moddi3 (TARGET_POWERPC64)
#define HAVE_andsi3 1
#define HAVE_anddi3 1
#define HAVE_iorsi3 1
#define HAVE_xorsi3 1
#define HAVE_iordi3 1
#define HAVE_xordi3 1
#define HAVE_recipsf3 (RS6000_RECIP_HAVE_RE_P (SFmode))
#define HAVE_recipdf3 (RS6000_RECIP_HAVE_RE_P (DFmode))
#define HAVE_recipv4sf3 (RS6000_RECIP_HAVE_RE_P (V4SFmode))
#define HAVE_recipv2df3 (RS6000_RECIP_HAVE_RE_P (V2DFmode))
#define HAVE_rsqrtsf2 (RS6000_RECIP_HAVE_RSQRTE_P (SFmode))
#define HAVE_rsqrtdf2 (RS6000_RECIP_HAVE_RSQRTE_P (DFmode))
#define HAVE_rsqrtv4sf2 (RS6000_RECIP_HAVE_RSQRTE_P (V4SFmode))
#define HAVE_rsqrtv2df2 (RS6000_RECIP_HAVE_RSQRTE_P (V2DFmode))
#define HAVE_abssf2 (TARGET_SF_INSN)
#define HAVE_absdf2 (TARGET_DF_INSN)
#define HAVE_negsf2 (TARGET_SF_INSN)
#define HAVE_negdf2 (TARGET_DF_INSN)
#define HAVE_addsf3 (TARGET_SF_INSN)
#define HAVE_adddf3 (TARGET_DF_INSN)
#define HAVE_subsf3 (TARGET_SF_INSN)
#define HAVE_subdf3 (TARGET_DF_INSN)
#define HAVE_mulsf3 (TARGET_SF_INSN)
#define HAVE_muldf3 (TARGET_DF_INSN)
#define HAVE_divsf3 (TARGET_SF_INSN && !TARGET_SIMPLE_FPU)
#define HAVE_divdf3 (TARGET_DF_INSN && !TARGET_SIMPLE_FPU)
#define HAVE_sqrtsf2 (TARGET_SF_FPR && !TARGET_SIMPLE_FPU \
   && (TARGET_PPC_GPOPT || (SFmode == SFmode && TARGET_XILINX_FPU)))
#define HAVE_sqrtdf2 (TARGET_DF_FPR && !TARGET_SIMPLE_FPU \
   && (TARGET_PPC_GPOPT || (DFmode == SFmode && TARGET_XILINX_FPU)))
#define HAVE_extendsfdf2 (TARGET_HARD_FLOAT && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_truncdfsf2 (TARGET_HARD_FLOAT && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_signbitkf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && (!FLOAT128_IEEE_P (KFmode) \
       || (TARGET_POWERPC64 && TARGET_DIRECT_MOVE))) && (TARGET_FLOAT128))
#define HAVE_signbitif2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && (!FLOAT128_IEEE_P (IFmode) \
       || (TARGET_POWERPC64 && TARGET_DIRECT_MOVE))) && (TARGET_FLOAT128))
#define HAVE_signbittf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && (!FLOAT128_IEEE_P (TFmode) \
       || (TARGET_POWERPC64 && TARGET_DIRECT_MOVE))) && (TARGET_LONG_DOUBLE_128))
#define HAVE_copysignsf3 (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && ((TARGET_PPC_GFXOPT \
        && !HONOR_NANS (SFmode) \
        && !HONOR_SIGNED_ZEROS (SFmode)) \
       || TARGET_CMPB \
       || VECTOR_UNIT_VSX_P (SFmode)))
#define HAVE_copysigndf3 (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT \
   && ((TARGET_PPC_GFXOPT \
        && !HONOR_NANS (DFmode) \
        && !HONOR_SIGNED_ZEROS (DFmode)) \
       || TARGET_CMPB \
       || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_sminsf3 (TARGET_MINMAX_SF)
#define HAVE_smaxsf3 (TARGET_MINMAX_SF)
#define HAVE_smindf3 (TARGET_MINMAX_DF)
#define HAVE_smaxdf3 (TARGET_MINMAX_DF)
#define HAVE_movsicc (TARGET_ISEL)
#define HAVE_movdicc ((TARGET_ISEL64) && (TARGET_POWERPC64))
#define HAVE_movsfcc (TARGET_SF_FPR && TARGET_PPC_GFXOPT)
#define HAVE_movdfcc (TARGET_DF_FPR && TARGET_PPC_GFXOPT)
#define HAVE_floatsidf2 (TARGET_HARD_FLOAT  \
   && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_floatunssisf2 (TARGET_HARD_FLOAT && TARGET_SINGLE_FLOAT \
   && (!TARGET_FPRS \
       || (TARGET_FPRS \
	   && ((TARGET_FCFIDUS && TARGET_LFIWZX) \
	       || (TARGET_DOUBLE_FLOAT && TARGET_FCFID \
		   && (TARGET_POWERPC64 || flag_unsafe_math_optimizations))))))
#define HAVE_floatunssidf2 (TARGET_HARD_FLOAT \
   && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_fix_truncsfsi2 (TARGET_HARD_FLOAT && ((TARGET_FPRS && TARGET_SINGLE_FLOAT) || !TARGET_FPRS))
#define HAVE_fix_truncdfsi2 (TARGET_HARD_FLOAT && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_fix_truncsfdi2 (TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT && TARGET_FPRS \
   && TARGET_FCFID)
#define HAVE_fix_truncdfdi2 (TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT && TARGET_FPRS \
   && TARGET_FCFID)
#define HAVE_fixuns_truncsfsi2 (TARGET_HARD_FLOAT \
   && ((TARGET_FPRS && TARGET_SINGLE_FLOAT && TARGET_FCTIWUZ && TARGET_STFIWX) \
       || !TARGET_FPRS))
#define HAVE_fixuns_truncdfsi2 (TARGET_HARD_FLOAT \
   && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT && TARGET_FCTIWUZ && TARGET_STFIWX) \
       || TARGET_E500_DOUBLE))
#define HAVE_lroundsfdi2 (TARGET_SF_FPR && TARGET_VSX)
#define HAVE_lrounddfdi2 (TARGET_DF_FPR && TARGET_VSX)
#define HAVE_floatsisf2 (TARGET_HARD_FLOAT && TARGET_SINGLE_FLOAT \
   && (!TARGET_FPRS \
       || (TARGET_FPRS \
	   && ((TARGET_FCFIDS && TARGET_LFIWAX) \
	       || (TARGET_DOUBLE_FLOAT && TARGET_FCFID \
		   && (TARGET_POWERPC64 || flag_unsafe_math_optimizations))))))
#define HAVE_floatdidf2 (TARGET_FCFID && TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT && TARGET_FPRS)
#define HAVE_floatunsdidf2 (TARGET_HARD_FLOAT && TARGET_FCFIDU)
#define HAVE_floatdisf2 (TARGET_FCFID && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && (TARGET_FCFIDS || TARGET_POWERPC64 || flag_unsafe_math_optimizations))
#define HAVE_floatdisf2_internal2 (TARGET_POWERPC64 && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && !TARGET_FCFIDS)
#define HAVE_floatunsdisf2 (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT \
   && TARGET_DOUBLE_FLOAT && TARGET_FCFIDUS)
#define HAVE_addti3 (TARGET_64BIT)
#define HAVE_subti3 (TARGET_64BIT)
#define HAVE_andti3 1
#define HAVE_andpti3 1
#define HAVE_andv16qi3 (TARGET_ALTIVEC)
#define HAVE_andv8hi3 (TARGET_ALTIVEC)
#define HAVE_andv4si3 (TARGET_ALTIVEC)
#define HAVE_andv4sf3 (TARGET_ALTIVEC)
#define HAVE_andv2di3 (TARGET_ALTIVEC)
#define HAVE_andv2df3 (TARGET_ALTIVEC)
#define HAVE_andv1ti3 (TARGET_ALTIVEC)
#define HAVE_iorti3 1
#define HAVE_iorpti3 1
#define HAVE_iorv16qi3 (TARGET_ALTIVEC)
#define HAVE_iorv8hi3 (TARGET_ALTIVEC)
#define HAVE_iorv4si3 (TARGET_ALTIVEC)
#define HAVE_iorv4sf3 (TARGET_ALTIVEC)
#define HAVE_iorv2di3 (TARGET_ALTIVEC)
#define HAVE_iorv2df3 (TARGET_ALTIVEC)
#define HAVE_iorv1ti3 (TARGET_ALTIVEC)
#define HAVE_xorti3 1
#define HAVE_xorpti3 1
#define HAVE_xorv16qi3 (TARGET_ALTIVEC)
#define HAVE_xorv8hi3 (TARGET_ALTIVEC)
#define HAVE_xorv4si3 (TARGET_ALTIVEC)
#define HAVE_xorv4sf3 (TARGET_ALTIVEC)
#define HAVE_xorv2di3 (TARGET_ALTIVEC)
#define HAVE_xorv2df3 (TARGET_ALTIVEC)
#define HAVE_xorv1ti3 (TARGET_ALTIVEC)
#define HAVE_one_cmplti2 1
#define HAVE_one_cmplpti2 1
#define HAVE_one_cmplv16qi2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv8hi2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv4si2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv4sf2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv2di2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv2df2 (TARGET_ALTIVEC)
#define HAVE_one_cmplv1ti2 (TARGET_ALTIVEC)
#define HAVE_norti3 1
#define HAVE_norpti3 1
#define HAVE_norv16qi3 (TARGET_ALTIVEC)
#define HAVE_norv8hi3 (TARGET_ALTIVEC)
#define HAVE_norv4si3 (TARGET_ALTIVEC)
#define HAVE_norv4sf3 (TARGET_ALTIVEC)
#define HAVE_norv2di3 (TARGET_ALTIVEC)
#define HAVE_norv2df3 (TARGET_ALTIVEC)
#define HAVE_norv1ti3 (TARGET_ALTIVEC)
#define HAVE_andcti3 1
#define HAVE_andcpti3 1
#define HAVE_andcv16qi3 (TARGET_ALTIVEC)
#define HAVE_andcv8hi3 (TARGET_ALTIVEC)
#define HAVE_andcv4si3 (TARGET_ALTIVEC)
#define HAVE_andcv4sf3 (TARGET_ALTIVEC)
#define HAVE_andcv2di3 (TARGET_ALTIVEC)
#define HAVE_andcv2df3 (TARGET_ALTIVEC)
#define HAVE_andcv1ti3 (TARGET_ALTIVEC)
#define HAVE_eqvti3 1
#define HAVE_eqvpti3 1
#define HAVE_eqvv16qi3 ((V16QImode == TImode || V16QImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv8hi3 ((V8HImode == TImode || V8HImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv4si3 ((V4SImode == TImode || V4SImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv4sf3 ((V4SFmode == TImode || V4SFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv2di3 ((V2DImode == TImode || V2DImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv2df3 ((V2DFmode == TImode || V2DFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_eqvv1ti3 ((V1TImode == TImode || V1TImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandti3 1
#define HAVE_nandpti3 1
#define HAVE_nandv16qi3 ((V16QImode == TImode || V16QImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv8hi3 ((V8HImode == TImode || V8HImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv4si3 ((V4SImode == TImode || V4SImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv4sf3 ((V4SFmode == TImode || V4SFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv2di3 ((V2DImode == TImode || V2DImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv2df3 ((V2DFmode == TImode || V2DFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_nandv1ti3 ((V1TImode == TImode || V1TImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcti3 1
#define HAVE_orcpti3 1
#define HAVE_orcv16qi3 ((V16QImode == TImode || V16QImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv8hi3 ((V8HImode == TImode || V8HImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv4si3 ((V4SImode == TImode || V4SImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv4sf3 ((V4SFmode == TImode || V4SFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv2di3 ((V2DImode == TImode || V2DImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv2df3 ((V2DFmode == TImode || V2DFmode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_orcv1ti3 ((V1TImode == TImode || V1TImode == PTImode || TARGET_P8_VECTOR) && (TARGET_ALTIVEC))
#define HAVE_movsi_got (DEFAULT_ABI == ABI_V4 && flag_pic == 1)
#define HAVE_movqi 1
#define HAVE_movhi 1
#define HAVE_movsi 1
#define HAVE_movdi 1
#define HAVE_movti 1
#define HAVE_movpti 1
#define HAVE_movcc 1
#define HAVE_movsf 1
#define HAVE_movsd (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_movdf 1
#define HAVE_movdd 1
#define HAVE_movtf (TARGET_LONG_DOUBLE_128)
#define HAVE_movif (TARGET_LONG_DOUBLE_128)
#define HAVE_movtd (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_extenddfkf2 ((TARGET_HARD_FLOAT && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_extenddfif2 ((TARGET_HARD_FLOAT && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_extenddftf2 ((TARGET_HARD_FLOAT && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_extendsfkf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_extendsfif2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_extendsftf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_trunckfdf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_truncifdf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_trunctfdf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_trunckfsf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_truncifsf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_trunctfsf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_floatsikf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_floatsiif2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_floatsitf2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_fix_trunckfsi2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_fix_truncifsi2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) && TARGET_LONG_DOUBLE_128) && (TARGET_FLOAT128))
#define HAVE_fix_trunctfsi2 ((TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) && TARGET_LONG_DOUBLE_128) && (TARGET_LONG_DOUBLE_128))
#define HAVE_fix_truncifsi2_fprs ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_fix_trunctfsi2_fprs ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_fix_trunckfdi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fix_trunctfdi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fixuns_trunckfsi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fixuns_trunctfsi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_fixuns_trunckfdi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_fixuns_trunctfdi2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_floatdikf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_floatditf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_floatunssikf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_floatunssitf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_floatunsdikf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (KFmode)))
#define HAVE_floatunsditf2 ((TARGET_FLOAT128) && (FLOAT128_IEEE_P (TFmode)))
#define HAVE_negkf2 ((FLOAT128_IEEE_P (KFmode) \
   || (FLOAT128_IBM_P (KFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_FLOAT128))
#define HAVE_negif2 ((FLOAT128_IEEE_P (IFmode) \
   || (FLOAT128_IBM_P (IFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_FLOAT128))
#define HAVE_negtf2 ((FLOAT128_IEEE_P (TFmode) \
   || (FLOAT128_IBM_P (TFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_LONG_DOUBLE_128))
#define HAVE_abskf2 ((FLOAT128_IEEE_P (KFmode) \
   || (FLOAT128_IBM_P (KFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_FLOAT128))
#define HAVE_absif2 ((FLOAT128_IEEE_P (IFmode) \
   || (FLOAT128_IBM_P (IFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_FLOAT128))
#define HAVE_abstf2 ((FLOAT128_IEEE_P (TFmode) \
   || (FLOAT128_IBM_P (TFmode) \
       && TARGET_HARD_FLOAT \
       && (TARGET_FPRS || TARGET_E500_DOUBLE))) && (TARGET_LONG_DOUBLE_128))
#define HAVE_absif2_internal ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT  \
   && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (IFmode)))
#define HAVE_abstf2_internal ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT  \
   && TARGET_LONG_DOUBLE_128) && (FLOAT128_IBM_P (TFmode)))
#define HAVE_ieee_128bit_negative_zero (TARGET_FLOAT128)
#define HAVE_extendiftf2 (TARGET_FLOAT128)
#define HAVE_extendifkf2 (TARGET_FLOAT128)
#define HAVE_extendtfkf2 (TARGET_FLOAT128)
#define HAVE_trunciftf2 (TARGET_FLOAT128)
#define HAVE_truncifkf2 (TARGET_FLOAT128)
#define HAVE_trunckftf2 (TARGET_FLOAT128)
#define HAVE_trunctfif2 (TARGET_FLOAT128)
#define HAVE_reload_si_store 1
#define HAVE_reload_di_store (TARGET_POWERPC64)
#define HAVE_reload_si_load 1
#define HAVE_reload_di_load (TARGET_POWERPC64)
#define HAVE_reload_v16qi_si_store (TARGET_32BIT)
#define HAVE_reload_v8hi_si_store (TARGET_32BIT)
#define HAVE_reload_v4si_si_store (TARGET_32BIT)
#define HAVE_reload_v2di_si_store (TARGET_32BIT)
#define HAVE_reload_v4sf_si_store (TARGET_32BIT)
#define HAVE_reload_v2df_si_store (TARGET_32BIT)
#define HAVE_reload_v1ti_si_store (TARGET_32BIT)
#define HAVE_reload_sf_si_store (TARGET_32BIT)
#define HAVE_reload_sd_si_store (TARGET_32BIT)
#define HAVE_reload_si_si_store (TARGET_32BIT)
#define HAVE_reload_df_si_store (TARGET_32BIT)
#define HAVE_reload_dd_si_store (TARGET_32BIT)
#define HAVE_reload_di_si_store (TARGET_32BIT)
#define HAVE_reload_ti_si_store (TARGET_32BIT)
#define HAVE_reload_pti_si_store (TARGET_32BIT)
#define HAVE_reload_kf_si_store (TARGET_32BIT)
#define HAVE_reload_if_si_store (TARGET_32BIT)
#define HAVE_reload_tf_si_store (TARGET_32BIT)
#define HAVE_reload_v16qi_di_store (TARGET_64BIT)
#define HAVE_reload_v8hi_di_store (TARGET_64BIT)
#define HAVE_reload_v4si_di_store (TARGET_64BIT)
#define HAVE_reload_v2di_di_store (TARGET_64BIT)
#define HAVE_reload_v4sf_di_store (TARGET_64BIT)
#define HAVE_reload_v2df_di_store (TARGET_64BIT)
#define HAVE_reload_v1ti_di_store (TARGET_64BIT)
#define HAVE_reload_sf_di_store (TARGET_64BIT)
#define HAVE_reload_sd_di_store (TARGET_64BIT)
#define HAVE_reload_si_di_store (TARGET_64BIT)
#define HAVE_reload_df_di_store (TARGET_64BIT)
#define HAVE_reload_dd_di_store (TARGET_64BIT)
#define HAVE_reload_di_di_store (TARGET_64BIT)
#define HAVE_reload_ti_di_store (TARGET_64BIT)
#define HAVE_reload_pti_di_store (TARGET_64BIT)
#define HAVE_reload_kf_di_store (TARGET_64BIT)
#define HAVE_reload_if_di_store (TARGET_64BIT)
#define HAVE_reload_tf_di_store (TARGET_64BIT)
#define HAVE_reload_v16qi_si_load (TARGET_32BIT)
#define HAVE_reload_v8hi_si_load (TARGET_32BIT)
#define HAVE_reload_v4si_si_load (TARGET_32BIT)
#define HAVE_reload_v2di_si_load (TARGET_32BIT)
#define HAVE_reload_v4sf_si_load (TARGET_32BIT)
#define HAVE_reload_v2df_si_load (TARGET_32BIT)
#define HAVE_reload_v1ti_si_load (TARGET_32BIT)
#define HAVE_reload_sf_si_load (TARGET_32BIT)
#define HAVE_reload_sd_si_load (TARGET_32BIT)
#define HAVE_reload_si_si_load (TARGET_32BIT)
#define HAVE_reload_df_si_load (TARGET_32BIT)
#define HAVE_reload_dd_si_load (TARGET_32BIT)
#define HAVE_reload_di_si_load (TARGET_32BIT)
#define HAVE_reload_ti_si_load (TARGET_32BIT)
#define HAVE_reload_pti_si_load (TARGET_32BIT)
#define HAVE_reload_kf_si_load (TARGET_32BIT)
#define HAVE_reload_if_si_load (TARGET_32BIT)
#define HAVE_reload_tf_si_load (TARGET_32BIT)
#define HAVE_reload_v16qi_di_load (TARGET_64BIT)
#define HAVE_reload_v8hi_di_load (TARGET_64BIT)
#define HAVE_reload_v4si_di_load (TARGET_64BIT)
#define HAVE_reload_v2di_di_load (TARGET_64BIT)
#define HAVE_reload_v4sf_di_load (TARGET_64BIT)
#define HAVE_reload_v2df_di_load (TARGET_64BIT)
#define HAVE_reload_v1ti_di_load (TARGET_64BIT)
#define HAVE_reload_sf_di_load (TARGET_64BIT)
#define HAVE_reload_sd_di_load (TARGET_64BIT)
#define HAVE_reload_si_di_load (TARGET_64BIT)
#define HAVE_reload_df_di_load (TARGET_64BIT)
#define HAVE_reload_dd_di_load (TARGET_64BIT)
#define HAVE_reload_di_di_load (TARGET_64BIT)
#define HAVE_reload_ti_di_load (TARGET_64BIT)
#define HAVE_reload_pti_di_load (TARGET_64BIT)
#define HAVE_reload_kf_di_load (TARGET_64BIT)
#define HAVE_reload_if_di_load (TARGET_64BIT)
#define HAVE_reload_tf_di_load (TARGET_64BIT)
#define HAVE_load_multiple (TARGET_STRING && !TARGET_POWERPC64)
#define HAVE_store_multiple (TARGET_STRING && !TARGET_POWERPC64)
#define HAVE_setmemsi 1
#define HAVE_movmemsi 1
#define HAVE_movmemsi_8reg (TARGET_STRING)
#define HAVE_movmemsi_6reg (TARGET_STRING)
#define HAVE_movmemsi_4reg (TARGET_STRING)
#define HAVE_movmemsi_2reg (TARGET_STRING && ! TARGET_POWERPC64)
#define HAVE_movmemsi_1reg (TARGET_STRING)
#define HAVE_allocate_stack 1
#define HAVE_save_stack_function 1
#define HAVE_restore_stack_function 1
#define HAVE_restore_stack_block 1
#define HAVE_save_stack_nonlocal 1
#define HAVE_restore_stack_nonlocal 1
#define HAVE_load_toc_v4_PIC_1 (TARGET_ELF && DEFAULT_ABI == ABI_V4 \
   && (flag_pic == 2 || (flag_pic && TARGET_SECURE_PLT)))
#define HAVE_load_toc_v4_PIC_1b (TARGET_ELF && DEFAULT_ABI == ABI_V4 && flag_pic == 2)
#define HAVE_builtin_setjmp_receiver ((DEFAULT_ABI == ABI_V4 && flag_pic == 1) \
   || (TARGET_TOC && TARGET_MINIMAL_TOC) \
   || (DEFAULT_ABI == ABI_DARWIN && flag_pic))
#define HAVE_call 1
#define HAVE_call_value 1
#define HAVE_untyped_call 1
#define HAVE_sibcall 1
#define HAVE_sibcall_value 1
#define HAVE_sibcall_epilogue 1
#define HAVE_probe_stack_address 1
#define HAVE_cbranchsi4 1
#define HAVE_cbranchdi4 (TARGET_POWERPC64)
#define HAVE_cbranchsf4 (TARGET_HARD_FLOAT  \
   && ((TARGET_FPRS && TARGET_SINGLE_FLOAT) || TARGET_E500_SINGLE))
#define HAVE_cbranchdf4 (TARGET_HARD_FLOAT  \
   && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_cbranchtf4 (TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128)
#define HAVE_cbranchif4 (TARGET_FLOAT128)
#define HAVE_cbranchkf4 (TARGET_FLOAT128)
#define HAVE_cbranchdd4 (TARGET_DFP)
#define HAVE_cbranchtd4 (TARGET_DFP)
#define HAVE_cstoresi4_signed (TARGET_32BIT)
#define HAVE_cstoredi4_signed (TARGET_64BIT)
#define HAVE_cstoresi4_unsigned (TARGET_32BIT)
#define HAVE_cstoredi4_unsigned (TARGET_64BIT)
#define HAVE_cstore_si_as_di 1
#define HAVE_cstoresi4_signed_imm 1
#define HAVE_cstoredi4_signed_imm (TARGET_POWERPC64)
#define HAVE_cstoresi4_unsigned_imm 1
#define HAVE_cstoredi4_unsigned_imm (TARGET_POWERPC64)
#define HAVE_cstoresi4 1
#define HAVE_cstoredi4 (TARGET_POWERPC64)
#define HAVE_cstoresf4 (TARGET_HARD_FLOAT  \
   && ((TARGET_FPRS && TARGET_SINGLE_FLOAT) || TARGET_E500_SINGLE))
#define HAVE_cstoredf4 (TARGET_HARD_FLOAT  \
   && ((TARGET_FPRS && TARGET_DOUBLE_FLOAT) || TARGET_E500_DOUBLE))
#define HAVE_cstoretf4 (TARGET_HARD_FLOAT \
   && (TARGET_FPRS || TARGET_E500_DOUBLE) \
   && TARGET_LONG_DOUBLE_128)
#define HAVE_cstoreif4 (TARGET_FLOAT128)
#define HAVE_cstorekf4 (TARGET_FLOAT128)
#define HAVE_cstoredd4 (TARGET_DFP)
#define HAVE_cstoretd4 (TARGET_DFP)
#define HAVE_stack_protect_set 1
#define HAVE_stack_protect_test 1
#define HAVE_indirect_jump 1
#define HAVE_tablejump 1
#define HAVE_tablejumpsi (TARGET_32BIT)
#define HAVE_tablejumpdi (TARGET_64BIT)
#define HAVE_doloop_end 1
#define HAVE_ctrsi (TARGET_32BIT)
#define HAVE_ctrdi (TARGET_64BIT)
#define HAVE_ctrapsi4 1
#define HAVE_ctrapdi4 (TARGET_POWERPC64)
#define HAVE_prologue 1
#define HAVE_epilogue 1
#define HAVE_movsi_to_cr_one 1
#define HAVE_eh_return 1
#define HAVE_split_stack_prologue 1
#define HAVE_load_split_stack_limit 1
#define HAVE_split_stack_space_check 1
#define HAVE_fmasf4 (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT)
#define HAVE_fmadf4 ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_fmav4sf4 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_fmav2df4 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_fmakf4 (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode))
#define HAVE_fmatf4 (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode))
#define HAVE_fmssf4 ((!VECTOR_UNIT_ALTIVEC_P (SFmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT))
#define HAVE_fmsdf4 ((!VECTOR_UNIT_ALTIVEC_P (DFmode)) && ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_fmsv4sf4 ((!VECTOR_UNIT_ALTIVEC_P (V4SFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)))
#define HAVE_fmsv2df4 ((!VECTOR_UNIT_ALTIVEC_P (V2DFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode)))
#define HAVE_fmskf4 ((!VECTOR_UNIT_ALTIVEC_P (KFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)))
#define HAVE_fmstf4 ((!VECTOR_UNIT_ALTIVEC_P (TFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)))
#define HAVE_fnmasf4 ((!HONOR_SIGNED_ZEROS (SFmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT))
#define HAVE_fnmadf4 ((!HONOR_SIGNED_ZEROS (DFmode)) && ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_fnmav2sf4 ((!HONOR_SIGNED_ZEROS (V2SFmode)) && (TARGET_PAIRED_FLOAT))
#define HAVE_fnmav4sf4 ((!HONOR_SIGNED_ZEROS (V4SFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)))
#define HAVE_fnmav2df4 ((!HONOR_SIGNED_ZEROS (V2DFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode)))
#define HAVE_fnmakf4 ((!HONOR_SIGNED_ZEROS (KFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)))
#define HAVE_fnmatf4 ((!HONOR_SIGNED_ZEROS (TFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)))
#define HAVE_fnmssf4 ((!HONOR_SIGNED_ZEROS (SFmode) && !VECTOR_UNIT_ALTIVEC_P (SFmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT))
#define HAVE_fnmsdf4 ((!HONOR_SIGNED_ZEROS (DFmode) && !VECTOR_UNIT_ALTIVEC_P (DFmode)) && ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_fnmsv2sf4 ((!HONOR_SIGNED_ZEROS (V2SFmode) && !VECTOR_UNIT_ALTIVEC_P (V2SFmode)) && (TARGET_PAIRED_FLOAT))
#define HAVE_fnmsv4sf4 ((!HONOR_SIGNED_ZEROS (V4SFmode) && !VECTOR_UNIT_ALTIVEC_P (V4SFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)))
#define HAVE_fnmsv2df4 ((!HONOR_SIGNED_ZEROS (V2DFmode) && !VECTOR_UNIT_ALTIVEC_P (V2DFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode)))
#define HAVE_fnmskf4 ((!HONOR_SIGNED_ZEROS (KFmode) && !VECTOR_UNIT_ALTIVEC_P (KFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)))
#define HAVE_fnmstf4 ((!HONOR_SIGNED_ZEROS (TFmode) && !VECTOR_UNIT_ALTIVEC_P (TFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)))
#define HAVE_nfmasf4 ((!VECTOR_UNIT_ALTIVEC_P (SFmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT))
#define HAVE_nfmadf4 ((!VECTOR_UNIT_ALTIVEC_P (DFmode)) && ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode)))
#define HAVE_nfmav4sf4 ((!VECTOR_UNIT_ALTIVEC_P (V4SFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)))
#define HAVE_nfmav2df4 ((!VECTOR_UNIT_ALTIVEC_P (V2DFmode)) && (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode)))
#define HAVE_nfmakf4 ((!VECTOR_UNIT_ALTIVEC_P (KFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode)))
#define HAVE_nfmatf4 ((!VECTOR_UNIT_ALTIVEC_P (TFmode)) && (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode)))
#define HAVE_nfmssf4 (TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_SINGLE_FLOAT)
#define HAVE_nfmsdf4 ((TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_DOUBLE_FLOAT) \
       || VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_nfmsv4sf4 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_nfmsv2df4 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_nfmskf4 (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (KFmode))
#define HAVE_nfmstf4 (TARGET_FLOAT128_HW && FLOAT128_IEEE_P (TFmode))
#define HAVE_rs6000_get_timebase 1
#define HAVE_unpacktf ((FLOAT128_2REG_P (TFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpackif ((FLOAT128_2REG_P (IFmode)) && (TARGET_LONG_DOUBLE_128))
#define HAVE_unpacktd ((FLOAT128_2REG_P (TDmode)) && (TARGET_HARD_FLOAT && TARGET_FPRS))
#define HAVE_copysignkf3 1
#define HAVE_copysigntf3 (FLOAT128_IEEE_P (TFmode))
#define HAVE_mem_thread_fence 1
#define HAVE_hwsync 1
#define HAVE_lwsync 1
#define HAVE_atomic_loadqi 1
#define HAVE_atomic_loadhi 1
#define HAVE_atomic_loadsi 1
#define HAVE_atomic_loaddi (TARGET_POWERPC64)
#define HAVE_atomic_loadti (TARGET_SYNC_TI)
#define HAVE_atomic_storeqi 1
#define HAVE_atomic_storehi 1
#define HAVE_atomic_storesi 1
#define HAVE_atomic_storedi (TARGET_POWERPC64)
#define HAVE_atomic_storeti (TARGET_SYNC_TI)
#define HAVE_load_lockedti (TARGET_SYNC_TI)
#define HAVE_store_conditionalti (TARGET_SYNC_TI)
#define HAVE_atomic_compare_and_swapqi 1
#define HAVE_atomic_compare_and_swaphi 1
#define HAVE_atomic_compare_and_swapsi 1
#define HAVE_atomic_compare_and_swapdi (TARGET_POWERPC64)
#define HAVE_atomic_compare_and_swapti (TARGET_SYNC_TI)
#define HAVE_atomic_exchangeqi 1
#define HAVE_atomic_exchangehi 1
#define HAVE_atomic_exchangesi 1
#define HAVE_atomic_exchangedi (TARGET_POWERPC64)
#define HAVE_atomic_exchangeti (TARGET_SYNC_TI)
#define HAVE_atomic_addqi 1
#define HAVE_atomic_subqi 1
#define HAVE_atomic_orqi 1
#define HAVE_atomic_xorqi 1
#define HAVE_atomic_andqi 1
#define HAVE_atomic_addhi 1
#define HAVE_atomic_subhi 1
#define HAVE_atomic_orhi 1
#define HAVE_atomic_xorhi 1
#define HAVE_atomic_andhi 1
#define HAVE_atomic_addsi 1
#define HAVE_atomic_subsi 1
#define HAVE_atomic_orsi 1
#define HAVE_atomic_xorsi 1
#define HAVE_atomic_andsi 1
#define HAVE_atomic_adddi (TARGET_POWERPC64)
#define HAVE_atomic_subdi (TARGET_POWERPC64)
#define HAVE_atomic_ordi (TARGET_POWERPC64)
#define HAVE_atomic_xordi (TARGET_POWERPC64)
#define HAVE_atomic_anddi (TARGET_POWERPC64)
#define HAVE_atomic_addti (TARGET_SYNC_TI)
#define HAVE_atomic_subti (TARGET_SYNC_TI)
#define HAVE_atomic_orti (TARGET_SYNC_TI)
#define HAVE_atomic_xorti (TARGET_SYNC_TI)
#define HAVE_atomic_andti (TARGET_SYNC_TI)
#define HAVE_atomic_nandqi 1
#define HAVE_atomic_nandhi 1
#define HAVE_atomic_nandsi 1
#define HAVE_atomic_nanddi (TARGET_POWERPC64)
#define HAVE_atomic_nandti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_addqi 1
#define HAVE_atomic_fetch_subqi 1
#define HAVE_atomic_fetch_orqi 1
#define HAVE_atomic_fetch_xorqi 1
#define HAVE_atomic_fetch_andqi 1
#define HAVE_atomic_fetch_addhi 1
#define HAVE_atomic_fetch_subhi 1
#define HAVE_atomic_fetch_orhi 1
#define HAVE_atomic_fetch_xorhi 1
#define HAVE_atomic_fetch_andhi 1
#define HAVE_atomic_fetch_addsi 1
#define HAVE_atomic_fetch_subsi 1
#define HAVE_atomic_fetch_orsi 1
#define HAVE_atomic_fetch_xorsi 1
#define HAVE_atomic_fetch_andsi 1
#define HAVE_atomic_fetch_adddi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_subdi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_ordi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_xordi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_anddi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_addti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_subti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_orti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_xorti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_andti (TARGET_SYNC_TI)
#define HAVE_atomic_fetch_nandqi 1
#define HAVE_atomic_fetch_nandhi 1
#define HAVE_atomic_fetch_nandsi 1
#define HAVE_atomic_fetch_nanddi (TARGET_POWERPC64)
#define HAVE_atomic_fetch_nandti (TARGET_SYNC_TI)
#define HAVE_atomic_add_fetchqi 1
#define HAVE_atomic_sub_fetchqi 1
#define HAVE_atomic_or_fetchqi 1
#define HAVE_atomic_xor_fetchqi 1
#define HAVE_atomic_and_fetchqi 1
#define HAVE_atomic_add_fetchhi 1
#define HAVE_atomic_sub_fetchhi 1
#define HAVE_atomic_or_fetchhi 1
#define HAVE_atomic_xor_fetchhi 1
#define HAVE_atomic_and_fetchhi 1
#define HAVE_atomic_add_fetchsi 1
#define HAVE_atomic_sub_fetchsi 1
#define HAVE_atomic_or_fetchsi 1
#define HAVE_atomic_xor_fetchsi 1
#define HAVE_atomic_and_fetchsi 1
#define HAVE_atomic_add_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_sub_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_or_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_xor_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_and_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_add_fetchti (TARGET_SYNC_TI)
#define HAVE_atomic_sub_fetchti (TARGET_SYNC_TI)
#define HAVE_atomic_or_fetchti (TARGET_SYNC_TI)
#define HAVE_atomic_xor_fetchti (TARGET_SYNC_TI)
#define HAVE_atomic_and_fetchti (TARGET_SYNC_TI)
#define HAVE_atomic_nand_fetchqi 1
#define HAVE_atomic_nand_fetchhi 1
#define HAVE_atomic_nand_fetchsi 1
#define HAVE_atomic_nand_fetchdi (TARGET_POWERPC64)
#define HAVE_atomic_nand_fetchti (TARGET_SYNC_TI)
#define HAVE_movv16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_movv8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_movv4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_movv2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_movv4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_movv2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_movv1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_movkf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_load_v16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_load_v8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_load_v4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_load_v2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_load_v4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_load_v2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_load_v1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_load_kf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_store_v16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_store_v8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_store_v4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_store_v2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_store_v4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_store_v2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_store_v1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_store_kf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_altivec_load_v16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_altivec_load_v8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_altivec_load_v4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_altivec_load_v2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_altivec_load_v4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_altivec_load_v2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_altivec_load_v1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_altivec_load_kf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_altivec_store_v16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_altivec_store_v8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_altivec_store_v4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_altivec_store_v2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_altivec_store_v4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_altivec_store_v2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_altivec_store_v1ti (VECTOR_MEM_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_altivec_store_kf (VECTOR_MEM_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_addv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_addv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_subv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_subv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_mulv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_mulv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_divv4sf3 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_divv2df3 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_negv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_negv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_absv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_absv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_sminv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_sminv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_smaxv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_smaxv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_sqrtv4sf2 (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_sqrtv2df2 (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_rsqrtev4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_rsqrtev2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_rev4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_rev2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_ftruncv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_ftruncv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_ceilv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_ceilv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_floorv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_floorv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_btruncv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_btruncv2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_copysignv4sf3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_copysignv2df3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vcondv4sfv4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vcondv2dfv2df (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vcondv16qiv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vcondv8hiv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vcondv4siv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vcondv2div2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vcondv4sfv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode) \
   && VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vcondv4siv4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode) \
   && VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vconduv16qiv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vconduv8hiv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vconduv4siv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vconduv2div2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vconduv4sfv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode) \
   && VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vector_eqv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_eqv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_eqv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_eqv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_eqv4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_eqv2df (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_gtv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_gtv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_gtv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_gtv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_gtv4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_gtv2df (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_gev4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_gev2df (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_nltv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_nltv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_nltv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_nltv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_gtuv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_gtuv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_gtuv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_gtuv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_nltuv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_nltuv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_nltuv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_nltuv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_geuv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_geuv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_geuv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_geuv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_ngtv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_ngtv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_ngtv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_ngtv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_ngtuv16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_ngtuv8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_ngtuv4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_ngtuv2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_select_v16qi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_select_v8hi (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_select_v4si (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_select_v2di (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_select_v4sf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_select_v2df (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_select_v1ti (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_select_ti (VECTOR_UNIT_ALTIVEC_OR_VSX_P (TImode))
#define HAVE_vector_select_kf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_select_tf (VECTOR_UNIT_ALTIVEC_OR_VSX_P (TFmode))
#define HAVE_vector_select_v16qi_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_select_v8hi_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_select_v4si_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_select_v2di_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_select_v4sf_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_select_v2df_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_select_v1ti_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V1TImode))
#define HAVE_vector_select_ti_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (TImode))
#define HAVE_vector_select_kf_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (KFmode))
#define HAVE_vector_select_tf_uns (VECTOR_UNIT_ALTIVEC_OR_VSX_P (TFmode))
#define HAVE_vector_eq_v16qi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_eq_v8hi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_eq_v4si_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_eq_v2di_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_eq_v4sf_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_eq_v2df_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_gt_v16qi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_gt_v8hi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_gt_v4si_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_gt_v2di_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vector_gt_v4sf_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_gt_v2df_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_ge_v4sf_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vector_ge_v2df_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vector_gtu_v16qi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vector_gtu_v8hi_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vector_gtu_v4si_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vector_gtu_v2di_p (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_cr6_test_for_zero (TARGET_ALTIVEC || TARGET_VSX)
#define HAVE_cr6_test_for_zero_reverse (TARGET_ALTIVEC || TARGET_VSX)
#define HAVE_cr6_test_for_lt (TARGET_ALTIVEC || TARGET_VSX)
#define HAVE_cr6_test_for_lt_reverse (TARGET_ALTIVEC || TARGET_VSX)
#define HAVE_clzv16qi2 (TARGET_P8_VECTOR)
#define HAVE_clzv8hi2 (TARGET_P8_VECTOR)
#define HAVE_clzv4si2 (TARGET_P8_VECTOR)
#define HAVE_clzv2di2 (TARGET_P8_VECTOR)
#define HAVE_ctzv16qi2 (TARGET_P9_VECTOR)
#define HAVE_ctzv8hi2 (TARGET_P9_VECTOR)
#define HAVE_ctzv4si2 (TARGET_P9_VECTOR)
#define HAVE_ctzv2di2 (TARGET_P9_VECTOR)
#define HAVE_popcountv16qi2 (TARGET_P8_VECTOR)
#define HAVE_popcountv8hi2 (TARGET_P8_VECTOR)
#define HAVE_popcountv4si2 (TARGET_P8_VECTOR)
#define HAVE_popcountv2di2 (TARGET_P8_VECTOR)
#define HAVE_parityv8hi2 (TARGET_P9_VECTOR)
#define HAVE_parityv4si2 (TARGET_P9_VECTOR)
#define HAVE_parityv2di2 (TARGET_P9_VECTOR)
#define HAVE_parityv1ti2 (TARGET_P9_VECTOR)
#define HAVE_parityti2 ((TARGET_P9_VECTOR) && (TARGET_VSX_TIMODE))
#define HAVE_floatv4siv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_floatv2div2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_floatunsv4siv4sf2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_floatunsv2div2df2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_fix_truncv4sfv4si2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_fix_truncv2dfv2di2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_fixuns_truncv4sfv4si2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_fixuns_truncv2dfv2di2 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vec_initv16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vec_initv8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vec_initv4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_initv2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vec_initv4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vec_initv2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vec_setv16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vec_setv8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vec_setv4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_setv2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vec_setv4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vec_setv2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vec_extractv16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vec_extractv8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vec_extractv4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_extractv2di (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vec_extractv4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vec_extractv2df (VECTOR_MEM_ALTIVEC_OR_VSX_P (V2DFmode))
#define HAVE_vec_pack_trunc_v2df (VECTOR_UNIT_VSX_P (V2DFmode) && TARGET_ALTIVEC)
#define HAVE_vec_pack_sfix_trunc_v2df (VECTOR_UNIT_VSX_P (V2DFmode) && TARGET_ALTIVEC)
#define HAVE_vec_pack_ufix_trunc_v2df (VECTOR_UNIT_VSX_P (V2DFmode) && TARGET_ALTIVEC)
#define HAVE_vec_unpacks_hi_v4sf (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vec_unpacks_lo_v4sf (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_vec_unpacks_float_hi_v4si (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_unpacks_float_lo_v4si (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_unpacku_float_hi_v4si (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_unpacku_float_lo_v4si (VECTOR_UNIT_VSX_P (V2DFmode) && VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_realign_load_v16qi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vec_realign_load_v8hi (VECTOR_MEM_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vec_realign_load_v4si (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vec_realign_load_v4sf (VECTOR_MEM_ALTIVEC_OR_VSX_P (V4SFmode))
#define HAVE_movmisalignv4si (VECTOR_MEM_VSX_P (V4SImode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisalignv4sf (VECTOR_MEM_VSX_P (V4SFmode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisalignv2di (VECTOR_MEM_VSX_P (V2DImode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisalignv2df (VECTOR_MEM_VSX_P (V2DFmode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisalignv1ti (VECTOR_MEM_VSX_P (V1TImode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisalignkf (VECTOR_MEM_VSX_P (KFmode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_movmisaligntf (VECTOR_MEM_VSX_P (TFmode) && TARGET_ALLOW_MOVMISALIGN)
#define HAVE_vec_shr_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_shr_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_shr_v4si (TARGET_ALTIVEC)
#define HAVE_vec_shr_v2di (TARGET_ALTIVEC)
#define HAVE_vec_shr_v4sf (TARGET_ALTIVEC)
#define HAVE_vec_shr_v2df (TARGET_ALTIVEC)
#define HAVE_vec_shr_v1ti (TARGET_ALTIVEC)
#define HAVE_vec_shr_ti (TARGET_ALTIVEC)
#define HAVE_vec_shr_kf (TARGET_ALTIVEC)
#define HAVE_vec_shr_tf (TARGET_ALTIVEC)
#define HAVE_vrotlv16qi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vrotlv8hi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vrotlv4si3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vrotlv2di3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vashlv16qi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vashlv8hi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vashlv4si3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vashlv2di3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vlshrv16qi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vlshrv8hi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vlshrv4si3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vlshrv2di3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_vashrv16qi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V16QImode))
#define HAVE_vashrv8hi3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V8HImode))
#define HAVE_vashrv4si3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SImode))
#define HAVE_vashrv2di3 (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V2DImode))
#define HAVE_reduc_plus_scal_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_reduc_smin_scal_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_reduc_smax_scal_v4sf (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_reduc_plus_scal_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_reduc_smin_scal_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_reduc_smax_scal_v2df (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_load_v16qi (VECTOR_MEM_VSX_P (V16QImode))
#define HAVE_vsx_load_v8hi (VECTOR_MEM_VSX_P (V8HImode))
#define HAVE_vsx_load_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_load_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_load_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_load_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_load_v1ti (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_load_kf ((VECTOR_MEM_VSX_P (KFmode)) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_vsx_load_tf ((VECTOR_MEM_VSX_P (TFmode)) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vsx_load_ti ((VECTOR_MEM_VSX_P (TImode)) && (TARGET_VSX_TIMODE))
#define HAVE_vsx_store_v16qi (VECTOR_MEM_VSX_P (V16QImode))
#define HAVE_vsx_store_v8hi (VECTOR_MEM_VSX_P (V8HImode))
#define HAVE_vsx_store_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_store_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_store_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_store_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_store_v1ti (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_store_kf ((VECTOR_MEM_VSX_P (KFmode)) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_vsx_store_tf ((VECTOR_MEM_VSX_P (TFmode)) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vsx_store_ti ((VECTOR_MEM_VSX_P (TImode)) && (TARGET_VSX_TIMODE))
#define HAVE_vsx_tdivdf3_fg (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_tdivv4sf3_fg (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_tdivv2df3_fg (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_tdivdf3_fe (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_tdivv4sf3_fe (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_tdivv2df3_fe (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_tsqrtdf2_fg (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_tsqrtv4sf2_fg (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_tsqrtv2df2_fg (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_tsqrtdf2_fe (VECTOR_UNIT_VSX_P (DFmode))
#define HAVE_vsx_tsqrtv4sf2_fe (VECTOR_UNIT_VSX_P (V4SFmode))
#define HAVE_vsx_tsqrtv2df2_fe (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvsxddp_scale (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvuxddp_scale (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpsxds_scale (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_xvcvdpuxds_scale (VECTOR_UNIT_VSX_P (V2DFmode))
#define HAVE_vsx_set_v1ti (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_set_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_set_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_extract_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_extract_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxpermdi_v16qi (VECTOR_MEM_VSX_P (V16QImode))
#define HAVE_vsx_xxpermdi_v8hi (VECTOR_MEM_VSX_P (V8HImode))
#define HAVE_vsx_xxpermdi_v4si (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxpermdi_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxpermdi_v4sf (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxpermdi_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_xxpermdi_v1ti (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_xxpermdi_ti (VECTOR_MEM_VSX_P (TImode))
#define HAVE_vsx_xxpermdi_kf ((VECTOR_MEM_VSX_P (KFmode)) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_vsx_xxpermdi_tf ((VECTOR_MEM_VSX_P (TFmode)) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vsx_xxpermdi_v16qi_be (VECTOR_MEM_VSX_P (V16QImode))
#define HAVE_vsx_xxpermdi_v8hi_be (VECTOR_MEM_VSX_P (V8HImode))
#define HAVE_vsx_xxpermdi_v4si_be (VECTOR_MEM_VSX_P (V4SImode))
#define HAVE_vsx_xxpermdi_v2di_be (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_xxpermdi_v4sf_be (VECTOR_MEM_VSX_P (V4SFmode))
#define HAVE_vsx_xxpermdi_v2df_be (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_xxpermdi_v1ti_be (VECTOR_MEM_VSX_P (V1TImode))
#define HAVE_vsx_xxpermdi_ti_be (VECTOR_MEM_VSX_P (TImode))
#define HAVE_vsx_xxpermdi_kf_be ((VECTOR_MEM_VSX_P (KFmode)) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_vsx_xxpermdi_tf_be ((VECTOR_MEM_VSX_P (TFmode)) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vec_perm_constv2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vec_perm_constv2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_mergel_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_mergel_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_mergeh_v2df (VECTOR_MEM_VSX_P (V2DFmode))
#define HAVE_vsx_mergeh_v2di (VECTOR_MEM_VSX_P (V2DImode))
#define HAVE_vsx_splat_v4sf (TARGET_P9_VECTOR)
#define HAVE_vsx_splat_v4si (TARGET_P9_VECTOR)
#define HAVE_altivec_mulv4sf3 (VECTOR_UNIT_ALTIVEC_P (V4SFmode))
#define HAVE_mulv4si3 (TARGET_ALTIVEC)
#define HAVE_mulv8hi3 (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghb (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghh (TARGET_ALTIVEC)
#define HAVE_altivec_vmrghw (VECTOR_MEM_ALTIVEC_P (V4SImode))
#define HAVE_altivec_vmrglb (TARGET_ALTIVEC)
#define HAVE_altivec_vmrglh (TARGET_ALTIVEC)
#define HAVE_altivec_vmrglw (VECTOR_MEM_ALTIVEC_P (V4SImode))
#define HAVE_vec_widen_umult_even_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_even_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_even_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_even_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_odd_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_odd_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_odd_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_odd_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_vsum2sws (TARGET_ALTIVEC)
#define HAVE_altivec_vsumsws (TARGET_ALTIVEC)
#define HAVE_altivec_vspltb (TARGET_ALTIVEC)
#define HAVE_altivec_vsplth (TARGET_ALTIVEC)
#define HAVE_altivec_vspltw (TARGET_ALTIVEC)
#define HAVE_altivec_vspltsf (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_ti (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_vperm_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_vperm_v4si_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v8hi_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v16qi_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v4sf_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v2df_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v2di_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_v1ti_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_ti_uns (TARGET_ALTIVEC)
#define HAVE_altivec_vperm_kf_uns ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_vperm_tf_uns ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_vec_permv16qi (TARGET_ALTIVEC)
#define HAVE_vec_perm_constv16qi (TARGET_ALTIVEC)
#define HAVE_altivec_copysign_v4sf3 (VECTOR_UNIT_ALTIVEC_P (V4SFmode))
#define HAVE_altivec_lvsl (TARGET_ALTIVEC)
#define HAVE_altivec_lvsr (TARGET_ALTIVEC)
#define HAVE_build_vector_mask_for_load (TARGET_ALTIVEC)
#define HAVE_altivec_lvewx (TARGET_ALTIVEC)
#define HAVE_altivec_lvehx (TARGET_ALTIVEC)
#define HAVE_altivec_lvebx (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_lvxl_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_lvxl_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_lvx_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_lvx_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_lvx_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_stvx_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_stvx_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_stvx_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_stvxl_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v16qi (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v4sf (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v2df (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v2di (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_v1ti (TARGET_ALTIVEC)
#define HAVE_altivec_stvxl_kf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (KFmode)))
#define HAVE_altivec_stvxl_tf ((TARGET_ALTIVEC) && (FLOAT128_VECTOR_P (TFmode)))
#define HAVE_altivec_stvewx (TARGET_ALTIVEC)
#define HAVE_altivec_stvehx (TARGET_ALTIVEC)
#define HAVE_altivec_stvebx (TARGET_ALTIVEC)
#define HAVE_absv4si2 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_absv8hi2 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_absv16qi2 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_absv2di2 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_altivec_absv4sf2 (TARGET_ALTIVEC)
#define HAVE_altivec_abss_v4si (TARGET_ALTIVEC)
#define HAVE_altivec_abss_v8hi (TARGET_ALTIVEC)
#define HAVE_altivec_abss_v16qi (TARGET_ALTIVEC)
#define HAVE_reduc_plus_scal_v8hi (TARGET_ALTIVEC)
#define HAVE_reduc_plus_scal_v16qi (TARGET_ALTIVEC)
#define HAVE_negv4si2 (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_negv8hi2 (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_negv16qi2 (VECTOR_UNIT_ALTIVEC_P (V16QImode))
#define HAVE_negv2di2 (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_udot_prodv8hi (TARGET_ALTIVEC)
#define HAVE_udot_prodv16qi (TARGET_ALTIVEC)
#define HAVE_sdot_prodv8hi (TARGET_ALTIVEC)
#define HAVE_widen_usumv8hi3 (TARGET_ALTIVEC)
#define HAVE_widen_usumv16qi3 (TARGET_ALTIVEC)
#define HAVE_widen_ssumv16qi3 (TARGET_ALTIVEC)
#define HAVE_widen_ssumv8hi3 (TARGET_ALTIVEC)
#define HAVE_vec_unpacks_hi_v4si (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_vec_unpacks_hi_v8hi (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vec_unpacks_hi_v16qi (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_vec_unpacks_lo_v4si (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_vec_unpacks_lo_v8hi (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vec_unpacks_lo_v16qi (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_vec_unpacku_hi_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_unpacku_hi_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_unpacku_lo_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_unpacku_lo_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_hi_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_lo_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_hi_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_lo_v16qi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_hi_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_umult_lo_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_hi_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_widen_smult_lo_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_pack_trunc_v2di (VECTOR_UNIT_P8_VECTOR_P (V2DImode))
#define HAVE_vec_pack_trunc_v4si (VECTOR_UNIT_ALTIVEC_P (V4SImode))
#define HAVE_vec_pack_trunc_v8hi (VECTOR_UNIT_ALTIVEC_P (V8HImode))
#define HAVE_mulv16qi3 (TARGET_ALTIVEC)
#define HAVE_altivec_negv4sf2 (TARGET_ALTIVEC)
#define HAVE_vec_unpacks_float_hi_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_unpacks_float_lo_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_unpacku_float_hi_v8hi (TARGET_ALTIVEC)
#define HAVE_vec_unpacku_float_lo_v8hi (TARGET_ALTIVEC)
#define HAVE_vaduv4si3 (TARGET_P9_VECTOR)
#define HAVE_vaduv8hi3 (TARGET_P9_VECTOR)
#define HAVE_vaduv16qi3 (TARGET_P9_VECTOR)
#define HAVE_bcdadd_eq (TARGET_P8_VECTOR)
#define HAVE_bcdsub_eq (TARGET_P8_VECTOR)
#define HAVE_bcdadd_lt (TARGET_P8_VECTOR)
#define HAVE_bcdsub_lt (TARGET_P8_VECTOR)
#define HAVE_bcdadd_gt (TARGET_P8_VECTOR)
#define HAVE_bcdsub_gt (TARGET_P8_VECTOR)
#define HAVE_bcdadd_unordered (TARGET_P8_VECTOR)
#define HAVE_bcdsub_unordered (TARGET_P8_VECTOR)
#define HAVE_extendsdtd2 (TARGET_DFP)
#define HAVE_negdd2 (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_absdd2 (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_negtd2 (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_abstd2 (TARGET_HARD_FLOAT && TARGET_FPRS)
#define HAVE_dfptstsfi_eq_dd (TARGET_P9_MISC)
#define HAVE_dfptstsfi_lt_dd (TARGET_P9_MISC)
#define HAVE_dfptstsfi_gt_dd (TARGET_P9_MISC)
#define HAVE_dfptstsfi_unordered_dd (TARGET_P9_MISC)
#define HAVE_dfptstsfi_eq_td (TARGET_P9_MISC)
#define HAVE_dfptstsfi_lt_td (TARGET_P9_MISC)
#define HAVE_dfptstsfi_gt_td (TARGET_P9_MISC)
#define HAVE_dfptstsfi_unordered_td (TARGET_P9_MISC)
#define HAVE_tabort (TARGET_HTM)
#define HAVE_tabortwc (TARGET_HTM)
#define HAVE_tabortdc ((TARGET_HTM) && (TARGET_POWERPC64))
#define HAVE_tabortwci (TARGET_HTM)
#define HAVE_tabortdci ((TARGET_HTM) && (TARGET_POWERPC64))
#define HAVE_tbegin (TARGET_HTM)
#define HAVE_tcheck (TARGET_HTM)
#define HAVE_tend (TARGET_HTM)
#define HAVE_trechkpt (TARGET_HTM)
#define HAVE_treclaim (TARGET_HTM)
#define HAVE_tsr (TARGET_HTM)
#define HAVE_ttest (TARGET_HTM)
static inline rtx gen_adddi3_high                 (rtx, rtx, rtx);
static inline rtx
gen_adddi3_high(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdf_low_si                (rtx, rtx, rtx);
static inline rtx
gen_movdf_low_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdf_low_di                (rtx, rtx, rtx);
static inline rtx
gen_movdf_low_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdf_low_st_si             (rtx, rtx, rtx);
static inline rtx
gen_movdf_low_st_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdf_low_st_di             (rtx, rtx, rtx);
static inline rtx
gen_movdf_low_st_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movsf_low_si                (rtx, rtx, rtx);
static inline rtx
gen_movsf_low_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movsf_low_di                (rtx, rtx, rtx);
static inline rtx
gen_movsf_low_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movsf_low_st_si             (rtx, rtx, rtx);
static inline rtx
gen_movsf_low_st_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movsf_low_st_di             (rtx, rtx, rtx);
static inline rtx
gen_movsf_low_st_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdi_low                   (rtx, rtx, rtx);
static inline rtx
gen_movdi_low(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movsi_low_st                (rtx, rtx, rtx);
static inline rtx
gen_movsi_low_st(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movdi_low_st                (rtx, rtx, rtx);
static inline rtx
gen_movdi_low_st(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_macho_high_si               (rtx, rtx);
static inline rtx
gen_macho_high_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_macho_high_di               (rtx, rtx);
static inline rtx
gen_macho_high_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_macho_low_si                (rtx, rtx, rtx);
static inline rtx
gen_macho_low_si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_macho_low_di                (rtx, rtx, rtx);
static inline rtx
gen_macho_low_di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_load_macho_picbase_si       (rtx);
extern rtx        gen_load_macho_picbase_di       (rtx);
extern rtx        gen_macho_correct_pic_si        (rtx, rtx, rtx, rtx);
extern rtx        gen_macho_correct_pic_di        (rtx, rtx, rtx, rtx);
extern rtx        gen_reload_macho_picbase_si     (rtx);
extern rtx        gen_reload_macho_picbase_di     (rtx);
static inline rtx gen_nonlocal_goto_receiver      (void);
static inline rtx
gen_nonlocal_goto_receiver(void)
{
  return 0;
}
extern rtx        gen_zero_extendqihi2            (rtx, rtx);
extern rtx        gen_zero_extendqisi2            (rtx, rtx);
extern rtx        gen_zero_extendqidi2            (rtx, rtx);
extern rtx        gen_zero_extendhisi2            (rtx, rtx);
extern rtx        gen_zero_extendhidi2            (rtx, rtx);
extern rtx        gen_zero_extendsidi2            (rtx, rtx);
extern rtx        gen_extendqihi2                 (rtx, rtx);
extern rtx        gen_extendqisi2                 (rtx, rtx);
extern rtx        gen_extendqidi2                 (rtx, rtx);
extern rtx        gen_extendsidi2                 (rtx, rtx);
extern rtx        gen_dlmzb                       (rtx, rtx, rtx, rtx);
static inline rtx gen_addsi3_high                 (rtx, rtx, rtx);
static inline rtx
gen_addsi3_high(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_addsi3_carry                (rtx, rtx, rtx);
extern rtx        gen_adddi3_carry                (rtx, rtx, rtx);
extern rtx        gen_addsi3_carry_in_0           (rtx, rtx);
extern rtx        gen_adddi3_carry_in_0           (rtx, rtx);
extern rtx        gen_addsi3_carry_in_m1          (rtx, rtx);
extern rtx        gen_adddi3_carry_in_m1          (rtx, rtx);
extern rtx        gen_subfsi3_imm                 (rtx, rtx, rtx);
extern rtx        gen_subfdi3_imm                 (rtx, rtx, rtx);
extern rtx        gen_subfsi3_carry               (rtx, rtx, rtx);
extern rtx        gen_subfdi3_carry               (rtx, rtx, rtx);
extern rtx        gen_subfsi3_carry_in_0          (rtx, rtx);
extern rtx        gen_subfdi3_carry_in_0          (rtx, rtx);
extern rtx        gen_subfsi3_carry_in_m1         (rtx, rtx);
extern rtx        gen_subfdi3_carry_in_m1         (rtx, rtx);
extern rtx        gen_subfsi3_carry_in_xx         (rtx);
extern rtx        gen_subfdi3_carry_in_xx         (rtx);
extern rtx        gen_negsi2                      (rtx, rtx);
extern rtx        gen_negdi2                      (rtx, rtx);
extern rtx        gen_clzsi2                      (rtx, rtx);
extern rtx        gen_clzdi2                      (rtx, rtx);
extern rtx        gen_ctzsi2_hw                   (rtx, rtx);
extern rtx        gen_ctzdi2_hw                   (rtx, rtx);
extern rtx        gen_popcntbsi2                  (rtx, rtx);
extern rtx        gen_popcntbdi2                  (rtx, rtx);
extern rtx        gen_popcntdsi2                  (rtx, rtx);
extern rtx        gen_popcntddi2                  (rtx, rtx);
extern rtx        gen_paritysi2_cmpb              (rtx, rtx);
extern rtx        gen_paritydi2_cmpb              (rtx, rtx);
extern rtx        gen_bswaphi2_load               (rtx, rtx);
extern rtx        gen_bswapsi2_load               (rtx, rtx);
extern rtx        gen_bswaphi2_store              (rtx, rtx);
extern rtx        gen_bswapsi2_store              (rtx, rtx);
extern rtx        gen_bswaphi2_reg                (rtx, rtx);
extern rtx        gen_bswapsi2_reg                (rtx, rtx);
extern rtx        gen_bswapdi2_load               (rtx, rtx);
extern rtx        gen_bswapdi2_store              (rtx, rtx);
extern rtx        gen_bswapdi2_reg                (rtx, rtx);
extern rtx        gen_bswapdi2_32bit              (rtx, rtx);
extern rtx        gen_mulsi3                      (rtx, rtx, rtx);
extern rtx        gen_muldi3                      (rtx, rtx, rtx);
extern rtx        gen_smulsi3_highpart_le         (rtx, rtx, rtx);
extern rtx        gen_umulsi3_highpart_le         (rtx, rtx, rtx);
extern rtx        gen_smuldi3_highpart_le         (rtx, rtx, rtx);
extern rtx        gen_umuldi3_highpart_le         (rtx, rtx, rtx);
extern rtx        gen_smulsi3_highpart_64         (rtx, rtx, rtx);
extern rtx        gen_umulsi3_highpart_64         (rtx, rtx, rtx);
extern rtx        gen_udivsi3                     (rtx, rtx, rtx);
extern rtx        gen_udivdi3                     (rtx, rtx, rtx);
extern rtx        gen_divsi3_sra                  (rtx, rtx, rtx);
extern rtx        gen_divdi3_sra                  (rtx, rtx, rtx);
extern rtx        gen_umodsi3                     (rtx, rtx, rtx);
extern rtx        gen_umoddi3                     (rtx, rtx, rtx);
extern rtx        gen_andsi3_imm                  (rtx, rtx, rtx);
extern rtx        gen_anddi3_imm                  (rtx, rtx, rtx);
extern rtx        gen_andsi3_mask                 (rtx, rtx, rtx);
extern rtx        gen_anddi3_mask                 (rtx, rtx, rtx);
extern rtx        gen_rotlsi3                     (rtx, rtx, rtx);
extern rtx        gen_rotldi3                     (rtx, rtx, rtx);
extern rtx        gen_ashlsi3                     (rtx, rtx, rtx);
extern rtx        gen_ashldi3                     (rtx, rtx, rtx);
extern rtx        gen_ashdi3_extswsli             (rtx, rtx, rtx);
extern rtx        gen_ashdi3_extswsli_dot         (rtx, rtx, rtx, rtx);
extern rtx        gen_ashdi3_extswsli_dot2        (rtx, rtx, rtx, rtx);
extern rtx        gen_lshrsi3                     (rtx, rtx, rtx);
extern rtx        gen_lshrdi3                     (rtx, rtx, rtx);
extern rtx        gen_ashrsi3                     (rtx, rtx, rtx);
extern rtx        gen_ashrdi3                     (rtx, rtx, rtx);
extern rtx        gen_fres                        (rtx, rtx);
extern rtx        gen_fred                        (rtx, rtx);
extern rtx        gen_signbitkf2_dm               (rtx, rtx);
extern rtx        gen_signbittf2_dm               (rtx, rtx);
extern rtx        gen_copysignsf3_fcpsgn          (rtx, rtx, rtx);
extern rtx        gen_copysigndf3_fcpsgn          (rtx, rtx, rtx);
extern rtx        gen_isel_signed_si              (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_isel_signed_di              (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_isel_unsigned_si            (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_isel_unsigned_di            (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_lfiwax                      (rtx, rtx);
extern rtx        gen_floatsisf2_lfiwax           (rtx, rtx);
extern rtx        gen_floatsidf2_lfiwax           (rtx, rtx);
extern rtx        gen_floatsisf2_lfiwax_mem       (rtx, rtx);
extern rtx        gen_floatsidf2_lfiwax_mem       (rtx, rtx);
extern rtx        gen_lfiwzx                      (rtx, rtx);
extern rtx        gen_floatunssisf2_lfiwzx        (rtx, rtx);
extern rtx        gen_floatunssidf2_lfiwzx        (rtx, rtx);
extern rtx        gen_floatunssisf2_lfiwzx_mem    (rtx, rtx);
extern rtx        gen_floatunssidf2_lfiwzx_mem    (rtx, rtx);
extern rtx        gen_fix_truncsfsi2_stfiwx       (rtx, rtx);
extern rtx        gen_fix_truncdfsi2_stfiwx       (rtx, rtx);
extern rtx        gen_fix_truncsfsi2_internal     (rtx, rtx, rtx, rtx);
extern rtx        gen_fix_truncdfsi2_internal     (rtx, rtx, rtx, rtx);
extern rtx        gen_fixuns_truncsfsi2_stfiwx    (rtx, rtx);
extern rtx        gen_fixuns_truncdfsi2_stfiwx    (rtx, rtx);
extern rtx        gen_fixuns_truncsfdi2           (rtx, rtx);
extern rtx        gen_fixuns_truncdfdi2           (rtx, rtx);
extern rtx        gen_fctiwz_sf                   (rtx, rtx);
extern rtx        gen_fctiwz_df                   (rtx, rtx);
extern rtx        gen_fctiwuz_sf                  (rtx, rtx);
extern rtx        gen_fctiwuz_df                  (rtx, rtx);
extern rtx        gen_lrintsfdi2                  (rtx, rtx);
extern rtx        gen_lrintdfdi2                  (rtx, rtx);
extern rtx        gen_btruncsf2                   (rtx, rtx);
extern rtx        gen_btruncdf2                   (rtx, rtx);
extern rtx        gen_ceilsf2                     (rtx, rtx);
extern rtx        gen_ceildf2                     (rtx, rtx);
extern rtx        gen_floorsf2                    (rtx, rtx);
extern rtx        gen_floordf2                    (rtx, rtx);
extern rtx        gen_roundsf2                    (rtx, rtx);
extern rtx        gen_rounddf2                    (rtx, rtx);
extern rtx        gen_stfiwx                      (rtx, rtx);
extern rtx        gen_floatdisf2_fcfids           (rtx, rtx);
extern rtx        gen_floatdisf2_internal1        (rtx, rtx);
extern rtx        gen_floatunsdisf2_fcfidus       (rtx, rtx);
static inline rtx gen_movsi_low                   (rtx, rtx, rtx);
static inline rtx
gen_movsi_low(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_movsf_hardfloat             (rtx, rtx);
extern rtx        gen_movsd_hardfloat             (rtx, rtx);
extern rtx        gen_extenddfif2_fprs            (rtx, rtx, rtx);
extern rtx        gen_extenddftf2_fprs            (rtx, rtx, rtx);
extern rtx        gen_extenddfif2_vsx             (rtx, rtx);
extern rtx        gen_extenddftf2_vsx             (rtx, rtx);
extern rtx        gen_truncifdf2_internal1        (rtx, rtx);
extern rtx        gen_trunctfdf2_internal1        (rtx, rtx);
extern rtx        gen_truncifdf2_internal2        (rtx, rtx);
extern rtx        gen_trunctfdf2_internal2        (rtx, rtx);
extern rtx        gen_truncifsf2_fprs             (rtx, rtx);
extern rtx        gen_trunctfsf2_fprs             (rtx, rtx);
extern rtx        gen_fix_trunc_helperif          (rtx, rtx, rtx);
extern rtx        gen_fix_trunc_helpertf          (rtx, rtx, rtx);
extern rtx        gen_negif2_internal             (rtx, rtx);
extern rtx        gen_negtf2_internal             (rtx, rtx);
extern rtx        gen_ieee_128bit_vsx_negkf2      (rtx, rtx);
extern rtx        gen_ieee_128bit_vsx_negtf2      (rtx, rtx);
extern rtx        gen_ieee_128bit_vsx_abskf2      (rtx, rtx);
extern rtx        gen_ieee_128bit_vsx_abstf2      (rtx, rtx);
extern rtx        gen_p8_fmrgow_di                (rtx, rtx, rtx);
extern rtx        gen_p8_fmrgow_df                (rtx, rtx, rtx);
extern rtx        gen_p8_fmrgow_dd                (rtx, rtx, rtx);
extern rtx        gen_p8_mtvsrwz                  (rtx, rtx);
extern rtx        gen_reload_fpr_from_gprdi       (rtx, rtx, rtx);
extern rtx        gen_reload_fpr_from_gprdf       (rtx, rtx, rtx);
extern rtx        gen_reload_fpr_from_gprdd       (rtx, rtx, rtx);
extern rtx        gen_p8_mtvsrd_df                (rtx, rtx);
extern rtx        gen_p8_xxpermdi_ti              (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v16qi           (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v8hi            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v4si            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v4sf            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v2di            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v2df            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_v1ti            (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_kf              (rtx, rtx, rtx);
extern rtx        gen_p8_xxpermdi_tf              (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprti       (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv16qi    (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv8hi     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv4si     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv4sf     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv2di     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv2df     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprv1ti     (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprkf       (rtx, rtx, rtx);
extern rtx        gen_reload_vsx_from_gprtf       (rtx, rtx, rtx);
extern rtx        gen_p8_mtvsrd_sf                (rtx, rtx);
extern rtx        gen_reload_vsx_from_gprsf       (rtx, rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_ti              (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v16qi           (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v8hi            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v4si            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v4sf            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v2di            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v2df            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_v1ti            (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_kf              (rtx, rtx);
extern rtx        gen_p8_mfvsrd_3_tf              (rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxti       (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv16qi    (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv8hi     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv4si     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv4sf     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv2di     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv2df     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxv1ti     (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxkf       (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxtf       (rtx, rtx, rtx);
extern rtx        gen_reload_gpr_from_vsxsf       (rtx, rtx, rtx);
extern rtx        gen_p8_mfvsrd_4_disf            (rtx, rtx);
extern rtx        gen_movdi_si_update             (rtx, rtx, rtx, rtx);
extern rtx        gen_movdi_di_update             (rtx, rtx, rtx, rtx);
extern rtx        gen_movdi_si_update_stack       (rtx, rtx, rtx, rtx);
extern rtx        gen_movdi_di_update_stack       (rtx, rtx, rtx, rtx);
extern rtx        gen_movsi_update                (rtx, rtx, rtx, rtx);
extern rtx        gen_movsi_update_stack          (rtx, rtx, rtx, rtx);
extern rtx        gen_tls_gd_aix32                (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_tls_gd_aix64                (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_tls_gd_sysvsi               (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_tls_gd_sysvdi               (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_tls_ld_aix32                (rtx, rtx, rtx, rtx);
extern rtx        gen_tls_ld_aix64                (rtx, rtx, rtx, rtx);
extern rtx        gen_tls_ld_sysvsi               (rtx, rtx, rtx, rtx);
extern rtx        gen_tls_ld_sysvdi               (rtx, rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_32               (rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_64               (rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_ha_32            (rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_ha_64            (rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_lo_32            (rtx, rtx, rtx);
extern rtx        gen_tls_dtprel_lo_64            (rtx, rtx, rtx);
extern rtx        gen_tls_got_dtprel_32           (rtx, rtx, rtx);
extern rtx        gen_tls_got_dtprel_64           (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_32                (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_64                (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_ha_32             (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_ha_64             (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_lo_32             (rtx, rtx, rtx);
extern rtx        gen_tls_tprel_lo_64             (rtx, rtx, rtx);
extern rtx        gen_tls_got_tprel_32            (rtx, rtx, rtx);
extern rtx        gen_tls_got_tprel_64            (rtx, rtx, rtx);
extern rtx        gen_tls_tls_32                  (rtx, rtx, rtx);
extern rtx        gen_tls_tls_64                  (rtx, rtx, rtx);
static inline rtx gen_tls_get_tpointer_internal   (void);
static inline rtx
gen_tls_get_tpointer_internal(void)
{
  return 0;
}
static inline rtx gen_tls_get_addr_internalsi     (void);
static inline rtx
gen_tls_get_addr_internalsi(void)
{
  return 0;
}
static inline rtx gen_tls_get_addr_internaldi     (void);
static inline rtx
gen_tls_get_addr_internaldi(void)
{
  return 0;
}
extern rtx        gen_load_toc_aix_si             (rtx);
extern rtx        gen_load_toc_aix_di             (rtx);
extern rtx        gen_load_toc_v4_pic_si          (void);
extern rtx        gen_load_toc_v4_PIC_1_normal    (rtx);
static inline rtx gen_load_toc_v4_PIC_1_476       (rtx);
static inline rtx
gen_load_toc_v4_PIC_1_476(rtx ARG_UNUSED (a))
{
  return 0;
}
extern rtx        gen_load_toc_v4_PIC_1b_normal   (rtx, rtx);
static inline rtx gen_load_toc_v4_PIC_1b_476      (rtx, rtx);
static inline rtx
gen_load_toc_v4_PIC_1b_476(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
extern rtx        gen_load_toc_v4_PIC_2           (rtx, rtx, rtx, rtx);
extern rtx        gen_load_toc_v4_PIC_3b          (rtx, rtx, rtx, rtx);
extern rtx        gen_load_toc_v4_PIC_3c          (rtx, rtx, rtx, rtx);
extern rtx        gen_elf_high                    (rtx, rtx);
extern rtx        gen_elf_low                     (rtx, rtx, rtx);
extern rtx        gen_blockage                    (void);
extern rtx        gen_probe_stack_si              (rtx);
extern rtx        gen_probe_stack_di              (rtx);
extern rtx        gen_probe_stack_rangesi         (rtx, rtx, rtx);
extern rtx        gen_probe_stack_rangedi         (rtx, rtx, rtx);
extern rtx        gen_stack_protect_setsi         (rtx, rtx);
extern rtx        gen_stack_protect_setdi         (rtx, rtx);
extern rtx        gen_stack_protect_testsi        (rtx, rtx, rtx);
extern rtx        gen_stack_protect_testdi        (rtx, rtx, rtx);
static inline rtx gen_move_from_CR_gt_bit         (rtx, rtx);
static inline rtx
gen_move_from_CR_gt_bit(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
extern rtx        gen_move_from_CR_ov_bit         (rtx, rtx);
extern rtx        gen_eqsi3                       (rtx, rtx, rtx);
extern rtx        gen_eqdi3                       (rtx, rtx, rtx);
extern rtx        gen_nesi3                       (rtx, rtx, rtx);
extern rtx        gen_nedi3                       (rtx, rtx, rtx);
extern rtx        gen_jump                        (rtx);
extern rtx        gen_return                      (void);
extern rtx        gen_simple_return               (void);
extern rtx        gen_nop                         (void);
extern rtx        gen_group_ending_nop            (void);
extern rtx        gen_trap                        (void);
extern rtx        gen_movesi_from_cr              (rtx);
extern rtx        gen_stack_tie                   (rtx);
extern rtx        gen_eh_set_lr_si                (rtx);
extern rtx        gen_eh_set_lr_di                (rtx);
extern rtx        gen_prefetch                    (rtx, rtx, rtx);
extern rtx        gen_load_split_stack_limit_di   (rtx);
extern rtx        gen_load_split_stack_limit_si   (rtx);
extern rtx        gen_split_stack_return          (void);
extern rtx        gen_bpermd_si                   (rtx, rtx, rtx);
extern rtx        gen_bpermd_di                   (rtx, rtx, rtx);
extern rtx        gen_rs6000_get_timebase_ppc32   (rtx);
extern rtx        gen_rs6000_mftb_si              (rtx);
extern rtx        gen_rs6000_mftb_di              (rtx);
extern rtx        gen_rs6000_mffs                 (rtx);
extern rtx        gen_rs6000_mtfsf                (rtx, rtx);
extern rtx        gen_fusion_gpr_load_qi          (rtx, rtx);
extern rtx        gen_fusion_gpr_load_hi          (rtx, rtx);
extern rtx        gen_fusion_gpr_load_si          (rtx, rtx);
extern rtx        gen_fusion_gpr_load_di          (rtx, rtx);
extern rtx        gen_fusion_gpr_si_qi_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_qi_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_hi_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_hi_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_si_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_si_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_di_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_di_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_sf_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_sf_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_df_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_df_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_qi_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_qi_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_hi_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_hi_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_si_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_si_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_di_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_di_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_sf_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_sf_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_si_df_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_gpr_di_df_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_di_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_di_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_sf_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_sf_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_df_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_df_load       (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_di_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_di_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_sf_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_sf_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_si_df_store      (rtx, rtx, rtx);
extern rtx        gen_fusion_vsx_di_df_store      (rtx, rtx, rtx);
extern rtx        gen_addg6s                      (rtx, rtx, rtx);
extern rtx        gen_cdtbcd                      (rtx, rtx);
extern rtx        gen_cbcdtd                      (rtx, rtx);
extern rtx        gen_dive_si                     (rtx, rtx, rtx);
extern rtx        gen_diveu_si                    (rtx, rtx, rtx);
extern rtx        gen_dive_di                     (rtx, rtx, rtx);
extern rtx        gen_diveu_di                    (rtx, rtx, rtx);
extern rtx        gen_unpacktf_dm                 (rtx, rtx, rtx);
extern rtx        gen_unpackif_dm                 (rtx, rtx, rtx);
extern rtx        gen_unpacktd_dm                 (rtx, rtx, rtx);
extern rtx        gen_unpacktf_nodm               (rtx, rtx, rtx);
extern rtx        gen_unpackif_nodm               (rtx, rtx, rtx);
extern rtx        gen_unpacktd_nodm               (rtx, rtx, rtx);
extern rtx        gen_packtf                      (rtx, rtx, rtx);
extern rtx        gen_packif                      (rtx, rtx, rtx);
extern rtx        gen_packtd                      (rtx, rtx, rtx);
extern rtx        gen_unpackv1ti                  (rtx, rtx, rtx);
extern rtx        gen_unpackkf                    (rtx, rtx, rtx);
extern rtx        gen_packv1ti                    (rtx, rtx, rtx);
extern rtx        gen_packkf                      (rtx, rtx, rtx);
extern rtx        gen_addkf3                      (rtx, rtx, rtx);
extern rtx        gen_addtf3                      (rtx, rtx, rtx);
extern rtx        gen_subkf3                      (rtx, rtx, rtx);
extern rtx        gen_subtf3                      (rtx, rtx, rtx);
extern rtx        gen_mulkf3                      (rtx, rtx, rtx);
extern rtx        gen_multf3                      (rtx, rtx, rtx);
extern rtx        gen_divkf3                      (rtx, rtx, rtx);
extern rtx        gen_divtf3                      (rtx, rtx, rtx);
extern rtx        gen_sqrtkf2                     (rtx, rtx);
extern rtx        gen_sqrttf2                     (rtx, rtx);
extern rtx        gen_copysignkf3_hard            (rtx, rtx, rtx);
extern rtx        gen_copysigntf3_hard            (rtx, rtx, rtx);
extern rtx        gen_copysignkf3_soft            (rtx, rtx, rtx, rtx);
extern rtx        gen_copysigntf3_soft            (rtx, rtx, rtx, rtx);
extern rtx        gen_negkf2_hw                   (rtx, rtx);
extern rtx        gen_negtf2_hw                   (rtx, rtx);
extern rtx        gen_abskf2_hw                   (rtx, rtx);
extern rtx        gen_abstf2_hw                   (rtx, rtx);
extern rtx        gen_extendsfkf2_hw              (rtx, rtx);
extern rtx        gen_extendsftf2_hw              (rtx, rtx);
extern rtx        gen_extenddfkf2_hw              (rtx, rtx);
extern rtx        gen_extenddftf2_hw              (rtx, rtx);
extern rtx        gen_extendkftf2                 (rtx, rtx);
extern rtx        gen_trunctfkf2                  (rtx, rtx);
extern rtx        gen_trunckfdf2_hw               (rtx, rtx);
extern rtx        gen_trunctfdf2_hw               (rtx, rtx);
extern rtx        gen_trunckfsf2_hw               (rtx, rtx);
extern rtx        gen_trunctfsf2_hw               (rtx, rtx);
extern rtx        gen_fix_kfsi2_hw                (rtx, rtx);
extern rtx        gen_fixuns_kfsi2_hw             (rtx, rtx);
extern rtx        gen_fix_tfsi2_hw                (rtx, rtx);
extern rtx        gen_fixuns_tfsi2_hw             (rtx, rtx);
extern rtx        gen_fix_kfdi2_hw                (rtx, rtx);
extern rtx        gen_fixuns_kfdi2_hw             (rtx, rtx);
extern rtx        gen_fix_tfdi2_hw                (rtx, rtx);
extern rtx        gen_fixuns_tfdi2_hw             (rtx, rtx);
extern rtx        gen_float_kfsi2_hw              (rtx, rtx);
extern rtx        gen_floatuns_kfsi2_hw           (rtx, rtx);
extern rtx        gen_float_tfsi2_hw              (rtx, rtx);
extern rtx        gen_floatuns_tfsi2_hw           (rtx, rtx);
extern rtx        gen_float_kfdi2_hw              (rtx, rtx);
extern rtx        gen_floatuns_kfdi2_hw           (rtx, rtx);
extern rtx        gen_float_tfdi2_hw              (rtx, rtx);
extern rtx        gen_floatuns_tfdi2_hw           (rtx, rtx);
extern rtx        gen_isync                       (void);
extern rtx        gen_loadsync_qi                 (rtx);
extern rtx        gen_loadsync_hi                 (rtx);
extern rtx        gen_loadsync_si                 (rtx);
extern rtx        gen_loadsync_di                 (rtx);
extern rtx        gen_loadsync_ti                 (rtx);
extern rtx        gen_load_quadpti                (rtx, rtx);
extern rtx        gen_store_quadpti               (rtx, rtx);
extern rtx        gen_load_lockedqi               (rtx, rtx);
extern rtx        gen_load_lockedhi               (rtx, rtx);
extern rtx        gen_load_lockedsi               (rtx, rtx);
extern rtx        gen_load_lockeddi               (rtx, rtx);
extern rtx        gen_load_lockedqi_si            (rtx, rtx);
extern rtx        gen_load_lockedhi_si            (rtx, rtx);
extern rtx        gen_load_lockedpti              (rtx, rtx);
extern rtx        gen_store_conditionalqi         (rtx, rtx, rtx);
extern rtx        gen_store_conditionalhi         (rtx, rtx, rtx);
extern rtx        gen_store_conditionalsi         (rtx, rtx, rtx);
extern rtx        gen_store_conditionaldi         (rtx, rtx, rtx);
extern rtx        gen_store_conditionalpti        (rtx, rtx, rtx);
extern rtx        gen_xxspltib_v16qi              (rtx, rtx);
extern rtx        gen_xxspltib_v8hi_nosplit       (rtx, rtx);
extern rtx        gen_xxspltib_v4si_nosplit       (rtx, rtx);
extern rtx        gen_xxspltib_v2di_nosplit       (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v2di         (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v2df         (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v4si         (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v4sf         (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v8hi         (rtx, rtx);
extern rtx        gen_vsx_ld_elemrev_v16qi        (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v2df         (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v2di         (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v4sf         (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v4si         (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v8hi         (rtx, rtx);
extern rtx        gen_vsx_st_elemrev_v16qi        (rtx, rtx);
extern rtx        gen_vsx_mul_v2di                (rtx, rtx, rtx);
extern rtx        gen_vsx_div_v2di                (rtx, rtx, rtx);
extern rtx        gen_vsx_udiv_v2di               (rtx, rtx, rtx);
extern rtx        gen_vsx_frev4sf2                (rtx, rtx);
extern rtx        gen_vsx_frev2df2                (rtx, rtx);
extern rtx        gen_vsx_nabsv4sf2               (rtx, rtx);
extern rtx        gen_vsx_nabsv2df2               (rtx, rtx);
extern rtx        gen_vsx_smaxv4sf3               (rtx, rtx, rtx);
extern rtx        gen_vsx_smaxv2df3               (rtx, rtx, rtx);
extern rtx        gen_vsx_eqv4sf                  (rtx, rtx, rtx);
extern rtx        gen_vsx_eqv2df                  (rtx, rtx, rtx);
extern rtx        gen_vsx_gtv4sf                  (rtx, rtx, rtx);
extern rtx        gen_vsx_gtv2df                  (rtx, rtx, rtx);
extern rtx        gen_vsx_copysignv4sf3           (rtx, rtx, rtx);
extern rtx        gen_vsx_copysignv2df3           (rtx, rtx, rtx);
extern rtx        gen_vsx_floatv4siv4sf2          (rtx, rtx);
extern rtx        gen_vsx_floatv2div2df2          (rtx, rtx);
extern rtx        gen_vsx_floatunsv4siv4sf2       (rtx, rtx);
extern rtx        gen_vsx_floatunsv2div2df2       (rtx, rtx);
extern rtx        gen_vsx_fix_truncv4sfv4si2      (rtx, rtx);
extern rtx        gen_vsx_fix_truncv2dfv2di2      (rtx, rtx);
extern rtx        gen_vsx_fixuns_truncv4sfv4si2   (rtx, rtx);
extern rtx        gen_vsx_fixuns_truncv2dfv2di2   (rtx, rtx);
extern rtx        gen_vsx_xsrdpi                  (rtx, rtx);
extern rtx        gen_vsx_xvrspi                  (rtx, rtx);
extern rtx        gen_vsx_xvrdpi                  (rtx, rtx);
extern rtx        gen_vsx_xsrdpic                 (rtx, rtx);
extern rtx        gen_vsx_xvrspic                 (rtx, rtx);
extern rtx        gen_vsx_xvrdpic                 (rtx, rtx);
extern rtx        gen_vsx_btruncv4sf2             (rtx, rtx);
extern rtx        gen_vsx_btruncv2df2             (rtx, rtx);
extern rtx        gen_vsx_floorv4sf2              (rtx, rtx);
extern rtx        gen_vsx_floorv2df2              (rtx, rtx);
extern rtx        gen_vsx_ceilv4sf2               (rtx, rtx);
extern rtx        gen_vsx_ceilv2df2               (rtx, rtx);
extern rtx        gen_vsx_xscvdpsp                (rtx, rtx);
extern rtx        gen_vsx_xvcvspdp                (rtx, rtx);
extern rtx        gen_vsx_xvcvdpsp                (rtx, rtx);
extern rtx        gen_vsx_xscvspdp                (rtx, rtx);
extern rtx        gen_vsx_xscvdpsp_scalar         (rtx, rtx);
extern rtx        gen_vsx_xscvspdp_scalar2        (rtx, rtx);
extern rtx        gen_vsx_xscvdpspn               (rtx, rtx);
extern rtx        gen_vsx_xscvspdpn               (rtx, rtx);
extern rtx        gen_vsx_xscvdpspn_scalar        (rtx, rtx);
extern rtx        gen_vsx_xscvspdpn_directmove    (rtx, rtx);
extern rtx        gen_vsx_xvcvsxddp               (rtx, rtx);
extern rtx        gen_vsx_xvcvuxddp               (rtx, rtx);
extern rtx        gen_vsx_xvcvdpsxds              (rtx, rtx);
extern rtx        gen_vsx_xvcvdpuxds              (rtx, rtx);
extern rtx        gen_vsx_xvcvdpsxws              (rtx, rtx);
extern rtx        gen_vsx_xvcvdpuxws              (rtx, rtx);
extern rtx        gen_vsx_xvcvsxdsp               (rtx, rtx);
extern rtx        gen_vsx_xvcvuxdsp               (rtx, rtx);
extern rtx        gen_vsx_xvcvsxwdp               (rtx, rtx);
extern rtx        gen_vsx_xvcvuxwdp               (rtx, rtx);
extern rtx        gen_vsx_xvcvspsxds              (rtx, rtx);
extern rtx        gen_vsx_xvcvspuxds              (rtx, rtx);
extern rtx        gen_vsx_concat_v2df             (rtx, rtx, rtx);
extern rtx        gen_vsx_concat_v2di             (rtx, rtx, rtx);
extern rtx        gen_vsx_concat_v2sf             (rtx, rtx, rtx);
extern rtx        gen_vsx_extract_v4sf            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi2_v2df_1        (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi2_v2di_1        (rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_splat_v2df              (rtx, rtx);
extern rtx        gen_vsx_splat_v2di              (rtx, rtx);
extern rtx        gen_vsx_xxspltw_v4sf            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxspltw_v4si            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxspltw_v4sf_direct     (rtx, rtx, rtx);
extern rtx        gen_vsx_xxspltw_v4si_direct     (rtx, rtx, rtx);
extern rtx        gen_vsx_xxspltd_v2df            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxspltd_v2di            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxmrghw_v4sf            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxmrghw_v4si            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxmrglw_v4sf            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxmrglw_v4si            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v16qi           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v8hi            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v4si            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v2di            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v4sf            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v2df            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_v1ti            (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_ti              (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_kf              (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxsldwi_tf              (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_reduc_plus_v2df         (rtx, rtx);
extern rtx        gen_vsx_reduc_smin_v2df         (rtx, rtx);
extern rtx        gen_vsx_reduc_smax_v2df         (rtx, rtx);
extern rtx        gen_vsx_reduc_plus_v4sf         (rtx, rtx);
extern rtx        gen_vsx_reduc_smin_v4sf         (rtx, rtx);
extern rtx        gen_vsx_reduc_smax_v4sf         (rtx, rtx);
extern rtx        gen_vsx_sign_extend_qi_v4si     (rtx, rtx);
extern rtx        gen_vsx_sign_extend_qi_v2di     (rtx, rtx);
extern rtx        gen_get_vrsave_internal         (rtx);
extern rtx        gen_addv4si3                    (rtx, rtx, rtx);
extern rtx        gen_addv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_addv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_addv2di3                    (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddcuw             (rtx, rtx, rtx);
extern rtx        gen_altivec_vadduws             (rtx, rtx, rtx);
extern rtx        gen_altivec_vadduhs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddubs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddsws             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddshs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddsbs             (rtx, rtx, rtx);
extern rtx        gen_subv4si3                    (rtx, rtx, rtx);
extern rtx        gen_subv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_subv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_subv2di3                    (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubcuw             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubuws             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubuhs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsububs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubsws             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubshs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubsbs             (rtx, rtx, rtx);
extern rtx        gen_altivec_vavguw              (rtx, rtx, rtx);
extern rtx        gen_altivec_vavguh              (rtx, rtx, rtx);
extern rtx        gen_altivec_vavgub              (rtx, rtx, rtx);
extern rtx        gen_altivec_vavgsw              (rtx, rtx, rtx);
extern rtx        gen_altivec_vavgsh              (rtx, rtx, rtx);
extern rtx        gen_altivec_vavgsb              (rtx, rtx, rtx);
extern rtx        gen_altivec_vcmpbfp             (rtx, rtx, rtx);
extern rtx        gen_mulv4si3_p8                 (rtx, rtx, rtx);
extern rtx        gen_altivec_vmsumuhm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsumubm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsummhm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsummbm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsumshm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsumuhs            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmsumshs            (rtx, rtx, rtx, rtx);
extern rtx        gen_umaxv4si3                   (rtx, rtx, rtx);
extern rtx        gen_umaxv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_umaxv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_umaxv2di3                   (rtx, rtx, rtx);
extern rtx        gen_smaxv4si3                   (rtx, rtx, rtx);
extern rtx        gen_smaxv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_smaxv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_smaxv2di3                   (rtx, rtx, rtx);
extern rtx        gen_uminv4si3                   (rtx, rtx, rtx);
extern rtx        gen_uminv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_uminv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_uminv2di3                   (rtx, rtx, rtx);
extern rtx        gen_sminv4si3                   (rtx, rtx, rtx);
extern rtx        gen_sminv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_sminv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_sminv2di3                   (rtx, rtx, rtx);
extern rtx        gen_altivec_vmhaddshs           (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmhraddshs          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmladduhm           (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghb_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghh_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghw_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglb_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglh_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglw_direct       (rtx, rtx, rtx);
extern rtx        gen_p8_vmrgew                   (rtx, rtx, rtx);
extern rtx        gen_p8_vmrgow                   (rtx, rtx, rtx);
extern rtx        gen_altivec_vmuleub             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmuloub             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmulesb             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmulosb             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmuleuh             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmulouh             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmulesh             (rtx, rtx, rtx);
extern rtx        gen_altivec_vmulosh             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkpx               (rtx, rtx, rtx);
extern rtx        gen_altivec_vpksdss             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkswss             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkshss             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpksdus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkswus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkshus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkudus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuwus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuhus             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkudum             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuwum             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuhum             (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkudum_direct      (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuwum_direct      (rtx, rtx, rtx);
extern rtx        gen_altivec_vpkuhum_direct      (rtx, rtx, rtx);
extern rtx        gen_altivec_vsl                 (rtx, rtx, rtx);
extern rtx        gen_altivec_vslo                (rtx, rtx, rtx);
extern rtx        gen_vslv                        (rtx, rtx, rtx);
extern rtx        gen_vsrv                        (rtx, rtx, rtx);
extern rtx        gen_altivec_vsr                 (rtx, rtx, rtx);
extern rtx        gen_altivec_vsro                (rtx, rtx, rtx);
extern rtx        gen_altivec_vsum4ubs            (rtx, rtx, rtx);
extern rtx        gen_altivec_vsum4shs            (rtx, rtx, rtx);
extern rtx        gen_altivec_vsum4sbs            (rtx, rtx, rtx);
extern rtx        gen_altivec_vsum2sws_direct     (rtx, rtx, rtx);
extern rtx        gen_altivec_vsumsws_direct      (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltb_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vsplth_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltw_direct       (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltisw            (rtx, rtx);
extern rtx        gen_altivec_vspltish            (rtx, rtx);
extern rtx        gen_altivec_vspltisb            (rtx, rtx);
extern rtx        gen_altivec_vperm_v8hiv16qi     (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vrfip               (rtx, rtx);
extern rtx        gen_altivec_vrfin               (rtx, rtx);
extern rtx        gen_altivec_vcfux               (rtx, rtx, rtx);
extern rtx        gen_altivec_vcfsx               (rtx, rtx, rtx);
extern rtx        gen_altivec_vctuxs              (rtx, rtx, rtx);
extern rtx        gen_altivec_vctsxs              (rtx, rtx, rtx);
extern rtx        gen_altivec_vlogefp             (rtx, rtx);
extern rtx        gen_altivec_vexptefp            (rtx, rtx);
extern rtx        gen_altivec_vrefp               (rtx, rtx);
extern rtx        gen_altivec_vsldoi_v4si         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v8hi         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v16qi        (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v4sf         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v2df         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v2di         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_v1ti         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_ti           (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_kf           (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsldoi_tf           (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vupkhsw             (rtx, rtx);
extern rtx        gen_altivec_vupkhsh             (rtx, rtx);
extern rtx        gen_altivec_vupkhsb             (rtx, rtx);
extern rtx        gen_altivec_vupklsw             (rtx, rtx);
extern rtx        gen_altivec_vupklsh             (rtx, rtx);
extern rtx        gen_altivec_vupklsb             (rtx, rtx);
extern rtx        gen_altivec_vupkhpx             (rtx, rtx);
extern rtx        gen_altivec_vupklpx             (rtx, rtx);
extern rtx        gen_altivec_vcmpbfp_p           (rtx, rtx, rtx);
extern rtx        gen_altivec_mtvscr              (rtx);
extern rtx        gen_altivec_mfvscr              (rtx);
extern rtx        gen_altivec_dssall              (void);
extern rtx        gen_altivec_dss                 (rtx);
extern rtx        gen_altivec_dst                 (rtx, rtx, rtx);
extern rtx        gen_altivec_dstt                (rtx, rtx, rtx);
extern rtx        gen_altivec_dstst               (rtx, rtx, rtx);
extern rtx        gen_altivec_dststt              (rtx, rtx, rtx);
extern rtx        gen_altivec_lvsl_direct         (rtx, rtx);
extern rtx        gen_altivec_lvsr_direct         (rtx, rtx);
extern rtx        gen_altivec_lvx_v4si_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_v8hi_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_v16qi_internal  (rtx, rtx);
extern rtx        gen_altivec_lvx_v4sf_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_v2df_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_v2di_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_v1ti_internal   (rtx, rtx);
extern rtx        gen_altivec_lvx_kf_internal     (rtx, rtx);
extern rtx        gen_altivec_lvx_tf_internal     (rtx, rtx);
extern rtx        gen_altivec_stvx_v4si_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_v8hi_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_v16qi_internal (rtx, rtx);
extern rtx        gen_altivec_stvx_v4sf_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_v2df_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_v2di_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_v1ti_internal  (rtx, rtx);
extern rtx        gen_altivec_stvx_kf_internal    (rtx, rtx);
extern rtx        gen_altivec_stvx_tf_internal    (rtx, rtx);
extern rtx        gen_vperm_v8hiv4si              (rtx, rtx, rtx, rtx);
extern rtx        gen_vperm_v16qiv8hi             (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_lvlx                (rtx, rtx);
extern rtx        gen_altivec_lvlxl               (rtx, rtx);
extern rtx        gen_altivec_lvrx                (rtx, rtx);
extern rtx        gen_altivec_lvrxl               (rtx, rtx);
extern rtx        gen_altivec_stvlx               (rtx, rtx);
extern rtx        gen_altivec_stvlxl              (rtx, rtx);
extern rtx        gen_altivec_stvrx               (rtx, rtx);
extern rtx        gen_altivec_stvrxl              (rtx, rtx);
extern rtx        gen_p8v_vgbbd                   (rtx, rtx);
extern rtx        gen_altivec_vadduqm             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddcuq             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubuqm             (rtx, rtx, rtx);
extern rtx        gen_altivec_vsubcuq             (rtx, rtx, rtx);
extern rtx        gen_altivec_vaddeuqm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vaddecuq            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsubeuqm            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vsubecuq            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vbpermq             (rtx, rtx, rtx);
extern rtx        gen_bcdadd                      (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdsub                      (rtx, rtx, rtx, rtx);
extern rtx        gen_darn_32                     (rtx);
extern rtx        gen_darn_raw                    (rtx);
extern rtx        gen_darn                        (rtx);
static inline rtx gen_spe_fixuns_truncdfsi2       (rtx, rtx);
static inline rtx
gen_spe_fixuns_truncdfsi2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_extendsfdf2             (rtx, rtx);
static inline rtx
gen_spe_extendsfdf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_fixuns_truncsfsi2       (rtx, rtx);
static inline rtx
gen_spe_fixuns_truncsfsi2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_fix_truncsfsi2          (rtx, rtx);
static inline rtx
gen_spe_fix_truncsfsi2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_fix_truncdfsi2          (rtx, rtx);
static inline rtx
gen_spe_fix_truncdfsi2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_floatunssisf2           (rtx, rtx);
static inline rtx
gen_spe_floatunssisf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_floatunssidf2           (rtx, rtx);
static inline rtx
gen_spe_floatunssidf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_floatsisf2              (rtx, rtx);
static inline rtx
gen_spe_floatsisf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_floatsidf2              (rtx, rtx);
static inline rtx
gen_spe_floatsidf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_absv2si2                    (rtx, rtx);
static inline rtx
gen_absv2si2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evandc                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evandc(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_andv2si3                    (rtx, rtx, rtx);
static inline rtx
gen_andv2si3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcmpeq                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evcmpeq(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcmpgts                (rtx, rtx, rtx);
static inline rtx
gen_spe_evcmpgts(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcmpgtu                (rtx, rtx, rtx);
static inline rtx
gen_spe_evcmpgtu(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcmplts                (rtx, rtx, rtx);
static inline rtx
gen_spe_evcmplts(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcmpltu                (rtx, rtx, rtx);
static inline rtx
gen_spe_evcmpltu(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfscmpeq               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfscmpeq(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfscmpgt               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfscmpgt(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfscmplt               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfscmplt(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfststeq               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfststeq(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfststgt               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfststgt(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfststlt               (rtx, rtx, rtx);
static inline rtx
gen_spe_evfststlt(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evcntlsw                (rtx, rtx);
static inline rtx
gen_spe_evcntlsw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evcntlzw                (rtx, rtx);
static inline rtx
gen_spe_evcntlzw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_eveqv                   (rtx, rtx, rtx);
static inline rtx
gen_spe_eveqv(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evextsb                 (rtx, rtx);
static inline rtx
gen_spe_evextsb(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evextsh                 (rtx, rtx);
static inline rtx
gen_spe_evextsh(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evlhhesplat             (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhesplat(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlhhesplatx            (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhesplatx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlhhossplat            (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhossplat(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlhhossplatx           (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhossplatx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlhhousplat            (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhousplat(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlhhousplatx           (rtx, rtx, rtx);
static inline rtx
gen_spe_evlhhousplatx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhsplat              (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhsplat(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhsplatx             (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhsplatx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwwsplat              (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwwsplat(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwwsplatx             (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwwsplatx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_vec_perm00_v2si             (rtx, rtx, rtx);
static inline rtx
gen_vec_perm00_v2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_vec_perm01_v2si             (rtx, rtx, rtx);
static inline rtx
gen_vec_perm01_v2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_vec_perm11_v2si             (rtx, rtx, rtx);
static inline rtx
gen_vec_perm11_v2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_vec_perm10_v2si             (rtx, rtx, rtx);
static inline rtx
gen_vec_perm10_v2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evnand                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evnand(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_negv2si2                    (rtx, rtx);
static inline rtx
gen_negv2si2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evnor                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evnor(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evorc                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evorc(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evor                    (rtx, rtx, rtx);
static inline rtx
gen_spe_evor(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evrlwi                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evrlwi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evrlw                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evrlw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evrndw                  (rtx, rtx);
static inline rtx
gen_spe_evrndw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evsel                   (rtx, rtx, rtx, rtx);
static inline rtx
gen_spe_evsel(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_spe_evsel_fs                (rtx, rtx, rtx, rtx);
static inline rtx
gen_spe_evsel_fs(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_spe_evslwi                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evslwi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evslw                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evslw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsrwis                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evsrwis(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsrwiu                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evsrwiu(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsrws                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evsrws(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsrwu                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evsrwu(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_xorv2si3                    (rtx, rtx, rtx);
static inline rtx
gen_xorv2si3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_xorv4hi3                    (rtx, rtx, rtx);
static inline rtx
gen_xorv4hi3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_xorv1di3                    (rtx, rtx, rtx);
static inline rtx
gen_xorv1di3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfsabs                 (rtx, rtx);
static inline rtx
gen_spe_evfsabs(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsadd                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evfsadd(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfscfsf                (rtx, rtx);
static inline rtx
gen_spe_evfscfsf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfscfsi                (rtx, rtx);
static inline rtx
gen_spe_evfscfsi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfscfuf                (rtx, rtx);
static inline rtx
gen_spe_evfscfuf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfscfui                (rtx, rtx);
static inline rtx
gen_spe_evfscfui(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctsf                (rtx, rtx);
static inline rtx
gen_spe_evfsctsf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctsi                (rtx, rtx);
static inline rtx
gen_spe_evfsctsi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctsiz               (rtx, rtx);
static inline rtx
gen_spe_evfsctsiz(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctuf                (rtx, rtx);
static inline rtx
gen_spe_evfsctuf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctui                (rtx, rtx);
static inline rtx
gen_spe_evfsctui(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsctuiz               (rtx, rtx);
static inline rtx
gen_spe_evfsctuiz(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsdiv                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evfsdiv(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfsmul                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evfsmul(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evfsnabs                (rtx, rtx);
static inline rtx
gen_spe_evfsnabs(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfsneg                 (rtx, rtx);
static inline rtx
gen_spe_evfsneg(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evfssub                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evfssub(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evldd                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evldd(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlddx                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evlddx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evldh                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evldh(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evldhx                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evldhx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evldw                   (rtx, rtx, rtx);
static inline rtx
gen_spe_evldw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evldwx                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evldwx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhe                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhe(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhex                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhex(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhos                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhos(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhosx                (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhosx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhou                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhou(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evlwhoux                (rtx, rtx, rtx);
static inline rtx
gen_spe_evlwhoux(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_brinc                   (rtx, rtx, rtx);
static inline rtx
gen_spe_brinc(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegsmfaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegsmfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegsmfan             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegsmfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegsmiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegsmiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegsmian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegsmian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegumiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegumiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhegumian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhegumian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmfaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmfaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmfanw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmfanw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhesmi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhesmi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessfaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessfaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessfanw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessfanw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhessianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhessianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheumiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheumiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheumianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheumianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheumia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheumia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheumi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheumi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheusiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheusiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmheusianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmheusianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogsmfaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogsmfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogsmfan             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogsmfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogsmiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogsmiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogsmian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogsmian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogumiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogumiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhogumian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhogumian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmfaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmfaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmfanw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmfanw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhosmi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhosmi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossfaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossfaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossfanw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossfanw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhossianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhossianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhoumiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhoumiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhoumianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhoumianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhoumia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhoumia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhoumi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhoumi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhousiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhousiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmhousianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmhousianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmmlssfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmmlssfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmmlssf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmmlssf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhssfa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhusian              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhusian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhssf                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhumia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhumia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhumi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhumi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlsmiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlsmiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlsmianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlsmianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlssiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlssiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlssianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlssianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlumiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlumiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlumianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlumianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlumia               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlumia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlumi                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlumi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlusiaaw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlusiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwlusianw             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwlusianw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmfaa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmfan               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmfa                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmf                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmiaa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmian               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmia                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwsmi                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwsmi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwssfaa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwssfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwssfan               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwssfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwssfa                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwssfa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwssf                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwssf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwumiaa               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwumiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwumian               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwumian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwumia                (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwumia(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwumi                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwumi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_addv2si3                    (rtx, rtx, rtx);
static inline rtx
gen_addv2si3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evaddusiaaw             (rtx, rtx);
static inline rtx
gen_spe_evaddusiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evaddumiaaw             (rtx, rtx);
static inline rtx
gen_spe_evaddumiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evaddssiaaw             (rtx, rtx);
static inline rtx
gen_spe_evaddssiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evaddsmiaaw             (rtx, rtx);
static inline rtx
gen_spe_evaddsmiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evaddiw                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evaddiw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsubifw                (rtx, rtx, rtx);
static inline rtx
gen_spe_evsubifw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_subv2si3                    (rtx, rtx, rtx);
static inline rtx
gen_subv2si3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsubfusiaaw            (rtx, rtx);
static inline rtx
gen_spe_evsubfusiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evsubfumiaaw            (rtx, rtx);
static inline rtx
gen_spe_evsubfumiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evsubfssiaaw            (rtx, rtx);
static inline rtx
gen_spe_evsubfssiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evsubfsmiaaw            (rtx, rtx);
static inline rtx
gen_spe_evsubfsmiaaw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evmra                   (rtx, rtx);
static inline rtx
gen_spe_evmra(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_divv2si3                    (rtx, rtx, rtx);
static inline rtx
gen_divv2si3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evdivwu                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evdivwu(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evsplatfi               (rtx, rtx);
static inline rtx
gen_spe_evsplatfi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evsplati                (rtx, rtx);
static inline rtx
gen_spe_evsplati(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evstdd                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evstdd(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstddx                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstddx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstdh                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evstdh(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstdhx                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstdhx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstdw                  (rtx, rtx, rtx);
static inline rtx
gen_spe_evstdw(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstdwx                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstdwx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwhe                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwhe(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwhex                (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwhex(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwho                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwho(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwhox                (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwhox(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwwe                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwwe(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwwex                (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwwex(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwwo                 (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwwo(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evstwwox                (rtx, rtx, rtx);
static inline rtx
gen_spe_evstwwox(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_mov_sidf_e500_subreg0_be    (rtx, rtx);
static inline rtx
gen_mov_sidf_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv4hi_e500_subreg0_be  (rtx, rtx);
static inline rtx
gen_mov_siv4hi_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv2sf_e500_subreg0_be  (rtx, rtx);
static inline rtx
gen_mov_siv2sf_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv1di_e500_subreg0_be  (rtx, rtx);
static inline rtx
gen_mov_siv1di_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv2si_e500_subreg0_be  (rtx, rtx);
static inline rtx
gen_mov_siv2si_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_sitf_e500_subreg0_be    (rtx, rtx);
static inline rtx
gen_mov_sitf_e500_subreg0_be(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_sidf_e500_subreg4_le    (rtx, rtx);
static inline rtx
gen_mov_sidf_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv4hi_e500_subreg4_le  (rtx, rtx);
static inline rtx
gen_mov_siv4hi_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv2sf_e500_subreg4_le  (rtx, rtx);
static inline rtx
gen_mov_siv2sf_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv1di_e500_subreg4_le  (rtx, rtx);
static inline rtx
gen_mov_siv1di_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_siv2si_e500_subreg4_le  (rtx, rtx);
static inline rtx
gen_mov_siv2si_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_mov_sitf_e500_subreg4_le    (rtx, rtx);
static inline rtx
gen_mov_sitf_e500_subreg4_le(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_truncdfsf2              (rtx, rtx);
static inline rtx
gen_spe_truncdfsf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_absdf2                  (rtx, rtx);
static inline rtx
gen_spe_absdf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_nabsdf2                 (rtx, rtx);
static inline rtx
gen_spe_nabsdf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_negdf2                  (rtx, rtx);
static inline rtx
gen_spe_negdf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_adddf3                  (rtx, rtx, rtx);
static inline rtx
gen_spe_adddf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_subdf3                  (rtx, rtx, rtx);
static inline rtx
gen_spe_subdf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_muldf3                  (rtx, rtx, rtx);
static inline rtx
gen_spe_muldf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_divdf3                  (rtx, rtx, rtx);
static inline rtx
gen_spe_divdf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_trunctfdf2_internal1    (rtx, rtx);
static inline rtx
gen_spe_trunctfdf2_internal1(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_trunctfsf2              (rtx, rtx);
static inline rtx
gen_spe_trunctfsf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_extenddftf2             (rtx, rtx);
static inline rtx
gen_spe_extenddftf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_fix_trunctfsi2_internal (rtx, rtx, rtx, rtx, rtx);
static inline rtx
gen_spe_fix_trunctfsi2_internal(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d), rtx ARG_UNUSED (e))
{
  return 0;
}
static inline rtx gen_spe_negtf2_internal         (rtx, rtx);
static inline rtx
gen_spe_negtf2_internal(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_evmwhssfaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhssmaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssmaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmfaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmiaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhusiaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhusiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhumiaa              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhumiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhssfan              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhssian              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhssian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmfan              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhsmian              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhsmian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhumian              (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhumian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgssfaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgssfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgsmfaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgsmfaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgsmiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgsmiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgumiaa             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgumiaa(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgssfan             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgssfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgsmfan             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgsmfan(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgsmian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgsmian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmwhgumian             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmwhgumian(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_mtspefscr               (rtx);
static inline rtx
gen_spe_mtspefscr(rtx ARG_UNUSED (a))
{
  return 0;
}
static inline rtx gen_spe_mfspefscr               (rtx);
static inline rtx
gen_spe_mfspefscr(rtx ARG_UNUSED (a))
{
  return 0;
}
static inline rtx gen_e500_flip_gt_bit            (rtx, rtx);
static inline rtx
gen_e500_flip_gt_bit(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_cmpsfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpsfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstsfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstsfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmpsfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpsfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstsfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstsfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmpsflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpsflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstsflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstsflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmpdfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpdfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstdfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstdfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmpdfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpdfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstdfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstdfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmpdflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmpdflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tstdflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tstdflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmptfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmptfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tsttfeq_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tsttfeq_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmptfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmptfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tsttfgt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tsttfgt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_cmptflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_cmptflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tsttflt_gpr                 (rtx, rtx, rtx);
static inline rtx
gen_tsttflt_gpr(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_e500_cr_ior_compare         (rtx, rtx, rtx);
static inline rtx
gen_e500_cr_ior_compare(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_movsd_store                 (rtx, rtx);
extern rtx        gen_movsd_load                  (rtx, rtx);
extern rtx        gen_extendsddd2                 (rtx, rtx);
extern rtx        gen_truncddsd2                  (rtx, rtx);
extern rtx        gen_extendddtd2                 (rtx, rtx);
extern rtx        gen_trunctddd2                  (rtx, rtx);
extern rtx        gen_adddd3                      (rtx, rtx, rtx);
extern rtx        gen_addtd3                      (rtx, rtx, rtx);
extern rtx        gen_subdd3                      (rtx, rtx, rtx);
extern rtx        gen_subtd3                      (rtx, rtx, rtx);
extern rtx        gen_muldd3                      (rtx, rtx, rtx);
extern rtx        gen_multd3                      (rtx, rtx, rtx);
extern rtx        gen_divdd3                      (rtx, rtx, rtx);
extern rtx        gen_divtd3                      (rtx, rtx, rtx);
extern rtx        gen_floatdidd2                  (rtx, rtx);
extern rtx        gen_floatditd2                  (rtx, rtx);
extern rtx        gen_ftruncdd2                   (rtx, rtx);
extern rtx        gen_fixdddi2                    (rtx, rtx);
extern rtx        gen_ftrunctd2                   (rtx, rtx);
extern rtx        gen_fixtddi2                    (rtx, rtx);
extern rtx        gen_dfp_ddedpd_dd               (rtx, rtx, rtx);
extern rtx        gen_dfp_ddedpd_td               (rtx, rtx, rtx);
extern rtx        gen_dfp_denbcd_dd               (rtx, rtx, rtx);
extern rtx        gen_dfp_denbcd_td               (rtx, rtx, rtx);
extern rtx        gen_dfp_dxex_dd                 (rtx, rtx);
extern rtx        gen_dfp_dxex_td                 (rtx, rtx);
extern rtx        gen_dfp_diex_dd                 (rtx, rtx, rtx);
extern rtx        gen_dfp_diex_td                 (rtx, rtx, rtx);
extern rtx        gen_dfp_dscli_dd                (rtx, rtx, rtx);
extern rtx        gen_dfp_dscli_td                (rtx, rtx, rtx);
extern rtx        gen_dfp_dscri_dd                (rtx, rtx, rtx);
extern rtx        gen_dfp_dscri_td                (rtx, rtx, rtx);
static inline rtx gen_paired_negv2sf2             (rtx, rtx);
static inline rtx
gen_paired_negv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_sqrtv2sf2                   (rtx, rtx);
static inline rtx
gen_sqrtv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_paired_absv2sf2             (rtx, rtx);
static inline rtx
gen_paired_absv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_nabsv2sf2                   (rtx, rtx);
static inline rtx
gen_nabsv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_paired_addv2sf3             (rtx, rtx, rtx);
static inline rtx
gen_paired_addv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_subv2sf3             (rtx, rtx, rtx);
static inline rtx
gen_paired_subv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_mulv2sf3             (rtx, rtx, rtx);
static inline rtx
gen_paired_mulv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_resv2sf2                    (rtx, rtx);
static inline rtx
gen_resv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_paired_divv2sf3             (rtx, rtx, rtx);
static inline rtx
gen_paired_divv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_madds0               (rtx, rtx, rtx, rtx);
static inline rtx
gen_paired_madds0(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_paired_madds1               (rtx, rtx, rtx, rtx);
static inline rtx
gen_paired_madds1(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_selv2sf4                    (rtx, rtx, rtx, rtx, rtx);
static inline rtx
gen_selv2sf4(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d), rtx ARG_UNUSED (e))
{
  return 0;
}
static inline rtx gen_paired_stx                  (rtx, rtx);
static inline rtx
gen_paired_stx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_paired_lx                   (rtx, rtx);
static inline rtx
gen_paired_lx(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_paired_cmpu0                (rtx, rtx, rtx);
static inline rtx
gen_paired_cmpu0(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_cmpu1                (rtx, rtx, rtx);
static inline rtx
gen_paired_cmpu1(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_merge00              (rtx, rtx, rtx);
static inline rtx
gen_paired_merge00(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_merge01              (rtx, rtx, rtx);
static inline rtx
gen_paired_merge01(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_merge10              (rtx, rtx, rtx);
static inline rtx
gen_paired_merge10(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_merge11              (rtx, rtx, rtx);
static inline rtx
gen_paired_merge11(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_sum0                 (rtx, rtx, rtx, rtx);
static inline rtx
gen_paired_sum0(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_paired_sum1                 (rtx, rtx, rtx, rtx);
static inline rtx
gen_paired_sum1(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_paired_muls0                (rtx, rtx, rtx);
static inline rtx
gen_paired_muls0(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_paired_muls1                (rtx, rtx, rtx);
static inline rtx
gen_paired_muls1(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_crypto_vcipher              (rtx, rtx, rtx);
extern rtx        gen_crypto_vncipher             (rtx, rtx, rtx);
extern rtx        gen_crypto_vcipherlast          (rtx, rtx, rtx);
extern rtx        gen_crypto_vncipherlast         (rtx, rtx, rtx);
extern rtx        gen_crypto_vpmsumb              (rtx, rtx, rtx);
extern rtx        gen_crypto_vpmsumh              (rtx, rtx, rtx);
extern rtx        gen_crypto_vpmsumw              (rtx, rtx, rtx);
extern rtx        gen_crypto_vpmsumd              (rtx, rtx, rtx);
extern rtx        gen_crypto_vpermxor_v16qi       (rtx, rtx, rtx, rtx);
extern rtx        gen_crypto_vpermxor_v8hi        (rtx, rtx, rtx, rtx);
extern rtx        gen_crypto_vpermxor_v4si        (rtx, rtx, rtx, rtx);
extern rtx        gen_crypto_vpermxor_v2di        (rtx, rtx, rtx, rtx);
extern rtx        gen_crypto_vsbox                (rtx, rtx);
extern rtx        gen_crypto_vshasigmaw           (rtx, rtx, rtx, rtx);
extern rtx        gen_crypto_vshasigmad           (rtx, rtx, rtx, rtx);
extern rtx        gen_htm_mfspr_si                (rtx, rtx, rtx);
extern rtx        gen_htm_mfspr_di                (rtx, rtx, rtx);
extern rtx        gen_htm_mtspr_si                (rtx, rtx, rtx);
extern rtx        gen_htm_mtspr_di                (rtx, rtx, rtx);
static inline rtx gen_macho_high                  (rtx, rtx);
static inline rtx
gen_macho_high(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_macho_low                   (rtx, rtx, rtx);
static inline rtx
gen_macho_low(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_load_macho_picbase          (rtx);
extern rtx        gen_macho_correct_pic           (rtx, rtx, rtx, rtx);
extern rtx        gen_reload_macho_picbase        (rtx);
extern rtx        gen_extendhisi2                 (rtx, rtx);
extern rtx        gen_extendhidi2                 (rtx, rtx);
extern rtx        gen_strlensi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_addsi3                      (rtx, rtx, rtx);
extern rtx        gen_adddi3                      (rtx, rtx, rtx);
extern rtx        gen_addsi3_carry_in             (rtx, rtx, rtx);
extern rtx        gen_adddi3_carry_in             (rtx, rtx, rtx);
extern rtx        gen_one_cmplsi2                 (rtx, rtx);
extern rtx        gen_one_cmpldi2                 (rtx, rtx);
extern rtx        gen_subsi3                      (rtx, rtx, rtx);
extern rtx        gen_subdi3                      (rtx, rtx, rtx);
extern rtx        gen_subfsi3_carry_in            (rtx, rtx, rtx);
extern rtx        gen_subfdi3_carry_in            (rtx, rtx, rtx);
extern rtx        gen_ctzsi2                      (rtx, rtx);
extern rtx        gen_ctzdi2                      (rtx, rtx);
extern rtx        gen_ffssi2                      (rtx, rtx);
extern rtx        gen_ffsdi2                      (rtx, rtx);
extern rtx        gen_popcountsi2                 (rtx, rtx);
extern rtx        gen_popcountdi2                 (rtx, rtx);
extern rtx        gen_paritysi2                   (rtx, rtx);
extern rtx        gen_paritydi2                   (rtx, rtx);
extern rtx        gen_bswaphi2                    (rtx, rtx);
extern rtx        gen_bswapsi2                    (rtx, rtx);
extern rtx        gen_bswapdi2                    (rtx, rtx);
extern rtx        gen_smulsi3_highpart            (rtx, rtx, rtx);
extern rtx        gen_umulsi3_highpart            (rtx, rtx, rtx);
extern rtx        gen_smuldi3_highpart            (rtx, rtx, rtx);
extern rtx        gen_umuldi3_highpart            (rtx, rtx, rtx);
extern rtx        gen_mulsidi3                    (rtx, rtx, rtx);
extern rtx        gen_umulsidi3                   (rtx, rtx, rtx);
extern rtx        gen_mulditi3                    (rtx, rtx, rtx);
extern rtx        gen_umulditi3                   (rtx, rtx, rtx);
extern rtx        gen_divsi3                      (rtx, rtx, rtx);
extern rtx        gen_divdi3                      (rtx, rtx, rtx);
extern rtx        gen_modsi3                      (rtx, rtx, rtx);
extern rtx        gen_moddi3                      (rtx, rtx, rtx);
extern rtx        gen_andsi3                      (rtx, rtx, rtx);
extern rtx        gen_anddi3                      (rtx, rtx, rtx);
extern rtx        gen_iorsi3                      (rtx, rtx, rtx);
extern rtx        gen_xorsi3                      (rtx, rtx, rtx);
extern rtx        gen_iordi3                      (rtx, rtx, rtx);
extern rtx        gen_xordi3                      (rtx, rtx, rtx);
extern rtx        gen_recipsf3                    (rtx, rtx, rtx);
extern rtx        gen_recipdf3                    (rtx, rtx, rtx);
extern rtx        gen_recipv4sf3                  (rtx, rtx, rtx);
extern rtx        gen_recipv2df3                  (rtx, rtx, rtx);
extern rtx        gen_rsqrtsf2                    (rtx, rtx);
extern rtx        gen_rsqrtdf2                    (rtx, rtx);
extern rtx        gen_rsqrtv4sf2                  (rtx, rtx);
extern rtx        gen_rsqrtv2df2                  (rtx, rtx);
extern rtx        gen_abssf2                      (rtx, rtx);
extern rtx        gen_absdf2                      (rtx, rtx);
extern rtx        gen_negsf2                      (rtx, rtx);
extern rtx        gen_negdf2                      (rtx, rtx);
extern rtx        gen_addsf3                      (rtx, rtx, rtx);
extern rtx        gen_adddf3                      (rtx, rtx, rtx);
extern rtx        gen_subsf3                      (rtx, rtx, rtx);
extern rtx        gen_subdf3                      (rtx, rtx, rtx);
extern rtx        gen_mulsf3                      (rtx, rtx, rtx);
extern rtx        gen_muldf3                      (rtx, rtx, rtx);
extern rtx        gen_divsf3                      (rtx, rtx, rtx);
extern rtx        gen_divdf3                      (rtx, rtx, rtx);
extern rtx        gen_sqrtsf2                     (rtx, rtx);
extern rtx        gen_sqrtdf2                     (rtx, rtx);
extern rtx        gen_extendsfdf2                 (rtx, rtx);
extern rtx        gen_truncdfsf2                  (rtx, rtx);
extern rtx        gen_signbitkf2                  (rtx, rtx);
extern rtx        gen_signbitif2                  (rtx, rtx);
extern rtx        gen_signbittf2                  (rtx, rtx);
extern rtx        gen_copysignsf3                 (rtx, rtx, rtx);
extern rtx        gen_copysigndf3                 (rtx, rtx, rtx);
extern rtx        gen_sminsf3                     (rtx, rtx, rtx);
extern rtx        gen_smaxsf3                     (rtx, rtx, rtx);
extern rtx        gen_smindf3                     (rtx, rtx, rtx);
extern rtx        gen_smaxdf3                     (rtx, rtx, rtx);
extern rtx        gen_movsicc                     (rtx, rtx, rtx, rtx);
extern rtx        gen_movdicc                     (rtx, rtx, rtx, rtx);
extern rtx        gen_movsfcc                     (rtx, rtx, rtx, rtx);
extern rtx        gen_movdfcc                     (rtx, rtx, rtx, rtx);
extern rtx        gen_floatsidf2                  (rtx, rtx);
extern rtx        gen_floatunssisf2               (rtx, rtx);
extern rtx        gen_floatunssidf2               (rtx, rtx);
extern rtx        gen_fix_truncsfsi2              (rtx, rtx);
extern rtx        gen_fix_truncdfsi2              (rtx, rtx);
extern rtx        gen_fix_truncsfdi2              (rtx, rtx);
extern rtx        gen_fix_truncdfdi2              (rtx, rtx);
extern rtx        gen_fixuns_truncsfsi2           (rtx, rtx);
extern rtx        gen_fixuns_truncdfsi2           (rtx, rtx);
extern rtx        gen_lroundsfdi2                 (rtx, rtx);
extern rtx        gen_lrounddfdi2                 (rtx, rtx);
extern rtx        gen_floatsisf2                  (rtx, rtx);
extern rtx        gen_floatdidf2                  (rtx, rtx);
extern rtx        gen_floatunsdidf2               (rtx, rtx);
extern rtx        gen_floatdisf2                  (rtx, rtx);
extern rtx        gen_floatdisf2_internal2        (rtx, rtx, rtx);
extern rtx        gen_floatunsdisf2               (rtx, rtx);
extern rtx        gen_addti3                      (rtx, rtx, rtx);
extern rtx        gen_subti3                      (rtx, rtx, rtx);
extern rtx        gen_andti3                      (rtx, rtx, rtx);
extern rtx        gen_andpti3                     (rtx, rtx, rtx);
extern rtx        gen_andv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_andv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_andv4si3                    (rtx, rtx, rtx);
extern rtx        gen_andv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_andv2di3                    (rtx, rtx, rtx);
extern rtx        gen_andv2df3                    (rtx, rtx, rtx);
extern rtx        gen_andv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_iorti3                      (rtx, rtx, rtx);
extern rtx        gen_iorpti3                     (rtx, rtx, rtx);
extern rtx        gen_iorv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_iorv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_iorv4si3                    (rtx, rtx, rtx);
extern rtx        gen_iorv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_iorv2di3                    (rtx, rtx, rtx);
extern rtx        gen_iorv2df3                    (rtx, rtx, rtx);
extern rtx        gen_iorv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_xorti3                      (rtx, rtx, rtx);
extern rtx        gen_xorpti3                     (rtx, rtx, rtx);
extern rtx        gen_xorv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_xorv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_xorv4si3                    (rtx, rtx, rtx);
extern rtx        gen_xorv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_xorv2di3                    (rtx, rtx, rtx);
extern rtx        gen_xorv2df3                    (rtx, rtx, rtx);
extern rtx        gen_xorv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_one_cmplti2                 (rtx, rtx);
extern rtx        gen_one_cmplpti2                (rtx, rtx);
extern rtx        gen_one_cmplv16qi2              (rtx, rtx);
extern rtx        gen_one_cmplv8hi2               (rtx, rtx);
extern rtx        gen_one_cmplv4si2               (rtx, rtx);
extern rtx        gen_one_cmplv4sf2               (rtx, rtx);
extern rtx        gen_one_cmplv2di2               (rtx, rtx);
extern rtx        gen_one_cmplv2df2               (rtx, rtx);
extern rtx        gen_one_cmplv1ti2               (rtx, rtx);
extern rtx        gen_norti3                      (rtx, rtx, rtx);
extern rtx        gen_norpti3                     (rtx, rtx, rtx);
extern rtx        gen_norv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_norv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_norv4si3                    (rtx, rtx, rtx);
extern rtx        gen_norv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_norv2di3                    (rtx, rtx, rtx);
extern rtx        gen_norv2df3                    (rtx, rtx, rtx);
extern rtx        gen_norv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_andcti3                     (rtx, rtx, rtx);
extern rtx        gen_andcpti3                    (rtx, rtx, rtx);
extern rtx        gen_andcv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_andcv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_andcv4si3                   (rtx, rtx, rtx);
extern rtx        gen_andcv4sf3                   (rtx, rtx, rtx);
extern rtx        gen_andcv2di3                   (rtx, rtx, rtx);
extern rtx        gen_andcv2df3                   (rtx, rtx, rtx);
extern rtx        gen_andcv1ti3                   (rtx, rtx, rtx);
extern rtx        gen_eqvti3                      (rtx, rtx, rtx);
extern rtx        gen_eqvpti3                     (rtx, rtx, rtx);
extern rtx        gen_eqvv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_eqvv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_eqvv4si3                    (rtx, rtx, rtx);
extern rtx        gen_eqvv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_eqvv2di3                    (rtx, rtx, rtx);
extern rtx        gen_eqvv2df3                    (rtx, rtx, rtx);
extern rtx        gen_eqvv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_nandti3                     (rtx, rtx, rtx);
extern rtx        gen_nandpti3                    (rtx, rtx, rtx);
extern rtx        gen_nandv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_nandv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_nandv4si3                   (rtx, rtx, rtx);
extern rtx        gen_nandv4sf3                   (rtx, rtx, rtx);
extern rtx        gen_nandv2di3                   (rtx, rtx, rtx);
extern rtx        gen_nandv2df3                   (rtx, rtx, rtx);
extern rtx        gen_nandv1ti3                   (rtx, rtx, rtx);
extern rtx        gen_orcti3                      (rtx, rtx, rtx);
extern rtx        gen_orcpti3                     (rtx, rtx, rtx);
extern rtx        gen_orcv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_orcv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_orcv4si3                    (rtx, rtx, rtx);
extern rtx        gen_orcv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_orcv2di3                    (rtx, rtx, rtx);
extern rtx        gen_orcv2df3                    (rtx, rtx, rtx);
extern rtx        gen_orcv1ti3                    (rtx, rtx, rtx);
extern rtx        gen_movsi_got                   (rtx, rtx);
extern rtx        gen_movqi                       (rtx, rtx);
extern rtx        gen_movhi                       (rtx, rtx);
extern rtx        gen_movsi                       (rtx, rtx);
extern rtx        gen_movdi                       (rtx, rtx);
extern rtx        gen_movti                       (rtx, rtx);
extern rtx        gen_movpti                      (rtx, rtx);
extern rtx        gen_movcc                       (rtx, rtx);
extern rtx        gen_movsf                       (rtx, rtx);
extern rtx        gen_movsd                       (rtx, rtx);
extern rtx        gen_movdf                       (rtx, rtx);
extern rtx        gen_movdd                       (rtx, rtx);
extern rtx        gen_movtf                       (rtx, rtx);
extern rtx        gen_movif                       (rtx, rtx);
extern rtx        gen_movtd                       (rtx, rtx);
extern rtx        gen_extenddfkf2                 (rtx, rtx);
extern rtx        gen_extenddfif2                 (rtx, rtx);
extern rtx        gen_extenddftf2                 (rtx, rtx);
extern rtx        gen_extendsfkf2                 (rtx, rtx);
extern rtx        gen_extendsfif2                 (rtx, rtx);
extern rtx        gen_extendsftf2                 (rtx, rtx);
extern rtx        gen_trunckfdf2                  (rtx, rtx);
extern rtx        gen_truncifdf2                  (rtx, rtx);
extern rtx        gen_trunctfdf2                  (rtx, rtx);
extern rtx        gen_trunckfsf2                  (rtx, rtx);
extern rtx        gen_truncifsf2                  (rtx, rtx);
extern rtx        gen_trunctfsf2                  (rtx, rtx);
extern rtx        gen_floatsikf2                  (rtx, rtx);
extern rtx        gen_floatsiif2                  (rtx, rtx);
extern rtx        gen_floatsitf2                  (rtx, rtx);
extern rtx        gen_fix_trunckfsi2              (rtx, rtx);
extern rtx        gen_fix_truncifsi2              (rtx, rtx);
extern rtx        gen_fix_trunctfsi2              (rtx, rtx);
extern rtx        gen_fix_truncifsi2_fprs         (rtx, rtx);
extern rtx        gen_fix_trunctfsi2_fprs         (rtx, rtx);
extern rtx        gen_fix_trunckfdi2              (rtx, rtx);
extern rtx        gen_fix_trunctfdi2              (rtx, rtx);
extern rtx        gen_fixuns_trunckfsi2           (rtx, rtx);
extern rtx        gen_fixuns_trunctfsi2           (rtx, rtx);
extern rtx        gen_fixuns_trunckfdi2           (rtx, rtx);
extern rtx        gen_fixuns_trunctfdi2           (rtx, rtx);
extern rtx        gen_floatdikf2                  (rtx, rtx);
extern rtx        gen_floatditf2                  (rtx, rtx);
extern rtx        gen_floatunssikf2               (rtx, rtx);
extern rtx        gen_floatunssitf2               (rtx, rtx);
extern rtx        gen_floatunsdikf2               (rtx, rtx);
extern rtx        gen_floatunsditf2               (rtx, rtx);
extern rtx        gen_negkf2                      (rtx, rtx);
extern rtx        gen_negif2                      (rtx, rtx);
extern rtx        gen_negtf2                      (rtx, rtx);
extern rtx        gen_abskf2                      (rtx, rtx);
extern rtx        gen_absif2                      (rtx, rtx);
extern rtx        gen_abstf2                      (rtx, rtx);
extern rtx        gen_absif2_internal             (rtx, rtx, rtx);
extern rtx        gen_abstf2_internal             (rtx, rtx, rtx);
extern rtx        gen_ieee_128bit_negative_zero   (rtx);
extern rtx        gen_extendiftf2                 (rtx, rtx);
extern rtx        gen_extendifkf2                 (rtx, rtx);
extern rtx        gen_extendtfkf2                 (rtx, rtx);
extern rtx        gen_trunciftf2                  (rtx, rtx);
extern rtx        gen_truncifkf2                  (rtx, rtx);
extern rtx        gen_trunckftf2                  (rtx, rtx);
extern rtx        gen_trunctfif2                  (rtx, rtx);
extern rtx        gen_reload_si_store             (rtx, rtx, rtx);
extern rtx        gen_reload_di_store             (rtx, rtx, rtx);
extern rtx        gen_reload_si_load              (rtx, rtx, rtx);
extern rtx        gen_reload_di_load              (rtx, rtx, rtx);
extern rtx        gen_reload_v16qi_si_store       (rtx, rtx, rtx);
extern rtx        gen_reload_v8hi_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v4si_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v2di_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v4sf_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v2df_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v1ti_si_store        (rtx, rtx, rtx);
extern rtx        gen_reload_sf_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_sd_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_si_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_df_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_dd_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_di_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_ti_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_pti_si_store         (rtx, rtx, rtx);
extern rtx        gen_reload_kf_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_if_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_tf_si_store          (rtx, rtx, rtx);
extern rtx        gen_reload_v16qi_di_store       (rtx, rtx, rtx);
extern rtx        gen_reload_v8hi_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v4si_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v2di_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v4sf_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v2df_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_v1ti_di_store        (rtx, rtx, rtx);
extern rtx        gen_reload_sf_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_sd_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_si_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_df_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_dd_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_di_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_ti_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_pti_di_store         (rtx, rtx, rtx);
extern rtx        gen_reload_kf_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_if_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_tf_di_store          (rtx, rtx, rtx);
extern rtx        gen_reload_v16qi_si_load        (rtx, rtx, rtx);
extern rtx        gen_reload_v8hi_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v4si_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v2di_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v4sf_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v2df_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v1ti_si_load         (rtx, rtx, rtx);
extern rtx        gen_reload_sf_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_sd_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_si_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_df_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_dd_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_di_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_ti_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_pti_si_load          (rtx, rtx, rtx);
extern rtx        gen_reload_kf_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_if_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_tf_si_load           (rtx, rtx, rtx);
extern rtx        gen_reload_v16qi_di_load        (rtx, rtx, rtx);
extern rtx        gen_reload_v8hi_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v4si_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v2di_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v4sf_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v2df_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_v1ti_di_load         (rtx, rtx, rtx);
extern rtx        gen_reload_sf_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_sd_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_si_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_df_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_dd_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_di_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_ti_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_pti_di_load          (rtx, rtx, rtx);
extern rtx        gen_reload_kf_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_if_di_load           (rtx, rtx, rtx);
extern rtx        gen_reload_tf_di_load           (rtx, rtx, rtx);
extern rtx        gen_load_multiple               (rtx, rtx, rtx);
extern rtx        gen_store_multiple              (rtx, rtx, rtx);
extern rtx        gen_setmemsi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi                    (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi_8reg               (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi_6reg               (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi_4reg               (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi_2reg               (rtx, rtx, rtx, rtx);
extern rtx        gen_movmemsi_1reg               (rtx, rtx, rtx, rtx);
static inline rtx gen_tls_get_tpointer            (rtx);
static inline rtx
gen_tls_get_tpointer(rtx ARG_UNUSED (a))
{
  return 0;
}
static inline rtx gen_tls_get_addrsi              (rtx, rtx, rtx);
static inline rtx
gen_tls_get_addrsi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_tls_get_addrdi              (rtx, rtx, rtx);
static inline rtx
gen_tls_get_addrdi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_allocate_stack              (rtx, rtx);
extern rtx        gen_save_stack_function         (rtx, rtx);
extern rtx        gen_restore_stack_function      (rtx, rtx);
extern rtx        gen_restore_stack_block         (rtx, rtx);
extern rtx        gen_save_stack_nonlocal         (rtx, rtx);
extern rtx        gen_restore_stack_nonlocal      (rtx, rtx);
extern rtx        gen_load_toc_v4_PIC_1           (rtx);
extern rtx        gen_load_toc_v4_PIC_1b          (rtx, rtx);
extern rtx        gen_builtin_setjmp_receiver     (rtx);
extern rtx        gen_call                        (rtx, rtx, rtx);
extern rtx        gen_call_value                  (rtx, rtx, rtx, rtx);
extern rtx        gen_untyped_call                (rtx, rtx, rtx);
extern rtx        gen_sibcall                     (rtx, rtx, rtx);
extern rtx        gen_sibcall_value               (rtx, rtx, rtx, rtx);
extern rtx        gen_sibcall_epilogue            (void);
extern rtx        gen_probe_stack_address         (rtx);
extern rtx        gen_cbranchsi4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchdi4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchsf4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchdf4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchtf4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchif4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchkf4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchdd4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cbranchtd4                  (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4_signed            (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4_signed            (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4_unsigned          (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4_unsigned          (rtx, rtx, rtx, rtx);
extern rtx        gen_cstore_si_as_di             (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4_signed_imm        (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4_signed_imm        (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4_unsigned_imm      (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4_unsigned_imm      (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresi4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredi4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoresf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoretf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoreif4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstorekf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoredd4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_cstoretd4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_stack_protect_set           (rtx, rtx);
extern rtx        gen_stack_protect_test          (rtx, rtx, rtx);
extern rtx        gen_indirect_jump               (rtx);
extern rtx        gen_tablejump                   (rtx, rtx);
extern rtx        gen_tablejumpsi                 (rtx, rtx);
extern rtx        gen_tablejumpdi                 (rtx, rtx);
extern rtx        gen_doloop_end                  (rtx, rtx);
extern rtx        gen_ctrsi                       (rtx, rtx);
extern rtx        gen_ctrdi                       (rtx, rtx);
extern rtx        gen_ctrapsi4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_ctrapdi4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_prologue                    (void);
extern rtx        gen_epilogue                    (void);
extern rtx        gen_movsi_to_cr_one             (rtx, rtx);
extern rtx        gen_eh_return                   (rtx);
extern rtx        gen_split_stack_prologue        (void);
extern rtx        gen_load_split_stack_limit      (rtx);
extern rtx        gen_split_stack_space_check     (rtx, rtx);
extern rtx        gen_fmasf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fmadf4                      (rtx, rtx, rtx, rtx);
static inline rtx gen_fmav2sf4                    (rtx, rtx, rtx, rtx);
static inline rtx
gen_fmav2sf4(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
extern rtx        gen_fmav4sf4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_fmav2df4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_fmakf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fmatf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fmssf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fmsdf4                      (rtx, rtx, rtx, rtx);
static inline rtx gen_fmsv2sf4                    (rtx, rtx, rtx, rtx);
static inline rtx
gen_fmsv2sf4(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
extern rtx        gen_fmsv4sf4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_fmsv2df4                    (rtx, rtx, rtx, rtx);
extern rtx        gen_fmskf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fmstf4                      (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmasf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmadf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmav2sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmav4sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmav2df4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmakf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmatf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmssf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmsdf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmsv2sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmsv4sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmsv2df4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmskf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_fnmstf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmasf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmadf4                     (rtx, rtx, rtx, rtx);
static inline rtx gen_nfmav2sf4                   (rtx, rtx, rtx, rtx);
static inline rtx
gen_nfmav2sf4(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
extern rtx        gen_nfmav4sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmav2df4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmakf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmatf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmssf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmsdf4                     (rtx, rtx, rtx, rtx);
static inline rtx gen_nfmsv2sf4                   (rtx, rtx, rtx, rtx);
static inline rtx
gen_nfmsv2sf4(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
extern rtx        gen_nfmsv4sf4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmsv2df4                   (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmskf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_nfmstf4                     (rtx, rtx, rtx, rtx);
extern rtx        gen_rs6000_get_timebase         (rtx);
extern rtx        gen_unpacktf                    (rtx, rtx, rtx);
extern rtx        gen_unpackif                    (rtx, rtx, rtx);
extern rtx        gen_unpacktd                    (rtx, rtx, rtx);
extern rtx        gen_copysignkf3                 (rtx, rtx, rtx);
extern rtx        gen_copysigntf3                 (rtx, rtx, rtx);
extern rtx        gen_mem_thread_fence            (rtx);
extern rtx        gen_hwsync                      (void);
extern rtx        gen_lwsync                      (void);
extern rtx        gen_atomic_loadqi               (rtx, rtx, rtx);
extern rtx        gen_atomic_loadhi               (rtx, rtx, rtx);
extern rtx        gen_atomic_loadsi               (rtx, rtx, rtx);
extern rtx        gen_atomic_loaddi               (rtx, rtx, rtx);
extern rtx        gen_atomic_loadti               (rtx, rtx, rtx);
extern rtx        gen_atomic_storeqi              (rtx, rtx, rtx);
extern rtx        gen_atomic_storehi              (rtx, rtx, rtx);
extern rtx        gen_atomic_storesi              (rtx, rtx, rtx);
extern rtx        gen_atomic_storedi              (rtx, rtx, rtx);
extern rtx        gen_atomic_storeti              (rtx, rtx, rtx);
extern rtx        gen_load_lockedti               (rtx, rtx);
extern rtx        gen_store_conditionalti         (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_compare_and_swapdi   (rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_compare_and_swapti   (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_exchangedi           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_exchangeti           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_addqi                (rtx, rtx, rtx);
extern rtx        gen_atomic_subqi                (rtx, rtx, rtx);
extern rtx        gen_atomic_orqi                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorqi                (rtx, rtx, rtx);
extern rtx        gen_atomic_andqi                (rtx, rtx, rtx);
extern rtx        gen_atomic_addhi                (rtx, rtx, rtx);
extern rtx        gen_atomic_subhi                (rtx, rtx, rtx);
extern rtx        gen_atomic_orhi                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorhi                (rtx, rtx, rtx);
extern rtx        gen_atomic_andhi                (rtx, rtx, rtx);
extern rtx        gen_atomic_addsi                (rtx, rtx, rtx);
extern rtx        gen_atomic_subsi                (rtx, rtx, rtx);
extern rtx        gen_atomic_orsi                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorsi                (rtx, rtx, rtx);
extern rtx        gen_atomic_andsi                (rtx, rtx, rtx);
extern rtx        gen_atomic_adddi                (rtx, rtx, rtx);
extern rtx        gen_atomic_subdi                (rtx, rtx, rtx);
extern rtx        gen_atomic_ordi                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xordi                (rtx, rtx, rtx);
extern rtx        gen_atomic_anddi                (rtx, rtx, rtx);
extern rtx        gen_atomic_addti                (rtx, rtx, rtx);
extern rtx        gen_atomic_subti                (rtx, rtx, rtx);
extern rtx        gen_atomic_orti                 (rtx, rtx, rtx);
extern rtx        gen_atomic_xorti                (rtx, rtx, rtx);
extern rtx        gen_atomic_andti                (rtx, rtx, rtx);
extern rtx        gen_atomic_nandqi               (rtx, rtx, rtx);
extern rtx        gen_atomic_nandhi               (rtx, rtx, rtx);
extern rtx        gen_atomic_nandsi               (rtx, rtx, rtx);
extern rtx        gen_atomic_nanddi               (rtx, rtx, rtx);
extern rtx        gen_atomic_nandti               (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_adddi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subdi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_ordi           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xordi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_anddi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_addti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_subti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_orti           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_xorti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_andti          (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_fetch_nanddi         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_fetch_nandti         (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_add_fetchdi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchdi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchdi           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchdi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchdi          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_add_fetchti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_sub_fetchti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_or_fetchti           (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_xor_fetchti          (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_and_fetchti          (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_nand_fetchdi         (rtx, rtx, rtx, rtx);
extern rtx        gen_atomic_nand_fetchti         (rtx, rtx, rtx, rtx);
extern rtx        gen_movv16qi                    (rtx, rtx);
extern rtx        gen_movv8hi                     (rtx, rtx);
extern rtx        gen_movv4si                     (rtx, rtx);
extern rtx        gen_movv2di                     (rtx, rtx);
extern rtx        gen_movv4sf                     (rtx, rtx);
extern rtx        gen_movv2df                     (rtx, rtx);
extern rtx        gen_movv1ti                     (rtx, rtx);
extern rtx        gen_movkf                       (rtx, rtx);
extern rtx        gen_vector_load_v16qi           (rtx, rtx);
extern rtx        gen_vector_load_v8hi            (rtx, rtx);
extern rtx        gen_vector_load_v4si            (rtx, rtx);
extern rtx        gen_vector_load_v2di            (rtx, rtx);
extern rtx        gen_vector_load_v4sf            (rtx, rtx);
extern rtx        gen_vector_load_v2df            (rtx, rtx);
extern rtx        gen_vector_load_v1ti            (rtx, rtx);
extern rtx        gen_vector_load_kf              (rtx, rtx);
extern rtx        gen_vector_store_v16qi          (rtx, rtx);
extern rtx        gen_vector_store_v8hi           (rtx, rtx);
extern rtx        gen_vector_store_v4si           (rtx, rtx);
extern rtx        gen_vector_store_v2di           (rtx, rtx);
extern rtx        gen_vector_store_v4sf           (rtx, rtx);
extern rtx        gen_vector_store_v2df           (rtx, rtx);
extern rtx        gen_vector_store_v1ti           (rtx, rtx);
extern rtx        gen_vector_store_kf             (rtx, rtx);
extern rtx        gen_vector_altivec_load_v16qi   (rtx, rtx);
extern rtx        gen_vector_altivec_load_v8hi    (rtx, rtx);
extern rtx        gen_vector_altivec_load_v4si    (rtx, rtx);
extern rtx        gen_vector_altivec_load_v2di    (rtx, rtx);
extern rtx        gen_vector_altivec_load_v4sf    (rtx, rtx);
extern rtx        gen_vector_altivec_load_v2df    (rtx, rtx);
extern rtx        gen_vector_altivec_load_v1ti    (rtx, rtx);
extern rtx        gen_vector_altivec_load_kf      (rtx, rtx);
extern rtx        gen_vector_altivec_store_v16qi  (rtx, rtx);
extern rtx        gen_vector_altivec_store_v8hi   (rtx, rtx);
extern rtx        gen_vector_altivec_store_v4si   (rtx, rtx);
extern rtx        gen_vector_altivec_store_v2di   (rtx, rtx);
extern rtx        gen_vector_altivec_store_v4sf   (rtx, rtx);
extern rtx        gen_vector_altivec_store_v2df   (rtx, rtx);
extern rtx        gen_vector_altivec_store_v1ti   (rtx, rtx);
extern rtx        gen_vector_altivec_store_kf     (rtx, rtx);
extern rtx        gen_addv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_addv2df3                    (rtx, rtx, rtx);
extern rtx        gen_subv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_subv2df3                    (rtx, rtx, rtx);
extern rtx        gen_mulv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_mulv2df3                    (rtx, rtx, rtx);
extern rtx        gen_divv4sf3                    (rtx, rtx, rtx);
extern rtx        gen_divv2df3                    (rtx, rtx, rtx);
extern rtx        gen_negv4sf2                    (rtx, rtx);
extern rtx        gen_negv2df2                    (rtx, rtx);
extern rtx        gen_absv4sf2                    (rtx, rtx);
extern rtx        gen_absv2df2                    (rtx, rtx);
extern rtx        gen_sminv4sf3                   (rtx, rtx, rtx);
extern rtx        gen_sminv2df3                   (rtx, rtx, rtx);
extern rtx        gen_smaxv4sf3                   (rtx, rtx, rtx);
extern rtx        gen_smaxv2df3                   (rtx, rtx, rtx);
extern rtx        gen_sqrtv4sf2                   (rtx, rtx);
extern rtx        gen_sqrtv2df2                   (rtx, rtx);
extern rtx        gen_rsqrtev4sf2                 (rtx, rtx);
extern rtx        gen_rsqrtev2df2                 (rtx, rtx);
extern rtx        gen_rev4sf2                     (rtx, rtx);
extern rtx        gen_rev2df2                     (rtx, rtx);
extern rtx        gen_ftruncv4sf2                 (rtx, rtx);
extern rtx        gen_ftruncv2df2                 (rtx, rtx);
extern rtx        gen_vector_ceilv4sf2            (rtx, rtx);
extern rtx        gen_vector_ceilv2df2            (rtx, rtx);
extern rtx        gen_vector_floorv4sf2           (rtx, rtx);
extern rtx        gen_vector_floorv2df2           (rtx, rtx);
extern rtx        gen_vector_btruncv4sf2          (rtx, rtx);
extern rtx        gen_vector_btruncv2df2          (rtx, rtx);
extern rtx        gen_vector_copysignv4sf3        (rtx, rtx, rtx);
extern rtx        gen_vector_copysignv2df3        (rtx, rtx, rtx);
extern rtx        gen_vcondv4sfv4sf               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv2dfv2df               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv16qiv16qi             (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv8hiv8hi               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv4siv4si               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv2div2di               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv4sfv4si               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vcondv4siv4sf               (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vconduv16qiv16qi            (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vconduv8hiv8hi              (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vconduv4siv4si              (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vconduv2div2di              (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vconduv4sfv4si              (rtx, rtx, rtx, rtx, rtx, rtx);
extern rtx        gen_vector_eqv16qi              (rtx, rtx, rtx);
extern rtx        gen_vector_eqv8hi               (rtx, rtx, rtx);
extern rtx        gen_vector_eqv4si               (rtx, rtx, rtx);
extern rtx        gen_vector_eqv2di               (rtx, rtx, rtx);
extern rtx        gen_vector_eqv4sf               (rtx, rtx, rtx);
extern rtx        gen_vector_eqv2df               (rtx, rtx, rtx);
extern rtx        gen_vector_gtv16qi              (rtx, rtx, rtx);
extern rtx        gen_vector_gtv8hi               (rtx, rtx, rtx);
extern rtx        gen_vector_gtv4si               (rtx, rtx, rtx);
extern rtx        gen_vector_gtv2di               (rtx, rtx, rtx);
extern rtx        gen_vector_gtv4sf               (rtx, rtx, rtx);
extern rtx        gen_vector_gtv2df               (rtx, rtx, rtx);
extern rtx        gen_vector_gev4sf               (rtx, rtx, rtx);
extern rtx        gen_vector_gev2df               (rtx, rtx, rtx);
extern rtx        gen_vector_nltv16qi             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltv8hi              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltv4si              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltv2di              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_gtuv16qi             (rtx, rtx, rtx);
extern rtx        gen_vector_gtuv8hi              (rtx, rtx, rtx);
extern rtx        gen_vector_gtuv4si              (rtx, rtx, rtx);
extern rtx        gen_vector_gtuv2di              (rtx, rtx, rtx);
extern rtx        gen_vector_nltuv16qi            (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltuv8hi             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltuv4si             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_nltuv2di             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_geuv16qi             (rtx, rtx, rtx);
extern rtx        gen_vector_geuv8hi              (rtx, rtx, rtx);
extern rtx        gen_vector_geuv4si              (rtx, rtx, rtx);
extern rtx        gen_vector_geuv2di              (rtx, rtx, rtx);
extern rtx        gen_vector_ngtv16qi             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtv8hi              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtv4si              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtv2di              (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtuv16qi            (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtuv8hi             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtuv4si             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_ngtuv2di             (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v16qi         (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v8hi          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v4si          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v2di          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v4sf          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v2df          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v1ti          (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_ti            (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_kf            (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_tf            (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v16qi_uns     (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v8hi_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v4si_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v2di_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v4sf_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v2df_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_v1ti_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_ti_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_kf_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_select_tf_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_vector_eq_v16qi_p           (rtx, rtx, rtx);
extern rtx        gen_vector_eq_v8hi_p            (rtx, rtx, rtx);
extern rtx        gen_vector_eq_v4si_p            (rtx, rtx, rtx);
extern rtx        gen_vector_eq_v2di_p            (rtx, rtx, rtx);
extern rtx        gen_vector_eq_v4sf_p            (rtx, rtx, rtx);
extern rtx        gen_vector_eq_v2df_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v16qi_p           (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v8hi_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v4si_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v2di_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v4sf_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gt_v2df_p            (rtx, rtx, rtx);
extern rtx        gen_vector_ge_v4sf_p            (rtx, rtx, rtx);
extern rtx        gen_vector_ge_v2df_p            (rtx, rtx, rtx);
extern rtx        gen_vector_gtu_v16qi_p          (rtx, rtx, rtx);
extern rtx        gen_vector_gtu_v8hi_p           (rtx, rtx, rtx);
extern rtx        gen_vector_gtu_v4si_p           (rtx, rtx, rtx);
extern rtx        gen_vector_gtu_v2di_p           (rtx, rtx, rtx);
extern rtx        gen_cr6_test_for_zero           (rtx);
extern rtx        gen_cr6_test_for_zero_reverse   (rtx);
extern rtx        gen_cr6_test_for_lt             (rtx);
extern rtx        gen_cr6_test_for_lt_reverse     (rtx);
extern rtx        gen_clzv16qi2                   (rtx, rtx);
extern rtx        gen_clzv8hi2                    (rtx, rtx);
extern rtx        gen_clzv4si2                    (rtx, rtx);
extern rtx        gen_clzv2di2                    (rtx, rtx);
extern rtx        gen_ctzv16qi2                   (rtx, rtx);
extern rtx        gen_ctzv8hi2                    (rtx, rtx);
extern rtx        gen_ctzv4si2                    (rtx, rtx);
extern rtx        gen_ctzv2di2                    (rtx, rtx);
extern rtx        gen_popcountv16qi2              (rtx, rtx);
extern rtx        gen_popcountv8hi2               (rtx, rtx);
extern rtx        gen_popcountv4si2               (rtx, rtx);
extern rtx        gen_popcountv2di2               (rtx, rtx);
extern rtx        gen_parityv8hi2                 (rtx, rtx);
extern rtx        gen_parityv4si2                 (rtx, rtx);
extern rtx        gen_parityv2di2                 (rtx, rtx);
extern rtx        gen_parityv1ti2                 (rtx, rtx);
extern rtx        gen_parityti2                   (rtx, rtx);
extern rtx        gen_floatv4siv4sf2              (rtx, rtx);
extern rtx        gen_floatv2div2df2              (rtx, rtx);
extern rtx        gen_floatunsv4siv4sf2           (rtx, rtx);
extern rtx        gen_floatunsv2div2df2           (rtx, rtx);
extern rtx        gen_fix_truncv4sfv4si2          (rtx, rtx);
extern rtx        gen_fix_truncv2dfv2di2          (rtx, rtx);
extern rtx        gen_fixuns_truncv4sfv4si2       (rtx, rtx);
extern rtx        gen_fixuns_truncv2dfv2di2       (rtx, rtx);
extern rtx        gen_vec_initv16qi               (rtx, rtx);
extern rtx        gen_vec_initv8hi                (rtx, rtx);
extern rtx        gen_vec_initv4si                (rtx, rtx);
extern rtx        gen_vec_initv2di                (rtx, rtx);
extern rtx        gen_vec_initv4sf                (rtx, rtx);
extern rtx        gen_vec_initv2df                (rtx, rtx);
extern rtx        gen_vec_setv16qi                (rtx, rtx, rtx);
extern rtx        gen_vec_setv8hi                 (rtx, rtx, rtx);
extern rtx        gen_vec_setv4si                 (rtx, rtx, rtx);
extern rtx        gen_vec_setv2di                 (rtx, rtx, rtx);
extern rtx        gen_vec_setv4sf                 (rtx, rtx, rtx);
extern rtx        gen_vec_setv2df                 (rtx, rtx, rtx);
extern rtx        gen_vec_extractv16qi            (rtx, rtx, rtx);
extern rtx        gen_vec_extractv8hi             (rtx, rtx, rtx);
extern rtx        gen_vec_extractv4si             (rtx, rtx, rtx);
extern rtx        gen_vec_extractv2di             (rtx, rtx, rtx);
extern rtx        gen_vec_extractv4sf             (rtx, rtx, rtx);
extern rtx        gen_vec_extractv2df             (rtx, rtx, rtx);
extern rtx        gen_vec_pack_trunc_v2df         (rtx, rtx, rtx);
extern rtx        gen_vec_pack_sfix_trunc_v2df    (rtx, rtx, rtx);
extern rtx        gen_vec_pack_ufix_trunc_v2df    (rtx, rtx, rtx);
extern rtx        gen_vec_unpacks_hi_v4sf         (rtx, rtx);
extern rtx        gen_vec_unpacks_lo_v4sf         (rtx, rtx);
extern rtx        gen_vec_unpacks_float_hi_v4si   (rtx, rtx);
extern rtx        gen_vec_unpacks_float_lo_v4si   (rtx, rtx);
extern rtx        gen_vec_unpacku_float_hi_v4si   (rtx, rtx);
extern rtx        gen_vec_unpacku_float_lo_v4si   (rtx, rtx);
extern rtx        gen_vec_realign_load_v16qi      (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_realign_load_v8hi       (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_realign_load_v4si       (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_realign_load_v4sf       (rtx, rtx, rtx, rtx);
extern rtx        gen_movmisalignv4si             (rtx, rtx);
extern rtx        gen_movmisalignv4sf             (rtx, rtx);
extern rtx        gen_movmisalignv2di             (rtx, rtx);
extern rtx        gen_movmisalignv2df             (rtx, rtx);
extern rtx        gen_movmisalignv1ti             (rtx, rtx);
extern rtx        gen_movmisalignkf               (rtx, rtx);
extern rtx        gen_movmisaligntf               (rtx, rtx);
extern rtx        gen_vec_shr_v16qi               (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v8hi                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v4si                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v2di                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v4sf                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v2df                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_v1ti                (rtx, rtx, rtx);
extern rtx        gen_vec_shr_ti                  (rtx, rtx, rtx);
extern rtx        gen_vec_shr_kf                  (rtx, rtx, rtx);
extern rtx        gen_vec_shr_tf                  (rtx, rtx, rtx);
extern rtx        gen_vrotlv16qi3                 (rtx, rtx, rtx);
extern rtx        gen_vrotlv8hi3                  (rtx, rtx, rtx);
extern rtx        gen_vrotlv4si3                  (rtx, rtx, rtx);
extern rtx        gen_vrotlv2di3                  (rtx, rtx, rtx);
extern rtx        gen_vashlv16qi3                 (rtx, rtx, rtx);
extern rtx        gen_vashlv8hi3                  (rtx, rtx, rtx);
extern rtx        gen_vashlv4si3                  (rtx, rtx, rtx);
extern rtx        gen_vashlv2di3                  (rtx, rtx, rtx);
extern rtx        gen_vlshrv16qi3                 (rtx, rtx, rtx);
extern rtx        gen_vlshrv8hi3                  (rtx, rtx, rtx);
extern rtx        gen_vlshrv4si3                  (rtx, rtx, rtx);
extern rtx        gen_vlshrv2di3                  (rtx, rtx, rtx);
extern rtx        gen_vashrv16qi3                 (rtx, rtx, rtx);
extern rtx        gen_vashrv8hi3                  (rtx, rtx, rtx);
extern rtx        gen_vashrv4si3                  (rtx, rtx, rtx);
extern rtx        gen_vashrv2di3                  (rtx, rtx, rtx);
extern rtx        gen_reduc_plus_scal_v4sf        (rtx, rtx);
extern rtx        gen_reduc_smin_scal_v4sf        (rtx, rtx);
extern rtx        gen_reduc_smax_scal_v4sf        (rtx, rtx);
extern rtx        gen_reduc_plus_scal_v2df        (rtx, rtx);
extern rtx        gen_reduc_smin_scal_v2df        (rtx, rtx);
extern rtx        gen_reduc_smax_scal_v2df        (rtx, rtx);
static inline rtx gen_absv2sf2                    (rtx, rtx);
static inline rtx
gen_absv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_negv2sf2                    (rtx, rtx);
static inline rtx
gen_negv2sf2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_addv2sf3                    (rtx, rtx, rtx);
static inline rtx
gen_addv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_subv2sf3                    (rtx, rtx, rtx);
static inline rtx
gen_subv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_mulv2sf3                    (rtx, rtx, rtx);
static inline rtx
gen_mulv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_divv2sf3                    (rtx, rtx, rtx);
static inline rtx
gen_divv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
extern rtx        gen_vsx_load_v16qi              (rtx, rtx);
extern rtx        gen_vsx_load_v8hi               (rtx, rtx);
extern rtx        gen_vsx_load_v4si               (rtx, rtx);
extern rtx        gen_vsx_load_v2di               (rtx, rtx);
extern rtx        gen_vsx_load_v4sf               (rtx, rtx);
extern rtx        gen_vsx_load_v2df               (rtx, rtx);
extern rtx        gen_vsx_load_v1ti               (rtx, rtx);
extern rtx        gen_vsx_load_kf                 (rtx, rtx);
extern rtx        gen_vsx_load_tf                 (rtx, rtx);
extern rtx        gen_vsx_load_ti                 (rtx, rtx);
extern rtx        gen_vsx_store_v16qi             (rtx, rtx);
extern rtx        gen_vsx_store_v8hi              (rtx, rtx);
extern rtx        gen_vsx_store_v4si              (rtx, rtx);
extern rtx        gen_vsx_store_v2di              (rtx, rtx);
extern rtx        gen_vsx_store_v4sf              (rtx, rtx);
extern rtx        gen_vsx_store_v2df              (rtx, rtx);
extern rtx        gen_vsx_store_v1ti              (rtx, rtx);
extern rtx        gen_vsx_store_kf                (rtx, rtx);
extern rtx        gen_vsx_store_tf                (rtx, rtx);
extern rtx        gen_vsx_store_ti                (rtx, rtx);
extern rtx        gen_vsx_tdivdf3_fg              (rtx, rtx, rtx);
extern rtx        gen_vsx_tdivv4sf3_fg            (rtx, rtx, rtx);
extern rtx        gen_vsx_tdivv2df3_fg            (rtx, rtx, rtx);
extern rtx        gen_vsx_tdivdf3_fe              (rtx, rtx, rtx);
extern rtx        gen_vsx_tdivv4sf3_fe            (rtx, rtx, rtx);
extern rtx        gen_vsx_tdivv2df3_fe            (rtx, rtx, rtx);
extern rtx        gen_vsx_tsqrtdf2_fg             (rtx, rtx);
extern rtx        gen_vsx_tsqrtv4sf2_fg           (rtx, rtx);
extern rtx        gen_vsx_tsqrtv2df2_fg           (rtx, rtx);
extern rtx        gen_vsx_tsqrtdf2_fe             (rtx, rtx);
extern rtx        gen_vsx_tsqrtv4sf2_fe           (rtx, rtx);
extern rtx        gen_vsx_tsqrtv2df2_fe           (rtx, rtx);
extern rtx        gen_vsx_xvcvsxddp_scale         (rtx, rtx, rtx);
extern rtx        gen_vsx_xvcvuxddp_scale         (rtx, rtx, rtx);
extern rtx        gen_vsx_xvcvdpsxds_scale        (rtx, rtx, rtx);
extern rtx        gen_vsx_xvcvdpuxds_scale        (rtx, rtx, rtx);
extern rtx        gen_vsx_set_v1ti                (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_set_v2df                (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_set_v2di                (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_extract_v2df            (rtx, rtx, rtx);
extern rtx        gen_vsx_extract_v2di            (rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v16qi          (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v8hi           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v4si           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v2di           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v4sf           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v2df           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v1ti           (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_ti             (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_kf             (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_tf             (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v16qi_be       (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v8hi_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v4si_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v2di_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v4sf_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v2df_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_v1ti_be        (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_ti_be          (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_kf_be          (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_xxpermdi_tf_be          (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_perm_constv2df          (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_perm_constv2di          (rtx, rtx, rtx, rtx);
extern rtx        gen_vsx_mergel_v2df             (rtx, rtx, rtx);
extern rtx        gen_vsx_mergel_v2di             (rtx, rtx, rtx);
extern rtx        gen_vsx_mergeh_v2df             (rtx, rtx, rtx);
extern rtx        gen_vsx_mergeh_v2di             (rtx, rtx, rtx);
extern rtx        gen_vsx_splat_v4sf              (rtx, rtx);
extern rtx        gen_vsx_splat_v4si              (rtx, rtx);
extern rtx        gen_altivec_mulv4sf3            (rtx, rtx, rtx);
extern rtx        gen_mulv4si3                    (rtx, rtx, rtx);
extern rtx        gen_mulv8hi3                    (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghb              (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghh              (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrghw              (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglb              (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglh              (rtx, rtx, rtx);
extern rtx        gen_altivec_vmrglw              (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_even_v16qi  (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_even_v16qi  (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_even_v8hi   (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_even_v8hi   (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_odd_v16qi   (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_odd_v16qi   (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_odd_v8hi    (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_odd_v8hi    (rtx, rtx, rtx);
extern rtx        gen_altivec_vsum2sws            (rtx, rtx, rtx);
extern rtx        gen_altivec_vsumsws             (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltb              (rtx, rtx, rtx);
extern rtx        gen_altivec_vsplth              (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltw              (rtx, rtx, rtx);
extern rtx        gen_altivec_vspltsf             (rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v4si          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v8hi          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v16qi         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v4sf          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v2df          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v2di          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v1ti          (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_ti            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_kf            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_tf            (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v4si_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v8hi_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v16qi_uns     (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v4sf_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v2df_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v2di_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_v1ti_uns      (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_ti_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_kf_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_vperm_tf_uns        (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_permv16qi               (rtx, rtx, rtx, rtx);
extern rtx        gen_vec_perm_constv16qi         (rtx, rtx, rtx, rtx);
extern rtx        gen_altivec_copysign_v4sf3      (rtx, rtx, rtx);
extern rtx        gen_altivec_lvsl                (rtx, rtx);
extern rtx        gen_altivec_lvsr                (rtx, rtx);
extern rtx        gen_build_vector_mask_for_load  (rtx, rtx);
extern rtx        gen_altivec_lvewx               (rtx, rtx);
extern rtx        gen_altivec_lvehx               (rtx, rtx);
extern rtx        gen_altivec_lvebx               (rtx, rtx);
extern rtx        gen_altivec_lvxl_v4si           (rtx, rtx);
extern rtx        gen_altivec_lvxl_v8hi           (rtx, rtx);
extern rtx        gen_altivec_lvxl_v16qi          (rtx, rtx);
extern rtx        gen_altivec_lvxl_v4sf           (rtx, rtx);
extern rtx        gen_altivec_lvxl_v2df           (rtx, rtx);
extern rtx        gen_altivec_lvxl_v2di           (rtx, rtx);
extern rtx        gen_altivec_lvxl_v1ti           (rtx, rtx);
extern rtx        gen_altivec_lvxl_kf             (rtx, rtx);
extern rtx        gen_altivec_lvxl_tf             (rtx, rtx);
extern rtx        gen_altivec_lvx_v4si            (rtx, rtx);
extern rtx        gen_altivec_lvx_v8hi            (rtx, rtx);
extern rtx        gen_altivec_lvx_v16qi           (rtx, rtx);
extern rtx        gen_altivec_lvx_v4sf            (rtx, rtx);
extern rtx        gen_altivec_lvx_v2df            (rtx, rtx);
extern rtx        gen_altivec_lvx_v2di            (rtx, rtx);
extern rtx        gen_altivec_lvx_v1ti            (rtx, rtx);
extern rtx        gen_altivec_lvx_kf              (rtx, rtx);
extern rtx        gen_altivec_lvx_tf              (rtx, rtx);
extern rtx        gen_altivec_stvx_v4si           (rtx, rtx);
extern rtx        gen_altivec_stvx_v8hi           (rtx, rtx);
extern rtx        gen_altivec_stvx_v16qi          (rtx, rtx);
extern rtx        gen_altivec_stvx_v4sf           (rtx, rtx);
extern rtx        gen_altivec_stvx_v2df           (rtx, rtx);
extern rtx        gen_altivec_stvx_v2di           (rtx, rtx);
extern rtx        gen_altivec_stvx_v1ti           (rtx, rtx);
extern rtx        gen_altivec_stvx_kf             (rtx, rtx);
extern rtx        gen_altivec_stvx_tf             (rtx, rtx);
extern rtx        gen_altivec_stvxl_v4si          (rtx, rtx);
extern rtx        gen_altivec_stvxl_v8hi          (rtx, rtx);
extern rtx        gen_altivec_stvxl_v16qi         (rtx, rtx);
extern rtx        gen_altivec_stvxl_v4sf          (rtx, rtx);
extern rtx        gen_altivec_stvxl_v2df          (rtx, rtx);
extern rtx        gen_altivec_stvxl_v2di          (rtx, rtx);
extern rtx        gen_altivec_stvxl_v1ti          (rtx, rtx);
extern rtx        gen_altivec_stvxl_kf            (rtx, rtx);
extern rtx        gen_altivec_stvxl_tf            (rtx, rtx);
extern rtx        gen_altivec_stvewx              (rtx, rtx);
extern rtx        gen_altivec_stvehx              (rtx, rtx);
extern rtx        gen_altivec_stvebx              (rtx, rtx);
extern rtx        gen_absv4si2                    (rtx, rtx);
extern rtx        gen_absv8hi2                    (rtx, rtx);
extern rtx        gen_absv16qi2                   (rtx, rtx);
extern rtx        gen_absv2di2                    (rtx, rtx);
extern rtx        gen_altivec_absv4sf2            (rtx, rtx);
extern rtx        gen_altivec_abss_v4si           (rtx, rtx);
extern rtx        gen_altivec_abss_v8hi           (rtx, rtx);
extern rtx        gen_altivec_abss_v16qi          (rtx, rtx);
extern rtx        gen_reduc_plus_scal_v8hi        (rtx, rtx);
extern rtx        gen_reduc_plus_scal_v16qi       (rtx, rtx);
extern rtx        gen_negv4si2                    (rtx, rtx);
extern rtx        gen_negv8hi2                    (rtx, rtx);
extern rtx        gen_negv16qi2                   (rtx, rtx);
extern rtx        gen_negv2di2                    (rtx, rtx);
extern rtx        gen_udot_prodv8hi               (rtx, rtx, rtx, rtx);
extern rtx        gen_udot_prodv16qi              (rtx, rtx, rtx, rtx);
extern rtx        gen_sdot_prodv8hi               (rtx, rtx, rtx, rtx);
extern rtx        gen_widen_usumv8hi3             (rtx, rtx, rtx);
extern rtx        gen_widen_usumv16qi3            (rtx, rtx, rtx);
extern rtx        gen_widen_ssumv16qi3            (rtx, rtx, rtx);
extern rtx        gen_widen_ssumv8hi3             (rtx, rtx, rtx);
extern rtx        gen_vec_unpacks_hi_v4si         (rtx, rtx);
extern rtx        gen_vec_unpacks_hi_v8hi         (rtx, rtx);
extern rtx        gen_vec_unpacks_hi_v16qi        (rtx, rtx);
extern rtx        gen_vec_unpacks_lo_v4si         (rtx, rtx);
extern rtx        gen_vec_unpacks_lo_v8hi         (rtx, rtx);
extern rtx        gen_vec_unpacks_lo_v16qi        (rtx, rtx);
extern rtx        gen_vec_unpacku_hi_v16qi        (rtx, rtx);
extern rtx        gen_vec_unpacku_hi_v8hi         (rtx, rtx);
extern rtx        gen_vec_unpacku_lo_v16qi        (rtx, rtx);
extern rtx        gen_vec_unpacku_lo_v8hi         (rtx, rtx);
extern rtx        gen_vec_widen_umult_hi_v16qi    (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_lo_v16qi    (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_hi_v16qi    (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_lo_v16qi    (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_hi_v8hi     (rtx, rtx, rtx);
extern rtx        gen_vec_widen_umult_lo_v8hi     (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_hi_v8hi     (rtx, rtx, rtx);
extern rtx        gen_vec_widen_smult_lo_v8hi     (rtx, rtx, rtx);
extern rtx        gen_vec_pack_trunc_v2di         (rtx, rtx, rtx);
extern rtx        gen_vec_pack_trunc_v4si         (rtx, rtx, rtx);
extern rtx        gen_vec_pack_trunc_v8hi         (rtx, rtx, rtx);
extern rtx        gen_mulv16qi3                   (rtx, rtx, rtx);
extern rtx        gen_altivec_negv4sf2            (rtx, rtx);
extern rtx        gen_vec_unpacks_float_hi_v8hi   (rtx, rtx);
extern rtx        gen_vec_unpacks_float_lo_v8hi   (rtx, rtx);
extern rtx        gen_vec_unpacku_float_hi_v8hi   (rtx, rtx);
extern rtx        gen_vec_unpacku_float_lo_v8hi   (rtx, rtx);
extern rtx        gen_vaduv4si3                   (rtx, rtx, rtx);
extern rtx        gen_vaduv8hi3                   (rtx, rtx, rtx);
extern rtx        gen_vaduv16qi3                  (rtx, rtx, rtx);
extern rtx        gen_bcdadd_eq                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdsub_eq                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdadd_lt                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdsub_lt                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdadd_gt                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdsub_gt                   (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdadd_unordered            (rtx, rtx, rtx, rtx);
extern rtx        gen_bcdsub_unordered            (rtx, rtx, rtx, rtx);
static inline rtx gen_vec_perm_constv2si          (rtx, rtx, rtx, rtx);
static inline rtx
gen_vec_perm_constv2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_spe_evmergehi               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmergehi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmergehilo             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmergehilo(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmergelo               (rtx, rtx, rtx);
static inline rtx
gen_spe_evmergelo(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_evmergelohi             (rtx, rtx, rtx);
static inline rtx
gen_spe_evmergelohi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_fix_trunctfsi2          (rtx, rtx);
static inline rtx
gen_spe_fix_trunctfsi2(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_spe_abstf2_cmp              (rtx, rtx, rtx);
static inline rtx
gen_spe_abstf2_cmp(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_spe_abstf2_tst              (rtx, rtx, rtx);
static inline rtx
gen_spe_abstf2_tst(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_movv2si                     (rtx, rtx);
static inline rtx
gen_movv2si(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_movv1di                     (rtx, rtx);
static inline rtx
gen_movv1di(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_movv4hi                     (rtx, rtx);
static inline rtx
gen_movv4hi(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_movv2sf                     (rtx, rtx);
static inline rtx
gen_movv2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
extern rtx        gen_extendsdtd2                 (rtx, rtx);
extern rtx        gen_negdd2                      (rtx, rtx);
extern rtx        gen_absdd2                      (rtx, rtx);
extern rtx        gen_negtd2                      (rtx, rtx);
extern rtx        gen_abstd2                      (rtx, rtx);
extern rtx        gen_dfptstsfi_eq_dd             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_lt_dd             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_gt_dd             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_unordered_dd      (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_eq_td             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_lt_td             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_gt_td             (rtx, rtx, rtx);
extern rtx        gen_dfptstsfi_unordered_td      (rtx, rtx, rtx);
static inline rtx gen_vec_perm_constv2sf          (rtx, rtx, rtx, rtx);
static inline rtx
gen_vec_perm_constv2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d))
{
  return 0;
}
static inline rtx gen_vec_initv2sf                (rtx, rtx);
static inline rtx
gen_vec_initv2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_sminv2sf3                   (rtx, rtx, rtx);
static inline rtx
gen_sminv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_smaxv2sf3                   (rtx, rtx, rtx);
static inline rtx
gen_smaxv2sf3(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c))
{
  return 0;
}
static inline rtx gen_reduc_smax_scal_v2sf        (rtx, rtx);
static inline rtx
gen_reduc_smax_scal_v2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_reduc_smin_scal_v2sf        (rtx, rtx);
static inline rtx
gen_reduc_smin_scal_v2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_reduc_plus_scal_v2sf        (rtx, rtx);
static inline rtx
gen_reduc_plus_scal_v2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_movmisalignv2sf             (rtx, rtx);
static inline rtx
gen_movmisalignv2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b))
{
  return 0;
}
static inline rtx gen_vcondv2sfv2sf               (rtx, rtx, rtx, rtx, rtx, rtx);
static inline rtx
gen_vcondv2sfv2sf(rtx ARG_UNUSED (a), rtx ARG_UNUSED (b), rtx ARG_UNUSED (c), rtx ARG_UNUSED (d), rtx ARG_UNUSED (e), rtx ARG_UNUSED (f))
{
  return 0;
}
extern rtx        gen_tabort                      (rtx, rtx);
extern rtx        gen_tabortwc                    (rtx, rtx, rtx, rtx);
extern rtx        gen_tabortdc                    (rtx, rtx, rtx, rtx);
extern rtx        gen_tabortwci                   (rtx, rtx, rtx, rtx);
extern rtx        gen_tabortdci                   (rtx, rtx, rtx, rtx);
extern rtx        gen_tbegin                      (rtx, rtx);
extern rtx        gen_tcheck                      (rtx);
extern rtx        gen_tend                        (rtx, rtx);
extern rtx        gen_trechkpt                    (rtx);
extern rtx        gen_treclaim                    (rtx, rtx);
extern rtx        gen_tsr                         (rtx, rtx);
extern rtx        gen_ttest                       (rtx);

#endif /* GCC_INSN_FLAGS_H */