You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13532 lines
794 KiB
13532 lines
794 KiB
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
|
|* *| |
|
|* * ARM Disassembler *| |
|
|* *| |
|
|* Automatically generated file, do not edit! *| |
|
|* *| |
|
\*===----------------------------------------------------------------------===*/ |
|
|
|
/* Capstone Disassembler Engine */ |
|
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013> */ |
|
|
|
#include "../../MCInst.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; \ |
|
} |
|
|
|
FieldFromInstruction(fieldFromInstruction_2, uint16_t) |
|
FieldFromInstruction(fieldFromInstruction_4, uint32_t) |
|
|
|
static const uint8_t DecoderTableARM32[] = { |
|
/* 0 */ MCD_OPC_ExtractField, 25, 3, // Inst{27-25} ... |
|
/* 3 */ MCD_OPC_FilterValue, 0, 183, 11, // Skip to: 3006 |
|
/* 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, 38, 0, // Opcode: ANDrr |
|
/* 48 */ MCD_OPC_CheckPredicate, 0, 156, 29, // Skip to: 7632 |
|
/* 52 */ MCD_OPC_Decode, 39, 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, 239, 3, 0, // Opcode: SUBrr |
|
/* 73 */ MCD_OPC_CheckPredicate, 0, 131, 29, // Skip to: 7632 |
|
/* 77 */ MCD_OPC_Decode, 240, 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, 27, 0, // Opcode: ADDrr |
|
/* 98 */ MCD_OPC_CheckPredicate, 0, 106, 29, // Skip to: 7632 |
|
/* 102 */ MCD_OPC_Decode, 28, 1, // Opcode: ADDrsi |
|
/* 105 */ MCD_OPC_FilterValue, 3, 99, 29, // Skip to: 7632 |
|
/* 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, 222, 2, 0, // Opcode: SBCrr |
|
/* 123 */ MCD_OPC_CheckPredicate, 0, 81, 29, // Skip to: 7632 |
|
/* 127 */ MCD_OPC_Decode, 223, 2, 1, // Opcode: SBCrsi |
|
/* 131 */ MCD_OPC_FilterValue, 1, 73, 29, // Skip to: 7632 |
|
/* 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, 55, 29, // Skip to: 7632 |
|
/* 153 */ MCD_OPC_Decode, 40, 2, // Opcode: ANDrsr |
|
/* 156 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 168 |
|
/* 160 */ MCD_OPC_CheckPredicate, 0, 44, 29, // Skip to: 7632 |
|
/* 164 */ MCD_OPC_Decode, 241, 3, 2, // Opcode: SUBrsr |
|
/* 168 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 179 |
|
/* 172 */ MCD_OPC_CheckPredicate, 0, 32, 29, // Skip to: 7632 |
|
/* 176 */ MCD_OPC_Decode, 29, 2, // Opcode: ADDrsr |
|
/* 179 */ MCD_OPC_FilterValue, 3, 25, 29, // Skip to: 7632 |
|
/* 183 */ MCD_OPC_CheckPredicate, 0, 21, 29, // Skip to: 7632 |
|
/* 187 */ MCD_OPC_Decode, 224, 2, 3, // Opcode: SBCrsr |
|
/* 191 */ MCD_OPC_FilterValue, 1, 13, 29, // Skip to: 7632 |
|
/* 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, 251, 28, // Skip to: 7632 |
|
/* 213 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 218 */ MCD_OPC_Decode, 153, 2, 4, // Opcode: MUL |
|
/* 222 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 240 |
|
/* 226 */ MCD_OPC_CheckPredicate, 1, 234, 28, // Skip to: 7632 |
|
/* 230 */ MCD_OPC_CheckField, 20, 1, 0, 228, 28, // Skip to: 7632 |
|
/* 236 */ MCD_OPC_Decode, 149, 4, 5, // Opcode: UMAAL |
|
/* 240 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 252 |
|
/* 244 */ MCD_OPC_CheckPredicate, 1, 216, 28, // Skip to: 7632 |
|
/* 248 */ MCD_OPC_Decode, 153, 4, 6, // Opcode: UMULL |
|
/* 252 */ MCD_OPC_FilterValue, 3, 208, 28, // Skip to: 7632 |
|
/* 256 */ MCD_OPC_CheckPredicate, 1, 204, 28, // Skip to: 7632 |
|
/* 260 */ MCD_OPC_Decode, 148, 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, 185, 28, // Skip to: 7632 |
|
/* 279 */ MCD_OPC_Decode, 220, 3, 7, // Opcode: STRH_POST |
|
/* 283 */ MCD_OPC_FilterValue, 1, 177, 28, // Skip to: 7632 |
|
/* 287 */ MCD_OPC_CheckPredicate, 0, 173, 28, // Skip to: 7632 |
|
/* 291 */ MCD_OPC_Decode, 216, 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, 154, 28, // Skip to: 7632 |
|
/* 310 */ MCD_OPC_Decode, 207, 1, 7, // Opcode: LDRD_POST |
|
/* 314 */ MCD_OPC_FilterValue, 1, 146, 28, // Skip to: 7632 |
|
/* 318 */ MCD_OPC_CheckPredicate, 0, 142, 28, // Skip to: 7632 |
|
/* 322 */ MCD_OPC_Decode, 221, 1, 7, // Opcode: LDRSB_POST |
|
/* 326 */ MCD_OPC_FilterValue, 3, 134, 28, // Skip to: 7632 |
|
/* 330 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 333 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 345 |
|
/* 337 */ MCD_OPC_CheckPredicate, 0, 123, 28, // Skip to: 7632 |
|
/* 341 */ MCD_OPC_Decode, 211, 3, 7, // Opcode: STRD_POST |
|
/* 345 */ MCD_OPC_FilterValue, 1, 115, 28, // Skip to: 7632 |
|
/* 349 */ MCD_OPC_CheckPredicate, 0, 111, 28, // Skip to: 7632 |
|
/* 353 */ MCD_OPC_Decode, 226, 1, 7, // Opcode: LDRSH_POST |
|
/* 357 */ MCD_OPC_FilterValue, 1, 103, 28, // Skip to: 7632 |
|
/* 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, 136, 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, 137, 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, 134, 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, 228, 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, 133, 1, 9, // Opcode: CPS1p |
|
/* 541 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 549 |
|
/* 545 */ MCD_OPC_Decode, 135, 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, 149, 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, 181, 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, 246, 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, 243, 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, 247, 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, 2, 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, 159, 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, 130, 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, 131, 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, 135, 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, 136, 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, 137, 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, 150, 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, 141, 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, 139, 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, 251, 2, 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, 255, 2, 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, 252, 2, 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, 128, 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, 128, 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, 129, 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, 185, 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, 130, 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, 244, 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, 161, 2, 0, // Opcode: ORRrr |
|
/* 1082 */ MCD_OPC_CheckPredicate, 0, 136, 1, // Skip to: 1478 |
|
/* 1086 */ MCD_OPC_Decode, 162, 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, 163, 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, 2, 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, 185, 3, 21, // Opcode: STL |
|
/* 1147 */ MCD_OPC_FilterValue, 1, 71, 1, // Skip to: 1478 |
|
/* 1151 */ MCD_OPC_CheckPredicate, 2, 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, 166, 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, 2, 36, 1, // Skip to: 1478 |
|
/* 1186 */ MCD_OPC_CheckField, 5, 2, 0, 30, 1, // Skip to: 1478 |
|
/* 1192 */ MCD_OPC_Decode, 187, 3, 23, // Opcode: STLEX |
|
/* 1196 */ MCD_OPC_FilterValue, 1, 22, 1, // Skip to: 1478 |
|
/* 1200 */ MCD_OPC_CheckPredicate, 2, 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, 168, 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, 213, 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, 209, 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, 99, 0, // Opcode: BICrr |
|
/* 1293 */ MCD_OPC_CheckPredicate, 0, 181, 0, // Skip to: 1478 |
|
/* 1297 */ MCD_OPC_Decode, 100, 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, 101, 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, 2, 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, 186, 3, 21, // Opcode: STLB |
|
/* 1356 */ MCD_OPC_FilterValue, 1, 118, 0, // Skip to: 1478 |
|
/* 1360 */ MCD_OPC_CheckPredicate, 2, 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, 167, 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, 2, 83, 0, // Skip to: 1478 |
|
/* 1395 */ MCD_OPC_CheckField, 5, 2, 0, 77, 0, // Skip to: 1478 |
|
/* 1401 */ MCD_OPC_Decode, 188, 3, 23, // Opcode: STLEXB |
|
/* 1405 */ MCD_OPC_FilterValue, 1, 69, 0, // Skip to: 1478 |
|
/* 1409 */ MCD_OPC_CheckPredicate, 2, 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, 169, 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, 214, 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, 210, 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, 248, 23, // Skip to: 7632 |
|
/* 1496 */ MCD_OPC_Decode, 217, 3, 7, // Opcode: STRH |
|
/* 1500 */ MCD_OPC_FilterValue, 1, 240, 23, // Skip to: 7632 |
|
/* 1504 */ MCD_OPC_CheckPredicate, 0, 236, 23, // Skip to: 7632 |
|
/* 1508 */ MCD_OPC_Decode, 213, 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, 217, 23, // Skip to: 7632 |
|
/* 1527 */ MCD_OPC_Decode, 206, 1, 7, // Opcode: LDRD |
|
/* 1531 */ MCD_OPC_FilterValue, 1, 209, 23, // Skip to: 7632 |
|
/* 1535 */ MCD_OPC_CheckPredicate, 0, 205, 23, // Skip to: 7632 |
|
/* 1539 */ MCD_OPC_Decode, 218, 1, 7, // Opcode: LDRSB |
|
/* 1543 */ MCD_OPC_FilterValue, 15, 197, 23, // Skip to: 7632 |
|
/* 1547 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 1550 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1562 |
|
/* 1554 */ MCD_OPC_CheckPredicate, 3, 186, 23, // Skip to: 7632 |
|
/* 1558 */ MCD_OPC_Decode, 210, 3, 7, // Opcode: STRD |
|
/* 1562 */ MCD_OPC_FilterValue, 1, 178, 23, // Skip to: 7632 |
|
/* 1566 */ MCD_OPC_CheckPredicate, 0, 174, 23, // Skip to: 7632 |
|
/* 1570 */ MCD_OPC_Decode, 223, 1, 7, // Opcode: LDRSH |
|
/* 1574 */ MCD_OPC_FilterValue, 1, 166, 23, // Skip to: 7632 |
|
/* 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, 146, 1, 0, // Opcode: EORrr |
|
/* 1613 */ MCD_OPC_CheckPredicate, 0, 127, 23, // Skip to: 7632 |
|
/* 1617 */ MCD_OPC_Decode, 147, 1, 1, // Opcode: EORrsi |
|
/* 1621 */ MCD_OPC_FilterValue, 1, 119, 23, // Skip to: 7632 |
|
/* 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, 211, 2, 0, // Opcode: RSBrr |
|
/* 1639 */ MCD_OPC_CheckPredicate, 0, 101, 23, // Skip to: 7632 |
|
/* 1643 */ MCD_OPC_Decode, 212, 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, 19, 0, // Opcode: ADCrr |
|
/* 1671 */ MCD_OPC_CheckPredicate, 0, 69, 23, // Skip to: 7632 |
|
/* 1675 */ MCD_OPC_Decode, 20, 1, // Opcode: ADCrsi |
|
/* 1678 */ MCD_OPC_FilterValue, 1, 62, 23, // Skip to: 7632 |
|
/* 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, 215, 2, 0, // Opcode: RSCrr |
|
/* 1696 */ MCD_OPC_CheckPredicate, 0, 44, 23, // Skip to: 7632 |
|
/* 1700 */ MCD_OPC_Decode, 216, 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, 18, 23, // Skip to: 7632 |
|
/* 1726 */ MCD_OPC_CheckField, 8, 8, 240, 1, 11, 23, // Skip to: 7632 |
|
/* 1733 */ MCD_OPC_Decode, 151, 2, 24, // Opcode: MSR |
|
/* 1737 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 1761 |
|
/* 1741 */ MCD_OPC_CheckPredicate, 0, 255, 22, // Skip to: 7632 |
|
/* 1745 */ MCD_OPC_CheckField, 22, 1, 0, 249, 22, // Skip to: 7632 |
|
/* 1751 */ MCD_OPC_CheckField, 8, 12, 255, 31, 242, 22, // Skip to: 7632 |
|
/* 1758 */ MCD_OPC_Decode, 114, 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, 224, 22, // Skip to: 7632 |
|
/* 1776 */ MCD_OPC_CheckField, 28, 4, 14, 218, 22, // Skip to: 7632 |
|
/* 1782 */ MCD_OPC_CheckField, 22, 1, 0, 212, 22, // Skip to: 7632 |
|
/* 1788 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
|
/* 1792 */ MCD_OPC_Decode, 140, 1, 8, // Opcode: CRC32H |
|
/* 1796 */ MCD_OPC_FilterValue, 1, 200, 22, // Skip to: 7632 |
|
/* 1800 */ MCD_OPC_CheckPredicate, 2, 196, 22, // Skip to: 7632 |
|
/* 1804 */ MCD_OPC_CheckField, 28, 4, 14, 190, 22, // Skip to: 7632 |
|
/* 1810 */ MCD_OPC_CheckField, 22, 1, 0, 184, 22, // Skip to: 7632 |
|
/* 1816 */ MCD_OPC_SoftFail, 128, 26 /* 0xD00 */, 0, |
|
/* 1820 */ MCD_OPC_Decode, 138, 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, 161, 22, // Skip to: 7632 |
|
/* 1839 */ MCD_OPC_Decode, 132, 3, 13, // Opcode: SMLAWB |
|
/* 1843 */ MCD_OPC_FilterValue, 1, 153, 22, // Skip to: 7632 |
|
/* 1847 */ MCD_OPC_CheckPredicate, 3, 149, 22, // Skip to: 7632 |
|
/* 1851 */ MCD_OPC_Decode, 146, 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, 130, 22, // Skip to: 7632 |
|
/* 1870 */ MCD_OPC_Decode, 152, 3, 26, // Opcode: SMULWB |
|
/* 1874 */ MCD_OPC_FilterValue, 1, 122, 22, // Skip to: 7632 |
|
/* 1878 */ MCD_OPC_CheckPredicate, 3, 118, 22, // Skip to: 7632 |
|
/* 1882 */ MCD_OPC_Decode, 150, 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, 99, 22, // Skip to: 7632 |
|
/* 1901 */ MCD_OPC_Decode, 133, 3, 13, // Opcode: SMLAWT |
|
/* 1905 */ MCD_OPC_FilterValue, 1, 91, 22, // Skip to: 7632 |
|
/* 1909 */ MCD_OPC_CheckPredicate, 3, 87, 22, // Skip to: 7632 |
|
/* 1913 */ MCD_OPC_Decode, 147, 3, 26, // Opcode: SMULBT |
|
/* 1917 */ MCD_OPC_FilterValue, 7, 79, 22, // Skip to: 7632 |
|
/* 1921 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 1924 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 1936 |
|
/* 1928 */ MCD_OPC_CheckPredicate, 3, 68, 22, // Skip to: 7632 |
|
/* 1932 */ MCD_OPC_Decode, 153, 3, 26, // Opcode: SMULWT |
|
/* 1936 */ MCD_OPC_FilterValue, 1, 60, 22, // Skip to: 7632 |
|
/* 1940 */ MCD_OPC_CheckPredicate, 3, 56, 22, // Skip to: 7632 |
|
/* 1944 */ MCD_OPC_Decode, 151, 3, 26, // Opcode: SMULTT |
|
/* 1948 */ MCD_OPC_FilterValue, 1, 48, 22, // Skip to: 7632 |
|
/* 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, 128, 4, 16, // Opcode: TEQrr |
|
/* 1978 */ MCD_OPC_CheckPredicate, 0, 18, 22, // Skip to: 7632 |
|
/* 1982 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 1987 */ MCD_OPC_Decode, 129, 4, 17, // Opcode: TEQrsi |
|
/* 1991 */ MCD_OPC_FilterValue, 1, 5, 22, // Skip to: 7632 |
|
/* 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, 124, 16, // Opcode: CMNzrr |
|
/* 2013 */ MCD_OPC_CheckPredicate, 0, 239, 21, // Skip to: 7632 |
|
/* 2017 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 2022 */ MCD_OPC_Decode, 125, 17, // Opcode: CMNzrsi |
|
/* 2025 */ MCD_OPC_FilterValue, 3, 227, 21, // Skip to: 7632 |
|
/* 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, 128, 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, 139, 2, 28, // Opcode: MOVr |
|
/* 2078 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 2086 |
|
/* 2082 */ MCD_OPC_Decode, 140, 2, 29, // Opcode: MOVr_TC |
|
/* 2086 */ MCD_OPC_CheckPredicate, 0, 166, 21, // Skip to: 7632 |
|
/* 2090 */ MCD_OPC_CheckField, 16, 4, 0, 160, 21, // Skip to: 7632 |
|
/* 2096 */ MCD_OPC_Decode, 141, 2, 30, // Opcode: MOVsi |
|
/* 2100 */ MCD_OPC_FilterValue, 1, 152, 21, // Skip to: 7632 |
|
/* 2104 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 2107 */ MCD_OPC_FilterValue, 0, 145, 21, // Skip to: 7632 |
|
/* 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, 157, 2, 28, // Opcode: MVNr |
|
/* 2125 */ MCD_OPC_CheckPredicate, 0, 127, 21, // Skip to: 7632 |
|
/* 2129 */ MCD_OPC_Decode, 158, 2, 30, // Opcode: MVNsi |
|
/* 2133 */ MCD_OPC_FilterValue, 1, 119, 21, // Skip to: 7632 |
|
/* 2137 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 2140 */ MCD_OPC_FilterValue, 0, 58, 1, // Skip to: 2458 |
|
/* 2144 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... |
|
/* 2147 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2159 |
|
/* 2151 */ MCD_OPC_CheckPredicate, 0, 101, 21, // Skip to: 7632 |
|
/* 2155 */ MCD_OPC_Decode, 148, 1, 2, // Opcode: EORrsr |
|
/* 2159 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 2171 |
|
/* 2163 */ MCD_OPC_CheckPredicate, 0, 89, 21, // Skip to: 7632 |
|
/* 2167 */ MCD_OPC_Decode, 213, 2, 2, // Opcode: RSBrsr |
|
/* 2171 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 2182 |
|
/* 2175 */ MCD_OPC_CheckPredicate, 0, 77, 21, // Skip to: 7632 |
|
/* 2179 */ MCD_OPC_Decode, 21, 3, // Opcode: ADCrsr |
|
/* 2182 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 2194 |
|
/* 2186 */ MCD_OPC_CheckPredicate, 0, 66, 21, // Skip to: 7632 |
|
/* 2190 */ MCD_OPC_Decode, 217, 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, 36, 21, // Skip to: 7632 |
|
/* 2220 */ MCD_OPC_CheckPredicate, 5, 9, 0, // Skip to: 2233 |
|
/* 2224 */ MCD_OPC_CheckField, 0, 4, 14, 3, 0, // Skip to: 2233 |
|
/* 2230 */ MCD_OPC_Decode, 116, 27, // Opcode: BX_RET |
|
/* 2233 */ MCD_OPC_CheckPredicate, 5, 9, 0, // Skip to: 2246 |
|
/* 2237 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 2246 |
|
/* 2243 */ MCD_OPC_Decode, 113, 31, // Opcode: BX |
|
/* 2246 */ MCD_OPC_CheckPredicate, 5, 6, 21, // Skip to: 7632 |
|
/* 2250 */ MCD_OPC_Decode, 117, 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, 247, 20, // Skip to: 7632 |
|
/* 2265 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 2278 |
|
/* 2269 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 2278 |
|
/* 2275 */ MCD_OPC_Decode, 104, 31, // Opcode: BLX |
|
/* 2278 */ MCD_OPC_CheckPredicate, 0, 230, 20, // Skip to: 7632 |
|
/* 2282 */ MCD_OPC_Decode, 105, 25, // Opcode: BLX_pred |
|
/* 2285 */ MCD_OPC_FilterValue, 2, 12, 0, // Skip to: 2301 |
|
/* 2289 */ MCD_OPC_CheckPredicate, 0, 219, 20, // Skip to: 7632 |
|
/* 2293 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
|
/* 2297 */ MCD_OPC_Decode, 188, 2, 20, // Opcode: QSUB |
|
/* 2301 */ MCD_OPC_FilterValue, 3, 207, 20, // Skip to: 7632 |
|
/* 2305 */ MCD_OPC_CheckPredicate, 0, 203, 20, // Skip to: 7632 |
|
/* 2309 */ MCD_OPC_CheckField, 28, 4, 14, 197, 20, // Skip to: 7632 |
|
/* 2315 */ MCD_OPC_Decode, 102, 15, // Opcode: BKPT |
|
/* 2318 */ MCD_OPC_FilterValue, 1, 190, 20, // Skip to: 7632 |
|
/* 2322 */ MCD_OPC_CheckPredicate, 0, 186, 20, // Skip to: 7632 |
|
/* 2326 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 2331 */ MCD_OPC_Decode, 130, 4, 18, // Opcode: TEQrsr |
|
/* 2335 */ MCD_OPC_FilterValue, 5, 83, 0, // Skip to: 2422 |
|
/* 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, 0, 155, 20, // Skip to: 7632 |
|
/* 2357 */ MCD_OPC_CheckField, 16, 4, 15, 149, 20, // Skip to: 7632 |
|
/* 2363 */ MCD_OPC_CheckField, 8, 4, 15, 143, 20, // Skip to: 7632 |
|
/* 2369 */ MCD_OPC_Decode, 122, 32, // Opcode: CLZ |
|
/* 2372 */ MCD_OPC_FilterValue, 2, 12, 0, // Skip to: 2388 |
|
/* 2376 */ MCD_OPC_CheckPredicate, 0, 132, 20, // Skip to: 7632 |
|
/* 2380 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
|
/* 2384 */ MCD_OPC_Decode, 186, 2, 20, // Opcode: QDSUB |
|
/* 2388 */ MCD_OPC_FilterValue, 3, 120, 20, // Skip to: 7632 |
|
/* 2392 */ MCD_OPC_CheckPredicate, 6, 116, 20, // Skip to: 7632 |
|
/* 2396 */ MCD_OPC_CheckField, 8, 12, 0, 110, 20, // Skip to: 7632 |
|
/* 2402 */ MCD_OPC_Decode, 245, 2, 33, // Opcode: SMC |
|
/* 2406 */ MCD_OPC_FilterValue, 1, 102, 20, // Skip to: 7632 |
|
/* 2410 */ MCD_OPC_CheckPredicate, 0, 98, 20, // Skip to: 7632 |
|
/* 2414 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 2419 */ MCD_OPC_Decode, 126, 18, // Opcode: CMNzrsr |
|
/* 2422 */ MCD_OPC_FilterValue, 6, 14, 0, // Skip to: 2440 |
|
/* 2426 */ MCD_OPC_CheckPredicate, 0, 82, 20, // Skip to: 7632 |
|
/* 2430 */ MCD_OPC_CheckField, 16, 4, 0, 76, 20, // Skip to: 7632 |
|
/* 2436 */ MCD_OPC_Decode, 142, 2, 34, // Opcode: MOVsr |
|
/* 2440 */ MCD_OPC_FilterValue, 7, 68, 20, // Skip to: 7632 |
|
/* 2444 */ MCD_OPC_CheckPredicate, 0, 64, 20, // Skip to: 7632 |
|
/* 2448 */ MCD_OPC_CheckField, 16, 4, 0, 58, 20, // Skip to: 7632 |
|
/* 2454 */ MCD_OPC_Decode, 159, 2, 35, // Opcode: MVNsr |
|
/* 2458 */ MCD_OPC_FilterValue, 1, 50, 20, // Skip to: 7632 |
|
/* 2462 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
|
/* 2465 */ MCD_OPC_FilterValue, 0, 6, 1, // Skip to: 2731 |
|
/* 2469 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... |
|
/* 2472 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2484 |
|
/* 2476 */ MCD_OPC_CheckPredicate, 1, 32, 20, // Skip to: 7632 |
|
/* 2480 */ MCD_OPC_Decode, 247, 1, 36, // Opcode: MLA |
|
/* 2484 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 2502 |
|
/* 2488 */ MCD_OPC_CheckPredicate, 7, 20, 20, // Skip to: 7632 |
|
/* 2492 */ MCD_OPC_CheckField, 20, 1, 0, 14, 20, // Skip to: 7632 |
|
/* 2498 */ MCD_OPC_Decode, 249, 1, 37, // Opcode: MLS |
|
/* 2502 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 2514 |
|
/* 2506 */ MCD_OPC_CheckPredicate, 1, 2, 20, // Skip to: 7632 |
|
/* 2510 */ MCD_OPC_Decode, 151, 4, 38, // Opcode: UMLAL |
|
/* 2514 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 2526 |
|
/* 2518 */ MCD_OPC_CheckPredicate, 1, 246, 19, // Skip to: 7632 |
|
/* 2522 */ MCD_OPC_Decode, 250, 2, 38, // Opcode: SMLAL |
|
/* 2526 */ MCD_OPC_FilterValue, 6, 77, 0, // Skip to: 2607 |
|
/* 2530 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 2533 */ MCD_OPC_FilterValue, 14, 33, 0, // Skip to: 2570 |
|
/* 2537 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2540 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2552 |
|
/* 2544 */ MCD_OPC_CheckPredicate, 2, 220, 19, // Skip to: 7632 |
|
/* 2548 */ MCD_OPC_Decode, 189, 3, 39, // Opcode: STLEXD |
|
/* 2552 */ MCD_OPC_FilterValue, 1, 212, 19, // Skip to: 7632 |
|
/* 2556 */ MCD_OPC_CheckPredicate, 2, 208, 19, // Skip to: 7632 |
|
/* 2560 */ MCD_OPC_CheckField, 0, 4, 15, 202, 19, // Skip to: 7632 |
|
/* 2566 */ MCD_OPC_Decode, 170, 1, 40, // Opcode: LDAEXD |
|
/* 2570 */ MCD_OPC_FilterValue, 15, 194, 19, // Skip to: 7632 |
|
/* 2574 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2577 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2589 |
|
/* 2581 */ MCD_OPC_CheckPredicate, 0, 183, 19, // Skip to: 7632 |
|
/* 2585 */ MCD_OPC_Decode, 215, 3, 39, // Opcode: STREXD |
|
/* 2589 */ MCD_OPC_FilterValue, 1, 175, 19, // Skip to: 7632 |
|
/* 2593 */ MCD_OPC_CheckPredicate, 0, 171, 19, // Skip to: 7632 |
|
/* 2597 */ MCD_OPC_CheckField, 0, 4, 15, 165, 19, // Skip to: 7632 |
|
/* 2603 */ MCD_OPC_Decode, 211, 1, 40, // Opcode: LDREXD |
|
/* 2607 */ MCD_OPC_FilterValue, 7, 157, 19, // Skip to: 7632 |
|
/* 2611 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 2614 */ MCD_OPC_FilterValue, 12, 39, 0, // Skip to: 2657 |
|
/* 2618 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2621 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2639 |
|
/* 2625 */ MCD_OPC_CheckPredicate, 2, 139, 19, // Skip to: 7632 |
|
/* 2629 */ MCD_OPC_CheckField, 12, 4, 15, 133, 19, // Skip to: 7632 |
|
/* 2635 */ MCD_OPC_Decode, 191, 3, 21, // Opcode: STLH |
|
/* 2639 */ MCD_OPC_FilterValue, 1, 125, 19, // Skip to: 7632 |
|
/* 2643 */ MCD_OPC_CheckPredicate, 2, 121, 19, // Skip to: 7632 |
|
/* 2647 */ MCD_OPC_CheckField, 0, 4, 15, 115, 19, // Skip to: 7632 |
|
/* 2653 */ MCD_OPC_Decode, 172, 1, 22, // Opcode: LDAH |
|
/* 2657 */ MCD_OPC_FilterValue, 14, 33, 0, // Skip to: 2694 |
|
/* 2661 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2664 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2676 |
|
/* 2668 */ MCD_OPC_CheckPredicate, 2, 96, 19, // Skip to: 7632 |
|
/* 2672 */ MCD_OPC_Decode, 190, 3, 23, // Opcode: STLEXH |
|
/* 2676 */ MCD_OPC_FilterValue, 1, 88, 19, // Skip to: 7632 |
|
/* 2680 */ MCD_OPC_CheckPredicate, 2, 84, 19, // Skip to: 7632 |
|
/* 2684 */ MCD_OPC_CheckField, 0, 4, 15, 78, 19, // Skip to: 7632 |
|
/* 2690 */ MCD_OPC_Decode, 171, 1, 22, // Opcode: LDAEXH |
|
/* 2694 */ MCD_OPC_FilterValue, 15, 70, 19, // Skip to: 7632 |
|
/* 2698 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2701 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2713 |
|
/* 2705 */ MCD_OPC_CheckPredicate, 0, 59, 19, // Skip to: 7632 |
|
/* 2709 */ MCD_OPC_Decode, 216, 3, 23, // Opcode: STREXH |
|
/* 2713 */ MCD_OPC_FilterValue, 1, 51, 19, // Skip to: 7632 |
|
/* 2717 */ MCD_OPC_CheckPredicate, 0, 47, 19, // Skip to: 7632 |
|
/* 2721 */ MCD_OPC_CheckField, 0, 4, 15, 41, 19, // Skip to: 7632 |
|
/* 2727 */ MCD_OPC_Decode, 212, 1, 22, // Opcode: LDREXH |
|
/* 2731 */ MCD_OPC_FilterValue, 1, 113, 0, // Skip to: 2848 |
|
/* 2735 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2738 */ MCD_OPC_FilterValue, 0, 52, 0, // Skip to: 2794 |
|
/* 2742 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 2745 */ MCD_OPC_FilterValue, 0, 33, 0, // Skip to: 2782 |
|
/* 2749 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 2752 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2770 |
|
/* 2756 */ MCD_OPC_CheckPredicate, 0, 8, 19, // Skip to: 7632 |
|
/* 2760 */ MCD_OPC_CheckField, 8, 4, 0, 2, 19, // Skip to: 7632 |
|
/* 2766 */ MCD_OPC_Decode, 219, 3, 41, // Opcode: STRHTr |
|
/* 2770 */ MCD_OPC_FilterValue, 1, 250, 18, // Skip to: 7632 |
|
/* 2774 */ MCD_OPC_CheckPredicate, 0, 246, 18, // Skip to: 7632 |
|
/* 2778 */ MCD_OPC_Decode, 218, 3, 42, // Opcode: STRHTi |
|
/* 2782 */ MCD_OPC_FilterValue, 1, 238, 18, // Skip to: 7632 |
|
/* 2786 */ MCD_OPC_CheckPredicate, 0, 234, 18, // Skip to: 7632 |
|
/* 2790 */ MCD_OPC_Decode, 221, 3, 7, // Opcode: STRH_PRE |
|
/* 2794 */ MCD_OPC_FilterValue, 1, 226, 18, // Skip to: 7632 |
|
/* 2798 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 2801 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2836 |
|
/* 2805 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 2808 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2824 |
|
/* 2812 */ MCD_OPC_CheckPredicate, 0, 208, 18, // Skip to: 7632 |
|
/* 2816 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
|
/* 2820 */ MCD_OPC_Decode, 215, 1, 43, // Opcode: LDRHTr |
|
/* 2824 */ MCD_OPC_FilterValue, 1, 196, 18, // Skip to: 7632 |
|
/* 2828 */ MCD_OPC_CheckPredicate, 0, 192, 18, // Skip to: 7632 |
|
/* 2832 */ MCD_OPC_Decode, 214, 1, 44, // Opcode: LDRHTi |
|
/* 2836 */ MCD_OPC_FilterValue, 1, 184, 18, // Skip to: 7632 |
|
/* 2840 */ MCD_OPC_CheckPredicate, 0, 180, 18, // Skip to: 7632 |
|
/* 2844 */ MCD_OPC_Decode, 217, 1, 7, // Opcode: LDRH_PRE |
|
/* 2848 */ MCD_OPC_FilterValue, 2, 75, 0, // Skip to: 2927 |
|
/* 2852 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2855 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2873 |
|
/* 2859 */ MCD_OPC_CheckPredicate, 0, 161, 18, // Skip to: 7632 |
|
/* 2863 */ MCD_OPC_CheckField, 24, 1, 1, 155, 18, // Skip to: 7632 |
|
/* 2869 */ MCD_OPC_Decode, 208, 1, 7, // Opcode: LDRD_PRE |
|
/* 2873 */ MCD_OPC_FilterValue, 1, 147, 18, // Skip to: 7632 |
|
/* 2877 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 2880 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2915 |
|
/* 2884 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 2887 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2903 |
|
/* 2891 */ MCD_OPC_CheckPredicate, 0, 129, 18, // Skip to: 7632 |
|
/* 2895 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
|
/* 2899 */ MCD_OPC_Decode, 220, 1, 43, // Opcode: LDRSBTr |
|
/* 2903 */ MCD_OPC_FilterValue, 1, 117, 18, // Skip to: 7632 |
|
/* 2907 */ MCD_OPC_CheckPredicate, 0, 113, 18, // Skip to: 7632 |
|
/* 2911 */ MCD_OPC_Decode, 219, 1, 44, // Opcode: LDRSBTi |
|
/* 2915 */ MCD_OPC_FilterValue, 1, 105, 18, // Skip to: 7632 |
|
/* 2919 */ MCD_OPC_CheckPredicate, 0, 101, 18, // Skip to: 7632 |
|
/* 2923 */ MCD_OPC_Decode, 222, 1, 7, // Opcode: LDRSB_PRE |
|
/* 2927 */ MCD_OPC_FilterValue, 3, 93, 18, // Skip to: 7632 |
|
/* 2931 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2934 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 2952 |
|
/* 2938 */ MCD_OPC_CheckPredicate, 0, 82, 18, // Skip to: 7632 |
|
/* 2942 */ MCD_OPC_CheckField, 24, 1, 1, 76, 18, // Skip to: 7632 |
|
/* 2948 */ MCD_OPC_Decode, 212, 3, 7, // Opcode: STRD_PRE |
|
/* 2952 */ MCD_OPC_FilterValue, 1, 68, 18, // Skip to: 7632 |
|
/* 2956 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 2959 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 2994 |
|
/* 2963 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 2966 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 2982 |
|
/* 2970 */ MCD_OPC_CheckPredicate, 0, 50, 18, // Skip to: 7632 |
|
/* 2974 */ MCD_OPC_SoftFail, 128, 30 /* 0xF00 */, 0, |
|
/* 2978 */ MCD_OPC_Decode, 225, 1, 43, // Opcode: LDRSHTr |
|
/* 2982 */ MCD_OPC_FilterValue, 1, 38, 18, // Skip to: 7632 |
|
/* 2986 */ MCD_OPC_CheckPredicate, 0, 34, 18, // Skip to: 7632 |
|
/* 2990 */ MCD_OPC_Decode, 224, 1, 44, // Opcode: LDRSHTi |
|
/* 2994 */ MCD_OPC_FilterValue, 1, 26, 18, // Skip to: 7632 |
|
/* 2998 */ MCD_OPC_CheckPredicate, 0, 22, 18, // Skip to: 7632 |
|
/* 3002 */ MCD_OPC_Decode, 227, 1, 7, // Opcode: LDRSH_PRE |
|
/* 3006 */ MCD_OPC_FilterValue, 1, 150, 1, // Skip to: 3416 |
|
/* 3010 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
|
/* 3013 */ MCD_OPC_FilterValue, 0, 170, 0, // Skip to: 3187 |
|
/* 3017 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3020 */ MCD_OPC_FilterValue, 0, 62, 0, // Skip to: 3086 |
|
/* 3024 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
|
/* 3027 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 3038 |
|
/* 3031 */ MCD_OPC_CheckPredicate, 0, 38, 0, // Skip to: 3073 |
|
/* 3035 */ MCD_OPC_Decode, 37, 45, // Opcode: ANDri |
|
/* 3038 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 3050 |
|
/* 3042 */ MCD_OPC_CheckPredicate, 0, 27, 0, // Skip to: 3073 |
|
/* 3046 */ MCD_OPC_Decode, 238, 3, 45, // Opcode: SUBri |
|
/* 3050 */ MCD_OPC_FilterValue, 2, 7, 0, // Skip to: 3061 |
|
/* 3054 */ MCD_OPC_CheckPredicate, 0, 15, 0, // Skip to: 3073 |
|
/* 3058 */ MCD_OPC_Decode, 26, 45, // Opcode: ADDri |
|
/* 3061 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 3073 |
|
/* 3065 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 3073 |
|
/* 3069 */ MCD_OPC_Decode, 221, 2, 45, // Opcode: SBCri |
|
/* 3073 */ MCD_OPC_CheckPredicate, 0, 203, 17, // Skip to: 7632 |
|
/* 3077 */ MCD_OPC_CheckField, 16, 5, 15, 197, 17, // Skip to: 7632 |
|
/* 3083 */ MCD_OPC_Decode, 32, 46, // Opcode: ADR |
|
/* 3086 */ MCD_OPC_FilterValue, 1, 190, 17, // Skip to: 7632 |
|
/* 3090 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
|
/* 3093 */ MCD_OPC_FilterValue, 0, 32, 0, // Skip to: 3129 |
|
/* 3097 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 3100 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3112 |
|
/* 3104 */ MCD_OPC_CheckPredicate, 7, 172, 17, // Skip to: 7632 |
|
/* 3108 */ MCD_OPC_Decode, 136, 2, 47, // Opcode: MOVi16 |
|
/* 3112 */ MCD_OPC_FilterValue, 1, 164, 17, // Skip to: 7632 |
|
/* 3116 */ MCD_OPC_CheckPredicate, 0, 160, 17, // Skip to: 7632 |
|
/* 3120 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 3125 */ MCD_OPC_Decode, 134, 4, 48, // Opcode: TSTri |
|
/* 3129 */ MCD_OPC_FilterValue, 1, 31, 0, // Skip to: 3164 |
|
/* 3133 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 3136 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3148 |
|
/* 3140 */ MCD_OPC_CheckPredicate, 7, 136, 17, // Skip to: 7632 |
|
/* 3144 */ MCD_OPC_Decode, 130, 2, 47, // Opcode: MOVTi16 |
|
/* 3148 */ MCD_OPC_FilterValue, 1, 128, 17, // Skip to: 7632 |
|
/* 3152 */ MCD_OPC_CheckPredicate, 0, 124, 17, // Skip to: 7632 |
|
/* 3156 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 3161 */ MCD_OPC_Decode, 127, 48, // Opcode: CMPri |
|
/* 3164 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 3176 |
|
/* 3168 */ MCD_OPC_CheckPredicate, 0, 108, 17, // Skip to: 7632 |
|
/* 3172 */ MCD_OPC_Decode, 160, 2, 45, // Opcode: ORRri |
|
/* 3176 */ MCD_OPC_FilterValue, 3, 100, 17, // Skip to: 7632 |
|
/* 3180 */ MCD_OPC_CheckPredicate, 0, 96, 17, // Skip to: 7632 |
|
/* 3184 */ MCD_OPC_Decode, 98, 45, // Opcode: BICri |
|
/* 3187 */ MCD_OPC_FilterValue, 1, 89, 17, // Skip to: 7632 |
|
/* 3191 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 3194 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3225 |
|
/* 3198 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 3201 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3213 |
|
/* 3205 */ MCD_OPC_CheckPredicate, 0, 71, 17, // Skip to: 7632 |
|
/* 3209 */ MCD_OPC_Decode, 145, 1, 45, // Opcode: EORri |
|
/* 3213 */ MCD_OPC_FilterValue, 1, 63, 17, // Skip to: 7632 |
|
/* 3217 */ MCD_OPC_CheckPredicate, 0, 59, 17, // Skip to: 7632 |
|
/* 3221 */ MCD_OPC_Decode, 210, 2, 45, // Opcode: RSBri |
|
/* 3225 */ MCD_OPC_FilterValue, 1, 26, 0, // Skip to: 3255 |
|
/* 3229 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 3232 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 3243 |
|
/* 3236 */ MCD_OPC_CheckPredicate, 0, 40, 17, // Skip to: 7632 |
|
/* 3240 */ MCD_OPC_Decode, 18, 45, // Opcode: ADCri |
|
/* 3243 */ MCD_OPC_FilterValue, 1, 33, 17, // Skip to: 7632 |
|
/* 3247 */ MCD_OPC_CheckPredicate, 0, 29, 17, // Skip to: 7632 |
|
/* 3251 */ MCD_OPC_Decode, 214, 2, 45, // Opcode: RSCri |
|
/* 3255 */ MCD_OPC_FilterValue, 2, 114, 0, // Skip to: 3373 |
|
/* 3259 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 3262 */ MCD_OPC_FilterValue, 0, 67, 0, // Skip to: 3333 |
|
/* 3266 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 3269 */ MCD_OPC_FilterValue, 15, 7, 17, // Skip to: 7632 |
|
/* 3273 */ MCD_OPC_CheckPredicate, 8, 22, 0, // Skip to: 3299 |
|
/* 3277 */ MCD_OPC_CheckField, 22, 1, 0, 16, 0, // Skip to: 3299 |
|
/* 3283 */ MCD_OPC_CheckField, 16, 4, 0, 10, 0, // Skip to: 3299 |
|
/* 3289 */ MCD_OPC_CheckField, 4, 8, 15, 4, 0, // Skip to: 3299 |
|
/* 3295 */ MCD_OPC_Decode, 142, 1, 33, // Opcode: DBG |
|
/* 3299 */ MCD_OPC_CheckPredicate, 1, 22, 0, // Skip to: 3325 |
|
/* 3303 */ MCD_OPC_CheckField, 22, 1, 0, 16, 0, // Skip to: 3325 |
|
/* 3309 */ MCD_OPC_CheckField, 16, 4, 0, 10, 0, // Skip to: 3325 |
|
/* 3315 */ MCD_OPC_CheckField, 8, 4, 0, 4, 0, // Skip to: 3325 |
|
/* 3321 */ MCD_OPC_Decode, 158, 1, 49, // Opcode: HINT |
|
/* 3325 */ MCD_OPC_CheckPredicate, 0, 207, 16, // Skip to: 7632 |
|
/* 3329 */ MCD_OPC_Decode, 152, 2, 50, // Opcode: MSRi |
|
/* 3333 */ MCD_OPC_FilterValue, 1, 199, 16, // Skip to: 7632 |
|
/* 3337 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 3340 */ MCD_OPC_FilterValue, 0, 13, 0, // Skip to: 3357 |
|
/* 3344 */ MCD_OPC_CheckPredicate, 0, 188, 16, // Skip to: 7632 |
|
/* 3348 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 3353 */ MCD_OPC_Decode, 255, 3, 48, // Opcode: TEQri |
|
/* 3357 */ MCD_OPC_FilterValue, 1, 175, 16, // Skip to: 7632 |
|
/* 3361 */ MCD_OPC_CheckPredicate, 0, 171, 16, // Skip to: 7632 |
|
/* 3365 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xF000 */, 0, |
|
/* 3370 */ MCD_OPC_Decode, 123, 48, // Opcode: CMNri |
|
/* 3373 */ MCD_OPC_FilterValue, 3, 159, 16, // Skip to: 7632 |
|
/* 3377 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 3380 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 3398 |
|
/* 3384 */ MCD_OPC_CheckPredicate, 0, 148, 16, // Skip to: 7632 |
|
/* 3388 */ MCD_OPC_CheckField, 16, 4, 0, 142, 16, // Skip to: 7632 |
|
/* 3394 */ MCD_OPC_Decode, 135, 2, 51, // Opcode: MOVi |
|
/* 3398 */ MCD_OPC_FilterValue, 1, 134, 16, // Skip to: 7632 |
|
/* 3402 */ MCD_OPC_CheckPredicate, 0, 130, 16, // Skip to: 7632 |
|
/* 3406 */ MCD_OPC_CheckField, 16, 4, 0, 124, 16, // Skip to: 7632 |
|
/* 3412 */ MCD_OPC_Decode, 156, 2, 51, // Opcode: MVNi |
|
/* 3416 */ MCD_OPC_FilterValue, 2, 163, 1, // Skip to: 3839 |
|
/* 3420 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 3423 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3454 |
|
/* 3427 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3430 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3442 |
|
/* 3434 */ MCD_OPC_CheckPredicate, 0, 98, 16, // Skip to: 7632 |
|
/* 3438 */ MCD_OPC_Decode, 225, 3, 52, // Opcode: STR_POST_IMM |
|
/* 3442 */ MCD_OPC_FilterValue, 1, 90, 16, // Skip to: 7632 |
|
/* 3446 */ MCD_OPC_CheckPredicate, 0, 86, 16, // Skip to: 7632 |
|
/* 3450 */ MCD_OPC_Decode, 229, 3, 53, // Opcode: STRi12 |
|
/* 3454 */ MCD_OPC_FilterValue, 1, 47, 0, // Skip to: 3505 |
|
/* 3458 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3461 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3473 |
|
/* 3465 */ MCD_OPC_CheckPredicate, 0, 67, 16, // Skip to: 7632 |
|
/* 3469 */ MCD_OPC_Decode, 230, 1, 52, // Opcode: LDR_POST_IMM |
|
/* 3473 */ MCD_OPC_FilterValue, 1, 59, 16, // Skip to: 7632 |
|
/* 3477 */ MCD_OPC_CheckPredicate, 9, 16, 0, // Skip to: 3497 |
|
/* 3481 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3497 |
|
/* 3487 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3497 |
|
/* 3493 */ MCD_OPC_Decode, 175, 2, 54, // Opcode: PLDWi12 |
|
/* 3497 */ MCD_OPC_CheckPredicate, 0, 35, 16, // Skip to: 7632 |
|
/* 3501 */ MCD_OPC_Decode, 235, 1, 53, // Opcode: LDRi12 |
|
/* 3505 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 3536 |
|
/* 3509 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3512 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3524 |
|
/* 3516 */ MCD_OPC_CheckPredicate, 0, 16, 16, // Skip to: 7632 |
|
/* 3520 */ MCD_OPC_Decode, 223, 3, 52, // Opcode: STRT_POST_IMM |
|
/* 3524 */ MCD_OPC_FilterValue, 1, 8, 16, // Skip to: 7632 |
|
/* 3528 */ MCD_OPC_CheckPredicate, 0, 4, 16, // Skip to: 7632 |
|
/* 3532 */ MCD_OPC_Decode, 227, 3, 55, // Opcode: STR_PRE_IMM |
|
/* 3536 */ MCD_OPC_FilterValue, 3, 27, 0, // Skip to: 3567 |
|
/* 3540 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3543 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3555 |
|
/* 3547 */ MCD_OPC_CheckPredicate, 0, 241, 15, // Skip to: 7632 |
|
/* 3551 */ MCD_OPC_Decode, 228, 1, 52, // Opcode: LDRT_POST_IMM |
|
/* 3555 */ MCD_OPC_FilterValue, 1, 233, 15, // Skip to: 7632 |
|
/* 3559 */ MCD_OPC_CheckPredicate, 0, 229, 15, // Skip to: 7632 |
|
/* 3563 */ MCD_OPC_Decode, 232, 1, 56, // Opcode: LDR_PRE_IMM |
|
/* 3567 */ MCD_OPC_FilterValue, 4, 27, 0, // Skip to: 3598 |
|
/* 3571 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3574 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3586 |
|
/* 3578 */ MCD_OPC_CheckPredicate, 0, 210, 15, // Skip to: 7632 |
|
/* 3582 */ MCD_OPC_Decode, 202, 3, 52, // Opcode: STRB_POST_IMM |
|
/* 3586 */ MCD_OPC_FilterValue, 1, 202, 15, // Skip to: 7632 |
|
/* 3590 */ MCD_OPC_CheckPredicate, 0, 198, 15, // Skip to: 7632 |
|
/* 3594 */ MCD_OPC_Decode, 206, 3, 57, // Opcode: STRBi12 |
|
/* 3598 */ MCD_OPC_FilterValue, 5, 67, 0, // Skip to: 3669 |
|
/* 3602 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3605 */ MCD_OPC_FilterValue, 0, 28, 0, // Skip to: 3637 |
|
/* 3609 */ MCD_OPC_CheckPredicate, 8, 16, 0, // Skip to: 3629 |
|
/* 3613 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3629 |
|
/* 3619 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3629 |
|
/* 3625 */ MCD_OPC_Decode, 179, 2, 54, // Opcode: PLIi12 |
|
/* 3629 */ MCD_OPC_CheckPredicate, 0, 159, 15, // Skip to: 7632 |
|
/* 3633 */ MCD_OPC_Decode, 200, 1, 52, // Opcode: LDRB_POST_IMM |
|
/* 3637 */ MCD_OPC_FilterValue, 1, 151, 15, // Skip to: 7632 |
|
/* 3641 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 3661 |
|
/* 3645 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3661 |
|
/* 3651 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3661 |
|
/* 3657 */ MCD_OPC_Decode, 177, 2, 54, // Opcode: PLDi12 |
|
/* 3661 */ MCD_OPC_CheckPredicate, 0, 127, 15, // Skip to: 7632 |
|
/* 3665 */ MCD_OPC_Decode, 204, 1, 57, // Opcode: LDRBi12 |
|
/* 3669 */ MCD_OPC_FilterValue, 6, 27, 0, // Skip to: 3700 |
|
/* 3673 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3676 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3688 |
|
/* 3680 */ MCD_OPC_CheckPredicate, 0, 108, 15, // Skip to: 7632 |
|
/* 3684 */ MCD_OPC_Decode, 200, 3, 52, // Opcode: STRBT_POST_IMM |
|
/* 3688 */ MCD_OPC_FilterValue, 1, 100, 15, // Skip to: 7632 |
|
/* 3692 */ MCD_OPC_CheckPredicate, 0, 96, 15, // Skip to: 7632 |
|
/* 3696 */ MCD_OPC_Decode, 204, 3, 55, // Opcode: STRB_PRE_IMM |
|
/* 3700 */ MCD_OPC_FilterValue, 7, 88, 15, // Skip to: 7632 |
|
/* 3704 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3707 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3719 |
|
/* 3711 */ MCD_OPC_CheckPredicate, 0, 77, 15, // Skip to: 7632 |
|
/* 3715 */ MCD_OPC_Decode, 198, 1, 52, // Opcode: LDRBT_POST_IMM |
|
/* 3719 */ MCD_OPC_FilterValue, 1, 69, 15, // Skip to: 7632 |
|
/* 3723 */ MCD_OPC_CheckPredicate, 8, 23, 0, // Skip to: 3750 |
|
/* 3727 */ MCD_OPC_CheckField, 28, 4, 15, 17, 0, // Skip to: 3750 |
|
/* 3733 */ MCD_OPC_CheckField, 23, 1, 0, 11, 0, // Skip to: 3750 |
|
/* 3739 */ MCD_OPC_CheckField, 0, 20, 159, 224, 63, 3, 0, // Skip to: 3750 |
|
/* 3747 */ MCD_OPC_Decode, 121, 58, // Opcode: CLREX |
|
/* 3750 */ MCD_OPC_ExtractField, 4, 16, // Inst{19-4} ... |
|
/* 3753 */ MCD_OPC_FilterValue, 132, 254, 3, 20, 0, // Skip to: 3779 |
|
/* 3759 */ MCD_OPC_CheckPredicate, 10, 68, 0, // Skip to: 3831 |
|
/* 3763 */ MCD_OPC_CheckField, 28, 4, 15, 62, 0, // Skip to: 3831 |
|
/* 3769 */ MCD_OPC_CheckField, 23, 1, 0, 56, 0, // Skip to: 3831 |
|
/* 3775 */ MCD_OPC_Decode, 144, 1, 59, // Opcode: DSB |
|
/* 3779 */ MCD_OPC_FilterValue, 133, 254, 3, 20, 0, // Skip to: 3805 |
|
/* 3785 */ MCD_OPC_CheckPredicate, 10, 42, 0, // Skip to: 3831 |
|
/* 3789 */ MCD_OPC_CheckField, 28, 4, 15, 36, 0, // Skip to: 3831 |
|
/* 3795 */ MCD_OPC_CheckField, 23, 1, 0, 30, 0, // Skip to: 3831 |
|
/* 3801 */ MCD_OPC_Decode, 143, 1, 59, // Opcode: DMB |
|
/* 3805 */ MCD_OPC_FilterValue, 134, 254, 3, 20, 0, // Skip to: 3831 |
|
/* 3811 */ MCD_OPC_CheckPredicate, 10, 16, 0, // Skip to: 3831 |
|
/* 3815 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3831 |
|
/* 3821 */ MCD_OPC_CheckField, 23, 1, 0, 4, 0, // Skip to: 3831 |
|
/* 3827 */ MCD_OPC_Decode, 160, 1, 60, // Opcode: ISB |
|
/* 3831 */ MCD_OPC_CheckPredicate, 0, 213, 14, // Skip to: 7632 |
|
/* 3835 */ MCD_OPC_Decode, 202, 1, 56, // Opcode: LDRB_PRE_IMM |
|
/* 3839 */ MCD_OPC_FilterValue, 3, 27, 9, // Skip to: 6174 |
|
/* 3843 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
|
/* 3846 */ MCD_OPC_FilterValue, 0, 109, 2, // Skip to: 4471 |
|
/* 3850 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 3853 */ MCD_OPC_FilterValue, 0, 85, 0, // Skip to: 3942 |
|
/* 3857 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 3860 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 3891 |
|
/* 3864 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3867 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3879 |
|
/* 3871 */ MCD_OPC_CheckPredicate, 0, 173, 14, // Skip to: 7632 |
|
/* 3875 */ MCD_OPC_Decode, 226, 3, 52, // Opcode: STR_POST_REG |
|
/* 3879 */ MCD_OPC_FilterValue, 1, 165, 14, // Skip to: 7632 |
|
/* 3883 */ MCD_OPC_CheckPredicate, 0, 161, 14, // Skip to: 7632 |
|
/* 3887 */ MCD_OPC_Decode, 232, 3, 61, // Opcode: STRrs |
|
/* 3891 */ MCD_OPC_FilterValue, 1, 153, 14, // Skip to: 7632 |
|
/* 3895 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 3898 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 3910 |
|
/* 3902 */ MCD_OPC_CheckPredicate, 0, 142, 14, // Skip to: 7632 |
|
/* 3906 */ MCD_OPC_Decode, 231, 1, 52, // Opcode: LDR_POST_REG |
|
/* 3910 */ MCD_OPC_FilterValue, 1, 134, 14, // Skip to: 7632 |
|
/* 3914 */ MCD_OPC_CheckPredicate, 9, 16, 0, // Skip to: 3934 |
|
/* 3918 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 3934 |
|
/* 3924 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 3934 |
|
/* 3930 */ MCD_OPC_Decode, 176, 2, 62, // Opcode: PLDWrs |
|
/* 3934 */ MCD_OPC_CheckPredicate, 0, 110, 14, // Skip to: 7632 |
|
/* 3938 */ MCD_OPC_Decode, 236, 1, 61, // Opcode: LDRrs |
|
/* 3942 */ MCD_OPC_FilterValue, 1, 102, 14, // Skip to: 7632 |
|
/* 3946 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
|
/* 3949 */ MCD_OPC_FilterValue, 0, 176, 0, // Skip to: 4129 |
|
/* 3953 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 3956 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 4007 |
|
/* 3960 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 3963 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 3985 |
|
/* 3967 */ MCD_OPC_CheckPredicate, 0, 77, 14, // Skip to: 7632 |
|
/* 3971 */ MCD_OPC_CheckField, 20, 1, 1, 71, 14, // Skip to: 7632 |
|
/* 3977 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 3981 */ MCD_OPC_Decode, 218, 2, 63, // Opcode: SADD16 |
|
/* 3985 */ MCD_OPC_FilterValue, 1, 59, 14, // Skip to: 7632 |
|
/* 3989 */ MCD_OPC_CheckPredicate, 0, 55, 14, // Skip to: 7632 |
|
/* 3993 */ MCD_OPC_CheckField, 20, 1, 1, 49, 14, // Skip to: 7632 |
|
/* 3999 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4003 */ MCD_OPC_Decode, 219, 2, 63, // Opcode: SADD8 |
|
/* 4007 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 4025 |
|
/* 4011 */ MCD_OPC_CheckPredicate, 1, 33, 14, // Skip to: 7632 |
|
/* 4015 */ MCD_OPC_CheckField, 20, 1, 0, 27, 14, // Skip to: 7632 |
|
/* 4021 */ MCD_OPC_Decode, 173, 2, 64, // Opcode: PKHBT |
|
/* 4025 */ MCD_OPC_FilterValue, 2, 60, 0, // Skip to: 4089 |
|
/* 4029 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4032 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 4065 |
|
/* 4036 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4039 */ MCD_OPC_FilterValue, 0, 5, 14, // Skip to: 7632 |
|
/* 4043 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4057 |
|
/* 4047 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4057 |
|
/* 4053 */ MCD_OPC_Decode, 144, 3, 65, // Opcode: SMUAD |
|
/* 4057 */ MCD_OPC_CheckPredicate, 1, 243, 13, // Skip to: 7632 |
|
/* 4061 */ MCD_OPC_Decode, 248, 2, 66, // Opcode: SMLAD |
|
/* 4065 */ MCD_OPC_FilterValue, 1, 235, 13, // Skip to: 7632 |
|
/* 4069 */ MCD_OPC_CheckPredicate, 11, 231, 13, // Skip to: 7632 |
|
/* 4073 */ MCD_OPC_CheckField, 12, 4, 15, 225, 13, // Skip to: 7632 |
|
/* 4079 */ MCD_OPC_CheckField, 7, 1, 0, 219, 13, // Skip to: 7632 |
|
/* 4085 */ MCD_OPC_Decode, 226, 2, 26, // Opcode: SDIV |
|
/* 4089 */ MCD_OPC_FilterValue, 3, 211, 13, // Skip to: 7632 |
|
/* 4093 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4096 */ MCD_OPC_FilterValue, 0, 204, 13, // Skip to: 7632 |
|
/* 4100 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4103 */ MCD_OPC_FilterValue, 0, 197, 13, // Skip to: 7632 |
|
/* 4107 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4121 |
|
/* 4111 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4121 |
|
/* 4117 */ MCD_OPC_Decode, 161, 4, 26, // Opcode: USAD8 |
|
/* 4121 */ MCD_OPC_CheckPredicate, 1, 179, 13, // Skip to: 7632 |
|
/* 4125 */ MCD_OPC_Decode, 162, 4, 37, // Opcode: USADA8 |
|
/* 4129 */ MCD_OPC_FilterValue, 1, 99, 0, // Skip to: 4232 |
|
/* 4133 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 4136 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4164 |
|
/* 4140 */ MCD_OPC_CheckPredicate, 0, 160, 13, // Skip to: 7632 |
|
/* 4144 */ MCD_OPC_CheckField, 20, 1, 1, 154, 13, // Skip to: 7632 |
|
/* 4150 */ MCD_OPC_CheckField, 7, 1, 0, 148, 13, // Skip to: 7632 |
|
/* 4156 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4160 */ MCD_OPC_Decode, 220, 2, 63, // Opcode: SASX |
|
/* 4164 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 4192 |
|
/* 4168 */ MCD_OPC_CheckPredicate, 1, 132, 13, // Skip to: 7632 |
|
/* 4172 */ MCD_OPC_CheckField, 20, 1, 0, 126, 13, // Skip to: 7632 |
|
/* 4178 */ MCD_OPC_CheckField, 7, 1, 1, 120, 13, // Skip to: 7632 |
|
/* 4184 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4188 */ MCD_OPC_Decode, 227, 2, 67, // Opcode: SEL |
|
/* 4192 */ MCD_OPC_FilterValue, 2, 108, 13, // Skip to: 7632 |
|
/* 4196 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4199 */ MCD_OPC_FilterValue, 0, 101, 13, // Skip to: 7632 |
|
/* 4203 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4206 */ MCD_OPC_FilterValue, 0, 94, 13, // Skip to: 7632 |
|
/* 4210 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4224 |
|
/* 4214 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4224 |
|
/* 4220 */ MCD_OPC_Decode, 145, 3, 65, // Opcode: SMUADX |
|
/* 4224 */ MCD_OPC_CheckPredicate, 1, 76, 13, // Skip to: 7632 |
|
/* 4228 */ MCD_OPC_Decode, 249, 2, 66, // Opcode: SMLADX |
|
/* 4232 */ MCD_OPC_FilterValue, 2, 89, 0, // Skip to: 4325 |
|
/* 4236 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 4239 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4267 |
|
/* 4243 */ MCD_OPC_CheckPredicate, 0, 57, 13, // Skip to: 7632 |
|
/* 4247 */ MCD_OPC_CheckField, 20, 1, 1, 51, 13, // Skip to: 7632 |
|
/* 4253 */ MCD_OPC_CheckField, 7, 1, 0, 45, 13, // Skip to: 7632 |
|
/* 4259 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4263 */ MCD_OPC_Decode, 166, 3, 63, // Opcode: SSAX |
|
/* 4267 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 4285 |
|
/* 4271 */ MCD_OPC_CheckPredicate, 1, 29, 13, // Skip to: 7632 |
|
/* 4275 */ MCD_OPC_CheckField, 20, 1, 0, 23, 13, // Skip to: 7632 |
|
/* 4281 */ MCD_OPC_Decode, 174, 2, 64, // Opcode: PKHTB |
|
/* 4285 */ MCD_OPC_FilterValue, 2, 15, 13, // Skip to: 7632 |
|
/* 4289 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4292 */ MCD_OPC_FilterValue, 0, 8, 13, // Skip to: 7632 |
|
/* 4296 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4299 */ MCD_OPC_FilterValue, 0, 1, 13, // Skip to: 7632 |
|
/* 4303 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4317 |
|
/* 4307 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4317 |
|
/* 4313 */ MCD_OPC_Decode, 154, 3, 65, // Opcode: SMUSD |
|
/* 4317 */ MCD_OPC_CheckPredicate, 1, 239, 12, // Skip to: 7632 |
|
/* 4321 */ MCD_OPC_Decode, 134, 3, 66, // Opcode: SMLSD |
|
/* 4325 */ MCD_OPC_FilterValue, 3, 231, 12, // Skip to: 7632 |
|
/* 4329 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 4332 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 4383 |
|
/* 4336 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4339 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 4361 |
|
/* 4343 */ MCD_OPC_CheckPredicate, 0, 213, 12, // Skip to: 7632 |
|
/* 4347 */ MCD_OPC_CheckField, 20, 1, 1, 207, 12, // Skip to: 7632 |
|
/* 4353 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4357 */ MCD_OPC_Decode, 167, 3, 63, // Opcode: SSUB16 |
|
/* 4361 */ MCD_OPC_FilterValue, 1, 195, 12, // Skip to: 7632 |
|
/* 4365 */ MCD_OPC_CheckPredicate, 0, 191, 12, // Skip to: 7632 |
|
/* 4369 */ MCD_OPC_CheckField, 20, 1, 1, 185, 12, // Skip to: 7632 |
|
/* 4375 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4379 */ MCD_OPC_Decode, 168, 3, 63, // Opcode: SSUB8 |
|
/* 4383 */ MCD_OPC_FilterValue, 1, 44, 0, // Skip to: 4431 |
|
/* 4387 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4390 */ MCD_OPC_FilterValue, 0, 166, 12, // Skip to: 7632 |
|
/* 4394 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4397 */ MCD_OPC_FilterValue, 0, 159, 12, // Skip to: 7632 |
|
/* 4401 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4419 |
|
/* 4405 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4419 |
|
/* 4411 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4415 */ MCD_OPC_Decode, 249, 3, 68, // Opcode: SXTB16 |
|
/* 4419 */ MCD_OPC_CheckPredicate, 1, 137, 12, // Skip to: 7632 |
|
/* 4423 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4427 */ MCD_OPC_Decode, 246, 3, 69, // Opcode: SXTAB16 |
|
/* 4431 */ MCD_OPC_FilterValue, 2, 125, 12, // Skip to: 7632 |
|
/* 4435 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4438 */ MCD_OPC_FilterValue, 0, 118, 12, // Skip to: 7632 |
|
/* 4442 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4445 */ MCD_OPC_FilterValue, 0, 111, 12, // Skip to: 7632 |
|
/* 4449 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 4463 |
|
/* 4453 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 4463 |
|
/* 4459 */ MCD_OPC_Decode, 155, 3, 65, // Opcode: SMUSDX |
|
/* 4463 */ MCD_OPC_CheckPredicate, 1, 93, 12, // Skip to: 7632 |
|
/* 4467 */ MCD_OPC_Decode, 135, 3, 66, // Opcode: SMLSDX |
|
/* 4471 */ MCD_OPC_FilterValue, 1, 30, 2, // Skip to: 5017 |
|
/* 4475 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 4478 */ MCD_OPC_FilterValue, 0, 65, 0, // Skip to: 4547 |
|
/* 4482 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4485 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 4516 |
|
/* 4489 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 4492 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4504 |
|
/* 4496 */ MCD_OPC_CheckPredicate, 0, 60, 12, // Skip to: 7632 |
|
/* 4500 */ MCD_OPC_Decode, 224, 3, 52, // Opcode: STRT_POST_REG |
|
/* 4504 */ MCD_OPC_FilterValue, 1, 52, 12, // Skip to: 7632 |
|
/* 4508 */ MCD_OPC_CheckPredicate, 0, 48, 12, // Skip to: 7632 |
|
/* 4512 */ MCD_OPC_Decode, 228, 3, 70, // Opcode: STR_PRE_REG |
|
/* 4516 */ MCD_OPC_FilterValue, 1, 40, 12, // Skip to: 7632 |
|
/* 4520 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 4523 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4535 |
|
/* 4527 */ MCD_OPC_CheckPredicate, 0, 29, 12, // Skip to: 7632 |
|
/* 4531 */ MCD_OPC_Decode, 229, 1, 52, // Opcode: LDRT_POST_REG |
|
/* 4535 */ MCD_OPC_FilterValue, 1, 21, 12, // Skip to: 7632 |
|
/* 4539 */ MCD_OPC_CheckPredicate, 0, 17, 12, // Skip to: 7632 |
|
/* 4543 */ MCD_OPC_Decode, 233, 1, 71, // Opcode: LDR_PRE_REG |
|
/* 4547 */ MCD_OPC_FilterValue, 1, 9, 12, // Skip to: 7632 |
|
/* 4551 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 4554 */ MCD_OPC_FilterValue, 0, 237, 0, // Skip to: 4795 |
|
/* 4558 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
|
/* 4561 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 4600 |
|
/* 4565 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4568 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4584 |
|
/* 4572 */ MCD_OPC_CheckPredicate, 0, 240, 11, // Skip to: 7632 |
|
/* 4576 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4580 */ MCD_OPC_Decode, 182, 2, 63, // Opcode: QADD16 |
|
/* 4584 */ MCD_OPC_FilterValue, 1, 228, 11, // Skip to: 7632 |
|
/* 4588 */ MCD_OPC_CheckPredicate, 0, 224, 11, // Skip to: 7632 |
|
/* 4592 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4596 */ MCD_OPC_Decode, 239, 2, 63, // Opcode: SHADD16 |
|
/* 4600 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 4639 |
|
/* 4604 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4607 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4623 |
|
/* 4611 */ MCD_OPC_CheckPredicate, 0, 201, 11, // Skip to: 7632 |
|
/* 4615 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4619 */ MCD_OPC_Decode, 184, 2, 63, // Opcode: QASX |
|
/* 4623 */ MCD_OPC_FilterValue, 1, 189, 11, // Skip to: 7632 |
|
/* 4627 */ MCD_OPC_CheckPredicate, 0, 185, 11, // Skip to: 7632 |
|
/* 4631 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4635 */ MCD_OPC_Decode, 241, 2, 63, // Opcode: SHASX |
|
/* 4639 */ MCD_OPC_FilterValue, 2, 35, 0, // Skip to: 4678 |
|
/* 4643 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4646 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4662 |
|
/* 4650 */ MCD_OPC_CheckPredicate, 0, 162, 11, // Skip to: 7632 |
|
/* 4654 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4658 */ MCD_OPC_Decode, 187, 2, 63, // Opcode: QSAX |
|
/* 4662 */ MCD_OPC_FilterValue, 1, 150, 11, // Skip to: 7632 |
|
/* 4666 */ MCD_OPC_CheckPredicate, 0, 146, 11, // Skip to: 7632 |
|
/* 4670 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4674 */ MCD_OPC_Decode, 242, 2, 63, // Opcode: SHSAX |
|
/* 4678 */ MCD_OPC_FilterValue, 3, 35, 0, // Skip to: 4717 |
|
/* 4682 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4685 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4701 |
|
/* 4689 */ MCD_OPC_CheckPredicate, 0, 123, 11, // Skip to: 7632 |
|
/* 4693 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4697 */ MCD_OPC_Decode, 189, 2, 63, // Opcode: QSUB16 |
|
/* 4701 */ MCD_OPC_FilterValue, 1, 111, 11, // Skip to: 7632 |
|
/* 4705 */ MCD_OPC_CheckPredicate, 0, 107, 11, // Skip to: 7632 |
|
/* 4709 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4713 */ MCD_OPC_Decode, 243, 2, 63, // Opcode: SHSUB16 |
|
/* 4717 */ MCD_OPC_FilterValue, 4, 35, 0, // Skip to: 4756 |
|
/* 4721 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4724 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4740 |
|
/* 4728 */ MCD_OPC_CheckPredicate, 0, 84, 11, // Skip to: 7632 |
|
/* 4732 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4736 */ MCD_OPC_Decode, 183, 2, 63, // Opcode: QADD8 |
|
/* 4740 */ MCD_OPC_FilterValue, 1, 72, 11, // Skip to: 7632 |
|
/* 4744 */ MCD_OPC_CheckPredicate, 0, 68, 11, // Skip to: 7632 |
|
/* 4748 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4752 */ MCD_OPC_Decode, 240, 2, 63, // Opcode: SHADD8 |
|
/* 4756 */ MCD_OPC_FilterValue, 7, 56, 11, // Skip to: 7632 |
|
/* 4760 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4763 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 4779 |
|
/* 4767 */ MCD_OPC_CheckPredicate, 0, 45, 11, // Skip to: 7632 |
|
/* 4771 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4775 */ MCD_OPC_Decode, 190, 2, 63, // Opcode: QSUB8 |
|
/* 4779 */ MCD_OPC_FilterValue, 1, 33, 11, // Skip to: 7632 |
|
/* 4783 */ MCD_OPC_CheckPredicate, 0, 29, 11, // Skip to: 7632 |
|
/* 4787 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 4791 */ MCD_OPC_Decode, 244, 2, 63, // Opcode: SHSUB8 |
|
/* 4795 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 4969 |
|
/* 4799 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
|
/* 4802 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 4814 |
|
/* 4806 */ MCD_OPC_CheckPredicate, 0, 6, 11, // Skip to: 7632 |
|
/* 4810 */ MCD_OPC_Decode, 164, 3, 72, // Opcode: SSAT |
|
/* 4814 */ MCD_OPC_FilterValue, 1, 254, 10, // Skip to: 7632 |
|
/* 4818 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
|
/* 4821 */ MCD_OPC_FilterValue, 0, 45, 0, // Skip to: 4870 |
|
/* 4825 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4828 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 4846 |
|
/* 4832 */ MCD_OPC_CheckPredicate, 0, 236, 10, // Skip to: 7632 |
|
/* 4836 */ MCD_OPC_CheckField, 8, 4, 15, 230, 10, // Skip to: 7632 |
|
/* 4842 */ MCD_OPC_Decode, 165, 3, 73, // Opcode: SSAT16 |
|
/* 4846 */ MCD_OPC_FilterValue, 1, 222, 10, // Skip to: 7632 |
|
/* 4850 */ MCD_OPC_CheckPredicate, 1, 218, 10, // Skip to: 7632 |
|
/* 4854 */ MCD_OPC_CheckField, 16, 4, 15, 212, 10, // Skip to: 7632 |
|
/* 4860 */ MCD_OPC_CheckField, 8, 4, 15, 206, 10, // Skip to: 7632 |
|
/* 4866 */ MCD_OPC_Decode, 192, 2, 32, // Opcode: REV |
|
/* 4870 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 4945 |
|
/* 4874 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4877 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 4911 |
|
/* 4881 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4899 |
|
/* 4885 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4899 |
|
/* 4891 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4895 */ MCD_OPC_Decode, 248, 3, 68, // Opcode: SXTB |
|
/* 4899 */ MCD_OPC_CheckPredicate, 1, 169, 10, // Skip to: 7632 |
|
/* 4903 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4907 */ MCD_OPC_Decode, 245, 3, 69, // Opcode: SXTAB |
|
/* 4911 */ MCD_OPC_FilterValue, 1, 157, 10, // Skip to: 7632 |
|
/* 4915 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 4933 |
|
/* 4919 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 4933 |
|
/* 4925 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4929 */ MCD_OPC_Decode, 250, 3, 68, // Opcode: SXTH |
|
/* 4933 */ MCD_OPC_CheckPredicate, 1, 135, 10, // Skip to: 7632 |
|
/* 4937 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 4941 */ MCD_OPC_Decode, 247, 3, 69, // Opcode: SXTAH |
|
/* 4945 */ MCD_OPC_FilterValue, 2, 123, 10, // Skip to: 7632 |
|
/* 4949 */ MCD_OPC_CheckPredicate, 1, 119, 10, // Skip to: 7632 |
|
/* 4953 */ MCD_OPC_CheckField, 16, 5, 31, 113, 10, // Skip to: 7632 |
|
/* 4959 */ MCD_OPC_CheckField, 8, 4, 15, 107, 10, // Skip to: 7632 |
|
/* 4965 */ MCD_OPC_Decode, 193, 2, 32, // Opcode: REV16 |
|
/* 4969 */ MCD_OPC_FilterValue, 2, 26, 0, // Skip to: 4999 |
|
/* 4973 */ MCD_OPC_CheckPredicate, 11, 95, 10, // Skip to: 7632 |
|
/* 4977 */ MCD_OPC_CheckField, 20, 1, 1, 89, 10, // Skip to: 7632 |
|
/* 4983 */ MCD_OPC_CheckField, 12, 4, 15, 83, 10, // Skip to: 7632 |
|
/* 4989 */ MCD_OPC_CheckField, 5, 3, 0, 77, 10, // Skip to: 7632 |
|
/* 4995 */ MCD_OPC_Decode, 142, 4, 26, // Opcode: UDIV |
|
/* 4999 */ MCD_OPC_FilterValue, 3, 69, 10, // Skip to: 7632 |
|
/* 5003 */ MCD_OPC_CheckPredicate, 7, 65, 10, // Skip to: 7632 |
|
/* 5007 */ MCD_OPC_CheckField, 5, 2, 2, 59, 10, // Skip to: 7632 |
|
/* 5013 */ MCD_OPC_Decode, 225, 2, 74, // Opcode: SBFX |
|
/* 5017 */ MCD_OPC_FilterValue, 2, 67, 2, // Skip to: 5600 |
|
/* 5021 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 5024 */ MCD_OPC_FilterValue, 0, 105, 0, // Skip to: 5133 |
|
/* 5028 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5031 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 5062 |
|
/* 5035 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 5038 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5050 |
|
/* 5042 */ MCD_OPC_CheckPredicate, 0, 26, 10, // Skip to: 7632 |
|
/* 5046 */ MCD_OPC_Decode, 203, 3, 52, // Opcode: STRB_POST_REG |
|
/* 5050 */ MCD_OPC_FilterValue, 1, 18, 10, // Skip to: 7632 |
|
/* 5054 */ MCD_OPC_CheckPredicate, 0, 14, 10, // Skip to: 7632 |
|
/* 5058 */ MCD_OPC_Decode, 209, 3, 75, // Opcode: STRBrs |
|
/* 5062 */ MCD_OPC_FilterValue, 1, 6, 10, // Skip to: 7632 |
|
/* 5066 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 5069 */ MCD_OPC_FilterValue, 0, 28, 0, // Skip to: 5101 |
|
/* 5073 */ MCD_OPC_CheckPredicate, 8, 16, 0, // Skip to: 5093 |
|
/* 5077 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 5093 |
|
/* 5083 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5093 |
|
/* 5089 */ MCD_OPC_Decode, 180, 2, 62, // Opcode: PLIrs |
|
/* 5093 */ MCD_OPC_CheckPredicate, 0, 231, 9, // Skip to: 7632 |
|
/* 5097 */ MCD_OPC_Decode, 201, 1, 52, // Opcode: LDRB_POST_REG |
|
/* 5101 */ MCD_OPC_FilterValue, 1, 223, 9, // Skip to: 7632 |
|
/* 5105 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 5125 |
|
/* 5109 */ MCD_OPC_CheckField, 28, 4, 15, 10, 0, // Skip to: 5125 |
|
/* 5115 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5125 |
|
/* 5121 */ MCD_OPC_Decode, 178, 2, 62, // Opcode: PLDrs |
|
/* 5125 */ MCD_OPC_CheckPredicate, 0, 199, 9, // Skip to: 7632 |
|
/* 5129 */ MCD_OPC_Decode, 205, 1, 75, // Opcode: LDRBrs |
|
/* 5133 */ MCD_OPC_FilterValue, 1, 191, 9, // Skip to: 7632 |
|
/* 5137 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
|
/* 5140 */ MCD_OPC_FilterValue, 0, 136, 0, // Skip to: 5280 |
|
/* 5144 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 5147 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 5198 |
|
/* 5151 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5154 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5176 |
|
/* 5158 */ MCD_OPC_CheckPredicate, 0, 166, 9, // Skip to: 7632 |
|
/* 5162 */ MCD_OPC_CheckField, 20, 1, 1, 160, 9, // Skip to: 7632 |
|
/* 5168 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5172 */ MCD_OPC_Decode, 138, 4, 63, // Opcode: UADD16 |
|
/* 5176 */ MCD_OPC_FilterValue, 1, 148, 9, // Skip to: 7632 |
|
/* 5180 */ MCD_OPC_CheckPredicate, 0, 144, 9, // Skip to: 7632 |
|
/* 5184 */ MCD_OPC_CheckField, 20, 1, 1, 138, 9, // Skip to: 7632 |
|
/* 5190 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5194 */ MCD_OPC_Decode, 139, 4, 63, // Opcode: UADD8 |
|
/* 5198 */ MCD_OPC_FilterValue, 2, 54, 0, // Skip to: 5256 |
|
/* 5202 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5205 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5223 |
|
/* 5209 */ MCD_OPC_CheckPredicate, 1, 115, 9, // Skip to: 7632 |
|
/* 5213 */ MCD_OPC_CheckField, 7, 1, 0, 109, 9, // Skip to: 7632 |
|
/* 5219 */ MCD_OPC_Decode, 253, 2, 19, // Opcode: SMLALD |
|
/* 5223 */ MCD_OPC_FilterValue, 1, 101, 9, // Skip to: 7632 |
|
/* 5227 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5230 */ MCD_OPC_FilterValue, 0, 94, 9, // Skip to: 7632 |
|
/* 5234 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 5248 |
|
/* 5238 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5248 |
|
/* 5244 */ MCD_OPC_Decode, 142, 3, 26, // Opcode: SMMUL |
|
/* 5248 */ MCD_OPC_CheckPredicate, 1, 76, 9, // Skip to: 7632 |
|
/* 5252 */ MCD_OPC_Decode, 138, 3, 37, // Opcode: SMMLA |
|
/* 5256 */ MCD_OPC_FilterValue, 3, 68, 9, // Skip to: 7632 |
|
/* 5260 */ MCD_OPC_CheckPredicate, 7, 9, 0, // Skip to: 5273 |
|
/* 5264 */ MCD_OPC_CheckField, 0, 4, 15, 3, 0, // Skip to: 5273 |
|
/* 5270 */ MCD_OPC_Decode, 96, 76, // Opcode: BFC |
|
/* 5273 */ MCD_OPC_CheckPredicate, 7, 51, 9, // Skip to: 7632 |
|
/* 5277 */ MCD_OPC_Decode, 97, 77, // Opcode: BFI |
|
/* 5280 */ MCD_OPC_FilterValue, 1, 89, 0, // Skip to: 5373 |
|
/* 5284 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5287 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 5311 |
|
/* 5291 */ MCD_OPC_CheckPredicate, 1, 33, 9, // Skip to: 7632 |
|
/* 5295 */ MCD_OPC_CheckField, 23, 2, 2, 27, 9, // Skip to: 7632 |
|
/* 5301 */ MCD_OPC_CheckField, 7, 1, 0, 21, 9, // Skip to: 7632 |
|
/* 5307 */ MCD_OPC_Decode, 254, 2, 19, // Opcode: SMLALDX |
|
/* 5311 */ MCD_OPC_FilterValue, 1, 13, 9, // Skip to: 7632 |
|
/* 5315 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 5318 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5340 |
|
/* 5322 */ MCD_OPC_CheckPredicate, 0, 2, 9, // Skip to: 7632 |
|
/* 5326 */ MCD_OPC_CheckField, 7, 1, 0, 252, 8, // Skip to: 7632 |
|
/* 5332 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5336 */ MCD_OPC_Decode, 140, 4, 63, // Opcode: UASX |
|
/* 5340 */ MCD_OPC_FilterValue, 2, 240, 8, // Skip to: 7632 |
|
/* 5344 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5347 */ MCD_OPC_FilterValue, 0, 233, 8, // Skip to: 7632 |
|
/* 5351 */ MCD_OPC_CheckPredicate, 1, 10, 0, // Skip to: 5365 |
|
/* 5355 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 5365 |
|
/* 5361 */ MCD_OPC_Decode, 143, 3, 26, // Opcode: SMMULR |
|
/* 5365 */ MCD_OPC_CheckPredicate, 1, 215, 8, // Skip to: 7632 |
|
/* 5369 */ MCD_OPC_Decode, 139, 3, 37, // Opcode: SMMLAR |
|
/* 5373 */ MCD_OPC_FilterValue, 2, 74, 0, // Skip to: 5451 |
|
/* 5377 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5380 */ MCD_OPC_FilterValue, 0, 43, 0, // Skip to: 5427 |
|
/* 5384 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5387 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5405 |
|
/* 5391 */ MCD_OPC_CheckPredicate, 1, 189, 8, // Skip to: 7632 |
|
/* 5395 */ MCD_OPC_CheckField, 23, 2, 2, 183, 8, // Skip to: 7632 |
|
/* 5401 */ MCD_OPC_Decode, 136, 3, 19, // Opcode: SMLSLD |
|
/* 5405 */ MCD_OPC_FilterValue, 1, 175, 8, // Skip to: 7632 |
|
/* 5409 */ MCD_OPC_CheckPredicate, 0, 171, 8, // Skip to: 7632 |
|
/* 5413 */ MCD_OPC_CheckField, 23, 2, 0, 165, 8, // Skip to: 7632 |
|
/* 5419 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5423 */ MCD_OPC_Decode, 165, 4, 63, // Opcode: USAX |
|
/* 5427 */ MCD_OPC_FilterValue, 1, 153, 8, // Skip to: 7632 |
|
/* 5431 */ MCD_OPC_CheckPredicate, 1, 149, 8, // Skip to: 7632 |
|
/* 5435 */ MCD_OPC_CheckField, 23, 2, 2, 143, 8, // Skip to: 7632 |
|
/* 5441 */ MCD_OPC_CheckField, 20, 1, 1, 137, 8, // Skip to: 7632 |
|
/* 5447 */ MCD_OPC_Decode, 140, 3, 37, // Opcode: SMMLS |
|
/* 5451 */ MCD_OPC_FilterValue, 3, 129, 8, // Skip to: 7632 |
|
/* 5455 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 5458 */ MCD_OPC_FilterValue, 0, 47, 0, // Skip to: 5509 |
|
/* 5462 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5465 */ MCD_OPC_FilterValue, 0, 18, 0, // Skip to: 5487 |
|
/* 5469 */ MCD_OPC_CheckPredicate, 0, 111, 8, // Skip to: 7632 |
|
/* 5473 */ MCD_OPC_CheckField, 20, 1, 1, 105, 8, // Skip to: 7632 |
|
/* 5479 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5483 */ MCD_OPC_Decode, 166, 4, 63, // Opcode: USUB16 |
|
/* 5487 */ MCD_OPC_FilterValue, 1, 93, 8, // Skip to: 7632 |
|
/* 5491 */ MCD_OPC_CheckPredicate, 0, 89, 8, // Skip to: 7632 |
|
/* 5495 */ MCD_OPC_CheckField, 20, 1, 1, 83, 8, // Skip to: 7632 |
|
/* 5501 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5505 */ MCD_OPC_Decode, 167, 4, 63, // Opcode: USUB8 |
|
/* 5509 */ MCD_OPC_FilterValue, 1, 44, 0, // Skip to: 5557 |
|
/* 5513 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5516 */ MCD_OPC_FilterValue, 0, 64, 8, // Skip to: 7632 |
|
/* 5520 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5523 */ MCD_OPC_FilterValue, 0, 57, 8, // Skip to: 7632 |
|
/* 5527 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 5545 |
|
/* 5531 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 5545 |
|
/* 5537 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 5541 */ MCD_OPC_Decode, 172, 4, 68, // Opcode: UXTB16 |
|
/* 5545 */ MCD_OPC_CheckPredicate, 1, 35, 8, // Skip to: 7632 |
|
/* 5549 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 5553 */ MCD_OPC_Decode, 169, 4, 69, // Opcode: UXTAB16 |
|
/* 5557 */ MCD_OPC_FilterValue, 2, 23, 8, // Skip to: 7632 |
|
/* 5561 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 5564 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5582 |
|
/* 5568 */ MCD_OPC_CheckPredicate, 1, 12, 8, // Skip to: 7632 |
|
/* 5572 */ MCD_OPC_CheckField, 20, 1, 0, 6, 8, // Skip to: 7632 |
|
/* 5578 */ MCD_OPC_Decode, 137, 3, 19, // Opcode: SMLSLDX |
|
/* 5582 */ MCD_OPC_FilterValue, 1, 254, 7, // Skip to: 7632 |
|
/* 5586 */ MCD_OPC_CheckPredicate, 1, 250, 7, // Skip to: 7632 |
|
/* 5590 */ MCD_OPC_CheckField, 20, 1, 1, 244, 7, // Skip to: 7632 |
|
/* 5596 */ MCD_OPC_Decode, 141, 3, 37, // Opcode: SMMLSR |
|
/* 5600 */ MCD_OPC_FilterValue, 3, 236, 7, // Skip to: 7632 |
|
/* 5604 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 5607 */ MCD_OPC_FilterValue, 0, 65, 0, // Skip to: 5676 |
|
/* 5611 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5614 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 5645 |
|
/* 5618 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 5621 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5633 |
|
/* 5625 */ MCD_OPC_CheckPredicate, 0, 211, 7, // Skip to: 7632 |
|
/* 5629 */ MCD_OPC_Decode, 201, 3, 52, // Opcode: STRBT_POST_REG |
|
/* 5633 */ MCD_OPC_FilterValue, 1, 203, 7, // Skip to: 7632 |
|
/* 5637 */ MCD_OPC_CheckPredicate, 0, 199, 7, // Skip to: 7632 |
|
/* 5641 */ MCD_OPC_Decode, 205, 3, 70, // Opcode: STRB_PRE_REG |
|
/* 5645 */ MCD_OPC_FilterValue, 1, 191, 7, // Skip to: 7632 |
|
/* 5649 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 5652 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5664 |
|
/* 5656 */ MCD_OPC_CheckPredicate, 0, 180, 7, // Skip to: 7632 |
|
/* 5660 */ MCD_OPC_Decode, 199, 1, 52, // Opcode: LDRBT_POST_REG |
|
/* 5664 */ MCD_OPC_FilterValue, 1, 172, 7, // Skip to: 7632 |
|
/* 5668 */ MCD_OPC_CheckPredicate, 0, 168, 7, // Skip to: 7632 |
|
/* 5672 */ MCD_OPC_Decode, 203, 1, 71, // Opcode: LDRB_PRE_REG |
|
/* 5676 */ MCD_OPC_FilterValue, 1, 160, 7, // Skip to: 7632 |
|
/* 5680 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... |
|
/* 5683 */ MCD_OPC_FilterValue, 0, 237, 0, // Skip to: 5924 |
|
/* 5687 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
|
/* 5690 */ MCD_OPC_FilterValue, 0, 35, 0, // Skip to: 5729 |
|
/* 5694 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5697 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5713 |
|
/* 5701 */ MCD_OPC_CheckPredicate, 0, 135, 7, // Skip to: 7632 |
|
/* 5705 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5709 */ MCD_OPC_Decode, 155, 4, 63, // Opcode: UQADD16 |
|
/* 5713 */ MCD_OPC_FilterValue, 1, 123, 7, // Skip to: 7632 |
|
/* 5717 */ MCD_OPC_CheckPredicate, 0, 119, 7, // Skip to: 7632 |
|
/* 5721 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5725 */ MCD_OPC_Decode, 143, 4, 63, // Opcode: UHADD16 |
|
/* 5729 */ MCD_OPC_FilterValue, 1, 35, 0, // Skip to: 5768 |
|
/* 5733 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5736 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5752 |
|
/* 5740 */ MCD_OPC_CheckPredicate, 0, 96, 7, // Skip to: 7632 |
|
/* 5744 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5748 */ MCD_OPC_Decode, 157, 4, 63, // Opcode: UQASX |
|
/* 5752 */ MCD_OPC_FilterValue, 1, 84, 7, // Skip to: 7632 |
|
/* 5756 */ MCD_OPC_CheckPredicate, 0, 80, 7, // Skip to: 7632 |
|
/* 5760 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5764 */ MCD_OPC_Decode, 145, 4, 63, // Opcode: UHASX |
|
/* 5768 */ MCD_OPC_FilterValue, 2, 35, 0, // Skip to: 5807 |
|
/* 5772 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5775 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5791 |
|
/* 5779 */ MCD_OPC_CheckPredicate, 0, 57, 7, // Skip to: 7632 |
|
/* 5783 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5787 */ MCD_OPC_Decode, 158, 4, 63, // Opcode: UQSAX |
|
/* 5791 */ MCD_OPC_FilterValue, 1, 45, 7, // Skip to: 7632 |
|
/* 5795 */ MCD_OPC_CheckPredicate, 0, 41, 7, // Skip to: 7632 |
|
/* 5799 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5803 */ MCD_OPC_Decode, 146, 4, 63, // Opcode: UHSAX |
|
/* 5807 */ MCD_OPC_FilterValue, 3, 35, 0, // Skip to: 5846 |
|
/* 5811 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5814 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5830 |
|
/* 5818 */ MCD_OPC_CheckPredicate, 0, 18, 7, // Skip to: 7632 |
|
/* 5822 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5826 */ MCD_OPC_Decode, 159, 4, 63, // Opcode: UQSUB16 |
|
/* 5830 */ MCD_OPC_FilterValue, 1, 6, 7, // Skip to: 7632 |
|
/* 5834 */ MCD_OPC_CheckPredicate, 0, 2, 7, // Skip to: 7632 |
|
/* 5838 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5842 */ MCD_OPC_Decode, 147, 4, 63, // Opcode: UHSUB16 |
|
/* 5846 */ MCD_OPC_FilterValue, 4, 35, 0, // Skip to: 5885 |
|
/* 5850 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5853 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5869 |
|
/* 5857 */ MCD_OPC_CheckPredicate, 0, 235, 6, // Skip to: 7632 |
|
/* 5861 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5865 */ MCD_OPC_Decode, 156, 4, 63, // Opcode: UQADD8 |
|
/* 5869 */ MCD_OPC_FilterValue, 1, 223, 6, // Skip to: 7632 |
|
/* 5873 */ MCD_OPC_CheckPredicate, 0, 219, 6, // Skip to: 7632 |
|
/* 5877 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5881 */ MCD_OPC_Decode, 144, 4, 63, // Opcode: UHADD8 |
|
/* 5885 */ MCD_OPC_FilterValue, 7, 207, 6, // Skip to: 7632 |
|
/* 5889 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5892 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 5908 |
|
/* 5896 */ MCD_OPC_CheckPredicate, 0, 196, 6, // Skip to: 7632 |
|
/* 5900 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5904 */ MCD_OPC_Decode, 160, 4, 63, // Opcode: UQSUB8 |
|
/* 5908 */ MCD_OPC_FilterValue, 1, 184, 6, // Skip to: 7632 |
|
/* 5912 */ MCD_OPC_CheckPredicate, 0, 180, 6, // Skip to: 7632 |
|
/* 5916 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xF00 */, |
|
/* 5920 */ MCD_OPC_Decode, 148, 4, 63, // Opcode: UHSUB8 |
|
/* 5924 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 6098 |
|
/* 5928 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
|
/* 5931 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 5943 |
|
/* 5935 */ MCD_OPC_CheckPredicate, 0, 157, 6, // Skip to: 7632 |
|
/* 5939 */ MCD_OPC_Decode, 163, 4, 72, // Opcode: USAT |
|
/* 5943 */ MCD_OPC_FilterValue, 1, 149, 6, // Skip to: 7632 |
|
/* 5947 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
|
/* 5950 */ MCD_OPC_FilterValue, 0, 45, 0, // Skip to: 5999 |
|
/* 5954 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5957 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 5975 |
|
/* 5961 */ MCD_OPC_CheckPredicate, 0, 131, 6, // Skip to: 7632 |
|
/* 5965 */ MCD_OPC_CheckField, 8, 4, 15, 125, 6, // Skip to: 7632 |
|
/* 5971 */ MCD_OPC_Decode, 164, 4, 73, // Opcode: USAT16 |
|
/* 5975 */ MCD_OPC_FilterValue, 1, 117, 6, // Skip to: 7632 |
|
/* 5979 */ MCD_OPC_CheckPredicate, 7, 113, 6, // Skip to: 7632 |
|
/* 5983 */ MCD_OPC_CheckField, 16, 4, 15, 107, 6, // Skip to: 7632 |
|
/* 5989 */ MCD_OPC_CheckField, 8, 4, 15, 101, 6, // Skip to: 7632 |
|
/* 5995 */ MCD_OPC_Decode, 191, 2, 32, // Opcode: RBIT |
|
/* 5999 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 6074 |
|
/* 6003 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 6006 */ MCD_OPC_FilterValue, 0, 30, 0, // Skip to: 6040 |
|
/* 6010 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 6028 |
|
/* 6014 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 6028 |
|
/* 6020 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 6024 */ MCD_OPC_Decode, 171, 4, 68, // Opcode: UXTB |
|
/* 6028 */ MCD_OPC_CheckPredicate, 1, 64, 6, // Skip to: 7632 |
|
/* 6032 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 6036 */ MCD_OPC_Decode, 168, 4, 69, // Opcode: UXTAB |
|
/* 6040 */ MCD_OPC_FilterValue, 1, 52, 6, // Skip to: 7632 |
|
/* 6044 */ MCD_OPC_CheckPredicate, 1, 14, 0, // Skip to: 6062 |
|
/* 6048 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, // Skip to: 6062 |
|
/* 6054 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 6058 */ MCD_OPC_Decode, 173, 4, 68, // Opcode: UXTH |
|
/* 6062 */ MCD_OPC_CheckPredicate, 1, 30, 6, // Skip to: 7632 |
|
/* 6066 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, |
|
/* 6070 */ MCD_OPC_Decode, 170, 4, 69, // Opcode: UXTAH |
|
/* 6074 */ MCD_OPC_FilterValue, 2, 18, 6, // Skip to: 7632 |
|
/* 6078 */ MCD_OPC_CheckPredicate, 1, 14, 6, // Skip to: 7632 |
|
/* 6082 */ MCD_OPC_CheckField, 16, 5, 31, 8, 6, // Skip to: 7632 |
|
/* 6088 */ MCD_OPC_CheckField, 8, 4, 15, 2, 6, // Skip to: 7632 |
|
/* 6094 */ MCD_OPC_Decode, 194, 2, 32, // Opcode: REVSH |
|
/* 6098 */ MCD_OPC_FilterValue, 3, 250, 5, // Skip to: 7632 |
|
/* 6102 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
|
/* 6105 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6117 |
|
/* 6109 */ MCD_OPC_CheckPredicate, 7, 239, 5, // Skip to: 7632 |
|
/* 6113 */ MCD_OPC_Decode, 141, 4, 78, // Opcode: UBFX |
|
/* 6117 */ MCD_OPC_FilterValue, 3, 231, 5, // Skip to: 7632 |
|
/* 6121 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
|
/* 6124 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 6149 |
|
/* 6128 */ MCD_OPC_CheckPredicate, 12, 220, 5, // Skip to: 7632 |
|
/* 6132 */ MCD_OPC_CheckField, 28, 4, 14, 214, 5, // Skip to: 7632 |
|
/* 6138 */ MCD_OPC_CheckField, 7, 14, 189, 123, 207, 5, // Skip to: 7632 |
|
/* 6145 */ MCD_OPC_Decode, 133, 4, 58, // Opcode: TRAPNaCl |
|
/* 6149 */ MCD_OPC_FilterValue, 14, 199, 5, // Skip to: 7632 |
|
/* 6153 */ MCD_OPC_CheckPredicate, 0, 195, 5, // Skip to: 7632 |
|
/* 6157 */ MCD_OPC_CheckField, 28, 4, 14, 189, 5, // Skip to: 7632 |
|
/* 6163 */ MCD_OPC_CheckField, 7, 14, 189, 127, 182, 5, // Skip to: 7632 |
|
/* 6170 */ MCD_OPC_Decode, 132, 4, 58, // Opcode: TRAP |
|
/* 6174 */ MCD_OPC_FilterValue, 4, 219, 2, // Skip to: 6909 |
|
/* 6178 */ MCD_OPC_ExtractField, 20, 5, // Inst{24-20} ... |
|
/* 6181 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6193 |
|
/* 6185 */ MCD_OPC_CheckPredicate, 0, 163, 5, // Skip to: 7632 |
|
/* 6189 */ MCD_OPC_Decode, 192, 3, 79, // Opcode: STMDA |
|
/* 6193 */ MCD_OPC_FilterValue, 1, 29, 0, // Skip to: 6226 |
|
/* 6197 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6218 |
|
/* 6201 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6218 |
|
/* 6207 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6218 |
|
/* 6214 */ MCD_OPC_Decode, 195, 2, 80, // Opcode: RFEDA |
|
/* 6218 */ MCD_OPC_CheckPredicate, 0, 130, 5, // Skip to: 7632 |
|
/* 6222 */ MCD_OPC_Decode, 189, 1, 79, // Opcode: LDMDA |
|
/* 6226 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6238 |
|
/* 6230 */ MCD_OPC_CheckPredicate, 0, 118, 5, // Skip to: 7632 |
|
/* 6234 */ MCD_OPC_Decode, 193, 3, 81, // Opcode: STMDA_UPD |
|
/* 6238 */ MCD_OPC_FilterValue, 3, 29, 0, // Skip to: 6271 |
|
/* 6242 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6263 |
|
/* 6246 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6263 |
|
/* 6252 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6263 |
|
/* 6259 */ MCD_OPC_Decode, 196, 2, 80, // Opcode: RFEDA_UPD |
|
/* 6263 */ MCD_OPC_CheckPredicate, 0, 85, 5, // Skip to: 7632 |
|
/* 6267 */ MCD_OPC_Decode, 190, 1, 81, // Opcode: LDMDA_UPD |
|
/* 6271 */ MCD_OPC_FilterValue, 4, 30, 0, // Skip to: 6305 |
|
/* 6275 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6297 |
|
/* 6279 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6297 |
|
/* 6285 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6297 |
|
/* 6293 */ MCD_OPC_Decode, 156, 3, 82, // Opcode: SRSDA |
|
/* 6297 */ MCD_OPC_CheckPredicate, 0, 51, 5, // Skip to: 7632 |
|
/* 6301 */ MCD_OPC_Decode, 134, 18, 79, // Opcode: sysSTMDA |
|
/* 6305 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 6317 |
|
/* 6309 */ MCD_OPC_CheckPredicate, 0, 39, 5, // Skip to: 7632 |
|
/* 6313 */ MCD_OPC_Decode, 254, 17, 79, // Opcode: sysLDMDA |
|
/* 6317 */ MCD_OPC_FilterValue, 6, 30, 0, // Skip to: 6351 |
|
/* 6321 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6343 |
|
/* 6325 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6343 |
|
/* 6331 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6343 |
|
/* 6339 */ MCD_OPC_Decode, 157, 3, 82, // Opcode: SRSDA_UPD |
|
/* 6343 */ MCD_OPC_CheckPredicate, 0, 5, 5, // Skip to: 7632 |
|
/* 6347 */ MCD_OPC_Decode, 135, 18, 81, // Opcode: sysSTMDA_UPD |
|
/* 6351 */ MCD_OPC_FilterValue, 7, 8, 0, // Skip to: 6363 |
|
/* 6355 */ MCD_OPC_CheckPredicate, 0, 249, 4, // Skip to: 7632 |
|
/* 6359 */ MCD_OPC_Decode, 255, 17, 81, // Opcode: sysLDMDA_UPD |
|
/* 6363 */ MCD_OPC_FilterValue, 8, 8, 0, // Skip to: 6375 |
|
/* 6367 */ MCD_OPC_CheckPredicate, 0, 237, 4, // Skip to: 7632 |
|
/* 6371 */ MCD_OPC_Decode, 196, 3, 79, // Opcode: STMIA |
|
/* 6375 */ MCD_OPC_FilterValue, 9, 29, 0, // Skip to: 6408 |
|
/* 6379 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6400 |
|
/* 6383 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6400 |
|
/* 6389 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6400 |
|
/* 6396 */ MCD_OPC_Decode, 199, 2, 80, // Opcode: RFEIA |
|
/* 6400 */ MCD_OPC_CheckPredicate, 0, 204, 4, // Skip to: 7632 |
|
/* 6404 */ MCD_OPC_Decode, 193, 1, 79, // Opcode: LDMIA |
|
/* 6408 */ MCD_OPC_FilterValue, 10, 8, 0, // Skip to: 6420 |
|
/* 6412 */ MCD_OPC_CheckPredicate, 0, 192, 4, // Skip to: 7632 |
|
/* 6416 */ MCD_OPC_Decode, 197, 3, 81, // Opcode: STMIA_UPD |
|
/* 6420 */ MCD_OPC_FilterValue, 11, 29, 0, // Skip to: 6453 |
|
/* 6424 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6445 |
|
/* 6428 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6445 |
|
/* 6434 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6445 |
|
/* 6441 */ MCD_OPC_Decode, 200, 2, 80, // Opcode: RFEIA_UPD |
|
/* 6445 */ MCD_OPC_CheckPredicate, 0, 159, 4, // Skip to: 7632 |
|
/* 6449 */ MCD_OPC_Decode, 195, 1, 81, // Opcode: LDMIA_UPD |
|
/* 6453 */ MCD_OPC_FilterValue, 12, 30, 0, // Skip to: 6487 |
|
/* 6457 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6479 |
|
/* 6461 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6479 |
|
/* 6467 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6479 |
|
/* 6475 */ MCD_OPC_Decode, 160, 3, 82, // Opcode: SRSIA |
|
/* 6479 */ MCD_OPC_CheckPredicate, 0, 125, 4, // Skip to: 7632 |
|
/* 6483 */ MCD_OPC_Decode, 138, 18, 79, // Opcode: sysSTMIA |
|
/* 6487 */ MCD_OPC_FilterValue, 13, 8, 0, // Skip to: 6499 |
|
/* 6491 */ MCD_OPC_CheckPredicate, 0, 113, 4, // Skip to: 7632 |
|
/* 6495 */ MCD_OPC_Decode, 130, 18, 79, // Opcode: sysLDMIA |
|
/* 6499 */ MCD_OPC_FilterValue, 14, 30, 0, // Skip to: 6533 |
|
/* 6503 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6525 |
|
/* 6507 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6525 |
|
/* 6513 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6525 |
|
/* 6521 */ MCD_OPC_Decode, 161, 3, 82, // Opcode: SRSIA_UPD |
|
/* 6525 */ MCD_OPC_CheckPredicate, 0, 79, 4, // Skip to: 7632 |
|
/* 6529 */ MCD_OPC_Decode, 139, 18, 81, // Opcode: sysSTMIA_UPD |
|
/* 6533 */ MCD_OPC_FilterValue, 15, 8, 0, // Skip to: 6545 |
|
/* 6537 */ MCD_OPC_CheckPredicate, 0, 67, 4, // Skip to: 7632 |
|
/* 6541 */ MCD_OPC_Decode, 131, 18, 81, // Opcode: sysLDMIA_UPD |
|
/* 6545 */ MCD_OPC_FilterValue, 16, 8, 0, // Skip to: 6557 |
|
/* 6549 */ MCD_OPC_CheckPredicate, 0, 55, 4, // Skip to: 7632 |
|
/* 6553 */ MCD_OPC_Decode, 194, 3, 79, // Opcode: STMDB |
|
/* 6557 */ MCD_OPC_FilterValue, 17, 29, 0, // Skip to: 6590 |
|
/* 6561 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6582 |
|
/* 6565 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6582 |
|
/* 6571 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6582 |
|
/* 6578 */ MCD_OPC_Decode, 197, 2, 80, // Opcode: RFEDB |
|
/* 6582 */ MCD_OPC_CheckPredicate, 0, 22, 4, // Skip to: 7632 |
|
/* 6586 */ MCD_OPC_Decode, 191, 1, 79, // Opcode: LDMDB |
|
/* 6590 */ MCD_OPC_FilterValue, 18, 8, 0, // Skip to: 6602 |
|
/* 6594 */ MCD_OPC_CheckPredicate, 0, 10, 4, // Skip to: 7632 |
|
/* 6598 */ MCD_OPC_Decode, 195, 3, 81, // Opcode: STMDB_UPD |
|
/* 6602 */ MCD_OPC_FilterValue, 19, 29, 0, // Skip to: 6635 |
|
/* 6606 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6627 |
|
/* 6610 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6627 |
|
/* 6616 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6627 |
|
/* 6623 */ MCD_OPC_Decode, 198, 2, 80, // Opcode: RFEDB_UPD |
|
/* 6627 */ MCD_OPC_CheckPredicate, 0, 233, 3, // Skip to: 7632 |
|
/* 6631 */ MCD_OPC_Decode, 192, 1, 81, // Opcode: LDMDB_UPD |
|
/* 6635 */ MCD_OPC_FilterValue, 20, 30, 0, // Skip to: 6669 |
|
/* 6639 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6661 |
|
/* 6643 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6661 |
|
/* 6649 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6661 |
|
/* 6657 */ MCD_OPC_Decode, 158, 3, 82, // Opcode: SRSDB |
|
/* 6661 */ MCD_OPC_CheckPredicate, 0, 199, 3, // Skip to: 7632 |
|
/* 6665 */ MCD_OPC_Decode, 136, 18, 79, // Opcode: sysSTMDB |
|
/* 6669 */ MCD_OPC_FilterValue, 21, 8, 0, // Skip to: 6681 |
|
/* 6673 */ MCD_OPC_CheckPredicate, 0, 187, 3, // Skip to: 7632 |
|
/* 6677 */ MCD_OPC_Decode, 128, 18, 79, // Opcode: sysLDMDB |
|
/* 6681 */ MCD_OPC_FilterValue, 22, 30, 0, // Skip to: 6715 |
|
/* 6685 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6707 |
|
/* 6689 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6707 |
|
/* 6695 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6707 |
|
/* 6703 */ MCD_OPC_Decode, 159, 3, 82, // Opcode: SRSDB_UPD |
|
/* 6707 */ MCD_OPC_CheckPredicate, 0, 153, 3, // Skip to: 7632 |
|
/* 6711 */ MCD_OPC_Decode, 137, 18, 81, // Opcode: sysSTMDB_UPD |
|
/* 6715 */ MCD_OPC_FilterValue, 23, 8, 0, // Skip to: 6727 |
|
/* 6719 */ MCD_OPC_CheckPredicate, 0, 141, 3, // Skip to: 7632 |
|
/* 6723 */ MCD_OPC_Decode, 129, 18, 81, // Opcode: sysLDMDB_UPD |
|
/* 6727 */ MCD_OPC_FilterValue, 24, 8, 0, // Skip to: 6739 |
|
/* 6731 */ MCD_OPC_CheckPredicate, 0, 129, 3, // Skip to: 7632 |
|
/* 6735 */ MCD_OPC_Decode, 198, 3, 79, // Opcode: STMIB |
|
/* 6739 */ MCD_OPC_FilterValue, 25, 29, 0, // Skip to: 6772 |
|
/* 6743 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6764 |
|
/* 6747 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6764 |
|
/* 6753 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6764 |
|
/* 6760 */ MCD_OPC_Decode, 201, 2, 80, // Opcode: RFEIB |
|
/* 6764 */ MCD_OPC_CheckPredicate, 0, 96, 3, // Skip to: 7632 |
|
/* 6768 */ MCD_OPC_Decode, 196, 1, 79, // Opcode: LDMIB |
|
/* 6772 */ MCD_OPC_FilterValue, 26, 8, 0, // Skip to: 6784 |
|
/* 6776 */ MCD_OPC_CheckPredicate, 0, 84, 3, // Skip to: 7632 |
|
/* 6780 */ MCD_OPC_Decode, 199, 3, 81, // Opcode: STMIB_UPD |
|
/* 6784 */ MCD_OPC_FilterValue, 27, 29, 0, // Skip to: 6817 |
|
/* 6788 */ MCD_OPC_CheckPredicate, 0, 17, 0, // Skip to: 6809 |
|
/* 6792 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, // Skip to: 6809 |
|
/* 6798 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, // Skip to: 6809 |
|
/* 6805 */ MCD_OPC_Decode, 202, 2, 80, // Opcode: RFEIB_UPD |
|
/* 6809 */ MCD_OPC_CheckPredicate, 0, 51, 3, // Skip to: 7632 |
|
/* 6813 */ MCD_OPC_Decode, 197, 1, 81, // Opcode: LDMIB_UPD |
|
/* 6817 */ MCD_OPC_FilterValue, 28, 30, 0, // Skip to: 6851 |
|
/* 6821 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6843 |
|
/* 6825 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6843 |
|
/* 6831 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6843 |
|
/* 6839 */ MCD_OPC_Decode, 162, 3, 82, // Opcode: SRSIB |
|
/* 6843 */ MCD_OPC_CheckPredicate, 0, 17, 3, // Skip to: 7632 |
|
/* 6847 */ MCD_OPC_Decode, 140, 18, 79, // Opcode: sysSTMIB |
|
/* 6851 */ MCD_OPC_FilterValue, 29, 8, 0, // Skip to: 6863 |
|
/* 6855 */ MCD_OPC_CheckPredicate, 0, 5, 3, // Skip to: 7632 |
|
/* 6859 */ MCD_OPC_Decode, 132, 18, 79, // Opcode: sysLDMIB |
|
/* 6863 */ MCD_OPC_FilterValue, 30, 30, 0, // Skip to: 6897 |
|
/* 6867 */ MCD_OPC_CheckPredicate, 0, 18, 0, // Skip to: 6889 |
|
/* 6871 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, // Skip to: 6889 |
|
/* 6877 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, // Skip to: 6889 |
|
/* 6885 */ MCD_OPC_Decode, 163, 3, 82, // Opcode: SRSIB_UPD |
|
/* 6889 */ MCD_OPC_CheckPredicate, 0, 227, 2, // Skip to: 7632 |
|
/* 6893 */ MCD_OPC_Decode, 141, 18, 81, // Opcode: sysSTMIB_UPD |
|
/* 6897 */ MCD_OPC_FilterValue, 31, 219, 2, // Skip to: 7632 |
|
/* 6901 */ MCD_OPC_CheckPredicate, 0, 215, 2, // Skip to: 7632 |
|
/* 6905 */ MCD_OPC_Decode, 133, 18, 81, // Opcode: sysLDMIB_UPD |
|
/* 6909 */ MCD_OPC_FilterValue, 5, 51, 0, // Skip to: 6964 |
|
/* 6913 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 6916 */ MCD_OPC_FilterValue, 0, 7, 0, // Skip to: 6927 |
|
/* 6920 */ MCD_OPC_CheckPredicate, 0, 27, 0, // Skip to: 6951 |
|
/* 6924 */ MCD_OPC_Decode, 118, 83, // Opcode: Bcc |
|
/* 6927 */ MCD_OPC_FilterValue, 1, 20, 0, // Skip to: 6951 |
|
/* 6931 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 6944 |
|
/* 6935 */ MCD_OPC_CheckField, 28, 4, 14, 3, 0, // Skip to: 6944 |
|
/* 6941 */ MCD_OPC_Decode, 103, 83, // Opcode: BL |
|
/* 6944 */ MCD_OPC_CheckPredicate, 0, 3, 0, // Skip to: 6951 |
|
/* 6948 */ MCD_OPC_Decode, 107, 83, // Opcode: BL_pred |
|
/* 6951 */ MCD_OPC_CheckPredicate, 0, 165, 2, // Skip to: 7632 |
|
/* 6955 */ MCD_OPC_CheckField, 28, 4, 15, 159, 2, // Skip to: 7632 |
|
/* 6961 */ MCD_OPC_Decode, 106, 84, // Opcode: BLXi |
|
/* 6964 */ MCD_OPC_FilterValue, 6, 43, 2, // Skip to: 7523 |
|
/* 6968 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 6971 */ MCD_OPC_FilterValue, 0, 62, 0, // Skip to: 7037 |
|
/* 6975 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 6978 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 7011 |
|
/* 6982 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 6985 */ MCD_OPC_FilterValue, 1, 131, 2, // Skip to: 7632 |
|
/* 6989 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7003 |
|
/* 6993 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7003 |
|
/* 6999 */ MCD_OPC_Decode, 174, 3, 85, // Opcode: STC2_OPTION |
|
/* 7003 */ MCD_OPC_CheckPredicate, 0, 113, 2, // Skip to: 7632 |
|
/* 7007 */ MCD_OPC_Decode, 182, 3, 85, // Opcode: STC_OPTION |
|
/* 7011 */ MCD_OPC_FilterValue, 1, 105, 2, // Skip to: 7632 |
|
/* 7015 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7029 |
|
/* 7019 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7029 |
|
/* 7025 */ MCD_OPC_Decode, 173, 3, 85, // Opcode: STC2_OFFSET |
|
/* 7029 */ MCD_OPC_CheckPredicate, 0, 87, 2, // Skip to: 7632 |
|
/* 7033 */ MCD_OPC_Decode, 181, 3, 85, // Opcode: STC_OFFSET |
|
/* 7037 */ MCD_OPC_FilterValue, 1, 62, 0, // Skip to: 7103 |
|
/* 7041 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7044 */ MCD_OPC_FilterValue, 0, 29, 0, // Skip to: 7077 |
|
/* 7048 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 7051 */ MCD_OPC_FilterValue, 1, 65, 2, // Skip to: 7632 |
|
/* 7055 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7069 |
|
/* 7059 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7069 |
|
/* 7065 */ MCD_OPC_Decode, 178, 1, 85, // Opcode: LDC2_OPTION |
|
/* 7069 */ MCD_OPC_CheckPredicate, 0, 47, 2, // Skip to: 7632 |
|
/* 7073 */ MCD_OPC_Decode, 186, 1, 85, // Opcode: LDC_OPTION |
|
/* 7077 */ MCD_OPC_FilterValue, 1, 39, 2, // Skip to: 7632 |
|
/* 7081 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7095 |
|
/* 7085 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7095 |
|
/* 7091 */ MCD_OPC_Decode, 177, 1, 85, // Opcode: LDC2_OFFSET |
|
/* 7095 */ MCD_OPC_CheckPredicate, 0, 21, 2, // Skip to: 7632 |
|
/* 7099 */ MCD_OPC_Decode, 185, 1, 85, // Opcode: LDC_OFFSET |
|
/* 7103 */ MCD_OPC_FilterValue, 2, 55, 0, // Skip to: 7162 |
|
/* 7107 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7110 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7136 |
|
/* 7114 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7128 |
|
/* 7118 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7128 |
|
/* 7124 */ MCD_OPC_Decode, 175, 3, 85, // Opcode: STC2_POST |
|
/* 7128 */ MCD_OPC_CheckPredicate, 0, 244, 1, // Skip to: 7632 |
|
/* 7132 */ MCD_OPC_Decode, 183, 3, 85, // Opcode: STC_POST |
|
/* 7136 */ MCD_OPC_FilterValue, 1, 236, 1, // Skip to: 7632 |
|
/* 7140 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7154 |
|
/* 7144 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7154 |
|
/* 7150 */ MCD_OPC_Decode, 176, 3, 85, // Opcode: STC2_PRE |
|
/* 7154 */ MCD_OPC_CheckPredicate, 0, 218, 1, // Skip to: 7632 |
|
/* 7158 */ MCD_OPC_Decode, 184, 3, 85, // Opcode: STC_PRE |
|
/* 7162 */ MCD_OPC_FilterValue, 3, 55, 0, // Skip to: 7221 |
|
/* 7166 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7169 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7195 |
|
/* 7173 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7187 |
|
/* 7177 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7187 |
|
/* 7183 */ MCD_OPC_Decode, 179, 1, 85, // Opcode: LDC2_POST |
|
/* 7187 */ MCD_OPC_CheckPredicate, 0, 185, 1, // Skip to: 7632 |
|
/* 7191 */ MCD_OPC_Decode, 187, 1, 85, // Opcode: LDC_POST |
|
/* 7195 */ MCD_OPC_FilterValue, 1, 177, 1, // Skip to: 7632 |
|
/* 7199 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7213 |
|
/* 7203 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7213 |
|
/* 7209 */ MCD_OPC_Decode, 180, 1, 85, // Opcode: LDC2_PRE |
|
/* 7213 */ MCD_OPC_CheckPredicate, 0, 159, 1, // Skip to: 7632 |
|
/* 7217 */ MCD_OPC_Decode, 188, 1, 85, // Opcode: LDC_PRE |
|
/* 7221 */ MCD_OPC_FilterValue, 4, 88, 0, // Skip to: 7313 |
|
/* 7225 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7228 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7287 |
|
/* 7232 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 7235 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7261 |
|
/* 7239 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7253 |
|
/* 7243 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7253 |
|
/* 7249 */ MCD_OPC_Decode, 246, 1, 86, // Opcode: MCRR2 |
|
/* 7253 */ MCD_OPC_CheckPredicate, 0, 119, 1, // Skip to: 7632 |
|
/* 7257 */ MCD_OPC_Decode, 245, 1, 87, // Opcode: MCRR |
|
/* 7261 */ MCD_OPC_FilterValue, 1, 111, 1, // Skip to: 7632 |
|
/* 7265 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7279 |
|
/* 7269 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7279 |
|
/* 7275 */ MCD_OPC_Decode, 170, 3, 85, // Opcode: STC2L_OPTION |
|
/* 7279 */ MCD_OPC_CheckPredicate, 0, 93, 1, // Skip to: 7632 |
|
/* 7283 */ MCD_OPC_Decode, 178, 3, 85, // Opcode: STCL_OPTION |
|
/* 7287 */ MCD_OPC_FilterValue, 1, 85, 1, // Skip to: 7632 |
|
/* 7291 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7305 |
|
/* 7295 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7305 |
|
/* 7301 */ MCD_OPC_Decode, 169, 3, 85, // Opcode: STC2L_OFFSET |
|
/* 7305 */ MCD_OPC_CheckPredicate, 0, 67, 1, // Skip to: 7632 |
|
/* 7309 */ MCD_OPC_Decode, 177, 3, 85, // Opcode: STCL_OFFSET |
|
/* 7313 */ MCD_OPC_FilterValue, 5, 88, 0, // Skip to: 7405 |
|
/* 7317 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7320 */ MCD_OPC_FilterValue, 0, 55, 0, // Skip to: 7379 |
|
/* 7324 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 7327 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7353 |
|
/* 7331 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7345 |
|
/* 7335 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7345 |
|
/* 7341 */ MCD_OPC_Decode, 148, 2, 86, // Opcode: MRRC2 |
|
/* 7345 */ MCD_OPC_CheckPredicate, 0, 27, 1, // Skip to: 7632 |
|
/* 7349 */ MCD_OPC_Decode, 147, 2, 87, // Opcode: MRRC |
|
/* 7353 */ MCD_OPC_FilterValue, 1, 19, 1, // Skip to: 7632 |
|
/* 7357 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7371 |
|
/* 7361 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7371 |
|
/* 7367 */ MCD_OPC_Decode, 174, 1, 85, // Opcode: LDC2L_OPTION |
|
/* 7371 */ MCD_OPC_CheckPredicate, 0, 1, 1, // Skip to: 7632 |
|
/* 7375 */ MCD_OPC_Decode, 182, 1, 85, // Opcode: LDCL_OPTION |
|
/* 7379 */ MCD_OPC_FilterValue, 1, 249, 0, // Skip to: 7632 |
|
/* 7383 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7397 |
|
/* 7387 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7397 |
|
/* 7393 */ MCD_OPC_Decode, 173, 1, 85, // Opcode: LDC2L_OFFSET |
|
/* 7397 */ MCD_OPC_CheckPredicate, 0, 231, 0, // Skip to: 7632 |
|
/* 7401 */ MCD_OPC_Decode, 181, 1, 85, // Opcode: LDCL_OFFSET |
|
/* 7405 */ MCD_OPC_FilterValue, 6, 55, 0, // Skip to: 7464 |
|
/* 7409 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7412 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7438 |
|
/* 7416 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7430 |
|
/* 7420 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7430 |
|
/* 7426 */ MCD_OPC_Decode, 171, 3, 85, // Opcode: STC2L_POST |
|
/* 7430 */ MCD_OPC_CheckPredicate, 0, 198, 0, // Skip to: 7632 |
|
/* 7434 */ MCD_OPC_Decode, 179, 3, 85, // Opcode: STCL_POST |
|
/* 7438 */ MCD_OPC_FilterValue, 1, 190, 0, // Skip to: 7632 |
|
/* 7442 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7456 |
|
/* 7446 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7456 |
|
/* 7452 */ MCD_OPC_Decode, 172, 3, 85, // Opcode: STC2L_PRE |
|
/* 7456 */ MCD_OPC_CheckPredicate, 0, 172, 0, // Skip to: 7632 |
|
/* 7460 */ MCD_OPC_Decode, 180, 3, 85, // Opcode: STCL_PRE |
|
/* 7464 */ MCD_OPC_FilterValue, 7, 164, 0, // Skip to: 7632 |
|
/* 7468 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7471 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7497 |
|
/* 7475 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7489 |
|
/* 7479 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7489 |
|
/* 7485 */ MCD_OPC_Decode, 175, 1, 85, // Opcode: LDC2L_POST |
|
/* 7489 */ MCD_OPC_CheckPredicate, 0, 139, 0, // Skip to: 7632 |
|
/* 7493 */ MCD_OPC_Decode, 183, 1, 85, // Opcode: LDCL_POST |
|
/* 7497 */ MCD_OPC_FilterValue, 1, 131, 0, // Skip to: 7632 |
|
/* 7501 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7515 |
|
/* 7505 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7515 |
|
/* 7511 */ MCD_OPC_Decode, 176, 1, 85, // Opcode: LDC2L_PRE |
|
/* 7515 */ MCD_OPC_CheckPredicate, 0, 113, 0, // Skip to: 7632 |
|
/* 7519 */ MCD_OPC_Decode, 184, 1, 85, // Opcode: LDCL_PRE |
|
/* 7523 */ MCD_OPC_FilterValue, 7, 105, 0, // Skip to: 7632 |
|
/* 7527 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... |
|
/* 7530 */ MCD_OPC_FilterValue, 0, 86, 0, // Skip to: 7620 |
|
/* 7534 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 7537 */ MCD_OPC_FilterValue, 0, 20, 0, // Skip to: 7561 |
|
/* 7541 */ MCD_OPC_CheckPredicate, 0, 9, 0, // Skip to: 7554 |
|
/* 7545 */ MCD_OPC_CheckField, 28, 4, 15, 3, 0, // Skip to: 7554 |
|
/* 7551 */ MCD_OPC_Decode, 120, 88, // Opcode: CDP2 |
|
/* 7554 */ MCD_OPC_CheckPredicate, 0, 74, 0, // Skip to: 7632 |
|
/* 7558 */ MCD_OPC_Decode, 119, 89, // Opcode: CDP |
|
/* 7561 */ MCD_OPC_FilterValue, 1, 67, 0, // Skip to: 7632 |
|
/* 7565 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 7568 */ MCD_OPC_FilterValue, 0, 22, 0, // Skip to: 7594 |
|
/* 7572 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7586 |
|
/* 7576 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7586 |
|
/* 7582 */ MCD_OPC_Decode, 244, 1, 90, // Opcode: MCR2 |
|
/* 7586 */ MCD_OPC_CheckPredicate, 0, 42, 0, // Skip to: 7632 |
|
/* 7590 */ MCD_OPC_Decode, 243, 1, 91, // Opcode: MCR |
|
/* 7594 */ MCD_OPC_FilterValue, 1, 34, 0, // Skip to: 7632 |
|
/* 7598 */ MCD_OPC_CheckPredicate, 0, 10, 0, // Skip to: 7612 |
|
/* 7602 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, // Skip to: 7612 |
|
/* 7608 */ MCD_OPC_Decode, 146, 2, 92, // Opcode: MRC2 |
|
/* 7612 */ MCD_OPC_CheckPredicate, 0, 16, 0, // Skip to: 7632 |
|
/* 7616 */ MCD_OPC_Decode, 145, 2, 93, // Opcode: MRC |
|
/* 7620 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7632 |
|
/* 7624 */ MCD_OPC_CheckPredicate, 0, 4, 0, // Skip to: 7632 |
|
/* 7628 */ MCD_OPC_Decode, 242, 3, 94, // Opcode: SVC |
|
/* 7632 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 13, 185, 56, // Skip to: 14561 |
|
/* 40 */ MCD_OPC_Decode, 216, 6, 95, // Opcode: VHADDsv8i8 |
|
/* 44 */ MCD_OPC_FilterValue, 1, 177, 56, // Skip to: 14561 |
|
/* 48 */ MCD_OPC_CheckPredicate, 13, 173, 56, // Skip to: 14561 |
|
/* 52 */ MCD_OPC_Decode, 211, 6, 96, // Opcode: VHADDsv16i8 |
|
/* 56 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 75 |
|
/* 61 */ MCD_OPC_CheckPredicate, 13, 160, 56, // Skip to: 14561 |
|
/* 65 */ MCD_OPC_CheckField, 6, 1, 0, 154, 56, // Skip to: 14561 |
|
/* 71 */ MCD_OPC_Decode, 232, 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, 13, 134, 56, // Skip to: 14561 |
|
/* 91 */ MCD_OPC_Decode, 222, 6, 95, // Opcode: VHADDuv8i8 |
|
/* 95 */ MCD_OPC_FilterValue, 1, 126, 56, // Skip to: 14561 |
|
/* 99 */ MCD_OPC_CheckPredicate, 13, 122, 56, // Skip to: 14561 |
|
/* 103 */ MCD_OPC_Decode, 217, 6, 96, // Opcode: VHADDuv16i8 |
|
/* 107 */ MCD_OPC_FilterValue, 231, 3, 113, 56, // Skip to: 14561 |
|
/* 112 */ MCD_OPC_CheckPredicate, 13, 109, 56, // Skip to: 14561 |
|
/* 116 */ MCD_OPC_CheckField, 6, 1, 0, 103, 56, // Skip to: 14561 |
|
/* 122 */ MCD_OPC_Decode, 235, 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, 13, 76, 56, // Skip to: 14561 |
|
/* 149 */ MCD_OPC_Decode, 170, 13, 95, // Opcode: VRHADDsv8i8 |
|
/* 153 */ MCD_OPC_FilterValue, 1, 68, 56, // Skip to: 14561 |
|
/* 157 */ MCD_OPC_CheckPredicate, 13, 64, 56, // Skip to: 14561 |
|
/* 161 */ MCD_OPC_Decode, 165, 13, 96, // Opcode: VRHADDsv16i8 |
|
/* 165 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 184 |
|
/* 170 */ MCD_OPC_CheckPredicate, 13, 51, 56, // Skip to: 14561 |
|
/* 174 */ MCD_OPC_CheckField, 6, 1, 0, 45, 56, // Skip to: 14561 |
|
/* 180 */ MCD_OPC_Decode, 239, 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, 13, 25, 56, // Skip to: 14561 |
|
/* 200 */ MCD_OPC_Decode, 176, 13, 95, // Opcode: VRHADDuv8i8 |
|
/* 204 */ MCD_OPC_FilterValue, 1, 17, 56, // Skip to: 14561 |
|
/* 208 */ MCD_OPC_CheckPredicate, 13, 13, 56, // Skip to: 14561 |
|
/* 212 */ MCD_OPC_Decode, 171, 13, 96, // Opcode: VRHADDuv16i8 |
|
/* 216 */ MCD_OPC_FilterValue, 231, 3, 4, 56, // Skip to: 14561 |
|
/* 221 */ MCD_OPC_CheckPredicate, 13, 0, 56, // Skip to: 14561 |
|
/* 225 */ MCD_OPC_CheckField, 6, 1, 0, 250, 55, // Skip to: 14561 |
|
/* 231 */ MCD_OPC_Decode, 242, 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, 13, 223, 55, // Skip to: 14561 |
|
/* 258 */ MCD_OPC_Decode, 228, 6, 95, // Opcode: VHSUBsv8i8 |
|
/* 262 */ MCD_OPC_FilterValue, 1, 215, 55, // Skip to: 14561 |
|
/* 266 */ MCD_OPC_CheckPredicate, 13, 211, 55, // Skip to: 14561 |
|
/* 270 */ MCD_OPC_Decode, 223, 6, 96, // Opcode: VHSUBsv16i8 |
|
/* 274 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 293 |
|
/* 279 */ MCD_OPC_CheckPredicate, 13, 198, 55, // Skip to: 14561 |
|
/* 283 */ MCD_OPC_CheckField, 6, 1, 0, 192, 55, // Skip to: 14561 |
|
/* 289 */ MCD_OPC_Decode, 175, 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, 13, 172, 55, // Skip to: 14561 |
|
/* 309 */ MCD_OPC_Decode, 234, 6, 95, // Opcode: VHSUBuv8i8 |
|
/* 313 */ MCD_OPC_FilterValue, 1, 164, 55, // Skip to: 14561 |
|
/* 317 */ MCD_OPC_CheckPredicate, 13, 160, 55, // Skip to: 14561 |
|
/* 321 */ MCD_OPC_Decode, 229, 6, 96, // Opcode: VHSUBuv16i8 |
|
/* 325 */ MCD_OPC_FilterValue, 231, 3, 151, 55, // Skip to: 14561 |
|
/* 330 */ MCD_OPC_CheckPredicate, 13, 147, 55, // Skip to: 14561 |
|
/* 334 */ MCD_OPC_CheckField, 6, 1, 0, 141, 55, // Skip to: 14561 |
|
/* 340 */ MCD_OPC_Decode, 178, 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, 13, 114, 55, // Skip to: 14561 |
|
/* 367 */ MCD_OPC_Decode, 184, 5, 95, // Opcode: VCGTsv8i8 |
|
/* 371 */ MCD_OPC_FilterValue, 1, 106, 55, // Skip to: 14561 |
|
/* 375 */ MCD_OPC_CheckPredicate, 13, 102, 55, // Skip to: 14561 |
|
/* 379 */ MCD_OPC_Decode, 179, 5, 96, // Opcode: VCGTsv16i8 |
|
/* 383 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 402 |
|
/* 388 */ MCD_OPC_CheckPredicate, 13, 89, 55, // Skip to: 14561 |
|
/* 392 */ MCD_OPC_CheckField, 6, 1, 0, 83, 55, // Skip to: 14561 |
|
/* 398 */ MCD_OPC_Decode, 182, 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, 13, 63, 55, // Skip to: 14561 |
|
/* 418 */ MCD_OPC_Decode, 190, 5, 95, // Opcode: VCGTuv8i8 |
|
/* 422 */ MCD_OPC_FilterValue, 1, 55, 55, // Skip to: 14561 |
|
/* 426 */ MCD_OPC_CheckPredicate, 13, 51, 55, // Skip to: 14561 |
|
/* 430 */ MCD_OPC_Decode, 185, 5, 96, // Opcode: VCGTuv16i8 |
|
/* 434 */ MCD_OPC_FilterValue, 231, 3, 42, 55, // Skip to: 14561 |
|
/* 439 */ MCD_OPC_CheckPredicate, 13, 38, 55, // Skip to: 14561 |
|
/* 443 */ MCD_OPC_CheckField, 6, 1, 0, 32, 55, // Skip to: 14561 |
|
/* 449 */ MCD_OPC_Decode, 185, 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, 13, 5, 55, // Skip to: 14561 |
|
/* 476 */ MCD_OPC_Decode, 170, 14, 99, // Opcode: VSHLsv8i8 |
|
/* 480 */ MCD_OPC_FilterValue, 1, 253, 54, // Skip to: 14561 |
|
/* 484 */ MCD_OPC_CheckPredicate, 13, 249, 54, // Skip to: 14561 |
|
/* 488 */ MCD_OPC_Decode, 163, 14, 100, // Opcode: VSHLsv16i8 |
|
/* 492 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 511 |
|
/* 497 */ MCD_OPC_CheckPredicate, 13, 236, 54, // Skip to: 14561 |
|
/* 501 */ MCD_OPC_CheckField, 6, 1, 0, 230, 54, // Skip to: 14561 |
|
/* 507 */ MCD_OPC_Decode, 229, 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, 13, 210, 54, // Skip to: 14561 |
|
/* 527 */ MCD_OPC_Decode, 178, 14, 99, // Opcode: VSHLuv8i8 |
|
/* 531 */ MCD_OPC_FilterValue, 1, 202, 54, // Skip to: 14561 |
|
/* 535 */ MCD_OPC_CheckPredicate, 13, 198, 54, // Skip to: 14561 |
|
/* 539 */ MCD_OPC_Decode, 171, 14, 100, // Opcode: VSHLuv16i8 |
|
/* 543 */ MCD_OPC_FilterValue, 231, 3, 189, 54, // Skip to: 14561 |
|
/* 548 */ MCD_OPC_CheckPredicate, 13, 185, 54, // Skip to: 14561 |
|
/* 552 */ MCD_OPC_CheckField, 6, 1, 0, 179, 54, // Skip to: 14561 |
|
/* 558 */ MCD_OPC_Decode, 146, 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, 13, 152, 54, // Skip to: 14561 |
|
/* 585 */ MCD_OPC_Decode, 210, 13, 99, // Opcode: VRSHLsv8i8 |
|
/* 589 */ MCD_OPC_FilterValue, 1, 144, 54, // Skip to: 14561 |
|
/* 593 */ MCD_OPC_CheckPredicate, 13, 140, 54, // Skip to: 14561 |
|
/* 597 */ MCD_OPC_Decode, 203, 13, 100, // Opcode: VRSHLsv16i8 |
|
/* 601 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 620 |
|
/* 606 */ MCD_OPC_CheckPredicate, 13, 127, 54, // Skip to: 14561 |
|
/* 610 */ MCD_OPC_CheckField, 6, 1, 0, 121, 54, // Skip to: 14561 |
|
/* 616 */ MCD_OPC_Decode, 176, 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, 13, 101, 54, // Skip to: 14561 |
|
/* 636 */ MCD_OPC_Decode, 218, 13, 99, // Opcode: VRSHLuv8i8 |
|
/* 640 */ MCD_OPC_FilterValue, 1, 93, 54, // Skip to: 14561 |
|
/* 644 */ MCD_OPC_CheckPredicate, 13, 89, 54, // Skip to: 14561 |
|
/* 648 */ MCD_OPC_Decode, 211, 13, 100, // Opcode: VRSHLuv16i8 |
|
/* 652 */ MCD_OPC_FilterValue, 231, 3, 80, 54, // Skip to: 14561 |
|
/* 657 */ MCD_OPC_CheckPredicate, 13, 76, 54, // Skip to: 14561 |
|
/* 661 */ MCD_OPC_CheckField, 6, 1, 0, 70, 54, // Skip to: 14561 |
|
/* 667 */ MCD_OPC_Decode, 179, 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, 13, 43, 54, // Skip to: 14561 |
|
/* 694 */ MCD_OPC_Decode, 153, 10, 95, // Opcode: VMAXsv8i8 |
|
/* 698 */ MCD_OPC_FilterValue, 1, 35, 54, // Skip to: 14561 |
|
/* 702 */ MCD_OPC_CheckPredicate, 13, 31, 54, // Skip to: 14561 |
|
/* 706 */ MCD_OPC_Decode, 148, 10, 96, // Opcode: VMAXsv16i8 |
|
/* 710 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 729 |
|
/* 715 */ MCD_OPC_CheckPredicate, 13, 18, 54, // Skip to: 14561 |
|
/* 719 */ MCD_OPC_CheckField, 6, 1, 0, 12, 54, // Skip to: 14561 |
|
/* 725 */ MCD_OPC_Decode, 172, 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, 13, 248, 53, // Skip to: 14561 |
|
/* 745 */ MCD_OPC_Decode, 159, 10, 95, // Opcode: VMAXuv8i8 |
|
/* 749 */ MCD_OPC_FilterValue, 1, 240, 53, // Skip to: 14561 |
|
/* 753 */ MCD_OPC_CheckPredicate, 13, 236, 53, // Skip to: 14561 |
|
/* 757 */ MCD_OPC_Decode, 154, 10, 96, // Opcode: VMAXuv16i8 |
|
/* 761 */ MCD_OPC_FilterValue, 231, 3, 227, 53, // Skip to: 14561 |
|
/* 766 */ MCD_OPC_CheckPredicate, 13, 223, 53, // Skip to: 14561 |
|
/* 770 */ MCD_OPC_CheckField, 6, 1, 0, 217, 53, // Skip to: 14561 |
|
/* 776 */ MCD_OPC_Decode, 134, 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, 13, 190, 53, // Skip to: 14561 |
|
/* 803 */ MCD_OPC_Decode, 205, 4, 95, // Opcode: VABDsv8i8 |
|
/* 807 */ MCD_OPC_FilterValue, 1, 182, 53, // Skip to: 14561 |
|
/* 811 */ MCD_OPC_CheckPredicate, 13, 178, 53, // Skip to: 14561 |
|
/* 815 */ MCD_OPC_Decode, 200, 4, 96, // Opcode: VABDsv16i8 |
|
/* 819 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 838 |
|
/* 824 */ MCD_OPC_CheckPredicate, 13, 165, 53, // Skip to: 14561 |
|
/* 828 */ MCD_OPC_CheckField, 6, 1, 0, 159, 53, // Skip to: 14561 |
|
/* 834 */ MCD_OPC_Decode, 194, 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, 13, 139, 53, // Skip to: 14561 |
|
/* 854 */ MCD_OPC_Decode, 211, 4, 95, // Opcode: VABDuv8i8 |
|
/* 858 */ MCD_OPC_FilterValue, 1, 131, 53, // Skip to: 14561 |
|
/* 862 */ MCD_OPC_CheckPredicate, 13, 127, 53, // Skip to: 14561 |
|
/* 866 */ MCD_OPC_Decode, 206, 4, 96, // Opcode: VABDuv16i8 |
|
/* 870 */ MCD_OPC_FilterValue, 231, 3, 118, 53, // Skip to: 14561 |
|
/* 875 */ MCD_OPC_CheckPredicate, 13, 114, 53, // Skip to: 14561 |
|
/* 879 */ MCD_OPC_CheckField, 6, 1, 0, 108, 53, // Skip to: 14561 |
|
/* 885 */ MCD_OPC_Decode, 197, 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, 13, 81, 53, // Skip to: 14561 |
|
/* 912 */ MCD_OPC_Decode, 252, 4, 95, // Opcode: VADDv8i8 |
|
/* 916 */ MCD_OPC_FilterValue, 1, 73, 53, // Skip to: 14561 |
|
/* 920 */ MCD_OPC_CheckPredicate, 13, 69, 53, // Skip to: 14561 |
|
/* 924 */ MCD_OPC_Decode, 245, 4, 96, // Opcode: VADDv16i8 |
|
/* 928 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 947 |
|
/* 933 */ MCD_OPC_CheckPredicate, 13, 56, 53, // Skip to: 14561 |
|
/* 937 */ MCD_OPC_CheckField, 6, 1, 0, 50, 53, // Skip to: 14561 |
|
/* 943 */ MCD_OPC_Decode, 185, 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, 13, 30, 53, // Skip to: 14561 |
|
/* 963 */ MCD_OPC_Decode, 195, 17, 95, // Opcode: VSUBv8i8 |
|
/* 967 */ MCD_OPC_FilterValue, 1, 22, 53, // Skip to: 14561 |
|
/* 971 */ MCD_OPC_CheckPredicate, 13, 18, 53, // Skip to: 14561 |
|
/* 975 */ MCD_OPC_Decode, 188, 17, 96, // Opcode: VSUBv16i8 |
|
/* 979 */ MCD_OPC_FilterValue, 231, 3, 9, 53, // Skip to: 14561 |
|
/* 984 */ MCD_OPC_CheckPredicate, 13, 5, 53, // Skip to: 14561 |
|
/* 988 */ MCD_OPC_CheckField, 6, 1, 0, 255, 52, // Skip to: 14561 |
|
/* 994 */ MCD_OPC_Decode, 188, 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, 13, 228, 52, // Skip to: 14561 |
|
/* 1021 */ MCD_OPC_Decode, 203, 10, 103, // Opcode: VMLAv8i8 |
|
/* 1025 */ MCD_OPC_FilterValue, 230, 3, 219, 52, // Skip to: 14561 |
|
/* 1030 */ MCD_OPC_CheckPredicate, 13, 215, 52, // Skip to: 14561 |
|
/* 1034 */ MCD_OPC_Decode, 229, 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, 13, 195, 52, // Skip to: 14561 |
|
/* 1054 */ MCD_OPC_Decode, 198, 10, 104, // Opcode: VMLAv16i8 |
|
/* 1058 */ MCD_OPC_FilterValue, 230, 3, 186, 52, // Skip to: 14561 |
|
/* 1063 */ MCD_OPC_CheckPredicate, 13, 182, 52, // Skip to: 14561 |
|
/* 1067 */ MCD_OPC_Decode, 224, 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, 13, 162, 52, // Skip to: 14561 |
|
/* 1087 */ MCD_OPC_CheckField, 6, 1, 0, 156, 52, // Skip to: 14561 |
|
/* 1093 */ MCD_OPC_Decode, 234, 11, 95, // Opcode: VPMAXs8 |
|
/* 1097 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1116 |
|
/* 1102 */ MCD_OPC_CheckPredicate, 13, 143, 52, // Skip to: 14561 |
|
/* 1106 */ MCD_OPC_CheckField, 6, 1, 0, 137, 52, // Skip to: 14561 |
|
/* 1112 */ MCD_OPC_Decode, 211, 10, 102, // Opcode: VMLSLsv8i16 |
|
/* 1116 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 1135 |
|
/* 1121 */ MCD_OPC_CheckPredicate, 13, 124, 52, // Skip to: 14561 |
|
/* 1125 */ MCD_OPC_CheckField, 6, 1, 0, 118, 52, // Skip to: 14561 |
|
/* 1131 */ MCD_OPC_Decode, 237, 11, 95, // Opcode: VPMAXu8 |
|
/* 1135 */ MCD_OPC_FilterValue, 231, 3, 109, 52, // Skip to: 14561 |
|
/* 1140 */ MCD_OPC_CheckPredicate, 13, 105, 52, // Skip to: 14561 |
|
/* 1144 */ MCD_OPC_CheckField, 6, 1, 0, 99, 52, // Skip to: 14561 |
|
/* 1150 */ MCD_OPC_Decode, 214, 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, 13, 79, 52, // Skip to: 14561 |
|
/* 1170 */ MCD_OPC_CheckField, 6, 1, 0, 73, 52, // Skip to: 14561 |
|
/* 1176 */ MCD_OPC_Decode, 152, 11, 97, // Opcode: VMULLsv8i16 |
|
/* 1180 */ MCD_OPC_FilterValue, 231, 3, 64, 52, // Skip to: 14561 |
|
/* 1185 */ MCD_OPC_CheckPredicate, 13, 60, 52, // Skip to: 14561 |
|
/* 1189 */ MCD_OPC_CheckField, 6, 1, 0, 54, 52, // Skip to: 14561 |
|
/* 1195 */ MCD_OPC_Decode, 155, 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, 13, 27, 52, // Skip to: 14561 |
|
/* 1222 */ MCD_OPC_Decode, 243, 4, 95, // Opcode: VADDfd |
|
/* 1226 */ MCD_OPC_FilterValue, 230, 3, 18, 52, // Skip to: 14561 |
|
/* 1231 */ MCD_OPC_CheckPredicate, 13, 14, 52, // Skip to: 14561 |
|
/* 1235 */ MCD_OPC_Decode, 227, 11, 95, // Opcode: VPADDf |
|
/* 1239 */ MCD_OPC_FilterValue, 1, 6, 52, // Skip to: 14561 |
|
/* 1243 */ MCD_OPC_CheckPredicate, 13, 2, 52, // Skip to: 14561 |
|
/* 1247 */ MCD_OPC_CheckField, 23, 9, 228, 3, 251, 51, // Skip to: 14561 |
|
/* 1254 */ MCD_OPC_Decode, 244, 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, 13, 224, 51, // Skip to: 14561 |
|
/* 1281 */ MCD_OPC_Decode, 139, 5, 95, // Opcode: VCEQfd |
|
/* 1285 */ MCD_OPC_FilterValue, 1, 216, 51, // Skip to: 14561 |
|
/* 1289 */ MCD_OPC_CheckPredicate, 13, 212, 51, // Skip to: 14561 |
|
/* 1293 */ MCD_OPC_Decode, 140, 5, 96, // Opcode: VCEQfq |
|
/* 1297 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1316 |
|
/* 1302 */ MCD_OPC_CheckPredicate, 13, 199, 51, // Skip to: 14561 |
|
/* 1306 */ MCD_OPC_CheckField, 6, 1, 0, 193, 51, // Skip to: 14561 |
|
/* 1312 */ MCD_OPC_Decode, 145, 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, 13, 173, 51, // Skip to: 14561 |
|
/* 1332 */ MCD_OPC_Decode, 155, 5, 95, // Opcode: VCGEfd |
|
/* 1336 */ MCD_OPC_FilterValue, 1, 165, 51, // Skip to: 14561 |
|
/* 1340 */ MCD_OPC_CheckPredicate, 13, 161, 51, // Skip to: 14561 |
|
/* 1344 */ MCD_OPC_Decode, 156, 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, 13, 134, 51, // Skip to: 14561 |
|
/* 1371 */ MCD_OPC_Decode, 146, 10, 95, // Opcode: VMAXfd |
|
/* 1375 */ MCD_OPC_FilterValue, 230, 3, 125, 51, // Skip to: 14561 |
|
/* 1380 */ MCD_OPC_CheckPredicate, 13, 121, 51, // Skip to: 14561 |
|
/* 1384 */ MCD_OPC_Decode, 231, 11, 95, // Opcode: VPMAXf |
|
/* 1388 */ MCD_OPC_FilterValue, 1, 113, 51, // Skip to: 14561 |
|
/* 1392 */ MCD_OPC_CheckPredicate, 13, 109, 51, // Skip to: 14561 |
|
/* 1396 */ MCD_OPC_CheckField, 23, 9, 228, 3, 102, 51, // Skip to: 14561 |
|
/* 1403 */ MCD_OPC_Decode, 147, 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, 13, 68, 51, // Skip to: 14561 |
|
/* 1437 */ MCD_OPC_Decode, 213, 6, 95, // Opcode: VHADDsv4i16 |
|
/* 1441 */ MCD_OPC_FilterValue, 1, 60, 51, // Skip to: 14561 |
|
/* 1445 */ MCD_OPC_CheckPredicate, 13, 56, 51, // Skip to: 14561 |
|
/* 1449 */ MCD_OPC_Decode, 215, 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, 13, 36, 51, // Skip to: 14561 |
|
/* 1469 */ MCD_OPC_Decode, 231, 4, 97, // Opcode: VADDLsv4i32 |
|
/* 1473 */ MCD_OPC_FilterValue, 1, 28, 51, // Skip to: 14561 |
|
/* 1477 */ MCD_OPC_CheckPredicate, 13, 24, 51, // Skip to: 14561 |
|
/* 1481 */ MCD_OPC_Decode, 195, 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, 13, 4, 51, // Skip to: 14561 |
|
/* 1501 */ MCD_OPC_Decode, 219, 6, 95, // Opcode: VHADDuv4i16 |
|
/* 1505 */ MCD_OPC_FilterValue, 1, 252, 50, // Skip to: 14561 |
|
/* 1509 */ MCD_OPC_CheckPredicate, 13, 248, 50, // Skip to: 14561 |
|
/* 1513 */ MCD_OPC_Decode, 221, 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, 13, 228, 50, // Skip to: 14561 |
|
/* 1533 */ MCD_OPC_Decode, 234, 4, 97, // Opcode: VADDLuv4i32 |
|
/* 1537 */ MCD_OPC_FilterValue, 1, 220, 50, // Skip to: 14561 |
|
/* 1541 */ MCD_OPC_CheckPredicate, 13, 216, 50, // Skip to: 14561 |
|
/* 1545 */ MCD_OPC_Decode, 197, 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, 13, 189, 50, // Skip to: 14561 |
|
/* 1572 */ MCD_OPC_Decode, 167, 13, 95, // Opcode: VRHADDsv4i16 |
|
/* 1576 */ MCD_OPC_FilterValue, 1, 181, 50, // Skip to: 14561 |
|
/* 1580 */ MCD_OPC_CheckPredicate, 13, 177, 50, // Skip to: 14561 |
|
/* 1584 */ MCD_OPC_Decode, 169, 13, 96, // Opcode: VRHADDsv8i16 |
|
/* 1588 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 1607 |
|
/* 1593 */ MCD_OPC_CheckPredicate, 13, 164, 50, // Skip to: 14561 |
|
/* 1597 */ MCD_OPC_CheckField, 6, 1, 0, 158, 50, // Skip to: 14561 |
|
/* 1603 */ MCD_OPC_Decode, 238, 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, 13, 138, 50, // Skip to: 14561 |
|
/* 1623 */ MCD_OPC_Decode, 173, 13, 95, // Opcode: VRHADDuv4i16 |
|
/* 1627 */ MCD_OPC_FilterValue, 1, 130, 50, // Skip to: 14561 |
|
/* 1631 */ MCD_OPC_CheckPredicate, 13, 126, 50, // Skip to: 14561 |
|
/* 1635 */ MCD_OPC_Decode, 175, 13, 96, // Opcode: VRHADDuv8i16 |
|
/* 1639 */ MCD_OPC_FilterValue, 231, 3, 117, 50, // Skip to: 14561 |
|
/* 1644 */ MCD_OPC_CheckPredicate, 13, 113, 50, // Skip to: 14561 |
|
/* 1648 */ MCD_OPC_CheckField, 6, 1, 0, 107, 50, // Skip to: 14561 |
|
/* 1654 */ MCD_OPC_Decode, 241, 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, 13, 80, 50, // Skip to: 14561 |
|
/* 1681 */ MCD_OPC_Decode, 225, 6, 95, // Opcode: VHSUBsv4i16 |
|
/* 1685 */ MCD_OPC_FilterValue, 1, 72, 50, // Skip to: 14561 |
|
/* 1689 */ MCD_OPC_CheckPredicate, 13, 68, 50, // Skip to: 14561 |
|
/* 1693 */ MCD_OPC_Decode, 227, 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, 13, 48, 50, // Skip to: 14561 |
|
/* 1713 */ MCD_OPC_Decode, 174, 17, 97, // Opcode: VSUBLsv4i32 |
|
/* 1717 */ MCD_OPC_FilterValue, 1, 40, 50, // Skip to: 14561 |
|
/* 1721 */ MCD_OPC_CheckPredicate, 13, 36, 50, // Skip to: 14561 |
|
/* 1725 */ MCD_OPC_Decode, 180, 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, 13, 16, 50, // Skip to: 14561 |
|
/* 1745 */ MCD_OPC_Decode, 231, 6, 95, // Opcode: VHSUBuv4i16 |
|
/* 1749 */ MCD_OPC_FilterValue, 1, 8, 50, // Skip to: 14561 |
|
/* 1753 */ MCD_OPC_CheckPredicate, 13, 4, 50, // Skip to: 14561 |
|
/* 1757 */ MCD_OPC_Decode, 233, 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, 13, 240, 49, // Skip to: 14561 |
|
/* 1777 */ MCD_OPC_Decode, 177, 17, 97, // Opcode: VSUBLuv4i32 |
|
/* 1781 */ MCD_OPC_FilterValue, 1, 232, 49, // Skip to: 14561 |
|
/* 1785 */ MCD_OPC_CheckPredicate, 13, 228, 49, // Skip to: 14561 |
|
/* 1789 */ MCD_OPC_Decode, 182, 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, 13, 201, 49, // Skip to: 14561 |
|
/* 1816 */ MCD_OPC_Decode, 181, 5, 95, // Opcode: VCGTsv4i16 |
|
/* 1820 */ MCD_OPC_FilterValue, 1, 193, 49, // Skip to: 14561 |
|
/* 1824 */ MCD_OPC_CheckPredicate, 13, 189, 49, // Skip to: 14561 |
|
/* 1828 */ MCD_OPC_Decode, 183, 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, 13, 169, 49, // Skip to: 14561 |
|
/* 1848 */ MCD_OPC_Decode, 181, 17, 98, // Opcode: VSUBWsv4i32 |
|
/* 1852 */ MCD_OPC_FilterValue, 1, 161, 49, // Skip to: 14561 |
|
/* 1856 */ MCD_OPC_CheckPredicate, 13, 157, 49, // Skip to: 14561 |
|
/* 1860 */ MCD_OPC_Decode, 140, 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, 13, 137, 49, // Skip to: 14561 |
|
/* 1880 */ MCD_OPC_Decode, 187, 5, 95, // Opcode: VCGTuv4i16 |
|
/* 1884 */ MCD_OPC_FilterValue, 1, 129, 49, // Skip to: 14561 |
|
/* 1888 */ MCD_OPC_CheckPredicate, 13, 125, 49, // Skip to: 14561 |
|
/* 1892 */ MCD_OPC_Decode, 189, 5, 96, // Opcode: VCGTuv8i16 |
|
/* 1896 */ MCD_OPC_FilterValue, 231, 3, 116, 49, // Skip to: 14561 |
|
/* 1901 */ MCD_OPC_CheckPredicate, 13, 112, 49, // Skip to: 14561 |
|
/* 1905 */ MCD_OPC_CheckField, 6, 1, 0, 106, 49, // Skip to: 14561 |
|
/* 1911 */ MCD_OPC_Decode, 184, 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, 13, 79, 49, // Skip to: 14561 |
|
/* 1938 */ MCD_OPC_Decode, 167, 14, 99, // Opcode: VSHLsv4i16 |
|
/* 1942 */ MCD_OPC_FilterValue, 1, 71, 49, // Skip to: 14561 |
|
/* 1946 */ MCD_OPC_CheckPredicate, 13, 67, 49, // Skip to: 14561 |
|
/* 1950 */ MCD_OPC_Decode, 169, 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, 13, 47, 49, // Skip to: 14561 |
|
/* 1970 */ MCD_OPC_Decode, 228, 4, 101, // Opcode: VADDHNv4i16 |
|
/* 1974 */ MCD_OPC_FilterValue, 1, 39, 49, // Skip to: 14561 |
|
/* 1978 */ MCD_OPC_CheckPredicate, 13, 35, 49, // Skip to: 14561 |
|
/* 1982 */ MCD_OPC_Decode, 221, 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, 13, 15, 49, // Skip to: 14561 |
|
/* 2002 */ MCD_OPC_Decode, 175, 14, 99, // Opcode: VSHLuv4i16 |
|
/* 2006 */ MCD_OPC_FilterValue, 1, 7, 49, // Skip to: 14561 |
|
/* 2010 */ MCD_OPC_CheckPredicate, 13, 3, 49, // Skip to: 14561 |
|
/* 2014 */ MCD_OPC_Decode, 177, 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, 13, 239, 48, // Skip to: 14561 |
|
/* 2034 */ MCD_OPC_Decode, 145, 13, 101, // Opcode: VRADDHNv4i16 |
|
/* 2038 */ MCD_OPC_FilterValue, 1, 231, 48, // Skip to: 14561 |
|
/* 2042 */ MCD_OPC_CheckPredicate, 13, 227, 48, // Skip to: 14561 |
|
/* 2046 */ MCD_OPC_Decode, 223, 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, 13, 200, 48, // Skip to: 14561 |
|
/* 2073 */ MCD_OPC_Decode, 207, 13, 99, // Opcode: VRSHLsv4i16 |
|
/* 2077 */ MCD_OPC_FilterValue, 1, 192, 48, // Skip to: 14561 |
|
/* 2081 */ MCD_OPC_CheckPredicate, 13, 188, 48, // Skip to: 14561 |
|
/* 2085 */ MCD_OPC_Decode, 209, 13, 100, // Opcode: VRSHLsv8i16 |
|
/* 2089 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 2108 |
|
/* 2094 */ MCD_OPC_CheckPredicate, 13, 175, 48, // Skip to: 14561 |
|
/* 2098 */ MCD_OPC_CheckField, 6, 1, 0, 169, 48, // Skip to: 14561 |
|
/* 2104 */ MCD_OPC_Decode, 175, 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, 13, 149, 48, // Skip to: 14561 |
|
/* 2124 */ MCD_OPC_Decode, 215, 13, 99, // Opcode: VRSHLuv4i16 |
|
/* 2128 */ MCD_OPC_FilterValue, 1, 141, 48, // Skip to: 14561 |
|
/* 2132 */ MCD_OPC_CheckPredicate, 13, 137, 48, // Skip to: 14561 |
|
/* 2136 */ MCD_OPC_Decode, 217, 13, 100, // Opcode: VRSHLuv8i16 |
|
/* 2140 */ MCD_OPC_FilterValue, 231, 3, 128, 48, // Skip to: 14561 |
|
/* 2145 */ MCD_OPC_CheckPredicate, 13, 124, 48, // Skip to: 14561 |
|
/* 2149 */ MCD_OPC_CheckField, 6, 1, 0, 118, 48, // Skip to: 14561 |
|
/* 2155 */ MCD_OPC_Decode, 178, 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, 13, 91, 48, // Skip to: 14561 |
|
/* 2182 */ MCD_OPC_Decode, 150, 10, 95, // Opcode: VMAXsv4i16 |
|
/* 2186 */ MCD_OPC_FilterValue, 1, 83, 48, // Skip to: 14561 |
|
/* 2190 */ MCD_OPC_CheckPredicate, 13, 79, 48, // Skip to: 14561 |
|
/* 2194 */ MCD_OPC_Decode, 152, 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, 13, 59, 48, // Skip to: 14561 |
|
/* 2214 */ MCD_OPC_Decode, 171, 17, 101, // Opcode: VSUBHNv4i16 |
|
/* 2218 */ MCD_OPC_FilterValue, 1, 51, 48, // Skip to: 14561 |
|
/* 2222 */ MCD_OPC_CheckPredicate, 13, 47, 48, // Skip to: 14561 |
|
/* 2226 */ MCD_OPC_Decode, 206, 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, 13, 27, 48, // Skip to: 14561 |
|
/* 2246 */ MCD_OPC_Decode, 156, 10, 95, // Opcode: VMAXuv4i16 |
|
/* 2250 */ MCD_OPC_FilterValue, 1, 19, 48, // Skip to: 14561 |
|
/* 2254 */ MCD_OPC_CheckPredicate, 13, 15, 48, // Skip to: 14561 |
|
/* 2258 */ MCD_OPC_Decode, 158, 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, 13, 251, 47, // Skip to: 14561 |
|
/* 2278 */ MCD_OPC_Decode, 133, 14, 101, // Opcode: VRSUBHNv4i16 |
|
/* 2282 */ MCD_OPC_FilterValue, 1, 243, 47, // Skip to: 14561 |
|
/* 2286 */ MCD_OPC_CheckPredicate, 13, 239, 47, // Skip to: 14561 |
|
/* 2290 */ MCD_OPC_Decode, 208, 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, 13, 212, 47, // Skip to: 14561 |
|
/* 2317 */ MCD_OPC_Decode, 202, 4, 95, // Opcode: VABDsv4i16 |
|
/* 2321 */ MCD_OPC_FilterValue, 1, 204, 47, // Skip to: 14561 |
|
/* 2325 */ MCD_OPC_CheckPredicate, 13, 200, 47, // Skip to: 14561 |
|
/* 2329 */ MCD_OPC_Decode, 204, 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, 13, 180, 47, // Skip to: 14561 |
|
/* 2349 */ MCD_OPC_Decode, 193, 4, 97, // Opcode: VABDLsv4i32 |
|
/* 2353 */ MCD_OPC_FilterValue, 1, 172, 47, // Skip to: 14561 |
|
/* 2357 */ MCD_OPC_CheckPredicate, 13, 168, 47, // Skip to: 14561 |
|
/* 2361 */ MCD_OPC_Decode, 144, 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, 13, 148, 47, // Skip to: 14561 |
|
/* 2381 */ MCD_OPC_Decode, 208, 4, 95, // Opcode: VABDuv4i16 |
|
/* 2385 */ MCD_OPC_FilterValue, 1, 140, 47, // Skip to: 14561 |
|
/* 2389 */ MCD_OPC_CheckPredicate, 13, 136, 47, // Skip to: 14561 |
|
/* 2393 */ MCD_OPC_Decode, 210, 4, 96, // Opcode: VABDuv8i16 |
|
/* 2397 */ MCD_OPC_FilterValue, 231, 3, 127, 47, // Skip to: 14561 |
|
/* 2402 */ MCD_OPC_CheckPredicate, 13, 123, 47, // Skip to: 14561 |
|
/* 2406 */ MCD_OPC_CheckField, 6, 1, 0, 117, 47, // Skip to: 14561 |
|
/* 2412 */ MCD_OPC_Decode, 196, 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, 13, 90, 47, // Skip to: 14561 |
|
/* 2439 */ MCD_OPC_Decode, 249, 4, 95, // Opcode: VADDv4i16 |
|
/* 2443 */ MCD_OPC_FilterValue, 1, 82, 47, // Skip to: 14561 |
|
/* 2447 */ MCD_OPC_CheckPredicate, 13, 78, 47, // Skip to: 14561 |
|
/* 2451 */ MCD_OPC_Decode, 251, 4, 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, 13, 58, 47, // Skip to: 14561 |
|
/* 2471 */ MCD_OPC_Decode, 184, 10, 102, // Opcode: VMLALsv4i32 |
|
/* 2475 */ MCD_OPC_FilterValue, 1, 50, 47, // Skip to: 14561 |
|
/* 2479 */ MCD_OPC_CheckPredicate, 13, 46, 47, // Skip to: 14561 |
|
/* 2483 */ MCD_OPC_Decode, 164, 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, 13, 26, 47, // Skip to: 14561 |
|
/* 2503 */ MCD_OPC_Decode, 192, 17, 95, // Opcode: VSUBv4i16 |
|
/* 2507 */ MCD_OPC_FilterValue, 1, 18, 47, // Skip to: 14561 |
|
/* 2511 */ MCD_OPC_CheckPredicate, 13, 14, 47, // Skip to: 14561 |
|
/* 2515 */ MCD_OPC_Decode, 194, 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, 13, 250, 46, // Skip to: 14561 |
|
/* 2535 */ MCD_OPC_Decode, 187, 10, 102, // Opcode: VMLALuv4i32 |
|
/* 2539 */ MCD_OPC_FilterValue, 1, 242, 46, // Skip to: 14561 |
|
/* 2543 */ MCD_OPC_CheckPredicate, 13, 238, 46, // Skip to: 14561 |
|
/* 2547 */ MCD_OPC_Decode, 166, 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, 13, 211, 46, // Skip to: 14561 |
|
/* 2574 */ MCD_OPC_Decode, 200, 10, 103, // Opcode: VMLAv4i16 |
|
/* 2578 */ MCD_OPC_FilterValue, 1, 203, 46, // Skip to: 14561 |
|
/* 2582 */ MCD_OPC_CheckPredicate, 13, 199, 46, // Skip to: 14561 |
|
/* 2586 */ MCD_OPC_Decode, 202, 10, 104, // Opcode: VMLAv8i16 |
|
/* 2590 */ MCD_OPC_FilterValue, 229, 3, 14, 0, // Skip to: 2609 |
|
/* 2595 */ MCD_OPC_CheckPredicate, 13, 186, 46, // Skip to: 14561 |
|
/* 2599 */ MCD_OPC_CheckField, 6, 1, 0, 180, 46, // Skip to: 14561 |
|
/* 2605 */ MCD_OPC_Decode, 142, 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, 13, 160, 46, // Skip to: 14561 |
|
/* 2625 */ MCD_OPC_Decode, 226, 10, 103, // Opcode: VMLSv4i16 |
|
/* 2629 */ MCD_OPC_FilterValue, 1, 152, 46, // Skip to: 14561 |
|
/* 2633 */ MCD_OPC_CheckPredicate, 13, 148, 46, // Skip to: 14561 |
|
/* 2637 */ MCD_OPC_Decode, 228, 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, 13, 128, 46, // Skip to: 14561 |
|
/* 2657 */ MCD_OPC_CheckField, 6, 1, 0, 122, 46, // Skip to: 14561 |
|
/* 2663 */ MCD_OPC_Decode, 232, 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, 13, 102, 46, // Skip to: 14561 |
|
/* 2683 */ MCD_OPC_Decode, 210, 10, 102, // Opcode: VMLSLsv4i32 |
|
/* 2687 */ MCD_OPC_FilterValue, 1, 94, 46, // Skip to: 14561 |
|
/* 2691 */ MCD_OPC_CheckPredicate, 13, 90, 46, // Skip to: 14561 |
|
/* 2695 */ MCD_OPC_Decode, 147, 11, 110, // Opcode: VMULLslsv4i16 |
|
/* 2699 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 2718 |
|
/* 2704 */ MCD_OPC_CheckPredicate, 13, 77, 46, // Skip to: 14561 |
|
/* 2708 */ MCD_OPC_CheckField, 6, 1, 0, 71, 46, // Skip to: 14561 |
|
/* 2714 */ MCD_OPC_Decode, 235, 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, 13, 51, 46, // Skip to: 14561 |
|
/* 2734 */ MCD_OPC_Decode, 213, 10, 102, // Opcode: VMLSLuv4i32 |
|
/* 2738 */ MCD_OPC_FilterValue, 1, 43, 46, // Skip to: 14561 |
|
/* 2742 */ MCD_OPC_CheckPredicate, 13, 39, 46, // Skip to: 14561 |
|
/* 2746 */ MCD_OPC_Decode, 149, 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, 13, 12, 46, // Skip to: 14561 |
|
/* 2773 */ MCD_OPC_Decode, 152, 12, 95, // Opcode: VQDMULHv4i16 |
|
/* 2777 */ MCD_OPC_FilterValue, 1, 4, 46, // Skip to: 14561 |
|
/* 2781 */ MCD_OPC_CheckPredicate, 13, 0, 46, // Skip to: 14561 |
|
/* 2785 */ MCD_OPC_Decode, 154, 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, 13, 236, 45, // Skip to: 14561 |
|
/* 2805 */ MCD_OPC_Decode, 146, 12, 102, // Opcode: VQDMLSLv4i32 |
|
/* 2809 */ MCD_OPC_FilterValue, 1, 228, 45, // Skip to: 14561 |
|
/* 2813 */ MCD_OPC_CheckPredicate, 13, 224, 45, // Skip to: 14561 |
|
/* 2817 */ MCD_OPC_Decode, 156, 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, 13, 204, 45, // Skip to: 14561 |
|
/* 2837 */ MCD_OPC_Decode, 179, 12, 95, // Opcode: VQRDMULHv4i16 |
|
/* 2841 */ MCD_OPC_FilterValue, 1, 196, 45, // Skip to: 14561 |
|
/* 2845 */ MCD_OPC_CheckPredicate, 13, 192, 45, // Skip to: 14561 |
|
/* 2849 */ MCD_OPC_Decode, 181, 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, 13, 165, 45, // Skip to: 14561 |
|
/* 2876 */ MCD_OPC_Decode, 151, 11, 97, // Opcode: VMULLsv4i32 |
|
/* 2880 */ MCD_OPC_FilterValue, 231, 3, 156, 45, // Skip to: 14561 |
|
/* 2885 */ MCD_OPC_CheckPredicate, 13, 152, 45, // Skip to: 14561 |
|
/* 2889 */ MCD_OPC_Decode, 154, 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, 13, 132, 45, // Skip to: 14561 |
|
/* 2909 */ MCD_OPC_Decode, 148, 12, 108, // Opcode: VQDMULHslv4i16 |
|
/* 2913 */ MCD_OPC_FilterValue, 231, 3, 123, 45, // Skip to: 14561 |
|
/* 2918 */ MCD_OPC_CheckPredicate, 13, 119, 45, // Skip to: 14561 |
|
/* 2922 */ MCD_OPC_Decode, 150, 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, 13, 100, 45, // Skip to: 14561 |
|
/* 2941 */ MCD_OPC_CheckField, 23, 9, 229, 3, 93, 45, // Skip to: 14561 |
|
/* 2948 */ MCD_OPC_Decode, 158, 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, 13, 73, 45, // Skip to: 14561 |
|
/* 2968 */ MCD_OPC_Decode, 175, 12, 108, // Opcode: VQRDMULHslv4i16 |
|
/* 2972 */ MCD_OPC_FilterValue, 231, 3, 64, 45, // Skip to: 14561 |
|
/* 2977 */ MCD_OPC_CheckPredicate, 13, 60, 45, // Skip to: 14561 |
|
/* 2981 */ MCD_OPC_Decode, 177, 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, 13, 26, 45, // Skip to: 14561 |
|
/* 3015 */ MCD_OPC_Decode, 212, 6, 95, // Opcode: VHADDsv2i32 |
|
/* 3019 */ MCD_OPC_FilterValue, 1, 18, 45, // Skip to: 14561 |
|
/* 3023 */ MCD_OPC_CheckPredicate, 13, 14, 45, // Skip to: 14561 |
|
/* 3027 */ MCD_OPC_Decode, 214, 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, 13, 250, 44, // Skip to: 14561 |
|
/* 3047 */ MCD_OPC_Decode, 230, 4, 97, // Opcode: VADDLsv2i64 |
|
/* 3051 */ MCD_OPC_FilterValue, 1, 242, 44, // Skip to: 14561 |
|
/* 3055 */ MCD_OPC_CheckPredicate, 13, 238, 44, // Skip to: 14561 |
|
/* 3059 */ MCD_OPC_Decode, 194, 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, 13, 218, 44, // Skip to: 14561 |
|
/* 3079 */ MCD_OPC_Decode, 218, 6, 95, // Opcode: VHADDuv2i32 |
|
/* 3083 */ MCD_OPC_FilterValue, 1, 210, 44, // Skip to: 14561 |
|
/* 3087 */ MCD_OPC_CheckPredicate, 13, 206, 44, // Skip to: 14561 |
|
/* 3091 */ MCD_OPC_Decode, 220, 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, 13, 186, 44, // Skip to: 14561 |
|
/* 3111 */ MCD_OPC_Decode, 233, 4, 97, // Opcode: VADDLuv2i64 |
|
/* 3115 */ MCD_OPC_FilterValue, 1, 178, 44, // Skip to: 14561 |
|
/* 3119 */ MCD_OPC_CheckPredicate, 13, 174, 44, // Skip to: 14561 |
|
/* 3123 */ MCD_OPC_Decode, 196, 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, 13, 147, 44, // Skip to: 14561 |
|
/* 3150 */ MCD_OPC_Decode, 166, 13, 95, // Opcode: VRHADDsv2i32 |
|
/* 3154 */ MCD_OPC_FilterValue, 1, 139, 44, // Skip to: 14561 |
|
/* 3158 */ MCD_OPC_CheckPredicate, 13, 135, 44, // Skip to: 14561 |
|
/* 3162 */ MCD_OPC_Decode, 168, 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, 13, 115, 44, // Skip to: 14561 |
|
/* 3182 */ MCD_OPC_Decode, 237, 4, 98, // Opcode: VADDWsv2i64 |
|
/* 3186 */ MCD_OPC_FilterValue, 1, 107, 44, // Skip to: 14561 |
|
/* 3190 */ MCD_OPC_CheckPredicate, 13, 103, 44, // Skip to: 14561 |
|
/* 3194 */ MCD_OPC_Decode, 192, 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, 13, 83, 44, // Skip to: 14561 |
|
/* 3214 */ MCD_OPC_Decode, 172, 13, 95, // Opcode: VRHADDuv2i32 |
|
/* 3218 */ MCD_OPC_FilterValue, 1, 75, 44, // Skip to: 14561 |
|
/* 3222 */ MCD_OPC_CheckPredicate, 13, 71, 44, // Skip to: 14561 |
|
/* 3226 */ MCD_OPC_Decode, 174, 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, 13, 51, 44, // Skip to: 14561 |
|
/* 3246 */ MCD_OPC_Decode, 240, 4, 98, // Opcode: VADDWuv2i64 |
|
/* 3250 */ MCD_OPC_FilterValue, 1, 43, 44, // Skip to: 14561 |
|
/* 3254 */ MCD_OPC_CheckPredicate, 13, 39, 44, // Skip to: 14561 |
|
/* 3258 */ MCD_OPC_Decode, 193, 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, 13, 12, 44, // Skip to: 14561 |
|
/* 3285 */ MCD_OPC_Decode, 224, 6, 95, // Opcode: VHSUBsv2i32 |
|
/* 3289 */ MCD_OPC_FilterValue, 1, 4, 44, // Skip to: 14561 |
|
/* 3293 */ MCD_OPC_CheckPredicate, 13, 0, 44, // Skip to: 14561 |
|
/* 3297 */ MCD_OPC_Decode, 226, 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, 13, 236, 43, // Skip to: 14561 |
|
/* 3317 */ MCD_OPC_Decode, 173, 17, 97, // Opcode: VSUBLsv2i64 |
|
/* 3321 */ MCD_OPC_FilterValue, 1, 228, 43, // Skip to: 14561 |
|
/* 3325 */ MCD_OPC_CheckPredicate, 13, 224, 43, // Skip to: 14561 |
|
/* 3329 */ MCD_OPC_Decode, 179, 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, 13, 204, 43, // Skip to: 14561 |
|
/* 3349 */ MCD_OPC_Decode, 230, 6, 95, // Opcode: VHSUBuv2i32 |
|
/* 3353 */ MCD_OPC_FilterValue, 1, 196, 43, // Skip to: 14561 |
|
/* 3357 */ MCD_OPC_CheckPredicate, 13, 192, 43, // Skip to: 14561 |
|
/* 3361 */ MCD_OPC_Decode, 232, 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, 13, 172, 43, // Skip to: 14561 |
|
/* 3381 */ MCD_OPC_Decode, 176, 17, 97, // Opcode: VSUBLuv2i64 |
|
/* 3385 */ MCD_OPC_FilterValue, 1, 164, 43, // Skip to: 14561 |
|
/* 3389 */ MCD_OPC_CheckPredicate, 13, 160, 43, // Skip to: 14561 |
|
/* 3393 */ MCD_OPC_Decode, 181, 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, 13, 133, 43, // Skip to: 14561 |
|
/* 3420 */ MCD_OPC_Decode, 180, 5, 95, // Opcode: VCGTsv2i32 |
|
/* 3424 */ MCD_OPC_FilterValue, 1, 125, 43, // Skip to: 14561 |
|
/* 3428 */ MCD_OPC_CheckPredicate, 13, 121, 43, // Skip to: 14561 |
|
/* 3432 */ MCD_OPC_Decode, 182, 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, 13, 101, 43, // Skip to: 14561 |
|
/* 3452 */ MCD_OPC_Decode, 180, 17, 98, // Opcode: VSUBWsv2i64 |
|
/* 3456 */ MCD_OPC_FilterValue, 1, 93, 43, // Skip to: 14561 |
|
/* 3460 */ MCD_OPC_CheckPredicate, 13, 89, 43, // Skip to: 14561 |
|
/* 3464 */ MCD_OPC_Decode, 139, 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, 13, 69, 43, // Skip to: 14561 |
|
/* 3484 */ MCD_OPC_Decode, 186, 5, 95, // Opcode: VCGTuv2i32 |
|
/* 3488 */ MCD_OPC_FilterValue, 1, 61, 43, // Skip to: 14561 |
|
/* 3492 */ MCD_OPC_CheckPredicate, 13, 57, 43, // Skip to: 14561 |
|
/* 3496 */ MCD_OPC_Decode, 188, 5, 96, // Opcode: VCGTuv4i32 |
|
/* 3500 */ MCD_OPC_FilterValue, 231, 3, 48, 43, // Skip to: 14561 |
|
/* 3505 */ MCD_OPC_CheckPredicate, 13, 44, 43, // Skip to: 14561 |
|
/* 3509 */ MCD_OPC_CheckField, 6, 1, 0, 38, 43, // Skip to: 14561 |
|
/* 3515 */ MCD_OPC_Decode, 183, 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, 13, 11, 43, // Skip to: 14561 |
|
/* 3542 */ MCD_OPC_Decode, 165, 14, 99, // Opcode: VSHLsv2i32 |
|
/* 3546 */ MCD_OPC_FilterValue, 1, 3, 43, // Skip to: 14561 |
|
/* 3550 */ MCD_OPC_CheckPredicate, 13, 255, 42, // Skip to: 14561 |
|
/* 3554 */ MCD_OPC_Decode, 168, 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, 13, 235, 42, // Skip to: 14561 |
|
/* 3574 */ MCD_OPC_Decode, 227, 4, 101, // Opcode: VADDHNv2i32 |
|
/* 3578 */ MCD_OPC_FilterValue, 1, 227, 42, // Skip to: 14561 |
|
/* 3582 */ MCD_OPC_CheckPredicate, 13, 223, 42, // Skip to: 14561 |
|
/* 3586 */ MCD_OPC_Decode, 220, 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, 13, 203, 42, // Skip to: 14561 |
|
/* 3606 */ MCD_OPC_Decode, 173, 14, 99, // Opcode: VSHLuv2i32 |
|
/* 3610 */ MCD_OPC_FilterValue, 1, 195, 42, // Skip to: 14561 |
|
/* 3614 */ MCD_OPC_CheckPredicate, 13, 191, 42, // Skip to: 14561 |
|
/* 3618 */ MCD_OPC_Decode, 176, 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, 13, 171, 42, // Skip to: 14561 |
|
/* 3638 */ MCD_OPC_Decode, 144, 13, 101, // Opcode: VRADDHNv2i32 |
|
/* 3642 */ MCD_OPC_FilterValue, 1, 163, 42, // Skip to: 14561 |
|
/* 3646 */ MCD_OPC_CheckPredicate, 13, 159, 42, // Skip to: 14561 |
|
/* 3650 */ MCD_OPC_Decode, 222, 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, 13, 132, 42, // Skip to: 14561 |
|
/* 3677 */ MCD_OPC_Decode, 205, 13, 99, // Opcode: VRSHLsv2i32 |
|
/* 3681 */ MCD_OPC_FilterValue, 1, 124, 42, // Skip to: 14561 |
|
/* 3685 */ MCD_OPC_CheckPredicate, 13, 120, 42, // Skip to: 14561 |
|
/* 3689 */ MCD_OPC_Decode, 208, 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, 13, 100, 42, // Skip to: 14561 |
|
/* 3709 */ MCD_OPC_Decode, 174, 4, 102, // Opcode: VABALsv2i64 |
|
/* 3713 */ MCD_OPC_FilterValue, 1, 92, 42, // Skip to: 14561 |
|
/* 3717 */ MCD_OPC_CheckPredicate, 13, 88, 42, // Skip to: 14561 |
|
/* 3721 */ MCD_OPC_Decode, 218, 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, 13, 68, 42, // Skip to: 14561 |
|
/* 3741 */ MCD_OPC_Decode, 213, 13, 99, // Opcode: VRSHLuv2i32 |
|
/* 3745 */ MCD_OPC_FilterValue, 1, 60, 42, // Skip to: 14561 |
|
/* 3749 */ MCD_OPC_CheckPredicate, 13, 56, 42, // Skip to: 14561 |
|
/* 3753 */ MCD_OPC_Decode, 216, 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, 13, 36, 42, // Skip to: 14561 |
|
/* 3773 */ MCD_OPC_Decode, 177, 4, 102, // Opcode: VABALuv2i64 |
|
/* 3777 */ MCD_OPC_FilterValue, 1, 28, 42, // Skip to: 14561 |
|
/* 3781 */ MCD_OPC_CheckPredicate, 13, 24, 42, // Skip to: 14561 |
|
/* 3785 */ MCD_OPC_Decode, 219, 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, 13, 253, 41, // Skip to: 14561 |
|
/* 3812 */ MCD_OPC_Decode, 149, 10, 95, // Opcode: VMAXsv2i32 |
|
/* 3816 */ MCD_OPC_FilterValue, 1, 245, 41, // Skip to: 14561 |
|
/* 3820 */ MCD_OPC_CheckPredicate, 13, 241, 41, // Skip to: 14561 |
|
/* 3824 */ MCD_OPC_Decode, 151, 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, 13, 221, 41, // Skip to: 14561 |
|
/* 3844 */ MCD_OPC_Decode, 170, 17, 101, // Opcode: VSUBHNv2i32 |
|
/* 3848 */ MCD_OPC_FilterValue, 1, 213, 41, // Skip to: 14561 |
|
/* 3852 */ MCD_OPC_CheckPredicate, 13, 209, 41, // Skip to: 14561 |
|
/* 3856 */ MCD_OPC_Decode, 205, 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, 13, 189, 41, // Skip to: 14561 |
|
/* 3876 */ MCD_OPC_Decode, 155, 10, 95, // Opcode: VMAXuv2i32 |
|
/* 3880 */ MCD_OPC_FilterValue, 1, 181, 41, // Skip to: 14561 |
|
/* 3884 */ MCD_OPC_CheckPredicate, 13, 177, 41, // Skip to: 14561 |
|
/* 3888 */ MCD_OPC_Decode, 157, 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, 13, 157, 41, // Skip to: 14561 |
|
/* 3908 */ MCD_OPC_Decode, 132, 14, 101, // Opcode: VRSUBHNv2i32 |
|
/* 3912 */ MCD_OPC_FilterValue, 1, 149, 41, // Skip to: 14561 |
|
/* 3916 */ MCD_OPC_CheckPredicate, 13, 145, 41, // Skip to: 14561 |
|
/* 3920 */ MCD_OPC_Decode, 207, 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, 13, 118, 41, // Skip to: 14561 |
|
/* 3947 */ MCD_OPC_Decode, 201, 4, 95, // Opcode: VABDsv2i32 |
|
/* 3951 */ MCD_OPC_FilterValue, 1, 110, 41, // Skip to: 14561 |
|
/* 3955 */ MCD_OPC_CheckPredicate, 13, 106, 41, // Skip to: 14561 |
|
/* 3959 */ MCD_OPC_Decode, 203, 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, 13, 86, 41, // Skip to: 14561 |
|
/* 3979 */ MCD_OPC_Decode, 192, 4, 97, // Opcode: VABDLsv2i64 |
|
/* 3983 */ MCD_OPC_FilterValue, 1, 78, 41, // Skip to: 14561 |
|
/* 3987 */ MCD_OPC_CheckPredicate, 13, 74, 41, // Skip to: 14561 |
|
/* 3991 */ MCD_OPC_Decode, 143, 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, 13, 54, 41, // Skip to: 14561 |
|
/* 4011 */ MCD_OPC_Decode, 207, 4, 95, // Opcode: VABDuv2i32 |
|
/* 4015 */ MCD_OPC_FilterValue, 1, 46, 41, // Skip to: 14561 |
|
/* 4019 */ MCD_OPC_CheckPredicate, 13, 42, 41, // Skip to: 14561 |
|
/* 4023 */ MCD_OPC_Decode, 209, 4, 96, // Opcode: VABDuv4i32 |
|
/* 4027 */ MCD_OPC_FilterValue, 231, 3, 33, 41, // Skip to: 14561 |
|
/* 4032 */ MCD_OPC_CheckPredicate, 13, 29, 41, // Skip to: 14561 |
|
/* 4036 */ MCD_OPC_CheckField, 6, 1, 0, 23, 41, // Skip to: 14561 |
|
/* 4042 */ MCD_OPC_Decode, 195, 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, 13, 252, 40, // Skip to: 14561 |
|
/* 4069 */ MCD_OPC_Decode, 247, 4, 95, // Opcode: VADDv2i32 |
|
/* 4073 */ MCD_OPC_FilterValue, 1, 244, 40, // Skip to: 14561 |
|
/* 4077 */ MCD_OPC_CheckPredicate, 13, 240, 40, // Skip to: 14561 |
|
/* 4081 */ MCD_OPC_Decode, 250, 4, 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, 13, 220, 40, // Skip to: 14561 |
|
/* 4101 */ MCD_OPC_Decode, 183, 10, 102, // Opcode: VMLALsv2i64 |
|
/* 4105 */ MCD_OPC_FilterValue, 1, 212, 40, // Skip to: 14561 |
|
/* 4109 */ MCD_OPC_CheckPredicate, 13, 208, 40, // Skip to: 14561 |
|
/* 4113 */ MCD_OPC_Decode, 163, 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, 13, 188, 40, // Skip to: 14561 |
|
/* 4133 */ MCD_OPC_Decode, 190, 17, 95, // Opcode: VSUBv2i32 |
|
/* 4137 */ MCD_OPC_FilterValue, 1, 180, 40, // Skip to: 14561 |
|
/* 4141 */ MCD_OPC_CheckPredicate, 13, 176, 40, // Skip to: 14561 |
|
/* 4145 */ MCD_OPC_Decode, 193, 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, 13, 156, 40, // Skip to: 14561 |
|
/* 4165 */ MCD_OPC_Decode, 186, 10, 102, // Opcode: VMLALuv2i64 |
|
/* 4169 */ MCD_OPC_FilterValue, 1, 148, 40, // Skip to: 14561 |
|
/* 4173 */ MCD_OPC_CheckPredicate, 13, 144, 40, // Skip to: 14561 |
|
/* 4177 */ MCD_OPC_Decode, 165, 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, 13, 117, 40, // Skip to: 14561 |
|
/* 4204 */ MCD_OPC_Decode, 199, 10, 103, // Opcode: VMLAv2i32 |
|
/* 4208 */ MCD_OPC_FilterValue, 1, 109, 40, // Skip to: 14561 |
|
/* 4212 */ MCD_OPC_CheckPredicate, 13, 105, 40, // Skip to: 14561 |
|
/* 4216 */ MCD_OPC_Decode, 201, 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, 13, 85, 40, // Skip to: 14561 |
|
/* 4236 */ MCD_OPC_Decode, 141, 12, 102, // Opcode: VQDMLALv2i64 |
|
/* 4240 */ MCD_OPC_FilterValue, 1, 77, 40, // Skip to: 14561 |
|
/* 4244 */ MCD_OPC_CheckPredicate, 13, 73, 40, // Skip to: 14561 |
|
/* 4248 */ MCD_OPC_Decode, 161, 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, 13, 53, 40, // Skip to: 14561 |
|
/* 4268 */ MCD_OPC_Decode, 225, 10, 103, // Opcode: VMLSv2i32 |
|
/* 4272 */ MCD_OPC_FilterValue, 1, 45, 40, // Skip to: 14561 |
|
/* 4276 */ MCD_OPC_CheckPredicate, 13, 41, 40, // Skip to: 14561 |
|
/* 4280 */ MCD_OPC_Decode, 227, 10, 104, // Opcode: VMLSv4i32 |
|
/* 4284 */ MCD_OPC_FilterValue, 231, 3, 32, 40, // Skip to: 14561 |
|
/* 4289 */ MCD_OPC_CheckPredicate, 13, 28, 40, // Skip to: 14561 |
|
/* 4293 */ MCD_OPC_CheckField, 6, 1, 1, 22, 40, // Skip to: 14561 |
|
/* 4299 */ MCD_OPC_Decode, 162, 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, 13, 2, 40, // Skip to: 14561 |
|
/* 4319 */ MCD_OPC_CheckField, 6, 1, 0, 252, 39, // Skip to: 14561 |
|
/* 4325 */ MCD_OPC_Decode, 233, 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, 13, 232, 39, // Skip to: 14561 |
|
/* 4345 */ MCD_OPC_Decode, 209, 10, 102, // Opcode: VMLSLsv2i64 |
|
/* 4349 */ MCD_OPC_FilterValue, 1, 224, 39, // Skip to: 14561 |
|
/* 4353 */ MCD_OPC_CheckPredicate, 13, 220, 39, // Skip to: 14561 |
|
/* 4357 */ MCD_OPC_Decode, 146, 11, 116, // Opcode: VMULLslsv2i32 |
|
/* 4361 */ MCD_OPC_FilterValue, 230, 3, 14, 0, // Skip to: 4380 |
|
/* 4366 */ MCD_OPC_CheckPredicate, 13, 207, 39, // Skip to: 14561 |
|
/* 4370 */ MCD_OPC_CheckField, 6, 1, 0, 201, 39, // Skip to: 14561 |
|
/* 4376 */ MCD_OPC_Decode, 236, 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, 13, 181, 39, // Skip to: 14561 |
|
/* 4396 */ MCD_OPC_Decode, 212, 10, 102, // Opcode: VMLSLuv2i64 |
|
/* 4400 */ MCD_OPC_FilterValue, 1, 173, 39, // Skip to: 14561 |
|
/* 4404 */ MCD_OPC_CheckPredicate, 13, 169, 39, // Skip to: 14561 |
|
/* 4408 */ MCD_OPC_Decode, 148, 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, 13, 142, 39, // Skip to: 14561 |
|
/* 4435 */ MCD_OPC_Decode, 151, 12, 95, // Opcode: VQDMULHv2i32 |
|
/* 4439 */ MCD_OPC_FilterValue, 1, 134, 39, // Skip to: 14561 |
|
/* 4443 */ MCD_OPC_CheckPredicate, 13, 130, 39, // Skip to: 14561 |
|
/* 4447 */ MCD_OPC_Decode, 153, 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, 13, 110, 39, // Skip to: 14561 |
|
/* 4467 */ MCD_OPC_Decode, 145, 12, 102, // Opcode: VQDMLSLv2i64 |
|
/* 4471 */ MCD_OPC_FilterValue, 1, 102, 39, // Skip to: 14561 |
|
/* 4475 */ MCD_OPC_CheckPredicate, 13, 98, 39, // Skip to: 14561 |
|
/* 4479 */ MCD_OPC_Decode, 155, 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, 13, 78, 39, // Skip to: 14561 |
|
/* 4499 */ MCD_OPC_Decode, 178, 12, 95, // Opcode: VQRDMULHv2i32 |
|
/* 4503 */ MCD_OPC_FilterValue, 1, 70, 39, // Skip to: 14561 |
|
/* 4507 */ MCD_OPC_CheckPredicate, 13, 66, 39, // Skip to: 14561 |
|
/* 4511 */ MCD_OPC_Decode, 180, 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, 13, 39, 39, // Skip to: 14561 |
|
/* 4538 */ MCD_OPC_Decode, 150, 11, 97, // Opcode: VMULLsv2i64 |
|
/* 4542 */ MCD_OPC_FilterValue, 231, 3, 30, 39, // Skip to: 14561 |
|
/* 4547 */ MCD_OPC_CheckPredicate, 13, 26, 39, // Skip to: 14561 |
|
/* 4551 */ MCD_OPC_Decode, 153, 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, 13, 6, 39, // Skip to: 14561 |
|
/* 4571 */ MCD_OPC_Decode, 147, 12, 114, // Opcode: VQDMULHslv2i32 |
|
/* 4575 */ MCD_OPC_FilterValue, 231, 3, 253, 38, // Skip to: 14561 |
|
/* 4580 */ MCD_OPC_CheckPredicate, 13, 249, 38, // Skip to: 14561 |
|
/* 4584 */ MCD_OPC_Decode, 149, 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, 13, 222, 38, // Skip to: 14561 |
|
/* 4611 */ MCD_OPC_Decode, 186, 17, 95, // Opcode: VSUBfd |
|
/* 4615 */ MCD_OPC_FilterValue, 1, 214, 38, // Skip to: 14561 |
|
/* 4619 */ MCD_OPC_CheckPredicate, 13, 210, 38, // Skip to: 14561 |
|
/* 4623 */ MCD_OPC_Decode, 187, 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, 13, 190, 38, // Skip to: 14561 |
|
/* 4643 */ MCD_OPC_Decode, 157, 12, 97, // Opcode: VQDMULLv2i64 |
|
/* 4647 */ MCD_OPC_FilterValue, 1, 182, 38, // Skip to: 14561 |
|
/* 4651 */ MCD_OPC_CheckPredicate, 13, 178, 38, // Skip to: 14561 |
|
/* 4655 */ MCD_OPC_Decode, 174, 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, 13, 158, 38, // Skip to: 14561 |
|
/* 4675 */ MCD_OPC_Decode, 198, 4, 95, // Opcode: VABDfd |
|
/* 4679 */ MCD_OPC_FilterValue, 1, 150, 38, // Skip to: 14561 |
|
/* 4683 */ MCD_OPC_CheckPredicate, 13, 146, 38, // Skip to: 14561 |
|
/* 4687 */ MCD_OPC_Decode, 199, 4, 96, // Opcode: VABDfq |
|
/* 4691 */ MCD_OPC_FilterValue, 231, 3, 137, 38, // Skip to: 14561 |
|
/* 4696 */ MCD_OPC_CheckPredicate, 13, 133, 38, // Skip to: 14561 |
|
/* 4700 */ MCD_OPC_CheckField, 6, 1, 1, 127, 38, // Skip to: 14561 |
|
/* 4706 */ MCD_OPC_Decode, 176, 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, 14, 100, 38, // Skip to: 14561 |
|
/* 4733 */ MCD_OPC_Decode, 144, 11, 97, // Opcode: VMULLp64 |
|
/* 4737 */ MCD_OPC_FilterValue, 230, 3, 91, 38, // Skip to: 14561 |
|
/* 4742 */ MCD_OPC_CheckPredicate, 13, 87, 38, // Skip to: 14561 |
|
/* 4746 */ MCD_OPC_Decode, 177, 5, 95, // Opcode: VCGTfd |
|
/* 4750 */ MCD_OPC_FilterValue, 1, 79, 38, // Skip to: 14561 |
|
/* 4754 */ MCD_OPC_CheckPredicate, 13, 75, 38, // Skip to: 14561 |
|
/* 4758 */ MCD_OPC_CheckField, 23, 9, 230, 3, 68, 38, // Skip to: 14561 |
|
/* 4765 */ MCD_OPC_Decode, 178, 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, 13, 41, 38, // Skip to: 14561 |
|
/* 4792 */ MCD_OPC_Decode, 164, 10, 95, // Opcode: VMINfd |
|
/* 4796 */ MCD_OPC_FilterValue, 230, 3, 32, 38, // Skip to: 14561 |
|
/* 4801 */ MCD_OPC_CheckPredicate, 13, 28, 38, // Skip to: 14561 |
|
/* 4805 */ MCD_OPC_Decode, 238, 11, 95, // Opcode: VPMINf |
|
/* 4809 */ MCD_OPC_FilterValue, 1, 20, 38, // Skip to: 14561 |
|
/* 4813 */ MCD_OPC_CheckPredicate, 13, 16, 38, // Skip to: 14561 |
|
/* 4817 */ MCD_OPC_CheckField, 23, 9, 228, 3, 9, 38, // Skip to: 14561 |
|
/* 4824 */ MCD_OPC_Decode, 165, 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, 13, 231, 37, // Skip to: 14561 |
|
/* 4858 */ MCD_OPC_Decode, 164, 14, 99, // Opcode: VSHLsv1i64 |
|
/* 4862 */ MCD_OPC_FilterValue, 1, 223, 37, // Skip to: 14561 |
|
/* 4866 */ MCD_OPC_CheckPredicate, 13, 219, 37, // Skip to: 14561 |
|
/* 4870 */ MCD_OPC_Decode, 166, 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, 13, 200, 37, // Skip to: 14561 |
|
/* 4889 */ MCD_OPC_Decode, 204, 13, 99, // Opcode: VRSHLsv1i64 |
|
/* 4893 */ MCD_OPC_FilterValue, 1, 192, 37, // Skip to: 14561 |
|
/* 4897 */ MCD_OPC_CheckPredicate, 13, 188, 37, // Skip to: 14561 |
|
/* 4901 */ MCD_OPC_Decode, 206, 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, 13, 169, 37, // Skip to: 14561 |
|
/* 4920 */ MCD_OPC_Decode, 246, 4, 95, // Opcode: VADDv1i64 |
|
/* 4924 */ MCD_OPC_FilterValue, 1, 161, 37, // Skip to: 14561 |
|
/* 4928 */ MCD_OPC_CheckPredicate, 13, 157, 37, // Skip to: 14561 |
|
/* 4932 */ MCD_OPC_Decode, 248, 4, 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, 13, 10, 0, // Skip to: 4969 |
|
/* 4959 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, // Skip to: 4969 |
|
/* 4965 */ MCD_OPC_Decode, 188, 6, 117, // Opcode: VEXTd32 |
|
/* 4969 */ MCD_OPC_CheckPredicate, 13, 10, 0, // Skip to: 4983 |
|
/* 4973 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, // Skip to: 4983 |
|
/* 4979 */ MCD_OPC_Decode, 187, 6, 118, // Opcode: VEXTd16 |
|
/* 4983 */ MCD_OPC_CheckPredicate, 13, 102, 37, // Skip to: 14561 |
|
/* 4987 */ MCD_OPC_Decode, 189, 6, 119, // Opcode: VEXTd8 |
|
/* 4991 */ MCD_OPC_FilterValue, 1, 94, 37, // Skip to: 14561 |
|
/* 4995 */ MCD_OPC_CheckPredicate, 13, 10, 0, // Skip to: 5009 |
|
/* 4999 */ MCD_OPC_CheckField, 8, 3, 0, 4, 0, // Skip to: 5009 |
|
/* 5005 */ MCD_OPC_Decode, 192, 6, 120, // Opcode: VEXTq64 |
|
/* 5009 */ MCD_OPC_CheckPredicate, 13, 10, 0, // Skip to: 5023 |
|
/* 5013 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, // Skip to: 5023 |
|
/* 5019 */ MCD_OPC_Decode, 191, 6, 121, // Opcode: VEXTq32 |
|
/* 5023 */ MCD_OPC_CheckPredicate, 13, 10, 0, // Skip to: 5037 |
|
/* 5027 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, // Skip to: 5037 |
|
/* 5033 */ MCD_OPC_Decode, 190, 6, 122, // Opcode: VEXTq16 |
|
/* 5037 */ MCD_OPC_CheckPredicate, 13, 48, 37, // Skip to: 14561 |
|
/* 5041 */ MCD_OPC_Decode, 193, 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, 13, 21, 37, // Skip to: 14561 |
|
/* 5068 */ MCD_OPC_Decode, 172, 14, 99, // Opcode: VSHLuv1i64 |
|
/* 5072 */ MCD_OPC_FilterValue, 1, 13, 37, // Skip to: 14561 |
|
/* 5076 */ MCD_OPC_CheckPredicate, 13, 9, 37, // Skip to: 14561 |
|
/* 5080 */ MCD_OPC_Decode, 174, 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, 13, 246, 36, // Skip to: 14561 |
|
/* 5099 */ MCD_OPC_Decode, 212, 13, 99, // Opcode: VRSHLuv1i64 |
|
/* 5103 */ MCD_OPC_FilterValue, 1, 238, 36, // Skip to: 14561 |
|
/* 5107 */ MCD_OPC_CheckPredicate, 13, 234, 36, // Skip to: 14561 |
|
/* 5111 */ MCD_OPC_Decode, 214, 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, 13, 215, 36, // Skip to: 14561 |
|
/* 5130 */ MCD_OPC_Decode, 189, 17, 95, // Opcode: VSUBv1i64 |
|
/* 5134 */ MCD_OPC_FilterValue, 1, 207, 36, // Skip to: 14561 |
|
/* 5138 */ MCD_OPC_CheckPredicate, 13, 203, 36, // Skip to: 14561 |
|
/* 5142 */ MCD_OPC_Decode, 191, 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, 13, 169, 36, // Skip to: 14561 |
|
/* 5176 */ MCD_OPC_Decode, 161, 13, 124, // Opcode: VREV64d8 |
|
/* 5180 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5192 |
|
/* 5184 */ MCD_OPC_CheckPredicate, 13, 157, 36, // Skip to: 14561 |
|
/* 5188 */ MCD_OPC_Decode, 164, 13, 125, // Opcode: VREV64q8 |
|
/* 5192 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5204 |
|
/* 5196 */ MCD_OPC_CheckPredicate, 13, 145, 36, // Skip to: 14561 |
|
/* 5200 */ MCD_OPC_Decode, 156, 13, 124, // Opcode: VREV32d8 |
|
/* 5204 */ MCD_OPC_FilterValue, 3, 137, 36, // Skip to: 14561 |
|
/* 5208 */ MCD_OPC_CheckPredicate, 13, 133, 36, // Skip to: 14561 |
|
/* 5212 */ MCD_OPC_Decode, 158, 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, 13, 114, 36, // Skip to: 14561 |
|
/* 5231 */ MCD_OPC_Decode, 198, 5, 124, // Opcode: VCGTzv8i8 |
|
/* 5235 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5247 |
|
/* 5239 */ MCD_OPC_CheckPredicate, 13, 102, 36, // Skip to: 14561 |
|
/* 5243 */ MCD_OPC_Decode, 191, 5, 125, // Opcode: VCGTzv16i8 |
|
/* 5247 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5259 |
|
/* 5251 */ MCD_OPC_CheckPredicate, 13, 90, 36, // Skip to: 14561 |
|
/* 5255 */ MCD_OPC_Decode, 176, 5, 124, // Opcode: VCGEzv8i8 |
|
/* 5259 */ MCD_OPC_FilterValue, 3, 82, 36, // Skip to: 14561 |
|
/* 5263 */ MCD_OPC_CheckPredicate, 13, 78, 36, // Skip to: 14561 |
|
/* 5267 */ MCD_OPC_Decode, 169, 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, 13, 59, 36, // Skip to: 14561 |
|
/* 5286 */ MCD_OPC_Decode, 196, 17, 126, // Opcode: VSWPd |
|
/* 5290 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5302 |
|
/* 5294 */ MCD_OPC_CheckPredicate, 13, 47, 36, // Skip to: 14561 |
|
/* 5298 */ MCD_OPC_Decode, 197, 17, 127, // Opcode: VSWPq |
|
/* 5302 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5314 |
|
/* 5306 */ MCD_OPC_CheckPredicate, 13, 35, 36, // Skip to: 14561 |
|
/* 5310 */ MCD_OPC_Decode, 228, 17, 126, // Opcode: VTRNd8 |
|
/* 5314 */ MCD_OPC_FilterValue, 3, 27, 36, // Skip to: 14561 |
|
/* 5318 */ MCD_OPC_CheckPredicate, 13, 23, 36, // Skip to: 14561 |
|
/* 5322 */ MCD_OPC_Decode, 231, 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, 13, 4, 36, // Skip to: 14561 |
|
/* 5341 */ MCD_OPC_Decode, 159, 13, 124, // Opcode: VREV64d16 |
|
/* 5345 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5357 |
|
/* 5349 */ MCD_OPC_CheckPredicate, 13, 248, 35, // Skip to: 14561 |
|
/* 5353 */ MCD_OPC_Decode, 162, 13, 125, // Opcode: VREV64q16 |
|
/* 5357 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5369 |
|
/* 5361 */ MCD_OPC_CheckPredicate, 13, 236, 35, // Skip to: 14561 |
|
/* 5365 */ MCD_OPC_Decode, 155, 13, 124, // Opcode: VREV32d16 |
|
/* 5369 */ MCD_OPC_FilterValue, 3, 228, 35, // Skip to: 14561 |
|
/* 5373 */ MCD_OPC_CheckPredicate, 13, 224, 35, // Skip to: 14561 |
|
/* 5377 */ MCD_OPC_Decode, 157, 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, 13, 205, 35, // Skip to: 14561 |
|
/* 5396 */ MCD_OPC_Decode, 195, 5, 124, // Opcode: VCGTzv4i16 |
|
/* 5400 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5412 |
|
/* 5404 */ MCD_OPC_CheckPredicate, 13, 193, 35, // Skip to: 14561 |
|
/* 5408 */ MCD_OPC_Decode, 197, 5, 125, // Opcode: VCGTzv8i16 |
|
/* 5412 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5424 |
|
/* 5416 */ MCD_OPC_CheckPredicate, 13, 181, 35, // Skip to: 14561 |
|
/* 5420 */ MCD_OPC_Decode, 173, 5, 124, // Opcode: VCGEzv4i16 |
|
/* 5424 */ MCD_OPC_FilterValue, 3, 173, 35, // Skip to: 14561 |
|
/* 5428 */ MCD_OPC_CheckPredicate, 13, 169, 35, // Skip to: 14561 |
|
/* 5432 */ MCD_OPC_Decode, 175, 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, 13, 150, 35, // Skip to: 14561 |
|
/* 5451 */ MCD_OPC_Decode, 226, 17, 126, // Opcode: VTRNd16 |
|
/* 5455 */ MCD_OPC_FilterValue, 3, 142, 35, // Skip to: 14561 |
|
/* 5459 */ MCD_OPC_CheckPredicate, 13, 138, 35, // Skip to: 14561 |
|
/* 5463 */ MCD_OPC_Decode, 229, 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, 13, 119, 35, // Skip to: 14561 |
|
/* 5482 */ MCD_OPC_Decode, 160, 13, 124, // Opcode: VREV64d32 |
|
/* 5486 */ MCD_OPC_FilterValue, 1, 111, 35, // Skip to: 14561 |
|
/* 5490 */ MCD_OPC_CheckPredicate, 13, 107, 35, // Skip to: 14561 |
|
/* 5494 */ MCD_OPC_Decode, 163, 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, 13, 88, 35, // Skip to: 14561 |
|
/* 5513 */ MCD_OPC_Decode, 193, 5, 124, // Opcode: VCGTzv2i32 |
|
/* 5517 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5529 |
|
/* 5521 */ MCD_OPC_CheckPredicate, 13, 76, 35, // Skip to: 14561 |
|
/* 5525 */ MCD_OPC_Decode, 196, 5, 125, // Opcode: VCGTzv4i32 |
|
/* 5529 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5541 |
|
/* 5533 */ MCD_OPC_CheckPredicate, 13, 64, 35, // Skip to: 14561 |
|
/* 5537 */ MCD_OPC_Decode, 171, 5, 124, // Opcode: VCGEzv2i32 |
|
/* 5541 */ MCD_OPC_FilterValue, 3, 56, 35, // Skip to: 14561 |
|
/* 5545 */ MCD_OPC_CheckPredicate, 13, 52, 35, // Skip to: 14561 |
|
/* 5549 */ MCD_OPC_Decode, 174, 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, 13, 33, 35, // Skip to: 14561 |
|
/* 5568 */ MCD_OPC_Decode, 227, 17, 126, // Opcode: VTRNd32 |
|
/* 5572 */ MCD_OPC_FilterValue, 3, 25, 35, // Skip to: 14561 |
|
/* 5576 */ MCD_OPC_CheckPredicate, 13, 21, 35, // Skip to: 14561 |
|
/* 5580 */ MCD_OPC_Decode, 230, 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, 13, 251, 34, // Skip to: 14561 |
|
/* 5606 */ MCD_OPC_Decode, 153, 13, 124, // Opcode: VREV16d8 |
|
/* 5610 */ MCD_OPC_FilterValue, 1, 243, 34, // Skip to: 14561 |
|
/* 5614 */ MCD_OPC_CheckPredicate, 13, 239, 34, // Skip to: 14561 |
|
/* 5618 */ MCD_OPC_Decode, 154, 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, 13, 220, 34, // Skip to: 14561 |
|
/* 5637 */ MCD_OPC_Decode, 154, 5, 124, // Opcode: VCEQzv8i8 |
|
/* 5641 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5653 |
|
/* 5645 */ MCD_OPC_CheckPredicate, 13, 208, 34, // Skip to: 14561 |
|
/* 5649 */ MCD_OPC_Decode, 147, 5, 125, // Opcode: VCEQzv16i8 |
|
/* 5653 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5665 |
|
/* 5657 */ MCD_OPC_CheckPredicate, 13, 196, 34, // Skip to: 14561 |
|
/* 5661 */ MCD_OPC_Decode, 206, 5, 124, // Opcode: VCLEzv8i8 |
|
/* 5665 */ MCD_OPC_FilterValue, 3, 188, 34, // Skip to: 14561 |
|
/* 5669 */ MCD_OPC_CheckPredicate, 13, 184, 34, // Skip to: 14561 |
|
/* 5673 */ MCD_OPC_Decode, 199, 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, 13, 165, 34, // Skip to: 14561 |
|
/* 5692 */ MCD_OPC_Decode, 245, 17, 126, // Opcode: VUZPd8 |
|
/* 5696 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5708 |
|
/* 5700 */ MCD_OPC_CheckPredicate, 13, 153, 34, // Skip to: 14561 |
|
/* 5704 */ MCD_OPC_Decode, 248, 17, 127, // Opcode: VUZPq8 |
|
/* 5708 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5720 |
|
/* 5712 */ MCD_OPC_CheckPredicate, 13, 141, 34, // Skip to: 14561 |
|
/* 5716 */ MCD_OPC_Decode, 250, 17, 126, // Opcode: VZIPd8 |
|
/* 5720 */ MCD_OPC_FilterValue, 3, 133, 34, // Skip to: 14561 |
|
/* 5724 */ MCD_OPC_CheckPredicate, 13, 129, 34, // Skip to: 14561 |
|
/* 5728 */ MCD_OPC_Decode, 253, 17, 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, 13, 110, 34, // Skip to: 14561 |
|
/* 5747 */ MCD_OPC_Decode, 151, 5, 124, // Opcode: VCEQzv4i16 |
|
/* 5751 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5763 |
|
/* 5755 */ MCD_OPC_CheckPredicate, 13, 98, 34, // Skip to: 14561 |
|
/* 5759 */ MCD_OPC_Decode, 153, 5, 125, // Opcode: VCEQzv8i16 |
|
/* 5763 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5775 |
|
/* 5767 */ MCD_OPC_CheckPredicate, 13, 86, 34, // Skip to: 14561 |
|
/* 5771 */ MCD_OPC_Decode, 203, 5, 124, // Opcode: VCLEzv4i16 |
|
/* 5775 */ MCD_OPC_FilterValue, 3, 78, 34, // Skip to: 14561 |
|
/* 5779 */ MCD_OPC_CheckPredicate, 13, 74, 34, // Skip to: 14561 |
|
/* 5783 */ MCD_OPC_Decode, 205, 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, 13, 55, 34, // Skip to: 14561 |
|
/* 5802 */ MCD_OPC_Decode, 244, 17, 126, // Opcode: VUZPd16 |
|
/* 5806 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5818 |
|
/* 5810 */ MCD_OPC_CheckPredicate, 13, 43, 34, // Skip to: 14561 |
|
/* 5814 */ MCD_OPC_Decode, 246, 17, 127, // Opcode: VUZPq16 |
|
/* 5818 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5830 |
|
/* 5822 */ MCD_OPC_CheckPredicate, 13, 31, 34, // Skip to: 14561 |
|
/* 5826 */ MCD_OPC_Decode, 249, 17, 126, // Opcode: VZIPd16 |
|
/* 5830 */ MCD_OPC_FilterValue, 3, 23, 34, // Skip to: 14561 |
|
/* 5834 */ MCD_OPC_CheckPredicate, 13, 19, 34, // Skip to: 14561 |
|
/* 5838 */ MCD_OPC_Decode, 251, 17, 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, 13, 0, 34, // Skip to: 14561 |
|
/* 5857 */ MCD_OPC_Decode, 149, 5, 124, // Opcode: VCEQzv2i32 |
|
/* 5861 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5873 |
|
/* 5865 */ MCD_OPC_CheckPredicate, 13, 244, 33, // Skip to: 14561 |
|
/* 5869 */ MCD_OPC_Decode, 152, 5, 125, // Opcode: VCEQzv4i32 |
|
/* 5873 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5885 |
|
/* 5877 */ MCD_OPC_CheckPredicate, 13, 232, 33, // Skip to: 14561 |
|
/* 5881 */ MCD_OPC_Decode, 201, 5, 124, // Opcode: VCLEzv2i32 |
|
/* 5885 */ MCD_OPC_FilterValue, 3, 224, 33, // Skip to: 14561 |
|
/* 5889 */ MCD_OPC_CheckPredicate, 13, 220, 33, // Skip to: 14561 |
|
/* 5893 */ MCD_OPC_Decode, 204, 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, 13, 201, 33, // Skip to: 14561 |
|
/* 5912 */ MCD_OPC_Decode, 247, 17, 127, // Opcode: VUZPq32 |
|
/* 5916 */ MCD_OPC_FilterValue, 3, 193, 33, // Skip to: 14561 |
|
/* 5920 */ MCD_OPC_CheckPredicate, 13, 189, 33, // Skip to: 14561 |
|
/* 5924 */ MCD_OPC_Decode, 252, 17, 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, 13, 163, 33, // Skip to: 14561 |
|
/* 5950 */ MCD_OPC_Decode, 220, 11, 124, // Opcode: VPADDLsv8i8 |
|
/* 5954 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 5966 |
|
/* 5958 */ MCD_OPC_CheckPredicate, 13, 151, 33, // Skip to: 14561 |
|
/* 5962 */ MCD_OPC_Decode, 215, 11, 125, // Opcode: VPADDLsv16i8 |
|
/* 5966 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 5978 |
|
/* 5970 */ MCD_OPC_CheckPredicate, 13, 139, 33, // Skip to: 14561 |
|
/* 5974 */ MCD_OPC_Decode, 226, 11, 124, // Opcode: VPADDLuv8i8 |
|
/* 5978 */ MCD_OPC_FilterValue, 3, 131, 33, // Skip to: 14561 |
|
/* 5982 */ MCD_OPC_CheckPredicate, 13, 127, 33, // Skip to: 14561 |
|
/* 5986 */ MCD_OPC_Decode, 221, 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, 13, 108, 33, // Skip to: 14561 |
|
/* 6005 */ MCD_OPC_Decode, 220, 5, 124, // Opcode: VCLTzv8i8 |
|
/* 6009 */ MCD_OPC_FilterValue, 1, 100, 33, // Skip to: 14561 |
|
/* 6013 */ MCD_OPC_CheckPredicate, 13, 96, 33, // Skip to: 14561 |
|
/* 6017 */ MCD_OPC_Decode, 213, 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, 13, 77, 33, // Skip to: 14561 |
|
/* 6036 */ MCD_OPC_Decode, 241, 10, 128, 1, // Opcode: VMOVNv8i8 |
|
/* 6041 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6054 |
|
/* 6045 */ MCD_OPC_CheckPredicate, 13, 64, 33, // Skip to: 14561 |
|
/* 6049 */ MCD_OPC_Decode, 161, 12, 128, 1, // Opcode: VQMOVNsuv8i8 |
|
/* 6054 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6067 |
|
/* 6058 */ MCD_OPC_CheckPredicate, 13, 51, 33, // Skip to: 14561 |
|
/* 6062 */ MCD_OPC_Decode, 164, 12, 128, 1, // Opcode: VQMOVNsv8i8 |
|
/* 6067 */ MCD_OPC_FilterValue, 3, 42, 33, // Skip to: 14561 |
|
/* 6071 */ MCD_OPC_CheckPredicate, 13, 38, 33, // Skip to: 14561 |
|
/* 6075 */ MCD_OPC_Decode, 167, 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, 13, 18, 33, // Skip to: 14561 |
|
/* 6095 */ MCD_OPC_Decode, 217, 11, 124, // Opcode: VPADDLsv4i16 |
|
/* 6099 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6111 |
|
/* 6103 */ MCD_OPC_CheckPredicate, 13, 6, 33, // Skip to: 14561 |
|
/* 6107 */ MCD_OPC_Decode, 219, 11, 125, // Opcode: VPADDLsv8i16 |
|
/* 6111 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6123 |
|
/* 6115 */ MCD_OPC_CheckPredicate, 13, 250, 32, // Skip to: 14561 |
|
/* 6119 */ MCD_OPC_Decode, 223, 11, 124, // Opcode: VPADDLuv4i16 |
|
/* 6123 */ MCD_OPC_FilterValue, 3, 242, 32, // Skip to: 14561 |
|
/* 6127 */ MCD_OPC_CheckPredicate, 13, 238, 32, // Skip to: 14561 |
|
/* 6131 */ MCD_OPC_Decode, 225, 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, 13, 219, 32, // Skip to: 14561 |
|
/* 6150 */ MCD_OPC_Decode, 217, 5, 124, // Opcode: VCLTzv4i16 |
|
/* 6154 */ MCD_OPC_FilterValue, 1, 211, 32, // Skip to: 14561 |
|
/* 6158 */ MCD_OPC_CheckPredicate, 13, 207, 32, // Skip to: 14561 |
|
/* 6162 */ MCD_OPC_Decode, 219, 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, 13, 188, 32, // Skip to: 14561 |
|
/* 6181 */ MCD_OPC_Decode, 240, 10, 128, 1, // Opcode: VMOVNv4i16 |
|
/* 6186 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6199 |
|
/* 6190 */ MCD_OPC_CheckPredicate, 13, 175, 32, // Skip to: 14561 |
|
/* 6194 */ MCD_OPC_Decode, 160, 12, 128, 1, // Opcode: VQMOVNsuv4i16 |
|
/* 6199 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6212 |
|
/* 6203 */ MCD_OPC_CheckPredicate, 13, 162, 32, // Skip to: 14561 |
|
/* 6207 */ MCD_OPC_Decode, 163, 12, 128, 1, // Opcode: VQMOVNsv4i16 |
|
/* 6212 */ MCD_OPC_FilterValue, 3, 153, 32, // Skip to: 14561 |
|
/* 6216 */ MCD_OPC_CheckPredicate, 13, 149, 32, // Skip to: 14561 |
|
/* 6220 */ MCD_OPC_Decode, 166, 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, 13, 129, 32, // Skip to: 14561 |
|
/* 6240 */ MCD_OPC_Decode, 216, 11, 124, // Opcode: VPADDLsv2i32 |
|
/* 6244 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6256 |
|
/* 6248 */ MCD_OPC_CheckPredicate, 13, 117, 32, // Skip to: 14561 |
|
/* 6252 */ MCD_OPC_Decode, 218, 11, 125, // Opcode: VPADDLsv4i32 |
|
/* 6256 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6268 |
|
/* 6260 */ MCD_OPC_CheckPredicate, 13, 105, 32, // Skip to: 14561 |
|
/* 6264 */ MCD_OPC_Decode, 222, 11, 124, // Opcode: VPADDLuv2i32 |
|
/* 6268 */ MCD_OPC_FilterValue, 3, 97, 32, // Skip to: 14561 |
|
/* 6272 */ MCD_OPC_CheckPredicate, 13, 93, 32, // Skip to: 14561 |
|
/* 6276 */ MCD_OPC_Decode, 224, 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, 13, 74, 32, // Skip to: 14561 |
|
/* 6295 */ MCD_OPC_Decode, 215, 5, 124, // Opcode: VCLTzv2i32 |
|
/* 6299 */ MCD_OPC_FilterValue, 1, 66, 32, // Skip to: 14561 |
|
/* 6303 */ MCD_OPC_CheckPredicate, 13, 62, 32, // Skip to: 14561 |
|
/* 6307 */ MCD_OPC_Decode, 218, 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, 13, 43, 32, // Skip to: 14561 |
|
/* 6326 */ MCD_OPC_Decode, 239, 10, 128, 1, // Opcode: VMOVNv2i32 |
|
/* 6331 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 6344 |
|
/* 6335 */ MCD_OPC_CheckPredicate, 13, 30, 32, // Skip to: 14561 |
|
/* 6339 */ MCD_OPC_Decode, 159, 12, 128, 1, // Opcode: VQMOVNsuv2i32 |
|
/* 6344 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 6357 |
|
/* 6348 */ MCD_OPC_CheckPredicate, 13, 17, 32, // Skip to: 14561 |
|
/* 6352 */ MCD_OPC_Decode, 162, 12, 128, 1, // Opcode: VQMOVNsv2i32 |
|
/* 6357 */ MCD_OPC_FilterValue, 3, 8, 32, // Skip to: 14561 |
|
/* 6361 */ MCD_OPC_CheckPredicate, 13, 4, 32, // Skip to: 14561 |
|
/* 6365 */ MCD_OPC_Decode, 165, 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, 13, 233, 31, // Skip to: 14561 |
|
/* 6392 */ MCD_OPC_Decode, 221, 4, 124, // Opcode: VABSv8i8 |
|
/* 6396 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6408 |
|
/* 6400 */ MCD_OPC_CheckPredicate, 13, 221, 31, // Skip to: 14561 |
|
/* 6404 */ MCD_OPC_Decode, 216, 4, 125, // Opcode: VABSv16i8 |
|
/* 6408 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6420 |
|
/* 6412 */ MCD_OPC_CheckPredicate, 13, 209, 31, // Skip to: 14561 |
|
/* 6416 */ MCD_OPC_Decode, 187, 11, 124, // Opcode: VNEGs8d |
|
/* 6420 */ MCD_OPC_FilterValue, 3, 201, 31, // Skip to: 14561 |
|
/* 6424 */ MCD_OPC_CheckPredicate, 13, 197, 31, // Skip to: 14561 |
|
/* 6428 */ MCD_OPC_Decode, 188, 11, 125, // Opcode: VNEGs8q |
|
/* 6432 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 6451 |
|
/* 6436 */ MCD_OPC_CheckPredicate, 13, 185, 31, // Skip to: 14561 |
|
/* 6440 */ MCD_OPC_CheckField, 6, 2, 0, 179, 31, // Skip to: 14561 |
|
/* 6446 */ MCD_OPC_Decode, 148, 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, 13, 159, 31, // Skip to: 14561 |
|
/* 6466 */ MCD_OPC_Decode, 218, 4, 124, // Opcode: VABSv4i16 |
|
/* 6470 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6482 |
|
/* 6474 */ MCD_OPC_CheckPredicate, 13, 147, 31, // Skip to: 14561 |
|
/* 6478 */ MCD_OPC_Decode, 220, 4, 125, // Opcode: VABSv8i16 |
|
/* 6482 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6494 |
|
/* 6486 */ MCD_OPC_CheckPredicate, 13, 135, 31, // Skip to: 14561 |
|
/* 6490 */ MCD_OPC_Decode, 183, 11, 124, // Opcode: VNEGs16d |
|
/* 6494 */ MCD_OPC_FilterValue, 3, 127, 31, // Skip to: 14561 |
|
/* 6498 */ MCD_OPC_CheckPredicate, 13, 123, 31, // Skip to: 14561 |
|
/* 6502 */ MCD_OPC_Decode, 184, 11, 125, // Opcode: VNEGs16q |
|
/* 6506 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 6525 |
|
/* 6510 */ MCD_OPC_CheckPredicate, 13, 111, 31, // Skip to: 14561 |
|
/* 6514 */ MCD_OPC_CheckField, 6, 2, 0, 105, 31, // Skip to: 14561 |
|
/* 6520 */ MCD_OPC_Decode, 146, 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, 13, 85, 31, // Skip to: 14561 |
|
/* 6540 */ MCD_OPC_Decode, 217, 4, 124, // Opcode: VABSv2i32 |
|
/* 6544 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6556 |
|
/* 6548 */ MCD_OPC_CheckPredicate, 13, 73, 31, // Skip to: 14561 |
|
/* 6552 */ MCD_OPC_Decode, 219, 4, 125, // Opcode: VABSv4i32 |
|
/* 6556 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6568 |
|
/* 6560 */ MCD_OPC_CheckPredicate, 13, 61, 31, // Skip to: 14561 |
|
/* 6564 */ MCD_OPC_Decode, 185, 11, 124, // Opcode: VNEGs32d |
|
/* 6568 */ MCD_OPC_FilterValue, 3, 53, 31, // Skip to: 14561 |
|
/* 6572 */ MCD_OPC_CheckPredicate, 13, 49, 31, // Skip to: 14561 |
|
/* 6576 */ MCD_OPC_Decode, 186, 11, 125, // Opcode: VNEGs32q |
|
/* 6580 */ MCD_OPC_FilterValue, 10, 41, 31, // Skip to: 14561 |
|
/* 6584 */ MCD_OPC_CheckPredicate, 13, 37, 31, // Skip to: 14561 |
|
/* 6588 */ MCD_OPC_CheckField, 6, 2, 0, 31, 31, // Skip to: 14561 |
|
/* 6594 */ MCD_OPC_Decode, 147, 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, 13, 4, 31, // Skip to: 14561 |
|
/* 6621 */ MCD_OPC_Decode, 212, 5, 124, // Opcode: VCLSv8i8 |
|
/* 6625 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6637 |
|
/* 6629 */ MCD_OPC_CheckPredicate, 13, 248, 30, // Skip to: 14561 |
|
/* 6633 */ MCD_OPC_Decode, 207, 5, 125, // Opcode: VCLSv16i8 |
|
/* 6637 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6649 |
|
/* 6641 */ MCD_OPC_CheckPredicate, 13, 236, 30, // Skip to: 14561 |
|
/* 6645 */ MCD_OPC_Decode, 226, 5, 124, // Opcode: VCLZv8i8 |
|
/* 6649 */ MCD_OPC_FilterValue, 3, 228, 30, // Skip to: 14561 |
|
/* 6653 */ MCD_OPC_CheckPredicate, 13, 224, 30, // Skip to: 14561 |
|
/* 6657 */ MCD_OPC_Decode, 221, 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, 13, 205, 30, // Skip to: 14561 |
|
/* 6676 */ MCD_OPC_Decode, 209, 5, 124, // Opcode: VCLSv4i16 |
|
/* 6680 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6692 |
|
/* 6684 */ MCD_OPC_CheckPredicate, 13, 193, 30, // Skip to: 14561 |
|
/* 6688 */ MCD_OPC_Decode, 211, 5, 125, // Opcode: VCLSv8i16 |
|
/* 6692 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6704 |
|
/* 6696 */ MCD_OPC_CheckPredicate, 13, 181, 30, // Skip to: 14561 |
|
/* 6700 */ MCD_OPC_Decode, 223, 5, 124, // Opcode: VCLZv4i16 |
|
/* 6704 */ MCD_OPC_FilterValue, 3, 173, 30, // Skip to: 14561 |
|
/* 6708 */ MCD_OPC_CheckPredicate, 13, 169, 30, // Skip to: 14561 |
|
/* 6712 */ MCD_OPC_Decode, 225, 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, 13, 150, 30, // Skip to: 14561 |
|
/* 6731 */ MCD_OPC_Decode, 208, 5, 124, // Opcode: VCLSv2i32 |
|
/* 6735 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6747 |
|
/* 6739 */ MCD_OPC_CheckPredicate, 13, 138, 30, // Skip to: 14561 |
|
/* 6743 */ MCD_OPC_Decode, 210, 5, 125, // Opcode: VCLSv4i32 |
|
/* 6747 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6759 |
|
/* 6751 */ MCD_OPC_CheckPredicate, 13, 126, 30, // Skip to: 14561 |
|
/* 6755 */ MCD_OPC_Decode, 222, 5, 124, // Opcode: VCLZv2i32 |
|
/* 6759 */ MCD_OPC_FilterValue, 3, 118, 30, // Skip to: 14561 |
|
/* 6763 */ MCD_OPC_CheckPredicate, 13, 114, 30, // Skip to: 14561 |
|
/* 6767 */ MCD_OPC_Decode, 224, 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, 13, 95, 30, // Skip to: 14561 |
|
/* 6786 */ MCD_OPC_Decode, 192, 5, 124, // Opcode: VCGTzv2f32 |
|
/* 6790 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6802 |
|
/* 6794 */ MCD_OPC_CheckPredicate, 13, 83, 30, // Skip to: 14561 |
|
/* 6798 */ MCD_OPC_Decode, 194, 5, 125, // Opcode: VCGTzv4f32 |
|
/* 6802 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6814 |
|
/* 6806 */ MCD_OPC_CheckPredicate, 13, 71, 30, // Skip to: 14561 |
|
/* 6810 */ MCD_OPC_Decode, 170, 5, 124, // Opcode: VCGEzv2f32 |
|
/* 6814 */ MCD_OPC_FilterValue, 3, 63, 30, // Skip to: 14561 |
|
/* 6818 */ MCD_OPC_CheckPredicate, 13, 59, 30, // Skip to: 14561 |
|
/* 6822 */ MCD_OPC_Decode, 172, 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, 13, 40, 30, // Skip to: 14561 |
|
/* 6841 */ MCD_OPC_Decode, 147, 13, 124, // Opcode: VRECPEd |
|
/* 6845 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6857 |
|
/* 6849 */ MCD_OPC_CheckPredicate, 13, 28, 30, // Skip to: 14561 |
|
/* 6853 */ MCD_OPC_Decode, 150, 13, 125, // Opcode: VRECPEq |
|
/* 6857 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6869 |
|
/* 6861 */ MCD_OPC_CheckPredicate, 13, 16, 30, // Skip to: 14561 |
|
/* 6865 */ MCD_OPC_Decode, 238, 13, 124, // Opcode: VRSQRTEd |
|
/* 6869 */ MCD_OPC_FilterValue, 3, 8, 30, // Skip to: 14561 |
|
/* 6873 */ MCD_OPC_CheckPredicate, 13, 4, 30, // Skip to: 14561 |
|
/* 6877 */ MCD_OPC_Decode, 241, 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, 13, 234, 29, // Skip to: 14561 |
|
/* 6903 */ MCD_OPC_Decode, 235, 5, 124, // Opcode: VCNTd |
|
/* 6907 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 6919 |
|
/* 6911 */ MCD_OPC_CheckPredicate, 13, 222, 29, // Skip to: 14561 |
|
/* 6915 */ MCD_OPC_Decode, 148, 5, 124, // Opcode: VCEQzv2f32 |
|
/* 6919 */ MCD_OPC_FilterValue, 11, 214, 29, // Skip to: 14561 |
|
/* 6923 */ MCD_OPC_CheckPredicate, 13, 210, 29, // Skip to: 14561 |
|
/* 6927 */ MCD_OPC_Decode, 148, 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, 13, 191, 29, // Skip to: 14561 |
|
/* 6946 */ MCD_OPC_Decode, 236, 5, 125, // Opcode: VCNTq |
|
/* 6950 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 6962 |
|
/* 6954 */ MCD_OPC_CheckPredicate, 13, 179, 29, // Skip to: 14561 |
|
/* 6958 */ MCD_OPC_Decode, 150, 5, 125, // Opcode: VCEQzv4f32 |
|
/* 6962 */ MCD_OPC_FilterValue, 11, 171, 29, // Skip to: 14561 |
|
/* 6966 */ MCD_OPC_CheckPredicate, 13, 167, 29, // Skip to: 14561 |
|
/* 6970 */ MCD_OPC_Decode, 149, 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, 13, 148, 29, // Skip to: 14561 |
|
/* 6989 */ MCD_OPC_Decode, 173, 11, 124, // Opcode: VMVNd |
|
/* 6993 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 7005 |
|
/* 6997 */ MCD_OPC_CheckPredicate, 13, 136, 29, // Skip to: 14561 |
|
/* 7001 */ MCD_OPC_Decode, 200, 5, 124, // Opcode: VCLEzv2f32 |
|
/* 7005 */ MCD_OPC_FilterValue, 11, 128, 29, // Skip to: 14561 |
|
/* 7009 */ MCD_OPC_CheckPredicate, 13, 124, 29, // Skip to: 14561 |
|
/* 7013 */ MCD_OPC_Decode, 239, 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, 13, 105, 29, // Skip to: 14561 |
|
/* 7032 */ MCD_OPC_Decode, 174, 11, 125, // Opcode: VMVNq |
|
/* 7036 */ MCD_OPC_FilterValue, 9, 8, 0, // Skip to: 7048 |
|
/* 7040 */ MCD_OPC_CheckPredicate, 13, 93, 29, // Skip to: 14561 |
|
/* 7044 */ MCD_OPC_Decode, 202, 5, 125, // Opcode: VCLEzv4f32 |
|
/* 7048 */ MCD_OPC_FilterValue, 11, 85, 29, // Skip to: 14561 |
|
/* 7052 */ MCD_OPC_CheckPredicate, 13, 81, 29, // Skip to: 14561 |
|
/* 7056 */ MCD_OPC_Decode, 240, 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, 13, 55, 29, // Skip to: 14561 |
|
/* 7082 */ MCD_OPC_Decode, 208, 11, 130, 1, // Opcode: VPADALsv8i8 |
|
/* 7087 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7100 |
|
/* 7091 */ MCD_OPC_CheckPredicate, 13, 42, 29, // Skip to: 14561 |
|
/* 7095 */ MCD_OPC_Decode, 203, 11, 131, 1, // Opcode: VPADALsv16i8 |
|
/* 7100 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7113 |
|
/* 7104 */ MCD_OPC_CheckPredicate, 13, 29, 29, // Skip to: 14561 |
|
/* 7108 */ MCD_OPC_Decode, 214, 11, 130, 1, // Opcode: VPADALuv8i8 |
|
/* 7113 */ MCD_OPC_FilterValue, 3, 20, 29, // Skip to: 14561 |
|
/* 7117 */ MCD_OPC_CheckPredicate, 13, 16, 29, // Skip to: 14561 |
|
/* 7121 */ MCD_OPC_Decode, 209, 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, 13, 252, 28, // Skip to: 14561 |
|
/* 7141 */ MCD_OPC_Decode, 205, 11, 130, 1, // Opcode: VPADALsv4i16 |
|
/* 7146 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7159 |
|
/* 7150 */ MCD_OPC_CheckPredicate, 13, 239, 28, // Skip to: 14561 |
|
/* 7154 */ MCD_OPC_Decode, 207, 11, 131, 1, // Opcode: VPADALsv8i16 |
|
/* 7159 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7172 |
|
/* 7163 */ MCD_OPC_CheckPredicate, 13, 226, 28, // Skip to: 14561 |
|
/* 7167 */ MCD_OPC_Decode, 211, 11, 130, 1, // Opcode: VPADALuv4i16 |
|
/* 7172 */ MCD_OPC_FilterValue, 3, 217, 28, // Skip to: 14561 |
|
/* 7176 */ MCD_OPC_CheckPredicate, 13, 213, 28, // Skip to: 14561 |
|
/* 7180 */ MCD_OPC_Decode, 213, 11, 131, 1, // Opcode: VPADALuv8i16 |
|
/* 7185 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 7204 |
|
/* 7189 */ MCD_OPC_CheckPredicate, 15, 200, 28, // Skip to: 14561 |
|
/* 7193 */ MCD_OPC_CheckField, 6, 2, 0, 194, 28, // Skip to: 14561 |
|
/* 7199 */ MCD_OPC_Decode, 151, 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, 13, 174, 28, // Skip to: 14561 |
|
/* 7219 */ MCD_OPC_Decode, 204, 11, 130, 1, // Opcode: VPADALsv2i32 |
|
/* 7224 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 7237 |
|
/* 7228 */ MCD_OPC_CheckPredicate, 13, 161, 28, // Skip to: 14561 |
|
/* 7232 */ MCD_OPC_Decode, 206, 11, 131, 1, // Opcode: VPADALsv4i32 |
|
/* 7237 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 7250 |
|
/* 7241 */ MCD_OPC_CheckPredicate, 13, 148, 28, // Skip to: 14561 |
|
/* 7245 */ MCD_OPC_Decode, 210, 11, 130, 1, // Opcode: VPADALuv2i32 |
|
/* 7250 */ MCD_OPC_FilterValue, 3, 139, 28, // Skip to: 14561 |
|
/* 7254 */ MCD_OPC_CheckPredicate, 13, 135, 28, // Skip to: 14561 |
|
/* 7258 */ MCD_OPC_Decode, 212, 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, 13, 115, 28, // Skip to: 14561 |
|
/* 7278 */ MCD_OPC_Decode, 214, 5, 124, // Opcode: VCLTzv2f32 |
|
/* 7282 */ MCD_OPC_FilterValue, 1, 107, 28, // Skip to: 14561 |
|
/* 7286 */ MCD_OPC_CheckPredicate, 13, 103, 28, // Skip to: 14561 |
|
/* 7290 */ MCD_OPC_Decode, 216, 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, 13, 84, 28, // Skip to: 14561 |
|
/* 7309 */ MCD_OPC_Decode, 161, 6, 124, // Opcode: VCVTs2fd |
|
/* 7313 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7325 |
|
/* 7317 */ MCD_OPC_CheckPredicate, 13, 72, 28, // Skip to: 14561 |
|
/* 7321 */ MCD_OPC_Decode, 162, 6, 125, // Opcode: VCVTs2fq |
|
/* 7325 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7337 |
|
/* 7329 */ MCD_OPC_CheckPredicate, 13, 60, 28, // Skip to: 14561 |
|
/* 7333 */ MCD_OPC_Decode, 163, 6, 124, // Opcode: VCVTu2fd |
|
/* 7337 */ MCD_OPC_FilterValue, 3, 52, 28, // Skip to: 14561 |
|
/* 7341 */ MCD_OPC_CheckPredicate, 13, 48, 28, // Skip to: 14561 |
|
/* 7345 */ MCD_OPC_Decode, 164, 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, 13, 22, 28, // Skip to: 14561 |
|
/* 7371 */ MCD_OPC_Decode, 250, 11, 124, // Opcode: VQABSv8i8 |
|
/* 7375 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7387 |
|
/* 7379 */ MCD_OPC_CheckPredicate, 13, 10, 28, // Skip to: 14561 |
|
/* 7383 */ MCD_OPC_Decode, 245, 11, 125, // Opcode: VQABSv16i8 |
|
/* 7387 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7399 |
|
/* 7391 */ MCD_OPC_CheckPredicate, 13, 254, 27, // Skip to: 14561 |
|
/* 7395 */ MCD_OPC_Decode, 173, 12, 124, // Opcode: VQNEGv8i8 |
|
/* 7399 */ MCD_OPC_FilterValue, 3, 246, 27, // Skip to: 14561 |
|
/* 7403 */ MCD_OPC_CheckPredicate, 13, 242, 27, // Skip to: 14561 |
|
/* 7407 */ MCD_OPC_Decode, 168, 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, 13, 223, 27, // Skip to: 14561 |
|
/* 7426 */ MCD_OPC_Decode, 247, 11, 124, // Opcode: VQABSv4i16 |
|
/* 7430 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7442 |
|
/* 7434 */ MCD_OPC_CheckPredicate, 13, 211, 27, // Skip to: 14561 |
|
/* 7438 */ MCD_OPC_Decode, 249, 11, 125, // Opcode: VQABSv8i16 |
|
/* 7442 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7454 |
|
/* 7446 */ MCD_OPC_CheckPredicate, 13, 199, 27, // Skip to: 14561 |
|
/* 7450 */ MCD_OPC_Decode, 170, 12, 124, // Opcode: VQNEGv4i16 |
|
/* 7454 */ MCD_OPC_FilterValue, 3, 191, 27, // Skip to: 14561 |
|
/* 7458 */ MCD_OPC_CheckPredicate, 13, 187, 27, // Skip to: 14561 |
|
/* 7462 */ MCD_OPC_Decode, 172, 12, 125, // Opcode: VQNEGv8i16 |
|
/* 7466 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 7485 |
|
/* 7470 */ MCD_OPC_CheckPredicate, 15, 175, 27, // Skip to: 14561 |
|
/* 7474 */ MCD_OPC_CheckField, 6, 2, 0, 169, 27, // Skip to: 14561 |
|
/* 7480 */ MCD_OPC_Decode, 160, 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, 13, 149, 27, // Skip to: 14561 |
|
/* 7500 */ MCD_OPC_Decode, 246, 11, 124, // Opcode: VQABSv2i32 |
|
/* 7504 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7516 |
|
/* 7508 */ MCD_OPC_CheckPredicate, 13, 137, 27, // Skip to: 14561 |
|
/* 7512 */ MCD_OPC_Decode, 248, 11, 125, // Opcode: VQABSv4i32 |
|
/* 7516 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7528 |
|
/* 7520 */ MCD_OPC_CheckPredicate, 13, 125, 27, // Skip to: 14561 |
|
/* 7524 */ MCD_OPC_Decode, 169, 12, 124, // Opcode: VQNEGv2i32 |
|
/* 7528 */ MCD_OPC_FilterValue, 3, 117, 27, // Skip to: 14561 |
|
/* 7532 */ MCD_OPC_CheckPredicate, 13, 113, 27, // Skip to: 14561 |
|
/* 7536 */ MCD_OPC_Decode, 171, 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, 13, 94, 27, // Skip to: 14561 |
|
/* 7555 */ MCD_OPC_Decode, 214, 4, 124, // Opcode: VABSfd |
|
/* 7559 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7571 |
|
/* 7563 */ MCD_OPC_CheckPredicate, 13, 82, 27, // Skip to: 14561 |
|
/* 7567 */ MCD_OPC_Decode, 215, 4, 125, // Opcode: VABSfq |
|
/* 7571 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7583 |
|
/* 7575 */ MCD_OPC_CheckPredicate, 13, 70, 27, // Skip to: 14561 |
|
/* 7579 */ MCD_OPC_Decode, 182, 11, 124, // Opcode: VNEGfd |
|
/* 7583 */ MCD_OPC_FilterValue, 3, 62, 27, // Skip to: 14561 |
|
/* 7587 */ MCD_OPC_CheckPredicate, 13, 58, 27, // Skip to: 14561 |
|
/* 7591 */ MCD_OPC_Decode, 181, 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, 13, 39, 27, // Skip to: 14561 |
|
/* 7610 */ MCD_OPC_Decode, 152, 6, 124, // Opcode: VCVTf2sd |
|
/* 7614 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7626 |
|
/* 7618 */ MCD_OPC_CheckPredicate, 13, 27, 27, // Skip to: 14561 |
|
/* 7622 */ MCD_OPC_Decode, 153, 6, 125, // Opcode: VCVTf2sq |
|
/* 7626 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 7638 |
|
/* 7630 */ MCD_OPC_CheckPredicate, 13, 15, 27, // Skip to: 14561 |
|
/* 7634 */ MCD_OPC_Decode, 154, 6, 124, // Opcode: VCVTf2ud |
|
/* 7638 */ MCD_OPC_FilterValue, 3, 7, 27, // Skip to: 14561 |
|
/* 7642 */ MCD_OPC_CheckPredicate, 13, 3, 27, // Skip to: 14561 |
|
/* 7646 */ MCD_OPC_Decode, 155, 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, 13, 240, 26, // Skip to: 14561 |
|
/* 7665 */ MCD_OPC_Decode, 198, 17, 133, 1, // Opcode: VTBL1 |
|
/* 7670 */ MCD_OPC_FilterValue, 1, 231, 26, // Skip to: 14561 |
|
/* 7674 */ MCD_OPC_CheckPredicate, 13, 227, 26, // Skip to: 14561 |
|
/* 7678 */ MCD_OPC_Decode, 204, 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, 13, 207, 26, // Skip to: 14561 |
|
/* 7698 */ MCD_OPC_Decode, 199, 17, 133, 1, // Opcode: VTBL2 |
|
/* 7703 */ MCD_OPC_FilterValue, 1, 198, 26, // Skip to: 14561 |
|
/* 7707 */ MCD_OPC_CheckPredicate, 13, 194, 26, // Skip to: 14561 |
|
/* 7711 */ MCD_OPC_Decode, 205, 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, 13, 174, 26, // Skip to: 14561 |
|
/* 7731 */ MCD_OPC_Decode, 200, 17, 133, 1, // Opcode: VTBL3 |
|
/* 7736 */ MCD_OPC_FilterValue, 1, 165, 26, // Skip to: 14561 |
|
/* 7740 */ MCD_OPC_CheckPredicate, 13, 161, 26, // Skip to: 14561 |
|
/* 7744 */ MCD_OPC_Decode, 206, 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, 13, 141, 26, // Skip to: 14561 |
|
/* 7764 */ MCD_OPC_Decode, 202, 17, 133, 1, // Opcode: VTBL4 |
|
/* 7769 */ MCD_OPC_FilterValue, 1, 132, 26, // Skip to: 14561 |
|
/* 7773 */ MCD_OPC_CheckPredicate, 13, 128, 26, // Skip to: 14561 |
|
/* 7777 */ MCD_OPC_Decode, 208, 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, 13, 94, 26, // Skip to: 14561 |
|
/* 7811 */ MCD_OPC_CheckField, 18, 1, 1, 88, 26, // Skip to: 14561 |
|
/* 7817 */ MCD_OPC_Decode, 179, 6, 134, 1, // Opcode: VDUPLN32d |
|
/* 7822 */ MCD_OPC_FilterValue, 1, 79, 26, // Skip to: 14561 |
|
/* 7826 */ MCD_OPC_CheckPredicate, 13, 75, 26, // Skip to: 14561 |
|
/* 7830 */ MCD_OPC_Decode, 177, 6, 135, 1, // Opcode: VDUPLN16d |
|
/* 7835 */ MCD_OPC_FilterValue, 1, 66, 26, // Skip to: 14561 |
|
/* 7839 */ MCD_OPC_CheckPredicate, 13, 62, 26, // Skip to: 14561 |
|
/* 7843 */ MCD_OPC_Decode, 181, 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, 13, 35, 26, // Skip to: 14561 |
|
/* 7870 */ MCD_OPC_CheckField, 18, 1, 1, 29, 26, // Skip to: 14561 |
|
/* 7876 */ MCD_OPC_Decode, 180, 6, 137, 1, // Opcode: VDUPLN32q |
|
/* 7881 */ MCD_OPC_FilterValue, 1, 20, 26, // Skip to: 14561 |
|
/* 7885 */ MCD_OPC_CheckPredicate, 13, 16, 26, // Skip to: 14561 |
|
/* 7889 */ MCD_OPC_Decode, 178, 6, 138, 1, // Opcode: VDUPLN16q |
|
/* 7894 */ MCD_OPC_FilterValue, 1, 7, 26, // Skip to: 14561 |
|
/* 7898 */ MCD_OPC_CheckPredicate, 13, 3, 26, // Skip to: 14561 |
|
/* 7902 */ MCD_OPC_Decode, 182, 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, 13, 210, 25, // Skip to: 14561 |
|
/* 7951 */ MCD_OPC_Decode, 130, 12, 95, // Opcode: VQADDsv8i8 |
|
/* 7955 */ MCD_OPC_FilterValue, 243, 1, 201, 25, // Skip to: 14561 |
|
/* 7960 */ MCD_OPC_CheckPredicate, 13, 197, 25, // Skip to: 14561 |
|
/* 7964 */ MCD_OPC_Decode, 138, 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, 13, 177, 25, // Skip to: 14561 |
|
/* 7984 */ MCD_OPC_Decode, 255, 11, 95, // Opcode: VQADDsv4i16 |
|
/* 7988 */ MCD_OPC_FilterValue, 243, 1, 168, 25, // Skip to: 14561 |
|
/* 7993 */ MCD_OPC_CheckPredicate, 13, 164, 25, // Skip to: 14561 |
|
/* 7997 */ MCD_OPC_Decode, 135, 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, 13, 144, 25, // Skip to: 14561 |
|
/* 8017 */ MCD_OPC_Decode, 253, 11, 95, // Opcode: VQADDsv2i32 |
|
/* 8021 */ MCD_OPC_FilterValue, 243, 1, 135, 25, // Skip to: 14561 |
|
/* 8026 */ MCD_OPC_CheckPredicate, 13, 131, 25, // Skip to: 14561 |
|
/* 8030 */ MCD_OPC_Decode, 133, 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, 13, 111, 25, // Skip to: 14561 |
|
/* 8050 */ MCD_OPC_Decode, 252, 11, 95, // Opcode: VQADDsv1i64 |
|
/* 8054 */ MCD_OPC_FilterValue, 243, 1, 102, 25, // Skip to: 14561 |
|
/* 8059 */ MCD_OPC_CheckPredicate, 13, 98, 25, // Skip to: 14561 |
|
/* 8063 */ MCD_OPC_Decode, 132, 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, 13, 71, 25, // Skip to: 14561 |
|
/* 8090 */ MCD_OPC_Decode, 253, 4, 95, // Opcode: VANDd |
|
/* 8094 */ MCD_OPC_FilterValue, 243, 1, 62, 25, // Skip to: 14561 |
|
/* 8099 */ MCD_OPC_CheckPredicate, 13, 58, 25, // Skip to: 14561 |
|
/* 8103 */ MCD_OPC_Decode, 185, 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, 13, 38, 25, // Skip to: 14561 |
|
/* 8123 */ MCD_OPC_Decode, 255, 4, 95, // Opcode: VBICd |
|
/* 8127 */ MCD_OPC_FilterValue, 243, 1, 29, 25, // Skip to: 14561 |
|
/* 8132 */ MCD_OPC_CheckPredicate, 13, 25, 25, // Skip to: 14561 |
|
/* 8136 */ MCD_OPC_Decode, 137, 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, 13, 5, 25, // Skip to: 14561 |
|
/* 8156 */ MCD_OPC_Decode, 197, 11, 95, // Opcode: VORRd |
|
/* 8160 */ MCD_OPC_FilterValue, 243, 1, 252, 24, // Skip to: 14561 |
|
/* 8165 */ MCD_OPC_CheckPredicate, 13, 248, 24, // Skip to: 14561 |
|
/* 8169 */ MCD_OPC_Decode, 135, 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, 13, 228, 24, // Skip to: 14561 |
|
/* 8189 */ MCD_OPC_Decode, 195, 11, 95, // Opcode: VORNd |
|
/* 8193 */ MCD_OPC_FilterValue, 243, 1, 219, 24, // Skip to: 14561 |
|
/* 8198 */ MCD_OPC_CheckPredicate, 13, 215, 24, // Skip to: 14561 |
|
/* 8202 */ MCD_OPC_Decode, 133, 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, 13, 188, 24, // Skip to: 14561 |
|
/* 8229 */ MCD_OPC_Decode, 135, 13, 95, // Opcode: VQSUBsv8i8 |
|
/* 8233 */ MCD_OPC_FilterValue, 243, 1, 179, 24, // Skip to: 14561 |
|
/* 8238 */ MCD_OPC_CheckPredicate, 13, 175, 24, // Skip to: 14561 |
|
/* 8242 */ MCD_OPC_Decode, 143, 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, 13, 155, 24, // Skip to: 14561 |
|
/* 8262 */ MCD_OPC_Decode, 132, 13, 95, // Opcode: VQSUBsv4i16 |
|
/* 8266 */ MCD_OPC_FilterValue, 243, 1, 146, 24, // Skip to: 14561 |
|
/* 8271 */ MCD_OPC_CheckPredicate, 13, 142, 24, // Skip to: 14561 |
|
/* 8275 */ MCD_OPC_Decode, 140, 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, 13, 122, 24, // Skip to: 14561 |
|
/* 8295 */ MCD_OPC_Decode, 130, 13, 95, // Opcode: VQSUBsv2i32 |
|
/* 8299 */ MCD_OPC_FilterValue, 243, 1, 113, 24, // Skip to: 14561 |
|
/* 8304 */ MCD_OPC_CheckPredicate, 13, 109, 24, // Skip to: 14561 |
|
/* 8308 */ MCD_OPC_Decode, 138, 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, 13, 89, 24, // Skip to: 14561 |
|
/* 8328 */ MCD_OPC_Decode, 129, 13, 95, // Opcode: VQSUBsv1i64 |
|
/* 8332 */ MCD_OPC_FilterValue, 243, 1, 80, 24, // Skip to: 14561 |
|
/* 8337 */ MCD_OPC_CheckPredicate, 13, 76, 24, // Skip to: 14561 |
|
/* 8341 */ MCD_OPC_Decode, 137, 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, 13, 49, 24, // Skip to: 14561 |
|
/* 8368 */ MCD_OPC_Decode, 162, 5, 95, // Opcode: VCGEsv8i8 |
|
/* 8372 */ MCD_OPC_FilterValue, 243, 1, 40, 24, // Skip to: 14561 |
|
/* 8377 */ MCD_OPC_CheckPredicate, 13, 36, 24, // Skip to: 14561 |
|
/* 8381 */ MCD_OPC_Decode, 168, 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, 13, 16, 24, // Skip to: 14561 |
|
/* 8401 */ MCD_OPC_Decode, 159, 5, 95, // Opcode: VCGEsv4i16 |
|
/* 8405 */ MCD_OPC_FilterValue, 243, 1, 7, 24, // Skip to: 14561 |
|
/* 8410 */ MCD_OPC_CheckPredicate, 13, 3, 24, // Skip to: 14561 |
|
/* 8414 */ MCD_OPC_Decode, 165, 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, 13, 239, 23, // Skip to: 14561 |
|
/* 8434 */ MCD_OPC_Decode, 158, 5, 95, // Opcode: VCGEsv2i32 |
|
/* 8438 */ MCD_OPC_FilterValue, 243, 1, 230, 23, // Skip to: 14561 |
|
/* 8443 */ MCD_OPC_CheckPredicate, 13, 226, 23, // Skip to: 14561 |
|
/* 8447 */ MCD_OPC_Decode, 164, 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, 13, 199, 23, // Skip to: 14561 |
|
/* 8474 */ MCD_OPC_Decode, 230, 12, 99, // Opcode: VQSHLsv8i8 |
|
/* 8478 */ MCD_OPC_FilterValue, 243, 1, 190, 23, // Skip to: 14561 |
|
/* 8483 */ MCD_OPC_CheckPredicate, 13, 186, 23, // Skip to: 14561 |
|
/* 8487 */ MCD_OPC_Decode, 246, 12, 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, 13, 166, 23, // Skip to: 14561 |
|
/* 8507 */ MCD_OPC_Decode, 227, 12, 99, // Opcode: VQSHLsv4i16 |
|
/* 8511 */ MCD_OPC_FilterValue, 243, 1, 157, 23, // Skip to: 14561 |
|
/* 8516 */ MCD_OPC_CheckPredicate, 13, 153, 23, // Skip to: 14561 |
|
/* 8520 */ MCD_OPC_Decode, 243, 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, 13, 133, 23, // Skip to: 14561 |
|
/* 8540 */ MCD_OPC_Decode, 225, 12, 99, // Opcode: VQSHLsv2i32 |
|
/* 8544 */ MCD_OPC_FilterValue, 243, 1, 124, 23, // Skip to: 14561 |
|
/* 8549 */ MCD_OPC_CheckPredicate, 13, 120, 23, // Skip to: 14561 |
|
/* 8553 */ MCD_OPC_Decode, 241, 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, 13, 100, 23, // Skip to: 14561 |
|
/* 8573 */ MCD_OPC_Decode, 224, 12, 99, // Opcode: VQSHLsv1i64 |
|
/* 8577 */ MCD_OPC_FilterValue, 243, 1, 91, 23, // Skip to: 14561 |
|
/* 8582 */ MCD_OPC_CheckPredicate, 13, 87, 23, // Skip to: 14561 |
|
/* 8586 */ MCD_OPC_Decode, 240, 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, 13, 60, 23, // Skip to: 14561 |
|
/* 8613 */ MCD_OPC_Decode, 189, 12, 99, // Opcode: VQRSHLsv8i8 |
|
/* 8617 */ MCD_OPC_FilterValue, 243, 1, 51, 23, // Skip to: 14561 |
|
/* 8622 */ MCD_OPC_CheckPredicate, 13, 47, 23, // Skip to: 14561 |
|
/* 8626 */ MCD_OPC_Decode, 197, 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, 13, 27, 23, // Skip to: 14561 |
|
/* 8646 */ MCD_OPC_Decode, 186, 12, 99, // Opcode: VQRSHLsv4i16 |
|
/* 8650 */ MCD_OPC_FilterValue, 243, 1, 18, 23, // Skip to: 14561 |
|
/* 8655 */ MCD_OPC_CheckPredicate, 13, 14, 23, // Skip to: 14561 |
|
/* 8659 */ MCD_OPC_Decode, 194, 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, 13, 250, 22, // Skip to: 14561 |
|
/* 8679 */ MCD_OPC_Decode, 184, 12, 99, // Opcode: VQRSHLsv2i32 |
|
/* 8683 */ MCD_OPC_FilterValue, 243, 1, 241, 22, // Skip to: 14561 |
|
/* 8688 */ MCD_OPC_CheckPredicate, 13, 237, 22, // Skip to: 14561 |
|
/* 8692 */ MCD_OPC_Decode, 192, 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, 13, 217, 22, // Skip to: 14561 |
|
/* 8712 */ MCD_OPC_Decode, 183, 12, 99, // Opcode: VQRSHLsv1i64 |
|
/* 8716 */ MCD_OPC_FilterValue, 243, 1, 208, 22, // Skip to: 14561 |
|
/* 8721 */ MCD_OPC_CheckPredicate, 13, 204, 22, // Skip to: 14561 |
|
/* 8725 */ MCD_OPC_Decode, 191, 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, 13, 177, 22, // Skip to: 14561 |
|
/* 8752 */ MCD_OPC_Decode, 171, 10, 95, // Opcode: VMINsv8i8 |
|
/* 8756 */ MCD_OPC_FilterValue, 243, 1, 168, 22, // Skip to: 14561 |
|
/* 8761 */ MCD_OPC_CheckPredicate, 13, 164, 22, // Skip to: 14561 |
|
/* 8765 */ MCD_OPC_Decode, 177, 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, 13, 144, 22, // Skip to: 14561 |
|
/* 8785 */ MCD_OPC_Decode, 168, 10, 95, // Opcode: VMINsv4i16 |
|
/* 8789 */ MCD_OPC_FilterValue, 243, 1, 135, 22, // Skip to: 14561 |
|
/* 8794 */ MCD_OPC_CheckPredicate, 13, 131, 22, // Skip to: 14561 |
|
/* 8798 */ MCD_OPC_Decode, 174, 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, 13, 111, 22, // Skip to: 14561 |
|
/* 8818 */ MCD_OPC_Decode, 167, 10, 95, // Opcode: VMINsv2i32 |
|
/* 8822 */ MCD_OPC_FilterValue, 243, 1, 102, 22, // Skip to: 14561 |
|
/* 8827 */ MCD_OPC_CheckPredicate, 13, 98, 22, // Skip to: 14561 |
|
/* 8831 */ MCD_OPC_Decode, 173, 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, 13, 71, 22, // Skip to: 14561 |
|
/* 8858 */ MCD_OPC_Decode, 185, 4, 103, // Opcode: VABAsv8i8 |
|
/* 8862 */ MCD_OPC_FilterValue, 243, 1, 62, 22, // Skip to: 14561 |
|
/* 8867 */ MCD_OPC_CheckPredicate, 13, 58, 22, // Skip to: 14561 |
|
/* 8871 */ MCD_OPC_Decode, 191, 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, 13, 38, 22, // Skip to: 14561 |
|
/* 8891 */ MCD_OPC_Decode, 182, 4, 103, // Opcode: VABAsv4i16 |
|
/* 8895 */ MCD_OPC_FilterValue, 243, 1, 29, 22, // Skip to: 14561 |
|
/* 8900 */ MCD_OPC_CheckPredicate, 13, 25, 22, // Skip to: 14561 |
|
/* 8904 */ MCD_OPC_Decode, 188, 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, 13, 5, 22, // Skip to: 14561 |
|
/* 8924 */ MCD_OPC_Decode, 181, 4, 103, // Opcode: VABAsv2i32 |
|
/* 8928 */ MCD_OPC_FilterValue, 243, 1, 252, 21, // Skip to: 14561 |
|
/* 8933 */ MCD_OPC_CheckPredicate, 13, 248, 21, // Skip to: 14561 |
|
/* 8937 */ MCD_OPC_Decode, 187, 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, 13, 221, 21, // Skip to: 14561 |
|
/* 8964 */ MCD_OPC_Decode, 237, 17, 95, // Opcode: VTSTv8i8 |
|
/* 8968 */ MCD_OPC_FilterValue, 243, 1, 212, 21, // Skip to: 14561 |
|
/* 8973 */ MCD_OPC_CheckPredicate, 13, 208, 21, // Skip to: 14561 |
|
/* 8977 */ MCD_OPC_Decode, 146, 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, 13, 188, 21, // Skip to: 14561 |
|
/* 8997 */ MCD_OPC_Decode, 234, 17, 95, // Opcode: VTSTv4i16 |
|
/* 9001 */ MCD_OPC_FilterValue, 243, 1, 179, 21, // Skip to: 14561 |
|
/* 9006 */ MCD_OPC_CheckPredicate, 13, 175, 21, // Skip to: 14561 |
|
/* 9010 */ MCD_OPC_Decode, 143, 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, 13, 155, 21, // Skip to: 14561 |
|
/* 9030 */ MCD_OPC_Decode, 233, 17, 95, // Opcode: VTSTv2i32 |
|
/* 9034 */ MCD_OPC_FilterValue, 243, 1, 146, 21, // Skip to: 14561 |
|
/* 9039 */ MCD_OPC_CheckPredicate, 13, 142, 21, // Skip to: 14561 |
|
/* 9043 */ MCD_OPC_Decode, 142, 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, 13, 115, 21, // Skip to: 14561 |
|
/* 9070 */ MCD_OPC_Decode, 172, 11, 95, // Opcode: VMULv8i8 |
|
/* 9074 */ MCD_OPC_FilterValue, 243, 1, 106, 21, // Skip to: 14561 |
|
/* 9079 */ MCD_OPC_CheckPredicate, 13, 102, 21, // Skip to: 14561 |
|
/* 9083 */ MCD_OPC_Decode, 159, 11, 95, // Opcode: VMULpd |
|
/* 9087 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 9106 |
|
/* 9091 */ MCD_OPC_CheckPredicate, 13, 90, 21, // Skip to: 14561 |
|
/* 9095 */ MCD_OPC_CheckField, 24, 8, 242, 1, 83, 21, // Skip to: 14561 |
|
/* 9102 */ MCD_OPC_Decode, 169, 11, 95, // Opcode: VMULv4i16 |
|
/* 9106 */ MCD_OPC_FilterValue, 2, 75, 21, // Skip to: 14561 |
|
/* 9110 */ MCD_OPC_CheckPredicate, 13, 71, 21, // Skip to: 14561 |
|
/* 9114 */ MCD_OPC_CheckField, 24, 8, 242, 1, 64, 21, // Skip to: 14561 |
|
/* 9121 */ MCD_OPC_Decode, 168, 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, 13, 37, 21, // Skip to: 14561 |
|
/* 9148 */ MCD_OPC_Decode, 241, 11, 95, // Opcode: VPMINs8 |
|
/* 9152 */ MCD_OPC_FilterValue, 243, 1, 28, 21, // Skip to: 14561 |
|
/* 9157 */ MCD_OPC_CheckPredicate, 13, 24, 21, // Skip to: 14561 |
|
/* 9161 */ MCD_OPC_Decode, 244, 11, 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, 13, 4, 21, // Skip to: 14561 |
|
/* 9181 */ MCD_OPC_Decode, 239, 11, 95, // Opcode: VPMINs16 |
|
/* 9185 */ MCD_OPC_FilterValue, 243, 1, 251, 20, // Skip to: 14561 |
|
/* 9190 */ MCD_OPC_CheckPredicate, 13, 247, 20, // Skip to: 14561 |
|
/* 9194 */ MCD_OPC_Decode, 242, 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, 13, 227, 20, // Skip to: 14561 |
|
/* 9214 */ MCD_OPC_Decode, 240, 11, 95, // Opcode: VPMINs32 |
|
/* 9218 */ MCD_OPC_FilterValue, 243, 1, 218, 20, // Skip to: 14561 |
|
/* 9223 */ MCD_OPC_CheckPredicate, 13, 214, 20, // Skip to: 14561 |
|
/* 9227 */ MCD_OPC_Decode, 243, 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, 13, 195, 20, // Skip to: 14561 |
|
/* 9246 */ MCD_OPC_CheckField, 24, 8, 242, 1, 188, 20, // Skip to: 14561 |
|
/* 9253 */ MCD_OPC_Decode, 230, 11, 95, // Opcode: VPADDi8 |
|
/* 9257 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 9276 |
|
/* 9261 */ MCD_OPC_CheckPredicate, 13, 176, 20, // Skip to: 14561 |
|
/* 9265 */ MCD_OPC_CheckField, 24, 8, 242, 1, 169, 20, // Skip to: 14561 |
|
/* 9272 */ MCD_OPC_Decode, 228, 11, 95, // Opcode: VPADDi16 |
|
/* 9276 */ MCD_OPC_FilterValue, 2, 161, 20, // Skip to: 14561 |
|
/* 9280 */ MCD_OPC_CheckPredicate, 13, 157, 20, // Skip to: 14561 |
|
/* 9284 */ MCD_OPC_CheckField, 24, 8, 242, 1, 150, 20, // Skip to: 14561 |
|
/* 9291 */ MCD_OPC_Decode, 229, 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, 16, 131, 20, // Skip to: 14561 |
|
/* 9310 */ MCD_OPC_CheckField, 24, 8, 242, 1, 124, 20, // Skip to: 14561 |
|
/* 9317 */ MCD_OPC_Decode, 196, 6, 103, // Opcode: VFMAfd |
|
/* 9321 */ MCD_OPC_FilterValue, 2, 116, 20, // Skip to: 14561 |
|
/* 9325 */ MCD_OPC_CheckPredicate, 16, 112, 20, // Skip to: 14561 |
|
/* 9329 */ MCD_OPC_CheckField, 24, 8, 242, 1, 105, 20, // Skip to: 14561 |
|
/* 9336 */ MCD_OPC_Decode, 200, 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, 13, 78, 20, // Skip to: 14561 |
|
/* 9363 */ MCD_OPC_Decode, 190, 10, 103, // Opcode: VMLAfd |
|
/* 9367 */ MCD_OPC_FilterValue, 243, 1, 69, 20, // Skip to: 14561 |
|
/* 9372 */ MCD_OPC_CheckPredicate, 13, 65, 20, // Skip to: 14561 |
|
/* 9376 */ MCD_OPC_Decode, 157, 11, 95, // Opcode: VMULfd |
|
/* 9380 */ MCD_OPC_FilterValue, 2, 57, 20, // Skip to: 14561 |
|
/* 9384 */ MCD_OPC_CheckPredicate, 13, 53, 20, // Skip to: 14561 |
|
/* 9388 */ MCD_OPC_CheckField, 24, 8, 242, 1, 46, 20, // Skip to: 14561 |
|
/* 9395 */ MCD_OPC_Decode, 216, 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, 13, 27, 20, // Skip to: 14561 |
|
/* 9414 */ MCD_OPC_CheckField, 24, 8, 243, 1, 20, 20, // Skip to: 14561 |
|
/* 9421 */ MCD_OPC_Decode, 222, 4, 95, // Opcode: VACGEd |
|
/* 9425 */ MCD_OPC_FilterValue, 2, 12, 20, // Skip to: 14561 |
|
/* 9429 */ MCD_OPC_CheckPredicate, 13, 8, 20, // Skip to: 14561 |
|
/* 9433 */ MCD_OPC_CheckField, 24, 8, 243, 1, 1, 20, // Skip to: 14561 |
|
/* 9440 */ MCD_OPC_Decode, 224, 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, 13, 238, 19, // Skip to: 14561 |
|
/* 9459 */ MCD_OPC_CheckField, 24, 8, 242, 1, 231, 19, // Skip to: 14561 |
|
/* 9466 */ MCD_OPC_Decode, 151, 13, 95, // Opcode: VRECPSfd |
|
/* 9470 */ MCD_OPC_FilterValue, 2, 223, 19, // Skip to: 14561 |
|
/* 9474 */ MCD_OPC_CheckPredicate, 13, 219, 19, // Skip to: 14561 |
|
/* 9478 */ MCD_OPC_CheckField, 24, 8, 242, 1, 212, 19, // Skip to: 14561 |
|
/* 9485 */ MCD_OPC_Decode, 242, 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, 13, 190, 5, // Skip to: 11009 |
|
/* 9539 */ MCD_OPC_CheckField, 19, 1, 1, 184, 5, // Skip to: 11009 |
|
/* 9545 */ MCD_OPC_Decode, 189, 14, 140, 1, // Opcode: VSHRsv8i8 |
|
/* 9550 */ MCD_OPC_FilterValue, 1, 175, 5, // Skip to: 11009 |
|
/* 9554 */ MCD_OPC_CheckPredicate, 13, 171, 5, // Skip to: 11009 |
|
/* 9558 */ MCD_OPC_CheckField, 19, 1, 1, 165, 5, // Skip to: 11009 |
|
/* 9564 */ MCD_OPC_Decode, 197, 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, 13, 145, 5, // Skip to: 11009 |
|
/* 9584 */ MCD_OPC_Decode, 186, 14, 141, 1, // Opcode: VSHRsv4i16 |
|
/* 9589 */ MCD_OPC_FilterValue, 1, 136, 5, // Skip to: 11009 |
|
/* 9593 */ MCD_OPC_CheckPredicate, 13, 132, 5, // Skip to: 11009 |
|
/* 9597 */ MCD_OPC_Decode, 194, 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, 13, 112, 5, // Skip to: 11009 |
|
/* 9617 */ MCD_OPC_Decode, 184, 14, 142, 1, // Opcode: VSHRsv2i32 |
|
/* 9622 */ MCD_OPC_FilterValue, 1, 103, 5, // Skip to: 11009 |
|
/* 9626 */ MCD_OPC_CheckPredicate, 13, 99, 5, // Skip to: 11009 |
|
/* 9630 */ MCD_OPC_Decode, 192, 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, 13, 65, 5, // Skip to: 11009 |
|
/* 9664 */ MCD_OPC_CheckField, 19, 1, 1, 59, 5, // Skip to: 11009 |
|
/* 9670 */ MCD_OPC_Decode, 221, 14, 143, 1, // Opcode: VSRAsv8i8 |
|
/* 9675 */ MCD_OPC_FilterValue, 1, 50, 5, // Skip to: 11009 |
|
/* 9679 */ MCD_OPC_CheckPredicate, 13, 46, 5, // Skip to: 11009 |
|
/* 9683 */ MCD_OPC_CheckField, 19, 1, 1, 40, 5, // Skip to: 11009 |
|
/* 9689 */ MCD_OPC_Decode, 229, 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, 13, 20, 5, // Skip to: 11009 |
|
/* 9709 */ MCD_OPC_Decode, 218, 14, 144, 1, // Opcode: VSRAsv4i16 |
|
/* 9714 */ MCD_OPC_FilterValue, 1, 11, 5, // Skip to: 11009 |
|
/* 9718 */ MCD_OPC_CheckPredicate, 13, 7, 5, // Skip to: 11009 |
|
/* 9722 */ MCD_OPC_Decode, 226, 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, 13, 243, 4, // Skip to: 11009 |
|
/* 9742 */ MCD_OPC_Decode, 216, 14, 145, 1, // Opcode: VSRAsv2i32 |
|
/* 9747 */ MCD_OPC_FilterValue, 1, 234, 4, // Skip to: 11009 |
|
/* 9751 */ MCD_OPC_CheckPredicate, 13, 230, 4, // Skip to: 11009 |
|
/* 9755 */ MCD_OPC_Decode, 224, 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, 13, 196, 4, // Skip to: 11009 |
|
/* 9789 */ MCD_OPC_CheckField, 19, 1, 1, 190, 4, // Skip to: 11009 |
|
/* 9795 */ MCD_OPC_Decode, 229, 13, 140, 1, // Opcode: VRSHRsv8i8 |
|
/* 9800 */ MCD_OPC_FilterValue, 1, 181, 4, // Skip to: 11009 |
|
/* 9804 */ MCD_OPC_CheckPredicate, 13, 177, 4, // Skip to: 11009 |
|
/* 9808 */ MCD_OPC_CheckField, 19, 1, 1, 171, 4, // Skip to: 11009 |
|
/* 9814 */ MCD_OPC_Decode, 237, 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, 13, 151, 4, // Skip to: 11009 |
|
/* 9834 */ MCD_OPC_Decode, 226, 13, 141, 1, // Opcode: VRSHRsv4i16 |
|
/* 9839 */ MCD_OPC_FilterValue, 1, 142, 4, // Skip to: 11009 |
|
/* 9843 */ MCD_OPC_CheckPredicate, 13, 138, 4, // Skip to: 11009 |
|
/* 9847 */ MCD_OPC_Decode, 234, 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, 13, 118, 4, // Skip to: 11009 |
|
/* 9867 */ MCD_OPC_Decode, 224, 13, 142, 1, // Opcode: VRSHRsv2i32 |
|
/* 9872 */ MCD_OPC_FilterValue, 1, 109, 4, // Skip to: 11009 |
|
/* 9876 */ MCD_OPC_CheckPredicate, 13, 105, 4, // Skip to: 11009 |
|
/* 9880 */ MCD_OPC_Decode, 232, 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, 13, 71, 4, // Skip to: 11009 |
|
/* 9914 */ MCD_OPC_CheckField, 19, 1, 1, 65, 4, // Skip to: 11009 |
|
/* 9920 */ MCD_OPC_Decode, 251, 13, 143, 1, // Opcode: VRSRAsv8i8 |
|
/* 9925 */ MCD_OPC_FilterValue, 1, 56, 4, // Skip to: 11009 |
|
/* 9929 */ MCD_OPC_CheckPredicate, 13, 52, 4, // Skip to: 11009 |
|
/* 9933 */ MCD_OPC_CheckField, 19, 1, 1, 46, 4, // Skip to: 11009 |
|
/* 9939 */ MCD_OPC_Decode, 131, 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, 13, 26, 4, // Skip to: 11009 |
|
/* 9959 */ MCD_OPC_Decode, 248, 13, 144, 1, // Opcode: VRSRAsv4i16 |
|
/* 9964 */ MCD_OPC_FilterValue, 1, 17, 4, // Skip to: 11009 |
|
/* 9968 */ MCD_OPC_CheckPredicate, 13, 13, 4, // Skip to: 11009 |
|
/* 9972 */ MCD_OPC_Decode, 128, 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, 13, 249, 3, // Skip to: 11009 |
|
/* 9992 */ MCD_OPC_Decode, 246, 13, 145, 1, // Opcode: VRSRAsv2i32 |
|
/* 9997 */ MCD_OPC_FilterValue, 1, 240, 3, // Skip to: 11009 |
|
/* 10001 */ MCD_OPC_CheckPredicate, 13, 236, 3, // Skip to: 11009 |
|
/* 10005 */ MCD_OPC_Decode, 254, 13, 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, 13, 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, 237, 14, 143, 1, // Opcode: VSRIv8i8 |
|
/* 10049 */ MCD_OPC_FilterValue, 1, 188, 3, // Skip to: 11009 |
|
/* 10053 */ MCD_OPC_CheckPredicate, 13, 184, 3, // Skip to: 11009 |
|
/* 10057 */ MCD_OPC_CheckField, 24, 1, 1, 178, 3, // Skip to: 11009 |
|
/* 10063 */ MCD_OPC_Decode, 234, 14, 144, 1, // Opcode: VSRIv4i16 |
|
/* 10068 */ MCD_OPC_FilterValue, 1, 169, 3, // Skip to: 11009 |
|
/* 10072 */ MCD_OPC_CheckPredicate, 13, 165, 3, // Skip to: 11009 |
|
/* 10076 */ MCD_OPC_CheckField, 24, 1, 1, 159, 3, // Skip to: 11009 |
|
/* 10082 */ MCD_OPC_Decode, 232, 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, 13, 125, 3, // Skip to: 11009 |
|
/* 10116 */ MCD_OPC_CheckField, 19, 1, 1, 119, 3, // Skip to: 11009 |
|
/* 10122 */ MCD_OPC_Decode, 162, 14, 146, 1, // Opcode: VSHLiv8i8 |
|
/* 10127 */ MCD_OPC_FilterValue, 1, 110, 3, // Skip to: 11009 |
|
/* 10131 */ MCD_OPC_CheckPredicate, 13, 106, 3, // Skip to: 11009 |
|
/* 10135 */ MCD_OPC_CheckField, 19, 1, 1, 100, 3, // Skip to: 11009 |
|
/* 10141 */ MCD_OPC_Decode, 209, 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, 13, 80, 3, // Skip to: 11009 |
|
/* 10161 */ MCD_OPC_Decode, 159, 14, 148, 1, // Opcode: VSHLiv4i16 |
|
/* 10166 */ MCD_OPC_FilterValue, 1, 71, 3, // Skip to: 11009 |
|
/* 10170 */ MCD_OPC_CheckPredicate, 13, 67, 3, // Skip to: 11009 |
|
/* 10174 */ MCD_OPC_Decode, 206, 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, 13, 47, 3, // Skip to: 11009 |
|
/* 10194 */ MCD_OPC_Decode, 157, 14, 150, 1, // Opcode: VSHLiv2i32 |
|
/* 10199 */ MCD_OPC_FilterValue, 1, 38, 3, // Skip to: 11009 |
|
/* 10203 */ MCD_OPC_CheckPredicate, 13, 34, 3, // Skip to: 11009 |
|
/* 10207 */ MCD_OPC_Decode, 204, 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, 13, 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, 222, 12, 146, 1, // Opcode: VQSHLsuv8i8 |
|
/* 10251 */ MCD_OPC_FilterValue, 1, 242, 2, // Skip to: 11009 |
|
/* 10255 */ MCD_OPC_CheckPredicate, 13, 238, 2, // Skip to: 11009 |
|
/* 10259 */ MCD_OPC_CheckField, 24, 1, 1, 232, 2, // Skip to: 11009 |
|
/* 10265 */ MCD_OPC_Decode, 219, 12, 148, 1, // Opcode: VQSHLsuv4i16 |
|
/* 10270 */ MCD_OPC_FilterValue, 1, 223, 2, // Skip to: 11009 |
|
/* 10274 */ MCD_OPC_CheckPredicate, 13, 219, 2, // Skip to: 11009 |
|
/* 10278 */ MCD_OPC_CheckField, 24, 1, 1, 213, 2, // Skip to: 11009 |
|
/* 10284 */ MCD_OPC_Decode, 217, 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, 13, 179, 2, // Skip to: 11009 |
|
/* 10318 */ MCD_OPC_CheckField, 19, 1, 1, 173, 2, // Skip to: 11009 |
|
/* 10324 */ MCD_OPC_Decode, 214, 12, 146, 1, // Opcode: VQSHLsiv8i8 |
|
/* 10329 */ MCD_OPC_FilterValue, 1, 164, 2, // Skip to: 11009 |
|
/* 10333 */ MCD_OPC_CheckPredicate, 13, 160, 2, // Skip to: 11009 |
|
/* 10337 */ MCD_OPC_CheckField, 19, 1, 1, 154, 2, // Skip to: 11009 |
|
/* 10343 */ MCD_OPC_Decode, 238, 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, 13, 134, 2, // Skip to: 11009 |
|
/* 10363 */ MCD_OPC_Decode, 211, 12, 148, 1, // Opcode: VQSHLsiv4i16 |
|
/* 10368 */ MCD_OPC_FilterValue, 1, 125, 2, // Skip to: 11009 |
|
/* 10372 */ MCD_OPC_CheckPredicate, 13, 121, 2, // Skip to: 11009 |
|
/* 10376 */ MCD_OPC_Decode, 235, 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, 13, 101, 2, // Skip to: 11009 |
|
/* 10396 */ MCD_OPC_Decode, 209, 12, 150, 1, // Opcode: VQSHLsiv2i32 |
|
/* 10401 */ MCD_OPC_FilterValue, 1, 92, 2, // Skip to: 11009 |
|
/* 10405 */ MCD_OPC_CheckPredicate, 13, 88, 2, // Skip to: 11009 |
|
/* 10409 */ MCD_OPC_Decode, 233, 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, 13, 54, 2, // Skip to: 11009 |
|
/* 10443 */ MCD_OPC_CheckField, 19, 1, 1, 48, 2, // Skip to: 11009 |
|
/* 10449 */ MCD_OPC_Decode, 181, 14, 152, 1, // Opcode: VSHRNv8i8 |
|
/* 10454 */ MCD_OPC_FilterValue, 1, 39, 2, // Skip to: 11009 |
|
/* 10458 */ MCD_OPC_CheckPredicate, 13, 35, 2, // Skip to: 11009 |
|
/* 10462 */ MCD_OPC_CheckField, 19, 1, 1, 29, 2, // Skip to: 11009 |
|
/* 10468 */ MCD_OPC_Decode, 255, 12, 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, 13, 9, 2, // Skip to: 11009 |
|
/* 10488 */ MCD_OPC_Decode, 180, 14, 153, 1, // Opcode: VSHRNv4i16 |
|
/* 10493 */ MCD_OPC_FilterValue, 1, 0, 2, // Skip to: 11009 |
|
/* 10497 */ MCD_OPC_CheckPredicate, 13, 252, 1, // Skip to: 11009 |
|
/* 10501 */ MCD_OPC_Decode, 254, 12, 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, 13, 232, 1, // Skip to: 11009 |
|
/* 10521 */ MCD_OPC_Decode, 179, 14, 154, 1, // Opcode: VSHRNv2i32 |
|
/* 10526 */ MCD_OPC_FilterValue, 1, 223, 1, // Skip to: 11009 |
|
/* 10530 */ MCD_OPC_CheckPredicate, 13, 219, 1, // Skip to: 11009 |
|
/* 10534 */ MCD_OPC_Decode, 253, 12, 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, 13, 185, 1, // Skip to: 11009 |
|
/* 10568 */ MCD_OPC_CheckField, 19, 1, 1, 179, 1, // Skip to: 11009 |
|
/* 10574 */ MCD_OPC_Decode, 249, 12, 152, 1, // Opcode: VQSHRNsv8i8 |
|
/* 10579 */ MCD_OPC_FilterValue, 1, 170, 1, // Skip to: 11009 |
|
/* 10583 */ MCD_OPC_CheckPredicate, 13, 166, 1, // Skip to: 11009 |
|
/* 10587 */ MCD_OPC_CheckField, 19, 1, 1, 160, 1, // Skip to: 11009 |
|
/* 10593 */ MCD_OPC_Decode, 252, 12, 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, 13, 140, 1, // Skip to: 11009 |
|
/* 10613 */ MCD_OPC_Decode, 248, 12, 153, 1, // Opcode: VQSHRNsv4i16 |
|
/* 10618 */ MCD_OPC_FilterValue, 1, 131, 1, // Skip to: 11009 |
|
/* 10622 */ MCD_OPC_CheckPredicate, 13, 127, 1, // Skip to: 11009 |
|
/* 10626 */ MCD_OPC_Decode, 251, 12, 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, 13, 107, 1, // Skip to: 11009 |
|
/* 10646 */ MCD_OPC_Decode, 247, 12, 154, 1, // Opcode: VQSHRNsv2i32 |
|
/* 10651 */ MCD_OPC_FilterValue, 1, 98, 1, // Skip to: 11009 |
|
/* 10655 */ MCD_OPC_CheckPredicate, 13, 94, 1, // Skip to: 11009 |
|
/* 10659 */ MCD_OPC_Decode, 250, 12, 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, 13, 11, 0, // Skip to: 10711 |
|
/* 10700 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, // Skip to: 10711 |
|
/* 10706 */ MCD_OPC_Decode, 235, 10, 132, 1, // Opcode: VMOVLsv8i16 |
|
/* 10711 */ MCD_OPC_CheckPredicate, 13, 38, 1, // Skip to: 11009 |
|
/* 10715 */ MCD_OPC_Decode, 151, 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, 13, 11, 0, // Skip to: 10746 |
|
/* 10735 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, // Skip to: 10746 |
|
/* 10741 */ MCD_OPC_Decode, 238, 10, 132, 1, // Opcode: VMOVLuv8i16 |
|
/* 10746 */ MCD_OPC_CheckPredicate, 13, 3, 1, // Skip to: 11009 |
|
/* 10750 */ MCD_OPC_Decode, 154, 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, 13, 11, 0, // Skip to: 10781 |
|
/* 10770 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, // Skip to: 10781 |
|
/* 10776 */ MCD_OPC_Decode, 234, 10, 132, 1, // Opcode: VMOVLsv4i32 |
|
/* 10781 */ MCD_OPC_CheckPredicate, 13, 224, 0, // Skip to: 11009 |
|
/* 10785 */ MCD_OPC_Decode, 150, 14, 156, 1, // Opcode: VSHLLsv4i32 |
|
/* 10790 */ MCD_OPC_FilterValue, 1, 215, 0, // Skip to: 11009 |
|
/* 10794 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 10809 |
|
/* 10798 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, // Skip to: 10809 |
|
/* 10804 */ MCD_OPC_Decode, 237, 10, 132, 1, // Opcode: VMOVLuv4i32 |
|
/* 10809 */ MCD_OPC_CheckPredicate, 13, 196, 0, // Skip to: 11009 |
|
/* 10813 */ MCD_OPC_Decode, 153, 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, 13, 11, 0, // Skip to: 10844 |
|
/* 10833 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, // Skip to: 10844 |
|
/* 10839 */ MCD_OPC_Decode, 233, 10, 132, 1, // Opcode: VMOVLsv2i64 |
|
/* 10844 */ MCD_OPC_CheckPredicate, 13, 161, 0, // Skip to: 11009 |
|
/* 10848 */ MCD_OPC_Decode, 149, 14, 157, 1, // Opcode: VSHLLsv2i64 |
|
/* 10853 */ MCD_OPC_FilterValue, 1, 152, 0, // Skip to: 11009 |
|
/* 10857 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 10872 |
|
/* 10861 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, // Skip to: 10872 |
|
/* 10867 */ MCD_OPC_Decode, 236, 10, 132, 1, // Opcode: VMOVLuv2i64 |
|
/* 10872 */ MCD_OPC_CheckPredicate, 13, 133, 0, // Skip to: 11009 |
|
/* 10876 */ MCD_OPC_Decode, 152, 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, 13, 30, 0, // Skip to: 10926 |
|
/* 10896 */ MCD_OPC_CheckField, 19, 3, 0, 24, 0, // Skip to: 10926 |
|
/* 10902 */ MCD_OPC_Decode, 130, 11, 158, 1, // Opcode: VMOVv8i8 |
|
/* 10907 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 10926 |
|
/* 10911 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 10926 |
|
/* 10915 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, // Skip to: 10926 |
|
/* 10921 */ MCD_OPC_Decode, 250, 10, 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, 13, 72, 0, // Skip to: 11009 |
|
/* 10937 */ MCD_OPC_Decode, 165, 6, 159, 1, // Opcode: VCVTxs2fd |
|
/* 10942 */ MCD_OPC_FilterValue, 1, 63, 0, // Skip to: 11009 |
|
/* 10946 */ MCD_OPC_CheckPredicate, 13, 59, 0, // Skip to: 11009 |
|
/* 10950 */ MCD_OPC_Decode, 167, 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, 13, 18, 0, // Skip to: 10988 |
|
/* 10970 */ MCD_OPC_Decode, 156, 6, 159, 1, // Opcode: VCVTf2xsd |
|
/* 10975 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 10988 |
|
/* 10979 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 10988 |
|
/* 10983 */ MCD_OPC_Decode, 158, 6, 159, 1, // Opcode: VCVTf2xud |
|
/* 10988 */ MCD_OPC_CheckPredicate, 13, 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, 251, 10, 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, 13, 50, 0, // Skip to: 11084 |
|
/* 11034 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 11084 |
|
/* 11040 */ MCD_OPC_Decode, 255, 10, 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, 13, 24, 0, // Skip to: 11084 |
|
/* 11060 */ MCD_OPC_Decode, 198, 11, 158, 1, // Opcode: VORRiv2i32 |
|
/* 11065 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 11084 |
|
/* 11069 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 11084 |
|
/* 11073 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 11084 |
|
/* 11079 */ MCD_OPC_Decode, 199, 11, 158, 1, // Opcode: VORRiv4i16 |
|
/* 11084 */ MCD_OPC_CheckPredicate, 13, 145, 13, // Skip to: 14561 |
|
/* 11088 */ MCD_OPC_Decode, 252, 10, 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, 13, 50, 0, // Skip to: 11165 |
|
/* 11115 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 11165 |
|
/* 11121 */ MCD_OPC_Decode, 176, 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, 13, 24, 0, // Skip to: 11165 |
|
/* 11141 */ MCD_OPC_Decode, 128, 5, 158, 1, // Opcode: VBICiv2i32 |
|
/* 11146 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 11165 |
|
/* 11150 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 11165 |
|
/* 11154 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 11165 |
|
/* 11160 */ MCD_OPC_Decode, 129, 5, 158, 1, // Opcode: VBICiv4i16 |
|
/* 11165 */ MCD_OPC_CheckPredicate, 13, 64, 13, // Skip to: 14561 |
|
/* 11169 */ MCD_OPC_Decode, 175, 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, 13, 36, 13, // Skip to: 14561 |
|
/* 11197 */ MCD_OPC_Decode, 183, 14, 160, 1, // Opcode: VSHRsv1i64 |
|
/* 11202 */ MCD_OPC_FilterValue, 243, 1, 26, 13, // Skip to: 14561 |
|
/* 11207 */ MCD_OPC_CheckPredicate, 13, 22, 13, // Skip to: 14561 |
|
/* 11211 */ MCD_OPC_Decode, 191, 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, 13, 1, 13, // Skip to: 14561 |
|
/* 11232 */ MCD_OPC_Decode, 215, 14, 161, 1, // Opcode: VSRAsv1i64 |
|
/* 11237 */ MCD_OPC_FilterValue, 243, 1, 247, 12, // Skip to: 14561 |
|
/* 11242 */ MCD_OPC_CheckPredicate, 13, 243, 12, // Skip to: 14561 |
|
/* 11246 */ MCD_OPC_Decode, 223, 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, 13, 222, 12, // Skip to: 14561 |
|
/* 11267 */ MCD_OPC_Decode, 223, 13, 160, 1, // Opcode: VRSHRsv1i64 |
|
/* 11272 */ MCD_OPC_FilterValue, 243, 1, 212, 12, // Skip to: 14561 |
|
/* 11277 */ MCD_OPC_CheckPredicate, 13, 208, 12, // Skip to: 14561 |
|
/* 11281 */ MCD_OPC_Decode, 231, 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, 13, 187, 12, // Skip to: 14561 |
|
/* 11302 */ MCD_OPC_Decode, 245, 13, 161, 1, // Opcode: VRSRAsv1i64 |
|
/* 11307 */ MCD_OPC_FilterValue, 243, 1, 177, 12, // Skip to: 14561 |
|
/* 11312 */ MCD_OPC_CheckPredicate, 13, 173, 12, // Skip to: 14561 |
|
/* 11316 */ MCD_OPC_Decode, 253, 13, 161, 1, // Opcode: VRSRAuv1i64 |
|
/* 11321 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 11341 |
|
/* 11325 */ MCD_OPC_CheckPredicate, 13, 160, 12, // Skip to: 14561 |
|
/* 11329 */ MCD_OPC_CheckField, 24, 8, 243, 1, 153, 12, // Skip to: 14561 |
|
/* 11336 */ MCD_OPC_Decode, 231, 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, 13, 132, 12, // Skip to: 14561 |
|
/* 11357 */ MCD_OPC_Decode, 156, 14, 162, 1, // Opcode: VSHLiv1i64 |
|
/* 11362 */ MCD_OPC_FilterValue, 243, 1, 122, 12, // Skip to: 14561 |
|
/* 11367 */ MCD_OPC_CheckPredicate, 13, 118, 12, // Skip to: 14561 |
|
/* 11371 */ MCD_OPC_Decode, 203, 14, 163, 1, // Opcode: VSLIv1i64 |
|
/* 11376 */ MCD_OPC_FilterValue, 6, 16, 0, // Skip to: 11396 |
|
/* 11380 */ MCD_OPC_CheckPredicate, 13, 105, 12, // Skip to: 14561 |
|
/* 11384 */ MCD_OPC_CheckField, 24, 8, 243, 1, 98, 12, // Skip to: 14561 |
|
/* 11391 */ MCD_OPC_Decode, 216, 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, 13, 77, 12, // Skip to: 14561 |
|
/* 11412 */ MCD_OPC_Decode, 208, 12, 162, 1, // Opcode: VQSHLsiv1i64 |
|
/* 11417 */ MCD_OPC_FilterValue, 243, 1, 67, 12, // Skip to: 14561 |
|
/* 11422 */ MCD_OPC_CheckPredicate, 13, 63, 12, // Skip to: 14561 |
|
/* 11426 */ MCD_OPC_Decode, 232, 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, 13, 21, 12, // Skip to: 14561 |
|
/* 11468 */ MCD_OPC_Decode, 251, 11, 96, // Opcode: VQADDsv16i8 |
|
/* 11472 */ MCD_OPC_FilterValue, 243, 1, 12, 12, // Skip to: 14561 |
|
/* 11477 */ MCD_OPC_CheckPredicate, 13, 8, 12, // Skip to: 14561 |
|
/* 11481 */ MCD_OPC_Decode, 131, 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, 13, 244, 11, // Skip to: 14561 |
|
/* 11501 */ MCD_OPC_Decode, 129, 12, 96, // Opcode: VQADDsv8i16 |
|
/* 11505 */ MCD_OPC_FilterValue, 243, 1, 235, 11, // Skip to: 14561 |
|
/* 11510 */ MCD_OPC_CheckPredicate, 13, 231, 11, // Skip to: 14561 |
|
/* 11514 */ MCD_OPC_Decode, 137, 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, 13, 211, 11, // Skip to: 14561 |
|
/* 11534 */ MCD_OPC_Decode, 128, 12, 96, // Opcode: VQADDsv4i32 |
|
/* 11538 */ MCD_OPC_FilterValue, 243, 1, 202, 11, // Skip to: 14561 |
|
/* 11543 */ MCD_OPC_CheckPredicate, 13, 198, 11, // Skip to: 14561 |
|
/* 11547 */ MCD_OPC_Decode, 136, 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, 13, 178, 11, // Skip to: 14561 |
|
/* 11567 */ MCD_OPC_Decode, 254, 11, 96, // Opcode: VQADDsv2i64 |
|
/* 11571 */ MCD_OPC_FilterValue, 243, 1, 169, 11, // Skip to: 14561 |
|
/* 11576 */ MCD_OPC_CheckPredicate, 13, 165, 11, // Skip to: 14561 |
|
/* 11580 */ MCD_OPC_Decode, 134, 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, 13, 138, 11, // Skip to: 14561 |
|
/* 11607 */ MCD_OPC_Decode, 254, 4, 96, // Opcode: VANDq |
|
/* 11611 */ MCD_OPC_FilterValue, 243, 1, 129, 11, // Skip to: 14561 |
|
/* 11616 */ MCD_OPC_CheckPredicate, 13, 125, 11, // Skip to: 14561 |
|
/* 11620 */ MCD_OPC_Decode, 186, 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, 13, 105, 11, // Skip to: 14561 |
|
/* 11640 */ MCD_OPC_Decode, 132, 5, 96, // Opcode: VBICq |
|
/* 11644 */ MCD_OPC_FilterValue, 243, 1, 96, 11, // Skip to: 14561 |
|
/* 11649 */ MCD_OPC_CheckPredicate, 13, 92, 11, // Skip to: 14561 |
|
/* 11653 */ MCD_OPC_Decode, 138, 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, 13, 72, 11, // Skip to: 14561 |
|
/* 11673 */ MCD_OPC_Decode, 202, 11, 96, // Opcode: VORRq |
|
/* 11677 */ MCD_OPC_FilterValue, 243, 1, 63, 11, // Skip to: 14561 |
|
/* 11682 */ MCD_OPC_CheckPredicate, 13, 59, 11, // Skip to: 14561 |
|
/* 11686 */ MCD_OPC_Decode, 136, 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, 13, 39, 11, // Skip to: 14561 |
|
/* 11706 */ MCD_OPC_Decode, 196, 11, 96, // Opcode: VORNq |
|
/* 11710 */ MCD_OPC_FilterValue, 243, 1, 30, 11, // Skip to: 14561 |
|
/* 11715 */ MCD_OPC_CheckPredicate, 13, 26, 11, // Skip to: 14561 |
|
/* 11719 */ MCD_OPC_Decode, 134, 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, 13, 255, 10, // Skip to: 14561 |
|
/* 11746 */ MCD_OPC_Decode, 128, 13, 96, // Opcode: VQSUBsv16i8 |
|
/* 11750 */ MCD_OPC_FilterValue, 243, 1, 246, 10, // Skip to: 14561 |
|
/* 11755 */ MCD_OPC_CheckPredicate, 13, 242, 10, // Skip to: 14561 |
|
/* 11759 */ MCD_OPC_Decode, 136, 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, 13, 222, 10, // Skip to: 14561 |
|
/* 11779 */ MCD_OPC_Decode, 134, 13, 96, // Opcode: VQSUBsv8i16 |
|
/* 11783 */ MCD_OPC_FilterValue, 243, 1, 213, 10, // Skip to: 14561 |
|
/* 11788 */ MCD_OPC_CheckPredicate, 13, 209, 10, // Skip to: 14561 |
|
/* 11792 */ MCD_OPC_Decode, 142, 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, 13, 189, 10, // Skip to: 14561 |
|
/* 11812 */ MCD_OPC_Decode, 133, 13, 96, // Opcode: VQSUBsv4i32 |
|
/* 11816 */ MCD_OPC_FilterValue, 243, 1, 180, 10, // Skip to: 14561 |
|
/* 11821 */ MCD_OPC_CheckPredicate, 13, 176, 10, // Skip to: 14561 |
|
/* 11825 */ MCD_OPC_Decode, 141, 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, 13, 156, 10, // Skip to: 14561 |
|
/* 11845 */ MCD_OPC_Decode, 131, 13, 96, // Opcode: VQSUBsv2i64 |
|
/* 11849 */ MCD_OPC_FilterValue, 243, 1, 147, 10, // Skip to: 14561 |
|
/* 11854 */ MCD_OPC_CheckPredicate, 13, 143, 10, // Skip to: 14561 |
|
/* 11858 */ MCD_OPC_Decode, 139, 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, 13, 116, 10, // Skip to: 14561 |
|
/* 11885 */ MCD_OPC_Decode, 157, 5, 96, // Opcode: VCGEsv16i8 |
|
/* 11889 */ MCD_OPC_FilterValue, 243, 1, 107, 10, // Skip to: 14561 |
|
/* 11894 */ MCD_OPC_CheckPredicate, 13, 103, 10, // Skip to: 14561 |
|
/* 11898 */ MCD_OPC_Decode, 163, 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, 13, 83, 10, // Skip to: 14561 |
|
/* 11918 */ MCD_OPC_Decode, 161, 5, 96, // Opcode: VCGEsv8i16 |
|
/* 11922 */ MCD_OPC_FilterValue, 243, 1, 74, 10, // Skip to: 14561 |
|
/* 11927 */ MCD_OPC_CheckPredicate, 13, 70, 10, // Skip to: 14561 |
|
/* 11931 */ MCD_OPC_Decode, 167, 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, 13, 50, 10, // Skip to: 14561 |
|
/* 11951 */ MCD_OPC_Decode, 160, 5, 96, // Opcode: VCGEsv4i32 |
|
/* 11955 */ MCD_OPC_FilterValue, 243, 1, 41, 10, // Skip to: 14561 |
|
/* 11960 */ MCD_OPC_CheckPredicate, 13, 37, 10, // Skip to: 14561 |
|
/* 11964 */ MCD_OPC_Decode, 166, 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, 13, 10, 10, // Skip to: 14561 |
|
/* 11991 */ MCD_OPC_Decode, 223, 12, 100, // Opcode: VQSHLsv16i8 |
|
/* 11995 */ MCD_OPC_FilterValue, 243, 1, 1, 10, // Skip to: 14561 |
|
/* 12000 */ MCD_OPC_CheckPredicate, 13, 253, 9, // Skip to: 14561 |
|
/* 12004 */ MCD_OPC_Decode, 239, 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, 13, 233, 9, // Skip to: 14561 |
|
/* 12024 */ MCD_OPC_Decode, 229, 12, 100, // Opcode: VQSHLsv8i16 |
|
/* 12028 */ MCD_OPC_FilterValue, 243, 1, 224, 9, // Skip to: 14561 |
|
/* 12033 */ MCD_OPC_CheckPredicate, 13, 220, 9, // Skip to: 14561 |
|
/* 12037 */ MCD_OPC_Decode, 245, 12, 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, 13, 200, 9, // Skip to: 14561 |
|
/* 12057 */ MCD_OPC_Decode, 228, 12, 100, // Opcode: VQSHLsv4i32 |
|
/* 12061 */ MCD_OPC_FilterValue, 243, 1, 191, 9, // Skip to: 14561 |
|
/* 12066 */ MCD_OPC_CheckPredicate, 13, 187, 9, // Skip to: 14561 |
|
/* 12070 */ MCD_OPC_Decode, 244, 12, 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, 13, 167, 9, // Skip to: 14561 |
|
/* 12090 */ MCD_OPC_Decode, 226, 12, 100, // Opcode: VQSHLsv2i64 |
|
/* 12094 */ MCD_OPC_FilterValue, 243, 1, 158, 9, // Skip to: 14561 |
|
/* 12099 */ MCD_OPC_CheckPredicate, 13, 154, 9, // Skip to: 14561 |
|
/* 12103 */ MCD_OPC_Decode, 242, 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, 13, 127, 9, // Skip to: 14561 |
|
/* 12130 */ MCD_OPC_Decode, 182, 12, 100, // Opcode: VQRSHLsv16i8 |
|
/* 12134 */ MCD_OPC_FilterValue, 243, 1, 118, 9, // Skip to: 14561 |
|
/* 12139 */ MCD_OPC_CheckPredicate, 13, 114, 9, // Skip to: 14561 |
|
/* 12143 */ MCD_OPC_Decode, 190, 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, 13, 94, 9, // Skip to: 14561 |
|
/* 12163 */ MCD_OPC_Decode, 188, 12, 100, // Opcode: VQRSHLsv8i16 |
|
/* 12167 */ MCD_OPC_FilterValue, 243, 1, 85, 9, // Skip to: 14561 |
|
/* 12172 */ MCD_OPC_CheckPredicate, 13, 81, 9, // Skip to: 14561 |
|
/* 12176 */ MCD_OPC_Decode, 196, 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, 13, 61, 9, // Skip to: 14561 |
|
/* 12196 */ MCD_OPC_Decode, 187, 12, 100, // Opcode: VQRSHLsv4i32 |
|
/* 12200 */ MCD_OPC_FilterValue, 243, 1, 52, 9, // Skip to: 14561 |
|
/* 12205 */ MCD_OPC_CheckPredicate, 13, 48, 9, // Skip to: 14561 |
|
/* 12209 */ MCD_OPC_Decode, 195, 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, 13, 28, 9, // Skip to: 14561 |
|
/* 12229 */ MCD_OPC_Decode, 185, 12, 100, // Opcode: VQRSHLsv2i64 |
|
/* 12233 */ MCD_OPC_FilterValue, 243, 1, 19, 9, // Skip to: 14561 |
|
/* 12238 */ MCD_OPC_CheckPredicate, 13, 15, 9, // Skip to: 14561 |
|
/* 12242 */ MCD_OPC_Decode, 193, 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, 13, 244, 8, // Skip to: 14561 |
|
/* 12269 */ MCD_OPC_Decode, 166, 10, 96, // Opcode: VMINsv16i8 |
|
/* 12273 */ MCD_OPC_FilterValue, 243, 1, 235, 8, // Skip to: 14561 |
|
/* 12278 */ MCD_OPC_CheckPredicate, 13, 231, 8, // Skip to: 14561 |
|
/* 12282 */ MCD_OPC_Decode, 172, 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, 13, 211, 8, // Skip to: 14561 |
|
/* 12302 */ MCD_OPC_Decode, 170, 10, 96, // Opcode: VMINsv8i16 |
|
/* 12306 */ MCD_OPC_FilterValue, 243, 1, 202, 8, // Skip to: 14561 |
|
/* 12311 */ MCD_OPC_CheckPredicate, 13, 198, 8, // Skip to: 14561 |
|
/* 12315 */ MCD_OPC_Decode, 176, 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, 13, 178, 8, // Skip to: 14561 |
|
/* 12335 */ MCD_OPC_Decode, 169, 10, 96, // Opcode: VMINsv4i32 |
|
/* 12339 */ MCD_OPC_FilterValue, 243, 1, 169, 8, // Skip to: 14561 |
|
/* 12344 */ MCD_OPC_CheckPredicate, 13, 165, 8, // Skip to: 14561 |
|
/* 12348 */ MCD_OPC_Decode, 175, 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, 13, 138, 8, // Skip to: 14561 |
|
/* 12375 */ MCD_OPC_Decode, 180, 4, 104, // Opcode: VABAsv16i8 |
|
/* 12379 */ MCD_OPC_FilterValue, 243, 1, 129, 8, // Skip to: 14561 |
|
/* 12384 */ MCD_OPC_CheckPredicate, 13, 125, 8, // Skip to: 14561 |
|
/* 12388 */ MCD_OPC_Decode, 186, 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, 13, 105, 8, // Skip to: 14561 |
|
/* 12408 */ MCD_OPC_Decode, 184, 4, 104, // Opcode: VABAsv8i16 |
|
/* 12412 */ MCD_OPC_FilterValue, 243, 1, 96, 8, // Skip to: 14561 |
|
/* 12417 */ MCD_OPC_CheckPredicate, 13, 92, 8, // Skip to: 14561 |
|
/* 12421 */ MCD_OPC_Decode, 190, 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, 13, 72, 8, // Skip to: 14561 |
|
/* 12441 */ MCD_OPC_Decode, 183, 4, 104, // Opcode: VABAsv4i32 |
|
/* 12445 */ MCD_OPC_FilterValue, 243, 1, 63, 8, // Skip to: 14561 |
|
/* 12450 */ MCD_OPC_CheckPredicate, 13, 59, 8, // Skip to: 14561 |
|
/* 12454 */ MCD_OPC_Decode, 189, 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, 13, 32, 8, // Skip to: 14561 |
|
/* 12481 */ MCD_OPC_Decode, 232, 17, 96, // Opcode: VTSTv16i8 |
|
/* 12485 */ MCD_OPC_FilterValue, 243, 1, 23, 8, // Skip to: 14561 |
|
/* 12490 */ MCD_OPC_CheckPredicate, 13, 19, 8, // Skip to: 14561 |
|
/* 12494 */ MCD_OPC_Decode, 141, 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, 13, 255, 7, // Skip to: 14561 |
|
/* 12514 */ MCD_OPC_Decode, 236, 17, 96, // Opcode: VTSTv8i16 |
|
/* 12518 */ MCD_OPC_FilterValue, 243, 1, 246, 7, // Skip to: 14561 |
|
/* 12523 */ MCD_OPC_CheckPredicate, 13, 242, 7, // Skip to: 14561 |
|
/* 12527 */ MCD_OPC_Decode, 145, 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, 13, 222, 7, // Skip to: 14561 |
|
/* 12547 */ MCD_OPC_Decode, 235, 17, 96, // Opcode: VTSTv4i32 |
|
/* 12551 */ MCD_OPC_FilterValue, 243, 1, 213, 7, // Skip to: 14561 |
|
/* 12556 */ MCD_OPC_CheckPredicate, 13, 209, 7, // Skip to: 14561 |
|
/* 12560 */ MCD_OPC_Decode, 144, 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, 13, 182, 7, // Skip to: 14561 |
|
/* 12587 */ MCD_OPC_Decode, 167, 11, 96, // Opcode: VMULv16i8 |
|
/* 12591 */ MCD_OPC_FilterValue, 243, 1, 173, 7, // Skip to: 14561 |
|
/* 12596 */ MCD_OPC_CheckPredicate, 13, 169, 7, // Skip to: 14561 |
|
/* 12600 */ MCD_OPC_Decode, 160, 11, 96, // Opcode: VMULpq |
|
/* 12604 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 12623 |
|
/* 12608 */ MCD_OPC_CheckPredicate, 13, 157, 7, // Skip to: 14561 |
|
/* 12612 */ MCD_OPC_CheckField, 24, 8, 242, 1, 150, 7, // Skip to: 14561 |
|
/* 12619 */ MCD_OPC_Decode, 171, 11, 96, // Opcode: VMULv8i16 |
|
/* 12623 */ MCD_OPC_FilterValue, 2, 142, 7, // Skip to: 14561 |
|
/* 12627 */ MCD_OPC_CheckPredicate, 13, 138, 7, // Skip to: 14561 |
|
/* 12631 */ MCD_OPC_CheckField, 24, 8, 242, 1, 131, 7, // Skip to: 14561 |
|
/* 12638 */ MCD_OPC_Decode, 170, 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, 16, 112, 7, // Skip to: 14561 |
|
/* 12657 */ MCD_OPC_CheckField, 24, 8, 242, 1, 105, 7, // Skip to: 14561 |
|
/* 12664 */ MCD_OPC_Decode, 197, 6, 104, // Opcode: VFMAfq |
|
/* 12668 */ MCD_OPC_FilterValue, 2, 97, 7, // Skip to: 14561 |
|
/* 12672 */ MCD_OPC_CheckPredicate, 16, 93, 7, // Skip to: 14561 |
|
/* 12676 */ MCD_OPC_CheckField, 24, 8, 242, 1, 86, 7, // Skip to: 14561 |
|
/* 12683 */ MCD_OPC_Decode, 201, 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, 13, 59, 7, // Skip to: 14561 |
|
/* 12710 */ MCD_OPC_Decode, 191, 10, 104, // Opcode: VMLAfq |
|
/* 12714 */ MCD_OPC_FilterValue, 243, 1, 50, 7, // Skip to: 14561 |
|
/* 12719 */ MCD_OPC_CheckPredicate, 13, 46, 7, // Skip to: 14561 |
|
/* 12723 */ MCD_OPC_Decode, 158, 11, 96, // Opcode: VMULfq |
|
/* 12727 */ MCD_OPC_FilterValue, 2, 38, 7, // Skip to: 14561 |
|
/* 12731 */ MCD_OPC_CheckPredicate, 13, 34, 7, // Skip to: 14561 |
|
/* 12735 */ MCD_OPC_CheckField, 24, 8, 242, 1, 27, 7, // Skip to: 14561 |
|
/* 12742 */ MCD_OPC_Decode, 217, 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, 13, 8, 7, // Skip to: 14561 |
|
/* 12761 */ MCD_OPC_CheckField, 24, 8, 243, 1, 1, 7, // Skip to: 14561 |
|
/* 12768 */ MCD_OPC_Decode, 223, 4, 96, // Opcode: VACGEq |
|
/* 12772 */ MCD_OPC_FilterValue, 2, 249, 6, // Skip to: 14561 |
|
/* 12776 */ MCD_OPC_CheckPredicate, 13, 245, 6, // Skip to: 14561 |
|
/* 12780 */ MCD_OPC_CheckField, 24, 8, 243, 1, 238, 6, // Skip to: 14561 |
|
/* 12787 */ MCD_OPC_Decode, 225, 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, 13, 219, 6, // Skip to: 14561 |
|
/* 12806 */ MCD_OPC_CheckField, 24, 8, 242, 1, 212, 6, // Skip to: 14561 |
|
/* 12813 */ MCD_OPC_Decode, 152, 13, 96, // Opcode: VRECPSfq |
|
/* 12817 */ MCD_OPC_FilterValue, 2, 204, 6, // Skip to: 14561 |
|
/* 12821 */ MCD_OPC_CheckPredicate, 13, 200, 6, // Skip to: 14561 |
|
/* 12825 */ MCD_OPC_CheckField, 24, 8, 242, 1, 193, 6, // Skip to: 14561 |
|
/* 12832 */ MCD_OPC_Decode, 243, 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, 13, 229, 4, // Skip to: 14139 |
|
/* 12886 */ MCD_OPC_CheckField, 19, 1, 1, 223, 4, // Skip to: 14139 |
|
/* 12892 */ MCD_OPC_Decode, 182, 14, 164, 1, // Opcode: VSHRsv16i8 |
|
/* 12897 */ MCD_OPC_FilterValue, 1, 214, 4, // Skip to: 14139 |
|
/* 12901 */ MCD_OPC_CheckPredicate, 13, 210, 4, // Skip to: 14139 |
|
/* 12905 */ MCD_OPC_CheckField, 19, 1, 1, 204, 4, // Skip to: 14139 |
|
/* 12911 */ MCD_OPC_Decode, 190, 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, 13, 184, 4, // Skip to: 14139 |
|
/* 12931 */ MCD_OPC_Decode, 188, 14, 165, 1, // Opcode: VSHRsv8i16 |
|
/* 12936 */ MCD_OPC_FilterValue, 1, 175, 4, // Skip to: 14139 |
|
/* 12940 */ MCD_OPC_CheckPredicate, 13, 171, 4, // Skip to: 14139 |
|
/* 12944 */ MCD_OPC_Decode, 196, 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, 13, 151, 4, // Skip to: 14139 |
|
/* 12964 */ MCD_OPC_Decode, 187, 14, 166, 1, // Opcode: VSHRsv4i32 |
|
/* 12969 */ MCD_OPC_FilterValue, 1, 142, 4, // Skip to: 14139 |
|
/* 12973 */ MCD_OPC_CheckPredicate, 13, 138, 4, // Skip to: 14139 |
|
/* 12977 */ MCD_OPC_Decode, 195, 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, 13, 104, 4, // Skip to: 14139 |
|
/* 13011 */ MCD_OPC_CheckField, 19, 1, 1, 98, 4, // Skip to: 14139 |
|
/* 13017 */ MCD_OPC_Decode, 214, 14, 167, 1, // Opcode: VSRAsv16i8 |
|
/* 13022 */ MCD_OPC_FilterValue, 1, 89, 4, // Skip to: 14139 |
|
/* 13026 */ MCD_OPC_CheckPredicate, 13, 85, 4, // Skip to: 14139 |
|
/* 13030 */ MCD_OPC_CheckField, 19, 1, 1, 79, 4, // Skip to: 14139 |
|
/* 13036 */ MCD_OPC_Decode, 222, 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, 13, 59, 4, // Skip to: 14139 |
|
/* 13056 */ MCD_OPC_Decode, 220, 14, 168, 1, // Opcode: VSRAsv8i16 |
|
/* 13061 */ MCD_OPC_FilterValue, 1, 50, 4, // Skip to: 14139 |
|
/* 13065 */ MCD_OPC_CheckPredicate, 13, 46, 4, // Skip to: 14139 |
|
/* 13069 */ MCD_OPC_Decode, 228, 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, 13, 26, 4, // Skip to: 14139 |
|
/* 13089 */ MCD_OPC_Decode, 219, 14, 169, 1, // Opcode: VSRAsv4i32 |
|
/* 13094 */ MCD_OPC_FilterValue, 1, 17, 4, // Skip to: 14139 |
|
/* 13098 */ MCD_OPC_CheckPredicate, 13, 13, 4, // Skip to: 14139 |
|
/* 13102 */ MCD_OPC_Decode, 227, 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, 13, 235, 3, // Skip to: 14139 |
|
/* 13136 */ MCD_OPC_CheckField, 19, 1, 1, 229, 3, // Skip to: 14139 |
|
/* 13142 */ MCD_OPC_Decode, 222, 13, 164, 1, // Opcode: VRSHRsv16i8 |
|
/* 13147 */ MCD_OPC_FilterValue, 1, 220, 3, // Skip to: 14139 |
|
/* 13151 */ MCD_OPC_CheckPredicate, 13, 216, 3, // Skip to: 14139 |
|
/* 13155 */ MCD_OPC_CheckField, 19, 1, 1, 210, 3, // Skip to: 14139 |
|
/* 13161 */ MCD_OPC_Decode, 230, 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, 13, 190, 3, // Skip to: 14139 |
|
/* 13181 */ MCD_OPC_Decode, 228, 13, 165, 1, // Opcode: VRSHRsv8i16 |
|
/* 13186 */ MCD_OPC_FilterValue, 1, 181, 3, // Skip to: 14139 |
|
/* 13190 */ MCD_OPC_CheckPredicate, 13, 177, 3, // Skip to: 14139 |
|
/* 13194 */ MCD_OPC_Decode, 236, 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, 13, 157, 3, // Skip to: 14139 |
|
/* 13214 */ MCD_OPC_Decode, 227, 13, 166, 1, // Opcode: VRSHRsv4i32 |
|
/* 13219 */ MCD_OPC_FilterValue, 1, 148, 3, // Skip to: 14139 |
|
/* 13223 */ MCD_OPC_CheckPredicate, 13, 144, 3, // Skip to: 14139 |
|
/* 13227 */ MCD_OPC_Decode, 235, 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, 13, 110, 3, // Skip to: 14139 |
|
/* 13261 */ MCD_OPC_CheckField, 19, 1, 1, 104, 3, // Skip to: 14139 |
|
/* 13267 */ MCD_OPC_Decode, 244, 13, 167, 1, // Opcode: VRSRAsv16i8 |
|
/* 13272 */ MCD_OPC_FilterValue, 1, 95, 3, // Skip to: 14139 |
|
/* 13276 */ MCD_OPC_CheckPredicate, 13, 91, 3, // Skip to: 14139 |
|
/* 13280 */ MCD_OPC_CheckField, 19, 1, 1, 85, 3, // Skip to: 14139 |
|
/* 13286 */ MCD_OPC_Decode, 252, 13, 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, 13, 65, 3, // Skip to: 14139 |
|
/* 13306 */ MCD_OPC_Decode, 250, 13, 168, 1, // Opcode: VRSRAsv8i16 |
|
/* 13311 */ MCD_OPC_FilterValue, 1, 56, 3, // Skip to: 14139 |
|
/* 13315 */ MCD_OPC_CheckPredicate, 13, 52, 3, // Skip to: 14139 |
|
/* 13319 */ MCD_OPC_Decode, 130, 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, 13, 32, 3, // Skip to: 14139 |
|
/* 13339 */ MCD_OPC_Decode, 249, 13, 169, 1, // Opcode: VRSRAsv4i32 |
|
/* 13344 */ MCD_OPC_FilterValue, 1, 23, 3, // Skip to: 14139 |
|
/* 13348 */ MCD_OPC_CheckPredicate, 13, 19, 3, // Skip to: 14139 |
|
/* 13352 */ MCD_OPC_Decode, 129, 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, 13, 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, 230, 14, 167, 1, // Opcode: VSRIv16i8 |
|
/* 13396 */ MCD_OPC_FilterValue, 1, 227, 2, // Skip to: 14139 |
|
/* 13400 */ MCD_OPC_CheckPredicate, 13, 223, 2, // Skip to: 14139 |
|
/* 13404 */ MCD_OPC_CheckField, 24, 1, 1, 217, 2, // Skip to: 14139 |
|
/* 13410 */ MCD_OPC_Decode, 236, 14, 168, 1, // Opcode: VSRIv8i16 |
|
/* 13415 */ MCD_OPC_FilterValue, 1, 208, 2, // Skip to: 14139 |
|
/* 13419 */ MCD_OPC_CheckPredicate, 13, 204, 2, // Skip to: 14139 |
|
/* 13423 */ MCD_OPC_CheckField, 24, 1, 1, 198, 2, // Skip to: 14139 |
|
/* 13429 */ MCD_OPC_Decode, 235, 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, 13, 164, 2, // Skip to: 14139 |
|
/* 13463 */ MCD_OPC_CheckField, 19, 1, 1, 158, 2, // Skip to: 14139 |
|
/* 13469 */ MCD_OPC_Decode, 155, 14, 170, 1, // Opcode: VSHLiv16i8 |
|
/* 13474 */ MCD_OPC_FilterValue, 1, 149, 2, // Skip to: 14139 |
|
/* 13478 */ MCD_OPC_CheckPredicate, 13, 145, 2, // Skip to: 14139 |
|
/* 13482 */ MCD_OPC_CheckField, 19, 1, 1, 139, 2, // Skip to: 14139 |
|
/* 13488 */ MCD_OPC_Decode, 202, 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, 13, 119, 2, // Skip to: 14139 |
|
/* 13508 */ MCD_OPC_Decode, 161, 14, 172, 1, // Opcode: VSHLiv8i16 |
|
/* 13513 */ MCD_OPC_FilterValue, 1, 110, 2, // Skip to: 14139 |
|
/* 13517 */ MCD_OPC_CheckPredicate, 13, 106, 2, // Skip to: 14139 |
|
/* 13521 */ MCD_OPC_Decode, 208, 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, 13, 86, 2, // Skip to: 14139 |
|
/* 13541 */ MCD_OPC_Decode, 160, 14, 174, 1, // Opcode: VSHLiv4i32 |
|
/* 13546 */ MCD_OPC_FilterValue, 1, 77, 2, // Skip to: 14139 |
|
/* 13550 */ MCD_OPC_CheckPredicate, 13, 73, 2, // Skip to: 14139 |
|
/* 13554 */ MCD_OPC_Decode, 207, 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, 13, 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, 215, 12, 170, 1, // Opcode: VQSHLsuv16i8 |
|
/* 13598 */ MCD_OPC_FilterValue, 1, 25, 2, // Skip to: 14139 |
|
/* 13602 */ MCD_OPC_CheckPredicate, 13, 21, 2, // Skip to: 14139 |
|
/* 13606 */ MCD_OPC_CheckField, 24, 1, 1, 15, 2, // Skip to: 14139 |
|
/* 13612 */ MCD_OPC_Decode, 221, 12, 172, 1, // Opcode: VQSHLsuv8i16 |
|
/* 13617 */ MCD_OPC_FilterValue, 1, 6, 2, // Skip to: 14139 |
|
/* 13621 */ MCD_OPC_CheckPredicate, 13, 2, 2, // Skip to: 14139 |
|
/* 13625 */ MCD_OPC_CheckField, 24, 1, 1, 252, 1, // Skip to: 14139 |
|
/* 13631 */ MCD_OPC_Decode, 220, 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, 13, 218, 1, // Skip to: 14139 |
|
/* 13665 */ MCD_OPC_CheckField, 19, 1, 1, 212, 1, // Skip to: 14139 |
|
/* 13671 */ MCD_OPC_Decode, 207, 12, 170, 1, // Opcode: VQSHLsiv16i8 |
|
/* 13676 */ MCD_OPC_FilterValue, 1, 203, 1, // Skip to: 14139 |
|
/* 13680 */ MCD_OPC_CheckPredicate, 13, 199, 1, // Skip to: 14139 |
|
/* 13684 */ MCD_OPC_CheckField, 19, 1, 1, 193, 1, // Skip to: 14139 |
|
/* 13690 */ MCD_OPC_Decode, 231, 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, 13, 173, 1, // Skip to: 14139 |
|
/* 13710 */ MCD_OPC_Decode, 213, 12, 172, 1, // Opcode: VQSHLsiv8i16 |
|
/* 13715 */ MCD_OPC_FilterValue, 1, 164, 1, // Skip to: 14139 |
|
/* 13719 */ MCD_OPC_CheckPredicate, 13, 160, 1, // Skip to: 14139 |
|
/* 13723 */ MCD_OPC_Decode, 237, 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, 13, 140, 1, // Skip to: 14139 |
|
/* 13743 */ MCD_OPC_Decode, 212, 12, 174, 1, // Opcode: VQSHLsiv4i32 |
|
/* 13748 */ MCD_OPC_FilterValue, 1, 131, 1, // Skip to: 14139 |
|
/* 13752 */ MCD_OPC_CheckPredicate, 13, 127, 1, // Skip to: 14139 |
|
/* 13756 */ MCD_OPC_Decode, 236, 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, 13, 93, 1, // Skip to: 14139 |
|
/* 13790 */ MCD_OPC_CheckField, 19, 1, 1, 87, 1, // Skip to: 14139 |
|
/* 13796 */ MCD_OPC_Decode, 221, 13, 152, 1, // Opcode: VRSHRNv8i8 |
|
/* 13801 */ MCD_OPC_FilterValue, 1, 78, 1, // Skip to: 14139 |
|
/* 13805 */ MCD_OPC_CheckPredicate, 13, 74, 1, // Skip to: 14139 |
|
/* 13809 */ MCD_OPC_CheckField, 19, 1, 1, 68, 1, // Skip to: 14139 |
|
/* 13815 */ MCD_OPC_Decode, 206, 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, 13, 48, 1, // Skip to: 14139 |
|
/* 13835 */ MCD_OPC_Decode, 220, 13, 153, 1, // Opcode: VRSHRNv4i16 |
|
/* 13840 */ MCD_OPC_FilterValue, 1, 39, 1, // Skip to: 14139 |
|
/* 13844 */ MCD_OPC_CheckPredicate, 13, 35, 1, // Skip to: 14139 |
|
/* 13848 */ MCD_OPC_Decode, 205, 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, 13, 15, 1, // Skip to: 14139 |
|
/* 13868 */ MCD_OPC_Decode, 219, 13, 154, 1, // Opcode: VRSHRNv2i32 |
|
/* 13873 */ MCD_OPC_FilterValue, 1, 6, 1, // Skip to: 14139 |
|
/* 13877 */ MCD_OPC_CheckPredicate, 13, 2, 1, // Skip to: 14139 |
|
/* 13881 */ MCD_OPC_Decode, 204, 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, 13, 224, 0, // Skip to: 14139 |
|
/* 13915 */ MCD_OPC_CheckField, 19, 1, 1, 218, 0, // Skip to: 14139 |
|
/* 13921 */ MCD_OPC_Decode, 200, 12, 152, 1, // Opcode: VQRSHRNsv8i8 |
|
/* 13926 */ MCD_OPC_FilterValue, 1, 209, 0, // Skip to: 14139 |
|
/* 13930 */ MCD_OPC_CheckPredicate, 13, 205, 0, // Skip to: 14139 |
|
/* 13934 */ MCD_OPC_CheckField, 19, 1, 1, 199, 0, // Skip to: 14139 |
|
/* 13940 */ MCD_OPC_Decode, 203, 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, 13, 179, 0, // Skip to: 14139 |
|
/* 13960 */ MCD_OPC_Decode, 199, 12, 153, 1, // Opcode: VQRSHRNsv4i16 |
|
/* 13965 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 14139 |
|
/* 13969 */ MCD_OPC_CheckPredicate, 13, 166, 0, // Skip to: 14139 |
|
/* 13973 */ MCD_OPC_Decode, 202, 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, 13, 146, 0, // Skip to: 14139 |
|
/* 13993 */ MCD_OPC_Decode, 198, 12, 154, 1, // Opcode: VQRSHRNsv2i32 |
|
/* 13998 */ MCD_OPC_FilterValue, 1, 137, 0, // Skip to: 14139 |
|
/* 14002 */ MCD_OPC_CheckPredicate, 13, 133, 0, // Skip to: 14139 |
|
/* 14006 */ MCD_OPC_Decode, 201, 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, 13, 30, 0, // Skip to: 14056 |
|
/* 14026 */ MCD_OPC_CheckField, 19, 3, 0, 24, 0, // Skip to: 14056 |
|
/* 14032 */ MCD_OPC_Decode, 249, 10, 158, 1, // Opcode: VMOVv16i8 |
|
/* 14037 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14056 |
|
/* 14041 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 14056 |
|
/* 14045 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, // Skip to: 14056 |
|
/* 14051 */ MCD_OPC_Decode, 253, 10, 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, 13, 72, 0, // Skip to: 14139 |
|
/* 14067 */ MCD_OPC_Decode, 166, 6, 176, 1, // Opcode: VCVTxs2fq |
|
/* 14072 */ MCD_OPC_FilterValue, 1, 63, 0, // Skip to: 14139 |
|
/* 14076 */ MCD_OPC_CheckPredicate, 13, 59, 0, // Skip to: 14139 |
|
/* 14080 */ MCD_OPC_Decode, 168, 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, 13, 18, 0, // Skip to: 14118 |
|
/* 14100 */ MCD_OPC_Decode, 157, 6, 176, 1, // Opcode: VCVTf2xsq |
|
/* 14105 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 14118 |
|
/* 14109 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 14118 |
|
/* 14113 */ MCD_OPC_Decode, 159, 6, 176, 1, // Opcode: VCVTf2xuq |
|
/* 14118 */ MCD_OPC_CheckPredicate, 13, 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, 254, 10, 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, 13, 50, 0, // Skip to: 14214 |
|
/* 14164 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 14214 |
|
/* 14170 */ MCD_OPC_Decode, 129, 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, 13, 24, 0, // Skip to: 14214 |
|
/* 14190 */ MCD_OPC_Decode, 200, 11, 158, 1, // Opcode: VORRiv4i32 |
|
/* 14195 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14214 |
|
/* 14199 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 14214 |
|
/* 14203 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 14214 |
|
/* 14209 */ MCD_OPC_Decode, 201, 11, 158, 1, // Opcode: VORRiv8i16 |
|
/* 14214 */ MCD_OPC_CheckPredicate, 13, 87, 1, // Skip to: 14561 |
|
/* 14218 */ MCD_OPC_Decode, 128, 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, 13, 50, 0, // Skip to: 14295 |
|
/* 14245 */ MCD_OPC_CheckField, 10, 2, 2, 44, 0, // Skip to: 14295 |
|
/* 14251 */ MCD_OPC_Decode, 178, 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, 13, 24, 0, // Skip to: 14295 |
|
/* 14271 */ MCD_OPC_Decode, 130, 5, 158, 1, // Opcode: VBICiv4i32 |
|
/* 14276 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 14295 |
|
/* 14280 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 14295 |
|
/* 14284 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, // Skip to: 14295 |
|
/* 14290 */ MCD_OPC_Decode, 131, 5, 158, 1, // Opcode: VBICiv8i16 |
|
/* 14295 */ MCD_OPC_CheckPredicate, 13, 6, 1, // Skip to: 14561 |
|
/* 14299 */ MCD_OPC_Decode, 177, 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, 13, 234, 0, // Skip to: 14561 |
|
/* 14327 */ MCD_OPC_Decode, 185, 14, 177, 1, // Opcode: VSHRsv2i64 |
|
/* 14332 */ MCD_OPC_FilterValue, 243, 1, 224, 0, // Skip to: 14561 |
|
/* 14337 */ MCD_OPC_CheckPredicate, 13, 220, 0, // Skip to: 14561 |
|
/* 14341 */ MCD_OPC_Decode, 193, 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, 13, 199, 0, // Skip to: 14561 |
|
/* 14362 */ MCD_OPC_Decode, 217, 14, 178, 1, // Opcode: VSRAsv2i64 |
|
/* 14367 */ MCD_OPC_FilterValue, 243, 1, 189, 0, // Skip to: 14561 |
|
/* 14372 */ MCD_OPC_CheckPredicate, 13, 185, 0, // Skip to: 14561 |
|
/* 14376 */ MCD_OPC_Decode, 225, 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, 13, 164, 0, // Skip to: 14561 |
|
/* 14397 */ MCD_OPC_Decode, 225, 13, 177, 1, // Opcode: VRSHRsv2i64 |
|
/* 14402 */ MCD_OPC_FilterValue, 243, 1, 154, 0, // Skip to: 14561 |
|
/* 14407 */ MCD_OPC_CheckPredicate, 13, 150, 0, // Skip to: 14561 |
|
/* 14411 */ MCD_OPC_Decode, 233, 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, 13, 129, 0, // Skip to: 14561 |
|
/* 14432 */ MCD_OPC_Decode, 247, 13, 178, 1, // Opcode: VRSRAsv2i64 |
|
/* 14437 */ MCD_OPC_FilterValue, 243, 1, 119, 0, // Skip to: 14561 |
|
/* 14442 */ MCD_OPC_CheckPredicate, 13, 115, 0, // Skip to: 14561 |
|
/* 14446 */ MCD_OPC_Decode, 255, 13, 178, 1, // Opcode: VRSRAuv2i64 |
|
/* 14451 */ MCD_OPC_FilterValue, 4, 16, 0, // Skip to: 14471 |
|
/* 14455 */ MCD_OPC_CheckPredicate, 13, 102, 0, // Skip to: 14561 |
|
/* 14459 */ MCD_OPC_CheckField, 24, 8, 243, 1, 95, 0, // Skip to: 14561 |
|
/* 14466 */ MCD_OPC_Decode, 233, 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, 13, 74, 0, // Skip to: 14561 |
|
/* 14487 */ MCD_OPC_Decode, 158, 14, 179, 1, // Opcode: VSHLiv2i64 |
|
/* 14492 */ MCD_OPC_FilterValue, 243, 1, 64, 0, // Skip to: 14561 |
|
/* 14497 */ MCD_OPC_CheckPredicate, 13, 60, 0, // Skip to: 14561 |
|
/* 14501 */ MCD_OPC_Decode, 205, 14, 180, 1, // Opcode: VSLIv2i64 |
|
/* 14506 */ MCD_OPC_FilterValue, 6, 16, 0, // Skip to: 14526 |
|
/* 14510 */ MCD_OPC_CheckPredicate, 13, 47, 0, // Skip to: 14561 |
|
/* 14514 */ MCD_OPC_CheckField, 24, 8, 243, 1, 40, 0, // Skip to: 14561 |
|
/* 14521 */ MCD_OPC_Decode, 218, 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, 13, 19, 0, // Skip to: 14561 |
|
/* 14542 */ MCD_OPC_Decode, 210, 12, 179, 1, // Opcode: VQSHLsiv2i64 |
|
/* 14547 */ MCD_OPC_FilterValue, 243, 1, 9, 0, // Skip to: 14561 |
|
/* 14552 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 14561 |
|
/* 14556 */ MCD_OPC_Decode, 234, 12, 179, 1, // Opcode: VQSHLuiv2i64 |
|
/* 14561 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 13, 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, 144, 14, 181, 1, // Opcode: VSETLNi32 |
|
/* 42 */ MCD_OPC_FilterValue, 1, 103, 1, // Skip to: 405 |
|
/* 46 */ MCD_OPC_CheckPredicate, 13, 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, 206, 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, 13, 67, 1, // Skip to: 405 |
|
/* 82 */ MCD_OPC_CheckField, 8, 4, 11, 61, 1, // Skip to: 405 |
|
/* 88 */ MCD_OPC_Decode, 143, 14, 183, 1, // Opcode: VSETLNi16 |
|
/* 93 */ MCD_OPC_FilterValue, 1, 52, 1, // Skip to: 405 |
|
/* 97 */ MCD_OPC_CheckPredicate, 13, 48, 1, // Skip to: 405 |
|
/* 101 */ MCD_OPC_CheckField, 8, 4, 11, 42, 1, // Skip to: 405 |
|
/* 107 */ MCD_OPC_Decode, 207, 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, 13, 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, 145, 14, 185, 1, // Opcode: VSETLNi8 |
|
/* 144 */ MCD_OPC_FilterValue, 1, 1, 1, // Skip to: 405 |
|
/* 148 */ MCD_OPC_CheckPredicate, 13, 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, 208, 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, 13, 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, 173, 6, 187, 1, // Opcode: VDUP32d |
|
/* 208 */ MCD_OPC_FilterValue, 2, 193, 0, // Skip to: 405 |
|
/* 212 */ MCD_OPC_CheckPredicate, 13, 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, 174, 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, 13, 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, 171, 6, 187, 1, // Opcode: VDUP16d |
|
/* 272 */ MCD_OPC_FilterValue, 1, 129, 0, // Skip to: 405 |
|
/* 276 */ MCD_OPC_CheckPredicate, 13, 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, 172, 6, 188, 1, // Opcode: VDUP16q |
|
/* 297 */ MCD_OPC_FilterValue, 1, 104, 0, // Skip to: 405 |
|
/* 301 */ MCD_OPC_CheckPredicate, 13, 100, 0, // Skip to: 405 |
|
/* 305 */ MCD_OPC_CheckField, 8, 4, 11, 94, 0, // Skip to: 405 |
|
/* 311 */ MCD_OPC_Decode, 209, 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, 13, 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, 175, 6, 187, 1, // Opcode: VDUP8d |
|
/* 355 */ MCD_OPC_FilterValue, 1, 46, 0, // Skip to: 405 |
|
/* 359 */ MCD_OPC_CheckPredicate, 13, 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, 176, 6, 188, 1, // Opcode: VDUP8q |
|
/* 380 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 405 |
|
/* 384 */ MCD_OPC_CheckPredicate, 13, 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, 210, 6, 186, 1, // Opcode: VGETLNu8 |
|
/* 405 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 13, 11, 0, // Skip to: 44 |
|
/* 33 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 44 |
|
/* 39 */ MCD_OPC_Decode, 251, 16, 189, 1, // Opcode: VST4d8 |
|
/* 44 */ MCD_OPC_CheckPredicate, 13, 194, 22, // Skip to: 5874 |
|
/* 48 */ MCD_OPC_Decode, 254, 16, 189, 1, // Opcode: VST4d8_UPD |
|
/* 53 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 81 |
|
/* 57 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 72 |
|
/* 61 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 72 |
|
/* 67 */ MCD_OPC_Decode, 243, 16, 189, 1, // Opcode: VST4d16 |
|
/* 72 */ MCD_OPC_CheckPredicate, 13, 166, 22, // Skip to: 5874 |
|
/* 76 */ MCD_OPC_Decode, 246, 16, 189, 1, // Opcode: VST4d16_UPD |
|
/* 81 */ MCD_OPC_FilterValue, 2, 157, 22, // Skip to: 5874 |
|
/* 85 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 100 |
|
/* 89 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 100 |
|
/* 95 */ MCD_OPC_Decode, 247, 16, 189, 1, // Opcode: VST4d32 |
|
/* 100 */ MCD_OPC_CheckPredicate, 13, 138, 22, // Skip to: 5874 |
|
/* 104 */ MCD_OPC_Decode, 250, 16, 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, 13, 11, 0, // Skip to: 136 |
|
/* 125 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 136 |
|
/* 131 */ MCD_OPC_Decode, 242, 14, 190, 1, // Opcode: VST1LNd8 |
|
/* 136 */ MCD_OPC_CheckPredicate, 13, 102, 22, // Skip to: 5874 |
|
/* 140 */ MCD_OPC_Decode, 243, 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, 13, 11, 0, // Skip to: 179 |
|
/* 168 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 179 |
|
/* 174 */ MCD_OPC_Decode, 224, 9, 189, 1, // Opcode: VLD4d8 |
|
/* 179 */ MCD_OPC_CheckPredicate, 13, 59, 22, // Skip to: 5874 |
|
/* 183 */ MCD_OPC_Decode, 227, 9, 189, 1, // Opcode: VLD4d8_UPD |
|
/* 188 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 216 |
|
/* 192 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 207 |
|
/* 196 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 207 |
|
/* 202 */ MCD_OPC_Decode, 216, 9, 189, 1, // Opcode: VLD4d16 |
|
/* 207 */ MCD_OPC_CheckPredicate, 13, 31, 22, // Skip to: 5874 |
|
/* 211 */ MCD_OPC_Decode, 219, 9, 189, 1, // Opcode: VLD4d16_UPD |
|
/* 216 */ MCD_OPC_FilterValue, 2, 22, 22, // Skip to: 5874 |
|
/* 220 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 235 |
|
/* 224 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 235 |
|
/* 230 */ MCD_OPC_Decode, 220, 9, 189, 1, // Opcode: VLD4d32 |
|
/* 235 */ MCD_OPC_CheckPredicate, 13, 3, 22, // Skip to: 5874 |
|
/* 239 */ MCD_OPC_Decode, 223, 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, 13, 11, 0, // Skip to: 271 |
|
/* 260 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 271 |
|
/* 266 */ MCD_OPC_Decode, 129, 7, 191, 1, // Opcode: VLD1LNd8 |
|
/* 271 */ MCD_OPC_CheckPredicate, 13, 223, 21, // Skip to: 5874 |
|
/* 275 */ MCD_OPC_Decode, 130, 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, 13, 11, 0, // Skip to: 321 |
|
/* 310 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 321 |
|
/* 316 */ MCD_OPC_Decode, 146, 17, 189, 1, // Opcode: VST4q8 |
|
/* 321 */ MCD_OPC_CheckPredicate, 13, 173, 21, // Skip to: 5874 |
|
/* 325 */ MCD_OPC_Decode, 148, 17, 189, 1, // Opcode: VST4q8_UPD |
|
/* 330 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 358 |
|
/* 334 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 349 |
|
/* 338 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 349 |
|
/* 344 */ MCD_OPC_Decode, 136, 17, 189, 1, // Opcode: VST4q16 |
|
/* 349 */ MCD_OPC_CheckPredicate, 13, 145, 21, // Skip to: 5874 |
|
/* 353 */ MCD_OPC_Decode, 138, 17, 189, 1, // Opcode: VST4q16_UPD |
|
/* 358 */ MCD_OPC_FilterValue, 2, 136, 21, // Skip to: 5874 |
|
/* 362 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 377 |
|
/* 366 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 377 |
|
/* 372 */ MCD_OPC_Decode, 141, 17, 189, 1, // Opcode: VST4q32 |
|
/* 377 */ MCD_OPC_CheckPredicate, 13, 117, 21, // Skip to: 5874 |
|
/* 381 */ MCD_OPC_Decode, 143, 17, 189, 1, // Opcode: VST4q32_UPD |
|
/* 386 */ MCD_OPC_FilterValue, 233, 3, 107, 21, // Skip to: 5874 |
|
/* 391 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 406 |
|
/* 395 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 406 |
|
/* 401 */ MCD_OPC_Decode, 193, 15, 192, 1, // Opcode: VST2LNd8 |
|
/* 406 */ MCD_OPC_CheckPredicate, 13, 88, 21, // Skip to: 5874 |
|
/* 410 */ MCD_OPC_Decode, 196, 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, 13, 11, 0, // Skip to: 449 |
|
/* 438 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 449 |
|
/* 444 */ MCD_OPC_Decode, 247, 9, 189, 1, // Opcode: VLD4q8 |
|
/* 449 */ MCD_OPC_CheckPredicate, 13, 45, 21, // Skip to: 5874 |
|
/* 453 */ MCD_OPC_Decode, 249, 9, 189, 1, // Opcode: VLD4q8_UPD |
|
/* 458 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 486 |
|
/* 462 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 477 |
|
/* 466 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 477 |
|
/* 472 */ MCD_OPC_Decode, 237, 9, 189, 1, // Opcode: VLD4q16 |
|
/* 477 */ MCD_OPC_CheckPredicate, 13, 17, 21, // Skip to: 5874 |
|
/* 481 */ MCD_OPC_Decode, 239, 9, 189, 1, // Opcode: VLD4q16_UPD |
|
/* 486 */ MCD_OPC_FilterValue, 2, 8, 21, // Skip to: 5874 |
|
/* 490 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 505 |
|
/* 494 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 505 |
|
/* 500 */ MCD_OPC_Decode, 242, 9, 189, 1, // Opcode: VLD4q32 |
|
/* 505 */ MCD_OPC_CheckPredicate, 13, 245, 20, // Skip to: 5874 |
|
/* 509 */ MCD_OPC_Decode, 244, 9, 189, 1, // Opcode: VLD4q32_UPD |
|
/* 514 */ MCD_OPC_FilterValue, 233, 3, 235, 20, // Skip to: 5874 |
|
/* 519 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 534 |
|
/* 523 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 534 |
|
/* 529 */ MCD_OPC_Decode, 222, 7, 193, 1, // Opcode: VLD2LNd8 |
|
/* 534 */ MCD_OPC_CheckPredicate, 13, 216, 20, // Skip to: 5874 |
|
/* 538 */ MCD_OPC_Decode, 225, 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, 13, 18, 0, // Skip to: 598 |
|
/* 580 */ MCD_OPC_Decode, 166, 15, 194, 1, // Opcode: VST1d8Qwb_fixed |
|
/* 585 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 598 |
|
/* 589 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 598 |
|
/* 593 */ MCD_OPC_Decode, 165, 15, 194, 1, // Opcode: VST1d8Q |
|
/* 598 */ MCD_OPC_CheckPredicate, 13, 152, 20, // Skip to: 5874 |
|
/* 602 */ MCD_OPC_Decode, 167, 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, 13, 18, 0, // Skip to: 640 |
|
/* 622 */ MCD_OPC_Decode, 133, 15, 194, 1, // Opcode: VST1d16Qwb_fixed |
|
/* 627 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 640 |
|
/* 631 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 640 |
|
/* 635 */ MCD_OPC_Decode, 132, 15, 194, 1, // Opcode: VST1d16Q |
|
/* 640 */ MCD_OPC_CheckPredicate, 13, 110, 20, // Skip to: 5874 |
|
/* 644 */ MCD_OPC_Decode, 134, 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, 13, 18, 0, // Skip to: 682 |
|
/* 664 */ MCD_OPC_Decode, 142, 15, 194, 1, // Opcode: VST1d32Qwb_fixed |
|
/* 669 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 682 |
|
/* 673 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 682 |
|
/* 677 */ MCD_OPC_Decode, 141, 15, 194, 1, // Opcode: VST1d32Q |
|
/* 682 */ MCD_OPC_CheckPredicate, 13, 68, 20, // Skip to: 5874 |
|
/* 686 */ MCD_OPC_Decode, 143, 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, 13, 18, 0, // Skip to: 724 |
|
/* 706 */ MCD_OPC_Decode, 154, 15, 194, 1, // Opcode: VST1d64Qwb_fixed |
|
/* 711 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 724 |
|
/* 715 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 724 |
|
/* 719 */ MCD_OPC_Decode, 150, 15, 194, 1, // Opcode: VST1d64Q |
|
/* 724 */ MCD_OPC_CheckPredicate, 13, 26, 20, // Skip to: 5874 |
|
/* 728 */ MCD_OPC_Decode, 155, 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, 13, 11, 0, // Skip to: 760 |
|
/* 749 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 760 |
|
/* 755 */ MCD_OPC_Decode, 136, 16, 195, 1, // Opcode: VST3LNd8 |
|
/* 760 */ MCD_OPC_CheckPredicate, 13, 246, 19, // Skip to: 5874 |
|
/* 764 */ MCD_OPC_Decode, 139, 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, 13, 18, 0, // Skip to: 817 |
|
/* 799 */ MCD_OPC_Decode, 177, 7, 194, 1, // Opcode: VLD1d8Qwb_fixed |
|
/* 804 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 817 |
|
/* 808 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 817 |
|
/* 812 */ MCD_OPC_Decode, 176, 7, 194, 1, // Opcode: VLD1d8Q |
|
/* 817 */ MCD_OPC_CheckPredicate, 13, 189, 19, // Skip to: 5874 |
|
/* 821 */ MCD_OPC_Decode, 178, 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, 13, 18, 0, // Skip to: 859 |
|
/* 841 */ MCD_OPC_Decode, 148, 7, 194, 1, // Opcode: VLD1d16Qwb_fixed |
|
/* 846 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 859 |
|
/* 850 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 859 |
|
/* 854 */ MCD_OPC_Decode, 147, 7, 194, 1, // Opcode: VLD1d16Q |
|
/* 859 */ MCD_OPC_CheckPredicate, 13, 147, 19, // Skip to: 5874 |
|
/* 863 */ MCD_OPC_Decode, 149, 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, 13, 18, 0, // Skip to: 901 |
|
/* 883 */ MCD_OPC_Decode, 157, 7, 194, 1, // Opcode: VLD1d32Qwb_fixed |
|
/* 888 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 901 |
|
/* 892 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 901 |
|
/* 896 */ MCD_OPC_Decode, 156, 7, 194, 1, // Opcode: VLD1d32Q |
|
/* 901 */ MCD_OPC_CheckPredicate, 13, 105, 19, // Skip to: 5874 |
|
/* 905 */ MCD_OPC_Decode, 158, 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, 13, 18, 0, // Skip to: 943 |
|
/* 925 */ MCD_OPC_Decode, 167, 7, 194, 1, // Opcode: VLD1d64Qwb_fixed |
|
/* 930 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 943 |
|
/* 934 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 943 |
|
/* 938 */ MCD_OPC_Decode, 165, 7, 194, 1, // Opcode: VLD1d64Q |
|
/* 943 */ MCD_OPC_CheckPredicate, 13, 63, 19, // Skip to: 5874 |
|
/* 947 */ MCD_OPC_Decode, 168, 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, 13, 11, 0, // Skip to: 979 |
|
/* 968 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 979 |
|
/* 974 */ MCD_OPC_Decode, 201, 8, 196, 1, // Opcode: VLD3LNd8 |
|
/* 979 */ MCD_OPC_CheckPredicate, 13, 27, 19, // Skip to: 5874 |
|
/* 983 */ MCD_OPC_Decode, 204, 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, 13, 18, 0, // Skip to: 1043 |
|
/* 1025 */ MCD_OPC_Decode, 254, 15, 197, 1, // Opcode: VST2q8wb_fixed |
|
/* 1030 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1043 |
|
/* 1034 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1043 |
|
/* 1038 */ MCD_OPC_Decode, 250, 15, 197, 1, // Opcode: VST2q8 |
|
/* 1043 */ MCD_OPC_CheckPredicate, 13, 219, 18, // Skip to: 5874 |
|
/* 1047 */ MCD_OPC_Decode, 255, 15, 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, 13, 18, 0, // Skip to: 1085 |
|
/* 1067 */ MCD_OPC_Decode, 242, 15, 197, 1, // Opcode: VST2q16wb_fixed |
|
/* 1072 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1085 |
|
/* 1076 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1085 |
|
/* 1080 */ MCD_OPC_Decode, 238, 15, 197, 1, // Opcode: VST2q16 |
|
/* 1085 */ MCD_OPC_CheckPredicate, 13, 177, 18, // Skip to: 5874 |
|
/* 1089 */ MCD_OPC_Decode, 243, 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, 13, 18, 0, // Skip to: 1127 |
|
/* 1109 */ MCD_OPC_Decode, 248, 15, 197, 1, // Opcode: VST2q32wb_fixed |
|
/* 1114 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1127 |
|
/* 1118 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1127 |
|
/* 1122 */ MCD_OPC_Decode, 244, 15, 197, 1, // Opcode: VST2q32 |
|
/* 1127 */ MCD_OPC_CheckPredicate, 13, 135, 18, // Skip to: 5874 |
|
/* 1131 */ MCD_OPC_Decode, 249, 15, 197, 1, // Opcode: VST2q32wb_register |
|
/* 1136 */ MCD_OPC_FilterValue, 233, 3, 125, 18, // Skip to: 5874 |
|
/* 1141 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1156 |
|
/* 1145 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1156 |
|
/* 1151 */ MCD_OPC_Decode, 216, 16, 198, 1, // Opcode: VST4LNd8 |
|
/* 1156 */ MCD_OPC_CheckPredicate, 13, 106, 18, // Skip to: 5874 |
|
/* 1160 */ MCD_OPC_Decode, 219, 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, 13, 18, 0, // Skip to: 1213 |
|
/* 1195 */ MCD_OPC_Decode, 155, 8, 197, 1, // Opcode: VLD2q8wb_fixed |
|
/* 1200 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1213 |
|
/* 1204 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1213 |
|
/* 1208 */ MCD_OPC_Decode, 151, 8, 197, 1, // Opcode: VLD2q8 |
|
/* 1213 */ MCD_OPC_CheckPredicate, 13, 49, 18, // Skip to: 5874 |
|
/* 1217 */ MCD_OPC_Decode, 156, 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, 13, 18, 0, // Skip to: 1255 |
|
/* 1237 */ MCD_OPC_Decode, 143, 8, 197, 1, // Opcode: VLD2q16wb_fixed |
|
/* 1242 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1255 |
|
/* 1246 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1255 |
|
/* 1250 */ MCD_OPC_Decode, 139, 8, 197, 1, // Opcode: VLD2q16 |
|
/* 1255 */ MCD_OPC_CheckPredicate, 13, 7, 18, // Skip to: 5874 |
|
/* 1259 */ MCD_OPC_Decode, 144, 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, 13, 18, 0, // Skip to: 1297 |
|
/* 1279 */ MCD_OPC_Decode, 149, 8, 197, 1, // Opcode: VLD2q32wb_fixed |
|
/* 1284 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 1297 |
|
/* 1288 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 1297 |
|
/* 1292 */ MCD_OPC_Decode, 145, 8, 197, 1, // Opcode: VLD2q32 |
|
/* 1297 */ MCD_OPC_CheckPredicate, 13, 221, 17, // Skip to: 5874 |
|
/* 1301 */ MCD_OPC_Decode, 150, 8, 197, 1, // Opcode: VLD2q32wb_register |
|
/* 1306 */ MCD_OPC_FilterValue, 233, 3, 211, 17, // Skip to: 5874 |
|
/* 1311 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1326 |
|
/* 1315 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1326 |
|
/* 1321 */ MCD_OPC_Decode, 189, 9, 199, 1, // Opcode: VLD4LNd8 |
|
/* 1326 */ MCD_OPC_CheckPredicate, 13, 192, 17, // Skip to: 5874 |
|
/* 1330 */ MCD_OPC_Decode, 192, 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, 13, 11, 0, // Skip to: 1376 |
|
/* 1365 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1376 |
|
/* 1371 */ MCD_OPC_Decode, 171, 16, 200, 1, // Opcode: VST3d8 |
|
/* 1376 */ MCD_OPC_CheckPredicate, 13, 142, 17, // Skip to: 5874 |
|
/* 1380 */ MCD_OPC_Decode, 174, 16, 200, 1, // Opcode: VST3d8_UPD |
|
/* 1385 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 1413 |
|
/* 1389 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1404 |
|
/* 1393 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1404 |
|
/* 1399 */ MCD_OPC_Decode, 163, 16, 200, 1, // Opcode: VST3d16 |
|
/* 1404 */ MCD_OPC_CheckPredicate, 13, 114, 17, // Skip to: 5874 |
|
/* 1408 */ MCD_OPC_Decode, 166, 16, 200, 1, // Opcode: VST3d16_UPD |
|
/* 1413 */ MCD_OPC_FilterValue, 4, 105, 17, // Skip to: 5874 |
|
/* 1417 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1432 |
|
/* 1421 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1432 |
|
/* 1427 */ MCD_OPC_Decode, 167, 16, 200, 1, // Opcode: VST3d32 |
|
/* 1432 */ MCD_OPC_CheckPredicate, 13, 86, 17, // Skip to: 5874 |
|
/* 1436 */ MCD_OPC_Decode, 170, 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, 13, 11, 0, // Skip to: 1468 |
|
/* 1457 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1468 |
|
/* 1463 */ MCD_OPC_Decode, 238, 14, 190, 1, // Opcode: VST1LNd16 |
|
/* 1468 */ MCD_OPC_CheckPredicate, 13, 50, 17, // Skip to: 5874 |
|
/* 1472 */ MCD_OPC_Decode, 239, 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, 13, 11, 0, // Skip to: 1511 |
|
/* 1500 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1511 |
|
/* 1506 */ MCD_OPC_Decode, 236, 8, 200, 1, // Opcode: VLD3d8 |
|
/* 1511 */ MCD_OPC_CheckPredicate, 13, 7, 17, // Skip to: 5874 |
|
/* 1515 */ MCD_OPC_Decode, 239, 8, 200, 1, // Opcode: VLD3d8_UPD |
|
/* 1520 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 1548 |
|
/* 1524 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1539 |
|
/* 1528 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1539 |
|
/* 1534 */ MCD_OPC_Decode, 228, 8, 200, 1, // Opcode: VLD3d16 |
|
/* 1539 */ MCD_OPC_CheckPredicate, 13, 235, 16, // Skip to: 5874 |
|
/* 1543 */ MCD_OPC_Decode, 231, 8, 200, 1, // Opcode: VLD3d16_UPD |
|
/* 1548 */ MCD_OPC_FilterValue, 4, 226, 16, // Skip to: 5874 |
|
/* 1552 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1567 |
|
/* 1556 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1567 |
|
/* 1562 */ MCD_OPC_Decode, 232, 8, 200, 1, // Opcode: VLD3d32 |
|
/* 1567 */ MCD_OPC_CheckPredicate, 13, 207, 16, // Skip to: 5874 |
|
/* 1571 */ MCD_OPC_Decode, 235, 8, 200, 1, // Opcode: VLD3d32_UPD |
|
/* 1576 */ MCD_OPC_FilterValue, 233, 3, 197, 16, // Skip to: 5874 |
|
/* 1581 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1596 |
|
/* 1585 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1596 |
|
/* 1591 */ MCD_OPC_Decode, 253, 6, 191, 1, // Opcode: VLD1LNd16 |
|
/* 1596 */ MCD_OPC_CheckPredicate, 13, 178, 16, // Skip to: 5874 |
|
/* 1600 */ MCD_OPC_CheckField, 5, 1, 0, 172, 16, // Skip to: 5874 |
|
/* 1606 */ MCD_OPC_Decode, 254, 6, 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, 13, 11, 0, // Skip to: 1659 |
|
/* 1648 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1659 |
|
/* 1654 */ MCD_OPC_Decode, 194, 16, 200, 1, // Opcode: VST3q8 |
|
/* 1659 */ MCD_OPC_CheckPredicate, 13, 115, 16, // Skip to: 5874 |
|
/* 1663 */ MCD_OPC_Decode, 196, 16, 200, 1, // Opcode: VST3q8_UPD |
|
/* 1668 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 1696 |
|
/* 1672 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1687 |
|
/* 1676 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1687 |
|
/* 1682 */ MCD_OPC_Decode, 184, 16, 200, 1, // Opcode: VST3q16 |
|
/* 1687 */ MCD_OPC_CheckPredicate, 13, 87, 16, // Skip to: 5874 |
|
/* 1691 */ MCD_OPC_Decode, 186, 16, 200, 1, // Opcode: VST3q16_UPD |
|
/* 1696 */ MCD_OPC_FilterValue, 2, 78, 16, // Skip to: 5874 |
|
/* 1700 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1715 |
|
/* 1704 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1715 |
|
/* 1710 */ MCD_OPC_Decode, 189, 16, 200, 1, // Opcode: VST3q32 |
|
/* 1715 */ MCD_OPC_CheckPredicate, 13, 59, 16, // Skip to: 5874 |
|
/* 1719 */ MCD_OPC_Decode, 191, 16, 200, 1, // Opcode: VST3q32_UPD |
|
/* 1724 */ MCD_OPC_FilterValue, 233, 3, 49, 16, // Skip to: 5874 |
|
/* 1729 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1744 |
|
/* 1733 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1744 |
|
/* 1739 */ MCD_OPC_Decode, 185, 15, 192, 1, // Opcode: VST2LNd16 |
|
/* 1744 */ MCD_OPC_CheckPredicate, 13, 30, 16, // Skip to: 5874 |
|
/* 1748 */ MCD_OPC_Decode, 188, 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, 13, 11, 0, // Skip to: 1787 |
|
/* 1776 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1787 |
|
/* 1782 */ MCD_OPC_Decode, 131, 9, 200, 1, // Opcode: VLD3q8 |
|
/* 1787 */ MCD_OPC_CheckPredicate, 13, 243, 15, // Skip to: 5874 |
|
/* 1791 */ MCD_OPC_Decode, 133, 9, 200, 1, // Opcode: VLD3q8_UPD |
|
/* 1796 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 1824 |
|
/* 1800 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1815 |
|
/* 1804 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1815 |
|
/* 1810 */ MCD_OPC_Decode, 249, 8, 200, 1, // Opcode: VLD3q16 |
|
/* 1815 */ MCD_OPC_CheckPredicate, 13, 215, 15, // Skip to: 5874 |
|
/* 1819 */ MCD_OPC_Decode, 251, 8, 200, 1, // Opcode: VLD3q16_UPD |
|
/* 1824 */ MCD_OPC_FilterValue, 2, 206, 15, // Skip to: 5874 |
|
/* 1828 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1843 |
|
/* 1832 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1843 |
|
/* 1838 */ MCD_OPC_Decode, 254, 8, 200, 1, // Opcode: VLD3q32 |
|
/* 1843 */ MCD_OPC_CheckPredicate, 13, 187, 15, // Skip to: 5874 |
|
/* 1847 */ MCD_OPC_Decode, 128, 9, 200, 1, // Opcode: VLD3q32_UPD |
|
/* 1852 */ MCD_OPC_FilterValue, 233, 3, 177, 15, // Skip to: 5874 |
|
/* 1857 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 1872 |
|
/* 1861 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1872 |
|
/* 1867 */ MCD_OPC_Decode, 214, 7, 193, 1, // Opcode: VLD2LNd16 |
|
/* 1872 */ MCD_OPC_CheckPredicate, 13, 158, 15, // Skip to: 5874 |
|
/* 1876 */ MCD_OPC_Decode, 217, 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, 13, 11, 0, // Skip to: 1915 |
|
/* 1904 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1915 |
|
/* 1910 */ MCD_OPC_Decode, 206, 15, 192, 1, // Opcode: VST2LNq16 |
|
/* 1915 */ MCD_OPC_CheckPredicate, 13, 115, 15, // Skip to: 5874 |
|
/* 1919 */ MCD_OPC_Decode, 209, 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, 13, 11, 0, // Skip to: 1951 |
|
/* 1940 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 1951 |
|
/* 1946 */ MCD_OPC_Decode, 235, 7, 193, 1, // Opcode: VLD2LNq16 |
|
/* 1951 */ MCD_OPC_CheckPredicate, 13, 79, 15, // Skip to: 5874 |
|
/* 1955 */ MCD_OPC_Decode, 238, 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, 13, 24, 0, // Skip to: 2021 |
|
/* 1997 */ MCD_OPC_Decode, 169, 15, 194, 1, // Opcode: VST1d8Twb_fixed |
|
/* 2002 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2021 |
|
/* 2006 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2021 |
|
/* 2010 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2021 |
|
/* 2016 */ MCD_OPC_Decode, 168, 15, 194, 1, // Opcode: VST1d8T |
|
/* 2021 */ MCD_OPC_CheckPredicate, 13, 9, 15, // Skip to: 5874 |
|
/* 2025 */ MCD_OPC_Decode, 170, 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, 13, 24, 0, // Skip to: 2069 |
|
/* 2045 */ MCD_OPC_Decode, 136, 15, 194, 1, // Opcode: VST1d16Twb_fixed |
|
/* 2050 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2069 |
|
/* 2054 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2069 |
|
/* 2058 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2069 |
|
/* 2064 */ MCD_OPC_Decode, 135, 15, 194, 1, // Opcode: VST1d16T |
|
/* 2069 */ MCD_OPC_CheckPredicate, 13, 217, 14, // Skip to: 5874 |
|
/* 2073 */ MCD_OPC_Decode, 137, 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, 13, 24, 0, // Skip to: 2117 |
|
/* 2093 */ MCD_OPC_Decode, 145, 15, 194, 1, // Opcode: VST1d32Twb_fixed |
|
/* 2098 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2117 |
|
/* 2102 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2117 |
|
/* 2106 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2117 |
|
/* 2112 */ MCD_OPC_Decode, 144, 15, 194, 1, // Opcode: VST1d32T |
|
/* 2117 */ MCD_OPC_CheckPredicate, 13, 169, 14, // Skip to: 5874 |
|
/* 2121 */ MCD_OPC_Decode, 146, 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, 13, 24, 0, // Skip to: 2165 |
|
/* 2141 */ MCD_OPC_Decode, 160, 15, 194, 1, // Opcode: VST1d64Twb_fixed |
|
/* 2146 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2165 |
|
/* 2150 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2165 |
|
/* 2154 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, // Skip to: 2165 |
|
/* 2160 */ MCD_OPC_Decode, 156, 15, 194, 1, // Opcode: VST1d64T |
|
/* 2165 */ MCD_OPC_CheckPredicate, 13, 121, 14, // Skip to: 5874 |
|
/* 2169 */ MCD_OPC_Decode, 161, 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, 13, 11, 0, // Skip to: 2201 |
|
/* 2190 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2201 |
|
/* 2196 */ MCD_OPC_Decode, 128, 16, 195, 1, // Opcode: VST3LNd16 |
|
/* 2201 */ MCD_OPC_CheckPredicate, 13, 85, 14, // Skip to: 5874 |
|
/* 2205 */ MCD_OPC_Decode, 131, 16, 195, 1, // Opcode: VST3LNd16_UPD |
|
/* 2210 */ MCD_OPC_FilterValue, 2, 76, 14, // Skip to: 5874 |
|
/* 2214 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2229 |
|
/* 2218 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2229 |
|
/* 2224 */ MCD_OPC_Decode, 149, 16, 195, 1, // Opcode: VST3LNq16 |
|
/* 2229 */ MCD_OPC_CheckPredicate, 13, 57, 14, // Skip to: 5874 |
|
/* 2233 */ MCD_OPC_Decode, 152, 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, 13, 18, 0, // Skip to: 2293 |
|
/* 2275 */ MCD_OPC_Decode, 180, 7, 194, 1, // Opcode: VLD1d8Twb_fixed |
|
/* 2280 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2293 |
|
/* 2284 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2293 |
|
/* 2288 */ MCD_OPC_Decode, 179, 7, 194, 1, // Opcode: VLD1d8T |
|
/* 2293 */ MCD_OPC_CheckPredicate, 13, 249, 13, // Skip to: 5874 |
|
/* 2297 */ MCD_OPC_Decode, 181, 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, 13, 18, 0, // Skip to: 2335 |
|
/* 2317 */ MCD_OPC_Decode, 151, 7, 194, 1, // Opcode: VLD1d16Twb_fixed |
|
/* 2322 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2335 |
|
/* 2326 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2335 |
|
/* 2330 */ MCD_OPC_Decode, 150, 7, 194, 1, // Opcode: VLD1d16T |
|
/* 2335 */ MCD_OPC_CheckPredicate, 13, 207, 13, // Skip to: 5874 |
|
/* 2339 */ MCD_OPC_Decode, 152, 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, 13, 18, 0, // Skip to: 2377 |
|
/* 2359 */ MCD_OPC_Decode, 160, 7, 194, 1, // Opcode: VLD1d32Twb_fixed |
|
/* 2364 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2377 |
|
/* 2368 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2377 |
|
/* 2372 */ MCD_OPC_Decode, 159, 7, 194, 1, // Opcode: VLD1d32T |
|
/* 2377 */ MCD_OPC_CheckPredicate, 13, 165, 13, // Skip to: 5874 |
|
/* 2381 */ MCD_OPC_Decode, 161, 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, 13, 18, 0, // Skip to: 2419 |
|
/* 2401 */ MCD_OPC_Decode, 171, 7, 194, 1, // Opcode: VLD1d64Twb_fixed |
|
/* 2406 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2419 |
|
/* 2410 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2419 |
|
/* 2414 */ MCD_OPC_Decode, 169, 7, 194, 1, // Opcode: VLD1d64T |
|
/* 2419 */ MCD_OPC_CheckPredicate, 13, 123, 13, // Skip to: 5874 |
|
/* 2423 */ MCD_OPC_Decode, 172, 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, 13, 11, 0, // Skip to: 2455 |
|
/* 2444 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2455 |
|
/* 2450 */ MCD_OPC_Decode, 193, 8, 196, 1, // Opcode: VLD3LNd16 |
|
/* 2455 */ MCD_OPC_CheckPredicate, 13, 87, 13, // Skip to: 5874 |
|
/* 2459 */ MCD_OPC_Decode, 196, 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, 13, 11, 0, // Skip to: 2498 |
|
/* 2487 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2498 |
|
/* 2493 */ MCD_OPC_Decode, 214, 8, 196, 1, // Opcode: VLD3LNq16 |
|
/* 2498 */ MCD_OPC_CheckPredicate, 13, 44, 13, // Skip to: 5874 |
|
/* 2502 */ MCD_OPC_Decode, 217, 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, 13, 18, 0, // Skip to: 2569 |
|
/* 2551 */ MCD_OPC_Decode, 171, 15, 194, 1, // Opcode: VST1d8wb_fixed |
|
/* 2556 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2569 |
|
/* 2560 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2569 |
|
/* 2564 */ MCD_OPC_Decode, 164, 15, 194, 1, // Opcode: VST1d8 |
|
/* 2569 */ MCD_OPC_CheckPredicate, 13, 229, 12, // Skip to: 5874 |
|
/* 2573 */ MCD_OPC_Decode, 172, 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, 13, 18, 0, // Skip to: 2611 |
|
/* 2593 */ MCD_OPC_Decode, 138, 15, 194, 1, // Opcode: VST1d16wb_fixed |
|
/* 2598 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2611 |
|
/* 2602 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2611 |
|
/* 2606 */ MCD_OPC_Decode, 131, 15, 194, 1, // Opcode: VST1d16 |
|
/* 2611 */ MCD_OPC_CheckPredicate, 13, 187, 12, // Skip to: 5874 |
|
/* 2615 */ MCD_OPC_Decode, 139, 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, 13, 18, 0, // Skip to: 2653 |
|
/* 2635 */ MCD_OPC_Decode, 147, 15, 194, 1, // Opcode: VST1d32wb_fixed |
|
/* 2640 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2653 |
|
/* 2644 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2653 |
|
/* 2648 */ MCD_OPC_Decode, 140, 15, 194, 1, // Opcode: VST1d32 |
|
/* 2653 */ MCD_OPC_CheckPredicate, 13, 145, 12, // Skip to: 5874 |
|
/* 2657 */ MCD_OPC_Decode, 148, 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, 13, 18, 0, // Skip to: 2695 |
|
/* 2677 */ MCD_OPC_Decode, 162, 15, 194, 1, // Opcode: VST1d64wb_fixed |
|
/* 2682 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2695 |
|
/* 2686 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2695 |
|
/* 2690 */ MCD_OPC_Decode, 149, 15, 194, 1, // Opcode: VST1d64 |
|
/* 2695 */ MCD_OPC_CheckPredicate, 13, 103, 12, // Skip to: 5874 |
|
/* 2699 */ MCD_OPC_Decode, 163, 15, 194, 1, // Opcode: VST1d64wb_register |
|
/* 2704 */ MCD_OPC_FilterValue, 233, 3, 93, 12, // Skip to: 5874 |
|
/* 2709 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2724 |
|
/* 2713 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2724 |
|
/* 2719 */ MCD_OPC_Decode, 208, 16, 198, 1, // Opcode: VST4LNd16 |
|
/* 2724 */ MCD_OPC_CheckPredicate, 13, 74, 12, // Skip to: 5874 |
|
/* 2728 */ MCD_OPC_Decode, 211, 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, 13, 18, 0, // Skip to: 2781 |
|
/* 2763 */ MCD_OPC_Decode, 182, 7, 194, 1, // Opcode: VLD1d8wb_fixed |
|
/* 2768 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2781 |
|
/* 2772 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2781 |
|
/* 2776 */ MCD_OPC_Decode, 175, 7, 194, 1, // Opcode: VLD1d8 |
|
/* 2781 */ MCD_OPC_CheckPredicate, 13, 17, 12, // Skip to: 5874 |
|
/* 2785 */ MCD_OPC_Decode, 183, 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, 13, 18, 0, // Skip to: 2823 |
|
/* 2805 */ MCD_OPC_Decode, 153, 7, 194, 1, // Opcode: VLD1d16wb_fixed |
|
/* 2810 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2823 |
|
/* 2814 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2823 |
|
/* 2818 */ MCD_OPC_Decode, 146, 7, 194, 1, // Opcode: VLD1d16 |
|
/* 2823 */ MCD_OPC_CheckPredicate, 13, 231, 11, // Skip to: 5874 |
|
/* 2827 */ MCD_OPC_Decode, 154, 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, 13, 18, 0, // Skip to: 2865 |
|
/* 2847 */ MCD_OPC_Decode, 162, 7, 194, 1, // Opcode: VLD1d32wb_fixed |
|
/* 2852 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2865 |
|
/* 2856 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2865 |
|
/* 2860 */ MCD_OPC_Decode, 155, 7, 194, 1, // Opcode: VLD1d32 |
|
/* 2865 */ MCD_OPC_CheckPredicate, 13, 189, 11, // Skip to: 5874 |
|
/* 2869 */ MCD_OPC_Decode, 163, 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, 13, 18, 0, // Skip to: 2907 |
|
/* 2889 */ MCD_OPC_Decode, 173, 7, 194, 1, // Opcode: VLD1d64wb_fixed |
|
/* 2894 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 2907 |
|
/* 2898 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 2907 |
|
/* 2902 */ MCD_OPC_Decode, 164, 7, 194, 1, // Opcode: VLD1d64 |
|
/* 2907 */ MCD_OPC_CheckPredicate, 13, 147, 11, // Skip to: 5874 |
|
/* 2911 */ MCD_OPC_Decode, 174, 7, 194, 1, // Opcode: VLD1d64wb_register |
|
/* 2916 */ MCD_OPC_FilterValue, 233, 3, 137, 11, // Skip to: 5874 |
|
/* 2921 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 2936 |
|
/* 2925 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2936 |
|
/* 2931 */ MCD_OPC_Decode, 181, 9, 199, 1, // Opcode: VLD4LNd16 |
|
/* 2936 */ MCD_OPC_CheckPredicate, 13, 118, 11, // Skip to: 5874 |
|
/* 2940 */ MCD_OPC_Decode, 184, 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, 13, 11, 0, // Skip to: 2979 |
|
/* 2968 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 2979 |
|
/* 2974 */ MCD_OPC_Decode, 229, 16, 198, 1, // Opcode: VST4LNq16 |
|
/* 2979 */ MCD_OPC_CheckPredicate, 13, 75, 11, // Skip to: 5874 |
|
/* 2983 */ MCD_OPC_Decode, 232, 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, 13, 11, 0, // Skip to: 3015 |
|
/* 3004 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3015 |
|
/* 3010 */ MCD_OPC_Decode, 202, 9, 199, 1, // Opcode: VLD4LNq16 |
|
/* 3015 */ MCD_OPC_CheckPredicate, 13, 39, 11, // Skip to: 5874 |
|
/* 3019 */ MCD_OPC_Decode, 205, 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, 13, 18, 0, // Skip to: 3086 |
|
/* 3068 */ MCD_OPC_Decode, 236, 15, 197, 1, // Opcode: VST2d8wb_fixed |
|
/* 3073 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3086 |
|
/* 3077 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3086 |
|
/* 3081 */ MCD_OPC_Decode, 235, 15, 197, 1, // Opcode: VST2d8 |
|
/* 3086 */ MCD_OPC_CheckPredicate, 13, 224, 10, // Skip to: 5874 |
|
/* 3090 */ MCD_OPC_Decode, 237, 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, 13, 18, 0, // Skip to: 3128 |
|
/* 3110 */ MCD_OPC_Decode, 233, 15, 197, 1, // Opcode: VST2d32wb_fixed |
|
/* 3115 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3128 |
|
/* 3119 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3128 |
|
/* 3123 */ MCD_OPC_Decode, 232, 15, 197, 1, // Opcode: VST2d32 |
|
/* 3128 */ MCD_OPC_CheckPredicate, 13, 182, 10, // Skip to: 5874 |
|
/* 3132 */ MCD_OPC_Decode, 234, 15, 197, 1, // Opcode: VST2d32wb_register |
|
/* 3137 */ MCD_OPC_FilterValue, 233, 3, 172, 10, // Skip to: 5874 |
|
/* 3142 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 3157 |
|
/* 3146 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3157 |
|
/* 3152 */ MCD_OPC_Decode, 240, 14, 190, 1, // Opcode: VST1LNd32 |
|
/* 3157 */ MCD_OPC_CheckPredicate, 13, 153, 10, // Skip to: 5874 |
|
/* 3161 */ MCD_OPC_Decode, 241, 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, 13, 18, 0, // Skip to: 3214 |
|
/* 3196 */ MCD_OPC_Decode, 137, 8, 197, 1, // Opcode: VLD2d8wb_fixed |
|
/* 3201 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3214 |
|
/* 3205 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3214 |
|
/* 3209 */ MCD_OPC_Decode, 136, 8, 197, 1, // Opcode: VLD2d8 |
|
/* 3214 */ MCD_OPC_CheckPredicate, 13, 96, 10, // Skip to: 5874 |
|
/* 3218 */ MCD_OPC_Decode, 138, 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, 13, 18, 0, // Skip to: 3256 |
|
/* 3238 */ MCD_OPC_Decode, 134, 8, 197, 1, // Opcode: VLD2d32wb_fixed |
|
/* 3243 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3256 |
|
/* 3247 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3256 |
|
/* 3251 */ MCD_OPC_Decode, 133, 8, 197, 1, // Opcode: VLD2d32 |
|
/* 3256 */ MCD_OPC_CheckPredicate, 13, 54, 10, // Skip to: 5874 |
|
/* 3260 */ MCD_OPC_Decode, 135, 8, 197, 1, // Opcode: VLD2d32wb_register |
|
/* 3265 */ MCD_OPC_FilterValue, 233, 3, 44, 10, // Skip to: 5874 |
|
/* 3270 */ MCD_OPC_CheckPredicate, 13, 11, 0, // Skip to: 3285 |
|
/* 3274 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3285 |
|
/* 3280 */ MCD_OPC_Decode, 255, 6, 191, 1, // Opcode: VLD1LNd32 |
|
/* 3285 */ MCD_OPC_CheckPredicate, 13, 25, 10, // Skip to: 5874 |
|
/* 3289 */ MCD_OPC_Decode, 128, 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, 13, 18, 0, // Skip to: 3349 |
|
/* 3331 */ MCD_OPC_Decode, 230, 15, 197, 1, // Opcode: VST2d16wb_fixed |
|
/* 3336 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3349 |
|
/* 3340 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3349 |
|
/* 3344 */ MCD_OPC_Decode, 229, 15, 197, 1, // Opcode: VST2d16 |
|
/* 3349 */ MCD_OPC_CheckPredicate, 13, 217, 9, // Skip to: 5874 |
|
/* 3353 */ MCD_OPC_Decode, 231, 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, 13, 18, 0, // Skip to: 3406 |
|
/* 3388 */ MCD_OPC_Decode, 131, 8, 197, 1, // Opcode: VLD2d16wb_fixed |
|
/* 3393 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3406 |
|
/* 3397 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3406 |
|
/* 3401 */ MCD_OPC_Decode, 130, 8, 197, 1, // Opcode: VLD2d16 |
|
/* 3406 */ MCD_OPC_CheckPredicate, 13, 160, 9, // Skip to: 5874 |
|
/* 3410 */ MCD_OPC_Decode, 132, 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, 13, 18, 0, // Skip to: 3477 |
|
/* 3459 */ MCD_OPC_Decode, 227, 15, 197, 1, // Opcode: VST2b8wb_fixed |
|
/* 3464 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3477 |
|
/* 3468 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3477 |
|
/* 3472 */ MCD_OPC_Decode, 226, 15, 197, 1, // Opcode: VST2b8 |
|
/* 3477 */ MCD_OPC_CheckPredicate, 13, 89, 9, // Skip to: 5874 |
|
/* 3481 */ MCD_OPC_Decode, 228, 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, 13, 18, 0, // Skip to: 3519 |
|
/* 3501 */ MCD_OPC_Decode, 224, 15, 197, 1, // Opcode: VST2b32wb_fixed |
|
/* 3506 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3519 |
|
/* 3510 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3519 |
|
/* 3514 */ MCD_OPC_Decode, 223, 15, 197, 1, // Opcode: VST2b32 |
|
/* 3519 */ MCD_OPC_CheckPredicate, 13, 47, 9, // Skip to: 5874 |
|
/* 3523 */ MCD_OPC_Decode, 225, 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, 13, 11, 0, // Skip to: 3555 |
|
/* 3544 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3555 |
|
/* 3550 */ MCD_OPC_Decode, 189, 15, 192, 1, // Opcode: VST2LNd32 |
|
/* 3555 */ MCD_OPC_CheckPredicate, 13, 11, 9, // Skip to: 5874 |
|
/* 3559 */ MCD_OPC_Decode, 192, 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, 13, 18, 0, // Skip to: 3612 |
|
/* 3594 */ MCD_OPC_Decode, 128, 8, 197, 1, // Opcode: VLD2b8wb_fixed |
|
/* 3599 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3612 |
|
/* 3603 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3612 |
|
/* 3607 */ MCD_OPC_Decode, 255, 7, 197, 1, // Opcode: VLD2b8 |
|
/* 3612 */ MCD_OPC_CheckPredicate, 13, 210, 8, // Skip to: 5874 |
|
/* 3616 */ MCD_OPC_Decode, 129, 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, 13, 18, 0, // Skip to: 3654 |
|
/* 3636 */ MCD_OPC_Decode, 253, 7, 197, 1, // Opcode: VLD2b32wb_fixed |
|
/* 3641 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3654 |
|
/* 3645 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3654 |
|
/* 3649 */ MCD_OPC_Decode, 252, 7, 197, 1, // Opcode: VLD2b32 |
|
/* 3654 */ MCD_OPC_CheckPredicate, 13, 168, 8, // Skip to: 5874 |
|
/* 3658 */ MCD_OPC_Decode, 254, 7, 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, 13, 11, 0, // Skip to: 3690 |
|
/* 3679 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3690 |
|
/* 3685 */ MCD_OPC_Decode, 218, 7, 193, 1, // Opcode: VLD2LNd32 |
|
/* 3690 */ MCD_OPC_CheckPredicate, 13, 132, 8, // Skip to: 5874 |
|
/* 3694 */ MCD_OPC_Decode, 221, 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, 13, 18, 0, // Skip to: 3754 |
|
/* 3736 */ MCD_OPC_Decode, 221, 15, 197, 1, // Opcode: VST2b16wb_fixed |
|
/* 3741 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3754 |
|
/* 3745 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3754 |
|
/* 3749 */ MCD_OPC_Decode, 220, 15, 197, 1, // Opcode: VST2b16 |
|
/* 3754 */ MCD_OPC_CheckPredicate, 13, 68, 8, // Skip to: 5874 |
|
/* 3758 */ MCD_OPC_Decode, 222, 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, 13, 11, 0, // Skip to: 3790 |
|
/* 3779 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3790 |
|
/* 3785 */ MCD_OPC_Decode, 210, 15, 192, 1, // Opcode: VST2LNq32 |
|
/* 3790 */ MCD_OPC_CheckPredicate, 13, 32, 8, // Skip to: 5874 |
|
/* 3794 */ MCD_OPC_Decode, 213, 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, 13, 18, 0, // Skip to: 3847 |
|
/* 3829 */ MCD_OPC_Decode, 250, 7, 197, 1, // Opcode: VLD2b16wb_fixed |
|
/* 3834 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3847 |
|
/* 3838 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3847 |
|
/* 3842 */ MCD_OPC_Decode, 249, 7, 197, 1, // Opcode: VLD2b16 |
|
/* 3847 */ MCD_OPC_CheckPredicate, 13, 231, 7, // Skip to: 5874 |
|
/* 3851 */ MCD_OPC_Decode, 251, 7, 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, 13, 11, 0, // Skip to: 3883 |
|
/* 3872 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 3883 |
|
/* 3878 */ MCD_OPC_Decode, 239, 7, 193, 1, // Opcode: VLD2LNq32 |
|
/* 3883 */ MCD_OPC_CheckPredicate, 13, 195, 7, // Skip to: 5874 |
|
/* 3887 */ MCD_OPC_Decode, 242, 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, 13, 18, 0, // Skip to: 3954 |
|
/* 3936 */ MCD_OPC_Decode, 183, 15, 194, 1, // Opcode: VST1q8wb_fixed |
|
/* 3941 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3954 |
|
/* 3945 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3954 |
|
/* 3949 */ MCD_OPC_Decode, 182, 15, 194, 1, // Opcode: VST1q8 |
|
/* 3954 */ MCD_OPC_CheckPredicate, 13, 124, 7, // Skip to: 5874 |
|
/* 3958 */ MCD_OPC_Decode, 184, 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, 13, 18, 0, // Skip to: 3996 |
|
/* 3978 */ MCD_OPC_Decode, 177, 15, 194, 1, // Opcode: VST1q32wb_fixed |
|
/* 3983 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 3996 |
|
/* 3987 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 3996 |
|
/* 3991 */ MCD_OPC_Decode, 176, 15, 194, 1, // Opcode: VST1q32 |
|
/* 3996 */ MCD_OPC_CheckPredicate, 13, 82, 7, // Skip to: 5874 |
|
/* 4000 */ MCD_OPC_Decode, 178, 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, 13, 11, 0, // Skip to: 4032 |
|
/* 4021 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4032 |
|
/* 4027 */ MCD_OPC_Decode, 132, 16, 195, 1, // Opcode: VST3LNd32 |
|
/* 4032 */ MCD_OPC_CheckPredicate, 13, 46, 7, // Skip to: 5874 |
|
/* 4036 */ MCD_OPC_Decode, 135, 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, 13, 18, 0, // Skip to: 4089 |
|
/* 4071 */ MCD_OPC_Decode, 194, 7, 194, 1, // Opcode: VLD1q8wb_fixed |
|
/* 4076 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4089 |
|
/* 4080 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4089 |
|
/* 4084 */ MCD_OPC_Decode, 193, 7, 194, 1, // Opcode: VLD1q8 |
|
/* 4089 */ MCD_OPC_CheckPredicate, 13, 245, 6, // Skip to: 5874 |
|
/* 4093 */ MCD_OPC_Decode, 195, 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, 13, 18, 0, // Skip to: 4131 |
|
/* 4113 */ MCD_OPC_Decode, 188, 7, 194, 1, // Opcode: VLD1q32wb_fixed |
|
/* 4118 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4131 |
|
/* 4122 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4131 |
|
/* 4126 */ MCD_OPC_Decode, 187, 7, 194, 1, // Opcode: VLD1q32 |
|
/* 4131 */ MCD_OPC_CheckPredicate, 13, 203, 6, // Skip to: 5874 |
|
/* 4135 */ MCD_OPC_Decode, 189, 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, 13, 11, 0, // Skip to: 4167 |
|
/* 4156 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4167 |
|
/* 4162 */ MCD_OPC_Decode, 197, 8, 196, 1, // Opcode: VLD3LNd32 |
|
/* 4167 */ MCD_OPC_CheckPredicate, 13, 167, 6, // Skip to: 5874 |
|
/* 4171 */ MCD_OPC_Decode, 200, 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, 13, 18, 0, // Skip to: 4231 |
|
/* 4213 */ MCD_OPC_Decode, 174, 15, 194, 1, // Opcode: VST1q16wb_fixed |
|
/* 4218 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4231 |
|
/* 4222 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4231 |
|
/* 4226 */ MCD_OPC_Decode, 173, 15, 194, 1, // Opcode: VST1q16 |
|
/* 4231 */ MCD_OPC_CheckPredicate, 13, 103, 6, // Skip to: 5874 |
|
/* 4235 */ MCD_OPC_Decode, 175, 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, 13, 18, 0, // Skip to: 4273 |
|
/* 4255 */ MCD_OPC_Decode, 180, 15, 194, 1, // Opcode: VST1q64wb_fixed |
|
/* 4260 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4273 |
|
/* 4264 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4273 |
|
/* 4268 */ MCD_OPC_Decode, 179, 15, 194, 1, // Opcode: VST1q64 |
|
/* 4273 */ MCD_OPC_CheckPredicate, 13, 61, 6, // Skip to: 5874 |
|
/* 4277 */ MCD_OPC_Decode, 181, 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, 13, 11, 0, // Skip to: 4309 |
|
/* 4298 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4309 |
|
/* 4304 */ MCD_OPC_Decode, 153, 16, 195, 1, // Opcode: VST3LNq32 |
|
/* 4309 */ MCD_OPC_CheckPredicate, 13, 25, 6, // Skip to: 5874 |
|
/* 4313 */ MCD_OPC_Decode, 156, 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, 13, 18, 0, // Skip to: 4366 |
|
/* 4348 */ MCD_OPC_Decode, 185, 7, 194, 1, // Opcode: VLD1q16wb_fixed |
|
/* 4353 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4366 |
|
/* 4357 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4366 |
|
/* 4361 */ MCD_OPC_Decode, 184, 7, 194, 1, // Opcode: VLD1q16 |
|
/* 4366 */ MCD_OPC_CheckPredicate, 13, 224, 5, // Skip to: 5874 |
|
/* 4370 */ MCD_OPC_Decode, 186, 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, 13, 18, 0, // Skip to: 4408 |
|
/* 4390 */ MCD_OPC_Decode, 191, 7, 194, 1, // Opcode: VLD1q64wb_fixed |
|
/* 4395 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4408 |
|
/* 4399 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4408 |
|
/* 4403 */ MCD_OPC_Decode, 190, 7, 194, 1, // Opcode: VLD1q64 |
|
/* 4408 */ MCD_OPC_CheckPredicate, 13, 182, 5, // Skip to: 5874 |
|
/* 4412 */ MCD_OPC_Decode, 192, 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, 13, 11, 0, // Skip to: 4444 |
|
/* 4433 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4444 |
|
/* 4439 */ MCD_OPC_Decode, 218, 8, 196, 1, // Opcode: VLD3LNq32 |
|
/* 4444 */ MCD_OPC_CheckPredicate, 13, 146, 5, // Skip to: 5874 |
|
/* 4448 */ MCD_OPC_Decode, 221, 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, 13, 11, 0, // Skip to: 4494 |
|
/* 4483 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4494 |
|
/* 4489 */ MCD_OPC_Decode, 212, 16, 198, 1, // Opcode: VST4LNd32 |
|
/* 4494 */ MCD_OPC_CheckPredicate, 13, 96, 5, // Skip to: 5874 |
|
/* 4498 */ MCD_OPC_Decode, 215, 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, 13, 11, 0, // Skip to: 4530 |
|
/* 4519 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4530 |
|
/* 4525 */ MCD_OPC_Decode, 185, 9, 199, 1, // Opcode: VLD4LNd32 |
|
/* 4530 */ MCD_OPC_CheckPredicate, 13, 60, 5, // Skip to: 5874 |
|
/* 4534 */ MCD_OPC_Decode, 188, 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, 13, 11, 0, // Skip to: 4573 |
|
/* 4562 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4573 |
|
/* 4568 */ MCD_OPC_Decode, 233, 16, 198, 1, // Opcode: VST4LNq32 |
|
/* 4573 */ MCD_OPC_CheckPredicate, 13, 17, 5, // Skip to: 5874 |
|
/* 4577 */ MCD_OPC_Decode, 236, 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, 13, 11, 0, // Skip to: 4609 |
|
/* 4598 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 4609 |
|
/* 4604 */ MCD_OPC_Decode, 206, 9, 199, 1, // Opcode: VLD4LNq32 |
|
/* 4609 */ MCD_OPC_CheckPredicate, 13, 237, 4, // Skip to: 5874 |
|
/* 4613 */ MCD_OPC_Decode, 209, 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, 13, 18, 0, // Skip to: 4673 |
|
/* 4655 */ MCD_OPC_Decode, 242, 6, 201, 1, // Opcode: VLD1DUPd8wb_fixed |
|
/* 4660 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4673 |
|
/* 4664 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4673 |
|
/* 4668 */ MCD_OPC_Decode, 241, 6, 201, 1, // Opcode: VLD1DUPd8 |
|
/* 4673 */ MCD_OPC_CheckPredicate, 13, 173, 4, // Skip to: 5874 |
|
/* 4677 */ MCD_OPC_Decode, 243, 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, 13, 18, 0, // Skip to: 4730 |
|
/* 4712 */ MCD_OPC_Decode, 251, 6, 201, 1, // Opcode: VLD1DUPq8wb_fixed |
|
/* 4717 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4730 |
|
/* 4721 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4730 |
|
/* 4725 */ MCD_OPC_Decode, 250, 6, 201, 1, // Opcode: VLD1DUPq8 |
|
/* 4730 */ MCD_OPC_CheckPredicate, 13, 116, 4, // Skip to: 5874 |
|
/* 4734 */ MCD_OPC_Decode, 252, 6, 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, 13, 18, 0, // Skip to: 4787 |
|
/* 4769 */ MCD_OPC_Decode, 236, 6, 201, 1, // Opcode: VLD1DUPd16wb_fixed |
|
/* 4774 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4787 |
|
/* 4778 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4787 |
|
/* 4782 */ MCD_OPC_Decode, 235, 6, 201, 1, // Opcode: VLD1DUPd16 |
|
/* 4787 */ MCD_OPC_CheckPredicate, 13, 59, 4, // Skip to: 5874 |
|
/* 4791 */ MCD_OPC_Decode, 237, 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, 13, 18, 0, // Skip to: 4844 |
|
/* 4826 */ MCD_OPC_Decode, 245, 6, 201, 1, // Opcode: VLD1DUPq16wb_fixed |
|
/* 4831 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4844 |
|
/* 4835 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4844 |
|
/* 4839 */ MCD_OPC_Decode, 244, 6, 201, 1, // Opcode: VLD1DUPq16 |
|
/* 4844 */ MCD_OPC_CheckPredicate, 13, 2, 4, // Skip to: 5874 |
|
/* 4848 */ MCD_OPC_Decode, 246, 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, 13, 18, 0, // Skip to: 4901 |
|
/* 4883 */ MCD_OPC_Decode, 239, 6, 201, 1, // Opcode: VLD1DUPd32wb_fixed |
|
/* 4888 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4901 |
|
/* 4892 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4901 |
|
/* 4896 */ MCD_OPC_Decode, 238, 6, 201, 1, // Opcode: VLD1DUPd32 |
|
/* 4901 */ MCD_OPC_CheckPredicate, 13, 201, 3, // Skip to: 5874 |
|
/* 4905 */ MCD_OPC_Decode, 240, 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, 13, 18, 0, // Skip to: 4958 |
|
/* 4940 */ MCD_OPC_Decode, 248, 6, 201, 1, // Opcode: VLD1DUPq32wb_fixed |
|
/* 4945 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 4958 |
|
/* 4949 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 4958 |
|
/* 4953 */ MCD_OPC_Decode, 247, 6, 201, 1, // Opcode: VLD1DUPq32 |
|
/* 4958 */ MCD_OPC_CheckPredicate, 13, 144, 3, // Skip to: 5874 |
|
/* 4962 */ MCD_OPC_Decode, 249, 6, 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, 13, 18, 0, // Skip to: 5022 |
|
/* 5004 */ MCD_OPC_Decode, 209, 7, 202, 1, // Opcode: VLD2DUPd8wb_fixed |
|
/* 5009 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5022 |
|
/* 5013 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5022 |
|
/* 5017 */ MCD_OPC_Decode, 208, 7, 202, 1, // Opcode: VLD2DUPd8 |
|
/* 5022 */ MCD_OPC_CheckPredicate, 13, 80, 3, // Skip to: 5874 |
|
/* 5026 */ MCD_OPC_Decode, 210, 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, 13, 18, 0, // Skip to: 5079 |
|
/* 5061 */ MCD_OPC_Decode, 212, 7, 202, 1, // Opcode: VLD2DUPd8x2wb_fixed |
|
/* 5066 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5079 |
|
/* 5070 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5079 |
|
/* 5074 */ MCD_OPC_Decode, 211, 7, 202, 1, // Opcode: VLD2DUPd8x2 |
|
/* 5079 */ MCD_OPC_CheckPredicate, 13, 23, 3, // Skip to: 5874 |
|
/* 5083 */ MCD_OPC_Decode, 213, 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, 13, 18, 0, // Skip to: 5136 |
|
/* 5118 */ MCD_OPC_Decode, 197, 7, 202, 1, // Opcode: VLD2DUPd16wb_fixed |
|
/* 5123 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5136 |
|
/* 5127 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5136 |
|
/* 5131 */ MCD_OPC_Decode, 196, 7, 202, 1, // Opcode: VLD2DUPd16 |
|
/* 5136 */ MCD_OPC_CheckPredicate, 13, 222, 2, // Skip to: 5874 |
|
/* 5140 */ MCD_OPC_Decode, 198, 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, 13, 18, 0, // Skip to: 5193 |
|
/* 5175 */ MCD_OPC_Decode, 200, 7, 202, 1, // Opcode: VLD2DUPd16x2wb_fixed |
|
/* 5180 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5193 |
|
/* 5184 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5193 |
|
/* 5188 */ MCD_OPC_Decode, 199, 7, 202, 1, // Opcode: VLD2DUPd16x2 |
|
/* 5193 */ MCD_OPC_CheckPredicate, 13, 165, 2, // Skip to: 5874 |
|
/* 5197 */ MCD_OPC_Decode, 201, 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, 13, 18, 0, // Skip to: 5250 |
|
/* 5232 */ MCD_OPC_Decode, 203, 7, 202, 1, // Opcode: VLD2DUPd32wb_fixed |
|
/* 5237 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5250 |
|
/* 5241 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5250 |
|
/* 5245 */ MCD_OPC_Decode, 202, 7, 202, 1, // Opcode: VLD2DUPd32 |
|
/* 5250 */ MCD_OPC_CheckPredicate, 13, 108, 2, // Skip to: 5874 |
|
/* 5254 */ MCD_OPC_Decode, 204, 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, 13, 18, 0, // Skip to: 5307 |
|
/* 5289 */ MCD_OPC_Decode, 206, 7, 202, 1, // Opcode: VLD2DUPd32x2wb_fixed |
|
/* 5294 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 5307 |
|
/* 5298 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5307 |
|
/* 5302 */ MCD_OPC_Decode, 205, 7, 202, 1, // Opcode: VLD2DUPd32x2 |
|
/* 5307 */ MCD_OPC_CheckPredicate, 13, 51, 2, // Skip to: 5874 |
|
/* 5311 */ MCD_OPC_Decode, 207, 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, 13, 11, 0, // Skip to: 5357 |
|
/* 5346 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5357 |
|
/* 5352 */ MCD_OPC_Decode, 165, 8, 203, 1, // Opcode: VLD3DUPd8 |
|
/* 5357 */ MCD_OPC_CheckPredicate, 13, 1, 2, // Skip to: 5874 |
|
/* 5361 */ MCD_OPC_Decode, 168, 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, 13, 11, 0, // Skip to: 5400 |
|
/* 5389 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5400 |
|
/* 5395 */ MCD_OPC_Decode, 182, 8, 203, 1, // Opcode: VLD3DUPq8 |
|
/* 5400 */ MCD_OPC_CheckPredicate, 13, 214, 1, // Skip to: 5874 |
|
/* 5404 */ MCD_OPC_Decode, 183, 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, 13, 11, 0, // Skip to: 5443 |
|
/* 5432 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5443 |
|
/* 5438 */ MCD_OPC_Decode, 157, 8, 203, 1, // Opcode: VLD3DUPd16 |
|
/* 5443 */ MCD_OPC_CheckPredicate, 13, 171, 1, // Skip to: 5874 |
|
/* 5447 */ MCD_OPC_Decode, 160, 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, 13, 11, 0, // Skip to: 5486 |
|
/* 5475 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5486 |
|
/* 5481 */ MCD_OPC_Decode, 178, 8, 203, 1, // Opcode: VLD3DUPq16 |
|
/* 5486 */ MCD_OPC_CheckPredicate, 13, 128, 1, // Skip to: 5874 |
|
/* 5490 */ MCD_OPC_Decode, 179, 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, 13, 11, 0, // Skip to: 5529 |
|
/* 5518 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5529 |
|
/* 5524 */ MCD_OPC_Decode, 161, 8, 203, 1, // Opcode: VLD3DUPd32 |
|
/* 5529 */ MCD_OPC_CheckPredicate, 13, 85, 1, // Skip to: 5874 |
|
/* 5533 */ MCD_OPC_Decode, 164, 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, 13, 11, 0, // Skip to: 5572 |
|
/* 5561 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5572 |
|
/* 5567 */ MCD_OPC_Decode, 180, 8, 203, 1, // Opcode: VLD3DUPq32 |
|
/* 5572 */ MCD_OPC_CheckPredicate, 13, 42, 1, // Skip to: 5874 |
|
/* 5576 */ MCD_OPC_Decode, 181, 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, 13, 11, 0, // Skip to: 5636 |
|
/* 5625 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5636 |
|
/* 5631 */ MCD_OPC_Decode, 153, 9, 204, 1, // Opcode: VLD4DUPd8 |
|
/* 5636 */ MCD_OPC_CheckPredicate, 13, 234, 0, // Skip to: 5874 |
|
/* 5640 */ MCD_OPC_Decode, 156, 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, 13, 11, 0, // Skip to: 5679 |
|
/* 5668 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5679 |
|
/* 5674 */ MCD_OPC_Decode, 145, 9, 204, 1, // Opcode: VLD4DUPd16 |
|
/* 5679 */ MCD_OPC_CheckPredicate, 13, 191, 0, // Skip to: 5874 |
|
/* 5683 */ MCD_OPC_Decode, 148, 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, 13, 11, 0, // Skip to: 5722 |
|
/* 5711 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5722 |
|
/* 5717 */ MCD_OPC_Decode, 149, 9, 204, 1, // Opcode: VLD4DUPd32 |
|
/* 5722 */ MCD_OPC_CheckPredicate, 13, 148, 0, // Skip to: 5874 |
|
/* 5726 */ MCD_OPC_Decode, 152, 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, 13, 11, 0, // Skip to: 5779 |
|
/* 5768 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5779 |
|
/* 5774 */ MCD_OPC_Decode, 170, 9, 204, 1, // Opcode: VLD4DUPq8 |
|
/* 5779 */ MCD_OPC_CheckPredicate, 13, 91, 0, // Skip to: 5874 |
|
/* 5783 */ MCD_OPC_Decode, 171, 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, 13, 11, 0, // Skip to: 5822 |
|
/* 5811 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5822 |
|
/* 5817 */ MCD_OPC_Decode, 166, 9, 204, 1, // Opcode: VLD4DUPq16 |
|
/* 5822 */ MCD_OPC_CheckPredicate, 13, 48, 0, // Skip to: 5874 |
|
/* 5826 */ MCD_OPC_Decode, 167, 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, 13, 11, 0, // Skip to: 5865 |
|
/* 5854 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, // Skip to: 5865 |
|
/* 5860 */ MCD_OPC_Decode, 168, 9, 204, 1, // Opcode: VLD4DUPq32 |
|
/* 5865 */ MCD_OPC_CheckPredicate, 13, 5, 0, // Skip to: 5874 |
|
/* 5869 */ MCD_OPC_Decode, 169, 9, 204, 1, // Opcode: VLD4DUPq32_UPD |
|
/* 5874 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 17, 0, 4, // Skip to: 1035 |
|
/* 11 */ MCD_OPC_CheckField, 6, 6, 0, 250, 3, // Skip to: 1035 |
|
/* 17 */ MCD_OPC_Decode, 220, 21, 205, 1, // Opcode: tMOVSr |
|
/* 22 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 41 |
|
/* 26 */ MCD_OPC_CheckPredicate, 17, 237, 3, // Skip to: 1035 |
|
/* 30 */ MCD_OPC_CheckField, 11, 1, 1, 231, 3, // Skip to: 1035 |
|
/* 36 */ MCD_OPC_Decode, 193, 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, 17, 197, 3, // Skip to: 1035 |
|
/* 70 */ MCD_OPC_Decode, 132, 22, 205, 1, // Opcode: tTST |
|
/* 75 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 88 |
|
/* 79 */ MCD_OPC_CheckPredicate, 17, 184, 3, // Skip to: 1035 |
|
/* 83 */ MCD_OPC_Decode, 194, 21, 205, 1, // Opcode: tCMPr |
|
/* 88 */ MCD_OPC_FilterValue, 3, 175, 3, // Skip to: 1035 |
|
/* 92 */ MCD_OPC_CheckPredicate, 17, 171, 3, // Skip to: 1035 |
|
/* 96 */ MCD_OPC_Decode, 191, 21, 205, 1, // Opcode: tCMNz |
|
/* 101 */ MCD_OPC_FilterValue, 4, 45, 0, // Skip to: 150 |
|
/* 105 */ MCD_OPC_CheckPredicate, 17, 11, 0, // Skip to: 120 |
|
/* 109 */ MCD_OPC_CheckField, 3, 4, 13, 5, 0, // Skip to: 120 |
|
/* 115 */ MCD_OPC_Decode, 164, 21, 207, 1, // Opcode: tADDrSP |
|
/* 120 */ MCD_OPC_CheckPredicate, 17, 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, 168, 21, 207, 1, // Opcode: tADDspr |
|
/* 141 */ MCD_OPC_CheckPredicate, 17, 122, 3, // Skip to: 1035 |
|
/* 145 */ MCD_OPC_Decode, 161, 21, 208, 1, // Opcode: tADDhirr |
|
/* 150 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 163 |
|
/* 154 */ MCD_OPC_CheckPredicate, 17, 109, 3, // Skip to: 1035 |
|
/* 158 */ MCD_OPC_Decode, 192, 21, 209, 1, // Opcode: tCMPhir |
|
/* 163 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 176 |
|
/* 167 */ MCD_OPC_CheckPredicate, 17, 96, 3, // Skip to: 1035 |
|
/* 171 */ MCD_OPC_Decode, 222, 21, 209, 1, // Opcode: tMOVr |
|
/* 176 */ MCD_OPC_FilterValue, 7, 87, 3, // Skip to: 1035 |
|
/* 180 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 183 */ MCD_OPC_FilterValue, 0, 12, 0, // Skip to: 199 |
|
/* 187 */ MCD_OPC_CheckPredicate, 17, 76, 3, // Skip to: 1035 |
|
/* 191 */ MCD_OPC_SoftFail, 7, 0, |
|
/* 194 */ MCD_OPC_Decode, 183, 21, 210, 1, // Opcode: tBX |
|
/* 199 */ MCD_OPC_FilterValue, 1, 64, 3, // Skip to: 1035 |
|
/* 203 */ MCD_OPC_CheckPredicate, 17, 60, 3, // Skip to: 1035 |
|
/* 207 */ MCD_OPC_CheckField, 0, 3, 0, 54, 3, // Skip to: 1035 |
|
/* 213 */ MCD_OPC_Decode, 180, 21, 210, 1, // Opcode: tBLXr |
|
/* 218 */ MCD_OPC_FilterValue, 1, 45, 3, // Skip to: 1035 |
|
/* 222 */ MCD_OPC_CheckPredicate, 17, 41, 3, // Skip to: 1035 |
|
/* 226 */ MCD_OPC_Decode, 209, 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, 17, 21, 3, // Skip to: 1035 |
|
/* 246 */ MCD_OPC_Decode, 246, 21, 212, 1, // Opcode: tSTRr |
|
/* 251 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 264 |
|
/* 255 */ MCD_OPC_CheckPredicate, 17, 8, 3, // Skip to: 1035 |
|
/* 259 */ MCD_OPC_Decode, 244, 21, 212, 1, // Opcode: tSTRHr |
|
/* 264 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 277 |
|
/* 268 */ MCD_OPC_CheckPredicate, 17, 251, 2, // Skip to: 1035 |
|
/* 272 */ MCD_OPC_Decode, 242, 21, 212, 1, // Opcode: tSTRBr |
|
/* 277 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 290 |
|
/* 281 */ MCD_OPC_CheckPredicate, 17, 238, 2, // Skip to: 1035 |
|
/* 285 */ MCD_OPC_Decode, 206, 21, 212, 1, // Opcode: tLDRSB |
|
/* 290 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 303 |
|
/* 294 */ MCD_OPC_CheckPredicate, 17, 225, 2, // Skip to: 1035 |
|
/* 298 */ MCD_OPC_Decode, 211, 21, 212, 1, // Opcode: tLDRr |
|
/* 303 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 316 |
|
/* 307 */ MCD_OPC_CheckPredicate, 17, 212, 2, // Skip to: 1035 |
|
/* 311 */ MCD_OPC_Decode, 205, 21, 212, 1, // Opcode: tLDRHr |
|
/* 316 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 329 |
|
/* 320 */ MCD_OPC_CheckPredicate, 17, 199, 2, // Skip to: 1035 |
|
/* 324 */ MCD_OPC_Decode, 203, 21, 212, 1, // Opcode: tLDRBr |
|
/* 329 */ MCD_OPC_FilterValue, 7, 190, 2, // Skip to: 1035 |
|
/* 333 */ MCD_OPC_CheckPredicate, 17, 186, 2, // Skip to: 1035 |
|
/* 337 */ MCD_OPC_Decode, 207, 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, 17, 166, 2, // Skip to: 1035 |
|
/* 357 */ MCD_OPC_Decode, 245, 21, 213, 1, // Opcode: tSTRi |
|
/* 362 */ MCD_OPC_FilterValue, 1, 157, 2, // Skip to: 1035 |
|
/* 366 */ MCD_OPC_CheckPredicate, 17, 153, 2, // Skip to: 1035 |
|
/* 370 */ MCD_OPC_Decode, 208, 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, 17, 133, 2, // Skip to: 1035 |
|
/* 390 */ MCD_OPC_Decode, 241, 21, 213, 1, // Opcode: tSTRBi |
|
/* 395 */ MCD_OPC_FilterValue, 1, 124, 2, // Skip to: 1035 |
|
/* 399 */ MCD_OPC_CheckPredicate, 17, 120, 2, // Skip to: 1035 |
|
/* 403 */ MCD_OPC_Decode, 202, 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, 17, 100, 2, // Skip to: 1035 |
|
/* 423 */ MCD_OPC_Decode, 243, 21, 213, 1, // Opcode: tSTRHi |
|
/* 428 */ MCD_OPC_FilterValue, 1, 91, 2, // Skip to: 1035 |
|
/* 432 */ MCD_OPC_CheckPredicate, 17, 87, 2, // Skip to: 1035 |
|
/* 436 */ MCD_OPC_Decode, 204, 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, 17, 67, 2, // Skip to: 1035 |
|
/* 456 */ MCD_OPC_Decode, 247, 21, 214, 1, // Opcode: tSTRspi |
|
/* 461 */ MCD_OPC_FilterValue, 1, 58, 2, // Skip to: 1035 |
|
/* 465 */ MCD_OPC_CheckPredicate, 17, 54, 2, // Skip to: 1035 |
|
/* 469 */ MCD_OPC_Decode, 212, 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, 17, 34, 2, // Skip to: 1035 |
|
/* 489 */ MCD_OPC_Decode, 171, 21, 215, 1, // Opcode: tADR |
|
/* 494 */ MCD_OPC_FilterValue, 1, 25, 2, // Skip to: 1035 |
|
/* 498 */ MCD_OPC_CheckPredicate, 17, 21, 2, // Skip to: 1035 |
|
/* 502 */ MCD_OPC_Decode, 165, 21, 215, 1, // Opcode: tADDrSPi |
|
/* 507 */ MCD_OPC_FilterValue, 11, 173, 1, // Skip to: 940 |
|
/* 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, 17, 236, 1, // Skip to: 1035 |
|
/* 543 */ MCD_OPC_Decode, 167, 21, 216, 1, // Opcode: tADDspi |
|
/* 548 */ MCD_OPC_FilterValue, 1, 227, 1, // Skip to: 1035 |
|
/* 552 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
|
/* 555 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 568 |
|
/* 559 */ MCD_OPC_CheckPredicate, 18, 216, 1, // Skip to: 1035 |
|
/* 563 */ MCD_OPC_Decode, 254, 21, 205, 1, // Opcode: tSXTH |
|
/* 568 */ MCD_OPC_FilterValue, 1, 207, 1, // Skip to: 1035 |
|
/* 572 */ MCD_OPC_CheckPredicate, 18, 203, 1, // Skip to: 1035 |
|
/* 576 */ MCD_OPC_Decode, 253, 21, 205, 1, // Opcode: tSXTB |
|
/* 581 */ MCD_OPC_FilterValue, 1, 194, 1, // Skip to: 1035 |
|
/* 585 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
|
/* 588 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 601 |
|
/* 592 */ MCD_OPC_CheckPredicate, 17, 183, 1, // Skip to: 1035 |
|
/* 596 */ MCD_OPC_Decode, 251, 21, 216, 1, // Opcode: tSUBspi |
|
/* 601 */ MCD_OPC_FilterValue, 1, 174, 1, // Skip to: 1035 |
|
/* 605 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
|
/* 608 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 621 |
|
/* 612 */ MCD_OPC_CheckPredicate, 18, 163, 1, // Skip to: 1035 |
|
/* 616 */ MCD_OPC_Decode, 134, 22, 205, 1, // Opcode: tUXTH |
|
/* 621 */ MCD_OPC_FilterValue, 1, 154, 1, // Skip to: 1035 |
|
/* 625 */ MCD_OPC_CheckPredicate, 18, 150, 1, // Skip to: 1035 |
|
/* 629 */ MCD_OPC_Decode, 133, 22, 205, 1, // Opcode: tUXTB |
|
/* 634 */ MCD_OPC_FilterValue, 1, 141, 1, // Skip to: 1035 |
|
/* 638 */ MCD_OPC_CheckPredicate, 19, 137, 1, // Skip to: 1035 |
|
/* 642 */ MCD_OPC_Decode, 190, 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, 17, 117, 1, // Skip to: 1035 |
|
/* 662 */ MCD_OPC_Decode, 230, 21, 218, 1, // Opcode: tPUSH |
|
/* 667 */ MCD_OPC_FilterValue, 1, 108, 1, // Skip to: 1035 |
|
/* 671 */ MCD_OPC_ExtractField, 5, 4, // Inst{8-5} ... |
|
/* 674 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 699 |
|
/* 678 */ MCD_OPC_CheckPredicate, 17, 97, 1, // Skip to: 1035 |
|
/* 682 */ MCD_OPC_CheckField, 4, 1, 1, 91, 1, // Skip to: 1035 |
|
/* 688 */ MCD_OPC_CheckField, 0, 3, 0, 85, 1, // Skip to: 1035 |
|
/* 694 */ MCD_OPC_Decode, 237, 21, 219, 1, // Opcode: tSETEND |
|
/* 699 */ MCD_OPC_FilterValue, 3, 76, 1, // Skip to: 1035 |
|
/* 703 */ MCD_OPC_CheckPredicate, 17, 72, 1, // Skip to: 1035 |
|
/* 707 */ MCD_OPC_CheckField, 3, 1, 0, 66, 1, // Skip to: 1035 |
|
/* 713 */ MCD_OPC_Decode, 195, 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, 18, 39, 1, // Skip to: 1035 |
|
/* 740 */ MCD_OPC_CheckField, 9, 1, 1, 33, 1, // Skip to: 1035 |
|
/* 746 */ MCD_OPC_Decode, 231, 21, 205, 1, // Opcode: tREV |
|
/* 751 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 770 |
|
/* 755 */ MCD_OPC_CheckPredicate, 18, 20, 1, // Skip to: 1035 |
|
/* 759 */ MCD_OPC_CheckField, 9, 1, 1, 14, 1, // Skip to: 1035 |
|
/* 765 */ MCD_OPC_Decode, 232, 21, 205, 1, // Opcode: tREV16 |
|
/* 770 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 789 |
|
/* 774 */ MCD_OPC_CheckPredicate, 20, 1, 1, // Skip to: 1035 |
|
/* 778 */ MCD_OPC_CheckField, 9, 1, 1, 251, 0, // Skip to: 1035 |
|
/* 784 */ MCD_OPC_Decode, 197, 21, 221, 1, // Opcode: tHLT |
|
/* 789 */ MCD_OPC_FilterValue, 3, 242, 0, // Skip to: 1035 |
|
/* 793 */ MCD_OPC_CheckPredicate, 18, 238, 0, // Skip to: 1035 |
|
/* 797 */ MCD_OPC_CheckField, 9, 1, 1, 232, 0, // Skip to: 1035 |
|
/* 803 */ MCD_OPC_Decode, 233, 21, 205, 1, // Opcode: tREVSH |
|
/* 808 */ MCD_OPC_FilterValue, 1, 223, 0, // Skip to: 1035 |
|
/* 812 */ MCD_OPC_CheckPredicate, 19, 219, 0, // Skip to: 1035 |
|
/* 816 */ MCD_OPC_Decode, 189, 21, 217, 1, // Opcode: tCBNZ |
|
/* 821 */ MCD_OPC_FilterValue, 3, 210, 0, // Skip to: 1035 |
|
/* 825 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
|
/* 828 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 841 |
|
/* 832 */ MCD_OPC_CheckPredicate, 17, 199, 0, // Skip to: 1035 |
|
/* 836 */ MCD_OPC_Decode, 228, 21, 222, 1, // Opcode: tPOP |
|
/* 841 */ MCD_OPC_FilterValue, 1, 190, 0, // Skip to: 1035 |
|
/* 845 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 848 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 861 |
|
/* 852 */ MCD_OPC_CheckPredicate, 17, 179, 0, // Skip to: 1035 |
|
/* 856 */ MCD_OPC_Decode, 177, 21, 223, 1, // Opcode: tBKPT |
|
/* 861 */ MCD_OPC_FilterValue, 1, 170, 0, // Skip to: 1035 |
|
/* 865 */ MCD_OPC_ExtractField, 0, 8, // Inst{7-0} ... |
|
/* 868 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 880 |
|
/* 872 */ MCD_OPC_CheckPredicate, 19, 159, 0, // Skip to: 1035 |
|
/* 876 */ MCD_OPC_Decode, 225, 21, 58, // Opcode: tNOP |
|
/* 880 */ MCD_OPC_FilterValue, 16, 8, 0, // Skip to: 892 |
|
/* 884 */ MCD_OPC_CheckPredicate, 19, 147, 0, // Skip to: 1035 |
|
/* 888 */ MCD_OPC_Decode, 137, 22, 58, // Opcode: tYIELD |
|
/* 892 */ MCD_OPC_FilterValue, 32, 8, 0, // Skip to: 904 |
|
/* 896 */ MCD_OPC_CheckPredicate, 19, 135, 0, // Skip to: 1035 |
|
/* 900 */ MCD_OPC_Decode, 135, 22, 58, // Opcode: tWFE |
|
/* 904 */ MCD_OPC_FilterValue, 48, 8, 0, // Skip to: 916 |
|
/* 908 */ MCD_OPC_CheckPredicate, 19, 123, 0, // Skip to: 1035 |
|
/* 912 */ MCD_OPC_Decode, 136, 22, 58, // Opcode: tWFI |
|
/* 916 */ MCD_OPC_FilterValue, 64, 8, 0, // Skip to: 928 |
|
/* 920 */ MCD_OPC_CheckPredicate, 19, 111, 0, // Skip to: 1035 |
|
/* 924 */ MCD_OPC_Decode, 238, 21, 58, // Opcode: tSEV |
|
/* 928 */ MCD_OPC_FilterValue, 80, 103, 0, // Skip to: 1035 |
|
/* 932 */ MCD_OPC_CheckPredicate, 21, 99, 0, // Skip to: 1035 |
|
/* 936 */ MCD_OPC_Decode, 239, 21, 58, // Opcode: tSEVL |
|
/* 940 */ MCD_OPC_FilterValue, 12, 29, 0, // Skip to: 973 |
|
/* 944 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
|
/* 947 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 960 |
|
/* 951 */ MCD_OPC_CheckPredicate, 17, 80, 0, // Skip to: 1035 |
|
/* 955 */ MCD_OPC_Decode, 240, 21, 224, 1, // Opcode: tSTMIA_UPD |
|
/* 960 */ MCD_OPC_FilterValue, 1, 71, 0, // Skip to: 1035 |
|
/* 964 */ MCD_OPC_CheckPredicate, 17, 67, 0, // Skip to: 1035 |
|
/* 968 */ MCD_OPC_Decode, 200, 21, 225, 1, // Opcode: tLDMIA |
|
/* 973 */ MCD_OPC_FilterValue, 13, 39, 0, // Skip to: 1016 |
|
/* 977 */ MCD_OPC_CheckPredicate, 17, 11, 0, // Skip to: 992 |
|
/* 981 */ MCD_OPC_CheckField, 0, 12, 254, 29, 4, 0, // Skip to: 992 |
|
/* 988 */ MCD_OPC_Decode, 131, 22, 58, // Opcode: tTRAP |
|
/* 992 */ MCD_OPC_CheckPredicate, 17, 11, 0, // Skip to: 1007 |
|
/* 996 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, // Skip to: 1007 |
|
/* 1002 */ MCD_OPC_Decode, 252, 21, 223, 1, // Opcode: tSVC |
|
/* 1007 */ MCD_OPC_CheckPredicate, 17, 24, 0, // Skip to: 1035 |
|
/* 1011 */ MCD_OPC_Decode, 187, 21, 226, 1, // Opcode: tBcc |
|
/* 1016 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 1035 |
|
/* 1020 */ MCD_OPC_CheckPredicate, 17, 11, 0, // Skip to: 1035 |
|
/* 1024 */ MCD_OPC_CheckField, 11, 1, 0, 5, 0, // Skip to: 1035 |
|
/* 1030 */ MCD_OPC_Decode, 175, 21, 227, 1, // Opcode: tB |
|
/* 1035 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 17, 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, 179, 21, 228, 1, // Opcode: tBLXi |
|
/* 34 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 59 |
|
/* 38 */ MCD_OPC_CheckPredicate, 17, 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, 178, 21, 229, 1, // Opcode: tBL |
|
/* 59 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const uint8_t DecoderTableThumb216[] = { |
|
/* 0 */ MCD_OPC_CheckPredicate, 19, 12, 0, // Skip to: 16 |
|
/* 4 */ MCD_OPC_CheckField, 8, 8, 191, 1, 5, 0, // Skip to: 16 |
|
/* 11 */ MCD_OPC_Decode, 198, 18, 230, 1, // Opcode: t2IT |
|
/* 16 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 19, 92, 27, // Skip to: 7036 |
|
/* 32 */ MCD_OPC_CheckField, 23, 1, 1, 86, 27, // Skip to: 7036 |
|
/* 38 */ MCD_OPC_CheckField, 13, 1, 0, 80, 27, // Skip to: 7036 |
|
/* 44 */ MCD_OPC_Decode, 201, 20, 231, 1, // Opcode: t2STMIA |
|
/* 49 */ MCD_OPC_FilterValue, 1, 71, 27, // Skip to: 7036 |
|
/* 53 */ MCD_OPC_CheckPredicate, 19, 67, 27, // Skip to: 7036 |
|
/* 57 */ MCD_OPC_CheckField, 23, 1, 0, 61, 27, // Skip to: 7036 |
|
/* 63 */ MCD_OPC_CheckField, 16, 4, 13, 55, 27, // Skip to: 7036 |
|
/* 69 */ MCD_OPC_CheckField, 5, 10, 128, 4, 48, 27, // Skip to: 7036 |
|
/* 76 */ MCD_OPC_Decode, 167, 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, 19, 29, 27, // Skip to: 7036 |
|
/* 95 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 21, 27, // Skip to: 7036 |
|
/* 103 */ MCD_OPC_Decode, 231, 19, 80, // Opcode: t2RFEDB |
|
/* 107 */ MCD_OPC_FilterValue, 1, 13, 27, // Skip to: 7036 |
|
/* 111 */ MCD_OPC_CheckPredicate, 19, 9, 27, // Skip to: 7036 |
|
/* 115 */ MCD_OPC_Decode, 226, 18, 232, 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, 19, 245, 26, // Skip to: 7036 |
|
/* 135 */ MCD_OPC_CheckField, 23, 1, 1, 239, 26, // Skip to: 7036 |
|
/* 141 */ MCD_OPC_CheckField, 13, 1, 0, 233, 26, // Skip to: 7036 |
|
/* 147 */ MCD_OPC_Decode, 202, 20, 233, 1, // Opcode: t2STMIA_UPD |
|
/* 152 */ MCD_OPC_FilterValue, 1, 224, 26, // Skip to: 7036 |
|
/* 156 */ MCD_OPC_CheckPredicate, 19, 220, 26, // Skip to: 7036 |
|
/* 160 */ MCD_OPC_CheckField, 23, 1, 0, 214, 26, // Skip to: 7036 |
|
/* 166 */ MCD_OPC_CheckField, 16, 4, 13, 208, 26, // Skip to: 7036 |
|
/* 172 */ MCD_OPC_CheckField, 5, 10, 128, 4, 201, 26, // Skip to: 7036 |
|
/* 179 */ MCD_OPC_Decode, 168, 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, 19, 182, 26, // Skip to: 7036 |
|
/* 198 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 174, 26, // Skip to: 7036 |
|
/* 206 */ MCD_OPC_Decode, 232, 19, 80, // Opcode: t2RFEDBW |
|
/* 210 */ MCD_OPC_FilterValue, 1, 166, 26, // Skip to: 7036 |
|
/* 214 */ MCD_OPC_CheckPredicate, 19, 162, 26, // Skip to: 7036 |
|
/* 218 */ MCD_OPC_Decode, 228, 18, 234, 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, 19, 142, 26, // Skip to: 7036 |
|
/* 238 */ MCD_OPC_Decode, 213, 20, 235, 1, // Opcode: t2STREX |
|
/* 243 */ MCD_OPC_FilterValue, 1, 133, 26, // Skip to: 7036 |
|
/* 247 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 250 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 269 |
|
/* 254 */ MCD_OPC_CheckPredicate, 19, 122, 26, // Skip to: 7036 |
|
/* 258 */ MCD_OPC_CheckField, 8, 4, 15, 116, 26, // Skip to: 7036 |
|
/* 264 */ MCD_OPC_Decode, 214, 20, 236, 1, // Opcode: t2STREXB |
|
/* 269 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 288 |
|
/* 273 */ MCD_OPC_CheckPredicate, 19, 103, 26, // Skip to: 7036 |
|
/* 277 */ MCD_OPC_CheckField, 8, 4, 15, 97, 26, // Skip to: 7036 |
|
/* 283 */ MCD_OPC_Decode, 216, 20, 236, 1, // Opcode: t2STREXH |
|
/* 288 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 301 |
|
/* 292 */ MCD_OPC_CheckPredicate, 19, 84, 26, // Skip to: 7036 |
|
/* 296 */ MCD_OPC_Decode, 215, 20, 237, 1, // Opcode: t2STREXD |
|
/* 301 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 326 |
|
/* 305 */ MCD_OPC_CheckPredicate, 20, 71, 26, // Skip to: 7036 |
|
/* 309 */ MCD_OPC_CheckField, 8, 4, 15, 65, 26, // Skip to: 7036 |
|
/* 315 */ MCD_OPC_CheckField, 0, 4, 15, 59, 26, // Skip to: 7036 |
|
/* 321 */ MCD_OPC_Decode, 193, 20, 238, 1, // Opcode: t2STLB |
|
/* 326 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 351 |
|
/* 330 */ MCD_OPC_CheckPredicate, 20, 46, 26, // Skip to: 7036 |
|
/* 334 */ MCD_OPC_CheckField, 8, 4, 15, 40, 26, // Skip to: 7036 |
|
/* 340 */ MCD_OPC_CheckField, 0, 4, 15, 34, 26, // Skip to: 7036 |
|
/* 346 */ MCD_OPC_Decode, 198, 20, 238, 1, // Opcode: t2STLH |
|
/* 351 */ MCD_OPC_FilterValue, 10, 21, 0, // Skip to: 376 |
|
/* 355 */ MCD_OPC_CheckPredicate, 20, 21, 26, // Skip to: 7036 |
|
/* 359 */ MCD_OPC_CheckField, 8, 4, 15, 15, 26, // Skip to: 7036 |
|
/* 365 */ MCD_OPC_CheckField, 0, 4, 15, 9, 26, // Skip to: 7036 |
|
/* 371 */ MCD_OPC_Decode, 192, 20, 238, 1, // Opcode: t2STL |
|
/* 376 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 395 |
|
/* 380 */ MCD_OPC_CheckPredicate, 20, 252, 25, // Skip to: 7036 |
|
/* 384 */ MCD_OPC_CheckField, 8, 4, 15, 246, 25, // Skip to: 7036 |
|
/* 390 */ MCD_OPC_Decode, 195, 20, 236, 1, // Opcode: t2STLEXB |
|
/* 395 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 414 |
|
/* 399 */ MCD_OPC_CheckPredicate, 20, 233, 25, // Skip to: 7036 |
|
/* 403 */ MCD_OPC_CheckField, 8, 4, 15, 227, 25, // Skip to: 7036 |
|
/* 409 */ MCD_OPC_Decode, 197, 20, 236, 1, // Opcode: t2STLEXH |
|
/* 414 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 433 |
|
/* 418 */ MCD_OPC_CheckPredicate, 20, 214, 25, // Skip to: 7036 |
|
/* 422 */ MCD_OPC_CheckField, 8, 4, 15, 208, 25, // Skip to: 7036 |
|
/* 428 */ MCD_OPC_Decode, 194, 20, 236, 1, // Opcode: t2STLEX |
|
/* 433 */ MCD_OPC_FilterValue, 15, 199, 25, // Skip to: 7036 |
|
/* 437 */ MCD_OPC_CheckPredicate, 20, 195, 25, // Skip to: 7036 |
|
/* 441 */ MCD_OPC_Decode, 196, 20, 237, 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, 19, 175, 25, // Skip to: 7036 |
|
/* 461 */ MCD_OPC_CheckField, 8, 4, 15, 169, 25, // Skip to: 7036 |
|
/* 467 */ MCD_OPC_Decode, 240, 18, 239, 1, // Opcode: t2LDREX |
|
/* 472 */ MCD_OPC_FilterValue, 1, 160, 25, // Skip to: 7036 |
|
/* 476 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 479 */ MCD_OPC_FilterValue, 0, 16, 0, // Skip to: 499 |
|
/* 483 */ MCD_OPC_CheckPredicate, 19, 149, 25, // Skip to: 7036 |
|
/* 487 */ MCD_OPC_CheckField, 8, 8, 240, 1, 142, 25, // Skip to: 7036 |
|
/* 494 */ MCD_OPC_Decode, 245, 20, 240, 1, // Opcode: t2TBB |
|
/* 499 */ MCD_OPC_FilterValue, 1, 16, 0, // Skip to: 519 |
|
/* 503 */ MCD_OPC_CheckPredicate, 19, 129, 25, // Skip to: 7036 |
|
/* 507 */ MCD_OPC_CheckField, 8, 8, 240, 1, 122, 25, // Skip to: 7036 |
|
/* 514 */ MCD_OPC_Decode, 247, 20, 240, 1, // Opcode: t2TBH |
|
/* 519 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 544 |
|
/* 523 */ MCD_OPC_CheckPredicate, 19, 109, 25, // Skip to: 7036 |
|
/* 527 */ MCD_OPC_CheckField, 8, 4, 15, 103, 25, // Skip to: 7036 |
|
/* 533 */ MCD_OPC_CheckField, 0, 4, 15, 97, 25, // Skip to: 7036 |
|
/* 539 */ MCD_OPC_Decode, 241, 18, 238, 1, // Opcode: t2LDREXB |
|
/* 544 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 569 |
|
/* 548 */ MCD_OPC_CheckPredicate, 19, 84, 25, // Skip to: 7036 |
|
/* 552 */ MCD_OPC_CheckField, 8, 4, 15, 78, 25, // Skip to: 7036 |
|
/* 558 */ MCD_OPC_CheckField, 0, 4, 15, 72, 25, // Skip to: 7036 |
|
/* 564 */ MCD_OPC_Decode, 243, 18, 238, 1, // Opcode: t2LDREXH |
|
/* 569 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 588 |
|
/* 573 */ MCD_OPC_CheckPredicate, 19, 59, 25, // Skip to: 7036 |
|
/* 577 */ MCD_OPC_CheckField, 0, 4, 15, 53, 25, // Skip to: 7036 |
|
/* 583 */ MCD_OPC_Decode, 242, 18, 241, 1, // Opcode: t2LDREXD |
|
/* 588 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 613 |
|
/* 592 */ MCD_OPC_CheckPredicate, 20, 40, 25, // Skip to: 7036 |
|
/* 596 */ MCD_OPC_CheckField, 8, 4, 15, 34, 25, // Skip to: 7036 |
|
/* 602 */ MCD_OPC_CheckField, 0, 4, 15, 28, 25, // Skip to: 7036 |
|
/* 608 */ MCD_OPC_Decode, 202, 18, 238, 1, // Opcode: t2LDAB |
|
/* 613 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 638 |
|
/* 617 */ MCD_OPC_CheckPredicate, 20, 15, 25, // Skip to: 7036 |
|
/* 621 */ MCD_OPC_CheckField, 8, 4, 15, 9, 25, // Skip to: 7036 |
|
/* 627 */ MCD_OPC_CheckField, 0, 4, 15, 3, 25, // Skip to: 7036 |
|
/* 633 */ MCD_OPC_Decode, 207, 18, 238, 1, // Opcode: t2LDAH |
|
/* 638 */ MCD_OPC_FilterValue, 10, 21, 0, // Skip to: 663 |
|
/* 642 */ MCD_OPC_CheckPredicate, 20, 246, 24, // Skip to: 7036 |
|
/* 646 */ MCD_OPC_CheckField, 8, 4, 15, 240, 24, // Skip to: 7036 |
|
/* 652 */ MCD_OPC_CheckField, 0, 4, 15, 234, 24, // Skip to: 7036 |
|
/* 658 */ MCD_OPC_Decode, 201, 18, 238, 1, // Opcode: t2LDA |
|
/* 663 */ MCD_OPC_FilterValue, 12, 21, 0, // Skip to: 688 |
|
/* 667 */ MCD_OPC_CheckPredicate, 20, 221, 24, // Skip to: 7036 |
|
/* 671 */ MCD_OPC_CheckField, 8, 4, 15, 215, 24, // Skip to: 7036 |
|
/* 677 */ MCD_OPC_CheckField, 0, 4, 15, 209, 24, // Skip to: 7036 |
|
/* 683 */ MCD_OPC_Decode, 204, 18, 238, 1, // Opcode: t2LDAEXB |
|
/* 688 */ MCD_OPC_FilterValue, 13, 21, 0, // Skip to: 713 |
|
/* 692 */ MCD_OPC_CheckPredicate, 20, 196, 24, // Skip to: 7036 |
|
/* 696 */ MCD_OPC_CheckField, 8, 4, 15, 190, 24, // Skip to: 7036 |
|
/* 702 */ MCD_OPC_CheckField, 0, 4, 15, 184, 24, // Skip to: 7036 |
|
/* 708 */ MCD_OPC_Decode, 206, 18, 238, 1, // Opcode: t2LDAEXH |
|
/* 713 */ MCD_OPC_FilterValue, 14, 21, 0, // Skip to: 738 |
|
/* 717 */ MCD_OPC_CheckPredicate, 20, 171, 24, // Skip to: 7036 |
|
/* 721 */ MCD_OPC_CheckField, 8, 4, 15, 165, 24, // Skip to: 7036 |
|
/* 727 */ MCD_OPC_CheckField, 0, 4, 15, 159, 24, // Skip to: 7036 |
|
/* 733 */ MCD_OPC_Decode, 203, 18, 238, 1, // Opcode: t2LDAEX |
|
/* 738 */ MCD_OPC_FilterValue, 15, 150, 24, // Skip to: 7036 |
|
/* 742 */ MCD_OPC_CheckPredicate, 20, 146, 24, // Skip to: 7036 |
|
/* 746 */ MCD_OPC_CheckField, 0, 4, 15, 140, 24, // Skip to: 7036 |
|
/* 752 */ MCD_OPC_Decode, 205, 18, 241, 1, // Opcode: t2LDAEXD |
|
/* 757 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 770 |
|
/* 761 */ MCD_OPC_CheckPredicate, 19, 127, 24, // Skip to: 7036 |
|
/* 765 */ MCD_OPC_Decode, 210, 20, 242, 1, // Opcode: t2STRD_POST |
|
/* 770 */ MCD_OPC_FilterValue, 7, 118, 24, // Skip to: 7036 |
|
/* 774 */ MCD_OPC_CheckPredicate, 19, 114, 24, // Skip to: 7036 |
|
/* 778 */ MCD_OPC_Decode, 237, 18, 243, 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, 19, 87, 24, // Skip to: 7036 |
|
/* 805 */ MCD_OPC_CheckField, 23, 1, 0, 81, 24, // Skip to: 7036 |
|
/* 811 */ MCD_OPC_CheckField, 13, 1, 0, 75, 24, // Skip to: 7036 |
|
/* 817 */ MCD_OPC_Decode, 199, 20, 231, 1, // Opcode: t2STMDB |
|
/* 822 */ MCD_OPC_FilterValue, 1, 66, 24, // Skip to: 7036 |
|
/* 826 */ MCD_OPC_CheckPredicate, 19, 62, 24, // Skip to: 7036 |
|
/* 830 */ MCD_OPC_CheckField, 23, 1, 1, 56, 24, // Skip to: 7036 |
|
/* 836 */ MCD_OPC_CheckField, 16, 4, 13, 50, 24, // Skip to: 7036 |
|
/* 842 */ MCD_OPC_CheckField, 5, 10, 128, 4, 43, 24, // Skip to: 7036 |
|
/* 849 */ MCD_OPC_Decode, 169, 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, 19, 24, 24, // Skip to: 7036 |
|
/* 868 */ MCD_OPC_Decode, 224, 18, 232, 1, // Opcode: t2LDMDB |
|
/* 873 */ MCD_OPC_FilterValue, 1, 15, 24, // Skip to: 7036 |
|
/* 877 */ MCD_OPC_CheckPredicate, 19, 11, 24, // Skip to: 7036 |
|
/* 881 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 3, 24, // Skip to: 7036 |
|
/* 889 */ MCD_OPC_Decode, 233, 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, 19, 240, 23, // Skip to: 7036 |
|
/* 908 */ MCD_OPC_CheckField, 23, 1, 0, 234, 23, // Skip to: 7036 |
|
/* 914 */ MCD_OPC_CheckField, 13, 1, 0, 228, 23, // Skip to: 7036 |
|
/* 920 */ MCD_OPC_Decode, 200, 20, 233, 1, // Opcode: t2STMDB_UPD |
|
/* 925 */ MCD_OPC_FilterValue, 1, 219, 23, // Skip to: 7036 |
|
/* 929 */ MCD_OPC_CheckPredicate, 19, 215, 23, // Skip to: 7036 |
|
/* 933 */ MCD_OPC_CheckField, 23, 1, 1, 209, 23, // Skip to: 7036 |
|
/* 939 */ MCD_OPC_CheckField, 16, 4, 13, 203, 23, // Skip to: 7036 |
|
/* 945 */ MCD_OPC_CheckField, 5, 10, 128, 4, 196, 23, // Skip to: 7036 |
|
/* 952 */ MCD_OPC_Decode, 170, 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, 19, 177, 23, // Skip to: 7036 |
|
/* 971 */ MCD_OPC_Decode, 225, 18, 234, 1, // Opcode: t2LDMDB_UPD |
|
/* 976 */ MCD_OPC_FilterValue, 1, 168, 23, // Skip to: 7036 |
|
/* 980 */ MCD_OPC_CheckPredicate, 19, 164, 23, // Skip to: 7036 |
|
/* 984 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 156, 23, // Skip to: 7036 |
|
/* 992 */ MCD_OPC_Decode, 234, 19, 80, // Opcode: t2RFEIAW |
|
/* 996 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 1009 |
|
/* 1000 */ MCD_OPC_CheckPredicate, 19, 144, 23, // Skip to: 7036 |
|
/* 1004 */ MCD_OPC_Decode, 212, 20, 244, 1, // Opcode: t2STRDi8 |
|
/* 1009 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 1022 |
|
/* 1013 */ MCD_OPC_CheckPredicate, 19, 131, 23, // Skip to: 7036 |
|
/* 1017 */ MCD_OPC_Decode, 239, 18, 245, 1, // Opcode: t2LDRDi8 |
|
/* 1022 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 1035 |
|
/* 1026 */ MCD_OPC_CheckPredicate, 19, 118, 23, // Skip to: 7036 |
|
/* 1030 */ MCD_OPC_Decode, 211, 20, 246, 1, // Opcode: t2STRD_PRE |
|
/* 1035 */ MCD_OPC_FilterValue, 7, 109, 23, // Skip to: 7036 |
|
/* 1039 */ MCD_OPC_CheckPredicate, 19, 105, 23, // Skip to: 7036 |
|
/* 1043 */ MCD_OPC_Decode, 238, 18, 247, 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, 19, 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, 253, 20, 248, 1, // Opcode: t2TSTrr |
|
/* 1081 */ MCD_OPC_CheckPredicate, 19, 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, 254, 20, 249, 1, // Opcode: t2TSTrs |
|
/* 1102 */ MCD_OPC_CheckPredicate, 19, 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, 155, 18, 250, 1, // Opcode: t2ANDrr |
|
/* 1123 */ MCD_OPC_CheckPredicate, 19, 21, 23, // Skip to: 7036 |
|
/* 1127 */ MCD_OPC_Decode, 156, 18, 251, 1, // Opcode: t2ANDrs |
|
/* 1132 */ MCD_OPC_FilterValue, 1, 30, 0, // Skip to: 1166 |
|
/* 1136 */ MCD_OPC_CheckPredicate, 19, 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, 163, 18, 250, 1, // Opcode: t2BICrr |
|
/* 1157 */ MCD_OPC_CheckPredicate, 19, 243, 22, // Skip to: 7036 |
|
/* 1161 */ MCD_OPC_Decode, 164, 18, 251, 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, 19, 11, 0, // Skip to: 1199 |
|
/* 1188 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1199 |
|
/* 1194 */ MCD_OPC_Decode, 179, 19, 252, 1, // Opcode: t2MOVr |
|
/* 1199 */ MCD_OPC_CheckPredicate, 19, 30, 0, // Skip to: 1233 |
|
/* 1203 */ MCD_OPC_Decode, 202, 19, 250, 1, // Opcode: t2ORRrr |
|
/* 1208 */ MCD_OPC_FilterValue, 3, 21, 0, // Skip to: 1233 |
|
/* 1212 */ MCD_OPC_CheckPredicate, 19, 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, 237, 19, 253, 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, 19, 68, 0, // Skip to: 1312 |
|
/* 1244 */ MCD_OPC_CheckField, 16, 4, 15, 62, 0, // Skip to: 1312 |
|
/* 1250 */ MCD_OPC_Decode, 151, 19, 254, 1, // Opcode: t2LSLri |
|
/* 1255 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1274 |
|
/* 1259 */ MCD_OPC_CheckPredicate, 19, 49, 0, // Skip to: 1312 |
|
/* 1263 */ MCD_OPC_CheckField, 16, 4, 15, 43, 0, // Skip to: 1312 |
|
/* 1269 */ MCD_OPC_Decode, 153, 19, 254, 1, // Opcode: t2LSRri |
|
/* 1274 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1293 |
|
/* 1278 */ MCD_OPC_CheckPredicate, 19, 30, 0, // Skip to: 1312 |
|
/* 1282 */ MCD_OPC_CheckField, 16, 4, 15, 24, 0, // Skip to: 1312 |
|
/* 1288 */ MCD_OPC_Decode, 157, 18, 254, 1, // Opcode: t2ASRri |
|
/* 1293 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 1312 |
|
/* 1297 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 1312 |
|
/* 1301 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1312 |
|
/* 1307 */ MCD_OPC_Decode, 235, 19, 254, 1, // Opcode: t2RORri |
|
/* 1312 */ MCD_OPC_CheckPredicate, 19, 88, 22, // Skip to: 7036 |
|
/* 1316 */ MCD_OPC_Decode, 203, 19, 251, 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, 19, 11, 0, // Skip to: 1354 |
|
/* 1343 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1354 |
|
/* 1349 */ MCD_OPC_Decode, 196, 19, 253, 1, // Opcode: t2MVNr |
|
/* 1354 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 1363 |
|
/* 1358 */ MCD_OPC_Decode, 199, 19, 250, 1, // Opcode: t2ORNrr |
|
/* 1363 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 1378 |
|
/* 1367 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 1378 |
|
/* 1373 */ MCD_OPC_Decode, 197, 19, 255, 1, // Opcode: t2MVNs |
|
/* 1378 */ MCD_OPC_CheckPredicate, 19, 22, 22, // Skip to: 7036 |
|
/* 1382 */ MCD_OPC_Decode, 200, 19, 251, 1, // Opcode: t2ORNrs |
|
/* 1387 */ MCD_OPC_FilterValue, 4, 73, 0, // Skip to: 1464 |
|
/* 1391 */ MCD_OPC_CheckPredicate, 19, 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, 250, 20, 248, 1, // Opcode: t2TEQrr |
|
/* 1413 */ MCD_OPC_CheckPredicate, 19, 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, 251, 20, 249, 1, // Opcode: t2TEQrs |
|
/* 1434 */ MCD_OPC_CheckPredicate, 19, 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, 194, 18, 250, 1, // Opcode: t2EORrr |
|
/* 1455 */ MCD_OPC_CheckPredicate, 19, 201, 21, // Skip to: 7036 |
|
/* 1459 */ MCD_OPC_Decode, 195, 18, 251, 1, // Opcode: t2EORrs |
|
/* 1464 */ MCD_OPC_FilterValue, 6, 192, 21, // Skip to: 7036 |
|
/* 1468 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
|
/* 1471 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1490 |
|
/* 1475 */ MCD_OPC_CheckPredicate, 22, 181, 21, // Skip to: 7036 |
|
/* 1479 */ MCD_OPC_CheckField, 20, 1, 0, 175, 21, // Skip to: 7036 |
|
/* 1485 */ MCD_OPC_Decode, 204, 19, 128, 2, // Opcode: t2PKHBT |
|
/* 1490 */ MCD_OPC_FilterValue, 2, 166, 21, // Skip to: 7036 |
|
/* 1494 */ MCD_OPC_CheckPredicate, 22, 162, 21, // Skip to: 7036 |
|
/* 1498 */ MCD_OPC_CheckField, 20, 1, 0, 156, 21, // Skip to: 7036 |
|
/* 1504 */ MCD_OPC_Decode, 205, 19, 128, 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, 19, 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, 173, 18, 248, 1, // Opcode: t2CMNzrr |
|
/* 1542 */ MCD_OPC_CheckPredicate, 19, 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, 174, 18, 249, 1, // Opcode: t2CMNzrs |
|
/* 1563 */ MCD_OPC_CheckPredicate, 19, 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, 151, 18, 129, 2, // Opcode: t2ADDrr |
|
/* 1584 */ MCD_OPC_CheckPredicate, 19, 72, 21, // Skip to: 7036 |
|
/* 1588 */ MCD_OPC_Decode, 152, 18, 130, 2, // Opcode: t2ADDrs |
|
/* 1593 */ MCD_OPC_FilterValue, 2, 30, 0, // Skip to: 1627 |
|
/* 1597 */ MCD_OPC_CheckPredicate, 19, 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, 144, 18, 250, 1, // Opcode: t2ADCrr |
|
/* 1618 */ MCD_OPC_CheckPredicate, 19, 38, 21, // Skip to: 7036 |
|
/* 1622 */ MCD_OPC_Decode, 145, 18, 251, 1, // Opcode: t2ADCrs |
|
/* 1627 */ MCD_OPC_FilterValue, 3, 30, 0, // Skip to: 1661 |
|
/* 1631 */ MCD_OPC_CheckPredicate, 19, 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, 247, 19, 250, 1, // Opcode: t2SBCrr |
|
/* 1652 */ MCD_OPC_CheckPredicate, 19, 4, 21, // Skip to: 7036 |
|
/* 1656 */ MCD_OPC_Decode, 248, 19, 251, 1, // Opcode: t2SBCrs |
|
/* 1661 */ MCD_OPC_FilterValue, 5, 73, 0, // Skip to: 1738 |
|
/* 1665 */ MCD_OPC_CheckPredicate, 19, 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, 176, 18, 248, 1, // Opcode: t2CMPrr |
|
/* 1687 */ MCD_OPC_CheckPredicate, 19, 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, 177, 18, 249, 1, // Opcode: t2CMPrs |
|
/* 1708 */ MCD_OPC_CheckPredicate, 19, 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, 237, 20, 129, 2, // Opcode: t2SUBrr |
|
/* 1729 */ MCD_OPC_CheckPredicate, 19, 183, 20, // Skip to: 7036 |
|
/* 1733 */ MCD_OPC_Decode, 238, 20, 130, 2, // Opcode: t2SUBrs |
|
/* 1738 */ MCD_OPC_FilterValue, 6, 174, 20, // Skip to: 7036 |
|
/* 1742 */ MCD_OPC_CheckPredicate, 19, 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, 241, 19, 250, 1, // Opcode: t2RSBrr |
|
/* 1763 */ MCD_OPC_CheckPredicate, 19, 149, 20, // Skip to: 7036 |
|
/* 1767 */ MCD_OPC_Decode, 242, 19, 251, 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, 19, 129, 20, // Skip to: 7036 |
|
/* 1787 */ MCD_OPC_CheckField, 23, 1, 1, 123, 20, // Skip to: 7036 |
|
/* 1793 */ MCD_OPC_Decode, 189, 20, 85, // Opcode: t2STC_OPTION |
|
/* 1797 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 1815 |
|
/* 1801 */ MCD_OPC_CheckPredicate, 19, 111, 20, // Skip to: 7036 |
|
/* 1805 */ MCD_OPC_CheckField, 23, 1, 1, 105, 20, // Skip to: 7036 |
|
/* 1811 */ MCD_OPC_Decode, 221, 18, 85, // Opcode: t2LDC_OPTION |
|
/* 1815 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 1827 |
|
/* 1819 */ MCD_OPC_CheckPredicate, 19, 93, 20, // Skip to: 7036 |
|
/* 1823 */ MCD_OPC_Decode, 190, 20, 85, // Opcode: t2STC_POST |
|
/* 1827 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 1839 |
|
/* 1831 */ MCD_OPC_CheckPredicate, 19, 81, 20, // Skip to: 7036 |
|
/* 1835 */ MCD_OPC_Decode, 222, 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, 19, 62, 20, // Skip to: 7036 |
|
/* 1854 */ MCD_OPC_Decode, 157, 19, 131, 2, // Opcode: t2MCRR |
|
/* 1859 */ MCD_OPC_FilterValue, 1, 53, 20, // Skip to: 7036 |
|
/* 1863 */ MCD_OPC_CheckPredicate, 19, 49, 20, // Skip to: 7036 |
|
/* 1867 */ MCD_OPC_Decode, 185, 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, 19, 30, 20, // Skip to: 7036 |
|
/* 1886 */ MCD_OPC_Decode, 186, 19, 131, 2, // Opcode: t2MRRC |
|
/* 1891 */ MCD_OPC_FilterValue, 1, 21, 20, // Skip to: 7036 |
|
/* 1895 */ MCD_OPC_CheckPredicate, 19, 17, 20, // Skip to: 7036 |
|
/* 1899 */ MCD_OPC_Decode, 217, 18, 85, // Opcode: t2LDCL_OPTION |
|
/* 1903 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 1915 |
|
/* 1907 */ MCD_OPC_CheckPredicate, 19, 5, 20, // Skip to: 7036 |
|
/* 1911 */ MCD_OPC_Decode, 186, 20, 85, // Opcode: t2STCL_POST |
|
/* 1915 */ MCD_OPC_FilterValue, 7, 253, 19, // Skip to: 7036 |
|
/* 1919 */ MCD_OPC_CheckPredicate, 19, 249, 19, // Skip to: 7036 |
|
/* 1923 */ MCD_OPC_Decode, 218, 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, 19, 230, 19, // Skip to: 7036 |
|
/* 1942 */ MCD_OPC_Decode, 188, 20, 85, // Opcode: t2STC_OFFSET |
|
/* 1946 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 1958 |
|
/* 1950 */ MCD_OPC_CheckPredicate, 19, 218, 19, // Skip to: 7036 |
|
/* 1954 */ MCD_OPC_Decode, 220, 18, 85, // Opcode: t2LDC_OFFSET |
|
/* 1958 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 1970 |
|
/* 1962 */ MCD_OPC_CheckPredicate, 19, 206, 19, // Skip to: 7036 |
|
/* 1966 */ MCD_OPC_Decode, 191, 20, 85, // Opcode: t2STC_PRE |
|
/* 1970 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 1982 |
|
/* 1974 */ MCD_OPC_CheckPredicate, 19, 194, 19, // Skip to: 7036 |
|
/* 1978 */ MCD_OPC_Decode, 223, 18, 85, // Opcode: t2LDC_PRE |
|
/* 1982 */ MCD_OPC_FilterValue, 4, 8, 0, // Skip to: 1994 |
|
/* 1986 */ MCD_OPC_CheckPredicate, 19, 182, 19, // Skip to: 7036 |
|
/* 1990 */ MCD_OPC_Decode, 184, 20, 85, // Opcode: t2STCL_OFFSET |
|
/* 1994 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 2006 |
|
/* 1998 */ MCD_OPC_CheckPredicate, 19, 170, 19, // Skip to: 7036 |
|
/* 2002 */ MCD_OPC_Decode, 216, 18, 85, // Opcode: t2LDCL_OFFSET |
|
/* 2006 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 2018 |
|
/* 2010 */ MCD_OPC_CheckPredicate, 19, 158, 19, // Skip to: 7036 |
|
/* 2014 */ MCD_OPC_Decode, 187, 20, 85, // Opcode: t2STCL_PRE |
|
/* 2018 */ MCD_OPC_FilterValue, 7, 150, 19, // Skip to: 7036 |
|
/* 2022 */ MCD_OPC_CheckPredicate, 19, 146, 19, // Skip to: 7036 |
|
/* 2026 */ MCD_OPC_Decode, 219, 18, 85, // Opcode: t2LDCL_PRE |
|
/* 2030 */ MCD_OPC_FilterValue, 6, 138, 19, // Skip to: 7036 |
|
/* 2034 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 2037 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2049 |
|
/* 2041 */ MCD_OPC_CheckPredicate, 19, 127, 19, // Skip to: 7036 |
|
/* 2045 */ MCD_OPC_Decode, 168, 18, 88, // Opcode: t2CDP |
|
/* 2049 */ MCD_OPC_FilterValue, 1, 119, 19, // Skip to: 7036 |
|
/* 2053 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2056 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 2068 |
|
/* 2060 */ MCD_OPC_CheckPredicate, 19, 108, 19, // Skip to: 7036 |
|
/* 2064 */ MCD_OPC_Decode, 155, 19, 90, // Opcode: t2MCR |
|
/* 2068 */ MCD_OPC_FilterValue, 1, 100, 19, // Skip to: 7036 |
|
/* 2072 */ MCD_OPC_CheckPredicate, 19, 96, 19, // Skip to: 7036 |
|
/* 2076 */ MCD_OPC_Decode, 184, 19, 92, // Opcode: t2MRC |
|
/* 2080 */ MCD_OPC_FilterValue, 30, 102, 4, // Skip to: 3210 |
|
/* 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, 19, 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, 252, 20, 132, 2, // Opcode: t2TSTri |
|
/* 2126 */ MCD_OPC_CheckPredicate, 19, 42, 19, // Skip to: 7036 |
|
/* 2130 */ MCD_OPC_Decode, 154, 18, 133, 2, // Opcode: t2ANDri |
|
/* 2135 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 2148 |
|
/* 2139 */ MCD_OPC_CheckPredicate, 19, 29, 19, // Skip to: 7036 |
|
/* 2143 */ MCD_OPC_Decode, 162, 18, 133, 2, // Opcode: t2BICri |
|
/* 2148 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 2176 |
|
/* 2152 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 2167 |
|
/* 2156 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2167 |
|
/* 2162 */ MCD_OPC_Decode, 175, 19, 134, 2, // Opcode: t2MOVi |
|
/* 2167 */ MCD_OPC_CheckPredicate, 19, 1, 19, // Skip to: 7036 |
|
/* 2171 */ MCD_OPC_Decode, 201, 19, 133, 2, // Opcode: t2ORRri |
|
/* 2176 */ MCD_OPC_FilterValue, 3, 24, 0, // Skip to: 2204 |
|
/* 2180 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 2195 |
|
/* 2184 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2195 |
|
/* 2190 */ MCD_OPC_Decode, 195, 19, 134, 2, // Opcode: t2MVNi |
|
/* 2195 */ MCD_OPC_CheckPredicate, 19, 229, 18, // Skip to: 7036 |
|
/* 2199 */ MCD_OPC_Decode, 198, 19, 133, 2, // Opcode: t2ORNri |
|
/* 2204 */ MCD_OPC_FilterValue, 4, 220, 18, // Skip to: 7036 |
|
/* 2208 */ MCD_OPC_CheckPredicate, 19, 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, 249, 20, 132, 2, // Opcode: t2TEQri |
|
/* 2229 */ MCD_OPC_CheckPredicate, 19, 195, 18, // Skip to: 7036 |
|
/* 2233 */ MCD_OPC_Decode, 193, 18, 133, 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, 19, 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, 172, 18, 132, 2, // Opcode: t2CMNri |
|
/* 2270 */ MCD_OPC_CheckPredicate, 19, 154, 18, // Skip to: 7036 |
|
/* 2274 */ MCD_OPC_Decode, 149, 18, 135, 2, // Opcode: t2ADDri |
|
/* 2279 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 2292 |
|
/* 2283 */ MCD_OPC_CheckPredicate, 19, 141, 18, // Skip to: 7036 |
|
/* 2287 */ MCD_OPC_Decode, 143, 18, 133, 2, // Opcode: t2ADCri |
|
/* 2292 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 2305 |
|
/* 2296 */ MCD_OPC_CheckPredicate, 19, 128, 18, // Skip to: 7036 |
|
/* 2300 */ MCD_OPC_Decode, 246, 19, 133, 2, // Opcode: t2SBCri |
|
/* 2305 */ MCD_OPC_FilterValue, 5, 30, 0, // Skip to: 2339 |
|
/* 2309 */ MCD_OPC_CheckPredicate, 19, 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, 175, 18, 132, 2, // Opcode: t2CMPri |
|
/* 2330 */ MCD_OPC_CheckPredicate, 19, 94, 18, // Skip to: 7036 |
|
/* 2334 */ MCD_OPC_Decode, 235, 20, 135, 2, // Opcode: t2SUBri |
|
/* 2339 */ MCD_OPC_FilterValue, 6, 85, 18, // Skip to: 7036 |
|
/* 2343 */ MCD_OPC_CheckPredicate, 19, 81, 18, // Skip to: 7036 |
|
/* 2347 */ MCD_OPC_Decode, 240, 19, 133, 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, 58, 18, // Skip to: 7036 |
|
/* 2370 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
|
/* 2373 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2392 |
|
/* 2377 */ MCD_OPC_CheckPredicate, 19, 30, 0, // Skip to: 2411 |
|
/* 2381 */ MCD_OPC_CheckField, 23, 1, 0, 24, 0, // Skip to: 2411 |
|
/* 2387 */ MCD_OPC_Decode, 150, 18, 136, 2, // Opcode: t2ADDri12 |
|
/* 2392 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2411 |
|
/* 2396 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 2411 |
|
/* 2400 */ MCD_OPC_CheckField, 23, 1, 1, 5, 0, // Skip to: 2411 |
|
/* 2406 */ MCD_OPC_Decode, 236, 20, 136, 2, // Opcode: t2SUBri12 |
|
/* 2411 */ MCD_OPC_CheckPredicate, 19, 13, 18, // Skip to: 7036 |
|
/* 2415 */ MCD_OPC_CheckField, 16, 4, 15, 7, 18, // Skip to: 7036 |
|
/* 2421 */ MCD_OPC_Decode, 153, 18, 137, 2, // Opcode: t2ADR |
|
/* 2426 */ MCD_OPC_FilterValue, 1, 254, 17, // Skip to: 7036 |
|
/* 2430 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 2433 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2452 |
|
/* 2437 */ MCD_OPC_CheckPredicate, 19, 243, 17, // Skip to: 7036 |
|
/* 2441 */ MCD_OPC_CheckField, 20, 2, 0, 237, 17, // Skip to: 7036 |
|
/* 2447 */ MCD_OPC_Decode, 176, 19, 138, 2, // Opcode: t2MOVi16 |
|
/* 2452 */ MCD_OPC_FilterValue, 1, 228, 17, // Skip to: 7036 |
|
/* 2456 */ MCD_OPC_CheckPredicate, 19, 224, 17, // Skip to: 7036 |
|
/* 2460 */ MCD_OPC_CheckField, 20, 2, 0, 218, 17, // Skip to: 7036 |
|
/* 2466 */ MCD_OPC_Decode, 171, 19, 138, 2, // Opcode: t2MOVTi16 |
|
/* 2471 */ MCD_OPC_FilterValue, 3, 209, 17, // Skip to: 7036 |
|
/* 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, 195, 17, // Skip to: 7036 |
|
/* 2489 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 2492 */ MCD_OPC_FilterValue, 0, 188, 17, // Skip to: 7036 |
|
/* 2496 */ MCD_OPC_CheckPredicate, 23, 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, 172, 20, 139, 2, // Opcode: t2SSAT16 |
|
/* 2529 */ MCD_OPC_CheckPredicate, 19, 151, 17, // Skip to: 7036 |
|
/* 2533 */ MCD_OPC_Decode, 171, 20, 140, 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, 19, 131, 17, // Skip to: 7036 |
|
/* 2553 */ MCD_OPC_Decode, 249, 19, 141, 2, // Opcode: t2SBFX |
|
/* 2558 */ MCD_OPC_FilterValue, 2, 122, 17, // Skip to: 7036 |
|
/* 2562 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
|
/* 2565 */ MCD_OPC_FilterValue, 0, 115, 17, // Skip to: 7036 |
|
/* 2569 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
|
/* 2572 */ MCD_OPC_FilterValue, 0, 108, 17, // Skip to: 7036 |
|
/* 2576 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 2591 |
|
/* 2580 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 2591 |
|
/* 2586 */ MCD_OPC_Decode, 160, 18, 142, 2, // Opcode: t2BFC |
|
/* 2591 */ MCD_OPC_CheckPredicate, 19, 89, 17, // Skip to: 7036 |
|
/* 2595 */ MCD_OPC_Decode, 161, 18, 143, 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, 73, 17, // Skip to: 7036 |
|
/* 2611 */ MCD_OPC_CheckPredicate, 23, 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, 150, 21, 139, 2, // Opcode: t2USAT16 |
|
/* 2644 */ MCD_OPC_CheckPredicate, 19, 36, 17, // Skip to: 7036 |
|
/* 2648 */ MCD_OPC_Decode, 149, 21, 140, 2, // Opcode: t2USAT |
|
/* 2653 */ MCD_OPC_FilterValue, 3, 27, 17, // Skip to: 7036 |
|
/* 2657 */ MCD_OPC_CheckPredicate, 19, 23, 17, // Skip to: 7036 |
|
/* 2661 */ MCD_OPC_CheckField, 20, 2, 0, 17, 17, // Skip to: 7036 |
|
/* 2667 */ MCD_OPC_Decode, 130, 21, 141, 2, // Opcode: t2UBFX |
|
/* 2672 */ MCD_OPC_FilterValue, 1, 8, 17, // Skip to: 7036 |
|
/* 2676 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
|
/* 2679 */ MCD_OPC_FilterValue, 0, 252, 1, // Skip to: 3191 |
|
/* 2683 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
|
/* 2686 */ MCD_OPC_FilterValue, 0, 250, 16, // Skip to: 7036 |
|
/* 2690 */ MCD_OPC_ExtractField, 16, 11, // Inst{26-16} ... |
|
/* 2693 */ MCD_OPC_FilterValue, 175, 7, 150, 0, // Skip to: 2848 |
|
/* 2698 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 2701 */ MCD_OPC_FilterValue, 0, 95, 0, // Skip to: 2800 |
|
/* 2705 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 2708 */ MCD_OPC_FilterValue, 0, 57, 0, // Skip to: 2769 |
|
/* 2712 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
|
/* 2715 */ MCD_OPC_FilterValue, 0, 113, 1, // Skip to: 3088 |
|
/* 2719 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
|
/* 2722 */ MCD_OPC_FilterValue, 0, 106, 1, // Skip to: 3088 |
|
/* 2726 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
|
/* 2729 */ MCD_OPC_FilterValue, 0, 99, 1, // Skip to: 3088 |
|
/* 2733 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 2748 |
|
/* 2737 */ MCD_OPC_CheckField, 0, 3, 0, 5, 0, // Skip to: 2748 |
|
/* 2743 */ MCD_OPC_Decode, 179, 18, 144, 2, // Opcode: t2CPS2p |
|
/* 2748 */ MCD_OPC_CheckPredicate, 19, 80, 1, // Skip to: 3088 |
|
/* 2752 */ MCD_OPC_CheckField, 9, 2, 0, 74, 1, // Skip to: 3088 |
|
/* 2758 */ MCD_OPC_CheckField, 5, 3, 0, 68, 1, // Skip to: 3088 |
|
/* 2764 */ MCD_OPC_Decode, 196, 18, 145, 2, // Opcode: t2HINT |
|
/* 2769 */ MCD_OPC_FilterValue, 1, 59, 1, // Skip to: 3088 |
|
/* 2773 */ MCD_OPC_CheckPredicate, 19, 55, 1, // Skip to: 3088 |
|
/* 2777 */ MCD_OPC_CheckField, 13, 1, 0, 49, 1, // Skip to: 3088 |
|
/* 2783 */ MCD_OPC_CheckField, 9, 3, 0, 43, 1, // Skip to: 3088 |
|
/* 2789 */ MCD_OPC_CheckField, 5, 3, 7, 37, 1, // Skip to: 3088 |
|
/* 2795 */ MCD_OPC_Decode, 187, 18, 146, 2, // Opcode: t2DBG |
|
/* 2800 */ MCD_OPC_FilterValue, 1, 28, 1, // Skip to: 3088 |
|
/* 2804 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
|
/* 2807 */ MCD_OPC_FilterValue, 0, 21, 1, // Skip to: 3088 |
|
/* 2811 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
|
/* 2814 */ MCD_OPC_FilterValue, 0, 14, 1, // Skip to: 3088 |
|
/* 2818 */ MCD_OPC_CheckPredicate, 19, 17, 0, // Skip to: 2839 |
|
/* 2822 */ MCD_OPC_CheckField, 9, 2, 0, 11, 0, // Skip to: 2839 |
|
/* 2828 */ MCD_OPC_CheckField, 5, 3, 0, 5, 0, // Skip to: 2839 |
|
/* 2834 */ MCD_OPC_Decode, 178, 18, 144, 2, // Opcode: t2CPS1p |
|
/* 2839 */ MCD_OPC_CheckPredicate, 19, 245, 0, // Skip to: 3088 |
|
/* 2843 */ MCD_OPC_Decode, 180, 18, 144, 2, // Opcode: t2CPS3p |
|
/* 2848 */ MCD_OPC_FilterValue, 191, 7, 85, 0, // Skip to: 2938 |
|
/* 2853 */ MCD_OPC_ExtractField, 4, 8, // Inst{11-4} ... |
|
/* 2856 */ MCD_OPC_FilterValue, 242, 1, 20, 0, // Skip to: 2881 |
|
/* 2861 */ MCD_OPC_CheckPredicate, 24, 223, 0, // Skip to: 3088 |
|
/* 2865 */ MCD_OPC_CheckField, 13, 1, 0, 217, 0, // Skip to: 3088 |
|
/* 2871 */ MCD_OPC_CheckField, 0, 4, 15, 211, 0, // Skip to: 3088 |
|
/* 2877 */ MCD_OPC_Decode, 170, 18, 58, // Opcode: t2CLREX |
|
/* 2881 */ MCD_OPC_FilterValue, 244, 1, 14, 0, // Skip to: 2900 |
|
/* 2886 */ MCD_OPC_CheckPredicate, 25, 198, 0, // Skip to: 3088 |
|
/* 2890 */ MCD_OPC_CheckField, 13, 1, 0, 192, 0, // Skip to: 3088 |
|
/* 2896 */ MCD_OPC_Decode, 192, 18, 59, // Opcode: t2DSB |
|
/* 2900 */ MCD_OPC_FilterValue, 245, 1, 14, 0, // Skip to: 2919 |
|
/* 2905 */ MCD_OPC_CheckPredicate, 25, 179, 0, // Skip to: 3088 |
|
/* 2909 */ MCD_OPC_CheckField, 13, 1, 0, 173, 0, // Skip to: 3088 |
|
/* 2915 */ MCD_OPC_Decode, 191, 18, 59, // Opcode: t2DMB |
|
/* 2919 */ MCD_OPC_FilterValue, 246, 1, 164, 0, // Skip to: 3088 |
|
/* 2924 */ MCD_OPC_CheckPredicate, 25, 160, 0, // Skip to: 3088 |
|
/* 2928 */ MCD_OPC_CheckField, 13, 1, 0, 154, 0, // Skip to: 3088 |
|
/* 2934 */ MCD_OPC_Decode, 197, 18, 60, // Opcode: t2ISB |
|
/* 2938 */ MCD_OPC_FilterValue, 222, 7, 21, 0, // Skip to: 2964 |
|
/* 2943 */ MCD_OPC_CheckPredicate, 19, 141, 0, // Skip to: 3088 |
|
/* 2947 */ MCD_OPC_CheckField, 13, 1, 0, 135, 0, // Skip to: 3088 |
|
/* 2953 */ MCD_OPC_CheckField, 8, 4, 15, 129, 0, // Skip to: 3088 |
|
/* 2959 */ MCD_OPC_Decode, 231, 20, 223, 1, // Opcode: t2SUBS_PC_LR |
|
/* 2964 */ MCD_OPC_FilterValue, 239, 7, 31, 0, // Skip to: 3000 |
|
/* 2969 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
|
/* 2972 */ MCD_OPC_FilterValue, 0, 112, 0, // Skip to: 3088 |
|
/* 2976 */ MCD_OPC_CheckPredicate, 26, 11, 0, // Skip to: 2991 |
|
/* 2980 */ MCD_OPC_CheckField, 0, 8, 0, 5, 0, // Skip to: 2991 |
|
/* 2986 */ MCD_OPC_Decode, 188, 19, 147, 2, // Opcode: t2MRS_AR |
|
/* 2991 */ MCD_OPC_CheckPredicate, 27, 93, 0, // Skip to: 3088 |
|
/* 2995 */ MCD_OPC_Decode, 189, 19, 148, 2, // Opcode: t2MRS_M |
|
/* 3000 */ MCD_OPC_FilterValue, 255, 7, 21, 0, // Skip to: 3026 |
|
/* 3005 */ MCD_OPC_CheckPredicate, 26, 79, 0, // Skip to: 3088 |
|
/* 3009 */ MCD_OPC_CheckField, 13, 1, 0, 73, 0, // Skip to: 3088 |
|
/* 3015 */ MCD_OPC_CheckField, 0, 8, 0, 67, 0, // Skip to: 3088 |
|
/* 3021 */ MCD_OPC_Decode, 190, 19, 147, 2, // Opcode: t2MRSsys_AR |
|
/* 3026 */ MCD_OPC_FilterValue, 143, 15, 57, 0, // Skip to: 3088 |
|
/* 3031 */ MCD_OPC_ExtractField, 0, 12, // Inst{11-0} ... |
|
/* 3034 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 3052 |
|
/* 3038 */ MCD_OPC_CheckPredicate, 21, 46, 0, // Skip to: 3088 |
|
/* 3042 */ MCD_OPC_CheckField, 13, 1, 0, 40, 0, // Skip to: 3088 |
|
/* 3048 */ MCD_OPC_Decode, 188, 18, 58, // Opcode: t2DCPS1 |
|
/* 3052 */ MCD_OPC_FilterValue, 2, 14, 0, // Skip to: 3070 |
|
/* 3056 */ MCD_OPC_CheckPredicate, 21, 28, 0, // Skip to: 3088 |
|
/* 3060 */ MCD_OPC_CheckField, 13, 1, 0, 22, 0, // Skip to: 3088 |
|
/* 3066 */ MCD_OPC_Decode, 189, 18, 58, // Opcode: t2DCPS2 |
|
/* 3070 */ MCD_OPC_FilterValue, 3, 14, 0, // Skip to: 3088 |
|
/* 3074 */ MCD_OPC_CheckPredicate, 21, 10, 0, // Skip to: 3088 |
|
/* 3078 */ MCD_OPC_CheckField, 13, 1, 0, 4, 0, // Skip to: 3088 |
|
/* 3084 */ MCD_OPC_Decode, 190, 18, 58, // Opcode: t2DCPS3 |
|
/* 3088 */ MCD_OPC_ExtractField, 20, 7, // Inst{26-20} ... |
|
/* 3091 */ MCD_OPC_FilterValue, 56, 15, 0, // Skip to: 3110 |
|
/* 3095 */ MCD_OPC_CheckPredicate, 27, 56, 0, // Skip to: 3155 |
|
/* 3099 */ MCD_OPC_CheckField, 13, 1, 0, 50, 0, // Skip to: 3155 |
|
/* 3105 */ MCD_OPC_Decode, 192, 19, 149, 2, // Opcode: t2MSR_M |
|
/* 3110 */ MCD_OPC_FilterValue, 60, 22, 0, // Skip to: 3136 |
|
/* 3114 */ MCD_OPC_CheckPredicate, 19, 37, 0, // Skip to: 3155 |
|
/* 3118 */ MCD_OPC_CheckField, 13, 1, 0, 31, 0, // Skip to: 3155 |
|
/* 3124 */ MCD_OPC_CheckField, 0, 12, 128, 30, 24, 0, // Skip to: 3155 |
|
/* 3131 */ MCD_OPC_Decode, 166, 18, 150, 2, // Opcode: t2BXJ |
|
/* 3136 */ MCD_OPC_FilterValue, 127, 15, 0, // Skip to: 3155 |
|
/* 3140 */ MCD_OPC_CheckPredicate, 28, 11, 0, // Skip to: 3155 |
|
/* 3144 */ MCD_OPC_CheckField, 13, 1, 0, 5, 0, // Skip to: 3155 |
|
/* 3150 */ MCD_OPC_Decode, 130, 20, 151, 2, // Opcode: t2SMC |
|
/* 3155 */ MCD_OPC_CheckPredicate, 26, 23, 0, // Skip to: 3182 |
|
/* 3159 */ MCD_OPC_CheckField, 21, 6, 28, 17, 0, // Skip to: 3182 |
|
/* 3165 */ MCD_OPC_CheckField, 13, 1, 0, 11, 0, // Skip to: 3182 |
|
/* 3171 */ MCD_OPC_CheckField, 0, 8, 0, 5, 0, // Skip to: 3182 |
|
/* 3177 */ MCD_OPC_Decode, 191, 19, 152, 2, // Opcode: t2MSR_AR |
|
/* 3182 */ MCD_OPC_CheckPredicate, 19, 10, 15, // Skip to: 7036 |
|
/* 3186 */ MCD_OPC_Decode, 167, 18, 153, 2, // Opcode: t2Bcc |
|
/* 3191 */ MCD_OPC_FilterValue, 1, 1, 15, // Skip to: 7036 |
|
/* 3195 */ MCD_OPC_CheckPredicate, 19, 253, 14, // Skip to: 7036 |
|
/* 3199 */ MCD_OPC_CheckField, 14, 1, 0, 247, 14, // Skip to: 7036 |
|
/* 3205 */ MCD_OPC_Decode, 159, 18, 154, 2, // Opcode: t2B |
|
/* 3210 */ MCD_OPC_FilterValue, 31, 238, 14, // Skip to: 7036 |
|
/* 3214 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... |
|
/* 3217 */ MCD_OPC_FilterValue, 0, 76, 3, // Skip to: 4065 |
|
/* 3221 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 3224 */ MCD_OPC_FilterValue, 0, 109, 0, // Skip to: 3337 |
|
/* 3228 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3231 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3324 |
|
/* 3235 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3238 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3257 |
|
/* 3242 */ MCD_OPC_CheckPredicate, 19, 206, 14, // Skip to: 7036 |
|
/* 3246 */ MCD_OPC_CheckField, 6, 4, 0, 200, 14, // Skip to: 7036 |
|
/* 3252 */ MCD_OPC_Decode, 209, 20, 155, 2, // Opcode: t2STRBs |
|
/* 3257 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3276 |
|
/* 3261 */ MCD_OPC_CheckPredicate, 19, 187, 14, // Skip to: 7036 |
|
/* 3265 */ MCD_OPC_CheckField, 8, 1, 1, 181, 14, // Skip to: 7036 |
|
/* 3271 */ MCD_OPC_Decode, 204, 20, 156, 2, // Opcode: t2STRB_POST |
|
/* 3276 */ MCD_OPC_FilterValue, 3, 172, 14, // Skip to: 7036 |
|
/* 3280 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3283 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3311 |
|
/* 3287 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3302 |
|
/* 3291 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3302 |
|
/* 3297 */ MCD_OPC_Decode, 203, 20, 157, 2, // Opcode: t2STRBT |
|
/* 3302 */ MCD_OPC_CheckPredicate, 19, 146, 14, // Skip to: 7036 |
|
/* 3306 */ MCD_OPC_Decode, 208, 20, 158, 2, // Opcode: t2STRBi8 |
|
/* 3311 */ MCD_OPC_FilterValue, 1, 137, 14, // Skip to: 7036 |
|
/* 3315 */ MCD_OPC_CheckPredicate, 19, 133, 14, // Skip to: 7036 |
|
/* 3319 */ MCD_OPC_Decode, 205, 20, 156, 2, // Opcode: t2STRB_PRE |
|
/* 3324 */ MCD_OPC_FilterValue, 1, 124, 14, // Skip to: 7036 |
|
/* 3328 */ MCD_OPC_CheckPredicate, 19, 120, 14, // Skip to: 7036 |
|
/* 3332 */ MCD_OPC_Decode, 207, 20, 159, 2, // Opcode: t2STRBi12 |
|
/* 3337 */ MCD_OPC_FilterValue, 1, 191, 0, // Skip to: 3532 |
|
/* 3341 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3344 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 3473 |
|
/* 3348 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3351 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 3386 |
|
/* 3355 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
|
/* 3358 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 3501 |
|
/* 3362 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3377 |
|
/* 3366 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3377 |
|
/* 3372 */ MCD_OPC_Decode, 212, 19, 160, 2, // Opcode: t2PLDs |
|
/* 3377 */ MCD_OPC_CheckPredicate, 19, 120, 0, // Skip to: 3501 |
|
/* 3381 */ MCD_OPC_Decode, 236, 18, 160, 2, // Opcode: t2LDRBs |
|
/* 3386 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3405 |
|
/* 3390 */ MCD_OPC_CheckPredicate, 19, 107, 0, // Skip to: 3501 |
|
/* 3394 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 3501 |
|
/* 3400 */ MCD_OPC_Decode, 230, 18, 156, 2, // Opcode: t2LDRB_POST |
|
/* 3405 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 3501 |
|
/* 3409 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3412 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 3460 |
|
/* 3416 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
|
/* 3419 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3438 |
|
/* 3423 */ MCD_OPC_CheckPredicate, 19, 24, 0, // Skip to: 3451 |
|
/* 3427 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 3451 |
|
/* 3433 */ MCD_OPC_Decode, 210, 19, 161, 2, // Opcode: t2PLDi8 |
|
/* 3438 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 3451 |
|
/* 3442 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 3451 |
|
/* 3446 */ MCD_OPC_Decode, 229, 18, 162, 2, // Opcode: t2LDRBT |
|
/* 3451 */ MCD_OPC_CheckPredicate, 19, 46, 0, // Skip to: 3501 |
|
/* 3455 */ MCD_OPC_Decode, 233, 18, 161, 2, // Opcode: t2LDRBi8 |
|
/* 3460 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 3501 |
|
/* 3464 */ MCD_OPC_CheckPredicate, 19, 33, 0, // Skip to: 3501 |
|
/* 3468 */ MCD_OPC_Decode, 231, 18, 156, 2, // Opcode: t2LDRB_PRE |
|
/* 3473 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 3501 |
|
/* 3477 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3492 |
|
/* 3481 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3492 |
|
/* 3487 */ MCD_OPC_Decode, 209, 19, 163, 2, // Opcode: t2PLDi12 |
|
/* 3492 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 3501 |
|
/* 3496 */ MCD_OPC_Decode, 232, 18, 163, 2, // Opcode: t2LDRBi12 |
|
/* 3501 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 3504 */ MCD_OPC_FilterValue, 15, 200, 13, // Skip to: 7036 |
|
/* 3508 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3523 |
|
/* 3512 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3523 |
|
/* 3518 */ MCD_OPC_Decode, 211, 19, 164, 2, // Opcode: t2PLDpci |
|
/* 3523 */ MCD_OPC_CheckPredicate, 19, 181, 13, // Skip to: 7036 |
|
/* 3527 */ MCD_OPC_Decode, 234, 18, 164, 2, // Opcode: t2LDRBpci |
|
/* 3532 */ MCD_OPC_FilterValue, 2, 109, 0, // Skip to: 3645 |
|
/* 3536 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3539 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3632 |
|
/* 3543 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3546 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3565 |
|
/* 3550 */ MCD_OPC_CheckPredicate, 19, 154, 13, // Skip to: 7036 |
|
/* 3554 */ MCD_OPC_CheckField, 6, 4, 0, 148, 13, // Skip to: 7036 |
|
/* 3560 */ MCD_OPC_Decode, 223, 20, 155, 2, // Opcode: t2STRHs |
|
/* 3565 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3584 |
|
/* 3569 */ MCD_OPC_CheckPredicate, 19, 135, 13, // Skip to: 7036 |
|
/* 3573 */ MCD_OPC_CheckField, 8, 1, 1, 129, 13, // Skip to: 7036 |
|
/* 3579 */ MCD_OPC_Decode, 218, 20, 156, 2, // Opcode: t2STRH_POST |
|
/* 3584 */ MCD_OPC_FilterValue, 3, 120, 13, // Skip to: 7036 |
|
/* 3588 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3591 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3619 |
|
/* 3595 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3610 |
|
/* 3599 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3610 |
|
/* 3605 */ MCD_OPC_Decode, 217, 20, 157, 2, // Opcode: t2STRHT |
|
/* 3610 */ MCD_OPC_CheckPredicate, 19, 94, 13, // Skip to: 7036 |
|
/* 3614 */ MCD_OPC_Decode, 222, 20, 158, 2, // Opcode: t2STRHi8 |
|
/* 3619 */ MCD_OPC_FilterValue, 1, 85, 13, // Skip to: 7036 |
|
/* 3623 */ MCD_OPC_CheckPredicate, 19, 81, 13, // Skip to: 7036 |
|
/* 3627 */ MCD_OPC_Decode, 219, 20, 156, 2, // Opcode: t2STRH_PRE |
|
/* 3632 */ MCD_OPC_FilterValue, 1, 72, 13, // Skip to: 7036 |
|
/* 3636 */ MCD_OPC_CheckPredicate, 19, 68, 13, // Skip to: 7036 |
|
/* 3640 */ MCD_OPC_Decode, 221, 20, 159, 2, // Opcode: t2STRHi12 |
|
/* 3645 */ MCD_OPC_FilterValue, 3, 175, 0, // Skip to: 3824 |
|
/* 3649 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3652 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 3781 |
|
/* 3656 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3659 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 3694 |
|
/* 3663 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
|
/* 3666 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 3809 |
|
/* 3670 */ MCD_OPC_CheckPredicate, 29, 11, 0, // Skip to: 3685 |
|
/* 3674 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3685 |
|
/* 3680 */ MCD_OPC_Decode, 208, 19, 160, 2, // Opcode: t2PLDWs |
|
/* 3685 */ MCD_OPC_CheckPredicate, 19, 120, 0, // Skip to: 3809 |
|
/* 3689 */ MCD_OPC_Decode, 251, 18, 160, 2, // Opcode: t2LDRHs |
|
/* 3694 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3713 |
|
/* 3698 */ MCD_OPC_CheckPredicate, 19, 107, 0, // Skip to: 3809 |
|
/* 3702 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 3809 |
|
/* 3708 */ MCD_OPC_Decode, 245, 18, 156, 2, // Opcode: t2LDRH_POST |
|
/* 3713 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 3809 |
|
/* 3717 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3720 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 3768 |
|
/* 3724 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
|
/* 3727 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3746 |
|
/* 3731 */ MCD_OPC_CheckPredicate, 29, 24, 0, // Skip to: 3759 |
|
/* 3735 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 3759 |
|
/* 3741 */ MCD_OPC_Decode, 207, 19, 161, 2, // Opcode: t2PLDWi8 |
|
/* 3746 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 3759 |
|
/* 3750 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 3759 |
|
/* 3754 */ MCD_OPC_Decode, 244, 18, 162, 2, // Opcode: t2LDRHT |
|
/* 3759 */ MCD_OPC_CheckPredicate, 19, 46, 0, // Skip to: 3809 |
|
/* 3763 */ MCD_OPC_Decode, 248, 18, 161, 2, // Opcode: t2LDRHi8 |
|
/* 3768 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 3809 |
|
/* 3772 */ MCD_OPC_CheckPredicate, 19, 33, 0, // Skip to: 3809 |
|
/* 3776 */ MCD_OPC_Decode, 246, 18, 156, 2, // Opcode: t2LDRH_PRE |
|
/* 3781 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 3809 |
|
/* 3785 */ MCD_OPC_CheckPredicate, 29, 11, 0, // Skip to: 3800 |
|
/* 3789 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 3800 |
|
/* 3795 */ MCD_OPC_Decode, 206, 19, 163, 2, // Opcode: t2PLDWi12 |
|
/* 3800 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 3809 |
|
/* 3804 */ MCD_OPC_Decode, 247, 18, 163, 2, // Opcode: t2LDRHi12 |
|
/* 3809 */ MCD_OPC_CheckPredicate, 19, 151, 12, // Skip to: 7036 |
|
/* 3813 */ MCD_OPC_CheckField, 16, 4, 15, 145, 12, // Skip to: 7036 |
|
/* 3819 */ MCD_OPC_Decode, 249, 18, 164, 2, // Opcode: t2LDRHpci |
|
/* 3824 */ MCD_OPC_FilterValue, 4, 109, 0, // Skip to: 3937 |
|
/* 3828 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3831 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 3924 |
|
/* 3835 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3838 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3857 |
|
/* 3842 */ MCD_OPC_CheckPredicate, 19, 118, 12, // Skip to: 7036 |
|
/* 3846 */ MCD_OPC_CheckField, 6, 4, 0, 112, 12, // Skip to: 7036 |
|
/* 3852 */ MCD_OPC_Decode, 230, 20, 165, 2, // Opcode: t2STRs |
|
/* 3857 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3876 |
|
/* 3861 */ MCD_OPC_CheckPredicate, 19, 99, 12, // Skip to: 7036 |
|
/* 3865 */ MCD_OPC_CheckField, 8, 1, 1, 93, 12, // Skip to: 7036 |
|
/* 3871 */ MCD_OPC_Decode, 225, 20, 156, 2, // Opcode: t2STR_POST |
|
/* 3876 */ MCD_OPC_FilterValue, 3, 84, 12, // Skip to: 7036 |
|
/* 3880 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3883 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 3911 |
|
/* 3887 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 3902 |
|
/* 3891 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 3902 |
|
/* 3897 */ MCD_OPC_Decode, 224, 20, 157, 2, // Opcode: t2STRT |
|
/* 3902 */ MCD_OPC_CheckPredicate, 19, 58, 12, // Skip to: 7036 |
|
/* 3906 */ MCD_OPC_Decode, 229, 20, 166, 2, // Opcode: t2STRi8 |
|
/* 3911 */ MCD_OPC_FilterValue, 1, 49, 12, // Skip to: 7036 |
|
/* 3915 */ MCD_OPC_CheckPredicate, 19, 45, 12, // Skip to: 7036 |
|
/* 3919 */ MCD_OPC_Decode, 226, 20, 156, 2, // Opcode: t2STR_PRE |
|
/* 3924 */ MCD_OPC_FilterValue, 1, 36, 12, // Skip to: 7036 |
|
/* 3928 */ MCD_OPC_CheckPredicate, 19, 32, 12, // Skip to: 7036 |
|
/* 3932 */ MCD_OPC_Decode, 228, 20, 167, 2, // Opcode: t2STRi12 |
|
/* 3937 */ MCD_OPC_FilterValue, 5, 23, 12, // Skip to: 7036 |
|
/* 3941 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 3944 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 4037 |
|
/* 3948 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 3951 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 3970 |
|
/* 3955 */ MCD_OPC_CheckPredicate, 19, 91, 0, // Skip to: 4050 |
|
/* 3959 */ MCD_OPC_CheckField, 6, 4, 0, 85, 0, // Skip to: 4050 |
|
/* 3965 */ MCD_OPC_Decode, 148, 19, 160, 2, // Opcode: t2LDRs |
|
/* 3970 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 3989 |
|
/* 3974 */ MCD_OPC_CheckPredicate, 19, 72, 0, // Skip to: 4050 |
|
/* 3978 */ MCD_OPC_CheckField, 8, 1, 1, 66, 0, // Skip to: 4050 |
|
/* 3984 */ MCD_OPC_Decode, 141, 19, 156, 2, // Opcode: t2LDR_POST |
|
/* 3989 */ MCD_OPC_FilterValue, 3, 57, 0, // Skip to: 4050 |
|
/* 3993 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 3996 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4024 |
|
/* 4000 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4015 |
|
/* 4004 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 4015 |
|
/* 4010 */ MCD_OPC_Decode, 140, 19, 162, 2, // Opcode: t2LDRT |
|
/* 4015 */ MCD_OPC_CheckPredicate, 19, 31, 0, // Skip to: 4050 |
|
/* 4019 */ MCD_OPC_Decode, 144, 19, 161, 2, // Opcode: t2LDRi8 |
|
/* 4024 */ MCD_OPC_FilterValue, 1, 22, 0, // Skip to: 4050 |
|
/* 4028 */ MCD_OPC_CheckPredicate, 19, 18, 0, // Skip to: 4050 |
|
/* 4032 */ MCD_OPC_Decode, 142, 19, 156, 2, // Opcode: t2LDR_PRE |
|
/* 4037 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4050 |
|
/* 4041 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 4050 |
|
/* 4045 */ MCD_OPC_Decode, 143, 19, 163, 2, // Opcode: t2LDRi12 |
|
/* 4050 */ MCD_OPC_CheckPredicate, 19, 166, 11, // Skip to: 7036 |
|
/* 4054 */ MCD_OPC_CheckField, 16, 4, 15, 160, 11, // Skip to: 7036 |
|
/* 4060 */ MCD_OPC_Decode, 145, 19, 164, 2, // Opcode: t2LDRpci |
|
/* 4065 */ MCD_OPC_FilterValue, 1, 70, 1, // Skip to: 4395 |
|
/* 4069 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 4072 */ MCD_OPC_FilterValue, 1, 191, 0, // Skip to: 4267 |
|
/* 4076 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 4079 */ MCD_OPC_FilterValue, 0, 125, 0, // Skip to: 4208 |
|
/* 4083 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 4086 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4121 |
|
/* 4090 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
|
/* 4093 */ MCD_OPC_FilterValue, 0, 139, 0, // Skip to: 4236 |
|
/* 4097 */ MCD_OPC_CheckPredicate, 24, 11, 0, // Skip to: 4112 |
|
/* 4101 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4112 |
|
/* 4107 */ MCD_OPC_Decode, 216, 19, 160, 2, // Opcode: t2PLIs |
|
/* 4112 */ MCD_OPC_CheckPredicate, 19, 120, 0, // Skip to: 4236 |
|
/* 4116 */ MCD_OPC_Decode, 131, 19, 160, 2, // Opcode: t2LDRSBs |
|
/* 4121 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 4140 |
|
/* 4125 */ MCD_OPC_CheckPredicate, 19, 107, 0, // Skip to: 4236 |
|
/* 4129 */ MCD_OPC_CheckField, 8, 1, 1, 101, 0, // Skip to: 4236 |
|
/* 4135 */ MCD_OPC_Decode, 253, 18, 156, 2, // Opcode: t2LDRSB_POST |
|
/* 4140 */ MCD_OPC_FilterValue, 3, 92, 0, // Skip to: 4236 |
|
/* 4144 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 4147 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 4195 |
|
/* 4151 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
|
/* 4154 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4173 |
|
/* 4158 */ MCD_OPC_CheckPredicate, 24, 24, 0, // Skip to: 4186 |
|
/* 4162 */ MCD_OPC_CheckField, 12, 4, 15, 18, 0, // Skip to: 4186 |
|
/* 4168 */ MCD_OPC_Decode, 214, 19, 161, 2, // Opcode: t2PLIi8 |
|
/* 4173 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4186 |
|
/* 4177 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 4186 |
|
/* 4181 */ MCD_OPC_Decode, 252, 18, 162, 2, // Opcode: t2LDRSBT |
|
/* 4186 */ MCD_OPC_CheckPredicate, 19, 46, 0, // Skip to: 4236 |
|
/* 4190 */ MCD_OPC_Decode, 128, 19, 161, 2, // Opcode: t2LDRSBi8 |
|
/* 4195 */ MCD_OPC_FilterValue, 1, 37, 0, // Skip to: 4236 |
|
/* 4199 */ MCD_OPC_CheckPredicate, 19, 33, 0, // Skip to: 4236 |
|
/* 4203 */ MCD_OPC_Decode, 254, 18, 156, 2, // Opcode: t2LDRSB_PRE |
|
/* 4208 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 4236 |
|
/* 4212 */ MCD_OPC_CheckPredicate, 24, 11, 0, // Skip to: 4227 |
|
/* 4216 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4227 |
|
/* 4222 */ MCD_OPC_Decode, 213, 19, 163, 2, // Opcode: t2PLIi12 |
|
/* 4227 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 4236 |
|
/* 4231 */ MCD_OPC_Decode, 255, 18, 163, 2, // Opcode: t2LDRSBi12 |
|
/* 4236 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 4239 */ MCD_OPC_FilterValue, 15, 233, 10, // Skip to: 7036 |
|
/* 4243 */ MCD_OPC_CheckPredicate, 24, 11, 0, // Skip to: 4258 |
|
/* 4247 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 4258 |
|
/* 4253 */ MCD_OPC_Decode, 215, 19, 164, 2, // Opcode: t2PLIpci |
|
/* 4258 */ MCD_OPC_CheckPredicate, 19, 214, 10, // Skip to: 7036 |
|
/* 4262 */ MCD_OPC_Decode, 129, 19, 164, 2, // Opcode: t2LDRSBpci |
|
/* 4267 */ MCD_OPC_FilterValue, 3, 205, 10, // Skip to: 7036 |
|
/* 4271 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 4274 */ MCD_OPC_FilterValue, 0, 89, 0, // Skip to: 4367 |
|
/* 4278 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
|
/* 4281 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4300 |
|
/* 4285 */ MCD_OPC_CheckPredicate, 19, 91, 0, // Skip to: 4380 |
|
/* 4289 */ MCD_OPC_CheckField, 6, 4, 0, 85, 0, // Skip to: 4380 |
|
/* 4295 */ MCD_OPC_Decode, 139, 19, 160, 2, // Opcode: t2LDRSHs |
|
/* 4300 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 4319 |
|
/* 4304 */ MCD_OPC_CheckPredicate, 19, 72, 0, // Skip to: 4380 |
|
/* 4308 */ MCD_OPC_CheckField, 8, 1, 1, 66, 0, // Skip to: 4380 |
|
/* 4314 */ MCD_OPC_Decode, 133, 19, 156, 2, // Opcode: t2LDRSH_POST |
|
/* 4319 */ MCD_OPC_FilterValue, 3, 57, 0, // Skip to: 4380 |
|
/* 4323 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... |
|
/* 4326 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 4354 |
|
/* 4330 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4345 |
|
/* 4334 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, // Skip to: 4345 |
|
/* 4340 */ MCD_OPC_Decode, 132, 19, 162, 2, // Opcode: t2LDRSHT |
|
/* 4345 */ MCD_OPC_CheckPredicate, 19, 31, 0, // Skip to: 4380 |
|
/* 4349 */ MCD_OPC_Decode, 136, 19, 161, 2, // Opcode: t2LDRSHi8 |
|
/* 4354 */ MCD_OPC_FilterValue, 1, 22, 0, // Skip to: 4380 |
|
/* 4358 */ MCD_OPC_CheckPredicate, 19, 18, 0, // Skip to: 4380 |
|
/* 4362 */ MCD_OPC_Decode, 134, 19, 156, 2, // Opcode: t2LDRSH_PRE |
|
/* 4367 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 4380 |
|
/* 4371 */ MCD_OPC_CheckPredicate, 19, 5, 0, // Skip to: 4380 |
|
/* 4375 */ MCD_OPC_Decode, 135, 19, 163, 2, // Opcode: t2LDRSHi12 |
|
/* 4380 */ MCD_OPC_CheckPredicate, 19, 92, 10, // Skip to: 7036 |
|
/* 4384 */ MCD_OPC_CheckField, 16, 4, 15, 86, 10, // Skip to: 7036 |
|
/* 4390 */ MCD_OPC_Decode, 137, 19, 164, 2, // Opcode: t2LDRSHpci |
|
/* 4395 */ MCD_OPC_FilterValue, 2, 47, 6, // Skip to: 5982 |
|
/* 4399 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
|
/* 4402 */ MCD_OPC_FilterValue, 0, 105, 0, // Skip to: 4511 |
|
/* 4406 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4409 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4434 |
|
/* 4413 */ MCD_OPC_CheckPredicate, 19, 59, 10, // Skip to: 7036 |
|
/* 4417 */ MCD_OPC_CheckField, 12, 4, 15, 53, 10, // Skip to: 7036 |
|
/* 4423 */ MCD_OPC_CheckField, 4, 3, 0, 47, 10, // Skip to: 7036 |
|
/* 4429 */ MCD_OPC_Decode, 152, 19, 250, 1, // Opcode: t2LSLrr |
|
/* 4434 */ MCD_OPC_FilterValue, 1, 38, 10, // Skip to: 7036 |
|
/* 4438 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4441 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4476 |
|
/* 4445 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4448 */ MCD_OPC_FilterValue, 15, 24, 10, // Skip to: 7036 |
|
/* 4452 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4467 |
|
/* 4456 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4467 |
|
/* 4462 */ MCD_OPC_Decode, 244, 20, 168, 2, // Opcode: t2SXTH |
|
/* 4467 */ MCD_OPC_CheckPredicate, 22, 5, 10, // Skip to: 7036 |
|
/* 4471 */ MCD_OPC_Decode, 241, 20, 169, 2, // Opcode: t2SXTAH |
|
/* 4476 */ MCD_OPC_FilterValue, 1, 252, 9, // Skip to: 7036 |
|
/* 4480 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4483 */ MCD_OPC_FilterValue, 15, 245, 9, // Skip to: 7036 |
|
/* 4487 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4502 |
|
/* 4491 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4502 |
|
/* 4497 */ MCD_OPC_Decode, 159, 21, 168, 2, // Opcode: t2UXTH |
|
/* 4502 */ MCD_OPC_CheckPredicate, 22, 226, 9, // Skip to: 7036 |
|
/* 4506 */ MCD_OPC_Decode, 156, 21, 169, 2, // Opcode: t2UXTAH |
|
/* 4511 */ MCD_OPC_FilterValue, 1, 105, 0, // Skip to: 4620 |
|
/* 4515 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4518 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4543 |
|
/* 4522 */ MCD_OPC_CheckPredicate, 19, 206, 9, // Skip to: 7036 |
|
/* 4526 */ MCD_OPC_CheckField, 12, 4, 15, 200, 9, // Skip to: 7036 |
|
/* 4532 */ MCD_OPC_CheckField, 4, 3, 0, 194, 9, // Skip to: 7036 |
|
/* 4538 */ MCD_OPC_Decode, 154, 19, 250, 1, // Opcode: t2LSRrr |
|
/* 4543 */ MCD_OPC_FilterValue, 1, 185, 9, // Skip to: 7036 |
|
/* 4547 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4550 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4585 |
|
/* 4554 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4557 */ MCD_OPC_FilterValue, 15, 171, 9, // Skip to: 7036 |
|
/* 4561 */ MCD_OPC_CheckPredicate, 30, 11, 0, // Skip to: 4576 |
|
/* 4565 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4576 |
|
/* 4571 */ MCD_OPC_Decode, 243, 20, 168, 2, // Opcode: t2SXTB16 |
|
/* 4576 */ MCD_OPC_CheckPredicate, 19, 152, 9, // Skip to: 7036 |
|
/* 4580 */ MCD_OPC_Decode, 240, 20, 169, 2, // Opcode: t2SXTAB16 |
|
/* 4585 */ MCD_OPC_FilterValue, 1, 143, 9, // Skip to: 7036 |
|
/* 4589 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4592 */ MCD_OPC_FilterValue, 15, 136, 9, // Skip to: 7036 |
|
/* 4596 */ MCD_OPC_CheckPredicate, 22, 11, 0, // Skip to: 4611 |
|
/* 4600 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4611 |
|
/* 4606 */ MCD_OPC_Decode, 158, 21, 168, 2, // Opcode: t2UXTB16 |
|
/* 4611 */ MCD_OPC_CheckPredicate, 19, 117, 9, // Skip to: 7036 |
|
/* 4615 */ MCD_OPC_Decode, 155, 21, 169, 2, // Opcode: t2UXTAB16 |
|
/* 4620 */ MCD_OPC_FilterValue, 2, 105, 0, // Skip to: 4729 |
|
/* 4624 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... |
|
/* 4627 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 4652 |
|
/* 4631 */ MCD_OPC_CheckPredicate, 19, 97, 9, // Skip to: 7036 |
|
/* 4635 */ MCD_OPC_CheckField, 12, 4, 15, 91, 9, // Skip to: 7036 |
|
/* 4641 */ MCD_OPC_CheckField, 4, 3, 0, 85, 9, // Skip to: 7036 |
|
/* 4647 */ MCD_OPC_Decode, 158, 18, 250, 1, // Opcode: t2ASRrr |
|
/* 4652 */ MCD_OPC_FilterValue, 1, 76, 9, // Skip to: 7036 |
|
/* 4656 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4659 */ MCD_OPC_FilterValue, 0, 31, 0, // Skip to: 4694 |
|
/* 4663 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4666 */ MCD_OPC_FilterValue, 15, 62, 9, // Skip to: 7036 |
|
/* 4670 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4685 |
|
/* 4674 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4685 |
|
/* 4680 */ MCD_OPC_Decode, 242, 20, 168, 2, // Opcode: t2SXTB |
|
/* 4685 */ MCD_OPC_CheckPredicate, 22, 43, 9, // Skip to: 7036 |
|
/* 4689 */ MCD_OPC_Decode, 239, 20, 169, 2, // Opcode: t2SXTAB |
|
/* 4694 */ MCD_OPC_FilterValue, 1, 34, 9, // Skip to: 7036 |
|
/* 4698 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
|
/* 4701 */ MCD_OPC_FilterValue, 15, 27, 9, // Skip to: 7036 |
|
/* 4705 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 4720 |
|
/* 4709 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, // Skip to: 4720 |
|
/* 4715 */ MCD_OPC_Decode, 157, 21, 168, 2, // Opcode: t2UXTB |
|
/* 4720 */ MCD_OPC_CheckPredicate, 22, 8, 9, // Skip to: 7036 |
|
/* 4724 */ MCD_OPC_Decode, 154, 21, 169, 2, // Opcode: t2UXTAB |
|
/* 4729 */ MCD_OPC_FilterValue, 3, 21, 0, // Skip to: 4754 |
|
/* 4733 */ MCD_OPC_CheckPredicate, 19, 251, 8, // Skip to: 7036 |
|
/* 4737 */ MCD_OPC_CheckField, 12, 4, 15, 245, 8, // Skip to: 7036 |
|
/* 4743 */ MCD_OPC_CheckField, 4, 4, 0, 239, 8, // Skip to: 7036 |
|
/* 4749 */ MCD_OPC_Decode, 236, 19, 250, 1, // Opcode: t2RORrr |
|
/* 4754 */ MCD_OPC_FilterValue, 4, 197, 1, // Skip to: 5211 |
|
/* 4758 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 4761 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 4806 |
|
/* 4765 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4768 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4787 |
|
/* 4772 */ MCD_OPC_CheckPredicate, 23, 212, 8, // Skip to: 7036 |
|
/* 4776 */ MCD_OPC_CheckField, 12, 4, 15, 206, 8, // Skip to: 7036 |
|
/* 4782 */ MCD_OPC_Decode, 244, 19, 170, 2, // Opcode: t2SADD8 |
|
/* 4787 */ MCD_OPC_FilterValue, 1, 197, 8, // Skip to: 7036 |
|
/* 4791 */ MCD_OPC_CheckPredicate, 23, 193, 8, // Skip to: 7036 |
|
/* 4795 */ MCD_OPC_CheckField, 12, 4, 15, 187, 8, // Skip to: 7036 |
|
/* 4801 */ MCD_OPC_Decode, 243, 19, 170, 2, // Opcode: t2SADD16 |
|
/* 4806 */ MCD_OPC_FilterValue, 1, 41, 0, // Skip to: 4851 |
|
/* 4810 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4813 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4832 |
|
/* 4817 */ MCD_OPC_CheckPredicate, 23, 167, 8, // Skip to: 7036 |
|
/* 4821 */ MCD_OPC_CheckField, 12, 4, 15, 161, 8, // Skip to: 7036 |
|
/* 4827 */ MCD_OPC_Decode, 219, 19, 170, 2, // Opcode: t2QADD8 |
|
/* 4832 */ MCD_OPC_FilterValue, 1, 152, 8, // Skip to: 7036 |
|
/* 4836 */ MCD_OPC_CheckPredicate, 23, 148, 8, // Skip to: 7036 |
|
/* 4840 */ MCD_OPC_CheckField, 12, 4, 15, 142, 8, // Skip to: 7036 |
|
/* 4846 */ MCD_OPC_Decode, 218, 19, 170, 2, // Opcode: t2QADD16 |
|
/* 4851 */ MCD_OPC_FilterValue, 2, 41, 0, // Skip to: 4896 |
|
/* 4855 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4858 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4877 |
|
/* 4862 */ MCD_OPC_CheckPredicate, 23, 122, 8, // Skip to: 7036 |
|
/* 4866 */ MCD_OPC_CheckField, 12, 4, 15, 116, 8, // Skip to: 7036 |
|
/* 4872 */ MCD_OPC_Decode, 253, 19, 170, 2, // Opcode: t2SHADD8 |
|
/* 4877 */ MCD_OPC_FilterValue, 1, 107, 8, // Skip to: 7036 |
|
/* 4881 */ MCD_OPC_CheckPredicate, 23, 103, 8, // Skip to: 7036 |
|
/* 4885 */ MCD_OPC_CheckField, 12, 4, 15, 97, 8, // Skip to: 7036 |
|
/* 4891 */ MCD_OPC_Decode, 252, 19, 170, 2, // Opcode: t2SHADD16 |
|
/* 4896 */ MCD_OPC_FilterValue, 4, 41, 0, // Skip to: 4941 |
|
/* 4900 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4903 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4922 |
|
/* 4907 */ MCD_OPC_CheckPredicate, 23, 77, 8, // Skip to: 7036 |
|
/* 4911 */ MCD_OPC_CheckField, 12, 4, 15, 71, 8, // Skip to: 7036 |
|
/* 4917 */ MCD_OPC_Decode, 128, 21, 170, 2, // Opcode: t2UADD8 |
|
/* 4922 */ MCD_OPC_FilterValue, 1, 62, 8, // Skip to: 7036 |
|
/* 4926 */ MCD_OPC_CheckPredicate, 23, 58, 8, // Skip to: 7036 |
|
/* 4930 */ MCD_OPC_CheckField, 12, 4, 15, 52, 8, // Skip to: 7036 |
|
/* 4936 */ MCD_OPC_Decode, 255, 20, 170, 2, // Opcode: t2UADD16 |
|
/* 4941 */ MCD_OPC_FilterValue, 5, 41, 0, // Skip to: 4986 |
|
/* 4945 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4948 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 4967 |
|
/* 4952 */ MCD_OPC_CheckPredicate, 23, 32, 8, // Skip to: 7036 |
|
/* 4956 */ MCD_OPC_CheckField, 12, 4, 15, 26, 8, // Skip to: 7036 |
|
/* 4962 */ MCD_OPC_Decode, 142, 21, 170, 2, // Opcode: t2UQADD8 |
|
/* 4967 */ MCD_OPC_FilterValue, 1, 17, 8, // Skip to: 7036 |
|
/* 4971 */ MCD_OPC_CheckPredicate, 23, 13, 8, // Skip to: 7036 |
|
/* 4975 */ MCD_OPC_CheckField, 12, 4, 15, 7, 8, // Skip to: 7036 |
|
/* 4981 */ MCD_OPC_Decode, 141, 21, 170, 2, // Opcode: t2UQADD16 |
|
/* 4986 */ MCD_OPC_FilterValue, 6, 41, 0, // Skip to: 5031 |
|
/* 4990 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 4993 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5012 |
|
/* 4997 */ MCD_OPC_CheckPredicate, 23, 243, 7, // Skip to: 7036 |
|
/* 5001 */ MCD_OPC_CheckField, 12, 4, 15, 237, 7, // Skip to: 7036 |
|
/* 5007 */ MCD_OPC_Decode, 133, 21, 170, 2, // Opcode: t2UHADD8 |
|
/* 5012 */ MCD_OPC_FilterValue, 1, 228, 7, // Skip to: 7036 |
|
/* 5016 */ MCD_OPC_CheckPredicate, 23, 224, 7, // Skip to: 7036 |
|
/* 5020 */ MCD_OPC_CheckField, 12, 4, 15, 218, 7, // Skip to: 7036 |
|
/* 5026 */ MCD_OPC_Decode, 132, 21, 170, 2, // Opcode: t2UHADD16 |
|
/* 5031 */ MCD_OPC_FilterValue, 8, 41, 0, // Skip to: 5076 |
|
/* 5035 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5038 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5057 |
|
/* 5042 */ MCD_OPC_CheckPredicate, 23, 198, 7, // Skip to: 7036 |
|
/* 5046 */ MCD_OPC_CheckField, 12, 4, 15, 192, 7, // Skip to: 7036 |
|
/* 5052 */ MCD_OPC_Decode, 217, 19, 171, 2, // Opcode: t2QADD |
|
/* 5057 */ MCD_OPC_FilterValue, 1, 183, 7, // Skip to: 7036 |
|
/* 5061 */ MCD_OPC_CheckPredicate, 19, 179, 7, // Skip to: 7036 |
|
/* 5065 */ MCD_OPC_CheckField, 12, 4, 15, 173, 7, // Skip to: 7036 |
|
/* 5071 */ MCD_OPC_Decode, 228, 19, 172, 2, // Opcode: t2REV |
|
/* 5076 */ MCD_OPC_FilterValue, 9, 41, 0, // Skip to: 5121 |
|
/* 5080 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5083 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5102 |
|
/* 5087 */ MCD_OPC_CheckPredicate, 23, 153, 7, // Skip to: 7036 |
|
/* 5091 */ MCD_OPC_CheckField, 12, 4, 15, 147, 7, // Skip to: 7036 |
|
/* 5097 */ MCD_OPC_Decode, 221, 19, 171, 2, // Opcode: t2QDADD |
|
/* 5102 */ MCD_OPC_FilterValue, 1, 138, 7, // Skip to: 7036 |
|
/* 5106 */ MCD_OPC_CheckPredicate, 19, 134, 7, // Skip to: 7036 |
|
/* 5110 */ MCD_OPC_CheckField, 12, 4, 15, 128, 7, // Skip to: 7036 |
|
/* 5116 */ MCD_OPC_Decode, 229, 19, 172, 2, // Opcode: t2REV16 |
|
/* 5121 */ MCD_OPC_FilterValue, 10, 41, 0, // Skip to: 5166 |
|
/* 5125 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5128 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5147 |
|
/* 5132 */ MCD_OPC_CheckPredicate, 23, 108, 7, // Skip to: 7036 |
|
/* 5136 */ MCD_OPC_CheckField, 12, 4, 15, 102, 7, // Skip to: 7036 |
|
/* 5142 */ MCD_OPC_Decode, 224, 19, 171, 2, // Opcode: t2QSUB |
|
/* 5147 */ MCD_OPC_FilterValue, 1, 93, 7, // Skip to: 7036 |
|
/* 5151 */ MCD_OPC_CheckPredicate, 19, 89, 7, // Skip to: 7036 |
|
/* 5155 */ MCD_OPC_CheckField, 12, 4, 15, 83, 7, // Skip to: 7036 |
|
/* 5161 */ MCD_OPC_Decode, 227, 19, 172, 2, // Opcode: t2RBIT |
|
/* 5166 */ MCD_OPC_FilterValue, 11, 74, 7, // Skip to: 7036 |
|
/* 5170 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5173 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5192 |
|
/* 5177 */ MCD_OPC_CheckPredicate, 23, 63, 7, // Skip to: 7036 |
|
/* 5181 */ MCD_OPC_CheckField, 12, 4, 15, 57, 7, // Skip to: 7036 |
|
/* 5187 */ MCD_OPC_Decode, 222, 19, 171, 2, // Opcode: t2QDSUB |
|
/* 5192 */ MCD_OPC_FilterValue, 1, 48, 7, // Skip to: 7036 |
|
/* 5196 */ MCD_OPC_CheckPredicate, 19, 44, 7, // Skip to: 7036 |
|
/* 5200 */ MCD_OPC_CheckField, 12, 4, 15, 38, 7, // Skip to: 7036 |
|
/* 5206 */ MCD_OPC_Decode, 230, 19, 172, 2, // Opcode: t2REVSH |
|
/* 5211 */ MCD_OPC_FilterValue, 5, 198, 0, // Skip to: 5413 |
|
/* 5215 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 5218 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 5243 |
|
/* 5222 */ MCD_OPC_CheckPredicate, 23, 18, 7, // Skip to: 7036 |
|
/* 5226 */ MCD_OPC_CheckField, 20, 1, 0, 12, 7, // Skip to: 7036 |
|
/* 5232 */ MCD_OPC_CheckField, 12, 4, 15, 6, 7, // Skip to: 7036 |
|
/* 5238 */ MCD_OPC_Decode, 245, 19, 170, 2, // Opcode: t2SASX |
|
/* 5243 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 5268 |
|
/* 5247 */ MCD_OPC_CheckPredicate, 23, 249, 6, // Skip to: 7036 |
|
/* 5251 */ MCD_OPC_CheckField, 20, 1, 0, 243, 6, // Skip to: 7036 |
|
/* 5257 */ MCD_OPC_CheckField, 12, 4, 15, 237, 6, // Skip to: 7036 |
|
/* 5263 */ MCD_OPC_Decode, 220, 19, 170, 2, // Opcode: t2QASX |
|
/* 5268 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 5293 |
|
/* 5272 */ MCD_OPC_CheckPredicate, 23, 224, 6, // Skip to: 7036 |
|
/* 5276 */ MCD_OPC_CheckField, 20, 1, 0, 218, 6, // Skip to: 7036 |
|
/* 5282 */ MCD_OPC_CheckField, 12, 4, 15, 212, 6, // Skip to: 7036 |
|
/* 5288 */ MCD_OPC_Decode, 254, 19, 170, 2, // Opcode: t2SHASX |
|
/* 5293 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 5318 |
|
/* 5297 */ MCD_OPC_CheckPredicate, 23, 199, 6, // Skip to: 7036 |
|
/* 5301 */ MCD_OPC_CheckField, 20, 1, 0, 193, 6, // Skip to: 7036 |
|
/* 5307 */ MCD_OPC_CheckField, 12, 4, 15, 187, 6, // Skip to: 7036 |
|
/* 5313 */ MCD_OPC_Decode, 129, 21, 170, 2, // Opcode: t2UASX |
|
/* 5318 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 5343 |
|
/* 5322 */ MCD_OPC_CheckPredicate, 23, 174, 6, // Skip to: 7036 |
|
/* 5326 */ MCD_OPC_CheckField, 20, 1, 0, 168, 6, // Skip to: 7036 |
|
/* 5332 */ MCD_OPC_CheckField, 12, 4, 15, 162, 6, // Skip to: 7036 |
|
/* 5338 */ MCD_OPC_Decode, 143, 21, 170, 2, // Opcode: t2UQASX |
|
/* 5343 */ MCD_OPC_FilterValue, 6, 21, 0, // Skip to: 5368 |
|
/* 5347 */ MCD_OPC_CheckPredicate, 23, 149, 6, // Skip to: 7036 |
|
/* 5351 */ MCD_OPC_CheckField, 20, 1, 0, 143, 6, // Skip to: 7036 |
|
/* 5357 */ MCD_OPC_CheckField, 12, 4, 15, 137, 6, // Skip to: 7036 |
|
/* 5363 */ MCD_OPC_Decode, 134, 21, 170, 2, // Opcode: t2UHASX |
|
/* 5368 */ MCD_OPC_FilterValue, 8, 128, 6, // Skip to: 7036 |
|
/* 5372 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5375 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5394 |
|
/* 5379 */ MCD_OPC_CheckPredicate, 23, 117, 6, // Skip to: 7036 |
|
/* 5383 */ MCD_OPC_CheckField, 12, 4, 15, 111, 6, // Skip to: 7036 |
|
/* 5389 */ MCD_OPC_Decode, 251, 19, 173, 2, // Opcode: t2SEL |
|
/* 5394 */ MCD_OPC_FilterValue, 1, 102, 6, // Skip to: 7036 |
|
/* 5398 */ MCD_OPC_CheckPredicate, 19, 98, 6, // Skip to: 7036 |
|
/* 5402 */ MCD_OPC_CheckField, 12, 4, 15, 92, 6, // Skip to: 7036 |
|
/* 5408 */ MCD_OPC_Decode, 171, 18, 172, 2, // Opcode: t2CLZ |
|
/* 5413 */ MCD_OPC_FilterValue, 6, 152, 1, // Skip to: 5825 |
|
/* 5417 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 5420 */ MCD_OPC_FilterValue, 0, 41, 0, // Skip to: 5465 |
|
/* 5424 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5427 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5446 |
|
/* 5431 */ MCD_OPC_CheckPredicate, 23, 65, 6, // Skip to: 7036 |
|
/* 5435 */ MCD_OPC_CheckField, 12, 4, 15, 59, 6, // Skip to: 7036 |
|
/* 5441 */ MCD_OPC_Decode, 175, 20, 170, 2, // Opcode: t2SSUB8 |
|
/* 5446 */ MCD_OPC_FilterValue, 1, 50, 6, // Skip to: 7036 |
|
/* 5450 */ MCD_OPC_CheckPredicate, 23, 46, 6, // Skip to: 7036 |
|
/* 5454 */ MCD_OPC_CheckField, 12, 4, 15, 40, 6, // Skip to: 7036 |
|
/* 5460 */ MCD_OPC_Decode, 174, 20, 170, 2, // Opcode: t2SSUB16 |
|
/* 5465 */ MCD_OPC_FilterValue, 1, 41, 0, // Skip to: 5510 |
|
/* 5469 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5472 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5491 |
|
/* 5476 */ MCD_OPC_CheckPredicate, 23, 20, 6, // Skip to: 7036 |
|
/* 5480 */ MCD_OPC_CheckField, 12, 4, 15, 14, 6, // Skip to: 7036 |
|
/* 5486 */ MCD_OPC_Decode, 226, 19, 170, 2, // Opcode: t2QSUB8 |
|
/* 5491 */ MCD_OPC_FilterValue, 1, 5, 6, // Skip to: 7036 |
|
/* 5495 */ MCD_OPC_CheckPredicate, 23, 1, 6, // Skip to: 7036 |
|
/* 5499 */ MCD_OPC_CheckField, 12, 4, 15, 251, 5, // Skip to: 7036 |
|
/* 5505 */ MCD_OPC_Decode, 225, 19, 170, 2, // Opcode: t2QSUB16 |
|
/* 5510 */ MCD_OPC_FilterValue, 2, 41, 0, // Skip to: 5555 |
|
/* 5514 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5517 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5536 |
|
/* 5521 */ MCD_OPC_CheckPredicate, 23, 231, 5, // Skip to: 7036 |
|
/* 5525 */ MCD_OPC_CheckField, 12, 4, 15, 225, 5, // Skip to: 7036 |
|
/* 5531 */ MCD_OPC_Decode, 129, 20, 170, 2, // Opcode: t2SHSUB8 |
|
/* 5536 */ MCD_OPC_FilterValue, 1, 216, 5, // Skip to: 7036 |
|
/* 5540 */ MCD_OPC_CheckPredicate, 23, 212, 5, // Skip to: 7036 |
|
/* 5544 */ MCD_OPC_CheckField, 12, 4, 15, 206, 5, // Skip to: 7036 |
|
/* 5550 */ MCD_OPC_Decode, 128, 20, 170, 2, // Opcode: t2SHSUB16 |
|
/* 5555 */ MCD_OPC_FilterValue, 4, 41, 0, // Skip to: 5600 |
|
/* 5559 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5562 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5581 |
|
/* 5566 */ MCD_OPC_CheckPredicate, 23, 186, 5, // Skip to: 7036 |
|
/* 5570 */ MCD_OPC_CheckField, 12, 4, 15, 180, 5, // Skip to: 7036 |
|
/* 5576 */ MCD_OPC_Decode, 153, 21, 170, 2, // Opcode: t2USUB8 |
|
/* 5581 */ MCD_OPC_FilterValue, 1, 171, 5, // Skip to: 7036 |
|
/* 5585 */ MCD_OPC_CheckPredicate, 23, 167, 5, // Skip to: 7036 |
|
/* 5589 */ MCD_OPC_CheckField, 12, 4, 15, 161, 5, // Skip to: 7036 |
|
/* 5595 */ MCD_OPC_Decode, 152, 21, 170, 2, // Opcode: t2USUB16 |
|
/* 5600 */ MCD_OPC_FilterValue, 5, 41, 0, // Skip to: 5645 |
|
/* 5604 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5607 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5626 |
|
/* 5611 */ MCD_OPC_CheckPredicate, 23, 141, 5, // Skip to: 7036 |
|
/* 5615 */ MCD_OPC_CheckField, 12, 4, 15, 135, 5, // Skip to: 7036 |
|
/* 5621 */ MCD_OPC_Decode, 146, 21, 170, 2, // Opcode: t2UQSUB8 |
|
/* 5626 */ MCD_OPC_FilterValue, 1, 126, 5, // Skip to: 7036 |
|
/* 5630 */ MCD_OPC_CheckPredicate, 23, 122, 5, // Skip to: 7036 |
|
/* 5634 */ MCD_OPC_CheckField, 12, 4, 15, 116, 5, // Skip to: 7036 |
|
/* 5640 */ MCD_OPC_Decode, 145, 21, 170, 2, // Opcode: t2UQSUB16 |
|
/* 5645 */ MCD_OPC_FilterValue, 6, 41, 0, // Skip to: 5690 |
|
/* 5649 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5652 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5671 |
|
/* 5656 */ MCD_OPC_CheckPredicate, 23, 96, 5, // Skip to: 7036 |
|
/* 5660 */ MCD_OPC_CheckField, 12, 4, 15, 90, 5, // Skip to: 7036 |
|
/* 5666 */ MCD_OPC_Decode, 137, 21, 170, 2, // Opcode: t2UHSUB8 |
|
/* 5671 */ MCD_OPC_FilterValue, 1, 81, 5, // Skip to: 7036 |
|
/* 5675 */ MCD_OPC_CheckPredicate, 23, 77, 5, // Skip to: 7036 |
|
/* 5679 */ MCD_OPC_CheckField, 12, 4, 15, 71, 5, // Skip to: 7036 |
|
/* 5685 */ MCD_OPC_Decode, 136, 21, 170, 2, // Opcode: t2UHSUB16 |
|
/* 5690 */ MCD_OPC_FilterValue, 8, 41, 0, // Skip to: 5735 |
|
/* 5694 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5697 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5716 |
|
/* 5701 */ MCD_OPC_CheckPredicate, 21, 51, 5, // Skip to: 7036 |
|
/* 5705 */ MCD_OPC_CheckField, 12, 4, 15, 45, 5, // Skip to: 7036 |
|
/* 5711 */ MCD_OPC_Decode, 181, 18, 170, 2, // Opcode: t2CRC32B |
|
/* 5716 */ MCD_OPC_FilterValue, 1, 36, 5, // Skip to: 7036 |
|
/* 5720 */ MCD_OPC_CheckPredicate, 21, 32, 5, // Skip to: 7036 |
|
/* 5724 */ MCD_OPC_CheckField, 12, 4, 15, 26, 5, // Skip to: 7036 |
|
/* 5730 */ MCD_OPC_Decode, 182, 18, 170, 2, // Opcode: t2CRC32CB |
|
/* 5735 */ MCD_OPC_FilterValue, 9, 41, 0, // Skip to: 5780 |
|
/* 5739 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5742 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5761 |
|
/* 5746 */ MCD_OPC_CheckPredicate, 21, 6, 5, // Skip to: 7036 |
|
/* 5750 */ MCD_OPC_CheckField, 12, 4, 15, 0, 5, // Skip to: 7036 |
|
/* 5756 */ MCD_OPC_Decode, 185, 18, 170, 2, // Opcode: t2CRC32H |
|
/* 5761 */ MCD_OPC_FilterValue, 1, 247, 4, // Skip to: 7036 |
|
/* 5765 */ MCD_OPC_CheckPredicate, 21, 243, 4, // Skip to: 7036 |
|
/* 5769 */ MCD_OPC_CheckField, 12, 4, 15, 237, 4, // Skip to: 7036 |
|
/* 5775 */ MCD_OPC_Decode, 183, 18, 170, 2, // Opcode: t2CRC32CH |
|
/* 5780 */ MCD_OPC_FilterValue, 10, 228, 4, // Skip to: 7036 |
|
/* 5784 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 5787 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 5806 |
|
/* 5791 */ MCD_OPC_CheckPredicate, 21, 217, 4, // Skip to: 7036 |
|
/* 5795 */ MCD_OPC_CheckField, 12, 4, 15, 211, 4, // Skip to: 7036 |
|
/* 5801 */ MCD_OPC_Decode, 186, 18, 170, 2, // Opcode: t2CRC32W |
|
/* 5806 */ MCD_OPC_FilterValue, 1, 202, 4, // Skip to: 7036 |
|
/* 5810 */ MCD_OPC_CheckPredicate, 21, 198, 4, // Skip to: 7036 |
|
/* 5814 */ MCD_OPC_CheckField, 12, 4, 15, 192, 4, // Skip to: 7036 |
|
/* 5820 */ MCD_OPC_Decode, 184, 18, 170, 2, // Opcode: t2CRC32CW |
|
/* 5825 */ MCD_OPC_FilterValue, 7, 183, 4, // Skip to: 7036 |
|
/* 5829 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 5832 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 5857 |
|
/* 5836 */ MCD_OPC_CheckPredicate, 23, 172, 4, // Skip to: 7036 |
|
/* 5840 */ MCD_OPC_CheckField, 20, 1, 0, 166, 4, // Skip to: 7036 |
|
/* 5846 */ MCD_OPC_CheckField, 12, 4, 15, 160, 4, // Skip to: 7036 |
|
/* 5852 */ MCD_OPC_Decode, 173, 20, 170, 2, // Opcode: t2SSAX |
|
/* 5857 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 5882 |
|
/* 5861 */ MCD_OPC_CheckPredicate, 23, 147, 4, // Skip to: 7036 |
|
/* 5865 */ MCD_OPC_CheckField, 20, 1, 0, 141, 4, // Skip to: 7036 |
|
/* 5871 */ MCD_OPC_CheckField, 12, 4, 15, 135, 4, // Skip to: 7036 |
|
/* 5877 */ MCD_OPC_Decode, 223, 19, 170, 2, // Opcode: t2QSAX |
|
/* 5882 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 5907 |
|
/* 5886 */ MCD_OPC_CheckPredicate, 23, 122, 4, // Skip to: 7036 |
|
/* 5890 */ MCD_OPC_CheckField, 20, 1, 0, 116, 4, // Skip to: 7036 |
|
/* 5896 */ MCD_OPC_CheckField, 12, 4, 15, 110, 4, // Skip to: 7036 |
|
/* 5902 */ MCD_OPC_Decode, 255, 19, 170, 2, // Opcode: t2SHSAX |
|
/* 5907 */ MCD_OPC_FilterValue, 4, 21, 0, // Skip to: 5932 |
|
/* 5911 */ MCD_OPC_CheckPredicate, 23, 97, 4, // Skip to: 7036 |
|
/* 5915 */ MCD_OPC_CheckField, 20, 1, 0, 91, 4, // Skip to: 7036 |
|
/* 5921 */ MCD_OPC_CheckField, 12, 4, 15, 85, 4, // Skip to: 7036 |
|
/* 5927 */ MCD_OPC_Decode, 151, 21, 170, 2, // Opcode: t2USAX |
|
/* 5932 */ MCD_OPC_FilterValue, 5, 21, 0, // Skip to: 5957 |
|
/* 5936 */ MCD_OPC_CheckPredicate, 23, 72, 4, // Skip to: 7036 |
|
/* 5940 */ MCD_OPC_CheckField, 20, 1, 0, 66, 4, // Skip to: 7036 |
|
/* 5946 */ MCD_OPC_CheckField, 12, 4, 15, 60, 4, // Skip to: 7036 |
|
/* 5952 */ MCD_OPC_Decode, 144, 21, 170, 2, // Opcode: t2UQSAX |
|
/* 5957 */ MCD_OPC_FilterValue, 6, 51, 4, // Skip to: 7036 |
|
/* 5961 */ MCD_OPC_CheckPredicate, 23, 47, 4, // Skip to: 7036 |
|
/* 5965 */ MCD_OPC_CheckField, 20, 1, 0, 41, 4, // Skip to: 7036 |
|
/* 5971 */ MCD_OPC_CheckField, 12, 4, 15, 35, 4, // Skip to: 7036 |
|
/* 5977 */ MCD_OPC_Decode, 135, 21, 170, 2, // Opcode: t2UHSAX |
|
/* 5982 */ MCD_OPC_FilterValue, 3, 230, 2, // Skip to: 6728 |
|
/* 5986 */ MCD_OPC_ExtractField, 20, 4, // Inst{23-20} ... |
|
/* 5989 */ MCD_OPC_FilterValue, 0, 44, 0, // Skip to: 6037 |
|
/* 5993 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 5996 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6024 |
|
/* 6000 */ MCD_OPC_CheckPredicate, 19, 11, 0, // Skip to: 6015 |
|
/* 6004 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6015 |
|
/* 6010 */ MCD_OPC_Decode, 193, 19, 170, 2, // Opcode: t2MUL |
|
/* 6015 */ MCD_OPC_CheckPredicate, 19, 249, 3, // Skip to: 7036 |
|
/* 6019 */ MCD_OPC_Decode, 159, 19, 174, 2, // Opcode: t2MLA |
|
/* 6024 */ MCD_OPC_FilterValue, 1, 240, 3, // Skip to: 7036 |
|
/* 6028 */ MCD_OPC_CheckPredicate, 19, 236, 3, // Skip to: 7036 |
|
/* 6032 */ MCD_OPC_Decode, 160, 19, 174, 2, // Opcode: t2MLS |
|
/* 6037 */ MCD_OPC_FilterValue, 1, 115, 0, // Skip to: 6156 |
|
/* 6041 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6044 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6072 |
|
/* 6048 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6063 |
|
/* 6052 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6063 |
|
/* 6058 */ MCD_OPC_Decode, 158, 20, 170, 2, // Opcode: t2SMULBB |
|
/* 6063 */ MCD_OPC_CheckPredicate, 23, 201, 3, // Skip to: 7036 |
|
/* 6067 */ MCD_OPC_Decode, 131, 20, 174, 2, // Opcode: t2SMLABB |
|
/* 6072 */ MCD_OPC_FilterValue, 1, 24, 0, // Skip to: 6100 |
|
/* 6076 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6091 |
|
/* 6080 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6091 |
|
/* 6086 */ MCD_OPC_Decode, 159, 20, 170, 2, // Opcode: t2SMULBT |
|
/* 6091 */ MCD_OPC_CheckPredicate, 23, 173, 3, // Skip to: 7036 |
|
/* 6095 */ MCD_OPC_Decode, 132, 20, 174, 2, // Opcode: t2SMLABT |
|
/* 6100 */ MCD_OPC_FilterValue, 2, 24, 0, // Skip to: 6128 |
|
/* 6104 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6119 |
|
/* 6108 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6119 |
|
/* 6114 */ MCD_OPC_Decode, 161, 20, 170, 2, // Opcode: t2SMULTB |
|
/* 6119 */ MCD_OPC_CheckPredicate, 23, 145, 3, // Skip to: 7036 |
|
/* 6123 */ MCD_OPC_Decode, 142, 20, 174, 2, // Opcode: t2SMLATB |
|
/* 6128 */ MCD_OPC_FilterValue, 3, 136, 3, // Skip to: 7036 |
|
/* 6132 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6147 |
|
/* 6136 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6147 |
|
/* 6142 */ MCD_OPC_Decode, 162, 20, 170, 2, // Opcode: t2SMULTT |
|
/* 6147 */ MCD_OPC_CheckPredicate, 23, 117, 3, // Skip to: 7036 |
|
/* 6151 */ MCD_OPC_Decode, 143, 20, 174, 2, // Opcode: t2SMLATT |
|
/* 6156 */ MCD_OPC_FilterValue, 2, 59, 0, // Skip to: 6219 |
|
/* 6160 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6163 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6191 |
|
/* 6167 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6182 |
|
/* 6171 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6182 |
|
/* 6177 */ MCD_OPC_Decode, 156, 20, 170, 2, // Opcode: t2SMUAD |
|
/* 6182 */ MCD_OPC_CheckPredicate, 23, 82, 3, // Skip to: 7036 |
|
/* 6186 */ MCD_OPC_Decode, 133, 20, 174, 2, // Opcode: t2SMLAD |
|
/* 6191 */ MCD_OPC_FilterValue, 1, 73, 3, // Skip to: 7036 |
|
/* 6195 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6210 |
|
/* 6199 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6210 |
|
/* 6205 */ MCD_OPC_Decode, 157, 20, 170, 2, // Opcode: t2SMUADX |
|
/* 6210 */ MCD_OPC_CheckPredicate, 23, 54, 3, // Skip to: 7036 |
|
/* 6214 */ MCD_OPC_Decode, 134, 20, 174, 2, // Opcode: t2SMLADX |
|
/* 6219 */ MCD_OPC_FilterValue, 3, 59, 0, // Skip to: 6282 |
|
/* 6223 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6226 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6254 |
|
/* 6230 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6245 |
|
/* 6234 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6245 |
|
/* 6240 */ MCD_OPC_Decode, 163, 20, 170, 2, // Opcode: t2SMULWB |
|
/* 6245 */ MCD_OPC_CheckPredicate, 23, 19, 3, // Skip to: 7036 |
|
/* 6249 */ MCD_OPC_Decode, 144, 20, 174, 2, // Opcode: t2SMLAWB |
|
/* 6254 */ MCD_OPC_FilterValue, 1, 10, 3, // Skip to: 7036 |
|
/* 6258 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6273 |
|
/* 6262 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6273 |
|
/* 6268 */ MCD_OPC_Decode, 164, 20, 170, 2, // Opcode: t2SMULWT |
|
/* 6273 */ MCD_OPC_CheckPredicate, 23, 247, 2, // Skip to: 7036 |
|
/* 6277 */ MCD_OPC_Decode, 145, 20, 174, 2, // Opcode: t2SMLAWT |
|
/* 6282 */ MCD_OPC_FilterValue, 4, 59, 0, // Skip to: 6345 |
|
/* 6286 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6289 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6317 |
|
/* 6293 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6308 |
|
/* 6297 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6308 |
|
/* 6303 */ MCD_OPC_Decode, 165, 20, 170, 2, // Opcode: t2SMUSD |
|
/* 6308 */ MCD_OPC_CheckPredicate, 23, 212, 2, // Skip to: 7036 |
|
/* 6312 */ MCD_OPC_Decode, 146, 20, 174, 2, // Opcode: t2SMLSD |
|
/* 6317 */ MCD_OPC_FilterValue, 1, 203, 2, // Skip to: 7036 |
|
/* 6321 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6336 |
|
/* 6325 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6336 |
|
/* 6331 */ MCD_OPC_Decode, 166, 20, 170, 2, // Opcode: t2SMUSDX |
|
/* 6336 */ MCD_OPC_CheckPredicate, 23, 184, 2, // Skip to: 7036 |
|
/* 6340 */ MCD_OPC_Decode, 147, 20, 174, 2, // Opcode: t2SMLSDX |
|
/* 6345 */ MCD_OPC_FilterValue, 5, 59, 0, // Skip to: 6408 |
|
/* 6349 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6352 */ MCD_OPC_FilterValue, 0, 24, 0, // Skip to: 6380 |
|
/* 6356 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6371 |
|
/* 6360 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6371 |
|
/* 6366 */ MCD_OPC_Decode, 154, 20, 170, 2, // Opcode: t2SMMUL |
|
/* 6371 */ MCD_OPC_CheckPredicate, 23, 149, 2, // Skip to: 7036 |
|
/* 6375 */ MCD_OPC_Decode, 150, 20, 174, 2, // Opcode: t2SMMLA |
|
/* 6380 */ MCD_OPC_FilterValue, 1, 140, 2, // Skip to: 7036 |
|
/* 6384 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6399 |
|
/* 6388 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6399 |
|
/* 6394 */ MCD_OPC_Decode, 155, 20, 170, 2, // Opcode: t2SMMULR |
|
/* 6399 */ MCD_OPC_CheckPredicate, 23, 121, 2, // Skip to: 7036 |
|
/* 6403 */ MCD_OPC_Decode, 151, 20, 174, 2, // Opcode: t2SMMLAR |
|
/* 6408 */ MCD_OPC_FilterValue, 6, 29, 0, // Skip to: 6441 |
|
/* 6412 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6415 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6428 |
|
/* 6419 */ MCD_OPC_CheckPredicate, 23, 101, 2, // Skip to: 7036 |
|
/* 6423 */ MCD_OPC_Decode, 152, 20, 174, 2, // Opcode: t2SMMLS |
|
/* 6428 */ MCD_OPC_FilterValue, 1, 92, 2, // Skip to: 7036 |
|
/* 6432 */ MCD_OPC_CheckPredicate, 23, 88, 2, // Skip to: 7036 |
|
/* 6436 */ MCD_OPC_Decode, 153, 20, 174, 2, // Opcode: t2SMMLSR |
|
/* 6441 */ MCD_OPC_FilterValue, 7, 31, 0, // Skip to: 6476 |
|
/* 6445 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6448 */ MCD_OPC_FilterValue, 0, 72, 2, // Skip to: 7036 |
|
/* 6452 */ MCD_OPC_CheckPredicate, 23, 11, 0, // Skip to: 6467 |
|
/* 6456 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, // Skip to: 6467 |
|
/* 6462 */ MCD_OPC_Decode, 147, 21, 170, 2, // Opcode: t2USAD8 |
|
/* 6467 */ MCD_OPC_CheckPredicate, 23, 53, 2, // Skip to: 7036 |
|
/* 6471 */ MCD_OPC_Decode, 148, 21, 174, 2, // Opcode: t2USADA8 |
|
/* 6476 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 6495 |
|
/* 6480 */ MCD_OPC_CheckPredicate, 19, 40, 2, // Skip to: 7036 |
|
/* 6484 */ MCD_OPC_CheckField, 4, 4, 0, 34, 2, // Skip to: 7036 |
|
/* 6490 */ MCD_OPC_Decode, 160, 20, 175, 2, // Opcode: t2SMULL |
|
/* 6495 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 6520 |
|
/* 6499 */ MCD_OPC_CheckPredicate, 31, 21, 2, // Skip to: 7036 |
|
/* 6503 */ MCD_OPC_CheckField, 12, 4, 15, 15, 2, // Skip to: 7036 |
|
/* 6509 */ MCD_OPC_CheckField, 4, 4, 15, 9, 2, // Skip to: 7036 |
|
/* 6515 */ MCD_OPC_Decode, 250, 19, 170, 2, // Opcode: t2SDIV |
|
/* 6520 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 6539 |
|
/* 6524 */ MCD_OPC_CheckPredicate, 19, 252, 1, // Skip to: 7036 |
|
/* 6528 */ MCD_OPC_CheckField, 4, 4, 0, 246, 1, // Skip to: 7036 |
|
/* 6534 */ MCD_OPC_Decode, 140, 21, 175, 2, // Opcode: t2UMULL |
|
/* 6539 */ MCD_OPC_FilterValue, 11, 21, 0, // Skip to: 6564 |
|
/* 6543 */ MCD_OPC_CheckPredicate, 31, 233, 1, // Skip to: 7036 |
|
/* 6547 */ MCD_OPC_CheckField, 12, 4, 15, 227, 1, // Skip to: 7036 |
|
/* 6553 */ MCD_OPC_CheckField, 4, 4, 15, 221, 1, // Skip to: 7036 |
|
/* 6559 */ MCD_OPC_Decode, 131, 21, 170, 2, // Opcode: t2UDIV |
|
/* 6564 */ MCD_OPC_FilterValue, 12, 94, 0, // Skip to: 6662 |
|
/* 6568 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6571 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6584 |
|
/* 6575 */ MCD_OPC_CheckPredicate, 19, 201, 1, // Skip to: 7036 |
|
/* 6579 */ MCD_OPC_Decode, 135, 20, 176, 2, // Opcode: t2SMLAL |
|
/* 6584 */ MCD_OPC_FilterValue, 8, 9, 0, // Skip to: 6597 |
|
/* 6588 */ MCD_OPC_CheckPredicate, 23, 188, 1, // Skip to: 7036 |
|
/* 6592 */ MCD_OPC_Decode, 136, 20, 175, 2, // Opcode: t2SMLALBB |
|
/* 6597 */ MCD_OPC_FilterValue, 9, 9, 0, // Skip to: 6610 |
|
/* 6601 */ MCD_OPC_CheckPredicate, 23, 175, 1, // Skip to: 7036 |
|
/* 6605 */ MCD_OPC_Decode, 137, 20, 175, 2, // Opcode: t2SMLALBT |
|
/* 6610 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 6623 |
|
/* 6614 */ MCD_OPC_CheckPredicate, 23, 162, 1, // Skip to: 7036 |
|
/* 6618 */ MCD_OPC_Decode, 140, 20, 175, 2, // Opcode: t2SMLALTB |
|
/* 6623 */ MCD_OPC_FilterValue, 11, 9, 0, // Skip to: 6636 |
|
/* 6627 */ MCD_OPC_CheckPredicate, 23, 149, 1, // Skip to: 7036 |
|
/* 6631 */ MCD_OPC_Decode, 141, 20, 175, 2, // Opcode: t2SMLALTT |
|
/* 6636 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 6649 |
|
/* 6640 */ MCD_OPC_CheckPredicate, 23, 136, 1, // Skip to: 7036 |
|
/* 6644 */ MCD_OPC_Decode, 138, 20, 175, 2, // Opcode: t2SMLALD |
|
/* 6649 */ MCD_OPC_FilterValue, 13, 127, 1, // Skip to: 7036 |
|
/* 6653 */ MCD_OPC_CheckPredicate, 23, 123, 1, // Skip to: 7036 |
|
/* 6657 */ MCD_OPC_Decode, 139, 20, 175, 2, // Opcode: t2SMLALDX |
|
/* 6662 */ MCD_OPC_FilterValue, 13, 29, 0, // Skip to: 6695 |
|
/* 6666 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6669 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 6682 |
|
/* 6673 */ MCD_OPC_CheckPredicate, 23, 103, 1, // Skip to: 7036 |
|
/* 6677 */ MCD_OPC_Decode, 148, 20, 175, 2, // Opcode: t2SMLSLD |
|
/* 6682 */ MCD_OPC_FilterValue, 13, 94, 1, // Skip to: 7036 |
|
/* 6686 */ MCD_OPC_CheckPredicate, 23, 90, 1, // Skip to: 7036 |
|
/* 6690 */ MCD_OPC_Decode, 149, 20, 177, 2, // Opcode: t2SMLSLDX |
|
/* 6695 */ MCD_OPC_FilterValue, 14, 81, 1, // Skip to: 7036 |
|
/* 6699 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... |
|
/* 6702 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6715 |
|
/* 6706 */ MCD_OPC_CheckPredicate, 19, 70, 1, // Skip to: 7036 |
|
/* 6710 */ MCD_OPC_Decode, 139, 21, 176, 2, // Opcode: t2UMLAL |
|
/* 6715 */ MCD_OPC_FilterValue, 6, 61, 1, // Skip to: 7036 |
|
/* 6719 */ MCD_OPC_CheckPredicate, 23, 57, 1, // Skip to: 7036 |
|
/* 6723 */ MCD_OPC_Decode, 138, 21, 175, 2, // Opcode: t2UMAAL |
|
/* 6728 */ MCD_OPC_FilterValue, 4, 151, 0, // Skip to: 6883 |
|
/* 6732 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 6735 */ MCD_OPC_FilterValue, 0, 14, 0, // Skip to: 6753 |
|
/* 6739 */ MCD_OPC_CheckPredicate, 19, 37, 1, // Skip to: 7036 |
|
/* 6743 */ MCD_OPC_CheckField, 23, 1, 1, 31, 1, // Skip to: 7036 |
|
/* 6749 */ MCD_OPC_Decode, 181, 20, 85, // Opcode: t2STC2_OPTION |
|
/* 6753 */ MCD_OPC_FilterValue, 1, 14, 0, // Skip to: 6771 |
|
/* 6757 */ MCD_OPC_CheckPredicate, 19, 19, 1, // Skip to: 7036 |
|
/* 6761 */ MCD_OPC_CheckField, 23, 1, 1, 13, 1, // Skip to: 7036 |
|
/* 6767 */ MCD_OPC_Decode, 213, 18, 85, // Opcode: t2LDC2_OPTION |
|
/* 6771 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6783 |
|
/* 6775 */ MCD_OPC_CheckPredicate, 19, 1, 1, // Skip to: 7036 |
|
/* 6779 */ MCD_OPC_Decode, 182, 20, 85, // Opcode: t2STC2_POST |
|
/* 6783 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 6795 |
|
/* 6787 */ MCD_OPC_CheckPredicate, 19, 245, 0, // Skip to: 7036 |
|
/* 6791 */ MCD_OPC_Decode, 214, 18, 85, // Opcode: t2LDC2_POST |
|
/* 6795 */ MCD_OPC_FilterValue, 4, 28, 0, // Skip to: 6827 |
|
/* 6799 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 6802 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6815 |
|
/* 6806 */ MCD_OPC_CheckPredicate, 19, 226, 0, // Skip to: 7036 |
|
/* 6810 */ MCD_OPC_Decode, 158, 19, 131, 2, // Opcode: t2MCRR2 |
|
/* 6815 */ MCD_OPC_FilterValue, 1, 217, 0, // Skip to: 7036 |
|
/* 6819 */ MCD_OPC_CheckPredicate, 19, 213, 0, // Skip to: 7036 |
|
/* 6823 */ MCD_OPC_Decode, 177, 20, 85, // Opcode: t2STC2L_OPTION |
|
/* 6827 */ MCD_OPC_FilterValue, 5, 28, 0, // Skip to: 6859 |
|
/* 6831 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 6834 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 6847 |
|
/* 6838 */ MCD_OPC_CheckPredicate, 19, 194, 0, // Skip to: 7036 |
|
/* 6842 */ MCD_OPC_Decode, 187, 19, 131, 2, // Opcode: t2MRRC2 |
|
/* 6847 */ MCD_OPC_FilterValue, 1, 185, 0, // Skip to: 7036 |
|
/* 6851 */ MCD_OPC_CheckPredicate, 19, 181, 0, // Skip to: 7036 |
|
/* 6855 */ MCD_OPC_Decode, 209, 18, 85, // Opcode: t2LDC2L_OPTION |
|
/* 6859 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 6871 |
|
/* 6863 */ MCD_OPC_CheckPredicate, 19, 169, 0, // Skip to: 7036 |
|
/* 6867 */ MCD_OPC_Decode, 178, 20, 85, // Opcode: t2STC2L_POST |
|
/* 6871 */ MCD_OPC_FilterValue, 7, 161, 0, // Skip to: 7036 |
|
/* 6875 */ MCD_OPC_CheckPredicate, 19, 157, 0, // Skip to: 7036 |
|
/* 6879 */ MCD_OPC_Decode, 210, 18, 85, // Opcode: t2LDC2L_POST |
|
/* 6883 */ MCD_OPC_FilterValue, 5, 99, 0, // Skip to: 6986 |
|
/* 6887 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... |
|
/* 6890 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 6902 |
|
/* 6894 */ MCD_OPC_CheckPredicate, 19, 138, 0, // Skip to: 7036 |
|
/* 6898 */ MCD_OPC_Decode, 180, 20, 85, // Opcode: t2STC2_OFFSET |
|
/* 6902 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 6914 |
|
/* 6906 */ MCD_OPC_CheckPredicate, 19, 126, 0, // Skip to: 7036 |
|
/* 6910 */ MCD_OPC_Decode, 212, 18, 85, // Opcode: t2LDC2_OFFSET |
|
/* 6914 */ MCD_OPC_FilterValue, 2, 8, 0, // Skip to: 6926 |
|
/* 6918 */ MCD_OPC_CheckPredicate, 19, 114, 0, // Skip to: 7036 |
|
/* 6922 */ MCD_OPC_Decode, 183, 20, 85, // Opcode: t2STC2_PRE |
|
/* 6926 */ MCD_OPC_FilterValue, 3, 8, 0, // Skip to: 6938 |
|
/* 6930 */ MCD_OPC_CheckPredicate, 19, 102, 0, // Skip to: 7036 |
|
/* 6934 */ MCD_OPC_Decode, 215, 18, 85, // Opcode: t2LDC2_PRE |
|
/* 6938 */ MCD_OPC_FilterValue, 4, 8, 0, // Skip to: 6950 |
|
/* 6942 */ MCD_OPC_CheckPredicate, 19, 90, 0, // Skip to: 7036 |
|
/* 6946 */ MCD_OPC_Decode, 176, 20, 85, // Opcode: t2STC2L_OFFSET |
|
/* 6950 */ MCD_OPC_FilterValue, 5, 8, 0, // Skip to: 6962 |
|
/* 6954 */ MCD_OPC_CheckPredicate, 19, 78, 0, // Skip to: 7036 |
|
/* 6958 */ MCD_OPC_Decode, 208, 18, 85, // Opcode: t2LDC2L_OFFSET |
|
/* 6962 */ MCD_OPC_FilterValue, 6, 8, 0, // Skip to: 6974 |
|
/* 6966 */ MCD_OPC_CheckPredicate, 19, 66, 0, // Skip to: 7036 |
|
/* 6970 */ MCD_OPC_Decode, 179, 20, 85, // Opcode: t2STC2L_PRE |
|
/* 6974 */ MCD_OPC_FilterValue, 7, 58, 0, // Skip to: 7036 |
|
/* 6978 */ MCD_OPC_CheckPredicate, 19, 54, 0, // Skip to: 7036 |
|
/* 6982 */ MCD_OPC_Decode, 211, 18, 85, // Opcode: t2LDC2L_PRE |
|
/* 6986 */ MCD_OPC_FilterValue, 6, 46, 0, // Skip to: 7036 |
|
/* 6990 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
|
/* 6993 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7005 |
|
/* 6997 */ MCD_OPC_CheckPredicate, 19, 35, 0, // Skip to: 7036 |
|
/* 7001 */ MCD_OPC_Decode, 169, 18, 88, // Opcode: t2CDP2 |
|
/* 7005 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 7036 |
|
/* 7009 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
|
/* 7012 */ MCD_OPC_FilterValue, 0, 8, 0, // Skip to: 7024 |
|
/* 7016 */ MCD_OPC_CheckPredicate, 19, 16, 0, // Skip to: 7036 |
|
/* 7020 */ MCD_OPC_Decode, 156, 19, 90, // Opcode: t2MCR2 |
|
/* 7024 */ MCD_OPC_FilterValue, 1, 8, 0, // Skip to: 7036 |
|
/* 7028 */ MCD_OPC_CheckPredicate, 19, 4, 0, // Skip to: 7036 |
|
/* 7032 */ MCD_OPC_Decode, 185, 19, 92, // Opcode: t2MRC2 |
|
/* 7036 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 17, 49, 1, // Skip to: 316 |
|
/* 11 */ MCD_OPC_Decode, 215, 21, 178, 2, // Opcode: tLSLri |
|
/* 16 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 29 |
|
/* 20 */ MCD_OPC_CheckPredicate, 17, 36, 1, // Skip to: 316 |
|
/* 24 */ MCD_OPC_Decode, 217, 21, 178, 2, // Opcode: tLSRri |
|
/* 29 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 42 |
|
/* 33 */ MCD_OPC_CheckPredicate, 17, 23, 1, // Skip to: 316 |
|
/* 37 */ MCD_OPC_Decode, 173, 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, 17, 3, 1, // Skip to: 316 |
|
/* 57 */ MCD_OPC_Decode, 166, 21, 179, 2, // Opcode: tADDrr |
|
/* 62 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 75 |
|
/* 66 */ MCD_OPC_CheckPredicate, 17, 246, 0, // Skip to: 316 |
|
/* 70 */ MCD_OPC_Decode, 250, 21, 179, 2, // Opcode: tSUBrr |
|
/* 75 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 88 |
|
/* 79 */ MCD_OPC_CheckPredicate, 17, 233, 0, // Skip to: 316 |
|
/* 83 */ MCD_OPC_Decode, 162, 21, 180, 2, // Opcode: tADDi3 |
|
/* 88 */ MCD_OPC_FilterValue, 3, 224, 0, // Skip to: 316 |
|
/* 92 */ MCD_OPC_CheckPredicate, 17, 220, 0, // Skip to: 316 |
|
/* 96 */ MCD_OPC_Decode, 248, 21, 180, 2, // Opcode: tSUBi3 |
|
/* 101 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 114 |
|
/* 105 */ MCD_OPC_CheckPredicate, 17, 207, 0, // Skip to: 316 |
|
/* 109 */ MCD_OPC_Decode, 221, 21, 206, 1, // Opcode: tMOVi8 |
|
/* 114 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 127 |
|
/* 118 */ MCD_OPC_CheckPredicate, 17, 194, 0, // Skip to: 316 |
|
/* 122 */ MCD_OPC_Decode, 163, 21, 181, 2, // Opcode: tADDi8 |
|
/* 127 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 140 |
|
/* 131 */ MCD_OPC_CheckPredicate, 17, 181, 0, // Skip to: 316 |
|
/* 135 */ MCD_OPC_Decode, 249, 21, 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, 17, 161, 0, // Skip to: 316 |
|
/* 155 */ MCD_OPC_Decode, 172, 21, 182, 2, // Opcode: tAND |
|
/* 160 */ MCD_OPC_FilterValue, 1, 9, 0, // Skip to: 173 |
|
/* 164 */ MCD_OPC_CheckPredicate, 17, 148, 0, // Skip to: 316 |
|
/* 168 */ MCD_OPC_Decode, 196, 21, 182, 2, // Opcode: tEOR |
|
/* 173 */ MCD_OPC_FilterValue, 2, 9, 0, // Skip to: 186 |
|
/* 177 */ MCD_OPC_CheckPredicate, 17, 135, 0, // Skip to: 316 |
|
/* 181 */ MCD_OPC_Decode, 216, 21, 182, 2, // Opcode: tLSLrr |
|
/* 186 */ MCD_OPC_FilterValue, 3, 9, 0, // Skip to: 199 |
|
/* 190 */ MCD_OPC_CheckPredicate, 17, 122, 0, // Skip to: 316 |
|
/* 194 */ MCD_OPC_Decode, 218, 21, 182, 2, // Opcode: tLSRrr |
|
/* 199 */ MCD_OPC_FilterValue, 4, 9, 0, // Skip to: 212 |
|
/* 203 */ MCD_OPC_CheckPredicate, 17, 109, 0, // Skip to: 316 |
|
/* 207 */ MCD_OPC_Decode, 174, 21, 182, 2, // Opcode: tASRrr |
|
/* 212 */ MCD_OPC_FilterValue, 5, 9, 0, // Skip to: 225 |
|
/* 216 */ MCD_OPC_CheckPredicate, 17, 96, 0, // Skip to: 316 |
|
/* 220 */ MCD_OPC_Decode, 160, 21, 182, 2, // Opcode: tADC |
|
/* 225 */ MCD_OPC_FilterValue, 6, 9, 0, // Skip to: 238 |
|
/* 229 */ MCD_OPC_CheckPredicate, 17, 83, 0, // Skip to: 316 |
|
/* 233 */ MCD_OPC_Decode, 236, 21, 182, 2, // Opcode: tSBC |
|
/* 238 */ MCD_OPC_FilterValue, 7, 9, 0, // Skip to: 251 |
|
/* 242 */ MCD_OPC_CheckPredicate, 17, 70, 0, // Skip to: 316 |
|
/* 246 */ MCD_OPC_Decode, 234, 21, 182, 2, // Opcode: tROR |
|
/* 251 */ MCD_OPC_FilterValue, 9, 9, 0, // Skip to: 264 |
|
/* 255 */ MCD_OPC_CheckPredicate, 17, 57, 0, // Skip to: 316 |
|
/* 259 */ MCD_OPC_Decode, 235, 21, 205, 1, // Opcode: tRSB |
|
/* 264 */ MCD_OPC_FilterValue, 12, 9, 0, // Skip to: 277 |
|
/* 268 */ MCD_OPC_CheckPredicate, 17, 44, 0, // Skip to: 316 |
|
/* 272 */ MCD_OPC_Decode, 226, 21, 182, 2, // Opcode: tORR |
|
/* 277 */ MCD_OPC_FilterValue, 13, 9, 0, // Skip to: 290 |
|
/* 281 */ MCD_OPC_CheckPredicate, 17, 31, 0, // Skip to: 316 |
|
/* 285 */ MCD_OPC_Decode, 223, 21, 183, 2, // Opcode: tMUL |
|
/* 290 */ MCD_OPC_FilterValue, 14, 9, 0, // Skip to: 303 |
|
/* 294 */ MCD_OPC_CheckPredicate, 17, 18, 0, // Skip to: 316 |
|
/* 298 */ MCD_OPC_Decode, 176, 21, 182, 2, // Opcode: tBIC |
|
/* 303 */ MCD_OPC_FilterValue, 15, 9, 0, // Skip to: 316 |
|
/* 307 */ MCD_OPC_CheckPredicate, 17, 5, 0, // Skip to: 316 |
|
/* 311 */ MCD_OPC_Decode, 224, 21, 205, 1, // Opcode: tMVN |
|
/* 316 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 32, 195, 10, // Skip to: 2787 |
|
/* 32 */ MCD_OPC_CheckField, 22, 1, 1, 189, 10, // Skip to: 2787 |
|
/* 38 */ MCD_OPC_CheckField, 6, 2, 0, 183, 10, // Skip to: 2787 |
|
/* 44 */ MCD_OPC_CheckField, 4, 1, 1, 177, 10, // Skip to: 2787 |
|
/* 50 */ MCD_OPC_Decode, 247, 10, 184, 2, // Opcode: VMOVSRR |
|
/* 55 */ MCD_OPC_FilterValue, 1, 168, 10, // Skip to: 2787 |
|
/* 59 */ MCD_OPC_CheckPredicate, 32, 164, 10, // Skip to: 2787 |
|
/* 63 */ MCD_OPC_Decode, 165, 17, 185, 2, // Opcode: VSTMSIA |
|
/* 68 */ MCD_OPC_FilterValue, 11, 155, 10, // Skip to: 2787 |
|
/* 72 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 75 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 106 |
|
/* 79 */ MCD_OPC_CheckPredicate, 32, 144, 10, // Skip to: 2787 |
|
/* 83 */ MCD_OPC_CheckField, 22, 1, 1, 138, 10, // Skip to: 2787 |
|
/* 89 */ MCD_OPC_CheckField, 6, 2, 0, 132, 10, // Skip to: 2787 |
|
/* 95 */ MCD_OPC_CheckField, 4, 1, 1, 126, 10, // Skip to: 2787 |
|
/* 101 */ MCD_OPC_Decode, 231, 10, 186, 2, // Opcode: VMOVDRR |
|
/* 106 */ MCD_OPC_FilterValue, 1, 117, 10, // Skip to: 2787 |
|
/* 110 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 113 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 126 |
|
/* 117 */ MCD_OPC_CheckPredicate, 32, 106, 10, // Skip to: 2787 |
|
/* 121 */ MCD_OPC_Decode, 161, 17, 187, 2, // Opcode: VSTMDIA |
|
/* 126 */ MCD_OPC_FilterValue, 1, 97, 10, // Skip to: 2787 |
|
/* 130 */ MCD_OPC_CheckPredicate, 32, 93, 10, // Skip to: 2787 |
|
/* 134 */ MCD_OPC_CheckField, 22, 1, 0, 87, 10, // Skip to: 2787 |
|
/* 140 */ MCD_OPC_Decode, 156, 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, 32, 67, 10, // Skip to: 2787 |
|
/* 160 */ MCD_OPC_Decode, 168, 17, 189, 2, // Opcode: VSTRS |
|
/* 165 */ MCD_OPC_FilterValue, 11, 58, 10, // Skip to: 2787 |
|
/* 169 */ MCD_OPC_CheckPredicate, 32, 54, 10, // Skip to: 2787 |
|
/* 173 */ MCD_OPC_Decode, 167, 17, 190, 2, // Opcode: VSTRD |
|
/* 178 */ MCD_OPC_FilterValue, 14, 45, 10, // Skip to: 2787 |
|
/* 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, 32, 13, 10, // Skip to: 2787 |
|
/* 214 */ MCD_OPC_Decode, 189, 10, 191, 2, // Opcode: VMLAS |
|
/* 219 */ MCD_OPC_FilterValue, 1, 4, 10, // Skip to: 2787 |
|
/* 223 */ MCD_OPC_CheckPredicate, 32, 0, 10, // Skip to: 2787 |
|
/* 227 */ MCD_OPC_Decode, 170, 6, 192, 2, // Opcode: VDIVS |
|
/* 232 */ MCD_OPC_FilterValue, 11, 247, 9, // Skip to: 2787 |
|
/* 236 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 239 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 252 |
|
/* 243 */ MCD_OPC_CheckPredicate, 32, 236, 9, // Skip to: 2787 |
|
/* 247 */ MCD_OPC_Decode, 178, 10, 193, 2, // Opcode: VMLAD |
|
/* 252 */ MCD_OPC_FilterValue, 1, 227, 9, // Skip to: 2787 |
|
/* 256 */ MCD_OPC_CheckPredicate, 32, 223, 9, // Skip to: 2787 |
|
/* 260 */ MCD_OPC_Decode, 169, 6, 194, 2, // Opcode: VDIVD |
|
/* 265 */ MCD_OPC_FilterValue, 1, 214, 9, // Skip to: 2787 |
|
/* 269 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 272 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 291 |
|
/* 276 */ MCD_OPC_CheckPredicate, 32, 203, 9, // Skip to: 2787 |
|
/* 280 */ MCD_OPC_CheckField, 23, 1, 0, 197, 9, // Skip to: 2787 |
|
/* 286 */ MCD_OPC_Decode, 215, 10, 191, 2, // Opcode: VMLSS |
|
/* 291 */ MCD_OPC_FilterValue, 11, 188, 9, // Skip to: 2787 |
|
/* 295 */ MCD_OPC_CheckPredicate, 32, 184, 9, // Skip to: 2787 |
|
/* 299 */ MCD_OPC_CheckField, 23, 1, 0, 178, 9, // Skip to: 2787 |
|
/* 305 */ MCD_OPC_Decode, 204, 10, 193, 2, // Opcode: VMLSD |
|
/* 310 */ MCD_OPC_FilterValue, 1, 169, 9, // Skip to: 2787 |
|
/* 314 */ MCD_OPC_CheckPredicate, 32, 165, 9, // Skip to: 2787 |
|
/* 318 */ MCD_OPC_CheckField, 22, 2, 0, 159, 9, // Skip to: 2787 |
|
/* 324 */ MCD_OPC_CheckField, 8, 4, 10, 153, 9, // Skip to: 2787 |
|
/* 330 */ MCD_OPC_CheckField, 5, 2, 0, 147, 9, // Skip to: 2787 |
|
/* 336 */ MCD_OPC_CheckField, 0, 4, 0, 141, 9, // Skip to: 2787 |
|
/* 342 */ MCD_OPC_Decode, 246, 10, 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, 32, 107, 9, // Skip to: 2787 |
|
/* 376 */ MCD_OPC_CheckField, 22, 1, 1, 101, 9, // Skip to: 2787 |
|
/* 382 */ MCD_OPC_CheckField, 6, 2, 0, 95, 9, // Skip to: 2787 |
|
/* 388 */ MCD_OPC_CheckField, 4, 1, 1, 89, 9, // Skip to: 2787 |
|
/* 394 */ MCD_OPC_Decode, 243, 10, 196, 2, // Opcode: VMOVRRS |
|
/* 399 */ MCD_OPC_FilterValue, 1, 80, 9, // Skip to: 2787 |
|
/* 403 */ MCD_OPC_CheckPredicate, 32, 76, 9, // Skip to: 2787 |
|
/* 407 */ MCD_OPC_Decode, 138, 10, 185, 2, // Opcode: VLDMSIA |
|
/* 412 */ MCD_OPC_FilterValue, 11, 67, 9, // Skip to: 2787 |
|
/* 416 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 419 */ MCD_OPC_FilterValue, 0, 27, 0, // Skip to: 450 |
|
/* 423 */ MCD_OPC_CheckPredicate, 32, 56, 9, // Skip to: 2787 |
|
/* 427 */ MCD_OPC_CheckField, 22, 1, 1, 50, 9, // Skip to: 2787 |
|
/* 433 */ MCD_OPC_CheckField, 6, 2, 0, 44, 9, // Skip to: 2787 |
|
/* 439 */ MCD_OPC_CheckField, 4, 1, 1, 38, 9, // Skip to: 2787 |
|
/* 445 */ MCD_OPC_Decode, 242, 10, 197, 2, // Opcode: VMOVRRD |
|
/* 450 */ MCD_OPC_FilterValue, 1, 29, 9, // Skip to: 2787 |
|
/* 454 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 457 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 470 |
|
/* 461 */ MCD_OPC_CheckPredicate, 32, 18, 9, // Skip to: 2787 |
|
/* 465 */ MCD_OPC_Decode, 134, 10, 187, 2, // Opcode: VLDMDIA |
|
/* 470 */ MCD_OPC_FilterValue, 1, 9, 9, // Skip to: 2787 |
|
/* 474 */ MCD_OPC_CheckPredicate, 32, 5, 9, // Skip to: 2787 |
|
/* 478 */ MCD_OPC_CheckField, 22, 1, 0, 255, 8, // Skip to: 2787 |
|
/* 484 */ MCD_OPC_Decode, 152, 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, 32, 235, 8, // Skip to: 2787 |
|
/* 504 */ MCD_OPC_Decode, 141, 10, 189, 2, // Opcode: VLDRS |
|
/* 509 */ MCD_OPC_FilterValue, 11, 226, 8, // Skip to: 2787 |
|
/* 513 */ MCD_OPC_CheckPredicate, 32, 222, 8, // Skip to: 2787 |
|
/* 517 */ MCD_OPC_Decode, 140, 10, 190, 2, // Opcode: VLDRD |
|
/* 522 */ MCD_OPC_FilterValue, 14, 213, 8, // Skip to: 2787 |
|
/* 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, 32, 181, 8, // Skip to: 2787 |
|
/* 558 */ MCD_OPC_Decode, 192, 11, 191, 2, // Opcode: VNMLSS |
|
/* 563 */ MCD_OPC_FilterValue, 1, 172, 8, // Skip to: 2787 |
|
/* 567 */ MCD_OPC_CheckPredicate, 16, 168, 8, // Skip to: 2787 |
|
/* 571 */ MCD_OPC_Decode, 205, 6, 191, 2, // Opcode: VFNMSS |
|
/* 576 */ MCD_OPC_FilterValue, 11, 159, 8, // Skip to: 2787 |
|
/* 580 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 583 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 596 |
|
/* 587 */ MCD_OPC_CheckPredicate, 32, 148, 8, // Skip to: 2787 |
|
/* 591 */ MCD_OPC_Decode, 191, 11, 193, 2, // Opcode: VNMLSD |
|
/* 596 */ MCD_OPC_FilterValue, 1, 139, 8, // Skip to: 2787 |
|
/* 600 */ MCD_OPC_CheckPredicate, 16, 135, 8, // Skip to: 2787 |
|
/* 604 */ MCD_OPC_Decode, 204, 6, 193, 2, // Opcode: VFNMSD |
|
/* 609 */ MCD_OPC_FilterValue, 1, 126, 8, // Skip to: 2787 |
|
/* 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, 32, 108, 8, // Skip to: 2787 |
|
/* 631 */ MCD_OPC_Decode, 190, 11, 191, 2, // Opcode: VNMLAS |
|
/* 636 */ MCD_OPC_FilterValue, 1, 99, 8, // Skip to: 2787 |
|
/* 640 */ MCD_OPC_CheckPredicate, 16, 95, 8, // Skip to: 2787 |
|
/* 644 */ MCD_OPC_Decode, 203, 6, 191, 2, // Opcode: VFNMAS |
|
/* 649 */ MCD_OPC_FilterValue, 11, 86, 8, // Skip to: 2787 |
|
/* 653 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
|
/* 656 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 669 |
|
/* 660 */ MCD_OPC_CheckPredicate, 32, 75, 8, // Skip to: 2787 |
|
/* 664 */ MCD_OPC_Decode, 189, 11, 193, 2, // Opcode: VNMLAD |
|
/* 669 */ MCD_OPC_FilterValue, 1, 66, 8, // Skip to: 2787 |
|
/* 673 */ MCD_OPC_CheckPredicate, 16, 62, 8, // Skip to: 2787 |
|
/* 677 */ MCD_OPC_Decode, 202, 6, 193, 2, // Opcode: VFNMAD |
|
/* 682 */ MCD_OPC_FilterValue, 1, 53, 8, // Skip to: 2787 |
|
/* 686 */ MCD_OPC_CheckPredicate, 32, 49, 8, // Skip to: 2787 |
|
/* 690 */ MCD_OPC_CheckField, 22, 2, 0, 43, 8, // Skip to: 2787 |
|
/* 696 */ MCD_OPC_CheckField, 8, 4, 10, 37, 8, // Skip to: 2787 |
|
/* 702 */ MCD_OPC_CheckField, 5, 2, 0, 31, 8, // Skip to: 2787 |
|
/* 708 */ MCD_OPC_CheckField, 0, 4, 0, 25, 8, // Skip to: 2787 |
|
/* 714 */ MCD_OPC_Decode, 244, 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, 32, 254, 7, // Skip to: 2787 |
|
/* 741 */ MCD_OPC_Decode, 166, 17, 199, 2, // Opcode: VSTMSIA_UPD |
|
/* 746 */ MCD_OPC_FilterValue, 11, 245, 7, // Skip to: 2787 |
|
/* 750 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 753 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 766 |
|
/* 757 */ MCD_OPC_CheckPredicate, 32, 234, 7, // Skip to: 2787 |
|
/* 761 */ MCD_OPC_Decode, 162, 17, 200, 2, // Opcode: VSTMDIA_UPD |
|
/* 766 */ MCD_OPC_FilterValue, 1, 225, 7, // Skip to: 2787 |
|
/* 770 */ MCD_OPC_CheckPredicate, 32, 221, 7, // Skip to: 2787 |
|
/* 774 */ MCD_OPC_CheckField, 22, 1, 0, 215, 7, // Skip to: 2787 |
|
/* 780 */ MCD_OPC_Decode, 157, 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, 32, 195, 7, // Skip to: 2787 |
|
/* 800 */ MCD_OPC_Decode, 164, 17, 199, 2, // Opcode: VSTMSDB_UPD |
|
/* 805 */ MCD_OPC_FilterValue, 11, 186, 7, // Skip to: 2787 |
|
/* 809 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 812 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 825 |
|
/* 816 */ MCD_OPC_CheckPredicate, 32, 175, 7, // Skip to: 2787 |
|
/* 820 */ MCD_OPC_Decode, 160, 17, 200, 2, // Opcode: VSTMDDB_UPD |
|
/* 825 */ MCD_OPC_FilterValue, 1, 166, 7, // Skip to: 2787 |
|
/* 829 */ MCD_OPC_CheckPredicate, 32, 162, 7, // Skip to: 2787 |
|
/* 833 */ MCD_OPC_CheckField, 22, 1, 0, 156, 7, // Skip to: 2787 |
|
/* 839 */ MCD_OPC_Decode, 155, 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, 32, 129, 7, // Skip to: 2787 |
|
/* 866 */ MCD_OPC_CheckField, 4, 1, 0, 123, 7, // Skip to: 2787 |
|
/* 872 */ MCD_OPC_Decode, 156, 11, 192, 2, // Opcode: VMULS |
|
/* 877 */ MCD_OPC_FilterValue, 11, 114, 7, // Skip to: 2787 |
|
/* 881 */ MCD_OPC_CheckPredicate, 32, 110, 7, // Skip to: 2787 |
|
/* 885 */ MCD_OPC_CheckField, 4, 1, 0, 104, 7, // Skip to: 2787 |
|
/* 891 */ MCD_OPC_Decode, 143, 11, 194, 2, // Opcode: VMULD |
|
/* 896 */ MCD_OPC_FilterValue, 1, 95, 7, // Skip to: 2787 |
|
/* 900 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 903 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 922 |
|
/* 907 */ MCD_OPC_CheckPredicate, 32, 84, 7, // Skip to: 2787 |
|
/* 911 */ MCD_OPC_CheckField, 4, 1, 0, 78, 7, // Skip to: 2787 |
|
/* 917 */ MCD_OPC_Decode, 194, 11, 192, 2, // Opcode: VNMULS |
|
/* 922 */ MCD_OPC_FilterValue, 11, 69, 7, // Skip to: 2787 |
|
/* 926 */ MCD_OPC_CheckPredicate, 32, 65, 7, // Skip to: 2787 |
|
/* 930 */ MCD_OPC_CheckField, 4, 1, 0, 59, 7, // Skip to: 2787 |
|
/* 936 */ MCD_OPC_Decode, 193, 11, 194, 2, // Opcode: VNMULD |
|
/* 941 */ MCD_OPC_FilterValue, 29, 50, 7, // Skip to: 2787 |
|
/* 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, 16, 25, 7, // Skip to: 2787 |
|
/* 970 */ MCD_OPC_Decode, 195, 6, 191, 2, // Opcode: VFMAS |
|
/* 975 */ MCD_OPC_FilterValue, 11, 16, 7, // Skip to: 2787 |
|
/* 979 */ MCD_OPC_CheckPredicate, 16, 12, 7, // Skip to: 2787 |
|
/* 983 */ MCD_OPC_Decode, 194, 6, 193, 2, // Opcode: VFMAD |
|
/* 988 */ MCD_OPC_FilterValue, 1, 3, 7, // Skip to: 2787 |
|
/* 992 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 995 */ MCD_OPC_FilterValue, 10, 9, 0, // Skip to: 1008 |
|
/* 999 */ MCD_OPC_CheckPredicate, 16, 248, 6, // Skip to: 2787 |
|
/* 1003 */ MCD_OPC_Decode, 199, 6, 191, 2, // Opcode: VFMSS |
|
/* 1008 */ MCD_OPC_FilterValue, 11, 239, 6, // Skip to: 2787 |
|
/* 1012 */ MCD_OPC_CheckPredicate, 16, 235, 6, // Skip to: 2787 |
|
/* 1016 */ MCD_OPC_Decode, 198, 6, 193, 2, // Opcode: VFMSD |
|
/* 1021 */ MCD_OPC_FilterValue, 1, 226, 6, // Skip to: 2787 |
|
/* 1025 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 1028 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 1053 |
|
/* 1032 */ MCD_OPC_CheckPredicate, 32, 215, 6, // Skip to: 2787 |
|
/* 1036 */ MCD_OPC_CheckField, 22, 1, 1, 209, 6, // Skip to: 2787 |
|
/* 1042 */ MCD_OPC_CheckField, 7, 5, 20, 203, 6, // Skip to: 2787 |
|
/* 1048 */ MCD_OPC_Decode, 142, 11, 202, 2, // Opcode: VMSR_FPSID |
|
/* 1053 */ MCD_OPC_FilterValue, 1, 21, 0, // Skip to: 1078 |
|
/* 1057 */ MCD_OPC_CheckPredicate, 32, 190, 6, // Skip to: 2787 |
|
/* 1061 */ MCD_OPC_CheckField, 22, 1, 1, 184, 6, // Skip to: 2787 |
|
/* 1067 */ MCD_OPC_CheckField, 7, 5, 20, 178, 6, // Skip to: 2787 |
|
/* 1073 */ MCD_OPC_Decode, 138, 11, 202, 2, // Opcode: VMSR |
|
/* 1078 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 1103 |
|
/* 1082 */ MCD_OPC_CheckPredicate, 32, 165, 6, // Skip to: 2787 |
|
/* 1086 */ MCD_OPC_CheckField, 22, 1, 1, 159, 6, // Skip to: 2787 |
|
/* 1092 */ MCD_OPC_CheckField, 7, 5, 20, 153, 6, // Skip to: 2787 |
|
/* 1098 */ MCD_OPC_Decode, 139, 11, 202, 2, // Opcode: VMSR_FPEXC |
|
/* 1103 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 1128 |
|
/* 1107 */ MCD_OPC_CheckPredicate, 32, 140, 6, // Skip to: 2787 |
|
/* 1111 */ MCD_OPC_CheckField, 22, 1, 1, 134, 6, // Skip to: 2787 |
|
/* 1117 */ MCD_OPC_CheckField, 7, 5, 20, 128, 6, // Skip to: 2787 |
|
/* 1123 */ MCD_OPC_Decode, 140, 11, 202, 2, // Opcode: VMSR_FPINST |
|
/* 1128 */ MCD_OPC_FilterValue, 10, 119, 6, // Skip to: 2787 |
|
/* 1132 */ MCD_OPC_CheckPredicate, 32, 115, 6, // Skip to: 2787 |
|
/* 1136 */ MCD_OPC_CheckField, 22, 1, 1, 109, 6, // Skip to: 2787 |
|
/* 1142 */ MCD_OPC_CheckField, 7, 5, 20, 103, 6, // Skip to: 2787 |
|
/* 1148 */ MCD_OPC_Decode, 141, 11, 202, 2, // Opcode: VMSR_FPINST2 |
|
/* 1153 */ MCD_OPC_FilterValue, 3, 94, 6, // Skip to: 2787 |
|
/* 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, 32, 76, 6, // Skip to: 2787 |
|
/* 1175 */ MCD_OPC_Decode, 139, 10, 199, 2, // Opcode: VLDMSIA_UPD |
|
/* 1180 */ MCD_OPC_FilterValue, 11, 67, 6, // Skip to: 2787 |
|
/* 1184 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 1187 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1200 |
|
/* 1191 */ MCD_OPC_CheckPredicate, 32, 56, 6, // Skip to: 2787 |
|
/* 1195 */ MCD_OPC_Decode, 135, 10, 200, 2, // Opcode: VLDMDIA_UPD |
|
/* 1200 */ MCD_OPC_FilterValue, 1, 47, 6, // Skip to: 2787 |
|
/* 1204 */ MCD_OPC_CheckPredicate, 32, 43, 6, // Skip to: 2787 |
|
/* 1208 */ MCD_OPC_CheckField, 22, 1, 0, 37, 6, // Skip to: 2787 |
|
/* 1214 */ MCD_OPC_Decode, 153, 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, 32, 17, 6, // Skip to: 2787 |
|
/* 1234 */ MCD_OPC_Decode, 137, 10, 199, 2, // Opcode: VLDMSDB_UPD |
|
/* 1239 */ MCD_OPC_FilterValue, 11, 8, 6, // Skip to: 2787 |
|
/* 1243 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
|
/* 1246 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1259 |
|
/* 1250 */ MCD_OPC_CheckPredicate, 32, 253, 5, // Skip to: 2787 |
|
/* 1254 */ MCD_OPC_Decode, 133, 10, 200, 2, // Opcode: VLDMDDB_UPD |
|
/* 1259 */ MCD_OPC_FilterValue, 1, 244, 5, // Skip to: 2787 |
|
/* 1263 */ MCD_OPC_CheckPredicate, 32, 240, 5, // Skip to: 2787 |
|
/* 1267 */ MCD_OPC_CheckField, 22, 1, 0, 234, 5, // Skip to: 2787 |
|
/* 1273 */ MCD_OPC_Decode, 151, 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, 32, 207, 5, // Skip to: 2787 |
|
/* 1300 */ MCD_OPC_CheckField, 4, 1, 0, 201, 5, // Skip to: 2787 |
|
/* 1306 */ MCD_OPC_Decode, 236, 4, 192, 2, // Opcode: VADDS |
|
/* 1311 */ MCD_OPC_FilterValue, 11, 192, 5, // Skip to: 2787 |
|
/* 1315 */ MCD_OPC_CheckPredicate, 32, 188, 5, // Skip to: 2787 |
|
/* 1319 */ MCD_OPC_CheckField, 4, 1, 0, 182, 5, // Skip to: 2787 |
|
/* 1325 */ MCD_OPC_Decode, 226, 4, 194, 2, // Opcode: VADDD |
|
/* 1330 */ MCD_OPC_FilterValue, 1, 173, 5, // Skip to: 2787 |
|
/* 1334 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... |
|
/* 1337 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 1356 |
|
/* 1341 */ MCD_OPC_CheckPredicate, 32, 162, 5, // Skip to: 2787 |
|
/* 1345 */ MCD_OPC_CheckField, 4, 1, 0, 156, 5, // Skip to: 2787 |
|
/* 1351 */ MCD_OPC_Decode, 179, 17, 192, 2, // Opcode: VSUBS |
|
/* 1356 */ MCD_OPC_FilterValue, 11, 147, 5, // Skip to: 2787 |
|
/* 1360 */ MCD_OPC_CheckPredicate, 32, 143, 5, // Skip to: 2787 |
|
/* 1364 */ MCD_OPC_CheckField, 4, 1, 0, 137, 5, // Skip to: 2787 |
|
/* 1370 */ MCD_OPC_Decode, 169, 17, 194, 2, // Opcode: VSUBD |
|
/* 1375 */ MCD_OPC_FilterValue, 29, 128, 5, // Skip to: 2787 |
|
/* 1379 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ... |
|
/* 1382 */ MCD_OPC_FilterValue, 40, 214, 0, // Skip to: 1600 |
|
/* 1386 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
|
/* 1389 */ MCD_OPC_FilterValue, 0, 9, 0, // Skip to: 1402 |
|
/* 1393 */ MCD_OPC_CheckPredicate, 33, 110, 5, // Skip to: 2787 |
|
/* 1397 */ MCD_OPC_Decode, 150, 1, 203, 2, // Opcode: FCONSTS |
|
/* 1402 */ MCD_OPC_FilterValue, 1, 101, 5, // Skip to: 2787 |
|
/* 1406 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 1409 */ MCD_OPC_FilterValue, 0, 21, 0, // Skip to: 1434 |
|
/* 1413 */ MCD_OPC_CheckPredicate, 32, 90, 5, // Skip to: 2787 |
|
/* 1417 */ MCD_OPC_CheckField, 22, 1, 1, 84, 5, // Skip to: 2787 |
|
/* 1423 */ MCD_OPC_CheckField, 0, 4, 0, 78, 5, // Skip to: 2787 |
|
/* 1429 */ MCD_OPC_Decode, 135, 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, 62, 5, // Skip to: 2787 |
|
/* 1445 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
|
/* 1448 */ MCD_OPC_FilterValue, 1, 55, 5, // Skip to: 2787 |
|
/* 1452 */ MCD_OPC_CheckPredicate, 32, 10, 0, // Skip to: 1466 |
|
/* 1456 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, // Skip to: 1466 |
|
/* 1462 */ MCD_OPC_Decode, 154, 1, 27, // Opcode: FMSTAT |
|
/* 1466 */ MCD_OPC_CheckPredicate, 32, 37, 5, // Skip to: 2787 |
|
/* 1470 */ MCD_OPC_Decode, 131, 11, 202, 2, // Opcode: VMRS |
|
/* 1475 */ MCD_OPC_FilterValue, 6, 21, 0, // Skip to: 1500 |
|
/* 1479 */ MCD_OPC_CheckPredicate, 32, 24, 5, // Skip to: 2787 |
|
/* 1483 */ MCD_OPC_CheckField, 22, 1, 1, 18, 5, // Skip to: 2787 |
|
/* 1489 */ MCD_OPC_CheckField, 0, 4, 0, 12, 5, // Skip to: 2787 |
|
/* 1495 */ MCD_OPC_Decode, 137, 11, 202, 2, // Opcode: VMRS_MVFR1 |
|
/* 1500 */ MCD_OPC_FilterValue, 7, 21, 0, // Skip to: 1525 |
|
/* 1504 */ MCD_OPC_CheckPredicate, 32, 255, 4, // Skip to: 2787 |
|
/* 1508 */ MCD_OPC_CheckField, 22, 1, 1, 249, 4, // Skip to: 2787 |
|
/* 1514 */ MCD_OPC_CheckField, 0, 4, 0, 243, 4, // Skip to: 2787 |
|
/* 1520 */ MCD_OPC_Decode, 136, 11, 202, 2, // Opcode: VMRS_MVFR0 |
|
/* 1525 */ MCD_OPC_FilterValue, 8, 21, 0, // Skip to: 1550 |
|
/* 1529 */ MCD_OPC_CheckPredicate, 32, 230, 4, // Skip to: 2787 |
|
/* 1533 */ MCD_OPC_CheckField, 22, 1, 1, 224, 4, // Skip to: 2787 |
|
/* 1539 */ MCD_OPC_CheckField, 0, 4, 0, 218, 4, // Skip to: 2787 |
|
/* 1545 */ MCD_OPC_Decode, 132, 11, 202, 2, // Opcode: VMRS_FPEXC |
|
/* 1550 */ MCD_OPC_FilterValue, 9, 21, 0, // Skip to: 1575 |
|
/* 1554 */ MCD_OPC_CheckPredicate, 32, 205, 4, // Skip to: 2787 |
|
/* 1558 */ MCD_OPC_CheckField, 22, 1, 1, 199, 4, // Skip to: 2787 |
|
/* 1564 */ MCD_OPC_CheckField, 0, 4, 0, 193, 4, // Skip to: 2787 |
|
/* 1570 */ MCD_OPC_Decode, 133, 11, 202, 2, // Opcode: VMRS_FPINST |
|
/* 1575 */ MCD_OPC_FilterValue, 10, 184, 4, // Skip to: 2787 |
|
/* 1579 */ MCD_OPC_CheckPredicate, 32, 180, 4, // Skip to: 2787 |
|
/* 1583 */ MCD_OPC_CheckField, 22, 1, 1, 174, 4, // Skip to: 2787 |
|
/* 1589 */ MCD_OPC_CheckField, 0, 4, 0, 168, 4, // Skip to: 2787 |
|
/* 1595 */ MCD_OPC_Decode, 134, 11, 202, 2, // Opcode: VMRS_FPINST2 |
|
/* 1600 */ MCD_OPC_FilterValue, 41, 32, 1, // Skip to: 1892 |
|
/* 1604 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 1607 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1626 |
|
/* 1611 */ MCD_OPC_CheckPredicate, 32, 148, 4, // Skip to: 2787 |
|
/* 1615 */ MCD_OPC_CheckField, 4, 1, 0, 142, 4, // Skip to: 2787 |
|
/* 1621 */ MCD_OPC_Decode, 245, 10, 204, 2, // Opcode: VMOVS |
|
/* 1626 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1645 |
|
/* 1630 */ MCD_OPC_CheckPredicate, 32, 129, 4, // Skip to: 2787 |
|
/* 1634 */ MCD_OPC_CheckField, 4, 1, 0, 123, 4, // Skip to: 2787 |
|
/* 1640 */ MCD_OPC_Decode, 180, 11, 204, 2, // Opcode: VNEGS |
|
/* 1645 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1664 |
|
/* 1649 */ MCD_OPC_CheckPredicate, 32, 110, 4, // Skip to: 2787 |
|
/* 1653 */ MCD_OPC_CheckField, 4, 1, 0, 104, 4, // Skip to: 2787 |
|
/* 1659 */ MCD_OPC_Decode, 247, 5, 204, 2, // Opcode: VCVTBHS |
|
/* 1664 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 1683 |
|
/* 1668 */ MCD_OPC_CheckPredicate, 32, 91, 4, // Skip to: 2787 |
|
/* 1672 */ MCD_OPC_CheckField, 4, 1, 0, 85, 4, // Skip to: 2787 |
|
/* 1678 */ MCD_OPC_Decode, 248, 5, 204, 2, // Opcode: VCVTBSH |
|
/* 1683 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 1702 |
|
/* 1687 */ MCD_OPC_CheckPredicate, 32, 72, 4, // Skip to: 2787 |
|
/* 1691 */ MCD_OPC_CheckField, 4, 1, 0, 66, 4, // Skip to: 2787 |
|
/* 1697 */ MCD_OPC_Decode, 232, 5, 204, 2, // Opcode: VCMPS |
|
/* 1702 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 1721 |
|
/* 1706 */ MCD_OPC_CheckPredicate, 32, 53, 4, // Skip to: 2787 |
|
/* 1710 */ MCD_OPC_CheckField, 0, 6, 0, 47, 4, // Skip to: 2787 |
|
/* 1716 */ MCD_OPC_Decode, 234, 5, 205, 2, // Opcode: VCMPZS |
|
/* 1721 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 1740 |
|
/* 1725 */ MCD_OPC_CheckPredicate, 34, 34, 4, // Skip to: 2787 |
|
/* 1729 */ MCD_OPC_CheckField, 4, 1, 0, 28, 4, // Skip to: 2787 |
|
/* 1735 */ MCD_OPC_Decode, 194, 13, 204, 2, // Opcode: VRINTRS |
|
/* 1740 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 1759 |
|
/* 1744 */ MCD_OPC_CheckPredicate, 34, 15, 4, // Skip to: 2787 |
|
/* 1748 */ MCD_OPC_CheckField, 4, 1, 0, 9, 4, // Skip to: 2787 |
|
/* 1754 */ MCD_OPC_Decode, 198, 13, 204, 2, // Opcode: VRINTXS |
|
/* 1759 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 1778 |
|
/* 1763 */ MCD_OPC_CheckPredicate, 32, 252, 3, // Skip to: 2787 |
|
/* 1767 */ MCD_OPC_CheckField, 4, 1, 0, 246, 3, // Skip to: 2787 |
|
/* 1773 */ MCD_OPC_Decode, 241, 17, 204, 2, // Opcode: VUITOS |
|
/* 1778 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 1797 |
|
/* 1782 */ MCD_OPC_CheckPredicate, 32, 233, 3, // Skip to: 2787 |
|
/* 1786 */ MCD_OPC_CheckField, 4, 1, 0, 227, 3, // Skip to: 2787 |
|
/* 1792 */ MCD_OPC_Decode, 199, 14, 206, 2, // Opcode: VSHTOS |
|
/* 1797 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 1816 |
|
/* 1801 */ MCD_OPC_CheckPredicate, 32, 214, 3, // Skip to: 2787 |
|
/* 1805 */ MCD_OPC_CheckField, 4, 1, 0, 208, 3, // Skip to: 2787 |
|
/* 1811 */ MCD_OPC_Decode, 239, 17, 206, 2, // Opcode: VUHTOS |
|
/* 1816 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 1835 |
|
/* 1820 */ MCD_OPC_CheckPredicate, 32, 195, 3, // Skip to: 2787 |
|
/* 1824 */ MCD_OPC_CheckField, 4, 1, 0, 189, 3, // Skip to: 2787 |
|
/* 1830 */ MCD_OPC_Decode, 221, 17, 204, 2, // Opcode: VTOUIRS |
|
/* 1835 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 1854 |
|
/* 1839 */ MCD_OPC_CheckPredicate, 32, 176, 3, // Skip to: 2787 |
|
/* 1843 */ MCD_OPC_CheckField, 4, 1, 0, 170, 3, // Skip to: 2787 |
|
/* 1849 */ MCD_OPC_Decode, 213, 17, 204, 2, // Opcode: VTOSIRS |
|
/* 1854 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 1873 |
|
/* 1858 */ MCD_OPC_CheckPredicate, 32, 157, 3, // Skip to: 2787 |
|
/* 1862 */ MCD_OPC_CheckField, 4, 1, 0, 151, 3, // Skip to: 2787 |
|
/* 1868 */ MCD_OPC_Decode, 211, 17, 206, 2, // Opcode: VTOSHS |
|
/* 1873 */ MCD_OPC_FilterValue, 15, 142, 3, // Skip to: 2787 |
|
/* 1877 */ MCD_OPC_CheckPredicate, 32, 138, 3, // Skip to: 2787 |
|
/* 1881 */ MCD_OPC_CheckField, 4, 1, 0, 132, 3, // Skip to: 2787 |
|
/* 1887 */ MCD_OPC_Decode, 219, 17, 206, 2, // Opcode: VTOUHS |
|
/* 1892 */ MCD_OPC_FilterValue, 43, 32, 1, // Skip to: 2184 |
|
/* 1896 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 1899 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 1918 |
|
/* 1903 */ MCD_OPC_CheckPredicate, 32, 112, 3, // Skip to: 2787 |
|
/* 1907 */ MCD_OPC_CheckField, 4, 1, 0, 106, 3, // Skip to: 2787 |
|
/* 1913 */ MCD_OPC_Decode, 213, 4, 204, 2, // Opcode: VABSS |
|
/* 1918 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 1937 |
|
/* 1922 */ MCD_OPC_CheckPredicate, 32, 93, 3, // Skip to: 2787 |
|
/* 1926 */ MCD_OPC_CheckField, 4, 1, 0, 87, 3, // Skip to: 2787 |
|
/* 1932 */ MCD_OPC_Decode, 213, 14, 204, 2, // Opcode: VSQRTS |
|
/* 1937 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 1956 |
|
/* 1941 */ MCD_OPC_CheckPredicate, 32, 74, 3, // Skip to: 2787 |
|
/* 1945 */ MCD_OPC_CheckField, 4, 1, 0, 68, 3, // Skip to: 2787 |
|
/* 1951 */ MCD_OPC_Decode, 149, 6, 204, 2, // Opcode: VCVTTHS |
|
/* 1956 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 1975 |
|
/* 1960 */ MCD_OPC_CheckPredicate, 32, 55, 3, // Skip to: 2787 |
|
/* 1964 */ MCD_OPC_CheckField, 4, 1, 0, 49, 3, // Skip to: 2787 |
|
/* 1970 */ MCD_OPC_Decode, 150, 6, 204, 2, // Opcode: VCVTTSH |
|
/* 1975 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 1994 |
|
/* 1979 */ MCD_OPC_CheckPredicate, 32, 36, 3, // Skip to: 2787 |
|
/* 1983 */ MCD_OPC_CheckField, 4, 1, 0, 30, 3, // Skip to: 2787 |
|
/* 1989 */ MCD_OPC_Decode, 229, 5, 204, 2, // Opcode: VCMPES |
|
/* 1994 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2013 |
|
/* 1998 */ MCD_OPC_CheckPredicate, 32, 17, 3, // Skip to: 2787 |
|
/* 2002 */ MCD_OPC_CheckField, 0, 6, 0, 11, 3, // Skip to: 2787 |
|
/* 2008 */ MCD_OPC_Decode, 231, 5, 205, 2, // Opcode: VCMPEZS |
|
/* 2013 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2032 |
|
/* 2017 */ MCD_OPC_CheckPredicate, 34, 254, 2, // Skip to: 2787 |
|
/* 2021 */ MCD_OPC_CheckField, 4, 1, 0, 248, 2, // Skip to: 2787 |
|
/* 2027 */ MCD_OPC_Decode, 202, 13, 204, 2, // Opcode: VRINTZS |
|
/* 2032 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2051 |
|
/* 2036 */ MCD_OPC_CheckPredicate, 32, 235, 2, // Skip to: 2787 |
|
/* 2040 */ MCD_OPC_CheckField, 4, 1, 0, 229, 2, // Skip to: 2787 |
|
/* 2046 */ MCD_OPC_Decode, 249, 5, 207, 2, // Opcode: VCVTDS |
|
/* 2051 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2070 |
|
/* 2055 */ MCD_OPC_CheckPredicate, 32, 216, 2, // Skip to: 2787 |
|
/* 2059 */ MCD_OPC_CheckField, 4, 1, 0, 210, 2, // Skip to: 2787 |
|
/* 2065 */ MCD_OPC_Decode, 201, 14, 204, 2, // Opcode: VSITOS |
|
/* 2070 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2089 |
|
/* 2074 */ MCD_OPC_CheckPredicate, 32, 197, 2, // Skip to: 2787 |
|
/* 2078 */ MCD_OPC_CheckField, 4, 1, 0, 191, 2, // Skip to: 2787 |
|
/* 2084 */ MCD_OPC_Decode, 211, 14, 206, 2, // Opcode: VSLTOS |
|
/* 2089 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2108 |
|
/* 2093 */ MCD_OPC_CheckPredicate, 32, 178, 2, // Skip to: 2787 |
|
/* 2097 */ MCD_OPC_CheckField, 4, 1, 0, 172, 2, // Skip to: 2787 |
|
/* 2103 */ MCD_OPC_Decode, 243, 17, 206, 2, // Opcode: VULTOS |
|
/* 2108 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2127 |
|
/* 2112 */ MCD_OPC_CheckPredicate, 32, 159, 2, // Skip to: 2787 |
|
/* 2116 */ MCD_OPC_CheckField, 4, 1, 0, 153, 2, // Skip to: 2787 |
|
/* 2122 */ MCD_OPC_Decode, 223, 17, 204, 2, // Opcode: VTOUIZS |
|
/* 2127 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2146 |
|
/* 2131 */ MCD_OPC_CheckPredicate, 32, 140, 2, // Skip to: 2787 |
|
/* 2135 */ MCD_OPC_CheckField, 4, 1, 0, 134, 2, // Skip to: 2787 |
|
/* 2141 */ MCD_OPC_Decode, 215, 17, 204, 2, // Opcode: VTOSIZS |
|
/* 2146 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2165 |
|
/* 2150 */ MCD_OPC_CheckPredicate, 32, 121, 2, // Skip to: 2787 |
|
/* 2154 */ MCD_OPC_CheckField, 4, 1, 0, 115, 2, // Skip to: 2787 |
|
/* 2160 */ MCD_OPC_Decode, 217, 17, 206, 2, // Opcode: VTOSLS |
|
/* 2165 */ MCD_OPC_FilterValue, 15, 106, 2, // Skip to: 2787 |
|
/* 2169 */ MCD_OPC_CheckPredicate, 32, 102, 2, // Skip to: 2787 |
|
/* 2173 */ MCD_OPC_CheckField, 4, 1, 0, 96, 2, // Skip to: 2787 |
|
/* 2179 */ MCD_OPC_Decode, 225, 17, 206, 2, // Opcode: VTOULS |
|
/* 2184 */ MCD_OPC_FilterValue, 44, 15, 0, // Skip to: 2203 |
|
/* 2188 */ MCD_OPC_CheckPredicate, 33, 83, 2, // Skip to: 2787 |
|
/* 2192 */ MCD_OPC_CheckField, 4, 2, 0, 77, 2, // Skip to: 2787 |
|
/* 2198 */ MCD_OPC_Decode, 149, 1, 208, 2, // Opcode: FCONSTD |
|
/* 2203 */ MCD_OPC_FilterValue, 45, 32, 1, // Skip to: 2495 |
|
/* 2207 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 2210 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2229 |
|
/* 2214 */ MCD_OPC_CheckPredicate, 32, 57, 2, // Skip to: 2787 |
|
/* 2218 */ MCD_OPC_CheckField, 4, 1, 0, 51, 2, // Skip to: 2787 |
|
/* 2224 */ MCD_OPC_Decode, 230, 10, 209, 2, // Opcode: VMOVD |
|
/* 2229 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2248 |
|
/* 2233 */ MCD_OPC_CheckPredicate, 32, 38, 2, // Skip to: 2787 |
|
/* 2237 */ MCD_OPC_CheckField, 4, 1, 0, 32, 2, // Skip to: 2787 |
|
/* 2243 */ MCD_OPC_Decode, 179, 11, 209, 2, // Opcode: VNEGD |
|
/* 2248 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 2267 |
|
/* 2252 */ MCD_OPC_CheckPredicate, 34, 19, 2, // Skip to: 2787 |
|
/* 2256 */ MCD_OPC_CheckField, 4, 1, 0, 13, 2, // Skip to: 2787 |
|
/* 2262 */ MCD_OPC_Decode, 246, 5, 207, 2, // Opcode: VCVTBHD |
|
/* 2267 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 2286 |
|
/* 2271 */ MCD_OPC_CheckPredicate, 34, 0, 2, // Skip to: 2787 |
|
/* 2275 */ MCD_OPC_CheckField, 4, 1, 0, 250, 1, // Skip to: 2787 |
|
/* 2281 */ MCD_OPC_Decode, 245, 5, 210, 2, // Opcode: VCVTBDH |
|
/* 2286 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 2305 |
|
/* 2290 */ MCD_OPC_CheckPredicate, 32, 237, 1, // Skip to: 2787 |
|
/* 2294 */ MCD_OPC_CheckField, 4, 1, 0, 231, 1, // Skip to: 2787 |
|
/* 2300 */ MCD_OPC_Decode, 227, 5, 209, 2, // Opcode: VCMPD |
|
/* 2305 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2324 |
|
/* 2309 */ MCD_OPC_CheckPredicate, 32, 218, 1, // Skip to: 2787 |
|
/* 2313 */ MCD_OPC_CheckField, 0, 6, 0, 212, 1, // Skip to: 2787 |
|
/* 2319 */ MCD_OPC_Decode, 233, 5, 211, 2, // Opcode: VCMPZD |
|
/* 2324 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2343 |
|
/* 2328 */ MCD_OPC_CheckPredicate, 34, 199, 1, // Skip to: 2787 |
|
/* 2332 */ MCD_OPC_CheckField, 4, 1, 0, 193, 1, // Skip to: 2787 |
|
/* 2338 */ MCD_OPC_Decode, 193, 13, 209, 2, // Opcode: VRINTRD |
|
/* 2343 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2362 |
|
/* 2347 */ MCD_OPC_CheckPredicate, 34, 180, 1, // Skip to: 2787 |
|
/* 2351 */ MCD_OPC_CheckField, 4, 1, 0, 174, 1, // Skip to: 2787 |
|
/* 2357 */ MCD_OPC_Decode, 195, 13, 209, 2, // Opcode: VRINTXD |
|
/* 2362 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2381 |
|
/* 2366 */ MCD_OPC_CheckPredicate, 32, 161, 1, // Skip to: 2787 |
|
/* 2370 */ MCD_OPC_CheckField, 4, 1, 0, 155, 1, // Skip to: 2787 |
|
/* 2376 */ MCD_OPC_Decode, 240, 17, 207, 2, // Opcode: VUITOD |
|
/* 2381 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2400 |
|
/* 2385 */ MCD_OPC_CheckPredicate, 32, 142, 1, // Skip to: 2787 |
|
/* 2389 */ MCD_OPC_CheckField, 4, 1, 0, 136, 1, // Skip to: 2787 |
|
/* 2395 */ MCD_OPC_Decode, 198, 14, 212, 2, // Opcode: VSHTOD |
|
/* 2400 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2419 |
|
/* 2404 */ MCD_OPC_CheckPredicate, 32, 123, 1, // Skip to: 2787 |
|
/* 2408 */ MCD_OPC_CheckField, 4, 1, 0, 117, 1, // Skip to: 2787 |
|
/* 2414 */ MCD_OPC_Decode, 238, 17, 212, 2, // Opcode: VUHTOD |
|
/* 2419 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2438 |
|
/* 2423 */ MCD_OPC_CheckPredicate, 32, 104, 1, // Skip to: 2787 |
|
/* 2427 */ MCD_OPC_CheckField, 4, 1, 0, 98, 1, // Skip to: 2787 |
|
/* 2433 */ MCD_OPC_Decode, 220, 17, 210, 2, // Opcode: VTOUIRD |
|
/* 2438 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2457 |
|
/* 2442 */ MCD_OPC_CheckPredicate, 32, 85, 1, // Skip to: 2787 |
|
/* 2446 */ MCD_OPC_CheckField, 4, 1, 0, 79, 1, // Skip to: 2787 |
|
/* 2452 */ MCD_OPC_Decode, 212, 17, 210, 2, // Opcode: VTOSIRD |
|
/* 2457 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2476 |
|
/* 2461 */ MCD_OPC_CheckPredicate, 32, 66, 1, // Skip to: 2787 |
|
/* 2465 */ MCD_OPC_CheckField, 4, 1, 0, 60, 1, // Skip to: 2787 |
|
/* 2471 */ MCD_OPC_Decode, 210, 17, 212, 2, // Opcode: VTOSHD |
|
/* 2476 */ MCD_OPC_FilterValue, 15, 51, 1, // Skip to: 2787 |
|
/* 2480 */ MCD_OPC_CheckPredicate, 32, 47, 1, // Skip to: 2787 |
|
/* 2484 */ MCD_OPC_CheckField, 4, 1, 0, 41, 1, // Skip to: 2787 |
|
/* 2490 */ MCD_OPC_Decode, 218, 17, 212, 2, // Opcode: VTOUHD |
|
/* 2495 */ MCD_OPC_FilterValue, 47, 32, 1, // Skip to: 2787 |
|
/* 2499 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
|
/* 2502 */ MCD_OPC_FilterValue, 0, 15, 0, // Skip to: 2521 |
|
/* 2506 */ MCD_OPC_CheckPredicate, 32, 21, 1, // Skip to: 2787 |
|
/* 2510 */ MCD_OPC_CheckField, 4, 1, 0, 15, 1, // Skip to: 2787 |
|
/* 2516 */ MCD_OPC_Decode, 212, 4, 209, 2, // Opcode: VABSD |
|
/* 2521 */ MCD_OPC_FilterValue, 1, 15, 0, // Skip to: 2540 |
|
/* 2525 */ MCD_OPC_CheckPredicate, 32, 2, 1, // Skip to: 2787 |
|
/* 2529 */ MCD_OPC_CheckField, 4, 1, 0, 252, 0, // Skip to: 2787 |
|
/* 2535 */ MCD_OPC_Decode, 212, 14, 209, 2, // Opcode: VSQRTD |
|
/* 2540 */ MCD_OPC_FilterValue, 2, 15, 0, // Skip to: 2559 |
|
/* 2544 */ MCD_OPC_CheckPredicate, 34, 239, 0, // Skip to: 2787 |
|
/* 2548 */ MCD_OPC_CheckField, 4, 1, 0, 233, 0, // Skip to: 2787 |
|
/* 2554 */ MCD_OPC_Decode, 148, 6, 207, 2, // Opcode: VCVTTHD |
|
/* 2559 */ MCD_OPC_FilterValue, 3, 15, 0, // Skip to: 2578 |
|
/* 2563 */ MCD_OPC_CheckPredicate, 34, 220, 0, // Skip to: 2787 |
|
/* 2567 */ MCD_OPC_CheckField, 4, 1, 0, 214, 0, // Skip to: 2787 |
|
/* 2573 */ MCD_OPC_Decode, 147, 6, 210, 2, // Opcode: VCVTTDH |
|
/* 2578 */ MCD_OPC_FilterValue, 4, 15, 0, // Skip to: 2597 |
|
/* 2582 */ MCD_OPC_CheckPredicate, 32, 201, 0, // Skip to: 2787 |
|
/* 2586 */ MCD_OPC_CheckField, 4, 1, 0, 195, 0, // Skip to: 2787 |
|
/* 2592 */ MCD_OPC_Decode, 228, 5, 209, 2, // Opcode: VCMPED |
|
/* 2597 */ MCD_OPC_FilterValue, 5, 15, 0, // Skip to: 2616 |
|
/* 2601 */ MCD_OPC_CheckPredicate, 32, 182, 0, // Skip to: 2787 |
|
/* 2605 */ MCD_OPC_CheckField, 0, 6, 0, 176, 0, // Skip to: 2787 |
|
/* 2611 */ MCD_OPC_Decode, 230, 5, 211, 2, // Opcode: VCMPEZD |
|
/* 2616 */ MCD_OPC_FilterValue, 6, 15, 0, // Skip to: 2635 |
|
/* 2620 */ MCD_OPC_CheckPredicate, 34, 163, 0, // Skip to: 2787 |
|
/* 2624 */ MCD_OPC_CheckField, 4, 1, 0, 157, 0, // Skip to: 2787 |
|
/* 2630 */ MCD_OPC_Decode, 199, 13, 209, 2, // Opcode: VRINTZD |
|
/* 2635 */ MCD_OPC_FilterValue, 7, 15, 0, // Skip to: 2654 |
|
/* 2639 */ MCD_OPC_CheckPredicate, 32, 144, 0, // Skip to: 2787 |
|
/* 2643 */ MCD_OPC_CheckField, 4, 1, 0, 138, 0, // Skip to: 2787 |
|
/* 2649 */ MCD_OPC_Decode, 146, 6, 210, 2, // Opcode: VCVTSD |
|
/* 2654 */ MCD_OPC_FilterValue, 8, 15, 0, // Skip to: 2673 |
|
/* 2658 */ MCD_OPC_CheckPredicate, 32, 125, 0, // Skip to: 2787 |
|
/* 2662 */ MCD_OPC_CheckField, 4, 1, 0, 119, 0, // Skip to: 2787 |
|
/* 2668 */ MCD_OPC_Decode, 200, 14, 207, 2, // Opcode: VSITOD |
|
/* 2673 */ MCD_OPC_FilterValue, 10, 15, 0, // Skip to: 2692 |
|
/* 2677 */ MCD_OPC_CheckPredicate, 32, 106, 0, // Skip to: 2787 |
|
/* 2681 */ MCD_OPC_CheckField, 4, 1, 0, 100, 0, // Skip to: 2787 |
|
/* 2687 */ MCD_OPC_Decode, 210, 14, 212, 2, // Opcode: VSLTOD |
|
/* 2692 */ MCD_OPC_FilterValue, 11, 15, 0, // Skip to: 2711 |
|
/* 2696 */ MCD_OPC_CheckPredicate, 32, 87, 0, // Skip to: 2787 |
|
/* 2700 */ MCD_OPC_CheckField, 4, 1, 0, 81, 0, // Skip to: 2787 |
|
/* 2706 */ MCD_OPC_Decode, 242, 17, 212, 2, // Opcode: VULTOD |
|
/* 2711 */ MCD_OPC_FilterValue, 12, 15, 0, // Skip to: 2730 |
|
/* 2715 */ MCD_OPC_CheckPredicate, 32, 68, 0, // Skip to: 2787 |
|
/* 2719 */ MCD_OPC_CheckField, 4, 1, 0, 62, 0, // Skip to: 2787 |
|
/* 2725 */ MCD_OPC_Decode, 222, 17, 210, 2, // Opcode: VTOUIZD |
|
/* 2730 */ MCD_OPC_FilterValue, 13, 15, 0, // Skip to: 2749 |
|
/* 2734 */ MCD_OPC_CheckPredicate, 32, 49, 0, // Skip to: 2787 |
|
/* 2738 */ MCD_OPC_CheckField, 4, 1, 0, 43, 0, // Skip to: 2787 |
|
/* 2744 */ MCD_OPC_Decode, 214, 17, 210, 2, // Opcode: VTOSIZD |
|
/* 2749 */ MCD_OPC_FilterValue, 14, 15, 0, // Skip to: 2768 |
|
/* 2753 */ MCD_OPC_CheckPredicate, 32, 30, 0, // Skip to: 2787 |
|
/* 2757 */ MCD_OPC_CheckField, 4, 1, 0, 24, 0, // Skip to: 2787 |
|
/* 2763 */ MCD_OPC_Decode, 216, 17, 212, 2, // Opcode: VTOSLD |
|
/* 2768 */ MCD_OPC_FilterValue, 15, 15, 0, // Skip to: 2787 |
|
/* 2772 */ MCD_OPC_CheckPredicate, 32, 11, 0, // Skip to: 2787 |
|
/* 2776 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, // Skip to: 2787 |
|
/* 2782 */ MCD_OPC_Decode, 224, 17, 212, 2, // Opcode: VTOULD |
|
/* 2787 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 34, 254, 3, // Skip to: 1055 |
|
/* 33 */ MCD_OPC_CheckField, 4, 1, 0, 248, 3, // Skip to: 1055 |
|
/* 39 */ MCD_OPC_Decode, 136, 14, 213, 2, // Opcode: VSELEQS |
|
/* 44 */ MCD_OPC_FilterValue, 253, 3, 238, 3, // Skip to: 1055 |
|
/* 49 */ MCD_OPC_CheckPredicate, 34, 234, 3, // Skip to: 1055 |
|
/* 53 */ MCD_OPC_CheckField, 4, 1, 0, 228, 3, // Skip to: 1055 |
|
/* 59 */ MCD_OPC_Decode, 145, 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, 34, 207, 3, // Skip to: 1055 |
|
/* 80 */ MCD_OPC_CheckField, 4, 1, 0, 201, 3, // Skip to: 1055 |
|
/* 86 */ MCD_OPC_Decode, 135, 14, 95, // Opcode: VSELEQD |
|
/* 90 */ MCD_OPC_FilterValue, 253, 3, 192, 3, // Skip to: 1055 |
|
/* 95 */ MCD_OPC_CheckPredicate, 34, 188, 3, // Skip to: 1055 |
|
/* 99 */ MCD_OPC_CheckField, 4, 1, 0, 182, 3, // Skip to: 1055 |
|
/* 105 */ MCD_OPC_Decode, 142, 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, 34, 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, 163, 10, 213, 2, // Opcode: VMINNMS |
|
/* 142 */ MCD_OPC_FilterValue, 11, 141, 3, // Skip to: 1055 |
|
/* 146 */ MCD_OPC_CheckPredicate, 34, 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, 160, 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, 34, 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, 142, 14, 213, 2, // Opcode: VSELVSS |
|
/* 206 */ MCD_OPC_FilterValue, 11, 77, 3, // Skip to: 1055 |
|
/* 210 */ MCD_OPC_CheckPredicate, 34, 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, 141, 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, 34, 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, 138, 14, 213, 2, // Opcode: VSELGES |
|
/* 276 */ MCD_OPC_FilterValue, 11, 7, 3, // Skip to: 1055 |
|
/* 280 */ MCD_OPC_CheckPredicate, 34, 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, 137, 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, 34, 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, 140, 14, 213, 2, // Opcode: VSELGTS |
|
/* 347 */ MCD_OPC_FilterValue, 11, 192, 2, // Skip to: 1055 |
|
/* 351 */ MCD_OPC_CheckPredicate, 34, 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, 139, 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, 34, 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, 180, 13, 214, 2, // Opcode: VRINTAS |
|
/* 412 */ MCD_OPC_FilterValue, 22, 127, 2, // Skip to: 1055 |
|
/* 416 */ MCD_OPC_CheckPredicate, 34, 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, 177, 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, 34, 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, 188, 13, 214, 2, // Opcode: VRINTNS |
|
/* 470 */ MCD_OPC_FilterValue, 22, 69, 2, // Skip to: 1055 |
|
/* 474 */ MCD_OPC_CheckPredicate, 34, 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, 185, 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, 34, 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, 192, 13, 214, 2, // Opcode: VRINTPS |
|
/* 528 */ MCD_OPC_FilterValue, 22, 11, 2, // Skip to: 1055 |
|
/* 532 */ MCD_OPC_CheckPredicate, 34, 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, 189, 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, 34, 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, 184, 13, 214, 2, // Opcode: VRINTMS |
|
/* 586 */ MCD_OPC_FilterValue, 22, 209, 1, // Skip to: 1055 |
|
/* 590 */ MCD_OPC_CheckPredicate, 34, 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, 181, 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, 34, 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, 244, 5, 214, 2, // Opcode: VCVTAUS |
|
/* 644 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 670 |
|
/* 648 */ MCD_OPC_CheckPredicate, 34, 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, 242, 5, 214, 2, // Opcode: VCVTASS |
|
/* 670 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 696 |
|
/* 674 */ MCD_OPC_CheckPredicate, 34, 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, 243, 5, 215, 2, // Opcode: VCVTAUD |
|
/* 696 */ MCD_OPC_FilterValue, 23, 99, 1, // Skip to: 1055 |
|
/* 700 */ MCD_OPC_CheckPredicate, 34, 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, 241, 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, 34, 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, 137, 6, 214, 2, // Opcode: VCVTNUS |
|
/* 755 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 781 |
|
/* 759 */ MCD_OPC_CheckPredicate, 34, 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, 135, 6, 214, 2, // Opcode: VCVTNSS |
|
/* 781 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 807 |
|
/* 785 */ MCD_OPC_CheckPredicate, 34, 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, 136, 6, 215, 2, // Opcode: VCVTNUD |
|
/* 807 */ MCD_OPC_FilterValue, 23, 244, 0, // Skip to: 1055 |
|
/* 811 */ MCD_OPC_CheckPredicate, 34, 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, 134, 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, 34, 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, 145, 6, 214, 2, // Opcode: VCVTPUS |
|
/* 866 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 892 |
|
/* 870 */ MCD_OPC_CheckPredicate, 34, 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, 143, 6, 214, 2, // Opcode: VCVTPSS |
|
/* 892 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 918 |
|
/* 896 */ MCD_OPC_CheckPredicate, 34, 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, 144, 6, 215, 2, // Opcode: VCVTPUD |
|
/* 918 */ MCD_OPC_FilterValue, 23, 133, 0, // Skip to: 1055 |
|
/* 922 */ MCD_OPC_CheckPredicate, 34, 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, 142, 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, 34, 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, 129, 6, 214, 2, // Opcode: VCVTMUS |
|
/* 977 */ MCD_OPC_FilterValue, 21, 22, 0, // Skip to: 1003 |
|
/* 981 */ MCD_OPC_CheckPredicate, 34, 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, 255, 5, 214, 2, // Opcode: VCVTMSS |
|
/* 1003 */ MCD_OPC_FilterValue, 22, 22, 0, // Skip to: 1029 |
|
/* 1007 */ MCD_OPC_CheckPredicate, 34, 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, 128, 6, 215, 2, // Opcode: VCVTMUD |
|
/* 1029 */ MCD_OPC_FilterValue, 23, 22, 0, // Skip to: 1055 |
|
/* 1033 */ MCD_OPC_CheckPredicate, 34, 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, 254, 5, 215, 2, // Opcode: VCVTMSD |
|
/* 1055 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 14, 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, 229, 2, 104, // Opcode: SHA1C |
|
/* 41 */ MCD_OPC_FilterValue, 230, 3, 166, 1, // Skip to: 468 |
|
/* 46 */ MCD_OPC_CheckPredicate, 14, 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, 235, 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, 14, 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, 232, 2, 104, // Opcode: SHA1P |
|
/* 110 */ MCD_OPC_FilterValue, 230, 3, 97, 1, // Skip to: 468 |
|
/* 115 */ MCD_OPC_CheckPredicate, 14, 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, 236, 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, 14, 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, 231, 2, 104, // Opcode: SHA1M |
|
/* 179 */ MCD_OPC_FilterValue, 230, 3, 28, 1, // Skip to: 468 |
|
/* 184 */ MCD_OPC_CheckPredicate, 14, 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, 238, 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, 14, 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, 230, 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, 14, 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, 34, 131, 1, // Opcode: AESE |
|
/* 292 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 323 |
|
/* 296 */ MCD_OPC_CheckPredicate, 14, 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, 33, 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, 14, 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, 36, 125, // Opcode: AESMC |
|
/* 354 */ MCD_OPC_FilterValue, 10, 110, 0, // Skip to: 468 |
|
/* 358 */ MCD_OPC_CheckPredicate, 14, 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, 234, 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, 14, 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, 35, 125, // Opcode: AESIMC |
|
/* 411 */ MCD_OPC_FilterValue, 10, 53, 0, // Skip to: 468 |
|
/* 415 */ MCD_OPC_CheckPredicate, 14, 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, 237, 2, 131, 1, // Opcode: SHA256SU0 |
|
/* 437 */ MCD_OPC_FilterValue, 12, 27, 0, // Skip to: 468 |
|
/* 441 */ MCD_OPC_CheckPredicate, 14, 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, 233, 2, 104, // Opcode: SHA1SU0 |
|
/* 468 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static const 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, 35, 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, 237, 5, 124, // Opcode: VCVTANSD |
|
/* 41 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 72 |
|
/* 45 */ MCD_OPC_CheckPredicate, 35, 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, 238, 5, 125, // Opcode: VCVTANSQ |
|
/* 72 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 103 |
|
/* 76 */ MCD_OPC_CheckPredicate, 35, 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, 239, 5, 124, // Opcode: VCVTANUD |
|
/* 103 */ MCD_OPC_FilterValue, 3, 173, 3, // Skip to: 1048 |
|
/* 107 */ MCD_OPC_CheckPredicate, 35, 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, 240, 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, 35, 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, 130, 6, 124, // Opcode: VCVTNNSD |
|
/* 172 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 203 |
|
/* 176 */ MCD_OPC_CheckPredicate, 35, 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, 131, 6, 125, // Opcode: VCVTNNSQ |
|
/* 203 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 234 |
|
/* 207 */ MCD_OPC_CheckPredicate, 35, 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, 132, 6, 124, // Opcode: VCVTNNUD |
|
/* 234 */ MCD_OPC_FilterValue, 3, 42, 3, // Skip to: 1048 |
|
/* 238 */ MCD_OPC_CheckPredicate, 35, 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, 133, 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, 35, 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, 138, 6, 124, // Opcode: VCVTPNSD |
|
/* 303 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 334 |
|
/* 307 */ MCD_OPC_CheckPredicate, 35, 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, 139, 6, 125, // Opcode: VCVTPNSQ |
|
/* 334 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 365 |
|
/* 338 */ MCD_OPC_CheckPredicate, 35, 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, 140, 6, 124, // Opcode: VCVTPNUD |
|
/* 365 */ MCD_OPC_FilterValue, 3, 167, 2, // Skip to: 1048 |
|
/* 369 */ MCD_OPC_CheckPredicate, 35, 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, 141, 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, 35, 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, 250, 5, 124, // Opcode: VCVTMNSD |
|
/* 434 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 465 |
|
/* 438 */ MCD_OPC_CheckPredicate, 35, 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, 251, 5, 125, // Opcode: VCVTMNSQ |
|
/* 465 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 496 |
|
/* 469 */ MCD_OPC_CheckPredicate, 35, 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, 252, 5, 124, // Opcode: VCVTMNUD |
|
/* 496 */ MCD_OPC_FilterValue, 3, 36, 2, // Skip to: 1048 |
|
/* 500 */ MCD_OPC_CheckPredicate, 35, 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, 253, 5, 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, 35, 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, 186, 13, 124, // Opcode: VRINTNND |
|
/* 565 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 596 |
|
/* 569 */ MCD_OPC_CheckPredicate, 35, 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, 187, 13, 125, // Opcode: VRINTNNQ |
|
/* 596 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 627 |
|
/* 600 */ MCD_OPC_CheckPredicate, 35, 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, 196, 13, 124, // Opcode: VRINTXND |
|
/* 627 */ MCD_OPC_FilterValue, 3, 161, 1, // Skip to: 1048 |
|
/* 631 */ MCD_OPC_CheckPredicate, 35, 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, 197, 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, 35, 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, 178, 13, 124, // Opcode: VRINTAND |
|
/* 696 */ MCD_OPC_FilterValue, 1, 27, 0, // Skip to: 727 |
|
/* 700 */ MCD_OPC_CheckPredicate, 35, 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, 179, 13, 125, // Opcode: VRINTANQ |
|
/* 727 */ MCD_OPC_FilterValue, 2, 27, 0, // Skip to: 758 |
|
/* 731 */ MCD_OPC_CheckPredicate, 35, 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, 200, 13, 124, // Opcode: VRINTZND |
|
/* 758 */ MCD_OPC_FilterValue, 3, 30, 1, // Skip to: 1048 |
|
/* 762 */ MCD_OPC_CheckPredicate, 35, 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, 201, 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, 35, 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, 182, 13, 124, // Opcode: VRINTMND |
|
/* 827 */ MCD_OPC_FilterValue, 3, 217, 0, // Skip to: 1048 |
|
/* 831 */ MCD_OPC_CheckPredicate, 35, 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, 183, 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, 35, 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, 190, 13, 124, // Opcode: VRINTPND |
|
/* 896 */ MCD_OPC_FilterValue, 3, 148, 0, // Skip to: 1048 |
|
/* 900 */ MCD_OPC_CheckPredicate, 35, 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, 191, 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, 35, 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, 143, 10, 95, // Opcode: VMAXNMND |
|
/* 966 */ MCD_OPC_FilterValue, 2, 78, 0, // Skip to: 1048 |
|
/* 970 */ MCD_OPC_CheckPredicate, 35, 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, 161, 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, 35, 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, 144, 10, 96, // Opcode: VMAXNMNQ |
|
/* 1023 */ MCD_OPC_FilterValue, 2, 21, 0, // Skip to: 1048 |
|
/* 1027 */ MCD_OPC_CheckPredicate, 35, 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, 162, 10, 96, // Opcode: VMINNMNQ |
|
/* 1048 */ MCD_OPC_Fail, |
|
0 |
|
}; |
|
|
|
static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits) |
|
{ |
|
switch (Idx) { |
|
default: // llvm_unreachable("Invalid index!"); |
|
case 0: |
|
return (!(Bits & ARM_ModeThumb)); |
|
case 1: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV6Ops)); |
|
case 2: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV8Ops)); |
|
case 3: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV5TEOps)); |
|
case 4: |
|
return (!(Bits & ARM_HasV8Ops)); |
|
case 5: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV4TOps)); |
|
case 6: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureTrustZone)); |
|
case 7: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV6T2Ops)); |
|
case 8: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV7Ops)); |
|
case 9: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_HasV7Ops) && (Bits & ARM_FeatureMP)); |
|
case 10: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureDB)); |
|
case 11: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureHWDivARM)); |
|
case 12: |
|
return (!(Bits & ARM_ModeThumb) && (Bits & ARM_FeatureNaClTrap)); |
|
case 13: |
|
return ((Bits & ARM_FeatureNEON)); |
|
case 14: |
|
return ((Bits & ARM_HasV8Ops) && (Bits & ARM_FeatureCrypto)); |
|
case 15: |
|
return ((Bits & ARM_FeatureNEON) && (Bits & ARM_FeatureFP16)); |
|
case 16: |
|
return ((Bits & ARM_FeatureVFP4)); |
|
case 17: |
|
return ((Bits & ARM_ModeThumb)); |
|
case 18: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_HasV6Ops)); |
|
case 19: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
|
case 20: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_HasV8Ops)); |
|
case 21: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV8Ops)); |
|
case 22: |
|
return ((Bits & ARM_FeatureT2XtPk) && (Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
|
case 23: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureDSPThumb2)); |
|
case 24: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV7Ops)); |
|
case 25: |
|
return ((Bits & ARM_FeatureDB)); |
|
case 26: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && !(Bits & ARM_FeatureMClass)); |
|
case 27: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureMClass)); |
|
case 28: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureTrustZone)); |
|
case 29: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_HasV7Ops) && (Bits & ARM_FeatureMP)); |
|
case 30: |
|
return ((Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2) && (Bits & ARM_FeatureT2XtPk)); |
|
case 31: |
|
return ((Bits & ARM_FeatureHWDiv) && (Bits & ARM_ModeThumb) && (Bits & ARM_FeatureThumb2)); |
|
case 32: |
|
return ((Bits & ARM_FeatureVFP2)); |
|
case 33: |
|
return ((Bits & ARM_FeatureVFP3)); |
|
case 34: |
|
return ((Bits & ARM_FeatureFPARMv8)); |
|
case 35: |
|
return ((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, const 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, 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; \ |
|
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, 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, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 216: \ |
|
if (!Check(&S, DecodeThumbAddSPImm(MI, 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, 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, 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 225: \ |
|
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, 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 227: \ |
|
tmp = fieldname(insn, 0, 11); \ |
|
if (!Check(&S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 228: \ |
|
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 229: \ |
|
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 230: \ |
|
if (!Check(&S, DecodeIT(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 231: \ |
|
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 232: \ |
|
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 233: \ |
|
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 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 = fieldname(insn, 0, 16); \ |
|
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 235: \ |
|
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 236: \ |
|
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 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, 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 238: \ |
|
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 239: \ |
|
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 240: \ |
|
if (!Check(&S, DecodeThumbTableBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 241: \ |
|
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 242: \ |
|
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 243: \ |
|
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 244: \ |
|
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 245: \ |
|
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 246: \ |
|
if (!Check(&S, DecodeT2STRDPreInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 247: \ |
|
if (!Check(&S, DecodeT2LDRDPreInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 248: \ |
|
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 249: \ |
|
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 250: \ |
|
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 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 = 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 252: \ |
|
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 253: \ |
|
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 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 = 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 255: \ |
|
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 256: \ |
|
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 257: \ |
|
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 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 = 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 259: \ |
|
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 260: \ |
|
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 261: \ |
|
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 262: \ |
|
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 263: \ |
|
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 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, 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 265: \ |
|
if (!Check(&S, DecodeT2Adr(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 266: \ |
|
if (!Check(&S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 267: \ |
|
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 268: \ |
|
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 269: \ |
|
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 270: \ |
|
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 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 = 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 272: \ |
|
if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \ |
|
return S; \ |
|
case 273: \ |
|
tmp = fieldname(insn, 0, 3); \ |
|
MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
|
return S; \ |
|
case 274: \ |
|
tmp = fieldname(insn, 0, 4); \ |
|
MCInst_addOperand(MI, MCOperand_CreateImm(tmp)); \ |
|
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; \ |
|
} \ |
|
} |
|
|
|
DecodeToMCInst(decodeToMCInst_2, fieldFromInstruction_2, uint16_t) |
|
DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint32_t) |
|
|
|
|
|
#define DecodeInstruction(fname, fieldname, decoder, InsnType) \ |
|
static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ |
|
InsnType insn, size_t Address, \ |
|
int feature) \ |
|
{ \ |
|
uint64_t Bits = ARM_getFeatureBits(feature); \ |
|
const uint8_t *Ptr = DecodeTable; \ |
|
uint32_t CurFieldValue = 0; \ |
|
DecodeStatus S = MCDisassembler_Success; \ |
|
for (;;) { \ |
|
switch (*Ptr) { \ |
|
default: \ |
|
return MCDisassembler_Fail; \ |
|
case MCD_OPC_ExtractField: { \ |
|
unsigned Start = *++Ptr; \ |
|
unsigned Len = *++Ptr; \ |
|
++Ptr; \ |
|
CurFieldValue = fieldname(insn, Start, Len); \ |
|
break; \ |
|
} \ |
|
case MCD_OPC_FilterValue: { \ |
|
unsigned Len; \ |
|
InsnType Val = decodeULEB128(++Ptr, &Len); \ |
|
Ptr += Len; \ |
|
unsigned NumToSkip = *Ptr++; \ |
|
NumToSkip |= (*Ptr++) << 8; \ |
|
if (Val != CurFieldValue) \ |
|
Ptr += NumToSkip; \ |
|
break; \ |
|
} \ |
|
case MCD_OPC_CheckField: { \ |
|
unsigned Start = *++Ptr; \ |
|
unsigned Len = *++Ptr; \ |
|
InsnType FieldValue = fieldname(insn, Start, Len); \ |
|
uint32_t ExpectedValue = decodeULEB128(++Ptr, &Len); \ |
|
Ptr += Len; \ |
|
unsigned NumToSkip = *Ptr++; \ |
|
NumToSkip |= (*Ptr++) << 8; \ |
|
if (ExpectedValue != FieldValue) \ |
|
Ptr += NumToSkip; \ |
|
break; \ |
|
} \ |
|
case MCD_OPC_CheckPredicate: { \ |
|
unsigned Len; \ |
|
unsigned PIdx = decodeULEB128(++Ptr, &Len); \ |
|
Ptr += Len; \ |
|
unsigned NumToSkip = *Ptr++; \ |
|
NumToSkip |= (*Ptr++) << 8; \ |
|
bool Pred; \ |
|
if (!(Pred = checkDecoderPredicate(PIdx, Bits))) \ |
|
Ptr += NumToSkip; \ |
|
(void)Pred; \ |
|
break; \ |
|
} \ |
|
case MCD_OPC_Decode: { \ |
|
unsigned Len; \ |
|
unsigned Opc = decodeULEB128(++Ptr, &Len); \ |
|
Ptr += Len; \ |
|
unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \ |
|
Ptr += Len; \ |
|
MCInst_setOpcode(MI, Opc); \ |
|
return decoder(S, DecodeIdx, insn, MI, Address, 0); \ |
|
} \ |
|
case MCD_OPC_SoftFail: { \ |
|
unsigned Len; \ |
|
InsnType PositiveMask = decodeULEB128(++Ptr, &Len); \ |
|
Ptr += Len; \ |
|
InsnType NegativeMask = decodeULEB128(Ptr, &Len); \ |
|
Ptr += Len; \ |
|
bool Fail = (insn & PositiveMask) || (~insn & NegativeMask); \ |
|
if (Fail) \ |
|
S = MCDisassembler_SoftFail; \ |
|
break; \ |
|
} \ |
|
case MCD_OPC_Fail: { \ |
|
return MCDisassembler_Fail; \ |
|
} \ |
|
} \ |
|
} \ |
|
} |
|
|
|
DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) |
|
|
|
DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
|
|