1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 2|* *| 3|* * PPC Disassembler *| 4|* *| 5|* Automatically generated file, do not edit! *| 6|* *| 7\*===----------------------------------------------------------------------===*/ 8 9/* Capstone Disassembly Engine */ 10/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */ 11 12#include "../../MCInst.h" 13#include "../../LEB128.h" 14 15// Helper function for extracting fields from encoded instructions. 16#define FieldFromInstruction(fname, InsnType) \ 17static InsnType fname(InsnType insn, unsigned startBit, \ 18 unsigned numBits) \ 19{ \ 20 InsnType fieldMask; \ 21 if (numBits == sizeof(InsnType)*8) \ 22 fieldMask = (InsnType)(-1LL); \ 23 else \ 24 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 25 return (insn & fieldMask) >> startBit; \ 26} 27 28// FieldFromInstruction(fieldFromInstruction_2, uint16_t) 29FieldFromInstruction(fieldFromInstruction_4, uint32_t) 30 31static const uint8_t DecoderTable32[] = { 32/* 0 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 33/* 3 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 17 34/* 7 */ MCD_OPC_CheckField, 1, 10, 128, 2, 231, 38, // Skip to: 9973 35/* 14 */ MCD_OPC_Decode, 119, 0, // Opcode: ATTN 36/* 17 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 25 37/* 21 */ MCD_OPC_Decode, 247, 8, 1, // Opcode: TDI 38/* 25 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 33 39/* 29 */ MCD_OPC_Decode, 136, 9, 2, // Opcode: TWI 40/* 33 */ MCD_OPC_FilterValue, 4, 223, 6, // Skip to: 1796 41/* 37 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... 42/* 40 */ MCD_OPC_FilterValue, 0, 179, 0, // Skip to: 223 43/* 44 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 44/* 47 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 55 45/* 51 */ MCD_OPC_Decode, 144, 9, 3, // Opcode: VADDUBM 46/* 55 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 63 47/* 59 */ MCD_OPC_Decode, 147, 9, 3, // Opcode: VADDUHM 48/* 63 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 71 49/* 67 */ MCD_OPC_Decode, 149, 9, 3, // Opcode: VADDUWM 50/* 71 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 79 51/* 75 */ MCD_OPC_Decode, 146, 9, 3, // Opcode: VADDUDM 52/* 79 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 87 53/* 83 */ MCD_OPC_Decode, 139, 9, 3, // Opcode: VADDCUW 54/* 87 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 95 55/* 91 */ MCD_OPC_Decode, 145, 9, 3, // Opcode: VADDUBS 56/* 95 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 103 57/* 99 */ MCD_OPC_Decode, 148, 9, 3, // Opcode: VADDUHS 58/* 103 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 111 59/* 107 */ MCD_OPC_Decode, 150, 9, 3, // Opcode: VADDUWS 60/* 111 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 119 61/* 115 */ MCD_OPC_Decode, 141, 9, 3, // Opcode: VADDSBS 62/* 119 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 127 63/* 123 */ MCD_OPC_Decode, 142, 9, 3, // Opcode: VADDSHS 64/* 127 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 135 65/* 131 */ MCD_OPC_Decode, 143, 9, 3, // Opcode: VADDSWS 66/* 135 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 143 67/* 139 */ MCD_OPC_Decode, 183, 10, 3, // Opcode: VSUBUBM 68/* 143 */ MCD_OPC_FilterValue, 17, 4, 0, // Skip to: 151 69/* 147 */ MCD_OPC_Decode, 186, 10, 3, // Opcode: VSUBUHM 70/* 151 */ MCD_OPC_FilterValue, 18, 4, 0, // Skip to: 159 71/* 155 */ MCD_OPC_Decode, 188, 10, 3, // Opcode: VSUBUWM 72/* 159 */ MCD_OPC_FilterValue, 19, 4, 0, // Skip to: 167 73/* 163 */ MCD_OPC_Decode, 185, 10, 3, // Opcode: VSUBUDM 74/* 167 */ MCD_OPC_FilterValue, 22, 4, 0, // Skip to: 175 75/* 171 */ MCD_OPC_Decode, 178, 10, 3, // Opcode: VSUBCUW 76/* 175 */ MCD_OPC_FilterValue, 24, 4, 0, // Skip to: 183 77/* 179 */ MCD_OPC_Decode, 184, 10, 3, // Opcode: VSUBUBS 78/* 183 */ MCD_OPC_FilterValue, 25, 4, 0, // Skip to: 191 79/* 187 */ MCD_OPC_Decode, 187, 10, 3, // Opcode: VSUBUHS 80/* 191 */ MCD_OPC_FilterValue, 26, 4, 0, // Skip to: 199 81/* 195 */ MCD_OPC_Decode, 189, 10, 3, // Opcode: VSUBUWS 82/* 199 */ MCD_OPC_FilterValue, 28, 4, 0, // Skip to: 207 83/* 203 */ MCD_OPC_Decode, 180, 10, 3, // Opcode: VSUBSBS 84/* 207 */ MCD_OPC_FilterValue, 29, 4, 0, // Skip to: 215 85/* 211 */ MCD_OPC_Decode, 181, 10, 3, // Opcode: VSUBSHS 86/* 215 */ MCD_OPC_FilterValue, 30, 26, 38, // Skip to: 9973 87/* 219 */ MCD_OPC_Decode, 182, 10, 3, // Opcode: VSUBSWS 88/* 223 */ MCD_OPC_FilterValue, 2, 235, 0, // Skip to: 462 89/* 227 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 90/* 230 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 238 91/* 234 */ MCD_OPC_Decode, 212, 9, 3, // Opcode: VMAXUB 92/* 238 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 246 93/* 242 */ MCD_OPC_Decode, 214, 9, 3, // Opcode: VMAXUH 94/* 246 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 254 95/* 250 */ MCD_OPC_Decode, 215, 9, 3, // Opcode: VMAXUW 96/* 254 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 262 97/* 258 */ MCD_OPC_Decode, 213, 9, 3, // Opcode: VMAXUD 98/* 262 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 270 99/* 266 */ MCD_OPC_Decode, 208, 9, 3, // Opcode: VMAXSB 100/* 270 */ MCD_OPC_FilterValue, 5, 4, 0, // Skip to: 278 101/* 274 */ MCD_OPC_Decode, 210, 9, 3, // Opcode: VMAXSH 102/* 278 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 286 103/* 282 */ MCD_OPC_Decode, 211, 9, 3, // Opcode: VMAXSW 104/* 286 */ MCD_OPC_FilterValue, 7, 4, 0, // Skip to: 294 105/* 290 */ MCD_OPC_Decode, 209, 9, 3, // Opcode: VMAXSD 106/* 294 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 302 107/* 298 */ MCD_OPC_Decode, 224, 9, 3, // Opcode: VMINUB 108/* 302 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 310 109/* 306 */ MCD_OPC_Decode, 225, 9, 3, // Opcode: VMINUH 110/* 310 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 318 111/* 314 */ MCD_OPC_Decode, 226, 9, 3, // Opcode: VMINUW 112/* 318 */ MCD_OPC_FilterValue, 11, 4, 0, // Skip to: 326 113/* 322 */ MCD_OPC_Decode, 218, 9, 3, // Opcode: VMIDUD 114/* 326 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 334 115/* 330 */ MCD_OPC_Decode, 220, 9, 3, // Opcode: VMINSB 116/* 334 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 342 117/* 338 */ MCD_OPC_Decode, 222, 9, 3, // Opcode: VMINSH 118/* 342 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 350 119/* 346 */ MCD_OPC_Decode, 223, 9, 3, // Opcode: VMINSW 120/* 350 */ MCD_OPC_FilterValue, 15, 4, 0, // Skip to: 358 121/* 354 */ MCD_OPC_Decode, 221, 9, 3, // Opcode: VMINSD 122/* 358 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 366 123/* 362 */ MCD_OPC_Decode, 156, 9, 3, // Opcode: VAVGUB 124/* 366 */ MCD_OPC_FilterValue, 17, 4, 0, // Skip to: 374 125/* 370 */ MCD_OPC_Decode, 157, 9, 3, // Opcode: VAVGUH 126/* 374 */ MCD_OPC_FilterValue, 18, 4, 0, // Skip to: 382 127/* 378 */ MCD_OPC_Decode, 158, 9, 3, // Opcode: VAVGUW 128/* 382 */ MCD_OPC_FilterValue, 20, 4, 0, // Skip to: 390 129/* 386 */ MCD_OPC_Decode, 153, 9, 3, // Opcode: VAVGSB 130/* 390 */ MCD_OPC_FilterValue, 21, 4, 0, // Skip to: 398 131/* 394 */ MCD_OPC_Decode, 154, 9, 3, // Opcode: VAVGSH 132/* 398 */ MCD_OPC_FilterValue, 22, 4, 0, // Skip to: 406 133/* 402 */ MCD_OPC_Decode, 155, 9, 3, // Opcode: VAVGSW 134/* 406 */ MCD_OPC_FilterValue, 28, 10, 0, // Skip to: 420 135/* 410 */ MCD_OPC_CheckField, 16, 5, 0, 85, 37, // Skip to: 9973 136/* 416 */ MCD_OPC_Decode, 163, 9, 4, // Opcode: VCLZB 137/* 420 */ MCD_OPC_FilterValue, 29, 10, 0, // Skip to: 434 138/* 424 */ MCD_OPC_CheckField, 16, 5, 0, 71, 37, // Skip to: 9973 139/* 430 */ MCD_OPC_Decode, 165, 9, 4, // Opcode: VCLZH 140/* 434 */ MCD_OPC_FilterValue, 30, 10, 0, // Skip to: 448 141/* 438 */ MCD_OPC_CheckField, 16, 5, 0, 57, 37, // Skip to: 9973 142/* 444 */ MCD_OPC_Decode, 166, 9, 4, // Opcode: VCLZW 143/* 448 */ MCD_OPC_FilterValue, 31, 49, 37, // Skip to: 9973 144/* 452 */ MCD_OPC_CheckField, 16, 5, 0, 43, 37, // Skip to: 9973 145/* 458 */ MCD_OPC_Decode, 164, 9, 4, // Opcode: VCLZD 146/* 462 */ MCD_OPC_FilterValue, 3, 59, 0, // Skip to: 525 147/* 466 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 148/* 469 */ MCD_OPC_FilterValue, 28, 10, 0, // Skip to: 483 149/* 473 */ MCD_OPC_CheckField, 16, 5, 0, 22, 37, // Skip to: 9973 150/* 479 */ MCD_OPC_Decode, 140, 10, 4, // Opcode: VPOPCNTB 151/* 483 */ MCD_OPC_FilterValue, 29, 10, 0, // Skip to: 497 152/* 487 */ MCD_OPC_CheckField, 16, 5, 0, 8, 37, // Skip to: 9973 153/* 493 */ MCD_OPC_Decode, 142, 10, 4, // Opcode: VPOPCNTH 154/* 497 */ MCD_OPC_FilterValue, 30, 10, 0, // Skip to: 511 155/* 501 */ MCD_OPC_CheckField, 16, 5, 0, 250, 36, // Skip to: 9973 156/* 507 */ MCD_OPC_Decode, 143, 10, 4, // Opcode: VPOPCNTW 157/* 511 */ MCD_OPC_FilterValue, 31, 242, 36, // Skip to: 9973 158/* 515 */ MCD_OPC_CheckField, 16, 5, 0, 236, 36, // Skip to: 9973 159/* 521 */ MCD_OPC_Decode, 141, 10, 4, // Opcode: VPOPCNTD 160/* 525 */ MCD_OPC_FilterValue, 4, 239, 0, // Skip to: 768 161/* 529 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 162/* 532 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 540 163/* 536 */ MCD_OPC_Decode, 149, 10, 3, // Opcode: VRLB 164/* 540 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 548 165/* 544 */ MCD_OPC_Decode, 151, 10, 3, // Opcode: VRLH 166/* 548 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 556 167/* 552 */ MCD_OPC_Decode, 152, 10, 3, // Opcode: VRLW 168/* 556 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 564 169/* 560 */ MCD_OPC_Decode, 150, 10, 3, // Opcode: VRLD 170/* 564 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 572 171/* 568 */ MCD_OPC_Decode, 156, 10, 3, // Opcode: VSLB 172/* 572 */ MCD_OPC_FilterValue, 5, 4, 0, // Skip to: 580 173/* 576 */ MCD_OPC_Decode, 159, 10, 3, // Opcode: VSLH 174/* 580 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 588 175/* 584 */ MCD_OPC_Decode, 161, 10, 3, // Opcode: VSLW 176/* 588 */ MCD_OPC_FilterValue, 7, 4, 0, // Skip to: 596 177/* 592 */ MCD_OPC_Decode, 155, 10, 3, // Opcode: VSL 178/* 596 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 604 179/* 600 */ MCD_OPC_Decode, 173, 10, 3, // Opcode: VSRB 180/* 604 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 612 181/* 608 */ MCD_OPC_Decode, 175, 10, 3, // Opcode: VSRH 182/* 612 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 620 183/* 616 */ MCD_OPC_Decode, 177, 10, 3, // Opcode: VSRW 184/* 620 */ MCD_OPC_FilterValue, 11, 4, 0, // Skip to: 628 185/* 624 */ MCD_OPC_Decode, 168, 10, 3, // Opcode: VSR 186/* 628 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 636 187/* 632 */ MCD_OPC_Decode, 169, 10, 3, // Opcode: VSRAB 188/* 636 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 644 189/* 640 */ MCD_OPC_Decode, 171, 10, 3, // Opcode: VSRAH 190/* 644 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 652 191/* 648 */ MCD_OPC_Decode, 172, 10, 3, // Opcode: VSRAW 192/* 652 */ MCD_OPC_FilterValue, 15, 4, 0, // Skip to: 660 193/* 656 */ MCD_OPC_Decode, 170, 10, 3, // Opcode: VSRAD 194/* 660 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 668 195/* 664 */ MCD_OPC_Decode, 151, 9, 3, // Opcode: VAND 196/* 668 */ MCD_OPC_FilterValue, 17, 4, 0, // Skip to: 676 197/* 672 */ MCD_OPC_Decode, 152, 9, 3, // Opcode: VANDC 198/* 676 */ MCD_OPC_FilterValue, 18, 4, 0, // Skip to: 684 199/* 680 */ MCD_OPC_Decode, 128, 10, 3, // Opcode: VOR 200/* 684 */ MCD_OPC_FilterValue, 19, 4, 0, // Skip to: 692 201/* 688 */ MCD_OPC_Decode, 201, 10, 3, // Opcode: VXOR 202/* 692 */ MCD_OPC_FilterValue, 20, 4, 0, // Skip to: 700 203/* 696 */ MCD_OPC_Decode, 255, 9, 3, // Opcode: VNOR 204/* 700 */ MCD_OPC_FilterValue, 21, 4, 0, // Skip to: 708 205/* 704 */ MCD_OPC_Decode, 129, 10, 3, // Opcode: VORC 206/* 708 */ MCD_OPC_FilterValue, 22, 4, 0, // Skip to: 716 207/* 712 */ MCD_OPC_Decode, 253, 9, 3, // Opcode: VNAND 208/* 716 */ MCD_OPC_FilterValue, 23, 4, 0, // Skip to: 724 209/* 720 */ MCD_OPC_Decode, 157, 10, 3, // Opcode: VSLD 210/* 724 */ MCD_OPC_FilterValue, 24, 10, 0, // Skip to: 738 211/* 728 */ MCD_OPC_CheckField, 11, 10, 0, 23, 36, // Skip to: 9973 212/* 734 */ MCD_OPC_Decode, 198, 5, 5, // Opcode: MFVSCR 213/* 738 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 752 214/* 742 */ MCD_OPC_CheckField, 16, 10, 0, 9, 36, // Skip to: 9973 215/* 748 */ MCD_OPC_Decode, 225, 5, 6, // Opcode: MTVSCR 216/* 752 */ MCD_OPC_FilterValue, 26, 4, 0, // Skip to: 760 217/* 756 */ MCD_OPC_Decode, 203, 9, 3, // Opcode: VEQV 218/* 760 */ MCD_OPC_FilterValue, 27, 249, 35, // Skip to: 9973 219/* 764 */ MCD_OPC_Decode, 174, 10, 3, // Opcode: VSRD 220/* 768 */ MCD_OPC_FilterValue, 6, 211, 0, // Skip to: 983 221/* 772 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 222/* 775 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 783 223/* 779 */ MCD_OPC_Decode, 171, 9, 3, // Opcode: VCMPEQUB 224/* 783 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 791 225/* 787 */ MCD_OPC_Decode, 175, 9, 3, // Opcode: VCMPEQUH 226/* 791 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 799 227/* 795 */ MCD_OPC_Decode, 177, 9, 3, // Opcode: VCMPEQUW 228/* 799 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 807 229/* 803 */ MCD_OPC_Decode, 169, 9, 3, // Opcode: VCMPEQFP 230/* 807 */ MCD_OPC_FilterValue, 7, 4, 0, // Skip to: 815 231/* 811 */ MCD_OPC_Decode, 179, 9, 3, // Opcode: VCMPGEFP 232/* 815 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 823 233/* 819 */ MCD_OPC_Decode, 191, 9, 3, // Opcode: VCMPGTUB 234/* 823 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 831 235/* 827 */ MCD_OPC_Decode, 195, 9, 3, // Opcode: VCMPGTUH 236/* 831 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 839 237/* 835 */ MCD_OPC_Decode, 197, 9, 3, // Opcode: VCMPGTUW 238/* 839 */ MCD_OPC_FilterValue, 11, 4, 0, // Skip to: 847 239/* 843 */ MCD_OPC_Decode, 181, 9, 3, // Opcode: VCMPGTFP 240/* 847 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 855 241/* 851 */ MCD_OPC_Decode, 183, 9, 3, // Opcode: VCMPGTSB 242/* 855 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 863 243/* 859 */ MCD_OPC_Decode, 187, 9, 3, // Opcode: VCMPGTSH 244/* 863 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 871 245/* 867 */ MCD_OPC_Decode, 189, 9, 3, // Opcode: VCMPGTSW 246/* 871 */ MCD_OPC_FilterValue, 15, 4, 0, // Skip to: 879 247/* 875 */ MCD_OPC_Decode, 167, 9, 3, // Opcode: VCMPBFP 248/* 879 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 887 249/* 883 */ MCD_OPC_Decode, 172, 9, 3, // Opcode: VCMPEQUBo 250/* 887 */ MCD_OPC_FilterValue, 17, 4, 0, // Skip to: 895 251/* 891 */ MCD_OPC_Decode, 176, 9, 3, // Opcode: VCMPEQUHo 252/* 895 */ MCD_OPC_FilterValue, 18, 4, 0, // Skip to: 903 253/* 899 */ MCD_OPC_Decode, 178, 9, 3, // Opcode: VCMPEQUWo 254/* 903 */ MCD_OPC_FilterValue, 19, 4, 0, // Skip to: 911 255/* 907 */ MCD_OPC_Decode, 170, 9, 3, // Opcode: VCMPEQFPo 256/* 911 */ MCD_OPC_FilterValue, 23, 4, 0, // Skip to: 919 257/* 915 */ MCD_OPC_Decode, 180, 9, 3, // Opcode: VCMPGEFPo 258/* 919 */ MCD_OPC_FilterValue, 24, 4, 0, // Skip to: 927 259/* 923 */ MCD_OPC_Decode, 192, 9, 3, // Opcode: VCMPGTUBo 260/* 927 */ MCD_OPC_FilterValue, 25, 4, 0, // Skip to: 935 261/* 931 */ MCD_OPC_Decode, 196, 9, 3, // Opcode: VCMPGTUHo 262/* 935 */ MCD_OPC_FilterValue, 26, 4, 0, // Skip to: 943 263/* 939 */ MCD_OPC_Decode, 198, 9, 3, // Opcode: VCMPGTUWo 264/* 943 */ MCD_OPC_FilterValue, 27, 4, 0, // Skip to: 951 265/* 947 */ MCD_OPC_Decode, 182, 9, 3, // Opcode: VCMPGTFPo 266/* 951 */ MCD_OPC_FilterValue, 28, 4, 0, // Skip to: 959 267/* 955 */ MCD_OPC_Decode, 184, 9, 3, // Opcode: VCMPGTSBo 268/* 959 */ MCD_OPC_FilterValue, 29, 4, 0, // Skip to: 967 269/* 963 */ MCD_OPC_Decode, 188, 9, 3, // Opcode: VCMPGTSHo 270/* 967 */ MCD_OPC_FilterValue, 30, 4, 0, // Skip to: 975 271/* 971 */ MCD_OPC_Decode, 190, 9, 3, // Opcode: VCMPGTSWo 272/* 975 */ MCD_OPC_FilterValue, 31, 34, 35, // Skip to: 9973 273/* 979 */ MCD_OPC_Decode, 168, 9, 3, // Opcode: VCMPBFPo 274/* 983 */ MCD_OPC_FilterValue, 7, 51, 0, // Skip to: 1038 275/* 987 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 276/* 990 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 998 277/* 994 */ MCD_OPC_Decode, 173, 9, 3, // Opcode: VCMPEQUD 278/* 998 */ MCD_OPC_FilterValue, 11, 4, 0, // Skip to: 1006 279/* 1002 */ MCD_OPC_Decode, 193, 9, 3, // Opcode: VCMPGTUD 280/* 1006 */ MCD_OPC_FilterValue, 15, 4, 0, // Skip to: 1014 281/* 1010 */ MCD_OPC_Decode, 185, 9, 3, // Opcode: VCMPGTSD 282/* 1014 */ MCD_OPC_FilterValue, 19, 4, 0, // Skip to: 1022 283/* 1018 */ MCD_OPC_Decode, 174, 9, 3, // Opcode: VCMPEQUDo 284/* 1022 */ MCD_OPC_FilterValue, 27, 4, 0, // Skip to: 1030 285/* 1026 */ MCD_OPC_Decode, 194, 9, 3, // Opcode: VCMPGTUDo 286/* 1030 */ MCD_OPC_FilterValue, 31, 235, 34, // Skip to: 9973 287/* 1034 */ MCD_OPC_Decode, 186, 9, 3, // Opcode: VCMPGTSDo 288/* 1038 */ MCD_OPC_FilterValue, 8, 139, 0, // Skip to: 1181 289/* 1042 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 290/* 1045 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1053 291/* 1049 */ MCD_OPC_Decode, 249, 9, 3, // Opcode: VMULOUB 292/* 1053 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 1061 293/* 1057 */ MCD_OPC_Decode, 250, 9, 3, // Opcode: VMULOUH 294/* 1061 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 1069 295/* 1065 */ MCD_OPC_Decode, 251, 9, 3, // Opcode: VMULOUW 296/* 1069 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 1077 297/* 1073 */ MCD_OPC_Decode, 246, 9, 3, // Opcode: VMULOSB 298/* 1077 */ MCD_OPC_FilterValue, 5, 4, 0, // Skip to: 1085 299/* 1081 */ MCD_OPC_Decode, 247, 9, 3, // Opcode: VMULOSH 300/* 1085 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 1093 301/* 1089 */ MCD_OPC_Decode, 248, 9, 3, // Opcode: VMULOSW 302/* 1093 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 1101 303/* 1097 */ MCD_OPC_Decode, 243, 9, 3, // Opcode: VMULEUB 304/* 1101 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 1109 305/* 1105 */ MCD_OPC_Decode, 244, 9, 3, // Opcode: VMULEUH 306/* 1109 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 1117 307/* 1113 */ MCD_OPC_Decode, 245, 9, 3, // Opcode: VMULEUW 308/* 1117 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 1125 309/* 1121 */ MCD_OPC_Decode, 240, 9, 3, // Opcode: VMULESB 310/* 1125 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 1133 311/* 1129 */ MCD_OPC_Decode, 241, 9, 3, // Opcode: VMULESH 312/* 1133 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 1141 313/* 1137 */ MCD_OPC_Decode, 242, 9, 3, // Opcode: VMULESW 314/* 1141 */ MCD_OPC_FilterValue, 24, 4, 0, // Skip to: 1149 315/* 1145 */ MCD_OPC_Decode, 193, 10, 3, // Opcode: VSUM4UBS 316/* 1149 */ MCD_OPC_FilterValue, 25, 4, 0, // Skip to: 1157 317/* 1153 */ MCD_OPC_Decode, 192, 10, 3, // Opcode: VSUM4SHS 318/* 1157 */ MCD_OPC_FilterValue, 26, 4, 0, // Skip to: 1165 319/* 1161 */ MCD_OPC_Decode, 190, 10, 3, // Opcode: VSUM2SWS 320/* 1165 */ MCD_OPC_FilterValue, 28, 4, 0, // Skip to: 1173 321/* 1169 */ MCD_OPC_Decode, 191, 10, 3, // Opcode: VSUM4SBS 322/* 1173 */ MCD_OPC_FilterValue, 30, 92, 34, // Skip to: 9973 323/* 1177 */ MCD_OPC_Decode, 194, 10, 3, // Opcode: VSUMSWS 324/* 1181 */ MCD_OPC_FilterValue, 9, 10, 0, // Skip to: 1195 325/* 1185 */ MCD_OPC_CheckField, 6, 5, 2, 78, 34, // Skip to: 9973 326/* 1191 */ MCD_OPC_Decode, 252, 9, 3, // Opcode: VMULUWM 327/* 1195 */ MCD_OPC_FilterValue, 10, 179, 0, // Skip to: 1378 328/* 1199 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 329/* 1202 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1210 330/* 1206 */ MCD_OPC_Decode, 140, 9, 3, // Opcode: VADDFP 331/* 1210 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 1218 332/* 1214 */ MCD_OPC_Decode, 179, 10, 3, // Opcode: VSUBFP 333/* 1218 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 1232 334/* 1222 */ MCD_OPC_CheckField, 16, 5, 0, 41, 34, // Skip to: 9973 335/* 1228 */ MCD_OPC_Decode, 144, 10, 4, // Opcode: VREFP 336/* 1232 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 1246 337/* 1236 */ MCD_OPC_CheckField, 16, 5, 0, 27, 34, // Skip to: 9973 338/* 1242 */ MCD_OPC_Decode, 153, 10, 4, // Opcode: VRSQRTEFP 339/* 1246 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 1260 340/* 1250 */ MCD_OPC_CheckField, 16, 5, 0, 13, 34, // Skip to: 9973 341/* 1256 */ MCD_OPC_Decode, 204, 9, 4, // Opcode: VEXPTEFP 342/* 1260 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 1274 343/* 1264 */ MCD_OPC_CheckField, 16, 5, 0, 255, 33, // Skip to: 9973 344/* 1270 */ MCD_OPC_Decode, 205, 9, 4, // Opcode: VLOGEFP 345/* 1274 */ MCD_OPC_FilterValue, 8, 10, 0, // Skip to: 1288 346/* 1278 */ MCD_OPC_CheckField, 16, 5, 0, 241, 33, // Skip to: 9973 347/* 1284 */ MCD_OPC_Decode, 146, 10, 4, // Opcode: VRFIN 348/* 1288 */ MCD_OPC_FilterValue, 9, 10, 0, // Skip to: 1302 349/* 1292 */ MCD_OPC_CheckField, 16, 5, 0, 227, 33, // Skip to: 9973 350/* 1298 */ MCD_OPC_Decode, 148, 10, 4, // Opcode: VRFIZ 351/* 1302 */ MCD_OPC_FilterValue, 10, 10, 0, // Skip to: 1316 352/* 1306 */ MCD_OPC_CheckField, 16, 5, 0, 213, 33, // Skip to: 9973 353/* 1312 */ MCD_OPC_Decode, 147, 10, 4, // Opcode: VRFIP 354/* 1316 */ MCD_OPC_FilterValue, 11, 10, 0, // Skip to: 1330 355/* 1320 */ MCD_OPC_CheckField, 16, 5, 0, 199, 33, // Skip to: 9973 356/* 1326 */ MCD_OPC_Decode, 145, 10, 4, // Opcode: VRFIM 357/* 1330 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 1338 358/* 1334 */ MCD_OPC_Decode, 161, 9, 7, // Opcode: VCFUX 359/* 1338 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 1346 360/* 1342 */ MCD_OPC_Decode, 159, 9, 7, // Opcode: VCFSX 361/* 1346 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 1354 362/* 1350 */ MCD_OPC_Decode, 201, 9, 7, // Opcode: VCTUXS 363/* 1354 */ MCD_OPC_FilterValue, 15, 4, 0, // Skip to: 1362 364/* 1358 */ MCD_OPC_Decode, 199, 9, 7, // Opcode: VCTSXS 365/* 1362 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 1370 366/* 1366 */ MCD_OPC_Decode, 207, 9, 3, // Opcode: VMAXFP 367/* 1370 */ MCD_OPC_FilterValue, 17, 151, 33, // Skip to: 9973 368/* 1374 */ MCD_OPC_Decode, 219, 9, 3, // Opcode: VMINFP 369/* 1378 */ MCD_OPC_FilterValue, 12, 133, 0, // Skip to: 1515 370/* 1382 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 371/* 1385 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1393 372/* 1389 */ MCD_OPC_Decode, 228, 9, 3, // Opcode: VMRGHB 373/* 1393 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 1401 374/* 1397 */ MCD_OPC_Decode, 229, 9, 3, // Opcode: VMRGHH 375/* 1401 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 1409 376/* 1405 */ MCD_OPC_Decode, 230, 9, 3, // Opcode: VMRGHW 377/* 1409 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 1417 378/* 1413 */ MCD_OPC_Decode, 231, 9, 3, // Opcode: VMRGLB 379/* 1417 */ MCD_OPC_FilterValue, 5, 4, 0, // Skip to: 1425 380/* 1421 */ MCD_OPC_Decode, 232, 9, 3, // Opcode: VMRGLH 381/* 1425 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 1433 382/* 1429 */ MCD_OPC_Decode, 233, 9, 3, // Opcode: VMRGLW 383/* 1433 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 1441 384/* 1437 */ MCD_OPC_Decode, 162, 10, 7, // Opcode: VSPLTB 385/* 1441 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 1449 386/* 1445 */ MCD_OPC_Decode, 163, 10, 7, // Opcode: VSPLTH 387/* 1449 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 1457 388/* 1453 */ MCD_OPC_Decode, 167, 10, 7, // Opcode: VSPLTW 389/* 1457 */ MCD_OPC_FilterValue, 12, 10, 0, // Skip to: 1471 390/* 1461 */ MCD_OPC_CheckField, 11, 5, 0, 58, 33, // Skip to: 9973 391/* 1467 */ MCD_OPC_Decode, 164, 10, 8, // Opcode: VSPLTISB 392/* 1471 */ MCD_OPC_FilterValue, 13, 10, 0, // Skip to: 1485 393/* 1475 */ MCD_OPC_CheckField, 11, 5, 0, 44, 33, // Skip to: 9973 394/* 1481 */ MCD_OPC_Decode, 165, 10, 8, // Opcode: VSPLTISH 395/* 1485 */ MCD_OPC_FilterValue, 14, 10, 0, // Skip to: 1499 396/* 1489 */ MCD_OPC_CheckField, 11, 5, 0, 30, 33, // Skip to: 9973 397/* 1495 */ MCD_OPC_Decode, 166, 10, 8, // Opcode: VSPLTISW 398/* 1499 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 1507 399/* 1503 */ MCD_OPC_Decode, 160, 10, 3, // Opcode: VSLO 400/* 1507 */ MCD_OPC_FilterValue, 17, 14, 33, // Skip to: 9973 401/* 1511 */ MCD_OPC_Decode, 176, 10, 3, // Opcode: VSRO 402/* 1515 */ MCD_OPC_FilterValue, 14, 159, 0, // Skip to: 1678 403/* 1519 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 404/* 1522 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1530 405/* 1526 */ MCD_OPC_Decode, 136, 10, 3, // Opcode: VPKUHUM 406/* 1530 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 1538 407/* 1534 */ MCD_OPC_Decode, 138, 10, 3, // Opcode: VPKUWUM 408/* 1538 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 1546 409/* 1542 */ MCD_OPC_Decode, 137, 10, 3, // Opcode: VPKUHUS 410/* 1546 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 1554 411/* 1550 */ MCD_OPC_Decode, 139, 10, 3, // Opcode: VPKUWUS 412/* 1554 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 1562 413/* 1558 */ MCD_OPC_Decode, 133, 10, 3, // Opcode: VPKSHUS 414/* 1562 */ MCD_OPC_FilterValue, 5, 4, 0, // Skip to: 1570 415/* 1566 */ MCD_OPC_Decode, 135, 10, 3, // Opcode: VPKSWUS 416/* 1570 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 1578 417/* 1574 */ MCD_OPC_Decode, 132, 10, 3, // Opcode: VPKSHSS 418/* 1578 */ MCD_OPC_FilterValue, 7, 4, 0, // Skip to: 1586 419/* 1582 */ MCD_OPC_Decode, 134, 10, 3, // Opcode: VPKSWSS 420/* 1586 */ MCD_OPC_FilterValue, 8, 10, 0, // Skip to: 1600 421/* 1590 */ MCD_OPC_CheckField, 16, 5, 0, 185, 32, // Skip to: 9973 422/* 1596 */ MCD_OPC_Decode, 196, 10, 4, // Opcode: VUPKHSB 423/* 1600 */ MCD_OPC_FilterValue, 9, 10, 0, // Skip to: 1614 424/* 1604 */ MCD_OPC_CheckField, 16, 5, 0, 171, 32, // Skip to: 9973 425/* 1610 */ MCD_OPC_Decode, 197, 10, 4, // Opcode: VUPKHSH 426/* 1614 */ MCD_OPC_FilterValue, 10, 10, 0, // Skip to: 1628 427/* 1618 */ MCD_OPC_CheckField, 16, 5, 0, 157, 32, // Skip to: 9973 428/* 1624 */ MCD_OPC_Decode, 199, 10, 4, // Opcode: VUPKLSB 429/* 1628 */ MCD_OPC_FilterValue, 11, 10, 0, // Skip to: 1642 430/* 1632 */ MCD_OPC_CheckField, 16, 5, 0, 143, 32, // Skip to: 9973 431/* 1638 */ MCD_OPC_Decode, 200, 10, 4, // Opcode: VUPKLSH 432/* 1642 */ MCD_OPC_FilterValue, 12, 4, 0, // Skip to: 1650 433/* 1646 */ MCD_OPC_Decode, 131, 10, 3, // Opcode: VPKPX 434/* 1650 */ MCD_OPC_FilterValue, 13, 10, 0, // Skip to: 1664 435/* 1654 */ MCD_OPC_CheckField, 16, 5, 0, 121, 32, // Skip to: 9973 436/* 1660 */ MCD_OPC_Decode, 195, 10, 4, // Opcode: VUPKHPX 437/* 1664 */ MCD_OPC_FilterValue, 15, 113, 32, // Skip to: 9973 438/* 1668 */ MCD_OPC_CheckField, 16, 5, 0, 107, 32, // Skip to: 9973 439/* 1674 */ MCD_OPC_Decode, 198, 10, 4, // Opcode: VUPKLPX 440/* 1678 */ MCD_OPC_FilterValue, 32, 4, 0, // Skip to: 1686 441/* 1682 */ MCD_OPC_Decode, 216, 9, 9, // Opcode: VMHADDSHS 442/* 1686 */ MCD_OPC_FilterValue, 33, 4, 0, // Skip to: 1694 443/* 1690 */ MCD_OPC_Decode, 217, 9, 9, // Opcode: VMHRADDSHS 444/* 1694 */ MCD_OPC_FilterValue, 34, 4, 0, // Skip to: 1702 445/* 1698 */ MCD_OPC_Decode, 227, 9, 9, // Opcode: VMLADDUHM 446/* 1702 */ MCD_OPC_FilterValue, 36, 4, 0, // Skip to: 1710 447/* 1706 */ MCD_OPC_Decode, 237, 9, 9, // Opcode: VMSUMUBM 448/* 1710 */ MCD_OPC_FilterValue, 37, 4, 0, // Skip to: 1718 449/* 1714 */ MCD_OPC_Decode, 234, 9, 9, // Opcode: VMSUMMBM 450/* 1718 */ MCD_OPC_FilterValue, 38, 4, 0, // Skip to: 1726 451/* 1722 */ MCD_OPC_Decode, 238, 9, 9, // Opcode: VMSUMUHM 452/* 1726 */ MCD_OPC_FilterValue, 39, 4, 0, // Skip to: 1734 453/* 1730 */ MCD_OPC_Decode, 239, 9, 9, // Opcode: VMSUMUHS 454/* 1734 */ MCD_OPC_FilterValue, 40, 4, 0, // Skip to: 1742 455/* 1738 */ MCD_OPC_Decode, 235, 9, 9, // Opcode: VMSUMSHM 456/* 1742 */ MCD_OPC_FilterValue, 41, 4, 0, // Skip to: 1750 457/* 1746 */ MCD_OPC_Decode, 236, 9, 9, // Opcode: VMSUMSHS 458/* 1750 */ MCD_OPC_FilterValue, 42, 4, 0, // Skip to: 1758 459/* 1754 */ MCD_OPC_Decode, 154, 10, 9, // Opcode: VSEL 460/* 1758 */ MCD_OPC_FilterValue, 43, 4, 0, // Skip to: 1766 461/* 1762 */ MCD_OPC_Decode, 130, 10, 9, // Opcode: VPERM 462/* 1766 */ MCD_OPC_FilterValue, 44, 10, 0, // Skip to: 1780 463/* 1770 */ MCD_OPC_CheckField, 10, 1, 0, 5, 32, // Skip to: 9973 464/* 1776 */ MCD_OPC_Decode, 158, 10, 10, // Opcode: VSLDOI 465/* 1780 */ MCD_OPC_FilterValue, 46, 4, 0, // Skip to: 1788 466/* 1784 */ MCD_OPC_Decode, 206, 9, 11, // Opcode: VMADDFP 467/* 1788 */ MCD_OPC_FilterValue, 47, 245, 31, // Skip to: 9973 468/* 1792 */ MCD_OPC_Decode, 254, 9, 11, // Opcode: VNMSUBFP 469/* 1796 */ MCD_OPC_FilterValue, 7, 4, 0, // Skip to: 1804 470/* 1800 */ MCD_OPC_Decode, 236, 5, 12, // Opcode: MULLI 471/* 1804 */ MCD_OPC_FilterValue, 8, 4, 0, // Skip to: 1812 472/* 1808 */ MCD_OPC_Decode, 218, 8, 12, // Opcode: SUBFIC 473/* 1812 */ MCD_OPC_FilterValue, 10, 19, 0, // Skip to: 1835 474/* 1816 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... 475/* 1819 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1827 476/* 1823 */ MCD_OPC_Decode, 223, 1, 13, // Opcode: CMPLWI 477/* 1827 */ MCD_OPC_FilterValue, 1, 206, 31, // Skip to: 9973 478/* 1831 */ MCD_OPC_Decode, 221, 1, 14, // Opcode: CMPLDI 479/* 1835 */ MCD_OPC_FilterValue, 11, 19, 0, // Skip to: 1858 480/* 1839 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... 481/* 1842 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1850 482/* 1846 */ MCD_OPC_Decode, 225, 1, 15, // Opcode: CMPWI 483/* 1850 */ MCD_OPC_FilterValue, 1, 183, 31, // Skip to: 9973 484/* 1854 */ MCD_OPC_Decode, 219, 1, 16, // Opcode: CMPDI 485/* 1858 */ MCD_OPC_FilterValue, 12, 3, 0, // Skip to: 1865 486/* 1862 */ MCD_OPC_Decode, 39, 12, // Opcode: ADDIC 487/* 1865 */ MCD_OPC_FilterValue, 13, 3, 0, // Skip to: 1872 488/* 1869 */ MCD_OPC_Decode, 41, 12, // Opcode: ADDICo 489/* 1872 */ MCD_OPC_FilterValue, 14, 13, 0, // Skip to: 1889 490/* 1876 */ MCD_OPC_CheckField, 16, 5, 0, 4, 0, // Skip to: 1886 491/* 1882 */ MCD_OPC_Decode, 141, 5, 17, // Opcode: LI 492/* 1886 */ MCD_OPC_Decode, 37, 18, // Opcode: ADDI 493/* 1889 */ MCD_OPC_FilterValue, 15, 13, 0, // Skip to: 1906 494/* 1893 */ MCD_OPC_CheckField, 16, 5, 0, 4, 0, // Skip to: 1903 495/* 1899 */ MCD_OPC_Decode, 143, 5, 17, // Opcode: LIS 496/* 1903 */ MCD_OPC_Decode, 42, 18, // Opcode: ADDIS 497/* 1906 */ MCD_OPC_FilterValue, 16, 7, 1, // Skip to: 2173 498/* 1910 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 499/* 1913 */ MCD_OPC_FilterValue, 0, 61, 0, // Skip to: 1978 500/* 1917 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 501/* 1920 */ MCD_OPC_FilterValue, 128, 4, 4, 0, // Skip to: 1929 502/* 1925 */ MCD_OPC_Decode, 154, 1, 19, // Opcode: BDNZ 503/* 1929 */ MCD_OPC_FilterValue, 192, 4, 4, 0, // Skip to: 1938 504/* 1934 */ MCD_OPC_Decode, 174, 1, 19, // Opcode: BDZ 505/* 1938 */ MCD_OPC_FilterValue, 128, 6, 4, 0, // Skip to: 1947 506/* 1943 */ MCD_OPC_Decode, 172, 1, 19, // Opcode: BDNZm 507/* 1947 */ MCD_OPC_FilterValue, 160, 6, 4, 0, // Skip to: 1956 508/* 1952 */ MCD_OPC_Decode, 173, 1, 19, // Opcode: BDNZp 509/* 1956 */ MCD_OPC_FilterValue, 192, 6, 4, 0, // Skip to: 1965 510/* 1961 */ MCD_OPC_Decode, 192, 1, 19, // Opcode: BDZm 511/* 1965 */ MCD_OPC_FilterValue, 224, 6, 4, 0, // Skip to: 1974 512/* 1970 */ MCD_OPC_Decode, 193, 1, 19, // Opcode: BDZp 513/* 1974 */ MCD_OPC_Decode, 230, 11, 20, // Opcode: gBC 514/* 1978 */ MCD_OPC_FilterValue, 1, 61, 0, // Skip to: 2043 515/* 1982 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 516/* 1985 */ MCD_OPC_FilterValue, 128, 4, 4, 0, // Skip to: 1994 517/* 1990 */ MCD_OPC_Decode, 159, 1, 19, // Opcode: BDNZL 518/* 1994 */ MCD_OPC_FilterValue, 192, 4, 4, 0, // Skip to: 2003 519/* 1999 */ MCD_OPC_Decode, 179, 1, 19, // Opcode: BDZL 520/* 2003 */ MCD_OPC_FilterValue, 128, 6, 4, 0, // Skip to: 2012 521/* 2008 */ MCD_OPC_Decode, 170, 1, 19, // Opcode: BDNZLm 522/* 2012 */ MCD_OPC_FilterValue, 160, 6, 4, 0, // Skip to: 2021 523/* 2017 */ MCD_OPC_Decode, 171, 1, 19, // Opcode: BDNZLp 524/* 2021 */ MCD_OPC_FilterValue, 192, 6, 4, 0, // Skip to: 2030 525/* 2026 */ MCD_OPC_Decode, 190, 1, 19, // Opcode: BDZLm 526/* 2030 */ MCD_OPC_FilterValue, 224, 6, 4, 0, // Skip to: 2039 527/* 2035 */ MCD_OPC_Decode, 191, 1, 19, // Opcode: BDZLp 528/* 2039 */ MCD_OPC_Decode, 234, 11, 20, // Opcode: gBCL 529/* 2043 */ MCD_OPC_FilterValue, 2, 61, 0, // Skip to: 2108 530/* 2047 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 531/* 2050 */ MCD_OPC_FilterValue, 128, 4, 4, 0, // Skip to: 2059 532/* 2055 */ MCD_OPC_Decode, 156, 1, 19, // Opcode: BDNZA 533/* 2059 */ MCD_OPC_FilterValue, 192, 4, 4, 0, // Skip to: 2068 534/* 2064 */ MCD_OPC_Decode, 176, 1, 19, // Opcode: BDZA 535/* 2068 */ MCD_OPC_FilterValue, 128, 6, 4, 0, // Skip to: 2077 536/* 2073 */ MCD_OPC_Decode, 157, 1, 19, // Opcode: BDNZAm 537/* 2077 */ MCD_OPC_FilterValue, 160, 6, 4, 0, // Skip to: 2086 538/* 2082 */ MCD_OPC_Decode, 158, 1, 19, // Opcode: BDNZAp 539/* 2086 */ MCD_OPC_FilterValue, 192, 6, 4, 0, // Skip to: 2095 540/* 2091 */ MCD_OPC_Decode, 177, 1, 19, // Opcode: BDZAm 541/* 2095 */ MCD_OPC_FilterValue, 224, 6, 4, 0, // Skip to: 2104 542/* 2100 */ MCD_OPC_Decode, 178, 1, 19, // Opcode: BDZAp 543/* 2104 */ MCD_OPC_Decode, 231, 11, 20, // Opcode: gBCA 544/* 2108 */ MCD_OPC_FilterValue, 3, 181, 30, // Skip to: 9973 545/* 2112 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 546/* 2115 */ MCD_OPC_FilterValue, 128, 4, 4, 0, // Skip to: 2124 547/* 2120 */ MCD_OPC_Decode, 160, 1, 19, // Opcode: BDNZLA 548/* 2124 */ MCD_OPC_FilterValue, 192, 4, 4, 0, // Skip to: 2133 549/* 2129 */ MCD_OPC_Decode, 180, 1, 19, // Opcode: BDZLA 550/* 2133 */ MCD_OPC_FilterValue, 128, 6, 4, 0, // Skip to: 2142 551/* 2138 */ MCD_OPC_Decode, 161, 1, 19, // Opcode: BDNZLAm 552/* 2142 */ MCD_OPC_FilterValue, 160, 6, 4, 0, // Skip to: 2151 553/* 2147 */ MCD_OPC_Decode, 162, 1, 19, // Opcode: BDNZLAp 554/* 2151 */ MCD_OPC_FilterValue, 192, 6, 4, 0, // Skip to: 2160 555/* 2156 */ MCD_OPC_Decode, 181, 1, 19, // Opcode: BDZLAm 556/* 2160 */ MCD_OPC_FilterValue, 224, 6, 4, 0, // Skip to: 2169 557/* 2165 */ MCD_OPC_Decode, 182, 1, 19, // Opcode: BDZLAp 558/* 2169 */ MCD_OPC_Decode, 235, 11, 20, // Opcode: gBCLA 559/* 2173 */ MCD_OPC_FilterValue, 17, 10, 0, // Skip to: 2187 560/* 2177 */ MCD_OPC_CheckField, 1, 1, 1, 110, 30, // Skip to: 9973 561/* 2183 */ MCD_OPC_Decode, 223, 7, 21, // Opcode: SC 562/* 2187 */ MCD_OPC_FilterValue, 18, 33, 0, // Skip to: 2224 563/* 2191 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 564/* 2194 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 2201 565/* 2198 */ MCD_OPC_Decode, 120, 22, // Opcode: B 566/* 2201 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 2209 567/* 2205 */ MCD_OPC_Decode, 194, 1, 22, // Opcode: BL 568/* 2209 */ MCD_OPC_FilterValue, 2, 3, 0, // Skip to: 2216 569/* 2213 */ MCD_OPC_Decode, 121, 22, // Opcode: BA 570/* 2216 */ MCD_OPC_FilterValue, 3, 73, 30, // Skip to: 9973 571/* 2220 */ MCD_OPC_Decode, 200, 1, 22, // Opcode: BLA 572/* 2224 */ MCD_OPC_FilterValue, 19, 235, 1, // Skip to: 2719 573/* 2228 */ MCD_OPC_ExtractField, 0, 11, // Inst{10-0} ... 574/* 2231 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 2251 575/* 2235 */ MCD_OPC_CheckField, 21, 2, 0, 52, 30, // Skip to: 9973 576/* 2241 */ MCD_OPC_CheckField, 11, 7, 0, 46, 30, // Skip to: 9973 577/* 2247 */ MCD_OPC_Decode, 177, 5, 23, // Opcode: MCRF 578/* 2251 */ MCD_OPC_FilterValue, 32, 119, 0, // Skip to: 2374 579/* 2255 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... 580/* 2258 */ MCD_OPC_FilterValue, 0, 31, 30, // Skip to: 9973 581/* 2262 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 582/* 2265 */ MCD_OPC_FilterValue, 128, 4, 10, 0, // Skip to: 2280 583/* 2270 */ MCD_OPC_CheckField, 11, 2, 0, 94, 0, // Skip to: 2370 584/* 2276 */ MCD_OPC_Decode, 163, 1, 0, // Opcode: BDNZLR 585/* 2280 */ MCD_OPC_FilterValue, 192, 4, 10, 0, // Skip to: 2295 586/* 2285 */ MCD_OPC_CheckField, 11, 2, 0, 79, 0, // Skip to: 2370 587/* 2291 */ MCD_OPC_Decode, 183, 1, 0, // Opcode: BDZLR 588/* 2295 */ MCD_OPC_FilterValue, 128, 5, 10, 0, // Skip to: 2310 589/* 2300 */ MCD_OPC_CheckField, 11, 2, 0, 64, 0, // Skip to: 2370 590/* 2306 */ MCD_OPC_Decode, 203, 1, 0, // Opcode: BLR 591/* 2310 */ MCD_OPC_FilterValue, 128, 6, 10, 0, // Skip to: 2325 592/* 2315 */ MCD_OPC_CheckField, 11, 2, 0, 49, 0, // Skip to: 2370 593/* 2321 */ MCD_OPC_Decode, 168, 1, 0, // Opcode: BDNZLRm 594/* 2325 */ MCD_OPC_FilterValue, 160, 6, 10, 0, // Skip to: 2340 595/* 2330 */ MCD_OPC_CheckField, 11, 2, 0, 34, 0, // Skip to: 2370 596/* 2336 */ MCD_OPC_Decode, 169, 1, 0, // Opcode: BDNZLRp 597/* 2340 */ MCD_OPC_FilterValue, 192, 6, 10, 0, // Skip to: 2355 598/* 2345 */ MCD_OPC_CheckField, 11, 2, 0, 19, 0, // Skip to: 2370 599/* 2351 */ MCD_OPC_Decode, 188, 1, 0, // Opcode: BDZLRm 600/* 2355 */ MCD_OPC_FilterValue, 224, 6, 10, 0, // Skip to: 2370 601/* 2360 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2370 602/* 2366 */ MCD_OPC_Decode, 189, 1, 0, // Opcode: BDZLRp 603/* 2370 */ MCD_OPC_Decode, 236, 11, 24, // Opcode: gBCLR 604/* 2374 */ MCD_OPC_FilterValue, 33, 119, 0, // Skip to: 2497 605/* 2378 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... 606/* 2381 */ MCD_OPC_FilterValue, 0, 164, 29, // Skip to: 9973 607/* 2385 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... 608/* 2388 */ MCD_OPC_FilterValue, 128, 4, 10, 0, // Skip to: 2403 609/* 2393 */ MCD_OPC_CheckField, 11, 2, 0, 94, 0, // Skip to: 2493 610/* 2399 */ MCD_OPC_Decode, 165, 1, 0, // Opcode: BDNZLRL 611/* 2403 */ MCD_OPC_FilterValue, 192, 4, 10, 0, // Skip to: 2418 612/* 2408 */ MCD_OPC_CheckField, 11, 2, 0, 79, 0, // Skip to: 2493 613/* 2414 */ MCD_OPC_Decode, 185, 1, 0, // Opcode: BDZLRL 614/* 2418 */ MCD_OPC_FilterValue, 128, 5, 10, 0, // Skip to: 2433 615/* 2423 */ MCD_OPC_CheckField, 11, 2, 0, 64, 0, // Skip to: 2493 616/* 2429 */ MCD_OPC_Decode, 205, 1, 0, // Opcode: BLRL 617/* 2433 */ MCD_OPC_FilterValue, 128, 6, 10, 0, // Skip to: 2448 618/* 2438 */ MCD_OPC_CheckField, 11, 2, 0, 49, 0, // Skip to: 2493 619/* 2444 */ MCD_OPC_Decode, 166, 1, 0, // Opcode: BDNZLRLm 620/* 2448 */ MCD_OPC_FilterValue, 160, 6, 10, 0, // Skip to: 2463 621/* 2453 */ MCD_OPC_CheckField, 11, 2, 0, 34, 0, // Skip to: 2493 622/* 2459 */ MCD_OPC_Decode, 167, 1, 0, // Opcode: BDNZLRLp 623/* 2463 */ MCD_OPC_FilterValue, 192, 6, 10, 0, // Skip to: 2478 624/* 2468 */ MCD_OPC_CheckField, 11, 2, 0, 19, 0, // Skip to: 2493 625/* 2474 */ MCD_OPC_Decode, 186, 1, 0, // Opcode: BDZLRLm 626/* 2478 */ MCD_OPC_FilterValue, 224, 6, 10, 0, // Skip to: 2493 627/* 2483 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2493 628/* 2489 */ MCD_OPC_Decode, 187, 1, 0, // Opcode: BDZLRLp 629/* 2493 */ MCD_OPC_Decode, 237, 11, 24, // Opcode: gBCLRL 630/* 2497 */ MCD_OPC_FilterValue, 36, 10, 0, // Skip to: 2511 631/* 2501 */ MCD_OPC_CheckField, 11, 15, 0, 42, 29, // Skip to: 9973 632/* 2507 */ MCD_OPC_Decode, 191, 7, 0, // Opcode: RFID 633/* 2511 */ MCD_OPC_FilterValue, 66, 4, 0, // Skip to: 2519 634/* 2515 */ MCD_OPC_Decode, 238, 1, 25, // Opcode: CRNOR 635/* 2519 */ MCD_OPC_FilterValue, 76, 10, 0, // Skip to: 2533 636/* 2523 */ MCD_OPC_CheckField, 11, 15, 0, 20, 29, // Skip to: 9973 637/* 2529 */ MCD_OPC_Decode, 192, 7, 0, // Opcode: RFMCI 638/* 2533 */ MCD_OPC_FilterValue, 78, 10, 0, // Skip to: 2547 639/* 2537 */ MCD_OPC_CheckField, 11, 15, 0, 6, 29, // Skip to: 9973 640/* 2543 */ MCD_OPC_Decode, 189, 7, 0, // Opcode: RFDI 641/* 2547 */ MCD_OPC_FilterValue, 100, 10, 0, // Skip to: 2561 642/* 2551 */ MCD_OPC_CheckField, 11, 15, 0, 248, 28, // Skip to: 9973 643/* 2557 */ MCD_OPC_Decode, 190, 7, 0, // Opcode: RFI 644/* 2561 */ MCD_OPC_FilterValue, 102, 10, 0, // Skip to: 2575 645/* 2565 */ MCD_OPC_CheckField, 11, 15, 0, 234, 28, // Skip to: 9973 646/* 2571 */ MCD_OPC_Decode, 188, 7, 0, // Opcode: RFCI 647/* 2575 */ MCD_OPC_FilterValue, 130, 2, 4, 0, // Skip to: 2584 648/* 2580 */ MCD_OPC_Decode, 235, 1, 25, // Opcode: CRANDC 649/* 2584 */ MCD_OPC_FilterValue, 172, 2, 10, 0, // Skip to: 2599 650/* 2589 */ MCD_OPC_CheckField, 11, 15, 0, 210, 28, // Skip to: 9973 651/* 2595 */ MCD_OPC_Decode, 214, 4, 0, // Opcode: ISYNC 652/* 2599 */ MCD_OPC_FilterValue, 130, 3, 4, 0, // Skip to: 2608 653/* 2604 */ MCD_OPC_Decode, 243, 1, 25, // Opcode: CRXOR 654/* 2608 */ MCD_OPC_FilterValue, 194, 3, 4, 0, // Skip to: 2617 655/* 2613 */ MCD_OPC_Decode, 237, 1, 25, // Opcode: CRNAND 656/* 2617 */ MCD_OPC_FilterValue, 130, 4, 4, 0, // Skip to: 2626 657/* 2622 */ MCD_OPC_Decode, 234, 1, 25, // Opcode: CRAND 658/* 2626 */ MCD_OPC_FilterValue, 194, 4, 4, 0, // Skip to: 2635 659/* 2631 */ MCD_OPC_Decode, 236, 1, 25, // Opcode: CREQV 660/* 2635 */ MCD_OPC_FilterValue, 194, 6, 4, 0, // Skip to: 2644 661/* 2640 */ MCD_OPC_Decode, 240, 1, 25, // Opcode: CRORC 662/* 2644 */ MCD_OPC_FilterValue, 130, 7, 4, 0, // Skip to: 2653 663/* 2649 */ MCD_OPC_Decode, 239, 1, 25, // Opcode: CROR 664/* 2653 */ MCD_OPC_FilterValue, 160, 8, 28, 0, // Skip to: 2686 665/* 2658 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... 666/* 2661 */ MCD_OPC_FilterValue, 0, 140, 28, // Skip to: 9973 667/* 2665 */ MCD_OPC_CheckField, 16, 10, 128, 5, 10, 0, // Skip to: 2682 668/* 2672 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2682 669/* 2678 */ MCD_OPC_Decode, 148, 1, 0, // Opcode: BCTR 670/* 2682 */ MCD_OPC_Decode, 232, 11, 24, // Opcode: gBCCTR 671/* 2686 */ MCD_OPC_FilterValue, 161, 8, 114, 28, // Skip to: 9973 672/* 2691 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... 673/* 2694 */ MCD_OPC_FilterValue, 0, 107, 28, // Skip to: 9973 674/* 2698 */ MCD_OPC_CheckField, 16, 10, 128, 5, 10, 0, // Skip to: 2715 675/* 2705 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2715 676/* 2711 */ MCD_OPC_Decode, 150, 1, 0, // Opcode: BCTRL 677/* 2715 */ MCD_OPC_Decode, 233, 11, 24, // Opcode: gBCCTRL 678/* 2719 */ MCD_OPC_FilterValue, 20, 19, 0, // Skip to: 2742 679/* 2723 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 680/* 2726 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2734 681/* 2730 */ MCD_OPC_Decode, 206, 7, 26, // Opcode: RLWIMI 682/* 2734 */ MCD_OPC_FilterValue, 1, 67, 28, // Skip to: 9973 683/* 2738 */ MCD_OPC_Decode, 209, 7, 26, // Opcode: RLWIMIo 684/* 2742 */ MCD_OPC_FilterValue, 21, 19, 0, // Skip to: 2765 685/* 2746 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 686/* 2749 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2757 687/* 2753 */ MCD_OPC_Decode, 210, 7, 27, // Opcode: RLWINM 688/* 2757 */ MCD_OPC_FilterValue, 1, 44, 28, // Skip to: 9973 689/* 2761 */ MCD_OPC_Decode, 213, 7, 27, // Opcode: RLWINMo 690/* 2765 */ MCD_OPC_FilterValue, 23, 19, 0, // Skip to: 2788 691/* 2769 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 692/* 2772 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2780 693/* 2776 */ MCD_OPC_Decode, 214, 7, 28, // Opcode: RLWNM 694/* 2780 */ MCD_OPC_FilterValue, 1, 21, 28, // Skip to: 9973 695/* 2784 */ MCD_OPC_Decode, 217, 7, 28, // Opcode: RLWNMo 696/* 2788 */ MCD_OPC_FilterValue, 24, 14, 0, // Skip to: 2806 697/* 2792 */ MCD_OPC_CheckField, 0, 26, 0, 4, 0, // Skip to: 2802 698/* 2798 */ MCD_OPC_Decode, 251, 5, 0, // Opcode: NOP 699/* 2802 */ MCD_OPC_Decode, 137, 6, 29, // Opcode: ORI 700/* 2806 */ MCD_OPC_FilterValue, 25, 4, 0, // Skip to: 2814 701/* 2810 */ MCD_OPC_Decode, 139, 6, 29, // Opcode: ORIS 702/* 2814 */ MCD_OPC_FilterValue, 26, 4, 0, // Skip to: 2822 703/* 2818 */ MCD_OPC_Decode, 214, 10, 29, // Opcode: XORI 704/* 2822 */ MCD_OPC_FilterValue, 27, 4, 0, // Skip to: 2830 705/* 2826 */ MCD_OPC_Decode, 216, 10, 29, // Opcode: XORIS 706/* 2830 */ MCD_OPC_FilterValue, 28, 3, 0, // Skip to: 2837 707/* 2834 */ MCD_OPC_Decode, 80, 29, // Opcode: ANDIo 708/* 2837 */ MCD_OPC_FilterValue, 29, 3, 0, // Skip to: 2844 709/* 2841 */ MCD_OPC_Decode, 78, 29, // Opcode: ANDISo 710/* 2844 */ MCD_OPC_FilterValue, 30, 134, 0, // Skip to: 2982 711/* 2848 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... 712/* 2851 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 2874 713/* 2855 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 714/* 2858 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2866 715/* 2862 */ MCD_OPC_Decode, 198, 7, 30, // Opcode: RLDICL 716/* 2866 */ MCD_OPC_FilterValue, 1, 191, 27, // Skip to: 9973 717/* 2870 */ MCD_OPC_Decode, 200, 7, 30, // Opcode: RLDICLo 718/* 2874 */ MCD_OPC_FilterValue, 1, 19, 0, // Skip to: 2897 719/* 2878 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 720/* 2881 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2889 721/* 2885 */ MCD_OPC_Decode, 201, 7, 30, // Opcode: RLDICR 722/* 2889 */ MCD_OPC_FilterValue, 1, 168, 27, // Skip to: 9973 723/* 2893 */ MCD_OPC_Decode, 202, 7, 30, // Opcode: RLDICRo 724/* 2897 */ MCD_OPC_FilterValue, 2, 19, 0, // Skip to: 2920 725/* 2901 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 726/* 2904 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2912 727/* 2908 */ MCD_OPC_Decode, 197, 7, 30, // Opcode: RLDIC 728/* 2912 */ MCD_OPC_FilterValue, 1, 145, 27, // Skip to: 9973 729/* 2916 */ MCD_OPC_Decode, 203, 7, 30, // Opcode: RLDICo 730/* 2920 */ MCD_OPC_FilterValue, 3, 19, 0, // Skip to: 2943 731/* 2924 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 732/* 2927 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2935 733/* 2931 */ MCD_OPC_Decode, 204, 7, 31, // Opcode: RLDIMI 734/* 2935 */ MCD_OPC_FilterValue, 1, 122, 27, // Skip to: 9973 735/* 2939 */ MCD_OPC_Decode, 205, 7, 31, // Opcode: RLDIMIo 736/* 2943 */ MCD_OPC_FilterValue, 4, 114, 27, // Skip to: 9973 737/* 2947 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 738/* 2950 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 2958 739/* 2954 */ MCD_OPC_Decode, 193, 7, 32, // Opcode: RLDCL 740/* 2958 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 2966 741/* 2962 */ MCD_OPC_Decode, 194, 7, 32, // Opcode: RLDCLo 742/* 2966 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 2974 743/* 2970 */ MCD_OPC_Decode, 195, 7, 32, // Opcode: RLDCR 744/* 2974 */ MCD_OPC_FilterValue, 3, 83, 27, // Skip to: 9973 745/* 2978 */ MCD_OPC_Decode, 196, 7, 32, // Opcode: RLDCRo 746/* 2982 */ MCD_OPC_FilterValue, 31, 179, 12, // Skip to: 6237 747/* 2986 */ MCD_OPC_ExtractField, 2, 4, // Inst{5-2} ... 748/* 2989 */ MCD_OPC_FilterValue, 0, 73, 0, // Skip to: 3066 749/* 2993 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 750/* 2996 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 3031 751/* 3000 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... 752/* 3003 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 3017 753/* 3007 */ MCD_OPC_CheckField, 0, 2, 0, 48, 27, // Skip to: 9973 754/* 3013 */ MCD_OPC_Decode, 224, 1, 33, // Opcode: CMPW 755/* 3017 */ MCD_OPC_FilterValue, 1, 40, 27, // Skip to: 9973 756/* 3021 */ MCD_OPC_CheckField, 0, 2, 0, 34, 27, // Skip to: 9973 757/* 3027 */ MCD_OPC_Decode, 218, 1, 34, // Opcode: CMPD 758/* 3031 */ MCD_OPC_FilterValue, 1, 26, 27, // Skip to: 9973 759/* 3035 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... 760/* 3038 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 3052 761/* 3042 */ MCD_OPC_CheckField, 0, 2, 0, 13, 27, // Skip to: 9973 762/* 3048 */ MCD_OPC_Decode, 222, 1, 33, // Opcode: CMPLW 763/* 3052 */ MCD_OPC_FilterValue, 1, 5, 27, // Skip to: 9973 764/* 3056 */ MCD_OPC_CheckField, 0, 2, 0, 255, 26, // Skip to: 9973 765/* 3062 */ MCD_OPC_Decode, 220, 1, 34, // Opcode: CMPLD 766/* 3066 */ MCD_OPC_FilterValue, 1, 65, 0, // Skip to: 3135 767/* 3070 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 768/* 3073 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 3093 769/* 3077 */ MCD_OPC_CheckField, 16, 1, 0, 234, 26, // Skip to: 9973 770/* 3083 */ MCD_OPC_CheckField, 1, 1, 1, 228, 26, // Skip to: 9973 771/* 3089 */ MCD_OPC_Decode, 209, 10, 35, // Opcode: WRTEE 772/* 3093 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 3107 773/* 3097 */ MCD_OPC_CheckField, 1, 1, 1, 214, 26, // Skip to: 9973 774/* 3103 */ MCD_OPC_Decode, 210, 10, 36, // Opcode: WRTEEI 775/* 3107 */ MCD_OPC_FilterValue, 10, 10, 0, // Skip to: 3121 776/* 3111 */ MCD_OPC_CheckField, 0, 2, 2, 200, 26, // Skip to: 9973 777/* 3117 */ MCD_OPC_Decode, 183, 5, 37, // Opcode: MFDCR 778/* 3121 */ MCD_OPC_FilterValue, 14, 192, 26, // Skip to: 9973 779/* 3125 */ MCD_OPC_CheckField, 0, 2, 2, 186, 26, // Skip to: 9973 780/* 3131 */ MCD_OPC_Decode, 206, 5, 37, // Opcode: MTDCR 781/* 3135 */ MCD_OPC_FilterValue, 2, 44, 0, // Skip to: 3183 782/* 3139 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 783/* 3142 */ MCD_OPC_FilterValue, 0, 23, 0, // Skip to: 3169 784/* 3146 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 785/* 3149 */ MCD_OPC_FilterValue, 0, 164, 26, // Skip to: 9973 786/* 3153 */ MCD_OPC_CheckField, 11, 15, 128, 248, 1, 4, 0, // Skip to: 3165 787/* 3161 */ MCD_OPC_Decode, 134, 9, 0, // Opcode: TRAP 788/* 3165 */ MCD_OPC_Decode, 135, 9, 38, // Opcode: TW 789/* 3169 */ MCD_OPC_FilterValue, 2, 144, 26, // Skip to: 9973 790/* 3173 */ MCD_OPC_CheckField, 0, 2, 0, 138, 26, // Skip to: 9973 791/* 3179 */ MCD_OPC_Decode, 246, 8, 39, // Opcode: TD 792/* 3183 */ MCD_OPC_FilterValue, 3, 201, 0, // Skip to: 3388 793/* 3187 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 794/* 3190 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 3213 795/* 3194 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 796/* 3197 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 3205 797/* 3201 */ MCD_OPC_Decode, 150, 5, 40, // Opcode: LVSL 798/* 3205 */ MCD_OPC_FilterValue, 2, 108, 26, // Skip to: 9973 799/* 3209 */ MCD_OPC_Decode, 147, 5, 40, // Opcode: LVEBX 800/* 3213 */ MCD_OPC_FilterValue, 1, 19, 0, // Skip to: 3236 801/* 3217 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 802/* 3220 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 3228 803/* 3224 */ MCD_OPC_Decode, 151, 5, 40, // Opcode: LVSR 804/* 3228 */ MCD_OPC_FilterValue, 2, 85, 26, // Skip to: 9973 805/* 3232 */ MCD_OPC_Decode, 148, 5, 40, // Opcode: LVEHX 806/* 3236 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 3250 807/* 3240 */ MCD_OPC_CheckField, 0, 2, 2, 71, 26, // Skip to: 9973 808/* 3246 */ MCD_OPC_Decode, 149, 5, 40, // Opcode: LVEWX 809/* 3250 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 3264 810/* 3254 */ MCD_OPC_CheckField, 0, 2, 2, 57, 26, // Skip to: 9973 811/* 3260 */ MCD_OPC_Decode, 152, 5, 40, // Opcode: LVX 812/* 3264 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 3278 813/* 3268 */ MCD_OPC_CheckField, 0, 2, 2, 43, 26, // Skip to: 9973 814/* 3274 */ MCD_OPC_Decode, 188, 8, 40, // Opcode: STVEBX 815/* 3278 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 3292 816/* 3282 */ MCD_OPC_CheckField, 0, 2, 2, 29, 26, // Skip to: 9973 817/* 3288 */ MCD_OPC_Decode, 189, 8, 40, // Opcode: STVEHX 818/* 3292 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 3306 819/* 3296 */ MCD_OPC_CheckField, 0, 2, 2, 15, 26, // Skip to: 9973 820/* 3302 */ MCD_OPC_Decode, 190, 8, 40, // Opcode: STVEWX 821/* 3306 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 3320 822/* 3310 */ MCD_OPC_CheckField, 0, 2, 2, 1, 26, // Skip to: 9973 823/* 3316 */ MCD_OPC_Decode, 191, 8, 40, // Opcode: STVX 824/* 3320 */ MCD_OPC_FilterValue, 11, 10, 0, // Skip to: 3334 825/* 3324 */ MCD_OPC_CheckField, 0, 2, 2, 243, 25, // Skip to: 9973 826/* 3330 */ MCD_OPC_Decode, 153, 5, 40, // Opcode: LVXL 827/* 3334 */ MCD_OPC_FilterValue, 14, 16, 0, // Skip to: 3354 828/* 3338 */ MCD_OPC_CheckField, 21, 5, 0, 229, 25, // Skip to: 9973 829/* 3344 */ MCD_OPC_CheckField, 0, 2, 0, 223, 25, // Skip to: 9973 830/* 3350 */ MCD_OPC_Decode, 252, 1, 41, // Opcode: DCCCI 831/* 3354 */ MCD_OPC_FilterValue, 15, 10, 0, // Skip to: 3368 832/* 3358 */ MCD_OPC_CheckField, 0, 2, 2, 209, 25, // Skip to: 9973 833/* 3364 */ MCD_OPC_Decode, 192, 8, 40, // Opcode: STVXL 834/* 3368 */ MCD_OPC_FilterValue, 30, 201, 25, // Skip to: 9973 835/* 3372 */ MCD_OPC_CheckField, 21, 5, 0, 195, 25, // Skip to: 9973 836/* 3378 */ MCD_OPC_CheckField, 0, 2, 0, 189, 25, // Skip to: 9973 837/* 3384 */ MCD_OPC_Decode, 205, 4, 41, // Opcode: ICCCI 838/* 3388 */ MCD_OPC_FilterValue, 4, 22, 1, // Skip to: 3670 839/* 3392 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 840/* 3395 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 3434 841/* 3399 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 842/* 3402 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 3410 843/* 3406 */ MCD_OPC_Decode, 210, 8, 42, // Opcode: SUBFC 844/* 3410 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 3418 845/* 3414 */ MCD_OPC_Decode, 213, 8, 42, // Opcode: SUBFCo 846/* 3418 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3426 847/* 3422 */ MCD_OPC_Decode, 227, 5, 43, // Opcode: MULHDU 848/* 3426 */ MCD_OPC_FilterValue, 3, 143, 25, // Skip to: 9973 849/* 3430 */ MCD_OPC_Decode, 228, 5, 43, // Opcode: MULHDUo 850/* 3434 */ MCD_OPC_FilterValue, 1, 19, 0, // Skip to: 3457 851/* 3438 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 852/* 3441 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 3449 853/* 3445 */ MCD_OPC_Decode, 207, 8, 42, // Opcode: SUBF 854/* 3449 */ MCD_OPC_FilterValue, 1, 120, 25, // Skip to: 9973 855/* 3453 */ MCD_OPC_Decode, 228, 8, 42, // Opcode: SUBFo 856/* 3457 */ MCD_OPC_FilterValue, 2, 19, 0, // Skip to: 3480 857/* 3461 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 858/* 3464 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3472 859/* 3468 */ MCD_OPC_Decode, 226, 5, 43, // Opcode: MULHD 860/* 3472 */ MCD_OPC_FilterValue, 3, 97, 25, // Skip to: 9973 861/* 3476 */ MCD_OPC_Decode, 229, 5, 43, // Opcode: MULHDo 862/* 3480 */ MCD_OPC_FilterValue, 3, 31, 0, // Skip to: 3515 863/* 3484 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 864/* 3487 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 3501 865/* 3491 */ MCD_OPC_CheckField, 11, 5, 0, 76, 25, // Skip to: 9973 866/* 3497 */ MCD_OPC_Decode, 247, 5, 44, // Opcode: NEG 867/* 3501 */ MCD_OPC_FilterValue, 1, 68, 25, // Skip to: 9973 868/* 3505 */ MCD_OPC_CheckField, 11, 5, 0, 62, 25, // Skip to: 9973 869/* 3511 */ MCD_OPC_Decode, 250, 5, 44, // Opcode: NEGo 870/* 3515 */ MCD_OPC_FilterValue, 4, 19, 0, // Skip to: 3538 871/* 3519 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 872/* 3522 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 3530 873/* 3526 */ MCD_OPC_Decode, 214, 8, 42, // Opcode: SUBFE 874/* 3530 */ MCD_OPC_FilterValue, 1, 39, 25, // Skip to: 9973 875/* 3534 */ MCD_OPC_Decode, 217, 8, 42, // Opcode: SUBFEo 876/* 3538 */ MCD_OPC_FilterValue, 6, 31, 0, // Skip to: 3573 877/* 3542 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 878/* 3545 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 3559 879/* 3549 */ MCD_OPC_CheckField, 11, 5, 0, 18, 25, // Skip to: 9973 880/* 3555 */ MCD_OPC_Decode, 224, 8, 44, // Opcode: SUBFZE 881/* 3559 */ MCD_OPC_FilterValue, 1, 10, 25, // Skip to: 9973 882/* 3563 */ MCD_OPC_CheckField, 11, 5, 0, 4, 25, // Skip to: 9973 883/* 3569 */ MCD_OPC_Decode, 227, 8, 44, // Opcode: SUBFZEo 884/* 3573 */ MCD_OPC_FilterValue, 7, 47, 0, // Skip to: 3624 885/* 3577 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 886/* 3580 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 3594 887/* 3584 */ MCD_OPC_CheckField, 11, 5, 0, 239, 24, // Skip to: 9973 888/* 3590 */ MCD_OPC_Decode, 220, 8, 44, // Opcode: SUBFME 889/* 3594 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 3608 890/* 3598 */ MCD_OPC_CheckField, 11, 5, 0, 225, 24, // Skip to: 9973 891/* 3604 */ MCD_OPC_Decode, 223, 8, 44, // Opcode: SUBFMEo 892/* 3608 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3616 893/* 3612 */ MCD_OPC_Decode, 234, 5, 43, // Opcode: MULLD 894/* 3616 */ MCD_OPC_FilterValue, 3, 209, 24, // Skip to: 9973 895/* 3620 */ MCD_OPC_Decode, 235, 5, 43, // Opcode: MULLDo 896/* 3624 */ MCD_OPC_FilterValue, 14, 19, 0, // Skip to: 3647 897/* 3628 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 898/* 3631 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3639 899/* 3635 */ MCD_OPC_Decode, 254, 1, 43, // Opcode: DIVDU 900/* 3639 */ MCD_OPC_FilterValue, 3, 186, 24, // Skip to: 9973 901/* 3643 */ MCD_OPC_Decode, 255, 1, 43, // Opcode: DIVDUo 902/* 3647 */ MCD_OPC_FilterValue, 15, 178, 24, // Skip to: 9973 903/* 3651 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 904/* 3654 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3662 905/* 3658 */ MCD_OPC_Decode, 253, 1, 43, // Opcode: DIVD 906/* 3662 */ MCD_OPC_FilterValue, 3, 163, 24, // Skip to: 9973 907/* 3666 */ MCD_OPC_Decode, 128, 2, 43, // Opcode: DIVDo 908/* 3670 */ MCD_OPC_FilterValue, 5, 233, 0, // Skip to: 3907 909/* 3674 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 910/* 3677 */ MCD_OPC_FilterValue, 0, 33, 0, // Skip to: 3714 911/* 3681 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 912/* 3684 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 3691 913/* 3688 */ MCD_OPC_Decode, 29, 42, // Opcode: ADDC 914/* 3691 */ MCD_OPC_FilterValue, 1, 3, 0, // Skip to: 3698 915/* 3695 */ MCD_OPC_Decode, 32, 42, // Opcode: ADDCo 916/* 3698 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3706 917/* 3702 */ MCD_OPC_Decode, 231, 5, 42, // Opcode: MULHWU 918/* 3706 */ MCD_OPC_FilterValue, 3, 119, 24, // Skip to: 9973 919/* 3710 */ MCD_OPC_Decode, 232, 5, 42, // Opcode: MULHWUo 920/* 3714 */ MCD_OPC_FilterValue, 2, 19, 0, // Skip to: 3737 921/* 3718 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 922/* 3721 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3729 923/* 3725 */ MCD_OPC_Decode, 230, 5, 42, // Opcode: MULHW 924/* 3729 */ MCD_OPC_FilterValue, 3, 96, 24, // Skip to: 9973 925/* 3733 */ MCD_OPC_Decode, 233, 5, 42, // Opcode: MULHWo 926/* 3737 */ MCD_OPC_FilterValue, 4, 17, 0, // Skip to: 3758 927/* 3741 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 928/* 3744 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 3751 929/* 3748 */ MCD_OPC_Decode, 33, 42, // Opcode: ADDE 930/* 3751 */ MCD_OPC_FilterValue, 1, 74, 24, // Skip to: 9973 931/* 3755 */ MCD_OPC_Decode, 36, 42, // Opcode: ADDEo 932/* 3758 */ MCD_OPC_FilterValue, 6, 29, 0, // Skip to: 3791 933/* 3762 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 934/* 3765 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 3778 935/* 3769 */ MCD_OPC_CheckField, 11, 5, 0, 54, 24, // Skip to: 9973 936/* 3775 */ MCD_OPC_Decode, 65, 44, // Opcode: ADDZE 937/* 3778 */ MCD_OPC_FilterValue, 1, 47, 24, // Skip to: 9973 938/* 3782 */ MCD_OPC_CheckField, 11, 5, 0, 41, 24, // Skip to: 9973 939/* 3788 */ MCD_OPC_Decode, 68, 44, // Opcode: ADDZEo 940/* 3791 */ MCD_OPC_FilterValue, 7, 45, 0, // Skip to: 3840 941/* 3795 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 942/* 3798 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 3811 943/* 3802 */ MCD_OPC_CheckField, 11, 5, 0, 21, 24, // Skip to: 9973 944/* 3808 */ MCD_OPC_Decode, 61, 44, // Opcode: ADDME 945/* 3811 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 3824 946/* 3815 */ MCD_OPC_CheckField, 11, 5, 0, 8, 24, // Skip to: 9973 947/* 3821 */ MCD_OPC_Decode, 64, 44, // Opcode: ADDMEo 948/* 3824 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3832 949/* 3828 */ MCD_OPC_Decode, 238, 5, 42, // Opcode: MULLW 950/* 3832 */ MCD_OPC_FilterValue, 3, 249, 23, // Skip to: 9973 951/* 3836 */ MCD_OPC_Decode, 239, 5, 42, // Opcode: MULLWo 952/* 3840 */ MCD_OPC_FilterValue, 8, 17, 0, // Skip to: 3861 953/* 3844 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 954/* 3847 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 3854 955/* 3851 */ MCD_OPC_Decode, 22, 42, // Opcode: ADD4 956/* 3854 */ MCD_OPC_FilterValue, 1, 227, 23, // Skip to: 9973 957/* 3858 */ MCD_OPC_Decode, 24, 42, // Opcode: ADD4o 958/* 3861 */ MCD_OPC_FilterValue, 14, 19, 0, // Skip to: 3884 959/* 3865 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 960/* 3868 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3876 961/* 3872 */ MCD_OPC_Decode, 130, 2, 42, // Opcode: DIVWU 962/* 3876 */ MCD_OPC_FilterValue, 3, 205, 23, // Skip to: 9973 963/* 3880 */ MCD_OPC_Decode, 131, 2, 42, // Opcode: DIVWUo 964/* 3884 */ MCD_OPC_FilterValue, 15, 197, 23, // Skip to: 9973 965/* 3888 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 966/* 3891 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 3899 967/* 3895 */ MCD_OPC_Decode, 129, 2, 42, // Opcode: DIVW 968/* 3899 */ MCD_OPC_FilterValue, 3, 182, 23, // Skip to: 9973 969/* 3903 */ MCD_OPC_Decode, 132, 2, 42, // Opcode: DIVWo 970/* 3907 */ MCD_OPC_FilterValue, 6, 101, 0, // Skip to: 4012 971/* 3911 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 972/* 3914 */ MCD_OPC_FilterValue, 10, 10, 0, // Skip to: 3928 973/* 3918 */ MCD_OPC_CheckField, 1, 1, 0, 161, 23, // Skip to: 9973 974/* 3924 */ MCD_OPC_Decode, 174, 5, 45, // Opcode: LXVDSX 975/* 3928 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 3942 976/* 3932 */ MCD_OPC_CheckField, 1, 1, 0, 147, 23, // Skip to: 9973 977/* 3938 */ MCD_OPC_Decode, 172, 5, 46, // Opcode: LXSDX 978/* 3942 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 3956 979/* 3946 */ MCD_OPC_CheckField, 1, 1, 0, 133, 23, // Skip to: 9973 980/* 3952 */ MCD_OPC_Decode, 204, 8, 46, // Opcode: STXSDX 981/* 3956 */ MCD_OPC_FilterValue, 24, 10, 0, // Skip to: 3970 982/* 3960 */ MCD_OPC_CheckField, 1, 1, 0, 119, 23, // Skip to: 9973 983/* 3966 */ MCD_OPC_Decode, 175, 5, 45, // Opcode: LXVW4X 984/* 3970 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 3984 985/* 3974 */ MCD_OPC_CheckField, 1, 1, 0, 105, 23, // Skip to: 9973 986/* 3980 */ MCD_OPC_Decode, 173, 5, 45, // Opcode: LXVD2X 987/* 3984 */ MCD_OPC_FilterValue, 28, 10, 0, // Skip to: 3998 988/* 3988 */ MCD_OPC_CheckField, 1, 1, 0, 91, 23, // Skip to: 9973 989/* 3994 */ MCD_OPC_Decode, 206, 8, 45, // Opcode: STXVW4X 990/* 3998 */ MCD_OPC_FilterValue, 30, 83, 23, // Skip to: 9973 991/* 4002 */ MCD_OPC_CheckField, 1, 1, 0, 77, 23, // Skip to: 9973 992/* 4008 */ MCD_OPC_Decode, 205, 8, 45, // Opcode: STXVD2X 993/* 4012 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 4026 994/* 4016 */ MCD_OPC_CheckField, 0, 2, 2, 63, 23, // Skip to: 9973 995/* 4022 */ MCD_OPC_Decode, 212, 4, 47, // Opcode: ISEL 996/* 4026 */ MCD_OPC_FilterValue, 8, 43, 0, // Skip to: 4073 997/* 4030 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... 998/* 4033 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 4053 999/* 4037 */ MCD_OPC_CheckField, 6, 6, 4, 42, 23, // Skip to: 9973 1000/* 4043 */ MCD_OPC_CheckField, 0, 2, 0, 36, 23, // Skip to: 9973 1001/* 4049 */ MCD_OPC_Decode, 200, 5, 48, // Opcode: MTCRF 1002/* 4053 */ MCD_OPC_FilterValue, 1, 28, 23, // Skip to: 9973 1003/* 4057 */ MCD_OPC_CheckField, 6, 6, 4, 22, 23, // Skip to: 9973 1004/* 4063 */ MCD_OPC_CheckField, 0, 2, 0, 16, 23, // Skip to: 9973 1005/* 4069 */ MCD_OPC_Decode, 218, 5, 49, // Opcode: MTOCRF 1006/* 4073 */ MCD_OPC_FilterValue, 9, 246, 1, // Skip to: 4579 1007/* 4077 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1008/* 4080 */ MCD_OPC_FilterValue, 0, 43, 0, // Skip to: 4127 1009/* 4084 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... 1010/* 4087 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 4107 1011/* 4091 */ MCD_OPC_CheckField, 11, 9, 0, 244, 22, // Skip to: 9973 1012/* 4097 */ MCD_OPC_CheckField, 0, 2, 2, 238, 22, // Skip to: 9973 1013/* 4103 */ MCD_OPC_Decode, 179, 5, 35, // Opcode: MFCR 1014/* 4107 */ MCD_OPC_FilterValue, 1, 230, 22, // Skip to: 9973 1015/* 4111 */ MCD_OPC_CheckField, 11, 1, 0, 224, 22, // Skip to: 9973 1016/* 4117 */ MCD_OPC_CheckField, 0, 2, 2, 218, 22, // Skip to: 9973 1017/* 4123 */ MCD_OPC_Decode, 189, 5, 50, // Opcode: MFOCRF 1018/* 4127 */ MCD_OPC_FilterValue, 2, 16, 0, // Skip to: 4147 1019/* 4131 */ MCD_OPC_CheckField, 11, 10, 0, 204, 22, // Skip to: 9973 1020/* 4137 */ MCD_OPC_CheckField, 0, 2, 2, 198, 22, // Skip to: 9973 1021/* 4143 */ MCD_OPC_Decode, 188, 5, 35, // Opcode: MFMSR 1022/* 4147 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 4161 1023/* 4151 */ MCD_OPC_CheckField, 1, 1, 0, 184, 22, // Skip to: 9973 1024/* 4157 */ MCD_OPC_Decode, 216, 5, 51, // Opcode: MTMSR 1025/* 4161 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 4175 1026/* 4165 */ MCD_OPC_CheckField, 1, 1, 0, 170, 22, // Skip to: 9973 1027/* 4171 */ MCD_OPC_Decode, 217, 5, 51, // Opcode: MTMSRD 1028/* 4175 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 4189 1029/* 4179 */ MCD_OPC_CheckField, 1, 1, 0, 156, 22, // Skip to: 9973 1030/* 4185 */ MCD_OPC_Decode, 221, 5, 52, // Opcode: MTSR 1031/* 4189 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 4203 1032/* 4193 */ MCD_OPC_CheckField, 1, 1, 0, 142, 22, // Skip to: 9973 1033/* 4199 */ MCD_OPC_Decode, 222, 5, 53, // Opcode: MTSRIN 1034/* 4203 */ MCD_OPC_FilterValue, 8, 16, 0, // Skip to: 4223 1035/* 4207 */ MCD_OPC_CheckField, 16, 10, 0, 128, 22, // Skip to: 9973 1036/* 4213 */ MCD_OPC_CheckField, 0, 2, 0, 122, 22, // Skip to: 9973 1037/* 4219 */ MCD_OPC_Decode, 250, 8, 54, // Opcode: TLBIEL 1038/* 4223 */ MCD_OPC_FilterValue, 9, 16, 0, // Skip to: 4243 1039/* 4227 */ MCD_OPC_CheckField, 16, 5, 0, 108, 22, // Skip to: 9973 1040/* 4233 */ MCD_OPC_CheckField, 0, 2, 0, 102, 22, // Skip to: 9973 1041/* 4239 */ MCD_OPC_Decode, 249, 8, 53, // Opcode: TLBIE 1042/* 4243 */ MCD_OPC_FilterValue, 10, 32, 0, // Skip to: 4279 1043/* 4247 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1044/* 4250 */ MCD_OPC_FilterValue, 2, 87, 22, // Skip to: 9973 1045/* 4254 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ... 1046/* 4257 */ MCD_OPC_FilterValue, 128, 2, 4, 0, // Skip to: 4266 1047/* 4262 */ MCD_OPC_Decode, 186, 5, 35, // Opcode: MFLR 1048/* 4266 */ MCD_OPC_FilterValue, 160, 2, 4, 0, // Skip to: 4275 1049/* 4271 */ MCD_OPC_Decode, 181, 5, 35, // Opcode: MFCTR 1050/* 4275 */ MCD_OPC_Decode, 191, 5, 37, // Opcode: MFSPR 1051/* 4279 */ MCD_OPC_FilterValue, 11, 25, 0, // Skip to: 4308 1052/* 4283 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1053/* 4286 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 4300 1054/* 4290 */ MCD_OPC_CheckField, 11, 15, 0, 45, 22, // Skip to: 9973 1055/* 4296 */ MCD_OPC_Decode, 248, 8, 0, // Opcode: TLBIA 1056/* 4300 */ MCD_OPC_FilterValue, 2, 37, 22, // Skip to: 9973 1057/* 4304 */ MCD_OPC_Decode, 194, 5, 37, // Opcode: MFTB 1058/* 4308 */ MCD_OPC_FilterValue, 12, 16, 0, // Skip to: 4328 1059/* 4312 */ MCD_OPC_CheckField, 16, 5, 0, 23, 22, // Skip to: 9973 1060/* 4318 */ MCD_OPC_CheckField, 0, 2, 0, 17, 22, // Skip to: 9973 1061/* 4324 */ MCD_OPC_Decode, 247, 7, 53, // Opcode: SLBMTE 1062/* 4328 */ MCD_OPC_FilterValue, 13, 16, 0, // Skip to: 4348 1063/* 4332 */ MCD_OPC_CheckField, 16, 10, 0, 3, 22, // Skip to: 9973 1064/* 4338 */ MCD_OPC_CheckField, 0, 2, 0, 253, 21, // Skip to: 9973 1065/* 4344 */ MCD_OPC_Decode, 245, 7, 54, // Opcode: SLBIE 1066/* 4348 */ MCD_OPC_FilterValue, 14, 32, 0, // Skip to: 4384 1067/* 4352 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1068/* 4355 */ MCD_OPC_FilterValue, 2, 238, 21, // Skip to: 9973 1069/* 4359 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ... 1070/* 4362 */ MCD_OPC_FilterValue, 128, 2, 4, 0, // Skip to: 4371 1071/* 4367 */ MCD_OPC_Decode, 214, 5, 35, // Opcode: MTLR 1072/* 4371 */ MCD_OPC_FilterValue, 160, 2, 4, 0, // Skip to: 4380 1073/* 4376 */ MCD_OPC_Decode, 202, 5, 35, // Opcode: MTCTR 1074/* 4380 */ MCD_OPC_Decode, 220, 5, 55, // Opcode: MTSPR 1075/* 4384 */ MCD_OPC_FilterValue, 15, 16, 0, // Skip to: 4404 1076/* 4388 */ MCD_OPC_CheckField, 11, 15, 0, 203, 21, // Skip to: 9973 1077/* 4394 */ MCD_OPC_CheckField, 0, 2, 0, 197, 21, // Skip to: 9973 1078/* 4400 */ MCD_OPC_Decode, 244, 7, 0, // Opcode: SLBIA 1079/* 4404 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 4418 1080/* 4408 */ MCD_OPC_CheckField, 1, 1, 1, 183, 21, // Skip to: 9973 1081/* 4414 */ MCD_OPC_Decode, 192, 5, 52, // Opcode: MFSR 1082/* 4418 */ MCD_OPC_FilterValue, 20, 10, 0, // Skip to: 4432 1083/* 4422 */ MCD_OPC_CheckField, 1, 1, 1, 169, 21, // Skip to: 9973 1084/* 4428 */ MCD_OPC_Decode, 193, 5, 53, // Opcode: MFSRIN 1085/* 4432 */ MCD_OPC_FilterValue, 24, 16, 0, // Skip to: 4452 1086/* 4436 */ MCD_OPC_CheckField, 21, 5, 0, 155, 21, // Skip to: 9973 1087/* 4442 */ MCD_OPC_CheckField, 0, 2, 0, 149, 21, // Skip to: 9973 1088/* 4448 */ MCD_OPC_Decode, 251, 8, 41, // Opcode: TLBIVAX 1089/* 4452 */ MCD_OPC_FilterValue, 28, 43, 0, // Skip to: 4499 1090/* 4456 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1091/* 4459 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 4477 1092/* 4463 */ MCD_OPC_CheckField, 21, 5, 0, 4, 0, // Skip to: 4473 1093/* 4469 */ MCD_OPC_Decode, 128, 9, 41, // Opcode: TLBSX 1094/* 4473 */ MCD_OPC_Decode, 129, 9, 42, // Opcode: TLBSX2 1095/* 4477 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 4485 1096/* 4481 */ MCD_OPC_Decode, 130, 9, 42, // Opcode: TLBSX2D 1097/* 4485 */ MCD_OPC_FilterValue, 2, 108, 21, // Skip to: 9973 1098/* 4489 */ MCD_OPC_CheckField, 16, 5, 0, 102, 21, // Skip to: 9973 1099/* 4495 */ MCD_OPC_Decode, 246, 7, 53, // Opcode: SLBMFEE 1100/* 4499 */ MCD_OPC_FilterValue, 29, 21, 0, // Skip to: 4524 1101/* 4503 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1102/* 4506 */ MCD_OPC_FilterValue, 0, 87, 21, // Skip to: 9973 1103/* 4510 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, // Skip to: 4520 1104/* 4516 */ MCD_OPC_Decode, 254, 8, 0, // Opcode: TLBRE 1105/* 4520 */ MCD_OPC_Decode, 255, 8, 56, // Opcode: TLBRE2 1106/* 4524 */ MCD_OPC_FilterValue, 30, 31, 0, // Skip to: 4559 1107/* 4528 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1108/* 4531 */ MCD_OPC_FilterValue, 0, 62, 21, // Skip to: 9973 1109/* 4535 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, // Skip to: 4545 1110/* 4541 */ MCD_OPC_Decode, 132, 9, 0, // Opcode: TLBWE 1111/* 4545 */ MCD_OPC_CheckField, 16, 10, 0, 4, 0, // Skip to: 4555 1112/* 4551 */ MCD_OPC_Decode, 252, 8, 54, // Opcode: TLBLD 1113/* 4555 */ MCD_OPC_Decode, 133, 9, 56, // Opcode: TLBWE2 1114/* 4559 */ MCD_OPC_FilterValue, 31, 34, 21, // Skip to: 9973 1115/* 4563 */ MCD_OPC_CheckField, 16, 10, 0, 28, 21, // Skip to: 9973 1116/* 4569 */ MCD_OPC_CheckField, 0, 2, 0, 22, 21, // Skip to: 9973 1117/* 4575 */ MCD_OPC_Decode, 253, 8, 54, // Opcode: TLBLI 1118/* 4579 */ MCD_OPC_FilterValue, 10, 22, 1, // Skip to: 4861 1119/* 4583 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1120/* 4586 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 4609 1121/* 4590 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1122/* 4593 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 4601 1123/* 4597 */ MCD_OPC_Decode, 155, 5, 57, // Opcode: LWARX 1124/* 4601 */ MCD_OPC_FilterValue, 2, 248, 20, // Skip to: 9973 1125/* 4605 */ MCD_OPC_Decode, 232, 4, 58, // Opcode: LDX 1126/* 4609 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 4623 1127/* 4613 */ MCD_OPC_CheckField, 0, 2, 2, 234, 20, // Skip to: 9973 1128/* 4619 */ MCD_OPC_Decode, 231, 4, 59, // Opcode: LDUX 1129/* 4623 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 4637 1130/* 4627 */ MCD_OPC_CheckField, 0, 2, 0, 220, 20, // Skip to: 9973 1131/* 4633 */ MCD_OPC_Decode, 227, 4, 58, // Opcode: LDARX 1132/* 4637 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 4651 1133/* 4641 */ MCD_OPC_CheckField, 0, 2, 2, 206, 20, // Skip to: 9973 1134/* 4647 */ MCD_OPC_Decode, 166, 8, 58, // Opcode: STDX 1135/* 4651 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 4665 1136/* 4655 */ MCD_OPC_CheckField, 0, 2, 2, 192, 20, // Skip to: 9973 1137/* 4661 */ MCD_OPC_Decode, 165, 8, 60, // Opcode: STDUX 1138/* 4665 */ MCD_OPC_FilterValue, 10, 10, 0, // Skip to: 4679 1139/* 4669 */ MCD_OPC_CheckField, 0, 2, 2, 178, 20, // Skip to: 9973 1140/* 4675 */ MCD_OPC_Decode, 157, 5, 58, // Opcode: LWAX 1141/* 4679 */ MCD_OPC_FilterValue, 11, 10, 0, // Skip to: 4693 1142/* 4683 */ MCD_OPC_CheckField, 0, 2, 2, 164, 20, // Skip to: 9973 1143/* 4689 */ MCD_OPC_Decode, 156, 5, 59, // Opcode: LWAUX 1144/* 4693 */ MCD_OPC_FilterValue, 16, 10, 0, // Skip to: 4707 1145/* 4697 */ MCD_OPC_CheckField, 0, 2, 0, 150, 20, // Skip to: 9973 1146/* 4703 */ MCD_OPC_Decode, 228, 4, 58, // Opcode: LDBRX 1147/* 4707 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 4721 1148/* 4711 */ MCD_OPC_CheckField, 0, 2, 2, 136, 20, // Skip to: 9973 1149/* 4717 */ MCD_OPC_Decode, 146, 5, 61, // Opcode: LSWI 1150/* 4721 */ MCD_OPC_FilterValue, 20, 10, 0, // Skip to: 4735 1151/* 4725 */ MCD_OPC_CheckField, 0, 2, 0, 122, 20, // Skip to: 9973 1152/* 4731 */ MCD_OPC_Decode, 161, 8, 58, // Opcode: STDBRX 1153/* 4735 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 4749 1154/* 4739 */ MCD_OPC_CheckField, 0, 2, 2, 108, 20, // Skip to: 9973 1155/* 4745 */ MCD_OPC_Decode, 187, 8, 61, // Opcode: STSWI 1156/* 4749 */ MCD_OPC_FilterValue, 24, 10, 0, // Skip to: 4763 1157/* 4753 */ MCD_OPC_CheckField, 0, 2, 2, 94, 20, // Skip to: 9973 1158/* 4759 */ MCD_OPC_Decode, 164, 5, 42, // Opcode: LWZCIX 1159/* 4763 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 4777 1160/* 4767 */ MCD_OPC_CheckField, 0, 2, 2, 80, 20, // Skip to: 9973 1161/* 4773 */ MCD_OPC_Decode, 134, 5, 42, // Opcode: LHZCIX 1162/* 4777 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 4791 1163/* 4781 */ MCD_OPC_CheckField, 0, 2, 2, 66, 20, // Skip to: 9973 1164/* 4787 */ MCD_OPC_Decode, 219, 4, 42, // Opcode: LBZCIX 1165/* 4791 */ MCD_OPC_FilterValue, 27, 10, 0, // Skip to: 4805 1166/* 4795 */ MCD_OPC_CheckField, 0, 2, 2, 52, 20, // Skip to: 9973 1167/* 4801 */ MCD_OPC_Decode, 229, 4, 42, // Opcode: LDCIX 1168/* 4805 */ MCD_OPC_FilterValue, 28, 10, 0, // Skip to: 4819 1169/* 4809 */ MCD_OPC_CheckField, 0, 2, 2, 38, 20, // Skip to: 9973 1170/* 4815 */ MCD_OPC_Decode, 196, 8, 42, // Opcode: STWCIX 1171/* 4819 */ MCD_OPC_FilterValue, 29, 10, 0, // Skip to: 4833 1172/* 4823 */ MCD_OPC_CheckField, 0, 2, 2, 24, 20, // Skip to: 9973 1173/* 4829 */ MCD_OPC_Decode, 179, 8, 42, // Opcode: STHCIX 1174/* 4833 */ MCD_OPC_FilterValue, 30, 10, 0, // Skip to: 4847 1175/* 4837 */ MCD_OPC_CheckField, 0, 2, 2, 10, 20, // Skip to: 9973 1176/* 4843 */ MCD_OPC_Decode, 153, 8, 42, // Opcode: STBCIX 1177/* 4847 */ MCD_OPC_FilterValue, 31, 2, 20, // Skip to: 9973 1178/* 4851 */ MCD_OPC_CheckField, 0, 2, 2, 252, 19, // Skip to: 9973 1179/* 4857 */ MCD_OPC_Decode, 162, 8, 42, // Opcode: STDCIX 1180/* 4861 */ MCD_OPC_FilterValue, 11, 227, 2, // Skip to: 5604 1181/* 4865 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1182/* 4868 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 4897 1183/* 4872 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1184/* 4875 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 4889 1185/* 4879 */ MCD_OPC_CheckField, 25, 1, 0, 224, 19, // Skip to: 9973 1186/* 4885 */ MCD_OPC_Decode, 204, 4, 62, // Opcode: ICBT 1187/* 4889 */ MCD_OPC_FilterValue, 2, 216, 19, // Skip to: 9973 1188/* 4893 */ MCD_OPC_Decode, 169, 5, 57, // Opcode: LWZX 1189/* 4897 */ MCD_OPC_FilterValue, 1, 25, 0, // Skip to: 4926 1190/* 4901 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1191/* 4904 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 4918 1192/* 4908 */ MCD_OPC_CheckField, 21, 5, 0, 195, 19, // Skip to: 9973 1193/* 4914 */ MCD_OPC_Decode, 247, 1, 63, // Opcode: DCBST 1194/* 4918 */ MCD_OPC_FilterValue, 2, 187, 19, // Skip to: 9973 1195/* 4922 */ MCD_OPC_Decode, 167, 5, 64, // Opcode: LWZUX 1196/* 4926 */ MCD_OPC_FilterValue, 2, 25, 0, // Skip to: 4955 1197/* 4930 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1198/* 4933 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 4947 1199/* 4937 */ MCD_OPC_CheckField, 21, 5, 0, 166, 19, // Skip to: 9973 1200/* 4943 */ MCD_OPC_Decode, 245, 1, 63, // Opcode: DCBF 1201/* 4947 */ MCD_OPC_FilterValue, 2, 158, 19, // Skip to: 9973 1202/* 4951 */ MCD_OPC_Decode, 224, 4, 57, // Opcode: LBZX 1203/* 4955 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 4969 1204/* 4959 */ MCD_OPC_CheckField, 0, 2, 2, 144, 19, // Skip to: 9973 1205/* 4965 */ MCD_OPC_Decode, 222, 4, 64, // Opcode: LBZUX 1206/* 4969 */ MCD_OPC_FilterValue, 4, 19, 0, // Skip to: 4992 1207/* 4973 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1208/* 4976 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 4984 1209/* 4980 */ MCD_OPC_Decode, 197, 8, 57, // Opcode: STWCX 1210/* 4984 */ MCD_OPC_FilterValue, 2, 121, 19, // Skip to: 9973 1211/* 4988 */ MCD_OPC_Decode, 202, 8, 57, // Opcode: STWX 1212/* 4992 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 5006 1213/* 4996 */ MCD_OPC_CheckField, 0, 2, 2, 107, 19, // Skip to: 9973 1214/* 5002 */ MCD_OPC_Decode, 200, 8, 65, // Opcode: STWUX 1215/* 5006 */ MCD_OPC_FilterValue, 6, 19, 0, // Skip to: 5029 1216/* 5010 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1217/* 5013 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 5021 1218/* 5017 */ MCD_OPC_Decode, 163, 8, 58, // Opcode: STDCX 1219/* 5021 */ MCD_OPC_FilterValue, 2, 84, 19, // Skip to: 9973 1220/* 5025 */ MCD_OPC_Decode, 158, 8, 57, // Opcode: STBX 1221/* 5029 */ MCD_OPC_FilterValue, 7, 25, 0, // Skip to: 5058 1222/* 5033 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1223/* 5036 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5050 1224/* 5040 */ MCD_OPC_CheckField, 21, 5, 0, 63, 19, // Skip to: 9973 1225/* 5046 */ MCD_OPC_Decode, 249, 1, 63, // Opcode: DCBTST 1226/* 5050 */ MCD_OPC_FilterValue, 2, 55, 19, // Skip to: 9973 1227/* 5054 */ MCD_OPC_Decode, 156, 8, 65, // Opcode: STBUX 1228/* 5058 */ MCD_OPC_FilterValue, 8, 25, 0, // Skip to: 5087 1229/* 5062 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1230/* 5065 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5079 1231/* 5069 */ MCD_OPC_CheckField, 21, 5, 0, 34, 19, // Skip to: 9973 1232/* 5075 */ MCD_OPC_Decode, 248, 1, 63, // Opcode: DCBT 1233/* 5079 */ MCD_OPC_FilterValue, 2, 26, 19, // Skip to: 9973 1234/* 5083 */ MCD_OPC_Decode, 139, 5, 57, // Opcode: LHZX 1235/* 5087 */ MCD_OPC_FilterValue, 9, 10, 0, // Skip to: 5101 1236/* 5091 */ MCD_OPC_CheckField, 0, 2, 2, 12, 19, // Skip to: 9973 1237/* 5097 */ MCD_OPC_Decode, 137, 5, 64, // Opcode: LHZUX 1238/* 5101 */ MCD_OPC_FilterValue, 10, 34, 0, // Skip to: 5139 1239/* 5105 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1240/* 5108 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 5131 1241/* 5112 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... 1242/* 5115 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5123 1243/* 5119 */ MCD_OPC_Decode, 135, 2, 66, // Opcode: DST 1244/* 5123 */ MCD_OPC_FilterValue, 4, 238, 18, // Skip to: 9973 1245/* 5127 */ MCD_OPC_Decode, 141, 2, 66, // Opcode: DSTT 1246/* 5131 */ MCD_OPC_FilterValue, 2, 230, 18, // Skip to: 9973 1247/* 5135 */ MCD_OPC_Decode, 128, 5, 57, // Opcode: LHAX 1248/* 5139 */ MCD_OPC_FilterValue, 11, 34, 0, // Skip to: 5177 1249/* 5143 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1250/* 5146 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 5169 1251/* 5150 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... 1252/* 5153 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5161 1253/* 5157 */ MCD_OPC_Decode, 137, 2, 66, // Opcode: DSTST 1254/* 5161 */ MCD_OPC_FilterValue, 4, 200, 18, // Skip to: 9973 1255/* 5165 */ MCD_OPC_Decode, 139, 2, 66, // Opcode: DSTSTT 1256/* 5169 */ MCD_OPC_FilterValue, 2, 192, 18, // Skip to: 9973 1257/* 5173 */ MCD_OPC_Decode, 254, 4, 64, // Opcode: LHAUX 1258/* 5177 */ MCD_OPC_FilterValue, 12, 10, 0, // Skip to: 5191 1259/* 5181 */ MCD_OPC_CheckField, 0, 2, 2, 178, 18, // Skip to: 9973 1260/* 5187 */ MCD_OPC_Decode, 184, 8, 57, // Opcode: STHX 1261/* 5191 */ MCD_OPC_FilterValue, 13, 10, 0, // Skip to: 5205 1262/* 5195 */ MCD_OPC_CheckField, 0, 2, 2, 164, 18, // Skip to: 9973 1263/* 5201 */ MCD_OPC_Decode, 182, 8, 65, // Opcode: STHUX 1264/* 5205 */ MCD_OPC_FilterValue, 14, 16, 0, // Skip to: 5225 1265/* 5209 */ MCD_OPC_CheckField, 21, 5, 0, 150, 18, // Skip to: 9973 1266/* 5215 */ MCD_OPC_CheckField, 0, 2, 0, 144, 18, // Skip to: 9973 1267/* 5221 */ MCD_OPC_Decode, 246, 1, 63, // Opcode: DCBI 1268/* 5225 */ MCD_OPC_FilterValue, 16, 19, 0, // Skip to: 5248 1269/* 5229 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1270/* 5232 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5240 1271/* 5236 */ MCD_OPC_Decode, 160, 5, 57, // Opcode: LWBRX 1272/* 5240 */ MCD_OPC_FilterValue, 2, 121, 18, // Skip to: 9973 1273/* 5244 */ MCD_OPC_Decode, 249, 4, 67, // Opcode: LFSX 1274/* 5248 */ MCD_OPC_FilterValue, 17, 25, 0, // Skip to: 5277 1275/* 5252 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1276/* 5255 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5269 1277/* 5259 */ MCD_OPC_CheckField, 11, 15, 0, 100, 18, // Skip to: 9973 1278/* 5265 */ MCD_OPC_Decode, 131, 9, 0, // Opcode: TLBSYNC 1279/* 5269 */ MCD_OPC_FilterValue, 2, 92, 18, // Skip to: 9973 1280/* 5273 */ MCD_OPC_Decode, 248, 4, 68, // Opcode: LFSUX 1281/* 5277 */ MCD_OPC_FilterValue, 18, 31, 0, // Skip to: 5312 1282/* 5281 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1283/* 5284 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 5304 1284/* 5288 */ MCD_OPC_CheckField, 23, 3, 0, 71, 18, // Skip to: 9973 1285/* 5294 */ MCD_OPC_CheckField, 11, 10, 0, 65, 18, // Skip to: 9973 1286/* 5300 */ MCD_OPC_Decode, 233, 8, 69, // Opcode: SYNC 1287/* 5304 */ MCD_OPC_FilterValue, 2, 57, 18, // Skip to: 9973 1288/* 5308 */ MCD_OPC_Decode, 243, 4, 70, // Opcode: LFDX 1289/* 5312 */ MCD_OPC_FilterValue, 19, 10, 0, // Skip to: 5326 1290/* 5316 */ MCD_OPC_CheckField, 0, 2, 2, 43, 18, // Skip to: 9973 1291/* 5322 */ MCD_OPC_Decode, 242, 4, 71, // Opcode: LFDUX 1292/* 5326 */ MCD_OPC_FilterValue, 20, 19, 0, // Skip to: 5349 1293/* 5330 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1294/* 5333 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5341 1295/* 5337 */ MCD_OPC_Decode, 195, 8, 57, // Opcode: STWBRX 1296/* 5341 */ MCD_OPC_FilterValue, 2, 20, 18, // Skip to: 9973 1297/* 5345 */ MCD_OPC_Decode, 175, 8, 67, // Opcode: STFSX 1298/* 5349 */ MCD_OPC_FilterValue, 21, 10, 0, // Skip to: 5363 1299/* 5353 */ MCD_OPC_CheckField, 0, 2, 2, 6, 18, // Skip to: 9973 1300/* 5359 */ MCD_OPC_Decode, 174, 8, 72, // Opcode: STFSUX 1301/* 5363 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 5377 1302/* 5367 */ MCD_OPC_CheckField, 0, 2, 2, 248, 17, // Skip to: 9973 1303/* 5373 */ MCD_OPC_Decode, 170, 8, 70, // Opcode: STFDX 1304/* 5377 */ MCD_OPC_FilterValue, 23, 25, 0, // Skip to: 5406 1305/* 5381 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1306/* 5384 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5398 1307/* 5388 */ MCD_OPC_CheckField, 21, 5, 0, 227, 17, // Skip to: 9973 1308/* 5394 */ MCD_OPC_Decode, 244, 1, 63, // Opcode: DCBA 1309/* 5398 */ MCD_OPC_FilterValue, 2, 219, 17, // Skip to: 9973 1310/* 5402 */ MCD_OPC_Decode, 169, 8, 73, // Opcode: STFDUX 1311/* 5406 */ MCD_OPC_FilterValue, 24, 10, 0, // Skip to: 5420 1312/* 5410 */ MCD_OPC_CheckField, 0, 2, 0, 205, 17, // Skip to: 9973 1313/* 5416 */ MCD_OPC_Decode, 130, 5, 57, // Opcode: LHBRX 1314/* 5420 */ MCD_OPC_FilterValue, 25, 43, 0, // Skip to: 5467 1315/* 5424 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... 1316/* 5427 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 5447 1317/* 5431 */ MCD_OPC_CheckField, 11, 10, 0, 184, 17, // Skip to: 9973 1318/* 5437 */ MCD_OPC_CheckField, 0, 2, 0, 178, 17, // Skip to: 9973 1319/* 5443 */ MCD_OPC_Decode, 133, 2, 74, // Opcode: DSS 1320/* 5447 */ MCD_OPC_FilterValue, 4, 170, 17, // Skip to: 9973 1321/* 5451 */ MCD_OPC_CheckField, 11, 12, 0, 164, 17, // Skip to: 9973 1322/* 5457 */ MCD_OPC_CheckField, 0, 2, 0, 158, 17, // Skip to: 9973 1323/* 5463 */ MCD_OPC_Decode, 134, 2, 0, // Opcode: DSSALL 1324/* 5467 */ MCD_OPC_FilterValue, 26, 41, 0, // Skip to: 5512 1325/* 5471 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... 1326/* 5474 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 5498 1327/* 5478 */ MCD_OPC_CheckField, 11, 15, 0, 10, 0, // Skip to: 5494 1328/* 5484 */ MCD_OPC_CheckField, 0, 1, 0, 4, 0, // Skip to: 5494 1329/* 5490 */ MCD_OPC_Decode, 219, 3, 0, // Opcode: EnforceIEIO 1330/* 5494 */ MCD_OPC_Decode, 176, 5, 75, // Opcode: MBAR 1331/* 5498 */ MCD_OPC_FilterValue, 1, 119, 17, // Skip to: 9973 1332/* 5502 */ MCD_OPC_CheckField, 0, 1, 0, 113, 17, // Skip to: 9973 1333/* 5508 */ MCD_OPC_Decode, 244, 4, 70, // Opcode: LFIWAX 1334/* 5512 */ MCD_OPC_FilterValue, 27, 10, 0, // Skip to: 5526 1335/* 5516 */ MCD_OPC_CheckField, 0, 2, 2, 99, 17, // Skip to: 9973 1336/* 5522 */ MCD_OPC_Decode, 245, 4, 70, // Opcode: LFIWZX 1337/* 5526 */ MCD_OPC_FilterValue, 28, 10, 0, // Skip to: 5540 1338/* 5530 */ MCD_OPC_CheckField, 0, 2, 0, 85, 17, // Skip to: 9973 1339/* 5536 */ MCD_OPC_Decode, 178, 8, 57, // Opcode: STHBRX 1340/* 5540 */ MCD_OPC_FilterValue, 30, 25, 0, // Skip to: 5569 1341/* 5544 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1342/* 5547 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5561 1343/* 5551 */ MCD_OPC_CheckField, 21, 5, 0, 64, 17, // Skip to: 9973 1344/* 5557 */ MCD_OPC_Decode, 203, 4, 63, // Opcode: ICBI 1345/* 5561 */ MCD_OPC_FilterValue, 2, 56, 17, // Skip to: 9973 1346/* 5565 */ MCD_OPC_Decode, 171, 8, 70, // Opcode: STFIWX 1347/* 5569 */ MCD_OPC_FilterValue, 31, 48, 17, // Skip to: 9973 1348/* 5573 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... 1349/* 5576 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5590 1350/* 5580 */ MCD_OPC_CheckField, 0, 2, 0, 35, 17, // Skip to: 9973 1351/* 5586 */ MCD_OPC_Decode, 250, 1, 63, // Opcode: DCBZ 1352/* 5590 */ MCD_OPC_FilterValue, 1, 27, 17, // Skip to: 9973 1353/* 5594 */ MCD_OPC_CheckField, 0, 2, 0, 21, 17, // Skip to: 9973 1354/* 5600 */ MCD_OPC_Decode, 251, 1, 63, // Opcode: DCBZL 1355/* 5604 */ MCD_OPC_FilterValue, 12, 95, 0, // Skip to: 5703 1356/* 5608 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1357/* 5611 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 5634 1358/* 5615 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1359/* 5618 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5626 1360/* 5622 */ MCD_OPC_Decode, 252, 7, 76, // Opcode: SLW 1361/* 5626 */ MCD_OPC_FilterValue, 1, 247, 16, // Skip to: 9973 1362/* 5630 */ MCD_OPC_Decode, 129, 8, 76, // Opcode: SLWo 1363/* 5634 */ MCD_OPC_FilterValue, 16, 19, 0, // Skip to: 5657 1364/* 5638 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1365/* 5641 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5649 1366/* 5645 */ MCD_OPC_Decode, 145, 8, 76, // Opcode: SRW 1367/* 5649 */ MCD_OPC_FilterValue, 1, 224, 16, // Skip to: 9973 1368/* 5653 */ MCD_OPC_Decode, 150, 8, 76, // Opcode: SRWo 1369/* 5657 */ MCD_OPC_FilterValue, 24, 19, 0, // Skip to: 5680 1370/* 5661 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1371/* 5664 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5672 1372/* 5668 */ MCD_OPC_Decode, 137, 8, 76, // Opcode: SRAW 1373/* 5672 */ MCD_OPC_FilterValue, 1, 201, 16, // Skip to: 9973 1374/* 5676 */ MCD_OPC_Decode, 140, 8, 76, // Opcode: SRAWo 1375/* 5680 */ MCD_OPC_FilterValue, 25, 193, 16, // Skip to: 9973 1376/* 5684 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1377/* 5687 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5695 1378/* 5691 */ MCD_OPC_Decode, 138, 8, 77, // Opcode: SRAWI 1379/* 5695 */ MCD_OPC_FilterValue, 1, 178, 16, // Skip to: 9973 1380/* 5699 */ MCD_OPC_Decode, 139, 8, 77, // Opcode: SRAWIo 1381/* 5703 */ MCD_OPC_FilterValue, 13, 47, 1, // Skip to: 6010 1382/* 5707 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1383/* 5710 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 5761 1384/* 5714 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1385/* 5717 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5731 1386/* 5721 */ MCD_OPC_CheckField, 11, 5, 0, 150, 16, // Skip to: 9973 1387/* 5727 */ MCD_OPC_Decode, 228, 1, 78, // Opcode: CNTLZW 1388/* 5731 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 5745 1389/* 5735 */ MCD_OPC_CheckField, 11, 5, 0, 136, 16, // Skip to: 9973 1390/* 5741 */ MCD_OPC_Decode, 231, 1, 78, // Opcode: CNTLZWo 1391/* 5745 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 5753 1392/* 5749 */ MCD_OPC_Decode, 248, 7, 79, // Opcode: SLD 1393/* 5753 */ MCD_OPC_FilterValue, 3, 120, 16, // Skip to: 9973 1394/* 5757 */ MCD_OPC_Decode, 251, 7, 79, // Opcode: SLDo 1395/* 5761 */ MCD_OPC_FilterValue, 1, 31, 0, // Skip to: 5796 1396/* 5765 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1397/* 5768 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5782 1398/* 5772 */ MCD_OPC_CheckField, 11, 5, 0, 99, 16, // Skip to: 9973 1399/* 5778 */ MCD_OPC_Decode, 226, 1, 80, // Opcode: CNTLZD 1400/* 5782 */ MCD_OPC_FilterValue, 1, 91, 16, // Skip to: 9973 1401/* 5786 */ MCD_OPC_CheckField, 11, 5, 0, 85, 16, // Skip to: 9973 1402/* 5792 */ MCD_OPC_Decode, 227, 1, 80, // Opcode: CNTLZDo 1403/* 5796 */ MCD_OPC_FilterValue, 11, 16, 0, // Skip to: 5816 1404/* 5800 */ MCD_OPC_CheckField, 11, 5, 0, 71, 16, // Skip to: 9973 1405/* 5806 */ MCD_OPC_CheckField, 0, 2, 0, 65, 16, // Skip to: 9973 1406/* 5812 */ MCD_OPC_Decode, 143, 6, 78, // Opcode: POPCNTW 1407/* 5816 */ MCD_OPC_FilterValue, 15, 16, 0, // Skip to: 5836 1408/* 5820 */ MCD_OPC_CheckField, 11, 5, 0, 51, 16, // Skip to: 9973 1409/* 5826 */ MCD_OPC_CheckField, 0, 2, 0, 45, 16, // Skip to: 9973 1410/* 5832 */ MCD_OPC_Decode, 142, 6, 80, // Opcode: POPCNTD 1411/* 5836 */ MCD_OPC_FilterValue, 16, 19, 0, // Skip to: 5859 1412/* 5840 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1413/* 5843 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 5851 1414/* 5847 */ MCD_OPC_Decode, 141, 8, 79, // Opcode: SRD 1415/* 5851 */ MCD_OPC_FilterValue, 3, 22, 16, // Skip to: 9973 1416/* 5855 */ MCD_OPC_Decode, 144, 8, 79, // Opcode: SRDo 1417/* 5859 */ MCD_OPC_FilterValue, 24, 19, 0, // Skip to: 5882 1418/* 5863 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1419/* 5866 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5874 1420/* 5870 */ MCD_OPC_Decode, 133, 8, 79, // Opcode: SRAD 1421/* 5874 */ MCD_OPC_FilterValue, 1, 255, 15, // Skip to: 9973 1422/* 5878 */ MCD_OPC_Decode, 136, 8, 79, // Opcode: SRADo 1423/* 5882 */ MCD_OPC_FilterValue, 25, 19, 0, // Skip to: 5905 1424/* 5886 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... 1425/* 5889 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 5897 1426/* 5893 */ MCD_OPC_Decode, 134, 8, 81, // Opcode: SRADI 1427/* 5897 */ MCD_OPC_FilterValue, 1, 232, 15, // Skip to: 9973 1428/* 5901 */ MCD_OPC_Decode, 135, 8, 81, // Opcode: SRADIo 1429/* 5905 */ MCD_OPC_FilterValue, 28, 31, 0, // Skip to: 5940 1430/* 5909 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1431/* 5912 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5926 1432/* 5916 */ MCD_OPC_CheckField, 11, 5, 0, 211, 15, // Skip to: 9973 1433/* 5922 */ MCD_OPC_Decode, 210, 3, 78, // Opcode: EXTSH 1434/* 5926 */ MCD_OPC_FilterValue, 1, 203, 15, // Skip to: 9973 1435/* 5930 */ MCD_OPC_CheckField, 11, 5, 0, 197, 15, // Skip to: 9973 1436/* 5936 */ MCD_OPC_Decode, 214, 3, 78, // Opcode: EXTSHo 1437/* 5940 */ MCD_OPC_FilterValue, 29, 31, 0, // Skip to: 5975 1438/* 5944 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1439/* 5947 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5961 1440/* 5951 */ MCD_OPC_CheckField, 11, 5, 0, 176, 15, // Skip to: 9973 1441/* 5957 */ MCD_OPC_Decode, 205, 3, 78, // Opcode: EXTSB 1442/* 5961 */ MCD_OPC_FilterValue, 1, 168, 15, // Skip to: 9973 1443/* 5965 */ MCD_OPC_CheckField, 11, 5, 0, 162, 15, // Skip to: 9973 1444/* 5971 */ MCD_OPC_Decode, 209, 3, 78, // Opcode: EXTSBo 1445/* 5975 */ MCD_OPC_FilterValue, 30, 154, 15, // Skip to: 9973 1446/* 5979 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1447/* 5982 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5996 1448/* 5986 */ MCD_OPC_CheckField, 11, 5, 0, 141, 15, // Skip to: 9973 1449/* 5992 */ MCD_OPC_Decode, 215, 3, 80, // Opcode: EXTSW 1450/* 5996 */ MCD_OPC_FilterValue, 1, 133, 15, // Skip to: 9973 1451/* 6000 */ MCD_OPC_CheckField, 11, 5, 0, 127, 15, // Skip to: 9973 1452/* 6006 */ MCD_OPC_Decode, 218, 3, 80, // Opcode: EXTSWo 1453/* 6010 */ MCD_OPC_FilterValue, 14, 197, 0, // Skip to: 6211 1454/* 6014 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1455/* 6017 */ MCD_OPC_FilterValue, 0, 17, 0, // Skip to: 6038 1456/* 6021 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1457/* 6024 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 6031 1458/* 6028 */ MCD_OPC_Decode, 71, 76, // Opcode: AND 1459/* 6031 */ MCD_OPC_FilterValue, 1, 98, 15, // Skip to: 9973 1460/* 6035 */ MCD_OPC_Decode, 86, 76, // Opcode: ANDo 1461/* 6038 */ MCD_OPC_FilterValue, 1, 17, 0, // Skip to: 6059 1462/* 6042 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1463/* 6045 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 6052 1464/* 6049 */ MCD_OPC_Decode, 74, 76, // Opcode: ANDC 1465/* 6052 */ MCD_OPC_FilterValue, 1, 77, 15, // Skip to: 9973 1466/* 6056 */ MCD_OPC_Decode, 77, 76, // Opcode: ANDCo 1467/* 6059 */ MCD_OPC_FilterValue, 3, 19, 0, // Skip to: 6082 1468/* 6063 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1469/* 6066 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6074 1470/* 6070 */ MCD_OPC_Decode, 254, 5, 76, // Opcode: NOR 1471/* 6074 */ MCD_OPC_FilterValue, 1, 55, 15, // Skip to: 9973 1472/* 6078 */ MCD_OPC_Decode, 129, 6, 76, // Opcode: NORo 1473/* 6082 */ MCD_OPC_FilterValue, 8, 19, 0, // Skip to: 6105 1474/* 6086 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1475/* 6089 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6097 1476/* 6093 */ MCD_OPC_Decode, 150, 2, 76, // Opcode: EQV 1477/* 6097 */ MCD_OPC_FilterValue, 1, 32, 15, // Skip to: 9973 1478/* 6101 */ MCD_OPC_Decode, 153, 2, 76, // Opcode: EQVo 1479/* 6105 */ MCD_OPC_FilterValue, 9, 19, 0, // Skip to: 6128 1480/* 6109 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1481/* 6112 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6120 1482/* 6116 */ MCD_OPC_Decode, 211, 10, 76, // Opcode: XOR 1483/* 6120 */ MCD_OPC_FilterValue, 1, 9, 15, // Skip to: 9973 1484/* 6124 */ MCD_OPC_Decode, 218, 10, 76, // Opcode: XORo 1485/* 6128 */ MCD_OPC_FilterValue, 12, 19, 0, // Skip to: 6151 1486/* 6132 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1487/* 6135 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6143 1488/* 6139 */ MCD_OPC_Decode, 133, 6, 76, // Opcode: ORC 1489/* 6143 */ MCD_OPC_FilterValue, 1, 242, 14, // Skip to: 9973 1490/* 6147 */ MCD_OPC_Decode, 136, 6, 76, // Opcode: ORCo 1491/* 6151 */ MCD_OPC_FilterValue, 13, 19, 0, // Skip to: 6174 1492/* 6155 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1493/* 6158 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6166 1494/* 6162 */ MCD_OPC_Decode, 130, 6, 76, // Opcode: OR 1495/* 6166 */ MCD_OPC_FilterValue, 1, 219, 14, // Skip to: 9973 1496/* 6170 */ MCD_OPC_Decode, 141, 6, 76, // Opcode: ORo 1497/* 6174 */ MCD_OPC_FilterValue, 14, 19, 0, // Skip to: 6197 1498/* 6178 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1499/* 6181 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6189 1500/* 6185 */ MCD_OPC_Decode, 243, 5, 76, // Opcode: NAND 1501/* 6189 */ MCD_OPC_FilterValue, 1, 196, 14, // Skip to: 9973 1502/* 6193 */ MCD_OPC_Decode, 246, 5, 76, // Opcode: NANDo 1503/* 6197 */ MCD_OPC_FilterValue, 15, 188, 14, // Skip to: 9973 1504/* 6201 */ MCD_OPC_CheckField, 0, 2, 0, 182, 14, // Skip to: 9973 1505/* 6207 */ MCD_OPC_Decode, 216, 1, 76, // Opcode: CMPB 1506/* 6211 */ MCD_OPC_FilterValue, 15, 174, 14, // Skip to: 9973 1507/* 6215 */ MCD_OPC_CheckField, 23, 3, 0, 168, 14, // Skip to: 9973 1508/* 6221 */ MCD_OPC_CheckField, 6, 15, 1, 162, 14, // Skip to: 9973 1509/* 6227 */ MCD_OPC_CheckField, 0, 2, 0, 156, 14, // Skip to: 9973 1510/* 6233 */ MCD_OPC_Decode, 208, 10, 69, // Opcode: WAIT 1511/* 6237 */ MCD_OPC_FilterValue, 32, 4, 0, // Skip to: 6245 1512/* 6241 */ MCD_OPC_Decode, 162, 5, 82, // Opcode: LWZ 1513/* 6245 */ MCD_OPC_FilterValue, 33, 4, 0, // Skip to: 6253 1514/* 6249 */ MCD_OPC_Decode, 165, 5, 82, // Opcode: LWZU 1515/* 6253 */ MCD_OPC_FilterValue, 34, 4, 0, // Skip to: 6261 1516/* 6257 */ MCD_OPC_Decode, 217, 4, 82, // Opcode: LBZ 1517/* 6261 */ MCD_OPC_FilterValue, 35, 4, 0, // Skip to: 6269 1518/* 6265 */ MCD_OPC_Decode, 220, 4, 82, // Opcode: LBZU 1519/* 6269 */ MCD_OPC_FilterValue, 36, 4, 0, // Skip to: 6277 1520/* 6273 */ MCD_OPC_Decode, 193, 8, 82, // Opcode: STW 1521/* 6277 */ MCD_OPC_FilterValue, 37, 4, 0, // Skip to: 6285 1522/* 6281 */ MCD_OPC_Decode, 198, 8, 82, // Opcode: STWU 1523/* 6285 */ MCD_OPC_FilterValue, 38, 4, 0, // Skip to: 6293 1524/* 6289 */ MCD_OPC_Decode, 151, 8, 82, // Opcode: STB 1525/* 6293 */ MCD_OPC_FilterValue, 39, 4, 0, // Skip to: 6301 1526/* 6297 */ MCD_OPC_Decode, 154, 8, 82, // Opcode: STBU 1527/* 6301 */ MCD_OPC_FilterValue, 40, 4, 0, // Skip to: 6309 1528/* 6305 */ MCD_OPC_Decode, 132, 5, 82, // Opcode: LHZ 1529/* 6309 */ MCD_OPC_FilterValue, 41, 4, 0, // Skip to: 6317 1530/* 6313 */ MCD_OPC_Decode, 135, 5, 82, // Opcode: LHZU 1531/* 6317 */ MCD_OPC_FilterValue, 42, 4, 0, // Skip to: 6325 1532/* 6321 */ MCD_OPC_Decode, 250, 4, 82, // Opcode: LHA 1533/* 6325 */ MCD_OPC_FilterValue, 43, 4, 0, // Skip to: 6333 1534/* 6329 */ MCD_OPC_Decode, 252, 4, 82, // Opcode: LHAU 1535/* 6333 */ MCD_OPC_FilterValue, 44, 4, 0, // Skip to: 6341 1536/* 6337 */ MCD_OPC_Decode, 176, 8, 82, // Opcode: STH 1537/* 6341 */ MCD_OPC_FilterValue, 45, 4, 0, // Skip to: 6349 1538/* 6345 */ MCD_OPC_Decode, 180, 8, 82, // Opcode: STHU 1539/* 6349 */ MCD_OPC_FilterValue, 46, 4, 0, // Skip to: 6357 1540/* 6353 */ MCD_OPC_Decode, 145, 5, 82, // Opcode: LMW 1541/* 6357 */ MCD_OPC_FilterValue, 47, 4, 0, // Skip to: 6365 1542/* 6361 */ MCD_OPC_Decode, 186, 8, 82, // Opcode: STMW 1543/* 6365 */ MCD_OPC_FilterValue, 48, 4, 0, // Skip to: 6373 1544/* 6369 */ MCD_OPC_Decode, 246, 4, 83, // Opcode: LFS 1545/* 6373 */ MCD_OPC_FilterValue, 49, 4, 0, // Skip to: 6381 1546/* 6377 */ MCD_OPC_Decode, 247, 4, 83, // Opcode: LFSU 1547/* 6381 */ MCD_OPC_FilterValue, 50, 4, 0, // Skip to: 6389 1548/* 6385 */ MCD_OPC_Decode, 240, 4, 84, // Opcode: LFD 1549/* 6389 */ MCD_OPC_FilterValue, 51, 4, 0, // Skip to: 6397 1550/* 6393 */ MCD_OPC_Decode, 241, 4, 84, // Opcode: LFDU 1551/* 6397 */ MCD_OPC_FilterValue, 52, 4, 0, // Skip to: 6405 1552/* 6401 */ MCD_OPC_Decode, 172, 8, 83, // Opcode: STFS 1553/* 6405 */ MCD_OPC_FilterValue, 53, 4, 0, // Skip to: 6413 1554/* 6409 */ MCD_OPC_Decode, 173, 8, 83, // Opcode: STFSU 1555/* 6413 */ MCD_OPC_FilterValue, 54, 4, 0, // Skip to: 6421 1556/* 6417 */ MCD_OPC_Decode, 167, 8, 84, // Opcode: STFD 1557/* 6421 */ MCD_OPC_FilterValue, 55, 4, 0, // Skip to: 6429 1558/* 6425 */ MCD_OPC_Decode, 168, 8, 84, // Opcode: STFDU 1559/* 6429 */ MCD_OPC_FilterValue, 58, 27, 0, // Skip to: 6460 1560/* 6433 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 1561/* 6436 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6444 1562/* 6440 */ MCD_OPC_Decode, 226, 4, 85, // Opcode: LD 1563/* 6444 */ MCD_OPC_FilterValue, 1, 4, 0, // Skip to: 6452 1564/* 6448 */ MCD_OPC_Decode, 230, 4, 85, // Opcode: LDU 1565/* 6452 */ MCD_OPC_FilterValue, 2, 189, 13, // Skip to: 9973 1566/* 6456 */ MCD_OPC_Decode, 154, 5, 85, // Opcode: LWA 1567/* 6460 */ MCD_OPC_FilterValue, 59, 113, 1, // Skip to: 6833 1568/* 6464 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... 1569/* 6467 */ MCD_OPC_FilterValue, 28, 31, 0, // Skip to: 6502 1570/* 6471 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1571/* 6474 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 6488 1572/* 6478 */ MCD_OPC_CheckField, 16, 5, 0, 161, 13, // Skip to: 9973 1573/* 6484 */ MCD_OPC_Decode, 230, 3, 86, // Opcode: FCFIDS 1574/* 6488 */ MCD_OPC_FilterValue, 30, 153, 13, // Skip to: 9973 1575/* 6492 */ MCD_OPC_CheckField, 16, 5, 0, 147, 13, // Skip to: 9973 1576/* 6498 */ MCD_OPC_Decode, 233, 3, 86, // Opcode: FCFIDUS 1577/* 6502 */ MCD_OPC_FilterValue, 29, 31, 0, // Skip to: 6537 1578/* 6506 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1579/* 6509 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 6523 1580/* 6513 */ MCD_OPC_CheckField, 16, 5, 0, 126, 13, // Skip to: 9973 1581/* 6519 */ MCD_OPC_Decode, 231, 3, 86, // Opcode: FCFIDSo 1582/* 6523 */ MCD_OPC_FilterValue, 30, 118, 13, // Skip to: 9973 1583/* 6527 */ MCD_OPC_CheckField, 16, 5, 0, 112, 13, // Skip to: 9973 1584/* 6533 */ MCD_OPC_Decode, 234, 3, 86, // Opcode: FCFIDUSo 1585/* 6537 */ MCD_OPC_FilterValue, 36, 10, 0, // Skip to: 6551 1586/* 6541 */ MCD_OPC_CheckField, 6, 5, 0, 98, 13, // Skip to: 9973 1587/* 6547 */ MCD_OPC_Decode, 128, 4, 87, // Opcode: FDIVS 1588/* 6551 */ MCD_OPC_FilterValue, 37, 10, 0, // Skip to: 6565 1589/* 6555 */ MCD_OPC_CheckField, 6, 5, 0, 84, 13, // Skip to: 9973 1590/* 6561 */ MCD_OPC_Decode, 129, 4, 87, // Opcode: FDIVSo 1591/* 6565 */ MCD_OPC_FilterValue, 40, 10, 0, // Skip to: 6579 1592/* 6569 */ MCD_OPC_CheckField, 6, 5, 0, 70, 13, // Skip to: 9973 1593/* 6575 */ MCD_OPC_Decode, 196, 4, 87, // Opcode: FSUBS 1594/* 6579 */ MCD_OPC_FilterValue, 41, 10, 0, // Skip to: 6593 1595/* 6583 */ MCD_OPC_CheckField, 6, 5, 0, 56, 13, // Skip to: 9973 1596/* 6589 */ MCD_OPC_Decode, 197, 4, 87, // Opcode: FSUBSo 1597/* 6593 */ MCD_OPC_FilterValue, 42, 10, 0, // Skip to: 6607 1598/* 6597 */ MCD_OPC_CheckField, 6, 5, 0, 42, 13, // Skip to: 9973 1599/* 6603 */ MCD_OPC_Decode, 225, 3, 87, // Opcode: FADDS 1600/* 6607 */ MCD_OPC_FilterValue, 43, 10, 0, // Skip to: 6621 1601/* 6611 */ MCD_OPC_CheckField, 6, 5, 0, 28, 13, // Skip to: 9973 1602/* 6617 */ MCD_OPC_Decode, 226, 3, 87, // Opcode: FADDSo 1603/* 6621 */ MCD_OPC_FilterValue, 44, 16, 0, // Skip to: 6641 1604/* 6625 */ MCD_OPC_CheckField, 16, 5, 0, 14, 13, // Skip to: 9973 1605/* 6631 */ MCD_OPC_CheckField, 6, 5, 0, 8, 13, // Skip to: 9973 1606/* 6637 */ MCD_OPC_Decode, 192, 4, 88, // Opcode: FSQRTS 1607/* 6641 */ MCD_OPC_FilterValue, 45, 16, 0, // Skip to: 6661 1608/* 6645 */ MCD_OPC_CheckField, 16, 5, 0, 250, 12, // Skip to: 9973 1609/* 6651 */ MCD_OPC_CheckField, 6, 5, 0, 244, 12, // Skip to: 9973 1610/* 6657 */ MCD_OPC_Decode, 193, 4, 88, // Opcode: FSQRTSo 1611/* 6661 */ MCD_OPC_FilterValue, 48, 16, 0, // Skip to: 6681 1612/* 6665 */ MCD_OPC_CheckField, 16, 5, 0, 230, 12, // Skip to: 9973 1613/* 6671 */ MCD_OPC_CheckField, 6, 5, 0, 224, 12, // Skip to: 9973 1614/* 6677 */ MCD_OPC_Decode, 162, 4, 88, // Opcode: FRES 1615/* 6681 */ MCD_OPC_FilterValue, 49, 16, 0, // Skip to: 6701 1616/* 6685 */ MCD_OPC_CheckField, 16, 5, 0, 210, 12, // Skip to: 9973 1617/* 6691 */ MCD_OPC_CheckField, 6, 5, 0, 204, 12, // Skip to: 9973 1618/* 6697 */ MCD_OPC_Decode, 163, 4, 88, // Opcode: FRESo 1619/* 6701 */ MCD_OPC_FilterValue, 50, 10, 0, // Skip to: 6715 1620/* 6705 */ MCD_OPC_CheckField, 11, 5, 0, 190, 12, // Skip to: 9973 1621/* 6711 */ MCD_OPC_Decode, 142, 4, 89, // Opcode: FMULS 1622/* 6715 */ MCD_OPC_FilterValue, 51, 10, 0, // Skip to: 6729 1623/* 6719 */ MCD_OPC_CheckField, 11, 5, 0, 176, 12, // Skip to: 9973 1624/* 6725 */ MCD_OPC_Decode, 143, 4, 89, // Opcode: FMULSo 1625/* 6729 */ MCD_OPC_FilterValue, 52, 16, 0, // Skip to: 6749 1626/* 6733 */ MCD_OPC_CheckField, 16, 5, 0, 162, 12, // Skip to: 9973 1627/* 6739 */ MCD_OPC_CheckField, 6, 5, 0, 156, 12, // Skip to: 9973 1628/* 6745 */ MCD_OPC_Decode, 184, 4, 88, // Opcode: FRSQRTES 1629/* 6749 */ MCD_OPC_FilterValue, 53, 16, 0, // Skip to: 6769 1630/* 6753 */ MCD_OPC_CheckField, 16, 5, 0, 142, 12, // Skip to: 9973 1631/* 6759 */ MCD_OPC_CheckField, 6, 5, 0, 136, 12, // Skip to: 9973 1632/* 6765 */ MCD_OPC_Decode, 185, 4, 88, // Opcode: FRSQRTESo 1633/* 6769 */ MCD_OPC_FilterValue, 56, 4, 0, // Skip to: 6777 1634/* 6773 */ MCD_OPC_Decode, 138, 4, 90, // Opcode: FMSUBS 1635/* 6777 */ MCD_OPC_FilterValue, 57, 4, 0, // Skip to: 6785 1636/* 6781 */ MCD_OPC_Decode, 139, 4, 90, // Opcode: FMSUBSo 1637/* 6785 */ MCD_OPC_FilterValue, 58, 4, 0, // Skip to: 6793 1638/* 6789 */ MCD_OPC_Decode, 132, 4, 90, // Opcode: FMADDS 1639/* 6793 */ MCD_OPC_FilterValue, 59, 4, 0, // Skip to: 6801 1640/* 6797 */ MCD_OPC_Decode, 133, 4, 90, // Opcode: FMADDSo 1641/* 6801 */ MCD_OPC_FilterValue, 60, 4, 0, // Skip to: 6809 1642/* 6805 */ MCD_OPC_Decode, 158, 4, 90, // Opcode: FNMSUBS 1643/* 6809 */ MCD_OPC_FilterValue, 61, 4, 0, // Skip to: 6817 1644/* 6813 */ MCD_OPC_Decode, 159, 4, 90, // Opcode: FNMSUBSo 1645/* 6817 */ MCD_OPC_FilterValue, 62, 4, 0, // Skip to: 6825 1646/* 6821 */ MCD_OPC_Decode, 154, 4, 90, // Opcode: FNMADDS 1647/* 6825 */ MCD_OPC_FilterValue, 63, 72, 12, // Skip to: 9973 1648/* 6829 */ MCD_OPC_Decode, 155, 4, 90, // Opcode: FNMADDSo 1649/* 6833 */ MCD_OPC_FilterValue, 60, 32, 8, // Skip to: 8917 1650/* 6837 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... 1651/* 6840 */ MCD_OPC_FilterValue, 0, 16, 2, // Skip to: 7372 1652/* 6844 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1653/* 6847 */ MCD_OPC_FilterValue, 4, 19, 0, // Skip to: 6870 1654/* 6851 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1655/* 6854 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6862 1656/* 6858 */ MCD_OPC_Decode, 220, 10, 91, // Opcode: XSADDDP 1657/* 6862 */ MCD_OPC_FilterValue, 1, 35, 12, // Skip to: 9973 1658/* 6866 */ MCD_OPC_Decode, 233, 10, 92, // Opcode: XSMADDADP 1659/* 6870 */ MCD_OPC_FilterValue, 5, 19, 0, // Skip to: 6893 1660/* 6874 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1661/* 6877 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6885 1662/* 6881 */ MCD_OPC_Decode, 254, 10, 91, // Opcode: XSSUBDP 1663/* 6885 */ MCD_OPC_FilterValue, 1, 12, 12, // Skip to: 9973 1664/* 6889 */ MCD_OPC_Decode, 234, 10, 92, // Opcode: XSMADDMDP 1665/* 6893 */ MCD_OPC_FilterValue, 6, 19, 0, // Skip to: 6916 1666/* 6897 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1667/* 6900 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6908 1668/* 6904 */ MCD_OPC_Decode, 239, 10, 91, // Opcode: XSMULDP 1669/* 6908 */ MCD_OPC_FilterValue, 1, 245, 11, // Skip to: 9973 1670/* 6912 */ MCD_OPC_Decode, 237, 10, 92, // Opcode: XSMSUBADP 1671/* 6916 */ MCD_OPC_FilterValue, 7, 19, 0, // Skip to: 6939 1672/* 6920 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1673/* 6923 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6931 1674/* 6927 */ MCD_OPC_Decode, 232, 10, 91, // Opcode: XSDIVDP 1675/* 6931 */ MCD_OPC_FilterValue, 1, 222, 11, // Skip to: 9973 1676/* 6935 */ MCD_OPC_Decode, 238, 10, 92, // Opcode: XSMSUBMDP 1677/* 6939 */ MCD_OPC_FilterValue, 8, 19, 0, // Skip to: 6962 1678/* 6943 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1679/* 6946 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6954 1680/* 6950 */ MCD_OPC_Decode, 132, 11, 93, // Opcode: XVADDSP 1681/* 6954 */ MCD_OPC_FilterValue, 1, 199, 11, // Skip to: 9973 1682/* 6958 */ MCD_OPC_Decode, 168, 11, 94, // Opcode: XVMADDASP 1683/* 6962 */ MCD_OPC_FilterValue, 9, 19, 0, // Skip to: 6985 1684/* 6966 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1685/* 6969 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 6977 1686/* 6973 */ MCD_OPC_Decode, 210, 11, 93, // Opcode: XVSUBSP 1687/* 6977 */ MCD_OPC_FilterValue, 1, 176, 11, // Skip to: 9973 1688/* 6981 */ MCD_OPC_Decode, 170, 11, 94, // Opcode: XVMADDMSP 1689/* 6985 */ MCD_OPC_FilterValue, 10, 19, 0, // Skip to: 7008 1690/* 6989 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1691/* 6992 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7000 1692/* 6996 */ MCD_OPC_Decode, 180, 11, 93, // Opcode: XVMULSP 1693/* 7000 */ MCD_OPC_FilterValue, 1, 153, 11, // Skip to: 9973 1694/* 7004 */ MCD_OPC_Decode, 176, 11, 94, // Opcode: XVMSUBASP 1695/* 7008 */ MCD_OPC_FilterValue, 11, 19, 0, // Skip to: 7031 1696/* 7012 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1697/* 7015 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7023 1698/* 7019 */ MCD_OPC_Decode, 166, 11, 93, // Opcode: XVDIVSP 1699/* 7023 */ MCD_OPC_FilterValue, 1, 130, 11, // Skip to: 9973 1700/* 7027 */ MCD_OPC_Decode, 178, 11, 94, // Opcode: XVMSUBMSP 1701/* 7031 */ MCD_OPC_FilterValue, 12, 19, 0, // Skip to: 7054 1702/* 7035 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1703/* 7038 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7046 1704/* 7042 */ MCD_OPC_Decode, 131, 11, 93, // Opcode: XVADDDP 1705/* 7046 */ MCD_OPC_FilterValue, 1, 107, 11, // Skip to: 9973 1706/* 7050 */ MCD_OPC_Decode, 167, 11, 94, // Opcode: XVMADDADP 1707/* 7054 */ MCD_OPC_FilterValue, 13, 19, 0, // Skip to: 7077 1708/* 7058 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1709/* 7061 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7069 1710/* 7065 */ MCD_OPC_Decode, 209, 11, 93, // Opcode: XVSUBDP 1711/* 7069 */ MCD_OPC_FilterValue, 1, 84, 11, // Skip to: 9973 1712/* 7073 */ MCD_OPC_Decode, 169, 11, 94, // Opcode: XVMADDMDP 1713/* 7077 */ MCD_OPC_FilterValue, 14, 19, 0, // Skip to: 7100 1714/* 7081 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1715/* 7084 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7092 1716/* 7088 */ MCD_OPC_Decode, 179, 11, 93, // Opcode: XVMULDP 1717/* 7092 */ MCD_OPC_FilterValue, 1, 61, 11, // Skip to: 9973 1718/* 7096 */ MCD_OPC_Decode, 175, 11, 94, // Opcode: XVMSUBADP 1719/* 7100 */ MCD_OPC_FilterValue, 15, 19, 0, // Skip to: 7123 1720/* 7104 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1721/* 7107 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7115 1722/* 7111 */ MCD_OPC_Decode, 165, 11, 93, // Opcode: XVDIVDP 1723/* 7115 */ MCD_OPC_FilterValue, 1, 38, 11, // Skip to: 9973 1724/* 7119 */ MCD_OPC_Decode, 177, 11, 94, // Opcode: XVMSUBMDP 1725/* 7123 */ MCD_OPC_FilterValue, 20, 19, 0, // Skip to: 7146 1726/* 7127 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1727/* 7130 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7138 1728/* 7134 */ MCD_OPC_Decode, 235, 10, 91, // Opcode: XSMAXDP 1729/* 7138 */ MCD_OPC_FilterValue, 1, 15, 11, // Skip to: 9973 1730/* 7142 */ MCD_OPC_Decode, 242, 10, 92, // Opcode: XSNMADDADP 1731/* 7146 */ MCD_OPC_FilterValue, 21, 19, 0, // Skip to: 7169 1732/* 7150 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1733/* 7153 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7161 1734/* 7157 */ MCD_OPC_Decode, 236, 10, 91, // Opcode: XSMINDP 1735/* 7161 */ MCD_OPC_FilterValue, 1, 248, 10, // Skip to: 9973 1736/* 7165 */ MCD_OPC_Decode, 243, 10, 92, // Opcode: XSNMADDMDP 1737/* 7169 */ MCD_OPC_FilterValue, 22, 19, 0, // Skip to: 7192 1738/* 7173 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1739/* 7176 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7184 1740/* 7180 */ MCD_OPC_Decode, 223, 10, 91, // Opcode: XSCPSGNDP 1741/* 7184 */ MCD_OPC_FilterValue, 1, 225, 10, // Skip to: 9973 1742/* 7188 */ MCD_OPC_Decode, 244, 10, 92, // Opcode: XSNMSUBADP 1743/* 7192 */ MCD_OPC_FilterValue, 23, 10, 0, // Skip to: 7206 1744/* 7196 */ MCD_OPC_CheckField, 3, 1, 1, 211, 10, // Skip to: 9973 1745/* 7202 */ MCD_OPC_Decode, 245, 10, 92, // Opcode: XSNMSUBMDP 1746/* 7206 */ MCD_OPC_FilterValue, 24, 19, 0, // Skip to: 7229 1747/* 7210 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1748/* 7213 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7221 1749/* 7217 */ MCD_OPC_Decode, 172, 11, 93, // Opcode: XVMAXSP 1750/* 7221 */ MCD_OPC_FilterValue, 1, 188, 10, // Skip to: 9973 1751/* 7225 */ MCD_OPC_Decode, 186, 11, 94, // Opcode: XVNMADDASP 1752/* 7229 */ MCD_OPC_FilterValue, 25, 19, 0, // Skip to: 7252 1753/* 7233 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1754/* 7236 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7244 1755/* 7240 */ MCD_OPC_Decode, 174, 11, 93, // Opcode: XVMINSP 1756/* 7244 */ MCD_OPC_FilterValue, 1, 165, 10, // Skip to: 9973 1757/* 7248 */ MCD_OPC_Decode, 188, 11, 94, // Opcode: XVNMADDMSP 1758/* 7252 */ MCD_OPC_FilterValue, 26, 19, 0, // Skip to: 7275 1759/* 7256 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1760/* 7259 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7267 1761/* 7263 */ MCD_OPC_Decode, 146, 11, 93, // Opcode: XVCPSGNSP 1762/* 7267 */ MCD_OPC_FilterValue, 1, 142, 10, // Skip to: 9973 1763/* 7271 */ MCD_OPC_Decode, 190, 11, 94, // Opcode: XVNMSUBASP 1764/* 7275 */ MCD_OPC_FilterValue, 27, 10, 0, // Skip to: 7289 1765/* 7279 */ MCD_OPC_CheckField, 3, 1, 1, 128, 10, // Skip to: 9973 1766/* 7285 */ MCD_OPC_Decode, 192, 11, 94, // Opcode: XVNMSUBMSP 1767/* 7289 */ MCD_OPC_FilterValue, 28, 19, 0, // Skip to: 7312 1768/* 7293 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1769/* 7296 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7304 1770/* 7300 */ MCD_OPC_Decode, 171, 11, 93, // Opcode: XVMAXDP 1771/* 7304 */ MCD_OPC_FilterValue, 1, 105, 10, // Skip to: 9973 1772/* 7308 */ MCD_OPC_Decode, 185, 11, 94, // Opcode: XVNMADDADP 1773/* 7312 */ MCD_OPC_FilterValue, 29, 19, 0, // Skip to: 7335 1774/* 7316 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1775/* 7319 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7327 1776/* 7323 */ MCD_OPC_Decode, 173, 11, 93, // Opcode: XVMINDP 1777/* 7327 */ MCD_OPC_FilterValue, 1, 82, 10, // Skip to: 9973 1778/* 7331 */ MCD_OPC_Decode, 187, 11, 94, // Opcode: XVNMADDMDP 1779/* 7335 */ MCD_OPC_FilterValue, 30, 19, 0, // Skip to: 7358 1780/* 7339 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1781/* 7342 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7350 1782/* 7346 */ MCD_OPC_Decode, 145, 11, 93, // Opcode: XVCPSGNDP 1783/* 7350 */ MCD_OPC_FilterValue, 1, 59, 10, // Skip to: 9973 1784/* 7354 */ MCD_OPC_Decode, 189, 11, 94, // Opcode: XVNMSUBADP 1785/* 7358 */ MCD_OPC_FilterValue, 31, 51, 10, // Skip to: 9973 1786/* 7362 */ MCD_OPC_CheckField, 3, 1, 1, 45, 10, // Skip to: 9973 1787/* 7368 */ MCD_OPC_Decode, 191, 11, 94, // Opcode: XVNMSUBMDP 1788/* 7372 */ MCD_OPC_FilterValue, 1, 130, 1, // Skip to: 7762 1789/* 7376 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... 1790/* 7379 */ MCD_OPC_FilterValue, 0, 100, 0, // Skip to: 7483 1791/* 7383 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1792/* 7386 */ MCD_OPC_FilterValue, 0, 34, 0, // Skip to: 7424 1793/* 7390 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... 1794/* 7393 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7401 1795/* 7397 */ MCD_OPC_Decode, 228, 11, 95, // Opcode: XXSLDWI 1796/* 7401 */ MCD_OPC_FilterValue, 1, 8, 10, // Skip to: 9973 1797/* 7405 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ... 1798/* 7408 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7416 1799/* 7412 */ MCD_OPC_Decode, 215, 11, 93, // Opcode: XXLAND 1800/* 7416 */ MCD_OPC_FilterValue, 1, 249, 9, // Skip to: 9973 1801/* 7420 */ MCD_OPC_Decode, 219, 11, 93, // Opcode: XXLNOR 1802/* 7424 */ MCD_OPC_FilterValue, 1, 241, 9, // Skip to: 9973 1803/* 7428 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... 1804/* 7431 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 7451 1805/* 7435 */ MCD_OPC_CheckField, 21, 2, 0, 228, 9, // Skip to: 9973 1806/* 7441 */ MCD_OPC_CheckField, 0, 1, 0, 222, 9, // Skip to: 9973 1807/* 7447 */ MCD_OPC_Decode, 222, 10, 96, // Opcode: XSCMPUDP 1808/* 7451 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 7459 1809/* 7455 */ MCD_OPC_Decode, 135, 11, 93, // Opcode: XVCMPEQSP 1810/* 7459 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 7467 1811/* 7463 */ MCD_OPC_Decode, 133, 11, 93, // Opcode: XVCMPEQDP 1812/* 7467 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 7475 1813/* 7471 */ MCD_OPC_Decode, 136, 11, 93, // Opcode: XVCMPEQSPo 1814/* 7475 */ MCD_OPC_FilterValue, 7, 190, 9, // Skip to: 9973 1815/* 7479 */ MCD_OPC_Decode, 134, 11, 93, // Opcode: XVCMPEQDPo 1816/* 7483 */ MCD_OPC_FilterValue, 1, 100, 0, // Skip to: 7587 1817/* 7487 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1818/* 7490 */ MCD_OPC_FilterValue, 0, 34, 0, // Skip to: 7528 1819/* 7494 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... 1820/* 7497 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7505 1821/* 7501 */ MCD_OPC_Decode, 226, 11, 95, // Opcode: XXPERMDI 1822/* 7505 */ MCD_OPC_FilterValue, 1, 160, 9, // Skip to: 9973 1823/* 7509 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ... 1824/* 7512 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 7520 1825/* 7516 */ MCD_OPC_Decode, 216, 11, 93, // Opcode: XXLANDC 1826/* 7520 */ MCD_OPC_FilterValue, 1, 145, 9, // Skip to: 9973 1827/* 7524 */ MCD_OPC_Decode, 221, 11, 93, // Opcode: XXLORC 1828/* 7528 */ MCD_OPC_FilterValue, 1, 137, 9, // Skip to: 9973 1829/* 7532 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... 1830/* 7535 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 7555 1831/* 7539 */ MCD_OPC_CheckField, 21, 2, 0, 124, 9, // Skip to: 9973 1832/* 7545 */ MCD_OPC_CheckField, 0, 1, 0, 118, 9, // Skip to: 9973 1833/* 7551 */ MCD_OPC_Decode, 221, 10, 96, // Opcode: XSCMPODP 1834/* 7555 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 7563 1835/* 7559 */ MCD_OPC_Decode, 143, 11, 93, // Opcode: XVCMPGTSP 1836/* 7563 */ MCD_OPC_FilterValue, 3, 4, 0, // Skip to: 7571 1837/* 7567 */ MCD_OPC_Decode, 141, 11, 93, // Opcode: XVCMPGTDP 1838/* 7571 */ MCD_OPC_FilterValue, 6, 4, 0, // Skip to: 7579 1839/* 7575 */ MCD_OPC_Decode, 144, 11, 93, // Opcode: XVCMPGTSPo 1840/* 7579 */ MCD_OPC_FilterValue, 7, 86, 9, // Skip to: 9973 1841/* 7583 */ MCD_OPC_Decode, 142, 11, 93, // Opcode: XVCMPGTDPo 1842/* 7587 */ MCD_OPC_FilterValue, 2, 136, 0, // Skip to: 7727 1843/* 7591 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... 1844/* 7594 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 7608 1845/* 7598 */ MCD_OPC_CheckField, 3, 1, 0, 65, 9, // Skip to: 9973 1846/* 7604 */ MCD_OPC_Decode, 224, 11, 93, // Opcode: XXMRGHW 1847/* 7608 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 7622 1848/* 7612 */ MCD_OPC_CheckField, 3, 1, 0, 51, 9, // Skip to: 9973 1849/* 7618 */ MCD_OPC_Decode, 225, 11, 93, // Opcode: XXMRGLW 1850/* 7622 */ MCD_OPC_FilterValue, 2, 31, 0, // Skip to: 7657 1851/* 7626 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1852/* 7629 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 7649 1853/* 7633 */ MCD_OPC_CheckField, 18, 3, 0, 30, 9, // Skip to: 9973 1854/* 7639 */ MCD_OPC_CheckField, 2, 1, 0, 24, 9, // Skip to: 9973 1855/* 7645 */ MCD_OPC_Decode, 229, 11, 97, // Opcode: XXSPLTW 1856/* 7649 */ MCD_OPC_FilterValue, 1, 16, 9, // Skip to: 9973 1857/* 7653 */ MCD_OPC_Decode, 139, 11, 93, // Opcode: XVCMPGESP 1858/* 7657 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 7671 1859/* 7661 */ MCD_OPC_CheckField, 3, 1, 1, 2, 9, // Skip to: 9973 1860/* 7667 */ MCD_OPC_Decode, 137, 11, 93, // Opcode: XVCMPGEDP 1861/* 7671 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 7685 1862/* 7675 */ MCD_OPC_CheckField, 3, 1, 0, 244, 8, // Skip to: 9973 1863/* 7681 */ MCD_OPC_Decode, 220, 11, 93, // Opcode: XXLOR 1864/* 7685 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 7699 1865/* 7689 */ MCD_OPC_CheckField, 3, 1, 0, 230, 8, // Skip to: 9973 1866/* 7695 */ MCD_OPC_Decode, 218, 11, 93, // Opcode: XXLNAND 1867/* 7699 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 7713 1868/* 7703 */ MCD_OPC_CheckField, 3, 1, 1, 216, 8, // Skip to: 9973 1869/* 7709 */ MCD_OPC_Decode, 140, 11, 93, // Opcode: XVCMPGESPo 1870/* 7713 */ MCD_OPC_FilterValue, 7, 208, 8, // Skip to: 9973 1871/* 7717 */ MCD_OPC_CheckField, 3, 1, 1, 202, 8, // Skip to: 9973 1872/* 7723 */ MCD_OPC_Decode, 138, 11, 93, // Opcode: XVCMPGEDPo 1873/* 7727 */ MCD_OPC_FilterValue, 3, 194, 8, // Skip to: 9973 1874/* 7731 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... 1875/* 7734 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 7748 1876/* 7738 */ MCD_OPC_CheckField, 3, 1, 0, 181, 8, // Skip to: 9973 1877/* 7744 */ MCD_OPC_Decode, 223, 11, 93, // Opcode: XXLXOR 1878/* 7748 */ MCD_OPC_FilterValue, 5, 173, 8, // Skip to: 9973 1879/* 7752 */ MCD_OPC_CheckField, 3, 1, 0, 167, 8, // Skip to: 9973 1880/* 7758 */ MCD_OPC_Decode, 217, 11, 93, // Opcode: XXLEQV 1881/* 7762 */ MCD_OPC_FilterValue, 2, 119, 4, // Skip to: 8909 1882/* 7766 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 1883/* 7769 */ MCD_OPC_FilterValue, 4, 59, 0, // Skip to: 7832 1884/* 7773 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1885/* 7776 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 7790 1886/* 7780 */ MCD_OPC_CheckField, 16, 5, 0, 139, 8, // Skip to: 9973 1887/* 7786 */ MCD_OPC_Decode, 228, 10, 98, // Opcode: XSCVDPUXWS 1888/* 7790 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 7804 1889/* 7794 */ MCD_OPC_CheckField, 16, 5, 0, 125, 8, // Skip to: 9973 1890/* 7800 */ MCD_OPC_Decode, 246, 10, 98, // Opcode: XSRDPI 1891/* 7804 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 7818 1892/* 7808 */ MCD_OPC_CheckField, 16, 5, 0, 111, 8, // Skip to: 9973 1893/* 7814 */ MCD_OPC_Decode, 252, 10, 98, // Opcode: XSRSQRTEDP 1894/* 7818 */ MCD_OPC_FilterValue, 3, 103, 8, // Skip to: 9973 1895/* 7822 */ MCD_OPC_CheckField, 16, 5, 0, 97, 8, // Skip to: 9973 1896/* 7828 */ MCD_OPC_Decode, 253, 10, 98, // Opcode: XSSQRTDP 1897/* 7832 */ MCD_OPC_FilterValue, 5, 45, 0, // Skip to: 7881 1898/* 7836 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1899/* 7839 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 7853 1900/* 7843 */ MCD_OPC_CheckField, 16, 5, 0, 76, 8, // Skip to: 9973 1901/* 7849 */ MCD_OPC_Decode, 226, 10, 98, // Opcode: XSCVDPSXWS 1902/* 7853 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 7867 1903/* 7857 */ MCD_OPC_CheckField, 16, 5, 0, 62, 8, // Skip to: 9973 1904/* 7863 */ MCD_OPC_Decode, 250, 10, 98, // Opcode: XSRDPIZ 1905/* 7867 */ MCD_OPC_FilterValue, 2, 54, 8, // Skip to: 9973 1906/* 7871 */ MCD_OPC_CheckField, 16, 5, 0, 48, 8, // Skip to: 9973 1907/* 7877 */ MCD_OPC_Decode, 251, 10, 98, // Opcode: XSREDP 1908/* 7881 */ MCD_OPC_FilterValue, 6, 51, 0, // Skip to: 7936 1909/* 7885 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1910/* 7888 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 7902 1911/* 7892 */ MCD_OPC_CheckField, 16, 5, 0, 27, 8, // Skip to: 9973 1912/* 7898 */ MCD_OPC_Decode, 249, 10, 98, // Opcode: XSRDPIP 1913/* 7902 */ MCD_OPC_FilterValue, 2, 16, 0, // Skip to: 7922 1914/* 7906 */ MCD_OPC_CheckField, 16, 7, 0, 13, 8, // Skip to: 9973 1915/* 7912 */ MCD_OPC_CheckField, 0, 1, 0, 7, 8, // Skip to: 9973 1916/* 7918 */ MCD_OPC_Decode, 128, 11, 99, // Opcode: XSTSQRTDP 1917/* 7922 */ MCD_OPC_FilterValue, 3, 255, 7, // Skip to: 9973 1918/* 7926 */ MCD_OPC_CheckField, 16, 5, 0, 249, 7, // Skip to: 9973 1919/* 7932 */ MCD_OPC_Decode, 247, 10, 98, // Opcode: XSRDPIC 1920/* 7936 */ MCD_OPC_FilterValue, 7, 43, 0, // Skip to: 7983 1921/* 7940 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1922/* 7943 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 7963 1923/* 7947 */ MCD_OPC_CheckField, 16, 5, 0, 228, 7, // Skip to: 9973 1924/* 7953 */ MCD_OPC_CheckField, 2, 1, 1, 222, 7, // Skip to: 9973 1925/* 7959 */ MCD_OPC_Decode, 248, 10, 98, // Opcode: XSRDPIM 1926/* 7963 */ MCD_OPC_FilterValue, 1, 214, 7, // Skip to: 9973 1927/* 7967 */ MCD_OPC_CheckField, 21, 2, 0, 208, 7, // Skip to: 9973 1928/* 7973 */ MCD_OPC_CheckField, 0, 1, 0, 202, 7, // Skip to: 9973 1929/* 7979 */ MCD_OPC_Decode, 255, 10, 96, // Opcode: XSTDIVDP 1930/* 7983 */ MCD_OPC_FilterValue, 8, 59, 0, // Skip to: 8046 1931/* 7987 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1932/* 7990 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8004 1933/* 7994 */ MCD_OPC_CheckField, 16, 5, 0, 181, 7, // Skip to: 9973 1934/* 8000 */ MCD_OPC_Decode, 156, 11, 100, // Opcode: XVCVSPUXWS 1935/* 8004 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8018 1936/* 8008 */ MCD_OPC_CheckField, 16, 5, 0, 167, 7, // Skip to: 9973 1937/* 8014 */ MCD_OPC_Decode, 200, 11, 100, // Opcode: XVRSPI 1938/* 8018 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 8032 1939/* 8022 */ MCD_OPC_CheckField, 16, 5, 0, 153, 7, // Skip to: 9973 1940/* 8028 */ MCD_OPC_Decode, 206, 11, 100, // Opcode: XVRSQRTESP 1941/* 8032 */ MCD_OPC_FilterValue, 3, 145, 7, // Skip to: 9973 1942/* 8036 */ MCD_OPC_CheckField, 16, 5, 0, 139, 7, // Skip to: 9973 1943/* 8042 */ MCD_OPC_Decode, 208, 11, 100, // Opcode: XVSQRTSP 1944/* 8046 */ MCD_OPC_FilterValue, 9, 45, 0, // Skip to: 8095 1945/* 8050 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1946/* 8053 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8067 1947/* 8057 */ MCD_OPC_CheckField, 16, 5, 0, 118, 7, // Skip to: 9973 1948/* 8063 */ MCD_OPC_Decode, 154, 11, 100, // Opcode: XVCVSPSXWS 1949/* 8067 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8081 1950/* 8071 */ MCD_OPC_CheckField, 16, 5, 0, 104, 7, // Skip to: 9973 1951/* 8077 */ MCD_OPC_Decode, 204, 11, 100, // Opcode: XVRSPIZ 1952/* 8081 */ MCD_OPC_FilterValue, 2, 96, 7, // Skip to: 9973 1953/* 8085 */ MCD_OPC_CheckField, 16, 5, 0, 90, 7, // Skip to: 9973 1954/* 8091 */ MCD_OPC_Decode, 199, 11, 100, // Opcode: XVRESP 1955/* 8095 */ MCD_OPC_FilterValue, 10, 65, 0, // Skip to: 8164 1956/* 8099 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1957/* 8102 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8116 1958/* 8106 */ MCD_OPC_CheckField, 16, 5, 0, 69, 7, // Skip to: 9973 1959/* 8112 */ MCD_OPC_Decode, 164, 11, 100, // Opcode: XVCVUXWSP 1960/* 8116 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8130 1961/* 8120 */ MCD_OPC_CheckField, 16, 5, 0, 55, 7, // Skip to: 9973 1962/* 8126 */ MCD_OPC_Decode, 203, 11, 100, // Opcode: XVRSPIP 1963/* 8130 */ MCD_OPC_FilterValue, 2, 16, 0, // Skip to: 8150 1964/* 8134 */ MCD_OPC_CheckField, 16, 7, 0, 41, 7, // Skip to: 9973 1965/* 8140 */ MCD_OPC_CheckField, 0, 1, 0, 35, 7, // Skip to: 9973 1966/* 8146 */ MCD_OPC_Decode, 214, 11, 101, // Opcode: XVTSQRTSP 1967/* 8150 */ MCD_OPC_FilterValue, 3, 27, 7, // Skip to: 9973 1968/* 8154 */ MCD_OPC_CheckField, 16, 5, 0, 21, 7, // Skip to: 9973 1969/* 8160 */ MCD_OPC_Decode, 201, 11, 100, // Opcode: XVRSPIC 1970/* 8164 */ MCD_OPC_FilterValue, 11, 58, 0, // Skip to: 8226 1971/* 8168 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 1972/* 8171 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 8206 1973/* 8175 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... 1974/* 8178 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8192 1975/* 8182 */ MCD_OPC_CheckField, 16, 5, 0, 249, 6, // Skip to: 9973 1976/* 8188 */ MCD_OPC_Decode, 160, 11, 100, // Opcode: XVCVSXWSP 1977/* 8192 */ MCD_OPC_FilterValue, 1, 241, 6, // Skip to: 9973 1978/* 8196 */ MCD_OPC_CheckField, 16, 5, 0, 235, 6, // Skip to: 9973 1979/* 8202 */ MCD_OPC_Decode, 202, 11, 100, // Opcode: XVRSPIM 1980/* 8206 */ MCD_OPC_FilterValue, 1, 227, 6, // Skip to: 9973 1981/* 8210 */ MCD_OPC_CheckField, 21, 2, 0, 221, 6, // Skip to: 9973 1982/* 8216 */ MCD_OPC_CheckField, 0, 1, 0, 215, 6, // Skip to: 9973 1983/* 8222 */ MCD_OPC_Decode, 212, 11, 102, // Opcode: XVTDIVSP 1984/* 8226 */ MCD_OPC_FilterValue, 12, 59, 0, // Skip to: 8289 1985/* 8230 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 1986/* 8233 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8247 1987/* 8237 */ MCD_OPC_CheckField, 16, 5, 0, 194, 6, // Skip to: 9973 1988/* 8243 */ MCD_OPC_Decode, 151, 11, 100, // Opcode: XVCVDPUXWS 1989/* 8247 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8261 1990/* 8251 */ MCD_OPC_CheckField, 16, 5, 0, 180, 6, // Skip to: 9973 1991/* 8257 */ MCD_OPC_Decode, 193, 11, 100, // Opcode: XVRDPI 1992/* 8261 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 8275 1993/* 8265 */ MCD_OPC_CheckField, 16, 5, 0, 166, 6, // Skip to: 9973 1994/* 8271 */ MCD_OPC_Decode, 205, 11, 100, // Opcode: XVRSQRTEDP 1995/* 8275 */ MCD_OPC_FilterValue, 3, 158, 6, // Skip to: 9973 1996/* 8279 */ MCD_OPC_CheckField, 16, 5, 0, 152, 6, // Skip to: 9973 1997/* 8285 */ MCD_OPC_Decode, 207, 11, 100, // Opcode: XVSQRTDP 1998/* 8289 */ MCD_OPC_FilterValue, 13, 45, 0, // Skip to: 8338 1999/* 8293 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2000/* 8296 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8310 2001/* 8300 */ MCD_OPC_CheckField, 16, 5, 0, 131, 6, // Skip to: 9973 2002/* 8306 */ MCD_OPC_Decode, 149, 11, 100, // Opcode: XVCVDPSXWS 2003/* 8310 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8324 2004/* 8314 */ MCD_OPC_CheckField, 16, 5, 0, 117, 6, // Skip to: 9973 2005/* 8320 */ MCD_OPC_Decode, 197, 11, 100, // Opcode: XVRDPIZ 2006/* 8324 */ MCD_OPC_FilterValue, 2, 109, 6, // Skip to: 9973 2007/* 8328 */ MCD_OPC_CheckField, 16, 5, 0, 103, 6, // Skip to: 9973 2008/* 8334 */ MCD_OPC_Decode, 198, 11, 100, // Opcode: XVREDP 2009/* 8338 */ MCD_OPC_FilterValue, 14, 65, 0, // Skip to: 8407 2010/* 8342 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2011/* 8345 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8359 2012/* 8349 */ MCD_OPC_CheckField, 16, 5, 0, 82, 6, // Skip to: 9973 2013/* 8355 */ MCD_OPC_Decode, 163, 11, 100, // Opcode: XVCVUXWDP 2014/* 8359 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 8373 2015/* 8363 */ MCD_OPC_CheckField, 16, 5, 0, 68, 6, // Skip to: 9973 2016/* 8369 */ MCD_OPC_Decode, 196, 11, 100, // Opcode: XVRDPIP 2017/* 8373 */ MCD_OPC_FilterValue, 2, 16, 0, // Skip to: 8393 2018/* 8377 */ MCD_OPC_CheckField, 16, 7, 0, 54, 6, // Skip to: 9973 2019/* 8383 */ MCD_OPC_CheckField, 0, 1, 0, 48, 6, // Skip to: 9973 2020/* 8389 */ MCD_OPC_Decode, 213, 11, 101, // Opcode: XVTSQRTDP 2021/* 8393 */ MCD_OPC_FilterValue, 3, 40, 6, // Skip to: 9973 2022/* 8397 */ MCD_OPC_CheckField, 16, 5, 0, 34, 6, // Skip to: 9973 2023/* 8403 */ MCD_OPC_Decode, 194, 11, 100, // Opcode: XVRDPIC 2024/* 8407 */ MCD_OPC_FilterValue, 15, 58, 0, // Skip to: 8469 2025/* 8411 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... 2026/* 8414 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 8449 2027/* 8418 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... 2028/* 8421 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8435 2029/* 8425 */ MCD_OPC_CheckField, 16, 5, 0, 6, 6, // Skip to: 9973 2030/* 8431 */ MCD_OPC_Decode, 159, 11, 100, // Opcode: XVCVSXWDP 2031/* 8435 */ MCD_OPC_FilterValue, 1, 254, 5, // Skip to: 9973 2032/* 8439 */ MCD_OPC_CheckField, 16, 5, 0, 248, 5, // Skip to: 9973 2033/* 8445 */ MCD_OPC_Decode, 195, 11, 100, // Opcode: XVRDPIM 2034/* 8449 */ MCD_OPC_FilterValue, 1, 240, 5, // Skip to: 9973 2035/* 8453 */ MCD_OPC_CheckField, 21, 2, 0, 234, 5, // Skip to: 9973 2036/* 8459 */ MCD_OPC_CheckField, 0, 1, 0, 228, 5, // Skip to: 9973 2037/* 8465 */ MCD_OPC_Decode, 211, 11, 102, // Opcode: XVTDIVDP 2038/* 8469 */ MCD_OPC_FilterValue, 16, 16, 0, // Skip to: 8489 2039/* 8473 */ MCD_OPC_CheckField, 16, 5, 0, 214, 5, // Skip to: 9973 2040/* 8479 */ MCD_OPC_CheckField, 2, 2, 1, 208, 5, // Skip to: 9973 2041/* 8485 */ MCD_OPC_Decode, 224, 10, 98, // Opcode: XSCVDPSP 2042/* 8489 */ MCD_OPC_FilterValue, 20, 31, 0, // Skip to: 8524 2043/* 8493 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2044/* 8496 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8510 2045/* 8500 */ MCD_OPC_CheckField, 16, 5, 0, 187, 5, // Skip to: 9973 2046/* 8506 */ MCD_OPC_Decode, 227, 10, 98, // Opcode: XSCVDPUXDS 2047/* 8510 */ MCD_OPC_FilterValue, 1, 179, 5, // Skip to: 9973 2048/* 8514 */ MCD_OPC_CheckField, 16, 5, 0, 173, 5, // Skip to: 9973 2049/* 8520 */ MCD_OPC_Decode, 229, 10, 98, // Opcode: XSCVSPDP 2050/* 8524 */ MCD_OPC_FilterValue, 21, 31, 0, // Skip to: 8559 2051/* 8528 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2052/* 8531 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8545 2053/* 8535 */ MCD_OPC_CheckField, 16, 5, 0, 152, 5, // Skip to: 9973 2054/* 8541 */ MCD_OPC_Decode, 225, 10, 98, // Opcode: XSCVDPSXDS 2055/* 8545 */ MCD_OPC_FilterValue, 1, 144, 5, // Skip to: 9973 2056/* 8549 */ MCD_OPC_CheckField, 16, 5, 0, 138, 5, // Skip to: 9973 2057/* 8555 */ MCD_OPC_Decode, 219, 10, 98, // Opcode: XSABSDP 2058/* 8559 */ MCD_OPC_FilterValue, 22, 31, 0, // Skip to: 8594 2059/* 8563 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2060/* 8566 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8580 2061/* 8570 */ MCD_OPC_CheckField, 16, 5, 0, 117, 5, // Skip to: 9973 2062/* 8576 */ MCD_OPC_Decode, 231, 10, 98, // Opcode: XSCVUXDDP 2063/* 8580 */ MCD_OPC_FilterValue, 1, 109, 5, // Skip to: 9973 2064/* 8584 */ MCD_OPC_CheckField, 16, 5, 0, 103, 5, // Skip to: 9973 2065/* 8590 */ MCD_OPC_Decode, 240, 10, 98, // Opcode: XSNABSDP 2066/* 8594 */ MCD_OPC_FilterValue, 23, 31, 0, // Skip to: 8629 2067/* 8598 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2068/* 8601 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8615 2069/* 8605 */ MCD_OPC_CheckField, 16, 5, 0, 82, 5, // Skip to: 9973 2070/* 8611 */ MCD_OPC_Decode, 230, 10, 98, // Opcode: XSCVSXDDP 2071/* 8615 */ MCD_OPC_FilterValue, 1, 74, 5, // Skip to: 9973 2072/* 8619 */ MCD_OPC_CheckField, 16, 5, 0, 68, 5, // Skip to: 9973 2073/* 8625 */ MCD_OPC_Decode, 241, 10, 98, // Opcode: XSNEGDP 2074/* 8629 */ MCD_OPC_FilterValue, 24, 31, 0, // Skip to: 8664 2075/* 8633 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2076/* 8636 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8650 2077/* 8640 */ MCD_OPC_CheckField, 16, 5, 0, 47, 5, // Skip to: 9973 2078/* 8646 */ MCD_OPC_Decode, 155, 11, 100, // Opcode: XVCVSPUXDS 2079/* 8650 */ MCD_OPC_FilterValue, 1, 39, 5, // Skip to: 9973 2080/* 8654 */ MCD_OPC_CheckField, 16, 5, 0, 33, 5, // Skip to: 9973 2081/* 8660 */ MCD_OPC_Decode, 147, 11, 100, // Opcode: XVCVDPSP 2082/* 8664 */ MCD_OPC_FilterValue, 25, 31, 0, // Skip to: 8699 2083/* 8668 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2084/* 8671 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8685 2085/* 8675 */ MCD_OPC_CheckField, 16, 5, 0, 12, 5, // Skip to: 9973 2086/* 8681 */ MCD_OPC_Decode, 153, 11, 100, // Opcode: XVCVSPSXDS 2087/* 8685 */ MCD_OPC_FilterValue, 1, 4, 5, // Skip to: 9973 2088/* 8689 */ MCD_OPC_CheckField, 16, 5, 0, 254, 4, // Skip to: 9973 2089/* 8695 */ MCD_OPC_Decode, 130, 11, 100, // Opcode: XVABSSP 2090/* 8699 */ MCD_OPC_FilterValue, 26, 31, 0, // Skip to: 8734 2091/* 8703 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2092/* 8706 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8720 2093/* 8710 */ MCD_OPC_CheckField, 16, 5, 0, 233, 4, // Skip to: 9973 2094/* 8716 */ MCD_OPC_Decode, 162, 11, 100, // Opcode: XVCVUXDSP 2095/* 8720 */ MCD_OPC_FilterValue, 1, 225, 4, // Skip to: 9973 2096/* 8724 */ MCD_OPC_CheckField, 16, 5, 0, 219, 4, // Skip to: 9973 2097/* 8730 */ MCD_OPC_Decode, 182, 11, 100, // Opcode: XVNABSSP 2098/* 8734 */ MCD_OPC_FilterValue, 27, 31, 0, // Skip to: 8769 2099/* 8738 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2100/* 8741 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8755 2101/* 8745 */ MCD_OPC_CheckField, 16, 5, 0, 198, 4, // Skip to: 9973 2102/* 8751 */ MCD_OPC_Decode, 158, 11, 100, // Opcode: XVCVSXDSP 2103/* 8755 */ MCD_OPC_FilterValue, 1, 190, 4, // Skip to: 9973 2104/* 8759 */ MCD_OPC_CheckField, 16, 5, 0, 184, 4, // Skip to: 9973 2105/* 8765 */ MCD_OPC_Decode, 184, 11, 100, // Opcode: XVNEGSP 2106/* 8769 */ MCD_OPC_FilterValue, 28, 31, 0, // Skip to: 8804 2107/* 8773 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2108/* 8776 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8790 2109/* 8780 */ MCD_OPC_CheckField, 16, 5, 0, 163, 4, // Skip to: 9973 2110/* 8786 */ MCD_OPC_Decode, 150, 11, 100, // Opcode: XVCVDPUXDS 2111/* 8790 */ MCD_OPC_FilterValue, 1, 155, 4, // Skip to: 9973 2112/* 8794 */ MCD_OPC_CheckField, 16, 5, 0, 149, 4, // Skip to: 9973 2113/* 8800 */ MCD_OPC_Decode, 152, 11, 100, // Opcode: XVCVSPDP 2114/* 8804 */ MCD_OPC_FilterValue, 29, 31, 0, // Skip to: 8839 2115/* 8808 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2116/* 8811 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8825 2117/* 8815 */ MCD_OPC_CheckField, 16, 5, 0, 128, 4, // Skip to: 9973 2118/* 8821 */ MCD_OPC_Decode, 148, 11, 100, // Opcode: XVCVDPSXDS 2119/* 8825 */ MCD_OPC_FilterValue, 1, 120, 4, // Skip to: 9973 2120/* 8829 */ MCD_OPC_CheckField, 16, 5, 0, 114, 4, // Skip to: 9973 2121/* 8835 */ MCD_OPC_Decode, 129, 11, 100, // Opcode: XVABSDP 2122/* 8839 */ MCD_OPC_FilterValue, 30, 31, 0, // Skip to: 8874 2123/* 8843 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2124/* 8846 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8860 2125/* 8850 */ MCD_OPC_CheckField, 16, 5, 0, 93, 4, // Skip to: 9973 2126/* 8856 */ MCD_OPC_Decode, 161, 11, 100, // Opcode: XVCVUXDDP 2127/* 8860 */ MCD_OPC_FilterValue, 1, 85, 4, // Skip to: 9973 2128/* 8864 */ MCD_OPC_CheckField, 16, 5, 0, 79, 4, // Skip to: 9973 2129/* 8870 */ MCD_OPC_Decode, 181, 11, 100, // Opcode: XVNABSDP 2130/* 8874 */ MCD_OPC_FilterValue, 31, 71, 4, // Skip to: 9973 2131/* 8878 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... 2132/* 8881 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8895 2133/* 8885 */ MCD_OPC_CheckField, 16, 5, 0, 58, 4, // Skip to: 9973 2134/* 8891 */ MCD_OPC_Decode, 157, 11, 100, // Opcode: XVCVSXDDP 2135/* 8895 */ MCD_OPC_FilterValue, 1, 50, 4, // Skip to: 9973 2136/* 8899 */ MCD_OPC_CheckField, 16, 5, 0, 44, 4, // Skip to: 9973 2137/* 8905 */ MCD_OPC_Decode, 183, 11, 100, // Opcode: XVNEGDP 2138/* 8909 */ MCD_OPC_FilterValue, 3, 36, 4, // Skip to: 9973 2139/* 8913 */ MCD_OPC_Decode, 227, 11, 103, // Opcode: XXSEL 2140/* 8917 */ MCD_OPC_FilterValue, 62, 19, 0, // Skip to: 8940 2141/* 8921 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... 2142/* 8924 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 8932 2143/* 8928 */ MCD_OPC_Decode, 160, 8, 85, // Opcode: STD 2144/* 8932 */ MCD_OPC_FilterValue, 1, 13, 4, // Skip to: 9973 2145/* 8936 */ MCD_OPC_Decode, 164, 8, 85, // Opcode: STDU 2146/* 8940 */ MCD_OPC_FilterValue, 63, 5, 4, // Skip to: 9973 2147/* 8944 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... 2148/* 8947 */ MCD_OPC_FilterValue, 0, 37, 0, // Skip to: 8988 2149/* 8951 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2150/* 8954 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 8968 2151/* 8958 */ MCD_OPC_CheckField, 21, 2, 0, 241, 3, // Skip to: 9973 2152/* 8964 */ MCD_OPC_Decode, 238, 3, 104, // Opcode: FCMPUS 2153/* 8968 */ MCD_OPC_FilterValue, 2, 233, 3, // Skip to: 9973 2154/* 8972 */ MCD_OPC_CheckField, 21, 2, 0, 227, 3, // Skip to: 9973 2155/* 8978 */ MCD_OPC_CheckField, 11, 7, 0, 221, 3, // Skip to: 9973 2156/* 8984 */ MCD_OPC_Decode, 178, 5, 23, // Opcode: MCRFS 2157/* 8988 */ MCD_OPC_FilterValue, 12, 45, 0, // Skip to: 9037 2158/* 8992 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ... 2159/* 8995 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 9009 2160/* 8999 */ MCD_OPC_CheckField, 12, 9, 0, 200, 3, // Skip to: 9973 2161/* 9005 */ MCD_OPC_Decode, 208, 5, 75, // Opcode: MTFSB1 2162/* 9009 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 9023 2163/* 9013 */ MCD_OPC_CheckField, 12, 9, 0, 186, 3, // Skip to: 9973 2164/* 9019 */ MCD_OPC_Decode, 207, 5, 75, // Opcode: MTFSB0 2165/* 9023 */ MCD_OPC_FilterValue, 4, 178, 3, // Skip to: 9973 2166/* 9027 */ MCD_OPC_CheckField, 17, 6, 0, 172, 3, // Skip to: 9973 2167/* 9033 */ MCD_OPC_Decode, 210, 5, 105, // Opcode: MTFSFI 2168/* 9037 */ MCD_OPC_FilterValue, 13, 16, 0, // Skip to: 9057 2169/* 9041 */ MCD_OPC_CheckField, 17, 6, 0, 158, 3, // Skip to: 9973 2170/* 9047 */ MCD_OPC_CheckField, 6, 6, 4, 152, 3, // Skip to: 9973 2171/* 9053 */ MCD_OPC_Decode, 211, 5, 105, // Opcode: MTFSFIo 2172/* 9057 */ MCD_OPC_FilterValue, 14, 25, 0, // Skip to: 9086 2173/* 9061 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2174/* 9064 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 9078 2175/* 9068 */ MCD_OPC_CheckField, 11, 10, 0, 131, 3, // Skip to: 9973 2176/* 9074 */ MCD_OPC_Decode, 184, 5, 106, // Opcode: MFFS 2177/* 9078 */ MCD_OPC_FilterValue, 22, 123, 3, // Skip to: 9973 2178/* 9082 */ MCD_OPC_Decode, 209, 5, 107, // Opcode: MTFSF 2179/* 9086 */ MCD_OPC_FilterValue, 15, 25, 0, // Skip to: 9115 2180/* 9090 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2181/* 9093 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 9107 2182/* 9097 */ MCD_OPC_CheckField, 11, 10, 0, 102, 3, // Skip to: 9973 2183/* 9103 */ MCD_OPC_Decode, 185, 5, 106, // Opcode: MFFSo 2184/* 9107 */ MCD_OPC_FilterValue, 22, 94, 3, // Skip to: 9973 2185/* 9111 */ MCD_OPC_Decode, 213, 5, 107, // Opcode: MTFSFo 2186/* 9115 */ MCD_OPC_FilterValue, 16, 123, 0, // Skip to: 9242 2187/* 9119 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2188/* 9122 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 9130 2189/* 9126 */ MCD_OPC_Decode, 241, 3, 87, // Opcode: FCPSGNS 2190/* 9130 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 9144 2191/* 9134 */ MCD_OPC_CheckField, 16, 5, 0, 65, 3, // Skip to: 9973 2192/* 9140 */ MCD_OPC_Decode, 151, 4, 88, // Opcode: FNEGS 2193/* 9144 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 9158 2194/* 9148 */ MCD_OPC_CheckField, 16, 5, 0, 51, 3, // Skip to: 9973 2195/* 9154 */ MCD_OPC_Decode, 135, 4, 88, // Opcode: FMR 2196/* 9158 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 9172 2197/* 9162 */ MCD_OPC_CheckField, 16, 5, 0, 37, 3, // Skip to: 9973 2198/* 9168 */ MCD_OPC_Decode, 147, 4, 88, // Opcode: FNABSS 2199/* 9172 */ MCD_OPC_FilterValue, 8, 10, 0, // Skip to: 9186 2200/* 9176 */ MCD_OPC_CheckField, 16, 5, 0, 23, 3, // Skip to: 9973 2201/* 9182 */ MCD_OPC_Decode, 222, 3, 88, // Opcode: FABSS 2202/* 9186 */ MCD_OPC_FilterValue, 12, 10, 0, // Skip to: 9200 2203/* 9190 */ MCD_OPC_CheckField, 16, 5, 0, 9, 3, // Skip to: 9973 2204/* 9196 */ MCD_OPC_Decode, 171, 4, 88, // Opcode: FRINS 2205/* 9200 */ MCD_OPC_FilterValue, 13, 10, 0, // Skip to: 9214 2206/* 9204 */ MCD_OPC_CheckField, 16, 5, 0, 251, 2, // Skip to: 9973 2207/* 9210 */ MCD_OPC_Decode, 179, 4, 88, // Opcode: FRIZS 2208/* 9214 */ MCD_OPC_FilterValue, 14, 10, 0, // Skip to: 9228 2209/* 9218 */ MCD_OPC_CheckField, 16, 5, 0, 237, 2, // Skip to: 9973 2210/* 9224 */ MCD_OPC_Decode, 175, 4, 88, // Opcode: FRIPS 2211/* 9228 */ MCD_OPC_FilterValue, 15, 229, 2, // Skip to: 9973 2212/* 9232 */ MCD_OPC_CheckField, 16, 5, 0, 223, 2, // Skip to: 9973 2213/* 9238 */ MCD_OPC_Decode, 167, 4, 88, // Opcode: FRIMS 2214/* 9242 */ MCD_OPC_FilterValue, 17, 123, 0, // Skip to: 9369 2215/* 9246 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2216/* 9249 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 9257 2217/* 9253 */ MCD_OPC_Decode, 242, 3, 87, // Opcode: FCPSGNSo 2218/* 9257 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 9271 2219/* 9261 */ MCD_OPC_CheckField, 16, 5, 0, 194, 2, // Skip to: 9973 2220/* 9267 */ MCD_OPC_Decode, 152, 4, 88, // Opcode: FNEGSo 2221/* 9271 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 9285 2222/* 9275 */ MCD_OPC_CheckField, 16, 5, 0, 180, 2, // Skip to: 9973 2223/* 9281 */ MCD_OPC_Decode, 136, 4, 88, // Opcode: FMRo 2224/* 9285 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 9299 2225/* 9289 */ MCD_OPC_CheckField, 16, 5, 0, 166, 2, // Skip to: 9973 2226/* 9295 */ MCD_OPC_Decode, 148, 4, 88, // Opcode: FNABSSo 2227/* 9299 */ MCD_OPC_FilterValue, 8, 10, 0, // Skip to: 9313 2228/* 9303 */ MCD_OPC_CheckField, 16, 5, 0, 152, 2, // Skip to: 9973 2229/* 9309 */ MCD_OPC_Decode, 223, 3, 88, // Opcode: FABSSo 2230/* 9313 */ MCD_OPC_FilterValue, 12, 10, 0, // Skip to: 9327 2231/* 9317 */ MCD_OPC_CheckField, 16, 5, 0, 138, 2, // Skip to: 9973 2232/* 9323 */ MCD_OPC_Decode, 172, 4, 88, // Opcode: FRINSo 2233/* 9327 */ MCD_OPC_FilterValue, 13, 10, 0, // Skip to: 9341 2234/* 9331 */ MCD_OPC_CheckField, 16, 5, 0, 124, 2, // Skip to: 9973 2235/* 9337 */ MCD_OPC_Decode, 180, 4, 88, // Opcode: FRIZSo 2236/* 9341 */ MCD_OPC_FilterValue, 14, 10, 0, // Skip to: 9355 2237/* 9345 */ MCD_OPC_CheckField, 16, 5, 0, 110, 2, // Skip to: 9973 2238/* 9351 */ MCD_OPC_Decode, 176, 4, 88, // Opcode: FRIPSo 2239/* 9355 */ MCD_OPC_FilterValue, 15, 102, 2, // Skip to: 9973 2240/* 9359 */ MCD_OPC_CheckField, 16, 5, 0, 96, 2, // Skip to: 9973 2241/* 9365 */ MCD_OPC_Decode, 168, 4, 88, // Opcode: FRIMSo 2242/* 9369 */ MCD_OPC_FilterValue, 24, 16, 0, // Skip to: 9389 2243/* 9373 */ MCD_OPC_CheckField, 16, 5, 0, 82, 2, // Skip to: 9973 2244/* 9379 */ MCD_OPC_CheckField, 6, 5, 0, 76, 2, // Skip to: 9973 2245/* 9385 */ MCD_OPC_Decode, 181, 4, 86, // Opcode: FRSP 2246/* 9389 */ MCD_OPC_FilterValue, 25, 16, 0, // Skip to: 9409 2247/* 9393 */ MCD_OPC_CheckField, 16, 5, 0, 62, 2, // Skip to: 9973 2248/* 9399 */ MCD_OPC_CheckField, 6, 5, 0, 56, 2, // Skip to: 9973 2249/* 9405 */ MCD_OPC_Decode, 182, 4, 86, // Opcode: FRSPo 2250/* 9409 */ MCD_OPC_FilterValue, 28, 59, 0, // Skip to: 9472 2251/* 9413 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2252/* 9416 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 9430 2253/* 9420 */ MCD_OPC_CheckField, 16, 5, 0, 35, 2, // Skip to: 9973 2254/* 9426 */ MCD_OPC_Decode, 249, 3, 108, // Opcode: FCTIW 2255/* 9430 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 9444 2256/* 9434 */ MCD_OPC_CheckField, 16, 5, 0, 21, 2, // Skip to: 9973 2257/* 9440 */ MCD_OPC_Decode, 243, 3, 108, // Opcode: FCTID 2258/* 9444 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 9458 2259/* 9448 */ MCD_OPC_CheckField, 16, 5, 0, 7, 2, // Skip to: 9973 2260/* 9454 */ MCD_OPC_Decode, 229, 3, 108, // Opcode: FCFID 2261/* 9458 */ MCD_OPC_FilterValue, 30, 255, 1, // Skip to: 9973 2262/* 9462 */ MCD_OPC_CheckField, 16, 5, 0, 249, 1, // Skip to: 9973 2263/* 9468 */ MCD_OPC_Decode, 232, 3, 108, // Opcode: FCFIDU 2264/* 9472 */ MCD_OPC_FilterValue, 29, 59, 0, // Skip to: 9535 2265/* 9476 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2266/* 9479 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 9493 2267/* 9483 */ MCD_OPC_CheckField, 16, 5, 0, 228, 1, // Skip to: 9973 2268/* 9489 */ MCD_OPC_Decode, 254, 3, 108, // Opcode: FCTIWo 2269/* 9493 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 9507 2270/* 9497 */ MCD_OPC_CheckField, 16, 5, 0, 214, 1, // Skip to: 9973 2271/* 9503 */ MCD_OPC_Decode, 248, 3, 108, // Opcode: FCTIDo 2272/* 9507 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 9521 2273/* 9511 */ MCD_OPC_CheckField, 16, 5, 0, 200, 1, // Skip to: 9973 2274/* 9517 */ MCD_OPC_Decode, 236, 3, 108, // Opcode: FCFIDo 2275/* 9521 */ MCD_OPC_FilterValue, 30, 192, 1, // Skip to: 9973 2276/* 9525 */ MCD_OPC_CheckField, 16, 5, 0, 186, 1, // Skip to: 9973 2277/* 9531 */ MCD_OPC_Decode, 235, 3, 108, // Opcode: FCFIDUo 2278/* 9535 */ MCD_OPC_FilterValue, 30, 59, 0, // Skip to: 9598 2279/* 9539 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2280/* 9542 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 9556 2281/* 9546 */ MCD_OPC_CheckField, 16, 5, 0, 165, 1, // Skip to: 9973 2282/* 9552 */ MCD_OPC_Decode, 252, 3, 108, // Opcode: FCTIWZ 2283/* 9556 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 9570 2284/* 9560 */ MCD_OPC_CheckField, 16, 5, 0, 151, 1, // Skip to: 9973 2285/* 9566 */ MCD_OPC_Decode, 250, 3, 108, // Opcode: FCTIWUZ 2286/* 9570 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 9584 2287/* 9574 */ MCD_OPC_CheckField, 16, 5, 0, 137, 1, // Skip to: 9973 2288/* 9580 */ MCD_OPC_Decode, 246, 3, 108, // Opcode: FCTIDZ 2289/* 9584 */ MCD_OPC_FilterValue, 29, 129, 1, // Skip to: 9973 2290/* 9588 */ MCD_OPC_CheckField, 16, 5, 0, 123, 1, // Skip to: 9973 2291/* 9594 */ MCD_OPC_Decode, 244, 3, 108, // Opcode: FCTIDUZ 2292/* 9598 */ MCD_OPC_FilterValue, 31, 59, 0, // Skip to: 9661 2293/* 9602 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2294/* 9605 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 9619 2295/* 9609 */ MCD_OPC_CheckField, 16, 5, 0, 102, 1, // Skip to: 9973 2296/* 9615 */ MCD_OPC_Decode, 253, 3, 108, // Opcode: FCTIWZo 2297/* 9619 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 9633 2298/* 9623 */ MCD_OPC_CheckField, 16, 5, 0, 88, 1, // Skip to: 9973 2299/* 9629 */ MCD_OPC_Decode, 251, 3, 108, // Opcode: FCTIWUZo 2300/* 9633 */ MCD_OPC_FilterValue, 25, 10, 0, // Skip to: 9647 2301/* 9637 */ MCD_OPC_CheckField, 16, 5, 0, 74, 1, // Skip to: 9973 2302/* 9643 */ MCD_OPC_Decode, 247, 3, 108, // Opcode: FCTIDZo 2303/* 9647 */ MCD_OPC_FilterValue, 29, 66, 1, // Skip to: 9973 2304/* 9651 */ MCD_OPC_CheckField, 16, 5, 0, 60, 1, // Skip to: 9973 2305/* 9657 */ MCD_OPC_Decode, 245, 3, 108, // Opcode: FCTIDUZo 2306/* 9661 */ MCD_OPC_FilterValue, 36, 10, 0, // Skip to: 9675 2307/* 9665 */ MCD_OPC_CheckField, 6, 5, 0, 46, 1, // Skip to: 9973 2308/* 9671 */ MCD_OPC_Decode, 255, 3, 109, // Opcode: FDIV 2309/* 9675 */ MCD_OPC_FilterValue, 37, 10, 0, // Skip to: 9689 2310/* 9679 */ MCD_OPC_CheckField, 6, 5, 0, 32, 1, // Skip to: 9973 2311/* 9685 */ MCD_OPC_Decode, 130, 4, 109, // Opcode: FDIVo 2312/* 9689 */ MCD_OPC_FilterValue, 40, 10, 0, // Skip to: 9703 2313/* 9693 */ MCD_OPC_CheckField, 6, 5, 0, 18, 1, // Skip to: 9973 2314/* 9699 */ MCD_OPC_Decode, 195, 4, 109, // Opcode: FSUB 2315/* 9703 */ MCD_OPC_FilterValue, 41, 10, 0, // Skip to: 9717 2316/* 9707 */ MCD_OPC_CheckField, 6, 5, 0, 4, 1, // Skip to: 9973 2317/* 9713 */ MCD_OPC_Decode, 198, 4, 109, // Opcode: FSUBo 2318/* 9717 */ MCD_OPC_FilterValue, 42, 10, 0, // Skip to: 9731 2319/* 9721 */ MCD_OPC_CheckField, 6, 5, 0, 246, 0, // Skip to: 9973 2320/* 9727 */ MCD_OPC_Decode, 224, 3, 109, // Opcode: FADD 2321/* 9731 */ MCD_OPC_FilterValue, 43, 10, 0, // Skip to: 9745 2322/* 9735 */ MCD_OPC_CheckField, 6, 5, 0, 232, 0, // Skip to: 9973 2323/* 9741 */ MCD_OPC_Decode, 227, 3, 109, // Opcode: FADDo 2324/* 9745 */ MCD_OPC_FilterValue, 44, 16, 0, // Skip to: 9765 2325/* 9749 */ MCD_OPC_CheckField, 16, 5, 0, 218, 0, // Skip to: 9973 2326/* 9755 */ MCD_OPC_CheckField, 6, 5, 0, 212, 0, // Skip to: 9973 2327/* 9761 */ MCD_OPC_Decode, 191, 4, 108, // Opcode: FSQRT 2328/* 9765 */ MCD_OPC_FilterValue, 45, 16, 0, // Skip to: 9785 2329/* 9769 */ MCD_OPC_CheckField, 16, 5, 0, 198, 0, // Skip to: 9973 2330/* 9775 */ MCD_OPC_CheckField, 6, 5, 0, 192, 0, // Skip to: 9973 2331/* 9781 */ MCD_OPC_Decode, 194, 4, 108, // Opcode: FSQRTo 2332/* 9785 */ MCD_OPC_FilterValue, 46, 4, 0, // Skip to: 9793 2333/* 9789 */ MCD_OPC_Decode, 189, 4, 110, // Opcode: FSELS 2334/* 9793 */ MCD_OPC_FilterValue, 47, 4, 0, // Skip to: 9801 2335/* 9797 */ MCD_OPC_Decode, 190, 4, 110, // Opcode: FSELSo 2336/* 9801 */ MCD_OPC_FilterValue, 48, 16, 0, // Skip to: 9821 2337/* 9805 */ MCD_OPC_CheckField, 16, 5, 0, 162, 0, // Skip to: 9973 2338/* 9811 */ MCD_OPC_CheckField, 6, 5, 0, 156, 0, // Skip to: 9973 2339/* 9817 */ MCD_OPC_Decode, 161, 4, 108, // Opcode: FRE 2340/* 9821 */ MCD_OPC_FilterValue, 49, 16, 0, // Skip to: 9841 2341/* 9825 */ MCD_OPC_CheckField, 16, 5, 0, 142, 0, // Skip to: 9973 2342/* 9831 */ MCD_OPC_CheckField, 6, 5, 0, 136, 0, // Skip to: 9973 2343/* 9837 */ MCD_OPC_Decode, 164, 4, 108, // Opcode: FREo 2344/* 9841 */ MCD_OPC_FilterValue, 50, 10, 0, // Skip to: 9855 2345/* 9845 */ MCD_OPC_CheckField, 11, 5, 0, 122, 0, // Skip to: 9973 2346/* 9851 */ MCD_OPC_Decode, 141, 4, 111, // Opcode: FMUL 2347/* 9855 */ MCD_OPC_FilterValue, 51, 10, 0, // Skip to: 9869 2348/* 9859 */ MCD_OPC_CheckField, 11, 5, 0, 108, 0, // Skip to: 9973 2349/* 9865 */ MCD_OPC_Decode, 144, 4, 111, // Opcode: FMULo 2350/* 9869 */ MCD_OPC_FilterValue, 52, 16, 0, // Skip to: 9889 2351/* 9873 */ MCD_OPC_CheckField, 16, 5, 0, 94, 0, // Skip to: 9973 2352/* 9879 */ MCD_OPC_CheckField, 6, 5, 0, 88, 0, // Skip to: 9973 2353/* 9885 */ MCD_OPC_Decode, 183, 4, 108, // Opcode: FRSQRTE 2354/* 9889 */ MCD_OPC_FilterValue, 53, 16, 0, // Skip to: 9909 2355/* 9893 */ MCD_OPC_CheckField, 16, 5, 0, 74, 0, // Skip to: 9973 2356/* 9899 */ MCD_OPC_CheckField, 6, 5, 0, 68, 0, // Skip to: 9973 2357/* 9905 */ MCD_OPC_Decode, 186, 4, 108, // Opcode: FRSQRTEo 2358/* 9909 */ MCD_OPC_FilterValue, 56, 4, 0, // Skip to: 9917 2359/* 9913 */ MCD_OPC_Decode, 137, 4, 112, // Opcode: FMSUB 2360/* 9917 */ MCD_OPC_FilterValue, 57, 4, 0, // Skip to: 9925 2361/* 9921 */ MCD_OPC_Decode, 140, 4, 112, // Opcode: FMSUBo 2362/* 9925 */ MCD_OPC_FilterValue, 58, 4, 0, // Skip to: 9933 2363/* 9929 */ MCD_OPC_Decode, 131, 4, 112, // Opcode: FMADD 2364/* 9933 */ MCD_OPC_FilterValue, 59, 4, 0, // Skip to: 9941 2365/* 9937 */ MCD_OPC_Decode, 134, 4, 112, // Opcode: FMADDo 2366/* 9941 */ MCD_OPC_FilterValue, 60, 4, 0, // Skip to: 9949 2367/* 9945 */ MCD_OPC_Decode, 157, 4, 112, // Opcode: FNMSUB 2368/* 9949 */ MCD_OPC_FilterValue, 61, 4, 0, // Skip to: 9957 2369/* 9953 */ MCD_OPC_Decode, 160, 4, 112, // Opcode: FNMSUBo 2370/* 9957 */ MCD_OPC_FilterValue, 62, 4, 0, // Skip to: 9965 2371/* 9961 */ MCD_OPC_Decode, 153, 4, 112, // Opcode: FNMADD 2372/* 9965 */ MCD_OPC_FilterValue, 63, 4, 0, // Skip to: 9973 2373/* 9969 */ MCD_OPC_Decode, 156, 4, 112, // Opcode: FNMADDo 2374/* 9973 */ MCD_OPC_Fail, 2375 0 2376}; 2377 2378static uint8_t DecoderTableQPX32[] = { 2379/* 0 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... 2380/* 3 */ MCD_OPC_FilterValue, 0, 59, 0, // Skip to: 66 2381/* 7 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2382/* 10 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 24 2383/* 14 */ MCD_OPC_CheckField, 26, 6, 4, 68, 7, // Skip to: 1880 2384/* 20 */ MCD_OPC_Decode, 163, 6, 113, // Opcode: QVFCMPEQb 2385/* 24 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 38 2386/* 28 */ MCD_OPC_CheckField, 26, 6, 4, 54, 7, // Skip to: 1880 2387/* 34 */ MCD_OPC_Decode, 166, 6, 113, // Opcode: QVFCMPGTb 2388/* 38 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 52 2389/* 42 */ MCD_OPC_CheckField, 26, 6, 4, 40, 7, // Skip to: 1880 2390/* 48 */ MCD_OPC_Decode, 233, 6, 113, // Opcode: QVFTSTNANb 2391/* 52 */ MCD_OPC_FilterValue, 3, 32, 7, // Skip to: 1880 2392/* 56 */ MCD_OPC_CheckField, 26, 6, 4, 26, 7, // Skip to: 1880 2393/* 62 */ MCD_OPC_Decode, 169, 6, 113, // Opcode: QVFCMPLTb 2394/* 66 */ MCD_OPC_FilterValue, 2, 19, 0, // Skip to: 89 2395/* 70 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2396/* 73 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 81 2397/* 77 */ MCD_OPC_Decode, 242, 6, 114, // Opcode: QVFXXMADDS 2398/* 81 */ MCD_OPC_FilterValue, 4, 3, 7, // Skip to: 1880 2399/* 85 */ MCD_OPC_Decode, 241, 6, 114, // Opcode: QVFXXMADD 2400/* 89 */ MCD_OPC_FilterValue, 6, 19, 0, // Skip to: 112 2401/* 93 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2402/* 96 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 104 2403/* 100 */ MCD_OPC_Decode, 240, 6, 114, // Opcode: QVFXXCPNMADDS 2404/* 104 */ MCD_OPC_FilterValue, 4, 236, 6, // Skip to: 1880 2405/* 108 */ MCD_OPC_Decode, 239, 6, 114, // Opcode: QVFXXCPNMADD 2406/* 112 */ MCD_OPC_FilterValue, 8, 16, 0, // Skip to: 132 2407/* 116 */ MCD_OPC_CheckField, 26, 6, 4, 222, 6, // Skip to: 1880 2408/* 122 */ MCD_OPC_CheckField, 6, 1, 0, 216, 6, // Skip to: 1880 2409/* 128 */ MCD_OPC_Decode, 183, 6, 115, // Opcode: QVFLOGICALb 2410/* 132 */ MCD_OPC_FilterValue, 10, 180, 0, // Skip to: 316 2411/* 136 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... 2412/* 139 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 153 2413/* 143 */ MCD_OPC_CheckField, 26, 6, 4, 195, 6, // Skip to: 1880 2414/* 149 */ MCD_OPC_Decode, 146, 6, 116, // Opcode: QVALIGNI 2415/* 153 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 173 2416/* 157 */ MCD_OPC_CheckField, 26, 6, 4, 181, 6, // Skip to: 1880 2417/* 163 */ MCD_OPC_CheckField, 11, 5, 0, 175, 6, // Skip to: 1880 2418/* 169 */ MCD_OPC_Decode, 149, 6, 117, // Opcode: QVESPLATI 2419/* 173 */ MCD_OPC_FilterValue, 4, 34, 0, // Skip to: 211 2420/* 177 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2421/* 180 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 188 2422/* 184 */ MCD_OPC_Decode, 245, 6, 118, // Opcode: QVGPCI 2423/* 188 */ MCD_OPC_FilterValue, 31, 152, 6, // Skip to: 1880 2424/* 192 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... 2425/* 195 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 203 2426/* 199 */ MCD_OPC_Decode, 161, 7, 119, // Opcode: QVSTFCSXI 2427/* 203 */ MCD_OPC_FilterValue, 2, 137, 6, // Skip to: 1880 2428/* 207 */ MCD_OPC_Decode, 182, 7, 119, // Opcode: QVSTFSXI 2429/* 211 */ MCD_OPC_FilterValue, 5, 31, 0, // Skip to: 246 2430/* 215 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... 2431/* 218 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 232 2432/* 222 */ MCD_OPC_CheckField, 26, 6, 31, 116, 6, // Skip to: 1880 2433/* 228 */ MCD_OPC_Decode, 157, 7, 119, // Opcode: QVSTFCSUXI 2434/* 232 */ MCD_OPC_FilterValue, 2, 108, 6, // Skip to: 1880 2435/* 236 */ MCD_OPC_CheckField, 26, 6, 31, 102, 6, // Skip to: 1880 2436/* 242 */ MCD_OPC_Decode, 177, 7, 119, // Opcode: QVSTFSUXI 2437/* 246 */ MCD_OPC_FilterValue, 6, 31, 0, // Skip to: 281 2438/* 250 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... 2439/* 253 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 267 2440/* 257 */ MCD_OPC_CheckField, 26, 6, 31, 81, 6, // Skip to: 1880 2441/* 263 */ MCD_OPC_Decode, 153, 7, 119, // Opcode: QVSTFCDXI 2442/* 267 */ MCD_OPC_FilterValue, 2, 73, 6, // Skip to: 1880 2443/* 271 */ MCD_OPC_CheckField, 26, 6, 31, 67, 6, // Skip to: 1880 2444/* 277 */ MCD_OPC_Decode, 170, 7, 119, // Opcode: QVSTFDXI 2445/* 281 */ MCD_OPC_FilterValue, 7, 59, 6, // Skip to: 1880 2446/* 285 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... 2447/* 288 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 302 2448/* 292 */ MCD_OPC_CheckField, 26, 6, 31, 46, 6, // Skip to: 1880 2449/* 298 */ MCD_OPC_Decode, 149, 7, 119, // Opcode: QVSTFCDUXI 2450/* 302 */ MCD_OPC_FilterValue, 2, 38, 6, // Skip to: 1880 2451/* 306 */ MCD_OPC_CheckField, 26, 6, 31, 32, 6, // Skip to: 1880 2452/* 312 */ MCD_OPC_Decode, 166, 7, 119, // Opcode: QVSTFDUXI 2453/* 316 */ MCD_OPC_FilterValue, 11, 115, 0, // Skip to: 435 2454/* 320 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2455/* 323 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 337 2456/* 327 */ MCD_OPC_CheckField, 26, 6, 31, 11, 6, // Skip to: 1880 2457/* 333 */ MCD_OPC_Decode, 162, 7, 119, // Opcode: QVSTFCSXIA 2458/* 337 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 351 2459/* 341 */ MCD_OPC_CheckField, 26, 6, 31, 253, 5, // Skip to: 1880 2460/* 347 */ MCD_OPC_Decode, 158, 7, 119, // Opcode: QVSTFCSUXIA 2461/* 351 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 365 2462/* 355 */ MCD_OPC_CheckField, 26, 6, 31, 239, 5, // Skip to: 1880 2463/* 361 */ MCD_OPC_Decode, 154, 7, 119, // Opcode: QVSTFCDXIA 2464/* 365 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 379 2465/* 369 */ MCD_OPC_CheckField, 26, 6, 31, 225, 5, // Skip to: 1880 2466/* 375 */ MCD_OPC_Decode, 150, 7, 119, // Opcode: QVSTFCDUXIA 2467/* 379 */ MCD_OPC_FilterValue, 20, 10, 0, // Skip to: 393 2468/* 383 */ MCD_OPC_CheckField, 26, 6, 31, 211, 5, // Skip to: 1880 2469/* 389 */ MCD_OPC_Decode, 183, 7, 119, // Opcode: QVSTFSXIA 2470/* 393 */ MCD_OPC_FilterValue, 21, 10, 0, // Skip to: 407 2471/* 397 */ MCD_OPC_CheckField, 26, 6, 31, 197, 5, // Skip to: 1880 2472/* 403 */ MCD_OPC_Decode, 178, 7, 119, // Opcode: QVSTFSUXIA 2473/* 407 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 421 2474/* 411 */ MCD_OPC_CheckField, 26, 6, 31, 183, 5, // Skip to: 1880 2475/* 417 */ MCD_OPC_Decode, 171, 7, 119, // Opcode: QVSTFDXIA 2476/* 421 */ MCD_OPC_FilterValue, 23, 175, 5, // Skip to: 1880 2477/* 425 */ MCD_OPC_CheckField, 26, 6, 31, 169, 5, // Skip to: 1880 2478/* 431 */ MCD_OPC_Decode, 167, 7, 119, // Opcode: QVSTFDUXIA 2479/* 435 */ MCD_OPC_FilterValue, 12, 50, 0, // Skip to: 489 2480/* 439 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2481/* 442 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 450 2482/* 446 */ MCD_OPC_Decode, 207, 6, 114, // Opcode: QVFPERM 2483/* 450 */ MCD_OPC_FilterValue, 31, 146, 5, // Skip to: 1880 2484/* 454 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2485/* 457 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 465 2486/* 461 */ MCD_OPC_Decode, 146, 7, 119, // Opcode: QVLPCRSX 2487/* 465 */ MCD_OPC_FilterValue, 2, 4, 0, // Skip to: 473 2488/* 469 */ MCD_OPC_Decode, 145, 7, 119, // Opcode: QVLPCRDX 2489/* 473 */ MCD_OPC_FilterValue, 16, 4, 0, // Skip to: 481 2490/* 477 */ MCD_OPC_Decode, 143, 7, 119, // Opcode: QVLPCLSX 2491/* 481 */ MCD_OPC_FilterValue, 18, 115, 5, // Skip to: 1880 2492/* 485 */ MCD_OPC_Decode, 142, 7, 119, // Opcode: QVLPCLDX 2493/* 489 */ MCD_OPC_FilterValue, 14, 13, 1, // Skip to: 762 2494/* 493 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2495/* 496 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 510 2496/* 500 */ MCD_OPC_CheckField, 26, 6, 31, 94, 5, // Skip to: 1880 2497/* 506 */ MCD_OPC_Decode, 252, 6, 119, // Opcode: QVLFCSX 2498/* 510 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 524 2499/* 514 */ MCD_OPC_CheckField, 26, 6, 31, 80, 5, // Skip to: 1880 2500/* 520 */ MCD_OPC_Decode, 250, 6, 119, // Opcode: QVLFCSUX 2501/* 524 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 538 2502/* 528 */ MCD_OPC_CheckField, 26, 6, 31, 66, 5, // Skip to: 1880 2503/* 534 */ MCD_OPC_Decode, 248, 6, 119, // Opcode: QVLFCDX 2504/* 538 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 552 2505/* 542 */ MCD_OPC_CheckField, 26, 6, 31, 52, 5, // Skip to: 1880 2506/* 548 */ MCD_OPC_Decode, 246, 6, 119, // Opcode: QVLFCDUX 2507/* 552 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 566 2508/* 556 */ MCD_OPC_CheckField, 26, 6, 31, 38, 5, // Skip to: 1880 2509/* 562 */ MCD_OPC_Decode, 159, 7, 119, // Opcode: QVSTFCSX 2510/* 566 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 580 2511/* 570 */ MCD_OPC_CheckField, 26, 6, 31, 24, 5, // Skip to: 1880 2512/* 576 */ MCD_OPC_Decode, 155, 7, 119, // Opcode: QVSTFCSUX 2513/* 580 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 594 2514/* 584 */ MCD_OPC_CheckField, 26, 6, 31, 10, 5, // Skip to: 1880 2515/* 590 */ MCD_OPC_Decode, 151, 7, 119, // Opcode: QVSTFCDX 2516/* 594 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 608 2517/* 598 */ MCD_OPC_CheckField, 26, 6, 31, 252, 4, // Skip to: 1880 2518/* 604 */ MCD_OPC_Decode, 147, 7, 119, // Opcode: QVSTFCDUX 2519/* 608 */ MCD_OPC_FilterValue, 16, 10, 0, // Skip to: 622 2520/* 612 */ MCD_OPC_CheckField, 26, 6, 31, 238, 4, // Skip to: 1880 2521/* 618 */ MCD_OPC_Decode, 138, 7, 119, // Opcode: QVLFSX 2522/* 622 */ MCD_OPC_FilterValue, 17, 10, 0, // Skip to: 636 2523/* 626 */ MCD_OPC_CheckField, 26, 6, 31, 224, 4, // Skip to: 1880 2524/* 632 */ MCD_OPC_Decode, 136, 7, 120, // Opcode: QVLFSUX 2525/* 636 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 650 2526/* 640 */ MCD_OPC_CheckField, 26, 6, 31, 210, 4, // Skip to: 1880 2527/* 646 */ MCD_OPC_Decode, 129, 7, 119, // Opcode: QVLFDX 2528/* 650 */ MCD_OPC_FilterValue, 19, 10, 0, // Skip to: 664 2529/* 654 */ MCD_OPC_CheckField, 26, 6, 31, 196, 4, // Skip to: 1880 2530/* 660 */ MCD_OPC_Decode, 255, 6, 121, // Opcode: QVLFDUX 2531/* 664 */ MCD_OPC_FilterValue, 20, 10, 0, // Skip to: 678 2532/* 668 */ MCD_OPC_CheckField, 26, 6, 31, 182, 4, // Skip to: 1880 2533/* 674 */ MCD_OPC_Decode, 180, 7, 119, // Opcode: QVSTFSX 2534/* 678 */ MCD_OPC_FilterValue, 21, 10, 0, // Skip to: 692 2535/* 682 */ MCD_OPC_CheckField, 26, 6, 31, 168, 4, // Skip to: 1880 2536/* 688 */ MCD_OPC_Decode, 175, 7, 122, // Opcode: QVSTFSUX 2537/* 692 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 706 2538/* 696 */ MCD_OPC_CheckField, 26, 6, 31, 154, 4, // Skip to: 1880 2539/* 702 */ MCD_OPC_Decode, 168, 7, 119, // Opcode: QVSTFDX 2540/* 706 */ MCD_OPC_FilterValue, 23, 10, 0, // Skip to: 720 2541/* 710 */ MCD_OPC_CheckField, 26, 6, 31, 140, 4, // Skip to: 1880 2542/* 716 */ MCD_OPC_Decode, 164, 7, 123, // Opcode: QVSTFDUX 2543/* 720 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 734 2544/* 724 */ MCD_OPC_CheckField, 26, 6, 31, 126, 4, // Skip to: 1880 2545/* 730 */ MCD_OPC_Decode, 134, 7, 119, // Opcode: QVLFIWZX 2546/* 734 */ MCD_OPC_FilterValue, 27, 10, 0, // Skip to: 748 2547/* 738 */ MCD_OPC_CheckField, 26, 6, 31, 112, 4, // Skip to: 1880 2548/* 744 */ MCD_OPC_Decode, 132, 7, 119, // Opcode: QVLFIWAX 2549/* 748 */ MCD_OPC_FilterValue, 30, 104, 4, // Skip to: 1880 2550/* 752 */ MCD_OPC_CheckField, 26, 6, 31, 98, 4, // Skip to: 1880 2551/* 758 */ MCD_OPC_Decode, 173, 7, 119, // Opcode: QVSTFIWX 2552/* 762 */ MCD_OPC_FilterValue, 15, 13, 1, // Skip to: 1035 2553/* 766 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2554/* 769 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 783 2555/* 773 */ MCD_OPC_CheckField, 26, 6, 31, 77, 4, // Skip to: 1880 2556/* 779 */ MCD_OPC_Decode, 253, 6, 119, // Opcode: QVLFCSXA 2557/* 783 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 797 2558/* 787 */ MCD_OPC_CheckField, 26, 6, 31, 63, 4, // Skip to: 1880 2559/* 793 */ MCD_OPC_Decode, 251, 6, 119, // Opcode: QVLFCSUXA 2560/* 797 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 811 2561/* 801 */ MCD_OPC_CheckField, 26, 6, 31, 49, 4, // Skip to: 1880 2562/* 807 */ MCD_OPC_Decode, 249, 6, 119, // Opcode: QVLFCDXA 2563/* 811 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 825 2564/* 815 */ MCD_OPC_CheckField, 26, 6, 31, 35, 4, // Skip to: 1880 2565/* 821 */ MCD_OPC_Decode, 247, 6, 119, // Opcode: QVLFCDUXA 2566/* 825 */ MCD_OPC_FilterValue, 4, 10, 0, // Skip to: 839 2567/* 829 */ MCD_OPC_CheckField, 26, 6, 31, 21, 4, // Skip to: 1880 2568/* 835 */ MCD_OPC_Decode, 160, 7, 119, // Opcode: QVSTFCSXA 2569/* 839 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 853 2570/* 843 */ MCD_OPC_CheckField, 26, 6, 31, 7, 4, // Skip to: 1880 2571/* 849 */ MCD_OPC_Decode, 156, 7, 119, // Opcode: QVSTFCSUXA 2572/* 853 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 867 2573/* 857 */ MCD_OPC_CheckField, 26, 6, 31, 249, 3, // Skip to: 1880 2574/* 863 */ MCD_OPC_Decode, 152, 7, 119, // Opcode: QVSTFCDXA 2575/* 867 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 881 2576/* 871 */ MCD_OPC_CheckField, 26, 6, 31, 235, 3, // Skip to: 1880 2577/* 877 */ MCD_OPC_Decode, 148, 7, 119, // Opcode: QVSTFCDUXA 2578/* 881 */ MCD_OPC_FilterValue, 16, 10, 0, // Skip to: 895 2579/* 885 */ MCD_OPC_CheckField, 26, 6, 31, 221, 3, // Skip to: 1880 2580/* 891 */ MCD_OPC_Decode, 139, 7, 119, // Opcode: QVLFSXA 2581/* 895 */ MCD_OPC_FilterValue, 17, 10, 0, // Skip to: 909 2582/* 899 */ MCD_OPC_CheckField, 26, 6, 31, 207, 3, // Skip to: 1880 2583/* 905 */ MCD_OPC_Decode, 137, 7, 119, // Opcode: QVLFSUXA 2584/* 909 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 923 2585/* 913 */ MCD_OPC_CheckField, 26, 6, 31, 193, 3, // Skip to: 1880 2586/* 919 */ MCD_OPC_Decode, 130, 7, 119, // Opcode: QVLFDXA 2587/* 923 */ MCD_OPC_FilterValue, 19, 10, 0, // Skip to: 937 2588/* 927 */ MCD_OPC_CheckField, 26, 6, 31, 179, 3, // Skip to: 1880 2589/* 933 */ MCD_OPC_Decode, 128, 7, 119, // Opcode: QVLFDUXA 2590/* 937 */ MCD_OPC_FilterValue, 20, 10, 0, // Skip to: 951 2591/* 941 */ MCD_OPC_CheckField, 26, 6, 31, 165, 3, // Skip to: 1880 2592/* 947 */ MCD_OPC_Decode, 181, 7, 119, // Opcode: QVSTFSXA 2593/* 951 */ MCD_OPC_FilterValue, 21, 10, 0, // Skip to: 965 2594/* 955 */ MCD_OPC_CheckField, 26, 6, 31, 151, 3, // Skip to: 1880 2595/* 961 */ MCD_OPC_Decode, 176, 7, 119, // Opcode: QVSTFSUXA 2596/* 965 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 979 2597/* 969 */ MCD_OPC_CheckField, 26, 6, 31, 137, 3, // Skip to: 1880 2598/* 975 */ MCD_OPC_Decode, 169, 7, 119, // Opcode: QVSTFDXA 2599/* 979 */ MCD_OPC_FilterValue, 23, 10, 0, // Skip to: 993 2600/* 983 */ MCD_OPC_CheckField, 26, 6, 31, 123, 3, // Skip to: 1880 2601/* 989 */ MCD_OPC_Decode, 165, 7, 119, // Opcode: QVSTFDUXA 2602/* 993 */ MCD_OPC_FilterValue, 26, 10, 0, // Skip to: 1007 2603/* 997 */ MCD_OPC_CheckField, 26, 6, 31, 109, 3, // Skip to: 1880 2604/* 1003 */ MCD_OPC_Decode, 135, 7, 119, // Opcode: QVLFIWZXA 2605/* 1007 */ MCD_OPC_FilterValue, 27, 10, 0, // Skip to: 1021 2606/* 1011 */ MCD_OPC_CheckField, 26, 6, 31, 95, 3, // Skip to: 1880 2607/* 1017 */ MCD_OPC_Decode, 133, 7, 119, // Opcode: QVLFIWAXA 2608/* 1021 */ MCD_OPC_FilterValue, 30, 87, 3, // Skip to: 1880 2609/* 1025 */ MCD_OPC_CheckField, 26, 6, 31, 81, 3, // Skip to: 1880 2610/* 1031 */ MCD_OPC_Decode, 174, 7, 119, // Opcode: QVSTFIWXA 2611/* 1035 */ MCD_OPC_FilterValue, 16, 177, 0, // Skip to: 1216 2612/* 1039 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2613/* 1042 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1056 2614/* 1046 */ MCD_OPC_CheckField, 26, 6, 4, 60, 3, // Skip to: 1880 2615/* 1052 */ MCD_OPC_Decode, 171, 6, 124, // Opcode: QVFCPSGN 2616/* 1056 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 1076 2617/* 1060 */ MCD_OPC_CheckField, 26, 6, 4, 46, 3, // Skip to: 1880 2618/* 1066 */ MCD_OPC_CheckField, 16, 5, 0, 40, 3, // Skip to: 1880 2619/* 1072 */ MCD_OPC_Decode, 199, 6, 125, // Opcode: QVFNEG 2620/* 1076 */ MCD_OPC_FilterValue, 2, 16, 0, // Skip to: 1096 2621/* 1080 */ MCD_OPC_CheckField, 26, 6, 4, 26, 3, // Skip to: 1880 2622/* 1086 */ MCD_OPC_CheckField, 16, 5, 0, 20, 3, // Skip to: 1880 2623/* 1092 */ MCD_OPC_Decode, 188, 6, 125, // Opcode: QVFMR 2624/* 1096 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 1116 2625/* 1100 */ MCD_OPC_CheckField, 26, 6, 4, 6, 3, // Skip to: 1880 2626/* 1106 */ MCD_OPC_CheckField, 16, 5, 0, 0, 3, // Skip to: 1880 2627/* 1112 */ MCD_OPC_Decode, 197, 6, 125, // Opcode: QVFNABS 2628/* 1116 */ MCD_OPC_FilterValue, 8, 16, 0, // Skip to: 1136 2629/* 1120 */ MCD_OPC_CheckField, 26, 6, 4, 242, 2, // Skip to: 1880 2630/* 1126 */ MCD_OPC_CheckField, 16, 5, 0, 236, 2, // Skip to: 1880 2631/* 1132 */ MCD_OPC_Decode, 152, 6, 125, // Opcode: QVFABS 2632/* 1136 */ MCD_OPC_FilterValue, 12, 16, 0, // Skip to: 1156 2633/* 1140 */ MCD_OPC_CheckField, 26, 6, 4, 222, 2, // Skip to: 1880 2634/* 1146 */ MCD_OPC_CheckField, 16, 5, 0, 216, 2, // Skip to: 1880 2635/* 1152 */ MCD_OPC_Decode, 214, 6, 125, // Opcode: QVFRIN 2636/* 1156 */ MCD_OPC_FilterValue, 13, 16, 0, // Skip to: 1176 2637/* 1160 */ MCD_OPC_CheckField, 26, 6, 4, 202, 2, // Skip to: 1880 2638/* 1166 */ MCD_OPC_CheckField, 16, 5, 0, 196, 2, // Skip to: 1880 2639/* 1172 */ MCD_OPC_Decode, 218, 6, 125, // Opcode: QVFRIZ 2640/* 1176 */ MCD_OPC_FilterValue, 14, 16, 0, // Skip to: 1196 2641/* 1180 */ MCD_OPC_CheckField, 26, 6, 4, 182, 2, // Skip to: 1880 2642/* 1186 */ MCD_OPC_CheckField, 16, 5, 0, 176, 2, // Skip to: 1880 2643/* 1192 */ MCD_OPC_Decode, 216, 6, 125, // Opcode: QVFRIP 2644/* 1196 */ MCD_OPC_FilterValue, 15, 168, 2, // Skip to: 1880 2645/* 1200 */ MCD_OPC_CheckField, 26, 6, 4, 162, 2, // Skip to: 1880 2646/* 1206 */ MCD_OPC_CheckField, 16, 5, 0, 156, 2, // Skip to: 1880 2647/* 1212 */ MCD_OPC_Decode, 212, 6, 125, // Opcode: QVFRIM 2648/* 1216 */ MCD_OPC_FilterValue, 18, 19, 0, // Skip to: 1239 2649/* 1220 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2650/* 1223 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1231 2651/* 1227 */ MCD_OPC_Decode, 236, 6, 114, // Opcode: QVFXMADDS 2652/* 1231 */ MCD_OPC_FilterValue, 4, 133, 2, // Skip to: 1880 2653/* 1235 */ MCD_OPC_Decode, 235, 6, 114, // Opcode: QVFXMADD 2654/* 1239 */ MCD_OPC_FilterValue, 22, 19, 0, // Skip to: 1262 2655/* 1243 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2656/* 1246 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 1254 2657/* 1250 */ MCD_OPC_Decode, 244, 6, 114, // Opcode: QVFXXNPMADDS 2658/* 1254 */ MCD_OPC_FilterValue, 4, 110, 2, // Skip to: 1880 2659/* 1258 */ MCD_OPC_Decode, 243, 6, 114, // Opcode: QVFXXNPMADD 2660/* 1262 */ MCD_OPC_FilterValue, 24, 22, 0, // Skip to: 1288 2661/* 1266 */ MCD_OPC_CheckField, 26, 6, 4, 96, 2, // Skip to: 1880 2662/* 1272 */ MCD_OPC_CheckField, 16, 5, 0, 90, 2, // Skip to: 1880 2663/* 1278 */ MCD_OPC_CheckField, 6, 5, 0, 84, 2, // Skip to: 1880 2664/* 1284 */ MCD_OPC_Decode, 221, 6, 126, // Opcode: QVFRSPs 2665/* 1288 */ MCD_OPC_FilterValue, 28, 153, 0, // Skip to: 1445 2666/* 1292 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2667/* 1295 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 1315 2668/* 1299 */ MCD_OPC_CheckField, 26, 6, 4, 63, 2, // Skip to: 1880 2669/* 1305 */ MCD_OPC_CheckField, 16, 5, 0, 57, 2, // Skip to: 1880 2670/* 1311 */ MCD_OPC_Decode, 178, 6, 125, // Opcode: QVFCTIW 2671/* 1315 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 1335 2672/* 1319 */ MCD_OPC_CheckField, 26, 6, 4, 43, 2, // Skip to: 1880 2673/* 1325 */ MCD_OPC_CheckField, 16, 5, 0, 37, 2, // Skip to: 1880 2674/* 1331 */ MCD_OPC_Decode, 179, 6, 125, // Opcode: QVFCTIWU 2675/* 1335 */ MCD_OPC_FilterValue, 25, 16, 0, // Skip to: 1355 2676/* 1339 */ MCD_OPC_CheckField, 26, 6, 4, 23, 2, // Skip to: 1880 2677/* 1345 */ MCD_OPC_CheckField, 16, 5, 0, 17, 2, // Skip to: 1880 2678/* 1351 */ MCD_OPC_Decode, 173, 6, 125, // Opcode: QVFCTID 2679/* 1355 */ MCD_OPC_FilterValue, 26, 31, 0, // Skip to: 1390 2680/* 1359 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2681/* 1362 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1376 2682/* 1366 */ MCD_OPC_CheckField, 16, 5, 0, 252, 1, // Skip to: 1880 2683/* 1372 */ MCD_OPC_Decode, 158, 6, 125, // Opcode: QVFCFIDS 2684/* 1376 */ MCD_OPC_FilterValue, 4, 244, 1, // Skip to: 1880 2685/* 1380 */ MCD_OPC_CheckField, 16, 5, 0, 238, 1, // Skip to: 1880 2686/* 1386 */ MCD_OPC_Decode, 157, 6, 125, // Opcode: QVFCFID 2687/* 1390 */ MCD_OPC_FilterValue, 29, 16, 0, // Skip to: 1410 2688/* 1394 */ MCD_OPC_CheckField, 26, 6, 4, 224, 1, // Skip to: 1880 2689/* 1400 */ MCD_OPC_CheckField, 16, 5, 0, 218, 1, // Skip to: 1880 2690/* 1406 */ MCD_OPC_Decode, 174, 6, 125, // Opcode: QVFCTIDU 2691/* 1410 */ MCD_OPC_FilterValue, 30, 210, 1, // Skip to: 1880 2692/* 1414 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2693/* 1417 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1431 2694/* 1421 */ MCD_OPC_CheckField, 16, 5, 0, 197, 1, // Skip to: 1880 2695/* 1427 */ MCD_OPC_Decode, 160, 6, 125, // Opcode: QVFCFIDUS 2696/* 1431 */ MCD_OPC_FilterValue, 4, 189, 1, // Skip to: 1880 2697/* 1435 */ MCD_OPC_CheckField, 16, 5, 0, 183, 1, // Skip to: 1880 2698/* 1441 */ MCD_OPC_Decode, 159, 6, 125, // Opcode: QVFCFIDU 2699/* 1445 */ MCD_OPC_FilterValue, 30, 83, 0, // Skip to: 1532 2700/* 1449 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... 2701/* 1452 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 1472 2702/* 1456 */ MCD_OPC_CheckField, 26, 6, 4, 162, 1, // Skip to: 1880 2703/* 1462 */ MCD_OPC_CheckField, 16, 5, 0, 156, 1, // Skip to: 1880 2704/* 1468 */ MCD_OPC_Decode, 181, 6, 125, // Opcode: QVFCTIWZ 2705/* 1472 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 1492 2706/* 1476 */ MCD_OPC_CheckField, 26, 6, 4, 142, 1, // Skip to: 1880 2707/* 1482 */ MCD_OPC_CheckField, 16, 5, 0, 136, 1, // Skip to: 1880 2708/* 1488 */ MCD_OPC_Decode, 180, 6, 125, // Opcode: QVFCTIWUZ 2709/* 1492 */ MCD_OPC_FilterValue, 25, 16, 0, // Skip to: 1512 2710/* 1496 */ MCD_OPC_CheckField, 26, 6, 4, 122, 1, // Skip to: 1880 2711/* 1502 */ MCD_OPC_CheckField, 16, 5, 0, 116, 1, // Skip to: 1880 2712/* 1508 */ MCD_OPC_Decode, 176, 6, 125, // Opcode: QVFCTIDZ 2713/* 1512 */ MCD_OPC_FilterValue, 29, 108, 1, // Skip to: 1880 2714/* 1516 */ MCD_OPC_CheckField, 26, 6, 4, 102, 1, // Skip to: 1880 2715/* 1522 */ MCD_OPC_CheckField, 16, 5, 0, 96, 1, // Skip to: 1880 2716/* 1528 */ MCD_OPC_Decode, 175, 6, 125, // Opcode: QVFCTIDUZ 2717/* 1532 */ MCD_OPC_FilterValue, 34, 31, 0, // Skip to: 1567 2718/* 1536 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2719/* 1539 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1553 2720/* 1543 */ MCD_OPC_CheckField, 11, 5, 0, 75, 1, // Skip to: 1880 2721/* 1549 */ MCD_OPC_Decode, 238, 6, 127, // Opcode: QVFXMULS 2722/* 1553 */ MCD_OPC_FilterValue, 4, 67, 1, // Skip to: 1880 2723/* 1557 */ MCD_OPC_CheckField, 11, 5, 0, 61, 1, // Skip to: 1880 2724/* 1563 */ MCD_OPC_Decode, 237, 6, 127, // Opcode: QVFXMUL 2725/* 1567 */ MCD_OPC_FilterValue, 40, 32, 0, // Skip to: 1603 2726/* 1571 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2727/* 1574 */ MCD_OPC_FilterValue, 0, 11, 0, // Skip to: 1589 2728/* 1578 */ MCD_OPC_CheckField, 6, 5, 0, 40, 1, // Skip to: 1880 2729/* 1584 */ MCD_OPC_Decode, 231, 6, 128, 1, // Opcode: QVFSUBSs 2730/* 1589 */ MCD_OPC_FilterValue, 4, 31, 1, // Skip to: 1880 2731/* 1593 */ MCD_OPC_CheckField, 6, 5, 0, 25, 1, // Skip to: 1880 2732/* 1599 */ MCD_OPC_Decode, 229, 6, 124, // Opcode: QVFSUB 2733/* 1603 */ MCD_OPC_FilterValue, 42, 32, 0, // Skip to: 1639 2734/* 1607 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2735/* 1610 */ MCD_OPC_FilterValue, 0, 11, 0, // Skip to: 1625 2736/* 1614 */ MCD_OPC_CheckField, 6, 5, 0, 4, 1, // Skip to: 1880 2737/* 1620 */ MCD_OPC_Decode, 156, 6, 128, 1, // Opcode: QVFADDSs 2738/* 1625 */ MCD_OPC_FilterValue, 4, 251, 0, // Skip to: 1880 2739/* 1629 */ MCD_OPC_CheckField, 6, 5, 0, 245, 0, // Skip to: 1880 2740/* 1635 */ MCD_OPC_Decode, 154, 6, 124, // Opcode: QVFADD 2741/* 1639 */ MCD_OPC_FilterValue, 46, 11, 0, // Skip to: 1654 2742/* 1643 */ MCD_OPC_CheckField, 26, 6, 4, 231, 0, // Skip to: 1880 2743/* 1649 */ MCD_OPC_Decode, 226, 6, 129, 1, // Opcode: QVFSELb 2744/* 1654 */ MCD_OPC_FilterValue, 48, 43, 0, // Skip to: 1701 2745/* 1658 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2746/* 1661 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 1681 2747/* 1665 */ MCD_OPC_CheckField, 16, 5, 0, 209, 0, // Skip to: 1880 2748/* 1671 */ MCD_OPC_CheckField, 6, 5, 0, 203, 0, // Skip to: 1880 2749/* 1677 */ MCD_OPC_Decode, 210, 6, 125, // Opcode: QVFRES 2750/* 1681 */ MCD_OPC_FilterValue, 4, 195, 0, // Skip to: 1880 2751/* 1685 */ MCD_OPC_CheckField, 16, 5, 0, 189, 0, // Skip to: 1880 2752/* 1691 */ MCD_OPC_CheckField, 6, 5, 0, 183, 0, // Skip to: 1880 2753/* 1697 */ MCD_OPC_Decode, 209, 6, 125, // Opcode: QVFRE 2754/* 1701 */ MCD_OPC_FilterValue, 50, 32, 0, // Skip to: 1737 2755/* 1705 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2756/* 1708 */ MCD_OPC_FilterValue, 0, 11, 0, // Skip to: 1723 2757/* 1712 */ MCD_OPC_CheckField, 11, 5, 0, 162, 0, // Skip to: 1880 2758/* 1718 */ MCD_OPC_Decode, 196, 6, 130, 1, // Opcode: QVFMULSs 2759/* 1723 */ MCD_OPC_FilterValue, 4, 153, 0, // Skip to: 1880 2760/* 1727 */ MCD_OPC_CheckField, 11, 5, 0, 147, 0, // Skip to: 1880 2761/* 1733 */ MCD_OPC_Decode, 194, 6, 127, // Opcode: QVFMUL 2762/* 1737 */ MCD_OPC_FilterValue, 52, 43, 0, // Skip to: 1784 2763/* 1741 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2764/* 1744 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 1764 2765/* 1748 */ MCD_OPC_CheckField, 16, 5, 0, 126, 0, // Skip to: 1880 2766/* 1754 */ MCD_OPC_CheckField, 6, 5, 0, 120, 0, // Skip to: 1880 2767/* 1760 */ MCD_OPC_Decode, 223, 6, 125, // Opcode: QVFRSQRTES 2768/* 1764 */ MCD_OPC_FilterValue, 4, 112, 0, // Skip to: 1880 2769/* 1768 */ MCD_OPC_CheckField, 16, 5, 0, 106, 0, // Skip to: 1880 2770/* 1774 */ MCD_OPC_CheckField, 6, 5, 0, 100, 0, // Skip to: 1880 2771/* 1780 */ MCD_OPC_Decode, 222, 6, 125, // Opcode: QVFRSQRTE 2772/* 1784 */ MCD_OPC_FilterValue, 56, 20, 0, // Skip to: 1808 2773/* 1788 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2774/* 1791 */ MCD_OPC_FilterValue, 0, 5, 0, // Skip to: 1800 2775/* 1795 */ MCD_OPC_Decode, 193, 6, 131, 1, // Opcode: QVFMSUBSs 2776/* 1800 */ MCD_OPC_FilterValue, 4, 76, 0, // Skip to: 1880 2777/* 1804 */ MCD_OPC_Decode, 191, 6, 114, // Opcode: QVFMSUB 2778/* 1808 */ MCD_OPC_FilterValue, 58, 20, 0, // Skip to: 1832 2779/* 1812 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2780/* 1815 */ MCD_OPC_FilterValue, 0, 5, 0, // Skip to: 1824 2781/* 1819 */ MCD_OPC_Decode, 187, 6, 131, 1, // Opcode: QVFMADDSs 2782/* 1824 */ MCD_OPC_FilterValue, 4, 52, 0, // Skip to: 1880 2783/* 1828 */ MCD_OPC_Decode, 185, 6, 114, // Opcode: QVFMADD 2784/* 1832 */ MCD_OPC_FilterValue, 60, 20, 0, // Skip to: 1856 2785/* 1836 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2786/* 1839 */ MCD_OPC_FilterValue, 0, 5, 0, // Skip to: 1848 2787/* 1843 */ MCD_OPC_Decode, 206, 6, 131, 1, // Opcode: QVFNMSUBSs 2788/* 1848 */ MCD_OPC_FilterValue, 4, 28, 0, // Skip to: 1880 2789/* 1852 */ MCD_OPC_Decode, 204, 6, 114, // Opcode: QVFNMSUB 2790/* 1856 */ MCD_OPC_FilterValue, 62, 20, 0, // Skip to: 1880 2791/* 1860 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... 2792/* 1863 */ MCD_OPC_FilterValue, 0, 5, 0, // Skip to: 1872 2793/* 1867 */ MCD_OPC_Decode, 203, 6, 131, 1, // Opcode: QVFNMADDSs 2794/* 1872 */ MCD_OPC_FilterValue, 4, 4, 0, // Skip to: 1880 2795/* 1876 */ MCD_OPC_Decode, 201, 6, 114, // Opcode: QVFNMADD 2796/* 1880 */ MCD_OPC_Fail, 2797 0 2798}; 2799static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits) 2800{ 2801 //llvm_unreachable("Invalid index!"); 2802 return true; 2803} 2804 2805#define DecodeToMCInst(fname,fieldname, InsnType) \ 2806static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 2807 uint64_t Address, const void *Decoder) \ 2808{ \ 2809 InsnType tmp; \ 2810 switch (Idx) { \ 2811 default: \ 2812 case 0: \ 2813 return S; \ 2814 case 1: \ 2815 tmp = fieldname(insn, 21, 5); \ 2816 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2817 tmp = fieldname(insn, 16, 5); \ 2818 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2819 tmp = fieldname(insn, 0, 16); \ 2820 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2821 return S; \ 2822 case 2: \ 2823 tmp = fieldname(insn, 21, 5); \ 2824 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2825 tmp = fieldname(insn, 16, 5); \ 2826 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2827 tmp = fieldname(insn, 0, 16); \ 2828 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2829 return S; \ 2830 case 3: \ 2831 tmp = fieldname(insn, 21, 5); \ 2832 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2833 tmp = fieldname(insn, 16, 5); \ 2834 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2835 tmp = fieldname(insn, 11, 5); \ 2836 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2837 return S; \ 2838 case 4: \ 2839 tmp = fieldname(insn, 21, 5); \ 2840 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2841 tmp = fieldname(insn, 11, 5); \ 2842 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2843 return S; \ 2844 case 5: \ 2845 tmp = fieldname(insn, 21, 5); \ 2846 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2847 return S; \ 2848 case 6: \ 2849 tmp = fieldname(insn, 11, 5); \ 2850 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2851 return S; \ 2852 case 7: \ 2853 tmp = fieldname(insn, 21, 5); \ 2854 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2855 tmp = fieldname(insn, 16, 5); \ 2856 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2857 tmp = fieldname(insn, 11, 5); \ 2858 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2859 return S; \ 2860 case 8: \ 2861 tmp = fieldname(insn, 21, 5); \ 2862 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2863 tmp = fieldname(insn, 16, 5); \ 2864 if (decodeSImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2865 return S; \ 2866 case 9: \ 2867 tmp = fieldname(insn, 21, 5); \ 2868 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2869 tmp = fieldname(insn, 16, 5); \ 2870 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2871 tmp = fieldname(insn, 11, 5); \ 2872 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2873 tmp = fieldname(insn, 6, 5); \ 2874 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2875 return S; \ 2876 case 10: \ 2877 tmp = fieldname(insn, 21, 5); \ 2878 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2879 tmp = fieldname(insn, 16, 5); \ 2880 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2881 tmp = fieldname(insn, 11, 5); \ 2882 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2883 tmp = fieldname(insn, 6, 4); \ 2884 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2885 return S; \ 2886 case 11: \ 2887 tmp = fieldname(insn, 21, 5); \ 2888 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2889 tmp = fieldname(insn, 16, 5); \ 2890 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2891 tmp = fieldname(insn, 6, 5); \ 2892 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2893 tmp = fieldname(insn, 11, 5); \ 2894 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2895 return S; \ 2896 case 12: \ 2897 tmp = fieldname(insn, 21, 5); \ 2898 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2899 tmp = fieldname(insn, 16, 5); \ 2900 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2901 tmp = fieldname(insn, 0, 16); \ 2902 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2903 return S; \ 2904 case 13: \ 2905 tmp = fieldname(insn, 23, 3); \ 2906 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2907 tmp = fieldname(insn, 16, 5); \ 2908 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2909 tmp = fieldname(insn, 0, 16); \ 2910 if (decodeUImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2911 return S; \ 2912 case 14: \ 2913 tmp = fieldname(insn, 23, 3); \ 2914 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2915 tmp = fieldname(insn, 16, 5); \ 2916 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2917 tmp = fieldname(insn, 0, 16); \ 2918 if (decodeUImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2919 return S; \ 2920 case 15: \ 2921 tmp = fieldname(insn, 23, 3); \ 2922 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2923 tmp = fieldname(insn, 16, 5); \ 2924 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2925 tmp = fieldname(insn, 0, 16); \ 2926 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2927 return S; \ 2928 case 16: \ 2929 tmp = fieldname(insn, 23, 3); \ 2930 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2931 tmp = fieldname(insn, 16, 5); \ 2932 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2933 tmp = fieldname(insn, 0, 16); \ 2934 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2935 return S; \ 2936 case 17: \ 2937 tmp = fieldname(insn, 21, 5); \ 2938 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2939 tmp = fieldname(insn, 0, 16); \ 2940 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2941 return S; \ 2942 case 18: \ 2943 tmp = fieldname(insn, 21, 5); \ 2944 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2945 tmp = fieldname(insn, 16, 5); \ 2946 if (DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2947 tmp = fieldname(insn, 0, 16); \ 2948 if (decodeSImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2949 return S; \ 2950 case 19: \ 2951 tmp = fieldname(insn, 2, 14); \ 2952 MCOperand_CreateImm0(MI, tmp); \ 2953 return S; \ 2954 case 20: \ 2955 tmp = fieldname(insn, 21, 5); \ 2956 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2957 tmp = fieldname(insn, 16, 5); \ 2958 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2959 tmp = fieldname(insn, 2, 14); \ 2960 MCOperand_CreateImm0(MI, tmp); \ 2961 return S; \ 2962 case 21: \ 2963 tmp = fieldname(insn, 5, 7); \ 2964 MCOperand_CreateImm0(MI, tmp); \ 2965 return S; \ 2966 case 22: \ 2967 tmp = fieldname(insn, 2, 24); \ 2968 MCOperand_CreateImm0(MI, tmp); \ 2969 return S; \ 2970 case 23: \ 2971 tmp = fieldname(insn, 23, 3); \ 2972 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2973 tmp = fieldname(insn, 18, 3); \ 2974 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2975 return S; \ 2976 case 24: \ 2977 tmp = fieldname(insn, 21, 5); \ 2978 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2979 tmp = fieldname(insn, 16, 5); \ 2980 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2981 tmp = fieldname(insn, 11, 2); \ 2982 MCOperand_CreateImm0(MI, tmp); \ 2983 return S; \ 2984 case 25: \ 2985 tmp = fieldname(insn, 21, 5); \ 2986 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2987 tmp = fieldname(insn, 16, 5); \ 2988 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2989 tmp = fieldname(insn, 11, 5); \ 2990 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2991 return S; \ 2992 case 26: \ 2993 tmp = fieldname(insn, 16, 5); \ 2994 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2995 tmp = fieldname(insn, 16, 5); \ 2996 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2997 tmp = fieldname(insn, 21, 5); \ 2998 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 2999 tmp = fieldname(insn, 11, 5); \ 3000 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3001 tmp = fieldname(insn, 6, 5); \ 3002 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3003 tmp = fieldname(insn, 1, 5); \ 3004 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3005 return S; \ 3006 case 27: \ 3007 tmp = fieldname(insn, 16, 5); \ 3008 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3009 tmp = fieldname(insn, 21, 5); \ 3010 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3011 tmp = fieldname(insn, 11, 5); \ 3012 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3013 tmp = fieldname(insn, 6, 5); \ 3014 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3015 tmp = fieldname(insn, 1, 5); \ 3016 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3017 return S; \ 3018 case 28: \ 3019 tmp = fieldname(insn, 16, 5); \ 3020 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3021 tmp = fieldname(insn, 21, 5); \ 3022 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3023 tmp = fieldname(insn, 11, 5); \ 3024 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3025 tmp = fieldname(insn, 6, 5); \ 3026 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3027 tmp = fieldname(insn, 1, 5); \ 3028 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3029 return S; \ 3030 case 29: \ 3031 tmp = fieldname(insn, 16, 5); \ 3032 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3033 tmp = fieldname(insn, 21, 5); \ 3034 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3035 tmp = fieldname(insn, 0, 16); \ 3036 if (decodeUImmOperand(MI, tmp, Address, Decoder, 16) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3037 return S; \ 3038 case 30: \ 3039 tmp = fieldname(insn, 16, 5); \ 3040 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3041 tmp = fieldname(insn, 21, 5); \ 3042 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3043 tmp = 0; \ 3044 tmp |= fieldname(insn, 1, 1) << 5; \ 3045 tmp |= fieldname(insn, 11, 5) << 0; \ 3046 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3047 tmp = 0; \ 3048 tmp |= fieldname(insn, 5, 1) << 5; \ 3049 tmp |= fieldname(insn, 6, 5) << 0; \ 3050 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3051 return S; \ 3052 case 31: \ 3053 tmp = fieldname(insn, 16, 5); \ 3054 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3055 tmp = fieldname(insn, 16, 5); \ 3056 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3057 tmp = fieldname(insn, 21, 5); \ 3058 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3059 tmp = 0; \ 3060 tmp |= fieldname(insn, 1, 1) << 5; \ 3061 tmp |= fieldname(insn, 11, 5) << 0; \ 3062 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3063 tmp = 0; \ 3064 tmp |= fieldname(insn, 5, 1) << 5; \ 3065 tmp |= fieldname(insn, 6, 5) << 0; \ 3066 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3067 return S; \ 3068 case 32: \ 3069 tmp = fieldname(insn, 16, 5); \ 3070 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3071 tmp = fieldname(insn, 21, 5); \ 3072 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3073 tmp = fieldname(insn, 11, 5); \ 3074 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3075 tmp = 0; \ 3076 tmp |= fieldname(insn, 5, 1) << 5; \ 3077 tmp |= fieldname(insn, 6, 5) << 0; \ 3078 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3079 return S; \ 3080 case 33: \ 3081 tmp = fieldname(insn, 23, 3); \ 3082 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3083 tmp = fieldname(insn, 16, 5); \ 3084 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3085 tmp = fieldname(insn, 11, 5); \ 3086 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3087 return S; \ 3088 case 34: \ 3089 tmp = fieldname(insn, 23, 3); \ 3090 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3091 tmp = fieldname(insn, 16, 5); \ 3092 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3093 tmp = fieldname(insn, 11, 5); \ 3094 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3095 return S; \ 3096 case 35: \ 3097 tmp = fieldname(insn, 21, 5); \ 3098 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3099 return S; \ 3100 case 36: \ 3101 tmp = fieldname(insn, 15, 1); \ 3102 MCOperand_CreateImm0(MI, tmp); \ 3103 return S; \ 3104 case 37: \ 3105 tmp = fieldname(insn, 21, 5); \ 3106 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3107 tmp = 0; \ 3108 tmp |= fieldname(insn, 11, 5) << 5; \ 3109 tmp |= fieldname(insn, 16, 5) << 0; \ 3110 MCOperand_CreateImm0(MI, tmp); \ 3111 return S; \ 3112 case 38: \ 3113 tmp = fieldname(insn, 21, 5); \ 3114 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3115 tmp = fieldname(insn, 16, 5); \ 3116 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3117 tmp = fieldname(insn, 11, 5); \ 3118 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3119 return S; \ 3120 case 39: \ 3121 tmp = fieldname(insn, 21, 5); \ 3122 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3123 tmp = fieldname(insn, 16, 5); \ 3124 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3125 tmp = fieldname(insn, 11, 5); \ 3126 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3127 return S; \ 3128 case 40: \ 3129 tmp = fieldname(insn, 21, 5); \ 3130 if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3131 tmp = fieldname(insn, 16, 5); \ 3132 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3133 tmp = fieldname(insn, 11, 5); \ 3134 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3135 return S; \ 3136 case 41: \ 3137 tmp = fieldname(insn, 16, 5); \ 3138 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3139 tmp = fieldname(insn, 11, 5); \ 3140 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3141 return S; \ 3142 case 42: \ 3143 tmp = fieldname(insn, 21, 5); \ 3144 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3145 tmp = fieldname(insn, 16, 5); \ 3146 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3147 tmp = fieldname(insn, 11, 5); \ 3148 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3149 return S; \ 3150 case 43: \ 3151 tmp = fieldname(insn, 21, 5); \ 3152 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3153 tmp = fieldname(insn, 16, 5); \ 3154 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3155 tmp = fieldname(insn, 11, 5); \ 3156 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3157 return S; \ 3158 case 44: \ 3159 tmp = fieldname(insn, 21, 5); \ 3160 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3161 tmp = fieldname(insn, 16, 5); \ 3162 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3163 return S; \ 3164 case 45: \ 3165 tmp = 0; \ 3166 tmp |= fieldname(insn, 0, 1) << 5; \ 3167 tmp |= fieldname(insn, 21, 5) << 0; \ 3168 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3169 tmp = fieldname(insn, 16, 5); \ 3170 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3171 tmp = fieldname(insn, 11, 5); \ 3172 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3173 return S; \ 3174 case 46: \ 3175 tmp = 0; \ 3176 tmp |= fieldname(insn, 0, 1) << 5; \ 3177 tmp |= fieldname(insn, 21, 5) << 0; \ 3178 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3179 tmp = fieldname(insn, 16, 5); \ 3180 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3181 tmp = fieldname(insn, 11, 5); \ 3182 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3183 return S; \ 3184 case 47: \ 3185 tmp = fieldname(insn, 21, 5); \ 3186 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3187 tmp = fieldname(insn, 16, 5); \ 3188 if (DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3189 tmp = fieldname(insn, 11, 5); \ 3190 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3191 tmp = fieldname(insn, 6, 5); \ 3192 if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3193 return S; \ 3194 case 48: \ 3195 tmp = fieldname(insn, 12, 8); \ 3196 MCOperand_CreateImm0(MI, tmp); \ 3197 tmp = fieldname(insn, 21, 5); \ 3198 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3199 return S; \ 3200 case 49: \ 3201 tmp = fieldname(insn, 12, 8); \ 3202 if (decodeCRBitMOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3203 tmp = fieldname(insn, 21, 5); \ 3204 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3205 return S; \ 3206 case 50: \ 3207 tmp = fieldname(insn, 21, 5); \ 3208 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3209 tmp = fieldname(insn, 12, 8); \ 3210 if (decodeCRBitMOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3211 return S; \ 3212 case 51: \ 3213 tmp = fieldname(insn, 21, 5); \ 3214 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3215 tmp = fieldname(insn, 16, 1); \ 3216 MCOperand_CreateImm0(MI, tmp); \ 3217 return S; \ 3218 case 52: \ 3219 tmp = fieldname(insn, 21, 5); \ 3220 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3221 tmp = fieldname(insn, 16, 4); \ 3222 MCOperand_CreateImm0(MI, tmp); \ 3223 return S; \ 3224 case 53: \ 3225 tmp = fieldname(insn, 21, 5); \ 3226 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3227 tmp = fieldname(insn, 11, 5); \ 3228 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3229 return S; \ 3230 case 54: \ 3231 tmp = fieldname(insn, 11, 5); \ 3232 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3233 return S; \ 3234 case 55: \ 3235 tmp = 0; \ 3236 tmp |= fieldname(insn, 11, 5) << 5; \ 3237 tmp |= fieldname(insn, 16, 5) << 0; \ 3238 MCOperand_CreateImm0(MI, tmp); \ 3239 tmp = fieldname(insn, 21, 5); \ 3240 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3241 return S; \ 3242 case 56: \ 3243 tmp = fieldname(insn, 21, 5); \ 3244 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3245 tmp = fieldname(insn, 16, 5); \ 3246 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3247 tmp = fieldname(insn, 11, 1); \ 3248 MCOperand_CreateImm0(MI, tmp); \ 3249 return S; \ 3250 case 57: \ 3251 tmp = fieldname(insn, 21, 5); \ 3252 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3253 tmp = fieldname(insn, 16, 5); \ 3254 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3255 tmp = fieldname(insn, 11, 5); \ 3256 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3257 return S; \ 3258 case 58: \ 3259 tmp = fieldname(insn, 21, 5); \ 3260 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3261 tmp = fieldname(insn, 16, 5); \ 3262 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3263 tmp = fieldname(insn, 11, 5); \ 3264 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3265 return S; \ 3266 case 59: \ 3267 tmp = fieldname(insn, 21, 5); \ 3268 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3269 tmp = fieldname(insn, 16, 5); \ 3270 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3271 tmp = fieldname(insn, 16, 5); \ 3272 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3273 tmp = fieldname(insn, 11, 5); \ 3274 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3275 return S; \ 3276 case 60: \ 3277 tmp = fieldname(insn, 16, 5); \ 3278 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3279 tmp = fieldname(insn, 21, 5); \ 3280 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3281 tmp = fieldname(insn, 16, 5); \ 3282 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3283 tmp = fieldname(insn, 11, 5); \ 3284 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3285 return S; \ 3286 case 61: \ 3287 tmp = fieldname(insn, 21, 5); \ 3288 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3289 tmp = fieldname(insn, 16, 5); \ 3290 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3291 tmp = fieldname(insn, 11, 5); \ 3292 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3293 return S; \ 3294 case 62: \ 3295 tmp = fieldname(insn, 21, 4); \ 3296 MCOperand_CreateImm0(MI, tmp); \ 3297 tmp = fieldname(insn, 16, 5); \ 3298 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3299 tmp = fieldname(insn, 11, 5); \ 3300 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3301 return S; \ 3302 case 63: \ 3303 tmp = fieldname(insn, 16, 5); \ 3304 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3305 tmp = fieldname(insn, 11, 5); \ 3306 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3307 return S; \ 3308 case 64: \ 3309 tmp = fieldname(insn, 21, 5); \ 3310 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3311 tmp = fieldname(insn, 16, 5); \ 3312 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3313 tmp = fieldname(insn, 16, 5); \ 3314 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3315 tmp = fieldname(insn, 11, 5); \ 3316 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3317 return S; \ 3318 case 65: \ 3319 tmp = fieldname(insn, 16, 5); \ 3320 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3321 tmp = fieldname(insn, 21, 5); \ 3322 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3323 tmp = fieldname(insn, 16, 5); \ 3324 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3325 tmp = fieldname(insn, 11, 5); \ 3326 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3327 return S; \ 3328 case 66: \ 3329 tmp = fieldname(insn, 21, 2); \ 3330 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3331 tmp = fieldname(insn, 16, 5); \ 3332 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3333 tmp = fieldname(insn, 11, 5); \ 3334 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3335 return S; \ 3336 case 67: \ 3337 tmp = fieldname(insn, 21, 5); \ 3338 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3339 tmp = fieldname(insn, 16, 5); \ 3340 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3341 tmp = fieldname(insn, 11, 5); \ 3342 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3343 return S; \ 3344 case 68: \ 3345 tmp = fieldname(insn, 21, 5); \ 3346 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3347 tmp = fieldname(insn, 16, 5); \ 3348 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3349 tmp = fieldname(insn, 16, 5); \ 3350 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3351 tmp = fieldname(insn, 11, 5); \ 3352 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3353 return S; \ 3354 case 69: \ 3355 tmp = fieldname(insn, 21, 2); \ 3356 MCOperand_CreateImm0(MI, tmp); \ 3357 return S; \ 3358 case 70: \ 3359 tmp = fieldname(insn, 21, 5); \ 3360 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3361 tmp = fieldname(insn, 16, 5); \ 3362 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3363 tmp = fieldname(insn, 11, 5); \ 3364 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3365 return S; \ 3366 case 71: \ 3367 tmp = fieldname(insn, 21, 5); \ 3368 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3369 tmp = fieldname(insn, 16, 5); \ 3370 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3371 tmp = fieldname(insn, 16, 5); \ 3372 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3373 tmp = fieldname(insn, 11, 5); \ 3374 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3375 return S; \ 3376 case 72: \ 3377 tmp = fieldname(insn, 16, 5); \ 3378 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3379 tmp = fieldname(insn, 21, 5); \ 3380 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3381 tmp = fieldname(insn, 16, 5); \ 3382 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3383 tmp = fieldname(insn, 11, 5); \ 3384 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3385 return S; \ 3386 case 73: \ 3387 tmp = fieldname(insn, 16, 5); \ 3388 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3389 tmp = fieldname(insn, 21, 5); \ 3390 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3391 tmp = fieldname(insn, 16, 5); \ 3392 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3393 tmp = fieldname(insn, 11, 5); \ 3394 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3395 return S; \ 3396 case 74: \ 3397 tmp = fieldname(insn, 21, 2); \ 3398 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3399 return S; \ 3400 case 75: \ 3401 tmp = fieldname(insn, 21, 5); \ 3402 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3403 return S; \ 3404 case 76: \ 3405 tmp = fieldname(insn, 16, 5); \ 3406 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3407 tmp = fieldname(insn, 21, 5); \ 3408 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3409 tmp = fieldname(insn, 11, 5); \ 3410 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3411 return S; \ 3412 case 77: \ 3413 tmp = fieldname(insn, 16, 5); \ 3414 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3415 tmp = fieldname(insn, 21, 5); \ 3416 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3417 tmp = fieldname(insn, 11, 5); \ 3418 if (decodeUImmOperand(MI, tmp, Address, Decoder, 5) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3419 return S; \ 3420 case 78: \ 3421 tmp = fieldname(insn, 16, 5); \ 3422 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3423 tmp = fieldname(insn, 21, 5); \ 3424 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3425 return S; \ 3426 case 79: \ 3427 tmp = fieldname(insn, 16, 5); \ 3428 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3429 tmp = fieldname(insn, 21, 5); \ 3430 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3431 tmp = fieldname(insn, 11, 5); \ 3432 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3433 return S; \ 3434 case 80: \ 3435 tmp = fieldname(insn, 16, 5); \ 3436 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3437 tmp = fieldname(insn, 21, 5); \ 3438 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3439 return S; \ 3440 case 81: \ 3441 tmp = fieldname(insn, 16, 5); \ 3442 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3443 tmp = fieldname(insn, 21, 5); \ 3444 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3445 tmp = 0; \ 3446 tmp |= fieldname(insn, 1, 1) << 5; \ 3447 tmp |= fieldname(insn, 11, 5) << 0; \ 3448 if (decodeUImmOperand(MI, tmp, Address, Decoder, 6) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3449 return S; \ 3450 case 82: \ 3451 tmp = fieldname(insn, 21, 5); \ 3452 if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3453 tmp = fieldname(insn, 0, 21); \ 3454 if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3455 return S; \ 3456 case 83: \ 3457 tmp = fieldname(insn, 21, 5); \ 3458 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3459 tmp = fieldname(insn, 0, 21); \ 3460 if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3461 return S; \ 3462 case 84: \ 3463 tmp = fieldname(insn, 21, 5); \ 3464 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3465 tmp = fieldname(insn, 0, 21); \ 3466 if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3467 return S; \ 3468 case 85: \ 3469 tmp = fieldname(insn, 21, 5); \ 3470 if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3471 tmp = fieldname(insn, 2, 19); \ 3472 if (decodeMemRIXOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3473 return S; \ 3474 case 86: \ 3475 tmp = fieldname(insn, 21, 5); \ 3476 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3477 tmp = fieldname(insn, 11, 5); \ 3478 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3479 return S; \ 3480 case 87: \ 3481 tmp = fieldname(insn, 21, 5); \ 3482 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3483 tmp = fieldname(insn, 16, 5); \ 3484 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3485 tmp = fieldname(insn, 11, 5); \ 3486 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3487 return S; \ 3488 case 88: \ 3489 tmp = fieldname(insn, 21, 5); \ 3490 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3491 tmp = fieldname(insn, 11, 5); \ 3492 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3493 return S; \ 3494 case 89: \ 3495 tmp = fieldname(insn, 21, 5); \ 3496 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3497 tmp = fieldname(insn, 16, 5); \ 3498 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3499 tmp = fieldname(insn, 6, 5); \ 3500 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3501 return S; \ 3502 case 90: \ 3503 tmp = fieldname(insn, 21, 5); \ 3504 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3505 tmp = fieldname(insn, 16, 5); \ 3506 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3507 tmp = fieldname(insn, 6, 5); \ 3508 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3509 tmp = fieldname(insn, 11, 5); \ 3510 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3511 return S; \ 3512 case 91: \ 3513 tmp = 0; \ 3514 tmp |= fieldname(insn, 0, 1) << 5; \ 3515 tmp |= fieldname(insn, 21, 5) << 0; \ 3516 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3517 tmp = 0; \ 3518 tmp |= fieldname(insn, 2, 1) << 5; \ 3519 tmp |= fieldname(insn, 16, 5) << 0; \ 3520 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3521 tmp = 0; \ 3522 tmp |= fieldname(insn, 1, 1) << 5; \ 3523 tmp |= fieldname(insn, 11, 5) << 0; \ 3524 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3525 return S; \ 3526 case 92: \ 3527 tmp = 0; \ 3528 tmp |= fieldname(insn, 0, 1) << 5; \ 3529 tmp |= fieldname(insn, 21, 5) << 0; \ 3530 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3531 tmp = 0; \ 3532 tmp |= fieldname(insn, 0, 1) << 5; \ 3533 tmp |= fieldname(insn, 21, 5) << 0; \ 3534 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3535 tmp = 0; \ 3536 tmp |= fieldname(insn, 2, 1) << 5; \ 3537 tmp |= fieldname(insn, 16, 5) << 0; \ 3538 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3539 tmp = 0; \ 3540 tmp |= fieldname(insn, 1, 1) << 5; \ 3541 tmp |= fieldname(insn, 11, 5) << 0; \ 3542 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3543 return S; \ 3544 case 93: \ 3545 tmp = 0; \ 3546 tmp |= fieldname(insn, 0, 1) << 5; \ 3547 tmp |= fieldname(insn, 21, 5) << 0; \ 3548 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3549 tmp = 0; \ 3550 tmp |= fieldname(insn, 2, 1) << 5; \ 3551 tmp |= fieldname(insn, 16, 5) << 0; \ 3552 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3553 tmp = 0; \ 3554 tmp |= fieldname(insn, 1, 1) << 5; \ 3555 tmp |= fieldname(insn, 11, 5) << 0; \ 3556 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3557 return S; \ 3558 case 94: \ 3559 tmp = 0; \ 3560 tmp |= fieldname(insn, 0, 1) << 5; \ 3561 tmp |= fieldname(insn, 21, 5) << 0; \ 3562 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3563 tmp = 0; \ 3564 tmp |= fieldname(insn, 0, 1) << 5; \ 3565 tmp |= fieldname(insn, 21, 5) << 0; \ 3566 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3567 tmp = 0; \ 3568 tmp |= fieldname(insn, 2, 1) << 5; \ 3569 tmp |= fieldname(insn, 16, 5) << 0; \ 3570 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3571 tmp = 0; \ 3572 tmp |= fieldname(insn, 1, 1) << 5; \ 3573 tmp |= fieldname(insn, 11, 5) << 0; \ 3574 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3575 return S; \ 3576 case 95: \ 3577 tmp = 0; \ 3578 tmp |= fieldname(insn, 0, 1) << 5; \ 3579 tmp |= fieldname(insn, 21, 5) << 0; \ 3580 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3581 tmp = 0; \ 3582 tmp |= fieldname(insn, 2, 1) << 5; \ 3583 tmp |= fieldname(insn, 16, 5) << 0; \ 3584 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3585 tmp = 0; \ 3586 tmp |= fieldname(insn, 1, 1) << 5; \ 3587 tmp |= fieldname(insn, 11, 5) << 0; \ 3588 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3589 tmp = fieldname(insn, 8, 2); \ 3590 MCOperand_CreateImm0(MI, tmp); \ 3591 return S; \ 3592 case 96: \ 3593 tmp = fieldname(insn, 23, 3); \ 3594 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3595 tmp = 0; \ 3596 tmp |= fieldname(insn, 2, 1) << 5; \ 3597 tmp |= fieldname(insn, 16, 5) << 0; \ 3598 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3599 tmp = 0; \ 3600 tmp |= fieldname(insn, 1, 1) << 5; \ 3601 tmp |= fieldname(insn, 11, 5) << 0; \ 3602 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3603 return S; \ 3604 case 97: \ 3605 tmp = 0; \ 3606 tmp |= fieldname(insn, 0, 1) << 5; \ 3607 tmp |= fieldname(insn, 21, 5) << 0; \ 3608 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3609 tmp = 0; \ 3610 tmp |= fieldname(insn, 1, 1) << 5; \ 3611 tmp |= fieldname(insn, 11, 5) << 0; \ 3612 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3613 tmp = fieldname(insn, 16, 2); \ 3614 MCOperand_CreateImm0(MI, tmp); \ 3615 return S; \ 3616 case 98: \ 3617 tmp = 0; \ 3618 tmp |= fieldname(insn, 0, 1) << 5; \ 3619 tmp |= fieldname(insn, 21, 5) << 0; \ 3620 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3621 tmp = 0; \ 3622 tmp |= fieldname(insn, 1, 1) << 5; \ 3623 tmp |= fieldname(insn, 11, 5) << 0; \ 3624 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3625 return S; \ 3626 case 99: \ 3627 tmp = fieldname(insn, 23, 3); \ 3628 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3629 tmp = 0; \ 3630 tmp |= fieldname(insn, 1, 1) << 5; \ 3631 tmp |= fieldname(insn, 11, 5) << 0; \ 3632 if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3633 return S; \ 3634 case 100: \ 3635 tmp = 0; \ 3636 tmp |= fieldname(insn, 0, 1) << 5; \ 3637 tmp |= fieldname(insn, 21, 5) << 0; \ 3638 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3639 tmp = 0; \ 3640 tmp |= fieldname(insn, 1, 1) << 5; \ 3641 tmp |= fieldname(insn, 11, 5) << 0; \ 3642 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3643 return S; \ 3644 case 101: \ 3645 tmp = fieldname(insn, 23, 3); \ 3646 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3647 tmp = 0; \ 3648 tmp |= fieldname(insn, 1, 1) << 5; \ 3649 tmp |= fieldname(insn, 11, 5) << 0; \ 3650 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3651 return S; \ 3652 case 102: \ 3653 tmp = fieldname(insn, 23, 3); \ 3654 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3655 tmp = 0; \ 3656 tmp |= fieldname(insn, 2, 1) << 5; \ 3657 tmp |= fieldname(insn, 16, 5) << 0; \ 3658 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3659 tmp = 0; \ 3660 tmp |= fieldname(insn, 1, 1) << 5; \ 3661 tmp |= fieldname(insn, 11, 5) << 0; \ 3662 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3663 return S; \ 3664 case 103: \ 3665 tmp = 0; \ 3666 tmp |= fieldname(insn, 0, 1) << 5; \ 3667 tmp |= fieldname(insn, 21, 5) << 0; \ 3668 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3669 tmp = 0; \ 3670 tmp |= fieldname(insn, 2, 1) << 5; \ 3671 tmp |= fieldname(insn, 16, 5) << 0; \ 3672 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3673 tmp = 0; \ 3674 tmp |= fieldname(insn, 1, 1) << 5; \ 3675 tmp |= fieldname(insn, 11, 5) << 0; \ 3676 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3677 tmp = 0; \ 3678 tmp |= fieldname(insn, 3, 1) << 5; \ 3679 tmp |= fieldname(insn, 6, 5) << 0; \ 3680 if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3681 return S; \ 3682 case 104: \ 3683 tmp = fieldname(insn, 23, 3); \ 3684 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3685 tmp = fieldname(insn, 16, 5); \ 3686 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3687 tmp = fieldname(insn, 11, 5); \ 3688 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3689 return S; \ 3690 case 105: \ 3691 tmp = fieldname(insn, 23, 3); \ 3692 if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3693 tmp = fieldname(insn, 12, 4); \ 3694 MCOperand_CreateImm0(MI, tmp); \ 3695 tmp = fieldname(insn, 16, 1); \ 3696 MCOperand_CreateImm0(MI, tmp); \ 3697 return S; \ 3698 case 106: \ 3699 tmp = fieldname(insn, 21, 5); \ 3700 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3701 return S; \ 3702 case 107: \ 3703 tmp = fieldname(insn, 17, 8); \ 3704 MCOperand_CreateImm0(MI, tmp); \ 3705 tmp = fieldname(insn, 11, 5); \ 3706 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3707 tmp = fieldname(insn, 25, 1); \ 3708 MCOperand_CreateImm0(MI, tmp); \ 3709 tmp = fieldname(insn, 16, 1); \ 3710 MCOperand_CreateImm0(MI, tmp); \ 3711 return S; \ 3712 case 108: \ 3713 tmp = fieldname(insn, 21, 5); \ 3714 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3715 tmp = fieldname(insn, 11, 5); \ 3716 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3717 return S; \ 3718 case 109: \ 3719 tmp = fieldname(insn, 21, 5); \ 3720 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3721 tmp = fieldname(insn, 16, 5); \ 3722 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3723 tmp = fieldname(insn, 11, 5); \ 3724 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3725 return S; \ 3726 case 110: \ 3727 tmp = fieldname(insn, 21, 5); \ 3728 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3729 tmp = fieldname(insn, 16, 5); \ 3730 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3731 tmp = fieldname(insn, 6, 5); \ 3732 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3733 tmp = fieldname(insn, 11, 5); \ 3734 if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3735 return S; \ 3736 case 111: \ 3737 tmp = fieldname(insn, 21, 5); \ 3738 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3739 tmp = fieldname(insn, 16, 5); \ 3740 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3741 tmp = fieldname(insn, 6, 5); \ 3742 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3743 return S; \ 3744 case 112: \ 3745 tmp = fieldname(insn, 21, 5); \ 3746 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3747 tmp = fieldname(insn, 16, 5); \ 3748 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3749 tmp = fieldname(insn, 6, 5); \ 3750 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3751 tmp = fieldname(insn, 11, 5); \ 3752 if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3753 return S; \ 3754 case 113: \ 3755 tmp = fieldname(insn, 21, 5); \ 3756 if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3757 tmp = fieldname(insn, 16, 5); \ 3758 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3759 tmp = fieldname(insn, 11, 5); \ 3760 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3761 return S; \ 3762 case 114: \ 3763 tmp = fieldname(insn, 21, 5); \ 3764 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3765 tmp = fieldname(insn, 16, 5); \ 3766 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3767 tmp = fieldname(insn, 11, 5); \ 3768 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3769 tmp = fieldname(insn, 6, 5); \ 3770 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3771 return S; \ 3772 case 115: \ 3773 tmp = fieldname(insn, 21, 5); \ 3774 if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3775 tmp = fieldname(insn, 16, 5); \ 3776 if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3777 tmp = fieldname(insn, 11, 5); \ 3778 if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3779 tmp = fieldname(insn, 7, 4); \ 3780 if (decodeUImmOperand(MI, tmp, Address, Decoder, 12) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3781 return S; \ 3782 case 116: \ 3783 tmp = fieldname(insn, 21, 5); \ 3784 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3785 tmp = fieldname(insn, 16, 5); \ 3786 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3787 tmp = fieldname(insn, 11, 5); \ 3788 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3789 tmp = fieldname(insn, 9, 2); \ 3790 MCOperand_CreateImm0(MI, tmp); \ 3791 return S; \ 3792 case 117: \ 3793 tmp = fieldname(insn, 21, 5); \ 3794 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3795 tmp = fieldname(insn, 16, 5); \ 3796 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3797 tmp = fieldname(insn, 9, 2); \ 3798 MCOperand_CreateImm0(MI, tmp); \ 3799 return S; \ 3800 case 118: \ 3801 tmp = fieldname(insn, 21, 5); \ 3802 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3803 tmp = fieldname(insn, 9, 12); \ 3804 if (decodeUImmOperand(MI, tmp, Address, Decoder, 12) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3805 return S; \ 3806 case 119: \ 3807 tmp = fieldname(insn, 21, 5); \ 3808 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3809 tmp = fieldname(insn, 16, 5); \ 3810 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3811 tmp = fieldname(insn, 11, 5); \ 3812 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3813 return S; \ 3814 case 120: \ 3815 tmp = fieldname(insn, 21, 5); \ 3816 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3817 tmp = fieldname(insn, 16, 5); \ 3818 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3819 tmp = fieldname(insn, 16, 5); \ 3820 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3821 tmp = fieldname(insn, 11, 5); \ 3822 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3823 return S; \ 3824 case 121: \ 3825 tmp = fieldname(insn, 21, 5); \ 3826 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3827 tmp = fieldname(insn, 16, 5); \ 3828 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3829 tmp = fieldname(insn, 16, 5); \ 3830 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3831 tmp = fieldname(insn, 11, 5); \ 3832 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3833 return S; \ 3834 case 122: \ 3835 tmp = fieldname(insn, 16, 5); \ 3836 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3837 tmp = fieldname(insn, 21, 5); \ 3838 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3839 tmp = fieldname(insn, 16, 5); \ 3840 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3841 tmp = fieldname(insn, 11, 5); \ 3842 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3843 return S; \ 3844 case 123: \ 3845 tmp = fieldname(insn, 16, 5); \ 3846 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3847 tmp = fieldname(insn, 21, 5); \ 3848 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3849 tmp = fieldname(insn, 16, 5); \ 3850 if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3851 tmp = fieldname(insn, 11, 5); \ 3852 if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3853 return S; \ 3854 case 124: \ 3855 tmp = fieldname(insn, 21, 5); \ 3856 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3857 tmp = fieldname(insn, 16, 5); \ 3858 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3859 tmp = fieldname(insn, 11, 5); \ 3860 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3861 return S; \ 3862 case 125: \ 3863 tmp = fieldname(insn, 21, 5); \ 3864 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3865 tmp = fieldname(insn, 11, 5); \ 3866 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3867 return S; \ 3868 case 126: \ 3869 tmp = fieldname(insn, 21, 5); \ 3870 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3871 tmp = fieldname(insn, 11, 5); \ 3872 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3873 return S; \ 3874 case 127: \ 3875 tmp = fieldname(insn, 21, 5); \ 3876 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3877 tmp = fieldname(insn, 16, 5); \ 3878 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3879 tmp = fieldname(insn, 6, 5); \ 3880 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3881 return S; \ 3882 case 128: \ 3883 tmp = fieldname(insn, 21, 5); \ 3884 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3885 tmp = fieldname(insn, 16, 5); \ 3886 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3887 tmp = fieldname(insn, 11, 5); \ 3888 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3889 return S; \ 3890 case 129: \ 3891 tmp = fieldname(insn, 21, 5); \ 3892 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3893 tmp = fieldname(insn, 16, 5); \ 3894 if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3895 tmp = fieldname(insn, 11, 5); \ 3896 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3897 tmp = fieldname(insn, 6, 5); \ 3898 if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3899 return S; \ 3900 case 130: \ 3901 tmp = fieldname(insn, 21, 5); \ 3902 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3903 tmp = fieldname(insn, 16, 5); \ 3904 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3905 tmp = fieldname(insn, 6, 5); \ 3906 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3907 return S; \ 3908 case 131: \ 3909 tmp = fieldname(insn, 21, 5); \ 3910 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3911 tmp = fieldname(insn, 16, 5); \ 3912 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3913 tmp = fieldname(insn, 11, 5); \ 3914 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3915 tmp = fieldname(insn, 6, 5); \ 3916 if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ 3917 return S; \ 3918 } \ 3919} 3920 3921// DecodeToMCInst(decodeToMCInst_2, fieldFromInstruction_2, uint16_t) 3922DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint32_t) 3923 3924#define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 3925static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 3926 InsnType insn, uint64_t Address, \ 3927 int feature) \ 3928{ \ 3929 uint64_t Bits = getFeatureBits(feature); \ 3930 const uint8_t *Ptr = DecodeTable; \ 3931 uint32_t CurFieldValue = 0, ExpectedValue; \ 3932 DecodeStatus S = MCDisassembler_Success; \ 3933 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \ 3934 InsnType Val, FieldValue, PositiveMask, NegativeMask; \ 3935 bool Pred, Fail; \ 3936 for (;;) { \ 3937 switch (*Ptr) { \ 3938 default: \ 3939 return MCDisassembler_Fail; \ 3940 case MCD_OPC_ExtractField: { \ 3941 Start = *++Ptr; \ 3942 Len = *++Ptr; \ 3943 ++Ptr; \ 3944 CurFieldValue = (uint32_t)fieldname(insn, Start, Len); \ 3945 break; \ 3946 } \ 3947 case MCD_OPC_FilterValue: { \ 3948 Val = (InsnType)decodeULEB128(++Ptr, &Len); \ 3949 Ptr += Len; \ 3950 NumToSkip = *Ptr++; \ 3951 NumToSkip |= (*Ptr++) << 8; \ 3952 if (Val != CurFieldValue) \ 3953 Ptr += NumToSkip; \ 3954 break; \ 3955 } \ 3956 case MCD_OPC_CheckField: { \ 3957 Start = *++Ptr; \ 3958 Len = *++Ptr; \ 3959 FieldValue = fieldname(insn, Start, Len); \ 3960 ExpectedValue = (uint32_t)decodeULEB128(++Ptr, &Len); \ 3961 Ptr += Len; \ 3962 NumToSkip = *Ptr++; \ 3963 NumToSkip |= (*Ptr++) << 8; \ 3964 if (ExpectedValue != FieldValue) \ 3965 Ptr += NumToSkip; \ 3966 break; \ 3967 } \ 3968 case MCD_OPC_CheckPredicate: { \ 3969 PIdx = (uint32_t)decodeULEB128(++Ptr, &Len); \ 3970 Ptr += Len; \ 3971 NumToSkip = *Ptr++; \ 3972 NumToSkip |= (*Ptr++) << 8; \ 3973 Pred = checkDecoderPredicate(PIdx, Bits); \ 3974 if (!Pred) \ 3975 Ptr += NumToSkip; \ 3976 (void)Pred; \ 3977 break; \ 3978 } \ 3979 case MCD_OPC_Decode: { \ 3980 Opc = (unsigned)decodeULEB128(++Ptr, &Len); \ 3981 Ptr += Len; \ 3982 DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \ 3983 Ptr += Len; \ 3984 MCInst_setOpcode(MI, Opc); \ 3985 return decoder(S, DecodeIdx, insn, MI, Address, MI); \ 3986 } \ 3987 case MCD_OPC_SoftFail: { \ 3988 PositiveMask = (InsnType)decodeULEB128(++Ptr, &Len); \ 3989 Ptr += Len; \ 3990 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ 3991 Ptr += Len; \ 3992 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \ 3993 if (Fail) \ 3994 S = MCDisassembler_SoftFail; \ 3995 break; \ 3996 } \ 3997 case MCD_OPC_Fail: { \ 3998 return MCDisassembler_Fail; \ 3999 } \ 4000 } \ 4001 } \ 4002} 4003 4004//DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) 4005 4006DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t) 4007