diff options
Diffstat (limited to 'capstone/arch/ARM/ARMGenDisassemblerTables.inc')
-rw-r--r-- | capstone/arch/ARM/ARMGenDisassemblerTables.inc | 15185 |
1 files changed, 15185 insertions, 0 deletions
diff --git a/capstone/arch/ARM/ARMGenDisassemblerTables.inc b/capstone/arch/ARM/ARMGenDisassemblerTables.inc new file mode 100644 index 000000000..385a7d555 --- /dev/null +++ b/capstone/arch/ARM/ARMGenDisassemblerTables.inc @@ -0,0 +1,15185 @@ +/* Capstone Disassembly Engine, http://www.capstone-engine.org */ +/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ +/* Automatically generated file, do not edit! */ + +#include "../../MCInst.h" +#include "../../LEB128.h" + + +// Helper function for extracting fields from encoded instructions. + +//#if defined(_MSC_VER) && !defined(__clang__) +//__declspec(noinline) +//#endif + +#define FieldFromInstruction(fname, InsnType) \ +static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ +{ \ + InsnType fieldMask; \ + if (numBits == sizeof(InsnType) * 8) \ + fieldMask = (InsnType)(-1LL); \ + else \ + fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ + return (insn & fieldMask) >> startBit; \ +} + +static const uint8_t DecoderTableARM32[] = { +/* 0 */ MCD_OPC_ExtractField, 25, 3, // Inst{27-25} ... +/* 3 */ MCD_OPC_FilterValue, 0, 47, 14, 0, // Skip to: 3639 +/* 8 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 11 */ MCD_OPC_FilterValue, 0, 110, 7, 0, // Skip to: 1918 +/* 16 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 19 */ MCD_OPC_FilterValue, 0, 139, 1, 0, // Skip to: 419 +/* 24 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 27 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 155 +/* 32 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 35 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 65 +/* 40 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 56 +/* 45 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 56 +/* 52 */ MCD_OPC_Decode, 159, 4, 0, // Opcode: ANDrr +/* 56 */ MCD_OPC_CheckPredicate, 0, 92, 32, 0, // Skip to: 8345 +/* 61 */ MCD_OPC_Decode, 160, 4, 1, // Opcode: ANDrsi +/* 65 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 95 +/* 70 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 86 +/* 75 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 86 +/* 82 */ MCD_OPC_Decode, 245, 6, 0, // Opcode: SUBrr +/* 86 */ MCD_OPC_CheckPredicate, 0, 62, 32, 0, // Skip to: 8345 +/* 91 */ MCD_OPC_Decode, 246, 6, 1, // Opcode: SUBrsi +/* 95 */ MCD_OPC_FilterValue, 2, 25, 0, 0, // Skip to: 125 +/* 100 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 116 +/* 105 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 116 +/* 112 */ MCD_OPC_Decode, 150, 4, 0, // Opcode: ADDrr +/* 116 */ MCD_OPC_CheckPredicate, 0, 32, 32, 0, // Skip to: 8345 +/* 121 */ MCD_OPC_Decode, 151, 4, 1, // Opcode: ADDrsi +/* 125 */ MCD_OPC_FilterValue, 3, 23, 32, 0, // Skip to: 8345 +/* 130 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 146 +/* 135 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 146 +/* 142 */ MCD_OPC_Decode, 239, 5, 0, // Opcode: SBCrr +/* 146 */ MCD_OPC_CheckPredicate, 0, 2, 32, 0, // Skip to: 8345 +/* 151 */ MCD_OPC_Decode, 240, 5, 1, // Opcode: SBCrsi +/* 155 */ MCD_OPC_FilterValue, 1, 249, 31, 0, // Skip to: 8345 +/* 160 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 163 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 227 +/* 168 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 171 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 185 +/* 176 */ MCD_OPC_CheckPredicate, 0, 228, 31, 0, // Skip to: 8345 +/* 181 */ MCD_OPC_Decode, 161, 4, 2, // Opcode: ANDrsr +/* 185 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 199 +/* 190 */ MCD_OPC_CheckPredicate, 0, 214, 31, 0, // Skip to: 8345 +/* 195 */ MCD_OPC_Decode, 247, 6, 2, // Opcode: SUBrsr +/* 199 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 213 +/* 204 */ MCD_OPC_CheckPredicate, 0, 200, 31, 0, // Skip to: 8345 +/* 209 */ MCD_OPC_Decode, 152, 4, 2, // Opcode: ADDrsr +/* 213 */ MCD_OPC_FilterValue, 3, 191, 31, 0, // Skip to: 8345 +/* 218 */ MCD_OPC_CheckPredicate, 0, 186, 31, 0, // Skip to: 8345 +/* 223 */ MCD_OPC_Decode, 241, 5, 3, // Opcode: SBCrsr +/* 227 */ MCD_OPC_FilterValue, 1, 177, 31, 0, // Skip to: 8345 +/* 232 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 235 */ MCD_OPC_FilterValue, 0, 71, 0, 0, // Skip to: 311 +/* 240 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 243 */ MCD_OPC_FilterValue, 0, 14, 0, 0, // Skip to: 262 +/* 248 */ MCD_OPC_CheckPredicate, 1, 156, 31, 0, // Skip to: 8345 +/* 253 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 258 */ MCD_OPC_Decode, 188, 5, 4, // Opcode: MUL +/* 262 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 283 +/* 267 */ MCD_OPC_CheckPredicate, 1, 137, 31, 0, // Skip to: 8345 +/* 272 */ MCD_OPC_CheckField, 20, 1, 0, 130, 31, 0, // Skip to: 8345 +/* 279 */ MCD_OPC_Decode, 152, 7, 5, // Opcode: UMAAL +/* 283 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 297 +/* 288 */ MCD_OPC_CheckPredicate, 1, 116, 31, 0, // Skip to: 8345 +/* 293 */ MCD_OPC_Decode, 154, 7, 6, // Opcode: UMULL +/* 297 */ MCD_OPC_FilterValue, 3, 107, 31, 0, // Skip to: 8345 +/* 302 */ MCD_OPC_CheckPredicate, 1, 102, 31, 0, // Skip to: 8345 +/* 307 */ MCD_OPC_Decode, 165, 6, 6, // Opcode: SMULL +/* 311 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 347 +/* 316 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 319 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 333 +/* 324 */ MCD_OPC_CheckPredicate, 0, 80, 31, 0, // Skip to: 8345 +/* 329 */ MCD_OPC_Decode, 234, 6, 7, // Opcode: STRH_POST +/* 333 */ MCD_OPC_FilterValue, 1, 71, 31, 0, // Skip to: 8345 +/* 338 */ MCD_OPC_CheckPredicate, 0, 66, 31, 0, // Skip to: 8345 +/* 343 */ MCD_OPC_Decode, 143, 5, 7, // Opcode: LDRH_POST +/* 347 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 383 +/* 352 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 355 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 369 +/* 360 */ MCD_OPC_CheckPredicate, 0, 44, 31, 0, // Skip to: 8345 +/* 365 */ MCD_OPC_Decode, 134, 5, 7, // Opcode: LDRD_POST +/* 369 */ MCD_OPC_FilterValue, 1, 35, 31, 0, // Skip to: 8345 +/* 374 */ MCD_OPC_CheckPredicate, 0, 30, 31, 0, // Skip to: 8345 +/* 379 */ MCD_OPC_Decode, 148, 5, 7, // Opcode: LDRSB_POST +/* 383 */ MCD_OPC_FilterValue, 3, 21, 31, 0, // Skip to: 8345 +/* 388 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 391 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 405 +/* 396 */ MCD_OPC_CheckPredicate, 0, 8, 31, 0, // Skip to: 8345 +/* 401 */ MCD_OPC_Decode, 225, 6, 7, // Opcode: STRD_POST +/* 405 */ MCD_OPC_FilterValue, 1, 255, 30, 0, // Skip to: 8345 +/* 410 */ MCD_OPC_CheckPredicate, 0, 250, 30, 0, // Skip to: 8345 +/* 415 */ MCD_OPC_Decode, 153, 5, 7, // Opcode: LDRSH_POST +/* 419 */ MCD_OPC_FilterValue, 1, 241, 30, 0, // Skip to: 8345 +/* 424 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 427 */ MCD_OPC_FilterValue, 0, 6, 2, 0, // Skip to: 950 +/* 432 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 435 */ MCD_OPC_FilterValue, 0, 152, 1, 0, // Skip to: 848 +/* 440 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 443 */ MCD_OPC_FilterValue, 0, 66, 1, 0, // Skip to: 770 +/* 448 */ MCD_OPC_ExtractField, 28, 4, // Inst{31-28} ... +/* 451 */ MCD_OPC_FilterValue, 14, 67, 0, 0, // Skip to: 523 +/* 456 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 459 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 491 +/* 464 */ MCD_OPC_CheckPredicate, 2, 171, 0, 0, // Skip to: 640 +/* 469 */ MCD_OPC_CheckField, 6, 2, 1, 164, 0, 0, // Skip to: 640 +/* 476 */ MCD_OPC_CheckField, 4, 1, 0, 157, 0, 0, // Skip to: 640 +/* 483 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 487 */ MCD_OPC_Decode, 194, 4, 8, // Opcode: CRC32B +/* 491 */ MCD_OPC_FilterValue, 1, 144, 0, 0, // Skip to: 640 +/* 496 */ MCD_OPC_CheckPredicate, 2, 139, 0, 0, // Skip to: 640 +/* 501 */ MCD_OPC_CheckField, 6, 2, 1, 132, 0, 0, // Skip to: 640 +/* 508 */ MCD_OPC_CheckField, 4, 1, 0, 125, 0, 0, // Skip to: 640 +/* 515 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 519 */ MCD_OPC_Decode, 195, 4, 8, // Opcode: CRC32CB +/* 523 */ MCD_OPC_FilterValue, 15, 112, 0, 0, // Skip to: 640 +/* 528 */ MCD_OPC_ExtractField, 10, 8, // Inst{17-10} ... +/* 531 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 559 +/* 536 */ MCD_OPC_CheckPredicate, 0, 99, 0, 0, // Skip to: 640 +/* 541 */ MCD_OPC_CheckField, 9, 1, 0, 92, 0, 0, // Skip to: 640 +/* 548 */ MCD_OPC_CheckField, 0, 5, 0, 85, 0, 0, // Skip to: 640 +/* 555 */ MCD_OPC_Decode, 192, 4, 9, // Opcode: CPS2p +/* 559 */ MCD_OPC_FilterValue, 64, 30, 0, 0, // Skip to: 594 +/* 564 */ MCD_OPC_CheckPredicate, 0, 71, 0, 0, // Skip to: 640 +/* 569 */ MCD_OPC_CheckField, 18, 2, 0, 64, 0, 0, // Skip to: 640 +/* 576 */ MCD_OPC_CheckField, 6, 3, 0, 57, 0, 0, // Skip to: 640 +/* 583 */ MCD_OPC_CheckField, 0, 5, 0, 50, 0, 0, // Skip to: 640 +/* 590 */ MCD_OPC_Decode, 245, 5, 10, // Opcode: SETEND +/* 594 */ MCD_OPC_FilterValue, 128, 1, 40, 0, 0, // Skip to: 640 +/* 600 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 603 */ MCD_OPC_FilterValue, 0, 32, 0, 0, // Skip to: 640 +/* 608 */ MCD_OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 631 +/* 613 */ MCD_OPC_CheckField, 18, 2, 0, 11, 0, 0, // Skip to: 631 +/* 620 */ MCD_OPC_CheckField, 6, 3, 0, 4, 0, 0, // Skip to: 631 +/* 627 */ MCD_OPC_Decode, 191, 4, 9, // Opcode: CPS1p +/* 631 */ MCD_OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 640 +/* 636 */ MCD_OPC_Decode, 193, 4, 9, // Opcode: CPS3p +/* 640 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 643 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 684 +/* 648 */ MCD_OPC_CheckPredicate, 0, 88, 4, 0, // Skip to: 1765 +/* 653 */ MCD_OPC_CheckField, 16, 1, 1, 81, 4, 0, // Skip to: 1765 +/* 660 */ MCD_OPC_CheckField, 9, 1, 0, 74, 4, 0, // Skip to: 1765 +/* 667 */ MCD_OPC_CheckField, 4, 1, 0, 67, 4, 0, // Skip to: 1765 +/* 674 */ MCD_OPC_SoftFail, 143, 26 /* 0xd0f */, 128, 128, 56 /* 0xe0000 */, +/* 680 */ MCD_OPC_Decode, 182, 5, 11, // Opcode: MRS +/* 684 */ MCD_OPC_FilterValue, 1, 20, 0, 0, // Skip to: 709 +/* 689 */ MCD_OPC_CheckPredicate, 0, 47, 4, 0, // Skip to: 1765 +/* 694 */ MCD_OPC_CheckField, 4, 1, 1, 40, 4, 0, // Skip to: 1765 +/* 701 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 705 */ MCD_OPC_Decode, 205, 5, 12, // Opcode: QADD +/* 709 */ MCD_OPC_FilterValue, 2, 35, 0, 0, // Skip to: 749 +/* 714 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 717 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 731 +/* 722 */ MCD_OPC_CheckPredicate, 3, 14, 4, 0, // Skip to: 1765 +/* 727 */ MCD_OPC_Decode, 136, 6, 13, // Opcode: SMLABB +/* 731 */ MCD_OPC_FilterValue, 1, 5, 4, 0, // Skip to: 1765 +/* 736 */ MCD_OPC_CheckPredicate, 4, 0, 4, 0, // Skip to: 1765 +/* 741 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 745 */ MCD_OPC_Decode, 249, 6, 14, // Opcode: SWP +/* 749 */ MCD_OPC_FilterValue, 3, 243, 3, 0, // Skip to: 1765 +/* 754 */ MCD_OPC_CheckPredicate, 3, 238, 3, 0, // Skip to: 1765 +/* 759 */ MCD_OPC_CheckField, 4, 1, 0, 231, 3, 0, // Skip to: 1765 +/* 766 */ MCD_OPC_Decode, 137, 6, 13, // Opcode: SMLABT +/* 770 */ MCD_OPC_FilterValue, 1, 222, 3, 0, // Skip to: 1765 +/* 775 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 778 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 806 +/* 783 */ MCD_OPC_CheckPredicate, 5, 209, 3, 0, // Skip to: 1765 +/* 788 */ MCD_OPC_CheckField, 28, 4, 14, 202, 3, 0, // Skip to: 1765 +/* 795 */ MCD_OPC_CheckField, 4, 1, 1, 195, 3, 0, // Skip to: 1765 +/* 802 */ MCD_OPC_Decode, 219, 4, 15, // Opcode: HLT +/* 806 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 827 +/* 811 */ MCD_OPC_CheckPredicate, 3, 181, 3, 0, // Skip to: 1765 +/* 816 */ MCD_OPC_CheckField, 4, 1, 0, 174, 3, 0, // Skip to: 1765 +/* 823 */ MCD_OPC_Decode, 147, 6, 13, // Opcode: SMLATB +/* 827 */ MCD_OPC_FilterValue, 3, 165, 3, 0, // Skip to: 1765 +/* 832 */ MCD_OPC_CheckPredicate, 3, 160, 3, 0, // Skip to: 1765 +/* 837 */ MCD_OPC_CheckField, 4, 1, 0, 153, 3, 0, // Skip to: 1765 +/* 844 */ MCD_OPC_Decode, 148, 6, 13, // Opcode: SMLATT +/* 848 */ MCD_OPC_FilterValue, 1, 144, 3, 0, // Skip to: 1765 +/* 853 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 856 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 924 +/* 861 */ MCD_OPC_CheckPredicate, 0, 16, 0, 0, // Skip to: 882 +/* 866 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, 0, // Skip to: 882 +/* 873 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 878 */ MCD_OPC_Decode, 137, 7, 16, // Opcode: TSTrr +/* 882 */ MCD_OPC_CheckPredicate, 6, 23, 0, 0, // Skip to: 910 +/* 887 */ MCD_OPC_CheckField, 28, 4, 15, 16, 0, 0, // Skip to: 910 +/* 894 */ MCD_OPC_CheckField, 5, 3, 0, 9, 0, 0, // Skip to: 910 +/* 901 */ MCD_OPC_SoftFail, 143, 250, 63 /* 0xffd0f */, 0, +/* 906 */ MCD_OPC_Decode, 246, 5, 10, // Opcode: SETPAN +/* 910 */ MCD_OPC_CheckPredicate, 0, 82, 3, 0, // Skip to: 1765 +/* 915 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 920 */ MCD_OPC_Decode, 138, 7, 17, // Opcode: TSTrsi +/* 924 */ MCD_OPC_FilterValue, 1, 68, 3, 0, // Skip to: 1765 +/* 929 */ MCD_OPC_CheckPredicate, 0, 63, 3, 0, // Skip to: 1765 +/* 934 */ MCD_OPC_CheckField, 7, 1, 0, 56, 3, 0, // Skip to: 1765 +/* 941 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 946 */ MCD_OPC_Decode, 139, 7, 18, // Opcode: TSTrsr +/* 950 */ MCD_OPC_FilterValue, 1, 62, 1, 0, // Skip to: 1273 +/* 955 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 958 */ MCD_OPC_FilterValue, 0, 192, 0, 0, // Skip to: 1155 +/* 963 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 966 */ MCD_OPC_FilterValue, 0, 144, 0, 0, // Skip to: 1115 +/* 971 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 974 */ MCD_OPC_FilterValue, 0, 22, 0, 0, // Skip to: 1001 +/* 979 */ MCD_OPC_CheckPredicate, 0, 13, 3, 0, // Skip to: 1765 +/* 984 */ MCD_OPC_CheckField, 9, 1, 0, 6, 3, 0, // Skip to: 1765 +/* 991 */ MCD_OPC_SoftFail, 143, 26 /* 0xd0f */, 128, 128, 60 /* 0xf0000 */, +/* 997 */ MCD_OPC_Decode, 184, 5, 11, // Opcode: MRSsys +/* 1001 */ MCD_OPC_FilterValue, 2, 53, 0, 0, // Skip to: 1059 +/* 1006 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 1009 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 1034 +/* 1014 */ MCD_OPC_CheckPredicate, 2, 234, 2, 0, // Skip to: 1765 +/* 1019 */ MCD_OPC_CheckField, 28, 4, 14, 227, 2, 0, // Skip to: 1765 +/* 1026 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 1030 */ MCD_OPC_Decode, 199, 4, 8, // Opcode: CRC32W +/* 1034 */ MCD_OPC_FilterValue, 1, 214, 2, 0, // Skip to: 1765 +/* 1039 */ MCD_OPC_CheckPredicate, 2, 209, 2, 0, // Skip to: 1765 +/* 1044 */ MCD_OPC_CheckField, 28, 4, 14, 202, 2, 0, // Skip to: 1765 +/* 1051 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 1055 */ MCD_OPC_Decode, 197, 4, 8, // Opcode: CRC32CW +/* 1059 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 1073 +/* 1064 */ MCD_OPC_CheckPredicate, 3, 184, 2, 0, // Skip to: 1765 +/* 1069 */ MCD_OPC_Decode, 141, 6, 19, // Opcode: SMLALBB +/* 1073 */ MCD_OPC_FilterValue, 5, 9, 0, 0, // Skip to: 1087 +/* 1078 */ MCD_OPC_CheckPredicate, 3, 170, 2, 0, // Skip to: 1765 +/* 1083 */ MCD_OPC_Decode, 145, 6, 19, // Opcode: SMLALTB +/* 1087 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1101 +/* 1092 */ MCD_OPC_CheckPredicate, 3, 156, 2, 0, // Skip to: 1765 +/* 1097 */ MCD_OPC_Decode, 142, 6, 19, // Opcode: SMLALBT +/* 1101 */ MCD_OPC_FilterValue, 7, 147, 2, 0, // Skip to: 1765 +/* 1106 */ MCD_OPC_CheckPredicate, 3, 142, 2, 0, // Skip to: 1765 +/* 1111 */ MCD_OPC_Decode, 146, 6, 19, // Opcode: SMLALTT +/* 1115 */ MCD_OPC_FilterValue, 1, 133, 2, 0, // Skip to: 1765 +/* 1120 */ MCD_OPC_CheckPredicate, 0, 16, 0, 0, // Skip to: 1141 +/* 1125 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, 0, // Skip to: 1141 +/* 1132 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 1137 */ MCD_OPC_Decode, 188, 4, 20, // Opcode: CMPrr +/* 1141 */ MCD_OPC_CheckPredicate, 0, 107, 2, 0, // Skip to: 1765 +/* 1146 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 1151 */ MCD_OPC_Decode, 189, 4, 17, // Opcode: CMPrsi +/* 1155 */ MCD_OPC_FilterValue, 1, 93, 2, 0, // Skip to: 1765 +/* 1160 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1163 */ MCD_OPC_FilterValue, 0, 73, 0, 0, // Skip to: 1241 +/* 1168 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1171 */ MCD_OPC_FilterValue, 0, 46, 0, 0, // Skip to: 1222 +/* 1176 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 1179 */ MCD_OPC_FilterValue, 2, 13, 0, 0, // Skip to: 1197 +/* 1184 */ MCD_OPC_CheckPredicate, 0, 64, 2, 0, // Skip to: 1765 +/* 1189 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 1193 */ MCD_OPC_Decode, 209, 5, 21, // Opcode: QDADD +/* 1197 */ MCD_OPC_FilterValue, 3, 51, 2, 0, // Skip to: 1765 +/* 1202 */ MCD_OPC_CheckPredicate, 7, 46, 2, 0, // Skip to: 1765 +/* 1207 */ MCD_OPC_SoftFail, 128, 128, 128, 128, 1 /* 0x10000000 */, 128, 128, 128, 128, 14 /* 0xffffffffe0000000 */, +/* 1218 */ MCD_OPC_Decode, 220, 4, 15, // Opcode: HVC +/* 1222 */ MCD_OPC_FilterValue, 1, 26, 2, 0, // Skip to: 1765 +/* 1227 */ MCD_OPC_CheckPredicate, 0, 21, 2, 0, // Skip to: 1765 +/* 1232 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 1237 */ MCD_OPC_Decode, 190, 4, 18, // Opcode: CMPrsr +/* 1241 */ MCD_OPC_FilterValue, 1, 7, 2, 0, // Skip to: 1765 +/* 1246 */ MCD_OPC_CheckPredicate, 4, 2, 2, 0, // Skip to: 1765 +/* 1251 */ MCD_OPC_CheckField, 20, 1, 0, 251, 1, 0, // Skip to: 1765 +/* 1258 */ MCD_OPC_CheckField, 5, 2, 0, 244, 1, 0, // Skip to: 1765 +/* 1265 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 1269 */ MCD_OPC_Decode, 250, 6, 14, // Opcode: SWPB +/* 1273 */ MCD_OPC_FilterValue, 2, 241, 0, 0, // Skip to: 1519 +/* 1278 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 1281 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1311 +/* 1286 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 1302 +/* 1291 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 1302 +/* 1298 */ MCD_OPC_Decode, 194, 5, 0, // Opcode: ORRrr +/* 1302 */ MCD_OPC_CheckPredicate, 0, 202, 1, 0, // Skip to: 1765 +/* 1307 */ MCD_OPC_Decode, 195, 5, 1, // Opcode: ORRrsi +/* 1311 */ MCD_OPC_FilterValue, 1, 193, 1, 0, // Skip to: 1765 +/* 1316 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1319 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1333 +/* 1324 */ MCD_OPC_CheckPredicate, 0, 180, 1, 0, // Skip to: 1765 +/* 1329 */ MCD_OPC_Decode, 196, 5, 2, // Opcode: ORRrsr +/* 1333 */ MCD_OPC_FilterValue, 1, 171, 1, 0, // Skip to: 1765 +/* 1338 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1341 */ MCD_OPC_FilterValue, 12, 59, 0, 0, // Skip to: 1405 +/* 1346 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1349 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 1377 +/* 1354 */ MCD_OPC_CheckPredicate, 8, 150, 1, 0, // Skip to: 1765 +/* 1359 */ MCD_OPC_CheckField, 12, 4, 15, 143, 1, 0, // Skip to: 1765 +/* 1366 */ MCD_OPC_CheckField, 5, 2, 0, 136, 1, 0, // Skip to: 1765 +/* 1373 */ MCD_OPC_Decode, 201, 6, 22, // Opcode: STL +/* 1377 */ MCD_OPC_FilterValue, 1, 127, 1, 0, // Skip to: 1765 +/* 1382 */ MCD_OPC_CheckPredicate, 8, 122, 1, 0, // Skip to: 1765 +/* 1387 */ MCD_OPC_CheckField, 5, 2, 0, 115, 1, 0, // Skip to: 1765 +/* 1394 */ MCD_OPC_CheckField, 0, 4, 15, 108, 1, 0, // Skip to: 1765 +/* 1401 */ MCD_OPC_Decode, 222, 4, 23, // Opcode: LDA +/* 1405 */ MCD_OPC_FilterValue, 14, 52, 0, 0, // Skip to: 1462 +/* 1410 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1413 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1434 +/* 1418 */ MCD_OPC_CheckPredicate, 9, 86, 1, 0, // Skip to: 1765 +/* 1423 */ MCD_OPC_CheckField, 5, 2, 0, 79, 1, 0, // Skip to: 1765 +/* 1430 */ MCD_OPC_Decode, 203, 6, 24, // Opcode: STLEX +/* 1434 */ MCD_OPC_FilterValue, 1, 70, 1, 0, // Skip to: 1765 +/* 1439 */ MCD_OPC_CheckPredicate, 9, 65, 1, 0, // Skip to: 1765 +/* 1444 */ MCD_OPC_CheckField, 5, 2, 0, 58, 1, 0, // Skip to: 1765 +/* 1451 */ MCD_OPC_CheckField, 0, 4, 15, 51, 1, 0, // Skip to: 1765 +/* 1458 */ MCD_OPC_Decode, 224, 4, 23, // Opcode: LDAEX +/* 1462 */ MCD_OPC_FilterValue, 15, 42, 1, 0, // Skip to: 1765 +/* 1467 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1470 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1491 +/* 1475 */ MCD_OPC_CheckPredicate, 0, 29, 1, 0, // Skip to: 1765 +/* 1480 */ MCD_OPC_CheckField, 5, 2, 0, 22, 1, 0, // Skip to: 1765 +/* 1487 */ MCD_OPC_Decode, 227, 6, 24, // Opcode: STREX +/* 1491 */ MCD_OPC_FilterValue, 1, 13, 1, 0, // Skip to: 1765 +/* 1496 */ MCD_OPC_CheckPredicate, 0, 8, 1, 0, // Skip to: 1765 +/* 1501 */ MCD_OPC_CheckField, 5, 2, 0, 1, 1, 0, // Skip to: 1765 +/* 1508 */ MCD_OPC_CheckField, 0, 4, 15, 250, 0, 0, // Skip to: 1765 +/* 1515 */ MCD_OPC_Decode, 136, 5, 23, // Opcode: LDREX +/* 1519 */ MCD_OPC_FilterValue, 3, 241, 0, 0, // Skip to: 1765 +/* 1524 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 1527 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1557 +/* 1532 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 1548 +/* 1537 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 1548 +/* 1544 */ MCD_OPC_Decode, 165, 4, 0, // Opcode: BICrr +/* 1548 */ MCD_OPC_CheckPredicate, 0, 212, 0, 0, // Skip to: 1765 +/* 1553 */ MCD_OPC_Decode, 166, 4, 1, // Opcode: BICrsi +/* 1557 */ MCD_OPC_FilterValue, 1, 203, 0, 0, // Skip to: 1765 +/* 1562 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1565 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1579 +/* 1570 */ MCD_OPC_CheckPredicate, 0, 190, 0, 0, // Skip to: 1765 +/* 1575 */ MCD_OPC_Decode, 167, 4, 2, // Opcode: BICrsr +/* 1579 */ MCD_OPC_FilterValue, 1, 181, 0, 0, // Skip to: 1765 +/* 1584 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1587 */ MCD_OPC_FilterValue, 12, 59, 0, 0, // Skip to: 1651 +/* 1592 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1595 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 1623 +/* 1600 */ MCD_OPC_CheckPredicate, 8, 160, 0, 0, // Skip to: 1765 +/* 1605 */ MCD_OPC_CheckField, 12, 4, 15, 153, 0, 0, // Skip to: 1765 +/* 1612 */ MCD_OPC_CheckField, 5, 2, 0, 146, 0, 0, // Skip to: 1765 +/* 1619 */ MCD_OPC_Decode, 202, 6, 22, // Opcode: STLB +/* 1623 */ MCD_OPC_FilterValue, 1, 137, 0, 0, // Skip to: 1765 +/* 1628 */ MCD_OPC_CheckPredicate, 8, 132, 0, 0, // Skip to: 1765 +/* 1633 */ MCD_OPC_CheckField, 5, 2, 0, 125, 0, 0, // Skip to: 1765 +/* 1640 */ MCD_OPC_CheckField, 0, 4, 15, 118, 0, 0, // Skip to: 1765 +/* 1647 */ MCD_OPC_Decode, 223, 4, 23, // Opcode: LDAB +/* 1651 */ MCD_OPC_FilterValue, 14, 52, 0, 0, // Skip to: 1708 +/* 1656 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1659 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1680 +/* 1664 */ MCD_OPC_CheckPredicate, 9, 96, 0, 0, // Skip to: 1765 +/* 1669 */ MCD_OPC_CheckField, 5, 2, 0, 89, 0, 0, // Skip to: 1765 +/* 1676 */ MCD_OPC_Decode, 204, 6, 24, // Opcode: STLEXB +/* 1680 */ MCD_OPC_FilterValue, 1, 80, 0, 0, // Skip to: 1765 +/* 1685 */ MCD_OPC_CheckPredicate, 9, 75, 0, 0, // Skip to: 1765 +/* 1690 */ MCD_OPC_CheckField, 5, 2, 0, 68, 0, 0, // Skip to: 1765 +/* 1697 */ MCD_OPC_CheckField, 0, 4, 15, 61, 0, 0, // Skip to: 1765 +/* 1704 */ MCD_OPC_Decode, 225, 4, 23, // Opcode: LDAEXB +/* 1708 */ MCD_OPC_FilterValue, 15, 52, 0, 0, // Skip to: 1765 +/* 1713 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1716 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1737 +/* 1721 */ MCD_OPC_CheckPredicate, 0, 39, 0, 0, // Skip to: 1765 +/* 1726 */ MCD_OPC_CheckField, 5, 2, 0, 32, 0, 0, // Skip to: 1765 +/* 1733 */ MCD_OPC_Decode, 228, 6, 24, // Opcode: STREXB +/* 1737 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 1765 +/* 1742 */ MCD_OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 1765 +/* 1747 */ MCD_OPC_CheckField, 5, 2, 0, 11, 0, 0, // Skip to: 1765 +/* 1754 */ MCD_OPC_CheckField, 0, 4, 15, 4, 0, 0, // Skip to: 1765 +/* 1761 */ MCD_OPC_Decode, 137, 5, 23, // Opcode: LDREXB +/* 1765 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 1768 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 1810 +/* 1773 */ MCD_OPC_CheckPredicate, 7, 167, 25, 0, // Skip to: 8345 +/* 1778 */ MCD_OPC_CheckField, 23, 1, 0, 160, 25, 0, // Skip to: 8345 +/* 1785 */ MCD_OPC_CheckField, 20, 1, 0, 153, 25, 0, // Skip to: 8345 +/* 1792 */ MCD_OPC_CheckField, 9, 3, 1, 146, 25, 0, // Skip to: 8345 +/* 1799 */ MCD_OPC_CheckField, 0, 4, 0, 139, 25, 0, // Skip to: 8345 +/* 1806 */ MCD_OPC_Decode, 183, 5, 25, // Opcode: MRSbanked +/* 1810 */ MCD_OPC_FilterValue, 11, 31, 0, 0, // Skip to: 1846 +/* 1815 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1818 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1832 +/* 1823 */ MCD_OPC_CheckPredicate, 0, 117, 25, 0, // Skip to: 8345 +/* 1828 */ MCD_OPC_Decode, 231, 6, 7, // Opcode: STRH +/* 1832 */ MCD_OPC_FilterValue, 1, 108, 25, 0, // Skip to: 8345 +/* 1837 */ MCD_OPC_CheckPredicate, 0, 103, 25, 0, // Skip to: 8345 +/* 1842 */ MCD_OPC_Decode, 140, 5, 7, // Opcode: LDRH +/* 1846 */ MCD_OPC_FilterValue, 13, 31, 0, 0, // Skip to: 1882 +/* 1851 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1854 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1868 +/* 1859 */ MCD_OPC_CheckPredicate, 3, 81, 25, 0, // Skip to: 8345 +/* 1864 */ MCD_OPC_Decode, 133, 5, 7, // Opcode: LDRD +/* 1868 */ MCD_OPC_FilterValue, 1, 72, 25, 0, // Skip to: 8345 +/* 1873 */ MCD_OPC_CheckPredicate, 0, 67, 25, 0, // Skip to: 8345 +/* 1878 */ MCD_OPC_Decode, 145, 5, 7, // Opcode: LDRSB +/* 1882 */ MCD_OPC_FilterValue, 15, 58, 25, 0, // Skip to: 8345 +/* 1887 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1890 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1904 +/* 1895 */ MCD_OPC_CheckPredicate, 3, 45, 25, 0, // Skip to: 8345 +/* 1900 */ MCD_OPC_Decode, 224, 6, 7, // Opcode: STRD +/* 1904 */ MCD_OPC_FilterValue, 1, 36, 25, 0, // Skip to: 8345 +/* 1909 */ MCD_OPC_CheckPredicate, 0, 31, 25, 0, // Skip to: 8345 +/* 1914 */ MCD_OPC_Decode, 150, 5, 7, // Opcode: LDRSH +/* 1918 */ MCD_OPC_FilterValue, 1, 22, 25, 0, // Skip to: 8345 +/* 1923 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 1926 */ MCD_OPC_FilterValue, 0, 180, 2, 0, // Skip to: 2623 +/* 1931 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 1934 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 2002 +/* 1939 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 1942 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1972 +/* 1947 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 1963 +/* 1952 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 1963 +/* 1959 */ MCD_OPC_Decode, 204, 4, 0, // Opcode: EORrr +/* 1963 */ MCD_OPC_CheckPredicate, 0, 233, 24, 0, // Skip to: 8345 +/* 1968 */ MCD_OPC_Decode, 205, 4, 1, // Opcode: EORrsi +/* 1972 */ MCD_OPC_FilterValue, 1, 224, 24, 0, // Skip to: 8345 +/* 1977 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 1993 +/* 1982 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 1993 +/* 1989 */ MCD_OPC_Decode, 228, 5, 0, // Opcode: RSBrr +/* 1993 */ MCD_OPC_CheckPredicate, 0, 203, 24, 0, // Skip to: 8345 +/* 1998 */ MCD_OPC_Decode, 229, 5, 1, // Opcode: RSBrsi +/* 2002 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 2070 +/* 2007 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2010 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2040 +/* 2015 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 2031 +/* 2020 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 2031 +/* 2027 */ MCD_OPC_Decode, 146, 4, 0, // Opcode: ADCrr +/* 2031 */ MCD_OPC_CheckPredicate, 0, 165, 24, 0, // Skip to: 8345 +/* 2036 */ MCD_OPC_Decode, 147, 4, 1, // Opcode: ADCrsi +/* 2040 */ MCD_OPC_FilterValue, 1, 156, 24, 0, // Skip to: 8345 +/* 2045 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 2061 +/* 2050 */ MCD_OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 2061 +/* 2057 */ MCD_OPC_Decode, 232, 5, 0, // Opcode: RSCrr +/* 2061 */ MCD_OPC_CheckPredicate, 0, 135, 24, 0, // Skip to: 8345 +/* 2066 */ MCD_OPC_Decode, 233, 5, 1, // Opcode: RSCrsi +/* 2070 */ MCD_OPC_FilterValue, 2, 166, 1, 0, // Skip to: 2497 +/* 2075 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2078 */ MCD_OPC_FilterValue, 0, 70, 1, 0, // Skip to: 2409 +/* 2083 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 2086 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 2129 +/* 2091 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ... +/* 2094 */ MCD_OPC_FilterValue, 120, 16, 0, 0, // Skip to: 2115 +/* 2099 */ MCD_OPC_CheckPredicate, 0, 97, 24, 0, // Skip to: 8345 +/* 2104 */ MCD_OPC_CheckField, 8, 1, 0, 90, 24, 0, // Skip to: 8345 +/* 2111 */ MCD_OPC_Decode, 185, 5, 26, // Opcode: MSR +/* 2115 */ MCD_OPC_FilterValue, 121, 81, 24, 0, // Skip to: 8345 +/* 2120 */ MCD_OPC_CheckPredicate, 7, 76, 24, 0, // Skip to: 8345 +/* 2125 */ MCD_OPC_Decode, 186, 5, 27, // Opcode: MSRbanked +/* 2129 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2158 +/* 2134 */ MCD_OPC_CheckPredicate, 0, 62, 24, 0, // Skip to: 8345 +/* 2139 */ MCD_OPC_CheckField, 22, 1, 0, 55, 24, 0, // Skip to: 8345 +/* 2146 */ MCD_OPC_CheckField, 8, 12, 255, 31, 47, 24, 0, // Skip to: 8345 +/* 2154 */ MCD_OPC_Decode, 175, 4, 28, // Opcode: BXJ +/* 2158 */ MCD_OPC_FilterValue, 2, 67, 0, 0, // Skip to: 2230 +/* 2163 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 2166 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 2198 +/* 2171 */ MCD_OPC_CheckPredicate, 2, 25, 24, 0, // Skip to: 8345 +/* 2176 */ MCD_OPC_CheckField, 28, 4, 14, 18, 24, 0, // Skip to: 8345 +/* 2183 */ MCD_OPC_CheckField, 22, 1, 0, 11, 24, 0, // Skip to: 8345 +/* 2190 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 2194 */ MCD_OPC_Decode, 198, 4, 8, // Opcode: CRC32H +/* 2198 */ MCD_OPC_FilterValue, 1, 254, 23, 0, // Skip to: 8345 +/* 2203 */ MCD_OPC_CheckPredicate, 2, 249, 23, 0, // Skip to: 8345 +/* 2208 */ MCD_OPC_CheckField, 28, 4, 14, 242, 23, 0, // Skip to: 8345 +/* 2215 */ MCD_OPC_CheckField, 22, 1, 0, 235, 23, 0, // Skip to: 8345 +/* 2222 */ MCD_OPC_SoftFail, 128, 26 /* 0xd00 */, 0, +/* 2226 */ MCD_OPC_Decode, 196, 4, 8, // Opcode: CRC32CH +/* 2230 */ MCD_OPC_FilterValue, 3, 30, 0, 0, // Skip to: 2265 +/* 2235 */ MCD_OPC_CheckPredicate, 7, 217, 23, 0, // Skip to: 8345 +/* 2240 */ MCD_OPC_CheckField, 22, 1, 1, 210, 23, 0, // Skip to: 8345 +/* 2247 */ MCD_OPC_CheckField, 8, 12, 0, 203, 23, 0, // Skip to: 8345 +/* 2254 */ MCD_OPC_CheckField, 0, 4, 14, 196, 23, 0, // Skip to: 8345 +/* 2261 */ MCD_OPC_Decode, 207, 4, 29, // Opcode: ERET +/* 2265 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 2301 +/* 2270 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2273 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2287 +/* 2278 */ MCD_OPC_CheckPredicate, 3, 174, 23, 0, // Skip to: 8345 +/* 2283 */ MCD_OPC_Decode, 149, 6, 13, // Opcode: SMLAWB +/* 2287 */ MCD_OPC_FilterValue, 1, 165, 23, 0, // Skip to: 8345 +/* 2292 */ MCD_OPC_CheckPredicate, 3, 160, 23, 0, // Skip to: 8345 +/* 2297 */ MCD_OPC_Decode, 163, 6, 30, // Opcode: SMULBB +/* 2301 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 2337 +/* 2306 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2309 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2323 +/* 2314 */ MCD_OPC_CheckPredicate, 3, 138, 23, 0, // Skip to: 8345 +/* 2319 */ MCD_OPC_Decode, 168, 6, 30, // Opcode: SMULWB +/* 2323 */ MCD_OPC_FilterValue, 1, 129, 23, 0, // Skip to: 8345 +/* 2328 */ MCD_OPC_CheckPredicate, 3, 124, 23, 0, // Skip to: 8345 +/* 2333 */ MCD_OPC_Decode, 166, 6, 30, // Opcode: SMULTB +/* 2337 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 2373 +/* 2342 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2345 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2359 +/* 2350 */ MCD_OPC_CheckPredicate, 3, 102, 23, 0, // Skip to: 8345 +/* 2355 */ MCD_OPC_Decode, 150, 6, 13, // Opcode: SMLAWT +/* 2359 */ MCD_OPC_FilterValue, 1, 93, 23, 0, // Skip to: 8345 +/* 2364 */ MCD_OPC_CheckPredicate, 3, 88, 23, 0, // Skip to: 8345 +/* 2369 */ MCD_OPC_Decode, 164, 6, 30, // Opcode: SMULBT +/* 2373 */ MCD_OPC_FilterValue, 7, 79, 23, 0, // Skip to: 8345 +/* 2378 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2381 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2395 +/* 2386 */ MCD_OPC_CheckPredicate, 3, 66, 23, 0, // Skip to: 8345 +/* 2391 */ MCD_OPC_Decode, 169, 6, 30, // Opcode: SMULWT +/* 2395 */ MCD_OPC_FilterValue, 1, 57, 23, 0, // Skip to: 8345 +/* 2400 */ MCD_OPC_CheckPredicate, 3, 52, 23, 0, // Skip to: 8345 +/* 2405 */ MCD_OPC_Decode, 167, 6, 30, // Opcode: SMULTT +/* 2409 */ MCD_OPC_FilterValue, 1, 43, 23, 0, // Skip to: 8345 +/* 2414 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2417 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 2457 +/* 2422 */ MCD_OPC_CheckPredicate, 0, 16, 0, 0, // Skip to: 2443 +/* 2427 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, 0, // Skip to: 2443 +/* 2434 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2439 */ MCD_OPC_Decode, 130, 7, 20, // Opcode: TEQrr +/* 2443 */ MCD_OPC_CheckPredicate, 0, 9, 23, 0, // Skip to: 8345 +/* 2448 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2453 */ MCD_OPC_Decode, 131, 7, 17, // Opcode: TEQrsi +/* 2457 */ MCD_OPC_FilterValue, 1, 251, 22, 0, // Skip to: 8345 +/* 2462 */ MCD_OPC_CheckPredicate, 0, 16, 0, 0, // Skip to: 2483 +/* 2467 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, 0, // Skip to: 2483 +/* 2474 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2479 */ MCD_OPC_Decode, 184, 4, 20, // Opcode: CMNzrr +/* 2483 */ MCD_OPC_CheckPredicate, 0, 225, 22, 0, // Skip to: 8345 +/* 2488 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2493 */ MCD_OPC_Decode, 185, 4, 17, // Opcode: CMNzrsi +/* 2497 */ MCD_OPC_FilterValue, 3, 211, 22, 0, // Skip to: 8345 +/* 2502 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2505 */ MCD_OPC_FilterValue, 0, 73, 0, 0, // Skip to: 2583 +/* 2510 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 2534 +/* 2515 */ MCD_OPC_CheckField, 5, 16, 128, 15, 11, 0, 0, // Skip to: 2534 +/* 2523 */ MCD_OPC_CheckField, 0, 4, 14, 4, 0, 0, // Skip to: 2534 +/* 2530 */ MCD_OPC_Decode, 170, 5, 29, // Opcode: MOVPCLR +/* 2534 */ MCD_OPC_ExtractField, 5, 7, // Inst{11-5} ... +/* 2537 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2567 +/* 2542 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 2558 +/* 2547 */ MCD_OPC_CheckField, 16, 4, 0, 4, 0, 0, // Skip to: 2558 +/* 2554 */ MCD_OPC_Decode, 174, 5, 31, // Opcode: MOVr +/* 2558 */ MCD_OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 2567 +/* 2563 */ MCD_OPC_Decode, 175, 5, 32, // Opcode: MOVr_TC +/* 2567 */ MCD_OPC_CheckPredicate, 0, 141, 22, 0, // Skip to: 8345 +/* 2572 */ MCD_OPC_CheckField, 16, 4, 0, 134, 22, 0, // Skip to: 8345 +/* 2579 */ MCD_OPC_Decode, 176, 5, 33, // Opcode: MOVsi +/* 2583 */ MCD_OPC_FilterValue, 1, 125, 22, 0, // Skip to: 8345 +/* 2588 */ MCD_OPC_CheckPredicate, 0, 16, 0, 0, // Skip to: 2609 +/* 2593 */ MCD_OPC_CheckField, 5, 7, 0, 9, 0, 0, // Skip to: 2609 +/* 2600 */ MCD_OPC_SoftFail, 128, 128, 60 /* 0xf0000 */, 0, +/* 2605 */ MCD_OPC_Decode, 190, 5, 31, // Opcode: MVNr +/* 2609 */ MCD_OPC_CheckPredicate, 0, 99, 22, 0, // Skip to: 8345 +/* 2614 */ MCD_OPC_SoftFail, 128, 128, 60 /* 0xf0000 */, 0, +/* 2619 */ MCD_OPC_Decode, 191, 5, 33, // Opcode: MVNsi +/* 2623 */ MCD_OPC_FilterValue, 1, 85, 22, 0, // Skip to: 8345 +/* 2628 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 2631 */ MCD_OPC_FilterValue, 0, 113, 1, 0, // Skip to: 3005 +/* 2636 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... +/* 2639 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2653 +/* 2644 */ MCD_OPC_CheckPredicate, 0, 64, 22, 0, // Skip to: 8345 +/* 2649 */ MCD_OPC_Decode, 206, 4, 2, // Opcode: EORrsr +/* 2653 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2667 +/* 2658 */ MCD_OPC_CheckPredicate, 0, 50, 22, 0, // Skip to: 8345 +/* 2663 */ MCD_OPC_Decode, 230, 5, 2, // Opcode: RSBrsr +/* 2667 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2681 +/* 2672 */ MCD_OPC_CheckPredicate, 0, 36, 22, 0, // Skip to: 8345 +/* 2677 */ MCD_OPC_Decode, 148, 4, 3, // Opcode: ADCrsr +/* 2681 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 2695 +/* 2686 */ MCD_OPC_CheckPredicate, 0, 22, 22, 0, // Skip to: 8345 +/* 2691 */ MCD_OPC_Decode, 234, 5, 2, // Opcode: RSCrsr +/* 2695 */ MCD_OPC_FilterValue, 4, 163, 0, 0, // Skip to: 2863 +/* 2700 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2703 */ MCD_OPC_FilterValue, 0, 136, 0, 0, // Skip to: 2844 +/* 2708 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 2711 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 2766 +/* 2716 */ MCD_OPC_ExtractField, 8, 12, // Inst{19-8} ... +/* 2719 */ MCD_OPC_FilterValue, 255, 31, 244, 21, 0, // Skip to: 8345 +/* 2725 */ MCD_OPC_CheckPredicate, 10, 11, 0, 0, // Skip to: 2741 +/* 2730 */ MCD_OPC_CheckField, 0, 4, 14, 4, 0, 0, // Skip to: 2741 +/* 2737 */ MCD_OPC_Decode, 176, 4, 29, // Opcode: BX_RET +/* 2741 */ MCD_OPC_CheckPredicate, 10, 11, 0, 0, // Skip to: 2757 +/* 2746 */ MCD_OPC_CheckField, 28, 4, 14, 4, 0, 0, // Skip to: 2757 +/* 2753 */ MCD_OPC_Decode, 174, 4, 34, // Opcode: BX +/* 2757 */ MCD_OPC_CheckPredicate, 10, 207, 21, 0, // Skip to: 8345 +/* 2762 */ MCD_OPC_Decode, 177, 4, 28, // Opcode: BX_pred +/* 2766 */ MCD_OPC_FilterValue, 1, 34, 0, 0, // Skip to: 2805 +/* 2771 */ MCD_OPC_ExtractField, 8, 12, // Inst{19-8} ... +/* 2774 */ MCD_OPC_FilterValue, 255, 31, 189, 21, 0, // Skip to: 8345 +/* 2780 */ MCD_OPC_CheckPredicate, 11, 11, 0, 0, // Skip to: 2796 +/* 2785 */ MCD_OPC_CheckField, 28, 4, 14, 4, 0, 0, // Skip to: 2796 +/* 2792 */ MCD_OPC_Decode, 170, 4, 34, // Opcode: BLX +/* 2796 */ MCD_OPC_CheckPredicate, 11, 168, 21, 0, // Skip to: 8345 +/* 2801 */ MCD_OPC_Decode, 171, 4, 28, // Opcode: BLX_pred +/* 2805 */ MCD_OPC_FilterValue, 2, 13, 0, 0, // Skip to: 2823 +/* 2810 */ MCD_OPC_CheckPredicate, 0, 154, 21, 0, // Skip to: 8345 +/* 2815 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 2819 */ MCD_OPC_Decode, 212, 5, 21, // Opcode: QSUB +/* 2823 */ MCD_OPC_FilterValue, 3, 141, 21, 0, // Skip to: 8345 +/* 2828 */ MCD_OPC_CheckPredicate, 0, 136, 21, 0, // Skip to: 8345 +/* 2833 */ MCD_OPC_CheckField, 28, 4, 14, 129, 21, 0, // Skip to: 8345 +/* 2840 */ MCD_OPC_Decode, 168, 4, 15, // Opcode: BKPT +/* 2844 */ MCD_OPC_FilterValue, 1, 120, 21, 0, // Skip to: 8345 +/* 2849 */ MCD_OPC_CheckPredicate, 0, 115, 21, 0, // Skip to: 8345 +/* 2854 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2859 */ MCD_OPC_Decode, 132, 7, 18, // Opcode: TEQrsr +/* 2863 */ MCD_OPC_FilterValue, 5, 97, 0, 0, // Skip to: 2965 +/* 2868 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2871 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 2946 +/* 2876 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 2879 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2907 +/* 2884 */ MCD_OPC_CheckPredicate, 11, 80, 21, 0, // Skip to: 8345 +/* 2889 */ MCD_OPC_CheckField, 16, 4, 15, 73, 21, 0, // Skip to: 8345 +/* 2896 */ MCD_OPC_CheckField, 8, 4, 15, 66, 21, 0, // Skip to: 8345 +/* 2903 */ MCD_OPC_Decode, 182, 4, 35, // Opcode: CLZ +/* 2907 */ MCD_OPC_FilterValue, 2, 13, 0, 0, // Skip to: 2925 +/* 2912 */ MCD_OPC_CheckPredicate, 0, 52, 21, 0, // Skip to: 8345 +/* 2917 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 2921 */ MCD_OPC_Decode, 210, 5, 21, // Opcode: QDSUB +/* 2925 */ MCD_OPC_FilterValue, 3, 39, 21, 0, // Skip to: 8345 +/* 2930 */ MCD_OPC_CheckPredicate, 12, 34, 21, 0, // Skip to: 8345 +/* 2935 */ MCD_OPC_CheckField, 8, 12, 0, 27, 21, 0, // Skip to: 8345 +/* 2942 */ MCD_OPC_Decode, 135, 6, 36, // Opcode: SMC +/* 2946 */ MCD_OPC_FilterValue, 1, 18, 21, 0, // Skip to: 8345 +/* 2951 */ MCD_OPC_CheckPredicate, 0, 13, 21, 0, // Skip to: 8345 +/* 2956 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 2961 */ MCD_OPC_Decode, 186, 4, 18, // Opcode: CMNzrsr +/* 2965 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 2986 +/* 2970 */ MCD_OPC_CheckPredicate, 0, 250, 20, 0, // Skip to: 8345 +/* 2975 */ MCD_OPC_CheckField, 16, 4, 0, 243, 20, 0, // Skip to: 8345 +/* 2982 */ MCD_OPC_Decode, 177, 5, 37, // Opcode: MOVsr +/* 2986 */ MCD_OPC_FilterValue, 7, 234, 20, 0, // Skip to: 8345 +/* 2991 */ MCD_OPC_CheckPredicate, 0, 229, 20, 0, // Skip to: 8345 +/* 2996 */ MCD_OPC_SoftFail, 128, 128, 60 /* 0xf0000 */, 0, +/* 3001 */ MCD_OPC_Decode, 192, 5, 37, // Opcode: MVNsr +/* 3005 */ MCD_OPC_FilterValue, 1, 215, 20, 0, // Skip to: 8345 +/* 3010 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 3013 */ MCD_OPC_FilterValue, 0, 48, 1, 0, // Skip to: 3322 +/* 3018 */ MCD_OPC_ExtractField, 22, 3, // Inst{24-22} ... +/* 3021 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3035 +/* 3026 */ MCD_OPC_CheckPredicate, 1, 194, 20, 0, // Skip to: 8345 +/* 3031 */ MCD_OPC_Decode, 168, 5, 38, // Opcode: MLA +/* 3035 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 3056 +/* 3040 */ MCD_OPC_CheckPredicate, 13, 180, 20, 0, // Skip to: 8345 +/* 3045 */ MCD_OPC_CheckField, 20, 1, 0, 173, 20, 0, // Skip to: 8345 +/* 3052 */ MCD_OPC_Decode, 169, 5, 39, // Opcode: MLS +/* 3056 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3070 +/* 3061 */ MCD_OPC_CheckPredicate, 1, 159, 20, 0, // Skip to: 8345 +/* 3066 */ MCD_OPC_Decode, 153, 7, 40, // Opcode: UMLAL +/* 3070 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3084 +/* 3075 */ MCD_OPC_CheckPredicate, 1, 145, 20, 0, // Skip to: 8345 +/* 3080 */ MCD_OPC_Decode, 140, 6, 40, // Opcode: SMLAL +/* 3084 */ MCD_OPC_FilterValue, 6, 89, 0, 0, // Skip to: 3178 +/* 3089 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3092 */ MCD_OPC_FilterValue, 14, 38, 0, 0, // Skip to: 3135 +/* 3097 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3100 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3114 +/* 3105 */ MCD_OPC_CheckPredicate, 9, 115, 20, 0, // Skip to: 8345 +/* 3110 */ MCD_OPC_Decode, 205, 6, 41, // Opcode: STLEXD +/* 3114 */ MCD_OPC_FilterValue, 1, 106, 20, 0, // Skip to: 8345 +/* 3119 */ MCD_OPC_CheckPredicate, 9, 101, 20, 0, // Skip to: 8345 +/* 3124 */ MCD_OPC_CheckField, 0, 4, 15, 94, 20, 0, // Skip to: 8345 +/* 3131 */ MCD_OPC_Decode, 226, 4, 42, // Opcode: LDAEXD +/* 3135 */ MCD_OPC_FilterValue, 15, 85, 20, 0, // Skip to: 8345 +/* 3140 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3143 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3157 +/* 3148 */ MCD_OPC_CheckPredicate, 0, 72, 20, 0, // Skip to: 8345 +/* 3153 */ MCD_OPC_Decode, 229, 6, 41, // Opcode: STREXD +/* 3157 */ MCD_OPC_FilterValue, 1, 63, 20, 0, // Skip to: 8345 +/* 3162 */ MCD_OPC_CheckPredicate, 0, 58, 20, 0, // Skip to: 8345 +/* 3167 */ MCD_OPC_CheckField, 0, 4, 15, 51, 20, 0, // Skip to: 8345 +/* 3174 */ MCD_OPC_Decode, 138, 5, 42, // Opcode: LDREXD +/* 3178 */ MCD_OPC_FilterValue, 7, 42, 20, 0, // Skip to: 8345 +/* 3183 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3186 */ MCD_OPC_FilterValue, 12, 45, 0, 0, // Skip to: 3236 +/* 3191 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3194 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3215 +/* 3199 */ MCD_OPC_CheckPredicate, 8, 21, 20, 0, // Skip to: 8345 +/* 3204 */ MCD_OPC_CheckField, 12, 4, 15, 14, 20, 0, // Skip to: 8345 +/* 3211 */ MCD_OPC_Decode, 207, 6, 22, // Opcode: STLH +/* 3215 */ MCD_OPC_FilterValue, 1, 5, 20, 0, // Skip to: 8345 +/* 3220 */ MCD_OPC_CheckPredicate, 8, 0, 20, 0, // Skip to: 8345 +/* 3225 */ MCD_OPC_CheckField, 0, 4, 15, 249, 19, 0, // Skip to: 8345 +/* 3232 */ MCD_OPC_Decode, 228, 4, 23, // Opcode: LDAH +/* 3236 */ MCD_OPC_FilterValue, 14, 38, 0, 0, // Skip to: 3279 +/* 3241 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3244 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3258 +/* 3249 */ MCD_OPC_CheckPredicate, 9, 227, 19, 0, // Skip to: 8345 +/* 3254 */ MCD_OPC_Decode, 206, 6, 24, // Opcode: STLEXH +/* 3258 */ MCD_OPC_FilterValue, 1, 218, 19, 0, // Skip to: 8345 +/* 3263 */ MCD_OPC_CheckPredicate, 9, 213, 19, 0, // Skip to: 8345 +/* 3268 */ MCD_OPC_CheckField, 0, 4, 15, 206, 19, 0, // Skip to: 8345 +/* 3275 */ MCD_OPC_Decode, 227, 4, 23, // Opcode: LDAEXH +/* 3279 */ MCD_OPC_FilterValue, 15, 197, 19, 0, // Skip to: 8345 +/* 3284 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3287 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3301 +/* 3292 */ MCD_OPC_CheckPredicate, 0, 184, 19, 0, // Skip to: 8345 +/* 3297 */ MCD_OPC_Decode, 230, 6, 24, // Opcode: STREXH +/* 3301 */ MCD_OPC_FilterValue, 1, 175, 19, 0, // Skip to: 8345 +/* 3306 */ MCD_OPC_CheckPredicate, 0, 170, 19, 0, // Skip to: 8345 +/* 3311 */ MCD_OPC_CheckField, 0, 4, 15, 163, 19, 0, // Skip to: 8345 +/* 3318 */ MCD_OPC_Decode, 139, 5, 23, // Opcode: LDREXH +/* 3322 */ MCD_OPC_FilterValue, 1, 130, 0, 0, // Skip to: 3457 +/* 3327 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3330 */ MCD_OPC_FilterValue, 0, 60, 0, 0, // Skip to: 3395 +/* 3335 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 3338 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 3381 +/* 3343 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3346 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3367 +/* 3351 */ MCD_OPC_CheckPredicate, 0, 125, 19, 0, // Skip to: 8345 +/* 3356 */ MCD_OPC_CheckField, 8, 4, 0, 118, 19, 0, // Skip to: 8345 +/* 3363 */ MCD_OPC_Decode, 233, 6, 43, // Opcode: STRHTr +/* 3367 */ MCD_OPC_FilterValue, 1, 109, 19, 0, // Skip to: 8345 +/* 3372 */ MCD_OPC_CheckPredicate, 0, 104, 19, 0, // Skip to: 8345 +/* 3377 */ MCD_OPC_Decode, 232, 6, 44, // Opcode: STRHTi +/* 3381 */ MCD_OPC_FilterValue, 1, 95, 19, 0, // Skip to: 8345 +/* 3386 */ MCD_OPC_CheckPredicate, 0, 90, 19, 0, // Skip to: 8345 +/* 3391 */ MCD_OPC_Decode, 235, 6, 7, // Opcode: STRH_PRE +/* 3395 */ MCD_OPC_FilterValue, 1, 81, 19, 0, // Skip to: 8345 +/* 3400 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 3403 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 3443 +/* 3408 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3411 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 3429 +/* 3416 */ MCD_OPC_CheckPredicate, 0, 60, 19, 0, // Skip to: 8345 +/* 3421 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 3425 */ MCD_OPC_Decode, 142, 5, 45, // Opcode: LDRHTr +/* 3429 */ MCD_OPC_FilterValue, 1, 47, 19, 0, // Skip to: 8345 +/* 3434 */ MCD_OPC_CheckPredicate, 0, 42, 19, 0, // Skip to: 8345 +/* 3439 */ MCD_OPC_Decode, 141, 5, 46, // Opcode: LDRHTi +/* 3443 */ MCD_OPC_FilterValue, 1, 33, 19, 0, // Skip to: 8345 +/* 3448 */ MCD_OPC_CheckPredicate, 0, 28, 19, 0, // Skip to: 8345 +/* 3453 */ MCD_OPC_Decode, 144, 5, 7, // Opcode: LDRH_PRE +/* 3457 */ MCD_OPC_FilterValue, 2, 86, 0, 0, // Skip to: 3548 +/* 3462 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3465 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3486 +/* 3470 */ MCD_OPC_CheckPredicate, 0, 6, 19, 0, // Skip to: 8345 +/* 3475 */ MCD_OPC_CheckField, 24, 1, 1, 255, 18, 0, // Skip to: 8345 +/* 3482 */ MCD_OPC_Decode, 135, 5, 7, // Opcode: LDRD_PRE +/* 3486 */ MCD_OPC_FilterValue, 1, 246, 18, 0, // Skip to: 8345 +/* 3491 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 3494 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 3534 +/* 3499 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3502 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 3520 +/* 3507 */ MCD_OPC_CheckPredicate, 0, 225, 18, 0, // Skip to: 8345 +/* 3512 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 3516 */ MCD_OPC_Decode, 147, 5, 45, // Opcode: LDRSBTr +/* 3520 */ MCD_OPC_FilterValue, 1, 212, 18, 0, // Skip to: 8345 +/* 3525 */ MCD_OPC_CheckPredicate, 0, 207, 18, 0, // Skip to: 8345 +/* 3530 */ MCD_OPC_Decode, 146, 5, 46, // Opcode: LDRSBTi +/* 3534 */ MCD_OPC_FilterValue, 1, 198, 18, 0, // Skip to: 8345 +/* 3539 */ MCD_OPC_CheckPredicate, 0, 193, 18, 0, // Skip to: 8345 +/* 3544 */ MCD_OPC_Decode, 149, 5, 7, // Opcode: LDRSB_PRE +/* 3548 */ MCD_OPC_FilterValue, 3, 184, 18, 0, // Skip to: 8345 +/* 3553 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3556 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3577 +/* 3561 */ MCD_OPC_CheckPredicate, 0, 171, 18, 0, // Skip to: 8345 +/* 3566 */ MCD_OPC_CheckField, 24, 1, 1, 164, 18, 0, // Skip to: 8345 +/* 3573 */ MCD_OPC_Decode, 226, 6, 7, // Opcode: STRD_PRE +/* 3577 */ MCD_OPC_FilterValue, 1, 155, 18, 0, // Skip to: 8345 +/* 3582 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 3585 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 3625 +/* 3590 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3593 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 3611 +/* 3598 */ MCD_OPC_CheckPredicate, 0, 134, 18, 0, // Skip to: 8345 +/* 3603 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, +/* 3607 */ MCD_OPC_Decode, 152, 5, 45, // Opcode: LDRSHTr +/* 3611 */ MCD_OPC_FilterValue, 1, 121, 18, 0, // Skip to: 8345 +/* 3616 */ MCD_OPC_CheckPredicate, 0, 116, 18, 0, // Skip to: 8345 +/* 3621 */ MCD_OPC_Decode, 151, 5, 46, // Opcode: LDRSHTi +/* 3625 */ MCD_OPC_FilterValue, 1, 107, 18, 0, // Skip to: 8345 +/* 3630 */ MCD_OPC_CheckPredicate, 0, 102, 18, 0, // Skip to: 8345 +/* 3635 */ MCD_OPC_Decode, 154, 5, 7, // Opcode: LDRSH_PRE +/* 3639 */ MCD_OPC_FilterValue, 1, 0, 2, 0, // Skip to: 4156 +/* 3644 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 3647 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 3853 +/* 3652 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 3655 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 3735 +/* 3660 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 3663 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3677 +/* 3668 */ MCD_OPC_CheckPredicate, 0, 46, 0, 0, // Skip to: 3719 +/* 3673 */ MCD_OPC_Decode, 158, 4, 47, // Opcode: ANDri +/* 3677 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 3691 +/* 3682 */ MCD_OPC_CheckPredicate, 0, 32, 0, 0, // Skip to: 3719 +/* 3687 */ MCD_OPC_Decode, 244, 6, 47, // Opcode: SUBri +/* 3691 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3705 +/* 3696 */ MCD_OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 3719 +/* 3701 */ MCD_OPC_Decode, 149, 4, 47, // Opcode: ADDri +/* 3705 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3719 +/* 3710 */ MCD_OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 3719 +/* 3715 */ MCD_OPC_Decode, 238, 5, 47, // Opcode: SBCri +/* 3719 */ MCD_OPC_CheckPredicate, 0, 13, 18, 0, // Skip to: 8345 +/* 3724 */ MCD_OPC_CheckField, 16, 5, 15, 6, 18, 0, // Skip to: 8345 +/* 3731 */ MCD_OPC_Decode, 153, 4, 48, // Opcode: ADR +/* 3735 */ MCD_OPC_FilterValue, 1, 253, 17, 0, // Skip to: 8345 +/* 3740 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 3743 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 3784 +/* 3748 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3751 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3765 +/* 3756 */ MCD_OPC_CheckPredicate, 13, 232, 17, 0, // Skip to: 8345 +/* 3761 */ MCD_OPC_Decode, 173, 5, 49, // Opcode: MOVi16 +/* 3765 */ MCD_OPC_FilterValue, 1, 223, 17, 0, // Skip to: 8345 +/* 3770 */ MCD_OPC_CheckPredicate, 0, 218, 17, 0, // Skip to: 8345 +/* 3775 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 3780 */ MCD_OPC_Decode, 136, 7, 50, // Opcode: TSTri +/* 3784 */ MCD_OPC_FilterValue, 1, 36, 0, 0, // Skip to: 3825 +/* 3789 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3792 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3806 +/* 3797 */ MCD_OPC_CheckPredicate, 13, 191, 17, 0, // Skip to: 8345 +/* 3802 */ MCD_OPC_Decode, 171, 5, 49, // Opcode: MOVTi16 +/* 3806 */ MCD_OPC_FilterValue, 1, 182, 17, 0, // Skip to: 8345 +/* 3811 */ MCD_OPC_CheckPredicate, 0, 177, 17, 0, // Skip to: 8345 +/* 3816 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 3821 */ MCD_OPC_Decode, 187, 4, 50, // Opcode: CMPri +/* 3825 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3839 +/* 3830 */ MCD_OPC_CheckPredicate, 0, 158, 17, 0, // Skip to: 8345 +/* 3835 */ MCD_OPC_Decode, 193, 5, 47, // Opcode: ORRri +/* 3839 */ MCD_OPC_FilterValue, 3, 149, 17, 0, // Skip to: 8345 +/* 3844 */ MCD_OPC_CheckPredicate, 0, 144, 17, 0, // Skip to: 8345 +/* 3849 */ MCD_OPC_Decode, 164, 4, 47, // Opcode: BICri +/* 3853 */ MCD_OPC_FilterValue, 1, 135, 17, 0, // Skip to: 8345 +/* 3858 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 3861 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 3897 +/* 3866 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3869 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3883 +/* 3874 */ MCD_OPC_CheckPredicate, 0, 114, 17, 0, // Skip to: 8345 +/* 3879 */ MCD_OPC_Decode, 203, 4, 47, // Opcode: EORri +/* 3883 */ MCD_OPC_FilterValue, 1, 105, 17, 0, // Skip to: 8345 +/* 3888 */ MCD_OPC_CheckPredicate, 0, 100, 17, 0, // Skip to: 8345 +/* 3893 */ MCD_OPC_Decode, 227, 5, 47, // Opcode: RSBri +/* 3897 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 3933 +/* 3902 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 3905 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3919 +/* 3910 */ MCD_OPC_CheckPredicate, 0, 78, 17, 0, // Skip to: 8345 +/* 3915 */ MCD_OPC_Decode, 145, 4, 47, // Opcode: ADCri +/* 3919 */ MCD_OPC_FilterValue, 1, 69, 17, 0, // Skip to: 8345 +/* 3924 */ MCD_OPC_CheckPredicate, 0, 64, 17, 0, // Skip to: 8345 +/* 3929 */ MCD_OPC_Decode, 231, 5, 47, // Opcode: RSCri +/* 3933 */ MCD_OPC_FilterValue, 2, 168, 0, 0, // Skip to: 4106 +/* 3938 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3941 */ MCD_OPC_FilterValue, 0, 114, 0, 0, // Skip to: 4060 +/* 3946 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 3949 */ MCD_OPC_FilterValue, 15, 39, 17, 0, // Skip to: 8345 +/* 3954 */ MCD_OPC_CheckPredicate, 14, 32, 0, 0, // Skip to: 3991 +/* 3959 */ MCD_OPC_CheckField, 28, 4, 14, 25, 0, 0, // Skip to: 3991 +/* 3966 */ MCD_OPC_CheckField, 22, 1, 0, 18, 0, 0, // Skip to: 3991 +/* 3973 */ MCD_OPC_CheckField, 16, 4, 0, 11, 0, 0, // Skip to: 3991 +/* 3980 */ MCD_OPC_CheckField, 0, 12, 18, 4, 0, 0, // Skip to: 3991 +/* 3987 */ MCD_OPC_Decode, 135, 7, 51, // Opcode: TSB +/* 3991 */ MCD_OPC_CheckPredicate, 15, 25, 0, 0, // Skip to: 4021 +/* 3996 */ MCD_OPC_CheckField, 22, 1, 0, 18, 0, 0, // Skip to: 4021 +/* 4003 */ MCD_OPC_CheckField, 16, 4, 0, 11, 0, 0, // Skip to: 4021 +/* 4010 */ MCD_OPC_CheckField, 4, 8, 15, 4, 0, 0, // Skip to: 4021 +/* 4017 */ MCD_OPC_Decode, 200, 4, 36, // Opcode: DBG +/* 4021 */ MCD_OPC_CheckPredicate, 1, 25, 0, 0, // Skip to: 4051 +/* 4026 */ MCD_OPC_CheckField, 22, 1, 0, 18, 0, 0, // Skip to: 4051 +/* 4033 */ MCD_OPC_CheckField, 16, 4, 0, 11, 0, 0, // Skip to: 4051 +/* 4040 */ MCD_OPC_CheckField, 8, 4, 0, 4, 0, 0, // Skip to: 4051 +/* 4047 */ MCD_OPC_Decode, 218, 4, 52, // Opcode: HINT +/* 4051 */ MCD_OPC_CheckPredicate, 0, 193, 16, 0, // Skip to: 8345 +/* 4056 */ MCD_OPC_Decode, 187, 5, 53, // Opcode: MSRi +/* 4060 */ MCD_OPC_FilterValue, 1, 184, 16, 0, // Skip to: 8345 +/* 4065 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 4068 */ MCD_OPC_FilterValue, 0, 14, 0, 0, // Skip to: 4087 +/* 4073 */ MCD_OPC_CheckPredicate, 0, 171, 16, 0, // Skip to: 8345 +/* 4078 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 4083 */ MCD_OPC_Decode, 129, 7, 50, // Opcode: TEQri +/* 4087 */ MCD_OPC_FilterValue, 1, 157, 16, 0, // Skip to: 8345 +/* 4092 */ MCD_OPC_CheckPredicate, 0, 152, 16, 0, // Skip to: 8345 +/* 4097 */ MCD_OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, +/* 4102 */ MCD_OPC_Decode, 183, 4, 50, // Opcode: CMNri +/* 4106 */ MCD_OPC_FilterValue, 3, 138, 16, 0, // Skip to: 8345 +/* 4111 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 4114 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4135 +/* 4119 */ MCD_OPC_CheckPredicate, 0, 125, 16, 0, // Skip to: 8345 +/* 4124 */ MCD_OPC_CheckField, 16, 4, 0, 118, 16, 0, // Skip to: 8345 +/* 4131 */ MCD_OPC_Decode, 172, 5, 54, // Opcode: MOVi +/* 4135 */ MCD_OPC_FilterValue, 1, 109, 16, 0, // Skip to: 8345 +/* 4140 */ MCD_OPC_CheckPredicate, 0, 104, 16, 0, // Skip to: 8345 +/* 4145 */ MCD_OPC_CheckField, 16, 4, 0, 97, 16, 0, // Skip to: 8345 +/* 4152 */ MCD_OPC_Decode, 189, 5, 54, // Opcode: MVNi +/* 4156 */ MCD_OPC_FilterValue, 2, 229, 1, 0, // Skip to: 4646 +/* 4161 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 4164 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 4200 +/* 4169 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4172 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4186 +/* 4177 */ MCD_OPC_CheckPredicate, 0, 67, 16, 0, // Skip to: 8345 +/* 4182 */ MCD_OPC_Decode, 238, 6, 55, // Opcode: STR_POST_IMM +/* 4186 */ MCD_OPC_FilterValue, 1, 58, 16, 0, // Skip to: 8345 +/* 4191 */ MCD_OPC_CheckPredicate, 0, 53, 16, 0, // Skip to: 8345 +/* 4196 */ MCD_OPC_Decode, 242, 6, 56, // Opcode: STRi12 +/* 4200 */ MCD_OPC_FilterValue, 1, 54, 0, 0, // Skip to: 4259 +/* 4205 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4208 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4222 +/* 4213 */ MCD_OPC_CheckPredicate, 0, 31, 16, 0, // Skip to: 8345 +/* 4218 */ MCD_OPC_Decode, 157, 5, 55, // Opcode: LDR_POST_IMM +/* 4222 */ MCD_OPC_FilterValue, 1, 22, 16, 0, // Skip to: 8345 +/* 4227 */ MCD_OPC_CheckPredicate, 16, 18, 0, 0, // Skip to: 4250 +/* 4232 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4250 +/* 4239 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4250 +/* 4246 */ MCD_OPC_Decode, 199, 5, 57, // Opcode: PLDWi12 +/* 4250 */ MCD_OPC_CheckPredicate, 0, 250, 15, 0, // Skip to: 8345 +/* 4255 */ MCD_OPC_Decode, 162, 5, 56, // Opcode: LDRi12 +/* 4259 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 4295 +/* 4264 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4267 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4281 +/* 4272 */ MCD_OPC_CheckPredicate, 0, 228, 15, 0, // Skip to: 8345 +/* 4277 */ MCD_OPC_Decode, 236, 6, 55, // Opcode: STRT_POST_IMM +/* 4281 */ MCD_OPC_FilterValue, 1, 219, 15, 0, // Skip to: 8345 +/* 4286 */ MCD_OPC_CheckPredicate, 0, 214, 15, 0, // Skip to: 8345 +/* 4291 */ MCD_OPC_Decode, 240, 6, 58, // Opcode: STR_PRE_IMM +/* 4295 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 4331 +/* 4300 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4303 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4317 +/* 4308 */ MCD_OPC_CheckPredicate, 0, 192, 15, 0, // Skip to: 8345 +/* 4313 */ MCD_OPC_Decode, 155, 5, 55, // Opcode: LDRT_POST_IMM +/* 4317 */ MCD_OPC_FilterValue, 1, 183, 15, 0, // Skip to: 8345 +/* 4322 */ MCD_OPC_CheckPredicate, 0, 178, 15, 0, // Skip to: 8345 +/* 4327 */ MCD_OPC_Decode, 159, 5, 59, // Opcode: LDR_PRE_IMM +/* 4331 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 4367 +/* 4336 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4339 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4353 +/* 4344 */ MCD_OPC_CheckPredicate, 0, 156, 15, 0, // Skip to: 8345 +/* 4349 */ MCD_OPC_Decode, 218, 6, 55, // Opcode: STRB_POST_IMM +/* 4353 */ MCD_OPC_FilterValue, 1, 147, 15, 0, // Skip to: 8345 +/* 4358 */ MCD_OPC_CheckPredicate, 0, 142, 15, 0, // Skip to: 8345 +/* 4363 */ MCD_OPC_Decode, 222, 6, 60, // Opcode: STRBi12 +/* 4367 */ MCD_OPC_FilterValue, 5, 77, 0, 0, // Skip to: 4449 +/* 4372 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4375 */ MCD_OPC_FilterValue, 0, 32, 0, 0, // Skip to: 4412 +/* 4380 */ MCD_OPC_CheckPredicate, 15, 18, 0, 0, // Skip to: 4403 +/* 4385 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4403 +/* 4392 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4403 +/* 4399 */ MCD_OPC_Decode, 203, 5, 57, // Opcode: PLIi12 +/* 4403 */ MCD_OPC_CheckPredicate, 0, 97, 15, 0, // Skip to: 8345 +/* 4408 */ MCD_OPC_Decode, 255, 4, 55, // Opcode: LDRB_POST_IMM +/* 4412 */ MCD_OPC_FilterValue, 1, 88, 15, 0, // Skip to: 8345 +/* 4417 */ MCD_OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 4440 +/* 4422 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4440 +/* 4429 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4440 +/* 4436 */ MCD_OPC_Decode, 201, 5, 57, // Opcode: PLDi12 +/* 4440 */ MCD_OPC_CheckPredicate, 0, 60, 15, 0, // Skip to: 8345 +/* 4445 */ MCD_OPC_Decode, 131, 5, 60, // Opcode: LDRBi12 +/* 4449 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 4485 +/* 4454 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4457 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4471 +/* 4462 */ MCD_OPC_CheckPredicate, 0, 38, 15, 0, // Skip to: 8345 +/* 4467 */ MCD_OPC_Decode, 216, 6, 55, // Opcode: STRBT_POST_IMM +/* 4471 */ MCD_OPC_FilterValue, 1, 29, 15, 0, // Skip to: 8345 +/* 4476 */ MCD_OPC_CheckPredicate, 0, 24, 15, 0, // Skip to: 8345 +/* 4481 */ MCD_OPC_Decode, 220, 6, 58, // Opcode: STRB_PRE_IMM +/* 4485 */ MCD_OPC_FilterValue, 7, 15, 15, 0, // Skip to: 8345 +/* 4490 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4493 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4507 +/* 4498 */ MCD_OPC_CheckPredicate, 0, 2, 15, 0, // Skip to: 8345 +/* 4503 */ MCD_OPC_Decode, 253, 4, 55, // Opcode: LDRBT_POST_IMM +/* 4507 */ MCD_OPC_FilterValue, 1, 249, 14, 0, // Skip to: 8345 +/* 4512 */ MCD_OPC_CheckPredicate, 17, 27, 0, 0, // Skip to: 4544 +/* 4517 */ MCD_OPC_CheckField, 28, 4, 15, 20, 0, 0, // Skip to: 4544 +/* 4524 */ MCD_OPC_CheckField, 23, 1, 0, 13, 0, 0, // Skip to: 4544 +/* 4531 */ MCD_OPC_CheckField, 0, 20, 159, 224, 63, 4, 0, 0, // Skip to: 4544 +/* 4540 */ MCD_OPC_Decode, 181, 4, 51, // Opcode: CLREX +/* 4544 */ MCD_OPC_ExtractField, 4, 16, // Inst{19-4} ... +/* 4547 */ MCD_OPC_FilterValue, 132, 254, 3, 23, 0, 0, // Skip to: 4577 +/* 4554 */ MCD_OPC_CheckPredicate, 18, 78, 0, 0, // Skip to: 4637 +/* 4559 */ MCD_OPC_CheckField, 28, 4, 15, 71, 0, 0, // Skip to: 4637 +/* 4566 */ MCD_OPC_CheckField, 23, 1, 0, 64, 0, 0, // Skip to: 4637 +/* 4573 */ MCD_OPC_Decode, 202, 4, 61, // Opcode: DSB +/* 4577 */ MCD_OPC_FilterValue, 133, 254, 3, 23, 0, 0, // Skip to: 4607 +/* 4584 */ MCD_OPC_CheckPredicate, 18, 48, 0, 0, // Skip to: 4637 +/* 4589 */ MCD_OPC_CheckField, 28, 4, 15, 41, 0, 0, // Skip to: 4637 +/* 4596 */ MCD_OPC_CheckField, 23, 1, 0, 34, 0, 0, // Skip to: 4637 +/* 4603 */ MCD_OPC_Decode, 201, 4, 61, // Opcode: DMB +/* 4607 */ MCD_OPC_FilterValue, 134, 254, 3, 23, 0, 0, // Skip to: 4637 +/* 4614 */ MCD_OPC_CheckPredicate, 18, 18, 0, 0, // Skip to: 4637 +/* 4619 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4637 +/* 4626 */ MCD_OPC_CheckField, 23, 1, 0, 4, 0, 0, // Skip to: 4637 +/* 4633 */ MCD_OPC_Decode, 221, 4, 62, // Opcode: ISB +/* 4637 */ MCD_OPC_CheckPredicate, 0, 119, 14, 0, // Skip to: 8345 +/* 4642 */ MCD_OPC_Decode, 129, 5, 59, // Opcode: LDRB_PRE_IMM +/* 4646 */ MCD_OPC_FilterValue, 3, 129, 10, 0, // Skip to: 7340 +/* 4651 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... +/* 4654 */ MCD_OPC_FilterValue, 0, 200, 2, 0, // Skip to: 5371 +/* 4659 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 4662 */ MCD_OPC_FilterValue, 0, 98, 0, 0, // Skip to: 4765 +/* 4667 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4670 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 4706 +/* 4675 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4678 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4692 +/* 4683 */ MCD_OPC_CheckPredicate, 0, 73, 14, 0, // Skip to: 8345 +/* 4688 */ MCD_OPC_Decode, 239, 6, 55, // Opcode: STR_POST_REG +/* 4692 */ MCD_OPC_FilterValue, 1, 64, 14, 0, // Skip to: 8345 +/* 4697 */ MCD_OPC_CheckPredicate, 0, 59, 14, 0, // Skip to: 8345 +/* 4702 */ MCD_OPC_Decode, 243, 6, 63, // Opcode: STRrs +/* 4706 */ MCD_OPC_FilterValue, 1, 50, 14, 0, // Skip to: 8345 +/* 4711 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 4714 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4728 +/* 4719 */ MCD_OPC_CheckPredicate, 0, 37, 14, 0, // Skip to: 8345 +/* 4724 */ MCD_OPC_Decode, 158, 5, 55, // Opcode: LDR_POST_REG +/* 4728 */ MCD_OPC_FilterValue, 1, 28, 14, 0, // Skip to: 8345 +/* 4733 */ MCD_OPC_CheckPredicate, 16, 18, 0, 0, // Skip to: 4756 +/* 4738 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4756 +/* 4745 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4756 +/* 4752 */ MCD_OPC_Decode, 200, 5, 64, // Opcode: PLDWrs +/* 4756 */ MCD_OPC_CheckPredicate, 0, 0, 14, 0, // Skip to: 8345 +/* 4761 */ MCD_OPC_Decode, 163, 5, 63, // Opcode: LDRrs +/* 4765 */ MCD_OPC_FilterValue, 1, 247, 13, 0, // Skip to: 8345 +/* 4770 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 4773 */ MCD_OPC_FilterValue, 0, 202, 0, 0, // Skip to: 4980 +/* 4778 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 4781 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 4839 +/* 4786 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4789 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 4814 +/* 4794 */ MCD_OPC_CheckPredicate, 0, 218, 13, 0, // Skip to: 8345 +/* 4799 */ MCD_OPC_CheckField, 20, 1, 1, 211, 13, 0, // Skip to: 8345 +/* 4806 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 4810 */ MCD_OPC_Decode, 235, 5, 65, // Opcode: SADD16 +/* 4814 */ MCD_OPC_FilterValue, 1, 198, 13, 0, // Skip to: 8345 +/* 4819 */ MCD_OPC_CheckPredicate, 0, 193, 13, 0, // Skip to: 8345 +/* 4824 */ MCD_OPC_CheckField, 20, 1, 1, 186, 13, 0, // Skip to: 8345 +/* 4831 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 4835 */ MCD_OPC_Decode, 236, 5, 65, // Opcode: SADD8 +/* 4839 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4860 +/* 4844 */ MCD_OPC_CheckPredicate, 1, 168, 13, 0, // Skip to: 8345 +/* 4849 */ MCD_OPC_CheckField, 20, 1, 0, 161, 13, 0, // Skip to: 8345 +/* 4856 */ MCD_OPC_Decode, 197, 5, 66, // Opcode: PKHBT +/* 4860 */ MCD_OPC_FilterValue, 2, 69, 0, 0, // Skip to: 4934 +/* 4865 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4868 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 4906 +/* 4873 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4876 */ MCD_OPC_FilterValue, 0, 136, 13, 0, // Skip to: 8345 +/* 4881 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 4897 +/* 4886 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4897 +/* 4893 */ MCD_OPC_Decode, 161, 6, 67, // Opcode: SMUAD +/* 4897 */ MCD_OPC_CheckPredicate, 1, 115, 13, 0, // Skip to: 8345 +/* 4902 */ MCD_OPC_Decode, 138, 6, 68, // Opcode: SMLAD +/* 4906 */ MCD_OPC_FilterValue, 1, 106, 13, 0, // Skip to: 8345 +/* 4911 */ MCD_OPC_CheckPredicate, 19, 101, 13, 0, // Skip to: 8345 +/* 4916 */ MCD_OPC_CheckField, 12, 4, 15, 94, 13, 0, // Skip to: 8345 +/* 4923 */ MCD_OPC_CheckField, 7, 1, 0, 87, 13, 0, // Skip to: 8345 +/* 4930 */ MCD_OPC_Decode, 243, 5, 30, // Opcode: SDIV +/* 4934 */ MCD_OPC_FilterValue, 3, 78, 13, 0, // Skip to: 8345 +/* 4939 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4942 */ MCD_OPC_FilterValue, 0, 70, 13, 0, // Skip to: 8345 +/* 4947 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4950 */ MCD_OPC_FilterValue, 0, 62, 13, 0, // Skip to: 8345 +/* 4955 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 4971 +/* 4960 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4971 +/* 4967 */ MCD_OPC_Decode, 161, 7, 30, // Opcode: USAD8 +/* 4971 */ MCD_OPC_CheckPredicate, 1, 41, 13, 0, // Skip to: 8345 +/* 4976 */ MCD_OPC_Decode, 162, 7, 39, // Opcode: USADA8 +/* 4980 */ MCD_OPC_FilterValue, 1, 113, 0, 0, // Skip to: 5098 +/* 4985 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 4988 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5020 +/* 4993 */ MCD_OPC_CheckPredicate, 0, 19, 13, 0, // Skip to: 8345 +/* 4998 */ MCD_OPC_CheckField, 20, 1, 1, 12, 13, 0, // Skip to: 8345 +/* 5005 */ MCD_OPC_CheckField, 7, 1, 0, 5, 13, 0, // Skip to: 8345 +/* 5012 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5016 */ MCD_OPC_Decode, 237, 5, 65, // Opcode: SASX +/* 5020 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 5052 +/* 5025 */ MCD_OPC_CheckPredicate, 1, 243, 12, 0, // Skip to: 8345 +/* 5030 */ MCD_OPC_CheckField, 20, 1, 0, 236, 12, 0, // Skip to: 8345 +/* 5037 */ MCD_OPC_CheckField, 7, 1, 1, 229, 12, 0, // Skip to: 8345 +/* 5044 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5048 */ MCD_OPC_Decode, 244, 5, 69, // Opcode: SEL +/* 5052 */ MCD_OPC_FilterValue, 2, 216, 12, 0, // Skip to: 8345 +/* 5057 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5060 */ MCD_OPC_FilterValue, 0, 208, 12, 0, // Skip to: 8345 +/* 5065 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5068 */ MCD_OPC_FilterValue, 0, 200, 12, 0, // Skip to: 8345 +/* 5073 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5089 +/* 5078 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5089 +/* 5085 */ MCD_OPC_Decode, 162, 6, 67, // Opcode: SMUADX +/* 5089 */ MCD_OPC_CheckPredicate, 1, 179, 12, 0, // Skip to: 8345 +/* 5094 */ MCD_OPC_Decode, 139, 6, 68, // Opcode: SMLADX +/* 5098 */ MCD_OPC_FilterValue, 2, 102, 0, 0, // Skip to: 5205 +/* 5103 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 5106 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5138 +/* 5111 */ MCD_OPC_CheckPredicate, 0, 157, 12, 0, // Skip to: 8345 +/* 5116 */ MCD_OPC_CheckField, 20, 1, 1, 150, 12, 0, // Skip to: 8345 +/* 5123 */ MCD_OPC_CheckField, 7, 1, 0, 143, 12, 0, // Skip to: 8345 +/* 5130 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5134 */ MCD_OPC_Decode, 182, 6, 65, // Opcode: SSAX +/* 5138 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 5159 +/* 5143 */ MCD_OPC_CheckPredicate, 1, 125, 12, 0, // Skip to: 8345 +/* 5148 */ MCD_OPC_CheckField, 20, 1, 0, 118, 12, 0, // Skip to: 8345 +/* 5155 */ MCD_OPC_Decode, 198, 5, 66, // Opcode: PKHTB +/* 5159 */ MCD_OPC_FilterValue, 2, 109, 12, 0, // Skip to: 8345 +/* 5164 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5167 */ MCD_OPC_FilterValue, 0, 101, 12, 0, // Skip to: 8345 +/* 5172 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5175 */ MCD_OPC_FilterValue, 0, 93, 12, 0, // Skip to: 8345 +/* 5180 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5196 +/* 5185 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5196 +/* 5192 */ MCD_OPC_Decode, 170, 6, 67, // Opcode: SMUSD +/* 5196 */ MCD_OPC_CheckPredicate, 1, 72, 12, 0, // Skip to: 8345 +/* 5201 */ MCD_OPC_Decode, 151, 6, 68, // Opcode: SMLSD +/* 5205 */ MCD_OPC_FilterValue, 3, 63, 12, 0, // Skip to: 8345 +/* 5210 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 5213 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 5271 +/* 5218 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5221 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 5246 +/* 5226 */ MCD_OPC_CheckPredicate, 0, 42, 12, 0, // Skip to: 8345 +/* 5231 */ MCD_OPC_CheckField, 20, 1, 1, 35, 12, 0, // Skip to: 8345 +/* 5238 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5242 */ MCD_OPC_Decode, 183, 6, 65, // Opcode: SSUB16 +/* 5246 */ MCD_OPC_FilterValue, 1, 22, 12, 0, // Skip to: 8345 +/* 5251 */ MCD_OPC_CheckPredicate, 0, 17, 12, 0, // Skip to: 8345 +/* 5256 */ MCD_OPC_CheckField, 20, 1, 1, 10, 12, 0, // Skip to: 8345 +/* 5263 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5267 */ MCD_OPC_Decode, 184, 6, 65, // Opcode: SSUB8 +/* 5271 */ MCD_OPC_FilterValue, 1, 49, 0, 0, // Skip to: 5325 +/* 5276 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5279 */ MCD_OPC_FilterValue, 0, 245, 11, 0, // Skip to: 8345 +/* 5284 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5287 */ MCD_OPC_FilterValue, 0, 237, 11, 0, // Skip to: 8345 +/* 5292 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5312 +/* 5297 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5312 +/* 5304 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5308 */ MCD_OPC_Decode, 255, 6, 70, // Opcode: SXTB16 +/* 5312 */ MCD_OPC_CheckPredicate, 1, 212, 11, 0, // Skip to: 8345 +/* 5317 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5321 */ MCD_OPC_Decode, 252, 6, 71, // Opcode: SXTAB16 +/* 5325 */ MCD_OPC_FilterValue, 2, 199, 11, 0, // Skip to: 8345 +/* 5330 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5333 */ MCD_OPC_FilterValue, 0, 191, 11, 0, // Skip to: 8345 +/* 5338 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5341 */ MCD_OPC_FilterValue, 0, 183, 11, 0, // Skip to: 8345 +/* 5346 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5362 +/* 5351 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5362 +/* 5358 */ MCD_OPC_Decode, 171, 6, 67, // Opcode: SMUSDX +/* 5362 */ MCD_OPC_CheckPredicate, 1, 162, 11, 0, // Skip to: 8345 +/* 5367 */ MCD_OPC_Decode, 152, 6, 68, // Opcode: SMLSDX +/* 5371 */ MCD_OPC_FilterValue, 1, 106, 2, 0, // Skip to: 5994 +/* 5376 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 5379 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 5459 +/* 5384 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5387 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 5423 +/* 5392 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 5395 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5409 +/* 5400 */ MCD_OPC_CheckPredicate, 0, 124, 11, 0, // Skip to: 8345 +/* 5405 */ MCD_OPC_Decode, 237, 6, 55, // Opcode: STRT_POST_REG +/* 5409 */ MCD_OPC_FilterValue, 1, 115, 11, 0, // Skip to: 8345 +/* 5414 */ MCD_OPC_CheckPredicate, 0, 110, 11, 0, // Skip to: 8345 +/* 5419 */ MCD_OPC_Decode, 241, 6, 72, // Opcode: STR_PRE_REG +/* 5423 */ MCD_OPC_FilterValue, 1, 101, 11, 0, // Skip to: 8345 +/* 5428 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 5431 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5445 +/* 5436 */ MCD_OPC_CheckPredicate, 0, 88, 11, 0, // Skip to: 8345 +/* 5441 */ MCD_OPC_Decode, 156, 5, 55, // Opcode: LDRT_POST_REG +/* 5445 */ MCD_OPC_FilterValue, 1, 79, 11, 0, // Skip to: 8345 +/* 5450 */ MCD_OPC_CheckPredicate, 0, 74, 11, 0, // Skip to: 8345 +/* 5455 */ MCD_OPC_Decode, 160, 5, 73, // Opcode: LDR_PRE_REG +/* 5459 */ MCD_OPC_FilterValue, 1, 65, 11, 0, // Skip to: 8345 +/* 5464 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 5467 */ MCD_OPC_FilterValue, 0, 11, 1, 0, // Skip to: 5739 +/* 5472 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 5475 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 5519 +/* 5480 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5483 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5501 +/* 5488 */ MCD_OPC_CheckPredicate, 0, 36, 11, 0, // Skip to: 8345 +/* 5493 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5497 */ MCD_OPC_Decode, 206, 5, 65, // Opcode: QADD16 +/* 5501 */ MCD_OPC_FilterValue, 1, 23, 11, 0, // Skip to: 8345 +/* 5506 */ MCD_OPC_CheckPredicate, 0, 18, 11, 0, // Skip to: 8345 +/* 5511 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5515 */ MCD_OPC_Decode, 129, 6, 65, // Opcode: SHADD16 +/* 5519 */ MCD_OPC_FilterValue, 1, 39, 0, 0, // Skip to: 5563 +/* 5524 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5527 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5545 +/* 5532 */ MCD_OPC_CheckPredicate, 0, 248, 10, 0, // Skip to: 8345 +/* 5537 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5541 */ MCD_OPC_Decode, 208, 5, 65, // Opcode: QASX +/* 5545 */ MCD_OPC_FilterValue, 1, 235, 10, 0, // Skip to: 8345 +/* 5550 */ MCD_OPC_CheckPredicate, 0, 230, 10, 0, // Skip to: 8345 +/* 5555 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5559 */ MCD_OPC_Decode, 131, 6, 65, // Opcode: SHASX +/* 5563 */ MCD_OPC_FilterValue, 2, 39, 0, 0, // Skip to: 5607 +/* 5568 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5571 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5589 +/* 5576 */ MCD_OPC_CheckPredicate, 0, 204, 10, 0, // Skip to: 8345 +/* 5581 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5585 */ MCD_OPC_Decode, 211, 5, 65, // Opcode: QSAX +/* 5589 */ MCD_OPC_FilterValue, 1, 191, 10, 0, // Skip to: 8345 +/* 5594 */ MCD_OPC_CheckPredicate, 0, 186, 10, 0, // Skip to: 8345 +/* 5599 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5603 */ MCD_OPC_Decode, 132, 6, 65, // Opcode: SHSAX +/* 5607 */ MCD_OPC_FilterValue, 3, 39, 0, 0, // Skip to: 5651 +/* 5612 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5615 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5633 +/* 5620 */ MCD_OPC_CheckPredicate, 0, 160, 10, 0, // Skip to: 8345 +/* 5625 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5629 */ MCD_OPC_Decode, 213, 5, 65, // Opcode: QSUB16 +/* 5633 */ MCD_OPC_FilterValue, 1, 147, 10, 0, // Skip to: 8345 +/* 5638 */ MCD_OPC_CheckPredicate, 0, 142, 10, 0, // Skip to: 8345 +/* 5643 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5647 */ MCD_OPC_Decode, 133, 6, 65, // Opcode: SHSUB16 +/* 5651 */ MCD_OPC_FilterValue, 4, 39, 0, 0, // Skip to: 5695 +/* 5656 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5659 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5677 +/* 5664 */ MCD_OPC_CheckPredicate, 0, 116, 10, 0, // Skip to: 8345 +/* 5669 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5673 */ MCD_OPC_Decode, 207, 5, 65, // Opcode: QADD8 +/* 5677 */ MCD_OPC_FilterValue, 1, 103, 10, 0, // Skip to: 8345 +/* 5682 */ MCD_OPC_CheckPredicate, 0, 98, 10, 0, // Skip to: 8345 +/* 5687 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5691 */ MCD_OPC_Decode, 130, 6, 65, // Opcode: SHADD8 +/* 5695 */ MCD_OPC_FilterValue, 7, 85, 10, 0, // Skip to: 8345 +/* 5700 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5703 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5721 +/* 5708 */ MCD_OPC_CheckPredicate, 0, 72, 10, 0, // Skip to: 8345 +/* 5713 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5717 */ MCD_OPC_Decode, 214, 5, 65, // Opcode: QSUB8 +/* 5721 */ MCD_OPC_FilterValue, 1, 59, 10, 0, // Skip to: 8345 +/* 5726 */ MCD_OPC_CheckPredicate, 0, 54, 10, 0, // Skip to: 8345 +/* 5731 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 5735 */ MCD_OPC_Decode, 134, 6, 65, // Opcode: SHSUB8 +/* 5739 */ MCD_OPC_FilterValue, 1, 194, 0, 0, // Skip to: 5938 +/* 5744 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 5747 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5761 +/* 5752 */ MCD_OPC_CheckPredicate, 1, 28, 10, 0, // Skip to: 8345 +/* 5757 */ MCD_OPC_Decode, 180, 6, 74, // Opcode: SSAT +/* 5761 */ MCD_OPC_FilterValue, 1, 19, 10, 0, // Skip to: 8345 +/* 5766 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 5769 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 5826 +/* 5774 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5777 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5798 +/* 5782 */ MCD_OPC_CheckPredicate, 1, 254, 9, 0, // Skip to: 8345 +/* 5787 */ MCD_OPC_CheckField, 8, 4, 15, 247, 9, 0, // Skip to: 8345 +/* 5794 */ MCD_OPC_Decode, 181, 6, 75, // Opcode: SSAT16 +/* 5798 */ MCD_OPC_FilterValue, 1, 238, 9, 0, // Skip to: 8345 +/* 5803 */ MCD_OPC_CheckPredicate, 1, 233, 9, 0, // Skip to: 8345 +/* 5808 */ MCD_OPC_CheckField, 16, 4, 15, 226, 9, 0, // Skip to: 8345 +/* 5815 */ MCD_OPC_CheckField, 8, 4, 15, 219, 9, 0, // Skip to: 8345 +/* 5822 */ MCD_OPC_Decode, 216, 5, 35, // Opcode: REV +/* 5826 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 5910 +/* 5831 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5834 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 5872 +/* 5839 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5859 +/* 5844 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5859 +/* 5851 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5855 */ MCD_OPC_Decode, 254, 6, 70, // Opcode: SXTB +/* 5859 */ MCD_OPC_CheckPredicate, 1, 177, 9, 0, // Skip to: 8345 +/* 5864 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5868 */ MCD_OPC_Decode, 251, 6, 71, // Opcode: SXTAB +/* 5872 */ MCD_OPC_FilterValue, 1, 164, 9, 0, // Skip to: 8345 +/* 5877 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5897 +/* 5882 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5897 +/* 5889 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5893 */ MCD_OPC_Decode, 128, 7, 70, // Opcode: SXTH +/* 5897 */ MCD_OPC_CheckPredicate, 1, 139, 9, 0, // Skip to: 8345 +/* 5902 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 5906 */ MCD_OPC_Decode, 253, 6, 71, // Opcode: SXTAH +/* 5910 */ MCD_OPC_FilterValue, 2, 126, 9, 0, // Skip to: 8345 +/* 5915 */ MCD_OPC_CheckPredicate, 1, 121, 9, 0, // Skip to: 8345 +/* 5920 */ MCD_OPC_CheckField, 16, 5, 31, 114, 9, 0, // Skip to: 8345 +/* 5927 */ MCD_OPC_CheckField, 8, 4, 15, 107, 9, 0, // Skip to: 8345 +/* 5934 */ MCD_OPC_Decode, 217, 5, 35, // Opcode: REV16 +/* 5938 */ MCD_OPC_FilterValue, 2, 30, 0, 0, // Skip to: 5973 +/* 5943 */ MCD_OPC_CheckPredicate, 19, 93, 9, 0, // Skip to: 8345 +/* 5948 */ MCD_OPC_CheckField, 20, 1, 1, 86, 9, 0, // Skip to: 8345 +/* 5955 */ MCD_OPC_CheckField, 12, 4, 15, 79, 9, 0, // Skip to: 8345 +/* 5962 */ MCD_OPC_CheckField, 5, 3, 0, 72, 9, 0, // Skip to: 8345 +/* 5969 */ MCD_OPC_Decode, 145, 7, 30, // Opcode: UDIV +/* 5973 */ MCD_OPC_FilterValue, 3, 63, 9, 0, // Skip to: 8345 +/* 5978 */ MCD_OPC_CheckPredicate, 13, 58, 9, 0, // Skip to: 8345 +/* 5983 */ MCD_OPC_CheckField, 5, 2, 2, 51, 9, 0, // Skip to: 8345 +/* 5990 */ MCD_OPC_Decode, 242, 5, 76, // Opcode: SBFX +/* 5994 */ MCD_OPC_FilterValue, 2, 155, 2, 0, // Skip to: 6666 +/* 5999 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 6002 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 6128 +/* 6007 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6010 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6046 +/* 6015 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 6018 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6032 +/* 6023 */ MCD_OPC_CheckPredicate, 0, 13, 9, 0, // Skip to: 8345 +/* 6028 */ MCD_OPC_Decode, 219, 6, 55, // Opcode: STRB_POST_REG +/* 6032 */ MCD_OPC_FilterValue, 1, 4, 9, 0, // Skip to: 8345 +/* 6037 */ MCD_OPC_CheckPredicate, 0, 255, 8, 0, // Skip to: 8345 +/* 6042 */ MCD_OPC_Decode, 223, 6, 77, // Opcode: STRBrs +/* 6046 */ MCD_OPC_FilterValue, 1, 246, 8, 0, // Skip to: 8345 +/* 6051 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 6054 */ MCD_OPC_FilterValue, 0, 32, 0, 0, // Skip to: 6091 +/* 6059 */ MCD_OPC_CheckPredicate, 15, 18, 0, 0, // Skip to: 6082 +/* 6064 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 6082 +/* 6071 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6082 +/* 6078 */ MCD_OPC_Decode, 204, 5, 64, // Opcode: PLIrs +/* 6082 */ MCD_OPC_CheckPredicate, 0, 210, 8, 0, // Skip to: 8345 +/* 6087 */ MCD_OPC_Decode, 128, 5, 55, // Opcode: LDRB_POST_REG +/* 6091 */ MCD_OPC_FilterValue, 1, 201, 8, 0, // Skip to: 8345 +/* 6096 */ MCD_OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 6119 +/* 6101 */ MCD_OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 6119 +/* 6108 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6119 +/* 6115 */ MCD_OPC_Decode, 202, 5, 64, // Opcode: PLDrs +/* 6119 */ MCD_OPC_CheckPredicate, 0, 173, 8, 0, // Skip to: 8345 +/* 6124 */ MCD_OPC_Decode, 132, 5, 77, // Opcode: LDRBrs +/* 6128 */ MCD_OPC_FilterValue, 1, 164, 8, 0, // Skip to: 8345 +/* 6133 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 6136 */ MCD_OPC_FilterValue, 0, 158, 0, 0, // Skip to: 6299 +/* 6141 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 6144 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 6202 +/* 6149 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6152 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6177 +/* 6157 */ MCD_OPC_CheckPredicate, 0, 135, 8, 0, // Skip to: 8345 +/* 6162 */ MCD_OPC_CheckField, 20, 1, 1, 128, 8, 0, // Skip to: 8345 +/* 6169 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6173 */ MCD_OPC_Decode, 140, 7, 65, // Opcode: UADD16 +/* 6177 */ MCD_OPC_FilterValue, 1, 115, 8, 0, // Skip to: 8345 +/* 6182 */ MCD_OPC_CheckPredicate, 0, 110, 8, 0, // Skip to: 8345 +/* 6187 */ MCD_OPC_CheckField, 20, 1, 1, 103, 8, 0, // Skip to: 8345 +/* 6194 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6198 */ MCD_OPC_Decode, 141, 7, 65, // Opcode: UADD8 +/* 6202 */ MCD_OPC_FilterValue, 2, 62, 0, 0, // Skip to: 6269 +/* 6207 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6210 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6231 +/* 6215 */ MCD_OPC_CheckPredicate, 1, 77, 8, 0, // Skip to: 8345 +/* 6220 */ MCD_OPC_CheckField, 7, 1, 0, 70, 8, 0, // Skip to: 8345 +/* 6227 */ MCD_OPC_Decode, 143, 6, 19, // Opcode: SMLALD +/* 6231 */ MCD_OPC_FilterValue, 1, 61, 8, 0, // Skip to: 8345 +/* 6236 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6239 */ MCD_OPC_FilterValue, 0, 53, 8, 0, // Skip to: 8345 +/* 6244 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 6260 +/* 6249 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6260 +/* 6256 */ MCD_OPC_Decode, 159, 6, 30, // Opcode: SMMUL +/* 6260 */ MCD_OPC_CheckPredicate, 1, 32, 8, 0, // Skip to: 8345 +/* 6265 */ MCD_OPC_Decode, 155, 6, 39, // Opcode: SMMLA +/* 6269 */ MCD_OPC_FilterValue, 3, 23, 8, 0, // Skip to: 8345 +/* 6274 */ MCD_OPC_CheckPredicate, 13, 11, 0, 0, // Skip to: 6290 +/* 6279 */ MCD_OPC_CheckField, 0, 4, 15, 4, 0, 0, // Skip to: 6290 +/* 6286 */ MCD_OPC_Decode, 162, 4, 78, // Opcode: BFC +/* 6290 */ MCD_OPC_CheckPredicate, 13, 2, 8, 0, // Skip to: 8345 +/* 6295 */ MCD_OPC_Decode, 163, 4, 79, // Opcode: BFI +/* 6299 */ MCD_OPC_FilterValue, 1, 102, 0, 0, // Skip to: 6406 +/* 6304 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6307 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 6335 +/* 6312 */ MCD_OPC_CheckPredicate, 1, 236, 7, 0, // Skip to: 8345 +/* 6317 */ MCD_OPC_CheckField, 23, 2, 2, 229, 7, 0, // Skip to: 8345 +/* 6324 */ MCD_OPC_CheckField, 7, 1, 0, 222, 7, 0, // Skip to: 8345 +/* 6331 */ MCD_OPC_Decode, 144, 6, 19, // Opcode: SMLALDX +/* 6335 */ MCD_OPC_FilterValue, 1, 213, 7, 0, // Skip to: 8345 +/* 6340 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 6343 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6368 +/* 6348 */ MCD_OPC_CheckPredicate, 0, 200, 7, 0, // Skip to: 8345 +/* 6353 */ MCD_OPC_CheckField, 7, 1, 0, 193, 7, 0, // Skip to: 8345 +/* 6360 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6364 */ MCD_OPC_Decode, 142, 7, 65, // Opcode: UASX +/* 6368 */ MCD_OPC_FilterValue, 2, 180, 7, 0, // Skip to: 8345 +/* 6373 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6376 */ MCD_OPC_FilterValue, 0, 172, 7, 0, // Skip to: 8345 +/* 6381 */ MCD_OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 6397 +/* 6386 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6397 +/* 6393 */ MCD_OPC_Decode, 160, 6, 30, // Opcode: SMMULR +/* 6397 */ MCD_OPC_CheckPredicate, 1, 151, 7, 0, // Skip to: 8345 +/* 6402 */ MCD_OPC_Decode, 156, 6, 39, // Opcode: SMMLAR +/* 6406 */ MCD_OPC_FilterValue, 2, 85, 0, 0, // Skip to: 6496 +/* 6411 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6414 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 6468 +/* 6419 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6422 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6443 +/* 6427 */ MCD_OPC_CheckPredicate, 1, 121, 7, 0, // Skip to: 8345 +/* 6432 */ MCD_OPC_CheckField, 23, 2, 2, 114, 7, 0, // Skip to: 8345 +/* 6439 */ MCD_OPC_Decode, 153, 6, 19, // Opcode: SMLSLD +/* 6443 */ MCD_OPC_FilterValue, 1, 105, 7, 0, // Skip to: 8345 +/* 6448 */ MCD_OPC_CheckPredicate, 0, 100, 7, 0, // Skip to: 8345 +/* 6453 */ MCD_OPC_CheckField, 23, 2, 0, 93, 7, 0, // Skip to: 8345 +/* 6460 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6464 */ MCD_OPC_Decode, 165, 7, 65, // Opcode: USAX +/* 6468 */ MCD_OPC_FilterValue, 1, 80, 7, 0, // Skip to: 8345 +/* 6473 */ MCD_OPC_CheckPredicate, 1, 75, 7, 0, // Skip to: 8345 +/* 6478 */ MCD_OPC_CheckField, 23, 2, 2, 68, 7, 0, // Skip to: 8345 +/* 6485 */ MCD_OPC_CheckField, 20, 1, 1, 61, 7, 0, // Skip to: 8345 +/* 6492 */ MCD_OPC_Decode, 157, 6, 39, // Opcode: SMMLS +/* 6496 */ MCD_OPC_FilterValue, 3, 52, 7, 0, // Skip to: 8345 +/* 6501 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 6504 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 6562 +/* 6509 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6512 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6537 +/* 6517 */ MCD_OPC_CheckPredicate, 0, 31, 7, 0, // Skip to: 8345 +/* 6522 */ MCD_OPC_CheckField, 20, 1, 1, 24, 7, 0, // Skip to: 8345 +/* 6529 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6533 */ MCD_OPC_Decode, 166, 7, 65, // Opcode: USUB16 +/* 6537 */ MCD_OPC_FilterValue, 1, 11, 7, 0, // Skip to: 8345 +/* 6542 */ MCD_OPC_CheckPredicate, 0, 6, 7, 0, // Skip to: 8345 +/* 6547 */ MCD_OPC_CheckField, 20, 1, 1, 255, 6, 0, // Skip to: 8345 +/* 6554 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6558 */ MCD_OPC_Decode, 167, 7, 65, // Opcode: USUB8 +/* 6562 */ MCD_OPC_FilterValue, 1, 49, 0, 0, // Skip to: 6616 +/* 6567 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6570 */ MCD_OPC_FilterValue, 0, 234, 6, 0, // Skip to: 8345 +/* 6575 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6578 */ MCD_OPC_FilterValue, 0, 226, 6, 0, // Skip to: 8345 +/* 6583 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 6603 +/* 6588 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 6603 +/* 6595 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 6599 */ MCD_OPC_Decode, 172, 7, 70, // Opcode: UXTB16 +/* 6603 */ MCD_OPC_CheckPredicate, 1, 201, 6, 0, // Skip to: 8345 +/* 6608 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 6612 */ MCD_OPC_Decode, 169, 7, 71, // Opcode: UXTAB16 +/* 6616 */ MCD_OPC_FilterValue, 2, 188, 6, 0, // Skip to: 8345 +/* 6621 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6624 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6645 +/* 6629 */ MCD_OPC_CheckPredicate, 1, 175, 6, 0, // Skip to: 8345 +/* 6634 */ MCD_OPC_CheckField, 20, 1, 0, 168, 6, 0, // Skip to: 8345 +/* 6641 */ MCD_OPC_Decode, 154, 6, 19, // Opcode: SMLSLDX +/* 6645 */ MCD_OPC_FilterValue, 1, 159, 6, 0, // Skip to: 8345 +/* 6650 */ MCD_OPC_CheckPredicate, 1, 154, 6, 0, // Skip to: 8345 +/* 6655 */ MCD_OPC_CheckField, 20, 1, 1, 147, 6, 0, // Skip to: 8345 +/* 6662 */ MCD_OPC_Decode, 158, 6, 39, // Opcode: SMMLSR +/* 6666 */ MCD_OPC_FilterValue, 3, 138, 6, 0, // Skip to: 8345 +/* 6671 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 6674 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 6754 +/* 6679 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6682 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6718 +/* 6687 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 6690 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6704 +/* 6695 */ MCD_OPC_CheckPredicate, 0, 109, 6, 0, // Skip to: 8345 +/* 6700 */ MCD_OPC_Decode, 217, 6, 55, // Opcode: STRBT_POST_REG +/* 6704 */ MCD_OPC_FilterValue, 1, 100, 6, 0, // Skip to: 8345 +/* 6709 */ MCD_OPC_CheckPredicate, 0, 95, 6, 0, // Skip to: 8345 +/* 6714 */ MCD_OPC_Decode, 221, 6, 72, // Opcode: STRB_PRE_REG +/* 6718 */ MCD_OPC_FilterValue, 1, 86, 6, 0, // Skip to: 8345 +/* 6723 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 6726 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6740 +/* 6731 */ MCD_OPC_CheckPredicate, 0, 73, 6, 0, // Skip to: 8345 +/* 6736 */ MCD_OPC_Decode, 254, 4, 55, // Opcode: LDRBT_POST_REG +/* 6740 */ MCD_OPC_FilterValue, 1, 64, 6, 0, // Skip to: 8345 +/* 6745 */ MCD_OPC_CheckPredicate, 0, 59, 6, 0, // Skip to: 8345 +/* 6750 */ MCD_OPC_Decode, 130, 5, 73, // Opcode: LDRB_PRE_REG +/* 6754 */ MCD_OPC_FilterValue, 1, 50, 6, 0, // Skip to: 8345 +/* 6759 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 6762 */ MCD_OPC_FilterValue, 0, 11, 1, 0, // Skip to: 7034 +/* 6767 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 6770 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 6814 +/* 6775 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6778 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6796 +/* 6783 */ MCD_OPC_CheckPredicate, 0, 21, 6, 0, // Skip to: 8345 +/* 6788 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6792 */ MCD_OPC_Decode, 155, 7, 65, // Opcode: UQADD16 +/* 6796 */ MCD_OPC_FilterValue, 1, 8, 6, 0, // Skip to: 8345 +/* 6801 */ MCD_OPC_CheckPredicate, 0, 3, 6, 0, // Skip to: 8345 +/* 6806 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6810 */ MCD_OPC_Decode, 146, 7, 65, // Opcode: UHADD16 +/* 6814 */ MCD_OPC_FilterValue, 1, 39, 0, 0, // Skip to: 6858 +/* 6819 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6822 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6840 +/* 6827 */ MCD_OPC_CheckPredicate, 0, 233, 5, 0, // Skip to: 8345 +/* 6832 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6836 */ MCD_OPC_Decode, 157, 7, 65, // Opcode: UQASX +/* 6840 */ MCD_OPC_FilterValue, 1, 220, 5, 0, // Skip to: 8345 +/* 6845 */ MCD_OPC_CheckPredicate, 0, 215, 5, 0, // Skip to: 8345 +/* 6850 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6854 */ MCD_OPC_Decode, 148, 7, 65, // Opcode: UHASX +/* 6858 */ MCD_OPC_FilterValue, 2, 39, 0, 0, // Skip to: 6902 +/* 6863 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6866 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6884 +/* 6871 */ MCD_OPC_CheckPredicate, 0, 189, 5, 0, // Skip to: 8345 +/* 6876 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6880 */ MCD_OPC_Decode, 158, 7, 65, // Opcode: UQSAX +/* 6884 */ MCD_OPC_FilterValue, 1, 176, 5, 0, // Skip to: 8345 +/* 6889 */ MCD_OPC_CheckPredicate, 0, 171, 5, 0, // Skip to: 8345 +/* 6894 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6898 */ MCD_OPC_Decode, 149, 7, 65, // Opcode: UHSAX +/* 6902 */ MCD_OPC_FilterValue, 3, 39, 0, 0, // Skip to: 6946 +/* 6907 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6910 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6928 +/* 6915 */ MCD_OPC_CheckPredicate, 0, 145, 5, 0, // Skip to: 8345 +/* 6920 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6924 */ MCD_OPC_Decode, 159, 7, 65, // Opcode: UQSUB16 +/* 6928 */ MCD_OPC_FilterValue, 1, 132, 5, 0, // Skip to: 8345 +/* 6933 */ MCD_OPC_CheckPredicate, 0, 127, 5, 0, // Skip to: 8345 +/* 6938 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6942 */ MCD_OPC_Decode, 150, 7, 65, // Opcode: UHSUB16 +/* 6946 */ MCD_OPC_FilterValue, 4, 39, 0, 0, // Skip to: 6990 +/* 6951 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6954 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6972 +/* 6959 */ MCD_OPC_CheckPredicate, 0, 101, 5, 0, // Skip to: 8345 +/* 6964 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6968 */ MCD_OPC_Decode, 156, 7, 65, // Opcode: UQADD8 +/* 6972 */ MCD_OPC_FilterValue, 1, 88, 5, 0, // Skip to: 8345 +/* 6977 */ MCD_OPC_CheckPredicate, 0, 83, 5, 0, // Skip to: 8345 +/* 6982 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 6986 */ MCD_OPC_Decode, 147, 7, 65, // Opcode: UHADD8 +/* 6990 */ MCD_OPC_FilterValue, 7, 70, 5, 0, // Skip to: 8345 +/* 6995 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6998 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 7016 +/* 7003 */ MCD_OPC_CheckPredicate, 0, 57, 5, 0, // Skip to: 8345 +/* 7008 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 7012 */ MCD_OPC_Decode, 160, 7, 65, // Opcode: UQSUB8 +/* 7016 */ MCD_OPC_FilterValue, 1, 44, 5, 0, // Skip to: 8345 +/* 7021 */ MCD_OPC_CheckPredicate, 0, 39, 5, 0, // Skip to: 8345 +/* 7026 */ MCD_OPC_SoftFail, 0, 128, 30 /* 0xf00 */, +/* 7030 */ MCD_OPC_Decode, 151, 7, 65, // Opcode: UHSUB8 +/* 7034 */ MCD_OPC_FilterValue, 1, 194, 0, 0, // Skip to: 7233 +/* 7039 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 7042 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7056 +/* 7047 */ MCD_OPC_CheckPredicate, 1, 13, 5, 0, // Skip to: 8345 +/* 7052 */ MCD_OPC_Decode, 163, 7, 74, // Opcode: USAT +/* 7056 */ MCD_OPC_FilterValue, 1, 4, 5, 0, // Skip to: 8345 +/* 7061 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7064 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 7121 +/* 7069 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7072 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7093 +/* 7077 */ MCD_OPC_CheckPredicate, 1, 239, 4, 0, // Skip to: 8345 +/* 7082 */ MCD_OPC_CheckField, 8, 4, 15, 232, 4, 0, // Skip to: 8345 +/* 7089 */ MCD_OPC_Decode, 164, 7, 75, // Opcode: USAT16 +/* 7093 */ MCD_OPC_FilterValue, 1, 223, 4, 0, // Skip to: 8345 +/* 7098 */ MCD_OPC_CheckPredicate, 13, 218, 4, 0, // Skip to: 8345 +/* 7103 */ MCD_OPC_CheckField, 16, 4, 15, 211, 4, 0, // Skip to: 8345 +/* 7110 */ MCD_OPC_CheckField, 8, 4, 15, 204, 4, 0, // Skip to: 8345 +/* 7117 */ MCD_OPC_Decode, 215, 5, 35, // Opcode: RBIT +/* 7121 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 7205 +/* 7126 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7129 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 7167 +/* 7134 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 7154 +/* 7139 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 7154 +/* 7146 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 7150 */ MCD_OPC_Decode, 171, 7, 70, // Opcode: UXTB +/* 7154 */ MCD_OPC_CheckPredicate, 1, 162, 4, 0, // Skip to: 8345 +/* 7159 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 7163 */ MCD_OPC_Decode, 168, 7, 71, // Opcode: UXTAB +/* 7167 */ MCD_OPC_FilterValue, 1, 149, 4, 0, // Skip to: 8345 +/* 7172 */ MCD_OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 7192 +/* 7177 */ MCD_OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 7192 +/* 7184 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 7188 */ MCD_OPC_Decode, 173, 7, 70, // Opcode: UXTH +/* 7192 */ MCD_OPC_CheckPredicate, 1, 124, 4, 0, // Skip to: 8345 +/* 7197 */ MCD_OPC_SoftFail, 128, 6 /* 0x300 */, 0, +/* 7201 */ MCD_OPC_Decode, 170, 7, 71, // Opcode: UXTAH +/* 7205 */ MCD_OPC_FilterValue, 2, 111, 4, 0, // Skip to: 8345 +/* 7210 */ MCD_OPC_CheckPredicate, 1, 106, 4, 0, // Skip to: 8345 +/* 7215 */ MCD_OPC_CheckField, 16, 5, 31, 99, 4, 0, // Skip to: 8345 +/* 7222 */ MCD_OPC_CheckField, 8, 4, 15, 92, 4, 0, // Skip to: 8345 +/* 7229 */ MCD_OPC_Decode, 218, 5, 35, // Opcode: REVSH +/* 7233 */ MCD_OPC_FilterValue, 3, 83, 4, 0, // Skip to: 8345 +/* 7238 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... +/* 7241 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7255 +/* 7246 */ MCD_OPC_CheckPredicate, 13, 70, 4, 0, // Skip to: 8345 +/* 7251 */ MCD_OPC_Decode, 143, 7, 76, // Opcode: UBFX +/* 7255 */ MCD_OPC_FilterValue, 3, 61, 4, 0, // Skip to: 8345 +/* 7260 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 7263 */ MCD_OPC_FilterValue, 1, 53, 4, 0, // Skip to: 8345 +/* 7268 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7271 */ MCD_OPC_FilterValue, 1, 45, 4, 0, // Skip to: 8345 +/* 7276 */ MCD_OPC_ExtractField, 28, 4, // Inst{31-28} ... +/* 7279 */ MCD_OPC_FilterValue, 14, 37, 4, 0, // Skip to: 8345 +/* 7284 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 7287 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7309 +/* 7292 */ MCD_OPC_CheckPredicate, 20, 34, 0, 0, // Skip to: 7331 +/* 7297 */ MCD_OPC_CheckField, 8, 12, 222, 29, 26, 0, 0, // Skip to: 7331 +/* 7305 */ MCD_OPC_Decode, 134, 7, 51, // Opcode: TRAPNaCl +/* 7309 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7331 +/* 7314 */ MCD_OPC_CheckPredicate, 0, 12, 0, 0, // Skip to: 7331 +/* 7319 */ MCD_OPC_CheckField, 8, 12, 222, 31, 4, 0, 0, // Skip to: 7331 +/* 7327 */ MCD_OPC_Decode, 133, 7, 51, // Opcode: TRAP +/* 7331 */ MCD_OPC_CheckPredicate, 0, 241, 3, 0, // Skip to: 8345 +/* 7336 */ MCD_OPC_Decode, 144, 7, 15, // Opcode: UDF +/* 7340 */ MCD_OPC_FilterValue, 4, 75, 3, 0, // Skip to: 8188 +/* 7345 */ MCD_OPC_ExtractField, 20, 5, // Inst{24-20} ... +/* 7348 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7362 +/* 7353 */ MCD_OPC_CheckPredicate, 0, 219, 3, 0, // Skip to: 8345 +/* 7358 */ MCD_OPC_Decode, 208, 6, 80, // Opcode: STMDA +/* 7362 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 7400 +/* 7367 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7391 +/* 7372 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7391 +/* 7379 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7391 +/* 7387 */ MCD_OPC_Decode, 219, 5, 81, // Opcode: RFEDA +/* 7391 */ MCD_OPC_CheckPredicate, 0, 181, 3, 0, // Skip to: 8345 +/* 7396 */ MCD_OPC_Decode, 245, 4, 80, // Opcode: LDMDA +/* 7400 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7414 +/* 7405 */ MCD_OPC_CheckPredicate, 0, 167, 3, 0, // Skip to: 8345 +/* 7410 */ MCD_OPC_Decode, 209, 6, 82, // Opcode: STMDA_UPD +/* 7414 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 7452 +/* 7419 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7443 +/* 7424 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7443 +/* 7431 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7443 +/* 7439 */ MCD_OPC_Decode, 220, 5, 81, // Opcode: RFEDA_UPD +/* 7443 */ MCD_OPC_CheckPredicate, 0, 129, 3, 0, // Skip to: 8345 +/* 7448 */ MCD_OPC_Decode, 246, 4, 82, // Opcode: LDMDA_UPD +/* 7452 */ MCD_OPC_FilterValue, 4, 34, 0, 0, // Skip to: 7491 +/* 7457 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7482 +/* 7462 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7482 +/* 7469 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7482 +/* 7478 */ MCD_OPC_Decode, 172, 6, 83, // Opcode: SRSDA +/* 7482 */ MCD_OPC_CheckPredicate, 0, 90, 3, 0, // Skip to: 8345 +/* 7487 */ MCD_OPC_Decode, 190, 21, 80, // Opcode: sysSTMDA +/* 7491 */ MCD_OPC_FilterValue, 5, 9, 0, 0, // Skip to: 7505 +/* 7496 */ MCD_OPC_CheckPredicate, 0, 76, 3, 0, // Skip to: 8345 +/* 7501 */ MCD_OPC_Decode, 182, 21, 80, // Opcode: sysLDMDA +/* 7505 */ MCD_OPC_FilterValue, 6, 34, 0, 0, // Skip to: 7544 +/* 7510 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7535 +/* 7515 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7535 +/* 7522 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7535 +/* 7531 */ MCD_OPC_Decode, 173, 6, 83, // Opcode: SRSDA_UPD +/* 7535 */ MCD_OPC_CheckPredicate, 0, 37, 3, 0, // Skip to: 8345 +/* 7540 */ MCD_OPC_Decode, 191, 21, 82, // Opcode: sysSTMDA_UPD +/* 7544 */ MCD_OPC_FilterValue, 7, 9, 0, 0, // Skip to: 7558 +/* 7549 */ MCD_OPC_CheckPredicate, 0, 23, 3, 0, // Skip to: 8345 +/* 7554 */ MCD_OPC_Decode, 183, 21, 82, // Opcode: sysLDMDA_UPD +/* 7558 */ MCD_OPC_FilterValue, 8, 9, 0, 0, // Skip to: 7572 +/* 7563 */ MCD_OPC_CheckPredicate, 0, 9, 3, 0, // Skip to: 8345 +/* 7568 */ MCD_OPC_Decode, 212, 6, 80, // Opcode: STMIA +/* 7572 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 7610 +/* 7577 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7601 +/* 7582 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7601 +/* 7589 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7601 +/* 7597 */ MCD_OPC_Decode, 223, 5, 81, // Opcode: RFEIA +/* 7601 */ MCD_OPC_CheckPredicate, 0, 227, 2, 0, // Skip to: 8345 +/* 7606 */ MCD_OPC_Decode, 249, 4, 80, // Opcode: LDMIA +/* 7610 */ MCD_OPC_FilterValue, 10, 9, 0, 0, // Skip to: 7624 +/* 7615 */ MCD_OPC_CheckPredicate, 0, 213, 2, 0, // Skip to: 8345 +/* 7620 */ MCD_OPC_Decode, 213, 6, 82, // Opcode: STMIA_UPD +/* 7624 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 7662 +/* 7629 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7653 +/* 7634 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7653 +/* 7641 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7653 +/* 7649 */ MCD_OPC_Decode, 224, 5, 81, // Opcode: RFEIA_UPD +/* 7653 */ MCD_OPC_CheckPredicate, 0, 175, 2, 0, // Skip to: 8345 +/* 7658 */ MCD_OPC_Decode, 250, 4, 82, // Opcode: LDMIA_UPD +/* 7662 */ MCD_OPC_FilterValue, 12, 34, 0, 0, // Skip to: 7701 +/* 7667 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7692 +/* 7672 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7692 +/* 7679 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7692 +/* 7688 */ MCD_OPC_Decode, 176, 6, 83, // Opcode: SRSIA +/* 7692 */ MCD_OPC_CheckPredicate, 0, 136, 2, 0, // Skip to: 8345 +/* 7697 */ MCD_OPC_Decode, 194, 21, 80, // Opcode: sysSTMIA +/* 7701 */ MCD_OPC_FilterValue, 13, 9, 0, 0, // Skip to: 7715 +/* 7706 */ MCD_OPC_CheckPredicate, 0, 122, 2, 0, // Skip to: 8345 +/* 7711 */ MCD_OPC_Decode, 186, 21, 80, // Opcode: sysLDMIA +/* 7715 */ MCD_OPC_FilterValue, 14, 34, 0, 0, // Skip to: 7754 +/* 7720 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7745 +/* 7725 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7745 +/* 7732 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7745 +/* 7741 */ MCD_OPC_Decode, 177, 6, 83, // Opcode: SRSIA_UPD +/* 7745 */ MCD_OPC_CheckPredicate, 0, 83, 2, 0, // Skip to: 8345 +/* 7750 */ MCD_OPC_Decode, 195, 21, 82, // Opcode: sysSTMIA_UPD +/* 7754 */ MCD_OPC_FilterValue, 15, 9, 0, 0, // Skip to: 7768 +/* 7759 */ MCD_OPC_CheckPredicate, 0, 69, 2, 0, // Skip to: 8345 +/* 7764 */ MCD_OPC_Decode, 187, 21, 82, // Opcode: sysLDMIA_UPD +/* 7768 */ MCD_OPC_FilterValue, 16, 9, 0, 0, // Skip to: 7782 +/* 7773 */ MCD_OPC_CheckPredicate, 0, 55, 2, 0, // Skip to: 8345 +/* 7778 */ MCD_OPC_Decode, 210, 6, 80, // Opcode: STMDB +/* 7782 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 7820 +/* 7787 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7811 +/* 7792 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7811 +/* 7799 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7811 +/* 7807 */ MCD_OPC_Decode, 221, 5, 81, // Opcode: RFEDB +/* 7811 */ MCD_OPC_CheckPredicate, 0, 17, 2, 0, // Skip to: 8345 +/* 7816 */ MCD_OPC_Decode, 247, 4, 80, // Opcode: LDMDB +/* 7820 */ MCD_OPC_FilterValue, 18, 9, 0, 0, // Skip to: 7834 +/* 7825 */ MCD_OPC_CheckPredicate, 0, 3, 2, 0, // Skip to: 8345 +/* 7830 */ MCD_OPC_Decode, 211, 6, 82, // Opcode: STMDB_UPD +/* 7834 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 7872 +/* 7839 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7863 +/* 7844 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7863 +/* 7851 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7863 +/* 7859 */ MCD_OPC_Decode, 222, 5, 81, // Opcode: RFEDB_UPD +/* 7863 */ MCD_OPC_CheckPredicate, 0, 221, 1, 0, // Skip to: 8345 +/* 7868 */ MCD_OPC_Decode, 248, 4, 82, // Opcode: LDMDB_UPD +/* 7872 */ MCD_OPC_FilterValue, 20, 34, 0, 0, // Skip to: 7911 +/* 7877 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7902 +/* 7882 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7902 +/* 7889 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7902 +/* 7898 */ MCD_OPC_Decode, 174, 6, 83, // Opcode: SRSDB +/* 7902 */ MCD_OPC_CheckPredicate, 0, 182, 1, 0, // Skip to: 8345 +/* 7907 */ MCD_OPC_Decode, 192, 21, 80, // Opcode: sysSTMDB +/* 7911 */ MCD_OPC_FilterValue, 21, 9, 0, 0, // Skip to: 7925 +/* 7916 */ MCD_OPC_CheckPredicate, 0, 168, 1, 0, // Skip to: 8345 +/* 7921 */ MCD_OPC_Decode, 184, 21, 80, // Opcode: sysLDMDB +/* 7925 */ MCD_OPC_FilterValue, 22, 34, 0, 0, // Skip to: 7964 +/* 7930 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7955 +/* 7935 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7955 +/* 7942 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7955 +/* 7951 */ MCD_OPC_Decode, 175, 6, 83, // Opcode: SRSDB_UPD +/* 7955 */ MCD_OPC_CheckPredicate, 0, 129, 1, 0, // Skip to: 8345 +/* 7960 */ MCD_OPC_Decode, 193, 21, 82, // Opcode: sysSTMDB_UPD +/* 7964 */ MCD_OPC_FilterValue, 23, 9, 0, 0, // Skip to: 7978 +/* 7969 */ MCD_OPC_CheckPredicate, 0, 115, 1, 0, // Skip to: 8345 +/* 7974 */ MCD_OPC_Decode, 185, 21, 82, // Opcode: sysLDMDB_UPD +/* 7978 */ MCD_OPC_FilterValue, 24, 9, 0, 0, // Skip to: 7992 +/* 7983 */ MCD_OPC_CheckPredicate, 0, 101, 1, 0, // Skip to: 8345 +/* 7988 */ MCD_OPC_Decode, 214, 6, 80, // Opcode: STMIB +/* 7992 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 8030 +/* 7997 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 8021 +/* 8002 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 8021 +/* 8009 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 8021 +/* 8017 */ MCD_OPC_Decode, 225, 5, 81, // Opcode: RFEIB +/* 8021 */ MCD_OPC_CheckPredicate, 0, 63, 1, 0, // Skip to: 8345 +/* 8026 */ MCD_OPC_Decode, 251, 4, 80, // Opcode: LDMIB +/* 8030 */ MCD_OPC_FilterValue, 26, 9, 0, 0, // Skip to: 8044 +/* 8035 */ MCD_OPC_CheckPredicate, 0, 49, 1, 0, // Skip to: 8345 +/* 8040 */ MCD_OPC_Decode, 215, 6, 82, // Opcode: STMIB_UPD +/* 8044 */ MCD_OPC_FilterValue, 27, 33, 0, 0, // Skip to: 8082 +/* 8049 */ MCD_OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 8073 +/* 8054 */ MCD_OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 8073 +/* 8061 */ MCD_OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 8073 +/* 8069 */ MCD_OPC_Decode, 226, 5, 81, // Opcode: RFEIB_UPD +/* 8073 */ MCD_OPC_CheckPredicate, 0, 11, 1, 0, // Skip to: 8345 +/* 8078 */ MCD_OPC_Decode, 252, 4, 82, // Opcode: LDMIB_UPD +/* 8082 */ MCD_OPC_FilterValue, 28, 34, 0, 0, // Skip to: 8121 +/* 8087 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 8112 +/* 8092 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 8112 +/* 8099 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 8112 +/* 8108 */ MCD_OPC_Decode, 178, 6, 83, // Opcode: SRSIB +/* 8112 */ MCD_OPC_CheckPredicate, 0, 228, 0, 0, // Skip to: 8345 +/* 8117 */ MCD_OPC_Decode, 196, 21, 80, // Opcode: sysSTMIB +/* 8121 */ MCD_OPC_FilterValue, 29, 9, 0, 0, // Skip to: 8135 +/* 8126 */ MCD_OPC_CheckPredicate, 0, 214, 0, 0, // Skip to: 8345 +/* 8131 */ MCD_OPC_Decode, 188, 21, 80, // Opcode: sysLDMIB +/* 8135 */ MCD_OPC_FilterValue, 30, 34, 0, 0, // Skip to: 8174 +/* 8140 */ MCD_OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 8165 +/* 8145 */ MCD_OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 8165 +/* 8152 */ MCD_OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 8165 +/* 8161 */ MCD_OPC_Decode, 179, 6, 83, // Opcode: SRSIB_UPD +/* 8165 */ MCD_OPC_CheckPredicate, 0, 175, 0, 0, // Skip to: 8345 +/* 8170 */ MCD_OPC_Decode, 197, 21, 82, // Opcode: sysSTMIB_UPD +/* 8174 */ MCD_OPC_FilterValue, 31, 166, 0, 0, // Skip to: 8345 +/* 8179 */ MCD_OPC_CheckPredicate, 0, 161, 0, 0, // Skip to: 8345 +/* 8184 */ MCD_OPC_Decode, 189, 21, 82, // Opcode: sysLDMIB_UPD +/* 8188 */ MCD_OPC_FilterValue, 5, 63, 0, 0, // Skip to: 8256 +/* 8193 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 8196 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8210 +/* 8201 */ MCD_OPC_CheckPredicate, 0, 34, 0, 0, // Skip to: 8240 +/* 8206 */ MCD_OPC_Decode, 178, 4, 84, // Opcode: Bcc +/* 8210 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 8240 +/* 8215 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 8231 +/* 8220 */ MCD_OPC_CheckField, 28, 4, 14, 4, 0, 0, // Skip to: 8231 +/* 8227 */ MCD_OPC_Decode, 169, 4, 84, // Opcode: BL +/* 8231 */ MCD_OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 8240 +/* 8236 */ MCD_OPC_Decode, 173, 4, 84, // Opcode: BL_pred +/* 8240 */ MCD_OPC_CheckPredicate, 11, 100, 0, 0, // Skip to: 8345 +/* 8245 */ MCD_OPC_CheckField, 28, 4, 15, 93, 0, 0, // Skip to: 8345 +/* 8252 */ MCD_OPC_Decode, 172, 4, 85, // Opcode: BLXi +/* 8256 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 8324 +/* 8261 */ MCD_OPC_ExtractField, 20, 5, // Inst{24-20} ... +/* 8264 */ MCD_OPC_FilterValue, 4, 25, 0, 0, // Skip to: 8294 +/* 8269 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 8285 +/* 8274 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 8285 +/* 8281 */ MCD_OPC_Decode, 167, 5, 86, // Opcode: MCRR2 +/* 8285 */ MCD_OPC_CheckPredicate, 0, 55, 0, 0, // Skip to: 8345 +/* 8290 */ MCD_OPC_Decode, 166, 5, 87, // Opcode: MCRR +/* 8294 */ MCD_OPC_FilterValue, 5, 46, 0, 0, // Skip to: 8345 +/* 8299 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 8315 +/* 8304 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 8315 +/* 8311 */ MCD_OPC_Decode, 181, 5, 86, // Opcode: MRRC2 +/* 8315 */ MCD_OPC_CheckPredicate, 0, 25, 0, 0, // Skip to: 8345 +/* 8320 */ MCD_OPC_Decode, 180, 5, 88, // Opcode: MRRC +/* 8324 */ MCD_OPC_FilterValue, 7, 16, 0, 0, // Skip to: 8345 +/* 8329 */ MCD_OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 8345 +/* 8334 */ MCD_OPC_CheckField, 24, 1, 1, 4, 0, 0, // Skip to: 8345 +/* 8341 */ MCD_OPC_Decode, 248, 6, 89, // Opcode: SVC +/* 8345 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableCoProc32[] = { +/* 0 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 3 */ MCD_OPC_FilterValue, 12, 19, 1, 0, // Skip to: 283 +/* 8 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 11 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 49 +/* 16 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 19 */ MCD_OPC_FilterValue, 1, 101, 2, 0, // Skip to: 637 +/* 24 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 40 +/* 29 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 40 +/* 36 */ MCD_OPC_Decode, 190, 6, 90, // Opcode: STC2_OPTION +/* 40 */ MCD_OPC_CheckPredicate, 0, 80, 2, 0, // Skip to: 637 +/* 45 */ MCD_OPC_Decode, 198, 6, 90, // Opcode: STC_OPTION +/* 49 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 87 +/* 54 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 57 */ MCD_OPC_FilterValue, 1, 63, 2, 0, // Skip to: 637 +/* 62 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 78 +/* 67 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 78 +/* 74 */ MCD_OPC_Decode, 234, 4, 90, // Opcode: LDC2_OPTION +/* 78 */ MCD_OPC_CheckPredicate, 0, 42, 2, 0, // Skip to: 637 +/* 83 */ MCD_OPC_Decode, 242, 4, 90, // Opcode: LDC_OPTION +/* 87 */ MCD_OPC_FilterValue, 2, 25, 0, 0, // Skip to: 117 +/* 92 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 108 +/* 97 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 108 +/* 104 */ MCD_OPC_Decode, 191, 6, 90, // Opcode: STC2_POST +/* 108 */ MCD_OPC_CheckPredicate, 0, 12, 2, 0, // Skip to: 637 +/* 113 */ MCD_OPC_Decode, 199, 6, 90, // Opcode: STC_POST +/* 117 */ MCD_OPC_FilterValue, 3, 25, 0, 0, // Skip to: 147 +/* 122 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 138 +/* 127 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 138 +/* 134 */ MCD_OPC_Decode, 235, 4, 90, // Opcode: LDC2_POST +/* 138 */ MCD_OPC_CheckPredicate, 0, 238, 1, 0, // Skip to: 637 +/* 143 */ MCD_OPC_Decode, 243, 4, 90, // Opcode: LDC_POST +/* 147 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 185 +/* 152 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 155 */ MCD_OPC_FilterValue, 1, 221, 1, 0, // Skip to: 637 +/* 160 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 176 +/* 165 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 176 +/* 172 */ MCD_OPC_Decode, 186, 6, 90, // Opcode: STC2L_OPTION +/* 176 */ MCD_OPC_CheckPredicate, 0, 200, 1, 0, // Skip to: 637 +/* 181 */ MCD_OPC_Decode, 194, 6, 90, // Opcode: STCL_OPTION +/* 185 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 223 +/* 190 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 193 */ MCD_OPC_FilterValue, 1, 183, 1, 0, // Skip to: 637 +/* 198 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 214 +/* 203 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 214 +/* 210 */ MCD_OPC_Decode, 230, 4, 90, // Opcode: LDC2L_OPTION +/* 214 */ MCD_OPC_CheckPredicate, 0, 162, 1, 0, // Skip to: 637 +/* 219 */ MCD_OPC_Decode, 238, 4, 90, // Opcode: LDCL_OPTION +/* 223 */ MCD_OPC_FilterValue, 6, 25, 0, 0, // Skip to: 253 +/* 228 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 244 +/* 233 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 244 +/* 240 */ MCD_OPC_Decode, 187, 6, 90, // Opcode: STC2L_POST +/* 244 */ MCD_OPC_CheckPredicate, 0, 132, 1, 0, // Skip to: 637 +/* 249 */ MCD_OPC_Decode, 195, 6, 90, // Opcode: STCL_POST +/* 253 */ MCD_OPC_FilterValue, 7, 123, 1, 0, // Skip to: 637 +/* 258 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 274 +/* 263 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 274 +/* 270 */ MCD_OPC_Decode, 231, 4, 90, // Opcode: LDC2L_POST +/* 274 */ MCD_OPC_CheckPredicate, 0, 102, 1, 0, // Skip to: 637 +/* 279 */ MCD_OPC_Decode, 239, 4, 90, // Opcode: LDCL_POST +/* 283 */ MCD_OPC_FilterValue, 13, 243, 0, 0, // Skip to: 531 +/* 288 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 291 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 321 +/* 296 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 312 +/* 301 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 312 +/* 308 */ MCD_OPC_Decode, 189, 6, 90, // Opcode: STC2_OFFSET +/* 312 */ MCD_OPC_CheckPredicate, 0, 64, 1, 0, // Skip to: 637 +/* 317 */ MCD_OPC_Decode, 197, 6, 90, // Opcode: STC_OFFSET +/* 321 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 351 +/* 326 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 342 +/* 331 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 342 +/* 338 */ MCD_OPC_Decode, 233, 4, 90, // Opcode: LDC2_OFFSET +/* 342 */ MCD_OPC_CheckPredicate, 0, 34, 1, 0, // Skip to: 637 +/* 347 */ MCD_OPC_Decode, 241, 4, 90, // Opcode: LDC_OFFSET +/* 351 */ MCD_OPC_FilterValue, 2, 25, 0, 0, // Skip to: 381 +/* 356 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 372 +/* 361 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 372 +/* 368 */ MCD_OPC_Decode, 192, 6, 90, // Opcode: STC2_PRE +/* 372 */ MCD_OPC_CheckPredicate, 0, 4, 1, 0, // Skip to: 637 +/* 377 */ MCD_OPC_Decode, 200, 6, 90, // Opcode: STC_PRE +/* 381 */ MCD_OPC_FilterValue, 3, 25, 0, 0, // Skip to: 411 +/* 386 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 402 +/* 391 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 402 +/* 398 */ MCD_OPC_Decode, 236, 4, 90, // Opcode: LDC2_PRE +/* 402 */ MCD_OPC_CheckPredicate, 0, 230, 0, 0, // Skip to: 637 +/* 407 */ MCD_OPC_Decode, 244, 4, 90, // Opcode: LDC_PRE +/* 411 */ MCD_OPC_FilterValue, 4, 25, 0, 0, // Skip to: 441 +/* 416 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 432 +/* 421 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 432 +/* 428 */ MCD_OPC_Decode, 185, 6, 90, // Opcode: STC2L_OFFSET +/* 432 */ MCD_OPC_CheckPredicate, 0, 200, 0, 0, // Skip to: 637 +/* 437 */ MCD_OPC_Decode, 193, 6, 90, // Opcode: STCL_OFFSET +/* 441 */ MCD_OPC_FilterValue, 5, 25, 0, 0, // Skip to: 471 +/* 446 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 462 +/* 451 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 462 +/* 458 */ MCD_OPC_Decode, 229, 4, 90, // Opcode: LDC2L_OFFSET +/* 462 */ MCD_OPC_CheckPredicate, 0, 170, 0, 0, // Skip to: 637 +/* 467 */ MCD_OPC_Decode, 237, 4, 90, // Opcode: LDCL_OFFSET +/* 471 */ MCD_OPC_FilterValue, 6, 25, 0, 0, // Skip to: 501 +/* 476 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 492 +/* 481 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 492 +/* 488 */ MCD_OPC_Decode, 188, 6, 90, // Opcode: STC2L_PRE +/* 492 */ MCD_OPC_CheckPredicate, 0, 140, 0, 0, // Skip to: 637 +/* 497 */ MCD_OPC_Decode, 196, 6, 90, // Opcode: STCL_PRE +/* 501 */ MCD_OPC_FilterValue, 7, 131, 0, 0, // Skip to: 637 +/* 506 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 522 +/* 511 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 522 +/* 518 */ MCD_OPC_Decode, 232, 4, 90, // Opcode: LDC2L_PRE +/* 522 */ MCD_OPC_CheckPredicate, 0, 110, 0, 0, // Skip to: 637 +/* 527 */ MCD_OPC_Decode, 240, 4, 90, // Opcode: LDCL_PRE +/* 531 */ MCD_OPC_FilterValue, 14, 101, 0, 0, // Skip to: 637 +/* 536 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 539 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 569 +/* 544 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 560 +/* 549 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 560 +/* 556 */ MCD_OPC_Decode, 180, 4, 91, // Opcode: CDP2 +/* 560 */ MCD_OPC_CheckPredicate, 4, 72, 0, 0, // Skip to: 637 +/* 565 */ MCD_OPC_Decode, 179, 4, 92, // Opcode: CDP +/* 569 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 637 +/* 574 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 577 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 607 +/* 582 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 598 +/* 587 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 598 +/* 594 */ MCD_OPC_Decode, 165, 5, 93, // Opcode: MCR2 +/* 598 */ MCD_OPC_CheckPredicate, 0, 34, 0, 0, // Skip to: 637 +/* 603 */ MCD_OPC_Decode, 164, 5, 94, // Opcode: MCR +/* 607 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 637 +/* 612 */ MCD_OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 628 +/* 617 */ MCD_OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 628 +/* 624 */ MCD_OPC_Decode, 179, 5, 95, // Opcode: MRC2 +/* 628 */ MCD_OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 637 +/* 633 */ MCD_OPC_Decode, 178, 5, 96, // Opcode: MRC +/* 637 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableNEONData32[] = { +/* 0 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 3 */ MCD_OPC_FilterValue, 0, 221, 39, 0, // Skip to: 10213 +/* 8 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11 */ MCD_OPC_FilterValue, 0, 73, 6, 0, // Skip to: 1625 +/* 16 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 19 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 145 +/* 24 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 27 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 64 +/* 33 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 36 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 50 +/* 41 */ MCD_OPC_CheckPredicate, 21, 75, 72, 0, // Skip to: 18553 +/* 46 */ MCD_OPC_Decode, 179, 10, 97, // Opcode: VHADDsv8i8 +/* 50 */ MCD_OPC_FilterValue, 1, 66, 72, 0, // Skip to: 18553 +/* 55 */ MCD_OPC_CheckPredicate, 21, 61, 72, 0, // Skip to: 18553 +/* 60 */ MCD_OPC_Decode, 174, 10, 98, // Opcode: VHADDsv16i8 +/* 64 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 86 +/* 70 */ MCD_OPC_CheckPredicate, 21, 46, 72, 0, // Skip to: 18553 +/* 75 */ MCD_OPC_CheckField, 6, 1, 0, 39, 72, 0, // Skip to: 18553 +/* 82 */ MCD_OPC_Decode, 242, 7, 99, // Opcode: VADDLsv8i16 +/* 86 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 123 +/* 92 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 95 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 109 +/* 100 */ MCD_OPC_CheckPredicate, 21, 16, 72, 0, // Skip to: 18553 +/* 105 */ MCD_OPC_Decode, 185, 10, 97, // Opcode: VHADDuv8i8 +/* 109 */ MCD_OPC_FilterValue, 1, 7, 72, 0, // Skip to: 18553 +/* 114 */ MCD_OPC_CheckPredicate, 21, 2, 72, 0, // Skip to: 18553 +/* 119 */ MCD_OPC_Decode, 180, 10, 98, // Opcode: VHADDuv16i8 +/* 123 */ MCD_OPC_FilterValue, 231, 3, 248, 71, 0, // Skip to: 18553 +/* 129 */ MCD_OPC_CheckPredicate, 21, 243, 71, 0, // Skip to: 18553 +/* 134 */ MCD_OPC_CheckField, 6, 1, 0, 236, 71, 0, // Skip to: 18553 +/* 141 */ MCD_OPC_Decode, 245, 7, 99, // Opcode: VADDLuv8i16 +/* 145 */ MCD_OPC_FilterValue, 1, 121, 0, 0, // Skip to: 271 +/* 150 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 153 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 190 +/* 159 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 162 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 176 +/* 167 */ MCD_OPC_CheckPredicate, 21, 205, 71, 0, // Skip to: 18553 +/* 172 */ MCD_OPC_Decode, 240, 16, 97, // Opcode: VRHADDsv8i8 +/* 176 */ MCD_OPC_FilterValue, 1, 196, 71, 0, // Skip to: 18553 +/* 181 */ MCD_OPC_CheckPredicate, 21, 191, 71, 0, // Skip to: 18553 +/* 186 */ MCD_OPC_Decode, 235, 16, 98, // Opcode: VRHADDsv16i8 +/* 190 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 212 +/* 196 */ MCD_OPC_CheckPredicate, 21, 176, 71, 0, // Skip to: 18553 +/* 201 */ MCD_OPC_CheckField, 6, 1, 0, 169, 71, 0, // Skip to: 18553 +/* 208 */ MCD_OPC_Decode, 249, 7, 100, // Opcode: VADDWsv8i16 +/* 212 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 249 +/* 218 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 221 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 235 +/* 226 */ MCD_OPC_CheckPredicate, 21, 146, 71, 0, // Skip to: 18553 +/* 231 */ MCD_OPC_Decode, 246, 16, 97, // Opcode: VRHADDuv8i8 +/* 235 */ MCD_OPC_FilterValue, 1, 137, 71, 0, // Skip to: 18553 +/* 240 */ MCD_OPC_CheckPredicate, 21, 132, 71, 0, // Skip to: 18553 +/* 245 */ MCD_OPC_Decode, 241, 16, 98, // Opcode: VRHADDuv16i8 +/* 249 */ MCD_OPC_FilterValue, 231, 3, 122, 71, 0, // Skip to: 18553 +/* 255 */ MCD_OPC_CheckPredicate, 21, 117, 71, 0, // Skip to: 18553 +/* 260 */ MCD_OPC_CheckField, 6, 1, 0, 110, 71, 0, // Skip to: 18553 +/* 267 */ MCD_OPC_Decode, 252, 7, 100, // Opcode: VADDWuv8i16 +/* 271 */ MCD_OPC_FilterValue, 2, 121, 0, 0, // Skip to: 397 +/* 276 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 279 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 316 +/* 285 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 288 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 302 +/* 293 */ MCD_OPC_CheckPredicate, 21, 79, 71, 0, // Skip to: 18553 +/* 298 */ MCD_OPC_Decode, 191, 10, 97, // Opcode: VHSUBsv8i8 +/* 302 */ MCD_OPC_FilterValue, 1, 70, 71, 0, // Skip to: 18553 +/* 307 */ MCD_OPC_CheckPredicate, 21, 65, 71, 0, // Skip to: 18553 +/* 312 */ MCD_OPC_Decode, 186, 10, 98, // Opcode: VHSUBsv16i8 +/* 316 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 338 +/* 322 */ MCD_OPC_CheckPredicate, 21, 50, 71, 0, // Skip to: 18553 +/* 327 */ MCD_OPC_CheckField, 6, 1, 0, 43, 71, 0, // Skip to: 18553 +/* 334 */ MCD_OPC_Decode, 214, 20, 99, // Opcode: VSUBLsv8i16 +/* 338 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 375 +/* 344 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 347 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 361 +/* 352 */ MCD_OPC_CheckPredicate, 21, 20, 71, 0, // Skip to: 18553 +/* 357 */ MCD_OPC_Decode, 197, 10, 97, // Opcode: VHSUBuv8i8 +/* 361 */ MCD_OPC_FilterValue, 1, 11, 71, 0, // Skip to: 18553 +/* 366 */ MCD_OPC_CheckPredicate, 21, 6, 71, 0, // Skip to: 18553 +/* 371 */ MCD_OPC_Decode, 192, 10, 98, // Opcode: VHSUBuv16i8 +/* 375 */ MCD_OPC_FilterValue, 231, 3, 252, 70, 0, // Skip to: 18553 +/* 381 */ MCD_OPC_CheckPredicate, 21, 247, 70, 0, // Skip to: 18553 +/* 386 */ MCD_OPC_CheckField, 6, 1, 0, 240, 70, 0, // Skip to: 18553 +/* 393 */ MCD_OPC_Decode, 217, 20, 99, // Opcode: VSUBLuv8i16 +/* 397 */ MCD_OPC_FilterValue, 3, 121, 0, 0, // Skip to: 523 +/* 402 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 405 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 442 +/* 411 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 414 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 428 +/* 419 */ MCD_OPC_CheckPredicate, 21, 209, 70, 0, // Skip to: 18553 +/* 424 */ MCD_OPC_Decode, 210, 8, 97, // Opcode: VCGTsv8i8 +/* 428 */ MCD_OPC_FilterValue, 1, 200, 70, 0, // Skip to: 18553 +/* 433 */ MCD_OPC_CheckPredicate, 21, 195, 70, 0, // Skip to: 18553 +/* 438 */ MCD_OPC_Decode, 205, 8, 98, // Opcode: VCGTsv16i8 +/* 442 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 464 +/* 448 */ MCD_OPC_CheckPredicate, 21, 180, 70, 0, // Skip to: 18553 +/* 453 */ MCD_OPC_CheckField, 6, 1, 0, 173, 70, 0, // Skip to: 18553 +/* 460 */ MCD_OPC_Decode, 221, 20, 100, // Opcode: VSUBWsv8i16 +/* 464 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 501 +/* 470 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 473 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 487 +/* 478 */ MCD_OPC_CheckPredicate, 21, 150, 70, 0, // Skip to: 18553 +/* 483 */ MCD_OPC_Decode, 216, 8, 97, // Opcode: VCGTuv8i8 +/* 487 */ MCD_OPC_FilterValue, 1, 141, 70, 0, // Skip to: 18553 +/* 492 */ MCD_OPC_CheckPredicate, 21, 136, 70, 0, // Skip to: 18553 +/* 497 */ MCD_OPC_Decode, 211, 8, 98, // Opcode: VCGTuv16i8 +/* 501 */ MCD_OPC_FilterValue, 231, 3, 126, 70, 0, // Skip to: 18553 +/* 507 */ MCD_OPC_CheckPredicate, 21, 121, 70, 0, // Skip to: 18553 +/* 512 */ MCD_OPC_CheckField, 6, 1, 0, 114, 70, 0, // Skip to: 18553 +/* 519 */ MCD_OPC_Decode, 224, 20, 100, // Opcode: VSUBWuv8i16 +/* 523 */ MCD_OPC_FilterValue, 4, 121, 0, 0, // Skip to: 649 +/* 528 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 531 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 568 +/* 537 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 540 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 554 +/* 545 */ MCD_OPC_CheckPredicate, 21, 83, 70, 0, // Skip to: 18553 +/* 550 */ MCD_OPC_Decode, 143, 18, 101, // Opcode: VSHLsv8i8 +/* 554 */ MCD_OPC_FilterValue, 1, 74, 70, 0, // Skip to: 18553 +/* 559 */ MCD_OPC_CheckPredicate, 21, 69, 70, 0, // Skip to: 18553 +/* 564 */ MCD_OPC_Decode, 136, 18, 102, // Opcode: VSHLsv16i8 +/* 568 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 590 +/* 574 */ MCD_OPC_CheckPredicate, 21, 54, 70, 0, // Skip to: 18553 +/* 579 */ MCD_OPC_CheckField, 6, 1, 0, 47, 70, 0, // Skip to: 18553 +/* 586 */ MCD_OPC_Decode, 239, 7, 103, // Opcode: VADDHNv8i8 +/* 590 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 627 +/* 596 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 599 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 613 +/* 604 */ MCD_OPC_CheckPredicate, 21, 24, 70, 0, // Skip to: 18553 +/* 609 */ MCD_OPC_Decode, 151, 18, 101, // Opcode: VSHLuv8i8 +/* 613 */ MCD_OPC_FilterValue, 1, 15, 70, 0, // Skip to: 18553 +/* 618 */ MCD_OPC_CheckPredicate, 21, 10, 70, 0, // Skip to: 18553 +/* 623 */ MCD_OPC_Decode, 144, 18, 102, // Opcode: VSHLuv16i8 +/* 627 */ MCD_OPC_FilterValue, 231, 3, 0, 70, 0, // Skip to: 18553 +/* 633 */ MCD_OPC_CheckPredicate, 21, 251, 69, 0, // Skip to: 18553 +/* 638 */ MCD_OPC_CheckField, 6, 1, 0, 244, 69, 0, // Skip to: 18553 +/* 645 */ MCD_OPC_Decode, 212, 16, 103, // Opcode: VRADDHNv8i8 +/* 649 */ MCD_OPC_FilterValue, 5, 121, 0, 0, // Skip to: 775 +/* 654 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 657 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 694 +/* 663 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 666 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 680 +/* 671 */ MCD_OPC_CheckPredicate, 21, 213, 69, 0, // Skip to: 18553 +/* 676 */ MCD_OPC_Decode, 171, 17, 101, // Opcode: VRSHLsv8i8 +/* 680 */ MCD_OPC_FilterValue, 1, 204, 69, 0, // Skip to: 18553 +/* 685 */ MCD_OPC_CheckPredicate, 21, 199, 69, 0, // Skip to: 18553 +/* 690 */ MCD_OPC_Decode, 164, 17, 102, // Opcode: VRSHLsv16i8 +/* 694 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 716 +/* 700 */ MCD_OPC_CheckPredicate, 21, 184, 69, 0, // Skip to: 18553 +/* 705 */ MCD_OPC_CheckField, 6, 1, 0, 177, 69, 0, // Skip to: 18553 +/* 712 */ MCD_OPC_Decode, 176, 7, 104, // Opcode: VABALsv8i16 +/* 716 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 753 +/* 722 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 725 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 739 +/* 730 */ MCD_OPC_CheckPredicate, 21, 154, 69, 0, // Skip to: 18553 +/* 735 */ MCD_OPC_Decode, 179, 17, 101, // Opcode: VRSHLuv8i8 +/* 739 */ MCD_OPC_FilterValue, 1, 145, 69, 0, // Skip to: 18553 +/* 744 */ MCD_OPC_CheckPredicate, 21, 140, 69, 0, // Skip to: 18553 +/* 749 */ MCD_OPC_Decode, 172, 17, 102, // Opcode: VRSHLuv16i8 +/* 753 */ MCD_OPC_FilterValue, 231, 3, 130, 69, 0, // Skip to: 18553 +/* 759 */ MCD_OPC_CheckPredicate, 21, 125, 69, 0, // Skip to: 18553 +/* 764 */ MCD_OPC_CheckField, 6, 1, 0, 118, 69, 0, // Skip to: 18553 +/* 771 */ MCD_OPC_Decode, 179, 7, 104, // Opcode: VABALuv8i16 +/* 775 */ MCD_OPC_FilterValue, 6, 121, 0, 0, // Skip to: 901 +/* 780 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 783 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 820 +/* 789 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 792 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 806 +/* 797 */ MCD_OPC_CheckPredicate, 21, 87, 69, 0, // Skip to: 18553 +/* 802 */ MCD_OPC_Decode, 172, 13, 97, // Opcode: VMAXsv8i8 +/* 806 */ MCD_OPC_FilterValue, 1, 78, 69, 0, // Skip to: 18553 +/* 811 */ MCD_OPC_CheckPredicate, 21, 73, 69, 0, // Skip to: 18553 +/* 816 */ MCD_OPC_Decode, 167, 13, 98, // Opcode: VMAXsv16i8 +/* 820 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 842 +/* 826 */ MCD_OPC_CheckPredicate, 21, 58, 69, 0, // Skip to: 18553 +/* 831 */ MCD_OPC_CheckField, 6, 1, 0, 51, 69, 0, // Skip to: 18553 +/* 838 */ MCD_OPC_Decode, 211, 20, 103, // Opcode: VSUBHNv8i8 +/* 842 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 879 +/* 848 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 851 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 865 +/* 856 */ MCD_OPC_CheckPredicate, 21, 28, 69, 0, // Skip to: 18553 +/* 861 */ MCD_OPC_Decode, 178, 13, 97, // Opcode: VMAXuv8i8 +/* 865 */ MCD_OPC_FilterValue, 1, 19, 69, 0, // Skip to: 18553 +/* 870 */ MCD_OPC_CheckPredicate, 21, 14, 69, 0, // Skip to: 18553 +/* 875 */ MCD_OPC_Decode, 173, 13, 98, // Opcode: VMAXuv16i8 +/* 879 */ MCD_OPC_FilterValue, 231, 3, 4, 69, 0, // Skip to: 18553 +/* 885 */ MCD_OPC_CheckPredicate, 21, 255, 68, 0, // Skip to: 18553 +/* 890 */ MCD_OPC_CheckField, 6, 1, 0, 248, 68, 0, // Skip to: 18553 +/* 897 */ MCD_OPC_Decode, 227, 17, 103, // Opcode: VRSUBHNv8i8 +/* 901 */ MCD_OPC_FilterValue, 7, 121, 0, 0, // Skip to: 1027 +/* 906 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 909 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 946 +/* 915 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 918 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 932 +/* 923 */ MCD_OPC_CheckPredicate, 21, 217, 68, 0, // Skip to: 18553 +/* 928 */ MCD_OPC_Decode, 207, 7, 97, // Opcode: VABDsv8i8 +/* 932 */ MCD_OPC_FilterValue, 1, 208, 68, 0, // Skip to: 18553 +/* 937 */ MCD_OPC_CheckPredicate, 21, 203, 68, 0, // Skip to: 18553 +/* 942 */ MCD_OPC_Decode, 202, 7, 98, // Opcode: VABDsv16i8 +/* 946 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 968 +/* 952 */ MCD_OPC_CheckPredicate, 21, 188, 68, 0, // Skip to: 18553 +/* 957 */ MCD_OPC_CheckField, 6, 1, 0, 181, 68, 0, // Skip to: 18553 +/* 964 */ MCD_OPC_Decode, 194, 7, 99, // Opcode: VABDLsv8i16 +/* 968 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 1005 +/* 974 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 977 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 991 +/* 982 */ MCD_OPC_CheckPredicate, 21, 158, 68, 0, // Skip to: 18553 +/* 987 */ MCD_OPC_Decode, 213, 7, 97, // Opcode: VABDuv8i8 +/* 991 */ MCD_OPC_FilterValue, 1, 149, 68, 0, // Skip to: 18553 +/* 996 */ MCD_OPC_CheckPredicate, 21, 144, 68, 0, // Skip to: 18553 +/* 1001 */ MCD_OPC_Decode, 208, 7, 98, // Opcode: VABDuv16i8 +/* 1005 */ MCD_OPC_FilterValue, 231, 3, 134, 68, 0, // Skip to: 18553 +/* 1011 */ MCD_OPC_CheckPredicate, 21, 129, 68, 0, // Skip to: 18553 +/* 1016 */ MCD_OPC_CheckField, 6, 1, 0, 122, 68, 0, // Skip to: 18553 +/* 1023 */ MCD_OPC_Decode, 197, 7, 99, // Opcode: VABDLuv8i16 +/* 1027 */ MCD_OPC_FilterValue, 8, 121, 0, 0, // Skip to: 1153 +/* 1032 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1035 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 1072 +/* 1041 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1044 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1058 +/* 1049 */ MCD_OPC_CheckPredicate, 21, 91, 68, 0, // Skip to: 18553 +/* 1054 */ MCD_OPC_Decode, 136, 8, 97, // Opcode: VADDv8i8 +/* 1058 */ MCD_OPC_FilterValue, 1, 82, 68, 0, // Skip to: 18553 +/* 1063 */ MCD_OPC_CheckPredicate, 21, 77, 68, 0, // Skip to: 18553 +/* 1068 */ MCD_OPC_Decode, 129, 8, 98, // Opcode: VADDv16i8 +/* 1072 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 1094 +/* 1078 */ MCD_OPC_CheckPredicate, 21, 62, 68, 0, // Skip to: 18553 +/* 1083 */ MCD_OPC_CheckField, 6, 1, 0, 55, 68, 0, // Skip to: 18553 +/* 1090 */ MCD_OPC_Decode, 210, 13, 104, // Opcode: VMLALsv8i16 +/* 1094 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 1131 +/* 1100 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1103 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1117 +/* 1108 */ MCD_OPC_CheckPredicate, 21, 32, 68, 0, // Skip to: 18553 +/* 1113 */ MCD_OPC_Decode, 236, 20, 97, // Opcode: VSUBv8i8 +/* 1117 */ MCD_OPC_FilterValue, 1, 23, 68, 0, // Skip to: 18553 +/* 1122 */ MCD_OPC_CheckPredicate, 21, 18, 68, 0, // Skip to: 18553 +/* 1127 */ MCD_OPC_Decode, 229, 20, 98, // Opcode: VSUBv16i8 +/* 1131 */ MCD_OPC_FilterValue, 231, 3, 8, 68, 0, // Skip to: 18553 +/* 1137 */ MCD_OPC_CheckPredicate, 21, 3, 68, 0, // Skip to: 18553 +/* 1142 */ MCD_OPC_CheckField, 6, 1, 0, 252, 67, 0, // Skip to: 18553 +/* 1149 */ MCD_OPC_Decode, 213, 13, 104, // Opcode: VMLALuv8i16 +/* 1153 */ MCD_OPC_FilterValue, 9, 79, 0, 0, // Skip to: 1237 +/* 1158 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1161 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1199 +/* 1166 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1169 */ MCD_OPC_FilterValue, 228, 3, 9, 0, 0, // Skip to: 1184 +/* 1175 */ MCD_OPC_CheckPredicate, 21, 221, 67, 0, // Skip to: 18553 +/* 1180 */ MCD_OPC_Decode, 232, 13, 105, // Opcode: VMLAv8i8 +/* 1184 */ MCD_OPC_FilterValue, 230, 3, 211, 67, 0, // Skip to: 18553 +/* 1190 */ MCD_OPC_CheckPredicate, 21, 206, 67, 0, // Skip to: 18553 +/* 1195 */ MCD_OPC_Decode, 135, 14, 105, // Opcode: VMLSv8i8 +/* 1199 */ MCD_OPC_FilterValue, 1, 197, 67, 0, // Skip to: 18553 +/* 1204 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1207 */ MCD_OPC_FilterValue, 228, 3, 9, 0, 0, // Skip to: 1222 +/* 1213 */ MCD_OPC_CheckPredicate, 21, 183, 67, 0, // Skip to: 18553 +/* 1218 */ MCD_OPC_Decode, 227, 13, 106, // Opcode: VMLAv16i8 +/* 1222 */ MCD_OPC_FilterValue, 230, 3, 173, 67, 0, // Skip to: 18553 +/* 1228 */ MCD_OPC_CheckPredicate, 21, 168, 67, 0, // Skip to: 18553 +/* 1233 */ MCD_OPC_Decode, 130, 14, 106, // Opcode: VMLSv16i8 +/* 1237 */ MCD_OPC_FilterValue, 10, 91, 0, 0, // Skip to: 1333 +/* 1242 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1245 */ MCD_OPC_FilterValue, 228, 3, 16, 0, 0, // Skip to: 1267 +/* 1251 */ MCD_OPC_CheckPredicate, 21, 145, 67, 0, // Skip to: 18553 +/* 1256 */ MCD_OPC_CheckField, 6, 1, 0, 138, 67, 0, // Skip to: 18553 +/* 1263 */ MCD_OPC_Decode, 155, 15, 97, // Opcode: VPMAXs8 +/* 1267 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 1289 +/* 1273 */ MCD_OPC_CheckPredicate, 21, 123, 67, 0, // Skip to: 18553 +/* 1278 */ MCD_OPC_CheckField, 6, 1, 0, 116, 67, 0, // Skip to: 18553 +/* 1285 */ MCD_OPC_Decode, 241, 13, 104, // Opcode: VMLSLsv8i16 +/* 1289 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 1311 +/* 1295 */ MCD_OPC_CheckPredicate, 21, 101, 67, 0, // Skip to: 18553 +/* 1300 */ MCD_OPC_CheckField, 6, 1, 0, 94, 67, 0, // Skip to: 18553 +/* 1307 */ MCD_OPC_Decode, 158, 15, 97, // Opcode: VPMAXu8 +/* 1311 */ MCD_OPC_FilterValue, 231, 3, 84, 67, 0, // Skip to: 18553 +/* 1317 */ MCD_OPC_CheckPredicate, 21, 79, 67, 0, // Skip to: 18553 +/* 1322 */ MCD_OPC_CheckField, 6, 1, 0, 72, 67, 0, // Skip to: 18553 +/* 1329 */ MCD_OPC_Decode, 244, 13, 104, // Opcode: VMLSLuv8i16 +/* 1333 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 1385 +/* 1338 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1341 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 1363 +/* 1347 */ MCD_OPC_CheckPredicate, 21, 49, 67, 0, // Skip to: 18553 +/* 1352 */ MCD_OPC_CheckField, 6, 1, 0, 42, 67, 0, // Skip to: 18553 +/* 1359 */ MCD_OPC_Decode, 189, 14, 99, // Opcode: VMULLsv8i16 +/* 1363 */ MCD_OPC_FilterValue, 231, 3, 32, 67, 0, // Skip to: 18553 +/* 1369 */ MCD_OPC_CheckPredicate, 21, 27, 67, 0, // Skip to: 18553 +/* 1374 */ MCD_OPC_CheckField, 6, 1, 0, 20, 67, 0, // Skip to: 18553 +/* 1381 */ MCD_OPC_Decode, 192, 14, 99, // Opcode: VMULLuv8i16 +/* 1385 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 1453 +/* 1390 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1393 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1431 +/* 1398 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1401 */ MCD_OPC_FilterValue, 228, 3, 9, 0, 0, // Skip to: 1416 +/* 1407 */ MCD_OPC_CheckPredicate, 21, 245, 66, 0, // Skip to: 18553 +/* 1412 */ MCD_OPC_Decode, 253, 7, 97, // Opcode: VADDfd +/* 1416 */ MCD_OPC_FilterValue, 230, 3, 235, 66, 0, // Skip to: 18553 +/* 1422 */ MCD_OPC_CheckPredicate, 21, 230, 66, 0, // Skip to: 18553 +/* 1427 */ MCD_OPC_Decode, 146, 15, 97, // Opcode: VPADDf +/* 1431 */ MCD_OPC_FilterValue, 1, 221, 66, 0, // Skip to: 18553 +/* 1436 */ MCD_OPC_CheckPredicate, 21, 216, 66, 0, // Skip to: 18553 +/* 1441 */ MCD_OPC_CheckField, 23, 9, 228, 3, 208, 66, 0, // Skip to: 18553 +/* 1449 */ MCD_OPC_Decode, 254, 7, 98, // Opcode: VADDfq +/* 1453 */ MCD_OPC_FilterValue, 14, 99, 0, 0, // Skip to: 1557 +/* 1458 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1461 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 1498 +/* 1467 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1470 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1484 +/* 1475 */ MCD_OPC_CheckPredicate, 21, 177, 66, 0, // Skip to: 18553 +/* 1480 */ MCD_OPC_Decode, 155, 8, 97, // Opcode: VCEQfd +/* 1484 */ MCD_OPC_FilterValue, 1, 168, 66, 0, // Skip to: 18553 +/* 1489 */ MCD_OPC_CheckPredicate, 21, 163, 66, 0, // Skip to: 18553 +/* 1494 */ MCD_OPC_Decode, 156, 8, 98, // Opcode: VCEQfq +/* 1498 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 1520 +/* 1504 */ MCD_OPC_CheckPredicate, 21, 148, 66, 0, // Skip to: 18553 +/* 1509 */ MCD_OPC_CheckField, 6, 1, 0, 141, 66, 0, // Skip to: 18553 +/* 1516 */ MCD_OPC_Decode, 182, 14, 99, // Opcode: VMULLp8 +/* 1520 */ MCD_OPC_FilterValue, 230, 3, 131, 66, 0, // Skip to: 18553 +/* 1526 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1529 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1543 +/* 1534 */ MCD_OPC_CheckPredicate, 21, 118, 66, 0, // Skip to: 18553 +/* 1539 */ MCD_OPC_Decode, 175, 8, 97, // Opcode: VCGEfd +/* 1543 */ MCD_OPC_FilterValue, 1, 109, 66, 0, // Skip to: 18553 +/* 1548 */ MCD_OPC_CheckPredicate, 21, 104, 66, 0, // Skip to: 18553 +/* 1553 */ MCD_OPC_Decode, 176, 8, 98, // Opcode: VCGEfq +/* 1557 */ MCD_OPC_FilterValue, 15, 95, 66, 0, // Skip to: 18553 +/* 1562 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1565 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1603 +/* 1570 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1573 */ MCD_OPC_FilterValue, 228, 3, 9, 0, 0, // Skip to: 1588 +/* 1579 */ MCD_OPC_CheckPredicate, 21, 73, 66, 0, // Skip to: 18553 +/* 1584 */ MCD_OPC_Decode, 163, 13, 97, // Opcode: VMAXfd +/* 1588 */ MCD_OPC_FilterValue, 230, 3, 63, 66, 0, // Skip to: 18553 +/* 1594 */ MCD_OPC_CheckPredicate, 21, 58, 66, 0, // Skip to: 18553 +/* 1599 */ MCD_OPC_Decode, 151, 15, 97, // Opcode: VPMAXf +/* 1603 */ MCD_OPC_FilterValue, 1, 49, 66, 0, // Skip to: 18553 +/* 1608 */ MCD_OPC_CheckPredicate, 21, 44, 66, 0, // Skip to: 18553 +/* 1613 */ MCD_OPC_CheckField, 23, 9, 228, 3, 36, 66, 0, // Skip to: 18553 +/* 1621 */ MCD_OPC_Decode, 164, 13, 98, // Opcode: VMAXfq +/* 1625 */ MCD_OPC_FilterValue, 1, 162, 8, 0, // Skip to: 3840 +/* 1630 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1633 */ MCD_OPC_FilterValue, 0, 151, 0, 0, // Skip to: 1789 +/* 1638 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1641 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 1678 +/* 1647 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1650 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1664 +/* 1655 */ MCD_OPC_CheckPredicate, 21, 253, 65, 0, // Skip to: 18553 +/* 1660 */ MCD_OPC_Decode, 176, 10, 97, // Opcode: VHADDsv4i16 +/* 1664 */ MCD_OPC_FilterValue, 1, 244, 65, 0, // Skip to: 18553 +/* 1669 */ MCD_OPC_CheckPredicate, 21, 239, 65, 0, // Skip to: 18553 +/* 1674 */ MCD_OPC_Decode, 178, 10, 98, // Opcode: VHADDsv8i16 +/* 1678 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 1715 +/* 1684 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1687 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1701 +/* 1692 */ MCD_OPC_CheckPredicate, 21, 216, 65, 0, // Skip to: 18553 +/* 1697 */ MCD_OPC_Decode, 241, 7, 99, // Opcode: VADDLsv4i32 +/* 1701 */ MCD_OPC_FilterValue, 1, 207, 65, 0, // Skip to: 18553 +/* 1706 */ MCD_OPC_CheckPredicate, 21, 202, 65, 0, // Skip to: 18553 +/* 1711 */ MCD_OPC_Decode, 224, 13, 107, // Opcode: VMLAslv4i16 +/* 1715 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 1752 +/* 1721 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1724 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1738 +/* 1729 */ MCD_OPC_CheckPredicate, 21, 179, 65, 0, // Skip to: 18553 +/* 1734 */ MCD_OPC_Decode, 182, 10, 97, // Opcode: VHADDuv4i16 +/* 1738 */ MCD_OPC_FilterValue, 1, 170, 65, 0, // Skip to: 18553 +/* 1743 */ MCD_OPC_CheckPredicate, 21, 165, 65, 0, // Skip to: 18553 +/* 1748 */ MCD_OPC_Decode, 184, 10, 98, // Opcode: VHADDuv8i16 +/* 1752 */ MCD_OPC_FilterValue, 231, 3, 155, 65, 0, // Skip to: 18553 +/* 1758 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1761 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1775 +/* 1766 */ MCD_OPC_CheckPredicate, 21, 142, 65, 0, // Skip to: 18553 +/* 1771 */ MCD_OPC_Decode, 244, 7, 99, // Opcode: VADDLuv4i32 +/* 1775 */ MCD_OPC_FilterValue, 1, 133, 65, 0, // Skip to: 18553 +/* 1780 */ MCD_OPC_CheckPredicate, 21, 128, 65, 0, // Skip to: 18553 +/* 1785 */ MCD_OPC_Decode, 226, 13, 108, // Opcode: VMLAslv8i16 +/* 1789 */ MCD_OPC_FilterValue, 1, 151, 0, 0, // Skip to: 1945 +/* 1794 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1797 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 1834 +/* 1803 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1806 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1820 +/* 1811 */ MCD_OPC_CheckPredicate, 21, 97, 65, 0, // Skip to: 18553 +/* 1816 */ MCD_OPC_Decode, 237, 16, 97, // Opcode: VRHADDsv4i16 +/* 1820 */ MCD_OPC_FilterValue, 1, 88, 65, 0, // Skip to: 18553 +/* 1825 */ MCD_OPC_CheckPredicate, 21, 83, 65, 0, // Skip to: 18553 +/* 1830 */ MCD_OPC_Decode, 239, 16, 98, // Opcode: VRHADDsv8i16 +/* 1834 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 1871 +/* 1840 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1843 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1857 +/* 1848 */ MCD_OPC_CheckPredicate, 21, 60, 65, 0, // Skip to: 18553 +/* 1853 */ MCD_OPC_Decode, 248, 7, 100, // Opcode: VADDWsv4i32 +/* 1857 */ MCD_OPC_FilterValue, 1, 51, 65, 0, // Skip to: 18553 +/* 1862 */ MCD_OPC_CheckPredicate, 22, 46, 65, 0, // Skip to: 18553 +/* 1867 */ MCD_OPC_Decode, 221, 13, 107, // Opcode: VMLAslhd +/* 1871 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 1908 +/* 1877 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1880 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1894 +/* 1885 */ MCD_OPC_CheckPredicate, 21, 23, 65, 0, // Skip to: 18553 +/* 1890 */ MCD_OPC_Decode, 243, 16, 97, // Opcode: VRHADDuv4i16 +/* 1894 */ MCD_OPC_FilterValue, 1, 14, 65, 0, // Skip to: 18553 +/* 1899 */ MCD_OPC_CheckPredicate, 21, 9, 65, 0, // Skip to: 18553 +/* 1904 */ MCD_OPC_Decode, 245, 16, 98, // Opcode: VRHADDuv8i16 +/* 1908 */ MCD_OPC_FilterValue, 231, 3, 255, 64, 0, // Skip to: 18553 +/* 1914 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1917 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1931 +/* 1922 */ MCD_OPC_CheckPredicate, 21, 242, 64, 0, // Skip to: 18553 +/* 1927 */ MCD_OPC_Decode, 251, 7, 100, // Opcode: VADDWuv4i32 +/* 1931 */ MCD_OPC_FilterValue, 1, 233, 64, 0, // Skip to: 18553 +/* 1936 */ MCD_OPC_CheckPredicate, 22, 228, 64, 0, // Skip to: 18553 +/* 1941 */ MCD_OPC_Decode, 222, 13, 108, // Opcode: VMLAslhq +/* 1945 */ MCD_OPC_FilterValue, 2, 151, 0, 0, // Skip to: 2101 +/* 1950 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1953 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 1990 +/* 1959 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1962 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1976 +/* 1967 */ MCD_OPC_CheckPredicate, 21, 197, 64, 0, // Skip to: 18553 +/* 1972 */ MCD_OPC_Decode, 188, 10, 97, // Opcode: VHSUBsv4i16 +/* 1976 */ MCD_OPC_FilterValue, 1, 188, 64, 0, // Skip to: 18553 +/* 1981 */ MCD_OPC_CheckPredicate, 21, 183, 64, 0, // Skip to: 18553 +/* 1986 */ MCD_OPC_Decode, 190, 10, 98, // Opcode: VHSUBsv8i16 +/* 1990 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2027 +/* 1996 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1999 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2013 +/* 2004 */ MCD_OPC_CheckPredicate, 21, 160, 64, 0, // Skip to: 18553 +/* 2009 */ MCD_OPC_Decode, 213, 20, 99, // Opcode: VSUBLsv4i32 +/* 2013 */ MCD_OPC_FilterValue, 1, 151, 64, 0, // Skip to: 18553 +/* 2018 */ MCD_OPC_CheckPredicate, 21, 146, 64, 0, // Skip to: 18553 +/* 2023 */ MCD_OPC_Decode, 205, 13, 109, // Opcode: VMLALslsv4i16 +/* 2027 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2064 +/* 2033 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2036 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2050 +/* 2041 */ MCD_OPC_CheckPredicate, 21, 123, 64, 0, // Skip to: 18553 +/* 2046 */ MCD_OPC_Decode, 194, 10, 97, // Opcode: VHSUBuv4i16 +/* 2050 */ MCD_OPC_FilterValue, 1, 114, 64, 0, // Skip to: 18553 +/* 2055 */ MCD_OPC_CheckPredicate, 21, 109, 64, 0, // Skip to: 18553 +/* 2060 */ MCD_OPC_Decode, 196, 10, 98, // Opcode: VHSUBuv8i16 +/* 2064 */ MCD_OPC_FilterValue, 231, 3, 99, 64, 0, // Skip to: 18553 +/* 2070 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2073 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2087 +/* 2078 */ MCD_OPC_CheckPredicate, 21, 86, 64, 0, // Skip to: 18553 +/* 2083 */ MCD_OPC_Decode, 216, 20, 99, // Opcode: VSUBLuv4i32 +/* 2087 */ MCD_OPC_FilterValue, 1, 77, 64, 0, // Skip to: 18553 +/* 2092 */ MCD_OPC_CheckPredicate, 21, 72, 64, 0, // Skip to: 18553 +/* 2097 */ MCD_OPC_Decode, 207, 13, 109, // Opcode: VMLALsluv4i16 +/* 2101 */ MCD_OPC_FilterValue, 3, 136, 0, 0, // Skip to: 2242 +/* 2106 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2109 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2146 +/* 2115 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2118 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2132 +/* 2123 */ MCD_OPC_CheckPredicate, 21, 41, 64, 0, // Skip to: 18553 +/* 2128 */ MCD_OPC_Decode, 207, 8, 97, // Opcode: VCGTsv4i16 +/* 2132 */ MCD_OPC_FilterValue, 1, 32, 64, 0, // Skip to: 18553 +/* 2137 */ MCD_OPC_CheckPredicate, 21, 27, 64, 0, // Skip to: 18553 +/* 2142 */ MCD_OPC_Decode, 209, 8, 98, // Opcode: VCGTsv8i16 +/* 2146 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2183 +/* 2152 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2155 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2169 +/* 2160 */ MCD_OPC_CheckPredicate, 21, 4, 64, 0, // Skip to: 18553 +/* 2165 */ MCD_OPC_Decode, 220, 20, 100, // Opcode: VSUBWsv4i32 +/* 2169 */ MCD_OPC_FilterValue, 1, 251, 63, 0, // Skip to: 18553 +/* 2174 */ MCD_OPC_CheckPredicate, 21, 246, 63, 0, // Skip to: 18553 +/* 2179 */ MCD_OPC_Decode, 190, 15, 109, // Opcode: VQDMLALslv4i16 +/* 2183 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2220 +/* 2189 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2192 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2206 +/* 2197 */ MCD_OPC_CheckPredicate, 21, 223, 63, 0, // Skip to: 18553 +/* 2202 */ MCD_OPC_Decode, 213, 8, 97, // Opcode: VCGTuv4i16 +/* 2206 */ MCD_OPC_FilterValue, 1, 214, 63, 0, // Skip to: 18553 +/* 2211 */ MCD_OPC_CheckPredicate, 21, 209, 63, 0, // Skip to: 18553 +/* 2216 */ MCD_OPC_Decode, 215, 8, 98, // Opcode: VCGTuv8i16 +/* 2220 */ MCD_OPC_FilterValue, 231, 3, 199, 63, 0, // Skip to: 18553 +/* 2226 */ MCD_OPC_CheckPredicate, 21, 194, 63, 0, // Skip to: 18553 +/* 2231 */ MCD_OPC_CheckField, 6, 1, 0, 187, 63, 0, // Skip to: 18553 +/* 2238 */ MCD_OPC_Decode, 223, 20, 100, // Opcode: VSUBWuv4i32 +/* 2242 */ MCD_OPC_FilterValue, 4, 151, 0, 0, // Skip to: 2398 +/* 2247 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2250 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2287 +/* 2256 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2259 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2273 +/* 2264 */ MCD_OPC_CheckPredicate, 21, 156, 63, 0, // Skip to: 18553 +/* 2269 */ MCD_OPC_Decode, 140, 18, 101, // Opcode: VSHLsv4i16 +/* 2273 */ MCD_OPC_FilterValue, 1, 147, 63, 0, // Skip to: 18553 +/* 2278 */ MCD_OPC_CheckPredicate, 21, 142, 63, 0, // Skip to: 18553 +/* 2283 */ MCD_OPC_Decode, 142, 18, 102, // Opcode: VSHLsv8i16 +/* 2287 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2324 +/* 2293 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2296 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2310 +/* 2301 */ MCD_OPC_CheckPredicate, 21, 119, 63, 0, // Skip to: 18553 +/* 2306 */ MCD_OPC_Decode, 238, 7, 103, // Opcode: VADDHNv4i16 +/* 2310 */ MCD_OPC_FilterValue, 1, 110, 63, 0, // Skip to: 18553 +/* 2315 */ MCD_OPC_CheckPredicate, 21, 105, 63, 0, // Skip to: 18553 +/* 2320 */ MCD_OPC_Decode, 255, 13, 107, // Opcode: VMLSslv4i16 +/* 2324 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2361 +/* 2330 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2333 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2347 +/* 2338 */ MCD_OPC_CheckPredicate, 21, 82, 63, 0, // Skip to: 18553 +/* 2343 */ MCD_OPC_Decode, 148, 18, 101, // Opcode: VSHLuv4i16 +/* 2347 */ MCD_OPC_FilterValue, 1, 73, 63, 0, // Skip to: 18553 +/* 2352 */ MCD_OPC_CheckPredicate, 21, 68, 63, 0, // Skip to: 18553 +/* 2357 */ MCD_OPC_Decode, 150, 18, 102, // Opcode: VSHLuv8i16 +/* 2361 */ MCD_OPC_FilterValue, 231, 3, 58, 63, 0, // Skip to: 18553 +/* 2367 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2370 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2384 +/* 2375 */ MCD_OPC_CheckPredicate, 21, 45, 63, 0, // Skip to: 18553 +/* 2380 */ MCD_OPC_Decode, 211, 16, 103, // Opcode: VRADDHNv4i16 +/* 2384 */ MCD_OPC_FilterValue, 1, 36, 63, 0, // Skip to: 18553 +/* 2389 */ MCD_OPC_CheckPredicate, 21, 31, 63, 0, // Skip to: 18553 +/* 2394 */ MCD_OPC_Decode, 129, 14, 108, // Opcode: VMLSslv8i16 +/* 2398 */ MCD_OPC_FilterValue, 5, 151, 0, 0, // Skip to: 2554 +/* 2403 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2406 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2443 +/* 2412 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2415 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2429 +/* 2420 */ MCD_OPC_CheckPredicate, 21, 0, 63, 0, // Skip to: 18553 +/* 2425 */ MCD_OPC_Decode, 168, 17, 101, // Opcode: VRSHLsv4i16 +/* 2429 */ MCD_OPC_FilterValue, 1, 247, 62, 0, // Skip to: 18553 +/* 2434 */ MCD_OPC_CheckPredicate, 21, 242, 62, 0, // Skip to: 18553 +/* 2439 */ MCD_OPC_Decode, 170, 17, 102, // Opcode: VRSHLsv8i16 +/* 2443 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2480 +/* 2449 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2452 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2466 +/* 2457 */ MCD_OPC_CheckPredicate, 21, 219, 62, 0, // Skip to: 18553 +/* 2462 */ MCD_OPC_Decode, 175, 7, 104, // Opcode: VABALsv4i32 +/* 2466 */ MCD_OPC_FilterValue, 1, 210, 62, 0, // Skip to: 18553 +/* 2471 */ MCD_OPC_CheckPredicate, 22, 205, 62, 0, // Skip to: 18553 +/* 2476 */ MCD_OPC_Decode, 252, 13, 107, // Opcode: VMLSslhd +/* 2480 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2517 +/* 2486 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2489 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2503 +/* 2494 */ MCD_OPC_CheckPredicate, 21, 182, 62, 0, // Skip to: 18553 +/* 2499 */ MCD_OPC_Decode, 176, 17, 101, // Opcode: VRSHLuv4i16 +/* 2503 */ MCD_OPC_FilterValue, 1, 173, 62, 0, // Skip to: 18553 +/* 2508 */ MCD_OPC_CheckPredicate, 21, 168, 62, 0, // Skip to: 18553 +/* 2513 */ MCD_OPC_Decode, 178, 17, 102, // Opcode: VRSHLuv8i16 +/* 2517 */ MCD_OPC_FilterValue, 231, 3, 158, 62, 0, // Skip to: 18553 +/* 2523 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2526 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2540 +/* 2531 */ MCD_OPC_CheckPredicate, 21, 145, 62, 0, // Skip to: 18553 +/* 2536 */ MCD_OPC_Decode, 178, 7, 104, // Opcode: VABALuv4i32 +/* 2540 */ MCD_OPC_FilterValue, 1, 136, 62, 0, // Skip to: 18553 +/* 2545 */ MCD_OPC_CheckPredicate, 22, 131, 62, 0, // Skip to: 18553 +/* 2550 */ MCD_OPC_Decode, 253, 13, 108, // Opcode: VMLSslhq +/* 2554 */ MCD_OPC_FilterValue, 6, 151, 0, 0, // Skip to: 2710 +/* 2559 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2562 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2599 +/* 2568 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2571 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2585 +/* 2576 */ MCD_OPC_CheckPredicate, 21, 100, 62, 0, // Skip to: 18553 +/* 2581 */ MCD_OPC_Decode, 169, 13, 97, // Opcode: VMAXsv4i16 +/* 2585 */ MCD_OPC_FilterValue, 1, 91, 62, 0, // Skip to: 18553 +/* 2590 */ MCD_OPC_CheckPredicate, 21, 86, 62, 0, // Skip to: 18553 +/* 2595 */ MCD_OPC_Decode, 171, 13, 98, // Opcode: VMAXsv8i16 +/* 2599 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2636 +/* 2605 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2608 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2622 +/* 2613 */ MCD_OPC_CheckPredicate, 21, 63, 62, 0, // Skip to: 18553 +/* 2618 */ MCD_OPC_Decode, 210, 20, 103, // Opcode: VSUBHNv4i16 +/* 2622 */ MCD_OPC_FilterValue, 1, 54, 62, 0, // Skip to: 18553 +/* 2627 */ MCD_OPC_CheckPredicate, 21, 49, 62, 0, // Skip to: 18553 +/* 2632 */ MCD_OPC_Decode, 236, 13, 109, // Opcode: VMLSLslsv4i16 +/* 2636 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2673 +/* 2642 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2645 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2659 +/* 2650 */ MCD_OPC_CheckPredicate, 21, 26, 62, 0, // Skip to: 18553 +/* 2655 */ MCD_OPC_Decode, 175, 13, 97, // Opcode: VMAXuv4i16 +/* 2659 */ MCD_OPC_FilterValue, 1, 17, 62, 0, // Skip to: 18553 +/* 2664 */ MCD_OPC_CheckPredicate, 21, 12, 62, 0, // Skip to: 18553 +/* 2669 */ MCD_OPC_Decode, 177, 13, 98, // Opcode: VMAXuv8i16 +/* 2673 */ MCD_OPC_FilterValue, 231, 3, 2, 62, 0, // Skip to: 18553 +/* 2679 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2682 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2696 +/* 2687 */ MCD_OPC_CheckPredicate, 21, 245, 61, 0, // Skip to: 18553 +/* 2692 */ MCD_OPC_Decode, 226, 17, 103, // Opcode: VRSUBHNv4i16 +/* 2696 */ MCD_OPC_FilterValue, 1, 236, 61, 0, // Skip to: 18553 +/* 2701 */ MCD_OPC_CheckPredicate, 21, 231, 61, 0, // Skip to: 18553 +/* 2706 */ MCD_OPC_Decode, 238, 13, 109, // Opcode: VMLSLsluv4i16 +/* 2710 */ MCD_OPC_FilterValue, 7, 136, 0, 0, // Skip to: 2851 +/* 2715 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2718 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2755 +/* 2724 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2727 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2741 +/* 2732 */ MCD_OPC_CheckPredicate, 21, 200, 61, 0, // Skip to: 18553 +/* 2737 */ MCD_OPC_Decode, 204, 7, 97, // Opcode: VABDsv4i16 +/* 2741 */ MCD_OPC_FilterValue, 1, 191, 61, 0, // Skip to: 18553 +/* 2746 */ MCD_OPC_CheckPredicate, 21, 186, 61, 0, // Skip to: 18553 +/* 2751 */ MCD_OPC_Decode, 206, 7, 98, // Opcode: VABDsv8i16 +/* 2755 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2792 +/* 2761 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2764 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2778 +/* 2769 */ MCD_OPC_CheckPredicate, 21, 163, 61, 0, // Skip to: 18553 +/* 2774 */ MCD_OPC_Decode, 193, 7, 99, // Opcode: VABDLsv4i32 +/* 2778 */ MCD_OPC_FilterValue, 1, 154, 61, 0, // Skip to: 18553 +/* 2783 */ MCD_OPC_CheckPredicate, 21, 149, 61, 0, // Skip to: 18553 +/* 2788 */ MCD_OPC_Decode, 194, 15, 109, // Opcode: VQDMLSLslv4i16 +/* 2792 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2829 +/* 2798 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2801 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2815 +/* 2806 */ MCD_OPC_CheckPredicate, 21, 126, 61, 0, // Skip to: 18553 +/* 2811 */ MCD_OPC_Decode, 210, 7, 97, // Opcode: VABDuv4i16 +/* 2815 */ MCD_OPC_FilterValue, 1, 117, 61, 0, // Skip to: 18553 +/* 2820 */ MCD_OPC_CheckPredicate, 21, 112, 61, 0, // Skip to: 18553 +/* 2825 */ MCD_OPC_Decode, 212, 7, 98, // Opcode: VABDuv8i16 +/* 2829 */ MCD_OPC_FilterValue, 231, 3, 102, 61, 0, // Skip to: 18553 +/* 2835 */ MCD_OPC_CheckPredicate, 21, 97, 61, 0, // Skip to: 18553 +/* 2840 */ MCD_OPC_CheckField, 6, 1, 0, 90, 61, 0, // Skip to: 18553 +/* 2847 */ MCD_OPC_Decode, 196, 7, 99, // Opcode: VABDLuv4i32 +/* 2851 */ MCD_OPC_FilterValue, 8, 151, 0, 0, // Skip to: 3007 +/* 2856 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2859 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 2896 +/* 2865 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2868 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2882 +/* 2873 */ MCD_OPC_CheckPredicate, 21, 59, 61, 0, // Skip to: 18553 +/* 2878 */ MCD_OPC_Decode, 133, 8, 97, // Opcode: VADDv4i16 +/* 2882 */ MCD_OPC_FilterValue, 1, 50, 61, 0, // Skip to: 18553 +/* 2887 */ MCD_OPC_CheckPredicate, 21, 45, 61, 0, // Skip to: 18553 +/* 2892 */ MCD_OPC_Decode, 135, 8, 98, // Opcode: VADDv8i16 +/* 2896 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 2933 +/* 2902 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2905 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2919 +/* 2910 */ MCD_OPC_CheckPredicate, 21, 22, 61, 0, // Skip to: 18553 +/* 2915 */ MCD_OPC_Decode, 209, 13, 104, // Opcode: VMLALsv4i32 +/* 2919 */ MCD_OPC_FilterValue, 1, 13, 61, 0, // Skip to: 18553 +/* 2924 */ MCD_OPC_CheckPredicate, 21, 8, 61, 0, // Skip to: 18553 +/* 2929 */ MCD_OPC_Decode, 205, 14, 110, // Opcode: VMULslv4i16 +/* 2933 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 2970 +/* 2939 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2942 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2956 +/* 2947 */ MCD_OPC_CheckPredicate, 21, 241, 60, 0, // Skip to: 18553 +/* 2952 */ MCD_OPC_Decode, 233, 20, 97, // Opcode: VSUBv4i16 +/* 2956 */ MCD_OPC_FilterValue, 1, 232, 60, 0, // Skip to: 18553 +/* 2961 */ MCD_OPC_CheckPredicate, 21, 227, 60, 0, // Skip to: 18553 +/* 2966 */ MCD_OPC_Decode, 235, 20, 98, // Opcode: VSUBv8i16 +/* 2970 */ MCD_OPC_FilterValue, 231, 3, 217, 60, 0, // Skip to: 18553 +/* 2976 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2979 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2993 +/* 2984 */ MCD_OPC_CheckPredicate, 21, 204, 60, 0, // Skip to: 18553 +/* 2989 */ MCD_OPC_Decode, 212, 13, 104, // Opcode: VMLALuv4i32 +/* 2993 */ MCD_OPC_FilterValue, 1, 195, 60, 0, // Skip to: 18553 +/* 2998 */ MCD_OPC_CheckPredicate, 21, 190, 60, 0, // Skip to: 18553 +/* 3003 */ MCD_OPC_Decode, 207, 14, 111, // Opcode: VMULslv8i16 +/* 3007 */ MCD_OPC_FilterValue, 9, 136, 0, 0, // Skip to: 3148 +/* 3012 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3015 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3052 +/* 3021 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3024 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3038 +/* 3029 */ MCD_OPC_CheckPredicate, 21, 159, 60, 0, // Skip to: 18553 +/* 3034 */ MCD_OPC_Decode, 229, 13, 105, // Opcode: VMLAv4i16 +/* 3038 */ MCD_OPC_FilterValue, 1, 150, 60, 0, // Skip to: 18553 +/* 3043 */ MCD_OPC_CheckPredicate, 21, 145, 60, 0, // Skip to: 18553 +/* 3048 */ MCD_OPC_Decode, 231, 13, 106, // Opcode: VMLAv8i16 +/* 3052 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 3089 +/* 3058 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3061 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3075 +/* 3066 */ MCD_OPC_CheckPredicate, 21, 122, 60, 0, // Skip to: 18553 +/* 3071 */ MCD_OPC_Decode, 192, 15, 104, // Opcode: VQDMLALv4i32 +/* 3075 */ MCD_OPC_FilterValue, 1, 113, 60, 0, // Skip to: 18553 +/* 3080 */ MCD_OPC_CheckPredicate, 22, 108, 60, 0, // Skip to: 18553 +/* 3085 */ MCD_OPC_Decode, 202, 14, 110, // Opcode: VMULslhd +/* 3089 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 3126 +/* 3095 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3098 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3112 +/* 3103 */ MCD_OPC_CheckPredicate, 21, 85, 60, 0, // Skip to: 18553 +/* 3108 */ MCD_OPC_Decode, 132, 14, 105, // Opcode: VMLSv4i16 +/* 3112 */ MCD_OPC_FilterValue, 1, 76, 60, 0, // Skip to: 18553 +/* 3117 */ MCD_OPC_CheckPredicate, 21, 71, 60, 0, // Skip to: 18553 +/* 3122 */ MCD_OPC_Decode, 134, 14, 106, // Opcode: VMLSv8i16 +/* 3126 */ MCD_OPC_FilterValue, 231, 3, 61, 60, 0, // Skip to: 18553 +/* 3132 */ MCD_OPC_CheckPredicate, 22, 56, 60, 0, // Skip to: 18553 +/* 3137 */ MCD_OPC_CheckField, 6, 1, 1, 49, 60, 0, // Skip to: 18553 +/* 3144 */ MCD_OPC_Decode, 203, 14, 111, // Opcode: VMULslhq +/* 3148 */ MCD_OPC_FilterValue, 10, 121, 0, 0, // Skip to: 3274 +/* 3153 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3156 */ MCD_OPC_FilterValue, 228, 3, 16, 0, 0, // Skip to: 3178 +/* 3162 */ MCD_OPC_CheckPredicate, 21, 26, 60, 0, // Skip to: 18553 +/* 3167 */ MCD_OPC_CheckField, 6, 1, 0, 19, 60, 0, // Skip to: 18553 +/* 3174 */ MCD_OPC_Decode, 153, 15, 97, // Opcode: VPMAXs16 +/* 3178 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 3215 +/* 3184 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3187 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3201 +/* 3192 */ MCD_OPC_CheckPredicate, 21, 252, 59, 0, // Skip to: 18553 +/* 3197 */ MCD_OPC_Decode, 240, 13, 104, // Opcode: VMLSLsv4i32 +/* 3201 */ MCD_OPC_FilterValue, 1, 243, 59, 0, // Skip to: 18553 +/* 3206 */ MCD_OPC_CheckPredicate, 21, 238, 59, 0, // Skip to: 18553 +/* 3211 */ MCD_OPC_Decode, 184, 14, 112, // Opcode: VMULLslsv4i16 +/* 3215 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 3237 +/* 3221 */ MCD_OPC_CheckPredicate, 21, 223, 59, 0, // Skip to: 18553 +/* 3226 */ MCD_OPC_CheckField, 6, 1, 0, 216, 59, 0, // Skip to: 18553 +/* 3233 */ MCD_OPC_Decode, 156, 15, 97, // Opcode: VPMAXu16 +/* 3237 */ MCD_OPC_FilterValue, 231, 3, 206, 59, 0, // Skip to: 18553 +/* 3243 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3246 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3260 +/* 3251 */ MCD_OPC_CheckPredicate, 21, 193, 59, 0, // Skip to: 18553 +/* 3256 */ MCD_OPC_Decode, 243, 13, 104, // Opcode: VMLSLuv4i32 +/* 3260 */ MCD_OPC_FilterValue, 1, 184, 59, 0, // Skip to: 18553 +/* 3265 */ MCD_OPC_CheckPredicate, 21, 179, 59, 0, // Skip to: 18553 +/* 3270 */ MCD_OPC_Decode, 186, 14, 112, // Opcode: VMULLsluv4i16 +/* 3274 */ MCD_OPC_FilterValue, 11, 114, 0, 0, // Skip to: 3393 +/* 3279 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3282 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3319 +/* 3288 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3291 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3305 +/* 3296 */ MCD_OPC_CheckPredicate, 21, 148, 59, 0, // Skip to: 18553 +/* 3301 */ MCD_OPC_Decode, 202, 15, 97, // Opcode: VQDMULHv4i16 +/* 3305 */ MCD_OPC_FilterValue, 1, 139, 59, 0, // Skip to: 18553 +/* 3310 */ MCD_OPC_CheckPredicate, 21, 134, 59, 0, // Skip to: 18553 +/* 3315 */ MCD_OPC_Decode, 204, 15, 98, // Opcode: VQDMULHv8i16 +/* 3319 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 3356 +/* 3325 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3328 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3342 +/* 3333 */ MCD_OPC_CheckPredicate, 21, 111, 59, 0, // Skip to: 18553 +/* 3338 */ MCD_OPC_Decode, 196, 15, 104, // Opcode: VQDMLSLv4i32 +/* 3342 */ MCD_OPC_FilterValue, 1, 102, 59, 0, // Skip to: 18553 +/* 3347 */ MCD_OPC_CheckPredicate, 21, 97, 59, 0, // Skip to: 18553 +/* 3352 */ MCD_OPC_Decode, 206, 15, 112, // Opcode: VQDMULLslv4i16 +/* 3356 */ MCD_OPC_FilterValue, 230, 3, 87, 59, 0, // Skip to: 18553 +/* 3362 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3365 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3379 +/* 3370 */ MCD_OPC_CheckPredicate, 21, 74, 59, 0, // Skip to: 18553 +/* 3375 */ MCD_OPC_Decode, 245, 15, 97, // Opcode: VQRDMULHv4i16 +/* 3379 */ MCD_OPC_FilterValue, 1, 65, 59, 0, // Skip to: 18553 +/* 3384 */ MCD_OPC_CheckPredicate, 21, 60, 59, 0, // Skip to: 18553 +/* 3389 */ MCD_OPC_Decode, 247, 15, 98, // Opcode: VQRDMULHv8i16 +/* 3393 */ MCD_OPC_FilterValue, 12, 79, 0, 0, // Skip to: 3477 +/* 3398 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3401 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 3439 +/* 3406 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3409 */ MCD_OPC_FilterValue, 229, 3, 9, 0, 0, // Skip to: 3424 +/* 3415 */ MCD_OPC_CheckPredicate, 21, 29, 59, 0, // Skip to: 18553 +/* 3420 */ MCD_OPC_Decode, 188, 14, 99, // Opcode: VMULLsv4i32 +/* 3424 */ MCD_OPC_FilterValue, 231, 3, 19, 59, 0, // Skip to: 18553 +/* 3430 */ MCD_OPC_CheckPredicate, 21, 14, 59, 0, // Skip to: 18553 +/* 3435 */ MCD_OPC_Decode, 191, 14, 99, // Opcode: VMULLuv4i32 +/* 3439 */ MCD_OPC_FilterValue, 1, 5, 59, 0, // Skip to: 18553 +/* 3444 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3447 */ MCD_OPC_FilterValue, 229, 3, 9, 0, 0, // Skip to: 3462 +/* 3453 */ MCD_OPC_CheckPredicate, 21, 247, 58, 0, // Skip to: 18553 +/* 3458 */ MCD_OPC_Decode, 198, 15, 110, // Opcode: VQDMULHslv4i16 +/* 3462 */ MCD_OPC_FilterValue, 231, 3, 237, 58, 0, // Skip to: 18553 +/* 3468 */ MCD_OPC_CheckPredicate, 21, 232, 58, 0, // Skip to: 18553 +/* 3473 */ MCD_OPC_Decode, 200, 15, 111, // Opcode: VQDMULHslv8i16 +/* 3477 */ MCD_OPC_FilterValue, 13, 121, 0, 0, // Skip to: 3603 +/* 3482 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3485 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3522 +/* 3491 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3494 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3508 +/* 3499 */ MCD_OPC_CheckPredicate, 22, 201, 58, 0, // Skip to: 18553 +/* 3504 */ MCD_OPC_Decode, 255, 7, 97, // Opcode: VADDhd +/* 3508 */ MCD_OPC_FilterValue, 1, 192, 58, 0, // Skip to: 18553 +/* 3513 */ MCD_OPC_CheckPredicate, 22, 187, 58, 0, // Skip to: 18553 +/* 3518 */ MCD_OPC_Decode, 128, 8, 98, // Opcode: VADDhq +/* 3522 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 3559 +/* 3528 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3531 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3545 +/* 3536 */ MCD_OPC_CheckPredicate, 21, 164, 58, 0, // Skip to: 18553 +/* 3541 */ MCD_OPC_Decode, 208, 15, 99, // Opcode: VQDMULLv4i32 +/* 3545 */ MCD_OPC_FilterValue, 1, 155, 58, 0, // Skip to: 18553 +/* 3550 */ MCD_OPC_CheckPredicate, 21, 150, 58, 0, // Skip to: 18553 +/* 3555 */ MCD_OPC_Decode, 241, 15, 110, // Opcode: VQRDMULHslv4i16 +/* 3559 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 3581 +/* 3565 */ MCD_OPC_CheckPredicate, 22, 135, 58, 0, // Skip to: 18553 +/* 3570 */ MCD_OPC_CheckField, 6, 1, 0, 128, 58, 0, // Skip to: 18553 +/* 3577 */ MCD_OPC_Decode, 147, 15, 97, // Opcode: VPADDh +/* 3581 */ MCD_OPC_FilterValue, 231, 3, 118, 58, 0, // Skip to: 18553 +/* 3587 */ MCD_OPC_CheckPredicate, 21, 113, 58, 0, // Skip to: 18553 +/* 3592 */ MCD_OPC_CheckField, 6, 1, 1, 106, 58, 0, // Skip to: 18553 +/* 3599 */ MCD_OPC_Decode, 243, 15, 111, // Opcode: VQRDMULHslv8i16 +/* 3603 */ MCD_OPC_FilterValue, 14, 121, 0, 0, // Skip to: 3729 +/* 3608 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3611 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3648 +/* 3617 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3620 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3634 +/* 3625 */ MCD_OPC_CheckPredicate, 22, 75, 58, 0, // Skip to: 18553 +/* 3630 */ MCD_OPC_Decode, 157, 8, 97, // Opcode: VCEQhd +/* 3634 */ MCD_OPC_FilterValue, 1, 66, 58, 0, // Skip to: 18553 +/* 3639 */ MCD_OPC_CheckPredicate, 22, 61, 58, 0, // Skip to: 18553 +/* 3644 */ MCD_OPC_Decode, 158, 8, 98, // Opcode: VCEQhq +/* 3648 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 3670 +/* 3654 */ MCD_OPC_CheckPredicate, 23, 46, 58, 0, // Skip to: 18553 +/* 3659 */ MCD_OPC_CheckField, 6, 1, 1, 39, 58, 0, // Skip to: 18553 +/* 3666 */ MCD_OPC_Decode, 225, 15, 107, // Opcode: VQRDMLAHslv4i16 +/* 3670 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 3707 +/* 3676 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3679 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3693 +/* 3684 */ MCD_OPC_CheckPredicate, 22, 16, 58, 0, // Skip to: 18553 +/* 3689 */ MCD_OPC_Decode, 177, 8, 97, // Opcode: VCGEhd +/* 3693 */ MCD_OPC_FilterValue, 1, 7, 58, 0, // Skip to: 18553 +/* 3698 */ MCD_OPC_CheckPredicate, 22, 2, 58, 0, // Skip to: 18553 +/* 3703 */ MCD_OPC_Decode, 178, 8, 98, // Opcode: VCGEhq +/* 3707 */ MCD_OPC_FilterValue, 231, 3, 248, 57, 0, // Skip to: 18553 +/* 3713 */ MCD_OPC_CheckPredicate, 23, 243, 57, 0, // Skip to: 18553 +/* 3718 */ MCD_OPC_CheckField, 6, 1, 1, 236, 57, 0, // Skip to: 18553 +/* 3725 */ MCD_OPC_Decode, 227, 15, 108, // Opcode: VQRDMLAHslv8i16 +/* 3729 */ MCD_OPC_FilterValue, 15, 227, 57, 0, // Skip to: 18553 +/* 3734 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3737 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3774 +/* 3743 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3746 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3760 +/* 3751 */ MCD_OPC_CheckPredicate, 22, 205, 57, 0, // Skip to: 18553 +/* 3756 */ MCD_OPC_Decode, 165, 13, 97, // Opcode: VMAXhd +/* 3760 */ MCD_OPC_FilterValue, 1, 196, 57, 0, // Skip to: 18553 +/* 3765 */ MCD_OPC_CheckPredicate, 22, 191, 57, 0, // Skip to: 18553 +/* 3770 */ MCD_OPC_Decode, 166, 13, 98, // Opcode: VMAXhq +/* 3774 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 3796 +/* 3780 */ MCD_OPC_CheckPredicate, 23, 176, 57, 0, // Skip to: 18553 +/* 3785 */ MCD_OPC_CheckField, 6, 1, 1, 169, 57, 0, // Skip to: 18553 +/* 3792 */ MCD_OPC_Decode, 233, 15, 107, // Opcode: VQRDMLSHslv4i16 +/* 3796 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 3818 +/* 3802 */ MCD_OPC_CheckPredicate, 22, 154, 57, 0, // Skip to: 18553 +/* 3807 */ MCD_OPC_CheckField, 6, 1, 0, 147, 57, 0, // Skip to: 18553 +/* 3814 */ MCD_OPC_Decode, 152, 15, 97, // Opcode: VPMAXh +/* 3818 */ MCD_OPC_FilterValue, 231, 3, 137, 57, 0, // Skip to: 18553 +/* 3824 */ MCD_OPC_CheckPredicate, 23, 132, 57, 0, // Skip to: 18553 +/* 3829 */ MCD_OPC_CheckField, 6, 1, 1, 125, 57, 0, // Skip to: 18553 +/* 3836 */ MCD_OPC_Decode, 235, 15, 108, // Opcode: VQRDMLSHslv8i16 +/* 3840 */ MCD_OPC_FilterValue, 2, 155, 8, 0, // Skip to: 6048 +/* 3845 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3848 */ MCD_OPC_FilterValue, 0, 151, 0, 0, // Skip to: 4004 +/* 3853 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3856 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 3893 +/* 3862 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3865 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3879 +/* 3870 */ MCD_OPC_CheckPredicate, 21, 86, 57, 0, // Skip to: 18553 +/* 3875 */ MCD_OPC_Decode, 175, 10, 97, // Opcode: VHADDsv2i32 +/* 3879 */ MCD_OPC_FilterValue, 1, 77, 57, 0, // Skip to: 18553 +/* 3884 */ MCD_OPC_CheckPredicate, 21, 72, 57, 0, // Skip to: 18553 +/* 3889 */ MCD_OPC_Decode, 177, 10, 98, // Opcode: VHADDsv4i32 +/* 3893 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 3930 +/* 3899 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3902 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3916 +/* 3907 */ MCD_OPC_CheckPredicate, 21, 49, 57, 0, // Skip to: 18553 +/* 3912 */ MCD_OPC_Decode, 240, 7, 99, // Opcode: VADDLsv2i64 +/* 3916 */ MCD_OPC_FilterValue, 1, 40, 57, 0, // Skip to: 18553 +/* 3921 */ MCD_OPC_CheckPredicate, 21, 35, 57, 0, // Skip to: 18553 +/* 3926 */ MCD_OPC_Decode, 223, 13, 113, // Opcode: VMLAslv2i32 +/* 3930 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 3967 +/* 3936 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3939 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3953 +/* 3944 */ MCD_OPC_CheckPredicate, 21, 12, 57, 0, // Skip to: 18553 +/* 3949 */ MCD_OPC_Decode, 181, 10, 97, // Opcode: VHADDuv2i32 +/* 3953 */ MCD_OPC_FilterValue, 1, 3, 57, 0, // Skip to: 18553 +/* 3958 */ MCD_OPC_CheckPredicate, 21, 254, 56, 0, // Skip to: 18553 +/* 3963 */ MCD_OPC_Decode, 183, 10, 98, // Opcode: VHADDuv4i32 +/* 3967 */ MCD_OPC_FilterValue, 231, 3, 244, 56, 0, // Skip to: 18553 +/* 3973 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3976 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3990 +/* 3981 */ MCD_OPC_CheckPredicate, 21, 231, 56, 0, // Skip to: 18553 +/* 3986 */ MCD_OPC_Decode, 243, 7, 99, // Opcode: VADDLuv2i64 +/* 3990 */ MCD_OPC_FilterValue, 1, 222, 56, 0, // Skip to: 18553 +/* 3995 */ MCD_OPC_CheckPredicate, 21, 217, 56, 0, // Skip to: 18553 +/* 4000 */ MCD_OPC_Decode, 225, 13, 114, // Opcode: VMLAslv4i32 +/* 4004 */ MCD_OPC_FilterValue, 1, 151, 0, 0, // Skip to: 4160 +/* 4009 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4012 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4049 +/* 4018 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4021 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4035 +/* 4026 */ MCD_OPC_CheckPredicate, 21, 186, 56, 0, // Skip to: 18553 +/* 4031 */ MCD_OPC_Decode, 236, 16, 97, // Opcode: VRHADDsv2i32 +/* 4035 */ MCD_OPC_FilterValue, 1, 177, 56, 0, // Skip to: 18553 +/* 4040 */ MCD_OPC_CheckPredicate, 21, 172, 56, 0, // Skip to: 18553 +/* 4045 */ MCD_OPC_Decode, 238, 16, 98, // Opcode: VRHADDsv4i32 +/* 4049 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4086 +/* 4055 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4058 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4072 +/* 4063 */ MCD_OPC_CheckPredicate, 21, 149, 56, 0, // Skip to: 18553 +/* 4068 */ MCD_OPC_Decode, 247, 7, 100, // Opcode: VADDWsv2i64 +/* 4072 */ MCD_OPC_FilterValue, 1, 140, 56, 0, // Skip to: 18553 +/* 4077 */ MCD_OPC_CheckPredicate, 21, 135, 56, 0, // Skip to: 18553 +/* 4082 */ MCD_OPC_Decode, 219, 13, 113, // Opcode: VMLAslfd +/* 4086 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4123 +/* 4092 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4095 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4109 +/* 4100 */ MCD_OPC_CheckPredicate, 21, 112, 56, 0, // Skip to: 18553 +/* 4105 */ MCD_OPC_Decode, 242, 16, 97, // Opcode: VRHADDuv2i32 +/* 4109 */ MCD_OPC_FilterValue, 1, 103, 56, 0, // Skip to: 18553 +/* 4114 */ MCD_OPC_CheckPredicate, 21, 98, 56, 0, // Skip to: 18553 +/* 4119 */ MCD_OPC_Decode, 244, 16, 98, // Opcode: VRHADDuv4i32 +/* 4123 */ MCD_OPC_FilterValue, 231, 3, 88, 56, 0, // Skip to: 18553 +/* 4129 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4132 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4146 +/* 4137 */ MCD_OPC_CheckPredicate, 21, 75, 56, 0, // Skip to: 18553 +/* 4142 */ MCD_OPC_Decode, 250, 7, 100, // Opcode: VADDWuv2i64 +/* 4146 */ MCD_OPC_FilterValue, 1, 66, 56, 0, // Skip to: 18553 +/* 4151 */ MCD_OPC_CheckPredicate, 21, 61, 56, 0, // Skip to: 18553 +/* 4156 */ MCD_OPC_Decode, 220, 13, 114, // Opcode: VMLAslfq +/* 4160 */ MCD_OPC_FilterValue, 2, 151, 0, 0, // Skip to: 4316 +/* 4165 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4168 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4205 +/* 4174 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4177 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4191 +/* 4182 */ MCD_OPC_CheckPredicate, 21, 30, 56, 0, // Skip to: 18553 +/* 4187 */ MCD_OPC_Decode, 187, 10, 97, // Opcode: VHSUBsv2i32 +/* 4191 */ MCD_OPC_FilterValue, 1, 21, 56, 0, // Skip to: 18553 +/* 4196 */ MCD_OPC_CheckPredicate, 21, 16, 56, 0, // Skip to: 18553 +/* 4201 */ MCD_OPC_Decode, 189, 10, 98, // Opcode: VHSUBsv4i32 +/* 4205 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4242 +/* 4211 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4214 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4228 +/* 4219 */ MCD_OPC_CheckPredicate, 21, 249, 55, 0, // Skip to: 18553 +/* 4224 */ MCD_OPC_Decode, 212, 20, 99, // Opcode: VSUBLsv2i64 +/* 4228 */ MCD_OPC_FilterValue, 1, 240, 55, 0, // Skip to: 18553 +/* 4233 */ MCD_OPC_CheckPredicate, 21, 235, 55, 0, // Skip to: 18553 +/* 4238 */ MCD_OPC_Decode, 204, 13, 115, // Opcode: VMLALslsv2i32 +/* 4242 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4279 +/* 4248 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4251 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4265 +/* 4256 */ MCD_OPC_CheckPredicate, 21, 212, 55, 0, // Skip to: 18553 +/* 4261 */ MCD_OPC_Decode, 193, 10, 97, // Opcode: VHSUBuv2i32 +/* 4265 */ MCD_OPC_FilterValue, 1, 203, 55, 0, // Skip to: 18553 +/* 4270 */ MCD_OPC_CheckPredicate, 21, 198, 55, 0, // Skip to: 18553 +/* 4275 */ MCD_OPC_Decode, 195, 10, 98, // Opcode: VHSUBuv4i32 +/* 4279 */ MCD_OPC_FilterValue, 231, 3, 188, 55, 0, // Skip to: 18553 +/* 4285 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4288 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4302 +/* 4293 */ MCD_OPC_CheckPredicate, 21, 175, 55, 0, // Skip to: 18553 +/* 4298 */ MCD_OPC_Decode, 215, 20, 99, // Opcode: VSUBLuv2i64 +/* 4302 */ MCD_OPC_FilterValue, 1, 166, 55, 0, // Skip to: 18553 +/* 4307 */ MCD_OPC_CheckPredicate, 21, 161, 55, 0, // Skip to: 18553 +/* 4312 */ MCD_OPC_Decode, 206, 13, 115, // Opcode: VMLALsluv2i32 +/* 4316 */ MCD_OPC_FilterValue, 3, 136, 0, 0, // Skip to: 4457 +/* 4321 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4324 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4361 +/* 4330 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4333 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4347 +/* 4338 */ MCD_OPC_CheckPredicate, 21, 130, 55, 0, // Skip to: 18553 +/* 4343 */ MCD_OPC_Decode, 206, 8, 97, // Opcode: VCGTsv2i32 +/* 4347 */ MCD_OPC_FilterValue, 1, 121, 55, 0, // Skip to: 18553 +/* 4352 */ MCD_OPC_CheckPredicate, 21, 116, 55, 0, // Skip to: 18553 +/* 4357 */ MCD_OPC_Decode, 208, 8, 98, // Opcode: VCGTsv4i32 +/* 4361 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4398 +/* 4367 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4370 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4384 +/* 4375 */ MCD_OPC_CheckPredicate, 21, 93, 55, 0, // Skip to: 18553 +/* 4380 */ MCD_OPC_Decode, 219, 20, 100, // Opcode: VSUBWsv2i64 +/* 4384 */ MCD_OPC_FilterValue, 1, 84, 55, 0, // Skip to: 18553 +/* 4389 */ MCD_OPC_CheckPredicate, 21, 79, 55, 0, // Skip to: 18553 +/* 4394 */ MCD_OPC_Decode, 189, 15, 115, // Opcode: VQDMLALslv2i32 +/* 4398 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4435 +/* 4404 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4407 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4421 +/* 4412 */ MCD_OPC_CheckPredicate, 21, 56, 55, 0, // Skip to: 18553 +/* 4417 */ MCD_OPC_Decode, 212, 8, 97, // Opcode: VCGTuv2i32 +/* 4421 */ MCD_OPC_FilterValue, 1, 47, 55, 0, // Skip to: 18553 +/* 4426 */ MCD_OPC_CheckPredicate, 21, 42, 55, 0, // Skip to: 18553 +/* 4431 */ MCD_OPC_Decode, 214, 8, 98, // Opcode: VCGTuv4i32 +/* 4435 */ MCD_OPC_FilterValue, 231, 3, 32, 55, 0, // Skip to: 18553 +/* 4441 */ MCD_OPC_CheckPredicate, 21, 27, 55, 0, // Skip to: 18553 +/* 4446 */ MCD_OPC_CheckField, 6, 1, 0, 20, 55, 0, // Skip to: 18553 +/* 4453 */ MCD_OPC_Decode, 222, 20, 100, // Opcode: VSUBWuv2i64 +/* 4457 */ MCD_OPC_FilterValue, 4, 151, 0, 0, // Skip to: 4613 +/* 4462 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4465 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4502 +/* 4471 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4474 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4488 +/* 4479 */ MCD_OPC_CheckPredicate, 21, 245, 54, 0, // Skip to: 18553 +/* 4484 */ MCD_OPC_Decode, 138, 18, 101, // Opcode: VSHLsv2i32 +/* 4488 */ MCD_OPC_FilterValue, 1, 236, 54, 0, // Skip to: 18553 +/* 4493 */ MCD_OPC_CheckPredicate, 21, 231, 54, 0, // Skip to: 18553 +/* 4498 */ MCD_OPC_Decode, 141, 18, 102, // Opcode: VSHLsv4i32 +/* 4502 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4539 +/* 4508 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4511 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4525 +/* 4516 */ MCD_OPC_CheckPredicate, 21, 208, 54, 0, // Skip to: 18553 +/* 4521 */ MCD_OPC_Decode, 237, 7, 103, // Opcode: VADDHNv2i32 +/* 4525 */ MCD_OPC_FilterValue, 1, 199, 54, 0, // Skip to: 18553 +/* 4530 */ MCD_OPC_CheckPredicate, 21, 194, 54, 0, // Skip to: 18553 +/* 4535 */ MCD_OPC_Decode, 254, 13, 113, // Opcode: VMLSslv2i32 +/* 4539 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4576 +/* 4545 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4548 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4562 +/* 4553 */ MCD_OPC_CheckPredicate, 21, 171, 54, 0, // Skip to: 18553 +/* 4558 */ MCD_OPC_Decode, 146, 18, 101, // Opcode: VSHLuv2i32 +/* 4562 */ MCD_OPC_FilterValue, 1, 162, 54, 0, // Skip to: 18553 +/* 4567 */ MCD_OPC_CheckPredicate, 21, 157, 54, 0, // Skip to: 18553 +/* 4572 */ MCD_OPC_Decode, 149, 18, 102, // Opcode: VSHLuv4i32 +/* 4576 */ MCD_OPC_FilterValue, 231, 3, 147, 54, 0, // Skip to: 18553 +/* 4582 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4585 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4599 +/* 4590 */ MCD_OPC_CheckPredicate, 21, 134, 54, 0, // Skip to: 18553 +/* 4595 */ MCD_OPC_Decode, 210, 16, 103, // Opcode: VRADDHNv2i32 +/* 4599 */ MCD_OPC_FilterValue, 1, 125, 54, 0, // Skip to: 18553 +/* 4604 */ MCD_OPC_CheckPredicate, 21, 120, 54, 0, // Skip to: 18553 +/* 4609 */ MCD_OPC_Decode, 128, 14, 114, // Opcode: VMLSslv4i32 +/* 4613 */ MCD_OPC_FilterValue, 5, 151, 0, 0, // Skip to: 4769 +/* 4618 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4621 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4658 +/* 4627 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4630 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4644 +/* 4635 */ MCD_OPC_CheckPredicate, 21, 89, 54, 0, // Skip to: 18553 +/* 4640 */ MCD_OPC_Decode, 166, 17, 101, // Opcode: VRSHLsv2i32 +/* 4644 */ MCD_OPC_FilterValue, 1, 80, 54, 0, // Skip to: 18553 +/* 4649 */ MCD_OPC_CheckPredicate, 21, 75, 54, 0, // Skip to: 18553 +/* 4654 */ MCD_OPC_Decode, 169, 17, 102, // Opcode: VRSHLsv4i32 +/* 4658 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4695 +/* 4664 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4667 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4681 +/* 4672 */ MCD_OPC_CheckPredicate, 21, 52, 54, 0, // Skip to: 18553 +/* 4677 */ MCD_OPC_Decode, 174, 7, 104, // Opcode: VABALsv2i64 +/* 4681 */ MCD_OPC_FilterValue, 1, 43, 54, 0, // Skip to: 18553 +/* 4686 */ MCD_OPC_CheckPredicate, 21, 38, 54, 0, // Skip to: 18553 +/* 4691 */ MCD_OPC_Decode, 250, 13, 113, // Opcode: VMLSslfd +/* 4695 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4732 +/* 4701 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4704 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4718 +/* 4709 */ MCD_OPC_CheckPredicate, 21, 15, 54, 0, // Skip to: 18553 +/* 4714 */ MCD_OPC_Decode, 174, 17, 101, // Opcode: VRSHLuv2i32 +/* 4718 */ MCD_OPC_FilterValue, 1, 6, 54, 0, // Skip to: 18553 +/* 4723 */ MCD_OPC_CheckPredicate, 21, 1, 54, 0, // Skip to: 18553 +/* 4728 */ MCD_OPC_Decode, 177, 17, 102, // Opcode: VRSHLuv4i32 +/* 4732 */ MCD_OPC_FilterValue, 231, 3, 247, 53, 0, // Skip to: 18553 +/* 4738 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4741 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4755 +/* 4746 */ MCD_OPC_CheckPredicate, 21, 234, 53, 0, // Skip to: 18553 +/* 4751 */ MCD_OPC_Decode, 177, 7, 104, // Opcode: VABALuv2i64 +/* 4755 */ MCD_OPC_FilterValue, 1, 225, 53, 0, // Skip to: 18553 +/* 4760 */ MCD_OPC_CheckPredicate, 21, 220, 53, 0, // Skip to: 18553 +/* 4765 */ MCD_OPC_Decode, 251, 13, 114, // Opcode: VMLSslfq +/* 4769 */ MCD_OPC_FilterValue, 6, 151, 0, 0, // Skip to: 4925 +/* 4774 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4777 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4814 +/* 4783 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4786 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4800 +/* 4791 */ MCD_OPC_CheckPredicate, 21, 189, 53, 0, // Skip to: 18553 +/* 4796 */ MCD_OPC_Decode, 168, 13, 97, // Opcode: VMAXsv2i32 +/* 4800 */ MCD_OPC_FilterValue, 1, 180, 53, 0, // Skip to: 18553 +/* 4805 */ MCD_OPC_CheckPredicate, 21, 175, 53, 0, // Skip to: 18553 +/* 4810 */ MCD_OPC_Decode, 170, 13, 98, // Opcode: VMAXsv4i32 +/* 4814 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 4851 +/* 4820 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4823 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4837 +/* 4828 */ MCD_OPC_CheckPredicate, 21, 152, 53, 0, // Skip to: 18553 +/* 4833 */ MCD_OPC_Decode, 209, 20, 103, // Opcode: VSUBHNv2i32 +/* 4837 */ MCD_OPC_FilterValue, 1, 143, 53, 0, // Skip to: 18553 +/* 4842 */ MCD_OPC_CheckPredicate, 21, 138, 53, 0, // Skip to: 18553 +/* 4847 */ MCD_OPC_Decode, 235, 13, 115, // Opcode: VMLSLslsv2i32 +/* 4851 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 4888 +/* 4857 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4860 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4874 +/* 4865 */ MCD_OPC_CheckPredicate, 21, 115, 53, 0, // Skip to: 18553 +/* 4870 */ MCD_OPC_Decode, 174, 13, 97, // Opcode: VMAXuv2i32 +/* 4874 */ MCD_OPC_FilterValue, 1, 106, 53, 0, // Skip to: 18553 +/* 4879 */ MCD_OPC_CheckPredicate, 21, 101, 53, 0, // Skip to: 18553 +/* 4884 */ MCD_OPC_Decode, 176, 13, 98, // Opcode: VMAXuv4i32 +/* 4888 */ MCD_OPC_FilterValue, 231, 3, 91, 53, 0, // Skip to: 18553 +/* 4894 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4897 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4911 +/* 4902 */ MCD_OPC_CheckPredicate, 21, 78, 53, 0, // Skip to: 18553 +/* 4907 */ MCD_OPC_Decode, 225, 17, 103, // Opcode: VRSUBHNv2i32 +/* 4911 */ MCD_OPC_FilterValue, 1, 69, 53, 0, // Skip to: 18553 +/* 4916 */ MCD_OPC_CheckPredicate, 21, 64, 53, 0, // Skip to: 18553 +/* 4921 */ MCD_OPC_Decode, 237, 13, 115, // Opcode: VMLSLsluv2i32 +/* 4925 */ MCD_OPC_FilterValue, 7, 136, 0, 0, // Skip to: 5066 +/* 4930 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4933 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 4970 +/* 4939 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4942 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4956 +/* 4947 */ MCD_OPC_CheckPredicate, 21, 33, 53, 0, // Skip to: 18553 +/* 4952 */ MCD_OPC_Decode, 203, 7, 97, // Opcode: VABDsv2i32 +/* 4956 */ MCD_OPC_FilterValue, 1, 24, 53, 0, // Skip to: 18553 +/* 4961 */ MCD_OPC_CheckPredicate, 21, 19, 53, 0, // Skip to: 18553 +/* 4966 */ MCD_OPC_Decode, 205, 7, 98, // Opcode: VABDsv4i32 +/* 4970 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5007 +/* 4976 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4979 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4993 +/* 4984 */ MCD_OPC_CheckPredicate, 21, 252, 52, 0, // Skip to: 18553 +/* 4989 */ MCD_OPC_Decode, 192, 7, 99, // Opcode: VABDLsv2i64 +/* 4993 */ MCD_OPC_FilterValue, 1, 243, 52, 0, // Skip to: 18553 +/* 4998 */ MCD_OPC_CheckPredicate, 21, 238, 52, 0, // Skip to: 18553 +/* 5003 */ MCD_OPC_Decode, 193, 15, 115, // Opcode: VQDMLSLslv2i32 +/* 5007 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 5044 +/* 5013 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5016 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5030 +/* 5021 */ MCD_OPC_CheckPredicate, 21, 215, 52, 0, // Skip to: 18553 +/* 5026 */ MCD_OPC_Decode, 209, 7, 97, // Opcode: VABDuv2i32 +/* 5030 */ MCD_OPC_FilterValue, 1, 206, 52, 0, // Skip to: 18553 +/* 5035 */ MCD_OPC_CheckPredicate, 21, 201, 52, 0, // Skip to: 18553 +/* 5040 */ MCD_OPC_Decode, 211, 7, 98, // Opcode: VABDuv4i32 +/* 5044 */ MCD_OPC_FilterValue, 231, 3, 191, 52, 0, // Skip to: 18553 +/* 5050 */ MCD_OPC_CheckPredicate, 21, 186, 52, 0, // Skip to: 18553 +/* 5055 */ MCD_OPC_CheckField, 6, 1, 0, 179, 52, 0, // Skip to: 18553 +/* 5062 */ MCD_OPC_Decode, 195, 7, 99, // Opcode: VABDLuv2i64 +/* 5066 */ MCD_OPC_FilterValue, 8, 151, 0, 0, // Skip to: 5222 +/* 5071 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5074 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 5111 +/* 5080 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5083 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5097 +/* 5088 */ MCD_OPC_CheckPredicate, 21, 148, 52, 0, // Skip to: 18553 +/* 5093 */ MCD_OPC_Decode, 131, 8, 97, // Opcode: VADDv2i32 +/* 5097 */ MCD_OPC_FilterValue, 1, 139, 52, 0, // Skip to: 18553 +/* 5102 */ MCD_OPC_CheckPredicate, 21, 134, 52, 0, // Skip to: 18553 +/* 5107 */ MCD_OPC_Decode, 134, 8, 98, // Opcode: VADDv4i32 +/* 5111 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5148 +/* 5117 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5120 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5134 +/* 5125 */ MCD_OPC_CheckPredicate, 21, 111, 52, 0, // Skip to: 18553 +/* 5130 */ MCD_OPC_Decode, 208, 13, 104, // Opcode: VMLALsv2i64 +/* 5134 */ MCD_OPC_FilterValue, 1, 102, 52, 0, // Skip to: 18553 +/* 5139 */ MCD_OPC_CheckPredicate, 21, 97, 52, 0, // Skip to: 18553 +/* 5144 */ MCD_OPC_Decode, 204, 14, 116, // Opcode: VMULslv2i32 +/* 5148 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 5185 +/* 5154 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5157 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5171 +/* 5162 */ MCD_OPC_CheckPredicate, 21, 74, 52, 0, // Skip to: 18553 +/* 5167 */ MCD_OPC_Decode, 231, 20, 97, // Opcode: VSUBv2i32 +/* 5171 */ MCD_OPC_FilterValue, 1, 65, 52, 0, // Skip to: 18553 +/* 5176 */ MCD_OPC_CheckPredicate, 21, 60, 52, 0, // Skip to: 18553 +/* 5181 */ MCD_OPC_Decode, 234, 20, 98, // Opcode: VSUBv4i32 +/* 5185 */ MCD_OPC_FilterValue, 231, 3, 50, 52, 0, // Skip to: 18553 +/* 5191 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5194 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5208 +/* 5199 */ MCD_OPC_CheckPredicate, 21, 37, 52, 0, // Skip to: 18553 +/* 5204 */ MCD_OPC_Decode, 211, 13, 104, // Opcode: VMLALuv2i64 +/* 5208 */ MCD_OPC_FilterValue, 1, 28, 52, 0, // Skip to: 18553 +/* 5213 */ MCD_OPC_CheckPredicate, 21, 23, 52, 0, // Skip to: 18553 +/* 5218 */ MCD_OPC_Decode, 206, 14, 117, // Opcode: VMULslv4i32 +/* 5222 */ MCD_OPC_FilterValue, 9, 136, 0, 0, // Skip to: 5363 +/* 5227 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5230 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 5267 +/* 5236 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5239 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5253 +/* 5244 */ MCD_OPC_CheckPredicate, 21, 248, 51, 0, // Skip to: 18553 +/* 5249 */ MCD_OPC_Decode, 228, 13, 105, // Opcode: VMLAv2i32 +/* 5253 */ MCD_OPC_FilterValue, 1, 239, 51, 0, // Skip to: 18553 +/* 5258 */ MCD_OPC_CheckPredicate, 21, 234, 51, 0, // Skip to: 18553 +/* 5263 */ MCD_OPC_Decode, 230, 13, 106, // Opcode: VMLAv4i32 +/* 5267 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5304 +/* 5273 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5276 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5290 +/* 5281 */ MCD_OPC_CheckPredicate, 21, 211, 51, 0, // Skip to: 18553 +/* 5286 */ MCD_OPC_Decode, 191, 15, 104, // Opcode: VQDMLALv2i64 +/* 5290 */ MCD_OPC_FilterValue, 1, 202, 51, 0, // Skip to: 18553 +/* 5295 */ MCD_OPC_CheckPredicate, 21, 197, 51, 0, // Skip to: 18553 +/* 5300 */ MCD_OPC_Decode, 200, 14, 116, // Opcode: VMULslfd +/* 5304 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 5341 +/* 5310 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5313 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5327 +/* 5318 */ MCD_OPC_CheckPredicate, 21, 174, 51, 0, // Skip to: 18553 +/* 5323 */ MCD_OPC_Decode, 131, 14, 105, // Opcode: VMLSv2i32 +/* 5327 */ MCD_OPC_FilterValue, 1, 165, 51, 0, // Skip to: 18553 +/* 5332 */ MCD_OPC_CheckPredicate, 21, 160, 51, 0, // Skip to: 18553 +/* 5337 */ MCD_OPC_Decode, 133, 14, 106, // Opcode: VMLSv4i32 +/* 5341 */ MCD_OPC_FilterValue, 231, 3, 150, 51, 0, // Skip to: 18553 +/* 5347 */ MCD_OPC_CheckPredicate, 21, 145, 51, 0, // Skip to: 18553 +/* 5352 */ MCD_OPC_CheckField, 6, 1, 1, 138, 51, 0, // Skip to: 18553 +/* 5359 */ MCD_OPC_Decode, 201, 14, 117, // Opcode: VMULslfq +/* 5363 */ MCD_OPC_FilterValue, 10, 121, 0, 0, // Skip to: 5489 +/* 5368 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5371 */ MCD_OPC_FilterValue, 228, 3, 16, 0, 0, // Skip to: 5393 +/* 5377 */ MCD_OPC_CheckPredicate, 21, 115, 51, 0, // Skip to: 18553 +/* 5382 */ MCD_OPC_CheckField, 6, 1, 0, 108, 51, 0, // Skip to: 18553 +/* 5389 */ MCD_OPC_Decode, 154, 15, 97, // Opcode: VPMAXs32 +/* 5393 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5430 +/* 5399 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5402 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5416 +/* 5407 */ MCD_OPC_CheckPredicate, 21, 85, 51, 0, // Skip to: 18553 +/* 5412 */ MCD_OPC_Decode, 239, 13, 104, // Opcode: VMLSLsv2i64 +/* 5416 */ MCD_OPC_FilterValue, 1, 76, 51, 0, // Skip to: 18553 +/* 5421 */ MCD_OPC_CheckPredicate, 21, 71, 51, 0, // Skip to: 18553 +/* 5426 */ MCD_OPC_Decode, 183, 14, 118, // Opcode: VMULLslsv2i32 +/* 5430 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 5452 +/* 5436 */ MCD_OPC_CheckPredicate, 21, 56, 51, 0, // Skip to: 18553 +/* 5441 */ MCD_OPC_CheckField, 6, 1, 0, 49, 51, 0, // Skip to: 18553 +/* 5448 */ MCD_OPC_Decode, 157, 15, 97, // Opcode: VPMAXu32 +/* 5452 */ MCD_OPC_FilterValue, 231, 3, 39, 51, 0, // Skip to: 18553 +/* 5458 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5461 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5475 +/* 5466 */ MCD_OPC_CheckPredicate, 21, 26, 51, 0, // Skip to: 18553 +/* 5471 */ MCD_OPC_Decode, 242, 13, 104, // Opcode: VMLSLuv2i64 +/* 5475 */ MCD_OPC_FilterValue, 1, 17, 51, 0, // Skip to: 18553 +/* 5480 */ MCD_OPC_CheckPredicate, 21, 12, 51, 0, // Skip to: 18553 +/* 5485 */ MCD_OPC_Decode, 185, 14, 118, // Opcode: VMULLsluv2i32 +/* 5489 */ MCD_OPC_FilterValue, 11, 114, 0, 0, // Skip to: 5608 +/* 5494 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5497 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 5534 +/* 5503 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5506 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5520 +/* 5511 */ MCD_OPC_CheckPredicate, 21, 237, 50, 0, // Skip to: 18553 +/* 5516 */ MCD_OPC_Decode, 201, 15, 97, // Opcode: VQDMULHv2i32 +/* 5520 */ MCD_OPC_FilterValue, 1, 228, 50, 0, // Skip to: 18553 +/* 5525 */ MCD_OPC_CheckPredicate, 21, 223, 50, 0, // Skip to: 18553 +/* 5530 */ MCD_OPC_Decode, 203, 15, 98, // Opcode: VQDMULHv4i32 +/* 5534 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5571 +/* 5540 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5543 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5557 +/* 5548 */ MCD_OPC_CheckPredicate, 21, 200, 50, 0, // Skip to: 18553 +/* 5553 */ MCD_OPC_Decode, 195, 15, 104, // Opcode: VQDMLSLv2i64 +/* 5557 */ MCD_OPC_FilterValue, 1, 191, 50, 0, // Skip to: 18553 +/* 5562 */ MCD_OPC_CheckPredicate, 21, 186, 50, 0, // Skip to: 18553 +/* 5567 */ MCD_OPC_Decode, 205, 15, 118, // Opcode: VQDMULLslv2i32 +/* 5571 */ MCD_OPC_FilterValue, 230, 3, 176, 50, 0, // Skip to: 18553 +/* 5577 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5580 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5594 +/* 5585 */ MCD_OPC_CheckPredicate, 21, 163, 50, 0, // Skip to: 18553 +/* 5590 */ MCD_OPC_Decode, 244, 15, 97, // Opcode: VQRDMULHv2i32 +/* 5594 */ MCD_OPC_FilterValue, 1, 154, 50, 0, // Skip to: 18553 +/* 5599 */ MCD_OPC_CheckPredicate, 21, 149, 50, 0, // Skip to: 18553 +/* 5604 */ MCD_OPC_Decode, 246, 15, 98, // Opcode: VQRDMULHv4i32 +/* 5608 */ MCD_OPC_FilterValue, 12, 79, 0, 0, // Skip to: 5692 +/* 5613 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5616 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 5654 +/* 5621 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5624 */ MCD_OPC_FilterValue, 229, 3, 9, 0, 0, // Skip to: 5639 +/* 5630 */ MCD_OPC_CheckPredicate, 21, 118, 50, 0, // Skip to: 18553 +/* 5635 */ MCD_OPC_Decode, 187, 14, 99, // Opcode: VMULLsv2i64 +/* 5639 */ MCD_OPC_FilterValue, 231, 3, 108, 50, 0, // Skip to: 18553 +/* 5645 */ MCD_OPC_CheckPredicate, 21, 103, 50, 0, // Skip to: 18553 +/* 5650 */ MCD_OPC_Decode, 190, 14, 99, // Opcode: VMULLuv2i64 +/* 5654 */ MCD_OPC_FilterValue, 1, 94, 50, 0, // Skip to: 18553 +/* 5659 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5662 */ MCD_OPC_FilterValue, 229, 3, 9, 0, 0, // Skip to: 5677 +/* 5668 */ MCD_OPC_CheckPredicate, 21, 80, 50, 0, // Skip to: 18553 +/* 5673 */ MCD_OPC_Decode, 197, 15, 116, // Opcode: VQDMULHslv2i32 +/* 5677 */ MCD_OPC_FilterValue, 231, 3, 70, 50, 0, // Skip to: 18553 +/* 5683 */ MCD_OPC_CheckPredicate, 21, 65, 50, 0, // Skip to: 18553 +/* 5688 */ MCD_OPC_Decode, 199, 15, 117, // Opcode: VQDMULHslv4i32 +/* 5692 */ MCD_OPC_FilterValue, 13, 136, 0, 0, // Skip to: 5833 +/* 5697 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5700 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 5737 +/* 5706 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5709 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5723 +/* 5714 */ MCD_OPC_CheckPredicate, 21, 34, 50, 0, // Skip to: 18553 +/* 5719 */ MCD_OPC_Decode, 225, 20, 97, // Opcode: VSUBfd +/* 5723 */ MCD_OPC_FilterValue, 1, 25, 50, 0, // Skip to: 18553 +/* 5728 */ MCD_OPC_CheckPredicate, 21, 20, 50, 0, // Skip to: 18553 +/* 5733 */ MCD_OPC_Decode, 226, 20, 98, // Opcode: VSUBfq +/* 5737 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5774 +/* 5743 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5746 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5760 +/* 5751 */ MCD_OPC_CheckPredicate, 21, 253, 49, 0, // Skip to: 18553 +/* 5756 */ MCD_OPC_Decode, 207, 15, 99, // Opcode: VQDMULLv2i64 +/* 5760 */ MCD_OPC_FilterValue, 1, 244, 49, 0, // Skip to: 18553 +/* 5765 */ MCD_OPC_CheckPredicate, 21, 239, 49, 0, // Skip to: 18553 +/* 5770 */ MCD_OPC_Decode, 240, 15, 116, // Opcode: VQRDMULHslv2i32 +/* 5774 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 5811 +/* 5780 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5783 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5797 +/* 5788 */ MCD_OPC_CheckPredicate, 21, 216, 49, 0, // Skip to: 18553 +/* 5793 */ MCD_OPC_Decode, 198, 7, 97, // Opcode: VABDfd +/* 5797 */ MCD_OPC_FilterValue, 1, 207, 49, 0, // Skip to: 18553 +/* 5802 */ MCD_OPC_CheckPredicate, 21, 202, 49, 0, // Skip to: 18553 +/* 5807 */ MCD_OPC_Decode, 199, 7, 98, // Opcode: VABDfq +/* 5811 */ MCD_OPC_FilterValue, 231, 3, 192, 49, 0, // Skip to: 18553 +/* 5817 */ MCD_OPC_CheckPredicate, 21, 187, 49, 0, // Skip to: 18553 +/* 5822 */ MCD_OPC_CheckField, 6, 1, 1, 180, 49, 0, // Skip to: 18553 +/* 5829 */ MCD_OPC_Decode, 242, 15, 117, // Opcode: VQRDMULHslv4i32 +/* 5833 */ MCD_OPC_FilterValue, 14, 99, 0, 0, // Skip to: 5937 +/* 5838 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5841 */ MCD_OPC_FilterValue, 229, 3, 31, 0, 0, // Skip to: 5878 +/* 5847 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5850 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5864 +/* 5855 */ MCD_OPC_CheckPredicate, 24, 149, 49, 0, // Skip to: 18553 +/* 5860 */ MCD_OPC_Decode, 181, 14, 99, // Opcode: VMULLp64 +/* 5864 */ MCD_OPC_FilterValue, 1, 140, 49, 0, // Skip to: 18553 +/* 5869 */ MCD_OPC_CheckPredicate, 23, 135, 49, 0, // Skip to: 18553 +/* 5874 */ MCD_OPC_Decode, 224, 15, 113, // Opcode: VQRDMLAHslv2i32 +/* 5878 */ MCD_OPC_FilterValue, 230, 3, 31, 0, 0, // Skip to: 5915 +/* 5884 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5887 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5901 +/* 5892 */ MCD_OPC_CheckPredicate, 21, 112, 49, 0, // Skip to: 18553 +/* 5897 */ MCD_OPC_Decode, 201, 8, 97, // Opcode: VCGTfd +/* 5901 */ MCD_OPC_FilterValue, 1, 103, 49, 0, // Skip to: 18553 +/* 5906 */ MCD_OPC_CheckPredicate, 21, 98, 49, 0, // Skip to: 18553 +/* 5911 */ MCD_OPC_Decode, 202, 8, 98, // Opcode: VCGTfq +/* 5915 */ MCD_OPC_FilterValue, 231, 3, 88, 49, 0, // Skip to: 18553 +/* 5921 */ MCD_OPC_CheckPredicate, 23, 83, 49, 0, // Skip to: 18553 +/* 5926 */ MCD_OPC_CheckField, 6, 1, 1, 76, 49, 0, // Skip to: 18553 +/* 5933 */ MCD_OPC_Decode, 226, 15, 114, // Opcode: VQRDMLAHslv4i32 +/* 5937 */ MCD_OPC_FilterValue, 15, 67, 49, 0, // Skip to: 18553 +/* 5942 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5945 */ MCD_OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 5982 +/* 5951 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5954 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5968 +/* 5959 */ MCD_OPC_CheckPredicate, 21, 45, 49, 0, // Skip to: 18553 +/* 5964 */ MCD_OPC_Decode, 186, 13, 97, // Opcode: VMINfd +/* 5968 */ MCD_OPC_FilterValue, 1, 36, 49, 0, // Skip to: 18553 +/* 5973 */ MCD_OPC_CheckPredicate, 21, 31, 49, 0, // Skip to: 18553 +/* 5978 */ MCD_OPC_Decode, 187, 13, 98, // Opcode: VMINfq +/* 5982 */ MCD_OPC_FilterValue, 229, 3, 16, 0, 0, // Skip to: 6004 +/* 5988 */ MCD_OPC_CheckPredicate, 23, 16, 49, 0, // Skip to: 18553 +/* 5993 */ MCD_OPC_CheckField, 6, 1, 1, 9, 49, 0, // Skip to: 18553 +/* 6000 */ MCD_OPC_Decode, 232, 15, 113, // Opcode: VQRDMLSHslv2i32 +/* 6004 */ MCD_OPC_FilterValue, 230, 3, 16, 0, 0, // Skip to: 6026 +/* 6010 */ MCD_OPC_CheckPredicate, 21, 250, 48, 0, // Skip to: 18553 +/* 6015 */ MCD_OPC_CheckField, 6, 1, 0, 243, 48, 0, // Skip to: 18553 +/* 6022 */ MCD_OPC_Decode, 159, 15, 97, // Opcode: VPMINf +/* 6026 */ MCD_OPC_FilterValue, 231, 3, 233, 48, 0, // Skip to: 18553 +/* 6032 */ MCD_OPC_CheckPredicate, 23, 228, 48, 0, // Skip to: 18553 +/* 6037 */ MCD_OPC_CheckField, 6, 1, 1, 221, 48, 0, // Skip to: 18553 +/* 6044 */ MCD_OPC_Decode, 234, 15, 114, // Opcode: VQRDMLSHslv4i32 +/* 6048 */ MCD_OPC_FilterValue, 3, 212, 48, 0, // Skip to: 18553 +/* 6053 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6056 */ MCD_OPC_FilterValue, 228, 3, 183, 0, 0, // Skip to: 6245 +/* 6062 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 6065 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 6101 +/* 6070 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6073 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6087 +/* 6078 */ MCD_OPC_CheckPredicate, 21, 182, 48, 0, // Skip to: 18553 +/* 6083 */ MCD_OPC_Decode, 137, 18, 101, // Opcode: VSHLsv1i64 +/* 6087 */ MCD_OPC_FilterValue, 1, 173, 48, 0, // Skip to: 18553 +/* 6092 */ MCD_OPC_CheckPredicate, 21, 168, 48, 0, // Skip to: 18553 +/* 6097 */ MCD_OPC_Decode, 139, 18, 102, // Opcode: VSHLsv2i64 +/* 6101 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 6137 +/* 6106 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6109 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6123 +/* 6114 */ MCD_OPC_CheckPredicate, 21, 146, 48, 0, // Skip to: 18553 +/* 6119 */ MCD_OPC_Decode, 165, 17, 101, // Opcode: VRSHLsv1i64 +/* 6123 */ MCD_OPC_FilterValue, 1, 137, 48, 0, // Skip to: 18553 +/* 6128 */ MCD_OPC_CheckPredicate, 21, 132, 48, 0, // Skip to: 18553 +/* 6133 */ MCD_OPC_Decode, 167, 17, 102, // Opcode: VRSHLsv2i64 +/* 6137 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 6173 +/* 6142 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6145 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6159 +/* 6150 */ MCD_OPC_CheckPredicate, 21, 110, 48, 0, // Skip to: 18553 +/* 6155 */ MCD_OPC_Decode, 130, 8, 97, // Opcode: VADDv1i64 +/* 6159 */ MCD_OPC_FilterValue, 1, 101, 48, 0, // Skip to: 18553 +/* 6164 */ MCD_OPC_CheckPredicate, 21, 96, 48, 0, // Skip to: 18553 +/* 6169 */ MCD_OPC_Decode, 132, 8, 98, // Opcode: VADDv2i64 +/* 6173 */ MCD_OPC_FilterValue, 13, 31, 0, 0, // Skip to: 6209 +/* 6178 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6181 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6195 +/* 6186 */ MCD_OPC_CheckPredicate, 22, 74, 48, 0, // Skip to: 18553 +/* 6191 */ MCD_OPC_Decode, 227, 20, 97, // Opcode: VSUBhd +/* 6195 */ MCD_OPC_FilterValue, 1, 65, 48, 0, // Skip to: 18553 +/* 6200 */ MCD_OPC_CheckPredicate, 22, 60, 48, 0, // Skip to: 18553 +/* 6205 */ MCD_OPC_Decode, 228, 20, 98, // Opcode: VSUBhq +/* 6209 */ MCD_OPC_FilterValue, 15, 51, 48, 0, // Skip to: 18553 +/* 6214 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6217 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6231 +/* 6222 */ MCD_OPC_CheckPredicate, 22, 38, 48, 0, // Skip to: 18553 +/* 6227 */ MCD_OPC_Decode, 188, 13, 97, // Opcode: VMINhd +/* 6231 */ MCD_OPC_FilterValue, 1, 29, 48, 0, // Skip to: 18553 +/* 6236 */ MCD_OPC_CheckPredicate, 22, 24, 48, 0, // Skip to: 18553 +/* 6241 */ MCD_OPC_Decode, 189, 13, 98, // Opcode: VMINhq +/* 6245 */ MCD_OPC_FilterValue, 229, 3, 119, 0, 0, // Skip to: 6370 +/* 6251 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6254 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 6308 +/* 6259 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 6262 */ MCD_OPC_FilterValue, 0, 254, 47, 0, // Skip to: 18553 +/* 6267 */ MCD_OPC_CheckPredicate, 21, 11, 0, 0, // Skip to: 6283 +/* 6272 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, 0, // Skip to: 6283 +/* 6279 */ MCD_OPC_Decode, 143, 10, 119, // Opcode: VEXTd32 +/* 6283 */ MCD_OPC_CheckPredicate, 21, 11, 0, 0, // Skip to: 6299 +/* 6288 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, 0, // Skip to: 6299 +/* 6295 */ MCD_OPC_Decode, 142, 10, 120, // Opcode: VEXTd16 +/* 6299 */ MCD_OPC_CheckPredicate, 21, 217, 47, 0, // Skip to: 18553 +/* 6304 */ MCD_OPC_Decode, 144, 10, 121, // Opcode: VEXTd8 +/* 6308 */ MCD_OPC_FilterValue, 1, 208, 47, 0, // Skip to: 18553 +/* 6313 */ MCD_OPC_CheckPredicate, 21, 11, 0, 0, // Skip to: 6329 +/* 6318 */ MCD_OPC_CheckField, 8, 3, 0, 4, 0, 0, // Skip to: 6329 +/* 6325 */ MCD_OPC_Decode, 147, 10, 122, // Opcode: VEXTq64 +/* 6329 */ MCD_OPC_CheckPredicate, 21, 11, 0, 0, // Skip to: 6345 +/* 6334 */ MCD_OPC_CheckField, 8, 2, 0, 4, 0, 0, // Skip to: 6345 +/* 6341 */ MCD_OPC_Decode, 146, 10, 123, // Opcode: VEXTq32 +/* 6345 */ MCD_OPC_CheckPredicate, 21, 11, 0, 0, // Skip to: 6361 +/* 6350 */ MCD_OPC_CheckField, 8, 1, 0, 4, 0, 0, // Skip to: 6361 +/* 6357 */ MCD_OPC_Decode, 145, 10, 124, // Opcode: VEXTq16 +/* 6361 */ MCD_OPC_CheckPredicate, 21, 155, 47, 0, // Skip to: 18553 +/* 6366 */ MCD_OPC_Decode, 148, 10, 125, // Opcode: VEXTq8 +/* 6370 */ MCD_OPC_FilterValue, 230, 3, 204, 0, 0, // Skip to: 6580 +/* 6376 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 6379 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 6415 +/* 6384 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6387 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6401 +/* 6392 */ MCD_OPC_CheckPredicate, 21, 124, 47, 0, // Skip to: 18553 +/* 6397 */ MCD_OPC_Decode, 145, 18, 101, // Opcode: VSHLuv1i64 +/* 6401 */ MCD_OPC_FilterValue, 1, 115, 47, 0, // Skip to: 18553 +/* 6406 */ MCD_OPC_CheckPredicate, 21, 110, 47, 0, // Skip to: 18553 +/* 6411 */ MCD_OPC_Decode, 147, 18, 102, // Opcode: VSHLuv2i64 +/* 6415 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 6451 +/* 6420 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6423 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6437 +/* 6428 */ MCD_OPC_CheckPredicate, 21, 88, 47, 0, // Skip to: 18553 +/* 6433 */ MCD_OPC_Decode, 173, 17, 101, // Opcode: VRSHLuv1i64 +/* 6437 */ MCD_OPC_FilterValue, 1, 79, 47, 0, // Skip to: 18553 +/* 6442 */ MCD_OPC_CheckPredicate, 21, 74, 47, 0, // Skip to: 18553 +/* 6447 */ MCD_OPC_Decode, 175, 17, 102, // Opcode: VRSHLuv2i64 +/* 6451 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 6487 +/* 6456 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6459 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6473 +/* 6464 */ MCD_OPC_CheckPredicate, 21, 52, 47, 0, // Skip to: 18553 +/* 6469 */ MCD_OPC_Decode, 230, 20, 97, // Opcode: VSUBv1i64 +/* 6473 */ MCD_OPC_FilterValue, 1, 43, 47, 0, // Skip to: 18553 +/* 6478 */ MCD_OPC_CheckPredicate, 21, 38, 47, 0, // Skip to: 18553 +/* 6483 */ MCD_OPC_Decode, 232, 20, 98, // Opcode: VSUBv2i64 +/* 6487 */ MCD_OPC_FilterValue, 13, 31, 0, 0, // Skip to: 6523 +/* 6492 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6495 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6509 +/* 6500 */ MCD_OPC_CheckPredicate, 22, 16, 47, 0, // Skip to: 18553 +/* 6505 */ MCD_OPC_Decode, 200, 7, 97, // Opcode: VABDhd +/* 6509 */ MCD_OPC_FilterValue, 1, 7, 47, 0, // Skip to: 18553 +/* 6514 */ MCD_OPC_CheckPredicate, 22, 2, 47, 0, // Skip to: 18553 +/* 6519 */ MCD_OPC_Decode, 201, 7, 98, // Opcode: VABDhq +/* 6523 */ MCD_OPC_FilterValue, 14, 31, 0, 0, // Skip to: 6559 +/* 6528 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6531 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6545 +/* 6536 */ MCD_OPC_CheckPredicate, 22, 236, 46, 0, // Skip to: 18553 +/* 6541 */ MCD_OPC_Decode, 203, 8, 97, // Opcode: VCGThd +/* 6545 */ MCD_OPC_FilterValue, 1, 227, 46, 0, // Skip to: 18553 +/* 6550 */ MCD_OPC_CheckPredicate, 22, 222, 46, 0, // Skip to: 18553 +/* 6555 */ MCD_OPC_Decode, 204, 8, 98, // Opcode: VCGThq +/* 6559 */ MCD_OPC_FilterValue, 15, 213, 46, 0, // Skip to: 18553 +/* 6564 */ MCD_OPC_CheckPredicate, 22, 208, 46, 0, // Skip to: 18553 +/* 6569 */ MCD_OPC_CheckField, 6, 1, 0, 201, 46, 0, // Skip to: 18553 +/* 6576 */ MCD_OPC_Decode, 160, 15, 97, // Opcode: VPMINh +/* 6580 */ MCD_OPC_FilterValue, 231, 3, 191, 46, 0, // Skip to: 18553 +/* 6586 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 6589 */ MCD_OPC_FilterValue, 0, 247, 1, 0, // Skip to: 7097 +/* 6594 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 6597 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 6661 +/* 6602 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6605 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6619 +/* 6610 */ MCD_OPC_CheckPredicate, 21, 162, 46, 0, // Skip to: 18553 +/* 6615 */ MCD_OPC_Decode, 231, 16, 126, // Opcode: VREV64d8 +/* 6619 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6633 +/* 6624 */ MCD_OPC_CheckPredicate, 21, 148, 46, 0, // Skip to: 18553 +/* 6629 */ MCD_OPC_Decode, 234, 16, 127, // Opcode: VREV64q8 +/* 6633 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6647 +/* 6638 */ MCD_OPC_CheckPredicate, 21, 134, 46, 0, // Skip to: 18553 +/* 6643 */ MCD_OPC_Decode, 226, 16, 126, // Opcode: VREV32d8 +/* 6647 */ MCD_OPC_FilterValue, 3, 125, 46, 0, // Skip to: 18553 +/* 6652 */ MCD_OPC_CheckPredicate, 21, 120, 46, 0, // Skip to: 18553 +/* 6657 */ MCD_OPC_Decode, 228, 16, 127, // Opcode: VREV32q8 +/* 6661 */ MCD_OPC_FilterValue, 1, 59, 0, 0, // Skip to: 6725 +/* 6666 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6669 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6683 +/* 6674 */ MCD_OPC_CheckPredicate, 21, 98, 46, 0, // Skip to: 18553 +/* 6679 */ MCD_OPC_Decode, 226, 8, 126, // Opcode: VCGTzv8i8 +/* 6683 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6697 +/* 6688 */ MCD_OPC_CheckPredicate, 21, 84, 46, 0, // Skip to: 18553 +/* 6693 */ MCD_OPC_Decode, 217, 8, 127, // Opcode: VCGTzv16i8 +/* 6697 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6711 +/* 6702 */ MCD_OPC_CheckPredicate, 21, 70, 46, 0, // Skip to: 18553 +/* 6707 */ MCD_OPC_Decode, 200, 8, 126, // Opcode: VCGEzv8i8 +/* 6711 */ MCD_OPC_FilterValue, 3, 61, 46, 0, // Skip to: 18553 +/* 6716 */ MCD_OPC_CheckPredicate, 21, 56, 46, 0, // Skip to: 18553 +/* 6721 */ MCD_OPC_Decode, 191, 8, 127, // Opcode: VCGEzv16i8 +/* 6725 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 6793 +/* 6730 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6733 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6748 +/* 6738 */ MCD_OPC_CheckPredicate, 21, 34, 46, 0, // Skip to: 18553 +/* 6743 */ MCD_OPC_Decode, 237, 20, 128, 1, // Opcode: VSWPd +/* 6748 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 6763 +/* 6753 */ MCD_OPC_CheckPredicate, 21, 19, 46, 0, // Skip to: 18553 +/* 6758 */ MCD_OPC_Decode, 238, 20, 129, 1, // Opcode: VSWPq +/* 6763 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 6778 +/* 6768 */ MCD_OPC_CheckPredicate, 21, 4, 46, 0, // Skip to: 18553 +/* 6773 */ MCD_OPC_Decode, 149, 21, 128, 1, // Opcode: VTRNd8 +/* 6778 */ MCD_OPC_FilterValue, 3, 250, 45, 0, // Skip to: 18553 +/* 6783 */ MCD_OPC_CheckPredicate, 21, 245, 45, 0, // Skip to: 18553 +/* 6788 */ MCD_OPC_Decode, 152, 21, 129, 1, // Opcode: VTRNq8 +/* 6793 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 6857 +/* 6798 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6801 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6815 +/* 6806 */ MCD_OPC_CheckPredicate, 21, 222, 45, 0, // Skip to: 18553 +/* 6811 */ MCD_OPC_Decode, 229, 16, 126, // Opcode: VREV64d16 +/* 6815 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6829 +/* 6820 */ MCD_OPC_CheckPredicate, 21, 208, 45, 0, // Skip to: 18553 +/* 6825 */ MCD_OPC_Decode, 232, 16, 127, // Opcode: VREV64q16 +/* 6829 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6843 +/* 6834 */ MCD_OPC_CheckPredicate, 21, 194, 45, 0, // Skip to: 18553 +/* 6839 */ MCD_OPC_Decode, 225, 16, 126, // Opcode: VREV32d16 +/* 6843 */ MCD_OPC_FilterValue, 3, 185, 45, 0, // Skip to: 18553 +/* 6848 */ MCD_OPC_CheckPredicate, 21, 180, 45, 0, // Skip to: 18553 +/* 6853 */ MCD_OPC_Decode, 227, 16, 127, // Opcode: VREV32q16 +/* 6857 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 6921 +/* 6862 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6865 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6879 +/* 6870 */ MCD_OPC_CheckPredicate, 21, 158, 45, 0, // Skip to: 18553 +/* 6875 */ MCD_OPC_Decode, 222, 8, 126, // Opcode: VCGTzv4i16 +/* 6879 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6893 +/* 6884 */ MCD_OPC_CheckPredicate, 21, 144, 45, 0, // Skip to: 18553 +/* 6889 */ MCD_OPC_Decode, 225, 8, 127, // Opcode: VCGTzv8i16 +/* 6893 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6907 +/* 6898 */ MCD_OPC_CheckPredicate, 21, 130, 45, 0, // Skip to: 18553 +/* 6903 */ MCD_OPC_Decode, 196, 8, 126, // Opcode: VCGEzv4i16 +/* 6907 */ MCD_OPC_FilterValue, 3, 121, 45, 0, // Skip to: 18553 +/* 6912 */ MCD_OPC_CheckPredicate, 21, 116, 45, 0, // Skip to: 18553 +/* 6917 */ MCD_OPC_Decode, 199, 8, 127, // Opcode: VCGEzv8i16 +/* 6921 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 6959 +/* 6926 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6929 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 6944 +/* 6934 */ MCD_OPC_CheckPredicate, 21, 94, 45, 0, // Skip to: 18553 +/* 6939 */ MCD_OPC_Decode, 147, 21, 128, 1, // Opcode: VTRNd16 +/* 6944 */ MCD_OPC_FilterValue, 3, 84, 45, 0, // Skip to: 18553 +/* 6949 */ MCD_OPC_CheckPredicate, 21, 79, 45, 0, // Skip to: 18553 +/* 6954 */ MCD_OPC_Decode, 150, 21, 129, 1, // Opcode: VTRNq16 +/* 6959 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 6995 +/* 6964 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 6967 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6981 +/* 6972 */ MCD_OPC_CheckPredicate, 21, 56, 45, 0, // Skip to: 18553 +/* 6977 */ MCD_OPC_Decode, 230, 16, 126, // Opcode: VREV64d32 +/* 6981 */ MCD_OPC_FilterValue, 1, 47, 45, 0, // Skip to: 18553 +/* 6986 */ MCD_OPC_CheckPredicate, 21, 42, 45, 0, // Skip to: 18553 +/* 6991 */ MCD_OPC_Decode, 233, 16, 127, // Opcode: VREV64q32 +/* 6995 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 7059 +/* 7000 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7003 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7017 +/* 7008 */ MCD_OPC_CheckPredicate, 21, 20, 45, 0, // Skip to: 18553 +/* 7013 */ MCD_OPC_Decode, 219, 8, 126, // Opcode: VCGTzv2i32 +/* 7017 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7031 +/* 7022 */ MCD_OPC_CheckPredicate, 21, 6, 45, 0, // Skip to: 18553 +/* 7027 */ MCD_OPC_Decode, 223, 8, 127, // Opcode: VCGTzv4i32 +/* 7031 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7045 +/* 7036 */ MCD_OPC_CheckPredicate, 21, 248, 44, 0, // Skip to: 18553 +/* 7041 */ MCD_OPC_Decode, 193, 8, 126, // Opcode: VCGEzv2i32 +/* 7045 */ MCD_OPC_FilterValue, 3, 239, 44, 0, // Skip to: 18553 +/* 7050 */ MCD_OPC_CheckPredicate, 21, 234, 44, 0, // Skip to: 18553 +/* 7055 */ MCD_OPC_Decode, 197, 8, 127, // Opcode: VCGEzv4i32 +/* 7059 */ MCD_OPC_FilterValue, 10, 225, 44, 0, // Skip to: 18553 +/* 7064 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7067 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7082 +/* 7072 */ MCD_OPC_CheckPredicate, 21, 212, 44, 0, // Skip to: 18553 +/* 7077 */ MCD_OPC_Decode, 148, 21, 128, 1, // Opcode: VTRNd32 +/* 7082 */ MCD_OPC_FilterValue, 3, 202, 44, 0, // Skip to: 18553 +/* 7087 */ MCD_OPC_CheckPredicate, 21, 197, 44, 0, // Skip to: 18553 +/* 7092 */ MCD_OPC_Decode, 151, 21, 129, 1, // Opcode: VTRNq32 +/* 7097 */ MCD_OPC_FilterValue, 1, 149, 1, 0, // Skip to: 7507 +/* 7102 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 7105 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 7141 +/* 7110 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7113 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7127 +/* 7118 */ MCD_OPC_CheckPredicate, 21, 166, 44, 0, // Skip to: 18553 +/* 7123 */ MCD_OPC_Decode, 223, 16, 126, // Opcode: VREV16d8 +/* 7127 */ MCD_OPC_FilterValue, 1, 157, 44, 0, // Skip to: 18553 +/* 7132 */ MCD_OPC_CheckPredicate, 21, 152, 44, 0, // Skip to: 18553 +/* 7137 */ MCD_OPC_Decode, 224, 16, 127, // Opcode: VREV16q8 +/* 7141 */ MCD_OPC_FilterValue, 1, 59, 0, 0, // Skip to: 7205 +/* 7146 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7149 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7163 +/* 7154 */ MCD_OPC_CheckPredicate, 21, 130, 44, 0, // Skip to: 18553 +/* 7159 */ MCD_OPC_Decode, 174, 8, 126, // Opcode: VCEQzv8i8 +/* 7163 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7177 +/* 7168 */ MCD_OPC_CheckPredicate, 21, 116, 44, 0, // Skip to: 18553 +/* 7173 */ MCD_OPC_Decode, 165, 8, 127, // Opcode: VCEQzv16i8 +/* 7177 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7191 +/* 7182 */ MCD_OPC_CheckPredicate, 21, 102, 44, 0, // Skip to: 18553 +/* 7187 */ MCD_OPC_Decode, 236, 8, 126, // Opcode: VCLEzv8i8 +/* 7191 */ MCD_OPC_FilterValue, 3, 93, 44, 0, // Skip to: 18553 +/* 7196 */ MCD_OPC_CheckPredicate, 21, 88, 44, 0, // Skip to: 18553 +/* 7201 */ MCD_OPC_Decode, 227, 8, 127, // Opcode: VCLEzv16i8 +/* 7205 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 7273 +/* 7210 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7213 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7228 +/* 7218 */ MCD_OPC_CheckPredicate, 21, 66, 44, 0, // Skip to: 18553 +/* 7223 */ MCD_OPC_Decode, 173, 21, 128, 1, // Opcode: VUZPd8 +/* 7228 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7243 +/* 7233 */ MCD_OPC_CheckPredicate, 21, 51, 44, 0, // Skip to: 18553 +/* 7238 */ MCD_OPC_Decode, 176, 21, 129, 1, // Opcode: VUZPq8 +/* 7243 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7258 +/* 7248 */ MCD_OPC_CheckPredicate, 21, 36, 44, 0, // Skip to: 18553 +/* 7253 */ MCD_OPC_Decode, 178, 21, 128, 1, // Opcode: VZIPd8 +/* 7258 */ MCD_OPC_FilterValue, 3, 26, 44, 0, // Skip to: 18553 +/* 7263 */ MCD_OPC_CheckPredicate, 21, 21, 44, 0, // Skip to: 18553 +/* 7268 */ MCD_OPC_Decode, 181, 21, 129, 1, // Opcode: VZIPq8 +/* 7273 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 7337 +/* 7278 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7281 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7295 +/* 7286 */ MCD_OPC_CheckPredicate, 21, 254, 43, 0, // Skip to: 18553 +/* 7291 */ MCD_OPC_Decode, 170, 8, 126, // Opcode: VCEQzv4i16 +/* 7295 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7309 +/* 7300 */ MCD_OPC_CheckPredicate, 21, 240, 43, 0, // Skip to: 18553 +/* 7305 */ MCD_OPC_Decode, 173, 8, 127, // Opcode: VCEQzv8i16 +/* 7309 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7323 +/* 7314 */ MCD_OPC_CheckPredicate, 21, 226, 43, 0, // Skip to: 18553 +/* 7319 */ MCD_OPC_Decode, 232, 8, 126, // Opcode: VCLEzv4i16 +/* 7323 */ MCD_OPC_FilterValue, 3, 217, 43, 0, // Skip to: 18553 +/* 7328 */ MCD_OPC_CheckPredicate, 21, 212, 43, 0, // Skip to: 18553 +/* 7333 */ MCD_OPC_Decode, 235, 8, 127, // Opcode: VCLEzv8i16 +/* 7337 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 7405 +/* 7342 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7345 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7360 +/* 7350 */ MCD_OPC_CheckPredicate, 21, 190, 43, 0, // Skip to: 18553 +/* 7355 */ MCD_OPC_Decode, 172, 21, 128, 1, // Opcode: VUZPd16 +/* 7360 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7375 +/* 7365 */ MCD_OPC_CheckPredicate, 21, 175, 43, 0, // Skip to: 18553 +/* 7370 */ MCD_OPC_Decode, 174, 21, 129, 1, // Opcode: VUZPq16 +/* 7375 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7390 +/* 7380 */ MCD_OPC_CheckPredicate, 21, 160, 43, 0, // Skip to: 18553 +/* 7385 */ MCD_OPC_Decode, 177, 21, 128, 1, // Opcode: VZIPd16 +/* 7390 */ MCD_OPC_FilterValue, 3, 150, 43, 0, // Skip to: 18553 +/* 7395 */ MCD_OPC_CheckPredicate, 21, 145, 43, 0, // Skip to: 18553 +/* 7400 */ MCD_OPC_Decode, 179, 21, 129, 1, // Opcode: VZIPq16 +/* 7405 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 7469 +/* 7410 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7413 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7427 +/* 7418 */ MCD_OPC_CheckPredicate, 21, 122, 43, 0, // Skip to: 18553 +/* 7423 */ MCD_OPC_Decode, 167, 8, 126, // Opcode: VCEQzv2i32 +/* 7427 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7441 +/* 7432 */ MCD_OPC_CheckPredicate, 21, 108, 43, 0, // Skip to: 18553 +/* 7437 */ MCD_OPC_Decode, 171, 8, 127, // Opcode: VCEQzv4i32 +/* 7441 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7455 +/* 7446 */ MCD_OPC_CheckPredicate, 21, 94, 43, 0, // Skip to: 18553 +/* 7451 */ MCD_OPC_Decode, 229, 8, 126, // Opcode: VCLEzv2i32 +/* 7455 */ MCD_OPC_FilterValue, 3, 85, 43, 0, // Skip to: 18553 +/* 7460 */ MCD_OPC_CheckPredicate, 21, 80, 43, 0, // Skip to: 18553 +/* 7465 */ MCD_OPC_Decode, 233, 8, 127, // Opcode: VCLEzv4i32 +/* 7469 */ MCD_OPC_FilterValue, 10, 71, 43, 0, // Skip to: 18553 +/* 7474 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7477 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7492 +/* 7482 */ MCD_OPC_CheckPredicate, 21, 58, 43, 0, // Skip to: 18553 +/* 7487 */ MCD_OPC_Decode, 175, 21, 129, 1, // Opcode: VUZPq32 +/* 7492 */ MCD_OPC_FilterValue, 3, 48, 43, 0, // Skip to: 18553 +/* 7497 */ MCD_OPC_CheckPredicate, 21, 43, 43, 0, // Skip to: 18553 +/* 7502 */ MCD_OPC_Decode, 180, 21, 129, 1, // Opcode: VZIPq32 +/* 7507 */ MCD_OPC_FilterValue, 2, 251, 1, 0, // Skip to: 8019 +/* 7512 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 7515 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 7579 +/* 7520 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7523 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7537 +/* 7528 */ MCD_OPC_CheckPredicate, 21, 12, 43, 0, // Skip to: 18553 +/* 7533 */ MCD_OPC_Decode, 139, 15, 126, // Opcode: VPADDLsv8i8 +/* 7537 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7551 +/* 7542 */ MCD_OPC_CheckPredicate, 21, 254, 42, 0, // Skip to: 18553 +/* 7547 */ MCD_OPC_Decode, 134, 15, 127, // Opcode: VPADDLsv16i8 +/* 7551 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7565 +/* 7556 */ MCD_OPC_CheckPredicate, 21, 240, 42, 0, // Skip to: 18553 +/* 7561 */ MCD_OPC_Decode, 145, 15, 126, // Opcode: VPADDLuv8i8 +/* 7565 */ MCD_OPC_FilterValue, 3, 231, 42, 0, // Skip to: 18553 +/* 7570 */ MCD_OPC_CheckPredicate, 21, 226, 42, 0, // Skip to: 18553 +/* 7575 */ MCD_OPC_Decode, 140, 15, 127, // Opcode: VPADDLuv16i8 +/* 7579 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 7615 +/* 7584 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7587 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7601 +/* 7592 */ MCD_OPC_CheckPredicate, 21, 204, 42, 0, // Skip to: 18553 +/* 7597 */ MCD_OPC_Decode, 252, 8, 126, // Opcode: VCLTzv8i8 +/* 7601 */ MCD_OPC_FilterValue, 1, 195, 42, 0, // Skip to: 18553 +/* 7606 */ MCD_OPC_CheckPredicate, 21, 190, 42, 0, // Skip to: 18553 +/* 7611 */ MCD_OPC_Decode, 243, 8, 127, // Opcode: VCLTzv16i8 +/* 7615 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 7683 +/* 7620 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7623 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7638 +/* 7628 */ MCD_OPC_CheckPredicate, 21, 168, 42, 0, // Skip to: 18553 +/* 7633 */ MCD_OPC_Decode, 148, 14, 130, 1, // Opcode: VMOVNv8i8 +/* 7638 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7653 +/* 7643 */ MCD_OPC_CheckPredicate, 21, 153, 42, 0, // Skip to: 18553 +/* 7648 */ MCD_OPC_Decode, 211, 15, 130, 1, // Opcode: VQMOVNsuv8i8 +/* 7653 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7668 +/* 7658 */ MCD_OPC_CheckPredicate, 21, 138, 42, 0, // Skip to: 18553 +/* 7663 */ MCD_OPC_Decode, 214, 15, 130, 1, // Opcode: VQMOVNsv8i8 +/* 7668 */ MCD_OPC_FilterValue, 3, 128, 42, 0, // Skip to: 18553 +/* 7673 */ MCD_OPC_CheckPredicate, 21, 123, 42, 0, // Skip to: 18553 +/* 7678 */ MCD_OPC_Decode, 217, 15, 130, 1, // Opcode: VQMOVNuv8i8 +/* 7683 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 7747 +/* 7688 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7691 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7705 +/* 7696 */ MCD_OPC_CheckPredicate, 21, 100, 42, 0, // Skip to: 18553 +/* 7701 */ MCD_OPC_Decode, 136, 15, 126, // Opcode: VPADDLsv4i16 +/* 7705 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7719 +/* 7710 */ MCD_OPC_CheckPredicate, 21, 86, 42, 0, // Skip to: 18553 +/* 7715 */ MCD_OPC_Decode, 138, 15, 127, // Opcode: VPADDLsv8i16 +/* 7719 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7733 +/* 7724 */ MCD_OPC_CheckPredicate, 21, 72, 42, 0, // Skip to: 18553 +/* 7729 */ MCD_OPC_Decode, 142, 15, 126, // Opcode: VPADDLuv4i16 +/* 7733 */ MCD_OPC_FilterValue, 3, 63, 42, 0, // Skip to: 18553 +/* 7738 */ MCD_OPC_CheckPredicate, 21, 58, 42, 0, // Skip to: 18553 +/* 7743 */ MCD_OPC_Decode, 144, 15, 127, // Opcode: VPADDLuv8i16 +/* 7747 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 7783 +/* 7752 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7755 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7769 +/* 7760 */ MCD_OPC_CheckPredicate, 21, 36, 42, 0, // Skip to: 18553 +/* 7765 */ MCD_OPC_Decode, 248, 8, 126, // Opcode: VCLTzv4i16 +/* 7769 */ MCD_OPC_FilterValue, 1, 27, 42, 0, // Skip to: 18553 +/* 7774 */ MCD_OPC_CheckPredicate, 21, 22, 42, 0, // Skip to: 18553 +/* 7779 */ MCD_OPC_Decode, 251, 8, 127, // Opcode: VCLTzv8i16 +/* 7783 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 7851 +/* 7788 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7791 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7806 +/* 7796 */ MCD_OPC_CheckPredicate, 21, 0, 42, 0, // Skip to: 18553 +/* 7801 */ MCD_OPC_Decode, 147, 14, 130, 1, // Opcode: VMOVNv4i16 +/* 7806 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7821 +/* 7811 */ MCD_OPC_CheckPredicate, 21, 241, 41, 0, // Skip to: 18553 +/* 7816 */ MCD_OPC_Decode, 210, 15, 130, 1, // Opcode: VQMOVNsuv4i16 +/* 7821 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7836 +/* 7826 */ MCD_OPC_CheckPredicate, 21, 226, 41, 0, // Skip to: 18553 +/* 7831 */ MCD_OPC_Decode, 213, 15, 130, 1, // Opcode: VQMOVNsv4i16 +/* 7836 */ MCD_OPC_FilterValue, 3, 216, 41, 0, // Skip to: 18553 +/* 7841 */ MCD_OPC_CheckPredicate, 21, 211, 41, 0, // Skip to: 18553 +/* 7846 */ MCD_OPC_Decode, 216, 15, 130, 1, // Opcode: VQMOVNuv4i16 +/* 7851 */ MCD_OPC_FilterValue, 8, 59, 0, 0, // Skip to: 7915 +/* 7856 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7859 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7873 +/* 7864 */ MCD_OPC_CheckPredicate, 21, 188, 41, 0, // Skip to: 18553 +/* 7869 */ MCD_OPC_Decode, 135, 15, 126, // Opcode: VPADDLsv2i32 +/* 7873 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7887 +/* 7878 */ MCD_OPC_CheckPredicate, 21, 174, 41, 0, // Skip to: 18553 +/* 7883 */ MCD_OPC_Decode, 137, 15, 127, // Opcode: VPADDLsv4i32 +/* 7887 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7901 +/* 7892 */ MCD_OPC_CheckPredicate, 21, 160, 41, 0, // Skip to: 18553 +/* 7897 */ MCD_OPC_Decode, 141, 15, 126, // Opcode: VPADDLuv2i32 +/* 7901 */ MCD_OPC_FilterValue, 3, 151, 41, 0, // Skip to: 18553 +/* 7906 */ MCD_OPC_CheckPredicate, 21, 146, 41, 0, // Skip to: 18553 +/* 7911 */ MCD_OPC_Decode, 143, 15, 127, // Opcode: VPADDLuv4i32 +/* 7915 */ MCD_OPC_FilterValue, 9, 31, 0, 0, // Skip to: 7951 +/* 7920 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7923 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7937 +/* 7928 */ MCD_OPC_CheckPredicate, 21, 124, 41, 0, // Skip to: 18553 +/* 7933 */ MCD_OPC_Decode, 245, 8, 126, // Opcode: VCLTzv2i32 +/* 7937 */ MCD_OPC_FilterValue, 1, 115, 41, 0, // Skip to: 18553 +/* 7942 */ MCD_OPC_CheckPredicate, 21, 110, 41, 0, // Skip to: 18553 +/* 7947 */ MCD_OPC_Decode, 249, 8, 127, // Opcode: VCLTzv4i32 +/* 7951 */ MCD_OPC_FilterValue, 10, 101, 41, 0, // Skip to: 18553 +/* 7956 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 7959 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7974 +/* 7964 */ MCD_OPC_CheckPredicate, 21, 88, 41, 0, // Skip to: 18553 +/* 7969 */ MCD_OPC_Decode, 146, 14, 130, 1, // Opcode: VMOVNv2i32 +/* 7974 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7989 +/* 7979 */ MCD_OPC_CheckPredicate, 21, 73, 41, 0, // Skip to: 18553 +/* 7984 */ MCD_OPC_Decode, 209, 15, 130, 1, // Opcode: VQMOVNsuv2i32 +/* 7989 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8004 +/* 7994 */ MCD_OPC_CheckPredicate, 21, 58, 41, 0, // Skip to: 18553 +/* 7999 */ MCD_OPC_Decode, 212, 15, 130, 1, // Opcode: VQMOVNsv2i32 +/* 8004 */ MCD_OPC_FilterValue, 3, 48, 41, 0, // Skip to: 18553 +/* 8009 */ MCD_OPC_CheckPredicate, 21, 43, 41, 0, // Skip to: 18553 +/* 8014 */ MCD_OPC_Decode, 215, 15, 130, 1, // Opcode: VQMOVNuv2i32 +/* 8019 */ MCD_OPC_FilterValue, 3, 5, 1, 0, // Skip to: 8285 +/* 8024 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 8027 */ MCD_OPC_FilterValue, 1, 59, 0, 0, // Skip to: 8091 +/* 8032 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8035 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8049 +/* 8040 */ MCD_OPC_CheckPredicate, 21, 12, 41, 0, // Skip to: 18553 +/* 8045 */ MCD_OPC_Decode, 226, 7, 126, // Opcode: VABSv8i8 +/* 8049 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8063 +/* 8054 */ MCD_OPC_CheckPredicate, 21, 254, 40, 0, // Skip to: 18553 +/* 8059 */ MCD_OPC_Decode, 221, 7, 127, // Opcode: VABSv16i8 +/* 8063 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8077 +/* 8068 */ MCD_OPC_CheckPredicate, 21, 240, 40, 0, // Skip to: 18553 +/* 8073 */ MCD_OPC_Decode, 231, 14, 126, // Opcode: VNEGs8d +/* 8077 */ MCD_OPC_FilterValue, 3, 231, 40, 0, // Skip to: 18553 +/* 8082 */ MCD_OPC_CheckPredicate, 21, 226, 40, 0, // Skip to: 18553 +/* 8087 */ MCD_OPC_Decode, 232, 14, 127, // Opcode: VNEGs8q +/* 8091 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 8113 +/* 8096 */ MCD_OPC_CheckPredicate, 21, 212, 40, 0, // Skip to: 18553 +/* 8101 */ MCD_OPC_CheckField, 6, 2, 0, 205, 40, 0, // Skip to: 18553 +/* 8108 */ MCD_OPC_Decode, 249, 17, 131, 1, // Opcode: VSHLLi8 +/* 8113 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 8177 +/* 8118 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8121 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8135 +/* 8126 */ MCD_OPC_CheckPredicate, 21, 182, 40, 0, // Skip to: 18553 +/* 8131 */ MCD_OPC_Decode, 223, 7, 126, // Opcode: VABSv4i16 +/* 8135 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8149 +/* 8140 */ MCD_OPC_CheckPredicate, 21, 168, 40, 0, // Skip to: 18553 +/* 8145 */ MCD_OPC_Decode, 225, 7, 127, // Opcode: VABSv8i16 +/* 8149 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8163 +/* 8154 */ MCD_OPC_CheckPredicate, 21, 154, 40, 0, // Skip to: 18553 +/* 8159 */ MCD_OPC_Decode, 227, 14, 126, // Opcode: VNEGs16d +/* 8163 */ MCD_OPC_FilterValue, 3, 145, 40, 0, // Skip to: 18553 +/* 8168 */ MCD_OPC_CheckPredicate, 21, 140, 40, 0, // Skip to: 18553 +/* 8173 */ MCD_OPC_Decode, 228, 14, 127, // Opcode: VNEGs16q +/* 8177 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 8199 +/* 8182 */ MCD_OPC_CheckPredicate, 21, 126, 40, 0, // Skip to: 18553 +/* 8187 */ MCD_OPC_CheckField, 6, 2, 0, 119, 40, 0, // Skip to: 18553 +/* 8194 */ MCD_OPC_Decode, 247, 17, 131, 1, // Opcode: VSHLLi16 +/* 8199 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 8263 +/* 8204 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8207 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8221 +/* 8212 */ MCD_OPC_CheckPredicate, 21, 96, 40, 0, // Skip to: 18553 +/* 8217 */ MCD_OPC_Decode, 222, 7, 126, // Opcode: VABSv2i32 +/* 8221 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8235 +/* 8226 */ MCD_OPC_CheckPredicate, 21, 82, 40, 0, // Skip to: 18553 +/* 8231 */ MCD_OPC_Decode, 224, 7, 127, // Opcode: VABSv4i32 +/* 8235 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8249 +/* 8240 */ MCD_OPC_CheckPredicate, 21, 68, 40, 0, // Skip to: 18553 +/* 8245 */ MCD_OPC_Decode, 229, 14, 126, // Opcode: VNEGs32d +/* 8249 */ MCD_OPC_FilterValue, 3, 59, 40, 0, // Skip to: 18553 +/* 8254 */ MCD_OPC_CheckPredicate, 21, 54, 40, 0, // Skip to: 18553 +/* 8259 */ MCD_OPC_Decode, 230, 14, 127, // Opcode: VNEGs32q +/* 8263 */ MCD_OPC_FilterValue, 10, 45, 40, 0, // Skip to: 18553 +/* 8268 */ MCD_OPC_CheckPredicate, 21, 40, 40, 0, // Skip to: 18553 +/* 8273 */ MCD_OPC_CheckField, 6, 2, 0, 33, 40, 0, // Skip to: 18553 +/* 8280 */ MCD_OPC_Decode, 248, 17, 131, 1, // Opcode: VSHLLi32 +/* 8285 */ MCD_OPC_FilterValue, 4, 131, 1, 0, // Skip to: 8677 +/* 8290 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 8293 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 8357 +/* 8298 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8301 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8315 +/* 8306 */ MCD_OPC_CheckPredicate, 21, 2, 40, 0, // Skip to: 18553 +/* 8311 */ MCD_OPC_Decode, 242, 8, 126, // Opcode: VCLSv8i8 +/* 8315 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8329 +/* 8320 */ MCD_OPC_CheckPredicate, 21, 244, 39, 0, // Skip to: 18553 +/* 8325 */ MCD_OPC_Decode, 237, 8, 127, // Opcode: VCLSv16i8 +/* 8329 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8343 +/* 8334 */ MCD_OPC_CheckPredicate, 21, 230, 39, 0, // Skip to: 18553 +/* 8339 */ MCD_OPC_Decode, 130, 9, 126, // Opcode: VCLZv8i8 +/* 8343 */ MCD_OPC_FilterValue, 3, 221, 39, 0, // Skip to: 18553 +/* 8348 */ MCD_OPC_CheckPredicate, 21, 216, 39, 0, // Skip to: 18553 +/* 8353 */ MCD_OPC_Decode, 253, 8, 127, // Opcode: VCLZv16i8 +/* 8357 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 8421 +/* 8362 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8365 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8379 +/* 8370 */ MCD_OPC_CheckPredicate, 21, 194, 39, 0, // Skip to: 18553 +/* 8375 */ MCD_OPC_Decode, 239, 8, 126, // Opcode: VCLSv4i16 +/* 8379 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8393 +/* 8384 */ MCD_OPC_CheckPredicate, 21, 180, 39, 0, // Skip to: 18553 +/* 8389 */ MCD_OPC_Decode, 241, 8, 127, // Opcode: VCLSv8i16 +/* 8393 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8407 +/* 8398 */ MCD_OPC_CheckPredicate, 21, 166, 39, 0, // Skip to: 18553 +/* 8403 */ MCD_OPC_Decode, 255, 8, 126, // Opcode: VCLZv4i16 +/* 8407 */ MCD_OPC_FilterValue, 3, 157, 39, 0, // Skip to: 18553 +/* 8412 */ MCD_OPC_CheckPredicate, 21, 152, 39, 0, // Skip to: 18553 +/* 8417 */ MCD_OPC_Decode, 129, 9, 127, // Opcode: VCLZv8i16 +/* 8421 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 8485 +/* 8426 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8429 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8443 +/* 8434 */ MCD_OPC_CheckPredicate, 22, 130, 39, 0, // Skip to: 18553 +/* 8439 */ MCD_OPC_Decode, 220, 8, 126, // Opcode: VCGTzv4f16 +/* 8443 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8457 +/* 8448 */ MCD_OPC_CheckPredicate, 22, 116, 39, 0, // Skip to: 18553 +/* 8453 */ MCD_OPC_Decode, 224, 8, 127, // Opcode: VCGTzv8f16 +/* 8457 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8471 +/* 8462 */ MCD_OPC_CheckPredicate, 22, 102, 39, 0, // Skip to: 18553 +/* 8467 */ MCD_OPC_Decode, 194, 8, 126, // Opcode: VCGEzv4f16 +/* 8471 */ MCD_OPC_FilterValue, 3, 93, 39, 0, // Skip to: 18553 +/* 8476 */ MCD_OPC_CheckPredicate, 22, 88, 39, 0, // Skip to: 18553 +/* 8481 */ MCD_OPC_Decode, 198, 8, 127, // Opcode: VCGEzv8f16 +/* 8485 */ MCD_OPC_FilterValue, 8, 59, 0, 0, // Skip to: 8549 +/* 8490 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8493 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8507 +/* 8498 */ MCD_OPC_CheckPredicate, 21, 66, 39, 0, // Skip to: 18553 +/* 8503 */ MCD_OPC_Decode, 238, 8, 126, // Opcode: VCLSv2i32 +/* 8507 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8521 +/* 8512 */ MCD_OPC_CheckPredicate, 21, 52, 39, 0, // Skip to: 18553 +/* 8517 */ MCD_OPC_Decode, 240, 8, 127, // Opcode: VCLSv4i32 +/* 8521 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8535 +/* 8526 */ MCD_OPC_CheckPredicate, 21, 38, 39, 0, // Skip to: 18553 +/* 8531 */ MCD_OPC_Decode, 254, 8, 126, // Opcode: VCLZv2i32 +/* 8535 */ MCD_OPC_FilterValue, 3, 29, 39, 0, // Skip to: 18553 +/* 8540 */ MCD_OPC_CheckPredicate, 21, 24, 39, 0, // Skip to: 18553 +/* 8545 */ MCD_OPC_Decode, 128, 9, 127, // Opcode: VCLZv4i32 +/* 8549 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 8613 +/* 8554 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8557 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8571 +/* 8562 */ MCD_OPC_CheckPredicate, 21, 2, 39, 0, // Skip to: 18553 +/* 8567 */ MCD_OPC_Decode, 218, 8, 126, // Opcode: VCGTzv2f32 +/* 8571 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8585 +/* 8576 */ MCD_OPC_CheckPredicate, 21, 244, 38, 0, // Skip to: 18553 +/* 8581 */ MCD_OPC_Decode, 221, 8, 127, // Opcode: VCGTzv4f32 +/* 8585 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8599 +/* 8590 */ MCD_OPC_CheckPredicate, 21, 230, 38, 0, // Skip to: 18553 +/* 8595 */ MCD_OPC_Decode, 192, 8, 126, // Opcode: VCGEzv2f32 +/* 8599 */ MCD_OPC_FilterValue, 3, 221, 38, 0, // Skip to: 18553 +/* 8604 */ MCD_OPC_CheckPredicate, 21, 216, 38, 0, // Skip to: 18553 +/* 8609 */ MCD_OPC_Decode, 195, 8, 127, // Opcode: VCGEzv4f32 +/* 8613 */ MCD_OPC_FilterValue, 11, 207, 38, 0, // Skip to: 18553 +/* 8618 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8621 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8635 +/* 8626 */ MCD_OPC_CheckPredicate, 21, 194, 38, 0, // Skip to: 18553 +/* 8631 */ MCD_OPC_Decode, 213, 16, 126, // Opcode: VRECPEd +/* 8635 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8649 +/* 8640 */ MCD_OPC_CheckPredicate, 21, 180, 38, 0, // Skip to: 18553 +/* 8645 */ MCD_OPC_Decode, 218, 16, 127, // Opcode: VRECPEq +/* 8649 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8663 +/* 8654 */ MCD_OPC_CheckPredicate, 21, 166, 38, 0, // Skip to: 18553 +/* 8659 */ MCD_OPC_Decode, 199, 17, 126, // Opcode: VRSQRTEd +/* 8663 */ MCD_OPC_FilterValue, 3, 157, 38, 0, // Skip to: 18553 +/* 8668 */ MCD_OPC_CheckPredicate, 21, 152, 38, 0, // Skip to: 18553 +/* 8673 */ MCD_OPC_Decode, 204, 17, 127, // Opcode: VRSQRTEq +/* 8677 */ MCD_OPC_FilterValue, 5, 67, 1, 0, // Skip to: 9005 +/* 8682 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 8685 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 8749 +/* 8690 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8693 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8707 +/* 8698 */ MCD_OPC_CheckPredicate, 21, 122, 38, 0, // Skip to: 18553 +/* 8703 */ MCD_OPC_Decode, 151, 9, 126, // Opcode: VCNTd +/* 8707 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8721 +/* 8712 */ MCD_OPC_CheckPredicate, 21, 108, 38, 0, // Skip to: 18553 +/* 8717 */ MCD_OPC_Decode, 152, 9, 127, // Opcode: VCNTq +/* 8721 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8735 +/* 8726 */ MCD_OPC_CheckPredicate, 21, 94, 38, 0, // Skip to: 18553 +/* 8731 */ MCD_OPC_Decode, 214, 14, 126, // Opcode: VMVNd +/* 8735 */ MCD_OPC_FilterValue, 3, 85, 38, 0, // Skip to: 18553 +/* 8740 */ MCD_OPC_CheckPredicate, 21, 80, 38, 0, // Skip to: 18553 +/* 8745 */ MCD_OPC_Decode, 215, 14, 127, // Opcode: VMVNq +/* 8749 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 8813 +/* 8754 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8757 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8771 +/* 8762 */ MCD_OPC_CheckPredicate, 22, 58, 38, 0, // Skip to: 18553 +/* 8767 */ MCD_OPC_Decode, 168, 8, 126, // Opcode: VCEQzv4f16 +/* 8771 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8785 +/* 8776 */ MCD_OPC_CheckPredicate, 22, 44, 38, 0, // Skip to: 18553 +/* 8781 */ MCD_OPC_Decode, 172, 8, 127, // Opcode: VCEQzv8f16 +/* 8785 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8799 +/* 8790 */ MCD_OPC_CheckPredicate, 22, 30, 38, 0, // Skip to: 18553 +/* 8795 */ MCD_OPC_Decode, 230, 8, 126, // Opcode: VCLEzv4f16 +/* 8799 */ MCD_OPC_FilterValue, 3, 21, 38, 0, // Skip to: 18553 +/* 8804 */ MCD_OPC_CheckPredicate, 22, 16, 38, 0, // Skip to: 18553 +/* 8809 */ MCD_OPC_Decode, 234, 8, 127, // Opcode: VCLEzv8f16 +/* 8813 */ MCD_OPC_FilterValue, 7, 59, 0, 0, // Skip to: 8877 +/* 8818 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8821 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8835 +/* 8826 */ MCD_OPC_CheckPredicate, 22, 250, 37, 0, // Skip to: 18553 +/* 8831 */ MCD_OPC_Decode, 216, 16, 126, // Opcode: VRECPEhd +/* 8835 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8849 +/* 8840 */ MCD_OPC_CheckPredicate, 22, 236, 37, 0, // Skip to: 18553 +/* 8845 */ MCD_OPC_Decode, 217, 16, 127, // Opcode: VRECPEhq +/* 8849 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8863 +/* 8854 */ MCD_OPC_CheckPredicate, 22, 222, 37, 0, // Skip to: 18553 +/* 8859 */ MCD_OPC_Decode, 202, 17, 126, // Opcode: VRSQRTEhd +/* 8863 */ MCD_OPC_FilterValue, 3, 213, 37, 0, // Skip to: 18553 +/* 8868 */ MCD_OPC_CheckPredicate, 22, 208, 37, 0, // Skip to: 18553 +/* 8873 */ MCD_OPC_Decode, 203, 17, 127, // Opcode: VRSQRTEhq +/* 8877 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 8941 +/* 8882 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8885 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8899 +/* 8890 */ MCD_OPC_CheckPredicate, 21, 186, 37, 0, // Skip to: 18553 +/* 8895 */ MCD_OPC_Decode, 166, 8, 126, // Opcode: VCEQzv2f32 +/* 8899 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8913 +/* 8904 */ MCD_OPC_CheckPredicate, 21, 172, 37, 0, // Skip to: 18553 +/* 8909 */ MCD_OPC_Decode, 169, 8, 127, // Opcode: VCEQzv4f32 +/* 8913 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8927 +/* 8918 */ MCD_OPC_CheckPredicate, 21, 158, 37, 0, // Skip to: 18553 +/* 8923 */ MCD_OPC_Decode, 228, 8, 126, // Opcode: VCLEzv2f32 +/* 8927 */ MCD_OPC_FilterValue, 3, 149, 37, 0, // Skip to: 18553 +/* 8932 */ MCD_OPC_CheckPredicate, 21, 144, 37, 0, // Skip to: 18553 +/* 8937 */ MCD_OPC_Decode, 231, 8, 127, // Opcode: VCLEzv4f32 +/* 8941 */ MCD_OPC_FilterValue, 11, 135, 37, 0, // Skip to: 18553 +/* 8946 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 8949 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8963 +/* 8954 */ MCD_OPC_CheckPredicate, 21, 122, 37, 0, // Skip to: 18553 +/* 8959 */ MCD_OPC_Decode, 214, 16, 126, // Opcode: VRECPEfd +/* 8963 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8977 +/* 8968 */ MCD_OPC_CheckPredicate, 21, 108, 37, 0, // Skip to: 18553 +/* 8973 */ MCD_OPC_Decode, 215, 16, 127, // Opcode: VRECPEfq +/* 8977 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 8991 +/* 8982 */ MCD_OPC_CheckPredicate, 21, 94, 37, 0, // Skip to: 18553 +/* 8987 */ MCD_OPC_Decode, 200, 17, 126, // Opcode: VRSQRTEfd +/* 8991 */ MCD_OPC_FilterValue, 3, 85, 37, 0, // Skip to: 18553 +/* 8996 */ MCD_OPC_CheckPredicate, 21, 80, 37, 0, // Skip to: 18553 +/* 9001 */ MCD_OPC_Decode, 201, 17, 127, // Opcode: VRSQRTEfq +/* 9005 */ MCD_OPC_FilterValue, 6, 173, 1, 0, // Skip to: 9439 +/* 9010 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 9013 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 9081 +/* 9018 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9021 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9036 +/* 9026 */ MCD_OPC_CheckPredicate, 21, 50, 37, 0, // Skip to: 18553 +/* 9031 */ MCD_OPC_Decode, 255, 14, 132, 1, // Opcode: VPADALsv8i8 +/* 9036 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9051 +/* 9041 */ MCD_OPC_CheckPredicate, 21, 35, 37, 0, // Skip to: 18553 +/* 9046 */ MCD_OPC_Decode, 250, 14, 133, 1, // Opcode: VPADALsv16i8 +/* 9051 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9066 +/* 9056 */ MCD_OPC_CheckPredicate, 21, 20, 37, 0, // Skip to: 18553 +/* 9061 */ MCD_OPC_Decode, 133, 15, 132, 1, // Opcode: VPADALuv8i8 +/* 9066 */ MCD_OPC_FilterValue, 3, 10, 37, 0, // Skip to: 18553 +/* 9071 */ MCD_OPC_CheckPredicate, 21, 5, 37, 0, // Skip to: 18553 +/* 9076 */ MCD_OPC_Decode, 128, 15, 133, 1, // Opcode: VPADALuv16i8 +/* 9081 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 9149 +/* 9086 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9089 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9104 +/* 9094 */ MCD_OPC_CheckPredicate, 21, 238, 36, 0, // Skip to: 18553 +/* 9099 */ MCD_OPC_Decode, 252, 14, 132, 1, // Opcode: VPADALsv4i16 +/* 9104 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9119 +/* 9109 */ MCD_OPC_CheckPredicate, 21, 223, 36, 0, // Skip to: 18553 +/* 9114 */ MCD_OPC_Decode, 254, 14, 133, 1, // Opcode: VPADALsv8i16 +/* 9119 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9134 +/* 9124 */ MCD_OPC_CheckPredicate, 21, 208, 36, 0, // Skip to: 18553 +/* 9129 */ MCD_OPC_Decode, 130, 15, 132, 1, // Opcode: VPADALuv4i16 +/* 9134 */ MCD_OPC_FilterValue, 3, 198, 36, 0, // Skip to: 18553 +/* 9139 */ MCD_OPC_CheckPredicate, 21, 193, 36, 0, // Skip to: 18553 +/* 9144 */ MCD_OPC_Decode, 132, 15, 133, 1, // Opcode: VPADALuv8i16 +/* 9149 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 9185 +/* 9154 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9157 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9171 +/* 9162 */ MCD_OPC_CheckPredicate, 22, 170, 36, 0, // Skip to: 18553 +/* 9167 */ MCD_OPC_Decode, 246, 8, 126, // Opcode: VCLTzv4f16 +/* 9171 */ MCD_OPC_FilterValue, 1, 161, 36, 0, // Skip to: 18553 +/* 9176 */ MCD_OPC_CheckPredicate, 22, 156, 36, 0, // Skip to: 18553 +/* 9181 */ MCD_OPC_Decode, 250, 8, 127, // Opcode: VCLTzv8f16 +/* 9185 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 9207 +/* 9190 */ MCD_OPC_CheckPredicate, 25, 142, 36, 0, // Skip to: 18553 +/* 9195 */ MCD_OPC_CheckField, 6, 2, 0, 135, 36, 0, // Skip to: 18553 +/* 9202 */ MCD_OPC_Decode, 219, 9, 130, 1, // Opcode: VCVTf2h +/* 9207 */ MCD_OPC_FilterValue, 7, 59, 0, 0, // Skip to: 9271 +/* 9212 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9215 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9229 +/* 9220 */ MCD_OPC_CheckPredicate, 22, 112, 36, 0, // Skip to: 18553 +/* 9225 */ MCD_OPC_Decode, 239, 9, 126, // Opcode: VCVTs2hd +/* 9229 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9243 +/* 9234 */ MCD_OPC_CheckPredicate, 22, 98, 36, 0, // Skip to: 18553 +/* 9239 */ MCD_OPC_Decode, 240, 9, 127, // Opcode: VCVTs2hq +/* 9243 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9257 +/* 9248 */ MCD_OPC_CheckPredicate, 22, 84, 36, 0, // Skip to: 18553 +/* 9253 */ MCD_OPC_Decode, 243, 9, 126, // Opcode: VCVTu2hd +/* 9257 */ MCD_OPC_FilterValue, 3, 75, 36, 0, // Skip to: 18553 +/* 9262 */ MCD_OPC_CheckPredicate, 22, 70, 36, 0, // Skip to: 18553 +/* 9267 */ MCD_OPC_Decode, 244, 9, 127, // Opcode: VCVTu2hq +/* 9271 */ MCD_OPC_FilterValue, 8, 63, 0, 0, // Skip to: 9339 +/* 9276 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9279 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9294 +/* 9284 */ MCD_OPC_CheckPredicate, 21, 48, 36, 0, // Skip to: 18553 +/* 9289 */ MCD_OPC_Decode, 251, 14, 132, 1, // Opcode: VPADALsv2i32 +/* 9294 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9309 +/* 9299 */ MCD_OPC_CheckPredicate, 21, 33, 36, 0, // Skip to: 18553 +/* 9304 */ MCD_OPC_Decode, 253, 14, 133, 1, // Opcode: VPADALsv4i32 +/* 9309 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9324 +/* 9314 */ MCD_OPC_CheckPredicate, 21, 18, 36, 0, // Skip to: 18553 +/* 9319 */ MCD_OPC_Decode, 129, 15, 132, 1, // Opcode: VPADALuv2i32 +/* 9324 */ MCD_OPC_FilterValue, 3, 8, 36, 0, // Skip to: 18553 +/* 9329 */ MCD_OPC_CheckPredicate, 21, 3, 36, 0, // Skip to: 18553 +/* 9334 */ MCD_OPC_Decode, 131, 15, 133, 1, // Opcode: VPADALuv4i32 +/* 9339 */ MCD_OPC_FilterValue, 9, 31, 0, 0, // Skip to: 9375 +/* 9344 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9347 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9361 +/* 9352 */ MCD_OPC_CheckPredicate, 21, 236, 35, 0, // Skip to: 18553 +/* 9357 */ MCD_OPC_Decode, 244, 8, 126, // Opcode: VCLTzv2f32 +/* 9361 */ MCD_OPC_FilterValue, 1, 227, 35, 0, // Skip to: 18553 +/* 9366 */ MCD_OPC_CheckPredicate, 21, 222, 35, 0, // Skip to: 18553 +/* 9371 */ MCD_OPC_Decode, 247, 8, 127, // Opcode: VCLTzv4f32 +/* 9375 */ MCD_OPC_FilterValue, 11, 213, 35, 0, // Skip to: 18553 +/* 9380 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9383 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9397 +/* 9388 */ MCD_OPC_CheckPredicate, 21, 200, 35, 0, // Skip to: 18553 +/* 9393 */ MCD_OPC_Decode, 237, 9, 126, // Opcode: VCVTs2fd +/* 9397 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9411 +/* 9402 */ MCD_OPC_CheckPredicate, 21, 186, 35, 0, // Skip to: 18553 +/* 9407 */ MCD_OPC_Decode, 238, 9, 127, // Opcode: VCVTs2fq +/* 9411 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9425 +/* 9416 */ MCD_OPC_CheckPredicate, 21, 172, 35, 0, // Skip to: 18553 +/* 9421 */ MCD_OPC_Decode, 241, 9, 126, // Opcode: VCVTu2fd +/* 9425 */ MCD_OPC_FilterValue, 3, 163, 35, 0, // Skip to: 18553 +/* 9430 */ MCD_OPC_CheckPredicate, 21, 158, 35, 0, // Skip to: 18553 +/* 9435 */ MCD_OPC_Decode, 242, 9, 127, // Opcode: VCVTu2fq +/* 9439 */ MCD_OPC_FilterValue, 7, 217, 1, 0, // Skip to: 9917 +/* 9444 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 9447 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 9511 +/* 9452 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9455 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9469 +/* 9460 */ MCD_OPC_CheckPredicate, 21, 128, 35, 0, // Skip to: 18553 +/* 9465 */ MCD_OPC_Decode, 172, 15, 126, // Opcode: VQABSv8i8 +/* 9469 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9483 +/* 9474 */ MCD_OPC_CheckPredicate, 21, 114, 35, 0, // Skip to: 18553 +/* 9479 */ MCD_OPC_Decode, 167, 15, 127, // Opcode: VQABSv16i8 +/* 9483 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9497 +/* 9488 */ MCD_OPC_CheckPredicate, 21, 100, 35, 0, // Skip to: 18553 +/* 9493 */ MCD_OPC_Decode, 223, 15, 126, // Opcode: VQNEGv8i8 +/* 9497 */ MCD_OPC_FilterValue, 3, 91, 35, 0, // Skip to: 18553 +/* 9502 */ MCD_OPC_CheckPredicate, 21, 86, 35, 0, // Skip to: 18553 +/* 9507 */ MCD_OPC_Decode, 218, 15, 127, // Opcode: VQNEGv16i8 +/* 9511 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 9575 +/* 9516 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9519 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9533 +/* 9524 */ MCD_OPC_CheckPredicate, 21, 64, 35, 0, // Skip to: 18553 +/* 9529 */ MCD_OPC_Decode, 169, 15, 126, // Opcode: VQABSv4i16 +/* 9533 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9547 +/* 9538 */ MCD_OPC_CheckPredicate, 21, 50, 35, 0, // Skip to: 18553 +/* 9543 */ MCD_OPC_Decode, 171, 15, 127, // Opcode: VQABSv8i16 +/* 9547 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9561 +/* 9552 */ MCD_OPC_CheckPredicate, 21, 36, 35, 0, // Skip to: 18553 +/* 9557 */ MCD_OPC_Decode, 220, 15, 126, // Opcode: VQNEGv4i16 +/* 9561 */ MCD_OPC_FilterValue, 3, 27, 35, 0, // Skip to: 18553 +/* 9566 */ MCD_OPC_CheckPredicate, 21, 22, 35, 0, // Skip to: 18553 +/* 9571 */ MCD_OPC_Decode, 222, 15, 127, // Opcode: VQNEGv8i16 +/* 9575 */ MCD_OPC_FilterValue, 5, 59, 0, 0, // Skip to: 9639 +/* 9580 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9583 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9597 +/* 9588 */ MCD_OPC_CheckPredicate, 22, 0, 35, 0, // Skip to: 18553 +/* 9593 */ MCD_OPC_Decode, 219, 7, 126, // Opcode: VABShd +/* 9597 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9611 +/* 9602 */ MCD_OPC_CheckPredicate, 22, 242, 34, 0, // Skip to: 18553 +/* 9607 */ MCD_OPC_Decode, 220, 7, 127, // Opcode: VABShq +/* 9611 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9625 +/* 9616 */ MCD_OPC_CheckPredicate, 22, 228, 34, 0, // Skip to: 18553 +/* 9621 */ MCD_OPC_Decode, 225, 14, 126, // Opcode: VNEGhd +/* 9625 */ MCD_OPC_FilterValue, 3, 219, 34, 0, // Skip to: 18553 +/* 9630 */ MCD_OPC_CheckPredicate, 22, 214, 34, 0, // Skip to: 18553 +/* 9635 */ MCD_OPC_Decode, 226, 14, 127, // Opcode: VNEGhq +/* 9639 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 9661 +/* 9644 */ MCD_OPC_CheckPredicate, 25, 200, 34, 0, // Skip to: 18553 +/* 9649 */ MCD_OPC_CheckField, 6, 2, 0, 193, 34, 0, // Skip to: 18553 +/* 9656 */ MCD_OPC_Decode, 228, 9, 134, 1, // Opcode: VCVTh2f +/* 9661 */ MCD_OPC_FilterValue, 7, 59, 0, 0, // Skip to: 9725 +/* 9666 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9669 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9683 +/* 9674 */ MCD_OPC_CheckPredicate, 22, 170, 34, 0, // Skip to: 18553 +/* 9679 */ MCD_OPC_Decode, 229, 9, 126, // Opcode: VCVTh2sd +/* 9683 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9697 +/* 9688 */ MCD_OPC_CheckPredicate, 22, 156, 34, 0, // Skip to: 18553 +/* 9693 */ MCD_OPC_Decode, 230, 9, 127, // Opcode: VCVTh2sq +/* 9697 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9711 +/* 9702 */ MCD_OPC_CheckPredicate, 22, 142, 34, 0, // Skip to: 18553 +/* 9707 */ MCD_OPC_Decode, 231, 9, 126, // Opcode: VCVTh2ud +/* 9711 */ MCD_OPC_FilterValue, 3, 133, 34, 0, // Skip to: 18553 +/* 9716 */ MCD_OPC_CheckPredicate, 22, 128, 34, 0, // Skip to: 18553 +/* 9721 */ MCD_OPC_Decode, 232, 9, 127, // Opcode: VCVTh2uq +/* 9725 */ MCD_OPC_FilterValue, 8, 59, 0, 0, // Skip to: 9789 +/* 9730 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9733 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9747 +/* 9738 */ MCD_OPC_CheckPredicate, 21, 106, 34, 0, // Skip to: 18553 +/* 9743 */ MCD_OPC_Decode, 168, 15, 126, // Opcode: VQABSv2i32 +/* 9747 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9761 +/* 9752 */ MCD_OPC_CheckPredicate, 21, 92, 34, 0, // Skip to: 18553 +/* 9757 */ MCD_OPC_Decode, 170, 15, 127, // Opcode: VQABSv4i32 +/* 9761 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9775 +/* 9766 */ MCD_OPC_CheckPredicate, 21, 78, 34, 0, // Skip to: 18553 +/* 9771 */ MCD_OPC_Decode, 219, 15, 126, // Opcode: VQNEGv2i32 +/* 9775 */ MCD_OPC_FilterValue, 3, 69, 34, 0, // Skip to: 18553 +/* 9780 */ MCD_OPC_CheckPredicate, 21, 64, 34, 0, // Skip to: 18553 +/* 9785 */ MCD_OPC_Decode, 221, 15, 127, // Opcode: VQNEGv4i32 +/* 9789 */ MCD_OPC_FilterValue, 9, 59, 0, 0, // Skip to: 9853 +/* 9794 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9797 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9811 +/* 9802 */ MCD_OPC_CheckPredicate, 21, 42, 34, 0, // Skip to: 18553 +/* 9807 */ MCD_OPC_Decode, 217, 7, 126, // Opcode: VABSfd +/* 9811 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9825 +/* 9816 */ MCD_OPC_CheckPredicate, 21, 28, 34, 0, // Skip to: 18553 +/* 9821 */ MCD_OPC_Decode, 218, 7, 127, // Opcode: VABSfq +/* 9825 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9839 +/* 9830 */ MCD_OPC_CheckPredicate, 21, 14, 34, 0, // Skip to: 18553 +/* 9835 */ MCD_OPC_Decode, 224, 14, 126, // Opcode: VNEGfd +/* 9839 */ MCD_OPC_FilterValue, 3, 5, 34, 0, // Skip to: 18553 +/* 9844 */ MCD_OPC_CheckPredicate, 21, 0, 34, 0, // Skip to: 18553 +/* 9849 */ MCD_OPC_Decode, 223, 14, 127, // Opcode: VNEGf32q +/* 9853 */ MCD_OPC_FilterValue, 11, 247, 33, 0, // Skip to: 18553 +/* 9858 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 9861 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9875 +/* 9866 */ MCD_OPC_CheckPredicate, 21, 234, 33, 0, // Skip to: 18553 +/* 9871 */ MCD_OPC_Decode, 220, 9, 126, // Opcode: VCVTf2sd +/* 9875 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9889 +/* 9880 */ MCD_OPC_CheckPredicate, 21, 220, 33, 0, // Skip to: 18553 +/* 9885 */ MCD_OPC_Decode, 221, 9, 127, // Opcode: VCVTf2sq +/* 9889 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 9903 +/* 9894 */ MCD_OPC_CheckPredicate, 21, 206, 33, 0, // Skip to: 18553 +/* 9899 */ MCD_OPC_Decode, 222, 9, 126, // Opcode: VCVTf2ud +/* 9903 */ MCD_OPC_FilterValue, 3, 197, 33, 0, // Skip to: 18553 +/* 9908 */ MCD_OPC_CheckPredicate, 21, 192, 33, 0, // Skip to: 18553 +/* 9913 */ MCD_OPC_Decode, 223, 9, 127, // Opcode: VCVTf2uq +/* 9917 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 9955 +/* 9922 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 9925 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9940 +/* 9930 */ MCD_OPC_CheckPredicate, 21, 170, 33, 0, // Skip to: 18553 +/* 9935 */ MCD_OPC_Decode, 239, 20, 135, 1, // Opcode: VTBL1 +/* 9940 */ MCD_OPC_FilterValue, 1, 160, 33, 0, // Skip to: 18553 +/* 9945 */ MCD_OPC_CheckPredicate, 21, 155, 33, 0, // Skip to: 18553 +/* 9950 */ MCD_OPC_Decode, 245, 20, 135, 1, // Opcode: VTBX1 +/* 9955 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 9993 +/* 9960 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 9963 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9978 +/* 9968 */ MCD_OPC_CheckPredicate, 21, 132, 33, 0, // Skip to: 18553 +/* 9973 */ MCD_OPC_Decode, 240, 20, 135, 1, // Opcode: VTBL2 +/* 9978 */ MCD_OPC_FilterValue, 1, 122, 33, 0, // Skip to: 18553 +/* 9983 */ MCD_OPC_CheckPredicate, 21, 117, 33, 0, // Skip to: 18553 +/* 9988 */ MCD_OPC_Decode, 246, 20, 135, 1, // Opcode: VTBX2 +/* 9993 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 10031 +/* 9998 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 10001 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10016 +/* 10006 */ MCD_OPC_CheckPredicate, 21, 94, 33, 0, // Skip to: 18553 +/* 10011 */ MCD_OPC_Decode, 241, 20, 135, 1, // Opcode: VTBL3 +/* 10016 */ MCD_OPC_FilterValue, 1, 84, 33, 0, // Skip to: 18553 +/* 10021 */ MCD_OPC_CheckPredicate, 21, 79, 33, 0, // Skip to: 18553 +/* 10026 */ MCD_OPC_Decode, 247, 20, 135, 1, // Opcode: VTBX3 +/* 10031 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 10069 +/* 10036 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 10039 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10054 +/* 10044 */ MCD_OPC_CheckPredicate, 21, 56, 33, 0, // Skip to: 18553 +/* 10049 */ MCD_OPC_Decode, 243, 20, 135, 1, // Opcode: VTBL4 +/* 10054 */ MCD_OPC_FilterValue, 1, 46, 33, 0, // Skip to: 18553 +/* 10059 */ MCD_OPC_CheckPredicate, 21, 41, 33, 0, // Skip to: 18553 +/* 10064 */ MCD_OPC_Decode, 249, 20, 135, 1, // Opcode: VTBX4 +/* 10069 */ MCD_OPC_FilterValue, 12, 31, 33, 0, // Skip to: 18553 +/* 10074 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 10077 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 10145 +/* 10082 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... +/* 10085 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 10130 +/* 10090 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... +/* 10093 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 10115 +/* 10098 */ MCD_OPC_CheckPredicate, 21, 2, 33, 0, // Skip to: 18553 +/* 10103 */ MCD_OPC_CheckField, 18, 1, 1, 251, 32, 0, // Skip to: 18553 +/* 10110 */ MCD_OPC_Decode, 136, 10, 136, 1, // Opcode: VDUPLN32d +/* 10115 */ MCD_OPC_FilterValue, 1, 241, 32, 0, // Skip to: 18553 +/* 10120 */ MCD_OPC_CheckPredicate, 21, 236, 32, 0, // Skip to: 18553 +/* 10125 */ MCD_OPC_Decode, 134, 10, 137, 1, // Opcode: VDUPLN16d +/* 10130 */ MCD_OPC_FilterValue, 1, 226, 32, 0, // Skip to: 18553 +/* 10135 */ MCD_OPC_CheckPredicate, 21, 221, 32, 0, // Skip to: 18553 +/* 10140 */ MCD_OPC_Decode, 138, 10, 138, 1, // Opcode: VDUPLN8d +/* 10145 */ MCD_OPC_FilterValue, 1, 211, 32, 0, // Skip to: 18553 +/* 10150 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... +/* 10153 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 10198 +/* 10158 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... +/* 10161 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 10183 +/* 10166 */ MCD_OPC_CheckPredicate, 21, 190, 32, 0, // Skip to: 18553 +/* 10171 */ MCD_OPC_CheckField, 18, 1, 1, 183, 32, 0, // Skip to: 18553 +/* 10178 */ MCD_OPC_Decode, 137, 10, 139, 1, // Opcode: VDUPLN32q +/* 10183 */ MCD_OPC_FilterValue, 1, 173, 32, 0, // Skip to: 18553 +/* 10188 */ MCD_OPC_CheckPredicate, 21, 168, 32, 0, // Skip to: 18553 +/* 10193 */ MCD_OPC_Decode, 135, 10, 140, 1, // Opcode: VDUPLN16q +/* 10198 */ MCD_OPC_FilterValue, 1, 158, 32, 0, // Skip to: 18553 +/* 10203 */ MCD_OPC_CheckPredicate, 21, 153, 32, 0, // Skip to: 18553 +/* 10208 */ MCD_OPC_Decode, 139, 10, 141, 1, // Opcode: VDUPLN8q +/* 10213 */ MCD_OPC_FilterValue, 1, 143, 32, 0, // Skip to: 18553 +/* 10218 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 10221 */ MCD_OPC_FilterValue, 0, 21, 17, 0, // Skip to: 14599 +/* 10226 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 10229 */ MCD_OPC_FilterValue, 0, 9, 8, 0, // Skip to: 12291 +/* 10234 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 10237 */ MCD_OPC_FilterValue, 0, 155, 0, 0, // Skip to: 10397 +/* 10242 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 10245 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10283 +/* 10250 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10253 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10268 +/* 10259 */ MCD_OPC_CheckPredicate, 21, 97, 32, 0, // Skip to: 18553 +/* 10264 */ MCD_OPC_Decode, 180, 15, 97, // Opcode: VQADDsv8i8 +/* 10268 */ MCD_OPC_FilterValue, 243, 1, 87, 32, 0, // Skip to: 18553 +/* 10274 */ MCD_OPC_CheckPredicate, 21, 82, 32, 0, // Skip to: 18553 +/* 10279 */ MCD_OPC_Decode, 188, 15, 97, // Opcode: VQADDuv8i8 +/* 10283 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 10321 +/* 10288 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10291 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10306 +/* 10297 */ MCD_OPC_CheckPredicate, 21, 59, 32, 0, // Skip to: 18553 +/* 10302 */ MCD_OPC_Decode, 177, 15, 97, // Opcode: VQADDsv4i16 +/* 10306 */ MCD_OPC_FilterValue, 243, 1, 49, 32, 0, // Skip to: 18553 +/* 10312 */ MCD_OPC_CheckPredicate, 21, 44, 32, 0, // Skip to: 18553 +/* 10317 */ MCD_OPC_Decode, 185, 15, 97, // Opcode: VQADDuv4i16 +/* 10321 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 10359 +/* 10326 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10329 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10344 +/* 10335 */ MCD_OPC_CheckPredicate, 21, 21, 32, 0, // Skip to: 18553 +/* 10340 */ MCD_OPC_Decode, 175, 15, 97, // Opcode: VQADDsv2i32 +/* 10344 */ MCD_OPC_FilterValue, 243, 1, 11, 32, 0, // Skip to: 18553 +/* 10350 */ MCD_OPC_CheckPredicate, 21, 6, 32, 0, // Skip to: 18553 +/* 10355 */ MCD_OPC_Decode, 183, 15, 97, // Opcode: VQADDuv2i32 +/* 10359 */ MCD_OPC_FilterValue, 3, 253, 31, 0, // Skip to: 18553 +/* 10364 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10367 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10382 +/* 10373 */ MCD_OPC_CheckPredicate, 21, 239, 31, 0, // Skip to: 18553 +/* 10378 */ MCD_OPC_Decode, 174, 15, 97, // Opcode: VQADDsv1i64 +/* 10382 */ MCD_OPC_FilterValue, 243, 1, 229, 31, 0, // Skip to: 18553 +/* 10388 */ MCD_OPC_CheckPredicate, 21, 224, 31, 0, // Skip to: 18553 +/* 10393 */ MCD_OPC_Decode, 182, 15, 97, // Opcode: VQADDuv1i64 +/* 10397 */ MCD_OPC_FilterValue, 1, 155, 0, 0, // Skip to: 10557 +/* 10402 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 10405 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10443 +/* 10410 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10413 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10428 +/* 10419 */ MCD_OPC_CheckPredicate, 21, 193, 31, 0, // Skip to: 18553 +/* 10424 */ MCD_OPC_Decode, 137, 8, 97, // Opcode: VANDd +/* 10428 */ MCD_OPC_FilterValue, 243, 1, 183, 31, 0, // Skip to: 18553 +/* 10434 */ MCD_OPC_CheckPredicate, 21, 178, 31, 0, // Skip to: 18553 +/* 10439 */ MCD_OPC_Decode, 140, 10, 97, // Opcode: VEORd +/* 10443 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 10481 +/* 10448 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10451 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10466 +/* 10457 */ MCD_OPC_CheckPredicate, 21, 155, 31, 0, // Skip to: 18553 +/* 10462 */ MCD_OPC_Decode, 139, 8, 97, // Opcode: VBICd +/* 10466 */ MCD_OPC_FilterValue, 243, 1, 145, 31, 0, // Skip to: 18553 +/* 10472 */ MCD_OPC_CheckPredicate, 21, 140, 31, 0, // Skip to: 18553 +/* 10477 */ MCD_OPC_Decode, 149, 8, 105, // Opcode: VBSLd +/* 10481 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 10519 +/* 10486 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10489 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10504 +/* 10495 */ MCD_OPC_CheckPredicate, 21, 117, 31, 0, // Skip to: 18553 +/* 10500 */ MCD_OPC_Decode, 244, 14, 97, // Opcode: VORRd +/* 10504 */ MCD_OPC_FilterValue, 243, 1, 107, 31, 0, // Skip to: 18553 +/* 10510 */ MCD_OPC_CheckPredicate, 21, 102, 31, 0, // Skip to: 18553 +/* 10515 */ MCD_OPC_Decode, 147, 8, 105, // Opcode: VBITd +/* 10519 */ MCD_OPC_FilterValue, 3, 93, 31, 0, // Skip to: 18553 +/* 10524 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10527 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10542 +/* 10533 */ MCD_OPC_CheckPredicate, 21, 79, 31, 0, // Skip to: 18553 +/* 10538 */ MCD_OPC_Decode, 242, 14, 97, // Opcode: VORNd +/* 10542 */ MCD_OPC_FilterValue, 243, 1, 69, 31, 0, // Skip to: 18553 +/* 10548 */ MCD_OPC_CheckPredicate, 21, 64, 31, 0, // Skip to: 18553 +/* 10553 */ MCD_OPC_Decode, 145, 8, 105, // Opcode: VBIFd +/* 10557 */ MCD_OPC_FilterValue, 2, 155, 0, 0, // Skip to: 10717 +/* 10562 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 10565 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10603 +/* 10570 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10573 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10588 +/* 10579 */ MCD_OPC_CheckPredicate, 21, 33, 31, 0, // Skip to: 18553 +/* 10584 */ MCD_OPC_Decode, 201, 16, 97, // Opcode: VQSUBsv8i8 +/* 10588 */ MCD_OPC_FilterValue, 243, 1, 23, 31, 0, // Skip to: 18553 +/* 10594 */ MCD_OPC_CheckPredicate, 21, 18, 31, 0, // Skip to: 18553 +/* 10599 */ MCD_OPC_Decode, 209, 16, 97, // Opcode: VQSUBuv8i8 +/* 10603 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 10641 +/* 10608 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10611 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10626 +/* 10617 */ MCD_OPC_CheckPredicate, 21, 251, 30, 0, // Skip to: 18553 +/* 10622 */ MCD_OPC_Decode, 198, 16, 97, // Opcode: VQSUBsv4i16 +/* 10626 */ MCD_OPC_FilterValue, 243, 1, 241, 30, 0, // Skip to: 18553 +/* 10632 */ MCD_OPC_CheckPredicate, 21, 236, 30, 0, // Skip to: 18553 +/* 10637 */ MCD_OPC_Decode, 206, 16, 97, // Opcode: VQSUBuv4i16 +/* 10641 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 10679 +/* 10646 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10649 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10664 +/* 10655 */ MCD_OPC_CheckPredicate, 21, 213, 30, 0, // Skip to: 18553 +/* 10660 */ MCD_OPC_Decode, 196, 16, 97, // Opcode: VQSUBsv2i32 +/* 10664 */ MCD_OPC_FilterValue, 243, 1, 203, 30, 0, // Skip to: 18553 +/* 10670 */ MCD_OPC_CheckPredicate, 21, 198, 30, 0, // Skip to: 18553 +/* 10675 */ MCD_OPC_Decode, 204, 16, 97, // Opcode: VQSUBuv2i32 +/* 10679 */ MCD_OPC_FilterValue, 3, 189, 30, 0, // Skip to: 18553 +/* 10684 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10687 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10702 +/* 10693 */ MCD_OPC_CheckPredicate, 21, 175, 30, 0, // Skip to: 18553 +/* 10698 */ MCD_OPC_Decode, 195, 16, 97, // Opcode: VQSUBsv1i64 +/* 10702 */ MCD_OPC_FilterValue, 243, 1, 165, 30, 0, // Skip to: 18553 +/* 10708 */ MCD_OPC_CheckPredicate, 21, 160, 30, 0, // Skip to: 18553 +/* 10713 */ MCD_OPC_Decode, 203, 16, 97, // Opcode: VQSUBuv1i64 +/* 10717 */ MCD_OPC_FilterValue, 3, 117, 0, 0, // Skip to: 10839 +/* 10722 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 10725 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10763 +/* 10730 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10733 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10748 +/* 10739 */ MCD_OPC_CheckPredicate, 21, 129, 30, 0, // Skip to: 18553 +/* 10744 */ MCD_OPC_Decode, 184, 8, 97, // Opcode: VCGEsv8i8 +/* 10748 */ MCD_OPC_FilterValue, 243, 1, 119, 30, 0, // Skip to: 18553 +/* 10754 */ MCD_OPC_CheckPredicate, 21, 114, 30, 0, // Skip to: 18553 +/* 10759 */ MCD_OPC_Decode, 190, 8, 97, // Opcode: VCGEuv8i8 +/* 10763 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 10801 +/* 10768 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10771 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10786 +/* 10777 */ MCD_OPC_CheckPredicate, 21, 91, 30, 0, // Skip to: 18553 +/* 10782 */ MCD_OPC_Decode, 181, 8, 97, // Opcode: VCGEsv4i16 +/* 10786 */ MCD_OPC_FilterValue, 243, 1, 81, 30, 0, // Skip to: 18553 +/* 10792 */ MCD_OPC_CheckPredicate, 21, 76, 30, 0, // Skip to: 18553 +/* 10797 */ MCD_OPC_Decode, 187, 8, 97, // Opcode: VCGEuv4i16 +/* 10801 */ MCD_OPC_FilterValue, 2, 67, 30, 0, // Skip to: 18553 +/* 10806 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10809 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10824 +/* 10815 */ MCD_OPC_CheckPredicate, 21, 53, 30, 0, // Skip to: 18553 +/* 10820 */ MCD_OPC_Decode, 180, 8, 97, // Opcode: VCGEsv2i32 +/* 10824 */ MCD_OPC_FilterValue, 243, 1, 43, 30, 0, // Skip to: 18553 +/* 10830 */ MCD_OPC_CheckPredicate, 21, 38, 30, 0, // Skip to: 18553 +/* 10835 */ MCD_OPC_Decode, 186, 8, 97, // Opcode: VCGEuv2i32 +/* 10839 */ MCD_OPC_FilterValue, 4, 155, 0, 0, // Skip to: 10999 +/* 10844 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 10847 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10885 +/* 10852 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10855 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10870 +/* 10861 */ MCD_OPC_CheckPredicate, 21, 7, 30, 0, // Skip to: 18553 +/* 10866 */ MCD_OPC_Decode, 168, 16, 101, // Opcode: VQSHLsv8i8 +/* 10870 */ MCD_OPC_FilterValue, 243, 1, 253, 29, 0, // Skip to: 18553 +/* 10876 */ MCD_OPC_CheckPredicate, 21, 248, 29, 0, // Skip to: 18553 +/* 10881 */ MCD_OPC_Decode, 184, 16, 101, // Opcode: VQSHLuv8i8 +/* 10885 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 10923 +/* 10890 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10893 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10908 +/* 10899 */ MCD_OPC_CheckPredicate, 21, 225, 29, 0, // Skip to: 18553 +/* 10904 */ MCD_OPC_Decode, 165, 16, 101, // Opcode: VQSHLsv4i16 +/* 10908 */ MCD_OPC_FilterValue, 243, 1, 215, 29, 0, // Skip to: 18553 +/* 10914 */ MCD_OPC_CheckPredicate, 21, 210, 29, 0, // Skip to: 18553 +/* 10919 */ MCD_OPC_Decode, 181, 16, 101, // Opcode: VQSHLuv4i16 +/* 10923 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 10961 +/* 10928 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10931 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10946 +/* 10937 */ MCD_OPC_CheckPredicate, 21, 187, 29, 0, // Skip to: 18553 +/* 10942 */ MCD_OPC_Decode, 163, 16, 101, // Opcode: VQSHLsv2i32 +/* 10946 */ MCD_OPC_FilterValue, 243, 1, 177, 29, 0, // Skip to: 18553 +/* 10952 */ MCD_OPC_CheckPredicate, 21, 172, 29, 0, // Skip to: 18553 +/* 10957 */ MCD_OPC_Decode, 179, 16, 101, // Opcode: VQSHLuv2i32 +/* 10961 */ MCD_OPC_FilterValue, 3, 163, 29, 0, // Skip to: 18553 +/* 10966 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 10969 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 10984 +/* 10975 */ MCD_OPC_CheckPredicate, 21, 149, 29, 0, // Skip to: 18553 +/* 10980 */ MCD_OPC_Decode, 162, 16, 101, // Opcode: VQSHLsv1i64 +/* 10984 */ MCD_OPC_FilterValue, 243, 1, 139, 29, 0, // Skip to: 18553 +/* 10990 */ MCD_OPC_CheckPredicate, 21, 134, 29, 0, // Skip to: 18553 +/* 10995 */ MCD_OPC_Decode, 178, 16, 101, // Opcode: VQSHLuv1i64 +/* 10999 */ MCD_OPC_FilterValue, 5, 155, 0, 0, // Skip to: 11159 +/* 11004 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11007 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11045 +/* 11012 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11015 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11030 +/* 11021 */ MCD_OPC_CheckPredicate, 21, 103, 29, 0, // Skip to: 18553 +/* 11026 */ MCD_OPC_Decode, 255, 15, 101, // Opcode: VQRSHLsv8i8 +/* 11030 */ MCD_OPC_FilterValue, 243, 1, 93, 29, 0, // Skip to: 18553 +/* 11036 */ MCD_OPC_CheckPredicate, 21, 88, 29, 0, // Skip to: 18553 +/* 11041 */ MCD_OPC_Decode, 135, 16, 101, // Opcode: VQRSHLuv8i8 +/* 11045 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11083 +/* 11050 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11053 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11068 +/* 11059 */ MCD_OPC_CheckPredicate, 21, 65, 29, 0, // Skip to: 18553 +/* 11064 */ MCD_OPC_Decode, 252, 15, 101, // Opcode: VQRSHLsv4i16 +/* 11068 */ MCD_OPC_FilterValue, 243, 1, 55, 29, 0, // Skip to: 18553 +/* 11074 */ MCD_OPC_CheckPredicate, 21, 50, 29, 0, // Skip to: 18553 +/* 11079 */ MCD_OPC_Decode, 132, 16, 101, // Opcode: VQRSHLuv4i16 +/* 11083 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 11121 +/* 11088 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11091 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11106 +/* 11097 */ MCD_OPC_CheckPredicate, 21, 27, 29, 0, // Skip to: 18553 +/* 11102 */ MCD_OPC_Decode, 250, 15, 101, // Opcode: VQRSHLsv2i32 +/* 11106 */ MCD_OPC_FilterValue, 243, 1, 17, 29, 0, // Skip to: 18553 +/* 11112 */ MCD_OPC_CheckPredicate, 21, 12, 29, 0, // Skip to: 18553 +/* 11117 */ MCD_OPC_Decode, 130, 16, 101, // Opcode: VQRSHLuv2i32 +/* 11121 */ MCD_OPC_FilterValue, 3, 3, 29, 0, // Skip to: 18553 +/* 11126 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11129 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11144 +/* 11135 */ MCD_OPC_CheckPredicate, 21, 245, 28, 0, // Skip to: 18553 +/* 11140 */ MCD_OPC_Decode, 249, 15, 101, // Opcode: VQRSHLsv1i64 +/* 11144 */ MCD_OPC_FilterValue, 243, 1, 235, 28, 0, // Skip to: 18553 +/* 11150 */ MCD_OPC_CheckPredicate, 21, 230, 28, 0, // Skip to: 18553 +/* 11155 */ MCD_OPC_Decode, 129, 16, 101, // Opcode: VQRSHLuv1i64 +/* 11159 */ MCD_OPC_FilterValue, 6, 117, 0, 0, // Skip to: 11281 +/* 11164 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11167 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11205 +/* 11172 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11175 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11190 +/* 11181 */ MCD_OPC_CheckPredicate, 21, 199, 28, 0, // Skip to: 18553 +/* 11186 */ MCD_OPC_Decode, 195, 13, 97, // Opcode: VMINsv8i8 +/* 11190 */ MCD_OPC_FilterValue, 243, 1, 189, 28, 0, // Skip to: 18553 +/* 11196 */ MCD_OPC_CheckPredicate, 21, 184, 28, 0, // Skip to: 18553 +/* 11201 */ MCD_OPC_Decode, 201, 13, 97, // Opcode: VMINuv8i8 +/* 11205 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11243 +/* 11210 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11213 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11228 +/* 11219 */ MCD_OPC_CheckPredicate, 21, 161, 28, 0, // Skip to: 18553 +/* 11224 */ MCD_OPC_Decode, 192, 13, 97, // Opcode: VMINsv4i16 +/* 11228 */ MCD_OPC_FilterValue, 243, 1, 151, 28, 0, // Skip to: 18553 +/* 11234 */ MCD_OPC_CheckPredicate, 21, 146, 28, 0, // Skip to: 18553 +/* 11239 */ MCD_OPC_Decode, 198, 13, 97, // Opcode: VMINuv4i16 +/* 11243 */ MCD_OPC_FilterValue, 2, 137, 28, 0, // Skip to: 18553 +/* 11248 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11251 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11266 +/* 11257 */ MCD_OPC_CheckPredicate, 21, 123, 28, 0, // Skip to: 18553 +/* 11262 */ MCD_OPC_Decode, 191, 13, 97, // Opcode: VMINsv2i32 +/* 11266 */ MCD_OPC_FilterValue, 243, 1, 113, 28, 0, // Skip to: 18553 +/* 11272 */ MCD_OPC_CheckPredicate, 21, 108, 28, 0, // Skip to: 18553 +/* 11277 */ MCD_OPC_Decode, 197, 13, 97, // Opcode: VMINuv2i32 +/* 11281 */ MCD_OPC_FilterValue, 7, 117, 0, 0, // Skip to: 11403 +/* 11286 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11289 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11327 +/* 11294 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11297 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11312 +/* 11303 */ MCD_OPC_CheckPredicate, 21, 77, 28, 0, // Skip to: 18553 +/* 11308 */ MCD_OPC_Decode, 185, 7, 105, // Opcode: VABAsv8i8 +/* 11312 */ MCD_OPC_FilterValue, 243, 1, 67, 28, 0, // Skip to: 18553 +/* 11318 */ MCD_OPC_CheckPredicate, 21, 62, 28, 0, // Skip to: 18553 +/* 11323 */ MCD_OPC_Decode, 191, 7, 105, // Opcode: VABAuv8i8 +/* 11327 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11365 +/* 11332 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11335 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11350 +/* 11341 */ MCD_OPC_CheckPredicate, 21, 39, 28, 0, // Skip to: 18553 +/* 11346 */ MCD_OPC_Decode, 182, 7, 105, // Opcode: VABAsv4i16 +/* 11350 */ MCD_OPC_FilterValue, 243, 1, 29, 28, 0, // Skip to: 18553 +/* 11356 */ MCD_OPC_CheckPredicate, 21, 24, 28, 0, // Skip to: 18553 +/* 11361 */ MCD_OPC_Decode, 188, 7, 105, // Opcode: VABAuv4i16 +/* 11365 */ MCD_OPC_FilterValue, 2, 15, 28, 0, // Skip to: 18553 +/* 11370 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11373 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11388 +/* 11379 */ MCD_OPC_CheckPredicate, 21, 1, 28, 0, // Skip to: 18553 +/* 11384 */ MCD_OPC_Decode, 181, 7, 105, // Opcode: VABAsv2i32 +/* 11388 */ MCD_OPC_FilterValue, 243, 1, 247, 27, 0, // Skip to: 18553 +/* 11394 */ MCD_OPC_CheckPredicate, 21, 242, 27, 0, // Skip to: 18553 +/* 11399 */ MCD_OPC_Decode, 187, 7, 105, // Opcode: VABAuv2i32 +/* 11403 */ MCD_OPC_FilterValue, 8, 117, 0, 0, // Skip to: 11525 +/* 11408 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11411 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11449 +/* 11416 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11419 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11434 +/* 11425 */ MCD_OPC_CheckPredicate, 21, 211, 27, 0, // Skip to: 18553 +/* 11430 */ MCD_OPC_Decode, 158, 21, 97, // Opcode: VTSTv8i8 +/* 11434 */ MCD_OPC_FilterValue, 243, 1, 201, 27, 0, // Skip to: 18553 +/* 11440 */ MCD_OPC_CheckPredicate, 21, 196, 27, 0, // Skip to: 18553 +/* 11445 */ MCD_OPC_Decode, 164, 8, 97, // Opcode: VCEQv8i8 +/* 11449 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11487 +/* 11454 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11457 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11472 +/* 11463 */ MCD_OPC_CheckPredicate, 21, 173, 27, 0, // Skip to: 18553 +/* 11468 */ MCD_OPC_Decode, 155, 21, 97, // Opcode: VTSTv4i16 +/* 11472 */ MCD_OPC_FilterValue, 243, 1, 163, 27, 0, // Skip to: 18553 +/* 11478 */ MCD_OPC_CheckPredicate, 21, 158, 27, 0, // Skip to: 18553 +/* 11483 */ MCD_OPC_Decode, 161, 8, 97, // Opcode: VCEQv4i16 +/* 11487 */ MCD_OPC_FilterValue, 2, 149, 27, 0, // Skip to: 18553 +/* 11492 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11495 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11510 +/* 11501 */ MCD_OPC_CheckPredicate, 21, 135, 27, 0, // Skip to: 18553 +/* 11506 */ MCD_OPC_Decode, 154, 21, 97, // Opcode: VTSTv2i32 +/* 11510 */ MCD_OPC_FilterValue, 243, 1, 125, 27, 0, // Skip to: 18553 +/* 11516 */ MCD_OPC_CheckPredicate, 21, 120, 27, 0, // Skip to: 18553 +/* 11521 */ MCD_OPC_Decode, 160, 8, 97, // Opcode: VCEQv2i32 +/* 11525 */ MCD_OPC_FilterValue, 9, 85, 0, 0, // Skip to: 11615 +/* 11530 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11533 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11571 +/* 11538 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11541 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11556 +/* 11547 */ MCD_OPC_CheckPredicate, 21, 89, 27, 0, // Skip to: 18553 +/* 11552 */ MCD_OPC_Decode, 213, 14, 97, // Opcode: VMULv8i8 +/* 11556 */ MCD_OPC_FilterValue, 243, 1, 79, 27, 0, // Skip to: 18553 +/* 11562 */ MCD_OPC_CheckPredicate, 21, 74, 27, 0, // Skip to: 18553 +/* 11567 */ MCD_OPC_Decode, 198, 14, 97, // Opcode: VMULpd +/* 11571 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 11593 +/* 11576 */ MCD_OPC_CheckPredicate, 21, 60, 27, 0, // Skip to: 18553 +/* 11581 */ MCD_OPC_CheckField, 24, 8, 242, 1, 52, 27, 0, // Skip to: 18553 +/* 11589 */ MCD_OPC_Decode, 210, 14, 97, // Opcode: VMULv4i16 +/* 11593 */ MCD_OPC_FilterValue, 2, 43, 27, 0, // Skip to: 18553 +/* 11598 */ MCD_OPC_CheckPredicate, 21, 38, 27, 0, // Skip to: 18553 +/* 11603 */ MCD_OPC_CheckField, 24, 8, 242, 1, 30, 27, 0, // Skip to: 18553 +/* 11611 */ MCD_OPC_Decode, 209, 14, 97, // Opcode: VMULv2i32 +/* 11615 */ MCD_OPC_FilterValue, 10, 117, 0, 0, // Skip to: 11737 +/* 11620 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11623 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11661 +/* 11628 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11631 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11646 +/* 11637 */ MCD_OPC_CheckPredicate, 21, 255, 26, 0, // Skip to: 18553 +/* 11642 */ MCD_OPC_Decode, 163, 15, 97, // Opcode: VPMINs8 +/* 11646 */ MCD_OPC_FilterValue, 243, 1, 245, 26, 0, // Skip to: 18553 +/* 11652 */ MCD_OPC_CheckPredicate, 21, 240, 26, 0, // Skip to: 18553 +/* 11657 */ MCD_OPC_Decode, 166, 15, 97, // Opcode: VPMINu8 +/* 11661 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11699 +/* 11666 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11669 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11684 +/* 11675 */ MCD_OPC_CheckPredicate, 21, 217, 26, 0, // Skip to: 18553 +/* 11680 */ MCD_OPC_Decode, 161, 15, 97, // Opcode: VPMINs16 +/* 11684 */ MCD_OPC_FilterValue, 243, 1, 207, 26, 0, // Skip to: 18553 +/* 11690 */ MCD_OPC_CheckPredicate, 21, 202, 26, 0, // Skip to: 18553 +/* 11695 */ MCD_OPC_Decode, 164, 15, 97, // Opcode: VPMINu16 +/* 11699 */ MCD_OPC_FilterValue, 2, 193, 26, 0, // Skip to: 18553 +/* 11704 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11707 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11722 +/* 11713 */ MCD_OPC_CheckPredicate, 21, 179, 26, 0, // Skip to: 18553 +/* 11718 */ MCD_OPC_Decode, 162, 15, 97, // Opcode: VPMINs32 +/* 11722 */ MCD_OPC_FilterValue, 243, 1, 169, 26, 0, // Skip to: 18553 +/* 11728 */ MCD_OPC_CheckPredicate, 21, 164, 26, 0, // Skip to: 18553 +/* 11733 */ MCD_OPC_Decode, 165, 15, 97, // Opcode: VPMINu32 +/* 11737 */ MCD_OPC_FilterValue, 11, 101, 0, 0, // Skip to: 11843 +/* 11742 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11745 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 11767 +/* 11750 */ MCD_OPC_CheckPredicate, 21, 142, 26, 0, // Skip to: 18553 +/* 11755 */ MCD_OPC_CheckField, 24, 8, 242, 1, 134, 26, 0, // Skip to: 18553 +/* 11763 */ MCD_OPC_Decode, 150, 15, 97, // Opcode: VPADDi8 +/* 11767 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11805 +/* 11772 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11775 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11790 +/* 11781 */ MCD_OPC_CheckPredicate, 21, 111, 26, 0, // Skip to: 18553 +/* 11786 */ MCD_OPC_Decode, 148, 15, 97, // Opcode: VPADDi16 +/* 11790 */ MCD_OPC_FilterValue, 243, 1, 101, 26, 0, // Skip to: 18553 +/* 11796 */ MCD_OPC_CheckPredicate, 23, 96, 26, 0, // Skip to: 18553 +/* 11801 */ MCD_OPC_Decode, 229, 15, 105, // Opcode: VQRDMLAHv4i16 +/* 11805 */ MCD_OPC_FilterValue, 2, 87, 26, 0, // Skip to: 18553 +/* 11810 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11813 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11828 +/* 11819 */ MCD_OPC_CheckPredicate, 21, 73, 26, 0, // Skip to: 18553 +/* 11824 */ MCD_OPC_Decode, 149, 15, 97, // Opcode: VPADDi32 +/* 11828 */ MCD_OPC_FilterValue, 243, 1, 63, 26, 0, // Skip to: 18553 +/* 11834 */ MCD_OPC_CheckPredicate, 23, 58, 26, 0, // Skip to: 18553 +/* 11839 */ MCD_OPC_Decode, 228, 15, 105, // Opcode: VQRDMLAHv2i32 +/* 11843 */ MCD_OPC_FilterValue, 12, 123, 0, 0, // Skip to: 11971 +/* 11848 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11851 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 11873 +/* 11856 */ MCD_OPC_CheckPredicate, 26, 36, 26, 0, // Skip to: 18553 +/* 11861 */ MCD_OPC_CheckField, 24, 8, 242, 1, 28, 26, 0, // Skip to: 18553 +/* 11869 */ MCD_OPC_Decode, 152, 10, 105, // Opcode: VFMAfd +/* 11873 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 11911 +/* 11878 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11881 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11896 +/* 11887 */ MCD_OPC_CheckPredicate, 22, 5, 26, 0, // Skip to: 18553 +/* 11892 */ MCD_OPC_Decode, 154, 10, 105, // Opcode: VFMAhd +/* 11896 */ MCD_OPC_FilterValue, 243, 1, 251, 25, 0, // Skip to: 18553 +/* 11902 */ MCD_OPC_CheckPredicate, 23, 246, 25, 0, // Skip to: 18553 +/* 11907 */ MCD_OPC_Decode, 237, 15, 105, // Opcode: VQRDMLSHv4i16 +/* 11911 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 11949 +/* 11916 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11919 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 11934 +/* 11925 */ MCD_OPC_CheckPredicate, 26, 223, 25, 0, // Skip to: 18553 +/* 11930 */ MCD_OPC_Decode, 159, 10, 105, // Opcode: VFMSfd +/* 11934 */ MCD_OPC_FilterValue, 243, 1, 213, 25, 0, // Skip to: 18553 +/* 11940 */ MCD_OPC_CheckPredicate, 23, 208, 25, 0, // Skip to: 18553 +/* 11945 */ MCD_OPC_Decode, 236, 15, 105, // Opcode: VQRDMLSHv2i32 +/* 11949 */ MCD_OPC_FilterValue, 3, 199, 25, 0, // Skip to: 18553 +/* 11954 */ MCD_OPC_CheckPredicate, 22, 194, 25, 0, // Skip to: 18553 +/* 11959 */ MCD_OPC_CheckField, 24, 8, 242, 1, 186, 25, 0, // Skip to: 18553 +/* 11967 */ MCD_OPC_Decode, 161, 10, 105, // Opcode: VFMShd +/* 11971 */ MCD_OPC_FilterValue, 13, 123, 0, 0, // Skip to: 12099 +/* 11976 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11979 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12017 +/* 11984 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 11987 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 12002 +/* 11993 */ MCD_OPC_CheckPredicate, 21, 155, 25, 0, // Skip to: 18553 +/* 11998 */ MCD_OPC_Decode, 215, 13, 105, // Opcode: VMLAfd +/* 12002 */ MCD_OPC_FilterValue, 243, 1, 145, 25, 0, // Skip to: 18553 +/* 12008 */ MCD_OPC_CheckPredicate, 21, 140, 25, 0, // Skip to: 18553 +/* 12013 */ MCD_OPC_Decode, 194, 14, 97, // Opcode: VMULfd +/* 12017 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 12055 +/* 12022 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 12025 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 12040 +/* 12031 */ MCD_OPC_CheckPredicate, 22, 117, 25, 0, // Skip to: 18553 +/* 12036 */ MCD_OPC_Decode, 217, 13, 105, // Opcode: VMLAhd +/* 12040 */ MCD_OPC_FilterValue, 243, 1, 107, 25, 0, // Skip to: 18553 +/* 12046 */ MCD_OPC_CheckPredicate, 22, 102, 25, 0, // Skip to: 18553 +/* 12051 */ MCD_OPC_Decode, 196, 14, 97, // Opcode: VMULhd +/* 12055 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 12077 +/* 12060 */ MCD_OPC_CheckPredicate, 21, 88, 25, 0, // Skip to: 18553 +/* 12065 */ MCD_OPC_CheckField, 24, 8, 242, 1, 80, 25, 0, // Skip to: 18553 +/* 12073 */ MCD_OPC_Decode, 246, 13, 105, // Opcode: VMLSfd +/* 12077 */ MCD_OPC_FilterValue, 3, 71, 25, 0, // Skip to: 18553 +/* 12082 */ MCD_OPC_CheckPredicate, 22, 66, 25, 0, // Skip to: 18553 +/* 12087 */ MCD_OPC_CheckField, 24, 8, 242, 1, 58, 25, 0, // Skip to: 18553 +/* 12095 */ MCD_OPC_Decode, 248, 13, 105, // Opcode: VMLShd +/* 12099 */ MCD_OPC_FilterValue, 14, 91, 0, 0, // Skip to: 12195 +/* 12104 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 12107 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12129 +/* 12112 */ MCD_OPC_CheckPredicate, 21, 36, 25, 0, // Skip to: 18553 +/* 12117 */ MCD_OPC_CheckField, 24, 8, 243, 1, 28, 25, 0, // Skip to: 18553 +/* 12125 */ MCD_OPC_Decode, 227, 7, 97, // Opcode: VACGEfd +/* 12129 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 12151 +/* 12134 */ MCD_OPC_CheckPredicate, 22, 14, 25, 0, // Skip to: 18553 +/* 12139 */ MCD_OPC_CheckField, 24, 8, 243, 1, 6, 25, 0, // Skip to: 18553 +/* 12147 */ MCD_OPC_Decode, 229, 7, 97, // Opcode: VACGEhd +/* 12151 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 12173 +/* 12156 */ MCD_OPC_CheckPredicate, 21, 248, 24, 0, // Skip to: 18553 +/* 12161 */ MCD_OPC_CheckField, 24, 8, 243, 1, 240, 24, 0, // Skip to: 18553 +/* 12169 */ MCD_OPC_Decode, 231, 7, 97, // Opcode: VACGTfd +/* 12173 */ MCD_OPC_FilterValue, 3, 231, 24, 0, // Skip to: 18553 +/* 12178 */ MCD_OPC_CheckPredicate, 22, 226, 24, 0, // Skip to: 18553 +/* 12183 */ MCD_OPC_CheckField, 24, 8, 243, 1, 218, 24, 0, // Skip to: 18553 +/* 12191 */ MCD_OPC_Decode, 233, 7, 97, // Opcode: VACGThd +/* 12195 */ MCD_OPC_FilterValue, 15, 209, 24, 0, // Skip to: 18553 +/* 12200 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 12203 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12225 +/* 12208 */ MCD_OPC_CheckPredicate, 21, 196, 24, 0, // Skip to: 18553 +/* 12213 */ MCD_OPC_CheckField, 24, 8, 242, 1, 188, 24, 0, // Skip to: 18553 +/* 12221 */ MCD_OPC_Decode, 219, 16, 97, // Opcode: VRECPSfd +/* 12225 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 12247 +/* 12230 */ MCD_OPC_CheckPredicate, 22, 174, 24, 0, // Skip to: 18553 +/* 12235 */ MCD_OPC_CheckField, 24, 8, 242, 1, 166, 24, 0, // Skip to: 18553 +/* 12243 */ MCD_OPC_Decode, 221, 16, 97, // Opcode: VRECPShd +/* 12247 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 12269 +/* 12252 */ MCD_OPC_CheckPredicate, 21, 152, 24, 0, // Skip to: 18553 +/* 12257 */ MCD_OPC_CheckField, 24, 8, 242, 1, 144, 24, 0, // Skip to: 18553 +/* 12265 */ MCD_OPC_Decode, 205, 17, 97, // Opcode: VRSQRTSfd +/* 12269 */ MCD_OPC_FilterValue, 3, 135, 24, 0, // Skip to: 18553 +/* 12274 */ MCD_OPC_CheckPredicate, 22, 130, 24, 0, // Skip to: 18553 +/* 12279 */ MCD_OPC_CheckField, 24, 8, 242, 1, 122, 24, 0, // Skip to: 18553 +/* 12287 */ MCD_OPC_Decode, 207, 17, 97, // Opcode: VRSQRTShd +/* 12291 */ MCD_OPC_FilterValue, 1, 113, 24, 0, // Skip to: 18553 +/* 12296 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 12299 */ MCD_OPC_FilterValue, 0, 209, 7, 0, // Skip to: 14305 +/* 12304 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... +/* 12307 */ MCD_OPC_FilterValue, 121, 97, 24, 0, // Skip to: 18553 +/* 12312 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 12315 */ MCD_OPC_FilterValue, 0, 139, 0, 0, // Skip to: 12459 +/* 12320 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12323 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 12421 +/* 12328 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12331 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12383 +/* 12336 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12339 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12361 +/* 12344 */ MCD_OPC_CheckPredicate, 21, 231, 6, 0, // Skip to: 14116 +/* 12349 */ MCD_OPC_CheckField, 19, 1, 1, 224, 6, 0, // Skip to: 14116 +/* 12356 */ MCD_OPC_Decode, 162, 18, 142, 1, // Opcode: VSHRsv8i8 +/* 12361 */ MCD_OPC_FilterValue, 1, 214, 6, 0, // Skip to: 14116 +/* 12366 */ MCD_OPC_CheckPredicate, 21, 209, 6, 0, // Skip to: 14116 +/* 12371 */ MCD_OPC_CheckField, 19, 1, 1, 202, 6, 0, // Skip to: 14116 +/* 12378 */ MCD_OPC_Decode, 170, 18, 142, 1, // Opcode: VSHRuv8i8 +/* 12383 */ MCD_OPC_FilterValue, 1, 192, 6, 0, // Skip to: 14116 +/* 12388 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12391 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12406 +/* 12396 */ MCD_OPC_CheckPredicate, 21, 179, 6, 0, // Skip to: 14116 +/* 12401 */ MCD_OPC_Decode, 159, 18, 143, 1, // Opcode: VSHRsv4i16 +/* 12406 */ MCD_OPC_FilterValue, 1, 169, 6, 0, // Skip to: 14116 +/* 12411 */ MCD_OPC_CheckPredicate, 21, 164, 6, 0, // Skip to: 14116 +/* 12416 */ MCD_OPC_Decode, 167, 18, 143, 1, // Opcode: VSHRuv4i16 +/* 12421 */ MCD_OPC_FilterValue, 1, 154, 6, 0, // Skip to: 14116 +/* 12426 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12429 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12444 +/* 12434 */ MCD_OPC_CheckPredicate, 21, 141, 6, 0, // Skip to: 14116 +/* 12439 */ MCD_OPC_Decode, 157, 18, 144, 1, // Opcode: VSHRsv2i32 +/* 12444 */ MCD_OPC_FilterValue, 1, 131, 6, 0, // Skip to: 14116 +/* 12449 */ MCD_OPC_CheckPredicate, 21, 126, 6, 0, // Skip to: 14116 +/* 12454 */ MCD_OPC_Decode, 165, 18, 144, 1, // Opcode: VSHRuv2i32 +/* 12459 */ MCD_OPC_FilterValue, 1, 139, 0, 0, // Skip to: 12603 +/* 12464 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12467 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 12565 +/* 12472 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12475 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12527 +/* 12480 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12483 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12505 +/* 12488 */ MCD_OPC_CheckPredicate, 21, 87, 6, 0, // Skip to: 14116 +/* 12493 */ MCD_OPC_CheckField, 19, 1, 1, 80, 6, 0, // Skip to: 14116 +/* 12500 */ MCD_OPC_Decode, 198, 18, 145, 1, // Opcode: VSRAsv8i8 +/* 12505 */ MCD_OPC_FilterValue, 1, 70, 6, 0, // Skip to: 14116 +/* 12510 */ MCD_OPC_CheckPredicate, 21, 65, 6, 0, // Skip to: 14116 +/* 12515 */ MCD_OPC_CheckField, 19, 1, 1, 58, 6, 0, // Skip to: 14116 +/* 12522 */ MCD_OPC_Decode, 206, 18, 145, 1, // Opcode: VSRAuv8i8 +/* 12527 */ MCD_OPC_FilterValue, 1, 48, 6, 0, // Skip to: 14116 +/* 12532 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12535 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12550 +/* 12540 */ MCD_OPC_CheckPredicate, 21, 35, 6, 0, // Skip to: 14116 +/* 12545 */ MCD_OPC_Decode, 195, 18, 146, 1, // Opcode: VSRAsv4i16 +/* 12550 */ MCD_OPC_FilterValue, 1, 25, 6, 0, // Skip to: 14116 +/* 12555 */ MCD_OPC_CheckPredicate, 21, 20, 6, 0, // Skip to: 14116 +/* 12560 */ MCD_OPC_Decode, 203, 18, 146, 1, // Opcode: VSRAuv4i16 +/* 12565 */ MCD_OPC_FilterValue, 1, 10, 6, 0, // Skip to: 14116 +/* 12570 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12573 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12588 +/* 12578 */ MCD_OPC_CheckPredicate, 21, 253, 5, 0, // Skip to: 14116 +/* 12583 */ MCD_OPC_Decode, 193, 18, 147, 1, // Opcode: VSRAsv2i32 +/* 12588 */ MCD_OPC_FilterValue, 1, 243, 5, 0, // Skip to: 14116 +/* 12593 */ MCD_OPC_CheckPredicate, 21, 238, 5, 0, // Skip to: 14116 +/* 12598 */ MCD_OPC_Decode, 201, 18, 147, 1, // Opcode: VSRAuv2i32 +/* 12603 */ MCD_OPC_FilterValue, 2, 139, 0, 0, // Skip to: 12747 +/* 12608 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12611 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 12709 +/* 12616 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12619 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12671 +/* 12624 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12627 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12649 +/* 12632 */ MCD_OPC_CheckPredicate, 21, 199, 5, 0, // Skip to: 14116 +/* 12637 */ MCD_OPC_CheckField, 19, 1, 1, 192, 5, 0, // Skip to: 14116 +/* 12644 */ MCD_OPC_Decode, 190, 17, 142, 1, // Opcode: VRSHRsv8i8 +/* 12649 */ MCD_OPC_FilterValue, 1, 182, 5, 0, // Skip to: 14116 +/* 12654 */ MCD_OPC_CheckPredicate, 21, 177, 5, 0, // Skip to: 14116 +/* 12659 */ MCD_OPC_CheckField, 19, 1, 1, 170, 5, 0, // Skip to: 14116 +/* 12666 */ MCD_OPC_Decode, 198, 17, 142, 1, // Opcode: VRSHRuv8i8 +/* 12671 */ MCD_OPC_FilterValue, 1, 160, 5, 0, // Skip to: 14116 +/* 12676 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12679 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12694 +/* 12684 */ MCD_OPC_CheckPredicate, 21, 147, 5, 0, // Skip to: 14116 +/* 12689 */ MCD_OPC_Decode, 187, 17, 143, 1, // Opcode: VRSHRsv4i16 +/* 12694 */ MCD_OPC_FilterValue, 1, 137, 5, 0, // Skip to: 14116 +/* 12699 */ MCD_OPC_CheckPredicate, 21, 132, 5, 0, // Skip to: 14116 +/* 12704 */ MCD_OPC_Decode, 195, 17, 143, 1, // Opcode: VRSHRuv4i16 +/* 12709 */ MCD_OPC_FilterValue, 1, 122, 5, 0, // Skip to: 14116 +/* 12714 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12717 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12732 +/* 12722 */ MCD_OPC_CheckPredicate, 21, 109, 5, 0, // Skip to: 14116 +/* 12727 */ MCD_OPC_Decode, 185, 17, 144, 1, // Opcode: VRSHRsv2i32 +/* 12732 */ MCD_OPC_FilterValue, 1, 99, 5, 0, // Skip to: 14116 +/* 12737 */ MCD_OPC_CheckPredicate, 21, 94, 5, 0, // Skip to: 14116 +/* 12742 */ MCD_OPC_Decode, 193, 17, 144, 1, // Opcode: VRSHRuv2i32 +/* 12747 */ MCD_OPC_FilterValue, 3, 139, 0, 0, // Skip to: 12891 +/* 12752 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12755 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 12853 +/* 12760 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12763 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12815 +/* 12768 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12771 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12793 +/* 12776 */ MCD_OPC_CheckPredicate, 21, 55, 5, 0, // Skip to: 14116 +/* 12781 */ MCD_OPC_CheckField, 19, 1, 1, 48, 5, 0, // Skip to: 14116 +/* 12788 */ MCD_OPC_Decode, 216, 17, 145, 1, // Opcode: VRSRAsv8i8 +/* 12793 */ MCD_OPC_FilterValue, 1, 38, 5, 0, // Skip to: 14116 +/* 12798 */ MCD_OPC_CheckPredicate, 21, 33, 5, 0, // Skip to: 14116 +/* 12803 */ MCD_OPC_CheckField, 19, 1, 1, 26, 5, 0, // Skip to: 14116 +/* 12810 */ MCD_OPC_Decode, 224, 17, 145, 1, // Opcode: VRSRAuv8i8 +/* 12815 */ MCD_OPC_FilterValue, 1, 16, 5, 0, // Skip to: 14116 +/* 12820 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12823 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12838 +/* 12828 */ MCD_OPC_CheckPredicate, 21, 3, 5, 0, // Skip to: 14116 +/* 12833 */ MCD_OPC_Decode, 213, 17, 146, 1, // Opcode: VRSRAsv4i16 +/* 12838 */ MCD_OPC_FilterValue, 1, 249, 4, 0, // Skip to: 14116 +/* 12843 */ MCD_OPC_CheckPredicate, 21, 244, 4, 0, // Skip to: 14116 +/* 12848 */ MCD_OPC_Decode, 221, 17, 146, 1, // Opcode: VRSRAuv4i16 +/* 12853 */ MCD_OPC_FilterValue, 1, 234, 4, 0, // Skip to: 14116 +/* 12858 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 12861 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12876 +/* 12866 */ MCD_OPC_CheckPredicate, 21, 221, 4, 0, // Skip to: 14116 +/* 12871 */ MCD_OPC_Decode, 211, 17, 147, 1, // Opcode: VRSRAsv2i32 +/* 12876 */ MCD_OPC_FilterValue, 1, 211, 4, 0, // Skip to: 14116 +/* 12881 */ MCD_OPC_CheckPredicate, 21, 206, 4, 0, // Skip to: 14116 +/* 12886 */ MCD_OPC_Decode, 219, 17, 147, 1, // Opcode: VRSRAuv2i32 +/* 12891 */ MCD_OPC_FilterValue, 4, 84, 0, 0, // Skip to: 12980 +/* 12896 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12899 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 12958 +/* 12904 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12907 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 12936 +/* 12912 */ MCD_OPC_CheckPredicate, 21, 175, 4, 0, // Skip to: 14116 +/* 12917 */ MCD_OPC_CheckField, 24, 1, 1, 168, 4, 0, // Skip to: 14116 +/* 12924 */ MCD_OPC_CheckField, 19, 1, 1, 161, 4, 0, // Skip to: 14116 +/* 12931 */ MCD_OPC_Decode, 214, 18, 145, 1, // Opcode: VSRIv8i8 +/* 12936 */ MCD_OPC_FilterValue, 1, 151, 4, 0, // Skip to: 14116 +/* 12941 */ MCD_OPC_CheckPredicate, 21, 146, 4, 0, // Skip to: 14116 +/* 12946 */ MCD_OPC_CheckField, 24, 1, 1, 139, 4, 0, // Skip to: 14116 +/* 12953 */ MCD_OPC_Decode, 211, 18, 146, 1, // Opcode: VSRIv4i16 +/* 12958 */ MCD_OPC_FilterValue, 1, 129, 4, 0, // Skip to: 14116 +/* 12963 */ MCD_OPC_CheckPredicate, 21, 124, 4, 0, // Skip to: 14116 +/* 12968 */ MCD_OPC_CheckField, 24, 1, 1, 117, 4, 0, // Skip to: 14116 +/* 12975 */ MCD_OPC_Decode, 209, 18, 147, 1, // Opcode: VSRIv2i32 +/* 12980 */ MCD_OPC_FilterValue, 5, 139, 0, 0, // Skip to: 13124 +/* 12985 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 12988 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13086 +/* 12993 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 12996 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13048 +/* 13001 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13004 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13026 +/* 13009 */ MCD_OPC_CheckPredicate, 21, 78, 4, 0, // Skip to: 14116 +/* 13014 */ MCD_OPC_CheckField, 19, 1, 1, 71, 4, 0, // Skip to: 14116 +/* 13021 */ MCD_OPC_Decode, 135, 18, 148, 1, // Opcode: VSHLiv8i8 +/* 13026 */ MCD_OPC_FilterValue, 1, 61, 4, 0, // Skip to: 14116 +/* 13031 */ MCD_OPC_CheckPredicate, 21, 56, 4, 0, // Skip to: 14116 +/* 13036 */ MCD_OPC_CheckField, 19, 1, 1, 49, 4, 0, // Skip to: 14116 +/* 13043 */ MCD_OPC_Decode, 184, 18, 149, 1, // Opcode: VSLIv8i8 +/* 13048 */ MCD_OPC_FilterValue, 1, 39, 4, 0, // Skip to: 14116 +/* 13053 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13056 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13071 +/* 13061 */ MCD_OPC_CheckPredicate, 21, 26, 4, 0, // Skip to: 14116 +/* 13066 */ MCD_OPC_Decode, 132, 18, 150, 1, // Opcode: VSHLiv4i16 +/* 13071 */ MCD_OPC_FilterValue, 1, 16, 4, 0, // Skip to: 14116 +/* 13076 */ MCD_OPC_CheckPredicate, 21, 11, 4, 0, // Skip to: 14116 +/* 13081 */ MCD_OPC_Decode, 181, 18, 151, 1, // Opcode: VSLIv4i16 +/* 13086 */ MCD_OPC_FilterValue, 1, 1, 4, 0, // Skip to: 14116 +/* 13091 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13094 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13109 +/* 13099 */ MCD_OPC_CheckPredicate, 21, 244, 3, 0, // Skip to: 14116 +/* 13104 */ MCD_OPC_Decode, 130, 18, 152, 1, // Opcode: VSHLiv2i32 +/* 13109 */ MCD_OPC_FilterValue, 1, 234, 3, 0, // Skip to: 14116 +/* 13114 */ MCD_OPC_CheckPredicate, 21, 229, 3, 0, // Skip to: 14116 +/* 13119 */ MCD_OPC_Decode, 179, 18, 153, 1, // Opcode: VSLIv2i32 +/* 13124 */ MCD_OPC_FilterValue, 6, 84, 0, 0, // Skip to: 13213 +/* 13129 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 13132 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 13191 +/* 13137 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 13140 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 13169 +/* 13145 */ MCD_OPC_CheckPredicate, 21, 198, 3, 0, // Skip to: 14116 +/* 13150 */ MCD_OPC_CheckField, 24, 1, 1, 191, 3, 0, // Skip to: 14116 +/* 13157 */ MCD_OPC_CheckField, 19, 1, 1, 184, 3, 0, // Skip to: 14116 +/* 13164 */ MCD_OPC_Decode, 160, 16, 148, 1, // Opcode: VQSHLsuv8i8 +/* 13169 */ MCD_OPC_FilterValue, 1, 174, 3, 0, // Skip to: 14116 +/* 13174 */ MCD_OPC_CheckPredicate, 21, 169, 3, 0, // Skip to: 14116 +/* 13179 */ MCD_OPC_CheckField, 24, 1, 1, 162, 3, 0, // Skip to: 14116 +/* 13186 */ MCD_OPC_Decode, 157, 16, 150, 1, // Opcode: VQSHLsuv4i16 +/* 13191 */ MCD_OPC_FilterValue, 1, 152, 3, 0, // Skip to: 14116 +/* 13196 */ MCD_OPC_CheckPredicate, 21, 147, 3, 0, // Skip to: 14116 +/* 13201 */ MCD_OPC_CheckField, 24, 1, 1, 140, 3, 0, // Skip to: 14116 +/* 13208 */ MCD_OPC_Decode, 155, 16, 152, 1, // Opcode: VQSHLsuv2i32 +/* 13213 */ MCD_OPC_FilterValue, 7, 139, 0, 0, // Skip to: 13357 +/* 13218 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 13221 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13319 +/* 13226 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 13229 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13281 +/* 13234 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13237 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13259 +/* 13242 */ MCD_OPC_CheckPredicate, 21, 101, 3, 0, // Skip to: 14116 +/* 13247 */ MCD_OPC_CheckField, 19, 1, 1, 94, 3, 0, // Skip to: 14116 +/* 13254 */ MCD_OPC_Decode, 152, 16, 148, 1, // Opcode: VQSHLsiv8i8 +/* 13259 */ MCD_OPC_FilterValue, 1, 84, 3, 0, // Skip to: 14116 +/* 13264 */ MCD_OPC_CheckPredicate, 21, 79, 3, 0, // Skip to: 14116 +/* 13269 */ MCD_OPC_CheckField, 19, 1, 1, 72, 3, 0, // Skip to: 14116 +/* 13276 */ MCD_OPC_Decode, 176, 16, 148, 1, // Opcode: VQSHLuiv8i8 +/* 13281 */ MCD_OPC_FilterValue, 1, 62, 3, 0, // Skip to: 14116 +/* 13286 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13289 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13304 +/* 13294 */ MCD_OPC_CheckPredicate, 21, 49, 3, 0, // Skip to: 14116 +/* 13299 */ MCD_OPC_Decode, 149, 16, 150, 1, // Opcode: VQSHLsiv4i16 +/* 13304 */ MCD_OPC_FilterValue, 1, 39, 3, 0, // Skip to: 14116 +/* 13309 */ MCD_OPC_CheckPredicate, 21, 34, 3, 0, // Skip to: 14116 +/* 13314 */ MCD_OPC_Decode, 173, 16, 150, 1, // Opcode: VQSHLuiv4i16 +/* 13319 */ MCD_OPC_FilterValue, 1, 24, 3, 0, // Skip to: 14116 +/* 13324 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13327 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13342 +/* 13332 */ MCD_OPC_CheckPredicate, 21, 11, 3, 0, // Skip to: 14116 +/* 13337 */ MCD_OPC_Decode, 147, 16, 152, 1, // Opcode: VQSHLsiv2i32 +/* 13342 */ MCD_OPC_FilterValue, 1, 1, 3, 0, // Skip to: 14116 +/* 13347 */ MCD_OPC_CheckPredicate, 21, 252, 2, 0, // Skip to: 14116 +/* 13352 */ MCD_OPC_Decode, 171, 16, 152, 1, // Opcode: VQSHLuiv2i32 +/* 13357 */ MCD_OPC_FilterValue, 8, 139, 0, 0, // Skip to: 13501 +/* 13362 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 13365 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13463 +/* 13370 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 13373 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13425 +/* 13378 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13381 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13403 +/* 13386 */ MCD_OPC_CheckPredicate, 21, 213, 2, 0, // Skip to: 14116 +/* 13391 */ MCD_OPC_CheckField, 19, 1, 1, 206, 2, 0, // Skip to: 14116 +/* 13398 */ MCD_OPC_Decode, 154, 18, 154, 1, // Opcode: VSHRNv8i8 +/* 13403 */ MCD_OPC_FilterValue, 1, 196, 2, 0, // Skip to: 14116 +/* 13408 */ MCD_OPC_CheckPredicate, 21, 191, 2, 0, // Skip to: 14116 +/* 13413 */ MCD_OPC_CheckField, 19, 1, 1, 184, 2, 0, // Skip to: 14116 +/* 13420 */ MCD_OPC_Decode, 193, 16, 154, 1, // Opcode: VQSHRUNv8i8 +/* 13425 */ MCD_OPC_FilterValue, 1, 174, 2, 0, // Skip to: 14116 +/* 13430 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13433 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13448 +/* 13438 */ MCD_OPC_CheckPredicate, 21, 161, 2, 0, // Skip to: 14116 +/* 13443 */ MCD_OPC_Decode, 153, 18, 155, 1, // Opcode: VSHRNv4i16 +/* 13448 */ MCD_OPC_FilterValue, 1, 151, 2, 0, // Skip to: 14116 +/* 13453 */ MCD_OPC_CheckPredicate, 21, 146, 2, 0, // Skip to: 14116 +/* 13458 */ MCD_OPC_Decode, 192, 16, 155, 1, // Opcode: VQSHRUNv4i16 +/* 13463 */ MCD_OPC_FilterValue, 1, 136, 2, 0, // Skip to: 14116 +/* 13468 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13471 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13486 +/* 13476 */ MCD_OPC_CheckPredicate, 21, 123, 2, 0, // Skip to: 14116 +/* 13481 */ MCD_OPC_Decode, 152, 18, 156, 1, // Opcode: VSHRNv2i32 +/* 13486 */ MCD_OPC_FilterValue, 1, 113, 2, 0, // Skip to: 14116 +/* 13491 */ MCD_OPC_CheckPredicate, 21, 108, 2, 0, // Skip to: 14116 +/* 13496 */ MCD_OPC_Decode, 191, 16, 156, 1, // Opcode: VQSHRUNv2i32 +/* 13501 */ MCD_OPC_FilterValue, 9, 139, 0, 0, // Skip to: 13645 +/* 13506 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 13509 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13607 +/* 13514 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 13517 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13569 +/* 13522 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13525 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13547 +/* 13530 */ MCD_OPC_CheckPredicate, 21, 69, 2, 0, // Skip to: 14116 +/* 13535 */ MCD_OPC_CheckField, 19, 1, 1, 62, 2, 0, // Skip to: 14116 +/* 13542 */ MCD_OPC_Decode, 187, 16, 154, 1, // Opcode: VQSHRNsv8i8 +/* 13547 */ MCD_OPC_FilterValue, 1, 52, 2, 0, // Skip to: 14116 +/* 13552 */ MCD_OPC_CheckPredicate, 21, 47, 2, 0, // Skip to: 14116 +/* 13557 */ MCD_OPC_CheckField, 19, 1, 1, 40, 2, 0, // Skip to: 14116 +/* 13564 */ MCD_OPC_Decode, 190, 16, 154, 1, // Opcode: VQSHRNuv8i8 +/* 13569 */ MCD_OPC_FilterValue, 1, 30, 2, 0, // Skip to: 14116 +/* 13574 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13577 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13592 +/* 13582 */ MCD_OPC_CheckPredicate, 21, 17, 2, 0, // Skip to: 14116 +/* 13587 */ MCD_OPC_Decode, 186, 16, 155, 1, // Opcode: VQSHRNsv4i16 +/* 13592 */ MCD_OPC_FilterValue, 1, 7, 2, 0, // Skip to: 14116 +/* 13597 */ MCD_OPC_CheckPredicate, 21, 2, 2, 0, // Skip to: 14116 +/* 13602 */ MCD_OPC_Decode, 189, 16, 155, 1, // Opcode: VQSHRNuv4i16 +/* 13607 */ MCD_OPC_FilterValue, 1, 248, 1, 0, // Skip to: 14116 +/* 13612 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13615 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13630 +/* 13620 */ MCD_OPC_CheckPredicate, 21, 235, 1, 0, // Skip to: 14116 +/* 13625 */ MCD_OPC_Decode, 185, 16, 156, 1, // Opcode: VQSHRNsv2i32 +/* 13630 */ MCD_OPC_FilterValue, 1, 225, 1, 0, // Skip to: 14116 +/* 13635 */ MCD_OPC_CheckPredicate, 21, 220, 1, 0, // Skip to: 14116 +/* 13640 */ MCD_OPC_Decode, 188, 16, 156, 1, // Opcode: VQSHRNuv2i32 +/* 13645 */ MCD_OPC_FilterValue, 10, 243, 0, 0, // Skip to: 13893 +/* 13650 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 13653 */ MCD_OPC_FilterValue, 0, 163, 0, 0, // Skip to: 13821 +/* 13658 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 13661 */ MCD_OPC_FilterValue, 0, 83, 0, 0, // Skip to: 13749 +/* 13666 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13669 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 13709 +/* 13674 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... +/* 13677 */ MCD_OPC_FilterValue, 1, 178, 1, 0, // Skip to: 14116 +/* 13682 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13699 +/* 13687 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 13699 +/* 13694 */ MCD_OPC_Decode, 142, 14, 134, 1, // Opcode: VMOVLsv8i16 +/* 13699 */ MCD_OPC_CheckPredicate, 21, 156, 1, 0, // Skip to: 14116 +/* 13704 */ MCD_OPC_Decode, 252, 17, 157, 1, // Opcode: VSHLLsv8i16 +/* 13709 */ MCD_OPC_FilterValue, 1, 146, 1, 0, // Skip to: 14116 +/* 13714 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... +/* 13717 */ MCD_OPC_FilterValue, 1, 138, 1, 0, // Skip to: 14116 +/* 13722 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13739 +/* 13727 */ MCD_OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 13739 +/* 13734 */ MCD_OPC_Decode, 145, 14, 134, 1, // Opcode: VMOVLuv8i16 +/* 13739 */ MCD_OPC_CheckPredicate, 21, 116, 1, 0, // Skip to: 14116 +/* 13744 */ MCD_OPC_Decode, 255, 17, 157, 1, // Opcode: VSHLLuv8i16 +/* 13749 */ MCD_OPC_FilterValue, 1, 106, 1, 0, // Skip to: 14116 +/* 13754 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13757 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 13789 +/* 13762 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13779 +/* 13767 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 13779 +/* 13774 */ MCD_OPC_Decode, 141, 14, 134, 1, // Opcode: VMOVLsv4i32 +/* 13779 */ MCD_OPC_CheckPredicate, 21, 76, 1, 0, // Skip to: 14116 +/* 13784 */ MCD_OPC_Decode, 251, 17, 158, 1, // Opcode: VSHLLsv4i32 +/* 13789 */ MCD_OPC_FilterValue, 1, 66, 1, 0, // Skip to: 14116 +/* 13794 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13811 +/* 13799 */ MCD_OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 13811 +/* 13806 */ MCD_OPC_Decode, 144, 14, 134, 1, // Opcode: VMOVLuv4i32 +/* 13811 */ MCD_OPC_CheckPredicate, 21, 44, 1, 0, // Skip to: 14116 +/* 13816 */ MCD_OPC_Decode, 254, 17, 158, 1, // Opcode: VSHLLuv4i32 +/* 13821 */ MCD_OPC_FilterValue, 1, 34, 1, 0, // Skip to: 14116 +/* 13826 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13829 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 13861 +/* 13834 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13851 +/* 13839 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 13851 +/* 13846 */ MCD_OPC_Decode, 140, 14, 134, 1, // Opcode: VMOVLsv2i64 +/* 13851 */ MCD_OPC_CheckPredicate, 21, 4, 1, 0, // Skip to: 14116 +/* 13856 */ MCD_OPC_Decode, 250, 17, 159, 1, // Opcode: VSHLLsv2i64 +/* 13861 */ MCD_OPC_FilterValue, 1, 250, 0, 0, // Skip to: 14116 +/* 13866 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 13883 +/* 13871 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 13883 +/* 13878 */ MCD_OPC_Decode, 143, 14, 134, 1, // Opcode: VMOVLuv2i64 +/* 13883 */ MCD_OPC_CheckPredicate, 21, 228, 0, 0, // Skip to: 14116 +/* 13888 */ MCD_OPC_Decode, 253, 17, 159, 1, // Opcode: VSHLLuv2i64 +/* 13893 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 13931 +/* 13898 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13901 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13916 +/* 13906 */ MCD_OPC_CheckPredicate, 22, 205, 0, 0, // Skip to: 14116 +/* 13911 */ MCD_OPC_Decode, 247, 9, 160, 1, // Opcode: VCVTxs2hd +/* 13916 */ MCD_OPC_FilterValue, 1, 195, 0, 0, // Skip to: 14116 +/* 13921 */ MCD_OPC_CheckPredicate, 22, 190, 0, 0, // Skip to: 14116 +/* 13926 */ MCD_OPC_Decode, 251, 9, 160, 1, // Opcode: VCVTxu2hd +/* 13931 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 13969 +/* 13936 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 13939 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13954 +/* 13944 */ MCD_OPC_CheckPredicate, 22, 167, 0, 0, // Skip to: 14116 +/* 13949 */ MCD_OPC_Decode, 233, 9, 160, 1, // Opcode: VCVTh2xsd +/* 13954 */ MCD_OPC_FilterValue, 1, 157, 0, 0, // Skip to: 14116 +/* 13959 */ MCD_OPC_CheckPredicate, 22, 152, 0, 0, // Skip to: 14116 +/* 13964 */ MCD_OPC_Decode, 235, 9, 160, 1, // Opcode: VCVTh2xud +/* 13969 */ MCD_OPC_FilterValue, 14, 80, 0, 0, // Skip to: 14054 +/* 13974 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 13977 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13999 +/* 13982 */ MCD_OPC_CheckPredicate, 21, 34, 0, 0, // Skip to: 14021 +/* 13987 */ MCD_OPC_CheckField, 19, 3, 0, 27, 0, 0, // Skip to: 14021 +/* 13994 */ MCD_OPC_Decode, 165, 14, 161, 1, // Opcode: VMOVv8i8 +/* 13999 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14021 +/* 14004 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 14021 +/* 14009 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, 0, // Skip to: 14021 +/* 14016 */ MCD_OPC_Decode, 157, 14, 161, 1, // Opcode: VMOVv1i64 +/* 14021 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 14024 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14039 +/* 14029 */ MCD_OPC_CheckPredicate, 21, 82, 0, 0, // Skip to: 14116 +/* 14034 */ MCD_OPC_Decode, 245, 9, 160, 1, // Opcode: VCVTxs2fd +/* 14039 */ MCD_OPC_FilterValue, 1, 72, 0, 0, // Skip to: 14116 +/* 14044 */ MCD_OPC_CheckPredicate, 21, 67, 0, 0, // Skip to: 14116 +/* 14049 */ MCD_OPC_Decode, 249, 9, 160, 1, // Opcode: VCVTxu2fd +/* 14054 */ MCD_OPC_FilterValue, 15, 57, 0, 0, // Skip to: 14116 +/* 14059 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 14062 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14077 +/* 14067 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 14092 +/* 14072 */ MCD_OPC_Decode, 224, 9, 160, 1, // Opcode: VCVTf2xsd +/* 14077 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 14092 +/* 14082 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 14092 +/* 14087 */ MCD_OPC_Decode, 226, 9, 160, 1, // Opcode: VCVTf2xud +/* 14092 */ MCD_OPC_CheckPredicate, 21, 19, 0, 0, // Skip to: 14116 +/* 14097 */ MCD_OPC_CheckField, 19, 3, 0, 12, 0, 0, // Skip to: 14116 +/* 14104 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 14116 +/* 14111 */ MCD_OPC_Decode, 158, 14, 161, 1, // Opcode: VMOVv2f32 +/* 14116 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 14119 */ MCD_OPC_FilterValue, 0, 88, 0, 0, // Skip to: 14212 +/* 14124 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... +/* 14127 */ MCD_OPC_FilterValue, 0, 69, 17, 0, // Skip to: 18553 +/* 14132 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 14135 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14157 +/* 14140 */ MCD_OPC_CheckPredicate, 21, 57, 0, 0, // Skip to: 14202 +/* 14145 */ MCD_OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 14202 +/* 14152 */ MCD_OPC_Decode, 162, 14, 161, 1, // Opcode: VMOVv4i16 +/* 14157 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 14202 +/* 14162 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 14165 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14180 +/* 14170 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 14202 +/* 14175 */ MCD_OPC_Decode, 245, 14, 161, 1, // Opcode: VORRiv2i32 +/* 14180 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14202 +/* 14185 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 14202 +/* 14190 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 14202 +/* 14197 */ MCD_OPC_Decode, 246, 14, 161, 1, // Opcode: VORRiv4i16 +/* 14202 */ MCD_OPC_CheckPredicate, 21, 250, 16, 0, // Skip to: 18553 +/* 14207 */ MCD_OPC_Decode, 159, 14, 161, 1, // Opcode: VMOVv2i32 +/* 14212 */ MCD_OPC_FilterValue, 1, 240, 16, 0, // Skip to: 18553 +/* 14217 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... +/* 14220 */ MCD_OPC_FilterValue, 0, 232, 16, 0, // Skip to: 18553 +/* 14225 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 14228 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14250 +/* 14233 */ MCD_OPC_CheckPredicate, 21, 57, 0, 0, // Skip to: 14295 +/* 14238 */ MCD_OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 14295 +/* 14245 */ MCD_OPC_Decode, 217, 14, 161, 1, // Opcode: VMVNv4i16 +/* 14250 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 14295 +/* 14255 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 14258 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14273 +/* 14263 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 14295 +/* 14268 */ MCD_OPC_Decode, 140, 8, 161, 1, // Opcode: VBICiv2i32 +/* 14273 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14295 +/* 14278 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 14295 +/* 14283 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 14295 +/* 14290 */ MCD_OPC_Decode, 141, 8, 161, 1, // Opcode: VBICiv4i16 +/* 14295 */ MCD_OPC_CheckPredicate, 21, 157, 16, 0, // Skip to: 18553 +/* 14300 */ MCD_OPC_Decode, 216, 14, 161, 1, // Opcode: VMVNv2i32 +/* 14305 */ MCD_OPC_FilterValue, 1, 147, 16, 0, // Skip to: 18553 +/* 14310 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 14313 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 14353 +/* 14318 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14321 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14337 +/* 14327 */ MCD_OPC_CheckPredicate, 21, 125, 16, 0, // Skip to: 18553 +/* 14332 */ MCD_OPC_Decode, 156, 18, 162, 1, // Opcode: VSHRsv1i64 +/* 14337 */ MCD_OPC_FilterValue, 243, 1, 114, 16, 0, // Skip to: 18553 +/* 14343 */ MCD_OPC_CheckPredicate, 21, 109, 16, 0, // Skip to: 18553 +/* 14348 */ MCD_OPC_Decode, 164, 18, 162, 1, // Opcode: VSHRuv1i64 +/* 14353 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 14393 +/* 14358 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14361 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14377 +/* 14367 */ MCD_OPC_CheckPredicate, 21, 85, 16, 0, // Skip to: 18553 +/* 14372 */ MCD_OPC_Decode, 192, 18, 163, 1, // Opcode: VSRAsv1i64 +/* 14377 */ MCD_OPC_FilterValue, 243, 1, 74, 16, 0, // Skip to: 18553 +/* 14383 */ MCD_OPC_CheckPredicate, 21, 69, 16, 0, // Skip to: 18553 +/* 14388 */ MCD_OPC_Decode, 200, 18, 163, 1, // Opcode: VSRAuv1i64 +/* 14393 */ MCD_OPC_FilterValue, 2, 35, 0, 0, // Skip to: 14433 +/* 14398 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14401 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14417 +/* 14407 */ MCD_OPC_CheckPredicate, 21, 45, 16, 0, // Skip to: 18553 +/* 14412 */ MCD_OPC_Decode, 184, 17, 162, 1, // Opcode: VRSHRsv1i64 +/* 14417 */ MCD_OPC_FilterValue, 243, 1, 34, 16, 0, // Skip to: 18553 +/* 14423 */ MCD_OPC_CheckPredicate, 21, 29, 16, 0, // Skip to: 18553 +/* 14428 */ MCD_OPC_Decode, 192, 17, 162, 1, // Opcode: VRSHRuv1i64 +/* 14433 */ MCD_OPC_FilterValue, 3, 35, 0, 0, // Skip to: 14473 +/* 14438 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14441 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14457 +/* 14447 */ MCD_OPC_CheckPredicate, 21, 5, 16, 0, // Skip to: 18553 +/* 14452 */ MCD_OPC_Decode, 210, 17, 163, 1, // Opcode: VRSRAsv1i64 +/* 14457 */ MCD_OPC_FilterValue, 243, 1, 250, 15, 0, // Skip to: 18553 +/* 14463 */ MCD_OPC_CheckPredicate, 21, 245, 15, 0, // Skip to: 18553 +/* 14468 */ MCD_OPC_Decode, 218, 17, 163, 1, // Opcode: VRSRAuv1i64 +/* 14473 */ MCD_OPC_FilterValue, 4, 18, 0, 0, // Skip to: 14496 +/* 14478 */ MCD_OPC_CheckPredicate, 21, 230, 15, 0, // Skip to: 18553 +/* 14483 */ MCD_OPC_CheckField, 24, 8, 243, 1, 222, 15, 0, // Skip to: 18553 +/* 14491 */ MCD_OPC_Decode, 208, 18, 163, 1, // Opcode: VSRIv1i64 +/* 14496 */ MCD_OPC_FilterValue, 5, 35, 0, 0, // Skip to: 14536 +/* 14501 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14504 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14520 +/* 14510 */ MCD_OPC_CheckPredicate, 21, 198, 15, 0, // Skip to: 18553 +/* 14515 */ MCD_OPC_Decode, 129, 18, 164, 1, // Opcode: VSHLiv1i64 +/* 14520 */ MCD_OPC_FilterValue, 243, 1, 187, 15, 0, // Skip to: 18553 +/* 14526 */ MCD_OPC_CheckPredicate, 21, 182, 15, 0, // Skip to: 18553 +/* 14531 */ MCD_OPC_Decode, 178, 18, 165, 1, // Opcode: VSLIv1i64 +/* 14536 */ MCD_OPC_FilterValue, 6, 18, 0, 0, // Skip to: 14559 +/* 14541 */ MCD_OPC_CheckPredicate, 21, 167, 15, 0, // Skip to: 18553 +/* 14546 */ MCD_OPC_CheckField, 24, 8, 243, 1, 159, 15, 0, // Skip to: 18553 +/* 14554 */ MCD_OPC_Decode, 154, 16, 164, 1, // Opcode: VQSHLsuv1i64 +/* 14559 */ MCD_OPC_FilterValue, 7, 149, 15, 0, // Skip to: 18553 +/* 14564 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14567 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14583 +/* 14573 */ MCD_OPC_CheckPredicate, 21, 135, 15, 0, // Skip to: 18553 +/* 14578 */ MCD_OPC_Decode, 146, 16, 164, 1, // Opcode: VQSHLsiv1i64 +/* 14583 */ MCD_OPC_FilterValue, 243, 1, 124, 15, 0, // Skip to: 18553 +/* 14589 */ MCD_OPC_CheckPredicate, 21, 119, 15, 0, // Skip to: 18553 +/* 14594 */ MCD_OPC_Decode, 170, 16, 164, 1, // Opcode: VQSHLuiv1i64 +/* 14599 */ MCD_OPC_FilterValue, 1, 109, 15, 0, // Skip to: 18553 +/* 14604 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 14607 */ MCD_OPC_FilterValue, 0, 89, 7, 0, // Skip to: 16493 +/* 14612 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 14615 */ MCD_OPC_FilterValue, 0, 155, 0, 0, // Skip to: 14775 +/* 14620 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 14623 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 14661 +/* 14628 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14631 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14646 +/* 14637 */ MCD_OPC_CheckPredicate, 21, 71, 15, 0, // Skip to: 18553 +/* 14642 */ MCD_OPC_Decode, 173, 15, 98, // Opcode: VQADDsv16i8 +/* 14646 */ MCD_OPC_FilterValue, 243, 1, 61, 15, 0, // Skip to: 18553 +/* 14652 */ MCD_OPC_CheckPredicate, 21, 56, 15, 0, // Skip to: 18553 +/* 14657 */ MCD_OPC_Decode, 181, 15, 98, // Opcode: VQADDuv16i8 +/* 14661 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 14699 +/* 14666 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14669 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14684 +/* 14675 */ MCD_OPC_CheckPredicate, 21, 33, 15, 0, // Skip to: 18553 +/* 14680 */ MCD_OPC_Decode, 179, 15, 98, // Opcode: VQADDsv8i16 +/* 14684 */ MCD_OPC_FilterValue, 243, 1, 23, 15, 0, // Skip to: 18553 +/* 14690 */ MCD_OPC_CheckPredicate, 21, 18, 15, 0, // Skip to: 18553 +/* 14695 */ MCD_OPC_Decode, 187, 15, 98, // Opcode: VQADDuv8i16 +/* 14699 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 14737 +/* 14704 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14707 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14722 +/* 14713 */ MCD_OPC_CheckPredicate, 21, 251, 14, 0, // Skip to: 18553 +/* 14718 */ MCD_OPC_Decode, 178, 15, 98, // Opcode: VQADDsv4i32 +/* 14722 */ MCD_OPC_FilterValue, 243, 1, 241, 14, 0, // Skip to: 18553 +/* 14728 */ MCD_OPC_CheckPredicate, 21, 236, 14, 0, // Skip to: 18553 +/* 14733 */ MCD_OPC_Decode, 186, 15, 98, // Opcode: VQADDuv4i32 +/* 14737 */ MCD_OPC_FilterValue, 3, 227, 14, 0, // Skip to: 18553 +/* 14742 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14745 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14760 +/* 14751 */ MCD_OPC_CheckPredicate, 21, 213, 14, 0, // Skip to: 18553 +/* 14756 */ MCD_OPC_Decode, 176, 15, 98, // Opcode: VQADDsv2i64 +/* 14760 */ MCD_OPC_FilterValue, 243, 1, 203, 14, 0, // Skip to: 18553 +/* 14766 */ MCD_OPC_CheckPredicate, 21, 198, 14, 0, // Skip to: 18553 +/* 14771 */ MCD_OPC_Decode, 184, 15, 98, // Opcode: VQADDuv2i64 +/* 14775 */ MCD_OPC_FilterValue, 1, 155, 0, 0, // Skip to: 14935 +/* 14780 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 14783 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 14821 +/* 14788 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14791 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14806 +/* 14797 */ MCD_OPC_CheckPredicate, 21, 167, 14, 0, // Skip to: 18553 +/* 14802 */ MCD_OPC_Decode, 138, 8, 98, // Opcode: VANDq +/* 14806 */ MCD_OPC_FilterValue, 243, 1, 157, 14, 0, // Skip to: 18553 +/* 14812 */ MCD_OPC_CheckPredicate, 21, 152, 14, 0, // Skip to: 18553 +/* 14817 */ MCD_OPC_Decode, 141, 10, 98, // Opcode: VEORq +/* 14821 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 14859 +/* 14826 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14829 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14844 +/* 14835 */ MCD_OPC_CheckPredicate, 21, 129, 14, 0, // Skip to: 18553 +/* 14840 */ MCD_OPC_Decode, 144, 8, 98, // Opcode: VBICq +/* 14844 */ MCD_OPC_FilterValue, 243, 1, 119, 14, 0, // Skip to: 18553 +/* 14850 */ MCD_OPC_CheckPredicate, 21, 114, 14, 0, // Skip to: 18553 +/* 14855 */ MCD_OPC_Decode, 150, 8, 106, // Opcode: VBSLq +/* 14859 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 14897 +/* 14864 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14867 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14882 +/* 14873 */ MCD_OPC_CheckPredicate, 21, 91, 14, 0, // Skip to: 18553 +/* 14878 */ MCD_OPC_Decode, 249, 14, 98, // Opcode: VORRq +/* 14882 */ MCD_OPC_FilterValue, 243, 1, 81, 14, 0, // Skip to: 18553 +/* 14888 */ MCD_OPC_CheckPredicate, 21, 76, 14, 0, // Skip to: 18553 +/* 14893 */ MCD_OPC_Decode, 148, 8, 106, // Opcode: VBITq +/* 14897 */ MCD_OPC_FilterValue, 3, 67, 14, 0, // Skip to: 18553 +/* 14902 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14905 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14920 +/* 14911 */ MCD_OPC_CheckPredicate, 21, 53, 14, 0, // Skip to: 18553 +/* 14916 */ MCD_OPC_Decode, 243, 14, 98, // Opcode: VORNq +/* 14920 */ MCD_OPC_FilterValue, 243, 1, 43, 14, 0, // Skip to: 18553 +/* 14926 */ MCD_OPC_CheckPredicate, 21, 38, 14, 0, // Skip to: 18553 +/* 14931 */ MCD_OPC_Decode, 146, 8, 106, // Opcode: VBIFq +/* 14935 */ MCD_OPC_FilterValue, 2, 155, 0, 0, // Skip to: 15095 +/* 14940 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 14943 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 14981 +/* 14948 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14951 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 14966 +/* 14957 */ MCD_OPC_CheckPredicate, 21, 7, 14, 0, // Skip to: 18553 +/* 14962 */ MCD_OPC_Decode, 194, 16, 98, // Opcode: VQSUBsv16i8 +/* 14966 */ MCD_OPC_FilterValue, 243, 1, 253, 13, 0, // Skip to: 18553 +/* 14972 */ MCD_OPC_CheckPredicate, 21, 248, 13, 0, // Skip to: 18553 +/* 14977 */ MCD_OPC_Decode, 202, 16, 98, // Opcode: VQSUBuv16i8 +/* 14981 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15019 +/* 14986 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 14989 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15004 +/* 14995 */ MCD_OPC_CheckPredicate, 21, 225, 13, 0, // Skip to: 18553 +/* 15000 */ MCD_OPC_Decode, 200, 16, 98, // Opcode: VQSUBsv8i16 +/* 15004 */ MCD_OPC_FilterValue, 243, 1, 215, 13, 0, // Skip to: 18553 +/* 15010 */ MCD_OPC_CheckPredicate, 21, 210, 13, 0, // Skip to: 18553 +/* 15015 */ MCD_OPC_Decode, 208, 16, 98, // Opcode: VQSUBuv8i16 +/* 15019 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 15057 +/* 15024 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15027 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15042 +/* 15033 */ MCD_OPC_CheckPredicate, 21, 187, 13, 0, // Skip to: 18553 +/* 15038 */ MCD_OPC_Decode, 199, 16, 98, // Opcode: VQSUBsv4i32 +/* 15042 */ MCD_OPC_FilterValue, 243, 1, 177, 13, 0, // Skip to: 18553 +/* 15048 */ MCD_OPC_CheckPredicate, 21, 172, 13, 0, // Skip to: 18553 +/* 15053 */ MCD_OPC_Decode, 207, 16, 98, // Opcode: VQSUBuv4i32 +/* 15057 */ MCD_OPC_FilterValue, 3, 163, 13, 0, // Skip to: 18553 +/* 15062 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15065 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15080 +/* 15071 */ MCD_OPC_CheckPredicate, 21, 149, 13, 0, // Skip to: 18553 +/* 15076 */ MCD_OPC_Decode, 197, 16, 98, // Opcode: VQSUBsv2i64 +/* 15080 */ MCD_OPC_FilterValue, 243, 1, 139, 13, 0, // Skip to: 18553 +/* 15086 */ MCD_OPC_CheckPredicate, 21, 134, 13, 0, // Skip to: 18553 +/* 15091 */ MCD_OPC_Decode, 205, 16, 98, // Opcode: VQSUBuv2i64 +/* 15095 */ MCD_OPC_FilterValue, 3, 117, 0, 0, // Skip to: 15217 +/* 15100 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15103 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15141 +/* 15108 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15111 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15126 +/* 15117 */ MCD_OPC_CheckPredicate, 21, 103, 13, 0, // Skip to: 18553 +/* 15122 */ MCD_OPC_Decode, 179, 8, 98, // Opcode: VCGEsv16i8 +/* 15126 */ MCD_OPC_FilterValue, 243, 1, 93, 13, 0, // Skip to: 18553 +/* 15132 */ MCD_OPC_CheckPredicate, 21, 88, 13, 0, // Skip to: 18553 +/* 15137 */ MCD_OPC_Decode, 185, 8, 98, // Opcode: VCGEuv16i8 +/* 15141 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15179 +/* 15146 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15149 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15164 +/* 15155 */ MCD_OPC_CheckPredicate, 21, 65, 13, 0, // Skip to: 18553 +/* 15160 */ MCD_OPC_Decode, 183, 8, 98, // Opcode: VCGEsv8i16 +/* 15164 */ MCD_OPC_FilterValue, 243, 1, 55, 13, 0, // Skip to: 18553 +/* 15170 */ MCD_OPC_CheckPredicate, 21, 50, 13, 0, // Skip to: 18553 +/* 15175 */ MCD_OPC_Decode, 189, 8, 98, // Opcode: VCGEuv8i16 +/* 15179 */ MCD_OPC_FilterValue, 2, 41, 13, 0, // Skip to: 18553 +/* 15184 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15187 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15202 +/* 15193 */ MCD_OPC_CheckPredicate, 21, 27, 13, 0, // Skip to: 18553 +/* 15198 */ MCD_OPC_Decode, 182, 8, 98, // Opcode: VCGEsv4i32 +/* 15202 */ MCD_OPC_FilterValue, 243, 1, 17, 13, 0, // Skip to: 18553 +/* 15208 */ MCD_OPC_CheckPredicate, 21, 12, 13, 0, // Skip to: 18553 +/* 15213 */ MCD_OPC_Decode, 188, 8, 98, // Opcode: VCGEuv4i32 +/* 15217 */ MCD_OPC_FilterValue, 4, 155, 0, 0, // Skip to: 15377 +/* 15222 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15225 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15263 +/* 15230 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15233 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15248 +/* 15239 */ MCD_OPC_CheckPredicate, 21, 237, 12, 0, // Skip to: 18553 +/* 15244 */ MCD_OPC_Decode, 161, 16, 102, // Opcode: VQSHLsv16i8 +/* 15248 */ MCD_OPC_FilterValue, 243, 1, 227, 12, 0, // Skip to: 18553 +/* 15254 */ MCD_OPC_CheckPredicate, 21, 222, 12, 0, // Skip to: 18553 +/* 15259 */ MCD_OPC_Decode, 177, 16, 102, // Opcode: VQSHLuv16i8 +/* 15263 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15301 +/* 15268 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15271 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15286 +/* 15277 */ MCD_OPC_CheckPredicate, 21, 199, 12, 0, // Skip to: 18553 +/* 15282 */ MCD_OPC_Decode, 167, 16, 102, // Opcode: VQSHLsv8i16 +/* 15286 */ MCD_OPC_FilterValue, 243, 1, 189, 12, 0, // Skip to: 18553 +/* 15292 */ MCD_OPC_CheckPredicate, 21, 184, 12, 0, // Skip to: 18553 +/* 15297 */ MCD_OPC_Decode, 183, 16, 102, // Opcode: VQSHLuv8i16 +/* 15301 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 15339 +/* 15306 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15309 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15324 +/* 15315 */ MCD_OPC_CheckPredicate, 21, 161, 12, 0, // Skip to: 18553 +/* 15320 */ MCD_OPC_Decode, 166, 16, 102, // Opcode: VQSHLsv4i32 +/* 15324 */ MCD_OPC_FilterValue, 243, 1, 151, 12, 0, // Skip to: 18553 +/* 15330 */ MCD_OPC_CheckPredicate, 21, 146, 12, 0, // Skip to: 18553 +/* 15335 */ MCD_OPC_Decode, 182, 16, 102, // Opcode: VQSHLuv4i32 +/* 15339 */ MCD_OPC_FilterValue, 3, 137, 12, 0, // Skip to: 18553 +/* 15344 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15347 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15362 +/* 15353 */ MCD_OPC_CheckPredicate, 21, 123, 12, 0, // Skip to: 18553 +/* 15358 */ MCD_OPC_Decode, 164, 16, 102, // Opcode: VQSHLsv2i64 +/* 15362 */ MCD_OPC_FilterValue, 243, 1, 113, 12, 0, // Skip to: 18553 +/* 15368 */ MCD_OPC_CheckPredicate, 21, 108, 12, 0, // Skip to: 18553 +/* 15373 */ MCD_OPC_Decode, 180, 16, 102, // Opcode: VQSHLuv2i64 +/* 15377 */ MCD_OPC_FilterValue, 5, 155, 0, 0, // Skip to: 15537 +/* 15382 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15385 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15423 +/* 15390 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15393 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15408 +/* 15399 */ MCD_OPC_CheckPredicate, 21, 77, 12, 0, // Skip to: 18553 +/* 15404 */ MCD_OPC_Decode, 248, 15, 102, // Opcode: VQRSHLsv16i8 +/* 15408 */ MCD_OPC_FilterValue, 243, 1, 67, 12, 0, // Skip to: 18553 +/* 15414 */ MCD_OPC_CheckPredicate, 21, 62, 12, 0, // Skip to: 18553 +/* 15419 */ MCD_OPC_Decode, 128, 16, 102, // Opcode: VQRSHLuv16i8 +/* 15423 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15461 +/* 15428 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15431 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15446 +/* 15437 */ MCD_OPC_CheckPredicate, 21, 39, 12, 0, // Skip to: 18553 +/* 15442 */ MCD_OPC_Decode, 254, 15, 102, // Opcode: VQRSHLsv8i16 +/* 15446 */ MCD_OPC_FilterValue, 243, 1, 29, 12, 0, // Skip to: 18553 +/* 15452 */ MCD_OPC_CheckPredicate, 21, 24, 12, 0, // Skip to: 18553 +/* 15457 */ MCD_OPC_Decode, 134, 16, 102, // Opcode: VQRSHLuv8i16 +/* 15461 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 15499 +/* 15466 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15469 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15484 +/* 15475 */ MCD_OPC_CheckPredicate, 21, 1, 12, 0, // Skip to: 18553 +/* 15480 */ MCD_OPC_Decode, 253, 15, 102, // Opcode: VQRSHLsv4i32 +/* 15484 */ MCD_OPC_FilterValue, 243, 1, 247, 11, 0, // Skip to: 18553 +/* 15490 */ MCD_OPC_CheckPredicate, 21, 242, 11, 0, // Skip to: 18553 +/* 15495 */ MCD_OPC_Decode, 133, 16, 102, // Opcode: VQRSHLuv4i32 +/* 15499 */ MCD_OPC_FilterValue, 3, 233, 11, 0, // Skip to: 18553 +/* 15504 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15507 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15522 +/* 15513 */ MCD_OPC_CheckPredicate, 21, 219, 11, 0, // Skip to: 18553 +/* 15518 */ MCD_OPC_Decode, 251, 15, 102, // Opcode: VQRSHLsv2i64 +/* 15522 */ MCD_OPC_FilterValue, 243, 1, 209, 11, 0, // Skip to: 18553 +/* 15528 */ MCD_OPC_CheckPredicate, 21, 204, 11, 0, // Skip to: 18553 +/* 15533 */ MCD_OPC_Decode, 131, 16, 102, // Opcode: VQRSHLuv2i64 +/* 15537 */ MCD_OPC_FilterValue, 6, 117, 0, 0, // Skip to: 15659 +/* 15542 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15545 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15583 +/* 15550 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15553 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15568 +/* 15559 */ MCD_OPC_CheckPredicate, 21, 173, 11, 0, // Skip to: 18553 +/* 15564 */ MCD_OPC_Decode, 190, 13, 98, // Opcode: VMINsv16i8 +/* 15568 */ MCD_OPC_FilterValue, 243, 1, 163, 11, 0, // Skip to: 18553 +/* 15574 */ MCD_OPC_CheckPredicate, 21, 158, 11, 0, // Skip to: 18553 +/* 15579 */ MCD_OPC_Decode, 196, 13, 98, // Opcode: VMINuv16i8 +/* 15583 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15621 +/* 15588 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15591 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15606 +/* 15597 */ MCD_OPC_CheckPredicate, 21, 135, 11, 0, // Skip to: 18553 +/* 15602 */ MCD_OPC_Decode, 194, 13, 98, // Opcode: VMINsv8i16 +/* 15606 */ MCD_OPC_FilterValue, 243, 1, 125, 11, 0, // Skip to: 18553 +/* 15612 */ MCD_OPC_CheckPredicate, 21, 120, 11, 0, // Skip to: 18553 +/* 15617 */ MCD_OPC_Decode, 200, 13, 98, // Opcode: VMINuv8i16 +/* 15621 */ MCD_OPC_FilterValue, 2, 111, 11, 0, // Skip to: 18553 +/* 15626 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15629 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15644 +/* 15635 */ MCD_OPC_CheckPredicate, 21, 97, 11, 0, // Skip to: 18553 +/* 15640 */ MCD_OPC_Decode, 193, 13, 98, // Opcode: VMINsv4i32 +/* 15644 */ MCD_OPC_FilterValue, 243, 1, 87, 11, 0, // Skip to: 18553 +/* 15650 */ MCD_OPC_CheckPredicate, 21, 82, 11, 0, // Skip to: 18553 +/* 15655 */ MCD_OPC_Decode, 199, 13, 98, // Opcode: VMINuv4i32 +/* 15659 */ MCD_OPC_FilterValue, 7, 117, 0, 0, // Skip to: 15781 +/* 15664 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15667 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15705 +/* 15672 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15675 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15690 +/* 15681 */ MCD_OPC_CheckPredicate, 21, 51, 11, 0, // Skip to: 18553 +/* 15686 */ MCD_OPC_Decode, 180, 7, 106, // Opcode: VABAsv16i8 +/* 15690 */ MCD_OPC_FilterValue, 243, 1, 41, 11, 0, // Skip to: 18553 +/* 15696 */ MCD_OPC_CheckPredicate, 21, 36, 11, 0, // Skip to: 18553 +/* 15701 */ MCD_OPC_Decode, 186, 7, 106, // Opcode: VABAuv16i8 +/* 15705 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15743 +/* 15710 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15713 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15728 +/* 15719 */ MCD_OPC_CheckPredicate, 21, 13, 11, 0, // Skip to: 18553 +/* 15724 */ MCD_OPC_Decode, 184, 7, 106, // Opcode: VABAsv8i16 +/* 15728 */ MCD_OPC_FilterValue, 243, 1, 3, 11, 0, // Skip to: 18553 +/* 15734 */ MCD_OPC_CheckPredicate, 21, 254, 10, 0, // Skip to: 18553 +/* 15739 */ MCD_OPC_Decode, 190, 7, 106, // Opcode: VABAuv8i16 +/* 15743 */ MCD_OPC_FilterValue, 2, 245, 10, 0, // Skip to: 18553 +/* 15748 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15751 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15766 +/* 15757 */ MCD_OPC_CheckPredicate, 21, 231, 10, 0, // Skip to: 18553 +/* 15762 */ MCD_OPC_Decode, 183, 7, 106, // Opcode: VABAsv4i32 +/* 15766 */ MCD_OPC_FilterValue, 243, 1, 221, 10, 0, // Skip to: 18553 +/* 15772 */ MCD_OPC_CheckPredicate, 21, 216, 10, 0, // Skip to: 18553 +/* 15777 */ MCD_OPC_Decode, 189, 7, 106, // Opcode: VABAuv4i32 +/* 15781 */ MCD_OPC_FilterValue, 8, 117, 0, 0, // Skip to: 15903 +/* 15786 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15789 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15827 +/* 15794 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15797 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15812 +/* 15803 */ MCD_OPC_CheckPredicate, 21, 185, 10, 0, // Skip to: 18553 +/* 15808 */ MCD_OPC_Decode, 153, 21, 98, // Opcode: VTSTv16i8 +/* 15812 */ MCD_OPC_FilterValue, 243, 1, 175, 10, 0, // Skip to: 18553 +/* 15818 */ MCD_OPC_CheckPredicate, 21, 170, 10, 0, // Skip to: 18553 +/* 15823 */ MCD_OPC_Decode, 159, 8, 98, // Opcode: VCEQv16i8 +/* 15827 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 15865 +/* 15832 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15835 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15850 +/* 15841 */ MCD_OPC_CheckPredicate, 21, 147, 10, 0, // Skip to: 18553 +/* 15846 */ MCD_OPC_Decode, 157, 21, 98, // Opcode: VTSTv8i16 +/* 15850 */ MCD_OPC_FilterValue, 243, 1, 137, 10, 0, // Skip to: 18553 +/* 15856 */ MCD_OPC_CheckPredicate, 21, 132, 10, 0, // Skip to: 18553 +/* 15861 */ MCD_OPC_Decode, 163, 8, 98, // Opcode: VCEQv8i16 +/* 15865 */ MCD_OPC_FilterValue, 2, 123, 10, 0, // Skip to: 18553 +/* 15870 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15873 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15888 +/* 15879 */ MCD_OPC_CheckPredicate, 21, 109, 10, 0, // Skip to: 18553 +/* 15884 */ MCD_OPC_Decode, 156, 21, 98, // Opcode: VTSTv4i32 +/* 15888 */ MCD_OPC_FilterValue, 243, 1, 99, 10, 0, // Skip to: 18553 +/* 15894 */ MCD_OPC_CheckPredicate, 21, 94, 10, 0, // Skip to: 18553 +/* 15899 */ MCD_OPC_Decode, 162, 8, 98, // Opcode: VCEQv4i32 +/* 15903 */ MCD_OPC_FilterValue, 9, 85, 0, 0, // Skip to: 15993 +/* 15908 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 15911 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 15949 +/* 15916 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 15919 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 15934 +/* 15925 */ MCD_OPC_CheckPredicate, 21, 63, 10, 0, // Skip to: 18553 +/* 15930 */ MCD_OPC_Decode, 208, 14, 98, // Opcode: VMULv16i8 +/* 15934 */ MCD_OPC_FilterValue, 243, 1, 53, 10, 0, // Skip to: 18553 +/* 15940 */ MCD_OPC_CheckPredicate, 21, 48, 10, 0, // Skip to: 18553 +/* 15945 */ MCD_OPC_Decode, 199, 14, 98, // Opcode: VMULpq +/* 15949 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 15971 +/* 15954 */ MCD_OPC_CheckPredicate, 21, 34, 10, 0, // Skip to: 18553 +/* 15959 */ MCD_OPC_CheckField, 24, 8, 242, 1, 26, 10, 0, // Skip to: 18553 +/* 15967 */ MCD_OPC_Decode, 212, 14, 98, // Opcode: VMULv8i16 +/* 15971 */ MCD_OPC_FilterValue, 2, 17, 10, 0, // Skip to: 18553 +/* 15976 */ MCD_OPC_CheckPredicate, 21, 12, 10, 0, // Skip to: 18553 +/* 15981 */ MCD_OPC_CheckField, 24, 8, 242, 1, 4, 10, 0, // Skip to: 18553 +/* 15989 */ MCD_OPC_Decode, 211, 14, 98, // Opcode: VMULv4i32 +/* 15993 */ MCD_OPC_FilterValue, 11, 47, 0, 0, // Skip to: 16045 +/* 15998 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 16001 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 16023 +/* 16006 */ MCD_OPC_CheckPredicate, 23, 238, 9, 0, // Skip to: 18553 +/* 16011 */ MCD_OPC_CheckField, 24, 8, 243, 1, 230, 9, 0, // Skip to: 18553 +/* 16019 */ MCD_OPC_Decode, 231, 15, 106, // Opcode: VQRDMLAHv8i16 +/* 16023 */ MCD_OPC_FilterValue, 2, 221, 9, 0, // Skip to: 18553 +/* 16028 */ MCD_OPC_CheckPredicate, 23, 216, 9, 0, // Skip to: 18553 +/* 16033 */ MCD_OPC_CheckField, 24, 8, 243, 1, 208, 9, 0, // Skip to: 18553 +/* 16041 */ MCD_OPC_Decode, 230, 15, 106, // Opcode: VQRDMLAHv4i32 +/* 16045 */ MCD_OPC_FilterValue, 12, 123, 0, 0, // Skip to: 16173 +/* 16050 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 16053 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16075 +/* 16058 */ MCD_OPC_CheckPredicate, 26, 186, 9, 0, // Skip to: 18553 +/* 16063 */ MCD_OPC_CheckField, 24, 8, 242, 1, 178, 9, 0, // Skip to: 18553 +/* 16071 */ MCD_OPC_Decode, 153, 10, 106, // Opcode: VFMAfq +/* 16075 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 16113 +/* 16080 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 16083 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 16098 +/* 16089 */ MCD_OPC_CheckPredicate, 22, 155, 9, 0, // Skip to: 18553 +/* 16094 */ MCD_OPC_Decode, 155, 10, 106, // Opcode: VFMAhq +/* 16098 */ MCD_OPC_FilterValue, 243, 1, 145, 9, 0, // Skip to: 18553 +/* 16104 */ MCD_OPC_CheckPredicate, 23, 140, 9, 0, // Skip to: 18553 +/* 16109 */ MCD_OPC_Decode, 239, 15, 106, // Opcode: VQRDMLSHv8i16 +/* 16113 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 16151 +/* 16118 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 16121 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 16136 +/* 16127 */ MCD_OPC_CheckPredicate, 26, 117, 9, 0, // Skip to: 18553 +/* 16132 */ MCD_OPC_Decode, 160, 10, 106, // Opcode: VFMSfq +/* 16136 */ MCD_OPC_FilterValue, 243, 1, 107, 9, 0, // Skip to: 18553 +/* 16142 */ MCD_OPC_CheckPredicate, 23, 102, 9, 0, // Skip to: 18553 +/* 16147 */ MCD_OPC_Decode, 238, 15, 106, // Opcode: VQRDMLSHv4i32 +/* 16151 */ MCD_OPC_FilterValue, 3, 93, 9, 0, // Skip to: 18553 +/* 16156 */ MCD_OPC_CheckPredicate, 22, 88, 9, 0, // Skip to: 18553 +/* 16161 */ MCD_OPC_CheckField, 24, 8, 242, 1, 80, 9, 0, // Skip to: 18553 +/* 16169 */ MCD_OPC_Decode, 162, 10, 106, // Opcode: VFMShq +/* 16173 */ MCD_OPC_FilterValue, 13, 123, 0, 0, // Skip to: 16301 +/* 16178 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 16181 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 16219 +/* 16186 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 16189 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 16204 +/* 16195 */ MCD_OPC_CheckPredicate, 21, 49, 9, 0, // Skip to: 18553 +/* 16200 */ MCD_OPC_Decode, 216, 13, 106, // Opcode: VMLAfq +/* 16204 */ MCD_OPC_FilterValue, 243, 1, 39, 9, 0, // Skip to: 18553 +/* 16210 */ MCD_OPC_CheckPredicate, 21, 34, 9, 0, // Skip to: 18553 +/* 16215 */ MCD_OPC_Decode, 195, 14, 98, // Opcode: VMULfq +/* 16219 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 16257 +/* 16224 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 16227 */ MCD_OPC_FilterValue, 242, 1, 9, 0, 0, // Skip to: 16242 +/* 16233 */ MCD_OPC_CheckPredicate, 22, 11, 9, 0, // Skip to: 18553 +/* 16238 */ MCD_OPC_Decode, 218, 13, 106, // Opcode: VMLAhq +/* 16242 */ MCD_OPC_FilterValue, 243, 1, 1, 9, 0, // Skip to: 18553 +/* 16248 */ MCD_OPC_CheckPredicate, 22, 252, 8, 0, // Skip to: 18553 +/* 16253 */ MCD_OPC_Decode, 197, 14, 98, // Opcode: VMULhq +/* 16257 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16279 +/* 16262 */ MCD_OPC_CheckPredicate, 21, 238, 8, 0, // Skip to: 18553 +/* 16267 */ MCD_OPC_CheckField, 24, 8, 242, 1, 230, 8, 0, // Skip to: 18553 +/* 16275 */ MCD_OPC_Decode, 247, 13, 106, // Opcode: VMLSfq +/* 16279 */ MCD_OPC_FilterValue, 3, 221, 8, 0, // Skip to: 18553 +/* 16284 */ MCD_OPC_CheckPredicate, 22, 216, 8, 0, // Skip to: 18553 +/* 16289 */ MCD_OPC_CheckField, 24, 8, 242, 1, 208, 8, 0, // Skip to: 18553 +/* 16297 */ MCD_OPC_Decode, 249, 13, 106, // Opcode: VMLShq +/* 16301 */ MCD_OPC_FilterValue, 14, 91, 0, 0, // Skip to: 16397 +/* 16306 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 16309 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16331 +/* 16314 */ MCD_OPC_CheckPredicate, 21, 186, 8, 0, // Skip to: 18553 +/* 16319 */ MCD_OPC_CheckField, 24, 8, 243, 1, 178, 8, 0, // Skip to: 18553 +/* 16327 */ MCD_OPC_Decode, 228, 7, 98, // Opcode: VACGEfq +/* 16331 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 16353 +/* 16336 */ MCD_OPC_CheckPredicate, 22, 164, 8, 0, // Skip to: 18553 +/* 16341 */ MCD_OPC_CheckField, 24, 8, 243, 1, 156, 8, 0, // Skip to: 18553 +/* 16349 */ MCD_OPC_Decode, 230, 7, 98, // Opcode: VACGEhq +/* 16353 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16375 +/* 16358 */ MCD_OPC_CheckPredicate, 21, 142, 8, 0, // Skip to: 18553 +/* 16363 */ MCD_OPC_CheckField, 24, 8, 243, 1, 134, 8, 0, // Skip to: 18553 +/* 16371 */ MCD_OPC_Decode, 232, 7, 98, // Opcode: VACGTfq +/* 16375 */ MCD_OPC_FilterValue, 3, 125, 8, 0, // Skip to: 18553 +/* 16380 */ MCD_OPC_CheckPredicate, 22, 120, 8, 0, // Skip to: 18553 +/* 16385 */ MCD_OPC_CheckField, 24, 8, 243, 1, 112, 8, 0, // Skip to: 18553 +/* 16393 */ MCD_OPC_Decode, 234, 7, 98, // Opcode: VACGThq +/* 16397 */ MCD_OPC_FilterValue, 15, 103, 8, 0, // Skip to: 18553 +/* 16402 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 16405 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16427 +/* 16410 */ MCD_OPC_CheckPredicate, 21, 90, 8, 0, // Skip to: 18553 +/* 16415 */ MCD_OPC_CheckField, 24, 8, 242, 1, 82, 8, 0, // Skip to: 18553 +/* 16423 */ MCD_OPC_Decode, 220, 16, 98, // Opcode: VRECPSfq +/* 16427 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 16449 +/* 16432 */ MCD_OPC_CheckPredicate, 22, 68, 8, 0, // Skip to: 18553 +/* 16437 */ MCD_OPC_CheckField, 24, 8, 242, 1, 60, 8, 0, // Skip to: 18553 +/* 16445 */ MCD_OPC_Decode, 222, 16, 98, // Opcode: VRECPShq +/* 16449 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16471 +/* 16454 */ MCD_OPC_CheckPredicate, 21, 46, 8, 0, // Skip to: 18553 +/* 16459 */ MCD_OPC_CheckField, 24, 8, 242, 1, 38, 8, 0, // Skip to: 18553 +/* 16467 */ MCD_OPC_Decode, 206, 17, 98, // Opcode: VRSQRTSfq +/* 16471 */ MCD_OPC_FilterValue, 3, 29, 8, 0, // Skip to: 18553 +/* 16476 */ MCD_OPC_CheckPredicate, 22, 24, 8, 0, // Skip to: 18553 +/* 16481 */ MCD_OPC_CheckField, 24, 8, 242, 1, 16, 8, 0, // Skip to: 18553 +/* 16489 */ MCD_OPC_Decode, 208, 17, 98, // Opcode: VRSQRTShq +/* 16493 */ MCD_OPC_FilterValue, 1, 7, 8, 0, // Skip to: 18553 +/* 16498 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 16501 */ MCD_OPC_FilterValue, 0, 217, 6, 0, // Skip to: 18259 +/* 16506 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... +/* 16509 */ MCD_OPC_FilterValue, 121, 247, 7, 0, // Skip to: 18553 +/* 16514 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 16517 */ MCD_OPC_FilterValue, 0, 139, 0, 0, // Skip to: 16661 +/* 16522 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 16525 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 16623 +/* 16530 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 16533 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 16585 +/* 16538 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16541 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16563 +/* 16546 */ MCD_OPC_CheckPredicate, 21, 239, 5, 0, // Skip to: 18070 +/* 16551 */ MCD_OPC_CheckField, 19, 1, 1, 232, 5, 0, // Skip to: 18070 +/* 16558 */ MCD_OPC_Decode, 155, 18, 166, 1, // Opcode: VSHRsv16i8 +/* 16563 */ MCD_OPC_FilterValue, 1, 222, 5, 0, // Skip to: 18070 +/* 16568 */ MCD_OPC_CheckPredicate, 21, 217, 5, 0, // Skip to: 18070 +/* 16573 */ MCD_OPC_CheckField, 19, 1, 1, 210, 5, 0, // Skip to: 18070 +/* 16580 */ MCD_OPC_Decode, 163, 18, 166, 1, // Opcode: VSHRuv16i8 +/* 16585 */ MCD_OPC_FilterValue, 1, 200, 5, 0, // Skip to: 18070 +/* 16590 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16593 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16608 +/* 16598 */ MCD_OPC_CheckPredicate, 21, 187, 5, 0, // Skip to: 18070 +/* 16603 */ MCD_OPC_Decode, 161, 18, 167, 1, // Opcode: VSHRsv8i16 +/* 16608 */ MCD_OPC_FilterValue, 1, 177, 5, 0, // Skip to: 18070 +/* 16613 */ MCD_OPC_CheckPredicate, 21, 172, 5, 0, // Skip to: 18070 +/* 16618 */ MCD_OPC_Decode, 169, 18, 167, 1, // Opcode: VSHRuv8i16 +/* 16623 */ MCD_OPC_FilterValue, 1, 162, 5, 0, // Skip to: 18070 +/* 16628 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16631 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16646 +/* 16636 */ MCD_OPC_CheckPredicate, 21, 149, 5, 0, // Skip to: 18070 +/* 16641 */ MCD_OPC_Decode, 160, 18, 168, 1, // Opcode: VSHRsv4i32 +/* 16646 */ MCD_OPC_FilterValue, 1, 139, 5, 0, // Skip to: 18070 +/* 16651 */ MCD_OPC_CheckPredicate, 21, 134, 5, 0, // Skip to: 18070 +/* 16656 */ MCD_OPC_Decode, 168, 18, 168, 1, // Opcode: VSHRuv4i32 +/* 16661 */ MCD_OPC_FilterValue, 1, 139, 0, 0, // Skip to: 16805 +/* 16666 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 16669 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 16767 +/* 16674 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 16677 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 16729 +/* 16682 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16685 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16707 +/* 16690 */ MCD_OPC_CheckPredicate, 21, 95, 5, 0, // Skip to: 18070 +/* 16695 */ MCD_OPC_CheckField, 19, 1, 1, 88, 5, 0, // Skip to: 18070 +/* 16702 */ MCD_OPC_Decode, 191, 18, 169, 1, // Opcode: VSRAsv16i8 +/* 16707 */ MCD_OPC_FilterValue, 1, 78, 5, 0, // Skip to: 18070 +/* 16712 */ MCD_OPC_CheckPredicate, 21, 73, 5, 0, // Skip to: 18070 +/* 16717 */ MCD_OPC_CheckField, 19, 1, 1, 66, 5, 0, // Skip to: 18070 +/* 16724 */ MCD_OPC_Decode, 199, 18, 169, 1, // Opcode: VSRAuv16i8 +/* 16729 */ MCD_OPC_FilterValue, 1, 56, 5, 0, // Skip to: 18070 +/* 16734 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16737 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16752 +/* 16742 */ MCD_OPC_CheckPredicate, 21, 43, 5, 0, // Skip to: 18070 +/* 16747 */ MCD_OPC_Decode, 197, 18, 170, 1, // Opcode: VSRAsv8i16 +/* 16752 */ MCD_OPC_FilterValue, 1, 33, 5, 0, // Skip to: 18070 +/* 16757 */ MCD_OPC_CheckPredicate, 21, 28, 5, 0, // Skip to: 18070 +/* 16762 */ MCD_OPC_Decode, 205, 18, 170, 1, // Opcode: VSRAuv8i16 +/* 16767 */ MCD_OPC_FilterValue, 1, 18, 5, 0, // Skip to: 18070 +/* 16772 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16775 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16790 +/* 16780 */ MCD_OPC_CheckPredicate, 21, 5, 5, 0, // Skip to: 18070 +/* 16785 */ MCD_OPC_Decode, 196, 18, 171, 1, // Opcode: VSRAsv4i32 +/* 16790 */ MCD_OPC_FilterValue, 1, 251, 4, 0, // Skip to: 18070 +/* 16795 */ MCD_OPC_CheckPredicate, 21, 246, 4, 0, // Skip to: 18070 +/* 16800 */ MCD_OPC_Decode, 204, 18, 171, 1, // Opcode: VSRAuv4i32 +/* 16805 */ MCD_OPC_FilterValue, 2, 139, 0, 0, // Skip to: 16949 +/* 16810 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 16813 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 16911 +/* 16818 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 16821 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 16873 +/* 16826 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16829 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16851 +/* 16834 */ MCD_OPC_CheckPredicate, 21, 207, 4, 0, // Skip to: 18070 +/* 16839 */ MCD_OPC_CheckField, 19, 1, 1, 200, 4, 0, // Skip to: 18070 +/* 16846 */ MCD_OPC_Decode, 183, 17, 166, 1, // Opcode: VRSHRsv16i8 +/* 16851 */ MCD_OPC_FilterValue, 1, 190, 4, 0, // Skip to: 18070 +/* 16856 */ MCD_OPC_CheckPredicate, 21, 185, 4, 0, // Skip to: 18070 +/* 16861 */ MCD_OPC_CheckField, 19, 1, 1, 178, 4, 0, // Skip to: 18070 +/* 16868 */ MCD_OPC_Decode, 191, 17, 166, 1, // Opcode: VRSHRuv16i8 +/* 16873 */ MCD_OPC_FilterValue, 1, 168, 4, 0, // Skip to: 18070 +/* 16878 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16881 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16896 +/* 16886 */ MCD_OPC_CheckPredicate, 21, 155, 4, 0, // Skip to: 18070 +/* 16891 */ MCD_OPC_Decode, 189, 17, 167, 1, // Opcode: VRSHRsv8i16 +/* 16896 */ MCD_OPC_FilterValue, 1, 145, 4, 0, // Skip to: 18070 +/* 16901 */ MCD_OPC_CheckPredicate, 21, 140, 4, 0, // Skip to: 18070 +/* 16906 */ MCD_OPC_Decode, 197, 17, 167, 1, // Opcode: VRSHRuv8i16 +/* 16911 */ MCD_OPC_FilterValue, 1, 130, 4, 0, // Skip to: 18070 +/* 16916 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16919 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16934 +/* 16924 */ MCD_OPC_CheckPredicate, 21, 117, 4, 0, // Skip to: 18070 +/* 16929 */ MCD_OPC_Decode, 188, 17, 168, 1, // Opcode: VRSHRsv4i32 +/* 16934 */ MCD_OPC_FilterValue, 1, 107, 4, 0, // Skip to: 18070 +/* 16939 */ MCD_OPC_CheckPredicate, 21, 102, 4, 0, // Skip to: 18070 +/* 16944 */ MCD_OPC_Decode, 196, 17, 168, 1, // Opcode: VRSHRuv4i32 +/* 16949 */ MCD_OPC_FilterValue, 3, 139, 0, 0, // Skip to: 17093 +/* 16954 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 16957 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17055 +/* 16962 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 16965 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17017 +/* 16970 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 16973 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16995 +/* 16978 */ MCD_OPC_CheckPredicate, 21, 63, 4, 0, // Skip to: 18070 +/* 16983 */ MCD_OPC_CheckField, 19, 1, 1, 56, 4, 0, // Skip to: 18070 +/* 16990 */ MCD_OPC_Decode, 209, 17, 169, 1, // Opcode: VRSRAsv16i8 +/* 16995 */ MCD_OPC_FilterValue, 1, 46, 4, 0, // Skip to: 18070 +/* 17000 */ MCD_OPC_CheckPredicate, 21, 41, 4, 0, // Skip to: 18070 +/* 17005 */ MCD_OPC_CheckField, 19, 1, 1, 34, 4, 0, // Skip to: 18070 +/* 17012 */ MCD_OPC_Decode, 217, 17, 169, 1, // Opcode: VRSRAuv16i8 +/* 17017 */ MCD_OPC_FilterValue, 1, 24, 4, 0, // Skip to: 18070 +/* 17022 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17025 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17040 +/* 17030 */ MCD_OPC_CheckPredicate, 21, 11, 4, 0, // Skip to: 18070 +/* 17035 */ MCD_OPC_Decode, 215, 17, 170, 1, // Opcode: VRSRAsv8i16 +/* 17040 */ MCD_OPC_FilterValue, 1, 1, 4, 0, // Skip to: 18070 +/* 17045 */ MCD_OPC_CheckPredicate, 21, 252, 3, 0, // Skip to: 18070 +/* 17050 */ MCD_OPC_Decode, 223, 17, 170, 1, // Opcode: VRSRAuv8i16 +/* 17055 */ MCD_OPC_FilterValue, 1, 242, 3, 0, // Skip to: 18070 +/* 17060 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17063 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17078 +/* 17068 */ MCD_OPC_CheckPredicate, 21, 229, 3, 0, // Skip to: 18070 +/* 17073 */ MCD_OPC_Decode, 214, 17, 171, 1, // Opcode: VRSRAsv4i32 +/* 17078 */ MCD_OPC_FilterValue, 1, 219, 3, 0, // Skip to: 18070 +/* 17083 */ MCD_OPC_CheckPredicate, 21, 214, 3, 0, // Skip to: 18070 +/* 17088 */ MCD_OPC_Decode, 222, 17, 171, 1, // Opcode: VRSRAuv4i32 +/* 17093 */ MCD_OPC_FilterValue, 4, 84, 0, 0, // Skip to: 17182 +/* 17098 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17101 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 17160 +/* 17106 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17109 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17138 +/* 17114 */ MCD_OPC_CheckPredicate, 21, 183, 3, 0, // Skip to: 18070 +/* 17119 */ MCD_OPC_CheckField, 24, 1, 1, 176, 3, 0, // Skip to: 18070 +/* 17126 */ MCD_OPC_CheckField, 19, 1, 1, 169, 3, 0, // Skip to: 18070 +/* 17133 */ MCD_OPC_Decode, 207, 18, 169, 1, // Opcode: VSRIv16i8 +/* 17138 */ MCD_OPC_FilterValue, 1, 159, 3, 0, // Skip to: 18070 +/* 17143 */ MCD_OPC_CheckPredicate, 21, 154, 3, 0, // Skip to: 18070 +/* 17148 */ MCD_OPC_CheckField, 24, 1, 1, 147, 3, 0, // Skip to: 18070 +/* 17155 */ MCD_OPC_Decode, 213, 18, 170, 1, // Opcode: VSRIv8i16 +/* 17160 */ MCD_OPC_FilterValue, 1, 137, 3, 0, // Skip to: 18070 +/* 17165 */ MCD_OPC_CheckPredicate, 21, 132, 3, 0, // Skip to: 18070 +/* 17170 */ MCD_OPC_CheckField, 24, 1, 1, 125, 3, 0, // Skip to: 18070 +/* 17177 */ MCD_OPC_Decode, 212, 18, 171, 1, // Opcode: VSRIv4i32 +/* 17182 */ MCD_OPC_FilterValue, 5, 139, 0, 0, // Skip to: 17326 +/* 17187 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17190 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17288 +/* 17195 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17198 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17250 +/* 17203 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17206 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17228 +/* 17211 */ MCD_OPC_CheckPredicate, 21, 86, 3, 0, // Skip to: 18070 +/* 17216 */ MCD_OPC_CheckField, 19, 1, 1, 79, 3, 0, // Skip to: 18070 +/* 17223 */ MCD_OPC_Decode, 128, 18, 172, 1, // Opcode: VSHLiv16i8 +/* 17228 */ MCD_OPC_FilterValue, 1, 69, 3, 0, // Skip to: 18070 +/* 17233 */ MCD_OPC_CheckPredicate, 21, 64, 3, 0, // Skip to: 18070 +/* 17238 */ MCD_OPC_CheckField, 19, 1, 1, 57, 3, 0, // Skip to: 18070 +/* 17245 */ MCD_OPC_Decode, 177, 18, 173, 1, // Opcode: VSLIv16i8 +/* 17250 */ MCD_OPC_FilterValue, 1, 47, 3, 0, // Skip to: 18070 +/* 17255 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17258 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17273 +/* 17263 */ MCD_OPC_CheckPredicate, 21, 34, 3, 0, // Skip to: 18070 +/* 17268 */ MCD_OPC_Decode, 134, 18, 174, 1, // Opcode: VSHLiv8i16 +/* 17273 */ MCD_OPC_FilterValue, 1, 24, 3, 0, // Skip to: 18070 +/* 17278 */ MCD_OPC_CheckPredicate, 21, 19, 3, 0, // Skip to: 18070 +/* 17283 */ MCD_OPC_Decode, 183, 18, 175, 1, // Opcode: VSLIv8i16 +/* 17288 */ MCD_OPC_FilterValue, 1, 9, 3, 0, // Skip to: 18070 +/* 17293 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17296 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17311 +/* 17301 */ MCD_OPC_CheckPredicate, 21, 252, 2, 0, // Skip to: 18070 +/* 17306 */ MCD_OPC_Decode, 133, 18, 176, 1, // Opcode: VSHLiv4i32 +/* 17311 */ MCD_OPC_FilterValue, 1, 242, 2, 0, // Skip to: 18070 +/* 17316 */ MCD_OPC_CheckPredicate, 21, 237, 2, 0, // Skip to: 18070 +/* 17321 */ MCD_OPC_Decode, 182, 18, 177, 1, // Opcode: VSLIv4i32 +/* 17326 */ MCD_OPC_FilterValue, 6, 84, 0, 0, // Skip to: 17415 +/* 17331 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17334 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 17393 +/* 17339 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17342 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17371 +/* 17347 */ MCD_OPC_CheckPredicate, 21, 206, 2, 0, // Skip to: 18070 +/* 17352 */ MCD_OPC_CheckField, 24, 1, 1, 199, 2, 0, // Skip to: 18070 +/* 17359 */ MCD_OPC_CheckField, 19, 1, 1, 192, 2, 0, // Skip to: 18070 +/* 17366 */ MCD_OPC_Decode, 153, 16, 172, 1, // Opcode: VQSHLsuv16i8 +/* 17371 */ MCD_OPC_FilterValue, 1, 182, 2, 0, // Skip to: 18070 +/* 17376 */ MCD_OPC_CheckPredicate, 21, 177, 2, 0, // Skip to: 18070 +/* 17381 */ MCD_OPC_CheckField, 24, 1, 1, 170, 2, 0, // Skip to: 18070 +/* 17388 */ MCD_OPC_Decode, 159, 16, 174, 1, // Opcode: VQSHLsuv8i16 +/* 17393 */ MCD_OPC_FilterValue, 1, 160, 2, 0, // Skip to: 18070 +/* 17398 */ MCD_OPC_CheckPredicate, 21, 155, 2, 0, // Skip to: 18070 +/* 17403 */ MCD_OPC_CheckField, 24, 1, 1, 148, 2, 0, // Skip to: 18070 +/* 17410 */ MCD_OPC_Decode, 158, 16, 176, 1, // Opcode: VQSHLsuv4i32 +/* 17415 */ MCD_OPC_FilterValue, 7, 139, 0, 0, // Skip to: 17559 +/* 17420 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17423 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17521 +/* 17428 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17431 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17483 +/* 17436 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17439 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17461 +/* 17444 */ MCD_OPC_CheckPredicate, 21, 109, 2, 0, // Skip to: 18070 +/* 17449 */ MCD_OPC_CheckField, 19, 1, 1, 102, 2, 0, // Skip to: 18070 +/* 17456 */ MCD_OPC_Decode, 145, 16, 172, 1, // Opcode: VQSHLsiv16i8 +/* 17461 */ MCD_OPC_FilterValue, 1, 92, 2, 0, // Skip to: 18070 +/* 17466 */ MCD_OPC_CheckPredicate, 21, 87, 2, 0, // Skip to: 18070 +/* 17471 */ MCD_OPC_CheckField, 19, 1, 1, 80, 2, 0, // Skip to: 18070 +/* 17478 */ MCD_OPC_Decode, 169, 16, 172, 1, // Opcode: VQSHLuiv16i8 +/* 17483 */ MCD_OPC_FilterValue, 1, 70, 2, 0, // Skip to: 18070 +/* 17488 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17491 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17506 +/* 17496 */ MCD_OPC_CheckPredicate, 21, 57, 2, 0, // Skip to: 18070 +/* 17501 */ MCD_OPC_Decode, 151, 16, 174, 1, // Opcode: VQSHLsiv8i16 +/* 17506 */ MCD_OPC_FilterValue, 1, 47, 2, 0, // Skip to: 18070 +/* 17511 */ MCD_OPC_CheckPredicate, 21, 42, 2, 0, // Skip to: 18070 +/* 17516 */ MCD_OPC_Decode, 175, 16, 174, 1, // Opcode: VQSHLuiv8i16 +/* 17521 */ MCD_OPC_FilterValue, 1, 32, 2, 0, // Skip to: 18070 +/* 17526 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17529 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17544 +/* 17534 */ MCD_OPC_CheckPredicate, 21, 19, 2, 0, // Skip to: 18070 +/* 17539 */ MCD_OPC_Decode, 150, 16, 176, 1, // Opcode: VQSHLsiv4i32 +/* 17544 */ MCD_OPC_FilterValue, 1, 9, 2, 0, // Skip to: 18070 +/* 17549 */ MCD_OPC_CheckPredicate, 21, 4, 2, 0, // Skip to: 18070 +/* 17554 */ MCD_OPC_Decode, 174, 16, 176, 1, // Opcode: VQSHLuiv4i32 +/* 17559 */ MCD_OPC_FilterValue, 8, 139, 0, 0, // Skip to: 17703 +/* 17564 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17567 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17665 +/* 17572 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17575 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17627 +/* 17580 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17583 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17605 +/* 17588 */ MCD_OPC_CheckPredicate, 21, 221, 1, 0, // Skip to: 18070 +/* 17593 */ MCD_OPC_CheckField, 19, 1, 1, 214, 1, 0, // Skip to: 18070 +/* 17600 */ MCD_OPC_Decode, 182, 17, 154, 1, // Opcode: VRSHRNv8i8 +/* 17605 */ MCD_OPC_FilterValue, 1, 204, 1, 0, // Skip to: 18070 +/* 17610 */ MCD_OPC_CheckPredicate, 21, 199, 1, 0, // Skip to: 18070 +/* 17615 */ MCD_OPC_CheckField, 19, 1, 1, 192, 1, 0, // Skip to: 18070 +/* 17622 */ MCD_OPC_Decode, 144, 16, 154, 1, // Opcode: VQRSHRUNv8i8 +/* 17627 */ MCD_OPC_FilterValue, 1, 182, 1, 0, // Skip to: 18070 +/* 17632 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17635 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17650 +/* 17640 */ MCD_OPC_CheckPredicate, 21, 169, 1, 0, // Skip to: 18070 +/* 17645 */ MCD_OPC_Decode, 181, 17, 155, 1, // Opcode: VRSHRNv4i16 +/* 17650 */ MCD_OPC_FilterValue, 1, 159, 1, 0, // Skip to: 18070 +/* 17655 */ MCD_OPC_CheckPredicate, 21, 154, 1, 0, // Skip to: 18070 +/* 17660 */ MCD_OPC_Decode, 143, 16, 155, 1, // Opcode: VQRSHRUNv4i16 +/* 17665 */ MCD_OPC_FilterValue, 1, 144, 1, 0, // Skip to: 18070 +/* 17670 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17673 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17688 +/* 17678 */ MCD_OPC_CheckPredicate, 21, 131, 1, 0, // Skip to: 18070 +/* 17683 */ MCD_OPC_Decode, 180, 17, 156, 1, // Opcode: VRSHRNv2i32 +/* 17688 */ MCD_OPC_FilterValue, 1, 121, 1, 0, // Skip to: 18070 +/* 17693 */ MCD_OPC_CheckPredicate, 21, 116, 1, 0, // Skip to: 18070 +/* 17698 */ MCD_OPC_Decode, 142, 16, 156, 1, // Opcode: VQRSHRUNv2i32 +/* 17703 */ MCD_OPC_FilterValue, 9, 139, 0, 0, // Skip to: 17847 +/* 17708 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 17711 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17809 +/* 17716 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 17719 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17771 +/* 17724 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17727 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17749 +/* 17732 */ MCD_OPC_CheckPredicate, 21, 77, 1, 0, // Skip to: 18070 +/* 17737 */ MCD_OPC_CheckField, 19, 1, 1, 70, 1, 0, // Skip to: 18070 +/* 17744 */ MCD_OPC_Decode, 138, 16, 154, 1, // Opcode: VQRSHRNsv8i8 +/* 17749 */ MCD_OPC_FilterValue, 1, 60, 1, 0, // Skip to: 18070 +/* 17754 */ MCD_OPC_CheckPredicate, 21, 55, 1, 0, // Skip to: 18070 +/* 17759 */ MCD_OPC_CheckField, 19, 1, 1, 48, 1, 0, // Skip to: 18070 +/* 17766 */ MCD_OPC_Decode, 141, 16, 154, 1, // Opcode: VQRSHRNuv8i8 +/* 17771 */ MCD_OPC_FilterValue, 1, 38, 1, 0, // Skip to: 18070 +/* 17776 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17779 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17794 +/* 17784 */ MCD_OPC_CheckPredicate, 21, 25, 1, 0, // Skip to: 18070 +/* 17789 */ MCD_OPC_Decode, 137, 16, 155, 1, // Opcode: VQRSHRNsv4i16 +/* 17794 */ MCD_OPC_FilterValue, 1, 15, 1, 0, // Skip to: 18070 +/* 17799 */ MCD_OPC_CheckPredicate, 21, 10, 1, 0, // Skip to: 18070 +/* 17804 */ MCD_OPC_Decode, 140, 16, 155, 1, // Opcode: VQRSHRNuv4i16 +/* 17809 */ MCD_OPC_FilterValue, 1, 0, 1, 0, // Skip to: 18070 +/* 17814 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17817 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17832 +/* 17822 */ MCD_OPC_CheckPredicate, 21, 243, 0, 0, // Skip to: 18070 +/* 17827 */ MCD_OPC_Decode, 136, 16, 156, 1, // Opcode: VQRSHRNsv2i32 +/* 17832 */ MCD_OPC_FilterValue, 1, 233, 0, 0, // Skip to: 18070 +/* 17837 */ MCD_OPC_CheckPredicate, 21, 228, 0, 0, // Skip to: 18070 +/* 17842 */ MCD_OPC_Decode, 139, 16, 156, 1, // Opcode: VQRSHRNuv2i32 +/* 17847 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 17885 +/* 17852 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17855 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17870 +/* 17860 */ MCD_OPC_CheckPredicate, 22, 205, 0, 0, // Skip to: 18070 +/* 17865 */ MCD_OPC_Decode, 248, 9, 178, 1, // Opcode: VCVTxs2hq +/* 17870 */ MCD_OPC_FilterValue, 1, 195, 0, 0, // Skip to: 18070 +/* 17875 */ MCD_OPC_CheckPredicate, 22, 190, 0, 0, // Skip to: 18070 +/* 17880 */ MCD_OPC_Decode, 252, 9, 178, 1, // Opcode: VCVTxu2hq +/* 17885 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 17923 +/* 17890 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17893 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17908 +/* 17898 */ MCD_OPC_CheckPredicate, 22, 167, 0, 0, // Skip to: 18070 +/* 17903 */ MCD_OPC_Decode, 234, 9, 178, 1, // Opcode: VCVTh2xsq +/* 17908 */ MCD_OPC_FilterValue, 1, 157, 0, 0, // Skip to: 18070 +/* 17913 */ MCD_OPC_CheckPredicate, 22, 152, 0, 0, // Skip to: 18070 +/* 17918 */ MCD_OPC_Decode, 236, 9, 178, 1, // Opcode: VCVTh2xuq +/* 17923 */ MCD_OPC_FilterValue, 14, 80, 0, 0, // Skip to: 18008 +/* 17928 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 17931 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17953 +/* 17936 */ MCD_OPC_CheckPredicate, 21, 34, 0, 0, // Skip to: 17975 +/* 17941 */ MCD_OPC_CheckField, 19, 3, 0, 27, 0, 0, // Skip to: 17975 +/* 17948 */ MCD_OPC_Decode, 156, 14, 161, 1, // Opcode: VMOVv16i8 +/* 17953 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 17975 +/* 17958 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 17975 +/* 17963 */ MCD_OPC_CheckField, 19, 3, 0, 5, 0, 0, // Skip to: 17975 +/* 17970 */ MCD_OPC_Decode, 160, 14, 161, 1, // Opcode: VMOVv2i64 +/* 17975 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 17978 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17993 +/* 17983 */ MCD_OPC_CheckPredicate, 21, 82, 0, 0, // Skip to: 18070 +/* 17988 */ MCD_OPC_Decode, 246, 9, 178, 1, // Opcode: VCVTxs2fq +/* 17993 */ MCD_OPC_FilterValue, 1, 72, 0, 0, // Skip to: 18070 +/* 17998 */ MCD_OPC_CheckPredicate, 21, 67, 0, 0, // Skip to: 18070 +/* 18003 */ MCD_OPC_Decode, 250, 9, 178, 1, // Opcode: VCVTxu2fq +/* 18008 */ MCD_OPC_FilterValue, 15, 57, 0, 0, // Skip to: 18070 +/* 18013 */ MCD_OPC_ExtractField, 24, 1, // Inst{24} ... +/* 18016 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18031 +/* 18021 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 18046 +/* 18026 */ MCD_OPC_Decode, 225, 9, 178, 1, // Opcode: VCVTf2xsq +/* 18031 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 18046 +/* 18036 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 18046 +/* 18041 */ MCD_OPC_Decode, 227, 9, 178, 1, // Opcode: VCVTf2xuq +/* 18046 */ MCD_OPC_CheckPredicate, 21, 19, 0, 0, // Skip to: 18070 +/* 18051 */ MCD_OPC_CheckField, 19, 3, 0, 12, 0, 0, // Skip to: 18070 +/* 18058 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 18070 +/* 18065 */ MCD_OPC_Decode, 161, 14, 161, 1, // Opcode: VMOVv4f32 +/* 18070 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 18073 */ MCD_OPC_FilterValue, 0, 88, 0, 0, // Skip to: 18166 +/* 18078 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... +/* 18081 */ MCD_OPC_FilterValue, 0, 211, 1, 0, // Skip to: 18553 +/* 18086 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 18089 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18111 +/* 18094 */ MCD_OPC_CheckPredicate, 21, 57, 0, 0, // Skip to: 18156 +/* 18099 */ MCD_OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 18156 +/* 18106 */ MCD_OPC_Decode, 164, 14, 161, 1, // Opcode: VMOVv8i16 +/* 18111 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 18156 +/* 18116 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 18119 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18134 +/* 18124 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 18156 +/* 18129 */ MCD_OPC_Decode, 247, 14, 161, 1, // Opcode: VORRiv4i32 +/* 18134 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 18156 +/* 18139 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 18156 +/* 18144 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 18156 +/* 18151 */ MCD_OPC_Decode, 248, 14, 161, 1, // Opcode: VORRiv8i16 +/* 18156 */ MCD_OPC_CheckPredicate, 21, 136, 1, 0, // Skip to: 18553 +/* 18161 */ MCD_OPC_Decode, 163, 14, 161, 1, // Opcode: VMOVv4i32 +/* 18166 */ MCD_OPC_FilterValue, 1, 126, 1, 0, // Skip to: 18553 +/* 18171 */ MCD_OPC_ExtractField, 19, 3, // Inst{21-19} ... +/* 18174 */ MCD_OPC_FilterValue, 0, 118, 1, 0, // Skip to: 18553 +/* 18179 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 18182 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18204 +/* 18187 */ MCD_OPC_CheckPredicate, 21, 57, 0, 0, // Skip to: 18249 +/* 18192 */ MCD_OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 18249 +/* 18199 */ MCD_OPC_Decode, 219, 14, 161, 1, // Opcode: VMVNv8i16 +/* 18204 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 18249 +/* 18209 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 18212 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18227 +/* 18217 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 18249 +/* 18222 */ MCD_OPC_Decode, 142, 8, 161, 1, // Opcode: VBICiv4i32 +/* 18227 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 18249 +/* 18232 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 18249 +/* 18237 */ MCD_OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 18249 +/* 18244 */ MCD_OPC_Decode, 143, 8, 161, 1, // Opcode: VBICiv8i16 +/* 18249 */ MCD_OPC_CheckPredicate, 21, 43, 1, 0, // Skip to: 18553 +/* 18254 */ MCD_OPC_Decode, 218, 14, 161, 1, // Opcode: VMVNv4i32 +/* 18259 */ MCD_OPC_FilterValue, 1, 33, 1, 0, // Skip to: 18553 +/* 18264 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 18267 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 18307 +/* 18272 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18275 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18291 +/* 18281 */ MCD_OPC_CheckPredicate, 21, 11, 1, 0, // Skip to: 18553 +/* 18286 */ MCD_OPC_Decode, 158, 18, 179, 1, // Opcode: VSHRsv2i64 +/* 18291 */ MCD_OPC_FilterValue, 243, 1, 0, 1, 0, // Skip to: 18553 +/* 18297 */ MCD_OPC_CheckPredicate, 21, 251, 0, 0, // Skip to: 18553 +/* 18302 */ MCD_OPC_Decode, 166, 18, 179, 1, // Opcode: VSHRuv2i64 +/* 18307 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 18347 +/* 18312 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18315 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18331 +/* 18321 */ MCD_OPC_CheckPredicate, 21, 227, 0, 0, // Skip to: 18553 +/* 18326 */ MCD_OPC_Decode, 194, 18, 180, 1, // Opcode: VSRAsv2i64 +/* 18331 */ MCD_OPC_FilterValue, 243, 1, 216, 0, 0, // Skip to: 18553 +/* 18337 */ MCD_OPC_CheckPredicate, 21, 211, 0, 0, // Skip to: 18553 +/* 18342 */ MCD_OPC_Decode, 202, 18, 180, 1, // Opcode: VSRAuv2i64 +/* 18347 */ MCD_OPC_FilterValue, 2, 35, 0, 0, // Skip to: 18387 +/* 18352 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18355 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18371 +/* 18361 */ MCD_OPC_CheckPredicate, 21, 187, 0, 0, // Skip to: 18553 +/* 18366 */ MCD_OPC_Decode, 186, 17, 179, 1, // Opcode: VRSHRsv2i64 +/* 18371 */ MCD_OPC_FilterValue, 243, 1, 176, 0, 0, // Skip to: 18553 +/* 18377 */ MCD_OPC_CheckPredicate, 21, 171, 0, 0, // Skip to: 18553 +/* 18382 */ MCD_OPC_Decode, 194, 17, 179, 1, // Opcode: VRSHRuv2i64 +/* 18387 */ MCD_OPC_FilterValue, 3, 35, 0, 0, // Skip to: 18427 +/* 18392 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18395 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18411 +/* 18401 */ MCD_OPC_CheckPredicate, 21, 147, 0, 0, // Skip to: 18553 +/* 18406 */ MCD_OPC_Decode, 212, 17, 180, 1, // Opcode: VRSRAsv2i64 +/* 18411 */ MCD_OPC_FilterValue, 243, 1, 136, 0, 0, // Skip to: 18553 +/* 18417 */ MCD_OPC_CheckPredicate, 21, 131, 0, 0, // Skip to: 18553 +/* 18422 */ MCD_OPC_Decode, 220, 17, 180, 1, // Opcode: VRSRAuv2i64 +/* 18427 */ MCD_OPC_FilterValue, 4, 18, 0, 0, // Skip to: 18450 +/* 18432 */ MCD_OPC_CheckPredicate, 21, 116, 0, 0, // Skip to: 18553 +/* 18437 */ MCD_OPC_CheckField, 24, 8, 243, 1, 108, 0, 0, // Skip to: 18553 +/* 18445 */ MCD_OPC_Decode, 210, 18, 180, 1, // Opcode: VSRIv2i64 +/* 18450 */ MCD_OPC_FilterValue, 5, 35, 0, 0, // Skip to: 18490 +/* 18455 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18458 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18474 +/* 18464 */ MCD_OPC_CheckPredicate, 21, 84, 0, 0, // Skip to: 18553 +/* 18469 */ MCD_OPC_Decode, 131, 18, 181, 1, // Opcode: VSHLiv2i64 +/* 18474 */ MCD_OPC_FilterValue, 243, 1, 73, 0, 0, // Skip to: 18553 +/* 18480 */ MCD_OPC_CheckPredicate, 21, 68, 0, 0, // Skip to: 18553 +/* 18485 */ MCD_OPC_Decode, 180, 18, 182, 1, // Opcode: VSLIv2i64 +/* 18490 */ MCD_OPC_FilterValue, 6, 18, 0, 0, // Skip to: 18513 +/* 18495 */ MCD_OPC_CheckPredicate, 21, 53, 0, 0, // Skip to: 18553 +/* 18500 */ MCD_OPC_CheckField, 24, 8, 243, 1, 45, 0, 0, // Skip to: 18553 +/* 18508 */ MCD_OPC_Decode, 156, 16, 181, 1, // Opcode: VQSHLsuv2i64 +/* 18513 */ MCD_OPC_FilterValue, 7, 35, 0, 0, // Skip to: 18553 +/* 18518 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 18521 */ MCD_OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18537 +/* 18527 */ MCD_OPC_CheckPredicate, 21, 21, 0, 0, // Skip to: 18553 +/* 18532 */ MCD_OPC_Decode, 148, 16, 181, 1, // Opcode: VQSHLsiv2i64 +/* 18537 */ MCD_OPC_FilterValue, 243, 1, 10, 0, 0, // Skip to: 18553 +/* 18543 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 18553 +/* 18548 */ MCD_OPC_Decode, 172, 16, 181, 1, // Opcode: VQSHLuiv2i64 +/* 18553 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableNEONDup32[] = { +/* 0 */ MCD_OPC_ExtractField, 22, 6, // Inst{27-22} ... +/* 3 */ MCD_OPC_FilterValue, 56, 121, 0, 0, // Skip to: 129 +/* 8 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... +/* 11 */ MCD_OPC_FilterValue, 16, 61, 0, 0, // Skip to: 77 +/* 16 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 19 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 48 +/* 24 */ MCD_OPC_CheckPredicate, 27, 183, 1, 0, // Skip to: 468 +/* 29 */ MCD_OPC_CheckField, 8, 4, 11, 176, 1, 0, // Skip to: 468 +/* 36 */ MCD_OPC_CheckField, 6, 1, 0, 169, 1, 0, // Skip to: 468 +/* 43 */ MCD_OPC_Decode, 245, 17, 183, 1, // Opcode: VSETLNi32 +/* 48 */ MCD_OPC_FilterValue, 1, 159, 1, 0, // Skip to: 468 +/* 53 */ MCD_OPC_CheckPredicate, 27, 154, 1, 0, // Skip to: 468 +/* 58 */ MCD_OPC_CheckField, 8, 4, 11, 147, 1, 0, // Skip to: 468 +/* 65 */ MCD_OPC_CheckField, 6, 1, 0, 140, 1, 0, // Skip to: 468 +/* 72 */ MCD_OPC_Decode, 169, 10, 184, 1, // Opcode: VGETLNi32 +/* 77 */ MCD_OPC_FilterValue, 48, 130, 1, 0, // Skip to: 468 +/* 82 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 85 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 107 +/* 90 */ MCD_OPC_CheckPredicate, 21, 117, 1, 0, // Skip to: 468 +/* 95 */ MCD_OPC_CheckField, 8, 4, 11, 110, 1, 0, // Skip to: 468 +/* 102 */ MCD_OPC_Decode, 244, 17, 185, 1, // Opcode: VSETLNi16 +/* 107 */ MCD_OPC_FilterValue, 1, 100, 1, 0, // Skip to: 468 +/* 112 */ MCD_OPC_CheckPredicate, 21, 95, 1, 0, // Skip to: 468 +/* 117 */ MCD_OPC_CheckField, 8, 4, 11, 88, 1, 0, // Skip to: 468 +/* 124 */ MCD_OPC_Decode, 170, 10, 186, 1, // Opcode: VGETLNs16 +/* 129 */ MCD_OPC_FilterValue, 57, 61, 0, 0, // Skip to: 195 +/* 134 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 137 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 166 +/* 142 */ MCD_OPC_CheckPredicate, 21, 65, 1, 0, // Skip to: 468 +/* 147 */ MCD_OPC_CheckField, 8, 4, 11, 58, 1, 0, // Skip to: 468 +/* 154 */ MCD_OPC_CheckField, 0, 5, 16, 51, 1, 0, // Skip to: 468 +/* 161 */ MCD_OPC_Decode, 246, 17, 187, 1, // Opcode: VSETLNi8 +/* 166 */ MCD_OPC_FilterValue, 1, 41, 1, 0, // Skip to: 468 +/* 171 */ MCD_OPC_CheckPredicate, 21, 36, 1, 0, // Skip to: 468 +/* 176 */ MCD_OPC_CheckField, 8, 4, 11, 29, 1, 0, // Skip to: 468 +/* 183 */ MCD_OPC_CheckField, 0, 5, 16, 22, 1, 0, // Skip to: 468 +/* 190 */ MCD_OPC_Decode, 171, 10, 188, 1, // Opcode: VGETLNs8 +/* 195 */ MCD_OPC_FilterValue, 58, 165, 0, 0, // Skip to: 365 +/* 200 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... +/* 203 */ MCD_OPC_FilterValue, 16, 61, 0, 0, // Skip to: 269 +/* 208 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 211 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 240 +/* 216 */ MCD_OPC_CheckPredicate, 21, 247, 0, 0, // Skip to: 468 +/* 221 */ MCD_OPC_CheckField, 8, 4, 11, 240, 0, 0, // Skip to: 468 +/* 228 */ MCD_OPC_CheckField, 6, 1, 0, 233, 0, 0, // Skip to: 468 +/* 235 */ MCD_OPC_Decode, 130, 10, 189, 1, // Opcode: VDUP32d +/* 240 */ MCD_OPC_FilterValue, 2, 223, 0, 0, // Skip to: 468 +/* 245 */ MCD_OPC_CheckPredicate, 21, 218, 0, 0, // Skip to: 468 +/* 250 */ MCD_OPC_CheckField, 8, 4, 11, 211, 0, 0, // Skip to: 468 +/* 257 */ MCD_OPC_CheckField, 6, 1, 0, 204, 0, 0, // Skip to: 468 +/* 264 */ MCD_OPC_Decode, 131, 10, 190, 1, // Opcode: VDUP32q +/* 269 */ MCD_OPC_FilterValue, 48, 194, 0, 0, // Skip to: 468 +/* 274 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 277 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 343 +/* 282 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 285 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 314 +/* 290 */ MCD_OPC_CheckPredicate, 21, 173, 0, 0, // Skip to: 468 +/* 295 */ MCD_OPC_CheckField, 8, 4, 11, 166, 0, 0, // Skip to: 468 +/* 302 */ MCD_OPC_CheckField, 6, 1, 0, 159, 0, 0, // Skip to: 468 +/* 309 */ MCD_OPC_Decode, 128, 10, 189, 1, // Opcode: VDUP16d +/* 314 */ MCD_OPC_FilterValue, 1, 149, 0, 0, // Skip to: 468 +/* 319 */ MCD_OPC_CheckPredicate, 21, 144, 0, 0, // Skip to: 468 +/* 324 */ MCD_OPC_CheckField, 8, 4, 11, 137, 0, 0, // Skip to: 468 +/* 331 */ MCD_OPC_CheckField, 6, 1, 0, 130, 0, 0, // Skip to: 468 +/* 338 */ MCD_OPC_Decode, 129, 10, 190, 1, // Opcode: VDUP16q +/* 343 */ MCD_OPC_FilterValue, 1, 120, 0, 0, // Skip to: 468 +/* 348 */ MCD_OPC_CheckPredicate, 21, 115, 0, 0, // Skip to: 468 +/* 353 */ MCD_OPC_CheckField, 8, 4, 11, 108, 0, 0, // Skip to: 468 +/* 360 */ MCD_OPC_Decode, 172, 10, 186, 1, // Opcode: VGETLNu16 +/* 365 */ MCD_OPC_FilterValue, 59, 98, 0, 0, // Skip to: 468 +/* 370 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 373 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 439 +/* 378 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 381 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 410 +/* 386 */ MCD_OPC_CheckPredicate, 21, 77, 0, 0, // Skip to: 468 +/* 391 */ MCD_OPC_CheckField, 8, 4, 11, 70, 0, 0, // Skip to: 468 +/* 398 */ MCD_OPC_CheckField, 0, 7, 16, 63, 0, 0, // Skip to: 468 +/* 405 */ MCD_OPC_Decode, 132, 10, 189, 1, // Opcode: VDUP8d +/* 410 */ MCD_OPC_FilterValue, 1, 53, 0, 0, // Skip to: 468 +/* 415 */ MCD_OPC_CheckPredicate, 21, 48, 0, 0, // Skip to: 468 +/* 420 */ MCD_OPC_CheckField, 8, 4, 11, 41, 0, 0, // Skip to: 468 +/* 427 */ MCD_OPC_CheckField, 0, 7, 16, 34, 0, 0, // Skip to: 468 +/* 434 */ MCD_OPC_Decode, 133, 10, 190, 1, // Opcode: VDUP8q +/* 439 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 468 +/* 444 */ MCD_OPC_CheckPredicate, 21, 19, 0, 0, // Skip to: 468 +/* 449 */ MCD_OPC_CheckField, 8, 4, 11, 12, 0, 0, // Skip to: 468 +/* 456 */ MCD_OPC_CheckField, 0, 5, 16, 5, 0, 0, // Skip to: 468 +/* 463 */ MCD_OPC_Decode, 173, 10, 188, 1, // Opcode: VGETLNu8 +/* 468 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableNEONLoadStore32[] = { +/* 0 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3 */ MCD_OPC_FilterValue, 0, 55, 1, 0, // Skip to: 319 +/* 8 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 11 */ MCD_OPC_FilterValue, 0, 149, 0, 0, // Skip to: 165 +/* 16 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 19 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 124 +/* 25 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 28 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 60 +/* 33 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 50 +/* 38 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 50 +/* 45 */ MCD_OPC_Decode, 178, 20, 191, 1, // Opcode: VST4d8 +/* 50 */ MCD_OPC_CheckPredicate, 21, 246, 25, 0, // Skip to: 6701 +/* 55 */ MCD_OPC_Decode, 181, 20, 191, 1, // Opcode: VST4d8_UPD +/* 60 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 92 +/* 65 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 82 +/* 70 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 82 +/* 77 */ MCD_OPC_Decode, 170, 20, 191, 1, // Opcode: VST4d16 +/* 82 */ MCD_OPC_CheckPredicate, 21, 214, 25, 0, // Skip to: 6701 +/* 87 */ MCD_OPC_Decode, 173, 20, 191, 1, // Opcode: VST4d16_UPD +/* 92 */ MCD_OPC_FilterValue, 2, 204, 25, 0, // Skip to: 6701 +/* 97 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 114 +/* 102 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 114 +/* 109 */ MCD_OPC_Decode, 174, 20, 191, 1, // Opcode: VST4d32 +/* 114 */ MCD_OPC_CheckPredicate, 21, 182, 25, 0, // Skip to: 6701 +/* 119 */ MCD_OPC_Decode, 177, 20, 191, 1, // Opcode: VST4d32_UPD +/* 124 */ MCD_OPC_FilterValue, 233, 3, 171, 25, 0, // Skip to: 6701 +/* 130 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 133 */ MCD_OPC_FilterValue, 0, 163, 25, 0, // Skip to: 6701 +/* 138 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 155 +/* 143 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 155 +/* 150 */ MCD_OPC_Decode, 219, 18, 192, 1, // Opcode: VST1LNd8 +/* 155 */ MCD_OPC_CheckPredicate, 21, 141, 25, 0, // Skip to: 6701 +/* 160 */ MCD_OPC_Decode, 220, 18, 192, 1, // Opcode: VST1LNd8_UPD +/* 165 */ MCD_OPC_FilterValue, 2, 131, 25, 0, // Skip to: 6701 +/* 170 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 173 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 278 +/* 179 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 182 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 214 +/* 187 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 204 +/* 192 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 204 +/* 199 */ MCD_OPC_Decode, 253, 12, 191, 1, // Opcode: VLD4d8 +/* 204 */ MCD_OPC_CheckPredicate, 21, 92, 25, 0, // Skip to: 6701 +/* 209 */ MCD_OPC_Decode, 128, 13, 191, 1, // Opcode: VLD4d8_UPD +/* 214 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 246 +/* 219 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 236 +/* 224 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 236 +/* 231 */ MCD_OPC_Decode, 245, 12, 191, 1, // Opcode: VLD4d16 +/* 236 */ MCD_OPC_CheckPredicate, 21, 60, 25, 0, // Skip to: 6701 +/* 241 */ MCD_OPC_Decode, 248, 12, 191, 1, // Opcode: VLD4d16_UPD +/* 246 */ MCD_OPC_FilterValue, 2, 50, 25, 0, // Skip to: 6701 +/* 251 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 268 +/* 256 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 268 +/* 263 */ MCD_OPC_Decode, 249, 12, 191, 1, // Opcode: VLD4d32 +/* 268 */ MCD_OPC_CheckPredicate, 21, 28, 25, 0, // Skip to: 6701 +/* 273 */ MCD_OPC_Decode, 252, 12, 191, 1, // Opcode: VLD4d32_UPD +/* 278 */ MCD_OPC_FilterValue, 233, 3, 17, 25, 0, // Skip to: 6701 +/* 284 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 287 */ MCD_OPC_FilterValue, 0, 9, 25, 0, // Skip to: 6701 +/* 292 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 309 +/* 297 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 309 +/* 304 */ MCD_OPC_Decode, 222, 10, 193, 1, // Opcode: VLD1LNd8 +/* 309 */ MCD_OPC_CheckPredicate, 21, 243, 24, 0, // Skip to: 6701 +/* 314 */ MCD_OPC_Decode, 223, 10, 193, 1, // Opcode: VLD1LNd8_UPD +/* 319 */ MCD_OPC_FilterValue, 1, 39, 1, 0, // Skip to: 619 +/* 324 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 327 */ MCD_OPC_FilterValue, 0, 141, 0, 0, // Skip to: 473 +/* 332 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 335 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 440 +/* 341 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 344 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 376 +/* 349 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 366 +/* 354 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 366 +/* 361 */ MCD_OPC_Decode, 192, 20, 191, 1, // Opcode: VST4q8 +/* 366 */ MCD_OPC_CheckPredicate, 21, 186, 24, 0, // Skip to: 6701 +/* 371 */ MCD_OPC_Decode, 194, 20, 191, 1, // Opcode: VST4q8_UPD +/* 376 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 408 +/* 381 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 398 +/* 386 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 398 +/* 393 */ MCD_OPC_Decode, 182, 20, 191, 1, // Opcode: VST4q16 +/* 398 */ MCD_OPC_CheckPredicate, 21, 154, 24, 0, // Skip to: 6701 +/* 403 */ MCD_OPC_Decode, 184, 20, 191, 1, // Opcode: VST4q16_UPD +/* 408 */ MCD_OPC_FilterValue, 2, 144, 24, 0, // Skip to: 6701 +/* 413 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 430 +/* 418 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 430 +/* 425 */ MCD_OPC_Decode, 187, 20, 191, 1, // Opcode: VST4q32 +/* 430 */ MCD_OPC_CheckPredicate, 21, 122, 24, 0, // Skip to: 6701 +/* 435 */ MCD_OPC_Decode, 189, 20, 191, 1, // Opcode: VST4q32_UPD +/* 440 */ MCD_OPC_FilterValue, 233, 3, 111, 24, 0, // Skip to: 6701 +/* 446 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 463 +/* 451 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 463 +/* 458 */ MCD_OPC_Decode, 183, 19, 194, 1, // Opcode: VST2LNd8 +/* 463 */ MCD_OPC_CheckPredicate, 21, 89, 24, 0, // Skip to: 6701 +/* 468 */ MCD_OPC_Decode, 186, 19, 194, 1, // Opcode: VST2LNd8_UPD +/* 473 */ MCD_OPC_FilterValue, 2, 79, 24, 0, // Skip to: 6701 +/* 478 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 481 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 586 +/* 487 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 490 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 522 +/* 495 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 512 +/* 500 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 512 +/* 507 */ MCD_OPC_Decode, 139, 13, 191, 1, // Opcode: VLD4q8 +/* 512 */ MCD_OPC_CheckPredicate, 21, 40, 24, 0, // Skip to: 6701 +/* 517 */ MCD_OPC_Decode, 141, 13, 191, 1, // Opcode: VLD4q8_UPD +/* 522 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 554 +/* 527 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 544 +/* 532 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 544 +/* 539 */ MCD_OPC_Decode, 129, 13, 191, 1, // Opcode: VLD4q16 +/* 544 */ MCD_OPC_CheckPredicate, 21, 8, 24, 0, // Skip to: 6701 +/* 549 */ MCD_OPC_Decode, 131, 13, 191, 1, // Opcode: VLD4q16_UPD +/* 554 */ MCD_OPC_FilterValue, 2, 254, 23, 0, // Skip to: 6701 +/* 559 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 576 +/* 564 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 576 +/* 571 */ MCD_OPC_Decode, 134, 13, 191, 1, // Opcode: VLD4q32 +/* 576 */ MCD_OPC_CheckPredicate, 21, 232, 23, 0, // Skip to: 6701 +/* 581 */ MCD_OPC_Decode, 136, 13, 191, 1, // Opcode: VLD4q32_UPD +/* 586 */ MCD_OPC_FilterValue, 233, 3, 221, 23, 0, // Skip to: 6701 +/* 592 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 609 +/* 597 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 609 +/* 604 */ MCD_OPC_Decode, 210, 11, 195, 1, // Opcode: VLD2LNd8 +/* 609 */ MCD_OPC_CheckPredicate, 21, 199, 23, 0, // Skip to: 6701 +/* 614 */ MCD_OPC_Decode, 213, 11, 195, 1, // Opcode: VLD2LNd8_UPD +/* 619 */ MCD_OPC_FilterValue, 2, 247, 1, 0, // Skip to: 1127 +/* 624 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 627 */ MCD_OPC_FilterValue, 0, 245, 0, 0, // Skip to: 877 +/* 632 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 635 */ MCD_OPC_FilterValue, 232, 3, 195, 0, 0, // Skip to: 836 +/* 641 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 644 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 692 +/* 649 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 652 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 667 +/* 657 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 682 +/* 662 */ MCD_OPC_Decode, 139, 19, 196, 1, // Opcode: VST1d8Qwb_fixed +/* 667 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 682 +/* 672 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 682 +/* 677 */ MCD_OPC_Decode, 137, 19, 196, 1, // Opcode: VST1d8Q +/* 682 */ MCD_OPC_CheckPredicate, 21, 126, 23, 0, // Skip to: 6701 +/* 687 */ MCD_OPC_Decode, 140, 19, 196, 1, // Opcode: VST1d8Qwb_register +/* 692 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 740 +/* 697 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 700 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 715 +/* 705 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 730 +/* 710 */ MCD_OPC_Decode, 230, 18, 196, 1, // Opcode: VST1d16Qwb_fixed +/* 715 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 730 +/* 720 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 730 +/* 725 */ MCD_OPC_Decode, 228, 18, 196, 1, // Opcode: VST1d16Q +/* 730 */ MCD_OPC_CheckPredicate, 21, 78, 23, 0, // Skip to: 6701 +/* 735 */ MCD_OPC_Decode, 231, 18, 196, 1, // Opcode: VST1d16Qwb_register +/* 740 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 788 +/* 745 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 748 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 763 +/* 753 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 778 +/* 758 */ MCD_OPC_Decode, 241, 18, 196, 1, // Opcode: VST1d32Qwb_fixed +/* 763 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 778 +/* 768 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 778 +/* 773 */ MCD_OPC_Decode, 239, 18, 196, 1, // Opcode: VST1d32Q +/* 778 */ MCD_OPC_CheckPredicate, 21, 30, 23, 0, // Skip to: 6701 +/* 783 */ MCD_OPC_Decode, 242, 18, 196, 1, // Opcode: VST1d32Qwb_register +/* 788 */ MCD_OPC_FilterValue, 3, 20, 23, 0, // Skip to: 6701 +/* 793 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 796 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 811 +/* 801 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 826 +/* 806 */ MCD_OPC_Decode, 254, 18, 196, 1, // Opcode: VST1d64Qwb_fixed +/* 811 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 826 +/* 816 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 826 +/* 821 */ MCD_OPC_Decode, 250, 18, 196, 1, // Opcode: VST1d64Q +/* 826 */ MCD_OPC_CheckPredicate, 21, 238, 22, 0, // Skip to: 6701 +/* 831 */ MCD_OPC_Decode, 255, 18, 196, 1, // Opcode: VST1d64Qwb_register +/* 836 */ MCD_OPC_FilterValue, 233, 3, 227, 22, 0, // Skip to: 6701 +/* 842 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 845 */ MCD_OPC_FilterValue, 0, 219, 22, 0, // Skip to: 6701 +/* 850 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 867 +/* 855 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 867 +/* 862 */ MCD_OPC_Decode, 239, 19, 197, 1, // Opcode: VST3LNd8 +/* 867 */ MCD_OPC_CheckPredicate, 21, 197, 22, 0, // Skip to: 6701 +/* 872 */ MCD_OPC_Decode, 242, 19, 197, 1, // Opcode: VST3LNd8_UPD +/* 877 */ MCD_OPC_FilterValue, 2, 187, 22, 0, // Skip to: 6701 +/* 882 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 885 */ MCD_OPC_FilterValue, 232, 3, 195, 0, 0, // Skip to: 1086 +/* 891 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 894 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 942 +/* 899 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 902 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 917 +/* 907 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 932 +/* 912 */ MCD_OPC_Decode, 142, 11, 196, 1, // Opcode: VLD1d8Qwb_fixed +/* 917 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 932 +/* 922 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 932 +/* 927 */ MCD_OPC_Decode, 140, 11, 196, 1, // Opcode: VLD1d8Q +/* 932 */ MCD_OPC_CheckPredicate, 21, 132, 22, 0, // Skip to: 6701 +/* 937 */ MCD_OPC_Decode, 143, 11, 196, 1, // Opcode: VLD1d8Qwb_register +/* 942 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 990 +/* 947 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 950 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 965 +/* 955 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 980 +/* 960 */ MCD_OPC_Decode, 233, 10, 196, 1, // Opcode: VLD1d16Qwb_fixed +/* 965 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 980 +/* 970 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 980 +/* 975 */ MCD_OPC_Decode, 231, 10, 196, 1, // Opcode: VLD1d16Q +/* 980 */ MCD_OPC_CheckPredicate, 21, 84, 22, 0, // Skip to: 6701 +/* 985 */ MCD_OPC_Decode, 234, 10, 196, 1, // Opcode: VLD1d16Qwb_register +/* 990 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 1038 +/* 995 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 998 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1013 +/* 1003 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1028 +/* 1008 */ MCD_OPC_Decode, 244, 10, 196, 1, // Opcode: VLD1d32Qwb_fixed +/* 1013 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1028 +/* 1018 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1028 +/* 1023 */ MCD_OPC_Decode, 242, 10, 196, 1, // Opcode: VLD1d32Q +/* 1028 */ MCD_OPC_CheckPredicate, 21, 36, 22, 0, // Skip to: 6701 +/* 1033 */ MCD_OPC_Decode, 245, 10, 196, 1, // Opcode: VLD1d32Qwb_register +/* 1038 */ MCD_OPC_FilterValue, 3, 26, 22, 0, // Skip to: 6701 +/* 1043 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1046 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1061 +/* 1051 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1076 +/* 1056 */ MCD_OPC_Decode, 129, 11, 196, 1, // Opcode: VLD1d64Qwb_fixed +/* 1061 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1076 +/* 1066 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1076 +/* 1071 */ MCD_OPC_Decode, 253, 10, 196, 1, // Opcode: VLD1d64Q +/* 1076 */ MCD_OPC_CheckPredicate, 21, 244, 21, 0, // Skip to: 6701 +/* 1081 */ MCD_OPC_Decode, 130, 11, 196, 1, // Opcode: VLD1d64Qwb_register +/* 1086 */ MCD_OPC_FilterValue, 233, 3, 233, 21, 0, // Skip to: 6701 +/* 1092 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 1095 */ MCD_OPC_FilterValue, 0, 225, 21, 0, // Skip to: 6701 +/* 1100 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1117 +/* 1105 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1117 +/* 1112 */ MCD_OPC_Decode, 162, 12, 198, 1, // Opcode: VLD3LNd8 +/* 1117 */ MCD_OPC_CheckPredicate, 21, 203, 21, 0, // Skip to: 6701 +/* 1122 */ MCD_OPC_Decode, 165, 12, 198, 1, // Opcode: VLD3LNd8_UPD +/* 1127 */ MCD_OPC_FilterValue, 3, 135, 1, 0, // Skip to: 1523 +/* 1132 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 1135 */ MCD_OPC_FilterValue, 0, 189, 0, 0, // Skip to: 1329 +/* 1140 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1143 */ MCD_OPC_FilterValue, 232, 3, 147, 0, 0, // Skip to: 1296 +/* 1149 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1152 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 1200 +/* 1157 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1160 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1175 +/* 1165 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1190 +/* 1170 */ MCD_OPC_Decode, 229, 19, 199, 1, // Opcode: VST2q8wb_fixed +/* 1175 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1190 +/* 1180 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1190 +/* 1185 */ MCD_OPC_Decode, 225, 19, 199, 1, // Opcode: VST2q8 +/* 1190 */ MCD_OPC_CheckPredicate, 21, 130, 21, 0, // Skip to: 6701 +/* 1195 */ MCD_OPC_Decode, 230, 19, 199, 1, // Opcode: VST2q8wb_register +/* 1200 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 1248 +/* 1205 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1208 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1223 +/* 1213 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1238 +/* 1218 */ MCD_OPC_Decode, 217, 19, 199, 1, // Opcode: VST2q16wb_fixed +/* 1223 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1238 +/* 1228 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1238 +/* 1233 */ MCD_OPC_Decode, 213, 19, 199, 1, // Opcode: VST2q16 +/* 1238 */ MCD_OPC_CheckPredicate, 21, 82, 21, 0, // Skip to: 6701 +/* 1243 */ MCD_OPC_Decode, 218, 19, 199, 1, // Opcode: VST2q16wb_register +/* 1248 */ MCD_OPC_FilterValue, 2, 72, 21, 0, // Skip to: 6701 +/* 1253 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1256 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1271 +/* 1261 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1286 +/* 1266 */ MCD_OPC_Decode, 223, 19, 199, 1, // Opcode: VST2q32wb_fixed +/* 1271 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1286 +/* 1276 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1286 +/* 1281 */ MCD_OPC_Decode, 219, 19, 199, 1, // Opcode: VST2q32 +/* 1286 */ MCD_OPC_CheckPredicate, 21, 34, 21, 0, // Skip to: 6701 +/* 1291 */ MCD_OPC_Decode, 224, 19, 199, 1, // Opcode: VST2q32wb_register +/* 1296 */ MCD_OPC_FilterValue, 233, 3, 23, 21, 0, // Skip to: 6701 +/* 1302 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1319 +/* 1307 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1319 +/* 1314 */ MCD_OPC_Decode, 158, 20, 200, 1, // Opcode: VST4LNd8 +/* 1319 */ MCD_OPC_CheckPredicate, 21, 1, 21, 0, // Skip to: 6701 +/* 1324 */ MCD_OPC_Decode, 161, 20, 200, 1, // Opcode: VST4LNd8_UPD +/* 1329 */ MCD_OPC_FilterValue, 2, 247, 20, 0, // Skip to: 6701 +/* 1334 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1337 */ MCD_OPC_FilterValue, 232, 3, 147, 0, 0, // Skip to: 1490 +/* 1343 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1346 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 1394 +/* 1351 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1354 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1369 +/* 1359 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1384 +/* 1364 */ MCD_OPC_Decode, 128, 12, 199, 1, // Opcode: VLD2q8wb_fixed +/* 1369 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1384 +/* 1374 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1384 +/* 1379 */ MCD_OPC_Decode, 252, 11, 199, 1, // Opcode: VLD2q8 +/* 1384 */ MCD_OPC_CheckPredicate, 21, 192, 20, 0, // Skip to: 6701 +/* 1389 */ MCD_OPC_Decode, 129, 12, 199, 1, // Opcode: VLD2q8wb_register +/* 1394 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 1442 +/* 1399 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1402 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1417 +/* 1407 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1432 +/* 1412 */ MCD_OPC_Decode, 244, 11, 199, 1, // Opcode: VLD2q16wb_fixed +/* 1417 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1432 +/* 1422 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1432 +/* 1427 */ MCD_OPC_Decode, 240, 11, 199, 1, // Opcode: VLD2q16 +/* 1432 */ MCD_OPC_CheckPredicate, 21, 144, 20, 0, // Skip to: 6701 +/* 1437 */ MCD_OPC_Decode, 245, 11, 199, 1, // Opcode: VLD2q16wb_register +/* 1442 */ MCD_OPC_FilterValue, 2, 134, 20, 0, // Skip to: 6701 +/* 1447 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 1450 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1465 +/* 1455 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 1480 +/* 1460 */ MCD_OPC_Decode, 250, 11, 199, 1, // Opcode: VLD2q32wb_fixed +/* 1465 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1480 +/* 1470 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 1480 +/* 1475 */ MCD_OPC_Decode, 246, 11, 199, 1, // Opcode: VLD2q32 +/* 1480 */ MCD_OPC_CheckPredicate, 21, 96, 20, 0, // Skip to: 6701 +/* 1485 */ MCD_OPC_Decode, 251, 11, 199, 1, // Opcode: VLD2q32wb_register +/* 1490 */ MCD_OPC_FilterValue, 233, 3, 85, 20, 0, // Skip to: 6701 +/* 1496 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1513 +/* 1501 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1513 +/* 1508 */ MCD_OPC_Decode, 233, 12, 201, 1, // Opcode: VLD4LNd8 +/* 1513 */ MCD_OPC_CheckPredicate, 21, 63, 20, 0, // Skip to: 6701 +/* 1518 */ MCD_OPC_Decode, 236, 12, 201, 1, // Opcode: VLD4LNd8_UPD +/* 1523 */ MCD_OPC_FilterValue, 4, 54, 1, 0, // Skip to: 1838 +/* 1528 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 1531 */ MCD_OPC_FilterValue, 0, 149, 0, 0, // Skip to: 1685 +/* 1536 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1539 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 1644 +/* 1545 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 1548 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 1580 +/* 1553 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1570 +/* 1558 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1570 +/* 1565 */ MCD_OPC_Decode, 131, 20, 202, 1, // Opcode: VST3d8 +/* 1570 */ MCD_OPC_CheckPredicate, 21, 6, 20, 0, // Skip to: 6701 +/* 1575 */ MCD_OPC_Decode, 134, 20, 202, 1, // Opcode: VST3d8_UPD +/* 1580 */ MCD_OPC_FilterValue, 2, 27, 0, 0, // Skip to: 1612 +/* 1585 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1602 +/* 1590 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1602 +/* 1597 */ MCD_OPC_Decode, 251, 19, 202, 1, // Opcode: VST3d16 +/* 1602 */ MCD_OPC_CheckPredicate, 21, 230, 19, 0, // Skip to: 6701 +/* 1607 */ MCD_OPC_Decode, 254, 19, 202, 1, // Opcode: VST3d16_UPD +/* 1612 */ MCD_OPC_FilterValue, 4, 220, 19, 0, // Skip to: 6701 +/* 1617 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1634 +/* 1622 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1634 +/* 1629 */ MCD_OPC_Decode, 255, 19, 202, 1, // Opcode: VST3d32 +/* 1634 */ MCD_OPC_CheckPredicate, 21, 198, 19, 0, // Skip to: 6701 +/* 1639 */ MCD_OPC_Decode, 130, 20, 202, 1, // Opcode: VST3d32_UPD +/* 1644 */ MCD_OPC_FilterValue, 233, 3, 187, 19, 0, // Skip to: 6701 +/* 1650 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 1653 */ MCD_OPC_FilterValue, 0, 179, 19, 0, // Skip to: 6701 +/* 1658 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1675 +/* 1663 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1675 +/* 1670 */ MCD_OPC_Decode, 215, 18, 192, 1, // Opcode: VST1LNd16 +/* 1675 */ MCD_OPC_CheckPredicate, 21, 157, 19, 0, // Skip to: 6701 +/* 1680 */ MCD_OPC_Decode, 216, 18, 192, 1, // Opcode: VST1LNd16_UPD +/* 1685 */ MCD_OPC_FilterValue, 2, 147, 19, 0, // Skip to: 6701 +/* 1690 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1693 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 1798 +/* 1699 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 1702 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 1734 +/* 1707 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1724 +/* 1712 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1724 +/* 1719 */ MCD_OPC_Decode, 182, 12, 202, 1, // Opcode: VLD3d8 +/* 1724 */ MCD_OPC_CheckPredicate, 21, 108, 19, 0, // Skip to: 6701 +/* 1729 */ MCD_OPC_Decode, 185, 12, 202, 1, // Opcode: VLD3d8_UPD +/* 1734 */ MCD_OPC_FilterValue, 2, 27, 0, 0, // Skip to: 1766 +/* 1739 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1756 +/* 1744 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1756 +/* 1751 */ MCD_OPC_Decode, 174, 12, 202, 1, // Opcode: VLD3d16 +/* 1756 */ MCD_OPC_CheckPredicate, 21, 76, 19, 0, // Skip to: 6701 +/* 1761 */ MCD_OPC_Decode, 177, 12, 202, 1, // Opcode: VLD3d16_UPD +/* 1766 */ MCD_OPC_FilterValue, 4, 66, 19, 0, // Skip to: 6701 +/* 1771 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1788 +/* 1776 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1788 +/* 1783 */ MCD_OPC_Decode, 178, 12, 202, 1, // Opcode: VLD3d32 +/* 1788 */ MCD_OPC_CheckPredicate, 21, 44, 19, 0, // Skip to: 6701 +/* 1793 */ MCD_OPC_Decode, 181, 12, 202, 1, // Opcode: VLD3d32_UPD +/* 1798 */ MCD_OPC_FilterValue, 233, 3, 33, 19, 0, // Skip to: 6701 +/* 1804 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1821 +/* 1809 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1821 +/* 1816 */ MCD_OPC_Decode, 218, 10, 193, 1, // Opcode: VLD1LNd16 +/* 1821 */ MCD_OPC_CheckPredicate, 21, 11, 19, 0, // Skip to: 6701 +/* 1826 */ MCD_OPC_CheckField, 5, 1, 0, 4, 19, 0, // Skip to: 6701 +/* 1833 */ MCD_OPC_Decode, 219, 10, 193, 1, // Opcode: VLD1LNd16_UPD +/* 1838 */ MCD_OPC_FilterValue, 5, 137, 1, 0, // Skip to: 2236 +/* 1843 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 1846 */ MCD_OPC_FilterValue, 0, 39, 1, 0, // Skip to: 2146 +/* 1851 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 1854 */ MCD_OPC_FilterValue, 0, 141, 0, 0, // Skip to: 2000 +/* 1859 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1862 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 1967 +/* 1868 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1871 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 1903 +/* 1876 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1893 +/* 1881 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1893 +/* 1888 */ MCD_OPC_Decode, 145, 20, 202, 1, // Opcode: VST3q8 +/* 1893 */ MCD_OPC_CheckPredicate, 21, 195, 18, 0, // Skip to: 6701 +/* 1898 */ MCD_OPC_Decode, 147, 20, 202, 1, // Opcode: VST3q8_UPD +/* 1903 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 1935 +/* 1908 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1925 +/* 1913 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1925 +/* 1920 */ MCD_OPC_Decode, 135, 20, 202, 1, // Opcode: VST3q16 +/* 1925 */ MCD_OPC_CheckPredicate, 21, 163, 18, 0, // Skip to: 6701 +/* 1930 */ MCD_OPC_Decode, 137, 20, 202, 1, // Opcode: VST3q16_UPD +/* 1935 */ MCD_OPC_FilterValue, 2, 153, 18, 0, // Skip to: 6701 +/* 1940 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1957 +/* 1945 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1957 +/* 1952 */ MCD_OPC_Decode, 140, 20, 202, 1, // Opcode: VST3q32 +/* 1957 */ MCD_OPC_CheckPredicate, 21, 131, 18, 0, // Skip to: 6701 +/* 1962 */ MCD_OPC_Decode, 142, 20, 202, 1, // Opcode: VST3q32_UPD +/* 1967 */ MCD_OPC_FilterValue, 233, 3, 120, 18, 0, // Skip to: 6701 +/* 1973 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 1990 +/* 1978 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1990 +/* 1985 */ MCD_OPC_Decode, 175, 19, 194, 1, // Opcode: VST2LNd16 +/* 1990 */ MCD_OPC_CheckPredicate, 21, 98, 18, 0, // Skip to: 6701 +/* 1995 */ MCD_OPC_Decode, 178, 19, 194, 1, // Opcode: VST2LNd16_UPD +/* 2000 */ MCD_OPC_FilterValue, 2, 88, 18, 0, // Skip to: 6701 +/* 2005 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2008 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 2113 +/* 2014 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 2017 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 2049 +/* 2022 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2039 +/* 2027 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2039 +/* 2034 */ MCD_OPC_Decode, 196, 12, 202, 1, // Opcode: VLD3q8 +/* 2039 */ MCD_OPC_CheckPredicate, 21, 49, 18, 0, // Skip to: 6701 +/* 2044 */ MCD_OPC_Decode, 198, 12, 202, 1, // Opcode: VLD3q8_UPD +/* 2049 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 2081 +/* 2054 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2071 +/* 2059 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2071 +/* 2066 */ MCD_OPC_Decode, 186, 12, 202, 1, // Opcode: VLD3q16 +/* 2071 */ MCD_OPC_CheckPredicate, 21, 17, 18, 0, // Skip to: 6701 +/* 2076 */ MCD_OPC_Decode, 188, 12, 202, 1, // Opcode: VLD3q16_UPD +/* 2081 */ MCD_OPC_FilterValue, 2, 7, 18, 0, // Skip to: 6701 +/* 2086 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2103 +/* 2091 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2103 +/* 2098 */ MCD_OPC_Decode, 191, 12, 202, 1, // Opcode: VLD3q32 +/* 2103 */ MCD_OPC_CheckPredicate, 21, 241, 17, 0, // Skip to: 6701 +/* 2108 */ MCD_OPC_Decode, 193, 12, 202, 1, // Opcode: VLD3q32_UPD +/* 2113 */ MCD_OPC_FilterValue, 233, 3, 230, 17, 0, // Skip to: 6701 +/* 2119 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2136 +/* 2124 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2136 +/* 2131 */ MCD_OPC_Decode, 202, 11, 195, 1, // Opcode: VLD2LNd16 +/* 2136 */ MCD_OPC_CheckPredicate, 21, 208, 17, 0, // Skip to: 6701 +/* 2141 */ MCD_OPC_Decode, 205, 11, 195, 1, // Opcode: VLD2LNd16_UPD +/* 2146 */ MCD_OPC_FilterValue, 1, 198, 17, 0, // Skip to: 6701 +/* 2151 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 2154 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 2195 +/* 2159 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2162 */ MCD_OPC_FilterValue, 233, 3, 181, 17, 0, // Skip to: 6701 +/* 2168 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2185 +/* 2173 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2185 +/* 2180 */ MCD_OPC_Decode, 187, 19, 194, 1, // Opcode: VST2LNq16 +/* 2185 */ MCD_OPC_CheckPredicate, 21, 159, 17, 0, // Skip to: 6701 +/* 2190 */ MCD_OPC_Decode, 190, 19, 194, 1, // Opcode: VST2LNq16_UPD +/* 2195 */ MCD_OPC_FilterValue, 2, 149, 17, 0, // Skip to: 6701 +/* 2200 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2203 */ MCD_OPC_FilterValue, 233, 3, 140, 17, 0, // Skip to: 6701 +/* 2209 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2226 +/* 2214 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2226 +/* 2221 */ MCD_OPC_Decode, 214, 11, 195, 1, // Opcode: VLD2LNq16 +/* 2226 */ MCD_OPC_CheckPredicate, 21, 118, 17, 0, // Skip to: 6701 +/* 2231 */ MCD_OPC_Decode, 217, 11, 195, 1, // Opcode: VLD2LNq16_UPD +/* 2236 */ MCD_OPC_FilterValue, 6, 108, 2, 0, // Skip to: 2861 +/* 2241 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 2244 */ MCD_OPC_FilterValue, 0, 49, 1, 0, // Skip to: 2554 +/* 2249 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2252 */ MCD_OPC_FilterValue, 232, 3, 223, 0, 0, // Skip to: 2481 +/* 2258 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 2261 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 2316 +/* 2266 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2269 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2284 +/* 2274 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 2306 +/* 2279 */ MCD_OPC_Decode, 143, 19, 196, 1, // Opcode: VST1d8Twb_fixed +/* 2284 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2306 +/* 2289 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2306 +/* 2294 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2306 +/* 2301 */ MCD_OPC_Decode, 141, 19, 196, 1, // Opcode: VST1d8T +/* 2306 */ MCD_OPC_CheckPredicate, 21, 38, 17, 0, // Skip to: 6701 +/* 2311 */ MCD_OPC_Decode, 144, 19, 196, 1, // Opcode: VST1d8Twb_register +/* 2316 */ MCD_OPC_FilterValue, 1, 50, 0, 0, // Skip to: 2371 +/* 2321 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2324 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2339 +/* 2329 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 2361 +/* 2334 */ MCD_OPC_Decode, 234, 18, 196, 1, // Opcode: VST1d16Twb_fixed +/* 2339 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2361 +/* 2344 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2361 +/* 2349 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2361 +/* 2356 */ MCD_OPC_Decode, 232, 18, 196, 1, // Opcode: VST1d16T +/* 2361 */ MCD_OPC_CheckPredicate, 21, 239, 16, 0, // Skip to: 6701 +/* 2366 */ MCD_OPC_Decode, 235, 18, 196, 1, // Opcode: VST1d16Twb_register +/* 2371 */ MCD_OPC_FilterValue, 2, 50, 0, 0, // Skip to: 2426 +/* 2376 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2379 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2394 +/* 2384 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 2416 +/* 2389 */ MCD_OPC_Decode, 245, 18, 196, 1, // Opcode: VST1d32Twb_fixed +/* 2394 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2416 +/* 2399 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2416 +/* 2404 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2416 +/* 2411 */ MCD_OPC_Decode, 243, 18, 196, 1, // Opcode: VST1d32T +/* 2416 */ MCD_OPC_CheckPredicate, 21, 184, 16, 0, // Skip to: 6701 +/* 2421 */ MCD_OPC_Decode, 246, 18, 196, 1, // Opcode: VST1d32Twb_register +/* 2426 */ MCD_OPC_FilterValue, 3, 174, 16, 0, // Skip to: 6701 +/* 2431 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2434 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2449 +/* 2439 */ MCD_OPC_CheckPredicate, 21, 27, 0, 0, // Skip to: 2471 +/* 2444 */ MCD_OPC_Decode, 132, 19, 196, 1, // Opcode: VST1d64Twb_fixed +/* 2449 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2471 +/* 2454 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2471 +/* 2459 */ MCD_OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2471 +/* 2466 */ MCD_OPC_Decode, 128, 19, 196, 1, // Opcode: VST1d64T +/* 2471 */ MCD_OPC_CheckPredicate, 21, 129, 16, 0, // Skip to: 6701 +/* 2476 */ MCD_OPC_Decode, 133, 19, 196, 1, // Opcode: VST1d64Twb_register +/* 2481 */ MCD_OPC_FilterValue, 233, 3, 118, 16, 0, // Skip to: 6701 +/* 2487 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 2490 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 2522 +/* 2495 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2512 +/* 2500 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2512 +/* 2507 */ MCD_OPC_Decode, 231, 19, 197, 1, // Opcode: VST3LNd16 +/* 2512 */ MCD_OPC_CheckPredicate, 21, 88, 16, 0, // Skip to: 6701 +/* 2517 */ MCD_OPC_Decode, 234, 19, 197, 1, // Opcode: VST3LNd16_UPD +/* 2522 */ MCD_OPC_FilterValue, 2, 78, 16, 0, // Skip to: 6701 +/* 2527 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2544 +/* 2532 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2544 +/* 2539 */ MCD_OPC_Decode, 243, 19, 197, 1, // Opcode: VST3LNq16 +/* 2544 */ MCD_OPC_CheckPredicate, 21, 56, 16, 0, // Skip to: 6701 +/* 2549 */ MCD_OPC_Decode, 246, 19, 197, 1, // Opcode: VST3LNq16_UPD +/* 2554 */ MCD_OPC_FilterValue, 2, 46, 16, 0, // Skip to: 6701 +/* 2559 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 2562 */ MCD_OPC_FilterValue, 0, 245, 0, 0, // Skip to: 2812 +/* 2567 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2570 */ MCD_OPC_FilterValue, 232, 3, 195, 0, 0, // Skip to: 2771 +/* 2576 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 2579 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 2627 +/* 2584 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2587 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2602 +/* 2592 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2617 +/* 2597 */ MCD_OPC_Decode, 146, 11, 196, 1, // Opcode: VLD1d8Twb_fixed +/* 2602 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2617 +/* 2607 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2617 +/* 2612 */ MCD_OPC_Decode, 144, 11, 196, 1, // Opcode: VLD1d8T +/* 2617 */ MCD_OPC_CheckPredicate, 21, 239, 15, 0, // Skip to: 6701 +/* 2622 */ MCD_OPC_Decode, 147, 11, 196, 1, // Opcode: VLD1d8Twb_register +/* 2627 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 2675 +/* 2632 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2635 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2650 +/* 2640 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2665 +/* 2645 */ MCD_OPC_Decode, 237, 10, 196, 1, // Opcode: VLD1d16Twb_fixed +/* 2650 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2665 +/* 2655 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2665 +/* 2660 */ MCD_OPC_Decode, 235, 10, 196, 1, // Opcode: VLD1d16T +/* 2665 */ MCD_OPC_CheckPredicate, 21, 191, 15, 0, // Skip to: 6701 +/* 2670 */ MCD_OPC_Decode, 238, 10, 196, 1, // Opcode: VLD1d16Twb_register +/* 2675 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 2723 +/* 2680 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2683 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2698 +/* 2688 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2713 +/* 2693 */ MCD_OPC_Decode, 248, 10, 196, 1, // Opcode: VLD1d32Twb_fixed +/* 2698 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2713 +/* 2703 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2713 +/* 2708 */ MCD_OPC_Decode, 246, 10, 196, 1, // Opcode: VLD1d32T +/* 2713 */ MCD_OPC_CheckPredicate, 21, 143, 15, 0, // Skip to: 6701 +/* 2718 */ MCD_OPC_Decode, 249, 10, 196, 1, // Opcode: VLD1d32Twb_register +/* 2723 */ MCD_OPC_FilterValue, 3, 133, 15, 0, // Skip to: 6701 +/* 2728 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2731 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2746 +/* 2736 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2761 +/* 2741 */ MCD_OPC_Decode, 135, 11, 196, 1, // Opcode: VLD1d64Twb_fixed +/* 2746 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2761 +/* 2751 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2761 +/* 2756 */ MCD_OPC_Decode, 131, 11, 196, 1, // Opcode: VLD1d64T +/* 2761 */ MCD_OPC_CheckPredicate, 21, 95, 15, 0, // Skip to: 6701 +/* 2766 */ MCD_OPC_Decode, 136, 11, 196, 1, // Opcode: VLD1d64Twb_register +/* 2771 */ MCD_OPC_FilterValue, 233, 3, 84, 15, 0, // Skip to: 6701 +/* 2777 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 2780 */ MCD_OPC_FilterValue, 0, 76, 15, 0, // Skip to: 6701 +/* 2785 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2802 +/* 2790 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2802 +/* 2797 */ MCD_OPC_Decode, 154, 12, 198, 1, // Opcode: VLD3LNd16 +/* 2802 */ MCD_OPC_CheckPredicate, 21, 54, 15, 0, // Skip to: 6701 +/* 2807 */ MCD_OPC_Decode, 157, 12, 198, 1, // Opcode: VLD3LNd16_UPD +/* 2812 */ MCD_OPC_FilterValue, 1, 44, 15, 0, // Skip to: 6701 +/* 2817 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 2820 */ MCD_OPC_FilterValue, 0, 36, 15, 0, // Skip to: 6701 +/* 2825 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2828 */ MCD_OPC_FilterValue, 233, 3, 27, 15, 0, // Skip to: 6701 +/* 2834 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 2851 +/* 2839 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2851 +/* 2846 */ MCD_OPC_Decode, 166, 12, 198, 1, // Opcode: VLD3LNq16 +/* 2851 */ MCD_OPC_CheckPredicate, 21, 5, 15, 0, // Skip to: 6701 +/* 2856 */ MCD_OPC_Decode, 169, 12, 198, 1, // Opcode: VLD3LNq16_UPD +/* 2861 */ MCD_OPC_FilterValue, 7, 73, 2, 0, // Skip to: 3451 +/* 2866 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 2869 */ MCD_OPC_FilterValue, 0, 231, 1, 0, // Skip to: 3361 +/* 2874 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 2877 */ MCD_OPC_FilterValue, 0, 237, 0, 0, // Skip to: 3119 +/* 2882 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2885 */ MCD_OPC_FilterValue, 232, 3, 195, 0, 0, // Skip to: 3086 +/* 2891 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 2894 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 2942 +/* 2899 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2902 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2917 +/* 2907 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2932 +/* 2912 */ MCD_OPC_Decode, 145, 19, 196, 1, // Opcode: VST1d8wb_fixed +/* 2917 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2932 +/* 2922 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2932 +/* 2927 */ MCD_OPC_Decode, 136, 19, 196, 1, // Opcode: VST1d8 +/* 2932 */ MCD_OPC_CheckPredicate, 21, 180, 14, 0, // Skip to: 6701 +/* 2937 */ MCD_OPC_Decode, 146, 19, 196, 1, // Opcode: VST1d8wb_register +/* 2942 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 2990 +/* 2947 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2950 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2965 +/* 2955 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 2980 +/* 2960 */ MCD_OPC_Decode, 236, 18, 196, 1, // Opcode: VST1d16wb_fixed +/* 2965 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2980 +/* 2970 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 2980 +/* 2975 */ MCD_OPC_Decode, 227, 18, 196, 1, // Opcode: VST1d16 +/* 2980 */ MCD_OPC_CheckPredicate, 21, 132, 14, 0, // Skip to: 6701 +/* 2985 */ MCD_OPC_Decode, 237, 18, 196, 1, // Opcode: VST1d16wb_register +/* 2990 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 3038 +/* 2995 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2998 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3013 +/* 3003 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3028 +/* 3008 */ MCD_OPC_Decode, 247, 18, 196, 1, // Opcode: VST1d32wb_fixed +/* 3013 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3028 +/* 3018 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3028 +/* 3023 */ MCD_OPC_Decode, 238, 18, 196, 1, // Opcode: VST1d32 +/* 3028 */ MCD_OPC_CheckPredicate, 21, 84, 14, 0, // Skip to: 6701 +/* 3033 */ MCD_OPC_Decode, 248, 18, 196, 1, // Opcode: VST1d32wb_register +/* 3038 */ MCD_OPC_FilterValue, 3, 74, 14, 0, // Skip to: 6701 +/* 3043 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3046 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3061 +/* 3051 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3076 +/* 3056 */ MCD_OPC_Decode, 134, 19, 196, 1, // Opcode: VST1d64wb_fixed +/* 3061 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3076 +/* 3066 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3076 +/* 3071 */ MCD_OPC_Decode, 249, 18, 196, 1, // Opcode: VST1d64 +/* 3076 */ MCD_OPC_CheckPredicate, 21, 36, 14, 0, // Skip to: 6701 +/* 3081 */ MCD_OPC_Decode, 135, 19, 196, 1, // Opcode: VST1d64wb_register +/* 3086 */ MCD_OPC_FilterValue, 233, 3, 25, 14, 0, // Skip to: 6701 +/* 3092 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3109 +/* 3097 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3109 +/* 3104 */ MCD_OPC_Decode, 150, 20, 200, 1, // Opcode: VST4LNd16 +/* 3109 */ MCD_OPC_CheckPredicate, 21, 3, 14, 0, // Skip to: 6701 +/* 3114 */ MCD_OPC_Decode, 153, 20, 200, 1, // Opcode: VST4LNd16_UPD +/* 3119 */ MCD_OPC_FilterValue, 2, 249, 13, 0, // Skip to: 6701 +/* 3124 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3127 */ MCD_OPC_FilterValue, 232, 3, 195, 0, 0, // Skip to: 3328 +/* 3133 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 3136 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 3184 +/* 3141 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3144 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3159 +/* 3149 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3174 +/* 3154 */ MCD_OPC_Decode, 148, 11, 196, 1, // Opcode: VLD1d8wb_fixed +/* 3159 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3174 +/* 3164 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3174 +/* 3169 */ MCD_OPC_Decode, 139, 11, 196, 1, // Opcode: VLD1d8 +/* 3174 */ MCD_OPC_CheckPredicate, 21, 194, 13, 0, // Skip to: 6701 +/* 3179 */ MCD_OPC_Decode, 149, 11, 196, 1, // Opcode: VLD1d8wb_register +/* 3184 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 3232 +/* 3189 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3192 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3207 +/* 3197 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3222 +/* 3202 */ MCD_OPC_Decode, 239, 10, 196, 1, // Opcode: VLD1d16wb_fixed +/* 3207 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3222 +/* 3212 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3222 +/* 3217 */ MCD_OPC_Decode, 230, 10, 196, 1, // Opcode: VLD1d16 +/* 3222 */ MCD_OPC_CheckPredicate, 21, 146, 13, 0, // Skip to: 6701 +/* 3227 */ MCD_OPC_Decode, 240, 10, 196, 1, // Opcode: VLD1d16wb_register +/* 3232 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 3280 +/* 3237 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3240 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3255 +/* 3245 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3270 +/* 3250 */ MCD_OPC_Decode, 250, 10, 196, 1, // Opcode: VLD1d32wb_fixed +/* 3255 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3270 +/* 3260 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3270 +/* 3265 */ MCD_OPC_Decode, 241, 10, 196, 1, // Opcode: VLD1d32 +/* 3270 */ MCD_OPC_CheckPredicate, 21, 98, 13, 0, // Skip to: 6701 +/* 3275 */ MCD_OPC_Decode, 251, 10, 196, 1, // Opcode: VLD1d32wb_register +/* 3280 */ MCD_OPC_FilterValue, 3, 88, 13, 0, // Skip to: 6701 +/* 3285 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3288 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3303 +/* 3293 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3318 +/* 3298 */ MCD_OPC_Decode, 137, 11, 196, 1, // Opcode: VLD1d64wb_fixed +/* 3303 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3318 +/* 3308 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3318 +/* 3313 */ MCD_OPC_Decode, 252, 10, 196, 1, // Opcode: VLD1d64 +/* 3318 */ MCD_OPC_CheckPredicate, 21, 50, 13, 0, // Skip to: 6701 +/* 3323 */ MCD_OPC_Decode, 138, 11, 196, 1, // Opcode: VLD1d64wb_register +/* 3328 */ MCD_OPC_FilterValue, 233, 3, 39, 13, 0, // Skip to: 6701 +/* 3334 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3351 +/* 3339 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3351 +/* 3346 */ MCD_OPC_Decode, 225, 12, 201, 1, // Opcode: VLD4LNd16 +/* 3351 */ MCD_OPC_CheckPredicate, 21, 17, 13, 0, // Skip to: 6701 +/* 3356 */ MCD_OPC_Decode, 228, 12, 201, 1, // Opcode: VLD4LNd16_UPD +/* 3361 */ MCD_OPC_FilterValue, 1, 7, 13, 0, // Skip to: 6701 +/* 3366 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3369 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 3410 +/* 3374 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3377 */ MCD_OPC_FilterValue, 233, 3, 246, 12, 0, // Skip to: 6701 +/* 3383 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3400 +/* 3388 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3400 +/* 3395 */ MCD_OPC_Decode, 162, 20, 200, 1, // Opcode: VST4LNq16 +/* 3400 */ MCD_OPC_CheckPredicate, 21, 224, 12, 0, // Skip to: 6701 +/* 3405 */ MCD_OPC_Decode, 165, 20, 200, 1, // Opcode: VST4LNq16_UPD +/* 3410 */ MCD_OPC_FilterValue, 2, 214, 12, 0, // Skip to: 6701 +/* 3415 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3418 */ MCD_OPC_FilterValue, 233, 3, 205, 12, 0, // Skip to: 6701 +/* 3424 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3441 +/* 3429 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3441 +/* 3436 */ MCD_OPC_Decode, 237, 12, 201, 1, // Opcode: VLD4LNq16 +/* 3441 */ MCD_OPC_CheckPredicate, 21, 183, 12, 0, // Skip to: 6701 +/* 3446 */ MCD_OPC_Decode, 240, 12, 201, 1, // Opcode: VLD4LNq16_UPD +/* 3451 */ MCD_OPC_FilterValue, 8, 185, 1, 0, // Skip to: 3897 +/* 3456 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3459 */ MCD_OPC_FilterValue, 0, 39, 1, 0, // Skip to: 3759 +/* 3464 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3467 */ MCD_OPC_FilterValue, 0, 141, 0, 0, // Skip to: 3613 +/* 3472 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3475 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 3580 +/* 3481 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 3484 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 3532 +/* 3489 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3492 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3507 +/* 3497 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3522 +/* 3502 */ MCD_OPC_Decode, 211, 19, 199, 1, // Opcode: VST2d8wb_fixed +/* 3507 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3522 +/* 3512 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3522 +/* 3517 */ MCD_OPC_Decode, 210, 19, 199, 1, // Opcode: VST2d8 +/* 3522 */ MCD_OPC_CheckPredicate, 21, 102, 12, 0, // Skip to: 6701 +/* 3527 */ MCD_OPC_Decode, 212, 19, 199, 1, // Opcode: VST2d8wb_register +/* 3532 */ MCD_OPC_FilterValue, 1, 92, 12, 0, // Skip to: 6701 +/* 3537 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3540 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3555 +/* 3545 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3570 +/* 3550 */ MCD_OPC_Decode, 208, 19, 199, 1, // Opcode: VST2d32wb_fixed +/* 3555 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3570 +/* 3560 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3570 +/* 3565 */ MCD_OPC_Decode, 207, 19, 199, 1, // Opcode: VST2d32 +/* 3570 */ MCD_OPC_CheckPredicate, 21, 54, 12, 0, // Skip to: 6701 +/* 3575 */ MCD_OPC_Decode, 209, 19, 199, 1, // Opcode: VST2d32wb_register +/* 3580 */ MCD_OPC_FilterValue, 233, 3, 43, 12, 0, // Skip to: 6701 +/* 3586 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3603 +/* 3591 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3603 +/* 3598 */ MCD_OPC_Decode, 217, 18, 192, 1, // Opcode: VST1LNd32 +/* 3603 */ MCD_OPC_CheckPredicate, 21, 21, 12, 0, // Skip to: 6701 +/* 3608 */ MCD_OPC_Decode, 218, 18, 192, 1, // Opcode: VST1LNd32_UPD +/* 3613 */ MCD_OPC_FilterValue, 2, 11, 12, 0, // Skip to: 6701 +/* 3618 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3621 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 3726 +/* 3627 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 3630 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 3678 +/* 3635 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3638 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3653 +/* 3643 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3668 +/* 3648 */ MCD_OPC_Decode, 238, 11, 199, 1, // Opcode: VLD2d8wb_fixed +/* 3653 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3668 +/* 3658 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3668 +/* 3663 */ MCD_OPC_Decode, 237, 11, 199, 1, // Opcode: VLD2d8 +/* 3668 */ MCD_OPC_CheckPredicate, 21, 212, 11, 0, // Skip to: 6701 +/* 3673 */ MCD_OPC_Decode, 239, 11, 199, 1, // Opcode: VLD2d8wb_register +/* 3678 */ MCD_OPC_FilterValue, 1, 202, 11, 0, // Skip to: 6701 +/* 3683 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3686 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3701 +/* 3691 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3716 +/* 3696 */ MCD_OPC_Decode, 235, 11, 199, 1, // Opcode: VLD2d32wb_fixed +/* 3701 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3716 +/* 3706 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3716 +/* 3711 */ MCD_OPC_Decode, 234, 11, 199, 1, // Opcode: VLD2d32 +/* 3716 */ MCD_OPC_CheckPredicate, 21, 164, 11, 0, // Skip to: 6701 +/* 3721 */ MCD_OPC_Decode, 236, 11, 199, 1, // Opcode: VLD2d32wb_register +/* 3726 */ MCD_OPC_FilterValue, 233, 3, 153, 11, 0, // Skip to: 6701 +/* 3732 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 3749 +/* 3737 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3749 +/* 3744 */ MCD_OPC_Decode, 220, 10, 193, 1, // Opcode: VLD1LNd32 +/* 3749 */ MCD_OPC_CheckPredicate, 21, 131, 11, 0, // Skip to: 6701 +/* 3754 */ MCD_OPC_Decode, 221, 10, 193, 1, // Opcode: VLD1LNd32_UPD +/* 3759 */ MCD_OPC_FilterValue, 1, 121, 11, 0, // Skip to: 6701 +/* 3764 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3767 */ MCD_OPC_FilterValue, 0, 60, 0, 0, // Skip to: 3832 +/* 3772 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 3775 */ MCD_OPC_FilterValue, 0, 105, 11, 0, // Skip to: 6701 +/* 3780 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3783 */ MCD_OPC_FilterValue, 232, 3, 96, 11, 0, // Skip to: 6701 +/* 3789 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3792 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3807 +/* 3797 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3822 +/* 3802 */ MCD_OPC_Decode, 205, 19, 199, 1, // Opcode: VST2d16wb_fixed +/* 3807 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3822 +/* 3812 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3822 +/* 3817 */ MCD_OPC_Decode, 204, 19, 199, 1, // Opcode: VST2d16 +/* 3822 */ MCD_OPC_CheckPredicate, 21, 58, 11, 0, // Skip to: 6701 +/* 3827 */ MCD_OPC_Decode, 206, 19, 199, 1, // Opcode: VST2d16wb_register +/* 3832 */ MCD_OPC_FilterValue, 2, 48, 11, 0, // Skip to: 6701 +/* 3837 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 3840 */ MCD_OPC_FilterValue, 0, 40, 11, 0, // Skip to: 6701 +/* 3845 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3848 */ MCD_OPC_FilterValue, 232, 3, 31, 11, 0, // Skip to: 6701 +/* 3854 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3857 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3872 +/* 3862 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3887 +/* 3867 */ MCD_OPC_Decode, 232, 11, 199, 1, // Opcode: VLD2d16wb_fixed +/* 3872 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3887 +/* 3877 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3887 +/* 3882 */ MCD_OPC_Decode, 231, 11, 199, 1, // Opcode: VLD2d16 +/* 3887 */ MCD_OPC_CheckPredicate, 21, 249, 10, 0, // Skip to: 6701 +/* 3892 */ MCD_OPC_Decode, 233, 11, 199, 1, // Opcode: VLD2d16wb_register +/* 3897 */ MCD_OPC_FilterValue, 9, 27, 2, 0, // Skip to: 4441 +/* 3902 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 3905 */ MCD_OPC_FilterValue, 0, 55, 1, 0, // Skip to: 4221 +/* 3910 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3913 */ MCD_OPC_FilterValue, 0, 149, 0, 0, // Skip to: 4067 +/* 3918 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 3921 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 4026 +/* 3927 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 3930 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 3978 +/* 3935 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3938 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3953 +/* 3943 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 3968 +/* 3948 */ MCD_OPC_Decode, 202, 19, 199, 1, // Opcode: VST2b8wb_fixed +/* 3953 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3968 +/* 3958 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 3968 +/* 3963 */ MCD_OPC_Decode, 201, 19, 199, 1, // Opcode: VST2b8 +/* 3968 */ MCD_OPC_CheckPredicate, 21, 168, 10, 0, // Skip to: 6701 +/* 3973 */ MCD_OPC_Decode, 203, 19, 199, 1, // Opcode: VST2b8wb_register +/* 3978 */ MCD_OPC_FilterValue, 1, 158, 10, 0, // Skip to: 6701 +/* 3983 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 3986 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4001 +/* 3991 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4016 +/* 3996 */ MCD_OPC_Decode, 199, 19, 199, 1, // Opcode: VST2b32wb_fixed +/* 4001 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4016 +/* 4006 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4016 +/* 4011 */ MCD_OPC_Decode, 198, 19, 199, 1, // Opcode: VST2b32 +/* 4016 */ MCD_OPC_CheckPredicate, 21, 120, 10, 0, // Skip to: 6701 +/* 4021 */ MCD_OPC_Decode, 200, 19, 199, 1, // Opcode: VST2b32wb_register +/* 4026 */ MCD_OPC_FilterValue, 233, 3, 109, 10, 0, // Skip to: 6701 +/* 4032 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 4035 */ MCD_OPC_FilterValue, 0, 101, 10, 0, // Skip to: 6701 +/* 4040 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4057 +/* 4045 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4057 +/* 4052 */ MCD_OPC_Decode, 179, 19, 194, 1, // Opcode: VST2LNd32 +/* 4057 */ MCD_OPC_CheckPredicate, 21, 79, 10, 0, // Skip to: 6701 +/* 4062 */ MCD_OPC_Decode, 182, 19, 194, 1, // Opcode: VST2LNd32_UPD +/* 4067 */ MCD_OPC_FilterValue, 2, 69, 10, 0, // Skip to: 6701 +/* 4072 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4075 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 4180 +/* 4081 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4084 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 4132 +/* 4089 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4092 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4107 +/* 4097 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4122 +/* 4102 */ MCD_OPC_Decode, 229, 11, 199, 1, // Opcode: VLD2b8wb_fixed +/* 4107 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4122 +/* 4112 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4122 +/* 4117 */ MCD_OPC_Decode, 228, 11, 199, 1, // Opcode: VLD2b8 +/* 4122 */ MCD_OPC_CheckPredicate, 21, 14, 10, 0, // Skip to: 6701 +/* 4127 */ MCD_OPC_Decode, 230, 11, 199, 1, // Opcode: VLD2b8wb_register +/* 4132 */ MCD_OPC_FilterValue, 1, 4, 10, 0, // Skip to: 6701 +/* 4137 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4140 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4155 +/* 4145 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4170 +/* 4150 */ MCD_OPC_Decode, 226, 11, 199, 1, // Opcode: VLD2b32wb_fixed +/* 4155 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4170 +/* 4160 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4170 +/* 4165 */ MCD_OPC_Decode, 225, 11, 199, 1, // Opcode: VLD2b32 +/* 4170 */ MCD_OPC_CheckPredicate, 21, 222, 9, 0, // Skip to: 6701 +/* 4175 */ MCD_OPC_Decode, 227, 11, 199, 1, // Opcode: VLD2b32wb_register +/* 4180 */ MCD_OPC_FilterValue, 233, 3, 211, 9, 0, // Skip to: 6701 +/* 4186 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 4189 */ MCD_OPC_FilterValue, 0, 203, 9, 0, // Skip to: 6701 +/* 4194 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4211 +/* 4199 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4211 +/* 4206 */ MCD_OPC_Decode, 206, 11, 195, 1, // Opcode: VLD2LNd32 +/* 4211 */ MCD_OPC_CheckPredicate, 21, 181, 9, 0, // Skip to: 6701 +/* 4216 */ MCD_OPC_Decode, 209, 11, 195, 1, // Opcode: VLD2LNd32_UPD +/* 4221 */ MCD_OPC_FilterValue, 1, 171, 9, 0, // Skip to: 6701 +/* 4226 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 4229 */ MCD_OPC_FilterValue, 0, 101, 0, 0, // Skip to: 4335 +/* 4234 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4237 */ MCD_OPC_FilterValue, 232, 3, 51, 0, 0, // Skip to: 4294 +/* 4243 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4246 */ MCD_OPC_FilterValue, 0, 146, 9, 0, // Skip to: 6701 +/* 4251 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4254 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4269 +/* 4259 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4284 +/* 4264 */ MCD_OPC_Decode, 196, 19, 199, 1, // Opcode: VST2b16wb_fixed +/* 4269 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4284 +/* 4274 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4284 +/* 4279 */ MCD_OPC_Decode, 195, 19, 199, 1, // Opcode: VST2b16 +/* 4284 */ MCD_OPC_CheckPredicate, 21, 108, 9, 0, // Skip to: 6701 +/* 4289 */ MCD_OPC_Decode, 197, 19, 199, 1, // Opcode: VST2b16wb_register +/* 4294 */ MCD_OPC_FilterValue, 233, 3, 97, 9, 0, // Skip to: 6701 +/* 4300 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 4303 */ MCD_OPC_FilterValue, 0, 89, 9, 0, // Skip to: 6701 +/* 4308 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4325 +/* 4313 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4325 +/* 4320 */ MCD_OPC_Decode, 191, 19, 194, 1, // Opcode: VST2LNq32 +/* 4325 */ MCD_OPC_CheckPredicate, 21, 67, 9, 0, // Skip to: 6701 +/* 4330 */ MCD_OPC_Decode, 194, 19, 194, 1, // Opcode: VST2LNq32_UPD +/* 4335 */ MCD_OPC_FilterValue, 2, 57, 9, 0, // Skip to: 6701 +/* 4340 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4343 */ MCD_OPC_FilterValue, 232, 3, 51, 0, 0, // Skip to: 4400 +/* 4349 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4352 */ MCD_OPC_FilterValue, 0, 40, 9, 0, // Skip to: 6701 +/* 4357 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4360 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4375 +/* 4365 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4390 +/* 4370 */ MCD_OPC_Decode, 223, 11, 199, 1, // Opcode: VLD2b16wb_fixed +/* 4375 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4390 +/* 4380 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4390 +/* 4385 */ MCD_OPC_Decode, 222, 11, 199, 1, // Opcode: VLD2b16 +/* 4390 */ MCD_OPC_CheckPredicate, 21, 2, 9, 0, // Skip to: 6701 +/* 4395 */ MCD_OPC_Decode, 224, 11, 199, 1, // Opcode: VLD2b16wb_register +/* 4400 */ MCD_OPC_FilterValue, 233, 3, 247, 8, 0, // Skip to: 6701 +/* 4406 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 4409 */ MCD_OPC_FilterValue, 0, 239, 8, 0, // Skip to: 6701 +/* 4414 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4431 +/* 4419 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4431 +/* 4426 */ MCD_OPC_Decode, 218, 11, 195, 1, // Opcode: VLD2LNq32 +/* 4431 */ MCD_OPC_CheckPredicate, 21, 217, 8, 0, // Skip to: 6701 +/* 4436 */ MCD_OPC_Decode, 221, 11, 195, 1, // Opcode: VLD2LNq32_UPD +/* 4441 */ MCD_OPC_FilterValue, 10, 123, 2, 0, // Skip to: 5081 +/* 4446 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 4449 */ MCD_OPC_FilterValue, 0, 55, 1, 0, // Skip to: 4765 +/* 4454 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 4457 */ MCD_OPC_FilterValue, 0, 149, 0, 0, // Skip to: 4611 +/* 4462 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4465 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 4570 +/* 4471 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4474 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 4522 +/* 4479 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4482 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4497 +/* 4487 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4512 +/* 4492 */ MCD_OPC_Decode, 173, 19, 196, 1, // Opcode: VST1q8wb_fixed +/* 4497 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4512 +/* 4502 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4512 +/* 4507 */ MCD_OPC_Decode, 168, 19, 196, 1, // Opcode: VST1q8 +/* 4512 */ MCD_OPC_CheckPredicate, 21, 136, 8, 0, // Skip to: 6701 +/* 4517 */ MCD_OPC_Decode, 174, 19, 196, 1, // Opcode: VST1q8wb_register +/* 4522 */ MCD_OPC_FilterValue, 1, 126, 8, 0, // Skip to: 6701 +/* 4527 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4530 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4545 +/* 4535 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4560 +/* 4540 */ MCD_OPC_Decode, 159, 19, 196, 1, // Opcode: VST1q32wb_fixed +/* 4545 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4560 +/* 4550 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4560 +/* 4555 */ MCD_OPC_Decode, 154, 19, 196, 1, // Opcode: VST1q32 +/* 4560 */ MCD_OPC_CheckPredicate, 21, 88, 8, 0, // Skip to: 6701 +/* 4565 */ MCD_OPC_Decode, 160, 19, 196, 1, // Opcode: VST1q32wb_register +/* 4570 */ MCD_OPC_FilterValue, 233, 3, 77, 8, 0, // Skip to: 6701 +/* 4576 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 4579 */ MCD_OPC_FilterValue, 0, 69, 8, 0, // Skip to: 6701 +/* 4584 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4601 +/* 4589 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4601 +/* 4596 */ MCD_OPC_Decode, 235, 19, 197, 1, // Opcode: VST3LNd32 +/* 4601 */ MCD_OPC_CheckPredicate, 21, 47, 8, 0, // Skip to: 6701 +/* 4606 */ MCD_OPC_Decode, 238, 19, 197, 1, // Opcode: VST3LNd32_UPD +/* 4611 */ MCD_OPC_FilterValue, 2, 37, 8, 0, // Skip to: 6701 +/* 4616 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4619 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 4724 +/* 4625 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4628 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 4676 +/* 4633 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4636 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4651 +/* 4641 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4666 +/* 4646 */ MCD_OPC_Decode, 176, 11, 196, 1, // Opcode: VLD1q8wb_fixed +/* 4651 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4666 +/* 4656 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4666 +/* 4661 */ MCD_OPC_Decode, 171, 11, 196, 1, // Opcode: VLD1q8 +/* 4666 */ MCD_OPC_CheckPredicate, 21, 238, 7, 0, // Skip to: 6701 +/* 4671 */ MCD_OPC_Decode, 177, 11, 196, 1, // Opcode: VLD1q8wb_register +/* 4676 */ MCD_OPC_FilterValue, 1, 228, 7, 0, // Skip to: 6701 +/* 4681 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4684 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4699 +/* 4689 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4714 +/* 4694 */ MCD_OPC_Decode, 162, 11, 196, 1, // Opcode: VLD1q32wb_fixed +/* 4699 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4714 +/* 4704 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4714 +/* 4709 */ MCD_OPC_Decode, 157, 11, 196, 1, // Opcode: VLD1q32 +/* 4714 */ MCD_OPC_CheckPredicate, 21, 190, 7, 0, // Skip to: 6701 +/* 4719 */ MCD_OPC_Decode, 163, 11, 196, 1, // Opcode: VLD1q32wb_register +/* 4724 */ MCD_OPC_FilterValue, 233, 3, 179, 7, 0, // Skip to: 6701 +/* 4730 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 4733 */ MCD_OPC_FilterValue, 0, 171, 7, 0, // Skip to: 6701 +/* 4738 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4755 +/* 4743 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4755 +/* 4750 */ MCD_OPC_Decode, 158, 12, 198, 1, // Opcode: VLD3LNd32 +/* 4755 */ MCD_OPC_CheckPredicate, 21, 149, 7, 0, // Skip to: 6701 +/* 4760 */ MCD_OPC_Decode, 161, 12, 198, 1, // Opcode: VLD3LNd32_UPD +/* 4765 */ MCD_OPC_FilterValue, 1, 139, 7, 0, // Skip to: 6701 +/* 4770 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 4773 */ MCD_OPC_FilterValue, 0, 149, 0, 0, // Skip to: 4927 +/* 4778 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4781 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 4886 +/* 4787 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4790 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 4838 +/* 4795 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4798 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4813 +/* 4803 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4828 +/* 4808 */ MCD_OPC_Decode, 152, 19, 196, 1, // Opcode: VST1q16wb_fixed +/* 4813 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4828 +/* 4818 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4828 +/* 4823 */ MCD_OPC_Decode, 147, 19, 196, 1, // Opcode: VST1q16 +/* 4828 */ MCD_OPC_CheckPredicate, 21, 76, 7, 0, // Skip to: 6701 +/* 4833 */ MCD_OPC_Decode, 153, 19, 196, 1, // Opcode: VST1q16wb_register +/* 4838 */ MCD_OPC_FilterValue, 1, 66, 7, 0, // Skip to: 6701 +/* 4843 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4846 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4861 +/* 4851 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4876 +/* 4856 */ MCD_OPC_Decode, 166, 19, 196, 1, // Opcode: VST1q64wb_fixed +/* 4861 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4876 +/* 4866 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4876 +/* 4871 */ MCD_OPC_Decode, 161, 19, 196, 1, // Opcode: VST1q64 +/* 4876 */ MCD_OPC_CheckPredicate, 21, 28, 7, 0, // Skip to: 6701 +/* 4881 */ MCD_OPC_Decode, 167, 19, 196, 1, // Opcode: VST1q64wb_register +/* 4886 */ MCD_OPC_FilterValue, 233, 3, 17, 7, 0, // Skip to: 6701 +/* 4892 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 4895 */ MCD_OPC_FilterValue, 0, 9, 7, 0, // Skip to: 6701 +/* 4900 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 4917 +/* 4905 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4917 +/* 4912 */ MCD_OPC_Decode, 247, 19, 197, 1, // Opcode: VST3LNq32 +/* 4917 */ MCD_OPC_CheckPredicate, 21, 243, 6, 0, // Skip to: 6701 +/* 4922 */ MCD_OPC_Decode, 250, 19, 197, 1, // Opcode: VST3LNq32_UPD +/* 4927 */ MCD_OPC_FilterValue, 2, 233, 6, 0, // Skip to: 6701 +/* 4932 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 4935 */ MCD_OPC_FilterValue, 232, 3, 99, 0, 0, // Skip to: 5040 +/* 4941 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4944 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 4992 +/* 4949 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 4952 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 4967 +/* 4957 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 4982 +/* 4962 */ MCD_OPC_Decode, 155, 11, 196, 1, // Opcode: VLD1q16wb_fixed +/* 4967 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4982 +/* 4972 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 4982 +/* 4977 */ MCD_OPC_Decode, 150, 11, 196, 1, // Opcode: VLD1q16 +/* 4982 */ MCD_OPC_CheckPredicate, 21, 178, 6, 0, // Skip to: 6701 +/* 4987 */ MCD_OPC_Decode, 156, 11, 196, 1, // Opcode: VLD1q16wb_register +/* 4992 */ MCD_OPC_FilterValue, 1, 168, 6, 0, // Skip to: 6701 +/* 4997 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5000 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5015 +/* 5005 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5030 +/* 5010 */ MCD_OPC_Decode, 169, 11, 196, 1, // Opcode: VLD1q64wb_fixed +/* 5015 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5030 +/* 5020 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5030 +/* 5025 */ MCD_OPC_Decode, 164, 11, 196, 1, // Opcode: VLD1q64 +/* 5030 */ MCD_OPC_CheckPredicate, 21, 130, 6, 0, // Skip to: 6701 +/* 5035 */ MCD_OPC_Decode, 170, 11, 196, 1, // Opcode: VLD1q64wb_register +/* 5040 */ MCD_OPC_FilterValue, 233, 3, 119, 6, 0, // Skip to: 6701 +/* 5046 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 5049 */ MCD_OPC_FilterValue, 0, 111, 6, 0, // Skip to: 6701 +/* 5054 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 5071 +/* 5059 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5071 +/* 5066 */ MCD_OPC_Decode, 170, 12, 198, 1, // Opcode: VLD3LNq32 +/* 5071 */ MCD_OPC_CheckPredicate, 21, 89, 6, 0, // Skip to: 6701 +/* 5076 */ MCD_OPC_Decode, 173, 12, 198, 1, // Opcode: VLD3LNq32_UPD +/* 5081 */ MCD_OPC_FilterValue, 11, 183, 0, 0, // Skip to: 5269 +/* 5086 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 5089 */ MCD_OPC_FilterValue, 0, 85, 0, 0, // Skip to: 5179 +/* 5094 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5097 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 5138 +/* 5102 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5105 */ MCD_OPC_FilterValue, 233, 3, 54, 6, 0, // Skip to: 6701 +/* 5111 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 5128 +/* 5116 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5128 +/* 5123 */ MCD_OPC_Decode, 154, 20, 200, 1, // Opcode: VST4LNd32 +/* 5128 */ MCD_OPC_CheckPredicate, 21, 32, 6, 0, // Skip to: 6701 +/* 5133 */ MCD_OPC_Decode, 157, 20, 200, 1, // Opcode: VST4LNd32_UPD +/* 5138 */ MCD_OPC_FilterValue, 2, 22, 6, 0, // Skip to: 6701 +/* 5143 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5146 */ MCD_OPC_FilterValue, 233, 3, 13, 6, 0, // Skip to: 6701 +/* 5152 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 5169 +/* 5157 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5169 +/* 5164 */ MCD_OPC_Decode, 229, 12, 201, 1, // Opcode: VLD4LNd32 +/* 5169 */ MCD_OPC_CheckPredicate, 21, 247, 5, 0, // Skip to: 6701 +/* 5174 */ MCD_OPC_Decode, 232, 12, 201, 1, // Opcode: VLD4LNd32_UPD +/* 5179 */ MCD_OPC_FilterValue, 1, 237, 5, 0, // Skip to: 6701 +/* 5184 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5187 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 5228 +/* 5192 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5195 */ MCD_OPC_FilterValue, 233, 3, 220, 5, 0, // Skip to: 6701 +/* 5201 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 5218 +/* 5206 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5218 +/* 5213 */ MCD_OPC_Decode, 166, 20, 200, 1, // Opcode: VST4LNq32 +/* 5218 */ MCD_OPC_CheckPredicate, 21, 198, 5, 0, // Skip to: 6701 +/* 5223 */ MCD_OPC_Decode, 169, 20, 200, 1, // Opcode: VST4LNq32_UPD +/* 5228 */ MCD_OPC_FilterValue, 2, 188, 5, 0, // Skip to: 6701 +/* 5233 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5236 */ MCD_OPC_FilterValue, 233, 3, 179, 5, 0, // Skip to: 6701 +/* 5242 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 5259 +/* 5247 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5259 +/* 5254 */ MCD_OPC_Decode, 241, 12, 201, 1, // Opcode: VLD4LNq32 +/* 5259 */ MCD_OPC_CheckPredicate, 21, 157, 5, 0, // Skip to: 6701 +/* 5264 */ MCD_OPC_Decode, 244, 12, 201, 1, // Opcode: VLD4LNq32_UPD +/* 5269 */ MCD_OPC_FilterValue, 12, 137, 1, 0, // Skip to: 5667 +/* 5274 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 5277 */ MCD_OPC_FilterValue, 0, 60, 0, 0, // Skip to: 5342 +/* 5282 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5285 */ MCD_OPC_FilterValue, 2, 131, 5, 0, // Skip to: 6701 +/* 5290 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5293 */ MCD_OPC_FilterValue, 233, 3, 122, 5, 0, // Skip to: 6701 +/* 5299 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5302 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5317 +/* 5307 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5332 +/* 5312 */ MCD_OPC_Decode, 207, 10, 203, 1, // Opcode: VLD1DUPd8wb_fixed +/* 5317 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5332 +/* 5322 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5332 +/* 5327 */ MCD_OPC_Decode, 206, 10, 203, 1, // Opcode: VLD1DUPd8 +/* 5332 */ MCD_OPC_CheckPredicate, 21, 84, 5, 0, // Skip to: 6701 +/* 5337 */ MCD_OPC_Decode, 208, 10, 203, 1, // Opcode: VLD1DUPd8wb_register +/* 5342 */ MCD_OPC_FilterValue, 1, 60, 0, 0, // Skip to: 5407 +/* 5347 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5350 */ MCD_OPC_FilterValue, 2, 66, 5, 0, // Skip to: 6701 +/* 5355 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5358 */ MCD_OPC_FilterValue, 233, 3, 57, 5, 0, // Skip to: 6701 +/* 5364 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5367 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5382 +/* 5372 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5397 +/* 5377 */ MCD_OPC_Decode, 216, 10, 203, 1, // Opcode: VLD1DUPq8wb_fixed +/* 5382 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5397 +/* 5387 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5397 +/* 5392 */ MCD_OPC_Decode, 215, 10, 203, 1, // Opcode: VLD1DUPq8 +/* 5397 */ MCD_OPC_CheckPredicate, 21, 19, 5, 0, // Skip to: 6701 +/* 5402 */ MCD_OPC_Decode, 217, 10, 203, 1, // Opcode: VLD1DUPq8wb_register +/* 5407 */ MCD_OPC_FilterValue, 2, 60, 0, 0, // Skip to: 5472 +/* 5412 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5415 */ MCD_OPC_FilterValue, 2, 1, 5, 0, // Skip to: 6701 +/* 5420 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5423 */ MCD_OPC_FilterValue, 233, 3, 248, 4, 0, // Skip to: 6701 +/* 5429 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5432 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5447 +/* 5437 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5462 +/* 5442 */ MCD_OPC_Decode, 201, 10, 203, 1, // Opcode: VLD1DUPd16wb_fixed +/* 5447 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5462 +/* 5452 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5462 +/* 5457 */ MCD_OPC_Decode, 200, 10, 203, 1, // Opcode: VLD1DUPd16 +/* 5462 */ MCD_OPC_CheckPredicate, 21, 210, 4, 0, // Skip to: 6701 +/* 5467 */ MCD_OPC_Decode, 202, 10, 203, 1, // Opcode: VLD1DUPd16wb_register +/* 5472 */ MCD_OPC_FilterValue, 3, 60, 0, 0, // Skip to: 5537 +/* 5477 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5480 */ MCD_OPC_FilterValue, 2, 192, 4, 0, // Skip to: 6701 +/* 5485 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5488 */ MCD_OPC_FilterValue, 233, 3, 183, 4, 0, // Skip to: 6701 +/* 5494 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5497 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5512 +/* 5502 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5527 +/* 5507 */ MCD_OPC_Decode, 210, 10, 203, 1, // Opcode: VLD1DUPq16wb_fixed +/* 5512 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5527 +/* 5517 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5527 +/* 5522 */ MCD_OPC_Decode, 209, 10, 203, 1, // Opcode: VLD1DUPq16 +/* 5527 */ MCD_OPC_CheckPredicate, 21, 145, 4, 0, // Skip to: 6701 +/* 5532 */ MCD_OPC_Decode, 211, 10, 203, 1, // Opcode: VLD1DUPq16wb_register +/* 5537 */ MCD_OPC_FilterValue, 4, 60, 0, 0, // Skip to: 5602 +/* 5542 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5545 */ MCD_OPC_FilterValue, 2, 127, 4, 0, // Skip to: 6701 +/* 5550 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5553 */ MCD_OPC_FilterValue, 233, 3, 118, 4, 0, // Skip to: 6701 +/* 5559 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5562 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5577 +/* 5567 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5592 +/* 5572 */ MCD_OPC_Decode, 204, 10, 203, 1, // Opcode: VLD1DUPd32wb_fixed +/* 5577 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5592 +/* 5582 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5592 +/* 5587 */ MCD_OPC_Decode, 203, 10, 203, 1, // Opcode: VLD1DUPd32 +/* 5592 */ MCD_OPC_CheckPredicate, 21, 80, 4, 0, // Skip to: 6701 +/* 5597 */ MCD_OPC_Decode, 205, 10, 203, 1, // Opcode: VLD1DUPd32wb_register +/* 5602 */ MCD_OPC_FilterValue, 5, 70, 4, 0, // Skip to: 6701 +/* 5607 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5610 */ MCD_OPC_FilterValue, 2, 62, 4, 0, // Skip to: 6701 +/* 5615 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5618 */ MCD_OPC_FilterValue, 233, 3, 53, 4, 0, // Skip to: 6701 +/* 5624 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5627 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5642 +/* 5632 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5657 +/* 5637 */ MCD_OPC_Decode, 213, 10, 203, 1, // Opcode: VLD1DUPq32wb_fixed +/* 5642 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5657 +/* 5647 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5657 +/* 5652 */ MCD_OPC_Decode, 212, 10, 203, 1, // Opcode: VLD1DUPq32 +/* 5657 */ MCD_OPC_CheckPredicate, 21, 15, 4, 0, // Skip to: 6701 +/* 5662 */ MCD_OPC_Decode, 214, 10, 203, 1, // Opcode: VLD1DUPq32wb_register +/* 5667 */ MCD_OPC_FilterValue, 13, 137, 1, 0, // Skip to: 6065 +/* 5672 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 5675 */ MCD_OPC_FilterValue, 0, 60, 0, 0, // Skip to: 5740 +/* 5680 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5683 */ MCD_OPC_FilterValue, 2, 245, 3, 0, // Skip to: 6701 +/* 5688 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5691 */ MCD_OPC_FilterValue, 233, 3, 236, 3, 0, // Skip to: 6701 +/* 5697 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5700 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5715 +/* 5705 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5730 +/* 5710 */ MCD_OPC_Decode, 191, 11, 204, 1, // Opcode: VLD2DUPd8wb_fixed +/* 5715 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5730 +/* 5720 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5730 +/* 5725 */ MCD_OPC_Decode, 190, 11, 204, 1, // Opcode: VLD2DUPd8 +/* 5730 */ MCD_OPC_CheckPredicate, 21, 198, 3, 0, // Skip to: 6701 +/* 5735 */ MCD_OPC_Decode, 192, 11, 204, 1, // Opcode: VLD2DUPd8wb_register +/* 5740 */ MCD_OPC_FilterValue, 1, 60, 0, 0, // Skip to: 5805 +/* 5745 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5748 */ MCD_OPC_FilterValue, 2, 180, 3, 0, // Skip to: 6701 +/* 5753 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5756 */ MCD_OPC_FilterValue, 233, 3, 171, 3, 0, // Skip to: 6701 +/* 5762 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5765 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5780 +/* 5770 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5795 +/* 5775 */ MCD_OPC_Decode, 194, 11, 204, 1, // Opcode: VLD2DUPd8x2wb_fixed +/* 5780 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5795 +/* 5785 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5795 +/* 5790 */ MCD_OPC_Decode, 193, 11, 204, 1, // Opcode: VLD2DUPd8x2 +/* 5795 */ MCD_OPC_CheckPredicate, 21, 133, 3, 0, // Skip to: 6701 +/* 5800 */ MCD_OPC_Decode, 195, 11, 204, 1, // Opcode: VLD2DUPd8x2wb_register +/* 5805 */ MCD_OPC_FilterValue, 2, 60, 0, 0, // Skip to: 5870 +/* 5810 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5813 */ MCD_OPC_FilterValue, 2, 115, 3, 0, // Skip to: 6701 +/* 5818 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5821 */ MCD_OPC_FilterValue, 233, 3, 106, 3, 0, // Skip to: 6701 +/* 5827 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5830 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5845 +/* 5835 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5860 +/* 5840 */ MCD_OPC_Decode, 179, 11, 204, 1, // Opcode: VLD2DUPd16wb_fixed +/* 5845 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5860 +/* 5850 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5860 +/* 5855 */ MCD_OPC_Decode, 178, 11, 204, 1, // Opcode: VLD2DUPd16 +/* 5860 */ MCD_OPC_CheckPredicate, 21, 68, 3, 0, // Skip to: 6701 +/* 5865 */ MCD_OPC_Decode, 180, 11, 204, 1, // Opcode: VLD2DUPd16wb_register +/* 5870 */ MCD_OPC_FilterValue, 3, 60, 0, 0, // Skip to: 5935 +/* 5875 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5878 */ MCD_OPC_FilterValue, 2, 50, 3, 0, // Skip to: 6701 +/* 5883 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5886 */ MCD_OPC_FilterValue, 233, 3, 41, 3, 0, // Skip to: 6701 +/* 5892 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5895 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5910 +/* 5900 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5925 +/* 5905 */ MCD_OPC_Decode, 182, 11, 204, 1, // Opcode: VLD2DUPd16x2wb_fixed +/* 5910 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5925 +/* 5915 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5925 +/* 5920 */ MCD_OPC_Decode, 181, 11, 204, 1, // Opcode: VLD2DUPd16x2 +/* 5925 */ MCD_OPC_CheckPredicate, 21, 3, 3, 0, // Skip to: 6701 +/* 5930 */ MCD_OPC_Decode, 183, 11, 204, 1, // Opcode: VLD2DUPd16x2wb_register +/* 5935 */ MCD_OPC_FilterValue, 4, 60, 0, 0, // Skip to: 6000 +/* 5940 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 5943 */ MCD_OPC_FilterValue, 2, 241, 2, 0, // Skip to: 6701 +/* 5948 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 5951 */ MCD_OPC_FilterValue, 233, 3, 232, 2, 0, // Skip to: 6701 +/* 5957 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 5960 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5975 +/* 5965 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 5990 +/* 5970 */ MCD_OPC_Decode, 185, 11, 204, 1, // Opcode: VLD2DUPd32wb_fixed +/* 5975 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5990 +/* 5980 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 5990 +/* 5985 */ MCD_OPC_Decode, 184, 11, 204, 1, // Opcode: VLD2DUPd32 +/* 5990 */ MCD_OPC_CheckPredicate, 21, 194, 2, 0, // Skip to: 6701 +/* 5995 */ MCD_OPC_Decode, 186, 11, 204, 1, // Opcode: VLD2DUPd32wb_register +/* 6000 */ MCD_OPC_FilterValue, 5, 184, 2, 0, // Skip to: 6701 +/* 6005 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6008 */ MCD_OPC_FilterValue, 2, 176, 2, 0, // Skip to: 6701 +/* 6013 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6016 */ MCD_OPC_FilterValue, 233, 3, 167, 2, 0, // Skip to: 6701 +/* 6022 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 6025 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 6040 +/* 6030 */ MCD_OPC_CheckPredicate, 21, 20, 0, 0, // Skip to: 6055 +/* 6035 */ MCD_OPC_Decode, 188, 11, 204, 1, // Opcode: VLD2DUPd32x2wb_fixed +/* 6040 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 6055 +/* 6045 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 6055 +/* 6050 */ MCD_OPC_Decode, 187, 11, 204, 1, // Opcode: VLD2DUPd32x2 +/* 6055 */ MCD_OPC_CheckPredicate, 21, 129, 2, 0, // Skip to: 6701 +/* 6060 */ MCD_OPC_Decode, 189, 11, 204, 1, // Opcode: VLD2DUPd32x2wb_register +/* 6065 */ MCD_OPC_FilterValue, 14, 41, 1, 0, // Skip to: 6367 +/* 6070 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 6073 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 6122 +/* 6078 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6081 */ MCD_OPC_FilterValue, 2, 103, 2, 0, // Skip to: 6701 +/* 6086 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6089 */ MCD_OPC_FilterValue, 233, 3, 94, 2, 0, // Skip to: 6701 +/* 6095 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6112 +/* 6100 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6112 +/* 6107 */ MCD_OPC_Decode, 138, 12, 205, 1, // Opcode: VLD3DUPd8 +/* 6112 */ MCD_OPC_CheckPredicate, 21, 72, 2, 0, // Skip to: 6701 +/* 6117 */ MCD_OPC_Decode, 141, 12, 205, 1, // Opcode: VLD3DUPd8_UPD +/* 6122 */ MCD_OPC_FilterValue, 2, 44, 0, 0, // Skip to: 6171 +/* 6127 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6130 */ MCD_OPC_FilterValue, 2, 54, 2, 0, // Skip to: 6701 +/* 6135 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6138 */ MCD_OPC_FilterValue, 233, 3, 45, 2, 0, // Skip to: 6701 +/* 6144 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6161 +/* 6149 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6161 +/* 6156 */ MCD_OPC_Decode, 150, 12, 205, 1, // Opcode: VLD3DUPq8 +/* 6161 */ MCD_OPC_CheckPredicate, 21, 23, 2, 0, // Skip to: 6701 +/* 6166 */ MCD_OPC_Decode, 153, 12, 205, 1, // Opcode: VLD3DUPq8_UPD +/* 6171 */ MCD_OPC_FilterValue, 4, 44, 0, 0, // Skip to: 6220 +/* 6176 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6179 */ MCD_OPC_FilterValue, 2, 5, 2, 0, // Skip to: 6701 +/* 6184 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6187 */ MCD_OPC_FilterValue, 233, 3, 252, 1, 0, // Skip to: 6701 +/* 6193 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6210 +/* 6198 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6210 +/* 6205 */ MCD_OPC_Decode, 130, 12, 205, 1, // Opcode: VLD3DUPd16 +/* 6210 */ MCD_OPC_CheckPredicate, 21, 230, 1, 0, // Skip to: 6701 +/* 6215 */ MCD_OPC_Decode, 133, 12, 205, 1, // Opcode: VLD3DUPd16_UPD +/* 6220 */ MCD_OPC_FilterValue, 6, 44, 0, 0, // Skip to: 6269 +/* 6225 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6228 */ MCD_OPC_FilterValue, 2, 212, 1, 0, // Skip to: 6701 +/* 6233 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6236 */ MCD_OPC_FilterValue, 233, 3, 203, 1, 0, // Skip to: 6701 +/* 6242 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6259 +/* 6247 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6259 +/* 6254 */ MCD_OPC_Decode, 142, 12, 205, 1, // Opcode: VLD3DUPq16 +/* 6259 */ MCD_OPC_CheckPredicate, 21, 181, 1, 0, // Skip to: 6701 +/* 6264 */ MCD_OPC_Decode, 145, 12, 205, 1, // Opcode: VLD3DUPq16_UPD +/* 6269 */ MCD_OPC_FilterValue, 8, 44, 0, 0, // Skip to: 6318 +/* 6274 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6277 */ MCD_OPC_FilterValue, 2, 163, 1, 0, // Skip to: 6701 +/* 6282 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6285 */ MCD_OPC_FilterValue, 233, 3, 154, 1, 0, // Skip to: 6701 +/* 6291 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6308 +/* 6296 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6308 +/* 6303 */ MCD_OPC_Decode, 134, 12, 205, 1, // Opcode: VLD3DUPd32 +/* 6308 */ MCD_OPC_CheckPredicate, 21, 132, 1, 0, // Skip to: 6701 +/* 6313 */ MCD_OPC_Decode, 137, 12, 205, 1, // Opcode: VLD3DUPd32_UPD +/* 6318 */ MCD_OPC_FilterValue, 10, 122, 1, 0, // Skip to: 6701 +/* 6323 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6326 */ MCD_OPC_FilterValue, 2, 114, 1, 0, // Skip to: 6701 +/* 6331 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6334 */ MCD_OPC_FilterValue, 233, 3, 105, 1, 0, // Skip to: 6701 +/* 6340 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6357 +/* 6345 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6357 +/* 6352 */ MCD_OPC_Decode, 146, 12, 205, 1, // Opcode: VLD3DUPq32 +/* 6357 */ MCD_OPC_CheckPredicate, 21, 83, 1, 0, // Skip to: 6701 +/* 6362 */ MCD_OPC_Decode, 149, 12, 205, 1, // Opcode: VLD3DUPq32_UPD +/* 6367 */ MCD_OPC_FilterValue, 15, 73, 1, 0, // Skip to: 6701 +/* 6372 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 6375 */ MCD_OPC_FilterValue, 0, 158, 0, 0, // Skip to: 6538 +/* 6380 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6383 */ MCD_OPC_FilterValue, 0, 101, 0, 0, // Skip to: 6489 +/* 6388 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6391 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 6440 +/* 6396 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6399 */ MCD_OPC_FilterValue, 2, 41, 1, 0, // Skip to: 6701 +/* 6404 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6407 */ MCD_OPC_FilterValue, 233, 3, 32, 1, 0, // Skip to: 6701 +/* 6413 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6430 +/* 6418 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6430 +/* 6425 */ MCD_OPC_Decode, 209, 12, 206, 1, // Opcode: VLD4DUPd8 +/* 6430 */ MCD_OPC_CheckPredicate, 21, 10, 1, 0, // Skip to: 6701 +/* 6435 */ MCD_OPC_Decode, 212, 12, 206, 1, // Opcode: VLD4DUPd8_UPD +/* 6440 */ MCD_OPC_FilterValue, 1, 0, 1, 0, // Skip to: 6701 +/* 6445 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6448 */ MCD_OPC_FilterValue, 2, 248, 0, 0, // Skip to: 6701 +/* 6453 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6456 */ MCD_OPC_FilterValue, 233, 3, 239, 0, 0, // Skip to: 6701 +/* 6462 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6479 +/* 6467 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6479 +/* 6474 */ MCD_OPC_Decode, 201, 12, 206, 1, // Opcode: VLD4DUPd16 +/* 6479 */ MCD_OPC_CheckPredicate, 21, 217, 0, 0, // Skip to: 6701 +/* 6484 */ MCD_OPC_Decode, 204, 12, 206, 1, // Opcode: VLD4DUPd16_UPD +/* 6489 */ MCD_OPC_FilterValue, 1, 207, 0, 0, // Skip to: 6701 +/* 6494 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6497 */ MCD_OPC_FilterValue, 2, 199, 0, 0, // Skip to: 6701 +/* 6502 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6505 */ MCD_OPC_FilterValue, 233, 3, 190, 0, 0, // Skip to: 6701 +/* 6511 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6528 +/* 6516 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6528 +/* 6523 */ MCD_OPC_Decode, 205, 12, 206, 1, // Opcode: VLD4DUPd32 +/* 6528 */ MCD_OPC_CheckPredicate, 21, 168, 0, 0, // Skip to: 6701 +/* 6533 */ MCD_OPC_Decode, 208, 12, 206, 1, // Opcode: VLD4DUPd32_UPD +/* 6538 */ MCD_OPC_FilterValue, 1, 158, 0, 0, // Skip to: 6701 +/* 6543 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6546 */ MCD_OPC_FilterValue, 0, 101, 0, 0, // Skip to: 6652 +/* 6551 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 6554 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 6603 +/* 6559 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6562 */ MCD_OPC_FilterValue, 2, 134, 0, 0, // Skip to: 6701 +/* 6567 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6570 */ MCD_OPC_FilterValue, 233, 3, 125, 0, 0, // Skip to: 6701 +/* 6576 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6593 +/* 6581 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6593 +/* 6588 */ MCD_OPC_Decode, 221, 12, 206, 1, // Opcode: VLD4DUPq8 +/* 6593 */ MCD_OPC_CheckPredicate, 21, 103, 0, 0, // Skip to: 6701 +/* 6598 */ MCD_OPC_Decode, 224, 12, 206, 1, // Opcode: VLD4DUPq8_UPD +/* 6603 */ MCD_OPC_FilterValue, 1, 93, 0, 0, // Skip to: 6701 +/* 6608 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6611 */ MCD_OPC_FilterValue, 2, 85, 0, 0, // Skip to: 6701 +/* 6616 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6619 */ MCD_OPC_FilterValue, 233, 3, 76, 0, 0, // Skip to: 6701 +/* 6625 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6642 +/* 6630 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6642 +/* 6637 */ MCD_OPC_Decode, 213, 12, 206, 1, // Opcode: VLD4DUPq16 +/* 6642 */ MCD_OPC_CheckPredicate, 21, 54, 0, 0, // Skip to: 6701 +/* 6647 */ MCD_OPC_Decode, 216, 12, 206, 1, // Opcode: VLD4DUPq16_UPD +/* 6652 */ MCD_OPC_FilterValue, 1, 44, 0, 0, // Skip to: 6701 +/* 6657 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 6660 */ MCD_OPC_FilterValue, 2, 36, 0, 0, // Skip to: 6701 +/* 6665 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 6668 */ MCD_OPC_FilterValue, 233, 3, 27, 0, 0, // Skip to: 6701 +/* 6674 */ MCD_OPC_CheckPredicate, 21, 12, 0, 0, // Skip to: 6691 +/* 6679 */ MCD_OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6691 +/* 6686 */ MCD_OPC_Decode, 217, 12, 206, 1, // Opcode: VLD4DUPq32 +/* 6691 */ MCD_OPC_CheckPredicate, 21, 5, 0, 0, // Skip to: 6701 +/* 6696 */ MCD_OPC_Decode, 220, 12, 206, 1, // Opcode: VLD4DUPq32_UPD +/* 6701 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumb16[] = { +/* 0 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 3 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 25 +/* 8 */ MCD_OPC_CheckPredicate, 28, 181, 4, 0, // Skip to: 1218 +/* 13 */ MCD_OPC_CheckField, 6, 6, 0, 174, 4, 0, // Skip to: 1218 +/* 20 */ MCD_OPC_Decode, 236, 24, 207, 1, // Opcode: tMOVSr +/* 25 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 47 +/* 30 */ MCD_OPC_CheckPredicate, 28, 159, 4, 0, // Skip to: 1218 +/* 35 */ MCD_OPC_CheckField, 11, 1, 1, 152, 4, 0, // Skip to: 1218 +/* 42 */ MCD_OPC_Decode, 212, 24, 208, 1, // Opcode: tCMPi8 +/* 47 */ MCD_OPC_FilterValue, 4, 3, 1, 0, // Skip to: 311 +/* 52 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 55 */ MCD_OPC_FilterValue, 0, 236, 0, 0, // Skip to: 296 +/* 60 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... +/* 63 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 116 +/* 68 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 71 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86 +/* 76 */ MCD_OPC_CheckPredicate, 28, 113, 4, 0, // Skip to: 1218 +/* 81 */ MCD_OPC_Decode, 140, 25, 207, 1, // Opcode: tTST +/* 86 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 101 +/* 91 */ MCD_OPC_CheckPredicate, 28, 98, 4, 0, // Skip to: 1218 +/* 96 */ MCD_OPC_Decode, 213, 24, 207, 1, // Opcode: tCMPr +/* 101 */ MCD_OPC_FilterValue, 3, 88, 4, 0, // Skip to: 1218 +/* 106 */ MCD_OPC_CheckPredicate, 28, 83, 4, 0, // Skip to: 1218 +/* 111 */ MCD_OPC_Decode, 210, 24, 207, 1, // Opcode: tCMNz +/* 116 */ MCD_OPC_FilterValue, 4, 51, 0, 0, // Skip to: 172 +/* 121 */ MCD_OPC_CheckPredicate, 28, 12, 0, 0, // Skip to: 138 +/* 126 */ MCD_OPC_CheckField, 3, 4, 13, 5, 0, 0, // Skip to: 138 +/* 133 */ MCD_OPC_Decode, 189, 24, 209, 1, // Opcode: tADDrSP +/* 138 */ MCD_OPC_CheckPredicate, 28, 19, 0, 0, // Skip to: 162 +/* 143 */ MCD_OPC_CheckField, 7, 1, 1, 12, 0, 0, // Skip to: 162 +/* 150 */ MCD_OPC_CheckField, 0, 3, 5, 5, 0, 0, // Skip to: 162 +/* 157 */ MCD_OPC_Decode, 193, 24, 209, 1, // Opcode: tADDspr +/* 162 */ MCD_OPC_CheckPredicate, 28, 27, 4, 0, // Skip to: 1218 +/* 167 */ MCD_OPC_Decode, 186, 24, 210, 1, // Opcode: tADDhirr +/* 172 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 187 +/* 177 */ MCD_OPC_CheckPredicate, 28, 12, 4, 0, // Skip to: 1218 +/* 182 */ MCD_OPC_Decode, 211, 24, 211, 1, // Opcode: tCMPhir +/* 187 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 202 +/* 192 */ MCD_OPC_CheckPredicate, 28, 253, 3, 0, // Skip to: 1218 +/* 197 */ MCD_OPC_Decode, 238, 24, 211, 1, // Opcode: tMOVr +/* 202 */ MCD_OPC_FilterValue, 7, 243, 3, 0, // Skip to: 1218 +/* 207 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 210 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 248 +/* 215 */ MCD_OPC_CheckPredicate, 29, 15, 0, 0, // Skip to: 235 +/* 220 */ MCD_OPC_CheckField, 2, 1, 1, 8, 0, 0, // Skip to: 235 +/* 227 */ MCD_OPC_SoftFail, 3, 0, +/* 230 */ MCD_OPC_Decode, 206, 24, 212, 1, // Opcode: tBXNS +/* 235 */ MCD_OPC_CheckPredicate, 28, 210, 3, 0, // Skip to: 1218 +/* 240 */ MCD_OPC_SoftFail, 7, 0, +/* 243 */ MCD_OPC_Decode, 205, 24, 212, 1, // Opcode: tBX +/* 248 */ MCD_OPC_FilterValue, 1, 197, 3, 0, // Skip to: 1218 +/* 253 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... +/* 256 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 278 +/* 261 */ MCD_OPC_CheckPredicate, 30, 184, 3, 0, // Skip to: 1218 +/* 266 */ MCD_OPC_CheckField, 0, 2, 0, 177, 3, 0, // Skip to: 1218 +/* 273 */ MCD_OPC_Decode, 204, 24, 212, 1, // Opcode: tBLXr +/* 278 */ MCD_OPC_FilterValue, 1, 167, 3, 0, // Skip to: 1218 +/* 283 */ MCD_OPC_CheckPredicate, 29, 162, 3, 0, // Skip to: 1218 +/* 288 */ MCD_OPC_SoftFail, 3, 0, +/* 291 */ MCD_OPC_Decode, 202, 24, 213, 1, // Opcode: tBLXNSr +/* 296 */ MCD_OPC_FilterValue, 1, 149, 3, 0, // Skip to: 1218 +/* 301 */ MCD_OPC_CheckPredicate, 28, 144, 3, 0, // Skip to: 1218 +/* 306 */ MCD_OPC_Decode, 229, 24, 214, 1, // Opcode: tLDRpci +/* 311 */ MCD_OPC_FilterValue, 5, 123, 0, 0, // Skip to: 439 +/* 316 */ MCD_OPC_ExtractField, 9, 3, // Inst{11-9} ... +/* 319 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 334 +/* 324 */ MCD_OPC_CheckPredicate, 28, 121, 3, 0, // Skip to: 1218 +/* 329 */ MCD_OPC_Decode, 130, 25, 215, 1, // Opcode: tSTRr +/* 334 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 349 +/* 339 */ MCD_OPC_CheckPredicate, 28, 106, 3, 0, // Skip to: 1218 +/* 344 */ MCD_OPC_Decode, 128, 25, 215, 1, // Opcode: tSTRHr +/* 349 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 364 +/* 354 */ MCD_OPC_CheckPredicate, 28, 91, 3, 0, // Skip to: 1218 +/* 359 */ MCD_OPC_Decode, 254, 24, 215, 1, // Opcode: tSTRBr +/* 364 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 379 +/* 369 */ MCD_OPC_CheckPredicate, 28, 76, 3, 0, // Skip to: 1218 +/* 374 */ MCD_OPC_Decode, 226, 24, 215, 1, // Opcode: tLDRSB +/* 379 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 394 +/* 384 */ MCD_OPC_CheckPredicate, 28, 61, 3, 0, // Skip to: 1218 +/* 389 */ MCD_OPC_Decode, 230, 24, 215, 1, // Opcode: tLDRr +/* 394 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 409 +/* 399 */ MCD_OPC_CheckPredicate, 28, 46, 3, 0, // Skip to: 1218 +/* 404 */ MCD_OPC_Decode, 225, 24, 215, 1, // Opcode: tLDRHr +/* 409 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 424 +/* 414 */ MCD_OPC_CheckPredicate, 28, 31, 3, 0, // Skip to: 1218 +/* 419 */ MCD_OPC_Decode, 223, 24, 215, 1, // Opcode: tLDRBr +/* 424 */ MCD_OPC_FilterValue, 7, 21, 3, 0, // Skip to: 1218 +/* 429 */ MCD_OPC_CheckPredicate, 28, 16, 3, 0, // Skip to: 1218 +/* 434 */ MCD_OPC_Decode, 227, 24, 215, 1, // Opcode: tLDRSH +/* 439 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 477 +/* 444 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 447 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 462 +/* 452 */ MCD_OPC_CheckPredicate, 28, 249, 2, 0, // Skip to: 1218 +/* 457 */ MCD_OPC_Decode, 129, 25, 216, 1, // Opcode: tSTRi +/* 462 */ MCD_OPC_FilterValue, 1, 239, 2, 0, // Skip to: 1218 +/* 467 */ MCD_OPC_CheckPredicate, 28, 234, 2, 0, // Skip to: 1218 +/* 472 */ MCD_OPC_Decode, 228, 24, 216, 1, // Opcode: tLDRi +/* 477 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 515 +/* 482 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 485 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 500 +/* 490 */ MCD_OPC_CheckPredicate, 28, 211, 2, 0, // Skip to: 1218 +/* 495 */ MCD_OPC_Decode, 253, 24, 216, 1, // Opcode: tSTRBi +/* 500 */ MCD_OPC_FilterValue, 1, 201, 2, 0, // Skip to: 1218 +/* 505 */ MCD_OPC_CheckPredicate, 28, 196, 2, 0, // Skip to: 1218 +/* 510 */ MCD_OPC_Decode, 222, 24, 216, 1, // Opcode: tLDRBi +/* 515 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 553 +/* 520 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 523 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 538 +/* 528 */ MCD_OPC_CheckPredicate, 28, 173, 2, 0, // Skip to: 1218 +/* 533 */ MCD_OPC_Decode, 255, 24, 216, 1, // Opcode: tSTRHi +/* 538 */ MCD_OPC_FilterValue, 1, 163, 2, 0, // Skip to: 1218 +/* 543 */ MCD_OPC_CheckPredicate, 28, 158, 2, 0, // Skip to: 1218 +/* 548 */ MCD_OPC_Decode, 224, 24, 216, 1, // Opcode: tLDRHi +/* 553 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 591 +/* 558 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 561 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 576 +/* 566 */ MCD_OPC_CheckPredicate, 28, 135, 2, 0, // Skip to: 1218 +/* 571 */ MCD_OPC_Decode, 131, 25, 217, 1, // Opcode: tSTRspi +/* 576 */ MCD_OPC_FilterValue, 1, 125, 2, 0, // Skip to: 1218 +/* 581 */ MCD_OPC_CheckPredicate, 28, 120, 2, 0, // Skip to: 1218 +/* 586 */ MCD_OPC_Decode, 231, 24, 217, 1, // Opcode: tLDRspi +/* 591 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 629 +/* 596 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 599 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 614 +/* 604 */ MCD_OPC_CheckPredicate, 28, 97, 2, 0, // Skip to: 1218 +/* 609 */ MCD_OPC_Decode, 194, 24, 218, 1, // Opcode: tADR +/* 614 */ MCD_OPC_FilterValue, 1, 87, 2, 0, // Skip to: 1218 +/* 619 */ MCD_OPC_CheckPredicate, 28, 82, 2, 0, // Skip to: 1218 +/* 624 */ MCD_OPC_Decode, 190, 24, 218, 1, // Opcode: tADDrSPi +/* 629 */ MCD_OPC_FilterValue, 11, 187, 1, 0, // Skip to: 1077 +/* 634 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 637 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 790 +/* 642 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 645 */ MCD_OPC_FilterValue, 0, 125, 0, 0, // Skip to: 775 +/* 650 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 653 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 714 +/* 658 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 661 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 676 +/* 666 */ MCD_OPC_CheckPredicate, 28, 35, 2, 0, // Skip to: 1218 +/* 671 */ MCD_OPC_Decode, 192, 24, 219, 1, // Opcode: tADDspi +/* 676 */ MCD_OPC_FilterValue, 1, 25, 2, 0, // Skip to: 1218 +/* 681 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 684 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 699 +/* 689 */ MCD_OPC_CheckPredicate, 31, 12, 2, 0, // Skip to: 1218 +/* 694 */ MCD_OPC_Decode, 138, 25, 207, 1, // Opcode: tSXTH +/* 699 */ MCD_OPC_FilterValue, 1, 2, 2, 0, // Skip to: 1218 +/* 704 */ MCD_OPC_CheckPredicate, 31, 253, 1, 0, // Skip to: 1218 +/* 709 */ MCD_OPC_Decode, 137, 25, 207, 1, // Opcode: tSXTB +/* 714 */ MCD_OPC_FilterValue, 1, 243, 1, 0, // Skip to: 1218 +/* 719 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 722 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 737 +/* 727 */ MCD_OPC_CheckPredicate, 28, 230, 1, 0, // Skip to: 1218 +/* 732 */ MCD_OPC_Decode, 135, 25, 219, 1, // Opcode: tSUBspi +/* 737 */ MCD_OPC_FilterValue, 1, 220, 1, 0, // Skip to: 1218 +/* 742 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 745 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 760 +/* 750 */ MCD_OPC_CheckPredicate, 31, 207, 1, 0, // Skip to: 1218 +/* 755 */ MCD_OPC_Decode, 143, 25, 207, 1, // Opcode: tUXTH +/* 760 */ MCD_OPC_FilterValue, 1, 197, 1, 0, // Skip to: 1218 +/* 765 */ MCD_OPC_CheckPredicate, 31, 192, 1, 0, // Skip to: 1218 +/* 770 */ MCD_OPC_Decode, 142, 25, 207, 1, // Opcode: tUXTB +/* 775 */ MCD_OPC_FilterValue, 1, 182, 1, 0, // Skip to: 1218 +/* 780 */ MCD_OPC_CheckPredicate, 32, 177, 1, 0, // Skip to: 1218 +/* 785 */ MCD_OPC_Decode, 209, 24, 220, 1, // Opcode: tCBZ +/* 790 */ MCD_OPC_FilterValue, 1, 95, 0, 0, // Skip to: 890 +/* 795 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 798 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 813 +/* 803 */ MCD_OPC_CheckPredicate, 28, 154, 1, 0, // Skip to: 1218 +/* 808 */ MCD_OPC_Decode, 244, 24, 221, 1, // Opcode: tPUSH +/* 813 */ MCD_OPC_FilterValue, 1, 144, 1, 0, // Skip to: 1218 +/* 818 */ MCD_OPC_ExtractField, 5, 4, // Inst{8-5} ... +/* 821 */ MCD_OPC_FilterValue, 0, 13, 0, 0, // Skip to: 839 +/* 826 */ MCD_OPC_CheckPredicate, 33, 131, 1, 0, // Skip to: 1218 +/* 831 */ MCD_OPC_SoftFail, 7, 16, +/* 834 */ MCD_OPC_Decode, 149, 23, 222, 1, // Opcode: t2SETPAN +/* 839 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 868 +/* 844 */ MCD_OPC_CheckPredicate, 34, 113, 1, 0, // Skip to: 1218 +/* 849 */ MCD_OPC_CheckField, 4, 1, 1, 106, 1, 0, // Skip to: 1218 +/* 856 */ MCD_OPC_CheckField, 0, 3, 0, 99, 1, 0, // Skip to: 1218 +/* 863 */ MCD_OPC_Decode, 251, 24, 222, 1, // Opcode: tSETEND +/* 868 */ MCD_OPC_FilterValue, 3, 89, 1, 0, // Skip to: 1218 +/* 873 */ MCD_OPC_CheckPredicate, 28, 84, 1, 0, // Skip to: 1218 +/* 878 */ MCD_OPC_CheckField, 3, 1, 0, 77, 1, 0, // Skip to: 1218 +/* 885 */ MCD_OPC_Decode, 214, 24, 223, 1, // Opcode: tCPS +/* 890 */ MCD_OPC_FilterValue, 2, 114, 0, 0, // Skip to: 1009 +/* 895 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 898 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 994 +/* 903 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 906 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 928 +/* 911 */ MCD_OPC_CheckPredicate, 31, 46, 1, 0, // Skip to: 1218 +/* 916 */ MCD_OPC_CheckField, 9, 1, 1, 39, 1, 0, // Skip to: 1218 +/* 923 */ MCD_OPC_Decode, 245, 24, 207, 1, // Opcode: tREV +/* 928 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 950 +/* 933 */ MCD_OPC_CheckPredicate, 31, 24, 1, 0, // Skip to: 1218 +/* 938 */ MCD_OPC_CheckField, 9, 1, 1, 17, 1, 0, // Skip to: 1218 +/* 945 */ MCD_OPC_Decode, 246, 24, 207, 1, // Opcode: tREV16 +/* 950 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 972 +/* 955 */ MCD_OPC_CheckPredicate, 35, 2, 1, 0, // Skip to: 1218 +/* 960 */ MCD_OPC_CheckField, 9, 1, 1, 251, 0, 0, // Skip to: 1218 +/* 967 */ MCD_OPC_Decode, 217, 24, 224, 1, // Opcode: tHLT +/* 972 */ MCD_OPC_FilterValue, 3, 241, 0, 0, // Skip to: 1218 +/* 977 */ MCD_OPC_CheckPredicate, 31, 236, 0, 0, // Skip to: 1218 +/* 982 */ MCD_OPC_CheckField, 9, 1, 1, 229, 0, 0, // Skip to: 1218 +/* 989 */ MCD_OPC_Decode, 247, 24, 207, 1, // Opcode: tREVSH +/* 994 */ MCD_OPC_FilterValue, 1, 219, 0, 0, // Skip to: 1218 +/* 999 */ MCD_OPC_CheckPredicate, 32, 214, 0, 0, // Skip to: 1218 +/* 1004 */ MCD_OPC_Decode, 208, 24, 220, 1, // Opcode: tCBNZ +/* 1009 */ MCD_OPC_FilterValue, 3, 204, 0, 0, // Skip to: 1218 +/* 1014 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 1017 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1032 +/* 1022 */ MCD_OPC_CheckPredicate, 28, 191, 0, 0, // Skip to: 1218 +/* 1027 */ MCD_OPC_Decode, 243, 24, 225, 1, // Opcode: tPOP +/* 1032 */ MCD_OPC_FilterValue, 1, 181, 0, 0, // Skip to: 1218 +/* 1037 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 1040 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1055 +/* 1045 */ MCD_OPC_CheckPredicate, 28, 168, 0, 0, // Skip to: 1218 +/* 1050 */ MCD_OPC_Decode, 200, 24, 226, 1, // Opcode: tBKPT +/* 1055 */ MCD_OPC_FilterValue, 1, 158, 0, 0, // Skip to: 1218 +/* 1060 */ MCD_OPC_CheckPredicate, 36, 153, 0, 0, // Skip to: 1218 +/* 1065 */ MCD_OPC_CheckField, 0, 4, 0, 146, 0, 0, // Skip to: 1218 +/* 1072 */ MCD_OPC_Decode, 216, 24, 227, 1, // Opcode: tHINT +/* 1077 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 1115 +/* 1082 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 1085 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1100 +/* 1090 */ MCD_OPC_CheckPredicate, 28, 123, 0, 0, // Skip to: 1218 +/* 1095 */ MCD_OPC_Decode, 252, 24, 228, 1, // Opcode: tSTMIA_UPD +/* 1100 */ MCD_OPC_FilterValue, 1, 113, 0, 0, // Skip to: 1218 +/* 1105 */ MCD_OPC_CheckPredicate, 28, 108, 0, 0, // Skip to: 1218 +/* 1110 */ MCD_OPC_Decode, 221, 24, 229, 1, // Opcode: tLDMIA +/* 1115 */ MCD_OPC_FilterValue, 13, 76, 0, 0, // Skip to: 1196 +/* 1120 */ MCD_OPC_ExtractField, 0, 12, // Inst{11-0} ... +/* 1123 */ MCD_OPC_FilterValue, 249, 29, 9, 0, 0, // Skip to: 1138 +/* 1129 */ MCD_OPC_CheckPredicate, 28, 19, 0, 0, // Skip to: 1153 +/* 1134 */ MCD_OPC_Decode, 144, 25, 51, // Opcode: t__brkdiv0 +/* 1138 */ MCD_OPC_FilterValue, 254, 29, 9, 0, 0, // Skip to: 1153 +/* 1144 */ MCD_OPC_CheckPredicate, 28, 4, 0, 0, // Skip to: 1153 +/* 1149 */ MCD_OPC_Decode, 139, 25, 51, // Opcode: tTRAP +/* 1153 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1156 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1171 +/* 1161 */ MCD_OPC_CheckPredicate, 28, 20, 0, 0, // Skip to: 1186 +/* 1166 */ MCD_OPC_Decode, 141, 25, 226, 1, // Opcode: tUDF +/* 1171 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1186 +/* 1176 */ MCD_OPC_CheckPredicate, 28, 5, 0, 0, // Skip to: 1186 +/* 1181 */ MCD_OPC_Decode, 136, 25, 226, 1, // Opcode: tSVC +/* 1186 */ MCD_OPC_CheckPredicate, 28, 27, 0, 0, // Skip to: 1218 +/* 1191 */ MCD_OPC_Decode, 207, 24, 230, 1, // Opcode: tBcc +/* 1196 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 1218 +/* 1201 */ MCD_OPC_CheckPredicate, 28, 12, 0, 0, // Skip to: 1218 +/* 1206 */ MCD_OPC_CheckField, 11, 1, 0, 5, 0, 0, // Skip to: 1218 +/* 1213 */ MCD_OPC_Decode, 198, 24, 231, 1, // Opcode: tB +/* 1218 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumb32[] = { +/* 0 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... +/* 3 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 39 +/* 8 */ MCD_OPC_CheckPredicate, 37, 55, 0, 0, // Skip to: 68 +/* 13 */ MCD_OPC_CheckField, 27, 5, 30, 48, 0, 0, // Skip to: 68 +/* 20 */ MCD_OPC_CheckField, 14, 2, 3, 41, 0, 0, // Skip to: 68 +/* 27 */ MCD_OPC_CheckField, 0, 1, 0, 34, 0, 0, // Skip to: 68 +/* 34 */ MCD_OPC_Decode, 203, 24, 232, 1, // Opcode: tBLXi +/* 39 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 68 +/* 44 */ MCD_OPC_CheckPredicate, 28, 19, 0, 0, // Skip to: 68 +/* 49 */ MCD_OPC_CheckField, 27, 5, 30, 12, 0, 0, // Skip to: 68 +/* 56 */ MCD_OPC_CheckField, 14, 2, 3, 5, 0, 0, // Skip to: 68 +/* 63 */ MCD_OPC_Decode, 201, 24, 233, 1, // Opcode: tBL +/* 68 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumb216[] = { +/* 0 */ MCD_OPC_CheckPredicate, 38, 13, 0, 0, // Skip to: 18 +/* 5 */ MCD_OPC_CheckField, 8, 8, 191, 1, 5, 0, 0, // Skip to: 18 +/* 13 */ MCD_OPC_Decode, 250, 21, 234, 1, // Opcode: t2IT +/* 18 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumb232[] = { +/* 0 */ MCD_OPC_ExtractField, 27, 5, // Inst{31-27} ... +/* 3 */ MCD_OPC_FilterValue, 29, 124, 8, 0, // Skip to: 2180 +/* 8 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... +/* 11 */ MCD_OPC_FilterValue, 0, 223, 1, 0, // Skip to: 495 +/* 16 */ MCD_OPC_ExtractField, 23, 4, // Inst{26-23} ... +/* 19 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 73 +/* 24 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 27 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 50 +/* 32 */ MCD_OPC_CheckPredicate, 39, 210, 31, 0, // Skip to: 8183 +/* 37 */ MCD_OPC_CheckField, 5, 15, 128, 220, 1, 201, 31, 0, // Skip to: 8183 +/* 46 */ MCD_OPC_Decode, 194, 23, 83, // Opcode: t2SRSDB +/* 50 */ MCD_OPC_FilterValue, 1, 192, 31, 0, // Skip to: 8183 +/* 55 */ MCD_OPC_CheckPredicate, 39, 187, 31, 0, // Skip to: 8183 +/* 60 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 178, 31, 0, // Skip to: 8183 +/* 69 */ MCD_OPC_Decode, 130, 23, 81, // Opcode: t2RFEDB +/* 73 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 125 +/* 78 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 81 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 110 +/* 86 */ MCD_OPC_CheckPredicate, 38, 156, 31, 0, // Skip to: 8183 +/* 91 */ MCD_OPC_CheckField, 15, 1, 0, 149, 31, 0, // Skip to: 8183 +/* 98 */ MCD_OPC_CheckField, 13, 1, 0, 142, 31, 0, // Skip to: 8183 +/* 105 */ MCD_OPC_Decode, 228, 23, 235, 1, // Opcode: t2STMIA +/* 110 */ MCD_OPC_FilterValue, 1, 132, 31, 0, // Skip to: 8183 +/* 115 */ MCD_OPC_CheckPredicate, 38, 127, 31, 0, // Skip to: 8183 +/* 120 */ MCD_OPC_Decode, 150, 22, 236, 1, // Opcode: t2LDMIA +/* 125 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 177 +/* 130 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 133 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 162 +/* 138 */ MCD_OPC_CheckPredicate, 38, 104, 31, 0, // Skip to: 8183 +/* 143 */ MCD_OPC_CheckField, 15, 1, 0, 97, 31, 0, // Skip to: 8183 +/* 150 */ MCD_OPC_CheckField, 13, 1, 0, 90, 31, 0, // Skip to: 8183 +/* 157 */ MCD_OPC_Decode, 226, 23, 235, 1, // Opcode: t2STMDB +/* 162 */ MCD_OPC_FilterValue, 1, 80, 31, 0, // Skip to: 8183 +/* 167 */ MCD_OPC_CheckPredicate, 38, 75, 31, 0, // Skip to: 8183 +/* 172 */ MCD_OPC_Decode, 148, 22, 236, 1, // Opcode: t2LDMDB +/* 177 */ MCD_OPC_FilterValue, 3, 49, 0, 0, // Skip to: 231 +/* 182 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 185 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 208 +/* 190 */ MCD_OPC_CheckPredicate, 39, 52, 31, 0, // Skip to: 8183 +/* 195 */ MCD_OPC_CheckField, 5, 15, 128, 220, 1, 43, 31, 0, // Skip to: 8183 +/* 204 */ MCD_OPC_Decode, 196, 23, 83, // Opcode: t2SRSIA +/* 208 */ MCD_OPC_FilterValue, 1, 34, 31, 0, // Skip to: 8183 +/* 213 */ MCD_OPC_CheckPredicate, 39, 29, 31, 0, // Skip to: 8183 +/* 218 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 20, 31, 0, // Skip to: 8183 +/* 227 */ MCD_OPC_Decode, 132, 23, 81, // Opcode: t2RFEIA +/* 231 */ MCD_OPC_FilterValue, 4, 83, 0, 0, // Skip to: 319 +/* 236 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 261 +/* 241 */ MCD_OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 261 +/* 248 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 261 +/* 256 */ MCD_OPC_Decode, 145, 24, 237, 1, // Opcode: t2TSTrr +/* 261 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 285 +/* 266 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 285 +/* 273 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 285 +/* 280 */ MCD_OPC_Decode, 146, 24, 238, 1, // Opcode: t2TSTrs +/* 285 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 309 +/* 290 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 309 +/* 297 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 309 +/* 304 */ MCD_OPC_Decode, 207, 21, 239, 1, // Opcode: t2ANDrr +/* 309 */ MCD_OPC_CheckPredicate, 38, 189, 30, 0, // Skip to: 8183 +/* 314 */ MCD_OPC_Decode, 208, 21, 240, 1, // Opcode: t2ANDrs +/* 319 */ MCD_OPC_FilterValue, 5, 83, 0, 0, // Skip to: 407 +/* 324 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 349 +/* 329 */ MCD_OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 349 +/* 336 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 349 +/* 344 */ MCD_OPC_Decode, 141, 24, 237, 1, // Opcode: t2TEQrr +/* 349 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 373 +/* 354 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 373 +/* 361 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 373 +/* 368 */ MCD_OPC_Decode, 142, 24, 238, 1, // Opcode: t2TEQrs +/* 373 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 397 +/* 378 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 397 +/* 385 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 397 +/* 392 */ MCD_OPC_Decode, 245, 21, 239, 1, // Opcode: t2EORrr +/* 397 */ MCD_OPC_CheckPredicate, 38, 101, 30, 0, // Skip to: 8183 +/* 402 */ MCD_OPC_Decode, 246, 21, 240, 1, // Opcode: t2EORrs +/* 407 */ MCD_OPC_FilterValue, 6, 91, 30, 0, // Skip to: 8183 +/* 412 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 437 +/* 417 */ MCD_OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 437 +/* 424 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 437 +/* 432 */ MCD_OPC_Decode, 224, 21, 237, 1, // Opcode: t2CMNzrr +/* 437 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 461 +/* 442 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 461 +/* 449 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 461 +/* 456 */ MCD_OPC_Decode, 225, 21, 238, 1, // Opcode: t2CMNzrs +/* 461 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 485 +/* 466 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 485 +/* 473 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 485 +/* 480 */ MCD_OPC_Decode, 203, 21, 241, 1, // Opcode: t2ADDrr +/* 485 */ MCD_OPC_CheckPredicate, 38, 13, 30, 0, // Skip to: 8183 +/* 490 */ MCD_OPC_Decode, 204, 21, 242, 1, // Opcode: t2ADDrs +/* 495 */ MCD_OPC_FilterValue, 1, 86, 1, 0, // Skip to: 842 +/* 500 */ MCD_OPC_ExtractField, 23, 4, // Inst{26-23} ... +/* 503 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 557 +/* 508 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 511 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 534 +/* 516 */ MCD_OPC_CheckPredicate, 39, 238, 29, 0, // Skip to: 8183 +/* 521 */ MCD_OPC_CheckField, 5, 15, 128, 220, 1, 229, 29, 0, // Skip to: 8183 +/* 530 */ MCD_OPC_Decode, 195, 23, 83, // Opcode: t2SRSDB_UPD +/* 534 */ MCD_OPC_FilterValue, 1, 220, 29, 0, // Skip to: 8183 +/* 539 */ MCD_OPC_CheckPredicate, 39, 215, 29, 0, // Skip to: 8183 +/* 544 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 206, 29, 0, // Skip to: 8183 +/* 553 */ MCD_OPC_Decode, 131, 23, 81, // Opcode: t2RFEDBW +/* 557 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 609 +/* 562 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 565 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 594 +/* 570 */ MCD_OPC_CheckPredicate, 38, 184, 29, 0, // Skip to: 8183 +/* 575 */ MCD_OPC_CheckField, 15, 1, 0, 177, 29, 0, // Skip to: 8183 +/* 582 */ MCD_OPC_CheckField, 13, 1, 0, 170, 29, 0, // Skip to: 8183 +/* 589 */ MCD_OPC_Decode, 229, 23, 243, 1, // Opcode: t2STMIA_UPD +/* 594 */ MCD_OPC_FilterValue, 1, 160, 29, 0, // Skip to: 8183 +/* 599 */ MCD_OPC_CheckPredicate, 38, 155, 29, 0, // Skip to: 8183 +/* 604 */ MCD_OPC_Decode, 151, 22, 244, 1, // Opcode: t2LDMIA_UPD +/* 609 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 661 +/* 614 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 617 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 646 +/* 622 */ MCD_OPC_CheckPredicate, 38, 132, 29, 0, // Skip to: 8183 +/* 627 */ MCD_OPC_CheckField, 15, 1, 0, 125, 29, 0, // Skip to: 8183 +/* 634 */ MCD_OPC_CheckField, 13, 1, 0, 118, 29, 0, // Skip to: 8183 +/* 641 */ MCD_OPC_Decode, 227, 23, 243, 1, // Opcode: t2STMDB_UPD +/* 646 */ MCD_OPC_FilterValue, 1, 108, 29, 0, // Skip to: 8183 +/* 651 */ MCD_OPC_CheckPredicate, 38, 103, 29, 0, // Skip to: 8183 +/* 656 */ MCD_OPC_Decode, 149, 22, 244, 1, // Opcode: t2LDMDB_UPD +/* 661 */ MCD_OPC_FilterValue, 3, 49, 0, 0, // Skip to: 715 +/* 666 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 669 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 692 +/* 674 */ MCD_OPC_CheckPredicate, 39, 80, 29, 0, // Skip to: 8183 +/* 679 */ MCD_OPC_CheckField, 5, 15, 128, 220, 1, 71, 29, 0, // Skip to: 8183 +/* 688 */ MCD_OPC_Decode, 197, 23, 83, // Opcode: t2SRSIA_UPD +/* 692 */ MCD_OPC_FilterValue, 1, 62, 29, 0, // Skip to: 8183 +/* 697 */ MCD_OPC_CheckPredicate, 39, 57, 29, 0, // Skip to: 8183 +/* 702 */ MCD_OPC_CheckField, 0, 16, 128, 128, 3, 48, 29, 0, // Skip to: 8183 +/* 711 */ MCD_OPC_Decode, 133, 23, 81, // Opcode: t2RFEIAW +/* 715 */ MCD_OPC_FilterValue, 4, 34, 0, 0, // Skip to: 754 +/* 720 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 744 +/* 725 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 744 +/* 732 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 744 +/* 739 */ MCD_OPC_Decode, 215, 21, 239, 1, // Opcode: t2BICrr +/* 744 */ MCD_OPC_CheckPredicate, 38, 10, 29, 0, // Skip to: 8183 +/* 749 */ MCD_OPC_Decode, 216, 21, 240, 1, // Opcode: t2BICrs +/* 754 */ MCD_OPC_FilterValue, 7, 0, 29, 0, // Skip to: 8183 +/* 759 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 784 +/* 764 */ MCD_OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 784 +/* 771 */ MCD_OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 784 +/* 779 */ MCD_OPC_Decode, 227, 21, 237, 1, // Opcode: t2CMPrr +/* 784 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 808 +/* 789 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 808 +/* 796 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 808 +/* 803 */ MCD_OPC_Decode, 228, 21, 238, 1, // Opcode: t2CMPrs +/* 808 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 832 +/* 813 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 832 +/* 820 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 832 +/* 827 */ MCD_OPC_Decode, 130, 24, 241, 1, // Opcode: t2SUBrr +/* 832 */ MCD_OPC_CheckPredicate, 38, 178, 28, 0, // Skip to: 8183 +/* 837 */ MCD_OPC_Decode, 131, 24, 242, 1, // Opcode: t2SUBrs +/* 842 */ MCD_OPC_FilterValue, 2, 70, 4, 0, // Skip to: 1941 +/* 847 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... +/* 850 */ MCD_OPC_FilterValue, 0, 212, 2, 0, // Skip to: 1579 +/* 855 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 858 */ MCD_OPC_FilterValue, 0, 100, 1, 0, // Skip to: 1219 +/* 863 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 866 */ MCD_OPC_FilterValue, 0, 113, 0, 0, // Skip to: 984 +/* 871 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 874 */ MCD_OPC_FilterValue, 0, 20, 0, 0, // Skip to: 899 +/* 879 */ MCD_OPC_CheckPredicate, 29, 90, 0, 0, // Skip to: 974 +/* 884 */ MCD_OPC_CheckField, 12, 4, 15, 83, 0, 0, // Skip to: 974 +/* 891 */ MCD_OPC_SoftFail, 63, 0, +/* 894 */ MCD_OPC_Decode, 147, 24, 245, 1, // Opcode: t2TT +/* 899 */ MCD_OPC_FilterValue, 1, 20, 0, 0, // Skip to: 924 +/* 904 */ MCD_OPC_CheckPredicate, 29, 65, 0, 0, // Skip to: 974 +/* 909 */ MCD_OPC_CheckField, 12, 4, 15, 58, 0, 0, // Skip to: 974 +/* 916 */ MCD_OPC_SoftFail, 63, 0, +/* 919 */ MCD_OPC_Decode, 150, 24, 245, 1, // Opcode: t2TTT +/* 924 */ MCD_OPC_FilterValue, 2, 20, 0, 0, // Skip to: 949 +/* 929 */ MCD_OPC_CheckPredicate, 29, 40, 0, 0, // Skip to: 974 +/* 934 */ MCD_OPC_CheckField, 12, 4, 15, 33, 0, 0, // Skip to: 974 +/* 941 */ MCD_OPC_SoftFail, 63, 0, +/* 944 */ MCD_OPC_Decode, 148, 24, 245, 1, // Opcode: t2TTA +/* 949 */ MCD_OPC_FilterValue, 3, 20, 0, 0, // Skip to: 974 +/* 954 */ MCD_OPC_CheckPredicate, 29, 15, 0, 0, // Skip to: 974 +/* 959 */ MCD_OPC_CheckField, 12, 4, 15, 8, 0, 0, // Skip to: 974 +/* 966 */ MCD_OPC_SoftFail, 63, 0, +/* 969 */ MCD_OPC_Decode, 149, 24, 245, 1, // Opcode: t2TTAT +/* 974 */ MCD_OPC_CheckPredicate, 32, 36, 28, 0, // Skip to: 8183 +/* 979 */ MCD_OPC_Decode, 239, 23, 246, 1, // Opcode: t2STREX +/* 984 */ MCD_OPC_FilterValue, 1, 26, 28, 0, // Skip to: 8183 +/* 989 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 992 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 1014 +/* 997 */ MCD_OPC_CheckPredicate, 32, 13, 28, 0, // Skip to: 8183 +/* 1002 */ MCD_OPC_CheckField, 8, 4, 15, 6, 28, 0, // Skip to: 8183 +/* 1009 */ MCD_OPC_Decode, 240, 23, 247, 1, // Opcode: t2STREXB +/* 1014 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 1036 +/* 1019 */ MCD_OPC_CheckPredicate, 32, 247, 27, 0, // Skip to: 8183 +/* 1024 */ MCD_OPC_CheckField, 8, 4, 15, 240, 27, 0, // Skip to: 8183 +/* 1031 */ MCD_OPC_Decode, 242, 23, 247, 1, // Opcode: t2STREXH +/* 1036 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1051 +/* 1041 */ MCD_OPC_CheckPredicate, 39, 225, 27, 0, // Skip to: 8183 +/* 1046 */ MCD_OPC_Decode, 241, 23, 248, 1, // Opcode: t2STREXD +/* 1051 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1080 +/* 1056 */ MCD_OPC_CheckPredicate, 40, 210, 27, 0, // Skip to: 8183 +/* 1061 */ MCD_OPC_CheckField, 8, 4, 15, 203, 27, 0, // Skip to: 8183 +/* 1068 */ MCD_OPC_CheckField, 0, 4, 15, 196, 27, 0, // Skip to: 8183 +/* 1075 */ MCD_OPC_Decode, 220, 23, 249, 1, // Opcode: t2STLB +/* 1080 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 1109 +/* 1085 */ MCD_OPC_CheckPredicate, 40, 181, 27, 0, // Skip to: 8183 +/* 1090 */ MCD_OPC_CheckField, 8, 4, 15, 174, 27, 0, // Skip to: 8183 +/* 1097 */ MCD_OPC_CheckField, 0, 4, 15, 167, 27, 0, // Skip to: 8183 +/* 1104 */ MCD_OPC_Decode, 225, 23, 249, 1, // Opcode: t2STLH +/* 1109 */ MCD_OPC_FilterValue, 10, 24, 0, 0, // Skip to: 1138 +/* 1114 */ MCD_OPC_CheckPredicate, 40, 152, 27, 0, // Skip to: 8183 +/* 1119 */ MCD_OPC_CheckField, 8, 4, 15, 145, 27, 0, // Skip to: 8183 +/* 1126 */ MCD_OPC_CheckField, 0, 4, 15, 138, 27, 0, // Skip to: 8183 +/* 1133 */ MCD_OPC_Decode, 219, 23, 249, 1, // Opcode: t2STL +/* 1138 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 1160 +/* 1143 */ MCD_OPC_CheckPredicate, 41, 123, 27, 0, // Skip to: 8183 +/* 1148 */ MCD_OPC_CheckField, 8, 4, 15, 116, 27, 0, // Skip to: 8183 +/* 1155 */ MCD_OPC_Decode, 222, 23, 247, 1, // Opcode: t2STLEXB +/* 1160 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 1182 +/* 1165 */ MCD_OPC_CheckPredicate, 41, 101, 27, 0, // Skip to: 8183 +/* 1170 */ MCD_OPC_CheckField, 8, 4, 15, 94, 27, 0, // Skip to: 8183 +/* 1177 */ MCD_OPC_Decode, 224, 23, 247, 1, // Opcode: t2STLEXH +/* 1182 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 1204 +/* 1187 */ MCD_OPC_CheckPredicate, 41, 79, 27, 0, // Skip to: 8183 +/* 1192 */ MCD_OPC_CheckField, 8, 4, 15, 72, 27, 0, // Skip to: 8183 +/* 1199 */ MCD_OPC_Decode, 221, 23, 247, 1, // Opcode: t2STLEX +/* 1204 */ MCD_OPC_FilterValue, 15, 62, 27, 0, // Skip to: 8183 +/* 1209 */ MCD_OPC_CheckPredicate, 42, 57, 27, 0, // Skip to: 8183 +/* 1214 */ MCD_OPC_Decode, 223, 23, 248, 1, // Opcode: t2STLEXD +/* 1219 */ MCD_OPC_FilterValue, 1, 47, 27, 0, // Skip to: 8183 +/* 1224 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 1227 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1249 +/* 1232 */ MCD_OPC_CheckPredicate, 32, 34, 27, 0, // Skip to: 8183 +/* 1237 */ MCD_OPC_CheckField, 8, 4, 15, 27, 27, 0, // Skip to: 8183 +/* 1244 */ MCD_OPC_Decode, 162, 22, 250, 1, // Opcode: t2LDREX +/* 1249 */ MCD_OPC_FilterValue, 1, 17, 27, 0, // Skip to: 8183 +/* 1254 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 1257 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 1280 +/* 1262 */ MCD_OPC_CheckPredicate, 38, 4, 27, 0, // Skip to: 8183 +/* 1267 */ MCD_OPC_CheckField, 8, 8, 240, 1, 252, 26, 0, // Skip to: 8183 +/* 1275 */ MCD_OPC_Decode, 138, 24, 251, 1, // Opcode: t2TBB +/* 1280 */ MCD_OPC_FilterValue, 1, 18, 0, 0, // Skip to: 1303 +/* 1285 */ MCD_OPC_CheckPredicate, 38, 237, 26, 0, // Skip to: 8183 +/* 1290 */ MCD_OPC_CheckField, 8, 8, 240, 1, 229, 26, 0, // Skip to: 8183 +/* 1298 */ MCD_OPC_Decode, 139, 24, 251, 1, // Opcode: t2TBH +/* 1303 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1332 +/* 1308 */ MCD_OPC_CheckPredicate, 32, 214, 26, 0, // Skip to: 8183 +/* 1313 */ MCD_OPC_CheckField, 8, 4, 15, 207, 26, 0, // Skip to: 8183 +/* 1320 */ MCD_OPC_CheckField, 0, 4, 15, 200, 26, 0, // Skip to: 8183 +/* 1327 */ MCD_OPC_Decode, 163, 22, 249, 1, // Opcode: t2LDREXB +/* 1332 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1361 +/* 1337 */ MCD_OPC_CheckPredicate, 32, 185, 26, 0, // Skip to: 8183 +/* 1342 */ MCD_OPC_CheckField, 8, 4, 15, 178, 26, 0, // Skip to: 8183 +/* 1349 */ MCD_OPC_CheckField, 0, 4, 15, 171, 26, 0, // Skip to: 8183 +/* 1356 */ MCD_OPC_Decode, 165, 22, 249, 1, // Opcode: t2LDREXH +/* 1361 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 1383 +/* 1366 */ MCD_OPC_CheckPredicate, 39, 156, 26, 0, // Skip to: 8183 +/* 1371 */ MCD_OPC_CheckField, 0, 4, 15, 149, 26, 0, // Skip to: 8183 +/* 1378 */ MCD_OPC_Decode, 164, 22, 252, 1, // Opcode: t2LDREXD +/* 1383 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1412 +/* 1388 */ MCD_OPC_CheckPredicate, 40, 134, 26, 0, // Skip to: 8183 +/* 1393 */ MCD_OPC_CheckField, 8, 4, 15, 127, 26, 0, // Skip to: 8183 +/* 1400 */ MCD_OPC_CheckField, 0, 4, 15, 120, 26, 0, // Skip to: 8183 +/* 1407 */ MCD_OPC_Decode, 254, 21, 249, 1, // Opcode: t2LDAB +/* 1412 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 1441 +/* 1417 */ MCD_OPC_CheckPredicate, 40, 105, 26, 0, // Skip to: 8183 +/* 1422 */ MCD_OPC_CheckField, 8, 4, 15, 98, 26, 0, // Skip to: 8183 +/* 1429 */ MCD_OPC_CheckField, 0, 4, 15, 91, 26, 0, // Skip to: 8183 +/* 1436 */ MCD_OPC_Decode, 131, 22, 249, 1, // Opcode: t2LDAH +/* 1441 */ MCD_OPC_FilterValue, 10, 24, 0, 0, // Skip to: 1470 +/* 1446 */ MCD_OPC_CheckPredicate, 40, 76, 26, 0, // Skip to: 8183 +/* 1451 */ MCD_OPC_CheckField, 8, 4, 15, 69, 26, 0, // Skip to: 8183 +/* 1458 */ MCD_OPC_CheckField, 0, 4, 15, 62, 26, 0, // Skip to: 8183 +/* 1465 */ MCD_OPC_Decode, 253, 21, 249, 1, // Opcode: t2LDA +/* 1470 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 1499 +/* 1475 */ MCD_OPC_CheckPredicate, 41, 47, 26, 0, // Skip to: 8183 +/* 1480 */ MCD_OPC_CheckField, 8, 4, 15, 40, 26, 0, // Skip to: 8183 +/* 1487 */ MCD_OPC_CheckField, 0, 4, 15, 33, 26, 0, // Skip to: 8183 +/* 1494 */ MCD_OPC_Decode, 128, 22, 249, 1, // Opcode: t2LDAEXB +/* 1499 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 1528 +/* 1504 */ MCD_OPC_CheckPredicate, 41, 18, 26, 0, // Skip to: 8183 +/* 1509 */ MCD_OPC_CheckField, 8, 4, 15, 11, 26, 0, // Skip to: 8183 +/* 1516 */ MCD_OPC_CheckField, 0, 4, 15, 4, 26, 0, // Skip to: 8183 +/* 1523 */ MCD_OPC_Decode, 130, 22, 249, 1, // Opcode: t2LDAEXH +/* 1528 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 1557 +/* 1533 */ MCD_OPC_CheckPredicate, 41, 245, 25, 0, // Skip to: 8183 +/* 1538 */ MCD_OPC_CheckField, 8, 4, 15, 238, 25, 0, // Skip to: 8183 +/* 1545 */ MCD_OPC_CheckField, 0, 4, 15, 231, 25, 0, // Skip to: 8183 +/* 1552 */ MCD_OPC_Decode, 255, 21, 249, 1, // Opcode: t2LDAEX +/* 1557 */ MCD_OPC_FilterValue, 15, 221, 25, 0, // Skip to: 8183 +/* 1562 */ MCD_OPC_CheckPredicate, 42, 216, 25, 0, // Skip to: 8183 +/* 1567 */ MCD_OPC_CheckField, 0, 4, 15, 209, 25, 0, // Skip to: 8183 +/* 1574 */ MCD_OPC_Decode, 129, 22, 252, 1, // Opcode: t2LDAEXD +/* 1579 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 1617 +/* 1584 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1587 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1602 +/* 1592 */ MCD_OPC_CheckPredicate, 38, 186, 25, 0, // Skip to: 8183 +/* 1597 */ MCD_OPC_Decode, 238, 23, 253, 1, // Opcode: t2STRDi8 +/* 1602 */ MCD_OPC_FilterValue, 1, 176, 25, 0, // Skip to: 8183 +/* 1607 */ MCD_OPC_CheckPredicate, 38, 171, 25, 0, // Skip to: 8183 +/* 1612 */ MCD_OPC_Decode, 161, 22, 253, 1, // Opcode: t2LDRDi8 +/* 1617 */ MCD_OPC_FilterValue, 2, 233, 0, 0, // Skip to: 1855 +/* 1622 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 1625 */ MCD_OPC_FilterValue, 0, 173, 0, 0, // Skip to: 1803 +/* 1630 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 1633 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1673 +/* 1638 */ MCD_OPC_ExtractField, 12, 3, // Inst{14-12} ... +/* 1641 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 1702 +/* 1646 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 1663 +/* 1651 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 1663 +/* 1658 */ MCD_OPC_Decode, 207, 22, 254, 1, // Opcode: t2MOVr +/* 1663 */ MCD_OPC_CheckPredicate, 38, 34, 0, 0, // Skip to: 1702 +/* 1668 */ MCD_OPC_Decode, 229, 22, 239, 1, // Opcode: t2ORRrr +/* 1673 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 1702 +/* 1678 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 1702 +/* 1683 */ MCD_OPC_CheckField, 16, 4, 15, 12, 0, 0, // Skip to: 1702 +/* 1690 */ MCD_OPC_CheckField, 12, 3, 0, 5, 0, 0, // Skip to: 1702 +/* 1697 */ MCD_OPC_Decode, 136, 23, 255, 1, // Opcode: t2RRX +/* 1702 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 1705 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1727 +/* 1710 */ MCD_OPC_CheckPredicate, 38, 78, 0, 0, // Skip to: 1793 +/* 1715 */ MCD_OPC_CheckField, 16, 4, 15, 71, 0, 0, // Skip to: 1793 +/* 1722 */ MCD_OPC_Decode, 194, 22, 128, 2, // Opcode: t2LSLri +/* 1727 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1749 +/* 1732 */ MCD_OPC_CheckPredicate, 38, 56, 0, 0, // Skip to: 1793 +/* 1737 */ MCD_OPC_CheckField, 16, 4, 15, 49, 0, 0, // Skip to: 1793 +/* 1744 */ MCD_OPC_Decode, 196, 22, 128, 2, // Opcode: t2LSRri +/* 1749 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1771 +/* 1754 */ MCD_OPC_CheckPredicate, 38, 34, 0, 0, // Skip to: 1793 +/* 1759 */ MCD_OPC_CheckField, 16, 4, 15, 27, 0, 0, // Skip to: 1793 +/* 1766 */ MCD_OPC_Decode, 209, 21, 128, 2, // Opcode: t2ASRri +/* 1771 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 1793 +/* 1776 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 1793 +/* 1781 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 1793 +/* 1788 */ MCD_OPC_Decode, 134, 23, 128, 2, // Opcode: t2RORri +/* 1793 */ MCD_OPC_CheckPredicate, 38, 241, 24, 0, // Skip to: 8183 +/* 1798 */ MCD_OPC_Decode, 230, 22, 240, 1, // Opcode: t2ORRrs +/* 1803 */ MCD_OPC_FilterValue, 1, 231, 24, 0, // Skip to: 8183 +/* 1808 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 1811 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1833 +/* 1816 */ MCD_OPC_CheckPredicate, 43, 218, 24, 0, // Skip to: 8183 +/* 1821 */ MCD_OPC_CheckField, 20, 1, 0, 211, 24, 0, // Skip to: 8183 +/* 1828 */ MCD_OPC_Decode, 231, 22, 129, 2, // Opcode: t2PKHBT +/* 1833 */ MCD_OPC_FilterValue, 2, 201, 24, 0, // Skip to: 8183 +/* 1838 */ MCD_OPC_CheckPredicate, 43, 196, 24, 0, // Skip to: 8183 +/* 1843 */ MCD_OPC_CheckField, 20, 1, 0, 189, 24, 0, // Skip to: 8183 +/* 1850 */ MCD_OPC_Decode, 232, 22, 129, 2, // Opcode: t2PKHTB +/* 1855 */ MCD_OPC_FilterValue, 3, 179, 24, 0, // Skip to: 8183 +/* 1860 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 1863 */ MCD_OPC_FilterValue, 0, 34, 0, 0, // Skip to: 1902 +/* 1868 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 1892 +/* 1873 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 1892 +/* 1880 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 1892 +/* 1887 */ MCD_OPC_Decode, 199, 21, 239, 1, // Opcode: t2ADCrr +/* 1892 */ MCD_OPC_CheckPredicate, 38, 142, 24, 0, // Skip to: 8183 +/* 1897 */ MCD_OPC_Decode, 200, 21, 240, 1, // Opcode: t2ADCrs +/* 1902 */ MCD_OPC_FilterValue, 1, 132, 24, 0, // Skip to: 8183 +/* 1907 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 1931 +/* 1912 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 1931 +/* 1919 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 1931 +/* 1926 */ MCD_OPC_Decode, 138, 23, 239, 1, // Opcode: t2RSBrr +/* 1931 */ MCD_OPC_CheckPredicate, 38, 103, 24, 0, // Skip to: 8183 +/* 1936 */ MCD_OPC_Decode, 139, 23, 240, 1, // Opcode: t2RSBrs +/* 1941 */ MCD_OPC_FilterValue, 3, 93, 24, 0, // Skip to: 8183 +/* 1946 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... +/* 1949 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1987 +/* 1954 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1957 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1972 +/* 1962 */ MCD_OPC_CheckPredicate, 38, 72, 24, 0, // Skip to: 8183 +/* 1967 */ MCD_OPC_Decode, 236, 23, 130, 2, // Opcode: t2STRD_POST +/* 1972 */ MCD_OPC_FilterValue, 1, 62, 24, 0, // Skip to: 8183 +/* 1977 */ MCD_OPC_CheckPredicate, 38, 57, 24, 0, // Skip to: 8183 +/* 1982 */ MCD_OPC_Decode, 159, 22, 131, 2, // Opcode: t2LDRD_POST +/* 1987 */ MCD_OPC_FilterValue, 1, 58, 0, 0, // Skip to: 2050 +/* 1992 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 1995 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2010 +/* 2000 */ MCD_OPC_CheckPredicate, 38, 34, 24, 0, // Skip to: 8183 +/* 2005 */ MCD_OPC_Decode, 237, 23, 132, 2, // Opcode: t2STRD_PRE +/* 2010 */ MCD_OPC_FilterValue, 1, 24, 24, 0, // Skip to: 8183 +/* 2015 */ MCD_OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 2040 +/* 2020 */ MCD_OPC_CheckField, 23, 1, 0, 13, 0, 0, // Skip to: 2040 +/* 2027 */ MCD_OPC_CheckField, 0, 20, 255, 210, 63, 4, 0, 0, // Skip to: 2040 +/* 2036 */ MCD_OPC_Decode, 150, 23, 51, // Opcode: t2SG +/* 2040 */ MCD_OPC_CheckPredicate, 38, 250, 23, 0, // Skip to: 8183 +/* 2045 */ MCD_OPC_Decode, 160, 22, 133, 2, // Opcode: t2LDRD_PRE +/* 2050 */ MCD_OPC_FilterValue, 2, 78, 0, 0, // Skip to: 2133 +/* 2055 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 2058 */ MCD_OPC_FilterValue, 0, 232, 23, 0, // Skip to: 8183 +/* 2063 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 2066 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 2106 +/* 2071 */ MCD_OPC_ExtractField, 12, 3, // Inst{14-12} ... +/* 2074 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 2106 +/* 2079 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2096 +/* 2084 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2096 +/* 2091 */ MCD_OPC_Decode, 223, 22, 255, 1, // Opcode: t2MVNr +/* 2096 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 2106 +/* 2101 */ MCD_OPC_Decode, 226, 22, 239, 1, // Opcode: t2ORNrr +/* 2106 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2123 +/* 2111 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2123 +/* 2118 */ MCD_OPC_Decode, 224, 22, 134, 2, // Opcode: t2MVNs +/* 2123 */ MCD_OPC_CheckPredicate, 38, 167, 23, 0, // Skip to: 8183 +/* 2128 */ MCD_OPC_Decode, 227, 22, 240, 1, // Opcode: t2ORNrs +/* 2133 */ MCD_OPC_FilterValue, 3, 157, 23, 0, // Skip to: 8183 +/* 2138 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 2141 */ MCD_OPC_FilterValue, 0, 149, 23, 0, // Skip to: 8183 +/* 2146 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 2170 +/* 2151 */ MCD_OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 2170 +/* 2158 */ MCD_OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 2170 +/* 2165 */ MCD_OPC_Decode, 144, 23, 239, 1, // Opcode: t2SBCrr +/* 2170 */ MCD_OPC_CheckPredicate, 38, 120, 23, 0, // Skip to: 8183 +/* 2175 */ MCD_OPC_Decode, 145, 23, 240, 1, // Opcode: t2SBCrs +/* 2180 */ MCD_OPC_FilterValue, 30, 153, 5, 0, // Skip to: 3618 +/* 2185 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... +/* 2188 */ MCD_OPC_FilterValue, 0, 179, 2, 0, // Skip to: 2884 +/* 2193 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... +/* 2196 */ MCD_OPC_FilterValue, 0, 160, 0, 0, // Skip to: 2361 +/* 2201 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... +/* 2204 */ MCD_OPC_FilterValue, 0, 34, 0, 0, // Skip to: 2243 +/* 2209 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 2233 +/* 2214 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2233 +/* 2221 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2233 +/* 2228 */ MCD_OPC_Decode, 144, 24, 135, 2, // Opcode: t2TSTri +/* 2233 */ MCD_OPC_CheckPredicate, 38, 57, 23, 0, // Skip to: 8183 +/* 2238 */ MCD_OPC_Decode, 206, 21, 136, 2, // Opcode: t2ANDri +/* 2243 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2258 +/* 2248 */ MCD_OPC_CheckPredicate, 38, 42, 23, 0, // Skip to: 8183 +/* 2253 */ MCD_OPC_Decode, 214, 21, 136, 2, // Opcode: t2BICri +/* 2258 */ MCD_OPC_FilterValue, 2, 27, 0, 0, // Skip to: 2290 +/* 2263 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2280 +/* 2268 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2280 +/* 2275 */ MCD_OPC_Decode, 205, 22, 137, 2, // Opcode: t2MOVi +/* 2280 */ MCD_OPC_CheckPredicate, 38, 10, 23, 0, // Skip to: 8183 +/* 2285 */ MCD_OPC_Decode, 228, 22, 136, 2, // Opcode: t2ORRri +/* 2290 */ MCD_OPC_FilterValue, 3, 27, 0, 0, // Skip to: 2322 +/* 2295 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2312 +/* 2300 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2312 +/* 2307 */ MCD_OPC_Decode, 222, 22, 137, 2, // Opcode: t2MVNi +/* 2312 */ MCD_OPC_CheckPredicate, 38, 234, 22, 0, // Skip to: 8183 +/* 2317 */ MCD_OPC_Decode, 225, 22, 136, 2, // Opcode: t2ORNri +/* 2322 */ MCD_OPC_FilterValue, 4, 224, 22, 0, // Skip to: 8183 +/* 2327 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 2351 +/* 2332 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2351 +/* 2339 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2351 +/* 2346 */ MCD_OPC_Decode, 140, 24, 135, 2, // Opcode: t2TEQri +/* 2351 */ MCD_OPC_CheckPredicate, 38, 195, 22, 0, // Skip to: 8183 +/* 2356 */ MCD_OPC_Decode, 244, 21, 136, 2, // Opcode: t2EORri +/* 2361 */ MCD_OPC_FilterValue, 1, 126, 0, 0, // Skip to: 2492 +/* 2366 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... +/* 2369 */ MCD_OPC_FilterValue, 0, 34, 0, 0, // Skip to: 2408 +/* 2374 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 2398 +/* 2379 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2398 +/* 2386 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2398 +/* 2393 */ MCD_OPC_Decode, 223, 21, 135, 2, // Opcode: t2CMNri +/* 2398 */ MCD_OPC_CheckPredicate, 38, 148, 22, 0, // Skip to: 8183 +/* 2403 */ MCD_OPC_Decode, 201, 21, 138, 2, // Opcode: t2ADDri +/* 2408 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2423 +/* 2413 */ MCD_OPC_CheckPredicate, 38, 133, 22, 0, // Skip to: 8183 +/* 2418 */ MCD_OPC_Decode, 198, 21, 136, 2, // Opcode: t2ADCri +/* 2423 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 2438 +/* 2428 */ MCD_OPC_CheckPredicate, 38, 118, 22, 0, // Skip to: 8183 +/* 2433 */ MCD_OPC_Decode, 143, 23, 136, 2, // Opcode: t2SBCri +/* 2438 */ MCD_OPC_FilterValue, 5, 34, 0, 0, // Skip to: 2477 +/* 2443 */ MCD_OPC_CheckPredicate, 38, 19, 0, 0, // Skip to: 2467 +/* 2448 */ MCD_OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2467 +/* 2455 */ MCD_OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2467 +/* 2462 */ MCD_OPC_Decode, 226, 21, 135, 2, // Opcode: t2CMPri +/* 2467 */ MCD_OPC_CheckPredicate, 38, 79, 22, 0, // Skip to: 8183 +/* 2472 */ MCD_OPC_Decode, 128, 24, 138, 2, // Opcode: t2SUBri +/* 2477 */ MCD_OPC_FilterValue, 6, 69, 22, 0, // Skip to: 8183 +/* 2482 */ MCD_OPC_CheckPredicate, 38, 64, 22, 0, // Skip to: 8183 +/* 2487 */ MCD_OPC_Decode, 137, 23, 136, 2, // Opcode: t2RSBri +/* 2492 */ MCD_OPC_FilterValue, 2, 132, 0, 0, // Skip to: 2629 +/* 2497 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2500 */ MCD_OPC_FilterValue, 0, 72, 0, 0, // Skip to: 2577 +/* 2505 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2508 */ MCD_OPC_FilterValue, 0, 38, 22, 0, // Skip to: 8183 +/* 2513 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... +/* 2516 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2538 +/* 2521 */ MCD_OPC_CheckPredicate, 38, 34, 0, 0, // Skip to: 2560 +/* 2526 */ MCD_OPC_CheckField, 23, 1, 0, 27, 0, 0, // Skip to: 2560 +/* 2533 */ MCD_OPC_Decode, 202, 21, 139, 2, // Opcode: t2ADDri12 +/* 2538 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2560 +/* 2543 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2560 +/* 2548 */ MCD_OPC_CheckField, 23, 1, 1, 5, 0, 0, // Skip to: 2560 +/* 2555 */ MCD_OPC_Decode, 129, 24, 139, 2, // Opcode: t2SUBri12 +/* 2560 */ MCD_OPC_CheckPredicate, 38, 242, 21, 0, // Skip to: 8183 +/* 2565 */ MCD_OPC_CheckField, 16, 4, 15, 235, 21, 0, // Skip to: 8183 +/* 2572 */ MCD_OPC_Decode, 205, 21, 140, 2, // Opcode: t2ADR +/* 2577 */ MCD_OPC_FilterValue, 1, 225, 21, 0, // Skip to: 8183 +/* 2582 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 2585 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2607 +/* 2590 */ MCD_OPC_CheckPredicate, 32, 212, 21, 0, // Skip to: 8183 +/* 2595 */ MCD_OPC_CheckField, 20, 2, 0, 205, 21, 0, // Skip to: 8183 +/* 2602 */ MCD_OPC_Decode, 206, 22, 141, 2, // Opcode: t2MOVi16 +/* 2607 */ MCD_OPC_FilterValue, 1, 195, 21, 0, // Skip to: 8183 +/* 2612 */ MCD_OPC_CheckPredicate, 32, 190, 21, 0, // Skip to: 8183 +/* 2617 */ MCD_OPC_CheckField, 20, 2, 0, 183, 21, 0, // Skip to: 8183 +/* 2624 */ MCD_OPC_Decode, 204, 22, 141, 2, // Opcode: t2MOVTi16 +/* 2629 */ MCD_OPC_FilterValue, 3, 173, 21, 0, // Skip to: 8183 +/* 2634 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... +/* 2637 */ MCD_OPC_FilterValue, 0, 72, 0, 0, // Skip to: 2714 +/* 2642 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 2645 */ MCD_OPC_FilterValue, 0, 157, 21, 0, // Skip to: 8183 +/* 2650 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2653 */ MCD_OPC_FilterValue, 0, 149, 21, 0, // Skip to: 8183 +/* 2658 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... +/* 2661 */ MCD_OPC_FilterValue, 0, 141, 21, 0, // Skip to: 8183 +/* 2666 */ MCD_OPC_CheckPredicate, 45, 33, 0, 0, // Skip to: 2704 +/* 2671 */ MCD_OPC_CheckField, 21, 1, 1, 26, 0, 0, // Skip to: 2704 +/* 2678 */ MCD_OPC_CheckField, 12, 3, 0, 19, 0, 0, // Skip to: 2704 +/* 2685 */ MCD_OPC_CheckField, 6, 2, 0, 12, 0, 0, // Skip to: 2704 +/* 2692 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 2704 +/* 2699 */ MCD_OPC_Decode, 199, 23, 142, 2, // Opcode: t2SSAT16 +/* 2704 */ MCD_OPC_CheckPredicate, 38, 98, 21, 0, // Skip to: 8183 +/* 2709 */ MCD_OPC_Decode, 198, 23, 143, 2, // Opcode: t2SSAT +/* 2714 */ MCD_OPC_FilterValue, 1, 66, 0, 0, // Skip to: 2785 +/* 2719 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 2722 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2737 +/* 2727 */ MCD_OPC_CheckPredicate, 38, 75, 21, 0, // Skip to: 8183 +/* 2732 */ MCD_OPC_Decode, 146, 23, 144, 2, // Opcode: t2SBFX +/* 2737 */ MCD_OPC_FilterValue, 2, 65, 21, 0, // Skip to: 8183 +/* 2742 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 2745 */ MCD_OPC_FilterValue, 0, 57, 21, 0, // Skip to: 8183 +/* 2750 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... +/* 2753 */ MCD_OPC_FilterValue, 0, 49, 21, 0, // Skip to: 8183 +/* 2758 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 2775 +/* 2763 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2775 +/* 2770 */ MCD_OPC_Decode, 212, 21, 145, 2, // Opcode: t2BFC +/* 2775 */ MCD_OPC_CheckPredicate, 38, 27, 21, 0, // Skip to: 8183 +/* 2780 */ MCD_OPC_Decode, 213, 21, 146, 2, // Opcode: t2BFI +/* 2785 */ MCD_OPC_FilterValue, 2, 72, 0, 0, // Skip to: 2862 +/* 2790 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... +/* 2793 */ MCD_OPC_FilterValue, 0, 9, 21, 0, // Skip to: 8183 +/* 2798 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 2801 */ MCD_OPC_FilterValue, 0, 1, 21, 0, // Skip to: 8183 +/* 2806 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... +/* 2809 */ MCD_OPC_FilterValue, 0, 249, 20, 0, // Skip to: 8183 +/* 2814 */ MCD_OPC_CheckPredicate, 45, 33, 0, 0, // Skip to: 2852 +/* 2819 */ MCD_OPC_CheckField, 21, 1, 1, 26, 0, 0, // Skip to: 2852 +/* 2826 */ MCD_OPC_CheckField, 12, 3, 0, 19, 0, 0, // Skip to: 2852 +/* 2833 */ MCD_OPC_CheckField, 6, 2, 0, 12, 0, 0, // Skip to: 2852 +/* 2840 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 2852 +/* 2847 */ MCD_OPC_Decode, 175, 24, 142, 2, // Opcode: t2USAT16 +/* 2852 */ MCD_OPC_CheckPredicate, 38, 206, 20, 0, // Skip to: 8183 +/* 2857 */ MCD_OPC_Decode, 174, 24, 143, 2, // Opcode: t2USAT +/* 2862 */ MCD_OPC_FilterValue, 3, 196, 20, 0, // Skip to: 8183 +/* 2867 */ MCD_OPC_CheckPredicate, 38, 191, 20, 0, // Skip to: 8183 +/* 2872 */ MCD_OPC_CheckField, 20, 2, 0, 184, 20, 0, // Skip to: 8183 +/* 2879 */ MCD_OPC_Decode, 154, 24, 144, 2, // Opcode: t2UBFX +/* 2884 */ MCD_OPC_FilterValue, 1, 174, 20, 0, // Skip to: 8183 +/* 2889 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... +/* 2892 */ MCD_OPC_FilterValue, 0, 187, 2, 0, // Skip to: 3596 +/* 2897 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... +/* 2900 */ MCD_OPC_FilterValue, 0, 158, 20, 0, // Skip to: 8183 +/* 2905 */ MCD_OPC_ExtractField, 0, 12, // Inst{11-0} ... +/* 2908 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2937 +/* 2913 */ MCD_OPC_CheckPredicate, 46, 166, 0, 0, // Skip to: 3084 +/* 2918 */ MCD_OPC_CheckField, 16, 11, 143, 15, 158, 0, 0, // Skip to: 3084 +/* 2926 */ MCD_OPC_CheckField, 13, 1, 0, 151, 0, 0, // Skip to: 3084 +/* 2933 */ MCD_OPC_Decode, 239, 21, 51, // Opcode: t2DCPS1 +/* 2937 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2966 +/* 2942 */ MCD_OPC_CheckPredicate, 46, 137, 0, 0, // Skip to: 3084 +/* 2947 */ MCD_OPC_CheckField, 16, 11, 143, 15, 129, 0, 0, // Skip to: 3084 +/* 2955 */ MCD_OPC_CheckField, 13, 1, 0, 122, 0, 0, // Skip to: 3084 +/* 2962 */ MCD_OPC_Decode, 240, 21, 51, // Opcode: t2DCPS2 +/* 2966 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2995 +/* 2971 */ MCD_OPC_CheckPredicate, 46, 108, 0, 0, // Skip to: 3084 +/* 2976 */ MCD_OPC_CheckField, 16, 11, 143, 15, 100, 0, 0, // Skip to: 3084 +/* 2984 */ MCD_OPC_CheckField, 13, 1, 0, 93, 0, 0, // Skip to: 3084 +/* 2991 */ MCD_OPC_Decode, 241, 21, 51, // Opcode: t2DCPS3 +/* 2995 */ MCD_OPC_FilterValue, 18, 24, 0, 0, // Skip to: 3024 +/* 3000 */ MCD_OPC_CheckPredicate, 47, 79, 0, 0, // Skip to: 3084 +/* 3005 */ MCD_OPC_CheckField, 16, 11, 175, 7, 71, 0, 0, // Skip to: 3084 +/* 3013 */ MCD_OPC_CheckField, 13, 1, 0, 64, 0, 0, // Skip to: 3084 +/* 3020 */ MCD_OPC_Decode, 143, 24, 51, // Opcode: t2TSB +/* 3024 */ MCD_OPC_FilterValue, 128, 30, 24, 0, 0, // Skip to: 3054 +/* 3030 */ MCD_OPC_CheckPredicate, 39, 49, 0, 0, // Skip to: 3084 +/* 3035 */ MCD_OPC_CheckField, 20, 7, 60, 42, 0, 0, // Skip to: 3084 +/* 3042 */ MCD_OPC_CheckField, 13, 1, 0, 35, 0, 0, // Skip to: 3084 +/* 3049 */ MCD_OPC_Decode, 217, 21, 147, 2, // Opcode: t2BXJ +/* 3054 */ MCD_OPC_FilterValue, 175, 30, 24, 0, 0, // Skip to: 3084 +/* 3060 */ MCD_OPC_CheckPredicate, 48, 19, 0, 0, // Skip to: 3084 +/* 3065 */ MCD_OPC_CheckField, 16, 11, 191, 7, 11, 0, 0, // Skip to: 3084 +/* 3073 */ MCD_OPC_CheckField, 13, 1, 0, 4, 0, 0, // Skip to: 3084 +/* 3080 */ MCD_OPC_Decode, 221, 21, 51, // Opcode: t2CLREX +/* 3084 */ MCD_OPC_ExtractField, 16, 11, // Inst{26-16} ... +/* 3087 */ MCD_OPC_FilterValue, 175, 7, 131, 0, 0, // Skip to: 3224 +/* 3093 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 3096 */ MCD_OPC_FilterValue, 0, 68, 0, 0, // Skip to: 3169 +/* 3101 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 3104 */ MCD_OPC_FilterValue, 0, 24, 1, 0, // Skip to: 3389 +/* 3109 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... +/* 3112 */ MCD_OPC_FilterValue, 0, 16, 1, 0, // Skip to: 3389 +/* 3117 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... +/* 3120 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 3152 +/* 3125 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3142 +/* 3130 */ MCD_OPC_CheckField, 4, 4, 15, 5, 0, 0, // Skip to: 3142 +/* 3137 */ MCD_OPC_Decode, 238, 21, 148, 2, // Opcode: t2DBG +/* 3142 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 3152 +/* 3147 */ MCD_OPC_Decode, 247, 21, 226, 1, // Opcode: t2HINT +/* 3152 */ MCD_OPC_CheckPredicate, 39, 232, 0, 0, // Skip to: 3389 +/* 3157 */ MCD_OPC_CheckField, 0, 5, 0, 225, 0, 0, // Skip to: 3389 +/* 3164 */ MCD_OPC_Decode, 230, 21, 149, 2, // Opcode: t2CPS2p +/* 3169 */ MCD_OPC_FilterValue, 1, 215, 0, 0, // Skip to: 3389 +/* 3174 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... +/* 3177 */ MCD_OPC_FilterValue, 0, 207, 0, 0, // Skip to: 3389 +/* 3182 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... +/* 3185 */ MCD_OPC_FilterValue, 0, 199, 0, 0, // Skip to: 3389 +/* 3190 */ MCD_OPC_CheckPredicate, 39, 19, 0, 0, // Skip to: 3214 +/* 3195 */ MCD_OPC_CheckField, 9, 2, 0, 12, 0, 0, // Skip to: 3214 +/* 3202 */ MCD_OPC_CheckField, 5, 3, 0, 5, 0, 0, // Skip to: 3214 +/* 3209 */ MCD_OPC_Decode, 229, 21, 149, 2, // Opcode: t2CPS1p +/* 3214 */ MCD_OPC_CheckPredicate, 39, 170, 0, 0, // Skip to: 3389 +/* 3219 */ MCD_OPC_Decode, 231, 21, 149, 2, // Opcode: t2CPS3p +/* 3224 */ MCD_OPC_FilterValue, 191, 7, 69, 0, 0, // Skip to: 3299 +/* 3230 */ MCD_OPC_ExtractField, 4, 8, // Inst{11-4} ... +/* 3233 */ MCD_OPC_FilterValue, 244, 1, 16, 0, 0, // Skip to: 3255 +/* 3239 */ MCD_OPC_CheckPredicate, 49, 145, 0, 0, // Skip to: 3389 +/* 3244 */ MCD_OPC_CheckField, 13, 1, 0, 138, 0, 0, // Skip to: 3389 +/* 3251 */ MCD_OPC_Decode, 243, 21, 61, // Opcode: t2DSB +/* 3255 */ MCD_OPC_FilterValue, 245, 1, 16, 0, 0, // Skip to: 3277 +/* 3261 */ MCD_OPC_CheckPredicate, 49, 123, 0, 0, // Skip to: 3389 +/* 3266 */ MCD_OPC_CheckField, 13, 1, 0, 116, 0, 0, // Skip to: 3389 +/* 3273 */ MCD_OPC_Decode, 242, 21, 61, // Opcode: t2DMB +/* 3277 */ MCD_OPC_FilterValue, 246, 1, 106, 0, 0, // Skip to: 3389 +/* 3283 */ MCD_OPC_CheckPredicate, 49, 101, 0, 0, // Skip to: 3389 +/* 3288 */ MCD_OPC_CheckField, 13, 1, 0, 94, 0, 0, // Skip to: 3389 +/* 3295 */ MCD_OPC_Decode, 249, 21, 62, // Opcode: t2ISB +/* 3299 */ MCD_OPC_FilterValue, 222, 7, 24, 0, 0, // Skip to: 3329 +/* 3305 */ MCD_OPC_CheckPredicate, 39, 79, 0, 0, // Skip to: 3389 +/* 3310 */ MCD_OPC_CheckField, 13, 1, 0, 72, 0, 0, // Skip to: 3389 +/* 3317 */ MCD_OPC_CheckField, 8, 4, 15, 65, 0, 0, // Skip to: 3389 +/* 3324 */ MCD_OPC_Decode, 255, 23, 226, 1, // Opcode: t2SUBS_PC_LR +/* 3329 */ MCD_OPC_FilterValue, 239, 7, 24, 0, 0, // Skip to: 3359 +/* 3335 */ MCD_OPC_CheckPredicate, 39, 49, 0, 0, // Skip to: 3389 +/* 3340 */ MCD_OPC_CheckField, 13, 1, 0, 42, 0, 0, // Skip to: 3389 +/* 3347 */ MCD_OPC_CheckField, 0, 8, 0, 35, 0, 0, // Skip to: 3389 +/* 3354 */ MCD_OPC_Decode, 214, 22, 150, 2, // Opcode: t2MRS_AR +/* 3359 */ MCD_OPC_FilterValue, 255, 7, 24, 0, 0, // Skip to: 3389 +/* 3365 */ MCD_OPC_CheckPredicate, 39, 19, 0, 0, // Skip to: 3389 +/* 3370 */ MCD_OPC_CheckField, 13, 1, 0, 12, 0, 0, // Skip to: 3389 +/* 3377 */ MCD_OPC_CheckField, 0, 8, 0, 5, 0, 0, // Skip to: 3389 +/* 3384 */ MCD_OPC_Decode, 217, 22, 150, 2, // Opcode: t2MRSsys_AR +/* 3389 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... +/* 3392 */ MCD_OPC_FilterValue, 0, 122, 0, 0, // Skip to: 3519 +/* 3397 */ MCD_OPC_ExtractField, 21, 6, // Inst{26-21} ... +/* 3400 */ MCD_OPC_FilterValue, 28, 47, 0, 0, // Skip to: 3452 +/* 3405 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... +/* 3408 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3430 +/* 3413 */ MCD_OPC_CheckPredicate, 39, 123, 0, 0, // Skip to: 3541 +/* 3418 */ MCD_OPC_CheckField, 0, 5, 0, 116, 0, 0, // Skip to: 3541 +/* 3425 */ MCD_OPC_Decode, 218, 22, 151, 2, // Opcode: t2MSR_AR +/* 3430 */ MCD_OPC_FilterValue, 1, 106, 0, 0, // Skip to: 3541 +/* 3435 */ MCD_OPC_CheckPredicate, 50, 101, 0, 0, // Skip to: 3541 +/* 3440 */ MCD_OPC_CheckField, 0, 4, 0, 94, 0, 0, // Skip to: 3541 +/* 3447 */ MCD_OPC_Decode, 220, 22, 152, 2, // Opcode: t2MSRbanked +/* 3452 */ MCD_OPC_FilterValue, 31, 24, 0, 0, // Skip to: 3481 +/* 3457 */ MCD_OPC_CheckPredicate, 50, 79, 0, 0, // Skip to: 3541 +/* 3462 */ MCD_OPC_CheckField, 5, 3, 1, 72, 0, 0, // Skip to: 3541 +/* 3469 */ MCD_OPC_CheckField, 0, 4, 0, 65, 0, 0, // Skip to: 3541 +/* 3476 */ MCD_OPC_Decode, 216, 22, 153, 2, // Opcode: t2MRSbanked +/* 3481 */ MCD_OPC_FilterValue, 63, 55, 0, 0, // Skip to: 3541 +/* 3486 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3489 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3504 +/* 3494 */ MCD_OPC_CheckPredicate, 51, 42, 0, 0, // Skip to: 3541 +/* 3499 */ MCD_OPC_Decode, 248, 21, 154, 2, // Opcode: t2HVC +/* 3504 */ MCD_OPC_FilterValue, 1, 32, 0, 0, // Skip to: 3541 +/* 3509 */ MCD_OPC_CheckPredicate, 52, 27, 0, 0, // Skip to: 3541 +/* 3514 */ MCD_OPC_Decode, 157, 23, 155, 2, // Opcode: t2SMC +/* 3519 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3541 +/* 3524 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3541 +/* 3529 */ MCD_OPC_CheckField, 20, 7, 127, 5, 0, 0, // Skip to: 3541 +/* 3536 */ MCD_OPC_Decode, 155, 24, 154, 2, // Opcode: t2UDF +/* 3541 */ MCD_OPC_ExtractField, 21, 6, // Inst{26-21} ... +/* 3544 */ MCD_OPC_FilterValue, 28, 15, 0, 0, // Skip to: 3564 +/* 3549 */ MCD_OPC_CheckPredicate, 53, 32, 0, 0, // Skip to: 3586 +/* 3554 */ MCD_OPC_SoftFail, 128, 198, 64 /* 0x102300 */, 0, +/* 3559 */ MCD_OPC_Decode, 219, 22, 156, 2, // Opcode: t2MSR_M +/* 3564 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 3586 +/* 3569 */ MCD_OPC_CheckPredicate, 53, 12, 0, 0, // Skip to: 3586 +/* 3574 */ MCD_OPC_SoftFail, 128, 192, 64 /* 0x102000 */, 128, 128, 60 /* 0xf0000 */, +/* 3581 */ MCD_OPC_Decode, 215, 22, 157, 2, // Opcode: t2MRS_M +/* 3586 */ MCD_OPC_CheckPredicate, 38, 240, 17, 0, // Skip to: 8183 +/* 3591 */ MCD_OPC_Decode, 218, 21, 158, 2, // Opcode: t2Bcc +/* 3596 */ MCD_OPC_FilterValue, 1, 230, 17, 0, // Skip to: 8183 +/* 3601 */ MCD_OPC_CheckPredicate, 32, 225, 17, 0, // Skip to: 8183 +/* 3606 */ MCD_OPC_CheckField, 14, 1, 0, 218, 17, 0, // Skip to: 8183 +/* 3613 */ MCD_OPC_Decode, 211, 21, 159, 2, // Opcode: t2B +/* 3618 */ MCD_OPC_FilterValue, 31, 208, 17, 0, // Skip to: 8183 +/* 3623 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... +/* 3626 */ MCD_OPC_FilterValue, 0, 96, 6, 0, // Skip to: 5263 +/* 3631 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... +/* 3634 */ MCD_OPC_FilterValue, 0, 100, 1, 0, // Skip to: 3995 +/* 3639 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 3642 */ MCD_OPC_FilterValue, 0, 125, 0, 0, // Skip to: 3772 +/* 3647 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 3650 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 3757 +/* 3655 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 3658 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3680 +/* 3663 */ MCD_OPC_CheckPredicate, 38, 163, 17, 0, // Skip to: 8183 +/* 3668 */ MCD_OPC_CheckField, 6, 4, 0, 156, 17, 0, // Skip to: 8183 +/* 3675 */ MCD_OPC_Decode, 235, 23, 160, 2, // Opcode: t2STRBs +/* 3680 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3702 +/* 3685 */ MCD_OPC_CheckPredicate, 38, 141, 17, 0, // Skip to: 8183 +/* 3690 */ MCD_OPC_CheckField, 8, 1, 1, 134, 17, 0, // Skip to: 8183 +/* 3697 */ MCD_OPC_Decode, 231, 23, 161, 2, // Opcode: t2STRB_POST +/* 3702 */ MCD_OPC_FilterValue, 3, 124, 17, 0, // Skip to: 8183 +/* 3707 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 3710 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 3742 +/* 3715 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3732 +/* 3720 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 3732 +/* 3727 */ MCD_OPC_Decode, 230, 23, 162, 2, // Opcode: t2STRBT +/* 3732 */ MCD_OPC_CheckPredicate, 38, 94, 17, 0, // Skip to: 8183 +/* 3737 */ MCD_OPC_Decode, 234, 23, 163, 2, // Opcode: t2STRBi8 +/* 3742 */ MCD_OPC_FilterValue, 1, 84, 17, 0, // Skip to: 8183 +/* 3747 */ MCD_OPC_CheckPredicate, 38, 79, 17, 0, // Skip to: 8183 +/* 3752 */ MCD_OPC_Decode, 232, 23, 161, 2, // Opcode: t2STRB_PRE +/* 3757 */ MCD_OPC_FilterValue, 1, 69, 17, 0, // Skip to: 8183 +/* 3762 */ MCD_OPC_CheckPredicate, 38, 64, 17, 0, // Skip to: 8183 +/* 3767 */ MCD_OPC_Decode, 233, 23, 164, 2, // Opcode: t2STRBi12 +/* 3772 */ MCD_OPC_FilterValue, 1, 54, 17, 0, // Skip to: 8183 +/* 3777 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 3780 */ MCD_OPC_FilterValue, 0, 143, 0, 0, // Skip to: 3928 +/* 3785 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 3788 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 3828 +/* 3793 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... +/* 3796 */ MCD_OPC_FilterValue, 0, 159, 0, 0, // Skip to: 3960 +/* 3801 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3818 +/* 3806 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 3818 +/* 3813 */ MCD_OPC_Decode, 239, 22, 165, 2, // Opcode: t2PLDs +/* 3818 */ MCD_OPC_CheckPredicate, 38, 137, 0, 0, // Skip to: 3960 +/* 3823 */ MCD_OPC_Decode, 158, 22, 165, 2, // Opcode: t2LDRBs +/* 3828 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3850 +/* 3833 */ MCD_OPC_CheckPredicate, 38, 122, 0, 0, // Skip to: 3960 +/* 3838 */ MCD_OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 3960 +/* 3845 */ MCD_OPC_Decode, 153, 22, 161, 2, // Opcode: t2LDRB_POST +/* 3850 */ MCD_OPC_FilterValue, 3, 105, 0, 0, // Skip to: 3960 +/* 3855 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 3858 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 3913 +/* 3863 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 3866 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3888 +/* 3871 */ MCD_OPC_CheckPredicate, 38, 27, 0, 0, // Skip to: 3903 +/* 3876 */ MCD_OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 3903 +/* 3883 */ MCD_OPC_Decode, 237, 22, 166, 2, // Opcode: t2PLDi8 +/* 3888 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 3903 +/* 3893 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 3903 +/* 3898 */ MCD_OPC_Decode, 152, 22, 167, 2, // Opcode: t2LDRBT +/* 3903 */ MCD_OPC_CheckPredicate, 38, 52, 0, 0, // Skip to: 3960 +/* 3908 */ MCD_OPC_Decode, 156, 22, 166, 2, // Opcode: t2LDRBi8 +/* 3913 */ MCD_OPC_FilterValue, 1, 42, 0, 0, // Skip to: 3960 +/* 3918 */ MCD_OPC_CheckPredicate, 38, 37, 0, 0, // Skip to: 3960 +/* 3923 */ MCD_OPC_Decode, 154, 22, 161, 2, // Opcode: t2LDRB_PRE +/* 3928 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 3960 +/* 3933 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3950 +/* 3938 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 3950 +/* 3945 */ MCD_OPC_Decode, 236, 22, 168, 2, // Opcode: t2PLDi12 +/* 3950 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 3960 +/* 3955 */ MCD_OPC_Decode, 155, 22, 168, 2, // Opcode: t2LDRBi12 +/* 3960 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 3963 */ MCD_OPC_FilterValue, 15, 119, 16, 0, // Skip to: 8183 +/* 3968 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 3985 +/* 3973 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 3985 +/* 3980 */ MCD_OPC_Decode, 238, 22, 169, 2, // Opcode: t2PLDpci +/* 3985 */ MCD_OPC_CheckPredicate, 38, 97, 16, 0, // Skip to: 8183 +/* 3990 */ MCD_OPC_Decode, 157, 22, 169, 2, // Opcode: t2LDRBpci +/* 3995 */ MCD_OPC_FilterValue, 1, 226, 0, 0, // Skip to: 4226 +/* 4000 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4003 */ MCD_OPC_FilterValue, 1, 79, 16, 0, // Skip to: 8183 +/* 4008 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 4011 */ MCD_OPC_FilterValue, 0, 143, 0, 0, // Skip to: 4159 +/* 4016 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 4019 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 4059 +/* 4024 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... +/* 4027 */ MCD_OPC_FilterValue, 0, 159, 0, 0, // Skip to: 4191 +/* 4032 */ MCD_OPC_CheckPredicate, 54, 12, 0, 0, // Skip to: 4049 +/* 4037 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4049 +/* 4044 */ MCD_OPC_Decode, 243, 22, 165, 2, // Opcode: t2PLIs +/* 4049 */ MCD_OPC_CheckPredicate, 38, 137, 0, 0, // Skip to: 4191 +/* 4054 */ MCD_OPC_Decode, 179, 22, 165, 2, // Opcode: t2LDRSBs +/* 4059 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4081 +/* 4064 */ MCD_OPC_CheckPredicate, 38, 122, 0, 0, // Skip to: 4191 +/* 4069 */ MCD_OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 4191 +/* 4076 */ MCD_OPC_Decode, 174, 22, 161, 2, // Opcode: t2LDRSB_POST +/* 4081 */ MCD_OPC_FilterValue, 3, 105, 0, 0, // Skip to: 4191 +/* 4086 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 4089 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 4144 +/* 4094 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 4097 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4119 +/* 4102 */ MCD_OPC_CheckPredicate, 54, 27, 0, 0, // Skip to: 4134 +/* 4107 */ MCD_OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 4134 +/* 4114 */ MCD_OPC_Decode, 241, 22, 166, 2, // Opcode: t2PLIi8 +/* 4119 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 4134 +/* 4124 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 4134 +/* 4129 */ MCD_OPC_Decode, 173, 22, 167, 2, // Opcode: t2LDRSBT +/* 4134 */ MCD_OPC_CheckPredicate, 38, 52, 0, 0, // Skip to: 4191 +/* 4139 */ MCD_OPC_Decode, 177, 22, 166, 2, // Opcode: t2LDRSBi8 +/* 4144 */ MCD_OPC_FilterValue, 1, 42, 0, 0, // Skip to: 4191 +/* 4149 */ MCD_OPC_CheckPredicate, 38, 37, 0, 0, // Skip to: 4191 +/* 4154 */ MCD_OPC_Decode, 175, 22, 161, 2, // Opcode: t2LDRSB_PRE +/* 4159 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 4191 +/* 4164 */ MCD_OPC_CheckPredicate, 54, 12, 0, 0, // Skip to: 4181 +/* 4169 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4181 +/* 4176 */ MCD_OPC_Decode, 240, 22, 168, 2, // Opcode: t2PLIi12 +/* 4181 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 4191 +/* 4186 */ MCD_OPC_Decode, 176, 22, 168, 2, // Opcode: t2LDRSBi12 +/* 4191 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 4194 */ MCD_OPC_FilterValue, 15, 144, 15, 0, // Skip to: 8183 +/* 4199 */ MCD_OPC_CheckPredicate, 54, 12, 0, 0, // Skip to: 4216 +/* 4204 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4216 +/* 4211 */ MCD_OPC_Decode, 242, 22, 169, 2, // Opcode: t2PLIpci +/* 4216 */ MCD_OPC_CheckPredicate, 38, 122, 15, 0, // Skip to: 8183 +/* 4221 */ MCD_OPC_Decode, 178, 22, 169, 2, // Opcode: t2LDRSBpci +/* 4226 */ MCD_OPC_FilterValue, 2, 207, 2, 0, // Skip to: 4950 +/* 4231 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 4234 */ MCD_OPC_FilterValue, 0, 159, 1, 0, // Skip to: 4654 +/* 4239 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 4242 */ MCD_OPC_FilterValue, 0, 77, 0, 0, // Skip to: 4324 +/* 4247 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 4250 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4272 +/* 4255 */ MCD_OPC_CheckPredicate, 38, 83, 15, 0, // Skip to: 8183 +/* 4260 */ MCD_OPC_CheckField, 12, 4, 15, 76, 15, 0, // Skip to: 8183 +/* 4267 */ MCD_OPC_Decode, 195, 22, 239, 1, // Opcode: t2LSLrr +/* 4272 */ MCD_OPC_FilterValue, 1, 66, 15, 0, // Skip to: 8183 +/* 4277 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4280 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4302 +/* 4285 */ MCD_OPC_CheckPredicate, 45, 53, 15, 0, // Skip to: 8183 +/* 4290 */ MCD_OPC_CheckField, 12, 4, 15, 46, 15, 0, // Skip to: 8183 +/* 4297 */ MCD_OPC_Decode, 141, 23, 170, 2, // Opcode: t2SADD8 +/* 4302 */ MCD_OPC_FilterValue, 1, 36, 15, 0, // Skip to: 8183 +/* 4307 */ MCD_OPC_CheckPredicate, 45, 31, 15, 0, // Skip to: 8183 +/* 4312 */ MCD_OPC_CheckField, 12, 4, 15, 24, 15, 0, // Skip to: 8183 +/* 4319 */ MCD_OPC_Decode, 140, 23, 170, 2, // Opcode: t2SADD16 +/* 4324 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 4390 +/* 4329 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4332 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4361 +/* 4337 */ MCD_OPC_CheckPredicate, 45, 1, 15, 0, // Skip to: 8183 +/* 4342 */ MCD_OPC_CheckField, 23, 1, 1, 250, 14, 0, // Skip to: 8183 +/* 4349 */ MCD_OPC_CheckField, 12, 4, 15, 243, 14, 0, // Skip to: 8183 +/* 4356 */ MCD_OPC_Decode, 246, 22, 170, 2, // Opcode: t2QADD8 +/* 4361 */ MCD_OPC_FilterValue, 1, 233, 14, 0, // Skip to: 8183 +/* 4366 */ MCD_OPC_CheckPredicate, 45, 228, 14, 0, // Skip to: 8183 +/* 4371 */ MCD_OPC_CheckField, 23, 1, 1, 221, 14, 0, // Skip to: 8183 +/* 4378 */ MCD_OPC_CheckField, 12, 4, 15, 214, 14, 0, // Skip to: 8183 +/* 4385 */ MCD_OPC_Decode, 245, 22, 170, 2, // Opcode: t2QADD16 +/* 4390 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 4456 +/* 4395 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4398 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4427 +/* 4403 */ MCD_OPC_CheckPredicate, 45, 191, 14, 0, // Skip to: 8183 +/* 4408 */ MCD_OPC_CheckField, 23, 1, 1, 184, 14, 0, // Skip to: 8183 +/* 4415 */ MCD_OPC_CheckField, 12, 4, 15, 177, 14, 0, // Skip to: 8183 +/* 4422 */ MCD_OPC_Decode, 152, 23, 170, 2, // Opcode: t2SHADD8 +/* 4427 */ MCD_OPC_FilterValue, 1, 167, 14, 0, // Skip to: 8183 +/* 4432 */ MCD_OPC_CheckPredicate, 45, 162, 14, 0, // Skip to: 8183 +/* 4437 */ MCD_OPC_CheckField, 23, 1, 1, 155, 14, 0, // Skip to: 8183 +/* 4444 */ MCD_OPC_CheckField, 12, 4, 15, 148, 14, 0, // Skip to: 8183 +/* 4451 */ MCD_OPC_Decode, 151, 23, 170, 2, // Opcode: t2SHADD16 +/* 4456 */ MCD_OPC_FilterValue, 4, 61, 0, 0, // Skip to: 4522 +/* 4461 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4464 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4493 +/* 4469 */ MCD_OPC_CheckPredicate, 45, 125, 14, 0, // Skip to: 8183 +/* 4474 */ MCD_OPC_CheckField, 23, 1, 1, 118, 14, 0, // Skip to: 8183 +/* 4481 */ MCD_OPC_CheckField, 12, 4, 15, 111, 14, 0, // Skip to: 8183 +/* 4488 */ MCD_OPC_Decode, 152, 24, 170, 2, // Opcode: t2UADD8 +/* 4493 */ MCD_OPC_FilterValue, 1, 101, 14, 0, // Skip to: 8183 +/* 4498 */ MCD_OPC_CheckPredicate, 45, 96, 14, 0, // Skip to: 8183 +/* 4503 */ MCD_OPC_CheckField, 23, 1, 1, 89, 14, 0, // Skip to: 8183 +/* 4510 */ MCD_OPC_CheckField, 12, 4, 15, 82, 14, 0, // Skip to: 8183 +/* 4517 */ MCD_OPC_Decode, 151, 24, 170, 2, // Opcode: t2UADD16 +/* 4522 */ MCD_OPC_FilterValue, 5, 61, 0, 0, // Skip to: 4588 +/* 4527 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4530 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4559 +/* 4535 */ MCD_OPC_CheckPredicate, 45, 59, 14, 0, // Skip to: 8183 +/* 4540 */ MCD_OPC_CheckField, 23, 1, 1, 52, 14, 0, // Skip to: 8183 +/* 4547 */ MCD_OPC_CheckField, 12, 4, 15, 45, 14, 0, // Skip to: 8183 +/* 4554 */ MCD_OPC_Decode, 167, 24, 170, 2, // Opcode: t2UQADD8 +/* 4559 */ MCD_OPC_FilterValue, 1, 35, 14, 0, // Skip to: 8183 +/* 4564 */ MCD_OPC_CheckPredicate, 45, 30, 14, 0, // Skip to: 8183 +/* 4569 */ MCD_OPC_CheckField, 23, 1, 1, 23, 14, 0, // Skip to: 8183 +/* 4576 */ MCD_OPC_CheckField, 12, 4, 15, 16, 14, 0, // Skip to: 8183 +/* 4583 */ MCD_OPC_Decode, 166, 24, 170, 2, // Opcode: t2UQADD16 +/* 4588 */ MCD_OPC_FilterValue, 6, 6, 14, 0, // Skip to: 8183 +/* 4593 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4596 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4625 +/* 4601 */ MCD_OPC_CheckPredicate, 45, 249, 13, 0, // Skip to: 8183 +/* 4606 */ MCD_OPC_CheckField, 23, 1, 1, 242, 13, 0, // Skip to: 8183 +/* 4613 */ MCD_OPC_CheckField, 12, 4, 15, 235, 13, 0, // Skip to: 8183 +/* 4620 */ MCD_OPC_Decode, 158, 24, 170, 2, // Opcode: t2UHADD8 +/* 4625 */ MCD_OPC_FilterValue, 1, 225, 13, 0, // Skip to: 8183 +/* 4630 */ MCD_OPC_CheckPredicate, 45, 220, 13, 0, // Skip to: 8183 +/* 4635 */ MCD_OPC_CheckField, 23, 1, 1, 213, 13, 0, // Skip to: 8183 +/* 4642 */ MCD_OPC_CheckField, 12, 4, 15, 206, 13, 0, // Skip to: 8183 +/* 4649 */ MCD_OPC_Decode, 157, 24, 170, 2, // Opcode: t2UHADD16 +/* 4654 */ MCD_OPC_FilterValue, 1, 196, 13, 0, // Skip to: 8183 +/* 4659 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4662 */ MCD_OPC_FilterValue, 0, 139, 0, 0, // Skip to: 4806 +/* 4667 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 4670 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 4710 +/* 4675 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 4678 */ MCD_OPC_FilterValue, 15, 172, 13, 0, // Skip to: 8183 +/* 4683 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 4700 +/* 4688 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 4700 +/* 4695 */ MCD_OPC_Decode, 137, 24, 171, 2, // Opcode: t2SXTH +/* 4700 */ MCD_OPC_CheckPredicate, 43, 150, 13, 0, // Skip to: 8183 +/* 4705 */ MCD_OPC_Decode, 134, 24, 172, 2, // Opcode: t2SXTAH +/* 4710 */ MCD_OPC_FilterValue, 1, 140, 13, 0, // Skip to: 8183 +/* 4715 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 4718 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4740 +/* 4723 */ MCD_OPC_CheckPredicate, 45, 127, 13, 0, // Skip to: 8183 +/* 4728 */ MCD_OPC_CheckField, 12, 4, 15, 120, 13, 0, // Skip to: 8183 +/* 4735 */ MCD_OPC_Decode, 244, 22, 173, 2, // Opcode: t2QADD +/* 4740 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4762 +/* 4745 */ MCD_OPC_CheckPredicate, 45, 105, 13, 0, // Skip to: 8183 +/* 4750 */ MCD_OPC_CheckField, 12, 4, 15, 98, 13, 0, // Skip to: 8183 +/* 4757 */ MCD_OPC_Decode, 248, 22, 173, 2, // Opcode: t2QDADD +/* 4762 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4784 +/* 4767 */ MCD_OPC_CheckPredicate, 45, 83, 13, 0, // Skip to: 8183 +/* 4772 */ MCD_OPC_CheckField, 12, 4, 15, 76, 13, 0, // Skip to: 8183 +/* 4779 */ MCD_OPC_Decode, 251, 22, 173, 2, // Opcode: t2QSUB +/* 4784 */ MCD_OPC_FilterValue, 3, 66, 13, 0, // Skip to: 8183 +/* 4789 */ MCD_OPC_CheckPredicate, 45, 61, 13, 0, // Skip to: 8183 +/* 4794 */ MCD_OPC_CheckField, 12, 4, 15, 54, 13, 0, // Skip to: 8183 +/* 4801 */ MCD_OPC_Decode, 249, 22, 173, 2, // Opcode: t2QDSUB +/* 4806 */ MCD_OPC_FilterValue, 1, 44, 13, 0, // Skip to: 8183 +/* 4811 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 4814 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 4854 +/* 4819 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 4822 */ MCD_OPC_FilterValue, 15, 28, 13, 0, // Skip to: 8183 +/* 4827 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 4844 +/* 4832 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 4844 +/* 4839 */ MCD_OPC_Decode, 184, 24, 171, 2, // Opcode: t2UXTH +/* 4844 */ MCD_OPC_CheckPredicate, 43, 6, 13, 0, // Skip to: 8183 +/* 4849 */ MCD_OPC_Decode, 181, 24, 172, 2, // Opcode: t2UXTAH +/* 4854 */ MCD_OPC_FilterValue, 1, 252, 12, 0, // Skip to: 8183 +/* 4859 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 4862 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4884 +/* 4867 */ MCD_OPC_CheckPredicate, 38, 239, 12, 0, // Skip to: 8183 +/* 4872 */ MCD_OPC_CheckField, 12, 4, 15, 232, 12, 0, // Skip to: 8183 +/* 4879 */ MCD_OPC_Decode, 255, 22, 174, 2, // Opcode: t2REV +/* 4884 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4906 +/* 4889 */ MCD_OPC_CheckPredicate, 38, 217, 12, 0, // Skip to: 8183 +/* 4894 */ MCD_OPC_CheckField, 12, 4, 15, 210, 12, 0, // Skip to: 8183 +/* 4901 */ MCD_OPC_Decode, 128, 23, 174, 2, // Opcode: t2REV16 +/* 4906 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4928 +/* 4911 */ MCD_OPC_CheckPredicate, 38, 195, 12, 0, // Skip to: 8183 +/* 4916 */ MCD_OPC_CheckField, 12, 4, 15, 188, 12, 0, // Skip to: 8183 +/* 4923 */ MCD_OPC_Decode, 254, 22, 174, 2, // Opcode: t2RBIT +/* 4928 */ MCD_OPC_FilterValue, 3, 178, 12, 0, // Skip to: 8183 +/* 4933 */ MCD_OPC_CheckPredicate, 38, 173, 12, 0, // Skip to: 8183 +/* 4938 */ MCD_OPC_CheckField, 12, 4, 15, 166, 12, 0, // Skip to: 8183 +/* 4945 */ MCD_OPC_Decode, 129, 23, 174, 2, // Opcode: t2REVSH +/* 4950 */ MCD_OPC_FilterValue, 3, 156, 12, 0, // Skip to: 8183 +/* 4955 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 4958 */ MCD_OPC_FilterValue, 0, 98, 0, 0, // Skip to: 5061 +/* 4963 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 4966 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 5021 +/* 4971 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 4974 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5006 +/* 4979 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 4996 +/* 4984 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4996 +/* 4991 */ MCD_OPC_Decode, 221, 22, 170, 2, // Opcode: t2MUL +/* 4996 */ MCD_OPC_CheckPredicate, 38, 110, 12, 0, // Skip to: 8183 +/* 5001 */ MCD_OPC_Decode, 202, 22, 175, 2, // Opcode: t2MLA +/* 5006 */ MCD_OPC_FilterValue, 1, 100, 12, 0, // Skip to: 8183 +/* 5011 */ MCD_OPC_CheckPredicate, 38, 95, 12, 0, // Skip to: 8183 +/* 5016 */ MCD_OPC_Decode, 187, 23, 176, 2, // Opcode: t2SMULL +/* 5021 */ MCD_OPC_FilterValue, 1, 85, 12, 0, // Skip to: 8183 +/* 5026 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5029 */ MCD_OPC_FilterValue, 0, 77, 12, 0, // Skip to: 8183 +/* 5034 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 5051 +/* 5039 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5051 +/* 5046 */ MCD_OPC_Decode, 185, 23, 170, 2, // Opcode: t2SMULBB +/* 5051 */ MCD_OPC_CheckPredicate, 45, 55, 12, 0, // Skip to: 8183 +/* 5056 */ MCD_OPC_Decode, 158, 23, 175, 2, // Opcode: t2SMLABB +/* 5061 */ MCD_OPC_FilterValue, 1, 65, 0, 0, // Skip to: 5131 +/* 5066 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5069 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5091 +/* 5074 */ MCD_OPC_CheckPredicate, 38, 32, 12, 0, // Skip to: 8183 +/* 5079 */ MCD_OPC_CheckField, 23, 1, 0, 25, 12, 0, // Skip to: 8183 +/* 5086 */ MCD_OPC_Decode, 203, 22, 175, 2, // Opcode: t2MLS +/* 5091 */ MCD_OPC_FilterValue, 1, 15, 12, 0, // Skip to: 8183 +/* 5096 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5099 */ MCD_OPC_FilterValue, 0, 7, 12, 0, // Skip to: 8183 +/* 5104 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 5121 +/* 5109 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5121 +/* 5116 */ MCD_OPC_Decode, 186, 23, 170, 2, // Opcode: t2SMULBT +/* 5121 */ MCD_OPC_CheckPredicate, 45, 241, 11, 0, // Skip to: 8183 +/* 5126 */ MCD_OPC_Decode, 159, 23, 175, 2, // Opcode: t2SMLABT +/* 5131 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 5179 +/* 5136 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5139 */ MCD_OPC_FilterValue, 1, 223, 11, 0, // Skip to: 8183 +/* 5144 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5147 */ MCD_OPC_FilterValue, 0, 215, 11, 0, // Skip to: 8183 +/* 5152 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 5169 +/* 5157 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5169 +/* 5164 */ MCD_OPC_Decode, 188, 23, 170, 2, // Opcode: t2SMULTB +/* 5169 */ MCD_OPC_CheckPredicate, 45, 193, 11, 0, // Skip to: 8183 +/* 5174 */ MCD_OPC_Decode, 169, 23, 175, 2, // Opcode: t2SMLATB +/* 5179 */ MCD_OPC_FilterValue, 3, 43, 0, 0, // Skip to: 5227 +/* 5184 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5187 */ MCD_OPC_FilterValue, 1, 175, 11, 0, // Skip to: 8183 +/* 5192 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5195 */ MCD_OPC_FilterValue, 0, 167, 11, 0, // Skip to: 8183 +/* 5200 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 5217 +/* 5205 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5217 +/* 5212 */ MCD_OPC_Decode, 189, 23, 170, 2, // Opcode: t2SMULTT +/* 5217 */ MCD_OPC_CheckPredicate, 45, 145, 11, 0, // Skip to: 8183 +/* 5222 */ MCD_OPC_Decode, 170, 23, 175, 2, // Opcode: t2SMLATT +/* 5227 */ MCD_OPC_FilterValue, 15, 135, 11, 0, // Skip to: 8183 +/* 5232 */ MCD_OPC_CheckPredicate, 55, 130, 11, 0, // Skip to: 8183 +/* 5237 */ MCD_OPC_CheckField, 23, 1, 1, 123, 11, 0, // Skip to: 8183 +/* 5244 */ MCD_OPC_CheckField, 20, 1, 1, 116, 11, 0, // Skip to: 8183 +/* 5251 */ MCD_OPC_CheckField, 12, 4, 15, 109, 11, 0, // Skip to: 8183 +/* 5258 */ MCD_OPC_Decode, 147, 23, 170, 2, // Opcode: t2SDIV +/* 5263 */ MCD_OPC_FilterValue, 1, 129, 4, 0, // Skip to: 6421 +/* 5268 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... +/* 5271 */ MCD_OPC_FilterValue, 0, 82, 1, 0, // Skip to: 5614 +/* 5276 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5279 */ MCD_OPC_FilterValue, 0, 125, 0, 0, // Skip to: 5409 +/* 5284 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5287 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 5394 +/* 5292 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 5295 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5317 +/* 5300 */ MCD_OPC_CheckPredicate, 38, 62, 11, 0, // Skip to: 8183 +/* 5305 */ MCD_OPC_CheckField, 6, 4, 0, 55, 11, 0, // Skip to: 8183 +/* 5312 */ MCD_OPC_Decode, 248, 23, 160, 2, // Opcode: t2STRHs +/* 5317 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 5339 +/* 5322 */ MCD_OPC_CheckPredicate, 38, 40, 11, 0, // Skip to: 8183 +/* 5327 */ MCD_OPC_CheckField, 8, 1, 1, 33, 11, 0, // Skip to: 8183 +/* 5334 */ MCD_OPC_Decode, 244, 23, 161, 2, // Opcode: t2STRH_POST +/* 5339 */ MCD_OPC_FilterValue, 3, 23, 11, 0, // Skip to: 8183 +/* 5344 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 5347 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5379 +/* 5352 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 5369 +/* 5357 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 5369 +/* 5364 */ MCD_OPC_Decode, 243, 23, 162, 2, // Opcode: t2STRHT +/* 5369 */ MCD_OPC_CheckPredicate, 38, 249, 10, 0, // Skip to: 8183 +/* 5374 */ MCD_OPC_Decode, 247, 23, 163, 2, // Opcode: t2STRHi8 +/* 5379 */ MCD_OPC_FilterValue, 1, 239, 10, 0, // Skip to: 8183 +/* 5384 */ MCD_OPC_CheckPredicate, 38, 234, 10, 0, // Skip to: 8183 +/* 5389 */ MCD_OPC_Decode, 245, 23, 161, 2, // Opcode: t2STRH_PRE +/* 5394 */ MCD_OPC_FilterValue, 1, 224, 10, 0, // Skip to: 8183 +/* 5399 */ MCD_OPC_CheckPredicate, 38, 219, 10, 0, // Skip to: 8183 +/* 5404 */ MCD_OPC_Decode, 246, 23, 164, 2, // Opcode: t2STRHi12 +/* 5409 */ MCD_OPC_FilterValue, 1, 209, 10, 0, // Skip to: 8183 +/* 5414 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5417 */ MCD_OPC_FilterValue, 0, 143, 0, 0, // Skip to: 5565 +/* 5422 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 5425 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 5465 +/* 5430 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... +/* 5433 */ MCD_OPC_FilterValue, 0, 159, 0, 0, // Skip to: 5597 +/* 5438 */ MCD_OPC_CheckPredicate, 56, 12, 0, 0, // Skip to: 5455 +/* 5443 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5455 +/* 5450 */ MCD_OPC_Decode, 235, 22, 165, 2, // Opcode: t2PLDWs +/* 5455 */ MCD_OPC_CheckPredicate, 38, 137, 0, 0, // Skip to: 5597 +/* 5460 */ MCD_OPC_Decode, 172, 22, 165, 2, // Opcode: t2LDRHs +/* 5465 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 5487 +/* 5470 */ MCD_OPC_CheckPredicate, 38, 122, 0, 0, // Skip to: 5597 +/* 5475 */ MCD_OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 5597 +/* 5482 */ MCD_OPC_Decode, 167, 22, 161, 2, // Opcode: t2LDRH_POST +/* 5487 */ MCD_OPC_FilterValue, 3, 105, 0, 0, // Skip to: 5597 +/* 5492 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 5495 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 5550 +/* 5500 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... +/* 5503 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5525 +/* 5508 */ MCD_OPC_CheckPredicate, 56, 27, 0, 0, // Skip to: 5540 +/* 5513 */ MCD_OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 5540 +/* 5520 */ MCD_OPC_Decode, 234, 22, 166, 2, // Opcode: t2PLDWi8 +/* 5525 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5540 +/* 5530 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 5540 +/* 5535 */ MCD_OPC_Decode, 166, 22, 167, 2, // Opcode: t2LDRHT +/* 5540 */ MCD_OPC_CheckPredicate, 38, 52, 0, 0, // Skip to: 5597 +/* 5545 */ MCD_OPC_Decode, 170, 22, 166, 2, // Opcode: t2LDRHi8 +/* 5550 */ MCD_OPC_FilterValue, 1, 42, 0, 0, // Skip to: 5597 +/* 5555 */ MCD_OPC_CheckPredicate, 38, 37, 0, 0, // Skip to: 5597 +/* 5560 */ MCD_OPC_Decode, 168, 22, 161, 2, // Opcode: t2LDRH_PRE +/* 5565 */ MCD_OPC_FilterValue, 1, 27, 0, 0, // Skip to: 5597 +/* 5570 */ MCD_OPC_CheckPredicate, 56, 12, 0, 0, // Skip to: 5587 +/* 5575 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5587 +/* 5582 */ MCD_OPC_Decode, 233, 22, 168, 2, // Opcode: t2PLDWi12 +/* 5587 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 5597 +/* 5592 */ MCD_OPC_Decode, 169, 22, 168, 2, // Opcode: t2LDRHi12 +/* 5597 */ MCD_OPC_CheckPredicate, 38, 21, 10, 0, // Skip to: 8183 +/* 5602 */ MCD_OPC_CheckField, 16, 4, 15, 14, 10, 0, // Skip to: 8183 +/* 5609 */ MCD_OPC_Decode, 171, 22, 169, 2, // Opcode: t2LDRHpci +/* 5614 */ MCD_OPC_FilterValue, 1, 150, 0, 0, // Skip to: 5769 +/* 5619 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 5622 */ MCD_OPC_FilterValue, 1, 252, 9, 0, // Skip to: 8183 +/* 5627 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5630 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 5737 +/* 5635 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 5638 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5660 +/* 5643 */ MCD_OPC_CheckPredicate, 38, 104, 0, 0, // Skip to: 5752 +/* 5648 */ MCD_OPC_CheckField, 6, 4, 0, 97, 0, 0, // Skip to: 5752 +/* 5655 */ MCD_OPC_Decode, 186, 22, 165, 2, // Opcode: t2LDRSHs +/* 5660 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 5682 +/* 5665 */ MCD_OPC_CheckPredicate, 38, 82, 0, 0, // Skip to: 5752 +/* 5670 */ MCD_OPC_CheckField, 8, 1, 1, 75, 0, 0, // Skip to: 5752 +/* 5677 */ MCD_OPC_Decode, 181, 22, 161, 2, // Opcode: t2LDRSH_POST +/* 5682 */ MCD_OPC_FilterValue, 3, 65, 0, 0, // Skip to: 5752 +/* 5687 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 5690 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5722 +/* 5695 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 5712 +/* 5700 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 5712 +/* 5707 */ MCD_OPC_Decode, 180, 22, 167, 2, // Opcode: t2LDRSHT +/* 5712 */ MCD_OPC_CheckPredicate, 38, 35, 0, 0, // Skip to: 5752 +/* 5717 */ MCD_OPC_Decode, 184, 22, 166, 2, // Opcode: t2LDRSHi8 +/* 5722 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 5752 +/* 5727 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 5752 +/* 5732 */ MCD_OPC_Decode, 182, 22, 161, 2, // Opcode: t2LDRSH_PRE +/* 5737 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5752 +/* 5742 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 5752 +/* 5747 */ MCD_OPC_Decode, 183, 22, 168, 2, // Opcode: t2LDRSHi12 +/* 5752 */ MCD_OPC_CheckPredicate, 38, 122, 9, 0, // Skip to: 8183 +/* 5757 */ MCD_OPC_CheckField, 16, 4, 15, 115, 9, 0, // Skip to: 8183 +/* 5764 */ MCD_OPC_Decode, 185, 22, 169, 2, // Opcode: t2LDRSHpci +/* 5769 */ MCD_OPC_FilterValue, 2, 156, 1, 0, // Skip to: 6186 +/* 5774 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 5777 */ MCD_OPC_FilterValue, 0, 242, 0, 0, // Skip to: 6024 +/* 5782 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 5785 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 5844 +/* 5790 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 5793 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5815 +/* 5798 */ MCD_OPC_CheckPredicate, 38, 76, 9, 0, // Skip to: 8183 +/* 5803 */ MCD_OPC_CheckField, 12, 4, 15, 69, 9, 0, // Skip to: 8183 +/* 5810 */ MCD_OPC_Decode, 197, 22, 239, 1, // Opcode: t2LSRrr +/* 5815 */ MCD_OPC_FilterValue, 1, 59, 9, 0, // Skip to: 8183 +/* 5820 */ MCD_OPC_CheckPredicate, 45, 54, 9, 0, // Skip to: 8183 +/* 5825 */ MCD_OPC_CheckField, 20, 1, 0, 47, 9, 0, // Skip to: 8183 +/* 5832 */ MCD_OPC_CheckField, 12, 4, 15, 40, 9, 0, // Skip to: 8183 +/* 5839 */ MCD_OPC_Decode, 142, 23, 170, 2, // Opcode: t2SASX +/* 5844 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 5880 +/* 5849 */ MCD_OPC_CheckPredicate, 45, 25, 9, 0, // Skip to: 8183 +/* 5854 */ MCD_OPC_CheckField, 23, 1, 1, 18, 9, 0, // Skip to: 8183 +/* 5861 */ MCD_OPC_CheckField, 20, 1, 0, 11, 9, 0, // Skip to: 8183 +/* 5868 */ MCD_OPC_CheckField, 12, 4, 15, 4, 9, 0, // Skip to: 8183 +/* 5875 */ MCD_OPC_Decode, 247, 22, 170, 2, // Opcode: t2QASX +/* 5880 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 5916 +/* 5885 */ MCD_OPC_CheckPredicate, 45, 245, 8, 0, // Skip to: 8183 +/* 5890 */ MCD_OPC_CheckField, 23, 1, 1, 238, 8, 0, // Skip to: 8183 +/* 5897 */ MCD_OPC_CheckField, 20, 1, 0, 231, 8, 0, // Skip to: 8183 +/* 5904 */ MCD_OPC_CheckField, 12, 4, 15, 224, 8, 0, // Skip to: 8183 +/* 5911 */ MCD_OPC_Decode, 153, 23, 170, 2, // Opcode: t2SHASX +/* 5916 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 5952 +/* 5921 */ MCD_OPC_CheckPredicate, 45, 209, 8, 0, // Skip to: 8183 +/* 5926 */ MCD_OPC_CheckField, 23, 1, 1, 202, 8, 0, // Skip to: 8183 +/* 5933 */ MCD_OPC_CheckField, 20, 1, 0, 195, 8, 0, // Skip to: 8183 +/* 5940 */ MCD_OPC_CheckField, 12, 4, 15, 188, 8, 0, // Skip to: 8183 +/* 5947 */ MCD_OPC_Decode, 153, 24, 170, 2, // Opcode: t2UASX +/* 5952 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 5988 +/* 5957 */ MCD_OPC_CheckPredicate, 45, 173, 8, 0, // Skip to: 8183 +/* 5962 */ MCD_OPC_CheckField, 23, 1, 1, 166, 8, 0, // Skip to: 8183 +/* 5969 */ MCD_OPC_CheckField, 20, 1, 0, 159, 8, 0, // Skip to: 8183 +/* 5976 */ MCD_OPC_CheckField, 12, 4, 15, 152, 8, 0, // Skip to: 8183 +/* 5983 */ MCD_OPC_Decode, 168, 24, 170, 2, // Opcode: t2UQASX +/* 5988 */ MCD_OPC_FilterValue, 6, 142, 8, 0, // Skip to: 8183 +/* 5993 */ MCD_OPC_CheckPredicate, 45, 137, 8, 0, // Skip to: 8183 +/* 5998 */ MCD_OPC_CheckField, 23, 1, 1, 130, 8, 0, // Skip to: 8183 +/* 6005 */ MCD_OPC_CheckField, 20, 1, 0, 123, 8, 0, // Skip to: 8183 +/* 6012 */ MCD_OPC_CheckField, 12, 4, 15, 116, 8, 0, // Skip to: 8183 +/* 6019 */ MCD_OPC_Decode, 159, 24, 170, 2, // Opcode: t2UHASX +/* 6024 */ MCD_OPC_FilterValue, 1, 106, 8, 0, // Skip to: 8183 +/* 6029 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6032 */ MCD_OPC_FilterValue, 0, 72, 0, 0, // Skip to: 6109 +/* 6037 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6040 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6080 +/* 6045 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 6048 */ MCD_OPC_FilterValue, 15, 82, 8, 0, // Skip to: 8183 +/* 6053 */ MCD_OPC_CheckPredicate, 43, 12, 0, 0, // Skip to: 6070 +/* 6058 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 6070 +/* 6065 */ MCD_OPC_Decode, 136, 24, 171, 2, // Opcode: t2SXTB16 +/* 6070 */ MCD_OPC_CheckPredicate, 43, 60, 8, 0, // Skip to: 8183 +/* 6075 */ MCD_OPC_Decode, 133, 24, 172, 2, // Opcode: t2SXTAB16 +/* 6080 */ MCD_OPC_FilterValue, 1, 50, 8, 0, // Skip to: 8183 +/* 6085 */ MCD_OPC_CheckPredicate, 45, 45, 8, 0, // Skip to: 8183 +/* 6090 */ MCD_OPC_CheckField, 12, 4, 15, 38, 8, 0, // Skip to: 8183 +/* 6097 */ MCD_OPC_CheckField, 4, 3, 0, 31, 8, 0, // Skip to: 8183 +/* 6104 */ MCD_OPC_Decode, 148, 23, 177, 2, // Opcode: t2SEL +/* 6109 */ MCD_OPC_FilterValue, 1, 21, 8, 0, // Skip to: 8183 +/* 6114 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6117 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6157 +/* 6122 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 6125 */ MCD_OPC_FilterValue, 15, 5, 8, 0, // Skip to: 8183 +/* 6130 */ MCD_OPC_CheckPredicate, 43, 12, 0, 0, // Skip to: 6147 +/* 6135 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 6147 +/* 6142 */ MCD_OPC_Decode, 183, 24, 171, 2, // Opcode: t2UXTB16 +/* 6147 */ MCD_OPC_CheckPredicate, 43, 239, 7, 0, // Skip to: 8183 +/* 6152 */ MCD_OPC_Decode, 180, 24, 172, 2, // Opcode: t2UXTAB16 +/* 6157 */ MCD_OPC_FilterValue, 1, 229, 7, 0, // Skip to: 8183 +/* 6162 */ MCD_OPC_CheckPredicate, 38, 224, 7, 0, // Skip to: 8183 +/* 6167 */ MCD_OPC_CheckField, 12, 4, 15, 217, 7, 0, // Skip to: 8183 +/* 6174 */ MCD_OPC_CheckField, 4, 3, 0, 210, 7, 0, // Skip to: 8183 +/* 6181 */ MCD_OPC_Decode, 222, 21, 174, 2, // Opcode: t2CLZ +/* 6186 */ MCD_OPC_FilterValue, 3, 200, 7, 0, // Skip to: 8183 +/* 6191 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 6194 */ MCD_OPC_FilterValue, 0, 98, 0, 0, // Skip to: 6297 +/* 6199 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6202 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 6257 +/* 6207 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6210 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6242 +/* 6215 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 6232 +/* 6220 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6232 +/* 6227 */ MCD_OPC_Decode, 183, 23, 170, 2, // Opcode: t2SMUAD +/* 6232 */ MCD_OPC_CheckPredicate, 45, 154, 7, 0, // Skip to: 8183 +/* 6237 */ MCD_OPC_Decode, 160, 23, 175, 2, // Opcode: t2SMLAD +/* 6242 */ MCD_OPC_FilterValue, 1, 144, 7, 0, // Skip to: 8183 +/* 6247 */ MCD_OPC_CheckPredicate, 38, 139, 7, 0, // Skip to: 8183 +/* 6252 */ MCD_OPC_Decode, 165, 24, 176, 2, // Opcode: t2UMULL +/* 6257 */ MCD_OPC_FilterValue, 1, 129, 7, 0, // Skip to: 8183 +/* 6262 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6265 */ MCD_OPC_FilterValue, 0, 121, 7, 0, // Skip to: 8183 +/* 6270 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 6287 +/* 6275 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6287 +/* 6282 */ MCD_OPC_Decode, 190, 23, 170, 2, // Opcode: t2SMULWB +/* 6287 */ MCD_OPC_CheckPredicate, 45, 99, 7, 0, // Skip to: 8183 +/* 6292 */ MCD_OPC_Decode, 171, 23, 175, 2, // Opcode: t2SMLAWB +/* 6297 */ MCD_OPC_FilterValue, 1, 83, 0, 0, // Skip to: 6385 +/* 6302 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6305 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6345 +/* 6310 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6313 */ MCD_OPC_FilterValue, 0, 73, 7, 0, // Skip to: 8183 +/* 6318 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 6335 +/* 6323 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6335 +/* 6330 */ MCD_OPC_Decode, 184, 23, 170, 2, // Opcode: t2SMUADX +/* 6335 */ MCD_OPC_CheckPredicate, 45, 51, 7, 0, // Skip to: 8183 +/* 6340 */ MCD_OPC_Decode, 161, 23, 175, 2, // Opcode: t2SMLADX +/* 6345 */ MCD_OPC_FilterValue, 1, 41, 7, 0, // Skip to: 8183 +/* 6350 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6353 */ MCD_OPC_FilterValue, 0, 33, 7, 0, // Skip to: 8183 +/* 6358 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 6375 +/* 6363 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6375 +/* 6370 */ MCD_OPC_Decode, 191, 23, 170, 2, // Opcode: t2SMULWT +/* 6375 */ MCD_OPC_CheckPredicate, 45, 11, 7, 0, // Skip to: 8183 +/* 6380 */ MCD_OPC_Decode, 172, 23, 175, 2, // Opcode: t2SMLAWT +/* 6385 */ MCD_OPC_FilterValue, 15, 1, 7, 0, // Skip to: 8183 +/* 6390 */ MCD_OPC_CheckPredicate, 55, 252, 6, 0, // Skip to: 8183 +/* 6395 */ MCD_OPC_CheckField, 23, 1, 1, 245, 6, 0, // Skip to: 8183 +/* 6402 */ MCD_OPC_CheckField, 20, 1, 1, 238, 6, 0, // Skip to: 8183 +/* 6409 */ MCD_OPC_CheckField, 12, 4, 15, 231, 6, 0, // Skip to: 8183 +/* 6416 */ MCD_OPC_Decode, 156, 24, 170, 2, // Opcode: t2UDIV +/* 6421 */ MCD_OPC_FilterValue, 2, 107, 5, 0, // Skip to: 7813 +/* 6426 */ MCD_OPC_ExtractField, 24, 3, // Inst{26-24} ... +/* 6429 */ MCD_OPC_FilterValue, 0, 24, 1, 0, // Skip to: 6714 +/* 6434 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6437 */ MCD_OPC_FilterValue, 0, 125, 0, 0, // Skip to: 6567 +/* 6442 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6445 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 6552 +/* 6450 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 6453 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6475 +/* 6458 */ MCD_OPC_CheckPredicate, 38, 184, 6, 0, // Skip to: 8183 +/* 6463 */ MCD_OPC_CheckField, 6, 4, 0, 177, 6, 0, // Skip to: 8183 +/* 6470 */ MCD_OPC_Decode, 254, 23, 178, 2, // Opcode: t2STRs +/* 6475 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 6497 +/* 6480 */ MCD_OPC_CheckPredicate, 38, 162, 6, 0, // Skip to: 8183 +/* 6485 */ MCD_OPC_CheckField, 8, 1, 1, 155, 6, 0, // Skip to: 8183 +/* 6492 */ MCD_OPC_Decode, 250, 23, 161, 2, // Opcode: t2STR_POST +/* 6497 */ MCD_OPC_FilterValue, 3, 145, 6, 0, // Skip to: 8183 +/* 6502 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 6505 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6537 +/* 6510 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 6527 +/* 6515 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 6527 +/* 6522 */ MCD_OPC_Decode, 249, 23, 162, 2, // Opcode: t2STRT +/* 6527 */ MCD_OPC_CheckPredicate, 38, 115, 6, 0, // Skip to: 8183 +/* 6532 */ MCD_OPC_Decode, 253, 23, 179, 2, // Opcode: t2STRi8 +/* 6537 */ MCD_OPC_FilterValue, 1, 105, 6, 0, // Skip to: 8183 +/* 6542 */ MCD_OPC_CheckPredicate, 38, 100, 6, 0, // Skip to: 8183 +/* 6547 */ MCD_OPC_Decode, 251, 23, 161, 2, // Opcode: t2STR_PRE +/* 6552 */ MCD_OPC_FilterValue, 1, 90, 6, 0, // Skip to: 8183 +/* 6557 */ MCD_OPC_CheckPredicate, 38, 85, 6, 0, // Skip to: 8183 +/* 6562 */ MCD_OPC_Decode, 252, 23, 180, 2, // Opcode: t2STRi12 +/* 6567 */ MCD_OPC_FilterValue, 1, 75, 6, 0, // Skip to: 8183 +/* 6572 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6575 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 6682 +/* 6580 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... +/* 6583 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6605 +/* 6588 */ MCD_OPC_CheckPredicate, 38, 104, 0, 0, // Skip to: 6697 +/* 6593 */ MCD_OPC_CheckField, 6, 4, 0, 97, 0, 0, // Skip to: 6697 +/* 6600 */ MCD_OPC_Decode, 193, 22, 165, 2, // Opcode: t2LDRs +/* 6605 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 6627 +/* 6610 */ MCD_OPC_CheckPredicate, 38, 82, 0, 0, // Skip to: 6697 +/* 6615 */ MCD_OPC_CheckField, 8, 1, 1, 75, 0, 0, // Skip to: 6697 +/* 6622 */ MCD_OPC_Decode, 188, 22, 161, 2, // Opcode: t2LDR_POST +/* 6627 */ MCD_OPC_FilterValue, 3, 65, 0, 0, // Skip to: 6697 +/* 6632 */ MCD_OPC_ExtractField, 8, 1, // Inst{8} ... +/* 6635 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6667 +/* 6640 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 6657 +/* 6645 */ MCD_OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 6657 +/* 6652 */ MCD_OPC_Decode, 187, 22, 167, 2, // Opcode: t2LDRT +/* 6657 */ MCD_OPC_CheckPredicate, 38, 35, 0, 0, // Skip to: 6697 +/* 6662 */ MCD_OPC_Decode, 191, 22, 166, 2, // Opcode: t2LDRi8 +/* 6667 */ MCD_OPC_FilterValue, 1, 25, 0, 0, // Skip to: 6697 +/* 6672 */ MCD_OPC_CheckPredicate, 38, 20, 0, 0, // Skip to: 6697 +/* 6677 */ MCD_OPC_Decode, 189, 22, 161, 2, // Opcode: t2LDR_PRE +/* 6682 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 6697 +/* 6687 */ MCD_OPC_CheckPredicate, 38, 5, 0, 0, // Skip to: 6697 +/* 6692 */ MCD_OPC_Decode, 190, 22, 168, 2, // Opcode: t2LDRi12 +/* 6697 */ MCD_OPC_CheckPredicate, 38, 201, 5, 0, // Skip to: 8183 +/* 6702 */ MCD_OPC_CheckField, 16, 4, 15, 194, 5, 0, // Skip to: 8183 +/* 6709 */ MCD_OPC_Decode, 192, 22, 169, 2, // Opcode: t2LDRpci +/* 6714 */ MCD_OPC_FilterValue, 2, 163, 2, 0, // Skip to: 7394 +/* 6719 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 6722 */ MCD_OPC_FilterValue, 0, 159, 1, 0, // Skip to: 7142 +/* 6727 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 6730 */ MCD_OPC_FilterValue, 0, 77, 0, 0, // Skip to: 6812 +/* 6735 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 6738 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6760 +/* 6743 */ MCD_OPC_CheckPredicate, 38, 155, 5, 0, // Skip to: 8183 +/* 6748 */ MCD_OPC_CheckField, 12, 4, 15, 148, 5, 0, // Skip to: 8183 +/* 6755 */ MCD_OPC_Decode, 210, 21, 239, 1, // Opcode: t2ASRrr +/* 6760 */ MCD_OPC_FilterValue, 1, 138, 5, 0, // Skip to: 8183 +/* 6765 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6768 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6790 +/* 6773 */ MCD_OPC_CheckPredicate, 45, 125, 5, 0, // Skip to: 8183 +/* 6778 */ MCD_OPC_CheckField, 12, 4, 15, 118, 5, 0, // Skip to: 8183 +/* 6785 */ MCD_OPC_Decode, 202, 23, 170, 2, // Opcode: t2SSUB8 +/* 6790 */ MCD_OPC_FilterValue, 1, 108, 5, 0, // Skip to: 8183 +/* 6795 */ MCD_OPC_CheckPredicate, 45, 103, 5, 0, // Skip to: 8183 +/* 6800 */ MCD_OPC_CheckField, 12, 4, 15, 96, 5, 0, // Skip to: 8183 +/* 6807 */ MCD_OPC_Decode, 201, 23, 170, 2, // Opcode: t2SSUB16 +/* 6812 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 6878 +/* 6817 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6820 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 6849 +/* 6825 */ MCD_OPC_CheckPredicate, 45, 73, 5, 0, // Skip to: 8183 +/* 6830 */ MCD_OPC_CheckField, 23, 1, 1, 66, 5, 0, // Skip to: 8183 +/* 6837 */ MCD_OPC_CheckField, 12, 4, 15, 59, 5, 0, // Skip to: 8183 +/* 6844 */ MCD_OPC_Decode, 253, 22, 170, 2, // Opcode: t2QSUB8 +/* 6849 */ MCD_OPC_FilterValue, 1, 49, 5, 0, // Skip to: 8183 +/* 6854 */ MCD_OPC_CheckPredicate, 45, 44, 5, 0, // Skip to: 8183 +/* 6859 */ MCD_OPC_CheckField, 23, 1, 1, 37, 5, 0, // Skip to: 8183 +/* 6866 */ MCD_OPC_CheckField, 12, 4, 15, 30, 5, 0, // Skip to: 8183 +/* 6873 */ MCD_OPC_Decode, 252, 22, 170, 2, // Opcode: t2QSUB16 +/* 6878 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 6944 +/* 6883 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6886 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 6915 +/* 6891 */ MCD_OPC_CheckPredicate, 45, 7, 5, 0, // Skip to: 8183 +/* 6896 */ MCD_OPC_CheckField, 23, 1, 1, 0, 5, 0, // Skip to: 8183 +/* 6903 */ MCD_OPC_CheckField, 12, 4, 15, 249, 4, 0, // Skip to: 8183 +/* 6910 */ MCD_OPC_Decode, 156, 23, 170, 2, // Opcode: t2SHSUB8 +/* 6915 */ MCD_OPC_FilterValue, 1, 239, 4, 0, // Skip to: 8183 +/* 6920 */ MCD_OPC_CheckPredicate, 45, 234, 4, 0, // Skip to: 8183 +/* 6925 */ MCD_OPC_CheckField, 23, 1, 1, 227, 4, 0, // Skip to: 8183 +/* 6932 */ MCD_OPC_CheckField, 12, 4, 15, 220, 4, 0, // Skip to: 8183 +/* 6939 */ MCD_OPC_Decode, 155, 23, 170, 2, // Opcode: t2SHSUB16 +/* 6944 */ MCD_OPC_FilterValue, 4, 61, 0, 0, // Skip to: 7010 +/* 6949 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 6952 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 6981 +/* 6957 */ MCD_OPC_CheckPredicate, 45, 197, 4, 0, // Skip to: 8183 +/* 6962 */ MCD_OPC_CheckField, 23, 1, 1, 190, 4, 0, // Skip to: 8183 +/* 6969 */ MCD_OPC_CheckField, 12, 4, 15, 183, 4, 0, // Skip to: 8183 +/* 6976 */ MCD_OPC_Decode, 178, 24, 170, 2, // Opcode: t2USUB8 +/* 6981 */ MCD_OPC_FilterValue, 1, 173, 4, 0, // Skip to: 8183 +/* 6986 */ MCD_OPC_CheckPredicate, 45, 168, 4, 0, // Skip to: 8183 +/* 6991 */ MCD_OPC_CheckField, 23, 1, 1, 161, 4, 0, // Skip to: 8183 +/* 6998 */ MCD_OPC_CheckField, 12, 4, 15, 154, 4, 0, // Skip to: 8183 +/* 7005 */ MCD_OPC_Decode, 177, 24, 170, 2, // Opcode: t2USUB16 +/* 7010 */ MCD_OPC_FilterValue, 5, 61, 0, 0, // Skip to: 7076 +/* 7015 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7018 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7047 +/* 7023 */ MCD_OPC_CheckPredicate, 45, 131, 4, 0, // Skip to: 8183 +/* 7028 */ MCD_OPC_CheckField, 23, 1, 1, 124, 4, 0, // Skip to: 8183 +/* 7035 */ MCD_OPC_CheckField, 12, 4, 15, 117, 4, 0, // Skip to: 8183 +/* 7042 */ MCD_OPC_Decode, 171, 24, 170, 2, // Opcode: t2UQSUB8 +/* 7047 */ MCD_OPC_FilterValue, 1, 107, 4, 0, // Skip to: 8183 +/* 7052 */ MCD_OPC_CheckPredicate, 45, 102, 4, 0, // Skip to: 8183 +/* 7057 */ MCD_OPC_CheckField, 23, 1, 1, 95, 4, 0, // Skip to: 8183 +/* 7064 */ MCD_OPC_CheckField, 12, 4, 15, 88, 4, 0, // Skip to: 8183 +/* 7071 */ MCD_OPC_Decode, 170, 24, 170, 2, // Opcode: t2UQSUB16 +/* 7076 */ MCD_OPC_FilterValue, 6, 78, 4, 0, // Skip to: 8183 +/* 7081 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7084 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7113 +/* 7089 */ MCD_OPC_CheckPredicate, 45, 65, 4, 0, // Skip to: 8183 +/* 7094 */ MCD_OPC_CheckField, 23, 1, 1, 58, 4, 0, // Skip to: 8183 +/* 7101 */ MCD_OPC_CheckField, 12, 4, 15, 51, 4, 0, // Skip to: 8183 +/* 7108 */ MCD_OPC_Decode, 162, 24, 170, 2, // Opcode: t2UHSUB8 +/* 7113 */ MCD_OPC_FilterValue, 1, 41, 4, 0, // Skip to: 8183 +/* 7118 */ MCD_OPC_CheckPredicate, 45, 36, 4, 0, // Skip to: 8183 +/* 7123 */ MCD_OPC_CheckField, 23, 1, 1, 29, 4, 0, // Skip to: 8183 +/* 7130 */ MCD_OPC_CheckField, 12, 4, 15, 22, 4, 0, // Skip to: 8183 +/* 7137 */ MCD_OPC_Decode, 161, 24, 170, 2, // Opcode: t2UHSUB16 +/* 7142 */ MCD_OPC_FilterValue, 1, 12, 4, 0, // Skip to: 8183 +/* 7147 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7150 */ MCD_OPC_FilterValue, 0, 117, 0, 0, // Skip to: 7272 +/* 7155 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7158 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7198 +/* 7163 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 7166 */ MCD_OPC_FilterValue, 15, 244, 3, 0, // Skip to: 8183 +/* 7171 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 7188 +/* 7176 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 7188 +/* 7183 */ MCD_OPC_Decode, 135, 24, 171, 2, // Opcode: t2SXTB +/* 7188 */ MCD_OPC_CheckPredicate, 43, 222, 3, 0, // Skip to: 8183 +/* 7193 */ MCD_OPC_Decode, 132, 24, 172, 2, // Opcode: t2SXTAB +/* 7198 */ MCD_OPC_FilterValue, 1, 212, 3, 0, // Skip to: 8183 +/* 7203 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 7206 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7228 +/* 7211 */ MCD_OPC_CheckPredicate, 57, 199, 3, 0, // Skip to: 8183 +/* 7216 */ MCD_OPC_CheckField, 12, 4, 15, 192, 3, 0, // Skip to: 8183 +/* 7223 */ MCD_OPC_Decode, 232, 21, 170, 2, // Opcode: t2CRC32B +/* 7228 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 7250 +/* 7233 */ MCD_OPC_CheckPredicate, 57, 177, 3, 0, // Skip to: 8183 +/* 7238 */ MCD_OPC_CheckField, 12, 4, 15, 170, 3, 0, // Skip to: 8183 +/* 7245 */ MCD_OPC_Decode, 236, 21, 170, 2, // Opcode: t2CRC32H +/* 7250 */ MCD_OPC_FilterValue, 2, 160, 3, 0, // Skip to: 8183 +/* 7255 */ MCD_OPC_CheckPredicate, 57, 155, 3, 0, // Skip to: 8183 +/* 7260 */ MCD_OPC_CheckField, 12, 4, 15, 148, 3, 0, // Skip to: 8183 +/* 7267 */ MCD_OPC_Decode, 237, 21, 170, 2, // Opcode: t2CRC32W +/* 7272 */ MCD_OPC_FilterValue, 1, 138, 3, 0, // Skip to: 8183 +/* 7277 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7280 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7320 +/* 7285 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... +/* 7288 */ MCD_OPC_FilterValue, 15, 122, 3, 0, // Skip to: 8183 +/* 7293 */ MCD_OPC_CheckPredicate, 38, 12, 0, 0, // Skip to: 7310 +/* 7298 */ MCD_OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 7310 +/* 7305 */ MCD_OPC_Decode, 182, 24, 171, 2, // Opcode: t2UXTB +/* 7310 */ MCD_OPC_CheckPredicate, 43, 100, 3, 0, // Skip to: 8183 +/* 7315 */ MCD_OPC_Decode, 179, 24, 172, 2, // Opcode: t2UXTAB +/* 7320 */ MCD_OPC_FilterValue, 1, 90, 3, 0, // Skip to: 8183 +/* 7325 */ MCD_OPC_ExtractField, 4, 3, // Inst{6-4} ... +/* 7328 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7350 +/* 7333 */ MCD_OPC_CheckPredicate, 57, 77, 3, 0, // Skip to: 8183 +/* 7338 */ MCD_OPC_CheckField, 12, 4, 15, 70, 3, 0, // Skip to: 8183 +/* 7345 */ MCD_OPC_Decode, 233, 21, 170, 2, // Opcode: t2CRC32CB +/* 7350 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 7372 +/* 7355 */ MCD_OPC_CheckPredicate, 57, 55, 3, 0, // Skip to: 8183 +/* 7360 */ MCD_OPC_CheckField, 12, 4, 15, 48, 3, 0, // Skip to: 8183 +/* 7367 */ MCD_OPC_Decode, 234, 21, 170, 2, // Opcode: t2CRC32CH +/* 7372 */ MCD_OPC_FilterValue, 2, 38, 3, 0, // Skip to: 8183 +/* 7377 */ MCD_OPC_CheckPredicate, 57, 33, 3, 0, // Skip to: 8183 +/* 7382 */ MCD_OPC_CheckField, 12, 4, 15, 26, 3, 0, // Skip to: 8183 +/* 7389 */ MCD_OPC_Decode, 235, 21, 170, 2, // Opcode: t2CRC32CW +/* 7394 */ MCD_OPC_FilterValue, 3, 16, 3, 0, // Skip to: 8183 +/* 7399 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 7402 */ MCD_OPC_FilterValue, 0, 98, 0, 0, // Skip to: 7505 +/* 7407 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7410 */ MCD_OPC_FilterValue, 0, 50, 0, 0, // Skip to: 7465 +/* 7415 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7418 */ MCD_OPC_FilterValue, 0, 27, 0, 0, // Skip to: 7450 +/* 7423 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 7440 +/* 7428 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7440 +/* 7435 */ MCD_OPC_Decode, 192, 23, 170, 2, // Opcode: t2SMUSD +/* 7440 */ MCD_OPC_CheckPredicate, 45, 226, 2, 0, // Skip to: 8183 +/* 7445 */ MCD_OPC_Decode, 173, 23, 175, 2, // Opcode: t2SMLSD +/* 7450 */ MCD_OPC_FilterValue, 1, 216, 2, 0, // Skip to: 8183 +/* 7455 */ MCD_OPC_CheckPredicate, 38, 211, 2, 0, // Skip to: 8183 +/* 7460 */ MCD_OPC_Decode, 162, 23, 181, 2, // Opcode: t2SMLAL +/* 7465 */ MCD_OPC_FilterValue, 1, 201, 2, 0, // Skip to: 8183 +/* 7470 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7473 */ MCD_OPC_FilterValue, 0, 193, 2, 0, // Skip to: 8183 +/* 7478 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 7495 +/* 7483 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7495 +/* 7490 */ MCD_OPC_Decode, 181, 23, 170, 2, // Opcode: t2SMMUL +/* 7495 */ MCD_OPC_CheckPredicate, 45, 171, 2, 0, // Skip to: 8183 +/* 7500 */ MCD_OPC_Decode, 177, 23, 175, 2, // Opcode: t2SMMLA +/* 7505 */ MCD_OPC_FilterValue, 1, 83, 0, 0, // Skip to: 7593 +/* 7510 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7513 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7553 +/* 7518 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7521 */ MCD_OPC_FilterValue, 0, 145, 2, 0, // Skip to: 8183 +/* 7526 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 7543 +/* 7531 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7543 +/* 7538 */ MCD_OPC_Decode, 193, 23, 170, 2, // Opcode: t2SMUSDX +/* 7543 */ MCD_OPC_CheckPredicate, 45, 123, 2, 0, // Skip to: 8183 +/* 7548 */ MCD_OPC_Decode, 174, 23, 175, 2, // Opcode: t2SMLSDX +/* 7553 */ MCD_OPC_FilterValue, 1, 113, 2, 0, // Skip to: 8183 +/* 7558 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 7561 */ MCD_OPC_FilterValue, 0, 105, 2, 0, // Skip to: 8183 +/* 7566 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 7583 +/* 7571 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7583 +/* 7578 */ MCD_OPC_Decode, 182, 23, 170, 2, // Opcode: t2SMMULR +/* 7583 */ MCD_OPC_CheckPredicate, 45, 83, 2, 0, // Skip to: 8183 +/* 7588 */ MCD_OPC_Decode, 178, 23, 175, 2, // Opcode: t2SMMLAR +/* 7593 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 7622 +/* 7598 */ MCD_OPC_CheckPredicate, 45, 68, 2, 0, // Skip to: 8183 +/* 7603 */ MCD_OPC_CheckField, 23, 1, 1, 61, 2, 0, // Skip to: 8183 +/* 7610 */ MCD_OPC_CheckField, 20, 1, 0, 54, 2, 0, // Skip to: 8183 +/* 7617 */ MCD_OPC_Decode, 163, 23, 181, 2, // Opcode: t2SMLALBB +/* 7622 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 7651 +/* 7627 */ MCD_OPC_CheckPredicate, 45, 39, 2, 0, // Skip to: 8183 +/* 7632 */ MCD_OPC_CheckField, 23, 1, 1, 32, 2, 0, // Skip to: 8183 +/* 7639 */ MCD_OPC_CheckField, 20, 1, 0, 25, 2, 0, // Skip to: 8183 +/* 7646 */ MCD_OPC_Decode, 164, 23, 181, 2, // Opcode: t2SMLALBT +/* 7651 */ MCD_OPC_FilterValue, 10, 24, 0, 0, // Skip to: 7680 +/* 7656 */ MCD_OPC_CheckPredicate, 45, 10, 2, 0, // Skip to: 8183 +/* 7661 */ MCD_OPC_CheckField, 23, 1, 1, 3, 2, 0, // Skip to: 8183 +/* 7668 */ MCD_OPC_CheckField, 20, 1, 0, 252, 1, 0, // Skip to: 8183 +/* 7675 */ MCD_OPC_Decode, 167, 23, 181, 2, // Opcode: t2SMLALTB +/* 7680 */ MCD_OPC_FilterValue, 11, 24, 0, 0, // Skip to: 7709 +/* 7685 */ MCD_OPC_CheckPredicate, 45, 237, 1, 0, // Skip to: 8183 +/* 7690 */ MCD_OPC_CheckField, 23, 1, 1, 230, 1, 0, // Skip to: 8183 +/* 7697 */ MCD_OPC_CheckField, 20, 1, 0, 223, 1, 0, // Skip to: 8183 +/* 7704 */ MCD_OPC_Decode, 168, 23, 181, 2, // Opcode: t2SMLALTT +/* 7709 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 7761 +/* 7714 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7717 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7739 +/* 7722 */ MCD_OPC_CheckPredicate, 45, 200, 1, 0, // Skip to: 8183 +/* 7727 */ MCD_OPC_CheckField, 23, 1, 1, 193, 1, 0, // Skip to: 8183 +/* 7734 */ MCD_OPC_Decode, 165, 23, 181, 2, // Opcode: t2SMLALD +/* 7739 */ MCD_OPC_FilterValue, 1, 183, 1, 0, // Skip to: 8183 +/* 7744 */ MCD_OPC_CheckPredicate, 45, 178, 1, 0, // Skip to: 8183 +/* 7749 */ MCD_OPC_CheckField, 23, 1, 1, 171, 1, 0, // Skip to: 8183 +/* 7756 */ MCD_OPC_Decode, 175, 23, 181, 2, // Opcode: t2SMLSLD +/* 7761 */ MCD_OPC_FilterValue, 13, 161, 1, 0, // Skip to: 8183 +/* 7766 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7769 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7791 +/* 7774 */ MCD_OPC_CheckPredicate, 45, 148, 1, 0, // Skip to: 8183 +/* 7779 */ MCD_OPC_CheckField, 23, 1, 1, 141, 1, 0, // Skip to: 8183 +/* 7786 */ MCD_OPC_Decode, 166, 23, 181, 2, // Opcode: t2SMLALDX +/* 7791 */ MCD_OPC_FilterValue, 1, 131, 1, 0, // Skip to: 8183 +/* 7796 */ MCD_OPC_CheckPredicate, 45, 126, 1, 0, // Skip to: 8183 +/* 7801 */ MCD_OPC_CheckField, 23, 1, 1, 119, 1, 0, // Skip to: 8183 +/* 7808 */ MCD_OPC_Decode, 176, 23, 181, 2, // Opcode: t2SMLSLDX +/* 7813 */ MCD_OPC_FilterValue, 3, 109, 1, 0, // Skip to: 8183 +/* 7818 */ MCD_OPC_ExtractField, 4, 4, // Inst{7-4} ... +/* 7821 */ MCD_OPC_FilterValue, 0, 131, 0, 0, // Skip to: 7957 +/* 7826 */ MCD_OPC_ExtractField, 23, 4, // Inst{26-23} ... +/* 7829 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 7851 +/* 7834 */ MCD_OPC_CheckPredicate, 38, 88, 1, 0, // Skip to: 8183 +/* 7839 */ MCD_OPC_CheckField, 12, 4, 15, 81, 1, 0, // Skip to: 8183 +/* 7846 */ MCD_OPC_Decode, 135, 23, 239, 1, // Opcode: t2RORrr +/* 7851 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 7880 +/* 7856 */ MCD_OPC_CheckPredicate, 45, 66, 1, 0, // Skip to: 8183 +/* 7861 */ MCD_OPC_CheckField, 20, 1, 0, 59, 1, 0, // Skip to: 8183 +/* 7868 */ MCD_OPC_CheckField, 12, 4, 15, 52, 1, 0, // Skip to: 8183 +/* 7875 */ MCD_OPC_Decode, 200, 23, 170, 2, // Opcode: t2SSAX +/* 7880 */ MCD_OPC_FilterValue, 6, 50, 0, 0, // Skip to: 7935 +/* 7885 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 7888 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7903 +/* 7893 */ MCD_OPC_CheckPredicate, 45, 29, 1, 0, // Skip to: 8183 +/* 7898 */ MCD_OPC_Decode, 179, 23, 175, 2, // Opcode: t2SMMLS +/* 7903 */ MCD_OPC_FilterValue, 1, 19, 1, 0, // Skip to: 8183 +/* 7908 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 7925 +/* 7913 */ MCD_OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7925 +/* 7920 */ MCD_OPC_Decode, 172, 24, 170, 2, // Opcode: t2USAD8 +/* 7925 */ MCD_OPC_CheckPredicate, 45, 253, 0, 0, // Skip to: 8183 +/* 7930 */ MCD_OPC_Decode, 173, 24, 175, 2, // Opcode: t2USADA8 +/* 7935 */ MCD_OPC_FilterValue, 7, 243, 0, 0, // Skip to: 8183 +/* 7940 */ MCD_OPC_CheckPredicate, 38, 238, 0, 0, // Skip to: 8183 +/* 7945 */ MCD_OPC_CheckField, 20, 1, 0, 231, 0, 0, // Skip to: 8183 +/* 7952 */ MCD_OPC_Decode, 164, 24, 181, 2, // Opcode: t2UMLAL +/* 7957 */ MCD_OPC_FilterValue, 1, 54, 0, 0, // Skip to: 8016 +/* 7962 */ MCD_OPC_ExtractField, 23, 4, // Inst{26-23} ... +/* 7965 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 7994 +/* 7970 */ MCD_OPC_CheckPredicate, 45, 208, 0, 0, // Skip to: 8183 +/* 7975 */ MCD_OPC_CheckField, 20, 1, 0, 201, 0, 0, // Skip to: 8183 +/* 7982 */ MCD_OPC_CheckField, 12, 4, 15, 194, 0, 0, // Skip to: 8183 +/* 7989 */ MCD_OPC_Decode, 250, 22, 170, 2, // Opcode: t2QSAX +/* 7994 */ MCD_OPC_FilterValue, 6, 184, 0, 0, // Skip to: 8183 +/* 7999 */ MCD_OPC_CheckPredicate, 45, 179, 0, 0, // Skip to: 8183 +/* 8004 */ MCD_OPC_CheckField, 20, 1, 0, 172, 0, 0, // Skip to: 8183 +/* 8011 */ MCD_OPC_Decode, 180, 23, 175, 2, // Opcode: t2SMMLSR +/* 8016 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8052 +/* 8021 */ MCD_OPC_CheckPredicate, 45, 157, 0, 0, // Skip to: 8183 +/* 8026 */ MCD_OPC_CheckField, 23, 4, 5, 150, 0, 0, // Skip to: 8183 +/* 8033 */ MCD_OPC_CheckField, 20, 1, 0, 143, 0, 0, // Skip to: 8183 +/* 8040 */ MCD_OPC_CheckField, 12, 4, 15, 136, 0, 0, // Skip to: 8183 +/* 8047 */ MCD_OPC_Decode, 154, 23, 170, 2, // Opcode: t2SHSAX +/* 8052 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 8088 +/* 8057 */ MCD_OPC_CheckPredicate, 45, 121, 0, 0, // Skip to: 8183 +/* 8062 */ MCD_OPC_CheckField, 23, 4, 5, 114, 0, 0, // Skip to: 8183 +/* 8069 */ MCD_OPC_CheckField, 20, 1, 0, 107, 0, 0, // Skip to: 8183 +/* 8076 */ MCD_OPC_CheckField, 12, 4, 15, 100, 0, 0, // Skip to: 8183 +/* 8083 */ MCD_OPC_Decode, 176, 24, 170, 2, // Opcode: t2USAX +/* 8088 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 8124 +/* 8093 */ MCD_OPC_CheckPredicate, 45, 85, 0, 0, // Skip to: 8183 +/* 8098 */ MCD_OPC_CheckField, 23, 4, 5, 78, 0, 0, // Skip to: 8183 +/* 8105 */ MCD_OPC_CheckField, 20, 1, 0, 71, 0, 0, // Skip to: 8183 +/* 8112 */ MCD_OPC_CheckField, 12, 4, 15, 64, 0, 0, // Skip to: 8183 +/* 8119 */ MCD_OPC_Decode, 169, 24, 170, 2, // Opcode: t2UQSAX +/* 8124 */ MCD_OPC_FilterValue, 6, 54, 0, 0, // Skip to: 8183 +/* 8129 */ MCD_OPC_ExtractField, 23, 4, // Inst{26-23} ... +/* 8132 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 8161 +/* 8137 */ MCD_OPC_CheckPredicate, 45, 41, 0, 0, // Skip to: 8183 +/* 8142 */ MCD_OPC_CheckField, 20, 1, 0, 34, 0, 0, // Skip to: 8183 +/* 8149 */ MCD_OPC_CheckField, 12, 4, 15, 27, 0, 0, // Skip to: 8183 +/* 8156 */ MCD_OPC_Decode, 160, 24, 170, 2, // Opcode: t2UHSAX +/* 8161 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 8183 +/* 8166 */ MCD_OPC_CheckPredicate, 45, 12, 0, 0, // Skip to: 8183 +/* 8171 */ MCD_OPC_CheckField, 20, 1, 0, 5, 0, 0, // Skip to: 8183 +/* 8178 */ MCD_OPC_Decode, 163, 24, 181, 2, // Opcode: t2UMAAL +/* 8183 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumb2CoProc32[] = { +/* 0 */ MCD_OPC_ExtractField, 24, 8, // Inst{31-24} ... +/* 3 */ MCD_OPC_FilterValue, 236, 1, 175, 0, 0, // Skip to: 184 +/* 9 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 12 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 33 +/* 17 */ MCD_OPC_CheckPredicate, 38, 191, 2, 0, // Skip to: 725 +/* 22 */ MCD_OPC_CheckField, 23, 1, 1, 184, 2, 0, // Skip to: 725 +/* 29 */ MCD_OPC_Decode, 216, 23, 90, // Opcode: t2STC_OPTION +/* 33 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 54 +/* 38 */ MCD_OPC_CheckPredicate, 38, 170, 2, 0, // Skip to: 725 +/* 43 */ MCD_OPC_CheckField, 23, 1, 1, 163, 2, 0, // Skip to: 725 +/* 50 */ MCD_OPC_Decode, 145, 22, 90, // Opcode: t2LDC_OPTION +/* 54 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 68 +/* 59 */ MCD_OPC_CheckPredicate, 38, 149, 2, 0, // Skip to: 725 +/* 64 */ MCD_OPC_Decode, 217, 23, 90, // Opcode: t2STC_POST +/* 68 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 82 +/* 73 */ MCD_OPC_CheckPredicate, 38, 135, 2, 0, // Skip to: 725 +/* 78 */ MCD_OPC_Decode, 146, 22, 90, // Opcode: t2LDC_POST +/* 82 */ MCD_OPC_FilterValue, 4, 32, 0, 0, // Skip to: 119 +/* 87 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 90 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105 +/* 95 */ MCD_OPC_CheckPredicate, 38, 113, 2, 0, // Skip to: 725 +/* 100 */ MCD_OPC_Decode, 200, 22, 182, 2, // Opcode: t2MCRR +/* 105 */ MCD_OPC_FilterValue, 1, 103, 2, 0, // Skip to: 725 +/* 110 */ MCD_OPC_CheckPredicate, 38, 98, 2, 0, // Skip to: 725 +/* 115 */ MCD_OPC_Decode, 212, 23, 90, // Opcode: t2STCL_OPTION +/* 119 */ MCD_OPC_FilterValue, 5, 32, 0, 0, // Skip to: 156 +/* 124 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 127 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 142 +/* 132 */ MCD_OPC_CheckPredicate, 38, 76, 2, 0, // Skip to: 725 +/* 137 */ MCD_OPC_Decode, 212, 22, 183, 2, // Opcode: t2MRRC +/* 142 */ MCD_OPC_FilterValue, 1, 66, 2, 0, // Skip to: 725 +/* 147 */ MCD_OPC_CheckPredicate, 38, 61, 2, 0, // Skip to: 725 +/* 152 */ MCD_OPC_Decode, 141, 22, 90, // Opcode: t2LDCL_OPTION +/* 156 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 170 +/* 161 */ MCD_OPC_CheckPredicate, 38, 47, 2, 0, // Skip to: 725 +/* 166 */ MCD_OPC_Decode, 213, 23, 90, // Opcode: t2STCL_POST +/* 170 */ MCD_OPC_FilterValue, 7, 38, 2, 0, // Skip to: 725 +/* 175 */ MCD_OPC_CheckPredicate, 38, 33, 2, 0, // Skip to: 725 +/* 180 */ MCD_OPC_Decode, 142, 22, 90, // Opcode: t2LDCL_POST +/* 184 */ MCD_OPC_FilterValue, 237, 1, 115, 0, 0, // Skip to: 305 +/* 190 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 193 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 207 +/* 198 */ MCD_OPC_CheckPredicate, 38, 10, 2, 0, // Skip to: 725 +/* 203 */ MCD_OPC_Decode, 215, 23, 90, // Opcode: t2STC_OFFSET +/* 207 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 221 +/* 212 */ MCD_OPC_CheckPredicate, 38, 252, 1, 0, // Skip to: 725 +/* 217 */ MCD_OPC_Decode, 144, 22, 90, // Opcode: t2LDC_OFFSET +/* 221 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 235 +/* 226 */ MCD_OPC_CheckPredicate, 38, 238, 1, 0, // Skip to: 725 +/* 231 */ MCD_OPC_Decode, 218, 23, 90, // Opcode: t2STC_PRE +/* 235 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 249 +/* 240 */ MCD_OPC_CheckPredicate, 38, 224, 1, 0, // Skip to: 725 +/* 245 */ MCD_OPC_Decode, 147, 22, 90, // Opcode: t2LDC_PRE +/* 249 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 263 +/* 254 */ MCD_OPC_CheckPredicate, 38, 210, 1, 0, // Skip to: 725 +/* 259 */ MCD_OPC_Decode, 211, 23, 90, // Opcode: t2STCL_OFFSET +/* 263 */ MCD_OPC_FilterValue, 5, 9, 0, 0, // Skip to: 277 +/* 268 */ MCD_OPC_CheckPredicate, 38, 196, 1, 0, // Skip to: 725 +/* 273 */ MCD_OPC_Decode, 140, 22, 90, // Opcode: t2LDCL_OFFSET +/* 277 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 291 +/* 282 */ MCD_OPC_CheckPredicate, 38, 182, 1, 0, // Skip to: 725 +/* 287 */ MCD_OPC_Decode, 214, 23, 90, // Opcode: t2STCL_PRE +/* 291 */ MCD_OPC_FilterValue, 7, 173, 1, 0, // Skip to: 725 +/* 296 */ MCD_OPC_CheckPredicate, 38, 168, 1, 0, // Skip to: 725 +/* 301 */ MCD_OPC_Decode, 143, 22, 90, // Opcode: t2LDCL_PRE +/* 305 */ MCD_OPC_FilterValue, 238, 1, 53, 0, 0, // Skip to: 364 +/* 311 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 314 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 328 +/* 319 */ MCD_OPC_CheckPredicate, 58, 145, 1, 0, // Skip to: 725 +/* 324 */ MCD_OPC_Decode, 219, 21, 91, // Opcode: t2CDP +/* 328 */ MCD_OPC_FilterValue, 1, 136, 1, 0, // Skip to: 725 +/* 333 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 336 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 350 +/* 341 */ MCD_OPC_CheckPredicate, 38, 123, 1, 0, // Skip to: 725 +/* 346 */ MCD_OPC_Decode, 198, 22, 93, // Opcode: t2MCR +/* 350 */ MCD_OPC_FilterValue, 1, 114, 1, 0, // Skip to: 725 +/* 355 */ MCD_OPC_CheckPredicate, 38, 109, 1, 0, // Skip to: 725 +/* 360 */ MCD_OPC_Decode, 210, 22, 95, // Opcode: t2MRC +/* 364 */ MCD_OPC_FilterValue, 252, 1, 175, 0, 0, // Skip to: 545 +/* 370 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 373 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 394 +/* 378 */ MCD_OPC_CheckPredicate, 59, 86, 1, 0, // Skip to: 725 +/* 383 */ MCD_OPC_CheckField, 23, 1, 1, 79, 1, 0, // Skip to: 725 +/* 390 */ MCD_OPC_Decode, 208, 23, 90, // Opcode: t2STC2_OPTION +/* 394 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 415 +/* 399 */ MCD_OPC_CheckPredicate, 59, 65, 1, 0, // Skip to: 725 +/* 404 */ MCD_OPC_CheckField, 23, 1, 1, 58, 1, 0, // Skip to: 725 +/* 411 */ MCD_OPC_Decode, 137, 22, 90, // Opcode: t2LDC2_OPTION +/* 415 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 429 +/* 420 */ MCD_OPC_CheckPredicate, 59, 44, 1, 0, // Skip to: 725 +/* 425 */ MCD_OPC_Decode, 209, 23, 90, // Opcode: t2STC2_POST +/* 429 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 443 +/* 434 */ MCD_OPC_CheckPredicate, 59, 30, 1, 0, // Skip to: 725 +/* 439 */ MCD_OPC_Decode, 138, 22, 90, // Opcode: t2LDC2_POST +/* 443 */ MCD_OPC_FilterValue, 4, 32, 0, 0, // Skip to: 480 +/* 448 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 451 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 466 +/* 456 */ MCD_OPC_CheckPredicate, 58, 8, 1, 0, // Skip to: 725 +/* 461 */ MCD_OPC_Decode, 201, 22, 182, 2, // Opcode: t2MCRR2 +/* 466 */ MCD_OPC_FilterValue, 1, 254, 0, 0, // Skip to: 725 +/* 471 */ MCD_OPC_CheckPredicate, 59, 249, 0, 0, // Skip to: 725 +/* 476 */ MCD_OPC_Decode, 204, 23, 90, // Opcode: t2STC2L_OPTION +/* 480 */ MCD_OPC_FilterValue, 5, 32, 0, 0, // Skip to: 517 +/* 485 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 488 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 503 +/* 493 */ MCD_OPC_CheckPredicate, 58, 227, 0, 0, // Skip to: 725 +/* 498 */ MCD_OPC_Decode, 213, 22, 183, 2, // Opcode: t2MRRC2 +/* 503 */ MCD_OPC_FilterValue, 1, 217, 0, 0, // Skip to: 725 +/* 508 */ MCD_OPC_CheckPredicate, 59, 212, 0, 0, // Skip to: 725 +/* 513 */ MCD_OPC_Decode, 133, 22, 90, // Opcode: t2LDC2L_OPTION +/* 517 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 531 +/* 522 */ MCD_OPC_CheckPredicate, 59, 198, 0, 0, // Skip to: 725 +/* 527 */ MCD_OPC_Decode, 205, 23, 90, // Opcode: t2STC2L_POST +/* 531 */ MCD_OPC_FilterValue, 7, 189, 0, 0, // Skip to: 725 +/* 536 */ MCD_OPC_CheckPredicate, 59, 184, 0, 0, // Skip to: 725 +/* 541 */ MCD_OPC_Decode, 134, 22, 90, // Opcode: t2LDC2L_POST +/* 545 */ MCD_OPC_FilterValue, 253, 1, 115, 0, 0, // Skip to: 666 +/* 551 */ MCD_OPC_ExtractField, 20, 3, // Inst{22-20} ... +/* 554 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 568 +/* 559 */ MCD_OPC_CheckPredicate, 59, 161, 0, 0, // Skip to: 725 +/* 564 */ MCD_OPC_Decode, 207, 23, 90, // Opcode: t2STC2_OFFSET +/* 568 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 582 +/* 573 */ MCD_OPC_CheckPredicate, 59, 147, 0, 0, // Skip to: 725 +/* 578 */ MCD_OPC_Decode, 136, 22, 90, // Opcode: t2LDC2_OFFSET +/* 582 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 596 +/* 587 */ MCD_OPC_CheckPredicate, 59, 133, 0, 0, // Skip to: 725 +/* 592 */ MCD_OPC_Decode, 210, 23, 90, // Opcode: t2STC2_PRE +/* 596 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 610 +/* 601 */ MCD_OPC_CheckPredicate, 59, 119, 0, 0, // Skip to: 725 +/* 606 */ MCD_OPC_Decode, 139, 22, 90, // Opcode: t2LDC2_PRE +/* 610 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 624 +/* 615 */ MCD_OPC_CheckPredicate, 59, 105, 0, 0, // Skip to: 725 +/* 620 */ MCD_OPC_Decode, 203, 23, 90, // Opcode: t2STC2L_OFFSET +/* 624 */ MCD_OPC_FilterValue, 5, 9, 0, 0, // Skip to: 638 +/* 629 */ MCD_OPC_CheckPredicate, 59, 91, 0, 0, // Skip to: 725 +/* 634 */ MCD_OPC_Decode, 132, 22, 90, // Opcode: t2LDC2L_OFFSET +/* 638 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 652 +/* 643 */ MCD_OPC_CheckPredicate, 59, 77, 0, 0, // Skip to: 725 +/* 648 */ MCD_OPC_Decode, 206, 23, 90, // Opcode: t2STC2L_PRE +/* 652 */ MCD_OPC_FilterValue, 7, 68, 0, 0, // Skip to: 725 +/* 657 */ MCD_OPC_CheckPredicate, 59, 63, 0, 0, // Skip to: 725 +/* 662 */ MCD_OPC_Decode, 135, 22, 90, // Opcode: t2LDC2L_PRE +/* 666 */ MCD_OPC_FilterValue, 254, 1, 53, 0, 0, // Skip to: 725 +/* 672 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 675 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 689 +/* 680 */ MCD_OPC_CheckPredicate, 58, 40, 0, 0, // Skip to: 725 +/* 685 */ MCD_OPC_Decode, 220, 21, 91, // Opcode: t2CDP2 +/* 689 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 725 +/* 694 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... +/* 697 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 711 +/* 702 */ MCD_OPC_CheckPredicate, 58, 18, 0, 0, // Skip to: 725 +/* 707 */ MCD_OPC_Decode, 199, 22, 93, // Opcode: t2MCR2 +/* 711 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 725 +/* 716 */ MCD_OPC_CheckPredicate, 58, 4, 0, 0, // Skip to: 725 +/* 721 */ MCD_OPC_Decode, 211, 22, 95, // Opcode: t2MRC2 +/* 725 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableThumbSBit16[] = { +/* 0 */ MCD_OPC_ExtractField, 11, 5, // Inst{15-11} ... +/* 3 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18 +/* 8 */ MCD_OPC_CheckPredicate, 28, 95, 1, 0, // Skip to: 364 +/* 13 */ MCD_OPC_Decode, 232, 24, 184, 2, // Opcode: tLSLri +/* 18 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 33 +/* 23 */ MCD_OPC_CheckPredicate, 28, 80, 1, 0, // Skip to: 364 +/* 28 */ MCD_OPC_Decode, 234, 24, 184, 2, // Opcode: tLSRri +/* 33 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48 +/* 38 */ MCD_OPC_CheckPredicate, 28, 65, 1, 0, // Skip to: 364 +/* 43 */ MCD_OPC_Decode, 196, 24, 184, 2, // Opcode: tASRri +/* 48 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 116 +/* 53 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... +/* 56 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71 +/* 61 */ MCD_OPC_CheckPredicate, 28, 42, 1, 0, // Skip to: 364 +/* 66 */ MCD_OPC_Decode, 191, 24, 185, 2, // Opcode: tADDrr +/* 71 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 86 +/* 76 */ MCD_OPC_CheckPredicate, 28, 27, 1, 0, // Skip to: 364 +/* 81 */ MCD_OPC_Decode, 134, 25, 185, 2, // Opcode: tSUBrr +/* 86 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 101 +/* 91 */ MCD_OPC_CheckPredicate, 28, 12, 1, 0, // Skip to: 364 +/* 96 */ MCD_OPC_Decode, 187, 24, 186, 2, // Opcode: tADDi3 +/* 101 */ MCD_OPC_FilterValue, 3, 2, 1, 0, // Skip to: 364 +/* 106 */ MCD_OPC_CheckPredicate, 28, 253, 0, 0, // Skip to: 364 +/* 111 */ MCD_OPC_Decode, 132, 25, 186, 2, // Opcode: tSUBi3 +/* 116 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131 +/* 121 */ MCD_OPC_CheckPredicate, 28, 238, 0, 0, // Skip to: 364 +/* 126 */ MCD_OPC_Decode, 237, 24, 208, 1, // Opcode: tMOVi8 +/* 131 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 146 +/* 136 */ MCD_OPC_CheckPredicate, 28, 223, 0, 0, // Skip to: 364 +/* 141 */ MCD_OPC_Decode, 188, 24, 187, 2, // Opcode: tADDi8 +/* 146 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 161 +/* 151 */ MCD_OPC_CheckPredicate, 28, 208, 0, 0, // Skip to: 364 +/* 156 */ MCD_OPC_Decode, 133, 25, 187, 2, // Opcode: tSUBi8 +/* 161 */ MCD_OPC_FilterValue, 8, 198, 0, 0, // Skip to: 364 +/* 166 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... +/* 169 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 184 +/* 174 */ MCD_OPC_CheckPredicate, 28, 185, 0, 0, // Skip to: 364 +/* 179 */ MCD_OPC_Decode, 195, 24, 188, 2, // Opcode: tAND +/* 184 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 199 +/* 189 */ MCD_OPC_CheckPredicate, 28, 170, 0, 0, // Skip to: 364 +/* 194 */ MCD_OPC_Decode, 215, 24, 188, 2, // Opcode: tEOR +/* 199 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 214 +/* 204 */ MCD_OPC_CheckPredicate, 28, 155, 0, 0, // Skip to: 364 +/* 209 */ MCD_OPC_Decode, 233, 24, 188, 2, // Opcode: tLSLrr +/* 214 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 229 +/* 219 */ MCD_OPC_CheckPredicate, 28, 140, 0, 0, // Skip to: 364 +/* 224 */ MCD_OPC_Decode, 235, 24, 188, 2, // Opcode: tLSRrr +/* 229 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 244 +/* 234 */ MCD_OPC_CheckPredicate, 28, 125, 0, 0, // Skip to: 364 +/* 239 */ MCD_OPC_Decode, 197, 24, 188, 2, // Opcode: tASRrr +/* 244 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 259 +/* 249 */ MCD_OPC_CheckPredicate, 28, 110, 0, 0, // Skip to: 364 +/* 254 */ MCD_OPC_Decode, 185, 24, 188, 2, // Opcode: tADC +/* 259 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 274 +/* 264 */ MCD_OPC_CheckPredicate, 28, 95, 0, 0, // Skip to: 364 +/* 269 */ MCD_OPC_Decode, 250, 24, 188, 2, // Opcode: tSBC +/* 274 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 289 +/* 279 */ MCD_OPC_CheckPredicate, 28, 80, 0, 0, // Skip to: 364 +/* 284 */ MCD_OPC_Decode, 248, 24, 188, 2, // Opcode: tROR +/* 289 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 304 +/* 294 */ MCD_OPC_CheckPredicate, 28, 65, 0, 0, // Skip to: 364 +/* 299 */ MCD_OPC_Decode, 249, 24, 207, 1, // Opcode: tRSB +/* 304 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 319 +/* 309 */ MCD_OPC_CheckPredicate, 28, 50, 0, 0, // Skip to: 364 +/* 314 */ MCD_OPC_Decode, 241, 24, 188, 2, // Opcode: tORR +/* 319 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 334 +/* 324 */ MCD_OPC_CheckPredicate, 28, 35, 0, 0, // Skip to: 364 +/* 329 */ MCD_OPC_Decode, 239, 24, 189, 2, // Opcode: tMUL +/* 334 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 349 +/* 339 */ MCD_OPC_CheckPredicate, 28, 20, 0, 0, // Skip to: 364 +/* 344 */ MCD_OPC_Decode, 199, 24, 188, 2, // Opcode: tBIC +/* 349 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 364 +/* 354 */ MCD_OPC_CheckPredicate, 28, 5, 0, 0, // Skip to: 364 +/* 359 */ MCD_OPC_Decode, 240, 24, 207, 1, // Opcode: tMVN +/* 364 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableVFP32[] = { +/* 0 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3 */ MCD_OPC_FilterValue, 0, 21, 2, 0, // Skip to: 541 +/* 8 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 11 */ MCD_OPC_FilterValue, 9, 130, 0, 0, // Skip to: 146 +/* 16 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 19 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 34 +/* 24 */ MCD_OPC_CheckPredicate, 60, 247, 16, 0, // Skip to: 4372 +/* 29 */ MCD_OPC_Decode, 205, 20, 190, 2, // Opcode: VSTRH +/* 34 */ MCD_OPC_FilterValue, 14, 237, 16, 0, // Skip to: 4372 +/* 39 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 42 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 110 +/* 47 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 50 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 88 +/* 55 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 58 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73 +/* 63 */ MCD_OPC_CheckPredicate, 60, 208, 16, 0, // Skip to: 4372 +/* 68 */ MCD_OPC_Decode, 203, 13, 191, 2, // Opcode: VMLAH +/* 73 */ MCD_OPC_FilterValue, 1, 198, 16, 0, // Skip to: 4372 +/* 78 */ MCD_OPC_CheckPredicate, 60, 193, 16, 0, // Skip to: 4372 +/* 83 */ MCD_OPC_Decode, 254, 9, 192, 2, // Opcode: VDIVH +/* 88 */ MCD_OPC_FilterValue, 1, 183, 16, 0, // Skip to: 4372 +/* 93 */ MCD_OPC_CheckPredicate, 60, 178, 16, 0, // Skip to: 4372 +/* 98 */ MCD_OPC_CheckField, 23, 1, 0, 171, 16, 0, // Skip to: 4372 +/* 105 */ MCD_OPC_Decode, 234, 13, 191, 2, // Opcode: VMLSH +/* 110 */ MCD_OPC_FilterValue, 1, 161, 16, 0, // Skip to: 4372 +/* 115 */ MCD_OPC_CheckPredicate, 60, 156, 16, 0, // Skip to: 4372 +/* 120 */ MCD_OPC_CheckField, 22, 2, 0, 149, 16, 0, // Skip to: 4372 +/* 127 */ MCD_OPC_CheckField, 5, 2, 0, 142, 16, 0, // Skip to: 4372 +/* 134 */ MCD_OPC_CheckField, 0, 4, 0, 135, 16, 0, // Skip to: 4372 +/* 141 */ MCD_OPC_Decode, 139, 14, 193, 2, // Opcode: VMOVHR +/* 146 */ MCD_OPC_FilterValue, 10, 189, 0, 0, // Skip to: 340 +/* 151 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 154 */ MCD_OPC_FilterValue, 12, 54, 0, 0, // Skip to: 213 +/* 159 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 162 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 198 +/* 167 */ MCD_OPC_CheckPredicate, 27, 104, 16, 0, // Skip to: 4372 +/* 172 */ MCD_OPC_CheckField, 22, 1, 1, 97, 16, 0, // Skip to: 4372 +/* 179 */ MCD_OPC_CheckField, 6, 2, 0, 90, 16, 0, // Skip to: 4372 +/* 186 */ MCD_OPC_CheckField, 4, 1, 1, 83, 16, 0, // Skip to: 4372 +/* 193 */ MCD_OPC_Decode, 155, 14, 194, 2, // Opcode: VMOVSRR +/* 198 */ MCD_OPC_FilterValue, 1, 73, 16, 0, // Skip to: 4372 +/* 203 */ MCD_OPC_CheckPredicate, 27, 68, 16, 0, // Skip to: 4372 +/* 208 */ MCD_OPC_Decode, 202, 20, 195, 2, // Opcode: VSTMSIA +/* 213 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 228 +/* 218 */ MCD_OPC_CheckPredicate, 27, 53, 16, 0, // Skip to: 4372 +/* 223 */ MCD_OPC_Decode, 206, 20, 196, 2, // Opcode: VSTRS +/* 228 */ MCD_OPC_FilterValue, 14, 43, 16, 0, // Skip to: 4372 +/* 233 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 236 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 304 +/* 241 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 244 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 282 +/* 249 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 252 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 267 +/* 257 */ MCD_OPC_CheckPredicate, 27, 14, 16, 0, // Skip to: 4372 +/* 262 */ MCD_OPC_Decode, 214, 13, 197, 2, // Opcode: VMLAS +/* 267 */ MCD_OPC_FilterValue, 1, 4, 16, 0, // Skip to: 4372 +/* 272 */ MCD_OPC_CheckPredicate, 27, 255, 15, 0, // Skip to: 4372 +/* 277 */ MCD_OPC_Decode, 255, 9, 198, 2, // Opcode: VDIVS +/* 282 */ MCD_OPC_FilterValue, 1, 245, 15, 0, // Skip to: 4372 +/* 287 */ MCD_OPC_CheckPredicate, 27, 240, 15, 0, // Skip to: 4372 +/* 292 */ MCD_OPC_CheckField, 23, 1, 0, 233, 15, 0, // Skip to: 4372 +/* 299 */ MCD_OPC_Decode, 245, 13, 197, 2, // Opcode: VMLSS +/* 304 */ MCD_OPC_FilterValue, 1, 223, 15, 0, // Skip to: 4372 +/* 309 */ MCD_OPC_CheckPredicate, 27, 218, 15, 0, // Skip to: 4372 +/* 314 */ MCD_OPC_CheckField, 22, 2, 0, 211, 15, 0, // Skip to: 4372 +/* 321 */ MCD_OPC_CheckField, 5, 2, 0, 204, 15, 0, // Skip to: 4372 +/* 328 */ MCD_OPC_CheckField, 0, 4, 0, 197, 15, 0, // Skip to: 4372 +/* 335 */ MCD_OPC_Decode, 154, 14, 199, 2, // Opcode: VMOVSR +/* 340 */ MCD_OPC_FilterValue, 11, 187, 15, 0, // Skip to: 4372 +/* 345 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 348 */ MCD_OPC_FilterValue, 12, 84, 0, 0, // Skip to: 437 +/* 353 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 356 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 392 +/* 361 */ MCD_OPC_CheckPredicate, 27, 166, 15, 0, // Skip to: 4372 +/* 366 */ MCD_OPC_CheckField, 22, 1, 1, 159, 15, 0, // Skip to: 4372 +/* 373 */ MCD_OPC_CheckField, 6, 2, 0, 152, 15, 0, // Skip to: 4372 +/* 380 */ MCD_OPC_CheckField, 4, 1, 1, 145, 15, 0, // Skip to: 4372 +/* 387 */ MCD_OPC_Decode, 137, 14, 200, 2, // Opcode: VMOVDRR +/* 392 */ MCD_OPC_FilterValue, 1, 135, 15, 0, // Skip to: 4372 +/* 397 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 400 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 415 +/* 405 */ MCD_OPC_CheckPredicate, 27, 122, 15, 0, // Skip to: 4372 +/* 410 */ MCD_OPC_Decode, 198, 20, 201, 2, // Opcode: VSTMDIA +/* 415 */ MCD_OPC_FilterValue, 1, 112, 15, 0, // Skip to: 4372 +/* 420 */ MCD_OPC_CheckPredicate, 27, 107, 15, 0, // Skip to: 4372 +/* 425 */ MCD_OPC_CheckField, 22, 1, 0, 100, 15, 0, // Skip to: 4372 +/* 432 */ MCD_OPC_Decode, 216, 4, 202, 2, // Opcode: FSTMXIA +/* 437 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 452 +/* 442 */ MCD_OPC_CheckPredicate, 27, 85, 15, 0, // Skip to: 4372 +/* 447 */ MCD_OPC_Decode, 204, 20, 203, 2, // Opcode: VSTRD +/* 452 */ MCD_OPC_FilterValue, 14, 75, 15, 0, // Skip to: 4372 +/* 457 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 460 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 512 +/* 465 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 468 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 490 +/* 473 */ MCD_OPC_CheckPredicate, 61, 54, 15, 0, // Skip to: 4372 +/* 478 */ MCD_OPC_CheckField, 4, 1, 0, 47, 15, 0, // Skip to: 4372 +/* 485 */ MCD_OPC_Decode, 202, 13, 204, 2, // Opcode: VMLAD +/* 490 */ MCD_OPC_FilterValue, 1, 37, 15, 0, // Skip to: 4372 +/* 495 */ MCD_OPC_CheckPredicate, 61, 32, 15, 0, // Skip to: 4372 +/* 500 */ MCD_OPC_CheckField, 4, 1, 0, 25, 15, 0, // Skip to: 4372 +/* 507 */ MCD_OPC_Decode, 253, 9, 205, 2, // Opcode: VDIVD +/* 512 */ MCD_OPC_FilterValue, 1, 15, 15, 0, // Skip to: 4372 +/* 517 */ MCD_OPC_CheckPredicate, 61, 10, 15, 0, // Skip to: 4372 +/* 522 */ MCD_OPC_CheckField, 23, 1, 0, 3, 15, 0, // Skip to: 4372 +/* 529 */ MCD_OPC_CheckField, 4, 1, 0, 252, 14, 0, // Skip to: 4372 +/* 536 */ MCD_OPC_Decode, 233, 13, 204, 2, // Opcode: VMLSD +/* 541 */ MCD_OPC_FilterValue, 1, 76, 2, 0, // Skip to: 1134 +/* 546 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 549 */ MCD_OPC_FilterValue, 9, 146, 0, 0, // Skip to: 700 +/* 554 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 557 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 572 +/* 562 */ MCD_OPC_CheckPredicate, 60, 221, 14, 0, // Skip to: 4372 +/* 567 */ MCD_OPC_Decode, 152, 13, 190, 2, // Opcode: VLDRH +/* 572 */ MCD_OPC_FilterValue, 14, 211, 14, 0, // Skip to: 4372 +/* 577 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 580 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 664 +/* 585 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 588 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 626 +/* 593 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 596 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 611 +/* 601 */ MCD_OPC_CheckPredicate, 60, 182, 14, 0, // Skip to: 4372 +/* 606 */ MCD_OPC_Decode, 237, 14, 191, 2, // Opcode: VNMLSH +/* 611 */ MCD_OPC_FilterValue, 1, 172, 14, 0, // Skip to: 4372 +/* 616 */ MCD_OPC_CheckPredicate, 60, 167, 14, 0, // Skip to: 4372 +/* 621 */ MCD_OPC_Decode, 167, 10, 191, 2, // Opcode: VFNMSH +/* 626 */ MCD_OPC_FilterValue, 1, 157, 14, 0, // Skip to: 4372 +/* 631 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 634 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 649 +/* 639 */ MCD_OPC_CheckPredicate, 60, 144, 14, 0, // Skip to: 4372 +/* 644 */ MCD_OPC_Decode, 234, 14, 191, 2, // Opcode: VNMLAH +/* 649 */ MCD_OPC_FilterValue, 1, 134, 14, 0, // Skip to: 4372 +/* 654 */ MCD_OPC_CheckPredicate, 60, 129, 14, 0, // Skip to: 4372 +/* 659 */ MCD_OPC_Decode, 164, 10, 191, 2, // Opcode: VFNMAH +/* 664 */ MCD_OPC_FilterValue, 1, 119, 14, 0, // Skip to: 4372 +/* 669 */ MCD_OPC_CheckPredicate, 60, 114, 14, 0, // Skip to: 4372 +/* 674 */ MCD_OPC_CheckField, 22, 2, 0, 107, 14, 0, // Skip to: 4372 +/* 681 */ MCD_OPC_CheckField, 5, 2, 0, 100, 14, 0, // Skip to: 4372 +/* 688 */ MCD_OPC_CheckField, 0, 4, 0, 93, 14, 0, // Skip to: 4372 +/* 695 */ MCD_OPC_Decode, 149, 14, 206, 2, // Opcode: VMOVRH +/* 700 */ MCD_OPC_FilterValue, 10, 205, 0, 0, // Skip to: 910 +/* 705 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 708 */ MCD_OPC_FilterValue, 12, 54, 0, 0, // Skip to: 767 +/* 713 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 716 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 752 +/* 721 */ MCD_OPC_CheckPredicate, 27, 62, 14, 0, // Skip to: 4372 +/* 726 */ MCD_OPC_CheckField, 22, 1, 1, 55, 14, 0, // Skip to: 4372 +/* 733 */ MCD_OPC_CheckField, 6, 2, 0, 48, 14, 0, // Skip to: 4372 +/* 740 */ MCD_OPC_CheckField, 4, 1, 1, 41, 14, 0, // Skip to: 4372 +/* 747 */ MCD_OPC_Decode, 151, 14, 207, 2, // Opcode: VMOVRRS +/* 752 */ MCD_OPC_FilterValue, 1, 31, 14, 0, // Skip to: 4372 +/* 757 */ MCD_OPC_CheckPredicate, 27, 26, 14, 0, // Skip to: 4372 +/* 762 */ MCD_OPC_Decode, 149, 13, 195, 2, // Opcode: VLDMSIA +/* 767 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 782 +/* 772 */ MCD_OPC_CheckPredicate, 27, 11, 14, 0, // Skip to: 4372 +/* 777 */ MCD_OPC_Decode, 153, 13, 196, 2, // Opcode: VLDRS +/* 782 */ MCD_OPC_FilterValue, 14, 1, 14, 0, // Skip to: 4372 +/* 787 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 790 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 874 +/* 795 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 798 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 836 +/* 803 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 806 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 821 +/* 811 */ MCD_OPC_CheckPredicate, 27, 228, 13, 0, // Skip to: 4372 +/* 816 */ MCD_OPC_Decode, 238, 14, 197, 2, // Opcode: VNMLSS +/* 821 */ MCD_OPC_FilterValue, 1, 218, 13, 0, // Skip to: 4372 +/* 826 */ MCD_OPC_CheckPredicate, 62, 213, 13, 0, // Skip to: 4372 +/* 831 */ MCD_OPC_Decode, 168, 10, 197, 2, // Opcode: VFNMSS +/* 836 */ MCD_OPC_FilterValue, 1, 203, 13, 0, // Skip to: 4372 +/* 841 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 844 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 859 +/* 849 */ MCD_OPC_CheckPredicate, 27, 190, 13, 0, // Skip to: 4372 +/* 854 */ MCD_OPC_Decode, 235, 14, 197, 2, // Opcode: VNMLAS +/* 859 */ MCD_OPC_FilterValue, 1, 180, 13, 0, // Skip to: 4372 +/* 864 */ MCD_OPC_CheckPredicate, 62, 175, 13, 0, // Skip to: 4372 +/* 869 */ MCD_OPC_Decode, 165, 10, 197, 2, // Opcode: VFNMAS +/* 874 */ MCD_OPC_FilterValue, 1, 165, 13, 0, // Skip to: 4372 +/* 879 */ MCD_OPC_CheckPredicate, 27, 160, 13, 0, // Skip to: 4372 +/* 884 */ MCD_OPC_CheckField, 22, 2, 0, 153, 13, 0, // Skip to: 4372 +/* 891 */ MCD_OPC_CheckField, 5, 2, 0, 146, 13, 0, // Skip to: 4372 +/* 898 */ MCD_OPC_CheckField, 0, 4, 0, 139, 13, 0, // Skip to: 4372 +/* 905 */ MCD_OPC_Decode, 152, 14, 208, 2, // Opcode: VMOVRS +/* 910 */ MCD_OPC_FilterValue, 11, 129, 13, 0, // Skip to: 4372 +/* 915 */ MCD_OPC_ExtractField, 24, 4, // Inst{27-24} ... +/* 918 */ MCD_OPC_FilterValue, 12, 84, 0, 0, // Skip to: 1007 +/* 923 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 926 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 962 +/* 931 */ MCD_OPC_CheckPredicate, 27, 108, 13, 0, // Skip to: 4372 +/* 936 */ MCD_OPC_CheckField, 22, 1, 1, 101, 13, 0, // Skip to: 4372 +/* 943 */ MCD_OPC_CheckField, 6, 2, 0, 94, 13, 0, // Skip to: 4372 +/* 950 */ MCD_OPC_CheckField, 4, 1, 1, 87, 13, 0, // Skip to: 4372 +/* 957 */ MCD_OPC_Decode, 150, 14, 209, 2, // Opcode: VMOVRRD +/* 962 */ MCD_OPC_FilterValue, 1, 77, 13, 0, // Skip to: 4372 +/* 967 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 970 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 985 +/* 975 */ MCD_OPC_CheckPredicate, 27, 64, 13, 0, // Skip to: 4372 +/* 980 */ MCD_OPC_Decode, 145, 13, 201, 2, // Opcode: VLDMDIA +/* 985 */ MCD_OPC_FilterValue, 1, 54, 13, 0, // Skip to: 4372 +/* 990 */ MCD_OPC_CheckPredicate, 27, 49, 13, 0, // Skip to: 4372 +/* 995 */ MCD_OPC_CheckField, 22, 1, 0, 42, 13, 0, // Skip to: 4372 +/* 1002 */ MCD_OPC_Decode, 212, 4, 202, 2, // Opcode: FLDMXIA +/* 1007 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1022 +/* 1012 */ MCD_OPC_CheckPredicate, 27, 27, 13, 0, // Skip to: 4372 +/* 1017 */ MCD_OPC_Decode, 151, 13, 203, 2, // Opcode: VLDRD +/* 1022 */ MCD_OPC_FilterValue, 14, 17, 13, 0, // Skip to: 4372 +/* 1027 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1030 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 1082 +/* 1035 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 1038 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1060 +/* 1043 */ MCD_OPC_CheckPredicate, 61, 252, 12, 0, // Skip to: 4372 +/* 1048 */ MCD_OPC_CheckField, 4, 1, 0, 245, 12, 0, // Skip to: 4372 +/* 1055 */ MCD_OPC_Decode, 236, 14, 204, 2, // Opcode: VNMLSD +/* 1060 */ MCD_OPC_FilterValue, 1, 235, 12, 0, // Skip to: 4372 +/* 1065 */ MCD_OPC_CheckPredicate, 63, 230, 12, 0, // Skip to: 4372 +/* 1070 */ MCD_OPC_CheckField, 4, 1, 0, 223, 12, 0, // Skip to: 4372 +/* 1077 */ MCD_OPC_Decode, 166, 10, 204, 2, // Opcode: VFNMSD +/* 1082 */ MCD_OPC_FilterValue, 1, 213, 12, 0, // Skip to: 4372 +/* 1087 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... +/* 1090 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1112 +/* 1095 */ MCD_OPC_CheckPredicate, 61, 200, 12, 0, // Skip to: 4372 +/* 1100 */ MCD_OPC_CheckField, 4, 1, 0, 193, 12, 0, // Skip to: 4372 +/* 1107 */ MCD_OPC_Decode, 233, 14, 204, 2, // Opcode: VNMLAD +/* 1112 */ MCD_OPC_FilterValue, 1, 183, 12, 0, // Skip to: 4372 +/* 1117 */ MCD_OPC_CheckPredicate, 63, 178, 12, 0, // Skip to: 4372 +/* 1122 */ MCD_OPC_CheckField, 4, 1, 0, 171, 12, 0, // Skip to: 4372 +/* 1129 */ MCD_OPC_Decode, 163, 10, 204, 2, // Opcode: VFNMAD +/* 1134 */ MCD_OPC_FilterValue, 2, 132, 2, 0, // Skip to: 1783 +/* 1139 */ MCD_OPC_ExtractField, 23, 5, // Inst{27-23} ... +/* 1142 */ MCD_OPC_FilterValue, 24, 25, 0, 0, // Skip to: 1172 +/* 1147 */ MCD_OPC_CheckPredicate, 64, 148, 12, 0, // Skip to: 4372 +/* 1152 */ MCD_OPC_CheckField, 22, 1, 0, 141, 12, 0, // Skip to: 4372 +/* 1159 */ MCD_OPC_CheckField, 0, 16, 128, 20, 133, 12, 0, // Skip to: 4372 +/* 1167 */ MCD_OPC_Decode, 155, 13, 210, 2, // Opcode: VLSTM +/* 1172 */ MCD_OPC_FilterValue, 25, 63, 0, 0, // Skip to: 1240 +/* 1177 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1180 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1195 +/* 1185 */ MCD_OPC_CheckPredicate, 27, 110, 12, 0, // Skip to: 4372 +/* 1190 */ MCD_OPC_Decode, 203, 20, 211, 2, // Opcode: VSTMSIA_UPD +/* 1195 */ MCD_OPC_FilterValue, 11, 100, 12, 0, // Skip to: 4372 +/* 1200 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 1203 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1218 +/* 1208 */ MCD_OPC_CheckPredicate, 27, 87, 12, 0, // Skip to: 4372 +/* 1213 */ MCD_OPC_Decode, 199, 20, 212, 2, // Opcode: VSTMDIA_UPD +/* 1218 */ MCD_OPC_FilterValue, 1, 77, 12, 0, // Skip to: 4372 +/* 1223 */ MCD_OPC_CheckPredicate, 27, 72, 12, 0, // Skip to: 4372 +/* 1228 */ MCD_OPC_CheckField, 22, 1, 0, 65, 12, 0, // Skip to: 4372 +/* 1235 */ MCD_OPC_Decode, 217, 4, 213, 2, // Opcode: FSTMXIA_UPD +/* 1240 */ MCD_OPC_FilterValue, 26, 63, 0, 0, // Skip to: 1308 +/* 1245 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1248 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1263 +/* 1253 */ MCD_OPC_CheckPredicate, 27, 42, 12, 0, // Skip to: 4372 +/* 1258 */ MCD_OPC_Decode, 201, 20, 211, 2, // Opcode: VSTMSDB_UPD +/* 1263 */ MCD_OPC_FilterValue, 11, 32, 12, 0, // Skip to: 4372 +/* 1268 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 1271 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1286 +/* 1276 */ MCD_OPC_CheckPredicate, 27, 19, 12, 0, // Skip to: 4372 +/* 1281 */ MCD_OPC_Decode, 197, 20, 212, 2, // Opcode: VSTMDDB_UPD +/* 1286 */ MCD_OPC_FilterValue, 1, 9, 12, 0, // Skip to: 4372 +/* 1291 */ MCD_OPC_CheckPredicate, 27, 4, 12, 0, // Skip to: 4372 +/* 1296 */ MCD_OPC_CheckField, 22, 1, 0, 253, 11, 0, // Skip to: 4372 +/* 1303 */ MCD_OPC_Decode, 215, 4, 213, 2, // Opcode: FSTMXDB_UPD +/* 1308 */ MCD_OPC_FilterValue, 28, 159, 0, 0, // Skip to: 1472 +/* 1313 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1316 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 1368 +/* 1321 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1324 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1346 +/* 1329 */ MCD_OPC_CheckPredicate, 60, 222, 11, 0, // Skip to: 4372 +/* 1334 */ MCD_OPC_CheckField, 4, 1, 0, 215, 11, 0, // Skip to: 4372 +/* 1341 */ MCD_OPC_Decode, 180, 14, 192, 2, // Opcode: VMULH +/* 1346 */ MCD_OPC_FilterValue, 1, 205, 11, 0, // Skip to: 4372 +/* 1351 */ MCD_OPC_CheckPredicate, 60, 200, 11, 0, // Skip to: 4372 +/* 1356 */ MCD_OPC_CheckField, 4, 1, 0, 193, 11, 0, // Skip to: 4372 +/* 1363 */ MCD_OPC_Decode, 240, 14, 192, 2, // Opcode: VNMULH +/* 1368 */ MCD_OPC_FilterValue, 10, 47, 0, 0, // Skip to: 1420 +/* 1373 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1376 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1398 +/* 1381 */ MCD_OPC_CheckPredicate, 27, 170, 11, 0, // Skip to: 4372 +/* 1386 */ MCD_OPC_CheckField, 4, 1, 0, 163, 11, 0, // Skip to: 4372 +/* 1393 */ MCD_OPC_Decode, 193, 14, 198, 2, // Opcode: VMULS +/* 1398 */ MCD_OPC_FilterValue, 1, 153, 11, 0, // Skip to: 4372 +/* 1403 */ MCD_OPC_CheckPredicate, 27, 148, 11, 0, // Skip to: 4372 +/* 1408 */ MCD_OPC_CheckField, 4, 1, 0, 141, 11, 0, // Skip to: 4372 +/* 1415 */ MCD_OPC_Decode, 241, 14, 198, 2, // Opcode: VNMULS +/* 1420 */ MCD_OPC_FilterValue, 11, 131, 11, 0, // Skip to: 4372 +/* 1425 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1428 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1450 +/* 1433 */ MCD_OPC_CheckPredicate, 61, 118, 11, 0, // Skip to: 4372 +/* 1438 */ MCD_OPC_CheckField, 4, 1, 0, 111, 11, 0, // Skip to: 4372 +/* 1445 */ MCD_OPC_Decode, 179, 14, 205, 2, // Opcode: VMULD +/* 1450 */ MCD_OPC_FilterValue, 1, 101, 11, 0, // Skip to: 4372 +/* 1455 */ MCD_OPC_CheckPredicate, 61, 96, 11, 0, // Skip to: 4372 +/* 1460 */ MCD_OPC_CheckField, 4, 1, 0, 89, 11, 0, // Skip to: 4372 +/* 1467 */ MCD_OPC_Decode, 239, 14, 205, 2, // Opcode: VNMULD +/* 1472 */ MCD_OPC_FilterValue, 29, 79, 11, 0, // Skip to: 4372 +/* 1477 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1480 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 1532 +/* 1485 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1488 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1510 +/* 1493 */ MCD_OPC_CheckPredicate, 60, 58, 11, 0, // Skip to: 4372 +/* 1498 */ MCD_OPC_CheckField, 4, 1, 0, 51, 11, 0, // Skip to: 4372 +/* 1505 */ MCD_OPC_Decode, 150, 10, 191, 2, // Opcode: VFMAH +/* 1510 */ MCD_OPC_FilterValue, 1, 41, 11, 0, // Skip to: 4372 +/* 1515 */ MCD_OPC_CheckPredicate, 60, 36, 11, 0, // Skip to: 4372 +/* 1520 */ MCD_OPC_CheckField, 4, 1, 0, 29, 11, 0, // Skip to: 4372 +/* 1527 */ MCD_OPC_Decode, 157, 10, 191, 2, // Opcode: VFMSH +/* 1532 */ MCD_OPC_FilterValue, 10, 194, 0, 0, // Skip to: 1731 +/* 1537 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 1540 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1578 +/* 1545 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1548 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1563 +/* 1553 */ MCD_OPC_CheckPredicate, 62, 254, 10, 0, // Skip to: 4372 +/* 1558 */ MCD_OPC_Decode, 151, 10, 197, 2, // Opcode: VFMAS +/* 1563 */ MCD_OPC_FilterValue, 1, 244, 10, 0, // Skip to: 4372 +/* 1568 */ MCD_OPC_CheckPredicate, 62, 239, 10, 0, // Skip to: 4372 +/* 1573 */ MCD_OPC_Decode, 158, 10, 197, 2, // Opcode: VFMSS +/* 1578 */ MCD_OPC_FilterValue, 1, 229, 10, 0, // Skip to: 4372 +/* 1583 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 1586 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1615 +/* 1591 */ MCD_OPC_CheckPredicate, 27, 216, 10, 0, // Skip to: 4372 +/* 1596 */ MCD_OPC_CheckField, 22, 1, 1, 209, 10, 0, // Skip to: 4372 +/* 1603 */ MCD_OPC_CheckField, 7, 1, 0, 202, 10, 0, // Skip to: 4372 +/* 1610 */ MCD_OPC_Decode, 178, 14, 214, 2, // Opcode: VMSR_FPSID +/* 1615 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 1644 +/* 1620 */ MCD_OPC_CheckPredicate, 27, 187, 10, 0, // Skip to: 4372 +/* 1625 */ MCD_OPC_CheckField, 22, 1, 1, 180, 10, 0, // Skip to: 4372 +/* 1632 */ MCD_OPC_CheckField, 7, 1, 0, 173, 10, 0, // Skip to: 4372 +/* 1639 */ MCD_OPC_Decode, 174, 14, 214, 2, // Opcode: VMSR +/* 1644 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1673 +/* 1649 */ MCD_OPC_CheckPredicate, 27, 158, 10, 0, // Skip to: 4372 +/* 1654 */ MCD_OPC_CheckField, 22, 1, 1, 151, 10, 0, // Skip to: 4372 +/* 1661 */ MCD_OPC_CheckField, 7, 1, 0, 144, 10, 0, // Skip to: 4372 +/* 1668 */ MCD_OPC_Decode, 175, 14, 214, 2, // Opcode: VMSR_FPEXC +/* 1673 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 1702 +/* 1678 */ MCD_OPC_CheckPredicate, 27, 129, 10, 0, // Skip to: 4372 +/* 1683 */ MCD_OPC_CheckField, 22, 1, 1, 122, 10, 0, // Skip to: 4372 +/* 1690 */ MCD_OPC_CheckField, 7, 1, 0, 115, 10, 0, // Skip to: 4372 +/* 1697 */ MCD_OPC_Decode, 176, 14, 214, 2, // Opcode: VMSR_FPINST +/* 1702 */ MCD_OPC_FilterValue, 10, 105, 10, 0, // Skip to: 4372 +/* 1707 */ MCD_OPC_CheckPredicate, 27, 100, 10, 0, // Skip to: 4372 +/* 1712 */ MCD_OPC_CheckField, 22, 1, 1, 93, 10, 0, // Skip to: 4372 +/* 1719 */ MCD_OPC_CheckField, 7, 1, 0, 86, 10, 0, // Skip to: 4372 +/* 1726 */ MCD_OPC_Decode, 177, 14, 214, 2, // Opcode: VMSR_FPINST2 +/* 1731 */ MCD_OPC_FilterValue, 11, 76, 10, 0, // Skip to: 4372 +/* 1736 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1739 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1761 +/* 1744 */ MCD_OPC_CheckPredicate, 63, 63, 10, 0, // Skip to: 4372 +/* 1749 */ MCD_OPC_CheckField, 4, 1, 0, 56, 10, 0, // Skip to: 4372 +/* 1756 */ MCD_OPC_Decode, 149, 10, 204, 2, // Opcode: VFMAD +/* 1761 */ MCD_OPC_FilterValue, 1, 46, 10, 0, // Skip to: 4372 +/* 1766 */ MCD_OPC_CheckPredicate, 63, 41, 10, 0, // Skip to: 4372 +/* 1771 */ MCD_OPC_CheckField, 4, 1, 0, 34, 10, 0, // Skip to: 4372 +/* 1778 */ MCD_OPC_Decode, 156, 10, 204, 2, // Opcode: VFMSD +/* 1783 */ MCD_OPC_FilterValue, 3, 24, 10, 0, // Skip to: 4372 +/* 1788 */ MCD_OPC_ExtractField, 23, 5, // Inst{27-23} ... +/* 1791 */ MCD_OPC_FilterValue, 24, 25, 0, 0, // Skip to: 1821 +/* 1796 */ MCD_OPC_CheckPredicate, 64, 11, 10, 0, // Skip to: 4372 +/* 1801 */ MCD_OPC_CheckField, 22, 1, 0, 4, 10, 0, // Skip to: 4372 +/* 1808 */ MCD_OPC_CheckField, 0, 16, 128, 20, 252, 9, 0, // Skip to: 4372 +/* 1816 */ MCD_OPC_Decode, 154, 13, 210, 2, // Opcode: VLLDM +/* 1821 */ MCD_OPC_FilterValue, 25, 63, 0, 0, // Skip to: 1889 +/* 1826 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1829 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1844 +/* 1834 */ MCD_OPC_CheckPredicate, 27, 229, 9, 0, // Skip to: 4372 +/* 1839 */ MCD_OPC_Decode, 150, 13, 211, 2, // Opcode: VLDMSIA_UPD +/* 1844 */ MCD_OPC_FilterValue, 11, 219, 9, 0, // Skip to: 4372 +/* 1849 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 1852 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1867 +/* 1857 */ MCD_OPC_CheckPredicate, 27, 206, 9, 0, // Skip to: 4372 +/* 1862 */ MCD_OPC_Decode, 146, 13, 212, 2, // Opcode: VLDMDIA_UPD +/* 1867 */ MCD_OPC_FilterValue, 1, 196, 9, 0, // Skip to: 4372 +/* 1872 */ MCD_OPC_CheckPredicate, 27, 191, 9, 0, // Skip to: 4372 +/* 1877 */ MCD_OPC_CheckField, 22, 1, 0, 184, 9, 0, // Skip to: 4372 +/* 1884 */ MCD_OPC_Decode, 213, 4, 213, 2, // Opcode: FLDMXIA_UPD +/* 1889 */ MCD_OPC_FilterValue, 26, 63, 0, 0, // Skip to: 1957 +/* 1894 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1897 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1912 +/* 1902 */ MCD_OPC_CheckPredicate, 27, 161, 9, 0, // Skip to: 4372 +/* 1907 */ MCD_OPC_Decode, 148, 13, 211, 2, // Opcode: VLDMSDB_UPD +/* 1912 */ MCD_OPC_FilterValue, 11, 151, 9, 0, // Skip to: 4372 +/* 1917 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... +/* 1920 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1935 +/* 1925 */ MCD_OPC_CheckPredicate, 27, 138, 9, 0, // Skip to: 4372 +/* 1930 */ MCD_OPC_Decode, 144, 13, 212, 2, // Opcode: VLDMDDB_UPD +/* 1935 */ MCD_OPC_FilterValue, 1, 128, 9, 0, // Skip to: 4372 +/* 1940 */ MCD_OPC_CheckPredicate, 27, 123, 9, 0, // Skip to: 4372 +/* 1945 */ MCD_OPC_CheckField, 22, 1, 0, 116, 9, 0, // Skip to: 4372 +/* 1952 */ MCD_OPC_Decode, 211, 4, 213, 2, // Opcode: FLDMXDB_UPD +/* 1957 */ MCD_OPC_FilterValue, 28, 159, 0, 0, // Skip to: 2121 +/* 1962 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 1965 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 2017 +/* 1970 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1973 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1995 +/* 1978 */ MCD_OPC_CheckPredicate, 60, 85, 9, 0, // Skip to: 4372 +/* 1983 */ MCD_OPC_CheckField, 4, 1, 0, 78, 9, 0, // Skip to: 4372 +/* 1990 */ MCD_OPC_Decode, 236, 7, 192, 2, // Opcode: VADDH +/* 1995 */ MCD_OPC_FilterValue, 1, 68, 9, 0, // Skip to: 4372 +/* 2000 */ MCD_OPC_CheckPredicate, 60, 63, 9, 0, // Skip to: 4372 +/* 2005 */ MCD_OPC_CheckField, 4, 1, 0, 56, 9, 0, // Skip to: 4372 +/* 2012 */ MCD_OPC_Decode, 208, 20, 192, 2, // Opcode: VSUBH +/* 2017 */ MCD_OPC_FilterValue, 10, 47, 0, 0, // Skip to: 2069 +/* 2022 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2025 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2047 +/* 2030 */ MCD_OPC_CheckPredicate, 27, 33, 9, 0, // Skip to: 4372 +/* 2035 */ MCD_OPC_CheckField, 4, 1, 0, 26, 9, 0, // Skip to: 4372 +/* 2042 */ MCD_OPC_Decode, 246, 7, 198, 2, // Opcode: VADDS +/* 2047 */ MCD_OPC_FilterValue, 1, 16, 9, 0, // Skip to: 4372 +/* 2052 */ MCD_OPC_CheckPredicate, 27, 11, 9, 0, // Skip to: 4372 +/* 2057 */ MCD_OPC_CheckField, 4, 1, 0, 4, 9, 0, // Skip to: 4372 +/* 2064 */ MCD_OPC_Decode, 218, 20, 198, 2, // Opcode: VSUBS +/* 2069 */ MCD_OPC_FilterValue, 11, 250, 8, 0, // Skip to: 4372 +/* 2074 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2077 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2099 +/* 2082 */ MCD_OPC_CheckPredicate, 61, 237, 8, 0, // Skip to: 4372 +/* 2087 */ MCD_OPC_CheckField, 4, 1, 0, 230, 8, 0, // Skip to: 4372 +/* 2094 */ MCD_OPC_Decode, 235, 7, 205, 2, // Opcode: VADDD +/* 2099 */ MCD_OPC_FilterValue, 1, 220, 8, 0, // Skip to: 4372 +/* 2104 */ MCD_OPC_CheckPredicate, 61, 215, 8, 0, // Skip to: 4372 +/* 2109 */ MCD_OPC_CheckField, 4, 1, 0, 208, 8, 0, // Skip to: 4372 +/* 2116 */ MCD_OPC_Decode, 207, 20, 205, 2, // Opcode: VSUBD +/* 2121 */ MCD_OPC_FilterValue, 29, 198, 8, 0, // Skip to: 4372 +/* 2126 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ... +/* 2129 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 2151 +/* 2134 */ MCD_OPC_CheckPredicate, 60, 185, 8, 0, // Skip to: 4372 +/* 2139 */ MCD_OPC_CheckField, 4, 2, 0, 178, 8, 0, // Skip to: 4372 +/* 2146 */ MCD_OPC_Decode, 209, 4, 215, 2, // Opcode: FCONSTH +/* 2151 */ MCD_OPC_FilterValue, 37, 11, 1, 0, // Skip to: 2423 +/* 2156 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 2159 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2181 +/* 2164 */ MCD_OPC_CheckPredicate, 60, 155, 8, 0, // Skip to: 4372 +/* 2169 */ MCD_OPC_CheckField, 4, 1, 0, 148, 8, 0, // Skip to: 4372 +/* 2176 */ MCD_OPC_Decode, 221, 14, 216, 2, // Opcode: VNEGH +/* 2181 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 2203 +/* 2186 */ MCD_OPC_CheckPredicate, 60, 133, 8, 0, // Skip to: 4372 +/* 2191 */ MCD_OPC_CheckField, 4, 1, 0, 126, 8, 0, // Skip to: 4372 +/* 2198 */ MCD_OPC_Decode, 146, 9, 216, 2, // Opcode: VCMPH +/* 2203 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 2225 +/* 2208 */ MCD_OPC_CheckPredicate, 60, 111, 8, 0, // Skip to: 4372 +/* 2213 */ MCD_OPC_CheckField, 0, 6, 0, 104, 8, 0, // Skip to: 4372 +/* 2220 */ MCD_OPC_Decode, 149, 9, 217, 2, // Opcode: VCMPZH +/* 2225 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 2247 +/* 2230 */ MCD_OPC_CheckPredicate, 60, 89, 8, 0, // Skip to: 4372 +/* 2235 */ MCD_OPC_CheckField, 4, 1, 0, 82, 8, 0, // Skip to: 4372 +/* 2242 */ MCD_OPC_Decode, 148, 17, 218, 2, // Opcode: VRINTRH +/* 2247 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 2269 +/* 2252 */ MCD_OPC_CheckPredicate, 60, 67, 8, 0, // Skip to: 4372 +/* 2257 */ MCD_OPC_CheckField, 4, 1, 0, 60, 8, 0, // Skip to: 4372 +/* 2264 */ MCD_OPC_Decode, 151, 17, 218, 2, // Opcode: VRINTXH +/* 2269 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 2291 +/* 2274 */ MCD_OPC_CheckPredicate, 60, 45, 8, 0, // Skip to: 4372 +/* 2279 */ MCD_OPC_CheckField, 4, 1, 0, 38, 8, 0, // Skip to: 4372 +/* 2286 */ MCD_OPC_Decode, 167, 21, 219, 2, // Opcode: VUITOH +/* 2291 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 2313 +/* 2296 */ MCD_OPC_CheckPredicate, 60, 23, 8, 0, // Skip to: 4372 +/* 2301 */ MCD_OPC_CheckField, 4, 1, 0, 16, 8, 0, // Skip to: 4372 +/* 2308 */ MCD_OPC_Decode, 172, 18, 220, 2, // Opcode: VSHTOH +/* 2313 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 2335 +/* 2318 */ MCD_OPC_CheckPredicate, 60, 1, 8, 0, // Skip to: 4372 +/* 2323 */ MCD_OPC_CheckField, 4, 1, 0, 250, 7, 0, // Skip to: 4372 +/* 2330 */ MCD_OPC_Decode, 164, 21, 220, 2, // Opcode: VUHTOH +/* 2335 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 2357 +/* 2340 */ MCD_OPC_CheckPredicate, 60, 235, 7, 0, // Skip to: 4372 +/* 2345 */ MCD_OPC_CheckField, 4, 1, 0, 228, 7, 0, // Skip to: 4372 +/* 2352 */ MCD_OPC_Decode, 139, 21, 218, 2, // Opcode: VTOUIRH +/* 2357 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 2379 +/* 2362 */ MCD_OPC_CheckPredicate, 60, 213, 7, 0, // Skip to: 4372 +/* 2367 */ MCD_OPC_CheckField, 4, 1, 0, 206, 7, 0, // Skip to: 4372 +/* 2374 */ MCD_OPC_Decode, 255, 20, 218, 2, // Opcode: VTOSIRH +/* 2379 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 2401 +/* 2384 */ MCD_OPC_CheckPredicate, 60, 191, 7, 0, // Skip to: 4372 +/* 2389 */ MCD_OPC_CheckField, 4, 1, 0, 184, 7, 0, // Skip to: 4372 +/* 2396 */ MCD_OPC_Decode, 252, 20, 220, 2, // Opcode: VTOSHH +/* 2401 */ MCD_OPC_FilterValue, 15, 174, 7, 0, // Skip to: 4372 +/* 2406 */ MCD_OPC_CheckPredicate, 60, 169, 7, 0, // Skip to: 4372 +/* 2411 */ MCD_OPC_CheckField, 4, 1, 0, 162, 7, 0, // Skip to: 4372 +/* 2418 */ MCD_OPC_Decode, 136, 21, 220, 2, // Opcode: VTOUHH +/* 2423 */ MCD_OPC_FilterValue, 39, 11, 1, 0, // Skip to: 2695 +/* 2428 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 2431 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2453 +/* 2436 */ MCD_OPC_CheckPredicate, 60, 139, 7, 0, // Skip to: 4372 +/* 2441 */ MCD_OPC_CheckField, 4, 1, 0, 132, 7, 0, // Skip to: 4372 +/* 2448 */ MCD_OPC_Decode, 215, 7, 218, 2, // Opcode: VABSH +/* 2453 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2475 +/* 2458 */ MCD_OPC_CheckPredicate, 60, 117, 7, 0, // Skip to: 4372 +/* 2463 */ MCD_OPC_CheckField, 4, 1, 0, 110, 7, 0, // Skip to: 4372 +/* 2470 */ MCD_OPC_Decode, 189, 18, 218, 2, // Opcode: VSQRTH +/* 2475 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 2497 +/* 2480 */ MCD_OPC_CheckPredicate, 60, 95, 7, 0, // Skip to: 4372 +/* 2485 */ MCD_OPC_CheckField, 4, 1, 0, 88, 7, 0, // Skip to: 4372 +/* 2492 */ MCD_OPC_Decode, 141, 9, 216, 2, // Opcode: VCMPEH +/* 2497 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 2519 +/* 2502 */ MCD_OPC_CheckPredicate, 60, 73, 7, 0, // Skip to: 4372 +/* 2507 */ MCD_OPC_CheckField, 0, 6, 0, 66, 7, 0, // Skip to: 4372 +/* 2514 */ MCD_OPC_Decode, 144, 9, 217, 2, // Opcode: VCMPEZH +/* 2519 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 2541 +/* 2524 */ MCD_OPC_CheckPredicate, 60, 51, 7, 0, // Skip to: 4372 +/* 2529 */ MCD_OPC_CheckField, 4, 1, 0, 44, 7, 0, // Skip to: 4372 +/* 2536 */ MCD_OPC_Decode, 158, 17, 218, 2, // Opcode: VRINTZH +/* 2541 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 2563 +/* 2546 */ MCD_OPC_CheckPredicate, 60, 29, 7, 0, // Skip to: 4372 +/* 2551 */ MCD_OPC_CheckField, 4, 1, 0, 22, 7, 0, // Skip to: 4372 +/* 2558 */ MCD_OPC_Decode, 175, 18, 219, 2, // Opcode: VSITOH +/* 2563 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 2585 +/* 2568 */ MCD_OPC_CheckPredicate, 60, 7, 7, 0, // Skip to: 4372 +/* 2573 */ MCD_OPC_CheckField, 4, 1, 0, 0, 7, 0, // Skip to: 4372 +/* 2580 */ MCD_OPC_Decode, 186, 18, 220, 2, // Opcode: VSLTOH +/* 2585 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 2607 +/* 2590 */ MCD_OPC_CheckPredicate, 60, 241, 6, 0, // Skip to: 4372 +/* 2595 */ MCD_OPC_CheckField, 4, 1, 0, 234, 6, 0, // Skip to: 4372 +/* 2602 */ MCD_OPC_Decode, 170, 21, 220, 2, // Opcode: VULTOH +/* 2607 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 2629 +/* 2612 */ MCD_OPC_CheckPredicate, 60, 219, 6, 0, // Skip to: 4372 +/* 2617 */ MCD_OPC_CheckField, 4, 1, 0, 212, 6, 0, // Skip to: 4372 +/* 2624 */ MCD_OPC_Decode, 142, 21, 221, 2, // Opcode: VTOUIZH +/* 2629 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 2651 +/* 2634 */ MCD_OPC_CheckPredicate, 60, 197, 6, 0, // Skip to: 4372 +/* 2639 */ MCD_OPC_CheckField, 4, 1, 0, 190, 6, 0, // Skip to: 4372 +/* 2646 */ MCD_OPC_Decode, 130, 21, 221, 2, // Opcode: VTOSIZH +/* 2651 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 2673 +/* 2656 */ MCD_OPC_CheckPredicate, 60, 175, 6, 0, // Skip to: 4372 +/* 2661 */ MCD_OPC_CheckField, 4, 1, 0, 168, 6, 0, // Skip to: 4372 +/* 2668 */ MCD_OPC_Decode, 133, 21, 220, 2, // Opcode: VTOSLH +/* 2673 */ MCD_OPC_FilterValue, 15, 158, 6, 0, // Skip to: 4372 +/* 2678 */ MCD_OPC_CheckPredicate, 60, 153, 6, 0, // Skip to: 4372 +/* 2683 */ MCD_OPC_CheckField, 4, 1, 0, 146, 6, 0, // Skip to: 4372 +/* 2690 */ MCD_OPC_Decode, 145, 21, 220, 2, // Opcode: VTOULH +/* 2695 */ MCD_OPC_FilterValue, 40, 20, 1, 0, // Skip to: 2976 +/* 2700 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... +/* 2703 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2718 +/* 2708 */ MCD_OPC_CheckPredicate, 65, 123, 6, 0, // Skip to: 4372 +/* 2713 */ MCD_OPC_Decode, 210, 4, 222, 2, // Opcode: FCONSTS +/* 2718 */ MCD_OPC_FilterValue, 1, 113, 6, 0, // Skip to: 4372 +/* 2723 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 2726 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2755 +/* 2731 */ MCD_OPC_CheckPredicate, 27, 100, 6, 0, // Skip to: 4372 +/* 2736 */ MCD_OPC_CheckField, 22, 1, 1, 93, 6, 0, // Skip to: 4372 +/* 2743 */ MCD_OPC_CheckField, 0, 4, 0, 86, 6, 0, // Skip to: 4372 +/* 2750 */ MCD_OPC_Decode, 170, 14, 214, 2, // Opcode: VMRS_FPSID +/* 2755 */ MCD_OPC_FilterValue, 1, 42, 0, 0, // Skip to: 2802 +/* 2760 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... +/* 2763 */ MCD_OPC_FilterValue, 0, 68, 6, 0, // Skip to: 4372 +/* 2768 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... +/* 2771 */ MCD_OPC_FilterValue, 1, 60, 6, 0, // Skip to: 4372 +/* 2776 */ MCD_OPC_CheckPredicate, 27, 11, 0, 0, // Skip to: 2792 +/* 2781 */ MCD_OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 2792 +/* 2788 */ MCD_OPC_Decode, 214, 4, 29, // Opcode: FMSTAT +/* 2792 */ MCD_OPC_CheckPredicate, 27, 39, 6, 0, // Skip to: 4372 +/* 2797 */ MCD_OPC_Decode, 166, 14, 214, 2, // Opcode: VMRS +/* 2802 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2831 +/* 2807 */ MCD_OPC_CheckPredicate, 66, 24, 6, 0, // Skip to: 4372 +/* 2812 */ MCD_OPC_CheckField, 22, 1, 1, 17, 6, 0, // Skip to: 4372 +/* 2819 */ MCD_OPC_CheckField, 0, 4, 0, 10, 6, 0, // Skip to: 4372 +/* 2826 */ MCD_OPC_Decode, 173, 14, 214, 2, // Opcode: VMRS_MVFR2 +/* 2831 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 2860 +/* 2836 */ MCD_OPC_CheckPredicate, 27, 251, 5, 0, // Skip to: 4372 +/* 2841 */ MCD_OPC_CheckField, 22, 1, 1, 244, 5, 0, // Skip to: 4372 +/* 2848 */ MCD_OPC_CheckField, 0, 4, 0, 237, 5, 0, // Skip to: 4372 +/* 2855 */ MCD_OPC_Decode, 172, 14, 214, 2, // Opcode: VMRS_MVFR1 +/* 2860 */ MCD_OPC_FilterValue, 7, 24, 0, 0, // Skip to: 2889 +/* 2865 */ MCD_OPC_CheckPredicate, 27, 222, 5, 0, // Skip to: 4372 +/* 2870 */ MCD_OPC_CheckField, 22, 1, 1, 215, 5, 0, // Skip to: 4372 +/* 2877 */ MCD_OPC_CheckField, 0, 4, 0, 208, 5, 0, // Skip to: 4372 +/* 2884 */ MCD_OPC_Decode, 171, 14, 214, 2, // Opcode: VMRS_MVFR0 +/* 2889 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 2918 +/* 2894 */ MCD_OPC_CheckPredicate, 27, 193, 5, 0, // Skip to: 4372 +/* 2899 */ MCD_OPC_CheckField, 22, 1, 1, 186, 5, 0, // Skip to: 4372 +/* 2906 */ MCD_OPC_CheckField, 0, 4, 0, 179, 5, 0, // Skip to: 4372 +/* 2913 */ MCD_OPC_Decode, 167, 14, 214, 2, // Opcode: VMRS_FPEXC +/* 2918 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 2947 +/* 2923 */ MCD_OPC_CheckPredicate, 27, 164, 5, 0, // Skip to: 4372 +/* 2928 */ MCD_OPC_CheckField, 22, 1, 1, 157, 5, 0, // Skip to: 4372 +/* 2935 */ MCD_OPC_CheckField, 0, 4, 0, 150, 5, 0, // Skip to: 4372 +/* 2942 */ MCD_OPC_Decode, 168, 14, 214, 2, // Opcode: VMRS_FPINST +/* 2947 */ MCD_OPC_FilterValue, 10, 140, 5, 0, // Skip to: 4372 +/* 2952 */ MCD_OPC_CheckPredicate, 27, 135, 5, 0, // Skip to: 4372 +/* 2957 */ MCD_OPC_CheckField, 22, 1, 1, 128, 5, 0, // Skip to: 4372 +/* 2964 */ MCD_OPC_CheckField, 0, 4, 0, 121, 5, 0, // Skip to: 4372 +/* 2971 */ MCD_OPC_Decode, 169, 14, 214, 2, // Opcode: VMRS_FPINST2 +/* 2976 */ MCD_OPC_FilterValue, 41, 77, 1, 0, // Skip to: 3314 +/* 2981 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 2984 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3006 +/* 2989 */ MCD_OPC_CheckPredicate, 27, 98, 5, 0, // Skip to: 4372 +/* 2994 */ MCD_OPC_CheckField, 4, 1, 0, 91, 5, 0, // Skip to: 4372 +/* 3001 */ MCD_OPC_Decode, 153, 14, 218, 2, // Opcode: VMOVS +/* 3006 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3028 +/* 3011 */ MCD_OPC_CheckPredicate, 27, 76, 5, 0, // Skip to: 4372 +/* 3016 */ MCD_OPC_CheckField, 4, 1, 0, 69, 5, 0, // Skip to: 4372 +/* 3023 */ MCD_OPC_Decode, 222, 14, 218, 2, // Opcode: VNEGS +/* 3028 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3050 +/* 3033 */ MCD_OPC_CheckPredicate, 67, 54, 5, 0, // Skip to: 4372 +/* 3038 */ MCD_OPC_CheckField, 4, 1, 0, 47, 5, 0, // Skip to: 4372 +/* 3045 */ MCD_OPC_Decode, 169, 9, 218, 2, // Opcode: VCVTBHS +/* 3050 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3072 +/* 3055 */ MCD_OPC_CheckPredicate, 67, 32, 5, 0, // Skip to: 4372 +/* 3060 */ MCD_OPC_CheckField, 4, 1, 0, 25, 5, 0, // Skip to: 4372 +/* 3067 */ MCD_OPC_Decode, 170, 9, 218, 2, // Opcode: VCVTBSH +/* 3072 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3094 +/* 3077 */ MCD_OPC_CheckPredicate, 27, 10, 5, 0, // Skip to: 4372 +/* 3082 */ MCD_OPC_CheckField, 4, 1, 0, 3, 5, 0, // Skip to: 4372 +/* 3089 */ MCD_OPC_Decode, 147, 9, 218, 2, // Opcode: VCMPS +/* 3094 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3116 +/* 3099 */ MCD_OPC_CheckPredicate, 27, 244, 4, 0, // Skip to: 4372 +/* 3104 */ MCD_OPC_CheckField, 0, 6, 0, 237, 4, 0, // Skip to: 4372 +/* 3111 */ MCD_OPC_Decode, 150, 9, 223, 2, // Opcode: VCMPZS +/* 3116 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3138 +/* 3121 */ MCD_OPC_CheckPredicate, 66, 222, 4, 0, // Skip to: 4372 +/* 3126 */ MCD_OPC_CheckField, 4, 1, 0, 215, 4, 0, // Skip to: 4372 +/* 3133 */ MCD_OPC_Decode, 149, 17, 218, 2, // Opcode: VRINTRS +/* 3138 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 3160 +/* 3143 */ MCD_OPC_CheckPredicate, 66, 200, 4, 0, // Skip to: 4372 +/* 3148 */ MCD_OPC_CheckField, 4, 1, 0, 193, 4, 0, // Skip to: 4372 +/* 3155 */ MCD_OPC_Decode, 156, 17, 218, 2, // Opcode: VRINTXS +/* 3160 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 3182 +/* 3165 */ MCD_OPC_CheckPredicate, 27, 178, 4, 0, // Skip to: 4372 +/* 3170 */ MCD_OPC_CheckField, 4, 1, 0, 171, 4, 0, // Skip to: 4372 +/* 3177 */ MCD_OPC_Decode, 168, 21, 218, 2, // Opcode: VUITOS +/* 3182 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 3204 +/* 3187 */ MCD_OPC_CheckPredicate, 27, 156, 4, 0, // Skip to: 4372 +/* 3192 */ MCD_OPC_CheckField, 4, 1, 0, 149, 4, 0, // Skip to: 4372 +/* 3199 */ MCD_OPC_Decode, 173, 18, 220, 2, // Opcode: VSHTOS +/* 3204 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 3226 +/* 3209 */ MCD_OPC_CheckPredicate, 27, 134, 4, 0, // Skip to: 4372 +/* 3214 */ MCD_OPC_CheckField, 4, 1, 0, 127, 4, 0, // Skip to: 4372 +/* 3221 */ MCD_OPC_Decode, 165, 21, 220, 2, // Opcode: VUHTOS +/* 3226 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 3248 +/* 3231 */ MCD_OPC_CheckPredicate, 27, 112, 4, 0, // Skip to: 4372 +/* 3236 */ MCD_OPC_CheckField, 4, 1, 0, 105, 4, 0, // Skip to: 4372 +/* 3243 */ MCD_OPC_Decode, 140, 21, 218, 2, // Opcode: VTOUIRS +/* 3248 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 3270 +/* 3253 */ MCD_OPC_CheckPredicate, 27, 90, 4, 0, // Skip to: 4372 +/* 3258 */ MCD_OPC_CheckField, 4, 1, 0, 83, 4, 0, // Skip to: 4372 +/* 3265 */ MCD_OPC_Decode, 128, 21, 218, 2, // Opcode: VTOSIRS +/* 3270 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 3292 +/* 3275 */ MCD_OPC_CheckPredicate, 27, 68, 4, 0, // Skip to: 4372 +/* 3280 */ MCD_OPC_CheckField, 4, 1, 0, 61, 4, 0, // Skip to: 4372 +/* 3287 */ MCD_OPC_Decode, 253, 20, 220, 2, // Opcode: VTOSHS +/* 3292 */ MCD_OPC_FilterValue, 15, 51, 4, 0, // Skip to: 4372 +/* 3297 */ MCD_OPC_CheckPredicate, 27, 46, 4, 0, // Skip to: 4372 +/* 3302 */ MCD_OPC_CheckField, 4, 1, 0, 39, 4, 0, // Skip to: 4372 +/* 3309 */ MCD_OPC_Decode, 137, 21, 220, 2, // Opcode: VTOUHS +/* 3314 */ MCD_OPC_FilterValue, 43, 77, 1, 0, // Skip to: 3652 +/* 3319 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 3322 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3344 +/* 3327 */ MCD_OPC_CheckPredicate, 27, 16, 4, 0, // Skip to: 4372 +/* 3332 */ MCD_OPC_CheckField, 4, 1, 0, 9, 4, 0, // Skip to: 4372 +/* 3339 */ MCD_OPC_Decode, 216, 7, 218, 2, // Opcode: VABSS +/* 3344 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3366 +/* 3349 */ MCD_OPC_CheckPredicate, 27, 250, 3, 0, // Skip to: 4372 +/* 3354 */ MCD_OPC_CheckField, 4, 1, 0, 243, 3, 0, // Skip to: 4372 +/* 3361 */ MCD_OPC_Decode, 190, 18, 218, 2, // Opcode: VSQRTS +/* 3366 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3388 +/* 3371 */ MCD_OPC_CheckPredicate, 67, 228, 3, 0, // Skip to: 4372 +/* 3376 */ MCD_OPC_CheckField, 4, 1, 0, 221, 3, 0, // Skip to: 4372 +/* 3383 */ MCD_OPC_Decode, 217, 9, 218, 2, // Opcode: VCVTTHS +/* 3388 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3410 +/* 3393 */ MCD_OPC_CheckPredicate, 67, 206, 3, 0, // Skip to: 4372 +/* 3398 */ MCD_OPC_CheckField, 4, 1, 0, 199, 3, 0, // Skip to: 4372 +/* 3405 */ MCD_OPC_Decode, 218, 9, 218, 2, // Opcode: VCVTTSH +/* 3410 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3432 +/* 3415 */ MCD_OPC_CheckPredicate, 27, 184, 3, 0, // Skip to: 4372 +/* 3420 */ MCD_OPC_CheckField, 4, 1, 0, 177, 3, 0, // Skip to: 4372 +/* 3427 */ MCD_OPC_Decode, 142, 9, 218, 2, // Opcode: VCMPES +/* 3432 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3454 +/* 3437 */ MCD_OPC_CheckPredicate, 27, 162, 3, 0, // Skip to: 4372 +/* 3442 */ MCD_OPC_CheckField, 0, 6, 0, 155, 3, 0, // Skip to: 4372 +/* 3449 */ MCD_OPC_Decode, 145, 9, 223, 2, // Opcode: VCMPEZS +/* 3454 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3476 +/* 3459 */ MCD_OPC_CheckPredicate, 66, 140, 3, 0, // Skip to: 4372 +/* 3464 */ MCD_OPC_CheckField, 4, 1, 0, 133, 3, 0, // Skip to: 4372 +/* 3471 */ MCD_OPC_Decode, 163, 17, 218, 2, // Opcode: VRINTZS +/* 3476 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 3498 +/* 3481 */ MCD_OPC_CheckPredicate, 61, 118, 3, 0, // Skip to: 4372 +/* 3486 */ MCD_OPC_CheckField, 4, 1, 0, 111, 3, 0, // Skip to: 4372 +/* 3493 */ MCD_OPC_Decode, 171, 9, 224, 2, // Opcode: VCVTDS +/* 3498 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 3520 +/* 3503 */ MCD_OPC_CheckPredicate, 27, 96, 3, 0, // Skip to: 4372 +/* 3508 */ MCD_OPC_CheckField, 4, 1, 0, 89, 3, 0, // Skip to: 4372 +/* 3515 */ MCD_OPC_Decode, 176, 18, 218, 2, // Opcode: VSITOS +/* 3520 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 3542 +/* 3525 */ MCD_OPC_CheckPredicate, 27, 74, 3, 0, // Skip to: 4372 +/* 3530 */ MCD_OPC_CheckField, 4, 1, 0, 67, 3, 0, // Skip to: 4372 +/* 3537 */ MCD_OPC_Decode, 187, 18, 220, 2, // Opcode: VSLTOS +/* 3542 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 3564 +/* 3547 */ MCD_OPC_CheckPredicate, 27, 52, 3, 0, // Skip to: 4372 +/* 3552 */ MCD_OPC_CheckField, 4, 1, 0, 45, 3, 0, // Skip to: 4372 +/* 3559 */ MCD_OPC_Decode, 171, 21, 220, 2, // Opcode: VULTOS +/* 3564 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 3586 +/* 3569 */ MCD_OPC_CheckPredicate, 27, 30, 3, 0, // Skip to: 4372 +/* 3574 */ MCD_OPC_CheckField, 4, 1, 0, 23, 3, 0, // Skip to: 4372 +/* 3581 */ MCD_OPC_Decode, 143, 21, 218, 2, // Opcode: VTOUIZS +/* 3586 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 3608 +/* 3591 */ MCD_OPC_CheckPredicate, 27, 8, 3, 0, // Skip to: 4372 +/* 3596 */ MCD_OPC_CheckField, 4, 1, 0, 1, 3, 0, // Skip to: 4372 +/* 3603 */ MCD_OPC_Decode, 131, 21, 218, 2, // Opcode: VTOSIZS +/* 3608 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 3630 +/* 3613 */ MCD_OPC_CheckPredicate, 27, 242, 2, 0, // Skip to: 4372 +/* 3618 */ MCD_OPC_CheckField, 4, 1, 0, 235, 2, 0, // Skip to: 4372 +/* 3625 */ MCD_OPC_Decode, 134, 21, 220, 2, // Opcode: VTOSLS +/* 3630 */ MCD_OPC_FilterValue, 15, 225, 2, 0, // Skip to: 4372 +/* 3635 */ MCD_OPC_CheckPredicate, 27, 220, 2, 0, // Skip to: 4372 +/* 3640 */ MCD_OPC_CheckField, 4, 1, 0, 213, 2, 0, // Skip to: 4372 +/* 3647 */ MCD_OPC_Decode, 146, 21, 220, 2, // Opcode: VTOULS +/* 3652 */ MCD_OPC_FilterValue, 44, 17, 0, 0, // Skip to: 3674 +/* 3657 */ MCD_OPC_CheckPredicate, 68, 198, 2, 0, // Skip to: 4372 +/* 3662 */ MCD_OPC_CheckField, 4, 2, 0, 191, 2, 0, // Skip to: 4372 +/* 3669 */ MCD_OPC_Decode, 208, 4, 225, 2, // Opcode: FCONSTD +/* 3674 */ MCD_OPC_FilterValue, 45, 77, 1, 0, // Skip to: 4012 +/* 3679 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 3682 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3704 +/* 3687 */ MCD_OPC_CheckPredicate, 61, 168, 2, 0, // Skip to: 4372 +/* 3692 */ MCD_OPC_CheckField, 4, 1, 0, 161, 2, 0, // Skip to: 4372 +/* 3699 */ MCD_OPC_Decode, 136, 14, 226, 2, // Opcode: VMOVD +/* 3704 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3726 +/* 3709 */ MCD_OPC_CheckPredicate, 61, 146, 2, 0, // Skip to: 4372 +/* 3714 */ MCD_OPC_CheckField, 4, 1, 0, 139, 2, 0, // Skip to: 4372 +/* 3721 */ MCD_OPC_Decode, 220, 14, 226, 2, // Opcode: VNEGD +/* 3726 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3748 +/* 3731 */ MCD_OPC_CheckPredicate, 69, 124, 2, 0, // Skip to: 4372 +/* 3736 */ MCD_OPC_CheckField, 4, 1, 0, 117, 2, 0, // Skip to: 4372 +/* 3743 */ MCD_OPC_Decode, 168, 9, 224, 2, // Opcode: VCVTBHD +/* 3748 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3770 +/* 3753 */ MCD_OPC_CheckPredicate, 69, 102, 2, 0, // Skip to: 4372 +/* 3758 */ MCD_OPC_CheckField, 4, 1, 0, 95, 2, 0, // Skip to: 4372 +/* 3765 */ MCD_OPC_Decode, 167, 9, 227, 2, // Opcode: VCVTBDH +/* 3770 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3792 +/* 3775 */ MCD_OPC_CheckPredicate, 61, 80, 2, 0, // Skip to: 4372 +/* 3780 */ MCD_OPC_CheckField, 4, 1, 0, 73, 2, 0, // Skip to: 4372 +/* 3787 */ MCD_OPC_Decode, 139, 9, 226, 2, // Opcode: VCMPD +/* 3792 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3814 +/* 3797 */ MCD_OPC_CheckPredicate, 61, 58, 2, 0, // Skip to: 4372 +/* 3802 */ MCD_OPC_CheckField, 0, 6, 0, 51, 2, 0, // Skip to: 4372 +/* 3809 */ MCD_OPC_Decode, 148, 9, 228, 2, // Opcode: VCMPZD +/* 3814 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3836 +/* 3819 */ MCD_OPC_CheckPredicate, 69, 36, 2, 0, // Skip to: 4372 +/* 3824 */ MCD_OPC_CheckField, 4, 1, 0, 29, 2, 0, // Skip to: 4372 +/* 3831 */ MCD_OPC_Decode, 147, 17, 226, 2, // Opcode: VRINTRD +/* 3836 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 3858 +/* 3841 */ MCD_OPC_CheckPredicate, 69, 14, 2, 0, // Skip to: 4372 +/* 3846 */ MCD_OPC_CheckField, 4, 1, 0, 7, 2, 0, // Skip to: 4372 +/* 3853 */ MCD_OPC_Decode, 150, 17, 226, 2, // Opcode: VRINTXD +/* 3858 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 3880 +/* 3863 */ MCD_OPC_CheckPredicate, 61, 248, 1, 0, // Skip to: 4372 +/* 3868 */ MCD_OPC_CheckField, 4, 1, 0, 241, 1, 0, // Skip to: 4372 +/* 3875 */ MCD_OPC_Decode, 166, 21, 224, 2, // Opcode: VUITOD +/* 3880 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 3902 +/* 3885 */ MCD_OPC_CheckPredicate, 61, 226, 1, 0, // Skip to: 4372 +/* 3890 */ MCD_OPC_CheckField, 4, 1, 0, 219, 1, 0, // Skip to: 4372 +/* 3897 */ MCD_OPC_Decode, 171, 18, 229, 2, // Opcode: VSHTOD +/* 3902 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 3924 +/* 3907 */ MCD_OPC_CheckPredicate, 61, 204, 1, 0, // Skip to: 4372 +/* 3912 */ MCD_OPC_CheckField, 4, 1, 0, 197, 1, 0, // Skip to: 4372 +/* 3919 */ MCD_OPC_Decode, 163, 21, 229, 2, // Opcode: VUHTOD +/* 3924 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 3946 +/* 3929 */ MCD_OPC_CheckPredicate, 61, 182, 1, 0, // Skip to: 4372 +/* 3934 */ MCD_OPC_CheckField, 4, 1, 0, 175, 1, 0, // Skip to: 4372 +/* 3941 */ MCD_OPC_Decode, 138, 21, 227, 2, // Opcode: VTOUIRD +/* 3946 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 3968 +/* 3951 */ MCD_OPC_CheckPredicate, 61, 160, 1, 0, // Skip to: 4372 +/* 3956 */ MCD_OPC_CheckField, 4, 1, 0, 153, 1, 0, // Skip to: 4372 +/* 3963 */ MCD_OPC_Decode, 254, 20, 227, 2, // Opcode: VTOSIRD +/* 3968 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 3990 +/* 3973 */ MCD_OPC_CheckPredicate, 61, 138, 1, 0, // Skip to: 4372 +/* 3978 */ MCD_OPC_CheckField, 4, 1, 0, 131, 1, 0, // Skip to: 4372 +/* 3985 */ MCD_OPC_Decode, 251, 20, 229, 2, // Opcode: VTOSHD +/* 3990 */ MCD_OPC_FilterValue, 15, 121, 1, 0, // Skip to: 4372 +/* 3995 */ MCD_OPC_CheckPredicate, 61, 116, 1, 0, // Skip to: 4372 +/* 4000 */ MCD_OPC_CheckField, 4, 1, 0, 109, 1, 0, // Skip to: 4372 +/* 4007 */ MCD_OPC_Decode, 135, 21, 229, 2, // Opcode: VTOUHD +/* 4012 */ MCD_OPC_FilterValue, 47, 99, 1, 0, // Skip to: 4372 +/* 4017 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 4020 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4042 +/* 4025 */ MCD_OPC_CheckPredicate, 61, 86, 1, 0, // Skip to: 4372 +/* 4030 */ MCD_OPC_CheckField, 4, 1, 0, 79, 1, 0, // Skip to: 4372 +/* 4037 */ MCD_OPC_Decode, 214, 7, 226, 2, // Opcode: VABSD +/* 4042 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4064 +/* 4047 */ MCD_OPC_CheckPredicate, 61, 64, 1, 0, // Skip to: 4372 +/* 4052 */ MCD_OPC_CheckField, 4, 1, 0, 57, 1, 0, // Skip to: 4372 +/* 4059 */ MCD_OPC_Decode, 188, 18, 226, 2, // Opcode: VSQRTD +/* 4064 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4086 +/* 4069 */ MCD_OPC_CheckPredicate, 69, 42, 1, 0, // Skip to: 4372 +/* 4074 */ MCD_OPC_CheckField, 4, 1, 0, 35, 1, 0, // Skip to: 4372 +/* 4081 */ MCD_OPC_Decode, 216, 9, 224, 2, // Opcode: VCVTTHD +/* 4086 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4108 +/* 4091 */ MCD_OPC_CheckPredicate, 69, 20, 1, 0, // Skip to: 4372 +/* 4096 */ MCD_OPC_CheckField, 4, 1, 0, 13, 1, 0, // Skip to: 4372 +/* 4103 */ MCD_OPC_Decode, 215, 9, 227, 2, // Opcode: VCVTTDH +/* 4108 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4130 +/* 4113 */ MCD_OPC_CheckPredicate, 61, 254, 0, 0, // Skip to: 4372 +/* 4118 */ MCD_OPC_CheckField, 4, 1, 0, 247, 0, 0, // Skip to: 4372 +/* 4125 */ MCD_OPC_Decode, 140, 9, 226, 2, // Opcode: VCMPED +/* 4130 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4152 +/* 4135 */ MCD_OPC_CheckPredicate, 61, 232, 0, 0, // Skip to: 4372 +/* 4140 */ MCD_OPC_CheckField, 0, 6, 0, 225, 0, 0, // Skip to: 4372 +/* 4147 */ MCD_OPC_Decode, 143, 9, 228, 2, // Opcode: VCMPEZD +/* 4152 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 4174 +/* 4157 */ MCD_OPC_CheckPredicate, 69, 210, 0, 0, // Skip to: 4372 +/* 4162 */ MCD_OPC_CheckField, 4, 1, 0, 203, 0, 0, // Skip to: 4372 +/* 4169 */ MCD_OPC_Decode, 157, 17, 226, 2, // Opcode: VRINTZD +/* 4174 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 4196 +/* 4179 */ MCD_OPC_CheckPredicate, 61, 188, 0, 0, // Skip to: 4372 +/* 4184 */ MCD_OPC_CheckField, 4, 1, 0, 181, 0, 0, // Skip to: 4372 +/* 4191 */ MCD_OPC_Decode, 214, 9, 227, 2, // Opcode: VCVTSD +/* 4196 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 4218 +/* 4201 */ MCD_OPC_CheckPredicate, 61, 166, 0, 0, // Skip to: 4372 +/* 4206 */ MCD_OPC_CheckField, 4, 1, 0, 159, 0, 0, // Skip to: 4372 +/* 4213 */ MCD_OPC_Decode, 174, 18, 224, 2, // Opcode: VSITOD +/* 4218 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 4240 +/* 4223 */ MCD_OPC_CheckPredicate, 70, 144, 0, 0, // Skip to: 4372 +/* 4228 */ MCD_OPC_CheckField, 4, 1, 0, 137, 0, 0, // Skip to: 4372 +/* 4235 */ MCD_OPC_Decode, 199, 10, 227, 2, // Opcode: VJCVT +/* 4240 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 4262 +/* 4245 */ MCD_OPC_CheckPredicate, 61, 122, 0, 0, // Skip to: 4372 +/* 4250 */ MCD_OPC_CheckField, 4, 1, 0, 115, 0, 0, // Skip to: 4372 +/* 4257 */ MCD_OPC_Decode, 185, 18, 229, 2, // Opcode: VSLTOD +/* 4262 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 4284 +/* 4267 */ MCD_OPC_CheckPredicate, 61, 100, 0, 0, // Skip to: 4372 +/* 4272 */ MCD_OPC_CheckField, 4, 1, 0, 93, 0, 0, // Skip to: 4372 +/* 4279 */ MCD_OPC_Decode, 169, 21, 229, 2, // Opcode: VULTOD +/* 4284 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4306 +/* 4289 */ MCD_OPC_CheckPredicate, 61, 78, 0, 0, // Skip to: 4372 +/* 4294 */ MCD_OPC_CheckField, 4, 1, 0, 71, 0, 0, // Skip to: 4372 +/* 4301 */ MCD_OPC_Decode, 141, 21, 227, 2, // Opcode: VTOUIZD +/* 4306 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 4328 +/* 4311 */ MCD_OPC_CheckPredicate, 61, 56, 0, 0, // Skip to: 4372 +/* 4316 */ MCD_OPC_CheckField, 4, 1, 0, 49, 0, 0, // Skip to: 4372 +/* 4323 */ MCD_OPC_Decode, 129, 21, 227, 2, // Opcode: VTOSIZD +/* 4328 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 4350 +/* 4333 */ MCD_OPC_CheckPredicate, 61, 34, 0, 0, // Skip to: 4372 +/* 4338 */ MCD_OPC_CheckField, 4, 1, 0, 27, 0, 0, // Skip to: 4372 +/* 4345 */ MCD_OPC_Decode, 132, 21, 229, 2, // Opcode: VTOSLD +/* 4350 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 4372 +/* 4355 */ MCD_OPC_CheckPredicate, 61, 12, 0, 0, // Skip to: 4372 +/* 4360 */ MCD_OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 4372 +/* 4367 */ MCD_OPC_Decode, 144, 21, 229, 2, // Opcode: VTOULD +/* 4372 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTableVFPV832[] = { +/* 0 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3 */ MCD_OPC_FilterValue, 8, 87, 1, 0, // Skip to: 351 +/* 8 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 11 */ MCD_OPC_FilterValue, 0, 165, 0, 0, // Skip to: 181 +/* 16 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... +/* 19 */ MCD_OPC_FilterValue, 126, 105, 0, 0, // Skip to: 129 +/* 24 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 27 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 56 +/* 32 */ MCD_OPC_CheckPredicate, 71, 220, 9, 0, // Skip to: 2561 +/* 37 */ MCD_OPC_CheckField, 23, 1, 1, 213, 9, 0, // Skip to: 2561 +/* 44 */ MCD_OPC_CheckField, 4, 1, 0, 206, 9, 0, // Skip to: 2561 +/* 51 */ MCD_OPC_Decode, 152, 8, 230, 2, // Opcode: VCADDv4f16 +/* 56 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 85 +/* 61 */ MCD_OPC_CheckPredicate, 72, 191, 9, 0, // Skip to: 2561 +/* 66 */ MCD_OPC_CheckField, 23, 1, 1, 184, 9, 0, // Skip to: 2561 +/* 73 */ MCD_OPC_CheckField, 4, 1, 0, 177, 9, 0, // Skip to: 2561 +/* 80 */ MCD_OPC_Decode, 151, 8, 230, 2, // Opcode: VCADDv2f32 +/* 85 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 107 +/* 90 */ MCD_OPC_CheckPredicate, 71, 162, 9, 0, // Skip to: 2561 +/* 95 */ MCD_OPC_CheckField, 4, 1, 0, 155, 9, 0, // Skip to: 2561 +/* 102 */ MCD_OPC_Decode, 133, 9, 231, 2, // Opcode: VCMLAv4f16 +/* 107 */ MCD_OPC_FilterValue, 3, 145, 9, 0, // Skip to: 2561 +/* 112 */ MCD_OPC_CheckPredicate, 72, 140, 9, 0, // Skip to: 2561 +/* 117 */ MCD_OPC_CheckField, 4, 1, 0, 133, 9, 0, // Skip to: 2561 +/* 124 */ MCD_OPC_Decode, 131, 9, 231, 2, // Opcode: VCMLAv2f32 +/* 129 */ MCD_OPC_FilterValue, 127, 123, 9, 0, // Skip to: 2561 +/* 134 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 137 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 159 +/* 142 */ MCD_OPC_CheckPredicate, 71, 110, 9, 0, // Skip to: 2561 +/* 147 */ MCD_OPC_CheckField, 4, 1, 0, 103, 9, 0, // Skip to: 2561 +/* 154 */ MCD_OPC_Decode, 134, 9, 232, 2, // Opcode: VCMLAv4f16_indexed +/* 159 */ MCD_OPC_FilterValue, 1, 93, 9, 0, // Skip to: 2561 +/* 164 */ MCD_OPC_CheckPredicate, 72, 88, 9, 0, // Skip to: 2561 +/* 169 */ MCD_OPC_CheckField, 4, 1, 0, 81, 9, 0, // Skip to: 2561 +/* 176 */ MCD_OPC_Decode, 132, 9, 233, 2, // Opcode: VCMLAv2f32_indexed +/* 181 */ MCD_OPC_FilterValue, 1, 71, 9, 0, // Skip to: 2561 +/* 186 */ MCD_OPC_ExtractField, 25, 7, // Inst{31-25} ... +/* 189 */ MCD_OPC_FilterValue, 126, 105, 0, 0, // Skip to: 299 +/* 194 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 197 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 226 +/* 202 */ MCD_OPC_CheckPredicate, 71, 50, 9, 0, // Skip to: 2561 +/* 207 */ MCD_OPC_CheckField, 23, 1, 1, 43, 9, 0, // Skip to: 2561 +/* 214 */ MCD_OPC_CheckField, 4, 1, 0, 36, 9, 0, // Skip to: 2561 +/* 221 */ MCD_OPC_Decode, 154, 8, 234, 2, // Opcode: VCADDv8f16 +/* 226 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 255 +/* 231 */ MCD_OPC_CheckPredicate, 72, 21, 9, 0, // Skip to: 2561 +/* 236 */ MCD_OPC_CheckField, 23, 1, 1, 14, 9, 0, // Skip to: 2561 +/* 243 */ MCD_OPC_CheckField, 4, 1, 0, 7, 9, 0, // Skip to: 2561 +/* 250 */ MCD_OPC_Decode, 153, 8, 234, 2, // Opcode: VCADDv4f32 +/* 255 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 277 +/* 260 */ MCD_OPC_CheckPredicate, 71, 248, 8, 0, // Skip to: 2561 +/* 265 */ MCD_OPC_CheckField, 4, 1, 0, 241, 8, 0, // Skip to: 2561 +/* 272 */ MCD_OPC_Decode, 137, 9, 235, 2, // Opcode: VCMLAv8f16 +/* 277 */ MCD_OPC_FilterValue, 3, 231, 8, 0, // Skip to: 2561 +/* 282 */ MCD_OPC_CheckPredicate, 72, 226, 8, 0, // Skip to: 2561 +/* 287 */ MCD_OPC_CheckField, 4, 1, 0, 219, 8, 0, // Skip to: 2561 +/* 294 */ MCD_OPC_Decode, 135, 9, 235, 2, // Opcode: VCMLAv4f32 +/* 299 */ MCD_OPC_FilterValue, 127, 209, 8, 0, // Skip to: 2561 +/* 304 */ MCD_OPC_ExtractField, 23, 2, // Inst{24-23} ... +/* 307 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 329 +/* 312 */ MCD_OPC_CheckPredicate, 71, 196, 8, 0, // Skip to: 2561 +/* 317 */ MCD_OPC_CheckField, 4, 1, 0, 189, 8, 0, // Skip to: 2561 +/* 324 */ MCD_OPC_Decode, 138, 9, 236, 2, // Opcode: VCMLAv8f16_indexed +/* 329 */ MCD_OPC_FilterValue, 1, 179, 8, 0, // Skip to: 2561 +/* 334 */ MCD_OPC_CheckPredicate, 72, 174, 8, 0, // Skip to: 2561 +/* 339 */ MCD_OPC_CheckField, 4, 1, 0, 167, 8, 0, // Skip to: 2561 +/* 346 */ MCD_OPC_Decode, 136, 9, 233, 2, // Opcode: VCMLAv4f32_indexed +/* 351 */ MCD_OPC_FilterValue, 9, 123, 2, 0, // Skip to: 991 +/* 356 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 359 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 451 +/* 364 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 367 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 421 +/* 372 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 375 */ MCD_OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 398 +/* 381 */ MCD_OPC_CheckPredicate, 60, 127, 8, 0, // Skip to: 2561 +/* 386 */ MCD_OPC_CheckField, 4, 1, 0, 120, 8, 0, // Skip to: 2561 +/* 393 */ MCD_OPC_Decode, 233, 17, 237, 2, // Opcode: VSELEQH +/* 398 */ MCD_OPC_FilterValue, 253, 3, 109, 8, 0, // Skip to: 2561 +/* 404 */ MCD_OPC_CheckPredicate, 60, 104, 8, 0, // Skip to: 2561 +/* 409 */ MCD_OPC_CheckField, 4, 1, 0, 97, 8, 0, // Skip to: 2561 +/* 416 */ MCD_OPC_Decode, 157, 13, 237, 2, // Opcode: VMAXNMH +/* 421 */ MCD_OPC_FilterValue, 1, 87, 8, 0, // Skip to: 2561 +/* 426 */ MCD_OPC_CheckPredicate, 60, 82, 8, 0, // Skip to: 2561 +/* 431 */ MCD_OPC_CheckField, 23, 9, 253, 3, 74, 8, 0, // Skip to: 2561 +/* 439 */ MCD_OPC_CheckField, 4, 1, 0, 67, 8, 0, // Skip to: 2561 +/* 446 */ MCD_OPC_Decode, 180, 13, 237, 2, // Opcode: VMINNMH +/* 451 */ MCD_OPC_FilterValue, 1, 32, 0, 0, // Skip to: 488 +/* 456 */ MCD_OPC_CheckPredicate, 60, 52, 8, 0, // Skip to: 2561 +/* 461 */ MCD_OPC_CheckField, 23, 9, 252, 3, 44, 8, 0, // Skip to: 2561 +/* 469 */ MCD_OPC_CheckField, 6, 1, 0, 37, 8, 0, // Skip to: 2561 +/* 476 */ MCD_OPC_CheckField, 4, 1, 0, 30, 8, 0, // Skip to: 2561 +/* 483 */ MCD_OPC_Decode, 242, 17, 237, 2, // Opcode: VSELVSH +/* 488 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 525 +/* 493 */ MCD_OPC_CheckPredicate, 60, 15, 8, 0, // Skip to: 2561 +/* 498 */ MCD_OPC_CheckField, 23, 9, 252, 3, 7, 8, 0, // Skip to: 2561 +/* 506 */ MCD_OPC_CheckField, 6, 1, 0, 0, 8, 0, // Skip to: 2561 +/* 513 */ MCD_OPC_CheckField, 4, 1, 0, 249, 7, 0, // Skip to: 2561 +/* 520 */ MCD_OPC_Decode, 236, 17, 237, 2, // Opcode: VSELGEH +/* 525 */ MCD_OPC_FilterValue, 3, 239, 7, 0, // Skip to: 2561 +/* 530 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 533 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 563 +/* 538 */ MCD_OPC_CheckPredicate, 60, 226, 7, 0, // Skip to: 2561 +/* 543 */ MCD_OPC_CheckField, 23, 9, 252, 3, 218, 7, 0, // Skip to: 2561 +/* 551 */ MCD_OPC_CheckField, 4, 1, 0, 211, 7, 0, // Skip to: 2561 +/* 558 */ MCD_OPC_Decode, 239, 17, 237, 2, // Opcode: VSELGTH +/* 563 */ MCD_OPC_FilterValue, 1, 201, 7, 0, // Skip to: 2561 +/* 568 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 571 */ MCD_OPC_FilterValue, 8, 32, 0, 0, // Skip to: 608 +/* 576 */ MCD_OPC_CheckPredicate, 60, 188, 7, 0, // Skip to: 2561 +/* 581 */ MCD_OPC_CheckField, 23, 9, 253, 3, 180, 7, 0, // Skip to: 2561 +/* 589 */ MCD_OPC_CheckField, 7, 1, 0, 173, 7, 0, // Skip to: 2561 +/* 596 */ MCD_OPC_CheckField, 4, 1, 0, 166, 7, 0, // Skip to: 2561 +/* 603 */ MCD_OPC_Decode, 248, 16, 238, 2, // Opcode: VRINTAH +/* 608 */ MCD_OPC_FilterValue, 9, 32, 0, 0, // Skip to: 645 +/* 613 */ MCD_OPC_CheckPredicate, 60, 151, 7, 0, // Skip to: 2561 +/* 618 */ MCD_OPC_CheckField, 23, 9, 253, 3, 143, 7, 0, // Skip to: 2561 +/* 626 */ MCD_OPC_CheckField, 7, 1, 0, 136, 7, 0, // Skip to: 2561 +/* 633 */ MCD_OPC_CheckField, 4, 1, 0, 129, 7, 0, // Skip to: 2561 +/* 640 */ MCD_OPC_Decode, 134, 17, 238, 2, // Opcode: VRINTNH +/* 645 */ MCD_OPC_FilterValue, 10, 32, 0, 0, // Skip to: 682 +/* 650 */ MCD_OPC_CheckPredicate, 60, 114, 7, 0, // Skip to: 2561 +/* 655 */ MCD_OPC_CheckField, 23, 9, 253, 3, 106, 7, 0, // Skip to: 2561 +/* 663 */ MCD_OPC_CheckField, 7, 1, 0, 99, 7, 0, // Skip to: 2561 +/* 670 */ MCD_OPC_CheckField, 4, 1, 0, 92, 7, 0, // Skip to: 2561 +/* 677 */ MCD_OPC_Decode, 141, 17, 238, 2, // Opcode: VRINTPH +/* 682 */ MCD_OPC_FilterValue, 11, 32, 0, 0, // Skip to: 719 +/* 687 */ MCD_OPC_CheckPredicate, 60, 77, 7, 0, // Skip to: 2561 +/* 692 */ MCD_OPC_CheckField, 23, 9, 253, 3, 69, 7, 0, // Skip to: 2561 +/* 700 */ MCD_OPC_CheckField, 7, 1, 0, 62, 7, 0, // Skip to: 2561 +/* 707 */ MCD_OPC_CheckField, 4, 1, 0, 55, 7, 0, // Skip to: 2561 +/* 714 */ MCD_OPC_Decode, 255, 16, 238, 2, // Opcode: VRINTMH +/* 719 */ MCD_OPC_FilterValue, 12, 63, 0, 0, // Skip to: 787 +/* 724 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 727 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 757 +/* 732 */ MCD_OPC_CheckPredicate, 60, 32, 7, 0, // Skip to: 2561 +/* 737 */ MCD_OPC_CheckField, 23, 9, 253, 3, 24, 7, 0, // Skip to: 2561 +/* 745 */ MCD_OPC_CheckField, 4, 1, 0, 17, 7, 0, // Skip to: 2561 +/* 752 */ MCD_OPC_Decode, 165, 9, 239, 2, // Opcode: VCVTAUH +/* 757 */ MCD_OPC_FilterValue, 1, 7, 7, 0, // Skip to: 2561 +/* 762 */ MCD_OPC_CheckPredicate, 60, 2, 7, 0, // Skip to: 2561 +/* 767 */ MCD_OPC_CheckField, 23, 9, 253, 3, 250, 6, 0, // Skip to: 2561 +/* 775 */ MCD_OPC_CheckField, 4, 1, 0, 243, 6, 0, // Skip to: 2561 +/* 782 */ MCD_OPC_Decode, 162, 9, 239, 2, // Opcode: VCVTASH +/* 787 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 855 +/* 792 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 795 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 825 +/* 800 */ MCD_OPC_CheckPredicate, 60, 220, 6, 0, // Skip to: 2561 +/* 805 */ MCD_OPC_CheckField, 23, 9, 253, 3, 212, 6, 0, // Skip to: 2561 +/* 813 */ MCD_OPC_CheckField, 4, 1, 0, 205, 6, 0, // Skip to: 2561 +/* 820 */ MCD_OPC_Decode, 198, 9, 239, 2, // Opcode: VCVTNUH +/* 825 */ MCD_OPC_FilterValue, 1, 195, 6, 0, // Skip to: 2561 +/* 830 */ MCD_OPC_CheckPredicate, 60, 190, 6, 0, // Skip to: 2561 +/* 835 */ MCD_OPC_CheckField, 23, 9, 253, 3, 182, 6, 0, // Skip to: 2561 +/* 843 */ MCD_OPC_CheckField, 4, 1, 0, 175, 6, 0, // Skip to: 2561 +/* 850 */ MCD_OPC_Decode, 195, 9, 239, 2, // Opcode: VCVTNSH +/* 855 */ MCD_OPC_FilterValue, 14, 63, 0, 0, // Skip to: 923 +/* 860 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 863 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 893 +/* 868 */ MCD_OPC_CheckPredicate, 60, 152, 6, 0, // Skip to: 2561 +/* 873 */ MCD_OPC_CheckField, 23, 9, 253, 3, 144, 6, 0, // Skip to: 2561 +/* 881 */ MCD_OPC_CheckField, 4, 1, 0, 137, 6, 0, // Skip to: 2561 +/* 888 */ MCD_OPC_Decode, 212, 9, 239, 2, // Opcode: VCVTPUH +/* 893 */ MCD_OPC_FilterValue, 1, 127, 6, 0, // Skip to: 2561 +/* 898 */ MCD_OPC_CheckPredicate, 60, 122, 6, 0, // Skip to: 2561 +/* 903 */ MCD_OPC_CheckField, 23, 9, 253, 3, 114, 6, 0, // Skip to: 2561 +/* 911 */ MCD_OPC_CheckField, 4, 1, 0, 107, 6, 0, // Skip to: 2561 +/* 918 */ MCD_OPC_Decode, 209, 9, 239, 2, // Opcode: VCVTPSH +/* 923 */ MCD_OPC_FilterValue, 15, 97, 6, 0, // Skip to: 2561 +/* 928 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 931 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 961 +/* 936 */ MCD_OPC_CheckPredicate, 60, 84, 6, 0, // Skip to: 2561 +/* 941 */ MCD_OPC_CheckField, 23, 9, 253, 3, 76, 6, 0, // Skip to: 2561 +/* 949 */ MCD_OPC_CheckField, 4, 1, 0, 69, 6, 0, // Skip to: 2561 +/* 956 */ MCD_OPC_Decode, 184, 9, 239, 2, // Opcode: VCVTMUH +/* 961 */ MCD_OPC_FilterValue, 1, 59, 6, 0, // Skip to: 2561 +/* 966 */ MCD_OPC_CheckPredicate, 60, 54, 6, 0, // Skip to: 2561 +/* 971 */ MCD_OPC_CheckField, 23, 9, 253, 3, 46, 6, 0, // Skip to: 2561 +/* 979 */ MCD_OPC_CheckField, 4, 1, 0, 39, 6, 0, // Skip to: 2561 +/* 986 */ MCD_OPC_Decode, 181, 9, 239, 2, // Opcode: VCVTMSH +/* 991 */ MCD_OPC_FilterValue, 10, 191, 2, 0, // Skip to: 1699 +/* 996 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 999 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 1091 +/* 1004 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1007 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 1061 +/* 1012 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1015 */ MCD_OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 1038 +/* 1021 */ MCD_OPC_CheckPredicate, 66, 255, 5, 0, // Skip to: 2561 +/* 1026 */ MCD_OPC_CheckField, 4, 1, 0, 248, 5, 0, // Skip to: 2561 +/* 1033 */ MCD_OPC_Decode, 234, 17, 240, 2, // Opcode: VSELEQS +/* 1038 */ MCD_OPC_FilterValue, 253, 3, 237, 5, 0, // Skip to: 2561 +/* 1044 */ MCD_OPC_CheckPredicate, 66, 232, 5, 0, // Skip to: 2561 +/* 1049 */ MCD_OPC_CheckField, 4, 1, 0, 225, 5, 0, // Skip to: 2561 +/* 1056 */ MCD_OPC_Decode, 162, 13, 240, 2, // Opcode: VMAXNMS +/* 1061 */ MCD_OPC_FilterValue, 1, 215, 5, 0, // Skip to: 2561 +/* 1066 */ MCD_OPC_CheckPredicate, 66, 210, 5, 0, // Skip to: 2561 +/* 1071 */ MCD_OPC_CheckField, 23, 9, 253, 3, 202, 5, 0, // Skip to: 2561 +/* 1079 */ MCD_OPC_CheckField, 4, 1, 0, 195, 5, 0, // Skip to: 2561 +/* 1086 */ MCD_OPC_Decode, 185, 13, 240, 2, // Opcode: VMINNMS +/* 1091 */ MCD_OPC_FilterValue, 1, 32, 0, 0, // Skip to: 1128 +/* 1096 */ MCD_OPC_CheckPredicate, 66, 180, 5, 0, // Skip to: 2561 +/* 1101 */ MCD_OPC_CheckField, 23, 9, 252, 3, 172, 5, 0, // Skip to: 2561 +/* 1109 */ MCD_OPC_CheckField, 6, 1, 0, 165, 5, 0, // Skip to: 2561 +/* 1116 */ MCD_OPC_CheckField, 4, 1, 0, 158, 5, 0, // Skip to: 2561 +/* 1123 */ MCD_OPC_Decode, 243, 17, 240, 2, // Opcode: VSELVSS +/* 1128 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 1165 +/* 1133 */ MCD_OPC_CheckPredicate, 66, 143, 5, 0, // Skip to: 2561 +/* 1138 */ MCD_OPC_CheckField, 23, 9, 252, 3, 135, 5, 0, // Skip to: 2561 +/* 1146 */ MCD_OPC_CheckField, 6, 1, 0, 128, 5, 0, // Skip to: 2561 +/* 1153 */ MCD_OPC_CheckField, 4, 1, 0, 121, 5, 0, // Skip to: 2561 +/* 1160 */ MCD_OPC_Decode, 237, 17, 240, 2, // Opcode: VSELGES +/* 1165 */ MCD_OPC_FilterValue, 3, 111, 5, 0, // Skip to: 2561 +/* 1170 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1173 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1203 +/* 1178 */ MCD_OPC_CheckPredicate, 66, 98, 5, 0, // Skip to: 2561 +/* 1183 */ MCD_OPC_CheckField, 23, 9, 252, 3, 90, 5, 0, // Skip to: 2561 +/* 1191 */ MCD_OPC_CheckField, 4, 1, 0, 83, 5, 0, // Skip to: 2561 +/* 1198 */ MCD_OPC_Decode, 240, 17, 240, 2, // Opcode: VSELGTS +/* 1203 */ MCD_OPC_FilterValue, 1, 73, 5, 0, // Skip to: 2561 +/* 1208 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 1211 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 1279 +/* 1216 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1219 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1249 +/* 1224 */ MCD_OPC_CheckPredicate, 60, 52, 5, 0, // Skip to: 2561 +/* 1229 */ MCD_OPC_CheckField, 23, 9, 253, 3, 44, 5, 0, // Skip to: 2561 +/* 1237 */ MCD_OPC_CheckField, 4, 1, 0, 37, 5, 0, // Skip to: 2561 +/* 1244 */ MCD_OPC_Decode, 138, 14, 238, 2, // Opcode: VMOVH +/* 1249 */ MCD_OPC_FilterValue, 1, 27, 5, 0, // Skip to: 2561 +/* 1254 */ MCD_OPC_CheckPredicate, 60, 22, 5, 0, // Skip to: 2561 +/* 1259 */ MCD_OPC_CheckField, 23, 9, 253, 3, 14, 5, 0, // Skip to: 2561 +/* 1267 */ MCD_OPC_CheckField, 4, 1, 0, 7, 5, 0, // Skip to: 2561 +/* 1274 */ MCD_OPC_Decode, 198, 10, 238, 2, // Opcode: VINSH +/* 1279 */ MCD_OPC_FilterValue, 8, 32, 0, 0, // Skip to: 1316 +/* 1284 */ MCD_OPC_CheckPredicate, 66, 248, 4, 0, // Skip to: 2561 +/* 1289 */ MCD_OPC_CheckField, 23, 9, 253, 3, 240, 4, 0, // Skip to: 2561 +/* 1297 */ MCD_OPC_CheckField, 7, 1, 0, 233, 4, 0, // Skip to: 2561 +/* 1304 */ MCD_OPC_CheckField, 4, 1, 0, 226, 4, 0, // Skip to: 2561 +/* 1311 */ MCD_OPC_Decode, 253, 16, 238, 2, // Opcode: VRINTAS +/* 1316 */ MCD_OPC_FilterValue, 9, 32, 0, 0, // Skip to: 1353 +/* 1321 */ MCD_OPC_CheckPredicate, 66, 211, 4, 0, // Skip to: 2561 +/* 1326 */ MCD_OPC_CheckField, 23, 9, 253, 3, 203, 4, 0, // Skip to: 2561 +/* 1334 */ MCD_OPC_CheckField, 7, 1, 0, 196, 4, 0, // Skip to: 2561 +/* 1341 */ MCD_OPC_CheckField, 4, 1, 0, 189, 4, 0, // Skip to: 2561 +/* 1348 */ MCD_OPC_Decode, 139, 17, 238, 2, // Opcode: VRINTNS +/* 1353 */ MCD_OPC_FilterValue, 10, 32, 0, 0, // Skip to: 1390 +/* 1358 */ MCD_OPC_CheckPredicate, 66, 174, 4, 0, // Skip to: 2561 +/* 1363 */ MCD_OPC_CheckField, 23, 9, 253, 3, 166, 4, 0, // Skip to: 2561 +/* 1371 */ MCD_OPC_CheckField, 7, 1, 0, 159, 4, 0, // Skip to: 2561 +/* 1378 */ MCD_OPC_CheckField, 4, 1, 0, 152, 4, 0, // Skip to: 2561 +/* 1385 */ MCD_OPC_Decode, 146, 17, 238, 2, // Opcode: VRINTPS +/* 1390 */ MCD_OPC_FilterValue, 11, 32, 0, 0, // Skip to: 1427 +/* 1395 */ MCD_OPC_CheckPredicate, 66, 137, 4, 0, // Skip to: 2561 +/* 1400 */ MCD_OPC_CheckField, 23, 9, 253, 3, 129, 4, 0, // Skip to: 2561 +/* 1408 */ MCD_OPC_CheckField, 7, 1, 0, 122, 4, 0, // Skip to: 2561 +/* 1415 */ MCD_OPC_CheckField, 4, 1, 0, 115, 4, 0, // Skip to: 2561 +/* 1422 */ MCD_OPC_Decode, 132, 17, 238, 2, // Opcode: VRINTMS +/* 1427 */ MCD_OPC_FilterValue, 12, 63, 0, 0, // Skip to: 1495 +/* 1432 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1435 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1465 +/* 1440 */ MCD_OPC_CheckPredicate, 66, 92, 4, 0, // Skip to: 2561 +/* 1445 */ MCD_OPC_CheckField, 23, 9, 253, 3, 84, 4, 0, // Skip to: 2561 +/* 1453 */ MCD_OPC_CheckField, 4, 1, 0, 77, 4, 0, // Skip to: 2561 +/* 1460 */ MCD_OPC_Decode, 166, 9, 238, 2, // Opcode: VCVTAUS +/* 1465 */ MCD_OPC_FilterValue, 1, 67, 4, 0, // Skip to: 2561 +/* 1470 */ MCD_OPC_CheckPredicate, 66, 62, 4, 0, // Skip to: 2561 +/* 1475 */ MCD_OPC_CheckField, 23, 9, 253, 3, 54, 4, 0, // Skip to: 2561 +/* 1483 */ MCD_OPC_CheckField, 4, 1, 0, 47, 4, 0, // Skip to: 2561 +/* 1490 */ MCD_OPC_Decode, 163, 9, 238, 2, // Opcode: VCVTASS +/* 1495 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 1563 +/* 1500 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1503 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1533 +/* 1508 */ MCD_OPC_CheckPredicate, 66, 24, 4, 0, // Skip to: 2561 +/* 1513 */ MCD_OPC_CheckField, 23, 9, 253, 3, 16, 4, 0, // Skip to: 2561 +/* 1521 */ MCD_OPC_CheckField, 4, 1, 0, 9, 4, 0, // Skip to: 2561 +/* 1528 */ MCD_OPC_Decode, 199, 9, 238, 2, // Opcode: VCVTNUS +/* 1533 */ MCD_OPC_FilterValue, 1, 255, 3, 0, // Skip to: 2561 +/* 1538 */ MCD_OPC_CheckPredicate, 66, 250, 3, 0, // Skip to: 2561 +/* 1543 */ MCD_OPC_CheckField, 23, 9, 253, 3, 242, 3, 0, // Skip to: 2561 +/* 1551 */ MCD_OPC_CheckField, 4, 1, 0, 235, 3, 0, // Skip to: 2561 +/* 1558 */ MCD_OPC_Decode, 196, 9, 238, 2, // Opcode: VCVTNSS +/* 1563 */ MCD_OPC_FilterValue, 14, 63, 0, 0, // Skip to: 1631 +/* 1568 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1571 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1601 +/* 1576 */ MCD_OPC_CheckPredicate, 66, 212, 3, 0, // Skip to: 2561 +/* 1581 */ MCD_OPC_CheckField, 23, 9, 253, 3, 204, 3, 0, // Skip to: 2561 +/* 1589 */ MCD_OPC_CheckField, 4, 1, 0, 197, 3, 0, // Skip to: 2561 +/* 1596 */ MCD_OPC_Decode, 213, 9, 238, 2, // Opcode: VCVTPUS +/* 1601 */ MCD_OPC_FilterValue, 1, 187, 3, 0, // Skip to: 2561 +/* 1606 */ MCD_OPC_CheckPredicate, 66, 182, 3, 0, // Skip to: 2561 +/* 1611 */ MCD_OPC_CheckField, 23, 9, 253, 3, 174, 3, 0, // Skip to: 2561 +/* 1619 */ MCD_OPC_CheckField, 4, 1, 0, 167, 3, 0, // Skip to: 2561 +/* 1626 */ MCD_OPC_Decode, 210, 9, 238, 2, // Opcode: VCVTPSS +/* 1631 */ MCD_OPC_FilterValue, 15, 157, 3, 0, // Skip to: 2561 +/* 1636 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 1639 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1669 +/* 1644 */ MCD_OPC_CheckPredicate, 66, 144, 3, 0, // Skip to: 2561 +/* 1649 */ MCD_OPC_CheckField, 23, 9, 253, 3, 136, 3, 0, // Skip to: 2561 +/* 1657 */ MCD_OPC_CheckField, 4, 1, 0, 129, 3, 0, // Skip to: 2561 +/* 1664 */ MCD_OPC_Decode, 185, 9, 238, 2, // Opcode: VCVTMUS +/* 1669 */ MCD_OPC_FilterValue, 1, 119, 3, 0, // Skip to: 2561 +/* 1674 */ MCD_OPC_CheckPredicate, 66, 114, 3, 0, // Skip to: 2561 +/* 1679 */ MCD_OPC_CheckField, 23, 9, 253, 3, 106, 3, 0, // Skip to: 2561 +/* 1687 */ MCD_OPC_CheckField, 4, 1, 0, 99, 3, 0, // Skip to: 2561 +/* 1694 */ MCD_OPC_Decode, 182, 9, 238, 2, // Opcode: VCVTMSS +/* 1699 */ MCD_OPC_FilterValue, 11, 113, 2, 0, // Skip to: 2329 +/* 1704 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 1707 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 1796 +/* 1712 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1715 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 1767 +/* 1720 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 1723 */ MCD_OPC_FilterValue, 252, 3, 16, 0, 0, // Skip to: 1745 +/* 1729 */ MCD_OPC_CheckPredicate, 69, 59, 3, 0, // Skip to: 2561 +/* 1734 */ MCD_OPC_CheckField, 4, 1, 0, 52, 3, 0, // Skip to: 2561 +/* 1741 */ MCD_OPC_Decode, 232, 17, 97, // Opcode: VSELEQD +/* 1745 */ MCD_OPC_FilterValue, 253, 3, 42, 3, 0, // Skip to: 2561 +/* 1751 */ MCD_OPC_CheckPredicate, 69, 37, 3, 0, // Skip to: 2561 +/* 1756 */ MCD_OPC_CheckField, 4, 1, 0, 30, 3, 0, // Skip to: 2561 +/* 1763 */ MCD_OPC_Decode, 156, 13, 97, // Opcode: VMAXNMD +/* 1767 */ MCD_OPC_FilterValue, 1, 21, 3, 0, // Skip to: 2561 +/* 1772 */ MCD_OPC_CheckPredicate, 69, 16, 3, 0, // Skip to: 2561 +/* 1777 */ MCD_OPC_CheckField, 23, 9, 253, 3, 8, 3, 0, // Skip to: 2561 +/* 1785 */ MCD_OPC_CheckField, 4, 1, 0, 1, 3, 0, // Skip to: 2561 +/* 1792 */ MCD_OPC_Decode, 179, 13, 97, // Opcode: VMINNMD +/* 1796 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 1832 +/* 1801 */ MCD_OPC_CheckPredicate, 69, 243, 2, 0, // Skip to: 2561 +/* 1806 */ MCD_OPC_CheckField, 23, 9, 252, 3, 235, 2, 0, // Skip to: 2561 +/* 1814 */ MCD_OPC_CheckField, 6, 1, 0, 228, 2, 0, // Skip to: 2561 +/* 1821 */ MCD_OPC_CheckField, 4, 1, 0, 221, 2, 0, // Skip to: 2561 +/* 1828 */ MCD_OPC_Decode, 241, 17, 97, // Opcode: VSELVSD +/* 1832 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 1868 +/* 1837 */ MCD_OPC_CheckPredicate, 69, 207, 2, 0, // Skip to: 2561 +/* 1842 */ MCD_OPC_CheckField, 23, 9, 252, 3, 199, 2, 0, // Skip to: 2561 +/* 1850 */ MCD_OPC_CheckField, 6, 1, 0, 192, 2, 0, // Skip to: 2561 +/* 1857 */ MCD_OPC_CheckField, 4, 1, 0, 185, 2, 0, // Skip to: 2561 +/* 1864 */ MCD_OPC_Decode, 235, 17, 97, // Opcode: VSELGED +/* 1868 */ MCD_OPC_FilterValue, 3, 176, 2, 0, // Skip to: 2561 +/* 1873 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1876 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1905 +/* 1881 */ MCD_OPC_CheckPredicate, 69, 163, 2, 0, // Skip to: 2561 +/* 1886 */ MCD_OPC_CheckField, 23, 9, 252, 3, 155, 2, 0, // Skip to: 2561 +/* 1894 */ MCD_OPC_CheckField, 4, 1, 0, 148, 2, 0, // Skip to: 2561 +/* 1901 */ MCD_OPC_Decode, 238, 17, 97, // Opcode: VSELGTD +/* 1905 */ MCD_OPC_FilterValue, 1, 139, 2, 0, // Skip to: 2561 +/* 1910 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 1913 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 1949 +/* 1918 */ MCD_OPC_CheckPredicate, 69, 126, 2, 0, // Skip to: 2561 +/* 1923 */ MCD_OPC_CheckField, 23, 9, 253, 3, 118, 2, 0, // Skip to: 2561 +/* 1931 */ MCD_OPC_CheckField, 7, 1, 0, 111, 2, 0, // Skip to: 2561 +/* 1938 */ MCD_OPC_CheckField, 4, 1, 0, 104, 2, 0, // Skip to: 2561 +/* 1945 */ MCD_OPC_Decode, 247, 16, 126, // Opcode: VRINTAD +/* 1949 */ MCD_OPC_FilterValue, 9, 31, 0, 0, // Skip to: 1985 +/* 1954 */ MCD_OPC_CheckPredicate, 69, 90, 2, 0, // Skip to: 2561 +/* 1959 */ MCD_OPC_CheckField, 23, 9, 253, 3, 82, 2, 0, // Skip to: 2561 +/* 1967 */ MCD_OPC_CheckField, 7, 1, 0, 75, 2, 0, // Skip to: 2561 +/* 1974 */ MCD_OPC_CheckField, 4, 1, 0, 68, 2, 0, // Skip to: 2561 +/* 1981 */ MCD_OPC_Decode, 133, 17, 126, // Opcode: VRINTND +/* 1985 */ MCD_OPC_FilterValue, 10, 31, 0, 0, // Skip to: 2021 +/* 1990 */ MCD_OPC_CheckPredicate, 69, 54, 2, 0, // Skip to: 2561 +/* 1995 */ MCD_OPC_CheckField, 23, 9, 253, 3, 46, 2, 0, // Skip to: 2561 +/* 2003 */ MCD_OPC_CheckField, 7, 1, 0, 39, 2, 0, // Skip to: 2561 +/* 2010 */ MCD_OPC_CheckField, 4, 1, 0, 32, 2, 0, // Skip to: 2561 +/* 2017 */ MCD_OPC_Decode, 140, 17, 126, // Opcode: VRINTPD +/* 2021 */ MCD_OPC_FilterValue, 11, 31, 0, 0, // Skip to: 2057 +/* 2026 */ MCD_OPC_CheckPredicate, 69, 18, 2, 0, // Skip to: 2561 +/* 2031 */ MCD_OPC_CheckField, 23, 9, 253, 3, 10, 2, 0, // Skip to: 2561 +/* 2039 */ MCD_OPC_CheckField, 7, 1, 0, 3, 2, 0, // Skip to: 2561 +/* 2046 */ MCD_OPC_CheckField, 4, 1, 0, 252, 1, 0, // Skip to: 2561 +/* 2053 */ MCD_OPC_Decode, 254, 16, 126, // Opcode: VRINTMD +/* 2057 */ MCD_OPC_FilterValue, 12, 63, 0, 0, // Skip to: 2125 +/* 2062 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 2065 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2095 +/* 2070 */ MCD_OPC_CheckPredicate, 69, 230, 1, 0, // Skip to: 2561 +/* 2075 */ MCD_OPC_CheckField, 23, 9, 253, 3, 222, 1, 0, // Skip to: 2561 +/* 2083 */ MCD_OPC_CheckField, 4, 1, 0, 215, 1, 0, // Skip to: 2561 +/* 2090 */ MCD_OPC_Decode, 164, 9, 241, 2, // Opcode: VCVTAUD +/* 2095 */ MCD_OPC_FilterValue, 1, 205, 1, 0, // Skip to: 2561 +/* 2100 */ MCD_OPC_CheckPredicate, 69, 200, 1, 0, // Skip to: 2561 +/* 2105 */ MCD_OPC_CheckField, 23, 9, 253, 3, 192, 1, 0, // Skip to: 2561 +/* 2113 */ MCD_OPC_CheckField, 4, 1, 0, 185, 1, 0, // Skip to: 2561 +/* 2120 */ MCD_OPC_Decode, 161, 9, 241, 2, // Opcode: VCVTASD +/* 2125 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 2193 +/* 2130 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 2133 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2163 +/* 2138 */ MCD_OPC_CheckPredicate, 69, 162, 1, 0, // Skip to: 2561 +/* 2143 */ MCD_OPC_CheckField, 23, 9, 253, 3, 154, 1, 0, // Skip to: 2561 +/* 2151 */ MCD_OPC_CheckField, 4, 1, 0, 147, 1, 0, // Skip to: 2561 +/* 2158 */ MCD_OPC_Decode, 197, 9, 241, 2, // Opcode: VCVTNUD +/* 2163 */ MCD_OPC_FilterValue, 1, 137, 1, 0, // Skip to: 2561 +/* 2168 */ MCD_OPC_CheckPredicate, 69, 132, 1, 0, // Skip to: 2561 +/* 2173 */ MCD_OPC_CheckField, 23, 9, 253, 3, 124, 1, 0, // Skip to: 2561 +/* 2181 */ MCD_OPC_CheckField, 4, 1, 0, 117, 1, 0, // Skip to: 2561 +/* 2188 */ MCD_OPC_Decode, 194, 9, 241, 2, // Opcode: VCVTNSD +/* 2193 */ MCD_OPC_FilterValue, 14, 63, 0, 0, // Skip to: 2261 +/* 2198 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 2201 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2231 +/* 2206 */ MCD_OPC_CheckPredicate, 69, 94, 1, 0, // Skip to: 2561 +/* 2211 */ MCD_OPC_CheckField, 23, 9, 253, 3, 86, 1, 0, // Skip to: 2561 +/* 2219 */ MCD_OPC_CheckField, 4, 1, 0, 79, 1, 0, // Skip to: 2561 +/* 2226 */ MCD_OPC_Decode, 211, 9, 241, 2, // Opcode: VCVTPUD +/* 2231 */ MCD_OPC_FilterValue, 1, 69, 1, 0, // Skip to: 2561 +/* 2236 */ MCD_OPC_CheckPredicate, 69, 64, 1, 0, // Skip to: 2561 +/* 2241 */ MCD_OPC_CheckField, 23, 9, 253, 3, 56, 1, 0, // Skip to: 2561 +/* 2249 */ MCD_OPC_CheckField, 4, 1, 0, 49, 1, 0, // Skip to: 2561 +/* 2256 */ MCD_OPC_Decode, 208, 9, 241, 2, // Opcode: VCVTPSD +/* 2261 */ MCD_OPC_FilterValue, 15, 39, 1, 0, // Skip to: 2561 +/* 2266 */ MCD_OPC_ExtractField, 7, 1, // Inst{7} ... +/* 2269 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2299 +/* 2274 */ MCD_OPC_CheckPredicate, 69, 26, 1, 0, // Skip to: 2561 +/* 2279 */ MCD_OPC_CheckField, 23, 9, 253, 3, 18, 1, 0, // Skip to: 2561 +/* 2287 */ MCD_OPC_CheckField, 4, 1, 0, 11, 1, 0, // Skip to: 2561 +/* 2294 */ MCD_OPC_Decode, 183, 9, 241, 2, // Opcode: VCVTMUD +/* 2299 */ MCD_OPC_FilterValue, 1, 1, 1, 0, // Skip to: 2561 +/* 2304 */ MCD_OPC_CheckPredicate, 69, 252, 0, 0, // Skip to: 2561 +/* 2309 */ MCD_OPC_CheckField, 23, 9, 253, 3, 244, 0, 0, // Skip to: 2561 +/* 2317 */ MCD_OPC_CheckField, 4, 1, 0, 237, 0, 0, // Skip to: 2561 +/* 2324 */ MCD_OPC_Decode, 180, 9, 241, 2, // Opcode: VCVTMSD +/* 2329 */ MCD_OPC_FilterValue, 13, 227, 0, 0, // Skip to: 2561 +/* 2334 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... +/* 2337 */ MCD_OPC_FilterValue, 0, 107, 0, 0, // Skip to: 2449 +/* 2342 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2345 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 2397 +/* 2350 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2353 */ MCD_OPC_FilterValue, 248, 3, 16, 0, 0, // Skip to: 2375 +/* 2359 */ MCD_OPC_CheckPredicate, 73, 197, 0, 0, // Skip to: 2561 +/* 2364 */ MCD_OPC_CheckField, 20, 2, 2, 190, 0, 0, // Skip to: 2561 +/* 2371 */ MCD_OPC_Decode, 228, 17, 105, // Opcode: VSDOTD +/* 2375 */ MCD_OPC_FilterValue, 252, 3, 180, 0, 0, // Skip to: 2561 +/* 2381 */ MCD_OPC_CheckPredicate, 73, 175, 0, 0, // Skip to: 2561 +/* 2386 */ MCD_OPC_CheckField, 20, 2, 2, 168, 0, 0, // Skip to: 2561 +/* 2393 */ MCD_OPC_Decode, 229, 17, 113, // Opcode: VSDOTDI +/* 2397 */ MCD_OPC_FilterValue, 1, 159, 0, 0, // Skip to: 2561 +/* 2402 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2405 */ MCD_OPC_FilterValue, 248, 3, 16, 0, 0, // Skip to: 2427 +/* 2411 */ MCD_OPC_CheckPredicate, 73, 145, 0, 0, // Skip to: 2561 +/* 2416 */ MCD_OPC_CheckField, 20, 2, 2, 138, 0, 0, // Skip to: 2561 +/* 2423 */ MCD_OPC_Decode, 230, 17, 106, // Opcode: VSDOTQ +/* 2427 */ MCD_OPC_FilterValue, 252, 3, 128, 0, 0, // Skip to: 2561 +/* 2433 */ MCD_OPC_CheckPredicate, 73, 123, 0, 0, // Skip to: 2561 +/* 2438 */ MCD_OPC_CheckField, 20, 2, 2, 116, 0, 0, // Skip to: 2561 +/* 2445 */ MCD_OPC_Decode, 231, 17, 114, // Opcode: VSDOTQI +/* 2449 */ MCD_OPC_FilterValue, 1, 107, 0, 0, // Skip to: 2561 +/* 2454 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2457 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 2509 +/* 2462 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2465 */ MCD_OPC_FilterValue, 248, 3, 16, 0, 0, // Skip to: 2487 +/* 2471 */ MCD_OPC_CheckPredicate, 73, 85, 0, 0, // Skip to: 2561 +/* 2476 */ MCD_OPC_CheckField, 20, 2, 2, 78, 0, 0, // Skip to: 2561 +/* 2483 */ MCD_OPC_Decode, 159, 21, 105, // Opcode: VUDOTD +/* 2487 */ MCD_OPC_FilterValue, 252, 3, 68, 0, 0, // Skip to: 2561 +/* 2493 */ MCD_OPC_CheckPredicate, 73, 63, 0, 0, // Skip to: 2561 +/* 2498 */ MCD_OPC_CheckField, 20, 2, 2, 56, 0, 0, // Skip to: 2561 +/* 2505 */ MCD_OPC_Decode, 160, 21, 113, // Opcode: VUDOTDI +/* 2509 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 2561 +/* 2514 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 2517 */ MCD_OPC_FilterValue, 248, 3, 16, 0, 0, // Skip to: 2539 +/* 2523 */ MCD_OPC_CheckPredicate, 73, 33, 0, 0, // Skip to: 2561 +/* 2528 */ MCD_OPC_CheckField, 20, 2, 2, 26, 0, 0, // Skip to: 2561 +/* 2535 */ MCD_OPC_Decode, 161, 21, 106, // Opcode: VUDOTQ +/* 2539 */ MCD_OPC_FilterValue, 252, 3, 16, 0, 0, // Skip to: 2561 +/* 2545 */ MCD_OPC_CheckPredicate, 73, 11, 0, 0, // Skip to: 2561 +/* 2550 */ MCD_OPC_CheckField, 20, 2, 2, 4, 0, 0, // Skip to: 2561 +/* 2557 */ MCD_OPC_Decode, 162, 21, 114, // Opcode: VUDOTQI +/* 2561 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTablev8Crypto32[] = { +/* 0 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 3 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 83 +/* 8 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 11 */ MCD_OPC_FilterValue, 228, 3, 30, 0, 0, // Skip to: 47 +/* 17 */ MCD_OPC_CheckPredicate, 24, 12, 2, 0, // Skip to: 546 +/* 22 */ MCD_OPC_CheckField, 8, 4, 12, 5, 2, 0, // Skip to: 546 +/* 29 */ MCD_OPC_CheckField, 6, 1, 1, 254, 1, 0, // Skip to: 546 +/* 36 */ MCD_OPC_CheckField, 4, 1, 0, 247, 1, 0, // Skip to: 546 +/* 43 */ MCD_OPC_Decode, 247, 5, 106, // Opcode: SHA1C +/* 47 */ MCD_OPC_FilterValue, 230, 3, 237, 1, 0, // Skip to: 546 +/* 53 */ MCD_OPC_CheckPredicate, 24, 232, 1, 0, // Skip to: 546 +/* 58 */ MCD_OPC_CheckField, 8, 4, 12, 225, 1, 0, // Skip to: 546 +/* 65 */ MCD_OPC_CheckField, 6, 1, 1, 218, 1, 0, // Skip to: 546 +/* 72 */ MCD_OPC_CheckField, 4, 1, 0, 211, 1, 0, // Skip to: 546 +/* 79 */ MCD_OPC_Decode, 253, 5, 106, // Opcode: SHA256H +/* 83 */ MCD_OPC_FilterValue, 1, 75, 0, 0, // Skip to: 163 +/* 88 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 91 */ MCD_OPC_FilterValue, 228, 3, 30, 0, 0, // Skip to: 127 +/* 97 */ MCD_OPC_CheckPredicate, 24, 188, 1, 0, // Skip to: 546 +/* 102 */ MCD_OPC_CheckField, 8, 4, 12, 181, 1, 0, // Skip to: 546 +/* 109 */ MCD_OPC_CheckField, 6, 1, 1, 174, 1, 0, // Skip to: 546 +/* 116 */ MCD_OPC_CheckField, 4, 1, 0, 167, 1, 0, // Skip to: 546 +/* 123 */ MCD_OPC_Decode, 250, 5, 106, // Opcode: SHA1P +/* 127 */ MCD_OPC_FilterValue, 230, 3, 157, 1, 0, // Skip to: 546 +/* 133 */ MCD_OPC_CheckPredicate, 24, 152, 1, 0, // Skip to: 546 +/* 138 */ MCD_OPC_CheckField, 8, 4, 12, 145, 1, 0, // Skip to: 546 +/* 145 */ MCD_OPC_CheckField, 6, 1, 1, 138, 1, 0, // Skip to: 546 +/* 152 */ MCD_OPC_CheckField, 4, 1, 0, 131, 1, 0, // Skip to: 546 +/* 159 */ MCD_OPC_Decode, 254, 5, 106, // Opcode: SHA256H2 +/* 163 */ MCD_OPC_FilterValue, 2, 75, 0, 0, // Skip to: 243 +/* 168 */ MCD_OPC_ExtractField, 23, 9, // Inst{31-23} ... +/* 171 */ MCD_OPC_FilterValue, 228, 3, 30, 0, 0, // Skip to: 207 +/* 177 */ MCD_OPC_CheckPredicate, 24, 108, 1, 0, // Skip to: 546 +/* 182 */ MCD_OPC_CheckField, 8, 4, 12, 101, 1, 0, // Skip to: 546 +/* 189 */ MCD_OPC_CheckField, 6, 1, 1, 94, 1, 0, // Skip to: 546 +/* 196 */ MCD_OPC_CheckField, 4, 1, 0, 87, 1, 0, // Skip to: 546 +/* 203 */ MCD_OPC_Decode, 249, 5, 106, // Opcode: SHA1M +/* 207 */ MCD_OPC_FilterValue, 230, 3, 77, 1, 0, // Skip to: 546 +/* 213 */ MCD_OPC_CheckPredicate, 24, 72, 1, 0, // Skip to: 546 +/* 218 */ MCD_OPC_CheckField, 8, 4, 12, 65, 1, 0, // Skip to: 546 +/* 225 */ MCD_OPC_CheckField, 6, 1, 1, 58, 1, 0, // Skip to: 546 +/* 232 */ MCD_OPC_CheckField, 4, 1, 0, 51, 1, 0, // Skip to: 546 +/* 239 */ MCD_OPC_Decode, 128, 6, 106, // Opcode: SHA256SU1 +/* 243 */ MCD_OPC_FilterValue, 3, 42, 1, 0, // Skip to: 546 +/* 248 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 251 */ MCD_OPC_FilterValue, 2, 38, 0, 0, // Skip to: 294 +/* 256 */ MCD_OPC_CheckPredicate, 24, 29, 1, 0, // Skip to: 546 +/* 261 */ MCD_OPC_CheckField, 23, 9, 231, 3, 21, 1, 0, // Skip to: 546 +/* 269 */ MCD_OPC_CheckField, 16, 4, 9, 14, 1, 0, // Skip to: 546 +/* 276 */ MCD_OPC_CheckField, 6, 2, 3, 7, 1, 0, // Skip to: 546 +/* 283 */ MCD_OPC_CheckField, 4, 1, 0, 0, 1, 0, // Skip to: 546 +/* 290 */ MCD_OPC_Decode, 248, 5, 127, // Opcode: SHA1H +/* 294 */ MCD_OPC_FilterValue, 3, 211, 0, 0, // Skip to: 510 +/* 299 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 302 */ MCD_OPC_FilterValue, 0, 32, 0, 0, // Skip to: 339 +/* 307 */ MCD_OPC_CheckPredicate, 24, 234, 0, 0, // Skip to: 546 +/* 312 */ MCD_OPC_CheckField, 23, 9, 231, 3, 226, 0, 0, // Skip to: 546 +/* 320 */ MCD_OPC_CheckField, 16, 4, 0, 219, 0, 0, // Skip to: 546 +/* 327 */ MCD_OPC_CheckField, 4, 1, 0, 212, 0, 0, // Skip to: 546 +/* 334 */ MCD_OPC_Decode, 155, 4, 133, 1, // Opcode: AESE +/* 339 */ MCD_OPC_FilterValue, 1, 32, 0, 0, // Skip to: 376 +/* 344 */ MCD_OPC_CheckPredicate, 24, 197, 0, 0, // Skip to: 546 +/* 349 */ MCD_OPC_CheckField, 23, 9, 231, 3, 189, 0, 0, // Skip to: 546 +/* 357 */ MCD_OPC_CheckField, 16, 4, 0, 182, 0, 0, // Skip to: 546 +/* 364 */ MCD_OPC_CheckField, 4, 1, 0, 175, 0, 0, // Skip to: 546 +/* 371 */ MCD_OPC_Decode, 154, 4, 133, 1, // Opcode: AESD +/* 376 */ MCD_OPC_FilterValue, 2, 62, 0, 0, // Skip to: 443 +/* 381 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 384 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 413 +/* 389 */ MCD_OPC_CheckPredicate, 24, 152, 0, 0, // Skip to: 546 +/* 394 */ MCD_OPC_CheckField, 23, 9, 231, 3, 144, 0, 0, // Skip to: 546 +/* 402 */ MCD_OPC_CheckField, 4, 1, 0, 137, 0, 0, // Skip to: 546 +/* 409 */ MCD_OPC_Decode, 157, 4, 127, // Opcode: AESMC +/* 413 */ MCD_OPC_FilterValue, 10, 128, 0, 0, // Skip to: 546 +/* 418 */ MCD_OPC_CheckPredicate, 24, 123, 0, 0, // Skip to: 546 +/* 423 */ MCD_OPC_CheckField, 23, 9, 231, 3, 115, 0, 0, // Skip to: 546 +/* 431 */ MCD_OPC_CheckField, 4, 1, 0, 108, 0, 0, // Skip to: 546 +/* 438 */ MCD_OPC_Decode, 252, 5, 133, 1, // Opcode: SHA1SU1 +/* 443 */ MCD_OPC_FilterValue, 3, 98, 0, 0, // Skip to: 546 +/* 448 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... +/* 451 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 480 +/* 456 */ MCD_OPC_CheckPredicate, 24, 85, 0, 0, // Skip to: 546 +/* 461 */ MCD_OPC_CheckField, 23, 9, 231, 3, 77, 0, 0, // Skip to: 546 +/* 469 */ MCD_OPC_CheckField, 4, 1, 0, 70, 0, 0, // Skip to: 546 +/* 476 */ MCD_OPC_Decode, 156, 4, 127, // Opcode: AESIMC +/* 480 */ MCD_OPC_FilterValue, 10, 61, 0, 0, // Skip to: 546 +/* 485 */ MCD_OPC_CheckPredicate, 24, 56, 0, 0, // Skip to: 546 +/* 490 */ MCD_OPC_CheckField, 23, 9, 231, 3, 48, 0, 0, // Skip to: 546 +/* 498 */ MCD_OPC_CheckField, 4, 1, 0, 41, 0, 0, // Skip to: 546 +/* 505 */ MCD_OPC_Decode, 255, 5, 133, 1, // Opcode: SHA256SU0 +/* 510 */ MCD_OPC_FilterValue, 12, 31, 0, 0, // Skip to: 546 +/* 515 */ MCD_OPC_CheckPredicate, 24, 26, 0, 0, // Skip to: 546 +/* 520 */ MCD_OPC_CheckField, 23, 9, 228, 3, 18, 0, 0, // Skip to: 546 +/* 528 */ MCD_OPC_CheckField, 6, 1, 1, 11, 0, 0, // Skip to: 546 +/* 535 */ MCD_OPC_CheckField, 4, 1, 0, 4, 0, 0, // Skip to: 546 +/* 542 */ MCD_OPC_Decode, 251, 5, 106, // Opcode: SHA1SU0 +/* 546 */ MCD_OPC_Fail, + 0 +}; + +static const uint8_t DecoderTablev8NEON32[] = { +/* 0 */ MCD_OPC_ExtractField, 8, 4, // Inst{11-8} ... +/* 3 */ MCD_OPC_FilterValue, 0, 11, 1, 0, // Skip to: 275 +/* 8 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 11 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 77 +/* 16 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 19 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 48 +/* 24 */ MCD_OPC_CheckPredicate, 74, 110, 8, 0, // Skip to: 2187 +/* 29 */ MCD_OPC_CheckField, 23, 9, 231, 3, 102, 8, 0, // Skip to: 2187 +/* 37 */ MCD_OPC_CheckField, 4, 1, 0, 95, 8, 0, // Skip to: 2187 +/* 44 */ MCD_OPC_Decode, 154, 9, 126, // Opcode: VCVTANSDh +/* 48 */ MCD_OPC_FilterValue, 59, 86, 8, 0, // Skip to: 2187 +/* 53 */ MCD_OPC_CheckPredicate, 75, 81, 8, 0, // Skip to: 2187 +/* 58 */ MCD_OPC_CheckField, 23, 9, 231, 3, 73, 8, 0, // Skip to: 2187 +/* 66 */ MCD_OPC_CheckField, 4, 1, 0, 66, 8, 0, // Skip to: 2187 +/* 73 */ MCD_OPC_Decode, 153, 9, 126, // Opcode: VCVTANSDf +/* 77 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 143 +/* 82 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 85 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 114 +/* 90 */ MCD_OPC_CheckPredicate, 74, 44, 8, 0, // Skip to: 2187 +/* 95 */ MCD_OPC_CheckField, 23, 9, 231, 3, 36, 8, 0, // Skip to: 2187 +/* 103 */ MCD_OPC_CheckField, 4, 1, 0, 29, 8, 0, // Skip to: 2187 +/* 110 */ MCD_OPC_Decode, 156, 9, 127, // Opcode: VCVTANSQh +/* 114 */ MCD_OPC_FilterValue, 59, 20, 8, 0, // Skip to: 2187 +/* 119 */ MCD_OPC_CheckPredicate, 75, 15, 8, 0, // Skip to: 2187 +/* 124 */ MCD_OPC_CheckField, 23, 9, 231, 3, 7, 8, 0, // Skip to: 2187 +/* 132 */ MCD_OPC_CheckField, 4, 1, 0, 0, 8, 0, // Skip to: 2187 +/* 139 */ MCD_OPC_Decode, 155, 9, 127, // Opcode: VCVTANSQf +/* 143 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 209 +/* 148 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 151 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 180 +/* 156 */ MCD_OPC_CheckPredicate, 74, 234, 7, 0, // Skip to: 2187 +/* 161 */ MCD_OPC_CheckField, 23, 9, 231, 3, 226, 7, 0, // Skip to: 2187 +/* 169 */ MCD_OPC_CheckField, 4, 1, 0, 219, 7, 0, // Skip to: 2187 +/* 176 */ MCD_OPC_Decode, 158, 9, 126, // Opcode: VCVTANUDh +/* 180 */ MCD_OPC_FilterValue, 59, 210, 7, 0, // Skip to: 2187 +/* 185 */ MCD_OPC_CheckPredicate, 75, 205, 7, 0, // Skip to: 2187 +/* 190 */ MCD_OPC_CheckField, 23, 9, 231, 3, 197, 7, 0, // Skip to: 2187 +/* 198 */ MCD_OPC_CheckField, 4, 1, 0, 190, 7, 0, // Skip to: 2187 +/* 205 */ MCD_OPC_Decode, 157, 9, 126, // Opcode: VCVTANUDf +/* 209 */ MCD_OPC_FilterValue, 3, 181, 7, 0, // Skip to: 2187 +/* 214 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 217 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 246 +/* 222 */ MCD_OPC_CheckPredicate, 74, 168, 7, 0, // Skip to: 2187 +/* 227 */ MCD_OPC_CheckField, 23, 9, 231, 3, 160, 7, 0, // Skip to: 2187 +/* 235 */ MCD_OPC_CheckField, 4, 1, 0, 153, 7, 0, // Skip to: 2187 +/* 242 */ MCD_OPC_Decode, 160, 9, 127, // Opcode: VCVTANUQh +/* 246 */ MCD_OPC_FilterValue, 59, 144, 7, 0, // Skip to: 2187 +/* 251 */ MCD_OPC_CheckPredicate, 75, 139, 7, 0, // Skip to: 2187 +/* 256 */ MCD_OPC_CheckField, 23, 9, 231, 3, 131, 7, 0, // Skip to: 2187 +/* 264 */ MCD_OPC_CheckField, 4, 1, 0, 124, 7, 0, // Skip to: 2187 +/* 271 */ MCD_OPC_Decode, 159, 9, 127, // Opcode: VCVTANUQf +/* 275 */ MCD_OPC_FilterValue, 1, 11, 1, 0, // Skip to: 547 +/* 280 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 283 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 349 +/* 288 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 291 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 320 +/* 296 */ MCD_OPC_CheckPredicate, 74, 94, 7, 0, // Skip to: 2187 +/* 301 */ MCD_OPC_CheckField, 23, 9, 231, 3, 86, 7, 0, // Skip to: 2187 +/* 309 */ MCD_OPC_CheckField, 4, 1, 0, 79, 7, 0, // Skip to: 2187 +/* 316 */ MCD_OPC_Decode, 187, 9, 126, // Opcode: VCVTNNSDh +/* 320 */ MCD_OPC_FilterValue, 59, 70, 7, 0, // Skip to: 2187 +/* 325 */ MCD_OPC_CheckPredicate, 75, 65, 7, 0, // Skip to: 2187 +/* 330 */ MCD_OPC_CheckField, 23, 9, 231, 3, 57, 7, 0, // Skip to: 2187 +/* 338 */ MCD_OPC_CheckField, 4, 1, 0, 50, 7, 0, // Skip to: 2187 +/* 345 */ MCD_OPC_Decode, 186, 9, 126, // Opcode: VCVTNNSDf +/* 349 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 415 +/* 354 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 357 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 386 +/* 362 */ MCD_OPC_CheckPredicate, 74, 28, 7, 0, // Skip to: 2187 +/* 367 */ MCD_OPC_CheckField, 23, 9, 231, 3, 20, 7, 0, // Skip to: 2187 +/* 375 */ MCD_OPC_CheckField, 4, 1, 0, 13, 7, 0, // Skip to: 2187 +/* 382 */ MCD_OPC_Decode, 189, 9, 127, // Opcode: VCVTNNSQh +/* 386 */ MCD_OPC_FilterValue, 59, 4, 7, 0, // Skip to: 2187 +/* 391 */ MCD_OPC_CheckPredicate, 75, 255, 6, 0, // Skip to: 2187 +/* 396 */ MCD_OPC_CheckField, 23, 9, 231, 3, 247, 6, 0, // Skip to: 2187 +/* 404 */ MCD_OPC_CheckField, 4, 1, 0, 240, 6, 0, // Skip to: 2187 +/* 411 */ MCD_OPC_Decode, 188, 9, 127, // Opcode: VCVTNNSQf +/* 415 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 481 +/* 420 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 423 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 452 +/* 428 */ MCD_OPC_CheckPredicate, 74, 218, 6, 0, // Skip to: 2187 +/* 433 */ MCD_OPC_CheckField, 23, 9, 231, 3, 210, 6, 0, // Skip to: 2187 +/* 441 */ MCD_OPC_CheckField, 4, 1, 0, 203, 6, 0, // Skip to: 2187 +/* 448 */ MCD_OPC_Decode, 191, 9, 126, // Opcode: VCVTNNUDh +/* 452 */ MCD_OPC_FilterValue, 59, 194, 6, 0, // Skip to: 2187 +/* 457 */ MCD_OPC_CheckPredicate, 75, 189, 6, 0, // Skip to: 2187 +/* 462 */ MCD_OPC_CheckField, 23, 9, 231, 3, 181, 6, 0, // Skip to: 2187 +/* 470 */ MCD_OPC_CheckField, 4, 1, 0, 174, 6, 0, // Skip to: 2187 +/* 477 */ MCD_OPC_Decode, 190, 9, 126, // Opcode: VCVTNNUDf +/* 481 */ MCD_OPC_FilterValue, 3, 165, 6, 0, // Skip to: 2187 +/* 486 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 489 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 518 +/* 494 */ MCD_OPC_CheckPredicate, 74, 152, 6, 0, // Skip to: 2187 +/* 499 */ MCD_OPC_CheckField, 23, 9, 231, 3, 144, 6, 0, // Skip to: 2187 +/* 507 */ MCD_OPC_CheckField, 4, 1, 0, 137, 6, 0, // Skip to: 2187 +/* 514 */ MCD_OPC_Decode, 193, 9, 127, // Opcode: VCVTNNUQh +/* 518 */ MCD_OPC_FilterValue, 59, 128, 6, 0, // Skip to: 2187 +/* 523 */ MCD_OPC_CheckPredicate, 75, 123, 6, 0, // Skip to: 2187 +/* 528 */ MCD_OPC_CheckField, 23, 9, 231, 3, 115, 6, 0, // Skip to: 2187 +/* 536 */ MCD_OPC_CheckField, 4, 1, 0, 108, 6, 0, // Skip to: 2187 +/* 543 */ MCD_OPC_Decode, 192, 9, 127, // Opcode: VCVTNNUQf +/* 547 */ MCD_OPC_FilterValue, 2, 11, 1, 0, // Skip to: 819 +/* 552 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 555 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 621 +/* 560 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 563 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 592 +/* 568 */ MCD_OPC_CheckPredicate, 74, 78, 6, 0, // Skip to: 2187 +/* 573 */ MCD_OPC_CheckField, 23, 9, 231, 3, 70, 6, 0, // Skip to: 2187 +/* 581 */ MCD_OPC_CheckField, 4, 1, 0, 63, 6, 0, // Skip to: 2187 +/* 588 */ MCD_OPC_Decode, 201, 9, 126, // Opcode: VCVTPNSDh +/* 592 */ MCD_OPC_FilterValue, 59, 54, 6, 0, // Skip to: 2187 +/* 597 */ MCD_OPC_CheckPredicate, 75, 49, 6, 0, // Skip to: 2187 +/* 602 */ MCD_OPC_CheckField, 23, 9, 231, 3, 41, 6, 0, // Skip to: 2187 +/* 610 */ MCD_OPC_CheckField, 4, 1, 0, 34, 6, 0, // Skip to: 2187 +/* 617 */ MCD_OPC_Decode, 200, 9, 126, // Opcode: VCVTPNSDf +/* 621 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 687 +/* 626 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 629 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 658 +/* 634 */ MCD_OPC_CheckPredicate, 74, 12, 6, 0, // Skip to: 2187 +/* 639 */ MCD_OPC_CheckField, 23, 9, 231, 3, 4, 6, 0, // Skip to: 2187 +/* 647 */ MCD_OPC_CheckField, 4, 1, 0, 253, 5, 0, // Skip to: 2187 +/* 654 */ MCD_OPC_Decode, 203, 9, 127, // Opcode: VCVTPNSQh +/* 658 */ MCD_OPC_FilterValue, 59, 244, 5, 0, // Skip to: 2187 +/* 663 */ MCD_OPC_CheckPredicate, 75, 239, 5, 0, // Skip to: 2187 +/* 668 */ MCD_OPC_CheckField, 23, 9, 231, 3, 231, 5, 0, // Skip to: 2187 +/* 676 */ MCD_OPC_CheckField, 4, 1, 0, 224, 5, 0, // Skip to: 2187 +/* 683 */ MCD_OPC_Decode, 202, 9, 127, // Opcode: VCVTPNSQf +/* 687 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 753 +/* 692 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 695 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 724 +/* 700 */ MCD_OPC_CheckPredicate, 74, 202, 5, 0, // Skip to: 2187 +/* 705 */ MCD_OPC_CheckField, 23, 9, 231, 3, 194, 5, 0, // Skip to: 2187 +/* 713 */ MCD_OPC_CheckField, 4, 1, 0, 187, 5, 0, // Skip to: 2187 +/* 720 */ MCD_OPC_Decode, 205, 9, 126, // Opcode: VCVTPNUDh +/* 724 */ MCD_OPC_FilterValue, 59, 178, 5, 0, // Skip to: 2187 +/* 729 */ MCD_OPC_CheckPredicate, 75, 173, 5, 0, // Skip to: 2187 +/* 734 */ MCD_OPC_CheckField, 23, 9, 231, 3, 165, 5, 0, // Skip to: 2187 +/* 742 */ MCD_OPC_CheckField, 4, 1, 0, 158, 5, 0, // Skip to: 2187 +/* 749 */ MCD_OPC_Decode, 204, 9, 126, // Opcode: VCVTPNUDf +/* 753 */ MCD_OPC_FilterValue, 3, 149, 5, 0, // Skip to: 2187 +/* 758 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 761 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 790 +/* 766 */ MCD_OPC_CheckPredicate, 74, 136, 5, 0, // Skip to: 2187 +/* 771 */ MCD_OPC_CheckField, 23, 9, 231, 3, 128, 5, 0, // Skip to: 2187 +/* 779 */ MCD_OPC_CheckField, 4, 1, 0, 121, 5, 0, // Skip to: 2187 +/* 786 */ MCD_OPC_Decode, 207, 9, 127, // Opcode: VCVTPNUQh +/* 790 */ MCD_OPC_FilterValue, 59, 112, 5, 0, // Skip to: 2187 +/* 795 */ MCD_OPC_CheckPredicate, 75, 107, 5, 0, // Skip to: 2187 +/* 800 */ MCD_OPC_CheckField, 23, 9, 231, 3, 99, 5, 0, // Skip to: 2187 +/* 808 */ MCD_OPC_CheckField, 4, 1, 0, 92, 5, 0, // Skip to: 2187 +/* 815 */ MCD_OPC_Decode, 206, 9, 127, // Opcode: VCVTPNUQf +/* 819 */ MCD_OPC_FilterValue, 3, 11, 1, 0, // Skip to: 1091 +/* 824 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 827 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 893 +/* 832 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 835 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 864 +/* 840 */ MCD_OPC_CheckPredicate, 74, 62, 5, 0, // Skip to: 2187 +/* 845 */ MCD_OPC_CheckField, 23, 9, 231, 3, 54, 5, 0, // Skip to: 2187 +/* 853 */ MCD_OPC_CheckField, 4, 1, 0, 47, 5, 0, // Skip to: 2187 +/* 860 */ MCD_OPC_Decode, 173, 9, 126, // Opcode: VCVTMNSDh +/* 864 */ MCD_OPC_FilterValue, 59, 38, 5, 0, // Skip to: 2187 +/* 869 */ MCD_OPC_CheckPredicate, 75, 33, 5, 0, // Skip to: 2187 +/* 874 */ MCD_OPC_CheckField, 23, 9, 231, 3, 25, 5, 0, // Skip to: 2187 +/* 882 */ MCD_OPC_CheckField, 4, 1, 0, 18, 5, 0, // Skip to: 2187 +/* 889 */ MCD_OPC_Decode, 172, 9, 126, // Opcode: VCVTMNSDf +/* 893 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 959 +/* 898 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 901 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 930 +/* 906 */ MCD_OPC_CheckPredicate, 74, 252, 4, 0, // Skip to: 2187 +/* 911 */ MCD_OPC_CheckField, 23, 9, 231, 3, 244, 4, 0, // Skip to: 2187 +/* 919 */ MCD_OPC_CheckField, 4, 1, 0, 237, 4, 0, // Skip to: 2187 +/* 926 */ MCD_OPC_Decode, 175, 9, 127, // Opcode: VCVTMNSQh +/* 930 */ MCD_OPC_FilterValue, 59, 228, 4, 0, // Skip to: 2187 +/* 935 */ MCD_OPC_CheckPredicate, 75, 223, 4, 0, // Skip to: 2187 +/* 940 */ MCD_OPC_CheckField, 23, 9, 231, 3, 215, 4, 0, // Skip to: 2187 +/* 948 */ MCD_OPC_CheckField, 4, 1, 0, 208, 4, 0, // Skip to: 2187 +/* 955 */ MCD_OPC_Decode, 174, 9, 127, // Opcode: VCVTMNSQf +/* 959 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 1025 +/* 964 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 967 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 996 +/* 972 */ MCD_OPC_CheckPredicate, 74, 186, 4, 0, // Skip to: 2187 +/* 977 */ MCD_OPC_CheckField, 23, 9, 231, 3, 178, 4, 0, // Skip to: 2187 +/* 985 */ MCD_OPC_CheckField, 4, 1, 0, 171, 4, 0, // Skip to: 2187 +/* 992 */ MCD_OPC_Decode, 177, 9, 126, // Opcode: VCVTMNUDh +/* 996 */ MCD_OPC_FilterValue, 59, 162, 4, 0, // Skip to: 2187 +/* 1001 */ MCD_OPC_CheckPredicate, 75, 157, 4, 0, // Skip to: 2187 +/* 1006 */ MCD_OPC_CheckField, 23, 9, 231, 3, 149, 4, 0, // Skip to: 2187 +/* 1014 */ MCD_OPC_CheckField, 4, 1, 0, 142, 4, 0, // Skip to: 2187 +/* 1021 */ MCD_OPC_Decode, 176, 9, 126, // Opcode: VCVTMNUDf +/* 1025 */ MCD_OPC_FilterValue, 3, 133, 4, 0, // Skip to: 2187 +/* 1030 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1033 */ MCD_OPC_FilterValue, 55, 24, 0, 0, // Skip to: 1062 +/* 1038 */ MCD_OPC_CheckPredicate, 74, 120, 4, 0, // Skip to: 2187 +/* 1043 */ MCD_OPC_CheckField, 23, 9, 231, 3, 112, 4, 0, // Skip to: 2187 +/* 1051 */ MCD_OPC_CheckField, 4, 1, 0, 105, 4, 0, // Skip to: 2187 +/* 1058 */ MCD_OPC_Decode, 179, 9, 127, // Opcode: VCVTMNUQh +/* 1062 */ MCD_OPC_FilterValue, 59, 96, 4, 0, // Skip to: 2187 +/* 1067 */ MCD_OPC_CheckPredicate, 75, 91, 4, 0, // Skip to: 2187 +/* 1072 */ MCD_OPC_CheckField, 23, 9, 231, 3, 83, 4, 0, // Skip to: 2187 +/* 1080 */ MCD_OPC_CheckField, 4, 1, 0, 76, 4, 0, // Skip to: 2187 +/* 1087 */ MCD_OPC_Decode, 178, 9, 127, // Opcode: VCVTMNUQf +/* 1091 */ MCD_OPC_FilterValue, 4, 11, 1, 0, // Skip to: 1363 +/* 1096 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1099 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 1165 +/* 1104 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1107 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1136 +/* 1112 */ MCD_OPC_CheckPredicate, 74, 46, 4, 0, // Skip to: 2187 +/* 1117 */ MCD_OPC_CheckField, 23, 9, 231, 3, 38, 4, 0, // Skip to: 2187 +/* 1125 */ MCD_OPC_CheckField, 4, 1, 0, 31, 4, 0, // Skip to: 2187 +/* 1132 */ MCD_OPC_Decode, 136, 17, 126, // Opcode: VRINTNNDh +/* 1136 */ MCD_OPC_FilterValue, 58, 22, 4, 0, // Skip to: 2187 +/* 1141 */ MCD_OPC_CheckPredicate, 75, 17, 4, 0, // Skip to: 2187 +/* 1146 */ MCD_OPC_CheckField, 23, 9, 231, 3, 9, 4, 0, // Skip to: 2187 +/* 1154 */ MCD_OPC_CheckField, 4, 1, 0, 2, 4, 0, // Skip to: 2187 +/* 1161 */ MCD_OPC_Decode, 135, 17, 126, // Opcode: VRINTNNDf +/* 1165 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 1231 +/* 1170 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1173 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1202 +/* 1178 */ MCD_OPC_CheckPredicate, 74, 236, 3, 0, // Skip to: 2187 +/* 1183 */ MCD_OPC_CheckField, 23, 9, 231, 3, 228, 3, 0, // Skip to: 2187 +/* 1191 */ MCD_OPC_CheckField, 4, 1, 0, 221, 3, 0, // Skip to: 2187 +/* 1198 */ MCD_OPC_Decode, 138, 17, 127, // Opcode: VRINTNNQh +/* 1202 */ MCD_OPC_FilterValue, 58, 212, 3, 0, // Skip to: 2187 +/* 1207 */ MCD_OPC_CheckPredicate, 75, 207, 3, 0, // Skip to: 2187 +/* 1212 */ MCD_OPC_CheckField, 23, 9, 231, 3, 199, 3, 0, // Skip to: 2187 +/* 1220 */ MCD_OPC_CheckField, 4, 1, 0, 192, 3, 0, // Skip to: 2187 +/* 1227 */ MCD_OPC_Decode, 137, 17, 127, // Opcode: VRINTNNQf +/* 1231 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 1297 +/* 1236 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1239 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1268 +/* 1244 */ MCD_OPC_CheckPredicate, 74, 170, 3, 0, // Skip to: 2187 +/* 1249 */ MCD_OPC_CheckField, 23, 9, 231, 3, 162, 3, 0, // Skip to: 2187 +/* 1257 */ MCD_OPC_CheckField, 4, 1, 0, 155, 3, 0, // Skip to: 2187 +/* 1264 */ MCD_OPC_Decode, 153, 17, 126, // Opcode: VRINTXNDh +/* 1268 */ MCD_OPC_FilterValue, 58, 146, 3, 0, // Skip to: 2187 +/* 1273 */ MCD_OPC_CheckPredicate, 75, 141, 3, 0, // Skip to: 2187 +/* 1278 */ MCD_OPC_CheckField, 23, 9, 231, 3, 133, 3, 0, // Skip to: 2187 +/* 1286 */ MCD_OPC_CheckField, 4, 1, 0, 126, 3, 0, // Skip to: 2187 +/* 1293 */ MCD_OPC_Decode, 152, 17, 126, // Opcode: VRINTXNDf +/* 1297 */ MCD_OPC_FilterValue, 3, 117, 3, 0, // Skip to: 2187 +/* 1302 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1305 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1334 +/* 1310 */ MCD_OPC_CheckPredicate, 74, 104, 3, 0, // Skip to: 2187 +/* 1315 */ MCD_OPC_CheckField, 23, 9, 231, 3, 96, 3, 0, // Skip to: 2187 +/* 1323 */ MCD_OPC_CheckField, 4, 1, 0, 89, 3, 0, // Skip to: 2187 +/* 1330 */ MCD_OPC_Decode, 155, 17, 127, // Opcode: VRINTXNQh +/* 1334 */ MCD_OPC_FilterValue, 58, 80, 3, 0, // Skip to: 2187 +/* 1339 */ MCD_OPC_CheckPredicate, 75, 75, 3, 0, // Skip to: 2187 +/* 1344 */ MCD_OPC_CheckField, 23, 9, 231, 3, 67, 3, 0, // Skip to: 2187 +/* 1352 */ MCD_OPC_CheckField, 4, 1, 0, 60, 3, 0, // Skip to: 2187 +/* 1359 */ MCD_OPC_Decode, 154, 17, 127, // Opcode: VRINTXNQf +/* 1363 */ MCD_OPC_FilterValue, 5, 11, 1, 0, // Skip to: 1635 +/* 1368 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1371 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 1437 +/* 1376 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1379 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1408 +/* 1384 */ MCD_OPC_CheckPredicate, 74, 30, 3, 0, // Skip to: 2187 +/* 1389 */ MCD_OPC_CheckField, 23, 9, 231, 3, 22, 3, 0, // Skip to: 2187 +/* 1397 */ MCD_OPC_CheckField, 4, 1, 0, 15, 3, 0, // Skip to: 2187 +/* 1404 */ MCD_OPC_Decode, 250, 16, 126, // Opcode: VRINTANDh +/* 1408 */ MCD_OPC_FilterValue, 58, 6, 3, 0, // Skip to: 2187 +/* 1413 */ MCD_OPC_CheckPredicate, 75, 1, 3, 0, // Skip to: 2187 +/* 1418 */ MCD_OPC_CheckField, 23, 9, 231, 3, 249, 2, 0, // Skip to: 2187 +/* 1426 */ MCD_OPC_CheckField, 4, 1, 0, 242, 2, 0, // Skip to: 2187 +/* 1433 */ MCD_OPC_Decode, 249, 16, 126, // Opcode: VRINTANDf +/* 1437 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 1503 +/* 1442 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1445 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1474 +/* 1450 */ MCD_OPC_CheckPredicate, 74, 220, 2, 0, // Skip to: 2187 +/* 1455 */ MCD_OPC_CheckField, 23, 9, 231, 3, 212, 2, 0, // Skip to: 2187 +/* 1463 */ MCD_OPC_CheckField, 4, 1, 0, 205, 2, 0, // Skip to: 2187 +/* 1470 */ MCD_OPC_Decode, 252, 16, 127, // Opcode: VRINTANQh +/* 1474 */ MCD_OPC_FilterValue, 58, 196, 2, 0, // Skip to: 2187 +/* 1479 */ MCD_OPC_CheckPredicate, 75, 191, 2, 0, // Skip to: 2187 +/* 1484 */ MCD_OPC_CheckField, 23, 9, 231, 3, 183, 2, 0, // Skip to: 2187 +/* 1492 */ MCD_OPC_CheckField, 4, 1, 0, 176, 2, 0, // Skip to: 2187 +/* 1499 */ MCD_OPC_Decode, 251, 16, 127, // Opcode: VRINTANQf +/* 1503 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 1569 +/* 1508 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1511 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1540 +/* 1516 */ MCD_OPC_CheckPredicate, 74, 154, 2, 0, // Skip to: 2187 +/* 1521 */ MCD_OPC_CheckField, 23, 9, 231, 3, 146, 2, 0, // Skip to: 2187 +/* 1529 */ MCD_OPC_CheckField, 4, 1, 0, 139, 2, 0, // Skip to: 2187 +/* 1536 */ MCD_OPC_Decode, 160, 17, 126, // Opcode: VRINTZNDh +/* 1540 */ MCD_OPC_FilterValue, 58, 130, 2, 0, // Skip to: 2187 +/* 1545 */ MCD_OPC_CheckPredicate, 75, 125, 2, 0, // Skip to: 2187 +/* 1550 */ MCD_OPC_CheckField, 23, 9, 231, 3, 117, 2, 0, // Skip to: 2187 +/* 1558 */ MCD_OPC_CheckField, 4, 1, 0, 110, 2, 0, // Skip to: 2187 +/* 1565 */ MCD_OPC_Decode, 159, 17, 126, // Opcode: VRINTZNDf +/* 1569 */ MCD_OPC_FilterValue, 3, 101, 2, 0, // Skip to: 2187 +/* 1574 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1577 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1606 +/* 1582 */ MCD_OPC_CheckPredicate, 74, 88, 2, 0, // Skip to: 2187 +/* 1587 */ MCD_OPC_CheckField, 23, 9, 231, 3, 80, 2, 0, // Skip to: 2187 +/* 1595 */ MCD_OPC_CheckField, 4, 1, 0, 73, 2, 0, // Skip to: 2187 +/* 1602 */ MCD_OPC_Decode, 162, 17, 127, // Opcode: VRINTZNQh +/* 1606 */ MCD_OPC_FilterValue, 58, 64, 2, 0, // Skip to: 2187 +/* 1611 */ MCD_OPC_CheckPredicate, 75, 59, 2, 0, // Skip to: 2187 +/* 1616 */ MCD_OPC_CheckField, 23, 9, 231, 3, 51, 2, 0, // Skip to: 2187 +/* 1624 */ MCD_OPC_CheckField, 4, 1, 0, 44, 2, 0, // Skip to: 2187 +/* 1631 */ MCD_OPC_Decode, 161, 17, 127, // Opcode: VRINTZNQf +/* 1635 */ MCD_OPC_FilterValue, 6, 135, 0, 0, // Skip to: 1775 +/* 1640 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1643 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 1709 +/* 1648 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1651 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1680 +/* 1656 */ MCD_OPC_CheckPredicate, 74, 14, 2, 0, // Skip to: 2187 +/* 1661 */ MCD_OPC_CheckField, 23, 9, 231, 3, 6, 2, 0, // Skip to: 2187 +/* 1669 */ MCD_OPC_CheckField, 4, 1, 0, 255, 1, 0, // Skip to: 2187 +/* 1676 */ MCD_OPC_Decode, 129, 17, 126, // Opcode: VRINTMNDh +/* 1680 */ MCD_OPC_FilterValue, 58, 246, 1, 0, // Skip to: 2187 +/* 1685 */ MCD_OPC_CheckPredicate, 75, 241, 1, 0, // Skip to: 2187 +/* 1690 */ MCD_OPC_CheckField, 23, 9, 231, 3, 233, 1, 0, // Skip to: 2187 +/* 1698 */ MCD_OPC_CheckField, 4, 1, 0, 226, 1, 0, // Skip to: 2187 +/* 1705 */ MCD_OPC_Decode, 128, 17, 126, // Opcode: VRINTMNDf +/* 1709 */ MCD_OPC_FilterValue, 3, 217, 1, 0, // Skip to: 2187 +/* 1714 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1717 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1746 +/* 1722 */ MCD_OPC_CheckPredicate, 74, 204, 1, 0, // Skip to: 2187 +/* 1727 */ MCD_OPC_CheckField, 23, 9, 231, 3, 196, 1, 0, // Skip to: 2187 +/* 1735 */ MCD_OPC_CheckField, 4, 1, 0, 189, 1, 0, // Skip to: 2187 +/* 1742 */ MCD_OPC_Decode, 131, 17, 127, // Opcode: VRINTMNQh +/* 1746 */ MCD_OPC_FilterValue, 58, 180, 1, 0, // Skip to: 2187 +/* 1751 */ MCD_OPC_CheckPredicate, 75, 175, 1, 0, // Skip to: 2187 +/* 1756 */ MCD_OPC_CheckField, 23, 9, 231, 3, 167, 1, 0, // Skip to: 2187 +/* 1764 */ MCD_OPC_CheckField, 4, 1, 0, 160, 1, 0, // Skip to: 2187 +/* 1771 */ MCD_OPC_Decode, 130, 17, 127, // Opcode: VRINTMNQf +/* 1775 */ MCD_OPC_FilterValue, 7, 135, 0, 0, // Skip to: 1915 +/* 1780 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... +/* 1783 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 1849 +/* 1788 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1791 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1820 +/* 1796 */ MCD_OPC_CheckPredicate, 74, 130, 1, 0, // Skip to: 2187 +/* 1801 */ MCD_OPC_CheckField, 23, 9, 231, 3, 122, 1, 0, // Skip to: 2187 +/* 1809 */ MCD_OPC_CheckField, 4, 1, 0, 115, 1, 0, // Skip to: 2187 +/* 1816 */ MCD_OPC_Decode, 143, 17, 126, // Opcode: VRINTPNDh +/* 1820 */ MCD_OPC_FilterValue, 58, 106, 1, 0, // Skip to: 2187 +/* 1825 */ MCD_OPC_CheckPredicate, 75, 101, 1, 0, // Skip to: 2187 +/* 1830 */ MCD_OPC_CheckField, 23, 9, 231, 3, 93, 1, 0, // Skip to: 2187 +/* 1838 */ MCD_OPC_CheckField, 4, 1, 0, 86, 1, 0, // Skip to: 2187 +/* 1845 */ MCD_OPC_Decode, 142, 17, 126, // Opcode: VRINTPNDf +/* 1849 */ MCD_OPC_FilterValue, 3, 77, 1, 0, // Skip to: 2187 +/* 1854 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... +/* 1857 */ MCD_OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1886 +/* 1862 */ MCD_OPC_CheckPredicate, 74, 64, 1, 0, // Skip to: 2187 +/* 1867 */ MCD_OPC_CheckField, 23, 9, 231, 3, 56, 1, 0, // Skip to: 2187 +/* 1875 */ MCD_OPC_CheckField, 4, 1, 0, 49, 1, 0, // Skip to: 2187 +/* 1882 */ MCD_OPC_Decode, 145, 17, 127, // Opcode: VRINTPNQh +/* 1886 */ MCD_OPC_FilterValue, 58, 40, 1, 0, // Skip to: 2187 +/* 1891 */ MCD_OPC_CheckPredicate, 75, 35, 1, 0, // Skip to: 2187 +/* 1896 */ MCD_OPC_CheckField, 23, 9, 231, 3, 27, 1, 0, // Skip to: 2187 +/* 1904 */ MCD_OPC_CheckField, 4, 1, 0, 20, 1, 0, // Skip to: 2187 +/* 1911 */ MCD_OPC_Decode, 144, 17, 127, // Opcode: VRINTPNQf +/* 1915 */ MCD_OPC_FilterValue, 15, 11, 1, 0, // Skip to: 2187 +/* 1920 */ MCD_OPC_ExtractField, 20, 2, // Inst{21-20} ... +/* 1923 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 1989 +/* 1928 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1931 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1960 +/* 1936 */ MCD_OPC_CheckPredicate, 75, 246, 0, 0, // Skip to: 2187 +/* 1941 */ MCD_OPC_CheckField, 23, 9, 230, 3, 238, 0, 0, // Skip to: 2187 +/* 1949 */ MCD_OPC_CheckField, 4, 1, 1, 231, 0, 0, // Skip to: 2187 +/* 1956 */ MCD_OPC_Decode, 158, 13, 97, // Opcode: VMAXNMNDf +/* 1960 */ MCD_OPC_FilterValue, 1, 222, 0, 0, // Skip to: 2187 +/* 1965 */ MCD_OPC_CheckPredicate, 75, 217, 0, 0, // Skip to: 2187 +/* 1970 */ MCD_OPC_CheckField, 23, 9, 230, 3, 209, 0, 0, // Skip to: 2187 +/* 1978 */ MCD_OPC_CheckField, 4, 1, 1, 202, 0, 0, // Skip to: 2187 +/* 1985 */ MCD_OPC_Decode, 160, 13, 98, // Opcode: VMAXNMNQf +/* 1989 */ MCD_OPC_FilterValue, 1, 61, 0, 0, // Skip to: 2055 +/* 1994 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 1997 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2026 +/* 2002 */ MCD_OPC_CheckPredicate, 74, 180, 0, 0, // Skip to: 2187 +/* 2007 */ MCD_OPC_CheckField, 23, 9, 230, 3, 172, 0, 0, // Skip to: 2187 +/* 2015 */ MCD_OPC_CheckField, 4, 1, 1, 165, 0, 0, // Skip to: 2187 +/* 2022 */ MCD_OPC_Decode, 159, 13, 97, // Opcode: VMAXNMNDh +/* 2026 */ MCD_OPC_FilterValue, 1, 156, 0, 0, // Skip to: 2187 +/* 2031 */ MCD_OPC_CheckPredicate, 74, 151, 0, 0, // Skip to: 2187 +/* 2036 */ MCD_OPC_CheckField, 23, 9, 230, 3, 143, 0, 0, // Skip to: 2187 +/* 2044 */ MCD_OPC_CheckField, 4, 1, 1, 136, 0, 0, // Skip to: 2187 +/* 2051 */ MCD_OPC_Decode, 161, 13, 98, // Opcode: VMAXNMNQh +/* 2055 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 2121 +/* 2060 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2063 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2092 +/* 2068 */ MCD_OPC_CheckPredicate, 75, 114, 0, 0, // Skip to: 2187 +/* 2073 */ MCD_OPC_CheckField, 23, 9, 230, 3, 106, 0, 0, // Skip to: 2187 +/* 2081 */ MCD_OPC_CheckField, 4, 1, 1, 99, 0, 0, // Skip to: 2187 +/* 2088 */ MCD_OPC_Decode, 181, 13, 97, // Opcode: VMINNMNDf +/* 2092 */ MCD_OPC_FilterValue, 1, 90, 0, 0, // Skip to: 2187 +/* 2097 */ MCD_OPC_CheckPredicate, 75, 85, 0, 0, // Skip to: 2187 +/* 2102 */ MCD_OPC_CheckField, 23, 9, 230, 3, 77, 0, 0, // Skip to: 2187 +/* 2110 */ MCD_OPC_CheckField, 4, 1, 1, 70, 0, 0, // Skip to: 2187 +/* 2117 */ MCD_OPC_Decode, 183, 13, 98, // Opcode: VMINNMNQf +/* 2121 */ MCD_OPC_FilterValue, 3, 61, 0, 0, // Skip to: 2187 +/* 2126 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... +/* 2129 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2158 +/* 2134 */ MCD_OPC_CheckPredicate, 74, 48, 0, 0, // Skip to: 2187 +/* 2139 */ MCD_OPC_CheckField, 23, 9, 230, 3, 40, 0, 0, // Skip to: 2187 +/* 2147 */ MCD_OPC_CheckField, 4, 1, 1, 33, 0, 0, // Skip to: 2187 +/* 2154 */ MCD_OPC_Decode, 182, 13, 97, // Opcode: VMINNMNDh +/* 2158 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2187 +/* 2163 */ MCD_OPC_CheckPredicate, 74, 19, 0, 0, // Skip to: 2187 +/* 2168 */ MCD_OPC_CheckField, 23, 9, 230, 3, 11, 0, 0, // Skip to: 2187 +/* 2176 */ MCD_OPC_CheckField, 4, 1, 1, 4, 0, 0, // Skip to: 2187 +/* 2183 */ MCD_OPC_Decode, 184, 13, 98, // Opcode: VMINNMNQh +/* 2187 */ MCD_OPC_Fail, + 0 +}; + +static bool checkDecoderPredicate(unsigned Idx, MCInst *MI) +{ + switch (Idx) { + default: /* llvm_unreachable("Invalid index!");*/ + case 0: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb)); + case 1: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV6Ops)); + case 2: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureCRC)); + case 3: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV5TEOps)); + case 4: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && !ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops)); + case 5: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops)); + case 6: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_1aOps)); + case 7: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVirtualization)); + case 8: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureAcquireRelease)); + case 9: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureAcquireRelease) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureV7Clrex)); + case 10: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV4TOps)); + case 11: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV5TOps)); + case 12: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureTrustZone)); + case 13: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV6T2Ops)); + case 14: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_4aOps)); + case 15: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV7Ops)); + case 16: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV7Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMP)); + case 17: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV6KOps)); + case 18: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureDB)); + case 19: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureHWDivARM)); + case 20: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNaClTrap)); + case 21: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON)); + case 22: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFullFP16)); + case 23: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_1aOps)); + case 24: + return (ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureCrypto)); + case 25: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFP16)); + case 26: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP4)); + case 27: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP2)); + case 28: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb)); + case 29: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_Feature8MSecExt)); + case 30: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV5TOps)); + case 31: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV6Ops)); + case 32: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8MBaselineOps)); + case 33: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_1aOps)); + case 34: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMClass)); + case 35: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops)); + case 36: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV6MOps)); + case 37: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV5TOps) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMClass)); + case 38: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2)); + case 39: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMClass)); + case 40: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureAcquireRelease)); + case 41: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureAcquireRelease) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureV7Clrex)); + case 42: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureAcquireRelease) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureV7Clrex) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMClass)); + case 43: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureDSP) && ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2)); + case 44: + return (ARM_getFeatureBits(MI->csh->mode, ARM_Feature8MSecExt)); + case 45: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureDSP)); + case 46: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops)); + case 47: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_4aOps)); + case 48: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureV7Clrex)); + case 49: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureDB)); + case 50: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVirtualization)); + case 51: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVirtualization)); + case 52: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureTrustZone)); + case 53: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMClass)); + case 54: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV7Ops)); + case 55: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureHWDivThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8MBaselineOps)); + case 56: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV7Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureMP)); + case 57: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureCRC)); + case 58: + return (ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2) && !ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops)); + case 59: + return (!ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_ModeThumb) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureThumb2)); + case 60: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFullFP16)); + case 61: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP2) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFPOnlySP)); + case 62: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP4)); + case 63: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP4) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFPOnlySP)); + case 64: + return (ARM_getFeatureBits(MI->csh->mode, ARM_HasV8MMainlineOps) && ARM_getFeatureBits(MI->csh->mode, ARM_Feature8MSecExt)); + case 65: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP3)); + case 66: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFPARMv8)); + case 67: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFP16)); + case 68: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFP3) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFPOnlySP)); + case 69: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFPARMv8) && !ARM_getFeatureBits(MI->csh->mode, ARM_FeatureVFPOnlySP)); + case 70: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFPARMv8) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_3aOps)); + case 71: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_3aOps) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFullFP16)); + case 72: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_HasV8_3aOps)); + case 73: + return (ARM_getFeatureBits(MI->csh->mode, ARM_FeatureDotProd)); + case 74: + return (ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureFullFP16)); + case 75: + return (ARM_getFeatureBits(MI->csh->mode, ARM_HasV8Ops) && ARM_getFeatureBits(MI->csh->mode, ARM_FeatureNEON)); + } +} + +#define DecodeToMCInst(fname, fieldname, InsnType) \ +static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ + uint64_t Address, bool *Decoder) \ +{ \ + InsnType tmp; \ + /* printf("Idx = %u\n", Idx); */\ + switch (Idx) { \ + default: /* llvm_unreachable("Invalid index!");*/ \ + 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, 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 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); \ + MCOperand_CreateImm0(MI, 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 16: \ + if (!Check(&S, DecodeTSTInstruction(MI, insn, 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, 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, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 20: \ + 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 21: \ + 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 22: \ + 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 23: \ + 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 24: \ + 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 25: \ + tmp = fieldname(insn, 12, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 8, 1) << 4; \ + tmp |= fieldname(insn, 16, 4) << 0; \ + tmp |= fieldname(insn, 22, 1) << 5; \ + if (!Check(&S, DecodeBankedReg(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 = 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 27: \ + tmp = 0; \ + tmp |= fieldname(insn, 8, 1) << 4; \ + tmp |= fieldname(insn, 16, 4) << 0; \ + tmp |= fieldname(insn, 22, 1) << 5; \ + if (!Check(&S, DecodeBankedReg(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 28: \ + 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 29: \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 30: \ + 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 31: \ + 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 32: \ + 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 33: \ + 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 34: \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(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 = 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 36: \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 37: \ + 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 38: \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 12, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 20, 1); \ + if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 39: \ + 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 40: \ + 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 41: \ + if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 42: \ + if (!Check(&S, DecodeDoubleRegLoad(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 43: \ + 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 44: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 45: \ + if (!Check(&S, DecodeLDR(MI, insn, 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 = 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 47: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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 48: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 49: \ + if (!Check(&S, DecodeArmMOVTWInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 50: \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 12); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 51: \ + return S; \ + case 52: \ + if (!Check(&S, DecodeHINTInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 53: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 54: \ + tmp = fieldname(insn, 12, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 12); \ + MCOperand_CreateImm0(MI, tmp); \ + 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 55: \ + if (!Check(&S, DecodeAddrMode2IdxInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 56: \ + 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 57: \ + 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 58: \ + if (!Check(&S, DecodeSTRPreImm(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 59: \ + if (!Check(&S, DecodeLDRPreImm(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 60: \ + 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 61: \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 62: \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecodeInstSyncBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 63: \ + 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 64: \ + 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 65: \ + 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 66: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 67: \ + 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 68: \ + 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 69: \ + 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 70: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 71: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 72: \ + if (!Check(&S, DecodeSTRPreReg(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 73: \ + if (!Check(&S, DecodeLDRPreReg(MI, insn, 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, 16, 5); \ + MCOperand_CreateImm0(MI, 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; \ + MCOperand_CreateImm0(MI, 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 = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, 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 76: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 5); \ + MCOperand_CreateImm0(MI, tmp); \ + 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 = 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 78: \ + 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 79: \ + 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 80: \ + 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 81: \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 82: \ + if (!Check(&S, DecodeMemMultipleWritebackInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 83: \ + tmp = fieldname(insn, 0, 5); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 84: \ + if (!Check(&S, DecodeBranchImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 85: \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 24) << 1; \ + tmp |= fieldname(insn, 24, 1) << 0; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 86: \ + if (!Check(&S, DecoderForMRRC2AndMCRR2(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); \ + MCOperand_CreateImm0(MI, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 88: \ + 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, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 4, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 89: \ + tmp = fieldname(insn, 0, 24); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 90: \ + if (!Check(&S, DecodeCopMemInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 91: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 20, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 12, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 92: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 20, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 12, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 93: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 21, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 12, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 94: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 21, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 12, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 95: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 96: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 5, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(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, 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 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, DecodeQPRRegisterClass(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, 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 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, 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 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, 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 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, 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 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, 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 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, 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 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 = 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 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 = 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 107: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 108: \ + 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; \ + MCOperand_CreateImm0(MI, 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, 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 110: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 111: \ + 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; \ + MCOperand_CreateImm0(MI, 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, 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 113: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 114: \ + 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); \ + MCOperand_CreateImm0(MI, 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, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 116: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 117: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 118: \ + 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); \ + MCOperand_CreateImm0(MI, 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, 10, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 120: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 121: \ + 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); \ + MCOperand_CreateImm0(MI, 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, 11, 1); \ + MCOperand_CreateImm0(MI, 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, 10, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 124: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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; } \ + 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; } \ + 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, 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 129: \ + 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 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, 0, 4) << 0; \ + tmp |= fieldname(insn, 5, 1) << 4; \ + if (!Check(&S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 131: \ + if (!Check(&S, DecodeVSHLMaxInstruction(MI, insn, 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, 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 133: \ + 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 134: \ + 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 135: \ + if (!Check(&S, DecodeTBLInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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, 19, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 137: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 138: \ + 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); \ + MCOperand_CreateImm0(MI, 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, 19, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 140: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 141: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 3); \ + if (!Check(&S, DecodeShiftRight8Imm(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, 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 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, 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 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, 3); \ + if (!Check(&S, DecodeShiftRight8Imm(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, 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 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, 5); \ + if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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, 3); \ + MCOperand_CreateImm0(MI, 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, 3); \ + MCOperand_CreateImm0(MI, 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, 4); \ + MCOperand_CreateImm0(MI, 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, 4); \ + MCOperand_CreateImm0(MI, 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, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 16, 5); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 3); \ + if (!Check(&S, DecodeShiftRight8Imm(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, 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 156: \ + 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 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, 3); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 158: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 159: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 160: \ + if (!Check(&S, DecodeVCVTD(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 161: \ + if (!Check(&S, DecodeNEONModImmInstruction(MI, insn, 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); \ + if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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); \ + if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 164: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 165: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 3); \ + if (!Check(&S, DecodeShiftRight8Imm(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, 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 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, 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 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, 3); \ + if (!Check(&S, DecodeShiftRight8Imm(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, 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 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, 5); \ + if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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, 3); \ + MCOperand_CreateImm0(MI, 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, 3); \ + MCOperand_CreateImm0(MI, 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, 4); \ + MCOperand_CreateImm0(MI, 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, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 176: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 178: \ + if (!Check(&S, DecodeVCVTQ(MI, insn, 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); \ + if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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); \ + if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 181: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 182: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + 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 = fieldname(insn, 21, 1); \ + MCOperand_CreateImm0(MI, 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 = fieldname(insn, 21, 1); \ + MCOperand_CreateImm0(MI, 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, 6, 1) << 0; \ + tmp |= fieldname(insn, 21, 1) << 1; \ + MCOperand_CreateImm0(MI, 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, 6, 1) << 0; \ + tmp |= fieldname(insn, 21, 1) << 1; \ + MCOperand_CreateImm0(MI, 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 = 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 188: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 189: \ + 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 190: \ + 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 191: \ + if (!Check(&S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 192: \ + if (!Check(&S, DecodeVST1LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 193: \ + if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 194: \ + if (!Check(&S, DecodeVST2LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 195: \ + if (!Check(&S, DecodeVLD2LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 196: \ + if (!Check(&S, DecodeVLDST1Instruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 197: \ + if (!Check(&S, DecodeVST3LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 198: \ + if (!Check(&S, DecodeVLD3LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 199: \ + if (!Check(&S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 200: \ + if (!Check(&S, DecodeVST4LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 201: \ + if (!Check(&S, DecodeVLD4LN(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 202: \ + if (!Check(&S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 203: \ + if (!Check(&S, DecodeVLD1DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 204: \ + if (!Check(&S, DecodeVLD2DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 205: \ + if (!Check(&S, DecodeVLD3DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 206: \ + if (!Check(&S, DecodeVLD4DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 207: \ + 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 208: \ + tmp = fieldname(insn, 8, 3); \ + if (!Check(&S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 8); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 209: \ + if (!Check(&S, DecodeThumbAddSPReg(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 210: \ + 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 211: \ + 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 212: \ + tmp = fieldname(insn, 3, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 213: \ + tmp = fieldname(insn, 3, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(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, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 215: \ + 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 216: \ + 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 217: \ + 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 218: \ + if (!Check(&S, DecodeThumbAddSpecialReg(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 219: \ + if (!Check(&S, DecodeThumbAddSPImm(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 220: \ + 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 221: \ + 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 222: \ + tmp = fieldname(insn, 3, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 223: \ + if (!Check(&S, DecodeThumbCPS(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 224: \ + tmp = fieldname(insn, 0, 6); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 225: \ + 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 226: \ + tmp = fieldname(insn, 0, 8); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 227: \ + tmp = fieldname(insn, 4, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 228: \ + 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 229: \ + 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 230: \ + 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 231: \ + tmp = fieldname(insn, 0, 11); \ + if (!Check(&S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 232: \ + 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 233: \ + 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 234: \ + if (!Check(&S, DecodeIT(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 235: \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 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 236: \ + 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 237: \ + 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 238: \ + 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 239: \ + 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 240: \ + 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 241: \ + 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 242: \ + 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 243: \ + 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 244: \ + 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 245: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 246: \ + 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 247: \ + 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 248: \ + 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 249: \ + 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 250: \ + 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 251: \ + if (!Check(&S, DecodeThumbTableBranch(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 252: \ + 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 253: \ + 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 254: \ + tmp = fieldname(insn, 8, 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, 20, 1); \ + if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 255: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 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, 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 20, 1); \ + if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 257: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 6, 2) << 0; \ + tmp |= fieldname(insn, 12, 3) << 2; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 258: \ + 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 259: \ + 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 260: \ + if (!Check(&S, DecodeT2STRDPreInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 261: \ + if (!Check(&S, DecodeT2LDRDPreInstruction(MI, insn, 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, 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 263: \ + 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 264: \ + 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 265: \ + 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 266: \ + 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 267: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 268: \ + if (!Check(&S, DecodeT2Adr(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 269: \ + if (!Check(&S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 270: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(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, 0, 5); \ + MCOperand_CreateImm0(MI, 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 272: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 5); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 273: \ + 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 274: \ + 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 275: \ + tmp = fieldname(insn, 16, 4); \ + if (!Check(&S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 276: \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 277: \ + if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 278: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 279: \ + 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 280: \ + tmp = 0; \ + tmp |= fieldname(insn, 4, 1) << 4; \ + tmp |= fieldname(insn, 8, 4) << 0; \ + tmp |= fieldname(insn, 20, 1) << 5; \ + if (!Check(&S, DecodeBankedReg(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: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 4, 1) << 4; \ + tmp |= fieldname(insn, 16, 4) << 0; \ + tmp |= fieldname(insn, 20, 1) << 5; \ + if (!Check(&S, DecodeBankedReg(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 282: \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 12) << 0; \ + tmp |= fieldname(insn, 16, 4) << 12; \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 283: \ + tmp = fieldname(insn, 16, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 284: \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 8) << 0; \ + tmp |= fieldname(insn, 10, 2) << 10; \ + 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 285: \ + 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 286: \ + if (!Check(&S, DecodeThumb2BCCInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 287: \ + if (!Check(&S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 288: \ + 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 289: \ + if (!Check(&S, DecodeT2LdStPre(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 290: \ + 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 291: \ + 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 292: \ + 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 293: \ + if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 294: \ + if (!Check(&S, DecodeT2LoadImm8(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 295: \ + if (!Check(&S, DecodeT2LoadT(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 296: \ + if (!Check(&S, DecodeT2LoadImm12(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 297: \ + if (!Check(&S, DecodeT2LoadLabel(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + 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, 4, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 300: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 301: \ + 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 302: \ + 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 303: \ + 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 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; } \ + return S; \ + case 305: \ + 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 306: \ + 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 307: \ + 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 308: \ + 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 309: \ + 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 310: \ + tmp = fieldname(insn, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 4, 4); \ + MCOperand_CreateImm0(MI, 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 311: \ + 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, 8, 4); \ + if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = fieldname(insn, 4, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 0, 4); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 312: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 313: \ + 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 314: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 315: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 316: \ + 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 317: \ + 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 318: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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, DecodeAddrMode5FP16Operand(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, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 7, 1) << 0; \ + tmp |= fieldname(insn, 16, 4) << 1; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 1; \ + tmp |= fieldname(insn, 5, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 7, 1) << 0; \ + tmp |= fieldname(insn, 16, 4) << 1; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 1; \ + tmp |= fieldname(insn, 5, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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, 7, 1) << 0; \ + tmp |= fieldname(insn, 16, 4) << 1; \ + if (!Check(&S, DecodeHPRRegisterClass(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 322: \ + if (!Check(&S, DecodeVMOVSRR(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 323: \ + 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 324: \ + 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 325: \ + 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 326: \ + 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 327: \ + 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 328: \ + 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 329: \ + 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 330: \ + 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 331: \ + 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 332: \ + 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 333: \ + 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 334: \ + 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, DecodeHPRRegisterClass(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 335: \ + if (!Check(&S, DecodeVMOVRRS(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 336: \ + 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 337: \ + 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 338: \ + 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 339: \ + 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 340: \ + 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 341: \ + 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 342: \ + if (!Check(&S, DecodeForVMRSandVMSR(MI, insn, 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, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 0; \ + tmp |= fieldname(insn, 16, 4) << 4; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 344: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 1; \ + tmp |= fieldname(insn, 5, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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 345: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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 346: \ + 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 347: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(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 348: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 349: \ + 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, DecodeHPRRegisterClass(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 350: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 351: \ + 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 352: \ + 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 353: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 354: \ + 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 355: \ + 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 356: \ + 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 357: \ + 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; \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 28, 4); \ + if (!Check(&S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 358: \ + 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, 24, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 359: \ + 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, 23, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 360: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 20, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 361: \ + if (!Check(&S, DecodeNEONComplexLane64Instruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 362: \ + 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, 24, 1); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 363: \ + 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; } \ + tmp = fieldname(insn, 23, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 364: \ + 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); \ + MCOperand_CreateImm0(MI, tmp); \ + tmp = fieldname(insn, 20, 2); \ + MCOperand_CreateImm0(MI, tmp); \ + return S; \ + case 365: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 7, 1) << 0; \ + tmp |= fieldname(insn, 16, 4) << 1; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 1; \ + tmp |= fieldname(insn, 5, 1) << 0; \ + if (!Check(&S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 366: \ + 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 367: \ + 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, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + case 368: \ + 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 369: \ + tmp = 0; \ + tmp |= fieldname(insn, 12, 4) << 1; \ + tmp |= fieldname(insn, 22, 1) << 0; \ + if (!Check(&S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + tmp = 0; \ + tmp |= fieldname(insn, 0, 4) << 0; \ + tmp |= fieldname(insn, 5, 1) << 4; \ + if (!Check(&S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ + return S; \ + } \ +} + +#define DecodeInstruction(fname, fieldname, decoder, InsnType) \ +static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ + InsnType insn, uint64_t Address) \ +{ \ + unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \ + InsnType Val, FieldValue, PositiveMask, NegativeMask; \ + bool Pred, Fail, DecodeComplete = true; \ + uint32_t ExpectedValue; \ + const uint8_t *Ptr = DecodeTable; \ + uint32_t CurFieldValue = 0; \ + DecodeStatus S = MCDisassembler_Success; \ + while (true) { \ + switch (*Ptr) { \ + default: \ + return MCDisassembler_Fail; \ + case MCD_OPC_ExtractField: { \ + Start = *++Ptr; \ + Len = *++Ptr; \ + ++Ptr; \ + CurFieldValue = fieldname(insn, Start, Len); \ + break; \ + } \ + case MCD_OPC_FilterValue: { \ + /* Decode the field value. */ \ + Val = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + /* NumToSkip is a plain 24-bit integer. */ \ + NumToSkip = *Ptr++; \ + NumToSkip |= (*Ptr++) << 8; \ + NumToSkip |= (*Ptr++) << 16; \ + /* Perform the filter operation. */ \ + if (Val != CurFieldValue) \ + Ptr += NumToSkip; \ + break; \ + } \ + case MCD_OPC_CheckField: { \ + Start = *++Ptr; \ + Len = *++Ptr; \ + FieldValue = fieldname(insn, Start, Len); \ + /* Decode the field value. */ \ + ExpectedValue = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + /* NumToSkip is a plain 24-bit integer. */ \ + NumToSkip = *Ptr++; \ + NumToSkip |= (*Ptr++) << 8; \ + NumToSkip |= (*Ptr++) << 16; \ + /* If the actual and expected values don't match, skip. */ \ + if (ExpectedValue != FieldValue) \ + Ptr += NumToSkip; \ + break; \ + } \ + case MCD_OPC_CheckPredicate: { \ + /* Decode the Predicate Index value. */ \ + PIdx = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + /* NumToSkip is a plain 24-bit integer. */ \ + NumToSkip = *Ptr++; \ + NumToSkip |= (*Ptr++) << 8; \ + NumToSkip |= (*Ptr++) << 16; \ + /* Check the predicate. */ \ + if (!(Pred = checkDecoderPredicate(PIdx, MI))) \ + Ptr += NumToSkip; \ + /* printf("55 PIdx = %u, Pred = %u\n", PIdx, Pred); */ \ + (void)Pred; \ + break; \ + } \ + case MCD_OPC_Decode: { \ + /* Decode the Opcode value. */ \ + Opc = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + DecodeIdx = decodeULEB128(Ptr, &Len); \ + Ptr += Len; \ + MCInst_clear(MI); \ + MCInst_setOpcode(MI, Opc); \ + S = decoder(S, DecodeIdx, insn, MI, Address, &DecodeComplete); \ + /* assert(DecodeComplete); */ \ + return S; \ + } \ + case MCD_OPC_TryDecode: { \ + /* Decode the Opcode value. */ \ + Opc = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + DecodeIdx = decodeULEB128(Ptr, &Len); \ + Ptr += Len; \ + /* NumToSkip is a plain 24-bit integer. */ \ + NumToSkip = *Ptr++; \ + NumToSkip |= (*Ptr++) << 8; \ + NumToSkip |= (*Ptr++) << 16; \ + /* Perform the decode operation. */ \ + MCInst_setOpcode(MI, Opc); \ + S = decoder(S, DecodeIdx, insn, MI, Address, &DecodeComplete); \ + if (DecodeComplete) { \ + /* Decoding complete. */ \ + return S; \ + } else { \ + /* assert(S == MCDisassembler_Fail); */ \ + /* If the decoding was incomplete, skip. */ \ + Ptr += NumToSkip; \ + /* Reset decode status. This also drops a SoftFail status that could be */ \ + /* set before the decode attempt. */ \ + S = MCDisassembler_Success; \ + } \ + break; \ + } \ + case MCD_OPC_SoftFail: { \ + /* Decode the mask values. */ \ + PositiveMask = decodeULEB128(++Ptr, &Len); \ + Ptr += Len; \ + NegativeMask = decodeULEB128(Ptr, &Len); \ + Ptr += Len; \ + Fail = (insn & PositiveMask) || (~insn & NegativeMask); \ + if (Fail) \ + S = MCDisassembler_SoftFail; \ + break; \ + } \ + case MCD_OPC_Fail: { \ + return MCDisassembler_Fail; \ + } \ + } \ + } \ + /* llvm_unreachable("bogosity detected in disassembler state machine!");*/ \ +} + + + +FieldFromInstruction(fieldFromInstruction_2, uint16_t) +DecodeToMCInst(decodeToMCInst_2, fieldFromInstruction_2, uint16_t) +DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) + +FieldFromInstruction(fieldFromInstruction_4, uint32_t) +DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint32_t) +DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t) + |