/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* * ARM Disassembler *| |* *| |* Automatically generated file, do not edit! *| |* *| \*===----------------------------------------------------------------------===*/ #include "llvm/MC/MCInst.h" #include "llvm/Support/Debug.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/LEB128.h" #include "llvm/Support/raw_ostream.h" #include namespace llvm { // Helper functions for extracting fields from encoded instructions. // InsnType must either be integral or an APInt-like object that must: // * Have a static const max_size_in_bits equal to the number of bits in the // encoding. // * be default-constructible and copy-constructible // * be constructible from a uint64_t // * be constructible from an APInt (this can be private) // * Support getBitsSet(loBit, hiBit) // * be convertible to uint64_t // * Support the ~, &, ==, !=, and |= operators with other objects of the same type // * Support shift (<<, >>) with signed and unsigned integers on the RHS // * Support put (<<) to raw_ostream& template #if defined(_MSC_VER) && !defined(__clang__) __declspec(noinline) #endif static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, unsigned numBits, std::true_type) { assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!"); assert(startBit + numBits <= (sizeof(InsnType) * 8) && "Instruction field out of bounds!"); InsnType fieldMask; if (numBits == sizeof(InsnType) * 8) fieldMask = (InsnType)(-1LL); else fieldMask = (((InsnType)1 << numBits) - 1) << startBit; return (insn & fieldMask) >> startBit; } template static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, unsigned numBits, std::false_type) { assert(startBit + numBits <= InsnType::max_size_in_bits && "Instruction field out of bounds!"); InsnType fieldMask = InsnType::getBitsSet(0, numBits); return (insn >> startBit) & fieldMask; } template static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, unsigned numBits) { return fieldFromInstruction(insn, startBit, numBits, std::is_integral()); } 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, 232, 4, 0, // Opcode: ANDrr /* 56 */ MCD::OPC_CheckPredicate, 0, 128, 32, 0, // Skip to: 8381 /* 61 */ MCD::OPC_Decode, 233, 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, 158, 14, 0, // Opcode: SUBrr /* 86 */ MCD::OPC_CheckPredicate, 0, 98, 32, 0, // Skip to: 8381 /* 91 */ MCD::OPC_Decode, 159, 14, 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, 223, 4, 0, // Opcode: ADDrr /* 116 */ MCD::OPC_CheckPredicate, 0, 68, 32, 0, // Skip to: 8381 /* 121 */ MCD::OPC_Decode, 224, 4, 1, // Opcode: ADDrsi /* 125 */ MCD::OPC_FilterValue, 3, 59, 32, 0, // Skip to: 8381 /* 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, 152, 13, 0, // Opcode: SBCrr /* 146 */ MCD::OPC_CheckPredicate, 0, 38, 32, 0, // Skip to: 8381 /* 151 */ MCD::OPC_Decode, 153, 13, 1, // Opcode: SBCrsi /* 155 */ MCD::OPC_FilterValue, 1, 29, 32, 0, // Skip to: 8381 /* 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, 8, 32, 0, // Skip to: 8381 /* 181 */ MCD::OPC_Decode, 234, 4, 2, // Opcode: ANDrsr /* 185 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 199 /* 190 */ MCD::OPC_CheckPredicate, 0, 250, 31, 0, // Skip to: 8381 /* 195 */ MCD::OPC_Decode, 160, 14, 2, // Opcode: SUBrsr /* 199 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 213 /* 204 */ MCD::OPC_CheckPredicate, 0, 236, 31, 0, // Skip to: 8381 /* 209 */ MCD::OPC_Decode, 225, 4, 2, // Opcode: ADDrsr /* 213 */ MCD::OPC_FilterValue, 3, 227, 31, 0, // Skip to: 8381 /* 218 */ MCD::OPC_CheckPredicate, 0, 222, 31, 0, // Skip to: 8381 /* 223 */ MCD::OPC_Decode, 154, 13, 3, // Opcode: SBCrsr /* 227 */ MCD::OPC_FilterValue, 1, 213, 31, 0, // Skip to: 8381 /* 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, 192, 31, 0, // Skip to: 8381 /* 253 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 258 */ MCD::OPC_Decode, 133, 6, 4, // Opcode: MUL /* 262 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 283 /* 267 */ MCD::OPC_CheckPredicate, 1, 173, 31, 0, // Skip to: 8381 /* 272 */ MCD::OPC_CheckField, 20, 1, 0, 166, 31, 0, // Skip to: 8381 /* 279 */ MCD::OPC_Decode, 193, 14, 5, // Opcode: UMAAL /* 283 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 297 /* 288 */ MCD::OPC_CheckPredicate, 1, 152, 31, 0, // Skip to: 8381 /* 293 */ MCD::OPC_Decode, 195, 14, 6, // Opcode: UMULL /* 297 */ MCD::OPC_FilterValue, 3, 143, 31, 0, // Skip to: 8381 /* 302 */ MCD::OPC_CheckPredicate, 1, 138, 31, 0, // Skip to: 8381 /* 307 */ MCD::OPC_Decode, 206, 13, 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, 116, 31, 0, // Skip to: 8381 /* 329 */ MCD::OPC_Decode, 147, 14, 7, // Opcode: STRH_POST /* 333 */ MCD::OPC_FilterValue, 1, 107, 31, 0, // Skip to: 8381 /* 338 */ MCD::OPC_CheckPredicate, 0, 102, 31, 0, // Skip to: 8381 /* 343 */ MCD::OPC_Decode, 216, 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, 80, 31, 0, // Skip to: 8381 /* 365 */ MCD::OPC_Decode, 207, 5, 7, // Opcode: LDRD_POST /* 369 */ MCD::OPC_FilterValue, 1, 71, 31, 0, // Skip to: 8381 /* 374 */ MCD::OPC_CheckPredicate, 0, 66, 31, 0, // Skip to: 8381 /* 379 */ MCD::OPC_Decode, 221, 5, 7, // Opcode: LDRSB_POST /* 383 */ MCD::OPC_FilterValue, 3, 57, 31, 0, // Skip to: 8381 /* 388 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 391 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 405 /* 396 */ MCD::OPC_CheckPredicate, 0, 44, 31, 0, // Skip to: 8381 /* 401 */ MCD::OPC_Decode, 138, 14, 7, // Opcode: STRD_POST /* 405 */ MCD::OPC_FilterValue, 1, 35, 31, 0, // Skip to: 8381 /* 410 */ MCD::OPC_CheckPredicate, 0, 30, 31, 0, // Skip to: 8381 /* 415 */ MCD::OPC_Decode, 226, 5, 7, // Opcode: LDRSH_POST /* 419 */ MCD::OPC_FilterValue, 1, 21, 31, 0, // Skip to: 8381 /* 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, 139, 5, 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, 140, 5, 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, 137, 5, 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, 158, 13, 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, 136, 5, 9, // Opcode: CPS1p /* 631 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 640 /* 636 */ MCD::OPC_Decode, 138, 5, 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, 255, 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, 245, 12, 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, 177, 13, 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, 162, 14, 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, 178, 13, 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, 164, 5, 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, 188, 13, 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, 189, 13, 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, 178, 14, 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, 159, 13, 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, 179, 14, 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, 180, 14, 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, 129, 6, 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, 144, 5, 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, 142, 5, 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, 182, 13, 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, 186, 13, 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, 183, 13, 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, 187, 13, 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, 133, 5, 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, 134, 5, 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, 249, 12, 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, 165, 5, 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, 135, 5, 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, 163, 14, 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, 234, 12, 0, // Opcode: ORRrr /* 1302 */ MCD::OPC_CheckPredicate, 0, 202, 1, 0, // Skip to: 1765 /* 1307 */ MCD::OPC_Decode, 235, 12, 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, 236, 12, 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, 242, 13, 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, 167, 5, 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, 244, 13, 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, 169, 5, 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, 140, 14, 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, 209, 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, 238, 4, 0, // Opcode: BICrr /* 1548 */ MCD::OPC_CheckPredicate, 0, 212, 0, 0, // Skip to: 1765 /* 1553 */ MCD::OPC_Decode, 239, 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, 240, 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, 243, 13, 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, 168, 5, 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, 245, 13, 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, 170, 5, 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, 141, 14, 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, 210, 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, 203, 25, 0, // Skip to: 8381 /* 1778 */ MCD::OPC_CheckField, 23, 1, 0, 196, 25, 0, // Skip to: 8381 /* 1785 */ MCD::OPC_CheckField, 20, 1, 0, 189, 25, 0, // Skip to: 8381 /* 1792 */ MCD::OPC_CheckField, 9, 3, 1, 182, 25, 0, // Skip to: 8381 /* 1799 */ MCD::OPC_CheckField, 0, 4, 0, 175, 25, 0, // Skip to: 8381 /* 1806 */ MCD::OPC_Decode, 128, 6, 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, 153, 25, 0, // Skip to: 8381 /* 1828 */ MCD::OPC_Decode, 144, 14, 7, // Opcode: STRH /* 1832 */ MCD::OPC_FilterValue, 1, 144, 25, 0, // Skip to: 8381 /* 1837 */ MCD::OPC_CheckPredicate, 0, 139, 25, 0, // Skip to: 8381 /* 1842 */ MCD::OPC_Decode, 213, 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, 117, 25, 0, // Skip to: 8381 /* 1864 */ MCD::OPC_Decode, 206, 5, 7, // Opcode: LDRD /* 1868 */ MCD::OPC_FilterValue, 1, 108, 25, 0, // Skip to: 8381 /* 1873 */ MCD::OPC_CheckPredicate, 0, 103, 25, 0, // Skip to: 8381 /* 1878 */ MCD::OPC_Decode, 218, 5, 7, // Opcode: LDRSB /* 1882 */ MCD::OPC_FilterValue, 15, 94, 25, 0, // Skip to: 8381 /* 1887 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 1890 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1904 /* 1895 */ MCD::OPC_CheckPredicate, 3, 81, 25, 0, // Skip to: 8381 /* 1900 */ MCD::OPC_Decode, 137, 14, 7, // Opcode: STRD /* 1904 */ MCD::OPC_FilterValue, 1, 72, 25, 0, // Skip to: 8381 /* 1909 */ MCD::OPC_CheckPredicate, 0, 67, 25, 0, // Skip to: 8381 /* 1914 */ MCD::OPC_Decode, 223, 5, 7, // Opcode: LDRSH /* 1918 */ MCD::OPC_FilterValue, 1, 58, 25, 0, // Skip to: 8381 /* 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, 149, 5, 0, // Opcode: EORrr /* 1963 */ MCD::OPC_CheckPredicate, 0, 13, 25, 0, // Skip to: 8381 /* 1968 */ MCD::OPC_Decode, 150, 5, 1, // Opcode: EORrsi /* 1972 */ MCD::OPC_FilterValue, 1, 4, 25, 0, // Skip to: 8381 /* 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, 140, 13, 0, // Opcode: RSBrr /* 1993 */ MCD::OPC_CheckPredicate, 0, 239, 24, 0, // Skip to: 8381 /* 1998 */ MCD::OPC_Decode, 141, 13, 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, 219, 4, 0, // Opcode: ADCrr /* 2031 */ MCD::OPC_CheckPredicate, 0, 201, 24, 0, // Skip to: 8381 /* 2036 */ MCD::OPC_Decode, 220, 4, 1, // Opcode: ADCrsi /* 2040 */ MCD::OPC_FilterValue, 1, 192, 24, 0, // Skip to: 8381 /* 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, 144, 13, 0, // Opcode: RSCrr /* 2061 */ MCD::OPC_CheckPredicate, 0, 171, 24, 0, // Skip to: 8381 /* 2066 */ MCD::OPC_Decode, 145, 13, 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, 133, 24, 0, // Skip to: 8381 /* 2104 */ MCD::OPC_CheckField, 8, 1, 0, 126, 24, 0, // Skip to: 8381 /* 2111 */ MCD::OPC_Decode, 130, 6, 26, // Opcode: MSR /* 2115 */ MCD::OPC_FilterValue, 121, 117, 24, 0, // Skip to: 8381 /* 2120 */ MCD::OPC_CheckPredicate, 7, 112, 24, 0, // Skip to: 8381 /* 2125 */ MCD::OPC_Decode, 131, 6, 27, // Opcode: MSRbanked /* 2129 */ MCD::OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2158 /* 2134 */ MCD::OPC_CheckPredicate, 0, 98, 24, 0, // Skip to: 8381 /* 2139 */ MCD::OPC_CheckField, 22, 1, 0, 91, 24, 0, // Skip to: 8381 /* 2146 */ MCD::OPC_CheckField, 8, 12, 255, 31, 83, 24, 0, // Skip to: 8381 /* 2154 */ MCD::OPC_Decode, 248, 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, 61, 24, 0, // Skip to: 8381 /* 2176 */ MCD::OPC_CheckField, 28, 4, 14, 54, 24, 0, // Skip to: 8381 /* 2183 */ MCD::OPC_CheckField, 22, 1, 0, 47, 24, 0, // Skip to: 8381 /* 2190 */ MCD::OPC_SoftFail, 128, 26 /* 0xd00 */, 0, /* 2194 */ MCD::OPC_Decode, 143, 5, 8, // Opcode: CRC32H /* 2198 */ MCD::OPC_FilterValue, 1, 34, 24, 0, // Skip to: 8381 /* 2203 */ MCD::OPC_CheckPredicate, 2, 29, 24, 0, // Skip to: 8381 /* 2208 */ MCD::OPC_CheckField, 28, 4, 14, 22, 24, 0, // Skip to: 8381 /* 2215 */ MCD::OPC_CheckField, 22, 1, 0, 15, 24, 0, // Skip to: 8381 /* 2222 */ MCD::OPC_SoftFail, 128, 26 /* 0xd00 */, 0, /* 2226 */ MCD::OPC_Decode, 141, 5, 8, // Opcode: CRC32CH /* 2230 */ MCD::OPC_FilterValue, 3, 30, 0, 0, // Skip to: 2265 /* 2235 */ MCD::OPC_CheckPredicate, 7, 253, 23, 0, // Skip to: 8381 /* 2240 */ MCD::OPC_CheckField, 22, 1, 1, 246, 23, 0, // Skip to: 8381 /* 2247 */ MCD::OPC_CheckField, 8, 12, 0, 239, 23, 0, // Skip to: 8381 /* 2254 */ MCD::OPC_CheckField, 0, 4, 14, 232, 23, 0, // Skip to: 8381 /* 2261 */ MCD::OPC_Decode, 152, 5, 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, 210, 23, 0, // Skip to: 8381 /* 2283 */ MCD::OPC_Decode, 190, 13, 13, // Opcode: SMLAWB /* 2287 */ MCD::OPC_FilterValue, 1, 201, 23, 0, // Skip to: 8381 /* 2292 */ MCD::OPC_CheckPredicate, 3, 196, 23, 0, // Skip to: 8381 /* 2297 */ MCD::OPC_Decode, 204, 13, 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, 174, 23, 0, // Skip to: 8381 /* 2319 */ MCD::OPC_Decode, 209, 13, 30, // Opcode: SMULWB /* 2323 */ MCD::OPC_FilterValue, 1, 165, 23, 0, // Skip to: 8381 /* 2328 */ MCD::OPC_CheckPredicate, 3, 160, 23, 0, // Skip to: 8381 /* 2333 */ MCD::OPC_Decode, 207, 13, 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, 138, 23, 0, // Skip to: 8381 /* 2355 */ MCD::OPC_Decode, 191, 13, 13, // Opcode: SMLAWT /* 2359 */ MCD::OPC_FilterValue, 1, 129, 23, 0, // Skip to: 8381 /* 2364 */ MCD::OPC_CheckPredicate, 3, 124, 23, 0, // Skip to: 8381 /* 2369 */ MCD::OPC_Decode, 205, 13, 30, // Opcode: SMULBT /* 2373 */ MCD::OPC_FilterValue, 7, 115, 23, 0, // Skip to: 8381 /* 2378 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 2381 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2395 /* 2386 */ MCD::OPC_CheckPredicate, 3, 102, 23, 0, // Skip to: 8381 /* 2391 */ MCD::OPC_Decode, 210, 13, 30, // Opcode: SMULWT /* 2395 */ MCD::OPC_FilterValue, 1, 93, 23, 0, // Skip to: 8381 /* 2400 */ MCD::OPC_CheckPredicate, 3, 88, 23, 0, // Skip to: 8381 /* 2405 */ MCD::OPC_Decode, 208, 13, 30, // Opcode: SMULTT /* 2409 */ MCD::OPC_FilterValue, 1, 79, 23, 0, // Skip to: 8381 /* 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, 171, 14, 20, // Opcode: TEQrr /* 2443 */ MCD::OPC_CheckPredicate, 0, 45, 23, 0, // Skip to: 8381 /* 2448 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 2453 */ MCD::OPC_Decode, 172, 14, 17, // Opcode: TEQrsi /* 2457 */ MCD::OPC_FilterValue, 1, 31, 23, 0, // Skip to: 8381 /* 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, 129, 5, 20, // Opcode: CMNzrr /* 2483 */ MCD::OPC_CheckPredicate, 0, 5, 23, 0, // Skip to: 8381 /* 2488 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 2493 */ MCD::OPC_Decode, 130, 5, 17, // Opcode: CMNzrsi /* 2497 */ MCD::OPC_FilterValue, 3, 247, 22, 0, // Skip to: 8381 /* 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, 243, 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, 247, 5, 31, // Opcode: MOVr /* 2558 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 2567 /* 2563 */ MCD::OPC_Decode, 248, 5, 32, // Opcode: MOVr_TC /* 2567 */ MCD::OPC_CheckPredicate, 0, 177, 22, 0, // Skip to: 8381 /* 2572 */ MCD::OPC_CheckField, 16, 4, 0, 170, 22, 0, // Skip to: 8381 /* 2579 */ MCD::OPC_Decode, 249, 5, 33, // Opcode: MOVsi /* 2583 */ MCD::OPC_FilterValue, 1, 161, 22, 0, // Skip to: 8381 /* 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, 222, 12, 31, // Opcode: MVNr /* 2609 */ MCD::OPC_CheckPredicate, 0, 135, 22, 0, // Skip to: 8381 /* 2614 */ MCD::OPC_SoftFail, 128, 128, 60 /* 0xf0000 */, 0, /* 2619 */ MCD::OPC_Decode, 223, 12, 33, // Opcode: MVNsi /* 2623 */ MCD::OPC_FilterValue, 1, 121, 22, 0, // Skip to: 8381 /* 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, 100, 22, 0, // Skip to: 8381 /* 2649 */ MCD::OPC_Decode, 151, 5, 2, // Opcode: EORrsr /* 2653 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2667 /* 2658 */ MCD::OPC_CheckPredicate, 0, 86, 22, 0, // Skip to: 8381 /* 2663 */ MCD::OPC_Decode, 142, 13, 2, // Opcode: RSBrsr /* 2667 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2681 /* 2672 */ MCD::OPC_CheckPredicate, 0, 72, 22, 0, // Skip to: 8381 /* 2677 */ MCD::OPC_Decode, 221, 4, 3, // Opcode: ADCrsr /* 2681 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 2695 /* 2686 */ MCD::OPC_CheckPredicate, 0, 58, 22, 0, // Skip to: 8381 /* 2691 */ MCD::OPC_Decode, 146, 13, 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, 24, 22, 0, // Skip to: 8381 /* 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, 249, 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, 247, 4, 34, // Opcode: BX /* 2757 */ MCD::OPC_CheckPredicate, 10, 243, 21, 0, // Skip to: 8381 /* 2762 */ MCD::OPC_Decode, 250, 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, 225, 21, 0, // Skip to: 8381 /* 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, 243, 4, 34, // Opcode: BLX /* 2796 */ MCD::OPC_CheckPredicate, 11, 204, 21, 0, // Skip to: 8381 /* 2801 */ MCD::OPC_Decode, 244, 4, 28, // Opcode: BLX_pred /* 2805 */ MCD::OPC_FilterValue, 2, 13, 0, 0, // Skip to: 2823 /* 2810 */ MCD::OPC_CheckPredicate, 0, 190, 21, 0, // Skip to: 8381 /* 2815 */ MCD::OPC_SoftFail, 128, 30 /* 0xf00 */, 0, /* 2819 */ MCD::OPC_Decode, 252, 12, 21, // Opcode: QSUB /* 2823 */ MCD::OPC_FilterValue, 3, 177, 21, 0, // Skip to: 8381 /* 2828 */ MCD::OPC_CheckPredicate, 0, 172, 21, 0, // Skip to: 8381 /* 2833 */ MCD::OPC_CheckField, 28, 4, 14, 165, 21, 0, // Skip to: 8381 /* 2840 */ MCD::OPC_Decode, 241, 4, 15, // Opcode: BKPT /* 2844 */ MCD::OPC_FilterValue, 1, 156, 21, 0, // Skip to: 8381 /* 2849 */ MCD::OPC_CheckPredicate, 0, 151, 21, 0, // Skip to: 8381 /* 2854 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 2859 */ MCD::OPC_Decode, 173, 14, 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, 116, 21, 0, // Skip to: 8381 /* 2889 */ MCD::OPC_CheckField, 16, 4, 15, 109, 21, 0, // Skip to: 8381 /* 2896 */ MCD::OPC_CheckField, 8, 4, 15, 102, 21, 0, // Skip to: 8381 /* 2903 */ MCD::OPC_Decode, 255, 4, 35, // Opcode: CLZ /* 2907 */ MCD::OPC_FilterValue, 2, 13, 0, 0, // Skip to: 2925 /* 2912 */ MCD::OPC_CheckPredicate, 0, 88, 21, 0, // Skip to: 8381 /* 2917 */ MCD::OPC_SoftFail, 128, 30 /* 0xf00 */, 0, /* 2921 */ MCD::OPC_Decode, 250, 12, 21, // Opcode: QDSUB /* 2925 */ MCD::OPC_FilterValue, 3, 75, 21, 0, // Skip to: 8381 /* 2930 */ MCD::OPC_CheckPredicate, 12, 70, 21, 0, // Skip to: 8381 /* 2935 */ MCD::OPC_CheckField, 8, 12, 0, 63, 21, 0, // Skip to: 8381 /* 2942 */ MCD::OPC_Decode, 176, 13, 36, // Opcode: SMC /* 2946 */ MCD::OPC_FilterValue, 1, 54, 21, 0, // Skip to: 8381 /* 2951 */ MCD::OPC_CheckPredicate, 0, 49, 21, 0, // Skip to: 8381 /* 2956 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 2961 */ MCD::OPC_Decode, 131, 5, 18, // Opcode: CMNzrsr /* 2965 */ MCD::OPC_FilterValue, 6, 16, 0, 0, // Skip to: 2986 /* 2970 */ MCD::OPC_CheckPredicate, 0, 30, 21, 0, // Skip to: 8381 /* 2975 */ MCD::OPC_CheckField, 16, 4, 0, 23, 21, 0, // Skip to: 8381 /* 2982 */ MCD::OPC_Decode, 250, 5, 37, // Opcode: MOVsr /* 2986 */ MCD::OPC_FilterValue, 7, 14, 21, 0, // Skip to: 8381 /* 2991 */ MCD::OPC_CheckPredicate, 0, 9, 21, 0, // Skip to: 8381 /* 2996 */ MCD::OPC_SoftFail, 128, 128, 60 /* 0xf0000 */, 0, /* 3001 */ MCD::OPC_Decode, 224, 12, 37, // Opcode: MVNsr /* 3005 */ MCD::OPC_FilterValue, 1, 251, 20, 0, // Skip to: 8381 /* 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, 230, 20, 0, // Skip to: 8381 /* 3031 */ MCD::OPC_Decode, 241, 5, 38, // Opcode: MLA /* 3035 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 3056 /* 3040 */ MCD::OPC_CheckPredicate, 13, 216, 20, 0, // Skip to: 8381 /* 3045 */ MCD::OPC_CheckField, 20, 1, 0, 209, 20, 0, // Skip to: 8381 /* 3052 */ MCD::OPC_Decode, 242, 5, 39, // Opcode: MLS /* 3056 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3070 /* 3061 */ MCD::OPC_CheckPredicate, 1, 195, 20, 0, // Skip to: 8381 /* 3066 */ MCD::OPC_Decode, 194, 14, 40, // Opcode: UMLAL /* 3070 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3084 /* 3075 */ MCD::OPC_CheckPredicate, 1, 181, 20, 0, // Skip to: 8381 /* 3080 */ MCD::OPC_Decode, 181, 13, 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, 151, 20, 0, // Skip to: 8381 /* 3110 */ MCD::OPC_Decode, 246, 13, 41, // Opcode: STLEXD /* 3114 */ MCD::OPC_FilterValue, 1, 142, 20, 0, // Skip to: 8381 /* 3119 */ MCD::OPC_CheckPredicate, 9, 137, 20, 0, // Skip to: 8381 /* 3124 */ MCD::OPC_CheckField, 0, 4, 15, 130, 20, 0, // Skip to: 8381 /* 3131 */ MCD::OPC_Decode, 171, 5, 42, // Opcode: LDAEXD /* 3135 */ MCD::OPC_FilterValue, 15, 121, 20, 0, // Skip to: 8381 /* 3140 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 3143 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3157 /* 3148 */ MCD::OPC_CheckPredicate, 0, 108, 20, 0, // Skip to: 8381 /* 3153 */ MCD::OPC_Decode, 142, 14, 41, // Opcode: STREXD /* 3157 */ MCD::OPC_FilterValue, 1, 99, 20, 0, // Skip to: 8381 /* 3162 */ MCD::OPC_CheckPredicate, 0, 94, 20, 0, // Skip to: 8381 /* 3167 */ MCD::OPC_CheckField, 0, 4, 15, 87, 20, 0, // Skip to: 8381 /* 3174 */ MCD::OPC_Decode, 211, 5, 42, // Opcode: LDREXD /* 3178 */ MCD::OPC_FilterValue, 7, 78, 20, 0, // Skip to: 8381 /* 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, 57, 20, 0, // Skip to: 8381 /* 3204 */ MCD::OPC_CheckField, 12, 4, 15, 50, 20, 0, // Skip to: 8381 /* 3211 */ MCD::OPC_Decode, 248, 13, 22, // Opcode: STLH /* 3215 */ MCD::OPC_FilterValue, 1, 41, 20, 0, // Skip to: 8381 /* 3220 */ MCD::OPC_CheckPredicate, 8, 36, 20, 0, // Skip to: 8381 /* 3225 */ MCD::OPC_CheckField, 0, 4, 15, 29, 20, 0, // Skip to: 8381 /* 3232 */ MCD::OPC_Decode, 173, 5, 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, 7, 20, 0, // Skip to: 8381 /* 3254 */ MCD::OPC_Decode, 247, 13, 24, // Opcode: STLEXH /* 3258 */ MCD::OPC_FilterValue, 1, 254, 19, 0, // Skip to: 8381 /* 3263 */ MCD::OPC_CheckPredicate, 9, 249, 19, 0, // Skip to: 8381 /* 3268 */ MCD::OPC_CheckField, 0, 4, 15, 242, 19, 0, // Skip to: 8381 /* 3275 */ MCD::OPC_Decode, 172, 5, 23, // Opcode: LDAEXH /* 3279 */ MCD::OPC_FilterValue, 15, 233, 19, 0, // Skip to: 8381 /* 3284 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 3287 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3301 /* 3292 */ MCD::OPC_CheckPredicate, 0, 220, 19, 0, // Skip to: 8381 /* 3297 */ MCD::OPC_Decode, 143, 14, 24, // Opcode: STREXH /* 3301 */ MCD::OPC_FilterValue, 1, 211, 19, 0, // Skip to: 8381 /* 3306 */ MCD::OPC_CheckPredicate, 0, 206, 19, 0, // Skip to: 8381 /* 3311 */ MCD::OPC_CheckField, 0, 4, 15, 199, 19, 0, // Skip to: 8381 /* 3318 */ MCD::OPC_Decode, 212, 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, 161, 19, 0, // Skip to: 8381 /* 3356 */ MCD::OPC_CheckField, 8, 4, 0, 154, 19, 0, // Skip to: 8381 /* 3363 */ MCD::OPC_Decode, 146, 14, 43, // Opcode: STRHTr /* 3367 */ MCD::OPC_FilterValue, 1, 145, 19, 0, // Skip to: 8381 /* 3372 */ MCD::OPC_CheckPredicate, 0, 140, 19, 0, // Skip to: 8381 /* 3377 */ MCD::OPC_Decode, 145, 14, 44, // Opcode: STRHTi /* 3381 */ MCD::OPC_FilterValue, 1, 131, 19, 0, // Skip to: 8381 /* 3386 */ MCD::OPC_CheckPredicate, 0, 126, 19, 0, // Skip to: 8381 /* 3391 */ MCD::OPC_Decode, 148, 14, 7, // Opcode: STRH_PRE /* 3395 */ MCD::OPC_FilterValue, 1, 117, 19, 0, // Skip to: 8381 /* 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, 96, 19, 0, // Skip to: 8381 /* 3421 */ MCD::OPC_SoftFail, 128, 30 /* 0xf00 */, 0, /* 3425 */ MCD::OPC_Decode, 215, 5, 45, // Opcode: LDRHTr /* 3429 */ MCD::OPC_FilterValue, 1, 83, 19, 0, // Skip to: 8381 /* 3434 */ MCD::OPC_CheckPredicate, 0, 78, 19, 0, // Skip to: 8381 /* 3439 */ MCD::OPC_Decode, 214, 5, 46, // Opcode: LDRHTi /* 3443 */ MCD::OPC_FilterValue, 1, 69, 19, 0, // Skip to: 8381 /* 3448 */ MCD::OPC_CheckPredicate, 0, 64, 19, 0, // Skip to: 8381 /* 3453 */ MCD::OPC_Decode, 217, 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, 42, 19, 0, // Skip to: 8381 /* 3475 */ MCD::OPC_CheckField, 24, 1, 1, 35, 19, 0, // Skip to: 8381 /* 3482 */ MCD::OPC_Decode, 208, 5, 7, // Opcode: LDRD_PRE /* 3486 */ MCD::OPC_FilterValue, 1, 26, 19, 0, // Skip to: 8381 /* 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, 5, 19, 0, // Skip to: 8381 /* 3512 */ MCD::OPC_SoftFail, 128, 30 /* 0xf00 */, 0, /* 3516 */ MCD::OPC_Decode, 220, 5, 45, // Opcode: LDRSBTr /* 3520 */ MCD::OPC_FilterValue, 1, 248, 18, 0, // Skip to: 8381 /* 3525 */ MCD::OPC_CheckPredicate, 0, 243, 18, 0, // Skip to: 8381 /* 3530 */ MCD::OPC_Decode, 219, 5, 46, // Opcode: LDRSBTi /* 3534 */ MCD::OPC_FilterValue, 1, 234, 18, 0, // Skip to: 8381 /* 3539 */ MCD::OPC_CheckPredicate, 0, 229, 18, 0, // Skip to: 8381 /* 3544 */ MCD::OPC_Decode, 222, 5, 7, // Opcode: LDRSB_PRE /* 3548 */ MCD::OPC_FilterValue, 3, 220, 18, 0, // Skip to: 8381 /* 3553 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 3556 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3577 /* 3561 */ MCD::OPC_CheckPredicate, 0, 207, 18, 0, // Skip to: 8381 /* 3566 */ MCD::OPC_CheckField, 24, 1, 1, 200, 18, 0, // Skip to: 8381 /* 3573 */ MCD::OPC_Decode, 139, 14, 7, // Opcode: STRD_PRE /* 3577 */ MCD::OPC_FilterValue, 1, 191, 18, 0, // Skip to: 8381 /* 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, 170, 18, 0, // Skip to: 8381 /* 3603 */ MCD::OPC_SoftFail, 128, 30 /* 0xf00 */, 0, /* 3607 */ MCD::OPC_Decode, 225, 5, 45, // Opcode: LDRSHTr /* 3611 */ MCD::OPC_FilterValue, 1, 157, 18, 0, // Skip to: 8381 /* 3616 */ MCD::OPC_CheckPredicate, 0, 152, 18, 0, // Skip to: 8381 /* 3621 */ MCD::OPC_Decode, 224, 5, 46, // Opcode: LDRSHTi /* 3625 */ MCD::OPC_FilterValue, 1, 143, 18, 0, // Skip to: 8381 /* 3630 */ MCD::OPC_CheckPredicate, 0, 138, 18, 0, // Skip to: 8381 /* 3635 */ MCD::OPC_Decode, 227, 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, 231, 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, 157, 14, 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, 222, 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, 151, 13, 47, // Opcode: SBCri /* 3719 */ MCD::OPC_CheckPredicate, 0, 49, 18, 0, // Skip to: 8381 /* 3724 */ MCD::OPC_CheckField, 16, 5, 15, 42, 18, 0, // Skip to: 8381 /* 3731 */ MCD::OPC_Decode, 226, 4, 48, // Opcode: ADR /* 3735 */ MCD::OPC_FilterValue, 1, 33, 18, 0, // Skip to: 8381 /* 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, 12, 18, 0, // Skip to: 8381 /* 3761 */ MCD::OPC_Decode, 246, 5, 49, // Opcode: MOVi16 /* 3765 */ MCD::OPC_FilterValue, 1, 3, 18, 0, // Skip to: 8381 /* 3770 */ MCD::OPC_CheckPredicate, 0, 254, 17, 0, // Skip to: 8381 /* 3775 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 3780 */ MCD::OPC_Decode, 177, 14, 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, 227, 17, 0, // Skip to: 8381 /* 3802 */ MCD::OPC_Decode, 244, 5, 49, // Opcode: MOVTi16 /* 3806 */ MCD::OPC_FilterValue, 1, 218, 17, 0, // Skip to: 8381 /* 3811 */ MCD::OPC_CheckPredicate, 0, 213, 17, 0, // Skip to: 8381 /* 3816 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 3821 */ MCD::OPC_Decode, 132, 5, 50, // Opcode: CMPri /* 3825 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3839 /* 3830 */ MCD::OPC_CheckPredicate, 0, 194, 17, 0, // Skip to: 8381 /* 3835 */ MCD::OPC_Decode, 233, 12, 47, // Opcode: ORRri /* 3839 */ MCD::OPC_FilterValue, 3, 185, 17, 0, // Skip to: 8381 /* 3844 */ MCD::OPC_CheckPredicate, 0, 180, 17, 0, // Skip to: 8381 /* 3849 */ MCD::OPC_Decode, 237, 4, 47, // Opcode: BICri /* 3853 */ MCD::OPC_FilterValue, 1, 171, 17, 0, // Skip to: 8381 /* 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, 150, 17, 0, // Skip to: 8381 /* 3879 */ MCD::OPC_Decode, 148, 5, 47, // Opcode: EORri /* 3883 */ MCD::OPC_FilterValue, 1, 141, 17, 0, // Skip to: 8381 /* 3888 */ MCD::OPC_CheckPredicate, 0, 136, 17, 0, // Skip to: 8381 /* 3893 */ MCD::OPC_Decode, 139, 13, 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, 114, 17, 0, // Skip to: 8381 /* 3915 */ MCD::OPC_Decode, 218, 4, 47, // Opcode: ADCri /* 3919 */ MCD::OPC_FilterValue, 1, 105, 17, 0, // Skip to: 8381 /* 3924 */ MCD::OPC_CheckPredicate, 0, 100, 17, 0, // Skip to: 8381 /* 3929 */ MCD::OPC_Decode, 143, 13, 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, 75, 17, 0, // Skip to: 8381 /* 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, 176, 14, 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, 145, 5, 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, 163, 5, 52, // Opcode: HINT /* 4051 */ MCD::OPC_CheckPredicate, 0, 229, 16, 0, // Skip to: 8381 /* 4056 */ MCD::OPC_Decode, 132, 6, 53, // Opcode: MSRi /* 4060 */ MCD::OPC_FilterValue, 1, 220, 16, 0, // Skip to: 8381 /* 4065 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 4068 */ MCD::OPC_FilterValue, 0, 14, 0, 0, // Skip to: 4087 /* 4073 */ MCD::OPC_CheckPredicate, 0, 207, 16, 0, // Skip to: 8381 /* 4078 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 4083 */ MCD::OPC_Decode, 170, 14, 50, // Opcode: TEQri /* 4087 */ MCD::OPC_FilterValue, 1, 193, 16, 0, // Skip to: 8381 /* 4092 */ MCD::OPC_CheckPredicate, 0, 188, 16, 0, // Skip to: 8381 /* 4097 */ MCD::OPC_SoftFail, 128, 224, 3 /* 0xf000 */, 0, /* 4102 */ MCD::OPC_Decode, 128, 5, 50, // Opcode: CMNri /* 4106 */ MCD::OPC_FilterValue, 3, 174, 16, 0, // Skip to: 8381 /* 4111 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 4114 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4135 /* 4119 */ MCD::OPC_CheckPredicate, 0, 161, 16, 0, // Skip to: 8381 /* 4124 */ MCD::OPC_CheckField, 16, 4, 0, 154, 16, 0, // Skip to: 8381 /* 4131 */ MCD::OPC_Decode, 245, 5, 54, // Opcode: MOVi /* 4135 */ MCD::OPC_FilterValue, 1, 145, 16, 0, // Skip to: 8381 /* 4140 */ MCD::OPC_CheckPredicate, 0, 140, 16, 0, // Skip to: 8381 /* 4145 */ MCD::OPC_CheckField, 16, 4, 0, 133, 16, 0, // Skip to: 8381 /* 4152 */ MCD::OPC_Decode, 221, 12, 54, // Opcode: MVNi /* 4156 */ MCD::OPC_FilterValue, 2, 9, 2, 0, // Skip to: 4682 /* 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, 103, 16, 0, // Skip to: 8381 /* 4182 */ MCD::OPC_Decode, 151, 14, 55, // Opcode: STR_POST_IMM /* 4186 */ MCD::OPC_FilterValue, 1, 94, 16, 0, // Skip to: 8381 /* 4191 */ MCD::OPC_CheckPredicate, 0, 89, 16, 0, // Skip to: 8381 /* 4196 */ MCD::OPC_Decode, 155, 14, 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, 67, 16, 0, // Skip to: 8381 /* 4218 */ MCD::OPC_Decode, 230, 5, 55, // Opcode: LDR_POST_IMM /* 4222 */ MCD::OPC_FilterValue, 1, 58, 16, 0, // Skip to: 8381 /* 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, 239, 12, 57, // Opcode: PLDWi12 /* 4250 */ MCD::OPC_CheckPredicate, 0, 30, 16, 0, // Skip to: 8381 /* 4255 */ MCD::OPC_Decode, 235, 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, 8, 16, 0, // Skip to: 8381 /* 4277 */ MCD::OPC_Decode, 149, 14, 55, // Opcode: STRT_POST_IMM /* 4281 */ MCD::OPC_FilterValue, 1, 255, 15, 0, // Skip to: 8381 /* 4286 */ MCD::OPC_CheckPredicate, 0, 250, 15, 0, // Skip to: 8381 /* 4291 */ MCD::OPC_Decode, 153, 14, 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, 228, 15, 0, // Skip to: 8381 /* 4313 */ MCD::OPC_Decode, 228, 5, 55, // Opcode: LDRT_POST_IMM /* 4317 */ MCD::OPC_FilterValue, 1, 219, 15, 0, // Skip to: 8381 /* 4322 */ MCD::OPC_CheckPredicate, 0, 214, 15, 0, // Skip to: 8381 /* 4327 */ MCD::OPC_Decode, 232, 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, 192, 15, 0, // Skip to: 8381 /* 4349 */ MCD::OPC_Decode, 131, 14, 55, // Opcode: STRB_POST_IMM /* 4353 */ MCD::OPC_FilterValue, 1, 183, 15, 0, // Skip to: 8381 /* 4358 */ MCD::OPC_CheckPredicate, 0, 178, 15, 0, // Skip to: 8381 /* 4363 */ MCD::OPC_Decode, 135, 14, 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, 243, 12, 57, // Opcode: PLIi12 /* 4403 */ MCD::OPC_CheckPredicate, 0, 133, 15, 0, // Skip to: 8381 /* 4408 */ MCD::OPC_Decode, 200, 5, 55, // Opcode: LDRB_POST_IMM /* 4412 */ MCD::OPC_FilterValue, 1, 124, 15, 0, // Skip to: 8381 /* 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, 241, 12, 57, // Opcode: PLDi12 /* 4440 */ MCD::OPC_CheckPredicate, 0, 96, 15, 0, // Skip to: 8381 /* 4445 */ MCD::OPC_Decode, 204, 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, 74, 15, 0, // Skip to: 8381 /* 4467 */ MCD::OPC_Decode, 129, 14, 55, // Opcode: STRBT_POST_IMM /* 4471 */ MCD::OPC_FilterValue, 1, 65, 15, 0, // Skip to: 8381 /* 4476 */ MCD::OPC_CheckPredicate, 0, 60, 15, 0, // Skip to: 8381 /* 4481 */ MCD::OPC_Decode, 133, 14, 58, // Opcode: STRB_PRE_IMM /* 4485 */ MCD::OPC_FilterValue, 7, 51, 15, 0, // Skip to: 8381 /* 4490 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4493 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4507 /* 4498 */ MCD::OPC_CheckPredicate, 0, 38, 15, 0, // Skip to: 8381 /* 4503 */ MCD::OPC_Decode, 198, 5, 55, // Opcode: LDRBT_POST_IMM /* 4507 */ MCD::OPC_FilterValue, 1, 29, 15, 0, // Skip to: 8381 /* 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, 254, 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, 147, 5, 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, 146, 5, 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, 166, 5, 62, // Opcode: ISB /* 4637 */ MCD::OPC_CheckPredicate, 19, 31, 0, 0, // Skip to: 4673 /* 4642 */ MCD::OPC_CheckField, 28, 4, 15, 24, 0, 0, // Skip to: 4673 /* 4649 */ MCD::OPC_CheckField, 23, 1, 0, 17, 0, 0, // Skip to: 4673 /* 4656 */ MCD::OPC_CheckField, 4, 4, 7, 10, 0, 0, // Skip to: 4673 /* 4663 */ MCD::OPC_SoftFail, 143, 30 /* 0xf0f */, 128, 224, 63 /* 0xff000 */, /* 4669 */ MCD::OPC_Decode, 150, 13, 51, // Opcode: SB /* 4673 */ MCD::OPC_CheckPredicate, 0, 119, 14, 0, // Skip to: 8381 /* 4678 */ MCD::OPC_Decode, 202, 5, 59, // Opcode: LDRB_PRE_IMM /* 4682 */ MCD::OPC_FilterValue, 3, 129, 10, 0, // Skip to: 7376 /* 4687 */ MCD::OPC_ExtractField, 21, 2, // Inst{22-21} ... /* 4690 */ MCD::OPC_FilterValue, 0, 200, 2, 0, // Skip to: 5407 /* 4695 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 4698 */ MCD::OPC_FilterValue, 0, 98, 0, 0, // Skip to: 4801 /* 4703 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4706 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 4742 /* 4711 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4714 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4728 /* 4719 */ MCD::OPC_CheckPredicate, 0, 73, 14, 0, // Skip to: 8381 /* 4724 */ MCD::OPC_Decode, 152, 14, 55, // Opcode: STR_POST_REG /* 4728 */ MCD::OPC_FilterValue, 1, 64, 14, 0, // Skip to: 8381 /* 4733 */ MCD::OPC_CheckPredicate, 0, 59, 14, 0, // Skip to: 8381 /* 4738 */ MCD::OPC_Decode, 156, 14, 63, // Opcode: STRrs /* 4742 */ MCD::OPC_FilterValue, 1, 50, 14, 0, // Skip to: 8381 /* 4747 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4750 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4764 /* 4755 */ MCD::OPC_CheckPredicate, 0, 37, 14, 0, // Skip to: 8381 /* 4760 */ MCD::OPC_Decode, 231, 5, 55, // Opcode: LDR_POST_REG /* 4764 */ MCD::OPC_FilterValue, 1, 28, 14, 0, // Skip to: 8381 /* 4769 */ MCD::OPC_CheckPredicate, 16, 18, 0, 0, // Skip to: 4792 /* 4774 */ MCD::OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 4792 /* 4781 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4792 /* 4788 */ MCD::OPC_Decode, 240, 12, 64, // Opcode: PLDWrs /* 4792 */ MCD::OPC_CheckPredicate, 0, 0, 14, 0, // Skip to: 8381 /* 4797 */ MCD::OPC_Decode, 236, 5, 63, // Opcode: LDRrs /* 4801 */ MCD::OPC_FilterValue, 1, 247, 13, 0, // Skip to: 8381 /* 4806 */ MCD::OPC_ExtractField, 5, 2, // Inst{6-5} ... /* 4809 */ MCD::OPC_FilterValue, 0, 202, 0, 0, // Skip to: 5016 /* 4814 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 4817 */ MCD::OPC_FilterValue, 0, 53, 0, 0, // Skip to: 4875 /* 4822 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 4825 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 4850 /* 4830 */ MCD::OPC_CheckPredicate, 0, 218, 13, 0, // Skip to: 8381 /* 4835 */ MCD::OPC_CheckField, 20, 1, 1, 211, 13, 0, // Skip to: 8381 /* 4842 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 4846 */ MCD::OPC_Decode, 147, 13, 65, // Opcode: SADD16 /* 4850 */ MCD::OPC_FilterValue, 1, 198, 13, 0, // Skip to: 8381 /* 4855 */ MCD::OPC_CheckPredicate, 0, 193, 13, 0, // Skip to: 8381 /* 4860 */ MCD::OPC_CheckField, 20, 1, 1, 186, 13, 0, // Skip to: 8381 /* 4867 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 4871 */ MCD::OPC_Decode, 148, 13, 65, // Opcode: SADD8 /* 4875 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4896 /* 4880 */ MCD::OPC_CheckPredicate, 1, 168, 13, 0, // Skip to: 8381 /* 4885 */ MCD::OPC_CheckField, 20, 1, 0, 161, 13, 0, // Skip to: 8381 /* 4892 */ MCD::OPC_Decode, 237, 12, 66, // Opcode: PKHBT /* 4896 */ MCD::OPC_FilterValue, 2, 69, 0, 0, // Skip to: 4970 /* 4901 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4904 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 4942 /* 4909 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 4912 */ MCD::OPC_FilterValue, 0, 136, 13, 0, // Skip to: 8381 /* 4917 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 4933 /* 4922 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 4933 /* 4929 */ MCD::OPC_Decode, 202, 13, 67, // Opcode: SMUAD /* 4933 */ MCD::OPC_CheckPredicate, 1, 115, 13, 0, // Skip to: 8381 /* 4938 */ MCD::OPC_Decode, 179, 13, 68, // Opcode: SMLAD /* 4942 */ MCD::OPC_FilterValue, 1, 106, 13, 0, // Skip to: 8381 /* 4947 */ MCD::OPC_CheckPredicate, 20, 101, 13, 0, // Skip to: 8381 /* 4952 */ MCD::OPC_CheckField, 12, 4, 15, 94, 13, 0, // Skip to: 8381 /* 4959 */ MCD::OPC_CheckField, 7, 1, 0, 87, 13, 0, // Skip to: 8381 /* 4966 */ MCD::OPC_Decode, 156, 13, 30, // Opcode: SDIV /* 4970 */ MCD::OPC_FilterValue, 3, 78, 13, 0, // Skip to: 8381 /* 4975 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 4978 */ MCD::OPC_FilterValue, 0, 70, 13, 0, // Skip to: 8381 /* 4983 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4986 */ MCD::OPC_FilterValue, 0, 62, 13, 0, // Skip to: 8381 /* 4991 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5007 /* 4996 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5007 /* 5003 */ MCD::OPC_Decode, 202, 14, 30, // Opcode: USAD8 /* 5007 */ MCD::OPC_CheckPredicate, 1, 41, 13, 0, // Skip to: 8381 /* 5012 */ MCD::OPC_Decode, 203, 14, 39, // Opcode: USADA8 /* 5016 */ MCD::OPC_FilterValue, 1, 113, 0, 0, // Skip to: 5134 /* 5021 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 5024 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5056 /* 5029 */ MCD::OPC_CheckPredicate, 0, 19, 13, 0, // Skip to: 8381 /* 5034 */ MCD::OPC_CheckField, 20, 1, 1, 12, 13, 0, // Skip to: 8381 /* 5041 */ MCD::OPC_CheckField, 7, 1, 0, 5, 13, 0, // Skip to: 8381 /* 5048 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5052 */ MCD::OPC_Decode, 149, 13, 65, // Opcode: SASX /* 5056 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 5088 /* 5061 */ MCD::OPC_CheckPredicate, 1, 243, 12, 0, // Skip to: 8381 /* 5066 */ MCD::OPC_CheckField, 20, 1, 0, 236, 12, 0, // Skip to: 8381 /* 5073 */ MCD::OPC_CheckField, 7, 1, 1, 229, 12, 0, // Skip to: 8381 /* 5080 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5084 */ MCD::OPC_Decode, 157, 13, 69, // Opcode: SEL /* 5088 */ MCD::OPC_FilterValue, 2, 216, 12, 0, // Skip to: 8381 /* 5093 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 5096 */ MCD::OPC_FilterValue, 0, 208, 12, 0, // Skip to: 8381 /* 5101 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5104 */ MCD::OPC_FilterValue, 0, 200, 12, 0, // Skip to: 8381 /* 5109 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5125 /* 5114 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5125 /* 5121 */ MCD::OPC_Decode, 203, 13, 67, // Opcode: SMUADX /* 5125 */ MCD::OPC_CheckPredicate, 1, 179, 12, 0, // Skip to: 8381 /* 5130 */ MCD::OPC_Decode, 180, 13, 68, // Opcode: SMLADX /* 5134 */ MCD::OPC_FilterValue, 2, 102, 0, 0, // Skip to: 5241 /* 5139 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 5142 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5174 /* 5147 */ MCD::OPC_CheckPredicate, 0, 157, 12, 0, // Skip to: 8381 /* 5152 */ MCD::OPC_CheckField, 20, 1, 1, 150, 12, 0, // Skip to: 8381 /* 5159 */ MCD::OPC_CheckField, 7, 1, 0, 143, 12, 0, // Skip to: 8381 /* 5166 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5170 */ MCD::OPC_Decode, 223, 13, 65, // Opcode: SSAX /* 5174 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 5195 /* 5179 */ MCD::OPC_CheckPredicate, 1, 125, 12, 0, // Skip to: 8381 /* 5184 */ MCD::OPC_CheckField, 20, 1, 0, 118, 12, 0, // Skip to: 8381 /* 5191 */ MCD::OPC_Decode, 238, 12, 66, // Opcode: PKHTB /* 5195 */ MCD::OPC_FilterValue, 2, 109, 12, 0, // Skip to: 8381 /* 5200 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 5203 */ MCD::OPC_FilterValue, 0, 101, 12, 0, // Skip to: 8381 /* 5208 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5211 */ MCD::OPC_FilterValue, 0, 93, 12, 0, // Skip to: 8381 /* 5216 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5232 /* 5221 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5232 /* 5228 */ MCD::OPC_Decode, 211, 13, 67, // Opcode: SMUSD /* 5232 */ MCD::OPC_CheckPredicate, 1, 72, 12, 0, // Skip to: 8381 /* 5237 */ MCD::OPC_Decode, 192, 13, 68, // Opcode: SMLSD /* 5241 */ MCD::OPC_FilterValue, 3, 63, 12, 0, // Skip to: 8381 /* 5246 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 5249 */ MCD::OPC_FilterValue, 0, 53, 0, 0, // Skip to: 5307 /* 5254 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 5257 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 5282 /* 5262 */ MCD::OPC_CheckPredicate, 0, 42, 12, 0, // Skip to: 8381 /* 5267 */ MCD::OPC_CheckField, 20, 1, 1, 35, 12, 0, // Skip to: 8381 /* 5274 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5278 */ MCD::OPC_Decode, 224, 13, 65, // Opcode: SSUB16 /* 5282 */ MCD::OPC_FilterValue, 1, 22, 12, 0, // Skip to: 8381 /* 5287 */ MCD::OPC_CheckPredicate, 0, 17, 12, 0, // Skip to: 8381 /* 5292 */ MCD::OPC_CheckField, 20, 1, 1, 10, 12, 0, // Skip to: 8381 /* 5299 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5303 */ MCD::OPC_Decode, 225, 13, 65, // Opcode: SSUB8 /* 5307 */ MCD::OPC_FilterValue, 1, 49, 0, 0, // Skip to: 5361 /* 5312 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 5315 */ MCD::OPC_FilterValue, 0, 245, 11, 0, // Skip to: 8381 /* 5320 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5323 */ MCD::OPC_FilterValue, 0, 237, 11, 0, // Skip to: 8381 /* 5328 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5348 /* 5333 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5348 /* 5340 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5344 */ MCD::OPC_Decode, 168, 14, 70, // Opcode: SXTB16 /* 5348 */ MCD::OPC_CheckPredicate, 1, 212, 11, 0, // Skip to: 8381 /* 5353 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5357 */ MCD::OPC_Decode, 165, 14, 71, // Opcode: SXTAB16 /* 5361 */ MCD::OPC_FilterValue, 2, 199, 11, 0, // Skip to: 8381 /* 5366 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 5369 */ MCD::OPC_FilterValue, 0, 191, 11, 0, // Skip to: 8381 /* 5374 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5377 */ MCD::OPC_FilterValue, 0, 183, 11, 0, // Skip to: 8381 /* 5382 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 5398 /* 5387 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 5398 /* 5394 */ MCD::OPC_Decode, 212, 13, 67, // Opcode: SMUSDX /* 5398 */ MCD::OPC_CheckPredicate, 1, 162, 11, 0, // Skip to: 8381 /* 5403 */ MCD::OPC_Decode, 193, 13, 68, // Opcode: SMLSDX /* 5407 */ MCD::OPC_FilterValue, 1, 106, 2, 0, // Skip to: 6030 /* 5412 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 5415 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 5495 /* 5420 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5423 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 5459 /* 5428 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 5431 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5445 /* 5436 */ MCD::OPC_CheckPredicate, 0, 124, 11, 0, // Skip to: 8381 /* 5441 */ MCD::OPC_Decode, 150, 14, 55, // Opcode: STRT_POST_REG /* 5445 */ MCD::OPC_FilterValue, 1, 115, 11, 0, // Skip to: 8381 /* 5450 */ MCD::OPC_CheckPredicate, 0, 110, 11, 0, // Skip to: 8381 /* 5455 */ MCD::OPC_Decode, 154, 14, 72, // Opcode: STR_PRE_REG /* 5459 */ MCD::OPC_FilterValue, 1, 101, 11, 0, // Skip to: 8381 /* 5464 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 5467 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5481 /* 5472 */ MCD::OPC_CheckPredicate, 0, 88, 11, 0, // Skip to: 8381 /* 5477 */ MCD::OPC_Decode, 229, 5, 55, // Opcode: LDRT_POST_REG /* 5481 */ MCD::OPC_FilterValue, 1, 79, 11, 0, // Skip to: 8381 /* 5486 */ MCD::OPC_CheckPredicate, 0, 74, 11, 0, // Skip to: 8381 /* 5491 */ MCD::OPC_Decode, 233, 5, 73, // Opcode: LDR_PRE_REG /* 5495 */ MCD::OPC_FilterValue, 1, 65, 11, 0, // Skip to: 8381 /* 5500 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 5503 */ MCD::OPC_FilterValue, 0, 11, 1, 0, // Skip to: 5775 /* 5508 */ MCD::OPC_ExtractField, 5, 3, // Inst{7-5} ... /* 5511 */ MCD::OPC_FilterValue, 0, 39, 0, 0, // Skip to: 5555 /* 5516 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5519 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5537 /* 5524 */ MCD::OPC_CheckPredicate, 0, 36, 11, 0, // Skip to: 8381 /* 5529 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5533 */ MCD::OPC_Decode, 246, 12, 65, // Opcode: QADD16 /* 5537 */ MCD::OPC_FilterValue, 1, 23, 11, 0, // Skip to: 8381 /* 5542 */ MCD::OPC_CheckPredicate, 0, 18, 11, 0, // Skip to: 8381 /* 5547 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5551 */ MCD::OPC_Decode, 170, 13, 65, // Opcode: SHADD16 /* 5555 */ MCD::OPC_FilterValue, 1, 39, 0, 0, // Skip to: 5599 /* 5560 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5563 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5581 /* 5568 */ MCD::OPC_CheckPredicate, 0, 248, 10, 0, // Skip to: 8381 /* 5573 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5577 */ MCD::OPC_Decode, 248, 12, 65, // Opcode: QASX /* 5581 */ MCD::OPC_FilterValue, 1, 235, 10, 0, // Skip to: 8381 /* 5586 */ MCD::OPC_CheckPredicate, 0, 230, 10, 0, // Skip to: 8381 /* 5591 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5595 */ MCD::OPC_Decode, 172, 13, 65, // Opcode: SHASX /* 5599 */ MCD::OPC_FilterValue, 2, 39, 0, 0, // Skip to: 5643 /* 5604 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5607 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5625 /* 5612 */ MCD::OPC_CheckPredicate, 0, 204, 10, 0, // Skip to: 8381 /* 5617 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5621 */ MCD::OPC_Decode, 251, 12, 65, // Opcode: QSAX /* 5625 */ MCD::OPC_FilterValue, 1, 191, 10, 0, // Skip to: 8381 /* 5630 */ MCD::OPC_CheckPredicate, 0, 186, 10, 0, // Skip to: 8381 /* 5635 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5639 */ MCD::OPC_Decode, 173, 13, 65, // Opcode: SHSAX /* 5643 */ MCD::OPC_FilterValue, 3, 39, 0, 0, // Skip to: 5687 /* 5648 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5651 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5669 /* 5656 */ MCD::OPC_CheckPredicate, 0, 160, 10, 0, // Skip to: 8381 /* 5661 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5665 */ MCD::OPC_Decode, 253, 12, 65, // Opcode: QSUB16 /* 5669 */ MCD::OPC_FilterValue, 1, 147, 10, 0, // Skip to: 8381 /* 5674 */ MCD::OPC_CheckPredicate, 0, 142, 10, 0, // Skip to: 8381 /* 5679 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5683 */ MCD::OPC_Decode, 174, 13, 65, // Opcode: SHSUB16 /* 5687 */ MCD::OPC_FilterValue, 4, 39, 0, 0, // Skip to: 5731 /* 5692 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5695 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5713 /* 5700 */ MCD::OPC_CheckPredicate, 0, 116, 10, 0, // Skip to: 8381 /* 5705 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5709 */ MCD::OPC_Decode, 247, 12, 65, // Opcode: QADD8 /* 5713 */ MCD::OPC_FilterValue, 1, 103, 10, 0, // Skip to: 8381 /* 5718 */ MCD::OPC_CheckPredicate, 0, 98, 10, 0, // Skip to: 8381 /* 5723 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5727 */ MCD::OPC_Decode, 171, 13, 65, // Opcode: SHADD8 /* 5731 */ MCD::OPC_FilterValue, 7, 85, 10, 0, // Skip to: 8381 /* 5736 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5739 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 5757 /* 5744 */ MCD::OPC_CheckPredicate, 0, 72, 10, 0, // Skip to: 8381 /* 5749 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5753 */ MCD::OPC_Decode, 254, 12, 65, // Opcode: QSUB8 /* 5757 */ MCD::OPC_FilterValue, 1, 59, 10, 0, // Skip to: 8381 /* 5762 */ MCD::OPC_CheckPredicate, 0, 54, 10, 0, // Skip to: 8381 /* 5767 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 5771 */ MCD::OPC_Decode, 175, 13, 65, // Opcode: SHSUB8 /* 5775 */ MCD::OPC_FilterValue, 1, 194, 0, 0, // Skip to: 5974 /* 5780 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 5783 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5797 /* 5788 */ MCD::OPC_CheckPredicate, 1, 28, 10, 0, // Skip to: 8381 /* 5793 */ MCD::OPC_Decode, 221, 13, 74, // Opcode: SSAT /* 5797 */ MCD::OPC_FilterValue, 1, 19, 10, 0, // Skip to: 8381 /* 5802 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 5805 */ MCD::OPC_FilterValue, 0, 52, 0, 0, // Skip to: 5862 /* 5810 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5813 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5834 /* 5818 */ MCD::OPC_CheckPredicate, 1, 254, 9, 0, // Skip to: 8381 /* 5823 */ MCD::OPC_CheckField, 8, 4, 15, 247, 9, 0, // Skip to: 8381 /* 5830 */ MCD::OPC_Decode, 222, 13, 75, // Opcode: SSAT16 /* 5834 */ MCD::OPC_FilterValue, 1, 238, 9, 0, // Skip to: 8381 /* 5839 */ MCD::OPC_CheckPredicate, 1, 233, 9, 0, // Skip to: 8381 /* 5844 */ MCD::OPC_CheckField, 16, 4, 15, 226, 9, 0, // Skip to: 8381 /* 5851 */ MCD::OPC_CheckField, 8, 4, 15, 219, 9, 0, // Skip to: 8381 /* 5858 */ MCD::OPC_Decode, 128, 13, 35, // Opcode: REV /* 5862 */ MCD::OPC_FilterValue, 1, 79, 0, 0, // Skip to: 5946 /* 5867 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5870 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 5908 /* 5875 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5895 /* 5880 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5895 /* 5887 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5891 */ MCD::OPC_Decode, 167, 14, 70, // Opcode: SXTB /* 5895 */ MCD::OPC_CheckPredicate, 1, 177, 9, 0, // Skip to: 8381 /* 5900 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5904 */ MCD::OPC_Decode, 164, 14, 71, // Opcode: SXTAB /* 5908 */ MCD::OPC_FilterValue, 1, 164, 9, 0, // Skip to: 8381 /* 5913 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 5933 /* 5918 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 5933 /* 5925 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5929 */ MCD::OPC_Decode, 169, 14, 70, // Opcode: SXTH /* 5933 */ MCD::OPC_CheckPredicate, 1, 139, 9, 0, // Skip to: 8381 /* 5938 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 5942 */ MCD::OPC_Decode, 166, 14, 71, // Opcode: SXTAH /* 5946 */ MCD::OPC_FilterValue, 2, 126, 9, 0, // Skip to: 8381 /* 5951 */ MCD::OPC_CheckPredicate, 1, 121, 9, 0, // Skip to: 8381 /* 5956 */ MCD::OPC_CheckField, 16, 5, 31, 114, 9, 0, // Skip to: 8381 /* 5963 */ MCD::OPC_CheckField, 8, 4, 15, 107, 9, 0, // Skip to: 8381 /* 5970 */ MCD::OPC_Decode, 129, 13, 35, // Opcode: REV16 /* 5974 */ MCD::OPC_FilterValue, 2, 30, 0, 0, // Skip to: 6009 /* 5979 */ MCD::OPC_CheckPredicate, 20, 93, 9, 0, // Skip to: 8381 /* 5984 */ MCD::OPC_CheckField, 20, 1, 1, 86, 9, 0, // Skip to: 8381 /* 5991 */ MCD::OPC_CheckField, 12, 4, 15, 79, 9, 0, // Skip to: 8381 /* 5998 */ MCD::OPC_CheckField, 5, 3, 0, 72, 9, 0, // Skip to: 8381 /* 6005 */ MCD::OPC_Decode, 186, 14, 30, // Opcode: UDIV /* 6009 */ MCD::OPC_FilterValue, 3, 63, 9, 0, // Skip to: 8381 /* 6014 */ MCD::OPC_CheckPredicate, 13, 58, 9, 0, // Skip to: 8381 /* 6019 */ MCD::OPC_CheckField, 5, 2, 2, 51, 9, 0, // Skip to: 8381 /* 6026 */ MCD::OPC_Decode, 155, 13, 76, // Opcode: SBFX /* 6030 */ MCD::OPC_FilterValue, 2, 155, 2, 0, // Skip to: 6702 /* 6035 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 6038 */ MCD::OPC_FilterValue, 0, 121, 0, 0, // Skip to: 6164 /* 6043 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6046 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6082 /* 6051 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 6054 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6068 /* 6059 */ MCD::OPC_CheckPredicate, 0, 13, 9, 0, // Skip to: 8381 /* 6064 */ MCD::OPC_Decode, 132, 14, 55, // Opcode: STRB_POST_REG /* 6068 */ MCD::OPC_FilterValue, 1, 4, 9, 0, // Skip to: 8381 /* 6073 */ MCD::OPC_CheckPredicate, 0, 255, 8, 0, // Skip to: 8381 /* 6078 */ MCD::OPC_Decode, 136, 14, 77, // Opcode: STRBrs /* 6082 */ MCD::OPC_FilterValue, 1, 246, 8, 0, // Skip to: 8381 /* 6087 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 6090 */ MCD::OPC_FilterValue, 0, 32, 0, 0, // Skip to: 6127 /* 6095 */ MCD::OPC_CheckPredicate, 15, 18, 0, 0, // Skip to: 6118 /* 6100 */ MCD::OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 6118 /* 6107 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6118 /* 6114 */ MCD::OPC_Decode, 244, 12, 64, // Opcode: PLIrs /* 6118 */ MCD::OPC_CheckPredicate, 0, 210, 8, 0, // Skip to: 8381 /* 6123 */ MCD::OPC_Decode, 201, 5, 55, // Opcode: LDRB_POST_REG /* 6127 */ MCD::OPC_FilterValue, 1, 201, 8, 0, // Skip to: 8381 /* 6132 */ MCD::OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 6155 /* 6137 */ MCD::OPC_CheckField, 28, 4, 15, 11, 0, 0, // Skip to: 6155 /* 6144 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6155 /* 6151 */ MCD::OPC_Decode, 242, 12, 64, // Opcode: PLDrs /* 6155 */ MCD::OPC_CheckPredicate, 0, 173, 8, 0, // Skip to: 8381 /* 6160 */ MCD::OPC_Decode, 205, 5, 77, // Opcode: LDRBrs /* 6164 */ MCD::OPC_FilterValue, 1, 164, 8, 0, // Skip to: 8381 /* 6169 */ MCD::OPC_ExtractField, 5, 2, // Inst{6-5} ... /* 6172 */ MCD::OPC_FilterValue, 0, 158, 0, 0, // Skip to: 6335 /* 6177 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 6180 */ MCD::OPC_FilterValue, 0, 53, 0, 0, // Skip to: 6238 /* 6185 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6188 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6213 /* 6193 */ MCD::OPC_CheckPredicate, 0, 135, 8, 0, // Skip to: 8381 /* 6198 */ MCD::OPC_CheckField, 20, 1, 1, 128, 8, 0, // Skip to: 8381 /* 6205 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6209 */ MCD::OPC_Decode, 181, 14, 65, // Opcode: UADD16 /* 6213 */ MCD::OPC_FilterValue, 1, 115, 8, 0, // Skip to: 8381 /* 6218 */ MCD::OPC_CheckPredicate, 0, 110, 8, 0, // Skip to: 8381 /* 6223 */ MCD::OPC_CheckField, 20, 1, 1, 103, 8, 0, // Skip to: 8381 /* 6230 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6234 */ MCD::OPC_Decode, 182, 14, 65, // Opcode: UADD8 /* 6238 */ MCD::OPC_FilterValue, 2, 62, 0, 0, // Skip to: 6305 /* 6243 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6246 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6267 /* 6251 */ MCD::OPC_CheckPredicate, 1, 77, 8, 0, // Skip to: 8381 /* 6256 */ MCD::OPC_CheckField, 7, 1, 0, 70, 8, 0, // Skip to: 8381 /* 6263 */ MCD::OPC_Decode, 184, 13, 19, // Opcode: SMLALD /* 6267 */ MCD::OPC_FilterValue, 1, 61, 8, 0, // Skip to: 8381 /* 6272 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6275 */ MCD::OPC_FilterValue, 0, 53, 8, 0, // Skip to: 8381 /* 6280 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 6296 /* 6285 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6296 /* 6292 */ MCD::OPC_Decode, 200, 13, 30, // Opcode: SMMUL /* 6296 */ MCD::OPC_CheckPredicate, 1, 32, 8, 0, // Skip to: 8381 /* 6301 */ MCD::OPC_Decode, 196, 13, 39, // Opcode: SMMLA /* 6305 */ MCD::OPC_FilterValue, 3, 23, 8, 0, // Skip to: 8381 /* 6310 */ MCD::OPC_CheckPredicate, 13, 11, 0, 0, // Skip to: 6326 /* 6315 */ MCD::OPC_CheckField, 0, 4, 15, 4, 0, 0, // Skip to: 6326 /* 6322 */ MCD::OPC_Decode, 235, 4, 78, // Opcode: BFC /* 6326 */ MCD::OPC_CheckPredicate, 13, 2, 8, 0, // Skip to: 8381 /* 6331 */ MCD::OPC_Decode, 236, 4, 79, // Opcode: BFI /* 6335 */ MCD::OPC_FilterValue, 1, 102, 0, 0, // Skip to: 6442 /* 6340 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6343 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 6371 /* 6348 */ MCD::OPC_CheckPredicate, 1, 236, 7, 0, // Skip to: 8381 /* 6353 */ MCD::OPC_CheckField, 23, 2, 2, 229, 7, 0, // Skip to: 8381 /* 6360 */ MCD::OPC_CheckField, 7, 1, 0, 222, 7, 0, // Skip to: 8381 /* 6367 */ MCD::OPC_Decode, 185, 13, 19, // Opcode: SMLALDX /* 6371 */ MCD::OPC_FilterValue, 1, 213, 7, 0, // Skip to: 8381 /* 6376 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 6379 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6404 /* 6384 */ MCD::OPC_CheckPredicate, 0, 200, 7, 0, // Skip to: 8381 /* 6389 */ MCD::OPC_CheckField, 7, 1, 0, 193, 7, 0, // Skip to: 8381 /* 6396 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6400 */ MCD::OPC_Decode, 183, 14, 65, // Opcode: UASX /* 6404 */ MCD::OPC_FilterValue, 2, 180, 7, 0, // Skip to: 8381 /* 6409 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6412 */ MCD::OPC_FilterValue, 0, 172, 7, 0, // Skip to: 8381 /* 6417 */ MCD::OPC_CheckPredicate, 1, 11, 0, 0, // Skip to: 6433 /* 6422 */ MCD::OPC_CheckField, 12, 4, 15, 4, 0, 0, // Skip to: 6433 /* 6429 */ MCD::OPC_Decode, 201, 13, 30, // Opcode: SMMULR /* 6433 */ MCD::OPC_CheckPredicate, 1, 151, 7, 0, // Skip to: 8381 /* 6438 */ MCD::OPC_Decode, 197, 13, 39, // Opcode: SMMLAR /* 6442 */ MCD::OPC_FilterValue, 2, 85, 0, 0, // Skip to: 6532 /* 6447 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6450 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 6504 /* 6455 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6458 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6479 /* 6463 */ MCD::OPC_CheckPredicate, 1, 121, 7, 0, // Skip to: 8381 /* 6468 */ MCD::OPC_CheckField, 23, 2, 2, 114, 7, 0, // Skip to: 8381 /* 6475 */ MCD::OPC_Decode, 194, 13, 19, // Opcode: SMLSLD /* 6479 */ MCD::OPC_FilterValue, 1, 105, 7, 0, // Skip to: 8381 /* 6484 */ MCD::OPC_CheckPredicate, 0, 100, 7, 0, // Skip to: 8381 /* 6489 */ MCD::OPC_CheckField, 23, 2, 0, 93, 7, 0, // Skip to: 8381 /* 6496 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6500 */ MCD::OPC_Decode, 206, 14, 65, // Opcode: USAX /* 6504 */ MCD::OPC_FilterValue, 1, 80, 7, 0, // Skip to: 8381 /* 6509 */ MCD::OPC_CheckPredicate, 1, 75, 7, 0, // Skip to: 8381 /* 6514 */ MCD::OPC_CheckField, 23, 2, 2, 68, 7, 0, // Skip to: 8381 /* 6521 */ MCD::OPC_CheckField, 20, 1, 1, 61, 7, 0, // Skip to: 8381 /* 6528 */ MCD::OPC_Decode, 198, 13, 39, // Opcode: SMMLS /* 6532 */ MCD::OPC_FilterValue, 3, 52, 7, 0, // Skip to: 8381 /* 6537 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 6540 */ MCD::OPC_FilterValue, 0, 53, 0, 0, // Skip to: 6598 /* 6545 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6548 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 6573 /* 6553 */ MCD::OPC_CheckPredicate, 0, 31, 7, 0, // Skip to: 8381 /* 6558 */ MCD::OPC_CheckField, 20, 1, 1, 24, 7, 0, // Skip to: 8381 /* 6565 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6569 */ MCD::OPC_Decode, 207, 14, 65, // Opcode: USUB16 /* 6573 */ MCD::OPC_FilterValue, 1, 11, 7, 0, // Skip to: 8381 /* 6578 */ MCD::OPC_CheckPredicate, 0, 6, 7, 0, // Skip to: 8381 /* 6583 */ MCD::OPC_CheckField, 20, 1, 1, 255, 6, 0, // Skip to: 8381 /* 6590 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6594 */ MCD::OPC_Decode, 208, 14, 65, // Opcode: USUB8 /* 6598 */ MCD::OPC_FilterValue, 1, 49, 0, 0, // Skip to: 6652 /* 6603 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6606 */ MCD::OPC_FilterValue, 0, 234, 6, 0, // Skip to: 8381 /* 6611 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6614 */ MCD::OPC_FilterValue, 0, 226, 6, 0, // Skip to: 8381 /* 6619 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 6639 /* 6624 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 6639 /* 6631 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 6635 */ MCD::OPC_Decode, 213, 14, 70, // Opcode: UXTB16 /* 6639 */ MCD::OPC_CheckPredicate, 1, 201, 6, 0, // Skip to: 8381 /* 6644 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 6648 */ MCD::OPC_Decode, 210, 14, 71, // Opcode: UXTAB16 /* 6652 */ MCD::OPC_FilterValue, 2, 188, 6, 0, // Skip to: 8381 /* 6657 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6660 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6681 /* 6665 */ MCD::OPC_CheckPredicate, 1, 175, 6, 0, // Skip to: 8381 /* 6670 */ MCD::OPC_CheckField, 20, 1, 0, 168, 6, 0, // Skip to: 8381 /* 6677 */ MCD::OPC_Decode, 195, 13, 19, // Opcode: SMLSLDX /* 6681 */ MCD::OPC_FilterValue, 1, 159, 6, 0, // Skip to: 8381 /* 6686 */ MCD::OPC_CheckPredicate, 1, 154, 6, 0, // Skip to: 8381 /* 6691 */ MCD::OPC_CheckField, 20, 1, 1, 147, 6, 0, // Skip to: 8381 /* 6698 */ MCD::OPC_Decode, 199, 13, 39, // Opcode: SMMLSR /* 6702 */ MCD::OPC_FilterValue, 3, 138, 6, 0, // Skip to: 8381 /* 6707 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 6710 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 6790 /* 6715 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6718 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6754 /* 6723 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 6726 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6740 /* 6731 */ MCD::OPC_CheckPredicate, 0, 109, 6, 0, // Skip to: 8381 /* 6736 */ MCD::OPC_Decode, 130, 14, 55, // Opcode: STRBT_POST_REG /* 6740 */ MCD::OPC_FilterValue, 1, 100, 6, 0, // Skip to: 8381 /* 6745 */ MCD::OPC_CheckPredicate, 0, 95, 6, 0, // Skip to: 8381 /* 6750 */ MCD::OPC_Decode, 134, 14, 72, // Opcode: STRB_PRE_REG /* 6754 */ MCD::OPC_FilterValue, 1, 86, 6, 0, // Skip to: 8381 /* 6759 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 6762 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6776 /* 6767 */ MCD::OPC_CheckPredicate, 0, 73, 6, 0, // Skip to: 8381 /* 6772 */ MCD::OPC_Decode, 199, 5, 55, // Opcode: LDRBT_POST_REG /* 6776 */ MCD::OPC_FilterValue, 1, 64, 6, 0, // Skip to: 8381 /* 6781 */ MCD::OPC_CheckPredicate, 0, 59, 6, 0, // Skip to: 8381 /* 6786 */ MCD::OPC_Decode, 203, 5, 73, // Opcode: LDRB_PRE_REG /* 6790 */ MCD::OPC_FilterValue, 1, 50, 6, 0, // Skip to: 8381 /* 6795 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 6798 */ MCD::OPC_FilterValue, 0, 11, 1, 0, // Skip to: 7070 /* 6803 */ MCD::OPC_ExtractField, 5, 3, // Inst{7-5} ... /* 6806 */ MCD::OPC_FilterValue, 0, 39, 0, 0, // Skip to: 6850 /* 6811 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6814 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6832 /* 6819 */ MCD::OPC_CheckPredicate, 0, 21, 6, 0, // Skip to: 8381 /* 6824 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6828 */ MCD::OPC_Decode, 196, 14, 65, // Opcode: UQADD16 /* 6832 */ MCD::OPC_FilterValue, 1, 8, 6, 0, // Skip to: 8381 /* 6837 */ MCD::OPC_CheckPredicate, 0, 3, 6, 0, // Skip to: 8381 /* 6842 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6846 */ MCD::OPC_Decode, 187, 14, 65, // Opcode: UHADD16 /* 6850 */ MCD::OPC_FilterValue, 1, 39, 0, 0, // Skip to: 6894 /* 6855 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6858 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6876 /* 6863 */ MCD::OPC_CheckPredicate, 0, 233, 5, 0, // Skip to: 8381 /* 6868 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6872 */ MCD::OPC_Decode, 198, 14, 65, // Opcode: UQASX /* 6876 */ MCD::OPC_FilterValue, 1, 220, 5, 0, // Skip to: 8381 /* 6881 */ MCD::OPC_CheckPredicate, 0, 215, 5, 0, // Skip to: 8381 /* 6886 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6890 */ MCD::OPC_Decode, 189, 14, 65, // Opcode: UHASX /* 6894 */ MCD::OPC_FilterValue, 2, 39, 0, 0, // Skip to: 6938 /* 6899 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6902 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6920 /* 6907 */ MCD::OPC_CheckPredicate, 0, 189, 5, 0, // Skip to: 8381 /* 6912 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6916 */ MCD::OPC_Decode, 199, 14, 65, // Opcode: UQSAX /* 6920 */ MCD::OPC_FilterValue, 1, 176, 5, 0, // Skip to: 8381 /* 6925 */ MCD::OPC_CheckPredicate, 0, 171, 5, 0, // Skip to: 8381 /* 6930 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6934 */ MCD::OPC_Decode, 190, 14, 65, // Opcode: UHSAX /* 6938 */ MCD::OPC_FilterValue, 3, 39, 0, 0, // Skip to: 6982 /* 6943 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6946 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 6964 /* 6951 */ MCD::OPC_CheckPredicate, 0, 145, 5, 0, // Skip to: 8381 /* 6956 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6960 */ MCD::OPC_Decode, 200, 14, 65, // Opcode: UQSUB16 /* 6964 */ MCD::OPC_FilterValue, 1, 132, 5, 0, // Skip to: 8381 /* 6969 */ MCD::OPC_CheckPredicate, 0, 127, 5, 0, // Skip to: 8381 /* 6974 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 6978 */ MCD::OPC_Decode, 191, 14, 65, // Opcode: UHSUB16 /* 6982 */ MCD::OPC_FilterValue, 4, 39, 0, 0, // Skip to: 7026 /* 6987 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6990 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 7008 /* 6995 */ MCD::OPC_CheckPredicate, 0, 101, 5, 0, // Skip to: 8381 /* 7000 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 7004 */ MCD::OPC_Decode, 197, 14, 65, // Opcode: UQADD8 /* 7008 */ MCD::OPC_FilterValue, 1, 88, 5, 0, // Skip to: 8381 /* 7013 */ MCD::OPC_CheckPredicate, 0, 83, 5, 0, // Skip to: 8381 /* 7018 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 7022 */ MCD::OPC_Decode, 188, 14, 65, // Opcode: UHADD8 /* 7026 */ MCD::OPC_FilterValue, 7, 70, 5, 0, // Skip to: 8381 /* 7031 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7034 */ MCD::OPC_FilterValue, 0, 13, 0, 0, // Skip to: 7052 /* 7039 */ MCD::OPC_CheckPredicate, 0, 57, 5, 0, // Skip to: 8381 /* 7044 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 7048 */ MCD::OPC_Decode, 201, 14, 65, // Opcode: UQSUB8 /* 7052 */ MCD::OPC_FilterValue, 1, 44, 5, 0, // Skip to: 8381 /* 7057 */ MCD::OPC_CheckPredicate, 0, 39, 5, 0, // Skip to: 8381 /* 7062 */ MCD::OPC_SoftFail, 0, 128, 30 /* 0xf00 */, /* 7066 */ MCD::OPC_Decode, 192, 14, 65, // Opcode: UHSUB8 /* 7070 */ MCD::OPC_FilterValue, 1, 194, 0, 0, // Skip to: 7269 /* 7075 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 7078 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7092 /* 7083 */ MCD::OPC_CheckPredicate, 1, 13, 5, 0, // Skip to: 8381 /* 7088 */ MCD::OPC_Decode, 204, 14, 74, // Opcode: USAT /* 7092 */ MCD::OPC_FilterValue, 1, 4, 5, 0, // Skip to: 8381 /* 7097 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7100 */ MCD::OPC_FilterValue, 0, 52, 0, 0, // Skip to: 7157 /* 7105 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7108 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7129 /* 7113 */ MCD::OPC_CheckPredicate, 1, 239, 4, 0, // Skip to: 8381 /* 7118 */ MCD::OPC_CheckField, 8, 4, 15, 232, 4, 0, // Skip to: 8381 /* 7125 */ MCD::OPC_Decode, 205, 14, 75, // Opcode: USAT16 /* 7129 */ MCD::OPC_FilterValue, 1, 223, 4, 0, // Skip to: 8381 /* 7134 */ MCD::OPC_CheckPredicate, 13, 218, 4, 0, // Skip to: 8381 /* 7139 */ MCD::OPC_CheckField, 16, 4, 15, 211, 4, 0, // Skip to: 8381 /* 7146 */ MCD::OPC_CheckField, 8, 4, 15, 204, 4, 0, // Skip to: 8381 /* 7153 */ MCD::OPC_Decode, 255, 12, 35, // Opcode: RBIT /* 7157 */ MCD::OPC_FilterValue, 1, 79, 0, 0, // Skip to: 7241 /* 7162 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7165 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 7203 /* 7170 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 7190 /* 7175 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 7190 /* 7182 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 7186 */ MCD::OPC_Decode, 212, 14, 70, // Opcode: UXTB /* 7190 */ MCD::OPC_CheckPredicate, 1, 162, 4, 0, // Skip to: 8381 /* 7195 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 7199 */ MCD::OPC_Decode, 209, 14, 71, // Opcode: UXTAB /* 7203 */ MCD::OPC_FilterValue, 1, 149, 4, 0, // Skip to: 8381 /* 7208 */ MCD::OPC_CheckPredicate, 1, 15, 0, 0, // Skip to: 7228 /* 7213 */ MCD::OPC_CheckField, 16, 4, 15, 8, 0, 0, // Skip to: 7228 /* 7220 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 7224 */ MCD::OPC_Decode, 214, 14, 70, // Opcode: UXTH /* 7228 */ MCD::OPC_CheckPredicate, 1, 124, 4, 0, // Skip to: 8381 /* 7233 */ MCD::OPC_SoftFail, 128, 6 /* 0x300 */, 0, /* 7237 */ MCD::OPC_Decode, 211, 14, 71, // Opcode: UXTAH /* 7241 */ MCD::OPC_FilterValue, 2, 111, 4, 0, // Skip to: 8381 /* 7246 */ MCD::OPC_CheckPredicate, 1, 106, 4, 0, // Skip to: 8381 /* 7251 */ MCD::OPC_CheckField, 16, 5, 31, 99, 4, 0, // Skip to: 8381 /* 7258 */ MCD::OPC_CheckField, 8, 4, 15, 92, 4, 0, // Skip to: 8381 /* 7265 */ MCD::OPC_Decode, 130, 13, 35, // Opcode: REVSH /* 7269 */ MCD::OPC_FilterValue, 3, 83, 4, 0, // Skip to: 8381 /* 7274 */ MCD::OPC_ExtractField, 5, 2, // Inst{6-5} ... /* 7277 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7291 /* 7282 */ MCD::OPC_CheckPredicate, 13, 70, 4, 0, // Skip to: 8381 /* 7287 */ MCD::OPC_Decode, 184, 14, 76, // Opcode: UBFX /* 7291 */ MCD::OPC_FilterValue, 3, 61, 4, 0, // Skip to: 8381 /* 7296 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 7299 */ MCD::OPC_FilterValue, 1, 53, 4, 0, // Skip to: 8381 /* 7304 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7307 */ MCD::OPC_FilterValue, 1, 45, 4, 0, // Skip to: 8381 /* 7312 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7315 */ MCD::OPC_FilterValue, 14, 37, 4, 0, // Skip to: 8381 /* 7320 */ MCD::OPC_ExtractField, 0, 4, // Inst{3-0} ... /* 7323 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7345 /* 7328 */ MCD::OPC_CheckPredicate, 21, 34, 0, 0, // Skip to: 7367 /* 7333 */ MCD::OPC_CheckField, 8, 12, 222, 29, 26, 0, 0, // Skip to: 7367 /* 7341 */ MCD::OPC_Decode, 175, 14, 51, // Opcode: TRAPNaCl /* 7345 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7367 /* 7350 */ MCD::OPC_CheckPredicate, 0, 12, 0, 0, // Skip to: 7367 /* 7355 */ MCD::OPC_CheckField, 8, 12, 222, 31, 4, 0, 0, // Skip to: 7367 /* 7363 */ MCD::OPC_Decode, 174, 14, 51, // Opcode: TRAP /* 7367 */ MCD::OPC_CheckPredicate, 0, 241, 3, 0, // Skip to: 8381 /* 7372 */ MCD::OPC_Decode, 185, 14, 15, // Opcode: UDF /* 7376 */ MCD::OPC_FilterValue, 4, 75, 3, 0, // Skip to: 8224 /* 7381 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 7384 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7398 /* 7389 */ MCD::OPC_CheckPredicate, 0, 219, 3, 0, // Skip to: 8381 /* 7394 */ MCD::OPC_Decode, 249, 13, 80, // Opcode: STMDA /* 7398 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 7436 /* 7403 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7427 /* 7408 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7427 /* 7415 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7427 /* 7423 */ MCD::OPC_Decode, 131, 13, 81, // Opcode: RFEDA /* 7427 */ MCD::OPC_CheckPredicate, 0, 181, 3, 0, // Skip to: 8381 /* 7432 */ MCD::OPC_Decode, 190, 5, 80, // Opcode: LDMDA /* 7436 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 7450 /* 7441 */ MCD::OPC_CheckPredicate, 0, 167, 3, 0, // Skip to: 8381 /* 7446 */ MCD::OPC_Decode, 250, 13, 82, // Opcode: STMDA_UPD /* 7450 */ MCD::OPC_FilterValue, 3, 33, 0, 0, // Skip to: 7488 /* 7455 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7479 /* 7460 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7479 /* 7467 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7479 /* 7475 */ MCD::OPC_Decode, 132, 13, 81, // Opcode: RFEDA_UPD /* 7479 */ MCD::OPC_CheckPredicate, 0, 129, 3, 0, // Skip to: 8381 /* 7484 */ MCD::OPC_Decode, 191, 5, 82, // Opcode: LDMDA_UPD /* 7488 */ MCD::OPC_FilterValue, 4, 34, 0, 0, // Skip to: 7527 /* 7493 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7518 /* 7498 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7518 /* 7505 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7518 /* 7514 */ MCD::OPC_Decode, 213, 13, 83, // Opcode: SRSDA /* 7518 */ MCD::OPC_CheckPredicate, 0, 90, 3, 0, // Skip to: 8381 /* 7523 */ MCD::OPC_Decode, 151, 29, 80, // Opcode: sysSTMDA /* 7527 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 7541 /* 7532 */ MCD::OPC_CheckPredicate, 0, 76, 3, 0, // Skip to: 8381 /* 7537 */ MCD::OPC_Decode, 143, 29, 80, // Opcode: sysLDMDA /* 7541 */ MCD::OPC_FilterValue, 6, 34, 0, 0, // Skip to: 7580 /* 7546 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7571 /* 7551 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7571 /* 7558 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7571 /* 7567 */ MCD::OPC_Decode, 214, 13, 83, // Opcode: SRSDA_UPD /* 7571 */ MCD::OPC_CheckPredicate, 0, 37, 3, 0, // Skip to: 8381 /* 7576 */ MCD::OPC_Decode, 152, 29, 82, // Opcode: sysSTMDA_UPD /* 7580 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 7594 /* 7585 */ MCD::OPC_CheckPredicate, 0, 23, 3, 0, // Skip to: 8381 /* 7590 */ MCD::OPC_Decode, 144, 29, 82, // Opcode: sysLDMDA_UPD /* 7594 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 7608 /* 7599 */ MCD::OPC_CheckPredicate, 0, 9, 3, 0, // Skip to: 8381 /* 7604 */ MCD::OPC_Decode, 253, 13, 80, // Opcode: STMIA /* 7608 */ MCD::OPC_FilterValue, 9, 33, 0, 0, // Skip to: 7646 /* 7613 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7637 /* 7618 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7637 /* 7625 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7637 /* 7633 */ MCD::OPC_Decode, 135, 13, 81, // Opcode: RFEIA /* 7637 */ MCD::OPC_CheckPredicate, 0, 227, 2, 0, // Skip to: 8381 /* 7642 */ MCD::OPC_Decode, 194, 5, 80, // Opcode: LDMIA /* 7646 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 7660 /* 7651 */ MCD::OPC_CheckPredicate, 0, 213, 2, 0, // Skip to: 8381 /* 7656 */ MCD::OPC_Decode, 254, 13, 82, // Opcode: STMIA_UPD /* 7660 */ MCD::OPC_FilterValue, 11, 33, 0, 0, // Skip to: 7698 /* 7665 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7689 /* 7670 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7689 /* 7677 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7689 /* 7685 */ MCD::OPC_Decode, 136, 13, 81, // Opcode: RFEIA_UPD /* 7689 */ MCD::OPC_CheckPredicate, 0, 175, 2, 0, // Skip to: 8381 /* 7694 */ MCD::OPC_Decode, 195, 5, 82, // Opcode: LDMIA_UPD /* 7698 */ MCD::OPC_FilterValue, 12, 34, 0, 0, // Skip to: 7737 /* 7703 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7728 /* 7708 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7728 /* 7715 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7728 /* 7724 */ MCD::OPC_Decode, 217, 13, 83, // Opcode: SRSIA /* 7728 */ MCD::OPC_CheckPredicate, 0, 136, 2, 0, // Skip to: 8381 /* 7733 */ MCD::OPC_Decode, 155, 29, 80, // Opcode: sysSTMIA /* 7737 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 7751 /* 7742 */ MCD::OPC_CheckPredicate, 0, 122, 2, 0, // Skip to: 8381 /* 7747 */ MCD::OPC_Decode, 147, 29, 80, // Opcode: sysLDMIA /* 7751 */ MCD::OPC_FilterValue, 14, 34, 0, 0, // Skip to: 7790 /* 7756 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7781 /* 7761 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7781 /* 7768 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7781 /* 7777 */ MCD::OPC_Decode, 218, 13, 83, // Opcode: SRSIA_UPD /* 7781 */ MCD::OPC_CheckPredicate, 0, 83, 2, 0, // Skip to: 8381 /* 7786 */ MCD::OPC_Decode, 156, 29, 82, // Opcode: sysSTMIA_UPD /* 7790 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 7804 /* 7795 */ MCD::OPC_CheckPredicate, 0, 69, 2, 0, // Skip to: 8381 /* 7800 */ MCD::OPC_Decode, 148, 29, 82, // Opcode: sysLDMIA_UPD /* 7804 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 7818 /* 7809 */ MCD::OPC_CheckPredicate, 0, 55, 2, 0, // Skip to: 8381 /* 7814 */ MCD::OPC_Decode, 251, 13, 80, // Opcode: STMDB /* 7818 */ MCD::OPC_FilterValue, 17, 33, 0, 0, // Skip to: 7856 /* 7823 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7847 /* 7828 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7847 /* 7835 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7847 /* 7843 */ MCD::OPC_Decode, 133, 13, 81, // Opcode: RFEDB /* 7847 */ MCD::OPC_CheckPredicate, 0, 17, 2, 0, // Skip to: 8381 /* 7852 */ MCD::OPC_Decode, 192, 5, 80, // Opcode: LDMDB /* 7856 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 7870 /* 7861 */ MCD::OPC_CheckPredicate, 0, 3, 2, 0, // Skip to: 8381 /* 7866 */ MCD::OPC_Decode, 252, 13, 82, // Opcode: STMDB_UPD /* 7870 */ MCD::OPC_FilterValue, 19, 33, 0, 0, // Skip to: 7908 /* 7875 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 7899 /* 7880 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 7899 /* 7887 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 7899 /* 7895 */ MCD::OPC_Decode, 134, 13, 81, // Opcode: RFEDB_UPD /* 7899 */ MCD::OPC_CheckPredicate, 0, 221, 1, 0, // Skip to: 8381 /* 7904 */ MCD::OPC_Decode, 193, 5, 82, // Opcode: LDMDB_UPD /* 7908 */ MCD::OPC_FilterValue, 20, 34, 0, 0, // Skip to: 7947 /* 7913 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7938 /* 7918 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7938 /* 7925 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7938 /* 7934 */ MCD::OPC_Decode, 215, 13, 83, // Opcode: SRSDB /* 7938 */ MCD::OPC_CheckPredicate, 0, 182, 1, 0, // Skip to: 8381 /* 7943 */ MCD::OPC_Decode, 153, 29, 80, // Opcode: sysSTMDB /* 7947 */ MCD::OPC_FilterValue, 21, 9, 0, 0, // Skip to: 7961 /* 7952 */ MCD::OPC_CheckPredicate, 0, 168, 1, 0, // Skip to: 8381 /* 7957 */ MCD::OPC_Decode, 145, 29, 80, // Opcode: sysLDMDB /* 7961 */ MCD::OPC_FilterValue, 22, 34, 0, 0, // Skip to: 8000 /* 7966 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 7991 /* 7971 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 7991 /* 7978 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 7991 /* 7987 */ MCD::OPC_Decode, 216, 13, 83, // Opcode: SRSDB_UPD /* 7991 */ MCD::OPC_CheckPredicate, 0, 129, 1, 0, // Skip to: 8381 /* 7996 */ MCD::OPC_Decode, 154, 29, 82, // Opcode: sysSTMDB_UPD /* 8000 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 8014 /* 8005 */ MCD::OPC_CheckPredicate, 0, 115, 1, 0, // Skip to: 8381 /* 8010 */ MCD::OPC_Decode, 146, 29, 82, // Opcode: sysLDMDB_UPD /* 8014 */ MCD::OPC_FilterValue, 24, 9, 0, 0, // Skip to: 8028 /* 8019 */ MCD::OPC_CheckPredicate, 0, 101, 1, 0, // Skip to: 8381 /* 8024 */ MCD::OPC_Decode, 255, 13, 80, // Opcode: STMIB /* 8028 */ MCD::OPC_FilterValue, 25, 33, 0, 0, // Skip to: 8066 /* 8033 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 8057 /* 8038 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 8057 /* 8045 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 8057 /* 8053 */ MCD::OPC_Decode, 137, 13, 81, // Opcode: RFEIB /* 8057 */ MCD::OPC_CheckPredicate, 0, 63, 1, 0, // Skip to: 8381 /* 8062 */ MCD::OPC_Decode, 196, 5, 80, // Opcode: LDMIB /* 8066 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 8080 /* 8071 */ MCD::OPC_CheckPredicate, 0, 49, 1, 0, // Skip to: 8381 /* 8076 */ MCD::OPC_Decode, 128, 14, 82, // Opcode: STMIB_UPD /* 8080 */ MCD::OPC_FilterValue, 27, 33, 0, 0, // Skip to: 8118 /* 8085 */ MCD::OPC_CheckPredicate, 0, 19, 0, 0, // Skip to: 8109 /* 8090 */ MCD::OPC_CheckField, 28, 4, 15, 12, 0, 0, // Skip to: 8109 /* 8097 */ MCD::OPC_CheckField, 0, 16, 128, 20, 4, 0, 0, // Skip to: 8109 /* 8105 */ MCD::OPC_Decode, 138, 13, 81, // Opcode: RFEIB_UPD /* 8109 */ MCD::OPC_CheckPredicate, 0, 11, 1, 0, // Skip to: 8381 /* 8114 */ MCD::OPC_Decode, 197, 5, 82, // Opcode: LDMIB_UPD /* 8118 */ MCD::OPC_FilterValue, 28, 34, 0, 0, // Skip to: 8157 /* 8123 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 8148 /* 8128 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 8148 /* 8135 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 8148 /* 8144 */ MCD::OPC_Decode, 219, 13, 83, // Opcode: SRSIB /* 8148 */ MCD::OPC_CheckPredicate, 0, 228, 0, 0, // Skip to: 8381 /* 8153 */ MCD::OPC_Decode, 157, 29, 80, // Opcode: sysSTMIB /* 8157 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 8171 /* 8162 */ MCD::OPC_CheckPredicate, 0, 214, 0, 0, // Skip to: 8381 /* 8167 */ MCD::OPC_Decode, 149, 29, 80, // Opcode: sysLDMIB /* 8171 */ MCD::OPC_FilterValue, 30, 34, 0, 0, // Skip to: 8210 /* 8176 */ MCD::OPC_CheckPredicate, 0, 20, 0, 0, // Skip to: 8201 /* 8181 */ MCD::OPC_CheckField, 28, 4, 15, 13, 0, 0, // Skip to: 8201 /* 8188 */ MCD::OPC_CheckField, 5, 15, 168, 208, 1, 4, 0, 0, // Skip to: 8201 /* 8197 */ MCD::OPC_Decode, 220, 13, 83, // Opcode: SRSIB_UPD /* 8201 */ MCD::OPC_CheckPredicate, 0, 175, 0, 0, // Skip to: 8381 /* 8206 */ MCD::OPC_Decode, 158, 29, 82, // Opcode: sysSTMIB_UPD /* 8210 */ MCD::OPC_FilterValue, 31, 166, 0, 0, // Skip to: 8381 /* 8215 */ MCD::OPC_CheckPredicate, 0, 161, 0, 0, // Skip to: 8381 /* 8220 */ MCD::OPC_Decode, 150, 29, 82, // Opcode: sysLDMIB_UPD /* 8224 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 8292 /* 8229 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 8232 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8246 /* 8237 */ MCD::OPC_CheckPredicate, 0, 34, 0, 0, // Skip to: 8276 /* 8242 */ MCD::OPC_Decode, 251, 4, 84, // Opcode: Bcc /* 8246 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 8276 /* 8251 */ MCD::OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 8267 /* 8256 */ MCD::OPC_CheckField, 28, 4, 14, 4, 0, 0, // Skip to: 8267 /* 8263 */ MCD::OPC_Decode, 242, 4, 84, // Opcode: BL /* 8267 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 8276 /* 8272 */ MCD::OPC_Decode, 246, 4, 84, // Opcode: BL_pred /* 8276 */ MCD::OPC_CheckPredicate, 11, 100, 0, 0, // Skip to: 8381 /* 8281 */ MCD::OPC_CheckField, 28, 4, 15, 93, 0, 0, // Skip to: 8381 /* 8288 */ MCD::OPC_Decode, 245, 4, 85, // Opcode: BLXi /* 8292 */ MCD::OPC_FilterValue, 6, 63, 0, 0, // Skip to: 8360 /* 8297 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 8300 */ MCD::OPC_FilterValue, 4, 25, 0, 0, // Skip to: 8330 /* 8305 */ MCD::OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 8321 /* 8310 */ MCD::OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 8321 /* 8317 */ MCD::OPC_Decode, 240, 5, 86, // Opcode: MCRR2 /* 8321 */ MCD::OPC_CheckPredicate, 0, 55, 0, 0, // Skip to: 8381 /* 8326 */ MCD::OPC_Decode, 239, 5, 87, // Opcode: MCRR /* 8330 */ MCD::OPC_FilterValue, 5, 46, 0, 0, // Skip to: 8381 /* 8335 */ MCD::OPC_CheckPredicate, 4, 11, 0, 0, // Skip to: 8351 /* 8340 */ MCD::OPC_CheckField, 28, 4, 15, 4, 0, 0, // Skip to: 8351 /* 8347 */ MCD::OPC_Decode, 254, 5, 86, // Opcode: MRRC2 /* 8351 */ MCD::OPC_CheckPredicate, 0, 25, 0, 0, // Skip to: 8381 /* 8356 */ MCD::OPC_Decode, 253, 5, 88, // Opcode: MRRC /* 8360 */ MCD::OPC_FilterValue, 7, 16, 0, 0, // Skip to: 8381 /* 8365 */ MCD::OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 8381 /* 8370 */ MCD::OPC_CheckField, 24, 1, 1, 4, 0, 0, // Skip to: 8381 /* 8377 */ MCD::OPC_Decode, 161, 14, 89, // Opcode: SVC /* 8381 */ 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, 231, 13, 90, // Opcode: STC2_OPTION /* 40 */ MCD::OPC_CheckPredicate, 0, 80, 2, 0, // Skip to: 637 /* 45 */ MCD::OPC_Decode, 239, 13, 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, 179, 5, 90, // Opcode: LDC2_OPTION /* 78 */ MCD::OPC_CheckPredicate, 0, 42, 2, 0, // Skip to: 637 /* 83 */ MCD::OPC_Decode, 187, 5, 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, 232, 13, 90, // Opcode: STC2_POST /* 108 */ MCD::OPC_CheckPredicate, 0, 12, 2, 0, // Skip to: 637 /* 113 */ MCD::OPC_Decode, 240, 13, 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, 180, 5, 90, // Opcode: LDC2_POST /* 138 */ MCD::OPC_CheckPredicate, 0, 238, 1, 0, // Skip to: 637 /* 143 */ MCD::OPC_Decode, 188, 5, 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, 227, 13, 90, // Opcode: STC2L_OPTION /* 176 */ MCD::OPC_CheckPredicate, 0, 200, 1, 0, // Skip to: 637 /* 181 */ MCD::OPC_Decode, 235, 13, 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, 175, 5, 90, // Opcode: LDC2L_OPTION /* 214 */ MCD::OPC_CheckPredicate, 0, 162, 1, 0, // Skip to: 637 /* 219 */ MCD::OPC_Decode, 183, 5, 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, 228, 13, 90, // Opcode: STC2L_POST /* 244 */ MCD::OPC_CheckPredicate, 0, 132, 1, 0, // Skip to: 637 /* 249 */ MCD::OPC_Decode, 236, 13, 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, 176, 5, 90, // Opcode: LDC2L_POST /* 274 */ MCD::OPC_CheckPredicate, 0, 102, 1, 0, // Skip to: 637 /* 279 */ MCD::OPC_Decode, 184, 5, 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, 230, 13, 90, // Opcode: STC2_OFFSET /* 312 */ MCD::OPC_CheckPredicate, 0, 64, 1, 0, // Skip to: 637 /* 317 */ MCD::OPC_Decode, 238, 13, 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, 178, 5, 90, // Opcode: LDC2_OFFSET /* 342 */ MCD::OPC_CheckPredicate, 0, 34, 1, 0, // Skip to: 637 /* 347 */ MCD::OPC_Decode, 186, 5, 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, 233, 13, 90, // Opcode: STC2_PRE /* 372 */ MCD::OPC_CheckPredicate, 0, 4, 1, 0, // Skip to: 637 /* 377 */ MCD::OPC_Decode, 241, 13, 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, 181, 5, 90, // Opcode: LDC2_PRE /* 402 */ MCD::OPC_CheckPredicate, 0, 230, 0, 0, // Skip to: 637 /* 407 */ MCD::OPC_Decode, 189, 5, 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, 226, 13, 90, // Opcode: STC2L_OFFSET /* 432 */ MCD::OPC_CheckPredicate, 0, 200, 0, 0, // Skip to: 637 /* 437 */ MCD::OPC_Decode, 234, 13, 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, 174, 5, 90, // Opcode: LDC2L_OFFSET /* 462 */ MCD::OPC_CheckPredicate, 0, 170, 0, 0, // Skip to: 637 /* 467 */ MCD::OPC_Decode, 182, 5, 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, 229, 13, 90, // Opcode: STC2L_PRE /* 492 */ MCD::OPC_CheckPredicate, 0, 140, 0, 0, // Skip to: 637 /* 497 */ MCD::OPC_Decode, 237, 13, 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, 177, 5, 90, // Opcode: LDC2L_PRE /* 522 */ MCD::OPC_CheckPredicate, 0, 110, 0, 0, // Skip to: 637 /* 527 */ MCD::OPC_Decode, 185, 5, 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, 253, 4, 91, // Opcode: CDP2 /* 560 */ MCD::OPC_CheckPredicate, 4, 72, 0, 0, // Skip to: 637 /* 565 */ MCD::OPC_Decode, 252, 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, 238, 5, 93, // Opcode: MCR2 /* 598 */ MCD::OPC_CheckPredicate, 0, 34, 0, 0, // Skip to: 637 /* 603 */ MCD::OPC_Decode, 237, 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, 252, 5, 95, // Opcode: MRC2 /* 628 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 637 /* 633 */ MCD::OPC_Decode, 251, 5, 96, // Opcode: MRC /* 637 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTableMVE32[] = { /* 0 */ MCD::OPC_ExtractField, 25, 3, // Inst{27-25} ... /* 3 */ MCD::OPC_FilterValue, 0, 131, 0, 0, // Skip to: 139 /* 8 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 11 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 43 /* 16 */ MCD::OPC_CheckPredicate, 22, 163, 99, 0, // Skip to: 25528 /* 21 */ MCD::OPC_CheckField, 28, 4, 15, 156, 99, 0, // Skip to: 25528 /* 28 */ MCD::OPC_CheckField, 11, 5, 29, 149, 99, 0, // Skip to: 25528 /* 35 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 1, /* 39 */ MCD::OPC_Decode, 255, 6, 97, // Opcode: MVE_VCTP8 /* 43 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 75 /* 48 */ MCD::OPC_CheckPredicate, 22, 131, 99, 0, // Skip to: 25528 /* 53 */ MCD::OPC_CheckField, 28, 4, 15, 124, 99, 0, // Skip to: 25528 /* 60 */ MCD::OPC_CheckField, 11, 5, 29, 117, 99, 0, // Skip to: 25528 /* 67 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 1, /* 71 */ MCD::OPC_Decode, 252, 6, 97, // Opcode: MVE_VCTP16 /* 75 */ MCD::OPC_FilterValue, 2, 27, 0, 0, // Skip to: 107 /* 80 */ MCD::OPC_CheckPredicate, 22, 99, 99, 0, // Skip to: 25528 /* 85 */ MCD::OPC_CheckField, 28, 4, 15, 92, 99, 0, // Skip to: 25528 /* 92 */ MCD::OPC_CheckField, 11, 5, 29, 85, 99, 0, // Skip to: 25528 /* 99 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 1, /* 103 */ MCD::OPC_Decode, 253, 6, 97, // Opcode: MVE_VCTP32 /* 107 */ MCD::OPC_FilterValue, 3, 72, 99, 0, // Skip to: 25528 /* 112 */ MCD::OPC_CheckPredicate, 22, 67, 99, 0, // Skip to: 25528 /* 117 */ MCD::OPC_CheckField, 28, 4, 15, 60, 99, 0, // Skip to: 25528 /* 124 */ MCD::OPC_CheckField, 11, 5, 29, 53, 99, 0, // Skip to: 25528 /* 131 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 1, /* 135 */ MCD::OPC_Decode, 254, 6, 97, // Opcode: MVE_VCTP64 /* 139 */ MCD::OPC_FilterValue, 5, 238, 1, 0, // Skip to: 638 /* 144 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... /* 147 */ MCD::OPC_FilterValue, 13, 89, 0, 0, // Skip to: 241 /* 152 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 155 */ MCD::OPC_FilterValue, 5, 24, 99, 0, // Skip to: 25528 /* 160 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 163 */ MCD::OPC_FilterValue, 14, 16, 99, 0, // Skip to: 25528 /* 168 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 171 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 192 /* 176 */ MCD::OPC_CheckPredicate, 23, 39, 0, 0, // Skip to: 220 /* 181 */ MCD::OPC_CheckField, 6, 3, 4, 32, 0, 0, // Skip to: 220 /* 188 */ MCD::OPC_Decode, 143, 6, 98, // Opcode: MVE_LSLLr /* 192 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 220 /* 197 */ MCD::OPC_CheckPredicate, 23, 18, 0, 0, // Skip to: 220 /* 202 */ MCD::OPC_CheckField, 8, 1, 1, 11, 0, 0, // Skip to: 220 /* 209 */ MCD::OPC_CheckField, 6, 1, 0, 4, 0, 0, // Skip to: 220 /* 216 */ MCD::OPC_Decode, 152, 6, 98, // Opcode: MVE_UQRSHLL /* 220 */ MCD::OPC_CheckPredicate, 23, 215, 98, 0, // Skip to: 25528 /* 225 */ MCD::OPC_CheckField, 9, 3, 7, 208, 98, 0, // Skip to: 25528 /* 232 */ MCD::OPC_SoftFail, 192, 1 /* 0xc0 */, 128, 2 /* 0x100 */, /* 237 */ MCD::OPC_Decode, 151, 6, 99, // Opcode: MVE_UQRSHL /* 241 */ MCD::OPC_FilterValue, 15, 73, 0, 0, // Skip to: 319 /* 246 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 249 */ MCD::OPC_FilterValue, 1, 186, 98, 0, // Skip to: 25528 /* 254 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 257 */ MCD::OPC_FilterValue, 0, 178, 98, 0, // Skip to: 25528 /* 262 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 265 */ MCD::OPC_FilterValue, 5, 170, 98, 0, // Skip to: 25528 /* 270 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 273 */ MCD::OPC_FilterValue, 14, 162, 98, 0, // Skip to: 25528 /* 278 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 294 /* 283 */ MCD::OPC_CheckField, 9, 3, 7, 4, 0, 0, // Skip to: 294 /* 290 */ MCD::OPC_Decode, 153, 6, 100, // Opcode: MVE_UQSHL /* 294 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 310 /* 299 */ MCD::OPC_CheckField, 16, 1, 1, 4, 0, 0, // Skip to: 310 /* 306 */ MCD::OPC_Decode, 154, 6, 101, // Opcode: MVE_UQSHLL /* 310 */ MCD::OPC_CheckPredicate, 23, 125, 98, 0, // Skip to: 25528 /* 315 */ MCD::OPC_Decode, 142, 6, 101, // Opcode: MVE_LSLLi /* 319 */ MCD::OPC_FilterValue, 31, 73, 0, 0, // Skip to: 397 /* 324 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 327 */ MCD::OPC_FilterValue, 1, 108, 98, 0, // Skip to: 25528 /* 332 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 335 */ MCD::OPC_FilterValue, 0, 100, 98, 0, // Skip to: 25528 /* 340 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 343 */ MCD::OPC_FilterValue, 5, 92, 98, 0, // Skip to: 25528 /* 348 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 351 */ MCD::OPC_FilterValue, 14, 84, 98, 0, // Skip to: 25528 /* 356 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 372 /* 361 */ MCD::OPC_CheckField, 9, 3, 7, 4, 0, 0, // Skip to: 372 /* 368 */ MCD::OPC_Decode, 155, 6, 100, // Opcode: MVE_URSHR /* 372 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 388 /* 377 */ MCD::OPC_CheckField, 16, 1, 1, 4, 0, 0, // Skip to: 388 /* 384 */ MCD::OPC_Decode, 156, 6, 101, // Opcode: MVE_URSHRL /* 388 */ MCD::OPC_CheckPredicate, 23, 47, 98, 0, // Skip to: 25528 /* 393 */ MCD::OPC_Decode, 144, 6, 101, // Opcode: MVE_LSRL /* 397 */ MCD::OPC_FilterValue, 45, 89, 0, 0, // Skip to: 491 /* 402 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 405 */ MCD::OPC_FilterValue, 5, 30, 98, 0, // Skip to: 25528 /* 410 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 413 */ MCD::OPC_FilterValue, 14, 22, 98, 0, // Skip to: 25528 /* 418 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 421 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 442 /* 426 */ MCD::OPC_CheckPredicate, 23, 39, 0, 0, // Skip to: 470 /* 431 */ MCD::OPC_CheckField, 6, 3, 4, 32, 0, 0, // Skip to: 470 /* 438 */ MCD::OPC_Decode, 135, 6, 98, // Opcode: MVE_ASRLr /* 442 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 470 /* 447 */ MCD::OPC_CheckPredicate, 23, 18, 0, 0, // Skip to: 470 /* 452 */ MCD::OPC_CheckField, 8, 1, 1, 11, 0, 0, // Skip to: 470 /* 459 */ MCD::OPC_CheckField, 6, 1, 0, 4, 0, 0, // Skip to: 470 /* 466 */ MCD::OPC_Decode, 146, 6, 98, // Opcode: MVE_SQRSHRL /* 470 */ MCD::OPC_CheckPredicate, 23, 221, 97, 0, // Skip to: 25528 /* 475 */ MCD::OPC_CheckField, 9, 3, 7, 214, 97, 0, // Skip to: 25528 /* 482 */ MCD::OPC_SoftFail, 192, 1 /* 0xc0 */, 128, 2 /* 0x100 */, /* 487 */ MCD::OPC_Decode, 145, 6, 99, // Opcode: MVE_SQRSHR /* 491 */ MCD::OPC_FilterValue, 47, 73, 0, 0, // Skip to: 569 /* 496 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 499 */ MCD::OPC_FilterValue, 1, 192, 97, 0, // Skip to: 25528 /* 504 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 507 */ MCD::OPC_FilterValue, 0, 184, 97, 0, // Skip to: 25528 /* 512 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 515 */ MCD::OPC_FilterValue, 5, 176, 97, 0, // Skip to: 25528 /* 520 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 523 */ MCD::OPC_FilterValue, 14, 168, 97, 0, // Skip to: 25528 /* 528 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 544 /* 533 */ MCD::OPC_CheckField, 9, 3, 7, 4, 0, 0, // Skip to: 544 /* 540 */ MCD::OPC_Decode, 149, 6, 100, // Opcode: MVE_SRSHR /* 544 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 560 /* 549 */ MCD::OPC_CheckField, 16, 1, 1, 4, 0, 0, // Skip to: 560 /* 556 */ MCD::OPC_Decode, 150, 6, 101, // Opcode: MVE_SRSHRL /* 560 */ MCD::OPC_CheckPredicate, 23, 131, 97, 0, // Skip to: 25528 /* 565 */ MCD::OPC_Decode, 134, 6, 101, // Opcode: MVE_ASRLi /* 569 */ MCD::OPC_FilterValue, 63, 122, 97, 0, // Skip to: 25528 /* 574 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 577 */ MCD::OPC_FilterValue, 1, 114, 97, 0, // Skip to: 25528 /* 582 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 585 */ MCD::OPC_FilterValue, 0, 106, 97, 0, // Skip to: 25528 /* 590 */ MCD::OPC_ExtractField, 20, 5, // Inst{24-20} ... /* 593 */ MCD::OPC_FilterValue, 5, 98, 97, 0, // Skip to: 25528 /* 598 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 601 */ MCD::OPC_FilterValue, 14, 90, 97, 0, // Skip to: 25528 /* 606 */ MCD::OPC_CheckPredicate, 23, 11, 0, 0, // Skip to: 622 /* 611 */ MCD::OPC_CheckField, 9, 3, 7, 4, 0, 0, // Skip to: 622 /* 618 */ MCD::OPC_Decode, 147, 6, 100, // Opcode: MVE_SQSHL /* 622 */ MCD::OPC_CheckPredicate, 23, 69, 97, 0, // Skip to: 25528 /* 627 */ MCD::OPC_CheckField, 16, 1, 1, 62, 97, 0, // Skip to: 25528 /* 634 */ MCD::OPC_Decode, 148, 6, 101, // Opcode: MVE_SQSHLL /* 638 */ MCD::OPC_FilterValue, 6, 1, 19, 0, // Skip to: 5508 /* 643 */ MCD::OPC_ExtractField, 8, 5, // Inst{12-8} ... /* 646 */ MCD::OPC_FilterValue, 8, 213, 0, 0, // Skip to: 864 /* 651 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 654 */ MCD::OPC_FilterValue, 0, 51, 0, 0, // Skip to: 710 /* 659 */ MCD::OPC_CheckPredicate, 24, 32, 97, 0, // Skip to: 25528 /* 664 */ MCD::OPC_CheckField, 28, 4, 15, 25, 97, 0, // Skip to: 25528 /* 671 */ MCD::OPC_CheckField, 23, 1, 1, 18, 97, 0, // Skip to: 25528 /* 678 */ MCD::OPC_CheckField, 16, 1, 0, 11, 97, 0, // Skip to: 25528 /* 685 */ MCD::OPC_CheckField, 6, 1, 1, 4, 97, 0, // Skip to: 25528 /* 692 */ MCD::OPC_CheckField, 4, 1, 0, 253, 96, 0, // Skip to: 25528 /* 699 */ MCD::OPC_CheckField, 0, 1, 0, 246, 96, 0, // Skip to: 25528 /* 706 */ MCD::OPC_Decode, 215, 6, 102, // Opcode: MVE_VCADDf16 /* 710 */ MCD::OPC_FilterValue, 1, 51, 0, 0, // Skip to: 766 /* 715 */ MCD::OPC_CheckPredicate, 24, 232, 96, 0, // Skip to: 25528 /* 720 */ MCD::OPC_CheckField, 28, 4, 15, 225, 96, 0, // Skip to: 25528 /* 727 */ MCD::OPC_CheckField, 23, 1, 1, 218, 96, 0, // Skip to: 25528 /* 734 */ MCD::OPC_CheckField, 16, 1, 0, 211, 96, 0, // Skip to: 25528 /* 741 */ MCD::OPC_CheckField, 6, 1, 1, 204, 96, 0, // Skip to: 25528 /* 748 */ MCD::OPC_CheckField, 4, 1, 0, 197, 96, 0, // Skip to: 25528 /* 755 */ MCD::OPC_CheckField, 0, 1, 0, 190, 96, 0, // Skip to: 25528 /* 762 */ MCD::OPC_Decode, 216, 6, 102, // Opcode: MVE_VCADDf32 /* 766 */ MCD::OPC_FilterValue, 2, 44, 0, 0, // Skip to: 815 /* 771 */ MCD::OPC_CheckPredicate, 24, 176, 96, 0, // Skip to: 25528 /* 776 */ MCD::OPC_CheckField, 28, 4, 15, 169, 96, 0, // Skip to: 25528 /* 783 */ MCD::OPC_CheckField, 16, 1, 0, 162, 96, 0, // Skip to: 25528 /* 790 */ MCD::OPC_CheckField, 6, 1, 1, 155, 96, 0, // Skip to: 25528 /* 797 */ MCD::OPC_CheckField, 4, 1, 0, 148, 96, 0, // Skip to: 25528 /* 804 */ MCD::OPC_CheckField, 0, 1, 0, 141, 96, 0, // Skip to: 25528 /* 811 */ MCD::OPC_Decode, 226, 6, 103, // Opcode: MVE_VCMLAf16 /* 815 */ MCD::OPC_FilterValue, 3, 132, 96, 0, // Skip to: 25528 /* 820 */ MCD::OPC_CheckPredicate, 24, 127, 96, 0, // Skip to: 25528 /* 825 */ MCD::OPC_CheckField, 28, 4, 15, 120, 96, 0, // Skip to: 25528 /* 832 */ MCD::OPC_CheckField, 16, 1, 0, 113, 96, 0, // Skip to: 25528 /* 839 */ MCD::OPC_CheckField, 6, 1, 1, 106, 96, 0, // Skip to: 25528 /* 846 */ MCD::OPC_CheckField, 4, 1, 0, 99, 96, 0, // Skip to: 25528 /* 853 */ MCD::OPC_CheckField, 0, 1, 0, 92, 96, 0, // Skip to: 25528 /* 860 */ MCD::OPC_Decode, 227, 6, 103, // Opcode: MVE_VCMLAf32 /* 864 */ MCD::OPC_FilterValue, 14, 135, 2, 0, // Skip to: 1516 /* 869 */ MCD::OPC_ExtractField, 20, 3, // Inst{22-20} ... /* 872 */ MCD::OPC_FilterValue, 0, 188, 0, 0, // Skip to: 1065 /* 877 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 880 */ MCD::OPC_FilterValue, 0, 37, 0, 0, // Skip to: 922 /* 885 */ MCD::OPC_CheckPredicate, 22, 62, 96, 0, // Skip to: 25528 /* 890 */ MCD::OPC_CheckField, 28, 4, 14, 55, 96, 0, // Skip to: 25528 /* 897 */ MCD::OPC_CheckField, 23, 2, 1, 48, 96, 0, // Skip to: 25528 /* 904 */ MCD::OPC_CheckField, 4, 3, 0, 41, 96, 0, // Skip to: 25528 /* 911 */ MCD::OPC_CheckField, 0, 1, 0, 34, 96, 0, // Skip to: 25528 /* 918 */ MCD::OPC_Decode, 182, 12, 104, // Opcode: MVE_VSTRB8_rq /* 922 */ MCD::OPC_FilterValue, 1, 25, 96, 0, // Skip to: 25528 /* 927 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 930 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 1037 /* 935 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 938 */ MCD::OPC_FilterValue, 0, 59, 0, 0, // Skip to: 1002 /* 943 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 946 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 974 /* 951 */ MCD::OPC_CheckPredicate, 22, 252, 95, 0, // Skip to: 25528 /* 956 */ MCD::OPC_CheckField, 28, 4, 14, 245, 95, 0, // Skip to: 25528 /* 963 */ MCD::OPC_CheckField, 23, 1, 1, 238, 95, 0, // Skip to: 25528 /* 970 */ MCD::OPC_Decode, 177, 12, 104, // Opcode: MVE_VSTRB16_rq /* 974 */ MCD::OPC_FilterValue, 1, 229, 95, 0, // Skip to: 25528 /* 979 */ MCD::OPC_CheckPredicate, 22, 224, 95, 0, // Skip to: 25528 /* 984 */ MCD::OPC_CheckField, 28, 4, 14, 217, 95, 0, // Skip to: 25528 /* 991 */ MCD::OPC_CheckField, 23, 1, 1, 210, 95, 0, // Skip to: 25528 /* 998 */ MCD::OPC_Decode, 191, 12, 104, // Opcode: MVE_VSTRH16_rq_u /* 1002 */ MCD::OPC_FilterValue, 1, 201, 95, 0, // Skip to: 25528 /* 1007 */ MCD::OPC_CheckPredicate, 22, 196, 95, 0, // Skip to: 25528 /* 1012 */ MCD::OPC_CheckField, 28, 4, 14, 189, 95, 0, // Skip to: 25528 /* 1019 */ MCD::OPC_CheckField, 23, 1, 1, 182, 95, 0, // Skip to: 25528 /* 1026 */ MCD::OPC_CheckField, 4, 3, 1, 175, 95, 0, // Skip to: 25528 /* 1033 */ MCD::OPC_Decode, 190, 12, 104, // Opcode: MVE_VSTRH16_rq /* 1037 */ MCD::OPC_FilterValue, 1, 166, 95, 0, // Skip to: 25528 /* 1042 */ MCD::OPC_CheckPredicate, 22, 161, 95, 0, // Skip to: 25528 /* 1047 */ MCD::OPC_CheckField, 28, 4, 14, 154, 95, 0, // Skip to: 25528 /* 1054 */ MCD::OPC_CheckField, 19, 1, 0, 147, 95, 0, // Skip to: 25528 /* 1061 */ MCD::OPC_Decode, 174, 12, 105, // Opcode: MVE_VSTRB16 /* 1065 */ MCD::OPC_FilterValue, 1, 232, 0, 0, // Skip to: 1302 /* 1070 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1073 */ MCD::OPC_FilterValue, 0, 37, 0, 0, // Skip to: 1115 /* 1078 */ MCD::OPC_CheckPredicate, 22, 125, 95, 0, // Skip to: 25528 /* 1083 */ MCD::OPC_CheckField, 28, 4, 15, 118, 95, 0, // Skip to: 25528 /* 1090 */ MCD::OPC_CheckField, 23, 2, 1, 111, 95, 0, // Skip to: 25528 /* 1097 */ MCD::OPC_CheckField, 4, 3, 0, 104, 95, 0, // Skip to: 25528 /* 1104 */ MCD::OPC_CheckField, 0, 1, 0, 97, 95, 0, // Skip to: 25528 /* 1111 */ MCD::OPC_Decode, 142, 8, 104, // Opcode: MVE_VLDRBU8_rq /* 1115 */ MCD::OPC_FilterValue, 1, 88, 95, 0, // Skip to: 25528 /* 1120 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 1123 */ MCD::OPC_FilterValue, 0, 124, 0, 0, // Skip to: 1252 /* 1128 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 1131 */ MCD::OPC_FilterValue, 0, 81, 0, 0, // Skip to: 1217 /* 1136 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 1139 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 1189 /* 1144 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 1147 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 1168 /* 1152 */ MCD::OPC_CheckPredicate, 22, 51, 95, 0, // Skip to: 25528 /* 1157 */ MCD::OPC_CheckField, 23, 1, 1, 44, 95, 0, // Skip to: 25528 /* 1164 */ MCD::OPC_Decode, 254, 7, 104, // Opcode: MVE_VLDRBS16_rq /* 1168 */ MCD::OPC_FilterValue, 15, 35, 95, 0, // Skip to: 25528 /* 1173 */ MCD::OPC_CheckPredicate, 22, 30, 95, 0, // Skip to: 25528 /* 1178 */ MCD::OPC_CheckField, 23, 1, 1, 23, 95, 0, // Skip to: 25528 /* 1185 */ MCD::OPC_Decode, 134, 8, 104, // Opcode: MVE_VLDRBU16_rq /* 1189 */ MCD::OPC_FilterValue, 1, 14, 95, 0, // Skip to: 25528 /* 1194 */ MCD::OPC_CheckPredicate, 22, 9, 95, 0, // Skip to: 25528 /* 1199 */ MCD::OPC_CheckField, 28, 4, 15, 2, 95, 0, // Skip to: 25528 /* 1206 */ MCD::OPC_CheckField, 23, 1, 1, 251, 94, 0, // Skip to: 25528 /* 1213 */ MCD::OPC_Decode, 156, 8, 104, // Opcode: MVE_VLDRHU16_rq_u /* 1217 */ MCD::OPC_FilterValue, 1, 242, 94, 0, // Skip to: 25528 /* 1222 */ MCD::OPC_CheckPredicate, 22, 237, 94, 0, // Skip to: 25528 /* 1227 */ MCD::OPC_CheckField, 28, 4, 15, 230, 94, 0, // Skip to: 25528 /* 1234 */ MCD::OPC_CheckField, 23, 1, 1, 223, 94, 0, // Skip to: 25528 /* 1241 */ MCD::OPC_CheckField, 4, 3, 1, 216, 94, 0, // Skip to: 25528 /* 1248 */ MCD::OPC_Decode, 155, 8, 104, // Opcode: MVE_VLDRHU16_rq /* 1252 */ MCD::OPC_FilterValue, 1, 207, 94, 0, // Skip to: 25528 /* 1257 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 1260 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 1281 /* 1265 */ MCD::OPC_CheckPredicate, 22, 194, 94, 0, // Skip to: 25528 /* 1270 */ MCD::OPC_CheckField, 19, 1, 0, 187, 94, 0, // Skip to: 25528 /* 1277 */ MCD::OPC_Decode, 251, 7, 105, // Opcode: MVE_VLDRBS16 /* 1281 */ MCD::OPC_FilterValue, 15, 178, 94, 0, // Skip to: 25528 /* 1286 */ MCD::OPC_CheckPredicate, 22, 173, 94, 0, // Skip to: 25528 /* 1291 */ MCD::OPC_CheckField, 19, 1, 0, 166, 94, 0, // Skip to: 25528 /* 1298 */ MCD::OPC_Decode, 131, 8, 105, // Opcode: MVE_VLDRBU16 /* 1302 */ MCD::OPC_FilterValue, 2, 73, 0, 0, // Skip to: 1380 /* 1307 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 1310 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 1345 /* 1315 */ MCD::OPC_CheckPredicate, 22, 144, 94, 0, // Skip to: 25528 /* 1320 */ MCD::OPC_CheckField, 28, 4, 14, 137, 94, 0, // Skip to: 25528 /* 1327 */ MCD::OPC_CheckField, 19, 1, 0, 130, 94, 0, // Skip to: 25528 /* 1334 */ MCD::OPC_CheckField, 7, 1, 1, 123, 94, 0, // Skip to: 25528 /* 1341 */ MCD::OPC_Decode, 175, 12, 106, // Opcode: MVE_VSTRB16_post /* 1345 */ MCD::OPC_FilterValue, 1, 114, 94, 0, // Skip to: 25528 /* 1350 */ MCD::OPC_CheckPredicate, 22, 109, 94, 0, // Skip to: 25528 /* 1355 */ MCD::OPC_CheckField, 28, 4, 14, 102, 94, 0, // Skip to: 25528 /* 1362 */ MCD::OPC_CheckField, 19, 1, 0, 95, 94, 0, // Skip to: 25528 /* 1369 */ MCD::OPC_CheckField, 7, 1, 1, 88, 94, 0, // Skip to: 25528 /* 1376 */ MCD::OPC_Decode, 176, 12, 107, // Opcode: MVE_VSTRB16_pre /* 1380 */ MCD::OPC_FilterValue, 3, 79, 94, 0, // Skip to: 25528 /* 1385 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 1388 */ MCD::OPC_FilterValue, 0, 59, 0, 0, // Skip to: 1452 /* 1393 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 1396 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 1424 /* 1401 */ MCD::OPC_CheckPredicate, 22, 58, 94, 0, // Skip to: 25528 /* 1406 */ MCD::OPC_CheckField, 19, 1, 0, 51, 94, 0, // Skip to: 25528 /* 1413 */ MCD::OPC_CheckField, 7, 1, 1, 44, 94, 0, // Skip to: 25528 /* 1420 */ MCD::OPC_Decode, 252, 7, 106, // Opcode: MVE_VLDRBS16_post /* 1424 */ MCD::OPC_FilterValue, 15, 35, 94, 0, // Skip to: 25528 /* 1429 */ MCD::OPC_CheckPredicate, 22, 30, 94, 0, // Skip to: 25528 /* 1434 */ MCD::OPC_CheckField, 19, 1, 0, 23, 94, 0, // Skip to: 25528 /* 1441 */ MCD::OPC_CheckField, 7, 1, 1, 16, 94, 0, // Skip to: 25528 /* 1448 */ MCD::OPC_Decode, 132, 8, 106, // Opcode: MVE_VLDRBU16_post /* 1452 */ MCD::OPC_FilterValue, 1, 7, 94, 0, // Skip to: 25528 /* 1457 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 1460 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 1488 /* 1465 */ MCD::OPC_CheckPredicate, 22, 250, 93, 0, // Skip to: 25528 /* 1470 */ MCD::OPC_CheckField, 19, 1, 0, 243, 93, 0, // Skip to: 25528 /* 1477 */ MCD::OPC_CheckField, 7, 1, 1, 236, 93, 0, // Skip to: 25528 /* 1484 */ MCD::OPC_Decode, 253, 7, 107, // Opcode: MVE_VLDRBS16_pre /* 1488 */ MCD::OPC_FilterValue, 15, 227, 93, 0, // Skip to: 25528 /* 1493 */ MCD::OPC_CheckPredicate, 22, 222, 93, 0, // Skip to: 25528 /* 1498 */ MCD::OPC_CheckField, 19, 1, 0, 215, 93, 0, // Skip to: 25528 /* 1505 */ MCD::OPC_CheckField, 7, 1, 1, 208, 93, 0, // Skip to: 25528 /* 1512 */ MCD::OPC_Decode, 133, 8, 107, // Opcode: MVE_VLDRBU16_pre /* 1516 */ MCD::OPC_FilterValue, 15, 44, 5, 0, // Skip to: 2845 /* 1521 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 1524 */ MCD::OPC_FilterValue, 0, 119, 1, 0, // Skip to: 1904 /* 1529 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1532 */ MCD::OPC_FilterValue, 0, 33, 1, 0, // Skip to: 1826 /* 1537 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 1540 */ MCD::OPC_FilterValue, 0, 217, 0, 0, // Skip to: 1762 /* 1545 */ MCD::OPC_ExtractField, 5, 2, // Inst{6-5} ... /* 1548 */ MCD::OPC_FilterValue, 0, 131, 0, 0, // Skip to: 1684 /* 1553 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1556 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1577 /* 1561 */ MCD::OPC_CheckPredicate, 23, 154, 93, 0, // Skip to: 25528 /* 1566 */ MCD::OPC_CheckField, 28, 4, 14, 147, 93, 0, // Skip to: 25528 /* 1573 */ MCD::OPC_Decode, 173, 9, 108, // Opcode: MVE_VMOV_rr_q /* 1577 */ MCD::OPC_FilterValue, 1, 138, 93, 0, // Skip to: 25528 /* 1582 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 1585 */ MCD::OPC_FilterValue, 0, 59, 0, 0, // Skip to: 1649 /* 1590 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 1593 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 1621 /* 1598 */ MCD::OPC_CheckPredicate, 22, 117, 93, 0, // Skip to: 25528 /* 1603 */ MCD::OPC_CheckField, 28, 4, 14, 110, 93, 0, // Skip to: 25528 /* 1610 */ MCD::OPC_CheckField, 22, 1, 0, 103, 93, 0, // Skip to: 25528 /* 1617 */ MCD::OPC_Decode, 181, 12, 104, // Opcode: MVE_VSTRB32_rq /* 1621 */ MCD::OPC_FilterValue, 1, 94, 93, 0, // Skip to: 25528 /* 1626 */ MCD::OPC_CheckPredicate, 22, 89, 93, 0, // Skip to: 25528 /* 1631 */ MCD::OPC_CheckField, 28, 4, 14, 82, 93, 0, // Skip to: 25528 /* 1638 */ MCD::OPC_CheckField, 22, 1, 0, 75, 93, 0, // Skip to: 25528 /* 1645 */ MCD::OPC_Decode, 196, 12, 104, // Opcode: MVE_VSTRH32_rq_u /* 1649 */ MCD::OPC_FilterValue, 1, 66, 93, 0, // Skip to: 25528 /* 1654 */ MCD::OPC_CheckPredicate, 22, 61, 93, 0, // Skip to: 25528 /* 1659 */ MCD::OPC_CheckField, 28, 4, 14, 54, 93, 0, // Skip to: 25528 /* 1666 */ MCD::OPC_CheckField, 22, 1, 0, 47, 93, 0, // Skip to: 25528 /* 1673 */ MCD::OPC_CheckField, 4, 1, 1, 40, 93, 0, // Skip to: 25528 /* 1680 */ MCD::OPC_Decode, 195, 12, 104, // Opcode: MVE_VSTRH32_rq /* 1684 */ MCD::OPC_FilterValue, 2, 31, 93, 0, // Skip to: 25528 /* 1689 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 1692 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 1727 /* 1697 */ MCD::OPC_CheckPredicate, 22, 18, 93, 0, // Skip to: 25528 /* 1702 */ MCD::OPC_CheckField, 28, 4, 14, 11, 93, 0, // Skip to: 25528 /* 1709 */ MCD::OPC_CheckField, 22, 2, 2, 4, 93, 0, // Skip to: 25528 /* 1716 */ MCD::OPC_CheckField, 4, 1, 0, 253, 92, 0, // Skip to: 25528 /* 1723 */ MCD::OPC_Decode, 203, 12, 104, // Opcode: MVE_VSTRW32_rq_u /* 1727 */ MCD::OPC_FilterValue, 1, 244, 92, 0, // Skip to: 25528 /* 1732 */ MCD::OPC_CheckPredicate, 22, 239, 92, 0, // Skip to: 25528 /* 1737 */ MCD::OPC_CheckField, 28, 4, 14, 232, 92, 0, // Skip to: 25528 /* 1744 */ MCD::OPC_CheckField, 22, 2, 2, 225, 92, 0, // Skip to: 25528 /* 1751 */ MCD::OPC_CheckField, 4, 1, 0, 218, 92, 0, // Skip to: 25528 /* 1758 */ MCD::OPC_Decode, 202, 12, 104, // Opcode: MVE_VSTRW32_rq /* 1762 */ MCD::OPC_FilterValue, 1, 209, 92, 0, // Skip to: 25528 /* 1767 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 1770 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 1798 /* 1775 */ MCD::OPC_CheckPredicate, 22, 196, 92, 0, // Skip to: 25528 /* 1780 */ MCD::OPC_CheckField, 28, 4, 14, 189, 92, 0, // Skip to: 25528 /* 1787 */ MCD::OPC_CheckField, 22, 1, 0, 182, 92, 0, // Skip to: 25528 /* 1794 */ MCD::OPC_Decode, 178, 12, 105, // Opcode: MVE_VSTRB32 /* 1798 */ MCD::OPC_FilterValue, 1, 173, 92, 0, // Skip to: 25528 /* 1803 */ MCD::OPC_CheckPredicate, 22, 168, 92, 0, // Skip to: 25528 /* 1808 */ MCD::OPC_CheckField, 28, 4, 14, 161, 92, 0, // Skip to: 25528 /* 1815 */ MCD::OPC_CheckField, 22, 1, 0, 154, 92, 0, // Skip to: 25528 /* 1822 */ MCD::OPC_Decode, 192, 12, 109, // Opcode: MVE_VSTRH32 /* 1826 */ MCD::OPC_FilterValue, 1, 145, 92, 0, // Skip to: 25528 /* 1831 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 1834 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 1869 /* 1839 */ MCD::OPC_CheckPredicate, 22, 132, 92, 0, // Skip to: 25528 /* 1844 */ MCD::OPC_CheckField, 28, 4, 14, 125, 92, 0, // Skip to: 25528 /* 1851 */ MCD::OPC_CheckField, 22, 3, 2, 118, 92, 0, // Skip to: 25528 /* 1858 */ MCD::OPC_CheckField, 4, 3, 5, 111, 92, 0, // Skip to: 25528 /* 1865 */ MCD::OPC_Decode, 189, 12, 104, // Opcode: MVE_VSTRD64_rq_u /* 1869 */ MCD::OPC_FilterValue, 1, 102, 92, 0, // Skip to: 25528 /* 1874 */ MCD::OPC_CheckPredicate, 22, 97, 92, 0, // Skip to: 25528 /* 1879 */ MCD::OPC_CheckField, 28, 4, 14, 90, 92, 0, // Skip to: 25528 /* 1886 */ MCD::OPC_CheckField, 22, 3, 2, 83, 92, 0, // Skip to: 25528 /* 1893 */ MCD::OPC_CheckField, 4, 3, 5, 76, 92, 0, // Skip to: 25528 /* 1900 */ MCD::OPC_Decode, 188, 12, 104, // Opcode: MVE_VSTRD64_rq /* 1904 */ MCD::OPC_FilterValue, 1, 236, 1, 0, // Skip to: 2401 /* 1909 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1912 */ MCD::OPC_FilterValue, 0, 150, 1, 0, // Skip to: 2323 /* 1917 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 1920 */ MCD::OPC_FilterValue, 0, 34, 1, 0, // Skip to: 2215 /* 1925 */ MCD::OPC_ExtractField, 5, 2, // Inst{6-5} ... /* 1928 */ MCD::OPC_FilterValue, 0, 204, 0, 0, // Skip to: 2137 /* 1933 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1936 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1957 /* 1941 */ MCD::OPC_CheckPredicate, 23, 30, 92, 0, // Skip to: 25528 /* 1946 */ MCD::OPC_CheckField, 28, 4, 14, 23, 92, 0, // Skip to: 25528 /* 1953 */ MCD::OPC_Decode, 172, 9, 110, // Opcode: MVE_VMOV_q_rr /* 1957 */ MCD::OPC_FilterValue, 1, 14, 92, 0, // Skip to: 25528 /* 1962 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 1965 */ MCD::OPC_FilterValue, 0, 103, 0, 0, // Skip to: 2073 /* 1970 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 1973 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 2023 /* 1978 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 1981 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 2002 /* 1986 */ MCD::OPC_CheckPredicate, 22, 241, 91, 0, // Skip to: 25528 /* 1991 */ MCD::OPC_CheckField, 22, 1, 0, 234, 91, 0, // Skip to: 25528 /* 1998 */ MCD::OPC_Decode, 130, 8, 104, // Opcode: MVE_VLDRBS32_rq /* 2002 */ MCD::OPC_FilterValue, 15, 225, 91, 0, // Skip to: 25528 /* 2007 */ MCD::OPC_CheckPredicate, 22, 220, 91, 0, // Skip to: 25528 /* 2012 */ MCD::OPC_CheckField, 22, 1, 0, 213, 91, 0, // Skip to: 25528 /* 2019 */ MCD::OPC_Decode, 138, 8, 104, // Opcode: MVE_VLDRBU32_rq /* 2023 */ MCD::OPC_FilterValue, 1, 204, 91, 0, // Skip to: 25528 /* 2028 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2031 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 2052 /* 2036 */ MCD::OPC_CheckPredicate, 22, 191, 91, 0, // Skip to: 25528 /* 2041 */ MCD::OPC_CheckField, 22, 1, 0, 184, 91, 0, // Skip to: 25528 /* 2048 */ MCD::OPC_Decode, 151, 8, 104, // Opcode: MVE_VLDRHS32_rq_u /* 2052 */ MCD::OPC_FilterValue, 15, 175, 91, 0, // Skip to: 25528 /* 2057 */ MCD::OPC_CheckPredicate, 22, 170, 91, 0, // Skip to: 25528 /* 2062 */ MCD::OPC_CheckField, 22, 1, 0, 163, 91, 0, // Skip to: 25528 /* 2069 */ MCD::OPC_Decode, 161, 8, 104, // Opcode: MVE_VLDRHU32_rq_u /* 2073 */ MCD::OPC_FilterValue, 1, 154, 91, 0, // Skip to: 25528 /* 2078 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2081 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 2109 /* 2086 */ MCD::OPC_CheckPredicate, 22, 141, 91, 0, // Skip to: 25528 /* 2091 */ MCD::OPC_CheckField, 22, 1, 0, 134, 91, 0, // Skip to: 25528 /* 2098 */ MCD::OPC_CheckField, 4, 1, 1, 127, 91, 0, // Skip to: 25528 /* 2105 */ MCD::OPC_Decode, 150, 8, 104, // Opcode: MVE_VLDRHS32_rq /* 2109 */ MCD::OPC_FilterValue, 15, 118, 91, 0, // Skip to: 25528 /* 2114 */ MCD::OPC_CheckPredicate, 22, 113, 91, 0, // Skip to: 25528 /* 2119 */ MCD::OPC_CheckField, 22, 1, 0, 106, 91, 0, // Skip to: 25528 /* 2126 */ MCD::OPC_CheckField, 4, 1, 1, 99, 91, 0, // Skip to: 25528 /* 2133 */ MCD::OPC_Decode, 160, 8, 104, // Opcode: MVE_VLDRHU32_rq /* 2137 */ MCD::OPC_FilterValue, 2, 90, 91, 0, // Skip to: 25528 /* 2142 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 2145 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 2180 /* 2150 */ MCD::OPC_CheckPredicate, 22, 77, 91, 0, // Skip to: 25528 /* 2155 */ MCD::OPC_CheckField, 28, 4, 15, 70, 91, 0, // Skip to: 25528 /* 2162 */ MCD::OPC_CheckField, 22, 2, 2, 63, 91, 0, // Skip to: 25528 /* 2169 */ MCD::OPC_CheckField, 4, 1, 0, 56, 91, 0, // Skip to: 25528 /* 2176 */ MCD::OPC_Decode, 168, 8, 104, // Opcode: MVE_VLDRWU32_rq_u /* 2180 */ MCD::OPC_FilterValue, 1, 47, 91, 0, // Skip to: 25528 /* 2185 */ MCD::OPC_CheckPredicate, 22, 42, 91, 0, // Skip to: 25528 /* 2190 */ MCD::OPC_CheckField, 28, 4, 15, 35, 91, 0, // Skip to: 25528 /* 2197 */ MCD::OPC_CheckField, 22, 2, 2, 28, 91, 0, // Skip to: 25528 /* 2204 */ MCD::OPC_CheckField, 4, 1, 0, 21, 91, 0, // Skip to: 25528 /* 2211 */ MCD::OPC_Decode, 167, 8, 104, // Opcode: MVE_VLDRWU32_rq /* 2215 */ MCD::OPC_FilterValue, 1, 12, 91, 0, // Skip to: 25528 /* 2220 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 2223 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 2273 /* 2228 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2231 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 2252 /* 2236 */ MCD::OPC_CheckPredicate, 22, 247, 90, 0, // Skip to: 25528 /* 2241 */ MCD::OPC_CheckField, 22, 1, 0, 240, 90, 0, // Skip to: 25528 /* 2248 */ MCD::OPC_Decode, 255, 7, 105, // Opcode: MVE_VLDRBS32 /* 2252 */ MCD::OPC_FilterValue, 15, 231, 90, 0, // Skip to: 25528 /* 2257 */ MCD::OPC_CheckPredicate, 22, 226, 90, 0, // Skip to: 25528 /* 2262 */ MCD::OPC_CheckField, 22, 1, 0, 219, 90, 0, // Skip to: 25528 /* 2269 */ MCD::OPC_Decode, 135, 8, 105, // Opcode: MVE_VLDRBU32 /* 2273 */ MCD::OPC_FilterValue, 1, 210, 90, 0, // Skip to: 25528 /* 2278 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2281 */ MCD::OPC_FilterValue, 14, 16, 0, 0, // Skip to: 2302 /* 2286 */ MCD::OPC_CheckPredicate, 22, 197, 90, 0, // Skip to: 25528 /* 2291 */ MCD::OPC_CheckField, 22, 1, 0, 190, 90, 0, // Skip to: 25528 /* 2298 */ MCD::OPC_Decode, 147, 8, 109, // Opcode: MVE_VLDRHS32 /* 2302 */ MCD::OPC_FilterValue, 15, 181, 90, 0, // Skip to: 25528 /* 2307 */ MCD::OPC_CheckPredicate, 22, 176, 90, 0, // Skip to: 25528 /* 2312 */ MCD::OPC_CheckField, 22, 1, 0, 169, 90, 0, // Skip to: 25528 /* 2319 */ MCD::OPC_Decode, 157, 8, 109, // Opcode: MVE_VLDRHU32 /* 2323 */ MCD::OPC_FilterValue, 1, 160, 90, 0, // Skip to: 25528 /* 2328 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 2331 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 2366 /* 2336 */ MCD::OPC_CheckPredicate, 22, 147, 90, 0, // Skip to: 25528 /* 2341 */ MCD::OPC_CheckField, 28, 4, 15, 140, 90, 0, // Skip to: 25528 /* 2348 */ MCD::OPC_CheckField, 22, 3, 2, 133, 90, 0, // Skip to: 25528 /* 2355 */ MCD::OPC_CheckField, 4, 3, 5, 126, 90, 0, // Skip to: 25528 /* 2362 */ MCD::OPC_Decode, 146, 8, 104, // Opcode: MVE_VLDRDU64_rq_u /* 2366 */ MCD::OPC_FilterValue, 1, 117, 90, 0, // Skip to: 25528 /* 2371 */ MCD::OPC_CheckPredicate, 22, 112, 90, 0, // Skip to: 25528 /* 2376 */ MCD::OPC_CheckField, 28, 4, 15, 105, 90, 0, // Skip to: 25528 /* 2383 */ MCD::OPC_CheckField, 22, 3, 2, 98, 90, 0, // Skip to: 25528 /* 2390 */ MCD::OPC_CheckField, 4, 3, 5, 91, 90, 0, // Skip to: 25528 /* 2397 */ MCD::OPC_Decode, 145, 8, 104, // Opcode: MVE_VLDRDU64_rq /* 2401 */ MCD::OPC_FilterValue, 2, 159, 0, 0, // Skip to: 2565 /* 2406 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 2409 */ MCD::OPC_FilterValue, 0, 73, 0, 0, // Skip to: 2487 /* 2414 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 2417 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 2452 /* 2422 */ MCD::OPC_CheckPredicate, 22, 61, 90, 0, // Skip to: 25528 /* 2427 */ MCD::OPC_CheckField, 28, 4, 14, 54, 90, 0, // Skip to: 25528 /* 2434 */ MCD::OPC_CheckField, 22, 1, 0, 47, 90, 0, // Skip to: 25528 /* 2441 */ MCD::OPC_CheckField, 7, 1, 0, 40, 90, 0, // Skip to: 25528 /* 2448 */ MCD::OPC_Decode, 179, 12, 106, // Opcode: MVE_VSTRB32_post /* 2452 */ MCD::OPC_FilterValue, 1, 31, 90, 0, // Skip to: 25528 /* 2457 */ MCD::OPC_CheckPredicate, 22, 26, 90, 0, // Skip to: 25528 /* 2462 */ MCD::OPC_CheckField, 28, 4, 14, 19, 90, 0, // Skip to: 25528 /* 2469 */ MCD::OPC_CheckField, 22, 1, 0, 12, 90, 0, // Skip to: 25528 /* 2476 */ MCD::OPC_CheckField, 7, 1, 0, 5, 90, 0, // Skip to: 25528 /* 2483 */ MCD::OPC_Decode, 180, 12, 107, // Opcode: MVE_VSTRB32_pre /* 2487 */ MCD::OPC_FilterValue, 1, 252, 89, 0, // Skip to: 25528 /* 2492 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 2495 */ MCD::OPC_FilterValue, 0, 30, 0, 0, // Skip to: 2530 /* 2500 */ MCD::OPC_CheckPredicate, 22, 239, 89, 0, // Skip to: 25528 /* 2505 */ MCD::OPC_CheckField, 28, 4, 14, 232, 89, 0, // Skip to: 25528 /* 2512 */ MCD::OPC_CheckField, 22, 1, 0, 225, 89, 0, // Skip to: 25528 /* 2519 */ MCD::OPC_CheckField, 7, 1, 0, 218, 89, 0, // Skip to: 25528 /* 2526 */ MCD::OPC_Decode, 193, 12, 111, // Opcode: MVE_VSTRH32_post /* 2530 */ MCD::OPC_FilterValue, 1, 209, 89, 0, // Skip to: 25528 /* 2535 */ MCD::OPC_CheckPredicate, 22, 204, 89, 0, // Skip to: 25528 /* 2540 */ MCD::OPC_CheckField, 28, 4, 14, 197, 89, 0, // Skip to: 25528 /* 2547 */ MCD::OPC_CheckField, 22, 1, 0, 190, 89, 0, // Skip to: 25528 /* 2554 */ MCD::OPC_CheckField, 7, 1, 0, 183, 89, 0, // Skip to: 25528 /* 2561 */ MCD::OPC_Decode, 194, 12, 112, // Opcode: MVE_VSTRH32_pre /* 2565 */ MCD::OPC_FilterValue, 3, 174, 89, 0, // Skip to: 25528 /* 2570 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 2573 */ MCD::OPC_FilterValue, 0, 131, 0, 0, // Skip to: 2709 /* 2578 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 2581 */ MCD::OPC_FilterValue, 0, 59, 0, 0, // Skip to: 2645 /* 2586 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2589 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 2617 /* 2594 */ MCD::OPC_CheckPredicate, 22, 145, 89, 0, // Skip to: 25528 /* 2599 */ MCD::OPC_CheckField, 22, 1, 0, 138, 89, 0, // Skip to: 25528 /* 2606 */ MCD::OPC_CheckField, 7, 1, 0, 131, 89, 0, // Skip to: 25528 /* 2613 */ MCD::OPC_Decode, 128, 8, 106, // Opcode: MVE_VLDRBS32_post /* 2617 */ MCD::OPC_FilterValue, 15, 122, 89, 0, // Skip to: 25528 /* 2622 */ MCD::OPC_CheckPredicate, 22, 117, 89, 0, // Skip to: 25528 /* 2627 */ MCD::OPC_CheckField, 22, 1, 0, 110, 89, 0, // Skip to: 25528 /* 2634 */ MCD::OPC_CheckField, 7, 1, 0, 103, 89, 0, // Skip to: 25528 /* 2641 */ MCD::OPC_Decode, 136, 8, 106, // Opcode: MVE_VLDRBU32_post /* 2645 */ MCD::OPC_FilterValue, 1, 94, 89, 0, // Skip to: 25528 /* 2650 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2653 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 2681 /* 2658 */ MCD::OPC_CheckPredicate, 22, 81, 89, 0, // Skip to: 25528 /* 2663 */ MCD::OPC_CheckField, 22, 1, 0, 74, 89, 0, // Skip to: 25528 /* 2670 */ MCD::OPC_CheckField, 7, 1, 0, 67, 89, 0, // Skip to: 25528 /* 2677 */ MCD::OPC_Decode, 129, 8, 107, // Opcode: MVE_VLDRBS32_pre /* 2681 */ MCD::OPC_FilterValue, 15, 58, 89, 0, // Skip to: 25528 /* 2686 */ MCD::OPC_CheckPredicate, 22, 53, 89, 0, // Skip to: 25528 /* 2691 */ MCD::OPC_CheckField, 22, 1, 0, 46, 89, 0, // Skip to: 25528 /* 2698 */ MCD::OPC_CheckField, 7, 1, 0, 39, 89, 0, // Skip to: 25528 /* 2705 */ MCD::OPC_Decode, 137, 8, 107, // Opcode: MVE_VLDRBU32_pre /* 2709 */ MCD::OPC_FilterValue, 1, 30, 89, 0, // Skip to: 25528 /* 2714 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 2717 */ MCD::OPC_FilterValue, 0, 59, 0, 0, // Skip to: 2781 /* 2722 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2725 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 2753 /* 2730 */ MCD::OPC_CheckPredicate, 22, 9, 89, 0, // Skip to: 25528 /* 2735 */ MCD::OPC_CheckField, 22, 1, 0, 2, 89, 0, // Skip to: 25528 /* 2742 */ MCD::OPC_CheckField, 7, 1, 0, 251, 88, 0, // Skip to: 25528 /* 2749 */ MCD::OPC_Decode, 148, 8, 111, // Opcode: MVE_VLDRHS32_post /* 2753 */ MCD::OPC_FilterValue, 15, 242, 88, 0, // Skip to: 25528 /* 2758 */ MCD::OPC_CheckPredicate, 22, 237, 88, 0, // Skip to: 25528 /* 2763 */ MCD::OPC_CheckField, 22, 1, 0, 230, 88, 0, // Skip to: 25528 /* 2770 */ MCD::OPC_CheckField, 7, 1, 0, 223, 88, 0, // Skip to: 25528 /* 2777 */ MCD::OPC_Decode, 158, 8, 111, // Opcode: MVE_VLDRHU32_post /* 2781 */ MCD::OPC_FilterValue, 1, 214, 88, 0, // Skip to: 25528 /* 2786 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 2789 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 2817 /* 2794 */ MCD::OPC_CheckPredicate, 22, 201, 88, 0, // Skip to: 25528 /* 2799 */ MCD::OPC_CheckField, 22, 1, 0, 194, 88, 0, // Skip to: 25528 /* 2806 */ MCD::OPC_CheckField, 7, 1, 0, 187, 88, 0, // Skip to: 25528 /* 2813 */ MCD::OPC_Decode, 149, 8, 112, // Opcode: MVE_VLDRHS32_pre /* 2817 */ MCD::OPC_FilterValue, 15, 178, 88, 0, // Skip to: 25528 /* 2822 */ MCD::OPC_CheckPredicate, 22, 173, 88, 0, // Skip to: 25528 /* 2827 */ MCD::OPC_CheckField, 22, 1, 0, 166, 88, 0, // Skip to: 25528 /* 2834 */ MCD::OPC_CheckField, 7, 1, 0, 159, 88, 0, // Skip to: 25528 /* 2841 */ MCD::OPC_Decode, 159, 8, 112, // Opcode: MVE_VLDRHU32_pre /* 2845 */ MCD::OPC_FilterValue, 30, 160, 6, 0, // Skip to: 4546 /* 2850 */ MCD::OPC_ExtractField, 20, 3, // Inst{22-20} ... /* 2853 */ MCD::OPC_FilterValue, 0, 179, 1, 0, // Skip to: 3293 /* 2858 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 2861 */ MCD::OPC_FilterValue, 0, 222, 0, 0, // Skip to: 3088 /* 2866 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 2869 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 3045 /* 2874 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 2877 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2905 /* 2882 */ MCD::OPC_CheckPredicate, 22, 113, 88, 0, // Skip to: 25528 /* 2887 */ MCD::OPC_CheckField, 28, 4, 15, 106, 88, 0, // Skip to: 25528 /* 2894 */ MCD::OPC_CheckField, 23, 1, 1, 99, 88, 0, // Skip to: 25528 /* 2901 */ MCD::OPC_Decode, 142, 12, 113, // Opcode: MVE_VST20_8 /* 2905 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 2933 /* 2910 */ MCD::OPC_CheckPredicate, 22, 85, 88, 0, // Skip to: 25528 /* 2915 */ MCD::OPC_CheckField, 28, 4, 15, 78, 88, 0, // Skip to: 25528 /* 2922 */ MCD::OPC_CheckField, 23, 1, 1, 71, 88, 0, // Skip to: 25528 /* 2929 */ MCD::OPC_Decode, 154, 12, 114, // Opcode: MVE_VST40_8 /* 2933 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 2961 /* 2938 */ MCD::OPC_CheckPredicate, 22, 57, 88, 0, // Skip to: 25528 /* 2943 */ MCD::OPC_CheckField, 28, 4, 15, 50, 88, 0, // Skip to: 25528 /* 2950 */ MCD::OPC_CheckField, 23, 1, 1, 43, 88, 0, // Skip to: 25528 /* 2957 */ MCD::OPC_Decode, 148, 12, 113, // Opcode: MVE_VST21_8 /* 2961 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 2989 /* 2966 */ MCD::OPC_CheckPredicate, 22, 29, 88, 0, // Skip to: 25528 /* 2971 */ MCD::OPC_CheckField, 28, 4, 15, 22, 88, 0, // Skip to: 25528 /* 2978 */ MCD::OPC_CheckField, 23, 1, 1, 15, 88, 0, // Skip to: 25528 /* 2985 */ MCD::OPC_Decode, 160, 12, 114, // Opcode: MVE_VST41_8 /* 2989 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 3017 /* 2994 */ MCD::OPC_CheckPredicate, 22, 1, 88, 0, // Skip to: 25528 /* 2999 */ MCD::OPC_CheckField, 28, 4, 15, 250, 87, 0, // Skip to: 25528 /* 3006 */ MCD::OPC_CheckField, 23, 1, 1, 243, 87, 0, // Skip to: 25528 /* 3013 */ MCD::OPC_Decode, 166, 12, 114, // Opcode: MVE_VST42_8 /* 3017 */ MCD::OPC_FilterValue, 97, 234, 87, 0, // Skip to: 25528 /* 3022 */ MCD::OPC_CheckPredicate, 22, 229, 87, 0, // Skip to: 25528 /* 3027 */ MCD::OPC_CheckField, 28, 4, 15, 222, 87, 0, // Skip to: 25528 /* 3034 */ MCD::OPC_CheckField, 23, 1, 1, 215, 87, 0, // Skip to: 25528 /* 3041 */ MCD::OPC_Decode, 172, 12, 114, // Opcode: MVE_VST43_8 /* 3045 */ MCD::OPC_FilterValue, 1, 206, 87, 0, // Skip to: 25528 /* 3050 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 3053 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 3067 /* 3058 */ MCD::OPC_CheckPredicate, 22, 193, 87, 0, // Skip to: 25528 /* 3063 */ MCD::OPC_Decode, 183, 12, 115, // Opcode: MVE_VSTRBU8 /* 3067 */ MCD::OPC_FilterValue, 15, 184, 87, 0, // Skip to: 25528 /* 3072 */ MCD::OPC_CheckPredicate, 22, 179, 87, 0, // Skip to: 25528 /* 3077 */ MCD::OPC_CheckField, 16, 1, 0, 172, 87, 0, // Skip to: 25528 /* 3084 */ MCD::OPC_Decode, 200, 12, 116, // Opcode: MVE_VSTRW32_qi /* 3088 */ MCD::OPC_FilterValue, 1, 163, 87, 0, // Skip to: 25528 /* 3093 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 3096 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 3272 /* 3101 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 3104 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 3132 /* 3109 */ MCD::OPC_CheckPredicate, 22, 142, 87, 0, // Skip to: 25528 /* 3114 */ MCD::OPC_CheckField, 28, 4, 15, 135, 87, 0, // Skip to: 25528 /* 3121 */ MCD::OPC_CheckField, 23, 1, 1, 128, 87, 0, // Skip to: 25528 /* 3128 */ MCD::OPC_Decode, 138, 12, 113, // Opcode: MVE_VST20_16 /* 3132 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 3160 /* 3137 */ MCD::OPC_CheckPredicate, 22, 114, 87, 0, // Skip to: 25528 /* 3142 */ MCD::OPC_CheckField, 28, 4, 15, 107, 87, 0, // Skip to: 25528 /* 3149 */ MCD::OPC_CheckField, 23, 1, 1, 100, 87, 0, // Skip to: 25528 /* 3156 */ MCD::OPC_Decode, 150, 12, 114, // Opcode: MVE_VST40_16 /* 3160 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 3188 /* 3165 */ MCD::OPC_CheckPredicate, 22, 86, 87, 0, // Skip to: 25528 /* 3170 */ MCD::OPC_CheckField, 28, 4, 15, 79, 87, 0, // Skip to: 25528 /* 3177 */ MCD::OPC_CheckField, 23, 1, 1, 72, 87, 0, // Skip to: 25528 /* 3184 */ MCD::OPC_Decode, 144, 12, 113, // Opcode: MVE_VST21_16 /* 3188 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 3216 /* 3193 */ MCD::OPC_CheckPredicate, 22, 58, 87, 0, // Skip to: 25528 /* 3198 */ MCD::OPC_CheckField, 28, 4, 15, 51, 87, 0, // Skip to: 25528 /* 3205 */ MCD::OPC_CheckField, 23, 1, 1, 44, 87, 0, // Skip to: 25528 /* 3212 */ MCD::OPC_Decode, 156, 12, 114, // Opcode: MVE_VST41_16 /* 3216 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 3244 /* 3221 */ MCD::OPC_CheckPredicate, 22, 30, 87, 0, // Skip to: 25528 /* 3226 */ MCD::OPC_CheckField, 28, 4, 15, 23, 87, 0, // Skip to: 25528 /* 3233 */ MCD::OPC_CheckField, 23, 1, 1, 16, 87, 0, // Skip to: 25528 /* 3240 */ MCD::OPC_Decode, 162, 12, 114, // Opcode: MVE_VST42_16 /* 3244 */ MCD::OPC_FilterValue, 97, 7, 87, 0, // Skip to: 25528 /* 3249 */ MCD::OPC_CheckPredicate, 22, 2, 87, 0, // Skip to: 25528 /* 3254 */ MCD::OPC_CheckField, 28, 4, 15, 251, 86, 0, // Skip to: 25528 /* 3261 */ MCD::OPC_CheckField, 23, 1, 1, 244, 86, 0, // Skip to: 25528 /* 3268 */ MCD::OPC_Decode, 168, 12, 114, // Opcode: MVE_VST43_16 /* 3272 */ MCD::OPC_FilterValue, 1, 235, 86, 0, // Skip to: 25528 /* 3277 */ MCD::OPC_CheckPredicate, 22, 230, 86, 0, // Skip to: 25528 /* 3282 */ MCD::OPC_CheckField, 28, 4, 14, 223, 86, 0, // Skip to: 25528 /* 3289 */ MCD::OPC_Decode, 197, 12, 117, // Opcode: MVE_VSTRHU16 /* 3293 */ MCD::OPC_FilterValue, 1, 179, 1, 0, // Skip to: 3733 /* 3298 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 3301 */ MCD::OPC_FilterValue, 0, 222, 0, 0, // Skip to: 3528 /* 3306 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 3309 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 3485 /* 3314 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 3317 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 3345 /* 3322 */ MCD::OPC_CheckPredicate, 22, 185, 86, 0, // Skip to: 25528 /* 3327 */ MCD::OPC_CheckField, 28, 4, 15, 178, 86, 0, // Skip to: 25528 /* 3334 */ MCD::OPC_CheckField, 23, 1, 1, 171, 86, 0, // Skip to: 25528 /* 3341 */ MCD::OPC_Decode, 219, 7, 118, // Opcode: MVE_VLD20_8 /* 3345 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 3373 /* 3350 */ MCD::OPC_CheckPredicate, 22, 157, 86, 0, // Skip to: 25528 /* 3355 */ MCD::OPC_CheckField, 28, 4, 15, 150, 86, 0, // Skip to: 25528 /* 3362 */ MCD::OPC_CheckField, 23, 1, 1, 143, 86, 0, // Skip to: 25528 /* 3369 */ MCD::OPC_Decode, 231, 7, 119, // Opcode: MVE_VLD40_8 /* 3373 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 3401 /* 3378 */ MCD::OPC_CheckPredicate, 22, 129, 86, 0, // Skip to: 25528 /* 3383 */ MCD::OPC_CheckField, 28, 4, 15, 122, 86, 0, // Skip to: 25528 /* 3390 */ MCD::OPC_CheckField, 23, 1, 1, 115, 86, 0, // Skip to: 25528 /* 3397 */ MCD::OPC_Decode, 225, 7, 118, // Opcode: MVE_VLD21_8 /* 3401 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 3429 /* 3406 */ MCD::OPC_CheckPredicate, 22, 101, 86, 0, // Skip to: 25528 /* 3411 */ MCD::OPC_CheckField, 28, 4, 15, 94, 86, 0, // Skip to: 25528 /* 3418 */ MCD::OPC_CheckField, 23, 1, 1, 87, 86, 0, // Skip to: 25528 /* 3425 */ MCD::OPC_Decode, 237, 7, 119, // Opcode: MVE_VLD41_8 /* 3429 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 3457 /* 3434 */ MCD::OPC_CheckPredicate, 22, 73, 86, 0, // Skip to: 25528 /* 3439 */ MCD::OPC_CheckField, 28, 4, 15, 66, 86, 0, // Skip to: 25528 /* 3446 */ MCD::OPC_CheckField, 23, 1, 1, 59, 86, 0, // Skip to: 25528 /* 3453 */ MCD::OPC_Decode, 243, 7, 119, // Opcode: MVE_VLD42_8 /* 3457 */ MCD::OPC_FilterValue, 97, 50, 86, 0, // Skip to: 25528 /* 3462 */ MCD::OPC_CheckPredicate, 22, 45, 86, 0, // Skip to: 25528 /* 3467 */ MCD::OPC_CheckField, 28, 4, 15, 38, 86, 0, // Skip to: 25528 /* 3474 */ MCD::OPC_CheckField, 23, 1, 1, 31, 86, 0, // Skip to: 25528 /* 3481 */ MCD::OPC_Decode, 249, 7, 119, // Opcode: MVE_VLD43_8 /* 3485 */ MCD::OPC_FilterValue, 1, 22, 86, 0, // Skip to: 25528 /* 3490 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 3493 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 3507 /* 3498 */ MCD::OPC_CheckPredicate, 22, 9, 86, 0, // Skip to: 25528 /* 3503 */ MCD::OPC_Decode, 139, 8, 115, // Opcode: MVE_VLDRBU8 /* 3507 */ MCD::OPC_FilterValue, 15, 0, 86, 0, // Skip to: 25528 /* 3512 */ MCD::OPC_CheckPredicate, 22, 251, 85, 0, // Skip to: 25528 /* 3517 */ MCD::OPC_CheckField, 16, 1, 0, 244, 85, 0, // Skip to: 25528 /* 3524 */ MCD::OPC_Decode, 165, 8, 116, // Opcode: MVE_VLDRWU32_qi /* 3528 */ MCD::OPC_FilterValue, 1, 235, 85, 0, // Skip to: 25528 /* 3533 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 3536 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 3712 /* 3541 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 3544 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 3572 /* 3549 */ MCD::OPC_CheckPredicate, 22, 214, 85, 0, // Skip to: 25528 /* 3554 */ MCD::OPC_CheckField, 28, 4, 15, 207, 85, 0, // Skip to: 25528 /* 3561 */ MCD::OPC_CheckField, 23, 1, 1, 200, 85, 0, // Skip to: 25528 /* 3568 */ MCD::OPC_Decode, 215, 7, 118, // Opcode: MVE_VLD20_16 /* 3572 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 3600 /* 3577 */ MCD::OPC_CheckPredicate, 22, 186, 85, 0, // Skip to: 25528 /* 3582 */ MCD::OPC_CheckField, 28, 4, 15, 179, 85, 0, // Skip to: 25528 /* 3589 */ MCD::OPC_CheckField, 23, 1, 1, 172, 85, 0, // Skip to: 25528 /* 3596 */ MCD::OPC_Decode, 227, 7, 119, // Opcode: MVE_VLD40_16 /* 3600 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 3628 /* 3605 */ MCD::OPC_CheckPredicate, 22, 158, 85, 0, // Skip to: 25528 /* 3610 */ MCD::OPC_CheckField, 28, 4, 15, 151, 85, 0, // Skip to: 25528 /* 3617 */ MCD::OPC_CheckField, 23, 1, 1, 144, 85, 0, // Skip to: 25528 /* 3624 */ MCD::OPC_Decode, 221, 7, 118, // Opcode: MVE_VLD21_16 /* 3628 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 3656 /* 3633 */ MCD::OPC_CheckPredicate, 22, 130, 85, 0, // Skip to: 25528 /* 3638 */ MCD::OPC_CheckField, 28, 4, 15, 123, 85, 0, // Skip to: 25528 /* 3645 */ MCD::OPC_CheckField, 23, 1, 1, 116, 85, 0, // Skip to: 25528 /* 3652 */ MCD::OPC_Decode, 233, 7, 119, // Opcode: MVE_VLD41_16 /* 3656 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 3684 /* 3661 */ MCD::OPC_CheckPredicate, 22, 102, 85, 0, // Skip to: 25528 /* 3666 */ MCD::OPC_CheckField, 28, 4, 15, 95, 85, 0, // Skip to: 25528 /* 3673 */ MCD::OPC_CheckField, 23, 1, 1, 88, 85, 0, // Skip to: 25528 /* 3680 */ MCD::OPC_Decode, 239, 7, 119, // Opcode: MVE_VLD42_16 /* 3684 */ MCD::OPC_FilterValue, 97, 79, 85, 0, // Skip to: 25528 /* 3689 */ MCD::OPC_CheckPredicate, 22, 74, 85, 0, // Skip to: 25528 /* 3694 */ MCD::OPC_CheckField, 28, 4, 15, 67, 85, 0, // Skip to: 25528 /* 3701 */ MCD::OPC_CheckField, 23, 1, 1, 60, 85, 0, // Skip to: 25528 /* 3708 */ MCD::OPC_Decode, 245, 7, 119, // Opcode: MVE_VLD43_16 /* 3712 */ MCD::OPC_FilterValue, 1, 51, 85, 0, // Skip to: 25528 /* 3717 */ MCD::OPC_CheckPredicate, 22, 46, 85, 0, // Skip to: 25528 /* 3722 */ MCD::OPC_CheckField, 28, 4, 14, 39, 85, 0, // Skip to: 25528 /* 3729 */ MCD::OPC_Decode, 152, 8, 117, // Opcode: MVE_VLDRHU16 /* 3733 */ MCD::OPC_FilterValue, 2, 139, 1, 0, // Skip to: 4133 /* 3738 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 3741 */ MCD::OPC_FilterValue, 0, 202, 0, 0, // Skip to: 3948 /* 3746 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 3749 */ MCD::OPC_FilterValue, 0, 151, 0, 0, // Skip to: 3905 /* 3754 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 3757 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 3771 /* 3762 */ MCD::OPC_CheckPredicate, 22, 1, 85, 0, // Skip to: 25528 /* 3767 */ MCD::OPC_Decode, 184, 12, 120, // Opcode: MVE_VSTRBU8_post /* 3771 */ MCD::OPC_FilterValue, 15, 248, 84, 0, // Skip to: 25528 /* 3776 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 3779 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3800 /* 3784 */ MCD::OPC_CheckPredicate, 22, 235, 84, 0, // Skip to: 25528 /* 3789 */ MCD::OPC_CheckField, 23, 1, 1, 228, 84, 0, // Skip to: 25528 /* 3796 */ MCD::OPC_Decode, 143, 12, 121, // Opcode: MVE_VST20_8_wb /* 3800 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 3821 /* 3805 */ MCD::OPC_CheckPredicate, 22, 214, 84, 0, // Skip to: 25528 /* 3810 */ MCD::OPC_CheckField, 23, 1, 1, 207, 84, 0, // Skip to: 25528 /* 3817 */ MCD::OPC_Decode, 155, 12, 122, // Opcode: MVE_VST40_8_wb /* 3821 */ MCD::OPC_FilterValue, 32, 16, 0, 0, // Skip to: 3842 /* 3826 */ MCD::OPC_CheckPredicate, 22, 193, 84, 0, // Skip to: 25528 /* 3831 */ MCD::OPC_CheckField, 23, 1, 1, 186, 84, 0, // Skip to: 25528 /* 3838 */ MCD::OPC_Decode, 149, 12, 121, // Opcode: MVE_VST21_8_wb /* 3842 */ MCD::OPC_FilterValue, 33, 16, 0, 0, // Skip to: 3863 /* 3847 */ MCD::OPC_CheckPredicate, 22, 172, 84, 0, // Skip to: 25528 /* 3852 */ MCD::OPC_CheckField, 23, 1, 1, 165, 84, 0, // Skip to: 25528 /* 3859 */ MCD::OPC_Decode, 161, 12, 122, // Opcode: MVE_VST41_8_wb /* 3863 */ MCD::OPC_FilterValue, 65, 16, 0, 0, // Skip to: 3884 /* 3868 */ MCD::OPC_CheckPredicate, 22, 151, 84, 0, // Skip to: 25528 /* 3873 */ MCD::OPC_CheckField, 23, 1, 1, 144, 84, 0, // Skip to: 25528 /* 3880 */ MCD::OPC_Decode, 167, 12, 122, // Opcode: MVE_VST42_8_wb /* 3884 */ MCD::OPC_FilterValue, 97, 135, 84, 0, // Skip to: 25528 /* 3889 */ MCD::OPC_CheckPredicate, 22, 130, 84, 0, // Skip to: 25528 /* 3894 */ MCD::OPC_CheckField, 23, 1, 1, 123, 84, 0, // Skip to: 25528 /* 3901 */ MCD::OPC_Decode, 173, 12, 122, // Opcode: MVE_VST43_8_wb /* 3905 */ MCD::OPC_FilterValue, 1, 114, 84, 0, // Skip to: 25528 /* 3910 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 3913 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 3927 /* 3918 */ MCD::OPC_CheckPredicate, 22, 101, 84, 0, // Skip to: 25528 /* 3923 */ MCD::OPC_Decode, 185, 12, 123, // Opcode: MVE_VSTRBU8_pre /* 3927 */ MCD::OPC_FilterValue, 15, 92, 84, 0, // Skip to: 25528 /* 3932 */ MCD::OPC_CheckPredicate, 22, 87, 84, 0, // Skip to: 25528 /* 3937 */ MCD::OPC_CheckField, 16, 1, 0, 80, 84, 0, // Skip to: 25528 /* 3944 */ MCD::OPC_Decode, 201, 12, 124, // Opcode: MVE_VSTRW32_qi_pre /* 3948 */ MCD::OPC_FilterValue, 1, 71, 84, 0, // Skip to: 25528 /* 3953 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 3956 */ MCD::OPC_FilterValue, 0, 151, 0, 0, // Skip to: 4112 /* 3961 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 3964 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 3978 /* 3969 */ MCD::OPC_CheckPredicate, 22, 50, 84, 0, // Skip to: 25528 /* 3974 */ MCD::OPC_Decode, 198, 12, 125, // Opcode: MVE_VSTRHU16_post /* 3978 */ MCD::OPC_FilterValue, 15, 41, 84, 0, // Skip to: 25528 /* 3983 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 3986 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4007 /* 3991 */ MCD::OPC_CheckPredicate, 22, 28, 84, 0, // Skip to: 25528 /* 3996 */ MCD::OPC_CheckField, 23, 1, 1, 21, 84, 0, // Skip to: 25528 /* 4003 */ MCD::OPC_Decode, 139, 12, 121, // Opcode: MVE_VST20_16_wb /* 4007 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4028 /* 4012 */ MCD::OPC_CheckPredicate, 22, 7, 84, 0, // Skip to: 25528 /* 4017 */ MCD::OPC_CheckField, 23, 1, 1, 0, 84, 0, // Skip to: 25528 /* 4024 */ MCD::OPC_Decode, 151, 12, 122, // Opcode: MVE_VST40_16_wb /* 4028 */ MCD::OPC_FilterValue, 32, 16, 0, 0, // Skip to: 4049 /* 4033 */ MCD::OPC_CheckPredicate, 22, 242, 83, 0, // Skip to: 25528 /* 4038 */ MCD::OPC_CheckField, 23, 1, 1, 235, 83, 0, // Skip to: 25528 /* 4045 */ MCD::OPC_Decode, 145, 12, 121, // Opcode: MVE_VST21_16_wb /* 4049 */ MCD::OPC_FilterValue, 33, 16, 0, 0, // Skip to: 4070 /* 4054 */ MCD::OPC_CheckPredicate, 22, 221, 83, 0, // Skip to: 25528 /* 4059 */ MCD::OPC_CheckField, 23, 1, 1, 214, 83, 0, // Skip to: 25528 /* 4066 */ MCD::OPC_Decode, 157, 12, 122, // Opcode: MVE_VST41_16_wb /* 4070 */ MCD::OPC_FilterValue, 65, 16, 0, 0, // Skip to: 4091 /* 4075 */ MCD::OPC_CheckPredicate, 22, 200, 83, 0, // Skip to: 25528 /* 4080 */ MCD::OPC_CheckField, 23, 1, 1, 193, 83, 0, // Skip to: 25528 /* 4087 */ MCD::OPC_Decode, 163, 12, 122, // Opcode: MVE_VST42_16_wb /* 4091 */ MCD::OPC_FilterValue, 97, 184, 83, 0, // Skip to: 25528 /* 4096 */ MCD::OPC_CheckPredicate, 22, 179, 83, 0, // Skip to: 25528 /* 4101 */ MCD::OPC_CheckField, 23, 1, 1, 172, 83, 0, // Skip to: 25528 /* 4108 */ MCD::OPC_Decode, 169, 12, 122, // Opcode: MVE_VST43_16_wb /* 4112 */ MCD::OPC_FilterValue, 1, 163, 83, 0, // Skip to: 25528 /* 4117 */ MCD::OPC_CheckPredicate, 22, 158, 83, 0, // Skip to: 25528 /* 4122 */ MCD::OPC_CheckField, 28, 4, 14, 151, 83, 0, // Skip to: 25528 /* 4129 */ MCD::OPC_Decode, 199, 12, 126, // Opcode: MVE_VSTRHU16_pre /* 4133 */ MCD::OPC_FilterValue, 3, 142, 83, 0, // Skip to: 25528 /* 4138 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 4141 */ MCD::OPC_FilterValue, 0, 208, 0, 0, // Skip to: 4354 /* 4146 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4149 */ MCD::OPC_FilterValue, 0, 157, 0, 0, // Skip to: 4311 /* 4154 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 4157 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 4171 /* 4162 */ MCD::OPC_CheckPredicate, 22, 113, 83, 0, // Skip to: 25528 /* 4167 */ MCD::OPC_Decode, 140, 8, 127, // Opcode: MVE_VLDRBU8_post /* 4171 */ MCD::OPC_FilterValue, 15, 104, 83, 0, // Skip to: 25528 /* 4176 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 4179 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4201 /* 4184 */ MCD::OPC_CheckPredicate, 22, 91, 83, 0, // Skip to: 25528 /* 4189 */ MCD::OPC_CheckField, 23, 1, 1, 84, 83, 0, // Skip to: 25528 /* 4196 */ MCD::OPC_Decode, 220, 7, 128, 1, // Opcode: MVE_VLD20_8_wb /* 4201 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4223 /* 4206 */ MCD::OPC_CheckPredicate, 22, 69, 83, 0, // Skip to: 25528 /* 4211 */ MCD::OPC_CheckField, 23, 1, 1, 62, 83, 0, // Skip to: 25528 /* 4218 */ MCD::OPC_Decode, 232, 7, 129, 1, // Opcode: MVE_VLD40_8_wb /* 4223 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 4245 /* 4228 */ MCD::OPC_CheckPredicate, 22, 47, 83, 0, // Skip to: 25528 /* 4233 */ MCD::OPC_CheckField, 23, 1, 1, 40, 83, 0, // Skip to: 25528 /* 4240 */ MCD::OPC_Decode, 226, 7, 128, 1, // Opcode: MVE_VLD21_8_wb /* 4245 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 4267 /* 4250 */ MCD::OPC_CheckPredicate, 22, 25, 83, 0, // Skip to: 25528 /* 4255 */ MCD::OPC_CheckField, 23, 1, 1, 18, 83, 0, // Skip to: 25528 /* 4262 */ MCD::OPC_Decode, 238, 7, 129, 1, // Opcode: MVE_VLD41_8_wb /* 4267 */ MCD::OPC_FilterValue, 65, 17, 0, 0, // Skip to: 4289 /* 4272 */ MCD::OPC_CheckPredicate, 22, 3, 83, 0, // Skip to: 25528 /* 4277 */ MCD::OPC_CheckField, 23, 1, 1, 252, 82, 0, // Skip to: 25528 /* 4284 */ MCD::OPC_Decode, 244, 7, 129, 1, // Opcode: MVE_VLD42_8_wb /* 4289 */ MCD::OPC_FilterValue, 97, 242, 82, 0, // Skip to: 25528 /* 4294 */ MCD::OPC_CheckPredicate, 22, 237, 82, 0, // Skip to: 25528 /* 4299 */ MCD::OPC_CheckField, 23, 1, 1, 230, 82, 0, // Skip to: 25528 /* 4306 */ MCD::OPC_Decode, 250, 7, 129, 1, // Opcode: MVE_VLD43_8_wb /* 4311 */ MCD::OPC_FilterValue, 1, 220, 82, 0, // Skip to: 25528 /* 4316 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 4319 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 4333 /* 4324 */ MCD::OPC_CheckPredicate, 22, 207, 82, 0, // Skip to: 25528 /* 4329 */ MCD::OPC_Decode, 141, 8, 123, // Opcode: MVE_VLDRBU8_pre /* 4333 */ MCD::OPC_FilterValue, 15, 198, 82, 0, // Skip to: 25528 /* 4338 */ MCD::OPC_CheckPredicate, 22, 193, 82, 0, // Skip to: 25528 /* 4343 */ MCD::OPC_CheckField, 16, 1, 0, 186, 82, 0, // Skip to: 25528 /* 4350 */ MCD::OPC_Decode, 166, 8, 124, // Opcode: MVE_VLDRWU32_qi_pre /* 4354 */ MCD::OPC_FilterValue, 1, 177, 82, 0, // Skip to: 25528 /* 4359 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4362 */ MCD::OPC_FilterValue, 0, 158, 0, 0, // Skip to: 4525 /* 4367 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 4370 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 4385 /* 4375 */ MCD::OPC_CheckPredicate, 22, 156, 82, 0, // Skip to: 25528 /* 4380 */ MCD::OPC_Decode, 153, 8, 130, 1, // Opcode: MVE_VLDRHU16_post /* 4385 */ MCD::OPC_FilterValue, 15, 146, 82, 0, // Skip to: 25528 /* 4390 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 4393 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4415 /* 4398 */ MCD::OPC_CheckPredicate, 22, 133, 82, 0, // Skip to: 25528 /* 4403 */ MCD::OPC_CheckField, 23, 1, 1, 126, 82, 0, // Skip to: 25528 /* 4410 */ MCD::OPC_Decode, 216, 7, 128, 1, // Opcode: MVE_VLD20_16_wb /* 4415 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4437 /* 4420 */ MCD::OPC_CheckPredicate, 22, 111, 82, 0, // Skip to: 25528 /* 4425 */ MCD::OPC_CheckField, 23, 1, 1, 104, 82, 0, // Skip to: 25528 /* 4432 */ MCD::OPC_Decode, 228, 7, 129, 1, // Opcode: MVE_VLD40_16_wb /* 4437 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 4459 /* 4442 */ MCD::OPC_CheckPredicate, 22, 89, 82, 0, // Skip to: 25528 /* 4447 */ MCD::OPC_CheckField, 23, 1, 1, 82, 82, 0, // Skip to: 25528 /* 4454 */ MCD::OPC_Decode, 222, 7, 128, 1, // Opcode: MVE_VLD21_16_wb /* 4459 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 4481 /* 4464 */ MCD::OPC_CheckPredicate, 22, 67, 82, 0, // Skip to: 25528 /* 4469 */ MCD::OPC_CheckField, 23, 1, 1, 60, 82, 0, // Skip to: 25528 /* 4476 */ MCD::OPC_Decode, 234, 7, 129, 1, // Opcode: MVE_VLD41_16_wb /* 4481 */ MCD::OPC_FilterValue, 65, 17, 0, 0, // Skip to: 4503 /* 4486 */ MCD::OPC_CheckPredicate, 22, 45, 82, 0, // Skip to: 25528 /* 4491 */ MCD::OPC_CheckField, 23, 1, 1, 38, 82, 0, // Skip to: 25528 /* 4498 */ MCD::OPC_Decode, 240, 7, 129, 1, // Opcode: MVE_VLD42_16_wb /* 4503 */ MCD::OPC_FilterValue, 97, 28, 82, 0, // Skip to: 25528 /* 4508 */ MCD::OPC_CheckPredicate, 22, 23, 82, 0, // Skip to: 25528 /* 4513 */ MCD::OPC_CheckField, 23, 1, 1, 16, 82, 0, // Skip to: 25528 /* 4520 */ MCD::OPC_Decode, 246, 7, 129, 1, // Opcode: MVE_VLD43_16_wb /* 4525 */ MCD::OPC_FilterValue, 1, 6, 82, 0, // Skip to: 25528 /* 4530 */ MCD::OPC_CheckPredicate, 22, 1, 82, 0, // Skip to: 25528 /* 4535 */ MCD::OPC_CheckField, 28, 4, 14, 250, 81, 0, // Skip to: 25528 /* 4542 */ MCD::OPC_Decode, 154, 8, 126, // Opcode: MVE_VLDRHU16_pre /* 4546 */ MCD::OPC_FilterValue, 31, 241, 81, 0, // Skip to: 25528 /* 4551 */ MCD::OPC_ExtractField, 20, 3, // Inst{22-20} ... /* 4554 */ MCD::OPC_FilterValue, 0, 238, 0, 0, // Skip to: 4797 /* 4559 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4562 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 4738 /* 4567 */ MCD::OPC_ExtractField, 0, 8, // Inst{7-0} ... /* 4570 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 4598 /* 4575 */ MCD::OPC_CheckPredicate, 22, 212, 81, 0, // Skip to: 25528 /* 4580 */ MCD::OPC_CheckField, 28, 4, 15, 205, 81, 0, // Skip to: 25528 /* 4587 */ MCD::OPC_CheckField, 23, 1, 1, 198, 81, 0, // Skip to: 25528 /* 4594 */ MCD::OPC_Decode, 140, 12, 113, // Opcode: MVE_VST20_32 /* 4598 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 4626 /* 4603 */ MCD::OPC_CheckPredicate, 22, 184, 81, 0, // Skip to: 25528 /* 4608 */ MCD::OPC_CheckField, 28, 4, 15, 177, 81, 0, // Skip to: 25528 /* 4615 */ MCD::OPC_CheckField, 23, 1, 1, 170, 81, 0, // Skip to: 25528 /* 4622 */ MCD::OPC_Decode, 152, 12, 114, // Opcode: MVE_VST40_32 /* 4626 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 4654 /* 4631 */ MCD::OPC_CheckPredicate, 22, 156, 81, 0, // Skip to: 25528 /* 4636 */ MCD::OPC_CheckField, 28, 4, 15, 149, 81, 0, // Skip to: 25528 /* 4643 */ MCD::OPC_CheckField, 23, 1, 1, 142, 81, 0, // Skip to: 25528 /* 4650 */ MCD::OPC_Decode, 146, 12, 113, // Opcode: MVE_VST21_32 /* 4654 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 4682 /* 4659 */ MCD::OPC_CheckPredicate, 22, 128, 81, 0, // Skip to: 25528 /* 4664 */ MCD::OPC_CheckField, 28, 4, 15, 121, 81, 0, // Skip to: 25528 /* 4671 */ MCD::OPC_CheckField, 23, 1, 1, 114, 81, 0, // Skip to: 25528 /* 4678 */ MCD::OPC_Decode, 158, 12, 114, // Opcode: MVE_VST41_32 /* 4682 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 4710 /* 4687 */ MCD::OPC_CheckPredicate, 22, 100, 81, 0, // Skip to: 25528 /* 4692 */ MCD::OPC_CheckField, 28, 4, 15, 93, 81, 0, // Skip to: 25528 /* 4699 */ MCD::OPC_CheckField, 23, 1, 1, 86, 81, 0, // Skip to: 25528 /* 4706 */ MCD::OPC_Decode, 164, 12, 114, // Opcode: MVE_VST42_32 /* 4710 */ MCD::OPC_FilterValue, 97, 77, 81, 0, // Skip to: 25528 /* 4715 */ MCD::OPC_CheckPredicate, 22, 72, 81, 0, // Skip to: 25528 /* 4720 */ MCD::OPC_CheckField, 28, 4, 15, 65, 81, 0, // Skip to: 25528 /* 4727 */ MCD::OPC_CheckField, 23, 1, 1, 58, 81, 0, // Skip to: 25528 /* 4734 */ MCD::OPC_Decode, 170, 12, 114, // Opcode: MVE_VST43_32 /* 4738 */ MCD::OPC_FilterValue, 1, 49, 81, 0, // Skip to: 25528 /* 4743 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 4746 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 4768 /* 4751 */ MCD::OPC_CheckPredicate, 22, 36, 81, 0, // Skip to: 25528 /* 4756 */ MCD::OPC_CheckField, 7, 1, 0, 29, 81, 0, // Skip to: 25528 /* 4763 */ MCD::OPC_Decode, 204, 12, 131, 1, // Opcode: MVE_VSTRWU32 /* 4768 */ MCD::OPC_FilterValue, 15, 19, 81, 0, // Skip to: 25528 /* 4773 */ MCD::OPC_CheckPredicate, 22, 14, 81, 0, // Skip to: 25528 /* 4778 */ MCD::OPC_CheckField, 16, 1, 0, 7, 81, 0, // Skip to: 25528 /* 4785 */ MCD::OPC_CheckField, 7, 1, 0, 0, 81, 0, // Skip to: 25528 /* 4792 */ MCD::OPC_Decode, 186, 12, 132, 1, // Opcode: MVE_VSTRD64_qi /* 4797 */ MCD::OPC_FilterValue, 1, 238, 0, 0, // Skip to: 5040 /* 4802 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 4805 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 4981 /* 4810 */ MCD::OPC_ExtractField, 0, 8, // Inst{7-0} ... /* 4813 */ MCD::OPC_FilterValue, 0, 23, 0, 0, // Skip to: 4841 /* 4818 */ MCD::OPC_CheckPredicate, 22, 225, 80, 0, // Skip to: 25528 /* 4823 */ MCD::OPC_CheckField, 28, 4, 15, 218, 80, 0, // Skip to: 25528 /* 4830 */ MCD::OPC_CheckField, 23, 1, 1, 211, 80, 0, // Skip to: 25528 /* 4837 */ MCD::OPC_Decode, 217, 7, 118, // Opcode: MVE_VLD20_32 /* 4841 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 4869 /* 4846 */ MCD::OPC_CheckPredicate, 22, 197, 80, 0, // Skip to: 25528 /* 4851 */ MCD::OPC_CheckField, 28, 4, 15, 190, 80, 0, // Skip to: 25528 /* 4858 */ MCD::OPC_CheckField, 23, 1, 1, 183, 80, 0, // Skip to: 25528 /* 4865 */ MCD::OPC_Decode, 229, 7, 119, // Opcode: MVE_VLD40_32 /* 4869 */ MCD::OPC_FilterValue, 32, 23, 0, 0, // Skip to: 4897 /* 4874 */ MCD::OPC_CheckPredicate, 22, 169, 80, 0, // Skip to: 25528 /* 4879 */ MCD::OPC_CheckField, 28, 4, 15, 162, 80, 0, // Skip to: 25528 /* 4886 */ MCD::OPC_CheckField, 23, 1, 1, 155, 80, 0, // Skip to: 25528 /* 4893 */ MCD::OPC_Decode, 223, 7, 118, // Opcode: MVE_VLD21_32 /* 4897 */ MCD::OPC_FilterValue, 33, 23, 0, 0, // Skip to: 4925 /* 4902 */ MCD::OPC_CheckPredicate, 22, 141, 80, 0, // Skip to: 25528 /* 4907 */ MCD::OPC_CheckField, 28, 4, 15, 134, 80, 0, // Skip to: 25528 /* 4914 */ MCD::OPC_CheckField, 23, 1, 1, 127, 80, 0, // Skip to: 25528 /* 4921 */ MCD::OPC_Decode, 235, 7, 119, // Opcode: MVE_VLD41_32 /* 4925 */ MCD::OPC_FilterValue, 65, 23, 0, 0, // Skip to: 4953 /* 4930 */ MCD::OPC_CheckPredicate, 22, 113, 80, 0, // Skip to: 25528 /* 4935 */ MCD::OPC_CheckField, 28, 4, 15, 106, 80, 0, // Skip to: 25528 /* 4942 */ MCD::OPC_CheckField, 23, 1, 1, 99, 80, 0, // Skip to: 25528 /* 4949 */ MCD::OPC_Decode, 241, 7, 119, // Opcode: MVE_VLD42_32 /* 4953 */ MCD::OPC_FilterValue, 97, 90, 80, 0, // Skip to: 25528 /* 4958 */ MCD::OPC_CheckPredicate, 22, 85, 80, 0, // Skip to: 25528 /* 4963 */ MCD::OPC_CheckField, 28, 4, 15, 78, 80, 0, // Skip to: 25528 /* 4970 */ MCD::OPC_CheckField, 23, 1, 1, 71, 80, 0, // Skip to: 25528 /* 4977 */ MCD::OPC_Decode, 247, 7, 119, // Opcode: MVE_VLD43_32 /* 4981 */ MCD::OPC_FilterValue, 1, 62, 80, 0, // Skip to: 25528 /* 4986 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 4989 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5011 /* 4994 */ MCD::OPC_CheckPredicate, 22, 49, 80, 0, // Skip to: 25528 /* 4999 */ MCD::OPC_CheckField, 7, 1, 0, 42, 80, 0, // Skip to: 25528 /* 5006 */ MCD::OPC_Decode, 162, 8, 131, 1, // Opcode: MVE_VLDRWU32 /* 5011 */ MCD::OPC_FilterValue, 15, 32, 80, 0, // Skip to: 25528 /* 5016 */ MCD::OPC_CheckPredicate, 22, 27, 80, 0, // Skip to: 25528 /* 5021 */ MCD::OPC_CheckField, 16, 1, 0, 20, 80, 0, // Skip to: 25528 /* 5028 */ MCD::OPC_CheckField, 7, 1, 0, 13, 80, 0, // Skip to: 25528 /* 5035 */ MCD::OPC_Decode, 143, 8, 132, 1, // Opcode: MVE_VLDRDU64_qi /* 5040 */ MCD::OPC_FilterValue, 2, 226, 0, 0, // Skip to: 5271 /* 5045 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 5048 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 5212 /* 5053 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5056 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5078 /* 5061 */ MCD::OPC_CheckPredicate, 22, 238, 79, 0, // Skip to: 25528 /* 5066 */ MCD::OPC_CheckField, 7, 1, 0, 231, 79, 0, // Skip to: 25528 /* 5073 */ MCD::OPC_Decode, 205, 12, 133, 1, // Opcode: MVE_VSTRWU32_post /* 5078 */ MCD::OPC_FilterValue, 15, 221, 79, 0, // Skip to: 25528 /* 5083 */ MCD::OPC_ExtractField, 0, 8, // Inst{7-0} ... /* 5086 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5107 /* 5091 */ MCD::OPC_CheckPredicate, 22, 208, 79, 0, // Skip to: 25528 /* 5096 */ MCD::OPC_CheckField, 23, 1, 1, 201, 79, 0, // Skip to: 25528 /* 5103 */ MCD::OPC_Decode, 141, 12, 121, // Opcode: MVE_VST20_32_wb /* 5107 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 5128 /* 5112 */ MCD::OPC_CheckPredicate, 22, 187, 79, 0, // Skip to: 25528 /* 5117 */ MCD::OPC_CheckField, 23, 1, 1, 180, 79, 0, // Skip to: 25528 /* 5124 */ MCD::OPC_Decode, 153, 12, 122, // Opcode: MVE_VST40_32_wb /* 5128 */ MCD::OPC_FilterValue, 32, 16, 0, 0, // Skip to: 5149 /* 5133 */ MCD::OPC_CheckPredicate, 22, 166, 79, 0, // Skip to: 25528 /* 5138 */ MCD::OPC_CheckField, 23, 1, 1, 159, 79, 0, // Skip to: 25528 /* 5145 */ MCD::OPC_Decode, 147, 12, 121, // Opcode: MVE_VST21_32_wb /* 5149 */ MCD::OPC_FilterValue, 33, 16, 0, 0, // Skip to: 5170 /* 5154 */ MCD::OPC_CheckPredicate, 22, 145, 79, 0, // Skip to: 25528 /* 5159 */ MCD::OPC_CheckField, 23, 1, 1, 138, 79, 0, // Skip to: 25528 /* 5166 */ MCD::OPC_Decode, 159, 12, 122, // Opcode: MVE_VST41_32_wb /* 5170 */ MCD::OPC_FilterValue, 65, 16, 0, 0, // Skip to: 5191 /* 5175 */ MCD::OPC_CheckPredicate, 22, 124, 79, 0, // Skip to: 25528 /* 5180 */ MCD::OPC_CheckField, 23, 1, 1, 117, 79, 0, // Skip to: 25528 /* 5187 */ MCD::OPC_Decode, 165, 12, 122, // Opcode: MVE_VST42_32_wb /* 5191 */ MCD::OPC_FilterValue, 97, 108, 79, 0, // Skip to: 25528 /* 5196 */ MCD::OPC_CheckPredicate, 22, 103, 79, 0, // Skip to: 25528 /* 5201 */ MCD::OPC_CheckField, 23, 1, 1, 96, 79, 0, // Skip to: 25528 /* 5208 */ MCD::OPC_Decode, 171, 12, 122, // Opcode: MVE_VST43_32_wb /* 5212 */ MCD::OPC_FilterValue, 1, 87, 79, 0, // Skip to: 25528 /* 5217 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5220 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5242 /* 5225 */ MCD::OPC_CheckPredicate, 22, 74, 79, 0, // Skip to: 25528 /* 5230 */ MCD::OPC_CheckField, 7, 1, 0, 67, 79, 0, // Skip to: 25528 /* 5237 */ MCD::OPC_Decode, 206, 12, 134, 1, // Opcode: MVE_VSTRWU32_pre /* 5242 */ MCD::OPC_FilterValue, 15, 57, 79, 0, // Skip to: 25528 /* 5247 */ MCD::OPC_CheckPredicate, 22, 52, 79, 0, // Skip to: 25528 /* 5252 */ MCD::OPC_CheckField, 16, 1, 0, 45, 79, 0, // Skip to: 25528 /* 5259 */ MCD::OPC_CheckField, 7, 1, 0, 38, 79, 0, // Skip to: 25528 /* 5266 */ MCD::OPC_Decode, 187, 12, 135, 1, // Opcode: MVE_VSTRD64_qi_pre /* 5271 */ MCD::OPC_FilterValue, 3, 28, 79, 0, // Skip to: 25528 /* 5276 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 5279 */ MCD::OPC_FilterValue, 0, 165, 0, 0, // Skip to: 5449 /* 5284 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5287 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5309 /* 5292 */ MCD::OPC_CheckPredicate, 22, 7, 79, 0, // Skip to: 25528 /* 5297 */ MCD::OPC_CheckField, 7, 1, 0, 0, 79, 0, // Skip to: 25528 /* 5304 */ MCD::OPC_Decode, 163, 8, 136, 1, // Opcode: MVE_VLDRWU32_post /* 5309 */ MCD::OPC_FilterValue, 15, 246, 78, 0, // Skip to: 25528 /* 5314 */ MCD::OPC_ExtractField, 0, 8, // Inst{7-0} ... /* 5317 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5339 /* 5322 */ MCD::OPC_CheckPredicate, 22, 233, 78, 0, // Skip to: 25528 /* 5327 */ MCD::OPC_CheckField, 23, 1, 1, 226, 78, 0, // Skip to: 25528 /* 5334 */ MCD::OPC_Decode, 218, 7, 128, 1, // Opcode: MVE_VLD20_32_wb /* 5339 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5361 /* 5344 */ MCD::OPC_CheckPredicate, 22, 211, 78, 0, // Skip to: 25528 /* 5349 */ MCD::OPC_CheckField, 23, 1, 1, 204, 78, 0, // Skip to: 25528 /* 5356 */ MCD::OPC_Decode, 230, 7, 129, 1, // Opcode: MVE_VLD40_32_wb /* 5361 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 5383 /* 5366 */ MCD::OPC_CheckPredicate, 22, 189, 78, 0, // Skip to: 25528 /* 5371 */ MCD::OPC_CheckField, 23, 1, 1, 182, 78, 0, // Skip to: 25528 /* 5378 */ MCD::OPC_Decode, 224, 7, 128, 1, // Opcode: MVE_VLD21_32_wb /* 5383 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 5405 /* 5388 */ MCD::OPC_CheckPredicate, 22, 167, 78, 0, // Skip to: 25528 /* 5393 */ MCD::OPC_CheckField, 23, 1, 1, 160, 78, 0, // Skip to: 25528 /* 5400 */ MCD::OPC_Decode, 236, 7, 129, 1, // Opcode: MVE_VLD41_32_wb /* 5405 */ MCD::OPC_FilterValue, 65, 17, 0, 0, // Skip to: 5427 /* 5410 */ MCD::OPC_CheckPredicate, 22, 145, 78, 0, // Skip to: 25528 /* 5415 */ MCD::OPC_CheckField, 23, 1, 1, 138, 78, 0, // Skip to: 25528 /* 5422 */ MCD::OPC_Decode, 242, 7, 129, 1, // Opcode: MVE_VLD42_32_wb /* 5427 */ MCD::OPC_FilterValue, 97, 128, 78, 0, // Skip to: 25528 /* 5432 */ MCD::OPC_CheckPredicate, 22, 123, 78, 0, // Skip to: 25528 /* 5437 */ MCD::OPC_CheckField, 23, 1, 1, 116, 78, 0, // Skip to: 25528 /* 5444 */ MCD::OPC_Decode, 248, 7, 129, 1, // Opcode: MVE_VLD43_32_wb /* 5449 */ MCD::OPC_FilterValue, 1, 106, 78, 0, // Skip to: 25528 /* 5454 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5457 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5479 /* 5462 */ MCD::OPC_CheckPredicate, 22, 93, 78, 0, // Skip to: 25528 /* 5467 */ MCD::OPC_CheckField, 7, 1, 0, 86, 78, 0, // Skip to: 25528 /* 5474 */ MCD::OPC_Decode, 164, 8, 134, 1, // Opcode: MVE_VLDRWU32_pre /* 5479 */ MCD::OPC_FilterValue, 15, 76, 78, 0, // Skip to: 25528 /* 5484 */ MCD::OPC_CheckPredicate, 22, 71, 78, 0, // Skip to: 25528 /* 5489 */ MCD::OPC_CheckField, 16, 1, 0, 64, 78, 0, // Skip to: 25528 /* 5496 */ MCD::OPC_CheckField, 7, 1, 0, 57, 78, 0, // Skip to: 25528 /* 5503 */ MCD::OPC_Decode, 144, 8, 135, 1, // Opcode: MVE_VLDRDU64_qi_pre /* 5508 */ MCD::OPC_FilterValue, 7, 47, 78, 0, // Skip to: 25528 /* 5513 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 5516 */ MCD::OPC_FilterValue, 0, 19, 29, 0, // Skip to: 12964 /* 5521 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 5524 */ MCD::OPC_FilterValue, 11, 195, 0, 0, // Skip to: 5724 /* 5529 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5532 */ MCD::OPC_FilterValue, 0, 91, 0, 0, // Skip to: 5628 /* 5537 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 5540 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 5599 /* 5545 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... /* 5548 */ MCD::OPC_FilterValue, 16, 24, 0, 0, // Skip to: 5577 /* 5553 */ MCD::OPC_CheckPredicate, 25, 2, 78, 0, // Skip to: 25528 /* 5558 */ MCD::OPC_CheckField, 28, 4, 14, 251, 77, 0, // Skip to: 25528 /* 5565 */ MCD::OPC_CheckField, 6, 1, 0, 244, 77, 0, // Skip to: 25528 /* 5572 */ MCD::OPC_Decode, 175, 9, 137, 1, // Opcode: MVE_VMOV_to_lane_32 /* 5577 */ MCD::OPC_FilterValue, 48, 234, 77, 0, // Skip to: 25528 /* 5582 */ MCD::OPC_CheckPredicate, 23, 229, 77, 0, // Skip to: 25528 /* 5587 */ MCD::OPC_CheckField, 28, 4, 14, 222, 77, 0, // Skip to: 25528 /* 5594 */ MCD::OPC_Decode, 174, 9, 138, 1, // Opcode: MVE_VMOV_to_lane_16 /* 5599 */ MCD::OPC_FilterValue, 1, 212, 77, 0, // Skip to: 25528 /* 5604 */ MCD::OPC_CheckPredicate, 23, 207, 77, 0, // Skip to: 25528 /* 5609 */ MCD::OPC_CheckField, 28, 4, 14, 200, 77, 0, // Skip to: 25528 /* 5616 */ MCD::OPC_CheckField, 0, 5, 16, 193, 77, 0, // Skip to: 25528 /* 5623 */ MCD::OPC_Decode, 176, 9, 139, 1, // Opcode: MVE_VMOV_to_lane_8 /* 5628 */ MCD::OPC_FilterValue, 1, 183, 77, 0, // Skip to: 25528 /* 5633 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 5636 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 5695 /* 5641 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... /* 5644 */ MCD::OPC_FilterValue, 16, 24, 0, 0, // Skip to: 5673 /* 5649 */ MCD::OPC_CheckPredicate, 25, 162, 77, 0, // Skip to: 25528 /* 5654 */ MCD::OPC_CheckField, 28, 4, 14, 155, 77, 0, // Skip to: 25528 /* 5661 */ MCD::OPC_CheckField, 6, 1, 0, 148, 77, 0, // Skip to: 25528 /* 5668 */ MCD::OPC_Decode, 167, 9, 140, 1, // Opcode: MVE_VMOV_from_lane_32 /* 5673 */ MCD::OPC_FilterValue, 48, 138, 77, 0, // Skip to: 25528 /* 5678 */ MCD::OPC_CheckPredicate, 23, 133, 77, 0, // Skip to: 25528 /* 5683 */ MCD::OPC_CheckField, 28, 4, 14, 126, 77, 0, // Skip to: 25528 /* 5690 */ MCD::OPC_Decode, 168, 9, 141, 1, // Opcode: MVE_VMOV_from_lane_s16 /* 5695 */ MCD::OPC_FilterValue, 1, 116, 77, 0, // Skip to: 25528 /* 5700 */ MCD::OPC_CheckPredicate, 23, 111, 77, 0, // Skip to: 25528 /* 5705 */ MCD::OPC_CheckField, 28, 4, 14, 104, 77, 0, // Skip to: 25528 /* 5712 */ MCD::OPC_CheckField, 0, 5, 16, 97, 77, 0, // Skip to: 25528 /* 5719 */ MCD::OPC_Decode, 169, 9, 142, 1, // Opcode: MVE_VMOV_from_lane_s8 /* 5724 */ MCD::OPC_FilterValue, 14, 15, 17, 0, // Skip to: 10096 /* 5729 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 5732 */ MCD::OPC_FilterValue, 0, 3, 3, 0, // Skip to: 6508 /* 5737 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5740 */ MCD::OPC_FilterValue, 0, 211, 1, 0, // Skip to: 6212 /* 5745 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 5748 */ MCD::OPC_FilterValue, 0, 227, 0, 0, // Skip to: 5980 /* 5753 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 5756 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 5868 /* 5761 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 5764 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 5816 /* 5769 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5772 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5794 /* 5777 */ MCD::OPC_CheckPredicate, 22, 34, 77, 0, // Skip to: 25528 /* 5782 */ MCD::OPC_CheckField, 4, 1, 0, 27, 77, 0, // Skip to: 25528 /* 5789 */ MCD::OPC_Decode, 147, 10, 143, 1, // Opcode: MVE_VQDMLADHs8 /* 5794 */ MCD::OPC_FilterValue, 15, 17, 77, 0, // Skip to: 25528 /* 5799 */ MCD::OPC_CheckPredicate, 22, 12, 77, 0, // Skip to: 25528 /* 5804 */ MCD::OPC_CheckField, 4, 1, 0, 5, 77, 0, // Skip to: 25528 /* 5811 */ MCD::OPC_Decode, 159, 10, 143, 1, // Opcode: MVE_VQDMLSDHs8 /* 5816 */ MCD::OPC_FilterValue, 1, 251, 76, 0, // Skip to: 25528 /* 5821 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5824 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5846 /* 5829 */ MCD::OPC_CheckPredicate, 22, 238, 76, 0, // Skip to: 25528 /* 5834 */ MCD::OPC_CheckField, 4, 1, 0, 231, 76, 0, // Skip to: 25528 /* 5841 */ MCD::OPC_Decode, 192, 9, 144, 1, // Opcode: MVE_VMULLBs8 /* 5846 */ MCD::OPC_FilterValue, 15, 221, 76, 0, // Skip to: 25528 /* 5851 */ MCD::OPC_CheckPredicate, 22, 216, 76, 0, // Skip to: 25528 /* 5856 */ MCD::OPC_CheckField, 4, 1, 0, 209, 76, 0, // Skip to: 25528 /* 5863 */ MCD::OPC_Decode, 195, 9, 144, 1, // Opcode: MVE_VMULLBu8 /* 5868 */ MCD::OPC_FilterValue, 1, 199, 76, 0, // Skip to: 25528 /* 5873 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 5876 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 5928 /* 5881 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5884 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5906 /* 5889 */ MCD::OPC_CheckPredicate, 22, 178, 76, 0, // Skip to: 25528 /* 5894 */ MCD::OPC_CheckField, 4, 1, 0, 171, 76, 0, // Skip to: 25528 /* 5901 */ MCD::OPC_Decode, 144, 10, 143, 1, // Opcode: MVE_VQDMLADHXs8 /* 5906 */ MCD::OPC_FilterValue, 15, 161, 76, 0, // Skip to: 25528 /* 5911 */ MCD::OPC_CheckPredicate, 22, 156, 76, 0, // Skip to: 25528 /* 5916 */ MCD::OPC_CheckField, 4, 1, 0, 149, 76, 0, // Skip to: 25528 /* 5923 */ MCD::OPC_Decode, 156, 10, 143, 1, // Opcode: MVE_VQDMLSDHXs8 /* 5928 */ MCD::OPC_FilterValue, 1, 139, 76, 0, // Skip to: 25528 /* 5933 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 5936 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 5958 /* 5941 */ MCD::OPC_CheckPredicate, 22, 126, 76, 0, // Skip to: 25528 /* 5946 */ MCD::OPC_CheckField, 4, 1, 0, 119, 76, 0, // Skip to: 25528 /* 5953 */ MCD::OPC_Decode, 200, 9, 144, 1, // Opcode: MVE_VMULLTs8 /* 5958 */ MCD::OPC_FilterValue, 15, 109, 76, 0, // Skip to: 25528 /* 5963 */ MCD::OPC_CheckPredicate, 22, 104, 76, 0, // Skip to: 25528 /* 5968 */ MCD::OPC_CheckField, 4, 1, 0, 97, 76, 0, // Skip to: 25528 /* 5975 */ MCD::OPC_Decode, 203, 9, 144, 1, // Opcode: MVE_VMULLTu8 /* 5980 */ MCD::OPC_FilterValue, 1, 87, 76, 0, // Skip to: 25528 /* 5985 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 5988 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 6100 /* 5993 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 5996 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6048 /* 6001 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6004 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6026 /* 6009 */ MCD::OPC_CheckPredicate, 22, 58, 76, 0, // Skip to: 25528 /* 6014 */ MCD::OPC_CheckField, 4, 1, 0, 51, 76, 0, // Skip to: 25528 /* 6021 */ MCD::OPC_Decode, 194, 10, 143, 1, // Opcode: MVE_VQRDMLADHs8 /* 6026 */ MCD::OPC_FilterValue, 15, 41, 76, 0, // Skip to: 25528 /* 6031 */ MCD::OPC_CheckPredicate, 22, 36, 76, 0, // Skip to: 25528 /* 6036 */ MCD::OPC_CheckField, 4, 1, 0, 29, 76, 0, // Skip to: 25528 /* 6043 */ MCD::OPC_Decode, 206, 10, 143, 1, // Opcode: MVE_VQRDMLSDHs8 /* 6048 */ MCD::OPC_FilterValue, 1, 19, 76, 0, // Skip to: 25528 /* 6053 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6056 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6078 /* 6061 */ MCD::OPC_CheckPredicate, 22, 6, 76, 0, // Skip to: 25528 /* 6066 */ MCD::OPC_CheckField, 4, 1, 0, 255, 75, 0, // Skip to: 25528 /* 6073 */ MCD::OPC_Decode, 184, 9, 144, 1, // Opcode: MVE_VMULHs8 /* 6078 */ MCD::OPC_FilterValue, 15, 245, 75, 0, // Skip to: 25528 /* 6083 */ MCD::OPC_CheckPredicate, 22, 240, 75, 0, // Skip to: 25528 /* 6088 */ MCD::OPC_CheckField, 4, 1, 0, 233, 75, 0, // Skip to: 25528 /* 6095 */ MCD::OPC_Decode, 187, 9, 144, 1, // Opcode: MVE_VMULHu8 /* 6100 */ MCD::OPC_FilterValue, 1, 223, 75, 0, // Skip to: 25528 /* 6105 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6108 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6160 /* 6113 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6116 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6138 /* 6121 */ MCD::OPC_CheckPredicate, 22, 202, 75, 0, // Skip to: 25528 /* 6126 */ MCD::OPC_CheckField, 4, 1, 0, 195, 75, 0, // Skip to: 25528 /* 6133 */ MCD::OPC_Decode, 191, 10, 143, 1, // Opcode: MVE_VQRDMLADHXs8 /* 6138 */ MCD::OPC_FilterValue, 15, 185, 75, 0, // Skip to: 25528 /* 6143 */ MCD::OPC_CheckPredicate, 22, 180, 75, 0, // Skip to: 25528 /* 6148 */ MCD::OPC_CheckField, 4, 1, 0, 173, 75, 0, // Skip to: 25528 /* 6155 */ MCD::OPC_Decode, 203, 10, 143, 1, // Opcode: MVE_VQRDMLSDHXs8 /* 6160 */ MCD::OPC_FilterValue, 1, 163, 75, 0, // Skip to: 25528 /* 6165 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6168 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6190 /* 6173 */ MCD::OPC_CheckPredicate, 22, 150, 75, 0, // Skip to: 25528 /* 6178 */ MCD::OPC_CheckField, 4, 1, 0, 143, 75, 0, // Skip to: 25528 /* 6185 */ MCD::OPC_Decode, 190, 11, 144, 1, // Opcode: MVE_VRMULHs8 /* 6190 */ MCD::OPC_FilterValue, 15, 133, 75, 0, // Skip to: 25528 /* 6195 */ MCD::OPC_CheckPredicate, 22, 128, 75, 0, // Skip to: 25528 /* 6200 */ MCD::OPC_CheckField, 4, 1, 0, 121, 75, 0, // Skip to: 25528 /* 6207 */ MCD::OPC_Decode, 193, 11, 144, 1, // Opcode: MVE_VRMULHu8 /* 6212 */ MCD::OPC_FilterValue, 1, 111, 75, 0, // Skip to: 25528 /* 6217 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 6220 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 6364 /* 6225 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 6228 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 6296 /* 6233 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6236 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6258 /* 6241 */ MCD::OPC_CheckPredicate, 22, 82, 75, 0, // Skip to: 25528 /* 6246 */ MCD::OPC_CheckField, 28, 4, 14, 75, 75, 0, // Skip to: 25528 /* 6253 */ MCD::OPC_Decode, 197, 10, 145, 1, // Opcode: MVE_VQRDMLAH_qrs8 /* 6258 */ MCD::OPC_FilterValue, 1, 65, 75, 0, // Skip to: 25528 /* 6263 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6266 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 6281 /* 6271 */ MCD::OPC_CheckPredicate, 22, 52, 75, 0, // Skip to: 25528 /* 6276 */ MCD::OPC_Decode, 131, 9, 145, 1, // Opcode: MVE_VMLA_qr_s8 /* 6281 */ MCD::OPC_FilterValue, 15, 42, 75, 0, // Skip to: 25528 /* 6286 */ MCD::OPC_CheckPredicate, 22, 37, 75, 0, // Skip to: 25528 /* 6291 */ MCD::OPC_Decode, 134, 9, 145, 1, // Opcode: MVE_VMLA_qr_u8 /* 6296 */ MCD::OPC_FilterValue, 1, 27, 75, 0, // Skip to: 25528 /* 6301 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6304 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6326 /* 6309 */ MCD::OPC_CheckPredicate, 22, 14, 75, 0, // Skip to: 25528 /* 6314 */ MCD::OPC_CheckField, 28, 4, 14, 7, 75, 0, // Skip to: 25528 /* 6321 */ MCD::OPC_Decode, 200, 10, 145, 1, // Opcode: MVE_VQRDMLASH_qrs8 /* 6326 */ MCD::OPC_FilterValue, 1, 253, 74, 0, // Skip to: 25528 /* 6331 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6334 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 6349 /* 6339 */ MCD::OPC_CheckPredicate, 22, 240, 74, 0, // Skip to: 25528 /* 6344 */ MCD::OPC_Decode, 253, 8, 145, 1, // Opcode: MVE_VMLAS_qr_s8 /* 6349 */ MCD::OPC_FilterValue, 15, 230, 74, 0, // Skip to: 25528 /* 6354 */ MCD::OPC_CheckPredicate, 22, 225, 74, 0, // Skip to: 25528 /* 6359 */ MCD::OPC_Decode, 128, 9, 145, 1, // Opcode: MVE_VMLAS_qr_u8 /* 6364 */ MCD::OPC_FilterValue, 2, 215, 74, 0, // Skip to: 25528 /* 6369 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 6372 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 6440 /* 6377 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6380 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6402 /* 6385 */ MCD::OPC_CheckPredicate, 22, 194, 74, 0, // Skip to: 25528 /* 6390 */ MCD::OPC_CheckField, 28, 4, 14, 187, 74, 0, // Skip to: 25528 /* 6397 */ MCD::OPC_Decode, 150, 10, 145, 1, // Opcode: MVE_VQDMLAH_qrs8 /* 6402 */ MCD::OPC_FilterValue, 1, 177, 74, 0, // Skip to: 25528 /* 6407 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6410 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 6425 /* 6415 */ MCD::OPC_CheckPredicate, 22, 164, 74, 0, // Skip to: 25528 /* 6420 */ MCD::OPC_Decode, 162, 10, 146, 1, // Opcode: MVE_VQDMULH_qr_s8 /* 6425 */ MCD::OPC_FilterValue, 15, 154, 74, 0, // Skip to: 25528 /* 6430 */ MCD::OPC_CheckPredicate, 22, 149, 74, 0, // Skip to: 25528 /* 6435 */ MCD::OPC_Decode, 209, 10, 146, 1, // Opcode: MVE_VQRDMULH_qr_s8 /* 6440 */ MCD::OPC_FilterValue, 1, 139, 74, 0, // Skip to: 25528 /* 6445 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6448 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6470 /* 6453 */ MCD::OPC_CheckPredicate, 22, 126, 74, 0, // Skip to: 25528 /* 6458 */ MCD::OPC_CheckField, 28, 4, 14, 119, 74, 0, // Skip to: 25528 /* 6465 */ MCD::OPC_Decode, 153, 10, 145, 1, // Opcode: MVE_VQDMLASH_qrs8 /* 6470 */ MCD::OPC_FilterValue, 1, 109, 74, 0, // Skip to: 25528 /* 6475 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6478 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 6493 /* 6483 */ MCD::OPC_CheckPredicate, 22, 96, 74, 0, // Skip to: 25528 /* 6488 */ MCD::OPC_Decode, 208, 9, 146, 1, // Opcode: MVE_VMUL_qr_i8 /* 6493 */ MCD::OPC_FilterValue, 15, 86, 74, 0, // Skip to: 25528 /* 6498 */ MCD::OPC_CheckPredicate, 22, 81, 74, 0, // Skip to: 25528 /* 6503 */ MCD::OPC_Decode, 214, 6, 146, 1, // Opcode: MVE_VBRSR8 /* 6508 */ MCD::OPC_FilterValue, 1, 3, 3, 0, // Skip to: 7284 /* 6513 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6516 */ MCD::OPC_FilterValue, 0, 211, 1, 0, // Skip to: 6988 /* 6521 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 6524 */ MCD::OPC_FilterValue, 0, 227, 0, 0, // Skip to: 6756 /* 6529 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 6532 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 6644 /* 6537 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6540 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6592 /* 6545 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6548 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6570 /* 6553 */ MCD::OPC_CheckPredicate, 22, 26, 74, 0, // Skip to: 25528 /* 6558 */ MCD::OPC_CheckField, 4, 1, 0, 19, 74, 0, // Skip to: 25528 /* 6565 */ MCD::OPC_Decode, 145, 10, 143, 1, // Opcode: MVE_VQDMLADHs16 /* 6570 */ MCD::OPC_FilterValue, 15, 9, 74, 0, // Skip to: 25528 /* 6575 */ MCD::OPC_CheckPredicate, 22, 4, 74, 0, // Skip to: 25528 /* 6580 */ MCD::OPC_CheckField, 4, 1, 0, 253, 73, 0, // Skip to: 25528 /* 6587 */ MCD::OPC_Decode, 157, 10, 143, 1, // Opcode: MVE_VQDMLSDHs16 /* 6592 */ MCD::OPC_FilterValue, 1, 243, 73, 0, // Skip to: 25528 /* 6597 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6600 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6622 /* 6605 */ MCD::OPC_CheckPredicate, 22, 230, 73, 0, // Skip to: 25528 /* 6610 */ MCD::OPC_CheckField, 4, 1, 0, 223, 73, 0, // Skip to: 25528 /* 6617 */ MCD::OPC_Decode, 190, 9, 144, 1, // Opcode: MVE_VMULLBs16 /* 6622 */ MCD::OPC_FilterValue, 15, 213, 73, 0, // Skip to: 25528 /* 6627 */ MCD::OPC_CheckPredicate, 22, 208, 73, 0, // Skip to: 25528 /* 6632 */ MCD::OPC_CheckField, 4, 1, 0, 201, 73, 0, // Skip to: 25528 /* 6639 */ MCD::OPC_Decode, 193, 9, 144, 1, // Opcode: MVE_VMULLBu16 /* 6644 */ MCD::OPC_FilterValue, 1, 191, 73, 0, // Skip to: 25528 /* 6649 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6652 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6704 /* 6657 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6660 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6682 /* 6665 */ MCD::OPC_CheckPredicate, 22, 170, 73, 0, // Skip to: 25528 /* 6670 */ MCD::OPC_CheckField, 4, 1, 0, 163, 73, 0, // Skip to: 25528 /* 6677 */ MCD::OPC_Decode, 142, 10, 143, 1, // Opcode: MVE_VQDMLADHXs16 /* 6682 */ MCD::OPC_FilterValue, 15, 153, 73, 0, // Skip to: 25528 /* 6687 */ MCD::OPC_CheckPredicate, 22, 148, 73, 0, // Skip to: 25528 /* 6692 */ MCD::OPC_CheckField, 4, 1, 0, 141, 73, 0, // Skip to: 25528 /* 6699 */ MCD::OPC_Decode, 154, 10, 143, 1, // Opcode: MVE_VQDMLSDHXs16 /* 6704 */ MCD::OPC_FilterValue, 1, 131, 73, 0, // Skip to: 25528 /* 6709 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6712 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6734 /* 6717 */ MCD::OPC_CheckPredicate, 22, 118, 73, 0, // Skip to: 25528 /* 6722 */ MCD::OPC_CheckField, 4, 1, 0, 111, 73, 0, // Skip to: 25528 /* 6729 */ MCD::OPC_Decode, 198, 9, 144, 1, // Opcode: MVE_VMULLTs16 /* 6734 */ MCD::OPC_FilterValue, 15, 101, 73, 0, // Skip to: 25528 /* 6739 */ MCD::OPC_CheckPredicate, 22, 96, 73, 0, // Skip to: 25528 /* 6744 */ MCD::OPC_CheckField, 4, 1, 0, 89, 73, 0, // Skip to: 25528 /* 6751 */ MCD::OPC_Decode, 201, 9, 144, 1, // Opcode: MVE_VMULLTu16 /* 6756 */ MCD::OPC_FilterValue, 1, 79, 73, 0, // Skip to: 25528 /* 6761 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 6764 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 6876 /* 6769 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6772 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6824 /* 6777 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6780 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6802 /* 6785 */ MCD::OPC_CheckPredicate, 22, 50, 73, 0, // Skip to: 25528 /* 6790 */ MCD::OPC_CheckField, 4, 1, 0, 43, 73, 0, // Skip to: 25528 /* 6797 */ MCD::OPC_Decode, 192, 10, 143, 1, // Opcode: MVE_VQRDMLADHs16 /* 6802 */ MCD::OPC_FilterValue, 15, 33, 73, 0, // Skip to: 25528 /* 6807 */ MCD::OPC_CheckPredicate, 22, 28, 73, 0, // Skip to: 25528 /* 6812 */ MCD::OPC_CheckField, 4, 1, 0, 21, 73, 0, // Skip to: 25528 /* 6819 */ MCD::OPC_Decode, 204, 10, 143, 1, // Opcode: MVE_VQRDMLSDHs16 /* 6824 */ MCD::OPC_FilterValue, 1, 11, 73, 0, // Skip to: 25528 /* 6829 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6832 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6854 /* 6837 */ MCD::OPC_CheckPredicate, 22, 254, 72, 0, // Skip to: 25528 /* 6842 */ MCD::OPC_CheckField, 4, 1, 0, 247, 72, 0, // Skip to: 25528 /* 6849 */ MCD::OPC_Decode, 182, 9, 144, 1, // Opcode: MVE_VMULHs16 /* 6854 */ MCD::OPC_FilterValue, 15, 237, 72, 0, // Skip to: 25528 /* 6859 */ MCD::OPC_CheckPredicate, 22, 232, 72, 0, // Skip to: 25528 /* 6864 */ MCD::OPC_CheckField, 4, 1, 0, 225, 72, 0, // Skip to: 25528 /* 6871 */ MCD::OPC_Decode, 185, 9, 144, 1, // Opcode: MVE_VMULHu16 /* 6876 */ MCD::OPC_FilterValue, 1, 215, 72, 0, // Skip to: 25528 /* 6881 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 6884 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 6936 /* 6889 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6892 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6914 /* 6897 */ MCD::OPC_CheckPredicate, 22, 194, 72, 0, // Skip to: 25528 /* 6902 */ MCD::OPC_CheckField, 4, 1, 0, 187, 72, 0, // Skip to: 25528 /* 6909 */ MCD::OPC_Decode, 189, 10, 143, 1, // Opcode: MVE_VQRDMLADHXs16 /* 6914 */ MCD::OPC_FilterValue, 15, 177, 72, 0, // Skip to: 25528 /* 6919 */ MCD::OPC_CheckPredicate, 22, 172, 72, 0, // Skip to: 25528 /* 6924 */ MCD::OPC_CheckField, 4, 1, 0, 165, 72, 0, // Skip to: 25528 /* 6931 */ MCD::OPC_Decode, 201, 10, 143, 1, // Opcode: MVE_VQRDMLSDHXs16 /* 6936 */ MCD::OPC_FilterValue, 1, 155, 72, 0, // Skip to: 25528 /* 6941 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 6944 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 6966 /* 6949 */ MCD::OPC_CheckPredicate, 22, 142, 72, 0, // Skip to: 25528 /* 6954 */ MCD::OPC_CheckField, 4, 1, 0, 135, 72, 0, // Skip to: 25528 /* 6961 */ MCD::OPC_Decode, 188, 11, 144, 1, // Opcode: MVE_VRMULHs16 /* 6966 */ MCD::OPC_FilterValue, 15, 125, 72, 0, // Skip to: 25528 /* 6971 */ MCD::OPC_CheckPredicate, 22, 120, 72, 0, // Skip to: 25528 /* 6976 */ MCD::OPC_CheckField, 4, 1, 0, 113, 72, 0, // Skip to: 25528 /* 6983 */ MCD::OPC_Decode, 191, 11, 144, 1, // Opcode: MVE_VRMULHu16 /* 6988 */ MCD::OPC_FilterValue, 1, 103, 72, 0, // Skip to: 25528 /* 6993 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 6996 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 7140 /* 7001 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7004 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 7072 /* 7009 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7012 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7034 /* 7017 */ MCD::OPC_CheckPredicate, 22, 74, 72, 0, // Skip to: 25528 /* 7022 */ MCD::OPC_CheckField, 28, 4, 14, 67, 72, 0, // Skip to: 25528 /* 7029 */ MCD::OPC_Decode, 195, 10, 145, 1, // Opcode: MVE_VQRDMLAH_qrs16 /* 7034 */ MCD::OPC_FilterValue, 1, 57, 72, 0, // Skip to: 25528 /* 7039 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7042 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7057 /* 7047 */ MCD::OPC_CheckPredicate, 22, 44, 72, 0, // Skip to: 25528 /* 7052 */ MCD::OPC_Decode, 129, 9, 145, 1, // Opcode: MVE_VMLA_qr_s16 /* 7057 */ MCD::OPC_FilterValue, 15, 34, 72, 0, // Skip to: 25528 /* 7062 */ MCD::OPC_CheckPredicate, 22, 29, 72, 0, // Skip to: 25528 /* 7067 */ MCD::OPC_Decode, 132, 9, 145, 1, // Opcode: MVE_VMLA_qr_u16 /* 7072 */ MCD::OPC_FilterValue, 1, 19, 72, 0, // Skip to: 25528 /* 7077 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7080 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7102 /* 7085 */ MCD::OPC_CheckPredicate, 22, 6, 72, 0, // Skip to: 25528 /* 7090 */ MCD::OPC_CheckField, 28, 4, 14, 255, 71, 0, // Skip to: 25528 /* 7097 */ MCD::OPC_Decode, 198, 10, 145, 1, // Opcode: MVE_VQRDMLASH_qrs16 /* 7102 */ MCD::OPC_FilterValue, 1, 245, 71, 0, // Skip to: 25528 /* 7107 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7110 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7125 /* 7115 */ MCD::OPC_CheckPredicate, 22, 232, 71, 0, // Skip to: 25528 /* 7120 */ MCD::OPC_Decode, 251, 8, 145, 1, // Opcode: MVE_VMLAS_qr_s16 /* 7125 */ MCD::OPC_FilterValue, 15, 222, 71, 0, // Skip to: 25528 /* 7130 */ MCD::OPC_CheckPredicate, 22, 217, 71, 0, // Skip to: 25528 /* 7135 */ MCD::OPC_Decode, 254, 8, 145, 1, // Opcode: MVE_VMLAS_qr_u16 /* 7140 */ MCD::OPC_FilterValue, 2, 207, 71, 0, // Skip to: 25528 /* 7145 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7148 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 7216 /* 7153 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7156 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7178 /* 7161 */ MCD::OPC_CheckPredicate, 22, 186, 71, 0, // Skip to: 25528 /* 7166 */ MCD::OPC_CheckField, 28, 4, 14, 179, 71, 0, // Skip to: 25528 /* 7173 */ MCD::OPC_Decode, 148, 10, 145, 1, // Opcode: MVE_VQDMLAH_qrs16 /* 7178 */ MCD::OPC_FilterValue, 1, 169, 71, 0, // Skip to: 25528 /* 7183 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7186 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7201 /* 7191 */ MCD::OPC_CheckPredicate, 22, 156, 71, 0, // Skip to: 25528 /* 7196 */ MCD::OPC_Decode, 160, 10, 146, 1, // Opcode: MVE_VQDMULH_qr_s16 /* 7201 */ MCD::OPC_FilterValue, 15, 146, 71, 0, // Skip to: 25528 /* 7206 */ MCD::OPC_CheckPredicate, 22, 141, 71, 0, // Skip to: 25528 /* 7211 */ MCD::OPC_Decode, 207, 10, 146, 1, // Opcode: MVE_VQRDMULH_qr_s16 /* 7216 */ MCD::OPC_FilterValue, 1, 131, 71, 0, // Skip to: 25528 /* 7221 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7224 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7246 /* 7229 */ MCD::OPC_CheckPredicate, 22, 118, 71, 0, // Skip to: 25528 /* 7234 */ MCD::OPC_CheckField, 28, 4, 14, 111, 71, 0, // Skip to: 25528 /* 7241 */ MCD::OPC_Decode, 151, 10, 145, 1, // Opcode: MVE_VQDMLASH_qrs16 /* 7246 */ MCD::OPC_FilterValue, 1, 101, 71, 0, // Skip to: 25528 /* 7251 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7254 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7269 /* 7259 */ MCD::OPC_CheckPredicate, 22, 88, 71, 0, // Skip to: 25528 /* 7264 */ MCD::OPC_Decode, 206, 9, 146, 1, // Opcode: MVE_VMUL_qr_i16 /* 7269 */ MCD::OPC_FilterValue, 15, 78, 71, 0, // Skip to: 25528 /* 7274 */ MCD::OPC_CheckPredicate, 22, 73, 71, 0, // Skip to: 25528 /* 7279 */ MCD::OPC_Decode, 212, 6, 146, 1, // Opcode: MVE_VBRSR16 /* 7284 */ MCD::OPC_FilterValue, 2, 3, 3, 0, // Skip to: 8060 /* 7289 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 7292 */ MCD::OPC_FilterValue, 0, 211, 1, 0, // Skip to: 7764 /* 7297 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 7300 */ MCD::OPC_FilterValue, 0, 227, 0, 0, // Skip to: 7532 /* 7305 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7308 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 7420 /* 7313 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7316 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 7368 /* 7321 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7324 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7346 /* 7329 */ MCD::OPC_CheckPredicate, 22, 18, 71, 0, // Skip to: 25528 /* 7334 */ MCD::OPC_CheckField, 4, 1, 0, 11, 71, 0, // Skip to: 25528 /* 7341 */ MCD::OPC_Decode, 146, 10, 143, 1, // Opcode: MVE_VQDMLADHs32 /* 7346 */ MCD::OPC_FilterValue, 15, 1, 71, 0, // Skip to: 25528 /* 7351 */ MCD::OPC_CheckPredicate, 22, 252, 70, 0, // Skip to: 25528 /* 7356 */ MCD::OPC_CheckField, 4, 1, 0, 245, 70, 0, // Skip to: 25528 /* 7363 */ MCD::OPC_Decode, 158, 10, 143, 1, // Opcode: MVE_VQDMLSDHs32 /* 7368 */ MCD::OPC_FilterValue, 1, 235, 70, 0, // Skip to: 25528 /* 7373 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7376 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7398 /* 7381 */ MCD::OPC_CheckPredicate, 22, 222, 70, 0, // Skip to: 25528 /* 7386 */ MCD::OPC_CheckField, 4, 1, 0, 215, 70, 0, // Skip to: 25528 /* 7393 */ MCD::OPC_Decode, 191, 9, 144, 1, // Opcode: MVE_VMULLBs32 /* 7398 */ MCD::OPC_FilterValue, 15, 205, 70, 0, // Skip to: 25528 /* 7403 */ MCD::OPC_CheckPredicate, 22, 200, 70, 0, // Skip to: 25528 /* 7408 */ MCD::OPC_CheckField, 4, 1, 0, 193, 70, 0, // Skip to: 25528 /* 7415 */ MCD::OPC_Decode, 194, 9, 144, 1, // Opcode: MVE_VMULLBu32 /* 7420 */ MCD::OPC_FilterValue, 1, 183, 70, 0, // Skip to: 25528 /* 7425 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7428 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 7480 /* 7433 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7436 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7458 /* 7441 */ MCD::OPC_CheckPredicate, 22, 162, 70, 0, // Skip to: 25528 /* 7446 */ MCD::OPC_CheckField, 4, 1, 0, 155, 70, 0, // Skip to: 25528 /* 7453 */ MCD::OPC_Decode, 143, 10, 143, 1, // Opcode: MVE_VQDMLADHXs32 /* 7458 */ MCD::OPC_FilterValue, 15, 145, 70, 0, // Skip to: 25528 /* 7463 */ MCD::OPC_CheckPredicate, 22, 140, 70, 0, // Skip to: 25528 /* 7468 */ MCD::OPC_CheckField, 4, 1, 0, 133, 70, 0, // Skip to: 25528 /* 7475 */ MCD::OPC_Decode, 155, 10, 143, 1, // Opcode: MVE_VQDMLSDHXs32 /* 7480 */ MCD::OPC_FilterValue, 1, 123, 70, 0, // Skip to: 25528 /* 7485 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7488 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7510 /* 7493 */ MCD::OPC_CheckPredicate, 22, 110, 70, 0, // Skip to: 25528 /* 7498 */ MCD::OPC_CheckField, 4, 1, 0, 103, 70, 0, // Skip to: 25528 /* 7505 */ MCD::OPC_Decode, 199, 9, 144, 1, // Opcode: MVE_VMULLTs32 /* 7510 */ MCD::OPC_FilterValue, 15, 93, 70, 0, // Skip to: 25528 /* 7515 */ MCD::OPC_CheckPredicate, 22, 88, 70, 0, // Skip to: 25528 /* 7520 */ MCD::OPC_CheckField, 4, 1, 0, 81, 70, 0, // Skip to: 25528 /* 7527 */ MCD::OPC_Decode, 202, 9, 144, 1, // Opcode: MVE_VMULLTu32 /* 7532 */ MCD::OPC_FilterValue, 1, 71, 70, 0, // Skip to: 25528 /* 7537 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7540 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 7652 /* 7545 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7548 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 7600 /* 7553 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7556 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7578 /* 7561 */ MCD::OPC_CheckPredicate, 22, 42, 70, 0, // Skip to: 25528 /* 7566 */ MCD::OPC_CheckField, 4, 1, 0, 35, 70, 0, // Skip to: 25528 /* 7573 */ MCD::OPC_Decode, 193, 10, 143, 1, // Opcode: MVE_VQRDMLADHs32 /* 7578 */ MCD::OPC_FilterValue, 15, 25, 70, 0, // Skip to: 25528 /* 7583 */ MCD::OPC_CheckPredicate, 22, 20, 70, 0, // Skip to: 25528 /* 7588 */ MCD::OPC_CheckField, 4, 1, 0, 13, 70, 0, // Skip to: 25528 /* 7595 */ MCD::OPC_Decode, 205, 10, 143, 1, // Opcode: MVE_VQRDMLSDHs32 /* 7600 */ MCD::OPC_FilterValue, 1, 3, 70, 0, // Skip to: 25528 /* 7605 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7608 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7630 /* 7613 */ MCD::OPC_CheckPredicate, 22, 246, 69, 0, // Skip to: 25528 /* 7618 */ MCD::OPC_CheckField, 4, 1, 0, 239, 69, 0, // Skip to: 25528 /* 7625 */ MCD::OPC_Decode, 183, 9, 144, 1, // Opcode: MVE_VMULHs32 /* 7630 */ MCD::OPC_FilterValue, 15, 229, 69, 0, // Skip to: 25528 /* 7635 */ MCD::OPC_CheckPredicate, 22, 224, 69, 0, // Skip to: 25528 /* 7640 */ MCD::OPC_CheckField, 4, 1, 0, 217, 69, 0, // Skip to: 25528 /* 7647 */ MCD::OPC_Decode, 186, 9, 144, 1, // Opcode: MVE_VMULHu32 /* 7652 */ MCD::OPC_FilterValue, 1, 207, 69, 0, // Skip to: 25528 /* 7657 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7660 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 7712 /* 7665 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7668 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7690 /* 7673 */ MCD::OPC_CheckPredicate, 22, 186, 69, 0, // Skip to: 25528 /* 7678 */ MCD::OPC_CheckField, 4, 1, 0, 179, 69, 0, // Skip to: 25528 /* 7685 */ MCD::OPC_Decode, 190, 10, 143, 1, // Opcode: MVE_VQRDMLADHXs32 /* 7690 */ MCD::OPC_FilterValue, 15, 169, 69, 0, // Skip to: 25528 /* 7695 */ MCD::OPC_CheckPredicate, 22, 164, 69, 0, // Skip to: 25528 /* 7700 */ MCD::OPC_CheckField, 4, 1, 0, 157, 69, 0, // Skip to: 25528 /* 7707 */ MCD::OPC_Decode, 202, 10, 143, 1, // Opcode: MVE_VQRDMLSDHXs32 /* 7712 */ MCD::OPC_FilterValue, 1, 147, 69, 0, // Skip to: 25528 /* 7717 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7720 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 7742 /* 7725 */ MCD::OPC_CheckPredicate, 22, 134, 69, 0, // Skip to: 25528 /* 7730 */ MCD::OPC_CheckField, 4, 1, 0, 127, 69, 0, // Skip to: 25528 /* 7737 */ MCD::OPC_Decode, 189, 11, 144, 1, // Opcode: MVE_VRMULHs32 /* 7742 */ MCD::OPC_FilterValue, 15, 117, 69, 0, // Skip to: 25528 /* 7747 */ MCD::OPC_CheckPredicate, 22, 112, 69, 0, // Skip to: 25528 /* 7752 */ MCD::OPC_CheckField, 4, 1, 0, 105, 69, 0, // Skip to: 25528 /* 7759 */ MCD::OPC_Decode, 192, 11, 144, 1, // Opcode: MVE_VRMULHu32 /* 7764 */ MCD::OPC_FilterValue, 1, 95, 69, 0, // Skip to: 25528 /* 7769 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 7772 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 7916 /* 7777 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7780 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 7848 /* 7785 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7788 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7810 /* 7793 */ MCD::OPC_CheckPredicate, 22, 66, 69, 0, // Skip to: 25528 /* 7798 */ MCD::OPC_CheckField, 28, 4, 14, 59, 69, 0, // Skip to: 25528 /* 7805 */ MCD::OPC_Decode, 196, 10, 145, 1, // Opcode: MVE_VQRDMLAH_qrs32 /* 7810 */ MCD::OPC_FilterValue, 1, 49, 69, 0, // Skip to: 25528 /* 7815 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7818 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7833 /* 7823 */ MCD::OPC_CheckPredicate, 22, 36, 69, 0, // Skip to: 25528 /* 7828 */ MCD::OPC_Decode, 130, 9, 145, 1, // Opcode: MVE_VMLA_qr_s32 /* 7833 */ MCD::OPC_FilterValue, 15, 26, 69, 0, // Skip to: 25528 /* 7838 */ MCD::OPC_CheckPredicate, 22, 21, 69, 0, // Skip to: 25528 /* 7843 */ MCD::OPC_Decode, 133, 9, 145, 1, // Opcode: MVE_VMLA_qr_u32 /* 7848 */ MCD::OPC_FilterValue, 1, 11, 69, 0, // Skip to: 25528 /* 7853 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7856 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7878 /* 7861 */ MCD::OPC_CheckPredicate, 22, 254, 68, 0, // Skip to: 25528 /* 7866 */ MCD::OPC_CheckField, 28, 4, 14, 247, 68, 0, // Skip to: 25528 /* 7873 */ MCD::OPC_Decode, 199, 10, 145, 1, // Opcode: MVE_VQRDMLASH_qrs32 /* 7878 */ MCD::OPC_FilterValue, 1, 237, 68, 0, // Skip to: 25528 /* 7883 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7886 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7901 /* 7891 */ MCD::OPC_CheckPredicate, 22, 224, 68, 0, // Skip to: 25528 /* 7896 */ MCD::OPC_Decode, 252, 8, 145, 1, // Opcode: MVE_VMLAS_qr_s32 /* 7901 */ MCD::OPC_FilterValue, 15, 214, 68, 0, // Skip to: 25528 /* 7906 */ MCD::OPC_CheckPredicate, 22, 209, 68, 0, // Skip to: 25528 /* 7911 */ MCD::OPC_Decode, 255, 8, 145, 1, // Opcode: MVE_VMLAS_qr_u32 /* 7916 */ MCD::OPC_FilterValue, 2, 199, 68, 0, // Skip to: 25528 /* 7921 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 7924 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 7992 /* 7929 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 7932 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7954 /* 7937 */ MCD::OPC_CheckPredicate, 22, 178, 68, 0, // Skip to: 25528 /* 7942 */ MCD::OPC_CheckField, 28, 4, 14, 171, 68, 0, // Skip to: 25528 /* 7949 */ MCD::OPC_Decode, 149, 10, 145, 1, // Opcode: MVE_VQDMLAH_qrs32 /* 7954 */ MCD::OPC_FilterValue, 1, 161, 68, 0, // Skip to: 25528 /* 7959 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 7962 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7977 /* 7967 */ MCD::OPC_CheckPredicate, 22, 148, 68, 0, // Skip to: 25528 /* 7972 */ MCD::OPC_Decode, 161, 10, 146, 1, // Opcode: MVE_VQDMULH_qr_s32 /* 7977 */ MCD::OPC_FilterValue, 15, 138, 68, 0, // Skip to: 25528 /* 7982 */ MCD::OPC_CheckPredicate, 22, 133, 68, 0, // Skip to: 25528 /* 7987 */ MCD::OPC_Decode, 208, 10, 146, 1, // Opcode: MVE_VQRDMULH_qr_s32 /* 7992 */ MCD::OPC_FilterValue, 1, 123, 68, 0, // Skip to: 25528 /* 7997 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 8000 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 8022 /* 8005 */ MCD::OPC_CheckPredicate, 22, 110, 68, 0, // Skip to: 25528 /* 8010 */ MCD::OPC_CheckField, 28, 4, 14, 103, 68, 0, // Skip to: 25528 /* 8017 */ MCD::OPC_Decode, 152, 10, 145, 1, // Opcode: MVE_VQDMLASH_qrs32 /* 8022 */ MCD::OPC_FilterValue, 1, 93, 68, 0, // Skip to: 25528 /* 8027 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8030 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 8045 /* 8035 */ MCD::OPC_CheckPredicate, 22, 80, 68, 0, // Skip to: 25528 /* 8040 */ MCD::OPC_Decode, 207, 9, 146, 1, // Opcode: MVE_VMUL_qr_i32 /* 8045 */ MCD::OPC_FilterValue, 15, 70, 68, 0, // Skip to: 25528 /* 8050 */ MCD::OPC_CheckPredicate, 22, 65, 68, 0, // Skip to: 25528 /* 8055 */ MCD::OPC_Decode, 213, 6, 146, 1, // Opcode: MVE_VBRSR32 /* 8060 */ MCD::OPC_FilterValue, 3, 55, 68, 0, // Skip to: 25528 /* 8065 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 8068 */ MCD::OPC_FilterValue, 0, 51, 5, 0, // Skip to: 9404 /* 8073 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 8076 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8128 /* 8081 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8084 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8106 /* 8089 */ MCD::OPC_CheckPredicate, 24, 26, 68, 0, // Skip to: 25528 /* 8094 */ MCD::OPC_CheckField, 4, 1, 0, 19, 68, 0, // Skip to: 25528 /* 8101 */ MCD::OPC_Decode, 250, 6, 147, 1, // Opcode: MVE_VCMULf16 /* 8106 */ MCD::OPC_FilterValue, 15, 9, 68, 0, // Skip to: 25528 /* 8111 */ MCD::OPC_CheckPredicate, 24, 4, 68, 0, // Skip to: 25528 /* 8116 */ MCD::OPC_CheckField, 4, 1, 0, 253, 67, 0, // Skip to: 25528 /* 8123 */ MCD::OPC_Decode, 251, 6, 147, 1, // Opcode: MVE_VCMULf32 /* 8128 */ MCD::OPC_FilterValue, 1, 243, 67, 0, // Skip to: 25528 /* 8133 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 8136 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 8248 /* 8141 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8144 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8196 /* 8149 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8152 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8174 /* 8157 */ MCD::OPC_CheckPredicate, 22, 214, 67, 0, // Skip to: 25528 /* 8162 */ MCD::OPC_CheckField, 4, 1, 0, 207, 67, 0, // Skip to: 25528 /* 8169 */ MCD::OPC_Decode, 189, 9, 144, 1, // Opcode: MVE_VMULLBp8 /* 8174 */ MCD::OPC_FilterValue, 15, 197, 67, 0, // Skip to: 25528 /* 8179 */ MCD::OPC_CheckPredicate, 22, 192, 67, 0, // Skip to: 25528 /* 8184 */ MCD::OPC_CheckField, 4, 1, 0, 185, 67, 0, // Skip to: 25528 /* 8191 */ MCD::OPC_Decode, 188, 9, 144, 1, // Opcode: MVE_VMULLBp16 /* 8196 */ MCD::OPC_FilterValue, 1, 175, 67, 0, // Skip to: 25528 /* 8201 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8204 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8226 /* 8209 */ MCD::OPC_CheckPredicate, 22, 162, 67, 0, // Skip to: 25528 /* 8214 */ MCD::OPC_CheckField, 4, 1, 0, 155, 67, 0, // Skip to: 25528 /* 8221 */ MCD::OPC_Decode, 197, 9, 144, 1, // Opcode: MVE_VMULLTp8 /* 8226 */ MCD::OPC_FilterValue, 15, 145, 67, 0, // Skip to: 25528 /* 8231 */ MCD::OPC_CheckPredicate, 22, 140, 67, 0, // Skip to: 25528 /* 8236 */ MCD::OPC_CheckField, 4, 1, 0, 133, 67, 0, // Skip to: 25528 /* 8243 */ MCD::OPC_Decode, 196, 9, 144, 1, // Opcode: MVE_VMULLTp16 /* 8248 */ MCD::OPC_FilterValue, 1, 123, 67, 0, // Skip to: 25528 /* 8253 */ MCD::OPC_ExtractField, 17, 3, // Inst{19-17} ... /* 8256 */ MCD::OPC_FilterValue, 0, 227, 0, 0, // Skip to: 8488 /* 8261 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 8264 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 8376 /* 8269 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8272 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8324 /* 8277 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8280 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8302 /* 8285 */ MCD::OPC_CheckPredicate, 22, 86, 67, 0, // Skip to: 25528 /* 8290 */ MCD::OPC_CheckField, 4, 1, 0, 79, 67, 0, // Skip to: 25528 /* 8297 */ MCD::OPC_Decode, 229, 11, 148, 1, // Opcode: MVE_VSHLL_lws8bh /* 8302 */ MCD::OPC_FilterValue, 15, 69, 67, 0, // Skip to: 25528 /* 8307 */ MCD::OPC_CheckPredicate, 22, 64, 67, 0, // Skip to: 25528 /* 8312 */ MCD::OPC_CheckField, 4, 1, 0, 57, 67, 0, // Skip to: 25528 /* 8319 */ MCD::OPC_Decode, 233, 11, 148, 1, // Opcode: MVE_VSHLL_lwu8bh /* 8324 */ MCD::OPC_FilterValue, 1, 47, 67, 0, // Skip to: 25528 /* 8329 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8332 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8354 /* 8337 */ MCD::OPC_CheckPredicate, 22, 34, 67, 0, // Skip to: 25528 /* 8342 */ MCD::OPC_CheckField, 4, 1, 0, 27, 67, 0, // Skip to: 25528 /* 8349 */ MCD::OPC_Decode, 230, 11, 148, 1, // Opcode: MVE_VSHLL_lws8th /* 8354 */ MCD::OPC_FilterValue, 15, 17, 67, 0, // Skip to: 25528 /* 8359 */ MCD::OPC_CheckPredicate, 22, 12, 67, 0, // Skip to: 25528 /* 8364 */ MCD::OPC_CheckField, 4, 1, 0, 5, 67, 0, // Skip to: 25528 /* 8371 */ MCD::OPC_Decode, 234, 11, 148, 1, // Opcode: MVE_VSHLL_lwu8th /* 8376 */ MCD::OPC_FilterValue, 1, 251, 66, 0, // Skip to: 25528 /* 8381 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8384 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8436 /* 8389 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8392 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8414 /* 8397 */ MCD::OPC_CheckPredicate, 22, 230, 66, 0, // Skip to: 25528 /* 8402 */ MCD::OPC_CheckField, 4, 1, 0, 223, 66, 0, // Skip to: 25528 /* 8409 */ MCD::OPC_Decode, 182, 10, 149, 1, // Opcode: MVE_VQMOVUNs16bh /* 8414 */ MCD::OPC_FilterValue, 15, 213, 66, 0, // Skip to: 25528 /* 8419 */ MCD::OPC_CheckPredicate, 22, 208, 66, 0, // Skip to: 25528 /* 8424 */ MCD::OPC_CheckField, 4, 1, 0, 201, 66, 0, // Skip to: 25528 /* 8431 */ MCD::OPC_Decode, 163, 9, 149, 1, // Opcode: MVE_VMOVNi16bh /* 8436 */ MCD::OPC_FilterValue, 1, 191, 66, 0, // Skip to: 25528 /* 8441 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8444 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8466 /* 8449 */ MCD::OPC_CheckPredicate, 22, 178, 66, 0, // Skip to: 25528 /* 8454 */ MCD::OPC_CheckField, 4, 1, 0, 171, 66, 0, // Skip to: 25528 /* 8461 */ MCD::OPC_Decode, 183, 10, 149, 1, // Opcode: MVE_VQMOVUNs16th /* 8466 */ MCD::OPC_FilterValue, 15, 161, 66, 0, // Skip to: 25528 /* 8471 */ MCD::OPC_CheckPredicate, 22, 156, 66, 0, // Skip to: 25528 /* 8476 */ MCD::OPC_CheckField, 4, 1, 0, 149, 66, 0, // Skip to: 25528 /* 8483 */ MCD::OPC_Decode, 164, 9, 149, 1, // Opcode: MVE_VMOVNi16th /* 8488 */ MCD::OPC_FilterValue, 1, 181, 0, 0, // Skip to: 8674 /* 8493 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 8496 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 8608 /* 8501 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8504 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8556 /* 8509 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8512 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8534 /* 8517 */ MCD::OPC_CheckPredicate, 22, 110, 66, 0, // Skip to: 25528 /* 8522 */ MCD::OPC_CheckField, 4, 1, 0, 103, 66, 0, // Skip to: 25528 /* 8529 */ MCD::OPC_Decode, 174, 10, 149, 1, // Opcode: MVE_VQMOVNs16bh /* 8534 */ MCD::OPC_FilterValue, 15, 93, 66, 0, // Skip to: 25528 /* 8539 */ MCD::OPC_CheckPredicate, 22, 88, 66, 0, // Skip to: 25528 /* 8544 */ MCD::OPC_CheckField, 4, 1, 0, 81, 66, 0, // Skip to: 25528 /* 8551 */ MCD::OPC_Decode, 178, 10, 149, 1, // Opcode: MVE_VQMOVNu16bh /* 8556 */ MCD::OPC_FilterValue, 1, 71, 66, 0, // Skip to: 25528 /* 8561 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8564 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8586 /* 8569 */ MCD::OPC_CheckPredicate, 22, 58, 66, 0, // Skip to: 25528 /* 8574 */ MCD::OPC_CheckField, 4, 1, 0, 51, 66, 0, // Skip to: 25528 /* 8581 */ MCD::OPC_Decode, 175, 10, 149, 1, // Opcode: MVE_VQMOVNs16th /* 8586 */ MCD::OPC_FilterValue, 15, 41, 66, 0, // Skip to: 25528 /* 8591 */ MCD::OPC_CheckPredicate, 22, 36, 66, 0, // Skip to: 25528 /* 8596 */ MCD::OPC_CheckField, 4, 1, 0, 29, 66, 0, // Skip to: 25528 /* 8603 */ MCD::OPC_Decode, 179, 10, 149, 1, // Opcode: MVE_VQMOVNu16th /* 8608 */ MCD::OPC_FilterValue, 1, 19, 66, 0, // Skip to: 25528 /* 8613 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8616 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 8645 /* 8621 */ MCD::OPC_CheckPredicate, 22, 6, 66, 0, // Skip to: 25528 /* 8626 */ MCD::OPC_CheckField, 28, 4, 14, 255, 65, 0, // Skip to: 25528 /* 8633 */ MCD::OPC_CheckField, 4, 1, 0, 248, 65, 0, // Skip to: 25528 /* 8640 */ MCD::OPC_Decode, 174, 8, 149, 1, // Opcode: MVE_VMAXAs8 /* 8645 */ MCD::OPC_FilterValue, 1, 238, 65, 0, // Skip to: 25528 /* 8650 */ MCD::OPC_CheckPredicate, 22, 233, 65, 0, // Skip to: 25528 /* 8655 */ MCD::OPC_CheckField, 28, 4, 14, 226, 65, 0, // Skip to: 25528 /* 8662 */ MCD::OPC_CheckField, 4, 1, 0, 219, 65, 0, // Skip to: 25528 /* 8669 */ MCD::OPC_Decode, 200, 8, 149, 1, // Opcode: MVE_VMINAs8 /* 8674 */ MCD::OPC_FilterValue, 2, 227, 0, 0, // Skip to: 8906 /* 8679 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 8682 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 8794 /* 8687 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8690 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8742 /* 8695 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8698 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8720 /* 8703 */ MCD::OPC_CheckPredicate, 22, 180, 65, 0, // Skip to: 25528 /* 8708 */ MCD::OPC_CheckField, 4, 1, 0, 173, 65, 0, // Skip to: 25528 /* 8715 */ MCD::OPC_Decode, 227, 11, 148, 1, // Opcode: MVE_VSHLL_lws16bh /* 8720 */ MCD::OPC_FilterValue, 15, 163, 65, 0, // Skip to: 25528 /* 8725 */ MCD::OPC_CheckPredicate, 22, 158, 65, 0, // Skip to: 25528 /* 8730 */ MCD::OPC_CheckField, 4, 1, 0, 151, 65, 0, // Skip to: 25528 /* 8737 */ MCD::OPC_Decode, 231, 11, 148, 1, // Opcode: MVE_VSHLL_lwu16bh /* 8742 */ MCD::OPC_FilterValue, 1, 141, 65, 0, // Skip to: 25528 /* 8747 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8750 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8772 /* 8755 */ MCD::OPC_CheckPredicate, 22, 128, 65, 0, // Skip to: 25528 /* 8760 */ MCD::OPC_CheckField, 4, 1, 0, 121, 65, 0, // Skip to: 25528 /* 8767 */ MCD::OPC_Decode, 228, 11, 148, 1, // Opcode: MVE_VSHLL_lws16th /* 8772 */ MCD::OPC_FilterValue, 15, 111, 65, 0, // Skip to: 25528 /* 8777 */ MCD::OPC_CheckPredicate, 22, 106, 65, 0, // Skip to: 25528 /* 8782 */ MCD::OPC_CheckField, 4, 1, 0, 99, 65, 0, // Skip to: 25528 /* 8789 */ MCD::OPC_Decode, 232, 11, 148, 1, // Opcode: MVE_VSHLL_lwu16th /* 8794 */ MCD::OPC_FilterValue, 1, 89, 65, 0, // Skip to: 25528 /* 8799 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8802 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8854 /* 8807 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8810 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8832 /* 8815 */ MCD::OPC_CheckPredicate, 22, 68, 65, 0, // Skip to: 25528 /* 8820 */ MCD::OPC_CheckField, 4, 1, 0, 61, 65, 0, // Skip to: 25528 /* 8827 */ MCD::OPC_Decode, 184, 10, 149, 1, // Opcode: MVE_VQMOVUNs32bh /* 8832 */ MCD::OPC_FilterValue, 15, 51, 65, 0, // Skip to: 25528 /* 8837 */ MCD::OPC_CheckPredicate, 22, 46, 65, 0, // Skip to: 25528 /* 8842 */ MCD::OPC_CheckField, 4, 1, 0, 39, 65, 0, // Skip to: 25528 /* 8849 */ MCD::OPC_Decode, 165, 9, 149, 1, // Opcode: MVE_VMOVNi32bh /* 8854 */ MCD::OPC_FilterValue, 1, 29, 65, 0, // Skip to: 25528 /* 8859 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8862 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8884 /* 8867 */ MCD::OPC_CheckPredicate, 22, 16, 65, 0, // Skip to: 25528 /* 8872 */ MCD::OPC_CheckField, 4, 1, 0, 9, 65, 0, // Skip to: 25528 /* 8879 */ MCD::OPC_Decode, 185, 10, 149, 1, // Opcode: MVE_VQMOVUNs32th /* 8884 */ MCD::OPC_FilterValue, 15, 255, 64, 0, // Skip to: 25528 /* 8889 */ MCD::OPC_CheckPredicate, 22, 250, 64, 0, // Skip to: 25528 /* 8894 */ MCD::OPC_CheckField, 4, 1, 0, 243, 64, 0, // Skip to: 25528 /* 8901 */ MCD::OPC_Decode, 166, 9, 149, 1, // Opcode: MVE_VMOVNi32th /* 8906 */ MCD::OPC_FilterValue, 3, 181, 0, 0, // Skip to: 9092 /* 8911 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 8914 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 9026 /* 8919 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 8922 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 8974 /* 8927 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8930 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 8952 /* 8935 */ MCD::OPC_CheckPredicate, 22, 204, 64, 0, // Skip to: 25528 /* 8940 */ MCD::OPC_CheckField, 4, 1, 0, 197, 64, 0, // Skip to: 25528 /* 8947 */ MCD::OPC_Decode, 176, 10, 149, 1, // Opcode: MVE_VQMOVNs32bh /* 8952 */ MCD::OPC_FilterValue, 15, 187, 64, 0, // Skip to: 25528 /* 8957 */ MCD::OPC_CheckPredicate, 22, 182, 64, 0, // Skip to: 25528 /* 8962 */ MCD::OPC_CheckField, 4, 1, 0, 175, 64, 0, // Skip to: 25528 /* 8969 */ MCD::OPC_Decode, 180, 10, 149, 1, // Opcode: MVE_VQMOVNu32bh /* 8974 */ MCD::OPC_FilterValue, 1, 165, 64, 0, // Skip to: 25528 /* 8979 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 8982 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9004 /* 8987 */ MCD::OPC_CheckPredicate, 22, 152, 64, 0, // Skip to: 25528 /* 8992 */ MCD::OPC_CheckField, 4, 1, 0, 145, 64, 0, // Skip to: 25528 /* 8999 */ MCD::OPC_Decode, 177, 10, 149, 1, // Opcode: MVE_VQMOVNs32th /* 9004 */ MCD::OPC_FilterValue, 15, 135, 64, 0, // Skip to: 25528 /* 9009 */ MCD::OPC_CheckPredicate, 22, 130, 64, 0, // Skip to: 25528 /* 9014 */ MCD::OPC_CheckField, 4, 1, 0, 123, 64, 0, // Skip to: 25528 /* 9021 */ MCD::OPC_Decode, 181, 10, 149, 1, // Opcode: MVE_VQMOVNu32th /* 9026 */ MCD::OPC_FilterValue, 1, 113, 64, 0, // Skip to: 25528 /* 9031 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9034 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 9063 /* 9039 */ MCD::OPC_CheckPredicate, 22, 100, 64, 0, // Skip to: 25528 /* 9044 */ MCD::OPC_CheckField, 28, 4, 14, 93, 64, 0, // Skip to: 25528 /* 9051 */ MCD::OPC_CheckField, 4, 1, 0, 86, 64, 0, // Skip to: 25528 /* 9058 */ MCD::OPC_Decode, 172, 8, 149, 1, // Opcode: MVE_VMAXAs16 /* 9063 */ MCD::OPC_FilterValue, 1, 76, 64, 0, // Skip to: 25528 /* 9068 */ MCD::OPC_CheckPredicate, 22, 71, 64, 0, // Skip to: 25528 /* 9073 */ MCD::OPC_CheckField, 28, 4, 14, 64, 64, 0, // Skip to: 25528 /* 9080 */ MCD::OPC_CheckField, 4, 1, 0, 57, 64, 0, // Skip to: 25528 /* 9087 */ MCD::OPC_Decode, 198, 8, 149, 1, // Opcode: MVE_VMINAs16 /* 9092 */ MCD::OPC_FilterValue, 5, 75, 0, 0, // Skip to: 9172 /* 9097 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9100 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 9136 /* 9105 */ MCD::OPC_CheckPredicate, 22, 34, 64, 0, // Skip to: 25528 /* 9110 */ MCD::OPC_CheckField, 28, 4, 14, 27, 64, 0, // Skip to: 25528 /* 9117 */ MCD::OPC_CheckField, 7, 1, 1, 20, 64, 0, // Skip to: 25528 /* 9124 */ MCD::OPC_CheckField, 4, 1, 0, 13, 64, 0, // Skip to: 25528 /* 9131 */ MCD::OPC_Decode, 173, 8, 149, 1, // Opcode: MVE_VMAXAs32 /* 9136 */ MCD::OPC_FilterValue, 1, 3, 64, 0, // Skip to: 25528 /* 9141 */ MCD::OPC_CheckPredicate, 22, 254, 63, 0, // Skip to: 25528 /* 9146 */ MCD::OPC_CheckField, 28, 4, 14, 247, 63, 0, // Skip to: 25528 /* 9153 */ MCD::OPC_CheckField, 7, 1, 1, 240, 63, 0, // Skip to: 25528 /* 9160 */ MCD::OPC_CheckField, 4, 1, 0, 233, 63, 0, // Skip to: 25528 /* 9167 */ MCD::OPC_Decode, 199, 8, 149, 1, // Opcode: MVE_VMINAs32 /* 9172 */ MCD::OPC_FilterValue, 7, 223, 63, 0, // Skip to: 25528 /* 9177 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9180 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 9292 /* 9185 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9188 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 9240 /* 9193 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9196 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9218 /* 9201 */ MCD::OPC_CheckPredicate, 24, 194, 63, 0, // Skip to: 25528 /* 9206 */ MCD::OPC_CheckField, 4, 1, 0, 187, 63, 0, // Skip to: 25528 /* 9213 */ MCD::OPC_Decode, 128, 7, 149, 1, // Opcode: MVE_VCVTf16f32bh /* 9218 */ MCD::OPC_FilterValue, 15, 177, 63, 0, // Skip to: 25528 /* 9223 */ MCD::OPC_CheckPredicate, 24, 172, 63, 0, // Skip to: 25528 /* 9228 */ MCD::OPC_CheckField, 4, 1, 0, 165, 63, 0, // Skip to: 25528 /* 9235 */ MCD::OPC_Decode, 134, 7, 149, 1, // Opcode: MVE_VCVTf32f16bh /* 9240 */ MCD::OPC_FilterValue, 1, 155, 63, 0, // Skip to: 25528 /* 9245 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9248 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9270 /* 9253 */ MCD::OPC_CheckPredicate, 24, 142, 63, 0, // Skip to: 25528 /* 9258 */ MCD::OPC_CheckField, 4, 1, 0, 135, 63, 0, // Skip to: 25528 /* 9265 */ MCD::OPC_Decode, 129, 7, 149, 1, // Opcode: MVE_VCVTf16f32th /* 9270 */ MCD::OPC_FilterValue, 15, 125, 63, 0, // Skip to: 25528 /* 9275 */ MCD::OPC_CheckPredicate, 24, 120, 63, 0, // Skip to: 25528 /* 9280 */ MCD::OPC_CheckField, 4, 1, 0, 113, 63, 0, // Skip to: 25528 /* 9287 */ MCD::OPC_Decode, 135, 7, 149, 1, // Opcode: MVE_VCVTf32f16th /* 9292 */ MCD::OPC_FilterValue, 1, 103, 63, 0, // Skip to: 25528 /* 9297 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9300 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 9352 /* 9305 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9308 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9330 /* 9313 */ MCD::OPC_CheckPredicate, 24, 82, 63, 0, // Skip to: 25528 /* 9318 */ MCD::OPC_CheckField, 4, 1, 0, 75, 63, 0, // Skip to: 25528 /* 9325 */ MCD::OPC_Decode, 178, 8, 149, 1, // Opcode: MVE_VMAXNMAf32 /* 9330 */ MCD::OPC_FilterValue, 15, 65, 63, 0, // Skip to: 25528 /* 9335 */ MCD::OPC_CheckPredicate, 24, 60, 63, 0, // Skip to: 25528 /* 9340 */ MCD::OPC_CheckField, 4, 1, 0, 53, 63, 0, // Skip to: 25528 /* 9347 */ MCD::OPC_Decode, 177, 8, 149, 1, // Opcode: MVE_VMAXNMAf16 /* 9352 */ MCD::OPC_FilterValue, 1, 43, 63, 0, // Skip to: 25528 /* 9357 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9360 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9382 /* 9365 */ MCD::OPC_CheckPredicate, 24, 30, 63, 0, // Skip to: 25528 /* 9370 */ MCD::OPC_CheckField, 4, 1, 0, 23, 63, 0, // Skip to: 25528 /* 9377 */ MCD::OPC_Decode, 204, 8, 149, 1, // Opcode: MVE_VMINNMAf32 /* 9382 */ MCD::OPC_FilterValue, 15, 13, 63, 0, // Skip to: 25528 /* 9387 */ MCD::OPC_CheckPredicate, 24, 8, 63, 0, // Skip to: 25528 /* 9392 */ MCD::OPC_CheckField, 4, 1, 0, 1, 63, 0, // Skip to: 25528 /* 9399 */ MCD::OPC_Decode, 203, 8, 149, 1, // Opcode: MVE_VMINNMAf16 /* 9404 */ MCD::OPC_FilterValue, 1, 247, 62, 0, // Skip to: 25528 /* 9409 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 9412 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 9524 /* 9417 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9420 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 9472 /* 9425 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9428 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9450 /* 9433 */ MCD::OPC_CheckPredicate, 24, 218, 62, 0, // Skip to: 25528 /* 9438 */ MCD::OPC_CheckField, 16, 1, 1, 211, 62, 0, // Skip to: 25528 /* 9445 */ MCD::OPC_Decode, 177, 7, 145, 1, // Opcode: MVE_VFMA_qr_f32 /* 9450 */ MCD::OPC_FilterValue, 15, 201, 62, 0, // Skip to: 25528 /* 9455 */ MCD::OPC_CheckPredicate, 24, 196, 62, 0, // Skip to: 25528 /* 9460 */ MCD::OPC_CheckField, 16, 1, 1, 189, 62, 0, // Skip to: 25528 /* 9467 */ MCD::OPC_Decode, 176, 7, 145, 1, // Opcode: MVE_VFMA_qr_f16 /* 9472 */ MCD::OPC_FilterValue, 1, 179, 62, 0, // Skip to: 25528 /* 9477 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9480 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9502 /* 9485 */ MCD::OPC_CheckPredicate, 24, 166, 62, 0, // Skip to: 25528 /* 9490 */ MCD::OPC_CheckField, 16, 1, 1, 159, 62, 0, // Skip to: 25528 /* 9497 */ MCD::OPC_Decode, 175, 7, 145, 1, // Opcode: MVE_VFMA_qr_Sf32 /* 9502 */ MCD::OPC_FilterValue, 15, 149, 62, 0, // Skip to: 25528 /* 9507 */ MCD::OPC_CheckPredicate, 24, 144, 62, 0, // Skip to: 25528 /* 9512 */ MCD::OPC_CheckField, 16, 1, 1, 137, 62, 0, // Skip to: 25528 /* 9519 */ MCD::OPC_Decode, 174, 7, 145, 1, // Opcode: MVE_VFMA_qr_Sf16 /* 9524 */ MCD::OPC_FilterValue, 2, 127, 62, 0, // Skip to: 25528 /* 9529 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 9532 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 9584 /* 9537 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9540 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 9562 /* 9545 */ MCD::OPC_CheckPredicate, 24, 106, 62, 0, // Skip to: 25528 /* 9550 */ MCD::OPC_CheckField, 16, 1, 1, 99, 62, 0, // Skip to: 25528 /* 9557 */ MCD::OPC_Decode, 205, 9, 146, 1, // Opcode: MVE_VMUL_qr_f32 /* 9562 */ MCD::OPC_FilterValue, 15, 89, 62, 0, // Skip to: 25528 /* 9567 */ MCD::OPC_CheckPredicate, 24, 84, 62, 0, // Skip to: 25528 /* 9572 */ MCD::OPC_CheckField, 16, 1, 1, 77, 62, 0, // Skip to: 25528 /* 9579 */ MCD::OPC_Decode, 204, 9, 146, 1, // Opcode: MVE_VMUL_qr_f16 /* 9584 */ MCD::OPC_FilterValue, 1, 67, 62, 0, // Skip to: 25528 /* 9589 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 9592 */ MCD::OPC_FilterValue, 1, 79, 0, 0, // Skip to: 9676 /* 9597 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9600 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 9638 /* 9605 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9608 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9623 /* 9613 */ MCD::OPC_CheckPredicate, 22, 38, 62, 0, // Skip to: 25528 /* 9618 */ MCD::OPC_Decode, 246, 11, 150, 1, // Opcode: MVE_VSHL_qrs8 /* 9623 */ MCD::OPC_FilterValue, 15, 28, 62, 0, // Skip to: 25528 /* 9628 */ MCD::OPC_CheckPredicate, 22, 23, 62, 0, // Skip to: 25528 /* 9633 */ MCD::OPC_Decode, 249, 11, 150, 1, // Opcode: MVE_VSHL_qru8 /* 9638 */ MCD::OPC_FilterValue, 1, 13, 62, 0, // Skip to: 25528 /* 9643 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9646 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9661 /* 9651 */ MCD::OPC_CheckPredicate, 22, 0, 62, 0, // Skip to: 25528 /* 9656 */ MCD::OPC_Decode, 248, 10, 150, 1, // Opcode: MVE_VQSHL_qrs8 /* 9661 */ MCD::OPC_FilterValue, 15, 246, 61, 0, // Skip to: 25528 /* 9666 */ MCD::OPC_CheckPredicate, 22, 241, 61, 0, // Skip to: 25528 /* 9671 */ MCD::OPC_Decode, 251, 10, 150, 1, // Opcode: MVE_VQSHL_qru8 /* 9676 */ MCD::OPC_FilterValue, 3, 79, 0, 0, // Skip to: 9760 /* 9681 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9684 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 9722 /* 9689 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9692 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9707 /* 9697 */ MCD::OPC_CheckPredicate, 22, 210, 61, 0, // Skip to: 25528 /* 9702 */ MCD::OPC_Decode, 202, 11, 150, 1, // Opcode: MVE_VRSHL_qrs8 /* 9707 */ MCD::OPC_FilterValue, 15, 200, 61, 0, // Skip to: 25528 /* 9712 */ MCD::OPC_CheckPredicate, 22, 195, 61, 0, // Skip to: 25528 /* 9717 */ MCD::OPC_Decode, 205, 11, 150, 1, // Opcode: MVE_VRSHL_qru8 /* 9722 */ MCD::OPC_FilterValue, 1, 185, 61, 0, // Skip to: 25528 /* 9727 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9730 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9745 /* 9735 */ MCD::OPC_CheckPredicate, 22, 172, 61, 0, // Skip to: 25528 /* 9740 */ MCD::OPC_Decode, 221, 10, 150, 1, // Opcode: MVE_VQRSHL_qrs8 /* 9745 */ MCD::OPC_FilterValue, 15, 162, 61, 0, // Skip to: 25528 /* 9750 */ MCD::OPC_CheckPredicate, 22, 157, 61, 0, // Skip to: 25528 /* 9755 */ MCD::OPC_Decode, 224, 10, 150, 1, // Opcode: MVE_VQRSHL_qru8 /* 9760 */ MCD::OPC_FilterValue, 5, 79, 0, 0, // Skip to: 9844 /* 9765 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9768 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 9806 /* 9773 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9776 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9791 /* 9781 */ MCD::OPC_CheckPredicate, 22, 126, 61, 0, // Skip to: 25528 /* 9786 */ MCD::OPC_Decode, 244, 11, 150, 1, // Opcode: MVE_VSHL_qrs16 /* 9791 */ MCD::OPC_FilterValue, 15, 116, 61, 0, // Skip to: 25528 /* 9796 */ MCD::OPC_CheckPredicate, 22, 111, 61, 0, // Skip to: 25528 /* 9801 */ MCD::OPC_Decode, 247, 11, 150, 1, // Opcode: MVE_VSHL_qru16 /* 9806 */ MCD::OPC_FilterValue, 1, 101, 61, 0, // Skip to: 25528 /* 9811 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9814 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9829 /* 9819 */ MCD::OPC_CheckPredicate, 22, 88, 61, 0, // Skip to: 25528 /* 9824 */ MCD::OPC_Decode, 246, 10, 150, 1, // Opcode: MVE_VQSHL_qrs16 /* 9829 */ MCD::OPC_FilterValue, 15, 78, 61, 0, // Skip to: 25528 /* 9834 */ MCD::OPC_CheckPredicate, 22, 73, 61, 0, // Skip to: 25528 /* 9839 */ MCD::OPC_Decode, 249, 10, 150, 1, // Opcode: MVE_VQSHL_qru16 /* 9844 */ MCD::OPC_FilterValue, 7, 79, 0, 0, // Skip to: 9928 /* 9849 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9852 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 9890 /* 9857 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9860 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9875 /* 9865 */ MCD::OPC_CheckPredicate, 22, 42, 61, 0, // Skip to: 25528 /* 9870 */ MCD::OPC_Decode, 200, 11, 150, 1, // Opcode: MVE_VRSHL_qrs16 /* 9875 */ MCD::OPC_FilterValue, 15, 32, 61, 0, // Skip to: 25528 /* 9880 */ MCD::OPC_CheckPredicate, 22, 27, 61, 0, // Skip to: 25528 /* 9885 */ MCD::OPC_Decode, 203, 11, 150, 1, // Opcode: MVE_VRSHL_qru16 /* 9890 */ MCD::OPC_FilterValue, 1, 17, 61, 0, // Skip to: 25528 /* 9895 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9898 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9913 /* 9903 */ MCD::OPC_CheckPredicate, 22, 4, 61, 0, // Skip to: 25528 /* 9908 */ MCD::OPC_Decode, 219, 10, 150, 1, // Opcode: MVE_VQRSHL_qrs16 /* 9913 */ MCD::OPC_FilterValue, 15, 250, 60, 0, // Skip to: 25528 /* 9918 */ MCD::OPC_CheckPredicate, 22, 245, 60, 0, // Skip to: 25528 /* 9923 */ MCD::OPC_Decode, 222, 10, 150, 1, // Opcode: MVE_VQRSHL_qru16 /* 9928 */ MCD::OPC_FilterValue, 9, 79, 0, 0, // Skip to: 10012 /* 9933 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 9936 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 9974 /* 9941 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9944 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9959 /* 9949 */ MCD::OPC_CheckPredicate, 22, 214, 60, 0, // Skip to: 25528 /* 9954 */ MCD::OPC_Decode, 245, 11, 150, 1, // Opcode: MVE_VSHL_qrs32 /* 9959 */ MCD::OPC_FilterValue, 15, 204, 60, 0, // Skip to: 25528 /* 9964 */ MCD::OPC_CheckPredicate, 22, 199, 60, 0, // Skip to: 25528 /* 9969 */ MCD::OPC_Decode, 248, 11, 150, 1, // Opcode: MVE_VSHL_qru32 /* 9974 */ MCD::OPC_FilterValue, 1, 189, 60, 0, // Skip to: 25528 /* 9979 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 9982 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9997 /* 9987 */ MCD::OPC_CheckPredicate, 22, 176, 60, 0, // Skip to: 25528 /* 9992 */ MCD::OPC_Decode, 247, 10, 150, 1, // Opcode: MVE_VQSHL_qrs32 /* 9997 */ MCD::OPC_FilterValue, 15, 166, 60, 0, // Skip to: 25528 /* 10002 */ MCD::OPC_CheckPredicate, 22, 161, 60, 0, // Skip to: 25528 /* 10007 */ MCD::OPC_Decode, 250, 10, 150, 1, // Opcode: MVE_VQSHL_qru32 /* 10012 */ MCD::OPC_FilterValue, 11, 151, 60, 0, // Skip to: 25528 /* 10017 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 10020 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10058 /* 10025 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10028 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10043 /* 10033 */ MCD::OPC_CheckPredicate, 22, 130, 60, 0, // Skip to: 25528 /* 10038 */ MCD::OPC_Decode, 201, 11, 150, 1, // Opcode: MVE_VRSHL_qrs32 /* 10043 */ MCD::OPC_FilterValue, 15, 120, 60, 0, // Skip to: 25528 /* 10048 */ MCD::OPC_CheckPredicate, 22, 115, 60, 0, // Skip to: 25528 /* 10053 */ MCD::OPC_Decode, 204, 11, 150, 1, // Opcode: MVE_VRSHL_qru32 /* 10058 */ MCD::OPC_FilterValue, 1, 105, 60, 0, // Skip to: 25528 /* 10063 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10066 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10081 /* 10071 */ MCD::OPC_CheckPredicate, 22, 92, 60, 0, // Skip to: 25528 /* 10076 */ MCD::OPC_Decode, 220, 10, 150, 1, // Opcode: MVE_VQRSHL_qrs32 /* 10081 */ MCD::OPC_FilterValue, 15, 82, 60, 0, // Skip to: 25528 /* 10086 */ MCD::OPC_CheckPredicate, 22, 77, 60, 0, // Skip to: 25528 /* 10091 */ MCD::OPC_Decode, 223, 10, 150, 1, // Opcode: MVE_VQRSHL_qru32 /* 10096 */ MCD::OPC_FilterValue, 15, 67, 60, 0, // Skip to: 25528 /* 10101 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 10104 */ MCD::OPC_FilterValue, 0, 197, 2, 0, // Skip to: 10818 /* 10109 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10112 */ MCD::OPC_FilterValue, 0, 250, 0, 0, // Skip to: 10367 /* 10117 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10120 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 10186 /* 10125 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10128 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 10157 /* 10133 */ MCD::OPC_CheckPredicate, 22, 30, 60, 0, // Skip to: 25528 /* 10138 */ MCD::OPC_CheckField, 4, 1, 0, 23, 60, 0, // Skip to: 25528 /* 10145 */ MCD::OPC_CheckField, 0, 1, 0, 16, 60, 0, // Skip to: 25528 /* 10152 */ MCD::OPC_Decode, 196, 7, 151, 1, // Opcode: MVE_VHCADDs8 /* 10157 */ MCD::OPC_FilterValue, 15, 6, 60, 0, // Skip to: 25528 /* 10162 */ MCD::OPC_CheckPredicate, 22, 1, 60, 0, // Skip to: 25528 /* 10167 */ MCD::OPC_CheckField, 4, 1, 0, 250, 59, 0, // Skip to: 25528 /* 10174 */ MCD::OPC_CheckField, 0, 1, 0, 243, 59, 0, // Skip to: 25528 /* 10181 */ MCD::OPC_Decode, 219, 6, 151, 1, // Opcode: MVE_VCADDi8 /* 10186 */ MCD::OPC_FilterValue, 1, 233, 59, 0, // Skip to: 25528 /* 10191 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 10194 */ MCD::OPC_FilterValue, 0, 113, 0, 0, // Skip to: 10312 /* 10199 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 10202 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 10257 /* 10207 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10210 */ MCD::OPC_FilterValue, 0, 209, 59, 0, // Skip to: 25528 /* 10215 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10218 */ MCD::OPC_FilterValue, 15, 201, 59, 0, // Skip to: 25528 /* 10223 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10247 /* 10228 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10247 /* 10235 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10247 /* 10242 */ MCD::OPC_Decode, 236, 6, 152, 1, // Opcode: MVE_VCMPi8 /* 10247 */ MCD::OPC_CheckPredicate, 22, 172, 59, 0, // Skip to: 25528 /* 10252 */ MCD::OPC_Decode, 233, 9, 153, 1, // Opcode: MVE_VPTv16i8 /* 10257 */ MCD::OPC_FilterValue, 1, 162, 59, 0, // Skip to: 25528 /* 10262 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10265 */ MCD::OPC_FilterValue, 0, 154, 59, 0, // Skip to: 25528 /* 10270 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10273 */ MCD::OPC_FilterValue, 15, 146, 59, 0, // Skip to: 25528 /* 10278 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10302 /* 10283 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10302 /* 10290 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10302 /* 10297 */ MCD::OPC_Decode, 248, 6, 154, 1, // Opcode: MVE_VCMPu8 /* 10302 */ MCD::OPC_CheckPredicate, 22, 117, 59, 0, // Skip to: 25528 /* 10307 */ MCD::OPC_Decode, 237, 9, 155, 1, // Opcode: MVE_VPTv16u8 /* 10312 */ MCD::OPC_FilterValue, 1, 107, 59, 0, // Skip to: 25528 /* 10317 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10320 */ MCD::OPC_FilterValue, 0, 99, 59, 0, // Skip to: 25528 /* 10325 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10328 */ MCD::OPC_FilterValue, 15, 91, 59, 0, // Skip to: 25528 /* 10333 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10357 /* 10338 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10357 /* 10345 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10357 /* 10352 */ MCD::OPC_Decode, 242, 6, 156, 1, // Opcode: MVE_VCMPs8 /* 10357 */ MCD::OPC_CheckPredicate, 22, 62, 59, 0, // Skip to: 25528 /* 10362 */ MCD::OPC_Decode, 235, 9, 157, 1, // Opcode: MVE_VPTv16s8 /* 10367 */ MCD::OPC_FilterValue, 1, 52, 59, 0, // Skip to: 25528 /* 10372 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 10375 */ MCD::OPC_FilterValue, 0, 236, 0, 0, // Skip to: 10616 /* 10380 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 10383 */ MCD::OPC_FilterValue, 0, 103, 0, 0, // Skip to: 10491 /* 10388 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10391 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10429 /* 10396 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10399 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10414 /* 10404 */ MCD::OPC_CheckPredicate, 22, 15, 59, 0, // Skip to: 25528 /* 10409 */ MCD::OPC_Decode, 184, 7, 146, 1, // Opcode: MVE_VHADD_qr_s8 /* 10414 */ MCD::OPC_FilterValue, 15, 5, 59, 0, // Skip to: 25528 /* 10419 */ MCD::OPC_CheckPredicate, 22, 0, 59, 0, // Skip to: 25528 /* 10424 */ MCD::OPC_Decode, 187, 7, 146, 1, // Opcode: MVE_VHADD_qr_u8 /* 10429 */ MCD::OPC_FilterValue, 1, 246, 58, 0, // Skip to: 25528 /* 10434 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10437 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10452 /* 10442 */ MCD::OPC_CheckPredicate, 22, 233, 58, 0, // Skip to: 25528 /* 10447 */ MCD::OPC_Decode, 198, 6, 146, 1, // Opcode: MVE_VADD_qr_i8 /* 10452 */ MCD::OPC_FilterValue, 15, 223, 58, 0, // Skip to: 25528 /* 10457 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10481 /* 10462 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10481 /* 10469 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10481 /* 10476 */ MCD::OPC_Decode, 237, 6, 158, 1, // Opcode: MVE_VCMPi8r /* 10481 */ MCD::OPC_CheckPredicate, 22, 194, 58, 0, // Skip to: 25528 /* 10486 */ MCD::OPC_Decode, 234, 9, 159, 1, // Opcode: MVE_VPTv16i8r /* 10491 */ MCD::OPC_FilterValue, 2, 184, 58, 0, // Skip to: 25528 /* 10496 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10499 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10537 /* 10504 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10507 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10522 /* 10512 */ MCD::OPC_CheckPredicate, 22, 163, 58, 0, // Skip to: 25528 /* 10517 */ MCD::OPC_Decode, 132, 10, 146, 1, // Opcode: MVE_VQADD_qr_s8 /* 10522 */ MCD::OPC_FilterValue, 15, 153, 58, 0, // Skip to: 25528 /* 10527 */ MCD::OPC_CheckPredicate, 22, 148, 58, 0, // Skip to: 25528 /* 10532 */ MCD::OPC_Decode, 135, 10, 146, 1, // Opcode: MVE_VQADD_qr_u8 /* 10537 */ MCD::OPC_FilterValue, 1, 138, 58, 0, // Skip to: 25528 /* 10542 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10545 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 10577 /* 10550 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 10567 /* 10555 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 10567 /* 10562 */ MCD::OPC_Decode, 211, 7, 160, 1, // Opcode: MVE_VIDUPu8 /* 10567 */ MCD::OPC_CheckPredicate, 22, 108, 58, 0, // Skip to: 25528 /* 10572 */ MCD::OPC_Decode, 214, 7, 161, 1, // Opcode: MVE_VIWDUPu8 /* 10577 */ MCD::OPC_FilterValue, 15, 98, 58, 0, // Skip to: 25528 /* 10582 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10606 /* 10587 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10606 /* 10594 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10606 /* 10601 */ MCD::OPC_Decode, 249, 6, 162, 1, // Opcode: MVE_VCMPu8r /* 10606 */ MCD::OPC_CheckPredicate, 22, 69, 58, 0, // Skip to: 25528 /* 10611 */ MCD::OPC_Decode, 238, 9, 163, 1, // Opcode: MVE_VPTv16u8r /* 10616 */ MCD::OPC_FilterValue, 1, 59, 58, 0, // Skip to: 25528 /* 10621 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10624 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 10708 /* 10629 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 10632 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 10670 /* 10637 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10640 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10655 /* 10645 */ MCD::OPC_CheckPredicate, 22, 30, 58, 0, // Skip to: 25528 /* 10650 */ MCD::OPC_Decode, 199, 7, 146, 1, // Opcode: MVE_VHSUB_qr_s8 /* 10655 */ MCD::OPC_FilterValue, 15, 20, 58, 0, // Skip to: 25528 /* 10660 */ MCD::OPC_CheckPredicate, 22, 15, 58, 0, // Skip to: 25528 /* 10665 */ MCD::OPC_Decode, 202, 7, 146, 1, // Opcode: MVE_VHSUB_qr_u8 /* 10670 */ MCD::OPC_FilterValue, 2, 5, 58, 0, // Skip to: 25528 /* 10675 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10678 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10693 /* 10683 */ MCD::OPC_CheckPredicate, 22, 248, 57, 0, // Skip to: 25528 /* 10688 */ MCD::OPC_Decode, 144, 11, 146, 1, // Opcode: MVE_VQSUB_qr_s8 /* 10693 */ MCD::OPC_FilterValue, 15, 238, 57, 0, // Skip to: 25528 /* 10698 */ MCD::OPC_CheckPredicate, 22, 233, 57, 0, // Skip to: 25528 /* 10703 */ MCD::OPC_Decode, 147, 11, 146, 1, // Opcode: MVE_VQSUB_qr_u8 /* 10708 */ MCD::OPC_FilterValue, 1, 223, 57, 0, // Skip to: 25528 /* 10713 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10716 */ MCD::OPC_FilterValue, 14, 50, 0, 0, // Skip to: 10771 /* 10721 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 10724 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10739 /* 10729 */ MCD::OPC_CheckPredicate, 22, 202, 57, 0, // Skip to: 25528 /* 10734 */ MCD::OPC_Decode, 211, 12, 146, 1, // Opcode: MVE_VSUB_qr_i8 /* 10739 */ MCD::OPC_FilterValue, 2, 192, 57, 0, // Skip to: 25528 /* 10744 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 10761 /* 10749 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 10761 /* 10756 */ MCD::OPC_Decode, 166, 7, 160, 1, // Opcode: MVE_VDDUPu8 /* 10761 */ MCD::OPC_CheckPredicate, 22, 170, 57, 0, // Skip to: 25528 /* 10766 */ MCD::OPC_Decode, 172, 7, 161, 1, // Opcode: MVE_VDWDUPu8 /* 10771 */ MCD::OPC_FilterValue, 15, 160, 57, 0, // Skip to: 25528 /* 10776 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10779 */ MCD::OPC_FilterValue, 0, 152, 57, 0, // Skip to: 25528 /* 10784 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10808 /* 10789 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10808 /* 10796 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10808 /* 10803 */ MCD::OPC_Decode, 243, 6, 164, 1, // Opcode: MVE_VCMPs8r /* 10808 */ MCD::OPC_CheckPredicate, 22, 123, 57, 0, // Skip to: 25528 /* 10813 */ MCD::OPC_Decode, 236, 9, 165, 1, // Opcode: MVE_VPTv16s8r /* 10818 */ MCD::OPC_FilterValue, 1, 197, 2, 0, // Skip to: 11532 /* 10823 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10826 */ MCD::OPC_FilterValue, 0, 250, 0, 0, // Skip to: 11081 /* 10831 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10834 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 10900 /* 10839 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10842 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 10871 /* 10847 */ MCD::OPC_CheckPredicate, 22, 84, 57, 0, // Skip to: 25528 /* 10852 */ MCD::OPC_CheckField, 4, 1, 0, 77, 57, 0, // Skip to: 25528 /* 10859 */ MCD::OPC_CheckField, 0, 1, 0, 70, 57, 0, // Skip to: 25528 /* 10866 */ MCD::OPC_Decode, 194, 7, 151, 1, // Opcode: MVE_VHCADDs16 /* 10871 */ MCD::OPC_FilterValue, 15, 60, 57, 0, // Skip to: 25528 /* 10876 */ MCD::OPC_CheckPredicate, 22, 55, 57, 0, // Skip to: 25528 /* 10881 */ MCD::OPC_CheckField, 4, 1, 0, 48, 57, 0, // Skip to: 25528 /* 10888 */ MCD::OPC_CheckField, 0, 1, 0, 41, 57, 0, // Skip to: 25528 /* 10895 */ MCD::OPC_Decode, 217, 6, 151, 1, // Opcode: MVE_VCADDi16 /* 10900 */ MCD::OPC_FilterValue, 1, 31, 57, 0, // Skip to: 25528 /* 10905 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 10908 */ MCD::OPC_FilterValue, 0, 113, 0, 0, // Skip to: 11026 /* 10913 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 10916 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 10971 /* 10921 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10924 */ MCD::OPC_FilterValue, 0, 7, 57, 0, // Skip to: 25528 /* 10929 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10932 */ MCD::OPC_FilterValue, 15, 255, 56, 0, // Skip to: 25528 /* 10937 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 10961 /* 10942 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 10961 /* 10949 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 10961 /* 10956 */ MCD::OPC_Decode, 232, 6, 152, 1, // Opcode: MVE_VCMPi16 /* 10961 */ MCD::OPC_CheckPredicate, 22, 226, 56, 0, // Skip to: 25528 /* 10966 */ MCD::OPC_Decode, 249, 9, 153, 1, // Opcode: MVE_VPTv8i16 /* 10971 */ MCD::OPC_FilterValue, 1, 216, 56, 0, // Skip to: 25528 /* 10976 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 10979 */ MCD::OPC_FilterValue, 0, 208, 56, 0, // Skip to: 25528 /* 10984 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 10987 */ MCD::OPC_FilterValue, 15, 200, 56, 0, // Skip to: 25528 /* 10992 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11016 /* 10997 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11016 /* 11004 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11016 /* 11011 */ MCD::OPC_Decode, 244, 6, 154, 1, // Opcode: MVE_VCMPu16 /* 11016 */ MCD::OPC_CheckPredicate, 22, 171, 56, 0, // Skip to: 25528 /* 11021 */ MCD::OPC_Decode, 253, 9, 155, 1, // Opcode: MVE_VPTv8u16 /* 11026 */ MCD::OPC_FilterValue, 1, 161, 56, 0, // Skip to: 25528 /* 11031 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11034 */ MCD::OPC_FilterValue, 0, 153, 56, 0, // Skip to: 25528 /* 11039 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11042 */ MCD::OPC_FilterValue, 15, 145, 56, 0, // Skip to: 25528 /* 11047 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11071 /* 11052 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11071 /* 11059 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11071 /* 11066 */ MCD::OPC_Decode, 238, 6, 156, 1, // Opcode: MVE_VCMPs16 /* 11071 */ MCD::OPC_CheckPredicate, 22, 116, 56, 0, // Skip to: 25528 /* 11076 */ MCD::OPC_Decode, 251, 9, 157, 1, // Opcode: MVE_VPTv8s16 /* 11081 */ MCD::OPC_FilterValue, 1, 106, 56, 0, // Skip to: 25528 /* 11086 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 11089 */ MCD::OPC_FilterValue, 0, 236, 0, 0, // Skip to: 11330 /* 11094 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 11097 */ MCD::OPC_FilterValue, 0, 103, 0, 0, // Skip to: 11205 /* 11102 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11105 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11143 /* 11110 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11113 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11128 /* 11118 */ MCD::OPC_CheckPredicate, 22, 69, 56, 0, // Skip to: 25528 /* 11123 */ MCD::OPC_Decode, 182, 7, 146, 1, // Opcode: MVE_VHADD_qr_s16 /* 11128 */ MCD::OPC_FilterValue, 15, 59, 56, 0, // Skip to: 25528 /* 11133 */ MCD::OPC_CheckPredicate, 22, 54, 56, 0, // Skip to: 25528 /* 11138 */ MCD::OPC_Decode, 185, 7, 146, 1, // Opcode: MVE_VHADD_qr_u16 /* 11143 */ MCD::OPC_FilterValue, 1, 44, 56, 0, // Skip to: 25528 /* 11148 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11151 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11166 /* 11156 */ MCD::OPC_CheckPredicate, 22, 31, 56, 0, // Skip to: 25528 /* 11161 */ MCD::OPC_Decode, 196, 6, 146, 1, // Opcode: MVE_VADD_qr_i16 /* 11166 */ MCD::OPC_FilterValue, 15, 21, 56, 0, // Skip to: 25528 /* 11171 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11195 /* 11176 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11195 /* 11183 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11195 /* 11190 */ MCD::OPC_Decode, 233, 6, 158, 1, // Opcode: MVE_VCMPi16r /* 11195 */ MCD::OPC_CheckPredicate, 22, 248, 55, 0, // Skip to: 25528 /* 11200 */ MCD::OPC_Decode, 250, 9, 159, 1, // Opcode: MVE_VPTv8i16r /* 11205 */ MCD::OPC_FilterValue, 2, 238, 55, 0, // Skip to: 25528 /* 11210 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11213 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11251 /* 11218 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11221 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11236 /* 11226 */ MCD::OPC_CheckPredicate, 22, 217, 55, 0, // Skip to: 25528 /* 11231 */ MCD::OPC_Decode, 130, 10, 146, 1, // Opcode: MVE_VQADD_qr_s16 /* 11236 */ MCD::OPC_FilterValue, 15, 207, 55, 0, // Skip to: 25528 /* 11241 */ MCD::OPC_CheckPredicate, 22, 202, 55, 0, // Skip to: 25528 /* 11246 */ MCD::OPC_Decode, 133, 10, 146, 1, // Opcode: MVE_VQADD_qr_u16 /* 11251 */ MCD::OPC_FilterValue, 1, 192, 55, 0, // Skip to: 25528 /* 11256 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11259 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 11291 /* 11264 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 11281 /* 11269 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 11281 /* 11276 */ MCD::OPC_Decode, 209, 7, 160, 1, // Opcode: MVE_VIDUPu16 /* 11281 */ MCD::OPC_CheckPredicate, 22, 162, 55, 0, // Skip to: 25528 /* 11286 */ MCD::OPC_Decode, 212, 7, 161, 1, // Opcode: MVE_VIWDUPu16 /* 11291 */ MCD::OPC_FilterValue, 15, 152, 55, 0, // Skip to: 25528 /* 11296 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11320 /* 11301 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11320 /* 11308 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11320 /* 11315 */ MCD::OPC_Decode, 245, 6, 162, 1, // Opcode: MVE_VCMPu16r /* 11320 */ MCD::OPC_CheckPredicate, 22, 123, 55, 0, // Skip to: 25528 /* 11325 */ MCD::OPC_Decode, 254, 9, 163, 1, // Opcode: MVE_VPTv8u16r /* 11330 */ MCD::OPC_FilterValue, 1, 113, 55, 0, // Skip to: 25528 /* 11335 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11338 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 11422 /* 11343 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 11346 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11384 /* 11351 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11354 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11369 /* 11359 */ MCD::OPC_CheckPredicate, 22, 84, 55, 0, // Skip to: 25528 /* 11364 */ MCD::OPC_Decode, 197, 7, 146, 1, // Opcode: MVE_VHSUB_qr_s16 /* 11369 */ MCD::OPC_FilterValue, 15, 74, 55, 0, // Skip to: 25528 /* 11374 */ MCD::OPC_CheckPredicate, 22, 69, 55, 0, // Skip to: 25528 /* 11379 */ MCD::OPC_Decode, 200, 7, 146, 1, // Opcode: MVE_VHSUB_qr_u16 /* 11384 */ MCD::OPC_FilterValue, 2, 59, 55, 0, // Skip to: 25528 /* 11389 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11392 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11407 /* 11397 */ MCD::OPC_CheckPredicate, 22, 46, 55, 0, // Skip to: 25528 /* 11402 */ MCD::OPC_Decode, 142, 11, 146, 1, // Opcode: MVE_VQSUB_qr_s16 /* 11407 */ MCD::OPC_FilterValue, 15, 36, 55, 0, // Skip to: 25528 /* 11412 */ MCD::OPC_CheckPredicate, 22, 31, 55, 0, // Skip to: 25528 /* 11417 */ MCD::OPC_Decode, 145, 11, 146, 1, // Opcode: MVE_VQSUB_qr_u16 /* 11422 */ MCD::OPC_FilterValue, 1, 21, 55, 0, // Skip to: 25528 /* 11427 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11430 */ MCD::OPC_FilterValue, 14, 50, 0, 0, // Skip to: 11485 /* 11435 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 11438 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11453 /* 11443 */ MCD::OPC_CheckPredicate, 22, 0, 55, 0, // Skip to: 25528 /* 11448 */ MCD::OPC_Decode, 209, 12, 146, 1, // Opcode: MVE_VSUB_qr_i16 /* 11453 */ MCD::OPC_FilterValue, 2, 246, 54, 0, // Skip to: 25528 /* 11458 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 11475 /* 11463 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 11475 /* 11470 */ MCD::OPC_Decode, 164, 7, 160, 1, // Opcode: MVE_VDDUPu16 /* 11475 */ MCD::OPC_CheckPredicate, 22, 224, 54, 0, // Skip to: 25528 /* 11480 */ MCD::OPC_Decode, 170, 7, 161, 1, // Opcode: MVE_VDWDUPu16 /* 11485 */ MCD::OPC_FilterValue, 15, 214, 54, 0, // Skip to: 25528 /* 11490 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11493 */ MCD::OPC_FilterValue, 0, 206, 54, 0, // Skip to: 25528 /* 11498 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11522 /* 11503 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11522 /* 11510 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11522 /* 11517 */ MCD::OPC_Decode, 239, 6, 164, 1, // Opcode: MVE_VCMPs16r /* 11522 */ MCD::OPC_CheckPredicate, 22, 177, 54, 0, // Skip to: 25528 /* 11527 */ MCD::OPC_Decode, 252, 9, 165, 1, // Opcode: MVE_VPTv8s16r /* 11532 */ MCD::OPC_FilterValue, 2, 197, 2, 0, // Skip to: 12246 /* 11537 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 11540 */ MCD::OPC_FilterValue, 0, 250, 0, 0, // Skip to: 11795 /* 11545 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11548 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 11614 /* 11553 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11556 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 11585 /* 11561 */ MCD::OPC_CheckPredicate, 22, 138, 54, 0, // Skip to: 25528 /* 11566 */ MCD::OPC_CheckField, 4, 1, 0, 131, 54, 0, // Skip to: 25528 /* 11573 */ MCD::OPC_CheckField, 0, 1, 0, 124, 54, 0, // Skip to: 25528 /* 11580 */ MCD::OPC_Decode, 195, 7, 151, 1, // Opcode: MVE_VHCADDs32 /* 11585 */ MCD::OPC_FilterValue, 15, 114, 54, 0, // Skip to: 25528 /* 11590 */ MCD::OPC_CheckPredicate, 22, 109, 54, 0, // Skip to: 25528 /* 11595 */ MCD::OPC_CheckField, 4, 1, 0, 102, 54, 0, // Skip to: 25528 /* 11602 */ MCD::OPC_CheckField, 0, 1, 0, 95, 54, 0, // Skip to: 25528 /* 11609 */ MCD::OPC_Decode, 218, 6, 151, 1, // Opcode: MVE_VCADDi32 /* 11614 */ MCD::OPC_FilterValue, 1, 85, 54, 0, // Skip to: 25528 /* 11619 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 11622 */ MCD::OPC_FilterValue, 0, 113, 0, 0, // Skip to: 11740 /* 11627 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 11630 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 11685 /* 11635 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11638 */ MCD::OPC_FilterValue, 0, 61, 54, 0, // Skip to: 25528 /* 11643 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11646 */ MCD::OPC_FilterValue, 15, 53, 54, 0, // Skip to: 25528 /* 11651 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11675 /* 11656 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11675 /* 11663 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11675 /* 11670 */ MCD::OPC_Decode, 234, 6, 152, 1, // Opcode: MVE_VCMPi32 /* 11675 */ MCD::OPC_CheckPredicate, 22, 24, 54, 0, // Skip to: 25528 /* 11680 */ MCD::OPC_Decode, 241, 9, 153, 1, // Opcode: MVE_VPTv4i32 /* 11685 */ MCD::OPC_FilterValue, 1, 14, 54, 0, // Skip to: 25528 /* 11690 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11693 */ MCD::OPC_FilterValue, 0, 6, 54, 0, // Skip to: 25528 /* 11698 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11701 */ MCD::OPC_FilterValue, 15, 254, 53, 0, // Skip to: 25528 /* 11706 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11730 /* 11711 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11730 /* 11718 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11730 /* 11725 */ MCD::OPC_Decode, 246, 6, 154, 1, // Opcode: MVE_VCMPu32 /* 11730 */ MCD::OPC_CheckPredicate, 22, 225, 53, 0, // Skip to: 25528 /* 11735 */ MCD::OPC_Decode, 245, 9, 155, 1, // Opcode: MVE_VPTv4u32 /* 11740 */ MCD::OPC_FilterValue, 1, 215, 53, 0, // Skip to: 25528 /* 11745 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11748 */ MCD::OPC_FilterValue, 0, 207, 53, 0, // Skip to: 25528 /* 11753 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11756 */ MCD::OPC_FilterValue, 15, 199, 53, 0, // Skip to: 25528 /* 11761 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11785 /* 11766 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11785 /* 11773 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11785 /* 11780 */ MCD::OPC_Decode, 240, 6, 156, 1, // Opcode: MVE_VCMPs32 /* 11785 */ MCD::OPC_CheckPredicate, 22, 170, 53, 0, // Skip to: 25528 /* 11790 */ MCD::OPC_Decode, 243, 9, 157, 1, // Opcode: MVE_VPTv4s32 /* 11795 */ MCD::OPC_FilterValue, 1, 160, 53, 0, // Skip to: 25528 /* 11800 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 11803 */ MCD::OPC_FilterValue, 0, 236, 0, 0, // Skip to: 12044 /* 11808 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 11811 */ MCD::OPC_FilterValue, 0, 103, 0, 0, // Skip to: 11919 /* 11816 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11819 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11857 /* 11824 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11827 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11842 /* 11832 */ MCD::OPC_CheckPredicate, 22, 123, 53, 0, // Skip to: 25528 /* 11837 */ MCD::OPC_Decode, 183, 7, 146, 1, // Opcode: MVE_VHADD_qr_s32 /* 11842 */ MCD::OPC_FilterValue, 15, 113, 53, 0, // Skip to: 25528 /* 11847 */ MCD::OPC_CheckPredicate, 22, 108, 53, 0, // Skip to: 25528 /* 11852 */ MCD::OPC_Decode, 186, 7, 146, 1, // Opcode: MVE_VHADD_qr_u32 /* 11857 */ MCD::OPC_FilterValue, 1, 98, 53, 0, // Skip to: 25528 /* 11862 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11865 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11880 /* 11870 */ MCD::OPC_CheckPredicate, 22, 85, 53, 0, // Skip to: 25528 /* 11875 */ MCD::OPC_Decode, 197, 6, 146, 1, // Opcode: MVE_VADD_qr_i32 /* 11880 */ MCD::OPC_FilterValue, 15, 75, 53, 0, // Skip to: 25528 /* 11885 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 11909 /* 11890 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 11909 /* 11897 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 11909 /* 11904 */ MCD::OPC_Decode, 235, 6, 158, 1, // Opcode: MVE_VCMPi32r /* 11909 */ MCD::OPC_CheckPredicate, 22, 46, 53, 0, // Skip to: 25528 /* 11914 */ MCD::OPC_Decode, 242, 9, 159, 1, // Opcode: MVE_VPTv4i32r /* 11919 */ MCD::OPC_FilterValue, 2, 36, 53, 0, // Skip to: 25528 /* 11924 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 11927 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 11965 /* 11932 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11935 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11950 /* 11940 */ MCD::OPC_CheckPredicate, 22, 15, 53, 0, // Skip to: 25528 /* 11945 */ MCD::OPC_Decode, 131, 10, 146, 1, // Opcode: MVE_VQADD_qr_s32 /* 11950 */ MCD::OPC_FilterValue, 15, 5, 53, 0, // Skip to: 25528 /* 11955 */ MCD::OPC_CheckPredicate, 22, 0, 53, 0, // Skip to: 25528 /* 11960 */ MCD::OPC_Decode, 134, 10, 146, 1, // Opcode: MVE_VQADD_qr_u32 /* 11965 */ MCD::OPC_FilterValue, 1, 246, 52, 0, // Skip to: 25528 /* 11970 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 11973 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 12005 /* 11978 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 11995 /* 11983 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 11995 /* 11990 */ MCD::OPC_Decode, 210, 7, 160, 1, // Opcode: MVE_VIDUPu32 /* 11995 */ MCD::OPC_CheckPredicate, 22, 216, 52, 0, // Skip to: 25528 /* 12000 */ MCD::OPC_Decode, 213, 7, 161, 1, // Opcode: MVE_VIWDUPu32 /* 12005 */ MCD::OPC_FilterValue, 15, 206, 52, 0, // Skip to: 25528 /* 12010 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 12034 /* 12015 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12034 /* 12022 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12034 /* 12029 */ MCD::OPC_Decode, 247, 6, 162, 1, // Opcode: MVE_VCMPu32r /* 12034 */ MCD::OPC_CheckPredicate, 22, 177, 52, 0, // Skip to: 25528 /* 12039 */ MCD::OPC_Decode, 246, 9, 163, 1, // Opcode: MVE_VPTv4u32r /* 12044 */ MCD::OPC_FilterValue, 1, 167, 52, 0, // Skip to: 25528 /* 12049 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 12052 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 12136 /* 12057 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 12060 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12098 /* 12065 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12068 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12083 /* 12073 */ MCD::OPC_CheckPredicate, 22, 138, 52, 0, // Skip to: 25528 /* 12078 */ MCD::OPC_Decode, 198, 7, 146, 1, // Opcode: MVE_VHSUB_qr_s32 /* 12083 */ MCD::OPC_FilterValue, 15, 128, 52, 0, // Skip to: 25528 /* 12088 */ MCD::OPC_CheckPredicate, 22, 123, 52, 0, // Skip to: 25528 /* 12093 */ MCD::OPC_Decode, 201, 7, 146, 1, // Opcode: MVE_VHSUB_qr_u32 /* 12098 */ MCD::OPC_FilterValue, 2, 113, 52, 0, // Skip to: 25528 /* 12103 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12106 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12121 /* 12111 */ MCD::OPC_CheckPredicate, 22, 100, 52, 0, // Skip to: 25528 /* 12116 */ MCD::OPC_Decode, 143, 11, 146, 1, // Opcode: MVE_VQSUB_qr_s32 /* 12121 */ MCD::OPC_FilterValue, 15, 90, 52, 0, // Skip to: 25528 /* 12126 */ MCD::OPC_CheckPredicate, 22, 85, 52, 0, // Skip to: 25528 /* 12131 */ MCD::OPC_Decode, 146, 11, 146, 1, // Opcode: MVE_VQSUB_qr_u32 /* 12136 */ MCD::OPC_FilterValue, 1, 75, 52, 0, // Skip to: 25528 /* 12141 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12144 */ MCD::OPC_FilterValue, 14, 50, 0, 0, // Skip to: 12199 /* 12149 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 12152 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12167 /* 12157 */ MCD::OPC_CheckPredicate, 22, 54, 52, 0, // Skip to: 25528 /* 12162 */ MCD::OPC_Decode, 210, 12, 146, 1, // Opcode: MVE_VSUB_qr_i32 /* 12167 */ MCD::OPC_FilterValue, 2, 44, 52, 0, // Skip to: 25528 /* 12172 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 12189 /* 12177 */ MCD::OPC_CheckField, 1, 3, 7, 5, 0, 0, // Skip to: 12189 /* 12184 */ MCD::OPC_Decode, 165, 7, 160, 1, // Opcode: MVE_VDDUPu32 /* 12189 */ MCD::OPC_CheckPredicate, 22, 22, 52, 0, // Skip to: 25528 /* 12194 */ MCD::OPC_Decode, 171, 7, 161, 1, // Opcode: MVE_VDWDUPu32 /* 12199 */ MCD::OPC_FilterValue, 15, 12, 52, 0, // Skip to: 25528 /* 12204 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 12207 */ MCD::OPC_FilterValue, 0, 4, 52, 0, // Skip to: 25528 /* 12212 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 12236 /* 12217 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12236 /* 12224 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12236 /* 12231 */ MCD::OPC_Decode, 241, 6, 164, 1, // Opcode: MVE_VCMPs32r /* 12236 */ MCD::OPC_CheckPredicate, 22, 231, 51, 0, // Skip to: 25528 /* 12241 */ MCD::OPC_Decode, 244, 9, 165, 1, // Opcode: MVE_VPTv4s32r /* 12246 */ MCD::OPC_FilterValue, 3, 221, 51, 0, // Skip to: 25528 /* 12251 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 12254 */ MCD::OPC_FilterValue, 0, 105, 1, 0, // Skip to: 12620 /* 12259 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 12262 */ MCD::OPC_FilterValue, 0, 227, 0, 0, // Skip to: 12494 /* 12267 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 12270 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 12382 /* 12275 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 12278 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12330 /* 12283 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12286 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 12308 /* 12291 */ MCD::OPC_CheckPredicate, 22, 176, 51, 0, // Skip to: 25528 /* 12296 */ MCD::OPC_CheckField, 4, 1, 0, 169, 51, 0, // Skip to: 25528 /* 12303 */ MCD::OPC_Decode, 176, 6, 166, 1, // Opcode: MVE_VADC /* 12308 */ MCD::OPC_FilterValue, 15, 159, 51, 0, // Skip to: 25528 /* 12313 */ MCD::OPC_CheckPredicate, 22, 154, 51, 0, // Skip to: 25528 /* 12318 */ MCD::OPC_CheckField, 4, 1, 0, 147, 51, 0, // Skip to: 25528 /* 12325 */ MCD::OPC_Decode, 216, 11, 166, 1, // Opcode: MVE_VSBC /* 12330 */ MCD::OPC_FilterValue, 1, 137, 51, 0, // Skip to: 25528 /* 12335 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12338 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 12360 /* 12343 */ MCD::OPC_CheckPredicate, 22, 124, 51, 0, // Skip to: 25528 /* 12348 */ MCD::OPC_CheckField, 4, 1, 0, 117, 51, 0, // Skip to: 25528 /* 12355 */ MCD::OPC_Decode, 177, 6, 166, 1, // Opcode: MVE_VADCI /* 12360 */ MCD::OPC_FilterValue, 15, 107, 51, 0, // Skip to: 25528 /* 12365 */ MCD::OPC_CheckPredicate, 22, 102, 51, 0, // Skip to: 25528 /* 12370 */ MCD::OPC_CheckField, 4, 1, 0, 95, 51, 0, // Skip to: 25528 /* 12377 */ MCD::OPC_Decode, 217, 11, 166, 1, // Opcode: MVE_VSBCI /* 12382 */ MCD::OPC_FilterValue, 1, 85, 51, 0, // Skip to: 25528 /* 12387 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 12390 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12442 /* 12395 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12398 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 12420 /* 12403 */ MCD::OPC_CheckPredicate, 22, 64, 51, 0, // Skip to: 25528 /* 12408 */ MCD::OPC_CheckField, 4, 1, 0, 57, 51, 0, // Skip to: 25528 /* 12415 */ MCD::OPC_Decode, 170, 10, 144, 1, // Opcode: MVE_VQDMULLs16bh /* 12420 */ MCD::OPC_FilterValue, 15, 47, 51, 0, // Skip to: 25528 /* 12425 */ MCD::OPC_CheckPredicate, 22, 42, 51, 0, // Skip to: 25528 /* 12430 */ MCD::OPC_CheckField, 4, 1, 0, 35, 51, 0, // Skip to: 25528 /* 12437 */ MCD::OPC_Decode, 172, 10, 144, 1, // Opcode: MVE_VQDMULLs32bh /* 12442 */ MCD::OPC_FilterValue, 1, 25, 51, 0, // Skip to: 25528 /* 12447 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12450 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 12472 /* 12455 */ MCD::OPC_CheckPredicate, 22, 12, 51, 0, // Skip to: 25528 /* 12460 */ MCD::OPC_CheckField, 4, 1, 0, 5, 51, 0, // Skip to: 25528 /* 12467 */ MCD::OPC_Decode, 171, 10, 144, 1, // Opcode: MVE_VQDMULLs16th /* 12472 */ MCD::OPC_FilterValue, 15, 251, 50, 0, // Skip to: 25528 /* 12477 */ MCD::OPC_CheckPredicate, 22, 246, 50, 0, // Skip to: 25528 /* 12482 */ MCD::OPC_CheckField, 4, 1, 0, 239, 50, 0, // Skip to: 25528 /* 12489 */ MCD::OPC_Decode, 173, 10, 144, 1, // Opcode: MVE_VQDMULLs32th /* 12494 */ MCD::OPC_FilterValue, 1, 229, 50, 0, // Skip to: 25528 /* 12499 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12502 */ MCD::OPC_FilterValue, 14, 42, 0, 0, // Skip to: 12549 /* 12507 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 12510 */ MCD::OPC_FilterValue, 0, 213, 50, 0, // Skip to: 25528 /* 12515 */ MCD::OPC_CheckPredicate, 24, 19, 0, 0, // Skip to: 12539 /* 12520 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12539 /* 12527 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12539 /* 12534 */ MCD::OPC_Decode, 230, 6, 167, 1, // Opcode: MVE_VCMPf32 /* 12539 */ MCD::OPC_CheckPredicate, 24, 184, 50, 0, // Skip to: 25528 /* 12544 */ MCD::OPC_Decode, 239, 9, 168, 1, // Opcode: MVE_VPTv4f32 /* 12549 */ MCD::OPC_FilterValue, 15, 174, 50, 0, // Skip to: 25528 /* 12554 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 12557 */ MCD::OPC_FilterValue, 0, 166, 50, 0, // Skip to: 25528 /* 12562 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 12586 /* 12567 */ MCD::OPC_CheckField, 12, 1, 0, 12, 0, 0, // Skip to: 12586 /* 12574 */ MCD::OPC_CheckField, 0, 1, 1, 5, 0, 0, // Skip to: 12586 /* 12581 */ MCD::OPC_Decode, 231, 9, 169, 1, // Opcode: MVE_VPSEL /* 12586 */ MCD::OPC_CheckPredicate, 24, 19, 0, 0, // Skip to: 12610 /* 12591 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12610 /* 12598 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12610 /* 12605 */ MCD::OPC_Decode, 228, 6, 167, 1, // Opcode: MVE_VCMPf16 /* 12610 */ MCD::OPC_CheckPredicate, 24, 113, 50, 0, // Skip to: 25528 /* 12615 */ MCD::OPC_Decode, 247, 9, 168, 1, // Opcode: MVE_VPTv8f16 /* 12620 */ MCD::OPC_FilterValue, 1, 103, 50, 0, // Skip to: 25528 /* 12625 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 12628 */ MCD::OPC_FilterValue, 0, 171, 0, 0, // Skip to: 12804 /* 12633 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 12636 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 12720 /* 12641 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 12644 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12682 /* 12649 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12652 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12667 /* 12657 */ MCD::OPC_CheckPredicate, 24, 66, 50, 0, // Skip to: 25528 /* 12662 */ MCD::OPC_Decode, 195, 6, 146, 1, // Opcode: MVE_VADD_qr_f32 /* 12667 */ MCD::OPC_FilterValue, 15, 56, 50, 0, // Skip to: 25528 /* 12672 */ MCD::OPC_CheckPredicate, 24, 51, 50, 0, // Skip to: 25528 /* 12677 */ MCD::OPC_Decode, 194, 6, 146, 1, // Opcode: MVE_VADD_qr_f16 /* 12682 */ MCD::OPC_FilterValue, 1, 41, 50, 0, // Skip to: 25528 /* 12687 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12690 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12705 /* 12695 */ MCD::OPC_CheckPredicate, 24, 28, 50, 0, // Skip to: 25528 /* 12700 */ MCD::OPC_Decode, 208, 12, 146, 1, // Opcode: MVE_VSUB_qr_f32 /* 12705 */ MCD::OPC_FilterValue, 15, 18, 50, 0, // Skip to: 25528 /* 12710 */ MCD::OPC_CheckPredicate, 24, 13, 50, 0, // Skip to: 25528 /* 12715 */ MCD::OPC_Decode, 207, 12, 146, 1, // Opcode: MVE_VSUB_qr_f16 /* 12720 */ MCD::OPC_FilterValue, 2, 3, 50, 0, // Skip to: 25528 /* 12725 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 12728 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12766 /* 12733 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12736 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12751 /* 12741 */ MCD::OPC_CheckPredicate, 22, 238, 49, 0, // Skip to: 25528 /* 12746 */ MCD::OPC_Decode, 166, 10, 146, 1, // Opcode: MVE_VQDMULL_qr_s16bh /* 12751 */ MCD::OPC_FilterValue, 15, 228, 49, 0, // Skip to: 25528 /* 12756 */ MCD::OPC_CheckPredicate, 22, 223, 49, 0, // Skip to: 25528 /* 12761 */ MCD::OPC_Decode, 168, 10, 146, 1, // Opcode: MVE_VQDMULL_qr_s32bh /* 12766 */ MCD::OPC_FilterValue, 1, 213, 49, 0, // Skip to: 25528 /* 12771 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12774 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12789 /* 12779 */ MCD::OPC_CheckPredicate, 22, 200, 49, 0, // Skip to: 25528 /* 12784 */ MCD::OPC_Decode, 167, 10, 146, 1, // Opcode: MVE_VQDMULL_qr_s16th /* 12789 */ MCD::OPC_FilterValue, 15, 190, 49, 0, // Skip to: 25528 /* 12794 */ MCD::OPC_CheckPredicate, 22, 185, 49, 0, // Skip to: 25528 /* 12799 */ MCD::OPC_Decode, 169, 10, 146, 1, // Opcode: MVE_VQDMULL_qr_s32th /* 12804 */ MCD::OPC_FilterValue, 1, 175, 49, 0, // Skip to: 25528 /* 12809 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 12812 */ MCD::OPC_FilterValue, 14, 42, 0, 0, // Skip to: 12859 /* 12817 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 12820 */ MCD::OPC_FilterValue, 0, 159, 49, 0, // Skip to: 25528 /* 12825 */ MCD::OPC_CheckPredicate, 24, 19, 0, 0, // Skip to: 12849 /* 12830 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12849 /* 12837 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12849 /* 12844 */ MCD::OPC_Decode, 231, 6, 170, 1, // Opcode: MVE_VCMPf32r /* 12849 */ MCD::OPC_CheckPredicate, 24, 130, 49, 0, // Skip to: 25528 /* 12854 */ MCD::OPC_Decode, 240, 9, 171, 1, // Opcode: MVE_VPTv4f32r /* 12859 */ MCD::OPC_FilterValue, 15, 120, 49, 0, // Skip to: 25528 /* 12864 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 12867 */ MCD::OPC_FilterValue, 0, 112, 49, 0, // Skip to: 25528 /* 12872 */ MCD::OPC_ExtractField, 0, 4, // Inst{3-0} ... /* 12875 */ MCD::OPC_FilterValue, 13, 50, 0, 0, // Skip to: 12930 /* 12880 */ MCD::OPC_CheckPredicate, 22, 24, 0, 0, // Skip to: 12909 /* 12885 */ MCD::OPC_CheckField, 22, 1, 0, 17, 0, 0, // Skip to: 12909 /* 12892 */ MCD::OPC_CheckField, 13, 3, 0, 10, 0, 0, // Skip to: 12909 /* 12899 */ MCD::OPC_SoftFail, 160, 161, 56 /* 0xe10a0 */, 0, /* 12904 */ MCD::OPC_Decode, 230, 9, 172, 1, // Opcode: MVE_VPNOT /* 12909 */ MCD::OPC_CheckPredicate, 22, 16, 0, 0, // Skip to: 12930 /* 12914 */ MCD::OPC_CheckField, 17, 3, 0, 9, 0, 0, // Skip to: 12930 /* 12921 */ MCD::OPC_SoftFail, 160, 33 /* 0x10a0 */, 0, /* 12925 */ MCD::OPC_Decode, 232, 9, 173, 1, // Opcode: MVE_VPST /* 12930 */ MCD::OPC_CheckPredicate, 24, 19, 0, 0, // Skip to: 12954 /* 12935 */ MCD::OPC_CheckField, 22, 1, 0, 12, 0, 0, // Skip to: 12954 /* 12942 */ MCD::OPC_CheckField, 13, 3, 0, 5, 0, 0, // Skip to: 12954 /* 12949 */ MCD::OPC_Decode, 229, 6, 170, 1, // Opcode: MVE_VCMPf16r /* 12954 */ MCD::OPC_CheckPredicate, 24, 25, 49, 0, // Skip to: 25528 /* 12959 */ MCD::OPC_Decode, 248, 9, 171, 1, // Opcode: MVE_VPTv8f16r /* 12964 */ MCD::OPC_FilterValue, 1, 119, 16, 0, // Skip to: 17184 /* 12969 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 12972 */ MCD::OPC_FilterValue, 11, 179, 0, 0, // Skip to: 13156 /* 12977 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 12980 */ MCD::OPC_FilterValue, 0, 105, 0, 0, // Skip to: 13090 /* 12985 */ MCD::OPC_ExtractField, 0, 7, // Inst{6-0} ... /* 12988 */ MCD::OPC_FilterValue, 16, 61, 0, 0, // Skip to: 13054 /* 12993 */ MCD::OPC_ExtractField, 21, 2, // Inst{22-21} ... /* 12996 */ MCD::OPC_FilterValue, 1, 24, 0, 0, // Skip to: 13025 /* 13001 */ MCD::OPC_CheckPredicate, 22, 234, 48, 0, // Skip to: 25528 /* 13006 */ MCD::OPC_CheckField, 28, 4, 14, 227, 48, 0, // Skip to: 25528 /* 13013 */ MCD::OPC_CheckField, 16, 1, 0, 220, 48, 0, // Skip to: 25528 /* 13020 */ MCD::OPC_Decode, 168, 7, 174, 1, // Opcode: MVE_VDUP32 /* 13025 */ MCD::OPC_FilterValue, 3, 210, 48, 0, // Skip to: 25528 /* 13030 */ MCD::OPC_CheckPredicate, 22, 205, 48, 0, // Skip to: 25528 /* 13035 */ MCD::OPC_CheckField, 28, 4, 14, 198, 48, 0, // Skip to: 25528 /* 13042 */ MCD::OPC_CheckField, 16, 1, 0, 191, 48, 0, // Skip to: 25528 /* 13049 */ MCD::OPC_Decode, 169, 7, 174, 1, // Opcode: MVE_VDUP8 /* 13054 */ MCD::OPC_FilterValue, 48, 181, 48, 0, // Skip to: 25528 /* 13059 */ MCD::OPC_CheckPredicate, 22, 176, 48, 0, // Skip to: 25528 /* 13064 */ MCD::OPC_CheckField, 28, 4, 14, 169, 48, 0, // Skip to: 25528 /* 13071 */ MCD::OPC_CheckField, 21, 2, 1, 162, 48, 0, // Skip to: 25528 /* 13078 */ MCD::OPC_CheckField, 16, 1, 0, 155, 48, 0, // Skip to: 25528 /* 13085 */ MCD::OPC_Decode, 167, 7, 174, 1, // Opcode: MVE_VDUP16 /* 13090 */ MCD::OPC_FilterValue, 1, 145, 48, 0, // Skip to: 25528 /* 13095 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 13098 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 13127 /* 13103 */ MCD::OPC_CheckPredicate, 23, 132, 48, 0, // Skip to: 25528 /* 13108 */ MCD::OPC_CheckField, 28, 4, 14, 125, 48, 0, // Skip to: 25528 /* 13115 */ MCD::OPC_CheckField, 0, 6, 48, 118, 48, 0, // Skip to: 25528 /* 13122 */ MCD::OPC_Decode, 170, 9, 141, 1, // Opcode: MVE_VMOV_from_lane_u16 /* 13127 */ MCD::OPC_FilterValue, 1, 108, 48, 0, // Skip to: 25528 /* 13132 */ MCD::OPC_CheckPredicate, 23, 103, 48, 0, // Skip to: 25528 /* 13137 */ MCD::OPC_CheckField, 28, 4, 14, 96, 48, 0, // Skip to: 25528 /* 13144 */ MCD::OPC_CheckField, 0, 5, 16, 89, 48, 0, // Skip to: 25528 /* 13151 */ MCD::OPC_Decode, 171, 9, 142, 1, // Opcode: MVE_VMOV_from_lane_u8 /* 13156 */ MCD::OPC_FilterValue, 14, 243, 3, 0, // Skip to: 14172 /* 13161 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 13164 */ MCD::OPC_FilterValue, 0, 243, 1, 0, // Skip to: 13668 /* 13169 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 13172 */ MCD::OPC_FilterValue, 0, 243, 0, 0, // Skip to: 13420 /* 13177 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 13180 */ MCD::OPC_FilterValue, 0, 147, 0, 0, // Skip to: 13332 /* 13185 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13188 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 13260 /* 13193 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13196 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13228 /* 13201 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13218 /* 13206 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13218 /* 13213 */ MCD::OPC_Decode, 230, 8, 175, 1, // Opcode: MVE_VMLADAVs16 /* 13218 */ MCD::OPC_CheckPredicate, 22, 17, 48, 0, // Skip to: 25528 /* 13223 */ MCD::OPC_Decode, 245, 8, 176, 1, // Opcode: MVE_VMLALDAVs16 /* 13228 */ MCD::OPC_FilterValue, 15, 7, 48, 0, // Skip to: 25528 /* 13233 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13250 /* 13238 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13250 /* 13245 */ MCD::OPC_Decode, 233, 8, 175, 1, // Opcode: MVE_VMLADAVu16 /* 13250 */ MCD::OPC_CheckPredicate, 22, 241, 47, 0, // Skip to: 25528 /* 13255 */ MCD::OPC_Decode, 247, 8, 176, 1, // Opcode: MVE_VMLALDAVu16 /* 13260 */ MCD::OPC_FilterValue, 1, 231, 47, 0, // Skip to: 25528 /* 13265 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13268 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13300 /* 13273 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13290 /* 13278 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13290 /* 13285 */ MCD::OPC_Decode, 231, 8, 175, 1, // Opcode: MVE_VMLADAVs32 /* 13290 */ MCD::OPC_CheckPredicate, 22, 201, 47, 0, // Skip to: 25528 /* 13295 */ MCD::OPC_Decode, 246, 8, 176, 1, // Opcode: MVE_VMLALDAVs32 /* 13300 */ MCD::OPC_FilterValue, 15, 191, 47, 0, // Skip to: 25528 /* 13305 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13322 /* 13310 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13322 /* 13317 */ MCD::OPC_Decode, 234, 8, 175, 1, // Opcode: MVE_VMLADAVu32 /* 13322 */ MCD::OPC_CheckPredicate, 22, 169, 47, 0, // Skip to: 25528 /* 13327 */ MCD::OPC_Decode, 248, 8, 176, 1, // Opcode: MVE_VMLALDAVu32 /* 13332 */ MCD::OPC_FilterValue, 1, 159, 47, 0, // Skip to: 25528 /* 13337 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13340 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 13380 /* 13345 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13348 */ MCD::OPC_FilterValue, 14, 143, 47, 0, // Skip to: 25528 /* 13353 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13370 /* 13358 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13370 /* 13365 */ MCD::OPC_Decode, 236, 8, 175, 1, // Opcode: MVE_VMLADAVxs16 /* 13370 */ MCD::OPC_CheckPredicate, 22, 121, 47, 0, // Skip to: 25528 /* 13375 */ MCD::OPC_Decode, 249, 8, 176, 1, // Opcode: MVE_VMLALDAVxs16 /* 13380 */ MCD::OPC_FilterValue, 1, 111, 47, 0, // Skip to: 25528 /* 13385 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13388 */ MCD::OPC_FilterValue, 14, 103, 47, 0, // Skip to: 25528 /* 13393 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13410 /* 13398 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13410 /* 13405 */ MCD::OPC_Decode, 237, 8, 175, 1, // Opcode: MVE_VMLADAVxs32 /* 13410 */ MCD::OPC_CheckPredicate, 22, 81, 47, 0, // Skip to: 25528 /* 13415 */ MCD::OPC_Decode, 250, 8, 176, 1, // Opcode: MVE_VMLALDAVxs32 /* 13420 */ MCD::OPC_FilterValue, 2, 71, 47, 0, // Skip to: 25528 /* 13425 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 13428 */ MCD::OPC_FilterValue, 0, 147, 0, 0, // Skip to: 13580 /* 13433 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13436 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 13508 /* 13441 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13444 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13476 /* 13449 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13466 /* 13454 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13466 /* 13461 */ MCD::OPC_Decode, 221, 8, 177, 1, // Opcode: MVE_VMLADAVas16 /* 13466 */ MCD::OPC_CheckPredicate, 22, 25, 47, 0, // Skip to: 25528 /* 13471 */ MCD::OPC_Decode, 239, 8, 178, 1, // Opcode: MVE_VMLALDAVas16 /* 13476 */ MCD::OPC_FilterValue, 15, 15, 47, 0, // Skip to: 25528 /* 13481 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13498 /* 13486 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13498 /* 13493 */ MCD::OPC_Decode, 224, 8, 177, 1, // Opcode: MVE_VMLADAVau16 /* 13498 */ MCD::OPC_CheckPredicate, 22, 249, 46, 0, // Skip to: 25528 /* 13503 */ MCD::OPC_Decode, 241, 8, 178, 1, // Opcode: MVE_VMLALDAVau16 /* 13508 */ MCD::OPC_FilterValue, 1, 239, 46, 0, // Skip to: 25528 /* 13513 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13516 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13548 /* 13521 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13538 /* 13526 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13538 /* 13533 */ MCD::OPC_Decode, 222, 8, 177, 1, // Opcode: MVE_VMLADAVas32 /* 13538 */ MCD::OPC_CheckPredicate, 22, 209, 46, 0, // Skip to: 25528 /* 13543 */ MCD::OPC_Decode, 240, 8, 178, 1, // Opcode: MVE_VMLALDAVas32 /* 13548 */ MCD::OPC_FilterValue, 15, 199, 46, 0, // Skip to: 25528 /* 13553 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13570 /* 13558 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13570 /* 13565 */ MCD::OPC_Decode, 225, 8, 177, 1, // Opcode: MVE_VMLADAVau32 /* 13570 */ MCD::OPC_CheckPredicate, 22, 177, 46, 0, // Skip to: 25528 /* 13575 */ MCD::OPC_Decode, 242, 8, 178, 1, // Opcode: MVE_VMLALDAVau32 /* 13580 */ MCD::OPC_FilterValue, 1, 167, 46, 0, // Skip to: 25528 /* 13585 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13588 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 13628 /* 13593 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13596 */ MCD::OPC_FilterValue, 14, 151, 46, 0, // Skip to: 25528 /* 13601 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13618 /* 13606 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13618 /* 13613 */ MCD::OPC_Decode, 227, 8, 177, 1, // Opcode: MVE_VMLADAVaxs16 /* 13618 */ MCD::OPC_CheckPredicate, 22, 129, 46, 0, // Skip to: 25528 /* 13623 */ MCD::OPC_Decode, 243, 8, 178, 1, // Opcode: MVE_VMLALDAVaxs16 /* 13628 */ MCD::OPC_FilterValue, 1, 119, 46, 0, // Skip to: 25528 /* 13633 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13636 */ MCD::OPC_FilterValue, 14, 111, 46, 0, // Skip to: 25528 /* 13641 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13658 /* 13646 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13658 /* 13653 */ MCD::OPC_Decode, 228, 8, 177, 1, // Opcode: MVE_VMLADAVaxs32 /* 13658 */ MCD::OPC_CheckPredicate, 22, 89, 46, 0, // Skip to: 25528 /* 13663 */ MCD::OPC_Decode, 244, 8, 178, 1, // Opcode: MVE_VMLALDAVaxs32 /* 13668 */ MCD::OPC_FilterValue, 1, 79, 46, 0, // Skip to: 25528 /* 13673 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 13676 */ MCD::OPC_FilterValue, 0, 243, 0, 0, // Skip to: 13924 /* 13681 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 13684 */ MCD::OPC_FilterValue, 0, 115, 0, 0, // Skip to: 13804 /* 13689 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13692 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 13764 /* 13697 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13700 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13732 /* 13705 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13722 /* 13710 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13722 /* 13717 */ MCD::OPC_Decode, 141, 9, 175, 1, // Opcode: MVE_VMLSDAVs16 /* 13722 */ MCD::OPC_CheckPredicate, 22, 25, 46, 0, // Skip to: 25528 /* 13727 */ MCD::OPC_Decode, 151, 9, 176, 1, // Opcode: MVE_VMLSLDAVs16 /* 13732 */ MCD::OPC_FilterValue, 15, 15, 46, 0, // Skip to: 25528 /* 13737 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13754 /* 13742 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13754 /* 13749 */ MCD::OPC_Decode, 143, 9, 175, 1, // Opcode: MVE_VMLSDAVs8 /* 13754 */ MCD::OPC_CheckPredicate, 22, 249, 45, 0, // Skip to: 25528 /* 13759 */ MCD::OPC_Decode, 186, 11, 176, 1, // Opcode: MVE_VRMLSLDAVHs32 /* 13764 */ MCD::OPC_FilterValue, 1, 239, 45, 0, // Skip to: 25528 /* 13769 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13772 */ MCD::OPC_FilterValue, 14, 231, 45, 0, // Skip to: 25528 /* 13777 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13794 /* 13782 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13794 /* 13789 */ MCD::OPC_Decode, 142, 9, 175, 1, // Opcode: MVE_VMLSDAVs32 /* 13794 */ MCD::OPC_CheckPredicate, 22, 209, 45, 0, // Skip to: 25528 /* 13799 */ MCD::OPC_Decode, 152, 9, 176, 1, // Opcode: MVE_VMLSLDAVs32 /* 13804 */ MCD::OPC_FilterValue, 1, 199, 45, 0, // Skip to: 25528 /* 13809 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13812 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 13884 /* 13817 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13820 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13852 /* 13825 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13842 /* 13830 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13842 /* 13837 */ MCD::OPC_Decode, 144, 9, 175, 1, // Opcode: MVE_VMLSDAVxs16 /* 13842 */ MCD::OPC_CheckPredicate, 22, 161, 45, 0, // Skip to: 25528 /* 13847 */ MCD::OPC_Decode, 153, 9, 176, 1, // Opcode: MVE_VMLSLDAVxs16 /* 13852 */ MCD::OPC_FilterValue, 15, 151, 45, 0, // Skip to: 25528 /* 13857 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13874 /* 13862 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13874 /* 13869 */ MCD::OPC_Decode, 146, 9, 175, 1, // Opcode: MVE_VMLSDAVxs8 /* 13874 */ MCD::OPC_CheckPredicate, 22, 129, 45, 0, // Skip to: 25528 /* 13879 */ MCD::OPC_Decode, 187, 11, 176, 1, // Opcode: MVE_VRMLSLDAVHxs32 /* 13884 */ MCD::OPC_FilterValue, 1, 119, 45, 0, // Skip to: 25528 /* 13889 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13892 */ MCD::OPC_FilterValue, 14, 111, 45, 0, // Skip to: 25528 /* 13897 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13914 /* 13902 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13914 /* 13909 */ MCD::OPC_Decode, 145, 9, 175, 1, // Opcode: MVE_VMLSDAVxs32 /* 13914 */ MCD::OPC_CheckPredicate, 22, 89, 45, 0, // Skip to: 25528 /* 13919 */ MCD::OPC_Decode, 154, 9, 176, 1, // Opcode: MVE_VMLSLDAVxs32 /* 13924 */ MCD::OPC_FilterValue, 2, 79, 45, 0, // Skip to: 25528 /* 13929 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 13932 */ MCD::OPC_FilterValue, 0, 115, 0, 0, // Skip to: 14052 /* 13937 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 13940 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 14012 /* 13945 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 13948 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 13980 /* 13953 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 13970 /* 13958 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 13970 /* 13965 */ MCD::OPC_Decode, 135, 9, 177, 1, // Opcode: MVE_VMLSDAVas16 /* 13970 */ MCD::OPC_CheckPredicate, 22, 33, 45, 0, // Skip to: 25528 /* 13975 */ MCD::OPC_Decode, 147, 9, 178, 1, // Opcode: MVE_VMLSLDAVas16 /* 13980 */ MCD::OPC_FilterValue, 15, 23, 45, 0, // Skip to: 25528 /* 13985 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14002 /* 13990 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14002 /* 13997 */ MCD::OPC_Decode, 137, 9, 177, 1, // Opcode: MVE_VMLSDAVas8 /* 14002 */ MCD::OPC_CheckPredicate, 22, 1, 45, 0, // Skip to: 25528 /* 14007 */ MCD::OPC_Decode, 184, 11, 178, 1, // Opcode: MVE_VRMLSLDAVHas32 /* 14012 */ MCD::OPC_FilterValue, 1, 247, 44, 0, // Skip to: 25528 /* 14017 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14020 */ MCD::OPC_FilterValue, 14, 239, 44, 0, // Skip to: 25528 /* 14025 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14042 /* 14030 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14042 /* 14037 */ MCD::OPC_Decode, 136, 9, 177, 1, // Opcode: MVE_VMLSDAVas32 /* 14042 */ MCD::OPC_CheckPredicate, 22, 217, 44, 0, // Skip to: 25528 /* 14047 */ MCD::OPC_Decode, 148, 9, 178, 1, // Opcode: MVE_VMLSLDAVas32 /* 14052 */ MCD::OPC_FilterValue, 1, 207, 44, 0, // Skip to: 25528 /* 14057 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 14060 */ MCD::OPC_FilterValue, 0, 67, 0, 0, // Skip to: 14132 /* 14065 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14068 */ MCD::OPC_FilterValue, 14, 27, 0, 0, // Skip to: 14100 /* 14073 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14090 /* 14078 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14090 /* 14085 */ MCD::OPC_Decode, 138, 9, 177, 1, // Opcode: MVE_VMLSDAVaxs16 /* 14090 */ MCD::OPC_CheckPredicate, 22, 169, 44, 0, // Skip to: 25528 /* 14095 */ MCD::OPC_Decode, 149, 9, 178, 1, // Opcode: MVE_VMLSLDAVaxs16 /* 14100 */ MCD::OPC_FilterValue, 15, 159, 44, 0, // Skip to: 25528 /* 14105 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14122 /* 14110 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14122 /* 14117 */ MCD::OPC_Decode, 140, 9, 177, 1, // Opcode: MVE_VMLSDAVaxs8 /* 14122 */ MCD::OPC_CheckPredicate, 22, 137, 44, 0, // Skip to: 25528 /* 14127 */ MCD::OPC_Decode, 185, 11, 178, 1, // Opcode: MVE_VRMLSLDAVHaxs32 /* 14132 */ MCD::OPC_FilterValue, 1, 127, 44, 0, // Skip to: 25528 /* 14137 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14140 */ MCD::OPC_FilterValue, 14, 119, 44, 0, // Skip to: 25528 /* 14145 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14162 /* 14150 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14162 /* 14157 */ MCD::OPC_Decode, 139, 9, 177, 1, // Opcode: MVE_VMLSDAVaxs32 /* 14162 */ MCD::OPC_CheckPredicate, 22, 97, 44, 0, // Skip to: 25528 /* 14167 */ MCD::OPC_Decode, 150, 9, 178, 1, // Opcode: MVE_VMLSLDAVaxs32 /* 14172 */ MCD::OPC_FilterValue, 15, 87, 44, 0, // Skip to: 25528 /* 14177 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 14180 */ MCD::OPC_FilterValue, 0, 154, 5, 0, // Skip to: 15619 /* 14185 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 14188 */ MCD::OPC_FilterValue, 0, 196, 4, 0, // Skip to: 15413 /* 14193 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 14196 */ MCD::OPC_FilterValue, 0, 56, 3, 0, // Skip to: 15025 /* 14201 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 14204 */ MCD::OPC_FilterValue, 0, 40, 2, 0, // Skip to: 14761 /* 14209 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 14212 */ MCD::OPC_FilterValue, 0, 60, 1, 0, // Skip to: 14533 /* 14217 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14220 */ MCD::OPC_FilterValue, 14, 190, 0, 0, // Skip to: 14415 /* 14225 */ MCD::OPC_ExtractField, 17, 6, // Inst{22-17} ... /* 14228 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 14243 /* 14233 */ MCD::OPC_CheckPredicate, 22, 110, 0, 0, // Skip to: 14348 /* 14238 */ MCD::OPC_Decode, 171, 8, 179, 1, // Opcode: MVE_VMAXAVs8 /* 14243 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 14258 /* 14248 */ MCD::OPC_CheckPredicate, 22, 95, 0, 0, // Skip to: 14348 /* 14253 */ MCD::OPC_Decode, 185, 8, 179, 1, // Opcode: MVE_VMAXVs8 /* 14258 */ MCD::OPC_FilterValue, 50, 10, 0, 0, // Skip to: 14273 /* 14263 */ MCD::OPC_CheckPredicate, 22, 80, 0, 0, // Skip to: 14348 /* 14268 */ MCD::OPC_Decode, 169, 8, 179, 1, // Opcode: MVE_VMAXAVs16 /* 14273 */ MCD::OPC_FilterValue, 51, 10, 0, 0, // Skip to: 14288 /* 14278 */ MCD::OPC_CheckPredicate, 22, 65, 0, 0, // Skip to: 14348 /* 14283 */ MCD::OPC_Decode, 183, 8, 179, 1, // Opcode: MVE_VMAXVs16 /* 14288 */ MCD::OPC_FilterValue, 52, 10, 0, 0, // Skip to: 14303 /* 14293 */ MCD::OPC_CheckPredicate, 22, 50, 0, 0, // Skip to: 14348 /* 14298 */ MCD::OPC_Decode, 170, 8, 179, 1, // Opcode: MVE_VMAXAVs32 /* 14303 */ MCD::OPC_FilterValue, 53, 10, 0, 0, // Skip to: 14318 /* 14308 */ MCD::OPC_CheckPredicate, 22, 35, 0, 0, // Skip to: 14348 /* 14313 */ MCD::OPC_Decode, 184, 8, 179, 1, // Opcode: MVE_VMAXVs32 /* 14318 */ MCD::OPC_FilterValue, 54, 10, 0, 0, // Skip to: 14333 /* 14323 */ MCD::OPC_CheckPredicate, 24, 20, 0, 0, // Skip to: 14348 /* 14328 */ MCD::OPC_Decode, 176, 8, 179, 1, // Opcode: MVE_VMAXNMAVf32 /* 14333 */ MCD::OPC_FilterValue, 55, 10, 0, 0, // Skip to: 14348 /* 14338 */ MCD::OPC_CheckPredicate, 24, 5, 0, 0, // Skip to: 14348 /* 14343 */ MCD::OPC_Decode, 180, 8, 179, 1, // Opcode: MVE_VMAXNMVf32 /* 14348 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 14351 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 14383 /* 14356 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14373 /* 14361 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14373 /* 14368 */ MCD::OPC_Decode, 232, 8, 175, 1, // Opcode: MVE_VMLADAVs8 /* 14373 */ MCD::OPC_CheckPredicate, 22, 142, 43, 0, // Skip to: 25528 /* 14378 */ MCD::OPC_Decode, 181, 11, 176, 1, // Opcode: MVE_VRMLALDAVHs32 /* 14383 */ MCD::OPC_FilterValue, 1, 132, 43, 0, // Skip to: 25528 /* 14388 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14405 /* 14393 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14405 /* 14400 */ MCD::OPC_Decode, 238, 8, 175, 1, // Opcode: MVE_VMLADAVxs8 /* 14405 */ MCD::OPC_CheckPredicate, 22, 110, 43, 0, // Skip to: 25528 /* 14410 */ MCD::OPC_Decode, 183, 11, 176, 1, // Opcode: MVE_VRMLALDAVHxs32 /* 14415 */ MCD::OPC_FilterValue, 15, 100, 43, 0, // Skip to: 25528 /* 14420 */ MCD::OPC_ExtractField, 17, 6, // Inst{22-17} ... /* 14423 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 14438 /* 14428 */ MCD::OPC_CheckPredicate, 22, 65, 0, 0, // Skip to: 14498 /* 14433 */ MCD::OPC_Decode, 188, 8, 179, 1, // Opcode: MVE_VMAXVu8 /* 14438 */ MCD::OPC_FilterValue, 51, 10, 0, 0, // Skip to: 14453 /* 14443 */ MCD::OPC_CheckPredicate, 22, 50, 0, 0, // Skip to: 14498 /* 14448 */ MCD::OPC_Decode, 186, 8, 179, 1, // Opcode: MVE_VMAXVu16 /* 14453 */ MCD::OPC_FilterValue, 53, 10, 0, 0, // Skip to: 14468 /* 14458 */ MCD::OPC_CheckPredicate, 22, 35, 0, 0, // Skip to: 14498 /* 14463 */ MCD::OPC_Decode, 187, 8, 179, 1, // Opcode: MVE_VMAXVu32 /* 14468 */ MCD::OPC_FilterValue, 54, 10, 0, 0, // Skip to: 14483 /* 14473 */ MCD::OPC_CheckPredicate, 24, 20, 0, 0, // Skip to: 14498 /* 14478 */ MCD::OPC_Decode, 175, 8, 179, 1, // Opcode: MVE_VMAXNMAVf16 /* 14483 */ MCD::OPC_FilterValue, 55, 10, 0, 0, // Skip to: 14498 /* 14488 */ MCD::OPC_CheckPredicate, 24, 5, 0, 0, // Skip to: 14498 /* 14493 */ MCD::OPC_Decode, 179, 8, 179, 1, // Opcode: MVE_VMAXNMVf16 /* 14498 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 14501 */ MCD::OPC_FilterValue, 0, 14, 43, 0, // Skip to: 25528 /* 14506 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14523 /* 14511 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14523 /* 14518 */ MCD::OPC_Decode, 235, 8, 175, 1, // Opcode: MVE_VMLADAVu8 /* 14523 */ MCD::OPC_CheckPredicate, 22, 248, 42, 0, // Skip to: 25528 /* 14528 */ MCD::OPC_Decode, 182, 11, 176, 1, // Opcode: MVE_VRMLALDAVHu32 /* 14533 */ MCD::OPC_FilterValue, 1, 238, 42, 0, // Skip to: 25528 /* 14538 */ MCD::OPC_ExtractField, 17, 3, // Inst{19-17} ... /* 14541 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 14607 /* 14546 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14549 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 14578 /* 14554 */ MCD::OPC_CheckPredicate, 22, 217, 42, 0, // Skip to: 25528 /* 14559 */ MCD::OPC_CheckField, 20, 3, 7, 210, 42, 0, // Skip to: 25528 /* 14566 */ MCD::OPC_CheckField, 12, 1, 0, 203, 42, 0, // Skip to: 25528 /* 14573 */ MCD::OPC_Decode, 187, 6, 180, 1, // Opcode: MVE_VADDVs8no_acc /* 14578 */ MCD::OPC_FilterValue, 15, 193, 42, 0, // Skip to: 25528 /* 14583 */ MCD::OPC_CheckPredicate, 22, 188, 42, 0, // Skip to: 25528 /* 14588 */ MCD::OPC_CheckField, 20, 3, 7, 181, 42, 0, // Skip to: 25528 /* 14595 */ MCD::OPC_CheckField, 12, 1, 0, 174, 42, 0, // Skip to: 25528 /* 14602 */ MCD::OPC_Decode, 193, 6, 180, 1, // Opcode: MVE_VADDVu8no_acc /* 14607 */ MCD::OPC_FilterValue, 2, 61, 0, 0, // Skip to: 14673 /* 14612 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14615 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 14644 /* 14620 */ MCD::OPC_CheckPredicate, 22, 151, 42, 0, // Skip to: 25528 /* 14625 */ MCD::OPC_CheckField, 20, 3, 7, 144, 42, 0, // Skip to: 25528 /* 14632 */ MCD::OPC_CheckField, 12, 1, 0, 137, 42, 0, // Skip to: 25528 /* 14639 */ MCD::OPC_Decode, 183, 6, 180, 1, // Opcode: MVE_VADDVs16no_acc /* 14644 */ MCD::OPC_FilterValue, 15, 127, 42, 0, // Skip to: 25528 /* 14649 */ MCD::OPC_CheckPredicate, 22, 122, 42, 0, // Skip to: 25528 /* 14654 */ MCD::OPC_CheckField, 20, 3, 7, 115, 42, 0, // Skip to: 25528 /* 14661 */ MCD::OPC_CheckField, 12, 1, 0, 108, 42, 0, // Skip to: 25528 /* 14668 */ MCD::OPC_Decode, 189, 6, 180, 1, // Opcode: MVE_VADDVu16no_acc /* 14673 */ MCD::OPC_FilterValue, 4, 98, 42, 0, // Skip to: 25528 /* 14678 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14681 */ MCD::OPC_FilterValue, 14, 35, 0, 0, // Skip to: 14721 /* 14686 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 14689 */ MCD::OPC_FilterValue, 0, 82, 42, 0, // Skip to: 25528 /* 14694 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14711 /* 14699 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14711 /* 14706 */ MCD::OPC_Decode, 185, 6, 180, 1, // Opcode: MVE_VADDVs32no_acc /* 14711 */ MCD::OPC_CheckPredicate, 22, 60, 42, 0, // Skip to: 25528 /* 14716 */ MCD::OPC_Decode, 179, 6, 181, 1, // Opcode: MVE_VADDLVs32no_acc /* 14721 */ MCD::OPC_FilterValue, 15, 50, 42, 0, // Skip to: 25528 /* 14726 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 14729 */ MCD::OPC_FilterValue, 0, 42, 42, 0, // Skip to: 25528 /* 14734 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 14751 /* 14739 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 14751 /* 14746 */ MCD::OPC_Decode, 191, 6, 180, 1, // Opcode: MVE_VADDVu32no_acc /* 14751 */ MCD::OPC_CheckPredicate, 22, 20, 42, 0, // Skip to: 25528 /* 14756 */ MCD::OPC_Decode, 181, 6, 181, 1, // Opcode: MVE_VADDLVu32no_acc /* 14761 */ MCD::OPC_FilterValue, 1, 10, 42, 0, // Skip to: 25528 /* 14766 */ MCD::OPC_ExtractField, 16, 7, // Inst{22-16} ... /* 14769 */ MCD::OPC_FilterValue, 96, 17, 0, 0, // Skip to: 14791 /* 14774 */ MCD::OPC_CheckPredicate, 22, 253, 41, 0, // Skip to: 25528 /* 14779 */ MCD::OPC_CheckField, 28, 4, 14, 246, 41, 0, // Skip to: 25528 /* 14786 */ MCD::OPC_Decode, 197, 8, 179, 1, // Opcode: MVE_VMINAVs8 /* 14791 */ MCD::OPC_FilterValue, 98, 33, 0, 0, // Skip to: 14829 /* 14796 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14799 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 14814 /* 14804 */ MCD::OPC_CheckPredicate, 22, 223, 41, 0, // Skip to: 25528 /* 14809 */ MCD::OPC_Decode, 211, 8, 179, 1, // Opcode: MVE_VMINVs8 /* 14814 */ MCD::OPC_FilterValue, 15, 213, 41, 0, // Skip to: 25528 /* 14819 */ MCD::OPC_CheckPredicate, 22, 208, 41, 0, // Skip to: 25528 /* 14824 */ MCD::OPC_Decode, 214, 8, 179, 1, // Opcode: MVE_VMINVu8 /* 14829 */ MCD::OPC_FilterValue, 100, 17, 0, 0, // Skip to: 14851 /* 14834 */ MCD::OPC_CheckPredicate, 22, 193, 41, 0, // Skip to: 25528 /* 14839 */ MCD::OPC_CheckField, 28, 4, 14, 186, 41, 0, // Skip to: 25528 /* 14846 */ MCD::OPC_Decode, 195, 8, 179, 1, // Opcode: MVE_VMINAVs16 /* 14851 */ MCD::OPC_FilterValue, 102, 33, 0, 0, // Skip to: 14889 /* 14856 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14859 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 14874 /* 14864 */ MCD::OPC_CheckPredicate, 22, 163, 41, 0, // Skip to: 25528 /* 14869 */ MCD::OPC_Decode, 209, 8, 179, 1, // Opcode: MVE_VMINVs16 /* 14874 */ MCD::OPC_FilterValue, 15, 153, 41, 0, // Skip to: 25528 /* 14879 */ MCD::OPC_CheckPredicate, 22, 148, 41, 0, // Skip to: 25528 /* 14884 */ MCD::OPC_Decode, 212, 8, 179, 1, // Opcode: MVE_VMINVu16 /* 14889 */ MCD::OPC_FilterValue, 104, 17, 0, 0, // Skip to: 14911 /* 14894 */ MCD::OPC_CheckPredicate, 22, 133, 41, 0, // Skip to: 25528 /* 14899 */ MCD::OPC_CheckField, 28, 4, 14, 126, 41, 0, // Skip to: 25528 /* 14906 */ MCD::OPC_Decode, 196, 8, 179, 1, // Opcode: MVE_VMINAVs32 /* 14911 */ MCD::OPC_FilterValue, 106, 33, 0, 0, // Skip to: 14949 /* 14916 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14919 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 14934 /* 14924 */ MCD::OPC_CheckPredicate, 22, 103, 41, 0, // Skip to: 25528 /* 14929 */ MCD::OPC_Decode, 210, 8, 179, 1, // Opcode: MVE_VMINVs32 /* 14934 */ MCD::OPC_FilterValue, 15, 93, 41, 0, // Skip to: 25528 /* 14939 */ MCD::OPC_CheckPredicate, 22, 88, 41, 0, // Skip to: 25528 /* 14944 */ MCD::OPC_Decode, 213, 8, 179, 1, // Opcode: MVE_VMINVu32 /* 14949 */ MCD::OPC_FilterValue, 108, 33, 0, 0, // Skip to: 14987 /* 14954 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14957 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 14972 /* 14962 */ MCD::OPC_CheckPredicate, 24, 65, 41, 0, // Skip to: 25528 /* 14967 */ MCD::OPC_Decode, 202, 8, 179, 1, // Opcode: MVE_VMINNMAVf32 /* 14972 */ MCD::OPC_FilterValue, 15, 55, 41, 0, // Skip to: 25528 /* 14977 */ MCD::OPC_CheckPredicate, 24, 50, 41, 0, // Skip to: 25528 /* 14982 */ MCD::OPC_Decode, 201, 8, 179, 1, // Opcode: MVE_VMINNMAVf16 /* 14987 */ MCD::OPC_FilterValue, 110, 40, 41, 0, // Skip to: 25528 /* 14992 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 14995 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 15010 /* 15000 */ MCD::OPC_CheckPredicate, 24, 27, 41, 0, // Skip to: 25528 /* 15005 */ MCD::OPC_Decode, 206, 8, 179, 1, // Opcode: MVE_VMINNMVf32 /* 15010 */ MCD::OPC_FilterValue, 15, 17, 41, 0, // Skip to: 25528 /* 15015 */ MCD::OPC_CheckPredicate, 24, 12, 41, 0, // Skip to: 25528 /* 15020 */ MCD::OPC_Decode, 205, 8, 179, 1, // Opcode: MVE_VMINNMVf16 /* 15025 */ MCD::OPC_FilterValue, 2, 2, 41, 0, // Skip to: 25528 /* 15030 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 15033 */ MCD::OPC_FilterValue, 0, 63, 1, 0, // Skip to: 15357 /* 15038 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 15041 */ MCD::OPC_FilterValue, 0, 83, 0, 0, // Skip to: 15129 /* 15046 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15049 */ MCD::OPC_FilterValue, 14, 35, 0, 0, // Skip to: 15089 /* 15054 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15057 */ MCD::OPC_FilterValue, 0, 226, 40, 0, // Skip to: 25528 /* 15062 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 15079 /* 15067 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 15079 /* 15074 */ MCD::OPC_Decode, 223, 8, 177, 1, // Opcode: MVE_VMLADAVas8 /* 15079 */ MCD::OPC_CheckPredicate, 22, 204, 40, 0, // Skip to: 25528 /* 15084 */ MCD::OPC_Decode, 178, 11, 178, 1, // Opcode: MVE_VRMLALDAVHas32 /* 15089 */ MCD::OPC_FilterValue, 15, 194, 40, 0, // Skip to: 25528 /* 15094 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15097 */ MCD::OPC_FilterValue, 0, 186, 40, 0, // Skip to: 25528 /* 15102 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 15119 /* 15107 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 15119 /* 15114 */ MCD::OPC_Decode, 226, 8, 177, 1, // Opcode: MVE_VMLADAVau8 /* 15119 */ MCD::OPC_CheckPredicate, 22, 164, 40, 0, // Skip to: 25528 /* 15124 */ MCD::OPC_Decode, 179, 11, 178, 1, // Opcode: MVE_VRMLALDAVHau32 /* 15129 */ MCD::OPC_FilterValue, 1, 154, 40, 0, // Skip to: 25528 /* 15134 */ MCD::OPC_ExtractField, 17, 3, // Inst{19-17} ... /* 15137 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 15203 /* 15142 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15145 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15174 /* 15150 */ MCD::OPC_CheckPredicate, 22, 133, 40, 0, // Skip to: 25528 /* 15155 */ MCD::OPC_CheckField, 20, 3, 7, 126, 40, 0, // Skip to: 25528 /* 15162 */ MCD::OPC_CheckField, 7, 1, 0, 119, 40, 0, // Skip to: 25528 /* 15169 */ MCD::OPC_Decode, 186, 6, 182, 1, // Opcode: MVE_VADDVs8acc /* 15174 */ MCD::OPC_FilterValue, 15, 109, 40, 0, // Skip to: 25528 /* 15179 */ MCD::OPC_CheckPredicate, 22, 104, 40, 0, // Skip to: 25528 /* 15184 */ MCD::OPC_CheckField, 20, 3, 7, 97, 40, 0, // Skip to: 25528 /* 15191 */ MCD::OPC_CheckField, 7, 1, 0, 90, 40, 0, // Skip to: 25528 /* 15198 */ MCD::OPC_Decode, 192, 6, 182, 1, // Opcode: MVE_VADDVu8acc /* 15203 */ MCD::OPC_FilterValue, 2, 61, 0, 0, // Skip to: 15269 /* 15208 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15211 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15240 /* 15216 */ MCD::OPC_CheckPredicate, 22, 67, 40, 0, // Skip to: 25528 /* 15221 */ MCD::OPC_CheckField, 20, 3, 7, 60, 40, 0, // Skip to: 25528 /* 15228 */ MCD::OPC_CheckField, 7, 1, 0, 53, 40, 0, // Skip to: 25528 /* 15235 */ MCD::OPC_Decode, 182, 6, 182, 1, // Opcode: MVE_VADDVs16acc /* 15240 */ MCD::OPC_FilterValue, 15, 43, 40, 0, // Skip to: 25528 /* 15245 */ MCD::OPC_CheckPredicate, 22, 38, 40, 0, // Skip to: 25528 /* 15250 */ MCD::OPC_CheckField, 20, 3, 7, 31, 40, 0, // Skip to: 25528 /* 15257 */ MCD::OPC_CheckField, 7, 1, 0, 24, 40, 0, // Skip to: 25528 /* 15264 */ MCD::OPC_Decode, 188, 6, 182, 1, // Opcode: MVE_VADDVu16acc /* 15269 */ MCD::OPC_FilterValue, 4, 14, 40, 0, // Skip to: 25528 /* 15274 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15277 */ MCD::OPC_FilterValue, 14, 35, 0, 0, // Skip to: 15317 /* 15282 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15285 */ MCD::OPC_FilterValue, 0, 254, 39, 0, // Skip to: 25528 /* 15290 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 15307 /* 15295 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 15307 /* 15302 */ MCD::OPC_Decode, 184, 6, 182, 1, // Opcode: MVE_VADDVs32acc /* 15307 */ MCD::OPC_CheckPredicate, 22, 232, 39, 0, // Skip to: 25528 /* 15312 */ MCD::OPC_Decode, 178, 6, 183, 1, // Opcode: MVE_VADDLVs32acc /* 15317 */ MCD::OPC_FilterValue, 15, 222, 39, 0, // Skip to: 25528 /* 15322 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15325 */ MCD::OPC_FilterValue, 0, 214, 39, 0, // Skip to: 25528 /* 15330 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 15347 /* 15335 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 15347 /* 15342 */ MCD::OPC_Decode, 190, 6, 182, 1, // Opcode: MVE_VADDVu32acc /* 15347 */ MCD::OPC_CheckPredicate, 22, 192, 39, 0, // Skip to: 25528 /* 15352 */ MCD::OPC_Decode, 180, 6, 183, 1, // Opcode: MVE_VADDLVu32acc /* 15357 */ MCD::OPC_FilterValue, 1, 182, 39, 0, // Skip to: 25528 /* 15362 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15365 */ MCD::OPC_FilterValue, 0, 174, 39, 0, // Skip to: 25528 /* 15370 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 15373 */ MCD::OPC_FilterValue, 0, 166, 39, 0, // Skip to: 25528 /* 15378 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15381 */ MCD::OPC_FilterValue, 14, 158, 39, 0, // Skip to: 25528 /* 15386 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 15403 /* 15391 */ MCD::OPC_CheckField, 20, 3, 7, 5, 0, 0, // Skip to: 15403 /* 15398 */ MCD::OPC_Decode, 229, 8, 177, 1, // Opcode: MVE_VMLADAVaxs8 /* 15403 */ MCD::OPC_CheckPredicate, 22, 136, 39, 0, // Skip to: 25528 /* 15408 */ MCD::OPC_Decode, 180, 11, 178, 1, // Opcode: MVE_VRMLALDAVHaxs32 /* 15413 */ MCD::OPC_FilterValue, 1, 126, 39, 0, // Skip to: 25528 /* 15418 */ MCD::OPC_ExtractField, 20, 3, // Inst{22-20} ... /* 15421 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 15487 /* 15426 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15429 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15458 /* 15434 */ MCD::OPC_CheckPredicate, 22, 105, 39, 0, // Skip to: 25528 /* 15439 */ MCD::OPC_CheckField, 16, 1, 0, 98, 39, 0, // Skip to: 25528 /* 15446 */ MCD::OPC_CheckField, 4, 1, 0, 91, 39, 0, // Skip to: 25528 /* 15453 */ MCD::OPC_Decode, 159, 6, 184, 1, // Opcode: MVE_VABAVs8 /* 15458 */ MCD::OPC_FilterValue, 15, 81, 39, 0, // Skip to: 25528 /* 15463 */ MCD::OPC_CheckPredicate, 22, 76, 39, 0, // Skip to: 25528 /* 15468 */ MCD::OPC_CheckField, 16, 1, 0, 69, 39, 0, // Skip to: 25528 /* 15475 */ MCD::OPC_CheckField, 4, 1, 0, 62, 39, 0, // Skip to: 25528 /* 15482 */ MCD::OPC_Decode, 162, 6, 184, 1, // Opcode: MVE_VABAVu8 /* 15487 */ MCD::OPC_FilterValue, 1, 61, 0, 0, // Skip to: 15553 /* 15492 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15495 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15524 /* 15500 */ MCD::OPC_CheckPredicate, 22, 39, 39, 0, // Skip to: 25528 /* 15505 */ MCD::OPC_CheckField, 16, 1, 0, 32, 39, 0, // Skip to: 25528 /* 15512 */ MCD::OPC_CheckField, 4, 1, 0, 25, 39, 0, // Skip to: 25528 /* 15519 */ MCD::OPC_Decode, 157, 6, 184, 1, // Opcode: MVE_VABAVs16 /* 15524 */ MCD::OPC_FilterValue, 15, 15, 39, 0, // Skip to: 25528 /* 15529 */ MCD::OPC_CheckPredicate, 22, 10, 39, 0, // Skip to: 25528 /* 15534 */ MCD::OPC_CheckField, 16, 1, 0, 3, 39, 0, // Skip to: 25528 /* 15541 */ MCD::OPC_CheckField, 4, 1, 0, 252, 38, 0, // Skip to: 25528 /* 15548 */ MCD::OPC_Decode, 160, 6, 184, 1, // Opcode: MVE_VABAVu16 /* 15553 */ MCD::OPC_FilterValue, 2, 242, 38, 0, // Skip to: 25528 /* 15558 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15561 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15590 /* 15566 */ MCD::OPC_CheckPredicate, 22, 229, 38, 0, // Skip to: 25528 /* 15571 */ MCD::OPC_CheckField, 16, 1, 0, 222, 38, 0, // Skip to: 25528 /* 15578 */ MCD::OPC_CheckField, 4, 1, 0, 215, 38, 0, // Skip to: 25528 /* 15585 */ MCD::OPC_Decode, 158, 6, 184, 1, // Opcode: MVE_VABAVs32 /* 15590 */ MCD::OPC_FilterValue, 15, 205, 38, 0, // Skip to: 25528 /* 15595 */ MCD::OPC_CheckPredicate, 22, 200, 38, 0, // Skip to: 25528 /* 15600 */ MCD::OPC_CheckField, 16, 1, 0, 193, 38, 0, // Skip to: 25528 /* 15607 */ MCD::OPC_CheckField, 4, 1, 0, 186, 38, 0, // Skip to: 25528 /* 15614 */ MCD::OPC_Decode, 161, 6, 184, 1, // Opcode: MVE_VABAVu32 /* 15619 */ MCD::OPC_FilterValue, 1, 176, 38, 0, // Skip to: 25528 /* 15624 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 15627 */ MCD::OPC_FilterValue, 0, 219, 3, 0, // Skip to: 16619 /* 15632 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15635 */ MCD::OPC_FilterValue, 0, 27, 1, 0, // Skip to: 15923 /* 15640 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 15643 */ MCD::OPC_FilterValue, 0, 135, 0, 0, // Skip to: 15783 /* 15648 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 15651 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 15717 /* 15656 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15659 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15688 /* 15664 */ MCD::OPC_CheckPredicate, 22, 131, 38, 0, // Skip to: 25528 /* 15669 */ MCD::OPC_CheckField, 19, 1, 1, 124, 38, 0, // Skip to: 25528 /* 15676 */ MCD::OPC_CheckField, 4, 1, 0, 117, 38, 0, // Skip to: 25528 /* 15683 */ MCD::OPC_Decode, 130, 11, 185, 1, // Opcode: MVE_VQSHRNbhs16 /* 15688 */ MCD::OPC_FilterValue, 15, 107, 38, 0, // Skip to: 25528 /* 15693 */ MCD::OPC_CheckPredicate, 22, 102, 38, 0, // Skip to: 25528 /* 15698 */ MCD::OPC_CheckField, 19, 1, 1, 95, 38, 0, // Skip to: 25528 /* 15705 */ MCD::OPC_CheckField, 4, 1, 0, 88, 38, 0, // Skip to: 25528 /* 15712 */ MCD::OPC_Decode, 132, 11, 185, 1, // Opcode: MVE_VQSHRNbhu16 /* 15717 */ MCD::OPC_FilterValue, 1, 78, 38, 0, // Skip to: 25528 /* 15722 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15725 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15754 /* 15730 */ MCD::OPC_CheckPredicate, 22, 65, 38, 0, // Skip to: 25528 /* 15735 */ MCD::OPC_CheckField, 19, 1, 1, 58, 38, 0, // Skip to: 25528 /* 15742 */ MCD::OPC_CheckField, 4, 1, 0, 51, 38, 0, // Skip to: 25528 /* 15749 */ MCD::OPC_Decode, 134, 11, 185, 1, // Opcode: MVE_VQSHRNths16 /* 15754 */ MCD::OPC_FilterValue, 15, 41, 38, 0, // Skip to: 25528 /* 15759 */ MCD::OPC_CheckPredicate, 22, 36, 38, 0, // Skip to: 25528 /* 15764 */ MCD::OPC_CheckField, 19, 1, 1, 29, 38, 0, // Skip to: 25528 /* 15771 */ MCD::OPC_CheckField, 4, 1, 0, 22, 38, 0, // Skip to: 25528 /* 15778 */ MCD::OPC_Decode, 136, 11, 185, 1, // Opcode: MVE_VQSHRNthu16 /* 15783 */ MCD::OPC_FilterValue, 1, 12, 38, 0, // Skip to: 25528 /* 15788 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 15791 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 15857 /* 15796 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15799 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15828 /* 15804 */ MCD::OPC_CheckPredicate, 22, 247, 37, 0, // Skip to: 25528 /* 15809 */ MCD::OPC_CheckField, 19, 1, 1, 240, 37, 0, // Skip to: 25528 /* 15816 */ MCD::OPC_CheckField, 4, 1, 0, 233, 37, 0, // Skip to: 25528 /* 15823 */ MCD::OPC_Decode, 225, 10, 185, 1, // Opcode: MVE_VQRSHRNbhs16 /* 15828 */ MCD::OPC_FilterValue, 15, 223, 37, 0, // Skip to: 25528 /* 15833 */ MCD::OPC_CheckPredicate, 22, 218, 37, 0, // Skip to: 25528 /* 15838 */ MCD::OPC_CheckField, 19, 1, 1, 211, 37, 0, // Skip to: 25528 /* 15845 */ MCD::OPC_CheckField, 4, 1, 0, 204, 37, 0, // Skip to: 25528 /* 15852 */ MCD::OPC_Decode, 227, 10, 185, 1, // Opcode: MVE_VQRSHRNbhu16 /* 15857 */ MCD::OPC_FilterValue, 1, 194, 37, 0, // Skip to: 25528 /* 15862 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15865 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15894 /* 15870 */ MCD::OPC_CheckPredicate, 22, 181, 37, 0, // Skip to: 25528 /* 15875 */ MCD::OPC_CheckField, 19, 1, 1, 174, 37, 0, // Skip to: 25528 /* 15882 */ MCD::OPC_CheckField, 4, 1, 0, 167, 37, 0, // Skip to: 25528 /* 15889 */ MCD::OPC_Decode, 229, 10, 185, 1, // Opcode: MVE_VQRSHRNths16 /* 15894 */ MCD::OPC_FilterValue, 15, 157, 37, 0, // Skip to: 25528 /* 15899 */ MCD::OPC_CheckPredicate, 22, 152, 37, 0, // Skip to: 25528 /* 15904 */ MCD::OPC_CheckField, 19, 1, 1, 145, 37, 0, // Skip to: 25528 /* 15911 */ MCD::OPC_CheckField, 4, 1, 0, 138, 37, 0, // Skip to: 25528 /* 15918 */ MCD::OPC_Decode, 231, 10, 185, 1, // Opcode: MVE_VQRSHRNthu16 /* 15923 */ MCD::OPC_FilterValue, 1, 227, 0, 0, // Skip to: 16155 /* 15928 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 15931 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 16043 /* 15936 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 15939 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 15991 /* 15944 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15947 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 15969 /* 15952 */ MCD::OPC_CheckPredicate, 22, 99, 37, 0, // Skip to: 25528 /* 15957 */ MCD::OPC_CheckField, 4, 1, 0, 92, 37, 0, // Skip to: 25528 /* 15964 */ MCD::OPC_Decode, 131, 11, 186, 1, // Opcode: MVE_VQSHRNbhs32 /* 15969 */ MCD::OPC_FilterValue, 15, 82, 37, 0, // Skip to: 25528 /* 15974 */ MCD::OPC_CheckPredicate, 22, 77, 37, 0, // Skip to: 25528 /* 15979 */ MCD::OPC_CheckField, 4, 1, 0, 70, 37, 0, // Skip to: 25528 /* 15986 */ MCD::OPC_Decode, 133, 11, 186, 1, // Opcode: MVE_VQSHRNbhu32 /* 15991 */ MCD::OPC_FilterValue, 1, 60, 37, 0, // Skip to: 25528 /* 15996 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 15999 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16021 /* 16004 */ MCD::OPC_CheckPredicate, 22, 47, 37, 0, // Skip to: 25528 /* 16009 */ MCD::OPC_CheckField, 4, 1, 0, 40, 37, 0, // Skip to: 25528 /* 16016 */ MCD::OPC_Decode, 135, 11, 186, 1, // Opcode: MVE_VQSHRNths32 /* 16021 */ MCD::OPC_FilterValue, 15, 30, 37, 0, // Skip to: 25528 /* 16026 */ MCD::OPC_CheckPredicate, 22, 25, 37, 0, // Skip to: 25528 /* 16031 */ MCD::OPC_CheckField, 4, 1, 0, 18, 37, 0, // Skip to: 25528 /* 16038 */ MCD::OPC_Decode, 137, 11, 186, 1, // Opcode: MVE_VQSHRNthu32 /* 16043 */ MCD::OPC_FilterValue, 1, 8, 37, 0, // Skip to: 25528 /* 16048 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 16051 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 16103 /* 16056 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16059 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16081 /* 16064 */ MCD::OPC_CheckPredicate, 22, 243, 36, 0, // Skip to: 25528 /* 16069 */ MCD::OPC_CheckField, 4, 1, 0, 236, 36, 0, // Skip to: 25528 /* 16076 */ MCD::OPC_Decode, 226, 10, 186, 1, // Opcode: MVE_VQRSHRNbhs32 /* 16081 */ MCD::OPC_FilterValue, 15, 226, 36, 0, // Skip to: 25528 /* 16086 */ MCD::OPC_CheckPredicate, 22, 221, 36, 0, // Skip to: 25528 /* 16091 */ MCD::OPC_CheckField, 4, 1, 0, 214, 36, 0, // Skip to: 25528 /* 16098 */ MCD::OPC_Decode, 228, 10, 186, 1, // Opcode: MVE_VQRSHRNbhu32 /* 16103 */ MCD::OPC_FilterValue, 1, 204, 36, 0, // Skip to: 25528 /* 16108 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16111 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16133 /* 16116 */ MCD::OPC_CheckPredicate, 22, 191, 36, 0, // Skip to: 25528 /* 16121 */ MCD::OPC_CheckField, 4, 1, 0, 184, 36, 0, // Skip to: 25528 /* 16128 */ MCD::OPC_Decode, 230, 10, 186, 1, // Opcode: MVE_VQRSHRNths32 /* 16133 */ MCD::OPC_FilterValue, 15, 174, 36, 0, // Skip to: 25528 /* 16138 */ MCD::OPC_CheckPredicate, 22, 169, 36, 0, // Skip to: 25528 /* 16143 */ MCD::OPC_CheckField, 4, 1, 0, 162, 36, 0, // Skip to: 25528 /* 16150 */ MCD::OPC_Decode, 232, 10, 186, 1, // Opcode: MVE_VQRSHRNthu32 /* 16155 */ MCD::OPC_FilterValue, 2, 243, 0, 0, // Skip to: 16403 /* 16160 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 16163 */ MCD::OPC_FilterValue, 0, 115, 0, 0, // Skip to: 16283 /* 16168 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16171 */ MCD::OPC_FilterValue, 14, 51, 0, 0, // Skip to: 16227 /* 16176 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16179 */ MCD::OPC_FilterValue, 0, 128, 36, 0, // Skip to: 25528 /* 16184 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16187 */ MCD::OPC_FilterValue, 0, 120, 36, 0, // Skip to: 25528 /* 16192 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 16195 */ MCD::OPC_FilterValue, 1, 112, 36, 0, // Skip to: 25528 /* 16200 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16217 /* 16205 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 16217 /* 16212 */ MCD::OPC_Decode, 157, 9, 148, 1, // Opcode: MVE_VMOVLs8bh /* 16217 */ MCD::OPC_CheckPredicate, 22, 90, 36, 0, // Skip to: 25528 /* 16222 */ MCD::OPC_Decode, 221, 11, 187, 1, // Opcode: MVE_VSHLL_imms8bh /* 16227 */ MCD::OPC_FilterValue, 15, 80, 36, 0, // Skip to: 25528 /* 16232 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16235 */ MCD::OPC_FilterValue, 0, 72, 36, 0, // Skip to: 25528 /* 16240 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16243 */ MCD::OPC_FilterValue, 0, 64, 36, 0, // Skip to: 25528 /* 16248 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 16251 */ MCD::OPC_FilterValue, 1, 56, 36, 0, // Skip to: 25528 /* 16256 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16273 /* 16261 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 16273 /* 16268 */ MCD::OPC_Decode, 161, 9, 148, 1, // Opcode: MVE_VMOVLu8bh /* 16273 */ MCD::OPC_CheckPredicate, 22, 34, 36, 0, // Skip to: 25528 /* 16278 */ MCD::OPC_Decode, 225, 11, 187, 1, // Opcode: MVE_VSHLL_immu8bh /* 16283 */ MCD::OPC_FilterValue, 1, 24, 36, 0, // Skip to: 25528 /* 16288 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16291 */ MCD::OPC_FilterValue, 14, 51, 0, 0, // Skip to: 16347 /* 16296 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16299 */ MCD::OPC_FilterValue, 0, 8, 36, 0, // Skip to: 25528 /* 16304 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16307 */ MCD::OPC_FilterValue, 0, 0, 36, 0, // Skip to: 25528 /* 16312 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 16315 */ MCD::OPC_FilterValue, 1, 248, 35, 0, // Skip to: 25528 /* 16320 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16337 /* 16325 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 16337 /* 16332 */ MCD::OPC_Decode, 158, 9, 148, 1, // Opcode: MVE_VMOVLs8th /* 16337 */ MCD::OPC_CheckPredicate, 22, 226, 35, 0, // Skip to: 25528 /* 16342 */ MCD::OPC_Decode, 222, 11, 187, 1, // Opcode: MVE_VSHLL_imms8th /* 16347 */ MCD::OPC_FilterValue, 15, 216, 35, 0, // Skip to: 25528 /* 16352 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16355 */ MCD::OPC_FilterValue, 0, 208, 35, 0, // Skip to: 25528 /* 16360 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16363 */ MCD::OPC_FilterValue, 0, 200, 35, 0, // Skip to: 25528 /* 16368 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 16371 */ MCD::OPC_FilterValue, 1, 192, 35, 0, // Skip to: 25528 /* 16376 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16393 /* 16381 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 16393 /* 16388 */ MCD::OPC_Decode, 162, 9, 148, 1, // Opcode: MVE_VMOVLu8th /* 16393 */ MCD::OPC_CheckPredicate, 22, 170, 35, 0, // Skip to: 25528 /* 16398 */ MCD::OPC_Decode, 226, 11, 187, 1, // Opcode: MVE_VSHLL_immu8th /* 16403 */ MCD::OPC_FilterValue, 3, 160, 35, 0, // Skip to: 25528 /* 16408 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 16411 */ MCD::OPC_FilterValue, 0, 99, 0, 0, // Skip to: 16515 /* 16416 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16419 */ MCD::OPC_FilterValue, 14, 43, 0, 0, // Skip to: 16467 /* 16424 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16427 */ MCD::OPC_FilterValue, 0, 136, 35, 0, // Skip to: 25528 /* 16432 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16435 */ MCD::OPC_FilterValue, 0, 128, 35, 0, // Skip to: 25528 /* 16440 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16457 /* 16445 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 16457 /* 16452 */ MCD::OPC_Decode, 155, 9, 148, 1, // Opcode: MVE_VMOVLs16bh /* 16457 */ MCD::OPC_CheckPredicate, 22, 106, 35, 0, // Skip to: 25528 /* 16462 */ MCD::OPC_Decode, 219, 11, 188, 1, // Opcode: MVE_VSHLL_imms16bh /* 16467 */ MCD::OPC_FilterValue, 15, 96, 35, 0, // Skip to: 25528 /* 16472 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16475 */ MCD::OPC_FilterValue, 0, 88, 35, 0, // Skip to: 25528 /* 16480 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16483 */ MCD::OPC_FilterValue, 0, 80, 35, 0, // Skip to: 25528 /* 16488 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16505 /* 16493 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 16505 /* 16500 */ MCD::OPC_Decode, 159, 9, 148, 1, // Opcode: MVE_VMOVLu16bh /* 16505 */ MCD::OPC_CheckPredicate, 22, 58, 35, 0, // Skip to: 25528 /* 16510 */ MCD::OPC_Decode, 223, 11, 188, 1, // Opcode: MVE_VSHLL_immu16bh /* 16515 */ MCD::OPC_FilterValue, 1, 48, 35, 0, // Skip to: 25528 /* 16520 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16523 */ MCD::OPC_FilterValue, 14, 43, 0, 0, // Skip to: 16571 /* 16528 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16531 */ MCD::OPC_FilterValue, 0, 32, 35, 0, // Skip to: 25528 /* 16536 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16539 */ MCD::OPC_FilterValue, 0, 24, 35, 0, // Skip to: 25528 /* 16544 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16561 /* 16549 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 16561 /* 16556 */ MCD::OPC_Decode, 156, 9, 148, 1, // Opcode: MVE_VMOVLs16th /* 16561 */ MCD::OPC_CheckPredicate, 22, 2, 35, 0, // Skip to: 25528 /* 16566 */ MCD::OPC_Decode, 220, 11, 188, 1, // Opcode: MVE_VSHLL_imms16th /* 16571 */ MCD::OPC_FilterValue, 15, 248, 34, 0, // Skip to: 25528 /* 16576 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16579 */ MCD::OPC_FilterValue, 0, 240, 34, 0, // Skip to: 25528 /* 16584 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 16587 */ MCD::OPC_FilterValue, 0, 232, 34, 0, // Skip to: 25528 /* 16592 */ MCD::OPC_CheckPredicate, 22, 12, 0, 0, // Skip to: 16609 /* 16597 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 16609 /* 16604 */ MCD::OPC_Decode, 160, 9, 148, 1, // Opcode: MVE_VMOVLu16th /* 16609 */ MCD::OPC_CheckPredicate, 22, 210, 34, 0, // Skip to: 25528 /* 16614 */ MCD::OPC_Decode, 224, 11, 188, 1, // Opcode: MVE_VSHLL_immu16th /* 16619 */ MCD::OPC_FilterValue, 1, 200, 34, 0, // Skip to: 25528 /* 16624 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 16627 */ MCD::OPC_FilterValue, 0, 36, 1, 0, // Skip to: 16924 /* 16632 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 16635 */ MCD::OPC_FilterValue, 0, 255, 0, 0, // Skip to: 16895 /* 16640 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16643 */ MCD::OPC_FilterValue, 0, 121, 0, 0, // Skip to: 16769 /* 16648 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 16651 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 16717 /* 16656 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16659 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 16688 /* 16664 */ MCD::OPC_CheckPredicate, 22, 155, 34, 0, // Skip to: 25528 /* 16669 */ MCD::OPC_CheckField, 19, 1, 1, 148, 34, 0, // Skip to: 25528 /* 16676 */ MCD::OPC_CheckField, 4, 1, 0, 141, 34, 0, // Skip to: 25528 /* 16683 */ MCD::OPC_Decode, 138, 11, 185, 1, // Opcode: MVE_VQSHRUNs16bh /* 16688 */ MCD::OPC_FilterValue, 15, 131, 34, 0, // Skip to: 25528 /* 16693 */ MCD::OPC_CheckPredicate, 22, 126, 34, 0, // Skip to: 25528 /* 16698 */ MCD::OPC_CheckField, 19, 1, 1, 119, 34, 0, // Skip to: 25528 /* 16705 */ MCD::OPC_CheckField, 4, 1, 0, 112, 34, 0, // Skip to: 25528 /* 16712 */ MCD::OPC_Decode, 233, 10, 185, 1, // Opcode: MVE_VQRSHRUNs16bh /* 16717 */ MCD::OPC_FilterValue, 1, 102, 34, 0, // Skip to: 25528 /* 16722 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16725 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16747 /* 16730 */ MCD::OPC_CheckPredicate, 22, 89, 34, 0, // Skip to: 25528 /* 16735 */ MCD::OPC_CheckField, 4, 1, 0, 82, 34, 0, // Skip to: 25528 /* 16742 */ MCD::OPC_Decode, 140, 11, 186, 1, // Opcode: MVE_VQSHRUNs32bh /* 16747 */ MCD::OPC_FilterValue, 15, 72, 34, 0, // Skip to: 25528 /* 16752 */ MCD::OPC_CheckPredicate, 22, 67, 34, 0, // Skip to: 25528 /* 16757 */ MCD::OPC_CheckField, 4, 1, 0, 60, 34, 0, // Skip to: 25528 /* 16764 */ MCD::OPC_Decode, 235, 10, 186, 1, // Opcode: MVE_VQRSHRUNs32bh /* 16769 */ MCD::OPC_FilterValue, 1, 50, 34, 0, // Skip to: 25528 /* 16774 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 16777 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 16843 /* 16782 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16785 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 16814 /* 16790 */ MCD::OPC_CheckPredicate, 22, 29, 34, 0, // Skip to: 25528 /* 16795 */ MCD::OPC_CheckField, 19, 1, 1, 22, 34, 0, // Skip to: 25528 /* 16802 */ MCD::OPC_CheckField, 4, 1, 0, 15, 34, 0, // Skip to: 25528 /* 16809 */ MCD::OPC_Decode, 250, 11, 185, 1, // Opcode: MVE_VSHRNi16bh /* 16814 */ MCD::OPC_FilterValue, 15, 5, 34, 0, // Skip to: 25528 /* 16819 */ MCD::OPC_CheckPredicate, 22, 0, 34, 0, // Skip to: 25528 /* 16824 */ MCD::OPC_CheckField, 19, 1, 1, 249, 33, 0, // Skip to: 25528 /* 16831 */ MCD::OPC_CheckField, 4, 1, 0, 242, 33, 0, // Skip to: 25528 /* 16838 */ MCD::OPC_Decode, 206, 11, 185, 1, // Opcode: MVE_VRSHRNi16bh /* 16843 */ MCD::OPC_FilterValue, 1, 232, 33, 0, // Skip to: 25528 /* 16848 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16851 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16873 /* 16856 */ MCD::OPC_CheckPredicate, 22, 219, 33, 0, // Skip to: 25528 /* 16861 */ MCD::OPC_CheckField, 4, 1, 0, 212, 33, 0, // Skip to: 25528 /* 16868 */ MCD::OPC_Decode, 252, 11, 186, 1, // Opcode: MVE_VSHRNi32bh /* 16873 */ MCD::OPC_FilterValue, 15, 202, 33, 0, // Skip to: 25528 /* 16878 */ MCD::OPC_CheckPredicate, 22, 197, 33, 0, // Skip to: 25528 /* 16883 */ MCD::OPC_CheckField, 4, 1, 0, 190, 33, 0, // Skip to: 25528 /* 16890 */ MCD::OPC_Decode, 208, 11, 186, 1, // Opcode: MVE_VRSHRNi32bh /* 16895 */ MCD::OPC_FilterValue, 1, 180, 33, 0, // Skip to: 25528 /* 16900 */ MCD::OPC_CheckPredicate, 22, 175, 33, 0, // Skip to: 25528 /* 16905 */ MCD::OPC_CheckField, 28, 4, 14, 168, 33, 0, // Skip to: 25528 /* 16912 */ MCD::OPC_CheckField, 4, 2, 0, 161, 33, 0, // Skip to: 25528 /* 16919 */ MCD::OPC_Decode, 218, 11, 189, 1, // Opcode: MVE_VSHLC /* 16924 */ MCD::OPC_FilterValue, 1, 151, 33, 0, // Skip to: 25528 /* 16929 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 16932 */ MCD::OPC_FilterValue, 0, 121, 0, 0, // Skip to: 17058 /* 16937 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16940 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 17006 /* 16945 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 16948 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 16977 /* 16953 */ MCD::OPC_CheckPredicate, 22, 122, 33, 0, // Skip to: 25528 /* 16958 */ MCD::OPC_CheckField, 19, 1, 1, 115, 33, 0, // Skip to: 25528 /* 16965 */ MCD::OPC_CheckField, 4, 1, 0, 108, 33, 0, // Skip to: 25528 /* 16972 */ MCD::OPC_Decode, 139, 11, 185, 1, // Opcode: MVE_VQSHRUNs16th /* 16977 */ MCD::OPC_FilterValue, 15, 98, 33, 0, // Skip to: 25528 /* 16982 */ MCD::OPC_CheckPredicate, 22, 93, 33, 0, // Skip to: 25528 /* 16987 */ MCD::OPC_CheckField, 19, 1, 1, 86, 33, 0, // Skip to: 25528 /* 16994 */ MCD::OPC_CheckField, 4, 1, 0, 79, 33, 0, // Skip to: 25528 /* 17001 */ MCD::OPC_Decode, 234, 10, 185, 1, // Opcode: MVE_VQRSHRUNs16th /* 17006 */ MCD::OPC_FilterValue, 1, 69, 33, 0, // Skip to: 25528 /* 17011 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17014 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 17036 /* 17019 */ MCD::OPC_CheckPredicate, 22, 56, 33, 0, // Skip to: 25528 /* 17024 */ MCD::OPC_CheckField, 4, 1, 0, 49, 33, 0, // Skip to: 25528 /* 17031 */ MCD::OPC_Decode, 141, 11, 186, 1, // Opcode: MVE_VQSHRUNs32th /* 17036 */ MCD::OPC_FilterValue, 15, 39, 33, 0, // Skip to: 25528 /* 17041 */ MCD::OPC_CheckPredicate, 22, 34, 33, 0, // Skip to: 25528 /* 17046 */ MCD::OPC_CheckField, 4, 1, 0, 27, 33, 0, // Skip to: 25528 /* 17053 */ MCD::OPC_Decode, 236, 10, 186, 1, // Opcode: MVE_VQRSHRUNs32th /* 17058 */ MCD::OPC_FilterValue, 1, 17, 33, 0, // Skip to: 25528 /* 17063 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 17066 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 17132 /* 17071 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17074 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 17103 /* 17079 */ MCD::OPC_CheckPredicate, 22, 252, 32, 0, // Skip to: 25528 /* 17084 */ MCD::OPC_CheckField, 19, 1, 1, 245, 32, 0, // Skip to: 25528 /* 17091 */ MCD::OPC_CheckField, 4, 1, 0, 238, 32, 0, // Skip to: 25528 /* 17098 */ MCD::OPC_Decode, 251, 11, 185, 1, // Opcode: MVE_VSHRNi16th /* 17103 */ MCD::OPC_FilterValue, 15, 228, 32, 0, // Skip to: 25528 /* 17108 */ MCD::OPC_CheckPredicate, 22, 223, 32, 0, // Skip to: 25528 /* 17113 */ MCD::OPC_CheckField, 19, 1, 1, 216, 32, 0, // Skip to: 25528 /* 17120 */ MCD::OPC_CheckField, 4, 1, 0, 209, 32, 0, // Skip to: 25528 /* 17127 */ MCD::OPC_Decode, 207, 11, 185, 1, // Opcode: MVE_VRSHRNi16th /* 17132 */ MCD::OPC_FilterValue, 1, 199, 32, 0, // Skip to: 25528 /* 17137 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17140 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 17162 /* 17145 */ MCD::OPC_CheckPredicate, 22, 186, 32, 0, // Skip to: 25528 /* 17150 */ MCD::OPC_CheckField, 4, 1, 0, 179, 32, 0, // Skip to: 25528 /* 17157 */ MCD::OPC_Decode, 253, 11, 186, 1, // Opcode: MVE_VSHRNi32th /* 17162 */ MCD::OPC_FilterValue, 15, 169, 32, 0, // Skip to: 25528 /* 17167 */ MCD::OPC_CheckPredicate, 22, 164, 32, 0, // Skip to: 25528 /* 17172 */ MCD::OPC_CheckField, 4, 1, 0, 157, 32, 0, // Skip to: 25528 /* 17179 */ MCD::OPC_Decode, 209, 11, 186, 1, // Opcode: MVE_VRSHRNi32th /* 17184 */ MCD::OPC_FilterValue, 2, 15, 19, 0, // Skip to: 22068 /* 17189 */ MCD::OPC_ExtractField, 8, 5, // Inst{12-8} ... /* 17192 */ MCD::OPC_FilterValue, 0, 251, 1, 0, // Skip to: 17704 /* 17197 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 17200 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 17368 /* 17205 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 17208 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 17288 /* 17213 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17216 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17252 /* 17221 */ MCD::OPC_CheckPredicate, 22, 110, 32, 0, // Skip to: 25528 /* 17226 */ MCD::OPC_CheckField, 16, 1, 0, 103, 32, 0, // Skip to: 25528 /* 17233 */ MCD::OPC_CheckField, 6, 1, 1, 96, 32, 0, // Skip to: 25528 /* 17240 */ MCD::OPC_CheckField, 0, 1, 0, 89, 32, 0, // Skip to: 25528 /* 17247 */ MCD::OPC_Decode, 190, 7, 144, 1, // Opcode: MVE_VHADDs8 /* 17252 */ MCD::OPC_FilterValue, 15, 79, 32, 0, // Skip to: 25528 /* 17257 */ MCD::OPC_CheckPredicate, 22, 74, 32, 0, // Skip to: 25528 /* 17262 */ MCD::OPC_CheckField, 16, 1, 0, 67, 32, 0, // Skip to: 25528 /* 17269 */ MCD::OPC_CheckField, 6, 1, 1, 60, 32, 0, // Skip to: 25528 /* 17276 */ MCD::OPC_CheckField, 0, 1, 0, 53, 32, 0, // Skip to: 25528 /* 17283 */ MCD::OPC_Decode, 193, 7, 144, 1, // Opcode: MVE_VHADDu8 /* 17288 */ MCD::OPC_FilterValue, 1, 43, 32, 0, // Skip to: 25528 /* 17293 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17296 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17332 /* 17301 */ MCD::OPC_CheckPredicate, 22, 30, 32, 0, // Skip to: 25528 /* 17306 */ MCD::OPC_CheckField, 16, 1, 0, 23, 32, 0, // Skip to: 25528 /* 17313 */ MCD::OPC_CheckField, 6, 1, 1, 16, 32, 0, // Skip to: 25528 /* 17320 */ MCD::OPC_CheckField, 0, 1, 0, 9, 32, 0, // Skip to: 25528 /* 17327 */ MCD::OPC_Decode, 138, 10, 144, 1, // Opcode: MVE_VQADDs8 /* 17332 */ MCD::OPC_FilterValue, 15, 255, 31, 0, // Skip to: 25528 /* 17337 */ MCD::OPC_CheckPredicate, 22, 250, 31, 0, // Skip to: 25528 /* 17342 */ MCD::OPC_CheckField, 16, 1, 0, 243, 31, 0, // Skip to: 25528 /* 17349 */ MCD::OPC_CheckField, 6, 1, 1, 236, 31, 0, // Skip to: 25528 /* 17356 */ MCD::OPC_CheckField, 0, 1, 0, 229, 31, 0, // Skip to: 25528 /* 17363 */ MCD::OPC_Decode, 141, 10, 144, 1, // Opcode: MVE_VQADDu8 /* 17368 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 17536 /* 17373 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 17376 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 17456 /* 17381 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17384 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17420 /* 17389 */ MCD::OPC_CheckPredicate, 22, 198, 31, 0, // Skip to: 25528 /* 17394 */ MCD::OPC_CheckField, 16, 1, 0, 191, 31, 0, // Skip to: 25528 /* 17401 */ MCD::OPC_CheckField, 6, 1, 1, 184, 31, 0, // Skip to: 25528 /* 17408 */ MCD::OPC_CheckField, 0, 1, 0, 177, 31, 0, // Skip to: 25528 /* 17415 */ MCD::OPC_Decode, 188, 7, 144, 1, // Opcode: MVE_VHADDs16 /* 17420 */ MCD::OPC_FilterValue, 15, 167, 31, 0, // Skip to: 25528 /* 17425 */ MCD::OPC_CheckPredicate, 22, 162, 31, 0, // Skip to: 25528 /* 17430 */ MCD::OPC_CheckField, 16, 1, 0, 155, 31, 0, // Skip to: 25528 /* 17437 */ MCD::OPC_CheckField, 6, 1, 1, 148, 31, 0, // Skip to: 25528 /* 17444 */ MCD::OPC_CheckField, 0, 1, 0, 141, 31, 0, // Skip to: 25528 /* 17451 */ MCD::OPC_Decode, 191, 7, 144, 1, // Opcode: MVE_VHADDu16 /* 17456 */ MCD::OPC_FilterValue, 1, 131, 31, 0, // Skip to: 25528 /* 17461 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17464 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17500 /* 17469 */ MCD::OPC_CheckPredicate, 22, 118, 31, 0, // Skip to: 25528 /* 17474 */ MCD::OPC_CheckField, 16, 1, 0, 111, 31, 0, // Skip to: 25528 /* 17481 */ MCD::OPC_CheckField, 6, 1, 1, 104, 31, 0, // Skip to: 25528 /* 17488 */ MCD::OPC_CheckField, 0, 1, 0, 97, 31, 0, // Skip to: 25528 /* 17495 */ MCD::OPC_Decode, 136, 10, 144, 1, // Opcode: MVE_VQADDs16 /* 17500 */ MCD::OPC_FilterValue, 15, 87, 31, 0, // Skip to: 25528 /* 17505 */ MCD::OPC_CheckPredicate, 22, 82, 31, 0, // Skip to: 25528 /* 17510 */ MCD::OPC_CheckField, 16, 1, 0, 75, 31, 0, // Skip to: 25528 /* 17517 */ MCD::OPC_CheckField, 6, 1, 1, 68, 31, 0, // Skip to: 25528 /* 17524 */ MCD::OPC_CheckField, 0, 1, 0, 61, 31, 0, // Skip to: 25528 /* 17531 */ MCD::OPC_Decode, 139, 10, 144, 1, // Opcode: MVE_VQADDu16 /* 17536 */ MCD::OPC_FilterValue, 2, 51, 31, 0, // Skip to: 25528 /* 17541 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 17544 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 17624 /* 17549 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17552 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17588 /* 17557 */ MCD::OPC_CheckPredicate, 22, 30, 31, 0, // Skip to: 25528 /* 17562 */ MCD::OPC_CheckField, 16, 1, 0, 23, 31, 0, // Skip to: 25528 /* 17569 */ MCD::OPC_CheckField, 6, 1, 1, 16, 31, 0, // Skip to: 25528 /* 17576 */ MCD::OPC_CheckField, 0, 1, 0, 9, 31, 0, // Skip to: 25528 /* 17583 */ MCD::OPC_Decode, 189, 7, 144, 1, // Opcode: MVE_VHADDs32 /* 17588 */ MCD::OPC_FilterValue, 15, 255, 30, 0, // Skip to: 25528 /* 17593 */ MCD::OPC_CheckPredicate, 22, 250, 30, 0, // Skip to: 25528 /* 17598 */ MCD::OPC_CheckField, 16, 1, 0, 243, 30, 0, // Skip to: 25528 /* 17605 */ MCD::OPC_CheckField, 6, 1, 1, 236, 30, 0, // Skip to: 25528 /* 17612 */ MCD::OPC_CheckField, 0, 1, 0, 229, 30, 0, // Skip to: 25528 /* 17619 */ MCD::OPC_Decode, 192, 7, 144, 1, // Opcode: MVE_VHADDu32 /* 17624 */ MCD::OPC_FilterValue, 1, 219, 30, 0, // Skip to: 25528 /* 17629 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17632 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17668 /* 17637 */ MCD::OPC_CheckPredicate, 22, 206, 30, 0, // Skip to: 25528 /* 17642 */ MCD::OPC_CheckField, 16, 1, 0, 199, 30, 0, // Skip to: 25528 /* 17649 */ MCD::OPC_CheckField, 6, 1, 1, 192, 30, 0, // Skip to: 25528 /* 17656 */ MCD::OPC_CheckField, 0, 1, 0, 185, 30, 0, // Skip to: 25528 /* 17663 */ MCD::OPC_Decode, 137, 10, 144, 1, // Opcode: MVE_VQADDs32 /* 17668 */ MCD::OPC_FilterValue, 15, 175, 30, 0, // Skip to: 25528 /* 17673 */ MCD::OPC_CheckPredicate, 22, 170, 30, 0, // Skip to: 25528 /* 17678 */ MCD::OPC_CheckField, 16, 1, 0, 163, 30, 0, // Skip to: 25528 /* 17685 */ MCD::OPC_CheckField, 6, 1, 1, 156, 30, 0, // Skip to: 25528 /* 17692 */ MCD::OPC_CheckField, 0, 1, 0, 149, 30, 0, // Skip to: 25528 /* 17699 */ MCD::OPC_Decode, 140, 10, 144, 1, // Opcode: MVE_VQADDu32 /* 17704 */ MCD::OPC_FilterValue, 1, 227, 1, 0, // Skip to: 18192 /* 17709 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 17712 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 17880 /* 17717 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 17720 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 17800 /* 17725 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17728 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17764 /* 17733 */ MCD::OPC_CheckPredicate, 22, 110, 30, 0, // Skip to: 25528 /* 17738 */ MCD::OPC_CheckField, 16, 1, 0, 103, 30, 0, // Skip to: 25528 /* 17745 */ MCD::OPC_CheckField, 6, 1, 1, 96, 30, 0, // Skip to: 25528 /* 17752 */ MCD::OPC_CheckField, 0, 1, 0, 89, 30, 0, // Skip to: 25528 /* 17759 */ MCD::OPC_Decode, 162, 11, 144, 1, // Opcode: MVE_VRHADDs8 /* 17764 */ MCD::OPC_FilterValue, 15, 79, 30, 0, // Skip to: 25528 /* 17769 */ MCD::OPC_CheckPredicate, 22, 74, 30, 0, // Skip to: 25528 /* 17774 */ MCD::OPC_CheckField, 16, 1, 0, 67, 30, 0, // Skip to: 25528 /* 17781 */ MCD::OPC_CheckField, 6, 1, 1, 60, 30, 0, // Skip to: 25528 /* 17788 */ MCD::OPC_CheckField, 0, 1, 0, 53, 30, 0, // Skip to: 25528 /* 17795 */ MCD::OPC_Decode, 165, 11, 144, 1, // Opcode: MVE_VRHADDu8 /* 17800 */ MCD::OPC_FilterValue, 1, 43, 30, 0, // Skip to: 25528 /* 17805 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17808 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17844 /* 17813 */ MCD::OPC_CheckPredicate, 22, 30, 30, 0, // Skip to: 25528 /* 17818 */ MCD::OPC_CheckField, 16, 1, 0, 23, 30, 0, // Skip to: 25528 /* 17825 */ MCD::OPC_CheckField, 6, 1, 1, 16, 30, 0, // Skip to: 25528 /* 17832 */ MCD::OPC_CheckField, 0, 1, 0, 9, 30, 0, // Skip to: 25528 /* 17839 */ MCD::OPC_Decode, 204, 6, 144, 1, // Opcode: MVE_VAND /* 17844 */ MCD::OPC_FilterValue, 15, 255, 29, 0, // Skip to: 25528 /* 17849 */ MCD::OPC_CheckPredicate, 22, 250, 29, 0, // Skip to: 25528 /* 17854 */ MCD::OPC_CheckField, 16, 1, 0, 243, 29, 0, // Skip to: 25528 /* 17861 */ MCD::OPC_CheckField, 6, 1, 1, 236, 29, 0, // Skip to: 25528 /* 17868 */ MCD::OPC_CheckField, 0, 1, 0, 229, 29, 0, // Skip to: 25528 /* 17875 */ MCD::OPC_Decode, 173, 7, 144, 1, // Opcode: MVE_VEOR /* 17880 */ MCD::OPC_FilterValue, 1, 126, 0, 0, // Skip to: 18011 /* 17885 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 17888 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 17968 /* 17893 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 17896 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 17932 /* 17901 */ MCD::OPC_CheckPredicate, 22, 198, 29, 0, // Skip to: 25528 /* 17906 */ MCD::OPC_CheckField, 16, 1, 0, 191, 29, 0, // Skip to: 25528 /* 17913 */ MCD::OPC_CheckField, 6, 1, 1, 184, 29, 0, // Skip to: 25528 /* 17920 */ MCD::OPC_CheckField, 0, 1, 0, 177, 29, 0, // Skip to: 25528 /* 17927 */ MCD::OPC_Decode, 160, 11, 144, 1, // Opcode: MVE_VRHADDs16 /* 17932 */ MCD::OPC_FilterValue, 15, 167, 29, 0, // Skip to: 25528 /* 17937 */ MCD::OPC_CheckPredicate, 22, 162, 29, 0, // Skip to: 25528 /* 17942 */ MCD::OPC_CheckField, 16, 1, 0, 155, 29, 0, // Skip to: 25528 /* 17949 */ MCD::OPC_CheckField, 6, 1, 1, 148, 29, 0, // Skip to: 25528 /* 17956 */ MCD::OPC_CheckField, 0, 1, 0, 141, 29, 0, // Skip to: 25528 /* 17963 */ MCD::OPC_Decode, 163, 11, 144, 1, // Opcode: MVE_VRHADDu16 /* 17968 */ MCD::OPC_FilterValue, 1, 131, 29, 0, // Skip to: 25528 /* 17973 */ MCD::OPC_CheckPredicate, 22, 126, 29, 0, // Skip to: 25528 /* 17978 */ MCD::OPC_CheckField, 28, 4, 14, 119, 29, 0, // Skip to: 25528 /* 17985 */ MCD::OPC_CheckField, 16, 1, 0, 112, 29, 0, // Skip to: 25528 /* 17992 */ MCD::OPC_CheckField, 6, 1, 1, 105, 29, 0, // Skip to: 25528 /* 17999 */ MCD::OPC_CheckField, 0, 1, 0, 98, 29, 0, // Skip to: 25528 /* 18006 */ MCD::OPC_Decode, 205, 6, 144, 1, // Opcode: MVE_VBIC /* 18011 */ MCD::OPC_FilterValue, 2, 126, 0, 0, // Skip to: 18142 /* 18016 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18019 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18099 /* 18024 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18027 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18063 /* 18032 */ MCD::OPC_CheckPredicate, 22, 67, 29, 0, // Skip to: 25528 /* 18037 */ MCD::OPC_CheckField, 16, 1, 0, 60, 29, 0, // Skip to: 25528 /* 18044 */ MCD::OPC_CheckField, 6, 1, 1, 53, 29, 0, // Skip to: 25528 /* 18051 */ MCD::OPC_CheckField, 0, 1, 0, 46, 29, 0, // Skip to: 25528 /* 18058 */ MCD::OPC_Decode, 161, 11, 144, 1, // Opcode: MVE_VRHADDs32 /* 18063 */ MCD::OPC_FilterValue, 15, 36, 29, 0, // Skip to: 25528 /* 18068 */ MCD::OPC_CheckPredicate, 22, 31, 29, 0, // Skip to: 25528 /* 18073 */ MCD::OPC_CheckField, 16, 1, 0, 24, 29, 0, // Skip to: 25528 /* 18080 */ MCD::OPC_CheckField, 6, 1, 1, 17, 29, 0, // Skip to: 25528 /* 18087 */ MCD::OPC_CheckField, 0, 1, 0, 10, 29, 0, // Skip to: 25528 /* 18094 */ MCD::OPC_Decode, 164, 11, 144, 1, // Opcode: MVE_VRHADDu32 /* 18099 */ MCD::OPC_FilterValue, 1, 0, 29, 0, // Skip to: 25528 /* 18104 */ MCD::OPC_CheckPredicate, 22, 251, 28, 0, // Skip to: 25528 /* 18109 */ MCD::OPC_CheckField, 28, 4, 14, 244, 28, 0, // Skip to: 25528 /* 18116 */ MCD::OPC_CheckField, 16, 1, 0, 237, 28, 0, // Skip to: 25528 /* 18123 */ MCD::OPC_CheckField, 6, 1, 1, 230, 28, 0, // Skip to: 25528 /* 18130 */ MCD::OPC_CheckField, 0, 1, 0, 223, 28, 0, // Skip to: 25528 /* 18137 */ MCD::OPC_Decode, 223, 9, 144, 1, // Opcode: MVE_VORR /* 18142 */ MCD::OPC_FilterValue, 3, 213, 28, 0, // Skip to: 25528 /* 18147 */ MCD::OPC_CheckPredicate, 22, 208, 28, 0, // Skip to: 25528 /* 18152 */ MCD::OPC_CheckField, 28, 4, 14, 201, 28, 0, // Skip to: 25528 /* 18159 */ MCD::OPC_CheckField, 16, 1, 0, 194, 28, 0, // Skip to: 25528 /* 18166 */ MCD::OPC_CheckField, 6, 1, 1, 187, 28, 0, // Skip to: 25528 /* 18173 */ MCD::OPC_CheckField, 4, 1, 1, 180, 28, 0, // Skip to: 25528 /* 18180 */ MCD::OPC_CheckField, 0, 1, 0, 173, 28, 0, // Skip to: 25528 /* 18187 */ MCD::OPC_Decode, 222, 9, 144, 1, // Opcode: MVE_VORN /* 18192 */ MCD::OPC_FilterValue, 2, 251, 1, 0, // Skip to: 18704 /* 18197 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 18200 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 18368 /* 18205 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18208 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18288 /* 18213 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18216 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18252 /* 18221 */ MCD::OPC_CheckPredicate, 22, 134, 28, 0, // Skip to: 25528 /* 18226 */ MCD::OPC_CheckField, 16, 1, 0, 127, 28, 0, // Skip to: 25528 /* 18233 */ MCD::OPC_CheckField, 6, 1, 1, 120, 28, 0, // Skip to: 25528 /* 18240 */ MCD::OPC_CheckField, 0, 1, 0, 113, 28, 0, // Skip to: 25528 /* 18247 */ MCD::OPC_Decode, 205, 7, 144, 1, // Opcode: MVE_VHSUBs8 /* 18252 */ MCD::OPC_FilterValue, 15, 103, 28, 0, // Skip to: 25528 /* 18257 */ MCD::OPC_CheckPredicate, 22, 98, 28, 0, // Skip to: 25528 /* 18262 */ MCD::OPC_CheckField, 16, 1, 0, 91, 28, 0, // Skip to: 25528 /* 18269 */ MCD::OPC_CheckField, 6, 1, 1, 84, 28, 0, // Skip to: 25528 /* 18276 */ MCD::OPC_CheckField, 0, 1, 0, 77, 28, 0, // Skip to: 25528 /* 18283 */ MCD::OPC_Decode, 208, 7, 144, 1, // Opcode: MVE_VHSUBu8 /* 18288 */ MCD::OPC_FilterValue, 1, 67, 28, 0, // Skip to: 25528 /* 18293 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18296 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18332 /* 18301 */ MCD::OPC_CheckPredicate, 22, 54, 28, 0, // Skip to: 25528 /* 18306 */ MCD::OPC_CheckField, 16, 1, 0, 47, 28, 0, // Skip to: 25528 /* 18313 */ MCD::OPC_CheckField, 6, 1, 1, 40, 28, 0, // Skip to: 25528 /* 18320 */ MCD::OPC_CheckField, 0, 1, 0, 33, 28, 0, // Skip to: 25528 /* 18327 */ MCD::OPC_Decode, 150, 11, 144, 1, // Opcode: MVE_VQSUBs8 /* 18332 */ MCD::OPC_FilterValue, 15, 23, 28, 0, // Skip to: 25528 /* 18337 */ MCD::OPC_CheckPredicate, 22, 18, 28, 0, // Skip to: 25528 /* 18342 */ MCD::OPC_CheckField, 16, 1, 0, 11, 28, 0, // Skip to: 25528 /* 18349 */ MCD::OPC_CheckField, 6, 1, 1, 4, 28, 0, // Skip to: 25528 /* 18356 */ MCD::OPC_CheckField, 0, 1, 0, 253, 27, 0, // Skip to: 25528 /* 18363 */ MCD::OPC_Decode, 153, 11, 144, 1, // Opcode: MVE_VQSUBu8 /* 18368 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 18536 /* 18373 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18376 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18456 /* 18381 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18384 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18420 /* 18389 */ MCD::OPC_CheckPredicate, 22, 222, 27, 0, // Skip to: 25528 /* 18394 */ MCD::OPC_CheckField, 16, 1, 0, 215, 27, 0, // Skip to: 25528 /* 18401 */ MCD::OPC_CheckField, 6, 1, 1, 208, 27, 0, // Skip to: 25528 /* 18408 */ MCD::OPC_CheckField, 0, 1, 0, 201, 27, 0, // Skip to: 25528 /* 18415 */ MCD::OPC_Decode, 203, 7, 144, 1, // Opcode: MVE_VHSUBs16 /* 18420 */ MCD::OPC_FilterValue, 15, 191, 27, 0, // Skip to: 25528 /* 18425 */ MCD::OPC_CheckPredicate, 22, 186, 27, 0, // Skip to: 25528 /* 18430 */ MCD::OPC_CheckField, 16, 1, 0, 179, 27, 0, // Skip to: 25528 /* 18437 */ MCD::OPC_CheckField, 6, 1, 1, 172, 27, 0, // Skip to: 25528 /* 18444 */ MCD::OPC_CheckField, 0, 1, 0, 165, 27, 0, // Skip to: 25528 /* 18451 */ MCD::OPC_Decode, 206, 7, 144, 1, // Opcode: MVE_VHSUBu16 /* 18456 */ MCD::OPC_FilterValue, 1, 155, 27, 0, // Skip to: 25528 /* 18461 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18464 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18500 /* 18469 */ MCD::OPC_CheckPredicate, 22, 142, 27, 0, // Skip to: 25528 /* 18474 */ MCD::OPC_CheckField, 16, 1, 0, 135, 27, 0, // Skip to: 25528 /* 18481 */ MCD::OPC_CheckField, 6, 1, 1, 128, 27, 0, // Skip to: 25528 /* 18488 */ MCD::OPC_CheckField, 0, 1, 0, 121, 27, 0, // Skip to: 25528 /* 18495 */ MCD::OPC_Decode, 148, 11, 144, 1, // Opcode: MVE_VQSUBs16 /* 18500 */ MCD::OPC_FilterValue, 15, 111, 27, 0, // Skip to: 25528 /* 18505 */ MCD::OPC_CheckPredicate, 22, 106, 27, 0, // Skip to: 25528 /* 18510 */ MCD::OPC_CheckField, 16, 1, 0, 99, 27, 0, // Skip to: 25528 /* 18517 */ MCD::OPC_CheckField, 6, 1, 1, 92, 27, 0, // Skip to: 25528 /* 18524 */ MCD::OPC_CheckField, 0, 1, 0, 85, 27, 0, // Skip to: 25528 /* 18531 */ MCD::OPC_Decode, 151, 11, 144, 1, // Opcode: MVE_VQSUBu16 /* 18536 */ MCD::OPC_FilterValue, 2, 75, 27, 0, // Skip to: 25528 /* 18541 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18544 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18624 /* 18549 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18552 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18588 /* 18557 */ MCD::OPC_CheckPredicate, 22, 54, 27, 0, // Skip to: 25528 /* 18562 */ MCD::OPC_CheckField, 16, 1, 0, 47, 27, 0, // Skip to: 25528 /* 18569 */ MCD::OPC_CheckField, 6, 1, 1, 40, 27, 0, // Skip to: 25528 /* 18576 */ MCD::OPC_CheckField, 0, 1, 0, 33, 27, 0, // Skip to: 25528 /* 18583 */ MCD::OPC_Decode, 204, 7, 144, 1, // Opcode: MVE_VHSUBs32 /* 18588 */ MCD::OPC_FilterValue, 15, 23, 27, 0, // Skip to: 25528 /* 18593 */ MCD::OPC_CheckPredicate, 22, 18, 27, 0, // Skip to: 25528 /* 18598 */ MCD::OPC_CheckField, 16, 1, 0, 11, 27, 0, // Skip to: 25528 /* 18605 */ MCD::OPC_CheckField, 6, 1, 1, 4, 27, 0, // Skip to: 25528 /* 18612 */ MCD::OPC_CheckField, 0, 1, 0, 253, 26, 0, // Skip to: 25528 /* 18619 */ MCD::OPC_Decode, 207, 7, 144, 1, // Opcode: MVE_VHSUBu32 /* 18624 */ MCD::OPC_FilterValue, 1, 243, 26, 0, // Skip to: 25528 /* 18629 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18632 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18668 /* 18637 */ MCD::OPC_CheckPredicate, 22, 230, 26, 0, // Skip to: 25528 /* 18642 */ MCD::OPC_CheckField, 16, 1, 0, 223, 26, 0, // Skip to: 25528 /* 18649 */ MCD::OPC_CheckField, 6, 1, 1, 216, 26, 0, // Skip to: 25528 /* 18656 */ MCD::OPC_CheckField, 0, 1, 0, 209, 26, 0, // Skip to: 25528 /* 18663 */ MCD::OPC_Decode, 149, 11, 144, 1, // Opcode: MVE_VQSUBs32 /* 18668 */ MCD::OPC_FilterValue, 15, 199, 26, 0, // Skip to: 25528 /* 18673 */ MCD::OPC_CheckPredicate, 22, 194, 26, 0, // Skip to: 25528 /* 18678 */ MCD::OPC_CheckField, 16, 1, 0, 187, 26, 0, // Skip to: 25528 /* 18685 */ MCD::OPC_CheckField, 6, 1, 1, 180, 26, 0, // Skip to: 25528 /* 18692 */ MCD::OPC_CheckField, 0, 1, 0, 173, 26, 0, // Skip to: 25528 /* 18699 */ MCD::OPC_Decode, 152, 11, 144, 1, // Opcode: MVE_VQSUBu32 /* 18704 */ MCD::OPC_FilterValue, 4, 251, 1, 0, // Skip to: 19216 /* 18709 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 18712 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 18880 /* 18717 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18720 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18800 /* 18725 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18728 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18764 /* 18733 */ MCD::OPC_CheckPredicate, 22, 134, 26, 0, // Skip to: 25528 /* 18738 */ MCD::OPC_CheckField, 16, 1, 0, 127, 26, 0, // Skip to: 25528 /* 18745 */ MCD::OPC_CheckField, 6, 1, 1, 120, 26, 0, // Skip to: 25528 /* 18752 */ MCD::OPC_CheckField, 0, 1, 0, 113, 26, 0, // Skip to: 25528 /* 18759 */ MCD::OPC_Decode, 237, 11, 190, 1, // Opcode: MVE_VSHL_by_vecs8 /* 18764 */ MCD::OPC_FilterValue, 15, 103, 26, 0, // Skip to: 25528 /* 18769 */ MCD::OPC_CheckPredicate, 22, 98, 26, 0, // Skip to: 25528 /* 18774 */ MCD::OPC_CheckField, 16, 1, 0, 91, 26, 0, // Skip to: 25528 /* 18781 */ MCD::OPC_CheckField, 6, 1, 1, 84, 26, 0, // Skip to: 25528 /* 18788 */ MCD::OPC_CheckField, 0, 1, 0, 77, 26, 0, // Skip to: 25528 /* 18795 */ MCD::OPC_Decode, 240, 11, 190, 1, // Opcode: MVE_VSHL_by_vecu8 /* 18800 */ MCD::OPC_FilterValue, 1, 67, 26, 0, // Skip to: 25528 /* 18805 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18808 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18844 /* 18813 */ MCD::OPC_CheckPredicate, 22, 54, 26, 0, // Skip to: 25528 /* 18818 */ MCD::OPC_CheckField, 16, 1, 0, 47, 26, 0, // Skip to: 25528 /* 18825 */ MCD::OPC_CheckField, 6, 1, 1, 40, 26, 0, // Skip to: 25528 /* 18832 */ MCD::OPC_CheckField, 0, 1, 0, 33, 26, 0, // Skip to: 25528 /* 18839 */ MCD::OPC_Decode, 242, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecs8 /* 18844 */ MCD::OPC_FilterValue, 15, 23, 26, 0, // Skip to: 25528 /* 18849 */ MCD::OPC_CheckPredicate, 22, 18, 26, 0, // Skip to: 25528 /* 18854 */ MCD::OPC_CheckField, 16, 1, 0, 11, 26, 0, // Skip to: 25528 /* 18861 */ MCD::OPC_CheckField, 6, 1, 1, 4, 26, 0, // Skip to: 25528 /* 18868 */ MCD::OPC_CheckField, 0, 1, 0, 253, 25, 0, // Skip to: 25528 /* 18875 */ MCD::OPC_Decode, 245, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecu8 /* 18880 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 19048 /* 18885 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 18888 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 18968 /* 18893 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18896 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 18932 /* 18901 */ MCD::OPC_CheckPredicate, 22, 222, 25, 0, // Skip to: 25528 /* 18906 */ MCD::OPC_CheckField, 16, 1, 0, 215, 25, 0, // Skip to: 25528 /* 18913 */ MCD::OPC_CheckField, 6, 1, 1, 208, 25, 0, // Skip to: 25528 /* 18920 */ MCD::OPC_CheckField, 0, 1, 0, 201, 25, 0, // Skip to: 25528 /* 18927 */ MCD::OPC_Decode, 235, 11, 190, 1, // Opcode: MVE_VSHL_by_vecs16 /* 18932 */ MCD::OPC_FilterValue, 15, 191, 25, 0, // Skip to: 25528 /* 18937 */ MCD::OPC_CheckPredicate, 22, 186, 25, 0, // Skip to: 25528 /* 18942 */ MCD::OPC_CheckField, 16, 1, 0, 179, 25, 0, // Skip to: 25528 /* 18949 */ MCD::OPC_CheckField, 6, 1, 1, 172, 25, 0, // Skip to: 25528 /* 18956 */ MCD::OPC_CheckField, 0, 1, 0, 165, 25, 0, // Skip to: 25528 /* 18963 */ MCD::OPC_Decode, 238, 11, 190, 1, // Opcode: MVE_VSHL_by_vecu16 /* 18968 */ MCD::OPC_FilterValue, 1, 155, 25, 0, // Skip to: 25528 /* 18973 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 18976 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19012 /* 18981 */ MCD::OPC_CheckPredicate, 22, 142, 25, 0, // Skip to: 25528 /* 18986 */ MCD::OPC_CheckField, 16, 1, 0, 135, 25, 0, // Skip to: 25528 /* 18993 */ MCD::OPC_CheckField, 6, 1, 1, 128, 25, 0, // Skip to: 25528 /* 19000 */ MCD::OPC_CheckField, 0, 1, 0, 121, 25, 0, // Skip to: 25528 /* 19007 */ MCD::OPC_Decode, 240, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecs16 /* 19012 */ MCD::OPC_FilterValue, 15, 111, 25, 0, // Skip to: 25528 /* 19017 */ MCD::OPC_CheckPredicate, 22, 106, 25, 0, // Skip to: 25528 /* 19022 */ MCD::OPC_CheckField, 16, 1, 0, 99, 25, 0, // Skip to: 25528 /* 19029 */ MCD::OPC_CheckField, 6, 1, 1, 92, 25, 0, // Skip to: 25528 /* 19036 */ MCD::OPC_CheckField, 0, 1, 0, 85, 25, 0, // Skip to: 25528 /* 19043 */ MCD::OPC_Decode, 243, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecu16 /* 19048 */ MCD::OPC_FilterValue, 2, 75, 25, 0, // Skip to: 25528 /* 19053 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19056 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19136 /* 19061 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19064 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19100 /* 19069 */ MCD::OPC_CheckPredicate, 22, 54, 25, 0, // Skip to: 25528 /* 19074 */ MCD::OPC_CheckField, 16, 1, 0, 47, 25, 0, // Skip to: 25528 /* 19081 */ MCD::OPC_CheckField, 6, 1, 1, 40, 25, 0, // Skip to: 25528 /* 19088 */ MCD::OPC_CheckField, 0, 1, 0, 33, 25, 0, // Skip to: 25528 /* 19095 */ MCD::OPC_Decode, 236, 11, 190, 1, // Opcode: MVE_VSHL_by_vecs32 /* 19100 */ MCD::OPC_FilterValue, 15, 23, 25, 0, // Skip to: 25528 /* 19105 */ MCD::OPC_CheckPredicate, 22, 18, 25, 0, // Skip to: 25528 /* 19110 */ MCD::OPC_CheckField, 16, 1, 0, 11, 25, 0, // Skip to: 25528 /* 19117 */ MCD::OPC_CheckField, 6, 1, 1, 4, 25, 0, // Skip to: 25528 /* 19124 */ MCD::OPC_CheckField, 0, 1, 0, 253, 24, 0, // Skip to: 25528 /* 19131 */ MCD::OPC_Decode, 239, 11, 190, 1, // Opcode: MVE_VSHL_by_vecu32 /* 19136 */ MCD::OPC_FilterValue, 1, 243, 24, 0, // Skip to: 25528 /* 19141 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19144 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19180 /* 19149 */ MCD::OPC_CheckPredicate, 22, 230, 24, 0, // Skip to: 25528 /* 19154 */ MCD::OPC_CheckField, 16, 1, 0, 223, 24, 0, // Skip to: 25528 /* 19161 */ MCD::OPC_CheckField, 6, 1, 1, 216, 24, 0, // Skip to: 25528 /* 19168 */ MCD::OPC_CheckField, 0, 1, 0, 209, 24, 0, // Skip to: 25528 /* 19175 */ MCD::OPC_Decode, 241, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecs32 /* 19180 */ MCD::OPC_FilterValue, 15, 199, 24, 0, // Skip to: 25528 /* 19185 */ MCD::OPC_CheckPredicate, 22, 194, 24, 0, // Skip to: 25528 /* 19190 */ MCD::OPC_CheckField, 16, 1, 0, 187, 24, 0, // Skip to: 25528 /* 19197 */ MCD::OPC_CheckField, 6, 1, 1, 180, 24, 0, // Skip to: 25528 /* 19204 */ MCD::OPC_CheckField, 0, 1, 0, 173, 24, 0, // Skip to: 25528 /* 19211 */ MCD::OPC_Decode, 244, 10, 190, 1, // Opcode: MVE_VQSHL_by_vecu32 /* 19216 */ MCD::OPC_FilterValue, 5, 251, 1, 0, // Skip to: 19728 /* 19221 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 19224 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 19392 /* 19229 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19232 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19312 /* 19237 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19240 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19276 /* 19245 */ MCD::OPC_CheckPredicate, 22, 134, 24, 0, // Skip to: 25528 /* 19250 */ MCD::OPC_CheckField, 16, 1, 0, 127, 24, 0, // Skip to: 25528 /* 19257 */ MCD::OPC_CheckField, 6, 1, 1, 120, 24, 0, // Skip to: 25528 /* 19264 */ MCD::OPC_CheckField, 0, 1, 0, 113, 24, 0, // Skip to: 25528 /* 19271 */ MCD::OPC_Decode, 196, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecs8 /* 19276 */ MCD::OPC_FilterValue, 15, 103, 24, 0, // Skip to: 25528 /* 19281 */ MCD::OPC_CheckPredicate, 22, 98, 24, 0, // Skip to: 25528 /* 19286 */ MCD::OPC_CheckField, 16, 1, 0, 91, 24, 0, // Skip to: 25528 /* 19293 */ MCD::OPC_CheckField, 6, 1, 1, 84, 24, 0, // Skip to: 25528 /* 19300 */ MCD::OPC_CheckField, 0, 1, 0, 77, 24, 0, // Skip to: 25528 /* 19307 */ MCD::OPC_Decode, 199, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecu8 /* 19312 */ MCD::OPC_FilterValue, 1, 67, 24, 0, // Skip to: 25528 /* 19317 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19320 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19356 /* 19325 */ MCD::OPC_CheckPredicate, 22, 54, 24, 0, // Skip to: 25528 /* 19330 */ MCD::OPC_CheckField, 16, 1, 0, 47, 24, 0, // Skip to: 25528 /* 19337 */ MCD::OPC_CheckField, 6, 1, 1, 40, 24, 0, // Skip to: 25528 /* 19344 */ MCD::OPC_CheckField, 0, 1, 0, 33, 24, 0, // Skip to: 25528 /* 19351 */ MCD::OPC_Decode, 215, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecs8 /* 19356 */ MCD::OPC_FilterValue, 15, 23, 24, 0, // Skip to: 25528 /* 19361 */ MCD::OPC_CheckPredicate, 22, 18, 24, 0, // Skip to: 25528 /* 19366 */ MCD::OPC_CheckField, 16, 1, 0, 11, 24, 0, // Skip to: 25528 /* 19373 */ MCD::OPC_CheckField, 6, 1, 1, 4, 24, 0, // Skip to: 25528 /* 19380 */ MCD::OPC_CheckField, 0, 1, 0, 253, 23, 0, // Skip to: 25528 /* 19387 */ MCD::OPC_Decode, 218, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecu8 /* 19392 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 19560 /* 19397 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19400 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19480 /* 19405 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19408 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19444 /* 19413 */ MCD::OPC_CheckPredicate, 22, 222, 23, 0, // Skip to: 25528 /* 19418 */ MCD::OPC_CheckField, 16, 1, 0, 215, 23, 0, // Skip to: 25528 /* 19425 */ MCD::OPC_CheckField, 6, 1, 1, 208, 23, 0, // Skip to: 25528 /* 19432 */ MCD::OPC_CheckField, 0, 1, 0, 201, 23, 0, // Skip to: 25528 /* 19439 */ MCD::OPC_Decode, 194, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecs16 /* 19444 */ MCD::OPC_FilterValue, 15, 191, 23, 0, // Skip to: 25528 /* 19449 */ MCD::OPC_CheckPredicate, 22, 186, 23, 0, // Skip to: 25528 /* 19454 */ MCD::OPC_CheckField, 16, 1, 0, 179, 23, 0, // Skip to: 25528 /* 19461 */ MCD::OPC_CheckField, 6, 1, 1, 172, 23, 0, // Skip to: 25528 /* 19468 */ MCD::OPC_CheckField, 0, 1, 0, 165, 23, 0, // Skip to: 25528 /* 19475 */ MCD::OPC_Decode, 197, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecu16 /* 19480 */ MCD::OPC_FilterValue, 1, 155, 23, 0, // Skip to: 25528 /* 19485 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19488 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19524 /* 19493 */ MCD::OPC_CheckPredicate, 22, 142, 23, 0, // Skip to: 25528 /* 19498 */ MCD::OPC_CheckField, 16, 1, 0, 135, 23, 0, // Skip to: 25528 /* 19505 */ MCD::OPC_CheckField, 6, 1, 1, 128, 23, 0, // Skip to: 25528 /* 19512 */ MCD::OPC_CheckField, 0, 1, 0, 121, 23, 0, // Skip to: 25528 /* 19519 */ MCD::OPC_Decode, 213, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecs16 /* 19524 */ MCD::OPC_FilterValue, 15, 111, 23, 0, // Skip to: 25528 /* 19529 */ MCD::OPC_CheckPredicate, 22, 106, 23, 0, // Skip to: 25528 /* 19534 */ MCD::OPC_CheckField, 16, 1, 0, 99, 23, 0, // Skip to: 25528 /* 19541 */ MCD::OPC_CheckField, 6, 1, 1, 92, 23, 0, // Skip to: 25528 /* 19548 */ MCD::OPC_CheckField, 0, 1, 0, 85, 23, 0, // Skip to: 25528 /* 19555 */ MCD::OPC_Decode, 216, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecu16 /* 19560 */ MCD::OPC_FilterValue, 2, 75, 23, 0, // Skip to: 25528 /* 19565 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19568 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19648 /* 19573 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19576 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19612 /* 19581 */ MCD::OPC_CheckPredicate, 22, 54, 23, 0, // Skip to: 25528 /* 19586 */ MCD::OPC_CheckField, 16, 1, 0, 47, 23, 0, // Skip to: 25528 /* 19593 */ MCD::OPC_CheckField, 6, 1, 1, 40, 23, 0, // Skip to: 25528 /* 19600 */ MCD::OPC_CheckField, 0, 1, 0, 33, 23, 0, // Skip to: 25528 /* 19607 */ MCD::OPC_Decode, 195, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecs32 /* 19612 */ MCD::OPC_FilterValue, 15, 23, 23, 0, // Skip to: 25528 /* 19617 */ MCD::OPC_CheckPredicate, 22, 18, 23, 0, // Skip to: 25528 /* 19622 */ MCD::OPC_CheckField, 16, 1, 0, 11, 23, 0, // Skip to: 25528 /* 19629 */ MCD::OPC_CheckField, 6, 1, 1, 4, 23, 0, // Skip to: 25528 /* 19636 */ MCD::OPC_CheckField, 0, 1, 0, 253, 22, 0, // Skip to: 25528 /* 19643 */ MCD::OPC_Decode, 198, 11, 190, 1, // Opcode: MVE_VRSHL_by_vecu32 /* 19648 */ MCD::OPC_FilterValue, 1, 243, 22, 0, // Skip to: 25528 /* 19653 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19656 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19692 /* 19661 */ MCD::OPC_CheckPredicate, 22, 230, 22, 0, // Skip to: 25528 /* 19666 */ MCD::OPC_CheckField, 16, 1, 0, 223, 22, 0, // Skip to: 25528 /* 19673 */ MCD::OPC_CheckField, 6, 1, 1, 216, 22, 0, // Skip to: 25528 /* 19680 */ MCD::OPC_CheckField, 0, 1, 0, 209, 22, 0, // Skip to: 25528 /* 19687 */ MCD::OPC_Decode, 214, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecs32 /* 19692 */ MCD::OPC_FilterValue, 15, 199, 22, 0, // Skip to: 25528 /* 19697 */ MCD::OPC_CheckPredicate, 22, 194, 22, 0, // Skip to: 25528 /* 19702 */ MCD::OPC_CheckField, 16, 1, 0, 187, 22, 0, // Skip to: 25528 /* 19709 */ MCD::OPC_CheckField, 6, 1, 1, 180, 22, 0, // Skip to: 25528 /* 19716 */ MCD::OPC_CheckField, 0, 1, 0, 173, 22, 0, // Skip to: 25528 /* 19723 */ MCD::OPC_Decode, 217, 10, 190, 1, // Opcode: MVE_VQRSHL_by_vecu32 /* 19728 */ MCD::OPC_FilterValue, 6, 251, 1, 0, // Skip to: 20240 /* 19733 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 19736 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 19904 /* 19741 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19744 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19824 /* 19749 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19752 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19788 /* 19757 */ MCD::OPC_CheckPredicate, 22, 134, 22, 0, // Skip to: 25528 /* 19762 */ MCD::OPC_CheckField, 16, 1, 0, 127, 22, 0, // Skip to: 25528 /* 19769 */ MCD::OPC_CheckField, 6, 1, 1, 120, 22, 0, // Skip to: 25528 /* 19776 */ MCD::OPC_CheckField, 0, 1, 0, 113, 22, 0, // Skip to: 25528 /* 19783 */ MCD::OPC_Decode, 191, 8, 144, 1, // Opcode: MVE_VMAXs8 /* 19788 */ MCD::OPC_FilterValue, 15, 103, 22, 0, // Skip to: 25528 /* 19793 */ MCD::OPC_CheckPredicate, 22, 98, 22, 0, // Skip to: 25528 /* 19798 */ MCD::OPC_CheckField, 16, 1, 0, 91, 22, 0, // Skip to: 25528 /* 19805 */ MCD::OPC_CheckField, 6, 1, 1, 84, 22, 0, // Skip to: 25528 /* 19812 */ MCD::OPC_CheckField, 0, 1, 0, 77, 22, 0, // Skip to: 25528 /* 19819 */ MCD::OPC_Decode, 194, 8, 144, 1, // Opcode: MVE_VMAXu8 /* 19824 */ MCD::OPC_FilterValue, 1, 67, 22, 0, // Skip to: 25528 /* 19829 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19832 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19868 /* 19837 */ MCD::OPC_CheckPredicate, 22, 54, 22, 0, // Skip to: 25528 /* 19842 */ MCD::OPC_CheckField, 16, 1, 0, 47, 22, 0, // Skip to: 25528 /* 19849 */ MCD::OPC_CheckField, 6, 1, 1, 40, 22, 0, // Skip to: 25528 /* 19856 */ MCD::OPC_CheckField, 0, 1, 0, 33, 22, 0, // Skip to: 25528 /* 19863 */ MCD::OPC_Decode, 217, 8, 144, 1, // Opcode: MVE_VMINs8 /* 19868 */ MCD::OPC_FilterValue, 15, 23, 22, 0, // Skip to: 25528 /* 19873 */ MCD::OPC_CheckPredicate, 22, 18, 22, 0, // Skip to: 25528 /* 19878 */ MCD::OPC_CheckField, 16, 1, 0, 11, 22, 0, // Skip to: 25528 /* 19885 */ MCD::OPC_CheckField, 6, 1, 1, 4, 22, 0, // Skip to: 25528 /* 19892 */ MCD::OPC_CheckField, 0, 1, 0, 253, 21, 0, // Skip to: 25528 /* 19899 */ MCD::OPC_Decode, 220, 8, 144, 1, // Opcode: MVE_VMINu8 /* 19904 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 20072 /* 19909 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 19912 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 19992 /* 19917 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 19920 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 19956 /* 19925 */ MCD::OPC_CheckPredicate, 22, 222, 21, 0, // Skip to: 25528 /* 19930 */ MCD::OPC_CheckField, 16, 1, 0, 215, 21, 0, // Skip to: 25528 /* 19937 */ MCD::OPC_CheckField, 6, 1, 1, 208, 21, 0, // Skip to: 25528 /* 19944 */ MCD::OPC_CheckField, 0, 1, 0, 201, 21, 0, // Skip to: 25528 /* 19951 */ MCD::OPC_Decode, 189, 8, 144, 1, // Opcode: MVE_VMAXs16 /* 19956 */ MCD::OPC_FilterValue, 15, 191, 21, 0, // Skip to: 25528 /* 19961 */ MCD::OPC_CheckPredicate, 22, 186, 21, 0, // Skip to: 25528 /* 19966 */ MCD::OPC_CheckField, 16, 1, 0, 179, 21, 0, // Skip to: 25528 /* 19973 */ MCD::OPC_CheckField, 6, 1, 1, 172, 21, 0, // Skip to: 25528 /* 19980 */ MCD::OPC_CheckField, 0, 1, 0, 165, 21, 0, // Skip to: 25528 /* 19987 */ MCD::OPC_Decode, 192, 8, 144, 1, // Opcode: MVE_VMAXu16 /* 19992 */ MCD::OPC_FilterValue, 1, 155, 21, 0, // Skip to: 25528 /* 19997 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20000 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 20036 /* 20005 */ MCD::OPC_CheckPredicate, 22, 142, 21, 0, // Skip to: 25528 /* 20010 */ MCD::OPC_CheckField, 16, 1, 0, 135, 21, 0, // Skip to: 25528 /* 20017 */ MCD::OPC_CheckField, 6, 1, 1, 128, 21, 0, // Skip to: 25528 /* 20024 */ MCD::OPC_CheckField, 0, 1, 0, 121, 21, 0, // Skip to: 25528 /* 20031 */ MCD::OPC_Decode, 215, 8, 144, 1, // Opcode: MVE_VMINs16 /* 20036 */ MCD::OPC_FilterValue, 15, 111, 21, 0, // Skip to: 25528 /* 20041 */ MCD::OPC_CheckPredicate, 22, 106, 21, 0, // Skip to: 25528 /* 20046 */ MCD::OPC_CheckField, 16, 1, 0, 99, 21, 0, // Skip to: 25528 /* 20053 */ MCD::OPC_CheckField, 6, 1, 1, 92, 21, 0, // Skip to: 25528 /* 20060 */ MCD::OPC_CheckField, 0, 1, 0, 85, 21, 0, // Skip to: 25528 /* 20067 */ MCD::OPC_Decode, 218, 8, 144, 1, // Opcode: MVE_VMINu16 /* 20072 */ MCD::OPC_FilterValue, 2, 75, 21, 0, // Skip to: 25528 /* 20077 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 20080 */ MCD::OPC_FilterValue, 0, 75, 0, 0, // Skip to: 20160 /* 20085 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20088 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 20124 /* 20093 */ MCD::OPC_CheckPredicate, 22, 54, 21, 0, // Skip to: 25528 /* 20098 */ MCD::OPC_CheckField, 16, 1, 0, 47, 21, 0, // Skip to: 25528 /* 20105 */ MCD::OPC_CheckField, 6, 1, 1, 40, 21, 0, // Skip to: 25528 /* 20112 */ MCD::OPC_CheckField, 0, 1, 0, 33, 21, 0, // Skip to: 25528 /* 20119 */ MCD::OPC_Decode, 190, 8, 144, 1, // Opcode: MVE_VMAXs32 /* 20124 */ MCD::OPC_FilterValue, 15, 23, 21, 0, // Skip to: 25528 /* 20129 */ MCD::OPC_CheckPredicate, 22, 18, 21, 0, // Skip to: 25528 /* 20134 */ MCD::OPC_CheckField, 16, 1, 0, 11, 21, 0, // Skip to: 25528 /* 20141 */ MCD::OPC_CheckField, 6, 1, 1, 4, 21, 0, // Skip to: 25528 /* 20148 */ MCD::OPC_CheckField, 0, 1, 0, 253, 20, 0, // Skip to: 25528 /* 20155 */ MCD::OPC_Decode, 193, 8, 144, 1, // Opcode: MVE_VMAXu32 /* 20160 */ MCD::OPC_FilterValue, 1, 243, 20, 0, // Skip to: 25528 /* 20165 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20168 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 20204 /* 20173 */ MCD::OPC_CheckPredicate, 22, 230, 20, 0, // Skip to: 25528 /* 20178 */ MCD::OPC_CheckField, 16, 1, 0, 223, 20, 0, // Skip to: 25528 /* 20185 */ MCD::OPC_CheckField, 6, 1, 1, 216, 20, 0, // Skip to: 25528 /* 20192 */ MCD::OPC_CheckField, 0, 1, 0, 209, 20, 0, // Skip to: 25528 /* 20199 */ MCD::OPC_Decode, 216, 8, 144, 1, // Opcode: MVE_VMINs32 /* 20204 */ MCD::OPC_FilterValue, 15, 199, 20, 0, // Skip to: 25528 /* 20209 */ MCD::OPC_CheckPredicate, 22, 194, 20, 0, // Skip to: 25528 /* 20214 */ MCD::OPC_CheckField, 16, 1, 0, 187, 20, 0, // Skip to: 25528 /* 20221 */ MCD::OPC_CheckField, 6, 1, 1, 180, 20, 0, // Skip to: 25528 /* 20228 */ MCD::OPC_CheckField, 0, 1, 0, 173, 20, 0, // Skip to: 25528 /* 20235 */ MCD::OPC_Decode, 219, 8, 144, 1, // Opcode: MVE_VMINu32 /* 20240 */ MCD::OPC_FilterValue, 7, 29, 1, 0, // Skip to: 20530 /* 20245 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 20248 */ MCD::OPC_FilterValue, 0, 89, 0, 0, // Skip to: 20342 /* 20253 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20256 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20299 /* 20261 */ MCD::OPC_CheckPredicate, 22, 142, 20, 0, // Skip to: 25528 /* 20266 */ MCD::OPC_CheckField, 16, 1, 0, 135, 20, 0, // Skip to: 25528 /* 20273 */ MCD::OPC_CheckField, 6, 1, 1, 128, 20, 0, // Skip to: 25528 /* 20280 */ MCD::OPC_CheckField, 4, 1, 0, 121, 20, 0, // Skip to: 25528 /* 20287 */ MCD::OPC_CheckField, 0, 1, 0, 114, 20, 0, // Skip to: 25528 /* 20294 */ MCD::OPC_Decode, 167, 6, 144, 1, // Opcode: MVE_VABDs8 /* 20299 */ MCD::OPC_FilterValue, 15, 104, 20, 0, // Skip to: 25528 /* 20304 */ MCD::OPC_CheckPredicate, 22, 99, 20, 0, // Skip to: 25528 /* 20309 */ MCD::OPC_CheckField, 16, 1, 0, 92, 20, 0, // Skip to: 25528 /* 20316 */ MCD::OPC_CheckField, 6, 1, 1, 85, 20, 0, // Skip to: 25528 /* 20323 */ MCD::OPC_CheckField, 4, 1, 0, 78, 20, 0, // Skip to: 25528 /* 20330 */ MCD::OPC_CheckField, 0, 1, 0, 71, 20, 0, // Skip to: 25528 /* 20337 */ MCD::OPC_Decode, 170, 6, 144, 1, // Opcode: MVE_VABDu8 /* 20342 */ MCD::OPC_FilterValue, 1, 89, 0, 0, // Skip to: 20436 /* 20347 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20350 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20393 /* 20355 */ MCD::OPC_CheckPredicate, 22, 48, 20, 0, // Skip to: 25528 /* 20360 */ MCD::OPC_CheckField, 16, 1, 0, 41, 20, 0, // Skip to: 25528 /* 20367 */ MCD::OPC_CheckField, 6, 1, 1, 34, 20, 0, // Skip to: 25528 /* 20374 */ MCD::OPC_CheckField, 4, 1, 0, 27, 20, 0, // Skip to: 25528 /* 20381 */ MCD::OPC_CheckField, 0, 1, 0, 20, 20, 0, // Skip to: 25528 /* 20388 */ MCD::OPC_Decode, 165, 6, 144, 1, // Opcode: MVE_VABDs16 /* 20393 */ MCD::OPC_FilterValue, 15, 10, 20, 0, // Skip to: 25528 /* 20398 */ MCD::OPC_CheckPredicate, 22, 5, 20, 0, // Skip to: 25528 /* 20403 */ MCD::OPC_CheckField, 16, 1, 0, 254, 19, 0, // Skip to: 25528 /* 20410 */ MCD::OPC_CheckField, 6, 1, 1, 247, 19, 0, // Skip to: 25528 /* 20417 */ MCD::OPC_CheckField, 4, 1, 0, 240, 19, 0, // Skip to: 25528 /* 20424 */ MCD::OPC_CheckField, 0, 1, 0, 233, 19, 0, // Skip to: 25528 /* 20431 */ MCD::OPC_Decode, 168, 6, 144, 1, // Opcode: MVE_VABDu16 /* 20436 */ MCD::OPC_FilterValue, 2, 223, 19, 0, // Skip to: 25528 /* 20441 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20444 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20487 /* 20449 */ MCD::OPC_CheckPredicate, 22, 210, 19, 0, // Skip to: 25528 /* 20454 */ MCD::OPC_CheckField, 16, 1, 0, 203, 19, 0, // Skip to: 25528 /* 20461 */ MCD::OPC_CheckField, 6, 1, 1, 196, 19, 0, // Skip to: 25528 /* 20468 */ MCD::OPC_CheckField, 4, 1, 0, 189, 19, 0, // Skip to: 25528 /* 20475 */ MCD::OPC_CheckField, 0, 1, 0, 182, 19, 0, // Skip to: 25528 /* 20482 */ MCD::OPC_Decode, 166, 6, 144, 1, // Opcode: MVE_VABDs32 /* 20487 */ MCD::OPC_FilterValue, 15, 172, 19, 0, // Skip to: 25528 /* 20492 */ MCD::OPC_CheckPredicate, 22, 167, 19, 0, // Skip to: 25528 /* 20497 */ MCD::OPC_CheckField, 16, 1, 0, 160, 19, 0, // Skip to: 25528 /* 20504 */ MCD::OPC_CheckField, 6, 1, 1, 153, 19, 0, // Skip to: 25528 /* 20511 */ MCD::OPC_CheckField, 4, 1, 0, 146, 19, 0, // Skip to: 25528 /* 20518 */ MCD::OPC_CheckField, 0, 1, 0, 139, 19, 0, // Skip to: 25528 /* 20525 */ MCD::OPC_Decode, 169, 6, 144, 1, // Opcode: MVE_VABDu32 /* 20530 */ MCD::OPC_FilterValue, 8, 29, 1, 0, // Skip to: 20820 /* 20535 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 20538 */ MCD::OPC_FilterValue, 0, 89, 0, 0, // Skip to: 20632 /* 20543 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20546 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20589 /* 20551 */ MCD::OPC_CheckPredicate, 22, 108, 19, 0, // Skip to: 25528 /* 20556 */ MCD::OPC_CheckField, 16, 1, 0, 101, 19, 0, // Skip to: 25528 /* 20563 */ MCD::OPC_CheckField, 6, 1, 1, 94, 19, 0, // Skip to: 25528 /* 20570 */ MCD::OPC_CheckField, 4, 1, 0, 87, 19, 0, // Skip to: 25528 /* 20577 */ MCD::OPC_CheckField, 0, 1, 0, 80, 19, 0, // Skip to: 25528 /* 20584 */ MCD::OPC_Decode, 203, 6, 144, 1, // Opcode: MVE_VADDi8 /* 20589 */ MCD::OPC_FilterValue, 15, 70, 19, 0, // Skip to: 25528 /* 20594 */ MCD::OPC_CheckPredicate, 22, 65, 19, 0, // Skip to: 25528 /* 20599 */ MCD::OPC_CheckField, 16, 1, 0, 58, 19, 0, // Skip to: 25528 /* 20606 */ MCD::OPC_CheckField, 6, 1, 1, 51, 19, 0, // Skip to: 25528 /* 20613 */ MCD::OPC_CheckField, 4, 1, 0, 44, 19, 0, // Skip to: 25528 /* 20620 */ MCD::OPC_CheckField, 0, 1, 0, 37, 19, 0, // Skip to: 25528 /* 20627 */ MCD::OPC_Decode, 216, 12, 144, 1, // Opcode: MVE_VSUBi8 /* 20632 */ MCD::OPC_FilterValue, 1, 89, 0, 0, // Skip to: 20726 /* 20637 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20640 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20683 /* 20645 */ MCD::OPC_CheckPredicate, 22, 14, 19, 0, // Skip to: 25528 /* 20650 */ MCD::OPC_CheckField, 16, 1, 0, 7, 19, 0, // Skip to: 25528 /* 20657 */ MCD::OPC_CheckField, 6, 1, 1, 0, 19, 0, // Skip to: 25528 /* 20664 */ MCD::OPC_CheckField, 4, 1, 0, 249, 18, 0, // Skip to: 25528 /* 20671 */ MCD::OPC_CheckField, 0, 1, 0, 242, 18, 0, // Skip to: 25528 /* 20678 */ MCD::OPC_Decode, 201, 6, 144, 1, // Opcode: MVE_VADDi16 /* 20683 */ MCD::OPC_FilterValue, 15, 232, 18, 0, // Skip to: 25528 /* 20688 */ MCD::OPC_CheckPredicate, 22, 227, 18, 0, // Skip to: 25528 /* 20693 */ MCD::OPC_CheckField, 16, 1, 0, 220, 18, 0, // Skip to: 25528 /* 20700 */ MCD::OPC_CheckField, 6, 1, 1, 213, 18, 0, // Skip to: 25528 /* 20707 */ MCD::OPC_CheckField, 4, 1, 0, 206, 18, 0, // Skip to: 25528 /* 20714 */ MCD::OPC_CheckField, 0, 1, 0, 199, 18, 0, // Skip to: 25528 /* 20721 */ MCD::OPC_Decode, 214, 12, 144, 1, // Opcode: MVE_VSUBi16 /* 20726 */ MCD::OPC_FilterValue, 2, 189, 18, 0, // Skip to: 25528 /* 20731 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20734 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 20777 /* 20739 */ MCD::OPC_CheckPredicate, 22, 176, 18, 0, // Skip to: 25528 /* 20744 */ MCD::OPC_CheckField, 16, 1, 0, 169, 18, 0, // Skip to: 25528 /* 20751 */ MCD::OPC_CheckField, 6, 1, 1, 162, 18, 0, // Skip to: 25528 /* 20758 */ MCD::OPC_CheckField, 4, 1, 0, 155, 18, 0, // Skip to: 25528 /* 20765 */ MCD::OPC_CheckField, 0, 1, 0, 148, 18, 0, // Skip to: 25528 /* 20772 */ MCD::OPC_Decode, 202, 6, 144, 1, // Opcode: MVE_VADDi32 /* 20777 */ MCD::OPC_FilterValue, 15, 138, 18, 0, // Skip to: 25528 /* 20782 */ MCD::OPC_CheckPredicate, 22, 133, 18, 0, // Skip to: 25528 /* 20787 */ MCD::OPC_CheckField, 16, 1, 0, 126, 18, 0, // Skip to: 25528 /* 20794 */ MCD::OPC_CheckField, 6, 1, 1, 119, 18, 0, // Skip to: 25528 /* 20801 */ MCD::OPC_CheckField, 4, 1, 0, 112, 18, 0, // Skip to: 25528 /* 20808 */ MCD::OPC_CheckField, 0, 1, 0, 105, 18, 0, // Skip to: 25528 /* 20815 */ MCD::OPC_Decode, 215, 12, 144, 1, // Opcode: MVE_VSUBi32 /* 20820 */ MCD::OPC_FilterValue, 9, 153, 0, 0, // Skip to: 20978 /* 20825 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 20828 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20878 /* 20833 */ MCD::OPC_CheckPredicate, 22, 82, 18, 0, // Skip to: 25528 /* 20838 */ MCD::OPC_CheckField, 28, 4, 14, 75, 18, 0, // Skip to: 25528 /* 20845 */ MCD::OPC_CheckField, 16, 1, 0, 68, 18, 0, // Skip to: 25528 /* 20852 */ MCD::OPC_CheckField, 6, 1, 1, 61, 18, 0, // Skip to: 25528 /* 20859 */ MCD::OPC_CheckField, 4, 1, 1, 54, 18, 0, // Skip to: 25528 /* 20866 */ MCD::OPC_CheckField, 0, 1, 0, 47, 18, 0, // Skip to: 25528 /* 20873 */ MCD::OPC_Decode, 213, 9, 144, 1, // Opcode: MVE_VMULi8 /* 20878 */ MCD::OPC_FilterValue, 1, 45, 0, 0, // Skip to: 20928 /* 20883 */ MCD::OPC_CheckPredicate, 22, 32, 18, 0, // Skip to: 25528 /* 20888 */ MCD::OPC_CheckField, 28, 4, 14, 25, 18, 0, // Skip to: 25528 /* 20895 */ MCD::OPC_CheckField, 16, 1, 0, 18, 18, 0, // Skip to: 25528 /* 20902 */ MCD::OPC_CheckField, 6, 1, 1, 11, 18, 0, // Skip to: 25528 /* 20909 */ MCD::OPC_CheckField, 4, 1, 1, 4, 18, 0, // Skip to: 25528 /* 20916 */ MCD::OPC_CheckField, 0, 1, 0, 253, 17, 0, // Skip to: 25528 /* 20923 */ MCD::OPC_Decode, 211, 9, 144, 1, // Opcode: MVE_VMULi16 /* 20928 */ MCD::OPC_FilterValue, 2, 243, 17, 0, // Skip to: 25528 /* 20933 */ MCD::OPC_CheckPredicate, 22, 238, 17, 0, // Skip to: 25528 /* 20938 */ MCD::OPC_CheckField, 28, 4, 14, 231, 17, 0, // Skip to: 25528 /* 20945 */ MCD::OPC_CheckField, 16, 1, 0, 224, 17, 0, // Skip to: 25528 /* 20952 */ MCD::OPC_CheckField, 6, 1, 1, 217, 17, 0, // Skip to: 25528 /* 20959 */ MCD::OPC_CheckField, 4, 1, 1, 210, 17, 0, // Skip to: 25528 /* 20966 */ MCD::OPC_CheckField, 0, 1, 0, 203, 17, 0, // Skip to: 25528 /* 20973 */ MCD::OPC_Decode, 212, 9, 144, 1, // Opcode: MVE_VMULi32 /* 20978 */ MCD::OPC_FilterValue, 11, 29, 1, 0, // Skip to: 21268 /* 20983 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 20986 */ MCD::OPC_FilterValue, 0, 89, 0, 0, // Skip to: 21080 /* 20991 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 20994 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 21037 /* 20999 */ MCD::OPC_CheckPredicate, 22, 172, 17, 0, // Skip to: 25528 /* 21004 */ MCD::OPC_CheckField, 16, 1, 0, 165, 17, 0, // Skip to: 25528 /* 21011 */ MCD::OPC_CheckField, 6, 1, 1, 158, 17, 0, // Skip to: 25528 /* 21018 */ MCD::OPC_CheckField, 4, 1, 0, 151, 17, 0, // Skip to: 25528 /* 21025 */ MCD::OPC_CheckField, 0, 1, 0, 144, 17, 0, // Skip to: 25528 /* 21032 */ MCD::OPC_Decode, 165, 10, 144, 1, // Opcode: MVE_VQDMULHi8 /* 21037 */ MCD::OPC_FilterValue, 15, 134, 17, 0, // Skip to: 25528 /* 21042 */ MCD::OPC_CheckPredicate, 22, 129, 17, 0, // Skip to: 25528 /* 21047 */ MCD::OPC_CheckField, 16, 1, 0, 122, 17, 0, // Skip to: 25528 /* 21054 */ MCD::OPC_CheckField, 6, 1, 1, 115, 17, 0, // Skip to: 25528 /* 21061 */ MCD::OPC_CheckField, 4, 1, 0, 108, 17, 0, // Skip to: 25528 /* 21068 */ MCD::OPC_CheckField, 0, 1, 0, 101, 17, 0, // Skip to: 25528 /* 21075 */ MCD::OPC_Decode, 212, 10, 144, 1, // Opcode: MVE_VQRDMULHi8 /* 21080 */ MCD::OPC_FilterValue, 1, 89, 0, 0, // Skip to: 21174 /* 21085 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 21088 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 21131 /* 21093 */ MCD::OPC_CheckPredicate, 22, 78, 17, 0, // Skip to: 25528 /* 21098 */ MCD::OPC_CheckField, 16, 1, 0, 71, 17, 0, // Skip to: 25528 /* 21105 */ MCD::OPC_CheckField, 6, 1, 1, 64, 17, 0, // Skip to: 25528 /* 21112 */ MCD::OPC_CheckField, 4, 1, 0, 57, 17, 0, // Skip to: 25528 /* 21119 */ MCD::OPC_CheckField, 0, 1, 0, 50, 17, 0, // Skip to: 25528 /* 21126 */ MCD::OPC_Decode, 163, 10, 144, 1, // Opcode: MVE_VQDMULHi16 /* 21131 */ MCD::OPC_FilterValue, 15, 40, 17, 0, // Skip to: 25528 /* 21136 */ MCD::OPC_CheckPredicate, 22, 35, 17, 0, // Skip to: 25528 /* 21141 */ MCD::OPC_CheckField, 16, 1, 0, 28, 17, 0, // Skip to: 25528 /* 21148 */ MCD::OPC_CheckField, 6, 1, 1, 21, 17, 0, // Skip to: 25528 /* 21155 */ MCD::OPC_CheckField, 4, 1, 0, 14, 17, 0, // Skip to: 25528 /* 21162 */ MCD::OPC_CheckField, 0, 1, 0, 7, 17, 0, // Skip to: 25528 /* 21169 */ MCD::OPC_Decode, 210, 10, 144, 1, // Opcode: MVE_VQRDMULHi16 /* 21174 */ MCD::OPC_FilterValue, 2, 253, 16, 0, // Skip to: 25528 /* 21179 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 21182 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 21225 /* 21187 */ MCD::OPC_CheckPredicate, 22, 240, 16, 0, // Skip to: 25528 /* 21192 */ MCD::OPC_CheckField, 16, 1, 0, 233, 16, 0, // Skip to: 25528 /* 21199 */ MCD::OPC_CheckField, 6, 1, 1, 226, 16, 0, // Skip to: 25528 /* 21206 */ MCD::OPC_CheckField, 4, 1, 0, 219, 16, 0, // Skip to: 25528 /* 21213 */ MCD::OPC_CheckField, 0, 1, 0, 212, 16, 0, // Skip to: 25528 /* 21220 */ MCD::OPC_Decode, 164, 10, 144, 1, // Opcode: MVE_VQDMULHi32 /* 21225 */ MCD::OPC_FilterValue, 15, 202, 16, 0, // Skip to: 25528 /* 21230 */ MCD::OPC_CheckPredicate, 22, 197, 16, 0, // Skip to: 25528 /* 21235 */ MCD::OPC_CheckField, 16, 1, 0, 190, 16, 0, // Skip to: 25528 /* 21242 */ MCD::OPC_CheckField, 6, 1, 1, 183, 16, 0, // Skip to: 25528 /* 21249 */ MCD::OPC_CheckField, 4, 1, 0, 176, 16, 0, // Skip to: 25528 /* 21256 */ MCD::OPC_CheckField, 0, 1, 0, 169, 16, 0, // Skip to: 25528 /* 21263 */ MCD::OPC_Decode, 211, 10, 144, 1, // Opcode: MVE_VQRDMULHi32 /* 21268 */ MCD::OPC_FilterValue, 12, 203, 0, 0, // Skip to: 21476 /* 21273 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 21276 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21326 /* 21281 */ MCD::OPC_CheckPredicate, 24, 146, 16, 0, // Skip to: 25528 /* 21286 */ MCD::OPC_CheckField, 28, 4, 14, 139, 16, 0, // Skip to: 25528 /* 21293 */ MCD::OPC_CheckField, 16, 1, 0, 132, 16, 0, // Skip to: 25528 /* 21300 */ MCD::OPC_CheckField, 6, 1, 1, 125, 16, 0, // Skip to: 25528 /* 21307 */ MCD::OPC_CheckField, 4, 1, 1, 118, 16, 0, // Skip to: 25528 /* 21314 */ MCD::OPC_CheckField, 0, 1, 0, 111, 16, 0, // Skip to: 25528 /* 21321 */ MCD::OPC_Decode, 179, 7, 143, 1, // Opcode: MVE_VFMAf32 /* 21326 */ MCD::OPC_FilterValue, 1, 45, 0, 0, // Skip to: 21376 /* 21331 */ MCD::OPC_CheckPredicate, 24, 96, 16, 0, // Skip to: 25528 /* 21336 */ MCD::OPC_CheckField, 28, 4, 14, 89, 16, 0, // Skip to: 25528 /* 21343 */ MCD::OPC_CheckField, 16, 1, 0, 82, 16, 0, // Skip to: 25528 /* 21350 */ MCD::OPC_CheckField, 6, 1, 1, 75, 16, 0, // Skip to: 25528 /* 21357 */ MCD::OPC_CheckField, 4, 1, 1, 68, 16, 0, // Skip to: 25528 /* 21364 */ MCD::OPC_CheckField, 0, 1, 0, 61, 16, 0, // Skip to: 25528 /* 21371 */ MCD::OPC_Decode, 178, 7, 143, 1, // Opcode: MVE_VFMAf16 /* 21376 */ MCD::OPC_FilterValue, 2, 45, 0, 0, // Skip to: 21426 /* 21381 */ MCD::OPC_CheckPredicate, 24, 46, 16, 0, // Skip to: 25528 /* 21386 */ MCD::OPC_CheckField, 28, 4, 14, 39, 16, 0, // Skip to: 25528 /* 21393 */ MCD::OPC_CheckField, 16, 1, 0, 32, 16, 0, // Skip to: 25528 /* 21400 */ MCD::OPC_CheckField, 6, 1, 1, 25, 16, 0, // Skip to: 25528 /* 21407 */ MCD::OPC_CheckField, 4, 1, 1, 18, 16, 0, // Skip to: 25528 /* 21414 */ MCD::OPC_CheckField, 0, 1, 0, 11, 16, 0, // Skip to: 25528 /* 21421 */ MCD::OPC_Decode, 181, 7, 143, 1, // Opcode: MVE_VFMSf32 /* 21426 */ MCD::OPC_FilterValue, 3, 1, 16, 0, // Skip to: 25528 /* 21431 */ MCD::OPC_CheckPredicate, 24, 252, 15, 0, // Skip to: 25528 /* 21436 */ MCD::OPC_CheckField, 28, 4, 14, 245, 15, 0, // Skip to: 25528 /* 21443 */ MCD::OPC_CheckField, 16, 1, 0, 238, 15, 0, // Skip to: 25528 /* 21450 */ MCD::OPC_CheckField, 6, 1, 1, 231, 15, 0, // Skip to: 25528 /* 21457 */ MCD::OPC_CheckField, 4, 1, 1, 224, 15, 0, // Skip to: 25528 /* 21464 */ MCD::OPC_CheckField, 0, 1, 0, 217, 15, 0, // Skip to: 25528 /* 21471 */ MCD::OPC_Decode, 180, 7, 143, 1, // Opcode: MVE_VFMSf16 /* 21476 */ MCD::OPC_FilterValue, 13, 123, 1, 0, // Skip to: 21860 /* 21481 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 21484 */ MCD::OPC_FilterValue, 0, 89, 0, 0, // Skip to: 21578 /* 21489 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 21492 */ MCD::OPC_FilterValue, 0, 38, 0, 0, // Skip to: 21535 /* 21497 */ MCD::OPC_CheckPredicate, 24, 186, 15, 0, // Skip to: 25528 /* 21502 */ MCD::OPC_CheckField, 28, 4, 14, 179, 15, 0, // Skip to: 25528 /* 21509 */ MCD::OPC_CheckField, 16, 1, 0, 172, 15, 0, // Skip to: 25528 /* 21516 */ MCD::OPC_CheckField, 6, 1, 1, 165, 15, 0, // Skip to: 25528 /* 21523 */ MCD::OPC_CheckField, 0, 1, 0, 158, 15, 0, // Skip to: 25528 /* 21530 */ MCD::OPC_Decode, 200, 6, 144, 1, // Opcode: MVE_VADDf32 /* 21535 */ MCD::OPC_FilterValue, 1, 148, 15, 0, // Skip to: 25528 /* 21540 */ MCD::OPC_CheckPredicate, 24, 143, 15, 0, // Skip to: 25528 /* 21545 */ MCD::OPC_CheckField, 28, 4, 15, 136, 15, 0, // Skip to: 25528 /* 21552 */ MCD::OPC_CheckField, 16, 1, 0, 129, 15, 0, // Skip to: 25528 /* 21559 */ MCD::OPC_CheckField, 6, 1, 1, 122, 15, 0, // Skip to: 25528 /* 21566 */ MCD::OPC_CheckField, 0, 1, 0, 115, 15, 0, // Skip to: 25528 /* 21573 */ MCD::OPC_Decode, 210, 9, 144, 1, // Opcode: MVE_VMULf32 /* 21578 */ MCD::OPC_FilterValue, 1, 89, 0, 0, // Skip to: 21672 /* 21583 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 21586 */ MCD::OPC_FilterValue, 0, 38, 0, 0, // Skip to: 21629 /* 21591 */ MCD::OPC_CheckPredicate, 24, 92, 15, 0, // Skip to: 25528 /* 21596 */ MCD::OPC_CheckField, 28, 4, 14, 85, 15, 0, // Skip to: 25528 /* 21603 */ MCD::OPC_CheckField, 16, 1, 0, 78, 15, 0, // Skip to: 25528 /* 21610 */ MCD::OPC_CheckField, 6, 1, 1, 71, 15, 0, // Skip to: 25528 /* 21617 */ MCD::OPC_CheckField, 0, 1, 0, 64, 15, 0, // Skip to: 25528 /* 21624 */ MCD::OPC_Decode, 199, 6, 144, 1, // Opcode: MVE_VADDf16 /* 21629 */ MCD::OPC_FilterValue, 1, 54, 15, 0, // Skip to: 25528 /* 21634 */ MCD::OPC_CheckPredicate, 24, 49, 15, 0, // Skip to: 25528 /* 21639 */ MCD::OPC_CheckField, 28, 4, 15, 42, 15, 0, // Skip to: 25528 /* 21646 */ MCD::OPC_CheckField, 16, 1, 0, 35, 15, 0, // Skip to: 25528 /* 21653 */ MCD::OPC_CheckField, 6, 1, 1, 28, 15, 0, // Skip to: 25528 /* 21660 */ MCD::OPC_CheckField, 0, 1, 0, 21, 15, 0, // Skip to: 25528 /* 21667 */ MCD::OPC_Decode, 209, 9, 144, 1, // Opcode: MVE_VMULf16 /* 21672 */ MCD::OPC_FilterValue, 2, 89, 0, 0, // Skip to: 21766 /* 21677 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 21680 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 21723 /* 21685 */ MCD::OPC_CheckPredicate, 24, 254, 14, 0, // Skip to: 25528 /* 21690 */ MCD::OPC_CheckField, 16, 1, 0, 247, 14, 0, // Skip to: 25528 /* 21697 */ MCD::OPC_CheckField, 6, 1, 1, 240, 14, 0, // Skip to: 25528 /* 21704 */ MCD::OPC_CheckField, 4, 1, 0, 233, 14, 0, // Skip to: 25528 /* 21711 */ MCD::OPC_CheckField, 0, 1, 0, 226, 14, 0, // Skip to: 25528 /* 21718 */ MCD::OPC_Decode, 213, 12, 144, 1, // Opcode: MVE_VSUBf32 /* 21723 */ MCD::OPC_FilterValue, 15, 216, 14, 0, // Skip to: 25528 /* 21728 */ MCD::OPC_CheckPredicate, 24, 211, 14, 0, // Skip to: 25528 /* 21733 */ MCD::OPC_CheckField, 16, 1, 0, 204, 14, 0, // Skip to: 25528 /* 21740 */ MCD::OPC_CheckField, 6, 1, 1, 197, 14, 0, // Skip to: 25528 /* 21747 */ MCD::OPC_CheckField, 4, 1, 0, 190, 14, 0, // Skip to: 25528 /* 21754 */ MCD::OPC_CheckField, 0, 1, 0, 183, 14, 0, // Skip to: 25528 /* 21761 */ MCD::OPC_Decode, 164, 6, 144, 1, // Opcode: MVE_VABDf32 /* 21766 */ MCD::OPC_FilterValue, 3, 173, 14, 0, // Skip to: 25528 /* 21771 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 21774 */ MCD::OPC_FilterValue, 14, 38, 0, 0, // Skip to: 21817 /* 21779 */ MCD::OPC_CheckPredicate, 24, 160, 14, 0, // Skip to: 25528 /* 21784 */ MCD::OPC_CheckField, 16, 1, 0, 153, 14, 0, // Skip to: 25528 /* 21791 */ MCD::OPC_CheckField, 6, 1, 1, 146, 14, 0, // Skip to: 25528 /* 21798 */ MCD::OPC_CheckField, 4, 1, 0, 139, 14, 0, // Skip to: 25528 /* 21805 */ MCD::OPC_CheckField, 0, 1, 0, 132, 14, 0, // Skip to: 25528 /* 21812 */ MCD::OPC_Decode, 212, 12, 144, 1, // Opcode: MVE_VSUBf16 /* 21817 */ MCD::OPC_FilterValue, 15, 122, 14, 0, // Skip to: 25528 /* 21822 */ MCD::OPC_CheckPredicate, 24, 117, 14, 0, // Skip to: 25528 /* 21827 */ MCD::OPC_CheckField, 16, 1, 0, 110, 14, 0, // Skip to: 25528 /* 21834 */ MCD::OPC_CheckField, 6, 1, 1, 103, 14, 0, // Skip to: 25528 /* 21841 */ MCD::OPC_CheckField, 4, 1, 0, 96, 14, 0, // Skip to: 25528 /* 21848 */ MCD::OPC_CheckField, 0, 1, 0, 89, 14, 0, // Skip to: 25528 /* 21855 */ MCD::OPC_Decode, 163, 6, 144, 1, // Opcode: MVE_VABDf16 /* 21860 */ MCD::OPC_FilterValue, 15, 79, 14, 0, // Skip to: 25528 /* 21865 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 21868 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21918 /* 21873 */ MCD::OPC_CheckPredicate, 24, 66, 14, 0, // Skip to: 25528 /* 21878 */ MCD::OPC_CheckField, 28, 4, 15, 59, 14, 0, // Skip to: 25528 /* 21885 */ MCD::OPC_CheckField, 16, 1, 0, 52, 14, 0, // Skip to: 25528 /* 21892 */ MCD::OPC_CheckField, 6, 1, 1, 45, 14, 0, // Skip to: 25528 /* 21899 */ MCD::OPC_CheckField, 4, 1, 1, 38, 14, 0, // Skip to: 25528 /* 21906 */ MCD::OPC_CheckField, 0, 1, 0, 31, 14, 0, // Skip to: 25528 /* 21913 */ MCD::OPC_Decode, 182, 8, 144, 1, // Opcode: MVE_VMAXNMf32 /* 21918 */ MCD::OPC_FilterValue, 1, 45, 0, 0, // Skip to: 21968 /* 21923 */ MCD::OPC_CheckPredicate, 24, 16, 14, 0, // Skip to: 25528 /* 21928 */ MCD::OPC_CheckField, 28, 4, 15, 9, 14, 0, // Skip to: 25528 /* 21935 */ MCD::OPC_CheckField, 16, 1, 0, 2, 14, 0, // Skip to: 25528 /* 21942 */ MCD::OPC_CheckField, 6, 1, 1, 251, 13, 0, // Skip to: 25528 /* 21949 */ MCD::OPC_CheckField, 4, 1, 1, 244, 13, 0, // Skip to: 25528 /* 21956 */ MCD::OPC_CheckField, 0, 1, 0, 237, 13, 0, // Skip to: 25528 /* 21963 */ MCD::OPC_Decode, 181, 8, 144, 1, // Opcode: MVE_VMAXNMf16 /* 21968 */ MCD::OPC_FilterValue, 2, 45, 0, 0, // Skip to: 22018 /* 21973 */ MCD::OPC_CheckPredicate, 24, 222, 13, 0, // Skip to: 25528 /* 21978 */ MCD::OPC_CheckField, 28, 4, 15, 215, 13, 0, // Skip to: 25528 /* 21985 */ MCD::OPC_CheckField, 16, 1, 0, 208, 13, 0, // Skip to: 25528 /* 21992 */ MCD::OPC_CheckField, 6, 1, 1, 201, 13, 0, // Skip to: 25528 /* 21999 */ MCD::OPC_CheckField, 4, 1, 1, 194, 13, 0, // Skip to: 25528 /* 22006 */ MCD::OPC_CheckField, 0, 1, 0, 187, 13, 0, // Skip to: 25528 /* 22013 */ MCD::OPC_Decode, 208, 8, 144, 1, // Opcode: MVE_VMINNMf32 /* 22018 */ MCD::OPC_FilterValue, 3, 177, 13, 0, // Skip to: 25528 /* 22023 */ MCD::OPC_CheckPredicate, 24, 172, 13, 0, // Skip to: 25528 /* 22028 */ MCD::OPC_CheckField, 28, 4, 15, 165, 13, 0, // Skip to: 25528 /* 22035 */ MCD::OPC_CheckField, 16, 1, 0, 158, 13, 0, // Skip to: 25528 /* 22042 */ MCD::OPC_CheckField, 6, 1, 1, 151, 13, 0, // Skip to: 25528 /* 22049 */ MCD::OPC_CheckField, 4, 1, 1, 144, 13, 0, // Skip to: 25528 /* 22056 */ MCD::OPC_CheckField, 0, 1, 0, 137, 13, 0, // Skip to: 25528 /* 22063 */ MCD::OPC_Decode, 207, 8, 144, 1, // Opcode: MVE_VMINNMf16 /* 22068 */ MCD::OPC_FilterValue, 3, 127, 13, 0, // Skip to: 25528 /* 22073 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 22076 */ MCD::OPC_FilterValue, 0, 224, 7, 0, // Skip to: 24097 /* 22081 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... /* 22084 */ MCD::OPC_FilterValue, 1, 148, 0, 0, // Skip to: 22237 /* 22089 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22092 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 22121 /* 22097 */ MCD::OPC_CheckPredicate, 22, 98, 13, 0, // Skip to: 25528 /* 22102 */ MCD::OPC_CheckField, 28, 4, 15, 91, 13, 0, // Skip to: 25528 /* 22109 */ MCD::OPC_CheckField, 0, 1, 0, 84, 13, 0, // Skip to: 25528 /* 22116 */ MCD::OPC_Decode, 159, 11, 148, 1, // Opcode: MVE_VREV64_8 /* 22121 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 22150 /* 22126 */ MCD::OPC_CheckPredicate, 22, 69, 13, 0, // Skip to: 25528 /* 22131 */ MCD::OPC_CheckField, 28, 4, 15, 62, 13, 0, // Skip to: 25528 /* 22138 */ MCD::OPC_CheckField, 0, 1, 0, 55, 13, 0, // Skip to: 25528 /* 22145 */ MCD::OPC_Decode, 157, 11, 148, 1, // Opcode: MVE_VREV64_16 /* 22150 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22179 /* 22155 */ MCD::OPC_CheckPredicate, 24, 40, 13, 0, // Skip to: 25528 /* 22160 */ MCD::OPC_CheckField, 28, 4, 15, 33, 13, 0, // Skip to: 25528 /* 22167 */ MCD::OPC_CheckField, 0, 1, 0, 26, 13, 0, // Skip to: 25528 /* 22174 */ MCD::OPC_Decode, 141, 7, 148, 1, // Opcode: MVE_VCVTs16f16a /* 22179 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 22208 /* 22184 */ MCD::OPC_CheckPredicate, 22, 11, 13, 0, // Skip to: 25528 /* 22189 */ MCD::OPC_CheckField, 28, 4, 15, 4, 13, 0, // Skip to: 25528 /* 22196 */ MCD::OPC_CheckField, 0, 1, 0, 253, 12, 0, // Skip to: 25528 /* 22203 */ MCD::OPC_Decode, 158, 11, 148, 1, // Opcode: MVE_VREV64_32 /* 22208 */ MCD::OPC_FilterValue, 59, 243, 12, 0, // Skip to: 25528 /* 22213 */ MCD::OPC_CheckPredicate, 24, 238, 12, 0, // Skip to: 25528 /* 22218 */ MCD::OPC_CheckField, 28, 4, 15, 231, 12, 0, // Skip to: 25528 /* 22225 */ MCD::OPC_CheckField, 0, 1, 0, 224, 12, 0, // Skip to: 25528 /* 22232 */ MCD::OPC_Decode, 147, 7, 148, 1, // Opcode: MVE_VCVTs32f32a /* 22237 */ MCD::OPC_FilterValue, 3, 119, 0, 0, // Skip to: 22361 /* 22242 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22245 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 22274 /* 22250 */ MCD::OPC_CheckPredicate, 22, 201, 12, 0, // Skip to: 25528 /* 22255 */ MCD::OPC_CheckField, 28, 4, 15, 194, 12, 0, // Skip to: 25528 /* 22262 */ MCD::OPC_CheckField, 0, 1, 0, 187, 12, 0, // Skip to: 25528 /* 22269 */ MCD::OPC_Decode, 156, 11, 148, 1, // Opcode: MVE_VREV32_8 /* 22274 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 22303 /* 22279 */ MCD::OPC_CheckPredicate, 22, 172, 12, 0, // Skip to: 25528 /* 22284 */ MCD::OPC_CheckField, 28, 4, 15, 165, 12, 0, // Skip to: 25528 /* 22291 */ MCD::OPC_CheckField, 0, 1, 0, 158, 12, 0, // Skip to: 25528 /* 22298 */ MCD::OPC_Decode, 155, 11, 148, 1, // Opcode: MVE_VREV32_16 /* 22303 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22332 /* 22308 */ MCD::OPC_CheckPredicate, 24, 143, 12, 0, // Skip to: 25528 /* 22313 */ MCD::OPC_CheckField, 28, 4, 15, 136, 12, 0, // Skip to: 25528 /* 22320 */ MCD::OPC_CheckField, 0, 1, 0, 129, 12, 0, // Skip to: 25528 /* 22327 */ MCD::OPC_Decode, 153, 7, 148, 1, // Opcode: MVE_VCVTu16f16a /* 22332 */ MCD::OPC_FilterValue, 59, 119, 12, 0, // Skip to: 25528 /* 22337 */ MCD::OPC_CheckPredicate, 24, 114, 12, 0, // Skip to: 25528 /* 22342 */ MCD::OPC_CheckField, 28, 4, 15, 107, 12, 0, // Skip to: 25528 /* 22349 */ MCD::OPC_CheckField, 0, 1, 0, 100, 12, 0, // Skip to: 25528 /* 22356 */ MCD::OPC_Decode, 159, 7, 148, 1, // Opcode: MVE_VCVTu32f32a /* 22361 */ MCD::OPC_FilterValue, 5, 90, 0, 0, // Skip to: 22456 /* 22366 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22369 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 22398 /* 22374 */ MCD::OPC_CheckPredicate, 22, 77, 12, 0, // Skip to: 25528 /* 22379 */ MCD::OPC_CheckField, 28, 4, 15, 70, 12, 0, // Skip to: 25528 /* 22386 */ MCD::OPC_CheckField, 0, 1, 0, 63, 12, 0, // Skip to: 25528 /* 22393 */ MCD::OPC_Decode, 154, 11, 148, 1, // Opcode: MVE_VREV16_8 /* 22398 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22427 /* 22403 */ MCD::OPC_CheckPredicate, 24, 48, 12, 0, // Skip to: 25528 /* 22408 */ MCD::OPC_CheckField, 28, 4, 15, 41, 12, 0, // Skip to: 25528 /* 22415 */ MCD::OPC_CheckField, 0, 1, 0, 34, 12, 0, // Skip to: 25528 /* 22422 */ MCD::OPC_Decode, 143, 7, 148, 1, // Opcode: MVE_VCVTs16f16n /* 22427 */ MCD::OPC_FilterValue, 59, 24, 12, 0, // Skip to: 25528 /* 22432 */ MCD::OPC_CheckPredicate, 24, 19, 12, 0, // Skip to: 25528 /* 22437 */ MCD::OPC_CheckField, 28, 4, 15, 12, 12, 0, // Skip to: 25528 /* 22444 */ MCD::OPC_CheckField, 0, 1, 0, 5, 12, 0, // Skip to: 25528 /* 22451 */ MCD::OPC_Decode, 149, 7, 148, 1, // Opcode: MVE_VCVTs32f32n /* 22456 */ MCD::OPC_FilterValue, 7, 61, 0, 0, // Skip to: 22522 /* 22461 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22464 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22493 /* 22469 */ MCD::OPC_CheckPredicate, 24, 238, 11, 0, // Skip to: 25528 /* 22474 */ MCD::OPC_CheckField, 28, 4, 15, 231, 11, 0, // Skip to: 25528 /* 22481 */ MCD::OPC_CheckField, 0, 1, 0, 224, 11, 0, // Skip to: 25528 /* 22488 */ MCD::OPC_Decode, 155, 7, 148, 1, // Opcode: MVE_VCVTu16f16n /* 22493 */ MCD::OPC_FilterValue, 59, 214, 11, 0, // Skip to: 25528 /* 22498 */ MCD::OPC_CheckPredicate, 24, 209, 11, 0, // Skip to: 25528 /* 22503 */ MCD::OPC_CheckField, 28, 4, 15, 202, 11, 0, // Skip to: 25528 /* 22510 */ MCD::OPC_CheckField, 0, 1, 0, 195, 11, 0, // Skip to: 25528 /* 22517 */ MCD::OPC_Decode, 161, 7, 148, 1, // Opcode: MVE_VCVTu32f32n /* 22522 */ MCD::OPC_FilterValue, 9, 61, 0, 0, // Skip to: 22588 /* 22527 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22530 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22559 /* 22535 */ MCD::OPC_CheckPredicate, 24, 172, 11, 0, // Skip to: 25528 /* 22540 */ MCD::OPC_CheckField, 28, 4, 15, 165, 11, 0, // Skip to: 25528 /* 22547 */ MCD::OPC_CheckField, 0, 1, 0, 158, 11, 0, // Skip to: 25528 /* 22554 */ MCD::OPC_Decode, 144, 7, 148, 1, // Opcode: MVE_VCVTs16f16p /* 22559 */ MCD::OPC_FilterValue, 59, 148, 11, 0, // Skip to: 25528 /* 22564 */ MCD::OPC_CheckPredicate, 24, 143, 11, 0, // Skip to: 25528 /* 22569 */ MCD::OPC_CheckField, 28, 4, 15, 136, 11, 0, // Skip to: 25528 /* 22576 */ MCD::OPC_CheckField, 0, 1, 0, 129, 11, 0, // Skip to: 25528 /* 22583 */ MCD::OPC_Decode, 150, 7, 148, 1, // Opcode: MVE_VCVTs32f32p /* 22588 */ MCD::OPC_FilterValue, 11, 61, 0, 0, // Skip to: 22654 /* 22593 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22596 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22625 /* 22601 */ MCD::OPC_CheckPredicate, 24, 106, 11, 0, // Skip to: 25528 /* 22606 */ MCD::OPC_CheckField, 28, 4, 15, 99, 11, 0, // Skip to: 25528 /* 22613 */ MCD::OPC_CheckField, 0, 1, 0, 92, 11, 0, // Skip to: 25528 /* 22620 */ MCD::OPC_Decode, 156, 7, 148, 1, // Opcode: MVE_VCVTu16f16p /* 22625 */ MCD::OPC_FilterValue, 59, 82, 11, 0, // Skip to: 25528 /* 22630 */ MCD::OPC_CheckPredicate, 24, 77, 11, 0, // Skip to: 25528 /* 22635 */ MCD::OPC_CheckField, 28, 4, 15, 70, 11, 0, // Skip to: 25528 /* 22642 */ MCD::OPC_CheckField, 0, 1, 0, 63, 11, 0, // Skip to: 25528 /* 22649 */ MCD::OPC_Decode, 162, 7, 148, 1, // Opcode: MVE_VCVTu32f32p /* 22654 */ MCD::OPC_FilterValue, 13, 148, 0, 0, // Skip to: 22807 /* 22659 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22662 */ MCD::OPC_FilterValue, 49, 24, 0, 0, // Skip to: 22691 /* 22667 */ MCD::OPC_CheckPredicate, 22, 40, 11, 0, // Skip to: 25528 /* 22672 */ MCD::OPC_CheckField, 28, 4, 15, 33, 11, 0, // Skip to: 25528 /* 22679 */ MCD::OPC_CheckField, 0, 1, 0, 26, 11, 0, // Skip to: 25528 /* 22686 */ MCD::OPC_Decode, 175, 6, 148, 1, // Opcode: MVE_VABSs8 /* 22691 */ MCD::OPC_FilterValue, 53, 24, 0, 0, // Skip to: 22720 /* 22696 */ MCD::OPC_CheckPredicate, 22, 11, 11, 0, // Skip to: 25528 /* 22701 */ MCD::OPC_CheckField, 28, 4, 15, 4, 11, 0, // Skip to: 25528 /* 22708 */ MCD::OPC_CheckField, 0, 1, 0, 253, 10, 0, // Skip to: 25528 /* 22715 */ MCD::OPC_Decode, 173, 6, 148, 1, // Opcode: MVE_VABSs16 /* 22720 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22749 /* 22725 */ MCD::OPC_CheckPredicate, 24, 238, 10, 0, // Skip to: 25528 /* 22730 */ MCD::OPC_CheckField, 28, 4, 15, 231, 10, 0, // Skip to: 25528 /* 22737 */ MCD::OPC_CheckField, 0, 1, 0, 224, 10, 0, // Skip to: 25528 /* 22744 */ MCD::OPC_Decode, 142, 7, 148, 1, // Opcode: MVE_VCVTs16f16m /* 22749 */ MCD::OPC_FilterValue, 57, 24, 0, 0, // Skip to: 22778 /* 22754 */ MCD::OPC_CheckPredicate, 22, 209, 10, 0, // Skip to: 25528 /* 22759 */ MCD::OPC_CheckField, 28, 4, 15, 202, 10, 0, // Skip to: 25528 /* 22766 */ MCD::OPC_CheckField, 0, 1, 0, 195, 10, 0, // Skip to: 25528 /* 22773 */ MCD::OPC_Decode, 174, 6, 148, 1, // Opcode: MVE_VABSs32 /* 22778 */ MCD::OPC_FilterValue, 59, 185, 10, 0, // Skip to: 25528 /* 22783 */ MCD::OPC_CheckPredicate, 24, 180, 10, 0, // Skip to: 25528 /* 22788 */ MCD::OPC_CheckField, 28, 4, 15, 173, 10, 0, // Skip to: 25528 /* 22795 */ MCD::OPC_CheckField, 0, 1, 0, 166, 10, 0, // Skip to: 25528 /* 22802 */ MCD::OPC_Decode, 148, 7, 148, 1, // Opcode: MVE_VCVTs32f32m /* 22807 */ MCD::OPC_FilterValue, 15, 148, 0, 0, // Skip to: 22960 /* 22812 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22815 */ MCD::OPC_FilterValue, 49, 24, 0, 0, // Skip to: 22844 /* 22820 */ MCD::OPC_CheckPredicate, 22, 143, 10, 0, // Skip to: 25528 /* 22825 */ MCD::OPC_CheckField, 28, 4, 15, 136, 10, 0, // Skip to: 25528 /* 22832 */ MCD::OPC_CheckField, 0, 1, 0, 129, 10, 0, // Skip to: 25528 /* 22839 */ MCD::OPC_Decode, 221, 9, 148, 1, // Opcode: MVE_VNEGs8 /* 22844 */ MCD::OPC_FilterValue, 53, 24, 0, 0, // Skip to: 22873 /* 22849 */ MCD::OPC_CheckPredicate, 22, 114, 10, 0, // Skip to: 25528 /* 22854 */ MCD::OPC_CheckField, 28, 4, 15, 107, 10, 0, // Skip to: 25528 /* 22861 */ MCD::OPC_CheckField, 0, 1, 0, 100, 10, 0, // Skip to: 25528 /* 22868 */ MCD::OPC_Decode, 219, 9, 148, 1, // Opcode: MVE_VNEGs16 /* 22873 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 22902 /* 22878 */ MCD::OPC_CheckPredicate, 24, 85, 10, 0, // Skip to: 25528 /* 22883 */ MCD::OPC_CheckField, 28, 4, 15, 78, 10, 0, // Skip to: 25528 /* 22890 */ MCD::OPC_CheckField, 0, 1, 0, 71, 10, 0, // Skip to: 25528 /* 22897 */ MCD::OPC_Decode, 154, 7, 148, 1, // Opcode: MVE_VCVTu16f16m /* 22902 */ MCD::OPC_FilterValue, 57, 24, 0, 0, // Skip to: 22931 /* 22907 */ MCD::OPC_CheckPredicate, 22, 56, 10, 0, // Skip to: 25528 /* 22912 */ MCD::OPC_CheckField, 28, 4, 15, 49, 10, 0, // Skip to: 25528 /* 22919 */ MCD::OPC_CheckField, 0, 1, 0, 42, 10, 0, // Skip to: 25528 /* 22926 */ MCD::OPC_Decode, 220, 9, 148, 1, // Opcode: MVE_VNEGs32 /* 22931 */ MCD::OPC_FilterValue, 59, 32, 10, 0, // Skip to: 25528 /* 22936 */ MCD::OPC_CheckPredicate, 24, 27, 10, 0, // Skip to: 25528 /* 22941 */ MCD::OPC_CheckField, 28, 4, 15, 20, 10, 0, // Skip to: 25528 /* 22948 */ MCD::OPC_CheckField, 0, 1, 0, 13, 10, 0, // Skip to: 25528 /* 22955 */ MCD::OPC_Decode, 160, 7, 148, 1, // Opcode: MVE_VCVTu32f32m /* 22960 */ MCD::OPC_FilterValue, 17, 148, 0, 0, // Skip to: 23113 /* 22965 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 22968 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 22997 /* 22973 */ MCD::OPC_CheckPredicate, 22, 246, 9, 0, // Skip to: 25528 /* 22978 */ MCD::OPC_CheckField, 28, 4, 15, 239, 9, 0, // Skip to: 25528 /* 22985 */ MCD::OPC_CheckField, 0, 1, 0, 232, 9, 0, // Skip to: 25528 /* 22992 */ MCD::OPC_Decode, 222, 6, 148, 1, // Opcode: MVE_VCLSs8 /* 22997 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 23026 /* 23002 */ MCD::OPC_CheckPredicate, 22, 217, 9, 0, // Skip to: 25528 /* 23007 */ MCD::OPC_CheckField, 28, 4, 15, 210, 9, 0, // Skip to: 25528 /* 23014 */ MCD::OPC_CheckField, 0, 1, 0, 203, 9, 0, // Skip to: 25528 /* 23021 */ MCD::OPC_Decode, 220, 6, 148, 1, // Opcode: MVE_VCLSs16 /* 23026 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23055 /* 23031 */ MCD::OPC_CheckPredicate, 24, 188, 9, 0, // Skip to: 25528 /* 23036 */ MCD::OPC_CheckField, 28, 4, 15, 181, 9, 0, // Skip to: 25528 /* 23043 */ MCD::OPC_CheckField, 0, 1, 0, 174, 9, 0, // Skip to: 25528 /* 23050 */ MCD::OPC_Decode, 168, 11, 148, 1, // Opcode: MVE_VRINTf16N /* 23055 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 23084 /* 23060 */ MCD::OPC_CheckPredicate, 22, 159, 9, 0, // Skip to: 25528 /* 23065 */ MCD::OPC_CheckField, 28, 4, 15, 152, 9, 0, // Skip to: 25528 /* 23072 */ MCD::OPC_CheckField, 0, 1, 0, 145, 9, 0, // Skip to: 25528 /* 23079 */ MCD::OPC_Decode, 221, 6, 148, 1, // Opcode: MVE_VCLSs32 /* 23084 */ MCD::OPC_FilterValue, 58, 135, 9, 0, // Skip to: 25528 /* 23089 */ MCD::OPC_CheckPredicate, 24, 130, 9, 0, // Skip to: 25528 /* 23094 */ MCD::OPC_CheckField, 28, 4, 15, 123, 9, 0, // Skip to: 25528 /* 23101 */ MCD::OPC_CheckField, 0, 1, 0, 116, 9, 0, // Skip to: 25528 /* 23108 */ MCD::OPC_Decode, 174, 11, 148, 1, // Opcode: MVE_VRINTf32N /* 23113 */ MCD::OPC_FilterValue, 19, 148, 0, 0, // Skip to: 23266 /* 23118 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23121 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 23150 /* 23126 */ MCD::OPC_CheckPredicate, 22, 93, 9, 0, // Skip to: 25528 /* 23131 */ MCD::OPC_CheckField, 28, 4, 15, 86, 9, 0, // Skip to: 25528 /* 23138 */ MCD::OPC_CheckField, 0, 1, 0, 79, 9, 0, // Skip to: 25528 /* 23145 */ MCD::OPC_Decode, 225, 6, 148, 1, // Opcode: MVE_VCLZs8 /* 23150 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 23179 /* 23155 */ MCD::OPC_CheckPredicate, 22, 64, 9, 0, // Skip to: 25528 /* 23160 */ MCD::OPC_CheckField, 28, 4, 15, 57, 9, 0, // Skip to: 25528 /* 23167 */ MCD::OPC_CheckField, 0, 1, 0, 50, 9, 0, // Skip to: 25528 /* 23174 */ MCD::OPC_Decode, 223, 6, 148, 1, // Opcode: MVE_VCLZs16 /* 23179 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23208 /* 23184 */ MCD::OPC_CheckPredicate, 24, 35, 9, 0, // Skip to: 25528 /* 23189 */ MCD::OPC_CheckField, 28, 4, 15, 28, 9, 0, // Skip to: 25528 /* 23196 */ MCD::OPC_CheckField, 0, 1, 0, 21, 9, 0, // Skip to: 25528 /* 23203 */ MCD::OPC_Decode, 170, 11, 148, 1, // Opcode: MVE_VRINTf16X /* 23208 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 23237 /* 23213 */ MCD::OPC_CheckPredicate, 22, 6, 9, 0, // Skip to: 25528 /* 23218 */ MCD::OPC_CheckField, 28, 4, 15, 255, 8, 0, // Skip to: 25528 /* 23225 */ MCD::OPC_CheckField, 0, 1, 0, 248, 8, 0, // Skip to: 25528 /* 23232 */ MCD::OPC_Decode, 224, 6, 148, 1, // Opcode: MVE_VCLZs32 /* 23237 */ MCD::OPC_FilterValue, 58, 238, 8, 0, // Skip to: 25528 /* 23242 */ MCD::OPC_CheckPredicate, 24, 233, 8, 0, // Skip to: 25528 /* 23247 */ MCD::OPC_CheckField, 28, 4, 15, 226, 8, 0, // Skip to: 25528 /* 23254 */ MCD::OPC_CheckField, 0, 1, 0, 219, 8, 0, // Skip to: 25528 /* 23261 */ MCD::OPC_Decode, 176, 11, 148, 1, // Opcode: MVE_VRINTf32X /* 23266 */ MCD::OPC_FilterValue, 21, 61, 0, 0, // Skip to: 23332 /* 23271 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23274 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23303 /* 23279 */ MCD::OPC_CheckPredicate, 24, 196, 8, 0, // Skip to: 25528 /* 23284 */ MCD::OPC_CheckField, 28, 4, 15, 189, 8, 0, // Skip to: 25528 /* 23291 */ MCD::OPC_CheckField, 0, 1, 0, 182, 8, 0, // Skip to: 25528 /* 23298 */ MCD::OPC_Decode, 166, 11, 148, 1, // Opcode: MVE_VRINTf16A /* 23303 */ MCD::OPC_FilterValue, 58, 172, 8, 0, // Skip to: 25528 /* 23308 */ MCD::OPC_CheckPredicate, 24, 167, 8, 0, // Skip to: 25528 /* 23313 */ MCD::OPC_CheckField, 28, 4, 15, 160, 8, 0, // Skip to: 25528 /* 23320 */ MCD::OPC_CheckField, 0, 1, 0, 153, 8, 0, // Skip to: 25528 /* 23327 */ MCD::OPC_Decode, 172, 11, 148, 1, // Opcode: MVE_VRINTf32A /* 23332 */ MCD::OPC_FilterValue, 23, 90, 0, 0, // Skip to: 23427 /* 23337 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23340 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 23369 /* 23345 */ MCD::OPC_CheckPredicate, 22, 130, 8, 0, // Skip to: 25528 /* 23350 */ MCD::OPC_CheckField, 28, 4, 15, 123, 8, 0, // Skip to: 25528 /* 23357 */ MCD::OPC_CheckField, 0, 1, 0, 116, 8, 0, // Skip to: 25528 /* 23364 */ MCD::OPC_Decode, 214, 9, 148, 1, // Opcode: MVE_VMVN /* 23369 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23398 /* 23374 */ MCD::OPC_CheckPredicate, 24, 101, 8, 0, // Skip to: 25528 /* 23379 */ MCD::OPC_CheckField, 28, 4, 15, 94, 8, 0, // Skip to: 25528 /* 23386 */ MCD::OPC_CheckField, 0, 1, 0, 87, 8, 0, // Skip to: 25528 /* 23393 */ MCD::OPC_Decode, 171, 11, 148, 1, // Opcode: MVE_VRINTf16Z /* 23398 */ MCD::OPC_FilterValue, 58, 77, 8, 0, // Skip to: 25528 /* 23403 */ MCD::OPC_CheckPredicate, 24, 72, 8, 0, // Skip to: 25528 /* 23408 */ MCD::OPC_CheckField, 28, 4, 15, 65, 8, 0, // Skip to: 25528 /* 23415 */ MCD::OPC_CheckField, 0, 1, 0, 58, 8, 0, // Skip to: 25528 /* 23422 */ MCD::OPC_Decode, 177, 11, 148, 1, // Opcode: MVE_VRINTf32Z /* 23427 */ MCD::OPC_FilterValue, 25, 61, 0, 0, // Skip to: 23493 /* 23432 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23435 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 23464 /* 23440 */ MCD::OPC_CheckPredicate, 24, 35, 8, 0, // Skip to: 25528 /* 23445 */ MCD::OPC_CheckField, 28, 4, 15, 28, 8, 0, // Skip to: 25528 /* 23452 */ MCD::OPC_CheckField, 0, 1, 0, 21, 8, 0, // Skip to: 25528 /* 23459 */ MCD::OPC_Decode, 131, 7, 148, 1, // Opcode: MVE_VCVTf16s16n /* 23464 */ MCD::OPC_FilterValue, 59, 11, 8, 0, // Skip to: 25528 /* 23469 */ MCD::OPC_CheckPredicate, 24, 6, 8, 0, // Skip to: 25528 /* 23474 */ MCD::OPC_CheckField, 28, 4, 15, 255, 7, 0, // Skip to: 25528 /* 23481 */ MCD::OPC_CheckField, 0, 1, 0, 248, 7, 0, // Skip to: 25528 /* 23488 */ MCD::OPC_Decode, 137, 7, 148, 1, // Opcode: MVE_VCVTf32s32n /* 23493 */ MCD::OPC_FilterValue, 27, 119, 0, 0, // Skip to: 23617 /* 23498 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23501 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23530 /* 23506 */ MCD::OPC_CheckPredicate, 24, 225, 7, 0, // Skip to: 25528 /* 23511 */ MCD::OPC_CheckField, 28, 4, 15, 218, 7, 0, // Skip to: 25528 /* 23518 */ MCD::OPC_CheckField, 0, 1, 0, 211, 7, 0, // Skip to: 25528 /* 23525 */ MCD::OPC_Decode, 167, 11, 148, 1, // Opcode: MVE_VRINTf16M /* 23530 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 23559 /* 23535 */ MCD::OPC_CheckPredicate, 24, 196, 7, 0, // Skip to: 25528 /* 23540 */ MCD::OPC_CheckField, 28, 4, 15, 189, 7, 0, // Skip to: 25528 /* 23547 */ MCD::OPC_CheckField, 0, 1, 0, 182, 7, 0, // Skip to: 25528 /* 23554 */ MCD::OPC_Decode, 133, 7, 148, 1, // Opcode: MVE_VCVTf16u16n /* 23559 */ MCD::OPC_FilterValue, 58, 24, 0, 0, // Skip to: 23588 /* 23564 */ MCD::OPC_CheckPredicate, 24, 167, 7, 0, // Skip to: 25528 /* 23569 */ MCD::OPC_CheckField, 28, 4, 15, 160, 7, 0, // Skip to: 25528 /* 23576 */ MCD::OPC_CheckField, 0, 1, 0, 153, 7, 0, // Skip to: 25528 /* 23583 */ MCD::OPC_Decode, 173, 11, 148, 1, // Opcode: MVE_VRINTf32M /* 23588 */ MCD::OPC_FilterValue, 59, 143, 7, 0, // Skip to: 25528 /* 23593 */ MCD::OPC_CheckPredicate, 24, 138, 7, 0, // Skip to: 25528 /* 23598 */ MCD::OPC_CheckField, 28, 4, 15, 131, 7, 0, // Skip to: 25528 /* 23605 */ MCD::OPC_CheckField, 0, 1, 0, 124, 7, 0, // Skip to: 25528 /* 23612 */ MCD::OPC_Decode, 139, 7, 148, 1, // Opcode: MVE_VCVTf32u32n /* 23617 */ MCD::OPC_FilterValue, 29, 206, 0, 0, // Skip to: 23828 /* 23622 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23625 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 23654 /* 23630 */ MCD::OPC_CheckPredicate, 22, 101, 7, 0, // Skip to: 25528 /* 23635 */ MCD::OPC_CheckField, 28, 4, 15, 94, 7, 0, // Skip to: 25528 /* 23642 */ MCD::OPC_CheckField, 0, 1, 0, 87, 7, 0, // Skip to: 25528 /* 23649 */ MCD::OPC_Decode, 129, 10, 148, 1, // Opcode: MVE_VQABSs8 /* 23654 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 23683 /* 23659 */ MCD::OPC_CheckPredicate, 22, 72, 7, 0, // Skip to: 25528 /* 23664 */ MCD::OPC_CheckField, 28, 4, 15, 65, 7, 0, // Skip to: 25528 /* 23671 */ MCD::OPC_CheckField, 0, 1, 0, 58, 7, 0, // Skip to: 25528 /* 23678 */ MCD::OPC_Decode, 255, 9, 148, 1, // Opcode: MVE_VQABSs16 /* 23683 */ MCD::OPC_FilterValue, 53, 24, 0, 0, // Skip to: 23712 /* 23688 */ MCD::OPC_CheckPredicate, 24, 43, 7, 0, // Skip to: 25528 /* 23693 */ MCD::OPC_CheckField, 28, 4, 15, 36, 7, 0, // Skip to: 25528 /* 23700 */ MCD::OPC_CheckField, 0, 1, 0, 29, 7, 0, // Skip to: 25528 /* 23707 */ MCD::OPC_Decode, 171, 6, 148, 1, // Opcode: MVE_VABSf16 /* 23712 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 23741 /* 23717 */ MCD::OPC_CheckPredicate, 24, 14, 7, 0, // Skip to: 25528 /* 23722 */ MCD::OPC_CheckField, 28, 4, 15, 7, 7, 0, // Skip to: 25528 /* 23729 */ MCD::OPC_CheckField, 0, 1, 0, 0, 7, 0, // Skip to: 25528 /* 23736 */ MCD::OPC_Decode, 145, 7, 148, 1, // Opcode: MVE_VCVTs16f16z /* 23741 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 23770 /* 23746 */ MCD::OPC_CheckPredicate, 22, 241, 6, 0, // Skip to: 25528 /* 23751 */ MCD::OPC_CheckField, 28, 4, 15, 234, 6, 0, // Skip to: 25528 /* 23758 */ MCD::OPC_CheckField, 0, 1, 0, 227, 6, 0, // Skip to: 25528 /* 23765 */ MCD::OPC_Decode, 128, 10, 148, 1, // Opcode: MVE_VQABSs32 /* 23770 */ MCD::OPC_FilterValue, 57, 24, 0, 0, // Skip to: 23799 /* 23775 */ MCD::OPC_CheckPredicate, 24, 212, 6, 0, // Skip to: 25528 /* 23780 */ MCD::OPC_CheckField, 28, 4, 15, 205, 6, 0, // Skip to: 25528 /* 23787 */ MCD::OPC_CheckField, 0, 1, 0, 198, 6, 0, // Skip to: 25528 /* 23794 */ MCD::OPC_Decode, 172, 6, 148, 1, // Opcode: MVE_VABSf32 /* 23799 */ MCD::OPC_FilterValue, 59, 188, 6, 0, // Skip to: 25528 /* 23804 */ MCD::OPC_CheckPredicate, 24, 183, 6, 0, // Skip to: 25528 /* 23809 */ MCD::OPC_CheckField, 28, 4, 15, 176, 6, 0, // Skip to: 25528 /* 23816 */ MCD::OPC_CheckField, 0, 1, 0, 169, 6, 0, // Skip to: 25528 /* 23823 */ MCD::OPC_Decode, 151, 7, 148, 1, // Opcode: MVE_VCVTs32f32z /* 23828 */ MCD::OPC_FilterValue, 31, 159, 6, 0, // Skip to: 25528 /* 23833 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 23836 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 23865 /* 23841 */ MCD::OPC_CheckPredicate, 22, 146, 6, 0, // Skip to: 25528 /* 23846 */ MCD::OPC_CheckField, 28, 4, 15, 139, 6, 0, // Skip to: 25528 /* 23853 */ MCD::OPC_CheckField, 0, 1, 0, 132, 6, 0, // Skip to: 25528 /* 23860 */ MCD::OPC_Decode, 188, 10, 148, 1, // Opcode: MVE_VQNEGs8 /* 23865 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 23894 /* 23870 */ MCD::OPC_CheckPredicate, 22, 117, 6, 0, // Skip to: 25528 /* 23875 */ MCD::OPC_CheckField, 28, 4, 15, 110, 6, 0, // Skip to: 25528 /* 23882 */ MCD::OPC_CheckField, 0, 1, 0, 103, 6, 0, // Skip to: 25528 /* 23889 */ MCD::OPC_Decode, 186, 10, 148, 1, // Opcode: MVE_VQNEGs16 /* 23894 */ MCD::OPC_FilterValue, 53, 24, 0, 0, // Skip to: 23923 /* 23899 */ MCD::OPC_CheckPredicate, 24, 88, 6, 0, // Skip to: 25528 /* 23904 */ MCD::OPC_CheckField, 28, 4, 15, 81, 6, 0, // Skip to: 25528 /* 23911 */ MCD::OPC_CheckField, 0, 1, 0, 74, 6, 0, // Skip to: 25528 /* 23918 */ MCD::OPC_Decode, 217, 9, 148, 1, // Opcode: MVE_VNEGf16 /* 23923 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 23952 /* 23928 */ MCD::OPC_CheckPredicate, 24, 59, 6, 0, // Skip to: 25528 /* 23933 */ MCD::OPC_CheckField, 28, 4, 15, 52, 6, 0, // Skip to: 25528 /* 23940 */ MCD::OPC_CheckField, 0, 1, 0, 45, 6, 0, // Skip to: 25528 /* 23947 */ MCD::OPC_Decode, 169, 11, 148, 1, // Opcode: MVE_VRINTf16P /* 23952 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 23981 /* 23957 */ MCD::OPC_CheckPredicate, 24, 30, 6, 0, // Skip to: 25528 /* 23962 */ MCD::OPC_CheckField, 28, 4, 15, 23, 6, 0, // Skip to: 25528 /* 23969 */ MCD::OPC_CheckField, 0, 1, 0, 16, 6, 0, // Skip to: 25528 /* 23976 */ MCD::OPC_Decode, 157, 7, 148, 1, // Opcode: MVE_VCVTu16f16z /* 23981 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 24010 /* 23986 */ MCD::OPC_CheckPredicate, 22, 1, 6, 0, // Skip to: 25528 /* 23991 */ MCD::OPC_CheckField, 28, 4, 15, 250, 5, 0, // Skip to: 25528 /* 23998 */ MCD::OPC_CheckField, 0, 1, 0, 243, 5, 0, // Skip to: 25528 /* 24005 */ MCD::OPC_Decode, 187, 10, 148, 1, // Opcode: MVE_VQNEGs32 /* 24010 */ MCD::OPC_FilterValue, 57, 24, 0, 0, // Skip to: 24039 /* 24015 */ MCD::OPC_CheckPredicate, 24, 228, 5, 0, // Skip to: 25528 /* 24020 */ MCD::OPC_CheckField, 28, 4, 15, 221, 5, 0, // Skip to: 25528 /* 24027 */ MCD::OPC_CheckField, 0, 1, 0, 214, 5, 0, // Skip to: 25528 /* 24034 */ MCD::OPC_Decode, 218, 9, 148, 1, // Opcode: MVE_VNEGf32 /* 24039 */ MCD::OPC_FilterValue, 58, 24, 0, 0, // Skip to: 24068 /* 24044 */ MCD::OPC_CheckPredicate, 24, 199, 5, 0, // Skip to: 25528 /* 24049 */ MCD::OPC_CheckField, 28, 4, 15, 192, 5, 0, // Skip to: 25528 /* 24056 */ MCD::OPC_CheckField, 0, 1, 0, 185, 5, 0, // Skip to: 25528 /* 24063 */ MCD::OPC_Decode, 175, 11, 148, 1, // Opcode: MVE_VRINTf32P /* 24068 */ MCD::OPC_FilterValue, 59, 175, 5, 0, // Skip to: 25528 /* 24073 */ MCD::OPC_CheckPredicate, 24, 170, 5, 0, // Skip to: 25528 /* 24078 */ MCD::OPC_CheckField, 28, 4, 15, 163, 5, 0, // Skip to: 25528 /* 24085 */ MCD::OPC_CheckField, 0, 1, 0, 156, 5, 0, // Skip to: 25528 /* 24092 */ MCD::OPC_Decode, 163, 7, 148, 1, // Opcode: MVE_VCVTu32f32z /* 24097 */ MCD::OPC_FilterValue, 1, 146, 5, 0, // Skip to: 25528 /* 24102 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 24105 */ MCD::OPC_FilterValue, 0, 140, 3, 0, // Skip to: 25018 /* 24110 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 24113 */ MCD::OPC_FilterValue, 0, 114, 2, 0, // Skip to: 24744 /* 24118 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 24121 */ MCD::OPC_FilterValue, 0, 88, 1, 0, // Skip to: 24470 /* 24126 */ MCD::OPC_ExtractField, 5, 3, // Inst{7-5} ... /* 24129 */ MCD::OPC_FilterValue, 2, 173, 0, 0, // Skip to: 24307 /* 24134 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 24137 */ MCD::OPC_FilterValue, 0, 106, 5, 0, // Skip to: 25528 /* 24142 */ MCD::OPC_ExtractField, 29, 3, // Inst{31-29} ... /* 24145 */ MCD::OPC_FilterValue, 7, 98, 5, 0, // Skip to: 25528 /* 24150 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 24153 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 24168 /* 24158 */ MCD::OPC_CheckPredicate, 22, 110, 0, 0, // Skip to: 24273 /* 24163 */ MCD::OPC_Decode, 224, 9, 191, 1, // Opcode: MVE_VORRIZ0v4i32 /* 24168 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 24183 /* 24173 */ MCD::OPC_CheckPredicate, 22, 95, 0, 0, // Skip to: 24273 /* 24178 */ MCD::OPC_Decode, 228, 9, 192, 1, // Opcode: MVE_VORRIZ8v4i32 /* 24183 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 24198 /* 24188 */ MCD::OPC_CheckPredicate, 22, 80, 0, 0, // Skip to: 24273 /* 24193 */ MCD::OPC_Decode, 226, 9, 193, 1, // Opcode: MVE_VORRIZ16v4i32 /* 24198 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 24213 /* 24203 */ MCD::OPC_CheckPredicate, 22, 65, 0, 0, // Skip to: 24273 /* 24208 */ MCD::OPC_Decode, 227, 9, 194, 1, // Opcode: MVE_VORRIZ24v4i32 /* 24213 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 24228 /* 24218 */ MCD::OPC_CheckPredicate, 22, 50, 0, 0, // Skip to: 24273 /* 24223 */ MCD::OPC_Decode, 225, 9, 191, 1, // Opcode: MVE_VORRIZ0v8i16 /* 24228 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 24243 /* 24233 */ MCD::OPC_CheckPredicate, 22, 35, 0, 0, // Skip to: 24273 /* 24238 */ MCD::OPC_Decode, 229, 9, 192, 1, // Opcode: MVE_VORRIZ8v8i16 /* 24243 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 24258 /* 24248 */ MCD::OPC_CheckPredicate, 22, 20, 0, 0, // Skip to: 24273 /* 24253 */ MCD::OPC_Decode, 181, 9, 195, 1, // Opcode: MVE_VMOVimmi8 /* 24258 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 24273 /* 24263 */ MCD::OPC_CheckPredicate, 22, 5, 0, 0, // Skip to: 24273 /* 24268 */ MCD::OPC_Decode, 177, 9, 195, 1, // Opcode: MVE_VMOVimmf32 /* 24273 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 24297 /* 24278 */ MCD::OPC_CheckField, 10, 2, 2, 12, 0, 0, // Skip to: 24297 /* 24285 */ MCD::OPC_CheckField, 8, 1, 0, 5, 0, 0, // Skip to: 24297 /* 24292 */ MCD::OPC_Decode, 178, 9, 195, 1, // Opcode: MVE_VMOVimmi16 /* 24297 */ MCD::OPC_CheckPredicate, 22, 202, 4, 0, // Skip to: 25528 /* 24302 */ MCD::OPC_Decode, 179, 9, 195, 1, // Opcode: MVE_VMOVimmi32 /* 24307 */ MCD::OPC_FilterValue, 3, 192, 4, 0, // Skip to: 25528 /* 24312 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 24315 */ MCD::OPC_FilterValue, 0, 184, 4, 0, // Skip to: 25528 /* 24320 */ MCD::OPC_ExtractField, 29, 3, // Inst{31-29} ... /* 24323 */ MCD::OPC_FilterValue, 7, 176, 4, 0, // Skip to: 25528 /* 24328 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 24331 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 24346 /* 24336 */ MCD::OPC_CheckPredicate, 22, 95, 0, 0, // Skip to: 24436 /* 24341 */ MCD::OPC_Decode, 206, 6, 191, 1, // Opcode: MVE_VBICIZ0v4i32 /* 24346 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 24361 /* 24351 */ MCD::OPC_CheckPredicate, 22, 80, 0, 0, // Skip to: 24436 /* 24356 */ MCD::OPC_Decode, 210, 6, 192, 1, // Opcode: MVE_VBICIZ8v4i32 /* 24361 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 24376 /* 24366 */ MCD::OPC_CheckPredicate, 22, 65, 0, 0, // Skip to: 24436 /* 24371 */ MCD::OPC_Decode, 208, 6, 193, 1, // Opcode: MVE_VBICIZ16v4i32 /* 24376 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 24391 /* 24381 */ MCD::OPC_CheckPredicate, 22, 50, 0, 0, // Skip to: 24436 /* 24386 */ MCD::OPC_Decode, 209, 6, 194, 1, // Opcode: MVE_VBICIZ24v4i32 /* 24391 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 24406 /* 24396 */ MCD::OPC_CheckPredicate, 22, 35, 0, 0, // Skip to: 24436 /* 24401 */ MCD::OPC_Decode, 207, 6, 191, 1, // Opcode: MVE_VBICIZ0v8i16 /* 24406 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 24421 /* 24411 */ MCD::OPC_CheckPredicate, 22, 20, 0, 0, // Skip to: 24436 /* 24416 */ MCD::OPC_Decode, 211, 6, 192, 1, // Opcode: MVE_VBICIZ8v8i16 /* 24421 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 24436 /* 24426 */ MCD::OPC_CheckPredicate, 22, 5, 0, 0, // Skip to: 24436 /* 24431 */ MCD::OPC_Decode, 180, 9, 195, 1, // Opcode: MVE_VMOVimmi64 /* 24436 */ MCD::OPC_CheckPredicate, 22, 19, 0, 0, // Skip to: 24460 /* 24441 */ MCD::OPC_CheckField, 10, 2, 2, 12, 0, 0, // Skip to: 24460 /* 24448 */ MCD::OPC_CheckField, 8, 1, 0, 5, 0, 0, // Skip to: 24460 /* 24455 */ MCD::OPC_Decode, 215, 9, 195, 1, // Opcode: MVE_VMVNimmi16 /* 24460 */ MCD::OPC_CheckPredicate, 22, 39, 4, 0, // Skip to: 25528 /* 24465 */ MCD::OPC_Decode, 216, 9, 195, 1, // Opcode: MVE_VMVNimmi32 /* 24470 */ MCD::OPC_FilterValue, 1, 29, 4, 0, // Skip to: 25528 /* 24475 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... /* 24478 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 24530 /* 24483 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24486 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24508 /* 24491 */ MCD::OPC_CheckPredicate, 22, 8, 4, 0, // Skip to: 25528 /* 24496 */ MCD::OPC_CheckField, 0, 1, 0, 1, 4, 0, // Skip to: 25528 /* 24503 */ MCD::OPC_Decode, 128, 12, 196, 1, // Opcode: MVE_VSHR_imms8 /* 24508 */ MCD::OPC_FilterValue, 15, 247, 3, 0, // Skip to: 25528 /* 24513 */ MCD::OPC_CheckPredicate, 22, 242, 3, 0, // Skip to: 25528 /* 24518 */ MCD::OPC_CheckField, 0, 1, 0, 235, 3, 0, // Skip to: 25528 /* 24525 */ MCD::OPC_Decode, 131, 12, 196, 1, // Opcode: MVE_VSHR_immu8 /* 24530 */ MCD::OPC_FilterValue, 9, 47, 0, 0, // Skip to: 24582 /* 24535 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24538 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24560 /* 24543 */ MCD::OPC_CheckPredicate, 22, 212, 3, 0, // Skip to: 25528 /* 24548 */ MCD::OPC_CheckField, 0, 1, 0, 205, 3, 0, // Skip to: 25528 /* 24555 */ MCD::OPC_Decode, 212, 11, 196, 1, // Opcode: MVE_VRSHR_imms8 /* 24560 */ MCD::OPC_FilterValue, 15, 195, 3, 0, // Skip to: 25528 /* 24565 */ MCD::OPC_CheckPredicate, 22, 190, 3, 0, // Skip to: 25528 /* 24570 */ MCD::OPC_CheckField, 0, 1, 0, 183, 3, 0, // Skip to: 25528 /* 24577 */ MCD::OPC_Decode, 215, 11, 196, 1, // Opcode: MVE_VRSHR_immu8 /* 24582 */ MCD::OPC_FilterValue, 17, 24, 0, 0, // Skip to: 24611 /* 24587 */ MCD::OPC_CheckPredicate, 22, 168, 3, 0, // Skip to: 25528 /* 24592 */ MCD::OPC_CheckField, 28, 4, 15, 161, 3, 0, // Skip to: 25528 /* 24599 */ MCD::OPC_CheckField, 0, 1, 0, 154, 3, 0, // Skip to: 25528 /* 24606 */ MCD::OPC_Decode, 137, 12, 185, 1, // Opcode: MVE_VSRIimm8 /* 24611 */ MCD::OPC_FilterValue, 21, 47, 0, 0, // Skip to: 24663 /* 24616 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24619 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24641 /* 24624 */ MCD::OPC_CheckPredicate, 22, 131, 3, 0, // Skip to: 25528 /* 24629 */ MCD::OPC_CheckField, 0, 1, 0, 124, 3, 0, // Skip to: 25528 /* 24636 */ MCD::OPC_Decode, 243, 11, 187, 1, // Opcode: MVE_VSHL_immi8 /* 24641 */ MCD::OPC_FilterValue, 15, 114, 3, 0, // Skip to: 25528 /* 24646 */ MCD::OPC_CheckPredicate, 22, 109, 3, 0, // Skip to: 25528 /* 24651 */ MCD::OPC_CheckField, 0, 1, 0, 102, 3, 0, // Skip to: 25528 /* 24658 */ MCD::OPC_Decode, 134, 12, 197, 1, // Opcode: MVE_VSLIimm8 /* 24663 */ MCD::OPC_FilterValue, 25, 24, 0, 0, // Skip to: 24692 /* 24668 */ MCD::OPC_CheckPredicate, 22, 87, 3, 0, // Skip to: 25528 /* 24673 */ MCD::OPC_CheckField, 28, 4, 15, 80, 3, 0, // Skip to: 25528 /* 24680 */ MCD::OPC_CheckField, 0, 1, 0, 73, 3, 0, // Skip to: 25528 /* 24687 */ MCD::OPC_Decode, 239, 10, 187, 1, // Opcode: MVE_VQSHLU_imms8 /* 24692 */ MCD::OPC_FilterValue, 29, 63, 3, 0, // Skip to: 25528 /* 24697 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24700 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24722 /* 24705 */ MCD::OPC_CheckPredicate, 22, 50, 3, 0, // Skip to: 25528 /* 24710 */ MCD::OPC_CheckField, 0, 1, 0, 43, 3, 0, // Skip to: 25528 /* 24717 */ MCD::OPC_Decode, 254, 10, 187, 1, // Opcode: MVE_VQSHLimms8 /* 24722 */ MCD::OPC_FilterValue, 15, 33, 3, 0, // Skip to: 25528 /* 24727 */ MCD::OPC_CheckPredicate, 22, 28, 3, 0, // Skip to: 25528 /* 24732 */ MCD::OPC_CheckField, 0, 1, 0, 21, 3, 0, // Skip to: 25528 /* 24739 */ MCD::OPC_Decode, 129, 11, 187, 1, // Opcode: MVE_VQSHLimmu8 /* 24744 */ MCD::OPC_FilterValue, 1, 11, 3, 0, // Skip to: 25528 /* 24749 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... /* 24752 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 24804 /* 24757 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24760 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24782 /* 24765 */ MCD::OPC_CheckPredicate, 22, 246, 2, 0, // Skip to: 25528 /* 24770 */ MCD::OPC_CheckField, 0, 1, 0, 239, 2, 0, // Skip to: 25528 /* 24777 */ MCD::OPC_Decode, 254, 11, 198, 1, // Opcode: MVE_VSHR_imms16 /* 24782 */ MCD::OPC_FilterValue, 15, 229, 2, 0, // Skip to: 25528 /* 24787 */ MCD::OPC_CheckPredicate, 22, 224, 2, 0, // Skip to: 25528 /* 24792 */ MCD::OPC_CheckField, 0, 1, 0, 217, 2, 0, // Skip to: 25528 /* 24799 */ MCD::OPC_Decode, 129, 12, 198, 1, // Opcode: MVE_VSHR_immu16 /* 24804 */ MCD::OPC_FilterValue, 9, 47, 0, 0, // Skip to: 24856 /* 24809 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24812 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24834 /* 24817 */ MCD::OPC_CheckPredicate, 22, 194, 2, 0, // Skip to: 25528 /* 24822 */ MCD::OPC_CheckField, 0, 1, 0, 187, 2, 0, // Skip to: 25528 /* 24829 */ MCD::OPC_Decode, 210, 11, 198, 1, // Opcode: MVE_VRSHR_imms16 /* 24834 */ MCD::OPC_FilterValue, 15, 177, 2, 0, // Skip to: 25528 /* 24839 */ MCD::OPC_CheckPredicate, 22, 172, 2, 0, // Skip to: 25528 /* 24844 */ MCD::OPC_CheckField, 0, 1, 0, 165, 2, 0, // Skip to: 25528 /* 24851 */ MCD::OPC_Decode, 213, 11, 198, 1, // Opcode: MVE_VRSHR_immu16 /* 24856 */ MCD::OPC_FilterValue, 17, 24, 0, 0, // Skip to: 24885 /* 24861 */ MCD::OPC_CheckPredicate, 22, 150, 2, 0, // Skip to: 25528 /* 24866 */ MCD::OPC_CheckField, 28, 4, 15, 143, 2, 0, // Skip to: 25528 /* 24873 */ MCD::OPC_CheckField, 0, 1, 0, 136, 2, 0, // Skip to: 25528 /* 24880 */ MCD::OPC_Decode, 135, 12, 186, 1, // Opcode: MVE_VSRIimm16 /* 24885 */ MCD::OPC_FilterValue, 21, 47, 0, 0, // Skip to: 24937 /* 24890 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24893 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24915 /* 24898 */ MCD::OPC_CheckPredicate, 22, 113, 2, 0, // Skip to: 25528 /* 24903 */ MCD::OPC_CheckField, 0, 1, 0, 106, 2, 0, // Skip to: 25528 /* 24910 */ MCD::OPC_Decode, 241, 11, 188, 1, // Opcode: MVE_VSHL_immi16 /* 24915 */ MCD::OPC_FilterValue, 15, 96, 2, 0, // Skip to: 25528 /* 24920 */ MCD::OPC_CheckPredicate, 22, 91, 2, 0, // Skip to: 25528 /* 24925 */ MCD::OPC_CheckField, 0, 1, 0, 84, 2, 0, // Skip to: 25528 /* 24932 */ MCD::OPC_Decode, 132, 12, 199, 1, // Opcode: MVE_VSLIimm16 /* 24937 */ MCD::OPC_FilterValue, 25, 24, 0, 0, // Skip to: 24966 /* 24942 */ MCD::OPC_CheckPredicate, 22, 69, 2, 0, // Skip to: 25528 /* 24947 */ MCD::OPC_CheckField, 28, 4, 15, 62, 2, 0, // Skip to: 25528 /* 24954 */ MCD::OPC_CheckField, 0, 1, 0, 55, 2, 0, // Skip to: 25528 /* 24961 */ MCD::OPC_Decode, 237, 10, 188, 1, // Opcode: MVE_VQSHLU_imms16 /* 24966 */ MCD::OPC_FilterValue, 29, 45, 2, 0, // Skip to: 25528 /* 24971 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 24974 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 24996 /* 24979 */ MCD::OPC_CheckPredicate, 22, 32, 2, 0, // Skip to: 25528 /* 24984 */ MCD::OPC_CheckField, 0, 1, 0, 25, 2, 0, // Skip to: 25528 /* 24991 */ MCD::OPC_Decode, 252, 10, 188, 1, // Opcode: MVE_VQSHLimms16 /* 24996 */ MCD::OPC_FilterValue, 15, 15, 2, 0, // Skip to: 25528 /* 25001 */ MCD::OPC_CheckPredicate, 22, 10, 2, 0, // Skip to: 25528 /* 25006 */ MCD::OPC_CheckField, 0, 1, 0, 3, 2, 0, // Skip to: 25528 /* 25013 */ MCD::OPC_Decode, 255, 10, 188, 1, // Opcode: MVE_VQSHLimmu16 /* 25018 */ MCD::OPC_FilterValue, 1, 249, 1, 0, // Skip to: 25528 /* 25023 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... /* 25026 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 25078 /* 25031 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25034 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25056 /* 25039 */ MCD::OPC_CheckPredicate, 22, 228, 1, 0, // Skip to: 25528 /* 25044 */ MCD::OPC_CheckField, 0, 1, 0, 221, 1, 0, // Skip to: 25528 /* 25051 */ MCD::OPC_Decode, 255, 11, 200, 1, // Opcode: MVE_VSHR_imms32 /* 25056 */ MCD::OPC_FilterValue, 15, 211, 1, 0, // Skip to: 25528 /* 25061 */ MCD::OPC_CheckPredicate, 22, 206, 1, 0, // Skip to: 25528 /* 25066 */ MCD::OPC_CheckField, 0, 1, 0, 199, 1, 0, // Skip to: 25528 /* 25073 */ MCD::OPC_Decode, 130, 12, 200, 1, // Opcode: MVE_VSHR_immu32 /* 25078 */ MCD::OPC_FilterValue, 9, 47, 0, 0, // Skip to: 25130 /* 25083 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25086 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25108 /* 25091 */ MCD::OPC_CheckPredicate, 22, 176, 1, 0, // Skip to: 25528 /* 25096 */ MCD::OPC_CheckField, 0, 1, 0, 169, 1, 0, // Skip to: 25528 /* 25103 */ MCD::OPC_Decode, 211, 11, 200, 1, // Opcode: MVE_VRSHR_imms32 /* 25108 */ MCD::OPC_FilterValue, 15, 159, 1, 0, // Skip to: 25528 /* 25113 */ MCD::OPC_CheckPredicate, 22, 154, 1, 0, // Skip to: 25528 /* 25118 */ MCD::OPC_CheckField, 0, 1, 0, 147, 1, 0, // Skip to: 25528 /* 25125 */ MCD::OPC_Decode, 214, 11, 200, 1, // Opcode: MVE_VRSHR_immu32 /* 25130 */ MCD::OPC_FilterValue, 17, 24, 0, 0, // Skip to: 25159 /* 25135 */ MCD::OPC_CheckPredicate, 22, 132, 1, 0, // Skip to: 25528 /* 25140 */ MCD::OPC_CheckField, 28, 4, 15, 125, 1, 0, // Skip to: 25528 /* 25147 */ MCD::OPC_CheckField, 0, 1, 0, 118, 1, 0, // Skip to: 25528 /* 25154 */ MCD::OPC_Decode, 136, 12, 201, 1, // Opcode: MVE_VSRIimm32 /* 25159 */ MCD::OPC_FilterValue, 21, 47, 0, 0, // Skip to: 25211 /* 25164 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25167 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25189 /* 25172 */ MCD::OPC_CheckPredicate, 22, 95, 1, 0, // Skip to: 25528 /* 25177 */ MCD::OPC_CheckField, 0, 1, 0, 88, 1, 0, // Skip to: 25528 /* 25184 */ MCD::OPC_Decode, 242, 11, 202, 1, // Opcode: MVE_VSHL_immi32 /* 25189 */ MCD::OPC_FilterValue, 15, 78, 1, 0, // Skip to: 25528 /* 25194 */ MCD::OPC_CheckPredicate, 22, 73, 1, 0, // Skip to: 25528 /* 25199 */ MCD::OPC_CheckField, 0, 1, 0, 66, 1, 0, // Skip to: 25528 /* 25206 */ MCD::OPC_Decode, 133, 12, 203, 1, // Opcode: MVE_VSLIimm32 /* 25211 */ MCD::OPC_FilterValue, 25, 24, 0, 0, // Skip to: 25240 /* 25216 */ MCD::OPC_CheckPredicate, 22, 51, 1, 0, // Skip to: 25528 /* 25221 */ MCD::OPC_CheckField, 28, 4, 15, 44, 1, 0, // Skip to: 25528 /* 25228 */ MCD::OPC_CheckField, 0, 1, 0, 37, 1, 0, // Skip to: 25528 /* 25235 */ MCD::OPC_Decode, 238, 10, 202, 1, // Opcode: MVE_VQSHLU_imms32 /* 25240 */ MCD::OPC_FilterValue, 29, 47, 0, 0, // Skip to: 25292 /* 25245 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25248 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25270 /* 25253 */ MCD::OPC_CheckPredicate, 22, 14, 1, 0, // Skip to: 25528 /* 25258 */ MCD::OPC_CheckField, 0, 1, 0, 7, 1, 0, // Skip to: 25528 /* 25265 */ MCD::OPC_Decode, 253, 10, 202, 1, // Opcode: MVE_VQSHLimms32 /* 25270 */ MCD::OPC_FilterValue, 15, 253, 0, 0, // Skip to: 25528 /* 25275 */ MCD::OPC_CheckPredicate, 22, 248, 0, 0, // Skip to: 25528 /* 25280 */ MCD::OPC_CheckField, 0, 1, 0, 241, 0, 0, // Skip to: 25528 /* 25287 */ MCD::OPC_Decode, 128, 11, 202, 1, // Opcode: MVE_VQSHLimmu32 /* 25292 */ MCD::OPC_FilterValue, 49, 61, 0, 0, // Skip to: 25358 /* 25297 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25300 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 25329 /* 25305 */ MCD::OPC_CheckPredicate, 24, 218, 0, 0, // Skip to: 25528 /* 25310 */ MCD::OPC_CheckField, 20, 1, 1, 211, 0, 0, // Skip to: 25528 /* 25317 */ MCD::OPC_CheckField, 0, 1, 0, 204, 0, 0, // Skip to: 25528 /* 25324 */ MCD::OPC_Decode, 130, 7, 204, 1, // Opcode: MVE_VCVTf16s16_fix /* 25329 */ MCD::OPC_FilterValue, 15, 194, 0, 0, // Skip to: 25528 /* 25334 */ MCD::OPC_CheckPredicate, 24, 189, 0, 0, // Skip to: 25528 /* 25339 */ MCD::OPC_CheckField, 20, 1, 1, 182, 0, 0, // Skip to: 25528 /* 25346 */ MCD::OPC_CheckField, 0, 1, 0, 175, 0, 0, // Skip to: 25528 /* 25353 */ MCD::OPC_Decode, 132, 7, 204, 1, // Opcode: MVE_VCVTf16u16_fix /* 25358 */ MCD::OPC_FilterValue, 53, 61, 0, 0, // Skip to: 25424 /* 25363 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25366 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 25395 /* 25371 */ MCD::OPC_CheckPredicate, 24, 152, 0, 0, // Skip to: 25528 /* 25376 */ MCD::OPC_CheckField, 20, 1, 1, 145, 0, 0, // Skip to: 25528 /* 25383 */ MCD::OPC_CheckField, 0, 1, 0, 138, 0, 0, // Skip to: 25528 /* 25390 */ MCD::OPC_Decode, 140, 7, 204, 1, // Opcode: MVE_VCVTs16f16_fix /* 25395 */ MCD::OPC_FilterValue, 15, 128, 0, 0, // Skip to: 25528 /* 25400 */ MCD::OPC_CheckPredicate, 24, 123, 0, 0, // Skip to: 25528 /* 25405 */ MCD::OPC_CheckField, 20, 1, 1, 116, 0, 0, // Skip to: 25528 /* 25412 */ MCD::OPC_CheckField, 0, 1, 0, 109, 0, 0, // Skip to: 25528 /* 25419 */ MCD::OPC_Decode, 152, 7, 204, 1, // Opcode: MVE_VCVTu16f16_fix /* 25424 */ MCD::OPC_FilterValue, 57, 47, 0, 0, // Skip to: 25476 /* 25429 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25432 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25454 /* 25437 */ MCD::OPC_CheckPredicate, 24, 86, 0, 0, // Skip to: 25528 /* 25442 */ MCD::OPC_CheckField, 0, 1, 0, 79, 0, 0, // Skip to: 25528 /* 25449 */ MCD::OPC_Decode, 136, 7, 204, 1, // Opcode: MVE_VCVTf32s32_fix /* 25454 */ MCD::OPC_FilterValue, 15, 69, 0, 0, // Skip to: 25528 /* 25459 */ MCD::OPC_CheckPredicate, 24, 64, 0, 0, // Skip to: 25528 /* 25464 */ MCD::OPC_CheckField, 0, 1, 0, 57, 0, 0, // Skip to: 25528 /* 25471 */ MCD::OPC_Decode, 138, 7, 204, 1, // Opcode: MVE_VCVTf32u32_fix /* 25476 */ MCD::OPC_FilterValue, 61, 47, 0, 0, // Skip to: 25528 /* 25481 */ MCD::OPC_ExtractField, 28, 4, // Inst{31-28} ... /* 25484 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 25506 /* 25489 */ MCD::OPC_CheckPredicate, 24, 34, 0, 0, // Skip to: 25528 /* 25494 */ MCD::OPC_CheckField, 0, 1, 0, 27, 0, 0, // Skip to: 25528 /* 25501 */ MCD::OPC_Decode, 146, 7, 204, 1, // Opcode: MVE_VCVTs32f32_fix /* 25506 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 25528 /* 25511 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 25528 /* 25516 */ MCD::OPC_CheckField, 0, 1, 0, 5, 0, 0, // Skip to: 25528 /* 25523 */ MCD::OPC_Decode, 158, 7, 204, 1, // Opcode: MVE_VCVTu32f32_fix /* 25528 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTableNEONData32[] = { /* 0 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 3 */ MCD::OPC_FilterValue, 0, 182, 41, 0, // Skip to: 10686 /* 8 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11 */ MCD::OPC_FilterValue, 0, 148, 6, 0, // Skip to: 1700 /* 16 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 19 */ MCD::OPC_FilterValue, 0, 127, 0, 0, // Skip to: 151 /* 24 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 27 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 66 /* 33 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 36 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 51 /* 41 */ MCD::OPC_CheckPredicate, 26, 225, 74, 0, // Skip to: 19215 /* 46 */ MCD::OPC_Decode, 234, 17, 205, 1, // Opcode: VHADDsv8i8 /* 51 */ MCD::OPC_FilterValue, 1, 215, 74, 0, // Skip to: 19215 /* 56 */ MCD::OPC_CheckPredicate, 26, 210, 74, 0, // Skip to: 19215 /* 61 */ MCD::OPC_Decode, 229, 17, 206, 1, // Opcode: VHADDsv16i8 /* 66 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 89 /* 72 */ MCD::OPC_CheckPredicate, 26, 194, 74, 0, // Skip to: 19215 /* 77 */ MCD::OPC_CheckField, 6, 1, 0, 187, 74, 0, // Skip to: 19215 /* 84 */ MCD::OPC_Decode, 155, 15, 207, 1, // Opcode: VADDLsv8i16 /* 89 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 128 /* 95 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 98 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113 /* 103 */ MCD::OPC_CheckPredicate, 26, 163, 74, 0, // Skip to: 19215 /* 108 */ MCD::OPC_Decode, 240, 17, 205, 1, // Opcode: VHADDuv8i8 /* 113 */ MCD::OPC_FilterValue, 1, 153, 74, 0, // Skip to: 19215 /* 118 */ MCD::OPC_CheckPredicate, 26, 148, 74, 0, // Skip to: 19215 /* 123 */ MCD::OPC_Decode, 235, 17, 206, 1, // Opcode: VHADDuv16i8 /* 128 */ MCD::OPC_FilterValue, 231, 3, 137, 74, 0, // Skip to: 19215 /* 134 */ MCD::OPC_CheckPredicate, 26, 132, 74, 0, // Skip to: 19215 /* 139 */ MCD::OPC_CheckField, 6, 1, 0, 125, 74, 0, // Skip to: 19215 /* 146 */ MCD::OPC_Decode, 158, 15, 207, 1, // Opcode: VADDLuv8i16 /* 151 */ MCD::OPC_FilterValue, 1, 127, 0, 0, // Skip to: 283 /* 156 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 159 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 198 /* 165 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 168 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 183 /* 173 */ MCD::OPC_CheckPredicate, 26, 93, 74, 0, // Skip to: 19215 /* 178 */ MCD::OPC_Decode, 181, 24, 205, 1, // Opcode: VRHADDsv8i8 /* 183 */ MCD::OPC_FilterValue, 1, 83, 74, 0, // Skip to: 19215 /* 188 */ MCD::OPC_CheckPredicate, 26, 78, 74, 0, // Skip to: 19215 /* 193 */ MCD::OPC_Decode, 176, 24, 206, 1, // Opcode: VRHADDsv16i8 /* 198 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 221 /* 204 */ MCD::OPC_CheckPredicate, 26, 62, 74, 0, // Skip to: 19215 /* 209 */ MCD::OPC_CheckField, 6, 1, 0, 55, 74, 0, // Skip to: 19215 /* 216 */ MCD::OPC_Decode, 162, 15, 208, 1, // Opcode: VADDWsv8i16 /* 221 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 260 /* 227 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 230 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 245 /* 235 */ MCD::OPC_CheckPredicate, 26, 31, 74, 0, // Skip to: 19215 /* 240 */ MCD::OPC_Decode, 187, 24, 205, 1, // Opcode: VRHADDuv8i8 /* 245 */ MCD::OPC_FilterValue, 1, 21, 74, 0, // Skip to: 19215 /* 250 */ MCD::OPC_CheckPredicate, 26, 16, 74, 0, // Skip to: 19215 /* 255 */ MCD::OPC_Decode, 182, 24, 206, 1, // Opcode: VRHADDuv16i8 /* 260 */ MCD::OPC_FilterValue, 231, 3, 5, 74, 0, // Skip to: 19215 /* 266 */ MCD::OPC_CheckPredicate, 26, 0, 74, 0, // Skip to: 19215 /* 271 */ MCD::OPC_CheckField, 6, 1, 0, 249, 73, 0, // Skip to: 19215 /* 278 */ MCD::OPC_Decode, 165, 15, 208, 1, // Opcode: VADDWuv8i16 /* 283 */ MCD::OPC_FilterValue, 2, 127, 0, 0, // Skip to: 415 /* 288 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 291 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 330 /* 297 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 300 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 315 /* 305 */ MCD::OPC_CheckPredicate, 26, 217, 73, 0, // Skip to: 19215 /* 310 */ MCD::OPC_Decode, 246, 17, 205, 1, // Opcode: VHSUBsv8i8 /* 315 */ MCD::OPC_FilterValue, 1, 207, 73, 0, // Skip to: 19215 /* 320 */ MCD::OPC_CheckPredicate, 26, 202, 73, 0, // Skip to: 19215 /* 325 */ MCD::OPC_Decode, 241, 17, 206, 1, // Opcode: VHSUBsv16i8 /* 330 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 353 /* 336 */ MCD::OPC_CheckPredicate, 26, 186, 73, 0, // Skip to: 19215 /* 341 */ MCD::OPC_CheckField, 6, 1, 0, 179, 73, 0, // Skip to: 19215 /* 348 */ MCD::OPC_Decode, 175, 28, 207, 1, // Opcode: VSUBLsv8i16 /* 353 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 392 /* 359 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 362 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 377 /* 367 */ MCD::OPC_CheckPredicate, 26, 155, 73, 0, // Skip to: 19215 /* 372 */ MCD::OPC_Decode, 252, 17, 205, 1, // Opcode: VHSUBuv8i8 /* 377 */ MCD::OPC_FilterValue, 1, 145, 73, 0, // Skip to: 19215 /* 382 */ MCD::OPC_CheckPredicate, 26, 140, 73, 0, // Skip to: 19215 /* 387 */ MCD::OPC_Decode, 247, 17, 206, 1, // Opcode: VHSUBuv16i8 /* 392 */ MCD::OPC_FilterValue, 231, 3, 129, 73, 0, // Skip to: 19215 /* 398 */ MCD::OPC_CheckPredicate, 26, 124, 73, 0, // Skip to: 19215 /* 403 */ MCD::OPC_CheckField, 6, 1, 0, 117, 73, 0, // Skip to: 19215 /* 410 */ MCD::OPC_Decode, 178, 28, 207, 1, // Opcode: VSUBLuv8i16 /* 415 */ MCD::OPC_FilterValue, 3, 127, 0, 0, // Skip to: 547 /* 420 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 423 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 462 /* 429 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 432 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 447 /* 437 */ MCD::OPC_CheckPredicate, 26, 85, 73, 0, // Skip to: 19215 /* 442 */ MCD::OPC_Decode, 251, 15, 205, 1, // Opcode: VCGTsv8i8 /* 447 */ MCD::OPC_FilterValue, 1, 75, 73, 0, // Skip to: 19215 /* 452 */ MCD::OPC_CheckPredicate, 26, 70, 73, 0, // Skip to: 19215 /* 457 */ MCD::OPC_Decode, 246, 15, 206, 1, // Opcode: VCGTsv16i8 /* 462 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 485 /* 468 */ MCD::OPC_CheckPredicate, 26, 54, 73, 0, // Skip to: 19215 /* 473 */ MCD::OPC_CheckField, 6, 1, 0, 47, 73, 0, // Skip to: 19215 /* 480 */ MCD::OPC_Decode, 182, 28, 208, 1, // Opcode: VSUBWsv8i16 /* 485 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 524 /* 491 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 494 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 509 /* 499 */ MCD::OPC_CheckPredicate, 26, 23, 73, 0, // Skip to: 19215 /* 504 */ MCD::OPC_Decode, 129, 16, 205, 1, // Opcode: VCGTuv8i8 /* 509 */ MCD::OPC_FilterValue, 1, 13, 73, 0, // Skip to: 19215 /* 514 */ MCD::OPC_CheckPredicate, 26, 8, 73, 0, // Skip to: 19215 /* 519 */ MCD::OPC_Decode, 252, 15, 206, 1, // Opcode: VCGTuv16i8 /* 524 */ MCD::OPC_FilterValue, 231, 3, 253, 72, 0, // Skip to: 19215 /* 530 */ MCD::OPC_CheckPredicate, 26, 248, 72, 0, // Skip to: 19215 /* 535 */ MCD::OPC_CheckField, 6, 1, 0, 241, 72, 0, // Skip to: 19215 /* 542 */ MCD::OPC_Decode, 185, 28, 208, 1, // Opcode: VSUBWuv8i16 /* 547 */ MCD::OPC_FilterValue, 4, 127, 0, 0, // Skip to: 679 /* 552 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 555 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 594 /* 561 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 564 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 579 /* 569 */ MCD::OPC_CheckPredicate, 26, 209, 72, 0, // Skip to: 19215 /* 574 */ MCD::OPC_Decode, 214, 25, 209, 1, // Opcode: VSHLsv8i8 /* 579 */ MCD::OPC_FilterValue, 1, 199, 72, 0, // Skip to: 19215 /* 584 */ MCD::OPC_CheckPredicate, 26, 194, 72, 0, // Skip to: 19215 /* 589 */ MCD::OPC_Decode, 207, 25, 210, 1, // Opcode: VSHLsv16i8 /* 594 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 617 /* 600 */ MCD::OPC_CheckPredicate, 26, 178, 72, 0, // Skip to: 19215 /* 605 */ MCD::OPC_CheckField, 6, 1, 0, 171, 72, 0, // Skip to: 19215 /* 612 */ MCD::OPC_Decode, 152, 15, 211, 1, // Opcode: VADDHNv8i8 /* 617 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 656 /* 623 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 626 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 641 /* 631 */ MCD::OPC_CheckPredicate, 26, 147, 72, 0, // Skip to: 19215 /* 636 */ MCD::OPC_Decode, 222, 25, 209, 1, // Opcode: VSHLuv8i8 /* 641 */ MCD::OPC_FilterValue, 1, 137, 72, 0, // Skip to: 19215 /* 646 */ MCD::OPC_CheckPredicate, 26, 132, 72, 0, // Skip to: 19215 /* 651 */ MCD::OPC_Decode, 215, 25, 210, 1, // Opcode: VSHLuv16i8 /* 656 */ MCD::OPC_FilterValue, 231, 3, 121, 72, 0, // Skip to: 19215 /* 662 */ MCD::OPC_CheckPredicate, 26, 116, 72, 0, // Skip to: 19215 /* 667 */ MCD::OPC_CheckField, 6, 1, 0, 109, 72, 0, // Skip to: 19215 /* 674 */ MCD::OPC_Decode, 153, 24, 211, 1, // Opcode: VRADDHNv8i8 /* 679 */ MCD::OPC_FilterValue, 5, 127, 0, 0, // Skip to: 811 /* 684 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 687 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 726 /* 693 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 696 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 711 /* 701 */ MCD::OPC_CheckPredicate, 26, 77, 72, 0, // Skip to: 19215 /* 706 */ MCD::OPC_Decode, 240, 24, 209, 1, // Opcode: VRSHLsv8i8 /* 711 */ MCD::OPC_FilterValue, 1, 67, 72, 0, // Skip to: 19215 /* 716 */ MCD::OPC_CheckPredicate, 26, 62, 72, 0, // Skip to: 19215 /* 721 */ MCD::OPC_Decode, 233, 24, 210, 1, // Opcode: VRSHLsv16i8 /* 726 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 749 /* 732 */ MCD::OPC_CheckPredicate, 26, 46, 72, 0, // Skip to: 19215 /* 737 */ MCD::OPC_CheckField, 6, 1, 0, 39, 72, 0, // Skip to: 19215 /* 744 */ MCD::OPC_Decode, 217, 14, 212, 1, // Opcode: VABALsv8i16 /* 749 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 788 /* 755 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 758 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 773 /* 763 */ MCD::OPC_CheckPredicate, 26, 15, 72, 0, // Skip to: 19215 /* 768 */ MCD::OPC_Decode, 248, 24, 209, 1, // Opcode: VRSHLuv8i8 /* 773 */ MCD::OPC_FilterValue, 1, 5, 72, 0, // Skip to: 19215 /* 778 */ MCD::OPC_CheckPredicate, 26, 0, 72, 0, // Skip to: 19215 /* 783 */ MCD::OPC_Decode, 241, 24, 210, 1, // Opcode: VRSHLuv16i8 /* 788 */ MCD::OPC_FilterValue, 231, 3, 245, 71, 0, // Skip to: 19215 /* 794 */ MCD::OPC_CheckPredicate, 26, 240, 71, 0, // Skip to: 19215 /* 799 */ MCD::OPC_CheckField, 6, 1, 0, 233, 71, 0, // Skip to: 19215 /* 806 */ MCD::OPC_Decode, 220, 14, 212, 1, // Opcode: VABALuv8i16 /* 811 */ MCD::OPC_FilterValue, 6, 127, 0, 0, // Skip to: 943 /* 816 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 819 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 858 /* 825 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 828 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 843 /* 833 */ MCD::OPC_CheckPredicate, 26, 201, 71, 0, // Skip to: 19215 /* 838 */ MCD::OPC_Decode, 238, 20, 205, 1, // Opcode: VMAXsv8i8 /* 843 */ MCD::OPC_FilterValue, 1, 191, 71, 0, // Skip to: 19215 /* 848 */ MCD::OPC_CheckPredicate, 26, 186, 71, 0, // Skip to: 19215 /* 853 */ MCD::OPC_Decode, 233, 20, 206, 1, // Opcode: VMAXsv16i8 /* 858 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 881 /* 864 */ MCD::OPC_CheckPredicate, 26, 170, 71, 0, // Skip to: 19215 /* 869 */ MCD::OPC_CheckField, 6, 1, 0, 163, 71, 0, // Skip to: 19215 /* 876 */ MCD::OPC_Decode, 172, 28, 211, 1, // Opcode: VSUBHNv8i8 /* 881 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 920 /* 887 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 890 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 905 /* 895 */ MCD::OPC_CheckPredicate, 26, 139, 71, 0, // Skip to: 19215 /* 900 */ MCD::OPC_Decode, 244, 20, 205, 1, // Opcode: VMAXuv8i8 /* 905 */ MCD::OPC_FilterValue, 1, 129, 71, 0, // Skip to: 19215 /* 910 */ MCD::OPC_CheckPredicate, 26, 124, 71, 0, // Skip to: 19215 /* 915 */ MCD::OPC_Decode, 239, 20, 206, 1, // Opcode: VMAXuv16i8 /* 920 */ MCD::OPC_FilterValue, 231, 3, 113, 71, 0, // Skip to: 19215 /* 926 */ MCD::OPC_CheckPredicate, 26, 108, 71, 0, // Skip to: 19215 /* 931 */ MCD::OPC_CheckField, 6, 1, 0, 101, 71, 0, // Skip to: 19215 /* 938 */ MCD::OPC_Decode, 168, 25, 211, 1, // Opcode: VRSUBHNv8i8 /* 943 */ MCD::OPC_FilterValue, 7, 127, 0, 0, // Skip to: 1075 /* 948 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 951 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 990 /* 957 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 960 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 975 /* 965 */ MCD::OPC_CheckPredicate, 26, 69, 71, 0, // Skip to: 19215 /* 970 */ MCD::OPC_Decode, 248, 14, 205, 1, // Opcode: VABDsv8i8 /* 975 */ MCD::OPC_FilterValue, 1, 59, 71, 0, // Skip to: 19215 /* 980 */ MCD::OPC_CheckPredicate, 26, 54, 71, 0, // Skip to: 19215 /* 985 */ MCD::OPC_Decode, 243, 14, 206, 1, // Opcode: VABDsv16i8 /* 990 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 1013 /* 996 */ MCD::OPC_CheckPredicate, 26, 38, 71, 0, // Skip to: 19215 /* 1001 */ MCD::OPC_CheckField, 6, 1, 0, 31, 71, 0, // Skip to: 19215 /* 1008 */ MCD::OPC_Decode, 235, 14, 207, 1, // Opcode: VABDLsv8i16 /* 1013 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 1052 /* 1019 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1022 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1037 /* 1027 */ MCD::OPC_CheckPredicate, 26, 7, 71, 0, // Skip to: 19215 /* 1032 */ MCD::OPC_Decode, 254, 14, 205, 1, // Opcode: VABDuv8i8 /* 1037 */ MCD::OPC_FilterValue, 1, 253, 70, 0, // Skip to: 19215 /* 1042 */ MCD::OPC_CheckPredicate, 26, 248, 70, 0, // Skip to: 19215 /* 1047 */ MCD::OPC_Decode, 249, 14, 206, 1, // Opcode: VABDuv16i8 /* 1052 */ MCD::OPC_FilterValue, 231, 3, 237, 70, 0, // Skip to: 19215 /* 1058 */ MCD::OPC_CheckPredicate, 26, 232, 70, 0, // Skip to: 19215 /* 1063 */ MCD::OPC_CheckField, 6, 1, 0, 225, 70, 0, // Skip to: 19215 /* 1070 */ MCD::OPC_Decode, 238, 14, 207, 1, // Opcode: VABDLuv8i16 /* 1075 */ MCD::OPC_FilterValue, 8, 127, 0, 0, // Skip to: 1207 /* 1080 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1083 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 1122 /* 1089 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1092 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1107 /* 1097 */ MCD::OPC_CheckPredicate, 26, 193, 70, 0, // Skip to: 19215 /* 1102 */ MCD::OPC_Decode, 177, 15, 205, 1, // Opcode: VADDv8i8 /* 1107 */ MCD::OPC_FilterValue, 1, 183, 70, 0, // Skip to: 19215 /* 1112 */ MCD::OPC_CheckPredicate, 26, 178, 70, 0, // Skip to: 19215 /* 1117 */ MCD::OPC_Decode, 170, 15, 206, 1, // Opcode: VADDv16i8 /* 1122 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 1145 /* 1128 */ MCD::OPC_CheckPredicate, 26, 162, 70, 0, // Skip to: 19215 /* 1133 */ MCD::OPC_CheckField, 6, 1, 0, 155, 70, 0, // Skip to: 19215 /* 1140 */ MCD::OPC_Decode, 141, 21, 212, 1, // Opcode: VMLALsv8i16 /* 1145 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 1184 /* 1151 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1154 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1169 /* 1159 */ MCD::OPC_CheckPredicate, 26, 131, 70, 0, // Skip to: 19215 /* 1164 */ MCD::OPC_Decode, 197, 28, 205, 1, // Opcode: VSUBv8i8 /* 1169 */ MCD::OPC_FilterValue, 1, 121, 70, 0, // Skip to: 19215 /* 1174 */ MCD::OPC_CheckPredicate, 26, 116, 70, 0, // Skip to: 19215 /* 1179 */ MCD::OPC_Decode, 190, 28, 206, 1, // Opcode: VSUBv16i8 /* 1184 */ MCD::OPC_FilterValue, 231, 3, 105, 70, 0, // Skip to: 19215 /* 1190 */ MCD::OPC_CheckPredicate, 26, 100, 70, 0, // Skip to: 19215 /* 1195 */ MCD::OPC_CheckField, 6, 1, 0, 93, 70, 0, // Skip to: 19215 /* 1202 */ MCD::OPC_Decode, 144, 21, 212, 1, // Opcode: VMLALuv8i16 /* 1207 */ MCD::OPC_FilterValue, 9, 83, 0, 0, // Skip to: 1295 /* 1212 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1215 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1255 /* 1220 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1223 */ MCD::OPC_FilterValue, 228, 3, 10, 0, 0, // Skip to: 1239 /* 1229 */ MCD::OPC_CheckPredicate, 26, 61, 70, 0, // Skip to: 19215 /* 1234 */ MCD::OPC_Decode, 163, 21, 213, 1, // Opcode: VMLAv8i8 /* 1239 */ MCD::OPC_FilterValue, 230, 3, 50, 70, 0, // Skip to: 19215 /* 1245 */ MCD::OPC_CheckPredicate, 26, 45, 70, 0, // Skip to: 19215 /* 1250 */ MCD::OPC_Decode, 194, 21, 213, 1, // Opcode: VMLSv8i8 /* 1255 */ MCD::OPC_FilterValue, 1, 35, 70, 0, // Skip to: 19215 /* 1260 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1263 */ MCD::OPC_FilterValue, 228, 3, 10, 0, 0, // Skip to: 1279 /* 1269 */ MCD::OPC_CheckPredicate, 26, 21, 70, 0, // Skip to: 19215 /* 1274 */ MCD::OPC_Decode, 158, 21, 214, 1, // Opcode: VMLAv16i8 /* 1279 */ MCD::OPC_FilterValue, 230, 3, 10, 70, 0, // Skip to: 19215 /* 1285 */ MCD::OPC_CheckPredicate, 26, 5, 70, 0, // Skip to: 19215 /* 1290 */ MCD::OPC_Decode, 189, 21, 214, 1, // Opcode: VMLSv16i8 /* 1295 */ MCD::OPC_FilterValue, 10, 95, 0, 0, // Skip to: 1395 /* 1300 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1303 */ MCD::OPC_FilterValue, 228, 3, 17, 0, 0, // Skip to: 1326 /* 1309 */ MCD::OPC_CheckPredicate, 26, 237, 69, 0, // Skip to: 19215 /* 1314 */ MCD::OPC_CheckField, 6, 1, 0, 230, 69, 0, // Skip to: 19215 /* 1321 */ MCD::OPC_Decode, 224, 22, 205, 1, // Opcode: VPMAXs8 /* 1326 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 1349 /* 1332 */ MCD::OPC_CheckPredicate, 26, 214, 69, 0, // Skip to: 19215 /* 1337 */ MCD::OPC_CheckField, 6, 1, 0, 207, 69, 0, // Skip to: 19215 /* 1344 */ MCD::OPC_Decode, 172, 21, 212, 1, // Opcode: VMLSLsv8i16 /* 1349 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 1372 /* 1355 */ MCD::OPC_CheckPredicate, 26, 191, 69, 0, // Skip to: 19215 /* 1360 */ MCD::OPC_CheckField, 6, 1, 0, 184, 69, 0, // Skip to: 19215 /* 1367 */ MCD::OPC_Decode, 227, 22, 205, 1, // Opcode: VPMAXu8 /* 1372 */ MCD::OPC_FilterValue, 231, 3, 173, 69, 0, // Skip to: 19215 /* 1378 */ MCD::OPC_CheckPredicate, 26, 168, 69, 0, // Skip to: 19215 /* 1383 */ MCD::OPC_CheckField, 6, 1, 0, 161, 69, 0, // Skip to: 19215 /* 1390 */ MCD::OPC_Decode, 175, 21, 212, 1, // Opcode: VMLSLuv8i16 /* 1395 */ MCD::OPC_FilterValue, 12, 49, 0, 0, // Skip to: 1449 /* 1400 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1403 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 1426 /* 1409 */ MCD::OPC_CheckPredicate, 26, 137, 69, 0, // Skip to: 19215 /* 1414 */ MCD::OPC_CheckField, 6, 1, 0, 130, 69, 0, // Skip to: 19215 /* 1421 */ MCD::OPC_Decode, 130, 22, 207, 1, // Opcode: VMULLsv8i16 /* 1426 */ MCD::OPC_FilterValue, 231, 3, 119, 69, 0, // Skip to: 19215 /* 1432 */ MCD::OPC_CheckPredicate, 26, 114, 69, 0, // Skip to: 19215 /* 1437 */ MCD::OPC_CheckField, 6, 1, 0, 107, 69, 0, // Skip to: 19215 /* 1444 */ MCD::OPC_Decode, 133, 22, 207, 1, // Opcode: VMULLuv8i16 /* 1449 */ MCD::OPC_FilterValue, 13, 66, 0, 0, // Skip to: 1520 /* 1454 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1457 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1497 /* 1462 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1465 */ MCD::OPC_FilterValue, 228, 3, 10, 0, 0, // Skip to: 1481 /* 1471 */ MCD::OPC_CheckPredicate, 26, 75, 69, 0, // Skip to: 19215 /* 1476 */ MCD::OPC_Decode, 166, 15, 205, 1, // Opcode: VADDfd /* 1481 */ MCD::OPC_FilterValue, 230, 3, 64, 69, 0, // Skip to: 19215 /* 1487 */ MCD::OPC_CheckPredicate, 26, 59, 69, 0, // Skip to: 19215 /* 1492 */ MCD::OPC_Decode, 215, 22, 205, 1, // Opcode: VPADDf /* 1497 */ MCD::OPC_FilterValue, 1, 49, 69, 0, // Skip to: 19215 /* 1502 */ MCD::OPC_CheckPredicate, 26, 44, 69, 0, // Skip to: 19215 /* 1507 */ MCD::OPC_CheckField, 23, 9, 228, 3, 36, 69, 0, // Skip to: 19215 /* 1515 */ MCD::OPC_Decode, 167, 15, 206, 1, // Opcode: VADDfq /* 1520 */ MCD::OPC_FilterValue, 14, 104, 0, 0, // Skip to: 1629 /* 1525 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1528 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 1567 /* 1534 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1537 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1552 /* 1542 */ MCD::OPC_CheckPredicate, 26, 4, 69, 0, // Skip to: 19215 /* 1547 */ MCD::OPC_Decode, 196, 15, 205, 1, // Opcode: VCEQfd /* 1552 */ MCD::OPC_FilterValue, 1, 250, 68, 0, // Skip to: 19215 /* 1557 */ MCD::OPC_CheckPredicate, 26, 245, 68, 0, // Skip to: 19215 /* 1562 */ MCD::OPC_Decode, 197, 15, 206, 1, // Opcode: VCEQfq /* 1567 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 1590 /* 1573 */ MCD::OPC_CheckPredicate, 26, 229, 68, 0, // Skip to: 19215 /* 1578 */ MCD::OPC_CheckField, 6, 1, 0, 222, 68, 0, // Skip to: 19215 /* 1585 */ MCD::OPC_Decode, 251, 21, 207, 1, // Opcode: VMULLp8 /* 1590 */ MCD::OPC_FilterValue, 230, 3, 211, 68, 0, // Skip to: 19215 /* 1596 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1599 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1614 /* 1604 */ MCD::OPC_CheckPredicate, 26, 198, 68, 0, // Skip to: 19215 /* 1609 */ MCD::OPC_Decode, 216, 15, 205, 1, // Opcode: VCGEfd /* 1614 */ MCD::OPC_FilterValue, 1, 188, 68, 0, // Skip to: 19215 /* 1619 */ MCD::OPC_CheckPredicate, 26, 183, 68, 0, // Skip to: 19215 /* 1624 */ MCD::OPC_Decode, 217, 15, 206, 1, // Opcode: VCGEfq /* 1629 */ MCD::OPC_FilterValue, 15, 173, 68, 0, // Skip to: 19215 /* 1634 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1637 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1677 /* 1642 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1645 */ MCD::OPC_FilterValue, 228, 3, 10, 0, 0, // Skip to: 1661 /* 1651 */ MCD::OPC_CheckPredicate, 26, 151, 68, 0, // Skip to: 19215 /* 1656 */ MCD::OPC_Decode, 229, 20, 205, 1, // Opcode: VMAXfd /* 1661 */ MCD::OPC_FilterValue, 230, 3, 140, 68, 0, // Skip to: 19215 /* 1667 */ MCD::OPC_CheckPredicate, 26, 135, 68, 0, // Skip to: 19215 /* 1672 */ MCD::OPC_Decode, 220, 22, 205, 1, // Opcode: VPMAXf /* 1677 */ MCD::OPC_FilterValue, 1, 125, 68, 0, // Skip to: 19215 /* 1682 */ MCD::OPC_CheckPredicate, 26, 120, 68, 0, // Skip to: 19215 /* 1687 */ MCD::OPC_CheckField, 23, 9, 228, 3, 112, 68, 0, // Skip to: 19215 /* 1695 */ MCD::OPC_Decode, 230, 20, 206, 1, // Opcode: VMAXfq /* 1700 */ MCD::OPC_FilterValue, 1, 16, 9, 0, // Skip to: 4025 /* 1705 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 1708 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 1872 /* 1713 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1716 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 1755 /* 1722 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1725 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1740 /* 1730 */ MCD::OPC_CheckPredicate, 26, 72, 68, 0, // Skip to: 19215 /* 1735 */ MCD::OPC_Decode, 231, 17, 205, 1, // Opcode: VHADDsv4i16 /* 1740 */ MCD::OPC_FilterValue, 1, 62, 68, 0, // Skip to: 19215 /* 1745 */ MCD::OPC_CheckPredicate, 26, 57, 68, 0, // Skip to: 19215 /* 1750 */ MCD::OPC_Decode, 233, 17, 206, 1, // Opcode: VHADDsv8i16 /* 1755 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 1794 /* 1761 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1764 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1779 /* 1769 */ MCD::OPC_CheckPredicate, 26, 33, 68, 0, // Skip to: 19215 /* 1774 */ MCD::OPC_Decode, 154, 15, 207, 1, // Opcode: VADDLsv4i32 /* 1779 */ MCD::OPC_FilterValue, 1, 23, 68, 0, // Skip to: 19215 /* 1784 */ MCD::OPC_CheckPredicate, 26, 18, 68, 0, // Skip to: 19215 /* 1789 */ MCD::OPC_Decode, 155, 21, 215, 1, // Opcode: VMLAslv4i16 /* 1794 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 1833 /* 1800 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1803 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1818 /* 1808 */ MCD::OPC_CheckPredicate, 26, 250, 67, 0, // Skip to: 19215 /* 1813 */ MCD::OPC_Decode, 237, 17, 205, 1, // Opcode: VHADDuv4i16 /* 1818 */ MCD::OPC_FilterValue, 1, 240, 67, 0, // Skip to: 19215 /* 1823 */ MCD::OPC_CheckPredicate, 26, 235, 67, 0, // Skip to: 19215 /* 1828 */ MCD::OPC_Decode, 239, 17, 206, 1, // Opcode: VHADDuv8i16 /* 1833 */ MCD::OPC_FilterValue, 231, 3, 224, 67, 0, // Skip to: 19215 /* 1839 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1842 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1857 /* 1847 */ MCD::OPC_CheckPredicate, 26, 211, 67, 0, // Skip to: 19215 /* 1852 */ MCD::OPC_Decode, 157, 15, 207, 1, // Opcode: VADDLuv4i32 /* 1857 */ MCD::OPC_FilterValue, 1, 201, 67, 0, // Skip to: 19215 /* 1862 */ MCD::OPC_CheckPredicate, 26, 196, 67, 0, // Skip to: 19215 /* 1867 */ MCD::OPC_Decode, 157, 21, 216, 1, // Opcode: VMLAslv8i16 /* 1872 */ MCD::OPC_FilterValue, 1, 159, 0, 0, // Skip to: 2036 /* 1877 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1880 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 1919 /* 1886 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1889 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1904 /* 1894 */ MCD::OPC_CheckPredicate, 26, 164, 67, 0, // Skip to: 19215 /* 1899 */ MCD::OPC_Decode, 178, 24, 205, 1, // Opcode: VRHADDsv4i16 /* 1904 */ MCD::OPC_FilterValue, 1, 154, 67, 0, // Skip to: 19215 /* 1909 */ MCD::OPC_CheckPredicate, 26, 149, 67, 0, // Skip to: 19215 /* 1914 */ MCD::OPC_Decode, 180, 24, 206, 1, // Opcode: VRHADDsv8i16 /* 1919 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 1958 /* 1925 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1928 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1943 /* 1933 */ MCD::OPC_CheckPredicate, 26, 125, 67, 0, // Skip to: 19215 /* 1938 */ MCD::OPC_Decode, 161, 15, 208, 1, // Opcode: VADDWsv4i32 /* 1943 */ MCD::OPC_FilterValue, 1, 115, 67, 0, // Skip to: 19215 /* 1948 */ MCD::OPC_CheckPredicate, 27, 110, 67, 0, // Skip to: 19215 /* 1953 */ MCD::OPC_Decode, 152, 21, 215, 1, // Opcode: VMLAslhd /* 1958 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 1997 /* 1964 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1967 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1982 /* 1972 */ MCD::OPC_CheckPredicate, 26, 86, 67, 0, // Skip to: 19215 /* 1977 */ MCD::OPC_Decode, 184, 24, 205, 1, // Opcode: VRHADDuv4i16 /* 1982 */ MCD::OPC_FilterValue, 1, 76, 67, 0, // Skip to: 19215 /* 1987 */ MCD::OPC_CheckPredicate, 26, 71, 67, 0, // Skip to: 19215 /* 1992 */ MCD::OPC_Decode, 186, 24, 206, 1, // Opcode: VRHADDuv8i16 /* 1997 */ MCD::OPC_FilterValue, 231, 3, 60, 67, 0, // Skip to: 19215 /* 2003 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2006 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2021 /* 2011 */ MCD::OPC_CheckPredicate, 26, 47, 67, 0, // Skip to: 19215 /* 2016 */ MCD::OPC_Decode, 164, 15, 208, 1, // Opcode: VADDWuv4i32 /* 2021 */ MCD::OPC_FilterValue, 1, 37, 67, 0, // Skip to: 19215 /* 2026 */ MCD::OPC_CheckPredicate, 27, 32, 67, 0, // Skip to: 19215 /* 2031 */ MCD::OPC_Decode, 153, 21, 216, 1, // Opcode: VMLAslhq /* 2036 */ MCD::OPC_FilterValue, 2, 159, 0, 0, // Skip to: 2200 /* 2041 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2044 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2083 /* 2050 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2053 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2068 /* 2058 */ MCD::OPC_CheckPredicate, 26, 0, 67, 0, // Skip to: 19215 /* 2063 */ MCD::OPC_Decode, 243, 17, 205, 1, // Opcode: VHSUBsv4i16 /* 2068 */ MCD::OPC_FilterValue, 1, 246, 66, 0, // Skip to: 19215 /* 2073 */ MCD::OPC_CheckPredicate, 26, 241, 66, 0, // Skip to: 19215 /* 2078 */ MCD::OPC_Decode, 245, 17, 206, 1, // Opcode: VHSUBsv8i16 /* 2083 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2122 /* 2089 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2092 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2107 /* 2097 */ MCD::OPC_CheckPredicate, 26, 217, 66, 0, // Skip to: 19215 /* 2102 */ MCD::OPC_Decode, 174, 28, 207, 1, // Opcode: VSUBLsv4i32 /* 2107 */ MCD::OPC_FilterValue, 1, 207, 66, 0, // Skip to: 19215 /* 2112 */ MCD::OPC_CheckPredicate, 26, 202, 66, 0, // Skip to: 19215 /* 2117 */ MCD::OPC_Decode, 136, 21, 217, 1, // Opcode: VMLALslsv4i16 /* 2122 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2161 /* 2128 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2131 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2146 /* 2136 */ MCD::OPC_CheckPredicate, 26, 178, 66, 0, // Skip to: 19215 /* 2141 */ MCD::OPC_Decode, 249, 17, 205, 1, // Opcode: VHSUBuv4i16 /* 2146 */ MCD::OPC_FilterValue, 1, 168, 66, 0, // Skip to: 19215 /* 2151 */ MCD::OPC_CheckPredicate, 26, 163, 66, 0, // Skip to: 19215 /* 2156 */ MCD::OPC_Decode, 251, 17, 206, 1, // Opcode: VHSUBuv8i16 /* 2161 */ MCD::OPC_FilterValue, 231, 3, 152, 66, 0, // Skip to: 19215 /* 2167 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2170 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2185 /* 2175 */ MCD::OPC_CheckPredicate, 26, 139, 66, 0, // Skip to: 19215 /* 2180 */ MCD::OPC_Decode, 177, 28, 207, 1, // Opcode: VSUBLuv4i32 /* 2185 */ MCD::OPC_FilterValue, 1, 129, 66, 0, // Skip to: 19215 /* 2190 */ MCD::OPC_CheckPredicate, 26, 124, 66, 0, // Skip to: 19215 /* 2195 */ MCD::OPC_Decode, 138, 21, 217, 1, // Opcode: VMLALsluv4i16 /* 2200 */ MCD::OPC_FilterValue, 3, 143, 0, 0, // Skip to: 2348 /* 2205 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2208 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2247 /* 2214 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2217 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2232 /* 2222 */ MCD::OPC_CheckPredicate, 26, 92, 66, 0, // Skip to: 19215 /* 2227 */ MCD::OPC_Decode, 248, 15, 205, 1, // Opcode: VCGTsv4i16 /* 2232 */ MCD::OPC_FilterValue, 1, 82, 66, 0, // Skip to: 19215 /* 2237 */ MCD::OPC_CheckPredicate, 26, 77, 66, 0, // Skip to: 19215 /* 2242 */ MCD::OPC_Decode, 250, 15, 206, 1, // Opcode: VCGTsv8i16 /* 2247 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2286 /* 2253 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2256 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2271 /* 2261 */ MCD::OPC_CheckPredicate, 26, 53, 66, 0, // Skip to: 19215 /* 2266 */ MCD::OPC_Decode, 181, 28, 208, 1, // Opcode: VSUBWsv4i32 /* 2271 */ MCD::OPC_FilterValue, 1, 43, 66, 0, // Skip to: 19215 /* 2276 */ MCD::OPC_CheckPredicate, 26, 38, 66, 0, // Skip to: 19215 /* 2281 */ MCD::OPC_Decode, 131, 23, 217, 1, // Opcode: VQDMLALslv4i16 /* 2286 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2325 /* 2292 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2295 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2310 /* 2300 */ MCD::OPC_CheckPredicate, 26, 14, 66, 0, // Skip to: 19215 /* 2305 */ MCD::OPC_Decode, 254, 15, 205, 1, // Opcode: VCGTuv4i16 /* 2310 */ MCD::OPC_FilterValue, 1, 4, 66, 0, // Skip to: 19215 /* 2315 */ MCD::OPC_CheckPredicate, 26, 255, 65, 0, // Skip to: 19215 /* 2320 */ MCD::OPC_Decode, 128, 16, 206, 1, // Opcode: VCGTuv8i16 /* 2325 */ MCD::OPC_FilterValue, 231, 3, 244, 65, 0, // Skip to: 19215 /* 2331 */ MCD::OPC_CheckPredicate, 26, 239, 65, 0, // Skip to: 19215 /* 2336 */ MCD::OPC_CheckField, 6, 1, 0, 232, 65, 0, // Skip to: 19215 /* 2343 */ MCD::OPC_Decode, 184, 28, 208, 1, // Opcode: VSUBWuv4i32 /* 2348 */ MCD::OPC_FilterValue, 4, 159, 0, 0, // Skip to: 2512 /* 2353 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2356 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2395 /* 2362 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2365 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2380 /* 2370 */ MCD::OPC_CheckPredicate, 26, 200, 65, 0, // Skip to: 19215 /* 2375 */ MCD::OPC_Decode, 211, 25, 209, 1, // Opcode: VSHLsv4i16 /* 2380 */ MCD::OPC_FilterValue, 1, 190, 65, 0, // Skip to: 19215 /* 2385 */ MCD::OPC_CheckPredicate, 26, 185, 65, 0, // Skip to: 19215 /* 2390 */ MCD::OPC_Decode, 213, 25, 210, 1, // Opcode: VSHLsv8i16 /* 2395 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2434 /* 2401 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2404 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2419 /* 2409 */ MCD::OPC_CheckPredicate, 26, 161, 65, 0, // Skip to: 19215 /* 2414 */ MCD::OPC_Decode, 151, 15, 211, 1, // Opcode: VADDHNv4i16 /* 2419 */ MCD::OPC_FilterValue, 1, 151, 65, 0, // Skip to: 19215 /* 2424 */ MCD::OPC_CheckPredicate, 26, 146, 65, 0, // Skip to: 19215 /* 2429 */ MCD::OPC_Decode, 186, 21, 215, 1, // Opcode: VMLSslv4i16 /* 2434 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2473 /* 2440 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2443 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2458 /* 2448 */ MCD::OPC_CheckPredicate, 26, 122, 65, 0, // Skip to: 19215 /* 2453 */ MCD::OPC_Decode, 219, 25, 209, 1, // Opcode: VSHLuv4i16 /* 2458 */ MCD::OPC_FilterValue, 1, 112, 65, 0, // Skip to: 19215 /* 2463 */ MCD::OPC_CheckPredicate, 26, 107, 65, 0, // Skip to: 19215 /* 2468 */ MCD::OPC_Decode, 221, 25, 210, 1, // Opcode: VSHLuv8i16 /* 2473 */ MCD::OPC_FilterValue, 231, 3, 96, 65, 0, // Skip to: 19215 /* 2479 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2482 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2497 /* 2487 */ MCD::OPC_CheckPredicate, 26, 83, 65, 0, // Skip to: 19215 /* 2492 */ MCD::OPC_Decode, 152, 24, 211, 1, // Opcode: VRADDHNv4i16 /* 2497 */ MCD::OPC_FilterValue, 1, 73, 65, 0, // Skip to: 19215 /* 2502 */ MCD::OPC_CheckPredicate, 26, 68, 65, 0, // Skip to: 19215 /* 2507 */ MCD::OPC_Decode, 188, 21, 216, 1, // Opcode: VMLSslv8i16 /* 2512 */ MCD::OPC_FilterValue, 5, 159, 0, 0, // Skip to: 2676 /* 2517 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2520 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2559 /* 2526 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2529 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2544 /* 2534 */ MCD::OPC_CheckPredicate, 26, 36, 65, 0, // Skip to: 19215 /* 2539 */ MCD::OPC_Decode, 237, 24, 209, 1, // Opcode: VRSHLsv4i16 /* 2544 */ MCD::OPC_FilterValue, 1, 26, 65, 0, // Skip to: 19215 /* 2549 */ MCD::OPC_CheckPredicate, 26, 21, 65, 0, // Skip to: 19215 /* 2554 */ MCD::OPC_Decode, 239, 24, 210, 1, // Opcode: VRSHLsv8i16 /* 2559 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2598 /* 2565 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2568 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2583 /* 2573 */ MCD::OPC_CheckPredicate, 26, 253, 64, 0, // Skip to: 19215 /* 2578 */ MCD::OPC_Decode, 216, 14, 212, 1, // Opcode: VABALsv4i32 /* 2583 */ MCD::OPC_FilterValue, 1, 243, 64, 0, // Skip to: 19215 /* 2588 */ MCD::OPC_CheckPredicate, 27, 238, 64, 0, // Skip to: 19215 /* 2593 */ MCD::OPC_Decode, 183, 21, 215, 1, // Opcode: VMLSslhd /* 2598 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2637 /* 2604 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2607 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2622 /* 2612 */ MCD::OPC_CheckPredicate, 26, 214, 64, 0, // Skip to: 19215 /* 2617 */ MCD::OPC_Decode, 245, 24, 209, 1, // Opcode: VRSHLuv4i16 /* 2622 */ MCD::OPC_FilterValue, 1, 204, 64, 0, // Skip to: 19215 /* 2627 */ MCD::OPC_CheckPredicate, 26, 199, 64, 0, // Skip to: 19215 /* 2632 */ MCD::OPC_Decode, 247, 24, 210, 1, // Opcode: VRSHLuv8i16 /* 2637 */ MCD::OPC_FilterValue, 231, 3, 188, 64, 0, // Skip to: 19215 /* 2643 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2646 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2661 /* 2651 */ MCD::OPC_CheckPredicate, 26, 175, 64, 0, // Skip to: 19215 /* 2656 */ MCD::OPC_Decode, 219, 14, 212, 1, // Opcode: VABALuv4i32 /* 2661 */ MCD::OPC_FilterValue, 1, 165, 64, 0, // Skip to: 19215 /* 2666 */ MCD::OPC_CheckPredicate, 27, 160, 64, 0, // Skip to: 19215 /* 2671 */ MCD::OPC_Decode, 184, 21, 216, 1, // Opcode: VMLSslhq /* 2676 */ MCD::OPC_FilterValue, 6, 159, 0, 0, // Skip to: 2840 /* 2681 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2684 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2723 /* 2690 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2693 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2708 /* 2698 */ MCD::OPC_CheckPredicate, 26, 128, 64, 0, // Skip to: 19215 /* 2703 */ MCD::OPC_Decode, 235, 20, 205, 1, // Opcode: VMAXsv4i16 /* 2708 */ MCD::OPC_FilterValue, 1, 118, 64, 0, // Skip to: 19215 /* 2713 */ MCD::OPC_CheckPredicate, 26, 113, 64, 0, // Skip to: 19215 /* 2718 */ MCD::OPC_Decode, 237, 20, 206, 1, // Opcode: VMAXsv8i16 /* 2723 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2762 /* 2729 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2732 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2747 /* 2737 */ MCD::OPC_CheckPredicate, 26, 89, 64, 0, // Skip to: 19215 /* 2742 */ MCD::OPC_Decode, 171, 28, 211, 1, // Opcode: VSUBHNv4i16 /* 2747 */ MCD::OPC_FilterValue, 1, 79, 64, 0, // Skip to: 19215 /* 2752 */ MCD::OPC_CheckPredicate, 26, 74, 64, 0, // Skip to: 19215 /* 2757 */ MCD::OPC_Decode, 167, 21, 217, 1, // Opcode: VMLSLslsv4i16 /* 2762 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2801 /* 2768 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2771 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2786 /* 2776 */ MCD::OPC_CheckPredicate, 26, 50, 64, 0, // Skip to: 19215 /* 2781 */ MCD::OPC_Decode, 241, 20, 205, 1, // Opcode: VMAXuv4i16 /* 2786 */ MCD::OPC_FilterValue, 1, 40, 64, 0, // Skip to: 19215 /* 2791 */ MCD::OPC_CheckPredicate, 26, 35, 64, 0, // Skip to: 19215 /* 2796 */ MCD::OPC_Decode, 243, 20, 206, 1, // Opcode: VMAXuv8i16 /* 2801 */ MCD::OPC_FilterValue, 231, 3, 24, 64, 0, // Skip to: 19215 /* 2807 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2810 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2825 /* 2815 */ MCD::OPC_CheckPredicate, 26, 11, 64, 0, // Skip to: 19215 /* 2820 */ MCD::OPC_Decode, 167, 25, 211, 1, // Opcode: VRSUBHNv4i16 /* 2825 */ MCD::OPC_FilterValue, 1, 1, 64, 0, // Skip to: 19215 /* 2830 */ MCD::OPC_CheckPredicate, 26, 252, 63, 0, // Skip to: 19215 /* 2835 */ MCD::OPC_Decode, 169, 21, 217, 1, // Opcode: VMLSLsluv4i16 /* 2840 */ MCD::OPC_FilterValue, 7, 143, 0, 0, // Skip to: 2988 /* 2845 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2848 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 2887 /* 2854 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2857 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2872 /* 2862 */ MCD::OPC_CheckPredicate, 26, 220, 63, 0, // Skip to: 19215 /* 2867 */ MCD::OPC_Decode, 245, 14, 205, 1, // Opcode: VABDsv4i16 /* 2872 */ MCD::OPC_FilterValue, 1, 210, 63, 0, // Skip to: 19215 /* 2877 */ MCD::OPC_CheckPredicate, 26, 205, 63, 0, // Skip to: 19215 /* 2882 */ MCD::OPC_Decode, 247, 14, 206, 1, // Opcode: VABDsv8i16 /* 2887 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 2926 /* 2893 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2896 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2911 /* 2901 */ MCD::OPC_CheckPredicate, 26, 181, 63, 0, // Skip to: 19215 /* 2906 */ MCD::OPC_Decode, 234, 14, 207, 1, // Opcode: VABDLsv4i32 /* 2911 */ MCD::OPC_FilterValue, 1, 171, 63, 0, // Skip to: 19215 /* 2916 */ MCD::OPC_CheckPredicate, 26, 166, 63, 0, // Skip to: 19215 /* 2921 */ MCD::OPC_Decode, 135, 23, 217, 1, // Opcode: VQDMLSLslv4i16 /* 2926 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 2965 /* 2932 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2935 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2950 /* 2940 */ MCD::OPC_CheckPredicate, 26, 142, 63, 0, // Skip to: 19215 /* 2945 */ MCD::OPC_Decode, 251, 14, 205, 1, // Opcode: VABDuv4i16 /* 2950 */ MCD::OPC_FilterValue, 1, 132, 63, 0, // Skip to: 19215 /* 2955 */ MCD::OPC_CheckPredicate, 26, 127, 63, 0, // Skip to: 19215 /* 2960 */ MCD::OPC_Decode, 253, 14, 206, 1, // Opcode: VABDuv8i16 /* 2965 */ MCD::OPC_FilterValue, 231, 3, 116, 63, 0, // Skip to: 19215 /* 2971 */ MCD::OPC_CheckPredicate, 26, 111, 63, 0, // Skip to: 19215 /* 2976 */ MCD::OPC_CheckField, 6, 1, 0, 104, 63, 0, // Skip to: 19215 /* 2983 */ MCD::OPC_Decode, 237, 14, 207, 1, // Opcode: VABDLuv4i32 /* 2988 */ MCD::OPC_FilterValue, 8, 159, 0, 0, // Skip to: 3152 /* 2993 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2996 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3035 /* 3002 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3005 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3020 /* 3010 */ MCD::OPC_CheckPredicate, 26, 72, 63, 0, // Skip to: 19215 /* 3015 */ MCD::OPC_Decode, 174, 15, 205, 1, // Opcode: VADDv4i16 /* 3020 */ MCD::OPC_FilterValue, 1, 62, 63, 0, // Skip to: 19215 /* 3025 */ MCD::OPC_CheckPredicate, 26, 57, 63, 0, // Skip to: 19215 /* 3030 */ MCD::OPC_Decode, 176, 15, 206, 1, // Opcode: VADDv8i16 /* 3035 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 3074 /* 3041 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3044 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3059 /* 3049 */ MCD::OPC_CheckPredicate, 26, 33, 63, 0, // Skip to: 19215 /* 3054 */ MCD::OPC_Decode, 140, 21, 212, 1, // Opcode: VMLALsv4i32 /* 3059 */ MCD::OPC_FilterValue, 1, 23, 63, 0, // Skip to: 19215 /* 3064 */ MCD::OPC_CheckPredicate, 26, 18, 63, 0, // Skip to: 19215 /* 3069 */ MCD::OPC_Decode, 146, 22, 218, 1, // Opcode: VMULslv4i16 /* 3074 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 3113 /* 3080 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3083 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3098 /* 3088 */ MCD::OPC_CheckPredicate, 26, 250, 62, 0, // Skip to: 19215 /* 3093 */ MCD::OPC_Decode, 194, 28, 205, 1, // Opcode: VSUBv4i16 /* 3098 */ MCD::OPC_FilterValue, 1, 240, 62, 0, // Skip to: 19215 /* 3103 */ MCD::OPC_CheckPredicate, 26, 235, 62, 0, // Skip to: 19215 /* 3108 */ MCD::OPC_Decode, 196, 28, 206, 1, // Opcode: VSUBv8i16 /* 3113 */ MCD::OPC_FilterValue, 231, 3, 224, 62, 0, // Skip to: 19215 /* 3119 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3122 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3137 /* 3127 */ MCD::OPC_CheckPredicate, 26, 211, 62, 0, // Skip to: 19215 /* 3132 */ MCD::OPC_Decode, 143, 21, 212, 1, // Opcode: VMLALuv4i32 /* 3137 */ MCD::OPC_FilterValue, 1, 201, 62, 0, // Skip to: 19215 /* 3142 */ MCD::OPC_CheckPredicate, 26, 196, 62, 0, // Skip to: 19215 /* 3147 */ MCD::OPC_Decode, 148, 22, 219, 1, // Opcode: VMULslv8i16 /* 3152 */ MCD::OPC_FilterValue, 9, 143, 0, 0, // Skip to: 3300 /* 3157 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3160 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3199 /* 3166 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3169 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3184 /* 3174 */ MCD::OPC_CheckPredicate, 26, 164, 62, 0, // Skip to: 19215 /* 3179 */ MCD::OPC_Decode, 160, 21, 213, 1, // Opcode: VMLAv4i16 /* 3184 */ MCD::OPC_FilterValue, 1, 154, 62, 0, // Skip to: 19215 /* 3189 */ MCD::OPC_CheckPredicate, 26, 149, 62, 0, // Skip to: 19215 /* 3194 */ MCD::OPC_Decode, 162, 21, 214, 1, // Opcode: VMLAv8i16 /* 3199 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 3238 /* 3205 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3208 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3223 /* 3213 */ MCD::OPC_CheckPredicate, 26, 125, 62, 0, // Skip to: 19215 /* 3218 */ MCD::OPC_Decode, 133, 23, 212, 1, // Opcode: VQDMLALv4i32 /* 3223 */ MCD::OPC_FilterValue, 1, 115, 62, 0, // Skip to: 19215 /* 3228 */ MCD::OPC_CheckPredicate, 27, 110, 62, 0, // Skip to: 19215 /* 3233 */ MCD::OPC_Decode, 143, 22, 218, 1, // Opcode: VMULslhd /* 3238 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 3277 /* 3244 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3247 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3262 /* 3252 */ MCD::OPC_CheckPredicate, 26, 86, 62, 0, // Skip to: 19215 /* 3257 */ MCD::OPC_Decode, 191, 21, 213, 1, // Opcode: VMLSv4i16 /* 3262 */ MCD::OPC_FilterValue, 1, 76, 62, 0, // Skip to: 19215 /* 3267 */ MCD::OPC_CheckPredicate, 26, 71, 62, 0, // Skip to: 19215 /* 3272 */ MCD::OPC_Decode, 193, 21, 214, 1, // Opcode: VMLSv8i16 /* 3277 */ MCD::OPC_FilterValue, 231, 3, 60, 62, 0, // Skip to: 19215 /* 3283 */ MCD::OPC_CheckPredicate, 27, 55, 62, 0, // Skip to: 19215 /* 3288 */ MCD::OPC_CheckField, 6, 1, 1, 48, 62, 0, // Skip to: 19215 /* 3295 */ MCD::OPC_Decode, 144, 22, 219, 1, // Opcode: VMULslhq /* 3300 */ MCD::OPC_FilterValue, 10, 127, 0, 0, // Skip to: 3432 /* 3305 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3308 */ MCD::OPC_FilterValue, 228, 3, 17, 0, 0, // Skip to: 3331 /* 3314 */ MCD::OPC_CheckPredicate, 26, 24, 62, 0, // Skip to: 19215 /* 3319 */ MCD::OPC_CheckField, 6, 1, 0, 17, 62, 0, // Skip to: 19215 /* 3326 */ MCD::OPC_Decode, 222, 22, 205, 1, // Opcode: VPMAXs16 /* 3331 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 3370 /* 3337 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3340 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3355 /* 3345 */ MCD::OPC_CheckPredicate, 26, 249, 61, 0, // Skip to: 19215 /* 3350 */ MCD::OPC_Decode, 171, 21, 212, 1, // Opcode: VMLSLsv4i32 /* 3355 */ MCD::OPC_FilterValue, 1, 239, 61, 0, // Skip to: 19215 /* 3360 */ MCD::OPC_CheckPredicate, 26, 234, 61, 0, // Skip to: 19215 /* 3365 */ MCD::OPC_Decode, 253, 21, 220, 1, // Opcode: VMULLslsv4i16 /* 3370 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 3393 /* 3376 */ MCD::OPC_CheckPredicate, 26, 218, 61, 0, // Skip to: 19215 /* 3381 */ MCD::OPC_CheckField, 6, 1, 0, 211, 61, 0, // Skip to: 19215 /* 3388 */ MCD::OPC_Decode, 225, 22, 205, 1, // Opcode: VPMAXu16 /* 3393 */ MCD::OPC_FilterValue, 231, 3, 200, 61, 0, // Skip to: 19215 /* 3399 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3402 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3417 /* 3407 */ MCD::OPC_CheckPredicate, 26, 187, 61, 0, // Skip to: 19215 /* 3412 */ MCD::OPC_Decode, 174, 21, 212, 1, // Opcode: VMLSLuv4i32 /* 3417 */ MCD::OPC_FilterValue, 1, 177, 61, 0, // Skip to: 19215 /* 3422 */ MCD::OPC_CheckPredicate, 26, 172, 61, 0, // Skip to: 19215 /* 3427 */ MCD::OPC_Decode, 255, 21, 220, 1, // Opcode: VMULLsluv4i16 /* 3432 */ MCD::OPC_FilterValue, 11, 120, 0, 0, // Skip to: 3557 /* 3437 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3440 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3479 /* 3446 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3449 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3464 /* 3454 */ MCD::OPC_CheckPredicate, 26, 140, 61, 0, // Skip to: 19215 /* 3459 */ MCD::OPC_Decode, 143, 23, 205, 1, // Opcode: VQDMULHv4i16 /* 3464 */ MCD::OPC_FilterValue, 1, 130, 61, 0, // Skip to: 19215 /* 3469 */ MCD::OPC_CheckPredicate, 26, 125, 61, 0, // Skip to: 19215 /* 3474 */ MCD::OPC_Decode, 145, 23, 206, 1, // Opcode: VQDMULHv8i16 /* 3479 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 3518 /* 3485 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3488 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3503 /* 3493 */ MCD::OPC_CheckPredicate, 26, 101, 61, 0, // Skip to: 19215 /* 3498 */ MCD::OPC_Decode, 137, 23, 212, 1, // Opcode: VQDMLSLv4i32 /* 3503 */ MCD::OPC_FilterValue, 1, 91, 61, 0, // Skip to: 19215 /* 3508 */ MCD::OPC_CheckPredicate, 26, 86, 61, 0, // Skip to: 19215 /* 3513 */ MCD::OPC_Decode, 147, 23, 220, 1, // Opcode: VQDMULLslv4i16 /* 3518 */ MCD::OPC_FilterValue, 230, 3, 75, 61, 0, // Skip to: 19215 /* 3524 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3527 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3542 /* 3532 */ MCD::OPC_CheckPredicate, 26, 62, 61, 0, // Skip to: 19215 /* 3537 */ MCD::OPC_Decode, 186, 23, 205, 1, // Opcode: VQRDMULHv4i16 /* 3542 */ MCD::OPC_FilterValue, 1, 52, 61, 0, // Skip to: 19215 /* 3547 */ MCD::OPC_CheckPredicate, 26, 47, 61, 0, // Skip to: 19215 /* 3552 */ MCD::OPC_Decode, 188, 23, 206, 1, // Opcode: VQRDMULHv8i16 /* 3557 */ MCD::OPC_FilterValue, 12, 83, 0, 0, // Skip to: 3645 /* 3562 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3565 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 3605 /* 3570 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3573 */ MCD::OPC_FilterValue, 229, 3, 10, 0, 0, // Skip to: 3589 /* 3579 */ MCD::OPC_CheckPredicate, 26, 15, 61, 0, // Skip to: 19215 /* 3584 */ MCD::OPC_Decode, 129, 22, 207, 1, // Opcode: VMULLsv4i32 /* 3589 */ MCD::OPC_FilterValue, 231, 3, 4, 61, 0, // Skip to: 19215 /* 3595 */ MCD::OPC_CheckPredicate, 26, 255, 60, 0, // Skip to: 19215 /* 3600 */ MCD::OPC_Decode, 132, 22, 207, 1, // Opcode: VMULLuv4i32 /* 3605 */ MCD::OPC_FilterValue, 1, 245, 60, 0, // Skip to: 19215 /* 3610 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3613 */ MCD::OPC_FilterValue, 229, 3, 10, 0, 0, // Skip to: 3629 /* 3619 */ MCD::OPC_CheckPredicate, 26, 231, 60, 0, // Skip to: 19215 /* 3624 */ MCD::OPC_Decode, 139, 23, 218, 1, // Opcode: VQDMULHslv4i16 /* 3629 */ MCD::OPC_FilterValue, 231, 3, 220, 60, 0, // Skip to: 19215 /* 3635 */ MCD::OPC_CheckPredicate, 26, 215, 60, 0, // Skip to: 19215 /* 3640 */ MCD::OPC_Decode, 141, 23, 219, 1, // Opcode: VQDMULHslv8i16 /* 3645 */ MCD::OPC_FilterValue, 13, 127, 0, 0, // Skip to: 3777 /* 3650 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3653 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3692 /* 3659 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3662 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3677 /* 3667 */ MCD::OPC_CheckPredicate, 27, 183, 60, 0, // Skip to: 19215 /* 3672 */ MCD::OPC_Decode, 168, 15, 205, 1, // Opcode: VADDhd /* 3677 */ MCD::OPC_FilterValue, 1, 173, 60, 0, // Skip to: 19215 /* 3682 */ MCD::OPC_CheckPredicate, 27, 168, 60, 0, // Skip to: 19215 /* 3687 */ MCD::OPC_Decode, 169, 15, 206, 1, // Opcode: VADDhq /* 3692 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 3731 /* 3698 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3701 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3716 /* 3706 */ MCD::OPC_CheckPredicate, 26, 144, 60, 0, // Skip to: 19215 /* 3711 */ MCD::OPC_Decode, 149, 23, 207, 1, // Opcode: VQDMULLv4i32 /* 3716 */ MCD::OPC_FilterValue, 1, 134, 60, 0, // Skip to: 19215 /* 3721 */ MCD::OPC_CheckPredicate, 26, 129, 60, 0, // Skip to: 19215 /* 3726 */ MCD::OPC_Decode, 182, 23, 218, 1, // Opcode: VQRDMULHslv4i16 /* 3731 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 3754 /* 3737 */ MCD::OPC_CheckPredicate, 27, 113, 60, 0, // Skip to: 19215 /* 3742 */ MCD::OPC_CheckField, 6, 1, 0, 106, 60, 0, // Skip to: 19215 /* 3749 */ MCD::OPC_Decode, 216, 22, 205, 1, // Opcode: VPADDh /* 3754 */ MCD::OPC_FilterValue, 231, 3, 95, 60, 0, // Skip to: 19215 /* 3760 */ MCD::OPC_CheckPredicate, 26, 90, 60, 0, // Skip to: 19215 /* 3765 */ MCD::OPC_CheckField, 6, 1, 1, 83, 60, 0, // Skip to: 19215 /* 3772 */ MCD::OPC_Decode, 184, 23, 219, 1, // Opcode: VQRDMULHslv8i16 /* 3777 */ MCD::OPC_FilterValue, 14, 127, 0, 0, // Skip to: 3909 /* 3782 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3785 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3824 /* 3791 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3794 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3809 /* 3799 */ MCD::OPC_CheckPredicate, 27, 51, 60, 0, // Skip to: 19215 /* 3804 */ MCD::OPC_Decode, 198, 15, 205, 1, // Opcode: VCEQhd /* 3809 */ MCD::OPC_FilterValue, 1, 41, 60, 0, // Skip to: 19215 /* 3814 */ MCD::OPC_CheckPredicate, 27, 36, 60, 0, // Skip to: 19215 /* 3819 */ MCD::OPC_Decode, 199, 15, 206, 1, // Opcode: VCEQhq /* 3824 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 3847 /* 3830 */ MCD::OPC_CheckPredicate, 28, 20, 60, 0, // Skip to: 19215 /* 3835 */ MCD::OPC_CheckField, 6, 1, 1, 13, 60, 0, // Skip to: 19215 /* 3842 */ MCD::OPC_Decode, 166, 23, 215, 1, // Opcode: VQRDMLAHslv4i16 /* 3847 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 3886 /* 3853 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3856 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3871 /* 3861 */ MCD::OPC_CheckPredicate, 27, 245, 59, 0, // Skip to: 19215 /* 3866 */ MCD::OPC_Decode, 218, 15, 205, 1, // Opcode: VCGEhd /* 3871 */ MCD::OPC_FilterValue, 1, 235, 59, 0, // Skip to: 19215 /* 3876 */ MCD::OPC_CheckPredicate, 27, 230, 59, 0, // Skip to: 19215 /* 3881 */ MCD::OPC_Decode, 219, 15, 206, 1, // Opcode: VCGEhq /* 3886 */ MCD::OPC_FilterValue, 231, 3, 219, 59, 0, // Skip to: 19215 /* 3892 */ MCD::OPC_CheckPredicate, 28, 214, 59, 0, // Skip to: 19215 /* 3897 */ MCD::OPC_CheckField, 6, 1, 1, 207, 59, 0, // Skip to: 19215 /* 3904 */ MCD::OPC_Decode, 168, 23, 216, 1, // Opcode: VQRDMLAHslv8i16 /* 3909 */ MCD::OPC_FilterValue, 15, 197, 59, 0, // Skip to: 19215 /* 3914 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 3917 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 3956 /* 3923 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3926 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3941 /* 3931 */ MCD::OPC_CheckPredicate, 27, 175, 59, 0, // Skip to: 19215 /* 3936 */ MCD::OPC_Decode, 231, 20, 205, 1, // Opcode: VMAXhd /* 3941 */ MCD::OPC_FilterValue, 1, 165, 59, 0, // Skip to: 19215 /* 3946 */ MCD::OPC_CheckPredicate, 27, 160, 59, 0, // Skip to: 19215 /* 3951 */ MCD::OPC_Decode, 232, 20, 206, 1, // Opcode: VMAXhq /* 3956 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 3979 /* 3962 */ MCD::OPC_CheckPredicate, 28, 144, 59, 0, // Skip to: 19215 /* 3967 */ MCD::OPC_CheckField, 6, 1, 1, 137, 59, 0, // Skip to: 19215 /* 3974 */ MCD::OPC_Decode, 174, 23, 215, 1, // Opcode: VQRDMLSHslv4i16 /* 3979 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 4002 /* 3985 */ MCD::OPC_CheckPredicate, 27, 121, 59, 0, // Skip to: 19215 /* 3990 */ MCD::OPC_CheckField, 6, 1, 0, 114, 59, 0, // Skip to: 19215 /* 3997 */ MCD::OPC_Decode, 221, 22, 205, 1, // Opcode: VPMAXh /* 4002 */ MCD::OPC_FilterValue, 231, 3, 103, 59, 0, // Skip to: 19215 /* 4008 */ MCD::OPC_CheckPredicate, 28, 98, 59, 0, // Skip to: 19215 /* 4013 */ MCD::OPC_CheckField, 6, 1, 1, 91, 59, 0, // Skip to: 19215 /* 4020 */ MCD::OPC_Decode, 176, 23, 216, 1, // Opcode: VQRDMLSHslv8i16 /* 4025 */ MCD::OPC_FilterValue, 2, 9, 9, 0, // Skip to: 6343 /* 4030 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 4033 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 4197 /* 4038 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4041 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4080 /* 4047 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4050 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4065 /* 4055 */ MCD::OPC_CheckPredicate, 26, 51, 59, 0, // Skip to: 19215 /* 4060 */ MCD::OPC_Decode, 230, 17, 205, 1, // Opcode: VHADDsv2i32 /* 4065 */ MCD::OPC_FilterValue, 1, 41, 59, 0, // Skip to: 19215 /* 4070 */ MCD::OPC_CheckPredicate, 26, 36, 59, 0, // Skip to: 19215 /* 4075 */ MCD::OPC_Decode, 232, 17, 206, 1, // Opcode: VHADDsv4i32 /* 4080 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4119 /* 4086 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4089 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4104 /* 4094 */ MCD::OPC_CheckPredicate, 26, 12, 59, 0, // Skip to: 19215 /* 4099 */ MCD::OPC_Decode, 153, 15, 207, 1, // Opcode: VADDLsv2i64 /* 4104 */ MCD::OPC_FilterValue, 1, 2, 59, 0, // Skip to: 19215 /* 4109 */ MCD::OPC_CheckPredicate, 26, 253, 58, 0, // Skip to: 19215 /* 4114 */ MCD::OPC_Decode, 154, 21, 221, 1, // Opcode: VMLAslv2i32 /* 4119 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4158 /* 4125 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4128 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4143 /* 4133 */ MCD::OPC_CheckPredicate, 26, 229, 58, 0, // Skip to: 19215 /* 4138 */ MCD::OPC_Decode, 236, 17, 205, 1, // Opcode: VHADDuv2i32 /* 4143 */ MCD::OPC_FilterValue, 1, 219, 58, 0, // Skip to: 19215 /* 4148 */ MCD::OPC_CheckPredicate, 26, 214, 58, 0, // Skip to: 19215 /* 4153 */ MCD::OPC_Decode, 238, 17, 206, 1, // Opcode: VHADDuv4i32 /* 4158 */ MCD::OPC_FilterValue, 231, 3, 203, 58, 0, // Skip to: 19215 /* 4164 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4167 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4182 /* 4172 */ MCD::OPC_CheckPredicate, 26, 190, 58, 0, // Skip to: 19215 /* 4177 */ MCD::OPC_Decode, 156, 15, 207, 1, // Opcode: VADDLuv2i64 /* 4182 */ MCD::OPC_FilterValue, 1, 180, 58, 0, // Skip to: 19215 /* 4187 */ MCD::OPC_CheckPredicate, 26, 175, 58, 0, // Skip to: 19215 /* 4192 */ MCD::OPC_Decode, 156, 21, 222, 1, // Opcode: VMLAslv4i32 /* 4197 */ MCD::OPC_FilterValue, 1, 159, 0, 0, // Skip to: 4361 /* 4202 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4205 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4244 /* 4211 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4214 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4229 /* 4219 */ MCD::OPC_CheckPredicate, 26, 143, 58, 0, // Skip to: 19215 /* 4224 */ MCD::OPC_Decode, 177, 24, 205, 1, // Opcode: VRHADDsv2i32 /* 4229 */ MCD::OPC_FilterValue, 1, 133, 58, 0, // Skip to: 19215 /* 4234 */ MCD::OPC_CheckPredicate, 26, 128, 58, 0, // Skip to: 19215 /* 4239 */ MCD::OPC_Decode, 179, 24, 206, 1, // Opcode: VRHADDsv4i32 /* 4244 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4283 /* 4250 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4253 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4268 /* 4258 */ MCD::OPC_CheckPredicate, 26, 104, 58, 0, // Skip to: 19215 /* 4263 */ MCD::OPC_Decode, 160, 15, 208, 1, // Opcode: VADDWsv2i64 /* 4268 */ MCD::OPC_FilterValue, 1, 94, 58, 0, // Skip to: 19215 /* 4273 */ MCD::OPC_CheckPredicate, 26, 89, 58, 0, // Skip to: 19215 /* 4278 */ MCD::OPC_Decode, 150, 21, 221, 1, // Opcode: VMLAslfd /* 4283 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4322 /* 4289 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4292 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4307 /* 4297 */ MCD::OPC_CheckPredicate, 26, 65, 58, 0, // Skip to: 19215 /* 4302 */ MCD::OPC_Decode, 183, 24, 205, 1, // Opcode: VRHADDuv2i32 /* 4307 */ MCD::OPC_FilterValue, 1, 55, 58, 0, // Skip to: 19215 /* 4312 */ MCD::OPC_CheckPredicate, 26, 50, 58, 0, // Skip to: 19215 /* 4317 */ MCD::OPC_Decode, 185, 24, 206, 1, // Opcode: VRHADDuv4i32 /* 4322 */ MCD::OPC_FilterValue, 231, 3, 39, 58, 0, // Skip to: 19215 /* 4328 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4331 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4346 /* 4336 */ MCD::OPC_CheckPredicate, 26, 26, 58, 0, // Skip to: 19215 /* 4341 */ MCD::OPC_Decode, 163, 15, 208, 1, // Opcode: VADDWuv2i64 /* 4346 */ MCD::OPC_FilterValue, 1, 16, 58, 0, // Skip to: 19215 /* 4351 */ MCD::OPC_CheckPredicate, 26, 11, 58, 0, // Skip to: 19215 /* 4356 */ MCD::OPC_Decode, 151, 21, 222, 1, // Opcode: VMLAslfq /* 4361 */ MCD::OPC_FilterValue, 2, 159, 0, 0, // Skip to: 4525 /* 4366 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4369 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4408 /* 4375 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4378 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4393 /* 4383 */ MCD::OPC_CheckPredicate, 26, 235, 57, 0, // Skip to: 19215 /* 4388 */ MCD::OPC_Decode, 242, 17, 205, 1, // Opcode: VHSUBsv2i32 /* 4393 */ MCD::OPC_FilterValue, 1, 225, 57, 0, // Skip to: 19215 /* 4398 */ MCD::OPC_CheckPredicate, 26, 220, 57, 0, // Skip to: 19215 /* 4403 */ MCD::OPC_Decode, 244, 17, 206, 1, // Opcode: VHSUBsv4i32 /* 4408 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4447 /* 4414 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4417 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4432 /* 4422 */ MCD::OPC_CheckPredicate, 26, 196, 57, 0, // Skip to: 19215 /* 4427 */ MCD::OPC_Decode, 173, 28, 207, 1, // Opcode: VSUBLsv2i64 /* 4432 */ MCD::OPC_FilterValue, 1, 186, 57, 0, // Skip to: 19215 /* 4437 */ MCD::OPC_CheckPredicate, 26, 181, 57, 0, // Skip to: 19215 /* 4442 */ MCD::OPC_Decode, 135, 21, 223, 1, // Opcode: VMLALslsv2i32 /* 4447 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4486 /* 4453 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4456 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4471 /* 4461 */ MCD::OPC_CheckPredicate, 26, 157, 57, 0, // Skip to: 19215 /* 4466 */ MCD::OPC_Decode, 248, 17, 205, 1, // Opcode: VHSUBuv2i32 /* 4471 */ MCD::OPC_FilterValue, 1, 147, 57, 0, // Skip to: 19215 /* 4476 */ MCD::OPC_CheckPredicate, 26, 142, 57, 0, // Skip to: 19215 /* 4481 */ MCD::OPC_Decode, 250, 17, 206, 1, // Opcode: VHSUBuv4i32 /* 4486 */ MCD::OPC_FilterValue, 231, 3, 131, 57, 0, // Skip to: 19215 /* 4492 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4495 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4510 /* 4500 */ MCD::OPC_CheckPredicate, 26, 118, 57, 0, // Skip to: 19215 /* 4505 */ MCD::OPC_Decode, 176, 28, 207, 1, // Opcode: VSUBLuv2i64 /* 4510 */ MCD::OPC_FilterValue, 1, 108, 57, 0, // Skip to: 19215 /* 4515 */ MCD::OPC_CheckPredicate, 26, 103, 57, 0, // Skip to: 19215 /* 4520 */ MCD::OPC_Decode, 137, 21, 223, 1, // Opcode: VMLALsluv2i32 /* 4525 */ MCD::OPC_FilterValue, 3, 143, 0, 0, // Skip to: 4673 /* 4530 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4533 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4572 /* 4539 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4542 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4557 /* 4547 */ MCD::OPC_CheckPredicate, 26, 71, 57, 0, // Skip to: 19215 /* 4552 */ MCD::OPC_Decode, 247, 15, 205, 1, // Opcode: VCGTsv2i32 /* 4557 */ MCD::OPC_FilterValue, 1, 61, 57, 0, // Skip to: 19215 /* 4562 */ MCD::OPC_CheckPredicate, 26, 56, 57, 0, // Skip to: 19215 /* 4567 */ MCD::OPC_Decode, 249, 15, 206, 1, // Opcode: VCGTsv4i32 /* 4572 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4611 /* 4578 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4581 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4596 /* 4586 */ MCD::OPC_CheckPredicate, 26, 32, 57, 0, // Skip to: 19215 /* 4591 */ MCD::OPC_Decode, 180, 28, 208, 1, // Opcode: VSUBWsv2i64 /* 4596 */ MCD::OPC_FilterValue, 1, 22, 57, 0, // Skip to: 19215 /* 4601 */ MCD::OPC_CheckPredicate, 26, 17, 57, 0, // Skip to: 19215 /* 4606 */ MCD::OPC_Decode, 130, 23, 223, 1, // Opcode: VQDMLALslv2i32 /* 4611 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4650 /* 4617 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4620 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4635 /* 4625 */ MCD::OPC_CheckPredicate, 26, 249, 56, 0, // Skip to: 19215 /* 4630 */ MCD::OPC_Decode, 253, 15, 205, 1, // Opcode: VCGTuv2i32 /* 4635 */ MCD::OPC_FilterValue, 1, 239, 56, 0, // Skip to: 19215 /* 4640 */ MCD::OPC_CheckPredicate, 26, 234, 56, 0, // Skip to: 19215 /* 4645 */ MCD::OPC_Decode, 255, 15, 206, 1, // Opcode: VCGTuv4i32 /* 4650 */ MCD::OPC_FilterValue, 231, 3, 223, 56, 0, // Skip to: 19215 /* 4656 */ MCD::OPC_CheckPredicate, 26, 218, 56, 0, // Skip to: 19215 /* 4661 */ MCD::OPC_CheckField, 6, 1, 0, 211, 56, 0, // Skip to: 19215 /* 4668 */ MCD::OPC_Decode, 183, 28, 208, 1, // Opcode: VSUBWuv2i64 /* 4673 */ MCD::OPC_FilterValue, 4, 159, 0, 0, // Skip to: 4837 /* 4678 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4681 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4720 /* 4687 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4690 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4705 /* 4695 */ MCD::OPC_CheckPredicate, 26, 179, 56, 0, // Skip to: 19215 /* 4700 */ MCD::OPC_Decode, 209, 25, 209, 1, // Opcode: VSHLsv2i32 /* 4705 */ MCD::OPC_FilterValue, 1, 169, 56, 0, // Skip to: 19215 /* 4710 */ MCD::OPC_CheckPredicate, 26, 164, 56, 0, // Skip to: 19215 /* 4715 */ MCD::OPC_Decode, 212, 25, 210, 1, // Opcode: VSHLsv4i32 /* 4720 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4759 /* 4726 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4729 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4744 /* 4734 */ MCD::OPC_CheckPredicate, 26, 140, 56, 0, // Skip to: 19215 /* 4739 */ MCD::OPC_Decode, 150, 15, 211, 1, // Opcode: VADDHNv2i32 /* 4744 */ MCD::OPC_FilterValue, 1, 130, 56, 0, // Skip to: 19215 /* 4749 */ MCD::OPC_CheckPredicate, 26, 125, 56, 0, // Skip to: 19215 /* 4754 */ MCD::OPC_Decode, 185, 21, 221, 1, // Opcode: VMLSslv2i32 /* 4759 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4798 /* 4765 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4768 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4783 /* 4773 */ MCD::OPC_CheckPredicate, 26, 101, 56, 0, // Skip to: 19215 /* 4778 */ MCD::OPC_Decode, 217, 25, 209, 1, // Opcode: VSHLuv2i32 /* 4783 */ MCD::OPC_FilterValue, 1, 91, 56, 0, // Skip to: 19215 /* 4788 */ MCD::OPC_CheckPredicate, 26, 86, 56, 0, // Skip to: 19215 /* 4793 */ MCD::OPC_Decode, 220, 25, 210, 1, // Opcode: VSHLuv4i32 /* 4798 */ MCD::OPC_FilterValue, 231, 3, 75, 56, 0, // Skip to: 19215 /* 4804 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4807 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4822 /* 4812 */ MCD::OPC_CheckPredicate, 26, 62, 56, 0, // Skip to: 19215 /* 4817 */ MCD::OPC_Decode, 151, 24, 211, 1, // Opcode: VRADDHNv2i32 /* 4822 */ MCD::OPC_FilterValue, 1, 52, 56, 0, // Skip to: 19215 /* 4827 */ MCD::OPC_CheckPredicate, 26, 47, 56, 0, // Skip to: 19215 /* 4832 */ MCD::OPC_Decode, 187, 21, 222, 1, // Opcode: VMLSslv4i32 /* 4837 */ MCD::OPC_FilterValue, 5, 159, 0, 0, // Skip to: 5001 /* 4842 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 4845 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 4884 /* 4851 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4854 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4869 /* 4859 */ MCD::OPC_CheckPredicate, 26, 15, 56, 0, // Skip to: 19215 /* 4864 */ MCD::OPC_Decode, 235, 24, 209, 1, // Opcode: VRSHLsv2i32 /* 4869 */ MCD::OPC_FilterValue, 1, 5, 56, 0, // Skip to: 19215 /* 4874 */ MCD::OPC_CheckPredicate, 26, 0, 56, 0, // Skip to: 19215 /* 4879 */ MCD::OPC_Decode, 238, 24, 210, 1, // Opcode: VRSHLsv4i32 /* 4884 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 4923 /* 4890 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4893 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4908 /* 4898 */ MCD::OPC_CheckPredicate, 26, 232, 55, 0, // Skip to: 19215 /* 4903 */ MCD::OPC_Decode, 215, 14, 212, 1, // Opcode: VABALsv2i64 /* 4908 */ MCD::OPC_FilterValue, 1, 222, 55, 0, // Skip to: 19215 /* 4913 */ MCD::OPC_CheckPredicate, 26, 217, 55, 0, // Skip to: 19215 /* 4918 */ MCD::OPC_Decode, 181, 21, 221, 1, // Opcode: VMLSslfd /* 4923 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 4962 /* 4929 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4932 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4947 /* 4937 */ MCD::OPC_CheckPredicate, 26, 193, 55, 0, // Skip to: 19215 /* 4942 */ MCD::OPC_Decode, 243, 24, 209, 1, // Opcode: VRSHLuv2i32 /* 4947 */ MCD::OPC_FilterValue, 1, 183, 55, 0, // Skip to: 19215 /* 4952 */ MCD::OPC_CheckPredicate, 26, 178, 55, 0, // Skip to: 19215 /* 4957 */ MCD::OPC_Decode, 246, 24, 210, 1, // Opcode: VRSHLuv4i32 /* 4962 */ MCD::OPC_FilterValue, 231, 3, 167, 55, 0, // Skip to: 19215 /* 4968 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 4971 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 4986 /* 4976 */ MCD::OPC_CheckPredicate, 26, 154, 55, 0, // Skip to: 19215 /* 4981 */ MCD::OPC_Decode, 218, 14, 212, 1, // Opcode: VABALuv2i64 /* 4986 */ MCD::OPC_FilterValue, 1, 144, 55, 0, // Skip to: 19215 /* 4991 */ MCD::OPC_CheckPredicate, 26, 139, 55, 0, // Skip to: 19215 /* 4996 */ MCD::OPC_Decode, 182, 21, 222, 1, // Opcode: VMLSslfq /* 5001 */ MCD::OPC_FilterValue, 6, 159, 0, 0, // Skip to: 5165 /* 5006 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5009 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 5048 /* 5015 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5018 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5033 /* 5023 */ MCD::OPC_CheckPredicate, 26, 107, 55, 0, // Skip to: 19215 /* 5028 */ MCD::OPC_Decode, 234, 20, 205, 1, // Opcode: VMAXsv2i32 /* 5033 */ MCD::OPC_FilterValue, 1, 97, 55, 0, // Skip to: 19215 /* 5038 */ MCD::OPC_CheckPredicate, 26, 92, 55, 0, // Skip to: 19215 /* 5043 */ MCD::OPC_Decode, 236, 20, 206, 1, // Opcode: VMAXsv4i32 /* 5048 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5087 /* 5054 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5057 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5072 /* 5062 */ MCD::OPC_CheckPredicate, 26, 68, 55, 0, // Skip to: 19215 /* 5067 */ MCD::OPC_Decode, 170, 28, 211, 1, // Opcode: VSUBHNv2i32 /* 5072 */ MCD::OPC_FilterValue, 1, 58, 55, 0, // Skip to: 19215 /* 5077 */ MCD::OPC_CheckPredicate, 26, 53, 55, 0, // Skip to: 19215 /* 5082 */ MCD::OPC_Decode, 166, 21, 223, 1, // Opcode: VMLSLslsv2i32 /* 5087 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 5126 /* 5093 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5096 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5111 /* 5101 */ MCD::OPC_CheckPredicate, 26, 29, 55, 0, // Skip to: 19215 /* 5106 */ MCD::OPC_Decode, 240, 20, 205, 1, // Opcode: VMAXuv2i32 /* 5111 */ MCD::OPC_FilterValue, 1, 19, 55, 0, // Skip to: 19215 /* 5116 */ MCD::OPC_CheckPredicate, 26, 14, 55, 0, // Skip to: 19215 /* 5121 */ MCD::OPC_Decode, 242, 20, 206, 1, // Opcode: VMAXuv4i32 /* 5126 */ MCD::OPC_FilterValue, 231, 3, 3, 55, 0, // Skip to: 19215 /* 5132 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5135 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5150 /* 5140 */ MCD::OPC_CheckPredicate, 26, 246, 54, 0, // Skip to: 19215 /* 5145 */ MCD::OPC_Decode, 166, 25, 211, 1, // Opcode: VRSUBHNv2i32 /* 5150 */ MCD::OPC_FilterValue, 1, 236, 54, 0, // Skip to: 19215 /* 5155 */ MCD::OPC_CheckPredicate, 26, 231, 54, 0, // Skip to: 19215 /* 5160 */ MCD::OPC_Decode, 168, 21, 223, 1, // Opcode: VMLSLsluv2i32 /* 5165 */ MCD::OPC_FilterValue, 7, 143, 0, 0, // Skip to: 5313 /* 5170 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5173 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 5212 /* 5179 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5182 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5197 /* 5187 */ MCD::OPC_CheckPredicate, 26, 199, 54, 0, // Skip to: 19215 /* 5192 */ MCD::OPC_Decode, 244, 14, 205, 1, // Opcode: VABDsv2i32 /* 5197 */ MCD::OPC_FilterValue, 1, 189, 54, 0, // Skip to: 19215 /* 5202 */ MCD::OPC_CheckPredicate, 26, 184, 54, 0, // Skip to: 19215 /* 5207 */ MCD::OPC_Decode, 246, 14, 206, 1, // Opcode: VABDsv4i32 /* 5212 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5251 /* 5218 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5221 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5236 /* 5226 */ MCD::OPC_CheckPredicate, 26, 160, 54, 0, // Skip to: 19215 /* 5231 */ MCD::OPC_Decode, 233, 14, 207, 1, // Opcode: VABDLsv2i64 /* 5236 */ MCD::OPC_FilterValue, 1, 150, 54, 0, // Skip to: 19215 /* 5241 */ MCD::OPC_CheckPredicate, 26, 145, 54, 0, // Skip to: 19215 /* 5246 */ MCD::OPC_Decode, 134, 23, 223, 1, // Opcode: VQDMLSLslv2i32 /* 5251 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 5290 /* 5257 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5260 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5275 /* 5265 */ MCD::OPC_CheckPredicate, 26, 121, 54, 0, // Skip to: 19215 /* 5270 */ MCD::OPC_Decode, 250, 14, 205, 1, // Opcode: VABDuv2i32 /* 5275 */ MCD::OPC_FilterValue, 1, 111, 54, 0, // Skip to: 19215 /* 5280 */ MCD::OPC_CheckPredicate, 26, 106, 54, 0, // Skip to: 19215 /* 5285 */ MCD::OPC_Decode, 252, 14, 206, 1, // Opcode: VABDuv4i32 /* 5290 */ MCD::OPC_FilterValue, 231, 3, 95, 54, 0, // Skip to: 19215 /* 5296 */ MCD::OPC_CheckPredicate, 26, 90, 54, 0, // Skip to: 19215 /* 5301 */ MCD::OPC_CheckField, 6, 1, 0, 83, 54, 0, // Skip to: 19215 /* 5308 */ MCD::OPC_Decode, 236, 14, 207, 1, // Opcode: VABDLuv2i64 /* 5313 */ MCD::OPC_FilterValue, 8, 159, 0, 0, // Skip to: 5477 /* 5318 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5321 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 5360 /* 5327 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5330 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5345 /* 5335 */ MCD::OPC_CheckPredicate, 26, 51, 54, 0, // Skip to: 19215 /* 5340 */ MCD::OPC_Decode, 172, 15, 205, 1, // Opcode: VADDv2i32 /* 5345 */ MCD::OPC_FilterValue, 1, 41, 54, 0, // Skip to: 19215 /* 5350 */ MCD::OPC_CheckPredicate, 26, 36, 54, 0, // Skip to: 19215 /* 5355 */ MCD::OPC_Decode, 175, 15, 206, 1, // Opcode: VADDv4i32 /* 5360 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5399 /* 5366 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5369 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5384 /* 5374 */ MCD::OPC_CheckPredicate, 26, 12, 54, 0, // Skip to: 19215 /* 5379 */ MCD::OPC_Decode, 139, 21, 212, 1, // Opcode: VMLALsv2i64 /* 5384 */ MCD::OPC_FilterValue, 1, 2, 54, 0, // Skip to: 19215 /* 5389 */ MCD::OPC_CheckPredicate, 26, 253, 53, 0, // Skip to: 19215 /* 5394 */ MCD::OPC_Decode, 145, 22, 224, 1, // Opcode: VMULslv2i32 /* 5399 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 5438 /* 5405 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5408 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5423 /* 5413 */ MCD::OPC_CheckPredicate, 26, 229, 53, 0, // Skip to: 19215 /* 5418 */ MCD::OPC_Decode, 192, 28, 205, 1, // Opcode: VSUBv2i32 /* 5423 */ MCD::OPC_FilterValue, 1, 219, 53, 0, // Skip to: 19215 /* 5428 */ MCD::OPC_CheckPredicate, 26, 214, 53, 0, // Skip to: 19215 /* 5433 */ MCD::OPC_Decode, 195, 28, 206, 1, // Opcode: VSUBv4i32 /* 5438 */ MCD::OPC_FilterValue, 231, 3, 203, 53, 0, // Skip to: 19215 /* 5444 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5447 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5462 /* 5452 */ MCD::OPC_CheckPredicate, 26, 190, 53, 0, // Skip to: 19215 /* 5457 */ MCD::OPC_Decode, 142, 21, 212, 1, // Opcode: VMLALuv2i64 /* 5462 */ MCD::OPC_FilterValue, 1, 180, 53, 0, // Skip to: 19215 /* 5467 */ MCD::OPC_CheckPredicate, 26, 175, 53, 0, // Skip to: 19215 /* 5472 */ MCD::OPC_Decode, 147, 22, 225, 1, // Opcode: VMULslv4i32 /* 5477 */ MCD::OPC_FilterValue, 9, 143, 0, 0, // Skip to: 5625 /* 5482 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5485 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 5524 /* 5491 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5494 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5509 /* 5499 */ MCD::OPC_CheckPredicate, 26, 143, 53, 0, // Skip to: 19215 /* 5504 */ MCD::OPC_Decode, 159, 21, 213, 1, // Opcode: VMLAv2i32 /* 5509 */ MCD::OPC_FilterValue, 1, 133, 53, 0, // Skip to: 19215 /* 5514 */ MCD::OPC_CheckPredicate, 26, 128, 53, 0, // Skip to: 19215 /* 5519 */ MCD::OPC_Decode, 161, 21, 214, 1, // Opcode: VMLAv4i32 /* 5524 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5563 /* 5530 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5533 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5548 /* 5538 */ MCD::OPC_CheckPredicate, 26, 104, 53, 0, // Skip to: 19215 /* 5543 */ MCD::OPC_Decode, 132, 23, 212, 1, // Opcode: VQDMLALv2i64 /* 5548 */ MCD::OPC_FilterValue, 1, 94, 53, 0, // Skip to: 19215 /* 5553 */ MCD::OPC_CheckPredicate, 26, 89, 53, 0, // Skip to: 19215 /* 5558 */ MCD::OPC_Decode, 141, 22, 224, 1, // Opcode: VMULslfd /* 5563 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 5602 /* 5569 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5572 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5587 /* 5577 */ MCD::OPC_CheckPredicate, 26, 65, 53, 0, // Skip to: 19215 /* 5582 */ MCD::OPC_Decode, 190, 21, 213, 1, // Opcode: VMLSv2i32 /* 5587 */ MCD::OPC_FilterValue, 1, 55, 53, 0, // Skip to: 19215 /* 5592 */ MCD::OPC_CheckPredicate, 26, 50, 53, 0, // Skip to: 19215 /* 5597 */ MCD::OPC_Decode, 192, 21, 214, 1, // Opcode: VMLSv4i32 /* 5602 */ MCD::OPC_FilterValue, 231, 3, 39, 53, 0, // Skip to: 19215 /* 5608 */ MCD::OPC_CheckPredicate, 26, 34, 53, 0, // Skip to: 19215 /* 5613 */ MCD::OPC_CheckField, 6, 1, 1, 27, 53, 0, // Skip to: 19215 /* 5620 */ MCD::OPC_Decode, 142, 22, 225, 1, // Opcode: VMULslfq /* 5625 */ MCD::OPC_FilterValue, 10, 127, 0, 0, // Skip to: 5757 /* 5630 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5633 */ MCD::OPC_FilterValue, 228, 3, 17, 0, 0, // Skip to: 5656 /* 5639 */ MCD::OPC_CheckPredicate, 26, 3, 53, 0, // Skip to: 19215 /* 5644 */ MCD::OPC_CheckField, 6, 1, 0, 252, 52, 0, // Skip to: 19215 /* 5651 */ MCD::OPC_Decode, 223, 22, 205, 1, // Opcode: VPMAXs32 /* 5656 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5695 /* 5662 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5665 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5680 /* 5670 */ MCD::OPC_CheckPredicate, 26, 228, 52, 0, // Skip to: 19215 /* 5675 */ MCD::OPC_Decode, 170, 21, 212, 1, // Opcode: VMLSLsv2i64 /* 5680 */ MCD::OPC_FilterValue, 1, 218, 52, 0, // Skip to: 19215 /* 5685 */ MCD::OPC_CheckPredicate, 26, 213, 52, 0, // Skip to: 19215 /* 5690 */ MCD::OPC_Decode, 252, 21, 226, 1, // Opcode: VMULLslsv2i32 /* 5695 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 5718 /* 5701 */ MCD::OPC_CheckPredicate, 26, 197, 52, 0, // Skip to: 19215 /* 5706 */ MCD::OPC_CheckField, 6, 1, 0, 190, 52, 0, // Skip to: 19215 /* 5713 */ MCD::OPC_Decode, 226, 22, 205, 1, // Opcode: VPMAXu32 /* 5718 */ MCD::OPC_FilterValue, 231, 3, 179, 52, 0, // Skip to: 19215 /* 5724 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5727 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5742 /* 5732 */ MCD::OPC_CheckPredicate, 26, 166, 52, 0, // Skip to: 19215 /* 5737 */ MCD::OPC_Decode, 173, 21, 212, 1, // Opcode: VMLSLuv2i64 /* 5742 */ MCD::OPC_FilterValue, 1, 156, 52, 0, // Skip to: 19215 /* 5747 */ MCD::OPC_CheckPredicate, 26, 151, 52, 0, // Skip to: 19215 /* 5752 */ MCD::OPC_Decode, 254, 21, 226, 1, // Opcode: VMULLsluv2i32 /* 5757 */ MCD::OPC_FilterValue, 11, 120, 0, 0, // Skip to: 5882 /* 5762 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5765 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 5804 /* 5771 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5774 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5789 /* 5779 */ MCD::OPC_CheckPredicate, 26, 119, 52, 0, // Skip to: 19215 /* 5784 */ MCD::OPC_Decode, 142, 23, 205, 1, // Opcode: VQDMULHv2i32 /* 5789 */ MCD::OPC_FilterValue, 1, 109, 52, 0, // Skip to: 19215 /* 5794 */ MCD::OPC_CheckPredicate, 26, 104, 52, 0, // Skip to: 19215 /* 5799 */ MCD::OPC_Decode, 144, 23, 206, 1, // Opcode: VQDMULHv4i32 /* 5804 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 5843 /* 5810 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5813 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5828 /* 5818 */ MCD::OPC_CheckPredicate, 26, 80, 52, 0, // Skip to: 19215 /* 5823 */ MCD::OPC_Decode, 136, 23, 212, 1, // Opcode: VQDMLSLv2i64 /* 5828 */ MCD::OPC_FilterValue, 1, 70, 52, 0, // Skip to: 19215 /* 5833 */ MCD::OPC_CheckPredicate, 26, 65, 52, 0, // Skip to: 19215 /* 5838 */ MCD::OPC_Decode, 146, 23, 226, 1, // Opcode: VQDMULLslv2i32 /* 5843 */ MCD::OPC_FilterValue, 230, 3, 54, 52, 0, // Skip to: 19215 /* 5849 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5852 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5867 /* 5857 */ MCD::OPC_CheckPredicate, 26, 41, 52, 0, // Skip to: 19215 /* 5862 */ MCD::OPC_Decode, 185, 23, 205, 1, // Opcode: VQRDMULHv2i32 /* 5867 */ MCD::OPC_FilterValue, 1, 31, 52, 0, // Skip to: 19215 /* 5872 */ MCD::OPC_CheckPredicate, 26, 26, 52, 0, // Skip to: 19215 /* 5877 */ MCD::OPC_Decode, 187, 23, 206, 1, // Opcode: VQRDMULHv4i32 /* 5882 */ MCD::OPC_FilterValue, 12, 83, 0, 0, // Skip to: 5970 /* 5887 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5890 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 5930 /* 5895 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5898 */ MCD::OPC_FilterValue, 229, 3, 10, 0, 0, // Skip to: 5914 /* 5904 */ MCD::OPC_CheckPredicate, 26, 250, 51, 0, // Skip to: 19215 /* 5909 */ MCD::OPC_Decode, 128, 22, 207, 1, // Opcode: VMULLsv2i64 /* 5914 */ MCD::OPC_FilterValue, 231, 3, 239, 51, 0, // Skip to: 19215 /* 5920 */ MCD::OPC_CheckPredicate, 26, 234, 51, 0, // Skip to: 19215 /* 5925 */ MCD::OPC_Decode, 131, 22, 207, 1, // Opcode: VMULLuv2i64 /* 5930 */ MCD::OPC_FilterValue, 1, 224, 51, 0, // Skip to: 19215 /* 5935 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5938 */ MCD::OPC_FilterValue, 229, 3, 10, 0, 0, // Skip to: 5954 /* 5944 */ MCD::OPC_CheckPredicate, 26, 210, 51, 0, // Skip to: 19215 /* 5949 */ MCD::OPC_Decode, 138, 23, 224, 1, // Opcode: VQDMULHslv2i32 /* 5954 */ MCD::OPC_FilterValue, 231, 3, 199, 51, 0, // Skip to: 19215 /* 5960 */ MCD::OPC_CheckPredicate, 26, 194, 51, 0, // Skip to: 19215 /* 5965 */ MCD::OPC_Decode, 140, 23, 225, 1, // Opcode: VQDMULHslv4i32 /* 5970 */ MCD::OPC_FilterValue, 13, 143, 0, 0, // Skip to: 6118 /* 5975 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 5978 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 6017 /* 5984 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 5987 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6002 /* 5992 */ MCD::OPC_CheckPredicate, 26, 162, 51, 0, // Skip to: 19215 /* 5997 */ MCD::OPC_Decode, 186, 28, 205, 1, // Opcode: VSUBfd /* 6002 */ MCD::OPC_FilterValue, 1, 152, 51, 0, // Skip to: 19215 /* 6007 */ MCD::OPC_CheckPredicate, 26, 147, 51, 0, // Skip to: 19215 /* 6012 */ MCD::OPC_Decode, 187, 28, 206, 1, // Opcode: VSUBfq /* 6017 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 6056 /* 6023 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6026 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6041 /* 6031 */ MCD::OPC_CheckPredicate, 26, 123, 51, 0, // Skip to: 19215 /* 6036 */ MCD::OPC_Decode, 148, 23, 207, 1, // Opcode: VQDMULLv2i64 /* 6041 */ MCD::OPC_FilterValue, 1, 113, 51, 0, // Skip to: 19215 /* 6046 */ MCD::OPC_CheckPredicate, 26, 108, 51, 0, // Skip to: 19215 /* 6051 */ MCD::OPC_Decode, 181, 23, 224, 1, // Opcode: VQRDMULHslv2i32 /* 6056 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 6095 /* 6062 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6065 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6080 /* 6070 */ MCD::OPC_CheckPredicate, 26, 84, 51, 0, // Skip to: 19215 /* 6075 */ MCD::OPC_Decode, 239, 14, 205, 1, // Opcode: VABDfd /* 6080 */ MCD::OPC_FilterValue, 1, 74, 51, 0, // Skip to: 19215 /* 6085 */ MCD::OPC_CheckPredicate, 26, 69, 51, 0, // Skip to: 19215 /* 6090 */ MCD::OPC_Decode, 240, 14, 206, 1, // Opcode: VABDfq /* 6095 */ MCD::OPC_FilterValue, 231, 3, 58, 51, 0, // Skip to: 19215 /* 6101 */ MCD::OPC_CheckPredicate, 26, 53, 51, 0, // Skip to: 19215 /* 6106 */ MCD::OPC_CheckField, 6, 1, 1, 46, 51, 0, // Skip to: 19215 /* 6113 */ MCD::OPC_Decode, 183, 23, 225, 1, // Opcode: VQRDMULHslv4i32 /* 6118 */ MCD::OPC_FilterValue, 14, 104, 0, 0, // Skip to: 6227 /* 6123 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 6126 */ MCD::OPC_FilterValue, 229, 3, 33, 0, 0, // Skip to: 6165 /* 6132 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6135 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6150 /* 6140 */ MCD::OPC_CheckPredicate, 29, 14, 51, 0, // Skip to: 19215 /* 6145 */ MCD::OPC_Decode, 250, 21, 207, 1, // Opcode: VMULLp64 /* 6150 */ MCD::OPC_FilterValue, 1, 4, 51, 0, // Skip to: 19215 /* 6155 */ MCD::OPC_CheckPredicate, 28, 255, 50, 0, // Skip to: 19215 /* 6160 */ MCD::OPC_Decode, 165, 23, 221, 1, // Opcode: VQRDMLAHslv2i32 /* 6165 */ MCD::OPC_FilterValue, 230, 3, 33, 0, 0, // Skip to: 6204 /* 6171 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6174 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6189 /* 6179 */ MCD::OPC_CheckPredicate, 26, 231, 50, 0, // Skip to: 19215 /* 6184 */ MCD::OPC_Decode, 242, 15, 205, 1, // Opcode: VCGTfd /* 6189 */ MCD::OPC_FilterValue, 1, 221, 50, 0, // Skip to: 19215 /* 6194 */ MCD::OPC_CheckPredicate, 26, 216, 50, 0, // Skip to: 19215 /* 6199 */ MCD::OPC_Decode, 243, 15, 206, 1, // Opcode: VCGTfq /* 6204 */ MCD::OPC_FilterValue, 231, 3, 205, 50, 0, // Skip to: 19215 /* 6210 */ MCD::OPC_CheckPredicate, 28, 200, 50, 0, // Skip to: 19215 /* 6215 */ MCD::OPC_CheckField, 6, 1, 1, 193, 50, 0, // Skip to: 19215 /* 6222 */ MCD::OPC_Decode, 167, 23, 222, 1, // Opcode: VQRDMLAHslv4i32 /* 6227 */ MCD::OPC_FilterValue, 15, 183, 50, 0, // Skip to: 19215 /* 6232 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 6235 */ MCD::OPC_FilterValue, 228, 3, 33, 0, 0, // Skip to: 6274 /* 6241 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6244 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6259 /* 6249 */ MCD::OPC_CheckPredicate, 26, 161, 50, 0, // Skip to: 19215 /* 6254 */ MCD::OPC_Decode, 245, 20, 205, 1, // Opcode: VMINfd /* 6259 */ MCD::OPC_FilterValue, 1, 151, 50, 0, // Skip to: 19215 /* 6264 */ MCD::OPC_CheckPredicate, 26, 146, 50, 0, // Skip to: 19215 /* 6269 */ MCD::OPC_Decode, 246, 20, 206, 1, // Opcode: VMINfq /* 6274 */ MCD::OPC_FilterValue, 229, 3, 17, 0, 0, // Skip to: 6297 /* 6280 */ MCD::OPC_CheckPredicate, 28, 130, 50, 0, // Skip to: 19215 /* 6285 */ MCD::OPC_CheckField, 6, 1, 1, 123, 50, 0, // Skip to: 19215 /* 6292 */ MCD::OPC_Decode, 173, 23, 221, 1, // Opcode: VQRDMLSHslv2i32 /* 6297 */ MCD::OPC_FilterValue, 230, 3, 17, 0, 0, // Skip to: 6320 /* 6303 */ MCD::OPC_CheckPredicate, 26, 107, 50, 0, // Skip to: 19215 /* 6308 */ MCD::OPC_CheckField, 6, 1, 0, 100, 50, 0, // Skip to: 19215 /* 6315 */ MCD::OPC_Decode, 228, 22, 205, 1, // Opcode: VPMINf /* 6320 */ MCD::OPC_FilterValue, 231, 3, 89, 50, 0, // Skip to: 19215 /* 6326 */ MCD::OPC_CheckPredicate, 28, 84, 50, 0, // Skip to: 19215 /* 6331 */ MCD::OPC_CheckField, 6, 1, 1, 77, 50, 0, // Skip to: 19215 /* 6338 */ MCD::OPC_Decode, 175, 23, 222, 1, // Opcode: VQRDMLSHslv4i32 /* 6343 */ MCD::OPC_FilterValue, 3, 67, 50, 0, // Skip to: 19215 /* 6348 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 6351 */ MCD::OPC_FilterValue, 228, 3, 193, 0, 0, // Skip to: 6550 /* 6357 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 6360 */ MCD::OPC_FilterValue, 4, 33, 0, 0, // Skip to: 6398 /* 6365 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6368 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6383 /* 6373 */ MCD::OPC_CheckPredicate, 26, 37, 50, 0, // Skip to: 19215 /* 6378 */ MCD::OPC_Decode, 208, 25, 209, 1, // Opcode: VSHLsv1i64 /* 6383 */ MCD::OPC_FilterValue, 1, 27, 50, 0, // Skip to: 19215 /* 6388 */ MCD::OPC_CheckPredicate, 26, 22, 50, 0, // Skip to: 19215 /* 6393 */ MCD::OPC_Decode, 210, 25, 210, 1, // Opcode: VSHLsv2i64 /* 6398 */ MCD::OPC_FilterValue, 5, 33, 0, 0, // Skip to: 6436 /* 6403 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6406 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6421 /* 6411 */ MCD::OPC_CheckPredicate, 26, 255, 49, 0, // Skip to: 19215 /* 6416 */ MCD::OPC_Decode, 234, 24, 209, 1, // Opcode: VRSHLsv1i64 /* 6421 */ MCD::OPC_FilterValue, 1, 245, 49, 0, // Skip to: 19215 /* 6426 */ MCD::OPC_CheckPredicate, 26, 240, 49, 0, // Skip to: 19215 /* 6431 */ MCD::OPC_Decode, 236, 24, 210, 1, // Opcode: VRSHLsv2i64 /* 6436 */ MCD::OPC_FilterValue, 8, 33, 0, 0, // Skip to: 6474 /* 6441 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6444 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6459 /* 6449 */ MCD::OPC_CheckPredicate, 26, 217, 49, 0, // Skip to: 19215 /* 6454 */ MCD::OPC_Decode, 171, 15, 205, 1, // Opcode: VADDv1i64 /* 6459 */ MCD::OPC_FilterValue, 1, 207, 49, 0, // Skip to: 19215 /* 6464 */ MCD::OPC_CheckPredicate, 26, 202, 49, 0, // Skip to: 19215 /* 6469 */ MCD::OPC_Decode, 173, 15, 206, 1, // Opcode: VADDv2i64 /* 6474 */ MCD::OPC_FilterValue, 13, 33, 0, 0, // Skip to: 6512 /* 6479 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6482 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6497 /* 6487 */ MCD::OPC_CheckPredicate, 27, 179, 49, 0, // Skip to: 19215 /* 6492 */ MCD::OPC_Decode, 188, 28, 205, 1, // Opcode: VSUBhd /* 6497 */ MCD::OPC_FilterValue, 1, 169, 49, 0, // Skip to: 19215 /* 6502 */ MCD::OPC_CheckPredicate, 27, 164, 49, 0, // Skip to: 19215 /* 6507 */ MCD::OPC_Decode, 189, 28, 206, 1, // Opcode: VSUBhq /* 6512 */ MCD::OPC_FilterValue, 15, 154, 49, 0, // Skip to: 19215 /* 6517 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6520 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6535 /* 6525 */ MCD::OPC_CheckPredicate, 27, 141, 49, 0, // Skip to: 19215 /* 6530 */ MCD::OPC_Decode, 247, 20, 205, 1, // Opcode: VMINhd /* 6535 */ MCD::OPC_FilterValue, 1, 131, 49, 0, // Skip to: 19215 /* 6540 */ MCD::OPC_CheckPredicate, 27, 126, 49, 0, // Skip to: 19215 /* 6545 */ MCD::OPC_Decode, 248, 20, 206, 1, // Opcode: VMINhq /* 6550 */ MCD::OPC_FilterValue, 229, 3, 126, 0, 0, // Skip to: 6682 /* 6556 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6559 */ MCD::OPC_FilterValue, 0, 52, 0, 0, // Skip to: 6616 /* 6564 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 6567 */ MCD::OPC_FilterValue, 0, 99, 49, 0, // Skip to: 19215 /* 6572 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 6589 /* 6577 */ MCD::OPC_CheckField, 8, 2, 0, 5, 0, 0, // Skip to: 6589 /* 6584 */ MCD::OPC_Decode, 184, 17, 227, 1, // Opcode: VEXTd32 /* 6589 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 6606 /* 6594 */ MCD::OPC_CheckField, 8, 1, 0, 5, 0, 0, // Skip to: 6606 /* 6601 */ MCD::OPC_Decode, 183, 17, 228, 1, // Opcode: VEXTd16 /* 6606 */ MCD::OPC_CheckPredicate, 26, 60, 49, 0, // Skip to: 19215 /* 6611 */ MCD::OPC_Decode, 185, 17, 229, 1, // Opcode: VEXTd8 /* 6616 */ MCD::OPC_FilterValue, 1, 50, 49, 0, // Skip to: 19215 /* 6621 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 6638 /* 6626 */ MCD::OPC_CheckField, 8, 3, 0, 5, 0, 0, // Skip to: 6638 /* 6633 */ MCD::OPC_Decode, 188, 17, 230, 1, // Opcode: VEXTq64 /* 6638 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 6655 /* 6643 */ MCD::OPC_CheckField, 8, 2, 0, 5, 0, 0, // Skip to: 6655 /* 6650 */ MCD::OPC_Decode, 187, 17, 231, 1, // Opcode: VEXTq32 /* 6655 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 6672 /* 6660 */ MCD::OPC_CheckField, 8, 1, 0, 5, 0, 0, // Skip to: 6672 /* 6667 */ MCD::OPC_Decode, 186, 17, 232, 1, // Opcode: VEXTq16 /* 6672 */ MCD::OPC_CheckPredicate, 26, 250, 48, 0, // Skip to: 19215 /* 6677 */ MCD::OPC_Decode, 189, 17, 233, 1, // Opcode: VEXTq8 /* 6682 */ MCD::OPC_FilterValue, 230, 3, 215, 0, 0, // Skip to: 6903 /* 6688 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 6691 */ MCD::OPC_FilterValue, 4, 33, 0, 0, // Skip to: 6729 /* 6696 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6699 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6714 /* 6704 */ MCD::OPC_CheckPredicate, 26, 218, 48, 0, // Skip to: 19215 /* 6709 */ MCD::OPC_Decode, 216, 25, 209, 1, // Opcode: VSHLuv1i64 /* 6714 */ MCD::OPC_FilterValue, 1, 208, 48, 0, // Skip to: 19215 /* 6719 */ MCD::OPC_CheckPredicate, 26, 203, 48, 0, // Skip to: 19215 /* 6724 */ MCD::OPC_Decode, 218, 25, 210, 1, // Opcode: VSHLuv2i64 /* 6729 */ MCD::OPC_FilterValue, 5, 33, 0, 0, // Skip to: 6767 /* 6734 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6737 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6752 /* 6742 */ MCD::OPC_CheckPredicate, 26, 180, 48, 0, // Skip to: 19215 /* 6747 */ MCD::OPC_Decode, 242, 24, 209, 1, // Opcode: VRSHLuv1i64 /* 6752 */ MCD::OPC_FilterValue, 1, 170, 48, 0, // Skip to: 19215 /* 6757 */ MCD::OPC_CheckPredicate, 26, 165, 48, 0, // Skip to: 19215 /* 6762 */ MCD::OPC_Decode, 244, 24, 210, 1, // Opcode: VRSHLuv2i64 /* 6767 */ MCD::OPC_FilterValue, 8, 33, 0, 0, // Skip to: 6805 /* 6772 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6775 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6790 /* 6780 */ MCD::OPC_CheckPredicate, 26, 142, 48, 0, // Skip to: 19215 /* 6785 */ MCD::OPC_Decode, 191, 28, 205, 1, // Opcode: VSUBv1i64 /* 6790 */ MCD::OPC_FilterValue, 1, 132, 48, 0, // Skip to: 19215 /* 6795 */ MCD::OPC_CheckPredicate, 26, 127, 48, 0, // Skip to: 19215 /* 6800 */ MCD::OPC_Decode, 193, 28, 206, 1, // Opcode: VSUBv2i64 /* 6805 */ MCD::OPC_FilterValue, 13, 33, 0, 0, // Skip to: 6843 /* 6810 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6813 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6828 /* 6818 */ MCD::OPC_CheckPredicate, 27, 104, 48, 0, // Skip to: 19215 /* 6823 */ MCD::OPC_Decode, 241, 14, 205, 1, // Opcode: VABDhd /* 6828 */ MCD::OPC_FilterValue, 1, 94, 48, 0, // Skip to: 19215 /* 6833 */ MCD::OPC_CheckPredicate, 27, 89, 48, 0, // Skip to: 19215 /* 6838 */ MCD::OPC_Decode, 242, 14, 206, 1, // Opcode: VABDhq /* 6843 */ MCD::OPC_FilterValue, 14, 33, 0, 0, // Skip to: 6881 /* 6848 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 6851 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6866 /* 6856 */ MCD::OPC_CheckPredicate, 27, 66, 48, 0, // Skip to: 19215 /* 6861 */ MCD::OPC_Decode, 244, 15, 205, 1, // Opcode: VCGThd /* 6866 */ MCD::OPC_FilterValue, 1, 56, 48, 0, // Skip to: 19215 /* 6871 */ MCD::OPC_CheckPredicate, 27, 51, 48, 0, // Skip to: 19215 /* 6876 */ MCD::OPC_Decode, 245, 15, 206, 1, // Opcode: VCGThq /* 6881 */ MCD::OPC_FilterValue, 15, 41, 48, 0, // Skip to: 19215 /* 6886 */ MCD::OPC_CheckPredicate, 27, 36, 48, 0, // Skip to: 19215 /* 6891 */ MCD::OPC_CheckField, 6, 1, 0, 29, 48, 0, // Skip to: 19215 /* 6898 */ MCD::OPC_Decode, 229, 22, 205, 1, // Opcode: VPMINh /* 6903 */ MCD::OPC_FilterValue, 231, 3, 18, 48, 0, // Skip to: 19215 /* 6909 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 6912 */ MCD::OPC_FilterValue, 0, 13, 2, 0, // Skip to: 7442 /* 6917 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 6920 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 6988 /* 6925 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 6928 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6943 /* 6933 */ MCD::OPC_CheckPredicate, 26, 245, 47, 0, // Skip to: 19215 /* 6938 */ MCD::OPC_Decode, 172, 24, 234, 1, // Opcode: VREV64d8 /* 6943 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 6958 /* 6948 */ MCD::OPC_CheckPredicate, 26, 230, 47, 0, // Skip to: 19215 /* 6953 */ MCD::OPC_Decode, 175, 24, 235, 1, // Opcode: VREV64q8 /* 6958 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 6973 /* 6963 */ MCD::OPC_CheckPredicate, 26, 215, 47, 0, // Skip to: 19215 /* 6968 */ MCD::OPC_Decode, 167, 24, 234, 1, // Opcode: VREV32d8 /* 6973 */ MCD::OPC_FilterValue, 3, 205, 47, 0, // Skip to: 19215 /* 6978 */ MCD::OPC_CheckPredicate, 26, 200, 47, 0, // Skip to: 19215 /* 6983 */ MCD::OPC_Decode, 169, 24, 235, 1, // Opcode: VREV32q8 /* 6988 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 7056 /* 6993 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 6996 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7011 /* 7001 */ MCD::OPC_CheckPredicate, 26, 177, 47, 0, // Skip to: 19215 /* 7006 */ MCD::OPC_Decode, 139, 16, 234, 1, // Opcode: VCGTzv8i8 /* 7011 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7026 /* 7016 */ MCD::OPC_CheckPredicate, 26, 162, 47, 0, // Skip to: 19215 /* 7021 */ MCD::OPC_Decode, 130, 16, 235, 1, // Opcode: VCGTzv16i8 /* 7026 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7041 /* 7031 */ MCD::OPC_CheckPredicate, 26, 147, 47, 0, // Skip to: 19215 /* 7036 */ MCD::OPC_Decode, 241, 15, 234, 1, // Opcode: VCGEzv8i8 /* 7041 */ MCD::OPC_FilterValue, 3, 137, 47, 0, // Skip to: 19215 /* 7046 */ MCD::OPC_CheckPredicate, 26, 132, 47, 0, // Skip to: 19215 /* 7051 */ MCD::OPC_Decode, 232, 15, 235, 1, // Opcode: VCGEzv16i8 /* 7056 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 7124 /* 7061 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7064 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7079 /* 7069 */ MCD::OPC_CheckPredicate, 26, 109, 47, 0, // Skip to: 19215 /* 7074 */ MCD::OPC_Decode, 198, 28, 236, 1, // Opcode: VSWPd /* 7079 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7094 /* 7084 */ MCD::OPC_CheckPredicate, 26, 94, 47, 0, // Skip to: 19215 /* 7089 */ MCD::OPC_Decode, 199, 28, 237, 1, // Opcode: VSWPq /* 7094 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7109 /* 7099 */ MCD::OPC_CheckPredicate, 26, 79, 47, 0, // Skip to: 19215 /* 7104 */ MCD::OPC_Decode, 238, 28, 236, 1, // Opcode: VTRNd8 /* 7109 */ MCD::OPC_FilterValue, 3, 69, 47, 0, // Skip to: 19215 /* 7114 */ MCD::OPC_CheckPredicate, 26, 64, 47, 0, // Skip to: 19215 /* 7119 */ MCD::OPC_Decode, 241, 28, 237, 1, // Opcode: VTRNq8 /* 7124 */ MCD::OPC_FilterValue, 4, 63, 0, 0, // Skip to: 7192 /* 7129 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7132 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7147 /* 7137 */ MCD::OPC_CheckPredicate, 26, 41, 47, 0, // Skip to: 19215 /* 7142 */ MCD::OPC_Decode, 170, 24, 234, 1, // Opcode: VREV64d16 /* 7147 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7162 /* 7152 */ MCD::OPC_CheckPredicate, 26, 26, 47, 0, // Skip to: 19215 /* 7157 */ MCD::OPC_Decode, 173, 24, 235, 1, // Opcode: VREV64q16 /* 7162 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7177 /* 7167 */ MCD::OPC_CheckPredicate, 26, 11, 47, 0, // Skip to: 19215 /* 7172 */ MCD::OPC_Decode, 166, 24, 234, 1, // Opcode: VREV32d16 /* 7177 */ MCD::OPC_FilterValue, 3, 1, 47, 0, // Skip to: 19215 /* 7182 */ MCD::OPC_CheckPredicate, 26, 252, 46, 0, // Skip to: 19215 /* 7187 */ MCD::OPC_Decode, 168, 24, 235, 1, // Opcode: VREV32q16 /* 7192 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 7260 /* 7197 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7200 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7215 /* 7205 */ MCD::OPC_CheckPredicate, 26, 229, 46, 0, // Skip to: 19215 /* 7210 */ MCD::OPC_Decode, 135, 16, 234, 1, // Opcode: VCGTzv4i16 /* 7215 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7230 /* 7220 */ MCD::OPC_CheckPredicate, 26, 214, 46, 0, // Skip to: 19215 /* 7225 */ MCD::OPC_Decode, 138, 16, 235, 1, // Opcode: VCGTzv8i16 /* 7230 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7245 /* 7235 */ MCD::OPC_CheckPredicate, 26, 199, 46, 0, // Skip to: 19215 /* 7240 */ MCD::OPC_Decode, 237, 15, 234, 1, // Opcode: VCGEzv4i16 /* 7245 */ MCD::OPC_FilterValue, 3, 189, 46, 0, // Skip to: 19215 /* 7250 */ MCD::OPC_CheckPredicate, 26, 184, 46, 0, // Skip to: 19215 /* 7255 */ MCD::OPC_Decode, 240, 15, 235, 1, // Opcode: VCGEzv8i16 /* 7260 */ MCD::OPC_FilterValue, 6, 33, 0, 0, // Skip to: 7298 /* 7265 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7268 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7283 /* 7273 */ MCD::OPC_CheckPredicate, 26, 161, 46, 0, // Skip to: 19215 /* 7278 */ MCD::OPC_Decode, 236, 28, 236, 1, // Opcode: VTRNd16 /* 7283 */ MCD::OPC_FilterValue, 3, 151, 46, 0, // Skip to: 19215 /* 7288 */ MCD::OPC_CheckPredicate, 26, 146, 46, 0, // Skip to: 19215 /* 7293 */ MCD::OPC_Decode, 239, 28, 237, 1, // Opcode: VTRNq16 /* 7298 */ MCD::OPC_FilterValue, 8, 33, 0, 0, // Skip to: 7336 /* 7303 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7306 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7321 /* 7311 */ MCD::OPC_CheckPredicate, 26, 123, 46, 0, // Skip to: 19215 /* 7316 */ MCD::OPC_Decode, 171, 24, 234, 1, // Opcode: VREV64d32 /* 7321 */ MCD::OPC_FilterValue, 1, 113, 46, 0, // Skip to: 19215 /* 7326 */ MCD::OPC_CheckPredicate, 26, 108, 46, 0, // Skip to: 19215 /* 7331 */ MCD::OPC_Decode, 174, 24, 235, 1, // Opcode: VREV64q32 /* 7336 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 7404 /* 7341 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7344 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7359 /* 7349 */ MCD::OPC_CheckPredicate, 26, 85, 46, 0, // Skip to: 19215 /* 7354 */ MCD::OPC_Decode, 132, 16, 234, 1, // Opcode: VCGTzv2i32 /* 7359 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7374 /* 7364 */ MCD::OPC_CheckPredicate, 26, 70, 46, 0, // Skip to: 19215 /* 7369 */ MCD::OPC_Decode, 136, 16, 235, 1, // Opcode: VCGTzv4i32 /* 7374 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7389 /* 7379 */ MCD::OPC_CheckPredicate, 26, 55, 46, 0, // Skip to: 19215 /* 7384 */ MCD::OPC_Decode, 234, 15, 234, 1, // Opcode: VCGEzv2i32 /* 7389 */ MCD::OPC_FilterValue, 3, 45, 46, 0, // Skip to: 19215 /* 7394 */ MCD::OPC_CheckPredicate, 26, 40, 46, 0, // Skip to: 19215 /* 7399 */ MCD::OPC_Decode, 238, 15, 235, 1, // Opcode: VCGEzv4i32 /* 7404 */ MCD::OPC_FilterValue, 10, 30, 46, 0, // Skip to: 19215 /* 7409 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7412 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7427 /* 7417 */ MCD::OPC_CheckPredicate, 26, 17, 46, 0, // Skip to: 19215 /* 7422 */ MCD::OPC_Decode, 237, 28, 236, 1, // Opcode: VTRNd32 /* 7427 */ MCD::OPC_FilterValue, 3, 7, 46, 0, // Skip to: 19215 /* 7432 */ MCD::OPC_CheckPredicate, 26, 2, 46, 0, // Skip to: 19215 /* 7437 */ MCD::OPC_Decode, 240, 28, 237, 1, // Opcode: VTRNq32 /* 7442 */ MCD::OPC_FilterValue, 1, 163, 1, 0, // Skip to: 7866 /* 7447 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 7450 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 7488 /* 7455 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7458 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7473 /* 7463 */ MCD::OPC_CheckPredicate, 26, 227, 45, 0, // Skip to: 19215 /* 7468 */ MCD::OPC_Decode, 164, 24, 234, 1, // Opcode: VREV16d8 /* 7473 */ MCD::OPC_FilterValue, 1, 217, 45, 0, // Skip to: 19215 /* 7478 */ MCD::OPC_CheckPredicate, 26, 212, 45, 0, // Skip to: 19215 /* 7483 */ MCD::OPC_Decode, 165, 24, 235, 1, // Opcode: VREV16q8 /* 7488 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 7556 /* 7493 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7496 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7511 /* 7501 */ MCD::OPC_CheckPredicate, 26, 189, 45, 0, // Skip to: 19215 /* 7506 */ MCD::OPC_Decode, 215, 15, 234, 1, // Opcode: VCEQzv8i8 /* 7511 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7526 /* 7516 */ MCD::OPC_CheckPredicate, 26, 174, 45, 0, // Skip to: 19215 /* 7521 */ MCD::OPC_Decode, 206, 15, 235, 1, // Opcode: VCEQzv16i8 /* 7526 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7541 /* 7531 */ MCD::OPC_CheckPredicate, 26, 159, 45, 0, // Skip to: 19215 /* 7536 */ MCD::OPC_Decode, 149, 16, 234, 1, // Opcode: VCLEzv8i8 /* 7541 */ MCD::OPC_FilterValue, 3, 149, 45, 0, // Skip to: 19215 /* 7546 */ MCD::OPC_CheckPredicate, 26, 144, 45, 0, // Skip to: 19215 /* 7551 */ MCD::OPC_Decode, 140, 16, 235, 1, // Opcode: VCLEzv16i8 /* 7556 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 7624 /* 7561 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7564 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7579 /* 7569 */ MCD::OPC_CheckPredicate, 26, 121, 45, 0, // Skip to: 19215 /* 7574 */ MCD::OPC_Decode, 134, 29, 236, 1, // Opcode: VUZPd8 /* 7579 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7594 /* 7584 */ MCD::OPC_CheckPredicate, 26, 106, 45, 0, // Skip to: 19215 /* 7589 */ MCD::OPC_Decode, 137, 29, 237, 1, // Opcode: VUZPq8 /* 7594 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7609 /* 7599 */ MCD::OPC_CheckPredicate, 26, 91, 45, 0, // Skip to: 19215 /* 7604 */ MCD::OPC_Decode, 139, 29, 236, 1, // Opcode: VZIPd8 /* 7609 */ MCD::OPC_FilterValue, 3, 81, 45, 0, // Skip to: 19215 /* 7614 */ MCD::OPC_CheckPredicate, 26, 76, 45, 0, // Skip to: 19215 /* 7619 */ MCD::OPC_Decode, 142, 29, 237, 1, // Opcode: VZIPq8 /* 7624 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 7692 /* 7629 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7632 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7647 /* 7637 */ MCD::OPC_CheckPredicate, 26, 53, 45, 0, // Skip to: 19215 /* 7642 */ MCD::OPC_Decode, 211, 15, 234, 1, // Opcode: VCEQzv4i16 /* 7647 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7662 /* 7652 */ MCD::OPC_CheckPredicate, 26, 38, 45, 0, // Skip to: 19215 /* 7657 */ MCD::OPC_Decode, 214, 15, 235, 1, // Opcode: VCEQzv8i16 /* 7662 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7677 /* 7667 */ MCD::OPC_CheckPredicate, 26, 23, 45, 0, // Skip to: 19215 /* 7672 */ MCD::OPC_Decode, 145, 16, 234, 1, // Opcode: VCLEzv4i16 /* 7677 */ MCD::OPC_FilterValue, 3, 13, 45, 0, // Skip to: 19215 /* 7682 */ MCD::OPC_CheckPredicate, 26, 8, 45, 0, // Skip to: 19215 /* 7687 */ MCD::OPC_Decode, 148, 16, 235, 1, // Opcode: VCLEzv8i16 /* 7692 */ MCD::OPC_FilterValue, 6, 63, 0, 0, // Skip to: 7760 /* 7697 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7700 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7715 /* 7705 */ MCD::OPC_CheckPredicate, 26, 241, 44, 0, // Skip to: 19215 /* 7710 */ MCD::OPC_Decode, 133, 29, 236, 1, // Opcode: VUZPd16 /* 7715 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7730 /* 7720 */ MCD::OPC_CheckPredicate, 26, 226, 44, 0, // Skip to: 19215 /* 7725 */ MCD::OPC_Decode, 135, 29, 237, 1, // Opcode: VUZPq16 /* 7730 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7745 /* 7735 */ MCD::OPC_CheckPredicate, 26, 211, 44, 0, // Skip to: 19215 /* 7740 */ MCD::OPC_Decode, 138, 29, 236, 1, // Opcode: VZIPd16 /* 7745 */ MCD::OPC_FilterValue, 3, 201, 44, 0, // Skip to: 19215 /* 7750 */ MCD::OPC_CheckPredicate, 26, 196, 44, 0, // Skip to: 19215 /* 7755 */ MCD::OPC_Decode, 140, 29, 237, 1, // Opcode: VZIPq16 /* 7760 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 7828 /* 7765 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7768 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7783 /* 7773 */ MCD::OPC_CheckPredicate, 26, 173, 44, 0, // Skip to: 19215 /* 7778 */ MCD::OPC_Decode, 208, 15, 234, 1, // Opcode: VCEQzv2i32 /* 7783 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7798 /* 7788 */ MCD::OPC_CheckPredicate, 26, 158, 44, 0, // Skip to: 19215 /* 7793 */ MCD::OPC_Decode, 212, 15, 235, 1, // Opcode: VCEQzv4i32 /* 7798 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7813 /* 7803 */ MCD::OPC_CheckPredicate, 26, 143, 44, 0, // Skip to: 19215 /* 7808 */ MCD::OPC_Decode, 142, 16, 234, 1, // Opcode: VCLEzv2i32 /* 7813 */ MCD::OPC_FilterValue, 3, 133, 44, 0, // Skip to: 19215 /* 7818 */ MCD::OPC_CheckPredicate, 26, 128, 44, 0, // Skip to: 19215 /* 7823 */ MCD::OPC_Decode, 146, 16, 235, 1, // Opcode: VCLEzv4i32 /* 7828 */ MCD::OPC_FilterValue, 10, 118, 44, 0, // Skip to: 19215 /* 7833 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7836 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7851 /* 7841 */ MCD::OPC_CheckPredicate, 26, 105, 44, 0, // Skip to: 19215 /* 7846 */ MCD::OPC_Decode, 136, 29, 237, 1, // Opcode: VUZPq32 /* 7851 */ MCD::OPC_FilterValue, 3, 95, 44, 0, // Skip to: 19215 /* 7856 */ MCD::OPC_CheckPredicate, 26, 90, 44, 0, // Skip to: 19215 /* 7861 */ MCD::OPC_Decode, 141, 29, 237, 1, // Opcode: VZIPq32 /* 7866 */ MCD::OPC_FilterValue, 2, 13, 2, 0, // Skip to: 8396 /* 7871 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 7874 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 7942 /* 7879 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7882 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7897 /* 7887 */ MCD::OPC_CheckPredicate, 26, 59, 44, 0, // Skip to: 19215 /* 7892 */ MCD::OPC_Decode, 208, 22, 234, 1, // Opcode: VPADDLsv8i8 /* 7897 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7912 /* 7902 */ MCD::OPC_CheckPredicate, 26, 44, 44, 0, // Skip to: 19215 /* 7907 */ MCD::OPC_Decode, 203, 22, 235, 1, // Opcode: VPADDLsv16i8 /* 7912 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7927 /* 7917 */ MCD::OPC_CheckPredicate, 26, 29, 44, 0, // Skip to: 19215 /* 7922 */ MCD::OPC_Decode, 214, 22, 234, 1, // Opcode: VPADDLuv8i8 /* 7927 */ MCD::OPC_FilterValue, 3, 19, 44, 0, // Skip to: 19215 /* 7932 */ MCD::OPC_CheckPredicate, 26, 14, 44, 0, // Skip to: 19215 /* 7937 */ MCD::OPC_Decode, 209, 22, 235, 1, // Opcode: VPADDLuv16i8 /* 7942 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 7980 /* 7947 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7950 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7965 /* 7955 */ MCD::OPC_CheckPredicate, 26, 247, 43, 0, // Skip to: 19215 /* 7960 */ MCD::OPC_Decode, 165, 16, 234, 1, // Opcode: VCLTzv8i8 /* 7965 */ MCD::OPC_FilterValue, 1, 237, 43, 0, // Skip to: 19215 /* 7970 */ MCD::OPC_CheckPredicate, 26, 232, 43, 0, // Skip to: 19215 /* 7975 */ MCD::OPC_Decode, 156, 16, 235, 1, // Opcode: VCLTzv16i8 /* 7980 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 8048 /* 7985 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 7988 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8003 /* 7993 */ MCD::OPC_CheckPredicate, 26, 209, 43, 0, // Skip to: 19215 /* 7998 */ MCD::OPC_Decode, 207, 21, 238, 1, // Opcode: VMOVNv8i8 /* 8003 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8018 /* 8008 */ MCD::OPC_CheckPredicate, 26, 194, 43, 0, // Skip to: 19215 /* 8013 */ MCD::OPC_Decode, 152, 23, 238, 1, // Opcode: VQMOVNsuv8i8 /* 8018 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8033 /* 8023 */ MCD::OPC_CheckPredicate, 26, 179, 43, 0, // Skip to: 19215 /* 8028 */ MCD::OPC_Decode, 155, 23, 238, 1, // Opcode: VQMOVNsv8i8 /* 8033 */ MCD::OPC_FilterValue, 3, 169, 43, 0, // Skip to: 19215 /* 8038 */ MCD::OPC_CheckPredicate, 26, 164, 43, 0, // Skip to: 19215 /* 8043 */ MCD::OPC_Decode, 158, 23, 238, 1, // Opcode: VQMOVNuv8i8 /* 8048 */ MCD::OPC_FilterValue, 4, 63, 0, 0, // Skip to: 8116 /* 8053 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8056 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8071 /* 8061 */ MCD::OPC_CheckPredicate, 26, 141, 43, 0, // Skip to: 19215 /* 8066 */ MCD::OPC_Decode, 205, 22, 234, 1, // Opcode: VPADDLsv4i16 /* 8071 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8086 /* 8076 */ MCD::OPC_CheckPredicate, 26, 126, 43, 0, // Skip to: 19215 /* 8081 */ MCD::OPC_Decode, 207, 22, 235, 1, // Opcode: VPADDLsv8i16 /* 8086 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8101 /* 8091 */ MCD::OPC_CheckPredicate, 26, 111, 43, 0, // Skip to: 19215 /* 8096 */ MCD::OPC_Decode, 211, 22, 234, 1, // Opcode: VPADDLuv4i16 /* 8101 */ MCD::OPC_FilterValue, 3, 101, 43, 0, // Skip to: 19215 /* 8106 */ MCD::OPC_CheckPredicate, 26, 96, 43, 0, // Skip to: 19215 /* 8111 */ MCD::OPC_Decode, 213, 22, 235, 1, // Opcode: VPADDLuv8i16 /* 8116 */ MCD::OPC_FilterValue, 5, 33, 0, 0, // Skip to: 8154 /* 8121 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8124 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8139 /* 8129 */ MCD::OPC_CheckPredicate, 26, 73, 43, 0, // Skip to: 19215 /* 8134 */ MCD::OPC_Decode, 161, 16, 234, 1, // Opcode: VCLTzv4i16 /* 8139 */ MCD::OPC_FilterValue, 1, 63, 43, 0, // Skip to: 19215 /* 8144 */ MCD::OPC_CheckPredicate, 26, 58, 43, 0, // Skip to: 19215 /* 8149 */ MCD::OPC_Decode, 164, 16, 235, 1, // Opcode: VCLTzv8i16 /* 8154 */ MCD::OPC_FilterValue, 6, 63, 0, 0, // Skip to: 8222 /* 8159 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8162 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8177 /* 8167 */ MCD::OPC_CheckPredicate, 26, 35, 43, 0, // Skip to: 19215 /* 8172 */ MCD::OPC_Decode, 206, 21, 238, 1, // Opcode: VMOVNv4i16 /* 8177 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8192 /* 8182 */ MCD::OPC_CheckPredicate, 26, 20, 43, 0, // Skip to: 19215 /* 8187 */ MCD::OPC_Decode, 151, 23, 238, 1, // Opcode: VQMOVNsuv4i16 /* 8192 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8207 /* 8197 */ MCD::OPC_CheckPredicate, 26, 5, 43, 0, // Skip to: 19215 /* 8202 */ MCD::OPC_Decode, 154, 23, 238, 1, // Opcode: VQMOVNsv4i16 /* 8207 */ MCD::OPC_FilterValue, 3, 251, 42, 0, // Skip to: 19215 /* 8212 */ MCD::OPC_CheckPredicate, 26, 246, 42, 0, // Skip to: 19215 /* 8217 */ MCD::OPC_Decode, 157, 23, 238, 1, // Opcode: VQMOVNuv4i16 /* 8222 */ MCD::OPC_FilterValue, 8, 63, 0, 0, // Skip to: 8290 /* 8227 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8230 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8245 /* 8235 */ MCD::OPC_CheckPredicate, 26, 223, 42, 0, // Skip to: 19215 /* 8240 */ MCD::OPC_Decode, 204, 22, 234, 1, // Opcode: VPADDLsv2i32 /* 8245 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8260 /* 8250 */ MCD::OPC_CheckPredicate, 26, 208, 42, 0, // Skip to: 19215 /* 8255 */ MCD::OPC_Decode, 206, 22, 235, 1, // Opcode: VPADDLsv4i32 /* 8260 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8275 /* 8265 */ MCD::OPC_CheckPredicate, 26, 193, 42, 0, // Skip to: 19215 /* 8270 */ MCD::OPC_Decode, 210, 22, 234, 1, // Opcode: VPADDLuv2i32 /* 8275 */ MCD::OPC_FilterValue, 3, 183, 42, 0, // Skip to: 19215 /* 8280 */ MCD::OPC_CheckPredicate, 26, 178, 42, 0, // Skip to: 19215 /* 8285 */ MCD::OPC_Decode, 212, 22, 235, 1, // Opcode: VPADDLuv4i32 /* 8290 */ MCD::OPC_FilterValue, 9, 33, 0, 0, // Skip to: 8328 /* 8295 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8298 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8313 /* 8303 */ MCD::OPC_CheckPredicate, 26, 155, 42, 0, // Skip to: 19215 /* 8308 */ MCD::OPC_Decode, 158, 16, 234, 1, // Opcode: VCLTzv2i32 /* 8313 */ MCD::OPC_FilterValue, 1, 145, 42, 0, // Skip to: 19215 /* 8318 */ MCD::OPC_CheckPredicate, 26, 140, 42, 0, // Skip to: 19215 /* 8323 */ MCD::OPC_Decode, 162, 16, 235, 1, // Opcode: VCLTzv4i32 /* 8328 */ MCD::OPC_FilterValue, 10, 130, 42, 0, // Skip to: 19215 /* 8333 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8336 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8351 /* 8341 */ MCD::OPC_CheckPredicate, 26, 117, 42, 0, // Skip to: 19215 /* 8346 */ MCD::OPC_Decode, 205, 21, 238, 1, // Opcode: VMOVNv2i32 /* 8351 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8366 /* 8356 */ MCD::OPC_CheckPredicate, 26, 102, 42, 0, // Skip to: 19215 /* 8361 */ MCD::OPC_Decode, 150, 23, 238, 1, // Opcode: VQMOVNsuv2i32 /* 8366 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8381 /* 8371 */ MCD::OPC_CheckPredicate, 26, 87, 42, 0, // Skip to: 19215 /* 8376 */ MCD::OPC_Decode, 153, 23, 238, 1, // Opcode: VQMOVNsv2i32 /* 8381 */ MCD::OPC_FilterValue, 3, 77, 42, 0, // Skip to: 19215 /* 8386 */ MCD::OPC_CheckPredicate, 26, 72, 42, 0, // Skip to: 19215 /* 8391 */ MCD::OPC_Decode, 156, 23, 238, 1, // Opcode: VQMOVNuv2i32 /* 8396 */ MCD::OPC_FilterValue, 3, 17, 1, 0, // Skip to: 8674 /* 8401 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 8404 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 8472 /* 8409 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8412 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8427 /* 8417 */ MCD::OPC_CheckPredicate, 26, 41, 42, 0, // Skip to: 19215 /* 8422 */ MCD::OPC_Decode, 139, 15, 234, 1, // Opcode: VABSv8i8 /* 8427 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8442 /* 8432 */ MCD::OPC_CheckPredicate, 26, 26, 42, 0, // Skip to: 19215 /* 8437 */ MCD::OPC_Decode, 134, 15, 235, 1, // Opcode: VABSv16i8 /* 8442 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8457 /* 8447 */ MCD::OPC_CheckPredicate, 26, 11, 42, 0, // Skip to: 19215 /* 8452 */ MCD::OPC_Decode, 172, 22, 234, 1, // Opcode: VNEGs8d /* 8457 */ MCD::OPC_FilterValue, 3, 1, 42, 0, // Skip to: 19215 /* 8462 */ MCD::OPC_CheckPredicate, 26, 252, 41, 0, // Skip to: 19215 /* 8467 */ MCD::OPC_Decode, 173, 22, 235, 1, // Opcode: VNEGs8q /* 8472 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 8494 /* 8477 */ MCD::OPC_CheckPredicate, 26, 237, 41, 0, // Skip to: 19215 /* 8482 */ MCD::OPC_CheckField, 6, 2, 0, 230, 41, 0, // Skip to: 19215 /* 8489 */ MCD::OPC_Decode, 192, 25, 239, 1, // Opcode: VSHLLi8 /* 8494 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 8562 /* 8499 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8502 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8517 /* 8507 */ MCD::OPC_CheckPredicate, 26, 207, 41, 0, // Skip to: 19215 /* 8512 */ MCD::OPC_Decode, 136, 15, 234, 1, // Opcode: VABSv4i16 /* 8517 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8532 /* 8522 */ MCD::OPC_CheckPredicate, 26, 192, 41, 0, // Skip to: 19215 /* 8527 */ MCD::OPC_Decode, 138, 15, 235, 1, // Opcode: VABSv8i16 /* 8532 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8547 /* 8537 */ MCD::OPC_CheckPredicate, 26, 177, 41, 0, // Skip to: 19215 /* 8542 */ MCD::OPC_Decode, 168, 22, 234, 1, // Opcode: VNEGs16d /* 8547 */ MCD::OPC_FilterValue, 3, 167, 41, 0, // Skip to: 19215 /* 8552 */ MCD::OPC_CheckPredicate, 26, 162, 41, 0, // Skip to: 19215 /* 8557 */ MCD::OPC_Decode, 169, 22, 235, 1, // Opcode: VNEGs16q /* 8562 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 8584 /* 8567 */ MCD::OPC_CheckPredicate, 26, 147, 41, 0, // Skip to: 19215 /* 8572 */ MCD::OPC_CheckField, 6, 2, 0, 140, 41, 0, // Skip to: 19215 /* 8579 */ MCD::OPC_Decode, 190, 25, 239, 1, // Opcode: VSHLLi16 /* 8584 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 8652 /* 8589 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8592 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8607 /* 8597 */ MCD::OPC_CheckPredicate, 26, 117, 41, 0, // Skip to: 19215 /* 8602 */ MCD::OPC_Decode, 135, 15, 234, 1, // Opcode: VABSv2i32 /* 8607 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8622 /* 8612 */ MCD::OPC_CheckPredicate, 26, 102, 41, 0, // Skip to: 19215 /* 8617 */ MCD::OPC_Decode, 137, 15, 235, 1, // Opcode: VABSv4i32 /* 8622 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8637 /* 8627 */ MCD::OPC_CheckPredicate, 26, 87, 41, 0, // Skip to: 19215 /* 8632 */ MCD::OPC_Decode, 170, 22, 234, 1, // Opcode: VNEGs32d /* 8637 */ MCD::OPC_FilterValue, 3, 77, 41, 0, // Skip to: 19215 /* 8642 */ MCD::OPC_CheckPredicate, 26, 72, 41, 0, // Skip to: 19215 /* 8647 */ MCD::OPC_Decode, 171, 22, 235, 1, // Opcode: VNEGs32q /* 8652 */ MCD::OPC_FilterValue, 10, 62, 41, 0, // Skip to: 19215 /* 8657 */ MCD::OPC_CheckPredicate, 26, 57, 41, 0, // Skip to: 19215 /* 8662 */ MCD::OPC_CheckField, 6, 2, 0, 50, 41, 0, // Skip to: 19215 /* 8669 */ MCD::OPC_Decode, 191, 25, 239, 1, // Opcode: VSHLLi32 /* 8674 */ MCD::OPC_FilterValue, 4, 155, 1, 0, // Skip to: 9090 /* 8679 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 8682 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 8750 /* 8687 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8690 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8705 /* 8695 */ MCD::OPC_CheckPredicate, 26, 19, 41, 0, // Skip to: 19215 /* 8700 */ MCD::OPC_Decode, 155, 16, 234, 1, // Opcode: VCLSv8i8 /* 8705 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8720 /* 8710 */ MCD::OPC_CheckPredicate, 26, 4, 41, 0, // Skip to: 19215 /* 8715 */ MCD::OPC_Decode, 150, 16, 235, 1, // Opcode: VCLSv16i8 /* 8720 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8735 /* 8725 */ MCD::OPC_CheckPredicate, 26, 245, 40, 0, // Skip to: 19215 /* 8730 */ MCD::OPC_Decode, 171, 16, 234, 1, // Opcode: VCLZv8i8 /* 8735 */ MCD::OPC_FilterValue, 3, 235, 40, 0, // Skip to: 19215 /* 8740 */ MCD::OPC_CheckPredicate, 26, 230, 40, 0, // Skip to: 19215 /* 8745 */ MCD::OPC_Decode, 166, 16, 235, 1, // Opcode: VCLZv16i8 /* 8750 */ MCD::OPC_FilterValue, 4, 63, 0, 0, // Skip to: 8818 /* 8755 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8758 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8773 /* 8763 */ MCD::OPC_CheckPredicate, 26, 207, 40, 0, // Skip to: 19215 /* 8768 */ MCD::OPC_Decode, 152, 16, 234, 1, // Opcode: VCLSv4i16 /* 8773 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8788 /* 8778 */ MCD::OPC_CheckPredicate, 26, 192, 40, 0, // Skip to: 19215 /* 8783 */ MCD::OPC_Decode, 154, 16, 235, 1, // Opcode: VCLSv8i16 /* 8788 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8803 /* 8793 */ MCD::OPC_CheckPredicate, 26, 177, 40, 0, // Skip to: 19215 /* 8798 */ MCD::OPC_Decode, 168, 16, 234, 1, // Opcode: VCLZv4i16 /* 8803 */ MCD::OPC_FilterValue, 3, 167, 40, 0, // Skip to: 19215 /* 8808 */ MCD::OPC_CheckPredicate, 26, 162, 40, 0, // Skip to: 19215 /* 8813 */ MCD::OPC_Decode, 170, 16, 235, 1, // Opcode: VCLZv8i16 /* 8818 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 8886 /* 8823 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8826 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8841 /* 8831 */ MCD::OPC_CheckPredicate, 27, 139, 40, 0, // Skip to: 19215 /* 8836 */ MCD::OPC_Decode, 133, 16, 234, 1, // Opcode: VCGTzv4f16 /* 8841 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8856 /* 8846 */ MCD::OPC_CheckPredicate, 27, 124, 40, 0, // Skip to: 19215 /* 8851 */ MCD::OPC_Decode, 137, 16, 235, 1, // Opcode: VCGTzv8f16 /* 8856 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8871 /* 8861 */ MCD::OPC_CheckPredicate, 27, 109, 40, 0, // Skip to: 19215 /* 8866 */ MCD::OPC_Decode, 235, 15, 234, 1, // Opcode: VCGEzv4f16 /* 8871 */ MCD::OPC_FilterValue, 3, 99, 40, 0, // Skip to: 19215 /* 8876 */ MCD::OPC_CheckPredicate, 27, 94, 40, 0, // Skip to: 19215 /* 8881 */ MCD::OPC_Decode, 239, 15, 235, 1, // Opcode: VCGEzv8f16 /* 8886 */ MCD::OPC_FilterValue, 8, 63, 0, 0, // Skip to: 8954 /* 8891 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8894 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8909 /* 8899 */ MCD::OPC_CheckPredicate, 26, 71, 40, 0, // Skip to: 19215 /* 8904 */ MCD::OPC_Decode, 151, 16, 234, 1, // Opcode: VCLSv2i32 /* 8909 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8924 /* 8914 */ MCD::OPC_CheckPredicate, 26, 56, 40, 0, // Skip to: 19215 /* 8919 */ MCD::OPC_Decode, 153, 16, 235, 1, // Opcode: VCLSv4i32 /* 8924 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8939 /* 8929 */ MCD::OPC_CheckPredicate, 26, 41, 40, 0, // Skip to: 19215 /* 8934 */ MCD::OPC_Decode, 167, 16, 234, 1, // Opcode: VCLZv2i32 /* 8939 */ MCD::OPC_FilterValue, 3, 31, 40, 0, // Skip to: 19215 /* 8944 */ MCD::OPC_CheckPredicate, 26, 26, 40, 0, // Skip to: 19215 /* 8949 */ MCD::OPC_Decode, 169, 16, 235, 1, // Opcode: VCLZv4i32 /* 8954 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 9022 /* 8959 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 8962 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8977 /* 8967 */ MCD::OPC_CheckPredicate, 26, 3, 40, 0, // Skip to: 19215 /* 8972 */ MCD::OPC_Decode, 131, 16, 234, 1, // Opcode: VCGTzv2f32 /* 8977 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8992 /* 8982 */ MCD::OPC_CheckPredicate, 26, 244, 39, 0, // Skip to: 19215 /* 8987 */ MCD::OPC_Decode, 134, 16, 235, 1, // Opcode: VCGTzv4f32 /* 8992 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9007 /* 8997 */ MCD::OPC_CheckPredicate, 26, 229, 39, 0, // Skip to: 19215 /* 9002 */ MCD::OPC_Decode, 233, 15, 234, 1, // Opcode: VCGEzv2f32 /* 9007 */ MCD::OPC_FilterValue, 3, 219, 39, 0, // Skip to: 19215 /* 9012 */ MCD::OPC_CheckPredicate, 26, 214, 39, 0, // Skip to: 19215 /* 9017 */ MCD::OPC_Decode, 236, 15, 235, 1, // Opcode: VCGEzv4f32 /* 9022 */ MCD::OPC_FilterValue, 11, 204, 39, 0, // Skip to: 19215 /* 9027 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9030 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9045 /* 9035 */ MCD::OPC_CheckPredicate, 26, 191, 39, 0, // Skip to: 19215 /* 9040 */ MCD::OPC_Decode, 154, 24, 234, 1, // Opcode: VRECPEd /* 9045 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9060 /* 9050 */ MCD::OPC_CheckPredicate, 26, 176, 39, 0, // Skip to: 19215 /* 9055 */ MCD::OPC_Decode, 159, 24, 235, 1, // Opcode: VRECPEq /* 9060 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9075 /* 9065 */ MCD::OPC_CheckPredicate, 26, 161, 39, 0, // Skip to: 19215 /* 9070 */ MCD::OPC_Decode, 140, 25, 234, 1, // Opcode: VRSQRTEd /* 9075 */ MCD::OPC_FilterValue, 3, 151, 39, 0, // Skip to: 19215 /* 9080 */ MCD::OPC_CheckPredicate, 26, 146, 39, 0, // Skip to: 19215 /* 9085 */ MCD::OPC_Decode, 145, 25, 235, 1, // Opcode: VRSQRTEq /* 9090 */ MCD::OPC_FilterValue, 5, 87, 1, 0, // Skip to: 9438 /* 9095 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 9098 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 9166 /* 9103 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9106 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9121 /* 9111 */ MCD::OPC_CheckPredicate, 26, 115, 39, 0, // Skip to: 19215 /* 9116 */ MCD::OPC_Decode, 192, 16, 234, 1, // Opcode: VCNTd /* 9121 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9136 /* 9126 */ MCD::OPC_CheckPredicate, 26, 100, 39, 0, // Skip to: 19215 /* 9131 */ MCD::OPC_Decode, 193, 16, 235, 1, // Opcode: VCNTq /* 9136 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9151 /* 9141 */ MCD::OPC_CheckPredicate, 26, 85, 39, 0, // Skip to: 19215 /* 9146 */ MCD::OPC_Decode, 155, 22, 234, 1, // Opcode: VMVNd /* 9151 */ MCD::OPC_FilterValue, 3, 75, 39, 0, // Skip to: 19215 /* 9156 */ MCD::OPC_CheckPredicate, 26, 70, 39, 0, // Skip to: 19215 /* 9161 */ MCD::OPC_Decode, 156, 22, 235, 1, // Opcode: VMVNq /* 9166 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 9234 /* 9171 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9174 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9189 /* 9179 */ MCD::OPC_CheckPredicate, 27, 47, 39, 0, // Skip to: 19215 /* 9184 */ MCD::OPC_Decode, 209, 15, 234, 1, // Opcode: VCEQzv4f16 /* 9189 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9204 /* 9194 */ MCD::OPC_CheckPredicate, 27, 32, 39, 0, // Skip to: 19215 /* 9199 */ MCD::OPC_Decode, 213, 15, 235, 1, // Opcode: VCEQzv8f16 /* 9204 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9219 /* 9209 */ MCD::OPC_CheckPredicate, 27, 17, 39, 0, // Skip to: 19215 /* 9214 */ MCD::OPC_Decode, 143, 16, 234, 1, // Opcode: VCLEzv4f16 /* 9219 */ MCD::OPC_FilterValue, 3, 7, 39, 0, // Skip to: 19215 /* 9224 */ MCD::OPC_CheckPredicate, 27, 2, 39, 0, // Skip to: 19215 /* 9229 */ MCD::OPC_Decode, 147, 16, 235, 1, // Opcode: VCLEzv8f16 /* 9234 */ MCD::OPC_FilterValue, 7, 63, 0, 0, // Skip to: 9302 /* 9239 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9242 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9257 /* 9247 */ MCD::OPC_CheckPredicate, 27, 235, 38, 0, // Skip to: 19215 /* 9252 */ MCD::OPC_Decode, 157, 24, 234, 1, // Opcode: VRECPEhd /* 9257 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9272 /* 9262 */ MCD::OPC_CheckPredicate, 27, 220, 38, 0, // Skip to: 19215 /* 9267 */ MCD::OPC_Decode, 158, 24, 235, 1, // Opcode: VRECPEhq /* 9272 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9287 /* 9277 */ MCD::OPC_CheckPredicate, 27, 205, 38, 0, // Skip to: 19215 /* 9282 */ MCD::OPC_Decode, 143, 25, 234, 1, // Opcode: VRSQRTEhd /* 9287 */ MCD::OPC_FilterValue, 3, 195, 38, 0, // Skip to: 19215 /* 9292 */ MCD::OPC_CheckPredicate, 27, 190, 38, 0, // Skip to: 19215 /* 9297 */ MCD::OPC_Decode, 144, 25, 235, 1, // Opcode: VRSQRTEhq /* 9302 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 9370 /* 9307 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9310 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9325 /* 9315 */ MCD::OPC_CheckPredicate, 26, 167, 38, 0, // Skip to: 19215 /* 9320 */ MCD::OPC_Decode, 207, 15, 234, 1, // Opcode: VCEQzv2f32 /* 9325 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9340 /* 9330 */ MCD::OPC_CheckPredicate, 26, 152, 38, 0, // Skip to: 19215 /* 9335 */ MCD::OPC_Decode, 210, 15, 235, 1, // Opcode: VCEQzv4f32 /* 9340 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9355 /* 9345 */ MCD::OPC_CheckPredicate, 26, 137, 38, 0, // Skip to: 19215 /* 9350 */ MCD::OPC_Decode, 141, 16, 234, 1, // Opcode: VCLEzv2f32 /* 9355 */ MCD::OPC_FilterValue, 3, 127, 38, 0, // Skip to: 19215 /* 9360 */ MCD::OPC_CheckPredicate, 26, 122, 38, 0, // Skip to: 19215 /* 9365 */ MCD::OPC_Decode, 144, 16, 235, 1, // Opcode: VCLEzv4f32 /* 9370 */ MCD::OPC_FilterValue, 11, 112, 38, 0, // Skip to: 19215 /* 9375 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9378 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9393 /* 9383 */ MCD::OPC_CheckPredicate, 26, 99, 38, 0, // Skip to: 19215 /* 9388 */ MCD::OPC_Decode, 155, 24, 234, 1, // Opcode: VRECPEfd /* 9393 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9408 /* 9398 */ MCD::OPC_CheckPredicate, 26, 84, 38, 0, // Skip to: 19215 /* 9403 */ MCD::OPC_Decode, 156, 24, 235, 1, // Opcode: VRECPEfq /* 9408 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9423 /* 9413 */ MCD::OPC_CheckPredicate, 26, 69, 38, 0, // Skip to: 19215 /* 9418 */ MCD::OPC_Decode, 141, 25, 234, 1, // Opcode: VRSQRTEfd /* 9423 */ MCD::OPC_FilterValue, 3, 59, 38, 0, // Skip to: 19215 /* 9428 */ MCD::OPC_CheckPredicate, 26, 54, 38, 0, // Skip to: 19215 /* 9433 */ MCD::OPC_Decode, 142, 25, 235, 1, // Opcode: VRSQRTEfq /* 9438 */ MCD::OPC_FilterValue, 6, 185, 1, 0, // Skip to: 9884 /* 9443 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 9446 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 9514 /* 9451 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9454 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9469 /* 9459 */ MCD::OPC_CheckPredicate, 26, 23, 38, 0, // Skip to: 19215 /* 9464 */ MCD::OPC_Decode, 196, 22, 240, 1, // Opcode: VPADALsv8i8 /* 9469 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9484 /* 9474 */ MCD::OPC_CheckPredicate, 26, 8, 38, 0, // Skip to: 19215 /* 9479 */ MCD::OPC_Decode, 191, 22, 241, 1, // Opcode: VPADALsv16i8 /* 9484 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9499 /* 9489 */ MCD::OPC_CheckPredicate, 26, 249, 37, 0, // Skip to: 19215 /* 9494 */ MCD::OPC_Decode, 202, 22, 240, 1, // Opcode: VPADALuv8i8 /* 9499 */ MCD::OPC_FilterValue, 3, 239, 37, 0, // Skip to: 19215 /* 9504 */ MCD::OPC_CheckPredicate, 26, 234, 37, 0, // Skip to: 19215 /* 9509 */ MCD::OPC_Decode, 197, 22, 241, 1, // Opcode: VPADALuv16i8 /* 9514 */ MCD::OPC_FilterValue, 4, 63, 0, 0, // Skip to: 9582 /* 9519 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9522 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9537 /* 9527 */ MCD::OPC_CheckPredicate, 26, 211, 37, 0, // Skip to: 19215 /* 9532 */ MCD::OPC_Decode, 193, 22, 240, 1, // Opcode: VPADALsv4i16 /* 9537 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9552 /* 9542 */ MCD::OPC_CheckPredicate, 26, 196, 37, 0, // Skip to: 19215 /* 9547 */ MCD::OPC_Decode, 195, 22, 241, 1, // Opcode: VPADALsv8i16 /* 9552 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9567 /* 9557 */ MCD::OPC_CheckPredicate, 26, 181, 37, 0, // Skip to: 19215 /* 9562 */ MCD::OPC_Decode, 199, 22, 240, 1, // Opcode: VPADALuv4i16 /* 9567 */ MCD::OPC_FilterValue, 3, 171, 37, 0, // Skip to: 19215 /* 9572 */ MCD::OPC_CheckPredicate, 26, 166, 37, 0, // Skip to: 19215 /* 9577 */ MCD::OPC_Decode, 201, 22, 241, 1, // Opcode: VPADALuv8i16 /* 9582 */ MCD::OPC_FilterValue, 5, 33, 0, 0, // Skip to: 9620 /* 9587 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9590 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9605 /* 9595 */ MCD::OPC_CheckPredicate, 27, 143, 37, 0, // Skip to: 19215 /* 9600 */ MCD::OPC_Decode, 159, 16, 234, 1, // Opcode: VCLTzv4f16 /* 9605 */ MCD::OPC_FilterValue, 1, 133, 37, 0, // Skip to: 19215 /* 9610 */ MCD::OPC_CheckPredicate, 27, 128, 37, 0, // Skip to: 19215 /* 9615 */ MCD::OPC_Decode, 163, 16, 235, 1, // Opcode: VCLTzv8f16 /* 9620 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 9642 /* 9625 */ MCD::OPC_CheckPredicate, 30, 113, 37, 0, // Skip to: 19215 /* 9630 */ MCD::OPC_CheckField, 6, 2, 0, 106, 37, 0, // Skip to: 19215 /* 9637 */ MCD::OPC_Decode, 132, 17, 238, 1, // Opcode: VCVTf2h /* 9642 */ MCD::OPC_FilterValue, 7, 63, 0, 0, // Skip to: 9710 /* 9647 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9650 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9665 /* 9655 */ MCD::OPC_CheckPredicate, 27, 83, 37, 0, // Skip to: 19215 /* 9660 */ MCD::OPC_Decode, 152, 17, 234, 1, // Opcode: VCVTs2hd /* 9665 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9680 /* 9670 */ MCD::OPC_CheckPredicate, 27, 68, 37, 0, // Skip to: 19215 /* 9675 */ MCD::OPC_Decode, 153, 17, 235, 1, // Opcode: VCVTs2hq /* 9680 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9695 /* 9685 */ MCD::OPC_CheckPredicate, 27, 53, 37, 0, // Skip to: 19215 /* 9690 */ MCD::OPC_Decode, 156, 17, 234, 1, // Opcode: VCVTu2hd /* 9695 */ MCD::OPC_FilterValue, 3, 43, 37, 0, // Skip to: 19215 /* 9700 */ MCD::OPC_CheckPredicate, 27, 38, 37, 0, // Skip to: 19215 /* 9705 */ MCD::OPC_Decode, 157, 17, 235, 1, // Opcode: VCVTu2hq /* 9710 */ MCD::OPC_FilterValue, 8, 63, 0, 0, // Skip to: 9778 /* 9715 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9718 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9733 /* 9723 */ MCD::OPC_CheckPredicate, 26, 15, 37, 0, // Skip to: 19215 /* 9728 */ MCD::OPC_Decode, 192, 22, 240, 1, // Opcode: VPADALsv2i32 /* 9733 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9748 /* 9738 */ MCD::OPC_CheckPredicate, 26, 0, 37, 0, // Skip to: 19215 /* 9743 */ MCD::OPC_Decode, 194, 22, 241, 1, // Opcode: VPADALsv4i32 /* 9748 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9763 /* 9753 */ MCD::OPC_CheckPredicate, 26, 241, 36, 0, // Skip to: 19215 /* 9758 */ MCD::OPC_Decode, 198, 22, 240, 1, // Opcode: VPADALuv2i32 /* 9763 */ MCD::OPC_FilterValue, 3, 231, 36, 0, // Skip to: 19215 /* 9768 */ MCD::OPC_CheckPredicate, 26, 226, 36, 0, // Skip to: 19215 /* 9773 */ MCD::OPC_Decode, 200, 22, 241, 1, // Opcode: VPADALuv4i32 /* 9778 */ MCD::OPC_FilterValue, 9, 33, 0, 0, // Skip to: 9816 /* 9783 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9786 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9801 /* 9791 */ MCD::OPC_CheckPredicate, 26, 203, 36, 0, // Skip to: 19215 /* 9796 */ MCD::OPC_Decode, 157, 16, 234, 1, // Opcode: VCLTzv2f32 /* 9801 */ MCD::OPC_FilterValue, 1, 193, 36, 0, // Skip to: 19215 /* 9806 */ MCD::OPC_CheckPredicate, 26, 188, 36, 0, // Skip to: 19215 /* 9811 */ MCD::OPC_Decode, 160, 16, 235, 1, // Opcode: VCLTzv4f32 /* 9816 */ MCD::OPC_FilterValue, 11, 178, 36, 0, // Skip to: 19215 /* 9821 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9824 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9839 /* 9829 */ MCD::OPC_CheckPredicate, 26, 165, 36, 0, // Skip to: 19215 /* 9834 */ MCD::OPC_Decode, 150, 17, 234, 1, // Opcode: VCVTs2fd /* 9839 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9854 /* 9844 */ MCD::OPC_CheckPredicate, 26, 150, 36, 0, // Skip to: 19215 /* 9849 */ MCD::OPC_Decode, 151, 17, 235, 1, // Opcode: VCVTs2fq /* 9854 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9869 /* 9859 */ MCD::OPC_CheckPredicate, 26, 135, 36, 0, // Skip to: 19215 /* 9864 */ MCD::OPC_Decode, 154, 17, 234, 1, // Opcode: VCVTu2fd /* 9869 */ MCD::OPC_FilterValue, 3, 125, 36, 0, // Skip to: 19215 /* 9874 */ MCD::OPC_CheckPredicate, 26, 120, 36, 0, // Skip to: 19215 /* 9879 */ MCD::OPC_Decode, 155, 17, 235, 1, // Opcode: VCVTu2fq /* 9884 */ MCD::OPC_FilterValue, 7, 245, 1, 0, // Skip to: 10390 /* 9889 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 9892 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 9960 /* 9897 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9900 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9915 /* 9905 */ MCD::OPC_CheckPredicate, 26, 89, 36, 0, // Skip to: 19215 /* 9910 */ MCD::OPC_Decode, 241, 22, 234, 1, // Opcode: VQABSv8i8 /* 9915 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9930 /* 9920 */ MCD::OPC_CheckPredicate, 26, 74, 36, 0, // Skip to: 19215 /* 9925 */ MCD::OPC_Decode, 236, 22, 235, 1, // Opcode: VQABSv16i8 /* 9930 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9945 /* 9935 */ MCD::OPC_CheckPredicate, 26, 59, 36, 0, // Skip to: 19215 /* 9940 */ MCD::OPC_Decode, 164, 23, 234, 1, // Opcode: VQNEGv8i8 /* 9945 */ MCD::OPC_FilterValue, 3, 49, 36, 0, // Skip to: 19215 /* 9950 */ MCD::OPC_CheckPredicate, 26, 44, 36, 0, // Skip to: 19215 /* 9955 */ MCD::OPC_Decode, 159, 23, 235, 1, // Opcode: VQNEGv16i8 /* 9960 */ MCD::OPC_FilterValue, 4, 63, 0, 0, // Skip to: 10028 /* 9965 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 9968 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9983 /* 9973 */ MCD::OPC_CheckPredicate, 26, 21, 36, 0, // Skip to: 19215 /* 9978 */ MCD::OPC_Decode, 238, 22, 234, 1, // Opcode: VQABSv4i16 /* 9983 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9998 /* 9988 */ MCD::OPC_CheckPredicate, 26, 6, 36, 0, // Skip to: 19215 /* 9993 */ MCD::OPC_Decode, 240, 22, 235, 1, // Opcode: VQABSv8i16 /* 9998 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10013 /* 10003 */ MCD::OPC_CheckPredicate, 26, 247, 35, 0, // Skip to: 19215 /* 10008 */ MCD::OPC_Decode, 161, 23, 234, 1, // Opcode: VQNEGv4i16 /* 10013 */ MCD::OPC_FilterValue, 3, 237, 35, 0, // Skip to: 19215 /* 10018 */ MCD::OPC_CheckPredicate, 26, 232, 35, 0, // Skip to: 19215 /* 10023 */ MCD::OPC_Decode, 163, 23, 235, 1, // Opcode: VQNEGv8i16 /* 10028 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 10096 /* 10033 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10036 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10051 /* 10041 */ MCD::OPC_CheckPredicate, 27, 209, 35, 0, // Skip to: 19215 /* 10046 */ MCD::OPC_Decode, 132, 15, 234, 1, // Opcode: VABShd /* 10051 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10066 /* 10056 */ MCD::OPC_CheckPredicate, 27, 194, 35, 0, // Skip to: 19215 /* 10061 */ MCD::OPC_Decode, 133, 15, 235, 1, // Opcode: VABShq /* 10066 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10081 /* 10071 */ MCD::OPC_CheckPredicate, 27, 179, 35, 0, // Skip to: 19215 /* 10076 */ MCD::OPC_Decode, 166, 22, 234, 1, // Opcode: VNEGhd /* 10081 */ MCD::OPC_FilterValue, 3, 169, 35, 0, // Skip to: 19215 /* 10086 */ MCD::OPC_CheckPredicate, 27, 164, 35, 0, // Skip to: 19215 /* 10091 */ MCD::OPC_Decode, 167, 22, 235, 1, // Opcode: VNEGhq /* 10096 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 10118 /* 10101 */ MCD::OPC_CheckPredicate, 30, 149, 35, 0, // Skip to: 19215 /* 10106 */ MCD::OPC_CheckField, 6, 2, 0, 142, 35, 0, // Skip to: 19215 /* 10113 */ MCD::OPC_Decode, 141, 17, 242, 1, // Opcode: VCVTh2f /* 10118 */ MCD::OPC_FilterValue, 7, 63, 0, 0, // Skip to: 10186 /* 10123 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10126 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10141 /* 10131 */ MCD::OPC_CheckPredicate, 27, 119, 35, 0, // Skip to: 19215 /* 10136 */ MCD::OPC_Decode, 142, 17, 234, 1, // Opcode: VCVTh2sd /* 10141 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10156 /* 10146 */ MCD::OPC_CheckPredicate, 27, 104, 35, 0, // Skip to: 19215 /* 10151 */ MCD::OPC_Decode, 143, 17, 235, 1, // Opcode: VCVTh2sq /* 10156 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10171 /* 10161 */ MCD::OPC_CheckPredicate, 27, 89, 35, 0, // Skip to: 19215 /* 10166 */ MCD::OPC_Decode, 144, 17, 234, 1, // Opcode: VCVTh2ud /* 10171 */ MCD::OPC_FilterValue, 3, 79, 35, 0, // Skip to: 19215 /* 10176 */ MCD::OPC_CheckPredicate, 27, 74, 35, 0, // Skip to: 19215 /* 10181 */ MCD::OPC_Decode, 145, 17, 235, 1, // Opcode: VCVTh2uq /* 10186 */ MCD::OPC_FilterValue, 8, 63, 0, 0, // Skip to: 10254 /* 10191 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10194 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10209 /* 10199 */ MCD::OPC_CheckPredicate, 26, 51, 35, 0, // Skip to: 19215 /* 10204 */ MCD::OPC_Decode, 237, 22, 234, 1, // Opcode: VQABSv2i32 /* 10209 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10224 /* 10214 */ MCD::OPC_CheckPredicate, 26, 36, 35, 0, // Skip to: 19215 /* 10219 */ MCD::OPC_Decode, 239, 22, 235, 1, // Opcode: VQABSv4i32 /* 10224 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10239 /* 10229 */ MCD::OPC_CheckPredicate, 26, 21, 35, 0, // Skip to: 19215 /* 10234 */ MCD::OPC_Decode, 160, 23, 234, 1, // Opcode: VQNEGv2i32 /* 10239 */ MCD::OPC_FilterValue, 3, 11, 35, 0, // Skip to: 19215 /* 10244 */ MCD::OPC_CheckPredicate, 26, 6, 35, 0, // Skip to: 19215 /* 10249 */ MCD::OPC_Decode, 162, 23, 235, 1, // Opcode: VQNEGv4i32 /* 10254 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 10322 /* 10259 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10262 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10277 /* 10267 */ MCD::OPC_CheckPredicate, 26, 239, 34, 0, // Skip to: 19215 /* 10272 */ MCD::OPC_Decode, 130, 15, 234, 1, // Opcode: VABSfd /* 10277 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10292 /* 10282 */ MCD::OPC_CheckPredicate, 26, 224, 34, 0, // Skip to: 19215 /* 10287 */ MCD::OPC_Decode, 131, 15, 235, 1, // Opcode: VABSfq /* 10292 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10307 /* 10297 */ MCD::OPC_CheckPredicate, 26, 209, 34, 0, // Skip to: 19215 /* 10302 */ MCD::OPC_Decode, 165, 22, 234, 1, // Opcode: VNEGfd /* 10307 */ MCD::OPC_FilterValue, 3, 199, 34, 0, // Skip to: 19215 /* 10312 */ MCD::OPC_CheckPredicate, 26, 194, 34, 0, // Skip to: 19215 /* 10317 */ MCD::OPC_Decode, 164, 22, 235, 1, // Opcode: VNEGf32q /* 10322 */ MCD::OPC_FilterValue, 11, 184, 34, 0, // Skip to: 19215 /* 10327 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10330 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10345 /* 10335 */ MCD::OPC_CheckPredicate, 26, 171, 34, 0, // Skip to: 19215 /* 10340 */ MCD::OPC_Decode, 133, 17, 234, 1, // Opcode: VCVTf2sd /* 10345 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10360 /* 10350 */ MCD::OPC_CheckPredicate, 26, 156, 34, 0, // Skip to: 19215 /* 10355 */ MCD::OPC_Decode, 134, 17, 235, 1, // Opcode: VCVTf2sq /* 10360 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10375 /* 10365 */ MCD::OPC_CheckPredicate, 26, 141, 34, 0, // Skip to: 19215 /* 10370 */ MCD::OPC_Decode, 135, 17, 234, 1, // Opcode: VCVTf2ud /* 10375 */ MCD::OPC_FilterValue, 3, 131, 34, 0, // Skip to: 19215 /* 10380 */ MCD::OPC_CheckPredicate, 26, 126, 34, 0, // Skip to: 19215 /* 10385 */ MCD::OPC_Decode, 136, 17, 235, 1, // Opcode: VCVTf2uq /* 10390 */ MCD::OPC_FilterValue, 8, 33, 0, 0, // Skip to: 10428 /* 10395 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10398 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10413 /* 10403 */ MCD::OPC_CheckPredicate, 26, 103, 34, 0, // Skip to: 19215 /* 10408 */ MCD::OPC_Decode, 200, 28, 243, 1, // Opcode: VTBL1 /* 10413 */ MCD::OPC_FilterValue, 1, 93, 34, 0, // Skip to: 19215 /* 10418 */ MCD::OPC_CheckPredicate, 26, 88, 34, 0, // Skip to: 19215 /* 10423 */ MCD::OPC_Decode, 206, 28, 243, 1, // Opcode: VTBX1 /* 10428 */ MCD::OPC_FilterValue, 9, 33, 0, 0, // Skip to: 10466 /* 10433 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10436 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10451 /* 10441 */ MCD::OPC_CheckPredicate, 26, 65, 34, 0, // Skip to: 19215 /* 10446 */ MCD::OPC_Decode, 201, 28, 243, 1, // Opcode: VTBL2 /* 10451 */ MCD::OPC_FilterValue, 1, 55, 34, 0, // Skip to: 19215 /* 10456 */ MCD::OPC_CheckPredicate, 26, 50, 34, 0, // Skip to: 19215 /* 10461 */ MCD::OPC_Decode, 207, 28, 243, 1, // Opcode: VTBX2 /* 10466 */ MCD::OPC_FilterValue, 10, 33, 0, 0, // Skip to: 10504 /* 10471 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10474 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10489 /* 10479 */ MCD::OPC_CheckPredicate, 26, 27, 34, 0, // Skip to: 19215 /* 10484 */ MCD::OPC_Decode, 202, 28, 243, 1, // Opcode: VTBL3 /* 10489 */ MCD::OPC_FilterValue, 1, 17, 34, 0, // Skip to: 19215 /* 10494 */ MCD::OPC_CheckPredicate, 26, 12, 34, 0, // Skip to: 19215 /* 10499 */ MCD::OPC_Decode, 208, 28, 243, 1, // Opcode: VTBX3 /* 10504 */ MCD::OPC_FilterValue, 11, 33, 0, 0, // Skip to: 10542 /* 10509 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10512 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10527 /* 10517 */ MCD::OPC_CheckPredicate, 26, 245, 33, 0, // Skip to: 19215 /* 10522 */ MCD::OPC_Decode, 204, 28, 243, 1, // Opcode: VTBL4 /* 10527 */ MCD::OPC_FilterValue, 1, 235, 33, 0, // Skip to: 19215 /* 10532 */ MCD::OPC_CheckPredicate, 26, 230, 33, 0, // Skip to: 19215 /* 10537 */ MCD::OPC_Decode, 210, 28, 243, 1, // Opcode: VTBX4 /* 10542 */ MCD::OPC_FilterValue, 12, 220, 33, 0, // Skip to: 19215 /* 10547 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 10550 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 10618 /* 10555 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10558 */ MCD::OPC_FilterValue, 0, 40, 0, 0, // Skip to: 10603 /* 10563 */ MCD::OPC_ExtractField, 17, 1, // Inst{17} ... /* 10566 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 10588 /* 10571 */ MCD::OPC_CheckPredicate, 26, 191, 33, 0, // Skip to: 19215 /* 10576 */ MCD::OPC_CheckField, 18, 1, 1, 184, 33, 0, // Skip to: 19215 /* 10583 */ MCD::OPC_Decode, 177, 17, 244, 1, // Opcode: VDUPLN32d /* 10588 */ MCD::OPC_FilterValue, 1, 174, 33, 0, // Skip to: 19215 /* 10593 */ MCD::OPC_CheckPredicate, 26, 169, 33, 0, // Skip to: 19215 /* 10598 */ MCD::OPC_Decode, 175, 17, 245, 1, // Opcode: VDUPLN16d /* 10603 */ MCD::OPC_FilterValue, 1, 159, 33, 0, // Skip to: 19215 /* 10608 */ MCD::OPC_CheckPredicate, 26, 154, 33, 0, // Skip to: 19215 /* 10613 */ MCD::OPC_Decode, 179, 17, 246, 1, // Opcode: VDUPLN8d /* 10618 */ MCD::OPC_FilterValue, 1, 144, 33, 0, // Skip to: 19215 /* 10623 */ MCD::OPC_ExtractField, 16, 1, // Inst{16} ... /* 10626 */ MCD::OPC_FilterValue, 0, 40, 0, 0, // Skip to: 10671 /* 10631 */ MCD::OPC_ExtractField, 17, 1, // Inst{17} ... /* 10634 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 10656 /* 10639 */ MCD::OPC_CheckPredicate, 26, 123, 33, 0, // Skip to: 19215 /* 10644 */ MCD::OPC_CheckField, 18, 1, 1, 116, 33, 0, // Skip to: 19215 /* 10651 */ MCD::OPC_Decode, 178, 17, 247, 1, // Opcode: VDUPLN32q /* 10656 */ MCD::OPC_FilterValue, 1, 106, 33, 0, // Skip to: 19215 /* 10661 */ MCD::OPC_CheckPredicate, 26, 101, 33, 0, // Skip to: 19215 /* 10666 */ MCD::OPC_Decode, 176, 17, 248, 1, // Opcode: VDUPLN16q /* 10671 */ MCD::OPC_FilterValue, 1, 91, 33, 0, // Skip to: 19215 /* 10676 */ MCD::OPC_CheckPredicate, 26, 86, 33, 0, // Skip to: 19215 /* 10681 */ MCD::OPC_Decode, 180, 17, 249, 1, // Opcode: VDUPLN8q /* 10686 */ MCD::OPC_FilterValue, 1, 76, 33, 0, // Skip to: 19215 /* 10691 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 10694 */ MCD::OPC_FilterValue, 0, 120, 17, 0, // Skip to: 15171 /* 10699 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 10702 */ MCD::OPC_FilterValue, 0, 108, 8, 0, // Skip to: 12863 /* 10707 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 10710 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 10878 /* 10715 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 10718 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 10758 /* 10723 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10726 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10742 /* 10732 */ MCD::OPC_CheckPredicate, 26, 30, 33, 0, // Skip to: 19215 /* 10737 */ MCD::OPC_Decode, 249, 22, 205, 1, // Opcode: VQADDsv8i8 /* 10742 */ MCD::OPC_FilterValue, 243, 1, 19, 33, 0, // Skip to: 19215 /* 10748 */ MCD::OPC_CheckPredicate, 26, 14, 33, 0, // Skip to: 19215 /* 10753 */ MCD::OPC_Decode, 129, 23, 205, 1, // Opcode: VQADDuv8i8 /* 10758 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 10798 /* 10763 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10766 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10782 /* 10772 */ MCD::OPC_CheckPredicate, 26, 246, 32, 0, // Skip to: 19215 /* 10777 */ MCD::OPC_Decode, 246, 22, 205, 1, // Opcode: VQADDsv4i16 /* 10782 */ MCD::OPC_FilterValue, 243, 1, 235, 32, 0, // Skip to: 19215 /* 10788 */ MCD::OPC_CheckPredicate, 26, 230, 32, 0, // Skip to: 19215 /* 10793 */ MCD::OPC_Decode, 254, 22, 205, 1, // Opcode: VQADDuv4i16 /* 10798 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 10838 /* 10803 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10806 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10822 /* 10812 */ MCD::OPC_CheckPredicate, 26, 206, 32, 0, // Skip to: 19215 /* 10817 */ MCD::OPC_Decode, 244, 22, 205, 1, // Opcode: VQADDsv2i32 /* 10822 */ MCD::OPC_FilterValue, 243, 1, 195, 32, 0, // Skip to: 19215 /* 10828 */ MCD::OPC_CheckPredicate, 26, 190, 32, 0, // Skip to: 19215 /* 10833 */ MCD::OPC_Decode, 252, 22, 205, 1, // Opcode: VQADDuv2i32 /* 10838 */ MCD::OPC_FilterValue, 3, 180, 32, 0, // Skip to: 19215 /* 10843 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10846 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10862 /* 10852 */ MCD::OPC_CheckPredicate, 26, 166, 32, 0, // Skip to: 19215 /* 10857 */ MCD::OPC_Decode, 243, 22, 205, 1, // Opcode: VQADDsv1i64 /* 10862 */ MCD::OPC_FilterValue, 243, 1, 155, 32, 0, // Skip to: 19215 /* 10868 */ MCD::OPC_CheckPredicate, 26, 150, 32, 0, // Skip to: 19215 /* 10873 */ MCD::OPC_Decode, 251, 22, 205, 1, // Opcode: VQADDuv1i64 /* 10878 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 11046 /* 10883 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 10886 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 10926 /* 10891 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10894 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10910 /* 10900 */ MCD::OPC_CheckPredicate, 26, 118, 32, 0, // Skip to: 19215 /* 10905 */ MCD::OPC_Decode, 178, 15, 205, 1, // Opcode: VANDd /* 10910 */ MCD::OPC_FilterValue, 243, 1, 107, 32, 0, // Skip to: 19215 /* 10916 */ MCD::OPC_CheckPredicate, 26, 102, 32, 0, // Skip to: 19215 /* 10921 */ MCD::OPC_Decode, 181, 17, 205, 1, // Opcode: VEORd /* 10926 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 10966 /* 10931 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10934 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10950 /* 10940 */ MCD::OPC_CheckPredicate, 26, 78, 32, 0, // Skip to: 19215 /* 10945 */ MCD::OPC_Decode, 180, 15, 205, 1, // Opcode: VBICd /* 10950 */ MCD::OPC_FilterValue, 243, 1, 67, 32, 0, // Skip to: 19215 /* 10956 */ MCD::OPC_CheckPredicate, 26, 62, 32, 0, // Skip to: 19215 /* 10961 */ MCD::OPC_Decode, 190, 15, 213, 1, // Opcode: VBSLd /* 10966 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 11006 /* 10971 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 10974 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 10990 /* 10980 */ MCD::OPC_CheckPredicate, 26, 38, 32, 0, // Skip to: 19215 /* 10985 */ MCD::OPC_Decode, 185, 22, 205, 1, // Opcode: VORRd /* 10990 */ MCD::OPC_FilterValue, 243, 1, 27, 32, 0, // Skip to: 19215 /* 10996 */ MCD::OPC_CheckPredicate, 26, 22, 32, 0, // Skip to: 19215 /* 11001 */ MCD::OPC_Decode, 188, 15, 213, 1, // Opcode: VBITd /* 11006 */ MCD::OPC_FilterValue, 3, 12, 32, 0, // Skip to: 19215 /* 11011 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11014 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11030 /* 11020 */ MCD::OPC_CheckPredicate, 26, 254, 31, 0, // Skip to: 19215 /* 11025 */ MCD::OPC_Decode, 183, 22, 205, 1, // Opcode: VORNd /* 11030 */ MCD::OPC_FilterValue, 243, 1, 243, 31, 0, // Skip to: 19215 /* 11036 */ MCD::OPC_CheckPredicate, 26, 238, 31, 0, // Skip to: 19215 /* 11041 */ MCD::OPC_Decode, 186, 15, 213, 1, // Opcode: VBIFd /* 11046 */ MCD::OPC_FilterValue, 2, 163, 0, 0, // Skip to: 11214 /* 11051 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11054 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11094 /* 11059 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11062 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11078 /* 11068 */ MCD::OPC_CheckPredicate, 26, 206, 31, 0, // Skip to: 19215 /* 11073 */ MCD::OPC_Decode, 142, 24, 205, 1, // Opcode: VQSUBsv8i8 /* 11078 */ MCD::OPC_FilterValue, 243, 1, 195, 31, 0, // Skip to: 19215 /* 11084 */ MCD::OPC_CheckPredicate, 26, 190, 31, 0, // Skip to: 19215 /* 11089 */ MCD::OPC_Decode, 150, 24, 205, 1, // Opcode: VQSUBuv8i8 /* 11094 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11134 /* 11099 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11102 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11118 /* 11108 */ MCD::OPC_CheckPredicate, 26, 166, 31, 0, // Skip to: 19215 /* 11113 */ MCD::OPC_Decode, 139, 24, 205, 1, // Opcode: VQSUBsv4i16 /* 11118 */ MCD::OPC_FilterValue, 243, 1, 155, 31, 0, // Skip to: 19215 /* 11124 */ MCD::OPC_CheckPredicate, 26, 150, 31, 0, // Skip to: 19215 /* 11129 */ MCD::OPC_Decode, 147, 24, 205, 1, // Opcode: VQSUBuv4i16 /* 11134 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 11174 /* 11139 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11142 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11158 /* 11148 */ MCD::OPC_CheckPredicate, 26, 126, 31, 0, // Skip to: 19215 /* 11153 */ MCD::OPC_Decode, 137, 24, 205, 1, // Opcode: VQSUBsv2i32 /* 11158 */ MCD::OPC_FilterValue, 243, 1, 115, 31, 0, // Skip to: 19215 /* 11164 */ MCD::OPC_CheckPredicate, 26, 110, 31, 0, // Skip to: 19215 /* 11169 */ MCD::OPC_Decode, 145, 24, 205, 1, // Opcode: VQSUBuv2i32 /* 11174 */ MCD::OPC_FilterValue, 3, 100, 31, 0, // Skip to: 19215 /* 11179 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11182 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11198 /* 11188 */ MCD::OPC_CheckPredicate, 26, 86, 31, 0, // Skip to: 19215 /* 11193 */ MCD::OPC_Decode, 136, 24, 205, 1, // Opcode: VQSUBsv1i64 /* 11198 */ MCD::OPC_FilterValue, 243, 1, 75, 31, 0, // Skip to: 19215 /* 11204 */ MCD::OPC_CheckPredicate, 26, 70, 31, 0, // Skip to: 19215 /* 11209 */ MCD::OPC_Decode, 144, 24, 205, 1, // Opcode: VQSUBuv1i64 /* 11214 */ MCD::OPC_FilterValue, 3, 123, 0, 0, // Skip to: 11342 /* 11219 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11222 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11262 /* 11227 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11230 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11246 /* 11236 */ MCD::OPC_CheckPredicate, 26, 38, 31, 0, // Skip to: 19215 /* 11241 */ MCD::OPC_Decode, 225, 15, 205, 1, // Opcode: VCGEsv8i8 /* 11246 */ MCD::OPC_FilterValue, 243, 1, 27, 31, 0, // Skip to: 19215 /* 11252 */ MCD::OPC_CheckPredicate, 26, 22, 31, 0, // Skip to: 19215 /* 11257 */ MCD::OPC_Decode, 231, 15, 205, 1, // Opcode: VCGEuv8i8 /* 11262 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11302 /* 11267 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11270 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11286 /* 11276 */ MCD::OPC_CheckPredicate, 26, 254, 30, 0, // Skip to: 19215 /* 11281 */ MCD::OPC_Decode, 222, 15, 205, 1, // Opcode: VCGEsv4i16 /* 11286 */ MCD::OPC_FilterValue, 243, 1, 243, 30, 0, // Skip to: 19215 /* 11292 */ MCD::OPC_CheckPredicate, 26, 238, 30, 0, // Skip to: 19215 /* 11297 */ MCD::OPC_Decode, 228, 15, 205, 1, // Opcode: VCGEuv4i16 /* 11302 */ MCD::OPC_FilterValue, 2, 228, 30, 0, // Skip to: 19215 /* 11307 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11310 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11326 /* 11316 */ MCD::OPC_CheckPredicate, 26, 214, 30, 0, // Skip to: 19215 /* 11321 */ MCD::OPC_Decode, 221, 15, 205, 1, // Opcode: VCGEsv2i32 /* 11326 */ MCD::OPC_FilterValue, 243, 1, 203, 30, 0, // Skip to: 19215 /* 11332 */ MCD::OPC_CheckPredicate, 26, 198, 30, 0, // Skip to: 19215 /* 11337 */ MCD::OPC_Decode, 227, 15, 205, 1, // Opcode: VCGEuv2i32 /* 11342 */ MCD::OPC_FilterValue, 4, 163, 0, 0, // Skip to: 11510 /* 11347 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11350 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11390 /* 11355 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11358 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11374 /* 11364 */ MCD::OPC_CheckPredicate, 26, 166, 30, 0, // Skip to: 19215 /* 11369 */ MCD::OPC_Decode, 237, 23, 209, 1, // Opcode: VQSHLsv8i8 /* 11374 */ MCD::OPC_FilterValue, 243, 1, 155, 30, 0, // Skip to: 19215 /* 11380 */ MCD::OPC_CheckPredicate, 26, 150, 30, 0, // Skip to: 19215 /* 11385 */ MCD::OPC_Decode, 253, 23, 209, 1, // Opcode: VQSHLuv8i8 /* 11390 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11430 /* 11395 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11398 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11414 /* 11404 */ MCD::OPC_CheckPredicate, 26, 126, 30, 0, // Skip to: 19215 /* 11409 */ MCD::OPC_Decode, 234, 23, 209, 1, // Opcode: VQSHLsv4i16 /* 11414 */ MCD::OPC_FilterValue, 243, 1, 115, 30, 0, // Skip to: 19215 /* 11420 */ MCD::OPC_CheckPredicate, 26, 110, 30, 0, // Skip to: 19215 /* 11425 */ MCD::OPC_Decode, 250, 23, 209, 1, // Opcode: VQSHLuv4i16 /* 11430 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 11470 /* 11435 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11438 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11454 /* 11444 */ MCD::OPC_CheckPredicate, 26, 86, 30, 0, // Skip to: 19215 /* 11449 */ MCD::OPC_Decode, 232, 23, 209, 1, // Opcode: VQSHLsv2i32 /* 11454 */ MCD::OPC_FilterValue, 243, 1, 75, 30, 0, // Skip to: 19215 /* 11460 */ MCD::OPC_CheckPredicate, 26, 70, 30, 0, // Skip to: 19215 /* 11465 */ MCD::OPC_Decode, 248, 23, 209, 1, // Opcode: VQSHLuv2i32 /* 11470 */ MCD::OPC_FilterValue, 3, 60, 30, 0, // Skip to: 19215 /* 11475 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11478 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11494 /* 11484 */ MCD::OPC_CheckPredicate, 26, 46, 30, 0, // Skip to: 19215 /* 11489 */ MCD::OPC_Decode, 231, 23, 209, 1, // Opcode: VQSHLsv1i64 /* 11494 */ MCD::OPC_FilterValue, 243, 1, 35, 30, 0, // Skip to: 19215 /* 11500 */ MCD::OPC_CheckPredicate, 26, 30, 30, 0, // Skip to: 19215 /* 11505 */ MCD::OPC_Decode, 247, 23, 209, 1, // Opcode: VQSHLuv1i64 /* 11510 */ MCD::OPC_FilterValue, 5, 163, 0, 0, // Skip to: 11678 /* 11515 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11518 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11558 /* 11523 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11526 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11542 /* 11532 */ MCD::OPC_CheckPredicate, 26, 254, 29, 0, // Skip to: 19215 /* 11537 */ MCD::OPC_Decode, 196, 23, 209, 1, // Opcode: VQRSHLsv8i8 /* 11542 */ MCD::OPC_FilterValue, 243, 1, 243, 29, 0, // Skip to: 19215 /* 11548 */ MCD::OPC_CheckPredicate, 26, 238, 29, 0, // Skip to: 19215 /* 11553 */ MCD::OPC_Decode, 204, 23, 209, 1, // Opcode: VQRSHLuv8i8 /* 11558 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11598 /* 11563 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11566 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11582 /* 11572 */ MCD::OPC_CheckPredicate, 26, 214, 29, 0, // Skip to: 19215 /* 11577 */ MCD::OPC_Decode, 193, 23, 209, 1, // Opcode: VQRSHLsv4i16 /* 11582 */ MCD::OPC_FilterValue, 243, 1, 203, 29, 0, // Skip to: 19215 /* 11588 */ MCD::OPC_CheckPredicate, 26, 198, 29, 0, // Skip to: 19215 /* 11593 */ MCD::OPC_Decode, 201, 23, 209, 1, // Opcode: VQRSHLuv4i16 /* 11598 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 11638 /* 11603 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11606 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11622 /* 11612 */ MCD::OPC_CheckPredicate, 26, 174, 29, 0, // Skip to: 19215 /* 11617 */ MCD::OPC_Decode, 191, 23, 209, 1, // Opcode: VQRSHLsv2i32 /* 11622 */ MCD::OPC_FilterValue, 243, 1, 163, 29, 0, // Skip to: 19215 /* 11628 */ MCD::OPC_CheckPredicate, 26, 158, 29, 0, // Skip to: 19215 /* 11633 */ MCD::OPC_Decode, 199, 23, 209, 1, // Opcode: VQRSHLuv2i32 /* 11638 */ MCD::OPC_FilterValue, 3, 148, 29, 0, // Skip to: 19215 /* 11643 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11646 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11662 /* 11652 */ MCD::OPC_CheckPredicate, 26, 134, 29, 0, // Skip to: 19215 /* 11657 */ MCD::OPC_Decode, 190, 23, 209, 1, // Opcode: VQRSHLsv1i64 /* 11662 */ MCD::OPC_FilterValue, 243, 1, 123, 29, 0, // Skip to: 19215 /* 11668 */ MCD::OPC_CheckPredicate, 26, 118, 29, 0, // Skip to: 19215 /* 11673 */ MCD::OPC_Decode, 198, 23, 209, 1, // Opcode: VQRSHLuv1i64 /* 11678 */ MCD::OPC_FilterValue, 6, 123, 0, 0, // Skip to: 11806 /* 11683 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11686 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11726 /* 11691 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11694 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11710 /* 11700 */ MCD::OPC_CheckPredicate, 26, 86, 29, 0, // Skip to: 19215 /* 11705 */ MCD::OPC_Decode, 254, 20, 205, 1, // Opcode: VMINsv8i8 /* 11710 */ MCD::OPC_FilterValue, 243, 1, 75, 29, 0, // Skip to: 19215 /* 11716 */ MCD::OPC_CheckPredicate, 26, 70, 29, 0, // Skip to: 19215 /* 11721 */ MCD::OPC_Decode, 132, 21, 205, 1, // Opcode: VMINuv8i8 /* 11726 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11766 /* 11731 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11734 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11750 /* 11740 */ MCD::OPC_CheckPredicate, 26, 46, 29, 0, // Skip to: 19215 /* 11745 */ MCD::OPC_Decode, 251, 20, 205, 1, // Opcode: VMINsv4i16 /* 11750 */ MCD::OPC_FilterValue, 243, 1, 35, 29, 0, // Skip to: 19215 /* 11756 */ MCD::OPC_CheckPredicate, 26, 30, 29, 0, // Skip to: 19215 /* 11761 */ MCD::OPC_Decode, 129, 21, 205, 1, // Opcode: VMINuv4i16 /* 11766 */ MCD::OPC_FilterValue, 2, 20, 29, 0, // Skip to: 19215 /* 11771 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11774 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11790 /* 11780 */ MCD::OPC_CheckPredicate, 26, 6, 29, 0, // Skip to: 19215 /* 11785 */ MCD::OPC_Decode, 250, 20, 205, 1, // Opcode: VMINsv2i32 /* 11790 */ MCD::OPC_FilterValue, 243, 1, 251, 28, 0, // Skip to: 19215 /* 11796 */ MCD::OPC_CheckPredicate, 26, 246, 28, 0, // Skip to: 19215 /* 11801 */ MCD::OPC_Decode, 128, 21, 205, 1, // Opcode: VMINuv2i32 /* 11806 */ MCD::OPC_FilterValue, 7, 123, 0, 0, // Skip to: 11934 /* 11811 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11814 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11854 /* 11819 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11822 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11838 /* 11828 */ MCD::OPC_CheckPredicate, 26, 214, 28, 0, // Skip to: 19215 /* 11833 */ MCD::OPC_Decode, 226, 14, 213, 1, // Opcode: VABAsv8i8 /* 11838 */ MCD::OPC_FilterValue, 243, 1, 203, 28, 0, // Skip to: 19215 /* 11844 */ MCD::OPC_CheckPredicate, 26, 198, 28, 0, // Skip to: 19215 /* 11849 */ MCD::OPC_Decode, 232, 14, 213, 1, // Opcode: VABAuv8i8 /* 11854 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 11894 /* 11859 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11862 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11878 /* 11868 */ MCD::OPC_CheckPredicate, 26, 174, 28, 0, // Skip to: 19215 /* 11873 */ MCD::OPC_Decode, 223, 14, 213, 1, // Opcode: VABAsv4i16 /* 11878 */ MCD::OPC_FilterValue, 243, 1, 163, 28, 0, // Skip to: 19215 /* 11884 */ MCD::OPC_CheckPredicate, 26, 158, 28, 0, // Skip to: 19215 /* 11889 */ MCD::OPC_Decode, 229, 14, 213, 1, // Opcode: VABAuv4i16 /* 11894 */ MCD::OPC_FilterValue, 2, 148, 28, 0, // Skip to: 19215 /* 11899 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11902 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11918 /* 11908 */ MCD::OPC_CheckPredicate, 26, 134, 28, 0, // Skip to: 19215 /* 11913 */ MCD::OPC_Decode, 222, 14, 213, 1, // Opcode: VABAsv2i32 /* 11918 */ MCD::OPC_FilterValue, 243, 1, 123, 28, 0, // Skip to: 19215 /* 11924 */ MCD::OPC_CheckPredicate, 26, 118, 28, 0, // Skip to: 19215 /* 11929 */ MCD::OPC_Decode, 228, 14, 213, 1, // Opcode: VABAuv2i32 /* 11934 */ MCD::OPC_FilterValue, 8, 123, 0, 0, // Skip to: 12062 /* 11939 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11942 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 11982 /* 11947 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11950 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 11966 /* 11956 */ MCD::OPC_CheckPredicate, 26, 86, 28, 0, // Skip to: 19215 /* 11961 */ MCD::OPC_Decode, 247, 28, 205, 1, // Opcode: VTSTv8i8 /* 11966 */ MCD::OPC_FilterValue, 243, 1, 75, 28, 0, // Skip to: 19215 /* 11972 */ MCD::OPC_CheckPredicate, 26, 70, 28, 0, // Skip to: 19215 /* 11977 */ MCD::OPC_Decode, 205, 15, 205, 1, // Opcode: VCEQv8i8 /* 11982 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 12022 /* 11987 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 11990 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12006 /* 11996 */ MCD::OPC_CheckPredicate, 26, 46, 28, 0, // Skip to: 19215 /* 12001 */ MCD::OPC_Decode, 244, 28, 205, 1, // Opcode: VTSTv4i16 /* 12006 */ MCD::OPC_FilterValue, 243, 1, 35, 28, 0, // Skip to: 19215 /* 12012 */ MCD::OPC_CheckPredicate, 26, 30, 28, 0, // Skip to: 19215 /* 12017 */ MCD::OPC_Decode, 202, 15, 205, 1, // Opcode: VCEQv4i16 /* 12022 */ MCD::OPC_FilterValue, 2, 20, 28, 0, // Skip to: 19215 /* 12027 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12030 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12046 /* 12036 */ MCD::OPC_CheckPredicate, 26, 6, 28, 0, // Skip to: 19215 /* 12041 */ MCD::OPC_Decode, 243, 28, 205, 1, // Opcode: VTSTv2i32 /* 12046 */ MCD::OPC_FilterValue, 243, 1, 251, 27, 0, // Skip to: 19215 /* 12052 */ MCD::OPC_CheckPredicate, 26, 246, 27, 0, // Skip to: 19215 /* 12057 */ MCD::OPC_Decode, 201, 15, 205, 1, // Opcode: VCEQv2i32 /* 12062 */ MCD::OPC_FilterValue, 9, 89, 0, 0, // Skip to: 12156 /* 12067 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12070 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 12110 /* 12075 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12078 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12094 /* 12084 */ MCD::OPC_CheckPredicate, 26, 214, 27, 0, // Skip to: 19215 /* 12089 */ MCD::OPC_Decode, 154, 22, 205, 1, // Opcode: VMULv8i8 /* 12094 */ MCD::OPC_FilterValue, 243, 1, 203, 27, 0, // Skip to: 19215 /* 12100 */ MCD::OPC_CheckPredicate, 26, 198, 27, 0, // Skip to: 19215 /* 12105 */ MCD::OPC_Decode, 139, 22, 205, 1, // Opcode: VMULpd /* 12110 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 12133 /* 12115 */ MCD::OPC_CheckPredicate, 26, 183, 27, 0, // Skip to: 19215 /* 12120 */ MCD::OPC_CheckField, 24, 8, 242, 1, 175, 27, 0, // Skip to: 19215 /* 12128 */ MCD::OPC_Decode, 151, 22, 205, 1, // Opcode: VMULv4i16 /* 12133 */ MCD::OPC_FilterValue, 2, 165, 27, 0, // Skip to: 19215 /* 12138 */ MCD::OPC_CheckPredicate, 26, 160, 27, 0, // Skip to: 19215 /* 12143 */ MCD::OPC_CheckField, 24, 8, 242, 1, 152, 27, 0, // Skip to: 19215 /* 12151 */ MCD::OPC_Decode, 150, 22, 205, 1, // Opcode: VMULv2i32 /* 12156 */ MCD::OPC_FilterValue, 10, 123, 0, 0, // Skip to: 12284 /* 12161 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12164 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 12204 /* 12169 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12172 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12188 /* 12178 */ MCD::OPC_CheckPredicate, 26, 120, 27, 0, // Skip to: 19215 /* 12183 */ MCD::OPC_Decode, 232, 22, 205, 1, // Opcode: VPMINs8 /* 12188 */ MCD::OPC_FilterValue, 243, 1, 109, 27, 0, // Skip to: 19215 /* 12194 */ MCD::OPC_CheckPredicate, 26, 104, 27, 0, // Skip to: 19215 /* 12199 */ MCD::OPC_Decode, 235, 22, 205, 1, // Opcode: VPMINu8 /* 12204 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 12244 /* 12209 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12212 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12228 /* 12218 */ MCD::OPC_CheckPredicate, 26, 80, 27, 0, // Skip to: 19215 /* 12223 */ MCD::OPC_Decode, 230, 22, 205, 1, // Opcode: VPMINs16 /* 12228 */ MCD::OPC_FilterValue, 243, 1, 69, 27, 0, // Skip to: 19215 /* 12234 */ MCD::OPC_CheckPredicate, 26, 64, 27, 0, // Skip to: 19215 /* 12239 */ MCD::OPC_Decode, 233, 22, 205, 1, // Opcode: VPMINu16 /* 12244 */ MCD::OPC_FilterValue, 2, 54, 27, 0, // Skip to: 19215 /* 12249 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12252 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12268 /* 12258 */ MCD::OPC_CheckPredicate, 26, 40, 27, 0, // Skip to: 19215 /* 12263 */ MCD::OPC_Decode, 231, 22, 205, 1, // Opcode: VPMINs32 /* 12268 */ MCD::OPC_FilterValue, 243, 1, 29, 27, 0, // Skip to: 19215 /* 12274 */ MCD::OPC_CheckPredicate, 26, 24, 27, 0, // Skip to: 19215 /* 12279 */ MCD::OPC_Decode, 234, 22, 205, 1, // Opcode: VPMINu32 /* 12284 */ MCD::OPC_FilterValue, 11, 106, 0, 0, // Skip to: 12395 /* 12289 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12292 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 12315 /* 12297 */ MCD::OPC_CheckPredicate, 26, 1, 27, 0, // Skip to: 19215 /* 12302 */ MCD::OPC_CheckField, 24, 8, 242, 1, 249, 26, 0, // Skip to: 19215 /* 12310 */ MCD::OPC_Decode, 219, 22, 205, 1, // Opcode: VPADDi8 /* 12315 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 12355 /* 12320 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12323 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12339 /* 12329 */ MCD::OPC_CheckPredicate, 26, 225, 26, 0, // Skip to: 19215 /* 12334 */ MCD::OPC_Decode, 217, 22, 205, 1, // Opcode: VPADDi16 /* 12339 */ MCD::OPC_FilterValue, 243, 1, 214, 26, 0, // Skip to: 19215 /* 12345 */ MCD::OPC_CheckPredicate, 28, 209, 26, 0, // Skip to: 19215 /* 12350 */ MCD::OPC_Decode, 170, 23, 213, 1, // Opcode: VQRDMLAHv4i16 /* 12355 */ MCD::OPC_FilterValue, 2, 199, 26, 0, // Skip to: 19215 /* 12360 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12363 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12379 /* 12369 */ MCD::OPC_CheckPredicate, 26, 185, 26, 0, // Skip to: 19215 /* 12374 */ MCD::OPC_Decode, 218, 22, 205, 1, // Opcode: VPADDi32 /* 12379 */ MCD::OPC_FilterValue, 243, 1, 174, 26, 0, // Skip to: 19215 /* 12385 */ MCD::OPC_CheckPredicate, 28, 169, 26, 0, // Skip to: 19215 /* 12390 */ MCD::OPC_Decode, 169, 23, 213, 1, // Opcode: VQRDMLAHv2i32 /* 12395 */ MCD::OPC_FilterValue, 12, 129, 0, 0, // Skip to: 12529 /* 12400 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12403 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 12426 /* 12408 */ MCD::OPC_CheckPredicate, 31, 146, 26, 0, // Skip to: 19215 /* 12413 */ MCD::OPC_CheckField, 24, 8, 242, 1, 138, 26, 0, // Skip to: 19215 /* 12421 */ MCD::OPC_Decode, 197, 17, 213, 1, // Opcode: VFMAfd /* 12426 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 12466 /* 12431 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12434 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12450 /* 12440 */ MCD::OPC_CheckPredicate, 27, 114, 26, 0, // Skip to: 19215 /* 12445 */ MCD::OPC_Decode, 199, 17, 213, 1, // Opcode: VFMAhd /* 12450 */ MCD::OPC_FilterValue, 243, 1, 103, 26, 0, // Skip to: 19215 /* 12456 */ MCD::OPC_CheckPredicate, 28, 98, 26, 0, // Skip to: 19215 /* 12461 */ MCD::OPC_Decode, 178, 23, 213, 1, // Opcode: VQRDMLSHv4i16 /* 12466 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 12506 /* 12471 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12474 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12490 /* 12480 */ MCD::OPC_CheckPredicate, 31, 74, 26, 0, // Skip to: 19215 /* 12485 */ MCD::OPC_Decode, 208, 17, 213, 1, // Opcode: VFMSfd /* 12490 */ MCD::OPC_FilterValue, 243, 1, 63, 26, 0, // Skip to: 19215 /* 12496 */ MCD::OPC_CheckPredicate, 28, 58, 26, 0, // Skip to: 19215 /* 12501 */ MCD::OPC_Decode, 177, 23, 213, 1, // Opcode: VQRDMLSHv2i32 /* 12506 */ MCD::OPC_FilterValue, 3, 48, 26, 0, // Skip to: 19215 /* 12511 */ MCD::OPC_CheckPredicate, 27, 43, 26, 0, // Skip to: 19215 /* 12516 */ MCD::OPC_CheckField, 24, 8, 242, 1, 35, 26, 0, // Skip to: 19215 /* 12524 */ MCD::OPC_Decode, 210, 17, 213, 1, // Opcode: VFMShd /* 12529 */ MCD::OPC_FilterValue, 13, 129, 0, 0, // Skip to: 12663 /* 12534 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12537 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 12577 /* 12542 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12545 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12561 /* 12551 */ MCD::OPC_CheckPredicate, 26, 3, 26, 0, // Skip to: 19215 /* 12556 */ MCD::OPC_Decode, 146, 21, 213, 1, // Opcode: VMLAfd /* 12561 */ MCD::OPC_FilterValue, 243, 1, 248, 25, 0, // Skip to: 19215 /* 12567 */ MCD::OPC_CheckPredicate, 26, 243, 25, 0, // Skip to: 19215 /* 12572 */ MCD::OPC_Decode, 135, 22, 205, 1, // Opcode: VMULfd /* 12577 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 12617 /* 12582 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 12585 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 12601 /* 12591 */ MCD::OPC_CheckPredicate, 27, 219, 25, 0, // Skip to: 19215 /* 12596 */ MCD::OPC_Decode, 148, 21, 213, 1, // Opcode: VMLAhd /* 12601 */ MCD::OPC_FilterValue, 243, 1, 208, 25, 0, // Skip to: 19215 /* 12607 */ MCD::OPC_CheckPredicate, 27, 203, 25, 0, // Skip to: 19215 /* 12612 */ MCD::OPC_Decode, 137, 22, 205, 1, // Opcode: VMULhd /* 12617 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 12640 /* 12622 */ MCD::OPC_CheckPredicate, 26, 188, 25, 0, // Skip to: 19215 /* 12627 */ MCD::OPC_CheckField, 24, 8, 242, 1, 180, 25, 0, // Skip to: 19215 /* 12635 */ MCD::OPC_Decode, 177, 21, 213, 1, // Opcode: VMLSfd /* 12640 */ MCD::OPC_FilterValue, 3, 170, 25, 0, // Skip to: 19215 /* 12645 */ MCD::OPC_CheckPredicate, 27, 165, 25, 0, // Skip to: 19215 /* 12650 */ MCD::OPC_CheckField, 24, 8, 242, 1, 157, 25, 0, // Skip to: 19215 /* 12658 */ MCD::OPC_Decode, 179, 21, 213, 1, // Opcode: VMLShd /* 12663 */ MCD::OPC_FilterValue, 14, 95, 0, 0, // Skip to: 12763 /* 12668 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12671 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 12694 /* 12676 */ MCD::OPC_CheckPredicate, 26, 134, 25, 0, // Skip to: 19215 /* 12681 */ MCD::OPC_CheckField, 24, 8, 243, 1, 126, 25, 0, // Skip to: 19215 /* 12689 */ MCD::OPC_Decode, 140, 15, 205, 1, // Opcode: VACGEfd /* 12694 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 12717 /* 12699 */ MCD::OPC_CheckPredicate, 27, 111, 25, 0, // Skip to: 19215 /* 12704 */ MCD::OPC_CheckField, 24, 8, 243, 1, 103, 25, 0, // Skip to: 19215 /* 12712 */ MCD::OPC_Decode, 142, 15, 205, 1, // Opcode: VACGEhd /* 12717 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 12740 /* 12722 */ MCD::OPC_CheckPredicate, 26, 88, 25, 0, // Skip to: 19215 /* 12727 */ MCD::OPC_CheckField, 24, 8, 243, 1, 80, 25, 0, // Skip to: 19215 /* 12735 */ MCD::OPC_Decode, 144, 15, 205, 1, // Opcode: VACGTfd /* 12740 */ MCD::OPC_FilterValue, 3, 70, 25, 0, // Skip to: 19215 /* 12745 */ MCD::OPC_CheckPredicate, 27, 65, 25, 0, // Skip to: 19215 /* 12750 */ MCD::OPC_CheckField, 24, 8, 243, 1, 57, 25, 0, // Skip to: 19215 /* 12758 */ MCD::OPC_Decode, 146, 15, 205, 1, // Opcode: VACGThd /* 12763 */ MCD::OPC_FilterValue, 15, 47, 25, 0, // Skip to: 19215 /* 12768 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 12771 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 12794 /* 12776 */ MCD::OPC_CheckPredicate, 26, 34, 25, 0, // Skip to: 19215 /* 12781 */ MCD::OPC_CheckField, 24, 8, 242, 1, 26, 25, 0, // Skip to: 19215 /* 12789 */ MCD::OPC_Decode, 160, 24, 205, 1, // Opcode: VRECPSfd /* 12794 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 12817 /* 12799 */ MCD::OPC_CheckPredicate, 27, 11, 25, 0, // Skip to: 19215 /* 12804 */ MCD::OPC_CheckField, 24, 8, 242, 1, 3, 25, 0, // Skip to: 19215 /* 12812 */ MCD::OPC_Decode, 162, 24, 205, 1, // Opcode: VRECPShd /* 12817 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 12840 /* 12822 */ MCD::OPC_CheckPredicate, 26, 244, 24, 0, // Skip to: 19215 /* 12827 */ MCD::OPC_CheckField, 24, 8, 242, 1, 236, 24, 0, // Skip to: 19215 /* 12835 */ MCD::OPC_Decode, 146, 25, 205, 1, // Opcode: VRSQRTSfd /* 12840 */ MCD::OPC_FilterValue, 3, 226, 24, 0, // Skip to: 19215 /* 12845 */ MCD::OPC_CheckPredicate, 27, 221, 24, 0, // Skip to: 19215 /* 12850 */ MCD::OPC_CheckField, 24, 8, 242, 1, 213, 24, 0, // Skip to: 19215 /* 12858 */ MCD::OPC_Decode, 148, 25, 205, 1, // Opcode: VRSQRTShd /* 12863 */ MCD::OPC_FilterValue, 1, 203, 24, 0, // Skip to: 19215 /* 12868 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 12871 */ MCD::OPC_FilterValue, 0, 209, 7, 0, // Skip to: 14877 /* 12876 */ MCD::OPC_ExtractField, 25, 7, // Inst{31-25} ... /* 12879 */ MCD::OPC_FilterValue, 121, 187, 24, 0, // Skip to: 19215 /* 12884 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 12887 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 13031 /* 12892 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 12895 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 12993 /* 12900 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 12903 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 12955 /* 12908 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 12911 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 12933 /* 12916 */ MCD::OPC_CheckPredicate, 26, 231, 6, 0, // Skip to: 14688 /* 12921 */ MCD::OPC_CheckField, 19, 1, 1, 224, 6, 0, // Skip to: 14688 /* 12928 */ MCD::OPC_Decode, 233, 25, 250, 1, // Opcode: VSHRsv8i8 /* 12933 */ MCD::OPC_FilterValue, 1, 214, 6, 0, // Skip to: 14688 /* 12938 */ MCD::OPC_CheckPredicate, 26, 209, 6, 0, // Skip to: 14688 /* 12943 */ MCD::OPC_CheckField, 19, 1, 1, 202, 6, 0, // Skip to: 14688 /* 12950 */ MCD::OPC_Decode, 241, 25, 250, 1, // Opcode: VSHRuv8i8 /* 12955 */ MCD::OPC_FilterValue, 1, 192, 6, 0, // Skip to: 14688 /* 12960 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 12963 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12978 /* 12968 */ MCD::OPC_CheckPredicate, 26, 179, 6, 0, // Skip to: 14688 /* 12973 */ MCD::OPC_Decode, 230, 25, 251, 1, // Opcode: VSHRsv4i16 /* 12978 */ MCD::OPC_FilterValue, 1, 169, 6, 0, // Skip to: 14688 /* 12983 */ MCD::OPC_CheckPredicate, 26, 164, 6, 0, // Skip to: 14688 /* 12988 */ MCD::OPC_Decode, 238, 25, 251, 1, // Opcode: VSHRuv4i16 /* 12993 */ MCD::OPC_FilterValue, 1, 154, 6, 0, // Skip to: 14688 /* 12998 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13001 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13016 /* 13006 */ MCD::OPC_CheckPredicate, 26, 141, 6, 0, // Skip to: 14688 /* 13011 */ MCD::OPC_Decode, 228, 25, 252, 1, // Opcode: VSHRsv2i32 /* 13016 */ MCD::OPC_FilterValue, 1, 131, 6, 0, // Skip to: 14688 /* 13021 */ MCD::OPC_CheckPredicate, 26, 126, 6, 0, // Skip to: 14688 /* 13026 */ MCD::OPC_Decode, 236, 25, 252, 1, // Opcode: VSHRuv2i32 /* 13031 */ MCD::OPC_FilterValue, 1, 139, 0, 0, // Skip to: 13175 /* 13036 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13039 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13137 /* 13044 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13047 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13099 /* 13052 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13055 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13077 /* 13060 */ MCD::OPC_CheckPredicate, 26, 87, 6, 0, // Skip to: 14688 /* 13065 */ MCD::OPC_CheckField, 19, 1, 1, 80, 6, 0, // Skip to: 14688 /* 13072 */ MCD::OPC_Decode, 141, 26, 253, 1, // Opcode: VSRAsv8i8 /* 13077 */ MCD::OPC_FilterValue, 1, 70, 6, 0, // Skip to: 14688 /* 13082 */ MCD::OPC_CheckPredicate, 26, 65, 6, 0, // Skip to: 14688 /* 13087 */ MCD::OPC_CheckField, 19, 1, 1, 58, 6, 0, // Skip to: 14688 /* 13094 */ MCD::OPC_Decode, 149, 26, 253, 1, // Opcode: VSRAuv8i8 /* 13099 */ MCD::OPC_FilterValue, 1, 48, 6, 0, // Skip to: 14688 /* 13104 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13107 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13122 /* 13112 */ MCD::OPC_CheckPredicate, 26, 35, 6, 0, // Skip to: 14688 /* 13117 */ MCD::OPC_Decode, 138, 26, 254, 1, // Opcode: VSRAsv4i16 /* 13122 */ MCD::OPC_FilterValue, 1, 25, 6, 0, // Skip to: 14688 /* 13127 */ MCD::OPC_CheckPredicate, 26, 20, 6, 0, // Skip to: 14688 /* 13132 */ MCD::OPC_Decode, 146, 26, 254, 1, // Opcode: VSRAuv4i16 /* 13137 */ MCD::OPC_FilterValue, 1, 10, 6, 0, // Skip to: 14688 /* 13142 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13145 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13160 /* 13150 */ MCD::OPC_CheckPredicate, 26, 253, 5, 0, // Skip to: 14688 /* 13155 */ MCD::OPC_Decode, 136, 26, 255, 1, // Opcode: VSRAsv2i32 /* 13160 */ MCD::OPC_FilterValue, 1, 243, 5, 0, // Skip to: 14688 /* 13165 */ MCD::OPC_CheckPredicate, 26, 238, 5, 0, // Skip to: 14688 /* 13170 */ MCD::OPC_Decode, 144, 26, 255, 1, // Opcode: VSRAuv2i32 /* 13175 */ MCD::OPC_FilterValue, 2, 139, 0, 0, // Skip to: 13319 /* 13180 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13183 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13281 /* 13188 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13191 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13243 /* 13196 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13199 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13221 /* 13204 */ MCD::OPC_CheckPredicate, 26, 199, 5, 0, // Skip to: 14688 /* 13209 */ MCD::OPC_CheckField, 19, 1, 1, 192, 5, 0, // Skip to: 14688 /* 13216 */ MCD::OPC_Decode, 131, 25, 250, 1, // Opcode: VRSHRsv8i8 /* 13221 */ MCD::OPC_FilterValue, 1, 182, 5, 0, // Skip to: 14688 /* 13226 */ MCD::OPC_CheckPredicate, 26, 177, 5, 0, // Skip to: 14688 /* 13231 */ MCD::OPC_CheckField, 19, 1, 1, 170, 5, 0, // Skip to: 14688 /* 13238 */ MCD::OPC_Decode, 139, 25, 250, 1, // Opcode: VRSHRuv8i8 /* 13243 */ MCD::OPC_FilterValue, 1, 160, 5, 0, // Skip to: 14688 /* 13248 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13251 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13266 /* 13256 */ MCD::OPC_CheckPredicate, 26, 147, 5, 0, // Skip to: 14688 /* 13261 */ MCD::OPC_Decode, 128, 25, 251, 1, // Opcode: VRSHRsv4i16 /* 13266 */ MCD::OPC_FilterValue, 1, 137, 5, 0, // Skip to: 14688 /* 13271 */ MCD::OPC_CheckPredicate, 26, 132, 5, 0, // Skip to: 14688 /* 13276 */ MCD::OPC_Decode, 136, 25, 251, 1, // Opcode: VRSHRuv4i16 /* 13281 */ MCD::OPC_FilterValue, 1, 122, 5, 0, // Skip to: 14688 /* 13286 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13289 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13304 /* 13294 */ MCD::OPC_CheckPredicate, 26, 109, 5, 0, // Skip to: 14688 /* 13299 */ MCD::OPC_Decode, 254, 24, 252, 1, // Opcode: VRSHRsv2i32 /* 13304 */ MCD::OPC_FilterValue, 1, 99, 5, 0, // Skip to: 14688 /* 13309 */ MCD::OPC_CheckPredicate, 26, 94, 5, 0, // Skip to: 14688 /* 13314 */ MCD::OPC_Decode, 134, 25, 252, 1, // Opcode: VRSHRuv2i32 /* 13319 */ MCD::OPC_FilterValue, 3, 139, 0, 0, // Skip to: 13463 /* 13324 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13327 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13425 /* 13332 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13335 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13387 /* 13340 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13343 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13365 /* 13348 */ MCD::OPC_CheckPredicate, 26, 55, 5, 0, // Skip to: 14688 /* 13353 */ MCD::OPC_CheckField, 19, 1, 1, 48, 5, 0, // Skip to: 14688 /* 13360 */ MCD::OPC_Decode, 157, 25, 253, 1, // Opcode: VRSRAsv8i8 /* 13365 */ MCD::OPC_FilterValue, 1, 38, 5, 0, // Skip to: 14688 /* 13370 */ MCD::OPC_CheckPredicate, 26, 33, 5, 0, // Skip to: 14688 /* 13375 */ MCD::OPC_CheckField, 19, 1, 1, 26, 5, 0, // Skip to: 14688 /* 13382 */ MCD::OPC_Decode, 165, 25, 253, 1, // Opcode: VRSRAuv8i8 /* 13387 */ MCD::OPC_FilterValue, 1, 16, 5, 0, // Skip to: 14688 /* 13392 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13395 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13410 /* 13400 */ MCD::OPC_CheckPredicate, 26, 3, 5, 0, // Skip to: 14688 /* 13405 */ MCD::OPC_Decode, 154, 25, 254, 1, // Opcode: VRSRAsv4i16 /* 13410 */ MCD::OPC_FilterValue, 1, 249, 4, 0, // Skip to: 14688 /* 13415 */ MCD::OPC_CheckPredicate, 26, 244, 4, 0, // Skip to: 14688 /* 13420 */ MCD::OPC_Decode, 162, 25, 254, 1, // Opcode: VRSRAuv4i16 /* 13425 */ MCD::OPC_FilterValue, 1, 234, 4, 0, // Skip to: 14688 /* 13430 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13433 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13448 /* 13438 */ MCD::OPC_CheckPredicate, 26, 221, 4, 0, // Skip to: 14688 /* 13443 */ MCD::OPC_Decode, 152, 25, 255, 1, // Opcode: VRSRAsv2i32 /* 13448 */ MCD::OPC_FilterValue, 1, 211, 4, 0, // Skip to: 14688 /* 13453 */ MCD::OPC_CheckPredicate, 26, 206, 4, 0, // Skip to: 14688 /* 13458 */ MCD::OPC_Decode, 160, 25, 255, 1, // Opcode: VRSRAuv2i32 /* 13463 */ MCD::OPC_FilterValue, 4, 84, 0, 0, // Skip to: 13552 /* 13468 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13471 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 13530 /* 13476 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13479 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 13508 /* 13484 */ MCD::OPC_CheckPredicate, 26, 175, 4, 0, // Skip to: 14688 /* 13489 */ MCD::OPC_CheckField, 24, 1, 1, 168, 4, 0, // Skip to: 14688 /* 13496 */ MCD::OPC_CheckField, 19, 1, 1, 161, 4, 0, // Skip to: 14688 /* 13503 */ MCD::OPC_Decode, 157, 26, 253, 1, // Opcode: VSRIv8i8 /* 13508 */ MCD::OPC_FilterValue, 1, 151, 4, 0, // Skip to: 14688 /* 13513 */ MCD::OPC_CheckPredicate, 26, 146, 4, 0, // Skip to: 14688 /* 13518 */ MCD::OPC_CheckField, 24, 1, 1, 139, 4, 0, // Skip to: 14688 /* 13525 */ MCD::OPC_Decode, 154, 26, 254, 1, // Opcode: VSRIv4i16 /* 13530 */ MCD::OPC_FilterValue, 1, 129, 4, 0, // Skip to: 14688 /* 13535 */ MCD::OPC_CheckPredicate, 26, 124, 4, 0, // Skip to: 14688 /* 13540 */ MCD::OPC_CheckField, 24, 1, 1, 117, 4, 0, // Skip to: 14688 /* 13547 */ MCD::OPC_Decode, 152, 26, 255, 1, // Opcode: VSRIv2i32 /* 13552 */ MCD::OPC_FilterValue, 5, 139, 0, 0, // Skip to: 13696 /* 13557 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13560 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13658 /* 13565 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13568 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13620 /* 13573 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13576 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13598 /* 13581 */ MCD::OPC_CheckPredicate, 26, 78, 4, 0, // Skip to: 14688 /* 13586 */ MCD::OPC_CheckField, 19, 1, 1, 71, 4, 0, // Skip to: 14688 /* 13593 */ MCD::OPC_Decode, 206, 25, 128, 2, // Opcode: VSHLiv8i8 /* 13598 */ MCD::OPC_FilterValue, 1, 61, 4, 0, // Skip to: 14688 /* 13603 */ MCD::OPC_CheckPredicate, 26, 56, 4, 0, // Skip to: 14688 /* 13608 */ MCD::OPC_CheckField, 19, 1, 1, 49, 4, 0, // Skip to: 14688 /* 13615 */ MCD::OPC_Decode, 255, 25, 129, 2, // Opcode: VSLIv8i8 /* 13620 */ MCD::OPC_FilterValue, 1, 39, 4, 0, // Skip to: 14688 /* 13625 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13628 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13643 /* 13633 */ MCD::OPC_CheckPredicate, 26, 26, 4, 0, // Skip to: 14688 /* 13638 */ MCD::OPC_Decode, 203, 25, 130, 2, // Opcode: VSHLiv4i16 /* 13643 */ MCD::OPC_FilterValue, 1, 16, 4, 0, // Skip to: 14688 /* 13648 */ MCD::OPC_CheckPredicate, 26, 11, 4, 0, // Skip to: 14688 /* 13653 */ MCD::OPC_Decode, 252, 25, 131, 2, // Opcode: VSLIv4i16 /* 13658 */ MCD::OPC_FilterValue, 1, 1, 4, 0, // Skip to: 14688 /* 13663 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13666 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13681 /* 13671 */ MCD::OPC_CheckPredicate, 26, 244, 3, 0, // Skip to: 14688 /* 13676 */ MCD::OPC_Decode, 201, 25, 132, 2, // Opcode: VSHLiv2i32 /* 13681 */ MCD::OPC_FilterValue, 1, 234, 3, 0, // Skip to: 14688 /* 13686 */ MCD::OPC_CheckPredicate, 26, 229, 3, 0, // Skip to: 14688 /* 13691 */ MCD::OPC_Decode, 250, 25, 133, 2, // Opcode: VSLIv2i32 /* 13696 */ MCD::OPC_FilterValue, 6, 84, 0, 0, // Skip to: 13785 /* 13701 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13704 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 13763 /* 13709 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13712 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 13741 /* 13717 */ MCD::OPC_CheckPredicate, 26, 198, 3, 0, // Skip to: 14688 /* 13722 */ MCD::OPC_CheckField, 24, 1, 1, 191, 3, 0, // Skip to: 14688 /* 13729 */ MCD::OPC_CheckField, 19, 1, 1, 184, 3, 0, // Skip to: 14688 /* 13736 */ MCD::OPC_Decode, 229, 23, 128, 2, // Opcode: VQSHLsuv8i8 /* 13741 */ MCD::OPC_FilterValue, 1, 174, 3, 0, // Skip to: 14688 /* 13746 */ MCD::OPC_CheckPredicate, 26, 169, 3, 0, // Skip to: 14688 /* 13751 */ MCD::OPC_CheckField, 24, 1, 1, 162, 3, 0, // Skip to: 14688 /* 13758 */ MCD::OPC_Decode, 226, 23, 130, 2, // Opcode: VQSHLsuv4i16 /* 13763 */ MCD::OPC_FilterValue, 1, 152, 3, 0, // Skip to: 14688 /* 13768 */ MCD::OPC_CheckPredicate, 26, 147, 3, 0, // Skip to: 14688 /* 13773 */ MCD::OPC_CheckField, 24, 1, 1, 140, 3, 0, // Skip to: 14688 /* 13780 */ MCD::OPC_Decode, 224, 23, 132, 2, // Opcode: VQSHLsuv2i32 /* 13785 */ MCD::OPC_FilterValue, 7, 139, 0, 0, // Skip to: 13929 /* 13790 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13793 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 13891 /* 13798 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13801 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13853 /* 13806 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13809 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13831 /* 13814 */ MCD::OPC_CheckPredicate, 26, 101, 3, 0, // Skip to: 14688 /* 13819 */ MCD::OPC_CheckField, 19, 1, 1, 94, 3, 0, // Skip to: 14688 /* 13826 */ MCD::OPC_Decode, 221, 23, 128, 2, // Opcode: VQSHLsiv8i8 /* 13831 */ MCD::OPC_FilterValue, 1, 84, 3, 0, // Skip to: 14688 /* 13836 */ MCD::OPC_CheckPredicate, 26, 79, 3, 0, // Skip to: 14688 /* 13841 */ MCD::OPC_CheckField, 19, 1, 1, 72, 3, 0, // Skip to: 14688 /* 13848 */ MCD::OPC_Decode, 245, 23, 128, 2, // Opcode: VQSHLuiv8i8 /* 13853 */ MCD::OPC_FilterValue, 1, 62, 3, 0, // Skip to: 14688 /* 13858 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13861 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13876 /* 13866 */ MCD::OPC_CheckPredicate, 26, 49, 3, 0, // Skip to: 14688 /* 13871 */ MCD::OPC_Decode, 218, 23, 130, 2, // Opcode: VQSHLsiv4i16 /* 13876 */ MCD::OPC_FilterValue, 1, 39, 3, 0, // Skip to: 14688 /* 13881 */ MCD::OPC_CheckPredicate, 26, 34, 3, 0, // Skip to: 14688 /* 13886 */ MCD::OPC_Decode, 242, 23, 130, 2, // Opcode: VQSHLuiv4i16 /* 13891 */ MCD::OPC_FilterValue, 1, 24, 3, 0, // Skip to: 14688 /* 13896 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13899 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13914 /* 13904 */ MCD::OPC_CheckPredicate, 26, 11, 3, 0, // Skip to: 14688 /* 13909 */ MCD::OPC_Decode, 216, 23, 132, 2, // Opcode: VQSHLsiv2i32 /* 13914 */ MCD::OPC_FilterValue, 1, 1, 3, 0, // Skip to: 14688 /* 13919 */ MCD::OPC_CheckPredicate, 26, 252, 2, 0, // Skip to: 14688 /* 13924 */ MCD::OPC_Decode, 240, 23, 132, 2, // Opcode: VQSHLuiv2i32 /* 13929 */ MCD::OPC_FilterValue, 8, 139, 0, 0, // Skip to: 14073 /* 13934 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 13937 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 14035 /* 13942 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 13945 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 13997 /* 13950 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 13953 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13975 /* 13958 */ MCD::OPC_CheckPredicate, 26, 213, 2, 0, // Skip to: 14688 /* 13963 */ MCD::OPC_CheckField, 19, 1, 1, 206, 2, 0, // Skip to: 14688 /* 13970 */ MCD::OPC_Decode, 225, 25, 134, 2, // Opcode: VSHRNv8i8 /* 13975 */ MCD::OPC_FilterValue, 1, 196, 2, 0, // Skip to: 14688 /* 13980 */ MCD::OPC_CheckPredicate, 26, 191, 2, 0, // Skip to: 14688 /* 13985 */ MCD::OPC_CheckField, 19, 1, 1, 184, 2, 0, // Skip to: 14688 /* 13992 */ MCD::OPC_Decode, 134, 24, 134, 2, // Opcode: VQSHRUNv8i8 /* 13997 */ MCD::OPC_FilterValue, 1, 174, 2, 0, // Skip to: 14688 /* 14002 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14005 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14020 /* 14010 */ MCD::OPC_CheckPredicate, 26, 161, 2, 0, // Skip to: 14688 /* 14015 */ MCD::OPC_Decode, 224, 25, 135, 2, // Opcode: VSHRNv4i16 /* 14020 */ MCD::OPC_FilterValue, 1, 151, 2, 0, // Skip to: 14688 /* 14025 */ MCD::OPC_CheckPredicate, 26, 146, 2, 0, // Skip to: 14688 /* 14030 */ MCD::OPC_Decode, 133, 24, 135, 2, // Opcode: VQSHRUNv4i16 /* 14035 */ MCD::OPC_FilterValue, 1, 136, 2, 0, // Skip to: 14688 /* 14040 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14043 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14058 /* 14048 */ MCD::OPC_CheckPredicate, 26, 123, 2, 0, // Skip to: 14688 /* 14053 */ MCD::OPC_Decode, 223, 25, 136, 2, // Opcode: VSHRNv2i32 /* 14058 */ MCD::OPC_FilterValue, 1, 113, 2, 0, // Skip to: 14688 /* 14063 */ MCD::OPC_CheckPredicate, 26, 108, 2, 0, // Skip to: 14688 /* 14068 */ MCD::OPC_Decode, 132, 24, 136, 2, // Opcode: VQSHRUNv2i32 /* 14073 */ MCD::OPC_FilterValue, 9, 139, 0, 0, // Skip to: 14217 /* 14078 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 14081 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 14179 /* 14086 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 14089 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 14141 /* 14094 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14097 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14119 /* 14102 */ MCD::OPC_CheckPredicate, 26, 69, 2, 0, // Skip to: 14688 /* 14107 */ MCD::OPC_CheckField, 19, 1, 1, 62, 2, 0, // Skip to: 14688 /* 14114 */ MCD::OPC_Decode, 128, 24, 134, 2, // Opcode: VQSHRNsv8i8 /* 14119 */ MCD::OPC_FilterValue, 1, 52, 2, 0, // Skip to: 14688 /* 14124 */ MCD::OPC_CheckPredicate, 26, 47, 2, 0, // Skip to: 14688 /* 14129 */ MCD::OPC_CheckField, 19, 1, 1, 40, 2, 0, // Skip to: 14688 /* 14136 */ MCD::OPC_Decode, 131, 24, 134, 2, // Opcode: VQSHRNuv8i8 /* 14141 */ MCD::OPC_FilterValue, 1, 30, 2, 0, // Skip to: 14688 /* 14146 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14149 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14164 /* 14154 */ MCD::OPC_CheckPredicate, 26, 17, 2, 0, // Skip to: 14688 /* 14159 */ MCD::OPC_Decode, 255, 23, 135, 2, // Opcode: VQSHRNsv4i16 /* 14164 */ MCD::OPC_FilterValue, 1, 7, 2, 0, // Skip to: 14688 /* 14169 */ MCD::OPC_CheckPredicate, 26, 2, 2, 0, // Skip to: 14688 /* 14174 */ MCD::OPC_Decode, 130, 24, 135, 2, // Opcode: VQSHRNuv4i16 /* 14179 */ MCD::OPC_FilterValue, 1, 248, 1, 0, // Skip to: 14688 /* 14184 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14187 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14202 /* 14192 */ MCD::OPC_CheckPredicate, 26, 235, 1, 0, // Skip to: 14688 /* 14197 */ MCD::OPC_Decode, 254, 23, 136, 2, // Opcode: VQSHRNsv2i32 /* 14202 */ MCD::OPC_FilterValue, 1, 225, 1, 0, // Skip to: 14688 /* 14207 */ MCD::OPC_CheckPredicate, 26, 220, 1, 0, // Skip to: 14688 /* 14212 */ MCD::OPC_Decode, 129, 24, 136, 2, // Opcode: VQSHRNuv2i32 /* 14217 */ MCD::OPC_FilterValue, 10, 243, 0, 0, // Skip to: 14465 /* 14222 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 14225 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 14393 /* 14230 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 14233 */ MCD::OPC_FilterValue, 0, 83, 0, 0, // Skip to: 14321 /* 14238 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14241 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 14281 /* 14246 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 14249 */ MCD::OPC_FilterValue, 1, 178, 1, 0, // Skip to: 14688 /* 14254 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14271 /* 14259 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 14271 /* 14266 */ MCD::OPC_Decode, 201, 21, 242, 1, // Opcode: VMOVLsv8i16 /* 14271 */ MCD::OPC_CheckPredicate, 26, 156, 1, 0, // Skip to: 14688 /* 14276 */ MCD::OPC_Decode, 195, 25, 137, 2, // Opcode: VSHLLsv8i16 /* 14281 */ MCD::OPC_FilterValue, 1, 146, 1, 0, // Skip to: 14688 /* 14286 */ MCD::OPC_ExtractField, 19, 1, // Inst{19} ... /* 14289 */ MCD::OPC_FilterValue, 1, 138, 1, 0, // Skip to: 14688 /* 14294 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14311 /* 14299 */ MCD::OPC_CheckField, 16, 3, 0, 5, 0, 0, // Skip to: 14311 /* 14306 */ MCD::OPC_Decode, 204, 21, 242, 1, // Opcode: VMOVLuv8i16 /* 14311 */ MCD::OPC_CheckPredicate, 26, 116, 1, 0, // Skip to: 14688 /* 14316 */ MCD::OPC_Decode, 198, 25, 137, 2, // Opcode: VSHLLuv8i16 /* 14321 */ MCD::OPC_FilterValue, 1, 106, 1, 0, // Skip to: 14688 /* 14326 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14329 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 14361 /* 14334 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14351 /* 14339 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 14351 /* 14346 */ MCD::OPC_Decode, 200, 21, 242, 1, // Opcode: VMOVLsv4i32 /* 14351 */ MCD::OPC_CheckPredicate, 26, 76, 1, 0, // Skip to: 14688 /* 14356 */ MCD::OPC_Decode, 194, 25, 138, 2, // Opcode: VSHLLsv4i32 /* 14361 */ MCD::OPC_FilterValue, 1, 66, 1, 0, // Skip to: 14688 /* 14366 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14383 /* 14371 */ MCD::OPC_CheckField, 16, 4, 0, 5, 0, 0, // Skip to: 14383 /* 14378 */ MCD::OPC_Decode, 203, 21, 242, 1, // Opcode: VMOVLuv4i32 /* 14383 */ MCD::OPC_CheckPredicate, 26, 44, 1, 0, // Skip to: 14688 /* 14388 */ MCD::OPC_Decode, 197, 25, 138, 2, // Opcode: VSHLLuv4i32 /* 14393 */ MCD::OPC_FilterValue, 1, 34, 1, 0, // Skip to: 14688 /* 14398 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14401 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 14433 /* 14406 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14423 /* 14411 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 14423 /* 14418 */ MCD::OPC_Decode, 199, 21, 242, 1, // Opcode: VMOVLsv2i64 /* 14423 */ MCD::OPC_CheckPredicate, 26, 4, 1, 0, // Skip to: 14688 /* 14428 */ MCD::OPC_Decode, 193, 25, 139, 2, // Opcode: VSHLLsv2i64 /* 14433 */ MCD::OPC_FilterValue, 1, 250, 0, 0, // Skip to: 14688 /* 14438 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14455 /* 14443 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 14455 /* 14450 */ MCD::OPC_Decode, 202, 21, 242, 1, // Opcode: VMOVLuv2i64 /* 14455 */ MCD::OPC_CheckPredicate, 26, 228, 0, 0, // Skip to: 14688 /* 14460 */ MCD::OPC_Decode, 196, 25, 139, 2, // Opcode: VSHLLuv2i64 /* 14465 */ MCD::OPC_FilterValue, 12, 33, 0, 0, // Skip to: 14503 /* 14470 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14473 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14488 /* 14478 */ MCD::OPC_CheckPredicate, 27, 205, 0, 0, // Skip to: 14688 /* 14483 */ MCD::OPC_Decode, 160, 17, 140, 2, // Opcode: VCVTxs2hd /* 14488 */ MCD::OPC_FilterValue, 1, 195, 0, 0, // Skip to: 14688 /* 14493 */ MCD::OPC_CheckPredicate, 27, 190, 0, 0, // Skip to: 14688 /* 14498 */ MCD::OPC_Decode, 164, 17, 140, 2, // Opcode: VCVTxu2hd /* 14503 */ MCD::OPC_FilterValue, 13, 33, 0, 0, // Skip to: 14541 /* 14508 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14511 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14526 /* 14516 */ MCD::OPC_CheckPredicate, 27, 167, 0, 0, // Skip to: 14688 /* 14521 */ MCD::OPC_Decode, 146, 17, 140, 2, // Opcode: VCVTh2xsd /* 14526 */ MCD::OPC_FilterValue, 1, 157, 0, 0, // Skip to: 14688 /* 14531 */ MCD::OPC_CheckPredicate, 27, 152, 0, 0, // Skip to: 14688 /* 14536 */ MCD::OPC_Decode, 148, 17, 140, 2, // Opcode: VCVTh2xud /* 14541 */ MCD::OPC_FilterValue, 14, 80, 0, 0, // Skip to: 14626 /* 14546 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 14549 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14571 /* 14554 */ MCD::OPC_CheckPredicate, 26, 34, 0, 0, // Skip to: 14593 /* 14559 */ MCD::OPC_CheckField, 19, 3, 0, 27, 0, 0, // Skip to: 14593 /* 14566 */ MCD::OPC_Decode, 224, 21, 141, 2, // Opcode: VMOVv8i8 /* 14571 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14593 /* 14576 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14593 /* 14581 */ MCD::OPC_CheckField, 19, 3, 0, 5, 0, 0, // Skip to: 14593 /* 14588 */ MCD::OPC_Decode, 216, 21, 141, 2, // Opcode: VMOVv1i64 /* 14593 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14596 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14611 /* 14601 */ MCD::OPC_CheckPredicate, 26, 82, 0, 0, // Skip to: 14688 /* 14606 */ MCD::OPC_Decode, 158, 17, 140, 2, // Opcode: VCVTxs2fd /* 14611 */ MCD::OPC_FilterValue, 1, 72, 0, 0, // Skip to: 14688 /* 14616 */ MCD::OPC_CheckPredicate, 26, 67, 0, 0, // Skip to: 14688 /* 14621 */ MCD::OPC_Decode, 162, 17, 140, 2, // Opcode: VCVTxu2fd /* 14626 */ MCD::OPC_FilterValue, 15, 57, 0, 0, // Skip to: 14688 /* 14631 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 14634 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14649 /* 14639 */ MCD::OPC_CheckPredicate, 26, 20, 0, 0, // Skip to: 14664 /* 14644 */ MCD::OPC_Decode, 137, 17, 140, 2, // Opcode: VCVTf2xsd /* 14649 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 14664 /* 14654 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 14664 /* 14659 */ MCD::OPC_Decode, 139, 17, 140, 2, // Opcode: VCVTf2xud /* 14664 */ MCD::OPC_CheckPredicate, 26, 19, 0, 0, // Skip to: 14688 /* 14669 */ MCD::OPC_CheckField, 19, 3, 0, 12, 0, 0, // Skip to: 14688 /* 14676 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 14688 /* 14683 */ MCD::OPC_Decode, 217, 21, 141, 2, // Opcode: VMOVv2f32 /* 14688 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 14691 */ MCD::OPC_FilterValue, 0, 88, 0, 0, // Skip to: 14784 /* 14696 */ MCD::OPC_ExtractField, 19, 3, // Inst{21-19} ... /* 14699 */ MCD::OPC_FilterValue, 0, 159, 17, 0, // Skip to: 19215 /* 14704 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 14707 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14729 /* 14712 */ MCD::OPC_CheckPredicate, 26, 57, 0, 0, // Skip to: 14774 /* 14717 */ MCD::OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 14774 /* 14724 */ MCD::OPC_Decode, 221, 21, 141, 2, // Opcode: VMOVv4i16 /* 14729 */ MCD::OPC_FilterValue, 1, 40, 0, 0, // Skip to: 14774 /* 14734 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 14737 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14752 /* 14742 */ MCD::OPC_CheckPredicate, 26, 27, 0, 0, // Skip to: 14774 /* 14747 */ MCD::OPC_Decode, 186, 22, 141, 2, // Opcode: VORRiv2i32 /* 14752 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14774 /* 14757 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14774 /* 14762 */ MCD::OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 14774 /* 14769 */ MCD::OPC_Decode, 187, 22, 141, 2, // Opcode: VORRiv4i16 /* 14774 */ MCD::OPC_CheckPredicate, 26, 84, 17, 0, // Skip to: 19215 /* 14779 */ MCD::OPC_Decode, 218, 21, 141, 2, // Opcode: VMOVv2i32 /* 14784 */ MCD::OPC_FilterValue, 1, 74, 17, 0, // Skip to: 19215 /* 14789 */ MCD::OPC_ExtractField, 19, 3, // Inst{21-19} ... /* 14792 */ MCD::OPC_FilterValue, 0, 66, 17, 0, // Skip to: 19215 /* 14797 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 14800 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 14822 /* 14805 */ MCD::OPC_CheckPredicate, 26, 57, 0, 0, // Skip to: 14867 /* 14810 */ MCD::OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 14867 /* 14817 */ MCD::OPC_Decode, 158, 22, 141, 2, // Opcode: VMVNv4i16 /* 14822 */ MCD::OPC_FilterValue, 1, 40, 0, 0, // Skip to: 14867 /* 14827 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 14830 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14845 /* 14835 */ MCD::OPC_CheckPredicate, 26, 27, 0, 0, // Skip to: 14867 /* 14840 */ MCD::OPC_Decode, 181, 15, 141, 2, // Opcode: VBICiv2i32 /* 14845 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14867 /* 14850 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 14867 /* 14855 */ MCD::OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 14867 /* 14862 */ MCD::OPC_Decode, 182, 15, 141, 2, // Opcode: VBICiv4i16 /* 14867 */ MCD::OPC_CheckPredicate, 26, 247, 16, 0, // Skip to: 19215 /* 14872 */ MCD::OPC_Decode, 157, 22, 141, 2, // Opcode: VMVNv2i32 /* 14877 */ MCD::OPC_FilterValue, 1, 237, 16, 0, // Skip to: 19215 /* 14882 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 14885 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 14925 /* 14890 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 14893 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14909 /* 14899 */ MCD::OPC_CheckPredicate, 26, 215, 16, 0, // Skip to: 19215 /* 14904 */ MCD::OPC_Decode, 227, 25, 142, 2, // Opcode: VSHRsv1i64 /* 14909 */ MCD::OPC_FilterValue, 243, 1, 204, 16, 0, // Skip to: 19215 /* 14915 */ MCD::OPC_CheckPredicate, 26, 199, 16, 0, // Skip to: 19215 /* 14920 */ MCD::OPC_Decode, 235, 25, 142, 2, // Opcode: VSHRuv1i64 /* 14925 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 14965 /* 14930 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 14933 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14949 /* 14939 */ MCD::OPC_CheckPredicate, 26, 175, 16, 0, // Skip to: 19215 /* 14944 */ MCD::OPC_Decode, 135, 26, 143, 2, // Opcode: VSRAsv1i64 /* 14949 */ MCD::OPC_FilterValue, 243, 1, 164, 16, 0, // Skip to: 19215 /* 14955 */ MCD::OPC_CheckPredicate, 26, 159, 16, 0, // Skip to: 19215 /* 14960 */ MCD::OPC_Decode, 143, 26, 143, 2, // Opcode: VSRAuv1i64 /* 14965 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 15005 /* 14970 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 14973 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 14989 /* 14979 */ MCD::OPC_CheckPredicate, 26, 135, 16, 0, // Skip to: 19215 /* 14984 */ MCD::OPC_Decode, 253, 24, 142, 2, // Opcode: VRSHRsv1i64 /* 14989 */ MCD::OPC_FilterValue, 243, 1, 124, 16, 0, // Skip to: 19215 /* 14995 */ MCD::OPC_CheckPredicate, 26, 119, 16, 0, // Skip to: 19215 /* 15000 */ MCD::OPC_Decode, 133, 25, 142, 2, // Opcode: VRSHRuv1i64 /* 15005 */ MCD::OPC_FilterValue, 3, 35, 0, 0, // Skip to: 15045 /* 15010 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15013 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15029 /* 15019 */ MCD::OPC_CheckPredicate, 26, 95, 16, 0, // Skip to: 19215 /* 15024 */ MCD::OPC_Decode, 151, 25, 143, 2, // Opcode: VRSRAsv1i64 /* 15029 */ MCD::OPC_FilterValue, 243, 1, 84, 16, 0, // Skip to: 19215 /* 15035 */ MCD::OPC_CheckPredicate, 26, 79, 16, 0, // Skip to: 19215 /* 15040 */ MCD::OPC_Decode, 159, 25, 143, 2, // Opcode: VRSRAuv1i64 /* 15045 */ MCD::OPC_FilterValue, 4, 18, 0, 0, // Skip to: 15068 /* 15050 */ MCD::OPC_CheckPredicate, 26, 64, 16, 0, // Skip to: 19215 /* 15055 */ MCD::OPC_CheckField, 24, 8, 243, 1, 56, 16, 0, // Skip to: 19215 /* 15063 */ MCD::OPC_Decode, 151, 26, 143, 2, // Opcode: VSRIv1i64 /* 15068 */ MCD::OPC_FilterValue, 5, 35, 0, 0, // Skip to: 15108 /* 15073 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15076 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15092 /* 15082 */ MCD::OPC_CheckPredicate, 26, 32, 16, 0, // Skip to: 19215 /* 15087 */ MCD::OPC_Decode, 200, 25, 144, 2, // Opcode: VSHLiv1i64 /* 15092 */ MCD::OPC_FilterValue, 243, 1, 21, 16, 0, // Skip to: 19215 /* 15098 */ MCD::OPC_CheckPredicate, 26, 16, 16, 0, // Skip to: 19215 /* 15103 */ MCD::OPC_Decode, 249, 25, 145, 2, // Opcode: VSLIv1i64 /* 15108 */ MCD::OPC_FilterValue, 6, 18, 0, 0, // Skip to: 15131 /* 15113 */ MCD::OPC_CheckPredicate, 26, 1, 16, 0, // Skip to: 19215 /* 15118 */ MCD::OPC_CheckField, 24, 8, 243, 1, 249, 15, 0, // Skip to: 19215 /* 15126 */ MCD::OPC_Decode, 223, 23, 144, 2, // Opcode: VQSHLsuv1i64 /* 15131 */ MCD::OPC_FilterValue, 7, 239, 15, 0, // Skip to: 19215 /* 15136 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15139 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15155 /* 15145 */ MCD::OPC_CheckPredicate, 26, 225, 15, 0, // Skip to: 19215 /* 15150 */ MCD::OPC_Decode, 215, 23, 144, 2, // Opcode: VQSHLsiv1i64 /* 15155 */ MCD::OPC_FilterValue, 243, 1, 214, 15, 0, // Skip to: 19215 /* 15161 */ MCD::OPC_CheckPredicate, 26, 209, 15, 0, // Skip to: 19215 /* 15166 */ MCD::OPC_Decode, 239, 23, 144, 2, // Opcode: VQSHLuiv1i64 /* 15171 */ MCD::OPC_FilterValue, 1, 199, 15, 0, // Skip to: 19215 /* 15176 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 15179 */ MCD::OPC_FilterValue, 0, 179, 7, 0, // Skip to: 17155 /* 15184 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 15187 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 15355 /* 15192 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15195 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 15235 /* 15200 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15203 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15219 /* 15209 */ MCD::OPC_CheckPredicate, 26, 161, 15, 0, // Skip to: 19215 /* 15214 */ MCD::OPC_Decode, 242, 22, 206, 1, // Opcode: VQADDsv16i8 /* 15219 */ MCD::OPC_FilterValue, 243, 1, 150, 15, 0, // Skip to: 19215 /* 15225 */ MCD::OPC_CheckPredicate, 26, 145, 15, 0, // Skip to: 19215 /* 15230 */ MCD::OPC_Decode, 250, 22, 206, 1, // Opcode: VQADDuv16i8 /* 15235 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 15275 /* 15240 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15243 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15259 /* 15249 */ MCD::OPC_CheckPredicate, 26, 121, 15, 0, // Skip to: 19215 /* 15254 */ MCD::OPC_Decode, 248, 22, 206, 1, // Opcode: VQADDsv8i16 /* 15259 */ MCD::OPC_FilterValue, 243, 1, 110, 15, 0, // Skip to: 19215 /* 15265 */ MCD::OPC_CheckPredicate, 26, 105, 15, 0, // Skip to: 19215 /* 15270 */ MCD::OPC_Decode, 128, 23, 206, 1, // Opcode: VQADDuv8i16 /* 15275 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 15315 /* 15280 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15283 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15299 /* 15289 */ MCD::OPC_CheckPredicate, 26, 81, 15, 0, // Skip to: 19215 /* 15294 */ MCD::OPC_Decode, 247, 22, 206, 1, // Opcode: VQADDsv4i32 /* 15299 */ MCD::OPC_FilterValue, 243, 1, 70, 15, 0, // Skip to: 19215 /* 15305 */ MCD::OPC_CheckPredicate, 26, 65, 15, 0, // Skip to: 19215 /* 15310 */ MCD::OPC_Decode, 255, 22, 206, 1, // Opcode: VQADDuv4i32 /* 15315 */ MCD::OPC_FilterValue, 3, 55, 15, 0, // Skip to: 19215 /* 15320 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15323 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15339 /* 15329 */ MCD::OPC_CheckPredicate, 26, 41, 15, 0, // Skip to: 19215 /* 15334 */ MCD::OPC_Decode, 245, 22, 206, 1, // Opcode: VQADDsv2i64 /* 15339 */ MCD::OPC_FilterValue, 243, 1, 30, 15, 0, // Skip to: 19215 /* 15345 */ MCD::OPC_CheckPredicate, 26, 25, 15, 0, // Skip to: 19215 /* 15350 */ MCD::OPC_Decode, 253, 22, 206, 1, // Opcode: VQADDuv2i64 /* 15355 */ MCD::OPC_FilterValue, 1, 163, 0, 0, // Skip to: 15523 /* 15360 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15363 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 15403 /* 15368 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15371 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15387 /* 15377 */ MCD::OPC_CheckPredicate, 26, 249, 14, 0, // Skip to: 19215 /* 15382 */ MCD::OPC_Decode, 179, 15, 206, 1, // Opcode: VANDq /* 15387 */ MCD::OPC_FilterValue, 243, 1, 238, 14, 0, // Skip to: 19215 /* 15393 */ MCD::OPC_CheckPredicate, 26, 233, 14, 0, // Skip to: 19215 /* 15398 */ MCD::OPC_Decode, 182, 17, 206, 1, // Opcode: VEORq /* 15403 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 15443 /* 15408 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15411 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15427 /* 15417 */ MCD::OPC_CheckPredicate, 26, 209, 14, 0, // Skip to: 19215 /* 15422 */ MCD::OPC_Decode, 185, 15, 206, 1, // Opcode: VBICq /* 15427 */ MCD::OPC_FilterValue, 243, 1, 198, 14, 0, // Skip to: 19215 /* 15433 */ MCD::OPC_CheckPredicate, 26, 193, 14, 0, // Skip to: 19215 /* 15438 */ MCD::OPC_Decode, 191, 15, 214, 1, // Opcode: VBSLq /* 15443 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 15483 /* 15448 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15451 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15467 /* 15457 */ MCD::OPC_CheckPredicate, 26, 169, 14, 0, // Skip to: 19215 /* 15462 */ MCD::OPC_Decode, 190, 22, 206, 1, // Opcode: VORRq /* 15467 */ MCD::OPC_FilterValue, 243, 1, 158, 14, 0, // Skip to: 19215 /* 15473 */ MCD::OPC_CheckPredicate, 26, 153, 14, 0, // Skip to: 19215 /* 15478 */ MCD::OPC_Decode, 189, 15, 214, 1, // Opcode: VBITq /* 15483 */ MCD::OPC_FilterValue, 3, 143, 14, 0, // Skip to: 19215 /* 15488 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15491 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15507 /* 15497 */ MCD::OPC_CheckPredicate, 26, 129, 14, 0, // Skip to: 19215 /* 15502 */ MCD::OPC_Decode, 184, 22, 206, 1, // Opcode: VORNq /* 15507 */ MCD::OPC_FilterValue, 243, 1, 118, 14, 0, // Skip to: 19215 /* 15513 */ MCD::OPC_CheckPredicate, 26, 113, 14, 0, // Skip to: 19215 /* 15518 */ MCD::OPC_Decode, 187, 15, 214, 1, // Opcode: VBIFq /* 15523 */ MCD::OPC_FilterValue, 2, 163, 0, 0, // Skip to: 15691 /* 15528 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15531 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 15571 /* 15536 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15539 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15555 /* 15545 */ MCD::OPC_CheckPredicate, 26, 81, 14, 0, // Skip to: 19215 /* 15550 */ MCD::OPC_Decode, 135, 24, 206, 1, // Opcode: VQSUBsv16i8 /* 15555 */ MCD::OPC_FilterValue, 243, 1, 70, 14, 0, // Skip to: 19215 /* 15561 */ MCD::OPC_CheckPredicate, 26, 65, 14, 0, // Skip to: 19215 /* 15566 */ MCD::OPC_Decode, 143, 24, 206, 1, // Opcode: VQSUBuv16i8 /* 15571 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 15611 /* 15576 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15579 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15595 /* 15585 */ MCD::OPC_CheckPredicate, 26, 41, 14, 0, // Skip to: 19215 /* 15590 */ MCD::OPC_Decode, 141, 24, 206, 1, // Opcode: VQSUBsv8i16 /* 15595 */ MCD::OPC_FilterValue, 243, 1, 30, 14, 0, // Skip to: 19215 /* 15601 */ MCD::OPC_CheckPredicate, 26, 25, 14, 0, // Skip to: 19215 /* 15606 */ MCD::OPC_Decode, 149, 24, 206, 1, // Opcode: VQSUBuv8i16 /* 15611 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 15651 /* 15616 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15619 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15635 /* 15625 */ MCD::OPC_CheckPredicate, 26, 1, 14, 0, // Skip to: 19215 /* 15630 */ MCD::OPC_Decode, 140, 24, 206, 1, // Opcode: VQSUBsv4i32 /* 15635 */ MCD::OPC_FilterValue, 243, 1, 246, 13, 0, // Skip to: 19215 /* 15641 */ MCD::OPC_CheckPredicate, 26, 241, 13, 0, // Skip to: 19215 /* 15646 */ MCD::OPC_Decode, 148, 24, 206, 1, // Opcode: VQSUBuv4i32 /* 15651 */ MCD::OPC_FilterValue, 3, 231, 13, 0, // Skip to: 19215 /* 15656 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15659 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15675 /* 15665 */ MCD::OPC_CheckPredicate, 26, 217, 13, 0, // Skip to: 19215 /* 15670 */ MCD::OPC_Decode, 138, 24, 206, 1, // Opcode: VQSUBsv2i64 /* 15675 */ MCD::OPC_FilterValue, 243, 1, 206, 13, 0, // Skip to: 19215 /* 15681 */ MCD::OPC_CheckPredicate, 26, 201, 13, 0, // Skip to: 19215 /* 15686 */ MCD::OPC_Decode, 146, 24, 206, 1, // Opcode: VQSUBuv2i64 /* 15691 */ MCD::OPC_FilterValue, 3, 123, 0, 0, // Skip to: 15819 /* 15696 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15699 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 15739 /* 15704 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15707 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15723 /* 15713 */ MCD::OPC_CheckPredicate, 26, 169, 13, 0, // Skip to: 19215 /* 15718 */ MCD::OPC_Decode, 220, 15, 206, 1, // Opcode: VCGEsv16i8 /* 15723 */ MCD::OPC_FilterValue, 243, 1, 158, 13, 0, // Skip to: 19215 /* 15729 */ MCD::OPC_CheckPredicate, 26, 153, 13, 0, // Skip to: 19215 /* 15734 */ MCD::OPC_Decode, 226, 15, 206, 1, // Opcode: VCGEuv16i8 /* 15739 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 15779 /* 15744 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15747 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15763 /* 15753 */ MCD::OPC_CheckPredicate, 26, 129, 13, 0, // Skip to: 19215 /* 15758 */ MCD::OPC_Decode, 224, 15, 206, 1, // Opcode: VCGEsv8i16 /* 15763 */ MCD::OPC_FilterValue, 243, 1, 118, 13, 0, // Skip to: 19215 /* 15769 */ MCD::OPC_CheckPredicate, 26, 113, 13, 0, // Skip to: 19215 /* 15774 */ MCD::OPC_Decode, 230, 15, 206, 1, // Opcode: VCGEuv8i16 /* 15779 */ MCD::OPC_FilterValue, 2, 103, 13, 0, // Skip to: 19215 /* 15784 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15787 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15803 /* 15793 */ MCD::OPC_CheckPredicate, 26, 89, 13, 0, // Skip to: 19215 /* 15798 */ MCD::OPC_Decode, 223, 15, 206, 1, // Opcode: VCGEsv4i32 /* 15803 */ MCD::OPC_FilterValue, 243, 1, 78, 13, 0, // Skip to: 19215 /* 15809 */ MCD::OPC_CheckPredicate, 26, 73, 13, 0, // Skip to: 19215 /* 15814 */ MCD::OPC_Decode, 229, 15, 206, 1, // Opcode: VCGEuv4i32 /* 15819 */ MCD::OPC_FilterValue, 4, 163, 0, 0, // Skip to: 15987 /* 15824 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15827 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 15867 /* 15832 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15835 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15851 /* 15841 */ MCD::OPC_CheckPredicate, 26, 41, 13, 0, // Skip to: 19215 /* 15846 */ MCD::OPC_Decode, 230, 23, 210, 1, // Opcode: VQSHLsv16i8 /* 15851 */ MCD::OPC_FilterValue, 243, 1, 30, 13, 0, // Skip to: 19215 /* 15857 */ MCD::OPC_CheckPredicate, 26, 25, 13, 0, // Skip to: 19215 /* 15862 */ MCD::OPC_Decode, 246, 23, 210, 1, // Opcode: VQSHLuv16i8 /* 15867 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 15907 /* 15872 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15875 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15891 /* 15881 */ MCD::OPC_CheckPredicate, 26, 1, 13, 0, // Skip to: 19215 /* 15886 */ MCD::OPC_Decode, 236, 23, 210, 1, // Opcode: VQSHLsv8i16 /* 15891 */ MCD::OPC_FilterValue, 243, 1, 246, 12, 0, // Skip to: 19215 /* 15897 */ MCD::OPC_CheckPredicate, 26, 241, 12, 0, // Skip to: 19215 /* 15902 */ MCD::OPC_Decode, 252, 23, 210, 1, // Opcode: VQSHLuv8i16 /* 15907 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 15947 /* 15912 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15915 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15931 /* 15921 */ MCD::OPC_CheckPredicate, 26, 217, 12, 0, // Skip to: 19215 /* 15926 */ MCD::OPC_Decode, 235, 23, 210, 1, // Opcode: VQSHLsv4i32 /* 15931 */ MCD::OPC_FilterValue, 243, 1, 206, 12, 0, // Skip to: 19215 /* 15937 */ MCD::OPC_CheckPredicate, 26, 201, 12, 0, // Skip to: 19215 /* 15942 */ MCD::OPC_Decode, 251, 23, 210, 1, // Opcode: VQSHLuv4i32 /* 15947 */ MCD::OPC_FilterValue, 3, 191, 12, 0, // Skip to: 19215 /* 15952 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 15955 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 15971 /* 15961 */ MCD::OPC_CheckPredicate, 26, 177, 12, 0, // Skip to: 19215 /* 15966 */ MCD::OPC_Decode, 233, 23, 210, 1, // Opcode: VQSHLsv2i64 /* 15971 */ MCD::OPC_FilterValue, 243, 1, 166, 12, 0, // Skip to: 19215 /* 15977 */ MCD::OPC_CheckPredicate, 26, 161, 12, 0, // Skip to: 19215 /* 15982 */ MCD::OPC_Decode, 249, 23, 210, 1, // Opcode: VQSHLuv2i64 /* 15987 */ MCD::OPC_FilterValue, 5, 163, 0, 0, // Skip to: 16155 /* 15992 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 15995 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16035 /* 16000 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16003 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16019 /* 16009 */ MCD::OPC_CheckPredicate, 26, 129, 12, 0, // Skip to: 19215 /* 16014 */ MCD::OPC_Decode, 189, 23, 210, 1, // Opcode: VQRSHLsv16i8 /* 16019 */ MCD::OPC_FilterValue, 243, 1, 118, 12, 0, // Skip to: 19215 /* 16025 */ MCD::OPC_CheckPredicate, 26, 113, 12, 0, // Skip to: 19215 /* 16030 */ MCD::OPC_Decode, 197, 23, 210, 1, // Opcode: VQRSHLuv16i8 /* 16035 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16075 /* 16040 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16043 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16059 /* 16049 */ MCD::OPC_CheckPredicate, 26, 89, 12, 0, // Skip to: 19215 /* 16054 */ MCD::OPC_Decode, 195, 23, 210, 1, // Opcode: VQRSHLsv8i16 /* 16059 */ MCD::OPC_FilterValue, 243, 1, 78, 12, 0, // Skip to: 19215 /* 16065 */ MCD::OPC_CheckPredicate, 26, 73, 12, 0, // Skip to: 19215 /* 16070 */ MCD::OPC_Decode, 203, 23, 210, 1, // Opcode: VQRSHLuv8i16 /* 16075 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 16115 /* 16080 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16083 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16099 /* 16089 */ MCD::OPC_CheckPredicate, 26, 49, 12, 0, // Skip to: 19215 /* 16094 */ MCD::OPC_Decode, 194, 23, 210, 1, // Opcode: VQRSHLsv4i32 /* 16099 */ MCD::OPC_FilterValue, 243, 1, 38, 12, 0, // Skip to: 19215 /* 16105 */ MCD::OPC_CheckPredicate, 26, 33, 12, 0, // Skip to: 19215 /* 16110 */ MCD::OPC_Decode, 202, 23, 210, 1, // Opcode: VQRSHLuv4i32 /* 16115 */ MCD::OPC_FilterValue, 3, 23, 12, 0, // Skip to: 19215 /* 16120 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16123 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16139 /* 16129 */ MCD::OPC_CheckPredicate, 26, 9, 12, 0, // Skip to: 19215 /* 16134 */ MCD::OPC_Decode, 192, 23, 210, 1, // Opcode: VQRSHLsv2i64 /* 16139 */ MCD::OPC_FilterValue, 243, 1, 254, 11, 0, // Skip to: 19215 /* 16145 */ MCD::OPC_CheckPredicate, 26, 249, 11, 0, // Skip to: 19215 /* 16150 */ MCD::OPC_Decode, 200, 23, 210, 1, // Opcode: VQRSHLuv2i64 /* 16155 */ MCD::OPC_FilterValue, 6, 123, 0, 0, // Skip to: 16283 /* 16160 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16163 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16203 /* 16168 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16171 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16187 /* 16177 */ MCD::OPC_CheckPredicate, 26, 217, 11, 0, // Skip to: 19215 /* 16182 */ MCD::OPC_Decode, 249, 20, 206, 1, // Opcode: VMINsv16i8 /* 16187 */ MCD::OPC_FilterValue, 243, 1, 206, 11, 0, // Skip to: 19215 /* 16193 */ MCD::OPC_CheckPredicate, 26, 201, 11, 0, // Skip to: 19215 /* 16198 */ MCD::OPC_Decode, 255, 20, 206, 1, // Opcode: VMINuv16i8 /* 16203 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16243 /* 16208 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16211 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16227 /* 16217 */ MCD::OPC_CheckPredicate, 26, 177, 11, 0, // Skip to: 19215 /* 16222 */ MCD::OPC_Decode, 253, 20, 206, 1, // Opcode: VMINsv8i16 /* 16227 */ MCD::OPC_FilterValue, 243, 1, 166, 11, 0, // Skip to: 19215 /* 16233 */ MCD::OPC_CheckPredicate, 26, 161, 11, 0, // Skip to: 19215 /* 16238 */ MCD::OPC_Decode, 131, 21, 206, 1, // Opcode: VMINuv8i16 /* 16243 */ MCD::OPC_FilterValue, 2, 151, 11, 0, // Skip to: 19215 /* 16248 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16251 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16267 /* 16257 */ MCD::OPC_CheckPredicate, 26, 137, 11, 0, // Skip to: 19215 /* 16262 */ MCD::OPC_Decode, 252, 20, 206, 1, // Opcode: VMINsv4i32 /* 16267 */ MCD::OPC_FilterValue, 243, 1, 126, 11, 0, // Skip to: 19215 /* 16273 */ MCD::OPC_CheckPredicate, 26, 121, 11, 0, // Skip to: 19215 /* 16278 */ MCD::OPC_Decode, 130, 21, 206, 1, // Opcode: VMINuv4i32 /* 16283 */ MCD::OPC_FilterValue, 7, 123, 0, 0, // Skip to: 16411 /* 16288 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16291 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16331 /* 16296 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16299 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16315 /* 16305 */ MCD::OPC_CheckPredicate, 26, 89, 11, 0, // Skip to: 19215 /* 16310 */ MCD::OPC_Decode, 221, 14, 214, 1, // Opcode: VABAsv16i8 /* 16315 */ MCD::OPC_FilterValue, 243, 1, 78, 11, 0, // Skip to: 19215 /* 16321 */ MCD::OPC_CheckPredicate, 26, 73, 11, 0, // Skip to: 19215 /* 16326 */ MCD::OPC_Decode, 227, 14, 214, 1, // Opcode: VABAuv16i8 /* 16331 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16371 /* 16336 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16339 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16355 /* 16345 */ MCD::OPC_CheckPredicate, 26, 49, 11, 0, // Skip to: 19215 /* 16350 */ MCD::OPC_Decode, 225, 14, 214, 1, // Opcode: VABAsv8i16 /* 16355 */ MCD::OPC_FilterValue, 243, 1, 38, 11, 0, // Skip to: 19215 /* 16361 */ MCD::OPC_CheckPredicate, 26, 33, 11, 0, // Skip to: 19215 /* 16366 */ MCD::OPC_Decode, 231, 14, 214, 1, // Opcode: VABAuv8i16 /* 16371 */ MCD::OPC_FilterValue, 2, 23, 11, 0, // Skip to: 19215 /* 16376 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16379 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16395 /* 16385 */ MCD::OPC_CheckPredicate, 26, 9, 11, 0, // Skip to: 19215 /* 16390 */ MCD::OPC_Decode, 224, 14, 214, 1, // Opcode: VABAsv4i32 /* 16395 */ MCD::OPC_FilterValue, 243, 1, 254, 10, 0, // Skip to: 19215 /* 16401 */ MCD::OPC_CheckPredicate, 26, 249, 10, 0, // Skip to: 19215 /* 16406 */ MCD::OPC_Decode, 230, 14, 214, 1, // Opcode: VABAuv4i32 /* 16411 */ MCD::OPC_FilterValue, 8, 123, 0, 0, // Skip to: 16539 /* 16416 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16419 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16459 /* 16424 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16427 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16443 /* 16433 */ MCD::OPC_CheckPredicate, 26, 217, 10, 0, // Skip to: 19215 /* 16438 */ MCD::OPC_Decode, 242, 28, 206, 1, // Opcode: VTSTv16i8 /* 16443 */ MCD::OPC_FilterValue, 243, 1, 206, 10, 0, // Skip to: 19215 /* 16449 */ MCD::OPC_CheckPredicate, 26, 201, 10, 0, // Skip to: 19215 /* 16454 */ MCD::OPC_Decode, 200, 15, 206, 1, // Opcode: VCEQv16i8 /* 16459 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16499 /* 16464 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16467 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16483 /* 16473 */ MCD::OPC_CheckPredicate, 26, 177, 10, 0, // Skip to: 19215 /* 16478 */ MCD::OPC_Decode, 246, 28, 206, 1, // Opcode: VTSTv8i16 /* 16483 */ MCD::OPC_FilterValue, 243, 1, 166, 10, 0, // Skip to: 19215 /* 16489 */ MCD::OPC_CheckPredicate, 26, 161, 10, 0, // Skip to: 19215 /* 16494 */ MCD::OPC_Decode, 204, 15, 206, 1, // Opcode: VCEQv8i16 /* 16499 */ MCD::OPC_FilterValue, 2, 151, 10, 0, // Skip to: 19215 /* 16504 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16507 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16523 /* 16513 */ MCD::OPC_CheckPredicate, 26, 137, 10, 0, // Skip to: 19215 /* 16518 */ MCD::OPC_Decode, 245, 28, 206, 1, // Opcode: VTSTv4i32 /* 16523 */ MCD::OPC_FilterValue, 243, 1, 126, 10, 0, // Skip to: 19215 /* 16529 */ MCD::OPC_CheckPredicate, 26, 121, 10, 0, // Skip to: 19215 /* 16534 */ MCD::OPC_Decode, 203, 15, 206, 1, // Opcode: VCEQv4i32 /* 16539 */ MCD::OPC_FilterValue, 9, 89, 0, 0, // Skip to: 16633 /* 16544 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16547 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16587 /* 16552 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16555 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16571 /* 16561 */ MCD::OPC_CheckPredicate, 26, 89, 10, 0, // Skip to: 19215 /* 16566 */ MCD::OPC_Decode, 149, 22, 206, 1, // Opcode: VMULv16i8 /* 16571 */ MCD::OPC_FilterValue, 243, 1, 78, 10, 0, // Skip to: 19215 /* 16577 */ MCD::OPC_CheckPredicate, 26, 73, 10, 0, // Skip to: 19215 /* 16582 */ MCD::OPC_Decode, 140, 22, 206, 1, // Opcode: VMULpq /* 16587 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 16610 /* 16592 */ MCD::OPC_CheckPredicate, 26, 58, 10, 0, // Skip to: 19215 /* 16597 */ MCD::OPC_CheckField, 24, 8, 242, 1, 50, 10, 0, // Skip to: 19215 /* 16605 */ MCD::OPC_Decode, 153, 22, 206, 1, // Opcode: VMULv8i16 /* 16610 */ MCD::OPC_FilterValue, 2, 40, 10, 0, // Skip to: 19215 /* 16615 */ MCD::OPC_CheckPredicate, 26, 35, 10, 0, // Skip to: 19215 /* 16620 */ MCD::OPC_CheckField, 24, 8, 242, 1, 27, 10, 0, // Skip to: 19215 /* 16628 */ MCD::OPC_Decode, 152, 22, 206, 1, // Opcode: VMULv4i32 /* 16633 */ MCD::OPC_FilterValue, 11, 49, 0, 0, // Skip to: 16687 /* 16638 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16641 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 16664 /* 16646 */ MCD::OPC_CheckPredicate, 28, 4, 10, 0, // Skip to: 19215 /* 16651 */ MCD::OPC_CheckField, 24, 8, 243, 1, 252, 9, 0, // Skip to: 19215 /* 16659 */ MCD::OPC_Decode, 172, 23, 214, 1, // Opcode: VQRDMLAHv8i16 /* 16664 */ MCD::OPC_FilterValue, 2, 242, 9, 0, // Skip to: 19215 /* 16669 */ MCD::OPC_CheckPredicate, 28, 237, 9, 0, // Skip to: 19215 /* 16674 */ MCD::OPC_CheckField, 24, 8, 243, 1, 229, 9, 0, // Skip to: 19215 /* 16682 */ MCD::OPC_Decode, 171, 23, 214, 1, // Opcode: VQRDMLAHv4i32 /* 16687 */ MCD::OPC_FilterValue, 12, 129, 0, 0, // Skip to: 16821 /* 16692 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16695 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 16718 /* 16700 */ MCD::OPC_CheckPredicate, 31, 206, 9, 0, // Skip to: 19215 /* 16705 */ MCD::OPC_CheckField, 24, 8, 242, 1, 198, 9, 0, // Skip to: 19215 /* 16713 */ MCD::OPC_Decode, 198, 17, 214, 1, // Opcode: VFMAfq /* 16718 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16758 /* 16723 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16726 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16742 /* 16732 */ MCD::OPC_CheckPredicate, 27, 174, 9, 0, // Skip to: 19215 /* 16737 */ MCD::OPC_Decode, 200, 17, 214, 1, // Opcode: VFMAhq /* 16742 */ MCD::OPC_FilterValue, 243, 1, 163, 9, 0, // Skip to: 19215 /* 16748 */ MCD::OPC_CheckPredicate, 28, 158, 9, 0, // Skip to: 19215 /* 16753 */ MCD::OPC_Decode, 180, 23, 214, 1, // Opcode: VQRDMLSHv8i16 /* 16758 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 16798 /* 16763 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16766 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16782 /* 16772 */ MCD::OPC_CheckPredicate, 31, 134, 9, 0, // Skip to: 19215 /* 16777 */ MCD::OPC_Decode, 209, 17, 214, 1, // Opcode: VFMSfq /* 16782 */ MCD::OPC_FilterValue, 243, 1, 123, 9, 0, // Skip to: 19215 /* 16788 */ MCD::OPC_CheckPredicate, 28, 118, 9, 0, // Skip to: 19215 /* 16793 */ MCD::OPC_Decode, 179, 23, 214, 1, // Opcode: VQRDMLSHv4i32 /* 16798 */ MCD::OPC_FilterValue, 3, 108, 9, 0, // Skip to: 19215 /* 16803 */ MCD::OPC_CheckPredicate, 27, 103, 9, 0, // Skip to: 19215 /* 16808 */ MCD::OPC_CheckField, 24, 8, 242, 1, 95, 9, 0, // Skip to: 19215 /* 16816 */ MCD::OPC_Decode, 211, 17, 214, 1, // Opcode: VFMShq /* 16821 */ MCD::OPC_FilterValue, 13, 129, 0, 0, // Skip to: 16955 /* 16826 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16829 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 16869 /* 16834 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16837 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16853 /* 16843 */ MCD::OPC_CheckPredicate, 26, 63, 9, 0, // Skip to: 19215 /* 16848 */ MCD::OPC_Decode, 147, 21, 214, 1, // Opcode: VMLAfq /* 16853 */ MCD::OPC_FilterValue, 243, 1, 52, 9, 0, // Skip to: 19215 /* 16859 */ MCD::OPC_CheckPredicate, 26, 47, 9, 0, // Skip to: 19215 /* 16864 */ MCD::OPC_Decode, 136, 22, 206, 1, // Opcode: VMULfq /* 16869 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 16909 /* 16874 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 16877 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 16893 /* 16883 */ MCD::OPC_CheckPredicate, 27, 23, 9, 0, // Skip to: 19215 /* 16888 */ MCD::OPC_Decode, 149, 21, 214, 1, // Opcode: VMLAhq /* 16893 */ MCD::OPC_FilterValue, 243, 1, 12, 9, 0, // Skip to: 19215 /* 16899 */ MCD::OPC_CheckPredicate, 27, 7, 9, 0, // Skip to: 19215 /* 16904 */ MCD::OPC_Decode, 138, 22, 206, 1, // Opcode: VMULhq /* 16909 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 16932 /* 16914 */ MCD::OPC_CheckPredicate, 26, 248, 8, 0, // Skip to: 19215 /* 16919 */ MCD::OPC_CheckField, 24, 8, 242, 1, 240, 8, 0, // Skip to: 19215 /* 16927 */ MCD::OPC_Decode, 178, 21, 214, 1, // Opcode: VMLSfq /* 16932 */ MCD::OPC_FilterValue, 3, 230, 8, 0, // Skip to: 19215 /* 16937 */ MCD::OPC_CheckPredicate, 27, 225, 8, 0, // Skip to: 19215 /* 16942 */ MCD::OPC_CheckField, 24, 8, 242, 1, 217, 8, 0, // Skip to: 19215 /* 16950 */ MCD::OPC_Decode, 180, 21, 214, 1, // Opcode: VMLShq /* 16955 */ MCD::OPC_FilterValue, 14, 95, 0, 0, // Skip to: 17055 /* 16960 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 16963 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 16986 /* 16968 */ MCD::OPC_CheckPredicate, 26, 194, 8, 0, // Skip to: 19215 /* 16973 */ MCD::OPC_CheckField, 24, 8, 243, 1, 186, 8, 0, // Skip to: 19215 /* 16981 */ MCD::OPC_Decode, 141, 15, 206, 1, // Opcode: VACGEfq /* 16986 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 17009 /* 16991 */ MCD::OPC_CheckPredicate, 27, 171, 8, 0, // Skip to: 19215 /* 16996 */ MCD::OPC_CheckField, 24, 8, 243, 1, 163, 8, 0, // Skip to: 19215 /* 17004 */ MCD::OPC_Decode, 143, 15, 206, 1, // Opcode: VACGEhq /* 17009 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 17032 /* 17014 */ MCD::OPC_CheckPredicate, 26, 148, 8, 0, // Skip to: 19215 /* 17019 */ MCD::OPC_CheckField, 24, 8, 243, 1, 140, 8, 0, // Skip to: 19215 /* 17027 */ MCD::OPC_Decode, 145, 15, 206, 1, // Opcode: VACGTfq /* 17032 */ MCD::OPC_FilterValue, 3, 130, 8, 0, // Skip to: 19215 /* 17037 */ MCD::OPC_CheckPredicate, 27, 125, 8, 0, // Skip to: 19215 /* 17042 */ MCD::OPC_CheckField, 24, 8, 243, 1, 117, 8, 0, // Skip to: 19215 /* 17050 */ MCD::OPC_Decode, 147, 15, 206, 1, // Opcode: VACGThq /* 17055 */ MCD::OPC_FilterValue, 15, 107, 8, 0, // Skip to: 19215 /* 17060 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 17063 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 17086 /* 17068 */ MCD::OPC_CheckPredicate, 26, 94, 8, 0, // Skip to: 19215 /* 17073 */ MCD::OPC_CheckField, 24, 8, 242, 1, 86, 8, 0, // Skip to: 19215 /* 17081 */ MCD::OPC_Decode, 161, 24, 206, 1, // Opcode: VRECPSfq /* 17086 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 17109 /* 17091 */ MCD::OPC_CheckPredicate, 27, 71, 8, 0, // Skip to: 19215 /* 17096 */ MCD::OPC_CheckField, 24, 8, 242, 1, 63, 8, 0, // Skip to: 19215 /* 17104 */ MCD::OPC_Decode, 163, 24, 206, 1, // Opcode: VRECPShq /* 17109 */ MCD::OPC_FilterValue, 2, 18, 0, 0, // Skip to: 17132 /* 17114 */ MCD::OPC_CheckPredicate, 26, 48, 8, 0, // Skip to: 19215 /* 17119 */ MCD::OPC_CheckField, 24, 8, 242, 1, 40, 8, 0, // Skip to: 19215 /* 17127 */ MCD::OPC_Decode, 147, 25, 206, 1, // Opcode: VRSQRTSfq /* 17132 */ MCD::OPC_FilterValue, 3, 30, 8, 0, // Skip to: 19215 /* 17137 */ MCD::OPC_CheckPredicate, 27, 25, 8, 0, // Skip to: 19215 /* 17142 */ MCD::OPC_CheckField, 24, 8, 242, 1, 17, 8, 0, // Skip to: 19215 /* 17150 */ MCD::OPC_Decode, 149, 25, 206, 1, // Opcode: VRSQRTShq /* 17155 */ MCD::OPC_FilterValue, 1, 7, 8, 0, // Skip to: 19215 /* 17160 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 17163 */ MCD::OPC_FilterValue, 0, 217, 6, 0, // Skip to: 18921 /* 17168 */ MCD::OPC_ExtractField, 25, 7, // Inst{31-25} ... /* 17171 */ MCD::OPC_FilterValue, 121, 247, 7, 0, // Skip to: 19215 /* 17176 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 17179 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 17323 /* 17184 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17187 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17285 /* 17192 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17195 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17247 /* 17200 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17203 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17225 /* 17208 */ MCD::OPC_CheckPredicate, 26, 239, 5, 0, // Skip to: 18732 /* 17213 */ MCD::OPC_CheckField, 19, 1, 1, 232, 5, 0, // Skip to: 18732 /* 17220 */ MCD::OPC_Decode, 226, 25, 146, 2, // Opcode: VSHRsv16i8 /* 17225 */ MCD::OPC_FilterValue, 1, 222, 5, 0, // Skip to: 18732 /* 17230 */ MCD::OPC_CheckPredicate, 26, 217, 5, 0, // Skip to: 18732 /* 17235 */ MCD::OPC_CheckField, 19, 1, 1, 210, 5, 0, // Skip to: 18732 /* 17242 */ MCD::OPC_Decode, 234, 25, 146, 2, // Opcode: VSHRuv16i8 /* 17247 */ MCD::OPC_FilterValue, 1, 200, 5, 0, // Skip to: 18732 /* 17252 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17255 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17270 /* 17260 */ MCD::OPC_CheckPredicate, 26, 187, 5, 0, // Skip to: 18732 /* 17265 */ MCD::OPC_Decode, 232, 25, 147, 2, // Opcode: VSHRsv8i16 /* 17270 */ MCD::OPC_FilterValue, 1, 177, 5, 0, // Skip to: 18732 /* 17275 */ MCD::OPC_CheckPredicate, 26, 172, 5, 0, // Skip to: 18732 /* 17280 */ MCD::OPC_Decode, 240, 25, 147, 2, // Opcode: VSHRuv8i16 /* 17285 */ MCD::OPC_FilterValue, 1, 162, 5, 0, // Skip to: 18732 /* 17290 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17293 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17308 /* 17298 */ MCD::OPC_CheckPredicate, 26, 149, 5, 0, // Skip to: 18732 /* 17303 */ MCD::OPC_Decode, 231, 25, 148, 2, // Opcode: VSHRsv4i32 /* 17308 */ MCD::OPC_FilterValue, 1, 139, 5, 0, // Skip to: 18732 /* 17313 */ MCD::OPC_CheckPredicate, 26, 134, 5, 0, // Skip to: 18732 /* 17318 */ MCD::OPC_Decode, 239, 25, 148, 2, // Opcode: VSHRuv4i32 /* 17323 */ MCD::OPC_FilterValue, 1, 139, 0, 0, // Skip to: 17467 /* 17328 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17331 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17429 /* 17336 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17339 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17391 /* 17344 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17347 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17369 /* 17352 */ MCD::OPC_CheckPredicate, 26, 95, 5, 0, // Skip to: 18732 /* 17357 */ MCD::OPC_CheckField, 19, 1, 1, 88, 5, 0, // Skip to: 18732 /* 17364 */ MCD::OPC_Decode, 134, 26, 149, 2, // Opcode: VSRAsv16i8 /* 17369 */ MCD::OPC_FilterValue, 1, 78, 5, 0, // Skip to: 18732 /* 17374 */ MCD::OPC_CheckPredicate, 26, 73, 5, 0, // Skip to: 18732 /* 17379 */ MCD::OPC_CheckField, 19, 1, 1, 66, 5, 0, // Skip to: 18732 /* 17386 */ MCD::OPC_Decode, 142, 26, 149, 2, // Opcode: VSRAuv16i8 /* 17391 */ MCD::OPC_FilterValue, 1, 56, 5, 0, // Skip to: 18732 /* 17396 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17399 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17414 /* 17404 */ MCD::OPC_CheckPredicate, 26, 43, 5, 0, // Skip to: 18732 /* 17409 */ MCD::OPC_Decode, 140, 26, 150, 2, // Opcode: VSRAsv8i16 /* 17414 */ MCD::OPC_FilterValue, 1, 33, 5, 0, // Skip to: 18732 /* 17419 */ MCD::OPC_CheckPredicate, 26, 28, 5, 0, // Skip to: 18732 /* 17424 */ MCD::OPC_Decode, 148, 26, 150, 2, // Opcode: VSRAuv8i16 /* 17429 */ MCD::OPC_FilterValue, 1, 18, 5, 0, // Skip to: 18732 /* 17434 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17437 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17452 /* 17442 */ MCD::OPC_CheckPredicate, 26, 5, 5, 0, // Skip to: 18732 /* 17447 */ MCD::OPC_Decode, 139, 26, 151, 2, // Opcode: VSRAsv4i32 /* 17452 */ MCD::OPC_FilterValue, 1, 251, 4, 0, // Skip to: 18732 /* 17457 */ MCD::OPC_CheckPredicate, 26, 246, 4, 0, // Skip to: 18732 /* 17462 */ MCD::OPC_Decode, 147, 26, 151, 2, // Opcode: VSRAuv4i32 /* 17467 */ MCD::OPC_FilterValue, 2, 139, 0, 0, // Skip to: 17611 /* 17472 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17475 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17573 /* 17480 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17483 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17535 /* 17488 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17491 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17513 /* 17496 */ MCD::OPC_CheckPredicate, 26, 207, 4, 0, // Skip to: 18732 /* 17501 */ MCD::OPC_CheckField, 19, 1, 1, 200, 4, 0, // Skip to: 18732 /* 17508 */ MCD::OPC_Decode, 252, 24, 146, 2, // Opcode: VRSHRsv16i8 /* 17513 */ MCD::OPC_FilterValue, 1, 190, 4, 0, // Skip to: 18732 /* 17518 */ MCD::OPC_CheckPredicate, 26, 185, 4, 0, // Skip to: 18732 /* 17523 */ MCD::OPC_CheckField, 19, 1, 1, 178, 4, 0, // Skip to: 18732 /* 17530 */ MCD::OPC_Decode, 132, 25, 146, 2, // Opcode: VRSHRuv16i8 /* 17535 */ MCD::OPC_FilterValue, 1, 168, 4, 0, // Skip to: 18732 /* 17540 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17543 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17558 /* 17548 */ MCD::OPC_CheckPredicate, 26, 155, 4, 0, // Skip to: 18732 /* 17553 */ MCD::OPC_Decode, 130, 25, 147, 2, // Opcode: VRSHRsv8i16 /* 17558 */ MCD::OPC_FilterValue, 1, 145, 4, 0, // Skip to: 18732 /* 17563 */ MCD::OPC_CheckPredicate, 26, 140, 4, 0, // Skip to: 18732 /* 17568 */ MCD::OPC_Decode, 138, 25, 147, 2, // Opcode: VRSHRuv8i16 /* 17573 */ MCD::OPC_FilterValue, 1, 130, 4, 0, // Skip to: 18732 /* 17578 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17581 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17596 /* 17586 */ MCD::OPC_CheckPredicate, 26, 117, 4, 0, // Skip to: 18732 /* 17591 */ MCD::OPC_Decode, 129, 25, 148, 2, // Opcode: VRSHRsv4i32 /* 17596 */ MCD::OPC_FilterValue, 1, 107, 4, 0, // Skip to: 18732 /* 17601 */ MCD::OPC_CheckPredicate, 26, 102, 4, 0, // Skip to: 18732 /* 17606 */ MCD::OPC_Decode, 137, 25, 148, 2, // Opcode: VRSHRuv4i32 /* 17611 */ MCD::OPC_FilterValue, 3, 139, 0, 0, // Skip to: 17755 /* 17616 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17619 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17717 /* 17624 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17627 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17679 /* 17632 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17635 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17657 /* 17640 */ MCD::OPC_CheckPredicate, 26, 63, 4, 0, // Skip to: 18732 /* 17645 */ MCD::OPC_CheckField, 19, 1, 1, 56, 4, 0, // Skip to: 18732 /* 17652 */ MCD::OPC_Decode, 150, 25, 149, 2, // Opcode: VRSRAsv16i8 /* 17657 */ MCD::OPC_FilterValue, 1, 46, 4, 0, // Skip to: 18732 /* 17662 */ MCD::OPC_CheckPredicate, 26, 41, 4, 0, // Skip to: 18732 /* 17667 */ MCD::OPC_CheckField, 19, 1, 1, 34, 4, 0, // Skip to: 18732 /* 17674 */ MCD::OPC_Decode, 158, 25, 149, 2, // Opcode: VRSRAuv16i8 /* 17679 */ MCD::OPC_FilterValue, 1, 24, 4, 0, // Skip to: 18732 /* 17684 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17687 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17702 /* 17692 */ MCD::OPC_CheckPredicate, 26, 11, 4, 0, // Skip to: 18732 /* 17697 */ MCD::OPC_Decode, 156, 25, 150, 2, // Opcode: VRSRAsv8i16 /* 17702 */ MCD::OPC_FilterValue, 1, 1, 4, 0, // Skip to: 18732 /* 17707 */ MCD::OPC_CheckPredicate, 26, 252, 3, 0, // Skip to: 18732 /* 17712 */ MCD::OPC_Decode, 164, 25, 150, 2, // Opcode: VRSRAuv8i16 /* 17717 */ MCD::OPC_FilterValue, 1, 242, 3, 0, // Skip to: 18732 /* 17722 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17725 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17740 /* 17730 */ MCD::OPC_CheckPredicate, 26, 229, 3, 0, // Skip to: 18732 /* 17735 */ MCD::OPC_Decode, 155, 25, 151, 2, // Opcode: VRSRAsv4i32 /* 17740 */ MCD::OPC_FilterValue, 1, 219, 3, 0, // Skip to: 18732 /* 17745 */ MCD::OPC_CheckPredicate, 26, 214, 3, 0, // Skip to: 18732 /* 17750 */ MCD::OPC_Decode, 163, 25, 151, 2, // Opcode: VRSRAuv4i32 /* 17755 */ MCD::OPC_FilterValue, 4, 84, 0, 0, // Skip to: 17844 /* 17760 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17763 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 17822 /* 17768 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17771 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17800 /* 17776 */ MCD::OPC_CheckPredicate, 26, 183, 3, 0, // Skip to: 18732 /* 17781 */ MCD::OPC_CheckField, 24, 1, 1, 176, 3, 0, // Skip to: 18732 /* 17788 */ MCD::OPC_CheckField, 19, 1, 1, 169, 3, 0, // Skip to: 18732 /* 17795 */ MCD::OPC_Decode, 150, 26, 149, 2, // Opcode: VSRIv16i8 /* 17800 */ MCD::OPC_FilterValue, 1, 159, 3, 0, // Skip to: 18732 /* 17805 */ MCD::OPC_CheckPredicate, 26, 154, 3, 0, // Skip to: 18732 /* 17810 */ MCD::OPC_CheckField, 24, 1, 1, 147, 3, 0, // Skip to: 18732 /* 17817 */ MCD::OPC_Decode, 156, 26, 150, 2, // Opcode: VSRIv8i16 /* 17822 */ MCD::OPC_FilterValue, 1, 137, 3, 0, // Skip to: 18732 /* 17827 */ MCD::OPC_CheckPredicate, 26, 132, 3, 0, // Skip to: 18732 /* 17832 */ MCD::OPC_CheckField, 24, 1, 1, 125, 3, 0, // Skip to: 18732 /* 17839 */ MCD::OPC_Decode, 155, 26, 151, 2, // Opcode: VSRIv4i32 /* 17844 */ MCD::OPC_FilterValue, 5, 139, 0, 0, // Skip to: 17988 /* 17849 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17852 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 17950 /* 17857 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 17860 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 17912 /* 17865 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17868 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17890 /* 17873 */ MCD::OPC_CheckPredicate, 26, 86, 3, 0, // Skip to: 18732 /* 17878 */ MCD::OPC_CheckField, 19, 1, 1, 79, 3, 0, // Skip to: 18732 /* 17885 */ MCD::OPC_Decode, 199, 25, 152, 2, // Opcode: VSHLiv16i8 /* 17890 */ MCD::OPC_FilterValue, 1, 69, 3, 0, // Skip to: 18732 /* 17895 */ MCD::OPC_CheckPredicate, 26, 64, 3, 0, // Skip to: 18732 /* 17900 */ MCD::OPC_CheckField, 19, 1, 1, 57, 3, 0, // Skip to: 18732 /* 17907 */ MCD::OPC_Decode, 248, 25, 153, 2, // Opcode: VSLIv16i8 /* 17912 */ MCD::OPC_FilterValue, 1, 47, 3, 0, // Skip to: 18732 /* 17917 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17920 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17935 /* 17925 */ MCD::OPC_CheckPredicate, 26, 34, 3, 0, // Skip to: 18732 /* 17930 */ MCD::OPC_Decode, 205, 25, 154, 2, // Opcode: VSHLiv8i16 /* 17935 */ MCD::OPC_FilterValue, 1, 24, 3, 0, // Skip to: 18732 /* 17940 */ MCD::OPC_CheckPredicate, 26, 19, 3, 0, // Skip to: 18732 /* 17945 */ MCD::OPC_Decode, 254, 25, 155, 2, // Opcode: VSLIv8i16 /* 17950 */ MCD::OPC_FilterValue, 1, 9, 3, 0, // Skip to: 18732 /* 17955 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 17958 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17973 /* 17963 */ MCD::OPC_CheckPredicate, 26, 252, 2, 0, // Skip to: 18732 /* 17968 */ MCD::OPC_Decode, 204, 25, 156, 2, // Opcode: VSHLiv4i32 /* 17973 */ MCD::OPC_FilterValue, 1, 242, 2, 0, // Skip to: 18732 /* 17978 */ MCD::OPC_CheckPredicate, 26, 237, 2, 0, // Skip to: 18732 /* 17983 */ MCD::OPC_Decode, 253, 25, 157, 2, // Opcode: VSLIv4i32 /* 17988 */ MCD::OPC_FilterValue, 6, 84, 0, 0, // Skip to: 18077 /* 17993 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 17996 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 18055 /* 18001 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 18004 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 18033 /* 18009 */ MCD::OPC_CheckPredicate, 26, 206, 2, 0, // Skip to: 18732 /* 18014 */ MCD::OPC_CheckField, 24, 1, 1, 199, 2, 0, // Skip to: 18732 /* 18021 */ MCD::OPC_CheckField, 19, 1, 1, 192, 2, 0, // Skip to: 18732 /* 18028 */ MCD::OPC_Decode, 222, 23, 152, 2, // Opcode: VQSHLsuv16i8 /* 18033 */ MCD::OPC_FilterValue, 1, 182, 2, 0, // Skip to: 18732 /* 18038 */ MCD::OPC_CheckPredicate, 26, 177, 2, 0, // Skip to: 18732 /* 18043 */ MCD::OPC_CheckField, 24, 1, 1, 170, 2, 0, // Skip to: 18732 /* 18050 */ MCD::OPC_Decode, 228, 23, 154, 2, // Opcode: VQSHLsuv8i16 /* 18055 */ MCD::OPC_FilterValue, 1, 160, 2, 0, // Skip to: 18732 /* 18060 */ MCD::OPC_CheckPredicate, 26, 155, 2, 0, // Skip to: 18732 /* 18065 */ MCD::OPC_CheckField, 24, 1, 1, 148, 2, 0, // Skip to: 18732 /* 18072 */ MCD::OPC_Decode, 227, 23, 156, 2, // Opcode: VQSHLsuv4i32 /* 18077 */ MCD::OPC_FilterValue, 7, 139, 0, 0, // Skip to: 18221 /* 18082 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 18085 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 18183 /* 18090 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 18093 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 18145 /* 18098 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18101 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18123 /* 18106 */ MCD::OPC_CheckPredicate, 26, 109, 2, 0, // Skip to: 18732 /* 18111 */ MCD::OPC_CheckField, 19, 1, 1, 102, 2, 0, // Skip to: 18732 /* 18118 */ MCD::OPC_Decode, 214, 23, 152, 2, // Opcode: VQSHLsiv16i8 /* 18123 */ MCD::OPC_FilterValue, 1, 92, 2, 0, // Skip to: 18732 /* 18128 */ MCD::OPC_CheckPredicate, 26, 87, 2, 0, // Skip to: 18732 /* 18133 */ MCD::OPC_CheckField, 19, 1, 1, 80, 2, 0, // Skip to: 18732 /* 18140 */ MCD::OPC_Decode, 238, 23, 152, 2, // Opcode: VQSHLuiv16i8 /* 18145 */ MCD::OPC_FilterValue, 1, 70, 2, 0, // Skip to: 18732 /* 18150 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18153 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18168 /* 18158 */ MCD::OPC_CheckPredicate, 26, 57, 2, 0, // Skip to: 18732 /* 18163 */ MCD::OPC_Decode, 220, 23, 154, 2, // Opcode: VQSHLsiv8i16 /* 18168 */ MCD::OPC_FilterValue, 1, 47, 2, 0, // Skip to: 18732 /* 18173 */ MCD::OPC_CheckPredicate, 26, 42, 2, 0, // Skip to: 18732 /* 18178 */ MCD::OPC_Decode, 244, 23, 154, 2, // Opcode: VQSHLuiv8i16 /* 18183 */ MCD::OPC_FilterValue, 1, 32, 2, 0, // Skip to: 18732 /* 18188 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18191 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18206 /* 18196 */ MCD::OPC_CheckPredicate, 26, 19, 2, 0, // Skip to: 18732 /* 18201 */ MCD::OPC_Decode, 219, 23, 156, 2, // Opcode: VQSHLsiv4i32 /* 18206 */ MCD::OPC_FilterValue, 1, 9, 2, 0, // Skip to: 18732 /* 18211 */ MCD::OPC_CheckPredicate, 26, 4, 2, 0, // Skip to: 18732 /* 18216 */ MCD::OPC_Decode, 243, 23, 156, 2, // Opcode: VQSHLuiv4i32 /* 18221 */ MCD::OPC_FilterValue, 8, 139, 0, 0, // Skip to: 18365 /* 18226 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 18229 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 18327 /* 18234 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 18237 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 18289 /* 18242 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18245 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18267 /* 18250 */ MCD::OPC_CheckPredicate, 26, 221, 1, 0, // Skip to: 18732 /* 18255 */ MCD::OPC_CheckField, 19, 1, 1, 214, 1, 0, // Skip to: 18732 /* 18262 */ MCD::OPC_Decode, 251, 24, 134, 2, // Opcode: VRSHRNv8i8 /* 18267 */ MCD::OPC_FilterValue, 1, 204, 1, 0, // Skip to: 18732 /* 18272 */ MCD::OPC_CheckPredicate, 26, 199, 1, 0, // Skip to: 18732 /* 18277 */ MCD::OPC_CheckField, 19, 1, 1, 192, 1, 0, // Skip to: 18732 /* 18284 */ MCD::OPC_Decode, 213, 23, 134, 2, // Opcode: VQRSHRUNv8i8 /* 18289 */ MCD::OPC_FilterValue, 1, 182, 1, 0, // Skip to: 18732 /* 18294 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18297 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18312 /* 18302 */ MCD::OPC_CheckPredicate, 26, 169, 1, 0, // Skip to: 18732 /* 18307 */ MCD::OPC_Decode, 250, 24, 135, 2, // Opcode: VRSHRNv4i16 /* 18312 */ MCD::OPC_FilterValue, 1, 159, 1, 0, // Skip to: 18732 /* 18317 */ MCD::OPC_CheckPredicate, 26, 154, 1, 0, // Skip to: 18732 /* 18322 */ MCD::OPC_Decode, 212, 23, 135, 2, // Opcode: VQRSHRUNv4i16 /* 18327 */ MCD::OPC_FilterValue, 1, 144, 1, 0, // Skip to: 18732 /* 18332 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18335 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18350 /* 18340 */ MCD::OPC_CheckPredicate, 26, 131, 1, 0, // Skip to: 18732 /* 18345 */ MCD::OPC_Decode, 249, 24, 136, 2, // Opcode: VRSHRNv2i32 /* 18350 */ MCD::OPC_FilterValue, 1, 121, 1, 0, // Skip to: 18732 /* 18355 */ MCD::OPC_CheckPredicate, 26, 116, 1, 0, // Skip to: 18732 /* 18360 */ MCD::OPC_Decode, 211, 23, 136, 2, // Opcode: VQRSHRUNv2i32 /* 18365 */ MCD::OPC_FilterValue, 9, 139, 0, 0, // Skip to: 18509 /* 18370 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 18373 */ MCD::OPC_FilterValue, 0, 93, 0, 0, // Skip to: 18471 /* 18378 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 18381 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 18433 /* 18386 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18389 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18411 /* 18394 */ MCD::OPC_CheckPredicate, 26, 77, 1, 0, // Skip to: 18732 /* 18399 */ MCD::OPC_CheckField, 19, 1, 1, 70, 1, 0, // Skip to: 18732 /* 18406 */ MCD::OPC_Decode, 207, 23, 134, 2, // Opcode: VQRSHRNsv8i8 /* 18411 */ MCD::OPC_FilterValue, 1, 60, 1, 0, // Skip to: 18732 /* 18416 */ MCD::OPC_CheckPredicate, 26, 55, 1, 0, // Skip to: 18732 /* 18421 */ MCD::OPC_CheckField, 19, 1, 1, 48, 1, 0, // Skip to: 18732 /* 18428 */ MCD::OPC_Decode, 210, 23, 134, 2, // Opcode: VQRSHRNuv8i8 /* 18433 */ MCD::OPC_FilterValue, 1, 38, 1, 0, // Skip to: 18732 /* 18438 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18441 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18456 /* 18446 */ MCD::OPC_CheckPredicate, 26, 25, 1, 0, // Skip to: 18732 /* 18451 */ MCD::OPC_Decode, 206, 23, 135, 2, // Opcode: VQRSHRNsv4i16 /* 18456 */ MCD::OPC_FilterValue, 1, 15, 1, 0, // Skip to: 18732 /* 18461 */ MCD::OPC_CheckPredicate, 26, 10, 1, 0, // Skip to: 18732 /* 18466 */ MCD::OPC_Decode, 209, 23, 135, 2, // Opcode: VQRSHRNuv4i16 /* 18471 */ MCD::OPC_FilterValue, 1, 0, 1, 0, // Skip to: 18732 /* 18476 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18479 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18494 /* 18484 */ MCD::OPC_CheckPredicate, 26, 243, 0, 0, // Skip to: 18732 /* 18489 */ MCD::OPC_Decode, 205, 23, 136, 2, // Opcode: VQRSHRNsv2i32 /* 18494 */ MCD::OPC_FilterValue, 1, 233, 0, 0, // Skip to: 18732 /* 18499 */ MCD::OPC_CheckPredicate, 26, 228, 0, 0, // Skip to: 18732 /* 18504 */ MCD::OPC_Decode, 208, 23, 136, 2, // Opcode: VQRSHRNuv2i32 /* 18509 */ MCD::OPC_FilterValue, 12, 33, 0, 0, // Skip to: 18547 /* 18514 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18517 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18532 /* 18522 */ MCD::OPC_CheckPredicate, 27, 205, 0, 0, // Skip to: 18732 /* 18527 */ MCD::OPC_Decode, 161, 17, 158, 2, // Opcode: VCVTxs2hq /* 18532 */ MCD::OPC_FilterValue, 1, 195, 0, 0, // Skip to: 18732 /* 18537 */ MCD::OPC_CheckPredicate, 27, 190, 0, 0, // Skip to: 18732 /* 18542 */ MCD::OPC_Decode, 165, 17, 158, 2, // Opcode: VCVTxu2hq /* 18547 */ MCD::OPC_FilterValue, 13, 33, 0, 0, // Skip to: 18585 /* 18552 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18555 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18570 /* 18560 */ MCD::OPC_CheckPredicate, 27, 167, 0, 0, // Skip to: 18732 /* 18565 */ MCD::OPC_Decode, 147, 17, 158, 2, // Opcode: VCVTh2xsq /* 18570 */ MCD::OPC_FilterValue, 1, 157, 0, 0, // Skip to: 18732 /* 18575 */ MCD::OPC_CheckPredicate, 27, 152, 0, 0, // Skip to: 18732 /* 18580 */ MCD::OPC_Decode, 149, 17, 158, 2, // Opcode: VCVTh2xuq /* 18585 */ MCD::OPC_FilterValue, 14, 80, 0, 0, // Skip to: 18670 /* 18590 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 18593 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18615 /* 18598 */ MCD::OPC_CheckPredicate, 26, 34, 0, 0, // Skip to: 18637 /* 18603 */ MCD::OPC_CheckField, 19, 3, 0, 27, 0, 0, // Skip to: 18637 /* 18610 */ MCD::OPC_Decode, 215, 21, 141, 2, // Opcode: VMOVv16i8 /* 18615 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 18637 /* 18620 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 18637 /* 18625 */ MCD::OPC_CheckField, 19, 3, 0, 5, 0, 0, // Skip to: 18637 /* 18632 */ MCD::OPC_Decode, 219, 21, 141, 2, // Opcode: VMOVv2i64 /* 18637 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18640 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18655 /* 18645 */ MCD::OPC_CheckPredicate, 26, 82, 0, 0, // Skip to: 18732 /* 18650 */ MCD::OPC_Decode, 159, 17, 158, 2, // Opcode: VCVTxs2fq /* 18655 */ MCD::OPC_FilterValue, 1, 72, 0, 0, // Skip to: 18732 /* 18660 */ MCD::OPC_CheckPredicate, 26, 67, 0, 0, // Skip to: 18732 /* 18665 */ MCD::OPC_Decode, 163, 17, 158, 2, // Opcode: VCVTxu2fq /* 18670 */ MCD::OPC_FilterValue, 15, 57, 0, 0, // Skip to: 18732 /* 18675 */ MCD::OPC_ExtractField, 24, 1, // Inst{24} ... /* 18678 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18693 /* 18683 */ MCD::OPC_CheckPredicate, 26, 20, 0, 0, // Skip to: 18708 /* 18688 */ MCD::OPC_Decode, 138, 17, 158, 2, // Opcode: VCVTf2xsq /* 18693 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 18708 /* 18698 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 18708 /* 18703 */ MCD::OPC_Decode, 140, 17, 158, 2, // Opcode: VCVTf2xuq /* 18708 */ MCD::OPC_CheckPredicate, 26, 19, 0, 0, // Skip to: 18732 /* 18713 */ MCD::OPC_CheckField, 19, 3, 0, 12, 0, 0, // Skip to: 18732 /* 18720 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 18732 /* 18727 */ MCD::OPC_Decode, 220, 21, 141, 2, // Opcode: VMOVv4f32 /* 18732 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 18735 */ MCD::OPC_FilterValue, 0, 88, 0, 0, // Skip to: 18828 /* 18740 */ MCD::OPC_ExtractField, 19, 3, // Inst{21-19} ... /* 18743 */ MCD::OPC_FilterValue, 0, 211, 1, 0, // Skip to: 19215 /* 18748 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 18751 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18773 /* 18756 */ MCD::OPC_CheckPredicate, 26, 57, 0, 0, // Skip to: 18818 /* 18761 */ MCD::OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 18818 /* 18768 */ MCD::OPC_Decode, 223, 21, 141, 2, // Opcode: VMOVv8i16 /* 18773 */ MCD::OPC_FilterValue, 1, 40, 0, 0, // Skip to: 18818 /* 18778 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 18781 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18796 /* 18786 */ MCD::OPC_CheckPredicate, 26, 27, 0, 0, // Skip to: 18818 /* 18791 */ MCD::OPC_Decode, 188, 22, 141, 2, // Opcode: VORRiv4i32 /* 18796 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 18818 /* 18801 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 18818 /* 18806 */ MCD::OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 18818 /* 18813 */ MCD::OPC_Decode, 189, 22, 141, 2, // Opcode: VORRiv8i16 /* 18818 */ MCD::OPC_CheckPredicate, 26, 136, 1, 0, // Skip to: 19215 /* 18823 */ MCD::OPC_Decode, 222, 21, 141, 2, // Opcode: VMOVv4i32 /* 18828 */ MCD::OPC_FilterValue, 1, 126, 1, 0, // Skip to: 19215 /* 18833 */ MCD::OPC_ExtractField, 19, 3, // Inst{21-19} ... /* 18836 */ MCD::OPC_FilterValue, 0, 118, 1, 0, // Skip to: 19215 /* 18841 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 18844 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 18866 /* 18849 */ MCD::OPC_CheckPredicate, 26, 57, 0, 0, // Skip to: 18911 /* 18854 */ MCD::OPC_CheckField, 10, 2, 2, 50, 0, 0, // Skip to: 18911 /* 18861 */ MCD::OPC_Decode, 160, 22, 141, 2, // Opcode: VMVNv8i16 /* 18866 */ MCD::OPC_FilterValue, 1, 40, 0, 0, // Skip to: 18911 /* 18871 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 18874 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 18889 /* 18879 */ MCD::OPC_CheckPredicate, 26, 27, 0, 0, // Skip to: 18911 /* 18884 */ MCD::OPC_Decode, 183, 15, 141, 2, // Opcode: VBICiv4i32 /* 18889 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 18911 /* 18894 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 18911 /* 18899 */ MCD::OPC_CheckField, 10, 1, 0, 5, 0, 0, // Skip to: 18911 /* 18906 */ MCD::OPC_Decode, 184, 15, 141, 2, // Opcode: VBICiv8i16 /* 18911 */ MCD::OPC_CheckPredicate, 26, 43, 1, 0, // Skip to: 19215 /* 18916 */ MCD::OPC_Decode, 159, 22, 141, 2, // Opcode: VMVNv4i32 /* 18921 */ MCD::OPC_FilterValue, 1, 33, 1, 0, // Skip to: 19215 /* 18926 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 18929 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 18969 /* 18934 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 18937 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18953 /* 18943 */ MCD::OPC_CheckPredicate, 26, 11, 1, 0, // Skip to: 19215 /* 18948 */ MCD::OPC_Decode, 229, 25, 159, 2, // Opcode: VSHRsv2i64 /* 18953 */ MCD::OPC_FilterValue, 243, 1, 0, 1, 0, // Skip to: 19215 /* 18959 */ MCD::OPC_CheckPredicate, 26, 251, 0, 0, // Skip to: 19215 /* 18964 */ MCD::OPC_Decode, 237, 25, 159, 2, // Opcode: VSHRuv2i64 /* 18969 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 19009 /* 18974 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 18977 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 18993 /* 18983 */ MCD::OPC_CheckPredicate, 26, 227, 0, 0, // Skip to: 19215 /* 18988 */ MCD::OPC_Decode, 137, 26, 160, 2, // Opcode: VSRAsv2i64 /* 18993 */ MCD::OPC_FilterValue, 243, 1, 216, 0, 0, // Skip to: 19215 /* 18999 */ MCD::OPC_CheckPredicate, 26, 211, 0, 0, // Skip to: 19215 /* 19004 */ MCD::OPC_Decode, 145, 26, 160, 2, // Opcode: VSRAuv2i64 /* 19009 */ MCD::OPC_FilterValue, 2, 35, 0, 0, // Skip to: 19049 /* 19014 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 19017 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 19033 /* 19023 */ MCD::OPC_CheckPredicate, 26, 187, 0, 0, // Skip to: 19215 /* 19028 */ MCD::OPC_Decode, 255, 24, 159, 2, // Opcode: VRSHRsv2i64 /* 19033 */ MCD::OPC_FilterValue, 243, 1, 176, 0, 0, // Skip to: 19215 /* 19039 */ MCD::OPC_CheckPredicate, 26, 171, 0, 0, // Skip to: 19215 /* 19044 */ MCD::OPC_Decode, 135, 25, 159, 2, // Opcode: VRSHRuv2i64 /* 19049 */ MCD::OPC_FilterValue, 3, 35, 0, 0, // Skip to: 19089 /* 19054 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 19057 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 19073 /* 19063 */ MCD::OPC_CheckPredicate, 26, 147, 0, 0, // Skip to: 19215 /* 19068 */ MCD::OPC_Decode, 153, 25, 160, 2, // Opcode: VRSRAsv2i64 /* 19073 */ MCD::OPC_FilterValue, 243, 1, 136, 0, 0, // Skip to: 19215 /* 19079 */ MCD::OPC_CheckPredicate, 26, 131, 0, 0, // Skip to: 19215 /* 19084 */ MCD::OPC_Decode, 161, 25, 160, 2, // Opcode: VRSRAuv2i64 /* 19089 */ MCD::OPC_FilterValue, 4, 18, 0, 0, // Skip to: 19112 /* 19094 */ MCD::OPC_CheckPredicate, 26, 116, 0, 0, // Skip to: 19215 /* 19099 */ MCD::OPC_CheckField, 24, 8, 243, 1, 108, 0, 0, // Skip to: 19215 /* 19107 */ MCD::OPC_Decode, 153, 26, 160, 2, // Opcode: VSRIv2i64 /* 19112 */ MCD::OPC_FilterValue, 5, 35, 0, 0, // Skip to: 19152 /* 19117 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 19120 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 19136 /* 19126 */ MCD::OPC_CheckPredicate, 26, 84, 0, 0, // Skip to: 19215 /* 19131 */ MCD::OPC_Decode, 202, 25, 161, 2, // Opcode: VSHLiv2i64 /* 19136 */ MCD::OPC_FilterValue, 243, 1, 73, 0, 0, // Skip to: 19215 /* 19142 */ MCD::OPC_CheckPredicate, 26, 68, 0, 0, // Skip to: 19215 /* 19147 */ MCD::OPC_Decode, 251, 25, 162, 2, // Opcode: VSLIv2i64 /* 19152 */ MCD::OPC_FilterValue, 6, 18, 0, 0, // Skip to: 19175 /* 19157 */ MCD::OPC_CheckPredicate, 26, 53, 0, 0, // Skip to: 19215 /* 19162 */ MCD::OPC_CheckField, 24, 8, 243, 1, 45, 0, 0, // Skip to: 19215 /* 19170 */ MCD::OPC_Decode, 225, 23, 161, 2, // Opcode: VQSHLsuv2i64 /* 19175 */ MCD::OPC_FilterValue, 7, 35, 0, 0, // Skip to: 19215 /* 19180 */ MCD::OPC_ExtractField, 24, 8, // Inst{31-24} ... /* 19183 */ MCD::OPC_FilterValue, 242, 1, 10, 0, 0, // Skip to: 19199 /* 19189 */ MCD::OPC_CheckPredicate, 26, 21, 0, 0, // Skip to: 19215 /* 19194 */ MCD::OPC_Decode, 217, 23, 161, 2, // Opcode: VQSHLsiv2i64 /* 19199 */ MCD::OPC_FilterValue, 243, 1, 10, 0, 0, // Skip to: 19215 /* 19205 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 19215 /* 19210 */ MCD::OPC_Decode, 241, 23, 161, 2, // Opcode: VQSHLuiv2i64 /* 19215 */ 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, 32, 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, 188, 25, 163, 2, // Opcode: VSETLNi32 /* 48 */ MCD::OPC_FilterValue, 1, 159, 1, 0, // Skip to: 468 /* 53 */ MCD::OPC_CheckPredicate, 33, 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, 224, 17, 164, 2, // 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, 26, 117, 1, 0, // Skip to: 468 /* 95 */ MCD::OPC_CheckField, 8, 4, 11, 110, 1, 0, // Skip to: 468 /* 102 */ MCD::OPC_Decode, 187, 25, 165, 2, // Opcode: VSETLNi16 /* 107 */ MCD::OPC_FilterValue, 1, 100, 1, 0, // Skip to: 468 /* 112 */ MCD::OPC_CheckPredicate, 26, 95, 1, 0, // Skip to: 468 /* 117 */ MCD::OPC_CheckField, 8, 4, 11, 88, 1, 0, // Skip to: 468 /* 124 */ MCD::OPC_Decode, 225, 17, 166, 2, // 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, 26, 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, 189, 25, 167, 2, // Opcode: VSETLNi8 /* 166 */ MCD::OPC_FilterValue, 1, 41, 1, 0, // Skip to: 468 /* 171 */ MCD::OPC_CheckPredicate, 26, 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, 226, 17, 168, 2, // 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, 26, 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, 171, 17, 169, 2, // Opcode: VDUP32d /* 240 */ MCD::OPC_FilterValue, 2, 223, 0, 0, // Skip to: 468 /* 245 */ MCD::OPC_CheckPredicate, 26, 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, 172, 17, 170, 2, // 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, 26, 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, 169, 17, 169, 2, // Opcode: VDUP16d /* 314 */ MCD::OPC_FilterValue, 1, 149, 0, 0, // Skip to: 468 /* 319 */ MCD::OPC_CheckPredicate, 26, 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, 170, 17, 170, 2, // Opcode: VDUP16q /* 343 */ MCD::OPC_FilterValue, 1, 120, 0, 0, // Skip to: 468 /* 348 */ MCD::OPC_CheckPredicate, 26, 115, 0, 0, // Skip to: 468 /* 353 */ MCD::OPC_CheckField, 8, 4, 11, 108, 0, 0, // Skip to: 468 /* 360 */ MCD::OPC_Decode, 227, 17, 166, 2, // 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, 26, 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, 173, 17, 169, 2, // Opcode: VDUP8d /* 410 */ MCD::OPC_FilterValue, 1, 53, 0, 0, // Skip to: 468 /* 415 */ MCD::OPC_CheckPredicate, 26, 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, 174, 17, 170, 2, // Opcode: VDUP8q /* 439 */ MCD::OPC_FilterValue, 1, 24, 0, 0, // Skip to: 468 /* 444 */ MCD::OPC_CheckPredicate, 26, 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, 228, 17, 168, 2, // 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, 26, 12, 0, 0, // Skip to: 50 /* 38 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 50 /* 45 */ MCD::OPC_Decode, 249, 27, 171, 2, // Opcode: VST4d8 /* 50 */ MCD::OPC_CheckPredicate, 26, 246, 25, 0, // Skip to: 6701 /* 55 */ MCD::OPC_Decode, 252, 27, 171, 2, // Opcode: VST4d8_UPD /* 60 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 92 /* 65 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 82 /* 70 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 82 /* 77 */ MCD::OPC_Decode, 241, 27, 171, 2, // Opcode: VST4d16 /* 82 */ MCD::OPC_CheckPredicate, 26, 214, 25, 0, // Skip to: 6701 /* 87 */ MCD::OPC_Decode, 244, 27, 171, 2, // Opcode: VST4d16_UPD /* 92 */ MCD::OPC_FilterValue, 2, 204, 25, 0, // Skip to: 6701 /* 97 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 114 /* 102 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 114 /* 109 */ MCD::OPC_Decode, 245, 27, 171, 2, // Opcode: VST4d32 /* 114 */ MCD::OPC_CheckPredicate, 26, 182, 25, 0, // Skip to: 6701 /* 119 */ MCD::OPC_Decode, 248, 27, 171, 2, // 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, 26, 12, 0, 0, // Skip to: 155 /* 143 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 155 /* 150 */ MCD::OPC_Decode, 162, 26, 172, 2, // Opcode: VST1LNd8 /* 155 */ MCD::OPC_CheckPredicate, 26, 141, 25, 0, // Skip to: 6701 /* 160 */ MCD::OPC_Decode, 163, 26, 172, 2, // 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, 26, 12, 0, 0, // Skip to: 204 /* 192 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 204 /* 199 */ MCD::OPC_Decode, 180, 20, 171, 2, // Opcode: VLD4d8 /* 204 */ MCD::OPC_CheckPredicate, 26, 92, 25, 0, // Skip to: 6701 /* 209 */ MCD::OPC_Decode, 183, 20, 171, 2, // Opcode: VLD4d8_UPD /* 214 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 246 /* 219 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 236 /* 224 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 236 /* 231 */ MCD::OPC_Decode, 172, 20, 171, 2, // Opcode: VLD4d16 /* 236 */ MCD::OPC_CheckPredicate, 26, 60, 25, 0, // Skip to: 6701 /* 241 */ MCD::OPC_Decode, 175, 20, 171, 2, // Opcode: VLD4d16_UPD /* 246 */ MCD::OPC_FilterValue, 2, 50, 25, 0, // Skip to: 6701 /* 251 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 268 /* 256 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 268 /* 263 */ MCD::OPC_Decode, 176, 20, 171, 2, // Opcode: VLD4d32 /* 268 */ MCD::OPC_CheckPredicate, 26, 28, 25, 0, // Skip to: 6701 /* 273 */ MCD::OPC_Decode, 179, 20, 171, 2, // 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, 26, 12, 0, 0, // Skip to: 309 /* 297 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 309 /* 304 */ MCD::OPC_Decode, 149, 18, 173, 2, // Opcode: VLD1LNd8 /* 309 */ MCD::OPC_CheckPredicate, 26, 243, 24, 0, // Skip to: 6701 /* 314 */ MCD::OPC_Decode, 150, 18, 173, 2, // 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, 26, 12, 0, 0, // Skip to: 366 /* 354 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 366 /* 361 */ MCD::OPC_Decode, 135, 28, 171, 2, // Opcode: VST4q8 /* 366 */ MCD::OPC_CheckPredicate, 26, 186, 24, 0, // Skip to: 6701 /* 371 */ MCD::OPC_Decode, 137, 28, 171, 2, // Opcode: VST4q8_UPD /* 376 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 408 /* 381 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 398 /* 386 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 398 /* 393 */ MCD::OPC_Decode, 253, 27, 171, 2, // Opcode: VST4q16 /* 398 */ MCD::OPC_CheckPredicate, 26, 154, 24, 0, // Skip to: 6701 /* 403 */ MCD::OPC_Decode, 255, 27, 171, 2, // Opcode: VST4q16_UPD /* 408 */ MCD::OPC_FilterValue, 2, 144, 24, 0, // Skip to: 6701 /* 413 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 430 /* 418 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 430 /* 425 */ MCD::OPC_Decode, 130, 28, 171, 2, // Opcode: VST4q32 /* 430 */ MCD::OPC_CheckPredicate, 26, 122, 24, 0, // Skip to: 6701 /* 435 */ MCD::OPC_Decode, 132, 28, 171, 2, // Opcode: VST4q32_UPD /* 440 */ MCD::OPC_FilterValue, 233, 3, 111, 24, 0, // Skip to: 6701 /* 446 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 463 /* 451 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 463 /* 458 */ MCD::OPC_Decode, 254, 26, 174, 2, // Opcode: VST2LNd8 /* 463 */ MCD::OPC_CheckPredicate, 26, 89, 24, 0, // Skip to: 6701 /* 468 */ MCD::OPC_Decode, 129, 27, 174, 2, // 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, 26, 12, 0, 0, // Skip to: 512 /* 500 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 512 /* 507 */ MCD::OPC_Decode, 194, 20, 171, 2, // Opcode: VLD4q8 /* 512 */ MCD::OPC_CheckPredicate, 26, 40, 24, 0, // Skip to: 6701 /* 517 */ MCD::OPC_Decode, 196, 20, 171, 2, // Opcode: VLD4q8_UPD /* 522 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 554 /* 527 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 544 /* 532 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 544 /* 539 */ MCD::OPC_Decode, 184, 20, 171, 2, // Opcode: VLD4q16 /* 544 */ MCD::OPC_CheckPredicate, 26, 8, 24, 0, // Skip to: 6701 /* 549 */ MCD::OPC_Decode, 186, 20, 171, 2, // Opcode: VLD4q16_UPD /* 554 */ MCD::OPC_FilterValue, 2, 254, 23, 0, // Skip to: 6701 /* 559 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 576 /* 564 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 576 /* 571 */ MCD::OPC_Decode, 189, 20, 171, 2, // Opcode: VLD4q32 /* 576 */ MCD::OPC_CheckPredicate, 26, 232, 23, 0, // Skip to: 6701 /* 581 */ MCD::OPC_Decode, 191, 20, 171, 2, // Opcode: VLD4q32_UPD /* 586 */ MCD::OPC_FilterValue, 233, 3, 221, 23, 0, // Skip to: 6701 /* 592 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 609 /* 597 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 609 /* 604 */ MCD::OPC_Decode, 137, 19, 175, 2, // Opcode: VLD2LNd8 /* 609 */ MCD::OPC_CheckPredicate, 26, 199, 23, 0, // Skip to: 6701 /* 614 */ MCD::OPC_Decode, 140, 19, 175, 2, // 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, 26, 20, 0, 0, // Skip to: 682 /* 662 */ MCD::OPC_Decode, 210, 26, 176, 2, // Opcode: VST1d8Qwb_fixed /* 667 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 682 /* 672 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 682 /* 677 */ MCD::OPC_Decode, 208, 26, 176, 2, // Opcode: VST1d8Q /* 682 */ MCD::OPC_CheckPredicate, 26, 126, 23, 0, // Skip to: 6701 /* 687 */ MCD::OPC_Decode, 211, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 730 /* 710 */ MCD::OPC_Decode, 173, 26, 176, 2, // Opcode: VST1d16Qwb_fixed /* 715 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 730 /* 720 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 730 /* 725 */ MCD::OPC_Decode, 171, 26, 176, 2, // Opcode: VST1d16Q /* 730 */ MCD::OPC_CheckPredicate, 26, 78, 23, 0, // Skip to: 6701 /* 735 */ MCD::OPC_Decode, 174, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 778 /* 758 */ MCD::OPC_Decode, 184, 26, 176, 2, // Opcode: VST1d32Qwb_fixed /* 763 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 778 /* 768 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 778 /* 773 */ MCD::OPC_Decode, 182, 26, 176, 2, // Opcode: VST1d32Q /* 778 */ MCD::OPC_CheckPredicate, 26, 30, 23, 0, // Skip to: 6701 /* 783 */ MCD::OPC_Decode, 185, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 826 /* 806 */ MCD::OPC_Decode, 197, 26, 176, 2, // Opcode: VST1d64Qwb_fixed /* 811 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 826 /* 816 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 826 /* 821 */ MCD::OPC_Decode, 193, 26, 176, 2, // Opcode: VST1d64Q /* 826 */ MCD::OPC_CheckPredicate, 26, 238, 22, 0, // Skip to: 6701 /* 831 */ MCD::OPC_Decode, 198, 26, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 867 /* 855 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 867 /* 862 */ MCD::OPC_Decode, 182, 27, 177, 2, // Opcode: VST3LNd8 /* 867 */ MCD::OPC_CheckPredicate, 26, 197, 22, 0, // Skip to: 6701 /* 872 */ MCD::OPC_Decode, 185, 27, 177, 2, // 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, 26, 20, 0, 0, // Skip to: 932 /* 912 */ MCD::OPC_Decode, 197, 18, 176, 2, // Opcode: VLD1d8Qwb_fixed /* 917 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 932 /* 922 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 932 /* 927 */ MCD::OPC_Decode, 195, 18, 176, 2, // Opcode: VLD1d8Q /* 932 */ MCD::OPC_CheckPredicate, 26, 132, 22, 0, // Skip to: 6701 /* 937 */ MCD::OPC_Decode, 198, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 980 /* 960 */ MCD::OPC_Decode, 160, 18, 176, 2, // Opcode: VLD1d16Qwb_fixed /* 965 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 980 /* 970 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 980 /* 975 */ MCD::OPC_Decode, 158, 18, 176, 2, // Opcode: VLD1d16Q /* 980 */ MCD::OPC_CheckPredicate, 26, 84, 22, 0, // Skip to: 6701 /* 985 */ MCD::OPC_Decode, 161, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 1028 /* 1008 */ MCD::OPC_Decode, 171, 18, 176, 2, // Opcode: VLD1d32Qwb_fixed /* 1013 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1028 /* 1018 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1028 /* 1023 */ MCD::OPC_Decode, 169, 18, 176, 2, // Opcode: VLD1d32Q /* 1028 */ MCD::OPC_CheckPredicate, 26, 36, 22, 0, // Skip to: 6701 /* 1033 */ MCD::OPC_Decode, 172, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 1076 /* 1056 */ MCD::OPC_Decode, 184, 18, 176, 2, // Opcode: VLD1d64Qwb_fixed /* 1061 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1076 /* 1066 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1076 /* 1071 */ MCD::OPC_Decode, 180, 18, 176, 2, // Opcode: VLD1d64Q /* 1076 */ MCD::OPC_CheckPredicate, 26, 244, 21, 0, // Skip to: 6701 /* 1081 */ MCD::OPC_Decode, 185, 18, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 1117 /* 1105 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1117 /* 1112 */ MCD::OPC_Decode, 217, 19, 178, 2, // Opcode: VLD3LNd8 /* 1117 */ MCD::OPC_CheckPredicate, 26, 203, 21, 0, // Skip to: 6701 /* 1122 */ MCD::OPC_Decode, 220, 19, 178, 2, // 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, 26, 20, 0, 0, // Skip to: 1190 /* 1170 */ MCD::OPC_Decode, 172, 27, 179, 2, // Opcode: VST2q8wb_fixed /* 1175 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1190 /* 1180 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1190 /* 1185 */ MCD::OPC_Decode, 168, 27, 179, 2, // Opcode: VST2q8 /* 1190 */ MCD::OPC_CheckPredicate, 26, 130, 21, 0, // Skip to: 6701 /* 1195 */ MCD::OPC_Decode, 173, 27, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 1238 /* 1218 */ MCD::OPC_Decode, 160, 27, 179, 2, // Opcode: VST2q16wb_fixed /* 1223 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1238 /* 1228 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1238 /* 1233 */ MCD::OPC_Decode, 156, 27, 179, 2, // Opcode: VST2q16 /* 1238 */ MCD::OPC_CheckPredicate, 26, 82, 21, 0, // Skip to: 6701 /* 1243 */ MCD::OPC_Decode, 161, 27, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 1286 /* 1266 */ MCD::OPC_Decode, 166, 27, 179, 2, // Opcode: VST2q32wb_fixed /* 1271 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1286 /* 1276 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1286 /* 1281 */ MCD::OPC_Decode, 162, 27, 179, 2, // Opcode: VST2q32 /* 1286 */ MCD::OPC_CheckPredicate, 26, 34, 21, 0, // Skip to: 6701 /* 1291 */ MCD::OPC_Decode, 167, 27, 179, 2, // Opcode: VST2q32wb_register /* 1296 */ MCD::OPC_FilterValue, 233, 3, 23, 21, 0, // Skip to: 6701 /* 1302 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1319 /* 1307 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1319 /* 1314 */ MCD::OPC_Decode, 229, 27, 180, 2, // Opcode: VST4LNd8 /* 1319 */ MCD::OPC_CheckPredicate, 26, 1, 21, 0, // Skip to: 6701 /* 1324 */ MCD::OPC_Decode, 232, 27, 180, 2, // 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, 26, 20, 0, 0, // Skip to: 1384 /* 1364 */ MCD::OPC_Decode, 183, 19, 179, 2, // Opcode: VLD2q8wb_fixed /* 1369 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1384 /* 1374 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1384 /* 1379 */ MCD::OPC_Decode, 179, 19, 179, 2, // Opcode: VLD2q8 /* 1384 */ MCD::OPC_CheckPredicate, 26, 192, 20, 0, // Skip to: 6701 /* 1389 */ MCD::OPC_Decode, 184, 19, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 1432 /* 1412 */ MCD::OPC_Decode, 171, 19, 179, 2, // Opcode: VLD2q16wb_fixed /* 1417 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1432 /* 1422 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1432 /* 1427 */ MCD::OPC_Decode, 167, 19, 179, 2, // Opcode: VLD2q16 /* 1432 */ MCD::OPC_CheckPredicate, 26, 144, 20, 0, // Skip to: 6701 /* 1437 */ MCD::OPC_Decode, 172, 19, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 1480 /* 1460 */ MCD::OPC_Decode, 177, 19, 179, 2, // Opcode: VLD2q32wb_fixed /* 1465 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1480 /* 1470 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 1480 /* 1475 */ MCD::OPC_Decode, 173, 19, 179, 2, // Opcode: VLD2q32 /* 1480 */ MCD::OPC_CheckPredicate, 26, 96, 20, 0, // Skip to: 6701 /* 1485 */ MCD::OPC_Decode, 178, 19, 179, 2, // Opcode: VLD2q32wb_register /* 1490 */ MCD::OPC_FilterValue, 233, 3, 85, 20, 0, // Skip to: 6701 /* 1496 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1513 /* 1501 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1513 /* 1508 */ MCD::OPC_Decode, 160, 20, 181, 2, // Opcode: VLD4LNd8 /* 1513 */ MCD::OPC_CheckPredicate, 26, 63, 20, 0, // Skip to: 6701 /* 1518 */ MCD::OPC_Decode, 163, 20, 181, 2, // 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, 26, 12, 0, 0, // Skip to: 1570 /* 1558 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1570 /* 1565 */ MCD::OPC_Decode, 202, 27, 182, 2, // Opcode: VST3d8 /* 1570 */ MCD::OPC_CheckPredicate, 26, 6, 20, 0, // Skip to: 6701 /* 1575 */ MCD::OPC_Decode, 205, 27, 182, 2, // Opcode: VST3d8_UPD /* 1580 */ MCD::OPC_FilterValue, 2, 27, 0, 0, // Skip to: 1612 /* 1585 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1602 /* 1590 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1602 /* 1597 */ MCD::OPC_Decode, 194, 27, 182, 2, // Opcode: VST3d16 /* 1602 */ MCD::OPC_CheckPredicate, 26, 230, 19, 0, // Skip to: 6701 /* 1607 */ MCD::OPC_Decode, 197, 27, 182, 2, // Opcode: VST3d16_UPD /* 1612 */ MCD::OPC_FilterValue, 4, 220, 19, 0, // Skip to: 6701 /* 1617 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1634 /* 1622 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1634 /* 1629 */ MCD::OPC_Decode, 198, 27, 182, 2, // Opcode: VST3d32 /* 1634 */ MCD::OPC_CheckPredicate, 26, 198, 19, 0, // Skip to: 6701 /* 1639 */ MCD::OPC_Decode, 201, 27, 182, 2, // 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, 26, 12, 0, 0, // Skip to: 1675 /* 1663 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1675 /* 1670 */ MCD::OPC_Decode, 158, 26, 172, 2, // Opcode: VST1LNd16 /* 1675 */ MCD::OPC_CheckPredicate, 26, 157, 19, 0, // Skip to: 6701 /* 1680 */ MCD::OPC_Decode, 159, 26, 172, 2, // 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, 26, 12, 0, 0, // Skip to: 1724 /* 1712 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1724 /* 1719 */ MCD::OPC_Decode, 237, 19, 182, 2, // Opcode: VLD3d8 /* 1724 */ MCD::OPC_CheckPredicate, 26, 108, 19, 0, // Skip to: 6701 /* 1729 */ MCD::OPC_Decode, 240, 19, 182, 2, // Opcode: VLD3d8_UPD /* 1734 */ MCD::OPC_FilterValue, 2, 27, 0, 0, // Skip to: 1766 /* 1739 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1756 /* 1744 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1756 /* 1751 */ MCD::OPC_Decode, 229, 19, 182, 2, // Opcode: VLD3d16 /* 1756 */ MCD::OPC_CheckPredicate, 26, 76, 19, 0, // Skip to: 6701 /* 1761 */ MCD::OPC_Decode, 232, 19, 182, 2, // Opcode: VLD3d16_UPD /* 1766 */ MCD::OPC_FilterValue, 4, 66, 19, 0, // Skip to: 6701 /* 1771 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1788 /* 1776 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1788 /* 1783 */ MCD::OPC_Decode, 233, 19, 182, 2, // Opcode: VLD3d32 /* 1788 */ MCD::OPC_CheckPredicate, 26, 44, 19, 0, // Skip to: 6701 /* 1793 */ MCD::OPC_Decode, 236, 19, 182, 2, // Opcode: VLD3d32_UPD /* 1798 */ MCD::OPC_FilterValue, 233, 3, 33, 19, 0, // Skip to: 6701 /* 1804 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1821 /* 1809 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1821 /* 1816 */ MCD::OPC_Decode, 145, 18, 173, 2, // Opcode: VLD1LNd16 /* 1821 */ MCD::OPC_CheckPredicate, 26, 11, 19, 0, // Skip to: 6701 /* 1826 */ MCD::OPC_CheckField, 5, 1, 0, 4, 19, 0, // Skip to: 6701 /* 1833 */ MCD::OPC_Decode, 146, 18, 173, 2, // 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, 26, 12, 0, 0, // Skip to: 1893 /* 1881 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1893 /* 1888 */ MCD::OPC_Decode, 216, 27, 182, 2, // Opcode: VST3q8 /* 1893 */ MCD::OPC_CheckPredicate, 26, 195, 18, 0, // Skip to: 6701 /* 1898 */ MCD::OPC_Decode, 218, 27, 182, 2, // Opcode: VST3q8_UPD /* 1903 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 1935 /* 1908 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1925 /* 1913 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1925 /* 1920 */ MCD::OPC_Decode, 206, 27, 182, 2, // Opcode: VST3q16 /* 1925 */ MCD::OPC_CheckPredicate, 26, 163, 18, 0, // Skip to: 6701 /* 1930 */ MCD::OPC_Decode, 208, 27, 182, 2, // Opcode: VST3q16_UPD /* 1935 */ MCD::OPC_FilterValue, 2, 153, 18, 0, // Skip to: 6701 /* 1940 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1957 /* 1945 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1957 /* 1952 */ MCD::OPC_Decode, 211, 27, 182, 2, // Opcode: VST3q32 /* 1957 */ MCD::OPC_CheckPredicate, 26, 131, 18, 0, // Skip to: 6701 /* 1962 */ MCD::OPC_Decode, 213, 27, 182, 2, // Opcode: VST3q32_UPD /* 1967 */ MCD::OPC_FilterValue, 233, 3, 120, 18, 0, // Skip to: 6701 /* 1973 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 1990 /* 1978 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 1990 /* 1985 */ MCD::OPC_Decode, 246, 26, 174, 2, // Opcode: VST2LNd16 /* 1990 */ MCD::OPC_CheckPredicate, 26, 98, 18, 0, // Skip to: 6701 /* 1995 */ MCD::OPC_Decode, 249, 26, 174, 2, // 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, 26, 12, 0, 0, // Skip to: 2039 /* 2027 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2039 /* 2034 */ MCD::OPC_Decode, 251, 19, 182, 2, // Opcode: VLD3q8 /* 2039 */ MCD::OPC_CheckPredicate, 26, 49, 18, 0, // Skip to: 6701 /* 2044 */ MCD::OPC_Decode, 253, 19, 182, 2, // Opcode: VLD3q8_UPD /* 2049 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 2081 /* 2054 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2071 /* 2059 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2071 /* 2066 */ MCD::OPC_Decode, 241, 19, 182, 2, // Opcode: VLD3q16 /* 2071 */ MCD::OPC_CheckPredicate, 26, 17, 18, 0, // Skip to: 6701 /* 2076 */ MCD::OPC_Decode, 243, 19, 182, 2, // Opcode: VLD3q16_UPD /* 2081 */ MCD::OPC_FilterValue, 2, 7, 18, 0, // Skip to: 6701 /* 2086 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2103 /* 2091 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2103 /* 2098 */ MCD::OPC_Decode, 246, 19, 182, 2, // Opcode: VLD3q32 /* 2103 */ MCD::OPC_CheckPredicate, 26, 241, 17, 0, // Skip to: 6701 /* 2108 */ MCD::OPC_Decode, 248, 19, 182, 2, // Opcode: VLD3q32_UPD /* 2113 */ MCD::OPC_FilterValue, 233, 3, 230, 17, 0, // Skip to: 6701 /* 2119 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2136 /* 2124 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2136 /* 2131 */ MCD::OPC_Decode, 129, 19, 175, 2, // Opcode: VLD2LNd16 /* 2136 */ MCD::OPC_CheckPredicate, 26, 208, 17, 0, // Skip to: 6701 /* 2141 */ MCD::OPC_Decode, 132, 19, 175, 2, // 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, 26, 12, 0, 0, // Skip to: 2185 /* 2173 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2185 /* 2180 */ MCD::OPC_Decode, 130, 27, 174, 2, // Opcode: VST2LNq16 /* 2185 */ MCD::OPC_CheckPredicate, 26, 159, 17, 0, // Skip to: 6701 /* 2190 */ MCD::OPC_Decode, 133, 27, 174, 2, // 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, 26, 12, 0, 0, // Skip to: 2226 /* 2214 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2226 /* 2221 */ MCD::OPC_Decode, 141, 19, 175, 2, // Opcode: VLD2LNq16 /* 2226 */ MCD::OPC_CheckPredicate, 26, 118, 17, 0, // Skip to: 6701 /* 2231 */ MCD::OPC_Decode, 144, 19, 175, 2, // 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, 26, 27, 0, 0, // Skip to: 2306 /* 2279 */ MCD::OPC_Decode, 214, 26, 176, 2, // Opcode: VST1d8Twb_fixed /* 2284 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2306 /* 2289 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2306 /* 2294 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2306 /* 2301 */ MCD::OPC_Decode, 212, 26, 176, 2, // Opcode: VST1d8T /* 2306 */ MCD::OPC_CheckPredicate, 26, 38, 17, 0, // Skip to: 6701 /* 2311 */ MCD::OPC_Decode, 215, 26, 176, 2, // 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, 26, 27, 0, 0, // Skip to: 2361 /* 2334 */ MCD::OPC_Decode, 177, 26, 176, 2, // Opcode: VST1d16Twb_fixed /* 2339 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2361 /* 2344 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2361 /* 2349 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2361 /* 2356 */ MCD::OPC_Decode, 175, 26, 176, 2, // Opcode: VST1d16T /* 2361 */ MCD::OPC_CheckPredicate, 26, 239, 16, 0, // Skip to: 6701 /* 2366 */ MCD::OPC_Decode, 178, 26, 176, 2, // 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, 26, 27, 0, 0, // Skip to: 2416 /* 2389 */ MCD::OPC_Decode, 188, 26, 176, 2, // Opcode: VST1d32Twb_fixed /* 2394 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2416 /* 2399 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2416 /* 2404 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2416 /* 2411 */ MCD::OPC_Decode, 186, 26, 176, 2, // Opcode: VST1d32T /* 2416 */ MCD::OPC_CheckPredicate, 26, 184, 16, 0, // Skip to: 6701 /* 2421 */ MCD::OPC_Decode, 189, 26, 176, 2, // 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, 26, 27, 0, 0, // Skip to: 2471 /* 2444 */ MCD::OPC_Decode, 203, 26, 176, 2, // Opcode: VST1d64Twb_fixed /* 2449 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2471 /* 2454 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2471 /* 2459 */ MCD::OPC_CheckField, 5, 1, 0, 5, 0, 0, // Skip to: 2471 /* 2466 */ MCD::OPC_Decode, 199, 26, 176, 2, // Opcode: VST1d64T /* 2471 */ MCD::OPC_CheckPredicate, 26, 129, 16, 0, // Skip to: 6701 /* 2476 */ MCD::OPC_Decode, 204, 26, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 2512 /* 2500 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2512 /* 2507 */ MCD::OPC_Decode, 174, 27, 177, 2, // Opcode: VST3LNd16 /* 2512 */ MCD::OPC_CheckPredicate, 26, 88, 16, 0, // Skip to: 6701 /* 2517 */ MCD::OPC_Decode, 177, 27, 177, 2, // Opcode: VST3LNd16_UPD /* 2522 */ MCD::OPC_FilterValue, 2, 78, 16, 0, // Skip to: 6701 /* 2527 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 2544 /* 2532 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2544 /* 2539 */ MCD::OPC_Decode, 186, 27, 177, 2, // Opcode: VST3LNq16 /* 2544 */ MCD::OPC_CheckPredicate, 26, 56, 16, 0, // Skip to: 6701 /* 2549 */ MCD::OPC_Decode, 189, 27, 177, 2, // 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, 26, 20, 0, 0, // Skip to: 2617 /* 2597 */ MCD::OPC_Decode, 201, 18, 176, 2, // Opcode: VLD1d8Twb_fixed /* 2602 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2617 /* 2607 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2617 /* 2612 */ MCD::OPC_Decode, 199, 18, 176, 2, // Opcode: VLD1d8T /* 2617 */ MCD::OPC_CheckPredicate, 26, 239, 15, 0, // Skip to: 6701 /* 2622 */ MCD::OPC_Decode, 202, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 2665 /* 2645 */ MCD::OPC_Decode, 164, 18, 176, 2, // Opcode: VLD1d16Twb_fixed /* 2650 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2665 /* 2655 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2665 /* 2660 */ MCD::OPC_Decode, 162, 18, 176, 2, // Opcode: VLD1d16T /* 2665 */ MCD::OPC_CheckPredicate, 26, 191, 15, 0, // Skip to: 6701 /* 2670 */ MCD::OPC_Decode, 165, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 2713 /* 2693 */ MCD::OPC_Decode, 175, 18, 176, 2, // Opcode: VLD1d32Twb_fixed /* 2698 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2713 /* 2703 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2713 /* 2708 */ MCD::OPC_Decode, 173, 18, 176, 2, // Opcode: VLD1d32T /* 2713 */ MCD::OPC_CheckPredicate, 26, 143, 15, 0, // Skip to: 6701 /* 2718 */ MCD::OPC_Decode, 176, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 2761 /* 2741 */ MCD::OPC_Decode, 190, 18, 176, 2, // Opcode: VLD1d64Twb_fixed /* 2746 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2761 /* 2751 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2761 /* 2756 */ MCD::OPC_Decode, 186, 18, 176, 2, // Opcode: VLD1d64T /* 2761 */ MCD::OPC_CheckPredicate, 26, 95, 15, 0, // Skip to: 6701 /* 2766 */ MCD::OPC_Decode, 191, 18, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 2802 /* 2790 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2802 /* 2797 */ MCD::OPC_Decode, 209, 19, 178, 2, // Opcode: VLD3LNd16 /* 2802 */ MCD::OPC_CheckPredicate, 26, 54, 15, 0, // Skip to: 6701 /* 2807 */ MCD::OPC_Decode, 212, 19, 178, 2, // 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, 26, 12, 0, 0, // Skip to: 2851 /* 2839 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 2851 /* 2846 */ MCD::OPC_Decode, 221, 19, 178, 2, // Opcode: VLD3LNq16 /* 2851 */ MCD::OPC_CheckPredicate, 26, 5, 15, 0, // Skip to: 6701 /* 2856 */ MCD::OPC_Decode, 224, 19, 178, 2, // 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, 26, 20, 0, 0, // Skip to: 2932 /* 2912 */ MCD::OPC_Decode, 216, 26, 176, 2, // Opcode: VST1d8wb_fixed /* 2917 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2932 /* 2922 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2932 /* 2927 */ MCD::OPC_Decode, 207, 26, 176, 2, // Opcode: VST1d8 /* 2932 */ MCD::OPC_CheckPredicate, 26, 180, 14, 0, // Skip to: 6701 /* 2937 */ MCD::OPC_Decode, 217, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 2980 /* 2960 */ MCD::OPC_Decode, 179, 26, 176, 2, // Opcode: VST1d16wb_fixed /* 2965 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2980 /* 2970 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 2980 /* 2975 */ MCD::OPC_Decode, 170, 26, 176, 2, // Opcode: VST1d16 /* 2980 */ MCD::OPC_CheckPredicate, 26, 132, 14, 0, // Skip to: 6701 /* 2985 */ MCD::OPC_Decode, 180, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 3028 /* 3008 */ MCD::OPC_Decode, 190, 26, 176, 2, // Opcode: VST1d32wb_fixed /* 3013 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3028 /* 3018 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3028 /* 3023 */ MCD::OPC_Decode, 181, 26, 176, 2, // Opcode: VST1d32 /* 3028 */ MCD::OPC_CheckPredicate, 26, 84, 14, 0, // Skip to: 6701 /* 3033 */ MCD::OPC_Decode, 191, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 3076 /* 3056 */ MCD::OPC_Decode, 205, 26, 176, 2, // Opcode: VST1d64wb_fixed /* 3061 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3076 /* 3066 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3076 /* 3071 */ MCD::OPC_Decode, 192, 26, 176, 2, // Opcode: VST1d64 /* 3076 */ MCD::OPC_CheckPredicate, 26, 36, 14, 0, // Skip to: 6701 /* 3081 */ MCD::OPC_Decode, 206, 26, 176, 2, // Opcode: VST1d64wb_register /* 3086 */ MCD::OPC_FilterValue, 233, 3, 25, 14, 0, // Skip to: 6701 /* 3092 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 3109 /* 3097 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3109 /* 3104 */ MCD::OPC_Decode, 221, 27, 180, 2, // Opcode: VST4LNd16 /* 3109 */ MCD::OPC_CheckPredicate, 26, 3, 14, 0, // Skip to: 6701 /* 3114 */ MCD::OPC_Decode, 224, 27, 180, 2, // 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, 26, 20, 0, 0, // Skip to: 3174 /* 3154 */ MCD::OPC_Decode, 203, 18, 176, 2, // Opcode: VLD1d8wb_fixed /* 3159 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3174 /* 3164 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3174 /* 3169 */ MCD::OPC_Decode, 194, 18, 176, 2, // Opcode: VLD1d8 /* 3174 */ MCD::OPC_CheckPredicate, 26, 194, 13, 0, // Skip to: 6701 /* 3179 */ MCD::OPC_Decode, 204, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 3222 /* 3202 */ MCD::OPC_Decode, 166, 18, 176, 2, // Opcode: VLD1d16wb_fixed /* 3207 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3222 /* 3212 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3222 /* 3217 */ MCD::OPC_Decode, 157, 18, 176, 2, // Opcode: VLD1d16 /* 3222 */ MCD::OPC_CheckPredicate, 26, 146, 13, 0, // Skip to: 6701 /* 3227 */ MCD::OPC_Decode, 167, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 3270 /* 3250 */ MCD::OPC_Decode, 177, 18, 176, 2, // Opcode: VLD1d32wb_fixed /* 3255 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3270 /* 3260 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3270 /* 3265 */ MCD::OPC_Decode, 168, 18, 176, 2, // Opcode: VLD1d32 /* 3270 */ MCD::OPC_CheckPredicate, 26, 98, 13, 0, // Skip to: 6701 /* 3275 */ MCD::OPC_Decode, 178, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 3318 /* 3298 */ MCD::OPC_Decode, 192, 18, 176, 2, // Opcode: VLD1d64wb_fixed /* 3303 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3318 /* 3308 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3318 /* 3313 */ MCD::OPC_Decode, 179, 18, 176, 2, // Opcode: VLD1d64 /* 3318 */ MCD::OPC_CheckPredicate, 26, 50, 13, 0, // Skip to: 6701 /* 3323 */ MCD::OPC_Decode, 193, 18, 176, 2, // Opcode: VLD1d64wb_register /* 3328 */ MCD::OPC_FilterValue, 233, 3, 39, 13, 0, // Skip to: 6701 /* 3334 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 3351 /* 3339 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3351 /* 3346 */ MCD::OPC_Decode, 152, 20, 181, 2, // Opcode: VLD4LNd16 /* 3351 */ MCD::OPC_CheckPredicate, 26, 17, 13, 0, // Skip to: 6701 /* 3356 */ MCD::OPC_Decode, 155, 20, 181, 2, // 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, 26, 12, 0, 0, // Skip to: 3400 /* 3388 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3400 /* 3395 */ MCD::OPC_Decode, 233, 27, 180, 2, // Opcode: VST4LNq16 /* 3400 */ MCD::OPC_CheckPredicate, 26, 224, 12, 0, // Skip to: 6701 /* 3405 */ MCD::OPC_Decode, 236, 27, 180, 2, // 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, 26, 12, 0, 0, // Skip to: 3441 /* 3429 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3441 /* 3436 */ MCD::OPC_Decode, 164, 20, 181, 2, // Opcode: VLD4LNq16 /* 3441 */ MCD::OPC_CheckPredicate, 26, 183, 12, 0, // Skip to: 6701 /* 3446 */ MCD::OPC_Decode, 167, 20, 181, 2, // 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, 26, 20, 0, 0, // Skip to: 3522 /* 3502 */ MCD::OPC_Decode, 154, 27, 179, 2, // Opcode: VST2d8wb_fixed /* 3507 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3522 /* 3512 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3522 /* 3517 */ MCD::OPC_Decode, 153, 27, 179, 2, // Opcode: VST2d8 /* 3522 */ MCD::OPC_CheckPredicate, 26, 102, 12, 0, // Skip to: 6701 /* 3527 */ MCD::OPC_Decode, 155, 27, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 3570 /* 3550 */ MCD::OPC_Decode, 151, 27, 179, 2, // Opcode: VST2d32wb_fixed /* 3555 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3570 /* 3560 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3570 /* 3565 */ MCD::OPC_Decode, 150, 27, 179, 2, // Opcode: VST2d32 /* 3570 */ MCD::OPC_CheckPredicate, 26, 54, 12, 0, // Skip to: 6701 /* 3575 */ MCD::OPC_Decode, 152, 27, 179, 2, // Opcode: VST2d32wb_register /* 3580 */ MCD::OPC_FilterValue, 233, 3, 43, 12, 0, // Skip to: 6701 /* 3586 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 3603 /* 3591 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3603 /* 3598 */ MCD::OPC_Decode, 160, 26, 172, 2, // Opcode: VST1LNd32 /* 3603 */ MCD::OPC_CheckPredicate, 26, 21, 12, 0, // Skip to: 6701 /* 3608 */ MCD::OPC_Decode, 161, 26, 172, 2, // 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, 26, 20, 0, 0, // Skip to: 3668 /* 3648 */ MCD::OPC_Decode, 165, 19, 179, 2, // Opcode: VLD2d8wb_fixed /* 3653 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3668 /* 3658 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3668 /* 3663 */ MCD::OPC_Decode, 164, 19, 179, 2, // Opcode: VLD2d8 /* 3668 */ MCD::OPC_CheckPredicate, 26, 212, 11, 0, // Skip to: 6701 /* 3673 */ MCD::OPC_Decode, 166, 19, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 3716 /* 3696 */ MCD::OPC_Decode, 162, 19, 179, 2, // Opcode: VLD2d32wb_fixed /* 3701 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3716 /* 3706 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3716 /* 3711 */ MCD::OPC_Decode, 161, 19, 179, 2, // Opcode: VLD2d32 /* 3716 */ MCD::OPC_CheckPredicate, 26, 164, 11, 0, // Skip to: 6701 /* 3721 */ MCD::OPC_Decode, 163, 19, 179, 2, // Opcode: VLD2d32wb_register /* 3726 */ MCD::OPC_FilterValue, 233, 3, 153, 11, 0, // Skip to: 6701 /* 3732 */ MCD::OPC_CheckPredicate, 26, 12, 0, 0, // Skip to: 3749 /* 3737 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 3749 /* 3744 */ MCD::OPC_Decode, 147, 18, 173, 2, // Opcode: VLD1LNd32 /* 3749 */ MCD::OPC_CheckPredicate, 26, 131, 11, 0, // Skip to: 6701 /* 3754 */ MCD::OPC_Decode, 148, 18, 173, 2, // 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, 26, 20, 0, 0, // Skip to: 3822 /* 3802 */ MCD::OPC_Decode, 148, 27, 179, 2, // Opcode: VST2d16wb_fixed /* 3807 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3822 /* 3812 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3822 /* 3817 */ MCD::OPC_Decode, 147, 27, 179, 2, // Opcode: VST2d16 /* 3822 */ MCD::OPC_CheckPredicate, 26, 58, 11, 0, // Skip to: 6701 /* 3827 */ MCD::OPC_Decode, 149, 27, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 3887 /* 3867 */ MCD::OPC_Decode, 159, 19, 179, 2, // Opcode: VLD2d16wb_fixed /* 3872 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3887 /* 3877 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3887 /* 3882 */ MCD::OPC_Decode, 158, 19, 179, 2, // Opcode: VLD2d16 /* 3887 */ MCD::OPC_CheckPredicate, 26, 249, 10, 0, // Skip to: 6701 /* 3892 */ MCD::OPC_Decode, 160, 19, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 3968 /* 3948 */ MCD::OPC_Decode, 145, 27, 179, 2, // Opcode: VST2b8wb_fixed /* 3953 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3968 /* 3958 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 3968 /* 3963 */ MCD::OPC_Decode, 144, 27, 179, 2, // Opcode: VST2b8 /* 3968 */ MCD::OPC_CheckPredicate, 26, 168, 10, 0, // Skip to: 6701 /* 3973 */ MCD::OPC_Decode, 146, 27, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 4016 /* 3996 */ MCD::OPC_Decode, 142, 27, 179, 2, // Opcode: VST2b32wb_fixed /* 4001 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4016 /* 4006 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4016 /* 4011 */ MCD::OPC_Decode, 141, 27, 179, 2, // Opcode: VST2b32 /* 4016 */ MCD::OPC_CheckPredicate, 26, 120, 10, 0, // Skip to: 6701 /* 4021 */ MCD::OPC_Decode, 143, 27, 179, 2, // 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, 26, 12, 0, 0, // Skip to: 4057 /* 4045 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4057 /* 4052 */ MCD::OPC_Decode, 250, 26, 174, 2, // Opcode: VST2LNd32 /* 4057 */ MCD::OPC_CheckPredicate, 26, 79, 10, 0, // Skip to: 6701 /* 4062 */ MCD::OPC_Decode, 253, 26, 174, 2, // 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, 26, 20, 0, 0, // Skip to: 4122 /* 4102 */ MCD::OPC_Decode, 156, 19, 179, 2, // Opcode: VLD2b8wb_fixed /* 4107 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4122 /* 4112 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4122 /* 4117 */ MCD::OPC_Decode, 155, 19, 179, 2, // Opcode: VLD2b8 /* 4122 */ MCD::OPC_CheckPredicate, 26, 14, 10, 0, // Skip to: 6701 /* 4127 */ MCD::OPC_Decode, 157, 19, 179, 2, // 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, 26, 20, 0, 0, // Skip to: 4170 /* 4150 */ MCD::OPC_Decode, 153, 19, 179, 2, // Opcode: VLD2b32wb_fixed /* 4155 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4170 /* 4160 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4170 /* 4165 */ MCD::OPC_Decode, 152, 19, 179, 2, // Opcode: VLD2b32 /* 4170 */ MCD::OPC_CheckPredicate, 26, 222, 9, 0, // Skip to: 6701 /* 4175 */ MCD::OPC_Decode, 154, 19, 179, 2, // 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, 26, 12, 0, 0, // Skip to: 4211 /* 4199 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4211 /* 4206 */ MCD::OPC_Decode, 133, 19, 175, 2, // Opcode: VLD2LNd32 /* 4211 */ MCD::OPC_CheckPredicate, 26, 181, 9, 0, // Skip to: 6701 /* 4216 */ MCD::OPC_Decode, 136, 19, 175, 2, // 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, 26, 20, 0, 0, // Skip to: 4284 /* 4264 */ MCD::OPC_Decode, 139, 27, 179, 2, // Opcode: VST2b16wb_fixed /* 4269 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4284 /* 4274 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4284 /* 4279 */ MCD::OPC_Decode, 138, 27, 179, 2, // Opcode: VST2b16 /* 4284 */ MCD::OPC_CheckPredicate, 26, 108, 9, 0, // Skip to: 6701 /* 4289 */ MCD::OPC_Decode, 140, 27, 179, 2, // 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, 26, 12, 0, 0, // Skip to: 4325 /* 4313 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4325 /* 4320 */ MCD::OPC_Decode, 134, 27, 174, 2, // Opcode: VST2LNq32 /* 4325 */ MCD::OPC_CheckPredicate, 26, 67, 9, 0, // Skip to: 6701 /* 4330 */ MCD::OPC_Decode, 137, 27, 174, 2, // 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, 26, 20, 0, 0, // Skip to: 4390 /* 4370 */ MCD::OPC_Decode, 150, 19, 179, 2, // Opcode: VLD2b16wb_fixed /* 4375 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4390 /* 4380 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4390 /* 4385 */ MCD::OPC_Decode, 149, 19, 179, 2, // Opcode: VLD2b16 /* 4390 */ MCD::OPC_CheckPredicate, 26, 2, 9, 0, // Skip to: 6701 /* 4395 */ MCD::OPC_Decode, 151, 19, 179, 2, // 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, 26, 12, 0, 0, // Skip to: 4431 /* 4419 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4431 /* 4426 */ MCD::OPC_Decode, 145, 19, 175, 2, // Opcode: VLD2LNq32 /* 4431 */ MCD::OPC_CheckPredicate, 26, 217, 8, 0, // Skip to: 6701 /* 4436 */ MCD::OPC_Decode, 148, 19, 175, 2, // 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, 26, 20, 0, 0, // Skip to: 4512 /* 4492 */ MCD::OPC_Decode, 244, 26, 176, 2, // Opcode: VST1q8wb_fixed /* 4497 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4512 /* 4502 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4512 /* 4507 */ MCD::OPC_Decode, 239, 26, 176, 2, // Opcode: VST1q8 /* 4512 */ MCD::OPC_CheckPredicate, 26, 136, 8, 0, // Skip to: 6701 /* 4517 */ MCD::OPC_Decode, 245, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 4560 /* 4540 */ MCD::OPC_Decode, 230, 26, 176, 2, // Opcode: VST1q32wb_fixed /* 4545 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4560 /* 4550 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4560 /* 4555 */ MCD::OPC_Decode, 225, 26, 176, 2, // Opcode: VST1q32 /* 4560 */ MCD::OPC_CheckPredicate, 26, 88, 8, 0, // Skip to: 6701 /* 4565 */ MCD::OPC_Decode, 231, 26, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 4601 /* 4589 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4601 /* 4596 */ MCD::OPC_Decode, 178, 27, 177, 2, // Opcode: VST3LNd32 /* 4601 */ MCD::OPC_CheckPredicate, 26, 47, 8, 0, // Skip to: 6701 /* 4606 */ MCD::OPC_Decode, 181, 27, 177, 2, // 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, 26, 20, 0, 0, // Skip to: 4666 /* 4646 */ MCD::OPC_Decode, 231, 18, 176, 2, // Opcode: VLD1q8wb_fixed /* 4651 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4666 /* 4656 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4666 /* 4661 */ MCD::OPC_Decode, 226, 18, 176, 2, // Opcode: VLD1q8 /* 4666 */ MCD::OPC_CheckPredicate, 26, 238, 7, 0, // Skip to: 6701 /* 4671 */ MCD::OPC_Decode, 232, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 4714 /* 4694 */ MCD::OPC_Decode, 217, 18, 176, 2, // Opcode: VLD1q32wb_fixed /* 4699 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4714 /* 4704 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4714 /* 4709 */ MCD::OPC_Decode, 212, 18, 176, 2, // Opcode: VLD1q32 /* 4714 */ MCD::OPC_CheckPredicate, 26, 190, 7, 0, // Skip to: 6701 /* 4719 */ MCD::OPC_Decode, 218, 18, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 4755 /* 4743 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4755 /* 4750 */ MCD::OPC_Decode, 213, 19, 178, 2, // Opcode: VLD3LNd32 /* 4755 */ MCD::OPC_CheckPredicate, 26, 149, 7, 0, // Skip to: 6701 /* 4760 */ MCD::OPC_Decode, 216, 19, 178, 2, // 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, 26, 20, 0, 0, // Skip to: 4828 /* 4808 */ MCD::OPC_Decode, 223, 26, 176, 2, // Opcode: VST1q16wb_fixed /* 4813 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4828 /* 4818 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4828 /* 4823 */ MCD::OPC_Decode, 218, 26, 176, 2, // Opcode: VST1q16 /* 4828 */ MCD::OPC_CheckPredicate, 26, 76, 7, 0, // Skip to: 6701 /* 4833 */ MCD::OPC_Decode, 224, 26, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 4876 /* 4856 */ MCD::OPC_Decode, 237, 26, 176, 2, // Opcode: VST1q64wb_fixed /* 4861 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4876 /* 4866 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4876 /* 4871 */ MCD::OPC_Decode, 232, 26, 176, 2, // Opcode: VST1q64 /* 4876 */ MCD::OPC_CheckPredicate, 26, 28, 7, 0, // Skip to: 6701 /* 4881 */ MCD::OPC_Decode, 238, 26, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 4917 /* 4905 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 4917 /* 4912 */ MCD::OPC_Decode, 190, 27, 177, 2, // Opcode: VST3LNq32 /* 4917 */ MCD::OPC_CheckPredicate, 26, 243, 6, 0, // Skip to: 6701 /* 4922 */ MCD::OPC_Decode, 193, 27, 177, 2, // 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, 26, 20, 0, 0, // Skip to: 4982 /* 4962 */ MCD::OPC_Decode, 210, 18, 176, 2, // Opcode: VLD1q16wb_fixed /* 4967 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 4982 /* 4972 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 4982 /* 4977 */ MCD::OPC_Decode, 205, 18, 176, 2, // Opcode: VLD1q16 /* 4982 */ MCD::OPC_CheckPredicate, 26, 178, 6, 0, // Skip to: 6701 /* 4987 */ MCD::OPC_Decode, 211, 18, 176, 2, // 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, 26, 20, 0, 0, // Skip to: 5030 /* 5010 */ MCD::OPC_Decode, 224, 18, 176, 2, // Opcode: VLD1q64wb_fixed /* 5015 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5030 /* 5020 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5030 /* 5025 */ MCD::OPC_Decode, 219, 18, 176, 2, // Opcode: VLD1q64 /* 5030 */ MCD::OPC_CheckPredicate, 26, 130, 6, 0, // Skip to: 6701 /* 5035 */ MCD::OPC_Decode, 225, 18, 176, 2, // 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, 26, 12, 0, 0, // Skip to: 5071 /* 5059 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5071 /* 5066 */ MCD::OPC_Decode, 225, 19, 178, 2, // Opcode: VLD3LNq32 /* 5071 */ MCD::OPC_CheckPredicate, 26, 89, 6, 0, // Skip to: 6701 /* 5076 */ MCD::OPC_Decode, 228, 19, 178, 2, // 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, 26, 12, 0, 0, // Skip to: 5128 /* 5116 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5128 /* 5123 */ MCD::OPC_Decode, 225, 27, 180, 2, // Opcode: VST4LNd32 /* 5128 */ MCD::OPC_CheckPredicate, 26, 32, 6, 0, // Skip to: 6701 /* 5133 */ MCD::OPC_Decode, 228, 27, 180, 2, // 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, 26, 12, 0, 0, // Skip to: 5169 /* 5157 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5169 /* 5164 */ MCD::OPC_Decode, 156, 20, 181, 2, // Opcode: VLD4LNd32 /* 5169 */ MCD::OPC_CheckPredicate, 26, 247, 5, 0, // Skip to: 6701 /* 5174 */ MCD::OPC_Decode, 159, 20, 181, 2, // 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, 26, 12, 0, 0, // Skip to: 5218 /* 5206 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5218 /* 5213 */ MCD::OPC_Decode, 237, 27, 180, 2, // Opcode: VST4LNq32 /* 5218 */ MCD::OPC_CheckPredicate, 26, 198, 5, 0, // Skip to: 6701 /* 5223 */ MCD::OPC_Decode, 240, 27, 180, 2, // 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, 26, 12, 0, 0, // Skip to: 5259 /* 5247 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 5259 /* 5254 */ MCD::OPC_Decode, 168, 20, 181, 2, // Opcode: VLD4LNq32 /* 5259 */ MCD::OPC_CheckPredicate, 26, 157, 5, 0, // Skip to: 6701 /* 5264 */ MCD::OPC_Decode, 171, 20, 181, 2, // 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, 26, 20, 0, 0, // Skip to: 5332 /* 5312 */ MCD::OPC_Decode, 134, 18, 183, 2, // Opcode: VLD1DUPd8wb_fixed /* 5317 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5332 /* 5322 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5332 /* 5327 */ MCD::OPC_Decode, 133, 18, 183, 2, // Opcode: VLD1DUPd8 /* 5332 */ MCD::OPC_CheckPredicate, 26, 84, 5, 0, // Skip to: 6701 /* 5337 */ MCD::OPC_Decode, 135, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5397 /* 5377 */ MCD::OPC_Decode, 143, 18, 183, 2, // Opcode: VLD1DUPq8wb_fixed /* 5382 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5397 /* 5387 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5397 /* 5392 */ MCD::OPC_Decode, 142, 18, 183, 2, // Opcode: VLD1DUPq8 /* 5397 */ MCD::OPC_CheckPredicate, 26, 19, 5, 0, // Skip to: 6701 /* 5402 */ MCD::OPC_Decode, 144, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5462 /* 5442 */ MCD::OPC_Decode, 128, 18, 183, 2, // Opcode: VLD1DUPd16wb_fixed /* 5447 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5462 /* 5452 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5462 /* 5457 */ MCD::OPC_Decode, 255, 17, 183, 2, // Opcode: VLD1DUPd16 /* 5462 */ MCD::OPC_CheckPredicate, 26, 210, 4, 0, // Skip to: 6701 /* 5467 */ MCD::OPC_Decode, 129, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5527 /* 5507 */ MCD::OPC_Decode, 137, 18, 183, 2, // Opcode: VLD1DUPq16wb_fixed /* 5512 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5527 /* 5517 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5527 /* 5522 */ MCD::OPC_Decode, 136, 18, 183, 2, // Opcode: VLD1DUPq16 /* 5527 */ MCD::OPC_CheckPredicate, 26, 145, 4, 0, // Skip to: 6701 /* 5532 */ MCD::OPC_Decode, 138, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5592 /* 5572 */ MCD::OPC_Decode, 131, 18, 183, 2, // Opcode: VLD1DUPd32wb_fixed /* 5577 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5592 /* 5582 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5592 /* 5587 */ MCD::OPC_Decode, 130, 18, 183, 2, // Opcode: VLD1DUPd32 /* 5592 */ MCD::OPC_CheckPredicate, 26, 80, 4, 0, // Skip to: 6701 /* 5597 */ MCD::OPC_Decode, 132, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5657 /* 5637 */ MCD::OPC_Decode, 140, 18, 183, 2, // Opcode: VLD1DUPq32wb_fixed /* 5642 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5657 /* 5647 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5657 /* 5652 */ MCD::OPC_Decode, 139, 18, 183, 2, // Opcode: VLD1DUPq32 /* 5657 */ MCD::OPC_CheckPredicate, 26, 15, 4, 0, // Skip to: 6701 /* 5662 */ MCD::OPC_Decode, 141, 18, 183, 2, // 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, 26, 20, 0, 0, // Skip to: 5730 /* 5710 */ MCD::OPC_Decode, 246, 18, 184, 2, // Opcode: VLD2DUPd8wb_fixed /* 5715 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5730 /* 5720 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5730 /* 5725 */ MCD::OPC_Decode, 245, 18, 184, 2, // Opcode: VLD2DUPd8 /* 5730 */ MCD::OPC_CheckPredicate, 26, 198, 3, 0, // Skip to: 6701 /* 5735 */ MCD::OPC_Decode, 247, 18, 184, 2, // 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, 26, 20, 0, 0, // Skip to: 5795 /* 5775 */ MCD::OPC_Decode, 249, 18, 184, 2, // Opcode: VLD2DUPd8x2wb_fixed /* 5780 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5795 /* 5785 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5795 /* 5790 */ MCD::OPC_Decode, 248, 18, 184, 2, // Opcode: VLD2DUPd8x2 /* 5795 */ MCD::OPC_CheckPredicate, 26, 133, 3, 0, // Skip to: 6701 /* 5800 */ MCD::OPC_Decode, 250, 18, 184, 2, // 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, 26, 20, 0, 0, // Skip to: 5860 /* 5840 */ MCD::OPC_Decode, 234, 18, 184, 2, // Opcode: VLD2DUPd16wb_fixed /* 5845 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5860 /* 5850 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5860 /* 5855 */ MCD::OPC_Decode, 233, 18, 184, 2, // Opcode: VLD2DUPd16 /* 5860 */ MCD::OPC_CheckPredicate, 26, 68, 3, 0, // Skip to: 6701 /* 5865 */ MCD::OPC_Decode, 235, 18, 184, 2, // 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, 26, 20, 0, 0, // Skip to: 5925 /* 5905 */ MCD::OPC_Decode, 237, 18, 184, 2, // Opcode: VLD2DUPd16x2wb_fixed /* 5910 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5925 /* 5915 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5925 /* 5920 */ MCD::OPC_Decode, 236, 18, 184, 2, // Opcode: VLD2DUPd16x2 /* 5925 */ MCD::OPC_CheckPredicate, 26, 3, 3, 0, // Skip to: 6701 /* 5930 */ MCD::OPC_Decode, 238, 18, 184, 2, // 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, 26, 20, 0, 0, // Skip to: 5990 /* 5970 */ MCD::OPC_Decode, 240, 18, 184, 2, // Opcode: VLD2DUPd32wb_fixed /* 5975 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5990 /* 5980 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 5990 /* 5985 */ MCD::OPC_Decode, 239, 18, 184, 2, // Opcode: VLD2DUPd32 /* 5990 */ MCD::OPC_CheckPredicate, 26, 194, 2, 0, // Skip to: 6701 /* 5995 */ MCD::OPC_Decode, 241, 18, 184, 2, // 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, 26, 20, 0, 0, // Skip to: 6055 /* 6035 */ MCD::OPC_Decode, 243, 18, 184, 2, // Opcode: VLD2DUPd32x2wb_fixed /* 6040 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 6055 /* 6045 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 6055 /* 6050 */ MCD::OPC_Decode, 242, 18, 184, 2, // Opcode: VLD2DUPd32x2 /* 6055 */ MCD::OPC_CheckPredicate, 26, 129, 2, 0, // Skip to: 6701 /* 6060 */ MCD::OPC_Decode, 244, 18, 184, 2, // 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, 26, 12, 0, 0, // Skip to: 6112 /* 6100 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6112 /* 6107 */ MCD::OPC_Decode, 193, 19, 185, 2, // Opcode: VLD3DUPd8 /* 6112 */ MCD::OPC_CheckPredicate, 26, 72, 2, 0, // Skip to: 6701 /* 6117 */ MCD::OPC_Decode, 196, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6161 /* 6149 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6161 /* 6156 */ MCD::OPC_Decode, 205, 19, 185, 2, // Opcode: VLD3DUPq8 /* 6161 */ MCD::OPC_CheckPredicate, 26, 23, 2, 0, // Skip to: 6701 /* 6166 */ MCD::OPC_Decode, 208, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6210 /* 6198 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6210 /* 6205 */ MCD::OPC_Decode, 185, 19, 185, 2, // Opcode: VLD3DUPd16 /* 6210 */ MCD::OPC_CheckPredicate, 26, 230, 1, 0, // Skip to: 6701 /* 6215 */ MCD::OPC_Decode, 188, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6259 /* 6247 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6259 /* 6254 */ MCD::OPC_Decode, 197, 19, 185, 2, // Opcode: VLD3DUPq16 /* 6259 */ MCD::OPC_CheckPredicate, 26, 181, 1, 0, // Skip to: 6701 /* 6264 */ MCD::OPC_Decode, 200, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6308 /* 6296 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6308 /* 6303 */ MCD::OPC_Decode, 189, 19, 185, 2, // Opcode: VLD3DUPd32 /* 6308 */ MCD::OPC_CheckPredicate, 26, 132, 1, 0, // Skip to: 6701 /* 6313 */ MCD::OPC_Decode, 192, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6357 /* 6345 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6357 /* 6352 */ MCD::OPC_Decode, 201, 19, 185, 2, // Opcode: VLD3DUPq32 /* 6357 */ MCD::OPC_CheckPredicate, 26, 83, 1, 0, // Skip to: 6701 /* 6362 */ MCD::OPC_Decode, 204, 19, 185, 2, // 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, 26, 12, 0, 0, // Skip to: 6430 /* 6418 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6430 /* 6425 */ MCD::OPC_Decode, 136, 20, 186, 2, // Opcode: VLD4DUPd8 /* 6430 */ MCD::OPC_CheckPredicate, 26, 10, 1, 0, // Skip to: 6701 /* 6435 */ MCD::OPC_Decode, 139, 20, 186, 2, // 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, 26, 12, 0, 0, // Skip to: 6479 /* 6467 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6479 /* 6474 */ MCD::OPC_Decode, 128, 20, 186, 2, // Opcode: VLD4DUPd16 /* 6479 */ MCD::OPC_CheckPredicate, 26, 217, 0, 0, // Skip to: 6701 /* 6484 */ MCD::OPC_Decode, 131, 20, 186, 2, // 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, 26, 12, 0, 0, // Skip to: 6528 /* 6516 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6528 /* 6523 */ MCD::OPC_Decode, 132, 20, 186, 2, // Opcode: VLD4DUPd32 /* 6528 */ MCD::OPC_CheckPredicate, 26, 168, 0, 0, // Skip to: 6701 /* 6533 */ MCD::OPC_Decode, 135, 20, 186, 2, // 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, 26, 12, 0, 0, // Skip to: 6593 /* 6581 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6593 /* 6588 */ MCD::OPC_Decode, 148, 20, 186, 2, // Opcode: VLD4DUPq8 /* 6593 */ MCD::OPC_CheckPredicate, 26, 103, 0, 0, // Skip to: 6701 /* 6598 */ MCD::OPC_Decode, 151, 20, 186, 2, // 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, 26, 12, 0, 0, // Skip to: 6642 /* 6630 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6642 /* 6637 */ MCD::OPC_Decode, 140, 20, 186, 2, // Opcode: VLD4DUPq16 /* 6642 */ MCD::OPC_CheckPredicate, 26, 54, 0, 0, // Skip to: 6701 /* 6647 */ MCD::OPC_Decode, 143, 20, 186, 2, // 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, 26, 12, 0, 0, // Skip to: 6691 /* 6679 */ MCD::OPC_CheckField, 0, 4, 15, 5, 0, 0, // Skip to: 6691 /* 6686 */ MCD::OPC_Decode, 144, 20, 186, 2, // Opcode: VLD4DUPq32 /* 6691 */ MCD::OPC_CheckPredicate, 26, 5, 0, 0, // Skip to: 6701 /* 6696 */ MCD::OPC_Decode, 147, 20, 186, 2, // 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, 34, 181, 4, 0, // Skip to: 1218 /* 13 */ MCD::OPC_CheckField, 6, 6, 0, 174, 4, 0, // Skip to: 1218 /* 20 */ MCD::OPC_Decode, 216, 32, 187, 2, // Opcode: tMOVSr /* 25 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 47 /* 30 */ MCD::OPC_CheckPredicate, 34, 159, 4, 0, // Skip to: 1218 /* 35 */ MCD::OPC_CheckField, 11, 1, 1, 152, 4, 0, // Skip to: 1218 /* 42 */ MCD::OPC_Decode, 192, 32, 188, 2, // 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, 34, 113, 4, 0, // Skip to: 1218 /* 81 */ MCD::OPC_Decode, 248, 32, 187, 2, // Opcode: tTST /* 86 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 101 /* 91 */ MCD::OPC_CheckPredicate, 34, 98, 4, 0, // Skip to: 1218 /* 96 */ MCD::OPC_Decode, 193, 32, 187, 2, // Opcode: tCMPr /* 101 */ MCD::OPC_FilterValue, 3, 88, 4, 0, // Skip to: 1218 /* 106 */ MCD::OPC_CheckPredicate, 34, 83, 4, 0, // Skip to: 1218 /* 111 */ MCD::OPC_Decode, 190, 32, 187, 2, // Opcode: tCMNz /* 116 */ MCD::OPC_FilterValue, 4, 51, 0, 0, // Skip to: 172 /* 121 */ MCD::OPC_CheckPredicate, 34, 12, 0, 0, // Skip to: 138 /* 126 */ MCD::OPC_CheckField, 3, 4, 13, 5, 0, 0, // Skip to: 138 /* 133 */ MCD::OPC_Decode, 169, 32, 189, 2, // Opcode: tADDrSP /* 138 */ MCD::OPC_CheckPredicate, 34, 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, 173, 32, 189, 2, // Opcode: tADDspr /* 162 */ MCD::OPC_CheckPredicate, 34, 27, 4, 0, // Skip to: 1218 /* 167 */ MCD::OPC_Decode, 166, 32, 190, 2, // Opcode: tADDhirr /* 172 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 187 /* 177 */ MCD::OPC_CheckPredicate, 34, 12, 4, 0, // Skip to: 1218 /* 182 */ MCD::OPC_Decode, 191, 32, 191, 2, // Opcode: tCMPhir /* 187 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 202 /* 192 */ MCD::OPC_CheckPredicate, 34, 253, 3, 0, // Skip to: 1218 /* 197 */ MCD::OPC_Decode, 218, 32, 191, 2, // 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, 35, 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, 186, 32, 192, 2, // Opcode: tBXNS /* 235 */ MCD::OPC_CheckPredicate, 34, 210, 3, 0, // Skip to: 1218 /* 240 */ MCD::OPC_SoftFail, 7, 0, /* 243 */ MCD::OPC_Decode, 185, 32, 192, 2, // 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, 36, 184, 3, 0, // Skip to: 1218 /* 266 */ MCD::OPC_CheckField, 0, 2, 0, 177, 3, 0, // Skip to: 1218 /* 273 */ MCD::OPC_Decode, 184, 32, 192, 2, // Opcode: tBLXr /* 278 */ MCD::OPC_FilterValue, 1, 167, 3, 0, // Skip to: 1218 /* 283 */ MCD::OPC_CheckPredicate, 35, 162, 3, 0, // Skip to: 1218 /* 288 */ MCD::OPC_SoftFail, 3, 0, /* 291 */ MCD::OPC_Decode, 182, 32, 193, 2, // Opcode: tBLXNSr /* 296 */ MCD::OPC_FilterValue, 1, 149, 3, 0, // Skip to: 1218 /* 301 */ MCD::OPC_CheckPredicate, 34, 144, 3, 0, // Skip to: 1218 /* 306 */ MCD::OPC_Decode, 209, 32, 194, 2, // 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, 34, 121, 3, 0, // Skip to: 1218 /* 329 */ MCD::OPC_Decode, 238, 32, 195, 2, // Opcode: tSTRr /* 334 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 349 /* 339 */ MCD::OPC_CheckPredicate, 34, 106, 3, 0, // Skip to: 1218 /* 344 */ MCD::OPC_Decode, 236, 32, 195, 2, // Opcode: tSTRHr /* 349 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 364 /* 354 */ MCD::OPC_CheckPredicate, 34, 91, 3, 0, // Skip to: 1218 /* 359 */ MCD::OPC_Decode, 234, 32, 195, 2, // Opcode: tSTRBr /* 364 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 379 /* 369 */ MCD::OPC_CheckPredicate, 34, 76, 3, 0, // Skip to: 1218 /* 374 */ MCD::OPC_Decode, 206, 32, 195, 2, // Opcode: tLDRSB /* 379 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 394 /* 384 */ MCD::OPC_CheckPredicate, 34, 61, 3, 0, // Skip to: 1218 /* 389 */ MCD::OPC_Decode, 210, 32, 195, 2, // Opcode: tLDRr /* 394 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 409 /* 399 */ MCD::OPC_CheckPredicate, 34, 46, 3, 0, // Skip to: 1218 /* 404 */ MCD::OPC_Decode, 205, 32, 195, 2, // Opcode: tLDRHr /* 409 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 424 /* 414 */ MCD::OPC_CheckPredicate, 34, 31, 3, 0, // Skip to: 1218 /* 419 */ MCD::OPC_Decode, 203, 32, 195, 2, // Opcode: tLDRBr /* 424 */ MCD::OPC_FilterValue, 7, 21, 3, 0, // Skip to: 1218 /* 429 */ MCD::OPC_CheckPredicate, 34, 16, 3, 0, // Skip to: 1218 /* 434 */ MCD::OPC_Decode, 207, 32, 195, 2, // 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, 34, 249, 2, 0, // Skip to: 1218 /* 457 */ MCD::OPC_Decode, 237, 32, 196, 2, // Opcode: tSTRi /* 462 */ MCD::OPC_FilterValue, 1, 239, 2, 0, // Skip to: 1218 /* 467 */ MCD::OPC_CheckPredicate, 34, 234, 2, 0, // Skip to: 1218 /* 472 */ MCD::OPC_Decode, 208, 32, 196, 2, // 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, 34, 211, 2, 0, // Skip to: 1218 /* 495 */ MCD::OPC_Decode, 233, 32, 196, 2, // Opcode: tSTRBi /* 500 */ MCD::OPC_FilterValue, 1, 201, 2, 0, // Skip to: 1218 /* 505 */ MCD::OPC_CheckPredicate, 34, 196, 2, 0, // Skip to: 1218 /* 510 */ MCD::OPC_Decode, 202, 32, 196, 2, // 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, 34, 173, 2, 0, // Skip to: 1218 /* 533 */ MCD::OPC_Decode, 235, 32, 196, 2, // Opcode: tSTRHi /* 538 */ MCD::OPC_FilterValue, 1, 163, 2, 0, // Skip to: 1218 /* 543 */ MCD::OPC_CheckPredicate, 34, 158, 2, 0, // Skip to: 1218 /* 548 */ MCD::OPC_Decode, 204, 32, 196, 2, // 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, 34, 135, 2, 0, // Skip to: 1218 /* 571 */ MCD::OPC_Decode, 239, 32, 197, 2, // Opcode: tSTRspi /* 576 */ MCD::OPC_FilterValue, 1, 125, 2, 0, // Skip to: 1218 /* 581 */ MCD::OPC_CheckPredicate, 34, 120, 2, 0, // Skip to: 1218 /* 586 */ MCD::OPC_Decode, 211, 32, 197, 2, // 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, 34, 97, 2, 0, // Skip to: 1218 /* 609 */ MCD::OPC_Decode, 174, 32, 198, 2, // Opcode: tADR /* 614 */ MCD::OPC_FilterValue, 1, 87, 2, 0, // Skip to: 1218 /* 619 */ MCD::OPC_CheckPredicate, 34, 82, 2, 0, // Skip to: 1218 /* 624 */ MCD::OPC_Decode, 170, 32, 198, 2, // 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, 34, 35, 2, 0, // Skip to: 1218 /* 671 */ MCD::OPC_Decode, 172, 32, 199, 2, // 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, 37, 12, 2, 0, // Skip to: 1218 /* 694 */ MCD::OPC_Decode, 246, 32, 187, 2, // Opcode: tSXTH /* 699 */ MCD::OPC_FilterValue, 1, 2, 2, 0, // Skip to: 1218 /* 704 */ MCD::OPC_CheckPredicate, 37, 253, 1, 0, // Skip to: 1218 /* 709 */ MCD::OPC_Decode, 245, 32, 187, 2, // 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, 34, 230, 1, 0, // Skip to: 1218 /* 732 */ MCD::OPC_Decode, 243, 32, 199, 2, // 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, 37, 207, 1, 0, // Skip to: 1218 /* 755 */ MCD::OPC_Decode, 251, 32, 187, 2, // Opcode: tUXTH /* 760 */ MCD::OPC_FilterValue, 1, 197, 1, 0, // Skip to: 1218 /* 765 */ MCD::OPC_CheckPredicate, 37, 192, 1, 0, // Skip to: 1218 /* 770 */ MCD::OPC_Decode, 250, 32, 187, 2, // Opcode: tUXTB /* 775 */ MCD::OPC_FilterValue, 1, 182, 1, 0, // Skip to: 1218 /* 780 */ MCD::OPC_CheckPredicate, 38, 177, 1, 0, // Skip to: 1218 /* 785 */ MCD::OPC_Decode, 189, 32, 200, 2, // 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, 34, 154, 1, 0, // Skip to: 1218 /* 808 */ MCD::OPC_Decode, 224, 32, 201, 2, // 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, 39, 131, 1, 0, // Skip to: 1218 /* 831 */ MCD::OPC_SoftFail, 7, 16, /* 834 */ MCD::OPC_Decode, 254, 30, 202, 2, // Opcode: t2SETPAN /* 839 */ MCD::OPC_FilterValue, 2, 24, 0, 0, // Skip to: 868 /* 844 */ MCD::OPC_CheckPredicate, 40, 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, 231, 32, 202, 2, // Opcode: tSETEND /* 868 */ MCD::OPC_FilterValue, 3, 89, 1, 0, // Skip to: 1218 /* 873 */ MCD::OPC_CheckPredicate, 34, 84, 1, 0, // Skip to: 1218 /* 878 */ MCD::OPC_CheckField, 3, 1, 0, 77, 1, 0, // Skip to: 1218 /* 885 */ MCD::OPC_Decode, 194, 32, 203, 2, // 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, 37, 46, 1, 0, // Skip to: 1218 /* 916 */ MCD::OPC_CheckField, 9, 1, 1, 39, 1, 0, // Skip to: 1218 /* 923 */ MCD::OPC_Decode, 225, 32, 187, 2, // Opcode: tREV /* 928 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 950 /* 933 */ MCD::OPC_CheckPredicate, 37, 24, 1, 0, // Skip to: 1218 /* 938 */ MCD::OPC_CheckField, 9, 1, 1, 17, 1, 0, // Skip to: 1218 /* 945 */ MCD::OPC_Decode, 226, 32, 187, 2, // Opcode: tREV16 /* 950 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 972 /* 955 */ MCD::OPC_CheckPredicate, 41, 2, 1, 0, // Skip to: 1218 /* 960 */ MCD::OPC_CheckField, 9, 1, 1, 251, 0, 0, // Skip to: 1218 /* 967 */ MCD::OPC_Decode, 197, 32, 204, 2, // Opcode: tHLT /* 972 */ MCD::OPC_FilterValue, 3, 241, 0, 0, // Skip to: 1218 /* 977 */ MCD::OPC_CheckPredicate, 37, 236, 0, 0, // Skip to: 1218 /* 982 */ MCD::OPC_CheckField, 9, 1, 1, 229, 0, 0, // Skip to: 1218 /* 989 */ MCD::OPC_Decode, 227, 32, 187, 2, // Opcode: tREVSH /* 994 */ MCD::OPC_FilterValue, 1, 219, 0, 0, // Skip to: 1218 /* 999 */ MCD::OPC_CheckPredicate, 38, 214, 0, 0, // Skip to: 1218 /* 1004 */ MCD::OPC_Decode, 188, 32, 200, 2, // 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, 34, 191, 0, 0, // Skip to: 1218 /* 1027 */ MCD::OPC_Decode, 223, 32, 205, 2, // 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, 34, 168, 0, 0, // Skip to: 1218 /* 1050 */ MCD::OPC_Decode, 180, 32, 206, 2, // Opcode: tBKPT /* 1055 */ MCD::OPC_FilterValue, 1, 158, 0, 0, // Skip to: 1218 /* 1060 */ MCD::OPC_CheckPredicate, 42, 153, 0, 0, // Skip to: 1218 /* 1065 */ MCD::OPC_CheckField, 0, 4, 0, 146, 0, 0, // Skip to: 1218 /* 1072 */ MCD::OPC_Decode, 196, 32, 207, 2, // 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, 34, 123, 0, 0, // Skip to: 1218 /* 1095 */ MCD::OPC_Decode, 232, 32, 208, 2, // Opcode: tSTMIA_UPD /* 1100 */ MCD::OPC_FilterValue, 1, 113, 0, 0, // Skip to: 1218 /* 1105 */ MCD::OPC_CheckPredicate, 34, 108, 0, 0, // Skip to: 1218 /* 1110 */ MCD::OPC_Decode, 201, 32, 209, 2, // 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, 34, 19, 0, 0, // Skip to: 1153 /* 1134 */ MCD::OPC_Decode, 252, 32, 51, // Opcode: t__brkdiv0 /* 1138 */ MCD::OPC_FilterValue, 254, 29, 9, 0, 0, // Skip to: 1153 /* 1144 */ MCD::OPC_CheckPredicate, 34, 4, 0, 0, // Skip to: 1153 /* 1149 */ MCD::OPC_Decode, 247, 32, 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, 34, 20, 0, 0, // Skip to: 1186 /* 1166 */ MCD::OPC_Decode, 249, 32, 206, 2, // Opcode: tUDF /* 1171 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 1186 /* 1176 */ MCD::OPC_CheckPredicate, 34, 5, 0, 0, // Skip to: 1186 /* 1181 */ MCD::OPC_Decode, 244, 32, 206, 2, // Opcode: tSVC /* 1186 */ MCD::OPC_CheckPredicate, 34, 27, 0, 0, // Skip to: 1218 /* 1191 */ MCD::OPC_Decode, 187, 32, 210, 2, // Opcode: tBcc /* 1196 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 1218 /* 1201 */ MCD::OPC_CheckPredicate, 34, 12, 0, 0, // Skip to: 1218 /* 1206 */ MCD::OPC_CheckField, 11, 1, 0, 5, 0, 0, // Skip to: 1218 /* 1213 */ MCD::OPC_Decode, 178, 32, 211, 2, // 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, 43, 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, 183, 32, 212, 2, // Opcode: tBLXi /* 39 */ MCD::OPC_FilterValue, 1, 24, 0, 0, // Skip to: 68 /* 44 */ MCD::OPC_CheckPredicate, 34, 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, 181, 32, 213, 2, // Opcode: tBL /* 68 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTableThumb216[] = { /* 0 */ MCD::OPC_CheckPredicate, 44, 13, 0, 0, // Skip to: 18 /* 5 */ MCD::OPC_CheckField, 8, 8, 191, 1, 5, 0, 0, // Skip to: 18 /* 13 */ MCD::OPC_Decode, 224, 29, 214, 2, // 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, 41, 9, 0, // Skip to: 2353 /* 8 */ MCD::OPC_ExtractField, 21, 2, // Inst{22-21} ... /* 11 */ MCD::OPC_FilterValue, 0, 11, 2, 0, // Skip to: 539 /* 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, 45, 199, 34, 0, // Skip to: 8940 /* 37 */ MCD::OPC_CheckField, 5, 15, 128, 220, 1, 190, 34, 0, // Skip to: 8940 /* 46 */ MCD::OPC_Decode, 171, 31, 83, // Opcode: t2SRSDB /* 50 */ MCD::OPC_FilterValue, 1, 181, 34, 0, // Skip to: 8940 /* 55 */ MCD::OPC_CheckPredicate, 45, 176, 34, 0, // Skip to: 8940 /* 60 */ MCD::OPC_CheckField, 0, 16, 128, 128, 3, 167, 34, 0, // Skip to: 8940 /* 69 */ MCD::OPC_Decode, 234, 30, 81, // Opcode: t2RFEDB /* 73 */ MCD::OPC_FilterValue, 1, 71, 0, 0, // Skip to: 149 /* 78 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 81 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 110 /* 86 */ MCD::OPC_CheckPredicate, 44, 145, 34, 0, // Skip to: 8940 /* 91 */ MCD::OPC_CheckField, 15, 1, 0, 138, 34, 0, // Skip to: 8940 /* 98 */ MCD::OPC_CheckField, 13, 1, 0, 131, 34, 0, // Skip to: 8940 /* 105 */ MCD::OPC_Decode, 205, 31, 215, 2, // Opcode: t2STMIA /* 110 */ MCD::OPC_FilterValue, 1, 121, 34, 0, // Skip to: 8940 /* 115 */ MCD::OPC_CheckPredicate, 46, 19, 0, 0, // Skip to: 139 /* 120 */ MCD::OPC_CheckField, 16, 4, 15, 12, 0, 0, // Skip to: 139 /* 127 */ MCD::OPC_CheckField, 13, 1, 0, 5, 0, 0, // Skip to: 139 /* 134 */ MCD::OPC_Decode, 190, 29, 216, 2, // Opcode: t2CLRM /* 139 */ MCD::OPC_CheckPredicate, 44, 92, 34, 0, // Skip to: 8940 /* 144 */ MCD::OPC_Decode, 252, 29, 217, 2, // Opcode: t2LDMIA /* 149 */ MCD::OPC_FilterValue, 2, 47, 0, 0, // Skip to: 201 /* 154 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 157 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 186 /* 162 */ MCD::OPC_CheckPredicate, 44, 69, 34, 0, // Skip to: 8940 /* 167 */ MCD::OPC_CheckField, 15, 1, 0, 62, 34, 0, // Skip to: 8940 /* 174 */ MCD::OPC_CheckField, 13, 1, 0, 55, 34, 0, // Skip to: 8940 /* 181 */ MCD::OPC_Decode, 203, 31, 215, 2, // Opcode: t2STMDB /* 186 */ MCD::OPC_FilterValue, 1, 45, 34, 0, // Skip to: 8940 /* 191 */ MCD::OPC_CheckPredicate, 44, 40, 34, 0, // Skip to: 8940 /* 196 */ MCD::OPC_Decode, 250, 29, 217, 2, // Opcode: t2LDMDB /* 201 */ MCD::OPC_FilterValue, 3, 49, 0, 0, // Skip to: 255 /* 206 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 209 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 232 /* 214 */ MCD::OPC_CheckPredicate, 45, 17, 34, 0, // Skip to: 8940 /* 219 */ MCD::OPC_CheckField, 5, 15, 128, 220, 1, 8, 34, 0, // Skip to: 8940 /* 228 */ MCD::OPC_Decode, 173, 31, 83, // Opcode: t2SRSIA /* 232 */ MCD::OPC_FilterValue, 1, 255, 33, 0, // Skip to: 8940 /* 237 */ MCD::OPC_CheckPredicate, 45, 250, 33, 0, // Skip to: 8940 /* 242 */ MCD::OPC_CheckField, 0, 16, 128, 128, 3, 241, 33, 0, // Skip to: 8940 /* 251 */ MCD::OPC_Decode, 236, 30, 81, // Opcode: t2RFEIA /* 255 */ MCD::OPC_FilterValue, 4, 93, 0, 0, // Skip to: 353 /* 260 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 285 /* 265 */ MCD::OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 285 /* 272 */ MCD::OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 285 /* 280 */ MCD::OPC_Decode, 252, 31, 218, 2, // Opcode: t2TSTrr /* 285 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 309 /* 290 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 309 /* 297 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 309 /* 304 */ MCD::OPC_Decode, 253, 31, 219, 2, // Opcode: t2TSTrs /* 309 */ MCD::OPC_CheckPredicate, 44, 24, 0, 0, // Skip to: 338 /* 314 */ MCD::OPC_CheckField, 12, 3, 0, 17, 0, 0, // Skip to: 338 /* 321 */ MCD::OPC_CheckField, 4, 4, 0, 10, 0, 0, // Skip to: 338 /* 328 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 333 */ MCD::OPC_Decode, 170, 29, 220, 2, // Opcode: t2ANDrr /* 338 */ MCD::OPC_CheckPredicate, 44, 149, 33, 0, // Skip to: 8940 /* 343 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 348 */ MCD::OPC_Decode, 171, 29, 221, 2, // Opcode: t2ANDrs /* 353 */ MCD::OPC_FilterValue, 5, 93, 0, 0, // Skip to: 451 /* 358 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 383 /* 363 */ MCD::OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 383 /* 370 */ MCD::OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 383 /* 378 */ MCD::OPC_Decode, 248, 31, 218, 2, // Opcode: t2TEQrr /* 383 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 407 /* 388 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 407 /* 395 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 407 /* 402 */ MCD::OPC_Decode, 249, 31, 219, 2, // Opcode: t2TEQrs /* 407 */ MCD::OPC_CheckPredicate, 44, 24, 0, 0, // Skip to: 436 /* 412 */ MCD::OPC_CheckField, 12, 3, 0, 17, 0, 0, // Skip to: 436 /* 419 */ MCD::OPC_CheckField, 4, 4, 0, 10, 0, 0, // Skip to: 436 /* 426 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 431 */ MCD::OPC_Decode, 219, 29, 220, 2, // Opcode: t2EORrr /* 436 */ MCD::OPC_CheckPredicate, 44, 51, 33, 0, // Skip to: 8940 /* 441 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 446 */ MCD::OPC_Decode, 220, 29, 221, 2, // Opcode: t2EORrs /* 451 */ MCD::OPC_FilterValue, 6, 36, 33, 0, // Skip to: 8940 /* 456 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 481 /* 461 */ MCD::OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 481 /* 468 */ MCD::OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 481 /* 476 */ MCD::OPC_Decode, 193, 29, 222, 2, // Opcode: t2CMNzrr /* 481 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 505 /* 486 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 505 /* 493 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 505 /* 500 */ MCD::OPC_Decode, 194, 29, 223, 2, // Opcode: t2CMNzrs /* 505 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 529 /* 510 */ MCD::OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 529 /* 517 */ MCD::OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 529 /* 524 */ MCD::OPC_Decode, 164, 29, 224, 2, // Opcode: t2ADDrr /* 529 */ MCD::OPC_CheckPredicate, 44, 214, 32, 0, // Skip to: 8940 /* 534 */ MCD::OPC_Decode, 165, 29, 225, 2, // Opcode: t2ADDrs /* 539 */ MCD::OPC_FilterValue, 1, 96, 1, 0, // Skip to: 896 /* 544 */ MCD::OPC_ExtractField, 23, 4, // Inst{26-23} ... /* 547 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 601 /* 552 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 555 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 578 /* 560 */ MCD::OPC_CheckPredicate, 45, 183, 32, 0, // Skip to: 8940 /* 565 */ MCD::OPC_CheckField, 5, 15, 128, 220, 1, 174, 32, 0, // Skip to: 8940 /* 574 */ MCD::OPC_Decode, 172, 31, 83, // Opcode: t2SRSDB_UPD /* 578 */ MCD::OPC_FilterValue, 1, 165, 32, 0, // Skip to: 8940 /* 583 */ MCD::OPC_CheckPredicate, 45, 160, 32, 0, // Skip to: 8940 /* 588 */ MCD::OPC_CheckField, 0, 16, 128, 128, 3, 151, 32, 0, // Skip to: 8940 /* 597 */ MCD::OPC_Decode, 235, 30, 81, // Opcode: t2RFEDBW /* 601 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 653 /* 606 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 609 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 638 /* 614 */ MCD::OPC_CheckPredicate, 44, 129, 32, 0, // Skip to: 8940 /* 619 */ MCD::OPC_CheckField, 15, 1, 0, 122, 32, 0, // Skip to: 8940 /* 626 */ MCD::OPC_CheckField, 13, 1, 0, 115, 32, 0, // Skip to: 8940 /* 633 */ MCD::OPC_Decode, 206, 31, 226, 2, // Opcode: t2STMIA_UPD /* 638 */ MCD::OPC_FilterValue, 1, 105, 32, 0, // Skip to: 8940 /* 643 */ MCD::OPC_CheckPredicate, 44, 100, 32, 0, // Skip to: 8940 /* 648 */ MCD::OPC_Decode, 253, 29, 227, 2, // Opcode: t2LDMIA_UPD /* 653 */ MCD::OPC_FilterValue, 2, 47, 0, 0, // Skip to: 705 /* 658 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 661 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 690 /* 666 */ MCD::OPC_CheckPredicate, 44, 77, 32, 0, // Skip to: 8940 /* 671 */ MCD::OPC_CheckField, 15, 1, 0, 70, 32, 0, // Skip to: 8940 /* 678 */ MCD::OPC_CheckField, 13, 1, 0, 63, 32, 0, // Skip to: 8940 /* 685 */ MCD::OPC_Decode, 204, 31, 226, 2, // Opcode: t2STMDB_UPD /* 690 */ MCD::OPC_FilterValue, 1, 53, 32, 0, // Skip to: 8940 /* 695 */ MCD::OPC_CheckPredicate, 44, 48, 32, 0, // Skip to: 8940 /* 700 */ MCD::OPC_Decode, 251, 29, 227, 2, // Opcode: t2LDMDB_UPD /* 705 */ MCD::OPC_FilterValue, 3, 49, 0, 0, // Skip to: 759 /* 710 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 713 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 736 /* 718 */ MCD::OPC_CheckPredicate, 45, 25, 32, 0, // Skip to: 8940 /* 723 */ MCD::OPC_CheckField, 5, 15, 128, 220, 1, 16, 32, 0, // Skip to: 8940 /* 732 */ MCD::OPC_Decode, 174, 31, 83, // Opcode: t2SRSIA_UPD /* 736 */ MCD::OPC_FilterValue, 1, 7, 32, 0, // Skip to: 8940 /* 741 */ MCD::OPC_CheckPredicate, 45, 2, 32, 0, // Skip to: 8940 /* 746 */ MCD::OPC_CheckField, 0, 16, 128, 128, 3, 249, 31, 0, // Skip to: 8940 /* 755 */ MCD::OPC_Decode, 237, 30, 81, // Opcode: t2RFEIAW /* 759 */ MCD::OPC_FilterValue, 4, 44, 0, 0, // Skip to: 808 /* 764 */ MCD::OPC_CheckPredicate, 44, 24, 0, 0, // Skip to: 793 /* 769 */ MCD::OPC_CheckField, 12, 3, 0, 17, 0, 0, // Skip to: 793 /* 776 */ MCD::OPC_CheckField, 4, 4, 0, 10, 0, 0, // Skip to: 793 /* 783 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 788 */ MCD::OPC_Decode, 183, 29, 220, 2, // Opcode: t2BICrr /* 793 */ MCD::OPC_CheckPredicate, 44, 206, 31, 0, // Skip to: 8940 /* 798 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 803 */ MCD::OPC_Decode, 184, 29, 221, 2, // Opcode: t2BICrs /* 808 */ MCD::OPC_FilterValue, 7, 191, 31, 0, // Skip to: 8940 /* 813 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 838 /* 818 */ MCD::OPC_CheckField, 20, 1, 1, 13, 0, 0, // Skip to: 838 /* 825 */ MCD::OPC_CheckField, 4, 11, 240, 1, 5, 0, 0, // Skip to: 838 /* 833 */ MCD::OPC_Decode, 196, 29, 222, 2, // Opcode: t2CMPrr /* 838 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 862 /* 843 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 862 /* 850 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 862 /* 857 */ MCD::OPC_Decode, 197, 29, 223, 2, // Opcode: t2CMPrs /* 862 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 886 /* 867 */ MCD::OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 886 /* 874 */ MCD::OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 886 /* 881 */ MCD::OPC_Decode, 235, 31, 224, 2, // Opcode: t2SUBrr /* 886 */ MCD::OPC_CheckPredicate, 44, 113, 31, 0, // Skip to: 8940 /* 891 */ MCD::OPC_Decode, 236, 31, 225, 2, // Opcode: t2SUBrs /* 896 */ MCD::OPC_FilterValue, 2, 179, 4, 0, // Skip to: 2104 /* 901 */ MCD::OPC_ExtractField, 24, 3, // Inst{26-24} ... /* 904 */ MCD::OPC_FilterValue, 0, 212, 2, 0, // Skip to: 1633 /* 909 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 912 */ MCD::OPC_FilterValue, 0, 100, 1, 0, // Skip to: 1273 /* 917 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 920 */ MCD::OPC_FilterValue, 0, 113, 0, 0, // Skip to: 1038 /* 925 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 928 */ MCD::OPC_FilterValue, 0, 20, 0, 0, // Skip to: 953 /* 933 */ MCD::OPC_CheckPredicate, 35, 90, 0, 0, // Skip to: 1028 /* 938 */ MCD::OPC_CheckField, 12, 4, 15, 83, 0, 0, // Skip to: 1028 /* 945 */ MCD::OPC_SoftFail, 63, 0, /* 948 */ MCD::OPC_Decode, 254, 31, 228, 2, // Opcode: t2TT /* 953 */ MCD::OPC_FilterValue, 1, 20, 0, 0, // Skip to: 978 /* 958 */ MCD::OPC_CheckPredicate, 35, 65, 0, 0, // Skip to: 1028 /* 963 */ MCD::OPC_CheckField, 12, 4, 15, 58, 0, 0, // Skip to: 1028 /* 970 */ MCD::OPC_SoftFail, 63, 0, /* 973 */ MCD::OPC_Decode, 129, 32, 228, 2, // Opcode: t2TTT /* 978 */ MCD::OPC_FilterValue, 2, 20, 0, 0, // Skip to: 1003 /* 983 */ MCD::OPC_CheckPredicate, 35, 40, 0, 0, // Skip to: 1028 /* 988 */ MCD::OPC_CheckField, 12, 4, 15, 33, 0, 0, // Skip to: 1028 /* 995 */ MCD::OPC_SoftFail, 63, 0, /* 998 */ MCD::OPC_Decode, 255, 31, 228, 2, // Opcode: t2TTA /* 1003 */ MCD::OPC_FilterValue, 3, 20, 0, 0, // Skip to: 1028 /* 1008 */ MCD::OPC_CheckPredicate, 35, 15, 0, 0, // Skip to: 1028 /* 1013 */ MCD::OPC_CheckField, 12, 4, 15, 8, 0, 0, // Skip to: 1028 /* 1020 */ MCD::OPC_SoftFail, 63, 0, /* 1023 */ MCD::OPC_Decode, 128, 32, 228, 2, // Opcode: t2TTAT /* 1028 */ MCD::OPC_CheckPredicate, 38, 227, 30, 0, // Skip to: 8940 /* 1033 */ MCD::OPC_Decode, 216, 31, 229, 2, // Opcode: t2STREX /* 1038 */ MCD::OPC_FilterValue, 1, 217, 30, 0, // Skip to: 8940 /* 1043 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 1046 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 1068 /* 1051 */ MCD::OPC_CheckPredicate, 38, 204, 30, 0, // Skip to: 8940 /* 1056 */ MCD::OPC_CheckField, 8, 4, 15, 197, 30, 0, // Skip to: 8940 /* 1063 */ MCD::OPC_Decode, 217, 31, 230, 2, // Opcode: t2STREXB /* 1068 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 1090 /* 1073 */ MCD::OPC_CheckPredicate, 38, 182, 30, 0, // Skip to: 8940 /* 1078 */ MCD::OPC_CheckField, 8, 4, 15, 175, 30, 0, // Skip to: 8940 /* 1085 */ MCD::OPC_Decode, 219, 31, 230, 2, // Opcode: t2STREXH /* 1090 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1105 /* 1095 */ MCD::OPC_CheckPredicate, 45, 160, 30, 0, // Skip to: 8940 /* 1100 */ MCD::OPC_Decode, 218, 31, 231, 2, // Opcode: t2STREXD /* 1105 */ MCD::OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1134 /* 1110 */ MCD::OPC_CheckPredicate, 47, 145, 30, 0, // Skip to: 8940 /* 1115 */ MCD::OPC_CheckField, 8, 4, 15, 138, 30, 0, // Skip to: 8940 /* 1122 */ MCD::OPC_CheckField, 0, 4, 15, 131, 30, 0, // Skip to: 8940 /* 1129 */ MCD::OPC_Decode, 197, 31, 232, 2, // Opcode: t2STLB /* 1134 */ MCD::OPC_FilterValue, 9, 24, 0, 0, // Skip to: 1163 /* 1139 */ MCD::OPC_CheckPredicate, 47, 116, 30, 0, // Skip to: 8940 /* 1144 */ MCD::OPC_CheckField, 8, 4, 15, 109, 30, 0, // Skip to: 8940 /* 1151 */ MCD::OPC_CheckField, 0, 4, 15, 102, 30, 0, // Skip to: 8940 /* 1158 */ MCD::OPC_Decode, 202, 31, 232, 2, // Opcode: t2STLH /* 1163 */ MCD::OPC_FilterValue, 10, 24, 0, 0, // Skip to: 1192 /* 1168 */ MCD::OPC_CheckPredicate, 47, 87, 30, 0, // Skip to: 8940 /* 1173 */ MCD::OPC_CheckField, 8, 4, 15, 80, 30, 0, // Skip to: 8940 /* 1180 */ MCD::OPC_CheckField, 0, 4, 15, 73, 30, 0, // Skip to: 8940 /* 1187 */ MCD::OPC_Decode, 196, 31, 232, 2, // Opcode: t2STL /* 1192 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 1214 /* 1197 */ MCD::OPC_CheckPredicate, 48, 58, 30, 0, // Skip to: 8940 /* 1202 */ MCD::OPC_CheckField, 8, 4, 15, 51, 30, 0, // Skip to: 8940 /* 1209 */ MCD::OPC_Decode, 199, 31, 230, 2, // Opcode: t2STLEXB /* 1214 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 1236 /* 1219 */ MCD::OPC_CheckPredicate, 48, 36, 30, 0, // Skip to: 8940 /* 1224 */ MCD::OPC_CheckField, 8, 4, 15, 29, 30, 0, // Skip to: 8940 /* 1231 */ MCD::OPC_Decode, 201, 31, 230, 2, // Opcode: t2STLEXH /* 1236 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 1258 /* 1241 */ MCD::OPC_CheckPredicate, 48, 14, 30, 0, // Skip to: 8940 /* 1246 */ MCD::OPC_CheckField, 8, 4, 15, 7, 30, 0, // Skip to: 8940 /* 1253 */ MCD::OPC_Decode, 198, 31, 230, 2, // Opcode: t2STLEX /* 1258 */ MCD::OPC_FilterValue, 15, 253, 29, 0, // Skip to: 8940 /* 1263 */ MCD::OPC_CheckPredicate, 49, 248, 29, 0, // Skip to: 8940 /* 1268 */ MCD::OPC_Decode, 200, 31, 231, 2, // Opcode: t2STLEXD /* 1273 */ MCD::OPC_FilterValue, 1, 238, 29, 0, // Skip to: 8940 /* 1278 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1281 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1303 /* 1286 */ MCD::OPC_CheckPredicate, 38, 225, 29, 0, // Skip to: 8940 /* 1291 */ MCD::OPC_CheckField, 8, 4, 15, 218, 29, 0, // Skip to: 8940 /* 1298 */ MCD::OPC_Decode, 136, 30, 233, 2, // Opcode: t2LDREX /* 1303 */ MCD::OPC_FilterValue, 1, 208, 29, 0, // Skip to: 8940 /* 1308 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 1311 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 1334 /* 1316 */ MCD::OPC_CheckPredicate, 44, 195, 29, 0, // Skip to: 8940 /* 1321 */ MCD::OPC_CheckField, 8, 8, 240, 1, 187, 29, 0, // Skip to: 8940 /* 1329 */ MCD::OPC_Decode, 245, 31, 234, 2, // Opcode: t2TBB /* 1334 */ MCD::OPC_FilterValue, 1, 18, 0, 0, // Skip to: 1357 /* 1339 */ MCD::OPC_CheckPredicate, 44, 172, 29, 0, // Skip to: 8940 /* 1344 */ MCD::OPC_CheckField, 8, 8, 240, 1, 164, 29, 0, // Skip to: 8940 /* 1352 */ MCD::OPC_Decode, 246, 31, 234, 2, // Opcode: t2TBH /* 1357 */ MCD::OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1386 /* 1362 */ MCD::OPC_CheckPredicate, 38, 149, 29, 0, // Skip to: 8940 /* 1367 */ MCD::OPC_CheckField, 8, 4, 15, 142, 29, 0, // Skip to: 8940 /* 1374 */ MCD::OPC_CheckField, 0, 4, 15, 135, 29, 0, // Skip to: 8940 /* 1381 */ MCD::OPC_Decode, 137, 30, 232, 2, // Opcode: t2LDREXB /* 1386 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1415 /* 1391 */ MCD::OPC_CheckPredicate, 38, 120, 29, 0, // Skip to: 8940 /* 1396 */ MCD::OPC_CheckField, 8, 4, 15, 113, 29, 0, // Skip to: 8940 /* 1403 */ MCD::OPC_CheckField, 0, 4, 15, 106, 29, 0, // Skip to: 8940 /* 1410 */ MCD::OPC_Decode, 139, 30, 232, 2, // Opcode: t2LDREXH /* 1415 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 1437 /* 1420 */ MCD::OPC_CheckPredicate, 45, 91, 29, 0, // Skip to: 8940 /* 1425 */ MCD::OPC_CheckField, 0, 4, 15, 84, 29, 0, // Skip to: 8940 /* 1432 */ MCD::OPC_Decode, 138, 30, 235, 2, // Opcode: t2LDREXD /* 1437 */ MCD::OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1466 /* 1442 */ MCD::OPC_CheckPredicate, 47, 69, 29, 0, // Skip to: 8940 /* 1447 */ MCD::OPC_CheckField, 8, 4, 15, 62, 29, 0, // Skip to: 8940 /* 1454 */ MCD::OPC_CheckField, 0, 4, 15, 55, 29, 0, // Skip to: 8940 /* 1461 */ MCD::OPC_Decode, 228, 29, 232, 2, // Opcode: t2LDAB /* 1466 */ MCD::OPC_FilterValue, 9, 24, 0, 0, // Skip to: 1495 /* 1471 */ MCD::OPC_CheckPredicate, 47, 40, 29, 0, // Skip to: 8940 /* 1476 */ MCD::OPC_CheckField, 8, 4, 15, 33, 29, 0, // Skip to: 8940 /* 1483 */ MCD::OPC_CheckField, 0, 4, 15, 26, 29, 0, // Skip to: 8940 /* 1490 */ MCD::OPC_Decode, 233, 29, 232, 2, // Opcode: t2LDAH /* 1495 */ MCD::OPC_FilterValue, 10, 24, 0, 0, // Skip to: 1524 /* 1500 */ MCD::OPC_CheckPredicate, 47, 11, 29, 0, // Skip to: 8940 /* 1505 */ MCD::OPC_CheckField, 8, 4, 15, 4, 29, 0, // Skip to: 8940 /* 1512 */ MCD::OPC_CheckField, 0, 4, 15, 253, 28, 0, // Skip to: 8940 /* 1519 */ MCD::OPC_Decode, 227, 29, 232, 2, // Opcode: t2LDA /* 1524 */ MCD::OPC_FilterValue, 12, 24, 0, 0, // Skip to: 1553 /* 1529 */ MCD::OPC_CheckPredicate, 48, 238, 28, 0, // Skip to: 8940 /* 1534 */ MCD::OPC_CheckField, 8, 4, 15, 231, 28, 0, // Skip to: 8940 /* 1541 */ MCD::OPC_CheckField, 0, 4, 15, 224, 28, 0, // Skip to: 8940 /* 1548 */ MCD::OPC_Decode, 230, 29, 232, 2, // Opcode: t2LDAEXB /* 1553 */ MCD::OPC_FilterValue, 13, 24, 0, 0, // Skip to: 1582 /* 1558 */ MCD::OPC_CheckPredicate, 48, 209, 28, 0, // Skip to: 8940 /* 1563 */ MCD::OPC_CheckField, 8, 4, 15, 202, 28, 0, // Skip to: 8940 /* 1570 */ MCD::OPC_CheckField, 0, 4, 15, 195, 28, 0, // Skip to: 8940 /* 1577 */ MCD::OPC_Decode, 232, 29, 232, 2, // Opcode: t2LDAEXH /* 1582 */ MCD::OPC_FilterValue, 14, 24, 0, 0, // Skip to: 1611 /* 1587 */ MCD::OPC_CheckPredicate, 48, 180, 28, 0, // Skip to: 8940 /* 1592 */ MCD::OPC_CheckField, 8, 4, 15, 173, 28, 0, // Skip to: 8940 /* 1599 */ MCD::OPC_CheckField, 0, 4, 15, 166, 28, 0, // Skip to: 8940 /* 1606 */ MCD::OPC_Decode, 229, 29, 232, 2, // Opcode: t2LDAEX /* 1611 */ MCD::OPC_FilterValue, 15, 156, 28, 0, // Skip to: 8940 /* 1616 */ MCD::OPC_CheckPredicate, 49, 151, 28, 0, // Skip to: 8940 /* 1621 */ MCD::OPC_CheckField, 0, 4, 15, 144, 28, 0, // Skip to: 8940 /* 1628 */ MCD::OPC_Decode, 231, 29, 235, 2, // Opcode: t2LDAEXD /* 1633 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 1671 /* 1638 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 1641 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1656 /* 1646 */ MCD::OPC_CheckPredicate, 44, 121, 28, 0, // Skip to: 8940 /* 1651 */ MCD::OPC_Decode, 215, 31, 236, 2, // Opcode: t2STRDi8 /* 1656 */ MCD::OPC_FilterValue, 1, 111, 28, 0, // Skip to: 8940 /* 1661 */ MCD::OPC_CheckPredicate, 44, 106, 28, 0, // Skip to: 8940 /* 1666 */ MCD::OPC_Decode, 135, 30, 236, 2, // Opcode: t2LDRDi8 /* 1671 */ MCD::OPC_FilterValue, 2, 86, 1, 0, // Skip to: 2018 /* 1676 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1679 */ MCD::OPC_FilterValue, 0, 26, 1, 0, // Skip to: 1966 /* 1684 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 1687 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1727 /* 1692 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 1695 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 1761 /* 1700 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 1717 /* 1705 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 1717 /* 1712 */ MCD::OPC_Decode, 183, 30, 237, 2, // Opcode: t2MOVr /* 1717 */ MCD::OPC_CheckPredicate, 44, 39, 0, 0, // Skip to: 1761 /* 1722 */ MCD::OPC_Decode, 205, 30, 220, 2, // Opcode: t2ORRrr /* 1727 */ MCD::OPC_FilterValue, 3, 29, 0, 0, // Skip to: 1761 /* 1732 */ MCD::OPC_CheckPredicate, 44, 24, 0, 0, // Skip to: 1761 /* 1737 */ MCD::OPC_CheckField, 16, 4, 15, 17, 0, 0, // Skip to: 1761 /* 1744 */ MCD::OPC_CheckField, 12, 3, 0, 10, 0, 0, // Skip to: 1761 /* 1751 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 1756 */ MCD::OPC_Decode, 240, 30, 238, 2, // Opcode: t2RRX /* 1761 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 1764 */ MCD::OPC_FilterValue, 0, 101, 0, 0, // Skip to: 1870 /* 1769 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 1772 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1794 /* 1777 */ MCD::OPC_CheckPredicate, 44, 78, 0, 0, // Skip to: 1860 /* 1782 */ MCD::OPC_CheckField, 16, 4, 15, 71, 0, 0, // Skip to: 1860 /* 1789 */ MCD::OPC_Decode, 170, 30, 239, 2, // Opcode: t2LSLri /* 1794 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1816 /* 1799 */ MCD::OPC_CheckPredicate, 44, 56, 0, 0, // Skip to: 1860 /* 1804 */ MCD::OPC_CheckField, 16, 4, 15, 49, 0, 0, // Skip to: 1860 /* 1811 */ MCD::OPC_Decode, 172, 30, 239, 2, // Opcode: t2LSRri /* 1816 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1838 /* 1821 */ MCD::OPC_CheckPredicate, 44, 34, 0, 0, // Skip to: 1860 /* 1826 */ MCD::OPC_CheckField, 16, 4, 15, 27, 0, 0, // Skip to: 1860 /* 1833 */ MCD::OPC_Decode, 172, 29, 239, 2, // Opcode: t2ASRri /* 1838 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 1860 /* 1843 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 1860 /* 1848 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 1860 /* 1855 */ MCD::OPC_Decode, 238, 30, 239, 2, // Opcode: t2RORri /* 1860 */ MCD::OPC_CheckPredicate, 44, 163, 27, 0, // Skip to: 8940 /* 1865 */ MCD::OPC_Decode, 206, 30, 221, 2, // Opcode: t2ORRrs /* 1870 */ MCD::OPC_FilterValue, 1, 153, 27, 0, // Skip to: 8940 /* 1875 */ MCD::OPC_ExtractField, 12, 3, // Inst{14-12} ... /* 1878 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1900 /* 1883 */ MCD::OPC_CheckPredicate, 46, 140, 27, 0, // Skip to: 8940 /* 1888 */ MCD::OPC_CheckField, 20, 1, 1, 133, 27, 0, // Skip to: 8940 /* 1895 */ MCD::OPC_Decode, 207, 29, 240, 2, // Opcode: t2CSEL /* 1900 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1922 /* 1905 */ MCD::OPC_CheckPredicate, 46, 118, 27, 0, // Skip to: 8940 /* 1910 */ MCD::OPC_CheckField, 20, 1, 1, 111, 27, 0, // Skip to: 8940 /* 1917 */ MCD::OPC_Decode, 208, 29, 240, 2, // Opcode: t2CSINC /* 1922 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1944 /* 1927 */ MCD::OPC_CheckPredicate, 46, 96, 27, 0, // Skip to: 8940 /* 1932 */ MCD::OPC_CheckField, 20, 1, 1, 89, 27, 0, // Skip to: 8940 /* 1939 */ MCD::OPC_Decode, 209, 29, 240, 2, // Opcode: t2CSINV /* 1944 */ MCD::OPC_FilterValue, 3, 79, 27, 0, // Skip to: 8940 /* 1949 */ MCD::OPC_CheckPredicate, 46, 74, 27, 0, // Skip to: 8940 /* 1954 */ MCD::OPC_CheckField, 20, 1, 1, 67, 27, 0, // Skip to: 8940 /* 1961 */ MCD::OPC_Decode, 210, 29, 240, 2, // Opcode: t2CSNEG /* 1966 */ MCD::OPC_FilterValue, 1, 57, 27, 0, // Skip to: 8940 /* 1971 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... /* 1974 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1996 /* 1979 */ MCD::OPC_CheckPredicate, 50, 44, 27, 0, // Skip to: 8940 /* 1984 */ MCD::OPC_CheckField, 20, 1, 0, 37, 27, 0, // Skip to: 8940 /* 1991 */ MCD::OPC_Decode, 207, 30, 241, 2, // Opcode: t2PKHBT /* 1996 */ MCD::OPC_FilterValue, 2, 27, 27, 0, // Skip to: 8940 /* 2001 */ MCD::OPC_CheckPredicate, 50, 22, 27, 0, // Skip to: 8940 /* 2006 */ MCD::OPC_CheckField, 20, 1, 0, 15, 27, 0, // Skip to: 8940 /* 2013 */ MCD::OPC_Decode, 208, 30, 241, 2, // Opcode: t2PKHTB /* 2018 */ MCD::OPC_FilterValue, 3, 5, 27, 0, // Skip to: 8940 /* 2023 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 2026 */ MCD::OPC_FilterValue, 0, 34, 0, 0, // Skip to: 2065 /* 2031 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 2055 /* 2036 */ MCD::OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 2055 /* 2043 */ MCD::OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 2055 /* 2050 */ MCD::OPC_Decode, 160, 29, 220, 2, // Opcode: t2ADCrr /* 2055 */ MCD::OPC_CheckPredicate, 44, 224, 26, 0, // Skip to: 8940 /* 2060 */ MCD::OPC_Decode, 161, 29, 221, 2, // Opcode: t2ADCrs /* 2065 */ MCD::OPC_FilterValue, 1, 214, 26, 0, // Skip to: 8940 /* 2070 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 2094 /* 2075 */ MCD::OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 2094 /* 2082 */ MCD::OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 2094 /* 2089 */ MCD::OPC_Decode, 242, 30, 220, 2, // Opcode: t2RSBrr /* 2094 */ MCD::OPC_CheckPredicate, 44, 185, 26, 0, // Skip to: 8940 /* 2099 */ MCD::OPC_Decode, 243, 30, 221, 2, // Opcode: t2RSBrs /* 2104 */ MCD::OPC_FilterValue, 3, 175, 26, 0, // Skip to: 8940 /* 2109 */ MCD::OPC_ExtractField, 24, 3, // Inst{26-24} ... /* 2112 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 2150 /* 2117 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 2120 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2135 /* 2125 */ MCD::OPC_CheckPredicate, 44, 154, 26, 0, // Skip to: 8940 /* 2130 */ MCD::OPC_Decode, 213, 31, 242, 2, // Opcode: t2STRD_POST /* 2135 */ MCD::OPC_FilterValue, 1, 144, 26, 0, // Skip to: 8940 /* 2140 */ MCD::OPC_CheckPredicate, 44, 139, 26, 0, // Skip to: 8940 /* 2145 */ MCD::OPC_Decode, 133, 30, 243, 2, // Opcode: t2LDRD_POST /* 2150 */ MCD::OPC_FilterValue, 1, 58, 0, 0, // Skip to: 2213 /* 2155 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 2158 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2173 /* 2163 */ MCD::OPC_CheckPredicate, 44, 116, 26, 0, // Skip to: 8940 /* 2168 */ MCD::OPC_Decode, 214, 31, 244, 2, // Opcode: t2STRD_PRE /* 2173 */ MCD::OPC_FilterValue, 1, 106, 26, 0, // Skip to: 8940 /* 2178 */ MCD::OPC_CheckPredicate, 51, 20, 0, 0, // Skip to: 2203 /* 2183 */ MCD::OPC_CheckField, 23, 1, 0, 13, 0, 0, // Skip to: 2203 /* 2190 */ MCD::OPC_CheckField, 0, 20, 255, 210, 63, 4, 0, 0, // Skip to: 2203 /* 2199 */ MCD::OPC_Decode, 255, 30, 51, // Opcode: t2SG /* 2203 */ MCD::OPC_CheckPredicate, 44, 76, 26, 0, // Skip to: 8940 /* 2208 */ MCD::OPC_Decode, 134, 30, 245, 2, // Opcode: t2LDRD_PRE /* 2213 */ MCD::OPC_FilterValue, 2, 88, 0, 0, // Skip to: 2306 /* 2218 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 2221 */ MCD::OPC_FilterValue, 0, 58, 26, 0, // Skip to: 8940 /* 2226 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 2229 */ MCD::OPC_FilterValue, 0, 40, 0, 0, // Skip to: 2274 /* 2234 */ MCD::OPC_ExtractField, 12, 3, // Inst{14-12} ... /* 2237 */ MCD::OPC_FilterValue, 0, 32, 0, 0, // Skip to: 2274 /* 2242 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2259 /* 2247 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2259 /* 2254 */ MCD::OPC_Decode, 199, 30, 238, 2, // Opcode: t2MVNr /* 2259 */ MCD::OPC_CheckPredicate, 44, 10, 0, 0, // Skip to: 2274 /* 2264 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 2269 */ MCD::OPC_Decode, 202, 30, 220, 2, // Opcode: t2ORNrr /* 2274 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2291 /* 2279 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2291 /* 2286 */ MCD::OPC_Decode, 200, 30, 246, 2, // Opcode: t2MVNs /* 2291 */ MCD::OPC_CheckPredicate, 44, 244, 25, 0, // Skip to: 8940 /* 2296 */ MCD::OPC_SoftFail, 128, 128, 2 /* 0x8000 */, 0, /* 2301 */ MCD::OPC_Decode, 203, 30, 221, 2, // Opcode: t2ORNrs /* 2306 */ MCD::OPC_FilterValue, 3, 229, 25, 0, // Skip to: 8940 /* 2311 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 2314 */ MCD::OPC_FilterValue, 0, 221, 25, 0, // Skip to: 8940 /* 2319 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 2343 /* 2324 */ MCD::OPC_CheckField, 12, 3, 0, 12, 0, 0, // Skip to: 2343 /* 2331 */ MCD::OPC_CheckField, 4, 4, 0, 5, 0, 0, // Skip to: 2343 /* 2338 */ MCD::OPC_Decode, 249, 30, 220, 2, // Opcode: t2SBCrr /* 2343 */ MCD::OPC_CheckPredicate, 44, 192, 25, 0, // Skip to: 8940 /* 2348 */ MCD::OPC_Decode, 250, 30, 221, 2, // Opcode: t2SBCrs /* 2353 */ MCD::OPC_FilterValue, 30, 225, 7, 0, // Skip to: 4375 /* 2358 */ MCD::OPC_ExtractField, 15, 1, // Inst{15} ... /* 2361 */ MCD::OPC_FilterValue, 0, 36, 3, 0, // Skip to: 3170 /* 2366 */ MCD::OPC_ExtractField, 24, 2, // Inst{25-24} ... /* 2369 */ MCD::OPC_FilterValue, 0, 160, 0, 0, // Skip to: 2534 /* 2374 */ MCD::OPC_ExtractField, 21, 3, // Inst{23-21} ... /* 2377 */ MCD::OPC_FilterValue, 0, 34, 0, 0, // Skip to: 2416 /* 2382 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 2406 /* 2387 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2406 /* 2394 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2406 /* 2401 */ MCD::OPC_Decode, 251, 31, 247, 2, // Opcode: t2TSTri /* 2406 */ MCD::OPC_CheckPredicate, 44, 129, 25, 0, // Skip to: 8940 /* 2411 */ MCD::OPC_Decode, 169, 29, 248, 2, // Opcode: t2ANDri /* 2416 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2431 /* 2421 */ MCD::OPC_CheckPredicate, 44, 114, 25, 0, // Skip to: 8940 /* 2426 */ MCD::OPC_Decode, 182, 29, 248, 2, // Opcode: t2BICri /* 2431 */ MCD::OPC_FilterValue, 2, 27, 0, 0, // Skip to: 2463 /* 2436 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2453 /* 2441 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2453 /* 2448 */ MCD::OPC_Decode, 181, 30, 249, 2, // Opcode: t2MOVi /* 2453 */ MCD::OPC_CheckPredicate, 44, 82, 25, 0, // Skip to: 8940 /* 2458 */ MCD::OPC_Decode, 204, 30, 248, 2, // Opcode: t2ORRri /* 2463 */ MCD::OPC_FilterValue, 3, 27, 0, 0, // Skip to: 2495 /* 2468 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2485 /* 2473 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 2485 /* 2480 */ MCD::OPC_Decode, 198, 30, 249, 2, // Opcode: t2MVNi /* 2485 */ MCD::OPC_CheckPredicate, 44, 50, 25, 0, // Skip to: 8940 /* 2490 */ MCD::OPC_Decode, 201, 30, 248, 2, // Opcode: t2ORNri /* 2495 */ MCD::OPC_FilterValue, 4, 40, 25, 0, // Skip to: 8940 /* 2500 */ MCD::OPC_CheckPredicate, 44, 19, 0, 0, // Skip to: 2524 /* 2505 */ MCD::OPC_CheckField, 20, 1, 1, 12, 0, 0, // Skip to: 2524 /* 2512 */ MCD::OPC_CheckField, 8, 4, 15, 5, 0, 0, // Skip to: 2524 /* 2519 */ MCD::OPC_Decode, 247, 31, 247, 2, // Opcode: t2TEQri /* 2524 */ MCD::OPC_CheckPredicate, 44, 11, 25, 0, // Skip to: 8940 /* 2529 */ MCD::OPC_Decode, 218, 29, 248, 2, // Opcode: t2EORri /* 2534 */ MCD::OPC_FilterValue, 1, 172, 0, 0, // Skip to: 2711 /* 2539 */ MCD::OPC_ExtractField, 21, 3, // Inst{23-21} ... /* 2542 */ MCD::OPC_FilterValue, 0, 57, 0, 0, // Skip to: 2604 /* 2547 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 2550 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 2572 /* 2555 */ MCD::OPC_CheckPredicate, 44, 34, 0, 0, // Skip to: 2594 /* 2560 */ MCD::OPC_CheckField, 16, 4, 13, 27, 0, 0, // Skip to: 2594 /* 2567 */ MCD::OPC_Decode, 166, 29, 250, 2, // Opcode: t2ADDspImm /* 2572 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2594 /* 2577 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2594 /* 2582 */ MCD::OPC_CheckField, 20, 1, 1, 5, 0, 0, // Skip to: 2594 /* 2589 */ MCD::OPC_Decode, 192, 29, 251, 2, // Opcode: t2CMNri /* 2594 */ MCD::OPC_CheckPredicate, 44, 197, 24, 0, // Skip to: 8940 /* 2599 */ MCD::OPC_Decode, 162, 29, 252, 2, // Opcode: t2ADDri /* 2604 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2619 /* 2609 */ MCD::OPC_CheckPredicate, 44, 182, 24, 0, // Skip to: 8940 /* 2614 */ MCD::OPC_Decode, 159, 29, 248, 2, // Opcode: t2ADCri /* 2619 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 2634 /* 2624 */ MCD::OPC_CheckPredicate, 44, 167, 24, 0, // Skip to: 8940 /* 2629 */ MCD::OPC_Decode, 248, 30, 248, 2, // Opcode: t2SBCri /* 2634 */ MCD::OPC_FilterValue, 5, 57, 0, 0, // Skip to: 2696 /* 2639 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 2642 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 2664 /* 2647 */ MCD::OPC_CheckPredicate, 44, 34, 0, 0, // Skip to: 2686 /* 2652 */ MCD::OPC_CheckField, 16, 4, 13, 27, 0, 0, // Skip to: 2686 /* 2659 */ MCD::OPC_Decode, 237, 31, 250, 2, // Opcode: t2SUBspImm /* 2664 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2686 /* 2669 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 2686 /* 2674 */ MCD::OPC_CheckField, 20, 1, 1, 5, 0, 0, // Skip to: 2686 /* 2681 */ MCD::OPC_Decode, 195, 29, 251, 2, // Opcode: t2CMPri /* 2686 */ MCD::OPC_CheckPredicate, 44, 105, 24, 0, // Skip to: 8940 /* 2691 */ MCD::OPC_Decode, 233, 31, 252, 2, // Opcode: t2SUBri /* 2696 */ MCD::OPC_FilterValue, 6, 95, 24, 0, // Skip to: 8940 /* 2701 */ MCD::OPC_CheckPredicate, 44, 90, 24, 0, // Skip to: 8940 /* 2706 */ MCD::OPC_Decode, 241, 30, 248, 2, // Opcode: t2RSBri /* 2711 */ MCD::OPC_FilterValue, 2, 199, 0, 0, // Skip to: 2915 /* 2716 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 2719 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 2863 /* 2724 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 2727 */ MCD::OPC_FilterValue, 0, 64, 24, 0, // Skip to: 8940 /* 2732 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 2735 */ MCD::OPC_FilterValue, 13, 61, 0, 0, // Skip to: 2801 /* 2740 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 2743 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2772 /* 2748 */ MCD::OPC_CheckPredicate, 44, 63, 0, 0, // Skip to: 2816 /* 2753 */ MCD::OPC_CheckField, 23, 1, 0, 56, 0, 0, // Skip to: 2816 /* 2760 */ MCD::OPC_CheckField, 8, 4, 13, 49, 0, 0, // Skip to: 2816 /* 2767 */ MCD::OPC_Decode, 167, 29, 250, 2, // Opcode: t2ADDspImm12 /* 2772 */ MCD::OPC_FilterValue, 1, 39, 0, 0, // Skip to: 2816 /* 2777 */ MCD::OPC_CheckPredicate, 44, 34, 0, 0, // Skip to: 2816 /* 2782 */ MCD::OPC_CheckField, 23, 1, 1, 27, 0, 0, // Skip to: 2816 /* 2789 */ MCD::OPC_CheckField, 8, 4, 13, 20, 0, 0, // Skip to: 2816 /* 2796 */ MCD::OPC_Decode, 238, 31, 250, 2, // Opcode: t2SUBspImm12 /* 2801 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2816 /* 2806 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 2816 /* 2811 */ MCD::OPC_Decode, 168, 29, 253, 2, // Opcode: t2ADR /* 2816 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 2819 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2841 /* 2824 */ MCD::OPC_CheckPredicate, 44, 223, 23, 0, // Skip to: 8940 /* 2829 */ MCD::OPC_CheckField, 23, 1, 0, 216, 23, 0, // Skip to: 8940 /* 2836 */ MCD::OPC_Decode, 163, 29, 254, 2, // Opcode: t2ADDri12 /* 2841 */ MCD::OPC_FilterValue, 1, 206, 23, 0, // Skip to: 8940 /* 2846 */ MCD::OPC_CheckPredicate, 44, 201, 23, 0, // Skip to: 8940 /* 2851 */ MCD::OPC_CheckField, 23, 1, 1, 194, 23, 0, // Skip to: 8940 /* 2858 */ MCD::OPC_Decode, 234, 31, 254, 2, // Opcode: t2SUBri12 /* 2863 */ MCD::OPC_FilterValue, 1, 184, 23, 0, // Skip to: 8940 /* 2868 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 2871 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2893 /* 2876 */ MCD::OPC_CheckPredicate, 38, 171, 23, 0, // Skip to: 8940 /* 2881 */ MCD::OPC_CheckField, 20, 2, 0, 164, 23, 0, // Skip to: 8940 /* 2888 */ MCD::OPC_Decode, 182, 30, 255, 2, // Opcode: t2MOVi16 /* 2893 */ MCD::OPC_FilterValue, 1, 154, 23, 0, // Skip to: 8940 /* 2898 */ MCD::OPC_CheckPredicate, 38, 149, 23, 0, // Skip to: 8940 /* 2903 */ MCD::OPC_CheckField, 20, 2, 0, 142, 23, 0, // Skip to: 8940 /* 2910 */ MCD::OPC_Decode, 180, 30, 255, 2, // Opcode: t2MOVTi16 /* 2915 */ MCD::OPC_FilterValue, 3, 132, 23, 0, // Skip to: 8940 /* 2920 */ MCD::OPC_ExtractField, 22, 2, // Inst{23-22} ... /* 2923 */ MCD::OPC_FilterValue, 0, 72, 0, 0, // Skip to: 3000 /* 2928 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 2931 */ MCD::OPC_FilterValue, 0, 116, 23, 0, // Skip to: 8940 /* 2936 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 2939 */ MCD::OPC_FilterValue, 0, 108, 23, 0, // Skip to: 8940 /* 2944 */ MCD::OPC_ExtractField, 26, 1, // Inst{26} ... /* 2947 */ MCD::OPC_FilterValue, 0, 100, 23, 0, // Skip to: 8940 /* 2952 */ MCD::OPC_CheckPredicate, 52, 33, 0, 0, // Skip to: 2990 /* 2957 */ MCD::OPC_CheckField, 21, 1, 1, 26, 0, 0, // Skip to: 2990 /* 2964 */ MCD::OPC_CheckField, 12, 3, 0, 19, 0, 0, // Skip to: 2990 /* 2971 */ MCD::OPC_CheckField, 6, 2, 0, 12, 0, 0, // Skip to: 2990 /* 2978 */ MCD::OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 2990 /* 2985 */ MCD::OPC_Decode, 176, 31, 128, 3, // Opcode: t2SSAT16 /* 2990 */ MCD::OPC_CheckPredicate, 44, 57, 23, 0, // Skip to: 8940 /* 2995 */ MCD::OPC_Decode, 175, 31, 129, 3, // Opcode: t2SSAT /* 3000 */ MCD::OPC_FilterValue, 1, 66, 0, 0, // Skip to: 3071 /* 3005 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 3008 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3023 /* 3013 */ MCD::OPC_CheckPredicate, 44, 34, 23, 0, // Skip to: 8940 /* 3018 */ MCD::OPC_Decode, 251, 30, 130, 3, // Opcode: t2SBFX /* 3023 */ MCD::OPC_FilterValue, 2, 24, 23, 0, // Skip to: 8940 /* 3028 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 3031 */ MCD::OPC_FilterValue, 0, 16, 23, 0, // Skip to: 8940 /* 3036 */ MCD::OPC_ExtractField, 26, 1, // Inst{26} ... /* 3039 */ MCD::OPC_FilterValue, 0, 8, 23, 0, // Skip to: 8940 /* 3044 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 3061 /* 3049 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 3061 /* 3056 */ MCD::OPC_Decode, 175, 29, 131, 3, // Opcode: t2BFC /* 3061 */ MCD::OPC_CheckPredicate, 44, 242, 22, 0, // Skip to: 8940 /* 3066 */ MCD::OPC_Decode, 176, 29, 132, 3, // Opcode: t2BFI /* 3071 */ MCD::OPC_FilterValue, 2, 72, 0, 0, // Skip to: 3148 /* 3076 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... /* 3079 */ MCD::OPC_FilterValue, 0, 224, 22, 0, // Skip to: 8940 /* 3084 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 3087 */ MCD::OPC_FilterValue, 0, 216, 22, 0, // Skip to: 8940 /* 3092 */ MCD::OPC_ExtractField, 26, 1, // Inst{26} ... /* 3095 */ MCD::OPC_FilterValue, 0, 208, 22, 0, // Skip to: 8940 /* 3100 */ MCD::OPC_CheckPredicate, 52, 33, 0, 0, // Skip to: 3138 /* 3105 */ MCD::OPC_CheckField, 21, 1, 1, 26, 0, 0, // Skip to: 3138 /* 3112 */ MCD::OPC_CheckField, 12, 3, 0, 19, 0, 0, // Skip to: 3138 /* 3119 */ MCD::OPC_CheckField, 6, 2, 0, 12, 0, 0, // Skip to: 3138 /* 3126 */ MCD::OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 3138 /* 3133 */ MCD::OPC_Decode, 154, 32, 128, 3, // Opcode: t2USAT16 /* 3138 */ MCD::OPC_CheckPredicate, 44, 165, 22, 0, // Skip to: 8940 /* 3143 */ MCD::OPC_Decode, 153, 32, 129, 3, // Opcode: t2USAT /* 3148 */ MCD::OPC_FilterValue, 3, 155, 22, 0, // Skip to: 8940 /* 3153 */ MCD::OPC_CheckPredicate, 44, 150, 22, 0, // Skip to: 8940 /* 3158 */ MCD::OPC_CheckField, 20, 2, 0, 143, 22, 0, // Skip to: 8940 /* 3165 */ MCD::OPC_Decode, 133, 32, 130, 3, // Opcode: t2UBFX /* 3170 */ MCD::OPC_FilterValue, 1, 133, 22, 0, // Skip to: 8940 /* 3175 */ MCD::OPC_ExtractField, 12, 1, // Inst{12} ... /* 3178 */ MCD::OPC_FilterValue, 0, 146, 4, 0, // Skip to: 4353 /* 3183 */ MCD::OPC_ExtractField, 14, 1, // Inst{14} ... /* 3186 */ MCD::OPC_FilterValue, 0, 203, 2, 0, // Skip to: 3906 /* 3191 */ MCD::OPC_ExtractField, 0, 12, // Inst{11-0} ... /* 3194 */ MCD::OPC_FilterValue, 1, 24, 0, 0, // Skip to: 3223 /* 3199 */ MCD::OPC_CheckPredicate, 53, 166, 0, 0, // Skip to: 3370 /* 3204 */ MCD::OPC_CheckField, 16, 11, 143, 15, 158, 0, 0, // Skip to: 3370 /* 3212 */ MCD::OPC_CheckField, 13, 1, 0, 151, 0, 0, // Skip to: 3370 /* 3219 */ MCD::OPC_Decode, 212, 29, 51, // Opcode: t2DCPS1 /* 3223 */ MCD::OPC_FilterValue, 2, 24, 0, 0, // Skip to: 3252 /* 3228 */ MCD::OPC_CheckPredicate, 53, 137, 0, 0, // Skip to: 3370 /* 3233 */ MCD::OPC_CheckField, 16, 11, 143, 15, 129, 0, 0, // Skip to: 3370 /* 3241 */ MCD::OPC_CheckField, 13, 1, 0, 122, 0, 0, // Skip to: 3370 /* 3248 */ MCD::OPC_Decode, 213, 29, 51, // Opcode: t2DCPS2 /* 3252 */ MCD::OPC_FilterValue, 3, 24, 0, 0, // Skip to: 3281 /* 3257 */ MCD::OPC_CheckPredicate, 53, 108, 0, 0, // Skip to: 3370 /* 3262 */ MCD::OPC_CheckField, 16, 11, 143, 15, 100, 0, 0, // Skip to: 3370 /* 3270 */ MCD::OPC_CheckField, 13, 1, 0, 93, 0, 0, // Skip to: 3370 /* 3277 */ MCD::OPC_Decode, 214, 29, 51, // Opcode: t2DCPS3 /* 3281 */ MCD::OPC_FilterValue, 18, 24, 0, 0, // Skip to: 3310 /* 3286 */ MCD::OPC_CheckPredicate, 54, 79, 0, 0, // Skip to: 3370 /* 3291 */ MCD::OPC_CheckField, 16, 11, 175, 7, 71, 0, 0, // Skip to: 3370 /* 3299 */ MCD::OPC_CheckField, 13, 1, 0, 64, 0, 0, // Skip to: 3370 /* 3306 */ MCD::OPC_Decode, 250, 31, 51, // Opcode: t2TSB /* 3310 */ MCD::OPC_FilterValue, 128, 30, 24, 0, 0, // Skip to: 3340 /* 3316 */ MCD::OPC_CheckPredicate, 45, 49, 0, 0, // Skip to: 3370 /* 3321 */ MCD::OPC_CheckField, 20, 7, 60, 42, 0, 0, // Skip to: 3370 /* 3328 */ MCD::OPC_CheckField, 13, 1, 0, 35, 0, 0, // Skip to: 3370 /* 3335 */ MCD::OPC_Decode, 185, 29, 133, 3, // Opcode: t2BXJ /* 3340 */ MCD::OPC_FilterValue, 175, 30, 24, 0, 0, // Skip to: 3370 /* 3346 */ MCD::OPC_CheckPredicate, 55, 19, 0, 0, // Skip to: 3370 /* 3351 */ MCD::OPC_CheckField, 16, 11, 191, 7, 11, 0, 0, // Skip to: 3370 /* 3359 */ MCD::OPC_CheckField, 13, 1, 0, 4, 0, 0, // Skip to: 3370 /* 3366 */ MCD::OPC_Decode, 189, 29, 51, // Opcode: t2CLREX /* 3370 */ MCD::OPC_ExtractField, 16, 11, // Inst{26-16} ... /* 3373 */ MCD::OPC_FilterValue, 175, 7, 131, 0, 0, // Skip to: 3510 /* 3379 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 3382 */ MCD::OPC_FilterValue, 0, 68, 0, 0, // Skip to: 3455 /* 3387 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 3390 */ MCD::OPC_FilterValue, 0, 24, 1, 0, // Skip to: 3675 /* 3395 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... /* 3398 */ MCD::OPC_FilterValue, 0, 16, 1, 0, // Skip to: 3675 /* 3403 */ MCD::OPC_ExtractField, 9, 2, // Inst{10-9} ... /* 3406 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 3438 /* 3411 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 3428 /* 3416 */ MCD::OPC_CheckField, 4, 4, 15, 5, 0, 0, // Skip to: 3428 /* 3423 */ MCD::OPC_Decode, 211, 29, 134, 3, // Opcode: t2DBG /* 3428 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 3438 /* 3433 */ MCD::OPC_Decode, 221, 29, 206, 2, // Opcode: t2HINT /* 3438 */ MCD::OPC_CheckPredicate, 45, 232, 0, 0, // Skip to: 3675 /* 3443 */ MCD::OPC_CheckField, 0, 5, 0, 225, 0, 0, // Skip to: 3675 /* 3450 */ MCD::OPC_Decode, 199, 29, 135, 3, // Opcode: t2CPS2p /* 3455 */ MCD::OPC_FilterValue, 1, 215, 0, 0, // Skip to: 3675 /* 3460 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 3463 */ MCD::OPC_FilterValue, 0, 207, 0, 0, // Skip to: 3675 /* 3468 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... /* 3471 */ MCD::OPC_FilterValue, 0, 199, 0, 0, // Skip to: 3675 /* 3476 */ MCD::OPC_CheckPredicate, 45, 19, 0, 0, // Skip to: 3500 /* 3481 */ MCD::OPC_CheckField, 9, 2, 0, 12, 0, 0, // Skip to: 3500 /* 3488 */ MCD::OPC_CheckField, 5, 3, 0, 5, 0, 0, // Skip to: 3500 /* 3495 */ MCD::OPC_Decode, 198, 29, 135, 3, // Opcode: t2CPS1p /* 3500 */ MCD::OPC_CheckPredicate, 45, 170, 0, 0, // Skip to: 3675 /* 3505 */ MCD::OPC_Decode, 200, 29, 135, 3, // Opcode: t2CPS3p /* 3510 */ MCD::OPC_FilterValue, 191, 7, 69, 0, 0, // Skip to: 3585 /* 3516 */ MCD::OPC_ExtractField, 4, 8, // Inst{11-4} ... /* 3519 */ MCD::OPC_FilterValue, 244, 1, 16, 0, 0, // Skip to: 3541 /* 3525 */ MCD::OPC_CheckPredicate, 56, 145, 0, 0, // Skip to: 3675 /* 3530 */ MCD::OPC_CheckField, 13, 1, 0, 138, 0, 0, // Skip to: 3675 /* 3537 */ MCD::OPC_Decode, 217, 29, 61, // Opcode: t2DSB /* 3541 */ MCD::OPC_FilterValue, 245, 1, 16, 0, 0, // Skip to: 3563 /* 3547 */ MCD::OPC_CheckPredicate, 56, 123, 0, 0, // Skip to: 3675 /* 3552 */ MCD::OPC_CheckField, 13, 1, 0, 116, 0, 0, // Skip to: 3675 /* 3559 */ MCD::OPC_Decode, 216, 29, 61, // Opcode: t2DMB /* 3563 */ MCD::OPC_FilterValue, 246, 1, 106, 0, 0, // Skip to: 3675 /* 3569 */ MCD::OPC_CheckPredicate, 56, 101, 0, 0, // Skip to: 3675 /* 3574 */ MCD::OPC_CheckField, 13, 1, 0, 94, 0, 0, // Skip to: 3675 /* 3581 */ MCD::OPC_Decode, 223, 29, 62, // Opcode: t2ISB /* 3585 */ MCD::OPC_FilterValue, 222, 7, 24, 0, 0, // Skip to: 3615 /* 3591 */ MCD::OPC_CheckPredicate, 45, 79, 0, 0, // Skip to: 3675 /* 3596 */ MCD::OPC_CheckField, 13, 1, 0, 72, 0, 0, // Skip to: 3675 /* 3603 */ MCD::OPC_CheckField, 8, 4, 15, 65, 0, 0, // Skip to: 3675 /* 3610 */ MCD::OPC_Decode, 232, 31, 206, 2, // Opcode: t2SUBS_PC_LR /* 3615 */ MCD::OPC_FilterValue, 239, 7, 24, 0, 0, // Skip to: 3645 /* 3621 */ MCD::OPC_CheckPredicate, 45, 49, 0, 0, // Skip to: 3675 /* 3626 */ MCD::OPC_CheckField, 13, 1, 0, 42, 0, 0, // Skip to: 3675 /* 3633 */ MCD::OPC_CheckField, 0, 8, 0, 35, 0, 0, // Skip to: 3675 /* 3640 */ MCD::OPC_Decode, 190, 30, 136, 3, // Opcode: t2MRS_AR /* 3645 */ MCD::OPC_FilterValue, 255, 7, 24, 0, 0, // Skip to: 3675 /* 3651 */ MCD::OPC_CheckPredicate, 45, 19, 0, 0, // Skip to: 3675 /* 3656 */ MCD::OPC_CheckField, 13, 1, 0, 12, 0, 0, // Skip to: 3675 /* 3663 */ MCD::OPC_CheckField, 0, 8, 0, 5, 0, 0, // Skip to: 3675 /* 3670 */ MCD::OPC_Decode, 193, 30, 136, 3, // Opcode: t2MRSsys_AR /* 3675 */ MCD::OPC_ExtractField, 20, 7, // Inst{26-20} ... /* 3678 */ MCD::OPC_FilterValue, 59, 22, 0, 0, // Skip to: 3705 /* 3683 */ MCD::OPC_CheckPredicate, 57, 77, 0, 0, // Skip to: 3765 /* 3688 */ MCD::OPC_CheckField, 4, 4, 7, 70, 0, 0, // Skip to: 3765 /* 3695 */ MCD::OPC_SoftFail, 143, 64 /* 0x200f */, 128, 158, 60 /* 0xf0f00 */, /* 3701 */ MCD::OPC_Decode, 247, 30, 51, // Opcode: t2SB /* 3705 */ MCD::OPC_FilterValue, 126, 17, 0, 0, // Skip to: 3727 /* 3710 */ MCD::OPC_CheckPredicate, 58, 50, 0, 0, // Skip to: 3765 /* 3715 */ MCD::OPC_CheckField, 13, 1, 0, 43, 0, 0, // Skip to: 3765 /* 3722 */ MCD::OPC_Decode, 222, 29, 137, 3, // Opcode: t2HVC /* 3727 */ MCD::OPC_FilterValue, 127, 33, 0, 0, // Skip to: 3765 /* 3732 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... /* 3735 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3750 /* 3740 */ MCD::OPC_CheckPredicate, 59, 20, 0, 0, // Skip to: 3765 /* 3745 */ MCD::OPC_Decode, 134, 31, 138, 3, // Opcode: t2SMC /* 3750 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 3765 /* 3755 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 3765 /* 3760 */ MCD::OPC_Decode, 134, 32, 137, 3, // Opcode: t2UDF /* 3765 */ MCD::OPC_ExtractField, 21, 6, // Inst{26-21} ... /* 3768 */ MCD::OPC_FilterValue, 28, 70, 0, 0, // Skip to: 3843 /* 3773 */ MCD::OPC_CheckPredicate, 45, 19, 0, 0, // Skip to: 3797 /* 3778 */ MCD::OPC_CheckField, 13, 1, 0, 12, 0, 0, // Skip to: 3797 /* 3785 */ MCD::OPC_CheckField, 0, 8, 0, 5, 0, 0, // Skip to: 3797 /* 3792 */ MCD::OPC_Decode, 194, 30, 139, 3, // Opcode: t2MSR_AR /* 3797 */ MCD::OPC_CheckPredicate, 60, 26, 0, 0, // Skip to: 3828 /* 3802 */ MCD::OPC_CheckField, 13, 1, 0, 19, 0, 0, // Skip to: 3828 /* 3809 */ MCD::OPC_CheckField, 5, 3, 1, 12, 0, 0, // Skip to: 3828 /* 3816 */ MCD::OPC_CheckField, 0, 4, 0, 5, 0, 0, // Skip to: 3828 /* 3823 */ MCD::OPC_Decode, 196, 30, 140, 3, // Opcode: t2MSRbanked /* 3828 */ MCD::OPC_CheckPredicate, 61, 63, 0, 0, // Skip to: 3896 /* 3833 */ MCD::OPC_SoftFail, 128, 198, 64 /* 0x102300 */, 0, /* 3838 */ MCD::OPC_Decode, 195, 30, 141, 3, // Opcode: t2MSR_M /* 3843 */ MCD::OPC_FilterValue, 31, 48, 0, 0, // Skip to: 3896 /* 3848 */ MCD::OPC_CheckPredicate, 60, 26, 0, 0, // Skip to: 3879 /* 3853 */ MCD::OPC_CheckField, 13, 1, 0, 19, 0, 0, // Skip to: 3879 /* 3860 */ MCD::OPC_CheckField, 5, 3, 1, 12, 0, 0, // Skip to: 3879 /* 3867 */ MCD::OPC_CheckField, 0, 4, 0, 5, 0, 0, // Skip to: 3879 /* 3874 */ MCD::OPC_Decode, 192, 30, 142, 3, // Opcode: t2MRSbanked /* 3879 */ MCD::OPC_CheckPredicate, 61, 12, 0, 0, // Skip to: 3896 /* 3884 */ MCD::OPC_SoftFail, 128, 192, 64 /* 0x102000 */, 128, 128, 60 /* 0xf0000 */, /* 3891 */ MCD::OPC_Decode, 191, 30, 143, 3, // Opcode: t2MRS_M /* 3896 */ MCD::OPC_CheckPredicate, 44, 175, 19, 0, // Skip to: 8940 /* 3901 */ MCD::OPC_Decode, 186, 29, 144, 3, // Opcode: t2Bcc /* 3906 */ MCD::OPC_FilterValue, 1, 165, 19, 0, // Skip to: 8940 /* 3911 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... /* 3914 */ MCD::OPC_FilterValue, 0, 144, 0, 0, // Skip to: 4063 /* 3919 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3922 */ MCD::OPC_FilterValue, 1, 149, 19, 0, // Skip to: 8940 /* 3927 */ MCD::OPC_ExtractField, 16, 11, // Inst{26-16} ... /* 3930 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 3945 /* 3935 */ MCD::OPC_CheckPredicate, 62, 35, 0, 0, // Skip to: 3975 /* 3940 */ MCD::OPC_Decode, 169, 30, 145, 3, // Opcode: t2LEUpdate /* 3945 */ MCD::OPC_FilterValue, 31, 10, 0, 0, // Skip to: 3960 /* 3950 */ MCD::OPC_CheckPredicate, 22, 20, 0, 0, // Skip to: 3975 /* 3955 */ MCD::OPC_Decode, 141, 6, 145, 3, // Opcode: MVE_LETP /* 3960 */ MCD::OPC_FilterValue, 47, 10, 0, 0, // Skip to: 3975 /* 3965 */ MCD::OPC_CheckPredicate, 62, 5, 0, 0, // Skip to: 3975 /* 3970 */ MCD::OPC_Decode, 168, 30, 145, 3, // Opcode: t2LE /* 3975 */ MCD::OPC_ExtractField, 20, 7, // Inst{26-20} ... /* 3978 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3993 /* 3983 */ MCD::OPC_CheckPredicate, 22, 65, 0, 0, // Skip to: 4053 /* 3988 */ MCD::OPC_Decode, 220, 12, 145, 3, // Opcode: MVE_WLSTP_8 /* 3993 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 4008 /* 3998 */ MCD::OPC_CheckPredicate, 22, 50, 0, 0, // Skip to: 4053 /* 4003 */ MCD::OPC_Decode, 217, 12, 145, 3, // Opcode: MVE_WLSTP_16 /* 4008 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 4023 /* 4013 */ MCD::OPC_CheckPredicate, 22, 35, 0, 0, // Skip to: 4053 /* 4018 */ MCD::OPC_Decode, 218, 12, 145, 3, // Opcode: MVE_WLSTP_32 /* 4023 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 4038 /* 4028 */ MCD::OPC_CheckPredicate, 22, 20, 0, 0, // Skip to: 4053 /* 4033 */ MCD::OPC_Decode, 219, 12, 145, 3, // Opcode: MVE_WLSTP_64 /* 4038 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 4053 /* 4043 */ MCD::OPC_CheckPredicate, 62, 5, 0, 0, // Skip to: 4053 /* 4048 */ MCD::OPC_Decode, 164, 32, 145, 3, // Opcode: t2WLS /* 4053 */ MCD::OPC_CheckPredicate, 62, 18, 19, 0, // Skip to: 8940 /* 4058 */ MCD::OPC_Decode, 177, 29, 146, 3, // Opcode: t2BFLi /* 4063 */ MCD::OPC_FilterValue, 1, 8, 19, 0, // Skip to: 8940 /* 4068 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 4071 */ MCD::OPC_FilterValue, 0, 163, 0, 0, // Skip to: 4239 /* 4076 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 4079 */ MCD::OPC_FilterValue, 1, 248, 18, 0, // Skip to: 8940 /* 4084 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... /* 4087 */ MCD::OPC_FilterValue, 0, 107, 0, 0, // Skip to: 4199 /* 4092 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 4095 */ MCD::OPC_FilterValue, 0, 21, 0, 0, // Skip to: 4121 /* 4100 */ MCD::OPC_CheckPredicate, 22, 94, 0, 0, // Skip to: 4199 /* 4105 */ MCD::OPC_CheckField, 23, 4, 0, 87, 0, 0, // Skip to: 4199 /* 4112 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 0, /* 4116 */ MCD::OPC_Decode, 139, 6, 145, 3, // Opcode: MVE_DLSTP_8 /* 4121 */ MCD::OPC_FilterValue, 1, 21, 0, 0, // Skip to: 4147 /* 4126 */ MCD::OPC_CheckPredicate, 22, 68, 0, 0, // Skip to: 4199 /* 4131 */ MCD::OPC_CheckField, 23, 4, 0, 61, 0, 0, // Skip to: 4199 /* 4138 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 0, /* 4142 */ MCD::OPC_Decode, 136, 6, 145, 3, // Opcode: MVE_DLSTP_16 /* 4147 */ MCD::OPC_FilterValue, 2, 21, 0, 0, // Skip to: 4173 /* 4152 */ MCD::OPC_CheckPredicate, 22, 42, 0, 0, // Skip to: 4199 /* 4157 */ MCD::OPC_CheckField, 23, 4, 0, 35, 0, 0, // Skip to: 4199 /* 4164 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 0, /* 4168 */ MCD::OPC_Decode, 137, 6, 145, 3, // Opcode: MVE_DLSTP_32 /* 4173 */ MCD::OPC_FilterValue, 3, 21, 0, 0, // Skip to: 4199 /* 4178 */ MCD::OPC_CheckPredicate, 22, 16, 0, 0, // Skip to: 4199 /* 4183 */ MCD::OPC_CheckField, 23, 4, 0, 9, 0, 0, // Skip to: 4199 /* 4190 */ MCD::OPC_SoftFail, 254, 15 /* 0x7fe */, 0, /* 4194 */ MCD::OPC_Decode, 138, 6, 145, 3, // Opcode: MVE_DLSTP_64 /* 4199 */ MCD::OPC_CheckPredicate, 22, 25, 0, 0, // Skip to: 4229 /* 4204 */ MCD::OPC_CheckField, 23, 4, 0, 18, 0, 0, // Skip to: 4229 /* 4211 */ MCD::OPC_CheckField, 16, 4, 15, 11, 0, 0, // Skip to: 4229 /* 4218 */ MCD::OPC_SoftFail, 254, 159, 192, 1 /* 0x300ffe */, 0, /* 4224 */ MCD::OPC_Decode, 140, 6, 145, 3, // Opcode: MVE_LCTP /* 4229 */ MCD::OPC_CheckPredicate, 62, 98, 18, 0, // Skip to: 8940 /* 4234 */ MCD::OPC_Decode, 180, 29, 147, 3, // Opcode: t2BFic /* 4239 */ MCD::OPC_FilterValue, 1, 88, 18, 0, // Skip to: 8940 /* 4244 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... /* 4247 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 4301 /* 4252 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 4255 */ MCD::OPC_FilterValue, 1, 72, 18, 0, // Skip to: 8940 /* 4260 */ MCD::OPC_CheckPredicate, 62, 26, 0, 0, // Skip to: 4291 /* 4265 */ MCD::OPC_CheckField, 23, 4, 0, 19, 0, 0, // Skip to: 4291 /* 4272 */ MCD::OPC_CheckField, 20, 1, 0, 12, 0, 0, // Skip to: 4291 /* 4279 */ MCD::OPC_CheckField, 1, 11, 0, 5, 0, 0, // Skip to: 4291 /* 4286 */ MCD::OPC_Decode, 215, 29, 145, 3, // Opcode: t2DLS /* 4291 */ MCD::OPC_CheckPredicate, 62, 36, 18, 0, // Skip to: 8940 /* 4296 */ MCD::OPC_Decode, 179, 29, 148, 3, // Opcode: t2BFi /* 4301 */ MCD::OPC_FilterValue, 1, 26, 18, 0, // Skip to: 8940 /* 4306 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4309 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4331 /* 4314 */ MCD::OPC_CheckPredicate, 62, 13, 18, 0, // Skip to: 8940 /* 4319 */ MCD::OPC_CheckField, 0, 12, 1, 6, 18, 0, // Skip to: 8940 /* 4326 */ MCD::OPC_Decode, 181, 29, 149, 3, // Opcode: t2BFr /* 4331 */ MCD::OPC_FilterValue, 1, 252, 17, 0, // Skip to: 8940 /* 4336 */ MCD::OPC_CheckPredicate, 62, 247, 17, 0, // Skip to: 8940 /* 4341 */ MCD::OPC_CheckField, 0, 12, 1, 240, 17, 0, // Skip to: 8940 /* 4348 */ MCD::OPC_Decode, 178, 29, 149, 3, // Opcode: t2BFLr /* 4353 */ MCD::OPC_FilterValue, 1, 230, 17, 0, // Skip to: 8940 /* 4358 */ MCD::OPC_CheckPredicate, 38, 225, 17, 0, // Skip to: 8940 /* 4363 */ MCD::OPC_CheckField, 14, 1, 0, 218, 17, 0, // Skip to: 8940 /* 4370 */ MCD::OPC_Decode, 174, 29, 150, 3, // Opcode: t2B /* 4375 */ MCD::OPC_FilterValue, 31, 208, 17, 0, // Skip to: 8940 /* 4380 */ MCD::OPC_ExtractField, 21, 2, // Inst{22-21} ... /* 4383 */ MCD::OPC_FilterValue, 0, 96, 6, 0, // Skip to: 6020 /* 4388 */ MCD::OPC_ExtractField, 24, 3, // Inst{26-24} ... /* 4391 */ MCD::OPC_FilterValue, 0, 100, 1, 0, // Skip to: 4752 /* 4396 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4399 */ MCD::OPC_FilterValue, 0, 125, 0, 0, // Skip to: 4529 /* 4404 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 4407 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 4514 /* 4412 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 4415 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4437 /* 4420 */ MCD::OPC_CheckPredicate, 44, 163, 17, 0, // Skip to: 8940 /* 4425 */ MCD::OPC_CheckField, 6, 4, 0, 156, 17, 0, // Skip to: 8940 /* 4432 */ MCD::OPC_Decode, 212, 31, 151, 3, // Opcode: t2STRBs /* 4437 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4459 /* 4442 */ MCD::OPC_CheckPredicate, 44, 141, 17, 0, // Skip to: 8940 /* 4447 */ MCD::OPC_CheckField, 8, 1, 1, 134, 17, 0, // Skip to: 8940 /* 4454 */ MCD::OPC_Decode, 208, 31, 152, 3, // Opcode: t2STRB_POST /* 4459 */ MCD::OPC_FilterValue, 3, 124, 17, 0, // Skip to: 8940 /* 4464 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 4467 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 4499 /* 4472 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 4489 /* 4477 */ MCD::OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 4489 /* 4484 */ MCD::OPC_Decode, 207, 31, 153, 3, // Opcode: t2STRBT /* 4489 */ MCD::OPC_CheckPredicate, 44, 94, 17, 0, // Skip to: 8940 /* 4494 */ MCD::OPC_Decode, 211, 31, 154, 3, // Opcode: t2STRBi8 /* 4499 */ MCD::OPC_FilterValue, 1, 84, 17, 0, // Skip to: 8940 /* 4504 */ MCD::OPC_CheckPredicate, 44, 79, 17, 0, // Skip to: 8940 /* 4509 */ MCD::OPC_Decode, 209, 31, 152, 3, // Opcode: t2STRB_PRE /* 4514 */ MCD::OPC_FilterValue, 1, 69, 17, 0, // Skip to: 8940 /* 4519 */ MCD::OPC_CheckPredicate, 44, 64, 17, 0, // Skip to: 8940 /* 4524 */ MCD::OPC_Decode, 210, 31, 155, 3, // Opcode: t2STRBi12 /* 4529 */ MCD::OPC_FilterValue, 1, 54, 17, 0, // Skip to: 8940 /* 4534 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 4537 */ MCD::OPC_FilterValue, 0, 143, 0, 0, // Skip to: 4685 /* 4542 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 4545 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 4585 /* 4550 */ MCD::OPC_ExtractField, 6, 4, // Inst{9-6} ... /* 4553 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 4717 /* 4558 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 4575 /* 4563 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4575 /* 4570 */ MCD::OPC_Decode, 215, 30, 156, 3, // Opcode: t2PLDs /* 4575 */ MCD::OPC_CheckPredicate, 44, 137, 0, 0, // Skip to: 4717 /* 4580 */ MCD::OPC_Decode, 132, 30, 156, 3, // Opcode: t2LDRBs /* 4585 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4607 /* 4590 */ MCD::OPC_CheckPredicate, 44, 122, 0, 0, // Skip to: 4717 /* 4595 */ MCD::OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 4717 /* 4602 */ MCD::OPC_Decode, 255, 29, 152, 3, // Opcode: t2LDRB_POST /* 4607 */ MCD::OPC_FilterValue, 3, 105, 0, 0, // Skip to: 4717 /* 4612 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 4615 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 4670 /* 4620 */ MCD::OPC_ExtractField, 9, 1, // Inst{9} ... /* 4623 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4645 /* 4628 */ MCD::OPC_CheckPredicate, 44, 27, 0, 0, // Skip to: 4660 /* 4633 */ MCD::OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 4660 /* 4640 */ MCD::OPC_Decode, 213, 30, 157, 3, // Opcode: t2PLDi8 /* 4645 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 4660 /* 4650 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 4660 /* 4655 */ MCD::OPC_Decode, 254, 29, 158, 3, // Opcode: t2LDRBT /* 4660 */ MCD::OPC_CheckPredicate, 44, 52, 0, 0, // Skip to: 4717 /* 4665 */ MCD::OPC_Decode, 130, 30, 157, 3, // Opcode: t2LDRBi8 /* 4670 */ MCD::OPC_FilterValue, 1, 42, 0, 0, // Skip to: 4717 /* 4675 */ MCD::OPC_CheckPredicate, 44, 37, 0, 0, // Skip to: 4717 /* 4680 */ MCD::OPC_Decode, 128, 30, 152, 3, // Opcode: t2LDRB_PRE /* 4685 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 4717 /* 4690 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 4707 /* 4695 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4707 /* 4702 */ MCD::OPC_Decode, 212, 30, 159, 3, // Opcode: t2PLDi12 /* 4707 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 4717 /* 4712 */ MCD::OPC_Decode, 129, 30, 159, 3, // Opcode: t2LDRBi12 /* 4717 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 4720 */ MCD::OPC_FilterValue, 15, 119, 16, 0, // Skip to: 8940 /* 4725 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 4742 /* 4730 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4742 /* 4737 */ MCD::OPC_Decode, 214, 30, 160, 3, // Opcode: t2PLDpci /* 4742 */ MCD::OPC_CheckPredicate, 44, 97, 16, 0, // Skip to: 8940 /* 4747 */ MCD::OPC_Decode, 131, 30, 160, 3, // Opcode: t2LDRBpci /* 4752 */ MCD::OPC_FilterValue, 1, 226, 0, 0, // Skip to: 4983 /* 4757 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 4760 */ MCD::OPC_FilterValue, 1, 79, 16, 0, // Skip to: 8940 /* 4765 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 4768 */ MCD::OPC_FilterValue, 0, 143, 0, 0, // Skip to: 4916 /* 4773 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 4776 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 4816 /* 4781 */ MCD::OPC_ExtractField, 6, 4, // Inst{9-6} ... /* 4784 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 4948 /* 4789 */ MCD::OPC_CheckPredicate, 63, 12, 0, 0, // Skip to: 4806 /* 4794 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4806 /* 4801 */ MCD::OPC_Decode, 219, 30, 156, 3, // Opcode: t2PLIs /* 4806 */ MCD::OPC_CheckPredicate, 44, 137, 0, 0, // Skip to: 4948 /* 4811 */ MCD::OPC_Decode, 153, 30, 156, 3, // Opcode: t2LDRSBs /* 4816 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4838 /* 4821 */ MCD::OPC_CheckPredicate, 44, 122, 0, 0, // Skip to: 4948 /* 4826 */ MCD::OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 4948 /* 4833 */ MCD::OPC_Decode, 148, 30, 152, 3, // Opcode: t2LDRSB_POST /* 4838 */ MCD::OPC_FilterValue, 3, 105, 0, 0, // Skip to: 4948 /* 4843 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 4846 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 4901 /* 4851 */ MCD::OPC_ExtractField, 9, 1, // Inst{9} ... /* 4854 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4876 /* 4859 */ MCD::OPC_CheckPredicate, 63, 27, 0, 0, // Skip to: 4891 /* 4864 */ MCD::OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 4891 /* 4871 */ MCD::OPC_Decode, 217, 30, 157, 3, // Opcode: t2PLIi8 /* 4876 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 4891 /* 4881 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 4891 /* 4886 */ MCD::OPC_Decode, 147, 30, 158, 3, // Opcode: t2LDRSBT /* 4891 */ MCD::OPC_CheckPredicate, 44, 52, 0, 0, // Skip to: 4948 /* 4896 */ MCD::OPC_Decode, 151, 30, 157, 3, // Opcode: t2LDRSBi8 /* 4901 */ MCD::OPC_FilterValue, 1, 42, 0, 0, // Skip to: 4948 /* 4906 */ MCD::OPC_CheckPredicate, 44, 37, 0, 0, // Skip to: 4948 /* 4911 */ MCD::OPC_Decode, 149, 30, 152, 3, // Opcode: t2LDRSB_PRE /* 4916 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 4948 /* 4921 */ MCD::OPC_CheckPredicate, 63, 12, 0, 0, // Skip to: 4938 /* 4926 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4938 /* 4933 */ MCD::OPC_Decode, 216, 30, 159, 3, // Opcode: t2PLIi12 /* 4938 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 4948 /* 4943 */ MCD::OPC_Decode, 150, 30, 159, 3, // Opcode: t2LDRSBi12 /* 4948 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 4951 */ MCD::OPC_FilterValue, 15, 144, 15, 0, // Skip to: 8940 /* 4956 */ MCD::OPC_CheckPredicate, 63, 12, 0, 0, // Skip to: 4973 /* 4961 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 4973 /* 4968 */ MCD::OPC_Decode, 218, 30, 160, 3, // Opcode: t2PLIpci /* 4973 */ MCD::OPC_CheckPredicate, 44, 122, 15, 0, // Skip to: 8940 /* 4978 */ MCD::OPC_Decode, 152, 30, 160, 3, // Opcode: t2LDRSBpci /* 4983 */ MCD::OPC_FilterValue, 2, 207, 2, 0, // Skip to: 5707 /* 4988 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 4991 */ MCD::OPC_FilterValue, 0, 159, 1, 0, // Skip to: 5411 /* 4996 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 4999 */ MCD::OPC_FilterValue, 0, 77, 0, 0, // Skip to: 5081 /* 5004 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5007 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5029 /* 5012 */ MCD::OPC_CheckPredicate, 44, 83, 15, 0, // Skip to: 8940 /* 5017 */ MCD::OPC_CheckField, 12, 4, 15, 76, 15, 0, // Skip to: 8940 /* 5024 */ MCD::OPC_Decode, 171, 30, 220, 2, // Opcode: t2LSLrr /* 5029 */ MCD::OPC_FilterValue, 1, 66, 15, 0, // Skip to: 8940 /* 5034 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5037 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5059 /* 5042 */ MCD::OPC_CheckPredicate, 52, 53, 15, 0, // Skip to: 8940 /* 5047 */ MCD::OPC_CheckField, 12, 4, 15, 46, 15, 0, // Skip to: 8940 /* 5054 */ MCD::OPC_Decode, 245, 30, 161, 3, // Opcode: t2SADD8 /* 5059 */ MCD::OPC_FilterValue, 1, 36, 15, 0, // Skip to: 8940 /* 5064 */ MCD::OPC_CheckPredicate, 52, 31, 15, 0, // Skip to: 8940 /* 5069 */ MCD::OPC_CheckField, 12, 4, 15, 24, 15, 0, // Skip to: 8940 /* 5076 */ MCD::OPC_Decode, 244, 30, 161, 3, // Opcode: t2SADD16 /* 5081 */ MCD::OPC_FilterValue, 1, 61, 0, 0, // Skip to: 5147 /* 5086 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5089 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5118 /* 5094 */ MCD::OPC_CheckPredicate, 52, 1, 15, 0, // Skip to: 8940 /* 5099 */ MCD::OPC_CheckField, 23, 1, 1, 250, 14, 0, // Skip to: 8940 /* 5106 */ MCD::OPC_CheckField, 12, 4, 15, 243, 14, 0, // Skip to: 8940 /* 5113 */ MCD::OPC_Decode, 222, 30, 161, 3, // Opcode: t2QADD8 /* 5118 */ MCD::OPC_FilterValue, 1, 233, 14, 0, // Skip to: 8940 /* 5123 */ MCD::OPC_CheckPredicate, 52, 228, 14, 0, // Skip to: 8940 /* 5128 */ MCD::OPC_CheckField, 23, 1, 1, 221, 14, 0, // Skip to: 8940 /* 5135 */ MCD::OPC_CheckField, 12, 4, 15, 214, 14, 0, // Skip to: 8940 /* 5142 */ MCD::OPC_Decode, 221, 30, 161, 3, // Opcode: t2QADD16 /* 5147 */ MCD::OPC_FilterValue, 2, 61, 0, 0, // Skip to: 5213 /* 5152 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5155 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5184 /* 5160 */ MCD::OPC_CheckPredicate, 52, 191, 14, 0, // Skip to: 8940 /* 5165 */ MCD::OPC_CheckField, 23, 1, 1, 184, 14, 0, // Skip to: 8940 /* 5172 */ MCD::OPC_CheckField, 12, 4, 15, 177, 14, 0, // Skip to: 8940 /* 5179 */ MCD::OPC_Decode, 129, 31, 161, 3, // Opcode: t2SHADD8 /* 5184 */ MCD::OPC_FilterValue, 1, 167, 14, 0, // Skip to: 8940 /* 5189 */ MCD::OPC_CheckPredicate, 52, 162, 14, 0, // Skip to: 8940 /* 5194 */ MCD::OPC_CheckField, 23, 1, 1, 155, 14, 0, // Skip to: 8940 /* 5201 */ MCD::OPC_CheckField, 12, 4, 15, 148, 14, 0, // Skip to: 8940 /* 5208 */ MCD::OPC_Decode, 128, 31, 161, 3, // Opcode: t2SHADD16 /* 5213 */ MCD::OPC_FilterValue, 4, 61, 0, 0, // Skip to: 5279 /* 5218 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5221 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5250 /* 5226 */ MCD::OPC_CheckPredicate, 52, 125, 14, 0, // Skip to: 8940 /* 5231 */ MCD::OPC_CheckField, 23, 1, 1, 118, 14, 0, // Skip to: 8940 /* 5238 */ MCD::OPC_CheckField, 12, 4, 15, 111, 14, 0, // Skip to: 8940 /* 5245 */ MCD::OPC_Decode, 131, 32, 161, 3, // Opcode: t2UADD8 /* 5250 */ MCD::OPC_FilterValue, 1, 101, 14, 0, // Skip to: 8940 /* 5255 */ MCD::OPC_CheckPredicate, 52, 96, 14, 0, // Skip to: 8940 /* 5260 */ MCD::OPC_CheckField, 23, 1, 1, 89, 14, 0, // Skip to: 8940 /* 5267 */ MCD::OPC_CheckField, 12, 4, 15, 82, 14, 0, // Skip to: 8940 /* 5274 */ MCD::OPC_Decode, 130, 32, 161, 3, // Opcode: t2UADD16 /* 5279 */ MCD::OPC_FilterValue, 5, 61, 0, 0, // Skip to: 5345 /* 5284 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5287 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5316 /* 5292 */ MCD::OPC_CheckPredicate, 52, 59, 14, 0, // Skip to: 8940 /* 5297 */ MCD::OPC_CheckField, 23, 1, 1, 52, 14, 0, // Skip to: 8940 /* 5304 */ MCD::OPC_CheckField, 12, 4, 15, 45, 14, 0, // Skip to: 8940 /* 5311 */ MCD::OPC_Decode, 146, 32, 161, 3, // Opcode: t2UQADD8 /* 5316 */ MCD::OPC_FilterValue, 1, 35, 14, 0, // Skip to: 8940 /* 5321 */ MCD::OPC_CheckPredicate, 52, 30, 14, 0, // Skip to: 8940 /* 5326 */ MCD::OPC_CheckField, 23, 1, 1, 23, 14, 0, // Skip to: 8940 /* 5333 */ MCD::OPC_CheckField, 12, 4, 15, 16, 14, 0, // Skip to: 8940 /* 5340 */ MCD::OPC_Decode, 145, 32, 161, 3, // Opcode: t2UQADD16 /* 5345 */ MCD::OPC_FilterValue, 6, 6, 14, 0, // Skip to: 8940 /* 5350 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5353 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5382 /* 5358 */ MCD::OPC_CheckPredicate, 52, 249, 13, 0, // Skip to: 8940 /* 5363 */ MCD::OPC_CheckField, 23, 1, 1, 242, 13, 0, // Skip to: 8940 /* 5370 */ MCD::OPC_CheckField, 12, 4, 15, 235, 13, 0, // Skip to: 8940 /* 5377 */ MCD::OPC_Decode, 137, 32, 161, 3, // Opcode: t2UHADD8 /* 5382 */ MCD::OPC_FilterValue, 1, 225, 13, 0, // Skip to: 8940 /* 5387 */ MCD::OPC_CheckPredicate, 52, 220, 13, 0, // Skip to: 8940 /* 5392 */ MCD::OPC_CheckField, 23, 1, 1, 213, 13, 0, // Skip to: 8940 /* 5399 */ MCD::OPC_CheckField, 12, 4, 15, 206, 13, 0, // Skip to: 8940 /* 5406 */ MCD::OPC_Decode, 136, 32, 161, 3, // Opcode: t2UHADD16 /* 5411 */ MCD::OPC_FilterValue, 1, 196, 13, 0, // Skip to: 8940 /* 5416 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5419 */ MCD::OPC_FilterValue, 0, 139, 0, 0, // Skip to: 5563 /* 5424 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5427 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 5467 /* 5432 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 5435 */ MCD::OPC_FilterValue, 15, 172, 13, 0, // Skip to: 8940 /* 5440 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 5457 /* 5445 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 5457 /* 5452 */ MCD::OPC_Decode, 244, 31, 162, 3, // Opcode: t2SXTH /* 5457 */ MCD::OPC_CheckPredicate, 50, 150, 13, 0, // Skip to: 8940 /* 5462 */ MCD::OPC_Decode, 241, 31, 163, 3, // Opcode: t2SXTAH /* 5467 */ MCD::OPC_FilterValue, 1, 140, 13, 0, // Skip to: 8940 /* 5472 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 5475 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5497 /* 5480 */ MCD::OPC_CheckPredicate, 52, 127, 13, 0, // Skip to: 8940 /* 5485 */ MCD::OPC_CheckField, 12, 4, 15, 120, 13, 0, // Skip to: 8940 /* 5492 */ MCD::OPC_Decode, 220, 30, 164, 3, // Opcode: t2QADD /* 5497 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5519 /* 5502 */ MCD::OPC_CheckPredicate, 52, 105, 13, 0, // Skip to: 8940 /* 5507 */ MCD::OPC_CheckField, 12, 4, 15, 98, 13, 0, // Skip to: 8940 /* 5514 */ MCD::OPC_Decode, 224, 30, 164, 3, // Opcode: t2QDADD /* 5519 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 5541 /* 5524 */ MCD::OPC_CheckPredicate, 52, 83, 13, 0, // Skip to: 8940 /* 5529 */ MCD::OPC_CheckField, 12, 4, 15, 76, 13, 0, // Skip to: 8940 /* 5536 */ MCD::OPC_Decode, 227, 30, 164, 3, // Opcode: t2QSUB /* 5541 */ MCD::OPC_FilterValue, 3, 66, 13, 0, // Skip to: 8940 /* 5546 */ MCD::OPC_CheckPredicate, 52, 61, 13, 0, // Skip to: 8940 /* 5551 */ MCD::OPC_CheckField, 12, 4, 15, 54, 13, 0, // Skip to: 8940 /* 5558 */ MCD::OPC_Decode, 225, 30, 164, 3, // Opcode: t2QDSUB /* 5563 */ MCD::OPC_FilterValue, 1, 44, 13, 0, // Skip to: 8940 /* 5568 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5571 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 5611 /* 5576 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 5579 */ MCD::OPC_FilterValue, 15, 28, 13, 0, // Skip to: 8940 /* 5584 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 5601 /* 5589 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 5601 /* 5596 */ MCD::OPC_Decode, 163, 32, 162, 3, // Opcode: t2UXTH /* 5601 */ MCD::OPC_CheckPredicate, 50, 6, 13, 0, // Skip to: 8940 /* 5606 */ MCD::OPC_Decode, 160, 32, 163, 3, // Opcode: t2UXTAH /* 5611 */ MCD::OPC_FilterValue, 1, 252, 12, 0, // Skip to: 8940 /* 5616 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 5619 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5641 /* 5624 */ MCD::OPC_CheckPredicate, 44, 239, 12, 0, // Skip to: 8940 /* 5629 */ MCD::OPC_CheckField, 12, 4, 15, 232, 12, 0, // Skip to: 8940 /* 5636 */ MCD::OPC_Decode, 231, 30, 165, 3, // Opcode: t2REV /* 5641 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5663 /* 5646 */ MCD::OPC_CheckPredicate, 44, 217, 12, 0, // Skip to: 8940 /* 5651 */ MCD::OPC_CheckField, 12, 4, 15, 210, 12, 0, // Skip to: 8940 /* 5658 */ MCD::OPC_Decode, 232, 30, 165, 3, // Opcode: t2REV16 /* 5663 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 5685 /* 5668 */ MCD::OPC_CheckPredicate, 44, 195, 12, 0, // Skip to: 8940 /* 5673 */ MCD::OPC_CheckField, 12, 4, 15, 188, 12, 0, // Skip to: 8940 /* 5680 */ MCD::OPC_Decode, 230, 30, 165, 3, // Opcode: t2RBIT /* 5685 */ MCD::OPC_FilterValue, 3, 178, 12, 0, // Skip to: 8940 /* 5690 */ MCD::OPC_CheckPredicate, 44, 173, 12, 0, // Skip to: 8940 /* 5695 */ MCD::OPC_CheckField, 12, 4, 15, 166, 12, 0, // Skip to: 8940 /* 5702 */ MCD::OPC_Decode, 233, 30, 165, 3, // Opcode: t2REVSH /* 5707 */ MCD::OPC_FilterValue, 3, 156, 12, 0, // Skip to: 8940 /* 5712 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 5715 */ MCD::OPC_FilterValue, 0, 98, 0, 0, // Skip to: 5818 /* 5720 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5723 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 5778 /* 5728 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5731 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 5763 /* 5736 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 5753 /* 5741 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5753 /* 5748 */ MCD::OPC_Decode, 197, 30, 161, 3, // Opcode: t2MUL /* 5753 */ MCD::OPC_CheckPredicate, 44, 110, 12, 0, // Skip to: 8940 /* 5758 */ MCD::OPC_Decode, 178, 30, 166, 3, // Opcode: t2MLA /* 5763 */ MCD::OPC_FilterValue, 1, 100, 12, 0, // Skip to: 8940 /* 5768 */ MCD::OPC_CheckPredicate, 44, 95, 12, 0, // Skip to: 8940 /* 5773 */ MCD::OPC_Decode, 164, 31, 167, 3, // Opcode: t2SMULL /* 5778 */ MCD::OPC_FilterValue, 1, 85, 12, 0, // Skip to: 8940 /* 5783 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5786 */ MCD::OPC_FilterValue, 0, 77, 12, 0, // Skip to: 8940 /* 5791 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 5808 /* 5796 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5808 /* 5803 */ MCD::OPC_Decode, 162, 31, 161, 3, // Opcode: t2SMULBB /* 5808 */ MCD::OPC_CheckPredicate, 52, 55, 12, 0, // Skip to: 8940 /* 5813 */ MCD::OPC_Decode, 135, 31, 166, 3, // Opcode: t2SMLABB /* 5818 */ MCD::OPC_FilterValue, 1, 65, 0, 0, // Skip to: 5888 /* 5823 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5826 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5848 /* 5831 */ MCD::OPC_CheckPredicate, 44, 32, 12, 0, // Skip to: 8940 /* 5836 */ MCD::OPC_CheckField, 23, 1, 0, 25, 12, 0, // Skip to: 8940 /* 5843 */ MCD::OPC_Decode, 179, 30, 166, 3, // Opcode: t2MLS /* 5848 */ MCD::OPC_FilterValue, 1, 15, 12, 0, // Skip to: 8940 /* 5853 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5856 */ MCD::OPC_FilterValue, 0, 7, 12, 0, // Skip to: 8940 /* 5861 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 5878 /* 5866 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5878 /* 5873 */ MCD::OPC_Decode, 163, 31, 161, 3, // Opcode: t2SMULBT /* 5878 */ MCD::OPC_CheckPredicate, 52, 241, 11, 0, // Skip to: 8940 /* 5883 */ MCD::OPC_Decode, 136, 31, 166, 3, // Opcode: t2SMLABT /* 5888 */ MCD::OPC_FilterValue, 2, 43, 0, 0, // Skip to: 5936 /* 5893 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5896 */ MCD::OPC_FilterValue, 1, 223, 11, 0, // Skip to: 8940 /* 5901 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5904 */ MCD::OPC_FilterValue, 0, 215, 11, 0, // Skip to: 8940 /* 5909 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 5926 /* 5914 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5926 /* 5921 */ MCD::OPC_Decode, 165, 31, 161, 3, // Opcode: t2SMULTB /* 5926 */ MCD::OPC_CheckPredicate, 52, 193, 11, 0, // Skip to: 8940 /* 5931 */ MCD::OPC_Decode, 146, 31, 166, 3, // Opcode: t2SMLATB /* 5936 */ MCD::OPC_FilterValue, 3, 43, 0, 0, // Skip to: 5984 /* 5941 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 5944 */ MCD::OPC_FilterValue, 1, 175, 11, 0, // Skip to: 8940 /* 5949 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 5952 */ MCD::OPC_FilterValue, 0, 167, 11, 0, // Skip to: 8940 /* 5957 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 5974 /* 5962 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 5974 /* 5969 */ MCD::OPC_Decode, 166, 31, 161, 3, // Opcode: t2SMULTT /* 5974 */ MCD::OPC_CheckPredicate, 52, 145, 11, 0, // Skip to: 8940 /* 5979 */ MCD::OPC_Decode, 147, 31, 166, 3, // Opcode: t2SMLATT /* 5984 */ MCD::OPC_FilterValue, 15, 135, 11, 0, // Skip to: 8940 /* 5989 */ MCD::OPC_CheckPredicate, 64, 130, 11, 0, // Skip to: 8940 /* 5994 */ MCD::OPC_CheckField, 23, 1, 1, 123, 11, 0, // Skip to: 8940 /* 6001 */ MCD::OPC_CheckField, 20, 1, 1, 116, 11, 0, // Skip to: 8940 /* 6008 */ MCD::OPC_CheckField, 12, 4, 15, 109, 11, 0, // Skip to: 8940 /* 6015 */ MCD::OPC_Decode, 252, 30, 161, 3, // Opcode: t2SDIV /* 6020 */ MCD::OPC_FilterValue, 1, 129, 4, 0, // Skip to: 7178 /* 6025 */ MCD::OPC_ExtractField, 24, 3, // Inst{26-24} ... /* 6028 */ MCD::OPC_FilterValue, 0, 82, 1, 0, // Skip to: 6371 /* 6033 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6036 */ MCD::OPC_FilterValue, 0, 125, 0, 0, // Skip to: 6166 /* 6041 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6044 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 6151 /* 6049 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 6052 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6074 /* 6057 */ MCD::OPC_CheckPredicate, 44, 62, 11, 0, // Skip to: 8940 /* 6062 */ MCD::OPC_CheckField, 6, 4, 0, 55, 11, 0, // Skip to: 8940 /* 6069 */ MCD::OPC_Decode, 225, 31, 151, 3, // Opcode: t2STRHs /* 6074 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 6096 /* 6079 */ MCD::OPC_CheckPredicate, 44, 40, 11, 0, // Skip to: 8940 /* 6084 */ MCD::OPC_CheckField, 8, 1, 1, 33, 11, 0, // Skip to: 8940 /* 6091 */ MCD::OPC_Decode, 221, 31, 152, 3, // Opcode: t2STRH_POST /* 6096 */ MCD::OPC_FilterValue, 3, 23, 11, 0, // Skip to: 8940 /* 6101 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 6104 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6136 /* 6109 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 6126 /* 6114 */ MCD::OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 6126 /* 6121 */ MCD::OPC_Decode, 220, 31, 153, 3, // Opcode: t2STRHT /* 6126 */ MCD::OPC_CheckPredicate, 44, 249, 10, 0, // Skip to: 8940 /* 6131 */ MCD::OPC_Decode, 224, 31, 154, 3, // Opcode: t2STRHi8 /* 6136 */ MCD::OPC_FilterValue, 1, 239, 10, 0, // Skip to: 8940 /* 6141 */ MCD::OPC_CheckPredicate, 44, 234, 10, 0, // Skip to: 8940 /* 6146 */ MCD::OPC_Decode, 222, 31, 152, 3, // Opcode: t2STRH_PRE /* 6151 */ MCD::OPC_FilterValue, 1, 224, 10, 0, // Skip to: 8940 /* 6156 */ MCD::OPC_CheckPredicate, 44, 219, 10, 0, // Skip to: 8940 /* 6161 */ MCD::OPC_Decode, 223, 31, 155, 3, // Opcode: t2STRHi12 /* 6166 */ MCD::OPC_FilterValue, 1, 209, 10, 0, // Skip to: 8940 /* 6171 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6174 */ MCD::OPC_FilterValue, 0, 143, 0, 0, // Skip to: 6322 /* 6179 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 6182 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6222 /* 6187 */ MCD::OPC_ExtractField, 6, 4, // Inst{9-6} ... /* 6190 */ MCD::OPC_FilterValue, 0, 159, 0, 0, // Skip to: 6354 /* 6195 */ MCD::OPC_CheckPredicate, 65, 12, 0, 0, // Skip to: 6212 /* 6200 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6212 /* 6207 */ MCD::OPC_Decode, 211, 30, 156, 3, // Opcode: t2PLDWs /* 6212 */ MCD::OPC_CheckPredicate, 44, 137, 0, 0, // Skip to: 6354 /* 6217 */ MCD::OPC_Decode, 146, 30, 156, 3, // Opcode: t2LDRHs /* 6222 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 6244 /* 6227 */ MCD::OPC_CheckPredicate, 44, 122, 0, 0, // Skip to: 6354 /* 6232 */ MCD::OPC_CheckField, 8, 1, 1, 115, 0, 0, // Skip to: 6354 /* 6239 */ MCD::OPC_Decode, 141, 30, 152, 3, // Opcode: t2LDRH_POST /* 6244 */ MCD::OPC_FilterValue, 3, 105, 0, 0, // Skip to: 6354 /* 6249 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 6252 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 6307 /* 6257 */ MCD::OPC_ExtractField, 9, 1, // Inst{9} ... /* 6260 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6282 /* 6265 */ MCD::OPC_CheckPredicate, 65, 27, 0, 0, // Skip to: 6297 /* 6270 */ MCD::OPC_CheckField, 12, 4, 15, 20, 0, 0, // Skip to: 6297 /* 6277 */ MCD::OPC_Decode, 210, 30, 157, 3, // Opcode: t2PLDWi8 /* 6282 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 6297 /* 6287 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 6297 /* 6292 */ MCD::OPC_Decode, 140, 30, 158, 3, // Opcode: t2LDRHT /* 6297 */ MCD::OPC_CheckPredicate, 44, 52, 0, 0, // Skip to: 6354 /* 6302 */ MCD::OPC_Decode, 144, 30, 157, 3, // Opcode: t2LDRHi8 /* 6307 */ MCD::OPC_FilterValue, 1, 42, 0, 0, // Skip to: 6354 /* 6312 */ MCD::OPC_CheckPredicate, 44, 37, 0, 0, // Skip to: 6354 /* 6317 */ MCD::OPC_Decode, 142, 30, 152, 3, // Opcode: t2LDRH_PRE /* 6322 */ MCD::OPC_FilterValue, 1, 27, 0, 0, // Skip to: 6354 /* 6327 */ MCD::OPC_CheckPredicate, 65, 12, 0, 0, // Skip to: 6344 /* 6332 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6344 /* 6339 */ MCD::OPC_Decode, 209, 30, 159, 3, // Opcode: t2PLDWi12 /* 6344 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 6354 /* 6349 */ MCD::OPC_Decode, 143, 30, 159, 3, // Opcode: t2LDRHi12 /* 6354 */ MCD::OPC_CheckPredicate, 44, 21, 10, 0, // Skip to: 8940 /* 6359 */ MCD::OPC_CheckField, 16, 4, 15, 14, 10, 0, // Skip to: 8940 /* 6366 */ MCD::OPC_Decode, 145, 30, 160, 3, // Opcode: t2LDRHpci /* 6371 */ MCD::OPC_FilterValue, 1, 150, 0, 0, // Skip to: 6526 /* 6376 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6379 */ MCD::OPC_FilterValue, 1, 252, 9, 0, // Skip to: 8940 /* 6384 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6387 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 6494 /* 6392 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 6395 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6417 /* 6400 */ MCD::OPC_CheckPredicate, 44, 104, 0, 0, // Skip to: 6509 /* 6405 */ MCD::OPC_CheckField, 6, 4, 0, 97, 0, 0, // Skip to: 6509 /* 6412 */ MCD::OPC_Decode, 160, 30, 156, 3, // Opcode: t2LDRSHs /* 6417 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 6439 /* 6422 */ MCD::OPC_CheckPredicate, 44, 82, 0, 0, // Skip to: 6509 /* 6427 */ MCD::OPC_CheckField, 8, 1, 1, 75, 0, 0, // Skip to: 6509 /* 6434 */ MCD::OPC_Decode, 155, 30, 152, 3, // Opcode: t2LDRSH_POST /* 6439 */ MCD::OPC_FilterValue, 3, 65, 0, 0, // Skip to: 6509 /* 6444 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 6447 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6479 /* 6452 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 6469 /* 6457 */ MCD::OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 6469 /* 6464 */ MCD::OPC_Decode, 154, 30, 158, 3, // Opcode: t2LDRSHT /* 6469 */ MCD::OPC_CheckPredicate, 44, 35, 0, 0, // Skip to: 6509 /* 6474 */ MCD::OPC_Decode, 158, 30, 157, 3, // Opcode: t2LDRSHi8 /* 6479 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 6509 /* 6484 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 6509 /* 6489 */ MCD::OPC_Decode, 156, 30, 152, 3, // Opcode: t2LDRSH_PRE /* 6494 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 6509 /* 6499 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 6509 /* 6504 */ MCD::OPC_Decode, 157, 30, 159, 3, // Opcode: t2LDRSHi12 /* 6509 */ MCD::OPC_CheckPredicate, 44, 122, 9, 0, // Skip to: 8940 /* 6514 */ MCD::OPC_CheckField, 16, 4, 15, 115, 9, 0, // Skip to: 8940 /* 6521 */ MCD::OPC_Decode, 159, 30, 160, 3, // Opcode: t2LDRSHpci /* 6526 */ MCD::OPC_FilterValue, 2, 156, 1, 0, // Skip to: 6943 /* 6531 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 6534 */ MCD::OPC_FilterValue, 0, 242, 0, 0, // Skip to: 6781 /* 6539 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 6542 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 6601 /* 6547 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6550 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6572 /* 6555 */ MCD::OPC_CheckPredicate, 44, 76, 9, 0, // Skip to: 8940 /* 6560 */ MCD::OPC_CheckField, 12, 4, 15, 69, 9, 0, // Skip to: 8940 /* 6567 */ MCD::OPC_Decode, 173, 30, 220, 2, // Opcode: t2LSRrr /* 6572 */ MCD::OPC_FilterValue, 1, 59, 9, 0, // Skip to: 8940 /* 6577 */ MCD::OPC_CheckPredicate, 52, 54, 9, 0, // Skip to: 8940 /* 6582 */ MCD::OPC_CheckField, 20, 1, 0, 47, 9, 0, // Skip to: 8940 /* 6589 */ MCD::OPC_CheckField, 12, 4, 15, 40, 9, 0, // Skip to: 8940 /* 6596 */ MCD::OPC_Decode, 246, 30, 161, 3, // Opcode: t2SASX /* 6601 */ MCD::OPC_FilterValue, 1, 31, 0, 0, // Skip to: 6637 /* 6606 */ MCD::OPC_CheckPredicate, 52, 25, 9, 0, // Skip to: 8940 /* 6611 */ MCD::OPC_CheckField, 23, 1, 1, 18, 9, 0, // Skip to: 8940 /* 6618 */ MCD::OPC_CheckField, 20, 1, 0, 11, 9, 0, // Skip to: 8940 /* 6625 */ MCD::OPC_CheckField, 12, 4, 15, 4, 9, 0, // Skip to: 8940 /* 6632 */ MCD::OPC_Decode, 223, 30, 161, 3, // Opcode: t2QASX /* 6637 */ MCD::OPC_FilterValue, 2, 31, 0, 0, // Skip to: 6673 /* 6642 */ MCD::OPC_CheckPredicate, 52, 245, 8, 0, // Skip to: 8940 /* 6647 */ MCD::OPC_CheckField, 23, 1, 1, 238, 8, 0, // Skip to: 8940 /* 6654 */ MCD::OPC_CheckField, 20, 1, 0, 231, 8, 0, // Skip to: 8940 /* 6661 */ MCD::OPC_CheckField, 12, 4, 15, 224, 8, 0, // Skip to: 8940 /* 6668 */ MCD::OPC_Decode, 130, 31, 161, 3, // Opcode: t2SHASX /* 6673 */ MCD::OPC_FilterValue, 4, 31, 0, 0, // Skip to: 6709 /* 6678 */ MCD::OPC_CheckPredicate, 52, 209, 8, 0, // Skip to: 8940 /* 6683 */ MCD::OPC_CheckField, 23, 1, 1, 202, 8, 0, // Skip to: 8940 /* 6690 */ MCD::OPC_CheckField, 20, 1, 0, 195, 8, 0, // Skip to: 8940 /* 6697 */ MCD::OPC_CheckField, 12, 4, 15, 188, 8, 0, // Skip to: 8940 /* 6704 */ MCD::OPC_Decode, 132, 32, 161, 3, // Opcode: t2UASX /* 6709 */ MCD::OPC_FilterValue, 5, 31, 0, 0, // Skip to: 6745 /* 6714 */ MCD::OPC_CheckPredicate, 52, 173, 8, 0, // Skip to: 8940 /* 6719 */ MCD::OPC_CheckField, 23, 1, 1, 166, 8, 0, // Skip to: 8940 /* 6726 */ MCD::OPC_CheckField, 20, 1, 0, 159, 8, 0, // Skip to: 8940 /* 6733 */ MCD::OPC_CheckField, 12, 4, 15, 152, 8, 0, // Skip to: 8940 /* 6740 */ MCD::OPC_Decode, 147, 32, 161, 3, // Opcode: t2UQASX /* 6745 */ MCD::OPC_FilterValue, 6, 142, 8, 0, // Skip to: 8940 /* 6750 */ MCD::OPC_CheckPredicate, 52, 137, 8, 0, // Skip to: 8940 /* 6755 */ MCD::OPC_CheckField, 23, 1, 1, 130, 8, 0, // Skip to: 8940 /* 6762 */ MCD::OPC_CheckField, 20, 1, 0, 123, 8, 0, // Skip to: 8940 /* 6769 */ MCD::OPC_CheckField, 12, 4, 15, 116, 8, 0, // Skip to: 8940 /* 6776 */ MCD::OPC_Decode, 138, 32, 161, 3, // Opcode: t2UHASX /* 6781 */ MCD::OPC_FilterValue, 1, 106, 8, 0, // Skip to: 8940 /* 6786 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6789 */ MCD::OPC_FilterValue, 0, 72, 0, 0, // Skip to: 6866 /* 6794 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6797 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6837 /* 6802 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 6805 */ MCD::OPC_FilterValue, 15, 82, 8, 0, // Skip to: 8940 /* 6810 */ MCD::OPC_CheckPredicate, 50, 12, 0, 0, // Skip to: 6827 /* 6815 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 6827 /* 6822 */ MCD::OPC_Decode, 243, 31, 162, 3, // Opcode: t2SXTB16 /* 6827 */ MCD::OPC_CheckPredicate, 50, 60, 8, 0, // Skip to: 8940 /* 6832 */ MCD::OPC_Decode, 240, 31, 163, 3, // Opcode: t2SXTAB16 /* 6837 */ MCD::OPC_FilterValue, 1, 50, 8, 0, // Skip to: 8940 /* 6842 */ MCD::OPC_CheckPredicate, 52, 45, 8, 0, // Skip to: 8940 /* 6847 */ MCD::OPC_CheckField, 12, 4, 15, 38, 8, 0, // Skip to: 8940 /* 6854 */ MCD::OPC_CheckField, 4, 3, 0, 31, 8, 0, // Skip to: 8940 /* 6861 */ MCD::OPC_Decode, 253, 30, 168, 3, // Opcode: t2SEL /* 6866 */ MCD::OPC_FilterValue, 1, 21, 8, 0, // Skip to: 8940 /* 6871 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6874 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 6914 /* 6879 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 6882 */ MCD::OPC_FilterValue, 15, 5, 8, 0, // Skip to: 8940 /* 6887 */ MCD::OPC_CheckPredicate, 50, 12, 0, 0, // Skip to: 6904 /* 6892 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 6904 /* 6899 */ MCD::OPC_Decode, 162, 32, 162, 3, // Opcode: t2UXTB16 /* 6904 */ MCD::OPC_CheckPredicate, 50, 239, 7, 0, // Skip to: 8940 /* 6909 */ MCD::OPC_Decode, 159, 32, 163, 3, // Opcode: t2UXTAB16 /* 6914 */ MCD::OPC_FilterValue, 1, 229, 7, 0, // Skip to: 8940 /* 6919 */ MCD::OPC_CheckPredicate, 44, 224, 7, 0, // Skip to: 8940 /* 6924 */ MCD::OPC_CheckField, 12, 4, 15, 217, 7, 0, // Skip to: 8940 /* 6931 */ MCD::OPC_CheckField, 4, 3, 0, 210, 7, 0, // Skip to: 8940 /* 6938 */ MCD::OPC_Decode, 191, 29, 165, 3, // Opcode: t2CLZ /* 6943 */ MCD::OPC_FilterValue, 3, 200, 7, 0, // Skip to: 8940 /* 6948 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 6951 */ MCD::OPC_FilterValue, 0, 98, 0, 0, // Skip to: 7054 /* 6956 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 6959 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 7014 /* 6964 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 6967 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 6999 /* 6972 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 6989 /* 6977 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 6989 /* 6984 */ MCD::OPC_Decode, 160, 31, 161, 3, // Opcode: t2SMUAD /* 6989 */ MCD::OPC_CheckPredicate, 52, 154, 7, 0, // Skip to: 8940 /* 6994 */ MCD::OPC_Decode, 137, 31, 166, 3, // Opcode: t2SMLAD /* 6999 */ MCD::OPC_FilterValue, 1, 144, 7, 0, // Skip to: 8940 /* 7004 */ MCD::OPC_CheckPredicate, 44, 139, 7, 0, // Skip to: 8940 /* 7009 */ MCD::OPC_Decode, 144, 32, 167, 3, // Opcode: t2UMULL /* 7014 */ MCD::OPC_FilterValue, 1, 129, 7, 0, // Skip to: 8940 /* 7019 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7022 */ MCD::OPC_FilterValue, 0, 121, 7, 0, // Skip to: 8940 /* 7027 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 7044 /* 7032 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7044 /* 7039 */ MCD::OPC_Decode, 167, 31, 161, 3, // Opcode: t2SMULWB /* 7044 */ MCD::OPC_CheckPredicate, 52, 99, 7, 0, // Skip to: 8940 /* 7049 */ MCD::OPC_Decode, 148, 31, 166, 3, // Opcode: t2SMLAWB /* 7054 */ MCD::OPC_FilterValue, 1, 83, 0, 0, // Skip to: 7142 /* 7059 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7062 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7102 /* 7067 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7070 */ MCD::OPC_FilterValue, 0, 73, 7, 0, // Skip to: 8940 /* 7075 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 7092 /* 7080 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7092 /* 7087 */ MCD::OPC_Decode, 161, 31, 161, 3, // Opcode: t2SMUADX /* 7092 */ MCD::OPC_CheckPredicate, 52, 51, 7, 0, // Skip to: 8940 /* 7097 */ MCD::OPC_Decode, 138, 31, 166, 3, // Opcode: t2SMLADX /* 7102 */ MCD::OPC_FilterValue, 1, 41, 7, 0, // Skip to: 8940 /* 7107 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7110 */ MCD::OPC_FilterValue, 0, 33, 7, 0, // Skip to: 8940 /* 7115 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 7132 /* 7120 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 7132 /* 7127 */ MCD::OPC_Decode, 168, 31, 161, 3, // Opcode: t2SMULWT /* 7132 */ MCD::OPC_CheckPredicate, 52, 11, 7, 0, // Skip to: 8940 /* 7137 */ MCD::OPC_Decode, 149, 31, 166, 3, // Opcode: t2SMLAWT /* 7142 */ MCD::OPC_FilterValue, 15, 1, 7, 0, // Skip to: 8940 /* 7147 */ MCD::OPC_CheckPredicate, 64, 252, 6, 0, // Skip to: 8940 /* 7152 */ MCD::OPC_CheckField, 23, 1, 1, 245, 6, 0, // Skip to: 8940 /* 7159 */ MCD::OPC_CheckField, 20, 1, 1, 238, 6, 0, // Skip to: 8940 /* 7166 */ MCD::OPC_CheckField, 12, 4, 15, 231, 6, 0, // Skip to: 8940 /* 7173 */ MCD::OPC_Decode, 135, 32, 161, 3, // Opcode: t2UDIV /* 7178 */ MCD::OPC_FilterValue, 2, 107, 5, 0, // Skip to: 8570 /* 7183 */ MCD::OPC_ExtractField, 24, 3, // Inst{26-24} ... /* 7186 */ MCD::OPC_FilterValue, 0, 24, 1, 0, // Skip to: 7471 /* 7191 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7194 */ MCD::OPC_FilterValue, 0, 125, 0, 0, // Skip to: 7324 /* 7199 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7202 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 7309 /* 7207 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 7210 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7232 /* 7215 */ MCD::OPC_CheckPredicate, 44, 184, 6, 0, // Skip to: 8940 /* 7220 */ MCD::OPC_CheckField, 6, 4, 0, 177, 6, 0, // Skip to: 8940 /* 7227 */ MCD::OPC_Decode, 231, 31, 169, 3, // Opcode: t2STRs /* 7232 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 7254 /* 7237 */ MCD::OPC_CheckPredicate, 44, 162, 6, 0, // Skip to: 8940 /* 7242 */ MCD::OPC_CheckField, 8, 1, 1, 155, 6, 0, // Skip to: 8940 /* 7249 */ MCD::OPC_Decode, 227, 31, 152, 3, // Opcode: t2STR_POST /* 7254 */ MCD::OPC_FilterValue, 3, 145, 6, 0, // Skip to: 8940 /* 7259 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 7262 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 7294 /* 7267 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 7284 /* 7272 */ MCD::OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 7284 /* 7279 */ MCD::OPC_Decode, 226, 31, 153, 3, // Opcode: t2STRT /* 7284 */ MCD::OPC_CheckPredicate, 44, 115, 6, 0, // Skip to: 8940 /* 7289 */ MCD::OPC_Decode, 230, 31, 170, 3, // Opcode: t2STRi8 /* 7294 */ MCD::OPC_FilterValue, 1, 105, 6, 0, // Skip to: 8940 /* 7299 */ MCD::OPC_CheckPredicate, 44, 100, 6, 0, // Skip to: 8940 /* 7304 */ MCD::OPC_Decode, 228, 31, 152, 3, // Opcode: t2STR_PRE /* 7309 */ MCD::OPC_FilterValue, 1, 90, 6, 0, // Skip to: 8940 /* 7314 */ MCD::OPC_CheckPredicate, 44, 85, 6, 0, // Skip to: 8940 /* 7319 */ MCD::OPC_Decode, 229, 31, 171, 3, // Opcode: t2STRi12 /* 7324 */ MCD::OPC_FilterValue, 1, 75, 6, 0, // Skip to: 8940 /* 7329 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7332 */ MCD::OPC_FilterValue, 0, 102, 0, 0, // Skip to: 7439 /* 7337 */ MCD::OPC_ExtractField, 10, 2, // Inst{11-10} ... /* 7340 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7362 /* 7345 */ MCD::OPC_CheckPredicate, 44, 104, 0, 0, // Skip to: 7454 /* 7350 */ MCD::OPC_CheckField, 6, 4, 0, 97, 0, 0, // Skip to: 7454 /* 7357 */ MCD::OPC_Decode, 167, 30, 156, 3, // Opcode: t2LDRs /* 7362 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 7384 /* 7367 */ MCD::OPC_CheckPredicate, 44, 82, 0, 0, // Skip to: 7454 /* 7372 */ MCD::OPC_CheckField, 8, 1, 1, 75, 0, 0, // Skip to: 7454 /* 7379 */ MCD::OPC_Decode, 162, 30, 152, 3, // Opcode: t2LDR_POST /* 7384 */ MCD::OPC_FilterValue, 3, 65, 0, 0, // Skip to: 7454 /* 7389 */ MCD::OPC_ExtractField, 8, 1, // Inst{8} ... /* 7392 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 7424 /* 7397 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 7414 /* 7402 */ MCD::OPC_CheckField, 9, 1, 1, 5, 0, 0, // Skip to: 7414 /* 7409 */ MCD::OPC_Decode, 161, 30, 158, 3, // Opcode: t2LDRT /* 7414 */ MCD::OPC_CheckPredicate, 44, 35, 0, 0, // Skip to: 7454 /* 7419 */ MCD::OPC_Decode, 165, 30, 157, 3, // Opcode: t2LDRi8 /* 7424 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 7454 /* 7429 */ MCD::OPC_CheckPredicate, 44, 20, 0, 0, // Skip to: 7454 /* 7434 */ MCD::OPC_Decode, 163, 30, 152, 3, // Opcode: t2LDR_PRE /* 7439 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7454 /* 7444 */ MCD::OPC_CheckPredicate, 44, 5, 0, 0, // Skip to: 7454 /* 7449 */ MCD::OPC_Decode, 164, 30, 159, 3, // Opcode: t2LDRi12 /* 7454 */ MCD::OPC_CheckPredicate, 44, 201, 5, 0, // Skip to: 8940 /* 7459 */ MCD::OPC_CheckField, 16, 4, 15, 194, 5, 0, // Skip to: 8940 /* 7466 */ MCD::OPC_Decode, 166, 30, 160, 3, // Opcode: t2LDRpci /* 7471 */ MCD::OPC_FilterValue, 2, 163, 2, 0, // Skip to: 8151 /* 7476 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 7479 */ MCD::OPC_FilterValue, 0, 159, 1, 0, // Skip to: 7899 /* 7484 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 7487 */ MCD::OPC_FilterValue, 0, 77, 0, 0, // Skip to: 7569 /* 7492 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7495 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7517 /* 7500 */ MCD::OPC_CheckPredicate, 44, 155, 5, 0, // Skip to: 8940 /* 7505 */ MCD::OPC_CheckField, 12, 4, 15, 148, 5, 0, // Skip to: 8940 /* 7512 */ MCD::OPC_Decode, 173, 29, 220, 2, // Opcode: t2ASRrr /* 7517 */ MCD::OPC_FilterValue, 1, 138, 5, 0, // Skip to: 8940 /* 7522 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7525 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7547 /* 7530 */ MCD::OPC_CheckPredicate, 52, 125, 5, 0, // Skip to: 8940 /* 7535 */ MCD::OPC_CheckField, 12, 4, 15, 118, 5, 0, // Skip to: 8940 /* 7542 */ MCD::OPC_Decode, 179, 31, 161, 3, // Opcode: t2SSUB8 /* 7547 */ MCD::OPC_FilterValue, 1, 108, 5, 0, // Skip to: 8940 /* 7552 */ MCD::OPC_CheckPredicate, 52, 103, 5, 0, // Skip to: 8940 /* 7557 */ MCD::OPC_CheckField, 12, 4, 15, 96, 5, 0, // Skip to: 8940 /* 7564 */ MCD::OPC_Decode, 178, 31, 161, 3, // Opcode: t2SSUB16 /* 7569 */ MCD::OPC_FilterValue, 1, 61, 0, 0, // Skip to: 7635 /* 7574 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7577 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7606 /* 7582 */ MCD::OPC_CheckPredicate, 52, 73, 5, 0, // Skip to: 8940 /* 7587 */ MCD::OPC_CheckField, 23, 1, 1, 66, 5, 0, // Skip to: 8940 /* 7594 */ MCD::OPC_CheckField, 12, 4, 15, 59, 5, 0, // Skip to: 8940 /* 7601 */ MCD::OPC_Decode, 229, 30, 161, 3, // Opcode: t2QSUB8 /* 7606 */ MCD::OPC_FilterValue, 1, 49, 5, 0, // Skip to: 8940 /* 7611 */ MCD::OPC_CheckPredicate, 52, 44, 5, 0, // Skip to: 8940 /* 7616 */ MCD::OPC_CheckField, 23, 1, 1, 37, 5, 0, // Skip to: 8940 /* 7623 */ MCD::OPC_CheckField, 12, 4, 15, 30, 5, 0, // Skip to: 8940 /* 7630 */ MCD::OPC_Decode, 228, 30, 161, 3, // Opcode: t2QSUB16 /* 7635 */ MCD::OPC_FilterValue, 2, 61, 0, 0, // Skip to: 7701 /* 7640 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7643 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7672 /* 7648 */ MCD::OPC_CheckPredicate, 52, 7, 5, 0, // Skip to: 8940 /* 7653 */ MCD::OPC_CheckField, 23, 1, 1, 0, 5, 0, // Skip to: 8940 /* 7660 */ MCD::OPC_CheckField, 12, 4, 15, 249, 4, 0, // Skip to: 8940 /* 7667 */ MCD::OPC_Decode, 133, 31, 161, 3, // Opcode: t2SHSUB8 /* 7672 */ MCD::OPC_FilterValue, 1, 239, 4, 0, // Skip to: 8940 /* 7677 */ MCD::OPC_CheckPredicate, 52, 234, 4, 0, // Skip to: 8940 /* 7682 */ MCD::OPC_CheckField, 23, 1, 1, 227, 4, 0, // Skip to: 8940 /* 7689 */ MCD::OPC_CheckField, 12, 4, 15, 220, 4, 0, // Skip to: 8940 /* 7696 */ MCD::OPC_Decode, 132, 31, 161, 3, // Opcode: t2SHSUB16 /* 7701 */ MCD::OPC_FilterValue, 4, 61, 0, 0, // Skip to: 7767 /* 7706 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7709 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7738 /* 7714 */ MCD::OPC_CheckPredicate, 52, 197, 4, 0, // Skip to: 8940 /* 7719 */ MCD::OPC_CheckField, 23, 1, 1, 190, 4, 0, // Skip to: 8940 /* 7726 */ MCD::OPC_CheckField, 12, 4, 15, 183, 4, 0, // Skip to: 8940 /* 7733 */ MCD::OPC_Decode, 157, 32, 161, 3, // Opcode: t2USUB8 /* 7738 */ MCD::OPC_FilterValue, 1, 173, 4, 0, // Skip to: 8940 /* 7743 */ MCD::OPC_CheckPredicate, 52, 168, 4, 0, // Skip to: 8940 /* 7748 */ MCD::OPC_CheckField, 23, 1, 1, 161, 4, 0, // Skip to: 8940 /* 7755 */ MCD::OPC_CheckField, 12, 4, 15, 154, 4, 0, // Skip to: 8940 /* 7762 */ MCD::OPC_Decode, 156, 32, 161, 3, // Opcode: t2USUB16 /* 7767 */ MCD::OPC_FilterValue, 5, 61, 0, 0, // Skip to: 7833 /* 7772 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7775 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7804 /* 7780 */ MCD::OPC_CheckPredicate, 52, 131, 4, 0, // Skip to: 8940 /* 7785 */ MCD::OPC_CheckField, 23, 1, 1, 124, 4, 0, // Skip to: 8940 /* 7792 */ MCD::OPC_CheckField, 12, 4, 15, 117, 4, 0, // Skip to: 8940 /* 7799 */ MCD::OPC_Decode, 150, 32, 161, 3, // Opcode: t2UQSUB8 /* 7804 */ MCD::OPC_FilterValue, 1, 107, 4, 0, // Skip to: 8940 /* 7809 */ MCD::OPC_CheckPredicate, 52, 102, 4, 0, // Skip to: 8940 /* 7814 */ MCD::OPC_CheckField, 23, 1, 1, 95, 4, 0, // Skip to: 8940 /* 7821 */ MCD::OPC_CheckField, 12, 4, 15, 88, 4, 0, // Skip to: 8940 /* 7828 */ MCD::OPC_Decode, 149, 32, 161, 3, // Opcode: t2UQSUB16 /* 7833 */ MCD::OPC_FilterValue, 6, 78, 4, 0, // Skip to: 8940 /* 7838 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7841 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 7870 /* 7846 */ MCD::OPC_CheckPredicate, 52, 65, 4, 0, // Skip to: 8940 /* 7851 */ MCD::OPC_CheckField, 23, 1, 1, 58, 4, 0, // Skip to: 8940 /* 7858 */ MCD::OPC_CheckField, 12, 4, 15, 51, 4, 0, // Skip to: 8940 /* 7865 */ MCD::OPC_Decode, 141, 32, 161, 3, // Opcode: t2UHSUB8 /* 7870 */ MCD::OPC_FilterValue, 1, 41, 4, 0, // Skip to: 8940 /* 7875 */ MCD::OPC_CheckPredicate, 52, 36, 4, 0, // Skip to: 8940 /* 7880 */ MCD::OPC_CheckField, 23, 1, 1, 29, 4, 0, // Skip to: 8940 /* 7887 */ MCD::OPC_CheckField, 12, 4, 15, 22, 4, 0, // Skip to: 8940 /* 7894 */ MCD::OPC_Decode, 140, 32, 161, 3, // Opcode: t2UHSUB16 /* 7899 */ MCD::OPC_FilterValue, 1, 12, 4, 0, // Skip to: 8940 /* 7904 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 7907 */ MCD::OPC_FilterValue, 0, 117, 0, 0, // Skip to: 8029 /* 7912 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 7915 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7955 /* 7920 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 7923 */ MCD::OPC_FilterValue, 15, 244, 3, 0, // Skip to: 8940 /* 7928 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 7945 /* 7933 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 7945 /* 7940 */ MCD::OPC_Decode, 242, 31, 162, 3, // Opcode: t2SXTB /* 7945 */ MCD::OPC_CheckPredicate, 50, 222, 3, 0, // Skip to: 8940 /* 7950 */ MCD::OPC_Decode, 239, 31, 163, 3, // Opcode: t2SXTAB /* 7955 */ MCD::OPC_FilterValue, 1, 212, 3, 0, // Skip to: 8940 /* 7960 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 7963 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 7985 /* 7968 */ MCD::OPC_CheckPredicate, 66, 199, 3, 0, // Skip to: 8940 /* 7973 */ MCD::OPC_CheckField, 12, 4, 15, 192, 3, 0, // Skip to: 8940 /* 7980 */ MCD::OPC_Decode, 201, 29, 161, 3, // Opcode: t2CRC32B /* 7985 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 8007 /* 7990 */ MCD::OPC_CheckPredicate, 66, 177, 3, 0, // Skip to: 8940 /* 7995 */ MCD::OPC_CheckField, 12, 4, 15, 170, 3, 0, // Skip to: 8940 /* 8002 */ MCD::OPC_Decode, 205, 29, 161, 3, // Opcode: t2CRC32H /* 8007 */ MCD::OPC_FilterValue, 2, 160, 3, 0, // Skip to: 8940 /* 8012 */ MCD::OPC_CheckPredicate, 66, 155, 3, 0, // Skip to: 8940 /* 8017 */ MCD::OPC_CheckField, 12, 4, 15, 148, 3, 0, // Skip to: 8940 /* 8024 */ MCD::OPC_Decode, 206, 29, 161, 3, // Opcode: t2CRC32W /* 8029 */ MCD::OPC_FilterValue, 1, 138, 3, 0, // Skip to: 8940 /* 8034 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 8037 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 8077 /* 8042 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 8045 */ MCD::OPC_FilterValue, 15, 122, 3, 0, // Skip to: 8940 /* 8050 */ MCD::OPC_CheckPredicate, 44, 12, 0, 0, // Skip to: 8067 /* 8055 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 8067 /* 8062 */ MCD::OPC_Decode, 161, 32, 162, 3, // Opcode: t2UXTB /* 8067 */ MCD::OPC_CheckPredicate, 50, 100, 3, 0, // Skip to: 8940 /* 8072 */ MCD::OPC_Decode, 158, 32, 163, 3, // Opcode: t2UXTAB /* 8077 */ MCD::OPC_FilterValue, 1, 90, 3, 0, // Skip to: 8940 /* 8082 */ MCD::OPC_ExtractField, 4, 3, // Inst{6-4} ... /* 8085 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 8107 /* 8090 */ MCD::OPC_CheckPredicate, 66, 77, 3, 0, // Skip to: 8940 /* 8095 */ MCD::OPC_CheckField, 12, 4, 15, 70, 3, 0, // Skip to: 8940 /* 8102 */ MCD::OPC_Decode, 202, 29, 161, 3, // Opcode: t2CRC32CB /* 8107 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 8129 /* 8112 */ MCD::OPC_CheckPredicate, 66, 55, 3, 0, // Skip to: 8940 /* 8117 */ MCD::OPC_CheckField, 12, 4, 15, 48, 3, 0, // Skip to: 8940 /* 8124 */ MCD::OPC_Decode, 203, 29, 161, 3, // Opcode: t2CRC32CH /* 8129 */ MCD::OPC_FilterValue, 2, 38, 3, 0, // Skip to: 8940 /* 8134 */ MCD::OPC_CheckPredicate, 66, 33, 3, 0, // Skip to: 8940 /* 8139 */ MCD::OPC_CheckField, 12, 4, 15, 26, 3, 0, // Skip to: 8940 /* 8146 */ MCD::OPC_Decode, 204, 29, 161, 3, // Opcode: t2CRC32CW /* 8151 */ MCD::OPC_FilterValue, 3, 16, 3, 0, // Skip to: 8940 /* 8156 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 8159 */ MCD::OPC_FilterValue, 0, 98, 0, 0, // Skip to: 8262 /* 8164 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 8167 */ MCD::OPC_FilterValue, 0, 50, 0, 0, // Skip to: 8222 /* 8172 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 8175 */ MCD::OPC_FilterValue, 0, 27, 0, 0, // Skip to: 8207 /* 8180 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8197 /* 8185 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 8197 /* 8192 */ MCD::OPC_Decode, 169, 31, 161, 3, // Opcode: t2SMUSD /* 8197 */ MCD::OPC_CheckPredicate, 52, 226, 2, 0, // Skip to: 8940 /* 8202 */ MCD::OPC_Decode, 150, 31, 166, 3, // Opcode: t2SMLSD /* 8207 */ MCD::OPC_FilterValue, 1, 216, 2, 0, // Skip to: 8940 /* 8212 */ MCD::OPC_CheckPredicate, 44, 211, 2, 0, // Skip to: 8940 /* 8217 */ MCD::OPC_Decode, 139, 31, 172, 3, // Opcode: t2SMLAL /* 8222 */ MCD::OPC_FilterValue, 1, 201, 2, 0, // Skip to: 8940 /* 8227 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 8230 */ MCD::OPC_FilterValue, 0, 193, 2, 0, // Skip to: 8940 /* 8235 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8252 /* 8240 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 8252 /* 8247 */ MCD::OPC_Decode, 158, 31, 161, 3, // Opcode: t2SMMUL /* 8252 */ MCD::OPC_CheckPredicate, 52, 171, 2, 0, // Skip to: 8940 /* 8257 */ MCD::OPC_Decode, 154, 31, 166, 3, // Opcode: t2SMMLA /* 8262 */ MCD::OPC_FilterValue, 1, 83, 0, 0, // Skip to: 8350 /* 8267 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 8270 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 8310 /* 8275 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 8278 */ MCD::OPC_FilterValue, 0, 145, 2, 0, // Skip to: 8940 /* 8283 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8300 /* 8288 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 8300 /* 8295 */ MCD::OPC_Decode, 170, 31, 161, 3, // Opcode: t2SMUSDX /* 8300 */ MCD::OPC_CheckPredicate, 52, 123, 2, 0, // Skip to: 8940 /* 8305 */ MCD::OPC_Decode, 151, 31, 166, 3, // Opcode: t2SMLSDX /* 8310 */ MCD::OPC_FilterValue, 1, 113, 2, 0, // Skip to: 8940 /* 8315 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 8318 */ MCD::OPC_FilterValue, 0, 105, 2, 0, // Skip to: 8940 /* 8323 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8340 /* 8328 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 8340 /* 8335 */ MCD::OPC_Decode, 159, 31, 161, 3, // Opcode: t2SMMULR /* 8340 */ MCD::OPC_CheckPredicate, 52, 83, 2, 0, // Skip to: 8940 /* 8345 */ MCD::OPC_Decode, 155, 31, 166, 3, // Opcode: t2SMMLAR /* 8350 */ MCD::OPC_FilterValue, 8, 24, 0, 0, // Skip to: 8379 /* 8355 */ MCD::OPC_CheckPredicate, 52, 68, 2, 0, // Skip to: 8940 /* 8360 */ MCD::OPC_CheckField, 23, 1, 1, 61, 2, 0, // Skip to: 8940 /* 8367 */ MCD::OPC_CheckField, 20, 1, 0, 54, 2, 0, // Skip to: 8940 /* 8374 */ MCD::OPC_Decode, 140, 31, 172, 3, // Opcode: t2SMLALBB /* 8379 */ MCD::OPC_FilterValue, 9, 24, 0, 0, // Skip to: 8408 /* 8384 */ MCD::OPC_CheckPredicate, 52, 39, 2, 0, // Skip to: 8940 /* 8389 */ MCD::OPC_CheckField, 23, 1, 1, 32, 2, 0, // Skip to: 8940 /* 8396 */ MCD::OPC_CheckField, 20, 1, 0, 25, 2, 0, // Skip to: 8940 /* 8403 */ MCD::OPC_Decode, 141, 31, 172, 3, // Opcode: t2SMLALBT /* 8408 */ MCD::OPC_FilterValue, 10, 24, 0, 0, // Skip to: 8437 /* 8413 */ MCD::OPC_CheckPredicate, 52, 10, 2, 0, // Skip to: 8940 /* 8418 */ MCD::OPC_CheckField, 23, 1, 1, 3, 2, 0, // Skip to: 8940 /* 8425 */ MCD::OPC_CheckField, 20, 1, 0, 252, 1, 0, // Skip to: 8940 /* 8432 */ MCD::OPC_Decode, 144, 31, 172, 3, // Opcode: t2SMLALTB /* 8437 */ MCD::OPC_FilterValue, 11, 24, 0, 0, // Skip to: 8466 /* 8442 */ MCD::OPC_CheckPredicate, 52, 237, 1, 0, // Skip to: 8940 /* 8447 */ MCD::OPC_CheckField, 23, 1, 1, 230, 1, 0, // Skip to: 8940 /* 8454 */ MCD::OPC_CheckField, 20, 1, 0, 223, 1, 0, // Skip to: 8940 /* 8461 */ MCD::OPC_Decode, 145, 31, 172, 3, // Opcode: t2SMLALTT /* 8466 */ MCD::OPC_FilterValue, 12, 47, 0, 0, // Skip to: 8518 /* 8471 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 8474 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 8496 /* 8479 */ MCD::OPC_CheckPredicate, 52, 200, 1, 0, // Skip to: 8940 /* 8484 */ MCD::OPC_CheckField, 23, 1, 1, 193, 1, 0, // Skip to: 8940 /* 8491 */ MCD::OPC_Decode, 142, 31, 172, 3, // Opcode: t2SMLALD /* 8496 */ MCD::OPC_FilterValue, 1, 183, 1, 0, // Skip to: 8940 /* 8501 */ MCD::OPC_CheckPredicate, 52, 178, 1, 0, // Skip to: 8940 /* 8506 */ MCD::OPC_CheckField, 23, 1, 1, 171, 1, 0, // Skip to: 8940 /* 8513 */ MCD::OPC_Decode, 152, 31, 172, 3, // Opcode: t2SMLSLD /* 8518 */ MCD::OPC_FilterValue, 13, 161, 1, 0, // Skip to: 8940 /* 8523 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 8526 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 8548 /* 8531 */ MCD::OPC_CheckPredicate, 52, 148, 1, 0, // Skip to: 8940 /* 8536 */ MCD::OPC_CheckField, 23, 1, 1, 141, 1, 0, // Skip to: 8940 /* 8543 */ MCD::OPC_Decode, 143, 31, 172, 3, // Opcode: t2SMLALDX /* 8548 */ MCD::OPC_FilterValue, 1, 131, 1, 0, // Skip to: 8940 /* 8553 */ MCD::OPC_CheckPredicate, 52, 126, 1, 0, // Skip to: 8940 /* 8558 */ MCD::OPC_CheckField, 23, 1, 1, 119, 1, 0, // Skip to: 8940 /* 8565 */ MCD::OPC_Decode, 153, 31, 172, 3, // Opcode: t2SMLSLDX /* 8570 */ MCD::OPC_FilterValue, 3, 109, 1, 0, // Skip to: 8940 /* 8575 */ MCD::OPC_ExtractField, 4, 4, // Inst{7-4} ... /* 8578 */ MCD::OPC_FilterValue, 0, 131, 0, 0, // Skip to: 8714 /* 8583 */ MCD::OPC_ExtractField, 23, 4, // Inst{26-23} ... /* 8586 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 8608 /* 8591 */ MCD::OPC_CheckPredicate, 44, 88, 1, 0, // Skip to: 8940 /* 8596 */ MCD::OPC_CheckField, 12, 4, 15, 81, 1, 0, // Skip to: 8940 /* 8603 */ MCD::OPC_Decode, 239, 30, 220, 2, // Opcode: t2RORrr /* 8608 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 8637 /* 8613 */ MCD::OPC_CheckPredicate, 52, 66, 1, 0, // Skip to: 8940 /* 8618 */ MCD::OPC_CheckField, 20, 1, 0, 59, 1, 0, // Skip to: 8940 /* 8625 */ MCD::OPC_CheckField, 12, 4, 15, 52, 1, 0, // Skip to: 8940 /* 8632 */ MCD::OPC_Decode, 177, 31, 161, 3, // Opcode: t2SSAX /* 8637 */ MCD::OPC_FilterValue, 6, 50, 0, 0, // Skip to: 8692 /* 8642 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... /* 8645 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8660 /* 8650 */ MCD::OPC_CheckPredicate, 52, 29, 1, 0, // Skip to: 8940 /* 8655 */ MCD::OPC_Decode, 156, 31, 166, 3, // Opcode: t2SMMLS /* 8660 */ MCD::OPC_FilterValue, 1, 19, 1, 0, // Skip to: 8940 /* 8665 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8682 /* 8670 */ MCD::OPC_CheckField, 12, 4, 15, 5, 0, 0, // Skip to: 8682 /* 8677 */ MCD::OPC_Decode, 151, 32, 161, 3, // Opcode: t2USAD8 /* 8682 */ MCD::OPC_CheckPredicate, 52, 253, 0, 0, // Skip to: 8940 /* 8687 */ MCD::OPC_Decode, 152, 32, 166, 3, // Opcode: t2USADA8 /* 8692 */ MCD::OPC_FilterValue, 7, 243, 0, 0, // Skip to: 8940 /* 8697 */ MCD::OPC_CheckPredicate, 44, 238, 0, 0, // Skip to: 8940 /* 8702 */ MCD::OPC_CheckField, 20, 1, 0, 231, 0, 0, // Skip to: 8940 /* 8709 */ MCD::OPC_Decode, 143, 32, 172, 3, // Opcode: t2UMLAL /* 8714 */ MCD::OPC_FilterValue, 1, 54, 0, 0, // Skip to: 8773 /* 8719 */ MCD::OPC_ExtractField, 23, 4, // Inst{26-23} ... /* 8722 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 8751 /* 8727 */ MCD::OPC_CheckPredicate, 52, 208, 0, 0, // Skip to: 8940 /* 8732 */ MCD::OPC_CheckField, 20, 1, 0, 201, 0, 0, // Skip to: 8940 /* 8739 */ MCD::OPC_CheckField, 12, 4, 15, 194, 0, 0, // Skip to: 8940 /* 8746 */ MCD::OPC_Decode, 226, 30, 161, 3, // Opcode: t2QSAX /* 8751 */ MCD::OPC_FilterValue, 6, 184, 0, 0, // Skip to: 8940 /* 8756 */ MCD::OPC_CheckPredicate, 52, 179, 0, 0, // Skip to: 8940 /* 8761 */ MCD::OPC_CheckField, 20, 1, 0, 172, 0, 0, // Skip to: 8940 /* 8768 */ MCD::OPC_Decode, 157, 31, 166, 3, // Opcode: t2SMMLSR /* 8773 */ MCD::OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8809 /* 8778 */ MCD::OPC_CheckPredicate, 52, 157, 0, 0, // Skip to: 8940 /* 8783 */ MCD::OPC_CheckField, 23, 4, 5, 150, 0, 0, // Skip to: 8940 /* 8790 */ MCD::OPC_CheckField, 20, 1, 0, 143, 0, 0, // Skip to: 8940 /* 8797 */ MCD::OPC_CheckField, 12, 4, 15, 136, 0, 0, // Skip to: 8940 /* 8804 */ MCD::OPC_Decode, 131, 31, 161, 3, // Opcode: t2SHSAX /* 8809 */ MCD::OPC_FilterValue, 4, 31, 0, 0, // Skip to: 8845 /* 8814 */ MCD::OPC_CheckPredicate, 52, 121, 0, 0, // Skip to: 8940 /* 8819 */ MCD::OPC_CheckField, 23, 4, 5, 114, 0, 0, // Skip to: 8940 /* 8826 */ MCD::OPC_CheckField, 20, 1, 0, 107, 0, 0, // Skip to: 8940 /* 8833 */ MCD::OPC_CheckField, 12, 4, 15, 100, 0, 0, // Skip to: 8940 /* 8840 */ MCD::OPC_Decode, 155, 32, 161, 3, // Opcode: t2USAX /* 8845 */ MCD::OPC_FilterValue, 5, 31, 0, 0, // Skip to: 8881 /* 8850 */ MCD::OPC_CheckPredicate, 52, 85, 0, 0, // Skip to: 8940 /* 8855 */ MCD::OPC_CheckField, 23, 4, 5, 78, 0, 0, // Skip to: 8940 /* 8862 */ MCD::OPC_CheckField, 20, 1, 0, 71, 0, 0, // Skip to: 8940 /* 8869 */ MCD::OPC_CheckField, 12, 4, 15, 64, 0, 0, // Skip to: 8940 /* 8876 */ MCD::OPC_Decode, 148, 32, 161, 3, // Opcode: t2UQSAX /* 8881 */ MCD::OPC_FilterValue, 6, 54, 0, 0, // Skip to: 8940 /* 8886 */ MCD::OPC_ExtractField, 23, 4, // Inst{26-23} ... /* 8889 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 8918 /* 8894 */ MCD::OPC_CheckPredicate, 52, 41, 0, 0, // Skip to: 8940 /* 8899 */ MCD::OPC_CheckField, 20, 1, 0, 34, 0, 0, // Skip to: 8940 /* 8906 */ MCD::OPC_CheckField, 12, 4, 15, 27, 0, 0, // Skip to: 8940 /* 8913 */ MCD::OPC_Decode, 139, 32, 161, 3, // Opcode: t2UHSAX /* 8918 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 8940 /* 8923 */ MCD::OPC_CheckPredicate, 52, 12, 0, 0, // Skip to: 8940 /* 8928 */ MCD::OPC_CheckField, 20, 1, 0, 5, 0, 0, // Skip to: 8940 /* 8935 */ MCD::OPC_Decode, 142, 32, 172, 3, // Opcode: t2UMAAL /* 8940 */ 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, 44, 191, 2, 0, // Skip to: 725 /* 22 */ MCD::OPC_CheckField, 23, 1, 1, 184, 2, 0, // Skip to: 725 /* 29 */ MCD::OPC_Decode, 193, 31, 90, // Opcode: t2STC_OPTION /* 33 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 54 /* 38 */ MCD::OPC_CheckPredicate, 44, 170, 2, 0, // Skip to: 725 /* 43 */ MCD::OPC_CheckField, 23, 1, 1, 163, 2, 0, // Skip to: 725 /* 50 */ MCD::OPC_Decode, 247, 29, 90, // Opcode: t2LDC_OPTION /* 54 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 68 /* 59 */ MCD::OPC_CheckPredicate, 44, 149, 2, 0, // Skip to: 725 /* 64 */ MCD::OPC_Decode, 194, 31, 90, // Opcode: t2STC_POST /* 68 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 82 /* 73 */ MCD::OPC_CheckPredicate, 44, 135, 2, 0, // Skip to: 725 /* 78 */ MCD::OPC_Decode, 248, 29, 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, 44, 113, 2, 0, // Skip to: 725 /* 100 */ MCD::OPC_Decode, 176, 30, 173, 3, // Opcode: t2MCRR /* 105 */ MCD::OPC_FilterValue, 1, 103, 2, 0, // Skip to: 725 /* 110 */ MCD::OPC_CheckPredicate, 44, 98, 2, 0, // Skip to: 725 /* 115 */ MCD::OPC_Decode, 189, 31, 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, 44, 76, 2, 0, // Skip to: 725 /* 137 */ MCD::OPC_Decode, 188, 30, 174, 3, // Opcode: t2MRRC /* 142 */ MCD::OPC_FilterValue, 1, 66, 2, 0, // Skip to: 725 /* 147 */ MCD::OPC_CheckPredicate, 44, 61, 2, 0, // Skip to: 725 /* 152 */ MCD::OPC_Decode, 243, 29, 90, // Opcode: t2LDCL_OPTION /* 156 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 170 /* 161 */ MCD::OPC_CheckPredicate, 44, 47, 2, 0, // Skip to: 725 /* 166 */ MCD::OPC_Decode, 190, 31, 90, // Opcode: t2STCL_POST /* 170 */ MCD::OPC_FilterValue, 7, 38, 2, 0, // Skip to: 725 /* 175 */ MCD::OPC_CheckPredicate, 44, 33, 2, 0, // Skip to: 725 /* 180 */ MCD::OPC_Decode, 244, 29, 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, 44, 10, 2, 0, // Skip to: 725 /* 203 */ MCD::OPC_Decode, 192, 31, 90, // Opcode: t2STC_OFFSET /* 207 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 221 /* 212 */ MCD::OPC_CheckPredicate, 44, 252, 1, 0, // Skip to: 725 /* 217 */ MCD::OPC_Decode, 246, 29, 90, // Opcode: t2LDC_OFFSET /* 221 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 235 /* 226 */ MCD::OPC_CheckPredicate, 44, 238, 1, 0, // Skip to: 725 /* 231 */ MCD::OPC_Decode, 195, 31, 90, // Opcode: t2STC_PRE /* 235 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 249 /* 240 */ MCD::OPC_CheckPredicate, 44, 224, 1, 0, // Skip to: 725 /* 245 */ MCD::OPC_Decode, 249, 29, 90, // Opcode: t2LDC_PRE /* 249 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 263 /* 254 */ MCD::OPC_CheckPredicate, 44, 210, 1, 0, // Skip to: 725 /* 259 */ MCD::OPC_Decode, 188, 31, 90, // Opcode: t2STCL_OFFSET /* 263 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 277 /* 268 */ MCD::OPC_CheckPredicate, 44, 196, 1, 0, // Skip to: 725 /* 273 */ MCD::OPC_Decode, 242, 29, 90, // Opcode: t2LDCL_OFFSET /* 277 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 291 /* 282 */ MCD::OPC_CheckPredicate, 44, 182, 1, 0, // Skip to: 725 /* 287 */ MCD::OPC_Decode, 191, 31, 90, // Opcode: t2STCL_PRE /* 291 */ MCD::OPC_FilterValue, 7, 173, 1, 0, // Skip to: 725 /* 296 */ MCD::OPC_CheckPredicate, 44, 168, 1, 0, // Skip to: 725 /* 301 */ MCD::OPC_Decode, 245, 29, 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, 67, 145, 1, 0, // Skip to: 725 /* 324 */ MCD::OPC_Decode, 187, 29, 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, 44, 123, 1, 0, // Skip to: 725 /* 346 */ MCD::OPC_Decode, 174, 30, 93, // Opcode: t2MCR /* 350 */ MCD::OPC_FilterValue, 1, 114, 1, 0, // Skip to: 725 /* 355 */ MCD::OPC_CheckPredicate, 44, 109, 1, 0, // Skip to: 725 /* 360 */ MCD::OPC_Decode, 186, 30, 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, 68, 86, 1, 0, // Skip to: 725 /* 383 */ MCD::OPC_CheckField, 23, 1, 1, 79, 1, 0, // Skip to: 725 /* 390 */ MCD::OPC_Decode, 185, 31, 90, // Opcode: t2STC2_OPTION /* 394 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 415 /* 399 */ MCD::OPC_CheckPredicate, 68, 65, 1, 0, // Skip to: 725 /* 404 */ MCD::OPC_CheckField, 23, 1, 1, 58, 1, 0, // Skip to: 725 /* 411 */ MCD::OPC_Decode, 239, 29, 90, // Opcode: t2LDC2_OPTION /* 415 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 429 /* 420 */ MCD::OPC_CheckPredicate, 68, 44, 1, 0, // Skip to: 725 /* 425 */ MCD::OPC_Decode, 186, 31, 90, // Opcode: t2STC2_POST /* 429 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 443 /* 434 */ MCD::OPC_CheckPredicate, 68, 30, 1, 0, // Skip to: 725 /* 439 */ MCD::OPC_Decode, 240, 29, 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, 67, 8, 1, 0, // Skip to: 725 /* 461 */ MCD::OPC_Decode, 177, 30, 173, 3, // Opcode: t2MCRR2 /* 466 */ MCD::OPC_FilterValue, 1, 254, 0, 0, // Skip to: 725 /* 471 */ MCD::OPC_CheckPredicate, 68, 249, 0, 0, // Skip to: 725 /* 476 */ MCD::OPC_Decode, 181, 31, 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, 67, 227, 0, 0, // Skip to: 725 /* 498 */ MCD::OPC_Decode, 189, 30, 174, 3, // Opcode: t2MRRC2 /* 503 */ MCD::OPC_FilterValue, 1, 217, 0, 0, // Skip to: 725 /* 508 */ MCD::OPC_CheckPredicate, 68, 212, 0, 0, // Skip to: 725 /* 513 */ MCD::OPC_Decode, 235, 29, 90, // Opcode: t2LDC2L_OPTION /* 517 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 531 /* 522 */ MCD::OPC_CheckPredicate, 68, 198, 0, 0, // Skip to: 725 /* 527 */ MCD::OPC_Decode, 182, 31, 90, // Opcode: t2STC2L_POST /* 531 */ MCD::OPC_FilterValue, 7, 189, 0, 0, // Skip to: 725 /* 536 */ MCD::OPC_CheckPredicate, 68, 184, 0, 0, // Skip to: 725 /* 541 */ MCD::OPC_Decode, 236, 29, 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, 68, 161, 0, 0, // Skip to: 725 /* 564 */ MCD::OPC_Decode, 184, 31, 90, // Opcode: t2STC2_OFFSET /* 568 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 582 /* 573 */ MCD::OPC_CheckPredicate, 68, 147, 0, 0, // Skip to: 725 /* 578 */ MCD::OPC_Decode, 238, 29, 90, // Opcode: t2LDC2_OFFSET /* 582 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 596 /* 587 */ MCD::OPC_CheckPredicate, 68, 133, 0, 0, // Skip to: 725 /* 592 */ MCD::OPC_Decode, 187, 31, 90, // Opcode: t2STC2_PRE /* 596 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 610 /* 601 */ MCD::OPC_CheckPredicate, 68, 119, 0, 0, // Skip to: 725 /* 606 */ MCD::OPC_Decode, 241, 29, 90, // Opcode: t2LDC2_PRE /* 610 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 624 /* 615 */ MCD::OPC_CheckPredicate, 68, 105, 0, 0, // Skip to: 725 /* 620 */ MCD::OPC_Decode, 180, 31, 90, // Opcode: t2STC2L_OFFSET /* 624 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 638 /* 629 */ MCD::OPC_CheckPredicate, 68, 91, 0, 0, // Skip to: 725 /* 634 */ MCD::OPC_Decode, 234, 29, 90, // Opcode: t2LDC2L_OFFSET /* 638 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 652 /* 643 */ MCD::OPC_CheckPredicate, 68, 77, 0, 0, // Skip to: 725 /* 648 */ MCD::OPC_Decode, 183, 31, 90, // Opcode: t2STC2L_PRE /* 652 */ MCD::OPC_FilterValue, 7, 68, 0, 0, // Skip to: 725 /* 657 */ MCD::OPC_CheckPredicate, 68, 63, 0, 0, // Skip to: 725 /* 662 */ MCD::OPC_Decode, 237, 29, 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, 67, 40, 0, 0, // Skip to: 725 /* 685 */ MCD::OPC_Decode, 188, 29, 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, 67, 18, 0, 0, // Skip to: 725 /* 707 */ MCD::OPC_Decode, 175, 30, 93, // Opcode: t2MCR2 /* 711 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 725 /* 716 */ MCD::OPC_CheckPredicate, 67, 4, 0, 0, // Skip to: 725 /* 721 */ MCD::OPC_Decode, 187, 30, 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, 34, 95, 1, 0, // Skip to: 364 /* 13 */ MCD::OPC_Decode, 212, 32, 175, 3, // Opcode: tLSLri /* 18 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 33 /* 23 */ MCD::OPC_CheckPredicate, 34, 80, 1, 0, // Skip to: 364 /* 28 */ MCD::OPC_Decode, 214, 32, 175, 3, // Opcode: tLSRri /* 33 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48 /* 38 */ MCD::OPC_CheckPredicate, 34, 65, 1, 0, // Skip to: 364 /* 43 */ MCD::OPC_Decode, 176, 32, 175, 3, // 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, 34, 42, 1, 0, // Skip to: 364 /* 66 */ MCD::OPC_Decode, 171, 32, 176, 3, // Opcode: tADDrr /* 71 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 86 /* 76 */ MCD::OPC_CheckPredicate, 34, 27, 1, 0, // Skip to: 364 /* 81 */ MCD::OPC_Decode, 242, 32, 176, 3, // Opcode: tSUBrr /* 86 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 101 /* 91 */ MCD::OPC_CheckPredicate, 34, 12, 1, 0, // Skip to: 364 /* 96 */ MCD::OPC_Decode, 167, 32, 177, 3, // Opcode: tADDi3 /* 101 */ MCD::OPC_FilterValue, 3, 2, 1, 0, // Skip to: 364 /* 106 */ MCD::OPC_CheckPredicate, 34, 253, 0, 0, // Skip to: 364 /* 111 */ MCD::OPC_Decode, 240, 32, 177, 3, // Opcode: tSUBi3 /* 116 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131 /* 121 */ MCD::OPC_CheckPredicate, 34, 238, 0, 0, // Skip to: 364 /* 126 */ MCD::OPC_Decode, 217, 32, 188, 2, // Opcode: tMOVi8 /* 131 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 146 /* 136 */ MCD::OPC_CheckPredicate, 34, 223, 0, 0, // Skip to: 364 /* 141 */ MCD::OPC_Decode, 168, 32, 178, 3, // Opcode: tADDi8 /* 146 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 161 /* 151 */ MCD::OPC_CheckPredicate, 34, 208, 0, 0, // Skip to: 364 /* 156 */ MCD::OPC_Decode, 241, 32, 178, 3, // 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, 34, 185, 0, 0, // Skip to: 364 /* 179 */ MCD::OPC_Decode, 175, 32, 179, 3, // Opcode: tAND /* 184 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 199 /* 189 */ MCD::OPC_CheckPredicate, 34, 170, 0, 0, // Skip to: 364 /* 194 */ MCD::OPC_Decode, 195, 32, 179, 3, // Opcode: tEOR /* 199 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 214 /* 204 */ MCD::OPC_CheckPredicate, 34, 155, 0, 0, // Skip to: 364 /* 209 */ MCD::OPC_Decode, 213, 32, 179, 3, // Opcode: tLSLrr /* 214 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 229 /* 219 */ MCD::OPC_CheckPredicate, 34, 140, 0, 0, // Skip to: 364 /* 224 */ MCD::OPC_Decode, 215, 32, 179, 3, // Opcode: tLSRrr /* 229 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 244 /* 234 */ MCD::OPC_CheckPredicate, 34, 125, 0, 0, // Skip to: 364 /* 239 */ MCD::OPC_Decode, 177, 32, 179, 3, // Opcode: tASRrr /* 244 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 259 /* 249 */ MCD::OPC_CheckPredicate, 34, 110, 0, 0, // Skip to: 364 /* 254 */ MCD::OPC_Decode, 165, 32, 179, 3, // Opcode: tADC /* 259 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 274 /* 264 */ MCD::OPC_CheckPredicate, 34, 95, 0, 0, // Skip to: 364 /* 269 */ MCD::OPC_Decode, 230, 32, 179, 3, // Opcode: tSBC /* 274 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 289 /* 279 */ MCD::OPC_CheckPredicate, 34, 80, 0, 0, // Skip to: 364 /* 284 */ MCD::OPC_Decode, 228, 32, 179, 3, // Opcode: tROR /* 289 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 304 /* 294 */ MCD::OPC_CheckPredicate, 34, 65, 0, 0, // Skip to: 364 /* 299 */ MCD::OPC_Decode, 229, 32, 187, 2, // Opcode: tRSB /* 304 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 319 /* 309 */ MCD::OPC_CheckPredicate, 34, 50, 0, 0, // Skip to: 364 /* 314 */ MCD::OPC_Decode, 221, 32, 179, 3, // Opcode: tORR /* 319 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 334 /* 324 */ MCD::OPC_CheckPredicate, 34, 35, 0, 0, // Skip to: 364 /* 329 */ MCD::OPC_Decode, 219, 32, 180, 3, // Opcode: tMUL /* 334 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 349 /* 339 */ MCD::OPC_CheckPredicate, 34, 20, 0, 0, // Skip to: 364 /* 344 */ MCD::OPC_Decode, 179, 32, 179, 3, // Opcode: tBIC /* 349 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 364 /* 354 */ MCD::OPC_CheckPredicate, 34, 5, 0, 0, // Skip to: 364 /* 359 */ MCD::OPC_Decode, 220, 32, 187, 2, // Opcode: tMVN /* 364 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTableVFP32[] = { /* 0 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 3 */ MCD::OPC_FilterValue, 9, 112, 4, 0, // Skip to: 1144 /* 8 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 11 */ MCD::OPC_FilterValue, 0, 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, 69, 222, 21, 0, // Skip to: 5627 /* 29 */ MCD::OPC_Decode, 148, 28, 181, 3, // Opcode: VSTRH /* 34 */ MCD::OPC_FilterValue, 14, 212, 21, 0, // Skip to: 5627 /* 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, 70, 183, 21, 0, // Skip to: 5627 /* 68 */ MCD::OPC_Decode, 134, 21, 182, 3, // Opcode: VMLAH /* 73 */ MCD::OPC_FilterValue, 1, 173, 21, 0, // Skip to: 5627 /* 78 */ MCD::OPC_CheckPredicate, 70, 168, 21, 0, // Skip to: 5627 /* 83 */ MCD::OPC_Decode, 167, 17, 183, 3, // Opcode: VDIVH /* 88 */ MCD::OPC_FilterValue, 1, 158, 21, 0, // Skip to: 5627 /* 93 */ MCD::OPC_CheckPredicate, 70, 153, 21, 0, // Skip to: 5627 /* 98 */ MCD::OPC_CheckField, 23, 1, 0, 146, 21, 0, // Skip to: 5627 /* 105 */ MCD::OPC_Decode, 165, 21, 182, 3, // Opcode: VMLSH /* 110 */ MCD::OPC_FilterValue, 1, 136, 21, 0, // Skip to: 5627 /* 115 */ MCD::OPC_CheckPredicate, 69, 131, 21, 0, // Skip to: 5627 /* 120 */ MCD::OPC_CheckField, 22, 2, 0, 124, 21, 0, // Skip to: 5627 /* 127 */ MCD::OPC_CheckField, 5, 2, 0, 117, 21, 0, // Skip to: 5627 /* 134 */ MCD::OPC_CheckField, 0, 4, 0, 110, 21, 0, // Skip to: 5627 /* 141 */ MCD::OPC_Decode, 198, 21, 184, 3, // Opcode: VMOVHR /* 146 */ MCD::OPC_FilterValue, 1, 146, 0, 0, // Skip to: 297 /* 151 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 154 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 169 /* 159 */ MCD::OPC_CheckPredicate, 69, 87, 21, 0, // Skip to: 5627 /* 164 */ MCD::OPC_Decode, 207, 20, 181, 3, // Opcode: VLDRH /* 169 */ MCD::OPC_FilterValue, 14, 77, 21, 0, // Skip to: 5627 /* 174 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 177 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 261 /* 182 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 185 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 223 /* 190 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 193 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 208 /* 198 */ MCD::OPC_CheckPredicate, 70, 48, 21, 0, // Skip to: 5627 /* 203 */ MCD::OPC_Decode, 178, 22, 182, 3, // Opcode: VNMLSH /* 208 */ MCD::OPC_FilterValue, 1, 38, 21, 0, // Skip to: 5627 /* 213 */ MCD::OPC_CheckPredicate, 70, 33, 21, 0, // Skip to: 5627 /* 218 */ MCD::OPC_Decode, 216, 17, 182, 3, // Opcode: VFNMSH /* 223 */ MCD::OPC_FilterValue, 1, 23, 21, 0, // Skip to: 5627 /* 228 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 231 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 246 /* 236 */ MCD::OPC_CheckPredicate, 70, 10, 21, 0, // Skip to: 5627 /* 241 */ MCD::OPC_Decode, 175, 22, 182, 3, // Opcode: VNMLAH /* 246 */ MCD::OPC_FilterValue, 1, 0, 21, 0, // Skip to: 5627 /* 251 */ MCD::OPC_CheckPredicate, 70, 251, 20, 0, // Skip to: 5627 /* 256 */ MCD::OPC_Decode, 213, 17, 182, 3, // Opcode: VFNMAH /* 261 */ MCD::OPC_FilterValue, 1, 241, 20, 0, // Skip to: 5627 /* 266 */ MCD::OPC_CheckPredicate, 69, 236, 20, 0, // Skip to: 5627 /* 271 */ MCD::OPC_CheckField, 22, 2, 0, 229, 20, 0, // Skip to: 5627 /* 278 */ MCD::OPC_CheckField, 5, 2, 0, 222, 20, 0, // Skip to: 5627 /* 285 */ MCD::OPC_CheckField, 0, 4, 0, 215, 20, 0, // Skip to: 5627 /* 292 */ MCD::OPC_Decode, 208, 21, 185, 3, // Opcode: VMOVRH /* 297 */ MCD::OPC_FilterValue, 2, 107, 0, 0, // Skip to: 409 /* 302 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 305 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 357 /* 310 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 313 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 335 /* 318 */ MCD::OPC_CheckPredicate, 70, 184, 20, 0, // Skip to: 5627 /* 323 */ MCD::OPC_CheckField, 4, 1, 0, 177, 20, 0, // Skip to: 5627 /* 330 */ MCD::OPC_Decode, 249, 21, 183, 3, // Opcode: VMULH /* 335 */ MCD::OPC_FilterValue, 29, 167, 20, 0, // Skip to: 5627 /* 340 */ MCD::OPC_CheckPredicate, 70, 162, 20, 0, // Skip to: 5627 /* 345 */ MCD::OPC_CheckField, 4, 1, 0, 155, 20, 0, // Skip to: 5627 /* 352 */ MCD::OPC_Decode, 191, 17, 182, 3, // Opcode: VFMAH /* 357 */ MCD::OPC_FilterValue, 1, 145, 20, 0, // Skip to: 5627 /* 362 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 365 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 387 /* 370 */ MCD::OPC_CheckPredicate, 70, 132, 20, 0, // Skip to: 5627 /* 375 */ MCD::OPC_CheckField, 4, 1, 0, 125, 20, 0, // Skip to: 5627 /* 382 */ MCD::OPC_Decode, 181, 22, 183, 3, // Opcode: VNMULH /* 387 */ MCD::OPC_FilterValue, 29, 115, 20, 0, // Skip to: 5627 /* 392 */ MCD::OPC_CheckPredicate, 70, 110, 20, 0, // Skip to: 5627 /* 397 */ MCD::OPC_CheckField, 4, 1, 0, 103, 20, 0, // Skip to: 5627 /* 404 */ MCD::OPC_Decode, 202, 17, 182, 3, // Opcode: VFMSH /* 409 */ MCD::OPC_FilterValue, 3, 93, 20, 0, // Skip to: 5627 /* 414 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 417 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 476 /* 422 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 425 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 447 /* 430 */ MCD::OPC_CheckPredicate, 70, 72, 20, 0, // Skip to: 5627 /* 435 */ MCD::OPC_CheckField, 4, 1, 0, 65, 20, 0, // Skip to: 5627 /* 442 */ MCD::OPC_Decode, 149, 15, 183, 3, // Opcode: VADDH /* 447 */ MCD::OPC_FilterValue, 29, 55, 20, 0, // Skip to: 5627 /* 452 */ MCD::OPC_CheckPredicate, 70, 50, 20, 0, // Skip to: 5627 /* 457 */ MCD::OPC_CheckField, 7, 1, 0, 43, 20, 0, // Skip to: 5627 /* 464 */ MCD::OPC_CheckField, 4, 2, 0, 36, 20, 0, // Skip to: 5627 /* 471 */ MCD::OPC_Decode, 154, 5, 186, 3, // Opcode: FCONSTH /* 476 */ MCD::OPC_FilterValue, 1, 26, 20, 0, // Skip to: 5627 /* 481 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 484 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 506 /* 489 */ MCD::OPC_CheckPredicate, 70, 13, 20, 0, // Skip to: 5627 /* 494 */ MCD::OPC_CheckField, 4, 1, 0, 6, 20, 0, // Skip to: 5627 /* 501 */ MCD::OPC_Decode, 169, 28, 183, 3, // Opcode: VSUBH /* 506 */ MCD::OPC_FilterValue, 29, 252, 19, 0, // Skip to: 5627 /* 511 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 514 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 543 /* 519 */ MCD::OPC_CheckPredicate, 70, 239, 19, 0, // Skip to: 5627 /* 524 */ MCD::OPC_CheckField, 7, 1, 1, 232, 19, 0, // Skip to: 5627 /* 531 */ MCD::OPC_CheckField, 4, 1, 0, 225, 19, 0, // Skip to: 5627 /* 538 */ MCD::OPC_Decode, 128, 15, 187, 3, // Opcode: VABSH /* 543 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 595 /* 548 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 551 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 573 /* 556 */ MCD::OPC_CheckPredicate, 70, 202, 19, 0, // Skip to: 5627 /* 561 */ MCD::OPC_CheckField, 4, 1, 0, 195, 19, 0, // Skip to: 5627 /* 568 */ MCD::OPC_Decode, 162, 22, 187, 3, // Opcode: VNEGH /* 573 */ MCD::OPC_FilterValue, 1, 185, 19, 0, // Skip to: 5627 /* 578 */ MCD::OPC_CheckPredicate, 70, 180, 19, 0, // Skip to: 5627 /* 583 */ MCD::OPC_CheckField, 4, 1, 0, 173, 19, 0, // Skip to: 5627 /* 590 */ MCD::OPC_Decode, 132, 26, 187, 3, // Opcode: VSQRTH /* 595 */ MCD::OPC_FilterValue, 4, 47, 0, 0, // Skip to: 647 /* 600 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 603 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 625 /* 608 */ MCD::OPC_CheckPredicate, 70, 150, 19, 0, // Skip to: 5627 /* 613 */ MCD::OPC_CheckField, 4, 1, 0, 143, 19, 0, // Skip to: 5627 /* 620 */ MCD::OPC_Decode, 187, 16, 187, 3, // Opcode: VCMPH /* 625 */ MCD::OPC_FilterValue, 1, 133, 19, 0, // Skip to: 5627 /* 630 */ MCD::OPC_CheckPredicate, 70, 128, 19, 0, // Skip to: 5627 /* 635 */ MCD::OPC_CheckField, 4, 1, 0, 121, 19, 0, // Skip to: 5627 /* 642 */ MCD::OPC_Decode, 182, 16, 187, 3, // Opcode: VCMPEH /* 647 */ MCD::OPC_FilterValue, 5, 47, 0, 0, // Skip to: 699 /* 652 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 655 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 677 /* 660 */ MCD::OPC_CheckPredicate, 70, 98, 19, 0, // Skip to: 5627 /* 665 */ MCD::OPC_CheckField, 0, 6, 0, 91, 19, 0, // Skip to: 5627 /* 672 */ MCD::OPC_Decode, 190, 16, 188, 3, // Opcode: VCMPZH /* 677 */ MCD::OPC_FilterValue, 1, 81, 19, 0, // Skip to: 5627 /* 682 */ MCD::OPC_CheckPredicate, 70, 76, 19, 0, // Skip to: 5627 /* 687 */ MCD::OPC_CheckField, 0, 6, 0, 69, 19, 0, // Skip to: 5627 /* 694 */ MCD::OPC_Decode, 185, 16, 188, 3, // Opcode: VCMPEZH /* 699 */ MCD::OPC_FilterValue, 6, 47, 0, 0, // Skip to: 751 /* 704 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 707 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 729 /* 712 */ MCD::OPC_CheckPredicate, 70, 46, 19, 0, // Skip to: 5627 /* 717 */ MCD::OPC_CheckField, 4, 1, 0, 39, 19, 0, // Skip to: 5627 /* 724 */ MCD::OPC_Decode, 217, 24, 187, 3, // Opcode: VRINTRH /* 729 */ MCD::OPC_FilterValue, 1, 29, 19, 0, // Skip to: 5627 /* 734 */ MCD::OPC_CheckPredicate, 70, 24, 19, 0, // Skip to: 5627 /* 739 */ MCD::OPC_CheckField, 4, 1, 0, 17, 19, 0, // Skip to: 5627 /* 746 */ MCD::OPC_Decode, 227, 24, 187, 3, // Opcode: VRINTZH /* 751 */ MCD::OPC_FilterValue, 7, 24, 0, 0, // Skip to: 780 /* 756 */ MCD::OPC_CheckPredicate, 70, 2, 19, 0, // Skip to: 5627 /* 761 */ MCD::OPC_CheckField, 7, 1, 0, 251, 18, 0, // Skip to: 5627 /* 768 */ MCD::OPC_CheckField, 4, 1, 0, 244, 18, 0, // Skip to: 5627 /* 775 */ MCD::OPC_Decode, 220, 24, 187, 3, // Opcode: VRINTXH /* 780 */ MCD::OPC_FilterValue, 8, 47, 0, 0, // Skip to: 832 /* 785 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 788 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 810 /* 793 */ MCD::OPC_CheckPredicate, 70, 221, 18, 0, // Skip to: 5627 /* 798 */ MCD::OPC_CheckField, 4, 1, 0, 214, 18, 0, // Skip to: 5627 /* 805 */ MCD::OPC_Decode, 128, 29, 189, 3, // Opcode: VUITOH /* 810 */ MCD::OPC_FilterValue, 1, 204, 18, 0, // Skip to: 5627 /* 815 */ MCD::OPC_CheckPredicate, 70, 199, 18, 0, // Skip to: 5627 /* 820 */ MCD::OPC_CheckField, 4, 1, 0, 192, 18, 0, // Skip to: 5627 /* 827 */ MCD::OPC_Decode, 246, 25, 189, 3, // Opcode: VSITOH /* 832 */ MCD::OPC_FilterValue, 10, 47, 0, 0, // Skip to: 884 /* 837 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 840 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 862 /* 845 */ MCD::OPC_CheckPredicate, 70, 169, 18, 0, // Skip to: 5627 /* 850 */ MCD::OPC_CheckField, 4, 1, 0, 162, 18, 0, // Skip to: 5627 /* 857 */ MCD::OPC_Decode, 243, 25, 190, 3, // Opcode: VSHTOH /* 862 */ MCD::OPC_FilterValue, 1, 152, 18, 0, // Skip to: 5627 /* 867 */ MCD::OPC_CheckPredicate, 70, 147, 18, 0, // Skip to: 5627 /* 872 */ MCD::OPC_CheckField, 4, 1, 0, 140, 18, 0, // Skip to: 5627 /* 879 */ MCD::OPC_Decode, 129, 26, 190, 3, // Opcode: VSLTOH /* 884 */ MCD::OPC_FilterValue, 11, 47, 0, 0, // Skip to: 936 /* 889 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 892 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 914 /* 897 */ MCD::OPC_CheckPredicate, 70, 117, 18, 0, // Skip to: 5627 /* 902 */ MCD::OPC_CheckField, 4, 1, 0, 110, 18, 0, // Skip to: 5627 /* 909 */ MCD::OPC_Decode, 253, 28, 190, 3, // Opcode: VUHTOH /* 914 */ MCD::OPC_FilterValue, 1, 100, 18, 0, // Skip to: 5627 /* 919 */ MCD::OPC_CheckPredicate, 70, 95, 18, 0, // Skip to: 5627 /* 924 */ MCD::OPC_CheckField, 4, 1, 0, 88, 18, 0, // Skip to: 5627 /* 931 */ MCD::OPC_Decode, 131, 29, 190, 3, // Opcode: VULTOH /* 936 */ MCD::OPC_FilterValue, 12, 47, 0, 0, // Skip to: 988 /* 941 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 944 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 966 /* 949 */ MCD::OPC_CheckPredicate, 70, 65, 18, 0, // Skip to: 5627 /* 954 */ MCD::OPC_CheckField, 4, 1, 0, 58, 18, 0, // Skip to: 5627 /* 961 */ MCD::OPC_Decode, 228, 28, 191, 3, // Opcode: VTOUIRH /* 966 */ MCD::OPC_FilterValue, 1, 48, 18, 0, // Skip to: 5627 /* 971 */ MCD::OPC_CheckPredicate, 70, 43, 18, 0, // Skip to: 5627 /* 976 */ MCD::OPC_CheckField, 4, 1, 0, 36, 18, 0, // Skip to: 5627 /* 983 */ MCD::OPC_Decode, 231, 28, 192, 3, // Opcode: VTOUIZH /* 988 */ MCD::OPC_FilterValue, 13, 47, 0, 0, // Skip to: 1040 /* 993 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 996 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1018 /* 1001 */ MCD::OPC_CheckPredicate, 70, 13, 18, 0, // Skip to: 5627 /* 1006 */ MCD::OPC_CheckField, 4, 1, 0, 6, 18, 0, // Skip to: 5627 /* 1013 */ MCD::OPC_Decode, 216, 28, 191, 3, // Opcode: VTOSIRH /* 1018 */ MCD::OPC_FilterValue, 1, 252, 17, 0, // Skip to: 5627 /* 1023 */ MCD::OPC_CheckPredicate, 70, 247, 17, 0, // Skip to: 5627 /* 1028 */ MCD::OPC_CheckField, 4, 1, 0, 240, 17, 0, // Skip to: 5627 /* 1035 */ MCD::OPC_Decode, 219, 28, 192, 3, // Opcode: VTOSIZH /* 1040 */ MCD::OPC_FilterValue, 14, 47, 0, 0, // Skip to: 1092 /* 1045 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1048 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1070 /* 1053 */ MCD::OPC_CheckPredicate, 70, 217, 17, 0, // Skip to: 5627 /* 1058 */ MCD::OPC_CheckField, 4, 1, 0, 210, 17, 0, // Skip to: 5627 /* 1065 */ MCD::OPC_Decode, 213, 28, 190, 3, // Opcode: VTOSHH /* 1070 */ MCD::OPC_FilterValue, 1, 200, 17, 0, // Skip to: 5627 /* 1075 */ MCD::OPC_CheckPredicate, 70, 195, 17, 0, // Skip to: 5627 /* 1080 */ MCD::OPC_CheckField, 4, 1, 0, 188, 17, 0, // Skip to: 5627 /* 1087 */ MCD::OPC_Decode, 222, 28, 190, 3, // Opcode: VTOSLH /* 1092 */ MCD::OPC_FilterValue, 15, 178, 17, 0, // Skip to: 5627 /* 1097 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1100 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1122 /* 1105 */ MCD::OPC_CheckPredicate, 70, 165, 17, 0, // Skip to: 5627 /* 1110 */ MCD::OPC_CheckField, 4, 1, 0, 158, 17, 0, // Skip to: 5627 /* 1117 */ MCD::OPC_Decode, 225, 28, 190, 3, // Opcode: VTOUHH /* 1122 */ MCD::OPC_FilterValue, 1, 148, 17, 0, // Skip to: 5627 /* 1127 */ MCD::OPC_CheckPredicate, 70, 143, 17, 0, // Skip to: 5627 /* 1132 */ MCD::OPC_CheckField, 4, 1, 0, 136, 17, 0, // Skip to: 5627 /* 1139 */ MCD::OPC_Decode, 234, 28, 190, 3, // Opcode: VTOULH /* 1144 */ MCD::OPC_FilterValue, 10, 105, 7, 0, // Skip to: 3046 /* 1149 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 1152 */ MCD::OPC_FilterValue, 0, 189, 0, 0, // Skip to: 1346 /* 1157 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 1160 */ MCD::OPC_FilterValue, 12, 54, 0, 0, // Skip to: 1219 /* 1165 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1168 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 1204 /* 1173 */ MCD::OPC_CheckPredicate, 33, 97, 17, 0, // Skip to: 5627 /* 1178 */ MCD::OPC_CheckField, 22, 1, 1, 90, 17, 0, // Skip to: 5627 /* 1185 */ MCD::OPC_CheckField, 6, 2, 0, 83, 17, 0, // Skip to: 5627 /* 1192 */ MCD::OPC_CheckField, 4, 1, 1, 76, 17, 0, // Skip to: 5627 /* 1199 */ MCD::OPC_Decode, 214, 21, 193, 3, // Opcode: VMOVSRR /* 1204 */ MCD::OPC_FilterValue, 1, 66, 17, 0, // Skip to: 5627 /* 1209 */ MCD::OPC_CheckPredicate, 33, 61, 17, 0, // Skip to: 5627 /* 1214 */ MCD::OPC_Decode, 145, 28, 194, 3, // Opcode: VSTMSIA /* 1219 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1234 /* 1224 */ MCD::OPC_CheckPredicate, 33, 46, 17, 0, // Skip to: 5627 /* 1229 */ MCD::OPC_Decode, 149, 28, 195, 3, // Opcode: VSTRS /* 1234 */ MCD::OPC_FilterValue, 14, 36, 17, 0, // Skip to: 5627 /* 1239 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 1242 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 1310 /* 1247 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1250 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1288 /* 1255 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1258 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1273 /* 1263 */ MCD::OPC_CheckPredicate, 32, 7, 17, 0, // Skip to: 5627 /* 1268 */ MCD::OPC_Decode, 145, 21, 196, 3, // Opcode: VMLAS /* 1273 */ MCD::OPC_FilterValue, 1, 253, 16, 0, // Skip to: 5627 /* 1278 */ MCD::OPC_CheckPredicate, 32, 248, 16, 0, // Skip to: 5627 /* 1283 */ MCD::OPC_Decode, 168, 17, 197, 3, // Opcode: VDIVS /* 1288 */ MCD::OPC_FilterValue, 1, 238, 16, 0, // Skip to: 5627 /* 1293 */ MCD::OPC_CheckPredicate, 32, 233, 16, 0, // Skip to: 5627 /* 1298 */ MCD::OPC_CheckField, 23, 1, 0, 226, 16, 0, // Skip to: 5627 /* 1305 */ MCD::OPC_Decode, 176, 21, 196, 3, // Opcode: VMLSS /* 1310 */ MCD::OPC_FilterValue, 1, 216, 16, 0, // Skip to: 5627 /* 1315 */ MCD::OPC_CheckPredicate, 33, 211, 16, 0, // Skip to: 5627 /* 1320 */ MCD::OPC_CheckField, 22, 2, 0, 204, 16, 0, // Skip to: 5627 /* 1327 */ MCD::OPC_CheckField, 5, 2, 0, 197, 16, 0, // Skip to: 5627 /* 1334 */ MCD::OPC_CheckField, 0, 4, 0, 190, 16, 0, // Skip to: 5627 /* 1341 */ MCD::OPC_Decode, 213, 21, 198, 3, // Opcode: VMOVSR /* 1346 */ MCD::OPC_FilterValue, 1, 229, 0, 0, // Skip to: 1580 /* 1351 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 1354 */ MCD::OPC_FilterValue, 12, 78, 0, 0, // Skip to: 1437 /* 1359 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1362 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 1398 /* 1367 */ MCD::OPC_CheckPredicate, 33, 159, 16, 0, // Skip to: 5627 /* 1372 */ MCD::OPC_CheckField, 22, 1, 1, 152, 16, 0, // Skip to: 5627 /* 1379 */ MCD::OPC_CheckField, 6, 2, 0, 145, 16, 0, // Skip to: 5627 /* 1386 */ MCD::OPC_CheckField, 4, 1, 1, 138, 16, 0, // Skip to: 5627 /* 1393 */ MCD::OPC_Decode, 210, 21, 199, 3, // Opcode: VMOVRRS /* 1398 */ MCD::OPC_FilterValue, 1, 128, 16, 0, // Skip to: 5627 /* 1403 */ MCD::OPC_CheckPredicate, 71, 19, 0, 0, // Skip to: 1427 /* 1408 */ MCD::OPC_CheckField, 28, 4, 14, 12, 0, 0, // Skip to: 1427 /* 1415 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 1427 /* 1422 */ MCD::OPC_Decode, 170, 25, 200, 3, // Opcode: VSCCLRMS /* 1427 */ MCD::OPC_CheckPredicate, 33, 99, 16, 0, // Skip to: 5627 /* 1432 */ MCD::OPC_Decode, 204, 20, 194, 3, // Opcode: VLDMSIA /* 1437 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1452 /* 1442 */ MCD::OPC_CheckPredicate, 33, 84, 16, 0, // Skip to: 5627 /* 1447 */ MCD::OPC_Decode, 208, 20, 195, 3, // Opcode: VLDRS /* 1452 */ MCD::OPC_FilterValue, 14, 74, 16, 0, // Skip to: 5627 /* 1457 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 1460 */ MCD::OPC_FilterValue, 0, 79, 0, 0, // Skip to: 1544 /* 1465 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1468 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1506 /* 1473 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1476 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1491 /* 1481 */ MCD::OPC_CheckPredicate, 32, 45, 16, 0, // Skip to: 5627 /* 1486 */ MCD::OPC_Decode, 179, 22, 196, 3, // Opcode: VNMLSS /* 1491 */ MCD::OPC_FilterValue, 1, 35, 16, 0, // Skip to: 5627 /* 1496 */ MCD::OPC_CheckPredicate, 72, 30, 16, 0, // Skip to: 5627 /* 1501 */ MCD::OPC_Decode, 217, 17, 196, 3, // Opcode: VFNMSS /* 1506 */ MCD::OPC_FilterValue, 1, 20, 16, 0, // Skip to: 5627 /* 1511 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 1514 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1529 /* 1519 */ MCD::OPC_CheckPredicate, 32, 7, 16, 0, // Skip to: 5627 /* 1524 */ MCD::OPC_Decode, 176, 22, 196, 3, // Opcode: VNMLAS /* 1529 */ MCD::OPC_FilterValue, 1, 253, 15, 0, // Skip to: 5627 /* 1534 */ MCD::OPC_CheckPredicate, 72, 248, 15, 0, // Skip to: 5627 /* 1539 */ MCD::OPC_Decode, 214, 17, 196, 3, // Opcode: VFNMAS /* 1544 */ MCD::OPC_FilterValue, 1, 238, 15, 0, // Skip to: 5627 /* 1549 */ MCD::OPC_CheckPredicate, 33, 233, 15, 0, // Skip to: 5627 /* 1554 */ MCD::OPC_CheckField, 22, 2, 0, 226, 15, 0, // Skip to: 5627 /* 1561 */ MCD::OPC_CheckField, 5, 2, 0, 219, 15, 0, // Skip to: 5627 /* 1568 */ MCD::OPC_CheckField, 0, 4, 0, 212, 15, 0, // Skip to: 5627 /* 1575 */ MCD::OPC_Decode, 211, 21, 201, 3, // Opcode: VMOVRS /* 1580 */ MCD::OPC_FilterValue, 2, 179, 1, 0, // Skip to: 2020 /* 1585 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 1588 */ MCD::OPC_FilterValue, 24, 31, 0, 0, // Skip to: 1624 /* 1593 */ MCD::OPC_CheckPredicate, 73, 189, 15, 0, // Skip to: 5627 /* 1598 */ MCD::OPC_CheckField, 22, 1, 0, 182, 15, 0, // Skip to: 5627 /* 1605 */ MCD::OPC_CheckField, 12, 4, 0, 175, 15, 0, // Skip to: 5627 /* 1612 */ MCD::OPC_CheckField, 0, 8, 0, 168, 15, 0, // Skip to: 5627 /* 1619 */ MCD::OPC_Decode, 228, 20, 202, 3, // Opcode: VLSTM /* 1624 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 1639 /* 1629 */ MCD::OPC_CheckPredicate, 33, 153, 15, 0, // Skip to: 5627 /* 1634 */ MCD::OPC_Decode, 146, 28, 203, 3, // Opcode: VSTMSIA_UPD /* 1639 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 1654 /* 1644 */ MCD::OPC_CheckPredicate, 33, 138, 15, 0, // Skip to: 5627 /* 1649 */ MCD::OPC_Decode, 144, 28, 203, 3, // Opcode: VSTMSDB_UPD /* 1654 */ MCD::OPC_FilterValue, 28, 47, 0, 0, // Skip to: 1706 /* 1659 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1662 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1684 /* 1667 */ MCD::OPC_CheckPredicate, 32, 115, 15, 0, // Skip to: 5627 /* 1672 */ MCD::OPC_CheckField, 4, 1, 0, 108, 15, 0, // Skip to: 5627 /* 1679 */ MCD::OPC_Decode, 134, 22, 197, 3, // Opcode: VMULS /* 1684 */ MCD::OPC_FilterValue, 1, 98, 15, 0, // Skip to: 5627 /* 1689 */ MCD::OPC_CheckPredicate, 32, 93, 15, 0, // Skip to: 5627 /* 1694 */ MCD::OPC_CheckField, 4, 1, 0, 86, 15, 0, // Skip to: 5627 /* 1701 */ MCD::OPC_Decode, 182, 22, 197, 3, // Opcode: VNMULS /* 1706 */ MCD::OPC_FilterValue, 29, 76, 15, 0, // Skip to: 5627 /* 1711 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 1714 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 1752 /* 1719 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1722 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1737 /* 1727 */ MCD::OPC_CheckPredicate, 72, 55, 15, 0, // Skip to: 5627 /* 1732 */ MCD::OPC_Decode, 196, 17, 196, 3, // Opcode: VFMAS /* 1737 */ MCD::OPC_FilterValue, 1, 45, 15, 0, // Skip to: 5627 /* 1742 */ MCD::OPC_CheckPredicate, 72, 40, 15, 0, // Skip to: 5627 /* 1747 */ MCD::OPC_Decode, 207, 17, 196, 3, // Opcode: VFMSS /* 1752 */ MCD::OPC_FilterValue, 1, 30, 15, 0, // Skip to: 5627 /* 1757 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 1760 */ MCD::OPC_FilterValue, 0, 21, 0, 0, // Skip to: 1786 /* 1765 */ MCD::OPC_CheckPredicate, 32, 17, 15, 0, // Skip to: 5627 /* 1770 */ MCD::OPC_CheckField, 22, 1, 1, 10, 15, 0, // Skip to: 5627 /* 1777 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1781 */ MCD::OPC_Decode, 245, 21, 204, 3, // Opcode: VMSR_FPSID /* 1786 */ MCD::OPC_FilterValue, 1, 21, 0, 0, // Skip to: 1812 /* 1791 */ MCD::OPC_CheckPredicate, 33, 247, 14, 0, // Skip to: 5627 /* 1796 */ MCD::OPC_CheckField, 22, 1, 1, 240, 14, 0, // Skip to: 5627 /* 1803 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1807 */ MCD::OPC_Decode, 238, 21, 204, 3, // Opcode: VMSR /* 1812 */ MCD::OPC_FilterValue, 2, 21, 0, 0, // Skip to: 1838 /* 1817 */ MCD::OPC_CheckPredicate, 74, 221, 14, 0, // Skip to: 5627 /* 1822 */ MCD::OPC_CheckField, 22, 1, 1, 214, 14, 0, // Skip to: 5627 /* 1829 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1833 */ MCD::OPC_Decode, 244, 21, 204, 3, // Opcode: VMSR_FPSCR_NZCVQC /* 1838 */ MCD::OPC_FilterValue, 8, 21, 0, 0, // Skip to: 1864 /* 1843 */ MCD::OPC_CheckPredicate, 32, 195, 14, 0, // Skip to: 5627 /* 1848 */ MCD::OPC_CheckField, 22, 1, 1, 188, 14, 0, // Skip to: 5627 /* 1855 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1859 */ MCD::OPC_Decode, 241, 21, 204, 3, // Opcode: VMSR_FPEXC /* 1864 */ MCD::OPC_FilterValue, 9, 21, 0, 0, // Skip to: 1890 /* 1869 */ MCD::OPC_CheckPredicate, 32, 169, 14, 0, // Skip to: 5627 /* 1874 */ MCD::OPC_CheckField, 22, 1, 1, 162, 14, 0, // Skip to: 5627 /* 1881 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1885 */ MCD::OPC_Decode, 242, 21, 204, 3, // Opcode: VMSR_FPINST /* 1890 */ MCD::OPC_FilterValue, 10, 21, 0, 0, // Skip to: 1916 /* 1895 */ MCD::OPC_CheckPredicate, 32, 143, 14, 0, // Skip to: 5627 /* 1900 */ MCD::OPC_CheckField, 22, 1, 1, 136, 14, 0, // Skip to: 5627 /* 1907 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1911 */ MCD::OPC_Decode, 243, 21, 204, 3, // Opcode: VMSR_FPINST2 /* 1916 */ MCD::OPC_FilterValue, 12, 21, 0, 0, // Skip to: 1942 /* 1921 */ MCD::OPC_CheckPredicate, 23, 117, 14, 0, // Skip to: 5627 /* 1926 */ MCD::OPC_CheckField, 22, 1, 1, 110, 14, 0, // Skip to: 5627 /* 1933 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1937 */ MCD::OPC_Decode, 247, 21, 204, 3, // Opcode: VMSR_VPR /* 1942 */ MCD::OPC_FilterValue, 13, 21, 0, 0, // Skip to: 1968 /* 1947 */ MCD::OPC_CheckPredicate, 23, 91, 14, 0, // Skip to: 5627 /* 1952 */ MCD::OPC_CheckField, 22, 1, 1, 84, 14, 0, // Skip to: 5627 /* 1959 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1963 */ MCD::OPC_Decode, 246, 21, 204, 3, // Opcode: VMSR_P0 /* 1968 */ MCD::OPC_FilterValue, 14, 21, 0, 0, // Skip to: 1994 /* 1973 */ MCD::OPC_CheckPredicate, 71, 65, 14, 0, // Skip to: 5627 /* 1978 */ MCD::OPC_CheckField, 22, 1, 1, 58, 14, 0, // Skip to: 5627 /* 1985 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 1989 */ MCD::OPC_Decode, 239, 21, 204, 3, // Opcode: VMSR_FPCXTNS /* 1994 */ MCD::OPC_FilterValue, 15, 44, 14, 0, // Skip to: 5627 /* 1999 */ MCD::OPC_CheckPredicate, 71, 39, 14, 0, // Skip to: 5627 /* 2004 */ MCD::OPC_CheckField, 22, 1, 1, 32, 14, 0, // Skip to: 5627 /* 2011 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2015 */ MCD::OPC_Decode, 240, 21, 204, 3, // Opcode: VMSR_FPCXTS /* 2020 */ MCD::OPC_FilterValue, 3, 18, 14, 0, // Skip to: 5627 /* 2025 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 2028 */ MCD::OPC_FilterValue, 24, 31, 0, 0, // Skip to: 2064 /* 2033 */ MCD::OPC_CheckPredicate, 73, 5, 14, 0, // Skip to: 5627 /* 2038 */ MCD::OPC_CheckField, 22, 1, 0, 254, 13, 0, // Skip to: 5627 /* 2045 */ MCD::OPC_CheckField, 12, 4, 0, 247, 13, 0, // Skip to: 5627 /* 2052 */ MCD::OPC_CheckField, 0, 8, 0, 240, 13, 0, // Skip to: 5627 /* 2059 */ MCD::OPC_Decode, 227, 20, 202, 3, // Opcode: VLLDM /* 2064 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 2079 /* 2069 */ MCD::OPC_CheckPredicate, 33, 225, 13, 0, // Skip to: 5627 /* 2074 */ MCD::OPC_Decode, 205, 20, 203, 3, // Opcode: VLDMSIA_UPD /* 2079 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 2094 /* 2084 */ MCD::OPC_CheckPredicate, 33, 210, 13, 0, // Skip to: 5627 /* 2089 */ MCD::OPC_Decode, 203, 20, 203, 3, // Opcode: VLDMSDB_UPD /* 2094 */ MCD::OPC_FilterValue, 28, 47, 0, 0, // Skip to: 2146 /* 2099 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2102 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2124 /* 2107 */ MCD::OPC_CheckPredicate, 32, 187, 13, 0, // Skip to: 5627 /* 2112 */ MCD::OPC_CheckField, 4, 1, 0, 180, 13, 0, // Skip to: 5627 /* 2119 */ MCD::OPC_Decode, 159, 15, 197, 3, // Opcode: VADDS /* 2124 */ MCD::OPC_FilterValue, 1, 170, 13, 0, // Skip to: 5627 /* 2129 */ MCD::OPC_CheckPredicate, 32, 165, 13, 0, // Skip to: 5627 /* 2134 */ MCD::OPC_CheckField, 4, 1, 0, 158, 13, 0, // Skip to: 5627 /* 2141 */ MCD::OPC_Decode, 179, 28, 197, 3, // Opcode: VSUBS /* 2146 */ MCD::OPC_FilterValue, 29, 148, 13, 0, // Skip to: 5627 /* 2151 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 2154 */ MCD::OPC_FilterValue, 0, 7, 2, 0, // Skip to: 2678 /* 2159 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 2162 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2184 /* 2167 */ MCD::OPC_CheckPredicate, 75, 127, 13, 0, // Skip to: 5627 /* 2172 */ MCD::OPC_CheckField, 5, 1, 0, 120, 13, 0, // Skip to: 5627 /* 2179 */ MCD::OPC_Decode, 155, 5, 205, 3, // Opcode: FCONSTS /* 2184 */ MCD::OPC_FilterValue, 1, 242, 0, 0, // Skip to: 2431 /* 2189 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 2192 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2207 /* 2197 */ MCD::OPC_CheckPredicate, 33, 97, 13, 0, // Skip to: 5627 /* 2202 */ MCD::OPC_Decode, 212, 21, 191, 3, // Opcode: VMOVS /* 2207 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2222 /* 2212 */ MCD::OPC_CheckPredicate, 32, 82, 13, 0, // Skip to: 5627 /* 2217 */ MCD::OPC_Decode, 163, 22, 191, 3, // Opcode: VNEGS /* 2222 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2237 /* 2227 */ MCD::OPC_CheckPredicate, 76, 67, 13, 0, // Skip to: 5627 /* 2232 */ MCD::OPC_Decode, 210, 16, 191, 3, // Opcode: VCVTBHS /* 2237 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 2252 /* 2242 */ MCD::OPC_CheckPredicate, 76, 52, 13, 0, // Skip to: 5627 /* 2247 */ MCD::OPC_Decode, 211, 16, 191, 3, // Opcode: VCVTBSH /* 2252 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 2267 /* 2257 */ MCD::OPC_CheckPredicate, 32, 37, 13, 0, // Skip to: 5627 /* 2262 */ MCD::OPC_Decode, 188, 16, 191, 3, // Opcode: VCMPS /* 2267 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2296 /* 2272 */ MCD::OPC_CheckPredicate, 32, 22, 13, 0, // Skip to: 5627 /* 2277 */ MCD::OPC_CheckField, 5, 1, 0, 15, 13, 0, // Skip to: 5627 /* 2284 */ MCD::OPC_CheckField, 0, 4, 0, 8, 13, 0, // Skip to: 5627 /* 2291 */ MCD::OPC_Decode, 191, 16, 206, 3, // Opcode: VCMPZS /* 2296 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 2311 /* 2301 */ MCD::OPC_CheckPredicate, 77, 249, 12, 0, // Skip to: 5627 /* 2306 */ MCD::OPC_Decode, 218, 24, 191, 3, // Opcode: VRINTRS /* 2311 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 2326 /* 2316 */ MCD::OPC_CheckPredicate, 77, 234, 12, 0, // Skip to: 5627 /* 2321 */ MCD::OPC_Decode, 225, 24, 191, 3, // Opcode: VRINTXS /* 2326 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 2341 /* 2331 */ MCD::OPC_CheckPredicate, 32, 219, 12, 0, // Skip to: 5627 /* 2336 */ MCD::OPC_Decode, 129, 29, 191, 3, // Opcode: VUITOS /* 2341 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 2356 /* 2346 */ MCD::OPC_CheckPredicate, 32, 204, 12, 0, // Skip to: 5627 /* 2351 */ MCD::OPC_Decode, 244, 25, 190, 3, // Opcode: VSHTOS /* 2356 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 2371 /* 2361 */ MCD::OPC_CheckPredicate, 32, 189, 12, 0, // Skip to: 5627 /* 2366 */ MCD::OPC_Decode, 254, 28, 190, 3, // Opcode: VUHTOS /* 2371 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 2386 /* 2376 */ MCD::OPC_CheckPredicate, 32, 174, 12, 0, // Skip to: 5627 /* 2381 */ MCD::OPC_Decode, 229, 28, 191, 3, // Opcode: VTOUIRS /* 2386 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2401 /* 2391 */ MCD::OPC_CheckPredicate, 32, 159, 12, 0, // Skip to: 5627 /* 2396 */ MCD::OPC_Decode, 217, 28, 191, 3, // Opcode: VTOSIRS /* 2401 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 2416 /* 2406 */ MCD::OPC_CheckPredicate, 32, 144, 12, 0, // Skip to: 5627 /* 2411 */ MCD::OPC_Decode, 214, 28, 190, 3, // Opcode: VTOSHS /* 2416 */ MCD::OPC_FilterValue, 15, 134, 12, 0, // Skip to: 5627 /* 2421 */ MCD::OPC_CheckPredicate, 32, 129, 12, 0, // Skip to: 5627 /* 2426 */ MCD::OPC_Decode, 226, 28, 190, 3, // Opcode: VTOUHS /* 2431 */ MCD::OPC_FilterValue, 3, 119, 12, 0, // Skip to: 5627 /* 2436 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 2439 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2454 /* 2444 */ MCD::OPC_CheckPredicate, 32, 106, 12, 0, // Skip to: 5627 /* 2449 */ MCD::OPC_Decode, 129, 15, 191, 3, // Opcode: VABSS /* 2454 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2469 /* 2459 */ MCD::OPC_CheckPredicate, 32, 91, 12, 0, // Skip to: 5627 /* 2464 */ MCD::OPC_Decode, 133, 26, 191, 3, // Opcode: VSQRTS /* 2469 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2484 /* 2474 */ MCD::OPC_CheckPredicate, 76, 76, 12, 0, // Skip to: 5627 /* 2479 */ MCD::OPC_Decode, 130, 17, 191, 3, // Opcode: VCVTTHS /* 2484 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 2499 /* 2489 */ MCD::OPC_CheckPredicate, 76, 61, 12, 0, // Skip to: 5627 /* 2494 */ MCD::OPC_Decode, 131, 17, 191, 3, // Opcode: VCVTTSH /* 2499 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 2514 /* 2504 */ MCD::OPC_CheckPredicate, 32, 46, 12, 0, // Skip to: 5627 /* 2509 */ MCD::OPC_Decode, 183, 16, 191, 3, // Opcode: VCMPES /* 2514 */ MCD::OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2543 /* 2519 */ MCD::OPC_CheckPredicate, 32, 31, 12, 0, // Skip to: 5627 /* 2524 */ MCD::OPC_CheckField, 5, 1, 0, 24, 12, 0, // Skip to: 5627 /* 2531 */ MCD::OPC_CheckField, 0, 4, 0, 17, 12, 0, // Skip to: 5627 /* 2538 */ MCD::OPC_Decode, 186, 16, 206, 3, // Opcode: VCMPEZS /* 2543 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 2558 /* 2548 */ MCD::OPC_CheckPredicate, 77, 2, 12, 0, // Skip to: 5627 /* 2553 */ MCD::OPC_Decode, 232, 24, 191, 3, // Opcode: VRINTZS /* 2558 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 2573 /* 2563 */ MCD::OPC_CheckPredicate, 78, 243, 11, 0, // Skip to: 5627 /* 2568 */ MCD::OPC_Decode, 212, 16, 207, 3, // Opcode: VCVTDS /* 2573 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 2588 /* 2578 */ MCD::OPC_CheckPredicate, 32, 228, 11, 0, // Skip to: 5627 /* 2583 */ MCD::OPC_Decode, 247, 25, 191, 3, // Opcode: VSITOS /* 2588 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 2603 /* 2593 */ MCD::OPC_CheckPredicate, 32, 213, 11, 0, // Skip to: 5627 /* 2598 */ MCD::OPC_Decode, 130, 26, 190, 3, // Opcode: VSLTOS /* 2603 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 2618 /* 2608 */ MCD::OPC_CheckPredicate, 32, 198, 11, 0, // Skip to: 5627 /* 2613 */ MCD::OPC_Decode, 132, 29, 190, 3, // Opcode: VULTOS /* 2618 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 2633 /* 2623 */ MCD::OPC_CheckPredicate, 32, 183, 11, 0, // Skip to: 5627 /* 2628 */ MCD::OPC_Decode, 232, 28, 191, 3, // Opcode: VTOUIZS /* 2633 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2648 /* 2638 */ MCD::OPC_CheckPredicate, 32, 168, 11, 0, // Skip to: 5627 /* 2643 */ MCD::OPC_Decode, 220, 28, 191, 3, // Opcode: VTOSIZS /* 2648 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 2663 /* 2653 */ MCD::OPC_CheckPredicate, 32, 153, 11, 0, // Skip to: 5627 /* 2658 */ MCD::OPC_Decode, 223, 28, 190, 3, // Opcode: VTOSLS /* 2663 */ MCD::OPC_FilterValue, 15, 143, 11, 0, // Skip to: 5627 /* 2668 */ MCD::OPC_CheckPredicate, 32, 138, 11, 0, // Skip to: 5627 /* 2673 */ MCD::OPC_Decode, 235, 28, 190, 3, // Opcode: VTOULS /* 2678 */ MCD::OPC_FilterValue, 1, 128, 11, 0, // Skip to: 5627 /* 2683 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 2686 */ MCD::OPC_FilterValue, 0, 21, 0, 0, // Skip to: 2712 /* 2691 */ MCD::OPC_CheckPredicate, 32, 115, 11, 0, // Skip to: 5627 /* 2696 */ MCD::OPC_CheckField, 22, 1, 1, 108, 11, 0, // Skip to: 5627 /* 2703 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2707 */ MCD::OPC_Decode, 232, 21, 204, 3, // Opcode: VMRS_FPSID /* 2712 */ MCD::OPC_FilterValue, 1, 43, 0, 0, // Skip to: 2760 /* 2717 */ MCD::OPC_ExtractField, 22, 1, // Inst{22} ... /* 2720 */ MCD::OPC_FilterValue, 1, 86, 11, 0, // Skip to: 5627 /* 2725 */ MCD::OPC_CheckPredicate, 33, 16, 0, 0, // Skip to: 2746 /* 2730 */ MCD::OPC_CheckField, 12, 4, 15, 9, 0, 0, // Skip to: 2746 /* 2737 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2741 */ MCD::OPC_Decode, 159, 5, 204, 3, // Opcode: FMSTAT /* 2746 */ MCD::OPC_CheckPredicate, 33, 60, 11, 0, // Skip to: 5627 /* 2751 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2755 */ MCD::OPC_Decode, 225, 21, 204, 3, // Opcode: VMRS /* 2760 */ MCD::OPC_FilterValue, 2, 21, 0, 0, // Skip to: 2786 /* 2765 */ MCD::OPC_CheckPredicate, 74, 41, 11, 0, // Skip to: 5627 /* 2770 */ MCD::OPC_CheckField, 22, 1, 1, 34, 11, 0, // Skip to: 5627 /* 2777 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2781 */ MCD::OPC_Decode, 231, 21, 204, 3, // Opcode: VMRS_FPSCR_NZCVQC /* 2786 */ MCD::OPC_FilterValue, 5, 21, 0, 0, // Skip to: 2812 /* 2791 */ MCD::OPC_CheckPredicate, 77, 15, 11, 0, // Skip to: 5627 /* 2796 */ MCD::OPC_CheckField, 22, 1, 1, 8, 11, 0, // Skip to: 5627 /* 2803 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2807 */ MCD::OPC_Decode, 235, 21, 204, 3, // Opcode: VMRS_MVFR2 /* 2812 */ MCD::OPC_FilterValue, 6, 21, 0, 0, // Skip to: 2838 /* 2817 */ MCD::OPC_CheckPredicate, 32, 245, 10, 0, // Skip to: 5627 /* 2822 */ MCD::OPC_CheckField, 22, 1, 1, 238, 10, 0, // Skip to: 5627 /* 2829 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2833 */ MCD::OPC_Decode, 234, 21, 204, 3, // Opcode: VMRS_MVFR1 /* 2838 */ MCD::OPC_FilterValue, 7, 21, 0, 0, // Skip to: 2864 /* 2843 */ MCD::OPC_CheckPredicate, 32, 219, 10, 0, // Skip to: 5627 /* 2848 */ MCD::OPC_CheckField, 22, 1, 1, 212, 10, 0, // Skip to: 5627 /* 2855 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2859 */ MCD::OPC_Decode, 233, 21, 204, 3, // Opcode: VMRS_MVFR0 /* 2864 */ MCD::OPC_FilterValue, 8, 21, 0, 0, // Skip to: 2890 /* 2869 */ MCD::OPC_CheckPredicate, 32, 193, 10, 0, // Skip to: 5627 /* 2874 */ MCD::OPC_CheckField, 22, 1, 1, 186, 10, 0, // Skip to: 5627 /* 2881 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2885 */ MCD::OPC_Decode, 228, 21, 204, 3, // Opcode: VMRS_FPEXC /* 2890 */ MCD::OPC_FilterValue, 9, 21, 0, 0, // Skip to: 2916 /* 2895 */ MCD::OPC_CheckPredicate, 32, 167, 10, 0, // Skip to: 5627 /* 2900 */ MCD::OPC_CheckField, 22, 1, 1, 160, 10, 0, // Skip to: 5627 /* 2907 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2911 */ MCD::OPC_Decode, 229, 21, 204, 3, // Opcode: VMRS_FPINST /* 2916 */ MCD::OPC_FilterValue, 10, 21, 0, 0, // Skip to: 2942 /* 2921 */ MCD::OPC_CheckPredicate, 32, 141, 10, 0, // Skip to: 5627 /* 2926 */ MCD::OPC_CheckField, 22, 1, 1, 134, 10, 0, // Skip to: 5627 /* 2933 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2937 */ MCD::OPC_Decode, 230, 21, 204, 3, // Opcode: VMRS_FPINST2 /* 2942 */ MCD::OPC_FilterValue, 12, 21, 0, 0, // Skip to: 2968 /* 2947 */ MCD::OPC_CheckPredicate, 23, 115, 10, 0, // Skip to: 5627 /* 2952 */ MCD::OPC_CheckField, 22, 1, 1, 108, 10, 0, // Skip to: 5627 /* 2959 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2963 */ MCD::OPC_Decode, 237, 21, 204, 3, // Opcode: VMRS_VPR /* 2968 */ MCD::OPC_FilterValue, 13, 21, 0, 0, // Skip to: 2994 /* 2973 */ MCD::OPC_CheckPredicate, 23, 89, 10, 0, // Skip to: 5627 /* 2978 */ MCD::OPC_CheckField, 22, 1, 1, 82, 10, 0, // Skip to: 5627 /* 2985 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 2989 */ MCD::OPC_Decode, 236, 21, 204, 3, // Opcode: VMRS_P0 /* 2994 */ MCD::OPC_FilterValue, 14, 21, 0, 0, // Skip to: 3020 /* 2999 */ MCD::OPC_CheckPredicate, 71, 63, 10, 0, // Skip to: 5627 /* 3004 */ MCD::OPC_CheckField, 22, 1, 1, 56, 10, 0, // Skip to: 5627 /* 3011 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 3015 */ MCD::OPC_Decode, 226, 21, 204, 3, // Opcode: VMRS_FPCXTNS /* 3020 */ MCD::OPC_FilterValue, 15, 42, 10, 0, // Skip to: 5627 /* 3025 */ MCD::OPC_CheckPredicate, 71, 37, 10, 0, // Skip to: 5627 /* 3030 */ MCD::OPC_CheckField, 22, 1, 1, 30, 10, 0, // Skip to: 5627 /* 3037 */ MCD::OPC_SoftFail, 239, 1 /* 0xef */, 0, /* 3041 */ MCD::OPC_Decode, 227, 21, 204, 3, // Opcode: VMRS_FPCXTS /* 3046 */ MCD::OPC_FilterValue, 11, 252, 5, 0, // Skip to: 4583 /* 3051 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 3054 */ MCD::OPC_FilterValue, 0, 196, 0, 0, // Skip to: 3255 /* 3059 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 3062 */ MCD::OPC_FilterValue, 12, 84, 0, 0, // Skip to: 3151 /* 3067 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 3070 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 3106 /* 3075 */ MCD::OPC_CheckPredicate, 33, 243, 9, 0, // Skip to: 5627 /* 3080 */ MCD::OPC_CheckField, 22, 1, 1, 236, 9, 0, // Skip to: 5627 /* 3087 */ MCD::OPC_CheckField, 6, 2, 0, 229, 9, 0, // Skip to: 5627 /* 3094 */ MCD::OPC_CheckField, 4, 1, 1, 222, 9, 0, // Skip to: 5627 /* 3101 */ MCD::OPC_Decode, 196, 21, 208, 3, // Opcode: VMOVDRR /* 3106 */ MCD::OPC_FilterValue, 1, 212, 9, 0, // Skip to: 5627 /* 3111 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3114 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3129 /* 3119 */ MCD::OPC_CheckPredicate, 33, 199, 9, 0, // Skip to: 5627 /* 3124 */ MCD::OPC_Decode, 141, 28, 209, 3, // Opcode: VSTMDIA /* 3129 */ MCD::OPC_FilterValue, 1, 189, 9, 0, // Skip to: 5627 /* 3134 */ MCD::OPC_CheckPredicate, 33, 184, 9, 0, // Skip to: 5627 /* 3139 */ MCD::OPC_CheckField, 22, 1, 0, 177, 9, 0, // Skip to: 5627 /* 3146 */ MCD::OPC_Decode, 161, 5, 210, 3, // Opcode: FSTMXIA /* 3151 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3166 /* 3156 */ MCD::OPC_CheckPredicate, 33, 162, 9, 0, // Skip to: 5627 /* 3161 */ MCD::OPC_Decode, 147, 28, 211, 3, // Opcode: VSTRD /* 3166 */ MCD::OPC_FilterValue, 14, 152, 9, 0, // Skip to: 5627 /* 3171 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3174 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 3226 /* 3179 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 3182 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3204 /* 3187 */ MCD::OPC_CheckPredicate, 78, 131, 9, 0, // Skip to: 5627 /* 3192 */ MCD::OPC_CheckField, 4, 1, 0, 124, 9, 0, // Skip to: 5627 /* 3199 */ MCD::OPC_Decode, 133, 21, 212, 3, // Opcode: VMLAD /* 3204 */ MCD::OPC_FilterValue, 1, 114, 9, 0, // Skip to: 5627 /* 3209 */ MCD::OPC_CheckPredicate, 78, 109, 9, 0, // Skip to: 5627 /* 3214 */ MCD::OPC_CheckField, 4, 1, 0, 102, 9, 0, // Skip to: 5627 /* 3221 */ MCD::OPC_Decode, 166, 17, 213, 3, // Opcode: VDIVD /* 3226 */ MCD::OPC_FilterValue, 1, 92, 9, 0, // Skip to: 5627 /* 3231 */ MCD::OPC_CheckPredicate, 78, 87, 9, 0, // Skip to: 5627 /* 3236 */ MCD::OPC_CheckField, 23, 1, 0, 80, 9, 0, // Skip to: 5627 /* 3243 */ MCD::OPC_CheckField, 4, 1, 0, 73, 9, 0, // Skip to: 5627 /* 3250 */ MCD::OPC_Decode, 164, 21, 212, 3, // Opcode: VMLSD /* 3255 */ MCD::OPC_FilterValue, 1, 243, 0, 0, // Skip to: 3503 /* 3260 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 3263 */ MCD::OPC_FilterValue, 12, 108, 0, 0, // Skip to: 3376 /* 3268 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 3271 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 3307 /* 3276 */ MCD::OPC_CheckPredicate, 33, 42, 9, 0, // Skip to: 5627 /* 3281 */ MCD::OPC_CheckField, 22, 1, 1, 35, 9, 0, // Skip to: 5627 /* 3288 */ MCD::OPC_CheckField, 6, 2, 0, 28, 9, 0, // Skip to: 5627 /* 3295 */ MCD::OPC_CheckField, 4, 1, 1, 21, 9, 0, // Skip to: 5627 /* 3302 */ MCD::OPC_Decode, 209, 21, 214, 3, // Opcode: VMOVRRD /* 3307 */ MCD::OPC_FilterValue, 1, 11, 9, 0, // Skip to: 5627 /* 3312 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3315 */ MCD::OPC_FilterValue, 0, 34, 0, 0, // Skip to: 3354 /* 3320 */ MCD::OPC_CheckPredicate, 71, 19, 0, 0, // Skip to: 3344 /* 3325 */ MCD::OPC_CheckField, 28, 4, 14, 12, 0, 0, // Skip to: 3344 /* 3332 */ MCD::OPC_CheckField, 16, 4, 15, 5, 0, 0, // Skip to: 3344 /* 3339 */ MCD::OPC_Decode, 169, 25, 200, 3, // Opcode: VSCCLRMD /* 3344 */ MCD::OPC_CheckPredicate, 33, 230, 8, 0, // Skip to: 5627 /* 3349 */ MCD::OPC_Decode, 200, 20, 209, 3, // Opcode: VLDMDIA /* 3354 */ MCD::OPC_FilterValue, 1, 220, 8, 0, // Skip to: 5627 /* 3359 */ MCD::OPC_CheckPredicate, 33, 215, 8, 0, // Skip to: 5627 /* 3364 */ MCD::OPC_CheckField, 22, 1, 0, 208, 8, 0, // Skip to: 5627 /* 3371 */ MCD::OPC_Decode, 157, 5, 210, 3, // Opcode: FLDMXIA /* 3376 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 3391 /* 3381 */ MCD::OPC_CheckPredicate, 33, 193, 8, 0, // Skip to: 5627 /* 3386 */ MCD::OPC_Decode, 206, 20, 211, 3, // Opcode: VLDRD /* 3391 */ MCD::OPC_FilterValue, 14, 183, 8, 0, // Skip to: 5627 /* 3396 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3399 */ MCD::OPC_FilterValue, 0, 47, 0, 0, // Skip to: 3451 /* 3404 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 3407 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3429 /* 3412 */ MCD::OPC_CheckPredicate, 78, 162, 8, 0, // Skip to: 5627 /* 3417 */ MCD::OPC_CheckField, 4, 1, 0, 155, 8, 0, // Skip to: 5627 /* 3424 */ MCD::OPC_Decode, 177, 22, 212, 3, // Opcode: VNMLSD /* 3429 */ MCD::OPC_FilterValue, 1, 145, 8, 0, // Skip to: 5627 /* 3434 */ MCD::OPC_CheckPredicate, 79, 140, 8, 0, // Skip to: 5627 /* 3439 */ MCD::OPC_CheckField, 4, 1, 0, 133, 8, 0, // Skip to: 5627 /* 3446 */ MCD::OPC_Decode, 215, 17, 212, 3, // Opcode: VFNMSD /* 3451 */ MCD::OPC_FilterValue, 1, 123, 8, 0, // Skip to: 5627 /* 3456 */ MCD::OPC_ExtractField, 23, 1, // Inst{23} ... /* 3459 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3481 /* 3464 */ MCD::OPC_CheckPredicate, 78, 110, 8, 0, // Skip to: 5627 /* 3469 */ MCD::OPC_CheckField, 4, 1, 0, 103, 8, 0, // Skip to: 5627 /* 3476 */ MCD::OPC_Decode, 174, 22, 212, 3, // Opcode: VNMLAD /* 3481 */ MCD::OPC_FilterValue, 1, 93, 8, 0, // Skip to: 5627 /* 3486 */ MCD::OPC_CheckPredicate, 79, 88, 8, 0, // Skip to: 5627 /* 3491 */ MCD::OPC_CheckField, 4, 1, 0, 81, 8, 0, // Skip to: 5627 /* 3498 */ MCD::OPC_Decode, 212, 17, 212, 3, // Opcode: VFNMAD /* 3503 */ MCD::OPC_FilterValue, 2, 197, 0, 0, // Skip to: 3705 /* 3508 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 3511 */ MCD::OPC_FilterValue, 25, 40, 0, 0, // Skip to: 3556 /* 3516 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3519 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3534 /* 3524 */ MCD::OPC_CheckPredicate, 33, 50, 8, 0, // Skip to: 5627 /* 3529 */ MCD::OPC_Decode, 142, 28, 215, 3, // Opcode: VSTMDIA_UPD /* 3534 */ MCD::OPC_FilterValue, 1, 40, 8, 0, // Skip to: 5627 /* 3539 */ MCD::OPC_CheckPredicate, 33, 35, 8, 0, // Skip to: 5627 /* 3544 */ MCD::OPC_CheckField, 22, 1, 0, 28, 8, 0, // Skip to: 5627 /* 3551 */ MCD::OPC_Decode, 162, 5, 216, 3, // Opcode: FSTMXIA_UPD /* 3556 */ MCD::OPC_FilterValue, 26, 40, 0, 0, // Skip to: 3601 /* 3561 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3564 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3579 /* 3569 */ MCD::OPC_CheckPredicate, 33, 5, 8, 0, // Skip to: 5627 /* 3574 */ MCD::OPC_Decode, 140, 28, 215, 3, // Opcode: VSTMDDB_UPD /* 3579 */ MCD::OPC_FilterValue, 1, 251, 7, 0, // Skip to: 5627 /* 3584 */ MCD::OPC_CheckPredicate, 33, 246, 7, 0, // Skip to: 5627 /* 3589 */ MCD::OPC_CheckField, 22, 1, 0, 239, 7, 0, // Skip to: 5627 /* 3596 */ MCD::OPC_Decode, 160, 5, 216, 3, // Opcode: FSTMXDB_UPD /* 3601 */ MCD::OPC_FilterValue, 28, 47, 0, 0, // Skip to: 3653 /* 3606 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3609 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3631 /* 3614 */ MCD::OPC_CheckPredicate, 78, 216, 7, 0, // Skip to: 5627 /* 3619 */ MCD::OPC_CheckField, 4, 1, 0, 209, 7, 0, // Skip to: 5627 /* 3626 */ MCD::OPC_Decode, 248, 21, 213, 3, // Opcode: VMULD /* 3631 */ MCD::OPC_FilterValue, 1, 199, 7, 0, // Skip to: 5627 /* 3636 */ MCD::OPC_CheckPredicate, 78, 194, 7, 0, // Skip to: 5627 /* 3641 */ MCD::OPC_CheckField, 4, 1, 0, 187, 7, 0, // Skip to: 5627 /* 3648 */ MCD::OPC_Decode, 180, 22, 213, 3, // Opcode: VNMULD /* 3653 */ MCD::OPC_FilterValue, 29, 177, 7, 0, // Skip to: 5627 /* 3658 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3661 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3683 /* 3666 */ MCD::OPC_CheckPredicate, 79, 164, 7, 0, // Skip to: 5627 /* 3671 */ MCD::OPC_CheckField, 4, 1, 0, 157, 7, 0, // Skip to: 5627 /* 3678 */ MCD::OPC_Decode, 190, 17, 212, 3, // Opcode: VFMAD /* 3683 */ MCD::OPC_FilterValue, 1, 147, 7, 0, // Skip to: 5627 /* 3688 */ MCD::OPC_CheckPredicate, 79, 142, 7, 0, // Skip to: 5627 /* 3693 */ MCD::OPC_CheckField, 4, 1, 0, 135, 7, 0, // Skip to: 5627 /* 3700 */ MCD::OPC_Decode, 201, 17, 212, 3, // Opcode: VFMSD /* 3705 */ MCD::OPC_FilterValue, 3, 125, 7, 0, // Skip to: 5627 /* 3710 */ MCD::OPC_ExtractField, 23, 5, // Inst{27-23} ... /* 3713 */ MCD::OPC_FilterValue, 25, 40, 0, 0, // Skip to: 3758 /* 3718 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3721 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3736 /* 3726 */ MCD::OPC_CheckPredicate, 33, 104, 7, 0, // Skip to: 5627 /* 3731 */ MCD::OPC_Decode, 201, 20, 215, 3, // Opcode: VLDMDIA_UPD /* 3736 */ MCD::OPC_FilterValue, 1, 94, 7, 0, // Skip to: 5627 /* 3741 */ MCD::OPC_CheckPredicate, 33, 89, 7, 0, // Skip to: 5627 /* 3746 */ MCD::OPC_CheckField, 22, 1, 0, 82, 7, 0, // Skip to: 5627 /* 3753 */ MCD::OPC_Decode, 158, 5, 216, 3, // Opcode: FLDMXIA_UPD /* 3758 */ MCD::OPC_FilterValue, 26, 40, 0, 0, // Skip to: 3803 /* 3763 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... /* 3766 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3781 /* 3771 */ MCD::OPC_CheckPredicate, 33, 59, 7, 0, // Skip to: 5627 /* 3776 */ MCD::OPC_Decode, 199, 20, 215, 3, // Opcode: VLDMDDB_UPD /* 3781 */ MCD::OPC_FilterValue, 1, 49, 7, 0, // Skip to: 5627 /* 3786 */ MCD::OPC_CheckPredicate, 33, 44, 7, 0, // Skip to: 5627 /* 3791 */ MCD::OPC_CheckField, 22, 1, 0, 37, 7, 0, // Skip to: 5627 /* 3798 */ MCD::OPC_Decode, 156, 5, 216, 3, // Opcode: FLDMXDB_UPD /* 3803 */ MCD::OPC_FilterValue, 28, 47, 0, 0, // Skip to: 3855 /* 3808 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 3811 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3833 /* 3816 */ MCD::OPC_CheckPredicate, 78, 14, 7, 0, // Skip to: 5627 /* 3821 */ MCD::OPC_CheckField, 4, 1, 0, 7, 7, 0, // Skip to: 5627 /* 3828 */ MCD::OPC_Decode, 148, 15, 213, 3, // Opcode: VADDD /* 3833 */ MCD::OPC_FilterValue, 1, 253, 6, 0, // Skip to: 5627 /* 3838 */ MCD::OPC_CheckPredicate, 78, 248, 6, 0, // Skip to: 5627 /* 3843 */ MCD::OPC_CheckField, 4, 1, 0, 241, 6, 0, // Skip to: 5627 /* 3850 */ MCD::OPC_Decode, 168, 28, 213, 3, // Opcode: VSUBD /* 3855 */ MCD::OPC_FilterValue, 29, 231, 6, 0, // Skip to: 5627 /* 3860 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 3863 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3885 /* 3868 */ MCD::OPC_CheckPredicate, 80, 218, 6, 0, // Skip to: 5627 /* 3873 */ MCD::OPC_CheckField, 4, 2, 0, 211, 6, 0, // Skip to: 5627 /* 3880 */ MCD::OPC_Decode, 153, 5, 217, 3, // Opcode: FCONSTD /* 3885 */ MCD::OPC_FilterValue, 1, 77, 1, 0, // Skip to: 4223 /* 3890 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 3893 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3915 /* 3898 */ MCD::OPC_CheckPredicate, 81, 188, 6, 0, // Skip to: 5627 /* 3903 */ MCD::OPC_CheckField, 4, 1, 0, 181, 6, 0, // Skip to: 5627 /* 3910 */ MCD::OPC_Decode, 195, 21, 218, 3, // Opcode: VMOVD /* 3915 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3937 /* 3920 */ MCD::OPC_CheckPredicate, 78, 166, 6, 0, // Skip to: 5627 /* 3925 */ MCD::OPC_CheckField, 4, 1, 0, 159, 6, 0, // Skip to: 5627 /* 3932 */ MCD::OPC_Decode, 161, 22, 218, 3, // Opcode: VNEGD /* 3937 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3959 /* 3942 */ MCD::OPC_CheckPredicate, 82, 144, 6, 0, // Skip to: 5627 /* 3947 */ MCD::OPC_CheckField, 4, 1, 0, 137, 6, 0, // Skip to: 5627 /* 3954 */ MCD::OPC_Decode, 209, 16, 207, 3, // Opcode: VCVTBHD /* 3959 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3981 /* 3964 */ MCD::OPC_CheckPredicate, 82, 122, 6, 0, // Skip to: 5627 /* 3969 */ MCD::OPC_CheckField, 4, 1, 0, 115, 6, 0, // Skip to: 5627 /* 3976 */ MCD::OPC_Decode, 208, 16, 219, 3, // Opcode: VCVTBDH /* 3981 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4003 /* 3986 */ MCD::OPC_CheckPredicate, 78, 100, 6, 0, // Skip to: 5627 /* 3991 */ MCD::OPC_CheckField, 4, 1, 0, 93, 6, 0, // Skip to: 5627 /* 3998 */ MCD::OPC_Decode, 180, 16, 218, 3, // Opcode: VCMPD /* 4003 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4025 /* 4008 */ MCD::OPC_CheckPredicate, 78, 78, 6, 0, // Skip to: 5627 /* 4013 */ MCD::OPC_CheckField, 0, 6, 0, 71, 6, 0, // Skip to: 5627 /* 4020 */ MCD::OPC_Decode, 189, 16, 220, 3, // Opcode: VCMPZD /* 4025 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 4047 /* 4030 */ MCD::OPC_CheckPredicate, 82, 56, 6, 0, // Skip to: 5627 /* 4035 */ MCD::OPC_CheckField, 4, 1, 0, 49, 6, 0, // Skip to: 5627 /* 4042 */ MCD::OPC_Decode, 216, 24, 218, 3, // Opcode: VRINTRD /* 4047 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 4069 /* 4052 */ MCD::OPC_CheckPredicate, 82, 34, 6, 0, // Skip to: 5627 /* 4057 */ MCD::OPC_CheckField, 4, 1, 0, 27, 6, 0, // Skip to: 5627 /* 4064 */ MCD::OPC_Decode, 219, 24, 218, 3, // Opcode: VRINTXD /* 4069 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 4091 /* 4074 */ MCD::OPC_CheckPredicate, 78, 12, 6, 0, // Skip to: 5627 /* 4079 */ MCD::OPC_CheckField, 4, 1, 0, 5, 6, 0, // Skip to: 5627 /* 4086 */ MCD::OPC_Decode, 255, 28, 207, 3, // Opcode: VUITOD /* 4091 */ MCD::OPC_FilterValue, 10, 17, 0, 0, // Skip to: 4113 /* 4096 */ MCD::OPC_CheckPredicate, 78, 246, 5, 0, // Skip to: 5627 /* 4101 */ MCD::OPC_CheckField, 4, 1, 0, 239, 5, 0, // Skip to: 5627 /* 4108 */ MCD::OPC_Decode, 242, 25, 221, 3, // Opcode: VSHTOD /* 4113 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 4135 /* 4118 */ MCD::OPC_CheckPredicate, 78, 224, 5, 0, // Skip to: 5627 /* 4123 */ MCD::OPC_CheckField, 4, 1, 0, 217, 5, 0, // Skip to: 5627 /* 4130 */ MCD::OPC_Decode, 252, 28, 221, 3, // Opcode: VUHTOD /* 4135 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4157 /* 4140 */ MCD::OPC_CheckPredicate, 78, 202, 5, 0, // Skip to: 5627 /* 4145 */ MCD::OPC_CheckField, 4, 1, 0, 195, 5, 0, // Skip to: 5627 /* 4152 */ MCD::OPC_Decode, 227, 28, 219, 3, // Opcode: VTOUIRD /* 4157 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 4179 /* 4162 */ MCD::OPC_CheckPredicate, 78, 180, 5, 0, // Skip to: 5627 /* 4167 */ MCD::OPC_CheckField, 4, 1, 0, 173, 5, 0, // Skip to: 5627 /* 4174 */ MCD::OPC_Decode, 215, 28, 219, 3, // Opcode: VTOSIRD /* 4179 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 4201 /* 4184 */ MCD::OPC_CheckPredicate, 78, 158, 5, 0, // Skip to: 5627 /* 4189 */ MCD::OPC_CheckField, 4, 1, 0, 151, 5, 0, // Skip to: 5627 /* 4196 */ MCD::OPC_Decode, 212, 28, 221, 3, // Opcode: VTOSHD /* 4201 */ MCD::OPC_FilterValue, 15, 141, 5, 0, // Skip to: 5627 /* 4206 */ MCD::OPC_CheckPredicate, 78, 136, 5, 0, // Skip to: 5627 /* 4211 */ MCD::OPC_CheckField, 4, 1, 0, 129, 5, 0, // Skip to: 5627 /* 4218 */ MCD::OPC_Decode, 224, 28, 221, 3, // Opcode: VTOUHD /* 4223 */ MCD::OPC_FilterValue, 3, 119, 5, 0, // Skip to: 5627 /* 4228 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 4231 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4253 /* 4236 */ MCD::OPC_CheckPredicate, 78, 106, 5, 0, // Skip to: 5627 /* 4241 */ MCD::OPC_CheckField, 4, 1, 0, 99, 5, 0, // Skip to: 5627 /* 4248 */ MCD::OPC_Decode, 255, 14, 218, 3, // Opcode: VABSD /* 4253 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4275 /* 4258 */ MCD::OPC_CheckPredicate, 78, 84, 5, 0, // Skip to: 5627 /* 4263 */ MCD::OPC_CheckField, 4, 1, 0, 77, 5, 0, // Skip to: 5627 /* 4270 */ MCD::OPC_Decode, 131, 26, 218, 3, // Opcode: VSQRTD /* 4275 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 4297 /* 4280 */ MCD::OPC_CheckPredicate, 82, 62, 5, 0, // Skip to: 5627 /* 4285 */ MCD::OPC_CheckField, 4, 1, 0, 55, 5, 0, // Skip to: 5627 /* 4292 */ MCD::OPC_Decode, 129, 17, 207, 3, // Opcode: VCVTTHD /* 4297 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4319 /* 4302 */ MCD::OPC_CheckPredicate, 82, 40, 5, 0, // Skip to: 5627 /* 4307 */ MCD::OPC_CheckField, 4, 1, 0, 33, 5, 0, // Skip to: 5627 /* 4314 */ MCD::OPC_Decode, 128, 17, 219, 3, // Opcode: VCVTTDH /* 4319 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4341 /* 4324 */ MCD::OPC_CheckPredicate, 78, 18, 5, 0, // Skip to: 5627 /* 4329 */ MCD::OPC_CheckField, 4, 1, 0, 11, 5, 0, // Skip to: 5627 /* 4336 */ MCD::OPC_Decode, 181, 16, 218, 3, // Opcode: VCMPED /* 4341 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4363 /* 4346 */ MCD::OPC_CheckPredicate, 78, 252, 4, 0, // Skip to: 5627 /* 4351 */ MCD::OPC_CheckField, 0, 6, 0, 245, 4, 0, // Skip to: 5627 /* 4358 */ MCD::OPC_Decode, 184, 16, 220, 3, // Opcode: VCMPEZD /* 4363 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 4385 /* 4368 */ MCD::OPC_CheckPredicate, 82, 230, 4, 0, // Skip to: 5627 /* 4373 */ MCD::OPC_CheckField, 4, 1, 0, 223, 4, 0, // Skip to: 5627 /* 4380 */ MCD::OPC_Decode, 226, 24, 218, 3, // Opcode: VRINTZD /* 4385 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 4407 /* 4390 */ MCD::OPC_CheckPredicate, 78, 208, 4, 0, // Skip to: 5627 /* 4395 */ MCD::OPC_CheckField, 4, 1, 0, 201, 4, 0, // Skip to: 5627 /* 4402 */ MCD::OPC_Decode, 255, 16, 219, 3, // Opcode: VCVTSD /* 4407 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 4429 /* 4412 */ MCD::OPC_CheckPredicate, 78, 186, 4, 0, // Skip to: 5627 /* 4417 */ MCD::OPC_CheckField, 4, 1, 0, 179, 4, 0, // Skip to: 5627 /* 4424 */ MCD::OPC_Decode, 245, 25, 207, 3, // Opcode: VSITOD /* 4429 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 4451 /* 4434 */ MCD::OPC_CheckPredicate, 83, 164, 4, 0, // Skip to: 5627 /* 4439 */ MCD::OPC_CheckField, 4, 1, 0, 157, 4, 0, // Skip to: 5627 /* 4446 */ MCD::OPC_Decode, 254, 17, 219, 3, // Opcode: VJCVT /* 4451 */ MCD::OPC_FilterValue, 10, 17, 0, 0, // Skip to: 4473 /* 4456 */ MCD::OPC_CheckPredicate, 78, 142, 4, 0, // Skip to: 5627 /* 4461 */ MCD::OPC_CheckField, 4, 1, 0, 135, 4, 0, // Skip to: 5627 /* 4468 */ MCD::OPC_Decode, 128, 26, 221, 3, // Opcode: VSLTOD /* 4473 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 4495 /* 4478 */ MCD::OPC_CheckPredicate, 78, 120, 4, 0, // Skip to: 5627 /* 4483 */ MCD::OPC_CheckField, 4, 1, 0, 113, 4, 0, // Skip to: 5627 /* 4490 */ MCD::OPC_Decode, 130, 29, 221, 3, // Opcode: VULTOD /* 4495 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4517 /* 4500 */ MCD::OPC_CheckPredicate, 78, 98, 4, 0, // Skip to: 5627 /* 4505 */ MCD::OPC_CheckField, 4, 1, 0, 91, 4, 0, // Skip to: 5627 /* 4512 */ MCD::OPC_Decode, 230, 28, 219, 3, // Opcode: VTOUIZD /* 4517 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 4539 /* 4522 */ MCD::OPC_CheckPredicate, 78, 76, 4, 0, // Skip to: 5627 /* 4527 */ MCD::OPC_CheckField, 4, 1, 0, 69, 4, 0, // Skip to: 5627 /* 4534 */ MCD::OPC_Decode, 218, 28, 219, 3, // Opcode: VTOSIZD /* 4539 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 4561 /* 4544 */ MCD::OPC_CheckPredicate, 78, 54, 4, 0, // Skip to: 5627 /* 4549 */ MCD::OPC_CheckField, 4, 1, 0, 47, 4, 0, // Skip to: 5627 /* 4556 */ MCD::OPC_Decode, 221, 28, 221, 3, // Opcode: VTOSLD /* 4561 */ MCD::OPC_FilterValue, 15, 37, 4, 0, // Skip to: 5627 /* 4566 */ MCD::OPC_CheckPredicate, 78, 32, 4, 0, // Skip to: 5627 /* 4571 */ MCD::OPC_CheckField, 4, 1, 0, 25, 4, 0, // Skip to: 5627 /* 4578 */ MCD::OPC_Decode, 233, 28, 221, 3, // Opcode: VTOULD /* 4583 */ MCD::OPC_FilterValue, 15, 15, 4, 0, // Skip to: 5627 /* 4588 */ MCD::OPC_ExtractField, 20, 3, // Inst{22-20} ... /* 4591 */ MCD::OPC_FilterValue, 0, 61, 0, 0, // Skip to: 4657 /* 4596 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 4599 */ MCD::OPC_FilterValue, 2, 24, 0, 0, // Skip to: 4628 /* 4604 */ MCD::OPC_CheckPredicate, 25, 250, 3, 0, // Skip to: 5627 /* 4609 */ MCD::OPC_CheckField, 24, 4, 13, 243, 3, 0, // Skip to: 5627 /* 4616 */ MCD::OPC_CheckField, 7, 1, 1, 236, 3, 0, // Skip to: 5627 /* 4623 */ MCD::OPC_Decode, 159, 28, 222, 3, // Opcode: VSTR_FPSCR_off /* 4628 */ MCD::OPC_FilterValue, 4, 226, 3, 0, // Skip to: 5627 /* 4633 */ MCD::OPC_CheckPredicate, 25, 221, 3, 0, // Skip to: 5627 /* 4638 */ MCD::OPC_CheckField, 24, 4, 13, 214, 3, 0, // Skip to: 5627 /* 4645 */ MCD::OPC_CheckField, 7, 1, 1, 207, 3, 0, // Skip to: 5627 /* 4652 */ MCD::OPC_Decode, 156, 28, 222, 3, // Opcode: VSTR_FPSCR_NZCVQC_off /* 4657 */ MCD::OPC_FilterValue, 1, 61, 0, 0, // Skip to: 4723 /* 4662 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 4665 */ MCD::OPC_FilterValue, 2, 24, 0, 0, // Skip to: 4694 /* 4670 */ MCD::OPC_CheckPredicate, 25, 184, 3, 0, // Skip to: 5627 /* 4675 */ MCD::OPC_CheckField, 24, 4, 13, 177, 3, 0, // Skip to: 5627 /* 4682 */ MCD::OPC_CheckField, 7, 1, 1, 170, 3, 0, // Skip to: 5627 /* 4689 */ MCD::OPC_Decode, 218, 20, 222, 3, // Opcode: VLDR_FPSCR_off /* 4694 */ MCD::OPC_FilterValue, 4, 160, 3, 0, // Skip to: 5627 /* 4699 */ MCD::OPC_CheckPredicate, 25, 155, 3, 0, // Skip to: 5627 /* 4704 */ MCD::OPC_CheckField, 24, 4, 13, 148, 3, 0, // Skip to: 5627 /* 4711 */ MCD::OPC_CheckField, 7, 1, 1, 141, 3, 0, // Skip to: 5627 /* 4718 */ MCD::OPC_Decode, 215, 20, 222, 3, // Opcode: VLDR_FPSCR_NZCVQC_off /* 4723 */ MCD::OPC_FilterValue, 2, 107, 0, 0, // Skip to: 4835 /* 4728 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 4731 */ MCD::OPC_FilterValue, 2, 47, 0, 0, // Skip to: 4783 /* 4736 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 4739 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4761 /* 4744 */ MCD::OPC_CheckPredicate, 25, 110, 3, 0, // Skip to: 5627 /* 4749 */ MCD::OPC_CheckField, 7, 1, 1, 103, 3, 0, // Skip to: 5627 /* 4756 */ MCD::OPC_Decode, 160, 28, 223, 3, // Opcode: VSTR_FPSCR_post /* 4761 */ MCD::OPC_FilterValue, 13, 93, 3, 0, // Skip to: 5627 /* 4766 */ MCD::OPC_CheckPredicate, 25, 88, 3, 0, // Skip to: 5627 /* 4771 */ MCD::OPC_CheckField, 7, 1, 1, 81, 3, 0, // Skip to: 5627 /* 4778 */ MCD::OPC_Decode, 161, 28, 223, 3, // Opcode: VSTR_FPSCR_pre /* 4783 */ MCD::OPC_FilterValue, 4, 71, 3, 0, // Skip to: 5627 /* 4788 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 4791 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4813 /* 4796 */ MCD::OPC_CheckPredicate, 25, 58, 3, 0, // Skip to: 5627 /* 4801 */ MCD::OPC_CheckField, 7, 1, 1, 51, 3, 0, // Skip to: 5627 /* 4808 */ MCD::OPC_Decode, 157, 28, 223, 3, // Opcode: VSTR_FPSCR_NZCVQC_post /* 4813 */ MCD::OPC_FilterValue, 13, 41, 3, 0, // Skip to: 5627 /* 4818 */ MCD::OPC_CheckPredicate, 25, 36, 3, 0, // Skip to: 5627 /* 4823 */ MCD::OPC_CheckField, 7, 1, 1, 29, 3, 0, // Skip to: 5627 /* 4830 */ MCD::OPC_Decode, 158, 28, 223, 3, // Opcode: VSTR_FPSCR_NZCVQC_pre /* 4835 */ MCD::OPC_FilterValue, 3, 107, 0, 0, // Skip to: 4947 /* 4840 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 4843 */ MCD::OPC_FilterValue, 2, 47, 0, 0, // Skip to: 4895 /* 4848 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 4851 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4873 /* 4856 */ MCD::OPC_CheckPredicate, 25, 254, 2, 0, // Skip to: 5627 /* 4861 */ MCD::OPC_CheckField, 7, 1, 1, 247, 2, 0, // Skip to: 5627 /* 4868 */ MCD::OPC_Decode, 219, 20, 223, 3, // Opcode: VLDR_FPSCR_post /* 4873 */ MCD::OPC_FilterValue, 13, 237, 2, 0, // Skip to: 5627 /* 4878 */ MCD::OPC_CheckPredicate, 25, 232, 2, 0, // Skip to: 5627 /* 4883 */ MCD::OPC_CheckField, 7, 1, 1, 225, 2, 0, // Skip to: 5627 /* 4890 */ MCD::OPC_Decode, 220, 20, 223, 3, // Opcode: VLDR_FPSCR_pre /* 4895 */ MCD::OPC_FilterValue, 4, 215, 2, 0, // Skip to: 5627 /* 4900 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 4903 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 4925 /* 4908 */ MCD::OPC_CheckPredicate, 25, 202, 2, 0, // Skip to: 5627 /* 4913 */ MCD::OPC_CheckField, 7, 1, 1, 195, 2, 0, // Skip to: 5627 /* 4920 */ MCD::OPC_Decode, 216, 20, 223, 3, // Opcode: VLDR_FPSCR_NZCVQC_post /* 4925 */ MCD::OPC_FilterValue, 13, 185, 2, 0, // Skip to: 5627 /* 4930 */ MCD::OPC_CheckPredicate, 25, 180, 2, 0, // Skip to: 5627 /* 4935 */ MCD::OPC_CheckField, 7, 1, 1, 173, 2, 0, // Skip to: 5627 /* 4942 */ MCD::OPC_Decode, 217, 20, 223, 3, // Opcode: VLDR_FPSCR_NZCVQC_pre /* 4947 */ MCD::OPC_FilterValue, 4, 119, 0, 0, // Skip to: 5071 /* 4952 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 4955 */ MCD::OPC_FilterValue, 8, 24, 0, 0, // Skip to: 4984 /* 4960 */ MCD::OPC_CheckPredicate, 23, 150, 2, 0, // Skip to: 5627 /* 4965 */ MCD::OPC_CheckField, 24, 4, 13, 143, 2, 0, // Skip to: 5627 /* 4972 */ MCD::OPC_CheckField, 7, 1, 1, 136, 2, 0, // Skip to: 5627 /* 4979 */ MCD::OPC_Decode, 165, 28, 222, 3, // Opcode: VSTR_VPR_off /* 4984 */ MCD::OPC_FilterValue, 10, 24, 0, 0, // Skip to: 5013 /* 4989 */ MCD::OPC_CheckPredicate, 23, 121, 2, 0, // Skip to: 5627 /* 4994 */ MCD::OPC_CheckField, 24, 4, 13, 114, 2, 0, // Skip to: 5627 /* 5001 */ MCD::OPC_CheckField, 7, 1, 1, 107, 2, 0, // Skip to: 5627 /* 5008 */ MCD::OPC_Decode, 162, 28, 222, 3, // Opcode: VSTR_P0_off /* 5013 */ MCD::OPC_FilterValue, 12, 24, 0, 0, // Skip to: 5042 /* 5018 */ MCD::OPC_CheckPredicate, 71, 92, 2, 0, // Skip to: 5627 /* 5023 */ MCD::OPC_CheckField, 24, 4, 13, 85, 2, 0, // Skip to: 5627 /* 5030 */ MCD::OPC_CheckField, 7, 1, 1, 78, 2, 0, // Skip to: 5627 /* 5037 */ MCD::OPC_Decode, 150, 28, 222, 3, // Opcode: VSTR_FPCXTNS_off /* 5042 */ MCD::OPC_FilterValue, 14, 68, 2, 0, // Skip to: 5627 /* 5047 */ MCD::OPC_CheckPredicate, 71, 63, 2, 0, // Skip to: 5627 /* 5052 */ MCD::OPC_CheckField, 24, 4, 13, 56, 2, 0, // Skip to: 5627 /* 5059 */ MCD::OPC_CheckField, 7, 1, 1, 49, 2, 0, // Skip to: 5627 /* 5066 */ MCD::OPC_Decode, 153, 28, 222, 3, // Opcode: VSTR_FPCXTS_off /* 5071 */ MCD::OPC_FilterValue, 5, 119, 0, 0, // Skip to: 5195 /* 5076 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 5079 */ MCD::OPC_FilterValue, 8, 24, 0, 0, // Skip to: 5108 /* 5084 */ MCD::OPC_CheckPredicate, 23, 26, 2, 0, // Skip to: 5627 /* 5089 */ MCD::OPC_CheckField, 24, 4, 13, 19, 2, 0, // Skip to: 5627 /* 5096 */ MCD::OPC_CheckField, 7, 1, 1, 12, 2, 0, // Skip to: 5627 /* 5103 */ MCD::OPC_Decode, 224, 20, 222, 3, // Opcode: VLDR_VPR_off /* 5108 */ MCD::OPC_FilterValue, 10, 24, 0, 0, // Skip to: 5137 /* 5113 */ MCD::OPC_CheckPredicate, 23, 253, 1, 0, // Skip to: 5627 /* 5118 */ MCD::OPC_CheckField, 24, 4, 13, 246, 1, 0, // Skip to: 5627 /* 5125 */ MCD::OPC_CheckField, 7, 1, 1, 239, 1, 0, // Skip to: 5627 /* 5132 */ MCD::OPC_Decode, 221, 20, 222, 3, // Opcode: VLDR_P0_off /* 5137 */ MCD::OPC_FilterValue, 12, 24, 0, 0, // Skip to: 5166 /* 5142 */ MCD::OPC_CheckPredicate, 71, 224, 1, 0, // Skip to: 5627 /* 5147 */ MCD::OPC_CheckField, 24, 4, 13, 217, 1, 0, // Skip to: 5627 /* 5154 */ MCD::OPC_CheckField, 7, 1, 1, 210, 1, 0, // Skip to: 5627 /* 5161 */ MCD::OPC_Decode, 209, 20, 222, 3, // Opcode: VLDR_FPCXTNS_off /* 5166 */ MCD::OPC_FilterValue, 14, 200, 1, 0, // Skip to: 5627 /* 5171 */ MCD::OPC_CheckPredicate, 71, 195, 1, 0, // Skip to: 5627 /* 5176 */ MCD::OPC_CheckField, 24, 4, 13, 188, 1, 0, // Skip to: 5627 /* 5183 */ MCD::OPC_CheckField, 7, 1, 1, 181, 1, 0, // Skip to: 5627 /* 5190 */ MCD::OPC_Decode, 212, 20, 222, 3, // Opcode: VLDR_FPCXTS_off /* 5195 */ MCD::OPC_FilterValue, 6, 211, 0, 0, // Skip to: 5411 /* 5200 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 5203 */ MCD::OPC_FilterValue, 8, 47, 0, 0, // Skip to: 5255 /* 5208 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5211 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5233 /* 5216 */ MCD::OPC_CheckPredicate, 23, 150, 1, 0, // Skip to: 5627 /* 5221 */ MCD::OPC_CheckField, 7, 1, 1, 143, 1, 0, // Skip to: 5627 /* 5228 */ MCD::OPC_Decode, 166, 28, 223, 3, // Opcode: VSTR_VPR_post /* 5233 */ MCD::OPC_FilterValue, 13, 133, 1, 0, // Skip to: 5627 /* 5238 */ MCD::OPC_CheckPredicate, 23, 128, 1, 0, // Skip to: 5627 /* 5243 */ MCD::OPC_CheckField, 7, 1, 1, 121, 1, 0, // Skip to: 5627 /* 5250 */ MCD::OPC_Decode, 167, 28, 223, 3, // Opcode: VSTR_VPR_pre /* 5255 */ MCD::OPC_FilterValue, 10, 47, 0, 0, // Skip to: 5307 /* 5260 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5263 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5285 /* 5268 */ MCD::OPC_CheckPredicate, 23, 98, 1, 0, // Skip to: 5627 /* 5273 */ MCD::OPC_CheckField, 7, 1, 1, 91, 1, 0, // Skip to: 5627 /* 5280 */ MCD::OPC_Decode, 163, 28, 223, 3, // Opcode: VSTR_P0_post /* 5285 */ MCD::OPC_FilterValue, 13, 81, 1, 0, // Skip to: 5627 /* 5290 */ MCD::OPC_CheckPredicate, 23, 76, 1, 0, // Skip to: 5627 /* 5295 */ MCD::OPC_CheckField, 7, 1, 1, 69, 1, 0, // Skip to: 5627 /* 5302 */ MCD::OPC_Decode, 164, 28, 223, 3, // Opcode: VSTR_P0_pre /* 5307 */ MCD::OPC_FilterValue, 12, 47, 0, 0, // Skip to: 5359 /* 5312 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5315 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5337 /* 5320 */ MCD::OPC_CheckPredicate, 71, 46, 1, 0, // Skip to: 5627 /* 5325 */ MCD::OPC_CheckField, 7, 1, 1, 39, 1, 0, // Skip to: 5627 /* 5332 */ MCD::OPC_Decode, 151, 28, 223, 3, // Opcode: VSTR_FPCXTNS_post /* 5337 */ MCD::OPC_FilterValue, 13, 29, 1, 0, // Skip to: 5627 /* 5342 */ MCD::OPC_CheckPredicate, 71, 24, 1, 0, // Skip to: 5627 /* 5347 */ MCD::OPC_CheckField, 7, 1, 1, 17, 1, 0, // Skip to: 5627 /* 5354 */ MCD::OPC_Decode, 152, 28, 223, 3, // Opcode: VSTR_FPCXTNS_pre /* 5359 */ MCD::OPC_FilterValue, 14, 7, 1, 0, // Skip to: 5627 /* 5364 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5367 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5389 /* 5372 */ MCD::OPC_CheckPredicate, 71, 250, 0, 0, // Skip to: 5627 /* 5377 */ MCD::OPC_CheckField, 7, 1, 1, 243, 0, 0, // Skip to: 5627 /* 5384 */ MCD::OPC_Decode, 154, 28, 223, 3, // Opcode: VSTR_FPCXTS_post /* 5389 */ MCD::OPC_FilterValue, 13, 233, 0, 0, // Skip to: 5627 /* 5394 */ MCD::OPC_CheckPredicate, 71, 228, 0, 0, // Skip to: 5627 /* 5399 */ MCD::OPC_CheckField, 7, 1, 1, 221, 0, 0, // Skip to: 5627 /* 5406 */ MCD::OPC_Decode, 155, 28, 223, 3, // Opcode: VSTR_FPCXTS_pre /* 5411 */ MCD::OPC_FilterValue, 7, 211, 0, 0, // Skip to: 5627 /* 5416 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... /* 5419 */ MCD::OPC_FilterValue, 8, 47, 0, 0, // Skip to: 5471 /* 5424 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5427 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5449 /* 5432 */ MCD::OPC_CheckPredicate, 23, 190, 0, 0, // Skip to: 5627 /* 5437 */ MCD::OPC_CheckField, 7, 1, 1, 183, 0, 0, // Skip to: 5627 /* 5444 */ MCD::OPC_Decode, 225, 20, 223, 3, // Opcode: VLDR_VPR_post /* 5449 */ MCD::OPC_FilterValue, 13, 173, 0, 0, // Skip to: 5627 /* 5454 */ MCD::OPC_CheckPredicate, 23, 168, 0, 0, // Skip to: 5627 /* 5459 */ MCD::OPC_CheckField, 7, 1, 1, 161, 0, 0, // Skip to: 5627 /* 5466 */ MCD::OPC_Decode, 226, 20, 223, 3, // Opcode: VLDR_VPR_pre /* 5471 */ MCD::OPC_FilterValue, 10, 47, 0, 0, // Skip to: 5523 /* 5476 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5479 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5501 /* 5484 */ MCD::OPC_CheckPredicate, 23, 138, 0, 0, // Skip to: 5627 /* 5489 */ MCD::OPC_CheckField, 7, 1, 1, 131, 0, 0, // Skip to: 5627 /* 5496 */ MCD::OPC_Decode, 222, 20, 223, 3, // Opcode: VLDR_P0_post /* 5501 */ MCD::OPC_FilterValue, 13, 121, 0, 0, // Skip to: 5627 /* 5506 */ MCD::OPC_CheckPredicate, 23, 116, 0, 0, // Skip to: 5627 /* 5511 */ MCD::OPC_CheckField, 7, 1, 1, 109, 0, 0, // Skip to: 5627 /* 5518 */ MCD::OPC_Decode, 223, 20, 223, 3, // Opcode: VLDR_P0_pre /* 5523 */ MCD::OPC_FilterValue, 12, 47, 0, 0, // Skip to: 5575 /* 5528 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5531 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5553 /* 5536 */ MCD::OPC_CheckPredicate, 71, 86, 0, 0, // Skip to: 5627 /* 5541 */ MCD::OPC_CheckField, 7, 1, 1, 79, 0, 0, // Skip to: 5627 /* 5548 */ MCD::OPC_Decode, 210, 20, 223, 3, // Opcode: VLDR_FPCXTNS_post /* 5553 */ MCD::OPC_FilterValue, 13, 69, 0, 0, // Skip to: 5627 /* 5558 */ MCD::OPC_CheckPredicate, 71, 64, 0, 0, // Skip to: 5627 /* 5563 */ MCD::OPC_CheckField, 7, 1, 1, 57, 0, 0, // Skip to: 5627 /* 5570 */ MCD::OPC_Decode, 211, 20, 223, 3, // Opcode: VLDR_FPCXTNS_pre /* 5575 */ MCD::OPC_FilterValue, 14, 47, 0, 0, // Skip to: 5627 /* 5580 */ MCD::OPC_ExtractField, 24, 4, // Inst{27-24} ... /* 5583 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 5605 /* 5588 */ MCD::OPC_CheckPredicate, 71, 34, 0, 0, // Skip to: 5627 /* 5593 */ MCD::OPC_CheckField, 7, 1, 1, 27, 0, 0, // Skip to: 5627 /* 5600 */ MCD::OPC_Decode, 213, 20, 223, 3, // Opcode: VLDR_FPCXTS_post /* 5605 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 5627 /* 5610 */ MCD::OPC_CheckPredicate, 71, 12, 0, 0, // Skip to: 5627 /* 5615 */ MCD::OPC_CheckField, 7, 1, 1, 5, 0, 0, // Skip to: 5627 /* 5622 */ MCD::OPC_Decode, 214, 20, 223, 3, // Opcode: VLDR_FPCXTS_pre /* 5627 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTableVFPV832[] = { /* 0 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 3 */ MCD::OPC_FilterValue, 8, 215, 1, 0, // Skip to: 479 /* 8 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 11 */ MCD::OPC_FilterValue, 0, 3, 1, 0, // Skip to: 275 /* 16 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 19 */ MCD::OPC_FilterValue, 0, 123, 0, 0, // Skip to: 147 /* 24 */ MCD::OPC_ExtractField, 25, 7, // Inst{31-25} ... /* 27 */ MCD::OPC_FilterValue, 126, 77, 0, 0, // Skip to: 109 /* 32 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 35 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57 /* 40 */ MCD::OPC_CheckPredicate, 84, 102, 10, 0, // Skip to: 2707 /* 45 */ MCD::OPC_CheckField, 23, 1, 1, 95, 10, 0, // Skip to: 2707 /* 52 */ MCD::OPC_Decode, 193, 15, 224, 3, // Opcode: VCADDv4f16 /* 57 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 79 /* 62 */ MCD::OPC_CheckPredicate, 85, 80, 10, 0, // Skip to: 2707 /* 67 */ MCD::OPC_CheckField, 23, 1, 1, 73, 10, 0, // Skip to: 2707 /* 74 */ MCD::OPC_Decode, 192, 15, 224, 3, // Opcode: VCADDv2f32 /* 79 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 94 /* 84 */ MCD::OPC_CheckPredicate, 84, 58, 10, 0, // Skip to: 2707 /* 89 */ MCD::OPC_Decode, 174, 16, 225, 3, // Opcode: VCMLAv4f16 /* 94 */ MCD::OPC_FilterValue, 3, 48, 10, 0, // Skip to: 2707 /* 99 */ MCD::OPC_CheckPredicate, 85, 43, 10, 0, // Skip to: 2707 /* 104 */ MCD::OPC_Decode, 172, 16, 225, 3, // Opcode: VCMLAv2f32 /* 109 */ MCD::OPC_FilterValue, 127, 33, 10, 0, // Skip to: 2707 /* 114 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 117 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 132 /* 122 */ MCD::OPC_CheckPredicate, 84, 20, 10, 0, // Skip to: 2707 /* 127 */ MCD::OPC_Decode, 175, 16, 226, 3, // Opcode: VCMLAv4f16_indexed /* 132 */ MCD::OPC_FilterValue, 1, 10, 10, 0, // Skip to: 2707 /* 137 */ MCD::OPC_CheckPredicate, 85, 5, 10, 0, // Skip to: 2707 /* 142 */ MCD::OPC_Decode, 173, 16, 227, 3, // Opcode: VCMLAv2f32_indexed /* 147 */ MCD::OPC_FilterValue, 1, 251, 9, 0, // Skip to: 2707 /* 152 */ MCD::OPC_ExtractField, 25, 7, // Inst{31-25} ... /* 155 */ MCD::OPC_FilterValue, 126, 77, 0, 0, // Skip to: 237 /* 160 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 163 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 185 /* 168 */ MCD::OPC_CheckPredicate, 84, 230, 9, 0, // Skip to: 2707 /* 173 */ MCD::OPC_CheckField, 23, 1, 1, 223, 9, 0, // Skip to: 2707 /* 180 */ MCD::OPC_Decode, 195, 15, 228, 3, // Opcode: VCADDv8f16 /* 185 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 207 /* 190 */ MCD::OPC_CheckPredicate, 85, 208, 9, 0, // Skip to: 2707 /* 195 */ MCD::OPC_CheckField, 23, 1, 1, 201, 9, 0, // Skip to: 2707 /* 202 */ MCD::OPC_Decode, 194, 15, 228, 3, // Opcode: VCADDv4f32 /* 207 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 222 /* 212 */ MCD::OPC_CheckPredicate, 84, 186, 9, 0, // Skip to: 2707 /* 217 */ MCD::OPC_Decode, 178, 16, 229, 3, // Opcode: VCMLAv8f16 /* 222 */ MCD::OPC_FilterValue, 3, 176, 9, 0, // Skip to: 2707 /* 227 */ MCD::OPC_CheckPredicate, 85, 171, 9, 0, // Skip to: 2707 /* 232 */ MCD::OPC_Decode, 176, 16, 229, 3, // Opcode: VCMLAv4f32 /* 237 */ MCD::OPC_FilterValue, 127, 161, 9, 0, // Skip to: 2707 /* 242 */ MCD::OPC_ExtractField, 23, 2, // Inst{24-23} ... /* 245 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 260 /* 250 */ MCD::OPC_CheckPredicate, 84, 148, 9, 0, // Skip to: 2707 /* 255 */ MCD::OPC_Decode, 179, 16, 230, 3, // Opcode: VCMLAv8f16_indexed /* 260 */ MCD::OPC_FilterValue, 1, 138, 9, 0, // Skip to: 2707 /* 265 */ MCD::OPC_CheckPredicate, 85, 133, 9, 0, // Skip to: 2707 /* 270 */ MCD::OPC_Decode, 177, 16, 227, 3, // Opcode: VCMLAv4f32_indexed /* 275 */ MCD::OPC_FilterValue, 1, 123, 9, 0, // Skip to: 2707 /* 280 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 283 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 337 /* 288 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 291 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 314 /* 296 */ MCD::OPC_CheckPredicate, 86, 102, 9, 0, // Skip to: 2707 /* 301 */ MCD::OPC_CheckField, 23, 9, 252, 3, 94, 9, 0, // Skip to: 2707 /* 309 */ MCD::OPC_Decode, 193, 17, 231, 3, // Opcode: VFMALDI /* 314 */ MCD::OPC_FilterValue, 1, 84, 9, 0, // Skip to: 2707 /* 319 */ MCD::OPC_CheckPredicate, 86, 79, 9, 0, // Skip to: 2707 /* 324 */ MCD::OPC_CheckField, 23, 9, 252, 3, 71, 9, 0, // Skip to: 2707 /* 332 */ MCD::OPC_Decode, 195, 17, 220, 1, // Opcode: VFMALQI /* 337 */ MCD::OPC_FilterValue, 1, 49, 0, 0, // Skip to: 391 /* 342 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 345 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 368 /* 350 */ MCD::OPC_CheckPredicate, 86, 48, 9, 0, // Skip to: 2707 /* 355 */ MCD::OPC_CheckField, 23, 9, 252, 3, 40, 9, 0, // Skip to: 2707 /* 363 */ MCD::OPC_Decode, 204, 17, 231, 3, // Opcode: VFMSLDI /* 368 */ MCD::OPC_FilterValue, 1, 30, 9, 0, // Skip to: 2707 /* 373 */ MCD::OPC_CheckPredicate, 86, 25, 9, 0, // Skip to: 2707 /* 378 */ MCD::OPC_CheckField, 23, 9, 252, 3, 17, 9, 0, // Skip to: 2707 /* 386 */ MCD::OPC_Decode, 206, 17, 220, 1, // Opcode: VFMSLQI /* 391 */ MCD::OPC_FilterValue, 2, 7, 9, 0, // Skip to: 2707 /* 396 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 399 */ MCD::OPC_FilterValue, 0, 35, 0, 0, // Skip to: 439 /* 404 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 407 */ MCD::OPC_FilterValue, 248, 3, 10, 0, 0, // Skip to: 423 /* 413 */ MCD::OPC_CheckPredicate, 86, 241, 8, 0, // Skip to: 2707 /* 418 */ MCD::OPC_Decode, 192, 17, 232, 3, // Opcode: VFMALD /* 423 */ MCD::OPC_FilterValue, 249, 3, 230, 8, 0, // Skip to: 2707 /* 429 */ MCD::OPC_CheckPredicate, 86, 225, 8, 0, // Skip to: 2707 /* 434 */ MCD::OPC_Decode, 203, 17, 232, 3, // Opcode: VFMSLD /* 439 */ MCD::OPC_FilterValue, 1, 215, 8, 0, // Skip to: 2707 /* 444 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 447 */ MCD::OPC_FilterValue, 248, 3, 10, 0, 0, // Skip to: 463 /* 453 */ MCD::OPC_CheckPredicate, 86, 201, 8, 0, // Skip to: 2707 /* 458 */ MCD::OPC_Decode, 194, 17, 207, 1, // Opcode: VFMALQ /* 463 */ MCD::OPC_FilterValue, 249, 3, 190, 8, 0, // Skip to: 2707 /* 469 */ MCD::OPC_CheckPredicate, 86, 185, 8, 0, // Skip to: 2707 /* 474 */ MCD::OPC_Decode, 205, 17, 207, 1, // Opcode: VFMSLQ /* 479 */ MCD::OPC_FilterValue, 9, 123, 2, 0, // Skip to: 1119 /* 484 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 487 */ MCD::OPC_FilterValue, 0, 87, 0, 0, // Skip to: 579 /* 492 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 495 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 549 /* 500 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 503 */ MCD::OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 526 /* 509 */ MCD::OPC_CheckPredicate, 70, 145, 8, 0, // Skip to: 2707 /* 514 */ MCD::OPC_CheckField, 4, 1, 0, 138, 8, 0, // Skip to: 2707 /* 521 */ MCD::OPC_Decode, 176, 25, 233, 3, // Opcode: VSELEQH /* 526 */ MCD::OPC_FilterValue, 253, 3, 127, 8, 0, // Skip to: 2707 /* 532 */ MCD::OPC_CheckPredicate, 70, 122, 8, 0, // Skip to: 2707 /* 537 */ MCD::OPC_CheckField, 4, 1, 0, 115, 8, 0, // Skip to: 2707 /* 544 */ MCD::OPC_Decode, 219, 17, 233, 3, // Opcode: VFP_VMAXNMH /* 549 */ MCD::OPC_FilterValue, 1, 105, 8, 0, // Skip to: 2707 /* 554 */ MCD::OPC_CheckPredicate, 70, 100, 8, 0, // Skip to: 2707 /* 559 */ MCD::OPC_CheckField, 23, 9, 253, 3, 92, 8, 0, // Skip to: 2707 /* 567 */ MCD::OPC_CheckField, 4, 1, 0, 85, 8, 0, // Skip to: 2707 /* 574 */ MCD::OPC_Decode, 222, 17, 233, 3, // Opcode: VFP_VMINNMH /* 579 */ MCD::OPC_FilterValue, 1, 32, 0, 0, // Skip to: 616 /* 584 */ MCD::OPC_CheckPredicate, 70, 70, 8, 0, // Skip to: 2707 /* 589 */ MCD::OPC_CheckField, 23, 9, 252, 3, 62, 8, 0, // Skip to: 2707 /* 597 */ MCD::OPC_CheckField, 6, 1, 0, 55, 8, 0, // Skip to: 2707 /* 604 */ MCD::OPC_CheckField, 4, 1, 0, 48, 8, 0, // Skip to: 2707 /* 611 */ MCD::OPC_Decode, 185, 25, 233, 3, // Opcode: VSELVSH /* 616 */ MCD::OPC_FilterValue, 2, 32, 0, 0, // Skip to: 653 /* 621 */ MCD::OPC_CheckPredicate, 70, 33, 8, 0, // Skip to: 2707 /* 626 */ MCD::OPC_CheckField, 23, 9, 252, 3, 25, 8, 0, // Skip to: 2707 /* 634 */ MCD::OPC_CheckField, 6, 1, 0, 18, 8, 0, // Skip to: 2707 /* 641 */ MCD::OPC_CheckField, 4, 1, 0, 11, 8, 0, // Skip to: 2707 /* 648 */ MCD::OPC_Decode, 179, 25, 233, 3, // Opcode: VSELGEH /* 653 */ MCD::OPC_FilterValue, 3, 1, 8, 0, // Skip to: 2707 /* 658 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 661 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 691 /* 666 */ MCD::OPC_CheckPredicate, 70, 244, 7, 0, // Skip to: 2707 /* 671 */ MCD::OPC_CheckField, 23, 9, 252, 3, 236, 7, 0, // Skip to: 2707 /* 679 */ MCD::OPC_CheckField, 4, 1, 0, 229, 7, 0, // Skip to: 2707 /* 686 */ MCD::OPC_Decode, 182, 25, 233, 3, // Opcode: VSELGTH /* 691 */ MCD::OPC_FilterValue, 1, 219, 7, 0, // Skip to: 2707 /* 696 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 699 */ MCD::OPC_FilterValue, 8, 32, 0, 0, // Skip to: 736 /* 704 */ MCD::OPC_CheckPredicate, 70, 206, 7, 0, // Skip to: 2707 /* 709 */ MCD::OPC_CheckField, 23, 9, 253, 3, 198, 7, 0, // Skip to: 2707 /* 717 */ MCD::OPC_CheckField, 7, 1, 0, 191, 7, 0, // Skip to: 2707 /* 724 */ MCD::OPC_CheckField, 4, 1, 0, 184, 7, 0, // Skip to: 2707 /* 731 */ MCD::OPC_Decode, 189, 24, 234, 3, // Opcode: VRINTAH /* 736 */ MCD::OPC_FilterValue, 9, 32, 0, 0, // Skip to: 773 /* 741 */ MCD::OPC_CheckPredicate, 70, 169, 7, 0, // Skip to: 2707 /* 746 */ MCD::OPC_CheckField, 23, 9, 253, 3, 161, 7, 0, // Skip to: 2707 /* 754 */ MCD::OPC_CheckField, 7, 1, 0, 154, 7, 0, // Skip to: 2707 /* 761 */ MCD::OPC_CheckField, 4, 1, 0, 147, 7, 0, // Skip to: 2707 /* 768 */ MCD::OPC_Decode, 203, 24, 234, 3, // Opcode: VRINTNH /* 773 */ MCD::OPC_FilterValue, 10, 32, 0, 0, // Skip to: 810 /* 778 */ MCD::OPC_CheckPredicate, 70, 132, 7, 0, // Skip to: 2707 /* 783 */ MCD::OPC_CheckField, 23, 9, 253, 3, 124, 7, 0, // Skip to: 2707 /* 791 */ MCD::OPC_CheckField, 7, 1, 0, 117, 7, 0, // Skip to: 2707 /* 798 */ MCD::OPC_CheckField, 4, 1, 0, 110, 7, 0, // Skip to: 2707 /* 805 */ MCD::OPC_Decode, 210, 24, 234, 3, // Opcode: VRINTPH /* 810 */ MCD::OPC_FilterValue, 11, 32, 0, 0, // Skip to: 847 /* 815 */ MCD::OPC_CheckPredicate, 70, 95, 7, 0, // Skip to: 2707 /* 820 */ MCD::OPC_CheckField, 23, 9, 253, 3, 87, 7, 0, // Skip to: 2707 /* 828 */ MCD::OPC_CheckField, 7, 1, 0, 80, 7, 0, // Skip to: 2707 /* 835 */ MCD::OPC_CheckField, 4, 1, 0, 73, 7, 0, // Skip to: 2707 /* 842 */ MCD::OPC_Decode, 196, 24, 234, 3, // Opcode: VRINTMH /* 847 */ MCD::OPC_FilterValue, 12, 63, 0, 0, // Skip to: 915 /* 852 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 855 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 885 /* 860 */ MCD::OPC_CheckPredicate, 70, 50, 7, 0, // Skip to: 2707 /* 865 */ MCD::OPC_CheckField, 23, 9, 253, 3, 42, 7, 0, // Skip to: 2707 /* 873 */ MCD::OPC_CheckField, 4, 1, 0, 35, 7, 0, // Skip to: 2707 /* 880 */ MCD::OPC_Decode, 206, 16, 235, 3, // Opcode: VCVTAUH /* 885 */ MCD::OPC_FilterValue, 1, 25, 7, 0, // Skip to: 2707 /* 890 */ MCD::OPC_CheckPredicate, 70, 20, 7, 0, // Skip to: 2707 /* 895 */ MCD::OPC_CheckField, 23, 9, 253, 3, 12, 7, 0, // Skip to: 2707 /* 903 */ MCD::OPC_CheckField, 4, 1, 0, 5, 7, 0, // Skip to: 2707 /* 910 */ MCD::OPC_Decode, 203, 16, 235, 3, // Opcode: VCVTASH /* 915 */ MCD::OPC_FilterValue, 13, 63, 0, 0, // Skip to: 983 /* 920 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 923 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 953 /* 928 */ MCD::OPC_CheckPredicate, 70, 238, 6, 0, // Skip to: 2707 /* 933 */ MCD::OPC_CheckField, 23, 9, 253, 3, 230, 6, 0, // Skip to: 2707 /* 941 */ MCD::OPC_CheckField, 4, 1, 0, 223, 6, 0, // Skip to: 2707 /* 948 */ MCD::OPC_Decode, 239, 16, 235, 3, // Opcode: VCVTNUH /* 953 */ MCD::OPC_FilterValue, 1, 213, 6, 0, // Skip to: 2707 /* 958 */ MCD::OPC_CheckPredicate, 70, 208, 6, 0, // Skip to: 2707 /* 963 */ MCD::OPC_CheckField, 23, 9, 253, 3, 200, 6, 0, // Skip to: 2707 /* 971 */ MCD::OPC_CheckField, 4, 1, 0, 193, 6, 0, // Skip to: 2707 /* 978 */ MCD::OPC_Decode, 236, 16, 235, 3, // Opcode: VCVTNSH /* 983 */ MCD::OPC_FilterValue, 14, 63, 0, 0, // Skip to: 1051 /* 988 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 991 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1021 /* 996 */ MCD::OPC_CheckPredicate, 70, 170, 6, 0, // Skip to: 2707 /* 1001 */ MCD::OPC_CheckField, 23, 9, 253, 3, 162, 6, 0, // Skip to: 2707 /* 1009 */ MCD::OPC_CheckField, 4, 1, 0, 155, 6, 0, // Skip to: 2707 /* 1016 */ MCD::OPC_Decode, 253, 16, 235, 3, // Opcode: VCVTPUH /* 1021 */ MCD::OPC_FilterValue, 1, 145, 6, 0, // Skip to: 2707 /* 1026 */ MCD::OPC_CheckPredicate, 70, 140, 6, 0, // Skip to: 2707 /* 1031 */ MCD::OPC_CheckField, 23, 9, 253, 3, 132, 6, 0, // Skip to: 2707 /* 1039 */ MCD::OPC_CheckField, 4, 1, 0, 125, 6, 0, // Skip to: 2707 /* 1046 */ MCD::OPC_Decode, 250, 16, 235, 3, // Opcode: VCVTPSH /* 1051 */ MCD::OPC_FilterValue, 15, 115, 6, 0, // Skip to: 2707 /* 1056 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1059 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1089 /* 1064 */ MCD::OPC_CheckPredicate, 70, 102, 6, 0, // Skip to: 2707 /* 1069 */ MCD::OPC_CheckField, 23, 9, 253, 3, 94, 6, 0, // Skip to: 2707 /* 1077 */ MCD::OPC_CheckField, 4, 1, 0, 87, 6, 0, // Skip to: 2707 /* 1084 */ MCD::OPC_Decode, 225, 16, 235, 3, // Opcode: VCVTMUH /* 1089 */ MCD::OPC_FilterValue, 1, 77, 6, 0, // Skip to: 2707 /* 1094 */ MCD::OPC_CheckPredicate, 70, 72, 6, 0, // Skip to: 2707 /* 1099 */ MCD::OPC_CheckField, 23, 9, 253, 3, 64, 6, 0, // Skip to: 2707 /* 1107 */ MCD::OPC_CheckField, 4, 1, 0, 57, 6, 0, // Skip to: 2707 /* 1114 */ MCD::OPC_Decode, 222, 16, 235, 3, // Opcode: VCVTMSH /* 1119 */ MCD::OPC_FilterValue, 10, 191, 2, 0, // Skip to: 1827 /* 1124 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 1127 */ MCD::OPC_FilterValue, 0, 87, 0, 0, // Skip to: 1219 /* 1132 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1135 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 1189 /* 1140 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1143 */ MCD::OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 1166 /* 1149 */ MCD::OPC_CheckPredicate, 77, 17, 6, 0, // Skip to: 2707 /* 1154 */ MCD::OPC_CheckField, 4, 1, 0, 10, 6, 0, // Skip to: 2707 /* 1161 */ MCD::OPC_Decode, 177, 25, 236, 3, // Opcode: VSELEQS /* 1166 */ MCD::OPC_FilterValue, 253, 3, 255, 5, 0, // Skip to: 2707 /* 1172 */ MCD::OPC_CheckPredicate, 77, 250, 5, 0, // Skip to: 2707 /* 1177 */ MCD::OPC_CheckField, 4, 1, 0, 243, 5, 0, // Skip to: 2707 /* 1184 */ MCD::OPC_Decode, 220, 17, 236, 3, // Opcode: VFP_VMAXNMS /* 1189 */ MCD::OPC_FilterValue, 1, 233, 5, 0, // Skip to: 2707 /* 1194 */ MCD::OPC_CheckPredicate, 77, 228, 5, 0, // Skip to: 2707 /* 1199 */ MCD::OPC_CheckField, 23, 9, 253, 3, 220, 5, 0, // Skip to: 2707 /* 1207 */ MCD::OPC_CheckField, 4, 1, 0, 213, 5, 0, // Skip to: 2707 /* 1214 */ MCD::OPC_Decode, 223, 17, 236, 3, // Opcode: VFP_VMINNMS /* 1219 */ MCD::OPC_FilterValue, 1, 32, 0, 0, // Skip to: 1256 /* 1224 */ MCD::OPC_CheckPredicate, 77, 198, 5, 0, // Skip to: 2707 /* 1229 */ MCD::OPC_CheckField, 23, 9, 252, 3, 190, 5, 0, // Skip to: 2707 /* 1237 */ MCD::OPC_CheckField, 6, 1, 0, 183, 5, 0, // Skip to: 2707 /* 1244 */ MCD::OPC_CheckField, 4, 1, 0, 176, 5, 0, // Skip to: 2707 /* 1251 */ MCD::OPC_Decode, 186, 25, 236, 3, // Opcode: VSELVSS /* 1256 */ MCD::OPC_FilterValue, 2, 32, 0, 0, // Skip to: 1293 /* 1261 */ MCD::OPC_CheckPredicate, 77, 161, 5, 0, // Skip to: 2707 /* 1266 */ MCD::OPC_CheckField, 23, 9, 252, 3, 153, 5, 0, // Skip to: 2707 /* 1274 */ MCD::OPC_CheckField, 6, 1, 0, 146, 5, 0, // Skip to: 2707 /* 1281 */ MCD::OPC_CheckField, 4, 1, 0, 139, 5, 0, // Skip to: 2707 /* 1288 */ MCD::OPC_Decode, 180, 25, 236, 3, // Opcode: VSELGES /* 1293 */ MCD::OPC_FilterValue, 3, 129, 5, 0, // Skip to: 2707 /* 1298 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1301 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1331 /* 1306 */ MCD::OPC_CheckPredicate, 77, 116, 5, 0, // Skip to: 2707 /* 1311 */ MCD::OPC_CheckField, 23, 9, 252, 3, 108, 5, 0, // Skip to: 2707 /* 1319 */ MCD::OPC_CheckField, 4, 1, 0, 101, 5, 0, // Skip to: 2707 /* 1326 */ MCD::OPC_Decode, 183, 25, 236, 3, // Opcode: VSELGTS /* 1331 */ MCD::OPC_FilterValue, 1, 91, 5, 0, // Skip to: 2707 /* 1336 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 1339 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 1407 /* 1344 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1347 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1377 /* 1352 */ MCD::OPC_CheckPredicate, 70, 70, 5, 0, // Skip to: 2707 /* 1357 */ MCD::OPC_CheckField, 23, 9, 253, 3, 62, 5, 0, // Skip to: 2707 /* 1365 */ MCD::OPC_CheckField, 4, 1, 0, 55, 5, 0, // Skip to: 2707 /* 1372 */ MCD::OPC_Decode, 197, 21, 237, 3, // Opcode: VMOVH /* 1377 */ MCD::OPC_FilterValue, 1, 45, 5, 0, // Skip to: 2707 /* 1382 */ MCD::OPC_CheckPredicate, 70, 40, 5, 0, // Skip to: 2707 /* 1387 */ MCD::OPC_CheckField, 23, 9, 253, 3, 32, 5, 0, // Skip to: 2707 /* 1395 */ MCD::OPC_CheckField, 4, 1, 0, 25, 5, 0, // Skip to: 2707 /* 1402 */ MCD::OPC_Decode, 253, 17, 237, 3, // Opcode: VINSH /* 1407 */ MCD::OPC_FilterValue, 8, 32, 0, 0, // Skip to: 1444 /* 1412 */ MCD::OPC_CheckPredicate, 77, 10, 5, 0, // Skip to: 2707 /* 1417 */ MCD::OPC_CheckField, 23, 9, 253, 3, 2, 5, 0, // Skip to: 2707 /* 1425 */ MCD::OPC_CheckField, 7, 1, 0, 251, 4, 0, // Skip to: 2707 /* 1432 */ MCD::OPC_CheckField, 4, 1, 0, 244, 4, 0, // Skip to: 2707 /* 1439 */ MCD::OPC_Decode, 194, 24, 237, 3, // Opcode: VRINTAS /* 1444 */ MCD::OPC_FilterValue, 9, 32, 0, 0, // Skip to: 1481 /* 1449 */ MCD::OPC_CheckPredicate, 77, 229, 4, 0, // Skip to: 2707 /* 1454 */ MCD::OPC_CheckField, 23, 9, 253, 3, 221, 4, 0, // Skip to: 2707 /* 1462 */ MCD::OPC_CheckField, 7, 1, 0, 214, 4, 0, // Skip to: 2707 /* 1469 */ MCD::OPC_CheckField, 4, 1, 0, 207, 4, 0, // Skip to: 2707 /* 1476 */ MCD::OPC_Decode, 208, 24, 237, 3, // Opcode: VRINTNS /* 1481 */ MCD::OPC_FilterValue, 10, 32, 0, 0, // Skip to: 1518 /* 1486 */ MCD::OPC_CheckPredicate, 77, 192, 4, 0, // Skip to: 2707 /* 1491 */ MCD::OPC_CheckField, 23, 9, 253, 3, 184, 4, 0, // Skip to: 2707 /* 1499 */ MCD::OPC_CheckField, 7, 1, 0, 177, 4, 0, // Skip to: 2707 /* 1506 */ MCD::OPC_CheckField, 4, 1, 0, 170, 4, 0, // Skip to: 2707 /* 1513 */ MCD::OPC_Decode, 215, 24, 237, 3, // Opcode: VRINTPS /* 1518 */ MCD::OPC_FilterValue, 11, 32, 0, 0, // Skip to: 1555 /* 1523 */ MCD::OPC_CheckPredicate, 77, 155, 4, 0, // Skip to: 2707 /* 1528 */ MCD::OPC_CheckField, 23, 9, 253, 3, 147, 4, 0, // Skip to: 2707 /* 1536 */ MCD::OPC_CheckField, 7, 1, 0, 140, 4, 0, // Skip to: 2707 /* 1543 */ MCD::OPC_CheckField, 4, 1, 0, 133, 4, 0, // Skip to: 2707 /* 1550 */ MCD::OPC_Decode, 201, 24, 237, 3, // Opcode: VRINTMS /* 1555 */ MCD::OPC_FilterValue, 12, 63, 0, 0, // Skip to: 1623 /* 1560 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1563 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1593 /* 1568 */ MCD::OPC_CheckPredicate, 77, 110, 4, 0, // Skip to: 2707 /* 1573 */ MCD::OPC_CheckField, 23, 9, 253, 3, 102, 4, 0, // Skip to: 2707 /* 1581 */ MCD::OPC_CheckField, 4, 1, 0, 95, 4, 0, // Skip to: 2707 /* 1588 */ MCD::OPC_Decode, 207, 16, 237, 3, // Opcode: VCVTAUS /* 1593 */ MCD::OPC_FilterValue, 1, 85, 4, 0, // Skip to: 2707 /* 1598 */ MCD::OPC_CheckPredicate, 77, 80, 4, 0, // Skip to: 2707 /* 1603 */ MCD::OPC_CheckField, 23, 9, 253, 3, 72, 4, 0, // Skip to: 2707 /* 1611 */ MCD::OPC_CheckField, 4, 1, 0, 65, 4, 0, // Skip to: 2707 /* 1618 */ MCD::OPC_Decode, 204, 16, 237, 3, // Opcode: VCVTASS /* 1623 */ MCD::OPC_FilterValue, 13, 63, 0, 0, // Skip to: 1691 /* 1628 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1631 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1661 /* 1636 */ MCD::OPC_CheckPredicate, 77, 42, 4, 0, // Skip to: 2707 /* 1641 */ MCD::OPC_CheckField, 23, 9, 253, 3, 34, 4, 0, // Skip to: 2707 /* 1649 */ MCD::OPC_CheckField, 4, 1, 0, 27, 4, 0, // Skip to: 2707 /* 1656 */ MCD::OPC_Decode, 240, 16, 237, 3, // Opcode: VCVTNUS /* 1661 */ MCD::OPC_FilterValue, 1, 17, 4, 0, // Skip to: 2707 /* 1666 */ MCD::OPC_CheckPredicate, 77, 12, 4, 0, // Skip to: 2707 /* 1671 */ MCD::OPC_CheckField, 23, 9, 253, 3, 4, 4, 0, // Skip to: 2707 /* 1679 */ MCD::OPC_CheckField, 4, 1, 0, 253, 3, 0, // Skip to: 2707 /* 1686 */ MCD::OPC_Decode, 237, 16, 237, 3, // Opcode: VCVTNSS /* 1691 */ MCD::OPC_FilterValue, 14, 63, 0, 0, // Skip to: 1759 /* 1696 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1699 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1729 /* 1704 */ MCD::OPC_CheckPredicate, 77, 230, 3, 0, // Skip to: 2707 /* 1709 */ MCD::OPC_CheckField, 23, 9, 253, 3, 222, 3, 0, // Skip to: 2707 /* 1717 */ MCD::OPC_CheckField, 4, 1, 0, 215, 3, 0, // Skip to: 2707 /* 1724 */ MCD::OPC_Decode, 254, 16, 237, 3, // Opcode: VCVTPUS /* 1729 */ MCD::OPC_FilterValue, 1, 205, 3, 0, // Skip to: 2707 /* 1734 */ MCD::OPC_CheckPredicate, 77, 200, 3, 0, // Skip to: 2707 /* 1739 */ MCD::OPC_CheckField, 23, 9, 253, 3, 192, 3, 0, // Skip to: 2707 /* 1747 */ MCD::OPC_CheckField, 4, 1, 0, 185, 3, 0, // Skip to: 2707 /* 1754 */ MCD::OPC_Decode, 251, 16, 237, 3, // Opcode: VCVTPSS /* 1759 */ MCD::OPC_FilterValue, 15, 175, 3, 0, // Skip to: 2707 /* 1764 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 1767 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 1797 /* 1772 */ MCD::OPC_CheckPredicate, 77, 162, 3, 0, // Skip to: 2707 /* 1777 */ MCD::OPC_CheckField, 23, 9, 253, 3, 154, 3, 0, // Skip to: 2707 /* 1785 */ MCD::OPC_CheckField, 4, 1, 0, 147, 3, 0, // Skip to: 2707 /* 1792 */ MCD::OPC_Decode, 226, 16, 237, 3, // Opcode: VCVTMUS /* 1797 */ MCD::OPC_FilterValue, 1, 137, 3, 0, // Skip to: 2707 /* 1802 */ MCD::OPC_CheckPredicate, 77, 132, 3, 0, // Skip to: 2707 /* 1807 */ MCD::OPC_CheckField, 23, 9, 253, 3, 124, 3, 0, // Skip to: 2707 /* 1815 */ MCD::OPC_CheckField, 4, 1, 0, 117, 3, 0, // Skip to: 2707 /* 1822 */ MCD::OPC_Decode, 223, 16, 237, 3, // Opcode: VCVTMSS /* 1827 */ MCD::OPC_FilterValue, 11, 123, 2, 0, // Skip to: 2467 /* 1832 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 1835 */ MCD::OPC_FilterValue, 0, 87, 0, 0, // Skip to: 1927 /* 1840 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1843 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 1897 /* 1848 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 1851 */ MCD::OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 1874 /* 1857 */ MCD::OPC_CheckPredicate, 82, 77, 3, 0, // Skip to: 2707 /* 1862 */ MCD::OPC_CheckField, 4, 1, 0, 70, 3, 0, // Skip to: 2707 /* 1869 */ MCD::OPC_Decode, 175, 25, 205, 1, // Opcode: VSELEQD /* 1874 */ MCD::OPC_FilterValue, 253, 3, 59, 3, 0, // Skip to: 2707 /* 1880 */ MCD::OPC_CheckPredicate, 82, 54, 3, 0, // Skip to: 2707 /* 1885 */ MCD::OPC_CheckField, 4, 1, 0, 47, 3, 0, // Skip to: 2707 /* 1892 */ MCD::OPC_Decode, 218, 17, 205, 1, // Opcode: VFP_VMAXNMD /* 1897 */ MCD::OPC_FilterValue, 1, 37, 3, 0, // Skip to: 2707 /* 1902 */ MCD::OPC_CheckPredicate, 82, 32, 3, 0, // Skip to: 2707 /* 1907 */ MCD::OPC_CheckField, 23, 9, 253, 3, 24, 3, 0, // Skip to: 2707 /* 1915 */ MCD::OPC_CheckField, 4, 1, 0, 17, 3, 0, // Skip to: 2707 /* 1922 */ MCD::OPC_Decode, 221, 17, 205, 1, // Opcode: VFP_VMINNMD /* 1927 */ MCD::OPC_FilterValue, 1, 32, 0, 0, // Skip to: 1964 /* 1932 */ MCD::OPC_CheckPredicate, 82, 2, 3, 0, // Skip to: 2707 /* 1937 */ MCD::OPC_CheckField, 23, 9, 252, 3, 250, 2, 0, // Skip to: 2707 /* 1945 */ MCD::OPC_CheckField, 6, 1, 0, 243, 2, 0, // Skip to: 2707 /* 1952 */ MCD::OPC_CheckField, 4, 1, 0, 236, 2, 0, // Skip to: 2707 /* 1959 */ MCD::OPC_Decode, 184, 25, 205, 1, // Opcode: VSELVSD /* 1964 */ MCD::OPC_FilterValue, 2, 32, 0, 0, // Skip to: 2001 /* 1969 */ MCD::OPC_CheckPredicate, 82, 221, 2, 0, // Skip to: 2707 /* 1974 */ MCD::OPC_CheckField, 23, 9, 252, 3, 213, 2, 0, // Skip to: 2707 /* 1982 */ MCD::OPC_CheckField, 6, 1, 0, 206, 2, 0, // Skip to: 2707 /* 1989 */ MCD::OPC_CheckField, 4, 1, 0, 199, 2, 0, // Skip to: 2707 /* 1996 */ MCD::OPC_Decode, 178, 25, 205, 1, // Opcode: VSELGED /* 2001 */ MCD::OPC_FilterValue, 3, 189, 2, 0, // Skip to: 2707 /* 2006 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2009 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2039 /* 2014 */ MCD::OPC_CheckPredicate, 82, 176, 2, 0, // Skip to: 2707 /* 2019 */ MCD::OPC_CheckField, 23, 9, 252, 3, 168, 2, 0, // Skip to: 2707 /* 2027 */ MCD::OPC_CheckField, 4, 1, 0, 161, 2, 0, // Skip to: 2707 /* 2034 */ MCD::OPC_Decode, 181, 25, 205, 1, // Opcode: VSELGTD /* 2039 */ MCD::OPC_FilterValue, 1, 151, 2, 0, // Skip to: 2707 /* 2044 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 2047 */ MCD::OPC_FilterValue, 8, 32, 0, 0, // Skip to: 2084 /* 2052 */ MCD::OPC_CheckPredicate, 82, 138, 2, 0, // Skip to: 2707 /* 2057 */ MCD::OPC_CheckField, 23, 9, 253, 3, 130, 2, 0, // Skip to: 2707 /* 2065 */ MCD::OPC_CheckField, 7, 1, 0, 123, 2, 0, // Skip to: 2707 /* 2072 */ MCD::OPC_CheckField, 4, 1, 0, 116, 2, 0, // Skip to: 2707 /* 2079 */ MCD::OPC_Decode, 188, 24, 234, 1, // Opcode: VRINTAD /* 2084 */ MCD::OPC_FilterValue, 9, 32, 0, 0, // Skip to: 2121 /* 2089 */ MCD::OPC_CheckPredicate, 82, 101, 2, 0, // Skip to: 2707 /* 2094 */ MCD::OPC_CheckField, 23, 9, 253, 3, 93, 2, 0, // Skip to: 2707 /* 2102 */ MCD::OPC_CheckField, 7, 1, 0, 86, 2, 0, // Skip to: 2707 /* 2109 */ MCD::OPC_CheckField, 4, 1, 0, 79, 2, 0, // Skip to: 2707 /* 2116 */ MCD::OPC_Decode, 202, 24, 234, 1, // Opcode: VRINTND /* 2121 */ MCD::OPC_FilterValue, 10, 32, 0, 0, // Skip to: 2158 /* 2126 */ MCD::OPC_CheckPredicate, 82, 64, 2, 0, // Skip to: 2707 /* 2131 */ MCD::OPC_CheckField, 23, 9, 253, 3, 56, 2, 0, // Skip to: 2707 /* 2139 */ MCD::OPC_CheckField, 7, 1, 0, 49, 2, 0, // Skip to: 2707 /* 2146 */ MCD::OPC_CheckField, 4, 1, 0, 42, 2, 0, // Skip to: 2707 /* 2153 */ MCD::OPC_Decode, 209, 24, 234, 1, // Opcode: VRINTPD /* 2158 */ MCD::OPC_FilterValue, 11, 32, 0, 0, // Skip to: 2195 /* 2163 */ MCD::OPC_CheckPredicate, 82, 27, 2, 0, // Skip to: 2707 /* 2168 */ MCD::OPC_CheckField, 23, 9, 253, 3, 19, 2, 0, // Skip to: 2707 /* 2176 */ MCD::OPC_CheckField, 7, 1, 0, 12, 2, 0, // Skip to: 2707 /* 2183 */ MCD::OPC_CheckField, 4, 1, 0, 5, 2, 0, // Skip to: 2707 /* 2190 */ MCD::OPC_Decode, 195, 24, 234, 1, // Opcode: VRINTMD /* 2195 */ MCD::OPC_FilterValue, 12, 63, 0, 0, // Skip to: 2263 /* 2200 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 2203 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2233 /* 2208 */ MCD::OPC_CheckPredicate, 82, 238, 1, 0, // Skip to: 2707 /* 2213 */ MCD::OPC_CheckField, 23, 9, 253, 3, 230, 1, 0, // Skip to: 2707 /* 2221 */ MCD::OPC_CheckField, 4, 1, 0, 223, 1, 0, // Skip to: 2707 /* 2228 */ MCD::OPC_Decode, 205, 16, 238, 3, // Opcode: VCVTAUD /* 2233 */ MCD::OPC_FilterValue, 1, 213, 1, 0, // Skip to: 2707 /* 2238 */ MCD::OPC_CheckPredicate, 82, 208, 1, 0, // Skip to: 2707 /* 2243 */ MCD::OPC_CheckField, 23, 9, 253, 3, 200, 1, 0, // Skip to: 2707 /* 2251 */ MCD::OPC_CheckField, 4, 1, 0, 193, 1, 0, // Skip to: 2707 /* 2258 */ MCD::OPC_Decode, 202, 16, 238, 3, // Opcode: VCVTASD /* 2263 */ MCD::OPC_FilterValue, 13, 63, 0, 0, // Skip to: 2331 /* 2268 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 2271 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2301 /* 2276 */ MCD::OPC_CheckPredicate, 82, 170, 1, 0, // Skip to: 2707 /* 2281 */ MCD::OPC_CheckField, 23, 9, 253, 3, 162, 1, 0, // Skip to: 2707 /* 2289 */ MCD::OPC_CheckField, 4, 1, 0, 155, 1, 0, // Skip to: 2707 /* 2296 */ MCD::OPC_Decode, 238, 16, 238, 3, // Opcode: VCVTNUD /* 2301 */ MCD::OPC_FilterValue, 1, 145, 1, 0, // Skip to: 2707 /* 2306 */ MCD::OPC_CheckPredicate, 82, 140, 1, 0, // Skip to: 2707 /* 2311 */ MCD::OPC_CheckField, 23, 9, 253, 3, 132, 1, 0, // Skip to: 2707 /* 2319 */ MCD::OPC_CheckField, 4, 1, 0, 125, 1, 0, // Skip to: 2707 /* 2326 */ MCD::OPC_Decode, 235, 16, 238, 3, // Opcode: VCVTNSD /* 2331 */ MCD::OPC_FilterValue, 14, 63, 0, 0, // Skip to: 2399 /* 2336 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 2339 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2369 /* 2344 */ MCD::OPC_CheckPredicate, 82, 102, 1, 0, // Skip to: 2707 /* 2349 */ MCD::OPC_CheckField, 23, 9, 253, 3, 94, 1, 0, // Skip to: 2707 /* 2357 */ MCD::OPC_CheckField, 4, 1, 0, 87, 1, 0, // Skip to: 2707 /* 2364 */ MCD::OPC_Decode, 252, 16, 238, 3, // Opcode: VCVTPUD /* 2369 */ MCD::OPC_FilterValue, 1, 77, 1, 0, // Skip to: 2707 /* 2374 */ MCD::OPC_CheckPredicate, 82, 72, 1, 0, // Skip to: 2707 /* 2379 */ MCD::OPC_CheckField, 23, 9, 253, 3, 64, 1, 0, // Skip to: 2707 /* 2387 */ MCD::OPC_CheckField, 4, 1, 0, 57, 1, 0, // Skip to: 2707 /* 2394 */ MCD::OPC_Decode, 249, 16, 238, 3, // Opcode: VCVTPSD /* 2399 */ MCD::OPC_FilterValue, 15, 47, 1, 0, // Skip to: 2707 /* 2404 */ MCD::OPC_ExtractField, 7, 1, // Inst{7} ... /* 2407 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2437 /* 2412 */ MCD::OPC_CheckPredicate, 82, 34, 1, 0, // Skip to: 2707 /* 2417 */ MCD::OPC_CheckField, 23, 9, 253, 3, 26, 1, 0, // Skip to: 2707 /* 2425 */ MCD::OPC_CheckField, 4, 1, 0, 19, 1, 0, // Skip to: 2707 /* 2432 */ MCD::OPC_Decode, 224, 16, 238, 3, // Opcode: VCVTMUD /* 2437 */ MCD::OPC_FilterValue, 1, 9, 1, 0, // Skip to: 2707 /* 2442 */ MCD::OPC_CheckPredicate, 82, 4, 1, 0, // Skip to: 2707 /* 2447 */ MCD::OPC_CheckField, 23, 9, 253, 3, 252, 0, 0, // Skip to: 2707 /* 2455 */ MCD::OPC_CheckField, 4, 1, 0, 245, 0, 0, // Skip to: 2707 /* 2462 */ MCD::OPC_Decode, 221, 16, 238, 3, // Opcode: VCVTMSD /* 2467 */ MCD::OPC_FilterValue, 13, 235, 0, 0, // Skip to: 2707 /* 2472 */ MCD::OPC_ExtractField, 4, 1, // Inst{4} ... /* 2475 */ MCD::OPC_FilterValue, 0, 111, 0, 0, // Skip to: 2591 /* 2480 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2483 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 2537 /* 2488 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2491 */ MCD::OPC_FilterValue, 248, 3, 17, 0, 0, // Skip to: 2514 /* 2497 */ MCD::OPC_CheckPredicate, 87, 205, 0, 0, // Skip to: 2707 /* 2502 */ MCD::OPC_CheckField, 20, 2, 2, 198, 0, 0, // Skip to: 2707 /* 2509 */ MCD::OPC_Decode, 171, 25, 213, 1, // Opcode: VSDOTD /* 2514 */ MCD::OPC_FilterValue, 252, 3, 187, 0, 0, // Skip to: 2707 /* 2520 */ MCD::OPC_CheckPredicate, 87, 182, 0, 0, // Skip to: 2707 /* 2525 */ MCD::OPC_CheckField, 20, 2, 2, 175, 0, 0, // Skip to: 2707 /* 2532 */ MCD::OPC_Decode, 172, 25, 221, 1, // Opcode: VSDOTDI /* 2537 */ MCD::OPC_FilterValue, 1, 165, 0, 0, // Skip to: 2707 /* 2542 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2545 */ MCD::OPC_FilterValue, 248, 3, 17, 0, 0, // Skip to: 2568 /* 2551 */ MCD::OPC_CheckPredicate, 87, 151, 0, 0, // Skip to: 2707 /* 2556 */ MCD::OPC_CheckField, 20, 2, 2, 144, 0, 0, // Skip to: 2707 /* 2563 */ MCD::OPC_Decode, 173, 25, 214, 1, // Opcode: VSDOTQ /* 2568 */ MCD::OPC_FilterValue, 252, 3, 133, 0, 0, // Skip to: 2707 /* 2574 */ MCD::OPC_CheckPredicate, 87, 128, 0, 0, // Skip to: 2707 /* 2579 */ MCD::OPC_CheckField, 20, 2, 2, 121, 0, 0, // Skip to: 2707 /* 2586 */ MCD::OPC_Decode, 174, 25, 222, 1, // Opcode: VSDOTQI /* 2591 */ MCD::OPC_FilterValue, 1, 111, 0, 0, // Skip to: 2707 /* 2596 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2599 */ MCD::OPC_FilterValue, 0, 49, 0, 0, // Skip to: 2653 /* 2604 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2607 */ MCD::OPC_FilterValue, 248, 3, 17, 0, 0, // Skip to: 2630 /* 2613 */ MCD::OPC_CheckPredicate, 87, 89, 0, 0, // Skip to: 2707 /* 2618 */ MCD::OPC_CheckField, 20, 2, 2, 82, 0, 0, // Skip to: 2707 /* 2625 */ MCD::OPC_Decode, 248, 28, 213, 1, // Opcode: VUDOTD /* 2630 */ MCD::OPC_FilterValue, 252, 3, 71, 0, 0, // Skip to: 2707 /* 2636 */ MCD::OPC_CheckPredicate, 87, 66, 0, 0, // Skip to: 2707 /* 2641 */ MCD::OPC_CheckField, 20, 2, 2, 59, 0, 0, // Skip to: 2707 /* 2648 */ MCD::OPC_Decode, 249, 28, 221, 1, // Opcode: VUDOTDI /* 2653 */ MCD::OPC_FilterValue, 1, 49, 0, 0, // Skip to: 2707 /* 2658 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 2661 */ MCD::OPC_FilterValue, 248, 3, 17, 0, 0, // Skip to: 2684 /* 2667 */ MCD::OPC_CheckPredicate, 87, 35, 0, 0, // Skip to: 2707 /* 2672 */ MCD::OPC_CheckField, 20, 2, 2, 28, 0, 0, // Skip to: 2707 /* 2679 */ MCD::OPC_Decode, 250, 28, 214, 1, // Opcode: VUDOTQ /* 2684 */ MCD::OPC_FilterValue, 252, 3, 17, 0, 0, // Skip to: 2707 /* 2690 */ MCD::OPC_CheckPredicate, 87, 12, 0, 0, // Skip to: 2707 /* 2695 */ MCD::OPC_CheckField, 20, 2, 2, 5, 0, 0, // Skip to: 2707 /* 2702 */ MCD::OPC_Decode, 251, 28, 222, 1, // Opcode: VUDOTQI /* 2707 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTablev8Crypto32[] = { /* 0 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 3 */ MCD::OPC_FilterValue, 0, 77, 0, 0, // Skip to: 85 /* 8 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 11 */ MCD::OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 48 /* 17 */ MCD::OPC_CheckPredicate, 29, 22, 2, 0, // Skip to: 556 /* 22 */ MCD::OPC_CheckField, 8, 4, 12, 15, 2, 0, // Skip to: 556 /* 29 */ MCD::OPC_CheckField, 6, 1, 1, 8, 2, 0, // Skip to: 556 /* 36 */ MCD::OPC_CheckField, 4, 1, 0, 1, 2, 0, // Skip to: 556 /* 43 */ MCD::OPC_Decode, 160, 13, 214, 1, // Opcode: SHA1C /* 48 */ MCD::OPC_FilterValue, 230, 3, 246, 1, 0, // Skip to: 556 /* 54 */ MCD::OPC_CheckPredicate, 29, 241, 1, 0, // Skip to: 556 /* 59 */ MCD::OPC_CheckField, 8, 4, 12, 234, 1, 0, // Skip to: 556 /* 66 */ MCD::OPC_CheckField, 6, 1, 1, 227, 1, 0, // Skip to: 556 /* 73 */ MCD::OPC_CheckField, 4, 1, 0, 220, 1, 0, // Skip to: 556 /* 80 */ MCD::OPC_Decode, 166, 13, 214, 1, // Opcode: SHA256H /* 85 */ MCD::OPC_FilterValue, 1, 77, 0, 0, // Skip to: 167 /* 90 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 93 */ MCD::OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 130 /* 99 */ MCD::OPC_CheckPredicate, 29, 196, 1, 0, // Skip to: 556 /* 104 */ MCD::OPC_CheckField, 8, 4, 12, 189, 1, 0, // Skip to: 556 /* 111 */ MCD::OPC_CheckField, 6, 1, 1, 182, 1, 0, // Skip to: 556 /* 118 */ MCD::OPC_CheckField, 4, 1, 0, 175, 1, 0, // Skip to: 556 /* 125 */ MCD::OPC_Decode, 163, 13, 214, 1, // Opcode: SHA1P /* 130 */ MCD::OPC_FilterValue, 230, 3, 164, 1, 0, // Skip to: 556 /* 136 */ MCD::OPC_CheckPredicate, 29, 159, 1, 0, // Skip to: 556 /* 141 */ MCD::OPC_CheckField, 8, 4, 12, 152, 1, 0, // Skip to: 556 /* 148 */ MCD::OPC_CheckField, 6, 1, 1, 145, 1, 0, // Skip to: 556 /* 155 */ MCD::OPC_CheckField, 4, 1, 0, 138, 1, 0, // Skip to: 556 /* 162 */ MCD::OPC_Decode, 167, 13, 214, 1, // Opcode: SHA256H2 /* 167 */ MCD::OPC_FilterValue, 2, 77, 0, 0, // Skip to: 249 /* 172 */ MCD::OPC_ExtractField, 23, 9, // Inst{31-23} ... /* 175 */ MCD::OPC_FilterValue, 228, 3, 31, 0, 0, // Skip to: 212 /* 181 */ MCD::OPC_CheckPredicate, 29, 114, 1, 0, // Skip to: 556 /* 186 */ MCD::OPC_CheckField, 8, 4, 12, 107, 1, 0, // Skip to: 556 /* 193 */ MCD::OPC_CheckField, 6, 1, 1, 100, 1, 0, // Skip to: 556 /* 200 */ MCD::OPC_CheckField, 4, 1, 0, 93, 1, 0, // Skip to: 556 /* 207 */ MCD::OPC_Decode, 162, 13, 214, 1, // Opcode: SHA1M /* 212 */ MCD::OPC_FilterValue, 230, 3, 82, 1, 0, // Skip to: 556 /* 218 */ MCD::OPC_CheckPredicate, 29, 77, 1, 0, // Skip to: 556 /* 223 */ MCD::OPC_CheckField, 8, 4, 12, 70, 1, 0, // Skip to: 556 /* 230 */ MCD::OPC_CheckField, 6, 1, 1, 63, 1, 0, // Skip to: 556 /* 237 */ MCD::OPC_CheckField, 4, 1, 0, 56, 1, 0, // Skip to: 556 /* 244 */ MCD::OPC_Decode, 169, 13, 214, 1, // Opcode: SHA256SU1 /* 249 */ MCD::OPC_FilterValue, 3, 46, 1, 0, // Skip to: 556 /* 254 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 257 */ MCD::OPC_FilterValue, 2, 39, 0, 0, // Skip to: 301 /* 262 */ MCD::OPC_CheckPredicate, 29, 33, 1, 0, // Skip to: 556 /* 267 */ MCD::OPC_CheckField, 23, 9, 231, 3, 25, 1, 0, // Skip to: 556 /* 275 */ MCD::OPC_CheckField, 16, 4, 9, 18, 1, 0, // Skip to: 556 /* 282 */ MCD::OPC_CheckField, 6, 2, 3, 11, 1, 0, // Skip to: 556 /* 289 */ MCD::OPC_CheckField, 4, 1, 0, 4, 1, 0, // Skip to: 556 /* 296 */ MCD::OPC_Decode, 161, 13, 235, 1, // Opcode: SHA1H /* 301 */ MCD::OPC_FilterValue, 3, 213, 0, 0, // Skip to: 519 /* 306 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 309 */ MCD::OPC_FilterValue, 0, 32, 0, 0, // Skip to: 346 /* 314 */ MCD::OPC_CheckPredicate, 29, 237, 0, 0, // Skip to: 556 /* 319 */ MCD::OPC_CheckField, 23, 9, 231, 3, 229, 0, 0, // Skip to: 556 /* 327 */ MCD::OPC_CheckField, 16, 4, 0, 222, 0, 0, // Skip to: 556 /* 334 */ MCD::OPC_CheckField, 4, 1, 0, 215, 0, 0, // Skip to: 556 /* 341 */ MCD::OPC_Decode, 228, 4, 241, 1, // Opcode: AESE /* 346 */ MCD::OPC_FilterValue, 1, 32, 0, 0, // Skip to: 383 /* 351 */ MCD::OPC_CheckPredicate, 29, 200, 0, 0, // Skip to: 556 /* 356 */ MCD::OPC_CheckField, 23, 9, 231, 3, 192, 0, 0, // Skip to: 556 /* 364 */ MCD::OPC_CheckField, 16, 4, 0, 185, 0, 0, // Skip to: 556 /* 371 */ MCD::OPC_CheckField, 4, 1, 0, 178, 0, 0, // Skip to: 556 /* 378 */ MCD::OPC_Decode, 227, 4, 241, 1, // Opcode: AESD /* 383 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 451 /* 388 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 391 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 421 /* 396 */ MCD::OPC_CheckPredicate, 29, 155, 0, 0, // Skip to: 556 /* 401 */ MCD::OPC_CheckField, 23, 9, 231, 3, 147, 0, 0, // Skip to: 556 /* 409 */ MCD::OPC_CheckField, 4, 1, 0, 140, 0, 0, // Skip to: 556 /* 416 */ MCD::OPC_Decode, 230, 4, 235, 1, // Opcode: AESMC /* 421 */ MCD::OPC_FilterValue, 10, 130, 0, 0, // Skip to: 556 /* 426 */ MCD::OPC_CheckPredicate, 29, 125, 0, 0, // Skip to: 556 /* 431 */ MCD::OPC_CheckField, 23, 9, 231, 3, 117, 0, 0, // Skip to: 556 /* 439 */ MCD::OPC_CheckField, 4, 1, 0, 110, 0, 0, // Skip to: 556 /* 446 */ MCD::OPC_Decode, 165, 13, 241, 1, // Opcode: SHA1SU1 /* 451 */ MCD::OPC_FilterValue, 3, 100, 0, 0, // Skip to: 556 /* 456 */ MCD::OPC_ExtractField, 16, 4, // Inst{19-16} ... /* 459 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 489 /* 464 */ MCD::OPC_CheckPredicate, 29, 87, 0, 0, // Skip to: 556 /* 469 */ MCD::OPC_CheckField, 23, 9, 231, 3, 79, 0, 0, // Skip to: 556 /* 477 */ MCD::OPC_CheckField, 4, 1, 0, 72, 0, 0, // Skip to: 556 /* 484 */ MCD::OPC_Decode, 229, 4, 235, 1, // Opcode: AESIMC /* 489 */ MCD::OPC_FilterValue, 10, 62, 0, 0, // Skip to: 556 /* 494 */ MCD::OPC_CheckPredicate, 29, 57, 0, 0, // Skip to: 556 /* 499 */ MCD::OPC_CheckField, 23, 9, 231, 3, 49, 0, 0, // Skip to: 556 /* 507 */ MCD::OPC_CheckField, 4, 1, 0, 42, 0, 0, // Skip to: 556 /* 514 */ MCD::OPC_Decode, 168, 13, 241, 1, // Opcode: SHA256SU0 /* 519 */ MCD::OPC_FilterValue, 12, 32, 0, 0, // Skip to: 556 /* 524 */ MCD::OPC_CheckPredicate, 29, 27, 0, 0, // Skip to: 556 /* 529 */ MCD::OPC_CheckField, 23, 9, 228, 3, 19, 0, 0, // Skip to: 556 /* 537 */ MCD::OPC_CheckField, 6, 1, 1, 12, 0, 0, // Skip to: 556 /* 544 */ MCD::OPC_CheckField, 4, 1, 0, 5, 0, 0, // Skip to: 556 /* 551 */ MCD::OPC_Decode, 164, 13, 214, 1, // Opcode: SHA1SU0 /* 556 */ MCD::OPC_Fail, 0 }; static const uint8_t DecoderTablev8NEON32[] = { /* 0 */ MCD::OPC_ExtractField, 8, 4, // Inst{11-8} ... /* 3 */ MCD::OPC_FilterValue, 0, 19, 1, 0, // Skip to: 283 /* 8 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 11 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 79 /* 16 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 19 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 49 /* 24 */ MCD::OPC_CheckPredicate, 88, 174, 8, 0, // Skip to: 2251 /* 29 */ MCD::OPC_CheckField, 23, 9, 231, 3, 166, 8, 0, // Skip to: 2251 /* 37 */ MCD::OPC_CheckField, 4, 1, 0, 159, 8, 0, // Skip to: 2251 /* 44 */ MCD::OPC_Decode, 195, 16, 234, 1, // Opcode: VCVTANSDh /* 49 */ MCD::OPC_FilterValue, 59, 149, 8, 0, // Skip to: 2251 /* 54 */ MCD::OPC_CheckPredicate, 89, 144, 8, 0, // Skip to: 2251 /* 59 */ MCD::OPC_CheckField, 23, 9, 231, 3, 136, 8, 0, // Skip to: 2251 /* 67 */ MCD::OPC_CheckField, 4, 1, 0, 129, 8, 0, // Skip to: 2251 /* 74 */ MCD::OPC_Decode, 194, 16, 234, 1, // Opcode: VCVTANSDf /* 79 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 147 /* 84 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 87 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 117 /* 92 */ MCD::OPC_CheckPredicate, 88, 106, 8, 0, // Skip to: 2251 /* 97 */ MCD::OPC_CheckField, 23, 9, 231, 3, 98, 8, 0, // Skip to: 2251 /* 105 */ MCD::OPC_CheckField, 4, 1, 0, 91, 8, 0, // Skip to: 2251 /* 112 */ MCD::OPC_Decode, 197, 16, 235, 1, // Opcode: VCVTANSQh /* 117 */ MCD::OPC_FilterValue, 59, 81, 8, 0, // Skip to: 2251 /* 122 */ MCD::OPC_CheckPredicate, 89, 76, 8, 0, // Skip to: 2251 /* 127 */ MCD::OPC_CheckField, 23, 9, 231, 3, 68, 8, 0, // Skip to: 2251 /* 135 */ MCD::OPC_CheckField, 4, 1, 0, 61, 8, 0, // Skip to: 2251 /* 142 */ MCD::OPC_Decode, 196, 16, 235, 1, // Opcode: VCVTANSQf /* 147 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 215 /* 152 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 155 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 185 /* 160 */ MCD::OPC_CheckPredicate, 88, 38, 8, 0, // Skip to: 2251 /* 165 */ MCD::OPC_CheckField, 23, 9, 231, 3, 30, 8, 0, // Skip to: 2251 /* 173 */ MCD::OPC_CheckField, 4, 1, 0, 23, 8, 0, // Skip to: 2251 /* 180 */ MCD::OPC_Decode, 199, 16, 234, 1, // Opcode: VCVTANUDh /* 185 */ MCD::OPC_FilterValue, 59, 13, 8, 0, // Skip to: 2251 /* 190 */ MCD::OPC_CheckPredicate, 89, 8, 8, 0, // Skip to: 2251 /* 195 */ MCD::OPC_CheckField, 23, 9, 231, 3, 0, 8, 0, // Skip to: 2251 /* 203 */ MCD::OPC_CheckField, 4, 1, 0, 249, 7, 0, // Skip to: 2251 /* 210 */ MCD::OPC_Decode, 198, 16, 234, 1, // Opcode: VCVTANUDf /* 215 */ MCD::OPC_FilterValue, 3, 239, 7, 0, // Skip to: 2251 /* 220 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 223 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 253 /* 228 */ MCD::OPC_CheckPredicate, 88, 226, 7, 0, // Skip to: 2251 /* 233 */ MCD::OPC_CheckField, 23, 9, 231, 3, 218, 7, 0, // Skip to: 2251 /* 241 */ MCD::OPC_CheckField, 4, 1, 0, 211, 7, 0, // Skip to: 2251 /* 248 */ MCD::OPC_Decode, 201, 16, 235, 1, // Opcode: VCVTANUQh /* 253 */ MCD::OPC_FilterValue, 59, 201, 7, 0, // Skip to: 2251 /* 258 */ MCD::OPC_CheckPredicate, 89, 196, 7, 0, // Skip to: 2251 /* 263 */ MCD::OPC_CheckField, 23, 9, 231, 3, 188, 7, 0, // Skip to: 2251 /* 271 */ MCD::OPC_CheckField, 4, 1, 0, 181, 7, 0, // Skip to: 2251 /* 278 */ MCD::OPC_Decode, 200, 16, 235, 1, // Opcode: VCVTANUQf /* 283 */ MCD::OPC_FilterValue, 1, 19, 1, 0, // Skip to: 563 /* 288 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 291 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 359 /* 296 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 299 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 329 /* 304 */ MCD::OPC_CheckPredicate, 88, 150, 7, 0, // Skip to: 2251 /* 309 */ MCD::OPC_CheckField, 23, 9, 231, 3, 142, 7, 0, // Skip to: 2251 /* 317 */ MCD::OPC_CheckField, 4, 1, 0, 135, 7, 0, // Skip to: 2251 /* 324 */ MCD::OPC_Decode, 228, 16, 234, 1, // Opcode: VCVTNNSDh /* 329 */ MCD::OPC_FilterValue, 59, 125, 7, 0, // Skip to: 2251 /* 334 */ MCD::OPC_CheckPredicate, 89, 120, 7, 0, // Skip to: 2251 /* 339 */ MCD::OPC_CheckField, 23, 9, 231, 3, 112, 7, 0, // Skip to: 2251 /* 347 */ MCD::OPC_CheckField, 4, 1, 0, 105, 7, 0, // Skip to: 2251 /* 354 */ MCD::OPC_Decode, 227, 16, 234, 1, // Opcode: VCVTNNSDf /* 359 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 427 /* 364 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 367 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 397 /* 372 */ MCD::OPC_CheckPredicate, 88, 82, 7, 0, // Skip to: 2251 /* 377 */ MCD::OPC_CheckField, 23, 9, 231, 3, 74, 7, 0, // Skip to: 2251 /* 385 */ MCD::OPC_CheckField, 4, 1, 0, 67, 7, 0, // Skip to: 2251 /* 392 */ MCD::OPC_Decode, 230, 16, 235, 1, // Opcode: VCVTNNSQh /* 397 */ MCD::OPC_FilterValue, 59, 57, 7, 0, // Skip to: 2251 /* 402 */ MCD::OPC_CheckPredicate, 89, 52, 7, 0, // Skip to: 2251 /* 407 */ MCD::OPC_CheckField, 23, 9, 231, 3, 44, 7, 0, // Skip to: 2251 /* 415 */ MCD::OPC_CheckField, 4, 1, 0, 37, 7, 0, // Skip to: 2251 /* 422 */ MCD::OPC_Decode, 229, 16, 235, 1, // Opcode: VCVTNNSQf /* 427 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 495 /* 432 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 435 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 465 /* 440 */ MCD::OPC_CheckPredicate, 88, 14, 7, 0, // Skip to: 2251 /* 445 */ MCD::OPC_CheckField, 23, 9, 231, 3, 6, 7, 0, // Skip to: 2251 /* 453 */ MCD::OPC_CheckField, 4, 1, 0, 255, 6, 0, // Skip to: 2251 /* 460 */ MCD::OPC_Decode, 232, 16, 234, 1, // Opcode: VCVTNNUDh /* 465 */ MCD::OPC_FilterValue, 59, 245, 6, 0, // Skip to: 2251 /* 470 */ MCD::OPC_CheckPredicate, 89, 240, 6, 0, // Skip to: 2251 /* 475 */ MCD::OPC_CheckField, 23, 9, 231, 3, 232, 6, 0, // Skip to: 2251 /* 483 */ MCD::OPC_CheckField, 4, 1, 0, 225, 6, 0, // Skip to: 2251 /* 490 */ MCD::OPC_Decode, 231, 16, 234, 1, // Opcode: VCVTNNUDf /* 495 */ MCD::OPC_FilterValue, 3, 215, 6, 0, // Skip to: 2251 /* 500 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 503 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 533 /* 508 */ MCD::OPC_CheckPredicate, 88, 202, 6, 0, // Skip to: 2251 /* 513 */ MCD::OPC_CheckField, 23, 9, 231, 3, 194, 6, 0, // Skip to: 2251 /* 521 */ MCD::OPC_CheckField, 4, 1, 0, 187, 6, 0, // Skip to: 2251 /* 528 */ MCD::OPC_Decode, 234, 16, 235, 1, // Opcode: VCVTNNUQh /* 533 */ MCD::OPC_FilterValue, 59, 177, 6, 0, // Skip to: 2251 /* 538 */ MCD::OPC_CheckPredicate, 89, 172, 6, 0, // Skip to: 2251 /* 543 */ MCD::OPC_CheckField, 23, 9, 231, 3, 164, 6, 0, // Skip to: 2251 /* 551 */ MCD::OPC_CheckField, 4, 1, 0, 157, 6, 0, // Skip to: 2251 /* 558 */ MCD::OPC_Decode, 233, 16, 235, 1, // Opcode: VCVTNNUQf /* 563 */ MCD::OPC_FilterValue, 2, 19, 1, 0, // Skip to: 843 /* 568 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 571 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 639 /* 576 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 579 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 609 /* 584 */ MCD::OPC_CheckPredicate, 88, 126, 6, 0, // Skip to: 2251 /* 589 */ MCD::OPC_CheckField, 23, 9, 231, 3, 118, 6, 0, // Skip to: 2251 /* 597 */ MCD::OPC_CheckField, 4, 1, 0, 111, 6, 0, // Skip to: 2251 /* 604 */ MCD::OPC_Decode, 242, 16, 234, 1, // Opcode: VCVTPNSDh /* 609 */ MCD::OPC_FilterValue, 59, 101, 6, 0, // Skip to: 2251 /* 614 */ MCD::OPC_CheckPredicate, 89, 96, 6, 0, // Skip to: 2251 /* 619 */ MCD::OPC_CheckField, 23, 9, 231, 3, 88, 6, 0, // Skip to: 2251 /* 627 */ MCD::OPC_CheckField, 4, 1, 0, 81, 6, 0, // Skip to: 2251 /* 634 */ MCD::OPC_Decode, 241, 16, 234, 1, // Opcode: VCVTPNSDf /* 639 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 707 /* 644 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 647 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 677 /* 652 */ MCD::OPC_CheckPredicate, 88, 58, 6, 0, // Skip to: 2251 /* 657 */ MCD::OPC_CheckField, 23, 9, 231, 3, 50, 6, 0, // Skip to: 2251 /* 665 */ MCD::OPC_CheckField, 4, 1, 0, 43, 6, 0, // Skip to: 2251 /* 672 */ MCD::OPC_Decode, 244, 16, 235, 1, // Opcode: VCVTPNSQh /* 677 */ MCD::OPC_FilterValue, 59, 33, 6, 0, // Skip to: 2251 /* 682 */ MCD::OPC_CheckPredicate, 89, 28, 6, 0, // Skip to: 2251 /* 687 */ MCD::OPC_CheckField, 23, 9, 231, 3, 20, 6, 0, // Skip to: 2251 /* 695 */ MCD::OPC_CheckField, 4, 1, 0, 13, 6, 0, // Skip to: 2251 /* 702 */ MCD::OPC_Decode, 243, 16, 235, 1, // Opcode: VCVTPNSQf /* 707 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 775 /* 712 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 715 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 745 /* 720 */ MCD::OPC_CheckPredicate, 88, 246, 5, 0, // Skip to: 2251 /* 725 */ MCD::OPC_CheckField, 23, 9, 231, 3, 238, 5, 0, // Skip to: 2251 /* 733 */ MCD::OPC_CheckField, 4, 1, 0, 231, 5, 0, // Skip to: 2251 /* 740 */ MCD::OPC_Decode, 246, 16, 234, 1, // Opcode: VCVTPNUDh /* 745 */ MCD::OPC_FilterValue, 59, 221, 5, 0, // Skip to: 2251 /* 750 */ MCD::OPC_CheckPredicate, 89, 216, 5, 0, // Skip to: 2251 /* 755 */ MCD::OPC_CheckField, 23, 9, 231, 3, 208, 5, 0, // Skip to: 2251 /* 763 */ MCD::OPC_CheckField, 4, 1, 0, 201, 5, 0, // Skip to: 2251 /* 770 */ MCD::OPC_Decode, 245, 16, 234, 1, // Opcode: VCVTPNUDf /* 775 */ MCD::OPC_FilterValue, 3, 191, 5, 0, // Skip to: 2251 /* 780 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 783 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 813 /* 788 */ MCD::OPC_CheckPredicate, 88, 178, 5, 0, // Skip to: 2251 /* 793 */ MCD::OPC_CheckField, 23, 9, 231, 3, 170, 5, 0, // Skip to: 2251 /* 801 */ MCD::OPC_CheckField, 4, 1, 0, 163, 5, 0, // Skip to: 2251 /* 808 */ MCD::OPC_Decode, 248, 16, 235, 1, // Opcode: VCVTPNUQh /* 813 */ MCD::OPC_FilterValue, 59, 153, 5, 0, // Skip to: 2251 /* 818 */ MCD::OPC_CheckPredicate, 89, 148, 5, 0, // Skip to: 2251 /* 823 */ MCD::OPC_CheckField, 23, 9, 231, 3, 140, 5, 0, // Skip to: 2251 /* 831 */ MCD::OPC_CheckField, 4, 1, 0, 133, 5, 0, // Skip to: 2251 /* 838 */ MCD::OPC_Decode, 247, 16, 235, 1, // Opcode: VCVTPNUQf /* 843 */ MCD::OPC_FilterValue, 3, 19, 1, 0, // Skip to: 1123 /* 848 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 851 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 919 /* 856 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 859 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 889 /* 864 */ MCD::OPC_CheckPredicate, 88, 102, 5, 0, // Skip to: 2251 /* 869 */ MCD::OPC_CheckField, 23, 9, 231, 3, 94, 5, 0, // Skip to: 2251 /* 877 */ MCD::OPC_CheckField, 4, 1, 0, 87, 5, 0, // Skip to: 2251 /* 884 */ MCD::OPC_Decode, 214, 16, 234, 1, // Opcode: VCVTMNSDh /* 889 */ MCD::OPC_FilterValue, 59, 77, 5, 0, // Skip to: 2251 /* 894 */ MCD::OPC_CheckPredicate, 89, 72, 5, 0, // Skip to: 2251 /* 899 */ MCD::OPC_CheckField, 23, 9, 231, 3, 64, 5, 0, // Skip to: 2251 /* 907 */ MCD::OPC_CheckField, 4, 1, 0, 57, 5, 0, // Skip to: 2251 /* 914 */ MCD::OPC_Decode, 213, 16, 234, 1, // Opcode: VCVTMNSDf /* 919 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 987 /* 924 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 927 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 957 /* 932 */ MCD::OPC_CheckPredicate, 88, 34, 5, 0, // Skip to: 2251 /* 937 */ MCD::OPC_CheckField, 23, 9, 231, 3, 26, 5, 0, // Skip to: 2251 /* 945 */ MCD::OPC_CheckField, 4, 1, 0, 19, 5, 0, // Skip to: 2251 /* 952 */ MCD::OPC_Decode, 216, 16, 235, 1, // Opcode: VCVTMNSQh /* 957 */ MCD::OPC_FilterValue, 59, 9, 5, 0, // Skip to: 2251 /* 962 */ MCD::OPC_CheckPredicate, 89, 4, 5, 0, // Skip to: 2251 /* 967 */ MCD::OPC_CheckField, 23, 9, 231, 3, 252, 4, 0, // Skip to: 2251 /* 975 */ MCD::OPC_CheckField, 4, 1, 0, 245, 4, 0, // Skip to: 2251 /* 982 */ MCD::OPC_Decode, 215, 16, 235, 1, // Opcode: VCVTMNSQf /* 987 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 1055 /* 992 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 995 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 1025 /* 1000 */ MCD::OPC_CheckPredicate, 88, 222, 4, 0, // Skip to: 2251 /* 1005 */ MCD::OPC_CheckField, 23, 9, 231, 3, 214, 4, 0, // Skip to: 2251 /* 1013 */ MCD::OPC_CheckField, 4, 1, 0, 207, 4, 0, // Skip to: 2251 /* 1020 */ MCD::OPC_Decode, 218, 16, 234, 1, // Opcode: VCVTMNUDh /* 1025 */ MCD::OPC_FilterValue, 59, 197, 4, 0, // Skip to: 2251 /* 1030 */ MCD::OPC_CheckPredicate, 89, 192, 4, 0, // Skip to: 2251 /* 1035 */ MCD::OPC_CheckField, 23, 9, 231, 3, 184, 4, 0, // Skip to: 2251 /* 1043 */ MCD::OPC_CheckField, 4, 1, 0, 177, 4, 0, // Skip to: 2251 /* 1050 */ MCD::OPC_Decode, 217, 16, 234, 1, // Opcode: VCVTMNUDf /* 1055 */ MCD::OPC_FilterValue, 3, 167, 4, 0, // Skip to: 2251 /* 1060 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1063 */ MCD::OPC_FilterValue, 55, 25, 0, 0, // Skip to: 1093 /* 1068 */ MCD::OPC_CheckPredicate, 88, 154, 4, 0, // Skip to: 2251 /* 1073 */ MCD::OPC_CheckField, 23, 9, 231, 3, 146, 4, 0, // Skip to: 2251 /* 1081 */ MCD::OPC_CheckField, 4, 1, 0, 139, 4, 0, // Skip to: 2251 /* 1088 */ MCD::OPC_Decode, 220, 16, 235, 1, // Opcode: VCVTMNUQh /* 1093 */ MCD::OPC_FilterValue, 59, 129, 4, 0, // Skip to: 2251 /* 1098 */ MCD::OPC_CheckPredicate, 89, 124, 4, 0, // Skip to: 2251 /* 1103 */ MCD::OPC_CheckField, 23, 9, 231, 3, 116, 4, 0, // Skip to: 2251 /* 1111 */ MCD::OPC_CheckField, 4, 1, 0, 109, 4, 0, // Skip to: 2251 /* 1118 */ MCD::OPC_Decode, 219, 16, 235, 1, // Opcode: VCVTMNUQf /* 1123 */ MCD::OPC_FilterValue, 4, 19, 1, 0, // Skip to: 1403 /* 1128 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 1131 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 1199 /* 1136 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1139 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1169 /* 1144 */ MCD::OPC_CheckPredicate, 88, 78, 4, 0, // Skip to: 2251 /* 1149 */ MCD::OPC_CheckField, 23, 9, 231, 3, 70, 4, 0, // Skip to: 2251 /* 1157 */ MCD::OPC_CheckField, 4, 1, 0, 63, 4, 0, // Skip to: 2251 /* 1164 */ MCD::OPC_Decode, 205, 24, 234, 1, // Opcode: VRINTNNDh /* 1169 */ MCD::OPC_FilterValue, 58, 53, 4, 0, // Skip to: 2251 /* 1174 */ MCD::OPC_CheckPredicate, 89, 48, 4, 0, // Skip to: 2251 /* 1179 */ MCD::OPC_CheckField, 23, 9, 231, 3, 40, 4, 0, // Skip to: 2251 /* 1187 */ MCD::OPC_CheckField, 4, 1, 0, 33, 4, 0, // Skip to: 2251 /* 1194 */ MCD::OPC_Decode, 204, 24, 234, 1, // Opcode: VRINTNNDf /* 1199 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 1267 /* 1204 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1207 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1237 /* 1212 */ MCD::OPC_CheckPredicate, 88, 10, 4, 0, // Skip to: 2251 /* 1217 */ MCD::OPC_CheckField, 23, 9, 231, 3, 2, 4, 0, // Skip to: 2251 /* 1225 */ MCD::OPC_CheckField, 4, 1, 0, 251, 3, 0, // Skip to: 2251 /* 1232 */ MCD::OPC_Decode, 207, 24, 235, 1, // Opcode: VRINTNNQh /* 1237 */ MCD::OPC_FilterValue, 58, 241, 3, 0, // Skip to: 2251 /* 1242 */ MCD::OPC_CheckPredicate, 89, 236, 3, 0, // Skip to: 2251 /* 1247 */ MCD::OPC_CheckField, 23, 9, 231, 3, 228, 3, 0, // Skip to: 2251 /* 1255 */ MCD::OPC_CheckField, 4, 1, 0, 221, 3, 0, // Skip to: 2251 /* 1262 */ MCD::OPC_Decode, 206, 24, 235, 1, // Opcode: VRINTNNQf /* 1267 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 1335 /* 1272 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1275 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1305 /* 1280 */ MCD::OPC_CheckPredicate, 88, 198, 3, 0, // Skip to: 2251 /* 1285 */ MCD::OPC_CheckField, 23, 9, 231, 3, 190, 3, 0, // Skip to: 2251 /* 1293 */ MCD::OPC_CheckField, 4, 1, 0, 183, 3, 0, // Skip to: 2251 /* 1300 */ MCD::OPC_Decode, 222, 24, 234, 1, // Opcode: VRINTXNDh /* 1305 */ MCD::OPC_FilterValue, 58, 173, 3, 0, // Skip to: 2251 /* 1310 */ MCD::OPC_CheckPredicate, 89, 168, 3, 0, // Skip to: 2251 /* 1315 */ MCD::OPC_CheckField, 23, 9, 231, 3, 160, 3, 0, // Skip to: 2251 /* 1323 */ MCD::OPC_CheckField, 4, 1, 0, 153, 3, 0, // Skip to: 2251 /* 1330 */ MCD::OPC_Decode, 221, 24, 234, 1, // Opcode: VRINTXNDf /* 1335 */ MCD::OPC_FilterValue, 3, 143, 3, 0, // Skip to: 2251 /* 1340 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1343 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1373 /* 1348 */ MCD::OPC_CheckPredicate, 88, 130, 3, 0, // Skip to: 2251 /* 1353 */ MCD::OPC_CheckField, 23, 9, 231, 3, 122, 3, 0, // Skip to: 2251 /* 1361 */ MCD::OPC_CheckField, 4, 1, 0, 115, 3, 0, // Skip to: 2251 /* 1368 */ MCD::OPC_Decode, 224, 24, 235, 1, // Opcode: VRINTXNQh /* 1373 */ MCD::OPC_FilterValue, 58, 105, 3, 0, // Skip to: 2251 /* 1378 */ MCD::OPC_CheckPredicate, 89, 100, 3, 0, // Skip to: 2251 /* 1383 */ MCD::OPC_CheckField, 23, 9, 231, 3, 92, 3, 0, // Skip to: 2251 /* 1391 */ MCD::OPC_CheckField, 4, 1, 0, 85, 3, 0, // Skip to: 2251 /* 1398 */ MCD::OPC_Decode, 223, 24, 235, 1, // Opcode: VRINTXNQf /* 1403 */ MCD::OPC_FilterValue, 5, 19, 1, 0, // Skip to: 1683 /* 1408 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 1411 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 1479 /* 1416 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1419 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1449 /* 1424 */ MCD::OPC_CheckPredicate, 88, 54, 3, 0, // Skip to: 2251 /* 1429 */ MCD::OPC_CheckField, 23, 9, 231, 3, 46, 3, 0, // Skip to: 2251 /* 1437 */ MCD::OPC_CheckField, 4, 1, 0, 39, 3, 0, // Skip to: 2251 /* 1444 */ MCD::OPC_Decode, 191, 24, 234, 1, // Opcode: VRINTANDh /* 1449 */ MCD::OPC_FilterValue, 58, 29, 3, 0, // Skip to: 2251 /* 1454 */ MCD::OPC_CheckPredicate, 89, 24, 3, 0, // Skip to: 2251 /* 1459 */ MCD::OPC_CheckField, 23, 9, 231, 3, 16, 3, 0, // Skip to: 2251 /* 1467 */ MCD::OPC_CheckField, 4, 1, 0, 9, 3, 0, // Skip to: 2251 /* 1474 */ MCD::OPC_Decode, 190, 24, 234, 1, // Opcode: VRINTANDf /* 1479 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 1547 /* 1484 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1487 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1517 /* 1492 */ MCD::OPC_CheckPredicate, 88, 242, 2, 0, // Skip to: 2251 /* 1497 */ MCD::OPC_CheckField, 23, 9, 231, 3, 234, 2, 0, // Skip to: 2251 /* 1505 */ MCD::OPC_CheckField, 4, 1, 0, 227, 2, 0, // Skip to: 2251 /* 1512 */ MCD::OPC_Decode, 193, 24, 235, 1, // Opcode: VRINTANQh /* 1517 */ MCD::OPC_FilterValue, 58, 217, 2, 0, // Skip to: 2251 /* 1522 */ MCD::OPC_CheckPredicate, 89, 212, 2, 0, // Skip to: 2251 /* 1527 */ MCD::OPC_CheckField, 23, 9, 231, 3, 204, 2, 0, // Skip to: 2251 /* 1535 */ MCD::OPC_CheckField, 4, 1, 0, 197, 2, 0, // Skip to: 2251 /* 1542 */ MCD::OPC_Decode, 192, 24, 235, 1, // Opcode: VRINTANQf /* 1547 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 1615 /* 1552 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1555 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1585 /* 1560 */ MCD::OPC_CheckPredicate, 88, 174, 2, 0, // Skip to: 2251 /* 1565 */ MCD::OPC_CheckField, 23, 9, 231, 3, 166, 2, 0, // Skip to: 2251 /* 1573 */ MCD::OPC_CheckField, 4, 1, 0, 159, 2, 0, // Skip to: 2251 /* 1580 */ MCD::OPC_Decode, 229, 24, 234, 1, // Opcode: VRINTZNDh /* 1585 */ MCD::OPC_FilterValue, 58, 149, 2, 0, // Skip to: 2251 /* 1590 */ MCD::OPC_CheckPredicate, 89, 144, 2, 0, // Skip to: 2251 /* 1595 */ MCD::OPC_CheckField, 23, 9, 231, 3, 136, 2, 0, // Skip to: 2251 /* 1603 */ MCD::OPC_CheckField, 4, 1, 0, 129, 2, 0, // Skip to: 2251 /* 1610 */ MCD::OPC_Decode, 228, 24, 234, 1, // Opcode: VRINTZNDf /* 1615 */ MCD::OPC_FilterValue, 3, 119, 2, 0, // Skip to: 2251 /* 1620 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1623 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1653 /* 1628 */ MCD::OPC_CheckPredicate, 88, 106, 2, 0, // Skip to: 2251 /* 1633 */ MCD::OPC_CheckField, 23, 9, 231, 3, 98, 2, 0, // Skip to: 2251 /* 1641 */ MCD::OPC_CheckField, 4, 1, 0, 91, 2, 0, // Skip to: 2251 /* 1648 */ MCD::OPC_Decode, 231, 24, 235, 1, // Opcode: VRINTZNQh /* 1653 */ MCD::OPC_FilterValue, 58, 81, 2, 0, // Skip to: 2251 /* 1658 */ MCD::OPC_CheckPredicate, 89, 76, 2, 0, // Skip to: 2251 /* 1663 */ MCD::OPC_CheckField, 23, 9, 231, 3, 68, 2, 0, // Skip to: 2251 /* 1671 */ MCD::OPC_CheckField, 4, 1, 0, 61, 2, 0, // Skip to: 2251 /* 1678 */ MCD::OPC_Decode, 230, 24, 235, 1, // Opcode: VRINTZNQf /* 1683 */ MCD::OPC_FilterValue, 6, 139, 0, 0, // Skip to: 1827 /* 1688 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 1691 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 1759 /* 1696 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1699 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1729 /* 1704 */ MCD::OPC_CheckPredicate, 88, 30, 2, 0, // Skip to: 2251 /* 1709 */ MCD::OPC_CheckField, 23, 9, 231, 3, 22, 2, 0, // Skip to: 2251 /* 1717 */ MCD::OPC_CheckField, 4, 1, 0, 15, 2, 0, // Skip to: 2251 /* 1724 */ MCD::OPC_Decode, 198, 24, 234, 1, // Opcode: VRINTMNDh /* 1729 */ MCD::OPC_FilterValue, 58, 5, 2, 0, // Skip to: 2251 /* 1734 */ MCD::OPC_CheckPredicate, 89, 0, 2, 0, // Skip to: 2251 /* 1739 */ MCD::OPC_CheckField, 23, 9, 231, 3, 248, 1, 0, // Skip to: 2251 /* 1747 */ MCD::OPC_CheckField, 4, 1, 0, 241, 1, 0, // Skip to: 2251 /* 1754 */ MCD::OPC_Decode, 197, 24, 234, 1, // Opcode: VRINTMNDf /* 1759 */ MCD::OPC_FilterValue, 3, 231, 1, 0, // Skip to: 2251 /* 1764 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1767 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1797 /* 1772 */ MCD::OPC_CheckPredicate, 88, 218, 1, 0, // Skip to: 2251 /* 1777 */ MCD::OPC_CheckField, 23, 9, 231, 3, 210, 1, 0, // Skip to: 2251 /* 1785 */ MCD::OPC_CheckField, 4, 1, 0, 203, 1, 0, // Skip to: 2251 /* 1792 */ MCD::OPC_Decode, 200, 24, 235, 1, // Opcode: VRINTMNQh /* 1797 */ MCD::OPC_FilterValue, 58, 193, 1, 0, // Skip to: 2251 /* 1802 */ MCD::OPC_CheckPredicate, 89, 188, 1, 0, // Skip to: 2251 /* 1807 */ MCD::OPC_CheckField, 23, 9, 231, 3, 180, 1, 0, // Skip to: 2251 /* 1815 */ MCD::OPC_CheckField, 4, 1, 0, 173, 1, 0, // Skip to: 2251 /* 1822 */ MCD::OPC_Decode, 199, 24, 235, 1, // Opcode: VRINTMNQf /* 1827 */ MCD::OPC_FilterValue, 7, 139, 0, 0, // Skip to: 1971 /* 1832 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... /* 1835 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 1903 /* 1840 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1843 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1873 /* 1848 */ MCD::OPC_CheckPredicate, 88, 142, 1, 0, // Skip to: 2251 /* 1853 */ MCD::OPC_CheckField, 23, 9, 231, 3, 134, 1, 0, // Skip to: 2251 /* 1861 */ MCD::OPC_CheckField, 4, 1, 0, 127, 1, 0, // Skip to: 2251 /* 1868 */ MCD::OPC_Decode, 212, 24, 234, 1, // Opcode: VRINTPNDh /* 1873 */ MCD::OPC_FilterValue, 58, 117, 1, 0, // Skip to: 2251 /* 1878 */ MCD::OPC_CheckPredicate, 89, 112, 1, 0, // Skip to: 2251 /* 1883 */ MCD::OPC_CheckField, 23, 9, 231, 3, 104, 1, 0, // Skip to: 2251 /* 1891 */ MCD::OPC_CheckField, 4, 1, 0, 97, 1, 0, // Skip to: 2251 /* 1898 */ MCD::OPC_Decode, 211, 24, 234, 1, // Opcode: VRINTPNDf /* 1903 */ MCD::OPC_FilterValue, 3, 87, 1, 0, // Skip to: 2251 /* 1908 */ MCD::OPC_ExtractField, 16, 6, // Inst{21-16} ... /* 1911 */ MCD::OPC_FilterValue, 54, 25, 0, 0, // Skip to: 1941 /* 1916 */ MCD::OPC_CheckPredicate, 88, 74, 1, 0, // Skip to: 2251 /* 1921 */ MCD::OPC_CheckField, 23, 9, 231, 3, 66, 1, 0, // Skip to: 2251 /* 1929 */ MCD::OPC_CheckField, 4, 1, 0, 59, 1, 0, // Skip to: 2251 /* 1936 */ MCD::OPC_Decode, 214, 24, 235, 1, // Opcode: VRINTPNQh /* 1941 */ MCD::OPC_FilterValue, 58, 49, 1, 0, // Skip to: 2251 /* 1946 */ MCD::OPC_CheckPredicate, 89, 44, 1, 0, // Skip to: 2251 /* 1951 */ MCD::OPC_CheckField, 23, 9, 231, 3, 36, 1, 0, // Skip to: 2251 /* 1959 */ MCD::OPC_CheckField, 4, 1, 0, 29, 1, 0, // Skip to: 2251 /* 1966 */ MCD::OPC_Decode, 213, 24, 235, 1, // Opcode: VRINTPNQf /* 1971 */ MCD::OPC_FilterValue, 15, 19, 1, 0, // Skip to: 2251 /* 1976 */ MCD::OPC_ExtractField, 20, 2, // Inst{21-20} ... /* 1979 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 2047 /* 1984 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 1987 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2017 /* 1992 */ MCD::OPC_CheckPredicate, 89, 254, 0, 0, // Skip to: 2251 /* 1997 */ MCD::OPC_CheckField, 23, 9, 230, 3, 246, 0, 0, // Skip to: 2251 /* 2005 */ MCD::OPC_CheckField, 4, 1, 1, 239, 0, 0, // Skip to: 2251 /* 2012 */ MCD::OPC_Decode, 225, 12, 205, 1, // Opcode: NEON_VMAXNMNDf /* 2017 */ MCD::OPC_FilterValue, 1, 229, 0, 0, // Skip to: 2251 /* 2022 */ MCD::OPC_CheckPredicate, 89, 224, 0, 0, // Skip to: 2251 /* 2027 */ MCD::OPC_CheckField, 23, 9, 230, 3, 216, 0, 0, // Skip to: 2251 /* 2035 */ MCD::OPC_CheckField, 4, 1, 1, 209, 0, 0, // Skip to: 2251 /* 2042 */ MCD::OPC_Decode, 227, 12, 206, 1, // Opcode: NEON_VMAXNMNQf /* 2047 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 2115 /* 2052 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2055 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2085 /* 2060 */ MCD::OPC_CheckPredicate, 88, 186, 0, 0, // Skip to: 2251 /* 2065 */ MCD::OPC_CheckField, 23, 9, 230, 3, 178, 0, 0, // Skip to: 2251 /* 2073 */ MCD::OPC_CheckField, 4, 1, 1, 171, 0, 0, // Skip to: 2251 /* 2080 */ MCD::OPC_Decode, 226, 12, 205, 1, // Opcode: NEON_VMAXNMNDh /* 2085 */ MCD::OPC_FilterValue, 1, 161, 0, 0, // Skip to: 2251 /* 2090 */ MCD::OPC_CheckPredicate, 88, 156, 0, 0, // Skip to: 2251 /* 2095 */ MCD::OPC_CheckField, 23, 9, 230, 3, 148, 0, 0, // Skip to: 2251 /* 2103 */ MCD::OPC_CheckField, 4, 1, 1, 141, 0, 0, // Skip to: 2251 /* 2110 */ MCD::OPC_Decode, 228, 12, 206, 1, // Opcode: NEON_VMAXNMNQh /* 2115 */ MCD::OPC_FilterValue, 2, 63, 0, 0, // Skip to: 2183 /* 2120 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2123 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2153 /* 2128 */ MCD::OPC_CheckPredicate, 89, 118, 0, 0, // Skip to: 2251 /* 2133 */ MCD::OPC_CheckField, 23, 9, 230, 3, 110, 0, 0, // Skip to: 2251 /* 2141 */ MCD::OPC_CheckField, 4, 1, 1, 103, 0, 0, // Skip to: 2251 /* 2148 */ MCD::OPC_Decode, 229, 12, 205, 1, // Opcode: NEON_VMINNMNDf /* 2153 */ MCD::OPC_FilterValue, 1, 93, 0, 0, // Skip to: 2251 /* 2158 */ MCD::OPC_CheckPredicate, 89, 88, 0, 0, // Skip to: 2251 /* 2163 */ MCD::OPC_CheckField, 23, 9, 230, 3, 80, 0, 0, // Skip to: 2251 /* 2171 */ MCD::OPC_CheckField, 4, 1, 1, 73, 0, 0, // Skip to: 2251 /* 2178 */ MCD::OPC_Decode, 231, 12, 206, 1, // Opcode: NEON_VMINNMNQf /* 2183 */ MCD::OPC_FilterValue, 3, 63, 0, 0, // Skip to: 2251 /* 2188 */ MCD::OPC_ExtractField, 6, 1, // Inst{6} ... /* 2191 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 2221 /* 2196 */ MCD::OPC_CheckPredicate, 88, 50, 0, 0, // Skip to: 2251 /* 2201 */ MCD::OPC_CheckField, 23, 9, 230, 3, 42, 0, 0, // Skip to: 2251 /* 2209 */ MCD::OPC_CheckField, 4, 1, 1, 35, 0, 0, // Skip to: 2251 /* 2216 */ MCD::OPC_Decode, 230, 12, 205, 1, // Opcode: NEON_VMINNMNDh /* 2221 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 2251 /* 2226 */ MCD::OPC_CheckPredicate, 88, 20, 0, 0, // Skip to: 2251 /* 2231 */ MCD::OPC_CheckField, 23, 9, 230, 3, 12, 0, 0, // Skip to: 2251 /* 2239 */ MCD::OPC_CheckField, 4, 1, 1, 5, 0, 0, // Skip to: 2251 /* 2246 */ MCD::OPC_Decode, 232, 12, 206, 1, // Opcode: NEON_VMINNMNQh /* 2251 */ MCD::OPC_Fail, 0 }; static bool checkDecoderPredicate(unsigned Idx, const FeatureBitset& Bits) { switch (Idx) { default: llvm_unreachable("Invalid index!"); case 0: return (!Bits[ARM::ModeThumb]); case 1: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV6Ops]); case 2: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV8Ops] && Bits[ARM::FeatureCRC]); case 3: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV5TEOps]); case 4: return (!Bits[ARM::ModeThumb] && !Bits[ARM::HasV8Ops]); case 5: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV8Ops]); case 6: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV8Ops] && Bits[ARM::HasV8_1aOps]); case 7: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureVirtualization]); case 8: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureAcquireRelease]); case 9: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureAcquireRelease] && Bits[ARM::FeatureV7Clrex]); case 10: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV4TOps]); case 11: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV5TOps]); case 12: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureTrustZone]); case 13: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV6T2Ops]); case 14: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV8_4aOps]); case 15: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV7Ops]); case 16: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV7Ops] && Bits[ARM::FeatureMP]); case 17: return (!Bits[ARM::ModeThumb] && Bits[ARM::HasV6KOps]); case 18: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureDB]); case 19: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureSB]); case 20: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureHWDivARM]); case 21: return (!Bits[ARM::ModeThumb] && Bits[ARM::FeatureNaClTrap]); case 22: return (Bits[ARM::HasMVEIntegerOps]); case 23: return (Bits[ARM::HasV8_1MMainlineOps] && Bits[ARM::HasMVEIntegerOps]); case 24: return (Bits[ARM::HasMVEFloatOps]); case 25: return (Bits[ARM::FeatureFPRegs] && Bits[ARM::HasV8_1MMainlineOps]); case 26: return (Bits[ARM::FeatureNEON]); case 27: return (Bits[ARM::FeatureNEON] && Bits[ARM::FeatureFullFP16]); case 28: return (Bits[ARM::FeatureNEON] && Bits[ARM::HasV8_1aOps]); case 29: return (Bits[ARM::HasV8Ops] && Bits[ARM::FeatureCrypto]); case 30: return (Bits[ARM::FeatureNEON] && Bits[ARM::FeatureFP16]); case 31: return (Bits[ARM::FeatureNEON] && Bits[ARM::FeatureVFP4_D16_SP]); case 32: return (Bits[ARM::FeatureVFP2_SP]); case 33: return (Bits[ARM::FeatureFPRegs]); case 34: return (Bits[ARM::ModeThumb]); case 35: return (Bits[ARM::ModeThumb] && Bits[ARM::Feature8MSecExt]); case 36: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV5TOps]); case 37: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV6Ops]); case 38: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV8MBaselineOps]); case 39: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV8Ops] && Bits[ARM::HasV8_1aOps]); case 40: return (Bits[ARM::ModeThumb] && !Bits[ARM::FeatureMClass]); case 41: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV8Ops]); case 42: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV6MOps]); case 43: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV5TOps] && !Bits[ARM::FeatureMClass]); case 44: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2]); case 45: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && !Bits[ARM::FeatureMClass]); case 46: return (Bits[ARM::HasV8_1MMainlineOps]); case 47: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureAcquireRelease]); case 48: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureAcquireRelease] && Bits[ARM::FeatureV7Clrex]); case 49: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureAcquireRelease] && Bits[ARM::FeatureV7Clrex] && !Bits[ARM::FeatureMClass]); case 50: return (Bits[ARM::FeatureDSP] && Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2]); case 51: return (Bits[ARM::Feature8MSecExt]); case 52: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::FeatureDSP]); case 53: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV8Ops]); case 54: return (Bits[ARM::ModeThumb] && Bits[ARM::HasV8_4aOps]); case 55: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureV7Clrex]); case 56: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureDB]); case 57: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::FeatureSB]); case 58: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::FeatureVirtualization]); case 59: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::FeatureTrustZone]); case 60: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureVirtualization]); case 61: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureMClass]); case 62: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV8_1MMainlineOps] && Bits[ARM::FeatureLOB]); case 63: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV7Ops]); case 64: return (Bits[ARM::FeatureHWDivThumb] && Bits[ARM::ModeThumb] && Bits[ARM::HasV8MBaselineOps]); case 65: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV7Ops] && Bits[ARM::FeatureMP]); case 66: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && Bits[ARM::HasV8Ops] && Bits[ARM::FeatureCRC]); case 67: return (Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2] && !Bits[ARM::HasV8Ops]); case 68: return (!Bits[ARM::HasV8Ops] && Bits[ARM::ModeThumb] && Bits[ARM::FeatureThumb2]); case 69: return (Bits[ARM::FeatureFPRegs16]); case 70: return (Bits[ARM::FeatureFullFP16]); case 71: return (Bits[ARM::HasV8_1MMainlineOps] && Bits[ARM::Feature8MSecExt]); case 72: return (Bits[ARM::FeatureVFP4_D16_SP]); case 73: return (Bits[ARM::HasV8MMainlineOps] && Bits[ARM::Feature8MSecExt]); case 74: return (Bits[ARM::HasV8_1MMainlineOps] && Bits[ARM::FeatureFPRegs]); case 75: return (Bits[ARM::FeatureVFP3_D16_SP]); case 76: return (Bits[ARM::FeatureFP16]); case 77: return (Bits[ARM::FeatureFPARMv8_D16_SP]); case 78: return (Bits[ARM::FeatureVFP2_SP] && Bits[ARM::FeatureFP64]); case 79: return (Bits[ARM::FeatureVFP4_D16_SP] && Bits[ARM::FeatureFP64]); case 80: return (Bits[ARM::FeatureVFP3_D16_SP] && Bits[ARM::FeatureFP64]); case 81: return (Bits[ARM::FeatureFPRegs64]); case 82: return (Bits[ARM::FeatureFPARMv8_D16_SP] && Bits[ARM::FeatureFP64]); case 83: return (Bits[ARM::FeatureFPARMv8_D16_SP] && Bits[ARM::HasV8_3aOps]); case 84: return (Bits[ARM::FeatureNEON] && Bits[ARM::HasV8_3aOps] && Bits[ARM::FeatureFullFP16]); case 85: return (Bits[ARM::FeatureNEON] && Bits[ARM::HasV8_3aOps]); case 86: return (Bits[ARM::FeatureNEON] && Bits[ARM::FeatureFP16FML]); case 87: return (Bits[ARM::FeatureDotProd]); case 88: return (Bits[ARM::HasV8Ops] && Bits[ARM::FeatureNEON] && Bits[ARM::FeatureFullFP16]); case 89: return (Bits[ARM::HasV8Ops] && Bits[ARM::FeatureNEON]); } } template static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, uint64_t Address, const void *Decoder, bool &DecodeComplete) { DecodeComplete = true; InsnType tmp; switch (Idx) { default: llvm_unreachable("Invalid index!"); case 0: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 1: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 2: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 2) << 5; tmp |= fieldFromInstruction(insn, 8, 4) << 8; if (!Check(S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 3: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 2) << 5; tmp |= fieldFromInstruction(insn, 8, 4) << 8; if (!Check(S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 4: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 5: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 6: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 9, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 11: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(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 = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 8, 12) << 4; MI.addOperand(MCOperand::createImm(tmp)); return S; case 16: if (!Check(S, DecodeTSTInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 17: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 18: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 2) << 5; tmp |= fieldFromInstruction(insn, 8, 4) << 8; if (!Check(S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 19: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 20: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 21: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 22: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 23: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 24: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 25: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 8, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 5; if (!Check(S, DecodeBankedReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 26: tmp = 0x0; tmp |= fieldFromInstruction(insn, 16, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeMSRMask(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 27: tmp = 0x0; tmp |= fieldFromInstruction(insn, 8, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 5; if (!Check(S, DecodeBankedReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 28: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 29: tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 30: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 31: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 32: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodetcGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodetcGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 33: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 34: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 35: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 36: tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 37: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 2) << 5; tmp |= fieldFromInstruction(insn, 8, 4) << 8; if (!Check(S, DecodeSORegRegOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 38: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 39: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 40: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 4; if (!Check(S, DecodePostIdxReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 44: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 8, 4) << 4; tmp |= fieldFromInstruction(insn, 23, 1) << 8; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 8, 4) << 4; tmp |= fieldFromInstruction(insn, 23, 1) << 8; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 47: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 12); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 48: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 22, 2) << 12; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 12); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(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 = 0x0; tmp |= fieldFromInstruction(insn, 16, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeMSRMask(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 12); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 54: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 12); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(insn, 23, 1) << 12; if (!Check(S, DecodeAddrModeImm12Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 57: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(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 = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(insn, 23, 1) << 12; if (!Check(S, DecodeAddrModeImm12Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 61: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeMemBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 62: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeInstSyncBarrierOption(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 63: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(insn, 23, 1) << 12; if (!Check(S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 64: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(insn, 23, 1) << 12; if (!Check(S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 65: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 66: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 67: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 68: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 69: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 70: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 10, 2); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 71: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 10, 2); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 1) << 5; tmp |= fieldFromInstruction(insn, 7, 5) << 0; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 75: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 76: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 77: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 7) << 5; tmp |= fieldFromInstruction(insn, 16, 4) << 13; tmp |= fieldFromInstruction(insn, 23, 1) << 12; if (!Check(S, DecodeSORegMemOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 78: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 5) << 0; tmp |= fieldFromInstruction(insn, 16, 5) << 5; if (!Check(S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 79: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 5) << 0; tmp |= fieldFromInstruction(insn, 16, 5) << 5; if (!Check(S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 80: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 16); if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 81: tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 0, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 84: if (!Check(S, DecodeBranchImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 85: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 24) << 1; tmp |= fieldFromInstruction(insn, 24, 1) << 0; MI.addOperand(MCOperand::createImm(tmp)); return S; case 86: if (!Check(S, DecoderForMRRC2AndMCRR2(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 87: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 88: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 89: tmp = fieldFromInstruction(insn, 0, 24); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(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 = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 92: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 93: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 94: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 95: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRwithAPSRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 96: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRwithAPSRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 5, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 97: if (!Check(S, DecodeMveVCTP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 98: if (!Check(S, DecodeMVEOverlappingLongShift(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 99: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 100: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; if (!Check(S, DecodeLongShiftOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 101: tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 9, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 9, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; if (!Check(S, DecodeLongShiftOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 102: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 24, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 103: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 23, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 104: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 3; if (!Check(S, DecodeMveAddrModeRQ(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 105: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeTAddrModeImm7<0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 106: tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 107: if (!Check(S, DecodeMVE_MEM_1_pre<0>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 108: if (!Check(S, DecodeMVEVMOVQtoDReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 109: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeTAddrModeImm7<1>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 110: if (!Check(S, DecodeMVEVMOVDRegtoQ(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 111: tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<1>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 112: if (!Check(S, DecodeMVE_MEM_1_pre<1>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 113: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 114: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 115: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2AddrModeImm7<0, 0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 116: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 17, 3) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeMveAddrModeQ<2>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 117: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2AddrModeImm7<1, 0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 118: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 119: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 120: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 121: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 122: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 123: if (!Check(S, DecodeMVE_MEM_2_pre<0>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 124: if (!Check(S, DecodeMVE_MEM_3_pre<2>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 125: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<1>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 126: if (!Check(S, DecodeMVE_MEM_2_pre<1>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 127: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 128: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 129: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeQQQQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 130: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<1>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 131: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2AddrModeImm7<2, 0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 132: tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 17, 3) << 8; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeMveAddrModeQ<3>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 133: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<2>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 134: if (!Check(S, DecodeMVE_MEM_2_pre<2>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 135: if (!Check(S, DecodeMVE_MEM_3_pre<3>(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 136: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 7) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 7; if (!Check(S, DecodeT2Imm7<2>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 137: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 16, 1) << 1; tmp |= fieldFromInstruction(insn, 21, 1) << 0; MI.addOperand(MCOperand::createImm(tmp)); return S; case 138: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 1) << 2; tmp |= fieldFromInstruction(insn, 21, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 139: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 2) << 0; tmp |= fieldFromInstruction(insn, 16, 1) << 3; tmp |= fieldFromInstruction(insn, 21, 1) << 2; MI.addOperand(MCOperand::createImm(tmp)); return S; case 140: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 16, 1) << 1; tmp |= fieldFromInstruction(insn, 21, 1) << 0; MI.addOperand(MCOperand::createImm(tmp)); return S; case 141: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 1) << 2; tmp |= fieldFromInstruction(insn, 21, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 142: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 2) << 0; tmp |= fieldFromInstruction(insn, 16, 1) << 3; tmp |= fieldFromInstruction(insn, 21, 1) << 2; MI.addOperand(MCOperand::createImm(tmp)); return S; case 143: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 144: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 145: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 146: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 147: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 1) << 0; tmp |= fieldFromInstruction(insn, 12, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 148: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 149: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 150: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 151: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 152: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 153: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 1); if (!Check(S, DecodeRestrictedIPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 154: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 155: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 1); if (!Check(S, DecodeRestrictedUPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 156: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 157: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 1) << 1; tmp |= fieldFromInstruction(insn, 7, 1) << 0; if (!Check(S, DecodeRestrictedSPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 158: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 159: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRwithZRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 1); if (!Check(S, DecodeRestrictedIPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 160: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 1) << 0; tmp |= fieldFromInstruction(insn, 7, 1) << 1; if (!Check(S, DecodePowerTwoOperand<0,3>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 161: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 1) << 0; tmp |= fieldFromInstruction(insn, 7, 1) << 1; if (!Check(S, DecodePowerTwoOperand<0,3>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 162: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 163: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRwithZRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 7, 1); if (!Check(S, DecodeRestrictedUPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 164: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 165: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRwithZRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; tmp |= fieldFromInstruction(insn, 7, 1) << 0; if (!Check(S, DecodeRestrictedSPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 166: if (!Check(S, DecodeMVEVADCInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 167: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 168: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 1) << 1; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 12, 1) << 2; if (!Check(S, DecodeRestrictedFPPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 169: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 170: if (!Check(S, DecodeMVEVCMP(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 171: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRwithZRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 12, 1) << 2; if (!Check(S, DecodeRestrictedFPPredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 172: if (!Check(S, DecodeMVEVPNOT(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 173: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVPTMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 174: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 175: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 176: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 177: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 178: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 179: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 180: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 181: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 182: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 183: tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 13, 3) << 1; if (!Check(S, DecodetGPREvenRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 3) << 1; if (!Check(S, DecodetGPROddRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 1, 3); if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 184: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 185: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 186: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 187: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 188: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 189: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeLongShiftOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 190: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; tmp |= fieldFromInstruction(insn, 17, 3) << 0; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 191: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 4; tmp |= fieldFromInstruction(insn, 28, 1) << 7; if (!Check(S, DecodeExpandedImmOperand<0>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 192: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 4; tmp |= fieldFromInstruction(insn, 28, 1) << 7; if (!Check(S, DecodeExpandedImmOperand<8>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 193: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 4; tmp |= fieldFromInstruction(insn, 28, 1) << 7; if (!Check(S, DecodeExpandedImmOperand<16>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 194: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 3) << 4; tmp |= fieldFromInstruction(insn, 28, 1) << 7; if (!Check(S, DecodeExpandedImmOperand<24>(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 195: if (!Check(S, DecodeMVEModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 196: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 197: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 198: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 199: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 200: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 201: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 202: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeVpredROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 203: tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 13, 3) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 3) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 3; if (!Check(S, DecodeMQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 204: if (!Check(S, DecodeMVEVCVTt1fp(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 205: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 206: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 207: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 208: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 209: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 210: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 211: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 212: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 213: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 214: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 215: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 216: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 217: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 218: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 219: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 220: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodeDPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 1) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); return S; case 221: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 222: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 223: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 224: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 225: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 226: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 227: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 10, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 228: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 9, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 229: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 230: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 11, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 231: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 10, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 232: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 9, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 233: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 234: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 235: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 236: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 237: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 238: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 239: if (!Check(S, DecodeVSHLMaxInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 240: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 241: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 242: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 243: if (!Check(S, DecodeTBLInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 244: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 19, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 245: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 18, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 246: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 247: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 19, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 248: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 18, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 249: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 250: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 251: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 252: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 253: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 254: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 255: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 256: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 257: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 258: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 259: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 260: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 261: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 262: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 263: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 264: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 265: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 266: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 267: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 268: if (!Check(S, DecodeVCVTD(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 269: if (!Check(S, DecodeVMOVModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 270: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); if (!Check(S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 271: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); if (!Check(S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 272: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); MI.addOperand(MCOperand::createImm(tmp)); return S; case 273: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); MI.addOperand(MCOperand::createImm(tmp)); return S; case 274: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 275: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 276: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 277: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); if (!Check(S, DecodeShiftRight8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 278: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeShiftRight16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 279: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); if (!Check(S, DecodeShiftRight32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 280: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 281: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 282: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 283: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 284: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 285: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 286: if (!Check(S, DecodeVCVTQ(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 287: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); if (!Check(S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 288: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); if (!Check(S, DecodeShiftRight64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 289: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); MI.addOperand(MCOperand::createImm(tmp)); return S; case 290: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 6); MI.addOperand(MCOperand::createImm(tmp)); return S; case 291: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 292: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 21, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 293: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 1) << 0; tmp |= fieldFromInstruction(insn, 21, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 294: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 1) << 0; tmp |= fieldFromInstruction(insn, 21, 1) << 1; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 295: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 2) << 0; tmp |= fieldFromInstruction(insn, 21, 1) << 2; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 296: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 5, 2) << 0; tmp |= fieldFromInstruction(insn, 21, 1) << 2; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 297: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 298: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 299: if (!Check(S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 300: if (!Check(S, DecodeVST1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 301: if (!Check(S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 302: if (!Check(S, DecodeVST2LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 303: if (!Check(S, DecodeVLD2LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 304: if (!Check(S, DecodeVLDST1Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 305: if (!Check(S, DecodeVST3LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 306: if (!Check(S, DecodeVLD3LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 307: if (!Check(S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 308: if (!Check(S, DecodeVST4LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 309: if (!Check(S, DecodeVLD4LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 310: if (!Check(S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 311: if (!Check(S, DecodeVLD1DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 312: if (!Check(S, DecodeVLD2DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 313: if (!Check(S, DecodeVLD3DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 314: if (!Check(S, DecodeVLD4DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 315: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 316: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); MI.addOperand(MCOperand::createImm(tmp)); return S; case 317: if (!Check(S, DecodeThumbAddSPReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 318: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 3) << 0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 3) << 0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 319: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 3) << 0; tmp |= fieldFromInstruction(insn, 7, 1) << 3; if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 320: tmp = fieldFromInstruction(insn, 3, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 321: tmp = fieldFromInstruction(insn, 3, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 322: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 323: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 6); if (!Check(S, DecodeThumbAddrModeRR(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 324: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 8); if (!Check(S, DecodeThumbAddrModeIS(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 325: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeThumbAddrModeSP(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 326: if (!Check(S, DecodeThumbAddSpecialReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 327: if (!Check(S, DecodeThumbAddSPImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 328: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 3, 5) << 0; tmp |= fieldFromInstruction(insn, 9, 1) << 5; if (!Check(S, DecodeThumbCmpBROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 329: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 8, 1) << 14; if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 330: tmp = fieldFromInstruction(insn, 3, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 331: if (!Check(S, DecodeThumbCPS(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 332: tmp = fieldFromInstruction(insn, 0, 6); MI.addOperand(MCOperand::createImm(tmp)); return S; case 333: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 8, 1) << 15; if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 334: tmp = fieldFromInstruction(insn, 0, 8); MI.addOperand(MCOperand::createImm(tmp)); return S; case 335: tmp = fieldFromInstruction(insn, 4, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 336: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 337: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 338: tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeThumbBCCTargetOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 339: tmp = fieldFromInstruction(insn, 0, 11); if (!Check(S, DecodeThumbBROperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 340: tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 10) << 1; tmp |= fieldFromInstruction(insn, 11, 1) << 21; tmp |= fieldFromInstruction(insn, 13, 1) << 22; tmp |= fieldFromInstruction(insn, 16, 10) << 11; tmp |= fieldFromInstruction(insn, 26, 1) << 23; if (!Check(S, DecodeThumbBLXOffset(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 341: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 11) << 0; tmp |= fieldFromInstruction(insn, 11, 1) << 21; tmp |= fieldFromInstruction(insn, 13, 1) << 22; tmp |= fieldFromInstruction(insn, 16, 10) << 11; tmp |= fieldFromInstruction(insn, 26, 1) << 23; if (!Check(S, DecodeThumbBLTargetOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 342: if (!Check(S, DecodeIT(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 343: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 13) << 0; tmp |= fieldFromInstruction(insn, 14, 1) << 14; if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 344: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 13) << 0; tmp |= fieldFromInstruction(insn, 14, 2) << 14; if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 345: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 16); if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 346: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 347: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 4, 4) << 5; tmp |= fieldFromInstruction(insn, 12, 3) << 9; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 348: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 349: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 4, 4) << 5; tmp |= fieldFromInstruction(insn, 12, 3) << 9; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 350: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 351: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 4, 4) << 5; tmp |= fieldFromInstruction(insn, 12, 3) << 9; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 352: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 353: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 4, 4) << 5; tmp |= fieldFromInstruction(insn, 12, 3) << 9; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 354: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 13) << 0; tmp |= fieldFromInstruction(insn, 14, 1) << 14; if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 355: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 16); if (!Check(S, DecodeRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 356: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 357: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 8; if (!Check(S, DecodeT2AddrModeImm0_1020s4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 358: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 359: tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 360: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 361: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 8; if (!Check(S, DecodeT2AddrModeImm0_1020s4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 362: if (!Check(S, DecodeThumbTableBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 363: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 364: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 9; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeT2AddrModeImm8s4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 365: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 366: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 367: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 368: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRwithZRnospRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRwithZRnospRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 4); if (!Check(S, DecodePredNoALOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 369: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; MI.addOperand(MCOperand::createImm(tmp)); return S; case 370: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 371: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeAddrMode7Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 372: if (!Check(S, DecodeT2STRDPreInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 373: if (!Check(S, DecodeT2LDRDPreInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 374: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 4, 4) << 5; tmp |= fieldFromInstruction(insn, 12, 3) << 9; if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 375: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; if (!Check(S, DecodeT2SOImm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 376: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; if (!Check(S, DecodeT2SOImm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 377: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; if (!Check(S, DecodeT2SOImm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 378: if (!Check(S, DecodeT2AddSubSPImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 379: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; if (!Check(S, DecodeT2SOImm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 380: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; if (!Check(S, DecodeT2SOImm(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 20, 1); if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 381: if (!Check(S, DecodeT2Adr(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 382: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 8; tmp |= fieldFromInstruction(insn, 26, 1) << 11; MI.addOperand(MCOperand::createImm(tmp)); return S; case 383: if (!Check(S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 384: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 385: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 5); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; tmp |= fieldFromInstruction(insn, 21, 1) << 5; if (!Check(S, DecodeT2ShifterImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 386: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 387: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 5) << 5; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; if (!Check(S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 388: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 5) << 5; tmp |= fieldFromInstruction(insn, 6, 2) << 0; tmp |= fieldFromInstruction(insn, 12, 3) << 2; if (!Check(S, DecodeBitfieldMaskOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 389: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 390: tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 391: if (!Check(S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 392: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 393: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 12; MI.addOperand(MCOperand::createImm(tmp)); return S; case 394: tmp = fieldFromInstruction(insn, 16, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 395: tmp = 0x0; tmp |= fieldFromInstruction(insn, 8, 4) << 0; tmp |= fieldFromInstruction(insn, 20, 1) << 4; if (!Check(S, DecodeMSRMask(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 396: tmp = 0x0; tmp |= fieldFromInstruction(insn, 4, 1) << 4; tmp |= fieldFromInstruction(insn, 8, 4) << 0; tmp |= fieldFromInstruction(insn, 20, 1) << 5; if (!Check(S, DecodeBankedReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 397: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 10, 2) << 10; if (!Check(S, DecodeMSRMask(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 398: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 4, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; tmp |= fieldFromInstruction(insn, 20, 1) << 5; if (!Check(S, DecodeBankedReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 399: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); if (!Check(S, DecodeMSRMask(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 400: if (!Check(S, DecodeThumb2BCCInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 401: if (!Check(S, DecodeLOLoop(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 402: tmp = fieldFromInstruction(insn, 23, 4); if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 10) << 1; tmp |= fieldFromInstruction(insn, 11, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 7) << 11; if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 403: tmp = fieldFromInstruction(insn, 23, 4); if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 10) << 1; tmp |= fieldFromInstruction(insn, 11, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 1) << 11; if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 17, 1); if (!Check(S, DecodeBFAfterTargetOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 18, 4); if (!Check(S, DecodePredNoALOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 404: tmp = fieldFromInstruction(insn, 23, 4); if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 10) << 1; tmp |= fieldFromInstruction(insn, 11, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 5) << 11; if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 405: tmp = fieldFromInstruction(insn, 23, 4); if (!Check(S, DecodeBFLabelOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 406: if (!Check(S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 407: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 2; tmp |= fieldFromInstruction(insn, 4, 2) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 6; if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 408: if (!Check(S, DecodeT2LdStPre(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 409: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 9; if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 410: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 9, 1) << 8; tmp |= fieldFromInstruction(insn, 16, 4) << 9; if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 411: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x1000; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 13; if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 412: if (!Check(S, DecodeT2LoadShift(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 413: if (!Check(S, DecodeT2LoadImm8(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 414: if (!Check(S, DecodeT2LoadT(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 415: if (!Check(S, DecodeT2LoadImm12(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 416: if (!Check(S, DecodeT2LoadLabel(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 417: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 418: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 419: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 420: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 421: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 422: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 423: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 424: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 425: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 2; tmp |= fieldFromInstruction(insn, 4, 2) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 6; if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 426: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 9, 1) << 8; tmp |= fieldFromInstruction(insn, 16, 4) << 9; if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 427: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x1000; tmp |= fieldFromInstruction(insn, 0, 12) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 13; if (!Check(S, DecodeT2AddrModeImm12(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 428: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 429: tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 430: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 4); if (!Check(S, DecodeCoprocessor(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 4, 4); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 0, 4); MI.addOperand(MCOperand::createImm(tmp)); return S; case 431: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 6, 5); MI.addOperand(MCOperand::createImm(tmp)); return S; case 432: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 6, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 433: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 6, 3); MI.addOperand(MCOperand::createImm(tmp)); return S; case 434: tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 8, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 8); MI.addOperand(MCOperand::createImm(tmp)); return S; case 435: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 436: tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 3); if (!Check(S, DecodetGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 437: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 9; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeAddrMode5FP16Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 438: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 439: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 440: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 441: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecoderGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 442: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 4; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 443: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 444: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 445: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 446: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 447: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 448: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 449: if (!Check(S, DecodeVMOVSRR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 450: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 4) << 9; tmp |= fieldFromInstruction(insn, 22, 1) << 8; if (!Check(S, DecodeSPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 451: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 9; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 452: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 453: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 454: tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 455: if (!Check(S, DecodeVMOVRRS(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 456: if (!Check(S, DecodeVSCCLRM(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 457: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 458: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRnopcRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 459: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 12, 4) << 9; tmp |= fieldFromInstruction(insn, 22, 1) << 8; if (!Check(S, DecodeSPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 460: if (!Check(S, DecodeForVMRSandVMSR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 461: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 4; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 462: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 463: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 464: tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 465: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 7) << 1; tmp |= fieldFromInstruction(insn, 12, 4) << 8; tmp |= fieldFromInstruction(insn, 22, 1) << 12; if (!Check(S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 466: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 7) << 1; tmp |= fieldFromInstruction(insn, 12, 4) << 8; if (!Check(S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 467: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 8) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 9; tmp |= fieldFromInstruction(insn, 23, 1) << 8; if (!Check(S, DecodeAddrMode5Operand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 468: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 469: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 470: tmp = fieldFromInstruction(insn, 12, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 471: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 7) << 1; tmp |= fieldFromInstruction(insn, 12, 4) << 8; tmp |= fieldFromInstruction(insn, 22, 1) << 12; if (!Check(S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 472: tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 16, 4); if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 1, 7) << 1; tmp |= fieldFromInstruction(insn, 12, 4) << 8; if (!Check(S, DecodeDPRRegListOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 473: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 4; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 474: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 475: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 476: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 477: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 28, 4); if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 478: if (!Check(S, DecodeVSTRVLDR_SYSREG(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 479: if (!Check(S, DecodeVSTRVLDR_SYSREG(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 480: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 24, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 481: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 23, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 482: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 20, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 483: if (!Check(S, DecodeNEONComplexLane64Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 484: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 24, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 485: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 23, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 486: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 4; tmp |= fieldFromInstruction(insn, 16, 4) << 0; if (!Check(S, DecodeQPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 0, 4); if (!Check(S, DecodeDPR_VFP2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 5, 1); MI.addOperand(MCOperand::createImm(tmp)); tmp = fieldFromInstruction(insn, 20, 2); MI.addOperand(MCOperand::createImm(tmp)); return S; case 487: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 3) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPR_8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = fieldFromInstruction(insn, 3, 1); MI.addOperand(MCOperand::createImm(tmp)); return S; case 488: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 0; tmp |= fieldFromInstruction(insn, 22, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 489: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 490: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 491: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeHPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 492: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 7, 1) << 0; tmp |= fieldFromInstruction(insn, 16, 4) << 1; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 493: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 1; tmp |= fieldFromInstruction(insn, 5, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; case 494: tmp = 0x0; tmp |= fieldFromInstruction(insn, 12, 4) << 1; tmp |= fieldFromInstruction(insn, 22, 1) << 0; if (!Check(S, DecodeSPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } tmp = 0x0; tmp |= fieldFromInstruction(insn, 0, 4) << 0; tmp |= fieldFromInstruction(insn, 5, 1) << 4; if (!Check(S, DecodeDPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } return S; } } template static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, InsnType insn, uint64_t Address, const void *DisAsm, const MCSubtargetInfo &STI) { const FeatureBitset& Bits = STI.getFeatureBits(); const uint8_t *Ptr = DecodeTable; InsnType CurFieldValue = 0; DecodeStatus S = MCDisassembler::Success; while (true) { ptrdiff_t Loc = Ptr - DecodeTable; switch (*Ptr) { default: errs() << Loc << ": Unexpected decode table opcode!\n"; return MCDisassembler::Fail; case MCD::OPC_ExtractField: { unsigned Start = *++Ptr; unsigned Len = *++Ptr; ++Ptr; CurFieldValue = fieldFromInstruction(insn, Start, Len); LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", " << Len << "): " << CurFieldValue << "\n"); break; } case MCD::OPC_FilterValue: { // Decode the field value. unsigned Len; InsnType Val = decodeULEB128(++Ptr, &Len); Ptr += Len; // NumToSkip is a plain 24-bit integer. unsigned NumToSkip = *Ptr++; NumToSkip |= (*Ptr++) << 8; NumToSkip |= (*Ptr++) << 16; // Perform the filter operation. if (Val != CurFieldValue) Ptr += NumToSkip; LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip << "): " << ((Val != CurFieldValue) ? "FAIL:" : "PASS:") << " continuing at " << (Ptr - DecodeTable) << "\n"); break; } case MCD::OPC_CheckField: { unsigned Start = *++Ptr; unsigned Len = *++Ptr; InsnType FieldValue = fieldFromInstruction(insn, Start, Len); // Decode the field value. InsnType ExpectedValue = decodeULEB128(++Ptr, &Len); Ptr += Len; // NumToSkip is a plain 24-bit integer. unsigned NumToSkip = *Ptr++; NumToSkip |= (*Ptr++) << 8; NumToSkip |= (*Ptr++) << 16; // If the actual and expected values don't match, skip. if (ExpectedValue != FieldValue) Ptr += NumToSkip; LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", " << Len << ", " << ExpectedValue << ", " << NumToSkip << "): FieldValue = " << FieldValue << ", ExpectedValue = " << ExpectedValue << ": " << ((ExpectedValue == FieldValue) ? "PASS\n" : "FAIL\n")); break; } case MCD::OPC_CheckPredicate: { unsigned Len; // Decode the Predicate Index value. unsigned PIdx = decodeULEB128(++Ptr, &Len); Ptr += Len; // NumToSkip is a plain 24-bit integer. unsigned NumToSkip = *Ptr++; NumToSkip |= (*Ptr++) << 8; NumToSkip |= (*Ptr++) << 16; // Check the predicate. bool Pred; if (!(Pred = checkDecoderPredicate(PIdx, Bits))) Ptr += NumToSkip; (void)Pred; LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): " << (Pred ? "PASS\n" : "FAIL\n")); break; } case MCD::OPC_Decode: { unsigned Len; // Decode the Opcode value. unsigned Opc = decodeULEB128(++Ptr, &Len); Ptr += Len; unsigned DecodeIdx = decodeULEB128(Ptr, &Len); Ptr += Len; MI.clear(); MI.setOpcode(Opc); bool DecodeComplete; S = decodeToMCInst(S, DecodeIdx, insn, MI, Address, DisAsm, DecodeComplete); assert(DecodeComplete); LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc << ", using decoder " << DecodeIdx << ": " << (S != MCDisassembler::Fail ? "PASS" : "FAIL") << "\n"); return S; } case MCD::OPC_TryDecode: { unsigned Len; // Decode the Opcode value. unsigned Opc = decodeULEB128(++Ptr, &Len); Ptr += Len; unsigned DecodeIdx = decodeULEB128(Ptr, &Len); Ptr += Len; // NumToSkip is a plain 24-bit integer. unsigned NumToSkip = *Ptr++; NumToSkip |= (*Ptr++) << 8; NumToSkip |= (*Ptr++) << 16; // Perform the decode operation. MCInst TmpMI; TmpMI.setOpcode(Opc); bool DecodeComplete; S = decodeToMCInst(S, DecodeIdx, insn, TmpMI, Address, DisAsm, DecodeComplete); LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc << ", using decoder " << DecodeIdx << ": "); if (DecodeComplete) { // Decoding complete. LLVM_DEBUG(dbgs() << (S != MCDisassembler::Fail ? "PASS" : "FAIL") << "\n"); MI = TmpMI; return S; } else { assert(S == MCDisassembler::Fail); // If the decoding was incomplete, skip. Ptr += NumToSkip; LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n"); // 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. unsigned Len; InsnType PositiveMask = decodeULEB128(++Ptr, &Len); Ptr += Len; InsnType NegativeMask = decodeULEB128(Ptr, &Len); Ptr += Len; bool Fail = (insn & PositiveMask) || (~insn & NegativeMask); if (Fail) S = MCDisassembler::SoftFail; LLVM_DEBUG(dbgs() << Loc << ": OPC_SoftFail: " << (Fail ? "FAIL\n":"PASS\n")); break; } case MCD::OPC_Fail: { LLVM_DEBUG(dbgs() << Loc << ": OPC_Fail\n"); return MCDisassembler::Fail; } } } llvm_unreachable("bogosity detected in disassembler state machine!"); } } // end namespace llvm