| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
| |* *| |
| |* * Sparc Disassembler *| |
| |* *| |
| |* Automatically generated file, do not edit! *| |
| |* *| |
| \*===----------------------------------------------------------------------===*/ |
| |
| /* Capstone Disassembly Engine */ |
| /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */ |
| |
| #include "../../MCInst.h" |
| #include "../../LEB128.h" |
| |
| // Helper function for extracting fields from encoded instructions. |
| #define FieldFromInstruction(fname, InsnType) \ |
| static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ |
| { \ |
| InsnType fieldMask; \ |
| if (numBits == sizeof(InsnType)*8) \ |
| fieldMask = (InsnType)(-1LL); \ |
| else \ |
| fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ |
| return (insn & fieldMask) >> startBit; \ |
| } |
| |
| static const uint8_t DecoderTableSparc32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 13, 2, // Skip to: 532 |
| /* 7 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 24 |
| /* 14 */ MCD_OPC_CheckField, 25, 5, 0, 163, 22, // Skip to: 5815 |
| /* 20 */ MCD_OPC_Decode, 211, 3, 0, // Opcode: UNIMP |
| /* 24 */ MCD_OPC_FilterValue, 1, 103, 0, // Skip to: 131 |
| /* 28 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... |
| /* 31 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 60 |
| /* 35 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 38 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 49 |
| /* 42 */ MCD_OPC_CheckPredicate, 0, 137, 22, // Skip to: 5815 |
| /* 46 */ MCD_OPC_Decode, 94, 1, // Opcode: BPICCNT |
| /* 49 */ MCD_OPC_FilterValue, 1, 130, 22, // Skip to: 5815 |
| /* 53 */ MCD_OPC_CheckPredicate, 0, 126, 22, // Skip to: 5815 |
| /* 57 */ MCD_OPC_Decode, 93, 1, // Opcode: BPICCANT |
| /* 60 */ MCD_OPC_FilterValue, 1, 25, 0, // Skip to: 89 |
| /* 64 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 67 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 78 |
| /* 71 */ MCD_OPC_CheckPredicate, 0, 108, 22, // Skip to: 5815 |
| /* 75 */ MCD_OPC_Decode, 91, 1, // Opcode: BPICC |
| /* 78 */ MCD_OPC_FilterValue, 1, 101, 22, // Skip to: 5815 |
| /* 82 */ MCD_OPC_CheckPredicate, 0, 97, 22, // Skip to: 5815 |
| /* 86 */ MCD_OPC_Decode, 92, 1, // Opcode: BPICCA |
| /* 89 */ MCD_OPC_FilterValue, 4, 17, 0, // Skip to: 110 |
| /* 93 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 96 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 103 |
| /* 100 */ MCD_OPC_Decode, 110, 1, // Opcode: BPXCCNT |
| /* 103 */ MCD_OPC_FilterValue, 1, 76, 22, // Skip to: 5815 |
| /* 107 */ MCD_OPC_Decode, 109, 1, // Opcode: BPXCCANT |
| /* 110 */ MCD_OPC_FilterValue, 5, 69, 22, // Skip to: 5815 |
| /* 114 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 117 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 124 |
| /* 121 */ MCD_OPC_Decode, 107, 1, // Opcode: BPXCC |
| /* 124 */ MCD_OPC_FilterValue, 1, 55, 22, // Skip to: 5815 |
| /* 128 */ MCD_OPC_Decode, 108, 1, // Opcode: BPXCCA |
| /* 131 */ MCD_OPC_FilterValue, 2, 26, 0, // Skip to: 161 |
| /* 135 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 138 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 154 |
| /* 142 */ MCD_OPC_CheckField, 25, 4, 8, 3, 0, // Skip to: 151 |
| /* 148 */ MCD_OPC_Decode, 73, 0, // Opcode: BA |
| /* 151 */ MCD_OPC_Decode, 74, 2, // Opcode: BCOND |
| /* 154 */ MCD_OPC_FilterValue, 1, 25, 22, // Skip to: 5815 |
| /* 158 */ MCD_OPC_Decode, 75, 2, // Opcode: BCONDA |
| /* 161 */ MCD_OPC_FilterValue, 3, 255, 0, // Skip to: 420 |
| /* 165 */ MCD_OPC_ExtractField, 25, 5, // Inst{29-25} ... |
| /* 168 */ MCD_OPC_FilterValue, 1, 17, 0, // Skip to: 189 |
| /* 172 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 175 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 182 |
| /* 179 */ MCD_OPC_Decode, 113, 3, // Opcode: BPZnapn |
| /* 182 */ MCD_OPC_FilterValue, 1, 253, 21, // Skip to: 5815 |
| /* 186 */ MCD_OPC_Decode, 114, 3, // Opcode: BPZnapt |
| /* 189 */ MCD_OPC_FilterValue, 2, 17, 0, // Skip to: 210 |
| /* 193 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 196 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 203 |
| /* 200 */ MCD_OPC_Decode, 97, 3, // Opcode: BPLEZnapn |
| /* 203 */ MCD_OPC_FilterValue, 1, 232, 21, // Skip to: 5815 |
| /* 207 */ MCD_OPC_Decode, 98, 3, // Opcode: BPLEZnapt |
| /* 210 */ MCD_OPC_FilterValue, 3, 17, 0, // Skip to: 231 |
| /* 214 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 217 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 224 |
| /* 221 */ MCD_OPC_Decode, 101, 3, // Opcode: BPLZnapn |
| /* 224 */ MCD_OPC_FilterValue, 1, 211, 21, // Skip to: 5815 |
| /* 228 */ MCD_OPC_Decode, 102, 3, // Opcode: BPLZnapt |
| /* 231 */ MCD_OPC_FilterValue, 5, 17, 0, // Skip to: 252 |
| /* 235 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 238 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 245 |
| /* 242 */ MCD_OPC_Decode, 105, 3, // Opcode: BPNZnapn |
| /* 245 */ MCD_OPC_FilterValue, 1, 190, 21, // Skip to: 5815 |
| /* 249 */ MCD_OPC_Decode, 106, 3, // Opcode: BPNZnapt |
| /* 252 */ MCD_OPC_FilterValue, 6, 17, 0, // Skip to: 273 |
| /* 256 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 259 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 266 |
| /* 263 */ MCD_OPC_Decode, 89, 3, // Opcode: BPGZnapn |
| /* 266 */ MCD_OPC_FilterValue, 1, 169, 21, // Skip to: 5815 |
| /* 270 */ MCD_OPC_Decode, 90, 3, // Opcode: BPGZnapt |
| /* 273 */ MCD_OPC_FilterValue, 7, 17, 0, // Skip to: 294 |
| /* 277 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 280 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 287 |
| /* 284 */ MCD_OPC_Decode, 85, 3, // Opcode: BPGEZnapn |
| /* 287 */ MCD_OPC_FilterValue, 1, 148, 21, // Skip to: 5815 |
| /* 291 */ MCD_OPC_Decode, 86, 3, // Opcode: BPGEZnapt |
| /* 294 */ MCD_OPC_FilterValue, 17, 17, 0, // Skip to: 315 |
| /* 298 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 301 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 308 |
| /* 305 */ MCD_OPC_Decode, 111, 3, // Opcode: BPZapn |
| /* 308 */ MCD_OPC_FilterValue, 1, 127, 21, // Skip to: 5815 |
| /* 312 */ MCD_OPC_Decode, 112, 3, // Opcode: BPZapt |
| /* 315 */ MCD_OPC_FilterValue, 18, 17, 0, // Skip to: 336 |
| /* 319 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 322 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 329 |
| /* 326 */ MCD_OPC_Decode, 95, 3, // Opcode: BPLEZapn |
| /* 329 */ MCD_OPC_FilterValue, 1, 106, 21, // Skip to: 5815 |
| /* 333 */ MCD_OPC_Decode, 96, 3, // Opcode: BPLEZapt |
| /* 336 */ MCD_OPC_FilterValue, 19, 17, 0, // Skip to: 357 |
| /* 340 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 343 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 350 |
| /* 347 */ MCD_OPC_Decode, 99, 3, // Opcode: BPLZapn |
| /* 350 */ MCD_OPC_FilterValue, 1, 85, 21, // Skip to: 5815 |
| /* 354 */ MCD_OPC_Decode, 100, 3, // Opcode: BPLZapt |
| /* 357 */ MCD_OPC_FilterValue, 21, 17, 0, // Skip to: 378 |
| /* 361 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 364 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 371 |
| /* 368 */ MCD_OPC_Decode, 103, 3, // Opcode: BPNZapn |
| /* 371 */ MCD_OPC_FilterValue, 1, 64, 21, // Skip to: 5815 |
| /* 375 */ MCD_OPC_Decode, 104, 3, // Opcode: BPNZapt |
| /* 378 */ MCD_OPC_FilterValue, 22, 17, 0, // Skip to: 399 |
| /* 382 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 385 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 392 |
| /* 389 */ MCD_OPC_Decode, 87, 3, // Opcode: BPGZapn |
| /* 392 */ MCD_OPC_FilterValue, 1, 43, 21, // Skip to: 5815 |
| /* 396 */ MCD_OPC_Decode, 88, 3, // Opcode: BPGZapt |
| /* 399 */ MCD_OPC_FilterValue, 23, 36, 21, // Skip to: 5815 |
| /* 403 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 406 */ MCD_OPC_FilterValue, 0, 3, 0, // Skip to: 413 |
| /* 410 */ MCD_OPC_Decode, 83, 3, // Opcode: BPGEZapn |
| /* 413 */ MCD_OPC_FilterValue, 1, 22, 21, // Skip to: 5815 |
| /* 417 */ MCD_OPC_Decode, 84, 3, // Opcode: BPGEZapt |
| /* 420 */ MCD_OPC_FilterValue, 4, 20, 0, // Skip to: 444 |
| /* 424 */ MCD_OPC_CheckField, 25, 5, 0, 10, 0, // Skip to: 440 |
| /* 430 */ MCD_OPC_CheckField, 0, 22, 0, 4, 0, // Skip to: 440 |
| /* 436 */ MCD_OPC_Decode, 224, 2, 4, // Opcode: NOP |
| /* 440 */ MCD_OPC_Decode, 135, 3, 5, // Opcode: SETHIi |
| /* 444 */ MCD_OPC_FilterValue, 5, 61, 0, // Skip to: 509 |
| /* 448 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 451 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 480 |
| /* 455 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 458 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 469 |
| /* 462 */ MCD_OPC_CheckPredicate, 0, 229, 20, // Skip to: 5815 |
| /* 466 */ MCD_OPC_Decode, 82, 6, // Opcode: BPFCCNT |
| /* 469 */ MCD_OPC_FilterValue, 1, 222, 20, // Skip to: 5815 |
| /* 473 */ MCD_OPC_CheckPredicate, 0, 218, 20, // Skip to: 5815 |
| /* 477 */ MCD_OPC_Decode, 81, 6, // Opcode: BPFCCANT |
| /* 480 */ MCD_OPC_FilterValue, 1, 211, 20, // Skip to: 5815 |
| /* 484 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 487 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 498 |
| /* 491 */ MCD_OPC_CheckPredicate, 0, 200, 20, // Skip to: 5815 |
| /* 495 */ MCD_OPC_Decode, 79, 6, // Opcode: BPFCC |
| /* 498 */ MCD_OPC_FilterValue, 1, 193, 20, // Skip to: 5815 |
| /* 502 */ MCD_OPC_CheckPredicate, 0, 189, 20, // Skip to: 5815 |
| /* 506 */ MCD_OPC_Decode, 80, 6, // Opcode: BPFCCA |
| /* 509 */ MCD_OPC_FilterValue, 6, 182, 20, // Skip to: 5815 |
| /* 513 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 516 */ MCD_OPC_FilterValue, 0, 4, 0, // Skip to: 524 |
| /* 520 */ MCD_OPC_Decode, 151, 1, 2, // Opcode: FBCOND |
| /* 524 */ MCD_OPC_FilterValue, 1, 167, 20, // Skip to: 5815 |
| /* 528 */ MCD_OPC_Decode, 152, 1, 2, // Opcode: FBCONDA |
| /* 532 */ MCD_OPC_FilterValue, 1, 3, 0, // Skip to: 539 |
| /* 536 */ MCD_OPC_Decode, 116, 7, // Opcode: CALL |
| /* 539 */ MCD_OPC_FilterValue, 2, 87, 18, // Skip to: 5238 |
| /* 543 */ MCD_OPC_ExtractField, 19, 6, // Inst{24-19} ... |
| /* 546 */ MCD_OPC_FilterValue, 0, 23, 0, // Skip to: 573 |
| /* 550 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 553 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 566 |
| /* 557 */ MCD_OPC_CheckField, 5, 8, 0, 132, 20, // Skip to: 5815 |
| /* 563 */ MCD_OPC_Decode, 33, 8, // Opcode: ADDrr |
| /* 566 */ MCD_OPC_FilterValue, 1, 125, 20, // Skip to: 5815 |
| /* 570 */ MCD_OPC_Decode, 32, 9, // Opcode: ADDri |
| /* 573 */ MCD_OPC_FilterValue, 1, 23, 0, // Skip to: 600 |
| /* 577 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 580 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 593 |
| /* 584 */ MCD_OPC_CheckField, 5, 8, 0, 105, 20, // Skip to: 5815 |
| /* 590 */ MCD_OPC_Decode, 48, 8, // Opcode: ANDrr |
| /* 593 */ MCD_OPC_FilterValue, 1, 98, 20, // Skip to: 5815 |
| /* 597 */ MCD_OPC_Decode, 47, 9, // Opcode: ANDri |
| /* 600 */ MCD_OPC_FilterValue, 2, 25, 0, // Skip to: 629 |
| /* 604 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 607 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 621 |
| /* 611 */ MCD_OPC_CheckField, 5, 8, 0, 78, 20, // Skip to: 5815 |
| /* 617 */ MCD_OPC_Decode, 235, 2, 8, // Opcode: ORrr |
| /* 621 */ MCD_OPC_FilterValue, 1, 70, 20, // Skip to: 5815 |
| /* 625 */ MCD_OPC_Decode, 234, 2, 9, // Opcode: ORri |
| /* 629 */ MCD_OPC_FilterValue, 3, 25, 0, // Skip to: 658 |
| /* 633 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 636 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 650 |
| /* 640 */ MCD_OPC_CheckField, 5, 8, 0, 49, 20, // Skip to: 5815 |
| /* 646 */ MCD_OPC_Decode, 237, 3, 8, // Opcode: XORrr |
| /* 650 */ MCD_OPC_FilterValue, 1, 41, 20, // Skip to: 5815 |
| /* 654 */ MCD_OPC_Decode, 236, 3, 9, // Opcode: XORri |
| /* 658 */ MCD_OPC_FilterValue, 4, 25, 0, // Skip to: 687 |
| /* 662 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 665 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 679 |
| /* 669 */ MCD_OPC_CheckField, 5, 8, 0, 20, 20, // Skip to: 5815 |
| /* 675 */ MCD_OPC_Decode, 178, 3, 8, // Opcode: SUBrr |
| /* 679 */ MCD_OPC_FilterValue, 1, 12, 20, // Skip to: 5815 |
| /* 683 */ MCD_OPC_Decode, 177, 3, 9, // Opcode: SUBri |
| /* 687 */ MCD_OPC_FilterValue, 5, 23, 0, // Skip to: 714 |
| /* 691 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 694 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 707 |
| /* 698 */ MCD_OPC_CheckField, 5, 8, 0, 247, 19, // Skip to: 5815 |
| /* 704 */ MCD_OPC_Decode, 43, 8, // Opcode: ANDNrr |
| /* 707 */ MCD_OPC_FilterValue, 1, 240, 19, // Skip to: 5815 |
| /* 711 */ MCD_OPC_Decode, 42, 9, // Opcode: ANDNri |
| /* 714 */ MCD_OPC_FilterValue, 6, 25, 0, // Skip to: 743 |
| /* 718 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 721 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 735 |
| /* 725 */ MCD_OPC_CheckField, 5, 8, 0, 220, 19, // Skip to: 5815 |
| /* 731 */ MCD_OPC_Decode, 230, 2, 8, // Opcode: ORNrr |
| /* 735 */ MCD_OPC_FilterValue, 1, 212, 19, // Skip to: 5815 |
| /* 739 */ MCD_OPC_Decode, 229, 2, 9, // Opcode: ORNri |
| /* 743 */ MCD_OPC_FilterValue, 7, 25, 0, // Skip to: 772 |
| /* 747 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 750 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 764 |
| /* 754 */ MCD_OPC_CheckField, 5, 8, 0, 191, 19, // Skip to: 5815 |
| /* 760 */ MCD_OPC_Decode, 231, 3, 8, // Opcode: XNORrr |
| /* 764 */ MCD_OPC_FilterValue, 1, 183, 19, // Skip to: 5815 |
| /* 768 */ MCD_OPC_Decode, 230, 3, 9, // Opcode: XNORri |
| /* 772 */ MCD_OPC_FilterValue, 8, 23, 0, // Skip to: 799 |
| /* 776 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 779 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 792 |
| /* 783 */ MCD_OPC_CheckField, 5, 8, 0, 162, 19, // Skip to: 5815 |
| /* 789 */ MCD_OPC_Decode, 25, 8, // Opcode: ADDCrr |
| /* 792 */ MCD_OPC_FilterValue, 1, 155, 19, // Skip to: 5815 |
| /* 796 */ MCD_OPC_Decode, 24, 9, // Opcode: ADDCri |
| /* 799 */ MCD_OPC_FilterValue, 9, 25, 0, // Skip to: 828 |
| /* 803 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 806 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 820 |
| /* 810 */ MCD_OPC_CheckField, 5, 8, 0, 135, 19, // Skip to: 5815 |
| /* 816 */ MCD_OPC_Decode, 223, 2, 10, // Opcode: MULXrr |
| /* 820 */ MCD_OPC_FilterValue, 1, 127, 19, // Skip to: 5815 |
| /* 824 */ MCD_OPC_Decode, 222, 2, 11, // Opcode: MULXri |
| /* 828 */ MCD_OPC_FilterValue, 10, 25, 0, // Skip to: 857 |
| /* 832 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 835 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 849 |
| /* 839 */ MCD_OPC_CheckField, 5, 8, 0, 106, 19, // Skip to: 5815 |
| /* 845 */ MCD_OPC_Decode, 210, 3, 8, // Opcode: UMULrr |
| /* 849 */ MCD_OPC_FilterValue, 1, 98, 19, // Skip to: 5815 |
| /* 853 */ MCD_OPC_Decode, 209, 3, 9, // Opcode: UMULri |
| /* 857 */ MCD_OPC_FilterValue, 11, 25, 0, // Skip to: 886 |
| /* 861 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 864 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 878 |
| /* 868 */ MCD_OPC_CheckField, 5, 8, 0, 77, 19, // Skip to: 5815 |
| /* 874 */ MCD_OPC_Decode, 145, 3, 8, // Opcode: SMULrr |
| /* 878 */ MCD_OPC_FilterValue, 1, 69, 19, // Skip to: 5815 |
| /* 882 */ MCD_OPC_Decode, 144, 3, 9, // Opcode: SMULri |
| /* 886 */ MCD_OPC_FilterValue, 12, 25, 0, // Skip to: 915 |
| /* 890 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 893 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 907 |
| /* 897 */ MCD_OPC_CheckField, 5, 8, 0, 48, 19, // Skip to: 5815 |
| /* 903 */ MCD_OPC_Decode, 172, 3, 8, // Opcode: SUBCrr |
| /* 907 */ MCD_OPC_FilterValue, 1, 40, 19, // Skip to: 5815 |
| /* 911 */ MCD_OPC_Decode, 171, 3, 9, // Opcode: SUBCri |
| /* 915 */ MCD_OPC_FilterValue, 13, 25, 0, // Skip to: 944 |
| /* 919 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 922 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 936 |
| /* 926 */ MCD_OPC_CheckField, 5, 8, 0, 19, 19, // Skip to: 5815 |
| /* 932 */ MCD_OPC_Decode, 203, 3, 10, // Opcode: UDIVXrr |
| /* 936 */ MCD_OPC_FilterValue, 1, 11, 19, // Skip to: 5815 |
| /* 940 */ MCD_OPC_Decode, 202, 3, 11, // Opcode: UDIVXri |
| /* 944 */ MCD_OPC_FilterValue, 14, 25, 0, // Skip to: 973 |
| /* 948 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 951 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 965 |
| /* 955 */ MCD_OPC_CheckField, 5, 8, 0, 246, 18, // Skip to: 5815 |
| /* 961 */ MCD_OPC_Decode, 205, 3, 8, // Opcode: UDIVrr |
| /* 965 */ MCD_OPC_FilterValue, 1, 238, 18, // Skip to: 5815 |
| /* 969 */ MCD_OPC_Decode, 204, 3, 9, // Opcode: UDIVri |
| /* 973 */ MCD_OPC_FilterValue, 15, 25, 0, // Skip to: 1002 |
| /* 977 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 980 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 994 |
| /* 984 */ MCD_OPC_CheckField, 5, 8, 0, 217, 18, // Skip to: 5815 |
| /* 990 */ MCD_OPC_Decode, 253, 2, 8, // Opcode: SDIVrr |
| /* 994 */ MCD_OPC_FilterValue, 1, 209, 18, // Skip to: 5815 |
| /* 998 */ MCD_OPC_Decode, 252, 2, 9, // Opcode: SDIVri |
| /* 1002 */ MCD_OPC_FilterValue, 16, 23, 0, // Skip to: 1029 |
| /* 1006 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1009 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1022 |
| /* 1013 */ MCD_OPC_CheckField, 5, 8, 0, 188, 18, // Skip to: 5815 |
| /* 1019 */ MCD_OPC_Decode, 23, 8, // Opcode: ADDCCrr |
| /* 1022 */ MCD_OPC_FilterValue, 1, 181, 18, // Skip to: 5815 |
| /* 1026 */ MCD_OPC_Decode, 22, 9, // Opcode: ADDCCri |
| /* 1029 */ MCD_OPC_FilterValue, 17, 23, 0, // Skip to: 1056 |
| /* 1033 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1036 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1049 |
| /* 1040 */ MCD_OPC_CheckField, 5, 8, 0, 161, 18, // Skip to: 5815 |
| /* 1046 */ MCD_OPC_Decode, 39, 8, // Opcode: ANDCCrr |
| /* 1049 */ MCD_OPC_FilterValue, 1, 154, 18, // Skip to: 5815 |
| /* 1053 */ MCD_OPC_Decode, 38, 9, // Opcode: ANDCCri |
| /* 1056 */ MCD_OPC_FilterValue, 18, 25, 0, // Skip to: 1085 |
| /* 1060 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1063 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1077 |
| /* 1067 */ MCD_OPC_CheckField, 5, 8, 0, 134, 18, // Skip to: 5815 |
| /* 1073 */ MCD_OPC_Decode, 226, 2, 8, // Opcode: ORCCrr |
| /* 1077 */ MCD_OPC_FilterValue, 1, 126, 18, // Skip to: 5815 |
| /* 1081 */ MCD_OPC_Decode, 225, 2, 9, // Opcode: ORCCri |
| /* 1085 */ MCD_OPC_FilterValue, 19, 25, 0, // Skip to: 1114 |
| /* 1089 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1092 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1106 |
| /* 1096 */ MCD_OPC_CheckField, 5, 8, 0, 105, 18, // Skip to: 5815 |
| /* 1102 */ MCD_OPC_Decode, 233, 3, 8, // Opcode: XORCCrr |
| /* 1106 */ MCD_OPC_FilterValue, 1, 97, 18, // Skip to: 5815 |
| /* 1110 */ MCD_OPC_Decode, 232, 3, 9, // Opcode: XORCCri |
| /* 1114 */ MCD_OPC_FilterValue, 20, 44, 0, // Skip to: 1162 |
| /* 1118 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1121 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 1145 |
| /* 1125 */ MCD_OPC_ExtractField, 5, 8, // Inst{12-5} ... |
| /* 1128 */ MCD_OPC_FilterValue, 0, 75, 18, // Skip to: 5815 |
| /* 1132 */ MCD_OPC_CheckField, 25, 5, 0, 3, 0, // Skip to: 1141 |
| /* 1138 */ MCD_OPC_Decode, 125, 12, // Opcode: CMPrr |
| /* 1141 */ MCD_OPC_Decode, 170, 3, 8, // Opcode: SUBCCrr |
| /* 1145 */ MCD_OPC_FilterValue, 1, 58, 18, // Skip to: 5815 |
| /* 1149 */ MCD_OPC_CheckField, 25, 5, 0, 3, 0, // Skip to: 1158 |
| /* 1155 */ MCD_OPC_Decode, 124, 13, // Opcode: CMPri |
| /* 1158 */ MCD_OPC_Decode, 169, 3, 9, // Opcode: SUBCCri |
| /* 1162 */ MCD_OPC_FilterValue, 21, 23, 0, // Skip to: 1189 |
| /* 1166 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1169 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1182 |
| /* 1173 */ MCD_OPC_CheckField, 5, 8, 0, 28, 18, // Skip to: 5815 |
| /* 1179 */ MCD_OPC_Decode, 41, 8, // Opcode: ANDNCCrr |
| /* 1182 */ MCD_OPC_FilterValue, 1, 21, 18, // Skip to: 5815 |
| /* 1186 */ MCD_OPC_Decode, 40, 9, // Opcode: ANDNCCri |
| /* 1189 */ MCD_OPC_FilterValue, 22, 25, 0, // Skip to: 1218 |
| /* 1193 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1196 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1210 |
| /* 1200 */ MCD_OPC_CheckField, 5, 8, 0, 1, 18, // Skip to: 5815 |
| /* 1206 */ MCD_OPC_Decode, 228, 2, 8, // Opcode: ORNCCrr |
| /* 1210 */ MCD_OPC_FilterValue, 1, 249, 17, // Skip to: 5815 |
| /* 1214 */ MCD_OPC_Decode, 227, 2, 9, // Opcode: ORNCCri |
| /* 1218 */ MCD_OPC_FilterValue, 23, 25, 0, // Skip to: 1247 |
| /* 1222 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1225 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1239 |
| /* 1229 */ MCD_OPC_CheckField, 5, 8, 0, 228, 17, // Skip to: 5815 |
| /* 1235 */ MCD_OPC_Decode, 228, 3, 8, // Opcode: XNORCCrr |
| /* 1239 */ MCD_OPC_FilterValue, 1, 220, 17, // Skip to: 5815 |
| /* 1243 */ MCD_OPC_Decode, 227, 3, 9, // Opcode: XNORCCri |
| /* 1247 */ MCD_OPC_FilterValue, 24, 23, 0, // Skip to: 1274 |
| /* 1251 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1254 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1267 |
| /* 1258 */ MCD_OPC_CheckField, 5, 8, 0, 199, 17, // Skip to: 5815 |
| /* 1264 */ MCD_OPC_Decode, 27, 8, // Opcode: ADDErr |
| /* 1267 */ MCD_OPC_FilterValue, 1, 192, 17, // Skip to: 5815 |
| /* 1271 */ MCD_OPC_Decode, 26, 9, // Opcode: ADDEri |
| /* 1274 */ MCD_OPC_FilterValue, 26, 25, 0, // Skip to: 1303 |
| /* 1278 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1281 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1295 |
| /* 1285 */ MCD_OPC_CheckField, 5, 8, 0, 172, 17, // Skip to: 5815 |
| /* 1291 */ MCD_OPC_Decode, 207, 3, 8, // Opcode: UMULCCrr |
| /* 1295 */ MCD_OPC_FilterValue, 1, 164, 17, // Skip to: 5815 |
| /* 1299 */ MCD_OPC_Decode, 206, 3, 9, // Opcode: UMULCCri |
| /* 1303 */ MCD_OPC_FilterValue, 27, 25, 0, // Skip to: 1332 |
| /* 1307 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1310 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1324 |
| /* 1314 */ MCD_OPC_CheckField, 5, 8, 0, 143, 17, // Skip to: 5815 |
| /* 1320 */ MCD_OPC_Decode, 143, 3, 8, // Opcode: SMULCCrr |
| /* 1324 */ MCD_OPC_FilterValue, 1, 135, 17, // Skip to: 5815 |
| /* 1328 */ MCD_OPC_Decode, 142, 3, 9, // Opcode: SMULCCri |
| /* 1332 */ MCD_OPC_FilterValue, 28, 25, 0, // Skip to: 1361 |
| /* 1336 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1339 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1353 |
| /* 1343 */ MCD_OPC_CheckField, 5, 8, 0, 114, 17, // Skip to: 5815 |
| /* 1349 */ MCD_OPC_Decode, 174, 3, 8, // Opcode: SUBErr |
| /* 1353 */ MCD_OPC_FilterValue, 1, 106, 17, // Skip to: 5815 |
| /* 1357 */ MCD_OPC_Decode, 173, 3, 9, // Opcode: SUBEri |
| /* 1361 */ MCD_OPC_FilterValue, 30, 25, 0, // Skip to: 1390 |
| /* 1365 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1368 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1382 |
| /* 1372 */ MCD_OPC_CheckField, 5, 8, 0, 85, 17, // Skip to: 5815 |
| /* 1378 */ MCD_OPC_Decode, 201, 3, 8, // Opcode: UDIVCCrr |
| /* 1382 */ MCD_OPC_FilterValue, 1, 77, 17, // Skip to: 5815 |
| /* 1386 */ MCD_OPC_Decode, 200, 3, 9, // Opcode: UDIVCCri |
| /* 1390 */ MCD_OPC_FilterValue, 31, 25, 0, // Skip to: 1419 |
| /* 1394 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1397 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1411 |
| /* 1401 */ MCD_OPC_CheckField, 5, 8, 0, 56, 17, // Skip to: 5815 |
| /* 1407 */ MCD_OPC_Decode, 249, 2, 8, // Opcode: SDIVCCrr |
| /* 1411 */ MCD_OPC_FilterValue, 1, 48, 17, // Skip to: 5815 |
| /* 1415 */ MCD_OPC_Decode, 248, 2, 9, // Opcode: SDIVCCri |
| /* 1419 */ MCD_OPC_FilterValue, 32, 25, 0, // Skip to: 1448 |
| /* 1423 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1426 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1440 |
| /* 1430 */ MCD_OPC_CheckField, 5, 8, 0, 27, 17, // Skip to: 5815 |
| /* 1436 */ MCD_OPC_Decode, 186, 3, 8, // Opcode: TADDCCrr |
| /* 1440 */ MCD_OPC_FilterValue, 1, 19, 17, // Skip to: 5815 |
| /* 1444 */ MCD_OPC_Decode, 185, 3, 9, // Opcode: TADDCCri |
| /* 1448 */ MCD_OPC_FilterValue, 33, 25, 0, // Skip to: 1477 |
| /* 1452 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1455 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1469 |
| /* 1459 */ MCD_OPC_CheckField, 5, 8, 0, 254, 16, // Skip to: 5815 |
| /* 1465 */ MCD_OPC_Decode, 197, 3, 8, // Opcode: TSUBCCrr |
| /* 1469 */ MCD_OPC_FilterValue, 1, 246, 16, // Skip to: 5815 |
| /* 1473 */ MCD_OPC_Decode, 196, 3, 9, // Opcode: TSUBCCri |
| /* 1477 */ MCD_OPC_FilterValue, 34, 25, 0, // Skip to: 1506 |
| /* 1481 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1484 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1498 |
| /* 1488 */ MCD_OPC_CheckField, 5, 8, 0, 225, 16, // Skip to: 5815 |
| /* 1494 */ MCD_OPC_Decode, 184, 3, 8, // Opcode: TADDCCTVrr |
| /* 1498 */ MCD_OPC_FilterValue, 1, 217, 16, // Skip to: 5815 |
| /* 1502 */ MCD_OPC_Decode, 183, 3, 9, // Opcode: TADDCCTVri |
| /* 1506 */ MCD_OPC_FilterValue, 35, 25, 0, // Skip to: 1535 |
| /* 1510 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1513 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1527 |
| /* 1517 */ MCD_OPC_CheckField, 5, 8, 0, 196, 16, // Skip to: 5815 |
| /* 1523 */ MCD_OPC_Decode, 195, 3, 8, // Opcode: TSUBCCTVrr |
| /* 1527 */ MCD_OPC_FilterValue, 1, 188, 16, // Skip to: 5815 |
| /* 1531 */ MCD_OPC_Decode, 194, 3, 9, // Opcode: TSUBCCTVri |
| /* 1535 */ MCD_OPC_FilterValue, 37, 50, 0, // Skip to: 1589 |
| /* 1539 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1542 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 1571 |
| /* 1546 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
| /* 1549 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1563 |
| /* 1553 */ MCD_OPC_CheckField, 5, 7, 0, 160, 16, // Skip to: 5815 |
| /* 1559 */ MCD_OPC_Decode, 141, 3, 8, // Opcode: SLLrr |
| /* 1563 */ MCD_OPC_FilterValue, 1, 152, 16, // Skip to: 5815 |
| /* 1567 */ MCD_OPC_Decode, 139, 3, 14, // Opcode: SLLXrr |
| /* 1571 */ MCD_OPC_FilterValue, 1, 144, 16, // Skip to: 5815 |
| /* 1575 */ MCD_OPC_CheckField, 12, 1, 1, 4, 0, // Skip to: 1585 |
| /* 1581 */ MCD_OPC_Decode, 138, 3, 15, // Opcode: SLLXri |
| /* 1585 */ MCD_OPC_Decode, 140, 3, 9, // Opcode: SLLri |
| /* 1589 */ MCD_OPC_FilterValue, 38, 50, 0, // Skip to: 1643 |
| /* 1593 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1596 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 1625 |
| /* 1600 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
| /* 1603 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1617 |
| /* 1607 */ MCD_OPC_CheckField, 5, 7, 0, 106, 16, // Skip to: 5815 |
| /* 1613 */ MCD_OPC_Decode, 153, 3, 8, // Opcode: SRLrr |
| /* 1617 */ MCD_OPC_FilterValue, 1, 98, 16, // Skip to: 5815 |
| /* 1621 */ MCD_OPC_Decode, 151, 3, 14, // Opcode: SRLXrr |
| /* 1625 */ MCD_OPC_FilterValue, 1, 90, 16, // Skip to: 5815 |
| /* 1629 */ MCD_OPC_CheckField, 12, 1, 1, 4, 0, // Skip to: 1639 |
| /* 1635 */ MCD_OPC_Decode, 150, 3, 15, // Opcode: SRLXri |
| /* 1639 */ MCD_OPC_Decode, 152, 3, 9, // Opcode: SRLri |
| /* 1643 */ MCD_OPC_FilterValue, 39, 50, 0, // Skip to: 1697 |
| /* 1647 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1650 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 1679 |
| /* 1654 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
| /* 1657 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1671 |
| /* 1661 */ MCD_OPC_CheckField, 5, 7, 0, 52, 16, // Skip to: 5815 |
| /* 1667 */ MCD_OPC_Decode, 149, 3, 8, // Opcode: SRArr |
| /* 1671 */ MCD_OPC_FilterValue, 1, 44, 16, // Skip to: 5815 |
| /* 1675 */ MCD_OPC_Decode, 147, 3, 14, // Opcode: SRAXrr |
| /* 1679 */ MCD_OPC_FilterValue, 1, 36, 16, // Skip to: 5815 |
| /* 1683 */ MCD_OPC_CheckField, 12, 1, 1, 4, 0, // Skip to: 1693 |
| /* 1689 */ MCD_OPC_Decode, 146, 3, 15, // Opcode: SRAXri |
| /* 1693 */ MCD_OPC_Decode, 148, 3, 9, // Opcode: SRAri |
| /* 1697 */ MCD_OPC_FilterValue, 40, 55, 0, // Skip to: 1756 |
| /* 1701 */ MCD_OPC_ExtractField, 13, 6, // Inst{18-13} ... |
| /* 1704 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1718 |
| /* 1708 */ MCD_OPC_CheckField, 0, 13, 0, 5, 16, // Skip to: 5815 |
| /* 1714 */ MCD_OPC_Decode, 239, 2, 4, // Opcode: RDY |
| /* 1718 */ MCD_OPC_FilterValue, 30, 16, 0, // Skip to: 1738 |
| /* 1722 */ MCD_OPC_CheckField, 25, 5, 0, 247, 15, // Skip to: 5815 |
| /* 1728 */ MCD_OPC_CheckField, 0, 13, 0, 241, 15, // Skip to: 5815 |
| /* 1734 */ MCD_OPC_Decode, 154, 3, 4, // Opcode: STBAR |
| /* 1738 */ MCD_OPC_FilterValue, 31, 233, 15, // Skip to: 5815 |
| /* 1742 */ MCD_OPC_CheckPredicate, 0, 229, 15, // Skip to: 5815 |
| /* 1746 */ MCD_OPC_CheckField, 25, 5, 0, 223, 15, // Skip to: 5815 |
| /* 1752 */ MCD_OPC_Decode, 198, 2, 16, // Opcode: MEMBARi |
| /* 1756 */ MCD_OPC_FilterValue, 43, 20, 0, // Skip to: 1780 |
| /* 1760 */ MCD_OPC_CheckPredicate, 0, 211, 15, // Skip to: 5815 |
| /* 1764 */ MCD_OPC_CheckField, 25, 5, 0, 205, 15, // Skip to: 5815 |
| /* 1770 */ MCD_OPC_CheckField, 0, 19, 0, 199, 15, // Skip to: 5815 |
| /* 1776 */ MCD_OPC_Decode, 183, 1, 4, // Opcode: FLUSHW |
| /* 1780 */ MCD_OPC_FilterValue, 44, 123, 0, // Skip to: 1907 |
| /* 1784 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1787 */ MCD_OPC_FilterValue, 0, 56, 0, // Skip to: 1847 |
| /* 1791 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
| /* 1794 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 1820 |
| /* 1798 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1812 |
| /* 1802 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 1812 |
| /* 1808 */ MCD_OPC_Decode, 201, 2, 17, // Opcode: MOVFCCrr |
| /* 1812 */ MCD_OPC_CheckPredicate, 0, 159, 15, // Skip to: 5815 |
| /* 1816 */ MCD_OPC_Decode, 222, 3, 18, // Opcode: V9MOVFCCrr |
| /* 1820 */ MCD_OPC_FilterValue, 1, 151, 15, // Skip to: 5815 |
| /* 1824 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| /* 1827 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1839 |
| /* 1831 */ MCD_OPC_CheckPredicate, 0, 140, 15, // Skip to: 5815 |
| /* 1835 */ MCD_OPC_Decode, 203, 2, 17, // Opcode: MOVICCrr |
| /* 1839 */ MCD_OPC_FilterValue, 2, 132, 15, // Skip to: 5815 |
| /* 1843 */ MCD_OPC_Decode, 220, 2, 17, // Opcode: MOVXCCrr |
| /* 1847 */ MCD_OPC_FilterValue, 1, 124, 15, // Skip to: 5815 |
| /* 1851 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
| /* 1854 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 1880 |
| /* 1858 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1872 |
| /* 1862 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 1872 |
| /* 1868 */ MCD_OPC_Decode, 200, 2, 19, // Opcode: MOVFCCri |
| /* 1872 */ MCD_OPC_CheckPredicate, 0, 99, 15, // Skip to: 5815 |
| /* 1876 */ MCD_OPC_Decode, 221, 3, 20, // Opcode: V9MOVFCCri |
| /* 1880 */ MCD_OPC_FilterValue, 1, 91, 15, // Skip to: 5815 |
| /* 1884 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| /* 1887 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1899 |
| /* 1891 */ MCD_OPC_CheckPredicate, 0, 80, 15, // Skip to: 5815 |
| /* 1895 */ MCD_OPC_Decode, 202, 2, 19, // Opcode: MOVICCri |
| /* 1899 */ MCD_OPC_FilterValue, 2, 72, 15, // Skip to: 5815 |
| /* 1903 */ MCD_OPC_Decode, 219, 2, 19, // Opcode: MOVXCCri |
| /* 1907 */ MCD_OPC_FilterValue, 45, 25, 0, // Skip to: 1936 |
| /* 1911 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 1914 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 1928 |
| /* 1918 */ MCD_OPC_CheckField, 5, 8, 0, 51, 15, // Skip to: 5815 |
| /* 1924 */ MCD_OPC_Decode, 251, 2, 10, // Opcode: SDIVXrr |
| /* 1928 */ MCD_OPC_FilterValue, 1, 43, 15, // Skip to: 5815 |
| /* 1932 */ MCD_OPC_Decode, 250, 2, 11, // Opcode: SDIVXri |
| /* 1936 */ MCD_OPC_FilterValue, 46, 14, 0, // Skip to: 1954 |
| /* 1940 */ MCD_OPC_CheckPredicate, 0, 31, 15, // Skip to: 5815 |
| /* 1944 */ MCD_OPC_CheckField, 5, 14, 0, 25, 15, // Skip to: 5815 |
| /* 1950 */ MCD_OPC_Decode, 238, 2, 21, // Opcode: POPCrr |
| /* 1954 */ MCD_OPC_FilterValue, 47, 135, 0, // Skip to: 2093 |
| /* 1958 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
| /* 1961 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 1975 |
| /* 1965 */ MCD_OPC_CheckField, 5, 5, 0, 4, 15, // Skip to: 5815 |
| /* 1971 */ MCD_OPC_Decode, 215, 2, 14, // Opcode: MOVRRZrr |
| /* 1975 */ MCD_OPC_FilterValue, 2, 10, 0, // Skip to: 1989 |
| /* 1979 */ MCD_OPC_CheckField, 5, 5, 0, 246, 14, // Skip to: 5815 |
| /* 1985 */ MCD_OPC_Decode, 209, 2, 14, // Opcode: MOVRLEZrr |
| /* 1989 */ MCD_OPC_FilterValue, 3, 10, 0, // Skip to: 2003 |
| /* 1993 */ MCD_OPC_CheckField, 5, 5, 0, 232, 14, // Skip to: 5815 |
| /* 1999 */ MCD_OPC_Decode, 211, 2, 14, // Opcode: MOVRLZrr |
| /* 2003 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 2017 |
| /* 2007 */ MCD_OPC_CheckField, 5, 5, 0, 218, 14, // Skip to: 5815 |
| /* 2013 */ MCD_OPC_Decode, 213, 2, 14, // Opcode: MOVRNZrr |
| /* 2017 */ MCD_OPC_FilterValue, 6, 10, 0, // Skip to: 2031 |
| /* 2021 */ MCD_OPC_CheckField, 5, 5, 0, 204, 14, // Skip to: 5815 |
| /* 2027 */ MCD_OPC_Decode, 207, 2, 14, // Opcode: MOVRGZrr |
| /* 2031 */ MCD_OPC_FilterValue, 7, 10, 0, // Skip to: 2045 |
| /* 2035 */ MCD_OPC_CheckField, 5, 5, 0, 190, 14, // Skip to: 5815 |
| /* 2041 */ MCD_OPC_Decode, 205, 2, 14, // Opcode: MOVRGEZrr |
| /* 2045 */ MCD_OPC_FilterValue, 9, 4, 0, // Skip to: 2053 |
| /* 2049 */ MCD_OPC_Decode, 214, 2, 22, // Opcode: MOVRRZri |
| /* 2053 */ MCD_OPC_FilterValue, 10, 4, 0, // Skip to: 2061 |
| /* 2057 */ MCD_OPC_Decode, 208, 2, 22, // Opcode: MOVRLEZri |
| /* 2061 */ MCD_OPC_FilterValue, 11, 4, 0, // Skip to: 2069 |
| /* 2065 */ MCD_OPC_Decode, 210, 2, 22, // Opcode: MOVRLZri |
| /* 2069 */ MCD_OPC_FilterValue, 13, 4, 0, // Skip to: 2077 |
| /* 2073 */ MCD_OPC_Decode, 212, 2, 22, // Opcode: MOVRNZri |
| /* 2077 */ MCD_OPC_FilterValue, 14, 4, 0, // Skip to: 2085 |
| /* 2081 */ MCD_OPC_Decode, 206, 2, 22, // Opcode: MOVRGZri |
| /* 2085 */ MCD_OPC_FilterValue, 15, 142, 14, // Skip to: 5815 |
| /* 2089 */ MCD_OPC_Decode, 204, 2, 22, // Opcode: MOVRGEZri |
| /* 2093 */ MCD_OPC_FilterValue, 48, 37, 0, // Skip to: 2134 |
| /* 2097 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2100 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 2120 |
| /* 2104 */ MCD_OPC_CheckField, 25, 5, 0, 121, 14, // Skip to: 5815 |
| /* 2110 */ MCD_OPC_CheckField, 5, 8, 0, 115, 14, // Skip to: 5815 |
| /* 2116 */ MCD_OPC_Decode, 224, 3, 12, // Opcode: WRYrr |
| /* 2120 */ MCD_OPC_FilterValue, 1, 107, 14, // Skip to: 5815 |
| /* 2124 */ MCD_OPC_CheckField, 25, 5, 0, 101, 14, // Skip to: 5815 |
| /* 2130 */ MCD_OPC_Decode, 223, 3, 13, // Opcode: WRYri |
| /* 2134 */ MCD_OPC_FilterValue, 52, 197, 2, // Skip to: 2847 |
| /* 2138 */ MCD_OPC_ExtractField, 5, 9, // Inst{13-5} ... |
| /* 2141 */ MCD_OPC_FilterValue, 1, 10, 0, // Skip to: 2155 |
| /* 2145 */ MCD_OPC_CheckField, 14, 5, 0, 80, 14, // Skip to: 5815 |
| /* 2151 */ MCD_OPC_Decode, 211, 1, 23, // Opcode: FMOVS |
| /* 2155 */ MCD_OPC_FilterValue, 2, 14, 0, // Skip to: 2173 |
| /* 2159 */ MCD_OPC_CheckPredicate, 0, 68, 14, // Skip to: 5815 |
| /* 2163 */ MCD_OPC_CheckField, 14, 5, 0, 62, 14, // Skip to: 5815 |
| /* 2169 */ MCD_OPC_Decode, 185, 1, 24, // Opcode: FMOVD |
| /* 2173 */ MCD_OPC_FilterValue, 3, 14, 0, // Skip to: 2191 |
| /* 2177 */ MCD_OPC_CheckPredicate, 0, 50, 14, // Skip to: 5815 |
| /* 2181 */ MCD_OPC_CheckField, 14, 5, 0, 44, 14, // Skip to: 5815 |
| /* 2187 */ MCD_OPC_Decode, 189, 1, 25, // Opcode: FMOVQ |
| /* 2191 */ MCD_OPC_FilterValue, 5, 10, 0, // Skip to: 2205 |
| /* 2195 */ MCD_OPC_CheckField, 14, 5, 0, 30, 14, // Skip to: 5815 |
| /* 2201 */ MCD_OPC_Decode, 231, 1, 23, // Opcode: FNEGS |
| /* 2205 */ MCD_OPC_FilterValue, 6, 14, 0, // Skip to: 2223 |
| /* 2209 */ MCD_OPC_CheckPredicate, 0, 18, 14, // Skip to: 5815 |
| /* 2213 */ MCD_OPC_CheckField, 14, 5, 0, 12, 14, // Skip to: 5815 |
| /* 2219 */ MCD_OPC_Decode, 229, 1, 24, // Opcode: FNEGD |
| /* 2223 */ MCD_OPC_FilterValue, 7, 14, 0, // Skip to: 2241 |
| /* 2227 */ MCD_OPC_CheckPredicate, 0, 0, 14, // Skip to: 5815 |
| /* 2231 */ MCD_OPC_CheckField, 14, 5, 0, 250, 13, // Skip to: 5815 |
| /* 2237 */ MCD_OPC_Decode, 230, 1, 25, // Opcode: FNEGQ |
| /* 2241 */ MCD_OPC_FilterValue, 9, 10, 0, // Skip to: 2255 |
| /* 2245 */ MCD_OPC_CheckField, 14, 5, 0, 236, 13, // Skip to: 5815 |
| /* 2251 */ MCD_OPC_Decode, 140, 1, 23, // Opcode: FABSS |
| /* 2255 */ MCD_OPC_FilterValue, 10, 14, 0, // Skip to: 2273 |
| /* 2259 */ MCD_OPC_CheckPredicate, 0, 224, 13, // Skip to: 5815 |
| /* 2263 */ MCD_OPC_CheckField, 14, 5, 0, 218, 13, // Skip to: 5815 |
| /* 2269 */ MCD_OPC_Decode, 138, 1, 24, // Opcode: FABSD |
| /* 2273 */ MCD_OPC_FilterValue, 11, 14, 0, // Skip to: 2291 |
| /* 2277 */ MCD_OPC_CheckPredicate, 0, 206, 13, // Skip to: 5815 |
| /* 2281 */ MCD_OPC_CheckField, 14, 5, 0, 200, 13, // Skip to: 5815 |
| /* 2287 */ MCD_OPC_Decode, 139, 1, 25, // Opcode: FABSQ |
| /* 2291 */ MCD_OPC_FilterValue, 41, 10, 0, // Skip to: 2305 |
| /* 2295 */ MCD_OPC_CheckField, 14, 5, 0, 186, 13, // Skip to: 5815 |
| /* 2301 */ MCD_OPC_Decode, 147, 2, 23, // Opcode: FSQRTS |
| /* 2305 */ MCD_OPC_FilterValue, 42, 10, 0, // Skip to: 2319 |
| /* 2309 */ MCD_OPC_CheckField, 14, 5, 0, 172, 13, // Skip to: 5815 |
| /* 2315 */ MCD_OPC_Decode, 145, 2, 24, // Opcode: FSQRTD |
| /* 2319 */ MCD_OPC_FilterValue, 43, 10, 0, // Skip to: 2333 |
| /* 2323 */ MCD_OPC_CheckField, 14, 5, 0, 158, 13, // Skip to: 5815 |
| /* 2329 */ MCD_OPC_Decode, 146, 2, 25, // Opcode: FSQRTQ |
| /* 2333 */ MCD_OPC_FilterValue, 65, 4, 0, // Skip to: 2341 |
| /* 2337 */ MCD_OPC_Decode, 143, 1, 26, // Opcode: FADDS |
| /* 2341 */ MCD_OPC_FilterValue, 66, 4, 0, // Skip to: 2349 |
| /* 2345 */ MCD_OPC_Decode, 141, 1, 27, // Opcode: FADDD |
| /* 2349 */ MCD_OPC_FilterValue, 67, 4, 0, // Skip to: 2357 |
| /* 2353 */ MCD_OPC_Decode, 142, 1, 28, // Opcode: FADDQ |
| /* 2357 */ MCD_OPC_FilterValue, 69, 4, 0, // Skip to: 2365 |
| /* 2361 */ MCD_OPC_Decode, 162, 2, 26, // Opcode: FSUBS |
| /* 2365 */ MCD_OPC_FilterValue, 70, 4, 0, // Skip to: 2373 |
| /* 2369 */ MCD_OPC_Decode, 160, 2, 27, // Opcode: FSUBD |
| /* 2373 */ MCD_OPC_FilterValue, 71, 4, 0, // Skip to: 2381 |
| /* 2377 */ MCD_OPC_Decode, 161, 2, 28, // Opcode: FSUBQ |
| /* 2381 */ MCD_OPC_FilterValue, 73, 4, 0, // Skip to: 2389 |
| /* 2385 */ MCD_OPC_Decode, 224, 1, 26, // Opcode: FMULS |
| /* 2389 */ MCD_OPC_FilterValue, 74, 4, 0, // Skip to: 2397 |
| /* 2393 */ MCD_OPC_Decode, 220, 1, 27, // Opcode: FMULD |
| /* 2397 */ MCD_OPC_FilterValue, 75, 4, 0, // Skip to: 2405 |
| /* 2401 */ MCD_OPC_Decode, 223, 1, 28, // Opcode: FMULQ |
| /* 2405 */ MCD_OPC_FilterValue, 77, 4, 0, // Skip to: 2413 |
| /* 2409 */ MCD_OPC_Decode, 167, 1, 26, // Opcode: FDIVS |
| /* 2413 */ MCD_OPC_FilterValue, 78, 4, 0, // Skip to: 2421 |
| /* 2417 */ MCD_OPC_Decode, 165, 1, 27, // Opcode: FDIVD |
| /* 2421 */ MCD_OPC_FilterValue, 79, 4, 0, // Skip to: 2429 |
| /* 2425 */ MCD_OPC_Decode, 166, 1, 28, // Opcode: FDIVQ |
| /* 2429 */ MCD_OPC_FilterValue, 81, 8, 0, // Skip to: 2441 |
| /* 2433 */ MCD_OPC_CheckPredicate, 1, 50, 13, // Skip to: 5815 |
| /* 2437 */ MCD_OPC_Decode, 226, 1, 27, // Opcode: FNADDS |
| /* 2441 */ MCD_OPC_FilterValue, 82, 8, 0, // Skip to: 2453 |
| /* 2445 */ MCD_OPC_CheckPredicate, 1, 38, 13, // Skip to: 5815 |
| /* 2449 */ MCD_OPC_Decode, 225, 1, 27, // Opcode: FNADDD |
| /* 2453 */ MCD_OPC_FilterValue, 89, 8, 0, // Skip to: 2465 |
| /* 2457 */ MCD_OPC_CheckPredicate, 1, 26, 13, // Skip to: 5815 |
| /* 2461 */ MCD_OPC_Decode, 235, 1, 27, // Opcode: FNMULS |
| /* 2465 */ MCD_OPC_FilterValue, 90, 8, 0, // Skip to: 2477 |
| /* 2469 */ MCD_OPC_CheckPredicate, 1, 14, 13, // Skip to: 5815 |
| /* 2473 */ MCD_OPC_Decode, 234, 1, 27, // Opcode: FNMULD |
| /* 2477 */ MCD_OPC_FilterValue, 97, 8, 0, // Skip to: 2489 |
| /* 2481 */ MCD_OPC_CheckPredicate, 1, 2, 13, // Skip to: 5815 |
| /* 2485 */ MCD_OPC_Decode, 175, 1, 27, // Opcode: FHADDS |
| /* 2489 */ MCD_OPC_FilterValue, 98, 8, 0, // Skip to: 2501 |
| /* 2493 */ MCD_OPC_CheckPredicate, 1, 246, 12, // Skip to: 5815 |
| /* 2497 */ MCD_OPC_Decode, 174, 1, 27, // Opcode: FHADDD |
| /* 2501 */ MCD_OPC_FilterValue, 101, 8, 0, // Skip to: 2513 |
| /* 2505 */ MCD_OPC_CheckPredicate, 1, 234, 12, // Skip to: 5815 |
| /* 2509 */ MCD_OPC_Decode, 177, 1, 27, // Opcode: FHSUBS |
| /* 2513 */ MCD_OPC_FilterValue, 102, 8, 0, // Skip to: 2525 |
| /* 2517 */ MCD_OPC_CheckPredicate, 1, 222, 12, // Skip to: 5815 |
| /* 2521 */ MCD_OPC_Decode, 176, 1, 27, // Opcode: FHSUBD |
| /* 2525 */ MCD_OPC_FilterValue, 105, 4, 0, // Skip to: 2533 |
| /* 2529 */ MCD_OPC_Decode, 144, 2, 29, // Opcode: FSMULD |
| /* 2533 */ MCD_OPC_FilterValue, 110, 4, 0, // Skip to: 2541 |
| /* 2537 */ MCD_OPC_Decode, 168, 1, 30, // Opcode: FDMULQ |
| /* 2541 */ MCD_OPC_FilterValue, 113, 8, 0, // Skip to: 2553 |
| /* 2545 */ MCD_OPC_CheckPredicate, 1, 194, 12, // Skip to: 5815 |
| /* 2549 */ MCD_OPC_Decode, 233, 1, 27, // Opcode: FNHADDS |
| /* 2553 */ MCD_OPC_FilterValue, 114, 8, 0, // Skip to: 2565 |
| /* 2557 */ MCD_OPC_CheckPredicate, 1, 182, 12, // Skip to: 5815 |
| /* 2561 */ MCD_OPC_Decode, 232, 1, 27, // Opcode: FNHADDD |
| /* 2565 */ MCD_OPC_FilterValue, 121, 8, 0, // Skip to: 2577 |
| /* 2569 */ MCD_OPC_CheckPredicate, 1, 170, 12, // Skip to: 5815 |
| /* 2573 */ MCD_OPC_Decode, 242, 1, 27, // Opcode: FNSMULD |
| /* 2577 */ MCD_OPC_FilterValue, 129, 1, 10, 0, // Skip to: 2592 |
| /* 2582 */ MCD_OPC_CheckField, 14, 5, 0, 155, 12, // Skip to: 5815 |
| /* 2588 */ MCD_OPC_Decode, 159, 2, 31, // Opcode: FSTOX |
| /* 2592 */ MCD_OPC_FilterValue, 130, 1, 10, 0, // Skip to: 2607 |
| /* 2597 */ MCD_OPC_CheckField, 14, 5, 0, 140, 12, // Skip to: 5815 |
| /* 2603 */ MCD_OPC_Decode, 172, 1, 24, // Opcode: FDTOX |
| /* 2607 */ MCD_OPC_FilterValue, 131, 1, 10, 0, // Skip to: 2622 |
| /* 2612 */ MCD_OPC_CheckField, 14, 5, 0, 125, 12, // Skip to: 5815 |
| /* 2618 */ MCD_OPC_Decode, 139, 2, 32, // Opcode: FQTOX |
| /* 2622 */ MCD_OPC_FilterValue, 132, 1, 10, 0, // Skip to: 2637 |
| /* 2627 */ MCD_OPC_CheckField, 14, 5, 0, 110, 12, // Skip to: 5815 |
| /* 2633 */ MCD_OPC_Decode, 169, 2, 33, // Opcode: FXTOS |
| /* 2637 */ MCD_OPC_FilterValue, 136, 1, 10, 0, // Skip to: 2652 |
| /* 2642 */ MCD_OPC_CheckField, 14, 5, 0, 95, 12, // Skip to: 5815 |
| /* 2648 */ MCD_OPC_Decode, 167, 2, 24, // Opcode: FXTOD |
| /* 2652 */ MCD_OPC_FilterValue, 140, 1, 10, 0, // Skip to: 2667 |
| /* 2657 */ MCD_OPC_CheckField, 14, 5, 0, 80, 12, // Skip to: 5815 |
| /* 2663 */ MCD_OPC_Decode, 168, 2, 34, // Opcode: FXTOQ |
| /* 2667 */ MCD_OPC_FilterValue, 196, 1, 10, 0, // Skip to: 2682 |
| /* 2672 */ MCD_OPC_CheckField, 14, 5, 0, 65, 12, // Skip to: 5815 |
| /* 2678 */ MCD_OPC_Decode, 180, 1, 23, // Opcode: FITOS |
| /* 2682 */ MCD_OPC_FilterValue, 198, 1, 10, 0, // Skip to: 2697 |
| /* 2687 */ MCD_OPC_CheckField, 14, 5, 0, 50, 12, // Skip to: 5815 |
| /* 2693 */ MCD_OPC_Decode, 171, 1, 33, // Opcode: FDTOS |
| /* 2697 */ MCD_OPC_FilterValue, 199, 1, 10, 0, // Skip to: 2712 |
| /* 2702 */ MCD_OPC_CheckField, 14, 5, 0, 35, 12, // Skip to: 5815 |
| /* 2708 */ MCD_OPC_Decode, 138, 2, 35, // Opcode: FQTOS |
| /* 2712 */ MCD_OPC_FilterValue, 200, 1, 10, 0, // Skip to: 2727 |
| /* 2717 */ MCD_OPC_CheckField, 14, 5, 0, 20, 12, // Skip to: 5815 |
| /* 2723 */ MCD_OPC_Decode, 178, 1, 31, // Opcode: FITOD |
| /* 2727 */ MCD_OPC_FilterValue, 201, 1, 10, 0, // Skip to: 2742 |
| /* 2732 */ MCD_OPC_CheckField, 14, 5, 0, 5, 12, // Skip to: 5815 |
| /* 2738 */ MCD_OPC_Decode, 156, 2, 31, // Opcode: FSTOD |
| /* 2742 */ MCD_OPC_FilterValue, 203, 1, 10, 0, // Skip to: 2757 |
| /* 2747 */ MCD_OPC_CheckField, 14, 5, 0, 246, 11, // Skip to: 5815 |
| /* 2753 */ MCD_OPC_Decode, 136, 2, 32, // Opcode: FQTOD |
| /* 2757 */ MCD_OPC_FilterValue, 204, 1, 10, 0, // Skip to: 2772 |
| /* 2762 */ MCD_OPC_CheckField, 14, 5, 0, 231, 11, // Skip to: 5815 |
| /* 2768 */ MCD_OPC_Decode, 179, 1, 36, // Opcode: FITOQ |
| /* 2772 */ MCD_OPC_FilterValue, 205, 1, 10, 0, // Skip to: 2787 |
| /* 2777 */ MCD_OPC_CheckField, 14, 5, 0, 216, 11, // Skip to: 5815 |
| /* 2783 */ MCD_OPC_Decode, 158, 2, 36, // Opcode: FSTOQ |
| /* 2787 */ MCD_OPC_FilterValue, 206, 1, 10, 0, // Skip to: 2802 |
| /* 2792 */ MCD_OPC_CheckField, 14, 5, 0, 201, 11, // Skip to: 5815 |
| /* 2798 */ MCD_OPC_Decode, 170, 1, 34, // Opcode: FDTOQ |
| /* 2802 */ MCD_OPC_FilterValue, 209, 1, 10, 0, // Skip to: 2817 |
| /* 2807 */ MCD_OPC_CheckField, 14, 5, 0, 186, 11, // Skip to: 5815 |
| /* 2813 */ MCD_OPC_Decode, 157, 2, 23, // Opcode: FSTOI |
| /* 2817 */ MCD_OPC_FilterValue, 210, 1, 10, 0, // Skip to: 2832 |
| /* 2822 */ MCD_OPC_CheckField, 14, 5, 0, 171, 11, // Skip to: 5815 |
| /* 2828 */ MCD_OPC_Decode, 169, 1, 33, // Opcode: FDTOI |
| /* 2832 */ MCD_OPC_FilterValue, 211, 1, 162, 11, // Skip to: 5815 |
| /* 2837 */ MCD_OPC_CheckField, 14, 5, 0, 156, 11, // Skip to: 5815 |
| /* 2843 */ MCD_OPC_Decode, 137, 2, 35, // Opcode: FQTOI |
| /* 2847 */ MCD_OPC_FilterValue, 53, 70, 2, // Skip to: 3433 |
| /* 2851 */ MCD_OPC_ExtractField, 5, 6, // Inst{10-5} ... |
| /* 2854 */ MCD_OPC_FilterValue, 1, 75, 0, // Skip to: 2933 |
| /* 2858 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2861 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 2894 |
| /* 2865 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
| /* 2868 */ MCD_OPC_FilterValue, 0, 127, 11, // Skip to: 5815 |
| /* 2872 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 2886 |
| /* 2876 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2886 |
| /* 2882 */ MCD_OPC_Decode, 212, 1, 37, // Opcode: FMOVS_FCC |
| /* 2886 */ MCD_OPC_CheckPredicate, 0, 109, 11, // Skip to: 5815 |
| /* 2890 */ MCD_OPC_Decode, 220, 3, 38, // Opcode: V9FMOVS_FCC |
| /* 2894 */ MCD_OPC_FilterValue, 1, 101, 11, // Skip to: 5815 |
| /* 2898 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| /* 2901 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2919 |
| /* 2905 */ MCD_OPC_CheckPredicate, 0, 90, 11, // Skip to: 5815 |
| /* 2909 */ MCD_OPC_CheckField, 18, 1, 0, 84, 11, // Skip to: 5815 |
| /* 2915 */ MCD_OPC_Decode, 213, 1, 37, // Opcode: FMOVS_ICC |
| /* 2919 */ MCD_OPC_FilterValue, 2, 76, 11, // Skip to: 5815 |
| /* 2923 */ MCD_OPC_CheckField, 18, 1, 0, 70, 11, // Skip to: 5815 |
| /* 2929 */ MCD_OPC_Decode, 214, 1, 37, // Opcode: FMOVS_XCC |
| /* 2933 */ MCD_OPC_FilterValue, 2, 75, 0, // Skip to: 3012 |
| /* 2937 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2940 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 2973 |
| /* 2944 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
| /* 2947 */ MCD_OPC_FilterValue, 0, 48, 11, // Skip to: 5815 |
| /* 2951 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 2965 |
| /* 2955 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 2965 |
| /* 2961 */ MCD_OPC_Decode, 186, 1, 39, // Opcode: FMOVD_FCC |
| /* 2965 */ MCD_OPC_CheckPredicate, 0, 30, 11, // Skip to: 5815 |
| /* 2969 */ MCD_OPC_Decode, 218, 3, 40, // Opcode: V9FMOVD_FCC |
| /* 2973 */ MCD_OPC_FilterValue, 1, 22, 11, // Skip to: 5815 |
| /* 2977 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| /* 2980 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2998 |
| /* 2984 */ MCD_OPC_CheckPredicate, 0, 11, 11, // Skip to: 5815 |
| /* 2988 */ MCD_OPC_CheckField, 18, 1, 0, 5, 11, // Skip to: 5815 |
| /* 2994 */ MCD_OPC_Decode, 187, 1, 39, // Opcode: FMOVD_ICC |
| /* 2998 */ MCD_OPC_FilterValue, 2, 253, 10, // Skip to: 5815 |
| /* 3002 */ MCD_OPC_CheckField, 18, 1, 0, 247, 10, // Skip to: 5815 |
| /* 3008 */ MCD_OPC_Decode, 188, 1, 39, // Opcode: FMOVD_XCC |
| /* 3012 */ MCD_OPC_FilterValue, 3, 75, 0, // Skip to: 3091 |
| /* 3016 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 3019 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 3052 |
| /* 3023 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
| /* 3026 */ MCD_OPC_FilterValue, 0, 225, 10, // Skip to: 5815 |
| /* 3030 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 3044 |
| /* 3034 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, // Skip to: 3044 |
| /* 3040 */ MCD_OPC_Decode, 190, 1, 41, // Opcode: FMOVQ_FCC |
| /* 3044 */ MCD_OPC_CheckPredicate, 0, 207, 10, // Skip to: 5815 |
| /* 3048 */ MCD_OPC_Decode, 219, 3, 42, // Opcode: V9FMOVQ_FCC |
| /* 3052 */ MCD_OPC_FilterValue, 1, 199, 10, // Skip to: 5815 |
| /* 3056 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| /* 3059 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 3077 |
| /* 3063 */ MCD_OPC_CheckPredicate, 0, 188, 10, // Skip to: 5815 |
| /* 3067 */ MCD_OPC_CheckField, 18, 1, 0, 182, 10, // Skip to: 5815 |
| /* 3073 */ MCD_OPC_Decode, 191, 1, 41, // Opcode: FMOVQ_ICC |
| /* 3077 */ MCD_OPC_FilterValue, 2, 174, 10, // Skip to: 5815 |
| /* 3081 */ MCD_OPC_CheckField, 18, 1, 0, 168, 10, // Skip to: 5815 |
| /* 3087 */ MCD_OPC_Decode, 192, 1, 41, // Opcode: FMOVQ_XCC |
| /* 3091 */ MCD_OPC_FilterValue, 5, 27, 0, // Skip to: 3122 |
| /* 3095 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3098 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3110 |
| /* 3102 */ MCD_OPC_CheckPredicate, 0, 149, 10, // Skip to: 5815 |
| /* 3106 */ MCD_OPC_Decode, 201, 1, 43, // Opcode: FMOVRLEZS |
| /* 3110 */ MCD_OPC_FilterValue, 3, 141, 10, // Skip to: 5815 |
| /* 3114 */ MCD_OPC_CheckPredicate, 0, 137, 10, // Skip to: 5815 |
| /* 3118 */ MCD_OPC_Decode, 198, 1, 43, // Opcode: FMOVRGZS |
| /* 3122 */ MCD_OPC_FilterValue, 6, 27, 0, // Skip to: 3153 |
| /* 3126 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3129 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3141 |
| /* 3133 */ MCD_OPC_CheckPredicate, 0, 118, 10, // Skip to: 5815 |
| /* 3137 */ MCD_OPC_Decode, 199, 1, 43, // Opcode: FMOVRLEZD |
| /* 3141 */ MCD_OPC_FilterValue, 3, 110, 10, // Skip to: 5815 |
| /* 3145 */ MCD_OPC_CheckPredicate, 0, 106, 10, // Skip to: 5815 |
| /* 3149 */ MCD_OPC_Decode, 196, 1, 43, // Opcode: FMOVRGZD |
| /* 3153 */ MCD_OPC_FilterValue, 7, 27, 0, // Skip to: 3184 |
| /* 3157 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3160 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3172 |
| /* 3164 */ MCD_OPC_CheckPredicate, 0, 87, 10, // Skip to: 5815 |
| /* 3168 */ MCD_OPC_Decode, 200, 1, 43, // Opcode: FMOVRLEZQ |
| /* 3172 */ MCD_OPC_FilterValue, 3, 79, 10, // Skip to: 5815 |
| /* 3176 */ MCD_OPC_CheckPredicate, 0, 75, 10, // Skip to: 5815 |
| /* 3180 */ MCD_OPC_Decode, 197, 1, 43, // Opcode: FMOVRGZQ |
| /* 3184 */ MCD_OPC_FilterValue, 17, 10, 0, // Skip to: 3198 |
| /* 3188 */ MCD_OPC_CheckField, 11, 3, 1, 61, 10, // Skip to: 5815 |
| /* 3194 */ MCD_OPC_Decode, 217, 3, 44, // Opcode: V9FCMPS |
| /* 3198 */ MCD_OPC_FilterValue, 18, 10, 0, // Skip to: 3212 |
| /* 3202 */ MCD_OPC_CheckField, 11, 3, 1, 47, 10, // Skip to: 5815 |
| /* 3208 */ MCD_OPC_Decode, 212, 3, 45, // Opcode: V9FCMPD |
| /* 3212 */ MCD_OPC_FilterValue, 19, 10, 0, // Skip to: 3226 |
| /* 3216 */ MCD_OPC_CheckField, 11, 3, 1, 33, 10, // Skip to: 5815 |
| /* 3222 */ MCD_OPC_Decode, 216, 3, 46, // Opcode: V9FCMPQ |
| /* 3226 */ MCD_OPC_FilterValue, 21, 10, 0, // Skip to: 3240 |
| /* 3230 */ MCD_OPC_CheckField, 11, 3, 1, 19, 10, // Skip to: 5815 |
| /* 3236 */ MCD_OPC_Decode, 215, 3, 44, // Opcode: V9FCMPES |
| /* 3240 */ MCD_OPC_FilterValue, 22, 10, 0, // Skip to: 3254 |
| /* 3244 */ MCD_OPC_CheckField, 11, 3, 1, 5, 10, // Skip to: 5815 |
| /* 3250 */ MCD_OPC_Decode, 213, 3, 45, // Opcode: V9FCMPED |
| /* 3254 */ MCD_OPC_FilterValue, 23, 10, 0, // Skip to: 3268 |
| /* 3258 */ MCD_OPC_CheckField, 11, 3, 1, 247, 9, // Skip to: 5815 |
| /* 3264 */ MCD_OPC_Decode, 214, 3, 46, // Opcode: V9FCMPEQ |
| /* 3268 */ MCD_OPC_FilterValue, 37, 51, 0, // Skip to: 3323 |
| /* 3272 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3275 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3287 |
| /* 3279 */ MCD_OPC_CheckPredicate, 0, 228, 9, // Skip to: 5815 |
| /* 3283 */ MCD_OPC_Decode, 210, 1, 43, // Opcode: FMOVRZS |
| /* 3287 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3299 |
| /* 3291 */ MCD_OPC_CheckPredicate, 0, 216, 9, // Skip to: 5815 |
| /* 3295 */ MCD_OPC_Decode, 204, 1, 43, // Opcode: FMOVRLZS |
| /* 3299 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3311 |
| /* 3303 */ MCD_OPC_CheckPredicate, 0, 204, 9, // Skip to: 5815 |
| /* 3307 */ MCD_OPC_Decode, 207, 1, 43, // Opcode: FMOVRNZS |
| /* 3311 */ MCD_OPC_FilterValue, 3, 196, 9, // Skip to: 5815 |
| /* 3315 */ MCD_OPC_CheckPredicate, 0, 192, 9, // Skip to: 5815 |
| /* 3319 */ MCD_OPC_Decode, 195, 1, 43, // Opcode: FMOVRGEZS |
| /* 3323 */ MCD_OPC_FilterValue, 38, 51, 0, // Skip to: 3378 |
| /* 3327 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3330 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3342 |
| /* 3334 */ MCD_OPC_CheckPredicate, 0, 173, 9, // Skip to: 5815 |
| /* 3338 */ MCD_OPC_Decode, 208, 1, 43, // Opcode: FMOVRZD |
| /* 3342 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3354 |
| /* 3346 */ MCD_OPC_CheckPredicate, 0, 161, 9, // Skip to: 5815 |
| /* 3350 */ MCD_OPC_Decode, 202, 1, 43, // Opcode: FMOVRLZD |
| /* 3354 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3366 |
| /* 3358 */ MCD_OPC_CheckPredicate, 0, 149, 9, // Skip to: 5815 |
| /* 3362 */ MCD_OPC_Decode, 205, 1, 43, // Opcode: FMOVRNZD |
| /* 3366 */ MCD_OPC_FilterValue, 3, 141, 9, // Skip to: 5815 |
| /* 3370 */ MCD_OPC_CheckPredicate, 0, 137, 9, // Skip to: 5815 |
| /* 3374 */ MCD_OPC_Decode, 193, 1, 43, // Opcode: FMOVRGEZD |
| /* 3378 */ MCD_OPC_FilterValue, 39, 129, 9, // Skip to: 5815 |
| /* 3382 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| /* 3385 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3397 |
| /* 3389 */ MCD_OPC_CheckPredicate, 0, 118, 9, // Skip to: 5815 |
| /* 3393 */ MCD_OPC_Decode, 209, 1, 43, // Opcode: FMOVRZQ |
| /* 3397 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3409 |
| /* 3401 */ MCD_OPC_CheckPredicate, 0, 106, 9, // Skip to: 5815 |
| /* 3405 */ MCD_OPC_Decode, 203, 1, 43, // Opcode: FMOVRLZQ |
| /* 3409 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3421 |
| /* 3413 */ MCD_OPC_CheckPredicate, 0, 94, 9, // Skip to: 5815 |
| /* 3417 */ MCD_OPC_Decode, 206, 1, 43, // Opcode: FMOVRNZQ |
| /* 3421 */ MCD_OPC_FilterValue, 3, 86, 9, // Skip to: 5815 |
| /* 3425 */ MCD_OPC_CheckPredicate, 0, 82, 9, // Skip to: 5815 |
| /* 3429 */ MCD_OPC_Decode, 194, 1, 43, // Opcode: FMOVRGEZQ |
| /* 3433 */ MCD_OPC_FilterValue, 54, 18, 6, // Skip to: 4991 |
| /* 3437 */ MCD_OPC_ExtractField, 5, 9, // Inst{13-5} ... |
| /* 3440 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3452 |
| /* 3444 */ MCD_OPC_CheckPredicate, 2, 63, 9, // Skip to: 5815 |
| /* 3448 */ MCD_OPC_Decode, 134, 1, 10, // Opcode: EDGE8 |
| /* 3452 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3464 |
| /* 3456 */ MCD_OPC_CheckPredicate, 3, 51, 9, // Skip to: 5815 |
| /* 3460 */ MCD_OPC_Decode, 137, 1, 10, // Opcode: EDGE8N |
| /* 3464 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3476 |
| /* 3468 */ MCD_OPC_CheckPredicate, 2, 39, 9, // Skip to: 5815 |
| /* 3472 */ MCD_OPC_Decode, 135, 1, 10, // Opcode: EDGE8L |
| /* 3476 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 3488 |
| /* 3480 */ MCD_OPC_CheckPredicate, 3, 27, 9, // Skip to: 5815 |
| /* 3484 */ MCD_OPC_Decode, 136, 1, 10, // Opcode: EDGE8LN |
| /* 3488 */ MCD_OPC_FilterValue, 4, 7, 0, // Skip to: 3499 |
| /* 3492 */ MCD_OPC_CheckPredicate, 2, 15, 9, // Skip to: 5815 |
| /* 3496 */ MCD_OPC_Decode, 126, 10, // Opcode: EDGE16 |
| /* 3499 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 3511 |
| /* 3503 */ MCD_OPC_CheckPredicate, 3, 4, 9, // Skip to: 5815 |
| /* 3507 */ MCD_OPC_Decode, 129, 1, 10, // Opcode: EDGE16N |
| /* 3511 */ MCD_OPC_FilterValue, 6, 7, 0, // Skip to: 3522 |
| /* 3515 */ MCD_OPC_CheckPredicate, 2, 248, 8, // Skip to: 5815 |
| /* 3519 */ MCD_OPC_Decode, 127, 10, // Opcode: EDGE16L |
| /* 3522 */ MCD_OPC_FilterValue, 7, 8, 0, // Skip to: 3534 |
| /* 3526 */ MCD_OPC_CheckPredicate, 3, 237, 8, // Skip to: 5815 |
| /* 3530 */ MCD_OPC_Decode, 128, 1, 10, // Opcode: EDGE16LN |
| /* 3534 */ MCD_OPC_FilterValue, 8, 8, 0, // Skip to: 3546 |
| /* 3538 */ MCD_OPC_CheckPredicate, 2, 225, 8, // Skip to: 5815 |
| /* 3542 */ MCD_OPC_Decode, 130, 1, 10, // Opcode: EDGE32 |
| /* 3546 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 3558 |
| /* 3550 */ MCD_OPC_CheckPredicate, 3, 213, 8, // Skip to: 5815 |
| /* 3554 */ MCD_OPC_Decode, 133, 1, 10, // Opcode: EDGE32N |
| /* 3558 */ MCD_OPC_FilterValue, 10, 8, 0, // Skip to: 3570 |
| /* 3562 */ MCD_OPC_CheckPredicate, 2, 201, 8, // Skip to: 5815 |
| /* 3566 */ MCD_OPC_Decode, 131, 1, 10, // Opcode: EDGE32L |
| /* 3570 */ MCD_OPC_FilterValue, 11, 8, 0, // Skip to: 3582 |
| /* 3574 */ MCD_OPC_CheckPredicate, 3, 189, 8, // Skip to: 5815 |
| /* 3578 */ MCD_OPC_Decode, 132, 1, 10, // Opcode: EDGE32LN |
| /* 3582 */ MCD_OPC_FilterValue, 16, 7, 0, // Skip to: 3593 |
| /* 3586 */ MCD_OPC_CheckPredicate, 2, 177, 8, // Skip to: 5815 |
| /* 3590 */ MCD_OPC_Decode, 51, 10, // Opcode: ARRAY8 |
| /* 3593 */ MCD_OPC_FilterValue, 17, 7, 0, // Skip to: 3604 |
| /* 3597 */ MCD_OPC_CheckPredicate, 1, 166, 8, // Skip to: 5815 |
| /* 3601 */ MCD_OPC_Decode, 28, 10, // Opcode: ADDXC |
| /* 3604 */ MCD_OPC_FilterValue, 18, 7, 0, // Skip to: 3615 |
| /* 3608 */ MCD_OPC_CheckPredicate, 2, 155, 8, // Skip to: 5815 |
| /* 3612 */ MCD_OPC_Decode, 49, 10, // Opcode: ARRAY16 |
| /* 3615 */ MCD_OPC_FilterValue, 19, 7, 0, // Skip to: 3626 |
| /* 3619 */ MCD_OPC_CheckPredicate, 1, 144, 8, // Skip to: 5815 |
| /* 3623 */ MCD_OPC_Decode, 29, 10, // Opcode: ADDXCCC |
| /* 3626 */ MCD_OPC_FilterValue, 20, 7, 0, // Skip to: 3637 |
| /* 3630 */ MCD_OPC_CheckPredicate, 2, 133, 8, // Skip to: 5815 |
| /* 3634 */ MCD_OPC_Decode, 50, 10, // Opcode: ARRAY32 |
| /* 3637 */ MCD_OPC_FilterValue, 22, 8, 0, // Skip to: 3649 |
| /* 3641 */ MCD_OPC_CheckPredicate, 1, 122, 8, // Skip to: 5815 |
| /* 3645 */ MCD_OPC_Decode, 208, 3, 10, // Opcode: UMULXHI |
| /* 3649 */ MCD_OPC_FilterValue, 23, 14, 0, // Skip to: 3667 |
| /* 3653 */ MCD_OPC_CheckPredicate, 1, 110, 8, // Skip to: 5815 |
| /* 3657 */ MCD_OPC_CheckField, 14, 5, 0, 104, 8, // Skip to: 5815 |
| /* 3663 */ MCD_OPC_Decode, 197, 2, 47, // Opcode: LZCNT |
| /* 3667 */ MCD_OPC_FilterValue, 24, 7, 0, // Skip to: 3678 |
| /* 3671 */ MCD_OPC_CheckPredicate, 2, 92, 8, // Skip to: 5815 |
| /* 3675 */ MCD_OPC_Decode, 36, 10, // Opcode: ALIGNADDR |
| /* 3678 */ MCD_OPC_FilterValue, 25, 7, 0, // Skip to: 3689 |
| /* 3682 */ MCD_OPC_CheckPredicate, 3, 81, 8, // Skip to: 5815 |
| /* 3686 */ MCD_OPC_Decode, 78, 10, // Opcode: BMASK |
| /* 3689 */ MCD_OPC_FilterValue, 26, 7, 0, // Skip to: 3700 |
| /* 3693 */ MCD_OPC_CheckPredicate, 2, 70, 8, // Skip to: 5815 |
| /* 3697 */ MCD_OPC_Decode, 37, 10, // Opcode: ALIGNADDRL |
| /* 3700 */ MCD_OPC_FilterValue, 27, 19, 0, // Skip to: 3723 |
| /* 3704 */ MCD_OPC_CheckPredicate, 1, 59, 8, // Skip to: 5815 |
| /* 3708 */ MCD_OPC_CheckField, 25, 5, 0, 53, 8, // Skip to: 5815 |
| /* 3714 */ MCD_OPC_CheckField, 14, 5, 0, 47, 8, // Skip to: 5815 |
| /* 3720 */ MCD_OPC_Decode, 123, 48, // Opcode: CMASK8 |
| /* 3723 */ MCD_OPC_FilterValue, 28, 7, 0, // Skip to: 3734 |
| /* 3727 */ MCD_OPC_CheckPredicate, 3, 36, 8, // Skip to: 5815 |
| /* 3731 */ MCD_OPC_Decode, 115, 27, // Opcode: BSHUFFLE |
| /* 3734 */ MCD_OPC_FilterValue, 29, 19, 0, // Skip to: 3757 |
| /* 3738 */ MCD_OPC_CheckPredicate, 1, 25, 8, // Skip to: 5815 |
| /* 3742 */ MCD_OPC_CheckField, 25, 5, 0, 19, 8, // Skip to: 5815 |
| /* 3748 */ MCD_OPC_CheckField, 14, 5, 0, 13, 8, // Skip to: 5815 |
| /* 3754 */ MCD_OPC_Decode, 121, 48, // Opcode: CMASK16 |
| /* 3757 */ MCD_OPC_FilterValue, 31, 19, 0, // Skip to: 3780 |
| /* 3761 */ MCD_OPC_CheckPredicate, 1, 2, 8, // Skip to: 5815 |
| /* 3765 */ MCD_OPC_CheckField, 25, 5, 0, 252, 7, // Skip to: 5815 |
| /* 3771 */ MCD_OPC_CheckField, 14, 5, 0, 246, 7, // Skip to: 5815 |
| /* 3777 */ MCD_OPC_Decode, 122, 48, // Opcode: CMASK32 |
| /* 3780 */ MCD_OPC_FilterValue, 32, 8, 0, // Skip to: 3792 |
| /* 3784 */ MCD_OPC_CheckPredicate, 2, 235, 7, // Skip to: 5815 |
| /* 3788 */ MCD_OPC_Decode, 159, 1, 49, // Opcode: FCMPLE16 |
| /* 3792 */ MCD_OPC_FilterValue, 33, 8, 0, // Skip to: 3804 |
| /* 3796 */ MCD_OPC_CheckPredicate, 1, 223, 7, // Skip to: 5815 |
| /* 3800 */ MCD_OPC_Decode, 142, 2, 27, // Opcode: FSLL16 |
| /* 3804 */ MCD_OPC_FilterValue, 34, 8, 0, // Skip to: 3816 |
| /* 3808 */ MCD_OPC_CheckPredicate, 2, 211, 7, // Skip to: 5815 |
| /* 3812 */ MCD_OPC_Decode, 161, 1, 49, // Opcode: FCMPNE16 |
| /* 3816 */ MCD_OPC_FilterValue, 35, 8, 0, // Skip to: 3828 |
| /* 3820 */ MCD_OPC_CheckPredicate, 1, 199, 7, // Skip to: 5815 |
| /* 3824 */ MCD_OPC_Decode, 154, 2, 27, // Opcode: FSRL16 |
| /* 3828 */ MCD_OPC_FilterValue, 36, 8, 0, // Skip to: 3840 |
| /* 3832 */ MCD_OPC_CheckPredicate, 2, 187, 7, // Skip to: 5815 |
| /* 3836 */ MCD_OPC_Decode, 160, 1, 49, // Opcode: FCMPLE32 |
| /* 3840 */ MCD_OPC_FilterValue, 37, 8, 0, // Skip to: 3852 |
| /* 3844 */ MCD_OPC_CheckPredicate, 1, 175, 7, // Skip to: 5815 |
| /* 3848 */ MCD_OPC_Decode, 143, 2, 27, // Opcode: FSLL32 |
| /* 3852 */ MCD_OPC_FilterValue, 38, 8, 0, // Skip to: 3864 |
| /* 3856 */ MCD_OPC_CheckPredicate, 2, 163, 7, // Skip to: 5815 |
| /* 3860 */ MCD_OPC_Decode, 162, 1, 49, // Opcode: FCMPNE32 |
| /* 3864 */ MCD_OPC_FilterValue, 39, 8, 0, // Skip to: 3876 |
| /* 3868 */ MCD_OPC_CheckPredicate, 1, 151, 7, // Skip to: 5815 |
| /* 3872 */ MCD_OPC_Decode, 155, 2, 27, // Opcode: FSRL32 |
| /* 3876 */ MCD_OPC_FilterValue, 40, 8, 0, // Skip to: 3888 |
| /* 3880 */ MCD_OPC_CheckPredicate, 2, 139, 7, // Skip to: 5815 |
| /* 3884 */ MCD_OPC_Decode, 157, 1, 49, // Opcode: FCMPGT16 |
| /* 3888 */ MCD_OPC_FilterValue, 41, 8, 0, // Skip to: 3900 |
| /* 3892 */ MCD_OPC_CheckPredicate, 1, 127, 7, // Skip to: 5815 |
| /* 3896 */ MCD_OPC_Decode, 140, 2, 27, // Opcode: FSLAS16 |
| /* 3900 */ MCD_OPC_FilterValue, 42, 8, 0, // Skip to: 3912 |
| /* 3904 */ MCD_OPC_CheckPredicate, 2, 115, 7, // Skip to: 5815 |
| /* 3908 */ MCD_OPC_Decode, 155, 1, 49, // Opcode: FCMPEQ16 |
| /* 3912 */ MCD_OPC_FilterValue, 43, 8, 0, // Skip to: 3924 |
| /* 3916 */ MCD_OPC_CheckPredicate, 1, 103, 7, // Skip to: 5815 |
| /* 3920 */ MCD_OPC_Decode, 148, 2, 27, // Opcode: FSRA16 |
| /* 3924 */ MCD_OPC_FilterValue, 44, 8, 0, // Skip to: 3936 |
| /* 3928 */ MCD_OPC_CheckPredicate, 2, 91, 7, // Skip to: 5815 |
| /* 3932 */ MCD_OPC_Decode, 158, 1, 49, // Opcode: FCMPGT32 |
| /* 3936 */ MCD_OPC_FilterValue, 45, 8, 0, // Skip to: 3948 |
| /* 3940 */ MCD_OPC_CheckPredicate, 1, 79, 7, // Skip to: 5815 |
| /* 3944 */ MCD_OPC_Decode, 141, 2, 27, // Opcode: FSLAS32 |
| /* 3948 */ MCD_OPC_FilterValue, 46, 8, 0, // Skip to: 3960 |
| /* 3952 */ MCD_OPC_CheckPredicate, 2, 67, 7, // Skip to: 5815 |
| /* 3956 */ MCD_OPC_Decode, 156, 1, 49, // Opcode: FCMPEQ32 |
| /* 3960 */ MCD_OPC_FilterValue, 47, 8, 0, // Skip to: 3972 |
| /* 3964 */ MCD_OPC_CheckPredicate, 1, 55, 7, // Skip to: 5815 |
| /* 3968 */ MCD_OPC_Decode, 149, 2, 27, // Opcode: FSRA32 |
| /* 3972 */ MCD_OPC_FilterValue, 49, 8, 0, // Skip to: 3984 |
| /* 3976 */ MCD_OPC_CheckPredicate, 2, 43, 7, // Skip to: 5815 |
| /* 3980 */ MCD_OPC_Decode, 217, 1, 27, // Opcode: FMUL8X16 |
| /* 3984 */ MCD_OPC_FilterValue, 51, 8, 0, // Skip to: 3996 |
| /* 3988 */ MCD_OPC_CheckPredicate, 2, 31, 7, // Skip to: 5815 |
| /* 3992 */ MCD_OPC_Decode, 219, 1, 27, // Opcode: FMUL8X16AU |
| /* 3996 */ MCD_OPC_FilterValue, 53, 8, 0, // Skip to: 4008 |
| /* 4000 */ MCD_OPC_CheckPredicate, 2, 19, 7, // Skip to: 5815 |
| /* 4004 */ MCD_OPC_Decode, 218, 1, 27, // Opcode: FMUL8X16AL |
| /* 4008 */ MCD_OPC_FilterValue, 54, 8, 0, // Skip to: 4020 |
| /* 4012 */ MCD_OPC_CheckPredicate, 2, 7, 7, // Skip to: 5815 |
| /* 4016 */ MCD_OPC_Decode, 215, 1, 27, // Opcode: FMUL8SUX16 |
| /* 4020 */ MCD_OPC_FilterValue, 55, 8, 0, // Skip to: 4032 |
| /* 4024 */ MCD_OPC_CheckPredicate, 2, 251, 6, // Skip to: 5815 |
| /* 4028 */ MCD_OPC_Decode, 216, 1, 27, // Opcode: FMUL8ULX16 |
| /* 4032 */ MCD_OPC_FilterValue, 56, 8, 0, // Skip to: 4044 |
| /* 4036 */ MCD_OPC_CheckPredicate, 2, 239, 6, // Skip to: 5815 |
| /* 4040 */ MCD_OPC_Decode, 221, 1, 27, // Opcode: FMULD8SUX16 |
| /* 4044 */ MCD_OPC_FilterValue, 57, 8, 0, // Skip to: 4056 |
| /* 4048 */ MCD_OPC_CheckPredicate, 2, 227, 6, // Skip to: 5815 |
| /* 4052 */ MCD_OPC_Decode, 222, 1, 27, // Opcode: FMULD8ULX16 |
| /* 4056 */ MCD_OPC_FilterValue, 58, 8, 0, // Skip to: 4068 |
| /* 4060 */ MCD_OPC_CheckPredicate, 2, 215, 6, // Skip to: 5815 |
| /* 4064 */ MCD_OPC_Decode, 252, 1, 27, // Opcode: FPACK32 |
| /* 4068 */ MCD_OPC_FilterValue, 59, 14, 0, // Skip to: 4086 |
| /* 4072 */ MCD_OPC_CheckPredicate, 2, 203, 6, // Skip to: 5815 |
| /* 4076 */ MCD_OPC_CheckField, 14, 5, 0, 197, 6, // Skip to: 5815 |
| /* 4082 */ MCD_OPC_Decode, 251, 1, 24, // Opcode: FPACK16 |
| /* 4086 */ MCD_OPC_FilterValue, 61, 14, 0, // Skip to: 4104 |
| /* 4090 */ MCD_OPC_CheckPredicate, 2, 185, 6, // Skip to: 5815 |
| /* 4094 */ MCD_OPC_CheckField, 14, 5, 0, 179, 6, // Skip to: 5815 |
| /* 4100 */ MCD_OPC_Decode, 253, 1, 24, // Opcode: FPACKFIX |
| /* 4104 */ MCD_OPC_FilterValue, 62, 8, 0, // Skip to: 4116 |
| /* 4108 */ MCD_OPC_CheckPredicate, 2, 167, 6, // Skip to: 5815 |
| /* 4112 */ MCD_OPC_Decode, 236, 2, 27, // Opcode: PDIST |
| /* 4116 */ MCD_OPC_FilterValue, 63, 8, 0, // Skip to: 4128 |
| /* 4120 */ MCD_OPC_CheckPredicate, 1, 155, 6, // Skip to: 5815 |
| /* 4124 */ MCD_OPC_Decode, 237, 2, 27, // Opcode: PDISTN |
| /* 4128 */ MCD_OPC_FilterValue, 64, 8, 0, // Skip to: 4140 |
| /* 4132 */ MCD_OPC_CheckPredicate, 1, 143, 6, // Skip to: 5815 |
| /* 4136 */ MCD_OPC_Decode, 184, 1, 27, // Opcode: FMEAN16 |
| /* 4140 */ MCD_OPC_FilterValue, 66, 8, 0, // Skip to: 4152 |
| /* 4144 */ MCD_OPC_CheckPredicate, 1, 131, 6, // Skip to: 5815 |
| /* 4148 */ MCD_OPC_Decode, 130, 2, 27, // Opcode: FPADD64 |
| /* 4152 */ MCD_OPC_FilterValue, 68, 8, 0, // Skip to: 4164 |
| /* 4156 */ MCD_OPC_CheckPredicate, 1, 119, 6, // Skip to: 5815 |
| /* 4160 */ MCD_OPC_Decode, 153, 1, 27, // Opcode: FCHKSM16 |
| /* 4164 */ MCD_OPC_FilterValue, 72, 8, 0, // Skip to: 4176 |
| /* 4168 */ MCD_OPC_CheckPredicate, 2, 107, 6, // Skip to: 5815 |
| /* 4172 */ MCD_OPC_Decode, 144, 1, 27, // Opcode: FALIGNADATA |
| /* 4176 */ MCD_OPC_FilterValue, 75, 8, 0, // Skip to: 4188 |
| /* 4180 */ MCD_OPC_CheckPredicate, 2, 95, 6, // Skip to: 5815 |
| /* 4184 */ MCD_OPC_Decode, 131, 2, 27, // Opcode: FPMERGE |
| /* 4188 */ MCD_OPC_FilterValue, 77, 14, 0, // Skip to: 4206 |
| /* 4192 */ MCD_OPC_CheckPredicate, 2, 83, 6, // Skip to: 5815 |
| /* 4196 */ MCD_OPC_CheckField, 14, 5, 0, 77, 6, // Skip to: 5815 |
| /* 4202 */ MCD_OPC_Decode, 173, 1, 24, // Opcode: FEXPAND |
| /* 4206 */ MCD_OPC_FilterValue, 80, 8, 0, // Skip to: 4218 |
| /* 4210 */ MCD_OPC_CheckPredicate, 2, 65, 6, // Skip to: 5815 |
| /* 4214 */ MCD_OPC_Decode, 254, 1, 27, // Opcode: FPADD16 |
| /* 4218 */ MCD_OPC_FilterValue, 81, 8, 0, // Skip to: 4230 |
| /* 4222 */ MCD_OPC_CheckPredicate, 2, 53, 6, // Skip to: 5815 |
| /* 4226 */ MCD_OPC_Decode, 255, 1, 27, // Opcode: FPADD16S |
| /* 4230 */ MCD_OPC_FilterValue, 82, 8, 0, // Skip to: 4242 |
| /* 4234 */ MCD_OPC_CheckPredicate, 2, 41, 6, // Skip to: 5815 |
| /* 4238 */ MCD_OPC_Decode, 128, 2, 27, // Opcode: FPADD32 |
| /* 4242 */ MCD_OPC_FilterValue, 83, 8, 0, // Skip to: 4254 |
| /* 4246 */ MCD_OPC_CheckPredicate, 2, 29, 6, // Skip to: 5815 |
| /* 4250 */ MCD_OPC_Decode, 129, 2, 27, // Opcode: FPADD32S |
| /* 4254 */ MCD_OPC_FilterValue, 84, 8, 0, // Skip to: 4266 |
| /* 4258 */ MCD_OPC_CheckPredicate, 2, 17, 6, // Skip to: 5815 |
| /* 4262 */ MCD_OPC_Decode, 132, 2, 27, // Opcode: FPSUB16 |
| /* 4266 */ MCD_OPC_FilterValue, 85, 8, 0, // Skip to: 4278 |
| /* 4270 */ MCD_OPC_CheckPredicate, 2, 5, 6, // Skip to: 5815 |
| /* 4274 */ MCD_OPC_Decode, 133, 2, 27, // Opcode: FPSUB16S |
| /* 4278 */ MCD_OPC_FilterValue, 86, 8, 0, // Skip to: 4290 |
| /* 4282 */ MCD_OPC_CheckPredicate, 2, 249, 5, // Skip to: 5815 |
| /* 4286 */ MCD_OPC_Decode, 134, 2, 27, // Opcode: FPSUB32 |
| /* 4290 */ MCD_OPC_FilterValue, 87, 8, 0, // Skip to: 4302 |
| /* 4294 */ MCD_OPC_CheckPredicate, 2, 237, 5, // Skip to: 5815 |
| /* 4298 */ MCD_OPC_Decode, 135, 2, 27, // Opcode: FPSUB32S |
| /* 4302 */ MCD_OPC_FilterValue, 96, 20, 0, // Skip to: 4326 |
| /* 4306 */ MCD_OPC_CheckPredicate, 2, 225, 5, // Skip to: 5815 |
| /* 4310 */ MCD_OPC_CheckField, 14, 5, 0, 219, 5, // Skip to: 5815 |
| /* 4316 */ MCD_OPC_CheckField, 0, 5, 0, 213, 5, // Skip to: 5815 |
| /* 4322 */ MCD_OPC_Decode, 170, 2, 50, // Opcode: FZERO |
| /* 4326 */ MCD_OPC_FilterValue, 97, 20, 0, // Skip to: 4350 |
| /* 4330 */ MCD_OPC_CheckPredicate, 2, 201, 5, // Skip to: 5815 |
| /* 4334 */ MCD_OPC_CheckField, 14, 5, 0, 195, 5, // Skip to: 5815 |
| /* 4340 */ MCD_OPC_CheckField, 0, 5, 0, 189, 5, // Skip to: 5815 |
| /* 4346 */ MCD_OPC_Decode, 171, 2, 51, // Opcode: FZEROS |
| /* 4350 */ MCD_OPC_FilterValue, 98, 8, 0, // Skip to: 4362 |
| /* 4354 */ MCD_OPC_CheckPredicate, 2, 177, 5, // Skip to: 5815 |
| /* 4358 */ MCD_OPC_Decode, 236, 1, 27, // Opcode: FNOR |
| /* 4362 */ MCD_OPC_FilterValue, 99, 8, 0, // Skip to: 4374 |
| /* 4366 */ MCD_OPC_CheckPredicate, 2, 165, 5, // Skip to: 5815 |
| /* 4370 */ MCD_OPC_Decode, 237, 1, 26, // Opcode: FNORS |
| /* 4374 */ MCD_OPC_FilterValue, 100, 8, 0, // Skip to: 4386 |
| /* 4378 */ MCD_OPC_CheckPredicate, 2, 153, 5, // Skip to: 5815 |
| /* 4382 */ MCD_OPC_Decode, 148, 1, 27, // Opcode: FANDNOT2 |
| /* 4386 */ MCD_OPC_FilterValue, 101, 8, 0, // Skip to: 4398 |
| /* 4390 */ MCD_OPC_CheckPredicate, 2, 141, 5, // Skip to: 5815 |
| /* 4394 */ MCD_OPC_Decode, 149, 1, 26, // Opcode: FANDNOT2S |
| /* 4398 */ MCD_OPC_FilterValue, 102, 14, 0, // Skip to: 4416 |
| /* 4402 */ MCD_OPC_CheckPredicate, 2, 129, 5, // Skip to: 5815 |
| /* 4406 */ MCD_OPC_CheckField, 14, 5, 0, 123, 5, // Skip to: 5815 |
| /* 4412 */ MCD_OPC_Decode, 240, 1, 24, // Opcode: FNOT2 |
| /* 4416 */ MCD_OPC_FilterValue, 103, 14, 0, // Skip to: 4434 |
| /* 4420 */ MCD_OPC_CheckPredicate, 2, 111, 5, // Skip to: 5815 |
| /* 4424 */ MCD_OPC_CheckField, 14, 5, 0, 105, 5, // Skip to: 5815 |
| /* 4430 */ MCD_OPC_Decode, 241, 1, 23, // Opcode: FNOT2S |
| /* 4434 */ MCD_OPC_FilterValue, 104, 8, 0, // Skip to: 4446 |
| /* 4438 */ MCD_OPC_CheckPredicate, 2, 93, 5, // Skip to: 5815 |
| /* 4442 */ MCD_OPC_Decode, 146, 1, 27, // Opcode: FANDNOT1 |
| /* 4446 */ MCD_OPC_FilterValue, 105, 8, 0, // Skip to: 4458 |
| /* 4450 */ MCD_OPC_CheckPredicate, 2, 81, 5, // Skip to: 5815 |
| /* 4454 */ MCD_OPC_Decode, 147, 1, 26, // Opcode: FANDNOT1S |
| /* 4458 */ MCD_OPC_FilterValue, 106, 14, 0, // Skip to: 4476 |
| /* 4462 */ MCD_OPC_CheckPredicate, 2, 69, 5, // Skip to: 5815 |
| /* 4466 */ MCD_OPC_CheckField, 0, 5, 0, 63, 5, // Skip to: 5815 |
| /* 4472 */ MCD_OPC_Decode, 238, 1, 52, // Opcode: FNOT1 |
| /* 4476 */ MCD_OPC_FilterValue, 107, 14, 0, // Skip to: 4494 |
| /* 4480 */ MCD_OPC_CheckPredicate, 2, 51, 5, // Skip to: 5815 |
| /* 4484 */ MCD_OPC_CheckField, 0, 5, 0, 45, 5, // Skip to: 5815 |
| /* 4490 */ MCD_OPC_Decode, 239, 1, 53, // Opcode: FNOT1S |
| /* 4494 */ MCD_OPC_FilterValue, 108, 8, 0, // Skip to: 4506 |
| /* 4498 */ MCD_OPC_CheckPredicate, 2, 33, 5, // Skip to: 5815 |
| /* 4502 */ MCD_OPC_Decode, 165, 2, 27, // Opcode: FXOR |
| /* 4506 */ MCD_OPC_FilterValue, 109, 8, 0, // Skip to: 4518 |
| /* 4510 */ MCD_OPC_CheckPredicate, 2, 21, 5, // Skip to: 5815 |
| /* 4514 */ MCD_OPC_Decode, 166, 2, 26, // Opcode: FXORS |
| /* 4518 */ MCD_OPC_FilterValue, 110, 8, 0, // Skip to: 4530 |
| /* 4522 */ MCD_OPC_CheckPredicate, 2, 9, 5, // Skip to: 5815 |
| /* 4526 */ MCD_OPC_Decode, 227, 1, 27, // Opcode: FNAND |
| /* 4530 */ MCD_OPC_FilterValue, 111, 8, 0, // Skip to: 4542 |
| /* 4534 */ MCD_OPC_CheckPredicate, 2, 253, 4, // Skip to: 5815 |
| /* 4538 */ MCD_OPC_Decode, 228, 1, 26, // Opcode: FNANDS |
| /* 4542 */ MCD_OPC_FilterValue, 112, 8, 0, // Skip to: 4554 |
| /* 4546 */ MCD_OPC_CheckPredicate, 2, 241, 4, // Skip to: 5815 |
| /* 4550 */ MCD_OPC_Decode, 145, 1, 27, // Opcode: FAND |
| /* 4554 */ MCD_OPC_FilterValue, 113, 8, 0, // Skip to: 4566 |
| /* 4558 */ MCD_OPC_CheckPredicate, 2, 229, 4, // Skip to: 5815 |
| /* 4562 */ MCD_OPC_Decode, 150, 1, 26, // Opcode: FANDS |
| /* 4566 */ MCD_OPC_FilterValue, 114, 8, 0, // Skip to: 4578 |
| /* 4570 */ MCD_OPC_CheckPredicate, 2, 217, 4, // Skip to: 5815 |
| /* 4574 */ MCD_OPC_Decode, 163, 2, 27, // Opcode: FXNOR |
| /* 4578 */ MCD_OPC_FilterValue, 115, 8, 0, // Skip to: 4590 |
| /* 4582 */ MCD_OPC_CheckPredicate, 2, 205, 4, // Skip to: 5815 |
| /* 4586 */ MCD_OPC_Decode, 164, 2, 26, // Opcode: FXNORS |
| /* 4590 */ MCD_OPC_FilterValue, 116, 14, 0, // Skip to: 4608 |
| /* 4594 */ MCD_OPC_CheckPredicate, 2, 193, 4, // Skip to: 5815 |
| /* 4598 */ MCD_OPC_CheckField, 0, 5, 0, 187, 4, // Skip to: 5815 |
| /* 4604 */ MCD_OPC_Decode, 150, 2, 52, // Opcode: FSRC1 |
| /* 4608 */ MCD_OPC_FilterValue, 117, 14, 0, // Skip to: 4626 |
| /* 4612 */ MCD_OPC_CheckPredicate, 2, 175, 4, // Skip to: 5815 |
| /* 4616 */ MCD_OPC_CheckField, 0, 5, 0, 169, 4, // Skip to: 5815 |
| /* 4622 */ MCD_OPC_Decode, 151, 2, 53, // Opcode: FSRC1S |
| /* 4626 */ MCD_OPC_FilterValue, 118, 8, 0, // Skip to: 4638 |
| /* 4630 */ MCD_OPC_CheckPredicate, 2, 157, 4, // Skip to: 5815 |
| /* 4634 */ MCD_OPC_Decode, 248, 1, 27, // Opcode: FORNOT2 |
| /* 4638 */ MCD_OPC_FilterValue, 119, 8, 0, // Skip to: 4650 |
| /* 4642 */ MCD_OPC_CheckPredicate, 2, 145, 4, // Skip to: 5815 |
| /* 4646 */ MCD_OPC_Decode, 249, 1, 26, // Opcode: FORNOT2S |
| /* 4650 */ MCD_OPC_FilterValue, 120, 14, 0, // Skip to: 4668 |
| /* 4654 */ MCD_OPC_CheckPredicate, 2, 133, 4, // Skip to: 5815 |
| /* 4658 */ MCD_OPC_CheckField, 14, 5, 0, 127, 4, // Skip to: 5815 |
| /* 4664 */ MCD_OPC_Decode, 152, 2, 24, // Opcode: FSRC2 |
| /* 4668 */ MCD_OPC_FilterValue, 121, 14, 0, // Skip to: 4686 |
| /* 4672 */ MCD_OPC_CheckPredicate, 2, 115, 4, // Skip to: 5815 |
| /* 4676 */ MCD_OPC_CheckField, 14, 5, 0, 109, 4, // Skip to: 5815 |
| /* 4682 */ MCD_OPC_Decode, 153, 2, 23, // Opcode: FSRC2S |
| /* 4686 */ MCD_OPC_FilterValue, 122, 8, 0, // Skip to: 4698 |
| /* 4690 */ MCD_OPC_CheckPredicate, 2, 97, 4, // Skip to: 5815 |
| /* 4694 */ MCD_OPC_Decode, 246, 1, 27, // Opcode: FORNOT1 |
| /* 4698 */ MCD_OPC_FilterValue, 123, 8, 0, // Skip to: 4710 |
| /* 4702 */ MCD_OPC_CheckPredicate, 2, 85, 4, // Skip to: 5815 |
| /* 4706 */ MCD_OPC_Decode, 247, 1, 26, // Opcode: FORNOT1S |
| /* 4710 */ MCD_OPC_FilterValue, 124, 8, 0, // Skip to: 4722 |
| /* 4714 */ MCD_OPC_CheckPredicate, 2, 73, 4, // Skip to: 5815 |
| /* 4718 */ MCD_OPC_Decode, 245, 1, 27, // Opcode: FOR |
| /* 4722 */ MCD_OPC_FilterValue, 125, 8, 0, // Skip to: 4734 |
| /* 4726 */ MCD_OPC_CheckPredicate, 2, 61, 4, // Skip to: 5815 |
| /* 4730 */ MCD_OPC_Decode, 250, 1, 26, // Opcode: FORS |
| /* 4734 */ MCD_OPC_FilterValue, 126, 20, 0, // Skip to: 4758 |
| /* 4738 */ MCD_OPC_CheckPredicate, 2, 49, 4, // Skip to: 5815 |
| /* 4742 */ MCD_OPC_CheckField, 14, 5, 0, 43, 4, // Skip to: 5815 |
| /* 4748 */ MCD_OPC_CheckField, 0, 5, 0, 37, 4, // Skip to: 5815 |
| /* 4754 */ MCD_OPC_Decode, 243, 1, 50, // Opcode: FONE |
| /* 4758 */ MCD_OPC_FilterValue, 127, 20, 0, // Skip to: 4782 |
| /* 4762 */ MCD_OPC_CheckPredicate, 2, 25, 4, // Skip to: 5815 |
| /* 4766 */ MCD_OPC_CheckField, 14, 5, 0, 19, 4, // Skip to: 5815 |
| /* 4772 */ MCD_OPC_CheckField, 0, 5, 0, 13, 4, // Skip to: 5815 |
| /* 4778 */ MCD_OPC_Decode, 244, 1, 51, // Opcode: FONES |
| /* 4782 */ MCD_OPC_FilterValue, 128, 1, 26, 0, // Skip to: 4813 |
| /* 4787 */ MCD_OPC_CheckPredicate, 2, 0, 4, // Skip to: 5815 |
| /* 4791 */ MCD_OPC_CheckField, 25, 5, 0, 250, 3, // Skip to: 5815 |
| /* 4797 */ MCD_OPC_CheckField, 14, 5, 0, 244, 3, // Skip to: 5815 |
| /* 4803 */ MCD_OPC_CheckField, 0, 5, 0, 238, 3, // Skip to: 5815 |
| /* 4809 */ MCD_OPC_Decode, 136, 3, 4, // Opcode: SHUTDOWN |
| /* 4813 */ MCD_OPC_FilterValue, 129, 1, 26, 0, // Skip to: 4844 |
| /* 4818 */ MCD_OPC_CheckPredicate, 3, 225, 3, // Skip to: 5815 |
| /* 4822 */ MCD_OPC_CheckField, 25, 5, 0, 219, 3, // Skip to: 5815 |
| /* 4828 */ MCD_OPC_CheckField, 14, 5, 0, 213, 3, // Skip to: 5815 |
| /* 4834 */ MCD_OPC_CheckField, 0, 5, 0, 207, 3, // Skip to: 5815 |
| /* 4840 */ MCD_OPC_Decode, 137, 3, 4, // Opcode: SIAM |
| /* 4844 */ MCD_OPC_FilterValue, 144, 2, 14, 0, // Skip to: 4863 |
| /* 4849 */ MCD_OPC_CheckPredicate, 1, 194, 3, // Skip to: 5815 |
| /* 4853 */ MCD_OPC_CheckField, 14, 5, 0, 188, 3, // Skip to: 5815 |
| /* 4859 */ MCD_OPC_Decode, 199, 2, 54, // Opcode: MOVDTOX |
| /* 4863 */ MCD_OPC_FilterValue, 145, 2, 14, 0, // Skip to: 4882 |
| /* 4868 */ MCD_OPC_CheckPredicate, 1, 175, 3, // Skip to: 5815 |
| /* 4872 */ MCD_OPC_CheckField, 14, 5, 0, 169, 3, // Skip to: 5815 |
| /* 4878 */ MCD_OPC_Decode, 217, 2, 54, // Opcode: MOVSTOUW |
| /* 4882 */ MCD_OPC_FilterValue, 147, 2, 14, 0, // Skip to: 4901 |
| /* 4887 */ MCD_OPC_CheckPredicate, 1, 156, 3, // Skip to: 5815 |
| /* 4891 */ MCD_OPC_CheckField, 14, 5, 0, 150, 3, // Skip to: 5815 |
| /* 4897 */ MCD_OPC_Decode, 216, 2, 54, // Opcode: MOVSTOSW |
| /* 4901 */ MCD_OPC_FilterValue, 149, 2, 8, 0, // Skip to: 4914 |
| /* 4906 */ MCD_OPC_CheckPredicate, 1, 137, 3, // Skip to: 5815 |
| /* 4910 */ MCD_OPC_Decode, 225, 3, 10, // Opcode: XMULX |
| /* 4914 */ MCD_OPC_FilterValue, 151, 2, 8, 0, // Skip to: 4927 |
| /* 4919 */ MCD_OPC_CheckPredicate, 1, 124, 3, // Skip to: 5815 |
| /* 4923 */ MCD_OPC_Decode, 226, 3, 10, // Opcode: XMULXHI |
| /* 4927 */ MCD_OPC_FilterValue, 152, 2, 14, 0, // Skip to: 4946 |
| /* 4932 */ MCD_OPC_CheckPredicate, 1, 111, 3, // Skip to: 5815 |
| /* 4936 */ MCD_OPC_CheckField, 14, 5, 0, 105, 3, // Skip to: 5815 |
| /* 4942 */ MCD_OPC_Decode, 221, 2, 55, // Opcode: MOVXTOD |
| /* 4946 */ MCD_OPC_FilterValue, 153, 2, 14, 0, // Skip to: 4965 |
| /* 4951 */ MCD_OPC_CheckPredicate, 1, 92, 3, // Skip to: 5815 |
| /* 4955 */ MCD_OPC_CheckField, 14, 5, 0, 86, 3, // Skip to: 5815 |
| /* 4961 */ MCD_OPC_Decode, 218, 2, 55, // Opcode: MOVWTOS |
| /* 4965 */ MCD_OPC_FilterValue, 209, 2, 8, 0, // Skip to: 4978 |
| /* 4970 */ MCD_OPC_CheckPredicate, 1, 73, 3, // Skip to: 5815 |
| /* 4974 */ MCD_OPC_Decode, 182, 1, 45, // Opcode: FLCMPS |
| /* 4978 */ MCD_OPC_FilterValue, 210, 2, 64, 3, // Skip to: 5815 |
| /* 4983 */ MCD_OPC_CheckPredicate, 1, 60, 3, // Skip to: 5815 |
| /* 4987 */ MCD_OPC_Decode, 181, 1, 45, // Opcode: FLCMPD |
| /* 4991 */ MCD_OPC_FilterValue, 56, 25, 0, // Skip to: 5020 |
| /* 4995 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 4998 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5012 |
| /* 5002 */ MCD_OPC_CheckField, 5, 8, 0, 39, 3, // Skip to: 5815 |
| /* 5008 */ MCD_OPC_Decode, 174, 2, 56, // Opcode: JMPLrr |
| /* 5012 */ MCD_OPC_FilterValue, 1, 31, 3, // Skip to: 5815 |
| /* 5016 */ MCD_OPC_Decode, 173, 2, 56, // Opcode: JMPLri |
| /* 5020 */ MCD_OPC_FilterValue, 57, 37, 0, // Skip to: 5061 |
| /* 5024 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5027 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 5047 |
| /* 5031 */ MCD_OPC_CheckField, 25, 5, 0, 10, 3, // Skip to: 5815 |
| /* 5037 */ MCD_OPC_CheckField, 5, 8, 0, 4, 3, // Skip to: 5815 |
| /* 5043 */ MCD_OPC_Decode, 245, 2, 57, // Opcode: RETTrr |
| /* 5047 */ MCD_OPC_FilterValue, 1, 252, 2, // Skip to: 5815 |
| /* 5051 */ MCD_OPC_CheckField, 25, 5, 0, 246, 2, // Skip to: 5815 |
| /* 5057 */ MCD_OPC_Decode, 244, 2, 57, // Opcode: RETTri |
| /* 5061 */ MCD_OPC_FilterValue, 58, 115, 0, // Skip to: 5180 |
| /* 5065 */ MCD_OPC_ExtractField, 8, 6, // Inst{13-8} ... |
| /* 5068 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 5088 |
| /* 5072 */ MCD_OPC_CheckField, 29, 1, 0, 225, 2, // Skip to: 5815 |
| /* 5078 */ MCD_OPC_CheckField, 5, 3, 0, 219, 2, // Skip to: 5815 |
| /* 5084 */ MCD_OPC_Decode, 188, 3, 58, // Opcode: TICCrr |
| /* 5088 */ MCD_OPC_FilterValue, 16, 16, 0, // Skip to: 5108 |
| /* 5092 */ MCD_OPC_CheckField, 29, 1, 0, 205, 2, // Skip to: 5815 |
| /* 5098 */ MCD_OPC_CheckField, 5, 3, 0, 199, 2, // Skip to: 5815 |
| /* 5104 */ MCD_OPC_Decode, 199, 3, 58, // Opcode: TXCCrr |
| /* 5108 */ MCD_OPC_FilterValue, 32, 54, 0, // Skip to: 5166 |
| /* 5112 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
| /* 5115 */ MCD_OPC_FilterValue, 0, 184, 2, // Skip to: 5815 |
| /* 5119 */ MCD_OPC_ExtractField, 0, 8, // Inst{7-0} ... |
| /* 5122 */ MCD_OPC_FilterValue, 3, 16, 0, // Skip to: 5142 |
| /* 5126 */ MCD_OPC_CheckField, 25, 4, 0, 30, 0, // Skip to: 5162 |
| /* 5132 */ MCD_OPC_CheckField, 14, 5, 1, 24, 0, // Skip to: 5162 |
| /* 5138 */ MCD_OPC_Decode, 181, 3, 4, // Opcode: TA3 |
| /* 5142 */ MCD_OPC_FilterValue, 5, 16, 0, // Skip to: 5162 |
| /* 5146 */ MCD_OPC_CheckField, 25, 4, 8, 10, 0, // Skip to: 5162 |
| /* 5152 */ MCD_OPC_CheckField, 14, 5, 0, 4, 0, // Skip to: 5162 |
| /* 5158 */ MCD_OPC_Decode, 182, 3, 4, // Opcode: TA5 |
| /* 5162 */ MCD_OPC_Decode, 187, 3, 59, // Opcode: TICCri |
| /* 5166 */ MCD_OPC_FilterValue, 48, 133, 2, // Skip to: 5815 |
| /* 5170 */ MCD_OPC_CheckField, 29, 1, 0, 127, 2, // Skip to: 5815 |
| /* 5176 */ MCD_OPC_Decode, 198, 3, 59, // Opcode: TXCCri |
| /* 5180 */ MCD_OPC_FilterValue, 60, 25, 0, // Skip to: 5209 |
| /* 5184 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5187 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5201 |
| /* 5191 */ MCD_OPC_CheckField, 5, 8, 0, 106, 2, // Skip to: 5815 |
| /* 5197 */ MCD_OPC_Decode, 247, 2, 8, // Opcode: SAVErr |
| /* 5201 */ MCD_OPC_FilterValue, 1, 98, 2, // Skip to: 5815 |
| /* 5205 */ MCD_OPC_Decode, 246, 2, 9, // Opcode: SAVEri |
| /* 5209 */ MCD_OPC_FilterValue, 61, 90, 2, // Skip to: 5815 |
| /* 5213 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5216 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5230 |
| /* 5220 */ MCD_OPC_CheckField, 5, 8, 0, 77, 2, // Skip to: 5815 |
| /* 5226 */ MCD_OPC_Decode, 241, 2, 8, // Opcode: RESTORErr |
| /* 5230 */ MCD_OPC_FilterValue, 1, 69, 2, // Skip to: 5815 |
| /* 5234 */ MCD_OPC_Decode, 240, 2, 9, // Opcode: RESTOREri |
| /* 5238 */ MCD_OPC_FilterValue, 3, 61, 2, // Skip to: 5815 |
| /* 5242 */ MCD_OPC_ExtractField, 19, 6, // Inst{24-19} ... |
| /* 5245 */ MCD_OPC_FilterValue, 0, 25, 0, // Skip to: 5274 |
| /* 5249 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5252 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5266 |
| /* 5256 */ MCD_OPC_CheckField, 5, 8, 0, 41, 2, // Skip to: 5815 |
| /* 5262 */ MCD_OPC_Decode, 194, 2, 60, // Opcode: LDrr |
| /* 5266 */ MCD_OPC_FilterValue, 1, 33, 2, // Skip to: 5815 |
| /* 5270 */ MCD_OPC_Decode, 193, 2, 60, // Opcode: LDri |
| /* 5274 */ MCD_OPC_FilterValue, 1, 25, 0, // Skip to: 5303 |
| /* 5278 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5281 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5295 |
| /* 5285 */ MCD_OPC_CheckField, 5, 8, 0, 12, 2, // Skip to: 5815 |
| /* 5291 */ MCD_OPC_Decode, 188, 2, 60, // Opcode: LDUBrr |
| /* 5295 */ MCD_OPC_FilterValue, 1, 4, 2, // Skip to: 5815 |
| /* 5299 */ MCD_OPC_Decode, 187, 2, 60, // Opcode: LDUBri |
| /* 5303 */ MCD_OPC_FilterValue, 2, 25, 0, // Skip to: 5332 |
| /* 5307 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5310 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5324 |
| /* 5314 */ MCD_OPC_CheckField, 5, 8, 0, 239, 1, // Skip to: 5815 |
| /* 5320 */ MCD_OPC_Decode, 190, 2, 60, // Opcode: LDUHrr |
| /* 5324 */ MCD_OPC_FilterValue, 1, 231, 1, // Skip to: 5815 |
| /* 5328 */ MCD_OPC_Decode, 189, 2, 60, // Opcode: LDUHri |
| /* 5332 */ MCD_OPC_FilterValue, 4, 25, 0, // Skip to: 5361 |
| /* 5336 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5339 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5353 |
| /* 5343 */ MCD_OPC_CheckField, 5, 8, 0, 210, 1, // Skip to: 5815 |
| /* 5349 */ MCD_OPC_Decode, 168, 3, 61, // Opcode: STrr |
| /* 5353 */ MCD_OPC_FilterValue, 1, 202, 1, // Skip to: 5815 |
| /* 5357 */ MCD_OPC_Decode, 167, 3, 61, // Opcode: STri |
| /* 5361 */ MCD_OPC_FilterValue, 5, 25, 0, // Skip to: 5390 |
| /* 5365 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5368 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5382 |
| /* 5372 */ MCD_OPC_CheckField, 5, 8, 0, 181, 1, // Skip to: 5815 |
| /* 5378 */ MCD_OPC_Decode, 156, 3, 61, // Opcode: STBrr |
| /* 5382 */ MCD_OPC_FilterValue, 1, 173, 1, // Skip to: 5815 |
| /* 5386 */ MCD_OPC_Decode, 155, 3, 61, // Opcode: STBri |
| /* 5390 */ MCD_OPC_FilterValue, 6, 25, 0, // Skip to: 5419 |
| /* 5394 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5397 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5411 |
| /* 5401 */ MCD_OPC_CheckField, 5, 8, 0, 152, 1, // Skip to: 5815 |
| /* 5407 */ MCD_OPC_Decode, 162, 3, 61, // Opcode: STHrr |
| /* 5411 */ MCD_OPC_FilterValue, 1, 144, 1, // Skip to: 5815 |
| /* 5415 */ MCD_OPC_Decode, 161, 3, 61, // Opcode: STHri |
| /* 5419 */ MCD_OPC_FilterValue, 8, 25, 0, // Skip to: 5448 |
| /* 5423 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5426 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5440 |
| /* 5430 */ MCD_OPC_CheckField, 5, 8, 0, 123, 1, // Skip to: 5815 |
| /* 5436 */ MCD_OPC_Decode, 186, 2, 60, // Opcode: LDSWrr |
| /* 5440 */ MCD_OPC_FilterValue, 1, 115, 1, // Skip to: 5815 |
| /* 5444 */ MCD_OPC_Decode, 185, 2, 60, // Opcode: LDSWri |
| /* 5448 */ MCD_OPC_FilterValue, 9, 25, 0, // Skip to: 5477 |
| /* 5452 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5455 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5469 |
| /* 5459 */ MCD_OPC_CheckField, 5, 8, 0, 94, 1, // Skip to: 5815 |
| /* 5465 */ MCD_OPC_Decode, 182, 2, 60, // Opcode: LDSBrr |
| /* 5469 */ MCD_OPC_FilterValue, 1, 86, 1, // Skip to: 5815 |
| /* 5473 */ MCD_OPC_Decode, 181, 2, 60, // Opcode: LDSBri |
| /* 5477 */ MCD_OPC_FilterValue, 10, 25, 0, // Skip to: 5506 |
| /* 5481 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5484 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5498 |
| /* 5488 */ MCD_OPC_CheckField, 5, 8, 0, 65, 1, // Skip to: 5815 |
| /* 5494 */ MCD_OPC_Decode, 184, 2, 60, // Opcode: LDSHrr |
| /* 5498 */ MCD_OPC_FilterValue, 1, 57, 1, // Skip to: 5815 |
| /* 5502 */ MCD_OPC_Decode, 183, 2, 60, // Opcode: LDSHri |
| /* 5506 */ MCD_OPC_FilterValue, 11, 25, 0, // Skip to: 5535 |
| /* 5510 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5513 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5527 |
| /* 5517 */ MCD_OPC_CheckField, 5, 8, 0, 36, 1, // Skip to: 5815 |
| /* 5523 */ MCD_OPC_Decode, 192, 2, 60, // Opcode: LDXrr |
| /* 5527 */ MCD_OPC_FilterValue, 1, 28, 1, // Skip to: 5815 |
| /* 5531 */ MCD_OPC_Decode, 191, 2, 60, // Opcode: LDXri |
| /* 5535 */ MCD_OPC_FilterValue, 14, 25, 0, // Skip to: 5564 |
| /* 5539 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5542 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5556 |
| /* 5546 */ MCD_OPC_CheckField, 5, 8, 0, 7, 1, // Skip to: 5815 |
| /* 5552 */ MCD_OPC_Decode, 166, 3, 61, // Opcode: STXrr |
| /* 5556 */ MCD_OPC_FilterValue, 1, 255, 0, // Skip to: 5815 |
| /* 5560 */ MCD_OPC_Decode, 165, 3, 61, // Opcode: STXri |
| /* 5564 */ MCD_OPC_FilterValue, 15, 25, 0, // Skip to: 5593 |
| /* 5568 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5571 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5585 |
| /* 5575 */ MCD_OPC_CheckField, 5, 8, 0, 234, 0, // Skip to: 5815 |
| /* 5581 */ MCD_OPC_Decode, 180, 3, 62, // Opcode: SWAPrr |
| /* 5585 */ MCD_OPC_FilterValue, 1, 226, 0, // Skip to: 5815 |
| /* 5589 */ MCD_OPC_Decode, 179, 3, 62, // Opcode: SWAPri |
| /* 5593 */ MCD_OPC_FilterValue, 32, 25, 0, // Skip to: 5622 |
| /* 5597 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5600 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5614 |
| /* 5604 */ MCD_OPC_CheckField, 5, 8, 0, 205, 0, // Skip to: 5815 |
| /* 5610 */ MCD_OPC_Decode, 178, 2, 63, // Opcode: LDFrr |
| /* 5614 */ MCD_OPC_FilterValue, 1, 197, 0, // Skip to: 5815 |
| /* 5618 */ MCD_OPC_Decode, 177, 2, 63, // Opcode: LDFri |
| /* 5622 */ MCD_OPC_FilterValue, 34, 33, 0, // Skip to: 5659 |
| /* 5626 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5629 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5647 |
| /* 5633 */ MCD_OPC_CheckPredicate, 0, 178, 0, // Skip to: 5815 |
| /* 5637 */ MCD_OPC_CheckField, 5, 8, 0, 172, 0, // Skip to: 5815 |
| /* 5643 */ MCD_OPC_Decode, 180, 2, 64, // Opcode: LDQFrr |
| /* 5647 */ MCD_OPC_FilterValue, 1, 164, 0, // Skip to: 5815 |
| /* 5651 */ MCD_OPC_CheckPredicate, 0, 160, 0, // Skip to: 5815 |
| /* 5655 */ MCD_OPC_Decode, 179, 2, 64, // Opcode: LDQFri |
| /* 5659 */ MCD_OPC_FilterValue, 35, 25, 0, // Skip to: 5688 |
| /* 5663 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5666 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5680 |
| /* 5670 */ MCD_OPC_CheckField, 5, 8, 0, 139, 0, // Skip to: 5815 |
| /* 5676 */ MCD_OPC_Decode, 176, 2, 65, // Opcode: LDDFrr |
| /* 5680 */ MCD_OPC_FilterValue, 1, 131, 0, // Skip to: 5815 |
| /* 5684 */ MCD_OPC_Decode, 175, 2, 65, // Opcode: LDDFri |
| /* 5688 */ MCD_OPC_FilterValue, 36, 25, 0, // Skip to: 5717 |
| /* 5692 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5695 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5709 |
| /* 5699 */ MCD_OPC_CheckField, 5, 8, 0, 110, 0, // Skip to: 5815 |
| /* 5705 */ MCD_OPC_Decode, 160, 3, 66, // Opcode: STFrr |
| /* 5709 */ MCD_OPC_FilterValue, 1, 102, 0, // Skip to: 5815 |
| /* 5713 */ MCD_OPC_Decode, 159, 3, 66, // Opcode: STFri |
| /* 5717 */ MCD_OPC_FilterValue, 38, 33, 0, // Skip to: 5754 |
| /* 5721 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5724 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5742 |
| /* 5728 */ MCD_OPC_CheckPredicate, 0, 83, 0, // Skip to: 5815 |
| /* 5732 */ MCD_OPC_CheckField, 5, 8, 0, 77, 0, // Skip to: 5815 |
| /* 5738 */ MCD_OPC_Decode, 164, 3, 67, // Opcode: STQFrr |
| /* 5742 */ MCD_OPC_FilterValue, 1, 69, 0, // Skip to: 5815 |
| /* 5746 */ MCD_OPC_CheckPredicate, 0, 65, 0, // Skip to: 5815 |
| /* 5750 */ MCD_OPC_Decode, 163, 3, 67, // Opcode: STQFri |
| /* 5754 */ MCD_OPC_FilterValue, 39, 25, 0, // Skip to: 5783 |
| /* 5758 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 5761 */ MCD_OPC_FilterValue, 0, 10, 0, // Skip to: 5775 |
| /* 5765 */ MCD_OPC_CheckField, 5, 8, 0, 44, 0, // Skip to: 5815 |
| /* 5771 */ MCD_OPC_Decode, 158, 3, 68, // Opcode: STDFrr |
| /* 5775 */ MCD_OPC_FilterValue, 1, 36, 0, // Skip to: 5815 |
| /* 5779 */ MCD_OPC_Decode, 157, 3, 68, // Opcode: STDFri |
| /* 5783 */ MCD_OPC_FilterValue, 60, 14, 0, // Skip to: 5801 |
| /* 5787 */ MCD_OPC_CheckPredicate, 0, 24, 0, // Skip to: 5815 |
| /* 5791 */ MCD_OPC_CheckField, 5, 9, 128, 1, 17, 0, // Skip to: 5815 |
| /* 5798 */ MCD_OPC_Decode, 120, 69, // Opcode: CASrr |
| /* 5801 */ MCD_OPC_FilterValue, 62, 10, 0, // Skip to: 5815 |
| /* 5805 */ MCD_OPC_CheckField, 5, 9, 128, 1, 3, 0, // Skip to: 5815 |
| /* 5812 */ MCD_OPC_Decode, 119, 70, // Opcode: CASXrr |
| /* 5815 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static bool getbool(uint64_t b) |
| { |
| return b != 0; |
| } |
| |
| static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits) |
| { |
| switch (Idx) { |
| default: // llvm_unreachable("Invalid index!"); |
| case 0: |
| return getbool(Bits & Sparc_FeatureV9); |
| case 1: |
| return getbool(Bits & Sparc_FeatureVIS3); |
| case 2: |
| return getbool(Bits & Sparc_FeatureVIS); |
| case 3: |
| return getbool(Bits & Sparc_FeatureVIS2); |
| } |
| } |
| |
| #define DecodeToMCInst(fname,fieldname, InsnType) \ |
| static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ |
| uint64_t Address, const void *Decoder) \ |
| { \ |
| InsnType tmp; \ |
| switch (Idx) { \ |
| default: \ |
| case 0: \ |
| tmp = fieldname(insn, 0, 22); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 1: \ |
| tmp = fieldname(insn, 0, 19); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 25, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 2: \ |
| tmp = fieldname(insn, 0, 22); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 25, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 3: \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= fieldname(insn, 0, 14) << 0; \ |
| tmp |= fieldname(insn, 20, 2) << 14; \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 4: \ |
| return S; \ |
| case 5: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 22); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 6: \ |
| tmp = fieldname(insn, 0, 19); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 25, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 20, 2); \ |
| if (DecodeFCCRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 7: \ |
| tmp = fieldname(insn, 0, 30); \ |
| if (DecodeCall(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 8: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 9: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 13); \ |
| if (DecodeSIMM13(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 10: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 11: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 13); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 12: \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 13: \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 13); \ |
| if (DecodeSIMM13(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 14: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 15: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 6); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 16: \ |
| tmp = fieldname(insn, 0, 13); \ |
| if (DecodeSIMM13(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 17: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 18: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 11, 2); \ |
| if (DecodeFCCRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 19: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 11); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 20: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 11, 2); \ |
| if (DecodeFCCRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 11); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 21: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeIntRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 22: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeI64RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 10); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 23: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 24: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 25: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 26: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 27: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 28: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 29: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 30: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 31: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 32: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 33: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 34: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeDFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 35: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 36: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeQFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| return S; \ |
| case 37: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 14, 4); \ |
| MCOperand_CreateImm0(MI, tmp); \ |
| return S; \ |
| case 38: \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 11, 2); \ |
| if (DecodeFCCRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 25, 5); \ |
| if (DecodeFPRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \ |
|