| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
| |* *| |
| |* * ARM Disassembler *| |
| |* *| |
| |* Automatically generated file, do not edit! *| |
| |* *| |
| \*===----------------------------------------------------------------------===*/ |
| |
| /* Capstone Disassembly Engine, http://www.capstone-engine.org */ |
| /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013> */ |
| |
| #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 uint8_t DecoderTableARM32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 25, 3, // Inst{27-25} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 184, 11, // Skip to: 3007 |
| /* 7 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 24, 6, // Skip to: 1574 |
| /* 14 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 17 */ MCD_OPC_FilterValue, 0, 80, 1, // Skip to: 357 |
| /* 21 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 24 */ MCD_OPC_FilterValue, 0, 103, 0, // Skip to: 131 |
| /* 28 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 31 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 55 |
| /* 35 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 48 |
| /* 39 */ MCD_OPC_CheckField, 5, 7, 0, 3, 0, // Skip to: 48 |
| /* 45 */ MCD_OPC_Decode, 40, 0, // Opcode: ANDrr |
| /* 48 */ MCD_OPC_CheckPredicate, 0, 158, 29, // Skip to: 7634 |
| /* 52 */ MCD_OPC_Decode, 41, 1, // Opcode: ANDrsi |
| /* 55 */ MCD_OPC_FilterValue, 1, 22, 0, // Skip to: 81 |
| /* 59 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 73 |
| /* 63 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 73 |
| /* 69 */ MCD_OPC_Decode, 249, 3, 0, // Opcode: SUBrr |
| /* 73 */ MCD_OPC_CheckPredicate, 0, 133, 29, // Skip to: 7634 |
| /* 77 */ MCD_OPC_Decode, 250, 3, 1, // Opcode: SUBrsi |
| /* 81 */ MCD_OPC_FilterValue, 2, 20, 0, // Skip to: 105 |
| /* 85 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 98 |
| /* 89 */ MCD_OPC_CheckField, 5, 7, 0, 3, 0, // Skip to: 98 |
| /* 95 */ MCD_OPC_Decode, 29, 0, // Opcode: ADDrr |
| /* 98 */ MCD_OPC_CheckPredicate, 0, 108, 29, // Skip to: 7634 |
| /* 102 */ MCD_OPC_Decode, 30, 1, // Opcode: ADDrsi |
| /* 105 */ MCD_OPC_FilterValue, 3, 101, 29, // Skip to: 7634 |
| /* 109 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 123 |
| /* 113 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 123 |
| /* 119 */ MCD_OPC_Decode, 229, 2, 0, // Opcode: SBCrr |
| /* 123 */ MCD_OPC_CheckPredicate, 0, 83, 29, // Skip to: 7634 |
| /* 127 */ MCD_OPC_Decode, 230, 2, 1, // Opcode: SBCrsi |
| /* 131 */ MCD_OPC_FilterValue, 1, 75, 29, // Skip to: 7634 |
| /* 135 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 138 */ MCD_OPC_FilterValue, 0, 49, 0, // Skip to: 191 |
| /* 142 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 145 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 156 |
| /* 149 */ MCD_OPC_CheckPredicate, 0, 57, 29, // Skip to: 7634 |
| /* 153 */ MCD_OPC_Decode, 42, 2, // Opcode: ANDrsr |
| /* 156 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 168 |
| /* 160 */ MCD_OPC_CheckPredicate, 0, 46, 29, // Skip to: 7634 |
| /* 164 */ MCD_OPC_Decode, 251, 3, 2, // Opcode: SUBrsr |
| /* 168 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 179 |
| /* 172 */ MCD_OPC_CheckPredicate, 0, 34, 29, // Skip to: 7634 |
| /* 176 */ MCD_OPC_Decode, 31, 2, // Opcode: ADDrsr |
| /* 179 */ MCD_OPC_FilterValue, 3, 27, 29, // Skip to: 7634 |
| /* 183 */ MCD_OPC_CheckPredicate, 0, 23, 29, // Skip to: 7634 |
| /* 187 */ MCD_OPC_Decode, 231, 2, 3, // Opcode: SBCrsr |
| /* 191 */ MCD_OPC_FilterValue, 1, 15, 29, // Skip to: 7634 |
| /* 195 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 198 */ MCD_OPC_FilterValue, 0, 62, 0, // Skip to: 264 |
| /* 202 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 205 */ MCD_OPC_FilterValue, 0, 13, 0, // Skip to: 222 |
| /* 209 */ MCD_OPC_CheckPredicate, 1, 253, 28, // Skip to: 7634 |
| /* 213 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 218 */ MCD_OPC_Decode, 160, 2, 4, // Opcode: MUL |
| /* 222 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 240 |
| /* 226 */ MCD_OPC_CheckPredicate, 1, 236, 28, // Skip to: 7634 |
| /* 230 */ MCD_OPC_CheckField, 20, 1, 0, 230, 28, // Skip to: 7634 |
| /* 236 */ MCD_OPC_Decode, 159, 4, 5, // Opcode: UMAAL |
| /* 240 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 252 |
| /* 244 */ MCD_OPC_CheckPredicate, 1, 218, 28, // Skip to: 7634 |
| /* 248 */ MCD_OPC_Decode, 162, 4, 6, // Opcode: UMULL |
| /* 252 */ MCD_OPC_FilterValue, 3, 210, 28, // Skip to: 7634 |
| /* 256 */ MCD_OPC_CheckPredicate, 1, 206, 28, // Skip to: 7634 |
| /* 260 */ MCD_OPC_Decode, 155, 3, 6, // Opcode: SMULL |
| /* 264 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 295 |
| /* 268 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 271 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 283 |
| /* 275 */ MCD_OPC_CheckPredicate, 0, 187, 28, // Skip to: 7634 |
| /* 279 */ MCD_OPC_Decode, 229, 3, 7, // Opcode: STRH_POST |
| /* 283 */ MCD_OPC_FilterValue, 1, 179, 28, // Skip to: 7634 |
| /* 287 */ MCD_OPC_CheckPredicate, 0, 175, 28, // Skip to: 7634 |
| /* 291 */ MCD_OPC_Decode, 220, 1, 7, // Opcode: LDRH_POST |
| /* 295 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 326 |
| /* 299 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 302 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 314 |
| /* 306 */ MCD_OPC_CheckPredicate, 0, 156, 28, // Skip to: 7634 |
| /* 310 */ MCD_OPC_Decode, 211, 1, 7, // Opcode: LDRD_POST |
| /* 314 */ MCD_OPC_FilterValue, 1, 148, 28, // Skip to: 7634 |
| /* 318 */ MCD_OPC_CheckPredicate, 0, 144, 28, // Skip to: 7634 |
| /* 322 */ MCD_OPC_Decode, 228, 1, 7, // Opcode: LDRSB_POST |
| /* 326 */ MCD_OPC_FilterValue, 3, 136, 28, // Skip to: 7634 |
| /* 330 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 333 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 345 |
| /* 337 */ MCD_OPC_CheckPredicate, 0, 125, 28, // Skip to: 7634 |
| /* 341 */ MCD_OPC_Decode, 220, 3, 7, // Opcode: STRD_POST |
| /* 345 */ MCD_OPC_FilterValue, 1, 117, 28, // Skip to: 7634 |
| /* 349 */ MCD_OPC_CheckPredicate, 0, 113, 28, // Skip to: 7634 |
| /* 353 */ MCD_OPC_Decode, 233, 1, 7, // Opcode: LDRSH_POST |
| /* 357 */ MCD_OPC_FilterValue, 1, 105, 28, // Skip to: 7634 |
| /* 361 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 364 */ MCD_OPC_FilterValue, 0, 172, 1, // Skip to: 796 |
| /* 368 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 371 */ MCD_OPC_FilterValue, 0, 99, 1, // Skip to: 730 |
| /* 375 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 378 */ MCD_OPC_FilterValue, 0, 25, 1, // Skip to: 663 |
| /* 382 */ MCD_OPC_ExtractField, 28, 4, // Inst{31-28} ... |
| /* 385 */ MCD_OPC_FilterValue, 14, 59, 0, // Skip to: 448 |
| /* 389 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 392 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 420 |
| /* 396 */ MCD_OPC_CheckPredicate, 2, 149, 0, // Skip to: 549 |
| /* 400 */ MCD_OPC_CheckField, 6, 2, 1, 143, 0, // Skip to: 549 |
| /* 406 */ MCD_OPC_CheckField, 4, 1, 0, 137, 0, // Skip to: 549 |
| /* 412 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 416 */ MCD_OPC_Decode, 138, 1, 8, // Opcode: CRC32B |
| /* 420 */ MCD_OPC_FilterValue, 1, 125, 0, // Skip to: 549 |
| /* 424 */ MCD_OPC_CheckPredicate, 2, 121, 0, // Skip to: 549 |
| /* 428 */ MCD_OPC_CheckField, 6, 2, 1, 115, 0, // Skip to: 549 |
| /* 434 */ MCD_OPC_CheckField, 4, 1, 0, 109, 0, // Skip to: 549 |
| /* 440 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 444 */ MCD_OPC_Decode, 139, 1, 8, // Opcode: CRC32CB |
| /* 448 */ MCD_OPC_FilterValue, 15, 97, 0, // Skip to: 549 |
| /* 452 */ MCD_OPC_ExtractField, 10, 8, // Inst{17-10} ... |
| /* 455 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 479 |
| /* 459 */ MCD_OPC_CheckPredicate, 0, 86, 0, // Skip to: 549 |
| /* 463 */ MCD_OPC_CheckField, 9, 1, 0, 80, 0, // Skip to: 549 |
| /* 469 */ MCD_OPC_CheckField, 0, 5, 0, 74, 0, // Skip to: 549 |
| /* 475 */ MCD_OPC_Decode, 136, 1, 9, // Opcode: CPS2p |
| /* 479 */ MCD_OPC_FilterValue, 64, 26, 0, // Skip to: 509 |
| /* 483 */ MCD_OPC_CheckPredicate, 0, 62, 0, // Skip to: 549 |
| /* 487 */ MCD_OPC_CheckField, 18, 2, 0, 56, 0, // Skip to: 549 |
| /* 493 */ MCD_OPC_CheckField, 6, 3, 0, 50, 0, // Skip to: 549 |
| /* 499 */ MCD_OPC_CheckField, 0, 5, 0, 44, 0, // Skip to: 549 |
| /* 505 */ MCD_OPC_Decode, 235, 2, 10, // Opcode: SETEND |
| /* 509 */ MCD_OPC_FilterValue, 128, 1, 35, 0, // Skip to: 549 |
| /* 514 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 517 */ MCD_OPC_FilterValue, 0, 28, 0, // Skip to: 549 |
| /* 521 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 541 |
| /* 525 */ MCD_OPC_CheckField, 18, 2, 0, 10, 0, // Skip to: 541 |
| /* 531 */ MCD_OPC_CheckField, 6, 3, 0, 4, 0, // Skip to: 541 |
| /* 537 */ MCD_OPC_Decode, 135, 1, 9, // Opcode: CPS1p |
| /* 541 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 549 |
| /* 545 */ MCD_OPC_Decode, 137, 1, 9, // Opcode: CPS3p |
| /* 549 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 552 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 588 |
| /* 556 */ MCD_OPC_CheckPredicate, 0, 150, 3, // Skip to: 1478 |
| /* 560 */ MCD_OPC_CheckField, 16, 1, 1, 144, 3, // Skip to: 1478 |
| /* 566 */ MCD_OPC_CheckField, 9, 1, 0, 138, 3, // Skip to: 1478 |
| /* 572 */ MCD_OPC_CheckField, 4, 1, 0, 132, 3, // Skip to: 1478 |
| /* 578 */ MCD_OPC_SoftFail, 143, 26 /* 0xD0F */, 128, 128, 56 /* 0xE0000 */, |
| /* 584 */ MCD_OPC_Decode, 156, 2, 11, // Opcode: MRS |
| /* 588 */ MCD_OPC_FilterValue, 1, 18, 0, // Skip to: 610 |
| /* 592 */ MCD_OPC_CheckPredicate, 0, 114, 3, // Skip to: 1478 |
| /* 596 */ MCD_OPC_CheckField, 4, 1, 1, 108, 3, // Skip to: 1478 |
| /* 602 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 606 */ MCD_OPC_Decode, 188, 2, 12, // Opcode: QADD |
| /* 610 */ MCD_OPC_FilterValue, 2, 31, 0, // Skip to: 645 |
| /* 614 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 617 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 629 |
| /* 621 */ MCD_OPC_CheckPredicate, 3, 85, 3, // Skip to: 1478 |
| /* 625 */ MCD_OPC_Decode, 253, 2, 13, // Opcode: SMLABB |
| /* 629 */ MCD_OPC_FilterValue, 1, 77, 3, // Skip to: 1478 |
| /* 633 */ MCD_OPC_CheckPredicate, 4, 73, 3, // Skip to: 1478 |
| /* 637 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 641 */ MCD_OPC_Decode, 253, 3, 14, // Opcode: SWP |
| /* 645 */ MCD_OPC_FilterValue, 3, 61, 3, // Skip to: 1478 |
| /* 649 */ MCD_OPC_CheckPredicate, 3, 57, 3, // Skip to: 1478 |
| /* 653 */ MCD_OPC_CheckField, 4, 1, 0, 51, 3, // Skip to: 1478 |
| /* 659 */ MCD_OPC_Decode, 254, 2, 13, // Opcode: SMLABT |
| /* 663 */ MCD_OPC_FilterValue, 1, 43, 3, // Skip to: 1478 |
| /* 667 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 670 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 694 |
| /* 674 */ MCD_OPC_CheckPredicate, 5, 32, 3, // Skip to: 1478 |
| /* 678 */ MCD_OPC_CheckField, 28, 4, 14, 26, 3, // Skip to: 1478 |
| /* 684 */ MCD_OPC_CheckField, 4, 1, 1, 20, 3, // Skip to: 1478 |
| /* 690 */ MCD_OPC_Decode, 161, 1, 15, // Opcode: HLT |
| /* 694 */ MCD_OPC_FilterValue, 2, 14, 0, // Skip to: 712 |
| /* 698 */ MCD_OPC_CheckPredicate, 3, 8, 3, // Skip to: 1478 |
| /* 702 */ MCD_OPC_CheckField, 4, 1, 0, 2, 3, // Skip to: 1478 |
| /* 708 */ MCD_OPC_Decode, 137, 3, 13, // Opcode: SMLATB |
| /* 712 */ MCD_OPC_FilterValue, 3, 250, 2, // Skip to: 1478 |
| /* 716 */ MCD_OPC_CheckPredicate, 3, 246, 2, // Skip to: 1478 |
| /* 720 */ MCD_OPC_CheckField, 4, 1, 0, 240, 2, // Skip to: 1478 |
| /* 726 */ MCD_OPC_Decode, 138, 3, 13, // Opcode: SMLATT |
| /* 730 */ MCD_OPC_FilterValue, 1, 232, 2, // Skip to: 1478 |
| /* 734 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 737 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 773 |
| /* 741 */ MCD_OPC_CheckPredicate, 0, 15, 0, // Skip to: 760 |
| /* 745 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, // Skip to: 760 |
| /* 751 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 756 */ MCD_OPC_Decode, 145, 4, 16, // Opcode: TSTrr |
| /* 760 */ MCD_OPC_CheckPredicate, 0, 202, 2, // Skip to: 1478 |
| /* 764 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 769 */ MCD_OPC_Decode, 146, 4, 17, // Opcode: TSTrsi |
| /* 773 */ MCD_OPC_FilterValue, 1, 189, 2, // Skip to: 1478 |
| /* 777 */ MCD_OPC_CheckPredicate, 0, 185, 2, // Skip to: 1478 |
| /* 781 */ MCD_OPC_CheckField, 7, 1, 0, 179, 2, // Skip to: 1478 |
| /* 787 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 792 */ MCD_OPC_Decode, 147, 4, 18, // Opcode: TSTrsr |
| /* 796 */ MCD_OPC_FilterValue, 1, 1, 1, // Skip to: 1057 |
| /* 800 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 803 */ MCD_OPC_FilterValue, 0, 169, 0, // Skip to: 976 |
| /* 807 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 810 */ MCD_OPC_FilterValue, 0, 126, 0, // Skip to: 940 |
| /* 814 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 817 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 841 |
| /* 821 */ MCD_OPC_CheckPredicate, 0, 141, 2, // Skip to: 1478 |
| /* 825 */ MCD_OPC_CheckField, 9, 1, 0, 135, 2, // Skip to: 1478 |
| /* 831 */ MCD_OPC_SoftFail, 143, 26 /* 0xD0F */, 128, 128, 60 /* 0xF0000 */, |
| /* 837 */ MCD_OPC_Decode, 157, 2, 11, // Opcode: MRSsys |
| /* 841 */ MCD_OPC_FilterValue, 2, 47, 0, // Skip to: 892 |
| /* 845 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 848 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 870 |
| /* 852 */ MCD_OPC_CheckPredicate, 2, 110, 2, // Skip to: 1478 |
| /* 856 */ MCD_OPC_CheckField, 28, 4, 14, 104, 2, // Skip to: 1478 |
| /* 862 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 866 */ MCD_OPC_Decode, 143, 1, 8, // Opcode: CRC32W |
| /* 870 */ MCD_OPC_FilterValue, 1, 92, 2, // Skip to: 1478 |
| /* 874 */ MCD_OPC_CheckPredicate, 2, 88, 2, // Skip to: 1478 |
| /* 878 */ MCD_OPC_CheckField, 28, 4, 14, 82, 2, // Skip to: 1478 |
| /* 884 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 888 */ MCD_OPC_Decode, 141, 1, 8, // Opcode: CRC32CW |
| /* 892 */ MCD_OPC_FilterValue, 4, 8, 0, // Skip to: 904 |
| /* 896 */ MCD_OPC_CheckPredicate, 3, 66, 2, // Skip to: 1478 |
| /* 900 */ MCD_OPC_Decode, 130, 3, 19, // Opcode: SMLALBB |
| /* 904 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 916 |
| /* 908 */ MCD_OPC_CheckPredicate, 3, 54, 2, // Skip to: 1478 |
| /* 912 */ MCD_OPC_Decode, 134, 3, 19, // Opcode: SMLALTB |
| /* 916 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 928 |
| /* 920 */ MCD_OPC_CheckPredicate, 3, 42, 2, // Skip to: 1478 |
| /* 924 */ MCD_OPC_Decode, 131, 3, 19, // Opcode: SMLALBT |
| /* 928 */ MCD_OPC_FilterValue, 7, 34, 2, // Skip to: 1478 |
| /* 932 */ MCD_OPC_CheckPredicate, 3, 30, 2, // Skip to: 1478 |
| /* 936 */ MCD_OPC_Decode, 135, 3, 19, // Opcode: SMLALTT |
| /* 940 */ MCD_OPC_FilterValue, 1, 22, 2, // Skip to: 1478 |
| /* 944 */ MCD_OPC_CheckPredicate, 0, 15, 0, // Skip to: 963 |
| /* 948 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, // Skip to: 963 |
| /* 954 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 959 */ MCD_OPC_Decode, 130, 1, 16, // Opcode: CMPrr |
| /* 963 */ MCD_OPC_CheckPredicate, 0, 255, 1, // Skip to: 1478 |
| /* 967 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 972 */ MCD_OPC_Decode, 131, 1, 17, // Opcode: CMPrsi |
| /* 976 */ MCD_OPC_FilterValue, 1, 242, 1, // Skip to: 1478 |
| /* 980 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 983 */ MCD_OPC_FilterValue, 0, 42, 0, // Skip to: 1029 |
| /* 987 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 990 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 1012 |
| /* 994 */ MCD_OPC_CheckPredicate, 0, 224, 1, // Skip to: 1478 |
| /* 998 */ MCD_OPC_CheckField, 5, 2, 2, 218, 1, // Skip to: 1478 |
| /* 1004 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 1008 */ MCD_OPC_Decode, 192, 2, 20, // Opcode: QDADD |
| /* 1012 */ MCD_OPC_FilterValue, 1, 206, 1, // Skip to: 1478 |
| /* 1016 */ MCD_OPC_CheckPredicate, 0, 202, 1, // Skip to: 1478 |
| /* 1020 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 1025 */ MCD_OPC_Decode, 132, 1, 18, // Opcode: CMPrsr |
| /* 1029 */ MCD_OPC_FilterValue, 1, 189, 1, // Skip to: 1478 |
| /* 1033 */ MCD_OPC_CheckPredicate, 4, 185, 1, // Skip to: 1478 |
| /* 1037 */ MCD_OPC_CheckField, 20, 1, 0, 179, 1, // Skip to: 1478 |
| /* 1043 */ MCD_OPC_CheckField, 5, 2, 0, 173, 1, // Skip to: 1478 |
| /* 1049 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 1053 */ MCD_OPC_Decode, 254, 3, 14, // Opcode: SWPB |
| /* 1057 */ MCD_OPC_FilterValue, 2, 208, 0, // Skip to: 1269 |
| /* 1061 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 1064 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 1090 |
| /* 1068 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1082 |
| /* 1072 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 1082 |
| /* 1078 */ MCD_OPC_Decode, 168, 2, 0, // Opcode: ORRrr |
| /* 1082 */ MCD_OPC_CheckPredicate, 0, 136, 1, // Skip to: 1478 |
| /* 1086 */ MCD_OPC_Decode, 169, 2, 1, // Opcode: ORRrsi |
| /* 1090 */ MCD_OPC_FilterValue, 1, 128, 1, // Skip to: 1478 |
| /* 1094 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 1097 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1109 |
| /* 1101 */ MCD_OPC_CheckPredicate, 0, 117, 1, // Skip to: 1478 |
| /* 1105 */ MCD_OPC_Decode, 170, 2, 2, // Opcode: ORRrsr |
| /* 1109 */ MCD_OPC_FilterValue, 1, 109, 1, // Skip to: 1478 |
| /* 1113 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1116 */ MCD_OPC_FilterValue, 12, 51, 0, // Skip to: 1171 |
| /* 1120 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1123 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 1147 |
| /* 1127 */ MCD_OPC_CheckPredicate, 5, 91, 1, // Skip to: 1478 |
| /* 1131 */ MCD_OPC_CheckField, 12, 4, 15, 85, 1, // Skip to: 1478 |
| /* 1137 */ MCD_OPC_CheckField, 5, 2, 0, 79, 1, // Skip to: 1478 |
| /* 1143 */ MCD_OPC_Decode, 192, 3, 21, // Opcode: STL |
| /* 1147 */ MCD_OPC_FilterValue, 1, 71, 1, // Skip to: 1478 |
| /* 1151 */ MCD_OPC_CheckPredicate, 5, 67, 1, // Skip to: 1478 |
| /* 1155 */ MCD_OPC_CheckField, 5, 2, 0, 61, 1, // Skip to: 1478 |
| /* 1161 */ MCD_OPC_CheckField, 0, 4, 15, 55, 1, // Skip to: 1478 |
| /* 1167 */ MCD_OPC_Decode, 168, 1, 22, // Opcode: LDA |
| /* 1171 */ MCD_OPC_FilterValue, 14, 45, 0, // Skip to: 1220 |
| /* 1175 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1178 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 1196 |
| /* 1182 */ MCD_OPC_CheckPredicate, 5, 36, 1, // Skip to: 1478 |
| /* 1186 */ MCD_OPC_CheckField, 5, 2, 0, 30, 1, // Skip to: 1478 |
| /* 1192 */ MCD_OPC_Decode, 194, 3, 23, // Opcode: STLEX |
| /* 1196 */ MCD_OPC_FilterValue, 1, 22, 1, // Skip to: 1478 |
| /* 1200 */ MCD_OPC_CheckPredicate, 5, 18, 1, // Skip to: 1478 |
| /* 1204 */ MCD_OPC_CheckField, 5, 2, 0, 12, 1, // Skip to: 1478 |
| /* 1210 */ MCD_OPC_CheckField, 0, 4, 15, 6, 1, // Skip to: 1478 |
| /* 1216 */ MCD_OPC_Decode, 170, 1, 22, // Opcode: LDAEX |
| /* 1220 */ MCD_OPC_FilterValue, 15, 254, 0, // Skip to: 1478 |
| /* 1224 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1227 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 1245 |
| /* 1231 */ MCD_OPC_CheckPredicate, 0, 243, 0, // Skip to: 1478 |
| /* 1235 */ MCD_OPC_CheckField, 5, 2, 0, 237, 0, // Skip to: 1478 |
| /* 1241 */ MCD_OPC_Decode, 222, 3, 23, // Opcode: STREX |
| /* 1245 */ MCD_OPC_FilterValue, 1, 229, 0, // Skip to: 1478 |
| /* 1249 */ MCD_OPC_CheckPredicate, 0, 225, 0, // Skip to: 1478 |
| /* 1253 */ MCD_OPC_CheckField, 5, 2, 0, 219, 0, // Skip to: 1478 |
| /* 1259 */ MCD_OPC_CheckField, 0, 4, 15, 213, 0, // Skip to: 1478 |
| /* 1265 */ MCD_OPC_Decode, 213, 1, 22, // Opcode: LDREX |
| /* 1269 */ MCD_OPC_FilterValue, 3, 205, 0, // Skip to: 1478 |
| /* 1273 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 1276 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 1300 |
| /* 1280 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 1293 |
| /* 1284 */ MCD_OPC_CheckField, 5, 7, 0, 3, 0, // Skip to: 1293 |
| /* 1290 */ MCD_OPC_Decode, 101, 0, // Opcode: BICrr |
| /* 1293 */ MCD_OPC_CheckPredicate, 0, 181, 0, // Skip to: 1478 |
| /* 1297 */ MCD_OPC_Decode, 102, 1, // Opcode: BICrsi |
| /* 1300 */ MCD_OPC_FilterValue, 1, 174, 0, // Skip to: 1478 |
| /* 1304 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 1307 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 1318 |
| /* 1311 */ MCD_OPC_CheckPredicate, 0, 163, 0, // Skip to: 1478 |
| /* 1315 */ MCD_OPC_Decode, 103, 2, // Opcode: BICrsr |
| /* 1318 */ MCD_OPC_FilterValue, 1, 156, 0, // Skip to: 1478 |
| /* 1322 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1325 */ MCD_OPC_FilterValue, 12, 51, 0, // Skip to: 1380 |
| /* 1329 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1332 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 1356 |
| /* 1336 */ MCD_OPC_CheckPredicate, 5, 138, 0, // Skip to: 1478 |
| /* 1340 */ MCD_OPC_CheckField, 12, 4, 15, 132, 0, // Skip to: 1478 |
| /* 1346 */ MCD_OPC_CheckField, 5, 2, 0, 126, 0, // Skip to: 1478 |
| /* 1352 */ MCD_OPC_Decode, 193, 3, 21, // Opcode: STLB |
| /* 1356 */ MCD_OPC_FilterValue, 1, 118, 0, // Skip to: 1478 |
| /* 1360 */ MCD_OPC_CheckPredicate, 5, 114, 0, // Skip to: 1478 |
| /* 1364 */ MCD_OPC_CheckField, 5, 2, 0, 108, 0, // Skip to: 1478 |
| /* 1370 */ MCD_OPC_CheckField, 0, 4, 15, 102, 0, // Skip to: 1478 |
| /* 1376 */ MCD_OPC_Decode, 169, 1, 22, // Opcode: LDAB |
| /* 1380 */ MCD_OPC_FilterValue, 14, 45, 0, // Skip to: 1429 |
| /* 1384 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1387 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 1405 |
| /* 1391 */ MCD_OPC_CheckPredicate, 5, 83, 0, // Skip to: 1478 |
| /* 1395 */ MCD_OPC_CheckField, 5, 2, 0, 77, 0, // Skip to: 1478 |
| /* 1401 */ MCD_OPC_Decode, 195, 3, 23, // Opcode: STLEXB |
| /* 1405 */ MCD_OPC_FilterValue, 1, 69, 0, // Skip to: 1478 |
| /* 1409 */ MCD_OPC_CheckPredicate, 5, 65, 0, // Skip to: 1478 |
| /* 1413 */ MCD_OPC_CheckField, 5, 2, 0, 59, 0, // Skip to: 1478 |
| /* 1419 */ MCD_OPC_CheckField, 0, 4, 15, 53, 0, // Skip to: 1478 |
| /* 1425 */ MCD_OPC_Decode, 171, 1, 22, // Opcode: LDAEXB |
| /* 1429 */ MCD_OPC_FilterValue, 15, 45, 0, // Skip to: 1478 |
| /* 1433 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1436 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 1454 |
| /* 1440 */ MCD_OPC_CheckPredicate, 0, 34, 0, // Skip to: 1478 |
| /* 1444 */ MCD_OPC_CheckField, 5, 2, 0, 28, 0, // Skip to: 1478 |
| /* 1450 */ MCD_OPC_Decode, 223, 3, 23, // Opcode: STREXB |
| /* 1454 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 1478 |
| /* 1458 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 1478 |
| /* 1462 */ MCD_OPC_CheckField, 5, 2, 0, 10, 0, // Skip to: 1478 |
| /* 1468 */ MCD_OPC_CheckField, 0, 4, 15, 4, 0, // Skip to: 1478 |
| /* 1474 */ MCD_OPC_Decode, 214, 1, 22, // Opcode: LDREXB |
| /* 1478 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 1481 */ MCD_OPC_FilterValue, 11, 27, 0, // Skip to: 1512 |
| /* 1485 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1488 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1500 |
| /* 1492 */ MCD_OPC_CheckPredicate, 0, 250, 23, // Skip to: 7634 |
| /* 1496 */ MCD_OPC_Decode, 226, 3, 7, // Opcode: STRH |
| /* 1500 */ MCD_OPC_FilterValue, 1, 242, 23, // Skip to: 7634 |
| /* 1504 */ MCD_OPC_CheckPredicate, 0, 238, 23, // Skip to: 7634 |
| /* 1508 */ MCD_OPC_Decode, 217, 1, 7, // Opcode: LDRH |
| /* 1512 */ MCD_OPC_FilterValue, 13, 27, 0, // Skip to: 1543 |
| /* 1516 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1519 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1531 |
| /* 1523 */ MCD_OPC_CheckPredicate, 3, 219, 23, // Skip to: 7634 |
| /* 1527 */ MCD_OPC_Decode, 209, 1, 7, // Opcode: LDRD |
| /* 1531 */ MCD_OPC_FilterValue, 1, 211, 23, // Skip to: 7634 |
| /* 1535 */ MCD_OPC_CheckPredicate, 0, 207, 23, // Skip to: 7634 |
| /* 1539 */ MCD_OPC_Decode, 225, 1, 7, // Opcode: LDRSB |
| /* 1543 */ MCD_OPC_FilterValue, 15, 199, 23, // Skip to: 7634 |
| /* 1547 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1550 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1562 |
| /* 1554 */ MCD_OPC_CheckPredicate, 3, 188, 23, // Skip to: 7634 |
| /* 1558 */ MCD_OPC_Decode, 218, 3, 7, // Opcode: STRD |
| /* 1562 */ MCD_OPC_FilterValue, 1, 180, 23, // Skip to: 7634 |
| /* 1566 */ MCD_OPC_CheckPredicate, 0, 176, 23, // Skip to: 7634 |
| /* 1570 */ MCD_OPC_Decode, 230, 1, 7, // Opcode: LDRSH |
| /* 1574 */ MCD_OPC_FilterValue, 1, 168, 23, // Skip to: 7634 |
| /* 1578 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 1581 */ MCD_OPC_FilterValue, 0, 36, 2, // Skip to: 2133 |
| /* 1585 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 1588 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 1647 |
| /* 1592 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1595 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 1621 |
| /* 1599 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1613 |
| /* 1603 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 1613 |
| /* 1609 */ MCD_OPC_Decode, 148, 1, 0, // Opcode: EORrr |
| /* 1613 */ MCD_OPC_CheckPredicate, 0, 129, 23, // Skip to: 7634 |
| /* 1617 */ MCD_OPC_Decode, 149, 1, 1, // Opcode: EORrsi |
| /* 1621 */ MCD_OPC_FilterValue, 1, 121, 23, // Skip to: 7634 |
| /* 1625 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1639 |
| /* 1629 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 1639 |
| /* 1635 */ MCD_OPC_Decode, 218, 2, 0, // Opcode: RSBrr |
| /* 1639 */ MCD_OPC_CheckPredicate, 0, 103, 23, // Skip to: 7634 |
| /* 1643 */ MCD_OPC_Decode, 219, 2, 1, // Opcode: RSBrsi |
| /* 1647 */ MCD_OPC_FilterValue, 1, 53, 0, // Skip to: 1704 |
| /* 1651 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1654 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 1678 |
| /* 1658 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 1671 |
| /* 1662 */ MCD_OPC_CheckField, 5, 7, 0, 3, 0, // Skip to: 1671 |
| /* 1668 */ MCD_OPC_Decode, 21, 0, // Opcode: ADCrr |
| /* 1671 */ MCD_OPC_CheckPredicate, 0, 71, 23, // Skip to: 7634 |
| /* 1675 */ MCD_OPC_Decode, 22, 1, // Opcode: ADCrsi |
| /* 1678 */ MCD_OPC_FilterValue, 1, 64, 23, // Skip to: 7634 |
| /* 1682 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 1696 |
| /* 1686 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 1696 |
| /* 1692 */ MCD_OPC_Decode, 222, 2, 0, // Opcode: RSCrr |
| /* 1696 */ MCD_OPC_CheckPredicate, 0, 46, 23, // Skip to: 7634 |
| /* 1700 */ MCD_OPC_Decode, 223, 2, 1, // Opcode: RSCrsi |
| /* 1704 */ MCD_OPC_FilterValue, 2, 61, 1, // Skip to: 2025 |
| /* 1708 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 1711 */ MCD_OPC_FilterValue, 0, 233, 0, // Skip to: 1948 |
| /* 1715 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 1718 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1737 |
| /* 1722 */ MCD_OPC_CheckPredicate, 0, 20, 23, // Skip to: 7634 |
| /* 1726 */ MCD_OPC_CheckField, 8, 8, 240, 1, 13, 23, // Skip to: 7634 |
| /* 1733 */ MCD_OPC_Decode, 158, 2, 24, // Opcode: MSR |
| /* 1737 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 1761 |
| /* 1741 */ MCD_OPC_CheckPredicate, 0, 1, 23, // Skip to: 7634 |
| /* 1745 */ MCD_OPC_CheckField, 22, 1, 0, 251, 22, // Skip to: 7634 |
| /* 1751 */ MCD_OPC_CheckField, 8, 12, 255, 31, 244, 22, // Skip to: 7634 |
| /* 1758 */ MCD_OPC_Decode, 116, 25, // Opcode: BXJ |
| /* 1761 */ MCD_OPC_FilterValue, 2, 59, 0, // Skip to: 1824 |
| /* 1765 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 1768 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1796 |
| /* 1772 */ MCD_OPC_CheckPredicate, 2, 226, 22, // Skip to: 7634 |
| /* 1776 */ MCD_OPC_CheckField, 28, 4, 14, 220, 22, // Skip to: 7634 |
| /* 1782 */ MCD_OPC_CheckField, 22, 1, 0, 214, 22, // Skip to: 7634 |
| /* 1788 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 1792 */ MCD_OPC_Decode, 142, 1, 8, // Opcode: CRC32H |
| /* 1796 */ MCD_OPC_FilterValue, 1, 202, 22, // Skip to: 7634 |
| /* 1800 */ MCD_OPC_CheckPredicate, 2, 198, 22, // Skip to: 7634 |
| /* 1804 */ MCD_OPC_CheckField, 28, 4, 14, 192, 22, // Skip to: 7634 |
| /* 1810 */ MCD_OPC_CheckField, 22, 1, 0, 186, 22, // Skip to: 7634 |
| /* 1816 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
| /* 1820 */ MCD_OPC_Decode, 140, 1, 8, // Opcode: CRC32CH |
| /* 1824 */ MCD_OPC_FilterValue, 4, 27, 0, // Skip to: 1855 |
| /* 1828 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1831 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1843 |
| /* 1835 */ MCD_OPC_CheckPredicate, 3, 163, 22, // Skip to: 7634 |
| /* 1839 */ MCD_OPC_Decode, 139, 3, 13, // Opcode: SMLAWB |
| /* 1843 */ MCD_OPC_FilterValue, 1, 155, 22, // Skip to: 7634 |
| /* 1847 */ MCD_OPC_CheckPredicate, 3, 151, 22, // Skip to: 7634 |
| /* 1851 */ MCD_OPC_Decode, 153, 3, 26, // Opcode: SMULBB |
| /* 1855 */ MCD_OPC_FilterValue, 5, 27, 0, // Skip to: 1886 |
| /* 1859 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1862 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1874 |
| /* 1866 */ MCD_OPC_CheckPredicate, 3, 132, 22, // Skip to: 7634 |
| /* 1870 */ MCD_OPC_Decode, 159, 3, 26, // Opcode: SMULWB |
| /* 1874 */ MCD_OPC_FilterValue, 1, 124, 22, // Skip to: 7634 |
| /* 1878 */ MCD_OPC_CheckPredicate, 3, 120, 22, // Skip to: 7634 |
| /* 1882 */ MCD_OPC_Decode, 157, 3, 26, // Opcode: SMULTB |
| /* 1886 */ MCD_OPC_FilterValue, 6, 27, 0, // Skip to: 1917 |
| /* 1890 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1893 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1905 |
| /* 1897 */ MCD_OPC_CheckPredicate, 3, 101, 22, // Skip to: 7634 |
| /* 1901 */ MCD_OPC_Decode, 140, 3, 13, // Opcode: SMLAWT |
| /* 1905 */ MCD_OPC_FilterValue, 1, 93, 22, // Skip to: 7634 |
| /* 1909 */ MCD_OPC_CheckPredicate, 3, 89, 22, // Skip to: 7634 |
| /* 1913 */ MCD_OPC_Decode, 154, 3, 26, // Opcode: SMULBT |
| /* 1917 */ MCD_OPC_FilterValue, 7, 81, 22, // Skip to: 7634 |
| /* 1921 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1924 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1936 |
| /* 1928 */ MCD_OPC_CheckPredicate, 3, 70, 22, // Skip to: 7634 |
| /* 1932 */ MCD_OPC_Decode, 160, 3, 26, // Opcode: SMULWT |
| /* 1936 */ MCD_OPC_FilterValue, 1, 62, 22, // Skip to: 7634 |
| /* 1940 */ MCD_OPC_CheckPredicate, 3, 58, 22, // Skip to: 7634 |
| /* 1944 */ MCD_OPC_Decode, 158, 3, 26, // Opcode: SMULTT |
| /* 1948 */ MCD_OPC_FilterValue, 1, 50, 22, // Skip to: 7634 |
| /* 1952 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1955 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 1991 |
| /* 1959 */ MCD_OPC_CheckPredicate, 0, 15, 0, // Skip to: 1978 |
| /* 1963 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, // Skip to: 1978 |
| /* 1969 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 1974 */ MCD_OPC_Decode, 138, 4, 16, // Opcode: TEQrr |
| /* 1978 */ MCD_OPC_CheckPredicate, 0, 20, 22, // Skip to: 7634 |
| /* 1982 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 1987 */ MCD_OPC_Decode, 139, 4, 17, // Opcode: TEQrsi |
| /* 1991 */ MCD_OPC_FilterValue, 1, 7, 22, // Skip to: 7634 |
| /* 1995 */ MCD_OPC_CheckPredicate, 0, 14, 0, // Skip to: 2013 |
| /* 1999 */ MCD_OPC_CheckField, 5, 7, 0, 8, 0, // Skip to: 2013 |
| /* 2005 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 2010 */ MCD_OPC_Decode, 126, 16, // Opcode: CMNzrr |
| /* 2013 */ MCD_OPC_CheckPredicate, 0, 241, 21, // Skip to: 7634 |
| /* 2017 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 2022 */ MCD_OPC_Decode, 127, 17, // Opcode: CMNzrsi |
| /* 2025 */ MCD_OPC_FilterValue, 3, 229, 21, // Skip to: 7634 |
| /* 2029 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2032 */ MCD_OPC_FilterValue, 0, 64, 0, // Skip to: 2100 |
| /* 2036 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 2057 |
| /* 2040 */ MCD_OPC_CheckField, 5, 16, 128, 15, 10, 0, // Skip to: 2057 |
| /* 2047 */ MCD_OPC_CheckField, 0, 4, 14, 4, 0, // Skip to: 2057 |
| /* 2053 */ MCD_OPC_Decode, 136, 2, 27, // Opcode: MOVPCLR |
| /* 2057 */ MCD_OPC_ExtractField, 5, 7, // Inst{11-5} ... |
| /* 2060 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 2086 |
| /* 2064 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 2078 |
| /* 2068 */ MCD_OPC_CheckField, 16, 4, 0, 4, 0, // Skip to: 2078 |
| /* 2074 */ MCD_OPC_Decode, 146, 2, 28, // Opcode: MOVr |
| /* 2078 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 2086 |
| /* 2082 */ MCD_OPC_Decode, 147, 2, 29, // Opcode: MOVr_TC |
| /* 2086 */ MCD_OPC_CheckPredicate, 0, 168, 21, // Skip to: 7634 |
| /* 2090 */ MCD_OPC_CheckField, 16, 4, 0, 162, 21, // Skip to: 7634 |
| /* 2096 */ MCD_OPC_Decode, 148, 2, 30, // Opcode: MOVsi |
| /* 2100 */ MCD_OPC_FilterValue, 1, 154, 21, // Skip to: 7634 |
| /* 2104 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 2107 */ MCD_OPC_FilterValue, 0, 147, 21, // Skip to: 7634 |
| /* 2111 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 2125 |
| /* 2115 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, // Skip to: 2125 |
| /* 2121 */ MCD_OPC_Decode, 164, 2, 28, // Opcode: MVNr |
| /* 2125 */ MCD_OPC_CheckPredicate, 0, 129, 21, // Skip to: 7634 |
| /* 2129 */ MCD_OPC_Decode, 165, 2, 30, // Opcode: MVNsi |
| /* 2133 */ MCD_OPC_FilterValue, 1, 121, 21, // Skip to: 7634 |
| /* 2137 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 2140 */ MCD_OPC_FilterValue, 0, 59, 1, // Skip to: 2459 |
| /* 2144 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... |
| /* 2147 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2159 |
| /* 2151 */ MCD_OPC_CheckPredicate, 0, 103, 21, // Skip to: 7634 |
| /* 2155 */ MCD_OPC_Decode, 150, 1, 2, // Opcode: EORrsr |
| /* 2159 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 2171 |
| /* 2163 */ MCD_OPC_CheckPredicate, 0, 91, 21, // Skip to: 7634 |
| /* 2167 */ MCD_OPC_Decode, 220, 2, 2, // Opcode: RSBrsr |
| /* 2171 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 2182 |
| /* 2175 */ MCD_OPC_CheckPredicate, 0, 79, 21, // Skip to: 7634 |
| /* 2179 */ MCD_OPC_Decode, 23, 3, // Opcode: ADCrsr |
| /* 2182 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 2194 |
| /* 2186 */ MCD_OPC_CheckPredicate, 0, 68, 21, // Skip to: 7634 |
| /* 2190 */ MCD_OPC_Decode, 224, 2, 2, // Opcode: RSCrsr |
| /* 2194 */ MCD_OPC_FilterValue, 4, 137, 0, // Skip to: 2335 |
| /* 2198 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2201 */ MCD_OPC_FilterValue, 0, 113, 0, // Skip to: 2318 |
| /* 2205 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 2208 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 2253 |
| /* 2212 */ MCD_OPC_ExtractField, 8, 12, // Inst{19-8} ... |
| /* 2215 */ MCD_OPC_FilterValue, 255, 31, 38, 21, // Skip to: 7634 |
| /* 2220 */ MCD_OPC_CheckPredicate, 6, 9, 0, // Skip to: 2233 |
| /* 2224 */ MCD_OPC_CheckField, 0, 4, 14, 3, 0, // Skip to: 2233 |
| /* 2230 */ MCD_OPC_Decode, 118, 27, // Opcode: BX_RET |
| /* 2233 */ MCD_OPC_CheckPredicate, 6, 9, 0, // Skip to: 2246 |
| /* 2237 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 2246 |
| /* 2243 */ MCD_OPC_Decode, 115, 31, // Opcode: BX |
| /* 2246 */ MCD_OPC_CheckPredicate, 6, 8, 21, // Skip to: 7634 |
| /* 2250 */ MCD_OPC_Decode, 119, 25, // Opcode: BX_pred |
| /* 2253 */ MCD_OPC_FilterValue, 1, 28, 0, // Skip to: 2285 |
| /* 2257 */ MCD_OPC_ExtractField, 8, 12, // Inst{19-8} ... |
| /* 2260 */ MCD_OPC_FilterValue, 255, 31, 249, 20, // Skip to: 7634 |
| /* 2265 */ MCD_OPC_CheckPredicate, 7, 9, 0, // Skip to: 2278 |
| /* 2269 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 2278 |
| /* 2275 */ MCD_OPC_Decode, 106, 31, // Opcode: BLX |
| /* 2278 */ MCD_OPC_CheckPredicate, 7, 232, 20, // Skip to: 7634 |
| /* 2282 */ MCD_OPC_Decode, 107, 25, // Opcode: BLX_pred |
| /* 2285 */ MCD_OPC_FilterValue, 2, 12, 0, // Skip to: 2301 |
| /* 2289 */ MCD_OPC_CheckPredicate, 0, 221, 20, // Skip to: 7634 |
| /* 2293 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 2297 */ MCD_OPC_Decode, 195, 2, 20, // Opcode: QSUB |
| /* 2301 */ MCD_OPC_FilterValue, 3, 209, 20, // Skip to: 7634 |
| /* 2305 */ MCD_OPC_CheckPredicate, 0, 205, 20, // Skip to: 7634 |
| /* 2309 */ MCD_OPC_CheckField, 28, 4, 14, 199, 20, // Skip to: 7634 |
| /* 2315 */ MCD_OPC_Decode, 104, 15, // Opcode: BKPT |
| /* 2318 */ MCD_OPC_FilterValue, 1, 192, 20, // Skip to: 7634 |
| /* 2322 */ MCD_OPC_CheckPredicate, 0, 188, 20, // Skip to: 7634 |
| /* 2326 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 2331 */ MCD_OPC_Decode, 140, 4, 18, // Opcode: TEQrsr |
| /* 2335 */ MCD_OPC_FilterValue, 5, 84, 0, // Skip to: 2423 |
| /* 2339 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2342 */ MCD_OPC_FilterValue, 0, 60, 0, // Skip to: 2406 |
| /* 2346 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 2349 */ MCD_OPC_FilterValue, 0, 19, 0, // Skip to: 2372 |
| /* 2353 */ MCD_OPC_CheckPredicate, 7, 157, 20, // Skip to: 7634 |
| /* 2357 */ MCD_OPC_CheckField, 16, 4, 15, 151, 20, // Skip to: 7634 |
| /* 2363 */ MCD_OPC_CheckField, 8, 4, 15, 145, 20, // Skip to: 7634 |
| /* 2369 */ MCD_OPC_Decode, 124, 32, // Opcode: CLZ |
| /* 2372 */ MCD_OPC_FilterValue, 2, 12, 0, // Skip to: 2388 |
| /* 2376 */ MCD_OPC_CheckPredicate, 0, 134, 20, // Skip to: 7634 |
| /* 2380 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 2384 */ MCD_OPC_Decode, 193, 2, 20, // Opcode: QDSUB |
| /* 2388 */ MCD_OPC_FilterValue, 3, 122, 20, // Skip to: 7634 |
| /* 2392 */ MCD_OPC_CheckPredicate, 8, 118, 20, // Skip to: 7634 |
| /* 2396 */ MCD_OPC_CheckField, 8, 12, 0, 112, 20, // Skip to: 7634 |
| /* 2402 */ MCD_OPC_Decode, 252, 2, 33, // Opcode: SMC |
| /* 2406 */ MCD_OPC_FilterValue, 1, 104, 20, // Skip to: 7634 |
| /* 2410 */ MCD_OPC_CheckPredicate, 0, 100, 20, // Skip to: 7634 |
| /* 2414 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 2419 */ MCD_OPC_Decode, 128, 1, 18, // Opcode: CMNzrsr |
| /* 2423 */ MCD_OPC_FilterValue, 6, 14, 0, // Skip to: 2441 |
| /* 2427 */ MCD_OPC_CheckPredicate, 0, 83, 20, // Skip to: 7634 |
| /* 2431 */ MCD_OPC_CheckField, 16, 4, 0, 77, 20, // Skip to: 7634 |
| /* 2437 */ MCD_OPC_Decode, 149, 2, 34, // Opcode: MOVsr |
| /* 2441 */ MCD_OPC_FilterValue, 7, 69, 20, // Skip to: 7634 |
| /* 2445 */ MCD_OPC_CheckPredicate, 0, 65, 20, // Skip to: 7634 |
| /* 2449 */ MCD_OPC_CheckField, 16, 4, 0, 59, 20, // Skip to: 7634 |
| /* 2455 */ MCD_OPC_Decode, 166, 2, 35, // Opcode: MVNsr |
| /* 2459 */ MCD_OPC_FilterValue, 1, 51, 20, // Skip to: 7634 |
| /* 2463 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 2466 */ MCD_OPC_FilterValue, 0, 6, 1, // Skip to: 2732 |
| /* 2470 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... |
| /* 2473 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2485 |
| /* 2477 */ MCD_OPC_CheckPredicate, 1, 33, 20, // Skip to: 7634 |
| /* 2481 */ MCD_OPC_Decode, 255, 1, 36, // Opcode: MLA |
| /* 2485 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 2503 |
| /* 2489 */ MCD_OPC_CheckPredicate, 9, 21, 20, // Skip to: 7634 |
| /* 2493 */ MCD_OPC_CheckField, 20, 1, 0, 15, 20, // Skip to: 7634 |
| /* 2499 */ MCD_OPC_Decode, 129, 2, 37, // Opcode: MLS |
| /* 2503 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 2515 |
| /* 2507 */ MCD_OPC_CheckPredicate, 1, 3, 20, // Skip to: 7634 |
| /* 2511 */ MCD_OPC_Decode, 160, 4, 38, // Opcode: UMLAL |
| /* 2515 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 2527 |
| /* 2519 */ MCD_OPC_CheckPredicate, 1, 247, 19, // Skip to: 7634 |
| /* 2523 */ MCD_OPC_Decode, 129, 3, 38, // Opcode: SMLAL |
| /* 2527 */ MCD_OPC_FilterValue, 6, 77, 0, // Skip to: 2608 |
| /* 2531 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 2534 */ MCD_OPC_FilterValue, 14, 33, 0, // Skip to: 2571 |
| /* 2538 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2541 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2553 |
| /* 2545 */ MCD_OPC_CheckPredicate, 5, 221, 19, // Skip to: 7634 |
| /* 2549 */ MCD_OPC_Decode, 196, 3, 39, // Opcode: STLEXD |
| /* 2553 */ MCD_OPC_FilterValue, 1, 213, 19, // Skip to: 7634 |
| /* 2557 */ MCD_OPC_CheckPredicate, 5, 209, 19, // Skip to: 7634 |
| /* 2561 */ MCD_OPC_CheckField, 0, 4, 15, 203, 19, // Skip to: 7634 |
| /* 2567 */ MCD_OPC_Decode, 172, 1, 40, // Opcode: LDAEXD |
| /* 2571 */ MCD_OPC_FilterValue, 15, 195, 19, // Skip to: 7634 |
| /* 2575 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2578 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2590 |
| /* 2582 */ MCD_OPC_CheckPredicate, 0, 184, 19, // Skip to: 7634 |
| /* 2586 */ MCD_OPC_Decode, 224, 3, 39, // Opcode: STREXD |
| /* 2590 */ MCD_OPC_FilterValue, 1, 176, 19, // Skip to: 7634 |
| /* 2594 */ MCD_OPC_CheckPredicate, 0, 172, 19, // Skip to: 7634 |
| /* 2598 */ MCD_OPC_CheckField, 0, 4, 15, 166, 19, // Skip to: 7634 |
| /* 2604 */ MCD_OPC_Decode, 215, 1, 40, // Opcode: LDREXD |
| /* 2608 */ MCD_OPC_FilterValue, 7, 158, 19, // Skip to: 7634 |
| /* 2612 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 2615 */ MCD_OPC_FilterValue, 12, 39, 0, // Skip to: 2658 |
| /* 2619 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2622 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2640 |
| /* 2626 */ MCD_OPC_CheckPredicate, 5, 140, 19, // Skip to: 7634 |
| /* 2630 */ MCD_OPC_CheckField, 12, 4, 15, 134, 19, // Skip to: 7634 |
| /* 2636 */ MCD_OPC_Decode, 198, 3, 21, // Opcode: STLH |
| /* 2640 */ MCD_OPC_FilterValue, 1, 126, 19, // Skip to: 7634 |
| /* 2644 */ MCD_OPC_CheckPredicate, 5, 122, 19, // Skip to: 7634 |
| /* 2648 */ MCD_OPC_CheckField, 0, 4, 15, 116, 19, // Skip to: 7634 |
| /* 2654 */ MCD_OPC_Decode, 174, 1, 22, // Opcode: LDAH |
| /* 2658 */ MCD_OPC_FilterValue, 14, 33, 0, // Skip to: 2695 |
| /* 2662 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2665 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2677 |
| /* 2669 */ MCD_OPC_CheckPredicate, 5, 97, 19, // Skip to: 7634 |
| /* 2673 */ MCD_OPC_Decode, 197, 3, 23, // Opcode: STLEXH |
| /* 2677 */ MCD_OPC_FilterValue, 1, 89, 19, // Skip to: 7634 |
| /* 2681 */ MCD_OPC_CheckPredicate, 5, 85, 19, // Skip to: 7634 |
| /* 2685 */ MCD_OPC_CheckField, 0, 4, 15, 79, 19, // Skip to: 7634 |
| /* 2691 */ MCD_OPC_Decode, 173, 1, 22, // Opcode: LDAEXH |
| /* 2695 */ MCD_OPC_FilterValue, 15, 71, 19, // Skip to: 7634 |
| /* 2699 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2702 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2714 |
| /* 2706 */ MCD_OPC_CheckPredicate, 0, 60, 19, // Skip to: 7634 |
| /* 2710 */ MCD_OPC_Decode, 225, 3, 23, // Opcode: STREXH |
| /* 2714 */ MCD_OPC_FilterValue, 1, 52, 19, // Skip to: 7634 |
| /* 2718 */ MCD_OPC_CheckPredicate, 0, 48, 19, // Skip to: 7634 |
| /* 2722 */ MCD_OPC_CheckField, 0, 4, 15, 42, 19, // Skip to: 7634 |
| /* 2728 */ MCD_OPC_Decode, 216, 1, 22, // Opcode: LDREXH |
| /* 2732 */ MCD_OPC_FilterValue, 1, 113, 0, // Skip to: 2849 |
| /* 2736 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2739 */ MCD_OPC_FilterValue, 0, 52, 0, // Skip to: 2795 |
| /* 2743 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 2746 */ MCD_OPC_FilterValue, 0, 33, 0, // Skip to: 2783 |
| /* 2750 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2753 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2771 |
| /* 2757 */ MCD_OPC_CheckPredicate, 0, 9, 19, // Skip to: 7634 |
| /* 2761 */ MCD_OPC_CheckField, 8, 4, 0, 3, 19, // Skip to: 7634 |
| /* 2767 */ MCD_OPC_Decode, 228, 3, 41, // Opcode: STRHTr |
| /* 2771 */ MCD_OPC_FilterValue, 1, 251, 18, // Skip to: 7634 |
| /* 2775 */ MCD_OPC_CheckPredicate, 0, 247, 18, // Skip to: 7634 |
| /* 2779 */ MCD_OPC_Decode, 227, 3, 42, // Opcode: STRHTi |
| /* 2783 */ MCD_OPC_FilterValue, 1, 239, 18, // Skip to: 7634 |
| /* 2787 */ MCD_OPC_CheckPredicate, 0, 235, 18, // Skip to: 7634 |
| /* 2791 */ MCD_OPC_Decode, 230, 3, 7, // Opcode: STRH_PRE |
| /* 2795 */ MCD_OPC_FilterValue, 1, 227, 18, // Skip to: 7634 |
| /* 2799 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 2802 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2837 |
| /* 2806 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2809 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2825 |
| /* 2813 */ MCD_OPC_CheckPredicate, 0, 209, 18, // Skip to: 7634 |
| /* 2817 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 2821 */ MCD_OPC_Decode, 219, 1, 43, // Opcode: LDRHTr |
| /* 2825 */ MCD_OPC_FilterValue, 1, 197, 18, // Skip to: 7634 |
| /* 2829 */ MCD_OPC_CheckPredicate, 0, 193, 18, // Skip to: 7634 |
| /* 2833 */ MCD_OPC_Decode, 218, 1, 44, // Opcode: LDRHTi |
| /* 2837 */ MCD_OPC_FilterValue, 1, 185, 18, // Skip to: 7634 |
| /* 2841 */ MCD_OPC_CheckPredicate, 0, 181, 18, // Skip to: 7634 |
| /* 2845 */ MCD_OPC_Decode, 221, 1, 7, // Opcode: LDRH_PRE |
| /* 2849 */ MCD_OPC_FilterValue, 2, 75, 0, // Skip to: 2928 |
| /* 2853 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2856 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2874 |
| /* 2860 */ MCD_OPC_CheckPredicate, 0, 162, 18, // Skip to: 7634 |
| /* 2864 */ MCD_OPC_CheckField, 24, 1, 1, 156, 18, // Skip to: 7634 |
| /* 2870 */ MCD_OPC_Decode, 212, 1, 7, // Opcode: LDRD_PRE |
| /* 2874 */ MCD_OPC_FilterValue, 1, 148, 18, // Skip to: 7634 |
| /* 2878 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 2881 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2916 |
| /* 2885 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2888 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2904 |
| /* 2892 */ MCD_OPC_CheckPredicate, 0, 130, 18, // Skip to: 7634 |
| /* 2896 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 2900 */ MCD_OPC_Decode, 227, 1, 43, // Opcode: LDRSBTr |
| /* 2904 */ MCD_OPC_FilterValue, 1, 118, 18, // Skip to: 7634 |
| /* 2908 */ MCD_OPC_CheckPredicate, 0, 114, 18, // Skip to: 7634 |
| /* 2912 */ MCD_OPC_Decode, 226, 1, 44, // Opcode: LDRSBTi |
| /* 2916 */ MCD_OPC_FilterValue, 1, 106, 18, // Skip to: 7634 |
| /* 2920 */ MCD_OPC_CheckPredicate, 0, 102, 18, // Skip to: 7634 |
| /* 2924 */ MCD_OPC_Decode, 229, 1, 7, // Opcode: LDRSB_PRE |
| /* 2928 */ MCD_OPC_FilterValue, 3, 94, 18, // Skip to: 7634 |
| /* 2932 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2935 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2953 |
| /* 2939 */ MCD_OPC_CheckPredicate, 0, 83, 18, // Skip to: 7634 |
| /* 2943 */ MCD_OPC_CheckField, 24, 1, 1, 77, 18, // Skip to: 7634 |
| /* 2949 */ MCD_OPC_Decode, 221, 3, 7, // Opcode: STRD_PRE |
| /* 2953 */ MCD_OPC_FilterValue, 1, 69, 18, // Skip to: 7634 |
| /* 2957 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 2960 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2995 |
| /* 2964 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2967 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2983 |
| /* 2971 */ MCD_OPC_CheckPredicate, 0, 51, 18, // Skip to: 7634 |
| /* 2975 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
| /* 2979 */ MCD_OPC_Decode, 232, 1, 43, // Opcode: LDRSHTr |
| /* 2983 */ MCD_OPC_FilterValue, 1, 39, 18, // Skip to: 7634 |
| /* 2987 */ MCD_OPC_CheckPredicate, 0, 35, 18, // Skip to: 7634 |
| /* 2991 */ MCD_OPC_Decode, 231, 1, 44, // Opcode: LDRSHTi |
| /* 2995 */ MCD_OPC_FilterValue, 1, 27, 18, // Skip to: 7634 |
| /* 2999 */ MCD_OPC_CheckPredicate, 0, 23, 18, // Skip to: 7634 |
| /* 3003 */ MCD_OPC_Decode, 234, 1, 7, // Opcode: LDRSH_PRE |
| /* 3007 */ MCD_OPC_FilterValue, 1, 151, 1, // Skip to: 3418 |
| /* 3011 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 3014 */ MCD_OPC_FilterValue, 0, 171, 0, // Skip to: 3189 |
| /* 3018 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3021 */ MCD_OPC_FilterValue, 0, 62, 0, // Skip to: 3087 |
| /* 3025 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 3028 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 3039 |
| /* 3032 */ MCD_OPC_CheckPredicate, 0, 38, 0, // Skip to: 3074 |
| /* 3036 */ MCD_OPC_Decode, 39, 45, // Opcode: ANDri |
| /* 3039 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3051 |
| /* 3043 */ MCD_OPC_CheckPredicate, 0, 27, 0, // Skip to: 3074 |
| /* 3047 */ MCD_OPC_Decode, 248, 3, 45, // Opcode: SUBri |
| /* 3051 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 3062 |
| /* 3055 */ MCD_OPC_CheckPredicate, 0, 15, 0, // Skip to: 3074 |
| /* 3059 */ MCD_OPC_Decode, 28, 45, // Opcode: ADDri |
| /* 3062 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 3074 |
| /* 3066 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 3074 |
| /* 3070 */ MCD_OPC_Decode, 228, 2, 45, // Opcode: SBCri |
| /* 3074 */ MCD_OPC_CheckPredicate, 0, 204, 17, // Skip to: 7634 |
| /* 3078 */ MCD_OPC_CheckField, 16, 5, 15, 198, 17, // Skip to: 7634 |
| /* 3084 */ MCD_OPC_Decode, 34, 46, // Opcode: ADR |
| /* 3087 */ MCD_OPC_FilterValue, 1, 191, 17, // Skip to: 7634 |
| /* 3091 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 3094 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 3130 |
| /* 3098 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 3101 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3113 |
| /* 3105 */ MCD_OPC_CheckPredicate, 9, 173, 17, // Skip to: 7634 |
| /* 3109 */ MCD_OPC_Decode, 143, 2, 47, // Opcode: MOVi16 |
| /* 3113 */ MCD_OPC_FilterValue, 1, 165, 17, // Skip to: 7634 |
| /* 3117 */ MCD_OPC_CheckPredicate, 0, 161, 17, // Skip to: 7634 |
| /* 3121 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 3126 */ MCD_OPC_Decode, 144, 4, 48, // Opcode: TSTri |
| /* 3130 */ MCD_OPC_FilterValue, 1, 32, 0, // Skip to: 3166 |
| /* 3134 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 3137 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3149 |
| /* 3141 */ MCD_OPC_CheckPredicate, 9, 137, 17, // Skip to: 7634 |
| /* 3145 */ MCD_OPC_Decode, 138, 2, 47, // Opcode: MOVTi16 |
| /* 3149 */ MCD_OPC_FilterValue, 1, 129, 17, // Skip to: 7634 |
| /* 3153 */ MCD_OPC_CheckPredicate, 0, 125, 17, // Skip to: 7634 |
| /* 3157 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 3162 */ MCD_OPC_Decode, 129, 1, 48, // Opcode: CMPri |
| /* 3166 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3178 |
| /* 3170 */ MCD_OPC_CheckPredicate, 0, 108, 17, // Skip to: 7634 |
| /* 3174 */ MCD_OPC_Decode, 167, 2, 45, // Opcode: ORRri |
| /* 3178 */ MCD_OPC_FilterValue, 3, 100, 17, // Skip to: 7634 |
| /* 3182 */ MCD_OPC_CheckPredicate, 0, 96, 17, // Skip to: 7634 |
| /* 3186 */ MCD_OPC_Decode, 100, 45, // Opcode: BICri |
| /* 3189 */ MCD_OPC_FilterValue, 1, 89, 17, // Skip to: 7634 |
| /* 3193 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 3196 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3227 |
| /* 3200 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 3203 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3215 |
| /* 3207 */ MCD_OPC_CheckPredicate, 0, 71, 17, // Skip to: 7634 |
| /* 3211 */ MCD_OPC_Decode, 147, 1, 45, // Opcode: EORri |
| /* 3215 */ MCD_OPC_FilterValue, 1, 63, 17, // Skip to: 7634 |
| /* 3219 */ MCD_OPC_CheckPredicate, 0, 59, 17, // Skip to: 7634 |
| /* 3223 */ MCD_OPC_Decode, 217, 2, 45, // Opcode: RSBri |
| /* 3227 */ MCD_OPC_FilterValue, 1, 26, 0, // Skip to: 3257 |
| /* 3231 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 3234 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 3245 |
| /* 3238 */ MCD_OPC_CheckPredicate, 0, 40, 17, // Skip to: 7634 |
| /* 3242 */ MCD_OPC_Decode, 20, 45, // Opcode: ADCri |
| /* 3245 */ MCD_OPC_FilterValue, 1, 33, 17, // Skip to: 7634 |
| /* 3249 */ MCD_OPC_CheckPredicate, 0, 29, 17, // Skip to: 7634 |
| /* 3253 */ MCD_OPC_Decode, 221, 2, 45, // Opcode: RSCri |
| /* 3257 */ MCD_OPC_FilterValue, 2, 114, 0, // Skip to: 3375 |
| /* 3261 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 3264 */ MCD_OPC_FilterValue, 0, 67, 0, // Skip to: 3335 |
| /* 3268 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 3271 */ MCD_OPC_FilterValue, 15, 7, 17, // Skip to: 7634 |
| /* 3275 */ MCD_OPC_CheckPredicate, 10, 22, 0, // Skip to: 3301 |
| /* 3279 */ MCD_OPC_CheckField, 22, 1, 0, 16, 0, // Skip to: 3301 |
| /* 3285 */ MCD_OPC_CheckField, 16, 4, 0, 10, 0, // Skip to: 3301 |
| /* 3291 */ MCD_OPC_CheckField, 4, 8, 15, 4, 0, // Skip to: 3301 |
| /* 3297 */ MCD_OPC_Decode, 144, 1, 33, // Opcode: DBG |
| /* 3301 */ MCD_OPC_CheckPredicate, 1, 22, 0, // Skip to: 3327 |
| /* 3305 */ MCD_OPC_CheckField, 22, 1, 0, 16, 0, // Skip to: 3327 |
| /* 3311 */ MCD_OPC_CheckField, 16, 4, 0, 10, 0, // Skip to: 3327 |
| /* 3317 */ MCD_OPC_CheckField, 8, 4, 0, 4, 0, // Skip to: 3327 |
| /* 3323 */ MCD_OPC_Decode, 160, 1, 49, // Opcode: HINT |
| /* 3327 */ MCD_OPC_CheckPredicate, 0, 207, 16, // Skip to: 7634 |
| /* 3331 */ MCD_OPC_Decode, 159, 2, 50, // Opcode: MSRi |
| /* 3335 */ MCD_OPC_FilterValue, 1, 199, 16, // Skip to: 7634 |
| /* 3339 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 3342 */ MCD_OPC_FilterValue, 0, 13, 0, // Skip to: 3359 |
| /* 3346 */ MCD_OPC_CheckPredicate, 0, 188, 16, // Skip to: 7634 |
| /* 3350 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 3355 */ MCD_OPC_Decode, 137, 4, 48, // Opcode: TEQri |
| /* 3359 */ MCD_OPC_FilterValue, 1, 175, 16, // Skip to: 7634 |
| /* 3363 */ MCD_OPC_CheckPredicate, 0, 171, 16, // Skip to: 7634 |
| /* 3367 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
| /* 3372 */ MCD_OPC_Decode, 125, 48, // Opcode: CMNri |
| /* 3375 */ MCD_OPC_FilterValue, 3, 159, 16, // Skip to: 7634 |
| /* 3379 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 3382 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 3400 |
| /* 3386 */ MCD_OPC_CheckPredicate, 0, 148, 16, // Skip to: 7634 |
| /* 3390 */ MCD_OPC_CheckField, 16, 4, 0, 142, 16, // Skip to: 7634 |
| /* 3396 */ MCD_OPC_Decode, 142, 2, 51, // Opcode: MOVi |
| /* 3400 */ MCD_OPC_FilterValue, 1, 134, 16, // Skip to: 7634 |
| /* 3404 */ MCD_OPC_CheckPredicate, 0, 130, 16, // Skip to: 7634 |
| /* 3408 */ MCD_OPC_CheckField, 16, 4, 0, 124, 16, // Skip to: 7634 |
| /* 3414 */ MCD_OPC_Decode, 163, 2, 51, // Opcode: MVNi |
| /* 3418 */ MCD_OPC_FilterValue, 2, 163, 1, // Skip to: 3841 |
| /* 3422 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 3425 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3456 |
| /* 3429 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3432 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3444 |
| /* 3436 */ MCD_OPC_CheckPredicate, 0, 98, 16, // Skip to: 7634 |
| /* 3440 */ MCD_OPC_Decode, 235, 3, 52, // Opcode: STR_POST_IMM |
| /* 3444 */ MCD_OPC_FilterValue, 1, 90, 16, // Skip to: 7634 |
| /* 3448 */ MCD_OPC_CheckPredicate, 0, 86, 16, // Skip to: 7634 |
| /* 3452 */ MCD_OPC_Decode, 239, 3, 53, // Opcode: STRi12 |
| /* 3456 */ MCD_OPC_FilterValue, 1, 47, 0, // Skip to: 3507 |
| /* 3460 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3463 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3475 |
| /* 3467 */ MCD_OPC_CheckPredicate, 0, 67, 16, // Skip to: 7634 |
| /* 3471 */ MCD_OPC_Decode, 238, 1, 52, // Opcode: LDR_POST_IMM |
| /* 3475 */ MCD_OPC_FilterValue, 1, 59, 16, // Skip to: 7634 |
| /* 3479 */ MCD_OPC_CheckPredicate, 11, 16, 0, // Skip to: 3499 |
| /* 3483 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3499 |
| /* 3489 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3499 |
| /* 3495 */ MCD_OPC_Decode, 182, 2, 54, // Opcode: PLDWi12 |
| /* 3499 */ MCD_OPC_CheckPredicate, 0, 35, 16, // Skip to: 7634 |
| /* 3503 */ MCD_OPC_Decode, 243, 1, 53, // Opcode: LDRi12 |
| /* 3507 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 3538 |
| /* 3511 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3514 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3526 |
| /* 3518 */ MCD_OPC_CheckPredicate, 0, 16, 16, // Skip to: 7634 |
| /* 3522 */ MCD_OPC_Decode, 233, 3, 52, // Opcode: STRT_POST_IMM |
| /* 3526 */ MCD_OPC_FilterValue, 1, 8, 16, // Skip to: 7634 |
| /* 3530 */ MCD_OPC_CheckPredicate, 0, 4, 16, // Skip to: 7634 |
| /* 3534 */ MCD_OPC_Decode, 237, 3, 55, // Opcode: STR_PRE_IMM |
| /* 3538 */ MCD_OPC_FilterValue, 3, 27, 0, // Skip to: 3569 |
| /* 3542 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3545 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3557 |
| /* 3549 */ MCD_OPC_CheckPredicate, 0, 241, 15, // Skip to: 7634 |
| /* 3553 */ MCD_OPC_Decode, 236, 1, 52, // Opcode: LDRT_POST_IMM |
| /* 3557 */ MCD_OPC_FilterValue, 1, 233, 15, // Skip to: 7634 |
| /* 3561 */ MCD_OPC_CheckPredicate, 0, 229, 15, // Skip to: 7634 |
| /* 3565 */ MCD_OPC_Decode, 240, 1, 56, // Opcode: LDR_PRE_IMM |
| /* 3569 */ MCD_OPC_FilterValue, 4, 27, 0, // Skip to: 3600 |
| /* 3573 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3576 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3588 |
| /* 3580 */ MCD_OPC_CheckPredicate, 0, 210, 15, // Skip to: 7634 |
| /* 3584 */ MCD_OPC_Decode, 210, 3, 52, // Opcode: STRB_POST_IMM |
| /* 3588 */ MCD_OPC_FilterValue, 1, 202, 15, // Skip to: 7634 |
| /* 3592 */ MCD_OPC_CheckPredicate, 0, 198, 15, // Skip to: 7634 |
| /* 3596 */ MCD_OPC_Decode, 214, 3, 57, // Opcode: STRBi12 |
| /* 3600 */ MCD_OPC_FilterValue, 5, 67, 0, // Skip to: 3671 |
| /* 3604 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3607 */ MCD_OPC_FilterValue, 0, 28, 0, // Skip to: 3639 |
| /* 3611 */ MCD_OPC_CheckPredicate, 10, 16, 0, // Skip to: 3631 |
| /* 3615 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3631 |
| /* 3621 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3631 |
| /* 3627 */ MCD_OPC_Decode, 186, 2, 54, // Opcode: PLIi12 |
| /* 3631 */ MCD_OPC_CheckPredicate, 0, 159, 15, // Skip to: 7634 |
| /* 3635 */ MCD_OPC_Decode, 203, 1, 52, // Opcode: LDRB_POST_IMM |
| /* 3639 */ MCD_OPC_FilterValue, 1, 151, 15, // Skip to: 7634 |
| /* 3643 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 3663 |
| /* 3647 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3663 |
| /* 3653 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3663 |
| /* 3659 */ MCD_OPC_Decode, 184, 2, 54, // Opcode: PLDi12 |
| /* 3663 */ MCD_OPC_CheckPredicate, 0, 127, 15, // Skip to: 7634 |
| /* 3667 */ MCD_OPC_Decode, 207, 1, 57, // Opcode: LDRBi12 |
| /* 3671 */ MCD_OPC_FilterValue, 6, 27, 0, // Skip to: 3702 |
| /* 3675 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3678 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3690 |
| /* 3682 */ MCD_OPC_CheckPredicate, 0, 108, 15, // Skip to: 7634 |
| /* 3686 */ MCD_OPC_Decode, 208, 3, 52, // Opcode: STRBT_POST_IMM |
| /* 3690 */ MCD_OPC_FilterValue, 1, 100, 15, // Skip to: 7634 |
| /* 3694 */ MCD_OPC_CheckPredicate, 0, 96, 15, // Skip to: 7634 |
| /* 3698 */ MCD_OPC_Decode, 212, 3, 55, // Opcode: STRB_PRE_IMM |
| /* 3702 */ MCD_OPC_FilterValue, 7, 88, 15, // Skip to: 7634 |
| /* 3706 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3709 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3721 |
| /* 3713 */ MCD_OPC_CheckPredicate, 0, 77, 15, // Skip to: 7634 |
| /* 3717 */ MCD_OPC_Decode, 201, 1, 52, // Opcode: LDRBT_POST_IMM |
| /* 3721 */ MCD_OPC_FilterValue, 1, 69, 15, // Skip to: 7634 |
| /* 3725 */ MCD_OPC_CheckPredicate, 10, 23, 0, // Skip to: 3752 |
| /* 3729 */ MCD_OPC_CheckField, 28, 4, 15, 17, 0, // Skip to: 3752 |
| /* 3735 */ MCD_OPC_CheckField, 23, 1, 0, 11, 0, // Skip to: 3752 |
| /* 3741 */ MCD_OPC_CheckField, 0, 20, 159, 224, 63, 3, 0, // Skip to: 3752 |
| /* 3749 */ MCD_OPC_Decode, 123, 58, // Opcode: CLREX |
| /* 3752 */ MCD_OPC_ExtractField, 4, 16, // Inst{19-4} ... |
| /* 3755 */ MCD_OPC_FilterValue, 132, 254, 3, 20, 0, // Skip to: 3781 |
| /* 3761 */ MCD_OPC_CheckPredicate, 12, 68, 0, // Skip to: 3833 |
| /* 3765 */ MCD_OPC_CheckField, 28, 4, 15, 62, 0, // Skip to: 3833 |
| /* 3771 */ MCD_OPC_CheckField, 23, 1, 0, 56, 0, // Skip to: 3833 |
| /* 3777 */ MCD_OPC_Decode, 146, 1, 59, // Opcode: DSB |
| /* 3781 */ MCD_OPC_FilterValue, 133, 254, 3, 20, 0, // Skip to: 3807 |
| /* 3787 */ MCD_OPC_CheckPredicate, 12, 42, 0, // Skip to: 3833 |
| /* 3791 */ MCD_OPC_CheckField, 28, 4, 15, 36, 0, // Skip to: 3833 |
| /* 3797 */ MCD_OPC_CheckField, 23, 1, 0, 30, 0, // Skip to: 3833 |
| /* 3803 */ MCD_OPC_Decode, 145, 1, 59, // Opcode: DMB |
| /* 3807 */ MCD_OPC_FilterValue, 134, 254, 3, 20, 0, // Skip to: 3833 |
| /* 3813 */ MCD_OPC_CheckPredicate, 12, 16, 0, // Skip to: 3833 |
| /* 3817 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3833 |
| /* 3823 */ MCD_OPC_CheckField, 23, 1, 0, 4, 0, // Skip to: 3833 |
| /* 3829 */ MCD_OPC_Decode, 162, 1, 60, // Opcode: ISB |
| /* 3833 */ MCD_OPC_CheckPredicate, 0, 213, 14, // Skip to: 7634 |
| /* 3837 */ MCD_OPC_Decode, 205, 1, 56, // Opcode: LDRB_PRE_IMM |
| /* 3841 */ MCD_OPC_FilterValue, 3, 27, 9, // Skip to: 6176 |
| /* 3845 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
| /* 3848 */ MCD_OPC_FilterValue, 0, 109, 2, // Skip to: 4473 |
| /* 3852 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 3855 */ MCD_OPC_FilterValue, 0, 85, 0, // Skip to: 3944 |
| /* 3859 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 3862 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3893 |
| /* 3866 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3869 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3881 |
| /* 3873 */ MCD_OPC_CheckPredicate, 0, 173, 14, // Skip to: 7634 |
| /* 3877 */ MCD_OPC_Decode, 236, 3, 52, // Opcode: STR_POST_REG |
| /* 3881 */ MCD_OPC_FilterValue, 1, 165, 14, // Skip to: 7634 |
| /* 3885 */ MCD_OPC_CheckPredicate, 0, 161, 14, // Skip to: 7634 |
| /* 3889 */ MCD_OPC_Decode, 242, 3, 61, // Opcode: STRrs |
| /* 3893 */ MCD_OPC_FilterValue, 1, 153, 14, // Skip to: 7634 |
| /* 3897 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 3900 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3912 |
| /* 3904 */ MCD_OPC_CheckPredicate, 0, 142, 14, // Skip to: 7634 |
| /* 3908 */ MCD_OPC_Decode, 239, 1, 52, // Opcode: LDR_POST_REG |
| /* 3912 */ MCD_OPC_FilterValue, 1, 134, 14, // Skip to: 7634 |
| /* 3916 */ MCD_OPC_CheckPredicate, 11, 16, 0, // Skip to: 3936 |
| /* 3920 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3936 |
| /* 3926 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3936 |
| /* 3932 */ MCD_OPC_Decode, 183, 2, 62, // Opcode: PLDWrs |
| /* 3936 */ MCD_OPC_CheckPredicate, 0, 110, 14, // Skip to: 7634 |
| /* 3940 */ MCD_OPC_Decode, 244, 1, 61, // Opcode: LDRrs |
| /* 3944 */ MCD_OPC_FilterValue, 1, 102, 14, // Skip to: 7634 |
| /* 3948 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 3951 */ MCD_OPC_FilterValue, 0, 176, 0, // Skip to: 4131 |
| /* 3955 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 3958 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 4009 |
| /* 3962 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3965 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 3987 |
| /* 3969 */ MCD_OPC_CheckPredicate, 0, 77, 14, // Skip to: 7634 |
| /* 3973 */ MCD_OPC_CheckField, 20, 1, 1, 71, 14, // Skip to: 7634 |
| /* 3979 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 3983 */ MCD_OPC_Decode, 225, 2, 63, // Opcode: SADD16 |
| /* 3987 */ MCD_OPC_FilterValue, 1, 59, 14, // Skip to: 7634 |
| /* 3991 */ MCD_OPC_CheckPredicate, 0, 55, 14, // Skip to: 7634 |
| /* 3995 */ MCD_OPC_CheckField, 20, 1, 1, 49, 14, // Skip to: 7634 |
| /* 4001 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4005 */ MCD_OPC_Decode, 226, 2, 63, // Opcode: SADD8 |
| /* 4009 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 4027 |
| /* 4013 */ MCD_OPC_CheckPredicate, 1, 33, 14, // Skip to: 7634 |
| /* 4017 */ MCD_OPC_CheckField, 20, 1, 0, 27, 14, // Skip to: 7634 |
| /* 4023 */ MCD_OPC_Decode, 180, 2, 64, // Opcode: PKHBT |
| /* 4027 */ MCD_OPC_FilterValue, 2, 60, 0, // Skip to: 4091 |
| /* 4031 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4034 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 4067 |
| /* 4038 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4041 */ MCD_OPC_FilterValue, 0, 5, 14, // Skip to: 7634 |
| /* 4045 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4059 |
| /* 4049 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4059 |
| /* 4055 */ MCD_OPC_Decode, 151, 3, 65, // Opcode: SMUAD |
| /* 4059 */ MCD_OPC_CheckPredicate, 1, 243, 13, // Skip to: 7634 |
| /* 4063 */ MCD_OPC_Decode, 255, 2, 66, // Opcode: SMLAD |
| /* 4067 */ MCD_OPC_FilterValue, 1, 235, 13, // Skip to: 7634 |
| /* 4071 */ MCD_OPC_CheckPredicate, 13, 231, 13, // Skip to: 7634 |
| /* 4075 */ MCD_OPC_CheckField, 12, 4, 15, 225, 13, // Skip to: 7634 |
| /* 4081 */ MCD_OPC_CheckField, 7, 1, 0, 219, 13, // Skip to: 7634 |
| /* 4087 */ MCD_OPC_Decode, 233, 2, 26, // Opcode: SDIV |
| /* 4091 */ MCD_OPC_FilterValue, 3, 211, 13, // Skip to: 7634 |
| /* 4095 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4098 */ MCD_OPC_FilterValue, 0, 204, 13, // Skip to: 7634 |
| /* 4102 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4105 */ MCD_OPC_FilterValue, 0, 197, 13, // Skip to: 7634 |
| /* 4109 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4123 |
| /* 4113 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4123 |
| /* 4119 */ MCD_OPC_Decode, 170, 4, 26, // Opcode: USAD8 |
| /* 4123 */ MCD_OPC_CheckPredicate, 1, 179, 13, // Skip to: 7634 |
| /* 4127 */ MCD_OPC_Decode, 171, 4, 37, // Opcode: USADA8 |
| /* 4131 */ MCD_OPC_FilterValue, 1, 99, 0, // Skip to: 4234 |
| /* 4135 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 4138 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4166 |
| /* 4142 */ MCD_OPC_CheckPredicate, 0, 160, 13, // Skip to: 7634 |
| /* 4146 */ MCD_OPC_CheckField, 20, 1, 1, 154, 13, // Skip to: 7634 |
| /* 4152 */ MCD_OPC_CheckField, 7, 1, 0, 148, 13, // Skip to: 7634 |
| /* 4158 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4162 */ MCD_OPC_Decode, 227, 2, 63, // Opcode: SASX |
| /* 4166 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 4194 |
| /* 4170 */ MCD_OPC_CheckPredicate, 1, 132, 13, // Skip to: 7634 |
| /* 4174 */ MCD_OPC_CheckField, 20, 1, 0, 126, 13, // Skip to: 7634 |
| /* 4180 */ MCD_OPC_CheckField, 7, 1, 1, 120, 13, // Skip to: 7634 |
| /* 4186 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4190 */ MCD_OPC_Decode, 234, 2, 67, // Opcode: SEL |
| /* 4194 */ MCD_OPC_FilterValue, 2, 108, 13, // Skip to: 7634 |
| /* 4198 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4201 */ MCD_OPC_FilterValue, 0, 101, 13, // Skip to: 7634 |
| /* 4205 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4208 */ MCD_OPC_FilterValue, 0, 94, 13, // Skip to: 7634 |
| /* 4212 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4226 |
| /* 4216 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4226 |
| /* 4222 */ MCD_OPC_Decode, 152, 3, 65, // Opcode: SMUADX |
| /* 4226 */ MCD_OPC_CheckPredicate, 1, 76, 13, // Skip to: 7634 |
| /* 4230 */ MCD_OPC_Decode, 128, 3, 66, // Opcode: SMLADX |
| /* 4234 */ MCD_OPC_FilterValue, 2, 89, 0, // Skip to: 4327 |
| /* 4238 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 4241 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4269 |
| /* 4245 */ MCD_OPC_CheckPredicate, 0, 57, 13, // Skip to: 7634 |
| /* 4249 */ MCD_OPC_CheckField, 20, 1, 1, 51, 13, // Skip to: 7634 |
| /* 4255 */ MCD_OPC_CheckField, 7, 1, 0, 45, 13, // Skip to: 7634 |
| /* 4261 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4265 */ MCD_OPC_Decode, 173, 3, 63, // Opcode: SSAX |
| /* 4269 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 4287 |
| /* 4273 */ MCD_OPC_CheckPredicate, 1, 29, 13, // Skip to: 7634 |
| /* 4277 */ MCD_OPC_CheckField, 20, 1, 0, 23, 13, // Skip to: 7634 |
| /* 4283 */ MCD_OPC_Decode, 181, 2, 64, // Opcode: PKHTB |
| /* 4287 */ MCD_OPC_FilterValue, 2, 15, 13, // Skip to: 7634 |
| /* 4291 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4294 */ MCD_OPC_FilterValue, 0, 8, 13, // Skip to: 7634 |
| /* 4298 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4301 */ MCD_OPC_FilterValue, 0, 1, 13, // Skip to: 7634 |
| /* 4305 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4319 |
| /* 4309 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4319 |
| /* 4315 */ MCD_OPC_Decode, 161, 3, 65, // Opcode: SMUSD |
| /* 4319 */ MCD_OPC_CheckPredicate, 1, 239, 12, // Skip to: 7634 |
| /* 4323 */ MCD_OPC_Decode, 141, 3, 66, // Opcode: SMLSD |
| /* 4327 */ MCD_OPC_FilterValue, 3, 231, 12, // Skip to: 7634 |
| /* 4331 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 4334 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 4385 |
| /* 4338 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4341 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 4363 |
| /* 4345 */ MCD_OPC_CheckPredicate, 0, 213, 12, // Skip to: 7634 |
| /* 4349 */ MCD_OPC_CheckField, 20, 1, 1, 207, 12, // Skip to: 7634 |
| /* 4355 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4359 */ MCD_OPC_Decode, 174, 3, 63, // Opcode: SSUB16 |
| /* 4363 */ MCD_OPC_FilterValue, 1, 195, 12, // Skip to: 7634 |
| /* 4367 */ MCD_OPC_CheckPredicate, 0, 191, 12, // Skip to: 7634 |
| /* 4371 */ MCD_OPC_CheckField, 20, 1, 1, 185, 12, // Skip to: 7634 |
| /* 4377 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4381 */ MCD_OPC_Decode, 175, 3, 63, // Opcode: SSUB8 |
| /* 4385 */ MCD_OPC_FilterValue, 1, 44, 0, // Skip to: 4433 |
| /* 4389 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4392 */ MCD_OPC_FilterValue, 0, 166, 12, // Skip to: 7634 |
| /* 4396 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4399 */ MCD_OPC_FilterValue, 0, 159, 12, // Skip to: 7634 |
| /* 4403 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4421 |
| /* 4407 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4421 |
| /* 4413 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4417 */ MCD_OPC_Decode, 131, 4, 68, // Opcode: SXTB16 |
| /* 4421 */ MCD_OPC_CheckPredicate, 1, 137, 12, // Skip to: 7634 |
| /* 4425 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4429 */ MCD_OPC_Decode, 128, 4, 69, // Opcode: SXTAB16 |
| /* 4433 */ MCD_OPC_FilterValue, 2, 125, 12, // Skip to: 7634 |
| /* 4437 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4440 */ MCD_OPC_FilterValue, 0, 118, 12, // Skip to: 7634 |
| /* 4444 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4447 */ MCD_OPC_FilterValue, 0, 111, 12, // Skip to: 7634 |
| /* 4451 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4465 |
| /* 4455 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4465 |
| /* 4461 */ MCD_OPC_Decode, 162, 3, 65, // Opcode: SMUSDX |
| /* 4465 */ MCD_OPC_CheckPredicate, 1, 93, 12, // Skip to: 7634 |
| /* 4469 */ MCD_OPC_Decode, 142, 3, 66, // Opcode: SMLSDX |
| /* 4473 */ MCD_OPC_FilterValue, 1, 30, 2, // Skip to: 5019 |
| /* 4477 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 4480 */ MCD_OPC_FilterValue, 0, 65, 0, // Skip to: 4549 |
| /* 4484 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4487 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 4518 |
| /* 4491 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 4494 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4506 |
| /* 4498 */ MCD_OPC_CheckPredicate, 0, 60, 12, // Skip to: 7634 |
| /* 4502 */ MCD_OPC_Decode, 234, 3, 52, // Opcode: STRT_POST_REG |
| /* 4506 */ MCD_OPC_FilterValue, 1, 52, 12, // Skip to: 7634 |
| /* 4510 */ MCD_OPC_CheckPredicate, 0, 48, 12, // Skip to: 7634 |
| /* 4514 */ MCD_OPC_Decode, 238, 3, 70, // Opcode: STR_PRE_REG |
| /* 4518 */ MCD_OPC_FilterValue, 1, 40, 12, // Skip to: 7634 |
| /* 4522 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 4525 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4537 |
| /* 4529 */ MCD_OPC_CheckPredicate, 0, 29, 12, // Skip to: 7634 |
| /* 4533 */ MCD_OPC_Decode, 237, 1, 52, // Opcode: LDRT_POST_REG |
| /* 4537 */ MCD_OPC_FilterValue, 1, 21, 12, // Skip to: 7634 |
| /* 4541 */ MCD_OPC_CheckPredicate, 0, 17, 12, // Skip to: 7634 |
| /* 4545 */ MCD_OPC_Decode, 241, 1, 71, // Opcode: LDR_PRE_REG |
| /* 4549 */ MCD_OPC_FilterValue, 1, 9, 12, // Skip to: 7634 |
| /* 4553 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 4556 */ MCD_OPC_FilterValue, 0, 237, 0, // Skip to: 4797 |
| /* 4560 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 4563 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 4602 |
| /* 4567 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4570 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4586 |
| /* 4574 */ MCD_OPC_CheckPredicate, 0, 240, 11, // Skip to: 7634 |
| /* 4578 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4582 */ MCD_OPC_Decode, 189, 2, 63, // Opcode: QADD16 |
| /* 4586 */ MCD_OPC_FilterValue, 1, 228, 11, // Skip to: 7634 |
| /* 4590 */ MCD_OPC_CheckPredicate, 0, 224, 11, // Skip to: 7634 |
| /* 4594 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4598 */ MCD_OPC_Decode, 246, 2, 63, // Opcode: SHADD16 |
| /* 4602 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 4641 |
| /* 4606 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4609 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4625 |
| /* 4613 */ MCD_OPC_CheckPredicate, 0, 201, 11, // Skip to: 7634 |
| /* 4617 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4621 */ MCD_OPC_Decode, 191, 2, 63, // Opcode: QASX |
| /* 4625 */ MCD_OPC_FilterValue, 1, 189, 11, // Skip to: 7634 |
| /* 4629 */ MCD_OPC_CheckPredicate, 0, 185, 11, // Skip to: 7634 |
| /* 4633 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4637 */ MCD_OPC_Decode, 248, 2, 63, // Opcode: SHASX |
| /* 4641 */ MCD_OPC_FilterValue, 2, 35, 0, // Skip to: 4680 |
| /* 4645 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4648 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4664 |
| /* 4652 */ MCD_OPC_CheckPredicate, 0, 162, 11, // Skip to: 7634 |
| /* 4656 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4660 */ MCD_OPC_Decode, 194, 2, 63, // Opcode: QSAX |
| /* 4664 */ MCD_OPC_FilterValue, 1, 150, 11, // Skip to: 7634 |
| /* 4668 */ MCD_OPC_CheckPredicate, 0, 146, 11, // Skip to: 7634 |
| /* 4672 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4676 */ MCD_OPC_Decode, 249, 2, 63, // Opcode: SHSAX |
| /* 4680 */ MCD_OPC_FilterValue, 3, 35, 0, // Skip to: 4719 |
| /* 4684 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4687 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4703 |
| /* 4691 */ MCD_OPC_CheckPredicate, 0, 123, 11, // Skip to: 7634 |
| /* 4695 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4699 */ MCD_OPC_Decode, 196, 2, 63, // Opcode: QSUB16 |
| /* 4703 */ MCD_OPC_FilterValue, 1, 111, 11, // Skip to: 7634 |
| /* 4707 */ MCD_OPC_CheckPredicate, 0, 107, 11, // Skip to: 7634 |
| /* 4711 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4715 */ MCD_OPC_Decode, 250, 2, 63, // Opcode: SHSUB16 |
| /* 4719 */ MCD_OPC_FilterValue, 4, 35, 0, // Skip to: 4758 |
| /* 4723 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4726 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4742 |
| /* 4730 */ MCD_OPC_CheckPredicate, 0, 84, 11, // Skip to: 7634 |
| /* 4734 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4738 */ MCD_OPC_Decode, 190, 2, 63, // Opcode: QADD8 |
| /* 4742 */ MCD_OPC_FilterValue, 1, 72, 11, // Skip to: 7634 |
| /* 4746 */ MCD_OPC_CheckPredicate, 0, 68, 11, // Skip to: 7634 |
| /* 4750 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4754 */ MCD_OPC_Decode, 247, 2, 63, // Opcode: SHADD8 |
| /* 4758 */ MCD_OPC_FilterValue, 7, 56, 11, // Skip to: 7634 |
| /* 4762 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4765 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4781 |
| /* 4769 */ MCD_OPC_CheckPredicate, 0, 45, 11, // Skip to: 7634 |
| /* 4773 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4777 */ MCD_OPC_Decode, 197, 2, 63, // Opcode: QSUB8 |
| /* 4781 */ MCD_OPC_FilterValue, 1, 33, 11, // Skip to: 7634 |
| /* 4785 */ MCD_OPC_CheckPredicate, 0, 29, 11, // Skip to: 7634 |
| /* 4789 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 4793 */ MCD_OPC_Decode, 251, 2, 63, // Opcode: SHSUB8 |
| /* 4797 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 4971 |
| /* 4801 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 4804 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4816 |
| /* 4808 */ MCD_OPC_CheckPredicate, 0, 6, 11, // Skip to: 7634 |
| /* 4812 */ MCD_OPC_Decode, 171, 3, 72, // Opcode: SSAT |
| /* 4816 */ MCD_OPC_FilterValue, 1, 254, 10, // Skip to: 7634 |
| /* 4820 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 4823 */ MCD_OPC_FilterValue, 0, 45, 0, // Skip to: 4872 |
| /* 4827 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4830 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 4848 |
| /* 4834 */ MCD_OPC_CheckPredicate, 0, 236, 10, // Skip to: 7634 |
| /* 4838 */ MCD_OPC_CheckField, 8, 4, 15, 230, 10, // Skip to: 7634 |
| /* 4844 */ MCD_OPC_Decode, 172, 3, 73, // Opcode: SSAT16 |
| /* 4848 */ MCD_OPC_FilterValue, 1, 222, 10, // Skip to: 7634 |
| /* 4852 */ MCD_OPC_CheckPredicate, 1, 218, 10, // Skip to: 7634 |
| /* 4856 */ MCD_OPC_CheckField, 16, 4, 15, 212, 10, // Skip to: 7634 |
| /* 4862 */ MCD_OPC_CheckField, 8, 4, 15, 206, 10, // Skip to: 7634 |
| /* 4868 */ MCD_OPC_Decode, 199, 2, 32, // Opcode: REV |
| /* 4872 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 4947 |
| /* 4876 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4879 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 4913 |
| /* 4883 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4901 |
| /* 4887 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4901 |
| /* 4893 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4897 */ MCD_OPC_Decode, 130, 4, 68, // Opcode: SXTB |
| /* 4901 */ MCD_OPC_CheckPredicate, 1, 169, 10, // Skip to: 7634 |
| /* 4905 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4909 */ MCD_OPC_Decode, 255, 3, 69, // Opcode: SXTAB |
| /* 4913 */ MCD_OPC_FilterValue, 1, 157, 10, // Skip to: 7634 |
| /* 4917 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4935 |
| /* 4921 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4935 |
| /* 4927 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4931 */ MCD_OPC_Decode, 132, 4, 68, // Opcode: SXTH |
| /* 4935 */ MCD_OPC_CheckPredicate, 1, 135, 10, // Skip to: 7634 |
| /* 4939 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 4943 */ MCD_OPC_Decode, 129, 4, 69, // Opcode: SXTAH |
| /* 4947 */ MCD_OPC_FilterValue, 2, 123, 10, // Skip to: 7634 |
| /* 4951 */ MCD_OPC_CheckPredicate, 1, 119, 10, // Skip to: 7634 |
| /* 4955 */ MCD_OPC_CheckField, 16, 5, 31, 113, 10, // Skip to: 7634 |
| /* 4961 */ MCD_OPC_CheckField, 8, 4, 15, 107, 10, // Skip to: 7634 |
| /* 4967 */ MCD_OPC_Decode, 200, 2, 32, // Opcode: REV16 |
| /* 4971 */ MCD_OPC_FilterValue, 2, 26, 0, // Skip to: 5001 |
| /* 4975 */ MCD_OPC_CheckPredicate, 13, 95, 10, // Skip to: 7634 |
| /* 4979 */ MCD_OPC_CheckField, 20, 1, 1, 89, 10, // Skip to: 7634 |
| /* 4985 */ MCD_OPC_CheckField, 12, 4, 15, 83, 10, // Skip to: 7634 |
| /* 4991 */ MCD_OPC_CheckField, 5, 3, 0, 77, 10, // Skip to: 7634 |
| /* 4997 */ MCD_OPC_Decode, 152, 4, 26, // Opcode: UDIV |
| /* 5001 */ MCD_OPC_FilterValue, 3, 69, 10, // Skip to: 7634 |
| /* 5005 */ MCD_OPC_CheckPredicate, 9, 65, 10, // Skip to: 7634 |
| /* 5009 */ MCD_OPC_CheckField, 5, 2, 2, 59, 10, // Skip to: 7634 |
| /* 5015 */ MCD_OPC_Decode, 232, 2, 74, // Opcode: SBFX |
| /* 5019 */ MCD_OPC_FilterValue, 2, 67, 2, // Skip to: 5602 |
| /* 5023 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 5026 */ MCD_OPC_FilterValue, 0, 105, 0, // Skip to: 5135 |
| /* 5030 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5033 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 5064 |
| /* 5037 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 5040 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5052 |
| /* 5044 */ MCD_OPC_CheckPredicate, 0, 26, 10, // Skip to: 7634 |
| /* 5048 */ MCD_OPC_Decode, 211, 3, 52, // Opcode: STRB_POST_REG |
| /* 5052 */ MCD_OPC_FilterValue, 1, 18, 10, // Skip to: 7634 |
| /* 5056 */ MCD_OPC_CheckPredicate, 0, 14, 10, // Skip to: 7634 |
| /* 5060 */ MCD_OPC_Decode, 217, 3, 75, // Opcode: STRBrs |
| /* 5064 */ MCD_OPC_FilterValue, 1, 6, 10, // Skip to: 7634 |
| /* 5068 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 5071 */ MCD_OPC_FilterValue, 0, 28, 0, // Skip to: 5103 |
| /* 5075 */ MCD_OPC_CheckPredicate, 10, 16, 0, // Skip to: 5095 |
| /* 5079 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 5095 |
| /* 5085 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5095 |
| /* 5091 */ MCD_OPC_Decode, 187, 2, 62, // Opcode: PLIrs |
| /* 5095 */ MCD_OPC_CheckPredicate, 0, 231, 9, // Skip to: 7634 |
| /* 5099 */ MCD_OPC_Decode, 204, 1, 52, // Opcode: LDRB_POST_REG |
| /* 5103 */ MCD_OPC_FilterValue, 1, 223, 9, // Skip to: 7634 |
| /* 5107 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 5127 |
| /* 5111 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 5127 |
| /* 5117 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5127 |
| /* 5123 */ MCD_OPC_Decode, 185, 2, 62, // Opcode: PLDrs |
| /* 5127 */ MCD_OPC_CheckPredicate, 0, 199, 9, // Skip to: 7634 |
| /* 5131 */ MCD_OPC_Decode, 208, 1, 75, // Opcode: LDRBrs |
| /* 5135 */ MCD_OPC_FilterValue, 1, 191, 9, // Skip to: 7634 |
| /* 5139 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 5142 */ MCD_OPC_FilterValue, 0, 136, 0, // Skip to: 5282 |
| /* 5146 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 5149 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 5200 |
| /* 5153 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5156 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5178 |
| /* 5160 */ MCD_OPC_CheckPredicate, 0, 166, 9, // Skip to: 7634 |
| /* 5164 */ MCD_OPC_CheckField, 20, 1, 1, 160, 9, // Skip to: 7634 |
| /* 5170 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5174 */ MCD_OPC_Decode, 148, 4, 63, // Opcode: UADD16 |
| /* 5178 */ MCD_OPC_FilterValue, 1, 148, 9, // Skip to: 7634 |
| /* 5182 */ MCD_OPC_CheckPredicate, 0, 144, 9, // Skip to: 7634 |
| /* 5186 */ MCD_OPC_CheckField, 20, 1, 1, 138, 9, // Skip to: 7634 |
| /* 5192 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5196 */ MCD_OPC_Decode, 149, 4, 63, // Opcode: UADD8 |
| /* 5200 */ MCD_OPC_FilterValue, 2, 54, 0, // Skip to: 5258 |
| /* 5204 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5207 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5225 |
| /* 5211 */ MCD_OPC_CheckPredicate, 1, 115, 9, // Skip to: 7634 |
| /* 5215 */ MCD_OPC_CheckField, 7, 1, 0, 109, 9, // Skip to: 7634 |
| /* 5221 */ MCD_OPC_Decode, 132, 3, 19, // Opcode: SMLALD |
| /* 5225 */ MCD_OPC_FilterValue, 1, 101, 9, // Skip to: 7634 |
| /* 5229 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5232 */ MCD_OPC_FilterValue, 0, 94, 9, // Skip to: 7634 |
| /* 5236 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 5250 |
| /* 5240 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5250 |
| /* 5246 */ MCD_OPC_Decode, 149, 3, 26, // Opcode: SMMUL |
| /* 5250 */ MCD_OPC_CheckPredicate, 1, 76, 9, // Skip to: 7634 |
| /* 5254 */ MCD_OPC_Decode, 145, 3, 37, // Opcode: SMMLA |
| /* 5258 */ MCD_OPC_FilterValue, 3, 68, 9, // Skip to: 7634 |
| /* 5262 */ MCD_OPC_CheckPredicate, 9, 9, 0, // Skip to: 5275 |
| /* 5266 */ MCD_OPC_CheckField, 0, 4, 15, 3, 0, // Skip to: 5275 |
| /* 5272 */ MCD_OPC_Decode, 98, 76, // Opcode: BFC |
| /* 5275 */ MCD_OPC_CheckPredicate, 9, 51, 9, // Skip to: 7634 |
| /* 5279 */ MCD_OPC_Decode, 99, 77, // Opcode: BFI |
| /* 5282 */ MCD_OPC_FilterValue, 1, 89, 0, // Skip to: 5375 |
| /* 5286 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5289 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 5313 |
| /* 5293 */ MCD_OPC_CheckPredicate, 1, 33, 9, // Skip to: 7634 |
| /* 5297 */ MCD_OPC_CheckField, 23, 2, 2, 27, 9, // Skip to: 7634 |
| /* 5303 */ MCD_OPC_CheckField, 7, 1, 0, 21, 9, // Skip to: 7634 |
| /* 5309 */ MCD_OPC_Decode, 133, 3, 19, // Opcode: SMLALDX |
| /* 5313 */ MCD_OPC_FilterValue, 1, 13, 9, // Skip to: 7634 |
| /* 5317 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 5320 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5342 |
| /* 5324 */ MCD_OPC_CheckPredicate, 0, 2, 9, // Skip to: 7634 |
| /* 5328 */ MCD_OPC_CheckField, 7, 1, 0, 252, 8, // Skip to: 7634 |
| /* 5334 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5338 */ MCD_OPC_Decode, 150, 4, 63, // Opcode: UASX |
| /* 5342 */ MCD_OPC_FilterValue, 2, 240, 8, // Skip to: 7634 |
| /* 5346 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5349 */ MCD_OPC_FilterValue, 0, 233, 8, // Skip to: 7634 |
| /* 5353 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 5367 |
| /* 5357 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5367 |
| /* 5363 */ MCD_OPC_Decode, 150, 3, 26, // Opcode: SMMULR |
| /* 5367 */ MCD_OPC_CheckPredicate, 1, 215, 8, // Skip to: 7634 |
| /* 5371 */ MCD_OPC_Decode, 146, 3, 37, // Opcode: SMMLAR |
| /* 5375 */ MCD_OPC_FilterValue, 2, 74, 0, // Skip to: 5453 |
| /* 5379 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5382 */ MCD_OPC_FilterValue, 0, 43, 0, // Skip to: 5429 |
| /* 5386 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5389 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5407 |
| /* 5393 */ MCD_OPC_CheckPredicate, 1, 189, 8, // Skip to: 7634 |
| /* 5397 */ MCD_OPC_CheckField, 23, 2, 2, 183, 8, // Skip to: 7634 |
| /* 5403 */ MCD_OPC_Decode, 143, 3, 19, // Opcode: SMLSLD |
| /* 5407 */ MCD_OPC_FilterValue, 1, 175, 8, // Skip to: 7634 |
| /* 5411 */ MCD_OPC_CheckPredicate, 0, 171, 8, // Skip to: 7634 |
| /* 5415 */ MCD_OPC_CheckField, 23, 2, 0, 165, 8, // Skip to: 7634 |
| /* 5421 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5425 */ MCD_OPC_Decode, 174, 4, 63, // Opcode: USAX |
| /* 5429 */ MCD_OPC_FilterValue, 1, 153, 8, // Skip to: 7634 |
| /* 5433 */ MCD_OPC_CheckPredicate, 1, 149, 8, // Skip to: 7634 |
| /* 5437 */ MCD_OPC_CheckField, 23, 2, 2, 143, 8, // Skip to: 7634 |
| /* 5443 */ MCD_OPC_CheckField, 20, 1, 1, 137, 8, // Skip to: 7634 |
| /* 5449 */ MCD_OPC_Decode, 147, 3, 37, // Opcode: SMMLS |
| /* 5453 */ MCD_OPC_FilterValue, 3, 129, 8, // Skip to: 7634 |
| /* 5457 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 5460 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 5511 |
| /* 5464 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5467 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5489 |
| /* 5471 */ MCD_OPC_CheckPredicate, 0, 111, 8, // Skip to: 7634 |
| /* 5475 */ MCD_OPC_CheckField, 20, 1, 1, 105, 8, // Skip to: 7634 |
| /* 5481 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5485 */ MCD_OPC_Decode, 175, 4, 63, // Opcode: USUB16 |
| /* 5489 */ MCD_OPC_FilterValue, 1, 93, 8, // Skip to: 7634 |
| /* 5493 */ MCD_OPC_CheckPredicate, 0, 89, 8, // Skip to: 7634 |
| /* 5497 */ MCD_OPC_CheckField, 20, 1, 1, 83, 8, // Skip to: 7634 |
| /* 5503 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5507 */ MCD_OPC_Decode, 176, 4, 63, // Opcode: USUB8 |
| /* 5511 */ MCD_OPC_FilterValue, 1, 44, 0, // Skip to: 5559 |
| /* 5515 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5518 */ MCD_OPC_FilterValue, 0, 64, 8, // Skip to: 7634 |
| /* 5522 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5525 */ MCD_OPC_FilterValue, 0, 57, 8, // Skip to: 7634 |
| /* 5529 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 5547 |
| /* 5533 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 5547 |
| /* 5539 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 5543 */ MCD_OPC_Decode, 181, 4, 68, // Opcode: UXTB16 |
| /* 5547 */ MCD_OPC_CheckPredicate, 1, 35, 8, // Skip to: 7634 |
| /* 5551 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 5555 */ MCD_OPC_Decode, 178, 4, 69, // Opcode: UXTAB16 |
| /* 5559 */ MCD_OPC_FilterValue, 2, 23, 8, // Skip to: 7634 |
| /* 5563 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5566 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5584 |
| /* 5570 */ MCD_OPC_CheckPredicate, 1, 12, 8, // Skip to: 7634 |
| /* 5574 */ MCD_OPC_CheckField, 20, 1, 0, 6, 8, // Skip to: 7634 |
| /* 5580 */ MCD_OPC_Decode, 144, 3, 19, // Opcode: SMLSLDX |
| /* 5584 */ MCD_OPC_FilterValue, 1, 254, 7, // Skip to: 7634 |
| /* 5588 */ MCD_OPC_CheckPredicate, 1, 250, 7, // Skip to: 7634 |
| /* 5592 */ MCD_OPC_CheckField, 20, 1, 1, 244, 7, // Skip to: 7634 |
| /* 5598 */ MCD_OPC_Decode, 148, 3, 37, // Opcode: SMMLSR |
| /* 5602 */ MCD_OPC_FilterValue, 3, 236, 7, // Skip to: 7634 |
| /* 5606 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 5609 */ MCD_OPC_FilterValue, 0, 65, 0, // Skip to: 5678 |
| /* 5613 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5616 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 5647 |
| /* 5620 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 5623 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5635 |
| /* 5627 */ MCD_OPC_CheckPredicate, 0, 211, 7, // Skip to: 7634 |
| /* 5631 */ MCD_OPC_Decode, 209, 3, 52, // Opcode: STRBT_POST_REG |
| /* 5635 */ MCD_OPC_FilterValue, 1, 203, 7, // Skip to: 7634 |
| /* 5639 */ MCD_OPC_CheckPredicate, 0, 199, 7, // Skip to: 7634 |
| /* 5643 */ MCD_OPC_Decode, 213, 3, 70, // Opcode: STRB_PRE_REG |
| /* 5647 */ MCD_OPC_FilterValue, 1, 191, 7, // Skip to: 7634 |
| /* 5651 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 5654 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5666 |
| /* 5658 */ MCD_OPC_CheckPredicate, 0, 180, 7, // Skip to: 7634 |
| /* 5662 */ MCD_OPC_Decode, 202, 1, 52, // Opcode: LDRBT_POST_REG |
| /* 5666 */ MCD_OPC_FilterValue, 1, 172, 7, // Skip to: 7634 |
| /* 5670 */ MCD_OPC_CheckPredicate, 0, 168, 7, // Skip to: 7634 |
| /* 5674 */ MCD_OPC_Decode, 206, 1, 71, // Opcode: LDRB_PRE_REG |
| /* 5678 */ MCD_OPC_FilterValue, 1, 160, 7, // Skip to: 7634 |
| /* 5682 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
| /* 5685 */ MCD_OPC_FilterValue, 0, 237, 0, // Skip to: 5926 |
| /* 5689 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 5692 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 5731 |
| /* 5696 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5699 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5715 |
| /* 5703 */ MCD_OPC_CheckPredicate, 0, 135, 7, // Skip to: 7634 |
| /* 5707 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5711 */ MCD_OPC_Decode, 164, 4, 63, // Opcode: UQADD16 |
| /* 5715 */ MCD_OPC_FilterValue, 1, 123, 7, // Skip to: 7634 |
| /* 5719 */ MCD_OPC_CheckPredicate, 0, 119, 7, // Skip to: 7634 |
| /* 5723 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5727 */ MCD_OPC_Decode, 153, 4, 63, // Opcode: UHADD16 |
| /* 5731 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 5770 |
| /* 5735 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5738 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5754 |
| /* 5742 */ MCD_OPC_CheckPredicate, 0, 96, 7, // Skip to: 7634 |
| /* 5746 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5750 */ MCD_OPC_Decode, 166, 4, 63, // Opcode: UQASX |
| /* 5754 */ MCD_OPC_FilterValue, 1, 84, 7, // Skip to: 7634 |
| /* 5758 */ MCD_OPC_CheckPredicate, 0, 80, 7, // Skip to: 7634 |
| /* 5762 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5766 */ MCD_OPC_Decode, 155, 4, 63, // Opcode: UHASX |
| /* 5770 */ MCD_OPC_FilterValue, 2, 35, 0, // Skip to: 5809 |
| /* 5774 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5777 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5793 |
| /* 5781 */ MCD_OPC_CheckPredicate, 0, 57, 7, // Skip to: 7634 |
| /* 5785 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5789 */ MCD_OPC_Decode, 167, 4, 63, // Opcode: UQSAX |
| /* 5793 */ MCD_OPC_FilterValue, 1, 45, 7, // Skip to: 7634 |
| /* 5797 */ MCD_OPC_CheckPredicate, 0, 41, 7, // Skip to: 7634 |
| /* 5801 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5805 */ MCD_OPC_Decode, 156, 4, 63, // Opcode: UHSAX |
| /* 5809 */ MCD_OPC_FilterValue, 3, 35, 0, // Skip to: 5848 |
| /* 5813 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5816 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5832 |
| /* 5820 */ MCD_OPC_CheckPredicate, 0, 18, 7, // Skip to: 7634 |
| /* 5824 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5828 */ MCD_OPC_Decode, 168, 4, 63, // Opcode: UQSUB16 |
| /* 5832 */ MCD_OPC_FilterValue, 1, 6, 7, // Skip to: 7634 |
| /* 5836 */ MCD_OPC_CheckPredicate, 0, 2, 7, // Skip to: 7634 |
| /* 5840 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5844 */ MCD_OPC_Decode, 157, 4, 63, // Opcode: UHSUB16 |
| /* 5848 */ MCD_OPC_FilterValue, 4, 35, 0, // Skip to: 5887 |
| /* 5852 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5855 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5871 |
| /* 5859 */ MCD_OPC_CheckPredicate, 0, 235, 6, // Skip to: 7634 |
| /* 5863 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5867 */ MCD_OPC_Decode, 165, 4, 63, // Opcode: UQADD8 |
| /* 5871 */ MCD_OPC_FilterValue, 1, 223, 6, // Skip to: 7634 |
| /* 5875 */ MCD_OPC_CheckPredicate, 0, 219, 6, // Skip to: 7634 |
| /* 5879 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5883 */ MCD_OPC_Decode, 154, 4, 63, // Opcode: UHADD8 |
| /* 5887 */ MCD_OPC_FilterValue, 7, 207, 6, // Skip to: 7634 |
| /* 5891 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5894 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5910 |
| /* 5898 */ MCD_OPC_CheckPredicate, 0, 196, 6, // Skip to: 7634 |
| /* 5902 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5906 */ MCD_OPC_Decode, 169, 4, 63, // Opcode: UQSUB8 |
| /* 5910 */ MCD_OPC_FilterValue, 1, 184, 6, // Skip to: 7634 |
| /* 5914 */ MCD_OPC_CheckPredicate, 0, 180, 6, // Skip to: 7634 |
| /* 5918 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
| /* 5922 */ MCD_OPC_Decode, 158, 4, 63, // Opcode: UHSUB8 |
| /* 5926 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 6100 |
| /* 5930 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 5933 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5945 |
| /* 5937 */ MCD_OPC_CheckPredicate, 0, 157, 6, // Skip to: 7634 |
| /* 5941 */ MCD_OPC_Decode, 172, 4, 72, // Opcode: USAT |
| /* 5945 */ MCD_OPC_FilterValue, 1, 149, 6, // Skip to: 7634 |
| /* 5949 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5952 */ MCD_OPC_FilterValue, 0, 45, 0, // Skip to: 6001 |
| /* 5956 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5959 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5977 |
| /* 5963 */ MCD_OPC_CheckPredicate, 0, 131, 6, // Skip to: 7634 |
| /* 5967 */ MCD_OPC_CheckField, 8, 4, 15, 125, 6, // Skip to: 7634 |
| /* 5973 */ MCD_OPC_Decode, 173, 4, 73, // Opcode: USAT16 |
| /* 5977 */ MCD_OPC_FilterValue, 1, 117, 6, // Skip to: 7634 |
| /* 5981 */ MCD_OPC_CheckPredicate, 9, 113, 6, // Skip to: 7634 |
| /* 5985 */ MCD_OPC_CheckField, 16, 4, 15, 107, 6, // Skip to: 7634 |
| /* 5991 */ MCD_OPC_CheckField, 8, 4, 15, 101, 6, // Skip to: 7634 |
| /* 5997 */ MCD_OPC_Decode, 198, 2, 32, // Opcode: RBIT |
| /* 6001 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 6076 |
| /* 6005 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 6008 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 6042 |
| /* 6012 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 6030 |
| /* 6016 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 6030 |
| /* 6022 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 6026 */ MCD_OPC_Decode, 180, 4, 68, // Opcode: UXTB |
| /* 6030 */ MCD_OPC_CheckPredicate, 1, 64, 6, // Skip to: 7634 |
| /* 6034 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 6038 */ MCD_OPC_Decode, 177, 4, 69, // Opcode: UXTAB |
| /* 6042 */ MCD_OPC_FilterValue, 1, 52, 6, // Skip to: 7634 |
| /* 6046 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 6064 |
| /* 6050 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 6064 |
| /* 6056 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 6060 */ MCD_OPC_Decode, 182, 4, 68, // Opcode: UXTH |
| /* 6064 */ MCD_OPC_CheckPredicate, 1, 30, 6, // Skip to: 7634 |
| /* 6068 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
| /* 6072 */ MCD_OPC_Decode, 179, 4, 69, // Opcode: UXTAH |
| /* 6076 */ MCD_OPC_FilterValue, 2, 18, 6, // Skip to: 7634 |
| /* 6080 */ MCD_OPC_CheckPredicate, 1, 14, 6, // Skip to: 7634 |
| /* 6084 */ MCD_OPC_CheckField, 16, 5, 31, 8, 6, // Skip to: 7634 |
| /* 6090 */ MCD_OPC_CheckField, 8, 4, 15, 2, 6, // Skip to: 7634 |
| /* 6096 */ MCD_OPC_Decode, 201, 2, 32, // Opcode: REVSH |
| /* 6100 */ MCD_OPC_FilterValue, 3, 250, 5, // Skip to: 7634 |
| /* 6104 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
| /* 6107 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6119 |
| /* 6111 */ MCD_OPC_CheckPredicate, 9, 239, 5, // Skip to: 7634 |
| /* 6115 */ MCD_OPC_Decode, 151, 4, 78, // Opcode: UBFX |
| /* 6119 */ MCD_OPC_FilterValue, 3, 231, 5, // Skip to: 7634 |
| /* 6123 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 6126 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 6151 |
| /* 6130 */ MCD_OPC_CheckPredicate, 14, 220, 5, // Skip to: 7634 |
| /* 6134 */ MCD_OPC_CheckField, 28, 4, 14, 214, 5, // Skip to: 7634 |
| /* 6140 */ MCD_OPC_CheckField, 7, 14, 189, 123, 207, 5, // Skip to: 7634 |
| /* 6147 */ MCD_OPC_Decode, 143, 4, 58, // Opcode: TRAPNaCl |
| /* 6151 */ MCD_OPC_FilterValue, 14, 199, 5, // Skip to: 7634 |
| /* 6155 */ MCD_OPC_CheckPredicate, 0, 195, 5, // Skip to: 7634 |
| /* 6159 */ MCD_OPC_CheckField, 28, 4, 14, 189, 5, // Skip to: 7634 |
| /* 6165 */ MCD_OPC_CheckField, 7, 14, 189, 127, 182, 5, // Skip to: 7634 |
| /* 6172 */ MCD_OPC_Decode, 142, 4, 58, // Opcode: TRAP |
| /* 6176 */ MCD_OPC_FilterValue, 4, 219, 2, // Skip to: 6911 |
| /* 6180 */ MCD_OPC_ExtractField, 20, 5, // Inst{24-20} ... |
| /* 6183 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6195 |
| /* 6187 */ MCD_OPC_CheckPredicate, 0, 163, 5, // Skip to: 7634 |
| /* 6191 */ MCD_OPC_Decode, 199, 3, 79, // Opcode: STMDA |
| /* 6195 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 6228 |
| /* 6199 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6220 |
| /* 6203 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6220 |
| /* 6209 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6220 |
| /* 6216 */ MCD_OPC_Decode, 202, 2, 80, // Opcode: RFEDA |
| /* 6220 */ MCD_OPC_CheckPredicate, 0, 130, 5, // Skip to: 7634 |
| /* 6224 */ MCD_OPC_Decode, 191, 1, 79, // Opcode: LDMDA |
| /* 6228 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6240 |
| /* 6232 */ MCD_OPC_CheckPredicate, 0, 118, 5, // Skip to: 7634 |
| /* 6236 */ MCD_OPC_Decode, 200, 3, 81, // Opcode: STMDA_UPD |
| /* 6240 */ MCD_OPC_FilterValue, 3, 29, 0, // Skip to: 6273 |
| /* 6244 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6265 |
| /* 6248 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6265 |
| /* 6254 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6265 |
| /* 6261 */ MCD_OPC_Decode, 203, 2, 80, // Opcode: RFEDA_UPD |
| /* 6265 */ MCD_OPC_CheckPredicate, 0, 85, 5, // Skip to: 7634 |
| /* 6269 */ MCD_OPC_Decode, 192, 1, 81, // Opcode: LDMDA_UPD |
| /* 6273 */ MCD_OPC_FilterValue, 4, 30, 0, // Skip to: 6307 |
| /* 6277 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6299 |
| /* 6281 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6299 |
| /* 6287 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6299 |
| /* 6295 */ MCD_OPC_Decode, 163, 3, 82, // Opcode: SRSDA |
| /* 6299 */ MCD_OPC_CheckPredicate, 0, 51, 5, // Skip to: 7634 |
| /* 6303 */ MCD_OPC_Decode, 146, 18, 79, // Opcode: sysSTMDA |
| /* 6307 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 6319 |
| /* 6311 */ MCD_OPC_CheckPredicate, 0, 39, 5, // Skip to: 7634 |
| /* 6315 */ MCD_OPC_Decode, 138, 18, 79, // Opcode: sysLDMDA |
| /* 6319 */ MCD_OPC_FilterValue, 6, 30, 0, // Skip to: 6353 |
| /* 6323 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6345 |
| /* 6327 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6345 |
| /* 6333 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6345 |
| /* 6341 */ MCD_OPC_Decode, 164, 3, 82, // Opcode: SRSDA_UPD |
| /* 6345 */ MCD_OPC_CheckPredicate, 0, 5, 5, // Skip to: 7634 |
| /* 6349 */ MCD_OPC_Decode, 147, 18, 81, // Opcode: sysSTMDA_UPD |
| /* 6353 */ MCD_OPC_FilterValue, 7, 8, 0, // Skip to: 6365 |
| /* 6357 */ MCD_OPC_CheckPredicate, 0, 249, 4, // Skip to: 7634 |
| /* 6361 */ MCD_OPC_Decode, 139, 18, 81, // Opcode: sysLDMDA_UPD |
| /* 6365 */ MCD_OPC_FilterValue, 8, 8, 0, // Skip to: 6377 |
| /* 6369 */ MCD_OPC_CheckPredicate, 0, 237, 4, // Skip to: 7634 |
| /* 6373 */ MCD_OPC_Decode, 203, 3, 79, // Opcode: STMIA |
| /* 6377 */ MCD_OPC_FilterValue, 9, 29, 0, // Skip to: 6410 |
| /* 6381 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6402 |
| /* 6385 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6402 |
| /* 6391 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6402 |
| /* 6398 */ MCD_OPC_Decode, 206, 2, 80, // Opcode: RFEIA |
| /* 6402 */ MCD_OPC_CheckPredicate, 0, 204, 4, // Skip to: 7634 |
| /* 6406 */ MCD_OPC_Decode, 195, 1, 79, // Opcode: LDMIA |
| /* 6410 */ MCD_OPC_FilterValue, 10, 8, 0, // Skip to: 6422 |
| /* 6414 */ MCD_OPC_CheckPredicate, 0, 192, 4, // Skip to: 7634 |
| /* 6418 */ MCD_OPC_Decode, 204, 3, 81, // Opcode: STMIA_UPD |
| /* 6422 */ MCD_OPC_FilterValue, 11, 29, 0, // Skip to: 6455 |
| /* 6426 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6447 |
| /* 6430 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6447 |
| /* 6436 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6447 |
| /* 6443 */ MCD_OPC_Decode, 207, 2, 80, // Opcode: RFEIA_UPD |
| /* 6447 */ MCD_OPC_CheckPredicate, 0, 159, 4, // Skip to: 7634 |
| /* 6451 */ MCD_OPC_Decode, 197, 1, 81, // Opcode: LDMIA_UPD |
| /* 6455 */ MCD_OPC_FilterValue, 12, 30, 0, // Skip to: 6489 |
| /* 6459 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6481 |
| /* 6463 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6481 |
| /* 6469 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6481 |
| /* 6477 */ MCD_OPC_Decode, 167, 3, 82, // Opcode: SRSIA |
| /* 6481 */ MCD_OPC_CheckPredicate, 0, 125, 4, // Skip to: 7634 |
| /* 6485 */ MCD_OPC_Decode, 150, 18, 79, // Opcode: sysSTMIA |
| /* 6489 */ MCD_OPC_FilterValue, 13, 8, 0, // Skip to: 6501 |
| /* 6493 */ MCD_OPC_CheckPredicate, 0, 113, 4, // Skip to: 7634 |
| /* 6497 */ MCD_OPC_Decode, 142, 18, 79, // Opcode: sysLDMIA |
| /* 6501 */ MCD_OPC_FilterValue, 14, 30, 0, // Skip to: 6535 |
| /* 6505 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6527 |
| /* 6509 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6527 |
| /* 6515 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6527 |
| /* 6523 */ MCD_OPC_Decode, 168, 3, 82, // Opcode: SRSIA_UPD |
| /* 6527 */ MCD_OPC_CheckPredicate, 0, 79, 4, // Skip to: 7634 |
| /* 6531 */ MCD_OPC_Decode, 151, 18, 81, // Opcode: sysSTMIA_UPD |
| /* 6535 */ MCD_OPC_FilterValue, 15, 8, 0, // Skip to: 6547 |
| /* 6539 */ MCD_OPC_CheckPredicate, 0, 67, 4, // Skip to: 7634 |
| /* 6543 */ MCD_OPC_Decode, 143, 18, 81, // Opcode: sysLDMIA_UPD |
| /* 6547 */ MCD_OPC_FilterValue, 16, 8, 0, // Skip to: 6559 |
| /* 6551 */ MCD_OPC_CheckPredicate, 0, 55, 4, // Skip to: 7634 |
| /* 6555 */ MCD_OPC_Decode, 201, 3, 79, // Opcode: STMDB |
| /* 6559 */ MCD_OPC_FilterValue, 17, 29, 0, // Skip to: 6592 |
| /* 6563 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6584 |
| /* 6567 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6584 |
| /* 6573 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6584 |
| /* 6580 */ MCD_OPC_Decode, 204, 2, 80, // Opcode: RFEDB |
| /* 6584 */ MCD_OPC_CheckPredicate, 0, 22, 4, // Skip to: 7634 |
| /* 6588 */ MCD_OPC_Decode, 193, 1, 79, // Opcode: LDMDB |
| /* 6592 */ MCD_OPC_FilterValue, 18, 8, 0, // Skip to: 6604 |
| /* 6596 */ MCD_OPC_CheckPredicate, 0, 10, 4, // Skip to: 7634 |
| /* 6600 */ MCD_OPC_Decode, 202, 3, 81, // Opcode: STMDB_UPD |
| /* 6604 */ MCD_OPC_FilterValue, 19, 29, 0, // Skip to: 6637 |
| /* 6608 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6629 |
| /* 6612 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6629 |
| /* 6618 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6629 |
| /* 6625 */ MCD_OPC_Decode, 205, 2, 80, // Opcode: RFEDB_UPD |
| /* 6629 */ MCD_OPC_CheckPredicate, 0, 233, 3, // Skip to: 7634 |
| /* 6633 */ MCD_OPC_Decode, 194, 1, 81, // Opcode: LDMDB_UPD |
| /* 6637 */ MCD_OPC_FilterValue, 20, 30, 0, // Skip to: 6671 |
| /* 6641 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6663 |
| /* 6645 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6663 |
| /* 6651 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6663 |
| /* 6659 */ MCD_OPC_Decode, 165, 3, 82, // Opcode: SRSDB |
| /* 6663 */ MCD_OPC_CheckPredicate, 0, 199, 3, // Skip to: 7634 |
| /* 6667 */ MCD_OPC_Decode, 148, 18, 79, // Opcode: sysSTMDB |
| /* 6671 */ MCD_OPC_FilterValue, 21, 8, 0, // Skip to: 6683 |
| /* 6675 */ MCD_OPC_CheckPredicate, 0, 187, 3, // Skip to: 7634 |
| /* 6679 */ MCD_OPC_Decode, 140, 18, 79, // Opcode: sysLDMDB |
| /* 6683 */ MCD_OPC_FilterValue, 22, 30, 0, // Skip to: 6717 |
| /* 6687 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6709 |
| /* 6691 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6709 |
| /* 6697 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6709 |
| /* 6705 */ MCD_OPC_Decode, 166, 3, 82, // Opcode: SRSDB_UPD |
| /* 6709 */ MCD_OPC_CheckPredicate, 0, 153, 3, // Skip to: 7634 |
| /* 6713 */ MCD_OPC_Decode, 149, 18, 81, // Opcode: sysSTMDB_UPD |
| /* 6717 */ MCD_OPC_FilterValue, 23, 8, 0, // Skip to: 6729 |
| /* 6721 */ MCD_OPC_CheckPredicate, 0, 141, 3, // Skip to: 7634 |
| /* 6725 */ MCD_OPC_Decode, 141, 18, 81, // Opcode: sysLDMDB_UPD |
| /* 6729 */ MCD_OPC_FilterValue, 24, 8, 0, // Skip to: 6741 |
| /* 6733 */ MCD_OPC_CheckPredicate, 0, 129, 3, // Skip to: 7634 |
| /* 6737 */ MCD_OPC_Decode, 205, 3, 79, // Opcode: STMIB |
| /* 6741 */ MCD_OPC_FilterValue, 25, 29, 0, // Skip to: 6774 |
| /* 6745 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6766 |
| /* 6749 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6766 |
| /* 6755 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6766 |
| /* 6762 */ MCD_OPC_Decode, 208, 2, 80, // Opcode: RFEIB |
| /* 6766 */ MCD_OPC_CheckPredicate, 0, 96, 3, // Skip to: 7634 |
| /* 6770 */ MCD_OPC_Decode, 198, 1, 79, // Opcode: LDMIB |
| /* 6774 */ MCD_OPC_FilterValue, 26, 8, 0, // Skip to: 6786 |
| /* 6778 */ MCD_OPC_CheckPredicate, 0, 84, 3, // Skip to: 7634 |
| /* 6782 */ MCD_OPC_Decode, 206, 3, 81, // Opcode: STMIB_UPD |
| /* 6786 */ MCD_OPC_FilterValue, 27, 29, 0, // Skip to: 6819 |
| /* 6790 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6811 |
| /* 6794 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6811 |
| /* 6800 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6811 |
| /* 6807 */ MCD_OPC_Decode, 209, 2, 80, // Opcode: RFEIB_UPD |
| /* 6811 */ MCD_OPC_CheckPredicate, 0, 51, 3, // Skip to: 7634 |
| /* 6815 */ MCD_OPC_Decode, 199, 1, 81, // Opcode: LDMIB_UPD |
| /* 6819 */ MCD_OPC_FilterValue, 28, 30, 0, // Skip to: 6853 |
| /* 6823 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6845 |
| /* 6827 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6845 |
| /* 6833 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6845 |
| /* 6841 */ MCD_OPC_Decode, 169, 3, 82, // Opcode: SRSIB |
| /* 6845 */ MCD_OPC_CheckPredicate, 0, 17, 3, // Skip to: 7634 |
| /* 6849 */ MCD_OPC_Decode, 152, 18, 79, // Opcode: sysSTMIB |
| /* 6853 */ MCD_OPC_FilterValue, 29, 8, 0, // Skip to: 6865 |
| /* 6857 */ MCD_OPC_CheckPredicate, 0, 5, 3, // Skip to: 7634 |
| /* 6861 */ MCD_OPC_Decode, 144, 18, 79, // Opcode: sysLDMIB |
| /* 6865 */ MCD_OPC_FilterValue, 30, 30, 0, // Skip to: 6899 |
| /* 6869 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6891 |
| /* 6873 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6891 |
| /* 6879 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6891 |
| /* 6887 */ MCD_OPC_Decode, 170, 3, 82, // Opcode: SRSIB_UPD |
| /* 6891 */ MCD_OPC_CheckPredicate, 0, 227, 2, // Skip to: 7634 |
| /* 6895 */ MCD_OPC_Decode, 153, 18, 81, // Opcode: sysSTMIB_UPD |
| /* 6899 */ MCD_OPC_FilterValue, 31, 219, 2, // Skip to: 7634 |
| /* 6903 */ MCD_OPC_CheckPredicate, 0, 215, 2, // Skip to: 7634 |
| /* 6907 */ MCD_OPC_Decode, 145, 18, 81, // Opcode: sysLDMIB_UPD |
| /* 6911 */ MCD_OPC_FilterValue, 5, 51, 0, // Skip to: 6966 |
| /* 6915 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 6918 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 6929 |
| /* 6922 */ MCD_OPC_CheckPredicate, 0, 27, 0, // Skip to: 6953 |
| /* 6926 */ MCD_OPC_Decode, 120, 83, // Opcode: Bcc |
| /* 6929 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 6953 |
| /* 6933 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 6946 |
| /* 6937 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 6946 |
| /* 6943 */ MCD_OPC_Decode, 105, 83, // Opcode: BL |
| /* 6946 */ MCD_OPC_CheckPredicate, 0, 3, 0, // Skip to: 6953 |
| /* 6950 */ MCD_OPC_Decode, 109, 83, // Opcode: BL_pred |
| /* 6953 */ MCD_OPC_CheckPredicate, 7, 165, 2, // Skip to: 7634 |
| /* 6957 */ MCD_OPC_CheckField, 28, 4, 15, 159, 2, // Skip to: 7634 |
| /* 6963 */ MCD_OPC_Decode, 108, 84, // Opcode: BLXi |
| /* 6966 */ MCD_OPC_FilterValue, 6, 43, 2, // Skip to: 7525 |
| /* 6970 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 6973 */ MCD_OPC_FilterValue, 0, 62, 0, // Skip to: 7039 |
| /* 6977 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 6980 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 7013 |
| /* 6984 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 6987 */ MCD_OPC_FilterValue, 1, 131, 2, // Skip to: 7634 |
| /* 6991 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7005 |
| /* 6995 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7005 |
| /* 7001 */ MCD_OPC_Decode, 181, 3, 85, // Opcode: STC2_OPTION |
| /* 7005 */ MCD_OPC_CheckPredicate, 0, 113, 2, // Skip to: 7634 |
| /* 7009 */ MCD_OPC_Decode, 189, 3, 85, // Opcode: STC_OPTION |
| /* 7013 */ MCD_OPC_FilterValue, 1, 105, 2, // Skip to: 7634 |
| /* 7017 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7031 |
| /* 7021 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7031 |
| /* 7027 */ MCD_OPC_Decode, 180, 3, 85, // Opcode: STC2_OFFSET |
| /* 7031 */ MCD_OPC_CheckPredicate, 0, 87, 2, // Skip to: 7634 |
| /* 7035 */ MCD_OPC_Decode, 188, 3, 85, // Opcode: STC_OFFSET |
| /* 7039 */ MCD_OPC_FilterValue, 1, 62, 0, // Skip to: 7105 |
| /* 7043 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7046 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 7079 |
| /* 7050 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 7053 */ MCD_OPC_FilterValue, 1, 65, 2, // Skip to: 7634 |
| /* 7057 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7071 |
| /* 7061 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7071 |
| /* 7067 */ MCD_OPC_Decode, 180, 1, 85, // Opcode: LDC2_OPTION |
| /* 7071 */ MCD_OPC_CheckPredicate, 0, 47, 2, // Skip to: 7634 |
| /* 7075 */ MCD_OPC_Decode, 188, 1, 85, // Opcode: LDC_OPTION |
| /* 7079 */ MCD_OPC_FilterValue, 1, 39, 2, // Skip to: 7634 |
| /* 7083 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7097 |
| /* 7087 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7097 |
| /* 7093 */ MCD_OPC_Decode, 179, 1, 85, // Opcode: LDC2_OFFSET |
| /* 7097 */ MCD_OPC_CheckPredicate, 0, 21, 2, // Skip to: 7634 |
| /* 7101 */ MCD_OPC_Decode, 187, 1, 85, // Opcode: LDC_OFFSET |
| /* 7105 */ MCD_OPC_FilterValue, 2, 55, 0, // Skip to: 7164 |
| /* 7109 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7112 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7138 |
| /* 7116 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7130 |
| /* 7120 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7130 |
| /* 7126 */ MCD_OPC_Decode, 182, 3, 85, // Opcode: STC2_POST |
| /* 7130 */ MCD_OPC_CheckPredicate, 0, 244, 1, // Skip to: 7634 |
| /* 7134 */ MCD_OPC_Decode, 190, 3, 85, // Opcode: STC_POST |
| /* 7138 */ MCD_OPC_FilterValue, 1, 236, 1, // Skip to: 7634 |
| /* 7142 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7156 |
| /* 7146 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7156 |
| /* 7152 */ MCD_OPC_Decode, 183, 3, 85, // Opcode: STC2_PRE |
| /* 7156 */ MCD_OPC_CheckPredicate, 0, 218, 1, // Skip to: 7634 |
| /* 7160 */ MCD_OPC_Decode, 191, 3, 85, // Opcode: STC_PRE |
| /* 7164 */ MCD_OPC_FilterValue, 3, 55, 0, // Skip to: 7223 |
| /* 7168 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7171 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7197 |
| /* 7175 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7189 |
| /* 7179 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7189 |
| /* 7185 */ MCD_OPC_Decode, 181, 1, 85, // Opcode: LDC2_POST |
| /* 7189 */ MCD_OPC_CheckPredicate, 0, 185, 1, // Skip to: 7634 |
| /* 7193 */ MCD_OPC_Decode, 189, 1, 85, // Opcode: LDC_POST |
| /* 7197 */ MCD_OPC_FilterValue, 1, 177, 1, // Skip to: 7634 |
| /* 7201 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7215 |
| /* 7205 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7215 |
| /* 7211 */ MCD_OPC_Decode, 182, 1, 85, // Opcode: LDC2_PRE |
| /* 7215 */ MCD_OPC_CheckPredicate, 0, 159, 1, // Skip to: 7634 |
| /* 7219 */ MCD_OPC_Decode, 190, 1, 85, // Opcode: LDC_PRE |
| /* 7223 */ MCD_OPC_FilterValue, 4, 88, 0, // Skip to: 7315 |
| /* 7227 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7230 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7289 |
| /* 7234 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 7237 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7263 |
| /* 7241 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7255 |
| /* 7245 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7255 |
| /* 7251 */ MCD_OPC_Decode, 254, 1, 86, // Opcode: MCRR2 |
| /* 7255 */ MCD_OPC_CheckPredicate, 0, 119, 1, // Skip to: 7634 |
| /* 7259 */ MCD_OPC_Decode, 253, 1, 87, // Opcode: MCRR |
| /* 7263 */ MCD_OPC_FilterValue, 1, 111, 1, // Skip to: 7634 |
| /* 7267 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7281 |
| /* 7271 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7281 |
| /* 7277 */ MCD_OPC_Decode, 177, 3, 85, // Opcode: STC2L_OPTION |
| /* 7281 */ MCD_OPC_CheckPredicate, 0, 93, 1, // Skip to: 7634 |
| /* 7285 */ MCD_OPC_Decode, 185, 3, 85, // Opcode: STCL_OPTION |
| /* 7289 */ MCD_OPC_FilterValue, 1, 85, 1, // Skip to: 7634 |
| /* 7293 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7307 |
| /* 7297 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7307 |
| /* 7303 */ MCD_OPC_Decode, 176, 3, 85, // Opcode: STC2L_OFFSET |
| /* 7307 */ MCD_OPC_CheckPredicate, 0, 67, 1, // Skip to: 7634 |
| /* 7311 */ MCD_OPC_Decode, 184, 3, 85, // Opcode: STCL_OFFSET |
| /* 7315 */ MCD_OPC_FilterValue, 5, 88, 0, // Skip to: 7407 |
| /* 7319 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7322 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7381 |
| /* 7326 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 7329 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7355 |
| /* 7333 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7347 |
| /* 7337 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7347 |
| /* 7343 */ MCD_OPC_Decode, 155, 2, 86, // Opcode: MRRC2 |
| /* 7347 */ MCD_OPC_CheckPredicate, 0, 27, 1, // Skip to: 7634 |
| /* 7351 */ MCD_OPC_Decode, 154, 2, 87, // Opcode: MRRC |
| /* 7355 */ MCD_OPC_FilterValue, 1, 19, 1, // Skip to: 7634 |
| /* 7359 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7373 |
| /* 7363 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7373 |
| /* 7369 */ MCD_OPC_Decode, 176, 1, 85, // Opcode: LDC2L_OPTION |
| /* 7373 */ MCD_OPC_CheckPredicate, 0, 1, 1, // Skip to: 7634 |
| /* 7377 */ MCD_OPC_Decode, 184, 1, 85, // Opcode: LDCL_OPTION |
| /* 7381 */ MCD_OPC_FilterValue, 1, 249, 0, // Skip to: 7634 |
| /* 7385 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7399 |
| /* 7389 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7399 |
| /* 7395 */ MCD_OPC_Decode, 175, 1, 85, // Opcode: LDC2L_OFFSET |
| /* 7399 */ MCD_OPC_CheckPredicate, 0, 231, 0, // Skip to: 7634 |
| /* 7403 */ MCD_OPC_Decode, 183, 1, 85, // Opcode: LDCL_OFFSET |
| /* 7407 */ MCD_OPC_FilterValue, 6, 55, 0, // Skip to: 7466 |
| /* 7411 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7414 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7440 |
| /* 7418 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7432 |
| /* 7422 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7432 |
| /* 7428 */ MCD_OPC_Decode, 178, 3, 85, // Opcode: STC2L_POST |
| /* 7432 */ MCD_OPC_CheckPredicate, 0, 198, 0, // Skip to: 7634 |
| /* 7436 */ MCD_OPC_Decode, 186, 3, 85, // Opcode: STCL_POST |
| /* 7440 */ MCD_OPC_FilterValue, 1, 190, 0, // Skip to: 7634 |
| /* 7444 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7458 |
| /* 7448 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7458 |
| /* 7454 */ MCD_OPC_Decode, 179, 3, 85, // Opcode: STC2L_PRE |
| /* 7458 */ MCD_OPC_CheckPredicate, 0, 172, 0, // Skip to: 7634 |
| /* 7462 */ MCD_OPC_Decode, 187, 3, 85, // Opcode: STCL_PRE |
| /* 7466 */ MCD_OPC_FilterValue, 7, 164, 0, // Skip to: 7634 |
| /* 7470 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7473 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7499 |
| /* 7477 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7491 |
| /* 7481 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7491 |
| /* 7487 */ MCD_OPC_Decode, 177, 1, 85, // Opcode: LDC2L_POST |
| /* 7491 */ MCD_OPC_CheckPredicate, 0, 139, 0, // Skip to: 7634 |
| /* 7495 */ MCD_OPC_Decode, 185, 1, 85, // Opcode: LDCL_POST |
| /* 7499 */ MCD_OPC_FilterValue, 1, 131, 0, // Skip to: 7634 |
| /* 7503 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7517 |
| /* 7507 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7517 |
| /* 7513 */ MCD_OPC_Decode, 178, 1, 85, // Opcode: LDC2L_PRE |
| /* 7517 */ MCD_OPC_CheckPredicate, 0, 113, 0, // Skip to: 7634 |
| /* 7521 */ MCD_OPC_Decode, 186, 1, 85, // Opcode: LDCL_PRE |
| /* 7525 */ MCD_OPC_FilterValue, 7, 105, 0, // Skip to: 7634 |
| /* 7529 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 7532 */ MCD_OPC_FilterValue, 0, 86, 0, // Skip to: 7622 |
| /* 7536 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 7539 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 7563 |
| /* 7543 */ MCD_OPC_CheckPredicate, 4, 9, 0, // Skip to: 7556 |
| /* 7547 */ MCD_OPC_CheckField, 28, 4, 15, 3, 0, // Skip to: 7556 |
| /* 7553 */ MCD_OPC_Decode, 122, 88, // Opcode: CDP2 |
| /* 7556 */ MCD_OPC_CheckPredicate, 4, 74, 0, // Skip to: 7634 |
| /* 7560 */ MCD_OPC_Decode, 121, 89, // Opcode: CDP |
| /* 7563 */ MCD_OPC_FilterValue, 1, 67, 0, // Skip to: 7634 |
| /* 7567 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 7570 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7596 |
| /* 7574 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7588 |
| /* 7578 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7588 |
| /* 7584 */ MCD_OPC_Decode, 252, 1, 90, // Opcode: MCR2 |
| /* 7588 */ MCD_OPC_CheckPredicate, 0, 42, 0, // Skip to: 7634 |
| /* 7592 */ MCD_OPC_Decode, 251, 1, 91, // Opcode: MCR |
| /* 7596 */ MCD_OPC_FilterValue, 1, 34, 0, // Skip to: 7634 |
| /* 7600 */ MCD_OPC_CheckPredicate, 4, 10, 0, // Skip to: 7614 |
| /* 7604 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7614 |
| /* 7610 */ MCD_OPC_Decode, 153, 2, 92, // Opcode: MRC2 |
| /* 7614 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 7634 |
| /* 7618 */ MCD_OPC_Decode, 152, 2, 93, // Opcode: MRC |
| /* 7622 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7634 |
| /* 7626 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 7634 |
| /* 7630 */ MCD_OPC_Decode, 252, 3, 94, // Opcode: SVC |
| /* 7634 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableNEONData32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 220, 30, // Skip to: 7907 |
| /* 7 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 113, 5, // Skip to: 1407 |
| /* 14 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 17 */ MCD_OPC_FilterValue, 0, 105, 0, // Skip to: 126 |
| /* 21 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 24 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 56 |
| /* 29 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 32 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 44 |
| /* 36 */ MCD_OPC_CheckPredicate, 15, 185, 56, // Skip to: 14561 |
| /* 40 */ MCD_OPC_Decode, 223, 6, 95, // Opcode: VHADDsv8i8 |
| /* 44 */ MCD_OPC_FilterValue, 1, 177, 56, // Skip to: 14561 |
| /* 48 */ MCD_OPC_CheckPredicate, 15, 173, 56, // Skip to: 14561 |
| /* 52 */ MCD_OPC_Decode, 218, 6, 96, // Opcode: VHADDsv16i8 |
| /* 56 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 75 |
| /* 61 */ MCD_OPC_CheckPredicate, 15, 160, 56, // Skip to: 14561 |
| /* 65 */ MCD_OPC_CheckField, 6, 1, 0, 154, 56, // Skip to: 14561 |
| /* 71 */ MCD_OPC_Decode, 241, 4, 97, // Opcode: VADDLsv8i16 |
| /* 75 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 107 |
| /* 80 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 83 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 95 |
| /* 87 */ MCD_OPC_CheckPredicate, 15, 134, 56, // Skip to: 14561 |
| /* 91 */ MCD_OPC_Decode, 229, 6, 95, // Opcode: VHADDuv8i8 |
| /* 95 */ MCD_OPC_FilterValue, 1, 126, 56, // Skip to: 14561 |
| /* 99 */ MCD_OPC_CheckPredicate, 15, 122, 56, // Skip to: 14561 |
| /* 103 */ MCD_OPC_Decode, 224, 6, 96, // Opcode: VHADDuv16i8 |
| /* 107 */ MCD_OPC_FilterValue, 231, 3, 113, 56, // Skip to: 14561 |
| /* 112 */ MCD_OPC_CheckPredicate, 15, 109, 56, // Skip to: 14561 |
| /* 116 */ MCD_OPC_CheckField, 6, 1, 0, 103, 56, // Skip to: 14561 |
| /* 122 */ MCD_OPC_Decode, 244, 4, 97, // Opcode: VADDLuv8i16 |
| /* 126 */ MCD_OPC_FilterValue, 1, 105, 0, // Skip to: 235 |
| /* 130 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 133 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 165 |
| /* 138 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 141 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 153 |
| /* 145 */ MCD_OPC_CheckPredicate, 15, 76, 56, // Skip to: 14561 |
| /* 149 */ MCD_OPC_Decode, 182, 13, 95, // Opcode: VRHADDsv8i8 |
| /* 153 */ MCD_OPC_FilterValue, 1, 68, 56, // Skip to: 14561 |
| /* 157 */ MCD_OPC_CheckPredicate, 15, 64, 56, // Skip to: 14561 |
| /* 161 */ MCD_OPC_Decode, 177, 13, 96, // Opcode: VRHADDsv16i8 |
| /* 165 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 184 |
| /* 170 */ MCD_OPC_CheckPredicate, 15, 51, 56, // Skip to: 14561 |
| /* 174 */ MCD_OPC_CheckField, 6, 1, 0, 45, 56, // Skip to: 14561 |
| /* 180 */ MCD_OPC_Decode, 248, 4, 98, // Opcode: VADDWsv8i16 |
| /* 184 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 216 |
| /* 189 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 192 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 204 |
| /* 196 */ MCD_OPC_CheckPredicate, 15, 25, 56, // Skip to: 14561 |
| /* 200 */ MCD_OPC_Decode, 188, 13, 95, // Opcode: VRHADDuv8i8 |
| /* 204 */ MCD_OPC_FilterValue, 1, 17, 56, // Skip to: 14561 |
| /* 208 */ MCD_OPC_CheckPredicate, 15, 13, 56, // Skip to: 14561 |
| /* 212 */ MCD_OPC_Decode, 183, 13, 96, // Opcode: VRHADDuv16i8 |
| /* 216 */ MCD_OPC_FilterValue, 231, 3, 4, 56, // Skip to: 14561 |
| /* 221 */ MCD_OPC_CheckPredicate, 15, 0, 56, // Skip to: 14561 |
| /* 225 */ MCD_OPC_CheckField, 6, 1, 0, 250, 55, // Skip to: 14561 |
| /* 231 */ MCD_OPC_Decode, 251, 4, 98, // Opcode: VADDWuv8i16 |
| /* 235 */ MCD_OPC_FilterValue, 2, 105, 0, // Skip to: 344 |
| /* 239 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 242 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 274 |
| /* 247 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 250 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 262 |
| /* 254 */ MCD_OPC_CheckPredicate, 15, 223, 55, // Skip to: 14561 |
| /* 258 */ MCD_OPC_Decode, 235, 6, 95, // Opcode: VHSUBsv8i8 |
| /* 262 */ MCD_OPC_FilterValue, 1, 215, 55, // Skip to: 14561 |
| /* 266 */ MCD_OPC_CheckPredicate, 15, 211, 55, // Skip to: 14561 |
| /* 270 */ MCD_OPC_Decode, 230, 6, 96, // Opcode: VHSUBsv16i8 |
| /* 274 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 293 |
| /* 279 */ MCD_OPC_CheckPredicate, 15, 198, 55, // Skip to: 14561 |
| /* 283 */ MCD_OPC_CheckField, 6, 1, 0, 192, 55, // Skip to: 14561 |
| /* 289 */ MCD_OPC_Decode, 187, 17, 97, // Opcode: VSUBLsv8i16 |
| /* 293 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 325 |
| /* 298 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 301 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 313 |
| /* 305 */ MCD_OPC_CheckPredicate, 15, 172, 55, // Skip to: 14561 |
| /* 309 */ MCD_OPC_Decode, 241, 6, 95, // Opcode: VHSUBuv8i8 |
| /* 313 */ MCD_OPC_FilterValue, 1, 164, 55, // Skip to: 14561 |
| /* 317 */ MCD_OPC_CheckPredicate, 15, 160, 55, // Skip to: 14561 |
| /* 321 */ MCD_OPC_Decode, 236, 6, 96, // Opcode: VHSUBuv16i8 |
| /* 325 */ MCD_OPC_FilterValue, 231, 3, 151, 55, // Skip to: 14561 |
| /* 330 */ MCD_OPC_CheckPredicate, 15, 147, 55, // Skip to: 14561 |
| /* 334 */ MCD_OPC_CheckField, 6, 1, 0, 141, 55, // Skip to: 14561 |
| /* 340 */ MCD_OPC_Decode, 190, 17, 97, // Opcode: VSUBLuv8i16 |
| /* 344 */ MCD_OPC_FilterValue, 3, 105, 0, // Skip to: 453 |
| /* 348 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 351 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 383 |
| /* 356 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 359 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 371 |
| /* 363 */ MCD_OPC_CheckPredicate, 15, 114, 55, // Skip to: 14561 |
| /* 367 */ MCD_OPC_Decode, 193, 5, 95, // Opcode: VCGTsv8i8 |
| /* 371 */ MCD_OPC_FilterValue, 1, 106, 55, // Skip to: 14561 |
| /* 375 */ MCD_OPC_CheckPredicate, 15, 102, 55, // Skip to: 14561 |
| /* 379 */ MCD_OPC_Decode, 188, 5, 96, // Opcode: VCGTsv16i8 |
| /* 383 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 402 |
| /* 388 */ MCD_OPC_CheckPredicate, 15, 89, 55, // Skip to: 14561 |
| /* 392 */ MCD_OPC_CheckField, 6, 1, 0, 83, 55, // Skip to: 14561 |
| /* 398 */ MCD_OPC_Decode, 194, 17, 98, // Opcode: VSUBWsv8i16 |
| /* 402 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 434 |
| /* 407 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 410 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 422 |
| /* 414 */ MCD_OPC_CheckPredicate, 15, 63, 55, // Skip to: 14561 |
| /* 418 */ MCD_OPC_Decode, 199, 5, 95, // Opcode: VCGTuv8i8 |
| /* 422 */ MCD_OPC_FilterValue, 1, 55, 55, // Skip to: 14561 |
| /* 426 */ MCD_OPC_CheckPredicate, 15, 51, 55, // Skip to: 14561 |
| /* 430 */ MCD_OPC_Decode, 194, 5, 96, // Opcode: VCGTuv16i8 |
| /* 434 */ MCD_OPC_FilterValue, 231, 3, 42, 55, // Skip to: 14561 |
| /* 439 */ MCD_OPC_CheckPredicate, 15, 38, 55, // Skip to: 14561 |
| /* 443 */ MCD_OPC_CheckField, 6, 1, 0, 32, 55, // Skip to: 14561 |
| /* 449 */ MCD_OPC_Decode, 197, 17, 98, // Opcode: VSUBWuv8i16 |
| /* 453 */ MCD_OPC_FilterValue, 4, 105, 0, // Skip to: 562 |
| /* 457 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 460 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 492 |
| /* 465 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 468 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 480 |
| /* 472 */ MCD_OPC_CheckPredicate, 15, 5, 55, // Skip to: 14561 |
| /* 476 */ MCD_OPC_Decode, 182, 14, 99, // Opcode: VSHLsv8i8 |
| /* 480 */ MCD_OPC_FilterValue, 1, 253, 54, // Skip to: 14561 |
| /* 484 */ MCD_OPC_CheckPredicate, 15, 249, 54, // Skip to: 14561 |
| /* 488 */ MCD_OPC_Decode, 175, 14, 100, // Opcode: VSHLsv16i8 |
| /* 492 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 511 |
| /* 497 */ MCD_OPC_CheckPredicate, 15, 236, 54, // Skip to: 14561 |
| /* 501 */ MCD_OPC_CheckField, 6, 1, 0, 230, 54, // Skip to: 14561 |
| /* 507 */ MCD_OPC_Decode, 238, 4, 101, // Opcode: VADDHNv8i8 |
| /* 511 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 543 |
| /* 516 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 519 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 531 |
| /* 523 */ MCD_OPC_CheckPredicate, 15, 210, 54, // Skip to: 14561 |
| /* 527 */ MCD_OPC_Decode, 190, 14, 99, // Opcode: VSHLuv8i8 |
| /* 531 */ MCD_OPC_FilterValue, 1, 202, 54, // Skip to: 14561 |
| /* 535 */ MCD_OPC_CheckPredicate, 15, 198, 54, // Skip to: 14561 |
| /* 539 */ MCD_OPC_Decode, 183, 14, 100, // Opcode: VSHLuv16i8 |
| /* 543 */ MCD_OPC_FilterValue, 231, 3, 189, 54, // Skip to: 14561 |
| /* 548 */ MCD_OPC_CheckPredicate, 15, 185, 54, // Skip to: 14561 |
| /* 552 */ MCD_OPC_CheckField, 6, 1, 0, 179, 54, // Skip to: 14561 |
| /* 558 */ MCD_OPC_Decode, 158, 13, 101, // Opcode: VRADDHNv8i8 |
| /* 562 */ MCD_OPC_FilterValue, 5, 105, 0, // Skip to: 671 |
| /* 566 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 569 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 601 |
| /* 574 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 577 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 589 |
| /* 581 */ MCD_OPC_CheckPredicate, 15, 152, 54, // Skip to: 14561 |
| /* 585 */ MCD_OPC_Decode, 222, 13, 99, // Opcode: VRSHLsv8i8 |
| /* 589 */ MCD_OPC_FilterValue, 1, 144, 54, // Skip to: 14561 |
| /* 593 */ MCD_OPC_CheckPredicate, 15, 140, 54, // Skip to: 14561 |
| /* 597 */ MCD_OPC_Decode, 215, 13, 100, // Opcode: VRSHLsv16i8 |
| /* 601 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 620 |
| /* 606 */ MCD_OPC_CheckPredicate, 15, 127, 54, // Skip to: 14561 |
| /* 610 */ MCD_OPC_CheckField, 6, 1, 0, 121, 54, // Skip to: 14561 |
| /* 616 */ MCD_OPC_Decode, 185, 4, 102, // Opcode: VABALsv8i16 |
| /* 620 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 652 |
| /* 625 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 628 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 640 |
| /* 632 */ MCD_OPC_CheckPredicate, 15, 101, 54, // Skip to: 14561 |
| /* 636 */ MCD_OPC_Decode, 230, 13, 99, // Opcode: VRSHLuv8i8 |
| /* 640 */ MCD_OPC_FilterValue, 1, 93, 54, // Skip to: 14561 |
| /* 644 */ MCD_OPC_CheckPredicate, 15, 89, 54, // Skip to: 14561 |
| /* 648 */ MCD_OPC_Decode, 223, 13, 100, // Opcode: VRSHLuv16i8 |
| /* 652 */ MCD_OPC_FilterValue, 231, 3, 80, 54, // Skip to: 14561 |
| /* 657 */ MCD_OPC_CheckPredicate, 15, 76, 54, // Skip to: 14561 |
| /* 661 */ MCD_OPC_CheckField, 6, 1, 0, 70, 54, // Skip to: 14561 |
| /* 667 */ MCD_OPC_Decode, 188, 4, 102, // Opcode: VABALuv8i16 |
| /* 671 */ MCD_OPC_FilterValue, 6, 105, 0, // Skip to: 780 |
| /* 675 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 678 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 710 |
| /* 683 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 686 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 698 |
| /* 690 */ MCD_OPC_CheckPredicate, 15, 43, 54, // Skip to: 14561 |
| /* 694 */ MCD_OPC_Decode, 164, 10, 95, // Opcode: VMAXsv8i8 |
| /* 698 */ MCD_OPC_FilterValue, 1, 35, 54, // Skip to: 14561 |
| /* 702 */ MCD_OPC_CheckPredicate, 15, 31, 54, // Skip to: 14561 |
| /* 706 */ MCD_OPC_Decode, 159, 10, 96, // Opcode: VMAXsv16i8 |
| /* 710 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 729 |
| /* 715 */ MCD_OPC_CheckPredicate, 15, 18, 54, // Skip to: 14561 |
| /* 719 */ MCD_OPC_CheckField, 6, 1, 0, 12, 54, // Skip to: 14561 |
| /* 725 */ MCD_OPC_Decode, 184, 17, 101, // Opcode: VSUBHNv8i8 |
| /* 729 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 761 |
| /* 734 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 737 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 749 |
| /* 741 */ MCD_OPC_CheckPredicate, 15, 248, 53, // Skip to: 14561 |
| /* 745 */ MCD_OPC_Decode, 170, 10, 95, // Opcode: VMAXuv8i8 |
| /* 749 */ MCD_OPC_FilterValue, 1, 240, 53, // Skip to: 14561 |
| /* 753 */ MCD_OPC_CheckPredicate, 15, 236, 53, // Skip to: 14561 |
| /* 757 */ MCD_OPC_Decode, 165, 10, 96, // Opcode: VMAXuv16i8 |
| /* 761 */ MCD_OPC_FilterValue, 231, 3, 227, 53, // Skip to: 14561 |
| /* 766 */ MCD_OPC_CheckPredicate, 15, 223, 53, // Skip to: 14561 |
| /* 770 */ MCD_OPC_CheckField, 6, 1, 0, 217, 53, // Skip to: 14561 |
| /* 776 */ MCD_OPC_Decode, 146, 14, 101, // Opcode: VRSUBHNv8i8 |
| /* 780 */ MCD_OPC_FilterValue, 7, 105, 0, // Skip to: 889 |
| /* 784 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 787 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 819 |
| /* 792 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 795 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 807 |
| /* 799 */ MCD_OPC_CheckPredicate, 15, 190, 53, // Skip to: 14561 |
| /* 803 */ MCD_OPC_Decode, 214, 4, 95, // Opcode: VABDsv8i8 |
| /* 807 */ MCD_OPC_FilterValue, 1, 182, 53, // Skip to: 14561 |
| /* 811 */ MCD_OPC_CheckPredicate, 15, 178, 53, // Skip to: 14561 |
| /* 815 */ MCD_OPC_Decode, 209, 4, 96, // Opcode: VABDsv16i8 |
| /* 819 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 838 |
| /* 824 */ MCD_OPC_CheckPredicate, 15, 165, 53, // Skip to: 14561 |
| /* 828 */ MCD_OPC_CheckField, 6, 1, 0, 159, 53, // Skip to: 14561 |
| /* 834 */ MCD_OPC_Decode, 203, 4, 97, // Opcode: VABDLsv8i16 |
| /* 838 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 870 |
| /* 843 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 846 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 858 |
| /* 850 */ MCD_OPC_CheckPredicate, 15, 139, 53, // Skip to: 14561 |
| /* 854 */ MCD_OPC_Decode, 220, 4, 95, // Opcode: VABDuv8i8 |
| /* 858 */ MCD_OPC_FilterValue, 1, 131, 53, // Skip to: 14561 |
| /* 862 */ MCD_OPC_CheckPredicate, 15, 127, 53, // Skip to: 14561 |
| /* 866 */ MCD_OPC_Decode, 215, 4, 96, // Opcode: VABDuv16i8 |
| /* 870 */ MCD_OPC_FilterValue, 231, 3, 118, 53, // Skip to: 14561 |
| /* 875 */ MCD_OPC_CheckPredicate, 15, 114, 53, // Skip to: 14561 |
| /* 879 */ MCD_OPC_CheckField, 6, 1, 0, 108, 53, // Skip to: 14561 |
| /* 885 */ MCD_OPC_Decode, 206, 4, 97, // Opcode: VABDLuv8i16 |
| /* 889 */ MCD_OPC_FilterValue, 8, 105, 0, // Skip to: 998 |
| /* 893 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 896 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 928 |
| /* 901 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 904 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 916 |
| /* 908 */ MCD_OPC_CheckPredicate, 15, 81, 53, // Skip to: 14561 |
| /* 912 */ MCD_OPC_Decode, 133, 5, 95, // Opcode: VADDv8i8 |
| /* 916 */ MCD_OPC_FilterValue, 1, 73, 53, // Skip to: 14561 |
| /* 920 */ MCD_OPC_CheckPredicate, 15, 69, 53, // Skip to: 14561 |
| /* 924 */ MCD_OPC_Decode, 254, 4, 96, // Opcode: VADDv16i8 |
| /* 928 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 947 |
| /* 933 */ MCD_OPC_CheckPredicate, 15, 56, 53, // Skip to: 14561 |
| /* 937 */ MCD_OPC_CheckField, 6, 1, 0, 50, 53, // Skip to: 14561 |
| /* 943 */ MCD_OPC_Decode, 196, 10, 102, // Opcode: VMLALsv8i16 |
| /* 947 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 979 |
| /* 952 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 955 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 967 |
| /* 959 */ MCD_OPC_CheckPredicate, 15, 30, 53, // Skip to: 14561 |
| /* 963 */ MCD_OPC_Decode, 207, 17, 95, // Opcode: VSUBv8i8 |
| /* 967 */ MCD_OPC_FilterValue, 1, 22, 53, // Skip to: 14561 |
| /* 971 */ MCD_OPC_CheckPredicate, 15, 18, 53, // Skip to: 14561 |
| /* 975 */ MCD_OPC_Decode, 200, 17, 96, // Opcode: VSUBv16i8 |
| /* 979 */ MCD_OPC_FilterValue, 231, 3, 9, 53, // Skip to: 14561 |
| /* 984 */ MCD_OPC_CheckPredicate, 15, 5, 53, // Skip to: 14561 |
| /* 988 */ MCD_OPC_CheckField, 6, 1, 0, 255, 52, // Skip to: 14561 |
| /* 994 */ MCD_OPC_Decode, 199, 10, 102, // Opcode: VMLALuv8i16 |
| /* 998 */ MCD_OPC_FilterValue, 9, 69, 0, // Skip to: 1071 |
| /* 1002 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1005 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 1038 |
| /* 1009 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1012 */ MCD_OPC_FilterValue, 228, 3, 8, 0, // Skip to: 1025 |
| /* 1017 */ MCD_OPC_CheckPredicate, 15, 228, 52, // Skip to: 14561 |
| /* 1021 */ MCD_OPC_Decode, 214, 10, 103, // Opcode: VMLAv8i8 |
| /* 1025 */ MCD_OPC_FilterValue, 230, 3, 219, 52, // Skip to: 14561 |
| /* 1030 */ MCD_OPC_CheckPredicate, 15, 215, 52, // Skip to: 14561 |
| /* 1034 */ MCD_OPC_Decode, 240, 10, 103, // Opcode: VMLSv8i8 |
| /* 1038 */ MCD_OPC_FilterValue, 1, 207, 52, // Skip to: 14561 |
| /* 1042 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1045 */ MCD_OPC_FilterValue, 228, 3, 8, 0, // Skip to: 1058 |
| /* 1050 */ MCD_OPC_CheckPredicate, 15, 195, 52, // Skip to: 14561 |
| /* 1054 */ MCD_OPC_Decode, 209, 10, 104, // Opcode: VMLAv16i8 |
| /* 1058 */ MCD_OPC_FilterValue, 230, 3, 186, 52, // Skip to: 14561 |
| /* 1063 */ MCD_OPC_CheckPredicate, 15, 182, 52, // Skip to: 14561 |
| /* 1067 */ MCD_OPC_Decode, 235, 10, 104, // Opcode: VMLSv16i8 |
| /* 1071 */ MCD_OPC_FilterValue, 10, 79, 0, // Skip to: 1154 |
| /* 1075 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1078 */ MCD_OPC_FilterValue, 228, 3, 14, 0, // Skip to: 1097 |
| /* 1083 */ MCD_OPC_CheckPredicate, 15, 162, 52, // Skip to: 14561 |
| /* 1087 */ MCD_OPC_CheckField, 6, 1, 0, 156, 52, // Skip to: 14561 |
| /* 1093 */ MCD_OPC_Decode, 246, 11, 95, // Opcode: VPMAXs8 |
| /* 1097 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1116 |
| /* 1102 */ MCD_OPC_CheckPredicate, 15, 143, 52, // Skip to: 14561 |
| /* 1106 */ MCD_OPC_CheckField, 6, 1, 0, 137, 52, // Skip to: 14561 |
| /* 1112 */ MCD_OPC_Decode, 222, 10, 102, // Opcode: VMLSLsv8i16 |
| /* 1116 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 1135 |
| /* 1121 */ MCD_OPC_CheckPredicate, 15, 124, 52, // Skip to: 14561 |
| /* 1125 */ MCD_OPC_CheckField, 6, 1, 0, 118, 52, // Skip to: 14561 |
| /* 1131 */ MCD_OPC_Decode, 249, 11, 95, // Opcode: VPMAXu8 |
| /* 1135 */ MCD_OPC_FilterValue, 231, 3, 109, 52, // Skip to: 14561 |
| /* 1140 */ MCD_OPC_CheckPredicate, 15, 105, 52, // Skip to: 14561 |
| /* 1144 */ MCD_OPC_CheckField, 6, 1, 0, 99, 52, // Skip to: 14561 |
| /* 1150 */ MCD_OPC_Decode, 225, 10, 102, // Opcode: VMLSLuv8i16 |
| /* 1154 */ MCD_OPC_FilterValue, 12, 41, 0, // Skip to: 1199 |
| /* 1158 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1161 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1180 |
| /* 1166 */ MCD_OPC_CheckPredicate, 15, 79, 52, // Skip to: 14561 |
| /* 1170 */ MCD_OPC_CheckField, 6, 1, 0, 73, 52, // Skip to: 14561 |
| /* 1176 */ MCD_OPC_Decode, 164, 11, 97, // Opcode: VMULLsv8i16 |
| /* 1180 */ MCD_OPC_FilterValue, 231, 3, 64, 52, // Skip to: 14561 |
| /* 1185 */ MCD_OPC_CheckPredicate, 15, 60, 52, // Skip to: 14561 |
| /* 1189 */ MCD_OPC_CheckField, 6, 1, 0, 54, 52, // Skip to: 14561 |
| /* 1195 */ MCD_OPC_Decode, 167, 11, 97, // Opcode: VMULLuv8i16 |
| /* 1199 */ MCD_OPC_FilterValue, 13, 55, 0, // Skip to: 1258 |
| /* 1203 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1206 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 1239 |
| /* 1210 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1213 */ MCD_OPC_FilterValue, 228, 3, 8, 0, // Skip to: 1226 |
| /* 1218 */ MCD_OPC_CheckPredicate, 15, 27, 52, // Skip to: 14561 |
| /* 1222 */ MCD_OPC_Decode, 252, 4, 95, // Opcode: VADDfd |
| /* 1226 */ MCD_OPC_FilterValue, 230, 3, 18, 52, // Skip to: 14561 |
| /* 1231 */ MCD_OPC_CheckPredicate, 15, 14, 52, // Skip to: 14561 |
| /* 1235 */ MCD_OPC_Decode, 239, 11, 95, // Opcode: VPADDf |
| /* 1239 */ MCD_OPC_FilterValue, 1, 6, 52, // Skip to: 14561 |
| /* 1243 */ MCD_OPC_CheckPredicate, 15, 2, 52, // Skip to: 14561 |
| /* 1247 */ MCD_OPC_CheckField, 23, 9, 228, 3, 251, 51, // Skip to: 14561 |
| /* 1254 */ MCD_OPC_Decode, 253, 4, 96, // Opcode: VADDfq |
| /* 1258 */ MCD_OPC_FilterValue, 14, 86, 0, // Skip to: 1348 |
| /* 1262 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1265 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1297 |
| /* 1270 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1273 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1285 |
| /* 1277 */ MCD_OPC_CheckPredicate, 15, 224, 51, // Skip to: 14561 |
| /* 1281 */ MCD_OPC_Decode, 148, 5, 95, // Opcode: VCEQfd |
| /* 1285 */ MCD_OPC_FilterValue, 1, 216, 51, // Skip to: 14561 |
| /* 1289 */ MCD_OPC_CheckPredicate, 15, 212, 51, // Skip to: 14561 |
| /* 1293 */ MCD_OPC_Decode, 149, 5, 96, // Opcode: VCEQfq |
| /* 1297 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1316 |
| /* 1302 */ MCD_OPC_CheckPredicate, 15, 199, 51, // Skip to: 14561 |
| /* 1306 */ MCD_OPC_CheckField, 6, 1, 0, 193, 51, // Skip to: 14561 |
| /* 1312 */ MCD_OPC_Decode, 157, 11, 97, // Opcode: VMULLp8 |
| /* 1316 */ MCD_OPC_FilterValue, 230, 3, 184, 51, // Skip to: 14561 |
| /* 1321 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1324 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1336 |
| /* 1328 */ MCD_OPC_CheckPredicate, 15, 173, 51, // Skip to: 14561 |
| /* 1332 */ MCD_OPC_Decode, 164, 5, 95, // Opcode: VCGEfd |
| /* 1336 */ MCD_OPC_FilterValue, 1, 165, 51, // Skip to: 14561 |
| /* 1340 */ MCD_OPC_CheckPredicate, 15, 161, 51, // Skip to: 14561 |
| /* 1344 */ MCD_OPC_Decode, 165, 5, 96, // Opcode: VCGEfq |
| /* 1348 */ MCD_OPC_FilterValue, 15, 153, 51, // Skip to: 14561 |
| /* 1352 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1355 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 1388 |
| /* 1359 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1362 */ MCD_OPC_FilterValue, 228, 3, 8, 0, // Skip to: 1375 |
| /* 1367 */ MCD_OPC_CheckPredicate, 15, 134, 51, // Skip to: 14561 |
| /* 1371 */ MCD_OPC_Decode, 157, 10, 95, // Opcode: VMAXfd |
| /* 1375 */ MCD_OPC_FilterValue, 230, 3, 125, 51, // Skip to: 14561 |
| /* 1380 */ MCD_OPC_CheckPredicate, 15, 121, 51, // Skip to: 14561 |
| /* 1384 */ MCD_OPC_Decode, 243, 11, 95, // Opcode: VPMAXf |
| /* 1388 */ MCD_OPC_FilterValue, 1, 113, 51, // Skip to: 14561 |
| /* 1392 */ MCD_OPC_CheckPredicate, 15, 109, 51, // Skip to: 14561 |
| /* 1396 */ MCD_OPC_CheckField, 23, 9, 228, 3, 102, 51, // Skip to: 14561 |
| /* 1403 */ MCD_OPC_Decode, 158, 10, 96, // Opcode: VMAXfq |
| /* 1407 */ MCD_OPC_FilterValue, 1, 38, 6, // Skip to: 2985 |
| /* 1411 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1414 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 1549 |
| /* 1418 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1421 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1453 |
| /* 1426 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1429 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1441 |
| /* 1433 */ MCD_OPC_CheckPredicate, 15, 68, 51, // Skip to: 14561 |
| /* 1437 */ MCD_OPC_Decode, 220, 6, 95, // Opcode: VHADDsv4i16 |
| /* 1441 */ MCD_OPC_FilterValue, 1, 60, 51, // Skip to: 14561 |
| /* 1445 */ MCD_OPC_CheckPredicate, 15, 56, 51, // Skip to: 14561 |
| /* 1449 */ MCD_OPC_Decode, 222, 6, 96, // Opcode: VHADDsv8i16 |
| /* 1453 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 1485 |
| /* 1458 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1461 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1473 |
| /* 1465 */ MCD_OPC_CheckPredicate, 15, 36, 51, // Skip to: 14561 |
| /* 1469 */ MCD_OPC_Decode, 240, 4, 97, // Opcode: VADDLsv4i32 |
| /* 1473 */ MCD_OPC_FilterValue, 1, 28, 51, // Skip to: 14561 |
| /* 1477 */ MCD_OPC_CheckPredicate, 15, 24, 51, // Skip to: 14561 |
| /* 1481 */ MCD_OPC_Decode, 206, 10, 105, // Opcode: VMLAslv4i16 |
| /* 1485 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 1517 |
| /* 1490 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1493 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1505 |
| /* 1497 */ MCD_OPC_CheckPredicate, 15, 4, 51, // Skip to: 14561 |
| /* 1501 */ MCD_OPC_Decode, 226, 6, 95, // Opcode: VHADDuv4i16 |
| /* 1505 */ MCD_OPC_FilterValue, 1, 252, 50, // Skip to: 14561 |
| /* 1509 */ MCD_OPC_CheckPredicate, 15, 248, 50, // Skip to: 14561 |
| /* 1513 */ MCD_OPC_Decode, 228, 6, 96, // Opcode: VHADDuv8i16 |
| /* 1517 */ MCD_OPC_FilterValue, 231, 3, 239, 50, // Skip to: 14561 |
| /* 1522 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1525 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1537 |
| /* 1529 */ MCD_OPC_CheckPredicate, 15, 228, 50, // Skip to: 14561 |
| /* 1533 */ MCD_OPC_Decode, 243, 4, 97, // Opcode: VADDLuv4i32 |
| /* 1537 */ MCD_OPC_FilterValue, 1, 220, 50, // Skip to: 14561 |
| /* 1541 */ MCD_OPC_CheckPredicate, 15, 216, 50, // Skip to: 14561 |
| /* 1545 */ MCD_OPC_Decode, 208, 10, 106, // Opcode: VMLAslv8i16 |
| /* 1549 */ MCD_OPC_FilterValue, 1, 105, 0, // Skip to: 1658 |
| /* 1553 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1556 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1588 |
| /* 1561 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1564 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1576 |
| /* 1568 */ MCD_OPC_CheckPredicate, 15, 189, 50, // Skip to: 14561 |
| /* 1572 */ MCD_OPC_Decode, 179, 13, 95, // Opcode: VRHADDsv4i16 |
| /* 1576 */ MCD_OPC_FilterValue, 1, 181, 50, // Skip to: 14561 |
| /* 1580 */ MCD_OPC_CheckPredicate, 15, 177, 50, // Skip to: 14561 |
| /* 1584 */ MCD_OPC_Decode, 181, 13, 96, // Opcode: VRHADDsv8i16 |
| /* 1588 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1607 |
| /* 1593 */ MCD_OPC_CheckPredicate, 15, 164, 50, // Skip to: 14561 |
| /* 1597 */ MCD_OPC_CheckField, 6, 1, 0, 158, 50, // Skip to: 14561 |
| /* 1603 */ MCD_OPC_Decode, 247, 4, 98, // Opcode: VADDWsv4i32 |
| /* 1607 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 1639 |
| /* 1612 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1615 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1627 |
| /* 1619 */ MCD_OPC_CheckPredicate, 15, 138, 50, // Skip to: 14561 |
| /* 1623 */ MCD_OPC_Decode, 185, 13, 95, // Opcode: VRHADDuv4i16 |
| /* 1627 */ MCD_OPC_FilterValue, 1, 130, 50, // Skip to: 14561 |
| /* 1631 */ MCD_OPC_CheckPredicate, 15, 126, 50, // Skip to: 14561 |
| /* 1635 */ MCD_OPC_Decode, 187, 13, 96, // Opcode: VRHADDuv8i16 |
| /* 1639 */ MCD_OPC_FilterValue, 231, 3, 117, 50, // Skip to: 14561 |
| /* 1644 */ MCD_OPC_CheckPredicate, 15, 113, 50, // Skip to: 14561 |
| /* 1648 */ MCD_OPC_CheckField, 6, 1, 0, 107, 50, // Skip to: 14561 |
| /* 1654 */ MCD_OPC_Decode, 250, 4, 98, // Opcode: VADDWuv4i32 |
| /* 1658 */ MCD_OPC_FilterValue, 2, 131, 0, // Skip to: 1793 |
| /* 1662 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1665 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1697 |
| /* 1670 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1673 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1685 |
| /* 1677 */ MCD_OPC_CheckPredicate, 15, 80, 50, // Skip to: 14561 |
| /* 1681 */ MCD_OPC_Decode, 232, 6, 95, // Opcode: VHSUBsv4i16 |
| /* 1685 */ MCD_OPC_FilterValue, 1, 72, 50, // Skip to: 14561 |
| /* 1689 */ MCD_OPC_CheckPredicate, 15, 68, 50, // Skip to: 14561 |
| /* 1693 */ MCD_OPC_Decode, 234, 6, 96, // Opcode: VHSUBsv8i16 |
| /* 1697 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 1729 |
| /* 1702 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1705 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1717 |
| /* 1709 */ MCD_OPC_CheckPredicate, 15, 48, 50, // Skip to: 14561 |
| /* 1713 */ MCD_OPC_Decode, 186, 17, 97, // Opcode: VSUBLsv4i32 |
| /* 1717 */ MCD_OPC_FilterValue, 1, 40, 50, // Skip to: 14561 |
| /* 1721 */ MCD_OPC_CheckPredicate, 15, 36, 50, // Skip to: 14561 |
| /* 1725 */ MCD_OPC_Decode, 191, 10, 107, // Opcode: VMLALslsv4i16 |
| /* 1729 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 1761 |
| /* 1734 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1737 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1749 |
| /* 1741 */ MCD_OPC_CheckPredicate, 15, 16, 50, // Skip to: 14561 |
| /* 1745 */ MCD_OPC_Decode, 238, 6, 95, // Opcode: VHSUBuv4i16 |
| /* 1749 */ MCD_OPC_FilterValue, 1, 8, 50, // Skip to: 14561 |
| /* 1753 */ MCD_OPC_CheckPredicate, 15, 4, 50, // Skip to: 14561 |
| /* 1757 */ MCD_OPC_Decode, 240, 6, 96, // Opcode: VHSUBuv8i16 |
| /* 1761 */ MCD_OPC_FilterValue, 231, 3, 251, 49, // Skip to: 14561 |
| /* 1766 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1769 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1781 |
| /* 1773 */ MCD_OPC_CheckPredicate, 15, 240, 49, // Skip to: 14561 |
| /* 1777 */ MCD_OPC_Decode, 189, 17, 97, // Opcode: VSUBLuv4i32 |
| /* 1781 */ MCD_OPC_FilterValue, 1, 232, 49, // Skip to: 14561 |
| /* 1785 */ MCD_OPC_CheckPredicate, 15, 228, 49, // Skip to: 14561 |
| /* 1789 */ MCD_OPC_Decode, 193, 10, 107, // Opcode: VMLALsluv4i16 |
| /* 1793 */ MCD_OPC_FilterValue, 3, 118, 0, // Skip to: 1915 |
| /* 1797 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1800 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1832 |
| /* 1805 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1808 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1820 |
| /* 1812 */ MCD_OPC_CheckPredicate, 15, 201, 49, // Skip to: 14561 |
| /* 1816 */ MCD_OPC_Decode, 190, 5, 95, // Opcode: VCGTsv4i16 |
| /* 1820 */ MCD_OPC_FilterValue, 1, 193, 49, // Skip to: 14561 |
| /* 1824 */ MCD_OPC_CheckPredicate, 15, 189, 49, // Skip to: 14561 |
| /* 1828 */ MCD_OPC_Decode, 192, 5, 96, // Opcode: VCGTsv8i16 |
| /* 1832 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 1864 |
| /* 1837 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1840 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1852 |
| /* 1844 */ MCD_OPC_CheckPredicate, 15, 169, 49, // Skip to: 14561 |
| /* 1848 */ MCD_OPC_Decode, 193, 17, 98, // Opcode: VSUBWsv4i32 |
| /* 1852 */ MCD_OPC_FilterValue, 1, 161, 49, // Skip to: 14561 |
| /* 1856 */ MCD_OPC_CheckPredicate, 15, 157, 49, // Skip to: 14561 |
| /* 1860 */ MCD_OPC_Decode, 152, 12, 107, // Opcode: VQDMLALslv4i16 |
| /* 1864 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 1896 |
| /* 1869 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1872 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1884 |
| /* 1876 */ MCD_OPC_CheckPredicate, 15, 137, 49, // Skip to: 14561 |
| /* 1880 */ MCD_OPC_Decode, 196, 5, 95, // Opcode: VCGTuv4i16 |
| /* 1884 */ MCD_OPC_FilterValue, 1, 129, 49, // Skip to: 14561 |
| /* 1888 */ MCD_OPC_CheckPredicate, 15, 125, 49, // Skip to: 14561 |
| /* 1892 */ MCD_OPC_Decode, 198, 5, 96, // Opcode: VCGTuv8i16 |
| /* 1896 */ MCD_OPC_FilterValue, 231, 3, 116, 49, // Skip to: 14561 |
| /* 1901 */ MCD_OPC_CheckPredicate, 15, 112, 49, // Skip to: 14561 |
| /* 1905 */ MCD_OPC_CheckField, 6, 1, 0, 106, 49, // Skip to: 14561 |
| /* 1911 */ MCD_OPC_Decode, 196, 17, 98, // Opcode: VSUBWuv4i32 |
| /* 1915 */ MCD_OPC_FilterValue, 4, 131, 0, // Skip to: 2050 |
| /* 1919 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1922 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 1954 |
| /* 1927 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1930 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1942 |
| /* 1934 */ MCD_OPC_CheckPredicate, 15, 79, 49, // Skip to: 14561 |
| /* 1938 */ MCD_OPC_Decode, 179, 14, 99, // Opcode: VSHLsv4i16 |
| /* 1942 */ MCD_OPC_FilterValue, 1, 71, 49, // Skip to: 14561 |
| /* 1946 */ MCD_OPC_CheckPredicate, 15, 67, 49, // Skip to: 14561 |
| /* 1950 */ MCD_OPC_Decode, 181, 14, 100, // Opcode: VSHLsv8i16 |
| /* 1954 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 1986 |
| /* 1959 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1962 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1974 |
| /* 1966 */ MCD_OPC_CheckPredicate, 15, 47, 49, // Skip to: 14561 |
| /* 1970 */ MCD_OPC_Decode, 237, 4, 101, // Opcode: VADDHNv4i16 |
| /* 1974 */ MCD_OPC_FilterValue, 1, 39, 49, // Skip to: 14561 |
| /* 1978 */ MCD_OPC_CheckPredicate, 15, 35, 49, // Skip to: 14561 |
| /* 1982 */ MCD_OPC_Decode, 232, 10, 105, // Opcode: VMLSslv4i16 |
| /* 1986 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 2018 |
| /* 1991 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1994 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2006 |
| /* 1998 */ MCD_OPC_CheckPredicate, 15, 15, 49, // Skip to: 14561 |
| /* 2002 */ MCD_OPC_Decode, 187, 14, 99, // Opcode: VSHLuv4i16 |
| /* 2006 */ MCD_OPC_FilterValue, 1, 7, 49, // Skip to: 14561 |
| /* 2010 */ MCD_OPC_CheckPredicate, 15, 3, 49, // Skip to: 14561 |
| /* 2014 */ MCD_OPC_Decode, 189, 14, 100, // Opcode: VSHLuv8i16 |
| /* 2018 */ MCD_OPC_FilterValue, 231, 3, 250, 48, // Skip to: 14561 |
| /* 2023 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2026 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2038 |
| /* 2030 */ MCD_OPC_CheckPredicate, 15, 239, 48, // Skip to: 14561 |
| /* 2034 */ MCD_OPC_Decode, 157, 13, 101, // Opcode: VRADDHNv4i16 |
| /* 2038 */ MCD_OPC_FilterValue, 1, 231, 48, // Skip to: 14561 |
| /* 2042 */ MCD_OPC_CheckPredicate, 15, 227, 48, // Skip to: 14561 |
| /* 2046 */ MCD_OPC_Decode, 234, 10, 106, // Opcode: VMLSslv8i16 |
| /* 2050 */ MCD_OPC_FilterValue, 5, 105, 0, // Skip to: 2159 |
| /* 2054 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2057 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2089 |
| /* 2062 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2065 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2077 |
| /* 2069 */ MCD_OPC_CheckPredicate, 15, 200, 48, // Skip to: 14561 |
| /* 2073 */ MCD_OPC_Decode, 219, 13, 99, // Opcode: VRSHLsv4i16 |
| /* 2077 */ MCD_OPC_FilterValue, 1, 192, 48, // Skip to: 14561 |
| /* 2081 */ MCD_OPC_CheckPredicate, 15, 188, 48, // Skip to: 14561 |
| /* 2085 */ MCD_OPC_Decode, 221, 13, 100, // Opcode: VRSHLsv8i16 |
| /* 2089 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 2108 |
| /* 2094 */ MCD_OPC_CheckPredicate, 15, 175, 48, // Skip to: 14561 |
| /* 2098 */ MCD_OPC_CheckField, 6, 1, 0, 169, 48, // Skip to: 14561 |
| /* 2104 */ MCD_OPC_Decode, 184, 4, 102, // Opcode: VABALsv4i32 |
| /* 2108 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 2140 |
| /* 2113 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2116 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2128 |
| /* 2120 */ MCD_OPC_CheckPredicate, 15, 149, 48, // Skip to: 14561 |
| /* 2124 */ MCD_OPC_Decode, 227, 13, 99, // Opcode: VRSHLuv4i16 |
| /* 2128 */ MCD_OPC_FilterValue, 1, 141, 48, // Skip to: 14561 |
| /* 2132 */ MCD_OPC_CheckPredicate, 15, 137, 48, // Skip to: 14561 |
| /* 2136 */ MCD_OPC_Decode, 229, 13, 100, // Opcode: VRSHLuv8i16 |
| /* 2140 */ MCD_OPC_FilterValue, 231, 3, 128, 48, // Skip to: 14561 |
| /* 2145 */ MCD_OPC_CheckPredicate, 15, 124, 48, // Skip to: 14561 |
| /* 2149 */ MCD_OPC_CheckField, 6, 1, 0, 118, 48, // Skip to: 14561 |
| /* 2155 */ MCD_OPC_Decode, 187, 4, 102, // Opcode: VABALuv4i32 |
| /* 2159 */ MCD_OPC_FilterValue, 6, 131, 0, // Skip to: 2294 |
| /* 2163 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2166 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2198 |
| /* 2171 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2174 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2186 |
| /* 2178 */ MCD_OPC_CheckPredicate, 15, 91, 48, // Skip to: 14561 |
| /* 2182 */ MCD_OPC_Decode, 161, 10, 95, // Opcode: VMAXsv4i16 |
| /* 2186 */ MCD_OPC_FilterValue, 1, 83, 48, // Skip to: 14561 |
| /* 2190 */ MCD_OPC_CheckPredicate, 15, 79, 48, // Skip to: 14561 |
| /* 2194 */ MCD_OPC_Decode, 163, 10, 96, // Opcode: VMAXsv8i16 |
| /* 2198 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 2230 |
| /* 2203 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2206 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2218 |
| /* 2210 */ MCD_OPC_CheckPredicate, 15, 59, 48, // Skip to: 14561 |
| /* 2214 */ MCD_OPC_Decode, 183, 17, 101, // Opcode: VSUBHNv4i16 |
| /* 2218 */ MCD_OPC_FilterValue, 1, 51, 48, // Skip to: 14561 |
| /* 2222 */ MCD_OPC_CheckPredicate, 15, 47, 48, // Skip to: 14561 |
| /* 2226 */ MCD_OPC_Decode, 217, 10, 107, // Opcode: VMLSLslsv4i16 |
| /* 2230 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 2262 |
| /* 2235 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2238 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2250 |
| /* 2242 */ MCD_OPC_CheckPredicate, 15, 27, 48, // Skip to: 14561 |
| /* 2246 */ MCD_OPC_Decode, 167, 10, 95, // Opcode: VMAXuv4i16 |
| /* 2250 */ MCD_OPC_FilterValue, 1, 19, 48, // Skip to: 14561 |
| /* 2254 */ MCD_OPC_CheckPredicate, 15, 15, 48, // Skip to: 14561 |
| /* 2258 */ MCD_OPC_Decode, 169, 10, 96, // Opcode: VMAXuv8i16 |
| /* 2262 */ MCD_OPC_FilterValue, 231, 3, 6, 48, // Skip to: 14561 |
| /* 2267 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2270 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2282 |
| /* 2274 */ MCD_OPC_CheckPredicate, 15, 251, 47, // Skip to: 14561 |
| /* 2278 */ MCD_OPC_Decode, 145, 14, 101, // Opcode: VRSUBHNv4i16 |
| /* 2282 */ MCD_OPC_FilterValue, 1, 243, 47, // Skip to: 14561 |
| /* 2286 */ MCD_OPC_CheckPredicate, 15, 239, 47, // Skip to: 14561 |
| /* 2290 */ MCD_OPC_Decode, 219, 10, 107, // Opcode: VMLSLsluv4i16 |
| /* 2294 */ MCD_OPC_FilterValue, 7, 118, 0, // Skip to: 2416 |
| /* 2298 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2301 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2333 |
| /* 2306 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2309 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2321 |
| /* 2313 */ MCD_OPC_CheckPredicate, 15, 212, 47, // Skip to: 14561 |
| /* 2317 */ MCD_OPC_Decode, 211, 4, 95, // Opcode: VABDsv4i16 |
| /* 2321 */ MCD_OPC_FilterValue, 1, 204, 47, // Skip to: 14561 |
| /* 2325 */ MCD_OPC_CheckPredicate, 15, 200, 47, // Skip to: 14561 |
| /* 2329 */ MCD_OPC_Decode, 213, 4, 96, // Opcode: VABDsv8i16 |
| /* 2333 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 2365 |
| /* 2338 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2341 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2353 |
| /* 2345 */ MCD_OPC_CheckPredicate, 15, 180, 47, // Skip to: 14561 |
| /* 2349 */ MCD_OPC_Decode, 202, 4, 97, // Opcode: VABDLsv4i32 |
| /* 2353 */ MCD_OPC_FilterValue, 1, 172, 47, // Skip to: 14561 |
| /* 2357 */ MCD_OPC_CheckPredicate, 15, 168, 47, // Skip to: 14561 |
| /* 2361 */ MCD_OPC_Decode, 156, 12, 107, // Opcode: VQDMLSLslv4i16 |
| /* 2365 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 2397 |
| /* 2370 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2373 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2385 |
| /* 2377 */ MCD_OPC_CheckPredicate, 15, 148, 47, // Skip to: 14561 |
| /* 2381 */ MCD_OPC_Decode, 217, 4, 95, // Opcode: VABDuv4i16 |
| /* 2385 */ MCD_OPC_FilterValue, 1, 140, 47, // Skip to: 14561 |
| /* 2389 */ MCD_OPC_CheckPredicate, 15, 136, 47, // Skip to: 14561 |
| /* 2393 */ MCD_OPC_Decode, 219, 4, 96, // Opcode: VABDuv8i16 |
| /* 2397 */ MCD_OPC_FilterValue, 231, 3, 127, 47, // Skip to: 14561 |
| /* 2402 */ MCD_OPC_CheckPredicate, 15, 123, 47, // Skip to: 14561 |
| /* 2406 */ MCD_OPC_CheckField, 6, 1, 0, 117, 47, // Skip to: 14561 |
| /* 2412 */ MCD_OPC_Decode, 205, 4, 97, // Opcode: VABDLuv4i32 |
| /* 2416 */ MCD_OPC_FilterValue, 8, 131, 0, // Skip to: 2551 |
| /* 2420 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2423 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2455 |
| /* 2428 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2431 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2443 |
| /* 2435 */ MCD_OPC_CheckPredicate, 15, 90, 47, // Skip to: 14561 |
| /* 2439 */ MCD_OPC_Decode, 130, 5, 95, // Opcode: VADDv4i16 |
| /* 2443 */ MCD_OPC_FilterValue, 1, 82, 47, // Skip to: 14561 |
| /* 2447 */ MCD_OPC_CheckPredicate, 15, 78, 47, // Skip to: 14561 |
| /* 2451 */ MCD_OPC_Decode, 132, 5, 96, // Opcode: VADDv8i16 |
| /* 2455 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 2487 |
| /* 2460 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2463 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2475 |
| /* 2467 */ MCD_OPC_CheckPredicate, 15, 58, 47, // Skip to: 14561 |
| /* 2471 */ MCD_OPC_Decode, 195, 10, 102, // Opcode: VMLALsv4i32 |
| /* 2475 */ MCD_OPC_FilterValue, 1, 50, 47, // Skip to: 14561 |
| /* 2479 */ MCD_OPC_CheckPredicate, 15, 46, 47, // Skip to: 14561 |
| /* 2483 */ MCD_OPC_Decode, 176, 11, 108, // Opcode: VMULslv4i16 |
| /* 2487 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 2519 |
| /* 2492 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2495 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2507 |
| /* 2499 */ MCD_OPC_CheckPredicate, 15, 26, 47, // Skip to: 14561 |
| /* 2503 */ MCD_OPC_Decode, 204, 17, 95, // Opcode: VSUBv4i16 |
| /* 2507 */ MCD_OPC_FilterValue, 1, 18, 47, // Skip to: 14561 |
| /* 2511 */ MCD_OPC_CheckPredicate, 15, 14, 47, // Skip to: 14561 |
| /* 2515 */ MCD_OPC_Decode, 206, 17, 96, // Opcode: VSUBv8i16 |
| /* 2519 */ MCD_OPC_FilterValue, 231, 3, 5, 47, // Skip to: 14561 |
| /* 2524 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2527 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2539 |
| /* 2531 */ MCD_OPC_CheckPredicate, 15, 250, 46, // Skip to: 14561 |
| /* 2535 */ MCD_OPC_Decode, 198, 10, 102, // Opcode: VMLALuv4i32 |
| /* 2539 */ MCD_OPC_FilterValue, 1, 242, 46, // Skip to: 14561 |
| /* 2543 */ MCD_OPC_CheckPredicate, 15, 238, 46, // Skip to: 14561 |
| /* 2547 */ MCD_OPC_Decode, 178, 11, 109, // Opcode: VMULslv8i16 |
| /* 2551 */ MCD_OPC_FilterValue, 9, 86, 0, // Skip to: 2641 |
| /* 2555 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2558 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2590 |
| /* 2563 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2566 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2578 |
| /* 2570 */ MCD_OPC_CheckPredicate, 15, 211, 46, // Skip to: 14561 |
| /* 2574 */ MCD_OPC_Decode, 211, 10, 103, // Opcode: VMLAv4i16 |
| /* 2578 */ MCD_OPC_FilterValue, 1, 203, 46, // Skip to: 14561 |
| /* 2582 */ MCD_OPC_CheckPredicate, 15, 199, 46, // Skip to: 14561 |
| /* 2586 */ MCD_OPC_Decode, 213, 10, 104, // Opcode: VMLAv8i16 |
| /* 2590 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 2609 |
| /* 2595 */ MCD_OPC_CheckPredicate, 15, 186, 46, // Skip to: 14561 |
| /* 2599 */ MCD_OPC_CheckField, 6, 1, 0, 180, 46, // Skip to: 14561 |
| /* 2605 */ MCD_OPC_Decode, 154, 12, 102, // Opcode: VQDMLALv4i32 |
| /* 2609 */ MCD_OPC_FilterValue, 230, 3, 171, 46, // Skip to: 14561 |
| /* 2614 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2617 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2629 |
| /* 2621 */ MCD_OPC_CheckPredicate, 15, 160, 46, // Skip to: 14561 |
| /* 2625 */ MCD_OPC_Decode, 237, 10, 103, // Opcode: VMLSv4i16 |
| /* 2629 */ MCD_OPC_FilterValue, 1, 152, 46, // Skip to: 14561 |
| /* 2633 */ MCD_OPC_CheckPredicate, 15, 148, 46, // Skip to: 14561 |
| /* 2637 */ MCD_OPC_Decode, 239, 10, 104, // Opcode: VMLSv8i16 |
| /* 2641 */ MCD_OPC_FilterValue, 10, 105, 0, // Skip to: 2750 |
| /* 2645 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2648 */ MCD_OPC_FilterValue, 228, 3, 14, 0, // Skip to: 2667 |
| /* 2653 */ MCD_OPC_CheckPredicate, 15, 128, 46, // Skip to: 14561 |
| /* 2657 */ MCD_OPC_CheckField, 6, 1, 0, 122, 46, // Skip to: 14561 |
| /* 2663 */ MCD_OPC_Decode, 244, 11, 95, // Opcode: VPMAXs16 |
| /* 2667 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 2699 |
| /* 2672 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2675 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2687 |
| /* 2679 */ MCD_OPC_CheckPredicate, 15, 102, 46, // Skip to: 14561 |
| /* 2683 */ MCD_OPC_Decode, 221, 10, 102, // Opcode: VMLSLsv4i32 |
| /* 2687 */ MCD_OPC_FilterValue, 1, 94, 46, // Skip to: 14561 |
| /* 2691 */ MCD_OPC_CheckPredicate, 15, 90, 46, // Skip to: 14561 |
| /* 2695 */ MCD_OPC_Decode, 159, 11, 110, // Opcode: VMULLslsv4i16 |
| /* 2699 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 2718 |
| /* 2704 */ MCD_OPC_CheckPredicate, 15, 77, 46, // Skip to: 14561 |
| /* 2708 */ MCD_OPC_CheckField, 6, 1, 0, 71, 46, // Skip to: 14561 |
| /* 2714 */ MCD_OPC_Decode, 247, 11, 95, // Opcode: VPMAXu16 |
| /* 2718 */ MCD_OPC_FilterValue, 231, 3, 62, 46, // Skip to: 14561 |
| /* 2723 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2726 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2738 |
| /* 2730 */ MCD_OPC_CheckPredicate, 15, 51, 46, // Skip to: 14561 |
| /* 2734 */ MCD_OPC_Decode, 224, 10, 102, // Opcode: VMLSLuv4i32 |
| /* 2738 */ MCD_OPC_FilterValue, 1, 43, 46, // Skip to: 14561 |
| /* 2742 */ MCD_OPC_CheckPredicate, 15, 39, 46, // Skip to: 14561 |
| /* 2746 */ MCD_OPC_Decode, 161, 11, 110, // Opcode: VMULLsluv4i16 |
| /* 2750 */ MCD_OPC_FilterValue, 11, 99, 0, // Skip to: 2853 |
| /* 2754 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2757 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 2789 |
| /* 2762 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2765 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2777 |
| /* 2769 */ MCD_OPC_CheckPredicate, 15, 12, 46, // Skip to: 14561 |
| /* 2773 */ MCD_OPC_Decode, 164, 12, 95, // Opcode: VQDMULHv4i16 |
| /* 2777 */ MCD_OPC_FilterValue, 1, 4, 46, // Skip to: 14561 |
| /* 2781 */ MCD_OPC_CheckPredicate, 15, 0, 46, // Skip to: 14561 |
| /* 2785 */ MCD_OPC_Decode, 166, 12, 96, // Opcode: VQDMULHv8i16 |
| /* 2789 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 2821 |
| /* 2794 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2797 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2809 |
| /* 2801 */ MCD_OPC_CheckPredicate, 15, 236, 45, // Skip to: 14561 |
| /* 2805 */ MCD_OPC_Decode, 158, 12, 102, // Opcode: VQDMLSLv4i32 |
| /* 2809 */ MCD_OPC_FilterValue, 1, 228, 45, // Skip to: 14561 |
| /* 2813 */ MCD_OPC_CheckPredicate, 15, 224, 45, // Skip to: 14561 |
| /* 2817 */ MCD_OPC_Decode, 168, 12, 110, // Opcode: VQDMULLslv4i16 |
| /* 2821 */ MCD_OPC_FilterValue, 230, 3, 215, 45, // Skip to: 14561 |
| /* 2826 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2829 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2841 |
| /* 2833 */ MCD_OPC_CheckPredicate, 15, 204, 45, // Skip to: 14561 |
| /* 2837 */ MCD_OPC_Decode, 191, 12, 95, // Opcode: VQRDMULHv4i16 |
| /* 2841 */ MCD_OPC_FilterValue, 1, 196, 45, // Skip to: 14561 |
| /* 2845 */ MCD_OPC_CheckPredicate, 15, 192, 45, // Skip to: 14561 |
| /* 2849 */ MCD_OPC_Decode, 193, 12, 96, // Opcode: VQRDMULHv8i16 |
| /* 2853 */ MCD_OPC_FilterValue, 12, 69, 0, // Skip to: 2926 |
| /* 2857 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2860 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 2893 |
| /* 2864 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2867 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 2880 |
| /* 2872 */ MCD_OPC_CheckPredicate, 15, 165, 45, // Skip to: 14561 |
| /* 2876 */ MCD_OPC_Decode, 163, 11, 97, // Opcode: VMULLsv4i32 |
| /* 2880 */ MCD_OPC_FilterValue, 231, 3, 156, 45, // Skip to: 14561 |
| /* 2885 */ MCD_OPC_CheckPredicate, 15, 152, 45, // Skip to: 14561 |
| /* 2889 */ MCD_OPC_Decode, 166, 11, 97, // Opcode: VMULLuv4i32 |
| /* 2893 */ MCD_OPC_FilterValue, 1, 144, 45, // Skip to: 14561 |
| /* 2897 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2900 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 2913 |
| /* 2905 */ MCD_OPC_CheckPredicate, 15, 132, 45, // Skip to: 14561 |
| /* 2909 */ MCD_OPC_Decode, 160, 12, 108, // Opcode: VQDMULHslv4i16 |
| /* 2913 */ MCD_OPC_FilterValue, 231, 3, 123, 45, // Skip to: 14561 |
| /* 2918 */ MCD_OPC_CheckPredicate, 15, 119, 45, // Skip to: 14561 |
| /* 2922 */ MCD_OPC_Decode, 162, 12, 109, // Opcode: VQDMULHslv8i16 |
| /* 2926 */ MCD_OPC_FilterValue, 13, 111, 45, // Skip to: 14561 |
| /* 2930 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 2933 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2952 |
| /* 2937 */ MCD_OPC_CheckPredicate, 15, 100, 45, // Skip to: 14561 |
| /* 2941 */ MCD_OPC_CheckField, 23, 9, 229, 3, 93, 45, // Skip to: 14561 |
| /* 2948 */ MCD_OPC_Decode, 170, 12, 97, // Opcode: VQDMULLv4i32 |
| /* 2952 */ MCD_OPC_FilterValue, 1, 85, 45, // Skip to: 14561 |
| /* 2956 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2959 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 2972 |
| /* 2964 */ MCD_OPC_CheckPredicate, 15, 73, 45, // Skip to: 14561 |
| /* 2968 */ MCD_OPC_Decode, 187, 12, 108, // Opcode: VQRDMULHslv4i16 |
| /* 2972 */ MCD_OPC_FilterValue, 231, 3, 64, 45, // Skip to: 14561 |
| /* 2977 */ MCD_OPC_CheckPredicate, 15, 60, 45, // Skip to: 14561 |
| /* 2981 */ MCD_OPC_Decode, 189, 12, 109, // Opcode: VQRDMULHslv8i16 |
| /* 2985 */ MCD_OPC_FilterValue, 2, 47, 7, // Skip to: 4828 |
| /* 2989 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 2992 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 3127 |
| /* 2996 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2999 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3031 |
| /* 3004 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3007 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3019 |
| /* 3011 */ MCD_OPC_CheckPredicate, 15, 26, 45, // Skip to: 14561 |
| /* 3015 */ MCD_OPC_Decode, 219, 6, 95, // Opcode: VHADDsv2i32 |
| /* 3019 */ MCD_OPC_FilterValue, 1, 18, 45, // Skip to: 14561 |
| /* 3023 */ MCD_OPC_CheckPredicate, 15, 14, 45, // Skip to: 14561 |
| /* 3027 */ MCD_OPC_Decode, 221, 6, 96, // Opcode: VHADDsv4i32 |
| /* 3031 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3063 |
| /* 3036 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3039 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3051 |
| /* 3043 */ MCD_OPC_CheckPredicate, 15, 250, 44, // Skip to: 14561 |
| /* 3047 */ MCD_OPC_Decode, 239, 4, 97, // Opcode: VADDLsv2i64 |
| /* 3051 */ MCD_OPC_FilterValue, 1, 242, 44, // Skip to: 14561 |
| /* 3055 */ MCD_OPC_CheckPredicate, 15, 238, 44, // Skip to: 14561 |
| /* 3059 */ MCD_OPC_Decode, 205, 10, 111, // Opcode: VMLAslv2i32 |
| /* 3063 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3095 |
| /* 3068 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3071 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3083 |
| /* 3075 */ MCD_OPC_CheckPredicate, 15, 218, 44, // Skip to: 14561 |
| /* 3079 */ MCD_OPC_Decode, 225, 6, 95, // Opcode: VHADDuv2i32 |
| /* 3083 */ MCD_OPC_FilterValue, 1, 210, 44, // Skip to: 14561 |
| /* 3087 */ MCD_OPC_CheckPredicate, 15, 206, 44, // Skip to: 14561 |
| /* 3091 */ MCD_OPC_Decode, 227, 6, 96, // Opcode: VHADDuv4i32 |
| /* 3095 */ MCD_OPC_FilterValue, 231, 3, 197, 44, // Skip to: 14561 |
| /* 3100 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3103 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3115 |
| /* 3107 */ MCD_OPC_CheckPredicate, 15, 186, 44, // Skip to: 14561 |
| /* 3111 */ MCD_OPC_Decode, 242, 4, 97, // Opcode: VADDLuv2i64 |
| /* 3115 */ MCD_OPC_FilterValue, 1, 178, 44, // Skip to: 14561 |
| /* 3119 */ MCD_OPC_CheckPredicate, 15, 174, 44, // Skip to: 14561 |
| /* 3123 */ MCD_OPC_Decode, 207, 10, 112, // Opcode: VMLAslv4i32 |
| /* 3127 */ MCD_OPC_FilterValue, 1, 131, 0, // Skip to: 3262 |
| /* 3131 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3134 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3166 |
| /* 3139 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3142 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3154 |
| /* 3146 */ MCD_OPC_CheckPredicate, 15, 147, 44, // Skip to: 14561 |
| /* 3150 */ MCD_OPC_Decode, 178, 13, 95, // Opcode: VRHADDsv2i32 |
| /* 3154 */ MCD_OPC_FilterValue, 1, 139, 44, // Skip to: 14561 |
| /* 3158 */ MCD_OPC_CheckPredicate, 15, 135, 44, // Skip to: 14561 |
| /* 3162 */ MCD_OPC_Decode, 180, 13, 96, // Opcode: VRHADDsv4i32 |
| /* 3166 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3198 |
| /* 3171 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3174 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3186 |
| /* 3178 */ MCD_OPC_CheckPredicate, 15, 115, 44, // Skip to: 14561 |
| /* 3182 */ MCD_OPC_Decode, 246, 4, 98, // Opcode: VADDWsv2i64 |
| /* 3186 */ MCD_OPC_FilterValue, 1, 107, 44, // Skip to: 14561 |
| /* 3190 */ MCD_OPC_CheckPredicate, 15, 103, 44, // Skip to: 14561 |
| /* 3194 */ MCD_OPC_Decode, 203, 10, 111, // Opcode: VMLAslfd |
| /* 3198 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3230 |
| /* 3203 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3206 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3218 |
| /* 3210 */ MCD_OPC_CheckPredicate, 15, 83, 44, // Skip to: 14561 |
| /* 3214 */ MCD_OPC_Decode, 184, 13, 95, // Opcode: VRHADDuv2i32 |
| /* 3218 */ MCD_OPC_FilterValue, 1, 75, 44, // Skip to: 14561 |
| /* 3222 */ MCD_OPC_CheckPredicate, 15, 71, 44, // Skip to: 14561 |
| /* 3226 */ MCD_OPC_Decode, 186, 13, 96, // Opcode: VRHADDuv4i32 |
| /* 3230 */ MCD_OPC_FilterValue, 231, 3, 62, 44, // Skip to: 14561 |
| /* 3235 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3238 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3250 |
| /* 3242 */ MCD_OPC_CheckPredicate, 15, 51, 44, // Skip to: 14561 |
| /* 3246 */ MCD_OPC_Decode, 249, 4, 98, // Opcode: VADDWuv2i64 |
| /* 3250 */ MCD_OPC_FilterValue, 1, 43, 44, // Skip to: 14561 |
| /* 3254 */ MCD_OPC_CheckPredicate, 15, 39, 44, // Skip to: 14561 |
| /* 3258 */ MCD_OPC_Decode, 204, 10, 112, // Opcode: VMLAslfq |
| /* 3262 */ MCD_OPC_FilterValue, 2, 131, 0, // Skip to: 3397 |
| /* 3266 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3269 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3301 |
| /* 3274 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3277 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3289 |
| /* 3281 */ MCD_OPC_CheckPredicate, 15, 12, 44, // Skip to: 14561 |
| /* 3285 */ MCD_OPC_Decode, 231, 6, 95, // Opcode: VHSUBsv2i32 |
| /* 3289 */ MCD_OPC_FilterValue, 1, 4, 44, // Skip to: 14561 |
| /* 3293 */ MCD_OPC_CheckPredicate, 15, 0, 44, // Skip to: 14561 |
| /* 3297 */ MCD_OPC_Decode, 233, 6, 96, // Opcode: VHSUBsv4i32 |
| /* 3301 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3333 |
| /* 3306 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3309 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3321 |
| /* 3313 */ MCD_OPC_CheckPredicate, 15, 236, 43, // Skip to: 14561 |
| /* 3317 */ MCD_OPC_Decode, 185, 17, 97, // Opcode: VSUBLsv2i64 |
| /* 3321 */ MCD_OPC_FilterValue, 1, 228, 43, // Skip to: 14561 |
| /* 3325 */ MCD_OPC_CheckPredicate, 15, 224, 43, // Skip to: 14561 |
| /* 3329 */ MCD_OPC_Decode, 190, 10, 113, // Opcode: VMLALslsv2i32 |
| /* 3333 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3365 |
| /* 3338 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3341 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3353 |
| /* 3345 */ MCD_OPC_CheckPredicate, 15, 204, 43, // Skip to: 14561 |
| /* 3349 */ MCD_OPC_Decode, 237, 6, 95, // Opcode: VHSUBuv2i32 |
| /* 3353 */ MCD_OPC_FilterValue, 1, 196, 43, // Skip to: 14561 |
| /* 3357 */ MCD_OPC_CheckPredicate, 15, 192, 43, // Skip to: 14561 |
| /* 3361 */ MCD_OPC_Decode, 239, 6, 96, // Opcode: VHSUBuv4i32 |
| /* 3365 */ MCD_OPC_FilterValue, 231, 3, 183, 43, // Skip to: 14561 |
| /* 3370 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3373 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3385 |
| /* 3377 */ MCD_OPC_CheckPredicate, 15, 172, 43, // Skip to: 14561 |
| /* 3381 */ MCD_OPC_Decode, 188, 17, 97, // Opcode: VSUBLuv2i64 |
| /* 3385 */ MCD_OPC_FilterValue, 1, 164, 43, // Skip to: 14561 |
| /* 3389 */ MCD_OPC_CheckPredicate, 15, 160, 43, // Skip to: 14561 |
| /* 3393 */ MCD_OPC_Decode, 192, 10, 113, // Opcode: VMLALsluv2i32 |
| /* 3397 */ MCD_OPC_FilterValue, 3, 118, 0, // Skip to: 3519 |
| /* 3401 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3404 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3436 |
| /* 3409 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3412 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3424 |
| /* 3416 */ MCD_OPC_CheckPredicate, 15, 133, 43, // Skip to: 14561 |
| /* 3420 */ MCD_OPC_Decode, 189, 5, 95, // Opcode: VCGTsv2i32 |
| /* 3424 */ MCD_OPC_FilterValue, 1, 125, 43, // Skip to: 14561 |
| /* 3428 */ MCD_OPC_CheckPredicate, 15, 121, 43, // Skip to: 14561 |
| /* 3432 */ MCD_OPC_Decode, 191, 5, 96, // Opcode: VCGTsv4i32 |
| /* 3436 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3468 |
| /* 3441 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3444 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3456 |
| /* 3448 */ MCD_OPC_CheckPredicate, 15, 101, 43, // Skip to: 14561 |
| /* 3452 */ MCD_OPC_Decode, 192, 17, 98, // Opcode: VSUBWsv2i64 |
| /* 3456 */ MCD_OPC_FilterValue, 1, 93, 43, // Skip to: 14561 |
| /* 3460 */ MCD_OPC_CheckPredicate, 15, 89, 43, // Skip to: 14561 |
| /* 3464 */ MCD_OPC_Decode, 151, 12, 113, // Opcode: VQDMLALslv2i32 |
| /* 3468 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3500 |
| /* 3473 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3476 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3488 |
| /* 3480 */ MCD_OPC_CheckPredicate, 15, 69, 43, // Skip to: 14561 |
| /* 3484 */ MCD_OPC_Decode, 195, 5, 95, // Opcode: VCGTuv2i32 |
| /* 3488 */ MCD_OPC_FilterValue, 1, 61, 43, // Skip to: 14561 |
| /* 3492 */ MCD_OPC_CheckPredicate, 15, 57, 43, // Skip to: 14561 |
| /* 3496 */ MCD_OPC_Decode, 197, 5, 96, // Opcode: VCGTuv4i32 |
| /* 3500 */ MCD_OPC_FilterValue, 231, 3, 48, 43, // Skip to: 14561 |
| /* 3505 */ MCD_OPC_CheckPredicate, 15, 44, 43, // Skip to: 14561 |
| /* 3509 */ MCD_OPC_CheckField, 6, 1, 0, 38, 43, // Skip to: 14561 |
| /* 3515 */ MCD_OPC_Decode, 195, 17, 98, // Opcode: VSUBWuv2i64 |
| /* 3519 */ MCD_OPC_FilterValue, 4, 131, 0, // Skip to: 3654 |
| /* 3523 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3526 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3558 |
| /* 3531 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3534 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3546 |
| /* 3538 */ MCD_OPC_CheckPredicate, 15, 11, 43, // Skip to: 14561 |
| /* 3542 */ MCD_OPC_Decode, 177, 14, 99, // Opcode: VSHLsv2i32 |
| /* 3546 */ MCD_OPC_FilterValue, 1, 3, 43, // Skip to: 14561 |
| /* 3550 */ MCD_OPC_CheckPredicate, 15, 255, 42, // Skip to: 14561 |
| /* 3554 */ MCD_OPC_Decode, 180, 14, 100, // Opcode: VSHLsv4i32 |
| /* 3558 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3590 |
| /* 3563 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3566 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3578 |
| /* 3570 */ MCD_OPC_CheckPredicate, 15, 235, 42, // Skip to: 14561 |
| /* 3574 */ MCD_OPC_Decode, 236, 4, 101, // Opcode: VADDHNv2i32 |
| /* 3578 */ MCD_OPC_FilterValue, 1, 227, 42, // Skip to: 14561 |
| /* 3582 */ MCD_OPC_CheckPredicate, 15, 223, 42, // Skip to: 14561 |
| /* 3586 */ MCD_OPC_Decode, 231, 10, 111, // Opcode: VMLSslv2i32 |
| /* 3590 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3622 |
| /* 3595 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3598 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3610 |
| /* 3602 */ MCD_OPC_CheckPredicate, 15, 203, 42, // Skip to: 14561 |
| /* 3606 */ MCD_OPC_Decode, 185, 14, 99, // Opcode: VSHLuv2i32 |
| /* 3610 */ MCD_OPC_FilterValue, 1, 195, 42, // Skip to: 14561 |
| /* 3614 */ MCD_OPC_CheckPredicate, 15, 191, 42, // Skip to: 14561 |
| /* 3618 */ MCD_OPC_Decode, 188, 14, 100, // Opcode: VSHLuv4i32 |
| /* 3622 */ MCD_OPC_FilterValue, 231, 3, 182, 42, // Skip to: 14561 |
| /* 3627 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3630 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3642 |
| /* 3634 */ MCD_OPC_CheckPredicate, 15, 171, 42, // Skip to: 14561 |
| /* 3638 */ MCD_OPC_Decode, 156, 13, 101, // Opcode: VRADDHNv2i32 |
| /* 3642 */ MCD_OPC_FilterValue, 1, 163, 42, // Skip to: 14561 |
| /* 3646 */ MCD_OPC_CheckPredicate, 15, 159, 42, // Skip to: 14561 |
| /* 3650 */ MCD_OPC_Decode, 233, 10, 112, // Opcode: VMLSslv4i32 |
| /* 3654 */ MCD_OPC_FilterValue, 5, 131, 0, // Skip to: 3789 |
| /* 3658 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3661 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3693 |
| /* 3666 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3669 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3681 |
| /* 3673 */ MCD_OPC_CheckPredicate, 15, 132, 42, // Skip to: 14561 |
| /* 3677 */ MCD_OPC_Decode, 217, 13, 99, // Opcode: VRSHLsv2i32 |
| /* 3681 */ MCD_OPC_FilterValue, 1, 124, 42, // Skip to: 14561 |
| /* 3685 */ MCD_OPC_CheckPredicate, 15, 120, 42, // Skip to: 14561 |
| /* 3689 */ MCD_OPC_Decode, 220, 13, 100, // Opcode: VRSHLsv4i32 |
| /* 3693 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3725 |
| /* 3698 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3701 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3713 |
| /* 3705 */ MCD_OPC_CheckPredicate, 15, 100, 42, // Skip to: 14561 |
| /* 3709 */ MCD_OPC_Decode, 183, 4, 102, // Opcode: VABALsv2i64 |
| /* 3713 */ MCD_OPC_FilterValue, 1, 92, 42, // Skip to: 14561 |
| /* 3717 */ MCD_OPC_CheckPredicate, 15, 88, 42, // Skip to: 14561 |
| /* 3721 */ MCD_OPC_Decode, 229, 10, 111, // Opcode: VMLSslfd |
| /* 3725 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3757 |
| /* 3730 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3733 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3745 |
| /* 3737 */ MCD_OPC_CheckPredicate, 15, 68, 42, // Skip to: 14561 |
| /* 3741 */ MCD_OPC_Decode, 225, 13, 99, // Opcode: VRSHLuv2i32 |
| /* 3745 */ MCD_OPC_FilterValue, 1, 60, 42, // Skip to: 14561 |
| /* 3749 */ MCD_OPC_CheckPredicate, 15, 56, 42, // Skip to: 14561 |
| /* 3753 */ MCD_OPC_Decode, 228, 13, 100, // Opcode: VRSHLuv4i32 |
| /* 3757 */ MCD_OPC_FilterValue, 231, 3, 47, 42, // Skip to: 14561 |
| /* 3762 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3765 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3777 |
| /* 3769 */ MCD_OPC_CheckPredicate, 15, 36, 42, // Skip to: 14561 |
| /* 3773 */ MCD_OPC_Decode, 186, 4, 102, // Opcode: VABALuv2i64 |
| /* 3777 */ MCD_OPC_FilterValue, 1, 28, 42, // Skip to: 14561 |
| /* 3781 */ MCD_OPC_CheckPredicate, 15, 24, 42, // Skip to: 14561 |
| /* 3785 */ MCD_OPC_Decode, 230, 10, 112, // Opcode: VMLSslfq |
| /* 3789 */ MCD_OPC_FilterValue, 6, 131, 0, // Skip to: 3924 |
| /* 3793 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3796 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3828 |
| /* 3801 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3804 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3816 |
| /* 3808 */ MCD_OPC_CheckPredicate, 15, 253, 41, // Skip to: 14561 |
| /* 3812 */ MCD_OPC_Decode, 160, 10, 95, // Opcode: VMAXsv2i32 |
| /* 3816 */ MCD_OPC_FilterValue, 1, 245, 41, // Skip to: 14561 |
| /* 3820 */ MCD_OPC_CheckPredicate, 15, 241, 41, // Skip to: 14561 |
| /* 3824 */ MCD_OPC_Decode, 162, 10, 96, // Opcode: VMAXsv4i32 |
| /* 3828 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3860 |
| /* 3833 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3836 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3848 |
| /* 3840 */ MCD_OPC_CheckPredicate, 15, 221, 41, // Skip to: 14561 |
| /* 3844 */ MCD_OPC_Decode, 182, 17, 101, // Opcode: VSUBHNv2i32 |
| /* 3848 */ MCD_OPC_FilterValue, 1, 213, 41, // Skip to: 14561 |
| /* 3852 */ MCD_OPC_CheckPredicate, 15, 209, 41, // Skip to: 14561 |
| /* 3856 */ MCD_OPC_Decode, 216, 10, 113, // Opcode: VMLSLslsv2i32 |
| /* 3860 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 3892 |
| /* 3865 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3868 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3880 |
| /* 3872 */ MCD_OPC_CheckPredicate, 15, 189, 41, // Skip to: 14561 |
| /* 3876 */ MCD_OPC_Decode, 166, 10, 95, // Opcode: VMAXuv2i32 |
| /* 3880 */ MCD_OPC_FilterValue, 1, 181, 41, // Skip to: 14561 |
| /* 3884 */ MCD_OPC_CheckPredicate, 15, 177, 41, // Skip to: 14561 |
| /* 3888 */ MCD_OPC_Decode, 168, 10, 96, // Opcode: VMAXuv4i32 |
| /* 3892 */ MCD_OPC_FilterValue, 231, 3, 168, 41, // Skip to: 14561 |
| /* 3897 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3900 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3912 |
| /* 3904 */ MCD_OPC_CheckPredicate, 15, 157, 41, // Skip to: 14561 |
| /* 3908 */ MCD_OPC_Decode, 144, 14, 101, // Opcode: VRSUBHNv2i32 |
| /* 3912 */ MCD_OPC_FilterValue, 1, 149, 41, // Skip to: 14561 |
| /* 3916 */ MCD_OPC_CheckPredicate, 15, 145, 41, // Skip to: 14561 |
| /* 3920 */ MCD_OPC_Decode, 218, 10, 113, // Opcode: VMLSLsluv2i32 |
| /* 3924 */ MCD_OPC_FilterValue, 7, 118, 0, // Skip to: 4046 |
| /* 3928 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3931 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 3963 |
| /* 3936 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3939 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3951 |
| /* 3943 */ MCD_OPC_CheckPredicate, 15, 118, 41, // Skip to: 14561 |
| /* 3947 */ MCD_OPC_Decode, 210, 4, 95, // Opcode: VABDsv2i32 |
| /* 3951 */ MCD_OPC_FilterValue, 1, 110, 41, // Skip to: 14561 |
| /* 3955 */ MCD_OPC_CheckPredicate, 15, 106, 41, // Skip to: 14561 |
| /* 3959 */ MCD_OPC_Decode, 212, 4, 96, // Opcode: VABDsv4i32 |
| /* 3963 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 3995 |
| /* 3968 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3971 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3983 |
| /* 3975 */ MCD_OPC_CheckPredicate, 15, 86, 41, // Skip to: 14561 |
| /* 3979 */ MCD_OPC_Decode, 201, 4, 97, // Opcode: VABDLsv2i64 |
| /* 3983 */ MCD_OPC_FilterValue, 1, 78, 41, // Skip to: 14561 |
| /* 3987 */ MCD_OPC_CheckPredicate, 15, 74, 41, // Skip to: 14561 |
| /* 3991 */ MCD_OPC_Decode, 155, 12, 113, // Opcode: VQDMLSLslv2i32 |
| /* 3995 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 4027 |
| /* 4000 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4003 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4015 |
| /* 4007 */ MCD_OPC_CheckPredicate, 15, 54, 41, // Skip to: 14561 |
| /* 4011 */ MCD_OPC_Decode, 216, 4, 95, // Opcode: VABDuv2i32 |
| /* 4015 */ MCD_OPC_FilterValue, 1, 46, 41, // Skip to: 14561 |
| /* 4019 */ MCD_OPC_CheckPredicate, 15, 42, 41, // Skip to: 14561 |
| /* 4023 */ MCD_OPC_Decode, 218, 4, 96, // Opcode: VABDuv4i32 |
| /* 4027 */ MCD_OPC_FilterValue, 231, 3, 33, 41, // Skip to: 14561 |
| /* 4032 */ MCD_OPC_CheckPredicate, 15, 29, 41, // Skip to: 14561 |
| /* 4036 */ MCD_OPC_CheckField, 6, 1, 0, 23, 41, // Skip to: 14561 |
| /* 4042 */ MCD_OPC_Decode, 204, 4, 97, // Opcode: VABDLuv2i64 |
| /* 4046 */ MCD_OPC_FilterValue, 8, 131, 0, // Skip to: 4181 |
| /* 4050 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4053 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 4085 |
| /* 4058 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4061 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4073 |
| /* 4065 */ MCD_OPC_CheckPredicate, 15, 252, 40, // Skip to: 14561 |
| /* 4069 */ MCD_OPC_Decode, 128, 5, 95, // Opcode: VADDv2i32 |
| /* 4073 */ MCD_OPC_FilterValue, 1, 244, 40, // Skip to: 14561 |
| /* 4077 */ MCD_OPC_CheckPredicate, 15, 240, 40, // Skip to: 14561 |
| /* 4081 */ MCD_OPC_Decode, 131, 5, 96, // Opcode: VADDv4i32 |
| /* 4085 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 4117 |
| /* 4090 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4093 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4105 |
| /* 4097 */ MCD_OPC_CheckPredicate, 15, 220, 40, // Skip to: 14561 |
| /* 4101 */ MCD_OPC_Decode, 194, 10, 102, // Opcode: VMLALsv2i64 |
| /* 4105 */ MCD_OPC_FilterValue, 1, 212, 40, // Skip to: 14561 |
| /* 4109 */ MCD_OPC_CheckPredicate, 15, 208, 40, // Skip to: 14561 |
| /* 4113 */ MCD_OPC_Decode, 175, 11, 114, // Opcode: VMULslv2i32 |
| /* 4117 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 4149 |
| /* 4122 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4125 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4137 |
| /* 4129 */ MCD_OPC_CheckPredicate, 15, 188, 40, // Skip to: 14561 |
| /* 4133 */ MCD_OPC_Decode, 202, 17, 95, // Opcode: VSUBv2i32 |
| /* 4137 */ MCD_OPC_FilterValue, 1, 180, 40, // Skip to: 14561 |
| /* 4141 */ MCD_OPC_CheckPredicate, 15, 176, 40, // Skip to: 14561 |
| /* 4145 */ MCD_OPC_Decode, 205, 17, 96, // Opcode: VSUBv4i32 |
| /* 4149 */ MCD_OPC_FilterValue, 231, 3, 167, 40, // Skip to: 14561 |
| /* 4154 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4157 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4169 |
| /* 4161 */ MCD_OPC_CheckPredicate, 15, 156, 40, // Skip to: 14561 |
| /* 4165 */ MCD_OPC_Decode, 197, 10, 102, // Opcode: VMLALuv2i64 |
| /* 4169 */ MCD_OPC_FilterValue, 1, 148, 40, // Skip to: 14561 |
| /* 4173 */ MCD_OPC_CheckPredicate, 15, 144, 40, // Skip to: 14561 |
| /* 4177 */ MCD_OPC_Decode, 177, 11, 115, // Opcode: VMULslv4i32 |
| /* 4181 */ MCD_OPC_FilterValue, 9, 118, 0, // Skip to: 4303 |
| /* 4185 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4188 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 4220 |
| /* 4193 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4196 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4208 |
| /* 4200 */ MCD_OPC_CheckPredicate, 15, 117, 40, // Skip to: 14561 |
| /* 4204 */ MCD_OPC_Decode, 210, 10, 103, // Opcode: VMLAv2i32 |
| /* 4208 */ MCD_OPC_FilterValue, 1, 109, 40, // Skip to: 14561 |
| /* 4212 */ MCD_OPC_CheckPredicate, 15, 105, 40, // Skip to: 14561 |
| /* 4216 */ MCD_OPC_Decode, 212, 10, 104, // Opcode: VMLAv4i32 |
| /* 4220 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 4252 |
| /* 4225 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4228 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4240 |
| /* 4232 */ MCD_OPC_CheckPredicate, 15, 85, 40, // Skip to: 14561 |
| /* 4236 */ MCD_OPC_Decode, 153, 12, 102, // Opcode: VQDMLALv2i64 |
| /* 4240 */ MCD_OPC_FilterValue, 1, 77, 40, // Skip to: 14561 |
| /* 4244 */ MCD_OPC_CheckPredicate, 15, 73, 40, // Skip to: 14561 |
| /* 4248 */ MCD_OPC_Decode, 173, 11, 114, // Opcode: VMULslfd |
| /* 4252 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 4284 |
| /* 4257 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4260 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4272 |
| /* 4264 */ MCD_OPC_CheckPredicate, 15, 53, 40, // Skip to: 14561 |
| /* 4268 */ MCD_OPC_Decode, 236, 10, 103, // Opcode: VMLSv2i32 |
| /* 4272 */ MCD_OPC_FilterValue, 1, 45, 40, // Skip to: 14561 |
| /* 4276 */ MCD_OPC_CheckPredicate, 15, 41, 40, // Skip to: 14561 |
| /* 4280 */ MCD_OPC_Decode, 238, 10, 104, // Opcode: VMLSv4i32 |
| /* 4284 */ MCD_OPC_FilterValue, 231, 3, 32, 40, // Skip to: 14561 |
| /* 4289 */ MCD_OPC_CheckPredicate, 15, 28, 40, // Skip to: 14561 |
| /* 4293 */ MCD_OPC_CheckField, 6, 1, 1, 22, 40, // Skip to: 14561 |
| /* 4299 */ MCD_OPC_Decode, 174, 11, 115, // Opcode: VMULslfq |
| /* 4303 */ MCD_OPC_FilterValue, 10, 105, 0, // Skip to: 4412 |
| /* 4307 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4310 */ MCD_OPC_FilterValue, 228, 3, 14, 0, // Skip to: 4329 |
| /* 4315 */ MCD_OPC_CheckPredicate, 15, 2, 40, // Skip to: 14561 |
| /* 4319 */ MCD_OPC_CheckField, 6, 1, 0, 252, 39, // Skip to: 14561 |
| /* 4325 */ MCD_OPC_Decode, 245, 11, 95, // Opcode: VPMAXs32 |
| /* 4329 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 4361 |
| /* 4334 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4337 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4349 |
| /* 4341 */ MCD_OPC_CheckPredicate, 15, 232, 39, // Skip to: 14561 |
| /* 4345 */ MCD_OPC_Decode, 220, 10, 102, // Opcode: VMLSLsv2i64 |
| /* 4349 */ MCD_OPC_FilterValue, 1, 224, 39, // Skip to: 14561 |
| /* 4353 */ MCD_OPC_CheckPredicate, 15, 220, 39, // Skip to: 14561 |
| /* 4357 */ MCD_OPC_Decode, 158, 11, 116, // Opcode: VMULLslsv2i32 |
| /* 4361 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 4380 |
| /* 4366 */ MCD_OPC_CheckPredicate, 15, 207, 39, // Skip to: 14561 |
| /* 4370 */ MCD_OPC_CheckField, 6, 1, 0, 201, 39, // Skip to: 14561 |
| /* 4376 */ MCD_OPC_Decode, 248, 11, 95, // Opcode: VPMAXu32 |
| /* 4380 */ MCD_OPC_FilterValue, 231, 3, 192, 39, // Skip to: 14561 |
| /* 4385 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4388 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4400 |
| /* 4392 */ MCD_OPC_CheckPredicate, 15, 181, 39, // Skip to: 14561 |
| /* 4396 */ MCD_OPC_Decode, 223, 10, 102, // Opcode: VMLSLuv2i64 |
| /* 4400 */ MCD_OPC_FilterValue, 1, 173, 39, // Skip to: 14561 |
| /* 4404 */ MCD_OPC_CheckPredicate, 15, 169, 39, // Skip to: 14561 |
| /* 4408 */ MCD_OPC_Decode, 160, 11, 116, // Opcode: VMULLsluv2i32 |
| /* 4412 */ MCD_OPC_FilterValue, 11, 99, 0, // Skip to: 4515 |
| /* 4416 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4419 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 4451 |
| /* 4424 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4427 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4439 |
| /* 4431 */ MCD_OPC_CheckPredicate, 15, 142, 39, // Skip to: 14561 |
| /* 4435 */ MCD_OPC_Decode, 163, 12, 95, // Opcode: VQDMULHv2i32 |
| /* 4439 */ MCD_OPC_FilterValue, 1, 134, 39, // Skip to: 14561 |
| /* 4443 */ MCD_OPC_CheckPredicate, 15, 130, 39, // Skip to: 14561 |
| /* 4447 */ MCD_OPC_Decode, 165, 12, 96, // Opcode: VQDMULHv4i32 |
| /* 4451 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 4483 |
| /* 4456 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4459 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4471 |
| /* 4463 */ MCD_OPC_CheckPredicate, 15, 110, 39, // Skip to: 14561 |
| /* 4467 */ MCD_OPC_Decode, 157, 12, 102, // Opcode: VQDMLSLv2i64 |
| /* 4471 */ MCD_OPC_FilterValue, 1, 102, 39, // Skip to: 14561 |
| /* 4475 */ MCD_OPC_CheckPredicate, 15, 98, 39, // Skip to: 14561 |
| /* 4479 */ MCD_OPC_Decode, 167, 12, 116, // Opcode: VQDMULLslv2i32 |
| /* 4483 */ MCD_OPC_FilterValue, 230, 3, 89, 39, // Skip to: 14561 |
| /* 4488 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4491 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4503 |
| /* 4495 */ MCD_OPC_CheckPredicate, 15, 78, 39, // Skip to: 14561 |
| /* 4499 */ MCD_OPC_Decode, 190, 12, 95, // Opcode: VQRDMULHv2i32 |
| /* 4503 */ MCD_OPC_FilterValue, 1, 70, 39, // Skip to: 14561 |
| /* 4507 */ MCD_OPC_CheckPredicate, 15, 66, 39, // Skip to: 14561 |
| /* 4511 */ MCD_OPC_Decode, 192, 12, 96, // Opcode: VQRDMULHv4i32 |
| /* 4515 */ MCD_OPC_FilterValue, 12, 69, 0, // Skip to: 4588 |
| /* 4519 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4522 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 4555 |
| /* 4526 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4529 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 4542 |
| /* 4534 */ MCD_OPC_CheckPredicate, 15, 39, 39, // Skip to: 14561 |
| /* 4538 */ MCD_OPC_Decode, 162, 11, 97, // Opcode: VMULLsv2i64 |
| /* 4542 */ MCD_OPC_FilterValue, 231, 3, 30, 39, // Skip to: 14561 |
| /* 4547 */ MCD_OPC_CheckPredicate, 15, 26, 39, // Skip to: 14561 |
| /* 4551 */ MCD_OPC_Decode, 165, 11, 97, // Opcode: VMULLuv2i64 |
| /* 4555 */ MCD_OPC_FilterValue, 1, 18, 39, // Skip to: 14561 |
| /* 4559 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4562 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 4575 |
| /* 4567 */ MCD_OPC_CheckPredicate, 15, 6, 39, // Skip to: 14561 |
| /* 4571 */ MCD_OPC_Decode, 159, 12, 114, // Opcode: VQDMULHslv2i32 |
| /* 4575 */ MCD_OPC_FilterValue, 231, 3, 253, 38, // Skip to: 14561 |
| /* 4580 */ MCD_OPC_CheckPredicate, 15, 249, 38, // Skip to: 14561 |
| /* 4584 */ MCD_OPC_Decode, 161, 12, 115, // Opcode: VQDMULHslv4i32 |
| /* 4588 */ MCD_OPC_FilterValue, 13, 118, 0, // Skip to: 4710 |
| /* 4592 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4595 */ MCD_OPC_FilterValue, 228, 3, 27, 0, // Skip to: 4627 |
| /* 4600 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4603 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4615 |
| /* 4607 */ MCD_OPC_CheckPredicate, 15, 222, 38, // Skip to: 14561 |
| /* 4611 */ MCD_OPC_Decode, 198, 17, 95, // Opcode: VSUBfd |
| /* 4615 */ MCD_OPC_FilterValue, 1, 214, 38, // Skip to: 14561 |
| /* 4619 */ MCD_OPC_CheckPredicate, 15, 210, 38, // Skip to: 14561 |
| /* 4623 */ MCD_OPC_Decode, 199, 17, 96, // Opcode: VSUBfq |
| /* 4627 */ MCD_OPC_FilterValue, 229, 3, 27, 0, // Skip to: 4659 |
| /* 4632 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4635 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4647 |
| /* 4639 */ MCD_OPC_CheckPredicate, 15, 190, 38, // Skip to: 14561 |
| /* 4643 */ MCD_OPC_Decode, 169, 12, 97, // Opcode: VQDMULLv2i64 |
| /* 4647 */ MCD_OPC_FilterValue, 1, 182, 38, // Skip to: 14561 |
| /* 4651 */ MCD_OPC_CheckPredicate, 15, 178, 38, // Skip to: 14561 |
| /* 4655 */ MCD_OPC_Decode, 186, 12, 114, // Opcode: VQRDMULHslv2i32 |
| /* 4659 */ MCD_OPC_FilterValue, 230, 3, 27, 0, // Skip to: 4691 |
| /* 4664 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4667 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4679 |
| /* 4671 */ MCD_OPC_CheckPredicate, 15, 158, 38, // Skip to: 14561 |
| /* 4675 */ MCD_OPC_Decode, 207, 4, 95, // Opcode: VABDfd |
| /* 4679 */ MCD_OPC_FilterValue, 1, 150, 38, // Skip to: 14561 |
| /* 4683 */ MCD_OPC_CheckPredicate, 15, 146, 38, // Skip to: 14561 |
| /* 4687 */ MCD_OPC_Decode, 208, 4, 96, // Opcode: VABDfq |
| /* 4691 */ MCD_OPC_FilterValue, 231, 3, 137, 38, // Skip to: 14561 |
| /* 4696 */ MCD_OPC_CheckPredicate, 15, 133, 38, // Skip to: 14561 |
| /* 4700 */ MCD_OPC_CheckField, 6, 1, 1, 127, 38, // Skip to: 14561 |
| /* 4706 */ MCD_OPC_Decode, 188, 12, 115, // Opcode: VQRDMULHslv4i32 |
| /* 4710 */ MCD_OPC_FilterValue, 14, 55, 0, // Skip to: 4769 |
| /* 4714 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4717 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 4750 |
| /* 4721 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4724 */ MCD_OPC_FilterValue, 229, 3, 8, 0, // Skip to: 4737 |
| /* 4729 */ MCD_OPC_CheckPredicate, 16, 100, 38, // Skip to: 14561 |
| /* 4733 */ MCD_OPC_Decode, 156, 11, 97, // Opcode: VMULLp64 |
| /* 4737 */ MCD_OPC_FilterValue, 230, 3, 91, 38, // Skip to: 14561 |
| /* 4742 */ MCD_OPC_CheckPredicate, 15, 87, 38, // Skip to: 14561 |
| /* 4746 */ MCD_OPC_Decode, 186, 5, 95, // Opcode: VCGTfd |
| /* 4750 */ MCD_OPC_FilterValue, 1, 79, 38, // Skip to: 14561 |
| /* 4754 */ MCD_OPC_CheckPredicate, 15, 75, 38, // Skip to: 14561 |
| /* 4758 */ MCD_OPC_CheckField, 23, 9, 230, 3, 68, 38, // Skip to: 14561 |
| /* 4765 */ MCD_OPC_Decode, 187, 5, 96, // Opcode: VCGTfq |
| /* 4769 */ MCD_OPC_FilterValue, 15, 60, 38, // Skip to: 14561 |
| /* 4773 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4776 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 4809 |
| /* 4780 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4783 */ MCD_OPC_FilterValue, 228, 3, 8, 0, // Skip to: 4796 |
| /* 4788 */ MCD_OPC_CheckPredicate, 15, 41, 38, // Skip to: 14561 |
| /* 4792 */ MCD_OPC_Decode, 175, 10, 95, // Opcode: VMINfd |
| /* 4796 */ MCD_OPC_FilterValue, 230, 3, 32, 38, // Skip to: 14561 |
| /* 4801 */ MCD_OPC_CheckPredicate, 15, 28, 38, // Skip to: 14561 |
| /* 4805 */ MCD_OPC_Decode, 250, 11, 95, // Opcode: VPMINf |
| /* 4809 */ MCD_OPC_FilterValue, 1, 20, 38, // Skip to: 14561 |
| /* 4813 */ MCD_OPC_CheckPredicate, 15, 16, 38, // Skip to: 14561 |
| /* 4817 */ MCD_OPC_CheckField, 23, 9, 228, 3, 9, 38, // Skip to: 14561 |
| /* 4824 */ MCD_OPC_Decode, 176, 10, 96, // Opcode: VMINfq |
| /* 4828 */ MCD_OPC_FilterValue, 3, 1, 38, // Skip to: 14561 |
| /* 4832 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4835 */ MCD_OPC_FilterValue, 228, 3, 96, 0, // Skip to: 4936 |
| /* 4840 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 4843 */ MCD_OPC_FilterValue, 4, 27, 0, // Skip to: 4874 |
| /* 4847 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4850 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4862 |
| /* 4854 */ MCD_OPC_CheckPredicate, 15, 231, 37, // Skip to: 14561 |
| /* 4858 */ MCD_OPC_Decode, 176, 14, 99, // Opcode: VSHLsv1i64 |
| /* 4862 */ MCD_OPC_FilterValue, 1, 223, 37, // Skip to: 14561 |
| /* 4866 */ MCD_OPC_CheckPredicate, 15, 219, 37, // Skip to: 14561 |
| /* 4870 */ MCD_OPC_Decode, 178, 14, 100, // Opcode: VSHLsv2i64 |
| /* 4874 */ MCD_OPC_FilterValue, 5, 27, 0, // Skip to: 4905 |
| /* 4878 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4881 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4893 |
| /* 4885 */ MCD_OPC_CheckPredicate, 15, 200, 37, // Skip to: 14561 |
| /* 4889 */ MCD_OPC_Decode, 216, 13, 99, // Opcode: VRSHLsv1i64 |
| /* 4893 */ MCD_OPC_FilterValue, 1, 192, 37, // Skip to: 14561 |
| /* 4897 */ MCD_OPC_CheckPredicate, 15, 188, 37, // Skip to: 14561 |
| /* 4901 */ MCD_OPC_Decode, 218, 13, 100, // Opcode: VRSHLsv2i64 |
| /* 4905 */ MCD_OPC_FilterValue, 8, 180, 37, // Skip to: 14561 |
| /* 4909 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4912 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4924 |
| /* 4916 */ MCD_OPC_CheckPredicate, 15, 169, 37, // Skip to: 14561 |
| /* 4920 */ MCD_OPC_Decode, 255, 4, 95, // Opcode: VADDv1i64 |
| /* 4924 */ MCD_OPC_FilterValue, 1, 161, 37, // Skip to: 14561 |
| /* 4928 */ MCD_OPC_CheckPredicate, 15, 157, 37, // Skip to: 14561 |
| /* 4932 */ MCD_OPC_Decode, 129, 5, 96, // Opcode: VADDv2i64 |
| /* 4936 */ MCD_OPC_FilterValue, 229, 3, 104, 0, // Skip to: 5045 |
| /* 4941 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4944 */ MCD_OPC_FilterValue, 0, 43, 0, // Skip to: 4991 |
| /* 4948 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 4951 */ MCD_OPC_FilterValue, 0, 134, 37, // Skip to: 14561 |
| /* 4955 */ MCD_OPC_CheckPredicate, 15, 10, 0, // Skip to: 4969 |
| /* 4959 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, // Skip to: 4969 |
| /* 4965 */ MCD_OPC_Decode, 195, 6, 117, // Opcode: VEXTd32 |
| /* 4969 */ MCD_OPC_CheckPredicate, 15, 10, 0, // Skip to: 4983 |
| /* 4973 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, // Skip to: 4983 |
| /* 4979 */ MCD_OPC_Decode, 194, 6, 118, // Opcode: VEXTd16 |
| /* 4983 */ MCD_OPC_CheckPredicate, 15, 102, 37, // Skip to: 14561 |
| /* 4987 */ MCD_OPC_Decode, 196, 6, 119, // Opcode: VEXTd8 |
| /* 4991 */ MCD_OPC_FilterValue, 1, 94, 37, // Skip to: 14561 |
| /* 4995 */ MCD_OPC_CheckPredicate, 15, 10, 0, // Skip to: 5009 |
| /* 4999 */ MCD_OPC_CheckField, 8, 3, 0, 4, 0, // Skip to: 5009 |
| /* 5005 */ MCD_OPC_Decode, 199, 6, 120, // Opcode: VEXTq64 |
| /* 5009 */ MCD_OPC_CheckPredicate, 15, 10, 0, // Skip to: 5023 |
| /* 5013 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, // Skip to: 5023 |
| /* 5019 */ MCD_OPC_Decode, 198, 6, 121, // Opcode: VEXTq32 |
| /* 5023 */ MCD_OPC_CheckPredicate, 15, 10, 0, // Skip to: 5037 |
| /* 5027 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, // Skip to: 5037 |
| /* 5033 */ MCD_OPC_Decode, 197, 6, 122, // Opcode: VEXTq16 |
| /* 5037 */ MCD_OPC_CheckPredicate, 15, 48, 37, // Skip to: 14561 |
| /* 5041 */ MCD_OPC_Decode, 200, 6, 123, // Opcode: VEXTq8 |
| /* 5045 */ MCD_OPC_FilterValue, 230, 3, 96, 0, // Skip to: 5146 |
| /* 5050 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 5053 */ MCD_OPC_FilterValue, 4, 27, 0, // Skip to: 5084 |
| /* 5057 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 5060 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5072 |
| /* 5064 */ MCD_OPC_CheckPredicate, 15, 21, 37, // Skip to: 14561 |
| /* 5068 */ MCD_OPC_Decode, 184, 14, 99, // Opcode: VSHLuv1i64 |
| /* 5072 */ MCD_OPC_FilterValue, 1, 13, 37, // Skip to: 14561 |
| /* 5076 */ MCD_OPC_CheckPredicate, 15, 9, 37, // Skip to: 14561 |
| /* 5080 */ MCD_OPC_Decode, 186, 14, 100, // Opcode: VSHLuv2i64 |
| /* 5084 */ MCD_OPC_FilterValue, 5, 27, 0, // Skip to: 5115 |
| /* 5088 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 5091 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5103 |
| /* 5095 */ MCD_OPC_CheckPredicate, 15, 246, 36, // Skip to: 14561 |
| /* 5099 */ MCD_OPC_Decode, 224, 13, 99, // Opcode: VRSHLuv1i64 |
| /* 5103 */ MCD_OPC_FilterValue, 1, 238, 36, // Skip to: 14561 |
| /* 5107 */ MCD_OPC_CheckPredicate, 15, 234, 36, // Skip to: 14561 |
| /* 5111 */ MCD_OPC_Decode, 226, 13, 100, // Opcode: VRSHLuv2i64 |
| /* 5115 */ MCD_OPC_FilterValue, 8, 226, 36, // Skip to: 14561 |
| /* 5119 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 5122 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5134 |
| /* 5126 */ MCD_OPC_CheckPredicate, 15, 215, 36, // Skip to: 14561 |
| /* 5130 */ MCD_OPC_Decode, 201, 17, 95, // Opcode: VSUBv1i64 |
| /* 5134 */ MCD_OPC_FilterValue, 1, 207, 36, // Skip to: 14561 |
| /* 5138 */ MCD_OPC_CheckPredicate, 15, 203, 36, // Skip to: 14561 |
| /* 5142 */ MCD_OPC_Decode, 203, 17, 96, // Opcode: VSUBv2i64 |
| /* 5146 */ MCD_OPC_FilterValue, 231, 3, 194, 36, // Skip to: 14561 |
| /* 5151 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 5154 */ MCD_OPC_FilterValue, 0, 170, 1, // Skip to: 5584 |
| /* 5158 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 5161 */ MCD_OPC_FilterValue, 0, 51, 0, // Skip to: 5216 |
| /* 5165 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5168 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5180 |
| /* 5172 */ MCD_OPC_CheckPredicate, 15, 169, 36, // Skip to: 14561 |
| /* 5176 */ MCD_OPC_Decode, 173, 13, 124, // Opcode: VREV64d8 |
| /* 5180 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5192 |
| /* 5184 */ MCD_OPC_CheckPredicate, 15, 157, 36, // Skip to: 14561 |
| /* 5188 */ MCD_OPC_Decode, 176, 13, 125, // Opcode: VREV64q8 |
| /* 5192 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5204 |
| /* 5196 */ MCD_OPC_CheckPredicate, 15, 145, 36, // Skip to: 14561 |
| /* 5200 */ MCD_OPC_Decode, 168, 13, 124, // Opcode: VREV32d8 |
| /* 5204 */ MCD_OPC_FilterValue, 3, 137, 36, // Skip to: 14561 |
| /* 5208 */ MCD_OPC_CheckPredicate, 15, 133, 36, // Skip to: 14561 |
| /* 5212 */ MCD_OPC_Decode, 170, 13, 125, // Opcode: VREV32q8 |
| /* 5216 */ MCD_OPC_FilterValue, 1, 51, 0, // Skip to: 5271 |
| /* 5220 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5223 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5235 |
| /* 5227 */ MCD_OPC_CheckPredicate, 15, 114, 36, // Skip to: 14561 |
| /* 5231 */ MCD_OPC_Decode, 207, 5, 124, // Opcode: VCGTzv8i8 |
| /* 5235 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5247 |
| /* 5239 */ MCD_OPC_CheckPredicate, 15, 102, 36, // Skip to: 14561 |
| /* 5243 */ MCD_OPC_Decode, 200, 5, 125, // Opcode: VCGTzv16i8 |
| /* 5247 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5259 |
| /* 5251 */ MCD_OPC_CheckPredicate, 15, 90, 36, // Skip to: 14561 |
| /* 5255 */ MCD_OPC_Decode, 185, 5, 124, // Opcode: VCGEzv8i8 |
| /* 5259 */ MCD_OPC_FilterValue, 3, 82, 36, // Skip to: 14561 |
| /* 5263 */ MCD_OPC_CheckPredicate, 15, 78, 36, // Skip to: 14561 |
| /* 5267 */ MCD_OPC_Decode, 178, 5, 125, // Opcode: VCGEzv16i8 |
| /* 5271 */ MCD_OPC_FilterValue, 2, 51, 0, // Skip to: 5326 |
| /* 5275 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5278 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5290 |
| /* 5282 */ MCD_OPC_CheckPredicate, 15, 59, 36, // Skip to: 14561 |
| /* 5286 */ MCD_OPC_Decode, 208, 17, 126, // Opcode: VSWPd |
| /* 5290 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5302 |
| /* 5294 */ MCD_OPC_CheckPredicate, 15, 47, 36, // Skip to: 14561 |
| /* 5298 */ MCD_OPC_Decode, 209, 17, 127, // Opcode: VSWPq |
| /* 5302 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5314 |
| /* 5306 */ MCD_OPC_CheckPredicate, 15, 35, 36, // Skip to: 14561 |
| /* 5310 */ MCD_OPC_Decode, 240, 17, 126, // Opcode: VTRNd8 |
| /* 5314 */ MCD_OPC_FilterValue, 3, 27, 36, // Skip to: 14561 |
| /* 5318 */ MCD_OPC_CheckPredicate, 15, 23, 36, // Skip to: 14561 |
| /* 5322 */ MCD_OPC_Decode, 243, 17, 127, // Opcode: VTRNq8 |
| /* 5326 */ MCD_OPC_FilterValue, 4, 51, 0, // Skip to: 5381 |
| /* 5330 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5333 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5345 |
| /* 5337 */ MCD_OPC_CheckPredicate, 15, 4, 36, // Skip to: 14561 |
| /* 5341 */ MCD_OPC_Decode, 171, 13, 124, // Opcode: VREV64d16 |
| /* 5345 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5357 |
| /* 5349 */ MCD_OPC_CheckPredicate, 15, 248, 35, // Skip to: 14561 |
| /* 5353 */ MCD_OPC_Decode, 174, 13, 125, // Opcode: VREV64q16 |
| /* 5357 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5369 |
| /* 5361 */ MCD_OPC_CheckPredicate, 15, 236, 35, // Skip to: 14561 |
| /* 5365 */ MCD_OPC_Decode, 167, 13, 124, // Opcode: VREV32d16 |
| /* 5369 */ MCD_OPC_FilterValue, 3, 228, 35, // Skip to: 14561 |
| /* 5373 */ MCD_OPC_CheckPredicate, 15, 224, 35, // Skip to: 14561 |
| /* 5377 */ MCD_OPC_Decode, 169, 13, 125, // Opcode: VREV32q16 |
| /* 5381 */ MCD_OPC_FilterValue, 5, 51, 0, // Skip to: 5436 |
| /* 5385 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5388 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5400 |
| /* 5392 */ MCD_OPC_CheckPredicate, 15, 205, 35, // Skip to: 14561 |
| /* 5396 */ MCD_OPC_Decode, 204, 5, 124, // Opcode: VCGTzv4i16 |
| /* 5400 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5412 |
| /* 5404 */ MCD_OPC_CheckPredicate, 15, 193, 35, // Skip to: 14561 |
| /* 5408 */ MCD_OPC_Decode, 206, 5, 125, // Opcode: VCGTzv8i16 |
| /* 5412 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5424 |
| /* 5416 */ MCD_OPC_CheckPredicate, 15, 181, 35, // Skip to: 14561 |
| /* 5420 */ MCD_OPC_Decode, 182, 5, 124, // Opcode: VCGEzv4i16 |
| /* 5424 */ MCD_OPC_FilterValue, 3, 173, 35, // Skip to: 14561 |
| /* 5428 */ MCD_OPC_CheckPredicate, 15, 169, 35, // Skip to: 14561 |
| /* 5432 */ MCD_OPC_Decode, 184, 5, 125, // Opcode: VCGEzv8i16 |
| /* 5436 */ MCD_OPC_FilterValue, 6, 27, 0, // Skip to: 5467 |
| /* 5440 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5443 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5455 |
| /* 5447 */ MCD_OPC_CheckPredicate, 15, 150, 35, // Skip to: 14561 |
| /* 5451 */ MCD_OPC_Decode, 238, 17, 126, // Opcode: VTRNd16 |
| /* 5455 */ MCD_OPC_FilterValue, 3, 142, 35, // Skip to: 14561 |
| /* 5459 */ MCD_OPC_CheckPredicate, 15, 138, 35, // Skip to: 14561 |
| /* 5463 */ MCD_OPC_Decode, 241, 17, 127, // Opcode: VTRNq16 |
| /* 5467 */ MCD_OPC_FilterValue, 8, 27, 0, // Skip to: 5498 |
| /* 5471 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5474 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5486 |
| /* 5478 */ MCD_OPC_CheckPredicate, 15, 119, 35, // Skip to: 14561 |
| /* 5482 */ MCD_OPC_Decode, 172, 13, 124, // Opcode: VREV64d32 |
| /* 5486 */ MCD_OPC_FilterValue, 1, 111, 35, // Skip to: 14561 |
| /* 5490 */ MCD_OPC_CheckPredicate, 15, 107, 35, // Skip to: 14561 |
| /* 5494 */ MCD_OPC_Decode, 175, 13, 125, // Opcode: VREV64q32 |
| /* 5498 */ MCD_OPC_FilterValue, 9, 51, 0, // Skip to: 5553 |
| /* 5502 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5505 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5517 |
| /* 5509 */ MCD_OPC_CheckPredicate, 15, 88, 35, // Skip to: 14561 |
| /* 5513 */ MCD_OPC_Decode, 202, 5, 124, // Opcode: VCGTzv2i32 |
| /* 5517 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5529 |
| /* 5521 */ MCD_OPC_CheckPredicate, 15, 76, 35, // Skip to: 14561 |
| /* 5525 */ MCD_OPC_Decode, 205, 5, 125, // Opcode: VCGTzv4i32 |
| /* 5529 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5541 |
| /* 5533 */ MCD_OPC_CheckPredicate, 15, 64, 35, // Skip to: 14561 |
| /* 5537 */ MCD_OPC_Decode, 180, 5, 124, // Opcode: VCGEzv2i32 |
| /* 5541 */ MCD_OPC_FilterValue, 3, 56, 35, // Skip to: 14561 |
| /* 5545 */ MCD_OPC_CheckPredicate, 15, 52, 35, // Skip to: 14561 |
| /* 5549 */ MCD_OPC_Decode, 183, 5, 125, // Opcode: VCGEzv4i32 |
| /* 5553 */ MCD_OPC_FilterValue, 10, 44, 35, // Skip to: 14561 |
| /* 5557 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5560 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5572 |
| /* 5564 */ MCD_OPC_CheckPredicate, 15, 33, 35, // Skip to: 14561 |
| /* 5568 */ MCD_OPC_Decode, 239, 17, 126, // Opcode: VTRNd32 |
| /* 5572 */ MCD_OPC_FilterValue, 3, 25, 35, // Skip to: 14561 |
| /* 5576 */ MCD_OPC_CheckPredicate, 15, 21, 35, // Skip to: 14561 |
| /* 5580 */ MCD_OPC_Decode, 242, 17, 127, // Opcode: VTRNq32 |
| /* 5584 */ MCD_OPC_FilterValue, 1, 84, 1, // Skip to: 5928 |
| /* 5588 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 5591 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 5622 |
| /* 5595 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5598 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5610 |
| /* 5602 */ MCD_OPC_CheckPredicate, 15, 251, 34, // Skip to: 14561 |
| /* 5606 */ MCD_OPC_Decode, 165, 13, 124, // Opcode: VREV16d8 |
| /* 5610 */ MCD_OPC_FilterValue, 1, 243, 34, // Skip to: 14561 |
| /* 5614 */ MCD_OPC_CheckPredicate, 15, 239, 34, // Skip to: 14561 |
| /* 5618 */ MCD_OPC_Decode, 166, 13, 125, // Opcode: VREV16q8 |
| /* 5622 */ MCD_OPC_FilterValue, 1, 51, 0, // Skip to: 5677 |
| /* 5626 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5629 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5641 |
| /* 5633 */ MCD_OPC_CheckPredicate, 15, 220, 34, // Skip to: 14561 |
| /* 5637 */ MCD_OPC_Decode, 163, 5, 124, // Opcode: VCEQzv8i8 |
| /* 5641 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5653 |
| /* 5645 */ MCD_OPC_CheckPredicate, 15, 208, 34, // Skip to: 14561 |
| /* 5649 */ MCD_OPC_Decode, 156, 5, 125, // Opcode: VCEQzv16i8 |
| /* 5653 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5665 |
| /* 5657 */ MCD_OPC_CheckPredicate, 15, 196, 34, // Skip to: 14561 |
| /* 5661 */ MCD_OPC_Decode, 215, 5, 124, // Opcode: VCLEzv8i8 |
| /* 5665 */ MCD_OPC_FilterValue, 3, 188, 34, // Skip to: 14561 |
| /* 5669 */ MCD_OPC_CheckPredicate, 15, 184, 34, // Skip to: 14561 |
| /* 5673 */ MCD_OPC_Decode, 208, 5, 125, // Opcode: VCLEzv16i8 |
| /* 5677 */ MCD_OPC_FilterValue, 2, 51, 0, // Skip to: 5732 |
| /* 5681 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5684 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5696 |
| /* 5688 */ MCD_OPC_CheckPredicate, 15, 165, 34, // Skip to: 14561 |
| /* 5692 */ MCD_OPC_Decode, 129, 18, 126, // Opcode: VUZPd8 |
| /* 5696 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5708 |
| /* 5700 */ MCD_OPC_CheckPredicate, 15, 153, 34, // Skip to: 14561 |
| /* 5704 */ MCD_OPC_Decode, 132, 18, 127, // Opcode: VUZPq8 |
| /* 5708 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5720 |
| /* 5712 */ MCD_OPC_CheckPredicate, 15, 141, 34, // Skip to: 14561 |
| /* 5716 */ MCD_OPC_Decode, 134, 18, 126, // Opcode: VZIPd8 |
| /* 5720 */ MCD_OPC_FilterValue, 3, 133, 34, // Skip to: 14561 |
| /* 5724 */ MCD_OPC_CheckPredicate, 15, 129, 34, // Skip to: 14561 |
| /* 5728 */ MCD_OPC_Decode, 137, 18, 127, // Opcode: VZIPq8 |
| /* 5732 */ MCD_OPC_FilterValue, 5, 51, 0, // Skip to: 5787 |
| /* 5736 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5739 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5751 |
| /* 5743 */ MCD_OPC_CheckPredicate, 15, 110, 34, // Skip to: 14561 |
| /* 5747 */ MCD_OPC_Decode, 160, 5, 124, // Opcode: VCEQzv4i16 |
| /* 5751 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5763 |
| /* 5755 */ MCD_OPC_CheckPredicate, 15, 98, 34, // Skip to: 14561 |
| /* 5759 */ MCD_OPC_Decode, 162, 5, 125, // Opcode: VCEQzv8i16 |
| /* 5763 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5775 |
| /* 5767 */ MCD_OPC_CheckPredicate, 15, 86, 34, // Skip to: 14561 |
| /* 5771 */ MCD_OPC_Decode, 212, 5, 124, // Opcode: VCLEzv4i16 |
| /* 5775 */ MCD_OPC_FilterValue, 3, 78, 34, // Skip to: 14561 |
| /* 5779 */ MCD_OPC_CheckPredicate, 15, 74, 34, // Skip to: 14561 |
| /* 5783 */ MCD_OPC_Decode, 214, 5, 125, // Opcode: VCLEzv8i16 |
| /* 5787 */ MCD_OPC_FilterValue, 6, 51, 0, // Skip to: 5842 |
| /* 5791 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5794 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5806 |
| /* 5798 */ MCD_OPC_CheckPredicate, 15, 55, 34, // Skip to: 14561 |
| /* 5802 */ MCD_OPC_Decode, 128, 18, 126, // Opcode: VUZPd16 |
| /* 5806 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5818 |
| /* 5810 */ MCD_OPC_CheckPredicate, 15, 43, 34, // Skip to: 14561 |
| /* 5814 */ MCD_OPC_Decode, 130, 18, 127, // Opcode: VUZPq16 |
| /* 5818 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5830 |
| /* 5822 */ MCD_OPC_CheckPredicate, 15, 31, 34, // Skip to: 14561 |
| /* 5826 */ MCD_OPC_Decode, 133, 18, 126, // Opcode: VZIPd16 |
| /* 5830 */ MCD_OPC_FilterValue, 3, 23, 34, // Skip to: 14561 |
| /* 5834 */ MCD_OPC_CheckPredicate, 15, 19, 34, // Skip to: 14561 |
| /* 5838 */ MCD_OPC_Decode, 135, 18, 127, // Opcode: VZIPq16 |
| /* 5842 */ MCD_OPC_FilterValue, 9, 51, 0, // Skip to: 5897 |
| /* 5846 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5849 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5861 |
| /* 5853 */ MCD_OPC_CheckPredicate, 15, 0, 34, // Skip to: 14561 |
| /* 5857 */ MCD_OPC_Decode, 158, 5, 124, // Opcode: VCEQzv2i32 |
| /* 5861 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5873 |
| /* 5865 */ MCD_OPC_CheckPredicate, 15, 244, 33, // Skip to: 14561 |
| /* 5869 */ MCD_OPC_Decode, 161, 5, 125, // Opcode: VCEQzv4i32 |
| /* 5873 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5885 |
| /* 5877 */ MCD_OPC_CheckPredicate, 15, 232, 33, // Skip to: 14561 |
| /* 5881 */ MCD_OPC_Decode, 210, 5, 124, // Opcode: VCLEzv2i32 |
| /* 5885 */ MCD_OPC_FilterValue, 3, 224, 33, // Skip to: 14561 |
| /* 5889 */ MCD_OPC_CheckPredicate, 15, 220, 33, // Skip to: 14561 |
| /* 5893 */ MCD_OPC_Decode, 213, 5, 125, // Opcode: VCLEzv4i32 |
| /* 5897 */ MCD_OPC_FilterValue, 10, 212, 33, // Skip to: 14561 |
| /* 5901 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5904 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5916 |
| /* 5908 */ MCD_OPC_CheckPredicate, 15, 201, 33, // Skip to: 14561 |
| /* 5912 */ MCD_OPC_Decode, 131, 18, 127, // Opcode: VUZPq32 |
| /* 5916 */ MCD_OPC_FilterValue, 3, 193, 33, // Skip to: 14561 |
| /* 5920 */ MCD_OPC_CheckPredicate, 15, 189, 33, // Skip to: 14561 |
| /* 5924 */ MCD_OPC_Decode, 136, 18, 127, // Opcode: VZIPq32 |
| /* 5928 */ MCD_OPC_FilterValue, 2, 182, 1, // Skip to: 6370 |
| /* 5932 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 5935 */ MCD_OPC_FilterValue, 0, 51, 0, // Skip to: 5990 |
| /* 5939 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5942 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5954 |
| /* 5946 */ MCD_OPC_CheckPredicate, 15, 163, 33, // Skip to: 14561 |
| /* 5950 */ MCD_OPC_Decode, 232, 11, 124, // Opcode: VPADDLsv8i8 |
| /* 5954 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5966 |
| /* 5958 */ MCD_OPC_CheckPredicate, 15, 151, 33, // Skip to: 14561 |
| /* 5962 */ MCD_OPC_Decode, 227, 11, 125, // Opcode: VPADDLsv16i8 |
| /* 5966 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5978 |
| /* 5970 */ MCD_OPC_CheckPredicate, 15, 139, 33, // Skip to: 14561 |
| /* 5974 */ MCD_OPC_Decode, 238, 11, 124, // Opcode: VPADDLuv8i8 |
| /* 5978 */ MCD_OPC_FilterValue, 3, 131, 33, // Skip to: 14561 |
| /* 5982 */ MCD_OPC_CheckPredicate, 15, 127, 33, // Skip to: 14561 |
| /* 5986 */ MCD_OPC_Decode, 233, 11, 125, // Opcode: VPADDLuv16i8 |
| /* 5990 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 6021 |
| /* 5994 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 5997 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6009 |
| /* 6001 */ MCD_OPC_CheckPredicate, 15, 108, 33, // Skip to: 14561 |
| /* 6005 */ MCD_OPC_Decode, 229, 5, 124, // Opcode: VCLTzv8i8 |
| /* 6009 */ MCD_OPC_FilterValue, 1, 100, 33, // Skip to: 14561 |
| /* 6013 */ MCD_OPC_CheckPredicate, 15, 96, 33, // Skip to: 14561 |
| /* 6017 */ MCD_OPC_Decode, 222, 5, 125, // Opcode: VCLTzv16i8 |
| /* 6021 */ MCD_OPC_FilterValue, 2, 55, 0, // Skip to: 6080 |
| /* 6025 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6028 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6041 |
| /* 6032 */ MCD_OPC_CheckPredicate, 15, 77, 33, // Skip to: 14561 |
| /* 6036 */ MCD_OPC_Decode, 252, 10, 128, 1, // Opcode: VMOVNv8i8 |
| /* 6041 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6054 |
| /* 6045 */ MCD_OPC_CheckPredicate, 15, 64, 33, // Skip to: 14561 |
| /* 6049 */ MCD_OPC_Decode, 173, 12, 128, 1, // Opcode: VQMOVNsuv8i8 |
| /* 6054 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6067 |
| /* 6058 */ MCD_OPC_CheckPredicate, 15, 51, 33, // Skip to: 14561 |
| /* 6062 */ MCD_OPC_Decode, 176, 12, 128, 1, // Opcode: VQMOVNsv8i8 |
| /* 6067 */ MCD_OPC_FilterValue, 3, 42, 33, // Skip to: 14561 |
| /* 6071 */ MCD_OPC_CheckPredicate, 15, 38, 33, // Skip to: 14561 |
| /* 6075 */ MCD_OPC_Decode, 179, 12, 128, 1, // Opcode: VQMOVNuv8i8 |
| /* 6080 */ MCD_OPC_FilterValue, 4, 51, 0, // Skip to: 6135 |
| /* 6084 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6087 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6099 |
| /* 6091 */ MCD_OPC_CheckPredicate, 15, 18, 33, // Skip to: 14561 |
| /* 6095 */ MCD_OPC_Decode, 229, 11, 124, // Opcode: VPADDLsv4i16 |
| /* 6099 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6111 |
| /* 6103 */ MCD_OPC_CheckPredicate, 15, 6, 33, // Skip to: 14561 |
| /* 6107 */ MCD_OPC_Decode, 231, 11, 125, // Opcode: VPADDLsv8i16 |
| /* 6111 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6123 |
| /* 6115 */ MCD_OPC_CheckPredicate, 15, 250, 32, // Skip to: 14561 |
| /* 6119 */ MCD_OPC_Decode, 235, 11, 124, // Opcode: VPADDLuv4i16 |
| /* 6123 */ MCD_OPC_FilterValue, 3, 242, 32, // Skip to: 14561 |
| /* 6127 */ MCD_OPC_CheckPredicate, 15, 238, 32, // Skip to: 14561 |
| /* 6131 */ MCD_OPC_Decode, 237, 11, 125, // Opcode: VPADDLuv8i16 |
| /* 6135 */ MCD_OPC_FilterValue, 5, 27, 0, // Skip to: 6166 |
| /* 6139 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6142 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6154 |
| /* 6146 */ MCD_OPC_CheckPredicate, 15, 219, 32, // Skip to: 14561 |
| /* 6150 */ MCD_OPC_Decode, 226, 5, 124, // Opcode: VCLTzv4i16 |
| /* 6154 */ MCD_OPC_FilterValue, 1, 211, 32, // Skip to: 14561 |
| /* 6158 */ MCD_OPC_CheckPredicate, 15, 207, 32, // Skip to: 14561 |
| /* 6162 */ MCD_OPC_Decode, 228, 5, 125, // Opcode: VCLTzv8i16 |
| /* 6166 */ MCD_OPC_FilterValue, 6, 55, 0, // Skip to: 6225 |
| /* 6170 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6173 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6186 |
| /* 6177 */ MCD_OPC_CheckPredicate, 15, 188, 32, // Skip to: 14561 |
| /* 6181 */ MCD_OPC_Decode, 251, 10, 128, 1, // Opcode: VMOVNv4i16 |
| /* 6186 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6199 |
| /* 6190 */ MCD_OPC_CheckPredicate, 15, 175, 32, // Skip to: 14561 |
| /* 6194 */ MCD_OPC_Decode, 172, 12, 128, 1, // Opcode: VQMOVNsuv4i16 |
| /* 6199 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6212 |
| /* 6203 */ MCD_OPC_CheckPredicate, 15, 162, 32, // Skip to: 14561 |
| /* 6207 */ MCD_OPC_Decode, 175, 12, 128, 1, // Opcode: VQMOVNsv4i16 |
| /* 6212 */ MCD_OPC_FilterValue, 3, 153, 32, // Skip to: 14561 |
| /* 6216 */ MCD_OPC_CheckPredicate, 15, 149, 32, // Skip to: 14561 |
| /* 6220 */ MCD_OPC_Decode, 178, 12, 128, 1, // Opcode: VQMOVNuv4i16 |
| /* 6225 */ MCD_OPC_FilterValue, 8, 51, 0, // Skip to: 6280 |
| /* 6229 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6232 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6244 |
| /* 6236 */ MCD_OPC_CheckPredicate, 15, 129, 32, // Skip to: 14561 |
| /* 6240 */ MCD_OPC_Decode, 228, 11, 124, // Opcode: VPADDLsv2i32 |
| /* 6244 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6256 |
| /* 6248 */ MCD_OPC_CheckPredicate, 15, 117, 32, // Skip to: 14561 |
| /* 6252 */ MCD_OPC_Decode, 230, 11, 125, // Opcode: VPADDLsv4i32 |
| /* 6256 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6268 |
| /* 6260 */ MCD_OPC_CheckPredicate, 15, 105, 32, // Skip to: 14561 |
| /* 6264 */ MCD_OPC_Decode, 234, 11, 124, // Opcode: VPADDLuv2i32 |
| /* 6268 */ MCD_OPC_FilterValue, 3, 97, 32, // Skip to: 14561 |
| /* 6272 */ MCD_OPC_CheckPredicate, 15, 93, 32, // Skip to: 14561 |
| /* 6276 */ MCD_OPC_Decode, 236, 11, 125, // Opcode: VPADDLuv4i32 |
| /* 6280 */ MCD_OPC_FilterValue, 9, 27, 0, // Skip to: 6311 |
| /* 6284 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6287 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6299 |
| /* 6291 */ MCD_OPC_CheckPredicate, 15, 74, 32, // Skip to: 14561 |
| /* 6295 */ MCD_OPC_Decode, 224, 5, 124, // Opcode: VCLTzv2i32 |
| /* 6299 */ MCD_OPC_FilterValue, 1, 66, 32, // Skip to: 14561 |
| /* 6303 */ MCD_OPC_CheckPredicate, 15, 62, 32, // Skip to: 14561 |
| /* 6307 */ MCD_OPC_Decode, 227, 5, 125, // Opcode: VCLTzv4i32 |
| /* 6311 */ MCD_OPC_FilterValue, 10, 54, 32, // Skip to: 14561 |
| /* 6315 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6318 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6331 |
| /* 6322 */ MCD_OPC_CheckPredicate, 15, 43, 32, // Skip to: 14561 |
| /* 6326 */ MCD_OPC_Decode, 250, 10, 128, 1, // Opcode: VMOVNv2i32 |
| /* 6331 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6344 |
| /* 6335 */ MCD_OPC_CheckPredicate, 15, 30, 32, // Skip to: 14561 |
| /* 6339 */ MCD_OPC_Decode, 171, 12, 128, 1, // Opcode: VQMOVNsuv2i32 |
| /* 6344 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6357 |
| /* 6348 */ MCD_OPC_CheckPredicate, 15, 17, 32, // Skip to: 14561 |
| /* 6352 */ MCD_OPC_Decode, 174, 12, 128, 1, // Opcode: VQMOVNsv2i32 |
| /* 6357 */ MCD_OPC_FilterValue, 3, 8, 32, // Skip to: 14561 |
| /* 6361 */ MCD_OPC_CheckPredicate, 15, 4, 32, // Skip to: 14561 |
| /* 6365 */ MCD_OPC_Decode, 177, 12, 128, 1, // Opcode: VQMOVNuv2i32 |
| /* 6370 */ MCD_OPC_FilterValue, 3, 225, 0, // Skip to: 6599 |
| /* 6374 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 6377 */ MCD_OPC_FilterValue, 1, 51, 0, // Skip to: 6432 |
| /* 6381 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6384 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6396 |
| /* 6388 */ MCD_OPC_CheckPredicate, 15, 233, 31, // Skip to: 14561 |
| /* 6392 */ MCD_OPC_Decode, 230, 4, 124, // Opcode: VABSv8i8 |
| /* 6396 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6408 |
| /* 6400 */ MCD_OPC_CheckPredicate, 15, 221, 31, // Skip to: 14561 |
| /* 6404 */ MCD_OPC_Decode, 225, 4, 125, // Opcode: VABSv16i8 |
| /* 6408 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6420 |
| /* 6412 */ MCD_OPC_CheckPredicate, 15, 209, 31, // Skip to: 14561 |
| /* 6416 */ MCD_OPC_Decode, 199, 11, 124, // Opcode: VNEGs8d |
| /* 6420 */ MCD_OPC_FilterValue, 3, 201, 31, // Skip to: 14561 |
| /* 6424 */ MCD_OPC_CheckPredicate, 15, 197, 31, // Skip to: 14561 |
| /* 6428 */ MCD_OPC_Decode, 200, 11, 125, // Opcode: VNEGs8q |
| /* 6432 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 6451 |
| /* 6436 */ MCD_OPC_CheckPredicate, 15, 185, 31, // Skip to: 14561 |
| /* 6440 */ MCD_OPC_CheckField, 6, 2, 0, 179, 31, // Skip to: 14561 |
| /* 6446 */ MCD_OPC_Decode, 160, 14, 129, 1, // Opcode: VSHLLi8 |
| /* 6451 */ MCD_OPC_FilterValue, 5, 51, 0, // Skip to: 6506 |
| /* 6455 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6458 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6470 |
| /* 6462 */ MCD_OPC_CheckPredicate, 15, 159, 31, // Skip to: 14561 |
| /* 6466 */ MCD_OPC_Decode, 227, 4, 124, // Opcode: VABSv4i16 |
| /* 6470 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6482 |
| /* 6474 */ MCD_OPC_CheckPredicate, 15, 147, 31, // Skip to: 14561 |
| /* 6478 */ MCD_OPC_Decode, 229, 4, 125, // Opcode: VABSv8i16 |
| /* 6482 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6494 |
| /* 6486 */ MCD_OPC_CheckPredicate, 15, 135, 31, // Skip to: 14561 |
| /* 6490 */ MCD_OPC_Decode, 195, 11, 124, // Opcode: VNEGs16d |
| /* 6494 */ MCD_OPC_FilterValue, 3, 127, 31, // Skip to: 14561 |
| /* 6498 */ MCD_OPC_CheckPredicate, 15, 123, 31, // Skip to: 14561 |
| /* 6502 */ MCD_OPC_Decode, 196, 11, 125, // Opcode: VNEGs16q |
| /* 6506 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 6525 |
| /* 6510 */ MCD_OPC_CheckPredicate, 15, 111, 31, // Skip to: 14561 |
| /* 6514 */ MCD_OPC_CheckField, 6, 2, 0, 105, 31, // Skip to: 14561 |
| /* 6520 */ MCD_OPC_Decode, 158, 14, 129, 1, // Opcode: VSHLLi16 |
| /* 6525 */ MCD_OPC_FilterValue, 9, 51, 0, // Skip to: 6580 |
| /* 6529 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6532 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6544 |
| /* 6536 */ MCD_OPC_CheckPredicate, 15, 85, 31, // Skip to: 14561 |
| /* 6540 */ MCD_OPC_Decode, 226, 4, 124, // Opcode: VABSv2i32 |
| /* 6544 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6556 |
| /* 6548 */ MCD_OPC_CheckPredicate, 15, 73, 31, // Skip to: 14561 |
| /* 6552 */ MCD_OPC_Decode, 228, 4, 125, // Opcode: VABSv4i32 |
| /* 6556 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6568 |
| /* 6560 */ MCD_OPC_CheckPredicate, 15, 61, 31, // Skip to: 14561 |
| /* 6564 */ MCD_OPC_Decode, 197, 11, 124, // Opcode: VNEGs32d |
| /* 6568 */ MCD_OPC_FilterValue, 3, 53, 31, // Skip to: 14561 |
| /* 6572 */ MCD_OPC_CheckPredicate, 15, 49, 31, // Skip to: 14561 |
| /* 6576 */ MCD_OPC_Decode, 198, 11, 125, // Opcode: VNEGs32q |
| /* 6580 */ MCD_OPC_FilterValue, 10, 41, 31, // Skip to: 14561 |
| /* 6584 */ MCD_OPC_CheckPredicate, 15, 37, 31, // Skip to: 14561 |
| /* 6588 */ MCD_OPC_CheckField, 6, 2, 0, 31, 31, // Skip to: 14561 |
| /* 6594 */ MCD_OPC_Decode, 159, 14, 129, 1, // Opcode: VSHLLi32 |
| /* 6599 */ MCD_OPC_FilterValue, 4, 22, 1, // Skip to: 6881 |
| /* 6603 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 6606 */ MCD_OPC_FilterValue, 0, 51, 0, // Skip to: 6661 |
| /* 6610 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6613 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6625 |
| /* 6617 */ MCD_OPC_CheckPredicate, 15, 4, 31, // Skip to: 14561 |
| /* 6621 */ MCD_OPC_Decode, 221, 5, 124, // Opcode: VCLSv8i8 |
| /* 6625 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6637 |
| /* 6629 */ MCD_OPC_CheckPredicate, 15, 248, 30, // Skip to: 14561 |
| /* 6633 */ MCD_OPC_Decode, 216, 5, 125, // Opcode: VCLSv16i8 |
| /* 6637 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6649 |
| /* 6641 */ MCD_OPC_CheckPredicate, 15, 236, 30, // Skip to: 14561 |
| /* 6645 */ MCD_OPC_Decode, 235, 5, 124, // Opcode: VCLZv8i8 |
| /* 6649 */ MCD_OPC_FilterValue, 3, 228, 30, // Skip to: 14561 |
| /* 6653 */ MCD_OPC_CheckPredicate, 15, 224, 30, // Skip to: 14561 |
| /* 6657 */ MCD_OPC_Decode, 230, 5, 125, // Opcode: VCLZv16i8 |
| /* 6661 */ MCD_OPC_FilterValue, 4, 51, 0, // Skip to: 6716 |
| /* 6665 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6668 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6680 |
| /* 6672 */ MCD_OPC_CheckPredicate, 15, 205, 30, // Skip to: 14561 |
| /* 6676 */ MCD_OPC_Decode, 218, 5, 124, // Opcode: VCLSv4i16 |
| /* 6680 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6692 |
| /* 6684 */ MCD_OPC_CheckPredicate, 15, 193, 30, // Skip to: 14561 |
| /* 6688 */ MCD_OPC_Decode, 220, 5, 125, // Opcode: VCLSv8i16 |
| /* 6692 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6704 |
| /* 6696 */ MCD_OPC_CheckPredicate, 15, 181, 30, // Skip to: 14561 |
| /* 6700 */ MCD_OPC_Decode, 232, 5, 124, // Opcode: VCLZv4i16 |
| /* 6704 */ MCD_OPC_FilterValue, 3, 173, 30, // Skip to: 14561 |
| /* 6708 */ MCD_OPC_CheckPredicate, 15, 169, 30, // Skip to: 14561 |
| /* 6712 */ MCD_OPC_Decode, 234, 5, 125, // Opcode: VCLZv8i16 |
| /* 6716 */ MCD_OPC_FilterValue, 8, 51, 0, // Skip to: 6771 |
| /* 6720 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6723 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6735 |
| /* 6727 */ MCD_OPC_CheckPredicate, 15, 150, 30, // Skip to: 14561 |
| /* 6731 */ MCD_OPC_Decode, 217, 5, 124, // Opcode: VCLSv2i32 |
| /* 6735 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6747 |
| /* 6739 */ MCD_OPC_CheckPredicate, 15, 138, 30, // Skip to: 14561 |
| /* 6743 */ MCD_OPC_Decode, 219, 5, 125, // Opcode: VCLSv4i32 |
| /* 6747 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6759 |
| /* 6751 */ MCD_OPC_CheckPredicate, 15, 126, 30, // Skip to: 14561 |
| /* 6755 */ MCD_OPC_Decode, 231, 5, 124, // Opcode: VCLZv2i32 |
| /* 6759 */ MCD_OPC_FilterValue, 3, 118, 30, // Skip to: 14561 |
| /* 6763 */ MCD_OPC_CheckPredicate, 15, 114, 30, // Skip to: 14561 |
| /* 6767 */ MCD_OPC_Decode, 233, 5, 125, // Opcode: VCLZv4i32 |
| /* 6771 */ MCD_OPC_FilterValue, 9, 51, 0, // Skip to: 6826 |
| /* 6775 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6778 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6790 |
| /* 6782 */ MCD_OPC_CheckPredicate, 15, 95, 30, // Skip to: 14561 |
| /* 6786 */ MCD_OPC_Decode, 201, 5, 124, // Opcode: VCGTzv2f32 |
| /* 6790 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6802 |
| /* 6794 */ MCD_OPC_CheckPredicate, 15, 83, 30, // Skip to: 14561 |
| /* 6798 */ MCD_OPC_Decode, 203, 5, 125, // Opcode: VCGTzv4f32 |
| /* 6802 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6814 |
| /* 6806 */ MCD_OPC_CheckPredicate, 15, 71, 30, // Skip to: 14561 |
| /* 6810 */ MCD_OPC_Decode, 179, 5, 124, // Opcode: VCGEzv2f32 |
| /* 6814 */ MCD_OPC_FilterValue, 3, 63, 30, // Skip to: 14561 |
| /* 6818 */ MCD_OPC_CheckPredicate, 15, 59, 30, // Skip to: 14561 |
| /* 6822 */ MCD_OPC_Decode, 181, 5, 125, // Opcode: VCGEzv4f32 |
| /* 6826 */ MCD_OPC_FilterValue, 11, 51, 30, // Skip to: 14561 |
| /* 6830 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6833 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6845 |
| /* 6837 */ MCD_OPC_CheckPredicate, 15, 40, 30, // Skip to: 14561 |
| /* 6841 */ MCD_OPC_Decode, 159, 13, 124, // Opcode: VRECPEd |
| /* 6845 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6857 |
| /* 6849 */ MCD_OPC_CheckPredicate, 15, 28, 30, // Skip to: 14561 |
| /* 6853 */ MCD_OPC_Decode, 162, 13, 125, // Opcode: VRECPEq |
| /* 6857 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6869 |
| /* 6861 */ MCD_OPC_CheckPredicate, 15, 16, 30, // Skip to: 14561 |
| /* 6865 */ MCD_OPC_Decode, 250, 13, 124, // Opcode: VRSQRTEd |
| /* 6869 */ MCD_OPC_FilterValue, 3, 8, 30, // Skip to: 14561 |
| /* 6873 */ MCD_OPC_CheckPredicate, 15, 4, 30, // Skip to: 14561 |
| /* 6877 */ MCD_OPC_Decode, 253, 13, 125, // Opcode: VRSQRTEq |
| /* 6881 */ MCD_OPC_FilterValue, 5, 175, 0, // Skip to: 7060 |
| /* 6885 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 6888 */ MCD_OPC_FilterValue, 0, 39, 0, // Skip to: 6931 |
| /* 6892 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 6895 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6907 |
| /* 6899 */ MCD_OPC_CheckPredicate, 15, 234, 29, // Skip to: 14561 |
| /* 6903 */ MCD_OPC_Decode, 244, 5, 124, // Opcode: VCNTd |
| /* 6907 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 6919 |
| /* 6911 */ MCD_OPC_CheckPredicate, 15, 222, 29, // Skip to: 14561 |
| /* 6915 */ MCD_OPC_Decode, 157, 5, 124, // Opcode: VCEQzv2f32 |
| /* 6919 */ MCD_OPC_FilterValue, 11, 214, 29, // Skip to: 14561 |
| /* 6923 */ MCD_OPC_CheckPredicate, 15, 210, 29, // Skip to: 14561 |
| /* 6927 */ MCD_OPC_Decode, 160, 13, 124, // Opcode: VRECPEfd |
| /* 6931 */ MCD_OPC_FilterValue, 1, 39, 0, // Skip to: 6974 |
| /* 6935 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 6938 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6950 |
| /* 6942 */ MCD_OPC_CheckPredicate, 15, 191, 29, // Skip to: 14561 |
| /* 6946 */ MCD_OPC_Decode, 245, 5, 125, // Opcode: VCNTq |
| /* 6950 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 6962 |
| /* 6954 */ MCD_OPC_CheckPredicate, 15, 179, 29, // Skip to: 14561 |
| /* 6958 */ MCD_OPC_Decode, 159, 5, 125, // Opcode: VCEQzv4f32 |
| /* 6962 */ MCD_OPC_FilterValue, 11, 171, 29, // Skip to: 14561 |
| /* 6966 */ MCD_OPC_CheckPredicate, 15, 167, 29, // Skip to: 14561 |
| /* 6970 */ MCD_OPC_Decode, 161, 13, 125, // Opcode: VRECPEfq |
| /* 6974 */ MCD_OPC_FilterValue, 2, 39, 0, // Skip to: 7017 |
| /* 6978 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 6981 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6993 |
| /* 6985 */ MCD_OPC_CheckPredicate, 15, 148, 29, // Skip to: 14561 |
| /* 6989 */ MCD_OPC_Decode, 185, 11, 124, // Opcode: VMVNd |
| /* 6993 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 7005 |
| /* 6997 */ MCD_OPC_CheckPredicate, 15, 136, 29, // Skip to: 14561 |
| /* 7001 */ MCD_OPC_Decode, 209, 5, 124, // Opcode: VCLEzv2f32 |
| /* 7005 */ MCD_OPC_FilterValue, 11, 128, 29, // Skip to: 14561 |
| /* 7009 */ MCD_OPC_CheckPredicate, 15, 124, 29, // Skip to: 14561 |
| /* 7013 */ MCD_OPC_Decode, 251, 13, 124, // Opcode: VRSQRTEfd |
| /* 7017 */ MCD_OPC_FilterValue, 3, 116, 29, // Skip to: 14561 |
| /* 7021 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 7024 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7036 |
| /* 7028 */ MCD_OPC_CheckPredicate, 15, 105, 29, // Skip to: 14561 |
| /* 7032 */ MCD_OPC_Decode, 186, 11, 125, // Opcode: VMVNq |
| /* 7036 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 7048 |
| /* 7040 */ MCD_OPC_CheckPredicate, 15, 93, 29, // Skip to: 14561 |
| /* 7044 */ MCD_OPC_Decode, 211, 5, 125, // Opcode: VCLEzv4f32 |
| /* 7048 */ MCD_OPC_FilterValue, 11, 85, 29, // Skip to: 14561 |
| /* 7052 */ MCD_OPC_CheckPredicate, 15, 81, 29, // Skip to: 14561 |
| /* 7056 */ MCD_OPC_Decode, 252, 13, 125, // Opcode: VRSQRTEfq |
| /* 7060 */ MCD_OPC_FilterValue, 6, 29, 1, // Skip to: 7349 |
| /* 7064 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 7067 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7126 |
| /* 7071 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7074 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7087 |
| /* 7078 */ MCD_OPC_CheckPredicate, 15, 55, 29, // Skip to: 14561 |
| /* 7082 */ MCD_OPC_Decode, 220, 11, 130, 1, // Opcode: VPADALsv8i8 |
| /* 7087 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7100 |
| /* 7091 */ MCD_OPC_CheckPredicate, 15, 42, 29, // Skip to: 14561 |
| /* 7095 */ MCD_OPC_Decode, 215, 11, 131, 1, // Opcode: VPADALsv16i8 |
| /* 7100 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7113 |
| /* 7104 */ MCD_OPC_CheckPredicate, 15, 29, 29, // Skip to: 14561 |
| /* 7108 */ MCD_OPC_Decode, 226, 11, 130, 1, // Opcode: VPADALuv8i8 |
| /* 7113 */ MCD_OPC_FilterValue, 3, 20, 29, // Skip to: 14561 |
| /* 7117 */ MCD_OPC_CheckPredicate, 15, 16, 29, // Skip to: 14561 |
| /* 7121 */ MCD_OPC_Decode, 221, 11, 131, 1, // Opcode: VPADALuv16i8 |
| /* 7126 */ MCD_OPC_FilterValue, 4, 55, 0, // Skip to: 7185 |
| /* 7130 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7133 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7146 |
| /* 7137 */ MCD_OPC_CheckPredicate, 15, 252, 28, // Skip to: 14561 |
| /* 7141 */ MCD_OPC_Decode, 217, 11, 130, 1, // Opcode: VPADALsv4i16 |
| /* 7146 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7159 |
| /* 7150 */ MCD_OPC_CheckPredicate, 15, 239, 28, // Skip to: 14561 |
| /* 7154 */ MCD_OPC_Decode, 219, 11, 131, 1, // Opcode: VPADALsv8i16 |
| /* 7159 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7172 |
| /* 7163 */ MCD_OPC_CheckPredicate, 15, 226, 28, // Skip to: 14561 |
| /* 7167 */ MCD_OPC_Decode, 223, 11, 130, 1, // Opcode: VPADALuv4i16 |
| /* 7172 */ MCD_OPC_FilterValue, 3, 217, 28, // Skip to: 14561 |
| /* 7176 */ MCD_OPC_CheckPredicate, 15, 213, 28, // Skip to: 14561 |
| /* 7180 */ MCD_OPC_Decode, 225, 11, 131, 1, // Opcode: VPADALuv8i16 |
| /* 7185 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 7204 |
| /* 7189 */ MCD_OPC_CheckPredicate, 17, 200, 28, // Skip to: 14561 |
| /* 7193 */ MCD_OPC_CheckField, 6, 2, 0, 194, 28, // Skip to: 14561 |
| /* 7199 */ MCD_OPC_Decode, 160, 6, 128, 1, // Opcode: VCVTf2h |
| /* 7204 */ MCD_OPC_FilterValue, 8, 55, 0, // Skip to: 7263 |
| /* 7208 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7211 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7224 |
| /* 7215 */ MCD_OPC_CheckPredicate, 15, 174, 28, // Skip to: 14561 |
| /* 7219 */ MCD_OPC_Decode, 216, 11, 130, 1, // Opcode: VPADALsv2i32 |
| /* 7224 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7237 |
| /* 7228 */ MCD_OPC_CheckPredicate, 15, 161, 28, // Skip to: 14561 |
| /* 7232 */ MCD_OPC_Decode, 218, 11, 131, 1, // Opcode: VPADALsv4i32 |
| /* 7237 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7250 |
| /* 7241 */ MCD_OPC_CheckPredicate, 15, 148, 28, // Skip to: 14561 |
| /* 7245 */ MCD_OPC_Decode, 222, 11, 130, 1, // Opcode: VPADALuv2i32 |
| /* 7250 */ MCD_OPC_FilterValue, 3, 139, 28, // Skip to: 14561 |
| /* 7254 */ MCD_OPC_CheckPredicate, 15, 135, 28, // Skip to: 14561 |
| /* 7258 */ MCD_OPC_Decode, 224, 11, 131, 1, // Opcode: VPADALuv4i32 |
| /* 7263 */ MCD_OPC_FilterValue, 9, 27, 0, // Skip to: 7294 |
| /* 7267 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7270 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7282 |
| /* 7274 */ MCD_OPC_CheckPredicate, 15, 115, 28, // Skip to: 14561 |
| /* 7278 */ MCD_OPC_Decode, 223, 5, 124, // Opcode: VCLTzv2f32 |
| /* 7282 */ MCD_OPC_FilterValue, 1, 107, 28, // Skip to: 14561 |
| /* 7286 */ MCD_OPC_CheckPredicate, 15, 103, 28, // Skip to: 14561 |
| /* 7290 */ MCD_OPC_Decode, 225, 5, 125, // Opcode: VCLTzv4f32 |
| /* 7294 */ MCD_OPC_FilterValue, 11, 95, 28, // Skip to: 14561 |
| /* 7298 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7301 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7313 |
| /* 7305 */ MCD_OPC_CheckPredicate, 15, 84, 28, // Skip to: 14561 |
| /* 7309 */ MCD_OPC_Decode, 170, 6, 124, // Opcode: VCVTs2fd |
| /* 7313 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7325 |
| /* 7317 */ MCD_OPC_CheckPredicate, 15, 72, 28, // Skip to: 14561 |
| /* 7321 */ MCD_OPC_Decode, 171, 6, 125, // Opcode: VCVTs2fq |
| /* 7325 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7337 |
| /* 7329 */ MCD_OPC_CheckPredicate, 15, 60, 28, // Skip to: 14561 |
| /* 7333 */ MCD_OPC_Decode, 172, 6, 124, // Opcode: VCVTu2fd |
| /* 7337 */ MCD_OPC_FilterValue, 3, 52, 28, // Skip to: 14561 |
| /* 7341 */ MCD_OPC_CheckPredicate, 15, 48, 28, // Skip to: 14561 |
| /* 7345 */ MCD_OPC_Decode, 173, 6, 125, // Opcode: VCVTu2fq |
| /* 7349 */ MCD_OPC_FilterValue, 7, 41, 1, // Skip to: 7650 |
| /* 7353 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 7356 */ MCD_OPC_FilterValue, 0, 51, 0, // Skip to: 7411 |
| /* 7360 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7363 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7375 |
| /* 7367 */ MCD_OPC_CheckPredicate, 15, 22, 28, // Skip to: 14561 |
| /* 7371 */ MCD_OPC_Decode, 134, 12, 124, // Opcode: VQABSv8i8 |
| /* 7375 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7387 |
| /* 7379 */ MCD_OPC_CheckPredicate, 15, 10, 28, // Skip to: 14561 |
| /* 7383 */ MCD_OPC_Decode, 129, 12, 125, // Opcode: VQABSv16i8 |
| /* 7387 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7399 |
| /* 7391 */ MCD_OPC_CheckPredicate, 15, 254, 27, // Skip to: 14561 |
| /* 7395 */ MCD_OPC_Decode, 185, 12, 124, // Opcode: VQNEGv8i8 |
| /* 7399 */ MCD_OPC_FilterValue, 3, 246, 27, // Skip to: 14561 |
| /* 7403 */ MCD_OPC_CheckPredicate, 15, 242, 27, // Skip to: 14561 |
| /* 7407 */ MCD_OPC_Decode, 180, 12, 125, // Opcode: VQNEGv16i8 |
| /* 7411 */ MCD_OPC_FilterValue, 4, 51, 0, // Skip to: 7466 |
| /* 7415 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7418 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7430 |
| /* 7422 */ MCD_OPC_CheckPredicate, 15, 223, 27, // Skip to: 14561 |
| /* 7426 */ MCD_OPC_Decode, 131, 12, 124, // Opcode: VQABSv4i16 |
| /* 7430 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7442 |
| /* 7434 */ MCD_OPC_CheckPredicate, 15, 211, 27, // Skip to: 14561 |
| /* 7438 */ MCD_OPC_Decode, 133, 12, 125, // Opcode: VQABSv8i16 |
| /* 7442 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7454 |
| /* 7446 */ MCD_OPC_CheckPredicate, 15, 199, 27, // Skip to: 14561 |
| /* 7450 */ MCD_OPC_Decode, 182, 12, 124, // Opcode: VQNEGv4i16 |
| /* 7454 */ MCD_OPC_FilterValue, 3, 191, 27, // Skip to: 14561 |
| /* 7458 */ MCD_OPC_CheckPredicate, 15, 187, 27, // Skip to: 14561 |
| /* 7462 */ MCD_OPC_Decode, 184, 12, 125, // Opcode: VQNEGv8i16 |
| /* 7466 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 7485 |
| /* 7470 */ MCD_OPC_CheckPredicate, 17, 175, 27, // Skip to: 14561 |
| /* 7474 */ MCD_OPC_CheckField, 6, 2, 0, 169, 27, // Skip to: 14561 |
| /* 7480 */ MCD_OPC_Decode, 169, 6, 132, 1, // Opcode: VCVTh2f |
| /* 7485 */ MCD_OPC_FilterValue, 8, 51, 0, // Skip to: 7540 |
| /* 7489 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7492 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7504 |
| /* 7496 */ MCD_OPC_CheckPredicate, 15, 149, 27, // Skip to: 14561 |
| /* 7500 */ MCD_OPC_Decode, 130, 12, 124, // Opcode: VQABSv2i32 |
| /* 7504 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7516 |
| /* 7508 */ MCD_OPC_CheckPredicate, 15, 137, 27, // Skip to: 14561 |
| /* 7512 */ MCD_OPC_Decode, 132, 12, 125, // Opcode: VQABSv4i32 |
| /* 7516 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7528 |
| /* 7520 */ MCD_OPC_CheckPredicate, 15, 125, 27, // Skip to: 14561 |
| /* 7524 */ MCD_OPC_Decode, 181, 12, 124, // Opcode: VQNEGv2i32 |
| /* 7528 */ MCD_OPC_FilterValue, 3, 117, 27, // Skip to: 14561 |
| /* 7532 */ MCD_OPC_CheckPredicate, 15, 113, 27, // Skip to: 14561 |
| /* 7536 */ MCD_OPC_Decode, 183, 12, 125, // Opcode: VQNEGv4i32 |
| /* 7540 */ MCD_OPC_FilterValue, 9, 51, 0, // Skip to: 7595 |
| /* 7544 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7547 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7559 |
| /* 7551 */ MCD_OPC_CheckPredicate, 15, 94, 27, // Skip to: 14561 |
| /* 7555 */ MCD_OPC_Decode, 223, 4, 124, // Opcode: VABSfd |
| /* 7559 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7571 |
| /* 7563 */ MCD_OPC_CheckPredicate, 15, 82, 27, // Skip to: 14561 |
| /* 7567 */ MCD_OPC_Decode, 224, 4, 125, // Opcode: VABSfq |
| /* 7571 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7583 |
| /* 7575 */ MCD_OPC_CheckPredicate, 15, 70, 27, // Skip to: 14561 |
| /* 7579 */ MCD_OPC_Decode, 194, 11, 124, // Opcode: VNEGfd |
| /* 7583 */ MCD_OPC_FilterValue, 3, 62, 27, // Skip to: 14561 |
| /* 7587 */ MCD_OPC_CheckPredicate, 15, 58, 27, // Skip to: 14561 |
| /* 7591 */ MCD_OPC_Decode, 193, 11, 125, // Opcode: VNEGf32q |
| /* 7595 */ MCD_OPC_FilterValue, 11, 50, 27, // Skip to: 14561 |
| /* 7599 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7602 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7614 |
| /* 7606 */ MCD_OPC_CheckPredicate, 15, 39, 27, // Skip to: 14561 |
| /* 7610 */ MCD_OPC_Decode, 161, 6, 124, // Opcode: VCVTf2sd |
| /* 7614 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7626 |
| /* 7618 */ MCD_OPC_CheckPredicate, 15, 27, 27, // Skip to: 14561 |
| /* 7622 */ MCD_OPC_Decode, 162, 6, 125, // Opcode: VCVTf2sq |
| /* 7626 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7638 |
| /* 7630 */ MCD_OPC_CheckPredicate, 15, 15, 27, // Skip to: 14561 |
| /* 7634 */ MCD_OPC_Decode, 163, 6, 124, // Opcode: VCVTf2ud |
| /* 7638 */ MCD_OPC_FilterValue, 3, 7, 27, // Skip to: 14561 |
| /* 7642 */ MCD_OPC_CheckPredicate, 15, 3, 27, // Skip to: 14561 |
| /* 7646 */ MCD_OPC_Decode, 164, 6, 125, // Opcode: VCVTf2uq |
| /* 7650 */ MCD_OPC_FilterValue, 8, 29, 0, // Skip to: 7683 |
| /* 7654 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 7657 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7670 |
| /* 7661 */ MCD_OPC_CheckPredicate, 15, 240, 26, // Skip to: 14561 |
| /* 7665 */ MCD_OPC_Decode, 210, 17, 133, 1, // Opcode: VTBL1 |
| /* 7670 */ MCD_OPC_FilterValue, 1, 231, 26, // Skip to: 14561 |
| /* 7674 */ MCD_OPC_CheckPredicate, 15, 227, 26, // Skip to: 14561 |
| /* 7678 */ MCD_OPC_Decode, 216, 17, 133, 1, // Opcode: VTBX1 |
| /* 7683 */ MCD_OPC_FilterValue, 9, 29, 0, // Skip to: 7716 |
| /* 7687 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 7690 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7703 |
| /* 7694 */ MCD_OPC_CheckPredicate, 15, 207, 26, // Skip to: 14561 |
| /* 7698 */ MCD_OPC_Decode, 211, 17, 133, 1, // Opcode: VTBL2 |
| /* 7703 */ MCD_OPC_FilterValue, 1, 198, 26, // Skip to: 14561 |
| /* 7707 */ MCD_OPC_CheckPredicate, 15, 194, 26, // Skip to: 14561 |
| /* 7711 */ MCD_OPC_Decode, 217, 17, 133, 1, // Opcode: VTBX2 |
| /* 7716 */ MCD_OPC_FilterValue, 10, 29, 0, // Skip to: 7749 |
| /* 7720 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 7723 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7736 |
| /* 7727 */ MCD_OPC_CheckPredicate, 15, 174, 26, // Skip to: 14561 |
| /* 7731 */ MCD_OPC_Decode, 212, 17, 133, 1, // Opcode: VTBL3 |
| /* 7736 */ MCD_OPC_FilterValue, 1, 165, 26, // Skip to: 14561 |
| /* 7740 */ MCD_OPC_CheckPredicate, 15, 161, 26, // Skip to: 14561 |
| /* 7744 */ MCD_OPC_Decode, 218, 17, 133, 1, // Opcode: VTBX3 |
| /* 7749 */ MCD_OPC_FilterValue, 11, 29, 0, // Skip to: 7782 |
| /* 7753 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 7756 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 7769 |
| /* 7760 */ MCD_OPC_CheckPredicate, 15, 141, 26, // Skip to: 14561 |
| /* 7764 */ MCD_OPC_Decode, 214, 17, 133, 1, // Opcode: VTBL4 |
| /* 7769 */ MCD_OPC_FilterValue, 1, 132, 26, // Skip to: 14561 |
| /* 7773 */ MCD_OPC_CheckPredicate, 15, 128, 26, // Skip to: 14561 |
| /* 7777 */ MCD_OPC_Decode, 220, 17, 133, 1, // Opcode: VTBX4 |
| /* 7782 */ MCD_OPC_FilterValue, 12, 119, 26, // Skip to: 14561 |
| /* 7786 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 7789 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7848 |
| /* 7793 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
| /* 7796 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 7835 |
| /* 7800 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
| /* 7803 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 7822 |
| /* 7807 */ MCD_OPC_CheckPredicate, 15, 94, 26, // Skip to: 14561 |
| /* 7811 */ MCD_OPC_CheckField, 18, 1, 1, 88, 26, // Skip to: 14561 |
| /* 7817 */ MCD_OPC_Decode, 188, 6, 134, 1, // Opcode: VDUPLN32d |
| /* 7822 */ MCD_OPC_FilterValue, 1, 79, 26, // Skip to: 14561 |
| /* 7826 */ MCD_OPC_CheckPredicate, 15, 75, 26, // Skip to: 14561 |
| /* 7830 */ MCD_OPC_Decode, 186, 6, 135, 1, // Opcode: VDUPLN16d |
| /* 7835 */ MCD_OPC_FilterValue, 1, 66, 26, // Skip to: 14561 |
| /* 7839 */ MCD_OPC_CheckPredicate, 15, 62, 26, // Skip to: 14561 |
| /* 7843 */ MCD_OPC_Decode, 190, 6, 136, 1, // Opcode: VDUPLN8d |
| /* 7848 */ MCD_OPC_FilterValue, 1, 53, 26, // Skip to: 14561 |
| /* 7852 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
| /* 7855 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 7894 |
| /* 7859 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
| /* 7862 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 7881 |
| /* 7866 */ MCD_OPC_CheckPredicate, 15, 35, 26, // Skip to: 14561 |
| /* 7870 */ MCD_OPC_CheckField, 18, 1, 1, 29, 26, // Skip to: 14561 |
| /* 7876 */ MCD_OPC_Decode, 189, 6, 137, 1, // Opcode: VDUPLN32q |
| /* 7881 */ MCD_OPC_FilterValue, 1, 20, 26, // Skip to: 14561 |
| /* 7885 */ MCD_OPC_CheckPredicate, 15, 16, 26, // Skip to: 14561 |
| /* 7889 */ MCD_OPC_Decode, 187, 6, 138, 1, // Opcode: VDUPLN16q |
| /* 7894 */ MCD_OPC_FilterValue, 1, 7, 26, // Skip to: 14561 |
| /* 7898 */ MCD_OPC_CheckPredicate, 15, 3, 26, // Skip to: 14561 |
| /* 7902 */ MCD_OPC_Decode, 191, 6, 139, 1, // Opcode: VDUPLN8q |
| /* 7907 */ MCD_OPC_FilterValue, 1, 250, 25, // Skip to: 14561 |
| /* 7911 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 7914 */ MCD_OPC_FilterValue, 0, 185, 13, // Skip to: 11431 |
| /* 7918 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 7921 */ MCD_OPC_FilterValue, 0, 28, 6, // Skip to: 9489 |
| /* 7925 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 7928 */ MCD_OPC_FilterValue, 0, 135, 0, // Skip to: 8067 |
| /* 7932 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 7935 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 7968 |
| /* 7939 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 7942 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 7955 |
| /* 7947 */ MCD_OPC_CheckPredicate, 15, 210, 25, // Skip to: 14561 |
| /* 7951 */ MCD_OPC_Decode, 142, 12, 95, // Opcode: VQADDsv8i8 |
| /* 7955 */ MCD_OPC_FilterValue, 243, 1, 201, 25, // Skip to: 14561 |
| /* 7960 */ MCD_OPC_CheckPredicate, 15, 197, 25, // Skip to: 14561 |
| /* 7964 */ MCD_OPC_Decode, 150, 12, 95, // Opcode: VQADDuv8i8 |
| /* 7968 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8001 |
| /* 7972 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 7975 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 7988 |
| /* 7980 */ MCD_OPC_CheckPredicate, 15, 177, 25, // Skip to: 14561 |
| /* 7984 */ MCD_OPC_Decode, 139, 12, 95, // Opcode: VQADDsv4i16 |
| /* 7988 */ MCD_OPC_FilterValue, 243, 1, 168, 25, // Skip to: 14561 |
| /* 7993 */ MCD_OPC_CheckPredicate, 15, 164, 25, // Skip to: 14561 |
| /* 7997 */ MCD_OPC_Decode, 147, 12, 95, // Opcode: VQADDuv4i16 |
| /* 8001 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 8034 |
| /* 8005 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8008 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8021 |
| /* 8013 */ MCD_OPC_CheckPredicate, 15, 144, 25, // Skip to: 14561 |
| /* 8017 */ MCD_OPC_Decode, 137, 12, 95, // Opcode: VQADDsv2i32 |
| /* 8021 */ MCD_OPC_FilterValue, 243, 1, 135, 25, // Skip to: 14561 |
| /* 8026 */ MCD_OPC_CheckPredicate, 15, 131, 25, // Skip to: 14561 |
| /* 8030 */ MCD_OPC_Decode, 145, 12, 95, // Opcode: VQADDuv2i32 |
| /* 8034 */ MCD_OPC_FilterValue, 3, 123, 25, // Skip to: 14561 |
| /* 8038 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8041 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8054 |
| /* 8046 */ MCD_OPC_CheckPredicate, 15, 111, 25, // Skip to: 14561 |
| /* 8050 */ MCD_OPC_Decode, 136, 12, 95, // Opcode: VQADDsv1i64 |
| /* 8054 */ MCD_OPC_FilterValue, 243, 1, 102, 25, // Skip to: 14561 |
| /* 8059 */ MCD_OPC_CheckPredicate, 15, 98, 25, // Skip to: 14561 |
| /* 8063 */ MCD_OPC_Decode, 144, 12, 95, // Opcode: VQADDuv1i64 |
| /* 8067 */ MCD_OPC_FilterValue, 1, 135, 0, // Skip to: 8206 |
| /* 8071 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8074 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8107 |
| /* 8078 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8081 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8094 |
| /* 8086 */ MCD_OPC_CheckPredicate, 15, 71, 25, // Skip to: 14561 |
| /* 8090 */ MCD_OPC_Decode, 134, 5, 95, // Opcode: VANDd |
| /* 8094 */ MCD_OPC_FilterValue, 243, 1, 62, 25, // Skip to: 14561 |
| /* 8099 */ MCD_OPC_CheckPredicate, 15, 58, 25, // Skip to: 14561 |
| /* 8103 */ MCD_OPC_Decode, 192, 6, 95, // Opcode: VEORd |
| /* 8107 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8140 |
| /* 8111 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8114 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8127 |
| /* 8119 */ MCD_OPC_CheckPredicate, 15, 38, 25, // Skip to: 14561 |
| /* 8123 */ MCD_OPC_Decode, 136, 5, 95, // Opcode: VBICd |
| /* 8127 */ MCD_OPC_FilterValue, 243, 1, 29, 25, // Skip to: 14561 |
| /* 8132 */ MCD_OPC_CheckPredicate, 15, 25, 25, // Skip to: 14561 |
| /* 8136 */ MCD_OPC_Decode, 146, 5, 103, // Opcode: VBSLd |
| /* 8140 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 8173 |
| /* 8144 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8147 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8160 |
| /* 8152 */ MCD_OPC_CheckPredicate, 15, 5, 25, // Skip to: 14561 |
| /* 8156 */ MCD_OPC_Decode, 209, 11, 95, // Opcode: VORRd |
| /* 8160 */ MCD_OPC_FilterValue, 243, 1, 252, 24, // Skip to: 14561 |
| /* 8165 */ MCD_OPC_CheckPredicate, 15, 248, 24, // Skip to: 14561 |
| /* 8169 */ MCD_OPC_Decode, 144, 5, 103, // Opcode: VBITd |
| /* 8173 */ MCD_OPC_FilterValue, 3, 240, 24, // Skip to: 14561 |
| /* 8177 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8180 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8193 |
| /* 8185 */ MCD_OPC_CheckPredicate, 15, 228, 24, // Skip to: 14561 |
| /* 8189 */ MCD_OPC_Decode, 207, 11, 95, // Opcode: VORNd |
| /* 8193 */ MCD_OPC_FilterValue, 243, 1, 219, 24, // Skip to: 14561 |
| /* 8198 */ MCD_OPC_CheckPredicate, 15, 215, 24, // Skip to: 14561 |
| /* 8202 */ MCD_OPC_Decode, 142, 5, 103, // Opcode: VBIFd |
| /* 8206 */ MCD_OPC_FilterValue, 2, 135, 0, // Skip to: 8345 |
| /* 8210 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8213 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8246 |
| /* 8217 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8220 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8233 |
| /* 8225 */ MCD_OPC_CheckPredicate, 15, 188, 24, // Skip to: 14561 |
| /* 8229 */ MCD_OPC_Decode, 147, 13, 95, // Opcode: VQSUBsv8i8 |
| /* 8233 */ MCD_OPC_FilterValue, 243, 1, 179, 24, // Skip to: 14561 |
| /* 8238 */ MCD_OPC_CheckPredicate, 15, 175, 24, // Skip to: 14561 |
| /* 8242 */ MCD_OPC_Decode, 155, 13, 95, // Opcode: VQSUBuv8i8 |
| /* 8246 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8279 |
| /* 8250 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8253 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8266 |
| /* 8258 */ MCD_OPC_CheckPredicate, 15, 155, 24, // Skip to: 14561 |
| /* 8262 */ MCD_OPC_Decode, 144, 13, 95, // Opcode: VQSUBsv4i16 |
| /* 8266 */ MCD_OPC_FilterValue, 243, 1, 146, 24, // Skip to: 14561 |
| /* 8271 */ MCD_OPC_CheckPredicate, 15, 142, 24, // Skip to: 14561 |
| /* 8275 */ MCD_OPC_Decode, 152, 13, 95, // Opcode: VQSUBuv4i16 |
| /* 8279 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 8312 |
| /* 8283 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8286 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8299 |
| /* 8291 */ MCD_OPC_CheckPredicate, 15, 122, 24, // Skip to: 14561 |
| /* 8295 */ MCD_OPC_Decode, 142, 13, 95, // Opcode: VQSUBsv2i32 |
| /* 8299 */ MCD_OPC_FilterValue, 243, 1, 113, 24, // Skip to: 14561 |
| /* 8304 */ MCD_OPC_CheckPredicate, 15, 109, 24, // Skip to: 14561 |
| /* 8308 */ MCD_OPC_Decode, 150, 13, 95, // Opcode: VQSUBuv2i32 |
| /* 8312 */ MCD_OPC_FilterValue, 3, 101, 24, // Skip to: 14561 |
| /* 8316 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8319 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8332 |
| /* 8324 */ MCD_OPC_CheckPredicate, 15, 89, 24, // Skip to: 14561 |
| /* 8328 */ MCD_OPC_Decode, 141, 13, 95, // Opcode: VQSUBsv1i64 |
| /* 8332 */ MCD_OPC_FilterValue, 243, 1, 80, 24, // Skip to: 14561 |
| /* 8337 */ MCD_OPC_CheckPredicate, 15, 76, 24, // Skip to: 14561 |
| /* 8341 */ MCD_OPC_Decode, 149, 13, 95, // Opcode: VQSUBuv1i64 |
| /* 8345 */ MCD_OPC_FilterValue, 3, 102, 0, // Skip to: 8451 |
| /* 8349 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8352 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8385 |
| /* 8356 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8359 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8372 |
| /* 8364 */ MCD_OPC_CheckPredicate, 15, 49, 24, // Skip to: 14561 |
| /* 8368 */ MCD_OPC_Decode, 171, 5, 95, // Opcode: VCGEsv8i8 |
| /* 8372 */ MCD_OPC_FilterValue, 243, 1, 40, 24, // Skip to: 14561 |
| /* 8377 */ MCD_OPC_CheckPredicate, 15, 36, 24, // Skip to: 14561 |
| /* 8381 */ MCD_OPC_Decode, 177, 5, 95, // Opcode: VCGEuv8i8 |
| /* 8385 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8418 |
| /* 8389 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8392 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8405 |
| /* 8397 */ MCD_OPC_CheckPredicate, 15, 16, 24, // Skip to: 14561 |
| /* 8401 */ MCD_OPC_Decode, 168, 5, 95, // Opcode: VCGEsv4i16 |
| /* 8405 */ MCD_OPC_FilterValue, 243, 1, 7, 24, // Skip to: 14561 |
| /* 8410 */ MCD_OPC_CheckPredicate, 15, 3, 24, // Skip to: 14561 |
| /* 8414 */ MCD_OPC_Decode, 174, 5, 95, // Opcode: VCGEuv4i16 |
| /* 8418 */ MCD_OPC_FilterValue, 2, 251, 23, // Skip to: 14561 |
| /* 8422 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8425 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8438 |
| /* 8430 */ MCD_OPC_CheckPredicate, 15, 239, 23, // Skip to: 14561 |
| /* 8434 */ MCD_OPC_Decode, 167, 5, 95, // Opcode: VCGEsv2i32 |
| /* 8438 */ MCD_OPC_FilterValue, 243, 1, 230, 23, // Skip to: 14561 |
| /* 8443 */ MCD_OPC_CheckPredicate, 15, 226, 23, // Skip to: 14561 |
| /* 8447 */ MCD_OPC_Decode, 173, 5, 95, // Opcode: VCGEuv2i32 |
| /* 8451 */ MCD_OPC_FilterValue, 4, 135, 0, // Skip to: 8590 |
| /* 8455 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8458 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8491 |
| /* 8462 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8465 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8478 |
| /* 8470 */ MCD_OPC_CheckPredicate, 15, 199, 23, // Skip to: 14561 |
| /* 8474 */ MCD_OPC_Decode, 242, 12, 99, // Opcode: VQSHLsv8i8 |
| /* 8478 */ MCD_OPC_FilterValue, 243, 1, 190, 23, // Skip to: 14561 |
| /* 8483 */ MCD_OPC_CheckPredicate, 15, 186, 23, // Skip to: 14561 |
| /* 8487 */ MCD_OPC_Decode, 130, 13, 99, // Opcode: VQSHLuv8i8 |
| /* 8491 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8524 |
| /* 8495 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8498 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8511 |
| /* 8503 */ MCD_OPC_CheckPredicate, 15, 166, 23, // Skip to: 14561 |
| /* 8507 */ MCD_OPC_Decode, 239, 12, 99, // Opcode: VQSHLsv4i16 |
| /* 8511 */ MCD_OPC_FilterValue, 243, 1, 157, 23, // Skip to: 14561 |
| /* 8516 */ MCD_OPC_CheckPredicate, 15, 153, 23, // Skip to: 14561 |
| /* 8520 */ MCD_OPC_Decode, 255, 12, 99, // Opcode: VQSHLuv4i16 |
| /* 8524 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 8557 |
| /* 8528 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8531 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8544 |
| /* 8536 */ MCD_OPC_CheckPredicate, 15, 133, 23, // Skip to: 14561 |
| /* 8540 */ MCD_OPC_Decode, 237, 12, 99, // Opcode: VQSHLsv2i32 |
| /* 8544 */ MCD_OPC_FilterValue, 243, 1, 124, 23, // Skip to: 14561 |
| /* 8549 */ MCD_OPC_CheckPredicate, 15, 120, 23, // Skip to: 14561 |
| /* 8553 */ MCD_OPC_Decode, 253, 12, 99, // Opcode: VQSHLuv2i32 |
| /* 8557 */ MCD_OPC_FilterValue, 3, 112, 23, // Skip to: 14561 |
| /* 8561 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8564 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8577 |
| /* 8569 */ MCD_OPC_CheckPredicate, 15, 100, 23, // Skip to: 14561 |
| /* 8573 */ MCD_OPC_Decode, 236, 12, 99, // Opcode: VQSHLsv1i64 |
| /* 8577 */ MCD_OPC_FilterValue, 243, 1, 91, 23, // Skip to: 14561 |
| /* 8582 */ MCD_OPC_CheckPredicate, 15, 87, 23, // Skip to: 14561 |
| /* 8586 */ MCD_OPC_Decode, 252, 12, 99, // Opcode: VQSHLuv1i64 |
| /* 8590 */ MCD_OPC_FilterValue, 5, 135, 0, // Skip to: 8729 |
| /* 8594 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8597 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8630 |
| /* 8601 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8604 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8617 |
| /* 8609 */ MCD_OPC_CheckPredicate, 15, 60, 23, // Skip to: 14561 |
| /* 8613 */ MCD_OPC_Decode, 201, 12, 99, // Opcode: VQRSHLsv8i8 |
| /* 8617 */ MCD_OPC_FilterValue, 243, 1, 51, 23, // Skip to: 14561 |
| /* 8622 */ MCD_OPC_CheckPredicate, 15, 47, 23, // Skip to: 14561 |
| /* 8626 */ MCD_OPC_Decode, 209, 12, 99, // Opcode: VQRSHLuv8i8 |
| /* 8630 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8663 |
| /* 8634 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8637 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8650 |
| /* 8642 */ MCD_OPC_CheckPredicate, 15, 27, 23, // Skip to: 14561 |
| /* 8646 */ MCD_OPC_Decode, 198, 12, 99, // Opcode: VQRSHLsv4i16 |
| /* 8650 */ MCD_OPC_FilterValue, 243, 1, 18, 23, // Skip to: 14561 |
| /* 8655 */ MCD_OPC_CheckPredicate, 15, 14, 23, // Skip to: 14561 |
| /* 8659 */ MCD_OPC_Decode, 206, 12, 99, // Opcode: VQRSHLuv4i16 |
| /* 8663 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 8696 |
| /* 8667 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8670 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8683 |
| /* 8675 */ MCD_OPC_CheckPredicate, 15, 250, 22, // Skip to: 14561 |
| /* 8679 */ MCD_OPC_Decode, 196, 12, 99, // Opcode: VQRSHLsv2i32 |
| /* 8683 */ MCD_OPC_FilterValue, 243, 1, 241, 22, // Skip to: 14561 |
| /* 8688 */ MCD_OPC_CheckPredicate, 15, 237, 22, // Skip to: 14561 |
| /* 8692 */ MCD_OPC_Decode, 204, 12, 99, // Opcode: VQRSHLuv2i32 |
| /* 8696 */ MCD_OPC_FilterValue, 3, 229, 22, // Skip to: 14561 |
| /* 8700 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8703 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8716 |
| /* 8708 */ MCD_OPC_CheckPredicate, 15, 217, 22, // Skip to: 14561 |
| /* 8712 */ MCD_OPC_Decode, 195, 12, 99, // Opcode: VQRSHLsv1i64 |
| /* 8716 */ MCD_OPC_FilterValue, 243, 1, 208, 22, // Skip to: 14561 |
| /* 8721 */ MCD_OPC_CheckPredicate, 15, 204, 22, // Skip to: 14561 |
| /* 8725 */ MCD_OPC_Decode, 203, 12, 99, // Opcode: VQRSHLuv1i64 |
| /* 8729 */ MCD_OPC_FilterValue, 6, 102, 0, // Skip to: 8835 |
| /* 8733 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8736 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8769 |
| /* 8740 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8743 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8756 |
| /* 8748 */ MCD_OPC_CheckPredicate, 15, 177, 22, // Skip to: 14561 |
| /* 8752 */ MCD_OPC_Decode, 182, 10, 95, // Opcode: VMINsv8i8 |
| /* 8756 */ MCD_OPC_FilterValue, 243, 1, 168, 22, // Skip to: 14561 |
| /* 8761 */ MCD_OPC_CheckPredicate, 15, 164, 22, // Skip to: 14561 |
| /* 8765 */ MCD_OPC_Decode, 188, 10, 95, // Opcode: VMINuv8i8 |
| /* 8769 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8802 |
| /* 8773 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8776 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8789 |
| /* 8781 */ MCD_OPC_CheckPredicate, 15, 144, 22, // Skip to: 14561 |
| /* 8785 */ MCD_OPC_Decode, 179, 10, 95, // Opcode: VMINsv4i16 |
| /* 8789 */ MCD_OPC_FilterValue, 243, 1, 135, 22, // Skip to: 14561 |
| /* 8794 */ MCD_OPC_CheckPredicate, 15, 131, 22, // Skip to: 14561 |
| /* 8798 */ MCD_OPC_Decode, 185, 10, 95, // Opcode: VMINuv4i16 |
| /* 8802 */ MCD_OPC_FilterValue, 2, 123, 22, // Skip to: 14561 |
| /* 8806 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8809 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8822 |
| /* 8814 */ MCD_OPC_CheckPredicate, 15, 111, 22, // Skip to: 14561 |
| /* 8818 */ MCD_OPC_Decode, 178, 10, 95, // Opcode: VMINsv2i32 |
| /* 8822 */ MCD_OPC_FilterValue, 243, 1, 102, 22, // Skip to: 14561 |
| /* 8827 */ MCD_OPC_CheckPredicate, 15, 98, 22, // Skip to: 14561 |
| /* 8831 */ MCD_OPC_Decode, 184, 10, 95, // Opcode: VMINuv2i32 |
| /* 8835 */ MCD_OPC_FilterValue, 7, 102, 0, // Skip to: 8941 |
| /* 8839 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8842 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8875 |
| /* 8846 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8849 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8862 |
| /* 8854 */ MCD_OPC_CheckPredicate, 15, 71, 22, // Skip to: 14561 |
| /* 8858 */ MCD_OPC_Decode, 194, 4, 103, // Opcode: VABAsv8i8 |
| /* 8862 */ MCD_OPC_FilterValue, 243, 1, 62, 22, // Skip to: 14561 |
| /* 8867 */ MCD_OPC_CheckPredicate, 15, 58, 22, // Skip to: 14561 |
| /* 8871 */ MCD_OPC_Decode, 200, 4, 103, // Opcode: VABAuv8i8 |
| /* 8875 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 8908 |
| /* 8879 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8882 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8895 |
| /* 8887 */ MCD_OPC_CheckPredicate, 15, 38, 22, // Skip to: 14561 |
| /* 8891 */ MCD_OPC_Decode, 191, 4, 103, // Opcode: VABAsv4i16 |
| /* 8895 */ MCD_OPC_FilterValue, 243, 1, 29, 22, // Skip to: 14561 |
| /* 8900 */ MCD_OPC_CheckPredicate, 15, 25, 22, // Skip to: 14561 |
| /* 8904 */ MCD_OPC_Decode, 197, 4, 103, // Opcode: VABAuv4i16 |
| /* 8908 */ MCD_OPC_FilterValue, 2, 17, 22, // Skip to: 14561 |
| /* 8912 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8915 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8928 |
| /* 8920 */ MCD_OPC_CheckPredicate, 15, 5, 22, // Skip to: 14561 |
| /* 8924 */ MCD_OPC_Decode, 190, 4, 103, // Opcode: VABAsv2i32 |
| /* 8928 */ MCD_OPC_FilterValue, 243, 1, 252, 21, // Skip to: 14561 |
| /* 8933 */ MCD_OPC_CheckPredicate, 15, 248, 21, // Skip to: 14561 |
| /* 8937 */ MCD_OPC_Decode, 196, 4, 103, // Opcode: VABAuv2i32 |
| /* 8941 */ MCD_OPC_FilterValue, 8, 102, 0, // Skip to: 9047 |
| /* 8945 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 8948 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 8981 |
| /* 8952 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8955 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 8968 |
| /* 8960 */ MCD_OPC_CheckPredicate, 15, 221, 21, // Skip to: 14561 |
| /* 8964 */ MCD_OPC_Decode, 249, 17, 95, // Opcode: VTSTv8i8 |
| /* 8968 */ MCD_OPC_FilterValue, 243, 1, 212, 21, // Skip to: 14561 |
| /* 8973 */ MCD_OPC_CheckPredicate, 15, 208, 21, // Skip to: 14561 |
| /* 8977 */ MCD_OPC_Decode, 155, 5, 95, // Opcode: VCEQv8i8 |
| /* 8981 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 9014 |
| /* 8985 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 8988 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9001 |
| /* 8993 */ MCD_OPC_CheckPredicate, 15, 188, 21, // Skip to: 14561 |
| /* 8997 */ MCD_OPC_Decode, 246, 17, 95, // Opcode: VTSTv4i16 |
| /* 9001 */ MCD_OPC_FilterValue, 243, 1, 179, 21, // Skip to: 14561 |
| /* 9006 */ MCD_OPC_CheckPredicate, 15, 175, 21, // Skip to: 14561 |
| /* 9010 */ MCD_OPC_Decode, 152, 5, 95, // Opcode: VCEQv4i16 |
| /* 9014 */ MCD_OPC_FilterValue, 2, 167, 21, // Skip to: 14561 |
| /* 9018 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9021 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9034 |
| /* 9026 */ MCD_OPC_CheckPredicate, 15, 155, 21, // Skip to: 14561 |
| /* 9030 */ MCD_OPC_Decode, 245, 17, 95, // Opcode: VTSTv2i32 |
| /* 9034 */ MCD_OPC_FilterValue, 243, 1, 146, 21, // Skip to: 14561 |
| /* 9039 */ MCD_OPC_CheckPredicate, 15, 142, 21, // Skip to: 14561 |
| /* 9043 */ MCD_OPC_Decode, 151, 5, 95, // Opcode: VCEQv2i32 |
| /* 9047 */ MCD_OPC_FilterValue, 9, 74, 0, // Skip to: 9125 |
| /* 9051 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9054 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 9087 |
| /* 9058 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9061 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9074 |
| /* 9066 */ MCD_OPC_CheckPredicate, 15, 115, 21, // Skip to: 14561 |
| /* 9070 */ MCD_OPC_Decode, 184, 11, 95, // Opcode: VMULv8i8 |
| /* 9074 */ MCD_OPC_FilterValue, 243, 1, 106, 21, // Skip to: 14561 |
| /* 9079 */ MCD_OPC_CheckPredicate, 15, 102, 21, // Skip to: 14561 |
| /* 9083 */ MCD_OPC_Decode, 171, 11, 95, // Opcode: VMULpd |
| /* 9087 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 9106 |
| /* 9091 */ MCD_OPC_CheckPredicate, 15, 90, 21, // Skip to: 14561 |
| /* 9095 */ MCD_OPC_CheckField, 24, 8, 242, 1, 83, 21, // Skip to: 14561 |
| /* 9102 */ MCD_OPC_Decode, 181, 11, 95, // Opcode: VMULv4i16 |
| /* 9106 */ MCD_OPC_FilterValue, 2, 75, 21, // Skip to: 14561 |
| /* 9110 */ MCD_OPC_CheckPredicate, 15, 71, 21, // Skip to: 14561 |
| /* 9114 */ MCD_OPC_CheckField, 24, 8, 242, 1, 64, 21, // Skip to: 14561 |
| /* 9121 */ MCD_OPC_Decode, 180, 11, 95, // Opcode: VMULv2i32 |
| /* 9125 */ MCD_OPC_FilterValue, 10, 102, 0, // Skip to: 9231 |
| /* 9129 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9132 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 9165 |
| /* 9136 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9139 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9152 |
| /* 9144 */ MCD_OPC_CheckPredicate, 15, 37, 21, // Skip to: 14561 |
| /* 9148 */ MCD_OPC_Decode, 253, 11, 95, // Opcode: VPMINs8 |
| /* 9152 */ MCD_OPC_FilterValue, 243, 1, 28, 21, // Skip to: 14561 |
| /* 9157 */ MCD_OPC_CheckPredicate, 15, 24, 21, // Skip to: 14561 |
| /* 9161 */ MCD_OPC_Decode, 128, 12, 95, // Opcode: VPMINu8 |
| /* 9165 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 9198 |
| /* 9169 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9172 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9185 |
| /* 9177 */ MCD_OPC_CheckPredicate, 15, 4, 21, // Skip to: 14561 |
| /* 9181 */ MCD_OPC_Decode, 251, 11, 95, // Opcode: VPMINs16 |
| /* 9185 */ MCD_OPC_FilterValue, 243, 1, 251, 20, // Skip to: 14561 |
| /* 9190 */ MCD_OPC_CheckPredicate, 15, 247, 20, // Skip to: 14561 |
| /* 9194 */ MCD_OPC_Decode, 254, 11, 95, // Opcode: VPMINu16 |
| /* 9198 */ MCD_OPC_FilterValue, 2, 239, 20, // Skip to: 14561 |
| /* 9202 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9205 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9218 |
| /* 9210 */ MCD_OPC_CheckPredicate, 15, 227, 20, // Skip to: 14561 |
| /* 9214 */ MCD_OPC_Decode, 252, 11, 95, // Opcode: VPMINs32 |
| /* 9218 */ MCD_OPC_FilterValue, 243, 1, 218, 20, // Skip to: 14561 |
| /* 9223 */ MCD_OPC_CheckPredicate, 15, 214, 20, // Skip to: 14561 |
| /* 9227 */ MCD_OPC_Decode, 255, 11, 95, // Opcode: VPMINu32 |
| /* 9231 */ MCD_OPC_FilterValue, 11, 60, 0, // Skip to: 9295 |
| /* 9235 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9238 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9257 |
| /* 9242 */ MCD_OPC_CheckPredicate, 15, 195, 20, // Skip to: 14561 |
| /* 9246 */ MCD_OPC_CheckField, 24, 8, 242, 1, 188, 20, // Skip to: 14561 |
| /* 9253 */ MCD_OPC_Decode, 242, 11, 95, // Opcode: VPADDi8 |
| /* 9257 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 9276 |
| /* 9261 */ MCD_OPC_CheckPredicate, 15, 176, 20, // Skip to: 14561 |
| /* 9265 */ MCD_OPC_CheckField, 24, 8, 242, 1, 169, 20, // Skip to: 14561 |
| /* 9272 */ MCD_OPC_Decode, 240, 11, 95, // Opcode: VPADDi16 |
| /* 9276 */ MCD_OPC_FilterValue, 2, 161, 20, // Skip to: 14561 |
| /* 9280 */ MCD_OPC_CheckPredicate, 15, 157, 20, // Skip to: 14561 |
| /* 9284 */ MCD_OPC_CheckField, 24, 8, 242, 1, 150, 20, // Skip to: 14561 |
| /* 9291 */ MCD_OPC_Decode, 241, 11, 95, // Opcode: VPADDi32 |
| /* 9295 */ MCD_OPC_FilterValue, 12, 41, 0, // Skip to: 9340 |
| /* 9299 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9302 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9321 |
| /* 9306 */ MCD_OPC_CheckPredicate, 18, 131, 20, // Skip to: 14561 |
| /* 9310 */ MCD_OPC_CheckField, 24, 8, 242, 1, 124, 20, // Skip to: 14561 |
| /* 9317 */ MCD_OPC_Decode, 203, 6, 103, // Opcode: VFMAfd |
| /* 9321 */ MCD_OPC_FilterValue, 2, 116, 20, // Skip to: 14561 |
| /* 9325 */ MCD_OPC_CheckPredicate, 18, 112, 20, // Skip to: 14561 |
| /* 9329 */ MCD_OPC_CheckField, 24, 8, 242, 1, 105, 20, // Skip to: 14561 |
| /* 9336 */ MCD_OPC_Decode, 207, 6, 103, // Opcode: VFMSfd |
| /* 9340 */ MCD_OPC_FilterValue, 13, 55, 0, // Skip to: 9399 |
| /* 9344 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9347 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 9380 |
| /* 9351 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 9354 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 9367 |
| /* 9359 */ MCD_OPC_CheckPredicate, 15, 78, 20, // Skip to: 14561 |
| /* 9363 */ MCD_OPC_Decode, 201, 10, 103, // Opcode: VMLAfd |
| /* 9367 */ MCD_OPC_FilterValue, 243, 1, 69, 20, // Skip to: 14561 |
| /* 9372 */ MCD_OPC_CheckPredicate, 15, 65, 20, // Skip to: 14561 |
| /* 9376 */ MCD_OPC_Decode, 169, 11, 95, // Opcode: VMULfd |
| /* 9380 */ MCD_OPC_FilterValue, 2, 57, 20, // Skip to: 14561 |
| /* 9384 */ MCD_OPC_CheckPredicate, 15, 53, 20, // Skip to: 14561 |
| /* 9388 */ MCD_OPC_CheckField, 24, 8, 242, 1, 46, 20, // Skip to: 14561 |
| /* 9395 */ MCD_OPC_Decode, 227, 10, 103, // Opcode: VMLSfd |
| /* 9399 */ MCD_OPC_FilterValue, 14, 41, 0, // Skip to: 9444 |
| /* 9403 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9406 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9425 |
| /* 9410 */ MCD_OPC_CheckPredicate, 15, 27, 20, // Skip to: 14561 |
| /* 9414 */ MCD_OPC_CheckField, 24, 8, 243, 1, 20, 20, // Skip to: 14561 |
| /* 9421 */ MCD_OPC_Decode, 231, 4, 95, // Opcode: VACGEd |
| /* 9425 */ MCD_OPC_FilterValue, 2, 12, 20, // Skip to: 14561 |
| /* 9429 */ MCD_OPC_CheckPredicate, 15, 8, 20, // Skip to: 14561 |
| /* 9433 */ MCD_OPC_CheckField, 24, 8, 243, 1, 1, 20, // Skip to: 14561 |
| /* 9440 */ MCD_OPC_Decode, 233, 4, 95, // Opcode: VACGTd |
| /* 9444 */ MCD_OPC_FilterValue, 15, 249, 19, // Skip to: 14561 |
| /* 9448 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 9451 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9470 |
| /* 9455 */ MCD_OPC_CheckPredicate, 15, 238, 19, // Skip to: 14561 |
| /* 9459 */ MCD_OPC_CheckField, 24, 8, 242, 1, 231, 19, // Skip to: 14561 |
| /* 9466 */ MCD_OPC_Decode, 163, 13, 95, // Opcode: VRECPSfd |
| /* 9470 */ MCD_OPC_FilterValue, 2, 223, 19, // Skip to: 14561 |
| /* 9474 */ MCD_OPC_CheckPredicate, 15, 219, 19, // Skip to: 14561 |
| /* 9478 */ MCD_OPC_CheckField, 24, 8, 242, 1, 212, 19, // Skip to: 14561 |
| /* 9485 */ MCD_OPC_Decode, 254, 13, 95, // Opcode: VRSQRTSfd |
| /* 9489 */ MCD_OPC_FilterValue, 1, 204, 19, // Skip to: 14561 |
| /* 9493 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 9496 */ MCD_OPC_FilterValue, 0, 138, 6, // Skip to: 11174 |
| /* 9500 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... |
| /* 9503 */ MCD_OPC_FilterValue, 121, 190, 19, // Skip to: 14561 |
| /* 9507 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 9510 */ MCD_OPC_FilterValue, 0, 121, 0, // Skip to: 9635 |
| /* 9514 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 9517 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 9602 |
| /* 9521 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 9524 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 9569 |
| /* 9528 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9531 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9550 |
| /* 9535 */ MCD_OPC_CheckPredicate, 15, 190, 5, // Skip to: 11009 |
| /* 9539 */ MCD_OPC_CheckField, 19, 1, 1, 184, 5, // Skip to: 11009 |
| /* 9545 */ MCD_OPC_Decode, 201, 14, 140, 1, // Opcode: VSHRsv8i8 |
| /* 9550 */ MCD_OPC_FilterValue, 1, 175, 5, // Skip to: 11009 |
| /* 9554 */ MCD_OPC_CheckPredicate, 15, 171, 5, // Skip to: 11009 |
| /* 9558 */ MCD_OPC_CheckField, 19, 1, 1, 165, 5, // Skip to: 11009 |
| /* 9564 */ MCD_OPC_Decode, 209, 14, 140, 1, // Opcode: VSHRuv8i8 |
| /* 9569 */ MCD_OPC_FilterValue, 1, 156, 5, // Skip to: 11009 |
| /* 9573 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9576 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9589 |
| /* 9580 */ MCD_OPC_CheckPredicate, 15, 145, 5, // Skip to: 11009 |
| /* 9584 */ MCD_OPC_Decode, 198, 14, 141, 1, // Opcode: VSHRsv4i16 |
| /* 9589 */ MCD_OPC_FilterValue, 1, 136, 5, // Skip to: 11009 |
| /* 9593 */ MCD_OPC_CheckPredicate, 15, 132, 5, // Skip to: 11009 |
| /* 9597 */ MCD_OPC_Decode, 206, 14, 141, 1, // Opcode: VSHRuv4i16 |
| /* 9602 */ MCD_OPC_FilterValue, 1, 123, 5, // Skip to: 11009 |
| /* 9606 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9609 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9622 |
| /* 9613 */ MCD_OPC_CheckPredicate, 15, 112, 5, // Skip to: 11009 |
| /* 9617 */ MCD_OPC_Decode, 196, 14, 142, 1, // Opcode: VSHRsv2i32 |
| /* 9622 */ MCD_OPC_FilterValue, 1, 103, 5, // Skip to: 11009 |
| /* 9626 */ MCD_OPC_CheckPredicate, 15, 99, 5, // Skip to: 11009 |
| /* 9630 */ MCD_OPC_Decode, 204, 14, 142, 1, // Opcode: VSHRuv2i32 |
| /* 9635 */ MCD_OPC_FilterValue, 1, 121, 0, // Skip to: 9760 |
| /* 9639 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 9642 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 9727 |
| /* 9646 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 9649 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 9694 |
| /* 9653 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9656 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9675 |
| /* 9660 */ MCD_OPC_CheckPredicate, 15, 65, 5, // Skip to: 11009 |
| /* 9664 */ MCD_OPC_CheckField, 19, 1, 1, 59, 5, // Skip to: 11009 |
| /* 9670 */ MCD_OPC_Decode, 233, 14, 143, 1, // Opcode: VSRAsv8i8 |
| /* 9675 */ MCD_OPC_FilterValue, 1, 50, 5, // Skip to: 11009 |
| /* 9679 */ MCD_OPC_CheckPredicate, 15, 46, 5, // Skip to: 11009 |
| /* 9683 */ MCD_OPC_CheckField, 19, 1, 1, 40, 5, // Skip to: 11009 |
| /* 9689 */ MCD_OPC_Decode, 241, 14, 143, 1, // Opcode: VSRAuv8i8 |
| /* 9694 */ MCD_OPC_FilterValue, 1, 31, 5, // Skip to: 11009 |
| /* 9698 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9701 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9714 |
| /* 9705 */ MCD_OPC_CheckPredicate, 15, 20, 5, // Skip to: 11009 |
| /* 9709 */ MCD_OPC_Decode, 230, 14, 144, 1, // Opcode: VSRAsv4i16 |
| /* 9714 */ MCD_OPC_FilterValue, 1, 11, 5, // Skip to: 11009 |
| /* 9718 */ MCD_OPC_CheckPredicate, 15, 7, 5, // Skip to: 11009 |
| /* 9722 */ MCD_OPC_Decode, 238, 14, 144, 1, // Opcode: VSRAuv4i16 |
| /* 9727 */ MCD_OPC_FilterValue, 1, 254, 4, // Skip to: 11009 |
| /* 9731 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9734 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9747 |
| /* 9738 */ MCD_OPC_CheckPredicate, 15, 243, 4, // Skip to: 11009 |
| /* 9742 */ MCD_OPC_Decode, 228, 14, 145, 1, // Opcode: VSRAsv2i32 |
| /* 9747 */ MCD_OPC_FilterValue, 1, 234, 4, // Skip to: 11009 |
| /* 9751 */ MCD_OPC_CheckPredicate, 15, 230, 4, // Skip to: 11009 |
| /* 9755 */ MCD_OPC_Decode, 236, 14, 145, 1, // Opcode: VSRAuv2i32 |
| /* 9760 */ MCD_OPC_FilterValue, 2, 121, 0, // Skip to: 9885 |
| /* 9764 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 9767 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 9852 |
| /* 9771 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 9774 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 9819 |
| /* 9778 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9781 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9800 |
| /* 9785 */ MCD_OPC_CheckPredicate, 15, 196, 4, // Skip to: 11009 |
| /* 9789 */ MCD_OPC_CheckField, 19, 1, 1, 190, 4, // Skip to: 11009 |
| /* 9795 */ MCD_OPC_Decode, 241, 13, 140, 1, // Opcode: VRSHRsv8i8 |
| /* 9800 */ MCD_OPC_FilterValue, 1, 181, 4, // Skip to: 11009 |
| /* 9804 */ MCD_OPC_CheckPredicate, 15, 177, 4, // Skip to: 11009 |
| /* 9808 */ MCD_OPC_CheckField, 19, 1, 1, 171, 4, // Skip to: 11009 |
| /* 9814 */ MCD_OPC_Decode, 249, 13, 140, 1, // Opcode: VRSHRuv8i8 |
| /* 9819 */ MCD_OPC_FilterValue, 1, 162, 4, // Skip to: 11009 |
| /* 9823 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9826 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9839 |
| /* 9830 */ MCD_OPC_CheckPredicate, 15, 151, 4, // Skip to: 11009 |
| /* 9834 */ MCD_OPC_Decode, 238, 13, 141, 1, // Opcode: VRSHRsv4i16 |
| /* 9839 */ MCD_OPC_FilterValue, 1, 142, 4, // Skip to: 11009 |
| /* 9843 */ MCD_OPC_CheckPredicate, 15, 138, 4, // Skip to: 11009 |
| /* 9847 */ MCD_OPC_Decode, 246, 13, 141, 1, // Opcode: VRSHRuv4i16 |
| /* 9852 */ MCD_OPC_FilterValue, 1, 129, 4, // Skip to: 11009 |
| /* 9856 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9859 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9872 |
| /* 9863 */ MCD_OPC_CheckPredicate, 15, 118, 4, // Skip to: 11009 |
| /* 9867 */ MCD_OPC_Decode, 236, 13, 142, 1, // Opcode: VRSHRsv2i32 |
| /* 9872 */ MCD_OPC_FilterValue, 1, 109, 4, // Skip to: 11009 |
| /* 9876 */ MCD_OPC_CheckPredicate, 15, 105, 4, // Skip to: 11009 |
| /* 9880 */ MCD_OPC_Decode, 244, 13, 142, 1, // Opcode: VRSHRuv2i32 |
| /* 9885 */ MCD_OPC_FilterValue, 3, 121, 0, // Skip to: 10010 |
| /* 9889 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 9892 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 9977 |
| /* 9896 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 9899 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 9944 |
| /* 9903 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9906 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 9925 |
| /* 9910 */ MCD_OPC_CheckPredicate, 15, 71, 4, // Skip to: 11009 |
| /* 9914 */ MCD_OPC_CheckField, 19, 1, 1, 65, 4, // Skip to: 11009 |
| /* 9920 */ MCD_OPC_Decode, 135, 14, 143, 1, // Opcode: VRSRAsv8i8 |
| /* 9925 */ MCD_OPC_FilterValue, 1, 56, 4, // Skip to: 11009 |
| /* 9929 */ MCD_OPC_CheckPredicate, 15, 52, 4, // Skip to: 11009 |
| /* 9933 */ MCD_OPC_CheckField, 19, 1, 1, 46, 4, // Skip to: 11009 |
| /* 9939 */ MCD_OPC_Decode, 143, 14, 143, 1, // Opcode: VRSRAuv8i8 |
| /* 9944 */ MCD_OPC_FilterValue, 1, 37, 4, // Skip to: 11009 |
| /* 9948 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9951 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9964 |
| /* 9955 */ MCD_OPC_CheckPredicate, 15, 26, 4, // Skip to: 11009 |
| /* 9959 */ MCD_OPC_Decode, 132, 14, 144, 1, // Opcode: VRSRAsv4i16 |
| /* 9964 */ MCD_OPC_FilterValue, 1, 17, 4, // Skip to: 11009 |
| /* 9968 */ MCD_OPC_CheckPredicate, 15, 13, 4, // Skip to: 11009 |
| /* 9972 */ MCD_OPC_Decode, 140, 14, 144, 1, // Opcode: VRSRAuv4i16 |
| /* 9977 */ MCD_OPC_FilterValue, 1, 4, 4, // Skip to: 11009 |
| /* 9981 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 9984 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 9997 |
| /* 9988 */ MCD_OPC_CheckPredicate, 15, 249, 3, // Skip to: 11009 |
| /* 9992 */ MCD_OPC_Decode, 130, 14, 145, 1, // Opcode: VRSRAsv2i32 |
| /* 9997 */ MCD_OPC_FilterValue, 1, 240, 3, // Skip to: 11009 |
| /* 10001 */ MCD_OPC_CheckPredicate, 15, 236, 3, // Skip to: 11009 |
| /* 10005 */ MCD_OPC_Decode, 138, 14, 145, 1, // Opcode: VRSRAuv2i32 |
| /* 10010 */ MCD_OPC_FilterValue, 4, 73, 0, // Skip to: 10087 |
| /* 10014 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10017 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 10068 |
| /* 10021 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10024 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 10049 |
| /* 10028 */ MCD_OPC_CheckPredicate, 15, 209, 3, // Skip to: 11009 |
| /* 10032 */ MCD_OPC_CheckField, 24, 1, 1, 203, 3, // Skip to: 11009 |
| /* 10038 */ MCD_OPC_CheckField, 19, 1, 1, 197, 3, // Skip to: 11009 |
| /* 10044 */ MCD_OPC_Decode, 249, 14, 143, 1, // Opcode: VSRIv8i8 |
| /* 10049 */ MCD_OPC_FilterValue, 1, 188, 3, // Skip to: 11009 |
| /* 10053 */ MCD_OPC_CheckPredicate, 15, 184, 3, // Skip to: 11009 |
| /* 10057 */ MCD_OPC_CheckField, 24, 1, 1, 178, 3, // Skip to: 11009 |
| /* 10063 */ MCD_OPC_Decode, 246, 14, 144, 1, // Opcode: VSRIv4i16 |
| /* 10068 */ MCD_OPC_FilterValue, 1, 169, 3, // Skip to: 11009 |
| /* 10072 */ MCD_OPC_CheckPredicate, 15, 165, 3, // Skip to: 11009 |
| /* 10076 */ MCD_OPC_CheckField, 24, 1, 1, 159, 3, // Skip to: 11009 |
| /* 10082 */ MCD_OPC_Decode, 244, 14, 145, 1, // Opcode: VSRIv2i32 |
| /* 10087 */ MCD_OPC_FilterValue, 5, 121, 0, // Skip to: 10212 |
| /* 10091 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10094 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 10179 |
| /* 10098 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10101 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 10146 |
| /* 10105 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10108 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 10127 |
| /* 10112 */ MCD_OPC_CheckPredicate, 15, 125, 3, // Skip to: 11009 |
| /* 10116 */ MCD_OPC_CheckField, 19, 1, 1, 119, 3, // Skip to: 11009 |
| /* 10122 */ MCD_OPC_Decode, 174, 14, 146, 1, // Opcode: VSHLiv8i8 |
| /* 10127 */ MCD_OPC_FilterValue, 1, 110, 3, // Skip to: 11009 |
| /* 10131 */ MCD_OPC_CheckPredicate, 15, 106, 3, // Skip to: 11009 |
| /* 10135 */ MCD_OPC_CheckField, 19, 1, 1, 100, 3, // Skip to: 11009 |
| /* 10141 */ MCD_OPC_Decode, 221, 14, 147, 1, // Opcode: VSLIv8i8 |
| /* 10146 */ MCD_OPC_FilterValue, 1, 91, 3, // Skip to: 11009 |
| /* 10150 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10153 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10166 |
| /* 10157 */ MCD_OPC_CheckPredicate, 15, 80, 3, // Skip to: 11009 |
| /* 10161 */ MCD_OPC_Decode, 171, 14, 148, 1, // Opcode: VSHLiv4i16 |
| /* 10166 */ MCD_OPC_FilterValue, 1, 71, 3, // Skip to: 11009 |
| /* 10170 */ MCD_OPC_CheckPredicate, 15, 67, 3, // Skip to: 11009 |
| /* 10174 */ MCD_OPC_Decode, 218, 14, 149, 1, // Opcode: VSLIv4i16 |
| /* 10179 */ MCD_OPC_FilterValue, 1, 58, 3, // Skip to: 11009 |
| /* 10183 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10186 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10199 |
| /* 10190 */ MCD_OPC_CheckPredicate, 15, 47, 3, // Skip to: 11009 |
| /* 10194 */ MCD_OPC_Decode, 169, 14, 150, 1, // Opcode: VSHLiv2i32 |
| /* 10199 */ MCD_OPC_FilterValue, 1, 38, 3, // Skip to: 11009 |
| /* 10203 */ MCD_OPC_CheckPredicate, 15, 34, 3, // Skip to: 11009 |
| /* 10207 */ MCD_OPC_Decode, 216, 14, 151, 1, // Opcode: VSLIv2i32 |
| /* 10212 */ MCD_OPC_FilterValue, 6, 73, 0, // Skip to: 10289 |
| /* 10216 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10219 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 10270 |
| /* 10223 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10226 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 10251 |
| /* 10230 */ MCD_OPC_CheckPredicate, 15, 7, 3, // Skip to: 11009 |
| /* 10234 */ MCD_OPC_CheckField, 24, 1, 1, 1, 3, // Skip to: 11009 |
| /* 10240 */ MCD_OPC_CheckField, 19, 1, 1, 251, 2, // Skip to: 11009 |
| /* 10246 */ MCD_OPC_Decode, 234, 12, 146, 1, // Opcode: VQSHLsuv8i8 |
| /* 10251 */ MCD_OPC_FilterValue, 1, 242, 2, // Skip to: 11009 |
| /* 10255 */ MCD_OPC_CheckPredicate, 15, 238, 2, // Skip to: 11009 |
| /* 10259 */ MCD_OPC_CheckField, 24, 1, 1, 232, 2, // Skip to: 11009 |
| /* 10265 */ MCD_OPC_Decode, 231, 12, 148, 1, // Opcode: VQSHLsuv4i16 |
| /* 10270 */ MCD_OPC_FilterValue, 1, 223, 2, // Skip to: 11009 |
| /* 10274 */ MCD_OPC_CheckPredicate, 15, 219, 2, // Skip to: 11009 |
| /* 10278 */ MCD_OPC_CheckField, 24, 1, 1, 213, 2, // Skip to: 11009 |
| /* 10284 */ MCD_OPC_Decode, 229, 12, 150, 1, // Opcode: VQSHLsuv2i32 |
| /* 10289 */ MCD_OPC_FilterValue, 7, 121, 0, // Skip to: 10414 |
| /* 10293 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10296 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 10381 |
| /* 10300 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10303 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 10348 |
| /* 10307 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10310 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 10329 |
| /* 10314 */ MCD_OPC_CheckPredicate, 15, 179, 2, // Skip to: 11009 |
| /* 10318 */ MCD_OPC_CheckField, 19, 1, 1, 173, 2, // Skip to: 11009 |
| /* 10324 */ MCD_OPC_Decode, 226, 12, 146, 1, // Opcode: VQSHLsiv8i8 |
| /* 10329 */ MCD_OPC_FilterValue, 1, 164, 2, // Skip to: 11009 |
| /* 10333 */ MCD_OPC_CheckPredicate, 15, 160, 2, // Skip to: 11009 |
| /* 10337 */ MCD_OPC_CheckField, 19, 1, 1, 154, 2, // Skip to: 11009 |
| /* 10343 */ MCD_OPC_Decode, 250, 12, 146, 1, // Opcode: VQSHLuiv8i8 |
| /* 10348 */ MCD_OPC_FilterValue, 1, 145, 2, // Skip to: 11009 |
| /* 10352 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10355 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10368 |
| /* 10359 */ MCD_OPC_CheckPredicate, 15, 134, 2, // Skip to: 11009 |
| /* 10363 */ MCD_OPC_Decode, 223, 12, 148, 1, // Opcode: VQSHLsiv4i16 |
| /* 10368 */ MCD_OPC_FilterValue, 1, 125, 2, // Skip to: 11009 |
| /* 10372 */ MCD_OPC_CheckPredicate, 15, 121, 2, // Skip to: 11009 |
| /* 10376 */ MCD_OPC_Decode, 247, 12, 148, 1, // Opcode: VQSHLuiv4i16 |
| /* 10381 */ MCD_OPC_FilterValue, 1, 112, 2, // Skip to: 11009 |
| /* 10385 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10388 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10401 |
| /* 10392 */ MCD_OPC_CheckPredicate, 15, 101, 2, // Skip to: 11009 |
| /* 10396 */ MCD_OPC_Decode, 221, 12, 150, 1, // Opcode: VQSHLsiv2i32 |
| /* 10401 */ MCD_OPC_FilterValue, 1, 92, 2, // Skip to: 11009 |
| /* 10405 */ MCD_OPC_CheckPredicate, 15, 88, 2, // Skip to: 11009 |
| /* 10409 */ MCD_OPC_Decode, 245, 12, 150, 1, // Opcode: VQSHLuiv2i32 |
| /* 10414 */ MCD_OPC_FilterValue, 8, 121, 0, // Skip to: 10539 |
| /* 10418 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10421 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 10506 |
| /* 10425 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10428 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 10473 |
| /* 10432 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10435 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 10454 |
| /* 10439 */ MCD_OPC_CheckPredicate, 15, 54, 2, // Skip to: 11009 |
| /* 10443 */ MCD_OPC_CheckField, 19, 1, 1, 48, 2, // Skip to: 11009 |
| /* 10449 */ MCD_OPC_Decode, 193, 14, 152, 1, // Opcode: VSHRNv8i8 |
| /* 10454 */ MCD_OPC_FilterValue, 1, 39, 2, // Skip to: 11009 |
| /* 10458 */ MCD_OPC_CheckPredicate, 15, 35, 2, // Skip to: 11009 |
| /* 10462 */ MCD_OPC_CheckField, 19, 1, 1, 29, 2, // Skip to: 11009 |
| /* 10468 */ MCD_OPC_Decode, 139, 13, 152, 1, // Opcode: VQSHRUNv8i8 |
| /* 10473 */ MCD_OPC_FilterValue, 1, 20, 2, // Skip to: 11009 |
| /* 10477 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10480 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10493 |
| /* 10484 */ MCD_OPC_CheckPredicate, 15, 9, 2, // Skip to: 11009 |
| /* 10488 */ MCD_OPC_Decode, 192, 14, 153, 1, // Opcode: VSHRNv4i16 |
| /* 10493 */ MCD_OPC_FilterValue, 1, 0, 2, // Skip to: 11009 |
| /* 10497 */ MCD_OPC_CheckPredicate, 15, 252, 1, // Skip to: 11009 |
| /* 10501 */ MCD_OPC_Decode, 138, 13, 153, 1, // Opcode: VQSHRUNv4i16 |
| /* 10506 */ MCD_OPC_FilterValue, 1, 243, 1, // Skip to: 11009 |
| /* 10510 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10513 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10526 |
| /* 10517 */ MCD_OPC_CheckPredicate, 15, 232, 1, // Skip to: 11009 |
| /* 10521 */ MCD_OPC_Decode, 191, 14, 154, 1, // Opcode: VSHRNv2i32 |
| /* 10526 */ MCD_OPC_FilterValue, 1, 223, 1, // Skip to: 11009 |
| /* 10530 */ MCD_OPC_CheckPredicate, 15, 219, 1, // Skip to: 11009 |
| /* 10534 */ MCD_OPC_Decode, 137, 13, 154, 1, // Opcode: VQSHRUNv2i32 |
| /* 10539 */ MCD_OPC_FilterValue, 9, 121, 0, // Skip to: 10664 |
| /* 10543 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10546 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 10631 |
| /* 10550 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10553 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 10598 |
| /* 10557 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10560 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 10579 |
| /* 10564 */ MCD_OPC_CheckPredicate, 15, 185, 1, // Skip to: 11009 |
| /* 10568 */ MCD_OPC_CheckField, 19, 1, 1, 179, 1, // Skip to: 11009 |
| /* 10574 */ MCD_OPC_Decode, 133, 13, 152, 1, // Opcode: VQSHRNsv8i8 |
| /* 10579 */ MCD_OPC_FilterValue, 1, 170, 1, // Skip to: 11009 |
| /* 10583 */ MCD_OPC_CheckPredicate, 15, 166, 1, // Skip to: 11009 |
| /* 10587 */ MCD_OPC_CheckField, 19, 1, 1, 160, 1, // Skip to: 11009 |
| /* 10593 */ MCD_OPC_Decode, 136, 13, 152, 1, // Opcode: VQSHRNuv8i8 |
| /* 10598 */ MCD_OPC_FilterValue, 1, 151, 1, // Skip to: 11009 |
| /* 10602 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10605 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10618 |
| /* 10609 */ MCD_OPC_CheckPredicate, 15, 140, 1, // Skip to: 11009 |
| /* 10613 */ MCD_OPC_Decode, 132, 13, 153, 1, // Opcode: VQSHRNsv4i16 |
| /* 10618 */ MCD_OPC_FilterValue, 1, 131, 1, // Skip to: 11009 |
| /* 10622 */ MCD_OPC_CheckPredicate, 15, 127, 1, // Skip to: 11009 |
| /* 10626 */ MCD_OPC_Decode, 135, 13, 153, 1, // Opcode: VQSHRNuv4i16 |
| /* 10631 */ MCD_OPC_FilterValue, 1, 118, 1, // Skip to: 11009 |
| /* 10635 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10638 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10651 |
| /* 10642 */ MCD_OPC_CheckPredicate, 15, 107, 1, // Skip to: 11009 |
| /* 10646 */ MCD_OPC_Decode, 131, 13, 154, 1, // Opcode: VQSHRNsv2i32 |
| /* 10651 */ MCD_OPC_FilterValue, 1, 98, 1, // Skip to: 11009 |
| /* 10655 */ MCD_OPC_CheckPredicate, 15, 94, 1, // Skip to: 11009 |
| /* 10659 */ MCD_OPC_Decode, 134, 13, 154, 1, // Opcode: VQSHRNuv2i32 |
| /* 10664 */ MCD_OPC_FilterValue, 10, 213, 0, // Skip to: 10881 |
| /* 10668 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 10671 */ MCD_OPC_FilterValue, 0, 143, 0, // Skip to: 10818 |
| /* 10675 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 10678 */ MCD_OPC_FilterValue, 0, 73, 0, // Skip to: 10755 |
| /* 10682 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10685 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 10720 |
| /* 10689 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 10692 */ MCD_OPC_FilterValue, 1, 57, 1, // Skip to: 11009 |
| /* 10696 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10711 |
| /* 10700 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, // Skip to: 10711 |
| /* 10706 */ MCD_OPC_Decode, 246, 10, 132, 1, // Opcode: VMOVLsv8i16 |
| /* 10711 */ MCD_OPC_CheckPredicate, 15, 38, 1, // Skip to: 11009 |
| /* 10715 */ MCD_OPC_Decode, 163, 14, 155, 1, // Opcode: VSHLLsv8i16 |
| /* 10720 */ MCD_OPC_FilterValue, 1, 29, 1, // Skip to: 11009 |
| /* 10724 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
| /* 10727 */ MCD_OPC_FilterValue, 1, 22, 1, // Skip to: 11009 |
| /* 10731 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10746 |
| /* 10735 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, // Skip to: 10746 |
| /* 10741 */ MCD_OPC_Decode, 249, 10, 132, 1, // Opcode: VMOVLuv8i16 |
| /* 10746 */ MCD_OPC_CheckPredicate, 15, 3, 1, // Skip to: 11009 |
| /* 10750 */ MCD_OPC_Decode, 166, 14, 155, 1, // Opcode: VSHLLuv8i16 |
| /* 10755 */ MCD_OPC_FilterValue, 1, 250, 0, // Skip to: 11009 |
| /* 10759 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10762 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 10790 |
| /* 10766 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10781 |
| /* 10770 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, // Skip to: 10781 |
| /* 10776 */ MCD_OPC_Decode, 245, 10, 132, 1, // Opcode: VMOVLsv4i32 |
| /* 10781 */ MCD_OPC_CheckPredicate, 15, 224, 0, // Skip to: 11009 |
| /* 10785 */ MCD_OPC_Decode, 162, 14, 156, 1, // Opcode: VSHLLsv4i32 |
| /* 10790 */ MCD_OPC_FilterValue, 1, 215, 0, // Skip to: 11009 |
| /* 10794 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10809 |
| /* 10798 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, // Skip to: 10809 |
| /* 10804 */ MCD_OPC_Decode, 248, 10, 132, 1, // Opcode: VMOVLuv4i32 |
| /* 10809 */ MCD_OPC_CheckPredicate, 15, 196, 0, // Skip to: 11009 |
| /* 10813 */ MCD_OPC_Decode, 165, 14, 156, 1, // Opcode: VSHLLuv4i32 |
| /* 10818 */ MCD_OPC_FilterValue, 1, 187, 0, // Skip to: 11009 |
| /* 10822 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10825 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 10853 |
| /* 10829 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10844 |
| /* 10833 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, // Skip to: 10844 |
| /* 10839 */ MCD_OPC_Decode, 244, 10, 132, 1, // Opcode: VMOVLsv2i64 |
| /* 10844 */ MCD_OPC_CheckPredicate, 15, 161, 0, // Skip to: 11009 |
| /* 10848 */ MCD_OPC_Decode, 161, 14, 157, 1, // Opcode: VSHLLsv2i64 |
| /* 10853 */ MCD_OPC_FilterValue, 1, 152, 0, // Skip to: 11009 |
| /* 10857 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10872 |
| /* 10861 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, // Skip to: 10872 |
| /* 10867 */ MCD_OPC_Decode, 247, 10, 132, 1, // Opcode: VMOVLuv2i64 |
| /* 10872 */ MCD_OPC_CheckPredicate, 15, 133, 0, // Skip to: 11009 |
| /* 10876 */ MCD_OPC_Decode, 164, 14, 157, 1, // Opcode: VSHLLuv2i64 |
| /* 10881 */ MCD_OPC_FilterValue, 14, 70, 0, // Skip to: 10955 |
| /* 10885 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 10888 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 10907 |
| /* 10892 */ MCD_OPC_CheckPredicate, 15, 30, 0, // Skip to: 10926 |
| /* 10896 */ MCD_OPC_CheckField, 19, 3, 0, 24, 0, // Skip to: 10926 |
| /* 10902 */ MCD_OPC_Decode, 141, 11, 158, 1, // Opcode: VMOVv8i8 |
| /* 10907 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 10926 |
| /* 10911 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 10926 |
| /* 10915 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, // Skip to: 10926 |
| /* 10921 */ MCD_OPC_Decode, 133, 11, 158, 1, // Opcode: VMOVv1i64 |
| /* 10926 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10929 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10942 |
| /* 10933 */ MCD_OPC_CheckPredicate, 15, 72, 0, // Skip to: 11009 |
| /* 10937 */ MCD_OPC_Decode, 174, 6, 159, 1, // Opcode: VCVTxs2fd |
| /* 10942 */ MCD_OPC_FilterValue, 1, 63, 0, // Skip to: 11009 |
| /* 10946 */ MCD_OPC_CheckPredicate, 15, 59, 0, // Skip to: 11009 |
| /* 10950 */ MCD_OPC_Decode, 176, 6, 159, 1, // Opcode: VCVTxu2fd |
| /* 10955 */ MCD_OPC_FilterValue, 15, 50, 0, // Skip to: 11009 |
| /* 10959 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 10962 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 10975 |
| /* 10966 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 10988 |
| /* 10970 */ MCD_OPC_Decode, 165, 6, 159, 1, // Opcode: VCVTf2xsd |
| /* 10975 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 10988 |
| /* 10979 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 10988 |
| /* 10983 */ MCD_OPC_Decode, 167, 6, 159, 1, // Opcode: VCVTf2xud |
| /* 10988 */ MCD_OPC_CheckPredicate, 15, 17, 0, // Skip to: 11009 |
| /* 10992 */ MCD_OPC_CheckField, 19, 3, 0, 11, 0, // Skip to: 11009 |
| /* 10998 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 11009 |
| /* 11004 */ MCD_OPC_Decode, 134, 11, 158, 1, // Opcode: VMOVv2f32 |
| /* 11009 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 11012 */ MCD_OPC_FilterValue, 0, 77, 0, // Skip to: 11093 |
| /* 11016 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... |
| /* 11019 */ MCD_OPC_FilterValue, 0, 210, 13, // Skip to: 14561 |
| /* 11023 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 11026 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 11045 |
| /* 11030 */ MCD_OPC_CheckPredicate, 15, 50, 0, // Skip to: 11084 |
| /* 11034 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 11084 |
| /* 11040 */ MCD_OPC_Decode, 138, 11, 158, 1, // Opcode: VMOVv4i16 |
| /* 11045 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 11084 |
| /* 11049 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 11052 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 11065 |
| /* 11056 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 11084 |
| /* 11060 */ MCD_OPC_Decode, 210, 11, 158, 1, // Opcode: VORRiv2i32 |
| /* 11065 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 11084 |
| /* 11069 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 11084 |
| /* 11073 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 11084 |
| /* 11079 */ MCD_OPC_Decode, 211, 11, 158, 1, // Opcode: VORRiv4i16 |
| /* 11084 */ MCD_OPC_CheckPredicate, 15, 145, 13, // Skip to: 14561 |
| /* 11088 */ MCD_OPC_Decode, 135, 11, 158, 1, // Opcode: VMOVv2i32 |
| /* 11093 */ MCD_OPC_FilterValue, 1, 136, 13, // Skip to: 14561 |
| /* 11097 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... |
| /* 11100 */ MCD_OPC_FilterValue, 0, 129, 13, // Skip to: 14561 |
| /* 11104 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 11107 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 11126 |
| /* 11111 */ MCD_OPC_CheckPredicate, 15, 50, 0, // Skip to: 11165 |
| /* 11115 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 11165 |
| /* 11121 */ MCD_OPC_Decode, 188, 11, 158, 1, // Opcode: VMVNv4i16 |
| /* 11126 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 11165 |
| /* 11130 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 11133 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 11146 |
| /* 11137 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 11165 |
| /* 11141 */ MCD_OPC_Decode, 137, 5, 158, 1, // Opcode: VBICiv2i32 |
| /* 11146 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 11165 |
| /* 11150 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 11165 |
| /* 11154 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 11165 |
| /* 11160 */ MCD_OPC_Decode, 138, 5, 158, 1, // Opcode: VBICiv4i16 |
| /* 11165 */ MCD_OPC_CheckPredicate, 15, 64, 13, // Skip to: 14561 |
| /* 11169 */ MCD_OPC_Decode, 187, 11, 158, 1, // Opcode: VMVNv2i32 |
| /* 11174 */ MCD_OPC_FilterValue, 1, 55, 13, // Skip to: 14561 |
| /* 11178 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 11181 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 11216 |
| /* 11185 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11188 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11202 |
| /* 11193 */ MCD_OPC_CheckPredicate, 15, 36, 13, // Skip to: 14561 |
| /* 11197 */ MCD_OPC_Decode, 195, 14, 160, 1, // Opcode: VSHRsv1i64 |
| /* 11202 */ MCD_OPC_FilterValue, 243, 1, 26, 13, // Skip to: 14561 |
| /* 11207 */ MCD_OPC_CheckPredicate, 15, 22, 13, // Skip to: 14561 |
| /* 11211 */ MCD_OPC_Decode, 203, 14, 160, 1, // Opcode: VSHRuv1i64 |
| /* 11216 */ MCD_OPC_FilterValue, 1, 31, 0, // Skip to: 11251 |
| /* 11220 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11223 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11237 |
| /* 11228 */ MCD_OPC_CheckPredicate, 15, 1, 13, // Skip to: 14561 |
| /* 11232 */ MCD_OPC_Decode, 227, 14, 161, 1, // Opcode: VSRAsv1i64 |
| /* 11237 */ MCD_OPC_FilterValue, 243, 1, 247, 12, // Skip to: 14561 |
| /* 11242 */ MCD_OPC_CheckPredicate, 15, 243, 12, // Skip to: 14561 |
| /* 11246 */ MCD_OPC_Decode, 235, 14, 161, 1, // Opcode: VSRAuv1i64 |
| /* 11251 */ MCD_OPC_FilterValue, 2, 31, 0, // Skip to: 11286 |
| /* 11255 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11258 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11272 |
| /* 11263 */ MCD_OPC_CheckPredicate, 15, 222, 12, // Skip to: 14561 |
| /* 11267 */ MCD_OPC_Decode, 235, 13, 160, 1, // Opcode: VRSHRsv1i64 |
| /* 11272 */ MCD_OPC_FilterValue, 243, 1, 212, 12, // Skip to: 14561 |
| /* 11277 */ MCD_OPC_CheckPredicate, 15, 208, 12, // Skip to: 14561 |
| /* 11281 */ MCD_OPC_Decode, 243, 13, 160, 1, // Opcode: VRSHRuv1i64 |
| /* 11286 */ MCD_OPC_FilterValue, 3, 31, 0, // Skip to: 11321 |
| /* 11290 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11293 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11307 |
| /* 11298 */ MCD_OPC_CheckPredicate, 15, 187, 12, // Skip to: 14561 |
| /* 11302 */ MCD_OPC_Decode, 129, 14, 161, 1, // Opcode: VRSRAsv1i64 |
| /* 11307 */ MCD_OPC_FilterValue, 243, 1, 177, 12, // Skip to: 14561 |
| /* 11312 */ MCD_OPC_CheckPredicate, 15, 173, 12, // Skip to: 14561 |
| /* 11316 */ MCD_OPC_Decode, 137, 14, 161, 1, // Opcode: VRSRAuv1i64 |
| /* 11321 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 11341 |
| /* 11325 */ MCD_OPC_CheckPredicate, 15, 160, 12, // Skip to: 14561 |
| /* 11329 */ MCD_OPC_CheckField, 24, 8, 243, 1, 153, 12, // Skip to: 14561 |
| /* 11336 */ MCD_OPC_Decode, 243, 14, 161, 1, // Opcode: VSRIv1i64 |
| /* 11341 */ MCD_OPC_FilterValue, 5, 31, 0, // Skip to: 11376 |
| /* 11345 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11348 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11362 |
| /* 11353 */ MCD_OPC_CheckPredicate, 15, 132, 12, // Skip to: 14561 |
| /* 11357 */ MCD_OPC_Decode, 168, 14, 162, 1, // Opcode: VSHLiv1i64 |
| /* 11362 */ MCD_OPC_FilterValue, 243, 1, 122, 12, // Skip to: 14561 |
| /* 11367 */ MCD_OPC_CheckPredicate, 15, 118, 12, // Skip to: 14561 |
| /* 11371 */ MCD_OPC_Decode, 215, 14, 163, 1, // Opcode: VSLIv1i64 |
| /* 11376 */ MCD_OPC_FilterValue, 6, 16, 0, // Skip to: 11396 |
| /* 11380 */ MCD_OPC_CheckPredicate, 15, 105, 12, // Skip to: 14561 |
| /* 11384 */ MCD_OPC_CheckField, 24, 8, 243, 1, 98, 12, // Skip to: 14561 |
| /* 11391 */ MCD_OPC_Decode, 228, 12, 162, 1, // Opcode: VQSHLsuv1i64 |
| /* 11396 */ MCD_OPC_FilterValue, 7, 89, 12, // Skip to: 14561 |
| /* 11400 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11403 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 11417 |
| /* 11408 */ MCD_OPC_CheckPredicate, 15, 77, 12, // Skip to: 14561 |
| /* 11412 */ MCD_OPC_Decode, 220, 12, 162, 1, // Opcode: VQSHLsiv1i64 |
| /* 11417 */ MCD_OPC_FilterValue, 243, 1, 67, 12, // Skip to: 14561 |
| /* 11422 */ MCD_OPC_CheckPredicate, 15, 63, 12, // Skip to: 14561 |
| /* 11426 */ MCD_OPC_Decode, 244, 12, 162, 1, // Opcode: VQSHLuiv1i64 |
| /* 11431 */ MCD_OPC_FilterValue, 1, 54, 12, // Skip to: 14561 |
| /* 11435 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 11438 */ MCD_OPC_FilterValue, 0, 114, 5, // Skip to: 12836 |
| /* 11442 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 11445 */ MCD_OPC_FilterValue, 0, 135, 0, // Skip to: 11584 |
| /* 11449 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 11452 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 11485 |
| /* 11456 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11459 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11472 |
| /* 11464 */ MCD_OPC_CheckPredicate, 15, 21, 12, // Skip to: 14561 |
| /* 11468 */ MCD_OPC_Decode, 135, 12, 96, // Opcode: VQADDsv16i8 |
| /* 11472 */ MCD_OPC_FilterValue, 243, 1, 12, 12, // Skip to: 14561 |
| /* 11477 */ MCD_OPC_CheckPredicate, 15, 8, 12, // Skip to: 14561 |
| /* 11481 */ MCD_OPC_Decode, 143, 12, 96, // Opcode: VQADDuv16i8 |
| /* 11485 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 11518 |
| /* 11489 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11492 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11505 |
| /* 11497 */ MCD_OPC_CheckPredicate, 15, 244, 11, // Skip to: 14561 |
| /* 11501 */ MCD_OPC_Decode, 141, 12, 96, // Opcode: VQADDsv8i16 |
| /* 11505 */ MCD_OPC_FilterValue, 243, 1, 235, 11, // Skip to: 14561 |
| /* 11510 */ MCD_OPC_CheckPredicate, 15, 231, 11, // Skip to: 14561 |
| /* 11514 */ MCD_OPC_Decode, 149, 12, 96, // Opcode: VQADDuv8i16 |
| /* 11518 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 11551 |
| /* 11522 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11525 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11538 |
| /* 11530 */ MCD_OPC_CheckPredicate, 15, 211, 11, // Skip to: 14561 |
| /* 11534 */ MCD_OPC_Decode, 140, 12, 96, // Opcode: VQADDsv4i32 |
| /* 11538 */ MCD_OPC_FilterValue, 243, 1, 202, 11, // Skip to: 14561 |
| /* 11543 */ MCD_OPC_CheckPredicate, 15, 198, 11, // Skip to: 14561 |
| /* 11547 */ MCD_OPC_Decode, 148, 12, 96, // Opcode: VQADDuv4i32 |
| /* 11551 */ MCD_OPC_FilterValue, 3, 190, 11, // Skip to: 14561 |
| /* 11555 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11558 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11571 |
| /* 11563 */ MCD_OPC_CheckPredicate, 15, 178, 11, // Skip to: 14561 |
| /* 11567 */ MCD_OPC_Decode, 138, 12, 96, // Opcode: VQADDsv2i64 |
| /* 11571 */ MCD_OPC_FilterValue, 243, 1, 169, 11, // Skip to: 14561 |
| /* 11576 */ MCD_OPC_CheckPredicate, 15, 165, 11, // Skip to: 14561 |
| /* 11580 */ MCD_OPC_Decode, 146, 12, 96, // Opcode: VQADDuv2i64 |
| /* 11584 */ MCD_OPC_FilterValue, 1, 135, 0, // Skip to: 11723 |
| /* 11588 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 11591 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 11624 |
| /* 11595 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11598 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11611 |
| /* 11603 */ MCD_OPC_CheckPredicate, 15, 138, 11, // Skip to: 14561 |
| /* 11607 */ MCD_OPC_Decode, 135, 5, 96, // Opcode: VANDq |
| /* 11611 */ MCD_OPC_FilterValue, 243, 1, 129, 11, // Skip to: 14561 |
| /* 11616 */ MCD_OPC_CheckPredicate, 15, 125, 11, // Skip to: 14561 |
| /* 11620 */ MCD_OPC_Decode, 193, 6, 96, // Opcode: VEORq |
| /* 11624 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 11657 |
| /* 11628 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11631 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11644 |
| /* 11636 */ MCD_OPC_CheckPredicate, 15, 105, 11, // Skip to: 14561 |
| /* 11640 */ MCD_OPC_Decode, 141, 5, 96, // Opcode: VBICq |
| /* 11644 */ MCD_OPC_FilterValue, 243, 1, 96, 11, // Skip to: 14561 |
| /* 11649 */ MCD_OPC_CheckPredicate, 15, 92, 11, // Skip to: 14561 |
| /* 11653 */ MCD_OPC_Decode, 147, 5, 104, // Opcode: VBSLq |
| /* 11657 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 11690 |
| /* 11661 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11664 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11677 |
| /* 11669 */ MCD_OPC_CheckPredicate, 15, 72, 11, // Skip to: 14561 |
| /* 11673 */ MCD_OPC_Decode, 214, 11, 96, // Opcode: VORRq |
| /* 11677 */ MCD_OPC_FilterValue, 243, 1, 63, 11, // Skip to: 14561 |
| /* 11682 */ MCD_OPC_CheckPredicate, 15, 59, 11, // Skip to: 14561 |
| /* 11686 */ MCD_OPC_Decode, 145, 5, 104, // Opcode: VBITq |
| /* 11690 */ MCD_OPC_FilterValue, 3, 51, 11, // Skip to: 14561 |
| /* 11694 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11697 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11710 |
| /* 11702 */ MCD_OPC_CheckPredicate, 15, 39, 11, // Skip to: 14561 |
| /* 11706 */ MCD_OPC_Decode, 208, 11, 96, // Opcode: VORNq |
| /* 11710 */ MCD_OPC_FilterValue, 243, 1, 30, 11, // Skip to: 14561 |
| /* 11715 */ MCD_OPC_CheckPredicate, 15, 26, 11, // Skip to: 14561 |
| /* 11719 */ MCD_OPC_Decode, 143, 5, 104, // Opcode: VBIFq |
| /* 11723 */ MCD_OPC_FilterValue, 2, 135, 0, // Skip to: 11862 |
| /* 11727 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 11730 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 11763 |
| /* 11734 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11737 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11750 |
| /* 11742 */ MCD_OPC_CheckPredicate, 15, 255, 10, // Skip to: 14561 |
| /* 11746 */ MCD_OPC_Decode, 140, 13, 96, // Opcode: VQSUBsv16i8 |
| /* 11750 */ MCD_OPC_FilterValue, 243, 1, 246, 10, // Skip to: 14561 |
| /* 11755 */ MCD_OPC_CheckPredicate, 15, 242, 10, // Skip to: 14561 |
| /* 11759 */ MCD_OPC_Decode, 148, 13, 96, // Opcode: VQSUBuv16i8 |
| /* 11763 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 11796 |
| /* 11767 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11770 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11783 |
| /* 11775 */ MCD_OPC_CheckPredicate, 15, 222, 10, // Skip to: 14561 |
| /* 11779 */ MCD_OPC_Decode, 146, 13, 96, // Opcode: VQSUBsv8i16 |
| /* 11783 */ MCD_OPC_FilterValue, 243, 1, 213, 10, // Skip to: 14561 |
| /* 11788 */ MCD_OPC_CheckPredicate, 15, 209, 10, // Skip to: 14561 |
| /* 11792 */ MCD_OPC_Decode, 154, 13, 96, // Opcode: VQSUBuv8i16 |
| /* 11796 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 11829 |
| /* 11800 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11803 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11816 |
| /* 11808 */ MCD_OPC_CheckPredicate, 15, 189, 10, // Skip to: 14561 |
| /* 11812 */ MCD_OPC_Decode, 145, 13, 96, // Opcode: VQSUBsv4i32 |
| /* 11816 */ MCD_OPC_FilterValue, 243, 1, 180, 10, // Skip to: 14561 |
| /* 11821 */ MCD_OPC_CheckPredicate, 15, 176, 10, // Skip to: 14561 |
| /* 11825 */ MCD_OPC_Decode, 153, 13, 96, // Opcode: VQSUBuv4i32 |
| /* 11829 */ MCD_OPC_FilterValue, 3, 168, 10, // Skip to: 14561 |
| /* 11833 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11836 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11849 |
| /* 11841 */ MCD_OPC_CheckPredicate, 15, 156, 10, // Skip to: 14561 |
| /* 11845 */ MCD_OPC_Decode, 143, 13, 96, // Opcode: VQSUBsv2i64 |
| /* 11849 */ MCD_OPC_FilterValue, 243, 1, 147, 10, // Skip to: 14561 |
| /* 11854 */ MCD_OPC_CheckPredicate, 15, 143, 10, // Skip to: 14561 |
| /* 11858 */ MCD_OPC_Decode, 151, 13, 96, // Opcode: VQSUBuv2i64 |
| /* 11862 */ MCD_OPC_FilterValue, 3, 102, 0, // Skip to: 11968 |
| /* 11866 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 11869 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 11902 |
| /* 11873 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11876 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11889 |
| /* 11881 */ MCD_OPC_CheckPredicate, 15, 116, 10, // Skip to: 14561 |
| /* 11885 */ MCD_OPC_Decode, 166, 5, 96, // Opcode: VCGEsv16i8 |
| /* 11889 */ MCD_OPC_FilterValue, 243, 1, 107, 10, // Skip to: 14561 |
| /* 11894 */ MCD_OPC_CheckPredicate, 15, 103, 10, // Skip to: 14561 |
| /* 11898 */ MCD_OPC_Decode, 172, 5, 96, // Opcode: VCGEuv16i8 |
| /* 11902 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 11935 |
| /* 11906 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11909 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11922 |
| /* 11914 */ MCD_OPC_CheckPredicate, 15, 83, 10, // Skip to: 14561 |
| /* 11918 */ MCD_OPC_Decode, 170, 5, 96, // Opcode: VCGEsv8i16 |
| /* 11922 */ MCD_OPC_FilterValue, 243, 1, 74, 10, // Skip to: 14561 |
| /* 11927 */ MCD_OPC_CheckPredicate, 15, 70, 10, // Skip to: 14561 |
| /* 11931 */ MCD_OPC_Decode, 176, 5, 96, // Opcode: VCGEuv8i16 |
| /* 11935 */ MCD_OPC_FilterValue, 2, 62, 10, // Skip to: 14561 |
| /* 11939 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11942 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11955 |
| /* 11947 */ MCD_OPC_CheckPredicate, 15, 50, 10, // Skip to: 14561 |
| /* 11951 */ MCD_OPC_Decode, 169, 5, 96, // Opcode: VCGEsv4i32 |
| /* 11955 */ MCD_OPC_FilterValue, 243, 1, 41, 10, // Skip to: 14561 |
| /* 11960 */ MCD_OPC_CheckPredicate, 15, 37, 10, // Skip to: 14561 |
| /* 11964 */ MCD_OPC_Decode, 175, 5, 96, // Opcode: VCGEuv4i32 |
| /* 11968 */ MCD_OPC_FilterValue, 4, 135, 0, // Skip to: 12107 |
| /* 11972 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 11975 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12008 |
| /* 11979 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 11982 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 11995 |
| /* 11987 */ MCD_OPC_CheckPredicate, 15, 10, 10, // Skip to: 14561 |
| /* 11991 */ MCD_OPC_Decode, 235, 12, 100, // Opcode: VQSHLsv16i8 |
| /* 11995 */ MCD_OPC_FilterValue, 243, 1, 1, 10, // Skip to: 14561 |
| /* 12000 */ MCD_OPC_CheckPredicate, 15, 253, 9, // Skip to: 14561 |
| /* 12004 */ MCD_OPC_Decode, 251, 12, 100, // Opcode: VQSHLuv16i8 |
| /* 12008 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 12041 |
| /* 12012 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12015 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12028 |
| /* 12020 */ MCD_OPC_CheckPredicate, 15, 233, 9, // Skip to: 14561 |
| /* 12024 */ MCD_OPC_Decode, 241, 12, 100, // Opcode: VQSHLsv8i16 |
| /* 12028 */ MCD_OPC_FilterValue, 243, 1, 224, 9, // Skip to: 14561 |
| /* 12033 */ MCD_OPC_CheckPredicate, 15, 220, 9, // Skip to: 14561 |
| /* 12037 */ MCD_OPC_Decode, 129, 13, 100, // Opcode: VQSHLuv8i16 |
| /* 12041 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 12074 |
| /* 12045 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12048 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12061 |
| /* 12053 */ MCD_OPC_CheckPredicate, 15, 200, 9, // Skip to: 14561 |
| /* 12057 */ MCD_OPC_Decode, 240, 12, 100, // Opcode: VQSHLsv4i32 |
| /* 12061 */ MCD_OPC_FilterValue, 243, 1, 191, 9, // Skip to: 14561 |
| /* 12066 */ MCD_OPC_CheckPredicate, 15, 187, 9, // Skip to: 14561 |
| /* 12070 */ MCD_OPC_Decode, 128, 13, 100, // Opcode: VQSHLuv4i32 |
| /* 12074 */ MCD_OPC_FilterValue, 3, 179, 9, // Skip to: 14561 |
| /* 12078 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12081 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12094 |
| /* 12086 */ MCD_OPC_CheckPredicate, 15, 167, 9, // Skip to: 14561 |
| /* 12090 */ MCD_OPC_Decode, 238, 12, 100, // Opcode: VQSHLsv2i64 |
| /* 12094 */ MCD_OPC_FilterValue, 243, 1, 158, 9, // Skip to: 14561 |
| /* 12099 */ MCD_OPC_CheckPredicate, 15, 154, 9, // Skip to: 14561 |
| /* 12103 */ MCD_OPC_Decode, 254, 12, 100, // Opcode: VQSHLuv2i64 |
| /* 12107 */ MCD_OPC_FilterValue, 5, 135, 0, // Skip to: 12246 |
| /* 12111 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12114 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12147 |
| /* 12118 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12121 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12134 |
| /* 12126 */ MCD_OPC_CheckPredicate, 15, 127, 9, // Skip to: 14561 |
| /* 12130 */ MCD_OPC_Decode, 194, 12, 100, // Opcode: VQRSHLsv16i8 |
| /* 12134 */ MCD_OPC_FilterValue, 243, 1, 118, 9, // Skip to: 14561 |
| /* 12139 */ MCD_OPC_CheckPredicate, 15, 114, 9, // Skip to: 14561 |
| /* 12143 */ MCD_OPC_Decode, 202, 12, 100, // Opcode: VQRSHLuv16i8 |
| /* 12147 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 12180 |
| /* 12151 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12154 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12167 |
| /* 12159 */ MCD_OPC_CheckPredicate, 15, 94, 9, // Skip to: 14561 |
| /* 12163 */ MCD_OPC_Decode, 200, 12, 100, // Opcode: VQRSHLsv8i16 |
| /* 12167 */ MCD_OPC_FilterValue, 243, 1, 85, 9, // Skip to: 14561 |
| /* 12172 */ MCD_OPC_CheckPredicate, 15, 81, 9, // Skip to: 14561 |
| /* 12176 */ MCD_OPC_Decode, 208, 12, 100, // Opcode: VQRSHLuv8i16 |
| /* 12180 */ MCD_OPC_FilterValue, 2, 29, 0, // Skip to: 12213 |
| /* 12184 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12187 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12200 |
| /* 12192 */ MCD_OPC_CheckPredicate, 15, 61, 9, // Skip to: 14561 |
| /* 12196 */ MCD_OPC_Decode, 199, 12, 100, // Opcode: VQRSHLsv4i32 |
| /* 12200 */ MCD_OPC_FilterValue, 243, 1, 52, 9, // Skip to: 14561 |
| /* 12205 */ MCD_OPC_CheckPredicate, 15, 48, 9, // Skip to: 14561 |
| /* 12209 */ MCD_OPC_Decode, 207, 12, 100, // Opcode: VQRSHLuv4i32 |
| /* 12213 */ MCD_OPC_FilterValue, 3, 40, 9, // Skip to: 14561 |
| /* 12217 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12220 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12233 |
| /* 12225 */ MCD_OPC_CheckPredicate, 15, 28, 9, // Skip to: 14561 |
| /* 12229 */ MCD_OPC_Decode, 197, 12, 100, // Opcode: VQRSHLsv2i64 |
| /* 12233 */ MCD_OPC_FilterValue, 243, 1, 19, 9, // Skip to: 14561 |
| /* 12238 */ MCD_OPC_CheckPredicate, 15, 15, 9, // Skip to: 14561 |
| /* 12242 */ MCD_OPC_Decode, 205, 12, 100, // Opcode: VQRSHLuv2i64 |
| /* 12246 */ MCD_OPC_FilterValue, 6, 102, 0, // Skip to: 12352 |
| /* 12250 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12253 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12286 |
| /* 12257 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12260 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12273 |
| /* 12265 */ MCD_OPC_CheckPredicate, 15, 244, 8, // Skip to: 14561 |
| /* 12269 */ MCD_OPC_Decode, 177, 10, 96, // Opcode: VMINsv16i8 |
| /* 12273 */ MCD_OPC_FilterValue, 243, 1, 235, 8, // Skip to: 14561 |
| /* 12278 */ MCD_OPC_CheckPredicate, 15, 231, 8, // Skip to: 14561 |
| /* 12282 */ MCD_OPC_Decode, 183, 10, 96, // Opcode: VMINuv16i8 |
| /* 12286 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 12319 |
| /* 12290 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12293 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12306 |
| /* 12298 */ MCD_OPC_CheckPredicate, 15, 211, 8, // Skip to: 14561 |
| /* 12302 */ MCD_OPC_Decode, 181, 10, 96, // Opcode: VMINsv8i16 |
| /* 12306 */ MCD_OPC_FilterValue, 243, 1, 202, 8, // Skip to: 14561 |
| /* 12311 */ MCD_OPC_CheckPredicate, 15, 198, 8, // Skip to: 14561 |
| /* 12315 */ MCD_OPC_Decode, 187, 10, 96, // Opcode: VMINuv8i16 |
| /* 12319 */ MCD_OPC_FilterValue, 2, 190, 8, // Skip to: 14561 |
| /* 12323 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12326 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12339 |
| /* 12331 */ MCD_OPC_CheckPredicate, 15, 178, 8, // Skip to: 14561 |
| /* 12335 */ MCD_OPC_Decode, 180, 10, 96, // Opcode: VMINsv4i32 |
| /* 12339 */ MCD_OPC_FilterValue, 243, 1, 169, 8, // Skip to: 14561 |
| /* 12344 */ MCD_OPC_CheckPredicate, 15, 165, 8, // Skip to: 14561 |
| /* 12348 */ MCD_OPC_Decode, 186, 10, 96, // Opcode: VMINuv4i32 |
| /* 12352 */ MCD_OPC_FilterValue, 7, 102, 0, // Skip to: 12458 |
| /* 12356 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12359 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12392 |
| /* 12363 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12366 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12379 |
| /* 12371 */ MCD_OPC_CheckPredicate, 15, 138, 8, // Skip to: 14561 |
| /* 12375 */ MCD_OPC_Decode, 189, 4, 104, // Opcode: VABAsv16i8 |
| /* 12379 */ MCD_OPC_FilterValue, 243, 1, 129, 8, // Skip to: 14561 |
| /* 12384 */ MCD_OPC_CheckPredicate, 15, 125, 8, // Skip to: 14561 |
| /* 12388 */ MCD_OPC_Decode, 195, 4, 104, // Opcode: VABAuv16i8 |
| /* 12392 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 12425 |
| /* 12396 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12399 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12412 |
| /* 12404 */ MCD_OPC_CheckPredicate, 15, 105, 8, // Skip to: 14561 |
| /* 12408 */ MCD_OPC_Decode, 193, 4, 104, // Opcode: VABAsv8i16 |
| /* 12412 */ MCD_OPC_FilterValue, 243, 1, 96, 8, // Skip to: 14561 |
| /* 12417 */ MCD_OPC_CheckPredicate, 15, 92, 8, // Skip to: 14561 |
| /* 12421 */ MCD_OPC_Decode, 199, 4, 104, // Opcode: VABAuv8i16 |
| /* 12425 */ MCD_OPC_FilterValue, 2, 84, 8, // Skip to: 14561 |
| /* 12429 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12432 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12445 |
| /* 12437 */ MCD_OPC_CheckPredicate, 15, 72, 8, // Skip to: 14561 |
| /* 12441 */ MCD_OPC_Decode, 192, 4, 104, // Opcode: VABAsv4i32 |
| /* 12445 */ MCD_OPC_FilterValue, 243, 1, 63, 8, // Skip to: 14561 |
| /* 12450 */ MCD_OPC_CheckPredicate, 15, 59, 8, // Skip to: 14561 |
| /* 12454 */ MCD_OPC_Decode, 198, 4, 104, // Opcode: VABAuv4i32 |
| /* 12458 */ MCD_OPC_FilterValue, 8, 102, 0, // Skip to: 12564 |
| /* 12462 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12465 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12498 |
| /* 12469 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12472 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12485 |
| /* 12477 */ MCD_OPC_CheckPredicate, 15, 32, 8, // Skip to: 14561 |
| /* 12481 */ MCD_OPC_Decode, 244, 17, 96, // Opcode: VTSTv16i8 |
| /* 12485 */ MCD_OPC_FilterValue, 243, 1, 23, 8, // Skip to: 14561 |
| /* 12490 */ MCD_OPC_CheckPredicate, 15, 19, 8, // Skip to: 14561 |
| /* 12494 */ MCD_OPC_Decode, 150, 5, 96, // Opcode: VCEQv16i8 |
| /* 12498 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 12531 |
| /* 12502 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12505 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12518 |
| /* 12510 */ MCD_OPC_CheckPredicate, 15, 255, 7, // Skip to: 14561 |
| /* 12514 */ MCD_OPC_Decode, 248, 17, 96, // Opcode: VTSTv8i16 |
| /* 12518 */ MCD_OPC_FilterValue, 243, 1, 246, 7, // Skip to: 14561 |
| /* 12523 */ MCD_OPC_CheckPredicate, 15, 242, 7, // Skip to: 14561 |
| /* 12527 */ MCD_OPC_Decode, 154, 5, 96, // Opcode: VCEQv8i16 |
| /* 12531 */ MCD_OPC_FilterValue, 2, 234, 7, // Skip to: 14561 |
| /* 12535 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12538 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12551 |
| /* 12543 */ MCD_OPC_CheckPredicate, 15, 222, 7, // Skip to: 14561 |
| /* 12547 */ MCD_OPC_Decode, 247, 17, 96, // Opcode: VTSTv4i32 |
| /* 12551 */ MCD_OPC_FilterValue, 243, 1, 213, 7, // Skip to: 14561 |
| /* 12556 */ MCD_OPC_CheckPredicate, 15, 209, 7, // Skip to: 14561 |
| /* 12560 */ MCD_OPC_Decode, 153, 5, 96, // Opcode: VCEQv4i32 |
| /* 12564 */ MCD_OPC_FilterValue, 9, 74, 0, // Skip to: 12642 |
| /* 12568 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12571 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12604 |
| /* 12575 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12578 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12591 |
| /* 12583 */ MCD_OPC_CheckPredicate, 15, 182, 7, // Skip to: 14561 |
| /* 12587 */ MCD_OPC_Decode, 179, 11, 96, // Opcode: VMULv16i8 |
| /* 12591 */ MCD_OPC_FilterValue, 243, 1, 173, 7, // Skip to: 14561 |
| /* 12596 */ MCD_OPC_CheckPredicate, 15, 169, 7, // Skip to: 14561 |
| /* 12600 */ MCD_OPC_Decode, 172, 11, 96, // Opcode: VMULpq |
| /* 12604 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 12623 |
| /* 12608 */ MCD_OPC_CheckPredicate, 15, 157, 7, // Skip to: 14561 |
| /* 12612 */ MCD_OPC_CheckField, 24, 8, 242, 1, 150, 7, // Skip to: 14561 |
| /* 12619 */ MCD_OPC_Decode, 183, 11, 96, // Opcode: VMULv8i16 |
| /* 12623 */ MCD_OPC_FilterValue, 2, 142, 7, // Skip to: 14561 |
| /* 12627 */ MCD_OPC_CheckPredicate, 15, 138, 7, // Skip to: 14561 |
| /* 12631 */ MCD_OPC_CheckField, 24, 8, 242, 1, 131, 7, // Skip to: 14561 |
| /* 12638 */ MCD_OPC_Decode, 182, 11, 96, // Opcode: VMULv4i32 |
| /* 12642 */ MCD_OPC_FilterValue, 12, 41, 0, // Skip to: 12687 |
| /* 12646 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12649 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 12668 |
| /* 12653 */ MCD_OPC_CheckPredicate, 18, 112, 7, // Skip to: 14561 |
| /* 12657 */ MCD_OPC_CheckField, 24, 8, 242, 1, 105, 7, // Skip to: 14561 |
| /* 12664 */ MCD_OPC_Decode, 204, 6, 104, // Opcode: VFMAfq |
| /* 12668 */ MCD_OPC_FilterValue, 2, 97, 7, // Skip to: 14561 |
| /* 12672 */ MCD_OPC_CheckPredicate, 18, 93, 7, // Skip to: 14561 |
| /* 12676 */ MCD_OPC_CheckField, 24, 8, 242, 1, 86, 7, // Skip to: 14561 |
| /* 12683 */ MCD_OPC_Decode, 208, 6, 104, // Opcode: VFMSfq |
| /* 12687 */ MCD_OPC_FilterValue, 13, 55, 0, // Skip to: 12746 |
| /* 12691 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12694 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 12727 |
| /* 12698 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 12701 */ MCD_OPC_FilterValue, 242, 1, 8, 0, // Skip to: 12714 |
| /* 12706 */ MCD_OPC_CheckPredicate, 15, 59, 7, // Skip to: 14561 |
| /* 12710 */ MCD_OPC_Decode, 202, 10, 104, // Opcode: VMLAfq |
| /* 12714 */ MCD_OPC_FilterValue, 243, 1, 50, 7, // Skip to: 14561 |
| /* 12719 */ MCD_OPC_CheckPredicate, 15, 46, 7, // Skip to: 14561 |
| /* 12723 */ MCD_OPC_Decode, 170, 11, 96, // Opcode: VMULfq |
| /* 12727 */ MCD_OPC_FilterValue, 2, 38, 7, // Skip to: 14561 |
| /* 12731 */ MCD_OPC_CheckPredicate, 15, 34, 7, // Skip to: 14561 |
| /* 12735 */ MCD_OPC_CheckField, 24, 8, 242, 1, 27, 7, // Skip to: 14561 |
| /* 12742 */ MCD_OPC_Decode, 228, 10, 104, // Opcode: VMLSfq |
| /* 12746 */ MCD_OPC_FilterValue, 14, 41, 0, // Skip to: 12791 |
| /* 12750 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12753 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 12772 |
| /* 12757 */ MCD_OPC_CheckPredicate, 15, 8, 7, // Skip to: 14561 |
| /* 12761 */ MCD_OPC_CheckField, 24, 8, 243, 1, 1, 7, // Skip to: 14561 |
| /* 12768 */ MCD_OPC_Decode, 232, 4, 96, // Opcode: VACGEq |
| /* 12772 */ MCD_OPC_FilterValue, 2, 249, 6, // Skip to: 14561 |
| /* 12776 */ MCD_OPC_CheckPredicate, 15, 245, 6, // Skip to: 14561 |
| /* 12780 */ MCD_OPC_CheckField, 24, 8, 243, 1, 238, 6, // Skip to: 14561 |
| /* 12787 */ MCD_OPC_Decode, 234, 4, 96, // Opcode: VACGTq |
| /* 12791 */ MCD_OPC_FilterValue, 15, 230, 6, // Skip to: 14561 |
| /* 12795 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 12798 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 12817 |
| /* 12802 */ MCD_OPC_CheckPredicate, 15, 219, 6, // Skip to: 14561 |
| /* 12806 */ MCD_OPC_CheckField, 24, 8, 242, 1, 212, 6, // Skip to: 14561 |
| /* 12813 */ MCD_OPC_Decode, 164, 13, 96, // Opcode: VRECPSfq |
| /* 12817 */ MCD_OPC_FilterValue, 2, 204, 6, // Skip to: 14561 |
| /* 12821 */ MCD_OPC_CheckPredicate, 15, 200, 6, // Skip to: 14561 |
| /* 12825 */ MCD_OPC_CheckField, 24, 8, 242, 1, 193, 6, // Skip to: 14561 |
| /* 12832 */ MCD_OPC_Decode, 255, 13, 96, // Opcode: VRSQRTSfq |
| /* 12836 */ MCD_OPC_FilterValue, 1, 185, 6, // Skip to: 14561 |
| /* 12840 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 12843 */ MCD_OPC_FilterValue, 0, 177, 5, // Skip to: 14304 |
| /* 12847 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... |
| /* 12850 */ MCD_OPC_FilterValue, 121, 171, 6, // Skip to: 14561 |
| /* 12854 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 12857 */ MCD_OPC_FilterValue, 0, 121, 0, // Skip to: 12982 |
| /* 12861 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 12864 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 12949 |
| /* 12868 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 12871 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 12916 |
| /* 12875 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 12878 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 12897 |
| /* 12882 */ MCD_OPC_CheckPredicate, 15, 229, 4, // Skip to: 14139 |
| /* 12886 */ MCD_OPC_CheckField, 19, 1, 1, 223, 4, // Skip to: 14139 |
| /* 12892 */ MCD_OPC_Decode, 194, 14, 164, 1, // Opcode: VSHRsv16i8 |
| /* 12897 */ MCD_OPC_FilterValue, 1, 214, 4, // Skip to: 14139 |
| /* 12901 */ MCD_OPC_CheckPredicate, 15, 210, 4, // Skip to: 14139 |
| /* 12905 */ MCD_OPC_CheckField, 19, 1, 1, 204, 4, // Skip to: 14139 |
| /* 12911 */ MCD_OPC_Decode, 202, 14, 164, 1, // Opcode: VSHRuv16i8 |
| /* 12916 */ MCD_OPC_FilterValue, 1, 195, 4, // Skip to: 14139 |
| /* 12920 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 12923 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 12936 |
| /* 12927 */ MCD_OPC_CheckPredicate, 15, 184, 4, // Skip to: 14139 |
| /* 12931 */ MCD_OPC_Decode, 200, 14, 165, 1, // Opcode: VSHRsv8i16 |
| /* 12936 */ MCD_OPC_FilterValue, 1, 175, 4, // Skip to: 14139 |
| /* 12940 */ MCD_OPC_CheckPredicate, 15, 171, 4, // Skip to: 14139 |
| /* 12944 */ MCD_OPC_Decode, 208, 14, 165, 1, // Opcode: VSHRuv8i16 |
| /* 12949 */ MCD_OPC_FilterValue, 1, 162, 4, // Skip to: 14139 |
| /* 12953 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 12956 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 12969 |
| /* 12960 */ MCD_OPC_CheckPredicate, 15, 151, 4, // Skip to: 14139 |
| /* 12964 */ MCD_OPC_Decode, 199, 14, 166, 1, // Opcode: VSHRsv4i32 |
| /* 12969 */ MCD_OPC_FilterValue, 1, 142, 4, // Skip to: 14139 |
| /* 12973 */ MCD_OPC_CheckPredicate, 15, 138, 4, // Skip to: 14139 |
| /* 12977 */ MCD_OPC_Decode, 207, 14, 166, 1, // Opcode: VSHRuv4i32 |
| /* 12982 */ MCD_OPC_FilterValue, 1, 121, 0, // Skip to: 13107 |
| /* 12986 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 12989 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13074 |
| /* 12993 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 12996 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13041 |
| /* 13000 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13003 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13022 |
| /* 13007 */ MCD_OPC_CheckPredicate, 15, 104, 4, // Skip to: 14139 |
| /* 13011 */ MCD_OPC_CheckField, 19, 1, 1, 98, 4, // Skip to: 14139 |
| /* 13017 */ MCD_OPC_Decode, 226, 14, 167, 1, // Opcode: VSRAsv16i8 |
| /* 13022 */ MCD_OPC_FilterValue, 1, 89, 4, // Skip to: 14139 |
| /* 13026 */ MCD_OPC_CheckPredicate, 15, 85, 4, // Skip to: 14139 |
| /* 13030 */ MCD_OPC_CheckField, 19, 1, 1, 79, 4, // Skip to: 14139 |
| /* 13036 */ MCD_OPC_Decode, 234, 14, 167, 1, // Opcode: VSRAuv16i8 |
| /* 13041 */ MCD_OPC_FilterValue, 1, 70, 4, // Skip to: 14139 |
| /* 13045 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13048 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13061 |
| /* 13052 */ MCD_OPC_CheckPredicate, 15, 59, 4, // Skip to: 14139 |
| /* 13056 */ MCD_OPC_Decode, 232, 14, 168, 1, // Opcode: VSRAsv8i16 |
| /* 13061 */ MCD_OPC_FilterValue, 1, 50, 4, // Skip to: 14139 |
| /* 13065 */ MCD_OPC_CheckPredicate, 15, 46, 4, // Skip to: 14139 |
| /* 13069 */ MCD_OPC_Decode, 240, 14, 168, 1, // Opcode: VSRAuv8i16 |
| /* 13074 */ MCD_OPC_FilterValue, 1, 37, 4, // Skip to: 14139 |
| /* 13078 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13081 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13094 |
| /* 13085 */ MCD_OPC_CheckPredicate, 15, 26, 4, // Skip to: 14139 |
| /* 13089 */ MCD_OPC_Decode, 231, 14, 169, 1, // Opcode: VSRAsv4i32 |
| /* 13094 */ MCD_OPC_FilterValue, 1, 17, 4, // Skip to: 14139 |
| /* 13098 */ MCD_OPC_CheckPredicate, 15, 13, 4, // Skip to: 14139 |
| /* 13102 */ MCD_OPC_Decode, 239, 14, 169, 1, // Opcode: VSRAuv4i32 |
| /* 13107 */ MCD_OPC_FilterValue, 2, 121, 0, // Skip to: 13232 |
| /* 13111 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13114 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13199 |
| /* 13118 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13121 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13166 |
| /* 13125 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13128 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13147 |
| /* 13132 */ MCD_OPC_CheckPredicate, 15, 235, 3, // Skip to: 14139 |
| /* 13136 */ MCD_OPC_CheckField, 19, 1, 1, 229, 3, // Skip to: 14139 |
| /* 13142 */ MCD_OPC_Decode, 234, 13, 164, 1, // Opcode: VRSHRsv16i8 |
| /* 13147 */ MCD_OPC_FilterValue, 1, 220, 3, // Skip to: 14139 |
| /* 13151 */ MCD_OPC_CheckPredicate, 15, 216, 3, // Skip to: 14139 |
| /* 13155 */ MCD_OPC_CheckField, 19, 1, 1, 210, 3, // Skip to: 14139 |
| /* 13161 */ MCD_OPC_Decode, 242, 13, 164, 1, // Opcode: VRSHRuv16i8 |
| /* 13166 */ MCD_OPC_FilterValue, 1, 201, 3, // Skip to: 14139 |
| /* 13170 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13173 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13186 |
| /* 13177 */ MCD_OPC_CheckPredicate, 15, 190, 3, // Skip to: 14139 |
| /* 13181 */ MCD_OPC_Decode, 240, 13, 165, 1, // Opcode: VRSHRsv8i16 |
| /* 13186 */ MCD_OPC_FilterValue, 1, 181, 3, // Skip to: 14139 |
| /* 13190 */ MCD_OPC_CheckPredicate, 15, 177, 3, // Skip to: 14139 |
| /* 13194 */ MCD_OPC_Decode, 248, 13, 165, 1, // Opcode: VRSHRuv8i16 |
| /* 13199 */ MCD_OPC_FilterValue, 1, 168, 3, // Skip to: 14139 |
| /* 13203 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13206 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13219 |
| /* 13210 */ MCD_OPC_CheckPredicate, 15, 157, 3, // Skip to: 14139 |
| /* 13214 */ MCD_OPC_Decode, 239, 13, 166, 1, // Opcode: VRSHRsv4i32 |
| /* 13219 */ MCD_OPC_FilterValue, 1, 148, 3, // Skip to: 14139 |
| /* 13223 */ MCD_OPC_CheckPredicate, 15, 144, 3, // Skip to: 14139 |
| /* 13227 */ MCD_OPC_Decode, 247, 13, 166, 1, // Opcode: VRSHRuv4i32 |
| /* 13232 */ MCD_OPC_FilterValue, 3, 121, 0, // Skip to: 13357 |
| /* 13236 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13239 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13324 |
| /* 13243 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13246 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13291 |
| /* 13250 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13253 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13272 |
| /* 13257 */ MCD_OPC_CheckPredicate, 15, 110, 3, // Skip to: 14139 |
| /* 13261 */ MCD_OPC_CheckField, 19, 1, 1, 104, 3, // Skip to: 14139 |
| /* 13267 */ MCD_OPC_Decode, 128, 14, 167, 1, // Opcode: VRSRAsv16i8 |
| /* 13272 */ MCD_OPC_FilterValue, 1, 95, 3, // Skip to: 14139 |
| /* 13276 */ MCD_OPC_CheckPredicate, 15, 91, 3, // Skip to: 14139 |
| /* 13280 */ MCD_OPC_CheckField, 19, 1, 1, 85, 3, // Skip to: 14139 |
| /* 13286 */ MCD_OPC_Decode, 136, 14, 167, 1, // Opcode: VRSRAuv16i8 |
| /* 13291 */ MCD_OPC_FilterValue, 1, 76, 3, // Skip to: 14139 |
| /* 13295 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13298 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13311 |
| /* 13302 */ MCD_OPC_CheckPredicate, 15, 65, 3, // Skip to: 14139 |
| /* 13306 */ MCD_OPC_Decode, 134, 14, 168, 1, // Opcode: VRSRAsv8i16 |
| /* 13311 */ MCD_OPC_FilterValue, 1, 56, 3, // Skip to: 14139 |
| /* 13315 */ MCD_OPC_CheckPredicate, 15, 52, 3, // Skip to: 14139 |
| /* 13319 */ MCD_OPC_Decode, 142, 14, 168, 1, // Opcode: VRSRAuv8i16 |
| /* 13324 */ MCD_OPC_FilterValue, 1, 43, 3, // Skip to: 14139 |
| /* 13328 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13331 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13344 |
| /* 13335 */ MCD_OPC_CheckPredicate, 15, 32, 3, // Skip to: 14139 |
| /* 13339 */ MCD_OPC_Decode, 133, 14, 169, 1, // Opcode: VRSRAsv4i32 |
| /* 13344 */ MCD_OPC_FilterValue, 1, 23, 3, // Skip to: 14139 |
| /* 13348 */ MCD_OPC_CheckPredicate, 15, 19, 3, // Skip to: 14139 |
| /* 13352 */ MCD_OPC_Decode, 141, 14, 169, 1, // Opcode: VRSRAuv4i32 |
| /* 13357 */ MCD_OPC_FilterValue, 4, 73, 0, // Skip to: 13434 |
| /* 13361 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13364 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 13415 |
| /* 13368 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13371 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 13396 |
| /* 13375 */ MCD_OPC_CheckPredicate, 15, 248, 2, // Skip to: 14139 |
| /* 13379 */ MCD_OPC_CheckField, 24, 1, 1, 242, 2, // Skip to: 14139 |
| /* 13385 */ MCD_OPC_CheckField, 19, 1, 1, 236, 2, // Skip to: 14139 |
| /* 13391 */ MCD_OPC_Decode, 242, 14, 167, 1, // Opcode: VSRIv16i8 |
| /* 13396 */ MCD_OPC_FilterValue, 1, 227, 2, // Skip to: 14139 |
| /* 13400 */ MCD_OPC_CheckPredicate, 15, 223, 2, // Skip to: 14139 |
| /* 13404 */ MCD_OPC_CheckField, 24, 1, 1, 217, 2, // Skip to: 14139 |
| /* 13410 */ MCD_OPC_Decode, 248, 14, 168, 1, // Opcode: VSRIv8i16 |
| /* 13415 */ MCD_OPC_FilterValue, 1, 208, 2, // Skip to: 14139 |
| /* 13419 */ MCD_OPC_CheckPredicate, 15, 204, 2, // Skip to: 14139 |
| /* 13423 */ MCD_OPC_CheckField, 24, 1, 1, 198, 2, // Skip to: 14139 |
| /* 13429 */ MCD_OPC_Decode, 247, 14, 169, 1, // Opcode: VSRIv4i32 |
| /* 13434 */ MCD_OPC_FilterValue, 5, 121, 0, // Skip to: 13559 |
| /* 13438 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13441 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13526 |
| /* 13445 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13448 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13493 |
| /* 13452 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13455 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13474 |
| /* 13459 */ MCD_OPC_CheckPredicate, 15, 164, 2, // Skip to: 14139 |
| /* 13463 */ MCD_OPC_CheckField, 19, 1, 1, 158, 2, // Skip to: 14139 |
| /* 13469 */ MCD_OPC_Decode, 167, 14, 170, 1, // Opcode: VSHLiv16i8 |
| /* 13474 */ MCD_OPC_FilterValue, 1, 149, 2, // Skip to: 14139 |
| /* 13478 */ MCD_OPC_CheckPredicate, 15, 145, 2, // Skip to: 14139 |
| /* 13482 */ MCD_OPC_CheckField, 19, 1, 1, 139, 2, // Skip to: 14139 |
| /* 13488 */ MCD_OPC_Decode, 214, 14, 171, 1, // Opcode: VSLIv16i8 |
| /* 13493 */ MCD_OPC_FilterValue, 1, 130, 2, // Skip to: 14139 |
| /* 13497 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13500 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13513 |
| /* 13504 */ MCD_OPC_CheckPredicate, 15, 119, 2, // Skip to: 14139 |
| /* 13508 */ MCD_OPC_Decode, 173, 14, 172, 1, // Opcode: VSHLiv8i16 |
| /* 13513 */ MCD_OPC_FilterValue, 1, 110, 2, // Skip to: 14139 |
| /* 13517 */ MCD_OPC_CheckPredicate, 15, 106, 2, // Skip to: 14139 |
| /* 13521 */ MCD_OPC_Decode, 220, 14, 173, 1, // Opcode: VSLIv8i16 |
| /* 13526 */ MCD_OPC_FilterValue, 1, 97, 2, // Skip to: 14139 |
| /* 13530 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13533 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13546 |
| /* 13537 */ MCD_OPC_CheckPredicate, 15, 86, 2, // Skip to: 14139 |
| /* 13541 */ MCD_OPC_Decode, 172, 14, 174, 1, // Opcode: VSHLiv4i32 |
| /* 13546 */ MCD_OPC_FilterValue, 1, 77, 2, // Skip to: 14139 |
| /* 13550 */ MCD_OPC_CheckPredicate, 15, 73, 2, // Skip to: 14139 |
| /* 13554 */ MCD_OPC_Decode, 219, 14, 175, 1, // Opcode: VSLIv4i32 |
| /* 13559 */ MCD_OPC_FilterValue, 6, 73, 0, // Skip to: 13636 |
| /* 13563 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13566 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 13617 |
| /* 13570 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13573 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 13598 |
| /* 13577 */ MCD_OPC_CheckPredicate, 15, 46, 2, // Skip to: 14139 |
| /* 13581 */ MCD_OPC_CheckField, 24, 1, 1, 40, 2, // Skip to: 14139 |
| /* 13587 */ MCD_OPC_CheckField, 19, 1, 1, 34, 2, // Skip to: 14139 |
| /* 13593 */ MCD_OPC_Decode, 227, 12, 170, 1, // Opcode: VQSHLsuv16i8 |
| /* 13598 */ MCD_OPC_FilterValue, 1, 25, 2, // Skip to: 14139 |
| /* 13602 */ MCD_OPC_CheckPredicate, 15, 21, 2, // Skip to: 14139 |
| /* 13606 */ MCD_OPC_CheckField, 24, 1, 1, 15, 2, // Skip to: 14139 |
| /* 13612 */ MCD_OPC_Decode, 233, 12, 172, 1, // Opcode: VQSHLsuv8i16 |
| /* 13617 */ MCD_OPC_FilterValue, 1, 6, 2, // Skip to: 14139 |
| /* 13621 */ MCD_OPC_CheckPredicate, 15, 2, 2, // Skip to: 14139 |
| /* 13625 */ MCD_OPC_CheckField, 24, 1, 1, 252, 1, // Skip to: 14139 |
| /* 13631 */ MCD_OPC_Decode, 232, 12, 174, 1, // Opcode: VQSHLsuv4i32 |
| /* 13636 */ MCD_OPC_FilterValue, 7, 121, 0, // Skip to: 13761 |
| /* 13640 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13643 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13728 |
| /* 13647 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13650 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13695 |
| /* 13654 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13657 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13676 |
| /* 13661 */ MCD_OPC_CheckPredicate, 15, 218, 1, // Skip to: 14139 |
| /* 13665 */ MCD_OPC_CheckField, 19, 1, 1, 212, 1, // Skip to: 14139 |
| /* 13671 */ MCD_OPC_Decode, 219, 12, 170, 1, // Opcode: VQSHLsiv16i8 |
| /* 13676 */ MCD_OPC_FilterValue, 1, 203, 1, // Skip to: 14139 |
| /* 13680 */ MCD_OPC_CheckPredicate, 15, 199, 1, // Skip to: 14139 |
| /* 13684 */ MCD_OPC_CheckField, 19, 1, 1, 193, 1, // Skip to: 14139 |
| /* 13690 */ MCD_OPC_Decode, 243, 12, 170, 1, // Opcode: VQSHLuiv16i8 |
| /* 13695 */ MCD_OPC_FilterValue, 1, 184, 1, // Skip to: 14139 |
| /* 13699 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13702 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13715 |
| /* 13706 */ MCD_OPC_CheckPredicate, 15, 173, 1, // Skip to: 14139 |
| /* 13710 */ MCD_OPC_Decode, 225, 12, 172, 1, // Opcode: VQSHLsiv8i16 |
| /* 13715 */ MCD_OPC_FilterValue, 1, 164, 1, // Skip to: 14139 |
| /* 13719 */ MCD_OPC_CheckPredicate, 15, 160, 1, // Skip to: 14139 |
| /* 13723 */ MCD_OPC_Decode, 249, 12, 172, 1, // Opcode: VQSHLuiv8i16 |
| /* 13728 */ MCD_OPC_FilterValue, 1, 151, 1, // Skip to: 14139 |
| /* 13732 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13735 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13748 |
| /* 13739 */ MCD_OPC_CheckPredicate, 15, 140, 1, // Skip to: 14139 |
| /* 13743 */ MCD_OPC_Decode, 224, 12, 174, 1, // Opcode: VQSHLsiv4i32 |
| /* 13748 */ MCD_OPC_FilterValue, 1, 131, 1, // Skip to: 14139 |
| /* 13752 */ MCD_OPC_CheckPredicate, 15, 127, 1, // Skip to: 14139 |
| /* 13756 */ MCD_OPC_Decode, 248, 12, 174, 1, // Opcode: VQSHLuiv4i32 |
| /* 13761 */ MCD_OPC_FilterValue, 8, 121, 0, // Skip to: 13886 |
| /* 13765 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13768 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13853 |
| /* 13772 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13775 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13820 |
| /* 13779 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13782 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13801 |
| /* 13786 */ MCD_OPC_CheckPredicate, 15, 93, 1, // Skip to: 14139 |
| /* 13790 */ MCD_OPC_CheckField, 19, 1, 1, 87, 1, // Skip to: 14139 |
| /* 13796 */ MCD_OPC_Decode, 233, 13, 152, 1, // Opcode: VRSHRNv8i8 |
| /* 13801 */ MCD_OPC_FilterValue, 1, 78, 1, // Skip to: 14139 |
| /* 13805 */ MCD_OPC_CheckPredicate, 15, 74, 1, // Skip to: 14139 |
| /* 13809 */ MCD_OPC_CheckField, 19, 1, 1, 68, 1, // Skip to: 14139 |
| /* 13815 */ MCD_OPC_Decode, 218, 12, 152, 1, // Opcode: VQRSHRUNv8i8 |
| /* 13820 */ MCD_OPC_FilterValue, 1, 59, 1, // Skip to: 14139 |
| /* 13824 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13827 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13840 |
| /* 13831 */ MCD_OPC_CheckPredicate, 15, 48, 1, // Skip to: 14139 |
| /* 13835 */ MCD_OPC_Decode, 232, 13, 153, 1, // Opcode: VRSHRNv4i16 |
| /* 13840 */ MCD_OPC_FilterValue, 1, 39, 1, // Skip to: 14139 |
| /* 13844 */ MCD_OPC_CheckPredicate, 15, 35, 1, // Skip to: 14139 |
| /* 13848 */ MCD_OPC_Decode, 217, 12, 153, 1, // Opcode: VQRSHRUNv4i16 |
| /* 13853 */ MCD_OPC_FilterValue, 1, 26, 1, // Skip to: 14139 |
| /* 13857 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13860 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13873 |
| /* 13864 */ MCD_OPC_CheckPredicate, 15, 15, 1, // Skip to: 14139 |
| /* 13868 */ MCD_OPC_Decode, 231, 13, 154, 1, // Opcode: VRSHRNv2i32 |
| /* 13873 */ MCD_OPC_FilterValue, 1, 6, 1, // Skip to: 14139 |
| /* 13877 */ MCD_OPC_CheckPredicate, 15, 2, 1, // Skip to: 14139 |
| /* 13881 */ MCD_OPC_Decode, 216, 12, 154, 1, // Opcode: VQRSHRUNv2i32 |
| /* 13886 */ MCD_OPC_FilterValue, 9, 121, 0, // Skip to: 14011 |
| /* 13890 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 13893 */ MCD_OPC_FilterValue, 0, 81, 0, // Skip to: 13978 |
| /* 13897 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 13900 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 13945 |
| /* 13904 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13907 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 13926 |
| /* 13911 */ MCD_OPC_CheckPredicate, 15, 224, 0, // Skip to: 14139 |
| /* 13915 */ MCD_OPC_CheckField, 19, 1, 1, 218, 0, // Skip to: 14139 |
| /* 13921 */ MCD_OPC_Decode, 212, 12, 152, 1, // Opcode: VQRSHRNsv8i8 |
| /* 13926 */ MCD_OPC_FilterValue, 1, 209, 0, // Skip to: 14139 |
| /* 13930 */ MCD_OPC_CheckPredicate, 15, 205, 0, // Skip to: 14139 |
| /* 13934 */ MCD_OPC_CheckField, 19, 1, 1, 199, 0, // Skip to: 14139 |
| /* 13940 */ MCD_OPC_Decode, 215, 12, 152, 1, // Opcode: VQRSHRNuv8i8 |
| /* 13945 */ MCD_OPC_FilterValue, 1, 190, 0, // Skip to: 14139 |
| /* 13949 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13952 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13965 |
| /* 13956 */ MCD_OPC_CheckPredicate, 15, 179, 0, // Skip to: 14139 |
| /* 13960 */ MCD_OPC_Decode, 211, 12, 153, 1, // Opcode: VQRSHRNsv4i16 |
| /* 13965 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 14139 |
| /* 13969 */ MCD_OPC_CheckPredicate, 15, 166, 0, // Skip to: 14139 |
| /* 13973 */ MCD_OPC_Decode, 214, 12, 153, 1, // Opcode: VQRSHRNuv4i16 |
| /* 13978 */ MCD_OPC_FilterValue, 1, 157, 0, // Skip to: 14139 |
| /* 13982 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 13985 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 13998 |
| /* 13989 */ MCD_OPC_CheckPredicate, 15, 146, 0, // Skip to: 14139 |
| /* 13993 */ MCD_OPC_Decode, 210, 12, 154, 1, // Opcode: VQRSHRNsv2i32 |
| /* 13998 */ MCD_OPC_FilterValue, 1, 137, 0, // Skip to: 14139 |
| /* 14002 */ MCD_OPC_CheckPredicate, 15, 133, 0, // Skip to: 14139 |
| /* 14006 */ MCD_OPC_Decode, 213, 12, 154, 1, // Opcode: VQRSHRNuv2i32 |
| /* 14011 */ MCD_OPC_FilterValue, 14, 70, 0, // Skip to: 14085 |
| /* 14015 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 14018 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 14037 |
| /* 14022 */ MCD_OPC_CheckPredicate, 15, 30, 0, // Skip to: 14056 |
| /* 14026 */ MCD_OPC_CheckField, 19, 3, 0, 24, 0, // Skip to: 14056 |
| /* 14032 */ MCD_OPC_Decode, 132, 11, 158, 1, // Opcode: VMOVv16i8 |
| /* 14037 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14056 |
| /* 14041 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 14056 |
| /* 14045 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, // Skip to: 14056 |
| /* 14051 */ MCD_OPC_Decode, 136, 11, 158, 1, // Opcode: VMOVv2i64 |
| /* 14056 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 14059 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 14072 |
| /* 14063 */ MCD_OPC_CheckPredicate, 15, 72, 0, // Skip to: 14139 |
| /* 14067 */ MCD_OPC_Decode, 175, 6, 176, 1, // Opcode: VCVTxs2fq |
| /* 14072 */ MCD_OPC_FilterValue, 1, 63, 0, // Skip to: 14139 |
| /* 14076 */ MCD_OPC_CheckPredicate, 15, 59, 0, // Skip to: 14139 |
| /* 14080 */ MCD_OPC_Decode, 177, 6, 176, 1, // Opcode: VCVTxu2fq |
| /* 14085 */ MCD_OPC_FilterValue, 15, 50, 0, // Skip to: 14139 |
| /* 14089 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
| /* 14092 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 14105 |
| /* 14096 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 14118 |
| /* 14100 */ MCD_OPC_Decode, 166, 6, 176, 1, // Opcode: VCVTf2xsq |
| /* 14105 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 14118 |
| /* 14109 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 14118 |
| /* 14113 */ MCD_OPC_Decode, 168, 6, 176, 1, // Opcode: VCVTf2xuq |
| /* 14118 */ MCD_OPC_CheckPredicate, 15, 17, 0, // Skip to: 14139 |
| /* 14122 */ MCD_OPC_CheckField, 19, 3, 0, 11, 0, // Skip to: 14139 |
| /* 14128 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 14139 |
| /* 14134 */ MCD_OPC_Decode, 137, 11, 158, 1, // Opcode: VMOVv4f32 |
| /* 14139 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 14142 */ MCD_OPC_FilterValue, 0, 77, 0, // Skip to: 14223 |
| /* 14146 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... |
| /* 14149 */ MCD_OPC_FilterValue, 0, 152, 1, // Skip to: 14561 |
| /* 14153 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 14156 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 14175 |
| /* 14160 */ MCD_OPC_CheckPredicate, 15, 50, 0, // Skip to: 14214 |
| /* 14164 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 14214 |
| /* 14170 */ MCD_OPC_Decode, 140, 11, 158, 1, // Opcode: VMOVv8i16 |
| /* 14175 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 14214 |
| /* 14179 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 14182 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 14195 |
| /* 14186 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 14214 |
| /* 14190 */ MCD_OPC_Decode, 212, 11, 158, 1, // Opcode: VORRiv4i32 |
| /* 14195 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14214 |
| /* 14199 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 14214 |
| /* 14203 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 14214 |
| /* 14209 */ MCD_OPC_Decode, 213, 11, 158, 1, // Opcode: VORRiv8i16 |
| /* 14214 */ MCD_OPC_CheckPredicate, 15, 87, 1, // Skip to: 14561 |
| /* 14218 */ MCD_OPC_Decode, 139, 11, 158, 1, // Opcode: VMOVv4i32 |
| /* 14223 */ MCD_OPC_FilterValue, 1, 78, 1, // Skip to: 14561 |
| /* 14227 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... |
| /* 14230 */ MCD_OPC_FilterValue, 0, 71, 1, // Skip to: 14561 |
| /* 14234 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 14237 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 14256 |
| /* 14241 */ MCD_OPC_CheckPredicate, 15, 50, 0, // Skip to: 14295 |
| /* 14245 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 14295 |
| /* 14251 */ MCD_OPC_Decode, 190, 11, 158, 1, // Opcode: VMVNv8i16 |
| /* 14256 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 14295 |
| /* 14260 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 14263 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 14276 |
| /* 14267 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 14295 |
| /* 14271 */ MCD_OPC_Decode, 139, 5, 158, 1, // Opcode: VBICiv4i32 |
| /* 14276 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14295 |
| /* 14280 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 14295 |
| /* 14284 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 14295 |
| /* 14290 */ MCD_OPC_Decode, 140, 5, 158, 1, // Opcode: VBICiv8i16 |
| /* 14295 */ MCD_OPC_CheckPredicate, 15, 6, 1, // Skip to: 14561 |
| /* 14299 */ MCD_OPC_Decode, 189, 11, 158, 1, // Opcode: VMVNv4i32 |
| /* 14304 */ MCD_OPC_FilterValue, 1, 253, 0, // Skip to: 14561 |
| /* 14308 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 14311 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 14346 |
| /* 14315 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14318 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14332 |
| /* 14323 */ MCD_OPC_CheckPredicate, 15, 234, 0, // Skip to: 14561 |
| /* 14327 */ MCD_OPC_Decode, 197, 14, 177, 1, // Opcode: VSHRsv2i64 |
| /* 14332 */ MCD_OPC_FilterValue, 243, 1, 224, 0, // Skip to: 14561 |
| /* 14337 */ MCD_OPC_CheckPredicate, 15, 220, 0, // Skip to: 14561 |
| /* 14341 */ MCD_OPC_Decode, 205, 14, 177, 1, // Opcode: VSHRuv2i64 |
| /* 14346 */ MCD_OPC_FilterValue, 1, 31, 0, // Skip to: 14381 |
| /* 14350 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14353 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14367 |
| /* 14358 */ MCD_OPC_CheckPredicate, 15, 199, 0, // Skip to: 14561 |
| /* 14362 */ MCD_OPC_Decode, 229, 14, 178, 1, // Opcode: VSRAsv2i64 |
| /* 14367 */ MCD_OPC_FilterValue, 243, 1, 189, 0, // Skip to: 14561 |
| /* 14372 */ MCD_OPC_CheckPredicate, 15, 185, 0, // Skip to: 14561 |
| /* 14376 */ MCD_OPC_Decode, 237, 14, 178, 1, // Opcode: VSRAuv2i64 |
| /* 14381 */ MCD_OPC_FilterValue, 2, 31, 0, // Skip to: 14416 |
| /* 14385 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14388 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14402 |
| /* 14393 */ MCD_OPC_CheckPredicate, 15, 164, 0, // Skip to: 14561 |
| /* 14397 */ MCD_OPC_Decode, 237, 13, 177, 1, // Opcode: VRSHRsv2i64 |
| /* 14402 */ MCD_OPC_FilterValue, 243, 1, 154, 0, // Skip to: 14561 |
| /* 14407 */ MCD_OPC_CheckPredicate, 15, 150, 0, // Skip to: 14561 |
| /* 14411 */ MCD_OPC_Decode, 245, 13, 177, 1, // Opcode: VRSHRuv2i64 |
| /* 14416 */ MCD_OPC_FilterValue, 3, 31, 0, // Skip to: 14451 |
| /* 14420 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14423 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14437 |
| /* 14428 */ MCD_OPC_CheckPredicate, 15, 129, 0, // Skip to: 14561 |
| /* 14432 */ MCD_OPC_Decode, 131, 14, 178, 1, // Opcode: VRSRAsv2i64 |
| /* 14437 */ MCD_OPC_FilterValue, 243, 1, 119, 0, // Skip to: 14561 |
| /* 14442 */ MCD_OPC_CheckPredicate, 15, 115, 0, // Skip to: 14561 |
| /* 14446 */ MCD_OPC_Decode, 139, 14, 178, 1, // Opcode: VRSRAuv2i64 |
| /* 14451 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 14471 |
| /* 14455 */ MCD_OPC_CheckPredicate, 15, 102, 0, // Skip to: 14561 |
| /* 14459 */ MCD_OPC_CheckField, 24, 8, 243, 1, 95, 0, // Skip to: 14561 |
| /* 14466 */ MCD_OPC_Decode, 245, 14, 178, 1, // Opcode: VSRIv2i64 |
| /* 14471 */ MCD_OPC_FilterValue, 5, 31, 0, // Skip to: 14506 |
| /* 14475 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14478 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14492 |
| /* 14483 */ MCD_OPC_CheckPredicate, 15, 74, 0, // Skip to: 14561 |
| /* 14487 */ MCD_OPC_Decode, 170, 14, 179, 1, // Opcode: VSHLiv2i64 |
| /* 14492 */ MCD_OPC_FilterValue, 243, 1, 64, 0, // Skip to: 14561 |
| /* 14497 */ MCD_OPC_CheckPredicate, 15, 60, 0, // Skip to: 14561 |
| /* 14501 */ MCD_OPC_Decode, 217, 14, 180, 1, // Opcode: VSLIv2i64 |
| /* 14506 */ MCD_OPC_FilterValue, 6, 16, 0, // Skip to: 14526 |
| /* 14510 */ MCD_OPC_CheckPredicate, 15, 47, 0, // Skip to: 14561 |
| /* 14514 */ MCD_OPC_CheckField, 24, 8, 243, 1, 40, 0, // Skip to: 14561 |
| /* 14521 */ MCD_OPC_Decode, 230, 12, 179, 1, // Opcode: VQSHLsuv2i64 |
| /* 14526 */ MCD_OPC_FilterValue, 7, 31, 0, // Skip to: 14561 |
| /* 14530 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... |
| /* 14533 */ MCD_OPC_FilterValue, 242, 1, 9, 0, // Skip to: 14547 |
| /* 14538 */ MCD_OPC_CheckPredicate, 15, 19, 0, // Skip to: 14561 |
| /* 14542 */ MCD_OPC_Decode, 222, 12, 179, 1, // Opcode: VQSHLsiv2i64 |
| /* 14547 */ MCD_OPC_FilterValue, 243, 1, 9, 0, // Skip to: 14561 |
| /* 14552 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 14561 |
| /* 14556 */ MCD_OPC_Decode, 246, 12, 179, 1, // Opcode: VQSHLuiv2i64 |
| /* 14561 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableNEONDup32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 22, 6, // Inst{27-22} ... |
| /* 3 */ MCD_OPC_FilterValue, 56, 105, 0, // Skip to: 112 |
| /* 7 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| /* 10 */ MCD_OPC_FilterValue, 16, 53, 0, // Skip to: 67 |
| /* 14 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 17 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 42 |
| /* 21 */ MCD_OPC_CheckPredicate, 15, 124, 1, // Skip to: 405 |
| /* 25 */ MCD_OPC_CheckField, 8, 4, 11, 118, 1, // Skip to: 405 |
| /* 31 */ MCD_OPC_CheckField, 6, 1, 0, 112, 1, // Skip to: 405 |
| /* 37 */ MCD_OPC_Decode, 156, 14, 181, 1, // Opcode: VSETLNi32 |
| /* 42 */ MCD_OPC_FilterValue, 1, 103, 1, // Skip to: 405 |
| /* 46 */ MCD_OPC_CheckPredicate, 15, 99, 1, // Skip to: 405 |
| /* 50 */ MCD_OPC_CheckField, 8, 4, 11, 93, 1, // Skip to: 405 |
| /* 56 */ MCD_OPC_CheckField, 6, 1, 0, 87, 1, // Skip to: 405 |
| /* 62 */ MCD_OPC_Decode, 213, 6, 182, 1, // Opcode: VGETLNi32 |
| /* 67 */ MCD_OPC_FilterValue, 48, 78, 1, // Skip to: 405 |
| /* 71 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 74 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 93 |
| /* 78 */ MCD_OPC_CheckPredicate, 15, 67, 1, // Skip to: 405 |
| /* 82 */ MCD_OPC_CheckField, 8, 4, 11, 61, 1, // Skip to: 405 |
| /* 88 */ MCD_OPC_Decode, 155, 14, 183, 1, // Opcode: VSETLNi16 |
| /* 93 */ MCD_OPC_FilterValue, 1, 52, 1, // Skip to: 405 |
| /* 97 */ MCD_OPC_CheckPredicate, 15, 48, 1, // Skip to: 405 |
| /* 101 */ MCD_OPC_CheckField, 8, 4, 11, 42, 1, // Skip to: 405 |
| /* 107 */ MCD_OPC_Decode, 214, 6, 184, 1, // Opcode: VGETLNs16 |
| /* 112 */ MCD_OPC_FilterValue, 57, 53, 0, // Skip to: 169 |
| /* 116 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 119 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 144 |
| /* 123 */ MCD_OPC_CheckPredicate, 15, 22, 1, // Skip to: 405 |
| /* 127 */ MCD_OPC_CheckField, 8, 4, 11, 16, 1, // Skip to: 405 |
| /* 133 */ MCD_OPC_CheckField, 0, 5, 16, 10, 1, // Skip to: 405 |
| /* 139 */ MCD_OPC_Decode, 157, 14, 185, 1, // Opcode: VSETLNi8 |
| /* 144 */ MCD_OPC_FilterValue, 1, 1, 1, // Skip to: 405 |
| /* 148 */ MCD_OPC_CheckPredicate, 15, 253, 0, // Skip to: 405 |
| /* 152 */ MCD_OPC_CheckField, 8, 4, 11, 247, 0, // Skip to: 405 |
| /* 158 */ MCD_OPC_CheckField, 0, 5, 16, 241, 0, // Skip to: 405 |
| /* 164 */ MCD_OPC_Decode, 215, 6, 186, 1, // Opcode: VGETLNs8 |
| /* 169 */ MCD_OPC_FilterValue, 58, 143, 0, // Skip to: 316 |
| /* 173 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| /* 176 */ MCD_OPC_FilterValue, 16, 53, 0, // Skip to: 233 |
| /* 180 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 183 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 208 |
| /* 187 */ MCD_OPC_CheckPredicate, 15, 214, 0, // Skip to: 405 |
| /* 191 */ MCD_OPC_CheckField, 8, 4, 11, 208, 0, // Skip to: 405 |
| /* 197 */ MCD_OPC_CheckField, 6, 1, 0, 202, 0, // Skip to: 405 |
| /* 203 */ MCD_OPC_Decode, 182, 6, 187, 1, // Opcode: VDUP32d |
| /* 208 */ MCD_OPC_FilterValue, 2, 193, 0, // Skip to: 405 |
| /* 212 */ MCD_OPC_CheckPredicate, 15, 189, 0, // Skip to: 405 |
| /* 216 */ MCD_OPC_CheckField, 8, 4, 11, 183, 0, // Skip to: 405 |
| /* 222 */ MCD_OPC_CheckField, 6, 1, 0, 177, 0, // Skip to: 405 |
| /* 228 */ MCD_OPC_Decode, 183, 6, 188, 1, // Opcode: VDUP32q |
| /* 233 */ MCD_OPC_FilterValue, 48, 168, 0, // Skip to: 405 |
| /* 237 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 240 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 297 |
| /* 244 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 247 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 272 |
| /* 251 */ MCD_OPC_CheckPredicate, 15, 150, 0, // Skip to: 405 |
| /* 255 */ MCD_OPC_CheckField, 8, 4, 11, 144, 0, // Skip to: 405 |
| /* 261 */ MCD_OPC_CheckField, 6, 1, 0, 138, 0, // Skip to: 405 |
| /* 267 */ MCD_OPC_Decode, 180, 6, 187, 1, // Opcode: VDUP16d |
| /* 272 */ MCD_OPC_FilterValue, 1, 129, 0, // Skip to: 405 |
| /* 276 */ MCD_OPC_CheckPredicate, 15, 125, 0, // Skip to: 405 |
| /* 280 */ MCD_OPC_CheckField, 8, 4, 11, 119, 0, // Skip to: 405 |
| /* 286 */ MCD_OPC_CheckField, 6, 1, 0, 113, 0, // Skip to: 405 |
| /* 292 */ MCD_OPC_Decode, 181, 6, 188, 1, // Opcode: VDUP16q |
| /* 297 */ MCD_OPC_FilterValue, 1, 104, 0, // Skip to: 405 |
| /* 301 */ MCD_OPC_CheckPredicate, 15, 100, 0, // Skip to: 405 |
| /* 305 */ MCD_OPC_CheckField, 8, 4, 11, 94, 0, // Skip to: 405 |
| /* 311 */ MCD_OPC_Decode, 216, 6, 184, 1, // Opcode: VGETLNu16 |
| /* 316 */ MCD_OPC_FilterValue, 59, 85, 0, // Skip to: 405 |
| /* 320 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 323 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 380 |
| /* 327 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 330 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 355 |
| /* 334 */ MCD_OPC_CheckPredicate, 15, 67, 0, // Skip to: 405 |
| /* 338 */ MCD_OPC_CheckField, 8, 4, 11, 61, 0, // Skip to: 405 |
| /* 344 */ MCD_OPC_CheckField, 0, 7, 16, 55, 0, // Skip to: 405 |
| /* 350 */ MCD_OPC_Decode, 184, 6, 187, 1, // Opcode: VDUP8d |
| /* 355 */ MCD_OPC_FilterValue, 1, 46, 0, // Skip to: 405 |
| /* 359 */ MCD_OPC_CheckPredicate, 15, 42, 0, // Skip to: 405 |
| /* 363 */ MCD_OPC_CheckField, 8, 4, 11, 36, 0, // Skip to: 405 |
| /* 369 */ MCD_OPC_CheckField, 0, 7, 16, 30, 0, // Skip to: 405 |
| /* 375 */ MCD_OPC_Decode, 185, 6, 188, 1, // Opcode: VDUP8q |
| /* 380 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 405 |
| /* 384 */ MCD_OPC_CheckPredicate, 15, 17, 0, // Skip to: 405 |
| /* 388 */ MCD_OPC_CheckField, 8, 4, 11, 11, 0, // Skip to: 405 |
| /* 394 */ MCD_OPC_CheckField, 0, 5, 16, 5, 0, // Skip to: 405 |
| /* 400 */ MCD_OPC_Decode, 217, 6, 186, 1, // Opcode: VGETLNu8 |
| /* 405 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableNEONLoadStore32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 17, 1, // Skip to: 280 |
| /* 7 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 145 |
| /* 14 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 17 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 109 |
| /* 22 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 25 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 53 |
| /* 29 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 44 |
| /* 33 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 44 |
| /* 39 */ MCD_OPC_Decode, 135, 17, 189, 1, // Opcode: VST4d8 |
| /* 44 */ MCD_OPC_CheckPredicate, 15, 194, 22, // Skip to: 5874 |
| /* 48 */ MCD_OPC_Decode, 138, 17, 189, 1, // Opcode: VST4d8_UPD |
| /* 53 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 81 |
| /* 57 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 72 |
| /* 61 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 72 |
| /* 67 */ MCD_OPC_Decode, 255, 16, 189, 1, // Opcode: VST4d16 |
| /* 72 */ MCD_OPC_CheckPredicate, 15, 166, 22, // Skip to: 5874 |
| /* 76 */ MCD_OPC_Decode, 130, 17, 189, 1, // Opcode: VST4d16_UPD |
| /* 81 */ MCD_OPC_FilterValue, 2, 157, 22, // Skip to: 5874 |
| /* 85 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 100 |
| /* 89 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 100 |
| /* 95 */ MCD_OPC_Decode, 131, 17, 189, 1, // Opcode: VST4d32 |
| /* 100 */ MCD_OPC_CheckPredicate, 15, 138, 22, // Skip to: 5874 |
| /* 104 */ MCD_OPC_Decode, 134, 17, 189, 1, // Opcode: VST4d32_UPD |
| /* 109 */ MCD_OPC_FilterValue, 233, 3, 128, 22, // Skip to: 5874 |
| /* 114 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 117 */ MCD_OPC_FilterValue, 0, 121, 22, // Skip to: 5874 |
| /* 121 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 136 |
| /* 125 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 136 |
| /* 131 */ MCD_OPC_Decode, 254, 14, 190, 1, // Opcode: VST1LNd8 |
| /* 136 */ MCD_OPC_CheckPredicate, 15, 102, 22, // Skip to: 5874 |
| /* 140 */ MCD_OPC_Decode, 255, 14, 190, 1, // Opcode: VST1LNd8_UPD |
| /* 145 */ MCD_OPC_FilterValue, 2, 93, 22, // Skip to: 5874 |
| /* 149 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 152 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 244 |
| /* 157 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 160 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 188 |
| /* 164 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 179 |
| /* 168 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 179 |
| /* 174 */ MCD_OPC_Decode, 235, 9, 189, 1, // Opcode: VLD4d8 |
| /* 179 */ MCD_OPC_CheckPredicate, 15, 59, 22, // Skip to: 5874 |
| /* 183 */ MCD_OPC_Decode, 238, 9, 189, 1, // Opcode: VLD4d8_UPD |
| /* 188 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 216 |
| /* 192 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 207 |
| /* 196 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 207 |
| /* 202 */ MCD_OPC_Decode, 227, 9, 189, 1, // Opcode: VLD4d16 |
| /* 207 */ MCD_OPC_CheckPredicate, 15, 31, 22, // Skip to: 5874 |
| /* 211 */ MCD_OPC_Decode, 230, 9, 189, 1, // Opcode: VLD4d16_UPD |
| /* 216 */ MCD_OPC_FilterValue, 2, 22, 22, // Skip to: 5874 |
| /* 220 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 235 |
| /* 224 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 235 |
| /* 230 */ MCD_OPC_Decode, 231, 9, 189, 1, // Opcode: VLD4d32 |
| /* 235 */ MCD_OPC_CheckPredicate, 15, 3, 22, // Skip to: 5874 |
| /* 239 */ MCD_OPC_Decode, 234, 9, 189, 1, // Opcode: VLD4d32_UPD |
| /* 244 */ MCD_OPC_FilterValue, 233, 3, 249, 21, // Skip to: 5874 |
| /* 249 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 252 */ MCD_OPC_FilterValue, 0, 242, 21, // Skip to: 5874 |
| /* 256 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 271 |
| /* 260 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 271 |
| /* 266 */ MCD_OPC_Decode, 136, 7, 191, 1, // Opcode: VLD1LNd8 |
| /* 271 */ MCD_OPC_CheckPredicate, 15, 223, 21, // Skip to: 5874 |
| /* 275 */ MCD_OPC_Decode, 137, 7, 191, 1, // Opcode: VLD1LNd8_UPD |
| /* 280 */ MCD_OPC_FilterValue, 1, 3, 1, // Skip to: 543 |
| /* 284 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 287 */ MCD_OPC_FilterValue, 0, 124, 0, // Skip to: 415 |
| /* 291 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 294 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 386 |
| /* 299 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 302 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 330 |
| /* 306 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 321 |
| /* 310 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 321 |
| /* 316 */ MCD_OPC_Decode, 158, 17, 189, 1, // Opcode: VST4q8 |
| /* 321 */ MCD_OPC_CheckPredicate, 15, 173, 21, // Skip to: 5874 |
| /* 325 */ MCD_OPC_Decode, 160, 17, 189, 1, // Opcode: VST4q8_UPD |
| /* 330 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 358 |
| /* 334 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 349 |
| /* 338 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 349 |
| /* 344 */ MCD_OPC_Decode, 148, 17, 189, 1, // Opcode: VST4q16 |
| /* 349 */ MCD_OPC_CheckPredicate, 15, 145, 21, // Skip to: 5874 |
| /* 353 */ MCD_OPC_Decode, 150, 17, 189, 1, // Opcode: VST4q16_UPD |
| /* 358 */ MCD_OPC_FilterValue, 2, 136, 21, // Skip to: 5874 |
| /* 362 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 377 |
| /* 366 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 377 |
| /* 372 */ MCD_OPC_Decode, 153, 17, 189, 1, // Opcode: VST4q32 |
| /* 377 */ MCD_OPC_CheckPredicate, 15, 117, 21, // Skip to: 5874 |
| /* 381 */ MCD_OPC_Decode, 155, 17, 189, 1, // Opcode: VST4q32_UPD |
| /* 386 */ MCD_OPC_FilterValue, 233, 3, 107, 21, // Skip to: 5874 |
| /* 391 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 406 |
| /* 395 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 406 |
| /* 401 */ MCD_OPC_Decode, 205, 15, 192, 1, // Opcode: VST2LNd8 |
| /* 406 */ MCD_OPC_CheckPredicate, 15, 88, 21, // Skip to: 5874 |
| /* 410 */ MCD_OPC_Decode, 208, 15, 192, 1, // Opcode: VST2LNd8_UPD |
| /* 415 */ MCD_OPC_FilterValue, 2, 79, 21, // Skip to: 5874 |
| /* 419 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 422 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 514 |
| /* 427 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 430 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 458 |
| /* 434 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 449 |
| /* 438 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 449 |
| /* 444 */ MCD_OPC_Decode, 130, 10, 189, 1, // Opcode: VLD4q8 |
| /* 449 */ MCD_OPC_CheckPredicate, 15, 45, 21, // Skip to: 5874 |
| /* 453 */ MCD_OPC_Decode, 132, 10, 189, 1, // Opcode: VLD4q8_UPD |
| /* 458 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 486 |
| /* 462 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 477 |
| /* 466 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 477 |
| /* 472 */ MCD_OPC_Decode, 248, 9, 189, 1, // Opcode: VLD4q16 |
| /* 477 */ MCD_OPC_CheckPredicate, 15, 17, 21, // Skip to: 5874 |
| /* 481 */ MCD_OPC_Decode, 250, 9, 189, 1, // Opcode: VLD4q16_UPD |
| /* 486 */ MCD_OPC_FilterValue, 2, 8, 21, // Skip to: 5874 |
| /* 490 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 505 |
| /* 494 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 505 |
| /* 500 */ MCD_OPC_Decode, 253, 9, 189, 1, // Opcode: VLD4q32 |
| /* 505 */ MCD_OPC_CheckPredicate, 15, 245, 20, // Skip to: 5874 |
| /* 509 */ MCD_OPC_Decode, 255, 9, 189, 1, // Opcode: VLD4q32_UPD |
| /* 514 */ MCD_OPC_FilterValue, 233, 3, 235, 20, // Skip to: 5874 |
| /* 519 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 534 |
| /* 523 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 534 |
| /* 529 */ MCD_OPC_Decode, 233, 7, 193, 1, // Opcode: VLD2LNd8 |
| /* 534 */ MCD_OPC_CheckPredicate, 15, 216, 20, // Skip to: 5874 |
| /* 538 */ MCD_OPC_Decode, 236, 7, 193, 1, // Opcode: VLD2LNd8_UPD |
| /* 543 */ MCD_OPC_FilterValue, 2, 185, 1, // Skip to: 988 |
| /* 547 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 550 */ MCD_OPC_FilterValue, 0, 215, 0, // Skip to: 769 |
| /* 554 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 557 */ MCD_OPC_FilterValue, 232, 3, 171, 0, // Skip to: 733 |
| /* 562 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 565 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 607 |
| /* 569 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 572 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 585 |
| /* 576 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 598 |
| /* 580 */ MCD_OPC_Decode, 178, 15, 194, 1, // Opcode: VST1d8Qwb_fixed |
| /* 585 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 598 |
| /* 589 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 598 |
| /* 593 */ MCD_OPC_Decode, 177, 15, 194, 1, // Opcode: VST1d8Q |
| /* 598 */ MCD_OPC_CheckPredicate, 15, 152, 20, // Skip to: 5874 |
| /* 602 */ MCD_OPC_Decode, 179, 15, 194, 1, // Opcode: VST1d8Qwb_register |
| /* 607 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 649 |
| /* 611 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 614 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 627 |
| /* 618 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 640 |
| /* 622 */ MCD_OPC_Decode, 145, 15, 194, 1, // Opcode: VST1d16Qwb_fixed |
| /* 627 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 640 |
| /* 631 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 640 |
| /* 635 */ MCD_OPC_Decode, 144, 15, 194, 1, // Opcode: VST1d16Q |
| /* 640 */ MCD_OPC_CheckPredicate, 15, 110, 20, // Skip to: 5874 |
| /* 644 */ MCD_OPC_Decode, 146, 15, 194, 1, // Opcode: VST1d16Qwb_register |
| /* 649 */ MCD_OPC_FilterValue, 2, 38, 0, // Skip to: 691 |
| /* 653 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 656 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 669 |
| /* 660 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 682 |
| /* 664 */ MCD_OPC_Decode, 154, 15, 194, 1, // Opcode: VST1d32Qwb_fixed |
| /* 669 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 682 |
| /* 673 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 682 |
| /* 677 */ MCD_OPC_Decode, 153, 15, 194, 1, // Opcode: VST1d32Q |
| /* 682 */ MCD_OPC_CheckPredicate, 15, 68, 20, // Skip to: 5874 |
| /* 686 */ MCD_OPC_Decode, 155, 15, 194, 1, // Opcode: VST1d32Qwb_register |
| /* 691 */ MCD_OPC_FilterValue, 3, 59, 20, // Skip to: 5874 |
| /* 695 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 698 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 711 |
| /* 702 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 724 |
| /* 706 */ MCD_OPC_Decode, 166, 15, 194, 1, // Opcode: VST1d64Qwb_fixed |
| /* 711 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 724 |
| /* 715 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 724 |
| /* 719 */ MCD_OPC_Decode, 162, 15, 194, 1, // Opcode: VST1d64Q |
| /* 724 */ MCD_OPC_CheckPredicate, 15, 26, 20, // Skip to: 5874 |
| /* 728 */ MCD_OPC_Decode, 167, 15, 194, 1, // Opcode: VST1d64Qwb_register |
| /* 733 */ MCD_OPC_FilterValue, 233, 3, 16, 20, // Skip to: 5874 |
| /* 738 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 741 */ MCD_OPC_FilterValue, 0, 9, 20, // Skip to: 5874 |
| /* 745 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 760 |
| /* 749 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 760 |
| /* 755 */ MCD_OPC_Decode, 148, 16, 195, 1, // Opcode: VST3LNd8 |
| /* 760 */ MCD_OPC_CheckPredicate, 15, 246, 19, // Skip to: 5874 |
| /* 764 */ MCD_OPC_Decode, 151, 16, 195, 1, // Opcode: VST3LNd8_UPD |
| /* 769 */ MCD_OPC_FilterValue, 2, 237, 19, // Skip to: 5874 |
| /* 773 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 776 */ MCD_OPC_FilterValue, 232, 3, 171, 0, // Skip to: 952 |
| /* 781 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 784 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 826 |
| /* 788 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 791 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 804 |
| /* 795 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 817 |
| /* 799 */ MCD_OPC_Decode, 188, 7, 194, 1, // Opcode: VLD1d8Qwb_fixed |
| /* 804 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 817 |
| /* 808 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 817 |
| /* 812 */ MCD_OPC_Decode, 187, 7, 194, 1, // Opcode: VLD1d8Q |
| /* 817 */ MCD_OPC_CheckPredicate, 15, 189, 19, // Skip to: 5874 |
| /* 821 */ MCD_OPC_Decode, 189, 7, 194, 1, // Opcode: VLD1d8Qwb_register |
| /* 826 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 868 |
| /* 830 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 833 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 846 |
| /* 837 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 859 |
| /* 841 */ MCD_OPC_Decode, 155, 7, 194, 1, // Opcode: VLD1d16Qwb_fixed |
| /* 846 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 859 |
| /* 850 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 859 |
| /* 854 */ MCD_OPC_Decode, 154, 7, 194, 1, // Opcode: VLD1d16Q |
| /* 859 */ MCD_OPC_CheckPredicate, 15, 147, 19, // Skip to: 5874 |
| /* 863 */ MCD_OPC_Decode, 156, 7, 194, 1, // Opcode: VLD1d16Qwb_register |
| /* 868 */ MCD_OPC_FilterValue, 2, 38, 0, // Skip to: 910 |
| /* 872 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 875 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 888 |
| /* 879 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 901 |
| /* 883 */ MCD_OPC_Decode, 164, 7, 194, 1, // Opcode: VLD1d32Qwb_fixed |
| /* 888 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 901 |
| /* 892 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 901 |
| /* 896 */ MCD_OPC_Decode, 163, 7, 194, 1, // Opcode: VLD1d32Q |
| /* 901 */ MCD_OPC_CheckPredicate, 15, 105, 19, // Skip to: 5874 |
| /* 905 */ MCD_OPC_Decode, 165, 7, 194, 1, // Opcode: VLD1d32Qwb_register |
| /* 910 */ MCD_OPC_FilterValue, 3, 96, 19, // Skip to: 5874 |
| /* 914 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 917 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 930 |
| /* 921 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 943 |
| /* 925 */ MCD_OPC_Decode, 176, 7, 194, 1, // Opcode: VLD1d64Qwb_fixed |
| /* 930 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 943 |
| /* 934 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 943 |
| /* 938 */ MCD_OPC_Decode, 172, 7, 194, 1, // Opcode: VLD1d64Q |
| /* 943 */ MCD_OPC_CheckPredicate, 15, 63, 19, // Skip to: 5874 |
| /* 947 */ MCD_OPC_Decode, 177, 7, 194, 1, // Opcode: VLD1d64Qwb_register |
| /* 952 */ MCD_OPC_FilterValue, 233, 3, 53, 19, // Skip to: 5874 |
| /* 957 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 960 */ MCD_OPC_FilterValue, 0, 46, 19, // Skip to: 5874 |
| /* 964 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 979 |
| /* 968 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 979 |
| /* 974 */ MCD_OPC_Decode, 212, 8, 196, 1, // Opcode: VLD3LNd8 |
| /* 979 */ MCD_OPC_CheckPredicate, 15, 27, 19, // Skip to: 5874 |
| /* 983 */ MCD_OPC_Decode, 215, 8, 196, 1, // Opcode: VLD3LNd8_UPD |
| /* 988 */ MCD_OPC_FilterValue, 3, 87, 1, // Skip to: 1335 |
| /* 992 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 995 */ MCD_OPC_FilterValue, 0, 166, 0, // Skip to: 1165 |
| /* 999 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1002 */ MCD_OPC_FilterValue, 232, 3, 129, 0, // Skip to: 1136 |
| /* 1007 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 1010 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 1052 |
| /* 1014 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1017 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1030 |
| /* 1021 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1043 |
| /* 1025 */ MCD_OPC_Decode, 138, 16, 197, 1, // Opcode: VST2q8wb_fixed |
| /* 1030 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1043 |
| /* 1034 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1043 |
| /* 1038 */ MCD_OPC_Decode, 134, 16, 197, 1, // Opcode: VST2q8 |
| /* 1043 */ MCD_OPC_CheckPredicate, 15, 219, 18, // Skip to: 5874 |
| /* 1047 */ MCD_OPC_Decode, 139, 16, 197, 1, // Opcode: VST2q8wb_register |
| /* 1052 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 1094 |
| /* 1056 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1059 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1072 |
| /* 1063 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1085 |
| /* 1067 */ MCD_OPC_Decode, 254, 15, 197, 1, // Opcode: VST2q16wb_fixed |
| /* 1072 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1085 |
| /* 1076 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1085 |
| /* 1080 */ MCD_OPC_Decode, 250, 15, 197, 1, // Opcode: VST2q16 |
| /* 1085 */ MCD_OPC_CheckPredicate, 15, 177, 18, // Skip to: 5874 |
| /* 1089 */ MCD_OPC_Decode, 255, 15, 197, 1, // Opcode: VST2q16wb_register |
| /* 1094 */ MCD_OPC_FilterValue, 2, 168, 18, // Skip to: 5874 |
| /* 1098 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1101 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1114 |
| /* 1105 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1127 |
| /* 1109 */ MCD_OPC_Decode, 132, 16, 197, 1, // Opcode: VST2q32wb_fixed |
| /* 1114 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1127 |
| /* 1118 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1127 |
| /* 1122 */ MCD_OPC_Decode, 128, 16, 197, 1, // Opcode: VST2q32 |
| /* 1127 */ MCD_OPC_CheckPredicate, 15, 135, 18, // Skip to: 5874 |
| /* 1131 */ MCD_OPC_Decode, 133, 16, 197, 1, // Opcode: VST2q32wb_register |
| /* 1136 */ MCD_OPC_FilterValue, 233, 3, 125, 18, // Skip to: 5874 |
| /* 1141 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1156 |
| /* 1145 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1156 |
| /* 1151 */ MCD_OPC_Decode, 228, 16, 198, 1, // Opcode: VST4LNd8 |
| /* 1156 */ MCD_OPC_CheckPredicate, 15, 106, 18, // Skip to: 5874 |
| /* 1160 */ MCD_OPC_Decode, 231, 16, 198, 1, // Opcode: VST4LNd8_UPD |
| /* 1165 */ MCD_OPC_FilterValue, 2, 97, 18, // Skip to: 5874 |
| /* 1169 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1172 */ MCD_OPC_FilterValue, 232, 3, 129, 0, // Skip to: 1306 |
| /* 1177 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 1180 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 1222 |
| /* 1184 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1187 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1200 |
| /* 1191 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1213 |
| /* 1195 */ MCD_OPC_Decode, 166, 8, 197, 1, // Opcode: VLD2q8wb_fixed |
| /* 1200 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1213 |
| /* 1204 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1213 |
| /* 1208 */ MCD_OPC_Decode, 162, 8, 197, 1, // Opcode: VLD2q8 |
| /* 1213 */ MCD_OPC_CheckPredicate, 15, 49, 18, // Skip to: 5874 |
| /* 1217 */ MCD_OPC_Decode, 167, 8, 197, 1, // Opcode: VLD2q8wb_register |
| /* 1222 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 1264 |
| /* 1226 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1229 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1242 |
| /* 1233 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1255 |
| /* 1237 */ MCD_OPC_Decode, 154, 8, 197, 1, // Opcode: VLD2q16wb_fixed |
| /* 1242 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1255 |
| /* 1246 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1255 |
| /* 1250 */ MCD_OPC_Decode, 150, 8, 197, 1, // Opcode: VLD2q16 |
| /* 1255 */ MCD_OPC_CheckPredicate, 15, 7, 18, // Skip to: 5874 |
| /* 1259 */ MCD_OPC_Decode, 155, 8, 197, 1, // Opcode: VLD2q16wb_register |
| /* 1264 */ MCD_OPC_FilterValue, 2, 254, 17, // Skip to: 5874 |
| /* 1268 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1271 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 1284 |
| /* 1275 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 1297 |
| /* 1279 */ MCD_OPC_Decode, 160, 8, 197, 1, // Opcode: VLD2q32wb_fixed |
| /* 1284 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1297 |
| /* 1288 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 1297 |
| /* 1292 */ MCD_OPC_Decode, 156, 8, 197, 1, // Opcode: VLD2q32 |
| /* 1297 */ MCD_OPC_CheckPredicate, 15, 221, 17, // Skip to: 5874 |
| /* 1301 */ MCD_OPC_Decode, 161, 8, 197, 1, // Opcode: VLD2q32wb_register |
| /* 1306 */ MCD_OPC_FilterValue, 233, 3, 211, 17, // Skip to: 5874 |
| /* 1311 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1326 |
| /* 1315 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1326 |
| /* 1321 */ MCD_OPC_Decode, 200, 9, 199, 1, // Opcode: VLD4LNd8 |
| /* 1326 */ MCD_OPC_CheckPredicate, 15, 192, 17, // Skip to: 5874 |
| /* 1330 */ MCD_OPC_Decode, 203, 9, 199, 1, // Opcode: VLD4LNd8_UPD |
| /* 1335 */ MCD_OPC_FilterValue, 4, 16, 1, // Skip to: 1611 |
| /* 1339 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 1342 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 1477 |
| /* 1346 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1349 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 1441 |
| /* 1354 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 1357 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1385 |
| /* 1361 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1376 |
| /* 1365 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1376 |
| /* 1371 */ MCD_OPC_Decode, 183, 16, 200, 1, // Opcode: VST3d8 |
| /* 1376 */ MCD_OPC_CheckPredicate, 15, 142, 17, // Skip to: 5874 |
| /* 1380 */ MCD_OPC_Decode, 186, 16, 200, 1, // Opcode: VST3d8_UPD |
| /* 1385 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 1413 |
| /* 1389 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1404 |
| /* 1393 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1404 |
| /* 1399 */ MCD_OPC_Decode, 175, 16, 200, 1, // Opcode: VST3d16 |
| /* 1404 */ MCD_OPC_CheckPredicate, 15, 114, 17, // Skip to: 5874 |
| /* 1408 */ MCD_OPC_Decode, 178, 16, 200, 1, // Opcode: VST3d16_UPD |
| /* 1413 */ MCD_OPC_FilterValue, 4, 105, 17, // Skip to: 5874 |
| /* 1417 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1432 |
| /* 1421 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1432 |
| /* 1427 */ MCD_OPC_Decode, 179, 16, 200, 1, // Opcode: VST3d32 |
| /* 1432 */ MCD_OPC_CheckPredicate, 15, 86, 17, // Skip to: 5874 |
| /* 1436 */ MCD_OPC_Decode, 182, 16, 200, 1, // Opcode: VST3d32_UPD |
| /* 1441 */ MCD_OPC_FilterValue, 233, 3, 76, 17, // Skip to: 5874 |
| /* 1446 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 1449 */ MCD_OPC_FilterValue, 0, 69, 17, // Skip to: 5874 |
| /* 1453 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1468 |
| /* 1457 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1468 |
| /* 1463 */ MCD_OPC_Decode, 250, 14, 190, 1, // Opcode: VST1LNd16 |
| /* 1468 */ MCD_OPC_CheckPredicate, 15, 50, 17, // Skip to: 5874 |
| /* 1472 */ MCD_OPC_Decode, 251, 14, 190, 1, // Opcode: VST1LNd16_UPD |
| /* 1477 */ MCD_OPC_FilterValue, 2, 41, 17, // Skip to: 5874 |
| /* 1481 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1484 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 1576 |
| /* 1489 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 1492 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1520 |
| /* 1496 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1511 |
| /* 1500 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1511 |
| /* 1506 */ MCD_OPC_Decode, 247, 8, 200, 1, // Opcode: VLD3d8 |
| /* 1511 */ MCD_OPC_CheckPredicate, 15, 7, 17, // Skip to: 5874 |
| /* 1515 */ MCD_OPC_Decode, 250, 8, 200, 1, // Opcode: VLD3d8_UPD |
| /* 1520 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 1548 |
| /* 1524 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1539 |
| /* 1528 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1539 |
| /* 1534 */ MCD_OPC_Decode, 239, 8, 200, 1, // Opcode: VLD3d16 |
| /* 1539 */ MCD_OPC_CheckPredicate, 15, 235, 16, // Skip to: 5874 |
| /* 1543 */ MCD_OPC_Decode, 242, 8, 200, 1, // Opcode: VLD3d16_UPD |
| /* 1548 */ MCD_OPC_FilterValue, 4, 226, 16, // Skip to: 5874 |
| /* 1552 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1567 |
| /* 1556 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1567 |
| /* 1562 */ MCD_OPC_Decode, 243, 8, 200, 1, // Opcode: VLD3d32 |
| /* 1567 */ MCD_OPC_CheckPredicate, 15, 207, 16, // Skip to: 5874 |
| /* 1571 */ MCD_OPC_Decode, 246, 8, 200, 1, // Opcode: VLD3d32_UPD |
| /* 1576 */ MCD_OPC_FilterValue, 233, 3, 197, 16, // Skip to: 5874 |
| /* 1581 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1596 |
| /* 1585 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1596 |
| /* 1591 */ MCD_OPC_Decode, 132, 7, 191, 1, // Opcode: VLD1LNd16 |
| /* 1596 */ MCD_OPC_CheckPredicate, 15, 178, 16, // Skip to: 5874 |
| /* 1600 */ MCD_OPC_CheckField, 5, 1, 0, 172, 16, // Skip to: 5874 |
| /* 1606 */ MCD_OPC_Decode, 133, 7, 191, 1, // Opcode: VLD1LNd16_UPD |
| /* 1611 */ MCD_OPC_FilterValue, 5, 89, 1, // Skip to: 1960 |
| /* 1615 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 1618 */ MCD_OPC_FilterValue, 0, 3, 1, // Skip to: 1881 |
| /* 1622 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 1625 */ MCD_OPC_FilterValue, 0, 124, 0, // Skip to: 1753 |
| /* 1629 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1632 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 1724 |
| /* 1637 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 1640 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1668 |
| /* 1644 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1659 |
| /* 1648 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1659 |
| /* 1654 */ MCD_OPC_Decode, 206, 16, 200, 1, // Opcode: VST3q8 |
| /* 1659 */ MCD_OPC_CheckPredicate, 15, 115, 16, // Skip to: 5874 |
| /* 1663 */ MCD_OPC_Decode, 208, 16, 200, 1, // Opcode: VST3q8_UPD |
| /* 1668 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 1696 |
| /* 1672 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1687 |
| /* 1676 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1687 |
| /* 1682 */ MCD_OPC_Decode, 196, 16, 200, 1, // Opcode: VST3q16 |
| /* 1687 */ MCD_OPC_CheckPredicate, 15, 87, 16, // Skip to: 5874 |
| /* 1691 */ MCD_OPC_Decode, 198, 16, 200, 1, // Opcode: VST3q16_UPD |
| /* 1696 */ MCD_OPC_FilterValue, 2, 78, 16, // Skip to: 5874 |
| /* 1700 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1715 |
| /* 1704 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1715 |
| /* 1710 */ MCD_OPC_Decode, 201, 16, 200, 1, // Opcode: VST3q32 |
| /* 1715 */ MCD_OPC_CheckPredicate, 15, 59, 16, // Skip to: 5874 |
| /* 1719 */ MCD_OPC_Decode, 203, 16, 200, 1, // Opcode: VST3q32_UPD |
| /* 1724 */ MCD_OPC_FilterValue, 233, 3, 49, 16, // Skip to: 5874 |
| /* 1729 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1744 |
| /* 1733 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1744 |
| /* 1739 */ MCD_OPC_Decode, 197, 15, 192, 1, // Opcode: VST2LNd16 |
| /* 1744 */ MCD_OPC_CheckPredicate, 15, 30, 16, // Skip to: 5874 |
| /* 1748 */ MCD_OPC_Decode, 200, 15, 192, 1, // Opcode: VST2LNd16_UPD |
| /* 1753 */ MCD_OPC_FilterValue, 2, 21, 16, // Skip to: 5874 |
| /* 1757 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1760 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 1852 |
| /* 1765 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 1768 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1796 |
| /* 1772 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1787 |
| /* 1776 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1787 |
| /* 1782 */ MCD_OPC_Decode, 142, 9, 200, 1, // Opcode: VLD3q8 |
| /* 1787 */ MCD_OPC_CheckPredicate, 15, 243, 15, // Skip to: 5874 |
| /* 1791 */ MCD_OPC_Decode, 144, 9, 200, 1, // Opcode: VLD3q8_UPD |
| /* 1796 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 1824 |
| /* 1800 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1815 |
| /* 1804 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1815 |
| /* 1810 */ MCD_OPC_Decode, 132, 9, 200, 1, // Opcode: VLD3q16 |
| /* 1815 */ MCD_OPC_CheckPredicate, 15, 215, 15, // Skip to: 5874 |
| /* 1819 */ MCD_OPC_Decode, 134, 9, 200, 1, // Opcode: VLD3q16_UPD |
| /* 1824 */ MCD_OPC_FilterValue, 2, 206, 15, // Skip to: 5874 |
| /* 1828 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1843 |
| /* 1832 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1843 |
| /* 1838 */ MCD_OPC_Decode, 137, 9, 200, 1, // Opcode: VLD3q32 |
| /* 1843 */ MCD_OPC_CheckPredicate, 15, 187, 15, // Skip to: 5874 |
| /* 1847 */ MCD_OPC_Decode, 139, 9, 200, 1, // Opcode: VLD3q32_UPD |
| /* 1852 */ MCD_OPC_FilterValue, 233, 3, 177, 15, // Skip to: 5874 |
| /* 1857 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1872 |
| /* 1861 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1872 |
| /* 1867 */ MCD_OPC_Decode, 225, 7, 193, 1, // Opcode: VLD2LNd16 |
| /* 1872 */ MCD_OPC_CheckPredicate, 15, 158, 15, // Skip to: 5874 |
| /* 1876 */ MCD_OPC_Decode, 228, 7, 193, 1, // Opcode: VLD2LNd16_UPD |
| /* 1881 */ MCD_OPC_FilterValue, 1, 149, 15, // Skip to: 5874 |
| /* 1885 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 1888 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 1924 |
| /* 1892 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1895 */ MCD_OPC_FilterValue, 233, 3, 134, 15, // Skip to: 5874 |
| /* 1900 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1915 |
| /* 1904 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1915 |
| /* 1910 */ MCD_OPC_Decode, 218, 15, 192, 1, // Opcode: VST2LNq16 |
| /* 1915 */ MCD_OPC_CheckPredicate, 15, 115, 15, // Skip to: 5874 |
| /* 1919 */ MCD_OPC_Decode, 221, 15, 192, 1, // Opcode: VST2LNq16_UPD |
| /* 1924 */ MCD_OPC_FilterValue, 2, 106, 15, // Skip to: 5874 |
| /* 1928 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1931 */ MCD_OPC_FilterValue, 233, 3, 98, 15, // Skip to: 5874 |
| /* 1936 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 1951 |
| /* 1940 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1951 |
| /* 1946 */ MCD_OPC_Decode, 246, 7, 193, 1, // Opcode: VLD2LNq16 |
| /* 1951 */ MCD_OPC_CheckPredicate, 15, 79, 15, // Skip to: 5874 |
| /* 1955 */ MCD_OPC_Decode, 249, 7, 193, 1, // Opcode: VLD2LNq16_UPD |
| /* 1960 */ MCD_OPC_FilterValue, 6, 31, 2, // Skip to: 2507 |
| /* 1964 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 1967 */ MCD_OPC_FilterValue, 0, 11, 1, // Skip to: 2238 |
| /* 1971 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 1974 */ MCD_OPC_FilterValue, 232, 3, 195, 0, // Skip to: 2174 |
| /* 1979 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 1982 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 2030 |
| /* 1986 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1989 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2002 |
| /* 1993 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 2021 |
| /* 1997 */ MCD_OPC_Decode, 181, 15, 194, 1, // Opcode: VST1d8Twb_fixed |
| /* 2002 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2021 |
| /* 2006 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2021 |
| /* 2010 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2021 |
| /* 2016 */ MCD_OPC_Decode, 180, 15, 194, 1, // Opcode: VST1d8T |
| /* 2021 */ MCD_OPC_CheckPredicate, 15, 9, 15, // Skip to: 5874 |
| /* 2025 */ MCD_OPC_Decode, 182, 15, 194, 1, // Opcode: VST1d8Twb_register |
| /* 2030 */ MCD_OPC_FilterValue, 1, 44, 0, // Skip to: 2078 |
| /* 2034 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2037 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2050 |
| /* 2041 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 2069 |
| /* 2045 */ MCD_OPC_Decode, 148, 15, 194, 1, // Opcode: VST1d16Twb_fixed |
| /* 2050 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2069 |
| /* 2054 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2069 |
| /* 2058 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2069 |
| /* 2064 */ MCD_OPC_Decode, 147, 15, 194, 1, // Opcode: VST1d16T |
| /* 2069 */ MCD_OPC_CheckPredicate, 15, 217, 14, // Skip to: 5874 |
| /* 2073 */ MCD_OPC_Decode, 149, 15, 194, 1, // Opcode: VST1d16Twb_register |
| /* 2078 */ MCD_OPC_FilterValue, 2, 44, 0, // Skip to: 2126 |
| /* 2082 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2085 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2098 |
| /* 2089 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 2117 |
| /* 2093 */ MCD_OPC_Decode, 157, 15, 194, 1, // Opcode: VST1d32Twb_fixed |
| /* 2098 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2117 |
| /* 2102 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2117 |
| /* 2106 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2117 |
| /* 2112 */ MCD_OPC_Decode, 156, 15, 194, 1, // Opcode: VST1d32T |
| /* 2117 */ MCD_OPC_CheckPredicate, 15, 169, 14, // Skip to: 5874 |
| /* 2121 */ MCD_OPC_Decode, 158, 15, 194, 1, // Opcode: VST1d32Twb_register |
| /* 2126 */ MCD_OPC_FilterValue, 3, 160, 14, // Skip to: 5874 |
| /* 2130 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2133 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2146 |
| /* 2137 */ MCD_OPC_CheckPredicate, 15, 24, 0, // Skip to: 2165 |
| /* 2141 */ MCD_OPC_Decode, 172, 15, 194, 1, // Opcode: VST1d64Twb_fixed |
| /* 2146 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2165 |
| /* 2150 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2165 |
| /* 2154 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2165 |
| /* 2160 */ MCD_OPC_Decode, 168, 15, 194, 1, // Opcode: VST1d64T |
| /* 2165 */ MCD_OPC_CheckPredicate, 15, 121, 14, // Skip to: 5874 |
| /* 2169 */ MCD_OPC_Decode, 173, 15, 194, 1, // Opcode: VST1d64Twb_register |
| /* 2174 */ MCD_OPC_FilterValue, 233, 3, 111, 14, // Skip to: 5874 |
| /* 2179 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 2182 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 2210 |
| /* 2186 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2201 |
| /* 2190 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2201 |
| /* 2196 */ MCD_OPC_Decode, 140, 16, 195, 1, // Opcode: VST3LNd16 |
| /* 2201 */ MCD_OPC_CheckPredicate, 15, 85, 14, // Skip to: 5874 |
| /* 2205 */ MCD_OPC_Decode, 143, 16, 195, 1, // Opcode: VST3LNd16_UPD |
| /* 2210 */ MCD_OPC_FilterValue, 2, 76, 14, // Skip to: 5874 |
| /* 2214 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2229 |
| /* 2218 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2229 |
| /* 2224 */ MCD_OPC_Decode, 161, 16, 195, 1, // Opcode: VST3LNq16 |
| /* 2229 */ MCD_OPC_CheckPredicate, 15, 57, 14, // Skip to: 5874 |
| /* 2233 */ MCD_OPC_Decode, 164, 16, 195, 1, // Opcode: VST3LNq16_UPD |
| /* 2238 */ MCD_OPC_FilterValue, 2, 48, 14, // Skip to: 5874 |
| /* 2242 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 2245 */ MCD_OPC_FilterValue, 0, 215, 0, // Skip to: 2464 |
| /* 2249 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2252 */ MCD_OPC_FilterValue, 232, 3, 171, 0, // Skip to: 2428 |
| /* 2257 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 2260 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 2302 |
| /* 2264 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2267 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2280 |
| /* 2271 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2293 |
| /* 2275 */ MCD_OPC_Decode, 191, 7, 194, 1, // Opcode: VLD1d8Twb_fixed |
| /* 2280 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2293 |
| /* 2284 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2293 |
| /* 2288 */ MCD_OPC_Decode, 190, 7, 194, 1, // Opcode: VLD1d8T |
| /* 2293 */ MCD_OPC_CheckPredicate, 15, 249, 13, // Skip to: 5874 |
| /* 2297 */ MCD_OPC_Decode, 192, 7, 194, 1, // Opcode: VLD1d8Twb_register |
| /* 2302 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 2344 |
| /* 2306 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2309 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2322 |
| /* 2313 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2335 |
| /* 2317 */ MCD_OPC_Decode, 158, 7, 194, 1, // Opcode: VLD1d16Twb_fixed |
| /* 2322 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2335 |
| /* 2326 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2335 |
| /* 2330 */ MCD_OPC_Decode, 157, 7, 194, 1, // Opcode: VLD1d16T |
| /* 2335 */ MCD_OPC_CheckPredicate, 15, 207, 13, // Skip to: 5874 |
| /* 2339 */ MCD_OPC_Decode, 159, 7, 194, 1, // Opcode: VLD1d16Twb_register |
| /* 2344 */ MCD_OPC_FilterValue, 2, 38, 0, // Skip to: 2386 |
| /* 2348 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2351 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2364 |
| /* 2355 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2377 |
| /* 2359 */ MCD_OPC_Decode, 167, 7, 194, 1, // Opcode: VLD1d32Twb_fixed |
| /* 2364 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2377 |
| /* 2368 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2377 |
| /* 2372 */ MCD_OPC_Decode, 166, 7, 194, 1, // Opcode: VLD1d32T |
| /* 2377 */ MCD_OPC_CheckPredicate, 15, 165, 13, // Skip to: 5874 |
| /* 2381 */ MCD_OPC_Decode, 168, 7, 194, 1, // Opcode: VLD1d32Twb_register |
| /* 2386 */ MCD_OPC_FilterValue, 3, 156, 13, // Skip to: 5874 |
| /* 2390 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2393 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2406 |
| /* 2397 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2419 |
| /* 2401 */ MCD_OPC_Decode, 182, 7, 194, 1, // Opcode: VLD1d64Twb_fixed |
| /* 2406 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2419 |
| /* 2410 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2419 |
| /* 2414 */ MCD_OPC_Decode, 178, 7, 194, 1, // Opcode: VLD1d64T |
| /* 2419 */ MCD_OPC_CheckPredicate, 15, 123, 13, // Skip to: 5874 |
| /* 2423 */ MCD_OPC_Decode, 183, 7, 194, 1, // Opcode: VLD1d64Twb_register |
| /* 2428 */ MCD_OPC_FilterValue, 233, 3, 113, 13, // Skip to: 5874 |
| /* 2433 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 2436 */ MCD_OPC_FilterValue, 0, 106, 13, // Skip to: 5874 |
| /* 2440 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2455 |
| /* 2444 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2455 |
| /* 2450 */ MCD_OPC_Decode, 204, 8, 196, 1, // Opcode: VLD3LNd16 |
| /* 2455 */ MCD_OPC_CheckPredicate, 15, 87, 13, // Skip to: 5874 |
| /* 2459 */ MCD_OPC_Decode, 207, 8, 196, 1, // Opcode: VLD3LNd16_UPD |
| /* 2464 */ MCD_OPC_FilterValue, 1, 78, 13, // Skip to: 5874 |
| /* 2468 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 2471 */ MCD_OPC_FilterValue, 0, 71, 13, // Skip to: 5874 |
| /* 2475 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2478 */ MCD_OPC_FilterValue, 233, 3, 63, 13, // Skip to: 5874 |
| /* 2483 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2498 |
| /* 2487 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2498 |
| /* 2493 */ MCD_OPC_Decode, 225, 8, 196, 1, // Opcode: VLD3LNq16 |
| /* 2498 */ MCD_OPC_CheckPredicate, 15, 44, 13, // Skip to: 5874 |
| /* 2502 */ MCD_OPC_Decode, 228, 8, 196, 1, // Opcode: VLD3LNq16_UPD |
| /* 2507 */ MCD_OPC_FilterValue, 7, 1, 2, // Skip to: 3024 |
| /* 2511 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 2514 */ MCD_OPC_FilterValue, 0, 171, 1, // Skip to: 2945 |
| /* 2518 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 2521 */ MCD_OPC_FilterValue, 0, 208, 0, // Skip to: 2733 |
| /* 2525 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2528 */ MCD_OPC_FilterValue, 232, 3, 171, 0, // Skip to: 2704 |
| /* 2533 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 2536 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 2578 |
| /* 2540 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2543 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2556 |
| /* 2547 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2569 |
| /* 2551 */ MCD_OPC_Decode, 183, 15, 194, 1, // Opcode: VST1d8wb_fixed |
| /* 2556 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2569 |
| /* 2560 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2569 |
| /* 2564 */ MCD_OPC_Decode, 176, 15, 194, 1, // Opcode: VST1d8 |
| /* 2569 */ MCD_OPC_CheckPredicate, 15, 229, 12, // Skip to: 5874 |
| /* 2573 */ MCD_OPC_Decode, 184, 15, 194, 1, // Opcode: VST1d8wb_register |
| /* 2578 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 2620 |
| /* 2582 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2585 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2598 |
| /* 2589 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2611 |
| /* 2593 */ MCD_OPC_Decode, 150, 15, 194, 1, // Opcode: VST1d16wb_fixed |
| /* 2598 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2611 |
| /* 2602 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2611 |
| /* 2606 */ MCD_OPC_Decode, 143, 15, 194, 1, // Opcode: VST1d16 |
| /* 2611 */ MCD_OPC_CheckPredicate, 15, 187, 12, // Skip to: 5874 |
| /* 2615 */ MCD_OPC_Decode, 151, 15, 194, 1, // Opcode: VST1d16wb_register |
| /* 2620 */ MCD_OPC_FilterValue, 2, 38, 0, // Skip to: 2662 |
| /* 2624 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2627 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2640 |
| /* 2631 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2653 |
| /* 2635 */ MCD_OPC_Decode, 159, 15, 194, 1, // Opcode: VST1d32wb_fixed |
| /* 2640 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2653 |
| /* 2644 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2653 |
| /* 2648 */ MCD_OPC_Decode, 152, 15, 194, 1, // Opcode: VST1d32 |
| /* 2653 */ MCD_OPC_CheckPredicate, 15, 145, 12, // Skip to: 5874 |
| /* 2657 */ MCD_OPC_Decode, 160, 15, 194, 1, // Opcode: VST1d32wb_register |
| /* 2662 */ MCD_OPC_FilterValue, 3, 136, 12, // Skip to: 5874 |
| /* 2666 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2669 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2682 |
| /* 2673 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2695 |
| /* 2677 */ MCD_OPC_Decode, 174, 15, 194, 1, // Opcode: VST1d64wb_fixed |
| /* 2682 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2695 |
| /* 2686 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2695 |
| /* 2690 */ MCD_OPC_Decode, 161, 15, 194, 1, // Opcode: VST1d64 |
| /* 2695 */ MCD_OPC_CheckPredicate, 15, 103, 12, // Skip to: 5874 |
| /* 2699 */ MCD_OPC_Decode, 175, 15, 194, 1, // Opcode: VST1d64wb_register |
| /* 2704 */ MCD_OPC_FilterValue, 233, 3, 93, 12, // Skip to: 5874 |
| /* 2709 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2724 |
| /* 2713 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2724 |
| /* 2719 */ MCD_OPC_Decode, 220, 16, 198, 1, // Opcode: VST4LNd16 |
| /* 2724 */ MCD_OPC_CheckPredicate, 15, 74, 12, // Skip to: 5874 |
| /* 2728 */ MCD_OPC_Decode, 223, 16, 198, 1, // Opcode: VST4LNd16_UPD |
| /* 2733 */ MCD_OPC_FilterValue, 2, 65, 12, // Skip to: 5874 |
| /* 2737 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2740 */ MCD_OPC_FilterValue, 232, 3, 171, 0, // Skip to: 2916 |
| /* 2745 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 2748 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 2790 |
| /* 2752 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2755 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2768 |
| /* 2759 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2781 |
| /* 2763 */ MCD_OPC_Decode, 193, 7, 194, 1, // Opcode: VLD1d8wb_fixed |
| /* 2768 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2781 |
| /* 2772 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2781 |
| /* 2776 */ MCD_OPC_Decode, 186, 7, 194, 1, // Opcode: VLD1d8 |
| /* 2781 */ MCD_OPC_CheckPredicate, 15, 17, 12, // Skip to: 5874 |
| /* 2785 */ MCD_OPC_Decode, 194, 7, 194, 1, // Opcode: VLD1d8wb_register |
| /* 2790 */ MCD_OPC_FilterValue, 1, 38, 0, // Skip to: 2832 |
| /* 2794 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2797 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2810 |
| /* 2801 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2823 |
| /* 2805 */ MCD_OPC_Decode, 160, 7, 194, 1, // Opcode: VLD1d16wb_fixed |
| /* 2810 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2823 |
| /* 2814 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2823 |
| /* 2818 */ MCD_OPC_Decode, 153, 7, 194, 1, // Opcode: VLD1d16 |
| /* 2823 */ MCD_OPC_CheckPredicate, 15, 231, 11, // Skip to: 5874 |
| /* 2827 */ MCD_OPC_Decode, 161, 7, 194, 1, // Opcode: VLD1d16wb_register |
| /* 2832 */ MCD_OPC_FilterValue, 2, 38, 0, // Skip to: 2874 |
| /* 2836 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2839 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2852 |
| /* 2843 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2865 |
| /* 2847 */ MCD_OPC_Decode, 169, 7, 194, 1, // Opcode: VLD1d32wb_fixed |
| /* 2852 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2865 |
| /* 2856 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2865 |
| /* 2860 */ MCD_OPC_Decode, 162, 7, 194, 1, // Opcode: VLD1d32 |
| /* 2865 */ MCD_OPC_CheckPredicate, 15, 189, 11, // Skip to: 5874 |
| /* 2869 */ MCD_OPC_Decode, 170, 7, 194, 1, // Opcode: VLD1d32wb_register |
| /* 2874 */ MCD_OPC_FilterValue, 3, 180, 11, // Skip to: 5874 |
| /* 2878 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 2881 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 2894 |
| /* 2885 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 2907 |
| /* 2889 */ MCD_OPC_Decode, 184, 7, 194, 1, // Opcode: VLD1d64wb_fixed |
| /* 2894 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2907 |
| /* 2898 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 2907 |
| /* 2902 */ MCD_OPC_Decode, 171, 7, 194, 1, // Opcode: VLD1d64 |
| /* 2907 */ MCD_OPC_CheckPredicate, 15, 147, 11, // Skip to: 5874 |
| /* 2911 */ MCD_OPC_Decode, 185, 7, 194, 1, // Opcode: VLD1d64wb_register |
| /* 2916 */ MCD_OPC_FilterValue, 233, 3, 137, 11, // Skip to: 5874 |
| /* 2921 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2936 |
| /* 2925 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2936 |
| /* 2931 */ MCD_OPC_Decode, 192, 9, 199, 1, // Opcode: VLD4LNd16 |
| /* 2936 */ MCD_OPC_CheckPredicate, 15, 118, 11, // Skip to: 5874 |
| /* 2940 */ MCD_OPC_Decode, 195, 9, 199, 1, // Opcode: VLD4LNd16_UPD |
| /* 2945 */ MCD_OPC_FilterValue, 1, 109, 11, // Skip to: 5874 |
| /* 2949 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 2952 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 2988 |
| /* 2956 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2959 */ MCD_OPC_FilterValue, 233, 3, 94, 11, // Skip to: 5874 |
| /* 2964 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 2979 |
| /* 2968 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2979 |
| /* 2974 */ MCD_OPC_Decode, 241, 16, 198, 1, // Opcode: VST4LNq16 |
| /* 2979 */ MCD_OPC_CheckPredicate, 15, 75, 11, // Skip to: 5874 |
| /* 2983 */ MCD_OPC_Decode, 244, 16, 198, 1, // Opcode: VST4LNq16_UPD |
| /* 2988 */ MCD_OPC_FilterValue, 2, 66, 11, // Skip to: 5874 |
| /* 2992 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 2995 */ MCD_OPC_FilterValue, 233, 3, 58, 11, // Skip to: 5874 |
| /* 3000 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3015 |
| /* 3004 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3015 |
| /* 3010 */ MCD_OPC_Decode, 213, 9, 199, 1, // Opcode: VLD4LNq16 |
| /* 3015 */ MCD_OPC_CheckPredicate, 15, 39, 11, // Skip to: 5874 |
| /* 3019 */ MCD_OPC_Decode, 216, 9, 199, 1, // Opcode: VLD4LNq16_UPD |
| /* 3024 */ MCD_OPC_FilterValue, 8, 131, 1, // Skip to: 3415 |
| /* 3028 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3031 */ MCD_OPC_FilterValue, 0, 3, 1, // Skip to: 3294 |
| /* 3035 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3038 */ MCD_OPC_FilterValue, 0, 124, 0, // Skip to: 3166 |
| /* 3042 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3045 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 3137 |
| /* 3050 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3053 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 3095 |
| /* 3057 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3060 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3073 |
| /* 3064 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3086 |
| /* 3068 */ MCD_OPC_Decode, 248, 15, 197, 1, // Opcode: VST2d8wb_fixed |
| /* 3073 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3086 |
| /* 3077 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3086 |
| /* 3081 */ MCD_OPC_Decode, 247, 15, 197, 1, // Opcode: VST2d8 |
| /* 3086 */ MCD_OPC_CheckPredicate, 15, 224, 10, // Skip to: 5874 |
| /* 3090 */ MCD_OPC_Decode, 249, 15, 197, 1, // Opcode: VST2d8wb_register |
| /* 3095 */ MCD_OPC_FilterValue, 1, 215, 10, // Skip to: 5874 |
| /* 3099 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3102 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3115 |
| /* 3106 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3128 |
| /* 3110 */ MCD_OPC_Decode, 245, 15, 197, 1, // Opcode: VST2d32wb_fixed |
| /* 3115 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3128 |
| /* 3119 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3128 |
| /* 3123 */ MCD_OPC_Decode, 244, 15, 197, 1, // Opcode: VST2d32 |
| /* 3128 */ MCD_OPC_CheckPredicate, 15, 182, 10, // Skip to: 5874 |
| /* 3132 */ MCD_OPC_Decode, 246, 15, 197, 1, // Opcode: VST2d32wb_register |
| /* 3137 */ MCD_OPC_FilterValue, 233, 3, 172, 10, // Skip to: 5874 |
| /* 3142 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3157 |
| /* 3146 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3157 |
| /* 3152 */ MCD_OPC_Decode, 252, 14, 190, 1, // Opcode: VST1LNd32 |
| /* 3157 */ MCD_OPC_CheckPredicate, 15, 153, 10, // Skip to: 5874 |
| /* 3161 */ MCD_OPC_Decode, 253, 14, 190, 1, // Opcode: VST1LNd32_UPD |
| /* 3166 */ MCD_OPC_FilterValue, 2, 144, 10, // Skip to: 5874 |
| /* 3170 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3173 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 3265 |
| /* 3178 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3181 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 3223 |
| /* 3185 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3188 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3201 |
| /* 3192 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3214 |
| /* 3196 */ MCD_OPC_Decode, 148, 8, 197, 1, // Opcode: VLD2d8wb_fixed |
| /* 3201 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3214 |
| /* 3205 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3214 |
| /* 3209 */ MCD_OPC_Decode, 147, 8, 197, 1, // Opcode: VLD2d8 |
| /* 3214 */ MCD_OPC_CheckPredicate, 15, 96, 10, // Skip to: 5874 |
| /* 3218 */ MCD_OPC_Decode, 149, 8, 197, 1, // Opcode: VLD2d8wb_register |
| /* 3223 */ MCD_OPC_FilterValue, 1, 87, 10, // Skip to: 5874 |
| /* 3227 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3230 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3243 |
| /* 3234 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3256 |
| /* 3238 */ MCD_OPC_Decode, 145, 8, 197, 1, // Opcode: VLD2d32wb_fixed |
| /* 3243 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3256 |
| /* 3247 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3256 |
| /* 3251 */ MCD_OPC_Decode, 144, 8, 197, 1, // Opcode: VLD2d32 |
| /* 3256 */ MCD_OPC_CheckPredicate, 15, 54, 10, // Skip to: 5874 |
| /* 3260 */ MCD_OPC_Decode, 146, 8, 197, 1, // Opcode: VLD2d32wb_register |
| /* 3265 */ MCD_OPC_FilterValue, 233, 3, 44, 10, // Skip to: 5874 |
| /* 3270 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3285 |
| /* 3274 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3285 |
| /* 3280 */ MCD_OPC_Decode, 134, 7, 191, 1, // Opcode: VLD1LNd32 |
| /* 3285 */ MCD_OPC_CheckPredicate, 15, 25, 10, // Skip to: 5874 |
| /* 3289 */ MCD_OPC_Decode, 135, 7, 191, 1, // Opcode: VLD1LNd32_UPD |
| /* 3294 */ MCD_OPC_FilterValue, 1, 16, 10, // Skip to: 5874 |
| /* 3298 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3301 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 3358 |
| /* 3305 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3308 */ MCD_OPC_FilterValue, 0, 2, 10, // Skip to: 5874 |
| /* 3312 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3315 */ MCD_OPC_FilterValue, 232, 3, 250, 9, // Skip to: 5874 |
| /* 3320 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3323 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3336 |
| /* 3327 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3349 |
| /* 3331 */ MCD_OPC_Decode, 242, 15, 197, 1, // Opcode: VST2d16wb_fixed |
| /* 3336 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3349 |
| /* 3340 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3349 |
| /* 3344 */ MCD_OPC_Decode, 241, 15, 197, 1, // Opcode: VST2d16 |
| /* 3349 */ MCD_OPC_CheckPredicate, 15, 217, 9, // Skip to: 5874 |
| /* 3353 */ MCD_OPC_Decode, 243, 15, 197, 1, // Opcode: VST2d16wb_register |
| /* 3358 */ MCD_OPC_FilterValue, 2, 208, 9, // Skip to: 5874 |
| /* 3362 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3365 */ MCD_OPC_FilterValue, 0, 201, 9, // Skip to: 5874 |
| /* 3369 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3372 */ MCD_OPC_FilterValue, 232, 3, 193, 9, // Skip to: 5874 |
| /* 3377 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3380 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3393 |
| /* 3384 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3406 |
| /* 3388 */ MCD_OPC_Decode, 142, 8, 197, 1, // Opcode: VLD2d16wb_fixed |
| /* 3393 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3406 |
| /* 3397 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3406 |
| /* 3401 */ MCD_OPC_Decode, 141, 8, 197, 1, // Opcode: VLD2d16 |
| /* 3406 */ MCD_OPC_CheckPredicate, 15, 160, 9, // Skip to: 5874 |
| /* 3410 */ MCD_OPC_Decode, 143, 8, 197, 1, // Opcode: VLD2d16wb_register |
| /* 3415 */ MCD_OPC_FilterValue, 9, 217, 1, // Skip to: 3892 |
| /* 3419 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3422 */ MCD_OPC_FilterValue, 0, 17, 1, // Skip to: 3699 |
| /* 3426 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3429 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 3564 |
| /* 3433 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3436 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 3528 |
| /* 3441 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3444 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 3486 |
| /* 3448 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3451 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3464 |
| /* 3455 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3477 |
| /* 3459 */ MCD_OPC_Decode, 239, 15, 197, 1, // Opcode: VST2b8wb_fixed |
| /* 3464 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3477 |
| /* 3468 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3477 |
| /* 3472 */ MCD_OPC_Decode, 238, 15, 197, 1, // Opcode: VST2b8 |
| /* 3477 */ MCD_OPC_CheckPredicate, 15, 89, 9, // Skip to: 5874 |
| /* 3481 */ MCD_OPC_Decode, 240, 15, 197, 1, // Opcode: VST2b8wb_register |
| /* 3486 */ MCD_OPC_FilterValue, 1, 80, 9, // Skip to: 5874 |
| /* 3490 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3493 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3506 |
| /* 3497 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3519 |
| /* 3501 */ MCD_OPC_Decode, 236, 15, 197, 1, // Opcode: VST2b32wb_fixed |
| /* 3506 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3519 |
| /* 3510 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3519 |
| /* 3514 */ MCD_OPC_Decode, 235, 15, 197, 1, // Opcode: VST2b32 |
| /* 3519 */ MCD_OPC_CheckPredicate, 15, 47, 9, // Skip to: 5874 |
| /* 3523 */ MCD_OPC_Decode, 237, 15, 197, 1, // Opcode: VST2b32wb_register |
| /* 3528 */ MCD_OPC_FilterValue, 233, 3, 37, 9, // Skip to: 5874 |
| /* 3533 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 3536 */ MCD_OPC_FilterValue, 0, 30, 9, // Skip to: 5874 |
| /* 3540 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3555 |
| /* 3544 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3555 |
| /* 3550 */ MCD_OPC_Decode, 201, 15, 192, 1, // Opcode: VST2LNd32 |
| /* 3555 */ MCD_OPC_CheckPredicate, 15, 11, 9, // Skip to: 5874 |
| /* 3559 */ MCD_OPC_Decode, 204, 15, 192, 1, // Opcode: VST2LNd32_UPD |
| /* 3564 */ MCD_OPC_FilterValue, 2, 2, 9, // Skip to: 5874 |
| /* 3568 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3571 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 3663 |
| /* 3576 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3579 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 3621 |
| /* 3583 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3586 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3599 |
| /* 3590 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3612 |
| /* 3594 */ MCD_OPC_Decode, 139, 8, 197, 1, // Opcode: VLD2b8wb_fixed |
| /* 3599 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3612 |
| /* 3603 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3612 |
| /* 3607 */ MCD_OPC_Decode, 138, 8, 197, 1, // Opcode: VLD2b8 |
| /* 3612 */ MCD_OPC_CheckPredicate, 15, 210, 8, // Skip to: 5874 |
| /* 3616 */ MCD_OPC_Decode, 140, 8, 197, 1, // Opcode: VLD2b8wb_register |
| /* 3621 */ MCD_OPC_FilterValue, 1, 201, 8, // Skip to: 5874 |
| /* 3625 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3628 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3641 |
| /* 3632 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3654 |
| /* 3636 */ MCD_OPC_Decode, 136, 8, 197, 1, // Opcode: VLD2b32wb_fixed |
| /* 3641 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3654 |
| /* 3645 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3654 |
| /* 3649 */ MCD_OPC_Decode, 135, 8, 197, 1, // Opcode: VLD2b32 |
| /* 3654 */ MCD_OPC_CheckPredicate, 15, 168, 8, // Skip to: 5874 |
| /* 3658 */ MCD_OPC_Decode, 137, 8, 197, 1, // Opcode: VLD2b32wb_register |
| /* 3663 */ MCD_OPC_FilterValue, 233, 3, 158, 8, // Skip to: 5874 |
| /* 3668 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 3671 */ MCD_OPC_FilterValue, 0, 151, 8, // Skip to: 5874 |
| /* 3675 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3690 |
| /* 3679 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3690 |
| /* 3685 */ MCD_OPC_Decode, 229, 7, 193, 1, // Opcode: VLD2LNd32 |
| /* 3690 */ MCD_OPC_CheckPredicate, 15, 132, 8, // Skip to: 5874 |
| /* 3694 */ MCD_OPC_Decode, 232, 7, 193, 1, // Opcode: VLD2LNd32_UPD |
| /* 3699 */ MCD_OPC_FilterValue, 1, 123, 8, // Skip to: 5874 |
| /* 3703 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3706 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3799 |
| /* 3710 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3713 */ MCD_OPC_FilterValue, 232, 3, 45, 0, // Skip to: 3763 |
| /* 3718 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3721 */ MCD_OPC_FilterValue, 0, 101, 8, // Skip to: 5874 |
| /* 3725 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3728 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3741 |
| /* 3732 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3754 |
| /* 3736 */ MCD_OPC_Decode, 233, 15, 197, 1, // Opcode: VST2b16wb_fixed |
| /* 3741 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3754 |
| /* 3745 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3754 |
| /* 3749 */ MCD_OPC_Decode, 232, 15, 197, 1, // Opcode: VST2b16 |
| /* 3754 */ MCD_OPC_CheckPredicate, 15, 68, 8, // Skip to: 5874 |
| /* 3758 */ MCD_OPC_Decode, 234, 15, 197, 1, // Opcode: VST2b16wb_register |
| /* 3763 */ MCD_OPC_FilterValue, 233, 3, 58, 8, // Skip to: 5874 |
| /* 3768 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 3771 */ MCD_OPC_FilterValue, 0, 51, 8, // Skip to: 5874 |
| /* 3775 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3790 |
| /* 3779 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3790 |
| /* 3785 */ MCD_OPC_Decode, 222, 15, 192, 1, // Opcode: VST2LNq32 |
| /* 3790 */ MCD_OPC_CheckPredicate, 15, 32, 8, // Skip to: 5874 |
| /* 3794 */ MCD_OPC_Decode, 225, 15, 192, 1, // Opcode: VST2LNq32_UPD |
| /* 3799 */ MCD_OPC_FilterValue, 2, 23, 8, // Skip to: 5874 |
| /* 3803 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3806 */ MCD_OPC_FilterValue, 232, 3, 45, 0, // Skip to: 3856 |
| /* 3811 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3814 */ MCD_OPC_FilterValue, 0, 8, 8, // Skip to: 5874 |
| /* 3818 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3821 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3834 |
| /* 3825 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3847 |
| /* 3829 */ MCD_OPC_Decode, 133, 8, 197, 1, // Opcode: VLD2b16wb_fixed |
| /* 3834 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3847 |
| /* 3838 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3847 |
| /* 3842 */ MCD_OPC_Decode, 132, 8, 197, 1, // Opcode: VLD2b16 |
| /* 3847 */ MCD_OPC_CheckPredicate, 15, 231, 7, // Skip to: 5874 |
| /* 3851 */ MCD_OPC_Decode, 134, 8, 197, 1, // Opcode: VLD2b16wb_register |
| /* 3856 */ MCD_OPC_FilterValue, 233, 3, 221, 7, // Skip to: 5874 |
| /* 3861 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 3864 */ MCD_OPC_FilterValue, 0, 214, 7, // Skip to: 5874 |
| /* 3868 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 3883 |
| /* 3872 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3883 |
| /* 3878 */ MCD_OPC_Decode, 250, 7, 193, 1, // Opcode: VLD2LNq32 |
| /* 3883 */ MCD_OPC_CheckPredicate, 15, 195, 7, // Skip to: 5874 |
| /* 3887 */ MCD_OPC_Decode, 253, 7, 193, 1, // Opcode: VLD2LNq32_UPD |
| /* 3892 */ MCD_OPC_FilterValue, 10, 45, 2, // Skip to: 4453 |
| /* 3896 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 3899 */ MCD_OPC_FilterValue, 0, 17, 1, // Skip to: 4176 |
| /* 3903 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3906 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 4041 |
| /* 3910 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 3913 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 4005 |
| /* 3918 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 3921 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 3963 |
| /* 3925 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3928 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3941 |
| /* 3932 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3954 |
| /* 3936 */ MCD_OPC_Decode, 195, 15, 194, 1, // Opcode: VST1q8wb_fixed |
| /* 3941 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3954 |
| /* 3945 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3954 |
| /* 3949 */ MCD_OPC_Decode, 194, 15, 194, 1, // Opcode: VST1q8 |
| /* 3954 */ MCD_OPC_CheckPredicate, 15, 124, 7, // Skip to: 5874 |
| /* 3958 */ MCD_OPC_Decode, 196, 15, 194, 1, // Opcode: VST1q8wb_register |
| /* 3963 */ MCD_OPC_FilterValue, 1, 115, 7, // Skip to: 5874 |
| /* 3967 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 3970 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 3983 |
| /* 3974 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 3996 |
| /* 3978 */ MCD_OPC_Decode, 189, 15, 194, 1, // Opcode: VST1q32wb_fixed |
| /* 3983 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3996 |
| /* 3987 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 3996 |
| /* 3991 */ MCD_OPC_Decode, 188, 15, 194, 1, // Opcode: VST1q32 |
| /* 3996 */ MCD_OPC_CheckPredicate, 15, 82, 7, // Skip to: 5874 |
| /* 4000 */ MCD_OPC_Decode, 190, 15, 194, 1, // Opcode: VST1q32wb_register |
| /* 4005 */ MCD_OPC_FilterValue, 233, 3, 72, 7, // Skip to: 5874 |
| /* 4010 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 4013 */ MCD_OPC_FilterValue, 0, 65, 7, // Skip to: 5874 |
| /* 4017 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4032 |
| /* 4021 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4032 |
| /* 4027 */ MCD_OPC_Decode, 144, 16, 195, 1, // Opcode: VST3LNd32 |
| /* 4032 */ MCD_OPC_CheckPredicate, 15, 46, 7, // Skip to: 5874 |
| /* 4036 */ MCD_OPC_Decode, 147, 16, 195, 1, // Opcode: VST3LNd32_UPD |
| /* 4041 */ MCD_OPC_FilterValue, 2, 37, 7, // Skip to: 5874 |
| /* 4045 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4048 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 4140 |
| /* 4053 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4056 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 4098 |
| /* 4060 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4063 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4076 |
| /* 4067 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4089 |
| /* 4071 */ MCD_OPC_Decode, 205, 7, 194, 1, // Opcode: VLD1q8wb_fixed |
| /* 4076 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4089 |
| /* 4080 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4089 |
| /* 4084 */ MCD_OPC_Decode, 204, 7, 194, 1, // Opcode: VLD1q8 |
| /* 4089 */ MCD_OPC_CheckPredicate, 15, 245, 6, // Skip to: 5874 |
| /* 4093 */ MCD_OPC_Decode, 206, 7, 194, 1, // Opcode: VLD1q8wb_register |
| /* 4098 */ MCD_OPC_FilterValue, 1, 236, 6, // Skip to: 5874 |
| /* 4102 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4105 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4118 |
| /* 4109 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4131 |
| /* 4113 */ MCD_OPC_Decode, 199, 7, 194, 1, // Opcode: VLD1q32wb_fixed |
| /* 4118 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4131 |
| /* 4122 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4131 |
| /* 4126 */ MCD_OPC_Decode, 198, 7, 194, 1, // Opcode: VLD1q32 |
| /* 4131 */ MCD_OPC_CheckPredicate, 15, 203, 6, // Skip to: 5874 |
| /* 4135 */ MCD_OPC_Decode, 200, 7, 194, 1, // Opcode: VLD1q32wb_register |
| /* 4140 */ MCD_OPC_FilterValue, 233, 3, 193, 6, // Skip to: 5874 |
| /* 4145 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 4148 */ MCD_OPC_FilterValue, 0, 186, 6, // Skip to: 5874 |
| /* 4152 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4167 |
| /* 4156 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4167 |
| /* 4162 */ MCD_OPC_Decode, 208, 8, 196, 1, // Opcode: VLD3LNd32 |
| /* 4167 */ MCD_OPC_CheckPredicate, 15, 167, 6, // Skip to: 5874 |
| /* 4171 */ MCD_OPC_Decode, 211, 8, 196, 1, // Opcode: VLD3LNd32_UPD |
| /* 4176 */ MCD_OPC_FilterValue, 1, 158, 6, // Skip to: 5874 |
| /* 4180 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4183 */ MCD_OPC_FilterValue, 0, 131, 0, // Skip to: 4318 |
| /* 4187 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4190 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 4282 |
| /* 4195 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4198 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 4240 |
| /* 4202 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4205 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4218 |
| /* 4209 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4231 |
| /* 4213 */ MCD_OPC_Decode, 186, 15, 194, 1, // Opcode: VST1q16wb_fixed |
| /* 4218 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4231 |
| /* 4222 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4231 |
| /* 4226 */ MCD_OPC_Decode, 185, 15, 194, 1, // Opcode: VST1q16 |
| /* 4231 */ MCD_OPC_CheckPredicate, 15, 103, 6, // Skip to: 5874 |
| /* 4235 */ MCD_OPC_Decode, 187, 15, 194, 1, // Opcode: VST1q16wb_register |
| /* 4240 */ MCD_OPC_FilterValue, 1, 94, 6, // Skip to: 5874 |
| /* 4244 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4247 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4260 |
| /* 4251 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4273 |
| /* 4255 */ MCD_OPC_Decode, 192, 15, 194, 1, // Opcode: VST1q64wb_fixed |
| /* 4260 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4273 |
| /* 4264 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4273 |
| /* 4268 */ MCD_OPC_Decode, 191, 15, 194, 1, // Opcode: VST1q64 |
| /* 4273 */ MCD_OPC_CheckPredicate, 15, 61, 6, // Skip to: 5874 |
| /* 4277 */ MCD_OPC_Decode, 193, 15, 194, 1, // Opcode: VST1q64wb_register |
| /* 4282 */ MCD_OPC_FilterValue, 233, 3, 51, 6, // Skip to: 5874 |
| /* 4287 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 4290 */ MCD_OPC_FilterValue, 0, 44, 6, // Skip to: 5874 |
| /* 4294 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4309 |
| /* 4298 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4309 |
| /* 4304 */ MCD_OPC_Decode, 165, 16, 195, 1, // Opcode: VST3LNq32 |
| /* 4309 */ MCD_OPC_CheckPredicate, 15, 25, 6, // Skip to: 5874 |
| /* 4313 */ MCD_OPC_Decode, 168, 16, 195, 1, // Opcode: VST3LNq32_UPD |
| /* 4318 */ MCD_OPC_FilterValue, 2, 16, 6, // Skip to: 5874 |
| /* 4322 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4325 */ MCD_OPC_FilterValue, 232, 3, 87, 0, // Skip to: 4417 |
| /* 4330 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4333 */ MCD_OPC_FilterValue, 0, 38, 0, // Skip to: 4375 |
| /* 4337 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4340 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4353 |
| /* 4344 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4366 |
| /* 4348 */ MCD_OPC_Decode, 196, 7, 194, 1, // Opcode: VLD1q16wb_fixed |
| /* 4353 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4366 |
| /* 4357 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4366 |
| /* 4361 */ MCD_OPC_Decode, 195, 7, 194, 1, // Opcode: VLD1q16 |
| /* 4366 */ MCD_OPC_CheckPredicate, 15, 224, 5, // Skip to: 5874 |
| /* 4370 */ MCD_OPC_Decode, 197, 7, 194, 1, // Opcode: VLD1q16wb_register |
| /* 4375 */ MCD_OPC_FilterValue, 1, 215, 5, // Skip to: 5874 |
| /* 4379 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4382 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4395 |
| /* 4386 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4408 |
| /* 4390 */ MCD_OPC_Decode, 202, 7, 194, 1, // Opcode: VLD1q64wb_fixed |
| /* 4395 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4408 |
| /* 4399 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4408 |
| /* 4403 */ MCD_OPC_Decode, 201, 7, 194, 1, // Opcode: VLD1q64 |
| /* 4408 */ MCD_OPC_CheckPredicate, 15, 182, 5, // Skip to: 5874 |
| /* 4412 */ MCD_OPC_Decode, 203, 7, 194, 1, // Opcode: VLD1q64wb_register |
| /* 4417 */ MCD_OPC_FilterValue, 233, 3, 172, 5, // Skip to: 5874 |
| /* 4422 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 4425 */ MCD_OPC_FilterValue, 0, 165, 5, // Skip to: 5874 |
| /* 4429 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4444 |
| /* 4433 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4444 |
| /* 4439 */ MCD_OPC_Decode, 229, 8, 196, 1, // Opcode: VLD3LNq32 |
| /* 4444 */ MCD_OPC_CheckPredicate, 15, 146, 5, // Skip to: 5874 |
| /* 4448 */ MCD_OPC_Decode, 232, 8, 196, 1, // Opcode: VLD3LNq32_UPD |
| /* 4453 */ MCD_OPC_FilterValue, 11, 161, 0, // Skip to: 4618 |
| /* 4457 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 4460 */ MCD_OPC_FilterValue, 0, 75, 0, // Skip to: 4539 |
| /* 4464 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4467 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 4503 |
| /* 4471 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4474 */ MCD_OPC_FilterValue, 233, 3, 115, 5, // Skip to: 5874 |
| /* 4479 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4494 |
| /* 4483 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4494 |
| /* 4489 */ MCD_OPC_Decode, 224, 16, 198, 1, // Opcode: VST4LNd32 |
| /* 4494 */ MCD_OPC_CheckPredicate, 15, 96, 5, // Skip to: 5874 |
| /* 4498 */ MCD_OPC_Decode, 227, 16, 198, 1, // Opcode: VST4LNd32_UPD |
| /* 4503 */ MCD_OPC_FilterValue, 2, 87, 5, // Skip to: 5874 |
| /* 4507 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4510 */ MCD_OPC_FilterValue, 233, 3, 79, 5, // Skip to: 5874 |
| /* 4515 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4530 |
| /* 4519 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4530 |
| /* 4525 */ MCD_OPC_Decode, 196, 9, 199, 1, // Opcode: VLD4LNd32 |
| /* 4530 */ MCD_OPC_CheckPredicate, 15, 60, 5, // Skip to: 5874 |
| /* 4534 */ MCD_OPC_Decode, 199, 9, 199, 1, // Opcode: VLD4LNd32_UPD |
| /* 4539 */ MCD_OPC_FilterValue, 1, 51, 5, // Skip to: 5874 |
| /* 4543 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4546 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 4582 |
| /* 4550 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4553 */ MCD_OPC_FilterValue, 233, 3, 36, 5, // Skip to: 5874 |
| /* 4558 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4573 |
| /* 4562 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4573 |
| /* 4568 */ MCD_OPC_Decode, 245, 16, 198, 1, // Opcode: VST4LNq32 |
| /* 4573 */ MCD_OPC_CheckPredicate, 15, 17, 5, // Skip to: 5874 |
| /* 4577 */ MCD_OPC_Decode, 248, 16, 198, 1, // Opcode: VST4LNq32_UPD |
| /* 4582 */ MCD_OPC_FilterValue, 2, 8, 5, // Skip to: 5874 |
| /* 4586 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4589 */ MCD_OPC_FilterValue, 233, 3, 0, 5, // Skip to: 5874 |
| /* 4594 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 4609 |
| /* 4598 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4609 |
| /* 4604 */ MCD_OPC_Decode, 217, 9, 199, 1, // Opcode: VLD4LNq32 |
| /* 4609 */ MCD_OPC_CheckPredicate, 15, 237, 4, // Skip to: 5874 |
| /* 4613 */ MCD_OPC_Decode, 220, 9, 199, 1, // Opcode: VLD4LNq32_UPD |
| /* 4618 */ MCD_OPC_FilterValue, 12, 89, 1, // Skip to: 4967 |
| /* 4622 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 4625 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 4682 |
| /* 4629 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4632 */ MCD_OPC_FilterValue, 2, 214, 4, // Skip to: 5874 |
| /* 4636 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4639 */ MCD_OPC_FilterValue, 233, 3, 206, 4, // Skip to: 5874 |
| /* 4644 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4647 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4660 |
| /* 4651 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4673 |
| /* 4655 */ MCD_OPC_Decode, 249, 6, 201, 1, // Opcode: VLD1DUPd8wb_fixed |
| /* 4660 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4673 |
| /* 4664 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4673 |
| /* 4668 */ MCD_OPC_Decode, 248, 6, 201, 1, // Opcode: VLD1DUPd8 |
| /* 4673 */ MCD_OPC_CheckPredicate, 15, 173, 4, // Skip to: 5874 |
| /* 4677 */ MCD_OPC_Decode, 250, 6, 201, 1, // Opcode: VLD1DUPd8wb_register |
| /* 4682 */ MCD_OPC_FilterValue, 1, 53, 0, // Skip to: 4739 |
| /* 4686 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4689 */ MCD_OPC_FilterValue, 2, 157, 4, // Skip to: 5874 |
| /* 4693 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4696 */ MCD_OPC_FilterValue, 233, 3, 149, 4, // Skip to: 5874 |
| /* 4701 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4704 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4717 |
| /* 4708 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4730 |
| /* 4712 */ MCD_OPC_Decode, 130, 7, 201, 1, // Opcode: VLD1DUPq8wb_fixed |
| /* 4717 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4730 |
| /* 4721 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4730 |
| /* 4725 */ MCD_OPC_Decode, 129, 7, 201, 1, // Opcode: VLD1DUPq8 |
| /* 4730 */ MCD_OPC_CheckPredicate, 15, 116, 4, // Skip to: 5874 |
| /* 4734 */ MCD_OPC_Decode, 131, 7, 201, 1, // Opcode: VLD1DUPq8wb_register |
| /* 4739 */ MCD_OPC_FilterValue, 2, 53, 0, // Skip to: 4796 |
| /* 4743 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4746 */ MCD_OPC_FilterValue, 2, 100, 4, // Skip to: 5874 |
| /* 4750 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4753 */ MCD_OPC_FilterValue, 233, 3, 92, 4, // Skip to: 5874 |
| /* 4758 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4761 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4774 |
| /* 4765 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4787 |
| /* 4769 */ MCD_OPC_Decode, 243, 6, 201, 1, // Opcode: VLD1DUPd16wb_fixed |
| /* 4774 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4787 |
| /* 4778 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4787 |
| /* 4782 */ MCD_OPC_Decode, 242, 6, 201, 1, // Opcode: VLD1DUPd16 |
| /* 4787 */ MCD_OPC_CheckPredicate, 15, 59, 4, // Skip to: 5874 |
| /* 4791 */ MCD_OPC_Decode, 244, 6, 201, 1, // Opcode: VLD1DUPd16wb_register |
| /* 4796 */ MCD_OPC_FilterValue, 3, 53, 0, // Skip to: 4853 |
| /* 4800 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4803 */ MCD_OPC_FilterValue, 2, 43, 4, // Skip to: 5874 |
| /* 4807 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4810 */ MCD_OPC_FilterValue, 233, 3, 35, 4, // Skip to: 5874 |
| /* 4815 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4818 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4831 |
| /* 4822 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4844 |
| /* 4826 */ MCD_OPC_Decode, 252, 6, 201, 1, // Opcode: VLD1DUPq16wb_fixed |
| /* 4831 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4844 |
| /* 4835 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4844 |
| /* 4839 */ MCD_OPC_Decode, 251, 6, 201, 1, // Opcode: VLD1DUPq16 |
| /* 4844 */ MCD_OPC_CheckPredicate, 15, 2, 4, // Skip to: 5874 |
| /* 4848 */ MCD_OPC_Decode, 253, 6, 201, 1, // Opcode: VLD1DUPq16wb_register |
| /* 4853 */ MCD_OPC_FilterValue, 4, 53, 0, // Skip to: 4910 |
| /* 4857 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4860 */ MCD_OPC_FilterValue, 2, 242, 3, // Skip to: 5874 |
| /* 4864 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4867 */ MCD_OPC_FilterValue, 233, 3, 234, 3, // Skip to: 5874 |
| /* 4872 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4875 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4888 |
| /* 4879 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4901 |
| /* 4883 */ MCD_OPC_Decode, 246, 6, 201, 1, // Opcode: VLD1DUPd32wb_fixed |
| /* 4888 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4901 |
| /* 4892 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4901 |
| /* 4896 */ MCD_OPC_Decode, 245, 6, 201, 1, // Opcode: VLD1DUPd32 |
| /* 4901 */ MCD_OPC_CheckPredicate, 15, 201, 3, // Skip to: 5874 |
| /* 4905 */ MCD_OPC_Decode, 247, 6, 201, 1, // Opcode: VLD1DUPd32wb_register |
| /* 4910 */ MCD_OPC_FilterValue, 5, 192, 3, // Skip to: 5874 |
| /* 4914 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4917 */ MCD_OPC_FilterValue, 2, 185, 3, // Skip to: 5874 |
| /* 4921 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4924 */ MCD_OPC_FilterValue, 233, 3, 177, 3, // Skip to: 5874 |
| /* 4929 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4932 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 4945 |
| /* 4936 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 4958 |
| /* 4940 */ MCD_OPC_Decode, 255, 6, 201, 1, // Opcode: VLD1DUPq32wb_fixed |
| /* 4945 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4958 |
| /* 4949 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 4958 |
| /* 4953 */ MCD_OPC_Decode, 254, 6, 201, 1, // Opcode: VLD1DUPq32 |
| /* 4958 */ MCD_OPC_CheckPredicate, 15, 144, 3, // Skip to: 5874 |
| /* 4962 */ MCD_OPC_Decode, 128, 7, 201, 1, // Opcode: VLD1DUPq32wb_register |
| /* 4967 */ MCD_OPC_FilterValue, 13, 89, 1, // Skip to: 5316 |
| /* 4971 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| /* 4974 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 5031 |
| /* 4978 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 4981 */ MCD_OPC_FilterValue, 2, 121, 3, // Skip to: 5874 |
| /* 4985 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 4988 */ MCD_OPC_FilterValue, 233, 3, 113, 3, // Skip to: 5874 |
| /* 4993 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 4996 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5009 |
| /* 5000 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5022 |
| /* 5004 */ MCD_OPC_Decode, 220, 7, 202, 1, // Opcode: VLD2DUPd8wb_fixed |
| /* 5009 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5022 |
| /* 5013 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5022 |
| /* 5017 */ MCD_OPC_Decode, 219, 7, 202, 1, // Opcode: VLD2DUPd8 |
| /* 5022 */ MCD_OPC_CheckPredicate, 15, 80, 3, // Skip to: 5874 |
| /* 5026 */ MCD_OPC_Decode, 221, 7, 202, 1, // Opcode: VLD2DUPd8wb_register |
| /* 5031 */ MCD_OPC_FilterValue, 1, 53, 0, // Skip to: 5088 |
| /* 5035 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5038 */ MCD_OPC_FilterValue, 2, 64, 3, // Skip to: 5874 |
| /* 5042 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5045 */ MCD_OPC_FilterValue, 233, 3, 56, 3, // Skip to: 5874 |
| /* 5050 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 5053 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5066 |
| /* 5057 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5079 |
| /* 5061 */ MCD_OPC_Decode, 223, 7, 202, 1, // Opcode: VLD2DUPd8x2wb_fixed |
| /* 5066 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5079 |
| /* 5070 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5079 |
| /* 5074 */ MCD_OPC_Decode, 222, 7, 202, 1, // Opcode: VLD2DUPd8x2 |
| /* 5079 */ MCD_OPC_CheckPredicate, 15, 23, 3, // Skip to: 5874 |
| /* 5083 */ MCD_OPC_Decode, 224, 7, 202, 1, // Opcode: VLD2DUPd8x2wb_register |
| /* 5088 */ MCD_OPC_FilterValue, 2, 53, 0, // Skip to: 5145 |
| /* 5092 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5095 */ MCD_OPC_FilterValue, 2, 7, 3, // Skip to: 5874 |
| /* 5099 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5102 */ MCD_OPC_FilterValue, 233, 3, 255, 2, // Skip to: 5874 |
| /* 5107 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 5110 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5123 |
| /* 5114 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5136 |
| /* 5118 */ MCD_OPC_Decode, 208, 7, 202, 1, // Opcode: VLD2DUPd16wb_fixed |
| /* 5123 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5136 |
| /* 5127 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5136 |
| /* 5131 */ MCD_OPC_Decode, 207, 7, 202, 1, // Opcode: VLD2DUPd16 |
| /* 5136 */ MCD_OPC_CheckPredicate, 15, 222, 2, // Skip to: 5874 |
| /* 5140 */ MCD_OPC_Decode, 209, 7, 202, 1, // Opcode: VLD2DUPd16wb_register |
| /* 5145 */ MCD_OPC_FilterValue, 3, 53, 0, // Skip to: 5202 |
| /* 5149 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5152 */ MCD_OPC_FilterValue, 2, 206, 2, // Skip to: 5874 |
| /* 5156 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5159 */ MCD_OPC_FilterValue, 233, 3, 198, 2, // Skip to: 5874 |
| /* 5164 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 5167 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5180 |
| /* 5171 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5193 |
| /* 5175 */ MCD_OPC_Decode, 211, 7, 202, 1, // Opcode: VLD2DUPd16x2wb_fixed |
| /* 5180 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5193 |
| /* 5184 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5193 |
| /* 5188 */ MCD_OPC_Decode, 210, 7, 202, 1, // Opcode: VLD2DUPd16x2 |
| /* 5193 */ MCD_OPC_CheckPredicate, 15, 165, 2, // Skip to: 5874 |
| /* 5197 */ MCD_OPC_Decode, 212, 7, 202, 1, // Opcode: VLD2DUPd16x2wb_register |
| /* 5202 */ MCD_OPC_FilterValue, 4, 53, 0, // Skip to: 5259 |
| /* 5206 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5209 */ MCD_OPC_FilterValue, 2, 149, 2, // Skip to: 5874 |
| /* 5213 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5216 */ MCD_OPC_FilterValue, 233, 3, 141, 2, // Skip to: 5874 |
| /* 5221 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 5224 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5237 |
| /* 5228 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5250 |
| /* 5232 */ MCD_OPC_Decode, 214, 7, 202, 1, // Opcode: VLD2DUPd32wb_fixed |
| /* 5237 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5250 |
| /* 5241 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5250 |
| /* 5245 */ MCD_OPC_Decode, 213, 7, 202, 1, // Opcode: VLD2DUPd32 |
| /* 5250 */ MCD_OPC_CheckPredicate, 15, 108, 2, // Skip to: 5874 |
| /* 5254 */ MCD_OPC_Decode, 215, 7, 202, 1, // Opcode: VLD2DUPd32wb_register |
| /* 5259 */ MCD_OPC_FilterValue, 5, 99, 2, // Skip to: 5874 |
| /* 5263 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5266 */ MCD_OPC_FilterValue, 2, 92, 2, // Skip to: 5874 |
| /* 5270 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5273 */ MCD_OPC_FilterValue, 233, 3, 84, 2, // Skip to: 5874 |
| /* 5278 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 5281 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 5294 |
| /* 5285 */ MCD_OPC_CheckPredicate, 15, 18, 0, // Skip to: 5307 |
| /* 5289 */ MCD_OPC_Decode, 217, 7, 202, 1, // Opcode: VLD2DUPd32x2wb_fixed |
| /* 5294 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5307 |
| /* 5298 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5307 |
| /* 5302 */ MCD_OPC_Decode, 216, 7, 202, 1, // Opcode: VLD2DUPd32x2 |
| /* 5307 */ MCD_OPC_CheckPredicate, 15, 51, 2, // Skip to: 5874 |
| /* 5311 */ MCD_OPC_Decode, 218, 7, 202, 1, // Opcode: VLD2DUPd32x2wb_register |
| /* 5316 */ MCD_OPC_FilterValue, 14, 5, 1, // Skip to: 5581 |
| /* 5320 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 5323 */ MCD_OPC_FilterValue, 0, 39, 0, // Skip to: 5366 |
| /* 5327 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5330 */ MCD_OPC_FilterValue, 2, 28, 2, // Skip to: 5874 |
| /* 5334 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5337 */ MCD_OPC_FilterValue, 233, 3, 20, 2, // Skip to: 5874 |
| /* 5342 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5357 |
| /* 5346 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5357 |
| /* 5352 */ MCD_OPC_Decode, 176, 8, 203, 1, // Opcode: VLD3DUPd8 |
| /* 5357 */ MCD_OPC_CheckPredicate, 15, 1, 2, // Skip to: 5874 |
| /* 5361 */ MCD_OPC_Decode, 179, 8, 203, 1, // Opcode: VLD3DUPd8_UPD |
| /* 5366 */ MCD_OPC_FilterValue, 2, 39, 0, // Skip to: 5409 |
| /* 5370 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5373 */ MCD_OPC_FilterValue, 2, 241, 1, // Skip to: 5874 |
| /* 5377 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5380 */ MCD_OPC_FilterValue, 233, 3, 233, 1, // Skip to: 5874 |
| /* 5385 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5400 |
| /* 5389 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5400 |
| /* 5395 */ MCD_OPC_Decode, 193, 8, 203, 1, // Opcode: VLD3DUPq8 |
| /* 5400 */ MCD_OPC_CheckPredicate, 15, 214, 1, // Skip to: 5874 |
| /* 5404 */ MCD_OPC_Decode, 194, 8, 203, 1, // Opcode: VLD3DUPq8_UPD |
| /* 5409 */ MCD_OPC_FilterValue, 4, 39, 0, // Skip to: 5452 |
| /* 5413 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5416 */ MCD_OPC_FilterValue, 2, 198, 1, // Skip to: 5874 |
| /* 5420 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5423 */ MCD_OPC_FilterValue, 233, 3, 190, 1, // Skip to: 5874 |
| /* 5428 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5443 |
| /* 5432 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5443 |
| /* 5438 */ MCD_OPC_Decode, 168, 8, 203, 1, // Opcode: VLD3DUPd16 |
| /* 5443 */ MCD_OPC_CheckPredicate, 15, 171, 1, // Skip to: 5874 |
| /* 5447 */ MCD_OPC_Decode, 171, 8, 203, 1, // Opcode: VLD3DUPd16_UPD |
| /* 5452 */ MCD_OPC_FilterValue, 6, 39, 0, // Skip to: 5495 |
| /* 5456 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5459 */ MCD_OPC_FilterValue, 2, 155, 1, // Skip to: 5874 |
| /* 5463 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5466 */ MCD_OPC_FilterValue, 233, 3, 147, 1, // Skip to: 5874 |
| /* 5471 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5486 |
| /* 5475 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5486 |
| /* 5481 */ MCD_OPC_Decode, 189, 8, 203, 1, // Opcode: VLD3DUPq16 |
| /* 5486 */ MCD_OPC_CheckPredicate, 15, 128, 1, // Skip to: 5874 |
| /* 5490 */ MCD_OPC_Decode, 190, 8, 203, 1, // Opcode: VLD3DUPq16_UPD |
| /* 5495 */ MCD_OPC_FilterValue, 8, 39, 0, // Skip to: 5538 |
| /* 5499 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5502 */ MCD_OPC_FilterValue, 2, 112, 1, // Skip to: 5874 |
| /* 5506 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5509 */ MCD_OPC_FilterValue, 233, 3, 104, 1, // Skip to: 5874 |
| /* 5514 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5529 |
| /* 5518 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5529 |
| /* 5524 */ MCD_OPC_Decode, 172, 8, 203, 1, // Opcode: VLD3DUPd32 |
| /* 5529 */ MCD_OPC_CheckPredicate, 15, 85, 1, // Skip to: 5874 |
| /* 5533 */ MCD_OPC_Decode, 175, 8, 203, 1, // Opcode: VLD3DUPd32_UPD |
| /* 5538 */ MCD_OPC_FilterValue, 10, 76, 1, // Skip to: 5874 |
| /* 5542 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5545 */ MCD_OPC_FilterValue, 2, 69, 1, // Skip to: 5874 |
| /* 5549 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5552 */ MCD_OPC_FilterValue, 233, 3, 61, 1, // Skip to: 5874 |
| /* 5557 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5572 |
| /* 5561 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5572 |
| /* 5567 */ MCD_OPC_Decode, 191, 8, 203, 1, // Opcode: VLD3DUPq32 |
| /* 5572 */ MCD_OPC_CheckPredicate, 15, 42, 1, // Skip to: 5874 |
| /* 5576 */ MCD_OPC_Decode, 192, 8, 203, 1, // Opcode: VLD3DUPq32_UPD |
| /* 5581 */ MCD_OPC_FilterValue, 15, 33, 1, // Skip to: 5874 |
| /* 5585 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 5588 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 5731 |
| /* 5592 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5595 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 5688 |
| /* 5599 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 5602 */ MCD_OPC_FilterValue, 0, 39, 0, // Skip to: 5645 |
| /* 5606 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5609 */ MCD_OPC_FilterValue, 2, 5, 1, // Skip to: 5874 |
| /* 5613 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5616 */ MCD_OPC_FilterValue, 233, 3, 253, 0, // Skip to: 5874 |
| /* 5621 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5636 |
| /* 5625 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5636 |
| /* 5631 */ MCD_OPC_Decode, 164, 9, 204, 1, // Opcode: VLD4DUPd8 |
| /* 5636 */ MCD_OPC_CheckPredicate, 15, 234, 0, // Skip to: 5874 |
| /* 5640 */ MCD_OPC_Decode, 167, 9, 204, 1, // Opcode: VLD4DUPd8_UPD |
| /* 5645 */ MCD_OPC_FilterValue, 1, 225, 0, // Skip to: 5874 |
| /* 5649 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5652 */ MCD_OPC_FilterValue, 2, 218, 0, // Skip to: 5874 |
| /* 5656 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5659 */ MCD_OPC_FilterValue, 233, 3, 210, 0, // Skip to: 5874 |
| /* 5664 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5679 |
| /* 5668 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5679 |
| /* 5674 */ MCD_OPC_Decode, 156, 9, 204, 1, // Opcode: VLD4DUPd16 |
| /* 5679 */ MCD_OPC_CheckPredicate, 15, 191, 0, // Skip to: 5874 |
| /* 5683 */ MCD_OPC_Decode, 159, 9, 204, 1, // Opcode: VLD4DUPd16_UPD |
| /* 5688 */ MCD_OPC_FilterValue, 1, 182, 0, // Skip to: 5874 |
| /* 5692 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5695 */ MCD_OPC_FilterValue, 2, 175, 0, // Skip to: 5874 |
| /* 5699 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5702 */ MCD_OPC_FilterValue, 233, 3, 167, 0, // Skip to: 5874 |
| /* 5707 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5722 |
| /* 5711 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5722 |
| /* 5717 */ MCD_OPC_Decode, 160, 9, 204, 1, // Opcode: VLD4DUPd32 |
| /* 5722 */ MCD_OPC_CheckPredicate, 15, 148, 0, // Skip to: 5874 |
| /* 5726 */ MCD_OPC_Decode, 163, 9, 204, 1, // Opcode: VLD4DUPd32_UPD |
| /* 5731 */ MCD_OPC_FilterValue, 1, 139, 0, // Skip to: 5874 |
| /* 5735 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 5738 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 5831 |
| /* 5742 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 5745 */ MCD_OPC_FilterValue, 0, 39, 0, // Skip to: 5788 |
| /* 5749 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5752 */ MCD_OPC_FilterValue, 2, 118, 0, // Skip to: 5874 |
| /* 5756 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5759 */ MCD_OPC_FilterValue, 233, 3, 110, 0, // Skip to: 5874 |
| /* 5764 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5779 |
| /* 5768 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5779 |
| /* 5774 */ MCD_OPC_Decode, 181, 9, 204, 1, // Opcode: VLD4DUPq8 |
| /* 5779 */ MCD_OPC_CheckPredicate, 15, 91, 0, // Skip to: 5874 |
| /* 5783 */ MCD_OPC_Decode, 182, 9, 204, 1, // Opcode: VLD4DUPq8_UPD |
| /* 5788 */ MCD_OPC_FilterValue, 1, 82, 0, // Skip to: 5874 |
| /* 5792 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5795 */ MCD_OPC_FilterValue, 2, 75, 0, // Skip to: 5874 |
| /* 5799 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5802 */ MCD_OPC_FilterValue, 233, 3, 67, 0, // Skip to: 5874 |
| /* 5807 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5822 |
| /* 5811 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5822 |
| /* 5817 */ MCD_OPC_Decode, 177, 9, 204, 1, // Opcode: VLD4DUPq16 |
| /* 5822 */ MCD_OPC_CheckPredicate, 15, 48, 0, // Skip to: 5874 |
| /* 5826 */ MCD_OPC_Decode, 178, 9, 204, 1, // Opcode: VLD4DUPq16_UPD |
| /* 5831 */ MCD_OPC_FilterValue, 1, 39, 0, // Skip to: 5874 |
| /* 5835 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 5838 */ MCD_OPC_FilterValue, 2, 32, 0, // Skip to: 5874 |
| /* 5842 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 5845 */ MCD_OPC_FilterValue, 233, 3, 24, 0, // Skip to: 5874 |
| /* 5850 */ MCD_OPC_CheckPredicate, 15, 11, 0, // Skip to: 5865 |
| /* 5854 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5865 |
| /* 5860 */ MCD_OPC_Decode, 179, 9, 204, 1, // Opcode: VLD4DUPq32 |
| /* 5865 */ MCD_OPC_CheckPredicate, 15, 5, 0, // Skip to: 5874 |
| /* 5869 */ MCD_OPC_Decode, 180, 9, 204, 1, // Opcode: VLD4DUPq32_UPD |
| /* 5874 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableThumb16[] = { |
| /* 0 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 22 |
| /* 7 */ MCD_OPC_CheckPredicate, 19, 196, 3, // Skip to: 975 |
| /* 11 */ MCD_OPC_CheckField, 6, 6, 0, 190, 3, // Skip to: 975 |
| /* 17 */ MCD_OPC_Decode, 234, 21, 205, 1, // Opcode: tMOVSr |
| /* 22 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 41 |
| /* 26 */ MCD_OPC_CheckPredicate, 19, 177, 3, // Skip to: 975 |
| /* 30 */ MCD_OPC_CheckField, 11, 1, 1, 171, 3, // Skip to: 975 |
| /* 36 */ MCD_OPC_Decode, 204, 21, 206, 1, // Opcode: tCMPi8 |
| /* 41 */ MCD_OPC_FilterValue, 4, 186, 0, // Skip to: 231 |
| /* 45 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 48 */ MCD_OPC_FilterValue, 0, 166, 0, // Skip to: 218 |
| /* 52 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... |
| /* 55 */ MCD_OPC_FilterValue, 2, 42, 0, // Skip to: 101 |
| /* 59 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 62 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 75 |
| /* 66 */ MCD_OPC_CheckPredicate, 19, 137, 3, // Skip to: 975 |
| /* 70 */ MCD_OPC_Decode, 143, 22, 205, 1, // Opcode: tTST |
| /* 75 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 88 |
| /* 79 */ MCD_OPC_CheckPredicate, 19, 124, 3, // Skip to: 975 |
| /* 83 */ MCD_OPC_Decode, 205, 21, 205, 1, // Opcode: tCMPr |
| /* 88 */ MCD_OPC_FilterValue, 3, 115, 3, // Skip to: 975 |
| /* 92 */ MCD_OPC_CheckPredicate, 19, 111, 3, // Skip to: 975 |
| /* 96 */ MCD_OPC_Decode, 202, 21, 205, 1, // Opcode: tCMNz |
| /* 101 */ MCD_OPC_FilterValue, 4, 45, 0, // Skip to: 150 |
| /* 105 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 120 |
| /* 109 */ MCD_OPC_CheckField, 3, 4, 13, 5, 0, // Skip to: 120 |
| /* 115 */ MCD_OPC_Decode, 175, 21, 207, 1, // Opcode: tADDrSP |
| /* 120 */ MCD_OPC_CheckPredicate, 19, 17, 0, // Skip to: 141 |
| /* 124 */ MCD_OPC_CheckField, 7, 1, 1, 11, 0, // Skip to: 141 |
| /* 130 */ MCD_OPC_CheckField, 0, 3, 5, 5, 0, // Skip to: 141 |
| /* 136 */ MCD_OPC_Decode, 179, 21, 207, 1, // Opcode: tADDspr |
| /* 141 */ MCD_OPC_CheckPredicate, 19, 62, 3, // Skip to: 975 |
| /* 145 */ MCD_OPC_Decode, 172, 21, 208, 1, // Opcode: tADDhirr |
| /* 150 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 163 |
| /* 154 */ MCD_OPC_CheckPredicate, 19, 49, 3, // Skip to: 975 |
| /* 158 */ MCD_OPC_Decode, 203, 21, 209, 1, // Opcode: tCMPhir |
| /* 163 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 176 |
| /* 167 */ MCD_OPC_CheckPredicate, 19, 36, 3, // Skip to: 975 |
| /* 171 */ MCD_OPC_Decode, 236, 21, 209, 1, // Opcode: tMOVr |
| /* 176 */ MCD_OPC_FilterValue, 7, 27, 3, // Skip to: 975 |
| /* 180 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 183 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 199 |
| /* 187 */ MCD_OPC_CheckPredicate, 19, 16, 3, // Skip to: 975 |
| /* 191 */ MCD_OPC_SoftFail, 7, 0, |
| /* 194 */ MCD_OPC_Decode, 194, 21, 210, 1, // Opcode: tBX |
| /* 199 */ MCD_OPC_FilterValue, 1, 4, 3, // Skip to: 975 |
| /* 203 */ MCD_OPC_CheckPredicate, 20, 0, 3, // Skip to: 975 |
| /* 207 */ MCD_OPC_CheckField, 0, 3, 0, 250, 2, // Skip to: 975 |
| /* 213 */ MCD_OPC_Decode, 191, 21, 210, 1, // Opcode: tBLXr |
| /* 218 */ MCD_OPC_FilterValue, 1, 241, 2, // Skip to: 975 |
| /* 222 */ MCD_OPC_CheckPredicate, 19, 237, 2, // Skip to: 975 |
| /* 226 */ MCD_OPC_Decode, 223, 21, 211, 1, // Opcode: tLDRpci |
| /* 231 */ MCD_OPC_FilterValue, 5, 107, 0, // Skip to: 342 |
| /* 235 */ MCD_OPC_ExtractField, 9, 3, // Inst{11-9} ... |
| /* 238 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 251 |
| /* 242 */ MCD_OPC_CheckPredicate, 19, 217, 2, // Skip to: 975 |
| /* 246 */ MCD_OPC_Decode, 129, 22, 212, 1, // Opcode: tSTRr |
| /* 251 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 264 |
| /* 255 */ MCD_OPC_CheckPredicate, 19, 204, 2, // Skip to: 975 |
| /* 259 */ MCD_OPC_Decode, 255, 21, 212, 1, // Opcode: tSTRHr |
| /* 264 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 277 |
| /* 268 */ MCD_OPC_CheckPredicate, 19, 191, 2, // Skip to: 975 |
| /* 272 */ MCD_OPC_Decode, 253, 21, 212, 1, // Opcode: tSTRBr |
| /* 277 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 290 |
| /* 281 */ MCD_OPC_CheckPredicate, 19, 178, 2, // Skip to: 975 |
| /* 285 */ MCD_OPC_Decode, 220, 21, 212, 1, // Opcode: tLDRSB |
| /* 290 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 303 |
| /* 294 */ MCD_OPC_CheckPredicate, 19, 165, 2, // Skip to: 975 |
| /* 298 */ MCD_OPC_Decode, 225, 21, 212, 1, // Opcode: tLDRr |
| /* 303 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 316 |
| /* 307 */ MCD_OPC_CheckPredicate, 19, 152, 2, // Skip to: 975 |
| /* 311 */ MCD_OPC_Decode, 217, 21, 212, 1, // Opcode: tLDRHr |
| /* 316 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 329 |
| /* 320 */ MCD_OPC_CheckPredicate, 19, 139, 2, // Skip to: 975 |
| /* 324 */ MCD_OPC_Decode, 215, 21, 212, 1, // Opcode: tLDRBr |
| /* 329 */ MCD_OPC_FilterValue, 7, 130, 2, // Skip to: 975 |
| /* 333 */ MCD_OPC_CheckPredicate, 19, 126, 2, // Skip to: 975 |
| /* 337 */ MCD_OPC_Decode, 221, 21, 212, 1, // Opcode: tLDRSH |
| /* 342 */ MCD_OPC_FilterValue, 6, 29, 0, // Skip to: 375 |
| /* 346 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 349 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 362 |
| /* 353 */ MCD_OPC_CheckPredicate, 19, 106, 2, // Skip to: 975 |
| /* 357 */ MCD_OPC_Decode, 128, 22, 213, 1, // Opcode: tSTRi |
| /* 362 */ MCD_OPC_FilterValue, 1, 97, 2, // Skip to: 975 |
| /* 366 */ MCD_OPC_CheckPredicate, 19, 93, 2, // Skip to: 975 |
| /* 370 */ MCD_OPC_Decode, 222, 21, 213, 1, // Opcode: tLDRi |
| /* 375 */ MCD_OPC_FilterValue, 7, 29, 0, // Skip to: 408 |
| /* 379 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 382 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 395 |
| /* 386 */ MCD_OPC_CheckPredicate, 19, 73, 2, // Skip to: 975 |
| /* 390 */ MCD_OPC_Decode, 252, 21, 213, 1, // Opcode: tSTRBi |
| /* 395 */ MCD_OPC_FilterValue, 1, 64, 2, // Skip to: 975 |
| /* 399 */ MCD_OPC_CheckPredicate, 19, 60, 2, // Skip to: 975 |
| /* 403 */ MCD_OPC_Decode, 214, 21, 213, 1, // Opcode: tLDRBi |
| /* 408 */ MCD_OPC_FilterValue, 8, 29, 0, // Skip to: 441 |
| /* 412 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 415 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 428 |
| /* 419 */ MCD_OPC_CheckPredicate, 19, 40, 2, // Skip to: 975 |
| /* 423 */ MCD_OPC_Decode, 254, 21, 213, 1, // Opcode: tSTRHi |
| /* 428 */ MCD_OPC_FilterValue, 1, 31, 2, // Skip to: 975 |
| /* 432 */ MCD_OPC_CheckPredicate, 19, 27, 2, // Skip to: 975 |
| /* 436 */ MCD_OPC_Decode, 216, 21, 213, 1, // Opcode: tLDRHi |
| /* 441 */ MCD_OPC_FilterValue, 9, 29, 0, // Skip to: 474 |
| /* 445 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 448 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 461 |
| /* 452 */ MCD_OPC_CheckPredicate, 19, 7, 2, // Skip to: 975 |
| /* 456 */ MCD_OPC_Decode, 130, 22, 214, 1, // Opcode: tSTRspi |
| /* 461 */ MCD_OPC_FilterValue, 1, 254, 1, // Skip to: 975 |
| /* 465 */ MCD_OPC_CheckPredicate, 19, 250, 1, // Skip to: 975 |
| /* 469 */ MCD_OPC_Decode, 226, 21, 214, 1, // Opcode: tLDRspi |
| /* 474 */ MCD_OPC_FilterValue, 10, 29, 0, // Skip to: 507 |
| /* 478 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 481 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 494 |
| /* 485 */ MCD_OPC_CheckPredicate, 19, 230, 1, // Skip to: 975 |
| /* 489 */ MCD_OPC_Decode, 182, 21, 215, 1, // Opcode: tADR |
| /* 494 */ MCD_OPC_FilterValue, 1, 221, 1, // Skip to: 975 |
| /* 498 */ MCD_OPC_CheckPredicate, 19, 217, 1, // Skip to: 975 |
| /* 502 */ MCD_OPC_Decode, 176, 21, 215, 1, // Opcode: tADDrSPi |
| /* 507 */ MCD_OPC_FilterValue, 11, 113, 1, // Skip to: 880 |
| /* 511 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 514 */ MCD_OPC_FilterValue, 0, 129, 0, // Skip to: 647 |
| /* 518 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 521 */ MCD_OPC_FilterValue, 0, 109, 0, // Skip to: 634 |
| /* 525 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 528 */ MCD_OPC_FilterValue, 0, 49, 0, // Skip to: 581 |
| /* 532 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 535 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 548 |
| /* 539 */ MCD_OPC_CheckPredicate, 19, 176, 1, // Skip to: 975 |
| /* 543 */ MCD_OPC_Decode, 178, 21, 216, 1, // Opcode: tADDspi |
| /* 548 */ MCD_OPC_FilterValue, 1, 167, 1, // Skip to: 975 |
| /* 552 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 555 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 568 |
| /* 559 */ MCD_OPC_CheckPredicate, 21, 156, 1, // Skip to: 975 |
| /* 563 */ MCD_OPC_Decode, 137, 22, 205, 1, // Opcode: tSXTH |
| /* 568 */ MCD_OPC_FilterValue, 1, 147, 1, // Skip to: 975 |
| /* 572 */ MCD_OPC_CheckPredicate, 21, 143, 1, // Skip to: 975 |
| /* 576 */ MCD_OPC_Decode, 136, 22, 205, 1, // Opcode: tSXTB |
| /* 581 */ MCD_OPC_FilterValue, 1, 134, 1, // Skip to: 975 |
| /* 585 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 588 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 601 |
| /* 592 */ MCD_OPC_CheckPredicate, 19, 123, 1, // Skip to: 975 |
| /* 596 */ MCD_OPC_Decode, 134, 22, 216, 1, // Opcode: tSUBspi |
| /* 601 */ MCD_OPC_FilterValue, 1, 114, 1, // Skip to: 975 |
| /* 605 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 608 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 621 |
| /* 612 */ MCD_OPC_CheckPredicate, 21, 103, 1, // Skip to: 975 |
| /* 616 */ MCD_OPC_Decode, 145, 22, 205, 1, // Opcode: tUXTH |
| /* 621 */ MCD_OPC_FilterValue, 1, 94, 1, // Skip to: 975 |
| /* 625 */ MCD_OPC_CheckPredicate, 21, 90, 1, // Skip to: 975 |
| /* 629 */ MCD_OPC_Decode, 144, 22, 205, 1, // Opcode: tUXTB |
| /* 634 */ MCD_OPC_FilterValue, 1, 81, 1, // Skip to: 975 |
| /* 638 */ MCD_OPC_CheckPredicate, 22, 77, 1, // Skip to: 975 |
| /* 642 */ MCD_OPC_Decode, 201, 21, 217, 1, // Opcode: tCBZ |
| /* 647 */ MCD_OPC_FilterValue, 1, 67, 0, // Skip to: 718 |
| /* 651 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 654 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 667 |
| /* 658 */ MCD_OPC_CheckPredicate, 19, 57, 1, // Skip to: 975 |
| /* 662 */ MCD_OPC_Decode, 243, 21, 218, 1, // Opcode: tPUSH |
| /* 667 */ MCD_OPC_FilterValue, 1, 48, 1, // Skip to: 975 |
| /* 671 */ MCD_OPC_ExtractField, 5, 4, // Inst{8-5} ... |
| /* 674 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 699 |
| /* 678 */ MCD_OPC_CheckPredicate, 19, 37, 1, // Skip to: 975 |
| /* 682 */ MCD_OPC_CheckField, 4, 1, 1, 31, 1, // Skip to: 975 |
| /* 688 */ MCD_OPC_CheckField, 0, 3, 0, 25, 1, // Skip to: 975 |
| /* 694 */ MCD_OPC_Decode, 250, 21, 219, 1, // Opcode: tSETEND |
| /* 699 */ MCD_OPC_FilterValue, 3, 16, 1, // Skip to: 975 |
| /* 703 */ MCD_OPC_CheckPredicate, 19, 12, 1, // Skip to: 975 |
| /* 707 */ MCD_OPC_CheckField, 3, 1, 0, 6, 1, // Skip to: 975 |
| /* 713 */ MCD_OPC_Decode, 206, 21, 220, 1, // Opcode: tCPS |
| /* 718 */ MCD_OPC_FilterValue, 2, 99, 0, // Skip to: 821 |
| /* 722 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 725 */ MCD_OPC_FilterValue, 0, 79, 0, // Skip to: 808 |
| /* 729 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 732 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 751 |
| /* 736 */ MCD_OPC_CheckPredicate, 21, 235, 0, // Skip to: 975 |
| /* 740 */ MCD_OPC_CheckField, 9, 1, 1, 229, 0, // Skip to: 975 |
| /* 746 */ MCD_OPC_Decode, 244, 21, 205, 1, // Opcode: tREV |
| /* 751 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 770 |
| /* 755 */ MCD_OPC_CheckPredicate, 21, 216, 0, // Skip to: 975 |
| /* 759 */ MCD_OPC_CheckField, 9, 1, 1, 210, 0, // Skip to: 975 |
| /* 765 */ MCD_OPC_Decode, 245, 21, 205, 1, // Opcode: tREV16 |
| /* 770 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 789 |
| /* 774 */ MCD_OPC_CheckPredicate, 23, 197, 0, // Skip to: 975 |
| /* 778 */ MCD_OPC_CheckField, 9, 1, 1, 191, 0, // Skip to: 975 |
| /* 784 */ MCD_OPC_Decode, 209, 21, 221, 1, // Opcode: tHLT |
| /* 789 */ MCD_OPC_FilterValue, 3, 182, 0, // Skip to: 975 |
| /* 793 */ MCD_OPC_CheckPredicate, 21, 178, 0, // Skip to: 975 |
| /* 797 */ MCD_OPC_CheckField, 9, 1, 1, 172, 0, // Skip to: 975 |
| /* 803 */ MCD_OPC_Decode, 246, 21, 205, 1, // Opcode: tREVSH |
| /* 808 */ MCD_OPC_FilterValue, 1, 163, 0, // Skip to: 975 |
| /* 812 */ MCD_OPC_CheckPredicate, 22, 159, 0, // Skip to: 975 |
| /* 816 */ MCD_OPC_Decode, 200, 21, 217, 1, // Opcode: tCBNZ |
| /* 821 */ MCD_OPC_FilterValue, 3, 150, 0, // Skip to: 975 |
| /* 825 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 828 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 841 |
| /* 832 */ MCD_OPC_CheckPredicate, 19, 139, 0, // Skip to: 975 |
| /* 836 */ MCD_OPC_Decode, 241, 21, 222, 1, // Opcode: tPOP |
| /* 841 */ MCD_OPC_FilterValue, 1, 130, 0, // Skip to: 975 |
| /* 845 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 848 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 861 |
| /* 852 */ MCD_OPC_CheckPredicate, 19, 119, 0, // Skip to: 975 |
| /* 856 */ MCD_OPC_Decode, 188, 21, 223, 1, // Opcode: tBKPT |
| /* 861 */ MCD_OPC_FilterValue, 1, 110, 0, // Skip to: 975 |
| /* 865 */ MCD_OPC_CheckPredicate, 24, 106, 0, // Skip to: 975 |
| /* 869 */ MCD_OPC_CheckField, 0, 4, 0, 100, 0, // Skip to: 975 |
| /* 875 */ MCD_OPC_Decode, 208, 21, 224, 1, // Opcode: tHINT |
| /* 880 */ MCD_OPC_FilterValue, 12, 29, 0, // Skip to: 913 |
| /* 884 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 887 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 900 |
| /* 891 */ MCD_OPC_CheckPredicate, 19, 80, 0, // Skip to: 975 |
| /* 895 */ MCD_OPC_Decode, 251, 21, 225, 1, // Opcode: tSTMIA_UPD |
| /* 900 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 975 |
| /* 904 */ MCD_OPC_CheckPredicate, 19, 67, 0, // Skip to: 975 |
| /* 908 */ MCD_OPC_Decode, 212, 21, 226, 1, // Opcode: tLDMIA |
| /* 913 */ MCD_OPC_FilterValue, 13, 39, 0, // Skip to: 956 |
| /* 917 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 932 |
| /* 921 */ MCD_OPC_CheckField, 0, 12, 254, 29, 4, 0, // Skip to: 932 |
| /* 928 */ MCD_OPC_Decode, 142, 22, 58, // Opcode: tTRAP |
| /* 932 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 947 |
| /* 936 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 947 |
| /* 942 */ MCD_OPC_Decode, 135, 22, 223, 1, // Opcode: tSVC |
| /* 947 */ MCD_OPC_CheckPredicate, 19, 24, 0, // Skip to: 975 |
| /* 951 */ MCD_OPC_Decode, 198, 21, 227, 1, // Opcode: tBcc |
| /* 956 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 975 |
| /* 960 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 975 |
| /* 964 */ MCD_OPC_CheckField, 11, 1, 0, 5, 0, // Skip to: 975 |
| /* 970 */ MCD_OPC_Decode, 186, 21, 228, 1, // Opcode: tB |
| /* 975 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableThumb32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 34 |
| /* 7 */ MCD_OPC_CheckPredicate, 20, 48, 0, // Skip to: 59 |
| /* 11 */ MCD_OPC_CheckField, 27, 5, 30, 42, 0, // Skip to: 59 |
| /* 17 */ MCD_OPC_CheckField, 14, 2, 3, 36, 0, // Skip to: 59 |
| /* 23 */ MCD_OPC_CheckField, 0, 1, 0, 30, 0, // Skip to: 59 |
| /* 29 */ MCD_OPC_Decode, 190, 21, 229, 1, // Opcode: tBLXi |
| /* 34 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 59 |
| /* 38 */ MCD_OPC_CheckPredicate, 19, 17, 0, // Skip to: 59 |
| /* 42 */ MCD_OPC_CheckField, 27, 5, 30, 11, 0, // Skip to: 59 |
| /* 48 */ MCD_OPC_CheckField, 14, 2, 3, 5, 0, // Skip to: 59 |
| /* 54 */ MCD_OPC_Decode, 189, 21, 230, 1, // Opcode: tBL |
| /* 59 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableThumb216[] = { |
| /* 0 */ MCD_OPC_CheckPredicate, 22, 12, 0, // Skip to: 16 |
| /* 4 */ MCD_OPC_CheckField, 8, 8, 191, 1, 5, 0, // Skip to: 16 |
| /* 11 */ MCD_OPC_Decode, 210, 18, 231, 1, // Opcode: t2IT |
| /* 16 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableThumb232[] = { |
| /* 0 */ MCD_OPC_ExtractField, 27, 5, // Inst{31-27} ... |
| /* 3 */ MCD_OPC_FilterValue, 29, 25, 8, // Skip to: 2080 |
| /* 7 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 1, 3, // Skip to: 783 |
| /* 14 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 17 */ MCD_OPC_FilterValue, 0, 59, 0, // Skip to: 80 |
| /* 21 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
| /* 24 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 49 |
| /* 28 */ MCD_OPC_CheckPredicate, 22, 57, 27, // Skip to: 7001 |
| /* 32 */ MCD_OPC_CheckField, 23, 1, 1, 51, 27, // Skip to: 7001 |
| /* 38 */ MCD_OPC_CheckField, 13, 1, 0, 45, 27, // Skip to: 7001 |
| /* 44 */ MCD_OPC_Decode, 212, 20, 232, 1, // Opcode: t2STMIA |
| /* 49 */ MCD_OPC_FilterValue, 1, 36, 27, // Skip to: 7001 |
| /* 53 */ MCD_OPC_CheckPredicate, 22, 32, 27, // Skip to: 7001 |
| /* 57 */ MCD_OPC_CheckField, 23, 1, 0, 26, 27, // Skip to: 7001 |
| /* 63 */ MCD_OPC_CheckField, 16, 4, 13, 20, 27, // Skip to: 7001 |
| /* 69 */ MCD_OPC_CheckField, 5, 10, 128, 4, 13, 27, // Skip to: 7001 |
| /* 76 */ MCD_OPC_Decode, 178, 20, 82, // Opcode: t2SRSDB |
| /* 80 */ MCD_OPC_FilterValue, 1, 36, 0, // Skip to: 120 |
| /* 84 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 87 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 107 |
| /* 91 */ MCD_OPC_CheckPredicate, 22, 250, 26, // Skip to: 7001 |
| /* 95 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 242, 26, // Skip to: 7001 |
| /* 103 */ MCD_OPC_Decode, 242, 19, 80, // Opcode: t2RFEDB |
| /* 107 */ MCD_OPC_FilterValue, 1, 234, 26, // Skip to: 7001 |
| /* 111 */ MCD_OPC_CheckPredicate, 22, 230, 26, // Skip to: 7001 |
| /* 115 */ MCD_OPC_Decode, 238, 18, 233, 1, // Opcode: t2LDMIA |
| /* 120 */ MCD_OPC_FilterValue, 2, 59, 0, // Skip to: 183 |
| /* 124 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
| /* 127 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 152 |
| /* 131 */ MCD_OPC_CheckPredicate, 22, 210, 26, // Skip to: 7001 |
| /* 135 */ MCD_OPC_CheckField, 23, 1, 1, 204, 26, // Skip to: 7001 |
| /* 141 */ MCD_OPC_CheckField, 13, 1, 0, 198, 26, // Skip to: 7001 |
| /* 147 */ MCD_OPC_Decode, 213, 20, 234, 1, // Opcode: t2STMIA_UPD |
| /* 152 */ MCD_OPC_FilterValue, 1, 189, 26, // Skip to: 7001 |
| /* 156 */ MCD_OPC_CheckPredicate, 22, 185, 26, // Skip to: 7001 |
| /* 160 */ MCD_OPC_CheckField, 23, 1, 0, 179, 26, // Skip to: 7001 |
| /* 166 */ MCD_OPC_CheckField, 16, 4, 13, 173, 26, // Skip to: 7001 |
| /* 172 */ MCD_OPC_CheckField, 5, 10, 128, 4, 166, 26, // Skip to: 7001 |
| /* 179 */ MCD_OPC_Decode, 179, 20, 82, // Opcode: t2SRSDB_UPD |
| /* 183 */ MCD_OPC_FilterValue, 3, 36, 0, // Skip to: 223 |
| /* 187 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 190 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 210 |
| /* 194 */ MCD_OPC_CheckPredicate, 22, 147, 26, // Skip to: 7001 |
| /* 198 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 139, 26, // Skip to: 7001 |
| /* 206 */ MCD_OPC_Decode, 243, 19, 80, // Opcode: t2RFEDBW |
| /* 210 */ MCD_OPC_FilterValue, 1, 131, 26, // Skip to: 7001 |
| /* 214 */ MCD_OPC_CheckPredicate, 22, 127, 26, // Skip to: 7001 |
| /* 218 */ MCD_OPC_Decode, 240, 18, 235, 1, // Opcode: t2LDMIA_UPD |
| /* 223 */ MCD_OPC_FilterValue, 4, 219, 0, // Skip to: 446 |
| /* 227 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 230 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 243 |
| /* 234 */ MCD_OPC_CheckPredicate, 22, 107, 26, // Skip to: 7001 |
| /* 238 */ MCD_OPC_Decode, 224, 20, 236, 1, // Opcode: t2STREX |
| /* 243 */ MCD_OPC_FilterValue, 1, 98, 26, // Skip to: 7001 |
| /* 247 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 250 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 269 |
| /* 254 */ MCD_OPC_CheckPredicate, 22, 87, 26, // Skip to: 7001 |
| /* 258 */ MCD_OPC_CheckField, 8, 4, 15, 81, 26, // Skip to: 7001 |
| /* 264 */ MCD_OPC_Decode, 225, 20, 237, 1, // Opcode: t2STREXB |
| /* 269 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 288 |
| /* 273 */ MCD_OPC_CheckPredicate, 22, 68, 26, // Skip to: 7001 |
| /* 277 */ MCD_OPC_CheckField, 8, 4, 15, 62, 26, // Skip to: 7001 |
| /* 283 */ MCD_OPC_Decode, 227, 20, 237, 1, // Opcode: t2STREXH |
| /* 288 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 301 |
| /* 292 */ MCD_OPC_CheckPredicate, 22, 49, 26, // Skip to: 7001 |
| /* 296 */ MCD_OPC_Decode, 226, 20, 238, 1, // Opcode: t2STREXD |
| /* 301 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 326 |
| /* 305 */ MCD_OPC_CheckPredicate, 23, 36, 26, // Skip to: 7001 |
| /* 309 */ MCD_OPC_CheckField, 8, 4, 15, 30, 26, // Skip to: 7001 |
| /* 315 */ MCD_OPC_CheckField, 0, 4, 15, 24, 26, // Skip to: 7001 |
| /* 321 */ MCD_OPC_Decode, 204, 20, 239, 1, // Opcode: t2STLB |
| /* 326 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 351 |
| /* 330 */ MCD_OPC_CheckPredicate, 23, 11, 26, // Skip to: 7001 |
| /* 334 */ MCD_OPC_CheckField, 8, 4, 15, 5, 26, // Skip to: 7001 |
| /* 340 */ MCD_OPC_CheckField, 0, 4, 15, 255, 25, // Skip to: 7001 |
| /* 346 */ MCD_OPC_Decode, 209, 20, 239, 1, // Opcode: t2STLH |
| /* 351 */ MCD_OPC_FilterValue, 10, 21, 0, // Skip to: 376 |
| /* 355 */ MCD_OPC_CheckPredicate, 23, 242, 25, // Skip to: 7001 |
| /* 359 */ MCD_OPC_CheckField, 8, 4, 15, 236, 25, // Skip to: 7001 |
| /* 365 */ MCD_OPC_CheckField, 0, 4, 15, 230, 25, // Skip to: 7001 |
| /* 371 */ MCD_OPC_Decode, 203, 20, 239, 1, // Opcode: t2STL |
| /* 376 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 395 |
| /* 380 */ MCD_OPC_CheckPredicate, 23, 217, 25, // Skip to: 7001 |
| /* 384 */ MCD_OPC_CheckField, 8, 4, 15, 211, 25, // Skip to: 7001 |
| /* 390 */ MCD_OPC_Decode, 206, 20, 237, 1, // Opcode: t2STLEXB |
| /* 395 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 414 |
| /* 399 */ MCD_OPC_CheckPredicate, 23, 198, 25, // Skip to: 7001 |
| /* 403 */ MCD_OPC_CheckField, 8, 4, 15, 192, 25, // Skip to: 7001 |
| /* 409 */ MCD_OPC_Decode, 208, 20, 237, 1, // Opcode: t2STLEXH |
| /* 414 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 433 |
| /* 418 */ MCD_OPC_CheckPredicate, 23, 179, 25, // Skip to: 7001 |
| /* 422 */ MCD_OPC_CheckField, 8, 4, 15, 173, 25, // Skip to: 7001 |
| /* 428 */ MCD_OPC_Decode, 205, 20, 237, 1, // Opcode: t2STLEX |
| /* 433 */ MCD_OPC_FilterValue, 15, 164, 25, // Skip to: 7001 |
| /* 437 */ MCD_OPC_CheckPredicate, 23, 160, 25, // Skip to: 7001 |
| /* 441 */ MCD_OPC_Decode, 207, 20, 238, 1, // Opcode: t2STLEXD |
| /* 446 */ MCD_OPC_FilterValue, 5, 51, 1, // Skip to: 757 |
| /* 450 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 453 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 472 |
| /* 457 */ MCD_OPC_CheckPredicate, 22, 140, 25, // Skip to: 7001 |
| /* 461 */ MCD_OPC_CheckField, 8, 4, 15, 134, 25, // Skip to: 7001 |
| /* 467 */ MCD_OPC_Decode, 252, 18, 240, 1, // Opcode: t2LDREX |
| /* 472 */ MCD_OPC_FilterValue, 1, 125, 25, // Skip to: 7001 |
| /* 476 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 479 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 499 |
| /* 483 */ MCD_OPC_CheckPredicate, 22, 114, 25, // Skip to: 7001 |
| /* 487 */ MCD_OPC_CheckField, 8, 8, 240, 1, 107, 25, // Skip to: 7001 |
| /* 494 */ MCD_OPC_Decode, 128, 21, 241, 1, // Opcode: t2TBB |
| /* 499 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 519 |
| /* 503 */ MCD_OPC_CheckPredicate, 22, 94, 25, // Skip to: 7001 |
| /* 507 */ MCD_OPC_CheckField, 8, 8, 240, 1, 87, 25, // Skip to: 7001 |
| /* 514 */ MCD_OPC_Decode, 130, 21, 241, 1, // Opcode: t2TBH |
| /* 519 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 544 |
| /* 523 */ MCD_OPC_CheckPredicate, 22, 74, 25, // Skip to: 7001 |
| /* 527 */ MCD_OPC_CheckField, 8, 4, 15, 68, 25, // Skip to: 7001 |
| /* 533 */ MCD_OPC_CheckField, 0, 4, 15, 62, 25, // Skip to: 7001 |
| /* 539 */ MCD_OPC_Decode, 253, 18, 239, 1, // Opcode: t2LDREXB |
| /* 544 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 569 |
| /* 548 */ MCD_OPC_CheckPredicate, 22, 49, 25, // Skip to: 7001 |
| /* 552 */ MCD_OPC_CheckField, 8, 4, 15, 43, 25, // Skip to: 7001 |
| /* 558 */ MCD_OPC_CheckField, 0, 4, 15, 37, 25, // Skip to: 7001 |
| /* 564 */ MCD_OPC_Decode, 255, 18, 239, 1, // Opcode: t2LDREXH |
| /* 569 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 588 |
| /* 573 */ MCD_OPC_CheckPredicate, 22, 24, 25, // Skip to: 7001 |
| /* 577 */ MCD_OPC_CheckField, 0, 4, 15, 18, 25, // Skip to: 7001 |
| /* 583 */ MCD_OPC_Decode, 254, 18, 242, 1, // Opcode: t2LDREXD |
| /* 588 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 613 |
| /* 592 */ MCD_OPC_CheckPredicate, 23, 5, 25, // Skip to: 7001 |
| /* 596 */ MCD_OPC_CheckField, 8, 4, 15, 255, 24, // Skip to: 7001 |
| /* 602 */ MCD_OPC_CheckField, 0, 4, 15, 249, 24, // Skip to: 7001 |
| /* 608 */ MCD_OPC_Decode, 214, 18, 239, 1, // Opcode: t2LDAB |
| /* 613 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 638 |
| /* 617 */ MCD_OPC_CheckPredicate, 23, 236, 24, // Skip to: 7001 |
| /* 621 */ MCD_OPC_CheckField, 8, 4, 15, 230, 24, // Skip to: 7001 |
| /* 627 */ MCD_OPC_CheckField, 0, 4, 15, 224, 24, // Skip to: 7001 |
| /* 633 */ MCD_OPC_Decode, 219, 18, 239, 1, // Opcode: t2LDAH |
| /* 638 */ MCD_OPC_FilterValue, 10, 21, 0, // Skip to: 663 |
| /* 642 */ MCD_OPC_CheckPredicate, 23, 211, 24, // Skip to: 7001 |
| /* 646 */ MCD_OPC_CheckField, 8, 4, 15, 205, 24, // Skip to: 7001 |
| /* 652 */ MCD_OPC_CheckField, 0, 4, 15, 199, 24, // Skip to: 7001 |
| /* 658 */ MCD_OPC_Decode, 213, 18, 239, 1, // Opcode: t2LDA |
| /* 663 */ MCD_OPC_FilterValue, 12, 21, 0, // Skip to: 688 |
| /* 667 */ MCD_OPC_CheckPredicate, 23, 186, 24, // Skip to: 7001 |
| /* 671 */ MCD_OPC_CheckField, 8, 4, 15, 180, 24, // Skip to: 7001 |
| /* 677 */ MCD_OPC_CheckField, 0, 4, 15, 174, 24, // Skip to: 7001 |
| /* 683 */ MCD_OPC_Decode, 216, 18, 239, 1, // Opcode: t2LDAEXB |
| /* 688 */ MCD_OPC_FilterValue, 13, 21, 0, // Skip to: 713 |
| /* 692 */ MCD_OPC_CheckPredicate, 23, 161, 24, // Skip to: 7001 |
| /* 696 */ MCD_OPC_CheckField, 8, 4, 15, 155, 24, // Skip to: 7001 |
| /* 702 */ MCD_OPC_CheckField, 0, 4, 15, 149, 24, // Skip to: 7001 |
| /* 708 */ MCD_OPC_Decode, 218, 18, 239, 1, // Opcode: t2LDAEXH |
| /* 713 */ MCD_OPC_FilterValue, 14, 21, 0, // Skip to: 738 |
| /* 717 */ MCD_OPC_CheckPredicate, 23, 136, 24, // Skip to: 7001 |
| /* 721 */ MCD_OPC_CheckField, 8, 4, 15, 130, 24, // Skip to: 7001 |
| /* 727 */ MCD_OPC_CheckField, 0, 4, 15, 124, 24, // Skip to: 7001 |
| /* 733 */ MCD_OPC_Decode, 215, 18, 239, 1, // Opcode: t2LDAEX |
| /* 738 */ MCD_OPC_FilterValue, 15, 115, 24, // Skip to: 7001 |
| /* 742 */ MCD_OPC_CheckPredicate, 23, 111, 24, // Skip to: 7001 |
| /* 746 */ MCD_OPC_CheckField, 0, 4, 15, 105, 24, // Skip to: 7001 |
| /* 752 */ MCD_OPC_Decode, 217, 18, 242, 1, // Opcode: t2LDAEXD |
| /* 757 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 770 |
| /* 761 */ MCD_OPC_CheckPredicate, 22, 92, 24, // Skip to: 7001 |
| /* 765 */ MCD_OPC_Decode, 221, 20, 243, 1, // Opcode: t2STRD_POST |
| /* 770 */ MCD_OPC_FilterValue, 7, 83, 24, // Skip to: 7001 |
| /* 774 */ MCD_OPC_CheckPredicate, 22, 79, 24, // Skip to: 7001 |
| /* 778 */ MCD_OPC_Decode, 249, 18, 244, 1, // Opcode: t2LDRD_POST |
| /* 783 */ MCD_OPC_FilterValue, 1, 5, 1, // Skip to: 1048 |
| /* 787 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 790 */ MCD_OPC_FilterValue, 0, 59, 0, // Skip to: 853 |
| /* 794 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
| /* 797 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 822 |
| /* 801 */ MCD_OPC_CheckPredicate, 22, 52, 24, // Skip to: 7001 |
| /* 805 */ MCD_OPC_CheckField, 23, 1, 0, 46, 24, // Skip to: 7001 |
| /* 811 */ MCD_OPC_CheckField, 13, 1, 0, 40, 24, // Skip to: 7001 |
| /* 817 */ MCD_OPC_Decode, 210, 20, 232, 1, // Opcode: t2STMDB |
| /* 822 */ MCD_OPC_FilterValue, 1, 31, 24, // Skip to: 7001 |
| /* 826 */ MCD_OPC_CheckPredicate, 22, 27, 24, // Skip to: 7001 |
| /* 830 */ MCD_OPC_CheckField, 23, 1, 1, 21, 24, // Skip to: 7001 |
| /* 836 */ MCD_OPC_CheckField, 16, 4, 13, 15, 24, // Skip to: 7001 |
| /* 842 */ MCD_OPC_CheckField, 5, 10, 128, 4, 8, 24, // Skip to: 7001 |
| /* 849 */ MCD_OPC_Decode, 180, 20, 82, // Opcode: t2SRSIA |
| /* 853 */ MCD_OPC_FilterValue, 1, 36, 0, // Skip to: 893 |
| /* 857 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 860 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 873 |
| /* 864 */ MCD_OPC_CheckPredicate, 22, 245, 23, // Skip to: 7001 |
| /* 868 */ MCD_OPC_Decode, 236, 18, 233, 1, // Opcode: t2LDMDB |
| /* 873 */ MCD_OPC_FilterValue, 1, 236, 23, // Skip to: 7001 |
| /* 877 */ MCD_OPC_CheckPredicate, 22, 232, 23, // Skip to: 7001 |
| /* 881 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 224, 23, // Skip to: 7001 |
| /* 889 */ MCD_OPC_Decode, 244, 19, 80, // Opcode: t2RFEIA |
| /* 893 */ MCD_OPC_FilterValue, 2, 59, 0, // Skip to: 956 |
| /* 897 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
| /* 900 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 925 |
| /* 904 */ MCD_OPC_CheckPredicate, 22, 205, 23, // Skip to: 7001 |
| /* 908 */ MCD_OPC_CheckField, 23, 1, 0, 199, 23, // Skip to: 7001 |
| /* 914 */ MCD_OPC_CheckField, 13, 1, 0, 193, 23, // Skip to: 7001 |
| /* 920 */ MCD_OPC_Decode, 211, 20, 234, 1, // Opcode: t2STMDB_UPD |
| /* 925 */ MCD_OPC_FilterValue, 1, 184, 23, // Skip to: 7001 |
| /* 929 */ MCD_OPC_CheckPredicate, 22, 180, 23, // Skip to: 7001 |
| /* 933 */ MCD_OPC_CheckField, 23, 1, 1, 174, 23, // Skip to: 7001 |
| /* 939 */ MCD_OPC_CheckField, 16, 4, 13, 168, 23, // Skip to: 7001 |
| /* 945 */ MCD_OPC_CheckField, 5, 10, 128, 4, 161, 23, // Skip to: 7001 |
| /* 952 */ MCD_OPC_Decode, 181, 20, 82, // Opcode: t2SRSIA_UPD |
| /* 956 */ MCD_OPC_FilterValue, 3, 36, 0, // Skip to: 996 |
| /* 960 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 963 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 976 |
| /* 967 */ MCD_OPC_CheckPredicate, 22, 142, 23, // Skip to: 7001 |
| /* 971 */ MCD_OPC_Decode, 237, 18, 235, 1, // Opcode: t2LDMDB_UPD |
| /* 976 */ MCD_OPC_FilterValue, 1, 133, 23, // Skip to: 7001 |
| /* 980 */ MCD_OPC_CheckPredicate, 22, 129, 23, // Skip to: 7001 |
| /* 984 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 121, 23, // Skip to: 7001 |
| /* 992 */ MCD_OPC_Decode, 245, 19, 80, // Opcode: t2RFEIAW |
| /* 996 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 1009 |
| /* 1000 */ MCD_OPC_CheckPredicate, 22, 109, 23, // Skip to: 7001 |
| /* 1004 */ MCD_OPC_Decode, 223, 20, 245, 1, // Opcode: t2STRDi8 |
| /* 1009 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 1022 |
| /* 1013 */ MCD_OPC_CheckPredicate, 22, 96, 23, // Skip to: 7001 |
| /* 1017 */ MCD_OPC_Decode, 251, 18, 246, 1, // Opcode: t2LDRDi8 |
| /* 1022 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 1035 |
| /* 1026 */ MCD_OPC_CheckPredicate, 22, 83, 23, // Skip to: 7001 |
| /* 1030 */ MCD_OPC_Decode, 222, 20, 247, 1, // Opcode: t2STRD_PRE |
| /* 1035 */ MCD_OPC_FilterValue, 7, 74, 23, // Skip to: 7001 |
| /* 1039 */ MCD_OPC_CheckPredicate, 22, 70, 23, // Skip to: 7001 |
| /* 1043 */ MCD_OPC_Decode, 250, 18, 248, 1, // Opcode: t2LDRD_PRE |
| /* 1048 */ MCD_OPC_FilterValue, 2, 201, 1, // Skip to: 1509 |
| /* 1052 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
| /* 1055 */ MCD_OPC_FilterValue, 0, 73, 0, // Skip to: 1132 |
| /* 1059 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 1081 |
| /* 1063 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, // Skip to: 1081 |
| /* 1069 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, // Skip to: 1081 |
| /* 1076 */ MCD_OPC_Decode, 136, 21, 249, 1, // Opcode: t2TSTrr |
| /* 1081 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1102 |
| /* 1085 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 1102 |
| /* 1091 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 1102 |
| /* 1097 */ MCD_OPC_Decode, 137, 21, 250, 1, // Opcode: t2TSTrs |
| /* 1102 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1123 |
| /* 1106 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1123 |
| /* 1112 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1123 |
| /* 1118 */ MCD_OPC_Decode, 167, 18, 251, 1, // Opcode: t2ANDrr |
| /* 1123 */ MCD_OPC_CheckPredicate, 22, 242, 22, // Skip to: 7001 |
| /* 1127 */ MCD_OPC_Decode, 168, 18, 252, 1, // Opcode: t2ANDrs |
| /* 1132 */ MCD_OPC_FilterValue, 1, 30, 0, // Skip to: 1166 |
| /* 1136 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1157 |
| /* 1140 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1157 |
| /* 1146 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1157 |
| /* 1152 */ MCD_OPC_Decode, 175, 18, 251, 1, // Opcode: t2BICrr |
| /* 1157 */ MCD_OPC_CheckPredicate, 22, 208, 22, // Skip to: 7001 |
| /* 1161 */ MCD_OPC_Decode, 176, 18, 252, 1, // Opcode: t2BICrs |
| /* 1166 */ MCD_OPC_FilterValue, 2, 151, 0, // Skip to: 1321 |
| /* 1170 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 1173 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 1208 |
| /* 1177 */ MCD_OPC_ExtractField, 12, 3, // Inst{14-12} ... |
| /* 1180 */ MCD_OPC_FilterValue, 0, 49, 0, // Skip to: 1233 |
| /* 1184 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 1199 |
| /* 1188 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1199 |
| /* 1194 */ MCD_OPC_Decode, 190, 19, 253, 1, // Opcode: t2MOVr |
| /* 1199 */ MCD_OPC_CheckPredicate, 22, 30, 0, // Skip to: 1233 |
| /* 1203 */ MCD_OPC_Decode, 213, 19, 251, 1, // Opcode: t2ORRrr |
| /* 1208 */ MCD_OPC_FilterValue, 3, 21, 0, // Skip to: 1233 |
| /* 1212 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1233 |
| /* 1216 */ MCD_OPC_CheckField, 16, 4, 15, 11, 0, // Skip to: 1233 |
| /* 1222 */ MCD_OPC_CheckField, 12, 3, 0, 5, 0, // Skip to: 1233 |
| /* 1228 */ MCD_OPC_Decode, 248, 19, 254, 1, // Opcode: t2RRX |
| /* 1233 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 1236 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1255 |
| /* 1240 */ MCD_OPC_CheckPredicate, 22, 68, 0, // Skip to: 1312 |
| /* 1244 */ MCD_OPC_CheckField, 16, 4, 15, 62, 0, // Skip to: 1312 |
| /* 1250 */ MCD_OPC_Decode, 163, 19, 255, 1, // Opcode: t2LSLri |
| /* 1255 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1274 |
| /* 1259 */ MCD_OPC_CheckPredicate, 22, 49, 0, // Skip to: 1312 |
| /* 1263 */ MCD_OPC_CheckField, 16, 4, 15, 43, 0, // Skip to: 1312 |
| /* 1269 */ MCD_OPC_Decode, 165, 19, 255, 1, // Opcode: t2LSRri |
| /* 1274 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1293 |
| /* 1278 */ MCD_OPC_CheckPredicate, 22, 30, 0, // Skip to: 1312 |
| /* 1282 */ MCD_OPC_CheckField, 16, 4, 15, 24, 0, // Skip to: 1312 |
| /* 1288 */ MCD_OPC_Decode, 169, 18, 255, 1, // Opcode: t2ASRri |
| /* 1293 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 1312 |
| /* 1297 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 1312 |
| /* 1301 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1312 |
| /* 1307 */ MCD_OPC_Decode, 246, 19, 255, 1, // Opcode: t2RORri |
| /* 1312 */ MCD_OPC_CheckPredicate, 22, 53, 22, // Skip to: 7001 |
| /* 1316 */ MCD_OPC_Decode, 214, 19, 252, 1, // Opcode: t2ORRrs |
| /* 1321 */ MCD_OPC_FilterValue, 3, 62, 0, // Skip to: 1387 |
| /* 1325 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 1328 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 1363 |
| /* 1332 */ MCD_OPC_ExtractField, 12, 3, // Inst{14-12} ... |
| /* 1335 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 1363 |
| /* 1339 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 1354 |
| /* 1343 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1354 |
| /* 1349 */ MCD_OPC_Decode, 207, 19, 254, 1, // Opcode: t2MVNr |
| /* 1354 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 1363 |
| /* 1358 */ MCD_OPC_Decode, 210, 19, 251, 1, // Opcode: t2ORNrr |
| /* 1363 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 1378 |
| /* 1367 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1378 |
| /* 1373 */ MCD_OPC_Decode, 208, 19, 128, 2, // Opcode: t2MVNs |
| /* 1378 */ MCD_OPC_CheckPredicate, 22, 243, 21, // Skip to: 7001 |
| /* 1382 */ MCD_OPC_Decode, 211, 19, 252, 1, // Opcode: t2ORNrs |
| /* 1387 */ MCD_OPC_FilterValue, 4, 73, 0, // Skip to: 1464 |
| /* 1391 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 1413 |
| /* 1395 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, // Skip to: 1413 |
| /* 1401 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, // Skip to: 1413 |
| /* 1408 */ MCD_OPC_Decode, 133, 21, 249, 1, // Opcode: t2TEQrr |
| /* 1413 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1434 |
| /* 1417 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 1434 |
| /* 1423 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 1434 |
| /* 1429 */ MCD_OPC_Decode, 134, 21, 250, 1, // Opcode: t2TEQrs |
| /* 1434 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1455 |
| /* 1438 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1455 |
| /* 1444 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1455 |
| /* 1450 */ MCD_OPC_Decode, 206, 18, 251, 1, // Opcode: t2EORrr |
| /* 1455 */ MCD_OPC_CheckPredicate, 22, 166, 21, // Skip to: 7001 |
| /* 1459 */ MCD_OPC_Decode, 207, 18, 252, 1, // Opcode: t2EORrs |
| /* 1464 */ MCD_OPC_FilterValue, 6, 157, 21, // Skip to: 7001 |
| /* 1468 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 1471 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1490 |
| /* 1475 */ MCD_OPC_CheckPredicate, 25, 146, 21, // Skip to: 7001 |
| /* 1479 */ MCD_OPC_CheckField, 20, 1, 0, 140, 21, // Skip to: 7001 |
| /* 1485 */ MCD_OPC_Decode, 215, 19, 129, 2, // Opcode: t2PKHBT |
| /* 1490 */ MCD_OPC_FilterValue, 2, 131, 21, // Skip to: 7001 |
| /* 1494 */ MCD_OPC_CheckPredicate, 25, 127, 21, // Skip to: 7001 |
| /* 1498 */ MCD_OPC_CheckField, 20, 1, 0, 121, 21, // Skip to: 7001 |
| /* 1504 */ MCD_OPC_Decode, 216, 19, 129, 2, // Opcode: t2PKHTB |
| /* 1509 */ MCD_OPC_FilterValue, 3, 3, 1, // Skip to: 1772 |
| /* 1513 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
| /* 1516 */ MCD_OPC_FilterValue, 0, 73, 0, // Skip to: 1593 |
| /* 1520 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 1542 |
| /* 1524 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, // Skip to: 1542 |
| /* 1530 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, // Skip to: 1542 |
| /* 1537 */ MCD_OPC_Decode, 185, 18, 249, 1, // Opcode: t2CMNzrr |
| /* 1542 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1563 |
| /* 1546 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 1563 |
| /* 1552 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 1563 |
| /* 1558 */ MCD_OPC_Decode, 186, 18, 250, 1, // Opcode: t2CMNzrs |
| /* 1563 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1584 |
| /* 1567 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1584 |
| /* 1573 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1584 |
| /* 1579 */ MCD_OPC_Decode, 163, 18, 130, 2, // Opcode: t2ADDrr |
| /* 1584 */ MCD_OPC_CheckPredicate, 22, 37, 21, // Skip to: 7001 |
| /* 1588 */ MCD_OPC_Decode, 164, 18, 131, 2, // Opcode: t2ADDrs |
| /* 1593 */ MCD_OPC_FilterValue, 2, 30, 0, // Skip to: 1627 |
| /* 1597 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1618 |
| /* 1601 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1618 |
| /* 1607 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1618 |
| /* 1613 */ MCD_OPC_Decode, 156, 18, 251, 1, // Opcode: t2ADCrr |
| /* 1618 */ MCD_OPC_CheckPredicate, 22, 3, 21, // Skip to: 7001 |
| /* 1622 */ MCD_OPC_Decode, 157, 18, 252, 1, // Opcode: t2ADCrs |
| /* 1627 */ MCD_OPC_FilterValue, 3, 30, 0, // Skip to: 1661 |
| /* 1631 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1652 |
| /* 1635 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1652 |
| /* 1641 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1652 |
| /* 1647 */ MCD_OPC_Decode, 130, 20, 251, 1, // Opcode: t2SBCrr |
| /* 1652 */ MCD_OPC_CheckPredicate, 22, 225, 20, // Skip to: 7001 |
| /* 1656 */ MCD_OPC_Decode, 131, 20, 252, 1, // Opcode: t2SBCrs |
| /* 1661 */ MCD_OPC_FilterValue, 5, 73, 0, // Skip to: 1738 |
| /* 1665 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 1687 |
| /* 1669 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, // Skip to: 1687 |
| /* 1675 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, // Skip to: 1687 |
| /* 1682 */ MCD_OPC_Decode, 188, 18, 249, 1, // Opcode: t2CMPrr |
| /* 1687 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1708 |
| /* 1691 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 1708 |
| /* 1697 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 1708 |
| /* 1703 */ MCD_OPC_Decode, 189, 18, 250, 1, // Opcode: t2CMPrs |
| /* 1708 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1729 |
| /* 1712 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1729 |
| /* 1718 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1729 |
| /* 1724 */ MCD_OPC_Decode, 248, 20, 130, 2, // Opcode: t2SUBrr |
| /* 1729 */ MCD_OPC_CheckPredicate, 22, 148, 20, // Skip to: 7001 |
| /* 1733 */ MCD_OPC_Decode, 249, 20, 131, 2, // Opcode: t2SUBrs |
| /* 1738 */ MCD_OPC_FilterValue, 6, 139, 20, // Skip to: 7001 |
| /* 1742 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 1763 |
| /* 1746 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 1763 |
| /* 1752 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 1763 |
| /* 1758 */ MCD_OPC_Decode, 252, 19, 251, 1, // Opcode: t2RSBrr |
| /* 1763 */ MCD_OPC_CheckPredicate, 22, 114, 20, // Skip to: 7001 |
| /* 1767 */ MCD_OPC_Decode, 253, 19, 252, 1, // Opcode: t2RSBrs |
| /* 1772 */ MCD_OPC_FilterValue, 4, 151, 0, // Skip to: 1927 |
| /* 1776 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 1779 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 1797 |
| /* 1783 */ MCD_OPC_CheckPredicate, 22, 94, 20, // Skip to: 7001 |
| /* 1787 */ MCD_OPC_CheckField, 23, 1, 1, 88, 20, // Skip to: 7001 |
| /* 1793 */ MCD_OPC_Decode, 200, 20, 85, // Opcode: t2STC_OPTION |
| /* 1797 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 1815 |
| /* 1801 */ MCD_OPC_CheckPredicate, 22, 76, 20, // Skip to: 7001 |
| /* 1805 */ MCD_OPC_CheckField, 23, 1, 1, 70, 20, // Skip to: 7001 |
| /* 1811 */ MCD_OPC_Decode, 233, 18, 85, // Opcode: t2LDC_OPTION |
| /* 1815 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 1827 |
| /* 1819 */ MCD_OPC_CheckPredicate, 22, 58, 20, // Skip to: 7001 |
| /* 1823 */ MCD_OPC_Decode, 201, 20, 85, // Opcode: t2STC_POST |
| /* 1827 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 1839 |
| /* 1831 */ MCD_OPC_CheckPredicate, 22, 46, 20, // Skip to: 7001 |
| /* 1835 */ MCD_OPC_Decode, 234, 18, 85, // Opcode: t2LDC_POST |
| /* 1839 */ MCD_OPC_FilterValue, 4, 28, 0, // Skip to: 1871 |
| /* 1843 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 1846 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1859 |
| /* 1850 */ MCD_OPC_CheckPredicate, 22, 27, 20, // Skip to: 7001 |
| /* 1854 */ MCD_OPC_Decode, 169, 19, 132, 2, // Opcode: t2MCRR |
| /* 1859 */ MCD_OPC_FilterValue, 1, 18, 20, // Skip to: 7001 |
| /* 1863 */ MCD_OPC_CheckPredicate, 22, 14, 20, // Skip to: 7001 |
| /* 1867 */ MCD_OPC_Decode, 196, 20, 85, // Opcode: t2STCL_OPTION |
| /* 1871 */ MCD_OPC_FilterValue, 5, 28, 0, // Skip to: 1903 |
| /* 1875 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 1878 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1891 |
| /* 1882 */ MCD_OPC_CheckPredicate, 22, 251, 19, // Skip to: 7001 |
| /* 1886 */ MCD_OPC_Decode, 197, 19, 132, 2, // Opcode: t2MRRC |
| /* 1891 */ MCD_OPC_FilterValue, 1, 242, 19, // Skip to: 7001 |
| /* 1895 */ MCD_OPC_CheckPredicate, 22, 238, 19, // Skip to: 7001 |
| /* 1899 */ MCD_OPC_Decode, 229, 18, 85, // Opcode: t2LDCL_OPTION |
| /* 1903 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 1915 |
| /* 1907 */ MCD_OPC_CheckPredicate, 22, 226, 19, // Skip to: 7001 |
| /* 1911 */ MCD_OPC_Decode, 197, 20, 85, // Opcode: t2STCL_POST |
| /* 1915 */ MCD_OPC_FilterValue, 7, 218, 19, // Skip to: 7001 |
| /* 1919 */ MCD_OPC_CheckPredicate, 22, 214, 19, // Skip to: 7001 |
| /* 1923 */ MCD_OPC_Decode, 230, 18, 85, // Opcode: t2LDCL_POST |
| /* 1927 */ MCD_OPC_FilterValue, 5, 99, 0, // Skip to: 2030 |
| /* 1931 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 1934 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1946 |
| /* 1938 */ MCD_OPC_CheckPredicate, 22, 195, 19, // Skip to: 7001 |
| /* 1942 */ MCD_OPC_Decode, 199, 20, 85, // Opcode: t2STC_OFFSET |
| /* 1946 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 1958 |
| /* 1950 */ MCD_OPC_CheckPredicate, 22, 183, 19, // Skip to: 7001 |
| /* 1954 */ MCD_OPC_Decode, 232, 18, 85, // Opcode: t2LDC_OFFSET |
| /* 1958 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 1970 |
| /* 1962 */ MCD_OPC_CheckPredicate, 22, 171, 19, // Skip to: 7001 |
| /* 1966 */ MCD_OPC_Decode, 202, 20, 85, // Opcode: t2STC_PRE |
| /* 1970 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 1982 |
| /* 1974 */ MCD_OPC_CheckPredicate, 22, 159, 19, // Skip to: 7001 |
| /* 1978 */ MCD_OPC_Decode, 235, 18, 85, // Opcode: t2LDC_PRE |
| /* 1982 */ MCD_OPC_FilterValue, 4, 8, 0, // Skip to: 1994 |
| /* 1986 */ MCD_OPC_CheckPredicate, 22, 147, 19, // Skip to: 7001 |
| /* 1990 */ MCD_OPC_Decode, 195, 20, 85, // Opcode: t2STCL_OFFSET |
| /* 1994 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 2006 |
| /* 1998 */ MCD_OPC_CheckPredicate, 22, 135, 19, // Skip to: 7001 |
| /* 2002 */ MCD_OPC_Decode, 228, 18, 85, // Opcode: t2LDCL_OFFSET |
| /* 2006 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 2018 |
| /* 2010 */ MCD_OPC_CheckPredicate, 22, 123, 19, // Skip to: 7001 |
| /* 2014 */ MCD_OPC_Decode, 198, 20, 85, // Opcode: t2STCL_PRE |
| /* 2018 */ MCD_OPC_FilterValue, 7, 115, 19, // Skip to: 7001 |
| /* 2022 */ MCD_OPC_CheckPredicate, 22, 111, 19, // Skip to: 7001 |
| /* 2026 */ MCD_OPC_Decode, 231, 18, 85, // Opcode: t2LDCL_PRE |
| /* 2030 */ MCD_OPC_FilterValue, 6, 103, 19, // Skip to: 7001 |
| /* 2034 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 2037 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2049 |
| /* 2041 */ MCD_OPC_CheckPredicate, 26, 92, 19, // Skip to: 7001 |
| /* 2045 */ MCD_OPC_Decode, 180, 18, 88, // Opcode: t2CDP |
| /* 2049 */ MCD_OPC_FilterValue, 1, 84, 19, // Skip to: 7001 |
| /* 2053 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2056 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2068 |
| /* 2060 */ MCD_OPC_CheckPredicate, 22, 73, 19, // Skip to: 7001 |
| /* 2064 */ MCD_OPC_Decode, 167, 19, 90, // Opcode: t2MCR |
| /* 2068 */ MCD_OPC_FilterValue, 1, 65, 19, // Skip to: 7001 |
| /* 2072 */ MCD_OPC_CheckPredicate, 22, 61, 19, // Skip to: 7001 |
| /* 2076 */ MCD_OPC_Decode, 195, 19, 92, // Opcode: t2MRC |
| /* 2080 */ MCD_OPC_FilterValue, 30, 67, 4, // Skip to: 3175 |
| /* 2084 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
| /* 2087 */ MCD_OPC_FilterValue, 0, 69, 2, // Skip to: 2672 |
| /* 2091 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
| /* 2094 */ MCD_OPC_FilterValue, 0, 140, 0, // Skip to: 2238 |
| /* 2098 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
| /* 2101 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 2135 |
| /* 2105 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 2126 |
| /* 2109 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 2126 |
| /* 2115 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 2126 |
| /* 2121 */ MCD_OPC_Decode, 135, 21, 133, 2, // Opcode: t2TSTri |
| /* 2126 */ MCD_OPC_CheckPredicate, 22, 7, 19, // Skip to: 7001 |
| /* 2130 */ MCD_OPC_Decode, 166, 18, 134, 2, // Opcode: t2ANDri |
| /* 2135 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 2148 |
| /* 2139 */ MCD_OPC_CheckPredicate, 22, 250, 18, // Skip to: 7001 |
| /* 2143 */ MCD_OPC_Decode, 174, 18, 134, 2, // Opcode: t2BICri |
| /* 2148 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 2176 |
| /* 2152 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 2167 |
| /* 2156 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2167 |
| /* 2162 */ MCD_OPC_Decode, 186, 19, 135, 2, // Opcode: t2MOVi |
| /* 2167 */ MCD_OPC_CheckPredicate, 22, 222, 18, // Skip to: 7001 |
| /* 2171 */ MCD_OPC_Decode, 212, 19, 134, 2, // Opcode: t2ORRri |
| /* 2176 */ MCD_OPC_FilterValue, 3, 24, 0, // Skip to: 2204 |
| /* 2180 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 2195 |
| /* 2184 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2195 |
| /* 2190 */ MCD_OPC_Decode, 206, 19, 135, 2, // Opcode: t2MVNi |
| /* 2195 */ MCD_OPC_CheckPredicate, 22, 194, 18, // Skip to: 7001 |
| /* 2199 */ MCD_OPC_Decode, 209, 19, 134, 2, // Opcode: t2ORNri |
| /* 2204 */ MCD_OPC_FilterValue, 4, 185, 18, // Skip to: 7001 |
| /* 2208 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 2229 |
| /* 2212 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 2229 |
| /* 2218 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 2229 |
| /* 2224 */ MCD_OPC_Decode, 132, 21, 133, 2, // Opcode: t2TEQri |
| /* 2229 */ MCD_OPC_CheckPredicate, 22, 160, 18, // Skip to: 7001 |
| /* 2233 */ MCD_OPC_Decode, 205, 18, 134, 2, // Opcode: t2EORri |
| /* 2238 */ MCD_OPC_FilterValue, 1, 110, 0, // Skip to: 2352 |
| /* 2242 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
| /* 2245 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 2279 |
| /* 2249 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 2270 |
| /* 2253 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 2270 |
| /* 2259 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 2270 |
| /* 2265 */ MCD_OPC_Decode, 184, 18, 133, 2, // Opcode: t2CMNri |
| /* 2270 */ MCD_OPC_CheckPredicate, 22, 119, 18, // Skip to: 7001 |
| /* 2274 */ MCD_OPC_Decode, 161, 18, 136, 2, // Opcode: t2ADDri |
| /* 2279 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 2292 |
| /* 2283 */ MCD_OPC_CheckPredicate, 22, 106, 18, // Skip to: 7001 |
| /* 2287 */ MCD_OPC_Decode, 155, 18, 134, 2, // Opcode: t2ADCri |
| /* 2292 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 2305 |
| /* 2296 */ MCD_OPC_CheckPredicate, 22, 93, 18, // Skip to: 7001 |
| /* 2300 */ MCD_OPC_Decode, 129, 20, 134, 2, // Opcode: t2SBCri |
| /* 2305 */ MCD_OPC_FilterValue, 5, 30, 0, // Skip to: 2339 |
| /* 2309 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 2330 |
| /* 2313 */ MCD_OPC_CheckField, 20, 1, 1, 11, 0, // Skip to: 2330 |
| /* 2319 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 2330 |
| /* 2325 */ MCD_OPC_Decode, 187, 18, 133, 2, // Opcode: t2CMPri |
| /* 2330 */ MCD_OPC_CheckPredicate, 22, 59, 18, // Skip to: 7001 |
| /* 2334 */ MCD_OPC_Decode, 246, 20, 136, 2, // Opcode: t2SUBri |
| /* 2339 */ MCD_OPC_FilterValue, 6, 50, 18, // Skip to: 7001 |
| /* 2343 */ MCD_OPC_CheckPredicate, 22, 46, 18, // Skip to: 7001 |
| /* 2347 */ MCD_OPC_Decode, 251, 19, 134, 2, // Opcode: t2RSBri |
| /* 2352 */ MCD_OPC_FilterValue, 2, 115, 0, // Skip to: 2471 |
| /* 2356 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 2359 */ MCD_OPC_FilterValue, 0, 63, 0, // Skip to: 2426 |
| /* 2363 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2366 */ MCD_OPC_FilterValue, 0, 23, 18, // Skip to: 7001 |
| /* 2370 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
| /* 2373 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2392 |
| /* 2377 */ MCD_OPC_CheckPredicate, 22, 30, 0, // Skip to: 2411 |
| /* 2381 */ MCD_OPC_CheckField, 23, 1, 0, 24, 0, // Skip to: 2411 |
| /* 2387 */ MCD_OPC_Decode, 162, 18, 137, 2, // Opcode: t2ADDri12 |
| /* 2392 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2411 |
| /* 2396 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 2411 |
| /* 2400 */ MCD_OPC_CheckField, 23, 1, 1, 5, 0, // Skip to: 2411 |
| /* 2406 */ MCD_OPC_Decode, 247, 20, 137, 2, // Opcode: t2SUBri12 |
| /* 2411 */ MCD_OPC_CheckPredicate, 22, 234, 17, // Skip to: 7001 |
| /* 2415 */ MCD_OPC_CheckField, 16, 4, 15, 228, 17, // Skip to: 7001 |
| /* 2421 */ MCD_OPC_Decode, 165, 18, 138, 2, // Opcode: t2ADR |
| /* 2426 */ MCD_OPC_FilterValue, 1, 219, 17, // Skip to: 7001 |
| /* 2430 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 2433 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2452 |
| /* 2437 */ MCD_OPC_CheckPredicate, 22, 208, 17, // Skip to: 7001 |
| /* 2441 */ MCD_OPC_CheckField, 20, 2, 0, 202, 17, // Skip to: 7001 |
| /* 2447 */ MCD_OPC_Decode, 187, 19, 139, 2, // Opcode: t2MOVi16 |
| /* 2452 */ MCD_OPC_FilterValue, 1, 193, 17, // Skip to: 7001 |
| /* 2456 */ MCD_OPC_CheckPredicate, 22, 189, 17, // Skip to: 7001 |
| /* 2460 */ MCD_OPC_CheckField, 20, 2, 0, 183, 17, // Skip to: 7001 |
| /* 2466 */ MCD_OPC_Decode, 183, 19, 139, 2, // Opcode: t2MOVTi16 |
| /* 2471 */ MCD_OPC_FilterValue, 3, 174, 17, // Skip to: 7001 |
| /* 2475 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
| /* 2478 */ MCD_OPC_FilterValue, 0, 56, 0, // Skip to: 2538 |
| /* 2482 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 2485 */ MCD_OPC_FilterValue, 0, 160, 17, // Skip to: 7001 |
| /* 2489 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2492 */ MCD_OPC_FilterValue, 0, 153, 17, // Skip to: 7001 |
| /* 2496 */ MCD_OPC_CheckPredicate, 27, 29, 0, // Skip to: 2529 |
| /* 2500 */ MCD_OPC_CheckField, 21, 1, 1, 23, 0, // Skip to: 2529 |
| /* 2506 */ MCD_OPC_CheckField, 12, 3, 0, 17, 0, // Skip to: 2529 |
| /* 2512 */ MCD_OPC_CheckField, 6, 2, 0, 11, 0, // Skip to: 2529 |
| /* 2518 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, // Skip to: 2529 |
| /* 2524 */ MCD_OPC_Decode, 183, 20, 140, 2, // Opcode: t2SSAT16 |
| /* 2529 */ MCD_OPC_CheckPredicate, 22, 116, 17, // Skip to: 7001 |
| /* 2533 */ MCD_OPC_Decode, 182, 20, 141, 2, // Opcode: t2SSAT |
| /* 2538 */ MCD_OPC_FilterValue, 1, 58, 0, // Skip to: 2600 |
| /* 2542 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 2545 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 2558 |
| /* 2549 */ MCD_OPC_CheckPredicate, 22, 96, 17, // Skip to: 7001 |
| /* 2553 */ MCD_OPC_Decode, 132, 20, 142, 2, // Opcode: t2SBFX |
| /* 2558 */ MCD_OPC_FilterValue, 2, 87, 17, // Skip to: 7001 |
| /* 2562 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
| /* 2565 */ MCD_OPC_FilterValue, 0, 80, 17, // Skip to: 7001 |
| /* 2569 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
| /* 2572 */ MCD_OPC_FilterValue, 0, 73, 17, // Skip to: 7001 |
| /* 2576 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 2591 |
| /* 2580 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2591 |
| /* 2586 */ MCD_OPC_Decode, 172, 18, 143, 2, // Opcode: t2BFC |
| /* 2591 */ MCD_OPC_CheckPredicate, 22, 54, 17, // Skip to: 7001 |
| /* 2595 */ MCD_OPC_Decode, 173, 18, 144, 2, // Opcode: t2BFI |
| /* 2600 */ MCD_OPC_FilterValue, 2, 49, 0, // Skip to: 2653 |
| /* 2604 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 2607 */ MCD_OPC_FilterValue, 0, 38, 17, // Skip to: 7001 |
| /* 2611 */ MCD_OPC_CheckPredicate, 27, 29, 0, // Skip to: 2644 |
| /* 2615 */ MCD_OPC_CheckField, 26, 1, 0, 23, 0, // Skip to: 2644 |
| /* 2621 */ MCD_OPC_CheckField, 21, 1, 1, 17, 0, // Skip to: 2644 |
| /* 2627 */ MCD_OPC_CheckField, 12, 3, 0, 11, 0, // Skip to: 2644 |
| /* 2633 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, // Skip to: 2644 |
| /* 2639 */ MCD_OPC_Decode, 161, 21, 140, 2, // Opcode: t2USAT16 |
| /* 2644 */ MCD_OPC_CheckPredicate, 22, 1, 17, // Skip to: 7001 |
| /* 2648 */ MCD_OPC_Decode, 160, 21, 141, 2, // Opcode: t2USAT |
| /* 2653 */ MCD_OPC_FilterValue, 3, 248, 16, // Skip to: 7001 |
| /* 2657 */ MCD_OPC_CheckPredicate, 22, 244, 16, // Skip to: 7001 |
| /* 2661 */ MCD_OPC_CheckField, 20, 2, 0, 238, 16, // Skip to: 7001 |
| /* 2667 */ MCD_OPC_Decode, 141, 21, 142, 2, // Opcode: t2UBFX |
| /* 2672 */ MCD_OPC_FilterValue, 1, 229, 16, // Skip to: 7001 |
| /* 2676 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
| /* 2679 */ MCD_OPC_FilterValue, 0, 217, 1, // Skip to: 3156 |
| /* 2683 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
| /* 2686 */ MCD_OPC_FilterValue, 0, 215, 16, // Skip to: 7001 |
| /* 2690 */ MCD_OPC_ExtractField, 16, 11, // Inst{26-16} ... |
| /* 2693 */ MCD_OPC_FilterValue, 175, 7, 115, 0, // Skip to: 2813 |
| /* 2698 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 2701 */ MCD_OPC_FilterValue, 0, 60, 0, // Skip to: 2765 |
| /* 2705 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 2708 */ MCD_OPC_FilterValue, 0, 85, 1, // Skip to: 3053 |
| /* 2712 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2715 */ MCD_OPC_FilterValue, 0, 78, 1, // Skip to: 3053 |
| /* 2719 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
| /* 2722 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 2750 |
| /* 2726 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 2741 |
| /* 2730 */ MCD_OPC_CheckField, 4, 4, 15, 5, 0, // Skip to: 2741 |
| /* 2736 */ MCD_OPC_Decode, 199, 18, 145, 2, // Opcode: t2DBG |
| /* 2741 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 2750 |
| /* 2745 */ MCD_OPC_Decode, 208, 18, 223, 1, // Opcode: t2HINT |
| /* 2750 */ MCD_OPC_CheckPredicate, 22, 43, 1, // Skip to: 3053 |
| /* 2754 */ MCD_OPC_CheckField, 0, 5, 0, 37, 1, // Skip to: 3053 |
| /* 2760 */ MCD_OPC_Decode, 191, 18, 146, 2, // Opcode: t2CPS2p |
| /* 2765 */ MCD_OPC_FilterValue, 1, 28, 1, // Skip to: 3053 |
| /* 2769 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
| /* 2772 */ MCD_OPC_FilterValue, 0, 21, 1, // Skip to: 3053 |
| /* 2776 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2779 */ MCD_OPC_FilterValue, 0, 14, 1, // Skip to: 3053 |
| /* 2783 */ MCD_OPC_CheckPredicate, 22, 17, 0, // Skip to: 2804 |
| /* 2787 */ MCD_OPC_CheckField, 9, 2, 0, 11, 0, // Skip to: 2804 |
| /* 2793 */ MCD_OPC_CheckField, 5, 3, 0, 5, 0, // Skip to: 2804 |
| /* 2799 */ MCD_OPC_Decode, 190, 18, 146, 2, // Opcode: t2CPS1p |
| /* 2804 */ MCD_OPC_CheckPredicate, 22, 245, 0, // Skip to: 3053 |
| /* 2808 */ MCD_OPC_Decode, 192, 18, 146, 2, // Opcode: t2CPS3p |
| /* 2813 */ MCD_OPC_FilterValue, 191, 7, 85, 0, // Skip to: 2903 |
| /* 2818 */ MCD_OPC_ExtractField, 4, 8, // Inst{11-4} ... |
| /* 2821 */ MCD_OPC_FilterValue, 242, 1, 20, 0, // Skip to: 2846 |
| /* 2826 */ MCD_OPC_CheckPredicate, 28, 223, 0, // Skip to: 3053 |
| /* 2830 */ MCD_OPC_CheckField, 13, 1, 0, 217, 0, // Skip to: 3053 |
| /* 2836 */ MCD_OPC_CheckField, 0, 4, 15, 211, 0, // Skip to: 3053 |
| /* 2842 */ MCD_OPC_Decode, 182, 18, 58, // Opcode: t2CLREX |
| /* 2846 */ MCD_OPC_FilterValue, 244, 1, 14, 0, // Skip to: 2865 |
| /* 2851 */ MCD_OPC_CheckPredicate, 29, 198, 0, // Skip to: 3053 |
| /* 2855 */ MCD_OPC_CheckField, 13, 1, 0, 192, 0, // Skip to: 3053 |
| /* 2861 */ MCD_OPC_Decode, 204, 18, 59, // Opcode: t2DSB |
| /* 2865 */ MCD_OPC_FilterValue, 245, 1, 14, 0, // Skip to: 2884 |
| /* 2870 */ MCD_OPC_CheckPredicate, 29, 179, 0, // Skip to: 3053 |
| /* 2874 */ MCD_OPC_CheckField, 13, 1, 0, 173, 0, // Skip to: 3053 |
| /* 2880 */ MCD_OPC_Decode, 203, 18, 59, // Opcode: t2DMB |
| /* 2884 */ MCD_OPC_FilterValue, 246, 1, 164, 0, // Skip to: 3053 |
| /* 2889 */ MCD_OPC_CheckPredicate, 29, 160, 0, // Skip to: 3053 |
| /* 2893 */ MCD_OPC_CheckField, 13, 1, 0, 154, 0, // Skip to: 3053 |
| /* 2899 */ MCD_OPC_Decode, 209, 18, 60, // Opcode: t2ISB |
| /* 2903 */ MCD_OPC_FilterValue, 222, 7, 21, 0, // Skip to: 2929 |
| /* 2908 */ MCD_OPC_CheckPredicate, 22, 141, 0, // Skip to: 3053 |
| /* 2912 */ MCD_OPC_CheckField, 13, 1, 0, 135, 0, // Skip to: 3053 |
| /* 2918 */ MCD_OPC_CheckField, 8, 4, 15, 129, 0, // Skip to: 3053 |
| /* 2924 */ MCD_OPC_Decode, 242, 20, 223, 1, // Opcode: t2SUBS_PC_LR |
| /* 2929 */ MCD_OPC_FilterValue, 239, 7, 31, 0, // Skip to: 2965 |
| /* 2934 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
| /* 2937 */ MCD_OPC_FilterValue, 0, 112, 0, // Skip to: 3053 |
| /* 2941 */ MCD_OPC_CheckPredicate, 30, 11, 0, // Skip to: 2956 |
| /* 2945 */ MCD_OPC_CheckField, 0, 8, 0, 5, 0, // Skip to: 2956 |
| /* 2951 */ MCD_OPC_Decode, 199, 19, 147, 2, // Opcode: t2MRS_AR |
| /* 2956 */ MCD_OPC_CheckPredicate, 31, 93, 0, // Skip to: 3053 |
| /* 2960 */ MCD_OPC_Decode, 200, 19, 148, 2, // Opcode: t2MRS_M |
| /* 2965 */ MCD_OPC_FilterValue, 255, 7, 21, 0, // Skip to: 2991 |
| /* 2970 */ MCD_OPC_CheckPredicate, 30, 79, 0, // Skip to: 3053 |
| /* 2974 */ MCD_OPC_CheckField, 13, 1, 0, 73, 0, // Skip to: 3053 |
| /* 2980 */ MCD_OPC_CheckField, 0, 8, 0, 67, 0, // Skip to: 3053 |
| /* 2986 */ MCD_OPC_Decode, 201, 19, 147, 2, // Opcode: t2MRSsys_AR |
| /* 2991 */ MCD_OPC_FilterValue, 143, 15, 57, 0, // Skip to: 3053 |
| /* 2996 */ MCD_OPC_ExtractField, 0, 12, // Inst{11-0} ... |
| /* 2999 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 3017 |
| /* 3003 */ MCD_OPC_CheckPredicate, 32, 46, 0, // Skip to: 3053 |
| /* 3007 */ MCD_OPC_CheckField, 13, 1, 0, 40, 0, // Skip to: 3053 |
| /* 3013 */ MCD_OPC_Decode, 200, 18, 58, // Opcode: t2DCPS1 |
| /* 3017 */ MCD_OPC_FilterValue, 2, 14, 0, // Skip to: 3035 |
| /* 3021 */ MCD_OPC_CheckPredicate, 32, 28, 0, // Skip to: 3053 |
| /* 3025 */ MCD_OPC_CheckField, 13, 1, 0, 22, 0, // Skip to: 3053 |
| /* 3031 */ MCD_OPC_Decode, 201, 18, 58, // Opcode: t2DCPS2 |
| /* 3035 */ MCD_OPC_FilterValue, 3, 14, 0, // Skip to: 3053 |
| /* 3039 */ MCD_OPC_CheckPredicate, 32, 10, 0, // Skip to: 3053 |
| /* 3043 */ MCD_OPC_CheckField, 13, 1, 0, 4, 0, // Skip to: 3053 |
| /* 3049 */ MCD_OPC_Decode, 202, 18, 58, // Opcode: t2DCPS3 |
| /* 3053 */ MCD_OPC_ExtractField, 20, 7, // Inst{26-20} ... |
| /* 3056 */ MCD_OPC_FilterValue, 56, 15, 0, // Skip to: 3075 |
| /* 3060 */ MCD_OPC_CheckPredicate, 31, 56, 0, // Skip to: 3120 |
| /* 3064 */ MCD_OPC_CheckField, 13, 1, 0, 50, 0, // Skip to: 3120 |
| /* 3070 */ MCD_OPC_Decode, 203, 19, 149, 2, // Opcode: t2MSR_M |
| /* 3075 */ MCD_OPC_FilterValue, 60, 22, 0, // Skip to: 3101 |
| /* 3079 */ MCD_OPC_CheckPredicate, 22, 37, 0, // Skip to: 3120 |
| /* 3083 */ MCD_OPC_CheckField, 13, 1, 0, 31, 0, // Skip to: 3120 |
| /* 3089 */ MCD_OPC_CheckField, 0, 12, 128, 30, 24, 0, // Skip to: 3120 |
| /* 3096 */ MCD_OPC_Decode, 178, 18, 150, 2, // Opcode: t2BXJ |
| /* 3101 */ MCD_OPC_FilterValue, 127, 15, 0, // Skip to: 3120 |
| /* 3105 */ MCD_OPC_CheckPredicate, 33, 11, 0, // Skip to: 3120 |
| /* 3109 */ MCD_OPC_CheckField, 13, 1, 0, 5, 0, // Skip to: 3120 |
| /* 3115 */ MCD_OPC_Decode, 141, 20, 151, 2, // Opcode: t2SMC |
| /* 3120 */ MCD_OPC_CheckPredicate, 30, 23, 0, // Skip to: 3147 |
| /* 3124 */ MCD_OPC_CheckField, 21, 6, 28, 17, 0, // Skip to: 3147 |
| /* 3130 */ MCD_OPC_CheckField, 13, 1, 0, 11, 0, // Skip to: 3147 |
| /* 3136 */ MCD_OPC_CheckField, 0, 8, 0, 5, 0, // Skip to: 3147 |
| /* 3142 */ MCD_OPC_Decode, 202, 19, 152, 2, // Opcode: t2MSR_AR |
| /* 3147 */ MCD_OPC_CheckPredicate, 22, 10, 15, // Skip to: 7001 |
| /* 3151 */ MCD_OPC_Decode, 179, 18, 153, 2, // Opcode: t2Bcc |
| /* 3156 */ MCD_OPC_FilterValue, 1, 1, 15, // Skip to: 7001 |
| /* 3160 */ MCD_OPC_CheckPredicate, 22, 253, 14, // Skip to: 7001 |
| /* 3164 */ MCD_OPC_CheckField, 14, 1, 0, 247, 14, // Skip to: 7001 |
| /* 3170 */ MCD_OPC_Decode, 171, 18, 154, 2, // Opcode: t2B |
| /* 3175 */ MCD_OPC_FilterValue, 31, 238, 14, // Skip to: 7001 |
| /* 3179 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... |
| /* 3182 */ MCD_OPC_FilterValue, 0, 76, 3, // Skip to: 4030 |
| /* 3186 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 3189 */ MCD_OPC_FilterValue, 0, 109, 0, // Skip to: 3302 |
| /* 3193 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3196 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3289 |
| /* 3200 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3203 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3222 |
| /* 3207 */ MCD_OPC_CheckPredicate, 22, 206, 14, // Skip to: 7001 |
| /* 3211 */ MCD_OPC_CheckField, 6, 4, 0, 200, 14, // Skip to: 7001 |
| /* 3217 */ MCD_OPC_Decode, 220, 20, 155, 2, // Opcode: t2STRBs |
| /* 3222 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3241 |
| /* 3226 */ MCD_OPC_CheckPredicate, 22, 187, 14, // Skip to: 7001 |
| /* 3230 */ MCD_OPC_CheckField, 8, 1, 1, 181, 14, // Skip to: 7001 |
| /* 3236 */ MCD_OPC_Decode, 215, 20, 156, 2, // Opcode: t2STRB_POST |
| /* 3241 */ MCD_OPC_FilterValue, 3, 172, 14, // Skip to: 7001 |
| /* 3245 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3248 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3276 |
| /* 3252 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3267 |
| /* 3256 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3267 |
| /* 3262 */ MCD_OPC_Decode, 214, 20, 157, 2, // Opcode: t2STRBT |
| /* 3267 */ MCD_OPC_CheckPredicate, 22, 146, 14, // Skip to: 7001 |
| /* 3271 */ MCD_OPC_Decode, 219, 20, 158, 2, // Opcode: t2STRBi8 |
| /* 3276 */ MCD_OPC_FilterValue, 1, 137, 14, // Skip to: 7001 |
| /* 3280 */ MCD_OPC_CheckPredicate, 22, 133, 14, // Skip to: 7001 |
| /* 3284 */ MCD_OPC_Decode, 216, 20, 156, 2, // Opcode: t2STRB_PRE |
| /* 3289 */ MCD_OPC_FilterValue, 1, 124, 14, // Skip to: 7001 |
| /* 3293 */ MCD_OPC_CheckPredicate, 22, 120, 14, // Skip to: 7001 |
| /* 3297 */ MCD_OPC_Decode, 218, 20, 159, 2, // Opcode: t2STRBi12 |
| /* 3302 */ MCD_OPC_FilterValue, 1, 191, 0, // Skip to: 3497 |
| /* 3306 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3309 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 3438 |
| /* 3313 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3316 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 3351 |
| /* 3320 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
| /* 3323 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 3466 |
| /* 3327 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3342 |
| /* 3331 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3342 |
| /* 3337 */ MCD_OPC_Decode, 223, 19, 160, 2, // Opcode: t2PLDs |
| /* 3342 */ MCD_OPC_CheckPredicate, 22, 120, 0, // Skip to: 3466 |
| /* 3346 */ MCD_OPC_Decode, 248, 18, 160, 2, // Opcode: t2LDRBs |
| /* 3351 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3370 |
| /* 3355 */ MCD_OPC_CheckPredicate, 22, 107, 0, // Skip to: 3466 |
| /* 3359 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 3466 |
| /* 3365 */ MCD_OPC_Decode, 242, 18, 156, 2, // Opcode: t2LDRB_POST |
| /* 3370 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 3466 |
| /* 3374 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3377 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 3425 |
| /* 3381 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 3384 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3403 |
| /* 3388 */ MCD_OPC_CheckPredicate, 22, 24, 0, // Skip to: 3416 |
| /* 3392 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 3416 |
| /* 3398 */ MCD_OPC_Decode, 221, 19, 161, 2, // Opcode: t2PLDi8 |
| /* 3403 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 3416 |
| /* 3407 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 3416 |
| /* 3411 */ MCD_OPC_Decode, 241, 18, 162, 2, // Opcode: t2LDRBT |
| /* 3416 */ MCD_OPC_CheckPredicate, 22, 46, 0, // Skip to: 3466 |
| /* 3420 */ MCD_OPC_Decode, 245, 18, 161, 2, // Opcode: t2LDRBi8 |
| /* 3425 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 3466 |
| /* 3429 */ MCD_OPC_CheckPredicate, 22, 33, 0, // Skip to: 3466 |
| /* 3433 */ MCD_OPC_Decode, 243, 18, 156, 2, // Opcode: t2LDRB_PRE |
| /* 3438 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 3466 |
| /* 3442 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3457 |
| /* 3446 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3457 |
| /* 3452 */ MCD_OPC_Decode, 220, 19, 163, 2, // Opcode: t2PLDi12 |
| /* 3457 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 3466 |
| /* 3461 */ MCD_OPC_Decode, 244, 18, 163, 2, // Opcode: t2LDRBi12 |
| /* 3466 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 3469 */ MCD_OPC_FilterValue, 15, 200, 13, // Skip to: 7001 |
| /* 3473 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3488 |
| /* 3477 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3488 |
| /* 3483 */ MCD_OPC_Decode, 222, 19, 164, 2, // Opcode: t2PLDpci |
| /* 3488 */ MCD_OPC_CheckPredicate, 22, 181, 13, // Skip to: 7001 |
| /* 3492 */ MCD_OPC_Decode, 246, 18, 164, 2, // Opcode: t2LDRBpci |
| /* 3497 */ MCD_OPC_FilterValue, 2, 109, 0, // Skip to: 3610 |
| /* 3501 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3504 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3597 |
| /* 3508 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3511 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3530 |
| /* 3515 */ MCD_OPC_CheckPredicate, 22, 154, 13, // Skip to: 7001 |
| /* 3519 */ MCD_OPC_CheckField, 6, 4, 0, 148, 13, // Skip to: 7001 |
| /* 3525 */ MCD_OPC_Decode, 234, 20, 155, 2, // Opcode: t2STRHs |
| /* 3530 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3549 |
| /* 3534 */ MCD_OPC_CheckPredicate, 22, 135, 13, // Skip to: 7001 |
| /* 3538 */ MCD_OPC_CheckField, 8, 1, 1, 129, 13, // Skip to: 7001 |
| /* 3544 */ MCD_OPC_Decode, 229, 20, 156, 2, // Opcode: t2STRH_POST |
| /* 3549 */ MCD_OPC_FilterValue, 3, 120, 13, // Skip to: 7001 |
| /* 3553 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3556 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3584 |
| /* 3560 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3575 |
| /* 3564 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3575 |
| /* 3570 */ MCD_OPC_Decode, 228, 20, 157, 2, // Opcode: t2STRHT |
| /* 3575 */ MCD_OPC_CheckPredicate, 22, 94, 13, // Skip to: 7001 |
| /* 3579 */ MCD_OPC_Decode, 233, 20, 158, 2, // Opcode: t2STRHi8 |
| /* 3584 */ MCD_OPC_FilterValue, 1, 85, 13, // Skip to: 7001 |
| /* 3588 */ MCD_OPC_CheckPredicate, 22, 81, 13, // Skip to: 7001 |
| /* 3592 */ MCD_OPC_Decode, 230, 20, 156, 2, // Opcode: t2STRH_PRE |
| /* 3597 */ MCD_OPC_FilterValue, 1, 72, 13, // Skip to: 7001 |
| /* 3601 */ MCD_OPC_CheckPredicate, 22, 68, 13, // Skip to: 7001 |
| /* 3605 */ MCD_OPC_Decode, 232, 20, 159, 2, // Opcode: t2STRHi12 |
| /* 3610 */ MCD_OPC_FilterValue, 3, 175, 0, // Skip to: 3789 |
| /* 3614 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3617 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 3746 |
| /* 3621 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3624 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 3659 |
| /* 3628 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
| /* 3631 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 3774 |
| /* 3635 */ MCD_OPC_CheckPredicate, 34, 11, 0, // Skip to: 3650 |
| /* 3639 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3650 |
| /* 3645 */ MCD_OPC_Decode, 219, 19, 160, 2, // Opcode: t2PLDWs |
| /* 3650 */ MCD_OPC_CheckPredicate, 22, 120, 0, // Skip to: 3774 |
| /* 3654 */ MCD_OPC_Decode, 135, 19, 160, 2, // Opcode: t2LDRHs |
| /* 3659 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3678 |
| /* 3663 */ MCD_OPC_CheckPredicate, 22, 107, 0, // Skip to: 3774 |
| /* 3667 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 3774 |
| /* 3673 */ MCD_OPC_Decode, 129, 19, 156, 2, // Opcode: t2LDRH_POST |
| /* 3678 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 3774 |
| /* 3682 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3685 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 3733 |
| /* 3689 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 3692 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3711 |
| /* 3696 */ MCD_OPC_CheckPredicate, 34, 24, 0, // Skip to: 3724 |
| /* 3700 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 3724 |
| /* 3706 */ MCD_OPC_Decode, 218, 19, 161, 2, // Opcode: t2PLDWi8 |
| /* 3711 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 3724 |
| /* 3715 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 3724 |
| /* 3719 */ MCD_OPC_Decode, 128, 19, 162, 2, // Opcode: t2LDRHT |
| /* 3724 */ MCD_OPC_CheckPredicate, 22, 46, 0, // Skip to: 3774 |
| /* 3728 */ MCD_OPC_Decode, 132, 19, 161, 2, // Opcode: t2LDRHi8 |
| /* 3733 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 3774 |
| /* 3737 */ MCD_OPC_CheckPredicate, 22, 33, 0, // Skip to: 3774 |
| /* 3741 */ MCD_OPC_Decode, 130, 19, 156, 2, // Opcode: t2LDRH_PRE |
| /* 3746 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 3774 |
| /* 3750 */ MCD_OPC_CheckPredicate, 34, 11, 0, // Skip to: 3765 |
| /* 3754 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3765 |
| /* 3760 */ MCD_OPC_Decode, 217, 19, 163, 2, // Opcode: t2PLDWi12 |
| /* 3765 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 3774 |
| /* 3769 */ MCD_OPC_Decode, 131, 19, 163, 2, // Opcode: t2LDRHi12 |
| /* 3774 */ MCD_OPC_CheckPredicate, 22, 151, 12, // Skip to: 7001 |
| /* 3778 */ MCD_OPC_CheckField, 16, 4, 15, 145, 12, // Skip to: 7001 |
| /* 3784 */ MCD_OPC_Decode, 133, 19, 164, 2, // Opcode: t2LDRHpci |
| /* 3789 */ MCD_OPC_FilterValue, 4, 109, 0, // Skip to: 3902 |
| /* 3793 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3796 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3889 |
| /* 3800 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3803 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3822 |
| /* 3807 */ MCD_OPC_CheckPredicate, 22, 118, 12, // Skip to: 7001 |
| /* 3811 */ MCD_OPC_CheckField, 6, 4, 0, 112, 12, // Skip to: 7001 |
| /* 3817 */ MCD_OPC_Decode, 241, 20, 165, 2, // Opcode: t2STRs |
| /* 3822 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3841 |
| /* 3826 */ MCD_OPC_CheckPredicate, 22, 99, 12, // Skip to: 7001 |
| /* 3830 */ MCD_OPC_CheckField, 8, 1, 1, 93, 12, // Skip to: 7001 |
| /* 3836 */ MCD_OPC_Decode, 236, 20, 156, 2, // Opcode: t2STR_POST |
| /* 3841 */ MCD_OPC_FilterValue, 3, 84, 12, // Skip to: 7001 |
| /* 3845 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3848 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3876 |
| /* 3852 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3867 |
| /* 3856 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3867 |
| /* 3862 */ MCD_OPC_Decode, 235, 20, 157, 2, // Opcode: t2STRT |
| /* 3867 */ MCD_OPC_CheckPredicate, 22, 58, 12, // Skip to: 7001 |
| /* 3871 */ MCD_OPC_Decode, 240, 20, 166, 2, // Opcode: t2STRi8 |
| /* 3876 */ MCD_OPC_FilterValue, 1, 49, 12, // Skip to: 7001 |
| /* 3880 */ MCD_OPC_CheckPredicate, 22, 45, 12, // Skip to: 7001 |
| /* 3884 */ MCD_OPC_Decode, 237, 20, 156, 2, // Opcode: t2STR_PRE |
| /* 3889 */ MCD_OPC_FilterValue, 1, 36, 12, // Skip to: 7001 |
| /* 3893 */ MCD_OPC_CheckPredicate, 22, 32, 12, // Skip to: 7001 |
| /* 3897 */ MCD_OPC_Decode, 239, 20, 167, 2, // Opcode: t2STRi12 |
| /* 3902 */ MCD_OPC_FilterValue, 5, 23, 12, // Skip to: 7001 |
| /* 3906 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 3909 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 4002 |
| /* 3913 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 3916 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3935 |
| /* 3920 */ MCD_OPC_CheckPredicate, 22, 91, 0, // Skip to: 4015 |
| /* 3924 */ MCD_OPC_CheckField, 6, 4, 0, 85, 0, // Skip to: 4015 |
| /* 3930 */ MCD_OPC_Decode, 160, 19, 160, 2, // Opcode: t2LDRs |
| /* 3935 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3954 |
| /* 3939 */ MCD_OPC_CheckPredicate, 22, 72, 0, // Skip to: 4015 |
| /* 3943 */ MCD_OPC_CheckField, 8, 1, 1, 66, 0, // Skip to: 4015 |
| /* 3949 */ MCD_OPC_Decode, 153, 19, 156, 2, // Opcode: t2LDR_POST |
| /* 3954 */ MCD_OPC_FilterValue, 3, 57, 0, // Skip to: 4015 |
| /* 3958 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 3961 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3989 |
| /* 3965 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 3980 |
| /* 3969 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3980 |
| /* 3975 */ MCD_OPC_Decode, 152, 19, 162, 2, // Opcode: t2LDRT |
| /* 3980 */ MCD_OPC_CheckPredicate, 22, 31, 0, // Skip to: 4015 |
| /* 3984 */ MCD_OPC_Decode, 156, 19, 161, 2, // Opcode: t2LDRi8 |
| /* 3989 */ MCD_OPC_FilterValue, 1, 22, 0, // Skip to: 4015 |
| /* 3993 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 4015 |
| /* 3997 */ MCD_OPC_Decode, 154, 19, 156, 2, // Opcode: t2LDR_PRE |
| /* 4002 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4015 |
| /* 4006 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 4015 |
| /* 4010 */ MCD_OPC_Decode, 155, 19, 163, 2, // Opcode: t2LDRi12 |
| /* 4015 */ MCD_OPC_CheckPredicate, 22, 166, 11, // Skip to: 7001 |
| /* 4019 */ MCD_OPC_CheckField, 16, 4, 15, 160, 11, // Skip to: 7001 |
| /* 4025 */ MCD_OPC_Decode, 157, 19, 164, 2, // Opcode: t2LDRpci |
| /* 4030 */ MCD_OPC_FilterValue, 1, 70, 1, // Skip to: 4360 |
| /* 4034 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 4037 */ MCD_OPC_FilterValue, 1, 191, 0, // Skip to: 4232 |
| /* 4041 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 4044 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 4173 |
| /* 4048 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 4051 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4086 |
| /* 4055 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
| /* 4058 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 4201 |
| /* 4062 */ MCD_OPC_CheckPredicate, 28, 11, 0, // Skip to: 4077 |
| /* 4066 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4077 |
| /* 4072 */ MCD_OPC_Decode, 227, 19, 160, 2, // Opcode: t2PLIs |
| /* 4077 */ MCD_OPC_CheckPredicate, 22, 120, 0, // Skip to: 4201 |
| /* 4081 */ MCD_OPC_Decode, 143, 19, 160, 2, // Opcode: t2LDRSBs |
| /* 4086 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 4105 |
| /* 4090 */ MCD_OPC_CheckPredicate, 22, 107, 0, // Skip to: 4201 |
| /* 4094 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 4201 |
| /* 4100 */ MCD_OPC_Decode, 137, 19, 156, 2, // Opcode: t2LDRSB_POST |
| /* 4105 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 4201 |
| /* 4109 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 4112 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 4160 |
| /* 4116 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
| /* 4119 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4138 |
| /* 4123 */ MCD_OPC_CheckPredicate, 28, 24, 0, // Skip to: 4151 |
| /* 4127 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 4151 |
| /* 4133 */ MCD_OPC_Decode, 225, 19, 161, 2, // Opcode: t2PLIi8 |
| /* 4138 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4151 |
| /* 4142 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 4151 |
| /* 4146 */ MCD_OPC_Decode, 136, 19, 162, 2, // Opcode: t2LDRSBT |
| /* 4151 */ MCD_OPC_CheckPredicate, 22, 46, 0, // Skip to: 4201 |
| /* 4155 */ MCD_OPC_Decode, 140, 19, 161, 2, // Opcode: t2LDRSBi8 |
| /* 4160 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 4201 |
| /* 4164 */ MCD_OPC_CheckPredicate, 22, 33, 0, // Skip to: 4201 |
| /* 4168 */ MCD_OPC_Decode, 138, 19, 156, 2, // Opcode: t2LDRSB_PRE |
| /* 4173 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 4201 |
| /* 4177 */ MCD_OPC_CheckPredicate, 28, 11, 0, // Skip to: 4192 |
| /* 4181 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4192 |
| /* 4187 */ MCD_OPC_Decode, 224, 19, 163, 2, // Opcode: t2PLIi12 |
| /* 4192 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 4201 |
| /* 4196 */ MCD_OPC_Decode, 139, 19, 163, 2, // Opcode: t2LDRSBi12 |
| /* 4201 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 4204 */ MCD_OPC_FilterValue, 15, 233, 10, // Skip to: 7001 |
| /* 4208 */ MCD_OPC_CheckPredicate, 28, 11, 0, // Skip to: 4223 |
| /* 4212 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4223 |
| /* 4218 */ MCD_OPC_Decode, 226, 19, 164, 2, // Opcode: t2PLIpci |
| /* 4223 */ MCD_OPC_CheckPredicate, 22, 214, 10, // Skip to: 7001 |
| /* 4227 */ MCD_OPC_Decode, 141, 19, 164, 2, // Opcode: t2LDRSBpci |
| /* 4232 */ MCD_OPC_FilterValue, 3, 205, 10, // Skip to: 7001 |
| /* 4236 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 4239 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 4332 |
| /* 4243 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
| /* 4246 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4265 |
| /* 4250 */ MCD_OPC_CheckPredicate, 22, 91, 0, // Skip to: 4345 |
| /* 4254 */ MCD_OPC_CheckField, 6, 4, 0, 85, 0, // Skip to: 4345 |
| /* 4260 */ MCD_OPC_Decode, 151, 19, 160, 2, // Opcode: t2LDRSHs |
| /* 4265 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 4284 |
| /* 4269 */ MCD_OPC_CheckPredicate, 22, 72, 0, // Skip to: 4345 |
| /* 4273 */ MCD_OPC_CheckField, 8, 1, 1, 66, 0, // Skip to: 4345 |
| /* 4279 */ MCD_OPC_Decode, 145, 19, 156, 2, // Opcode: t2LDRSH_POST |
| /* 4284 */ MCD_OPC_FilterValue, 3, 57, 0, // Skip to: 4345 |
| /* 4288 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
| /* 4291 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4319 |
| /* 4295 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4310 |
| /* 4299 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 4310 |
| /* 4305 */ MCD_OPC_Decode, 144, 19, 162, 2, // Opcode: t2LDRSHT |
| /* 4310 */ MCD_OPC_CheckPredicate, 22, 31, 0, // Skip to: 4345 |
| /* 4314 */ MCD_OPC_Decode, 148, 19, 161, 2, // Opcode: t2LDRSHi8 |
| /* 4319 */ MCD_OPC_FilterValue, 1, 22, 0, // Skip to: 4345 |
| /* 4323 */ MCD_OPC_CheckPredicate, 22, 18, 0, // Skip to: 4345 |
| /* 4327 */ MCD_OPC_Decode, 146, 19, 156, 2, // Opcode: t2LDRSH_PRE |
| /* 4332 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4345 |
| /* 4336 */ MCD_OPC_CheckPredicate, 22, 5, 0, // Skip to: 4345 |
| /* 4340 */ MCD_OPC_Decode, 147, 19, 163, 2, // Opcode: t2LDRSHi12 |
| /* 4345 */ MCD_OPC_CheckPredicate, 22, 92, 10, // Skip to: 7001 |
| /* 4349 */ MCD_OPC_CheckField, 16, 4, 15, 86, 10, // Skip to: 7001 |
| /* 4355 */ MCD_OPC_Decode, 149, 19, 164, 2, // Opcode: t2LDRSHpci |
| /* 4360 */ MCD_OPC_FilterValue, 2, 47, 6, // Skip to: 5947 |
| /* 4364 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
| /* 4367 */ MCD_OPC_FilterValue, 0, 105, 0, // Skip to: 4476 |
| /* 4371 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4374 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4399 |
| /* 4378 */ MCD_OPC_CheckPredicate, 22, 59, 10, // Skip to: 7001 |
| /* 4382 */ MCD_OPC_CheckField, 12, 4, 15, 53, 10, // Skip to: 7001 |
| /* 4388 */ MCD_OPC_CheckField, 4, 3, 0, 47, 10, // Skip to: 7001 |
| /* 4394 */ MCD_OPC_Decode, 164, 19, 251, 1, // Opcode: t2LSLrr |
| /* 4399 */ MCD_OPC_FilterValue, 1, 38, 10, // Skip to: 7001 |
| /* 4403 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4406 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4441 |
| /* 4410 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4413 */ MCD_OPC_FilterValue, 15, 24, 10, // Skip to: 7001 |
| /* 4417 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4432 |
| /* 4421 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4432 |
| /* 4427 */ MCD_OPC_Decode, 255, 20, 168, 2, // Opcode: t2SXTH |
| /* 4432 */ MCD_OPC_CheckPredicate, 25, 5, 10, // Skip to: 7001 |
| /* 4436 */ MCD_OPC_Decode, 252, 20, 169, 2, // Opcode: t2SXTAH |
| /* 4441 */ MCD_OPC_FilterValue, 1, 252, 9, // Skip to: 7001 |
| /* 4445 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4448 */ MCD_OPC_FilterValue, 15, 245, 9, // Skip to: 7001 |
| /* 4452 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4467 |
| /* 4456 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4467 |
| /* 4462 */ MCD_OPC_Decode, 170, 21, 168, 2, // Opcode: t2UXTH |
| /* 4467 */ MCD_OPC_CheckPredicate, 25, 226, 9, // Skip to: 7001 |
| /* 4471 */ MCD_OPC_Decode, 167, 21, 169, 2, // Opcode: t2UXTAH |
| /* 4476 */ MCD_OPC_FilterValue, 1, 105, 0, // Skip to: 4585 |
| /* 4480 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4483 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4508 |
| /* 4487 */ MCD_OPC_CheckPredicate, 22, 206, 9, // Skip to: 7001 |
| /* 4491 */ MCD_OPC_CheckField, 12, 4, 15, 200, 9, // Skip to: 7001 |
| /* 4497 */ MCD_OPC_CheckField, 4, 3, 0, 194, 9, // Skip to: 7001 |
| /* 4503 */ MCD_OPC_Decode, 166, 19, 251, 1, // Opcode: t2LSRrr |
| /* 4508 */ MCD_OPC_FilterValue, 1, 185, 9, // Skip to: 7001 |
| /* 4512 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4515 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4550 |
| /* 4519 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4522 */ MCD_OPC_FilterValue, 15, 171, 9, // Skip to: 7001 |
| /* 4526 */ MCD_OPC_CheckPredicate, 35, 11, 0, // Skip to: 4541 |
| /* 4530 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4541 |
| /* 4536 */ MCD_OPC_Decode, 254, 20, 168, 2, // Opcode: t2SXTB16 |
| /* 4541 */ MCD_OPC_CheckPredicate, 22, 152, 9, // Skip to: 7001 |
| /* 4545 */ MCD_OPC_Decode, 251, 20, 169, 2, // Opcode: t2SXTAB16 |
| /* 4550 */ MCD_OPC_FilterValue, 1, 143, 9, // Skip to: 7001 |
| /* 4554 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4557 */ MCD_OPC_FilterValue, 15, 136, 9, // Skip to: 7001 |
| /* 4561 */ MCD_OPC_CheckPredicate, 25, 11, 0, // Skip to: 4576 |
| /* 4565 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4576 |
| /* 4571 */ MCD_OPC_Decode, 169, 21, 168, 2, // Opcode: t2UXTB16 |
| /* 4576 */ MCD_OPC_CheckPredicate, 22, 117, 9, // Skip to: 7001 |
| /* 4580 */ MCD_OPC_Decode, 166, 21, 169, 2, // Opcode: t2UXTAB16 |
| /* 4585 */ MCD_OPC_FilterValue, 2, 105, 0, // Skip to: 4694 |
| /* 4589 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
| /* 4592 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4617 |
| /* 4596 */ MCD_OPC_CheckPredicate, 22, 97, 9, // Skip to: 7001 |
| /* 4600 */ MCD_OPC_CheckField, 12, 4, 15, 91, 9, // Skip to: 7001 |
| /* 4606 */ MCD_OPC_CheckField, 4, 3, 0, 85, 9, // Skip to: 7001 |
| /* 4612 */ MCD_OPC_Decode, 170, 18, 251, 1, // Opcode: t2ASRrr |
| /* 4617 */ MCD_OPC_FilterValue, 1, 76, 9, // Skip to: 7001 |
| /* 4621 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4624 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4659 |
| /* 4628 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4631 */ MCD_OPC_FilterValue, 15, 62, 9, // Skip to: 7001 |
| /* 4635 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4650 |
| /* 4639 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4650 |
| /* 4645 */ MCD_OPC_Decode, 253, 20, 168, 2, // Opcode: t2SXTB |
| /* 4650 */ MCD_OPC_CheckPredicate, 25, 43, 9, // Skip to: 7001 |
| /* 4654 */ MCD_OPC_Decode, 250, 20, 169, 2, // Opcode: t2SXTAB |
| /* 4659 */ MCD_OPC_FilterValue, 1, 34, 9, // Skip to: 7001 |
| /* 4663 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| /* 4666 */ MCD_OPC_FilterValue, 15, 27, 9, // Skip to: 7001 |
| /* 4670 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4685 |
| /* 4674 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4685 |
| /* 4680 */ MCD_OPC_Decode, 168, 21, 168, 2, // Opcode: t2UXTB |
| /* 4685 */ MCD_OPC_CheckPredicate, 25, 8, 9, // Skip to: 7001 |
| /* 4689 */ MCD_OPC_Decode, 165, 21, 169, 2, // Opcode: t2UXTAB |
| /* 4694 */ MCD_OPC_FilterValue, 3, 21, 0, // Skip to: 4719 |
| /* 4698 */ MCD_OPC_CheckPredicate, 22, 251, 8, // Skip to: 7001 |
| /* 4702 */ MCD_OPC_CheckField, 12, 4, 15, 245, 8, // Skip to: 7001 |
| /* 4708 */ MCD_OPC_CheckField, 4, 4, 0, 239, 8, // Skip to: 7001 |
| /* 4714 */ MCD_OPC_Decode, 247, 19, 251, 1, // Opcode: t2RORrr |
| /* 4719 */ MCD_OPC_FilterValue, 4, 197, 1, // Skip to: 5176 |
| /* 4723 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 4726 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 4771 |
| /* 4730 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4733 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4752 |
| /* 4737 */ MCD_OPC_CheckPredicate, 27, 212, 8, // Skip to: 7001 |
| /* 4741 */ MCD_OPC_CheckField, 12, 4, 15, 206, 8, // Skip to: 7001 |
| /* 4747 */ MCD_OPC_Decode, 255, 19, 170, 2, // Opcode: t2SADD8 |
| /* 4752 */ MCD_OPC_FilterValue, 1, 197, 8, // Skip to: 7001 |
| /* 4756 */ MCD_OPC_CheckPredicate, 27, 193, 8, // Skip to: 7001 |
| /* 4760 */ MCD_OPC_CheckField, 12, 4, 15, 187, 8, // Skip to: 7001 |
| /* 4766 */ MCD_OPC_Decode, 254, 19, 170, 2, // Opcode: t2SADD16 |
| /* 4771 */ MCD_OPC_FilterValue, 1, 41, 0, // Skip to: 4816 |
| /* 4775 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4778 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4797 |
| /* 4782 */ MCD_OPC_CheckPredicate, 27, 167, 8, // Skip to: 7001 |
| /* 4786 */ MCD_OPC_CheckField, 12, 4, 15, 161, 8, // Skip to: 7001 |
| /* 4792 */ MCD_OPC_Decode, 230, 19, 170, 2, // Opcode: t2QADD8 |
| /* 4797 */ MCD_OPC_FilterValue, 1, 152, 8, // Skip to: 7001 |
| /* 4801 */ MCD_OPC_CheckPredicate, 27, 148, 8, // Skip to: 7001 |
| /* 4805 */ MCD_OPC_CheckField, 12, 4, 15, 142, 8, // Skip to: 7001 |
| /* 4811 */ MCD_OPC_Decode, 229, 19, 170, 2, // Opcode: t2QADD16 |
| /* 4816 */ MCD_OPC_FilterValue, 2, 41, 0, // Skip to: 4861 |
| /* 4820 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4823 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4842 |
| /* 4827 */ MCD_OPC_CheckPredicate, 27, 122, 8, // Skip to: 7001 |
| /* 4831 */ MCD_OPC_CheckField, 12, 4, 15, 116, 8, // Skip to: 7001 |
| /* 4837 */ MCD_OPC_Decode, 136, 20, 170, 2, // Opcode: t2SHADD8 |
| /* 4842 */ MCD_OPC_FilterValue, 1, 107, 8, // Skip to: 7001 |
| /* 4846 */ MCD_OPC_CheckPredicate, 27, 103, 8, // Skip to: 7001 |
| /* 4850 */ MCD_OPC_CheckField, 12, 4, 15, 97, 8, // Skip to: 7001 |
| /* 4856 */ MCD_OPC_Decode, 135, 20, 170, 2, // Opcode: t2SHADD16 |
| /* 4861 */ MCD_OPC_FilterValue, 4, 41, 0, // Skip to: 4906 |
| /* 4865 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4868 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4887 |
| /* 4872 */ MCD_OPC_CheckPredicate, 27, 77, 8, // Skip to: 7001 |
| /* 4876 */ MCD_OPC_CheckField, 12, 4, 15, 71, 8, // Skip to: 7001 |
| /* 4882 */ MCD_OPC_Decode, 139, 21, 170, 2, // Opcode: t2UADD8 |
| /* 4887 */ MCD_OPC_FilterValue, 1, 62, 8, // Skip to: 7001 |
| /* 4891 */ MCD_OPC_CheckPredicate, 27, 58, 8, // Skip to: 7001 |
| /* 4895 */ MCD_OPC_CheckField, 12, 4, 15, 52, 8, // Skip to: 7001 |
| /* 4901 */ MCD_OPC_Decode, 138, 21, 170, 2, // Opcode: t2UADD16 |
| /* 4906 */ MCD_OPC_FilterValue, 5, 41, 0, // Skip to: 4951 |
| /* 4910 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4913 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4932 |
| /* 4917 */ MCD_OPC_CheckPredicate, 27, 32, 8, // Skip to: 7001 |
| /* 4921 */ MCD_OPC_CheckField, 12, 4, 15, 26, 8, // Skip to: 7001 |
| /* 4927 */ MCD_OPC_Decode, 153, 21, 170, 2, // Opcode: t2UQADD8 |
| /* 4932 */ MCD_OPC_FilterValue, 1, 17, 8, // Skip to: 7001 |
| /* 4936 */ MCD_OPC_CheckPredicate, 27, 13, 8, // Skip to: 7001 |
| /* 4940 */ MCD_OPC_CheckField, 12, 4, 15, 7, 8, // Skip to: 7001 |
| /* 4946 */ MCD_OPC_Decode, 152, 21, 170, 2, // Opcode: t2UQADD16 |
| /* 4951 */ MCD_OPC_FilterValue, 6, 41, 0, // Skip to: 4996 |
| /* 4955 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 4958 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4977 |
| /* 4962 */ MCD_OPC_CheckPredicate, 27, 243, 7, // Skip to: 7001 |
| /* 4966 */ MCD_OPC_CheckField, 12, 4, 15, 237, 7, // Skip to: 7001 |
| /* 4972 */ MCD_OPC_Decode, 144, 21, 170, 2, // Opcode: t2UHADD8 |
| /* 4977 */ MCD_OPC_FilterValue, 1, 228, 7, // Skip to: 7001 |
| /* 4981 */ MCD_OPC_CheckPredicate, 27, 224, 7, // Skip to: 7001 |
| /* 4985 */ MCD_OPC_CheckField, 12, 4, 15, 218, 7, // Skip to: 7001 |
| /* 4991 */ MCD_OPC_Decode, 143, 21, 170, 2, // Opcode: t2UHADD16 |
| /* 4996 */ MCD_OPC_FilterValue, 8, 41, 0, // Skip to: 5041 |
| /* 5000 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5003 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5022 |
| /* 5007 */ MCD_OPC_CheckPredicate, 27, 198, 7, // Skip to: 7001 |
| /* 5011 */ MCD_OPC_CheckField, 12, 4, 15, 192, 7, // Skip to: 7001 |
| /* 5017 */ MCD_OPC_Decode, 228, 19, 171, 2, // Opcode: t2QADD |
| /* 5022 */ MCD_OPC_FilterValue, 1, 183, 7, // Skip to: 7001 |
| /* 5026 */ MCD_OPC_CheckPredicate, 22, 179, 7, // Skip to: 7001 |
| /* 5030 */ MCD_OPC_CheckField, 12, 4, 15, 173, 7, // Skip to: 7001 |
| /* 5036 */ MCD_OPC_Decode, 239, 19, 172, 2, // Opcode: t2REV |
| /* 5041 */ MCD_OPC_FilterValue, 9, 41, 0, // Skip to: 5086 |
| /* 5045 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5048 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5067 |
| /* 5052 */ MCD_OPC_CheckPredicate, 27, 153, 7, // Skip to: 7001 |
| /* 5056 */ MCD_OPC_CheckField, 12, 4, 15, 147, 7, // Skip to: 7001 |
| /* 5062 */ MCD_OPC_Decode, 232, 19, 171, 2, // Opcode: t2QDADD |
| /* 5067 */ MCD_OPC_FilterValue, 1, 138, 7, // Skip to: 7001 |
| /* 5071 */ MCD_OPC_CheckPredicate, 22, 134, 7, // Skip to: 7001 |
| /* 5075 */ MCD_OPC_CheckField, 12, 4, 15, 128, 7, // Skip to: 7001 |
| /* 5081 */ MCD_OPC_Decode, 240, 19, 172, 2, // Opcode: t2REV16 |
| /* 5086 */ MCD_OPC_FilterValue, 10, 41, 0, // Skip to: 5131 |
| /* 5090 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5093 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5112 |
| /* 5097 */ MCD_OPC_CheckPredicate, 27, 108, 7, // Skip to: 7001 |
| /* 5101 */ MCD_OPC_CheckField, 12, 4, 15, 102, 7, // Skip to: 7001 |
| /* 5107 */ MCD_OPC_Decode, 235, 19, 171, 2, // Opcode: t2QSUB |
| /* 5112 */ MCD_OPC_FilterValue, 1, 93, 7, // Skip to: 7001 |
| /* 5116 */ MCD_OPC_CheckPredicate, 22, 89, 7, // Skip to: 7001 |
| /* 5120 */ MCD_OPC_CheckField, 12, 4, 15, 83, 7, // Skip to: 7001 |
| /* 5126 */ MCD_OPC_Decode, 238, 19, 172, 2, // Opcode: t2RBIT |
| /* 5131 */ MCD_OPC_FilterValue, 11, 74, 7, // Skip to: 7001 |
| /* 5135 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5138 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5157 |
| /* 5142 */ MCD_OPC_CheckPredicate, 27, 63, 7, // Skip to: 7001 |
| /* 5146 */ MCD_OPC_CheckField, 12, 4, 15, 57, 7, // Skip to: 7001 |
| /* 5152 */ MCD_OPC_Decode, 233, 19, 171, 2, // Opcode: t2QDSUB |
| /* 5157 */ MCD_OPC_FilterValue, 1, 48, 7, // Skip to: 7001 |
| /* 5161 */ MCD_OPC_CheckPredicate, 22, 44, 7, // Skip to: 7001 |
| /* 5165 */ MCD_OPC_CheckField, 12, 4, 15, 38, 7, // Skip to: 7001 |
| /* 5171 */ MCD_OPC_Decode, 241, 19, 172, 2, // Opcode: t2REVSH |
| /* 5176 */ MCD_OPC_FilterValue, 5, 198, 0, // Skip to: 5378 |
| /* 5180 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 5183 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 5208 |
| /* 5187 */ MCD_OPC_CheckPredicate, 27, 18, 7, // Skip to: 7001 |
| /* 5191 */ MCD_OPC_CheckField, 20, 1, 0, 12, 7, // Skip to: 7001 |
| /* 5197 */ MCD_OPC_CheckField, 12, 4, 15, 6, 7, // Skip to: 7001 |
| /* 5203 */ MCD_OPC_Decode, 128, 20, 170, 2, // Opcode: t2SASX |
| /* 5208 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 5233 |
| /* 5212 */ MCD_OPC_CheckPredicate, 27, 249, 6, // Skip to: 7001 |
| /* 5216 */ MCD_OPC_CheckField, 20, 1, 0, 243, 6, // Skip to: 7001 |
| /* 5222 */ MCD_OPC_CheckField, 12, 4, 15, 237, 6, // Skip to: 7001 |
| /* 5228 */ MCD_OPC_Decode, 231, 19, 170, 2, // Opcode: t2QASX |
| /* 5233 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 5258 |
| /* 5237 */ MCD_OPC_CheckPredicate, 27, 224, 6, // Skip to: 7001 |
| /* 5241 */ MCD_OPC_CheckField, 20, 1, 0, 218, 6, // Skip to: 7001 |
| /* 5247 */ MCD_OPC_CheckField, 12, 4, 15, 212, 6, // Skip to: 7001 |
| /* 5253 */ MCD_OPC_Decode, 137, 20, 170, 2, // Opcode: t2SHASX |
| /* 5258 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 5283 |
| /* 5262 */ MCD_OPC_CheckPredicate, 27, 199, 6, // Skip to: 7001 |
| /* 5266 */ MCD_OPC_CheckField, 20, 1, 0, 193, 6, // Skip to: 7001 |
| /* 5272 */ MCD_OPC_CheckField, 12, 4, 15, 187, 6, // Skip to: 7001 |
| /* 5278 */ MCD_OPC_Decode, 140, 21, 170, 2, // Opcode: t2UASX |
| /* 5283 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 5308 |
| /* 5287 */ MCD_OPC_CheckPredicate, 27, 174, 6, // Skip to: 7001 |
| /* 5291 */ MCD_OPC_CheckField, 20, 1, 0, 168, 6, // Skip to: 7001 |
| /* 5297 */ MCD_OPC_CheckField, 12, 4, 15, 162, 6, // Skip to: 7001 |
| /* 5303 */ MCD_OPC_Decode, 154, 21, 170, 2, // Opcode: t2UQASX |
| /* 5308 */ MCD_OPC_FilterValue, 6, 21, 0, // Skip to: 5333 |
| /* 5312 */ MCD_OPC_CheckPredicate, 27, 149, 6, // Skip to: 7001 |
| /* 5316 */ MCD_OPC_CheckField, 20, 1, 0, 143, 6, // Skip to: 7001 |
| /* 5322 */ MCD_OPC_CheckField, 12, 4, 15, 137, 6, // Skip to: 7001 |
| /* 5328 */ MCD_OPC_Decode, 145, 21, 170, 2, // Opcode: t2UHASX |
| /* 5333 */ MCD_OPC_FilterValue, 8, 128, 6, // Skip to: 7001 |
| /* 5337 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5340 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5359 |
| /* 5344 */ MCD_OPC_CheckPredicate, 27, 117, 6, // Skip to: 7001 |
| /* 5348 */ MCD_OPC_CheckField, 12, 4, 15, 111, 6, // Skip to: 7001 |
| /* 5354 */ MCD_OPC_Decode, 134, 20, 173, 2, // Opcode: t2SEL |
| /* 5359 */ MCD_OPC_FilterValue, 1, 102, 6, // Skip to: 7001 |
| /* 5363 */ MCD_OPC_CheckPredicate, 22, 98, 6, // Skip to: 7001 |
| /* 5367 */ MCD_OPC_CheckField, 12, 4, 15, 92, 6, // Skip to: 7001 |
| /* 5373 */ MCD_OPC_Decode, 183, 18, 172, 2, // Opcode: t2CLZ |
| /* 5378 */ MCD_OPC_FilterValue, 6, 152, 1, // Skip to: 5790 |
| /* 5382 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 5385 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 5430 |
| /* 5389 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5392 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5411 |
| /* 5396 */ MCD_OPC_CheckPredicate, 27, 65, 6, // Skip to: 7001 |
| /* 5400 */ MCD_OPC_CheckField, 12, 4, 15, 59, 6, // Skip to: 7001 |
| /* 5406 */ MCD_OPC_Decode, 186, 20, 170, 2, // Opcode: t2SSUB8 |
| /* 5411 */ MCD_OPC_FilterValue, 1, 50, 6, // Skip to: 7001 |
| /* 5415 */ MCD_OPC_CheckPredicate, 27, 46, 6, // Skip to: 7001 |
| /* 5419 */ MCD_OPC_CheckField, 12, 4, 15, 40, 6, // Skip to: 7001 |
| /* 5425 */ MCD_OPC_Decode, 185, 20, 170, 2, // Opcode: t2SSUB16 |
| /* 5430 */ MCD_OPC_FilterValue, 1, 41, 0, // Skip to: 5475 |
| /* 5434 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5437 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5456 |
| /* 5441 */ MCD_OPC_CheckPredicate, 27, 20, 6, // Skip to: 7001 |
| /* 5445 */ MCD_OPC_CheckField, 12, 4, 15, 14, 6, // Skip to: 7001 |
| /* 5451 */ MCD_OPC_Decode, 237, 19, 170, 2, // Opcode: t2QSUB8 |
| /* 5456 */ MCD_OPC_FilterValue, 1, 5, 6, // Skip to: 7001 |
| /* 5460 */ MCD_OPC_CheckPredicate, 27, 1, 6, // Skip to: 7001 |
| /* 5464 */ MCD_OPC_CheckField, 12, 4, 15, 251, 5, // Skip to: 7001 |
| /* 5470 */ MCD_OPC_Decode, 236, 19, 170, 2, // Opcode: t2QSUB16 |
| /* 5475 */ MCD_OPC_FilterValue, 2, 41, 0, // Skip to: 5520 |
| /* 5479 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5482 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5501 |
| /* 5486 */ MCD_OPC_CheckPredicate, 27, 231, 5, // Skip to: 7001 |
| /* 5490 */ MCD_OPC_CheckField, 12, 4, 15, 225, 5, // Skip to: 7001 |
| /* 5496 */ MCD_OPC_Decode, 140, 20, 170, 2, // Opcode: t2SHSUB8 |
| /* 5501 */ MCD_OPC_FilterValue, 1, 216, 5, // Skip to: 7001 |
| /* 5505 */ MCD_OPC_CheckPredicate, 27, 212, 5, // Skip to: 7001 |
| /* 5509 */ MCD_OPC_CheckField, 12, 4, 15, 206, 5, // Skip to: 7001 |
| /* 5515 */ MCD_OPC_Decode, 139, 20, 170, 2, // Opcode: t2SHSUB16 |
| /* 5520 */ MCD_OPC_FilterValue, 4, 41, 0, // Skip to: 5565 |
| /* 5524 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5527 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5546 |
| /* 5531 */ MCD_OPC_CheckPredicate, 27, 186, 5, // Skip to: 7001 |
| /* 5535 */ MCD_OPC_CheckField, 12, 4, 15, 180, 5, // Skip to: 7001 |
| /* 5541 */ MCD_OPC_Decode, 164, 21, 170, 2, // Opcode: t2USUB8 |
| /* 5546 */ MCD_OPC_FilterValue, 1, 171, 5, // Skip to: 7001 |
| /* 5550 */ MCD_OPC_CheckPredicate, 27, 167, 5, // Skip to: 7001 |
| /* 5554 */ MCD_OPC_CheckField, 12, 4, 15, 161, 5, // Skip to: 7001 |
| /* 5560 */ MCD_OPC_Decode, 163, 21, 170, 2, // Opcode: t2USUB16 |
| /* 5565 */ MCD_OPC_FilterValue, 5, 41, 0, // Skip to: 5610 |
| /* 5569 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5572 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5591 |
| /* 5576 */ MCD_OPC_CheckPredicate, 27, 141, 5, // Skip to: 7001 |
| /* 5580 */ MCD_OPC_CheckField, 12, 4, 15, 135, 5, // Skip to: 7001 |
| /* 5586 */ MCD_OPC_Decode, 157, 21, 170, 2, // Opcode: t2UQSUB8 |
| /* 5591 */ MCD_OPC_FilterValue, 1, 126, 5, // Skip to: 7001 |
| /* 5595 */ MCD_OPC_CheckPredicate, 27, 122, 5, // Skip to: 7001 |
| /* 5599 */ MCD_OPC_CheckField, 12, 4, 15, 116, 5, // Skip to: 7001 |
| /* 5605 */ MCD_OPC_Decode, 156, 21, 170, 2, // Opcode: t2UQSUB16 |
| /* 5610 */ MCD_OPC_FilterValue, 6, 41, 0, // Skip to: 5655 |
| /* 5614 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5617 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5636 |
| /* 5621 */ MCD_OPC_CheckPredicate, 27, 96, 5, // Skip to: 7001 |
| /* 5625 */ MCD_OPC_CheckField, 12, 4, 15, 90, 5, // Skip to: 7001 |
| /* 5631 */ MCD_OPC_Decode, 148, 21, 170, 2, // Opcode: t2UHSUB8 |
| /* 5636 */ MCD_OPC_FilterValue, 1, 81, 5, // Skip to: 7001 |
| /* 5640 */ MCD_OPC_CheckPredicate, 27, 77, 5, // Skip to: 7001 |
| /* 5644 */ MCD_OPC_CheckField, 12, 4, 15, 71, 5, // Skip to: 7001 |
| /* 5650 */ MCD_OPC_Decode, 147, 21, 170, 2, // Opcode: t2UHSUB16 |
| /* 5655 */ MCD_OPC_FilterValue, 8, 41, 0, // Skip to: 5700 |
| /* 5659 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5662 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5681 |
| /* 5666 */ MCD_OPC_CheckPredicate, 36, 51, 5, // Skip to: 7001 |
| /* 5670 */ MCD_OPC_CheckField, 12, 4, 15, 45, 5, // Skip to: 7001 |
| /* 5676 */ MCD_OPC_Decode, 193, 18, 170, 2, // Opcode: t2CRC32B |
| /* 5681 */ MCD_OPC_FilterValue, 1, 36, 5, // Skip to: 7001 |
| /* 5685 */ MCD_OPC_CheckPredicate, 36, 32, 5, // Skip to: 7001 |
| /* 5689 */ MCD_OPC_CheckField, 12, 4, 15, 26, 5, // Skip to: 7001 |
| /* 5695 */ MCD_OPC_Decode, 194, 18, 170, 2, // Opcode: t2CRC32CB |
| /* 5700 */ MCD_OPC_FilterValue, 9, 41, 0, // Skip to: 5745 |
| /* 5704 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5707 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5726 |
| /* 5711 */ MCD_OPC_CheckPredicate, 36, 6, 5, // Skip to: 7001 |
| /* 5715 */ MCD_OPC_CheckField, 12, 4, 15, 0, 5, // Skip to: 7001 |
| /* 5721 */ MCD_OPC_Decode, 197, 18, 170, 2, // Opcode: t2CRC32H |
| /* 5726 */ MCD_OPC_FilterValue, 1, 247, 4, // Skip to: 7001 |
| /* 5730 */ MCD_OPC_CheckPredicate, 36, 243, 4, // Skip to: 7001 |
| /* 5734 */ MCD_OPC_CheckField, 12, 4, 15, 237, 4, // Skip to: 7001 |
| /* 5740 */ MCD_OPC_Decode, 195, 18, 170, 2, // Opcode: t2CRC32CH |
| /* 5745 */ MCD_OPC_FilterValue, 10, 228, 4, // Skip to: 7001 |
| /* 5749 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 5752 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5771 |
| /* 5756 */ MCD_OPC_CheckPredicate, 36, 217, 4, // Skip to: 7001 |
| /* 5760 */ MCD_OPC_CheckField, 12, 4, 15, 211, 4, // Skip to: 7001 |
| /* 5766 */ MCD_OPC_Decode, 198, 18, 170, 2, // Opcode: t2CRC32W |
| /* 5771 */ MCD_OPC_FilterValue, 1, 202, 4, // Skip to: 7001 |
| /* 5775 */ MCD_OPC_CheckPredicate, 36, 198, 4, // Skip to: 7001 |
| /* 5779 */ MCD_OPC_CheckField, 12, 4, 15, 192, 4, // Skip to: 7001 |
| /* 5785 */ MCD_OPC_Decode, 196, 18, 170, 2, // Opcode: t2CRC32CW |
| /* 5790 */ MCD_OPC_FilterValue, 7, 183, 4, // Skip to: 7001 |
| /* 5794 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 5797 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 5822 |
| /* 5801 */ MCD_OPC_CheckPredicate, 27, 172, 4, // Skip to: 7001 |
| /* 5805 */ MCD_OPC_CheckField, 20, 1, 0, 166, 4, // Skip to: 7001 |
| /* 5811 */ MCD_OPC_CheckField, 12, 4, 15, 160, 4, // Skip to: 7001 |
| /* 5817 */ MCD_OPC_Decode, 184, 20, 170, 2, // Opcode: t2SSAX |
| /* 5822 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 5847 |
| /* 5826 */ MCD_OPC_CheckPredicate, 27, 147, 4, // Skip to: 7001 |
| /* 5830 */ MCD_OPC_CheckField, 20, 1, 0, 141, 4, // Skip to: 7001 |
| /* 5836 */ MCD_OPC_CheckField, 12, 4, 15, 135, 4, // Skip to: 7001 |
| /* 5842 */ MCD_OPC_Decode, 234, 19, 170, 2, // Opcode: t2QSAX |
| /* 5847 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 5872 |
| /* 5851 */ MCD_OPC_CheckPredicate, 27, 122, 4, // Skip to: 7001 |
| /* 5855 */ MCD_OPC_CheckField, 20, 1, 0, 116, 4, // Skip to: 7001 |
| /* 5861 */ MCD_OPC_CheckField, 12, 4, 15, 110, 4, // Skip to: 7001 |
| /* 5867 */ MCD_OPC_Decode, 138, 20, 170, 2, // Opcode: t2SHSAX |
| /* 5872 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 5897 |
| /* 5876 */ MCD_OPC_CheckPredicate, 27, 97, 4, // Skip to: 7001 |
| /* 5880 */ MCD_OPC_CheckField, 20, 1, 0, 91, 4, // Skip to: 7001 |
| /* 5886 */ MCD_OPC_CheckField, 12, 4, 15, 85, 4, // Skip to: 7001 |
| /* 5892 */ MCD_OPC_Decode, 162, 21, 170, 2, // Opcode: t2USAX |
| /* 5897 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 5922 |
| /* 5901 */ MCD_OPC_CheckPredicate, 27, 72, 4, // Skip to: 7001 |
| /* 5905 */ MCD_OPC_CheckField, 20, 1, 0, 66, 4, // Skip to: 7001 |
| /* 5911 */ MCD_OPC_CheckField, 12, 4, 15, 60, 4, // Skip to: 7001 |
| /* 5917 */ MCD_OPC_Decode, 155, 21, 170, 2, // Opcode: t2UQSAX |
| /* 5922 */ MCD_OPC_FilterValue, 6, 51, 4, // Skip to: 7001 |
| /* 5926 */ MCD_OPC_CheckPredicate, 27, 47, 4, // Skip to: 7001 |
| /* 5930 */ MCD_OPC_CheckField, 20, 1, 0, 41, 4, // Skip to: 7001 |
| /* 5936 */ MCD_OPC_CheckField, 12, 4, 15, 35, 4, // Skip to: 7001 |
| /* 5942 */ MCD_OPC_Decode, 146, 21, 170, 2, // Opcode: t2UHSAX |
| /* 5947 */ MCD_OPC_FilterValue, 3, 230, 2, // Skip to: 6693 |
| /* 5951 */ MCD_OPC_ExtractField, 20, 4, // Inst{23-20} ... |
| /* 5954 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 6002 |
| /* 5958 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 5961 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 5989 |
| /* 5965 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 5980 |
| /* 5969 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 5980 |
| /* 5975 */ MCD_OPC_Decode, 204, 19, 170, 2, // Opcode: t2MUL |
| /* 5980 */ MCD_OPC_CheckPredicate, 22, 249, 3, // Skip to: 7001 |
| /* 5984 */ MCD_OPC_Decode, 171, 19, 174, 2, // Opcode: t2MLA |
| /* 5989 */ MCD_OPC_FilterValue, 1, 240, 3, // Skip to: 7001 |
| /* 5993 */ MCD_OPC_CheckPredicate, 22, 236, 3, // Skip to: 7001 |
| /* 5997 */ MCD_OPC_Decode, 172, 19, 174, 2, // Opcode: t2MLS |
| /* 6002 */ MCD_OPC_FilterValue, 1, 115, 0, // Skip to: 6121 |
| /* 6006 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6009 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6037 |
| /* 6013 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6028 |
| /* 6017 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6028 |
| /* 6023 */ MCD_OPC_Decode, 169, 20, 170, 2, // Opcode: t2SMULBB |
| /* 6028 */ MCD_OPC_CheckPredicate, 27, 201, 3, // Skip to: 7001 |
| /* 6032 */ MCD_OPC_Decode, 142, 20, 174, 2, // Opcode: t2SMLABB |
| /* 6037 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 6065 |
| /* 6041 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6056 |
| /* 6045 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6056 |
| /* 6051 */ MCD_OPC_Decode, 170, 20, 170, 2, // Opcode: t2SMULBT |
| /* 6056 */ MCD_OPC_CheckPredicate, 27, 173, 3, // Skip to: 7001 |
| /* 6060 */ MCD_OPC_Decode, 143, 20, 174, 2, // Opcode: t2SMLABT |
| /* 6065 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 6093 |
| /* 6069 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6084 |
| /* 6073 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6084 |
| /* 6079 */ MCD_OPC_Decode, 172, 20, 170, 2, // Opcode: t2SMULTB |
| /* 6084 */ MCD_OPC_CheckPredicate, 27, 145, 3, // Skip to: 7001 |
| /* 6088 */ MCD_OPC_Decode, 153, 20, 174, 2, // Opcode: t2SMLATB |
| /* 6093 */ MCD_OPC_FilterValue, 3, 136, 3, // Skip to: 7001 |
| /* 6097 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6112 |
| /* 6101 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6112 |
| /* 6107 */ MCD_OPC_Decode, 173, 20, 170, 2, // Opcode: t2SMULTT |
| /* 6112 */ MCD_OPC_CheckPredicate, 27, 117, 3, // Skip to: 7001 |
| /* 6116 */ MCD_OPC_Decode, 154, 20, 174, 2, // Opcode: t2SMLATT |
| /* 6121 */ MCD_OPC_FilterValue, 2, 59, 0, // Skip to: 6184 |
| /* 6125 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6128 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6156 |
| /* 6132 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6147 |
| /* 6136 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6147 |
| /* 6142 */ MCD_OPC_Decode, 167, 20, 170, 2, // Opcode: t2SMUAD |
| /* 6147 */ MCD_OPC_CheckPredicate, 27, 82, 3, // Skip to: 7001 |
| /* 6151 */ MCD_OPC_Decode, 144, 20, 174, 2, // Opcode: t2SMLAD |
| /* 6156 */ MCD_OPC_FilterValue, 1, 73, 3, // Skip to: 7001 |
| /* 6160 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6175 |
| /* 6164 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6175 |
| /* 6170 */ MCD_OPC_Decode, 168, 20, 170, 2, // Opcode: t2SMUADX |
| /* 6175 */ MCD_OPC_CheckPredicate, 27, 54, 3, // Skip to: 7001 |
| /* 6179 */ MCD_OPC_Decode, 145, 20, 174, 2, // Opcode: t2SMLADX |
| /* 6184 */ MCD_OPC_FilterValue, 3, 59, 0, // Skip to: 6247 |
| /* 6188 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6191 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6219 |
| /* 6195 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6210 |
| /* 6199 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6210 |
| /* 6205 */ MCD_OPC_Decode, 174, 20, 170, 2, // Opcode: t2SMULWB |
| /* 6210 */ MCD_OPC_CheckPredicate, 27, 19, 3, // Skip to: 7001 |
| /* 6214 */ MCD_OPC_Decode, 155, 20, 174, 2, // Opcode: t2SMLAWB |
| /* 6219 */ MCD_OPC_FilterValue, 1, 10, 3, // Skip to: 7001 |
| /* 6223 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6238 |
| /* 6227 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6238 |
| /* 6233 */ MCD_OPC_Decode, 175, 20, 170, 2, // Opcode: t2SMULWT |
| /* 6238 */ MCD_OPC_CheckPredicate, 27, 247, 2, // Skip to: 7001 |
| /* 6242 */ MCD_OPC_Decode, 156, 20, 174, 2, // Opcode: t2SMLAWT |
| /* 6247 */ MCD_OPC_FilterValue, 4, 59, 0, // Skip to: 6310 |
| /* 6251 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6254 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6282 |
| /* 6258 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6273 |
| /* 6262 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6273 |
| /* 6268 */ MCD_OPC_Decode, 176, 20, 170, 2, // Opcode: t2SMUSD |
| /* 6273 */ MCD_OPC_CheckPredicate, 27, 212, 2, // Skip to: 7001 |
| /* 6277 */ MCD_OPC_Decode, 157, 20, 174, 2, // Opcode: t2SMLSD |
| /* 6282 */ MCD_OPC_FilterValue, 1, 203, 2, // Skip to: 7001 |
| /* 6286 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6301 |
| /* 6290 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6301 |
| /* 6296 */ MCD_OPC_Decode, 177, 20, 170, 2, // Opcode: t2SMUSDX |
| /* 6301 */ MCD_OPC_CheckPredicate, 27, 184, 2, // Skip to: 7001 |
| /* 6305 */ MCD_OPC_Decode, 158, 20, 174, 2, // Opcode: t2SMLSDX |
| /* 6310 */ MCD_OPC_FilterValue, 5, 59, 0, // Skip to: 6373 |
| /* 6314 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6317 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6345 |
| /* 6321 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6336 |
| /* 6325 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6336 |
| /* 6331 */ MCD_OPC_Decode, 165, 20, 170, 2, // Opcode: t2SMMUL |
| /* 6336 */ MCD_OPC_CheckPredicate, 27, 149, 2, // Skip to: 7001 |
| /* 6340 */ MCD_OPC_Decode, 161, 20, 174, 2, // Opcode: t2SMMLA |
| /* 6345 */ MCD_OPC_FilterValue, 1, 140, 2, // Skip to: 7001 |
| /* 6349 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6364 |
| /* 6353 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6364 |
| /* 6359 */ MCD_OPC_Decode, 166, 20, 170, 2, // Opcode: t2SMMULR |
| /* 6364 */ MCD_OPC_CheckPredicate, 27, 121, 2, // Skip to: 7001 |
| /* 6368 */ MCD_OPC_Decode, 162, 20, 174, 2, // Opcode: t2SMMLAR |
| /* 6373 */ MCD_OPC_FilterValue, 6, 29, 0, // Skip to: 6406 |
| /* 6377 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6380 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6393 |
| /* 6384 */ MCD_OPC_CheckPredicate, 27, 101, 2, // Skip to: 7001 |
| /* 6388 */ MCD_OPC_Decode, 163, 20, 174, 2, // Opcode: t2SMMLS |
| /* 6393 */ MCD_OPC_FilterValue, 1, 92, 2, // Skip to: 7001 |
| /* 6397 */ MCD_OPC_CheckPredicate, 27, 88, 2, // Skip to: 7001 |
| /* 6401 */ MCD_OPC_Decode, 164, 20, 174, 2, // Opcode: t2SMMLSR |
| /* 6406 */ MCD_OPC_FilterValue, 7, 31, 0, // Skip to: 6441 |
| /* 6410 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6413 */ MCD_OPC_FilterValue, 0, 72, 2, // Skip to: 7001 |
| /* 6417 */ MCD_OPC_CheckPredicate, 27, 11, 0, // Skip to: 6432 |
| /* 6421 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6432 |
| /* 6427 */ MCD_OPC_Decode, 158, 21, 170, 2, // Opcode: t2USAD8 |
| /* 6432 */ MCD_OPC_CheckPredicate, 27, 53, 2, // Skip to: 7001 |
| /* 6436 */ MCD_OPC_Decode, 159, 21, 174, 2, // Opcode: t2USADA8 |
| /* 6441 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 6460 |
| /* 6445 */ MCD_OPC_CheckPredicate, 22, 40, 2, // Skip to: 7001 |
| /* 6449 */ MCD_OPC_CheckField, 4, 4, 0, 34, 2, // Skip to: 7001 |
| /* 6455 */ MCD_OPC_Decode, 171, 20, 175, 2, // Opcode: t2SMULL |
| /* 6460 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 6485 |
| /* 6464 */ MCD_OPC_CheckPredicate, 37, 21, 2, // Skip to: 7001 |
| /* 6468 */ MCD_OPC_CheckField, 12, 4, 15, 15, 2, // Skip to: 7001 |
| /* 6474 */ MCD_OPC_CheckField, 4, 4, 15, 9, 2, // Skip to: 7001 |
| /* 6480 */ MCD_OPC_Decode, 133, 20, 170, 2, // Opcode: t2SDIV |
| /* 6485 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 6504 |
| /* 6489 */ MCD_OPC_CheckPredicate, 22, 252, 1, // Skip to: 7001 |
| /* 6493 */ MCD_OPC_CheckField, 4, 4, 0, 246, 1, // Skip to: 7001 |
| /* 6499 */ MCD_OPC_Decode, 151, 21, 175, 2, // Opcode: t2UMULL |
| /* 6504 */ MCD_OPC_FilterValue, 11, 21, 0, // Skip to: 6529 |
| /* 6508 */ MCD_OPC_CheckPredicate, 37, 233, 1, // Skip to: 7001 |
| /* 6512 */ MCD_OPC_CheckField, 12, 4, 15, 227, 1, // Skip to: 7001 |
| /* 6518 */ MCD_OPC_CheckField, 4, 4, 15, 221, 1, // Skip to: 7001 |
| /* 6524 */ MCD_OPC_Decode, 142, 21, 170, 2, // Opcode: t2UDIV |
| /* 6529 */ MCD_OPC_FilterValue, 12, 94, 0, // Skip to: 6627 |
| /* 6533 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6536 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6549 |
| /* 6540 */ MCD_OPC_CheckPredicate, 22, 201, 1, // Skip to: 7001 |
| /* 6544 */ MCD_OPC_Decode, 146, 20, 176, 2, // Opcode: t2SMLAL |
| /* 6549 */ MCD_OPC_FilterValue, 8, 9, 0, // Skip to: 6562 |
| /* 6553 */ MCD_OPC_CheckPredicate, 27, 188, 1, // Skip to: 7001 |
| /* 6557 */ MCD_OPC_Decode, 147, 20, 175, 2, // Opcode: t2SMLALBB |
| /* 6562 */ MCD_OPC_FilterValue, 9, 9, 0, // Skip to: 6575 |
| /* 6566 */ MCD_OPC_CheckPredicate, 27, 175, 1, // Skip to: 7001 |
| /* 6570 */ MCD_OPC_Decode, 148, 20, 175, 2, // Opcode: t2SMLALBT |
| /* 6575 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 6588 |
| /* 6579 */ MCD_OPC_CheckPredicate, 27, 162, 1, // Skip to: 7001 |
| /* 6583 */ MCD_OPC_Decode, 151, 20, 175, 2, // Opcode: t2SMLALTB |
| /* 6588 */ MCD_OPC_FilterValue, 11, 9, 0, // Skip to: 6601 |
| /* 6592 */ MCD_OPC_CheckPredicate, 27, 149, 1, // Skip to: 7001 |
| /* 6596 */ MCD_OPC_Decode, 152, 20, 175, 2, // Opcode: t2SMLALTT |
| /* 6601 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 6614 |
| /* 6605 */ MCD_OPC_CheckPredicate, 27, 136, 1, // Skip to: 7001 |
| /* 6609 */ MCD_OPC_Decode, 149, 20, 175, 2, // Opcode: t2SMLALD |
| /* 6614 */ MCD_OPC_FilterValue, 13, 127, 1, // Skip to: 7001 |
| /* 6618 */ MCD_OPC_CheckPredicate, 27, 123, 1, // Skip to: 7001 |
| /* 6622 */ MCD_OPC_Decode, 150, 20, 175, 2, // Opcode: t2SMLALDX |
| /* 6627 */ MCD_OPC_FilterValue, 13, 29, 0, // Skip to: 6660 |
| /* 6631 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6634 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 6647 |
| /* 6638 */ MCD_OPC_CheckPredicate, 27, 103, 1, // Skip to: 7001 |
| /* 6642 */ MCD_OPC_Decode, 159, 20, 175, 2, // Opcode: t2SMLSLD |
| /* 6647 */ MCD_OPC_FilterValue, 13, 94, 1, // Skip to: 7001 |
| /* 6651 */ MCD_OPC_CheckPredicate, 27, 90, 1, // Skip to: 7001 |
| /* 6655 */ MCD_OPC_Decode, 160, 20, 177, 2, // Opcode: t2SMLSLDX |
| /* 6660 */ MCD_OPC_FilterValue, 14, 81, 1, // Skip to: 7001 |
| /* 6664 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
| /* 6667 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6680 |
| /* 6671 */ MCD_OPC_CheckPredicate, 22, 70, 1, // Skip to: 7001 |
| /* 6675 */ MCD_OPC_Decode, 150, 21, 176, 2, // Opcode: t2UMLAL |
| /* 6680 */ MCD_OPC_FilterValue, 6, 61, 1, // Skip to: 7001 |
| /* 6684 */ MCD_OPC_CheckPredicate, 27, 57, 1, // Skip to: 7001 |
| /* 6688 */ MCD_OPC_Decode, 149, 21, 175, 2, // Opcode: t2UMAAL |
| /* 6693 */ MCD_OPC_FilterValue, 4, 151, 0, // Skip to: 6848 |
| /* 6697 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 6700 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 6718 |
| /* 6704 */ MCD_OPC_CheckPredicate, 4, 37, 1, // Skip to: 7001 |
| /* 6708 */ MCD_OPC_CheckField, 23, 1, 1, 31, 1, // Skip to: 7001 |
| /* 6714 */ MCD_OPC_Decode, 192, 20, 85, // Opcode: t2STC2_OPTION |
| /* 6718 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 6736 |
| /* 6722 */ MCD_OPC_CheckPredicate, 4, 19, 1, // Skip to: 7001 |
| /* 6726 */ MCD_OPC_CheckField, 23, 1, 1, 13, 1, // Skip to: 7001 |
| /* 6732 */ MCD_OPC_Decode, 225, 18, 85, // Opcode: t2LDC2_OPTION |
| /* 6736 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6748 |
| /* 6740 */ MCD_OPC_CheckPredicate, 4, 1, 1, // Skip to: 7001 |
| /* 6744 */ MCD_OPC_Decode, 193, 20, 85, // Opcode: t2STC2_POST |
| /* 6748 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 6760 |
| /* 6752 */ MCD_OPC_CheckPredicate, 4, 245, 0, // Skip to: 7001 |
| /* 6756 */ MCD_OPC_Decode, 226, 18, 85, // Opcode: t2LDC2_POST |
| /* 6760 */ MCD_OPC_FilterValue, 4, 28, 0, // Skip to: 6792 |
| /* 6764 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 6767 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6780 |
| /* 6771 */ MCD_OPC_CheckPredicate, 26, 226, 0, // Skip to: 7001 |
| /* 6775 */ MCD_OPC_Decode, 170, 19, 132, 2, // Opcode: t2MCRR2 |
| /* 6780 */ MCD_OPC_FilterValue, 1, 217, 0, // Skip to: 7001 |
| /* 6784 */ MCD_OPC_CheckPredicate, 4, 213, 0, // Skip to: 7001 |
| /* 6788 */ MCD_OPC_Decode, 188, 20, 85, // Opcode: t2STC2L_OPTION |
| /* 6792 */ MCD_OPC_FilterValue, 5, 28, 0, // Skip to: 6824 |
| /* 6796 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 6799 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6812 |
| /* 6803 */ MCD_OPC_CheckPredicate, 26, 194, 0, // Skip to: 7001 |
| /* 6807 */ MCD_OPC_Decode, 198, 19, 132, 2, // Opcode: t2MRRC2 |
| /* 6812 */ MCD_OPC_FilterValue, 1, 185, 0, // Skip to: 7001 |
| /* 6816 */ MCD_OPC_CheckPredicate, 4, 181, 0, // Skip to: 7001 |
| /* 6820 */ MCD_OPC_Decode, 221, 18, 85, // Opcode: t2LDC2L_OPTION |
| /* 6824 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 6836 |
| /* 6828 */ MCD_OPC_CheckPredicate, 4, 169, 0, // Skip to: 7001 |
| /* 6832 */ MCD_OPC_Decode, 189, 20, 85, // Opcode: t2STC2L_POST |
| /* 6836 */ MCD_OPC_FilterValue, 7, 161, 0, // Skip to: 7001 |
| /* 6840 */ MCD_OPC_CheckPredicate, 4, 157, 0, // Skip to: 7001 |
| /* 6844 */ MCD_OPC_Decode, 222, 18, 85, // Opcode: t2LDC2L_POST |
| /* 6848 */ MCD_OPC_FilterValue, 5, 99, 0, // Skip to: 6951 |
| /* 6852 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
| /* 6855 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6867 |
| /* 6859 */ MCD_OPC_CheckPredicate, 4, 138, 0, // Skip to: 7001 |
| /* 6863 */ MCD_OPC_Decode, 191, 20, 85, // Opcode: t2STC2_OFFSET |
| /* 6867 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6879 |
| /* 6871 */ MCD_OPC_CheckPredicate, 4, 126, 0, // Skip to: 7001 |
| /* 6875 */ MCD_OPC_Decode, 224, 18, 85, // Opcode: t2LDC2_OFFSET |
| /* 6879 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6891 |
| /* 6883 */ MCD_OPC_CheckPredicate, 4, 114, 0, // Skip to: 7001 |
| /* 6887 */ MCD_OPC_Decode, 194, 20, 85, // Opcode: t2STC2_PRE |
| /* 6891 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 6903 |
| /* 6895 */ MCD_OPC_CheckPredicate, 4, 102, 0, // Skip to: 7001 |
| /* 6899 */ MCD_OPC_Decode, 227, 18, 85, // Opcode: t2LDC2_PRE |
| /* 6903 */ MCD_OPC_FilterValue, 4, 8, 0, // Skip to: 6915 |
| /* 6907 */ MCD_OPC_CheckPredicate, 4, 90, 0, // Skip to: 7001 |
| /* 6911 */ MCD_OPC_Decode, 187, 20, 85, // Opcode: t2STC2L_OFFSET |
| /* 6915 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 6927 |
| /* 6919 */ MCD_OPC_CheckPredicate, 4, 78, 0, // Skip to: 7001 |
| /* 6923 */ MCD_OPC_Decode, 220, 18, 85, // Opcode: t2LDC2L_OFFSET |
| /* 6927 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 6939 |
| /* 6931 */ MCD_OPC_CheckPredicate, 4, 66, 0, // Skip to: 7001 |
| /* 6935 */ MCD_OPC_Decode, 190, 20, 85, // Opcode: t2STC2L_PRE |
| /* 6939 */ MCD_OPC_FilterValue, 7, 58, 0, // Skip to: 7001 |
| /* 6943 */ MCD_OPC_CheckPredicate, 4, 54, 0, // Skip to: 7001 |
| /* 6947 */ MCD_OPC_Decode, 223, 18, 85, // Opcode: t2LDC2L_PRE |
| /* 6951 */ MCD_OPC_FilterValue, 6, 46, 0, // Skip to: 7001 |
| /* 6955 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 6958 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6970 |
| /* 6962 */ MCD_OPC_CheckPredicate, 26, 35, 0, // Skip to: 7001 |
| /* 6966 */ MCD_OPC_Decode, 181, 18, 88, // Opcode: t2CDP2 |
| /* 6970 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 7001 |
| /* 6974 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
| /* 6977 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6989 |
| /* 6981 */ MCD_OPC_CheckPredicate, 26, 16, 0, // Skip to: 7001 |
| /* 6985 */ MCD_OPC_Decode, 168, 19, 90, // Opcode: t2MCR2 |
| /* 6989 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7001 |
| /* 6993 */ MCD_OPC_CheckPredicate, 26, 4, 0, // Skip to: 7001 |
| /* 6997 */ MCD_OPC_Decode, 196, 19, 92, // Opcode: t2MRC2 |
| /* 7001 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableThumbSBit16[] = { |
| /* 0 */ MCD_OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 16 |
| /* 7 */ MCD_OPC_CheckPredicate, 19, 49, 1, // Skip to: 316 |
| /* 11 */ MCD_OPC_Decode, 229, 21, 178, 2, // Opcode: tLSLri |
| /* 16 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 29 |
| /* 20 */ MCD_OPC_CheckPredicate, 19, 36, 1, // Skip to: 316 |
| /* 24 */ MCD_OPC_Decode, 231, 21, 178, 2, // Opcode: tLSRri |
| /* 29 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 42 |
| /* 33 */ MCD_OPC_CheckPredicate, 19, 23, 1, // Skip to: 316 |
| /* 37 */ MCD_OPC_Decode, 184, 21, 178, 2, // Opcode: tASRri |
| /* 42 */ MCD_OPC_FilterValue, 3, 55, 0, // Skip to: 101 |
| /* 46 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
| /* 49 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 62 |
| /* 53 */ MCD_OPC_CheckPredicate, 19, 3, 1, // Skip to: 316 |
| /* 57 */ MCD_OPC_Decode, 177, 21, 179, 2, // Opcode: tADDrr |
| /* 62 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 75 |
| /* 66 */ MCD_OPC_CheckPredicate, 19, 246, 0, // Skip to: 316 |
| /* 70 */ MCD_OPC_Decode, 133, 22, 179, 2, // Opcode: tSUBrr |
| /* 75 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 88 |
| /* 79 */ MCD_OPC_CheckPredicate, 19, 233, 0, // Skip to: 316 |
| /* 83 */ MCD_OPC_Decode, 173, 21, 180, 2, // Opcode: tADDi3 |
| /* 88 */ MCD_OPC_FilterValue, 3, 224, 0, // Skip to: 316 |
| /* 92 */ MCD_OPC_CheckPredicate, 19, 220, 0, // Skip to: 316 |
| /* 96 */ MCD_OPC_Decode, 131, 22, 180, 2, // Opcode: tSUBi3 |
| /* 101 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 114 |
| /* 105 */ MCD_OPC_CheckPredicate, 19, 207, 0, // Skip to: 316 |
| /* 109 */ MCD_OPC_Decode, 235, 21, 206, 1, // Opcode: tMOVi8 |
| /* 114 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 127 |
| /* 118 */ MCD_OPC_CheckPredicate, 19, 194, 0, // Skip to: 316 |
| /* 122 */ MCD_OPC_Decode, 174, 21, 181, 2, // Opcode: tADDi8 |
| /* 127 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 140 |
| /* 131 */ MCD_OPC_CheckPredicate, 19, 181, 0, // Skip to: 316 |
| /* 135 */ MCD_OPC_Decode, 132, 22, 181, 2, // Opcode: tSUBi8 |
| /* 140 */ MCD_OPC_FilterValue, 8, 172, 0, // Skip to: 316 |
| /* 144 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| /* 147 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 160 |
| /* 151 */ MCD_OPC_CheckPredicate, 19, 161, 0, // Skip to: 316 |
| /* 155 */ MCD_OPC_Decode, 183, 21, 182, 2, // Opcode: tAND |
| /* 160 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 173 |
| /* 164 */ MCD_OPC_CheckPredicate, 19, 148, 0, // Skip to: 316 |
| /* 168 */ MCD_OPC_Decode, 207, 21, 182, 2, // Opcode: tEOR |
| /* 173 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 186 |
| /* 177 */ MCD_OPC_CheckPredicate, 19, 135, 0, // Skip to: 316 |
| /* 181 */ MCD_OPC_Decode, 230, 21, 182, 2, // Opcode: tLSLrr |
| /* 186 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 199 |
| /* 190 */ MCD_OPC_CheckPredicate, 19, 122, 0, // Skip to: 316 |
| /* 194 */ MCD_OPC_Decode, 232, 21, 182, 2, // Opcode: tLSRrr |
| /* 199 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 212 |
| /* 203 */ MCD_OPC_CheckPredicate, 19, 109, 0, // Skip to: 316 |
| /* 207 */ MCD_OPC_Decode, 185, 21, 182, 2, // Opcode: tASRrr |
| /* 212 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 225 |
| /* 216 */ MCD_OPC_CheckPredicate, 19, 96, 0, // Skip to: 316 |
| /* 220 */ MCD_OPC_Decode, 171, 21, 182, 2, // Opcode: tADC |
| /* 225 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 238 |
| /* 229 */ MCD_OPC_CheckPredicate, 19, 83, 0, // Skip to: 316 |
| /* 233 */ MCD_OPC_Decode, 249, 21, 182, 2, // Opcode: tSBC |
| /* 238 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 251 |
| /* 242 */ MCD_OPC_CheckPredicate, 19, 70, 0, // Skip to: 316 |
| /* 246 */ MCD_OPC_Decode, 247, 21, 182, 2, // Opcode: tROR |
| /* 251 */ MCD_OPC_FilterValue, 9, 9, 0, // Skip to: 264 |
| /* 255 */ MCD_OPC_CheckPredicate, 19, 57, 0, // Skip to: 316 |
| /* 259 */ MCD_OPC_Decode, 248, 21, 205, 1, // Opcode: tRSB |
| /* 264 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 277 |
| /* 268 */ MCD_OPC_CheckPredicate, 19, 44, 0, // Skip to: 316 |
| /* 272 */ MCD_OPC_Decode, 239, 21, 182, 2, // Opcode: tORR |
| /* 277 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 290 |
| /* 281 */ MCD_OPC_CheckPredicate, 19, 31, 0, // Skip to: 316 |
| /* 285 */ MCD_OPC_Decode, 237, 21, 183, 2, // Opcode: tMUL |
| /* 290 */ MCD_OPC_FilterValue, 14, 9, 0, // Skip to: 303 |
| /* 294 */ MCD_OPC_CheckPredicate, 19, 18, 0, // Skip to: 316 |
| /* 298 */ MCD_OPC_Decode, 187, 21, 182, 2, // Opcode: tBIC |
| /* 303 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 316 |
| /* 307 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 316 |
| /* 311 */ MCD_OPC_Decode, 238, 21, 205, 1, // Opcode: tMVN |
| /* 316 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableVFP32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 84, 1, // Skip to: 347 |
| /* 7 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... |
| /* 10 */ MCD_OPC_FilterValue, 12, 131, 0, // Skip to: 145 |
| /* 14 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 17 */ MCD_OPC_FilterValue, 10, 47, 0, // Skip to: 68 |
| /* 21 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 24 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 55 |
| /* 28 */ MCD_OPC_CheckPredicate, 38, 220, 10, // Skip to: 2812 |
| /* 32 */ MCD_OPC_CheckField, 22, 1, 1, 214, 10, // Skip to: 2812 |
| /* 38 */ MCD_OPC_CheckField, 6, 2, 0, 208, 10, // Skip to: 2812 |
| /* 44 */ MCD_OPC_CheckField, 4, 1, 1, 202, 10, // Skip to: 2812 |
| /* 50 */ MCD_OPC_Decode, 130, 11, 184, 2, // Opcode: VMOVSRR |
| /* 55 */ MCD_OPC_FilterValue, 1, 193, 10, // Skip to: 2812 |
| /* 59 */ MCD_OPC_CheckPredicate, 38, 189, 10, // Skip to: 2812 |
| /* 63 */ MCD_OPC_Decode, 177, 17, 185, 2, // Opcode: VSTMSIA |
| /* 68 */ MCD_OPC_FilterValue, 11, 180, 10, // Skip to: 2812 |
| /* 72 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 75 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 106 |
| /* 79 */ MCD_OPC_CheckPredicate, 38, 169, 10, // Skip to: 2812 |
| /* 83 */ MCD_OPC_CheckField, 22, 1, 1, 163, 10, // Skip to: 2812 |
| /* 89 */ MCD_OPC_CheckField, 6, 2, 0, 157, 10, // Skip to: 2812 |
| /* 95 */ MCD_OPC_CheckField, 4, 1, 1, 151, 10, // Skip to: 2812 |
| /* 101 */ MCD_OPC_Decode, 242, 10, 186, 2, // Opcode: VMOVDRR |
| /* 106 */ MCD_OPC_FilterValue, 1, 142, 10, // Skip to: 2812 |
| /* 110 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 113 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 126 |
| /* 117 */ MCD_OPC_CheckPredicate, 38, 131, 10, // Skip to: 2812 |
| /* 121 */ MCD_OPC_Decode, 173, 17, 187, 2, // Opcode: VSTMDIA |
| /* 126 */ MCD_OPC_FilterValue, 1, 122, 10, // Skip to: 2812 |
| /* 130 */ MCD_OPC_CheckPredicate, 38, 118, 10, // Skip to: 2812 |
| /* 134 */ MCD_OPC_CheckField, 22, 1, 0, 112, 10, // Skip to: 2812 |
| /* 140 */ MCD_OPC_Decode, 158, 1, 188, 2, // Opcode: FSTMXIA |
| /* 145 */ MCD_OPC_FilterValue, 13, 29, 0, // Skip to: 178 |
| /* 149 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 152 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 165 |
| /* 156 */ MCD_OPC_CheckPredicate, 38, 92, 10, // Skip to: 2812 |
| /* 160 */ MCD_OPC_Decode, 180, 17, 189, 2, // Opcode: VSTRS |
| /* 165 */ MCD_OPC_FilterValue, 11, 83, 10, // Skip to: 2812 |
| /* 169 */ MCD_OPC_CheckPredicate, 38, 79, 10, // Skip to: 2812 |
| /* 173 */ MCD_OPC_Decode, 179, 17, 190, 2, // Opcode: VSTRD |
| /* 178 */ MCD_OPC_FilterValue, 14, 70, 10, // Skip to: 2812 |
| /* 182 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 185 */ MCD_OPC_FilterValue, 0, 121, 0, // Skip to: 310 |
| /* 189 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 192 */ MCD_OPC_FilterValue, 0, 69, 0, // Skip to: 265 |
| /* 196 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 199 */ MCD_OPC_FilterValue, 10, 29, 0, // Skip to: 232 |
| /* 203 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 206 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 219 |
| /* 210 */ MCD_OPC_CheckPredicate, 38, 38, 10, // Skip to: 2812 |
| /* 214 */ MCD_OPC_Decode, 200, 10, 191, 2, // Opcode: VMLAS |
| /* 219 */ MCD_OPC_FilterValue, 1, 29, 10, // Skip to: 2812 |
| /* 223 */ MCD_OPC_CheckPredicate, 38, 25, 10, // Skip to: 2812 |
| /* 227 */ MCD_OPC_Decode, 179, 6, 192, 2, // Opcode: VDIVS |
| /* 232 */ MCD_OPC_FilterValue, 11, 16, 10, // Skip to: 2812 |
| /* 236 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 239 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 252 |
| /* 243 */ MCD_OPC_CheckPredicate, 39, 5, 10, // Skip to: 2812 |
| /* 247 */ MCD_OPC_Decode, 189, 10, 193, 2, // Opcode: VMLAD |
| /* 252 */ MCD_OPC_FilterValue, 1, 252, 9, // Skip to: 2812 |
| /* 256 */ MCD_OPC_CheckPredicate, 39, 248, 9, // Skip to: 2812 |
| /* 260 */ MCD_OPC_Decode, 178, 6, 194, 2, // Opcode: VDIVD |
| /* 265 */ MCD_OPC_FilterValue, 1, 239, 9, // Skip to: 2812 |
| /* 269 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 272 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 291 |
| /* 276 */ MCD_OPC_CheckPredicate, 38, 228, 9, // Skip to: 2812 |
| /* 280 */ MCD_OPC_CheckField, 23, 1, 0, 222, 9, // Skip to: 2812 |
| /* 286 */ MCD_OPC_Decode, 226, 10, 191, 2, // Opcode: VMLSS |
| /* 291 */ MCD_OPC_FilterValue, 11, 213, 9, // Skip to: 2812 |
| /* 295 */ MCD_OPC_CheckPredicate, 39, 209, 9, // Skip to: 2812 |
| /* 299 */ MCD_OPC_CheckField, 23, 1, 0, 203, 9, // Skip to: 2812 |
| /* 305 */ MCD_OPC_Decode, 215, 10, 193, 2, // Opcode: VMLSD |
| /* 310 */ MCD_OPC_FilterValue, 1, 194, 9, // Skip to: 2812 |
| /* 314 */ MCD_OPC_CheckPredicate, 38, 190, 9, // Skip to: 2812 |
| /* 318 */ MCD_OPC_CheckField, 22, 2, 0, 184, 9, // Skip to: 2812 |
| /* 324 */ MCD_OPC_CheckField, 8, 4, 10, 178, 9, // Skip to: 2812 |
| /* 330 */ MCD_OPC_CheckField, 5, 2, 0, 172, 9, // Skip to: 2812 |
| /* 336 */ MCD_OPC_CheckField, 0, 4, 0, 166, 9, // Skip to: 2812 |
| /* 342 */ MCD_OPC_Decode, 129, 11, 195, 2, // Opcode: VMOVSR |
| /* 347 */ MCD_OPC_FilterValue, 1, 112, 1, // Skip to: 719 |
| /* 351 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... |
| /* 354 */ MCD_OPC_FilterValue, 12, 131, 0, // Skip to: 489 |
| /* 358 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 361 */ MCD_OPC_FilterValue, 10, 47, 0, // Skip to: 412 |
| /* 365 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 368 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 399 |
| /* 372 */ MCD_OPC_CheckPredicate, 38, 132, 9, // Skip to: 2812 |
| /* 376 */ MCD_OPC_CheckField, 22, 1, 1, 126, 9, // Skip to: 2812 |
| /* 382 */ MCD_OPC_CheckField, 6, 2, 0, 120, 9, // Skip to: 2812 |
| /* 388 */ MCD_OPC_CheckField, 4, 1, 1, 114, 9, // Skip to: 2812 |
| /* 394 */ MCD_OPC_Decode, 254, 10, 196, 2, // Opcode: VMOVRRS |
| /* 399 */ MCD_OPC_FilterValue, 1, 105, 9, // Skip to: 2812 |
| /* 403 */ MCD_OPC_CheckPredicate, 38, 101, 9, // Skip to: 2812 |
| /* 407 */ MCD_OPC_Decode, 149, 10, 185, 2, // Opcode: VLDMSIA |
| /* 412 */ MCD_OPC_FilterValue, 11, 92, 9, // Skip to: 2812 |
| /* 416 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 419 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 450 |
| /* 423 */ MCD_OPC_CheckPredicate, 38, 81, 9, // Skip to: 2812 |
| /* 427 */ MCD_OPC_CheckField, 22, 1, 1, 75, 9, // Skip to: 2812 |
| /* 433 */ MCD_OPC_CheckField, 6, 2, 0, 69, 9, // Skip to: 2812 |
| /* 439 */ MCD_OPC_CheckField, 4, 1, 1, 63, 9, // Skip to: 2812 |
| /* 445 */ MCD_OPC_Decode, 253, 10, 197, 2, // Opcode: VMOVRRD |
| /* 450 */ MCD_OPC_FilterValue, 1, 54, 9, // Skip to: 2812 |
| /* 454 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 457 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 470 |
| /* 461 */ MCD_OPC_CheckPredicate, 38, 43, 9, // Skip to: 2812 |
| /* 465 */ MCD_OPC_Decode, 145, 10, 187, 2, // Opcode: VLDMDIA |
| /* 470 */ MCD_OPC_FilterValue, 1, 34, 9, // Skip to: 2812 |
| /* 474 */ MCD_OPC_CheckPredicate, 38, 30, 9, // Skip to: 2812 |
| /* 478 */ MCD_OPC_CheckField, 22, 1, 0, 24, 9, // Skip to: 2812 |
| /* 484 */ MCD_OPC_Decode, 154, 1, 188, 2, // Opcode: FLDMXIA |
| /* 489 */ MCD_OPC_FilterValue, 13, 29, 0, // Skip to: 522 |
| /* 493 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 496 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 509 |
| /* 500 */ MCD_OPC_CheckPredicate, 38, 4, 9, // Skip to: 2812 |
| /* 504 */ MCD_OPC_Decode, 152, 10, 189, 2, // Opcode: VLDRS |
| /* 509 */ MCD_OPC_FilterValue, 11, 251, 8, // Skip to: 2812 |
| /* 513 */ MCD_OPC_CheckPredicate, 38, 247, 8, // Skip to: 2812 |
| /* 517 */ MCD_OPC_Decode, 151, 10, 190, 2, // Opcode: VLDRD |
| /* 522 */ MCD_OPC_FilterValue, 14, 238, 8, // Skip to: 2812 |
| /* 526 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 529 */ MCD_OPC_FilterValue, 0, 149, 0, // Skip to: 682 |
| /* 533 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 536 */ MCD_OPC_FilterValue, 0, 69, 0, // Skip to: 609 |
| /* 540 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 543 */ MCD_OPC_FilterValue, 10, 29, 0, // Skip to: 576 |
| /* 547 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 550 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 563 |
| /* 554 */ MCD_OPC_CheckPredicate, 38, 206, 8, // Skip to: 2812 |
| /* 558 */ MCD_OPC_Decode, 204, 11, 191, 2, // Opcode: VNMLSS |
| /* 563 */ MCD_OPC_FilterValue, 1, 197, 8, // Skip to: 2812 |
| /* 567 */ MCD_OPC_CheckPredicate, 40, 193, 8, // Skip to: 2812 |
| /* 571 */ MCD_OPC_Decode, 212, 6, 191, 2, // Opcode: VFNMSS |
| /* 576 */ MCD_OPC_FilterValue, 11, 184, 8, // Skip to: 2812 |
| /* 580 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 583 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 596 |
| /* 587 */ MCD_OPC_CheckPredicate, 39, 173, 8, // Skip to: 2812 |
| /* 591 */ MCD_OPC_Decode, 203, 11, 193, 2, // Opcode: VNMLSD |
| /* 596 */ MCD_OPC_FilterValue, 1, 164, 8, // Skip to: 2812 |
| /* 600 */ MCD_OPC_CheckPredicate, 41, 160, 8, // Skip to: 2812 |
| /* 604 */ MCD_OPC_Decode, 211, 6, 193, 2, // Opcode: VFNMSD |
| /* 609 */ MCD_OPC_FilterValue, 1, 151, 8, // Skip to: 2812 |
| /* 613 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 616 */ MCD_OPC_FilterValue, 10, 29, 0, // Skip to: 649 |
| /* 620 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 623 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 636 |
| /* 627 */ MCD_OPC_CheckPredicate, 38, 133, 8, // Skip to: 2812 |
| /* 631 */ MCD_OPC_Decode, 202, 11, 191, 2, // Opcode: VNMLAS |
| /* 636 */ MCD_OPC_FilterValue, 1, 124, 8, // Skip to: 2812 |
| /* 640 */ MCD_OPC_CheckPredicate, 40, 120, 8, // Skip to: 2812 |
| /* 644 */ MCD_OPC_Decode, 210, 6, 191, 2, // Opcode: VFNMAS |
| /* 649 */ MCD_OPC_FilterValue, 11, 111, 8, // Skip to: 2812 |
| /* 653 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
| /* 656 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 669 |
| /* 660 */ MCD_OPC_CheckPredicate, 39, 100, 8, // Skip to: 2812 |
| /* 664 */ MCD_OPC_Decode, 201, 11, 193, 2, // Opcode: VNMLAD |
| /* 669 */ MCD_OPC_FilterValue, 1, 91, 8, // Skip to: 2812 |
| /* 673 */ MCD_OPC_CheckPredicate, 41, 87, 8, // Skip to: 2812 |
| /* 677 */ MCD_OPC_Decode, 209, 6, 193, 2, // Opcode: VFNMAD |
| /* 682 */ MCD_OPC_FilterValue, 1, 78, 8, // Skip to: 2812 |
| /* 686 */ MCD_OPC_CheckPredicate, 38, 74, 8, // Skip to: 2812 |
| /* 690 */ MCD_OPC_CheckField, 22, 2, 0, 68, 8, // Skip to: 2812 |
| /* 696 */ MCD_OPC_CheckField, 8, 4, 10, 62, 8, // Skip to: 2812 |
| /* 702 */ MCD_OPC_CheckField, 5, 2, 0, 56, 8, // Skip to: 2812 |
| /* 708 */ MCD_OPC_CheckField, 0, 4, 0, 50, 8, // Skip to: 2812 |
| /* 714 */ MCD_OPC_Decode, 255, 10, 198, 2, // Opcode: VMOVRS |
| /* 719 */ MCD_OPC_FilterValue, 2, 174, 1, // Skip to: 1153 |
| /* 723 */ MCD_OPC_ExtractField, 23, 5, // Inst{27-23} ... |
| /* 726 */ MCD_OPC_FilterValue, 25, 55, 0, // Skip to: 785 |
| /* 730 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 733 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 746 |
| /* 737 */ MCD_OPC_CheckPredicate, 38, 23, 8, // Skip to: 2812 |
| /* 741 */ MCD_OPC_Decode, 178, 17, 199, 2, // Opcode: VSTMSIA_UPD |
| /* 746 */ MCD_OPC_FilterValue, 11, 14, 8, // Skip to: 2812 |
| /* 750 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 753 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 766 |
| /* 757 */ MCD_OPC_CheckPredicate, 38, 3, 8, // Skip to: 2812 |
| /* 761 */ MCD_OPC_Decode, 174, 17, 200, 2, // Opcode: VSTMDIA_UPD |
| /* 766 */ MCD_OPC_FilterValue, 1, 250, 7, // Skip to: 2812 |
| /* 770 */ MCD_OPC_CheckPredicate, 38, 246, 7, // Skip to: 2812 |
| /* 774 */ MCD_OPC_CheckField, 22, 1, 0, 240, 7, // Skip to: 2812 |
| /* 780 */ MCD_OPC_Decode, 159, 1, 201, 2, // Opcode: FSTMXIA_UPD |
| /* 785 */ MCD_OPC_FilterValue, 26, 55, 0, // Skip to: 844 |
| /* 789 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 792 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 805 |
| /* 796 */ MCD_OPC_CheckPredicate, 38, 220, 7, // Skip to: 2812 |
| /* 800 */ MCD_OPC_Decode, 176, 17, 199, 2, // Opcode: VSTMSDB_UPD |
| /* 805 */ MCD_OPC_FilterValue, 11, 211, 7, // Skip to: 2812 |
| /* 809 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 812 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 825 |
| /* 816 */ MCD_OPC_CheckPredicate, 38, 200, 7, // Skip to: 2812 |
| /* 820 */ MCD_OPC_Decode, 172, 17, 200, 2, // Opcode: VSTMDDB_UPD |
| /* 825 */ MCD_OPC_FilterValue, 1, 191, 7, // Skip to: 2812 |
| /* 829 */ MCD_OPC_CheckPredicate, 38, 187, 7, // Skip to: 2812 |
| /* 833 */ MCD_OPC_CheckField, 22, 1, 0, 181, 7, // Skip to: 2812 |
| /* 839 */ MCD_OPC_Decode, 157, 1, 201, 2, // Opcode: FSTMXDB_UPD |
| /* 844 */ MCD_OPC_FilterValue, 28, 93, 0, // Skip to: 941 |
| /* 848 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 851 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 896 |
| /* 855 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 858 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 877 |
| /* 862 */ MCD_OPC_CheckPredicate, 38, 154, 7, // Skip to: 2812 |
| /* 866 */ MCD_OPC_CheckField, 4, 1, 0, 148, 7, // Skip to: 2812 |
| /* 872 */ MCD_OPC_Decode, 168, 11, 192, 2, // Opcode: VMULS |
| /* 877 */ MCD_OPC_FilterValue, 11, 139, 7, // Skip to: 2812 |
| /* 881 */ MCD_OPC_CheckPredicate, 39, 135, 7, // Skip to: 2812 |
| /* 885 */ MCD_OPC_CheckField, 4, 1, 0, 129, 7, // Skip to: 2812 |
| /* 891 */ MCD_OPC_Decode, 155, 11, 194, 2, // Opcode: VMULD |
| /* 896 */ MCD_OPC_FilterValue, 1, 120, 7, // Skip to: 2812 |
| /* 900 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 903 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 922 |
| /* 907 */ MCD_OPC_CheckPredicate, 38, 109, 7, // Skip to: 2812 |
| /* 911 */ MCD_OPC_CheckField, 4, 1, 0, 103, 7, // Skip to: 2812 |
| /* 917 */ MCD_OPC_Decode, 206, 11, 192, 2, // Opcode: VNMULS |
| /* 922 */ MCD_OPC_FilterValue, 11, 94, 7, // Skip to: 2812 |
| /* 926 */ MCD_OPC_CheckPredicate, 39, 90, 7, // Skip to: 2812 |
| /* 930 */ MCD_OPC_CheckField, 4, 1, 0, 84, 7, // Skip to: 2812 |
| /* 936 */ MCD_OPC_Decode, 205, 11, 194, 2, // Opcode: VNMULD |
| /* 941 */ MCD_OPC_FilterValue, 29, 75, 7, // Skip to: 2812 |
| /* 945 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
| /* 948 */ MCD_OPC_FilterValue, 0, 69, 0, // Skip to: 1021 |
| /* 952 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 955 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 988 |
| /* 959 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 962 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 975 |
| /* 966 */ MCD_OPC_CheckPredicate, 40, 50, 7, // Skip to: 2812 |
| /* 970 */ MCD_OPC_Decode, 202, 6, 191, 2, // Opcode: VFMAS |
| /* 975 */ MCD_OPC_FilterValue, 11, 41, 7, // Skip to: 2812 |
| /* 979 */ MCD_OPC_CheckPredicate, 41, 37, 7, // Skip to: 2812 |
| /* 983 */ MCD_OPC_Decode, 201, 6, 193, 2, // Opcode: VFMAD |
| /* 988 */ MCD_OPC_FilterValue, 1, 28, 7, // Skip to: 2812 |
| /* 992 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 995 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 1008 |
| /* 999 */ MCD_OPC_CheckPredicate, 40, 17, 7, // Skip to: 2812 |
| /* 1003 */ MCD_OPC_Decode, 206, 6, 191, 2, // Opcode: VFMSS |
| /* 1008 */ MCD_OPC_FilterValue, 11, 8, 7, // Skip to: 2812 |
| /* 1012 */ MCD_OPC_CheckPredicate, 41, 4, 7, // Skip to: 2812 |
| /* 1016 */ MCD_OPC_Decode, 205, 6, 193, 2, // Opcode: VFMSD |
| /* 1021 */ MCD_OPC_FilterValue, 1, 251, 6, // Skip to: 2812 |
| /* 1025 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 1028 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 1053 |
| /* 1032 */ MCD_OPC_CheckPredicate, 38, 240, 6, // Skip to: 2812 |
| /* 1036 */ MCD_OPC_CheckField, 22, 1, 1, 234, 6, // Skip to: 2812 |
| /* 1042 */ MCD_OPC_CheckField, 7, 5, 20, 228, 6, // Skip to: 2812 |
| /* 1048 */ MCD_OPC_Decode, 154, 11, 202, 2, // Opcode: VMSR_FPSID |
| /* 1053 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 1078 |
| /* 1057 */ MCD_OPC_CheckPredicate, 38, 215, 6, // Skip to: 2812 |
| /* 1061 */ MCD_OPC_CheckField, 22, 1, 1, 209, 6, // Skip to: 2812 |
| /* 1067 */ MCD_OPC_CheckField, 7, 5, 20, 203, 6, // Skip to: 2812 |
| /* 1073 */ MCD_OPC_Decode, 150, 11, 202, 2, // Opcode: VMSR |
| /* 1078 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 1103 |
| /* 1082 */ MCD_OPC_CheckPredicate, 38, 190, 6, // Skip to: 2812 |
| /* 1086 */ MCD_OPC_CheckField, 22, 1, 1, 184, 6, // Skip to: 2812 |
| /* 1092 */ MCD_OPC_CheckField, 7, 5, 20, 178, 6, // Skip to: 2812 |
| /* 1098 */ MCD_OPC_Decode, 151, 11, 202, 2, // Opcode: VMSR_FPEXC |
| /* 1103 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 1128 |
| /* 1107 */ MCD_OPC_CheckPredicate, 38, 165, 6, // Skip to: 2812 |
| /* 1111 */ MCD_OPC_CheckField, 22, 1, 1, 159, 6, // Skip to: 2812 |
| /* 1117 */ MCD_OPC_CheckField, 7, 5, 20, 153, 6, // Skip to: 2812 |
| /* 1123 */ MCD_OPC_Decode, 152, 11, 202, 2, // Opcode: VMSR_FPINST |
| /* 1128 */ MCD_OPC_FilterValue, 10, 144, 6, // Skip to: 2812 |
| /* 1132 */ MCD_OPC_CheckPredicate, 38, 140, 6, // Skip to: 2812 |
| /* 1136 */ MCD_OPC_CheckField, 22, 1, 1, 134, 6, // Skip to: 2812 |
| /* 1142 */ MCD_OPC_CheckField, 7, 5, 20, 128, 6, // Skip to: 2812 |
| /* 1148 */ MCD_OPC_Decode, 153, 11, 202, 2, // Opcode: VMSR_FPINST2 |
| /* 1153 */ MCD_OPC_FilterValue, 3, 119, 6, // Skip to: 2812 |
| /* 1157 */ MCD_OPC_ExtractField, 23, 5, // Inst{27-23} ... |
| /* 1160 */ MCD_OPC_FilterValue, 25, 55, 0, // Skip to: 1219 |
| /* 1164 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1167 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 1180 |
| /* 1171 */ MCD_OPC_CheckPredicate, 38, 101, 6, // Skip to: 2812 |
| /* 1175 */ MCD_OPC_Decode, 150, 10, 199, 2, // Opcode: VLDMSIA_UPD |
| /* 1180 */ MCD_OPC_FilterValue, 11, 92, 6, // Skip to: 2812 |
| /* 1184 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 1187 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1200 |
| /* 1191 */ MCD_OPC_CheckPredicate, 38, 81, 6, // Skip to: 2812 |
| /* 1195 */ MCD_OPC_Decode, 146, 10, 200, 2, // Opcode: VLDMDIA_UPD |
| /* 1200 */ MCD_OPC_FilterValue, 1, 72, 6, // Skip to: 2812 |
| /* 1204 */ MCD_OPC_CheckPredicate, 38, 68, 6, // Skip to: 2812 |
| /* 1208 */ MCD_OPC_CheckField, 22, 1, 0, 62, 6, // Skip to: 2812 |
| /* 1214 */ MCD_OPC_Decode, 155, 1, 201, 2, // Opcode: FLDMXIA_UPD |
| /* 1219 */ MCD_OPC_FilterValue, 26, 55, 0, // Skip to: 1278 |
| /* 1223 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1226 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 1239 |
| /* 1230 */ MCD_OPC_CheckPredicate, 38, 42, 6, // Skip to: 2812 |
| /* 1234 */ MCD_OPC_Decode, 148, 10, 199, 2, // Opcode: VLDMSDB_UPD |
| /* 1239 */ MCD_OPC_FilterValue, 11, 33, 6, // Skip to: 2812 |
| /* 1243 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
| /* 1246 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1259 |
| /* 1250 */ MCD_OPC_CheckPredicate, 38, 22, 6, // Skip to: 2812 |
| /* 1254 */ MCD_OPC_Decode, 144, 10, 200, 2, // Opcode: VLDMDDB_UPD |
| /* 1259 */ MCD_OPC_FilterValue, 1, 13, 6, // Skip to: 2812 |
| /* 1263 */ MCD_OPC_CheckPredicate, 38, 9, 6, // Skip to: 2812 |
| /* 1267 */ MCD_OPC_CheckField, 22, 1, 0, 3, 6, // Skip to: 2812 |
| /* 1273 */ MCD_OPC_Decode, 153, 1, 201, 2, // Opcode: FLDMXDB_UPD |
| /* 1278 */ MCD_OPC_FilterValue, 28, 93, 0, // Skip to: 1375 |
| /* 1282 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 1285 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 1330 |
| /* 1289 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1292 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 1311 |
| /* 1296 */ MCD_OPC_CheckPredicate, 38, 232, 5, // Skip to: 2812 |
| /* 1300 */ MCD_OPC_CheckField, 4, 1, 0, 226, 5, // Skip to: 2812 |
| /* 1306 */ MCD_OPC_Decode, 245, 4, 192, 2, // Opcode: VADDS |
| /* 1311 */ MCD_OPC_FilterValue, 11, 217, 5, // Skip to: 2812 |
| /* 1315 */ MCD_OPC_CheckPredicate, 39, 213, 5, // Skip to: 2812 |
| /* 1319 */ MCD_OPC_CheckField, 4, 1, 0, 207, 5, // Skip to: 2812 |
| /* 1325 */ MCD_OPC_Decode, 235, 4, 194, 2, // Opcode: VADDD |
| /* 1330 */ MCD_OPC_FilterValue, 1, 198, 5, // Skip to: 2812 |
| /* 1334 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 1337 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 1356 |
| /* 1341 */ MCD_OPC_CheckPredicate, 38, 187, 5, // Skip to: 2812 |
| /* 1345 */ MCD_OPC_CheckField, 4, 1, 0, 181, 5, // Skip to: 2812 |
| /* 1351 */ MCD_OPC_Decode, 191, 17, 192, 2, // Opcode: VSUBS |
| /* 1356 */ MCD_OPC_FilterValue, 11, 172, 5, // Skip to: 2812 |
| /* 1360 */ MCD_OPC_CheckPredicate, 39, 168, 5, // Skip to: 2812 |
| /* 1364 */ MCD_OPC_CheckField, 4, 1, 0, 162, 5, // Skip to: 2812 |
| /* 1370 */ MCD_OPC_Decode, 181, 17, 194, 2, // Opcode: VSUBD |
| /* 1375 */ MCD_OPC_FilterValue, 29, 153, 5, // Skip to: 2812 |
| /* 1379 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ... |
| /* 1382 */ MCD_OPC_FilterValue, 40, 239, 0, // Skip to: 1625 |
| /* 1386 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| /* 1389 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1402 |
| /* 1393 */ MCD_OPC_CheckPredicate, 42, 135, 5, // Skip to: 2812 |
| /* 1397 */ MCD_OPC_Decode, 152, 1, 203, 2, // Opcode: FCONSTS |
| /* 1402 */ MCD_OPC_FilterValue, 1, 126, 5, // Skip to: 2812 |
| /* 1406 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 1409 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 1434 |
| /* 1413 */ MCD_OPC_CheckPredicate, 38, 115, 5, // Skip to: 2812 |
| /* 1417 */ MCD_OPC_CheckField, 22, 1, 1, 109, 5, // Skip to: 2812 |
| /* 1423 */ MCD_OPC_CheckField, 0, 4, 0, 103, 5, // Skip to: 2812 |
| /* 1429 */ MCD_OPC_Decode, 146, 11, 202, 2, // Opcode: VMRS_FPSID |
| /* 1434 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 1475 |
| /* 1438 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
| /* 1441 */ MCD_OPC_FilterValue, 0, 87, 5, // Skip to: 2812 |
| /* 1445 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
| /* 1448 */ MCD_OPC_FilterValue, 1, 80, 5, // Skip to: 2812 |
| /* 1452 */ MCD_OPC_CheckPredicate, 38, 10, 0, // Skip to: 1466 |
| /* 1456 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 1466 |
| /* 1462 */ MCD_OPC_Decode, 156, 1, 27, // Opcode: FMSTAT |
| /* 1466 */ MCD_OPC_CheckPredicate, 38, 62, 5, // Skip to: 2812 |
| /* 1470 */ MCD_OPC_Decode, 142, 11, 202, 2, // Opcode: VMRS |
| /* 1475 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 1500 |
| /* 1479 */ MCD_OPC_CheckPredicate, 43, 49, 5, // Skip to: 2812 |
| /* 1483 */ MCD_OPC_CheckField, 22, 1, 1, 43, 5, // Skip to: 2812 |
| /* 1489 */ MCD_OPC_CheckField, 0, 4, 0, 37, 5, // Skip to: 2812 |
| /* 1495 */ MCD_OPC_Decode, 149, 11, 202, 2, // Opcode: VMRS_MVFR2 |
| /* 1500 */ MCD_OPC_FilterValue, 6, 21, 0, // Skip to: 1525 |
| /* 1504 */ MCD_OPC_CheckPredicate, 38, 24, 5, // Skip to: 2812 |
| /* 1508 */ MCD_OPC_CheckField, 22, 1, 1, 18, 5, // Skip to: 2812 |
| /* 1514 */ MCD_OPC_CheckField, 0, 4, 0, 12, 5, // Skip to: 2812 |
| /* 1520 */ MCD_OPC_Decode, 148, 11, 202, 2, // Opcode: VMRS_MVFR1 |
| /* 1525 */ MCD_OPC_FilterValue, 7, 21, 0, // Skip to: 1550 |
| /* 1529 */ MCD_OPC_CheckPredicate, 38, 255, 4, // Skip to: 2812 |
| /* 1533 */ MCD_OPC_CheckField, 22, 1, 1, 249, 4, // Skip to: 2812 |
| /* 1539 */ MCD_OPC_CheckField, 0, 4, 0, 243, 4, // Skip to: 2812 |
| /* 1545 */ MCD_OPC_Decode, 147, 11, 202, 2, // Opcode: VMRS_MVFR0 |
| /* 1550 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 1575 |
| /* 1554 */ MCD_OPC_CheckPredicate, 38, 230, 4, // Skip to: 2812 |
| /* 1558 */ MCD_OPC_CheckField, 22, 1, 1, 224, 4, // Skip to: 2812 |
| /* 1564 */ MCD_OPC_CheckField, 0, 4, 0, 218, 4, // Skip to: 2812 |
| /* 1570 */ MCD_OPC_Decode, 143, 11, 202, 2, // Opcode: VMRS_FPEXC |
| /* 1575 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 1600 |
| /* 1579 */ MCD_OPC_CheckPredicate, 38, 205, 4, // Skip to: 2812 |
| /* 1583 */ MCD_OPC_CheckField, 22, 1, 1, 199, 4, // Skip to: 2812 |
| /* 1589 */ MCD_OPC_CheckField, 0, 4, 0, 193, 4, // Skip to: 2812 |
| /* 1595 */ MCD_OPC_Decode, 144, 11, 202, 2, // Opcode: VMRS_FPINST |
| /* 1600 */ MCD_OPC_FilterValue, 10, 184, 4, // Skip to: 2812 |
| /* 1604 */ MCD_OPC_CheckPredicate, 38, 180, 4, // Skip to: 2812 |
| /* 1608 */ MCD_OPC_CheckField, 22, 1, 1, 174, 4, // Skip to: 2812 |
| /* 1614 */ MCD_OPC_CheckField, 0, 4, 0, 168, 4, // Skip to: 2812 |
| /* 1620 */ MCD_OPC_Decode, 145, 11, 202, 2, // Opcode: VMRS_FPINST2 |
| /* 1625 */ MCD_OPC_FilterValue, 41, 32, 1, // Skip to: 1917 |
| /* 1629 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 1632 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1651 |
| /* 1636 */ MCD_OPC_CheckPredicate, 38, 148, 4, // Skip to: 2812 |
| /* 1640 */ MCD_OPC_CheckField, 4, 1, 0, 142, 4, // Skip to: 2812 |
| /* 1646 */ MCD_OPC_Decode, 128, 11, 204, 2, // Opcode: VMOVS |
| /* 1651 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1670 |
| /* 1655 */ MCD_OPC_CheckPredicate, 38, 129, 4, // Skip to: 2812 |
| /* 1659 */ MCD_OPC_CheckField, 4, 1, 0, 123, 4, // Skip to: 2812 |
| /* 1665 */ MCD_OPC_Decode, 192, 11, 204, 2, // Opcode: VNEGS |
| /* 1670 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1689 |
| /* 1674 */ MCD_OPC_CheckPredicate, 38, 110, 4, // Skip to: 2812 |
| /* 1678 */ MCD_OPC_CheckField, 4, 1, 0, 104, 4, // Skip to: 2812 |
| /* 1684 */ MCD_OPC_Decode, 128, 6, 204, 2, // Opcode: VCVTBHS |
| /* 1689 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 1708 |
| /* 1693 */ MCD_OPC_CheckPredicate, 38, 91, 4, // Skip to: 2812 |
| /* 1697 */ MCD_OPC_CheckField, 4, 1, 0, 85, 4, // Skip to: 2812 |
| /* 1703 */ MCD_OPC_Decode, 129, 6, 204, 2, // Opcode: VCVTBSH |
| /* 1708 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 1727 |
| /* 1712 */ MCD_OPC_CheckPredicate, 38, 72, 4, // Skip to: 2812 |
| /* 1716 */ MCD_OPC_CheckField, 4, 1, 0, 66, 4, // Skip to: 2812 |
| /* 1722 */ MCD_OPC_Decode, 241, 5, 204, 2, // Opcode: VCMPS |
| /* 1727 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 1746 |
| /* 1731 */ MCD_OPC_CheckPredicate, 38, 53, 4, // Skip to: 2812 |
| /* 1735 */ MCD_OPC_CheckField, 0, 6, 0, 47, 4, // Skip to: 2812 |
| /* 1741 */ MCD_OPC_Decode, 243, 5, 205, 2, // Opcode: VCMPZS |
| /* 1746 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 1765 |
| /* 1750 */ MCD_OPC_CheckPredicate, 43, 34, 4, // Skip to: 2812 |
| /* 1754 */ MCD_OPC_CheckField, 4, 1, 0, 28, 4, // Skip to: 2812 |
| /* 1760 */ MCD_OPC_Decode, 206, 13, 204, 2, // Opcode: VRINTRS |
| /* 1765 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 1784 |
| /* 1769 */ MCD_OPC_CheckPredicate, 43, 15, 4, // Skip to: 2812 |
| /* 1773 */ MCD_OPC_CheckField, 4, 1, 0, 9, 4, // Skip to: 2812 |
| /* 1779 */ MCD_OPC_Decode, 210, 13, 204, 2, // Opcode: VRINTXS |
| /* 1784 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 1803 |
| /* 1788 */ MCD_OPC_CheckPredicate, 38, 252, 3, // Skip to: 2812 |
| /* 1792 */ MCD_OPC_CheckField, 4, 1, 0, 246, 3, // Skip to: 2812 |
| /* 1798 */ MCD_OPC_Decode, 253, 17, 204, 2, // Opcode: VUITOS |
| /* 1803 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 1822 |
| /* 1807 */ MCD_OPC_CheckPredicate, 38, 233, 3, // Skip to: 2812 |
| /* 1811 */ MCD_OPC_CheckField, 4, 1, 0, 227, 3, // Skip to: 2812 |
| /* 1817 */ MCD_OPC_Decode, 211, 14, 206, 2, // Opcode: VSHTOS |
| /* 1822 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 1841 |
| /* 1826 */ MCD_OPC_CheckPredicate, 38, 214, 3, // Skip to: 2812 |
| /* 1830 */ MCD_OPC_CheckField, 4, 1, 0, 208, 3, // Skip to: 2812 |
| /* 1836 */ MCD_OPC_Decode, 251, 17, 206, 2, // Opcode: VUHTOS |
| /* 1841 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 1860 |
| /* 1845 */ MCD_OPC_CheckPredicate, 38, 195, 3, // Skip to: 2812 |
| /* 1849 */ MCD_OPC_CheckField, 4, 1, 0, 189, 3, // Skip to: 2812 |
| /* 1855 */ MCD_OPC_Decode, 233, 17, 204, 2, // Opcode: VTOUIRS |
| /* 1860 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 1879 |
| /* 1864 */ MCD_OPC_CheckPredicate, 38, 176, 3, // Skip to: 2812 |
| /* 1868 */ MCD_OPC_CheckField, 4, 1, 0, 170, 3, // Skip to: 2812 |
| /* 1874 */ MCD_OPC_Decode, 225, 17, 204, 2, // Opcode: VTOSIRS |
| /* 1879 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 1898 |
| /* 1883 */ MCD_OPC_CheckPredicate, 38, 157, 3, // Skip to: 2812 |
| /* 1887 */ MCD_OPC_CheckField, 4, 1, 0, 151, 3, // Skip to: 2812 |
| /* 1893 */ MCD_OPC_Decode, 223, 17, 206, 2, // Opcode: VTOSHS |
| /* 1898 */ MCD_OPC_FilterValue, 15, 142, 3, // Skip to: 2812 |
| /* 1902 */ MCD_OPC_CheckPredicate, 38, 138, 3, // Skip to: 2812 |
| /* 1906 */ MCD_OPC_CheckField, 4, 1, 0, 132, 3, // Skip to: 2812 |
| /* 1912 */ MCD_OPC_Decode, 231, 17, 206, 2, // Opcode: VTOUHS |
| /* 1917 */ MCD_OPC_FilterValue, 43, 32, 1, // Skip to: 2209 |
| /* 1921 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 1924 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1943 |
| /* 1928 */ MCD_OPC_CheckPredicate, 38, 112, 3, // Skip to: 2812 |
| /* 1932 */ MCD_OPC_CheckField, 4, 1, 0, 106, 3, // Skip to: 2812 |
| /* 1938 */ MCD_OPC_Decode, 222, 4, 204, 2, // Opcode: VABSS |
| /* 1943 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1962 |
| /* 1947 */ MCD_OPC_CheckPredicate, 38, 93, 3, // Skip to: 2812 |
| /* 1951 */ MCD_OPC_CheckField, 4, 1, 0, 87, 3, // Skip to: 2812 |
| /* 1957 */ MCD_OPC_Decode, 225, 14, 204, 2, // Opcode: VSQRTS |
| /* 1962 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1981 |
| /* 1966 */ MCD_OPC_CheckPredicate, 38, 74, 3, // Skip to: 2812 |
| /* 1970 */ MCD_OPC_CheckField, 4, 1, 0, 68, 3, // Skip to: 2812 |
| /* 1976 */ MCD_OPC_Decode, 158, 6, 204, 2, // Opcode: VCVTTHS |
| /* 1981 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 2000 |
| /* 1985 */ MCD_OPC_CheckPredicate, 38, 55, 3, // Skip to: 2812 |
| /* 1989 */ MCD_OPC_CheckField, 4, 1, 0, 49, 3, // Skip to: 2812 |
| /* 1995 */ MCD_OPC_Decode, 159, 6, 204, 2, // Opcode: VCVTTSH |
| /* 2000 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 2019 |
| /* 2004 */ MCD_OPC_CheckPredicate, 38, 36, 3, // Skip to: 2812 |
| /* 2008 */ MCD_OPC_CheckField, 4, 1, 0, 30, 3, // Skip to: 2812 |
| /* 2014 */ MCD_OPC_Decode, 238, 5, 204, 2, // Opcode: VCMPES |
| /* 2019 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2038 |
| /* 2023 */ MCD_OPC_CheckPredicate, 38, 17, 3, // Skip to: 2812 |
| /* 2027 */ MCD_OPC_CheckField, 0, 6, 0, 11, 3, // Skip to: 2812 |
| /* 2033 */ MCD_OPC_Decode, 240, 5, 205, 2, // Opcode: VCMPEZS |
| /* 2038 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2057 |
| /* 2042 */ MCD_OPC_CheckPredicate, 43, 254, 2, // Skip to: 2812 |
| /* 2046 */ MCD_OPC_CheckField, 4, 1, 0, 248, 2, // Skip to: 2812 |
| /* 2052 */ MCD_OPC_Decode, 214, 13, 204, 2, // Opcode: VRINTZS |
| /* 2057 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2076 |
| /* 2061 */ MCD_OPC_CheckPredicate, 38, 235, 2, // Skip to: 2812 |
| /* 2065 */ MCD_OPC_CheckField, 4, 1, 0, 229, 2, // Skip to: 2812 |
| /* 2071 */ MCD_OPC_Decode, 130, 6, 207, 2, // Opcode: VCVTDS |
| /* 2076 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2095 |
| /* 2080 */ MCD_OPC_CheckPredicate, 38, 216, 2, // Skip to: 2812 |
| /* 2084 */ MCD_OPC_CheckField, 4, 1, 0, 210, 2, // Skip to: 2812 |
| /* 2090 */ MCD_OPC_Decode, 213, 14, 204, 2, // Opcode: VSITOS |
| /* 2095 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2114 |
| /* 2099 */ MCD_OPC_CheckPredicate, 38, 197, 2, // Skip to: 2812 |
| /* 2103 */ MCD_OPC_CheckField, 4, 1, 0, 191, 2, // Skip to: 2812 |
| /* 2109 */ MCD_OPC_Decode, 223, 14, 206, 2, // Opcode: VSLTOS |
| /* 2114 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2133 |
| /* 2118 */ MCD_OPC_CheckPredicate, 38, 178, 2, // Skip to: 2812 |
| /* 2122 */ MCD_OPC_CheckField, 4, 1, 0, 172, 2, // Skip to: 2812 |
| /* 2128 */ MCD_OPC_Decode, 255, 17, 206, 2, // Opcode: VULTOS |
| /* 2133 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2152 |
| /* 2137 */ MCD_OPC_CheckPredicate, 38, 159, 2, // Skip to: 2812 |
| /* 2141 */ MCD_OPC_CheckField, 4, 1, 0, 153, 2, // Skip to: 2812 |
| /* 2147 */ MCD_OPC_Decode, 235, 17, 204, 2, // Opcode: VTOUIZS |
| /* 2152 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2171 |
| /* 2156 */ MCD_OPC_CheckPredicate, 38, 140, 2, // Skip to: 2812 |
| /* 2160 */ MCD_OPC_CheckField, 4, 1, 0, 134, 2, // Skip to: 2812 |
| /* 2166 */ MCD_OPC_Decode, 227, 17, 204, 2, // Opcode: VTOSIZS |
| /* 2171 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2190 |
| /* 2175 */ MCD_OPC_CheckPredicate, 38, 121, 2, // Skip to: 2812 |
| /* 2179 */ MCD_OPC_CheckField, 4, 1, 0, 115, 2, // Skip to: 2812 |
| /* 2185 */ MCD_OPC_Decode, 229, 17, 206, 2, // Opcode: VTOSLS |
| /* 2190 */ MCD_OPC_FilterValue, 15, 106, 2, // Skip to: 2812 |
| /* 2194 */ MCD_OPC_CheckPredicate, 38, 102, 2, // Skip to: 2812 |
| /* 2198 */ MCD_OPC_CheckField, 4, 1, 0, 96, 2, // Skip to: 2812 |
| /* 2204 */ MCD_OPC_Decode, 237, 17, 206, 2, // Opcode: VTOULS |
| /* 2209 */ MCD_OPC_FilterValue, 44, 15, 0, // Skip to: 2228 |
| /* 2213 */ MCD_OPC_CheckPredicate, 44, 83, 2, // Skip to: 2812 |
| /* 2217 */ MCD_OPC_CheckField, 4, 2, 0, 77, 2, // Skip to: 2812 |
| /* 2223 */ MCD_OPC_Decode, 151, 1, 208, 2, // Opcode: FCONSTD |
| /* 2228 */ MCD_OPC_FilterValue, 45, 32, 1, // Skip to: 2520 |
| /* 2232 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 2235 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2254 |
| /* 2239 */ MCD_OPC_CheckPredicate, 39, 57, 2, // Skip to: 2812 |
| /* 2243 */ MCD_OPC_CheckField, 4, 1, 0, 51, 2, // Skip to: 2812 |
| /* 2249 */ MCD_OPC_Decode, 241, 10, 209, 2, // Opcode: VMOVD |
| /* 2254 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2273 |
| /* 2258 */ MCD_OPC_CheckPredicate, 39, 38, 2, // Skip to: 2812 |
| /* 2262 */ MCD_OPC_CheckField, 4, 1, 0, 32, 2, // Skip to: 2812 |
| /* 2268 */ MCD_OPC_Decode, 191, 11, 209, 2, // Opcode: VNEGD |
| /* 2273 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 2292 |
| /* 2277 */ MCD_OPC_CheckPredicate, 45, 19, 2, // Skip to: 2812 |
| /* 2281 */ MCD_OPC_CheckField, 4, 1, 0, 13, 2, // Skip to: 2812 |
| /* 2287 */ MCD_OPC_Decode, 255, 5, 207, 2, // Opcode: VCVTBHD |
| /* 2292 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 2311 |
| /* 2296 */ MCD_OPC_CheckPredicate, 45, 0, 2, // Skip to: 2812 |
| /* 2300 */ MCD_OPC_CheckField, 4, 1, 0, 250, 1, // Skip to: 2812 |
| /* 2306 */ MCD_OPC_Decode, 254, 5, 210, 2, // Opcode: VCVTBDH |
| /* 2311 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 2330 |
| /* 2315 */ MCD_OPC_CheckPredicate, 39, 237, 1, // Skip to: 2812 |
| /* 2319 */ MCD_OPC_CheckField, 4, 1, 0, 231, 1, // Skip to: 2812 |
| /* 2325 */ MCD_OPC_Decode, 236, 5, 209, 2, // Opcode: VCMPD |
| /* 2330 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2349 |
| /* 2334 */ MCD_OPC_CheckPredicate, 39, 218, 1, // Skip to: 2812 |
| /* 2338 */ MCD_OPC_CheckField, 0, 6, 0, 212, 1, // Skip to: 2812 |
| /* 2344 */ MCD_OPC_Decode, 242, 5, 211, 2, // Opcode: VCMPZD |
| /* 2349 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2368 |
| /* 2353 */ MCD_OPC_CheckPredicate, 45, 199, 1, // Skip to: 2812 |
| /* 2357 */ MCD_OPC_CheckField, 4, 1, 0, 193, 1, // Skip to: 2812 |
| /* 2363 */ MCD_OPC_Decode, 205, 13, 209, 2, // Opcode: VRINTRD |
| /* 2368 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2387 |
| /* 2372 */ MCD_OPC_CheckPredicate, 45, 180, 1, // Skip to: 2812 |
| /* 2376 */ MCD_OPC_CheckField, 4, 1, 0, 174, 1, // Skip to: 2812 |
| /* 2382 */ MCD_OPC_Decode, 207, 13, 209, 2, // Opcode: VRINTXD |
| /* 2387 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2406 |
| /* 2391 */ MCD_OPC_CheckPredicate, 39, 161, 1, // Skip to: 2812 |
| /* 2395 */ MCD_OPC_CheckField, 4, 1, 0, 155, 1, // Skip to: 2812 |
| /* 2401 */ MCD_OPC_Decode, 252, 17, 207, 2, // Opcode: VUITOD |
| /* 2406 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2425 |
| /* 2410 */ MCD_OPC_CheckPredicate, 39, 142, 1, // Skip to: 2812 |
| /* 2414 */ MCD_OPC_CheckField, 4, 1, 0, 136, 1, // Skip to: 2812 |
| /* 2420 */ MCD_OPC_Decode, 210, 14, 212, 2, // Opcode: VSHTOD |
| /* 2425 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2444 |
| /* 2429 */ MCD_OPC_CheckPredicate, 39, 123, 1, // Skip to: 2812 |
| /* 2433 */ MCD_OPC_CheckField, 4, 1, 0, 117, 1, // Skip to: 2812 |
| /* 2439 */ MCD_OPC_Decode, 250, 17, 212, 2, // Opcode: VUHTOD |
| /* 2444 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2463 |
| /* 2448 */ MCD_OPC_CheckPredicate, 39, 104, 1, // Skip to: 2812 |
| /* 2452 */ MCD_OPC_CheckField, 4, 1, 0, 98, 1, // Skip to: 2812 |
| /* 2458 */ MCD_OPC_Decode, 232, 17, 210, 2, // Opcode: VTOUIRD |
| /* 2463 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2482 |
| /* 2467 */ MCD_OPC_CheckPredicate, 39, 85, 1, // Skip to: 2812 |
| /* 2471 */ MCD_OPC_CheckField, 4, 1, 0, 79, 1, // Skip to: 2812 |
| /* 2477 */ MCD_OPC_Decode, 224, 17, 210, 2, // Opcode: VTOSIRD |
| /* 2482 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2501 |
| /* 2486 */ MCD_OPC_CheckPredicate, 39, 66, 1, // Skip to: 2812 |
| /* 2490 */ MCD_OPC_CheckField, 4, 1, 0, 60, 1, // Skip to: 2812 |
| /* 2496 */ MCD_OPC_Decode, 222, 17, 212, 2, // Opcode: VTOSHD |
| /* 2501 */ MCD_OPC_FilterValue, 15, 51, 1, // Skip to: 2812 |
| /* 2505 */ MCD_OPC_CheckPredicate, 39, 47, 1, // Skip to: 2812 |
| /* 2509 */ MCD_OPC_CheckField, 4, 1, 0, 41, 1, // Skip to: 2812 |
| /* 2515 */ MCD_OPC_Decode, 230, 17, 212, 2, // Opcode: VTOUHD |
| /* 2520 */ MCD_OPC_FilterValue, 47, 32, 1, // Skip to: 2812 |
| /* 2524 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 2527 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2546 |
| /* 2531 */ MCD_OPC_CheckPredicate, 39, 21, 1, // Skip to: 2812 |
| /* 2535 */ MCD_OPC_CheckField, 4, 1, 0, 15, 1, // Skip to: 2812 |
| /* 2541 */ MCD_OPC_Decode, 221, 4, 209, 2, // Opcode: VABSD |
| /* 2546 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2565 |
| /* 2550 */ MCD_OPC_CheckPredicate, 39, 2, 1, // Skip to: 2812 |
| /* 2554 */ MCD_OPC_CheckField, 4, 1, 0, 252, 0, // Skip to: 2812 |
| /* 2560 */ MCD_OPC_Decode, 224, 14, 209, 2, // Opcode: VSQRTD |
| /* 2565 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 2584 |
| /* 2569 */ MCD_OPC_CheckPredicate, 45, 239, 0, // Skip to: 2812 |
| /* 2573 */ MCD_OPC_CheckField, 4, 1, 0, 233, 0, // Skip to: 2812 |
| /* 2579 */ MCD_OPC_Decode, 157, 6, 207, 2, // Opcode: VCVTTHD |
| /* 2584 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 2603 |
| /* 2588 */ MCD_OPC_CheckPredicate, 45, 220, 0, // Skip to: 2812 |
| /* 2592 */ MCD_OPC_CheckField, 4, 1, 0, 214, 0, // Skip to: 2812 |
| /* 2598 */ MCD_OPC_Decode, 156, 6, 210, 2, // Opcode: VCVTTDH |
| /* 2603 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 2622 |
| /* 2607 */ MCD_OPC_CheckPredicate, 39, 201, 0, // Skip to: 2812 |
| /* 2611 */ MCD_OPC_CheckField, 4, 1, 0, 195, 0, // Skip to: 2812 |
| /* 2617 */ MCD_OPC_Decode, 237, 5, 209, 2, // Opcode: VCMPED |
| /* 2622 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2641 |
| /* 2626 */ MCD_OPC_CheckPredicate, 39, 182, 0, // Skip to: 2812 |
| /* 2630 */ MCD_OPC_CheckField, 0, 6, 0, 176, 0, // Skip to: 2812 |
| /* 2636 */ MCD_OPC_Decode, 239, 5, 211, 2, // Opcode: VCMPEZD |
| /* 2641 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2660 |
| /* 2645 */ MCD_OPC_CheckPredicate, 45, 163, 0, // Skip to: 2812 |
| /* 2649 */ MCD_OPC_CheckField, 4, 1, 0, 157, 0, // Skip to: 2812 |
| /* 2655 */ MCD_OPC_Decode, 211, 13, 209, 2, // Opcode: VRINTZD |
| /* 2660 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2679 |
| /* 2664 */ MCD_OPC_CheckPredicate, 39, 144, 0, // Skip to: 2812 |
| /* 2668 */ MCD_OPC_CheckField, 4, 1, 0, 138, 0, // Skip to: 2812 |
| /* 2674 */ MCD_OPC_Decode, 155, 6, 210, 2, // Opcode: VCVTSD |
| /* 2679 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2698 |
| /* 2683 */ MCD_OPC_CheckPredicate, 39, 125, 0, // Skip to: 2812 |
| /* 2687 */ MCD_OPC_CheckField, 4, 1, 0, 119, 0, // Skip to: 2812 |
| /* 2693 */ MCD_OPC_Decode, 212, 14, 207, 2, // Opcode: VSITOD |
| /* 2698 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2717 |
| /* 2702 */ MCD_OPC_CheckPredicate, 39, 106, 0, // Skip to: 2812 |
| /* 2706 */ MCD_OPC_CheckField, 4, 1, 0, 100, 0, // Skip to: 2812 |
| /* 2712 */ MCD_OPC_Decode, 222, 14, 212, 2, // Opcode: VSLTOD |
| /* 2717 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2736 |
| /* 2721 */ MCD_OPC_CheckPredicate, 39, 87, 0, // Skip to: 2812 |
| /* 2725 */ MCD_OPC_CheckField, 4, 1, 0, 81, 0, // Skip to: 2812 |
| /* 2731 */ MCD_OPC_Decode, 254, 17, 212, 2, // Opcode: VULTOD |
| /* 2736 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2755 |
| /* 2740 */ MCD_OPC_CheckPredicate, 39, 68, 0, // Skip to: 2812 |
| /* 2744 */ MCD_OPC_CheckField, 4, 1, 0, 62, 0, // Skip to: 2812 |
| /* 2750 */ MCD_OPC_Decode, 234, 17, 210, 2, // Opcode: VTOUIZD |
| /* 2755 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2774 |
| /* 2759 */ MCD_OPC_CheckPredicate, 39, 49, 0, // Skip to: 2812 |
| /* 2763 */ MCD_OPC_CheckField, 4, 1, 0, 43, 0, // Skip to: 2812 |
| /* 2769 */ MCD_OPC_Decode, 226, 17, 210, 2, // Opcode: VTOSIZD |
| /* 2774 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2793 |
| /* 2778 */ MCD_OPC_CheckPredicate, 39, 30, 0, // Skip to: 2812 |
| /* 2782 */ MCD_OPC_CheckField, 4, 1, 0, 24, 0, // Skip to: 2812 |
| /* 2788 */ MCD_OPC_Decode, 228, 17, 212, 2, // Opcode: VTOSLD |
| /* 2793 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2812 |
| /* 2797 */ MCD_OPC_CheckPredicate, 39, 11, 0, // Skip to: 2812 |
| /* 2801 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, // Skip to: 2812 |
| /* 2807 */ MCD_OPC_Decode, 236, 17, 212, 2, // Opcode: VTOULD |
| /* 2812 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTableVFPV832[] = { |
| /* 0 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 160, 0, // Skip to: 167 |
| /* 7 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 95, 0, // Skip to: 109 |
| /* 14 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 17 */ MCD_OPC_FilterValue, 10, 43, 0, // Skip to: 64 |
| /* 21 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 24 */ MCD_OPC_FilterValue, 252, 3, 15, 0, // Skip to: 44 |
| /* 29 */ MCD_OPC_CheckPredicate, 43, 254, 3, // Skip to: 1055 |
| /* 33 */ MCD_OPC_CheckField, 4, 1, 0, 248, 3, // Skip to: 1055 |
| /* 39 */ MCD_OPC_Decode, 148, 14, 213, 2, // Opcode: VSELEQS |
| /* 44 */ MCD_OPC_FilterValue, 253, 3, 238, 3, // Skip to: 1055 |
| /* 49 */ MCD_OPC_CheckPredicate, 43, 234, 3, // Skip to: 1055 |
| /* 53 */ MCD_OPC_CheckField, 4, 1, 0, 228, 3, // Skip to: 1055 |
| /* 59 */ MCD_OPC_Decode, 156, 10, 213, 2, // Opcode: VMAXNMS |
| /* 64 */ MCD_OPC_FilterValue, 11, 219, 3, // Skip to: 1055 |
| /* 68 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 71 */ MCD_OPC_FilterValue, 252, 3, 14, 0, // Skip to: 90 |
| /* 76 */ MCD_OPC_CheckPredicate, 45, 207, 3, // Skip to: 1055 |
| /* 80 */ MCD_OPC_CheckField, 4, 1, 0, 201, 3, // Skip to: 1055 |
| /* 86 */ MCD_OPC_Decode, 147, 14, 95, // Opcode: VSELEQD |
| /* 90 */ MCD_OPC_FilterValue, 253, 3, 192, 3, // Skip to: 1055 |
| /* 95 */ MCD_OPC_CheckPredicate, 45, 188, 3, // Skip to: 1055 |
| /* 99 */ MCD_OPC_CheckField, 4, 1, 0, 182, 3, // Skip to: 1055 |
| /* 105 */ MCD_OPC_Decode, 153, 10, 95, // Opcode: VMAXNMD |
| /* 109 */ MCD_OPC_FilterValue, 1, 174, 3, // Skip to: 1055 |
| /* 113 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 116 */ MCD_OPC_FilterValue, 10, 22, 0, // Skip to: 142 |
| /* 120 */ MCD_OPC_CheckPredicate, 43, 163, 3, // Skip to: 1055 |
| /* 124 */ MCD_OPC_CheckField, 23, 9, 253, 3, 156, 3, // Skip to: 1055 |
| /* 131 */ MCD_OPC_CheckField, 4, 1, 0, 150, 3, // Skip to: 1055 |
| /* 137 */ MCD_OPC_Decode, 174, 10, 213, 2, // Opcode: VMINNMS |
| /* 142 */ MCD_OPC_FilterValue, 11, 141, 3, // Skip to: 1055 |
| /* 146 */ MCD_OPC_CheckPredicate, 45, 137, 3, // Skip to: 1055 |
| /* 150 */ MCD_OPC_CheckField, 23, 9, 253, 3, 130, 3, // Skip to: 1055 |
| /* 157 */ MCD_OPC_CheckField, 4, 1, 0, 124, 3, // Skip to: 1055 |
| /* 163 */ MCD_OPC_Decode, 171, 10, 95, // Opcode: VMINNMD |
| /* 167 */ MCD_OPC_FilterValue, 1, 66, 0, // Skip to: 237 |
| /* 171 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 174 */ MCD_OPC_FilterValue, 10, 28, 0, // Skip to: 206 |
| /* 178 */ MCD_OPC_CheckPredicate, 43, 105, 3, // Skip to: 1055 |
| /* 182 */ MCD_OPC_CheckField, 23, 9, 252, 3, 98, 3, // Skip to: 1055 |
| /* 189 */ MCD_OPC_CheckField, 6, 1, 0, 92, 3, // Skip to: 1055 |
| /* 195 */ MCD_OPC_CheckField, 4, 1, 0, 86, 3, // Skip to: 1055 |
| /* 201 */ MCD_OPC_Decode, 154, 14, 213, 2, // Opcode: VSELVSS |
| /* 206 */ MCD_OPC_FilterValue, 11, 77, 3, // Skip to: 1055 |
| /* 210 */ MCD_OPC_CheckPredicate, 45, 73, 3, // Skip to: 1055 |
| /* 214 */ MCD_OPC_CheckField, 23, 9, 252, 3, 66, 3, // Skip to: 1055 |
| /* 221 */ MCD_OPC_CheckField, 6, 1, 0, 60, 3, // Skip to: 1055 |
| /* 227 */ MCD_OPC_CheckField, 4, 1, 0, 54, 3, // Skip to: 1055 |
| /* 233 */ MCD_OPC_Decode, 153, 14, 95, // Opcode: VSELVSD |
| /* 237 */ MCD_OPC_FilterValue, 2, 66, 0, // Skip to: 307 |
| /* 241 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 244 */ MCD_OPC_FilterValue, 10, 28, 0, // Skip to: 276 |
| /* 248 */ MCD_OPC_CheckPredicate, 43, 35, 3, // Skip to: 1055 |
| /* 252 */ MCD_OPC_CheckField, 23, 9, 252, 3, 28, 3, // Skip to: 1055 |
| /* 259 */ MCD_OPC_CheckField, 6, 1, 0, 22, 3, // Skip to: 1055 |
| /* 265 */ MCD_OPC_CheckField, 4, 1, 0, 16, 3, // Skip to: 1055 |
| /* 271 */ MCD_OPC_Decode, 150, 14, 213, 2, // Opcode: VSELGES |
| /* 276 */ MCD_OPC_FilterValue, 11, 7, 3, // Skip to: 1055 |
| /* 280 */ MCD_OPC_CheckPredicate, 45, 3, 3, // Skip to: 1055 |
| /* 284 */ MCD_OPC_CheckField, 23, 9, 252, 3, 252, 2, // Skip to: 1055 |
| /* 291 */ MCD_OPC_CheckField, 6, 1, 0, 246, 2, // Skip to: 1055 |
| /* 297 */ MCD_OPC_CheckField, 4, 1, 0, 240, 2, // Skip to: 1055 |
| /* 303 */ MCD_OPC_Decode, 149, 14, 95, // Opcode: VSELGED |
| /* 307 */ MCD_OPC_FilterValue, 3, 232, 2, // Skip to: 1055 |
| /* 311 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 314 */ MCD_OPC_FilterValue, 0, 54, 0, // Skip to: 372 |
| /* 318 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 321 */ MCD_OPC_FilterValue, 10, 22, 0, // Skip to: 347 |
| /* 325 */ MCD_OPC_CheckPredicate, 43, 214, 2, // Skip to: 1055 |
| /* 329 */ MCD_OPC_CheckField, 23, 9, 252, 3, 207, 2, // Skip to: 1055 |
| /* 336 */ MCD_OPC_CheckField, 4, 1, 0, 201, 2, // Skip to: 1055 |
| /* 342 */ MCD_OPC_Decode, 152, 14, 213, 2, // Opcode: VSELGTS |
| /* 347 */ MCD_OPC_FilterValue, 11, 192, 2, // Skip to: 1055 |
| /* 351 */ MCD_OPC_CheckPredicate, 45, 188, 2, // Skip to: 1055 |
| /* 355 */ MCD_OPC_CheckField, 23, 9, 252, 3, 181, 2, // Skip to: 1055 |
| /* 362 */ MCD_OPC_CheckField, 4, 1, 0, 175, 2, // Skip to: 1055 |
| /* 368 */ MCD_OPC_Decode, 151, 14, 95, // Opcode: VSELGTD |
| /* 372 */ MCD_OPC_FilterValue, 1, 167, 2, // Skip to: 1055 |
| /* 376 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 379 */ MCD_OPC_FilterValue, 8, 54, 0, // Skip to: 437 |
| /* 383 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 386 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 412 |
| /* 390 */ MCD_OPC_CheckPredicate, 43, 149, 2, // Skip to: 1055 |
| /* 394 */ MCD_OPC_CheckField, 23, 9, 253, 3, 142, 2, // Skip to: 1055 |
| /* 401 */ MCD_OPC_CheckField, 4, 1, 0, 136, 2, // Skip to: 1055 |
| /* 407 */ MCD_OPC_Decode, 192, 13, 214, 2, // Opcode: VRINTAS |
| /* 412 */ MCD_OPC_FilterValue, 22, 127, 2, // Skip to: 1055 |
| /* 416 */ MCD_OPC_CheckPredicate, 45, 123, 2, // Skip to: 1055 |
| /* 420 */ MCD_OPC_CheckField, 23, 9, 253, 3, 116, 2, // Skip to: 1055 |
| /* 427 */ MCD_OPC_CheckField, 4, 1, 0, 110, 2, // Skip to: 1055 |
| /* 433 */ MCD_OPC_Decode, 189, 13, 124, // Opcode: VRINTAD |
| /* 437 */ MCD_OPC_FilterValue, 9, 54, 0, // Skip to: 495 |
| /* 441 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 444 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 470 |
| /* 448 */ MCD_OPC_CheckPredicate, 43, 91, 2, // Skip to: 1055 |
| /* 452 */ MCD_OPC_CheckField, 23, 9, 253, 3, 84, 2, // Skip to: 1055 |
| /* 459 */ MCD_OPC_CheckField, 4, 1, 0, 78, 2, // Skip to: 1055 |
| /* 465 */ MCD_OPC_Decode, 200, 13, 214, 2, // Opcode: VRINTNS |
| /* 470 */ MCD_OPC_FilterValue, 22, 69, 2, // Skip to: 1055 |
| /* 474 */ MCD_OPC_CheckPredicate, 45, 65, 2, // Skip to: 1055 |
| /* 478 */ MCD_OPC_CheckField, 23, 9, 253, 3, 58, 2, // Skip to: 1055 |
| /* 485 */ MCD_OPC_CheckField, 4, 1, 0, 52, 2, // Skip to: 1055 |
| /* 491 */ MCD_OPC_Decode, 197, 13, 124, // Opcode: VRINTND |
| /* 495 */ MCD_OPC_FilterValue, 10, 54, 0, // Skip to: 553 |
| /* 499 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 502 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 528 |
| /* 506 */ MCD_OPC_CheckPredicate, 43, 33, 2, // Skip to: 1055 |
| /* 510 */ MCD_OPC_CheckField, 23, 9, 253, 3, 26, 2, // Skip to: 1055 |
| /* 517 */ MCD_OPC_CheckField, 4, 1, 0, 20, 2, // Skip to: 1055 |
| /* 523 */ MCD_OPC_Decode, 204, 13, 214, 2, // Opcode: VRINTPS |
| /* 528 */ MCD_OPC_FilterValue, 22, 11, 2, // Skip to: 1055 |
| /* 532 */ MCD_OPC_CheckPredicate, 45, 7, 2, // Skip to: 1055 |
| /* 536 */ MCD_OPC_CheckField, 23, 9, 253, 3, 0, 2, // Skip to: 1055 |
| /* 543 */ MCD_OPC_CheckField, 4, 1, 0, 250, 1, // Skip to: 1055 |
| /* 549 */ MCD_OPC_Decode, 201, 13, 124, // Opcode: VRINTPD |
| /* 553 */ MCD_OPC_FilterValue, 11, 54, 0, // Skip to: 611 |
| /* 557 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 560 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 586 |
| /* 564 */ MCD_OPC_CheckPredicate, 43, 231, 1, // Skip to: 1055 |
| /* 568 */ MCD_OPC_CheckField, 23, 9, 253, 3, 224, 1, // Skip to: 1055 |
| /* 575 */ MCD_OPC_CheckField, 4, 1, 0, 218, 1, // Skip to: 1055 |
| /* 581 */ MCD_OPC_Decode, 196, 13, 214, 2, // Opcode: VRINTMS |
| /* 586 */ MCD_OPC_FilterValue, 22, 209, 1, // Skip to: 1055 |
| /* 590 */ MCD_OPC_CheckPredicate, 45, 205, 1, // Skip to: 1055 |
| /* 594 */ MCD_OPC_CheckField, 23, 9, 253, 3, 198, 1, // Skip to: 1055 |
| /* 601 */ MCD_OPC_CheckField, 4, 1, 0, 192, 1, // Skip to: 1055 |
| /* 607 */ MCD_OPC_Decode, 193, 13, 124, // Opcode: VRINTMD |
| /* 611 */ MCD_OPC_FilterValue, 12, 107, 0, // Skip to: 722 |
| /* 615 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 618 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 644 |
| /* 622 */ MCD_OPC_CheckPredicate, 43, 173, 1, // Skip to: 1055 |
| /* 626 */ MCD_OPC_CheckField, 23, 9, 253, 3, 166, 1, // Skip to: 1055 |
| /* 633 */ MCD_OPC_CheckField, 4, 1, 0, 160, 1, // Skip to: 1055 |
| /* 639 */ MCD_OPC_Decode, 253, 5, 214, 2, // Opcode: VCVTAUS |
| /* 644 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 670 |
| /* 648 */ MCD_OPC_CheckPredicate, 43, 147, 1, // Skip to: 1055 |
| /* 652 */ MCD_OPC_CheckField, 23, 9, 253, 3, 140, 1, // Skip to: 1055 |
| /* 659 */ MCD_OPC_CheckField, 4, 1, 0, 134, 1, // Skip to: 1055 |
| /* 665 */ MCD_OPC_Decode, 251, 5, 214, 2, // Opcode: VCVTASS |
| /* 670 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 696 |
| /* 674 */ MCD_OPC_CheckPredicate, 45, 121, 1, // Skip to: 1055 |
| /* 678 */ MCD_OPC_CheckField, 23, 9, 253, 3, 114, 1, // Skip to: 1055 |
| /* 685 */ MCD_OPC_CheckField, 4, 1, 0, 108, 1, // Skip to: 1055 |
| /* 691 */ MCD_OPC_Decode, 252, 5, 215, 2, // Opcode: VCVTAUD |
| /* 696 */ MCD_OPC_FilterValue, 23, 99, 1, // Skip to: 1055 |
| /* 700 */ MCD_OPC_CheckPredicate, 45, 95, 1, // Skip to: 1055 |
| /* 704 */ MCD_OPC_CheckField, 23, 9, 253, 3, 88, 1, // Skip to: 1055 |
| /* 711 */ MCD_OPC_CheckField, 4, 1, 0, 82, 1, // Skip to: 1055 |
| /* 717 */ MCD_OPC_Decode, 250, 5, 215, 2, // Opcode: VCVTASD |
| /* 722 */ MCD_OPC_FilterValue, 13, 107, 0, // Skip to: 833 |
| /* 726 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 729 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 755 |
| /* 733 */ MCD_OPC_CheckPredicate, 43, 62, 1, // Skip to: 1055 |
| /* 737 */ MCD_OPC_CheckField, 23, 9, 253, 3, 55, 1, // Skip to: 1055 |
| /* 744 */ MCD_OPC_CheckField, 4, 1, 0, 49, 1, // Skip to: 1055 |
| /* 750 */ MCD_OPC_Decode, 146, 6, 214, 2, // Opcode: VCVTNUS |
| /* 755 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 781 |
| /* 759 */ MCD_OPC_CheckPredicate, 43, 36, 1, // Skip to: 1055 |
| /* 763 */ MCD_OPC_CheckField, 23, 9, 253, 3, 29, 1, // Skip to: 1055 |
| /* 770 */ MCD_OPC_CheckField, 4, 1, 0, 23, 1, // Skip to: 1055 |
| /* 776 */ MCD_OPC_Decode, 144, 6, 214, 2, // Opcode: VCVTNSS |
| /* 781 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 807 |
| /* 785 */ MCD_OPC_CheckPredicate, 45, 10, 1, // Skip to: 1055 |
| /* 789 */ MCD_OPC_CheckField, 23, 9, 253, 3, 3, 1, // Skip to: 1055 |
| /* 796 */ MCD_OPC_CheckField, 4, 1, 0, 253, 0, // Skip to: 1055 |
| /* 802 */ MCD_OPC_Decode, 145, 6, 215, 2, // Opcode: VCVTNUD |
| /* 807 */ MCD_OPC_FilterValue, 23, 244, 0, // Skip to: 1055 |
| /* 811 */ MCD_OPC_CheckPredicate, 45, 240, 0, // Skip to: 1055 |
| /* 815 */ MCD_OPC_CheckField, 23, 9, 253, 3, 233, 0, // Skip to: 1055 |
| /* 822 */ MCD_OPC_CheckField, 4, 1, 0, 227, 0, // Skip to: 1055 |
| /* 828 */ MCD_OPC_Decode, 143, 6, 215, 2, // Opcode: VCVTNSD |
| /* 833 */ MCD_OPC_FilterValue, 14, 107, 0, // Skip to: 944 |
| /* 837 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 840 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 866 |
| /* 844 */ MCD_OPC_CheckPredicate, 43, 207, 0, // Skip to: 1055 |
| /* 848 */ MCD_OPC_CheckField, 23, 9, 253, 3, 200, 0, // Skip to: 1055 |
| /* 855 */ MCD_OPC_CheckField, 4, 1, 0, 194, 0, // Skip to: 1055 |
| /* 861 */ MCD_OPC_Decode, 154, 6, 214, 2, // Opcode: VCVTPUS |
| /* 866 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 892 |
| /* 870 */ MCD_OPC_CheckPredicate, 43, 181, 0, // Skip to: 1055 |
| /* 874 */ MCD_OPC_CheckField, 23, 9, 253, 3, 174, 0, // Skip to: 1055 |
| /* 881 */ MCD_OPC_CheckField, 4, 1, 0, 168, 0, // Skip to: 1055 |
| /* 887 */ MCD_OPC_Decode, 152, 6, 214, 2, // Opcode: VCVTPSS |
| /* 892 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 918 |
| /* 896 */ MCD_OPC_CheckPredicate, 45, 155, 0, // Skip to: 1055 |
| /* 900 */ MCD_OPC_CheckField, 23, 9, 253, 3, 148, 0, // Skip to: 1055 |
| /* 907 */ MCD_OPC_CheckField, 4, 1, 0, 142, 0, // Skip to: 1055 |
| /* 913 */ MCD_OPC_Decode, 153, 6, 215, 2, // Opcode: VCVTPUD |
| /* 918 */ MCD_OPC_FilterValue, 23, 133, 0, // Skip to: 1055 |
| /* 922 */ MCD_OPC_CheckPredicate, 45, 129, 0, // Skip to: 1055 |
| /* 926 */ MCD_OPC_CheckField, 23, 9, 253, 3, 122, 0, // Skip to: 1055 |
| /* 933 */ MCD_OPC_CheckField, 4, 1, 0, 116, 0, // Skip to: 1055 |
| /* 939 */ MCD_OPC_Decode, 151, 6, 215, 2, // Opcode: VCVTPSD |
| /* 944 */ MCD_OPC_FilterValue, 15, 107, 0, // Skip to: 1055 |
| /* 948 */ MCD_OPC_ExtractField, 7, 5, // Inst{11-7} ... |
| /* 951 */ MCD_OPC_FilterValue, 20, 22, 0, // Skip to: 977 |
| /* 955 */ MCD_OPC_CheckPredicate, 43, 96, 0, // Skip to: 1055 |
| /* 959 */ MCD_OPC_CheckField, 23, 9, 253, 3, 89, 0, // Skip to: 1055 |
| /* 966 */ MCD_OPC_CheckField, 4, 1, 0, 83, 0, // Skip to: 1055 |
| /* 972 */ MCD_OPC_Decode, 138, 6, 214, 2, // Opcode: VCVTMUS |
| /* 977 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 1003 |
| /* 981 */ MCD_OPC_CheckPredicate, 43, 70, 0, // Skip to: 1055 |
| /* 985 */ MCD_OPC_CheckField, 23, 9, 253, 3, 63, 0, // Skip to: 1055 |
| /* 992 */ MCD_OPC_CheckField, 4, 1, 0, 57, 0, // Skip to: 1055 |
| /* 998 */ MCD_OPC_Decode, 136, 6, 214, 2, // Opcode: VCVTMSS |
| /* 1003 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 1029 |
| /* 1007 */ MCD_OPC_CheckPredicate, 45, 44, 0, // Skip to: 1055 |
| /* 1011 */ MCD_OPC_CheckField, 23, 9, 253, 3, 37, 0, // Skip to: 1055 |
| /* 1018 */ MCD_OPC_CheckField, 4, 1, 0, 31, 0, // Skip to: 1055 |
| /* 1024 */ MCD_OPC_Decode, 137, 6, 215, 2, // Opcode: VCVTMUD |
| /* 1029 */ MCD_OPC_FilterValue, 23, 22, 0, // Skip to: 1055 |
| /* 1033 */ MCD_OPC_CheckPredicate, 45, 18, 0, // Skip to: 1055 |
| /* 1037 */ MCD_OPC_CheckField, 23, 9, 253, 3, 11, 0, // Skip to: 1055 |
| /* 1044 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, // Skip to: 1055 |
| /* 1050 */ MCD_OPC_Decode, 135, 6, 215, 2, // Opcode: VCVTMSD |
| /* 1055 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTablev8Crypto32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 65, 0, // Skip to: 72 |
| /* 7 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 10 */ MCD_OPC_FilterValue, 228, 3, 26, 0, // Skip to: 41 |
| /* 15 */ MCD_OPC_CheckPredicate, 16, 193, 1, // Skip to: 468 |
| /* 19 */ MCD_OPC_CheckField, 8, 4, 12, 187, 1, // Skip to: 468 |
| /* 25 */ MCD_OPC_CheckField, 6, 1, 1, 181, 1, // Skip to: 468 |
| /* 31 */ MCD_OPC_CheckField, 4, 1, 0, 175, 1, // Skip to: 468 |
| /* 37 */ MCD_OPC_Decode, 236, 2, 104, // Opcode: SHA1C |
| /* 41 */ MCD_OPC_FilterValue, 230, 3, 166, 1, // Skip to: 468 |
| /* 46 */ MCD_OPC_CheckPredicate, 16, 162, 1, // Skip to: 468 |
| /* 50 */ MCD_OPC_CheckField, 8, 4, 12, 156, 1, // Skip to: 468 |
| /* 56 */ MCD_OPC_CheckField, 6, 1, 1, 150, 1, // Skip to: 468 |
| /* 62 */ MCD_OPC_CheckField, 4, 1, 0, 144, 1, // Skip to: 468 |
| /* 68 */ MCD_OPC_Decode, 242, 2, 104, // Opcode: SHA256H |
| /* 72 */ MCD_OPC_FilterValue, 1, 65, 0, // Skip to: 141 |
| /* 76 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 79 */ MCD_OPC_FilterValue, 228, 3, 26, 0, // Skip to: 110 |
| /* 84 */ MCD_OPC_CheckPredicate, 16, 124, 1, // Skip to: 468 |
| /* 88 */ MCD_OPC_CheckField, 8, 4, 12, 118, 1, // Skip to: 468 |
| /* 94 */ MCD_OPC_CheckField, 6, 1, 1, 112, 1, // Skip to: 468 |
| /* 100 */ MCD_OPC_CheckField, 4, 1, 0, 106, 1, // Skip to: 468 |
| /* 106 */ MCD_OPC_Decode, 239, 2, 104, // Opcode: SHA1P |
| /* 110 */ MCD_OPC_FilterValue, 230, 3, 97, 1, // Skip to: 468 |
| /* 115 */ MCD_OPC_CheckPredicate, 16, 93, 1, // Skip to: 468 |
| /* 119 */ MCD_OPC_CheckField, 8, 4, 12, 87, 1, // Skip to: 468 |
| /* 125 */ MCD_OPC_CheckField, 6, 1, 1, 81, 1, // Skip to: 468 |
| /* 131 */ MCD_OPC_CheckField, 4, 1, 0, 75, 1, // Skip to: 468 |
| /* 137 */ MCD_OPC_Decode, 243, 2, 104, // Opcode: SHA256H2 |
| /* 141 */ MCD_OPC_FilterValue, 2, 65, 0, // Skip to: 210 |
| /* 145 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... |
| /* 148 */ MCD_OPC_FilterValue, 228, 3, 26, 0, // Skip to: 179 |
| /* 153 */ MCD_OPC_CheckPredicate, 16, 55, 1, // Skip to: 468 |
| /* 157 */ MCD_OPC_CheckField, 8, 4, 12, 49, 1, // Skip to: 468 |
| /* 163 */ MCD_OPC_CheckField, 6, 1, 1, 43, 1, // Skip to: 468 |
| /* 169 */ MCD_OPC_CheckField, 4, 1, 0, 37, 1, // Skip to: 468 |
| /* 175 */ MCD_OPC_Decode, 238, 2, 104, // Opcode: SHA1M |
| /* 179 */ MCD_OPC_FilterValue, 230, 3, 28, 1, // Skip to: 468 |
| /* 184 */ MCD_OPC_CheckPredicate, 16, 24, 1, // Skip to: 468 |
| /* 188 */ MCD_OPC_CheckField, 8, 4, 12, 18, 1, // Skip to: 468 |
| /* 194 */ MCD_OPC_CheckField, 6, 1, 1, 12, 1, // Skip to: 468 |
| /* 200 */ MCD_OPC_CheckField, 4, 1, 0, 6, 1, // Skip to: 468 |
| /* 206 */ MCD_OPC_Decode, 245, 2, 104, // Opcode: SHA256SU1 |
| /* 210 */ MCD_OPC_FilterValue, 3, 254, 0, // Skip to: 468 |
| /* 214 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 217 */ MCD_OPC_FilterValue, 2, 33, 0, // Skip to: 254 |
| /* 221 */ MCD_OPC_CheckPredicate, 16, 243, 0, // Skip to: 468 |
| /* 225 */ MCD_OPC_CheckField, 23, 9, 231, 3, 236, 0, // Skip to: 468 |
| /* 232 */ MCD_OPC_CheckField, 16, 4, 9, 230, 0, // Skip to: 468 |
| /* 238 */ MCD_OPC_CheckField, 6, 2, 3, 224, 0, // Skip to: 468 |
| /* 244 */ MCD_OPC_CheckField, 4, 1, 0, 218, 0, // Skip to: 468 |
| /* 250 */ MCD_OPC_Decode, 237, 2, 125, // Opcode: SHA1H |
| /* 254 */ MCD_OPC_FilterValue, 3, 179, 0, // Skip to: 437 |
| /* 258 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 261 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 292 |
| /* 265 */ MCD_OPC_CheckPredicate, 16, 199, 0, // Skip to: 468 |
| /* 269 */ MCD_OPC_CheckField, 23, 9, 231, 3, 192, 0, // Skip to: 468 |
| /* 276 */ MCD_OPC_CheckField, 16, 4, 0, 186, 0, // Skip to: 468 |
| /* 282 */ MCD_OPC_CheckField, 4, 1, 0, 180, 0, // Skip to: 468 |
| /* 288 */ MCD_OPC_Decode, 36, 131, 1, // Opcode: AESE |
| /* 292 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 323 |
| /* 296 */ MCD_OPC_CheckPredicate, 16, 168, 0, // Skip to: 468 |
| /* 300 */ MCD_OPC_CheckField, 23, 9, 231, 3, 161, 0, // Skip to: 468 |
| /* 307 */ MCD_OPC_CheckField, 16, 4, 0, 155, 0, // Skip to: 468 |
| /* 313 */ MCD_OPC_CheckField, 4, 1, 0, 149, 0, // Skip to: 468 |
| /* 319 */ MCD_OPC_Decode, 35, 131, 1, // Opcode: AESD |
| /* 323 */ MCD_OPC_FilterValue, 2, 53, 0, // Skip to: 380 |
| /* 327 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 330 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 354 |
| /* 334 */ MCD_OPC_CheckPredicate, 16, 130, 0, // Skip to: 468 |
| /* 338 */ MCD_OPC_CheckField, 23, 9, 231, 3, 123, 0, // Skip to: 468 |
| /* 345 */ MCD_OPC_CheckField, 4, 1, 0, 117, 0, // Skip to: 468 |
| /* 351 */ MCD_OPC_Decode, 38, 125, // Opcode: AESMC |
| /* 354 */ MCD_OPC_FilterValue, 10, 110, 0, // Skip to: 468 |
| /* 358 */ MCD_OPC_CheckPredicate, 16, 106, 0, // Skip to: 468 |
| /* 362 */ MCD_OPC_CheckField, 23, 9, 231, 3, 99, 0, // Skip to: 468 |
| /* 369 */ MCD_OPC_CheckField, 4, 1, 0, 93, 0, // Skip to: 468 |
| /* 375 */ MCD_OPC_Decode, 241, 2, 131, 1, // Opcode: SHA1SU1 |
| /* 380 */ MCD_OPC_FilterValue, 3, 84, 0, // Skip to: 468 |
| /* 384 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
| /* 387 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 411 |
| /* 391 */ MCD_OPC_CheckPredicate, 16, 73, 0, // Skip to: 468 |
| /* 395 */ MCD_OPC_CheckField, 23, 9, 231, 3, 66, 0, // Skip to: 468 |
| /* 402 */ MCD_OPC_CheckField, 4, 1, 0, 60, 0, // Skip to: 468 |
| /* 408 */ MCD_OPC_Decode, 37, 125, // Opcode: AESIMC |
| /* 411 */ MCD_OPC_FilterValue, 10, 53, 0, // Skip to: 468 |
| /* 415 */ MCD_OPC_CheckPredicate, 16, 49, 0, // Skip to: 468 |
| /* 419 */ MCD_OPC_CheckField, 23, 9, 231, 3, 42, 0, // Skip to: 468 |
| /* 426 */ MCD_OPC_CheckField, 4, 1, 0, 36, 0, // Skip to: 468 |
| /* 432 */ MCD_OPC_Decode, 244, 2, 131, 1, // Opcode: SHA256SU0 |
| /* 437 */ MCD_OPC_FilterValue, 12, 27, 0, // Skip to: 468 |
| /* 441 */ MCD_OPC_CheckPredicate, 16, 23, 0, // Skip to: 468 |
| /* 445 */ MCD_OPC_CheckField, 23, 9, 228, 3, 16, 0, // Skip to: 468 |
| /* 452 */ MCD_OPC_CheckField, 6, 1, 1, 10, 0, // Skip to: 468 |
| /* 458 */ MCD_OPC_CheckField, 4, 1, 0, 4, 0, // Skip to: 468 |
| /* 464 */ MCD_OPC_Decode, 240, 2, 104, // Opcode: SHA1SU0 |
| /* 468 */ MCD_OPC_Fail, |
| 0 |
| }; |
| |
| static uint8_t DecoderTablev8NEON32[] = { |
| /* 0 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
| /* 3 */ MCD_OPC_FilterValue, 0, 127, 0, // Skip to: 134 |
| /* 7 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 10 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 41 |
| /* 14 */ MCD_OPC_CheckPredicate, 46, 6, 4, // Skip to: 1048 |
| /* 18 */ MCD_OPC_CheckField, 23, 9, 231, 3, 255, 3, // Skip to: 1048 |
| /* 25 */ MCD_OPC_CheckField, 16, 6, 59, 249, 3, // Skip to: 1048 |
| /* 31 */ MCD_OPC_CheckField, 4, 1, 0, 243, 3, // Skip to: 1048 |
| /* 37 */ MCD_OPC_Decode, 246, 5, 124, // Opcode: VCVTANSD |
| /* 41 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 72 |
| /* 45 */ MCD_OPC_CheckPredicate, 46, 231, 3, // Skip to: 1048 |
| /* 49 */ MCD_OPC_CheckField, 23, 9, 231, 3, 224, 3, // Skip to: 1048 |
| /* 56 */ MCD_OPC_CheckField, 16, 6, 59, 218, 3, // Skip to: 1048 |
| /* 62 */ MCD_OPC_CheckField, 4, 1, 0, 212, 3, // Skip to: 1048 |
| /* 68 */ MCD_OPC_Decode, 247, 5, 125, // Opcode: VCVTANSQ |
| /* 72 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 103 |
| /* 76 */ MCD_OPC_CheckPredicate, 46, 200, 3, // Skip to: 1048 |
| /* 80 */ MCD_OPC_CheckField, 23, 9, 231, 3, 193, 3, // Skip to: 1048 |
| /* 87 */ MCD_OPC_CheckField, 16, 6, 59, 187, 3, // Skip to: 1048 |
| /* 93 */ MCD_OPC_CheckField, 4, 1, 0, 181, 3, // Skip to: 1048 |
| /* 99 */ MCD_OPC_Decode, 248, 5, 124, // Opcode: VCVTANUD |
| /* 103 */ MCD_OPC_FilterValue, 3, 173, 3, // Skip to: 1048 |
| /* 107 */ MCD_OPC_CheckPredicate, 46, 169, 3, // Skip to: 1048 |
| /* 111 */ MCD_OPC_CheckField, 23, 9, 231, 3, 162, 3, // Skip to: 1048 |
| /* 118 */ MCD_OPC_CheckField, 16, 6, 59, 156, 3, // Skip to: 1048 |
| /* 124 */ MCD_OPC_CheckField, 4, 1, 0, 150, 3, // Skip to: 1048 |
| /* 130 */ MCD_OPC_Decode, 249, 5, 125, // Opcode: VCVTANUQ |
| /* 134 */ MCD_OPC_FilterValue, 1, 127, 0, // Skip to: 265 |
| /* 138 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 141 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 172 |
| /* 145 */ MCD_OPC_CheckPredicate, 46, 131, 3, // Skip to: 1048 |
| /* 149 */ MCD_OPC_CheckField, 23, 9, 231, 3, 124, 3, // Skip to: 1048 |
| /* 156 */ MCD_OPC_CheckField, 16, 6, 59, 118, 3, // Skip to: 1048 |
| /* 162 */ MCD_OPC_CheckField, 4, 1, 0, 112, 3, // Skip to: 1048 |
| /* 168 */ MCD_OPC_Decode, 139, 6, 124, // Opcode: VCVTNNSD |
| /* 172 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 203 |
| /* 176 */ MCD_OPC_CheckPredicate, 46, 100, 3, // Skip to: 1048 |
| /* 180 */ MCD_OPC_CheckField, 23, 9, 231, 3, 93, 3, // Skip to: 1048 |
| /* 187 */ MCD_OPC_CheckField, 16, 6, 59, 87, 3, // Skip to: 1048 |
| /* 193 */ MCD_OPC_CheckField, 4, 1, 0, 81, 3, // Skip to: 1048 |
| /* 199 */ MCD_OPC_Decode, 140, 6, 125, // Opcode: VCVTNNSQ |
| /* 203 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 234 |
| /* 207 */ MCD_OPC_CheckPredicate, 46, 69, 3, // Skip to: 1048 |
| /* 211 */ MCD_OPC_CheckField, 23, 9, 231, 3, 62, 3, // Skip to: 1048 |
| /* 218 */ MCD_OPC_CheckField, 16, 6, 59, 56, 3, // Skip to: 1048 |
| /* 224 */ MCD_OPC_CheckField, 4, 1, 0, 50, 3, // Skip to: 1048 |
| /* 230 */ MCD_OPC_Decode, 141, 6, 124, // Opcode: VCVTNNUD |
| /* 234 */ MCD_OPC_FilterValue, 3, 42, 3, // Skip to: 1048 |
| /* 238 */ MCD_OPC_CheckPredicate, 46, 38, 3, // Skip to: 1048 |
| /* 242 */ MCD_OPC_CheckField, 23, 9, 231, 3, 31, 3, // Skip to: 1048 |
| /* 249 */ MCD_OPC_CheckField, 16, 6, 59, 25, 3, // Skip to: 1048 |
| /* 255 */ MCD_OPC_CheckField, 4, 1, 0, 19, 3, // Skip to: 1048 |
| /* 261 */ MCD_OPC_Decode, 142, 6, 125, // Opcode: VCVTNNUQ |
| /* 265 */ MCD_OPC_FilterValue, 2, 127, 0, // Skip to: 396 |
| /* 269 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 272 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 303 |
| /* 276 */ MCD_OPC_CheckPredicate, 46, 0, 3, // Skip to: 1048 |
| /* 280 */ MCD_OPC_CheckField, 23, 9, 231, 3, 249, 2, // Skip to: 1048 |
| /* 287 */ MCD_OPC_CheckField, 16, 6, 59, 243, 2, // Skip to: 1048 |
| /* 293 */ MCD_OPC_CheckField, 4, 1, 0, 237, 2, // Skip to: 1048 |
| /* 299 */ MCD_OPC_Decode, 147, 6, 124, // Opcode: VCVTPNSD |
| /* 303 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 334 |
| /* 307 */ MCD_OPC_CheckPredicate, 46, 225, 2, // Skip to: 1048 |
| /* 311 */ MCD_OPC_CheckField, 23, 9, 231, 3, 218, 2, // Skip to: 1048 |
| /* 318 */ MCD_OPC_CheckField, 16, 6, 59, 212, 2, // Skip to: 1048 |
| /* 324 */ MCD_OPC_CheckField, 4, 1, 0, 206, 2, // Skip to: 1048 |
| /* 330 */ MCD_OPC_Decode, 148, 6, 125, // Opcode: VCVTPNSQ |
| /* 334 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 365 |
| /* 338 */ MCD_OPC_CheckPredicate, 46, 194, 2, // Skip to: 1048 |
| /* 342 */ MCD_OPC_CheckField, 23, 9, 231, 3, 187, 2, // Skip to: 1048 |
| /* 349 */ MCD_OPC_CheckField, 16, 6, 59, 181, 2, // Skip to: 1048 |
| /* 355 */ MCD_OPC_CheckField, 4, 1, 0, 175, 2, // Skip to: 1048 |
| /* 361 */ MCD_OPC_Decode, 149, 6, 124, // Opcode: VCVTPNUD |
| /* 365 */ MCD_OPC_FilterValue, 3, 167, 2, // Skip to: 1048 |
| /* 369 */ MCD_OPC_CheckPredicate, 46, 163, 2, // Skip to: 1048 |
| /* 373 */ MCD_OPC_CheckField, 23, 9, 231, 3, 156, 2, // Skip to: 1048 |
| /* 380 */ MCD_OPC_CheckField, 16, 6, 59, 150, 2, // Skip to: 1048 |
| /* 386 */ MCD_OPC_CheckField, 4, 1, 0, 144, 2, // Skip to: 1048 |
| /* 392 */ MCD_OPC_Decode, 150, 6, 125, // Opcode: VCVTPNUQ |
| /* 396 */ MCD_OPC_FilterValue, 3, 127, 0, // Skip to: 527 |
| /* 400 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 403 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 434 |
| /* 407 */ MCD_OPC_CheckPredicate, 46, 125, 2, // Skip to: 1048 |
| /* 411 */ MCD_OPC_CheckField, 23, 9, 231, 3, 118, 2, // Skip to: 1048 |
| /* 418 */ MCD_OPC_CheckField, 16, 6, 59, 112, 2, // Skip to: 1048 |
| /* 424 */ MCD_OPC_CheckField, 4, 1, 0, 106, 2, // Skip to: 1048 |
| /* 430 */ MCD_OPC_Decode, 131, 6, 124, // Opcode: VCVTMNSD |
| /* 434 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 465 |
| /* 438 */ MCD_OPC_CheckPredicate, 46, 94, 2, // Skip to: 1048 |
| /* 442 */ MCD_OPC_CheckField, 23, 9, 231, 3, 87, 2, // Skip to: 1048 |
| /* 449 */ MCD_OPC_CheckField, 16, 6, 59, 81, 2, // Skip to: 1048 |
| /* 455 */ MCD_OPC_CheckField, 4, 1, 0, 75, 2, // Skip to: 1048 |
| /* 461 */ MCD_OPC_Decode, 132, 6, 125, // Opcode: VCVTMNSQ |
| /* 465 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 496 |
| /* 469 */ MCD_OPC_CheckPredicate, 46, 63, 2, // Skip to: 1048 |
| /* 473 */ MCD_OPC_CheckField, 23, 9, 231, 3, 56, 2, // Skip to: 1048 |
| /* 480 */ MCD_OPC_CheckField, 16, 6, 59, 50, 2, // Skip to: 1048 |
| /* 486 */ MCD_OPC_CheckField, 4, 1, 0, 44, 2, // Skip to: 1048 |
| /* 492 */ MCD_OPC_Decode, 133, 6, 124, // Opcode: VCVTMNUD |
| /* 496 */ MCD_OPC_FilterValue, 3, 36, 2, // Skip to: 1048 |
| /* 500 */ MCD_OPC_CheckPredicate, 46, 32, 2, // Skip to: 1048 |
| /* 504 */ MCD_OPC_CheckField, 23, 9, 231, 3, 25, 2, // Skip to: 1048 |
| /* 511 */ MCD_OPC_CheckField, 16, 6, 59, 19, 2, // Skip to: 1048 |
| /* 517 */ MCD_OPC_CheckField, 4, 1, 0, 13, 2, // Skip to: 1048 |
| /* 523 */ MCD_OPC_Decode, 134, 6, 125, // Opcode: VCVTMNUQ |
| /* 527 */ MCD_OPC_FilterValue, 4, 127, 0, // Skip to: 658 |
| /* 531 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 534 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 565 |
| /* 538 */ MCD_OPC_CheckPredicate, 46, 250, 1, // Skip to: 1048 |
| /* 542 */ MCD_OPC_CheckField, 23, 9, 231, 3, 243, 1, // Skip to: 1048 |
| /* 549 */ MCD_OPC_CheckField, 16, 6, 58, 237, 1, // Skip to: 1048 |
| /* 555 */ MCD_OPC_CheckField, 4, 1, 0, 231, 1, // Skip to: 1048 |
| /* 561 */ MCD_OPC_Decode, 198, 13, 124, // Opcode: VRINTNND |
| /* 565 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 596 |
| /* 569 */ MCD_OPC_CheckPredicate, 46, 219, 1, // Skip to: 1048 |
| /* 573 */ MCD_OPC_CheckField, 23, 9, 231, 3, 212, 1, // Skip to: 1048 |
| /* 580 */ MCD_OPC_CheckField, 16, 6, 58, 206, 1, // Skip to: 1048 |
| /* 586 */ MCD_OPC_CheckField, 4, 1, 0, 200, 1, // Skip to: 1048 |
| /* 592 */ MCD_OPC_Decode, 199, 13, 125, // Opcode: VRINTNNQ |
| /* 596 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 627 |
| /* 600 */ MCD_OPC_CheckPredicate, 46, 188, 1, // Skip to: 1048 |
| /* 604 */ MCD_OPC_CheckField, 23, 9, 231, 3, 181, 1, // Skip to: 1048 |
| /* 611 */ MCD_OPC_CheckField, 16, 6, 58, 175, 1, // Skip to: 1048 |
| /* 617 */ MCD_OPC_CheckField, 4, 1, 0, 169, 1, // Skip to: 1048 |
| /* 623 */ MCD_OPC_Decode, 208, 13, 124, // Opcode: VRINTXND |
| /* 627 */ MCD_OPC_FilterValue, 3, 161, 1, // Skip to: 1048 |
| /* 631 */ MCD_OPC_CheckPredicate, 46, 157, 1, // Skip to: 1048 |
| /* 635 */ MCD_OPC_CheckField, 23, 9, 231, 3, 150, 1, // Skip to: 1048 |
| /* 642 */ MCD_OPC_CheckField, 16, 6, 58, 144, 1, // Skip to: 1048 |
| /* 648 */ MCD_OPC_CheckField, 4, 1, 0, 138, 1, // Skip to: 1048 |
| /* 654 */ MCD_OPC_Decode, 209, 13, 125, // Opcode: VRINTXNQ |
| /* 658 */ MCD_OPC_FilterValue, 5, 127, 0, // Skip to: 789 |
| /* 662 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 665 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 696 |
| /* 669 */ MCD_OPC_CheckPredicate, 46, 119, 1, // Skip to: 1048 |
| /* 673 */ MCD_OPC_CheckField, 23, 9, 231, 3, 112, 1, // Skip to: 1048 |
| /* 680 */ MCD_OPC_CheckField, 16, 6, 58, 106, 1, // Skip to: 1048 |
| /* 686 */ MCD_OPC_CheckField, 4, 1, 0, 100, 1, // Skip to: 1048 |
| /* 692 */ MCD_OPC_Decode, 190, 13, 124, // Opcode: VRINTAND |
| /* 696 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 727 |
| /* 700 */ MCD_OPC_CheckPredicate, 46, 88, 1, // Skip to: 1048 |
| /* 704 */ MCD_OPC_CheckField, 23, 9, 231, 3, 81, 1, // Skip to: 1048 |
| /* 711 */ MCD_OPC_CheckField, 16, 6, 58, 75, 1, // Skip to: 1048 |
| /* 717 */ MCD_OPC_CheckField, 4, 1, 0, 69, 1, // Skip to: 1048 |
| /* 723 */ MCD_OPC_Decode, 191, 13, 125, // Opcode: VRINTANQ |
| /* 727 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 758 |
| /* 731 */ MCD_OPC_CheckPredicate, 46, 57, 1, // Skip to: 1048 |
| /* 735 */ MCD_OPC_CheckField, 23, 9, 231, 3, 50, 1, // Skip to: 1048 |
| /* 742 */ MCD_OPC_CheckField, 16, 6, 58, 44, 1, // Skip to: 1048 |
| /* 748 */ MCD_OPC_CheckField, 4, 1, 0, 38, 1, // Skip to: 1048 |
| /* 754 */ MCD_OPC_Decode, 212, 13, 124, // Opcode: VRINTZND |
| /* 758 */ MCD_OPC_FilterValue, 3, 30, 1, // Skip to: 1048 |
| /* 762 */ MCD_OPC_CheckPredicate, 46, 26, 1, // Skip to: 1048 |
| /* 766 */ MCD_OPC_CheckField, 23, 9, 231, 3, 19, 1, // Skip to: 1048 |
| /* 773 */ MCD_OPC_CheckField, 16, 6, 58, 13, 1, // Skip to: 1048 |
| /* 779 */ MCD_OPC_CheckField, 4, 1, 0, 7, 1, // Skip to: 1048 |
| /* 785 */ MCD_OPC_Decode, 213, 13, 125, // Opcode: VRINTZNQ |
| /* 789 */ MCD_OPC_FilterValue, 6, 65, 0, // Skip to: 858 |
| /* 793 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 796 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 827 |
| /* 800 */ MCD_OPC_CheckPredicate, 46, 244, 0, // Skip to: 1048 |
| /* 804 */ MCD_OPC_CheckField, 23, 9, 231, 3, 237, 0, // Skip to: 1048 |
| /* 811 */ MCD_OPC_CheckField, 16, 6, 58, 231, 0, // Skip to: 1048 |
| /* 817 */ MCD_OPC_CheckField, 4, 1, 0, 225, 0, // Skip to: 1048 |
| /* 823 */ MCD_OPC_Decode, 194, 13, 124, // Opcode: VRINTMND |
| /* 827 */ MCD_OPC_FilterValue, 3, 217, 0, // Skip to: 1048 |
| /* 831 */ MCD_OPC_CheckPredicate, 46, 213, 0, // Skip to: 1048 |
| /* 835 */ MCD_OPC_CheckField, 23, 9, 231, 3, 206, 0, // Skip to: 1048 |
| /* 842 */ MCD_OPC_CheckField, 16, 6, 58, 200, 0, // Skip to: 1048 |
| /* 848 */ MCD_OPC_CheckField, 4, 1, 0, 194, 0, // Skip to: 1048 |
| /* 854 */ MCD_OPC_Decode, 195, 13, 125, // Opcode: VRINTMNQ |
| /* 858 */ MCD_OPC_FilterValue, 7, 65, 0, // Skip to: 927 |
| /* 862 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| /* 865 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 896 |
| /* 869 */ MCD_OPC_CheckPredicate, 46, 175, 0, // Skip to: 1048 |
| /* 873 */ MCD_OPC_CheckField, 23, 9, 231, 3, 168, 0, // Skip to: 1048 |
| /* 880 */ MCD_OPC_CheckField, 16, 6, 58, 162, 0, // Skip to: 1048 |
| /* 886 */ MCD_OPC_CheckField, 4, 1, 0, 156, 0, // Skip to: 1048 |
| /* 892 */ MCD_OPC_Decode, 202, 13, 124, // Opcode: VRINTPND |
| /* 896 */ MCD_OPC_FilterValue, 3, 148, 0, // Skip to: 1048 |
| /* 900 */ MCD_OPC_CheckPredicate, 46, 144, 0, // Skip to: 1048 |
| /* 904 */ MCD_OPC_CheckField, 23, 9, 231, 3, 137, 0, // Skip to: 1048 |
| /* 911 */ MCD_OPC_CheckField, 16, 6, 58, 131, 0, // Skip to: 1048 |
| /* 917 */ MCD_OPC_CheckField, 4, 1, 0, 125, 0, // Skip to: 1048 |
| /* 923 */ MCD_OPC_Decode, 203, 13, 125, // Opcode: VRINTPNQ |
| /* 927 */ MCD_OPC_FilterValue, 15, 117, 0, // Skip to: 1048 |
| /* 931 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
| /* 934 */ MCD_OPC_FilterValue, 0, 53, 0, // Skip to: 991 |
| /* 938 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 941 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 966 |
| /* 945 */ MCD_OPC_CheckPredicate, 46, 99, 0, // Skip to: 1048 |
| /* 949 */ MCD_OPC_CheckField, 23, 9, 230, 3, 92, 0, // Skip to: 1048 |
| /* 956 */ MCD_OPC_CheckField, 4, 1, 1, 86, 0, // Skip to: 1048 |
| /* 962 */ MCD_OPC_Decode, 154, 10, 95, // Opcode: VMAXNMND |
| /* 966 */ MCD_OPC_FilterValue, 2, 78, 0, // Skip to: 1048 |
| /* 970 */ MCD_OPC_CheckPredicate, 46, 74, 0, // Skip to: 1048 |
| /* 974 */ MCD_OPC_CheckField, 23, 9, 230, 3, 67, 0, // Skip to: 1048 |
| /* 981 */ MCD_OPC_CheckField, 4, 1, 1, 61, 0, // Skip to: 1048 |
| /* 987 */ MCD_OPC_Decode, 172, 10, 95, // Opcode: VMINNMND |
| /* 991 */ MCD_OPC_FilterValue, 1, 53, 0, // Skip to: 1048 |
| /* 995 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... |
| /* 998 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 1023 |
| /* 1002 */ MCD_OPC_CheckPredicate, 46, 42, 0, // Skip to: 1048 |
| /* 1006 */ MCD_OPC_CheckField, 23, 9, 230, 3, 35, 0, // Skip to: 1048 |
| /* 1013 */ MCD_OPC_CheckField, 4, 1, 1, 29, 0, // Skip to: 1048 |
| /* 1019 */ MCD_OPC_Decode, 155, 10, 96, // Opcode: VMAXNMNQ |
| /* 1023 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 1048 |
| /* 1027 */ MCD_OPC_CheckPredicate, 46, 17, 0, // Skip to: 1048 |
| /* 1031 */ MCD_OPC_CheckField, 23, 9, 230, 3, 10, 0, // Skip to: 1048 |
| /* 1038 */ MCD_OPC_CheckField, 4, 1, 1, 4, 0, // Skip to: 1048 |
| /* 1044 */ MCD_OPC_Decode, 173, 10, 96, // Opcode: VMINNMNQ |
| /* 1048 */ 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 & ARM_ModeThumb)); |
| case 1: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV6Ops)); |
| case 2: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV8Ops) && (Bits & ARM_FeatureCRC)); |
| case 3: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV5TEOps)); |
| case 4: |
| return getbool(!(Bits & ARM_HasV8Ops)); |
| case 5: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV8Ops)); |
| case 6: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV4TOps)); |
| case 7: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV5TOps)); |
| case 8: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureTrustZone)); |
| case 9: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV6T2Ops)); |
| case 10: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV7Ops)); |
| case 11: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV7Ops) && (Bits & ARM_FeatureMP)); |
| case 12: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureDB)); |
| case 13: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureHWDivARM)); |
| case 14: |
| return getbool(!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureNaClTrap)); |
| case 15: |
| return getbool((Bits & ARM_FeatureNEON)); |
| case 16: |
| return getbool((Bits & ARM_HasV8Ops) && (Bits & ARM_FeatureCrypto)); |
| case 17: |
| return getbool((Bits & ARM_FeatureNEON) && (Bits & ARM_FeatureFP16)); |
| case 18: |
| return getbool((Bits & ARM_FeatureNEON) && (Bits & ARM_FeatureVFP4)); |
| case 19: |
| return getbool((Bits & ARM_ModeThumb)); |
| case 20: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_HasV5TOps)); |
| case 21: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_HasV6Ops)); |
| case 22: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
| case 23: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_HasV8Ops)); |
| case 24: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_HasV6MOps)); |
| case 25: |
| return getbool((Bits & ARM_FeatureT2XtPk) && (Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
| case 26: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && !(Bits & ARM_HasV8Ops)); |
| case 27: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureDSPThumb2)); |
| case 28: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV7Ops)); |
| case 29: |
| return getbool((Bits & ARM_FeatureDB)); |
| case 30: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && !(Bits & ARM_FeatureMClass)); |
| case 31: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureMClass)); |
| case 32: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV8Ops)); |
| case 33: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureTrustZone)); |
| case 34: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV7Ops) && (Bits & ARM_FeatureMP)); |
| case 35: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureT2XtPk)); |
| case 36: |
| return getbool((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV8Ops) && (Bits & ARM_FeatureCRC)); |
| case 37: |
| return getbool((Bits & ARM_FeatureHWDiv) && (Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
| case 38: |
| return getbool((Bits & ARM_FeatureVFP2)); |
| case 39: |
| return getbool((Bits & ARM_FeatureVFP2) && !(Bits & ARM_FeatureVFPOnlySP)); |
| case 40: |
| return getbool((Bits & ARM_FeatureVFP4)); |
| case 41: |
| return getbool((Bits & ARM_FeatureVFP4) && !(Bits & ARM_FeatureVFPOnlySP)); |
| case 42: |
| return getbool((Bits & ARM_FeatureVFP3)); |
| case 43: |
| return getbool((Bits & ARM_FeatureFPARMv8)); |
| case 44: |
| return getbool((Bits & ARM_FeatureVFP3) && !(Bits & ARM_FeatureVFPOnlySP)); |
| case 45: |
| return getbool((Bits & ARM_FeatureFPARMv8) && !(Bits & ARM_FeatureVFPOnlySP)); |
| case 46: |
| return getbool((Bits & ARM_HasV8Ops) && (Bits & ARM_FeatureNEON)); |
| } |
| } |
| |
| #define DecodeToMCInst(fname,fieldname, InsnType) \ |
| static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ |
| uint64_t Address, void *Decoder) \ |
| { \ |
| InsnType tmp; \ |
| switch (Idx) { \ |
| default: \ |
| case 0: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 1: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 2: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 2) << 5); \ |
| tmp |= (fieldname(insn, 8, 4) << 8); \ |
| if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 3: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 2) << 5); \ |
| tmp |= (fieldname(insn, 8, 4) << 8); \ |
| if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 4: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 5: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 6: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 7: \ |
| if (!Check(&S, DecodeAddrMode3Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 8: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 9: \ |
| if (!Check(&S, DecodeCPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 10: \ |
| tmp = fieldname(insn, 9, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 11: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 12: \ |
| if (!Check(&S, DecodeQADDInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 13: \ |
| if (!Check(&S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 14: \ |
| if (!Check(&S, DecodeSwap(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 15: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 8, 12) << 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 16: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 17: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 18: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 2) << 5); \ |
| tmp |= (fieldname(insn, 8, 4) << 8); \ |
| if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 19: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 20: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 21: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 22: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 23: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 24: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeMSRMask(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 25: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 26: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 27: \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 28: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 29: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodetcGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodetcGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 30: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 31: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 32: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 33: \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 34: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 2) << 5); \ |
| tmp |= (fieldname(insn, 8, 4) << 8); \ |
| if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 35: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 2) << 5); \ |
| tmp |= (fieldname(insn, 8, 4) << 8); \ |
| if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 36: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 37: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 38: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 39: \ |
| if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 40: \ |
| if (!Check(&S, DecodeDoubleRegLoad(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 41: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 23, 1) << 4); \ |
| if (!Check(&S, DecodePostIdxReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 42: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 8, 4) << 4); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 43: \ |
| if (!Check(&S, DecodeLDR(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 44: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 8, 4) << 4); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 45: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 12); \ |
| if (!Check(&S, DecodeSOImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 46: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 22, 2) << 12); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 47: \ |
| if (!Check(&S, DecodeArmMOVTWInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 48: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 12); \ |
| if (!Check(&S, DecodeSOImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 49: \ |
| tmp = fieldname(insn, 0, 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 50: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeMSRMask(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 12); \ |
| if (!Check(&S, DecodeSOImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 51: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 12); \ |
| if (!Check(&S, DecodeSOImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 52: \ |
| if (!Check(&S, DecodeAddrMode2IdxInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 53: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeAddrModeImm12Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 54: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeAddrModeImm12Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 55: \ |
| if (!Check(&S, DecodeSTRPreImm(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 56: \ |
| if (!Check(&S, DecodeLDRPreImm(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 57: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeAddrModeImm12Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 58: \ |
| return S; \ |
| case 59: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 60: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeInstSyncBarrierOption(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 61: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 62: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 63: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 64: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 7, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 65: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 66: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 67: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 68: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 10, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 69: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 10, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 70: \ |
| if (!Check(&S, DecodeSTRPreReg(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 71: \ |
| if (!Check(&S, DecodeLDRPreReg(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 72: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 1) << 5); \ |
| tmp |= (fieldname(insn, 7, 5) << 0); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 73: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 74: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 7, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 75: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 7) << 5); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| tmp |= (fieldname(insn, 23, 1) << 12); \ |
| if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 76: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 5) << 0); \ |
| tmp |= (fieldname(insn, 16, 5) << 5); \ |
| if (!Check(&S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 77: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 5) << 0); \ |
| tmp |= (fieldname(insn, 16, 5) << 5); \ |
| if (!Check(&S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 78: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 7, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 79: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 16); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 80: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 81: \ |
| if (!Check(&S, DecodeMemMultipleWritebackInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 82: \ |
| tmp = fieldname(insn, 0, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 83: \ |
| if (!Check(&S, DecodeBranchImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 84: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 24) << 1); \ |
| tmp |= (fieldname(insn, 24, 1) << 0); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 85: \ |
| if (!Check(&S, DecodeCopMemInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 86: \ |
| if (!Check(&S, DecodeMRRC2(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 87: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 4, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 88: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 89: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 90: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 91: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 92: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRwithAPSRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 93: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRwithAPSRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 5, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 94: \ |
| tmp = fieldname(insn, 0, 24); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 95: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 96: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 97: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 98: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 99: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 100: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 101: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 102: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 103: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 104: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 105: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 106: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 107: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 108: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 109: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 110: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 1) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 111: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 112: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 113: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 114: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 115: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 116: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 5, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 117: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 10, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 118: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 9, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 119: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 120: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 11, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 121: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 10, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 122: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 9, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 123: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 124: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 125: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 126: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 127: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 128: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 129: \ |
| if (!Check(&S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 130: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 131: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 132: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 133: \ |
| if (!Check(&S, DecodeTBLInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 134: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 19, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 135: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 18, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 136: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 17, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 137: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 19, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 138: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 18, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 139: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 17, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 140: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 141: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 142: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 143: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 144: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 145: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 146: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 147: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 148: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 149: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 150: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 151: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 152: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 153: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 154: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 155: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 156: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 157: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 158: \ |
| if (!Check(&S, DecodeNEONModImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 159: \ |
| if (!Check(&S, DecodeVCVTD(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 160: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 161: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 162: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 163: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 164: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 165: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 166: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 167: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 168: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 169: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 170: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 171: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 172: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 173: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 174: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 175: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 176: \ |
| if (!Check(&S, DecodeVCVTQ(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 177: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 178: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 179: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 180: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 6); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 181: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 182: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 21, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 183: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 1) << 0); \ |
| tmp |= (fieldname(insn, 21, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 184: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 1) << 0); \ |
| tmp |= (fieldname(insn, 21, 1) << 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 185: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 5, 2) << 0); \ |
| tmp |= (fieldname(insn, 21, 1) << 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 186: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 5, 2) << 0); \ |
| tmp |= (fieldname(insn, 21, 1) << 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 187: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 188: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 189: \ |
| if (!Check(&S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 190: \ |
| if (!Check(&S, DecodeVST1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 191: \ |
| if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 192: \ |
| if (!Check(&S, DecodeVST2LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 193: \ |
| if (!Check(&S, DecodeVLD2LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 194: \ |
| if (!Check(&S, DecodeVLDST1Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 195: \ |
| if (!Check(&S, DecodeVST3LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 196: \ |
| if (!Check(&S, DecodeVLD3LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 197: \ |
| if (!Check(&S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 198: \ |
| if (!Check(&S, DecodeVST4LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 199: \ |
| if (!Check(&S, DecodeVLD4LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 200: \ |
| if (!Check(&S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 201: \ |
| if (!Check(&S, DecodeVLD1DupInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 202: \ |
| if (!Check(&S, DecodeVLD2DupInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 203: \ |
| if (!Check(&S, DecodeVLD3DupInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 204: \ |
| if (!Check(&S, DecodeVLD4DupInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 205: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 206: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 207: \ |
| if (!Check(&S, DecodeThumbAddSPReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 208: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 3) << 0); \ |
| tmp |= (fieldname(insn, 7, 1) << 3); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 3) << 0); \ |
| tmp |= (fieldname(insn, 7, 1) << 3); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 209: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 3) << 0); \ |
| tmp |= (fieldname(insn, 7, 1) << 3); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 210: \ |
| tmp = fieldname(insn, 3, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 211: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 212: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 6); \ |
| if (!Check(&S, DecodeThumbAddrModeRR(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 213: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 8); \ |
| if (!Check(&S, DecodeThumbAddrModeIS(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 214: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeThumbAddrModeSP(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 215: \ |
| if (!Check(&S, DecodeThumbAddSpecialReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 216: \ |
| if (!Check(&S, DecodeThumbAddSPImm(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 217: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 3, 5) << 0); \ |
| tmp |= (fieldname(insn, 9, 1) << 5); \ |
| if (!Check(&S, DecodeThumbCmpBROperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 218: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 8, 1) << 14); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 219: \ |
| tmp = fieldname(insn, 3, 1); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 220: \ |
| if (!Check(&S, DecodeThumbCPS(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 221: \ |
| tmp = fieldname(insn, 0, 6); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 222: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 8, 1) << 15); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 223: \ |
| tmp = fieldname(insn, 0, 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 224: \ |
| tmp = fieldname(insn, 4, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 225: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 226: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 227: \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeThumbBCCTargetOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 228: \ |
| tmp = fieldname(insn, 0, 11); \ |
| if (!Check(&S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 229: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 1, 10) << 1); \ |
| tmp |= (fieldname(insn, 11, 1) << 21); \ |
| tmp |= (fieldname(insn, 13, 1) << 22); \ |
| tmp |= (fieldname(insn, 16, 10) << 11); \ |
| tmp |= (fieldname(insn, 26, 1) << 23); \ |
| if (!Check(&S, DecodeThumbBLXOffset(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 230: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 11) << 0); \ |
| tmp |= (fieldname(insn, 11, 1) << 21); \ |
| tmp |= (fieldname(insn, 13, 1) << 22); \ |
| tmp |= (fieldname(insn, 16, 10) << 11); \ |
| tmp |= (fieldname(insn, 26, 1) << 23); \ |
| if (!Check(&S, DecodeThumbBLTargetOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 231: \ |
| if (!Check(&S, DecodeIT(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 232: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 13) << 0); \ |
| tmp |= (fieldname(insn, 14, 1) << 14); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 233: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 16); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 234: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 13) << 0); \ |
| tmp |= (fieldname(insn, 14, 1) << 14); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 235: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 16); \ |
| if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 236: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 8); \ |
| if (!Check(&S, DecodeT2AddrModeImm0_1020s4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 237: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 238: \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 239: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 240: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 8); \ |
| if (!Check(&S, DecodeT2AddrModeImm0_1020s4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 241: \ |
| if (!Check(&S, DecodeThumbTableBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 242: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 243: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 244: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 245: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeT2AddrModeImm8s4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 246: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeT2AddrModeImm8s4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 247: \ |
| if (!Check(&S, DecodeT2STRDPreInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 248: \ |
| if (!Check(&S, DecodeT2LDRDPreInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 249: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 250: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 4, 4) << 5); \ |
| tmp |= (fieldname(insn, 12, 3) << 9); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 251: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 252: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 4, 4) << 5); \ |
| tmp |= (fieldname(insn, 12, 3) << 9); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 253: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 254: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 255: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 256: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 4, 4) << 5); \ |
| tmp |= (fieldname(insn, 12, 3) << 9); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 257: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 258: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 259: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 4, 4) << 5); \ |
| tmp |= (fieldname(insn, 12, 3) << 9); \ |
| if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 260: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 4, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 261: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 8); \ |
| tmp |= (fieldname(insn, 26, 1) << 11); \ |
| if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 262: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 8); \ |
| tmp |= (fieldname(insn, 26, 1) << 11); \ |
| if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 263: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 8); \ |
| tmp |= (fieldname(insn, 26, 1) << 11); \ |
| if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 264: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 8); \ |
| tmp |= (fieldname(insn, 26, 1) << 11); \ |
| if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 20, 1); \ |
| if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 265: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 8); \ |
| tmp |= (fieldname(insn, 26, 1) << 11); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 266: \ |
| if (!Check(&S, DecodeT2Adr(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 267: \ |
| if (!Check(&S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 268: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 269: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| tmp |= (fieldname(insn, 21, 1) << 5); \ |
| if (!Check(&S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 270: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 0, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 271: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 5) << 5); \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| if (!Check(&S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 272: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 5) << 5); \ |
| tmp |= (fieldname(insn, 6, 2) << 0); \ |
| tmp |= (fieldname(insn, 12, 3) << 2); \ |
| if (!Check(&S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 273: \ |
| tmp = fieldname(insn, 0, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 274: \ |
| if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 275: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 276: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| if (!Check(&S, DecodeMSRMask(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 277: \ |
| tmp = fieldname(insn, 0, 12); \ |
| if (!Check(&S, DecodeMSRMask(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 278: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 279: \ |
| tmp = fieldname(insn, 16, 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 280: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 8, 4) << 0); \ |
| tmp |= (fieldname(insn, 20, 1) << 4); \ |
| if (!Check(&S, DecodeMSRMask(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 281: \ |
| if (!Check(&S, DecodeThumb2BCCInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 282: \ |
| if (!Check(&S, DecodeT2BInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 283: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 2); \ |
| tmp |= (fieldname(insn, 4, 2) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 6); \ |
| if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 284: \ |
| if (!Check(&S, DecodeT2LdStPre(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 285: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 286: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 9, 1) << 8); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 287: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 288: \ |
| if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 289: \ |
| if (!Check(&S, DecodeT2LoadImm8(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 290: \ |
| if (!Check(&S, DecodeT2LoadT(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 291: \ |
| if (!Check(&S, DecodeT2LoadImm12(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 292: \ |
| if (!Check(&S, DecodeT2LoadLabel(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 293: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 2); \ |
| tmp |= (fieldname(insn, 4, 2) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 6); \ |
| if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 294: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 9, 1) << 8); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 295: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 12) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 13); \ |
| if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 296: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 4, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 297: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 4, 2); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 298: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 299: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 300: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 301: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 302: \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 303: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 304: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 305: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 306: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 6, 5); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 307: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 6, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 308: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 6, 3); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 309: \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 8, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 8); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| return S; \ |
| case 310: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 311: \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 3, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 0, 3); \ |
| if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 312: \ |
| if (!Check(&S, DecodeVMOVSRR(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 313: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 4) << 9); \ |
| tmp |= (fieldname(insn, 22, 1) << 8); \ |
| if (!Check(&S, DecodeSPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 314: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 315: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 1, 7) << 1); \ |
| tmp |= (fieldname(insn, 12, 4) << 8); \ |
| tmp |= (fieldname(insn, 22, 1) << 12); \ |
| if (!Check(&S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 316: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 1, 7) << 1); \ |
| tmp |= (fieldname(insn, 12, 4) << 8); \ |
| if (!Check(&S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 317: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 318: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 9); \ |
| tmp |= (fieldname(insn, 23, 1) << 8); \ |
| if (!Check(&S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 319: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 1); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 320: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 1); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 321: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 322: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 4); \ |
| tmp |= (fieldname(insn, 16, 4) << 0); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 323: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 1); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 324: \ |
| if (!Check(&S, DecodeVMOVRRS(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 325: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 326: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 1); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 327: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 8) << 0); \ |
| tmp |= (fieldname(insn, 12, 4) << 9); \ |
| tmp |= (fieldname(insn, 22, 1) << 8); \ |
| if (!Check(&S, DecodeSPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 328: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 1, 7) << 1); \ |
| tmp |= (fieldname(insn, 12, 4) << 8); \ |
| tmp |= (fieldname(insn, 22, 1) << 12); \ |
| if (!Check(&S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 329: \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 16, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 1, 7) << 1); \ |
| tmp |= (fieldname(insn, 12, 4) << 8); \ |
| if (!Check(&S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 330: \ |
| tmp = fieldname(insn, 12, 4); \ |
| if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 331: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 332: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 333: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 334: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 335: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 336: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 4); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 337: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 338: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 339: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 340: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 0); \ |
| tmp |= (fieldname(insn, 22, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
| tmp = fieldname(insn, 28, 4); \ |
| if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 341: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 7, 1) << 0); \ |
| tmp |= (fieldname(insn, 16, 4) << 1); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 342: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 1); \ |
| tmp |= (fieldname(insn, 5, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| case 343: \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 12, 4) << 1); \ |
| tmp |= (fieldname(insn, 22, 1) << 0); \ |
| if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| tmp = 0; \ |
| tmp |= (fieldname(insn, 0, 4) << 0); \ |
| tmp |= (fieldname(insn, 5, 1) << 4); \ |
| if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
| return S; \ |
| } \ |
| } |
| |
| #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ |
| static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \ |
| InsnType insn, uint64_t Address, MCRegisterInfo *MRI, int feature) \ |
| { \ |
| uint64_t Bits = getFeatureBits(feature); \ |
| uint8_t *Ptr = DecodeTable; \ |
| uint32_t CurFieldValue = 0, ExpectedValue; \ |
| DecodeStatus S = MCDisassembler_Success; \ |
| unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \ |
| InsnType Val, FieldValue, PositiveMask, NegativeMask; \ |
| bool Pred, Fail; \ |
| for (;;) { \ |
| switch (*Ptr) { \ |
| default: \ |
| return MCDisassembler_Fail; \ |
| case MCD_OPC_ExtractField: { \ |
| Start = *++Ptr; \ |
| Len = *++Ptr; \ |
| ++Ptr; \ |
| CurFieldValue = (uint32_t)fieldname(insn, Start, Len); \ |
| break; \ |
| } \ |
| case MCD_OPC_FilterValue: { \ |
| Val = (InsnType)decodeULEB128(++Ptr, &Len); \ |
| Ptr += Len; \ |
| NumToSkip = *Ptr++; \ |
| NumToSkip |= (*Ptr++) << 8; \ |
| if (Val != CurFieldValue) \ |
| Ptr += NumToSkip; \ |
| break; \ |
| } \ |
| case MCD_OPC_CheckField: { \ |
| Start = *++Ptr; \ |
| Len = *++Ptr; \ |
| FieldValue = fieldname(insn, Start, Len); \ |
| ExpectedValue = (uint32_t)decodeULEB128(++Ptr, &Len); \ |
| Ptr += Len; \ |
| NumToSkip = *Ptr++; \ |
| NumToSkip |= (*Ptr++) << 8; \ |
| if (ExpectedValue != FieldValue) \ |
| Ptr += NumToSkip; \ |
| break; \ |
| } \ |
| case MCD_OPC_CheckPredicate: { \ |
| PIdx = (uint32_t)decodeULEB128(++Ptr, &Len); \ |
| Ptr += Len; \ |
| NumToSkip = *Ptr++; \ |
| NumToSkip |= (*Ptr++) << 8; \ |
| Pred = checkDecoderPredicate(PIdx, Bits); \ |
| if (!Pred) \ |
| Ptr += NumToSkip; \ |
| (void)Pred; \ |
| break; \ |
| } \ |
| case MCD_OPC_Decode: { \ |
| Opc = (uint32_t)decodeULEB128(++Ptr, &Len); \ |
| Ptr += Len; \ |
| DecodeIdx = (uint32_t)decodeULEB128(Ptr, &Len); \ |
| Ptr += Len; \ |
| MCInst_setOpcode(MI, Opc); \ |
| return decoder(S, DecodeIdx, insn, MI, Address, MRI); \ |
| } \ |
| case MCD_OPC_SoftFail: { \ |
| PositiveMask = (InsnType)decodeULEB128(++Ptr, &Len); \ |
| Ptr += Len; \ |
| NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \ |
| Ptr += Len; \ |
| Fail = (insn & PositiveMask) || (~insn & NegativeMask); \ |
| if (Fail) \ |
| S = MCDisassembler_SoftFail; \ |
| break; \ |
| } \ |
| case MCD_OPC_Fail: { \ |
| return MCDisassembler_Fail; \ |
| } \ |
| } \ |
| } \ |
| } |
| |
| FieldFromInstruction(fieldFromInstruction_2, uint16_t) |
| DecodeToMCInst(decodeToMCInst_2, fieldFromInstruction_2, uint16_t) |
| DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) |
| FieldFromInstruction(fieldFromInstruction_4, uint32_t) |
| DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint32_t) |
| DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t) |