XenonRecomp/thirdparty/capstone/arch/ARM/ARMGenDisassemblerTables.inc
2024-09-08 17:16:32 +06:00

95238 lines
1.4 MiB

/* Capstone Disassembly Engine, http://www.capstone-engine.org */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2022, */
/* Rot127 <unisono@quyllur.org> 2022-2023 */
/* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */
/* LLVM-commit: 464bda7750a3ba9e23823fc707d7e7b6fc38438d */
/* LLVM-tag: llvmorg-16.0.2-5-g464bda7750a3 */
/* Do not edit. */
/* Capstone's LLVM TableGen Backends: */
/* https://github.com/capstone-engine/llvm-capstone */
#include "../../MCInst.h"
#include "../../LEB128.h"
// Helper function for extracting fields from encoded instructions.
#define FieldFromInstruction(fname, InsnType) \
static InsnType fname(InsnType insn, unsigned startBit, \
unsigned numBits) \
{ \
InsnType fieldMask; \
if (numBits == sizeof(InsnType) * 8) \
fieldMask = (InsnType)(-1LL); \
else \
fieldMask = (((InsnType)1 << numBits) - 1) \
<< startBit; \
return (insn & fieldMask) >> startBit; \
}
static const uint8_t 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,
211,
5,
0, // Opcode: ANDrr
/* 56 */ MCD_OPC_CheckPredicate,
0,
128,
32,
0, // Skip to: 8381
/* 61 */ MCD_OPC_Decode,
212,
5,
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,
160,
15,
0, // Opcode: SUBrr
/* 86 */ MCD_OPC_CheckPredicate,
0,
98,
32,
0, // Skip to: 8381
/* 91 */ MCD_OPC_Decode,
161,
15,
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,
202,
5,
0, // Opcode: ADDrr
/* 116 */ MCD_OPC_CheckPredicate,
0,
68,
32,
0, // Skip to: 8381
/* 121 */ MCD_OPC_Decode,
203,
5,
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,
154,
14,
0, // Opcode: SBCrr
/* 146 */ MCD_OPC_CheckPredicate,
0,
38,
32,
0, // Skip to: 8381
/* 151 */ MCD_OPC_Decode,
155,
14,
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,
213,
5,
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,
162,
15,
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,
204,
5,
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,
156,
14,
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,
149,
7,
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,
195,
15,
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,
197,
15,
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,
208,
14,
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,
149,
15,
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,
232,
6,
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,
223,
6,
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,
237,
6,
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,
140,
15,
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,
242,
6,
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,
155,
6,
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,
156,
6,
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,
153,
6,
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,
160,
14,
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,
152,
6,
9, // Opcode: CPS1p
/* 631 */ MCD_OPC_CheckPredicate,
0,
4,
0,
0, // Skip to: 640
/* 636 */ MCD_OPC_Decode,
154,
6,
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,
143,
7,
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,
247,
13,
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,
179,
14,
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,
164,
15,
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,
180,
14,
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,
180,
6,
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,
190,
14,
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,
191,
14,
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,
180,
15,
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,
161,
14,
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,
181,
15,
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,
182,
15,
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,
145,
7,
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,
160,
6,
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,
158,
6,
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,
184,
14,
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,
188,
14,
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,
185,
14,
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,
189,
14,
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,
149,
6,
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,
150,
6,
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,
251,
13,
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,
181,
6,
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,
151,
6,
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,
165,
15,
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,
236,
13,
0, // Opcode: ORRrr
/* 1302 */ MCD_OPC_CheckPredicate,
0,
202,
1,
0, // Skip to: 1765
/* 1307 */ MCD_OPC_Decode,
237,
13,
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,
238,
13,
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,
244,
14,
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,
183,
6,
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,
246,
14,
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,
185,
6,
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,
142,
15,
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,
225,
6,
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,
224,
5,
0, // Opcode: BICrr
/* 1548 */ MCD_OPC_CheckPredicate,
0,
212,
0,
0, // Skip to: 1765
/* 1553 */ MCD_OPC_Decode,
225,
5,
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,
226,
5,
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,
245,
14,
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,
184,
6,
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,
247,
14,
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,
186,
6,
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,
143,
15,
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,
226,
6,
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,
144,
7,
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,
146,
15,
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,
229,
6,
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,
222,
6,
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,
234,
6,
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,
139,
15,
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,
239,
6,
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,
165,
6,
0, // Opcode: EORrr
/* 1963 */ MCD_OPC_CheckPredicate,
0,
13,
25,
0, // Skip to: 8381
/* 1968 */ MCD_OPC_Decode,
166,
6,
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,
142,
14,
0, // Opcode: RSBrr
/* 1993 */ MCD_OPC_CheckPredicate,
0,
239,
24,
0, // Skip to: 8381
/* 1998 */ MCD_OPC_Decode,
143,
14,
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,
198,
5,
0, // Opcode: ADCrr
/* 2031 */ MCD_OPC_CheckPredicate,
0,
201,
24,
0, // Skip to: 8381
/* 2036 */ MCD_OPC_Decode,
199,
5,
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,
146,
14,
0, // Opcode: RSCrr
/* 2061 */ MCD_OPC_CheckPredicate,
0,
171,
24,
0, // Skip to: 8381
/* 2066 */ MCD_OPC_Decode,
147,
14,
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,
146,
7,
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,
147,
7,
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,
234,
5,
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,
159,
6,
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,
157,
6,
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,
168,
6,
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,
192,
14,
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,
206,
14,
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,
211,
14,
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,
209,
14,
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,
193,
14,
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,
207,
14,
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,
212,
14,
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,
210,
14,
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,
173,
15,
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,
174,
15,
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,
145,
6,
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,
146,
6,
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,
131,
7,
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,
135,
7,
31, // Opcode: MOVr
/* 2558 */ MCD_OPC_CheckPredicate,
0,
4,
0,
0, // Skip to: 2567
/* 2563 */ MCD_OPC_Decode,
136,
7,
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,
137,
7,
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,
224,
13,
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,
225,
13,
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,
167,
6,
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,
144,
14,
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,
200,
5,
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,
148,
14,
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,
235,
5,
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,
233,
5,
34, // Opcode: BX
/* 2757 */ MCD_OPC_CheckPredicate,
10,
243,
21,
0, // Skip to: 8381
/* 2762 */ MCD_OPC_Decode,
236,
5,
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,
229,
5,
34, // Opcode: BLX
/* 2796 */ MCD_OPC_CheckPredicate,
11,
204,
21,
0, // Skip to: 8381
/* 2801 */ MCD_OPC_Decode,
230,
5,
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,
254,
13,
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,
227,
5,
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,
175,
15,
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,
143,
6,
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,
252,
13,
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,
178,
14,
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,
147,
6,
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,
138,
7,
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,
226,
13,
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,
129,
7,
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,
130,
7,
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,
196,
15,
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,
183,
14,
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,
248,
14,
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,
187,
6,
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,
144,
15,
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,
227,
6,
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,
250,
14,
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,
189,
6,
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,
249,
14,
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,
188,
6,
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,
145,
15,
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,
228,
6,
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,
148,
15,
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,
147,
15,
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,
150,
15,
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,
231,
6,
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,
230,
6,
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,
233,
6,
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,
224,
6,
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,
236,
6,
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,
235,
6,
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,
238,
6,
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,
141,
15,
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,
241,
6,
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,
240,
6,
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,
243,
6,
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,
210,
5,
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,
159,
15,
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,
201,
5,
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,
153,
14,
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,
205,
5,
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,
134,
7,
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,
179,
15,
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,
132,
7,
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,
148,
6,
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,
235,
13,
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,
223,
5,
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,
164,
6,
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,
141,
14,
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,
197,
5,
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,
145,
14,
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,
178,
15,
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,
161,
6,
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,
179,
6,
52, // Opcode: HINT
/* 4051 */ MCD_OPC_CheckPredicate,
0,
229,
16,
0, // Skip to: 8381
/* 4056 */ MCD_OPC_Decode,
148,
7,
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,
172,
15,
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,
144,
6,
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,
133,
7,
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,
223,
13,
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,
153,
15,
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,
157,
15,
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,
246,
6,
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,
241,
13,
57, // Opcode: PLDWi12
/* 4250 */ MCD_OPC_CheckPredicate,
0,
30,
16,
0, // Skip to: 8381
/* 4255 */ MCD_OPC_Decode,
251,
6,
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,
151,
15,
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,
155,
15,
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,
244,
6,
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,
248,
6,
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,
133,
15,
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,
137,
15,
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,
245,
13,
57, // Opcode: PLIi12
/* 4403 */ MCD_OPC_CheckPredicate,
0,
133,
15,
0, // Skip to: 8381
/* 4408 */ MCD_OPC_Decode,
216,
6,
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,
243,
13,
57, // Opcode: PLDi12
/* 4440 */ MCD_OPC_CheckPredicate,
0,
96,
15,
0, // Skip to: 8381
/* 4445 */ MCD_OPC_Decode,
220,
6,
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,
131,
15,
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,
135,
15,
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,
214,
6,
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,
142,
6,
61, // 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,
163,
6,
62, // 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,
162,
6,
62, // 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,
182,
6,
63, // 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,
152,
14,
61, // Opcode: SB
/* 4673 */ MCD_OPC_CheckPredicate,
0,
119,
14,
0, // Skip to: 8381
/* 4678 */ MCD_OPC_Decode,
218,
6,
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,
154,
15,
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,
158,
15,
64, // 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,
247,
6,
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,
242,
13,
65, // Opcode: PLDWrs
/* 4792 */ MCD_OPC_CheckPredicate,
0,
0,
14,
0, // Skip to: 8381
/* 4797 */ MCD_OPC_Decode,
252,
6,
64, // 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,
149,
14,
66, // 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,
150,
14,
66, // 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,
239,
13,
67, // 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,
204,
14,
68, // Opcode: SMUAD
/* 4933 */ MCD_OPC_CheckPredicate,
1,
115,
13,
0, // Skip to: 8381
/* 4938 */ MCD_OPC_Decode,
181,
14,
69, // 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,
158,
14,
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,
204,
15,
30, // Opcode: USAD8
/* 5007 */ MCD_OPC_CheckPredicate,
1,
41,
13,
0, // Skip to: 8381
/* 5012 */ MCD_OPC_Decode,
205,
15,
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,
151,
14,
66, // 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,
159,
14,
70, // 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,
205,
14,
68, // Opcode: SMUADX
/* 5125 */ MCD_OPC_CheckPredicate,
1,
179,
12,
0, // Skip to: 8381
/* 5130 */ MCD_OPC_Decode,
182,
14,
69, // 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,
225,
14,
66, // 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,
240,
13,
67, // 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,
213,
14,
68, // Opcode: SMUSD
/* 5232 */ MCD_OPC_CheckPredicate,
1,
72,
12,
0, // Skip to: 8381
/* 5237 */ MCD_OPC_Decode,
194,
14,
69, // 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,
226,
14,
66, // 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,
227,
14,
66, // 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,
170,
15,
71, // 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,
167,
15,
72, // 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,
214,
14,
68, // Opcode: SMUSDX
/* 5398 */ MCD_OPC_CheckPredicate,
1,
162,
11,
0, // Skip to: 8381
/* 5403 */ MCD_OPC_Decode,
195,
14,
69, // 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,
152,
15,
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,
156,
15,
73, // 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,
245,
6,
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,
249,
6,
74, // 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,
248,
13,
66, // 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,
172,
14,
66, // 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,
250,
13,
66, // 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,
174,
14,
66, // 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,
253,
13,
66, // 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,
175,
14,
66, // 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,
255,
13,
66, // 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,
176,
14,
66, // 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,
249,
13,
66, // 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,
173,
14,
66, // 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,
128,
14,
66, // 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,
177,
14,
66, // 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,
223,
14,
75, // 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,
224,
14,
76, // 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,
130,
14,
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,
169,
15,
71, // 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,
166,
15,
72, // 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,
171,
15,
71, // 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,
168,
15,
72, // 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,
131,
14,
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,
188,
15,
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,
157,
14,
77, // 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,
134,
15,
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,
138,
15,
78, // 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,
246,
13,
65, // Opcode: PLIrs
/* 6118 */ MCD_OPC_CheckPredicate,
0,
210,
8,
0, // Skip to: 8381
/* 6123 */ MCD_OPC_Decode,
217,
6,
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,
244,
13,
65, // Opcode: PLDrs
/* 6155 */ MCD_OPC_CheckPredicate,
0,
173,
8,
0, // Skip to: 8381
/* 6160 */ MCD_OPC_Decode,
221,
6,
78, // 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,
183,
15,
66, // 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,
184,
15,
66, // 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,
186,
14,
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,
202,
14,
30, // Opcode: SMMUL
/* 6296 */ MCD_OPC_CheckPredicate,
1,
32,
8,
0, // Skip to: 8381
/* 6301 */ MCD_OPC_Decode,
198,
14,
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,
221,
5,
79, // Opcode: BFC
/* 6326 */ MCD_OPC_CheckPredicate,
13,
2,
8,
0, // Skip to: 8381
/* 6331 */ MCD_OPC_Decode,
222,
5,
80, // 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,
187,
14,
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,
185,
15,
66, // 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,
203,
14,
30, // Opcode: SMMULR
/* 6433 */ MCD_OPC_CheckPredicate,
1,
151,
7,
0, // Skip to: 8381
/* 6438 */ MCD_OPC_Decode,
199,
14,
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,
196,
14,
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,
208,
15,
66, // 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,
200,
14,
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,
209,
15,
66, // 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,
210,
15,
66, // 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,
215,
15,
71, // 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,
212,
15,
72, // 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,
197,
14,
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,
201,
14,
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,
132,
15,
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,
136,
15,
73, // 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,
215,
6,
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,
219,
6,
74, // 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,
198,
15,
66, // 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,
189,
15,
66, // 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,
200,
15,
66, // 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,
191,
15,
66, // 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,
201,
15,
66, // 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,
192,
15,
66, // 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,
202,
15,
66, // 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,
193,
15,
66, // 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,
199,
15,
66, // 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,
190,
15,
66, // 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,
203,
15,
66, // 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,
194,
15,
66, // 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,
206,
15,
75, // 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,
207,
15,
76, // 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,
129,
14,
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,
214,
15,
71, // 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,
211,
15,
72, // 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,
216,
15,
71, // 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,
213,
15,
72, // 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,
132,
14,
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,
186,
15,
77, // 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,
177,
15,
61, // 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,
176,
15,
61, // Opcode: TRAP
/* 7367 */ MCD_OPC_CheckPredicate,
0,
241,
3,
0, // Skip to: 8381
/* 7372 */ MCD_OPC_Decode,
187,
15,
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,
251,
14,
81, // 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,
133,
14,
82, // Opcode: RFEDA
/* 7427 */ MCD_OPC_CheckPredicate,
0,
181,
3,
0, // Skip to: 8381
/* 7432 */ MCD_OPC_Decode,
206,
6,
81, // 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,
252,
14,
83, // 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,
134,
14,
84, // Opcode: RFEDA_UPD
/* 7479 */ MCD_OPC_CheckPredicate,
0,
129,
3,
0, // Skip to: 8381
/* 7484 */ MCD_OPC_Decode,
207,
6,
83, // 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,
215,
14,
85, // Opcode: SRSDA
/* 7518 */ MCD_OPC_CheckPredicate,
0,
90,
3,
0, // Skip to: 8381
/* 7523 */ MCD_OPC_Decode,
221,
30,
81, // 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,
213,
30,
81, // 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,
216,
14,
85, // Opcode: SRSDA_UPD
/* 7571 */ MCD_OPC_CheckPredicate,
0,
37,
3,
0, // Skip to: 8381
/* 7576 */ MCD_OPC_Decode,
222,
30,
83, // 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,
214,
30,
83, // 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,
255,
14,
81, // 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,
137,
14,
82, // Opcode: RFEIA
/* 7637 */ MCD_OPC_CheckPredicate,
0,
227,
2,
0, // Skip to: 8381
/* 7642 */ MCD_OPC_Decode,
210,
6,
81, // 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,
128,
15,
83, // 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,
138,
14,
84, // Opcode: RFEIA_UPD
/* 7689 */ MCD_OPC_CheckPredicate,
0,
175,
2,
0, // Skip to: 8381
/* 7694 */ MCD_OPC_Decode,
211,
6,
83, // 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,
219,
14,
85, // Opcode: SRSIA
/* 7728 */ MCD_OPC_CheckPredicate,
0,
136,
2,
0, // Skip to: 8381
/* 7733 */ MCD_OPC_Decode,
225,
30,
81, // 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,
217,
30,
81, // 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,
220,
14,
85, // Opcode: SRSIA_UPD
/* 7781 */ MCD_OPC_CheckPredicate,
0,
83,
2,
0, // Skip to: 8381
/* 7786 */ MCD_OPC_Decode,
226,
30,
83, // 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,
218,
30,
83, // 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,
253,
14,
81, // 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,
135,
14,
82, // Opcode: RFEDB
/* 7847 */ MCD_OPC_CheckPredicate,
0,
17,
2,
0, // Skip to: 8381
/* 7852 */ MCD_OPC_Decode,
208,
6,
81, // 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,
254,
14,
83, // 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,
136,
14,
84, // Opcode: RFEDB_UPD
/* 7899 */ MCD_OPC_CheckPredicate,
0,
221,
1,
0, // Skip to: 8381
/* 7904 */ MCD_OPC_Decode,
209,
6,
83, // 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,
217,
14,
85, // Opcode: SRSDB
/* 7938 */ MCD_OPC_CheckPredicate,
0,
182,
1,
0, // Skip to: 8381
/* 7943 */ MCD_OPC_Decode,
223,
30,
81, // 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,
215,
30,
81, // 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,
218,
14,
85, // Opcode: SRSDB_UPD
/* 7991 */ MCD_OPC_CheckPredicate,
0,
129,
1,
0, // Skip to: 8381
/* 7996 */ MCD_OPC_Decode,
224,
30,
83, // 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,
216,
30,
83, // 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,
129,
15,
81, // 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,
139,
14,
82, // Opcode: RFEIB
/* 8057 */ MCD_OPC_CheckPredicate,
0,
63,
1,
0, // Skip to: 8381
/* 8062 */ MCD_OPC_Decode,
212,
6,
81, // 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,
130,
15,
83, // 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,
140,
14,
84, // Opcode: RFEIB_UPD
/* 8109 */ MCD_OPC_CheckPredicate,
0,
11,
1,
0, // Skip to: 8381
/* 8114 */ MCD_OPC_Decode,
213,
6,
83, // 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,
221,
14,
85, // Opcode: SRSIB
/* 8148 */ MCD_OPC_CheckPredicate,
0,
228,
0,
0, // Skip to: 8381
/* 8153 */ MCD_OPC_Decode,
227,
30,
81, // 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,
219,
30,
81, // 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,
222,
14,
85, // Opcode: SRSIB_UPD
/* 8201 */ MCD_OPC_CheckPredicate,
0,
175,
0,
0, // Skip to: 8381
/* 8206 */ MCD_OPC_Decode,
228,
30,
83, // 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,
220,
30,
83, // 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,
237,
5,
86, // 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,
228,
5,
86, // Opcode: BL
/* 8267 */ MCD_OPC_CheckPredicate,
0,
4,
0,
0, // Skip to: 8276
/* 8272 */ MCD_OPC_Decode,
232,
5,
86, // 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,
231,
5,
87, // 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,
128,
7,
88, // Opcode: MCRR2
/* 8321 */ MCD_OPC_CheckPredicate,
0,
55,
0,
0, // Skip to: 8381
/* 8326 */ MCD_OPC_Decode,
255,
6,
89, // 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,
142,
7,
88, // Opcode: MRRC2
/* 8351 */ MCD_OPC_CheckPredicate,
0,
25,
0,
0, // Skip to: 8381
/* 8356 */ MCD_OPC_Decode,
141,
7,
90, // 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,
163,
15,
91, // 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,
233,
14,
92, // Opcode: STC2_OPTION
/* 40 */ MCD_OPC_CheckPredicate,
0,
80,
2,
0, // Skip to: 637
/* 45 */ MCD_OPC_Decode,
241,
14,
92, // 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,
195,
6,
92, // Opcode: LDC2_OPTION
/* 78 */ MCD_OPC_CheckPredicate,
0,
42,
2,
0, // Skip to: 637
/* 83 */ MCD_OPC_Decode,
203,
6,
92, // 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,
234,
14,
92, // Opcode: STC2_POST
/* 108 */ MCD_OPC_CheckPredicate,
0,
12,
2,
0, // Skip to: 637
/* 113 */ MCD_OPC_Decode,
242,
14,
92, // 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,
196,
6,
92, // Opcode: LDC2_POST
/* 138 */ MCD_OPC_CheckPredicate,
0,
238,
1,
0, // Skip to: 637
/* 143 */ MCD_OPC_Decode,
204,
6,
92, // 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,
229,
14,
92, // Opcode: STC2L_OPTION
/* 176 */ MCD_OPC_CheckPredicate,
0,
200,
1,
0, // Skip to: 637
/* 181 */ MCD_OPC_Decode,
237,
14,
92, // 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,
191,
6,
92, // Opcode: LDC2L_OPTION
/* 214 */ MCD_OPC_CheckPredicate,
0,
162,
1,
0, // Skip to: 637
/* 219 */ MCD_OPC_Decode,
199,
6,
92, // 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,
230,
14,
92, // Opcode: STC2L_POST
/* 244 */ MCD_OPC_CheckPredicate,
0,
132,
1,
0, // Skip to: 637
/* 249 */ MCD_OPC_Decode,
238,
14,
92, // 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,
192,
6,
92, // Opcode: LDC2L_POST
/* 274 */ MCD_OPC_CheckPredicate,
0,
102,
1,
0, // Skip to: 637
/* 279 */ MCD_OPC_Decode,
200,
6,
92, // 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,
232,
14,
92, // Opcode: STC2_OFFSET
/* 312 */ MCD_OPC_CheckPredicate,
0,
64,
1,
0, // Skip to: 637
/* 317 */ MCD_OPC_Decode,
240,
14,
92, // 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,
194,
6,
92, // Opcode: LDC2_OFFSET
/* 342 */ MCD_OPC_CheckPredicate,
0,
34,
1,
0, // Skip to: 637
/* 347 */ MCD_OPC_Decode,
202,
6,
92, // 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,
235,
14,
92, // Opcode: STC2_PRE
/* 372 */ MCD_OPC_CheckPredicate,
0,
4,
1,
0, // Skip to: 637
/* 377 */ MCD_OPC_Decode,
243,
14,
92, // 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,
197,
6,
92, // Opcode: LDC2_PRE
/* 402 */ MCD_OPC_CheckPredicate,
0,
230,
0,
0, // Skip to: 637
/* 407 */ MCD_OPC_Decode,
205,
6,
92, // 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,
228,
14,
92, // Opcode: STC2L_OFFSET
/* 432 */ MCD_OPC_CheckPredicate,
0,
200,
0,
0, // Skip to: 637
/* 437 */ MCD_OPC_Decode,
236,
14,
92, // 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,
190,
6,
92, // Opcode: LDC2L_OFFSET
/* 462 */ MCD_OPC_CheckPredicate,
0,
170,
0,
0, // Skip to: 637
/* 467 */ MCD_OPC_Decode,
198,
6,
92, // 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,
231,
14,
92, // Opcode: STC2L_PRE
/* 492 */ MCD_OPC_CheckPredicate,
0,
140,
0,
0, // Skip to: 637
/* 497 */ MCD_OPC_Decode,
239,
14,
92, // 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,
193,
6,
92, // Opcode: LDC2L_PRE
/* 522 */ MCD_OPC_CheckPredicate,
0,
110,
0,
0, // Skip to: 637
/* 527 */ MCD_OPC_Decode,
201,
6,
92, // 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,
141,
6,
93, // Opcode: CDP2
/* 560 */ MCD_OPC_CheckPredicate,
4,
72,
0,
0, // Skip to: 637
/* 565 */ MCD_OPC_Decode,
140,
6,
94, // 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,
254,
6,
95, // Opcode: MCR2
/* 598 */ MCD_OPC_CheckPredicate,
0,
34,
0,
0, // Skip to: 637
/* 603 */ MCD_OPC_Decode,
253,
6,
96, // 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,
140,
7,
97, // Opcode: MRC2
/* 628 */ MCD_OPC_CheckPredicate,
0,
4,
0,
0, // Skip to: 637
/* 633 */ MCD_OPC_Decode,
139,
7,
98, // 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,
235,
98,
0, // Skip to: 25344
/* 21 */ MCD_OPC_CheckField,
28,
4,
15,
228,
98,
0, // Skip to: 25344
/* 28 */ MCD_OPC_CheckField,
11,
5,
29,
221,
98,
0, // Skip to: 25344
/* 35 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
1,
/* 39 */ MCD_OPC_Decode,
139,
8,
99, // Opcode: MVE_VCTP8
/* 43 */ MCD_OPC_FilterValue,
1,
27,
0,
0, // Skip to: 75
/* 48 */ MCD_OPC_CheckPredicate,
22,
203,
98,
0, // Skip to: 25344
/* 53 */ MCD_OPC_CheckField,
28,
4,
15,
196,
98,
0, // Skip to: 25344
/* 60 */ MCD_OPC_CheckField,
11,
5,
29,
189,
98,
0, // Skip to: 25344
/* 67 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
1,
/* 71 */ MCD_OPC_Decode,
136,
8,
99, // Opcode: MVE_VCTP16
/* 75 */ MCD_OPC_FilterValue,
2,
27,
0,
0, // Skip to: 107
/* 80 */ MCD_OPC_CheckPredicate,
22,
171,
98,
0, // Skip to: 25344
/* 85 */ MCD_OPC_CheckField,
28,
4,
15,
164,
98,
0, // Skip to: 25344
/* 92 */ MCD_OPC_CheckField,
11,
5,
29,
157,
98,
0, // Skip to: 25344
/* 99 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
1,
/* 103 */ MCD_OPC_Decode,
137,
8,
99, // Opcode: MVE_VCTP32
/* 107 */ MCD_OPC_FilterValue,
3,
144,
98,
0, // Skip to: 25344
/* 112 */ MCD_OPC_CheckPredicate,
22,
139,
98,
0, // Skip to: 25344
/* 117 */ MCD_OPC_CheckField,
28,
4,
15,
132,
98,
0, // Skip to: 25344
/* 124 */ MCD_OPC_CheckField,
11,
5,
29,
125,
98,
0, // Skip to: 25344
/* 131 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
1,
/* 135 */ MCD_OPC_Decode,
138,
8,
99, // 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,
96,
98,
0, // Skip to: 25344
/* 160 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 163 */ MCD_OPC_FilterValue,
14,
88,
98,
0, // Skip to: 25344
/* 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,
159,
7,
100, // 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,
168,
7,
100, // Opcode: MVE_UQRSHLL
/* 220 */ MCD_OPC_CheckPredicate,
23,
31,
98,
0, // Skip to: 25344
/* 225 */ MCD_OPC_CheckField,
9,
3,
7,
24,
98,
0, // Skip to: 25344
/* 232 */ MCD_OPC_SoftFail,
192,
1 /* 0xc0 */,
128,
2 /* 0x100 */,
/* 237 */ MCD_OPC_Decode,
167,
7,
101, // 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,
2,
98,
0, // Skip to: 25344
/* 254 */ MCD_OPC_ExtractField,
15,
1, // Inst{15} ...
/* 257 */ MCD_OPC_FilterValue,
0,
250,
97,
0, // Skip to: 25344
/* 262 */ MCD_OPC_ExtractField,
20,
5, // Inst{24-20} ...
/* 265 */ MCD_OPC_FilterValue,
5,
242,
97,
0, // Skip to: 25344
/* 270 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 273 */ MCD_OPC_FilterValue,
14,
234,
97,
0, // Skip to: 25344
/* 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,
169,
7,
102, // 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,
170,
7,
103, // Opcode: MVE_UQSHLL
/* 310 */ MCD_OPC_CheckPredicate,
23,
197,
97,
0, // Skip to: 25344
/* 315 */ MCD_OPC_Decode,
158,
7,
103, // 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,
180,
97,
0, // Skip to: 25344
/* 332 */ MCD_OPC_ExtractField,
15,
1, // Inst{15} ...
/* 335 */ MCD_OPC_FilterValue,
0,
172,
97,
0, // Skip to: 25344
/* 340 */ MCD_OPC_ExtractField,
20,
5, // Inst{24-20} ...
/* 343 */ MCD_OPC_FilterValue,
5,
164,
97,
0, // Skip to: 25344
/* 348 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 351 */ MCD_OPC_FilterValue,
14,
156,
97,
0, // Skip to: 25344
/* 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,
171,
7,
102, // 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,
172,
7,
103, // Opcode: MVE_URSHRL
/* 388 */ MCD_OPC_CheckPredicate,
23,
119,
97,
0, // Skip to: 25344
/* 393 */ MCD_OPC_Decode,
160,
7,
103, // 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,
102,
97,
0, // Skip to: 25344
/* 410 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 413 */ MCD_OPC_FilterValue,
14,
94,
97,
0, // Skip to: 25344
/* 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,
151,
7,
100, // 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,
162,
7,
100, // Opcode: MVE_SQRSHRL
/* 470 */ MCD_OPC_CheckPredicate,
23,
37,
97,
0, // Skip to: 25344
/* 475 */ MCD_OPC_CheckField,
9,
3,
7,
30,
97,
0, // Skip to: 25344
/* 482 */ MCD_OPC_SoftFail,
192,
1 /* 0xc0 */,
128,
2 /* 0x100 */,
/* 487 */ MCD_OPC_Decode,
161,
7,
101, // 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,
8,
97,
0, // Skip to: 25344
/* 504 */ MCD_OPC_ExtractField,
15,
1, // Inst{15} ...
/* 507 */ MCD_OPC_FilterValue,
0,
0,
97,
0, // Skip to: 25344
/* 512 */ MCD_OPC_ExtractField,
20,
5, // Inst{24-20} ...
/* 515 */ MCD_OPC_FilterValue,
5,
248,
96,
0, // Skip to: 25344
/* 520 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 523 */ MCD_OPC_FilterValue,
14,
240,
96,
0, // Skip to: 25344
/* 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,
165,
7,
102, // 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,
166,
7,
103, // Opcode: MVE_SRSHRL
/* 560 */ MCD_OPC_CheckPredicate,
23,
203,
96,
0, // Skip to: 25344
/* 565 */ MCD_OPC_Decode,
150,
7,
103, // Opcode: MVE_ASRLi
/* 569 */ MCD_OPC_FilterValue,
63,
194,
96,
0, // Skip to: 25344
/* 574 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 577 */ MCD_OPC_FilterValue,
1,
186,
96,
0, // Skip to: 25344
/* 582 */ MCD_OPC_ExtractField,
15,
1, // Inst{15} ...
/* 585 */ MCD_OPC_FilterValue,
0,
178,
96,
0, // Skip to: 25344
/* 590 */ MCD_OPC_ExtractField,
20,
5, // Inst{24-20} ...
/* 593 */ MCD_OPC_FilterValue,
5,
170,
96,
0, // Skip to: 25344
/* 598 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 601 */ MCD_OPC_FilterValue,
14,
162,
96,
0, // Skip to: 25344
/* 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,
163,
7,
102, // Opcode: MVE_SQSHL
/* 622 */ MCD_OPC_CheckPredicate,
23,
141,
96,
0, // Skip to: 25344
/* 627 */ MCD_OPC_CheckField,
16,
1,
1,
134,
96,
0, // Skip to: 25344
/* 634 */ MCD_OPC_Decode,
164,
7,
103, // Opcode: MVE_SQSHLL
/* 638 */ MCD_OPC_FilterValue,
6,
2,
19,
0, // Skip to: 5509
/* 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,
104,
96,
0, // Skip to: 25344
/* 664 */ MCD_OPC_CheckField,
28,
4,
15,
97,
96,
0, // Skip to: 25344
/* 671 */ MCD_OPC_CheckField,
23,
1,
1,
90,
96,
0, // Skip to: 25344
/* 678 */ MCD_OPC_CheckField,
16,
1,
0,
83,
96,
0, // Skip to: 25344
/* 685 */ MCD_OPC_CheckField,
6,
1,
1,
76,
96,
0, // Skip to: 25344
/* 692 */ MCD_OPC_CheckField,
4,
1,
0,
69,
96,
0, // Skip to: 25344
/* 699 */ MCD_OPC_CheckField,
0,
1,
0,
62,
96,
0, // Skip to: 25344
/* 706 */ MCD_OPC_Decode,
227,
7,
104, // Opcode: MVE_VCADDf16
/* 710 */ MCD_OPC_FilterValue,
1,
51,
0,
0, // Skip to: 766
/* 715 */ MCD_OPC_CheckPredicate,
24,
48,
96,
0, // Skip to: 25344
/* 720 */ MCD_OPC_CheckField,
28,
4,
15,
41,
96,
0, // Skip to: 25344
/* 727 */ MCD_OPC_CheckField,
23,
1,
1,
34,
96,
0, // Skip to: 25344
/* 734 */ MCD_OPC_CheckField,
16,
1,
0,
27,
96,
0, // Skip to: 25344
/* 741 */ MCD_OPC_CheckField,
6,
1,
1,
20,
96,
0, // Skip to: 25344
/* 748 */ MCD_OPC_CheckField,
4,
1,
0,
13,
96,
0, // Skip to: 25344
/* 755 */ MCD_OPC_CheckField,
0,
1,
0,
6,
96,
0, // Skip to: 25344
/* 762 */ MCD_OPC_Decode,
228,
7,
104, // Opcode: MVE_VCADDf32
/* 766 */ MCD_OPC_FilterValue,
2,
44,
0,
0, // Skip to: 815
/* 771 */ MCD_OPC_CheckPredicate,
24,
248,
95,
0, // Skip to: 25344
/* 776 */ MCD_OPC_CheckField,
28,
4,
15,
241,
95,
0, // Skip to: 25344
/* 783 */ MCD_OPC_CheckField,
16,
1,
0,
234,
95,
0, // Skip to: 25344
/* 790 */ MCD_OPC_CheckField,
6,
1,
1,
227,
95,
0, // Skip to: 25344
/* 797 */ MCD_OPC_CheckField,
4,
1,
0,
220,
95,
0, // Skip to: 25344
/* 804 */ MCD_OPC_CheckField,
0,
1,
0,
213,
95,
0, // Skip to: 25344
/* 811 */ MCD_OPC_Decode,
238,
7,
105, // Opcode: MVE_VCMLAf16
/* 815 */ MCD_OPC_FilterValue,
3,
204,
95,
0, // Skip to: 25344
/* 820 */ MCD_OPC_CheckPredicate,
24,
199,
95,
0, // Skip to: 25344
/* 825 */ MCD_OPC_CheckField,
28,
4,
15,
192,
95,
0, // Skip to: 25344
/* 832 */ MCD_OPC_CheckField,
16,
1,
0,
185,
95,
0, // Skip to: 25344
/* 839 */ MCD_OPC_CheckField,
6,
1,
1,
178,
95,
0, // Skip to: 25344
/* 846 */ MCD_OPC_CheckField,
4,
1,
0,
171,
95,
0, // Skip to: 25344
/* 853 */ MCD_OPC_CheckField,
0,
1,
0,
164,
95,
0, // Skip to: 25344
/* 860 */ MCD_OPC_Decode,
239,
7,
105, // 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,
134,
95,
0, // Skip to: 25344
/* 890 */ MCD_OPC_CheckField,
28,
4,
14,
127,
95,
0, // Skip to: 25344
/* 897 */ MCD_OPC_CheckField,
23,
2,
1,
120,
95,
0, // Skip to: 25344
/* 904 */ MCD_OPC_CheckField,
4,
3,
0,
113,
95,
0, // Skip to: 25344
/* 911 */ MCD_OPC_CheckField,
0,
1,
0,
106,
95,
0, // Skip to: 25344
/* 918 */ MCD_OPC_Decode,
184,
13,
106, // Opcode: MVE_VSTRB8_rq
/* 922 */ MCD_OPC_FilterValue,
1,
97,
95,
0, // Skip to: 25344
/* 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,
68,
95,
0, // Skip to: 25344
/* 956 */ MCD_OPC_CheckField,
28,
4,
14,
61,
95,
0, // Skip to: 25344
/* 963 */ MCD_OPC_CheckField,
23,
1,
1,
54,
95,
0, // Skip to: 25344
/* 970 */ MCD_OPC_Decode,
179,
13,
106, // Opcode: MVE_VSTRB16_rq
/* 974 */ MCD_OPC_FilterValue,
1,
45,
95,
0, // Skip to: 25344
/* 979 */ MCD_OPC_CheckPredicate,
22,
40,
95,
0, // Skip to: 25344
/* 984 */ MCD_OPC_CheckField,
28,
4,
14,
33,
95,
0, // Skip to: 25344
/* 991 */ MCD_OPC_CheckField,
23,
1,
1,
26,
95,
0, // Skip to: 25344
/* 998 */ MCD_OPC_Decode,
193,
13,
106, // Opcode: MVE_VSTRH16_rq_u
/* 1002 */ MCD_OPC_FilterValue,
1,
17,
95,
0, // Skip to: 25344
/* 1007 */ MCD_OPC_CheckPredicate,
22,
12,
95,
0, // Skip to: 25344
/* 1012 */ MCD_OPC_CheckField,
28,
4,
14,
5,
95,
0, // Skip to: 25344
/* 1019 */ MCD_OPC_CheckField,
23,
1,
1,
254,
94,
0, // Skip to: 25344
/* 1026 */ MCD_OPC_CheckField,
4,
3,
1,
247,
94,
0, // Skip to: 25344
/* 1033 */ MCD_OPC_Decode,
192,
13,
106, // Opcode: MVE_VSTRH16_rq
/* 1037 */ MCD_OPC_FilterValue,
1,
238,
94,
0, // Skip to: 25344
/* 1042 */ MCD_OPC_CheckPredicate,
22,
233,
94,
0, // Skip to: 25344
/* 1047 */ MCD_OPC_CheckField,
28,
4,
14,
226,
94,
0, // Skip to: 25344
/* 1054 */ MCD_OPC_CheckField,
19,
1,
0,
219,
94,
0, // Skip to: 25344
/* 1061 */ MCD_OPC_Decode,
176,
13,
107, // 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,
197,
94,
0, // Skip to: 25344
/* 1083 */ MCD_OPC_CheckField,
28,
4,
15,
190,
94,
0, // Skip to: 25344
/* 1090 */ MCD_OPC_CheckField,
23,
2,
1,
183,
94,
0, // Skip to: 25344
/* 1097 */ MCD_OPC_CheckField,
4,
3,
0,
176,
94,
0, // Skip to: 25344
/* 1104 */ MCD_OPC_CheckField,
0,
1,
0,
169,
94,
0, // Skip to: 25344
/* 1111 */ MCD_OPC_Decode,
154,
9,
106, // Opcode: MVE_VLDRBU8_rq
/* 1115 */ MCD_OPC_FilterValue,
1,
160,
94,
0, // Skip to: 25344
/* 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,
123,
94,
0, // Skip to: 25344
/* 1157 */ MCD_OPC_CheckField,
23,
1,
1,
116,
94,
0, // Skip to: 25344
/* 1164 */ MCD_OPC_Decode,
138,
9,
106, // Opcode: MVE_VLDRBS16_rq
/* 1168 */ MCD_OPC_FilterValue,
15,
107,
94,
0, // Skip to: 25344
/* 1173 */ MCD_OPC_CheckPredicate,
22,
102,
94,
0, // Skip to: 25344
/* 1178 */ MCD_OPC_CheckField,
23,
1,
1,
95,
94,
0, // Skip to: 25344
/* 1185 */ MCD_OPC_Decode,
146,
9,
106, // Opcode: MVE_VLDRBU16_rq
/* 1189 */ MCD_OPC_FilterValue,
1,
86,
94,
0, // Skip to: 25344
/* 1194 */ MCD_OPC_CheckPredicate,
22,
81,
94,
0, // Skip to: 25344
/* 1199 */ MCD_OPC_CheckField,
28,
4,
15,
74,
94,
0, // Skip to: 25344
/* 1206 */ MCD_OPC_CheckField,
23,
1,
1,
67,
94,
0, // Skip to: 25344
/* 1213 */ MCD_OPC_Decode,
168,
9,
106, // Opcode: MVE_VLDRHU16_rq_u
/* 1217 */ MCD_OPC_FilterValue,
1,
58,
94,
0, // Skip to: 25344
/* 1222 */ MCD_OPC_CheckPredicate,
22,
53,
94,
0, // Skip to: 25344
/* 1227 */ MCD_OPC_CheckField,
28,
4,
15,
46,
94,
0, // Skip to: 25344
/* 1234 */ MCD_OPC_CheckField,
23,
1,
1,
39,
94,
0, // Skip to: 25344
/* 1241 */ MCD_OPC_CheckField,
4,
3,
1,
32,
94,
0, // Skip to: 25344
/* 1248 */ MCD_OPC_Decode,
167,
9,
106, // Opcode: MVE_VLDRHU16_rq
/* 1252 */ MCD_OPC_FilterValue,
1,
23,
94,
0, // Skip to: 25344
/* 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,
10,
94,
0, // Skip to: 25344
/* 1270 */ MCD_OPC_CheckField,
19,
1,
0,
3,
94,
0, // Skip to: 25344
/* 1277 */ MCD_OPC_Decode,
135,
9,
107, // Opcode: MVE_VLDRBS16
/* 1281 */ MCD_OPC_FilterValue,
15,
250,
93,
0, // Skip to: 25344
/* 1286 */ MCD_OPC_CheckPredicate,
22,
245,
93,
0, // Skip to: 25344
/* 1291 */ MCD_OPC_CheckField,
19,
1,
0,
238,
93,
0, // Skip to: 25344
/* 1298 */ MCD_OPC_Decode,
143,
9,
107, // 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,
216,
93,
0, // Skip to: 25344
/* 1320 */ MCD_OPC_CheckField,
28,
4,
14,
209,
93,
0, // Skip to: 25344
/* 1327 */ MCD_OPC_CheckField,
19,
1,
0,
202,
93,
0, // Skip to: 25344
/* 1334 */ MCD_OPC_CheckField,
7,
1,
1,
195,
93,
0, // Skip to: 25344
/* 1341 */ MCD_OPC_Decode,
177,
13,
108, // Opcode: MVE_VSTRB16_post
/* 1345 */ MCD_OPC_FilterValue,
1,
186,
93,
0, // Skip to: 25344
/* 1350 */ MCD_OPC_CheckPredicate,
22,
181,
93,
0, // Skip to: 25344
/* 1355 */ MCD_OPC_CheckField,
28,
4,
14,
174,
93,
0, // Skip to: 25344
/* 1362 */ MCD_OPC_CheckField,
19,
1,
0,
167,
93,
0, // Skip to: 25344
/* 1369 */ MCD_OPC_CheckField,
7,
1,
1,
160,
93,
0, // Skip to: 25344
/* 1376 */ MCD_OPC_Decode,
178,
13,
109, // Opcode: MVE_VSTRB16_pre
/* 1380 */ MCD_OPC_FilterValue,
3,
151,
93,
0, // Skip to: 25344
/* 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,
130,
93,
0, // Skip to: 25344
/* 1406 */ MCD_OPC_CheckField,
19,
1,
0,
123,
93,
0, // Skip to: 25344
/* 1413 */ MCD_OPC_CheckField,
7,
1,
1,
116,
93,
0, // Skip to: 25344
/* 1420 */ MCD_OPC_Decode,
136,
9,
108, // Opcode: MVE_VLDRBS16_post
/* 1424 */ MCD_OPC_FilterValue,
15,
107,
93,
0, // Skip to: 25344
/* 1429 */ MCD_OPC_CheckPredicate,
22,
102,
93,
0, // Skip to: 25344
/* 1434 */ MCD_OPC_CheckField,
19,
1,
0,
95,
93,
0, // Skip to: 25344
/* 1441 */ MCD_OPC_CheckField,
7,
1,
1,
88,
93,
0, // Skip to: 25344
/* 1448 */ MCD_OPC_Decode,
144,
9,
108, // Opcode: MVE_VLDRBU16_post
/* 1452 */ MCD_OPC_FilterValue,
1,
79,
93,
0, // Skip to: 25344
/* 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,
66,
93,
0, // Skip to: 25344
/* 1470 */ MCD_OPC_CheckField,
19,
1,
0,
59,
93,
0, // Skip to: 25344
/* 1477 */ MCD_OPC_CheckField,
7,
1,
1,
52,
93,
0, // Skip to: 25344
/* 1484 */ MCD_OPC_Decode,
137,
9,
109, // Opcode: MVE_VLDRBS16_pre
/* 1488 */ MCD_OPC_FilterValue,
15,
43,
93,
0, // Skip to: 25344
/* 1493 */ MCD_OPC_CheckPredicate,
22,
38,
93,
0, // Skip to: 25344
/* 1498 */ MCD_OPC_CheckField,
19,
1,
0,
31,
93,
0, // Skip to: 25344
/* 1505 */ MCD_OPC_CheckField,
7,
1,
1,
24,
93,
0, // Skip to: 25344
/* 1512 */ MCD_OPC_Decode,
145,
9,
109, // 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,
226,
92,
0, // Skip to: 25344
/* 1566 */ MCD_OPC_CheckField,
28,
4,
14,
219,
92,
0, // Skip to: 25344
/* 1573 */ MCD_OPC_Decode,
179,
10,
110, // Opcode: MVE_VMOV_rr_q
/* 1577 */ MCD_OPC_FilterValue,
1,
210,
92,
0, // Skip to: 25344
/* 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,
189,
92,
0, // Skip to: 25344
/* 1603 */ MCD_OPC_CheckField,
28,
4,
14,
182,
92,
0, // Skip to: 25344
/* 1610 */ MCD_OPC_CheckField,
22,
1,
0,
175,
92,
0, // Skip to: 25344
/* 1617 */ MCD_OPC_Decode,
183,
13,
106, // Opcode: MVE_VSTRB32_rq
/* 1621 */ MCD_OPC_FilterValue,
1,
166,
92,
0, // Skip to: 25344
/* 1626 */ MCD_OPC_CheckPredicate,
22,
161,
92,
0, // Skip to: 25344
/* 1631 */ MCD_OPC_CheckField,
28,
4,
14,
154,
92,
0, // Skip to: 25344
/* 1638 */ MCD_OPC_CheckField,
22,
1,
0,
147,
92,
0, // Skip to: 25344
/* 1645 */ MCD_OPC_Decode,
198,
13,
106, // Opcode: MVE_VSTRH32_rq_u
/* 1649 */ MCD_OPC_FilterValue,
1,
138,
92,
0, // Skip to: 25344
/* 1654 */ MCD_OPC_CheckPredicate,
22,
133,
92,
0, // Skip to: 25344
/* 1659 */ MCD_OPC_CheckField,
28,
4,
14,
126,
92,
0, // Skip to: 25344
/* 1666 */ MCD_OPC_CheckField,
22,
1,
0,
119,
92,
0, // Skip to: 25344
/* 1673 */ MCD_OPC_CheckField,
4,
1,
1,
112,
92,
0, // Skip to: 25344
/* 1680 */ MCD_OPC_Decode,
197,
13,
106, // Opcode: MVE_VSTRH32_rq
/* 1684 */ MCD_OPC_FilterValue,
2,
103,
92,
0, // Skip to: 25344
/* 1689 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 1692 */ MCD_OPC_FilterValue,
0,
30,
0,
0, // Skip to: 1727
/* 1697 */ MCD_OPC_CheckPredicate,
22,
90,
92,
0, // Skip to: 25344
/* 1702 */ MCD_OPC_CheckField,
28,
4,
14,
83,
92,
0, // Skip to: 25344
/* 1709 */ MCD_OPC_CheckField,
22,
2,
2,
76,
92,
0, // Skip to: 25344
/* 1716 */ MCD_OPC_CheckField,
4,
1,
0,
69,
92,
0, // Skip to: 25344
/* 1723 */ MCD_OPC_Decode,
205,
13,
106, // Opcode: MVE_VSTRW32_rq_u
/* 1727 */ MCD_OPC_FilterValue,
1,
60,
92,
0, // Skip to: 25344
/* 1732 */ MCD_OPC_CheckPredicate,
22,
55,
92,
0, // Skip to: 25344
/* 1737 */ MCD_OPC_CheckField,
28,
4,
14,
48,
92,
0, // Skip to: 25344
/* 1744 */ MCD_OPC_CheckField,
22,
2,
2,
41,
92,
0, // Skip to: 25344
/* 1751 */ MCD_OPC_CheckField,
4,
1,
0,
34,
92,
0, // Skip to: 25344
/* 1758 */ MCD_OPC_Decode,
204,
13,
106, // Opcode: MVE_VSTRW32_rq
/* 1762 */ MCD_OPC_FilterValue,
1,
25,
92,
0, // Skip to: 25344
/* 1767 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 1770 */ MCD_OPC_FilterValue,
0,
23,
0,
0, // Skip to: 1798
/* 1775 */ MCD_OPC_CheckPredicate,
22,
12,
92,
0, // Skip to: 25344
/* 1780 */ MCD_OPC_CheckField,
28,
4,
14,
5,
92,
0, // Skip to: 25344
/* 1787 */ MCD_OPC_CheckField,
22,
1,
0,
254,
91,
0, // Skip to: 25344
/* 1794 */ MCD_OPC_Decode,
180,
13,
107, // Opcode: MVE_VSTRB32
/* 1798 */ MCD_OPC_FilterValue,
1,
245,
91,
0, // Skip to: 25344
/* 1803 */ MCD_OPC_CheckPredicate,
22,
240,
91,
0, // Skip to: 25344
/* 1808 */ MCD_OPC_CheckField,
28,
4,
14,
233,
91,
0, // Skip to: 25344
/* 1815 */ MCD_OPC_CheckField,
22,
1,
0,
226,
91,
0, // Skip to: 25344
/* 1822 */ MCD_OPC_Decode,
194,
13,
111, // Opcode: MVE_VSTRH32
/* 1826 */ MCD_OPC_FilterValue,
1,
217,
91,
0, // Skip to: 25344
/* 1831 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 1834 */ MCD_OPC_FilterValue,
0,
30,
0,
0, // Skip to: 1869
/* 1839 */ MCD_OPC_CheckPredicate,
22,
204,
91,
0, // Skip to: 25344
/* 1844 */ MCD_OPC_CheckField,
28,
4,
14,
197,
91,
0, // Skip to: 25344
/* 1851 */ MCD_OPC_CheckField,
22,
3,
2,
190,
91,
0, // Skip to: 25344
/* 1858 */ MCD_OPC_CheckField,
4,
3,
5,
183,
91,
0, // Skip to: 25344
/* 1865 */ MCD_OPC_Decode,
191,
13,
106, // Opcode: MVE_VSTRD64_rq_u
/* 1869 */ MCD_OPC_FilterValue,
1,
174,
91,
0, // Skip to: 25344
/* 1874 */ MCD_OPC_CheckPredicate,
22,
169,
91,
0, // Skip to: 25344
/* 1879 */ MCD_OPC_CheckField,
28,
4,
14,
162,
91,
0, // Skip to: 25344
/* 1886 */ MCD_OPC_CheckField,
22,
3,
2,
155,
91,
0, // Skip to: 25344
/* 1893 */ MCD_OPC_CheckField,
4,
3,
5,
148,
91,
0, // Skip to: 25344
/* 1900 */ MCD_OPC_Decode,
190,
13,
106, // 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,
102,
91,
0, // Skip to: 25344
/* 1946 */ MCD_OPC_CheckField,
28,
4,
14,
95,
91,
0, // Skip to: 25344
/* 1953 */ MCD_OPC_Decode,
178,
10,
112, // Opcode: MVE_VMOV_q_rr
/* 1957 */ MCD_OPC_FilterValue,
1,
86,
91,
0, // Skip to: 25344
/* 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,
57,
91,
0, // Skip to: 25344
/* 1991 */ MCD_OPC_CheckField,
22,
1,
0,
50,
91,
0, // Skip to: 25344
/* 1998 */ MCD_OPC_Decode,
142,
9,
106, // Opcode: MVE_VLDRBS32_rq
/* 2002 */ MCD_OPC_FilterValue,
15,
41,
91,
0, // Skip to: 25344
/* 2007 */ MCD_OPC_CheckPredicate,
22,
36,
91,
0, // Skip to: 25344
/* 2012 */ MCD_OPC_CheckField,
22,
1,
0,
29,
91,
0, // Skip to: 25344
/* 2019 */ MCD_OPC_Decode,
150,
9,
106, // Opcode: MVE_VLDRBU32_rq
/* 2023 */ MCD_OPC_FilterValue,
1,
20,
91,
0, // Skip to: 25344
/* 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,
7,
91,
0, // Skip to: 25344
/* 2041 */ MCD_OPC_CheckField,
22,
1,
0,
0,
91,
0, // Skip to: 25344
/* 2048 */ MCD_OPC_Decode,
163,
9,
106, // Opcode: MVE_VLDRHS32_rq_u
/* 2052 */ MCD_OPC_FilterValue,
15,
247,
90,
0, // Skip to: 25344
/* 2057 */ MCD_OPC_CheckPredicate,
22,
242,
90,
0, // Skip to: 25344
/* 2062 */ MCD_OPC_CheckField,
22,
1,
0,
235,
90,
0, // Skip to: 25344
/* 2069 */ MCD_OPC_Decode,
173,
9,
106, // Opcode: MVE_VLDRHU32_rq_u
/* 2073 */ MCD_OPC_FilterValue,
1,
226,
90,
0, // Skip to: 25344
/* 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,
213,
90,
0, // Skip to: 25344
/* 2091 */ MCD_OPC_CheckField,
22,
1,
0,
206,
90,
0, // Skip to: 25344
/* 2098 */ MCD_OPC_CheckField,
4,
1,
1,
199,
90,
0, // Skip to: 25344
/* 2105 */ MCD_OPC_Decode,
162,
9,
106, // Opcode: MVE_VLDRHS32_rq
/* 2109 */ MCD_OPC_FilterValue,
15,
190,
90,
0, // Skip to: 25344
/* 2114 */ MCD_OPC_CheckPredicate,
22,
185,
90,
0, // Skip to: 25344
/* 2119 */ MCD_OPC_CheckField,
22,
1,
0,
178,
90,
0, // Skip to: 25344
/* 2126 */ MCD_OPC_CheckField,
4,
1,
1,
171,
90,
0, // Skip to: 25344
/* 2133 */ MCD_OPC_Decode,
172,
9,
106, // Opcode: MVE_VLDRHU32_rq
/* 2137 */ MCD_OPC_FilterValue,
2,
162,
90,
0, // Skip to: 25344
/* 2142 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 2145 */ MCD_OPC_FilterValue,
0,
30,
0,
0, // Skip to: 2180
/* 2150 */ MCD_OPC_CheckPredicate,
22,
149,
90,
0, // Skip to: 25344
/* 2155 */ MCD_OPC_CheckField,
28,
4,
15,
142,
90,
0, // Skip to: 25344
/* 2162 */ MCD_OPC_CheckField,
22,
2,
2,
135,
90,
0, // Skip to: 25344
/* 2169 */ MCD_OPC_CheckField,
4,
1,
0,
128,
90,
0, // Skip to: 25344
/* 2176 */ MCD_OPC_Decode,
180,
9,
106, // Opcode: MVE_VLDRWU32_rq_u
/* 2180 */ MCD_OPC_FilterValue,
1,
119,
90,
0, // Skip to: 25344
/* 2185 */ MCD_OPC_CheckPredicate,
22,
114,
90,
0, // Skip to: 25344
/* 2190 */ MCD_OPC_CheckField,
28,
4,
15,
107,
90,
0, // Skip to: 25344
/* 2197 */ MCD_OPC_CheckField,
22,
2,
2,
100,
90,
0, // Skip to: 25344
/* 2204 */ MCD_OPC_CheckField,
4,
1,
0,
93,
90,
0, // Skip to: 25344
/* 2211 */ MCD_OPC_Decode,
179,
9,
106, // Opcode: MVE_VLDRWU32_rq
/* 2215 */ MCD_OPC_FilterValue,
1,
84,
90,
0, // Skip to: 25344
/* 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,
63,
90,
0, // Skip to: 25344
/* 2241 */ MCD_OPC_CheckField,
22,
1,
0,
56,
90,
0, // Skip to: 25344
/* 2248 */ MCD_OPC_Decode,
139,
9,
107, // Opcode: MVE_VLDRBS32
/* 2252 */ MCD_OPC_FilterValue,
15,
47,
90,
0, // Skip to: 25344
/* 2257 */ MCD_OPC_CheckPredicate,
22,
42,
90,
0, // Skip to: 25344
/* 2262 */ MCD_OPC_CheckField,
22,
1,
0,
35,
90,
0, // Skip to: 25344
/* 2269 */ MCD_OPC_Decode,
147,
9,
107, // Opcode: MVE_VLDRBU32
/* 2273 */ MCD_OPC_FilterValue,
1,
26,
90,
0, // Skip to: 25344
/* 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,
13,
90,
0, // Skip to: 25344
/* 2291 */ MCD_OPC_CheckField,
22,
1,
0,
6,
90,
0, // Skip to: 25344
/* 2298 */ MCD_OPC_Decode,
159,
9,
111, // Opcode: MVE_VLDRHS32
/* 2302 */ MCD_OPC_FilterValue,
15,
253,
89,
0, // Skip to: 25344
/* 2307 */ MCD_OPC_CheckPredicate,
22,
248,
89,
0, // Skip to: 25344
/* 2312 */ MCD_OPC_CheckField,
22,
1,
0,
241,
89,
0, // Skip to: 25344
/* 2319 */ MCD_OPC_Decode,
169,
9,
111, // Opcode: MVE_VLDRHU32
/* 2323 */ MCD_OPC_FilterValue,
1,
232,
89,
0, // Skip to: 25344
/* 2328 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 2331 */ MCD_OPC_FilterValue,
0,
30,
0,
0, // Skip to: 2366
/* 2336 */ MCD_OPC_CheckPredicate,
22,
219,
89,
0, // Skip to: 25344
/* 2341 */ MCD_OPC_CheckField,
28,
4,
15,
212,
89,
0, // Skip to: 25344
/* 2348 */ MCD_OPC_CheckField,
22,
3,
2,
205,
89,
0, // Skip to: 25344
/* 2355 */ MCD_OPC_CheckField,
4,
3,
5,
198,
89,
0, // Skip to: 25344
/* 2362 */ MCD_OPC_Decode,
158,
9,
106, // Opcode: MVE_VLDRDU64_rq_u
/* 2366 */ MCD_OPC_FilterValue,
1,
189,
89,
0, // Skip to: 25344
/* 2371 */ MCD_OPC_CheckPredicate,
22,
184,
89,
0, // Skip to: 25344
/* 2376 */ MCD_OPC_CheckField,
28,
4,
15,
177,
89,
0, // Skip to: 25344
/* 2383 */ MCD_OPC_CheckField,
22,
3,
2,
170,
89,
0, // Skip to: 25344
/* 2390 */ MCD_OPC_CheckField,
4,
3,
5,
163,
89,
0, // Skip to: 25344
/* 2397 */ MCD_OPC_Decode,
157,
9,
106, // 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,
133,
89,
0, // Skip to: 25344
/* 2427 */ MCD_OPC_CheckField,
28,
4,
14,
126,
89,
0, // Skip to: 25344
/* 2434 */ MCD_OPC_CheckField,
22,
1,
0,
119,
89,
0, // Skip to: 25344
/* 2441 */ MCD_OPC_CheckField,
7,
1,
0,
112,
89,
0, // Skip to: 25344
/* 2448 */ MCD_OPC_Decode,
181,
13,
108, // Opcode: MVE_VSTRB32_post
/* 2452 */ MCD_OPC_FilterValue,
1,
103,
89,
0, // Skip to: 25344
/* 2457 */ MCD_OPC_CheckPredicate,
22,
98,
89,
0, // Skip to: 25344
/* 2462 */ MCD_OPC_CheckField,
28,
4,
14,
91,
89,
0, // Skip to: 25344
/* 2469 */ MCD_OPC_CheckField,
22,
1,
0,
84,
89,
0, // Skip to: 25344
/* 2476 */ MCD_OPC_CheckField,
7,
1,
0,
77,
89,
0, // Skip to: 25344
/* 2483 */ MCD_OPC_Decode,
182,
13,
109, // Opcode: MVE_VSTRB32_pre
/* 2487 */ MCD_OPC_FilterValue,
1,
68,
89,
0, // Skip to: 25344
/* 2492 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 2495 */ MCD_OPC_FilterValue,
0,
30,
0,
0, // Skip to: 2530
/* 2500 */ MCD_OPC_CheckPredicate,
22,
55,
89,
0, // Skip to: 25344
/* 2505 */ MCD_OPC_CheckField,
28,
4,
14,
48,
89,
0, // Skip to: 25344
/* 2512 */ MCD_OPC_CheckField,
22,
1,
0,
41,
89,
0, // Skip to: 25344
/* 2519 */ MCD_OPC_CheckField,
7,
1,
0,
34,
89,
0, // Skip to: 25344
/* 2526 */ MCD_OPC_Decode,
195,
13,
113, // Opcode: MVE_VSTRH32_post
/* 2530 */ MCD_OPC_FilterValue,
1,
25,
89,
0, // Skip to: 25344
/* 2535 */ MCD_OPC_CheckPredicate,
22,
20,
89,
0, // Skip to: 25344
/* 2540 */ MCD_OPC_CheckField,
28,
4,
14,
13,
89,
0, // Skip to: 25344
/* 2547 */ MCD_OPC_CheckField,
22,
1,
0,
6,
89,
0, // Skip to: 25344
/* 2554 */ MCD_OPC_CheckField,
7,
1,
0,
255,
88,
0, // Skip to: 25344
/* 2561 */ MCD_OPC_Decode,
196,
13,
114, // Opcode: MVE_VSTRH32_pre
/* 2565 */ MCD_OPC_FilterValue,
3,
246,
88,
0, // Skip to: 25344
/* 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,
217,
88,
0, // Skip to: 25344
/* 2599 */ MCD_OPC_CheckField,
22,
1,
0,
210,
88,
0, // Skip to: 25344
/* 2606 */ MCD_OPC_CheckField,
7,
1,
0,
203,
88,
0, // Skip to: 25344
/* 2613 */ MCD_OPC_Decode,
140,
9,
108, // Opcode: MVE_VLDRBS32_post
/* 2617 */ MCD_OPC_FilterValue,
15,
194,
88,
0, // Skip to: 25344
/* 2622 */ MCD_OPC_CheckPredicate,
22,
189,
88,
0, // Skip to: 25344
/* 2627 */ MCD_OPC_CheckField,
22,
1,
0,
182,
88,
0, // Skip to: 25344
/* 2634 */ MCD_OPC_CheckField,
7,
1,
0,
175,
88,
0, // Skip to: 25344
/* 2641 */ MCD_OPC_Decode,
148,
9,
108, // Opcode: MVE_VLDRBU32_post
/* 2645 */ MCD_OPC_FilterValue,
1,
166,
88,
0, // Skip to: 25344
/* 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,
153,
88,
0, // Skip to: 25344
/* 2663 */ MCD_OPC_CheckField,
22,
1,
0,
146,
88,
0, // Skip to: 25344
/* 2670 */ MCD_OPC_CheckField,
7,
1,
0,
139,
88,
0, // Skip to: 25344
/* 2677 */ MCD_OPC_Decode,
141,
9,
109, // Opcode: MVE_VLDRBS32_pre
/* 2681 */ MCD_OPC_FilterValue,
15,
130,
88,
0, // Skip to: 25344
/* 2686 */ MCD_OPC_CheckPredicate,
22,
125,
88,
0, // Skip to: 25344
/* 2691 */ MCD_OPC_CheckField,
22,
1,
0,
118,
88,
0, // Skip to: 25344
/* 2698 */ MCD_OPC_CheckField,
7,
1,
0,
111,
88,
0, // Skip to: 25344
/* 2705 */ MCD_OPC_Decode,
149,
9,
109, // Opcode: MVE_VLDRBU32_pre
/* 2709 */ MCD_OPC_FilterValue,
1,
102,
88,
0, // Skip to: 25344
/* 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,
81,
88,
0, // Skip to: 25344
/* 2735 */ MCD_OPC_CheckField,
22,
1,
0,
74,
88,
0, // Skip to: 25344
/* 2742 */ MCD_OPC_CheckField,
7,
1,
0,
67,
88,
0, // Skip to: 25344
/* 2749 */ MCD_OPC_Decode,
160,
9,
113, // Opcode: MVE_VLDRHS32_post
/* 2753 */ MCD_OPC_FilterValue,
15,
58,
88,
0, // Skip to: 25344
/* 2758 */ MCD_OPC_CheckPredicate,
22,
53,
88,
0, // Skip to: 25344
/* 2763 */ MCD_OPC_CheckField,
22,
1,
0,
46,
88,
0, // Skip to: 25344
/* 2770 */ MCD_OPC_CheckField,
7,
1,
0,
39,
88,
0, // Skip to: 25344
/* 2777 */ MCD_OPC_Decode,
170,
9,
113, // Opcode: MVE_VLDRHU32_post
/* 2781 */ MCD_OPC_FilterValue,
1,
30,
88,
0, // Skip to: 25344
/* 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,
17,
88,
0, // Skip to: 25344
/* 2799 */ MCD_OPC_CheckField,
22,
1,
0,
10,
88,
0, // Skip to: 25344
/* 2806 */ MCD_OPC_CheckField,
7,
1,
0,
3,
88,
0, // Skip to: 25344
/* 2813 */ MCD_OPC_Decode,
161,
9,
114, // Opcode: MVE_VLDRHS32_pre
/* 2817 */ MCD_OPC_FilterValue,
15,
250,
87,
0, // Skip to: 25344
/* 2822 */ MCD_OPC_CheckPredicate,
22,
245,
87,
0, // Skip to: 25344
/* 2827 */ MCD_OPC_CheckField,
22,
1,
0,
238,
87,
0, // Skip to: 25344
/* 2834 */ MCD_OPC_CheckField,
7,
1,
0,
231,
87,
0, // Skip to: 25344
/* 2841 */ MCD_OPC_Decode,
171,
9,
114, // Opcode: MVE_VLDRHU32_pre
/* 2845 */ MCD_OPC_FilterValue,
30,
161,
6,
0, // Skip to: 4547
/* 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,
185,
87,
0, // Skip to: 25344
/* 2887 */ MCD_OPC_CheckField,
28,
4,
15,
178,
87,
0, // Skip to: 25344
/* 2894 */ MCD_OPC_CheckField,
23,
1,
1,
171,
87,
0, // Skip to: 25344
/* 2901 */ MCD_OPC_Decode,
144,
13,
115, // Opcode: MVE_VST20_8
/* 2905 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 2933
/* 2910 */ MCD_OPC_CheckPredicate,
22,
157,
87,
0, // Skip to: 25344
/* 2915 */ MCD_OPC_CheckField,
28,
4,
15,
150,
87,
0, // Skip to: 25344
/* 2922 */ MCD_OPC_CheckField,
23,
1,
1,
143,
87,
0, // Skip to: 25344
/* 2929 */ MCD_OPC_Decode,
156,
13,
116, // Opcode: MVE_VST40_8
/* 2933 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 2961
/* 2938 */ MCD_OPC_CheckPredicate,
22,
129,
87,
0, // Skip to: 25344
/* 2943 */ MCD_OPC_CheckField,
28,
4,
15,
122,
87,
0, // Skip to: 25344
/* 2950 */ MCD_OPC_CheckField,
23,
1,
1,
115,
87,
0, // Skip to: 25344
/* 2957 */ MCD_OPC_Decode,
150,
13,
115, // Opcode: MVE_VST21_8
/* 2961 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 2989
/* 2966 */ MCD_OPC_CheckPredicate,
22,
101,
87,
0, // Skip to: 25344
/* 2971 */ MCD_OPC_CheckField,
28,
4,
15,
94,
87,
0, // Skip to: 25344
/* 2978 */ MCD_OPC_CheckField,
23,
1,
1,
87,
87,
0, // Skip to: 25344
/* 2985 */ MCD_OPC_Decode,
162,
13,
116, // Opcode: MVE_VST41_8
/* 2989 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 3017
/* 2994 */ MCD_OPC_CheckPredicate,
22,
73,
87,
0, // Skip to: 25344
/* 2999 */ MCD_OPC_CheckField,
28,
4,
15,
66,
87,
0, // Skip to: 25344
/* 3006 */ MCD_OPC_CheckField,
23,
1,
1,
59,
87,
0, // Skip to: 25344
/* 3013 */ MCD_OPC_Decode,
168,
13,
116, // Opcode: MVE_VST42_8
/* 3017 */ MCD_OPC_FilterValue,
97,
50,
87,
0, // Skip to: 25344
/* 3022 */ MCD_OPC_CheckPredicate,
22,
45,
87,
0, // Skip to: 25344
/* 3027 */ MCD_OPC_CheckField,
28,
4,
15,
38,
87,
0, // Skip to: 25344
/* 3034 */ MCD_OPC_CheckField,
23,
1,
1,
31,
87,
0, // Skip to: 25344
/* 3041 */ MCD_OPC_Decode,
174,
13,
116, // Opcode: MVE_VST43_8
/* 3045 */ MCD_OPC_FilterValue,
1,
22,
87,
0, // Skip to: 25344
/* 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,
9,
87,
0, // Skip to: 25344
/* 3063 */ MCD_OPC_Decode,
185,
13,
117, // Opcode: MVE_VSTRBU8
/* 3067 */ MCD_OPC_FilterValue,
15,
0,
87,
0, // Skip to: 25344
/* 3072 */ MCD_OPC_CheckPredicate,
22,
251,
86,
0, // Skip to: 25344
/* 3077 */ MCD_OPC_CheckField,
16,
1,
0,
244,
86,
0, // Skip to: 25344
/* 3084 */ MCD_OPC_Decode,
202,
13,
118, // Opcode: MVE_VSTRW32_qi
/* 3088 */ MCD_OPC_FilterValue,
1,
235,
86,
0, // Skip to: 25344
/* 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,
214,
86,
0, // Skip to: 25344
/* 3114 */ MCD_OPC_CheckField,
28,
4,
15,
207,
86,
0, // Skip to: 25344
/* 3121 */ MCD_OPC_CheckField,
23,
1,
1,
200,
86,
0, // Skip to: 25344
/* 3128 */ MCD_OPC_Decode,
140,
13,
115, // Opcode: MVE_VST20_16
/* 3132 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 3160
/* 3137 */ MCD_OPC_CheckPredicate,
22,
186,
86,
0, // Skip to: 25344
/* 3142 */ MCD_OPC_CheckField,
28,
4,
15,
179,
86,
0, // Skip to: 25344
/* 3149 */ MCD_OPC_CheckField,
23,
1,
1,
172,
86,
0, // Skip to: 25344
/* 3156 */ MCD_OPC_Decode,
152,
13,
116, // Opcode: MVE_VST40_16
/* 3160 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 3188
/* 3165 */ MCD_OPC_CheckPredicate,
22,
158,
86,
0, // Skip to: 25344
/* 3170 */ MCD_OPC_CheckField,
28,
4,
15,
151,
86,
0, // Skip to: 25344
/* 3177 */ MCD_OPC_CheckField,
23,
1,
1,
144,
86,
0, // Skip to: 25344
/* 3184 */ MCD_OPC_Decode,
146,
13,
115, // Opcode: MVE_VST21_16
/* 3188 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 3216
/* 3193 */ MCD_OPC_CheckPredicate,
22,
130,
86,
0, // Skip to: 25344
/* 3198 */ MCD_OPC_CheckField,
28,
4,
15,
123,
86,
0, // Skip to: 25344
/* 3205 */ MCD_OPC_CheckField,
23,
1,
1,
116,
86,
0, // Skip to: 25344
/* 3212 */ MCD_OPC_Decode,
158,
13,
116, // Opcode: MVE_VST41_16
/* 3216 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 3244
/* 3221 */ MCD_OPC_CheckPredicate,
22,
102,
86,
0, // Skip to: 25344
/* 3226 */ MCD_OPC_CheckField,
28,
4,
15,
95,
86,
0, // Skip to: 25344
/* 3233 */ MCD_OPC_CheckField,
23,
1,
1,
88,
86,
0, // Skip to: 25344
/* 3240 */ MCD_OPC_Decode,
164,
13,
116, // Opcode: MVE_VST42_16
/* 3244 */ MCD_OPC_FilterValue,
97,
79,
86,
0, // Skip to: 25344
/* 3249 */ MCD_OPC_CheckPredicate,
22,
74,
86,
0, // Skip to: 25344
/* 3254 */ MCD_OPC_CheckField,
28,
4,
15,
67,
86,
0, // Skip to: 25344
/* 3261 */ MCD_OPC_CheckField,
23,
1,
1,
60,
86,
0, // Skip to: 25344
/* 3268 */ MCD_OPC_Decode,
170,
13,
116, // Opcode: MVE_VST43_16
/* 3272 */ MCD_OPC_FilterValue,
1,
51,
86,
0, // Skip to: 25344
/* 3277 */ MCD_OPC_CheckPredicate,
22,
46,
86,
0, // Skip to: 25344
/* 3282 */ MCD_OPC_CheckField,
28,
4,
14,
39,
86,
0, // Skip to: 25344
/* 3289 */ MCD_OPC_Decode,
199,
13,
119, // 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,
1,
86,
0, // Skip to: 25344
/* 3327 */ MCD_OPC_CheckField,
28,
4,
15,
250,
85,
0, // Skip to: 25344
/* 3334 */ MCD_OPC_CheckField,
23,
1,
1,
243,
85,
0, // Skip to: 25344
/* 3341 */ MCD_OPC_Decode,
231,
8,
120, // Opcode: MVE_VLD20_8
/* 3345 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 3373
/* 3350 */ MCD_OPC_CheckPredicate,
22,
229,
85,
0, // Skip to: 25344
/* 3355 */ MCD_OPC_CheckField,
28,
4,
15,
222,
85,
0, // Skip to: 25344
/* 3362 */ MCD_OPC_CheckField,
23,
1,
1,
215,
85,
0, // Skip to: 25344
/* 3369 */ MCD_OPC_Decode,
243,
8,
121, // Opcode: MVE_VLD40_8
/* 3373 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 3401
/* 3378 */ MCD_OPC_CheckPredicate,
22,
201,
85,
0, // Skip to: 25344
/* 3383 */ MCD_OPC_CheckField,
28,
4,
15,
194,
85,
0, // Skip to: 25344
/* 3390 */ MCD_OPC_CheckField,
23,
1,
1,
187,
85,
0, // Skip to: 25344
/* 3397 */ MCD_OPC_Decode,
237,
8,
120, // Opcode: MVE_VLD21_8
/* 3401 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 3429
/* 3406 */ MCD_OPC_CheckPredicate,
22,
173,
85,
0, // Skip to: 25344
/* 3411 */ MCD_OPC_CheckField,
28,
4,
15,
166,
85,
0, // Skip to: 25344
/* 3418 */ MCD_OPC_CheckField,
23,
1,
1,
159,
85,
0, // Skip to: 25344
/* 3425 */ MCD_OPC_Decode,
249,
8,
121, // Opcode: MVE_VLD41_8
/* 3429 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 3457
/* 3434 */ MCD_OPC_CheckPredicate,
22,
145,
85,
0, // Skip to: 25344
/* 3439 */ MCD_OPC_CheckField,
28,
4,
15,
138,
85,
0, // Skip to: 25344
/* 3446 */ MCD_OPC_CheckField,
23,
1,
1,
131,
85,
0, // Skip to: 25344
/* 3453 */ MCD_OPC_Decode,
255,
8,
121, // Opcode: MVE_VLD42_8
/* 3457 */ MCD_OPC_FilterValue,
97,
122,
85,
0, // Skip to: 25344
/* 3462 */ MCD_OPC_CheckPredicate,
22,
117,
85,
0, // Skip to: 25344
/* 3467 */ MCD_OPC_CheckField,
28,
4,
15,
110,
85,
0, // Skip to: 25344
/* 3474 */ MCD_OPC_CheckField,
23,
1,
1,
103,
85,
0, // Skip to: 25344
/* 3481 */ MCD_OPC_Decode,
133,
9,
121, // Opcode: MVE_VLD43_8
/* 3485 */ MCD_OPC_FilterValue,
1,
94,
85,
0, // Skip to: 25344
/* 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,
81,
85,
0, // Skip to: 25344
/* 3503 */ MCD_OPC_Decode,
151,
9,
117, // Opcode: MVE_VLDRBU8
/* 3507 */ MCD_OPC_FilterValue,
15,
72,
85,
0, // Skip to: 25344
/* 3512 */ MCD_OPC_CheckPredicate,
22,
67,
85,
0, // Skip to: 25344
/* 3517 */ MCD_OPC_CheckField,
16,
1,
0,
60,
85,
0, // Skip to: 25344
/* 3524 */ MCD_OPC_Decode,
177,
9,
118, // Opcode: MVE_VLDRWU32_qi
/* 3528 */ MCD_OPC_FilterValue,
1,
51,
85,
0, // Skip to: 25344
/* 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,
30,
85,
0, // Skip to: 25344
/* 3554 */ MCD_OPC_CheckField,
28,
4,
15,
23,
85,
0, // Skip to: 25344
/* 3561 */ MCD_OPC_CheckField,
23,
1,
1,
16,
85,
0, // Skip to: 25344
/* 3568 */ MCD_OPC_Decode,
227,
8,
120, // Opcode: MVE_VLD20_16
/* 3572 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 3600
/* 3577 */ MCD_OPC_CheckPredicate,
22,
2,
85,
0, // Skip to: 25344
/* 3582 */ MCD_OPC_CheckField,
28,
4,
15,
251,
84,
0, // Skip to: 25344
/* 3589 */ MCD_OPC_CheckField,
23,
1,
1,
244,
84,
0, // Skip to: 25344
/* 3596 */ MCD_OPC_Decode,
239,
8,
121, // Opcode: MVE_VLD40_16
/* 3600 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 3628
/* 3605 */ MCD_OPC_CheckPredicate,
22,
230,
84,
0, // Skip to: 25344
/* 3610 */ MCD_OPC_CheckField,
28,
4,
15,
223,
84,
0, // Skip to: 25344
/* 3617 */ MCD_OPC_CheckField,
23,
1,
1,
216,
84,
0, // Skip to: 25344
/* 3624 */ MCD_OPC_Decode,
233,
8,
120, // Opcode: MVE_VLD21_16
/* 3628 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 3656
/* 3633 */ MCD_OPC_CheckPredicate,
22,
202,
84,
0, // Skip to: 25344
/* 3638 */ MCD_OPC_CheckField,
28,
4,
15,
195,
84,
0, // Skip to: 25344
/* 3645 */ MCD_OPC_CheckField,
23,
1,
1,
188,
84,
0, // Skip to: 25344
/* 3652 */ MCD_OPC_Decode,
245,
8,
121, // Opcode: MVE_VLD41_16
/* 3656 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 3684
/* 3661 */ MCD_OPC_CheckPredicate,
22,
174,
84,
0, // Skip to: 25344
/* 3666 */ MCD_OPC_CheckField,
28,
4,
15,
167,
84,
0, // Skip to: 25344
/* 3673 */ MCD_OPC_CheckField,
23,
1,
1,
160,
84,
0, // Skip to: 25344
/* 3680 */ MCD_OPC_Decode,
251,
8,
121, // Opcode: MVE_VLD42_16
/* 3684 */ MCD_OPC_FilterValue,
97,
151,
84,
0, // Skip to: 25344
/* 3689 */ MCD_OPC_CheckPredicate,
22,
146,
84,
0, // Skip to: 25344
/* 3694 */ MCD_OPC_CheckField,
28,
4,
15,
139,
84,
0, // Skip to: 25344
/* 3701 */ MCD_OPC_CheckField,
23,
1,
1,
132,
84,
0, // Skip to: 25344
/* 3708 */ MCD_OPC_Decode,
129,
9,
121, // Opcode: MVE_VLD43_16
/* 3712 */ MCD_OPC_FilterValue,
1,
123,
84,
0, // Skip to: 25344
/* 3717 */ MCD_OPC_CheckPredicate,
22,
118,
84,
0, // Skip to: 25344
/* 3722 */ MCD_OPC_CheckField,
28,
4,
14,
111,
84,
0, // Skip to: 25344
/* 3729 */ MCD_OPC_Decode,
164,
9,
119, // Opcode: MVE_VLDRHU16
/* 3733 */ MCD_OPC_FilterValue,
2,
140,
1,
0, // Skip to: 4134
/* 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,
73,
84,
0, // Skip to: 25344
/* 3767 */ MCD_OPC_Decode,
186,
13,
122, // Opcode: MVE_VSTRBU8_post
/* 3771 */ MCD_OPC_FilterValue,
15,
64,
84,
0, // Skip to: 25344
/* 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,
51,
84,
0, // Skip to: 25344
/* 3789 */ MCD_OPC_CheckField,
23,
1,
1,
44,
84,
0, // Skip to: 25344
/* 3796 */ MCD_OPC_Decode,
145,
13,
123, // Opcode: MVE_VST20_8_wb
/* 3800 */ MCD_OPC_FilterValue,
1,
16,
0,
0, // Skip to: 3821
/* 3805 */ MCD_OPC_CheckPredicate,
22,
30,
84,
0, // Skip to: 25344
/* 3810 */ MCD_OPC_CheckField,
23,
1,
1,
23,
84,
0, // Skip to: 25344
/* 3817 */ MCD_OPC_Decode,
157,
13,
124, // Opcode: MVE_VST40_8_wb
/* 3821 */ MCD_OPC_FilterValue,
32,
16,
0,
0, // Skip to: 3842
/* 3826 */ MCD_OPC_CheckPredicate,
22,
9,
84,
0, // Skip to: 25344
/* 3831 */ MCD_OPC_CheckField,
23,
1,
1,
2,
84,
0, // Skip to: 25344
/* 3838 */ MCD_OPC_Decode,
151,
13,
123, // Opcode: MVE_VST21_8_wb
/* 3842 */ MCD_OPC_FilterValue,
33,
16,
0,
0, // Skip to: 3863
/* 3847 */ MCD_OPC_CheckPredicate,
22,
244,
83,
0, // Skip to: 25344
/* 3852 */ MCD_OPC_CheckField,
23,
1,
1,
237,
83,
0, // Skip to: 25344
/* 3859 */ MCD_OPC_Decode,
163,
13,
124, // Opcode: MVE_VST41_8_wb
/* 3863 */ MCD_OPC_FilterValue,
65,
16,
0,
0, // Skip to: 3884
/* 3868 */ MCD_OPC_CheckPredicate,
22,
223,
83,
0, // Skip to: 25344
/* 3873 */ MCD_OPC_CheckField,
23,
1,
1,
216,
83,
0, // Skip to: 25344
/* 3880 */ MCD_OPC_Decode,
169,
13,
124, // Opcode: MVE_VST42_8_wb
/* 3884 */ MCD_OPC_FilterValue,
97,
207,
83,
0, // Skip to: 25344
/* 3889 */ MCD_OPC_CheckPredicate,
22,
202,
83,
0, // Skip to: 25344
/* 3894 */ MCD_OPC_CheckField,
23,
1,
1,
195,
83,
0, // Skip to: 25344
/* 3901 */ MCD_OPC_Decode,
175,
13,
124, // Opcode: MVE_VST43_8_wb
/* 3905 */ MCD_OPC_FilterValue,
1,
186,
83,
0, // Skip to: 25344
/* 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,
173,
83,
0, // Skip to: 25344
/* 3923 */ MCD_OPC_Decode,
187,
13,
125, // Opcode: MVE_VSTRBU8_pre
/* 3927 */ MCD_OPC_FilterValue,
15,
164,
83,
0, // Skip to: 25344
/* 3932 */ MCD_OPC_CheckPredicate,
22,
159,
83,
0, // Skip to: 25344
/* 3937 */ MCD_OPC_CheckField,
16,
1,
0,
152,
83,
0, // Skip to: 25344
/* 3944 */ MCD_OPC_Decode,
203,
13,
126, // Opcode: MVE_VSTRW32_qi_pre
/* 3948 */ MCD_OPC_FilterValue,
1,
143,
83,
0, // Skip to: 25344
/* 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,
122,
83,
0, // Skip to: 25344
/* 3974 */ MCD_OPC_Decode,
200,
13,
127, // Opcode: MVE_VSTRHU16_post
/* 3978 */ MCD_OPC_FilterValue,
15,
113,
83,
0, // Skip to: 25344
/* 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,
100,
83,
0, // Skip to: 25344
/* 3996 */ MCD_OPC_CheckField,
23,
1,
1,
93,
83,
0, // Skip to: 25344
/* 4003 */ MCD_OPC_Decode,
141,
13,
123, // Opcode: MVE_VST20_16_wb
/* 4007 */ MCD_OPC_FilterValue,
1,
16,
0,
0, // Skip to: 4028
/* 4012 */ MCD_OPC_CheckPredicate,
22,
79,
83,
0, // Skip to: 25344
/* 4017 */ MCD_OPC_CheckField,
23,
1,
1,
72,
83,
0, // Skip to: 25344
/* 4024 */ MCD_OPC_Decode,
153,
13,
124, // Opcode: MVE_VST40_16_wb
/* 4028 */ MCD_OPC_FilterValue,
32,
16,
0,
0, // Skip to: 4049
/* 4033 */ MCD_OPC_CheckPredicate,
22,
58,
83,
0, // Skip to: 25344
/* 4038 */ MCD_OPC_CheckField,
23,
1,
1,
51,
83,
0, // Skip to: 25344
/* 4045 */ MCD_OPC_Decode,
147,
13,
123, // Opcode: MVE_VST21_16_wb
/* 4049 */ MCD_OPC_FilterValue,
33,
16,
0,
0, // Skip to: 4070
/* 4054 */ MCD_OPC_CheckPredicate,
22,
37,
83,
0, // Skip to: 25344
/* 4059 */ MCD_OPC_CheckField,
23,
1,
1,
30,
83,
0, // Skip to: 25344
/* 4066 */ MCD_OPC_Decode,
159,
13,
124, // Opcode: MVE_VST41_16_wb
/* 4070 */ MCD_OPC_FilterValue,
65,
16,
0,
0, // Skip to: 4091
/* 4075 */ MCD_OPC_CheckPredicate,
22,
16,
83,
0, // Skip to: 25344
/* 4080 */ MCD_OPC_CheckField,
23,
1,
1,
9,
83,
0, // Skip to: 25344
/* 4087 */ MCD_OPC_Decode,
165,
13,
124, // Opcode: MVE_VST42_16_wb
/* 4091 */ MCD_OPC_FilterValue,
97,
0,
83,
0, // Skip to: 25344
/* 4096 */ MCD_OPC_CheckPredicate,
22,
251,
82,
0, // Skip to: 25344
/* 4101 */ MCD_OPC_CheckField,
23,
1,
1,
244,
82,
0, // Skip to: 25344
/* 4108 */ MCD_OPC_Decode,
171,
13,
124, // Opcode: MVE_VST43_16_wb
/* 4112 */ MCD_OPC_FilterValue,
1,
235,
82,
0, // Skip to: 25344
/* 4117 */ MCD_OPC_CheckPredicate,
22,
230,
82,
0, // Skip to: 25344
/* 4122 */ MCD_OPC_CheckField,
28,
4,
14,
223,
82,
0, // Skip to: 25344
/* 4129 */ MCD_OPC_Decode,
201,
13,
128,
1, // Opcode: MVE_VSTRHU16_pre
/* 4134 */ MCD_OPC_FilterValue,
3,
213,
82,
0, // Skip to: 25344
/* 4139 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 4142 */ MCD_OPC_FilterValue,
0,
208,
0,
0, // Skip to: 4355
/* 4147 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 4150 */ MCD_OPC_FilterValue,
0,
157,
0,
0, // Skip to: 4312
/* 4155 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 4158 */ MCD_OPC_FilterValue,
14,
9,
0,
0, // Skip to: 4172
/* 4163 */ MCD_OPC_CheckPredicate,
22,
184,
82,
0, // Skip to: 25344
/* 4168 */ MCD_OPC_Decode,
152,
9,
122, // Opcode: MVE_VLDRBU8_post
/* 4172 */ MCD_OPC_FilterValue,
15,
175,
82,
0, // Skip to: 25344
/* 4177 */ MCD_OPC_ExtractField,
0,
7, // Inst{6-0} ...
/* 4180 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 4202
/* 4185 */ MCD_OPC_CheckPredicate,
22,
162,
82,
0, // Skip to: 25344
/* 4190 */ MCD_OPC_CheckField,
23,
1,
1,
155,
82,
0, // Skip to: 25344
/* 4197 */ MCD_OPC_Decode,
232,
8,
129,
1, // Opcode: MVE_VLD20_8_wb
/* 4202 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 4224
/* 4207 */ MCD_OPC_CheckPredicate,
22,
140,
82,
0, // Skip to: 25344
/* 4212 */ MCD_OPC_CheckField,
23,
1,
1,
133,
82,
0, // Skip to: 25344
/* 4219 */ MCD_OPC_Decode,
244,
8,
130,
1, // Opcode: MVE_VLD40_8_wb
/* 4224 */ MCD_OPC_FilterValue,
32,
17,
0,
0, // Skip to: 4246
/* 4229 */ MCD_OPC_CheckPredicate,
22,
118,
82,
0, // Skip to: 25344
/* 4234 */ MCD_OPC_CheckField,
23,
1,
1,
111,
82,
0, // Skip to: 25344
/* 4241 */ MCD_OPC_Decode,
238,
8,
129,
1, // Opcode: MVE_VLD21_8_wb
/* 4246 */ MCD_OPC_FilterValue,
33,
17,
0,
0, // Skip to: 4268
/* 4251 */ MCD_OPC_CheckPredicate,
22,
96,
82,
0, // Skip to: 25344
/* 4256 */ MCD_OPC_CheckField,
23,
1,
1,
89,
82,
0, // Skip to: 25344
/* 4263 */ MCD_OPC_Decode,
250,
8,
130,
1, // Opcode: MVE_VLD41_8_wb
/* 4268 */ MCD_OPC_FilterValue,
65,
17,
0,
0, // Skip to: 4290
/* 4273 */ MCD_OPC_CheckPredicate,
22,
74,
82,
0, // Skip to: 25344
/* 4278 */ MCD_OPC_CheckField,
23,
1,
1,
67,
82,
0, // Skip to: 25344
/* 4285 */ MCD_OPC_Decode,
128,
9,
130,
1, // Opcode: MVE_VLD42_8_wb
/* 4290 */ MCD_OPC_FilterValue,
97,
57,
82,
0, // Skip to: 25344
/* 4295 */ MCD_OPC_CheckPredicate,
22,
52,
82,
0, // Skip to: 25344
/* 4300 */ MCD_OPC_CheckField,
23,
1,
1,
45,
82,
0, // Skip to: 25344
/* 4307 */ MCD_OPC_Decode,
134,
9,
130,
1, // Opcode: MVE_VLD43_8_wb
/* 4312 */ MCD_OPC_FilterValue,
1,
35,
82,
0, // Skip to: 25344
/* 4317 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 4320 */ MCD_OPC_FilterValue,
14,
9,
0,
0, // Skip to: 4334
/* 4325 */ MCD_OPC_CheckPredicate,
22,
22,
82,
0, // Skip to: 25344
/* 4330 */ MCD_OPC_Decode,
153,
9,
125, // Opcode: MVE_VLDRBU8_pre
/* 4334 */ MCD_OPC_FilterValue,
15,
13,
82,
0, // Skip to: 25344
/* 4339 */ MCD_OPC_CheckPredicate,
22,
8,
82,
0, // Skip to: 25344
/* 4344 */ MCD_OPC_CheckField,
16,
1,
0,
1,
82,
0, // Skip to: 25344
/* 4351 */ MCD_OPC_Decode,
178,
9,
126, // Opcode: MVE_VLDRWU32_qi_pre
/* 4355 */ MCD_OPC_FilterValue,
1,
248,
81,
0, // Skip to: 25344
/* 4360 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 4363 */ MCD_OPC_FilterValue,
0,
157,
0,
0, // Skip to: 4525
/* 4368 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 4371 */ MCD_OPC_FilterValue,
14,
9,
0,
0, // Skip to: 4385
/* 4376 */ MCD_OPC_CheckPredicate,
22,
227,
81,
0, // Skip to: 25344
/* 4381 */ MCD_OPC_Decode,
165,
9,
127, // Opcode: MVE_VLDRHU16_post
/* 4385 */ MCD_OPC_FilterValue,
15,
218,
81,
0, // Skip to: 25344
/* 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,
205,
81,
0, // Skip to: 25344
/* 4403 */ MCD_OPC_CheckField,
23,
1,
1,
198,
81,
0, // Skip to: 25344
/* 4410 */ MCD_OPC_Decode,
228,
8,
129,
1, // Opcode: MVE_VLD20_16_wb
/* 4415 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 4437
/* 4420 */ MCD_OPC_CheckPredicate,
22,
183,
81,
0, // Skip to: 25344
/* 4425 */ MCD_OPC_CheckField,
23,
1,
1,
176,
81,
0, // Skip to: 25344
/* 4432 */ MCD_OPC_Decode,
240,
8,
130,
1, // Opcode: MVE_VLD40_16_wb
/* 4437 */ MCD_OPC_FilterValue,
32,
17,
0,
0, // Skip to: 4459
/* 4442 */ MCD_OPC_CheckPredicate,
22,
161,
81,
0, // Skip to: 25344
/* 4447 */ MCD_OPC_CheckField,
23,
1,
1,
154,
81,
0, // Skip to: 25344
/* 4454 */ MCD_OPC_Decode,
234,
8,
129,
1, // Opcode: MVE_VLD21_16_wb
/* 4459 */ MCD_OPC_FilterValue,
33,
17,
0,
0, // Skip to: 4481
/* 4464 */ MCD_OPC_CheckPredicate,
22,
139,
81,
0, // Skip to: 25344
/* 4469 */ MCD_OPC_CheckField,
23,
1,
1,
132,
81,
0, // Skip to: 25344
/* 4476 */ MCD_OPC_Decode,
246,
8,
130,
1, // Opcode: MVE_VLD41_16_wb
/* 4481 */ MCD_OPC_FilterValue,
65,
17,
0,
0, // Skip to: 4503
/* 4486 */ MCD_OPC_CheckPredicate,
22,
117,
81,
0, // Skip to: 25344
/* 4491 */ MCD_OPC_CheckField,
23,
1,
1,
110,
81,
0, // Skip to: 25344
/* 4498 */ MCD_OPC_Decode,
252,
8,
130,
1, // Opcode: MVE_VLD42_16_wb
/* 4503 */ MCD_OPC_FilterValue,
97,
100,
81,
0, // Skip to: 25344
/* 4508 */ MCD_OPC_CheckPredicate,
22,
95,
81,
0, // Skip to: 25344
/* 4513 */ MCD_OPC_CheckField,
23,
1,
1,
88,
81,
0, // Skip to: 25344
/* 4520 */ MCD_OPC_Decode,
130,
9,
130,
1, // Opcode: MVE_VLD43_16_wb
/* 4525 */ MCD_OPC_FilterValue,
1,
78,
81,
0, // Skip to: 25344
/* 4530 */ MCD_OPC_CheckPredicate,
22,
73,
81,
0, // Skip to: 25344
/* 4535 */ MCD_OPC_CheckField,
28,
4,
14,
66,
81,
0, // Skip to: 25344
/* 4542 */ MCD_OPC_Decode,
166,
9,
128,
1, // Opcode: MVE_VLDRHU16_pre
/* 4547 */ MCD_OPC_FilterValue,
31,
56,
81,
0, // Skip to: 25344
/* 4552 */ MCD_OPC_ExtractField,
20,
3, // Inst{22-20} ...
/* 4555 */ MCD_OPC_FilterValue,
0,
238,
0,
0, // Skip to: 4798
/* 4560 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 4563 */ MCD_OPC_FilterValue,
0,
171,
0,
0, // Skip to: 4739
/* 4568 */ MCD_OPC_ExtractField,
0,
8, // Inst{7-0} ...
/* 4571 */ MCD_OPC_FilterValue,
0,
23,
0,
0, // Skip to: 4599
/* 4576 */ MCD_OPC_CheckPredicate,
22,
27,
81,
0, // Skip to: 25344
/* 4581 */ MCD_OPC_CheckField,
28,
4,
15,
20,
81,
0, // Skip to: 25344
/* 4588 */ MCD_OPC_CheckField,
23,
1,
1,
13,
81,
0, // Skip to: 25344
/* 4595 */ MCD_OPC_Decode,
142,
13,
115, // Opcode: MVE_VST20_32
/* 4599 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 4627
/* 4604 */ MCD_OPC_CheckPredicate,
22,
255,
80,
0, // Skip to: 25344
/* 4609 */ MCD_OPC_CheckField,
28,
4,
15,
248,
80,
0, // Skip to: 25344
/* 4616 */ MCD_OPC_CheckField,
23,
1,
1,
241,
80,
0, // Skip to: 25344
/* 4623 */ MCD_OPC_Decode,
154,
13,
116, // Opcode: MVE_VST40_32
/* 4627 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 4655
/* 4632 */ MCD_OPC_CheckPredicate,
22,
227,
80,
0, // Skip to: 25344
/* 4637 */ MCD_OPC_CheckField,
28,
4,
15,
220,
80,
0, // Skip to: 25344
/* 4644 */ MCD_OPC_CheckField,
23,
1,
1,
213,
80,
0, // Skip to: 25344
/* 4651 */ MCD_OPC_Decode,
148,
13,
115, // Opcode: MVE_VST21_32
/* 4655 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 4683
/* 4660 */ MCD_OPC_CheckPredicate,
22,
199,
80,
0, // Skip to: 25344
/* 4665 */ MCD_OPC_CheckField,
28,
4,
15,
192,
80,
0, // Skip to: 25344
/* 4672 */ MCD_OPC_CheckField,
23,
1,
1,
185,
80,
0, // Skip to: 25344
/* 4679 */ MCD_OPC_Decode,
160,
13,
116, // Opcode: MVE_VST41_32
/* 4683 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 4711
/* 4688 */ MCD_OPC_CheckPredicate,
22,
171,
80,
0, // Skip to: 25344
/* 4693 */ MCD_OPC_CheckField,
28,
4,
15,
164,
80,
0, // Skip to: 25344
/* 4700 */ MCD_OPC_CheckField,
23,
1,
1,
157,
80,
0, // Skip to: 25344
/* 4707 */ MCD_OPC_Decode,
166,
13,
116, // Opcode: MVE_VST42_32
/* 4711 */ MCD_OPC_FilterValue,
97,
148,
80,
0, // Skip to: 25344
/* 4716 */ MCD_OPC_CheckPredicate,
22,
143,
80,
0, // Skip to: 25344
/* 4721 */ MCD_OPC_CheckField,
28,
4,
15,
136,
80,
0, // Skip to: 25344
/* 4728 */ MCD_OPC_CheckField,
23,
1,
1,
129,
80,
0, // Skip to: 25344
/* 4735 */ MCD_OPC_Decode,
172,
13,
116, // Opcode: MVE_VST43_32
/* 4739 */ MCD_OPC_FilterValue,
1,
120,
80,
0, // Skip to: 25344
/* 4744 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 4747 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 4769
/* 4752 */ MCD_OPC_CheckPredicate,
22,
107,
80,
0, // Skip to: 25344
/* 4757 */ MCD_OPC_CheckField,
7,
1,
0,
100,
80,
0, // Skip to: 25344
/* 4764 */ MCD_OPC_Decode,
206,
13,
131,
1, // Opcode: MVE_VSTRWU32
/* 4769 */ MCD_OPC_FilterValue,
15,
90,
80,
0, // Skip to: 25344
/* 4774 */ MCD_OPC_CheckPredicate,
22,
85,
80,
0, // Skip to: 25344
/* 4779 */ MCD_OPC_CheckField,
16,
1,
0,
78,
80,
0, // Skip to: 25344
/* 4786 */ MCD_OPC_CheckField,
7,
1,
0,
71,
80,
0, // Skip to: 25344
/* 4793 */ MCD_OPC_Decode,
188,
13,
132,
1, // Opcode: MVE_VSTRD64_qi
/* 4798 */ MCD_OPC_FilterValue,
1,
238,
0,
0, // Skip to: 5041
/* 4803 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 4806 */ MCD_OPC_FilterValue,
0,
171,
0,
0, // Skip to: 4982
/* 4811 */ MCD_OPC_ExtractField,
0,
8, // Inst{7-0} ...
/* 4814 */ MCD_OPC_FilterValue,
0,
23,
0,
0, // Skip to: 4842
/* 4819 */ MCD_OPC_CheckPredicate,
22,
40,
80,
0, // Skip to: 25344
/* 4824 */ MCD_OPC_CheckField,
28,
4,
15,
33,
80,
0, // Skip to: 25344
/* 4831 */ MCD_OPC_CheckField,
23,
1,
1,
26,
80,
0, // Skip to: 25344
/* 4838 */ MCD_OPC_Decode,
229,
8,
120, // Opcode: MVE_VLD20_32
/* 4842 */ MCD_OPC_FilterValue,
1,
23,
0,
0, // Skip to: 4870
/* 4847 */ MCD_OPC_CheckPredicate,
22,
12,
80,
0, // Skip to: 25344
/* 4852 */ MCD_OPC_CheckField,
28,
4,
15,
5,
80,
0, // Skip to: 25344
/* 4859 */ MCD_OPC_CheckField,
23,
1,
1,
254,
79,
0, // Skip to: 25344
/* 4866 */ MCD_OPC_Decode,
241,
8,
121, // Opcode: MVE_VLD40_32
/* 4870 */ MCD_OPC_FilterValue,
32,
23,
0,
0, // Skip to: 4898
/* 4875 */ MCD_OPC_CheckPredicate,
22,
240,
79,
0, // Skip to: 25344
/* 4880 */ MCD_OPC_CheckField,
28,
4,
15,
233,
79,
0, // Skip to: 25344
/* 4887 */ MCD_OPC_CheckField,
23,
1,
1,
226,
79,
0, // Skip to: 25344
/* 4894 */ MCD_OPC_Decode,
235,
8,
120, // Opcode: MVE_VLD21_32
/* 4898 */ MCD_OPC_FilterValue,
33,
23,
0,
0, // Skip to: 4926
/* 4903 */ MCD_OPC_CheckPredicate,
22,
212,
79,
0, // Skip to: 25344
/* 4908 */ MCD_OPC_CheckField,
28,
4,
15,
205,
79,
0, // Skip to: 25344
/* 4915 */ MCD_OPC_CheckField,
23,
1,
1,
198,
79,
0, // Skip to: 25344
/* 4922 */ MCD_OPC_Decode,
247,
8,
121, // Opcode: MVE_VLD41_32
/* 4926 */ MCD_OPC_FilterValue,
65,
23,
0,
0, // Skip to: 4954
/* 4931 */ MCD_OPC_CheckPredicate,
22,
184,
79,
0, // Skip to: 25344
/* 4936 */ MCD_OPC_CheckField,
28,
4,
15,
177,
79,
0, // Skip to: 25344
/* 4943 */ MCD_OPC_CheckField,
23,
1,
1,
170,
79,
0, // Skip to: 25344
/* 4950 */ MCD_OPC_Decode,
253,
8,
121, // Opcode: MVE_VLD42_32
/* 4954 */ MCD_OPC_FilterValue,
97,
161,
79,
0, // Skip to: 25344
/* 4959 */ MCD_OPC_CheckPredicate,
22,
156,
79,
0, // Skip to: 25344
/* 4964 */ MCD_OPC_CheckField,
28,
4,
15,
149,
79,
0, // Skip to: 25344
/* 4971 */ MCD_OPC_CheckField,
23,
1,
1,
142,
79,
0, // Skip to: 25344
/* 4978 */ MCD_OPC_Decode,
131,
9,
121, // Opcode: MVE_VLD43_32
/* 4982 */ MCD_OPC_FilterValue,
1,
133,
79,
0, // Skip to: 25344
/* 4987 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 4990 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5012
/* 4995 */ MCD_OPC_CheckPredicate,
22,
120,
79,
0, // Skip to: 25344
/* 5000 */ MCD_OPC_CheckField,
7,
1,
0,
113,
79,
0, // Skip to: 25344
/* 5007 */ MCD_OPC_Decode,
174,
9,
131,
1, // Opcode: MVE_VLDRWU32
/* 5012 */ MCD_OPC_FilterValue,
15,
103,
79,
0, // Skip to: 25344
/* 5017 */ MCD_OPC_CheckPredicate,
22,
98,
79,
0, // Skip to: 25344
/* 5022 */ MCD_OPC_CheckField,
16,
1,
0,
91,
79,
0, // Skip to: 25344
/* 5029 */ MCD_OPC_CheckField,
7,
1,
0,
84,
79,
0, // Skip to: 25344
/* 5036 */ MCD_OPC_Decode,
155,
9,
132,
1, // Opcode: MVE_VLDRDU64_qi
/* 5041 */ MCD_OPC_FilterValue,
2,
226,
0,
0, // Skip to: 5272
/* 5046 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 5049 */ MCD_OPC_FilterValue,
0,
159,
0,
0, // Skip to: 5213
/* 5054 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5057 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5079
/* 5062 */ MCD_OPC_CheckPredicate,
22,
53,
79,
0, // Skip to: 25344
/* 5067 */ MCD_OPC_CheckField,
7,
1,
0,
46,
79,
0, // Skip to: 25344
/* 5074 */ MCD_OPC_Decode,
207,
13,
133,
1, // Opcode: MVE_VSTRWU32_post
/* 5079 */ MCD_OPC_FilterValue,
15,
36,
79,
0, // Skip to: 25344
/* 5084 */ MCD_OPC_ExtractField,
0,
8, // Inst{7-0} ...
/* 5087 */ MCD_OPC_FilterValue,
0,
16,
0,
0, // Skip to: 5108
/* 5092 */ MCD_OPC_CheckPredicate,
22,
23,
79,
0, // Skip to: 25344
/* 5097 */ MCD_OPC_CheckField,
23,
1,
1,
16,
79,
0, // Skip to: 25344
/* 5104 */ MCD_OPC_Decode,
143,
13,
123, // Opcode: MVE_VST20_32_wb
/* 5108 */ MCD_OPC_FilterValue,
1,
16,
0,
0, // Skip to: 5129
/* 5113 */ MCD_OPC_CheckPredicate,
22,
2,
79,
0, // Skip to: 25344
/* 5118 */ MCD_OPC_CheckField,
23,
1,
1,
251,
78,
0, // Skip to: 25344
/* 5125 */ MCD_OPC_Decode,
155,
13,
124, // Opcode: MVE_VST40_32_wb
/* 5129 */ MCD_OPC_FilterValue,
32,
16,
0,
0, // Skip to: 5150
/* 5134 */ MCD_OPC_CheckPredicate,
22,
237,
78,
0, // Skip to: 25344
/* 5139 */ MCD_OPC_CheckField,
23,
1,
1,
230,
78,
0, // Skip to: 25344
/* 5146 */ MCD_OPC_Decode,
149,
13,
123, // Opcode: MVE_VST21_32_wb
/* 5150 */ MCD_OPC_FilterValue,
33,
16,
0,
0, // Skip to: 5171
/* 5155 */ MCD_OPC_CheckPredicate,
22,
216,
78,
0, // Skip to: 25344
/* 5160 */ MCD_OPC_CheckField,
23,
1,
1,
209,
78,
0, // Skip to: 25344
/* 5167 */ MCD_OPC_Decode,
161,
13,
124, // Opcode: MVE_VST41_32_wb
/* 5171 */ MCD_OPC_FilterValue,
65,
16,
0,
0, // Skip to: 5192
/* 5176 */ MCD_OPC_CheckPredicate,
22,
195,
78,
0, // Skip to: 25344
/* 5181 */ MCD_OPC_CheckField,
23,
1,
1,
188,
78,
0, // Skip to: 25344
/* 5188 */ MCD_OPC_Decode,
167,
13,
124, // Opcode: MVE_VST42_32_wb
/* 5192 */ MCD_OPC_FilterValue,
97,
179,
78,
0, // Skip to: 25344
/* 5197 */ MCD_OPC_CheckPredicate,
22,
174,
78,
0, // Skip to: 25344
/* 5202 */ MCD_OPC_CheckField,
23,
1,
1,
167,
78,
0, // Skip to: 25344
/* 5209 */ MCD_OPC_Decode,
173,
13,
124, // Opcode: MVE_VST43_32_wb
/* 5213 */ MCD_OPC_FilterValue,
1,
158,
78,
0, // Skip to: 25344
/* 5218 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5221 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5243
/* 5226 */ MCD_OPC_CheckPredicate,
22,
145,
78,
0, // Skip to: 25344
/* 5231 */ MCD_OPC_CheckField,
7,
1,
0,
138,
78,
0, // Skip to: 25344
/* 5238 */ MCD_OPC_Decode,
208,
13,
134,
1, // Opcode: MVE_VSTRWU32_pre
/* 5243 */ MCD_OPC_FilterValue,
15,
128,
78,
0, // Skip to: 25344
/* 5248 */ MCD_OPC_CheckPredicate,
22,
123,
78,
0, // Skip to: 25344
/* 5253 */ MCD_OPC_CheckField,
16,
1,
0,
116,
78,
0, // Skip to: 25344
/* 5260 */ MCD_OPC_CheckField,
7,
1,
0,
109,
78,
0, // Skip to: 25344
/* 5267 */ MCD_OPC_Decode,
189,
13,
135,
1, // Opcode: MVE_VSTRD64_qi_pre
/* 5272 */ MCD_OPC_FilterValue,
3,
99,
78,
0, // Skip to: 25344
/* 5277 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 5280 */ MCD_OPC_FilterValue,
0,
165,
0,
0, // Skip to: 5450
/* 5285 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5288 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5310
/* 5293 */ MCD_OPC_CheckPredicate,
22,
78,
78,
0, // Skip to: 25344
/* 5298 */ MCD_OPC_CheckField,
7,
1,
0,
71,
78,
0, // Skip to: 25344
/* 5305 */ MCD_OPC_Decode,
175,
9,
133,
1, // Opcode: MVE_VLDRWU32_post
/* 5310 */ MCD_OPC_FilterValue,
15,
61,
78,
0, // Skip to: 25344
/* 5315 */ MCD_OPC_ExtractField,
0,
8, // Inst{7-0} ...
/* 5318 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5340
/* 5323 */ MCD_OPC_CheckPredicate,
22,
48,
78,
0, // Skip to: 25344
/* 5328 */ MCD_OPC_CheckField,
23,
1,
1,
41,
78,
0, // Skip to: 25344
/* 5335 */ MCD_OPC_Decode,
230,
8,
129,
1, // Opcode: MVE_VLD20_32_wb
/* 5340 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 5362
/* 5345 */ MCD_OPC_CheckPredicate,
22,
26,
78,
0, // Skip to: 25344
/* 5350 */ MCD_OPC_CheckField,
23,
1,
1,
19,
78,
0, // Skip to: 25344
/* 5357 */ MCD_OPC_Decode,
242,
8,
130,
1, // Opcode: MVE_VLD40_32_wb
/* 5362 */ MCD_OPC_FilterValue,
32,
17,
0,
0, // Skip to: 5384
/* 5367 */ MCD_OPC_CheckPredicate,
22,
4,
78,
0, // Skip to: 25344
/* 5372 */ MCD_OPC_CheckField,
23,
1,
1,
253,
77,
0, // Skip to: 25344
/* 5379 */ MCD_OPC_Decode,
236,
8,
129,
1, // Opcode: MVE_VLD21_32_wb
/* 5384 */ MCD_OPC_FilterValue,
33,
17,
0,
0, // Skip to: 5406
/* 5389 */ MCD_OPC_CheckPredicate,
22,
238,
77,
0, // Skip to: 25344
/* 5394 */ MCD_OPC_CheckField,
23,
1,
1,
231,
77,
0, // Skip to: 25344
/* 5401 */ MCD_OPC_Decode,
248,
8,
130,
1, // Opcode: MVE_VLD41_32_wb
/* 5406 */ MCD_OPC_FilterValue,
65,
17,
0,
0, // Skip to: 5428
/* 5411 */ MCD_OPC_CheckPredicate,
22,
216,
77,
0, // Skip to: 25344
/* 5416 */ MCD_OPC_CheckField,
23,
1,
1,
209,
77,
0, // Skip to: 25344
/* 5423 */ MCD_OPC_Decode,
254,
8,
130,
1, // Opcode: MVE_VLD42_32_wb
/* 5428 */ MCD_OPC_FilterValue,
97,
199,
77,
0, // Skip to: 25344
/* 5433 */ MCD_OPC_CheckPredicate,
22,
194,
77,
0, // Skip to: 25344
/* 5438 */ MCD_OPC_CheckField,
23,
1,
1,
187,
77,
0, // Skip to: 25344
/* 5445 */ MCD_OPC_Decode,
132,
9,
130,
1, // Opcode: MVE_VLD43_32_wb
/* 5450 */ MCD_OPC_FilterValue,
1,
177,
77,
0, // Skip to: 25344
/* 5455 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5458 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5480
/* 5463 */ MCD_OPC_CheckPredicate,
22,
164,
77,
0, // Skip to: 25344
/* 5468 */ MCD_OPC_CheckField,
7,
1,
0,
157,
77,
0, // Skip to: 25344
/* 5475 */ MCD_OPC_Decode,
176,
9,
134,
1, // Opcode: MVE_VLDRWU32_pre
/* 5480 */ MCD_OPC_FilterValue,
15,
147,
77,
0, // Skip to: 25344
/* 5485 */ MCD_OPC_CheckPredicate,
22,
142,
77,
0, // Skip to: 25344
/* 5490 */ MCD_OPC_CheckField,
16,
1,
0,
135,
77,
0, // Skip to: 25344
/* 5497 */ MCD_OPC_CheckField,
7,
1,
0,
128,
77,
0, // Skip to: 25344
/* 5504 */ MCD_OPC_Decode,
156,
9,
135,
1, // Opcode: MVE_VLDRDU64_qi_pre
/* 5509 */ MCD_OPC_FilterValue,
7,
118,
77,
0, // Skip to: 25344
/* 5514 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 5517 */ MCD_OPC_FilterValue,
0,
179,
28,
0, // Skip to: 12869
/* 5522 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 5525 */ MCD_OPC_FilterValue,
11,
195,
0,
0, // Skip to: 5725
/* 5530 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5533 */ MCD_OPC_FilterValue,
0,
91,
0,
0, // Skip to: 5629
/* 5538 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 5541 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 5600
/* 5546 */ MCD_OPC_ExtractField,
0,
6, // Inst{5-0} ...
/* 5549 */ MCD_OPC_FilterValue,
16,
24,
0,
0, // Skip to: 5578
/* 5554 */ MCD_OPC_CheckPredicate,
25,
73,
77,
0, // Skip to: 25344
/* 5559 */ MCD_OPC_CheckField,
28,
4,
14,
66,
77,
0, // Skip to: 25344
/* 5566 */ MCD_OPC_CheckField,
6,
1,
0,
59,
77,
0, // Skip to: 25344
/* 5573 */ MCD_OPC_Decode,
181,
10,
136,
1, // Opcode: MVE_VMOV_to_lane_32
/* 5578 */ MCD_OPC_FilterValue,
48,
49,
77,
0, // Skip to: 25344
/* 5583 */ MCD_OPC_CheckPredicate,
23,
44,
77,
0, // Skip to: 25344
/* 5588 */ MCD_OPC_CheckField,
28,
4,
14,
37,
77,
0, // Skip to: 25344
/* 5595 */ MCD_OPC_Decode,
180,
10,
137,
1, // Opcode: MVE_VMOV_to_lane_16
/* 5600 */ MCD_OPC_FilterValue,
1,
27,
77,
0, // Skip to: 25344
/* 5605 */ MCD_OPC_CheckPredicate,
23,
22,
77,
0, // Skip to: 25344
/* 5610 */ MCD_OPC_CheckField,
28,
4,
14,
15,
77,
0, // Skip to: 25344
/* 5617 */ MCD_OPC_CheckField,
0,
5,
16,
8,
77,
0, // Skip to: 25344
/* 5624 */ MCD_OPC_Decode,
182,
10,
138,
1, // Opcode: MVE_VMOV_to_lane_8
/* 5629 */ MCD_OPC_FilterValue,
1,
254,
76,
0, // Skip to: 25344
/* 5634 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 5637 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 5696
/* 5642 */ MCD_OPC_ExtractField,
0,
6, // Inst{5-0} ...
/* 5645 */ MCD_OPC_FilterValue,
16,
24,
0,
0, // Skip to: 5674
/* 5650 */ MCD_OPC_CheckPredicate,
25,
233,
76,
0, // Skip to: 25344
/* 5655 */ MCD_OPC_CheckField,
28,
4,
14,
226,
76,
0, // Skip to: 25344
/* 5662 */ MCD_OPC_CheckField,
6,
1,
0,
219,
76,
0, // Skip to: 25344
/* 5669 */ MCD_OPC_Decode,
173,
10,
139,
1, // Opcode: MVE_VMOV_from_lane_32
/* 5674 */ MCD_OPC_FilterValue,
48,
209,
76,
0, // Skip to: 25344
/* 5679 */ MCD_OPC_CheckPredicate,
23,
204,
76,
0, // Skip to: 25344
/* 5684 */ MCD_OPC_CheckField,
28,
4,
14,
197,
76,
0, // Skip to: 25344
/* 5691 */ MCD_OPC_Decode,
174,
10,
140,
1, // Opcode: MVE_VMOV_from_lane_s16
/* 5696 */ MCD_OPC_FilterValue,
1,
187,
76,
0, // Skip to: 25344
/* 5701 */ MCD_OPC_CheckPredicate,
23,
182,
76,
0, // Skip to: 25344
/* 5706 */ MCD_OPC_CheckField,
28,
4,
14,
175,
76,
0, // Skip to: 25344
/* 5713 */ MCD_OPC_CheckField,
0,
5,
16,
168,
76,
0, // Skip to: 25344
/* 5720 */ MCD_OPC_Decode,
175,
10,
141,
1, // Opcode: MVE_VMOV_from_lane_s8
/* 5725 */ MCD_OPC_FilterValue,
14,
175,
16,
0, // Skip to: 10001
/* 5730 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 5733 */ MCD_OPC_FilterValue,
0,
227,
2,
0, // Skip to: 6477
/* 5738 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 5741 */ MCD_OPC_FilterValue,
0,
211,
1,
0, // Skip to: 6213
/* 5746 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 5749 */ MCD_OPC_FilterValue,
0,
227,
0,
0, // Skip to: 5981
/* 5754 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 5757 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 5869
/* 5762 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 5765 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 5817
/* 5770 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5773 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5795
/* 5778 */ MCD_OPC_CheckPredicate,
22,
105,
76,
0, // Skip to: 25344
/* 5783 */ MCD_OPC_CheckField,
4,
1,
0,
98,
76,
0, // Skip to: 25344
/* 5790 */ MCD_OPC_Decode,
149,
11,
142,
1, // Opcode: MVE_VQDMLADHs8
/* 5795 */ MCD_OPC_FilterValue,
15,
88,
76,
0, // Skip to: 25344
/* 5800 */ MCD_OPC_CheckPredicate,
22,
83,
76,
0, // Skip to: 25344
/* 5805 */ MCD_OPC_CheckField,
4,
1,
0,
76,
76,
0, // Skip to: 25344
/* 5812 */ MCD_OPC_Decode,
161,
11,
142,
1, // Opcode: MVE_VQDMLSDHs8
/* 5817 */ MCD_OPC_FilterValue,
1,
66,
76,
0, // Skip to: 25344
/* 5822 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5825 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5847
/* 5830 */ MCD_OPC_CheckPredicate,
22,
53,
76,
0, // Skip to: 25344
/* 5835 */ MCD_OPC_CheckField,
4,
1,
0,
46,
76,
0, // Skip to: 25344
/* 5842 */ MCD_OPC_Decode,
198,
10,
143,
1, // Opcode: MVE_VMULLBs8
/* 5847 */ MCD_OPC_FilterValue,
15,
36,
76,
0, // Skip to: 25344
/* 5852 */ MCD_OPC_CheckPredicate,
22,
31,
76,
0, // Skip to: 25344
/* 5857 */ MCD_OPC_CheckField,
4,
1,
0,
24,
76,
0, // Skip to: 25344
/* 5864 */ MCD_OPC_Decode,
201,
10,
143,
1, // Opcode: MVE_VMULLBu8
/* 5869 */ MCD_OPC_FilterValue,
1,
14,
76,
0, // Skip to: 25344
/* 5874 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 5877 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 5929
/* 5882 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5885 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5907
/* 5890 */ MCD_OPC_CheckPredicate,
22,
249,
75,
0, // Skip to: 25344
/* 5895 */ MCD_OPC_CheckField,
4,
1,
0,
242,
75,
0, // Skip to: 25344
/* 5902 */ MCD_OPC_Decode,
146,
11,
142,
1, // Opcode: MVE_VQDMLADHXs8
/* 5907 */ MCD_OPC_FilterValue,
15,
232,
75,
0, // Skip to: 25344
/* 5912 */ MCD_OPC_CheckPredicate,
22,
227,
75,
0, // Skip to: 25344
/* 5917 */ MCD_OPC_CheckField,
4,
1,
0,
220,
75,
0, // Skip to: 25344
/* 5924 */ MCD_OPC_Decode,
158,
11,
142,
1, // Opcode: MVE_VQDMLSDHXs8
/* 5929 */ MCD_OPC_FilterValue,
1,
210,
75,
0, // Skip to: 25344
/* 5934 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 5937 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 5959
/* 5942 */ MCD_OPC_CheckPredicate,
22,
197,
75,
0, // Skip to: 25344
/* 5947 */ MCD_OPC_CheckField,
4,
1,
0,
190,
75,
0, // Skip to: 25344
/* 5954 */ MCD_OPC_Decode,
206,
10,
143,
1, // Opcode: MVE_VMULLTs8
/* 5959 */ MCD_OPC_FilterValue,
15,
180,
75,
0, // Skip to: 25344
/* 5964 */ MCD_OPC_CheckPredicate,
22,
175,
75,
0, // Skip to: 25344
/* 5969 */ MCD_OPC_CheckField,
4,
1,
0,
168,
75,
0, // Skip to: 25344
/* 5976 */ MCD_OPC_Decode,
209,
10,
143,
1, // Opcode: MVE_VMULLTu8
/* 5981 */ MCD_OPC_FilterValue,
1,
158,
75,
0, // Skip to: 25344
/* 5986 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 5989 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 6101
/* 5994 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 5997 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6049
/* 6002 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6005 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6027
/* 6010 */ MCD_OPC_CheckPredicate,
22,
129,
75,
0, // Skip to: 25344
/* 6015 */ MCD_OPC_CheckField,
4,
1,
0,
122,
75,
0, // Skip to: 25344
/* 6022 */ MCD_OPC_Decode,
196,
11,
142,
1, // Opcode: MVE_VQRDMLADHs8
/* 6027 */ MCD_OPC_FilterValue,
15,
112,
75,
0, // Skip to: 25344
/* 6032 */ MCD_OPC_CheckPredicate,
22,
107,
75,
0, // Skip to: 25344
/* 6037 */ MCD_OPC_CheckField,
4,
1,
0,
100,
75,
0, // Skip to: 25344
/* 6044 */ MCD_OPC_Decode,
208,
11,
142,
1, // Opcode: MVE_VQRDMLSDHs8
/* 6049 */ MCD_OPC_FilterValue,
1,
90,
75,
0, // Skip to: 25344
/* 6054 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6057 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6079
/* 6062 */ MCD_OPC_CheckPredicate,
22,
77,
75,
0, // Skip to: 25344
/* 6067 */ MCD_OPC_CheckField,
4,
1,
0,
70,
75,
0, // Skip to: 25344
/* 6074 */ MCD_OPC_Decode,
190,
10,
143,
1, // Opcode: MVE_VMULHs8
/* 6079 */ MCD_OPC_FilterValue,
15,
60,
75,
0, // Skip to: 25344
/* 6084 */ MCD_OPC_CheckPredicate,
22,
55,
75,
0, // Skip to: 25344
/* 6089 */ MCD_OPC_CheckField,
4,
1,
0,
48,
75,
0, // Skip to: 25344
/* 6096 */ MCD_OPC_Decode,
193,
10,
143,
1, // Opcode: MVE_VMULHu8
/* 6101 */ MCD_OPC_FilterValue,
1,
38,
75,
0, // Skip to: 25344
/* 6106 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6109 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6161
/* 6114 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6117 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6139
/* 6122 */ MCD_OPC_CheckPredicate,
22,
17,
75,
0, // Skip to: 25344
/* 6127 */ MCD_OPC_CheckField,
4,
1,
0,
10,
75,
0, // Skip to: 25344
/* 6134 */ MCD_OPC_Decode,
193,
11,
142,
1, // Opcode: MVE_VQRDMLADHXs8
/* 6139 */ MCD_OPC_FilterValue,
15,
0,
75,
0, // Skip to: 25344
/* 6144 */ MCD_OPC_CheckPredicate,
22,
251,
74,
0, // Skip to: 25344
/* 6149 */ MCD_OPC_CheckField,
4,
1,
0,
244,
74,
0, // Skip to: 25344
/* 6156 */ MCD_OPC_Decode,
205,
11,
142,
1, // Opcode: MVE_VQRDMLSDHXs8
/* 6161 */ MCD_OPC_FilterValue,
1,
234,
74,
0, // Skip to: 25344
/* 6166 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6169 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6191
/* 6174 */ MCD_OPC_CheckPredicate,
22,
221,
74,
0, // Skip to: 25344
/* 6179 */ MCD_OPC_CheckField,
4,
1,
0,
214,
74,
0, // Skip to: 25344
/* 6186 */ MCD_OPC_Decode,
192,
12,
143,
1, // Opcode: MVE_VRMULHs8
/* 6191 */ MCD_OPC_FilterValue,
15,
204,
74,
0, // Skip to: 25344
/* 6196 */ MCD_OPC_CheckPredicate,
22,
199,
74,
0, // Skip to: 25344
/* 6201 */ MCD_OPC_CheckField,
4,
1,
0,
192,
74,
0, // Skip to: 25344
/* 6208 */ MCD_OPC_Decode,
195,
12,
143,
1, // Opcode: MVE_VRMULHu8
/* 6213 */ MCD_OPC_FilterValue,
1,
182,
74,
0, // Skip to: 25344
/* 6218 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 6221 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 6333
/* 6226 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 6229 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6281
/* 6234 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6237 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6259
/* 6242 */ MCD_OPC_CheckPredicate,
22,
153,
74,
0, // Skip to: 25344
/* 6247 */ MCD_OPC_CheckField,
28,
4,
14,
146,
74,
0, // Skip to: 25344
/* 6254 */ MCD_OPC_Decode,
199,
11,
144,
1, // Opcode: MVE_VQRDMLAH_qrs8
/* 6259 */ MCD_OPC_FilterValue,
1,
136,
74,
0, // Skip to: 25344
/* 6264 */ MCD_OPC_CheckPredicate,
22,
131,
74,
0, // Skip to: 25344
/* 6269 */ MCD_OPC_CheckField,
28,
4,
14,
124,
74,
0, // Skip to: 25344
/* 6276 */ MCD_OPC_Decode,
140,
10,
144,
1, // Opcode: MVE_VMLA_qr_i8
/* 6281 */ MCD_OPC_FilterValue,
1,
114,
74,
0, // Skip to: 25344
/* 6286 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6289 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6311
/* 6294 */ MCD_OPC_CheckPredicate,
22,
101,
74,
0, // Skip to: 25344
/* 6299 */ MCD_OPC_CheckField,
28,
4,
14,
94,
74,
0, // Skip to: 25344
/* 6306 */ MCD_OPC_Decode,
202,
11,
144,
1, // Opcode: MVE_VQRDMLASH_qrs8
/* 6311 */ MCD_OPC_FilterValue,
1,
84,
74,
0, // Skip to: 25344
/* 6316 */ MCD_OPC_CheckPredicate,
22,
79,
74,
0, // Skip to: 25344
/* 6321 */ MCD_OPC_CheckField,
28,
4,
14,
72,
74,
0, // Skip to: 25344
/* 6328 */ MCD_OPC_Decode,
137,
10,
144,
1, // Opcode: MVE_VMLAS_qr_i8
/* 6333 */ MCD_OPC_FilterValue,
2,
62,
74,
0, // Skip to: 25344
/* 6338 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 6341 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 6409
/* 6346 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6349 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6371
/* 6354 */ MCD_OPC_CheckPredicate,
22,
41,
74,
0, // Skip to: 25344
/* 6359 */ MCD_OPC_CheckField,
28,
4,
14,
34,
74,
0, // Skip to: 25344
/* 6366 */ MCD_OPC_Decode,
152,
11,
144,
1, // Opcode: MVE_VQDMLAH_qrs8
/* 6371 */ MCD_OPC_FilterValue,
1,
24,
74,
0, // Skip to: 25344
/* 6376 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6379 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 6394
/* 6384 */ MCD_OPC_CheckPredicate,
22,
11,
74,
0, // Skip to: 25344
/* 6389 */ MCD_OPC_Decode,
164,
11,
145,
1, // Opcode: MVE_VQDMULH_qr_s8
/* 6394 */ MCD_OPC_FilterValue,
15,
1,
74,
0, // Skip to: 25344
/* 6399 */ MCD_OPC_CheckPredicate,
22,
252,
73,
0, // Skip to: 25344
/* 6404 */ MCD_OPC_Decode,
211,
11,
145,
1, // Opcode: MVE_VQRDMULH_qr_s8
/* 6409 */ MCD_OPC_FilterValue,
1,
242,
73,
0, // Skip to: 25344
/* 6414 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6417 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6439
/* 6422 */ MCD_OPC_CheckPredicate,
22,
229,
73,
0, // Skip to: 25344
/* 6427 */ MCD_OPC_CheckField,
28,
4,
14,
222,
73,
0, // Skip to: 25344
/* 6434 */ MCD_OPC_Decode,
155,
11,
144,
1, // Opcode: MVE_VQDMLASH_qrs8
/* 6439 */ MCD_OPC_FilterValue,
1,
212,
73,
0, // Skip to: 25344
/* 6444 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6447 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 6462
/* 6452 */ MCD_OPC_CheckPredicate,
22,
199,
73,
0, // Skip to: 25344
/* 6457 */ MCD_OPC_Decode,
214,
10,
145,
1, // Opcode: MVE_VMUL_qr_i8
/* 6462 */ MCD_OPC_FilterValue,
15,
189,
73,
0, // Skip to: 25344
/* 6467 */ MCD_OPC_CheckPredicate,
22,
184,
73,
0, // Skip to: 25344
/* 6472 */ MCD_OPC_Decode,
226,
7,
145,
1, // Opcode: MVE_VBRSR8
/* 6477 */ MCD_OPC_FilterValue,
1,
227,
2,
0, // Skip to: 7221
/* 6482 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 6485 */ MCD_OPC_FilterValue,
0,
211,
1,
0, // Skip to: 6957
/* 6490 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 6493 */ MCD_OPC_FilterValue,
0,
227,
0,
0, // Skip to: 6725
/* 6498 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 6501 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 6613
/* 6506 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6509 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6561
/* 6514 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6517 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6539
/* 6522 */ MCD_OPC_CheckPredicate,
22,
129,
73,
0, // Skip to: 25344
/* 6527 */ MCD_OPC_CheckField,
4,
1,
0,
122,
73,
0, // Skip to: 25344
/* 6534 */ MCD_OPC_Decode,
147,
11,
142,
1, // Opcode: MVE_VQDMLADHs16
/* 6539 */ MCD_OPC_FilterValue,
15,
112,
73,
0, // Skip to: 25344
/* 6544 */ MCD_OPC_CheckPredicate,
22,
107,
73,
0, // Skip to: 25344
/* 6549 */ MCD_OPC_CheckField,
4,
1,
0,
100,
73,
0, // Skip to: 25344
/* 6556 */ MCD_OPC_Decode,
159,
11,
142,
1, // Opcode: MVE_VQDMLSDHs16
/* 6561 */ MCD_OPC_FilterValue,
1,
90,
73,
0, // Skip to: 25344
/* 6566 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6569 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6591
/* 6574 */ MCD_OPC_CheckPredicate,
22,
77,
73,
0, // Skip to: 25344
/* 6579 */ MCD_OPC_CheckField,
4,
1,
0,
70,
73,
0, // Skip to: 25344
/* 6586 */ MCD_OPC_Decode,
196,
10,
143,
1, // Opcode: MVE_VMULLBs16
/* 6591 */ MCD_OPC_FilterValue,
15,
60,
73,
0, // Skip to: 25344
/* 6596 */ MCD_OPC_CheckPredicate,
22,
55,
73,
0, // Skip to: 25344
/* 6601 */ MCD_OPC_CheckField,
4,
1,
0,
48,
73,
0, // Skip to: 25344
/* 6608 */ MCD_OPC_Decode,
199,
10,
143,
1, // Opcode: MVE_VMULLBu16
/* 6613 */ MCD_OPC_FilterValue,
1,
38,
73,
0, // Skip to: 25344
/* 6618 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6621 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6673
/* 6626 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6629 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6651
/* 6634 */ MCD_OPC_CheckPredicate,
22,
17,
73,
0, // Skip to: 25344
/* 6639 */ MCD_OPC_CheckField,
4,
1,
0,
10,
73,
0, // Skip to: 25344
/* 6646 */ MCD_OPC_Decode,
144,
11,
142,
1, // Opcode: MVE_VQDMLADHXs16
/* 6651 */ MCD_OPC_FilterValue,
15,
0,
73,
0, // Skip to: 25344
/* 6656 */ MCD_OPC_CheckPredicate,
22,
251,
72,
0, // Skip to: 25344
/* 6661 */ MCD_OPC_CheckField,
4,
1,
0,
244,
72,
0, // Skip to: 25344
/* 6668 */ MCD_OPC_Decode,
156,
11,
142,
1, // Opcode: MVE_VQDMLSDHXs16
/* 6673 */ MCD_OPC_FilterValue,
1,
234,
72,
0, // Skip to: 25344
/* 6678 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6681 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6703
/* 6686 */ MCD_OPC_CheckPredicate,
22,
221,
72,
0, // Skip to: 25344
/* 6691 */ MCD_OPC_CheckField,
4,
1,
0,
214,
72,
0, // Skip to: 25344
/* 6698 */ MCD_OPC_Decode,
204,
10,
143,
1, // Opcode: MVE_VMULLTs16
/* 6703 */ MCD_OPC_FilterValue,
15,
204,
72,
0, // Skip to: 25344
/* 6708 */ MCD_OPC_CheckPredicate,
22,
199,
72,
0, // Skip to: 25344
/* 6713 */ MCD_OPC_CheckField,
4,
1,
0,
192,
72,
0, // Skip to: 25344
/* 6720 */ MCD_OPC_Decode,
207,
10,
143,
1, // Opcode: MVE_VMULLTu16
/* 6725 */ MCD_OPC_FilterValue,
1,
182,
72,
0, // Skip to: 25344
/* 6730 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 6733 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 6845
/* 6738 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6741 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6793
/* 6746 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6749 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6771
/* 6754 */ MCD_OPC_CheckPredicate,
22,
153,
72,
0, // Skip to: 25344
/* 6759 */ MCD_OPC_CheckField,
4,
1,
0,
146,
72,
0, // Skip to: 25344
/* 6766 */ MCD_OPC_Decode,
194,
11,
142,
1, // Opcode: MVE_VQRDMLADHs16
/* 6771 */ MCD_OPC_FilterValue,
15,
136,
72,
0, // Skip to: 25344
/* 6776 */ MCD_OPC_CheckPredicate,
22,
131,
72,
0, // Skip to: 25344
/* 6781 */ MCD_OPC_CheckField,
4,
1,
0,
124,
72,
0, // Skip to: 25344
/* 6788 */ MCD_OPC_Decode,
206,
11,
142,
1, // Opcode: MVE_VQRDMLSDHs16
/* 6793 */ MCD_OPC_FilterValue,
1,
114,
72,
0, // Skip to: 25344
/* 6798 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6801 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6823
/* 6806 */ MCD_OPC_CheckPredicate,
22,
101,
72,
0, // Skip to: 25344
/* 6811 */ MCD_OPC_CheckField,
4,
1,
0,
94,
72,
0, // Skip to: 25344
/* 6818 */ MCD_OPC_Decode,
188,
10,
143,
1, // Opcode: MVE_VMULHs16
/* 6823 */ MCD_OPC_FilterValue,
15,
84,
72,
0, // Skip to: 25344
/* 6828 */ MCD_OPC_CheckPredicate,
22,
79,
72,
0, // Skip to: 25344
/* 6833 */ MCD_OPC_CheckField,
4,
1,
0,
72,
72,
0, // Skip to: 25344
/* 6840 */ MCD_OPC_Decode,
191,
10,
143,
1, // Opcode: MVE_VMULHu16
/* 6845 */ MCD_OPC_FilterValue,
1,
62,
72,
0, // Skip to: 25344
/* 6850 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6853 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 6905
/* 6858 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6861 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6883
/* 6866 */ MCD_OPC_CheckPredicate,
22,
41,
72,
0, // Skip to: 25344
/* 6871 */ MCD_OPC_CheckField,
4,
1,
0,
34,
72,
0, // Skip to: 25344
/* 6878 */ MCD_OPC_Decode,
191,
11,
142,
1, // Opcode: MVE_VQRDMLADHXs16
/* 6883 */ MCD_OPC_FilterValue,
15,
24,
72,
0, // Skip to: 25344
/* 6888 */ MCD_OPC_CheckPredicate,
22,
19,
72,
0, // Skip to: 25344
/* 6893 */ MCD_OPC_CheckField,
4,
1,
0,
12,
72,
0, // Skip to: 25344
/* 6900 */ MCD_OPC_Decode,
203,
11,
142,
1, // Opcode: MVE_VQRDMLSDHXs16
/* 6905 */ MCD_OPC_FilterValue,
1,
2,
72,
0, // Skip to: 25344
/* 6910 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 6913 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 6935
/* 6918 */ MCD_OPC_CheckPredicate,
22,
245,
71,
0, // Skip to: 25344
/* 6923 */ MCD_OPC_CheckField,
4,
1,
0,
238,
71,
0, // Skip to: 25344
/* 6930 */ MCD_OPC_Decode,
190,
12,
143,
1, // Opcode: MVE_VRMULHs16
/* 6935 */ MCD_OPC_FilterValue,
15,
228,
71,
0, // Skip to: 25344
/* 6940 */ MCD_OPC_CheckPredicate,
22,
223,
71,
0, // Skip to: 25344
/* 6945 */ MCD_OPC_CheckField,
4,
1,
0,
216,
71,
0, // Skip to: 25344
/* 6952 */ MCD_OPC_Decode,
193,
12,
143,
1, // Opcode: MVE_VRMULHu16
/* 6957 */ MCD_OPC_FilterValue,
1,
206,
71,
0, // Skip to: 25344
/* 6962 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 6965 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 7077
/* 6970 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 6973 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7025
/* 6978 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 6981 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7003
/* 6986 */ MCD_OPC_CheckPredicate,
22,
177,
71,
0, // Skip to: 25344
/* 6991 */ MCD_OPC_CheckField,
28,
4,
14,
170,
71,
0, // Skip to: 25344
/* 6998 */ MCD_OPC_Decode,
197,
11,
144,
1, // Opcode: MVE_VQRDMLAH_qrs16
/* 7003 */ MCD_OPC_FilterValue,
1,
160,
71,
0, // Skip to: 25344
/* 7008 */ MCD_OPC_CheckPredicate,
22,
155,
71,
0, // Skip to: 25344
/* 7013 */ MCD_OPC_CheckField,
28,
4,
14,
148,
71,
0, // Skip to: 25344
/* 7020 */ MCD_OPC_Decode,
138,
10,
144,
1, // Opcode: MVE_VMLA_qr_i16
/* 7025 */ MCD_OPC_FilterValue,
1,
138,
71,
0, // Skip to: 25344
/* 7030 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7033 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7055
/* 7038 */ MCD_OPC_CheckPredicate,
22,
125,
71,
0, // Skip to: 25344
/* 7043 */ MCD_OPC_CheckField,
28,
4,
14,
118,
71,
0, // Skip to: 25344
/* 7050 */ MCD_OPC_Decode,
200,
11,
144,
1, // Opcode: MVE_VQRDMLASH_qrs16
/* 7055 */ MCD_OPC_FilterValue,
1,
108,
71,
0, // Skip to: 25344
/* 7060 */ MCD_OPC_CheckPredicate,
22,
103,
71,
0, // Skip to: 25344
/* 7065 */ MCD_OPC_CheckField,
28,
4,
14,
96,
71,
0, // Skip to: 25344
/* 7072 */ MCD_OPC_Decode,
135,
10,
144,
1, // Opcode: MVE_VMLAS_qr_i16
/* 7077 */ MCD_OPC_FilterValue,
2,
86,
71,
0, // Skip to: 25344
/* 7082 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 7085 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 7153
/* 7090 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7093 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7115
/* 7098 */ MCD_OPC_CheckPredicate,
22,
65,
71,
0, // Skip to: 25344
/* 7103 */ MCD_OPC_CheckField,
28,
4,
14,
58,
71,
0, // Skip to: 25344
/* 7110 */ MCD_OPC_Decode,
150,
11,
144,
1, // Opcode: MVE_VQDMLAH_qrs16
/* 7115 */ MCD_OPC_FilterValue,
1,
48,
71,
0, // Skip to: 25344
/* 7120 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7123 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 7138
/* 7128 */ MCD_OPC_CheckPredicate,
22,
35,
71,
0, // Skip to: 25344
/* 7133 */ MCD_OPC_Decode,
162,
11,
145,
1, // Opcode: MVE_VQDMULH_qr_s16
/* 7138 */ MCD_OPC_FilterValue,
15,
25,
71,
0, // Skip to: 25344
/* 7143 */ MCD_OPC_CheckPredicate,
22,
20,
71,
0, // Skip to: 25344
/* 7148 */ MCD_OPC_Decode,
209,
11,
145,
1, // Opcode: MVE_VQRDMULH_qr_s16
/* 7153 */ MCD_OPC_FilterValue,
1,
10,
71,
0, // Skip to: 25344
/* 7158 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7161 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7183
/* 7166 */ MCD_OPC_CheckPredicate,
22,
253,
70,
0, // Skip to: 25344
/* 7171 */ MCD_OPC_CheckField,
28,
4,
14,
246,
70,
0, // Skip to: 25344
/* 7178 */ MCD_OPC_Decode,
153,
11,
144,
1, // Opcode: MVE_VQDMLASH_qrs16
/* 7183 */ MCD_OPC_FilterValue,
1,
236,
70,
0, // Skip to: 25344
/* 7188 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7191 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 7206
/* 7196 */ MCD_OPC_CheckPredicate,
22,
223,
70,
0, // Skip to: 25344
/* 7201 */ MCD_OPC_Decode,
212,
10,
145,
1, // Opcode: MVE_VMUL_qr_i16
/* 7206 */ MCD_OPC_FilterValue,
15,
213,
70,
0, // Skip to: 25344
/* 7211 */ MCD_OPC_CheckPredicate,
22,
208,
70,
0, // Skip to: 25344
/* 7216 */ MCD_OPC_Decode,
224,
7,
145,
1, // Opcode: MVE_VBRSR16
/* 7221 */ MCD_OPC_FilterValue,
2,
227,
2,
0, // Skip to: 7965
/* 7226 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 7229 */ MCD_OPC_FilterValue,
0,
211,
1,
0, // Skip to: 7701
/* 7234 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 7237 */ MCD_OPC_FilterValue,
0,
227,
0,
0, // Skip to: 7469
/* 7242 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 7245 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 7357
/* 7250 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7253 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7305
/* 7258 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7261 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7283
/* 7266 */ MCD_OPC_CheckPredicate,
22,
153,
70,
0, // Skip to: 25344
/* 7271 */ MCD_OPC_CheckField,
4,
1,
0,
146,
70,
0, // Skip to: 25344
/* 7278 */ MCD_OPC_Decode,
148,
11,
142,
1, // Opcode: MVE_VQDMLADHs32
/* 7283 */ MCD_OPC_FilterValue,
15,
136,
70,
0, // Skip to: 25344
/* 7288 */ MCD_OPC_CheckPredicate,
22,
131,
70,
0, // Skip to: 25344
/* 7293 */ MCD_OPC_CheckField,
4,
1,
0,
124,
70,
0, // Skip to: 25344
/* 7300 */ MCD_OPC_Decode,
160,
11,
142,
1, // Opcode: MVE_VQDMLSDHs32
/* 7305 */ MCD_OPC_FilterValue,
1,
114,
70,
0, // Skip to: 25344
/* 7310 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7313 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7335
/* 7318 */ MCD_OPC_CheckPredicate,
22,
101,
70,
0, // Skip to: 25344
/* 7323 */ MCD_OPC_CheckField,
4,
1,
0,
94,
70,
0, // Skip to: 25344
/* 7330 */ MCD_OPC_Decode,
197,
10,
143,
1, // Opcode: MVE_VMULLBs32
/* 7335 */ MCD_OPC_FilterValue,
15,
84,
70,
0, // Skip to: 25344
/* 7340 */ MCD_OPC_CheckPredicate,
22,
79,
70,
0, // Skip to: 25344
/* 7345 */ MCD_OPC_CheckField,
4,
1,
0,
72,
70,
0, // Skip to: 25344
/* 7352 */ MCD_OPC_Decode,
200,
10,
143,
1, // Opcode: MVE_VMULLBu32
/* 7357 */ MCD_OPC_FilterValue,
1,
62,
70,
0, // Skip to: 25344
/* 7362 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7365 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7417
/* 7370 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7373 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7395
/* 7378 */ MCD_OPC_CheckPredicate,
22,
41,
70,
0, // Skip to: 25344
/* 7383 */ MCD_OPC_CheckField,
4,
1,
0,
34,
70,
0, // Skip to: 25344
/* 7390 */ MCD_OPC_Decode,
145,
11,
142,
1, // Opcode: MVE_VQDMLADHXs32
/* 7395 */ MCD_OPC_FilterValue,
15,
24,
70,
0, // Skip to: 25344
/* 7400 */ MCD_OPC_CheckPredicate,
22,
19,
70,
0, // Skip to: 25344
/* 7405 */ MCD_OPC_CheckField,
4,
1,
0,
12,
70,
0, // Skip to: 25344
/* 7412 */ MCD_OPC_Decode,
157,
11,
142,
1, // Opcode: MVE_VQDMLSDHXs32
/* 7417 */ MCD_OPC_FilterValue,
1,
2,
70,
0, // Skip to: 25344
/* 7422 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7425 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7447
/* 7430 */ MCD_OPC_CheckPredicate,
22,
245,
69,
0, // Skip to: 25344
/* 7435 */ MCD_OPC_CheckField,
4,
1,
0,
238,
69,
0, // Skip to: 25344
/* 7442 */ MCD_OPC_Decode,
205,
10,
143,
1, // Opcode: MVE_VMULLTs32
/* 7447 */ MCD_OPC_FilterValue,
15,
228,
69,
0, // Skip to: 25344
/* 7452 */ MCD_OPC_CheckPredicate,
22,
223,
69,
0, // Skip to: 25344
/* 7457 */ MCD_OPC_CheckField,
4,
1,
0,
216,
69,
0, // Skip to: 25344
/* 7464 */ MCD_OPC_Decode,
208,
10,
143,
1, // Opcode: MVE_VMULLTu32
/* 7469 */ MCD_OPC_FilterValue,
1,
206,
69,
0, // Skip to: 25344
/* 7474 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 7477 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 7589
/* 7482 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7485 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7537
/* 7490 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7493 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7515
/* 7498 */ MCD_OPC_CheckPredicate,
22,
177,
69,
0, // Skip to: 25344
/* 7503 */ MCD_OPC_CheckField,
4,
1,
0,
170,
69,
0, // Skip to: 25344
/* 7510 */ MCD_OPC_Decode,
195,
11,
142,
1, // Opcode: MVE_VQRDMLADHs32
/* 7515 */ MCD_OPC_FilterValue,
15,
160,
69,
0, // Skip to: 25344
/* 7520 */ MCD_OPC_CheckPredicate,
22,
155,
69,
0, // Skip to: 25344
/* 7525 */ MCD_OPC_CheckField,
4,
1,
0,
148,
69,
0, // Skip to: 25344
/* 7532 */ MCD_OPC_Decode,
207,
11,
142,
1, // Opcode: MVE_VQRDMLSDHs32
/* 7537 */ MCD_OPC_FilterValue,
1,
138,
69,
0, // Skip to: 25344
/* 7542 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7545 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7567
/* 7550 */ MCD_OPC_CheckPredicate,
22,
125,
69,
0, // Skip to: 25344
/* 7555 */ MCD_OPC_CheckField,
4,
1,
0,
118,
69,
0, // Skip to: 25344
/* 7562 */ MCD_OPC_Decode,
189,
10,
143,
1, // Opcode: MVE_VMULHs32
/* 7567 */ MCD_OPC_FilterValue,
15,
108,
69,
0, // Skip to: 25344
/* 7572 */ MCD_OPC_CheckPredicate,
22,
103,
69,
0, // Skip to: 25344
/* 7577 */ MCD_OPC_CheckField,
4,
1,
0,
96,
69,
0, // Skip to: 25344
/* 7584 */ MCD_OPC_Decode,
192,
10,
143,
1, // Opcode: MVE_VMULHu32
/* 7589 */ MCD_OPC_FilterValue,
1,
86,
69,
0, // Skip to: 25344
/* 7594 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7597 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7649
/* 7602 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7605 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7627
/* 7610 */ MCD_OPC_CheckPredicate,
22,
65,
69,
0, // Skip to: 25344
/* 7615 */ MCD_OPC_CheckField,
4,
1,
0,
58,
69,
0, // Skip to: 25344
/* 7622 */ MCD_OPC_Decode,
192,
11,
142,
1, // Opcode: MVE_VQRDMLADHXs32
/* 7627 */ MCD_OPC_FilterValue,
15,
48,
69,
0, // Skip to: 25344
/* 7632 */ MCD_OPC_CheckPredicate,
22,
43,
69,
0, // Skip to: 25344
/* 7637 */ MCD_OPC_CheckField,
4,
1,
0,
36,
69,
0, // Skip to: 25344
/* 7644 */ MCD_OPC_Decode,
204,
11,
142,
1, // Opcode: MVE_VQRDMLSDHXs32
/* 7649 */ MCD_OPC_FilterValue,
1,
26,
69,
0, // Skip to: 25344
/* 7654 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7657 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 7679
/* 7662 */ MCD_OPC_CheckPredicate,
22,
13,
69,
0, // Skip to: 25344
/* 7667 */ MCD_OPC_CheckField,
4,
1,
0,
6,
69,
0, // Skip to: 25344
/* 7674 */ MCD_OPC_Decode,
191,
12,
143,
1, // Opcode: MVE_VRMULHs32
/* 7679 */ MCD_OPC_FilterValue,
15,
252,
68,
0, // Skip to: 25344
/* 7684 */ MCD_OPC_CheckPredicate,
22,
247,
68,
0, // Skip to: 25344
/* 7689 */ MCD_OPC_CheckField,
4,
1,
0,
240,
68,
0, // Skip to: 25344
/* 7696 */ MCD_OPC_Decode,
194,
12,
143,
1, // Opcode: MVE_VRMULHu32
/* 7701 */ MCD_OPC_FilterValue,
1,
230,
68,
0, // Skip to: 25344
/* 7706 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 7709 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 7821
/* 7714 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 7717 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 7769
/* 7722 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7725 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7747
/* 7730 */ MCD_OPC_CheckPredicate,
22,
201,
68,
0, // Skip to: 25344
/* 7735 */ MCD_OPC_CheckField,
28,
4,
14,
194,
68,
0, // Skip to: 25344
/* 7742 */ MCD_OPC_Decode,
198,
11,
144,
1, // Opcode: MVE_VQRDMLAH_qrs32
/* 7747 */ MCD_OPC_FilterValue,
1,
184,
68,
0, // Skip to: 25344
/* 7752 */ MCD_OPC_CheckPredicate,
22,
179,
68,
0, // Skip to: 25344
/* 7757 */ MCD_OPC_CheckField,
28,
4,
14,
172,
68,
0, // Skip to: 25344
/* 7764 */ MCD_OPC_Decode,
139,
10,
144,
1, // Opcode: MVE_VMLA_qr_i32
/* 7769 */ MCD_OPC_FilterValue,
1,
162,
68,
0, // Skip to: 25344
/* 7774 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7777 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7799
/* 7782 */ MCD_OPC_CheckPredicate,
22,
149,
68,
0, // Skip to: 25344
/* 7787 */ MCD_OPC_CheckField,
28,
4,
14,
142,
68,
0, // Skip to: 25344
/* 7794 */ MCD_OPC_Decode,
201,
11,
144,
1, // Opcode: MVE_VQRDMLASH_qrs32
/* 7799 */ MCD_OPC_FilterValue,
1,
132,
68,
0, // Skip to: 25344
/* 7804 */ MCD_OPC_CheckPredicate,
22,
127,
68,
0, // Skip to: 25344
/* 7809 */ MCD_OPC_CheckField,
28,
4,
14,
120,
68,
0, // Skip to: 25344
/* 7816 */ MCD_OPC_Decode,
136,
10,
144,
1, // Opcode: MVE_VMLAS_qr_i32
/* 7821 */ MCD_OPC_FilterValue,
2,
110,
68,
0, // Skip to: 25344
/* 7826 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 7829 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 7897
/* 7834 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7837 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7859
/* 7842 */ MCD_OPC_CheckPredicate,
22,
89,
68,
0, // Skip to: 25344
/* 7847 */ MCD_OPC_CheckField,
28,
4,
14,
82,
68,
0, // Skip to: 25344
/* 7854 */ MCD_OPC_Decode,
151,
11,
144,
1, // Opcode: MVE_VQDMLAH_qrs32
/* 7859 */ MCD_OPC_FilterValue,
1,
72,
68,
0, // Skip to: 25344
/* 7864 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7867 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 7882
/* 7872 */ MCD_OPC_CheckPredicate,
22,
59,
68,
0, // Skip to: 25344
/* 7877 */ MCD_OPC_Decode,
163,
11,
145,
1, // Opcode: MVE_VQDMULH_qr_s32
/* 7882 */ MCD_OPC_FilterValue,
15,
49,
68,
0, // Skip to: 25344
/* 7887 */ MCD_OPC_CheckPredicate,
22,
44,
68,
0, // Skip to: 25344
/* 7892 */ MCD_OPC_Decode,
210,
11,
145,
1, // Opcode: MVE_VQRDMULH_qr_s32
/* 7897 */ MCD_OPC_FilterValue,
1,
34,
68,
0, // Skip to: 25344
/* 7902 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7905 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7927
/* 7910 */ MCD_OPC_CheckPredicate,
22,
21,
68,
0, // Skip to: 25344
/* 7915 */ MCD_OPC_CheckField,
28,
4,
14,
14,
68,
0, // Skip to: 25344
/* 7922 */ MCD_OPC_Decode,
154,
11,
144,
1, // Opcode: MVE_VQDMLASH_qrs32
/* 7927 */ MCD_OPC_FilterValue,
1,
4,
68,
0, // Skip to: 25344
/* 7932 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7935 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 7950
/* 7940 */ MCD_OPC_CheckPredicate,
22,
247,
67,
0, // Skip to: 25344
/* 7945 */ MCD_OPC_Decode,
213,
10,
145,
1, // Opcode: MVE_VMUL_qr_i32
/* 7950 */ MCD_OPC_FilterValue,
15,
237,
67,
0, // Skip to: 25344
/* 7955 */ MCD_OPC_CheckPredicate,
22,
232,
67,
0, // Skip to: 25344
/* 7960 */ MCD_OPC_Decode,
225,
7,
145,
1, // Opcode: MVE_VBRSR32
/* 7965 */ MCD_OPC_FilterValue,
3,
222,
67,
0, // Skip to: 25344
/* 7970 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 7973 */ MCD_OPC_FilterValue,
0,
51,
5,
0, // Skip to: 9309
/* 7978 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 7981 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8033
/* 7986 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 7989 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8011
/* 7994 */ MCD_OPC_CheckPredicate,
24,
193,
67,
0, // Skip to: 25344
/* 7999 */ MCD_OPC_CheckField,
4,
1,
0,
186,
67,
0, // Skip to: 25344
/* 8006 */ MCD_OPC_Decode,
134,
8,
146,
1, // Opcode: MVE_VCMULf16
/* 8011 */ MCD_OPC_FilterValue,
15,
176,
67,
0, // Skip to: 25344
/* 8016 */ MCD_OPC_CheckPredicate,
24,
171,
67,
0, // Skip to: 25344
/* 8021 */ MCD_OPC_CheckField,
4,
1,
0,
164,
67,
0, // Skip to: 25344
/* 8028 */ MCD_OPC_Decode,
135,
8,
146,
1, // Opcode: MVE_VCMULf32
/* 8033 */ MCD_OPC_FilterValue,
1,
154,
67,
0, // Skip to: 25344
/* 8038 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 8041 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 8153
/* 8046 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8049 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8101
/* 8054 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8057 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8079
/* 8062 */ MCD_OPC_CheckPredicate,
22,
125,
67,
0, // Skip to: 25344
/* 8067 */ MCD_OPC_CheckField,
4,
1,
0,
118,
67,
0, // Skip to: 25344
/* 8074 */ MCD_OPC_Decode,
195,
10,
143,
1, // Opcode: MVE_VMULLBp8
/* 8079 */ MCD_OPC_FilterValue,
15,
108,
67,
0, // Skip to: 25344
/* 8084 */ MCD_OPC_CheckPredicate,
22,
103,
67,
0, // Skip to: 25344
/* 8089 */ MCD_OPC_CheckField,
4,
1,
0,
96,
67,
0, // Skip to: 25344
/* 8096 */ MCD_OPC_Decode,
194,
10,
143,
1, // Opcode: MVE_VMULLBp16
/* 8101 */ MCD_OPC_FilterValue,
1,
86,
67,
0, // Skip to: 25344
/* 8106 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8109 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8131
/* 8114 */ MCD_OPC_CheckPredicate,
22,
73,
67,
0, // Skip to: 25344
/* 8119 */ MCD_OPC_CheckField,
4,
1,
0,
66,
67,
0, // Skip to: 25344
/* 8126 */ MCD_OPC_Decode,
203,
10,
143,
1, // Opcode: MVE_VMULLTp8
/* 8131 */ MCD_OPC_FilterValue,
15,
56,
67,
0, // Skip to: 25344
/* 8136 */ MCD_OPC_CheckPredicate,
22,
51,
67,
0, // Skip to: 25344
/* 8141 */ MCD_OPC_CheckField,
4,
1,
0,
44,
67,
0, // Skip to: 25344
/* 8148 */ MCD_OPC_Decode,
202,
10,
143,
1, // Opcode: MVE_VMULLTp16
/* 8153 */ MCD_OPC_FilterValue,
1,
34,
67,
0, // Skip to: 25344
/* 8158 */ MCD_OPC_ExtractField,
17,
3, // Inst{19-17} ...
/* 8161 */ MCD_OPC_FilterValue,
0,
227,
0,
0, // Skip to: 8393
/* 8166 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 8169 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 8281
/* 8174 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8177 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8229
/* 8182 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8185 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8207
/* 8190 */ MCD_OPC_CheckPredicate,
22,
253,
66,
0, // Skip to: 25344
/* 8195 */ MCD_OPC_CheckField,
4,
1,
0,
246,
66,
0, // Skip to: 25344
/* 8202 */ MCD_OPC_Decode,
231,
12,
147,
1, // Opcode: MVE_VSHLL_lws8bh
/* 8207 */ MCD_OPC_FilterValue,
15,
236,
66,
0, // Skip to: 25344
/* 8212 */ MCD_OPC_CheckPredicate,
22,
231,
66,
0, // Skip to: 25344
/* 8217 */ MCD_OPC_CheckField,
4,
1,
0,
224,
66,
0, // Skip to: 25344
/* 8224 */ MCD_OPC_Decode,
235,
12,
147,
1, // Opcode: MVE_VSHLL_lwu8bh
/* 8229 */ MCD_OPC_FilterValue,
1,
214,
66,
0, // Skip to: 25344
/* 8234 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8237 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8259
/* 8242 */ MCD_OPC_CheckPredicate,
22,
201,
66,
0, // Skip to: 25344
/* 8247 */ MCD_OPC_CheckField,
4,
1,
0,
194,
66,
0, // Skip to: 25344
/* 8254 */ MCD_OPC_Decode,
232,
12,
147,
1, // Opcode: MVE_VSHLL_lws8th
/* 8259 */ MCD_OPC_FilterValue,
15,
184,
66,
0, // Skip to: 25344
/* 8264 */ MCD_OPC_CheckPredicate,
22,
179,
66,
0, // Skip to: 25344
/* 8269 */ MCD_OPC_CheckField,
4,
1,
0,
172,
66,
0, // Skip to: 25344
/* 8276 */ MCD_OPC_Decode,
236,
12,
147,
1, // Opcode: MVE_VSHLL_lwu8th
/* 8281 */ MCD_OPC_FilterValue,
1,
162,
66,
0, // Skip to: 25344
/* 8286 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8289 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8341
/* 8294 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8297 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8319
/* 8302 */ MCD_OPC_CheckPredicate,
22,
141,
66,
0, // Skip to: 25344
/* 8307 */ MCD_OPC_CheckField,
4,
1,
0,
134,
66,
0, // Skip to: 25344
/* 8314 */ MCD_OPC_Decode,
184,
11,
148,
1, // Opcode: MVE_VQMOVUNs16bh
/* 8319 */ MCD_OPC_FilterValue,
15,
124,
66,
0, // Skip to: 25344
/* 8324 */ MCD_OPC_CheckPredicate,
22,
119,
66,
0, // Skip to: 25344
/* 8329 */ MCD_OPC_CheckField,
4,
1,
0,
112,
66,
0, // Skip to: 25344
/* 8336 */ MCD_OPC_Decode,
169,
10,
148,
1, // Opcode: MVE_VMOVNi16bh
/* 8341 */ MCD_OPC_FilterValue,
1,
102,
66,
0, // Skip to: 25344
/* 8346 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8349 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8371
/* 8354 */ MCD_OPC_CheckPredicate,
22,
89,
66,
0, // Skip to: 25344
/* 8359 */ MCD_OPC_CheckField,
4,
1,
0,
82,
66,
0, // Skip to: 25344
/* 8366 */ MCD_OPC_Decode,
185,
11,
148,
1, // Opcode: MVE_VQMOVUNs16th
/* 8371 */ MCD_OPC_FilterValue,
15,
72,
66,
0, // Skip to: 25344
/* 8376 */ MCD_OPC_CheckPredicate,
22,
67,
66,
0, // Skip to: 25344
/* 8381 */ MCD_OPC_CheckField,
4,
1,
0,
60,
66,
0, // Skip to: 25344
/* 8388 */ MCD_OPC_Decode,
170,
10,
148,
1, // Opcode: MVE_VMOVNi16th
/* 8393 */ MCD_OPC_FilterValue,
1,
181,
0,
0, // Skip to: 8579
/* 8398 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 8401 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 8513
/* 8406 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8409 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8461
/* 8414 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8417 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8439
/* 8422 */ MCD_OPC_CheckPredicate,
22,
21,
66,
0, // Skip to: 25344
/* 8427 */ MCD_OPC_CheckField,
4,
1,
0,
14,
66,
0, // Skip to: 25344
/* 8434 */ MCD_OPC_Decode,
176,
11,
148,
1, // Opcode: MVE_VQMOVNs16bh
/* 8439 */ MCD_OPC_FilterValue,
15,
4,
66,
0, // Skip to: 25344
/* 8444 */ MCD_OPC_CheckPredicate,
22,
255,
65,
0, // Skip to: 25344
/* 8449 */ MCD_OPC_CheckField,
4,
1,
0,
248,
65,
0, // Skip to: 25344
/* 8456 */ MCD_OPC_Decode,
180,
11,
148,
1, // Opcode: MVE_VQMOVNu16bh
/* 8461 */ MCD_OPC_FilterValue,
1,
238,
65,
0, // Skip to: 25344
/* 8466 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8469 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8491
/* 8474 */ MCD_OPC_CheckPredicate,
22,
225,
65,
0, // Skip to: 25344
/* 8479 */ MCD_OPC_CheckField,
4,
1,
0,
218,
65,
0, // Skip to: 25344
/* 8486 */ MCD_OPC_Decode,
177,
11,
148,
1, // Opcode: MVE_VQMOVNs16th
/* 8491 */ MCD_OPC_FilterValue,
15,
208,
65,
0, // Skip to: 25344
/* 8496 */ MCD_OPC_CheckPredicate,
22,
203,
65,
0, // Skip to: 25344
/* 8501 */ MCD_OPC_CheckField,
4,
1,
0,
196,
65,
0, // Skip to: 25344
/* 8508 */ MCD_OPC_Decode,
181,
11,
148,
1, // Opcode: MVE_VQMOVNu16th
/* 8513 */ MCD_OPC_FilterValue,
1,
186,
65,
0, // Skip to: 25344
/* 8518 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8521 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 8550
/* 8526 */ MCD_OPC_CheckPredicate,
22,
173,
65,
0, // Skip to: 25344
/* 8531 */ MCD_OPC_CheckField,
28,
4,
14,
166,
65,
0, // Skip to: 25344
/* 8538 */ MCD_OPC_CheckField,
4,
1,
0,
159,
65,
0, // Skip to: 25344
/* 8545 */ MCD_OPC_Decode,
186,
9,
148,
1, // Opcode: MVE_VMAXAs8
/* 8550 */ MCD_OPC_FilterValue,
1,
149,
65,
0, // Skip to: 25344
/* 8555 */ MCD_OPC_CheckPredicate,
22,
144,
65,
0, // Skip to: 25344
/* 8560 */ MCD_OPC_CheckField,
28,
4,
14,
137,
65,
0, // Skip to: 25344
/* 8567 */ MCD_OPC_CheckField,
4,
1,
0,
130,
65,
0, // Skip to: 25344
/* 8574 */ MCD_OPC_Decode,
212,
9,
148,
1, // Opcode: MVE_VMINAs8
/* 8579 */ MCD_OPC_FilterValue,
2,
227,
0,
0, // Skip to: 8811
/* 8584 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 8587 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 8699
/* 8592 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8595 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8647
/* 8600 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8603 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8625
/* 8608 */ MCD_OPC_CheckPredicate,
22,
91,
65,
0, // Skip to: 25344
/* 8613 */ MCD_OPC_CheckField,
4,
1,
0,
84,
65,
0, // Skip to: 25344
/* 8620 */ MCD_OPC_Decode,
229,
12,
147,
1, // Opcode: MVE_VSHLL_lws16bh
/* 8625 */ MCD_OPC_FilterValue,
15,
74,
65,
0, // Skip to: 25344
/* 8630 */ MCD_OPC_CheckPredicate,
22,
69,
65,
0, // Skip to: 25344
/* 8635 */ MCD_OPC_CheckField,
4,
1,
0,
62,
65,
0, // Skip to: 25344
/* 8642 */ MCD_OPC_Decode,
233,
12,
147,
1, // Opcode: MVE_VSHLL_lwu16bh
/* 8647 */ MCD_OPC_FilterValue,
1,
52,
65,
0, // Skip to: 25344
/* 8652 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8655 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8677
/* 8660 */ MCD_OPC_CheckPredicate,
22,
39,
65,
0, // Skip to: 25344
/* 8665 */ MCD_OPC_CheckField,
4,
1,
0,
32,
65,
0, // Skip to: 25344
/* 8672 */ MCD_OPC_Decode,
230,
12,
147,
1, // Opcode: MVE_VSHLL_lws16th
/* 8677 */ MCD_OPC_FilterValue,
15,
22,
65,
0, // Skip to: 25344
/* 8682 */ MCD_OPC_CheckPredicate,
22,
17,
65,
0, // Skip to: 25344
/* 8687 */ MCD_OPC_CheckField,
4,
1,
0,
10,
65,
0, // Skip to: 25344
/* 8694 */ MCD_OPC_Decode,
234,
12,
147,
1, // Opcode: MVE_VSHLL_lwu16th
/* 8699 */ MCD_OPC_FilterValue,
1,
0,
65,
0, // Skip to: 25344
/* 8704 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8707 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8759
/* 8712 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8715 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8737
/* 8720 */ MCD_OPC_CheckPredicate,
22,
235,
64,
0, // Skip to: 25344
/* 8725 */ MCD_OPC_CheckField,
4,
1,
0,
228,
64,
0, // Skip to: 25344
/* 8732 */ MCD_OPC_Decode,
186,
11,
148,
1, // Opcode: MVE_VQMOVUNs32bh
/* 8737 */ MCD_OPC_FilterValue,
15,
218,
64,
0, // Skip to: 25344
/* 8742 */ MCD_OPC_CheckPredicate,
22,
213,
64,
0, // Skip to: 25344
/* 8747 */ MCD_OPC_CheckField,
4,
1,
0,
206,
64,
0, // Skip to: 25344
/* 8754 */ MCD_OPC_Decode,
171,
10,
148,
1, // Opcode: MVE_VMOVNi32bh
/* 8759 */ MCD_OPC_FilterValue,
1,
196,
64,
0, // Skip to: 25344
/* 8764 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8767 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8789
/* 8772 */ MCD_OPC_CheckPredicate,
22,
183,
64,
0, // Skip to: 25344
/* 8777 */ MCD_OPC_CheckField,
4,
1,
0,
176,
64,
0, // Skip to: 25344
/* 8784 */ MCD_OPC_Decode,
187,
11,
148,
1, // Opcode: MVE_VQMOVUNs32th
/* 8789 */ MCD_OPC_FilterValue,
15,
166,
64,
0, // Skip to: 25344
/* 8794 */ MCD_OPC_CheckPredicate,
22,
161,
64,
0, // Skip to: 25344
/* 8799 */ MCD_OPC_CheckField,
4,
1,
0,
154,
64,
0, // Skip to: 25344
/* 8806 */ MCD_OPC_Decode,
172,
10,
148,
1, // Opcode: MVE_VMOVNi32th
/* 8811 */ MCD_OPC_FilterValue,
3,
181,
0,
0, // Skip to: 8997
/* 8816 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 8819 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 8931
/* 8824 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8827 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 8879
/* 8832 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8835 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8857
/* 8840 */ MCD_OPC_CheckPredicate,
22,
115,
64,
0, // Skip to: 25344
/* 8845 */ MCD_OPC_CheckField,
4,
1,
0,
108,
64,
0, // Skip to: 25344
/* 8852 */ MCD_OPC_Decode,
178,
11,
148,
1, // Opcode: MVE_VQMOVNs32bh
/* 8857 */ MCD_OPC_FilterValue,
15,
98,
64,
0, // Skip to: 25344
/* 8862 */ MCD_OPC_CheckPredicate,
22,
93,
64,
0, // Skip to: 25344
/* 8867 */ MCD_OPC_CheckField,
4,
1,
0,
86,
64,
0, // Skip to: 25344
/* 8874 */ MCD_OPC_Decode,
182,
11,
148,
1, // Opcode: MVE_VQMOVNu32bh
/* 8879 */ MCD_OPC_FilterValue,
1,
76,
64,
0, // Skip to: 25344
/* 8884 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 8887 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 8909
/* 8892 */ MCD_OPC_CheckPredicate,
22,
63,
64,
0, // Skip to: 25344
/* 8897 */ MCD_OPC_CheckField,
4,
1,
0,
56,
64,
0, // Skip to: 25344
/* 8904 */ MCD_OPC_Decode,
179,
11,
148,
1, // Opcode: MVE_VQMOVNs32th
/* 8909 */ MCD_OPC_FilterValue,
15,
46,
64,
0, // Skip to: 25344
/* 8914 */ MCD_OPC_CheckPredicate,
22,
41,
64,
0, // Skip to: 25344
/* 8919 */ MCD_OPC_CheckField,
4,
1,
0,
34,
64,
0, // Skip to: 25344
/* 8926 */ MCD_OPC_Decode,
183,
11,
148,
1, // Opcode: MVE_VQMOVNu32th
/* 8931 */ MCD_OPC_FilterValue,
1,
24,
64,
0, // Skip to: 25344
/* 8936 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 8939 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 8968
/* 8944 */ MCD_OPC_CheckPredicate,
22,
11,
64,
0, // Skip to: 25344
/* 8949 */ MCD_OPC_CheckField,
28,
4,
14,
4,
64,
0, // Skip to: 25344
/* 8956 */ MCD_OPC_CheckField,
4,
1,
0,
253,
63,
0, // Skip to: 25344
/* 8963 */ MCD_OPC_Decode,
184,
9,
148,
1, // Opcode: MVE_VMAXAs16
/* 8968 */ MCD_OPC_FilterValue,
1,
243,
63,
0, // Skip to: 25344
/* 8973 */ MCD_OPC_CheckPredicate,
22,
238,
63,
0, // Skip to: 25344
/* 8978 */ MCD_OPC_CheckField,
28,
4,
14,
231,
63,
0, // Skip to: 25344
/* 8985 */ MCD_OPC_CheckField,
4,
1,
0,
224,
63,
0, // Skip to: 25344
/* 8992 */ MCD_OPC_Decode,
210,
9,
148,
1, // Opcode: MVE_VMINAs16
/* 8997 */ MCD_OPC_FilterValue,
5,
75,
0,
0, // Skip to: 9077
/* 9002 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 9005 */ MCD_OPC_FilterValue,
0,
31,
0,
0, // Skip to: 9041
/* 9010 */ MCD_OPC_CheckPredicate,
22,
201,
63,
0, // Skip to: 25344
/* 9015 */ MCD_OPC_CheckField,
28,
4,
14,
194,
63,
0, // Skip to: 25344
/* 9022 */ MCD_OPC_CheckField,
7,
1,
1,
187,
63,
0, // Skip to: 25344
/* 9029 */ MCD_OPC_CheckField,
4,
1,
0,
180,
63,
0, // Skip to: 25344
/* 9036 */ MCD_OPC_Decode,
185,
9,
148,
1, // Opcode: MVE_VMAXAs32
/* 9041 */ MCD_OPC_FilterValue,
1,
170,
63,
0, // Skip to: 25344
/* 9046 */ MCD_OPC_CheckPredicate,
22,
165,
63,
0, // Skip to: 25344
/* 9051 */ MCD_OPC_CheckField,
28,
4,
14,
158,
63,
0, // Skip to: 25344
/* 9058 */ MCD_OPC_CheckField,
7,
1,
1,
151,
63,
0, // Skip to: 25344
/* 9065 */ MCD_OPC_CheckField,
4,
1,
0,
144,
63,
0, // Skip to: 25344
/* 9072 */ MCD_OPC_Decode,
211,
9,
148,
1, // Opcode: MVE_VMINAs32
/* 9077 */ MCD_OPC_FilterValue,
7,
134,
63,
0, // Skip to: 25344
/* 9082 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9085 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 9197
/* 9090 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 9093 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 9145
/* 9098 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9101 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9123
/* 9106 */ MCD_OPC_CheckPredicate,
24,
105,
63,
0, // Skip to: 25344
/* 9111 */ MCD_OPC_CheckField,
4,
1,
0,
98,
63,
0, // Skip to: 25344
/* 9118 */ MCD_OPC_Decode,
140,
8,
148,
1, // Opcode: MVE_VCVTf16f32bh
/* 9123 */ MCD_OPC_FilterValue,
15,
88,
63,
0, // Skip to: 25344
/* 9128 */ MCD_OPC_CheckPredicate,
24,
83,
63,
0, // Skip to: 25344
/* 9133 */ MCD_OPC_CheckField,
4,
1,
0,
76,
63,
0, // Skip to: 25344
/* 9140 */ MCD_OPC_Decode,
146,
8,
147,
1, // Opcode: MVE_VCVTf32f16bh
/* 9145 */ MCD_OPC_FilterValue,
1,
66,
63,
0, // Skip to: 25344
/* 9150 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9153 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9175
/* 9158 */ MCD_OPC_CheckPredicate,
24,
53,
63,
0, // Skip to: 25344
/* 9163 */ MCD_OPC_CheckField,
4,
1,
0,
46,
63,
0, // Skip to: 25344
/* 9170 */ MCD_OPC_Decode,
141,
8,
148,
1, // Opcode: MVE_VCVTf16f32th
/* 9175 */ MCD_OPC_FilterValue,
15,
36,
63,
0, // Skip to: 25344
/* 9180 */ MCD_OPC_CheckPredicate,
24,
31,
63,
0, // Skip to: 25344
/* 9185 */ MCD_OPC_CheckField,
4,
1,
0,
24,
63,
0, // Skip to: 25344
/* 9192 */ MCD_OPC_Decode,
147,
8,
147,
1, // Opcode: MVE_VCVTf32f16th
/* 9197 */ MCD_OPC_FilterValue,
1,
14,
63,
0, // Skip to: 25344
/* 9202 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 9205 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 9257
/* 9210 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9213 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9235
/* 9218 */ MCD_OPC_CheckPredicate,
24,
249,
62,
0, // Skip to: 25344
/* 9223 */ MCD_OPC_CheckField,
4,
1,
0,
242,
62,
0, // Skip to: 25344
/* 9230 */ MCD_OPC_Decode,
190,
9,
148,
1, // Opcode: MVE_VMAXNMAf32
/* 9235 */ MCD_OPC_FilterValue,
15,
232,
62,
0, // Skip to: 25344
/* 9240 */ MCD_OPC_CheckPredicate,
24,
227,
62,
0, // Skip to: 25344
/* 9245 */ MCD_OPC_CheckField,
4,
1,
0,
220,
62,
0, // Skip to: 25344
/* 9252 */ MCD_OPC_Decode,
189,
9,
148,
1, // Opcode: MVE_VMAXNMAf16
/* 9257 */ MCD_OPC_FilterValue,
1,
210,
62,
0, // Skip to: 25344
/* 9262 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9265 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9287
/* 9270 */ MCD_OPC_CheckPredicate,
24,
197,
62,
0, // Skip to: 25344
/* 9275 */ MCD_OPC_CheckField,
4,
1,
0,
190,
62,
0, // Skip to: 25344
/* 9282 */ MCD_OPC_Decode,
216,
9,
148,
1, // Opcode: MVE_VMINNMAf32
/* 9287 */ MCD_OPC_FilterValue,
15,
180,
62,
0, // Skip to: 25344
/* 9292 */ MCD_OPC_CheckPredicate,
24,
175,
62,
0, // Skip to: 25344
/* 9297 */ MCD_OPC_CheckField,
4,
1,
0,
168,
62,
0, // Skip to: 25344
/* 9304 */ MCD_OPC_Decode,
215,
9,
148,
1, // Opcode: MVE_VMINNMAf16
/* 9309 */ MCD_OPC_FilterValue,
1,
158,
62,
0, // Skip to: 25344
/* 9314 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 9317 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 9429
/* 9322 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 9325 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 9377
/* 9330 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9333 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9355
/* 9338 */ MCD_OPC_CheckPredicate,
24,
129,
62,
0, // Skip to: 25344
/* 9343 */ MCD_OPC_CheckField,
16,
1,
1,
122,
62,
0, // Skip to: 25344
/* 9350 */ MCD_OPC_Decode,
189,
8,
144,
1, // Opcode: MVE_VFMA_qr_f32
/* 9355 */ MCD_OPC_FilterValue,
15,
112,
62,
0, // Skip to: 25344
/* 9360 */ MCD_OPC_CheckPredicate,
24,
107,
62,
0, // Skip to: 25344
/* 9365 */ MCD_OPC_CheckField,
16,
1,
1,
100,
62,
0, // Skip to: 25344
/* 9372 */ MCD_OPC_Decode,
188,
8,
144,
1, // Opcode: MVE_VFMA_qr_f16
/* 9377 */ MCD_OPC_FilterValue,
1,
90,
62,
0, // Skip to: 25344
/* 9382 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9385 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9407
/* 9390 */ MCD_OPC_CheckPredicate,
24,
77,
62,
0, // Skip to: 25344
/* 9395 */ MCD_OPC_CheckField,
16,
1,
1,
70,
62,
0, // Skip to: 25344
/* 9402 */ MCD_OPC_Decode,
187,
8,
144,
1, // Opcode: MVE_VFMA_qr_Sf32
/* 9407 */ MCD_OPC_FilterValue,
15,
60,
62,
0, // Skip to: 25344
/* 9412 */ MCD_OPC_CheckPredicate,
24,
55,
62,
0, // Skip to: 25344
/* 9417 */ MCD_OPC_CheckField,
16,
1,
1,
48,
62,
0, // Skip to: 25344
/* 9424 */ MCD_OPC_Decode,
186,
8,
144,
1, // Opcode: MVE_VFMA_qr_Sf16
/* 9429 */ MCD_OPC_FilterValue,
2,
38,
62,
0, // Skip to: 25344
/* 9434 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 9437 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 9489
/* 9442 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9445 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 9467
/* 9450 */ MCD_OPC_CheckPredicate,
24,
17,
62,
0, // Skip to: 25344
/* 9455 */ MCD_OPC_CheckField,
16,
1,
1,
10,
62,
0, // Skip to: 25344
/* 9462 */ MCD_OPC_Decode,
211,
10,
145,
1, // Opcode: MVE_VMUL_qr_f32
/* 9467 */ MCD_OPC_FilterValue,
15,
0,
62,
0, // Skip to: 25344
/* 9472 */ MCD_OPC_CheckPredicate,
24,
251,
61,
0, // Skip to: 25344
/* 9477 */ MCD_OPC_CheckField,
16,
1,
1,
244,
61,
0, // Skip to: 25344
/* 9484 */ MCD_OPC_Decode,
210,
10,
145,
1, // Opcode: MVE_VMUL_qr_f16
/* 9489 */ MCD_OPC_FilterValue,
1,
234,
61,
0, // Skip to: 25344
/* 9494 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 9497 */ MCD_OPC_FilterValue,
1,
79,
0,
0, // Skip to: 9581
/* 9502 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9505 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9543
/* 9510 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9513 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9528
/* 9518 */ MCD_OPC_CheckPredicate,
22,
205,
61,
0, // Skip to: 25344
/* 9523 */ MCD_OPC_Decode,
248,
12,
149,
1, // Opcode: MVE_VSHL_qrs8
/* 9528 */ MCD_OPC_FilterValue,
15,
195,
61,
0, // Skip to: 25344
/* 9533 */ MCD_OPC_CheckPredicate,
22,
190,
61,
0, // Skip to: 25344
/* 9538 */ MCD_OPC_Decode,
251,
12,
149,
1, // Opcode: MVE_VSHL_qru8
/* 9543 */ MCD_OPC_FilterValue,
1,
180,
61,
0, // Skip to: 25344
/* 9548 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9551 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9566
/* 9556 */ MCD_OPC_CheckPredicate,
22,
167,
61,
0, // Skip to: 25344
/* 9561 */ MCD_OPC_Decode,
250,
11,
149,
1, // Opcode: MVE_VQSHL_qrs8
/* 9566 */ MCD_OPC_FilterValue,
15,
157,
61,
0, // Skip to: 25344
/* 9571 */ MCD_OPC_CheckPredicate,
22,
152,
61,
0, // Skip to: 25344
/* 9576 */ MCD_OPC_Decode,
253,
11,
149,
1, // Opcode: MVE_VQSHL_qru8
/* 9581 */ MCD_OPC_FilterValue,
3,
79,
0,
0, // Skip to: 9665
/* 9586 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9589 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9627
/* 9594 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9597 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9612
/* 9602 */ MCD_OPC_CheckPredicate,
22,
121,
61,
0, // Skip to: 25344
/* 9607 */ MCD_OPC_Decode,
204,
12,
149,
1, // Opcode: MVE_VRSHL_qrs8
/* 9612 */ MCD_OPC_FilterValue,
15,
111,
61,
0, // Skip to: 25344
/* 9617 */ MCD_OPC_CheckPredicate,
22,
106,
61,
0, // Skip to: 25344
/* 9622 */ MCD_OPC_Decode,
207,
12,
149,
1, // Opcode: MVE_VRSHL_qru8
/* 9627 */ MCD_OPC_FilterValue,
1,
96,
61,
0, // Skip to: 25344
/* 9632 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9635 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9650
/* 9640 */ MCD_OPC_CheckPredicate,
22,
83,
61,
0, // Skip to: 25344
/* 9645 */ MCD_OPC_Decode,
223,
11,
149,
1, // Opcode: MVE_VQRSHL_qrs8
/* 9650 */ MCD_OPC_FilterValue,
15,
73,
61,
0, // Skip to: 25344
/* 9655 */ MCD_OPC_CheckPredicate,
22,
68,
61,
0, // Skip to: 25344
/* 9660 */ MCD_OPC_Decode,
226,
11,
149,
1, // Opcode: MVE_VQRSHL_qru8
/* 9665 */ MCD_OPC_FilterValue,
5,
79,
0,
0, // Skip to: 9749
/* 9670 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9673 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9711
/* 9678 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9681 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9696
/* 9686 */ MCD_OPC_CheckPredicate,
22,
37,
61,
0, // Skip to: 25344
/* 9691 */ MCD_OPC_Decode,
246,
12,
149,
1, // Opcode: MVE_VSHL_qrs16
/* 9696 */ MCD_OPC_FilterValue,
15,
27,
61,
0, // Skip to: 25344
/* 9701 */ MCD_OPC_CheckPredicate,
22,
22,
61,
0, // Skip to: 25344
/* 9706 */ MCD_OPC_Decode,
249,
12,
149,
1, // Opcode: MVE_VSHL_qru16
/* 9711 */ MCD_OPC_FilterValue,
1,
12,
61,
0, // Skip to: 25344
/* 9716 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9719 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9734
/* 9724 */ MCD_OPC_CheckPredicate,
22,
255,
60,
0, // Skip to: 25344
/* 9729 */ MCD_OPC_Decode,
248,
11,
149,
1, // Opcode: MVE_VQSHL_qrs16
/* 9734 */ MCD_OPC_FilterValue,
15,
245,
60,
0, // Skip to: 25344
/* 9739 */ MCD_OPC_CheckPredicate,
22,
240,
60,
0, // Skip to: 25344
/* 9744 */ MCD_OPC_Decode,
251,
11,
149,
1, // Opcode: MVE_VQSHL_qru16
/* 9749 */ MCD_OPC_FilterValue,
7,
79,
0,
0, // Skip to: 9833
/* 9754 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9757 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9795
/* 9762 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9765 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9780
/* 9770 */ MCD_OPC_CheckPredicate,
22,
209,
60,
0, // Skip to: 25344
/* 9775 */ MCD_OPC_Decode,
202,
12,
149,
1, // Opcode: MVE_VRSHL_qrs16
/* 9780 */ MCD_OPC_FilterValue,
15,
199,
60,
0, // Skip to: 25344
/* 9785 */ MCD_OPC_CheckPredicate,
22,
194,
60,
0, // Skip to: 25344
/* 9790 */ MCD_OPC_Decode,
205,
12,
149,
1, // Opcode: MVE_VRSHL_qru16
/* 9795 */ MCD_OPC_FilterValue,
1,
184,
60,
0, // Skip to: 25344
/* 9800 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9803 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9818
/* 9808 */ MCD_OPC_CheckPredicate,
22,
171,
60,
0, // Skip to: 25344
/* 9813 */ MCD_OPC_Decode,
221,
11,
149,
1, // Opcode: MVE_VQRSHL_qrs16
/* 9818 */ MCD_OPC_FilterValue,
15,
161,
60,
0, // Skip to: 25344
/* 9823 */ MCD_OPC_CheckPredicate,
22,
156,
60,
0, // Skip to: 25344
/* 9828 */ MCD_OPC_Decode,
224,
11,
149,
1, // Opcode: MVE_VQRSHL_qru16
/* 9833 */ MCD_OPC_FilterValue,
9,
79,
0,
0, // Skip to: 9917
/* 9838 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9841 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9879
/* 9846 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9849 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9864
/* 9854 */ MCD_OPC_CheckPredicate,
22,
125,
60,
0, // Skip to: 25344
/* 9859 */ MCD_OPC_Decode,
247,
12,
149,
1, // Opcode: MVE_VSHL_qrs32
/* 9864 */ MCD_OPC_FilterValue,
15,
115,
60,
0, // Skip to: 25344
/* 9869 */ MCD_OPC_CheckPredicate,
22,
110,
60,
0, // Skip to: 25344
/* 9874 */ MCD_OPC_Decode,
250,
12,
149,
1, // Opcode: MVE_VSHL_qru32
/* 9879 */ MCD_OPC_FilterValue,
1,
100,
60,
0, // Skip to: 25344
/* 9884 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9887 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9902
/* 9892 */ MCD_OPC_CheckPredicate,
22,
87,
60,
0, // Skip to: 25344
/* 9897 */ MCD_OPC_Decode,
249,
11,
149,
1, // Opcode: MVE_VQSHL_qrs32
/* 9902 */ MCD_OPC_FilterValue,
15,
77,
60,
0, // Skip to: 25344
/* 9907 */ MCD_OPC_CheckPredicate,
22,
72,
60,
0, // Skip to: 25344
/* 9912 */ MCD_OPC_Decode,
252,
11,
149,
1, // Opcode: MVE_VQSHL_qru32
/* 9917 */ MCD_OPC_FilterValue,
11,
62,
60,
0, // Skip to: 25344
/* 9922 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 9925 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 9963
/* 9930 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9933 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9948
/* 9938 */ MCD_OPC_CheckPredicate,
22,
41,
60,
0, // Skip to: 25344
/* 9943 */ MCD_OPC_Decode,
203,
12,
149,
1, // Opcode: MVE_VRSHL_qrs32
/* 9948 */ MCD_OPC_FilterValue,
15,
31,
60,
0, // Skip to: 25344
/* 9953 */ MCD_OPC_CheckPredicate,
22,
26,
60,
0, // Skip to: 25344
/* 9958 */ MCD_OPC_Decode,
206,
12,
149,
1, // Opcode: MVE_VRSHL_qru32
/* 9963 */ MCD_OPC_FilterValue,
1,
16,
60,
0, // Skip to: 25344
/* 9968 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 9971 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 9986
/* 9976 */ MCD_OPC_CheckPredicate,
22,
3,
60,
0, // Skip to: 25344
/* 9981 */ MCD_OPC_Decode,
222,
11,
149,
1, // Opcode: MVE_VQRSHL_qrs32
/* 9986 */ MCD_OPC_FilterValue,
15,
249,
59,
0, // Skip to: 25344
/* 9991 */ MCD_OPC_CheckPredicate,
22,
244,
59,
0, // Skip to: 25344
/* 9996 */ MCD_OPC_Decode,
225,
11,
149,
1, // Opcode: MVE_VQRSHL_qru32
/* 10001 */ MCD_OPC_FilterValue,
15,
234,
59,
0, // Skip to: 25344
/* 10006 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 10009 */ MCD_OPC_FilterValue,
0,
197,
2,
0, // Skip to: 10723
/* 10014 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10017 */ MCD_OPC_FilterValue,
0,
250,
0,
0, // Skip to: 10272
/* 10022 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10025 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 10091
/* 10030 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10033 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 10062
/* 10038 */ MCD_OPC_CheckPredicate,
22,
197,
59,
0, // Skip to: 25344
/* 10043 */ MCD_OPC_CheckField,
4,
1,
0,
190,
59,
0, // Skip to: 25344
/* 10050 */ MCD_OPC_CheckField,
0,
1,
0,
183,
59,
0, // Skip to: 25344
/* 10057 */ MCD_OPC_Decode,
208,
8,
150,
1, // Opcode: MVE_VHCADDs8
/* 10062 */ MCD_OPC_FilterValue,
15,
173,
59,
0, // Skip to: 25344
/* 10067 */ MCD_OPC_CheckPredicate,
22,
168,
59,
0, // Skip to: 25344
/* 10072 */ MCD_OPC_CheckField,
4,
1,
0,
161,
59,
0, // Skip to: 25344
/* 10079 */ MCD_OPC_CheckField,
0,
1,
0,
154,
59,
0, // Skip to: 25344
/* 10086 */ MCD_OPC_Decode,
231,
7,
150,
1, // Opcode: MVE_VCADDi8
/* 10091 */ MCD_OPC_FilterValue,
1,
144,
59,
0, // Skip to: 25344
/* 10096 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 10099 */ MCD_OPC_FilterValue,
0,
113,
0,
0, // Skip to: 10217
/* 10104 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 10107 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 10162
/* 10112 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10115 */ MCD_OPC_FilterValue,
0,
120,
59,
0, // Skip to: 25344
/* 10120 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10123 */ MCD_OPC_FilterValue,
15,
112,
59,
0, // Skip to: 25344
/* 10128 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10152
/* 10133 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10152
/* 10140 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10152
/* 10147 */ MCD_OPC_Decode,
248,
7,
151,
1, // Opcode: MVE_VCMPi8
/* 10152 */ MCD_OPC_CheckPredicate,
22,
83,
59,
0, // Skip to: 25344
/* 10157 */ MCD_OPC_Decode,
235,
10,
152,
1, // Opcode: MVE_VPTv16i8
/* 10162 */ MCD_OPC_FilterValue,
1,
73,
59,
0, // Skip to: 25344
/* 10167 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10170 */ MCD_OPC_FilterValue,
0,
65,
59,
0, // Skip to: 25344
/* 10175 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10178 */ MCD_OPC_FilterValue,
15,
57,
59,
0, // Skip to: 25344
/* 10183 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10207
/* 10188 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10207
/* 10195 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10207
/* 10202 */ MCD_OPC_Decode,
132,
8,
153,
1, // Opcode: MVE_VCMPu8
/* 10207 */ MCD_OPC_CheckPredicate,
22,
28,
59,
0, // Skip to: 25344
/* 10212 */ MCD_OPC_Decode,
239,
10,
154,
1, // Opcode: MVE_VPTv16u8
/* 10217 */ MCD_OPC_FilterValue,
1,
18,
59,
0, // Skip to: 25344
/* 10222 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10225 */ MCD_OPC_FilterValue,
0,
10,
59,
0, // Skip to: 25344
/* 10230 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10233 */ MCD_OPC_FilterValue,
15,
2,
59,
0, // Skip to: 25344
/* 10238 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10262
/* 10243 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10262
/* 10250 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10262
/* 10257 */ MCD_OPC_Decode,
254,
7,
155,
1, // Opcode: MVE_VCMPs8
/* 10262 */ MCD_OPC_CheckPredicate,
22,
229,
58,
0, // Skip to: 25344
/* 10267 */ MCD_OPC_Decode,
237,
10,
156,
1, // Opcode: MVE_VPTv16s8
/* 10272 */ MCD_OPC_FilterValue,
1,
219,
58,
0, // Skip to: 25344
/* 10277 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 10280 */ MCD_OPC_FilterValue,
0,
236,
0,
0, // Skip to: 10521
/* 10285 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 10288 */ MCD_OPC_FilterValue,
0,
103,
0,
0, // Skip to: 10396
/* 10293 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10296 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 10334
/* 10301 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10304 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 10319
/* 10309 */ MCD_OPC_CheckPredicate,
22,
182,
58,
0, // Skip to: 25344
/* 10314 */ MCD_OPC_Decode,
196,
8,
145,
1, // Opcode: MVE_VHADD_qr_s8
/* 10319 */ MCD_OPC_FilterValue,
15,
172,
58,
0, // Skip to: 25344
/* 10324 */ MCD_OPC_CheckPredicate,
22,
167,
58,
0, // Skip to: 25344
/* 10329 */ MCD_OPC_Decode,
199,
8,
145,
1, // Opcode: MVE_VHADD_qr_u8
/* 10334 */ MCD_OPC_FilterValue,
1,
157,
58,
0, // Skip to: 25344
/* 10339 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10342 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 10357
/* 10347 */ MCD_OPC_CheckPredicate,
22,
144,
58,
0, // Skip to: 25344
/* 10352 */ MCD_OPC_Decode,
214,
7,
145,
1, // Opcode: MVE_VADD_qr_i8
/* 10357 */ MCD_OPC_FilterValue,
15,
134,
58,
0, // Skip to: 25344
/* 10362 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10386
/* 10367 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10386
/* 10374 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10386
/* 10381 */ MCD_OPC_Decode,
249,
7,
157,
1, // Opcode: MVE_VCMPi8r
/* 10386 */ MCD_OPC_CheckPredicate,
22,
105,
58,
0, // Skip to: 25344
/* 10391 */ MCD_OPC_Decode,
236,
10,
158,
1, // Opcode: MVE_VPTv16i8r
/* 10396 */ MCD_OPC_FilterValue,
2,
95,
58,
0, // Skip to: 25344
/* 10401 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10404 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 10442
/* 10409 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10412 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 10427
/* 10417 */ MCD_OPC_CheckPredicate,
22,
74,
58,
0, // Skip to: 25344
/* 10422 */ MCD_OPC_Decode,
134,
11,
145,
1, // Opcode: MVE_VQADD_qr_s8
/* 10427 */ MCD_OPC_FilterValue,
15,
64,
58,
0, // Skip to: 25344
/* 10432 */ MCD_OPC_CheckPredicate,
22,
59,
58,
0, // Skip to: 25344
/* 10437 */ MCD_OPC_Decode,
137,
11,
145,
1, // Opcode: MVE_VQADD_qr_u8
/* 10442 */ MCD_OPC_FilterValue,
1,
49,
58,
0, // Skip to: 25344
/* 10447 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10450 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 10482
/* 10455 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 10472
/* 10460 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 10472
/* 10467 */ MCD_OPC_Decode,
223,
8,
159,
1, // Opcode: MVE_VIDUPu8
/* 10472 */ MCD_OPC_CheckPredicate,
22,
19,
58,
0, // Skip to: 25344
/* 10477 */ MCD_OPC_Decode,
226,
8,
160,
1, // Opcode: MVE_VIWDUPu8
/* 10482 */ MCD_OPC_FilterValue,
15,
9,
58,
0, // Skip to: 25344
/* 10487 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10511
/* 10492 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10511
/* 10499 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10511
/* 10506 */ MCD_OPC_Decode,
133,
8,
161,
1, // Opcode: MVE_VCMPu8r
/* 10511 */ MCD_OPC_CheckPredicate,
22,
236,
57,
0, // Skip to: 25344
/* 10516 */ MCD_OPC_Decode,
240,
10,
162,
1, // Opcode: MVE_VPTv16u8r
/* 10521 */ MCD_OPC_FilterValue,
1,
226,
57,
0, // Skip to: 25344
/* 10526 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10529 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 10613
/* 10534 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 10537 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 10575
/* 10542 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10545 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 10560
/* 10550 */ MCD_OPC_CheckPredicate,
22,
197,
57,
0, // Skip to: 25344
/* 10555 */ MCD_OPC_Decode,
211,
8,
145,
1, // Opcode: MVE_VHSUB_qr_s8
/* 10560 */ MCD_OPC_FilterValue,
15,
187,
57,
0, // Skip to: 25344
/* 10565 */ MCD_OPC_CheckPredicate,
22,
182,
57,
0, // Skip to: 25344
/* 10570 */ MCD_OPC_Decode,
214,
8,
145,
1, // Opcode: MVE_VHSUB_qr_u8
/* 10575 */ MCD_OPC_FilterValue,
2,
172,
57,
0, // Skip to: 25344
/* 10580 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10583 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 10598
/* 10588 */ MCD_OPC_CheckPredicate,
22,
159,
57,
0, // Skip to: 25344
/* 10593 */ MCD_OPC_Decode,
146,
12,
145,
1, // Opcode: MVE_VQSUB_qr_s8
/* 10598 */ MCD_OPC_FilterValue,
15,
149,
57,
0, // Skip to: 25344
/* 10603 */ MCD_OPC_CheckPredicate,
22,
144,
57,
0, // Skip to: 25344
/* 10608 */ MCD_OPC_Decode,
149,
12,
145,
1, // Opcode: MVE_VQSUB_qr_u8
/* 10613 */ MCD_OPC_FilterValue,
1,
134,
57,
0, // Skip to: 25344
/* 10618 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10621 */ MCD_OPC_FilterValue,
14,
50,
0,
0, // Skip to: 10676
/* 10626 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 10629 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10644
/* 10634 */ MCD_OPC_CheckPredicate,
22,
113,
57,
0, // Skip to: 25344
/* 10639 */ MCD_OPC_Decode,
213,
13,
145,
1, // Opcode: MVE_VSUB_qr_i8
/* 10644 */ MCD_OPC_FilterValue,
2,
103,
57,
0, // Skip to: 25344
/* 10649 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 10666
/* 10654 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 10666
/* 10661 */ MCD_OPC_Decode,
178,
8,
159,
1, // Opcode: MVE_VDDUPu8
/* 10666 */ MCD_OPC_CheckPredicate,
22,
81,
57,
0, // Skip to: 25344
/* 10671 */ MCD_OPC_Decode,
184,
8,
160,
1, // Opcode: MVE_VDWDUPu8
/* 10676 */ MCD_OPC_FilterValue,
15,
71,
57,
0, // Skip to: 25344
/* 10681 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10684 */ MCD_OPC_FilterValue,
0,
63,
57,
0, // Skip to: 25344
/* 10689 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10713
/* 10694 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10713
/* 10701 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10713
/* 10708 */ MCD_OPC_Decode,
255,
7,
163,
1, // Opcode: MVE_VCMPs8r
/* 10713 */ MCD_OPC_CheckPredicate,
22,
34,
57,
0, // Skip to: 25344
/* 10718 */ MCD_OPC_Decode,
238,
10,
164,
1, // Opcode: MVE_VPTv16s8r
/* 10723 */ MCD_OPC_FilterValue,
1,
197,
2,
0, // Skip to: 11437
/* 10728 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10731 */ MCD_OPC_FilterValue,
0,
250,
0,
0, // Skip to: 10986
/* 10736 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10739 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 10805
/* 10744 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10747 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 10776
/* 10752 */ MCD_OPC_CheckPredicate,
22,
251,
56,
0, // Skip to: 25344
/* 10757 */ MCD_OPC_CheckField,
4,
1,
0,
244,
56,
0, // Skip to: 25344
/* 10764 */ MCD_OPC_CheckField,
0,
1,
0,
237,
56,
0, // Skip to: 25344
/* 10771 */ MCD_OPC_Decode,
206,
8,
150,
1, // Opcode: MVE_VHCADDs16
/* 10776 */ MCD_OPC_FilterValue,
15,
227,
56,
0, // Skip to: 25344
/* 10781 */ MCD_OPC_CheckPredicate,
22,
222,
56,
0, // Skip to: 25344
/* 10786 */ MCD_OPC_CheckField,
4,
1,
0,
215,
56,
0, // Skip to: 25344
/* 10793 */ MCD_OPC_CheckField,
0,
1,
0,
208,
56,
0, // Skip to: 25344
/* 10800 */ MCD_OPC_Decode,
229,
7,
150,
1, // Opcode: MVE_VCADDi16
/* 10805 */ MCD_OPC_FilterValue,
1,
198,
56,
0, // Skip to: 25344
/* 10810 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 10813 */ MCD_OPC_FilterValue,
0,
113,
0,
0, // Skip to: 10931
/* 10818 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 10821 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 10876
/* 10826 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10829 */ MCD_OPC_FilterValue,
0,
174,
56,
0, // Skip to: 25344
/* 10834 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10837 */ MCD_OPC_FilterValue,
15,
166,
56,
0, // Skip to: 25344
/* 10842 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10866
/* 10847 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10866
/* 10854 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10866
/* 10861 */ MCD_OPC_Decode,
244,
7,
151,
1, // Opcode: MVE_VCMPi16
/* 10866 */ MCD_OPC_CheckPredicate,
22,
137,
56,
0, // Skip to: 25344
/* 10871 */ MCD_OPC_Decode,
251,
10,
152,
1, // Opcode: MVE_VPTv8i16
/* 10876 */ MCD_OPC_FilterValue,
1,
127,
56,
0, // Skip to: 25344
/* 10881 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10884 */ MCD_OPC_FilterValue,
0,
119,
56,
0, // Skip to: 25344
/* 10889 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10892 */ MCD_OPC_FilterValue,
15,
111,
56,
0, // Skip to: 25344
/* 10897 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10921
/* 10902 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10921
/* 10909 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10921
/* 10916 */ MCD_OPC_Decode,
128,
8,
153,
1, // Opcode: MVE_VCMPu16
/* 10921 */ MCD_OPC_CheckPredicate,
22,
82,
56,
0, // Skip to: 25344
/* 10926 */ MCD_OPC_Decode,
255,
10,
154,
1, // Opcode: MVE_VPTv8u16
/* 10931 */ MCD_OPC_FilterValue,
1,
72,
56,
0, // Skip to: 25344
/* 10936 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 10939 */ MCD_OPC_FilterValue,
0,
64,
56,
0, // Skip to: 25344
/* 10944 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 10947 */ MCD_OPC_FilterValue,
15,
56,
56,
0, // Skip to: 25344
/* 10952 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 10976
/* 10957 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 10976
/* 10964 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 10976
/* 10971 */ MCD_OPC_Decode,
250,
7,
155,
1, // Opcode: MVE_VCMPs16
/* 10976 */ MCD_OPC_CheckPredicate,
22,
27,
56,
0, // Skip to: 25344
/* 10981 */ MCD_OPC_Decode,
253,
10,
156,
1, // Opcode: MVE_VPTv8s16
/* 10986 */ MCD_OPC_FilterValue,
1,
17,
56,
0, // Skip to: 25344
/* 10991 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 10994 */ MCD_OPC_FilterValue,
0,
236,
0,
0, // Skip to: 11235
/* 10999 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 11002 */ MCD_OPC_FilterValue,
0,
103,
0,
0, // Skip to: 11110
/* 11007 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11010 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 11048
/* 11015 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11018 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11033
/* 11023 */ MCD_OPC_CheckPredicate,
22,
236,
55,
0, // Skip to: 25344
/* 11028 */ MCD_OPC_Decode,
194,
8,
145,
1, // Opcode: MVE_VHADD_qr_s16
/* 11033 */ MCD_OPC_FilterValue,
15,
226,
55,
0, // Skip to: 25344
/* 11038 */ MCD_OPC_CheckPredicate,
22,
221,
55,
0, // Skip to: 25344
/* 11043 */ MCD_OPC_Decode,
197,
8,
145,
1, // Opcode: MVE_VHADD_qr_u16
/* 11048 */ MCD_OPC_FilterValue,
1,
211,
55,
0, // Skip to: 25344
/* 11053 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11056 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11071
/* 11061 */ MCD_OPC_CheckPredicate,
22,
198,
55,
0, // Skip to: 25344
/* 11066 */ MCD_OPC_Decode,
212,
7,
145,
1, // Opcode: MVE_VADD_qr_i16
/* 11071 */ MCD_OPC_FilterValue,
15,
188,
55,
0, // Skip to: 25344
/* 11076 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11100
/* 11081 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11100
/* 11088 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11100
/* 11095 */ MCD_OPC_Decode,
245,
7,
157,
1, // Opcode: MVE_VCMPi16r
/* 11100 */ MCD_OPC_CheckPredicate,
22,
159,
55,
0, // Skip to: 25344
/* 11105 */ MCD_OPC_Decode,
252,
10,
158,
1, // Opcode: MVE_VPTv8i16r
/* 11110 */ MCD_OPC_FilterValue,
2,
149,
55,
0, // Skip to: 25344
/* 11115 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11118 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 11156
/* 11123 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11126 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11141
/* 11131 */ MCD_OPC_CheckPredicate,
22,
128,
55,
0, // Skip to: 25344
/* 11136 */ MCD_OPC_Decode,
132,
11,
145,
1, // Opcode: MVE_VQADD_qr_s16
/* 11141 */ MCD_OPC_FilterValue,
15,
118,
55,
0, // Skip to: 25344
/* 11146 */ MCD_OPC_CheckPredicate,
22,
113,
55,
0, // Skip to: 25344
/* 11151 */ MCD_OPC_Decode,
135,
11,
145,
1, // Opcode: MVE_VQADD_qr_u16
/* 11156 */ MCD_OPC_FilterValue,
1,
103,
55,
0, // Skip to: 25344
/* 11161 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11164 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 11196
/* 11169 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 11186
/* 11174 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 11186
/* 11181 */ MCD_OPC_Decode,
221,
8,
159,
1, // Opcode: MVE_VIDUPu16
/* 11186 */ MCD_OPC_CheckPredicate,
22,
73,
55,
0, // Skip to: 25344
/* 11191 */ MCD_OPC_Decode,
224,
8,
160,
1, // Opcode: MVE_VIWDUPu16
/* 11196 */ MCD_OPC_FilterValue,
15,
63,
55,
0, // Skip to: 25344
/* 11201 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11225
/* 11206 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11225
/* 11213 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11225
/* 11220 */ MCD_OPC_Decode,
129,
8,
161,
1, // Opcode: MVE_VCMPu16r
/* 11225 */ MCD_OPC_CheckPredicate,
22,
34,
55,
0, // Skip to: 25344
/* 11230 */ MCD_OPC_Decode,
128,
11,
162,
1, // Opcode: MVE_VPTv8u16r
/* 11235 */ MCD_OPC_FilterValue,
1,
24,
55,
0, // Skip to: 25344
/* 11240 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11243 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 11327
/* 11248 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 11251 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 11289
/* 11256 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11259 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11274
/* 11264 */ MCD_OPC_CheckPredicate,
22,
251,
54,
0, // Skip to: 25344
/* 11269 */ MCD_OPC_Decode,
209,
8,
145,
1, // Opcode: MVE_VHSUB_qr_s16
/* 11274 */ MCD_OPC_FilterValue,
15,
241,
54,
0, // Skip to: 25344
/* 11279 */ MCD_OPC_CheckPredicate,
22,
236,
54,
0, // Skip to: 25344
/* 11284 */ MCD_OPC_Decode,
212,
8,
145,
1, // Opcode: MVE_VHSUB_qr_u16
/* 11289 */ MCD_OPC_FilterValue,
2,
226,
54,
0, // Skip to: 25344
/* 11294 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11297 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11312
/* 11302 */ MCD_OPC_CheckPredicate,
22,
213,
54,
0, // Skip to: 25344
/* 11307 */ MCD_OPC_Decode,
144,
12,
145,
1, // Opcode: MVE_VQSUB_qr_s16
/* 11312 */ MCD_OPC_FilterValue,
15,
203,
54,
0, // Skip to: 25344
/* 11317 */ MCD_OPC_CheckPredicate,
22,
198,
54,
0, // Skip to: 25344
/* 11322 */ MCD_OPC_Decode,
147,
12,
145,
1, // Opcode: MVE_VQSUB_qr_u16
/* 11327 */ MCD_OPC_FilterValue,
1,
188,
54,
0, // Skip to: 25344
/* 11332 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11335 */ MCD_OPC_FilterValue,
14,
50,
0,
0, // Skip to: 11390
/* 11340 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 11343 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 11358
/* 11348 */ MCD_OPC_CheckPredicate,
22,
167,
54,
0, // Skip to: 25344
/* 11353 */ MCD_OPC_Decode,
211,
13,
145,
1, // Opcode: MVE_VSUB_qr_i16
/* 11358 */ MCD_OPC_FilterValue,
2,
157,
54,
0, // Skip to: 25344
/* 11363 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 11380
/* 11368 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 11380
/* 11375 */ MCD_OPC_Decode,
176,
8,
159,
1, // Opcode: MVE_VDDUPu16
/* 11380 */ MCD_OPC_CheckPredicate,
22,
135,
54,
0, // Skip to: 25344
/* 11385 */ MCD_OPC_Decode,
182,
8,
160,
1, // Opcode: MVE_VDWDUPu16
/* 11390 */ MCD_OPC_FilterValue,
15,
125,
54,
0, // Skip to: 25344
/* 11395 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 11398 */ MCD_OPC_FilterValue,
0,
117,
54,
0, // Skip to: 25344
/* 11403 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11427
/* 11408 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11427
/* 11415 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11427
/* 11422 */ MCD_OPC_Decode,
251,
7,
163,
1, // Opcode: MVE_VCMPs16r
/* 11427 */ MCD_OPC_CheckPredicate,
22,
88,
54,
0, // Skip to: 25344
/* 11432 */ MCD_OPC_Decode,
254,
10,
164,
1, // Opcode: MVE_VPTv8s16r
/* 11437 */ MCD_OPC_FilterValue,
2,
197,
2,
0, // Skip to: 12151
/* 11442 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 11445 */ MCD_OPC_FilterValue,
0,
250,
0,
0, // Skip to: 11700
/* 11450 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11453 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 11519
/* 11458 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11461 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 11490
/* 11466 */ MCD_OPC_CheckPredicate,
22,
49,
54,
0, // Skip to: 25344
/* 11471 */ MCD_OPC_CheckField,
4,
1,
0,
42,
54,
0, // Skip to: 25344
/* 11478 */ MCD_OPC_CheckField,
0,
1,
0,
35,
54,
0, // Skip to: 25344
/* 11485 */ MCD_OPC_Decode,
207,
8,
150,
1, // Opcode: MVE_VHCADDs32
/* 11490 */ MCD_OPC_FilterValue,
15,
25,
54,
0, // Skip to: 25344
/* 11495 */ MCD_OPC_CheckPredicate,
22,
20,
54,
0, // Skip to: 25344
/* 11500 */ MCD_OPC_CheckField,
4,
1,
0,
13,
54,
0, // Skip to: 25344
/* 11507 */ MCD_OPC_CheckField,
0,
1,
0,
6,
54,
0, // Skip to: 25344
/* 11514 */ MCD_OPC_Decode,
230,
7,
150,
1, // Opcode: MVE_VCADDi32
/* 11519 */ MCD_OPC_FilterValue,
1,
252,
53,
0, // Skip to: 25344
/* 11524 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 11527 */ MCD_OPC_FilterValue,
0,
113,
0,
0, // Skip to: 11645
/* 11532 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 11535 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 11590
/* 11540 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 11543 */ MCD_OPC_FilterValue,
0,
228,
53,
0, // Skip to: 25344
/* 11548 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11551 */ MCD_OPC_FilterValue,
15,
220,
53,
0, // Skip to: 25344
/* 11556 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11580
/* 11561 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11580
/* 11568 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11580
/* 11575 */ MCD_OPC_Decode,
246,
7,
151,
1, // Opcode: MVE_VCMPi32
/* 11580 */ MCD_OPC_CheckPredicate,
22,
191,
53,
0, // Skip to: 25344
/* 11585 */ MCD_OPC_Decode,
243,
10,
152,
1, // Opcode: MVE_VPTv4i32
/* 11590 */ MCD_OPC_FilterValue,
1,
181,
53,
0, // Skip to: 25344
/* 11595 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 11598 */ MCD_OPC_FilterValue,
0,
173,
53,
0, // Skip to: 25344
/* 11603 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11606 */ MCD_OPC_FilterValue,
15,
165,
53,
0, // Skip to: 25344
/* 11611 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11635
/* 11616 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11635
/* 11623 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11635
/* 11630 */ MCD_OPC_Decode,
130,
8,
153,
1, // Opcode: MVE_VCMPu32
/* 11635 */ MCD_OPC_CheckPredicate,
22,
136,
53,
0, // Skip to: 25344
/* 11640 */ MCD_OPC_Decode,
247,
10,
154,
1, // Opcode: MVE_VPTv4u32
/* 11645 */ MCD_OPC_FilterValue,
1,
126,
53,
0, // Skip to: 25344
/* 11650 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 11653 */ MCD_OPC_FilterValue,
0,
118,
53,
0, // Skip to: 25344
/* 11658 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11661 */ MCD_OPC_FilterValue,
15,
110,
53,
0, // Skip to: 25344
/* 11666 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11690
/* 11671 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11690
/* 11678 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11690
/* 11685 */ MCD_OPC_Decode,
252,
7,
155,
1, // Opcode: MVE_VCMPs32
/* 11690 */ MCD_OPC_CheckPredicate,
22,
81,
53,
0, // Skip to: 25344
/* 11695 */ MCD_OPC_Decode,
245,
10,
156,
1, // Opcode: MVE_VPTv4s32
/* 11700 */ MCD_OPC_FilterValue,
1,
71,
53,
0, // Skip to: 25344
/* 11705 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 11708 */ MCD_OPC_FilterValue,
0,
236,
0,
0, // Skip to: 11949
/* 11713 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 11716 */ MCD_OPC_FilterValue,
0,
103,
0,
0, // Skip to: 11824
/* 11721 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11724 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 11762
/* 11729 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11732 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11747
/* 11737 */ MCD_OPC_CheckPredicate,
22,
34,
53,
0, // Skip to: 25344
/* 11742 */ MCD_OPC_Decode,
195,
8,
145,
1, // Opcode: MVE_VHADD_qr_s32
/* 11747 */ MCD_OPC_FilterValue,
15,
24,
53,
0, // Skip to: 25344
/* 11752 */ MCD_OPC_CheckPredicate,
22,
19,
53,
0, // Skip to: 25344
/* 11757 */ MCD_OPC_Decode,
198,
8,
145,
1, // Opcode: MVE_VHADD_qr_u32
/* 11762 */ MCD_OPC_FilterValue,
1,
9,
53,
0, // Skip to: 25344
/* 11767 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11770 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11785
/* 11775 */ MCD_OPC_CheckPredicate,
22,
252,
52,
0, // Skip to: 25344
/* 11780 */ MCD_OPC_Decode,
213,
7,
145,
1, // Opcode: MVE_VADD_qr_i32
/* 11785 */ MCD_OPC_FilterValue,
15,
242,
52,
0, // Skip to: 25344
/* 11790 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11814
/* 11795 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11814
/* 11802 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11814
/* 11809 */ MCD_OPC_Decode,
247,
7,
157,
1, // Opcode: MVE_VCMPi32r
/* 11814 */ MCD_OPC_CheckPredicate,
22,
213,
52,
0, // Skip to: 25344
/* 11819 */ MCD_OPC_Decode,
244,
10,
158,
1, // Opcode: MVE_VPTv4i32r
/* 11824 */ MCD_OPC_FilterValue,
2,
203,
52,
0, // Skip to: 25344
/* 11829 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11832 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 11870
/* 11837 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11840 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11855
/* 11845 */ MCD_OPC_CheckPredicate,
22,
182,
52,
0, // Skip to: 25344
/* 11850 */ MCD_OPC_Decode,
133,
11,
145,
1, // Opcode: MVE_VQADD_qr_s32
/* 11855 */ MCD_OPC_FilterValue,
15,
172,
52,
0, // Skip to: 25344
/* 11860 */ MCD_OPC_CheckPredicate,
22,
167,
52,
0, // Skip to: 25344
/* 11865 */ MCD_OPC_Decode,
136,
11,
145,
1, // Opcode: MVE_VQADD_qr_u32
/* 11870 */ MCD_OPC_FilterValue,
1,
157,
52,
0, // Skip to: 25344
/* 11875 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11878 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 11910
/* 11883 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 11900
/* 11888 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 11900
/* 11895 */ MCD_OPC_Decode,
222,
8,
159,
1, // Opcode: MVE_VIDUPu32
/* 11900 */ MCD_OPC_CheckPredicate,
22,
127,
52,
0, // Skip to: 25344
/* 11905 */ MCD_OPC_Decode,
225,
8,
160,
1, // Opcode: MVE_VIWDUPu32
/* 11910 */ MCD_OPC_FilterValue,
15,
117,
52,
0, // Skip to: 25344
/* 11915 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 11939
/* 11920 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 11939
/* 11927 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 11939
/* 11934 */ MCD_OPC_Decode,
131,
8,
161,
1, // Opcode: MVE_VCMPu32r
/* 11939 */ MCD_OPC_CheckPredicate,
22,
88,
52,
0, // Skip to: 25344
/* 11944 */ MCD_OPC_Decode,
248,
10,
162,
1, // Opcode: MVE_VPTv4u32r
/* 11949 */ MCD_OPC_FilterValue,
1,
78,
52,
0, // Skip to: 25344
/* 11954 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 11957 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 12041
/* 11962 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 11965 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 12003
/* 11970 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 11973 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 11988
/* 11978 */ MCD_OPC_CheckPredicate,
22,
49,
52,
0, // Skip to: 25344
/* 11983 */ MCD_OPC_Decode,
210,
8,
145,
1, // Opcode: MVE_VHSUB_qr_s32
/* 11988 */ MCD_OPC_FilterValue,
15,
39,
52,
0, // Skip to: 25344
/* 11993 */ MCD_OPC_CheckPredicate,
22,
34,
52,
0, // Skip to: 25344
/* 11998 */ MCD_OPC_Decode,
213,
8,
145,
1, // Opcode: MVE_VHSUB_qr_u32
/* 12003 */ MCD_OPC_FilterValue,
2,
24,
52,
0, // Skip to: 25344
/* 12008 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12011 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 12026
/* 12016 */ MCD_OPC_CheckPredicate,
22,
11,
52,
0, // Skip to: 25344
/* 12021 */ MCD_OPC_Decode,
145,
12,
145,
1, // Opcode: MVE_VQSUB_qr_s32
/* 12026 */ MCD_OPC_FilterValue,
15,
1,
52,
0, // Skip to: 25344
/* 12031 */ MCD_OPC_CheckPredicate,
22,
252,
51,
0, // Skip to: 25344
/* 12036 */ MCD_OPC_Decode,
148,
12,
145,
1, // Opcode: MVE_VQSUB_qr_u32
/* 12041 */ MCD_OPC_FilterValue,
1,
242,
51,
0, // Skip to: 25344
/* 12046 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12049 */ MCD_OPC_FilterValue,
14,
50,
0,
0, // Skip to: 12104
/* 12054 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 12057 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 12072
/* 12062 */ MCD_OPC_CheckPredicate,
22,
221,
51,
0, // Skip to: 25344
/* 12067 */ MCD_OPC_Decode,
212,
13,
145,
1, // Opcode: MVE_VSUB_qr_i32
/* 12072 */ MCD_OPC_FilterValue,
2,
211,
51,
0, // Skip to: 25344
/* 12077 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 12094
/* 12082 */ MCD_OPC_CheckField,
1,
3,
7,
5,
0,
0, // Skip to: 12094
/* 12089 */ MCD_OPC_Decode,
177,
8,
159,
1, // Opcode: MVE_VDDUPu32
/* 12094 */ MCD_OPC_CheckPredicate,
22,
189,
51,
0, // Skip to: 25344
/* 12099 */ MCD_OPC_Decode,
183,
8,
160,
1, // Opcode: MVE_VDWDUPu32
/* 12104 */ MCD_OPC_FilterValue,
15,
179,
51,
0, // Skip to: 25344
/* 12109 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 12112 */ MCD_OPC_FilterValue,
0,
171,
51,
0, // Skip to: 25344
/* 12117 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 12141
/* 12122 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 12141
/* 12129 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 12141
/* 12136 */ MCD_OPC_Decode,
253,
7,
163,
1, // Opcode: MVE_VCMPs32r
/* 12141 */ MCD_OPC_CheckPredicate,
22,
142,
51,
0, // Skip to: 25344
/* 12146 */ MCD_OPC_Decode,
246,
10,
164,
1, // Opcode: MVE_VPTv4s32r
/* 12151 */ MCD_OPC_FilterValue,
3,
132,
51,
0, // Skip to: 25344
/* 12156 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 12159 */ MCD_OPC_FilterValue,
0,
105,
1,
0, // Skip to: 12525
/* 12164 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 12167 */ MCD_OPC_FilterValue,
0,
227,
0,
0, // Skip to: 12399
/* 12172 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 12175 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 12287
/* 12180 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 12183 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 12235
/* 12188 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12191 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 12213
/* 12196 */ MCD_OPC_CheckPredicate,
22,
87,
51,
0, // Skip to: 25344
/* 12201 */ MCD_OPC_CheckField,
4,
1,
0,
80,
51,
0, // Skip to: 25344
/* 12208 */ MCD_OPC_Decode,
192,
7,
165,
1, // Opcode: MVE_VADC
/* 12213 */ MCD_OPC_FilterValue,
15,
70,
51,
0, // Skip to: 25344
/* 12218 */ MCD_OPC_CheckPredicate,
22,
65,
51,
0, // Skip to: 25344
/* 12223 */ MCD_OPC_CheckField,
4,
1,
0,
58,
51,
0, // Skip to: 25344
/* 12230 */ MCD_OPC_Decode,
218,
12,
165,
1, // Opcode: MVE_VSBC
/* 12235 */ MCD_OPC_FilterValue,
1,
48,
51,
0, // Skip to: 25344
/* 12240 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12243 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 12265
/* 12248 */ MCD_OPC_CheckPredicate,
22,
35,
51,
0, // Skip to: 25344
/* 12253 */ MCD_OPC_CheckField,
4,
1,
0,
28,
51,
0, // Skip to: 25344
/* 12260 */ MCD_OPC_Decode,
193,
7,
165,
1, // Opcode: MVE_VADCI
/* 12265 */ MCD_OPC_FilterValue,
15,
18,
51,
0, // Skip to: 25344
/* 12270 */ MCD_OPC_CheckPredicate,
22,
13,
51,
0, // Skip to: 25344
/* 12275 */ MCD_OPC_CheckField,
4,
1,
0,
6,
51,
0, // Skip to: 25344
/* 12282 */ MCD_OPC_Decode,
219,
12,
165,
1, // Opcode: MVE_VSBCI
/* 12287 */ MCD_OPC_FilterValue,
1,
252,
50,
0, // Skip to: 25344
/* 12292 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 12295 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 12347
/* 12300 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12303 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 12325
/* 12308 */ MCD_OPC_CheckPredicate,
22,
231,
50,
0, // Skip to: 25344
/* 12313 */ MCD_OPC_CheckField,
4,
1,
0,
224,
50,
0, // Skip to: 25344
/* 12320 */ MCD_OPC_Decode,
172,
11,
143,
1, // Opcode: MVE_VQDMULLs16bh
/* 12325 */ MCD_OPC_FilterValue,
15,
214,
50,
0, // Skip to: 25344
/* 12330 */ MCD_OPC_CheckPredicate,
22,
209,
50,
0, // Skip to: 25344
/* 12335 */ MCD_OPC_CheckField,
4,
1,
0,
202,
50,
0, // Skip to: 25344
/* 12342 */ MCD_OPC_Decode,
174,
11,
143,
1, // Opcode: MVE_VQDMULLs32bh
/* 12347 */ MCD_OPC_FilterValue,
1,
192,
50,
0, // Skip to: 25344
/* 12352 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12355 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 12377
/* 12360 */ MCD_OPC_CheckPredicate,
22,
179,
50,
0, // Skip to: 25344
/* 12365 */ MCD_OPC_CheckField,
4,
1,
0,
172,
50,
0, // Skip to: 25344
/* 12372 */ MCD_OPC_Decode,
173,
11,
143,
1, // Opcode: MVE_VQDMULLs16th
/* 12377 */ MCD_OPC_FilterValue,
15,
162,
50,
0, // Skip to: 25344
/* 12382 */ MCD_OPC_CheckPredicate,
22,
157,
50,
0, // Skip to: 25344
/* 12387 */ MCD_OPC_CheckField,
4,
1,
0,
150,
50,
0, // Skip to: 25344
/* 12394 */ MCD_OPC_Decode,
175,
11,
143,
1, // Opcode: MVE_VQDMULLs32th
/* 12399 */ MCD_OPC_FilterValue,
1,
140,
50,
0, // Skip to: 25344
/* 12404 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12407 */ MCD_OPC_FilterValue,
14,
42,
0,
0, // Skip to: 12454
/* 12412 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 12415 */ MCD_OPC_FilterValue,
0,
124,
50,
0, // Skip to: 25344
/* 12420 */ MCD_OPC_CheckPredicate,
24,
19,
0,
0, // Skip to: 12444
/* 12425 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 12444
/* 12432 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 12444
/* 12439 */ MCD_OPC_Decode,
242,
7,
166,
1, // Opcode: MVE_VCMPf32
/* 12444 */ MCD_OPC_CheckPredicate,
24,
95,
50,
0, // Skip to: 25344
/* 12449 */ MCD_OPC_Decode,
241,
10,
167,
1, // Opcode: MVE_VPTv4f32
/* 12454 */ MCD_OPC_FilterValue,
15,
85,
50,
0, // Skip to: 25344
/* 12459 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 12462 */ MCD_OPC_FilterValue,
0,
77,
50,
0, // Skip to: 25344
/* 12467 */ MCD_OPC_CheckPredicate,
22,
19,
0,
0, // Skip to: 12491
/* 12472 */ MCD_OPC_CheckField,
12,
1,
0,
12,
0,
0, // Skip to: 12491
/* 12479 */ MCD_OPC_CheckField,
0,
1,
1,
5,
0,
0, // Skip to: 12491
/* 12486 */ MCD_OPC_Decode,
233,
10,
168,
1, // Opcode: MVE_VPSEL
/* 12491 */ MCD_OPC_CheckPredicate,
24,
19,
0,
0, // Skip to: 12515
/* 12496 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 12515
/* 12503 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 12515
/* 12510 */ MCD_OPC_Decode,
240,
7,
166,
1, // Opcode: MVE_VCMPf16
/* 12515 */ MCD_OPC_CheckPredicate,
24,
24,
50,
0, // Skip to: 25344
/* 12520 */ MCD_OPC_Decode,
249,
10,
167,
1, // Opcode: MVE_VPTv8f16
/* 12525 */ MCD_OPC_FilterValue,
1,
14,
50,
0, // Skip to: 25344
/* 12530 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 12533 */ MCD_OPC_FilterValue,
0,
171,
0,
0, // Skip to: 12709
/* 12538 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 12541 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 12625
/* 12546 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 12549 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 12587
/* 12554 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12557 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 12572
/* 12562 */ MCD_OPC_CheckPredicate,
24,
233,
49,
0, // Skip to: 25344
/* 12567 */ MCD_OPC_Decode,
211,
7,
145,
1, // Opcode: MVE_VADD_qr_f32
/* 12572 */ MCD_OPC_FilterValue,
15,
223,
49,
0, // Skip to: 25344
/* 12577 */ MCD_OPC_CheckPredicate,
24,
218,
49,
0, // Skip to: 25344
/* 12582 */ MCD_OPC_Decode,
210,
7,
145,
1, // Opcode: MVE_VADD_qr_f16
/* 12587 */ MCD_OPC_FilterValue,
1,
208,
49,
0, // Skip to: 25344
/* 12592 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12595 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 12610
/* 12600 */ MCD_OPC_CheckPredicate,
24,
195,
49,
0, // Skip to: 25344
/* 12605 */ MCD_OPC_Decode,
210,
13,
145,
1, // Opcode: MVE_VSUB_qr_f32
/* 12610 */ MCD_OPC_FilterValue,
15,
185,
49,
0, // Skip to: 25344
/* 12615 */ MCD_OPC_CheckPredicate,
24,
180,
49,
0, // Skip to: 25344
/* 12620 */ MCD_OPC_Decode,
209,
13,
145,
1, // Opcode: MVE_VSUB_qr_f16
/* 12625 */ MCD_OPC_FilterValue,
2,
170,
49,
0, // Skip to: 25344
/* 12630 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 12633 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 12671
/* 12638 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12641 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 12656
/* 12646 */ MCD_OPC_CheckPredicate,
22,
149,
49,
0, // Skip to: 25344
/* 12651 */ MCD_OPC_Decode,
168,
11,
145,
1, // Opcode: MVE_VQDMULL_qr_s16bh
/* 12656 */ MCD_OPC_FilterValue,
15,
139,
49,
0, // Skip to: 25344
/* 12661 */ MCD_OPC_CheckPredicate,
22,
134,
49,
0, // Skip to: 25344
/* 12666 */ MCD_OPC_Decode,
170,
11,
145,
1, // Opcode: MVE_VQDMULL_qr_s32bh
/* 12671 */ MCD_OPC_FilterValue,
1,
124,
49,
0, // Skip to: 25344
/* 12676 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12679 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 12694
/* 12684 */ MCD_OPC_CheckPredicate,
22,
111,
49,
0, // Skip to: 25344
/* 12689 */ MCD_OPC_Decode,
169,
11,
145,
1, // Opcode: MVE_VQDMULL_qr_s16th
/* 12694 */ MCD_OPC_FilterValue,
15,
101,
49,
0, // Skip to: 25344
/* 12699 */ MCD_OPC_CheckPredicate,
22,
96,
49,
0, // Skip to: 25344
/* 12704 */ MCD_OPC_Decode,
171,
11,
145,
1, // Opcode: MVE_VQDMULL_qr_s32th
/* 12709 */ MCD_OPC_FilterValue,
1,
86,
49,
0, // Skip to: 25344
/* 12714 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 12717 */ MCD_OPC_FilterValue,
14,
42,
0,
0, // Skip to: 12764
/* 12722 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 12725 */ MCD_OPC_FilterValue,
0,
70,
49,
0, // Skip to: 25344
/* 12730 */ MCD_OPC_CheckPredicate,
24,
19,
0,
0, // Skip to: 12754
/* 12735 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 12754
/* 12742 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 12754
/* 12749 */ MCD_OPC_Decode,
243,
7,
169,
1, // Opcode: MVE_VCMPf32r
/* 12754 */ MCD_OPC_CheckPredicate,
24,
41,
49,
0, // Skip to: 25344
/* 12759 */ MCD_OPC_Decode,
242,
10,
170,
1, // Opcode: MVE_VPTv4f32r
/* 12764 */ MCD_OPC_FilterValue,
15,
31,
49,
0, // Skip to: 25344
/* 12769 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 12772 */ MCD_OPC_FilterValue,
0,
23,
49,
0, // Skip to: 25344
/* 12777 */ MCD_OPC_ExtractField,
0,
4, // Inst{3-0} ...
/* 12780 */ MCD_OPC_FilterValue,
13,
50,
0,
0, // Skip to: 12835
/* 12785 */ MCD_OPC_CheckPredicate,
22,
24,
0,
0, // Skip to: 12814
/* 12790 */ MCD_OPC_CheckField,
22,
1,
0,
17,
0,
0, // Skip to: 12814
/* 12797 */ MCD_OPC_CheckField,
13,
3,
0,
10,
0,
0, // Skip to: 12814
/* 12804 */ MCD_OPC_SoftFail,
160,
161,
56 /* 0xe10a0 */,
0,
/* 12809 */ MCD_OPC_Decode,
232,
10,
171,
1, // Opcode: MVE_VPNOT
/* 12814 */ MCD_OPC_CheckPredicate,
22,
16,
0,
0, // Skip to: 12835
/* 12819 */ MCD_OPC_CheckField,
17,
3,
0,
9,
0,
0, // Skip to: 12835
/* 12826 */ MCD_OPC_SoftFail,
160,
33 /* 0x10a0 */,
0,
/* 12830 */ MCD_OPC_Decode,
234,
10,
172,
1, // Opcode: MVE_VPST
/* 12835 */ MCD_OPC_CheckPredicate,
24,
19,
0,
0, // Skip to: 12859
/* 12840 */ MCD_OPC_CheckField,
22,
1,
0,
12,
0,
0, // Skip to: 12859
/* 12847 */ MCD_OPC_CheckField,
13,
3,
0,
5,
0,
0, // Skip to: 12859
/* 12854 */ MCD_OPC_Decode,
241,
7,
169,
1, // Opcode: MVE_VCMPf16r
/* 12859 */ MCD_OPC_CheckPredicate,
24,
192,
48,
0, // Skip to: 25344
/* 12864 */ MCD_OPC_Decode,
250,
10,
170,
1, // Opcode: MVE_VPTv8f16r
/* 12869 */ MCD_OPC_FilterValue,
1,
119,
16,
0, // Skip to: 17089
/* 12874 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 12877 */ MCD_OPC_FilterValue,
11,
179,
0,
0, // Skip to: 13061
/* 12882 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 12885 */ MCD_OPC_FilterValue,
0,
105,
0,
0, // Skip to: 12995
/* 12890 */ MCD_OPC_ExtractField,
0,
7, // Inst{6-0} ...
/* 12893 */ MCD_OPC_FilterValue,
16,
61,
0,
0, // Skip to: 12959
/* 12898 */ MCD_OPC_ExtractField,
21,
2, // Inst{22-21} ...
/* 12901 */ MCD_OPC_FilterValue,
1,
24,
0,
0, // Skip to: 12930
/* 12906 */ MCD_OPC_CheckPredicate,
22,
145,
48,
0, // Skip to: 25344
/* 12911 */ MCD_OPC_CheckField,
28,
4,
14,
138,
48,
0, // Skip to: 25344
/* 12918 */ MCD_OPC_CheckField,
16,
1,
0,
131,
48,
0, // Skip to: 25344
/* 12925 */ MCD_OPC_Decode,
180,
8,
173,
1, // Opcode: MVE_VDUP32
/* 12930 */ MCD_OPC_FilterValue,
3,
121,
48,
0, // Skip to: 25344
/* 12935 */ MCD_OPC_CheckPredicate,
22,
116,
48,
0, // Skip to: 25344
/* 12940 */ MCD_OPC_CheckField,
28,
4,
14,
109,
48,
0, // Skip to: 25344
/* 12947 */ MCD_OPC_CheckField,
16,
1,
0,
102,
48,
0, // Skip to: 25344
/* 12954 */ MCD_OPC_Decode,
181,
8,
173,
1, // Opcode: MVE_VDUP8
/* 12959 */ MCD_OPC_FilterValue,
48,
92,
48,
0, // Skip to: 25344
/* 12964 */ MCD_OPC_CheckPredicate,
22,
87,
48,
0, // Skip to: 25344
/* 12969 */ MCD_OPC_CheckField,
28,
4,
14,
80,
48,
0, // Skip to: 25344
/* 12976 */ MCD_OPC_CheckField,
21,
2,
1,
73,
48,
0, // Skip to: 25344
/* 12983 */ MCD_OPC_CheckField,
16,
1,
0,
66,
48,
0, // Skip to: 25344
/* 12990 */ MCD_OPC_Decode,
179,
8,
173,
1, // Opcode: MVE_VDUP16
/* 12995 */ MCD_OPC_FilterValue,
1,
56,
48,
0, // Skip to: 25344
/* 13000 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 13003 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 13032
/* 13008 */ MCD_OPC_CheckPredicate,
23,
43,
48,
0, // Skip to: 25344
/* 13013 */ MCD_OPC_CheckField,
28,
4,
14,
36,
48,
0, // Skip to: 25344
/* 13020 */ MCD_OPC_CheckField,
0,
6,
48,
29,
48,
0, // Skip to: 25344
/* 13027 */ MCD_OPC_Decode,
176,
10,
140,
1, // Opcode: MVE_VMOV_from_lane_u16
/* 13032 */ MCD_OPC_FilterValue,
1,
19,
48,
0, // Skip to: 25344
/* 13037 */ MCD_OPC_CheckPredicate,
23,
14,
48,
0, // Skip to: 25344
/* 13042 */ MCD_OPC_CheckField,
28,
4,
14,
7,
48,
0, // Skip to: 25344
/* 13049 */ MCD_OPC_CheckField,
0,
5,
16,
0,
48,
0, // Skip to: 25344
/* 13056 */ MCD_OPC_Decode,
177,
10,
141,
1, // Opcode: MVE_VMOV_from_lane_u8
/* 13061 */ MCD_OPC_FilterValue,
14,
243,
3,
0, // Skip to: 14077
/* 13066 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 13069 */ MCD_OPC_FilterValue,
0,
243,
1,
0, // Skip to: 13573
/* 13074 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 13077 */ MCD_OPC_FilterValue,
0,
243,
0,
0, // Skip to: 13325
/* 13082 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 13085 */ MCD_OPC_FilterValue,
0,
147,
0,
0, // Skip to: 13237
/* 13090 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13093 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 13165
/* 13098 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13101 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13133
/* 13106 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13123
/* 13111 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13123
/* 13118 */ MCD_OPC_Decode,
242,
9,
174,
1, // Opcode: MVE_VMLADAVs16
/* 13123 */ MCD_OPC_CheckPredicate,
22,
184,
47,
0, // Skip to: 25344
/* 13128 */ MCD_OPC_Decode,
129,
10,
175,
1, // Opcode: MVE_VMLALDAVs16
/* 13133 */ MCD_OPC_FilterValue,
15,
174,
47,
0, // Skip to: 25344
/* 13138 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13155
/* 13143 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13155
/* 13150 */ MCD_OPC_Decode,
245,
9,
174,
1, // Opcode: MVE_VMLADAVu16
/* 13155 */ MCD_OPC_CheckPredicate,
22,
152,
47,
0, // Skip to: 25344
/* 13160 */ MCD_OPC_Decode,
131,
10,
175,
1, // Opcode: MVE_VMLALDAVu16
/* 13165 */ MCD_OPC_FilterValue,
1,
142,
47,
0, // Skip to: 25344
/* 13170 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13173 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13205
/* 13178 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13195
/* 13183 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13195
/* 13190 */ MCD_OPC_Decode,
243,
9,
174,
1, // Opcode: MVE_VMLADAVs32
/* 13195 */ MCD_OPC_CheckPredicate,
22,
112,
47,
0, // Skip to: 25344
/* 13200 */ MCD_OPC_Decode,
130,
10,
175,
1, // Opcode: MVE_VMLALDAVs32
/* 13205 */ MCD_OPC_FilterValue,
15,
102,
47,
0, // Skip to: 25344
/* 13210 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13227
/* 13215 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13227
/* 13222 */ MCD_OPC_Decode,
246,
9,
174,
1, // Opcode: MVE_VMLADAVu32
/* 13227 */ MCD_OPC_CheckPredicate,
22,
80,
47,
0, // Skip to: 25344
/* 13232 */ MCD_OPC_Decode,
132,
10,
175,
1, // Opcode: MVE_VMLALDAVu32
/* 13237 */ MCD_OPC_FilterValue,
1,
70,
47,
0, // Skip to: 25344
/* 13242 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13245 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 13285
/* 13250 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13253 */ MCD_OPC_FilterValue,
14,
54,
47,
0, // Skip to: 25344
/* 13258 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13275
/* 13263 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13275
/* 13270 */ MCD_OPC_Decode,
248,
9,
174,
1, // Opcode: MVE_VMLADAVxs16
/* 13275 */ MCD_OPC_CheckPredicate,
22,
32,
47,
0, // Skip to: 25344
/* 13280 */ MCD_OPC_Decode,
133,
10,
175,
1, // Opcode: MVE_VMLALDAVxs16
/* 13285 */ MCD_OPC_FilterValue,
1,
22,
47,
0, // Skip to: 25344
/* 13290 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13293 */ MCD_OPC_FilterValue,
14,
14,
47,
0, // Skip to: 25344
/* 13298 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13315
/* 13303 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13315
/* 13310 */ MCD_OPC_Decode,
249,
9,
174,
1, // Opcode: MVE_VMLADAVxs32
/* 13315 */ MCD_OPC_CheckPredicate,
22,
248,
46,
0, // Skip to: 25344
/* 13320 */ MCD_OPC_Decode,
134,
10,
175,
1, // Opcode: MVE_VMLALDAVxs32
/* 13325 */ MCD_OPC_FilterValue,
2,
238,
46,
0, // Skip to: 25344
/* 13330 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 13333 */ MCD_OPC_FilterValue,
0,
147,
0,
0, // Skip to: 13485
/* 13338 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13341 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 13413
/* 13346 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13349 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13381
/* 13354 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13371
/* 13359 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13371
/* 13366 */ MCD_OPC_Decode,
233,
9,
176,
1, // Opcode: MVE_VMLADAVas16
/* 13371 */ MCD_OPC_CheckPredicate,
22,
192,
46,
0, // Skip to: 25344
/* 13376 */ MCD_OPC_Decode,
251,
9,
177,
1, // Opcode: MVE_VMLALDAVas16
/* 13381 */ MCD_OPC_FilterValue,
15,
182,
46,
0, // Skip to: 25344
/* 13386 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13403
/* 13391 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13403
/* 13398 */ MCD_OPC_Decode,
236,
9,
176,
1, // Opcode: MVE_VMLADAVau16
/* 13403 */ MCD_OPC_CheckPredicate,
22,
160,
46,
0, // Skip to: 25344
/* 13408 */ MCD_OPC_Decode,
253,
9,
177,
1, // Opcode: MVE_VMLALDAVau16
/* 13413 */ MCD_OPC_FilterValue,
1,
150,
46,
0, // Skip to: 25344
/* 13418 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13421 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13453
/* 13426 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13443
/* 13431 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13443
/* 13438 */ MCD_OPC_Decode,
234,
9,
176,
1, // Opcode: MVE_VMLADAVas32
/* 13443 */ MCD_OPC_CheckPredicate,
22,
120,
46,
0, // Skip to: 25344
/* 13448 */ MCD_OPC_Decode,
252,
9,
177,
1, // Opcode: MVE_VMLALDAVas32
/* 13453 */ MCD_OPC_FilterValue,
15,
110,
46,
0, // Skip to: 25344
/* 13458 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13475
/* 13463 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13475
/* 13470 */ MCD_OPC_Decode,
237,
9,
176,
1, // Opcode: MVE_VMLADAVau32
/* 13475 */ MCD_OPC_CheckPredicate,
22,
88,
46,
0, // Skip to: 25344
/* 13480 */ MCD_OPC_Decode,
254,
9,
177,
1, // Opcode: MVE_VMLALDAVau32
/* 13485 */ MCD_OPC_FilterValue,
1,
78,
46,
0, // Skip to: 25344
/* 13490 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13493 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 13533
/* 13498 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13501 */ MCD_OPC_FilterValue,
14,
62,
46,
0, // Skip to: 25344
/* 13506 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13523
/* 13511 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13523
/* 13518 */ MCD_OPC_Decode,
239,
9,
176,
1, // Opcode: MVE_VMLADAVaxs16
/* 13523 */ MCD_OPC_CheckPredicate,
22,
40,
46,
0, // Skip to: 25344
/* 13528 */ MCD_OPC_Decode,
255,
9,
177,
1, // Opcode: MVE_VMLALDAVaxs16
/* 13533 */ MCD_OPC_FilterValue,
1,
30,
46,
0, // Skip to: 25344
/* 13538 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13541 */ MCD_OPC_FilterValue,
14,
22,
46,
0, // Skip to: 25344
/* 13546 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13563
/* 13551 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13563
/* 13558 */ MCD_OPC_Decode,
240,
9,
176,
1, // Opcode: MVE_VMLADAVaxs32
/* 13563 */ MCD_OPC_CheckPredicate,
22,
0,
46,
0, // Skip to: 25344
/* 13568 */ MCD_OPC_Decode,
128,
10,
177,
1, // Opcode: MVE_VMLALDAVaxs32
/* 13573 */ MCD_OPC_FilterValue,
1,
246,
45,
0, // Skip to: 25344
/* 13578 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 13581 */ MCD_OPC_FilterValue,
0,
243,
0,
0, // Skip to: 13829
/* 13586 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 13589 */ MCD_OPC_FilterValue,
0,
115,
0,
0, // Skip to: 13709
/* 13594 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13597 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 13669
/* 13602 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13605 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13637
/* 13610 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13627
/* 13615 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13627
/* 13622 */ MCD_OPC_Decode,
147,
10,
174,
1, // Opcode: MVE_VMLSDAVs16
/* 13627 */ MCD_OPC_CheckPredicate,
22,
192,
45,
0, // Skip to: 25344
/* 13632 */ MCD_OPC_Decode,
157,
10,
175,
1, // Opcode: MVE_VMLSLDAVs16
/* 13637 */ MCD_OPC_FilterValue,
15,
182,
45,
0, // Skip to: 25344
/* 13642 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13659
/* 13647 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13659
/* 13654 */ MCD_OPC_Decode,
149,
10,
174,
1, // Opcode: MVE_VMLSDAVs8
/* 13659 */ MCD_OPC_CheckPredicate,
22,
160,
45,
0, // Skip to: 25344
/* 13664 */ MCD_OPC_Decode,
188,
12,
175,
1, // Opcode: MVE_VRMLSLDAVHs32
/* 13669 */ MCD_OPC_FilterValue,
1,
150,
45,
0, // Skip to: 25344
/* 13674 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13677 */ MCD_OPC_FilterValue,
14,
142,
45,
0, // Skip to: 25344
/* 13682 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13699
/* 13687 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13699
/* 13694 */ MCD_OPC_Decode,
148,
10,
174,
1, // Opcode: MVE_VMLSDAVs32
/* 13699 */ MCD_OPC_CheckPredicate,
22,
120,
45,
0, // Skip to: 25344
/* 13704 */ MCD_OPC_Decode,
158,
10,
175,
1, // Opcode: MVE_VMLSLDAVs32
/* 13709 */ MCD_OPC_FilterValue,
1,
110,
45,
0, // Skip to: 25344
/* 13714 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13717 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 13789
/* 13722 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13725 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13757
/* 13730 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13747
/* 13735 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13747
/* 13742 */ MCD_OPC_Decode,
150,
10,
174,
1, // Opcode: MVE_VMLSDAVxs16
/* 13747 */ MCD_OPC_CheckPredicate,
22,
72,
45,
0, // Skip to: 25344
/* 13752 */ MCD_OPC_Decode,
159,
10,
175,
1, // Opcode: MVE_VMLSLDAVxs16
/* 13757 */ MCD_OPC_FilterValue,
15,
62,
45,
0, // Skip to: 25344
/* 13762 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13779
/* 13767 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13779
/* 13774 */ MCD_OPC_Decode,
152,
10,
174,
1, // Opcode: MVE_VMLSDAVxs8
/* 13779 */ MCD_OPC_CheckPredicate,
22,
40,
45,
0, // Skip to: 25344
/* 13784 */ MCD_OPC_Decode,
189,
12,
175,
1, // Opcode: MVE_VRMLSLDAVHxs32
/* 13789 */ MCD_OPC_FilterValue,
1,
30,
45,
0, // Skip to: 25344
/* 13794 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13797 */ MCD_OPC_FilterValue,
14,
22,
45,
0, // Skip to: 25344
/* 13802 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13819
/* 13807 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13819
/* 13814 */ MCD_OPC_Decode,
151,
10,
174,
1, // Opcode: MVE_VMLSDAVxs32
/* 13819 */ MCD_OPC_CheckPredicate,
22,
0,
45,
0, // Skip to: 25344
/* 13824 */ MCD_OPC_Decode,
160,
10,
175,
1, // Opcode: MVE_VMLSLDAVxs32
/* 13829 */ MCD_OPC_FilterValue,
2,
246,
44,
0, // Skip to: 25344
/* 13834 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 13837 */ MCD_OPC_FilterValue,
0,
115,
0,
0, // Skip to: 13957
/* 13842 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13845 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 13917
/* 13850 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13853 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 13885
/* 13858 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13875
/* 13863 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13875
/* 13870 */ MCD_OPC_Decode,
141,
10,
176,
1, // Opcode: MVE_VMLSDAVas16
/* 13875 */ MCD_OPC_CheckPredicate,
22,
200,
44,
0, // Skip to: 25344
/* 13880 */ MCD_OPC_Decode,
153,
10,
177,
1, // Opcode: MVE_VMLSLDAVas16
/* 13885 */ MCD_OPC_FilterValue,
15,
190,
44,
0, // Skip to: 25344
/* 13890 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13907
/* 13895 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13907
/* 13902 */ MCD_OPC_Decode,
143,
10,
176,
1, // Opcode: MVE_VMLSDAVas8
/* 13907 */ MCD_OPC_CheckPredicate,
22,
168,
44,
0, // Skip to: 25344
/* 13912 */ MCD_OPC_Decode,
186,
12,
177,
1, // Opcode: MVE_VRMLSLDAVHas32
/* 13917 */ MCD_OPC_FilterValue,
1,
158,
44,
0, // Skip to: 25344
/* 13922 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13925 */ MCD_OPC_FilterValue,
14,
150,
44,
0, // Skip to: 25344
/* 13930 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13947
/* 13935 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13947
/* 13942 */ MCD_OPC_Decode,
142,
10,
176,
1, // Opcode: MVE_VMLSDAVas32
/* 13947 */ MCD_OPC_CheckPredicate,
22,
128,
44,
0, // Skip to: 25344
/* 13952 */ MCD_OPC_Decode,
154,
10,
177,
1, // Opcode: MVE_VMLSLDAVas32
/* 13957 */ MCD_OPC_FilterValue,
1,
118,
44,
0, // Skip to: 25344
/* 13962 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 13965 */ MCD_OPC_FilterValue,
0,
67,
0,
0, // Skip to: 14037
/* 13970 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 13973 */ MCD_OPC_FilterValue,
14,
27,
0,
0, // Skip to: 14005
/* 13978 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 13995
/* 13983 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 13995
/* 13990 */ MCD_OPC_Decode,
144,
10,
176,
1, // Opcode: MVE_VMLSDAVaxs16
/* 13995 */ MCD_OPC_CheckPredicate,
22,
80,
44,
0, // Skip to: 25344
/* 14000 */ MCD_OPC_Decode,
155,
10,
177,
1, // Opcode: MVE_VMLSLDAVaxs16
/* 14005 */ MCD_OPC_FilterValue,
15,
70,
44,
0, // Skip to: 25344
/* 14010 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14027
/* 14015 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14027
/* 14022 */ MCD_OPC_Decode,
146,
10,
176,
1, // Opcode: MVE_VMLSDAVaxs8
/* 14027 */ MCD_OPC_CheckPredicate,
22,
48,
44,
0, // Skip to: 25344
/* 14032 */ MCD_OPC_Decode,
187,
12,
177,
1, // Opcode: MVE_VRMLSLDAVHaxs32
/* 14037 */ MCD_OPC_FilterValue,
1,
38,
44,
0, // Skip to: 25344
/* 14042 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14045 */ MCD_OPC_FilterValue,
14,
30,
44,
0, // Skip to: 25344
/* 14050 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14067
/* 14055 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14067
/* 14062 */ MCD_OPC_Decode,
145,
10,
176,
1, // Opcode: MVE_VMLSDAVaxs32
/* 14067 */ MCD_OPC_CheckPredicate,
22,
8,
44,
0, // Skip to: 25344
/* 14072 */ MCD_OPC_Decode,
156,
10,
177,
1, // Opcode: MVE_VMLSLDAVaxs32
/* 14077 */ MCD_OPC_FilterValue,
15,
254,
43,
0, // Skip to: 25344
/* 14082 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 14085 */ MCD_OPC_FilterValue,
0,
154,
5,
0, // Skip to: 15524
/* 14090 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 14093 */ MCD_OPC_FilterValue,
0,
196,
4,
0, // Skip to: 15318
/* 14098 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 14101 */ MCD_OPC_FilterValue,
0,
56,
3,
0, // Skip to: 14930
/* 14106 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 14109 */ MCD_OPC_FilterValue,
0,
40,
2,
0, // Skip to: 14666
/* 14114 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 14117 */ MCD_OPC_FilterValue,
0,
60,
1,
0, // Skip to: 14438
/* 14122 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14125 */ MCD_OPC_FilterValue,
14,
190,
0,
0, // Skip to: 14320
/* 14130 */ MCD_OPC_ExtractField,
17,
6, // Inst{22-17} ...
/* 14133 */ MCD_OPC_FilterValue,
48,
10,
0,
0, // Skip to: 14148
/* 14138 */ MCD_OPC_CheckPredicate,
22,
110,
0,
0, // Skip to: 14253
/* 14143 */ MCD_OPC_Decode,
183,
9,
178,
1, // Opcode: MVE_VMAXAVs8
/* 14148 */ MCD_OPC_FilterValue,
49,
10,
0,
0, // Skip to: 14163
/* 14153 */ MCD_OPC_CheckPredicate,
22,
95,
0,
0, // Skip to: 14253
/* 14158 */ MCD_OPC_Decode,
197,
9,
178,
1, // Opcode: MVE_VMAXVs8
/* 14163 */ MCD_OPC_FilterValue,
50,
10,
0,
0, // Skip to: 14178
/* 14168 */ MCD_OPC_CheckPredicate,
22,
80,
0,
0, // Skip to: 14253
/* 14173 */ MCD_OPC_Decode,
181,
9,
178,
1, // Opcode: MVE_VMAXAVs16
/* 14178 */ MCD_OPC_FilterValue,
51,
10,
0,
0, // Skip to: 14193
/* 14183 */ MCD_OPC_CheckPredicate,
22,
65,
0,
0, // Skip to: 14253
/* 14188 */ MCD_OPC_Decode,
195,
9,
178,
1, // Opcode: MVE_VMAXVs16
/* 14193 */ MCD_OPC_FilterValue,
52,
10,
0,
0, // Skip to: 14208
/* 14198 */ MCD_OPC_CheckPredicate,
22,
50,
0,
0, // Skip to: 14253
/* 14203 */ MCD_OPC_Decode,
182,
9,
178,
1, // Opcode: MVE_VMAXAVs32
/* 14208 */ MCD_OPC_FilterValue,
53,
10,
0,
0, // Skip to: 14223
/* 14213 */ MCD_OPC_CheckPredicate,
22,
35,
0,
0, // Skip to: 14253
/* 14218 */ MCD_OPC_Decode,
196,
9,
178,
1, // Opcode: MVE_VMAXVs32
/* 14223 */ MCD_OPC_FilterValue,
54,
10,
0,
0, // Skip to: 14238
/* 14228 */ MCD_OPC_CheckPredicate,
24,
20,
0,
0, // Skip to: 14253
/* 14233 */ MCD_OPC_Decode,
188,
9,
178,
1, // Opcode: MVE_VMAXNMAVf32
/* 14238 */ MCD_OPC_FilterValue,
55,
10,
0,
0, // Skip to: 14253
/* 14243 */ MCD_OPC_CheckPredicate,
24,
5,
0,
0, // Skip to: 14253
/* 14248 */ MCD_OPC_Decode,
192,
9,
178,
1, // Opcode: MVE_VMAXNMVf32
/* 14253 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 14256 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 14288
/* 14261 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14278
/* 14266 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14278
/* 14273 */ MCD_OPC_Decode,
244,
9,
174,
1, // Opcode: MVE_VMLADAVs8
/* 14278 */ MCD_OPC_CheckPredicate,
22,
53,
43,
0, // Skip to: 25344
/* 14283 */ MCD_OPC_Decode,
183,
12,
175,
1, // Opcode: MVE_VRMLALDAVHs32
/* 14288 */ MCD_OPC_FilterValue,
1,
43,
43,
0, // Skip to: 25344
/* 14293 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14310
/* 14298 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14310
/* 14305 */ MCD_OPC_Decode,
250,
9,
174,
1, // Opcode: MVE_VMLADAVxs8
/* 14310 */ MCD_OPC_CheckPredicate,
22,
21,
43,
0, // Skip to: 25344
/* 14315 */ MCD_OPC_Decode,
185,
12,
175,
1, // Opcode: MVE_VRMLALDAVHxs32
/* 14320 */ MCD_OPC_FilterValue,
15,
11,
43,
0, // Skip to: 25344
/* 14325 */ MCD_OPC_ExtractField,
17,
6, // Inst{22-17} ...
/* 14328 */ MCD_OPC_FilterValue,
49,
10,
0,
0, // Skip to: 14343
/* 14333 */ MCD_OPC_CheckPredicate,
22,
65,
0,
0, // Skip to: 14403
/* 14338 */ MCD_OPC_Decode,
200,
9,
178,
1, // Opcode: MVE_VMAXVu8
/* 14343 */ MCD_OPC_FilterValue,
51,
10,
0,
0, // Skip to: 14358
/* 14348 */ MCD_OPC_CheckPredicate,
22,
50,
0,
0, // Skip to: 14403
/* 14353 */ MCD_OPC_Decode,
198,
9,
178,
1, // Opcode: MVE_VMAXVu16
/* 14358 */ MCD_OPC_FilterValue,
53,
10,
0,
0, // Skip to: 14373
/* 14363 */ MCD_OPC_CheckPredicate,
22,
35,
0,
0, // Skip to: 14403
/* 14368 */ MCD_OPC_Decode,
199,
9,
178,
1, // Opcode: MVE_VMAXVu32
/* 14373 */ MCD_OPC_FilterValue,
54,
10,
0,
0, // Skip to: 14388
/* 14378 */ MCD_OPC_CheckPredicate,
24,
20,
0,
0, // Skip to: 14403
/* 14383 */ MCD_OPC_Decode,
187,
9,
178,
1, // Opcode: MVE_VMAXNMAVf16
/* 14388 */ MCD_OPC_FilterValue,
55,
10,
0,
0, // Skip to: 14403
/* 14393 */ MCD_OPC_CheckPredicate,
24,
5,
0,
0, // Skip to: 14403
/* 14398 */ MCD_OPC_Decode,
191,
9,
178,
1, // Opcode: MVE_VMAXNMVf16
/* 14403 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 14406 */ MCD_OPC_FilterValue,
0,
181,
42,
0, // Skip to: 25344
/* 14411 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14428
/* 14416 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14428
/* 14423 */ MCD_OPC_Decode,
247,
9,
174,
1, // Opcode: MVE_VMLADAVu8
/* 14428 */ MCD_OPC_CheckPredicate,
22,
159,
42,
0, // Skip to: 25344
/* 14433 */ MCD_OPC_Decode,
184,
12,
175,
1, // Opcode: MVE_VRMLALDAVHu32
/* 14438 */ MCD_OPC_FilterValue,
1,
149,
42,
0, // Skip to: 25344
/* 14443 */ MCD_OPC_ExtractField,
17,
3, // Inst{19-17} ...
/* 14446 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 14512
/* 14451 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14454 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 14483
/* 14459 */ MCD_OPC_CheckPredicate,
22,
128,
42,
0, // Skip to: 25344
/* 14464 */ MCD_OPC_CheckField,
20,
3,
7,
121,
42,
0, // Skip to: 25344
/* 14471 */ MCD_OPC_CheckField,
12,
1,
0,
114,
42,
0, // Skip to: 25344
/* 14478 */ MCD_OPC_Decode,
203,
7,
179,
1, // Opcode: MVE_VADDVs8no_acc
/* 14483 */ MCD_OPC_FilterValue,
15,
104,
42,
0, // Skip to: 25344
/* 14488 */ MCD_OPC_CheckPredicate,
22,
99,
42,
0, // Skip to: 25344
/* 14493 */ MCD_OPC_CheckField,
20,
3,
7,
92,
42,
0, // Skip to: 25344
/* 14500 */ MCD_OPC_CheckField,
12,
1,
0,
85,
42,
0, // Skip to: 25344
/* 14507 */ MCD_OPC_Decode,
209,
7,
179,
1, // Opcode: MVE_VADDVu8no_acc
/* 14512 */ MCD_OPC_FilterValue,
2,
61,
0,
0, // Skip to: 14578
/* 14517 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14520 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 14549
/* 14525 */ MCD_OPC_CheckPredicate,
22,
62,
42,
0, // Skip to: 25344
/* 14530 */ MCD_OPC_CheckField,
20,
3,
7,
55,
42,
0, // Skip to: 25344
/* 14537 */ MCD_OPC_CheckField,
12,
1,
0,
48,
42,
0, // Skip to: 25344
/* 14544 */ MCD_OPC_Decode,
199,
7,
179,
1, // Opcode: MVE_VADDVs16no_acc
/* 14549 */ MCD_OPC_FilterValue,
15,
38,
42,
0, // Skip to: 25344
/* 14554 */ MCD_OPC_CheckPredicate,
22,
33,
42,
0, // Skip to: 25344
/* 14559 */ MCD_OPC_CheckField,
20,
3,
7,
26,
42,
0, // Skip to: 25344
/* 14566 */ MCD_OPC_CheckField,
12,
1,
0,
19,
42,
0, // Skip to: 25344
/* 14573 */ MCD_OPC_Decode,
205,
7,
179,
1, // Opcode: MVE_VADDVu16no_acc
/* 14578 */ MCD_OPC_FilterValue,
4,
9,
42,
0, // Skip to: 25344
/* 14583 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14586 */ MCD_OPC_FilterValue,
14,
35,
0,
0, // Skip to: 14626
/* 14591 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 14594 */ MCD_OPC_FilterValue,
0,
249,
41,
0, // Skip to: 25344
/* 14599 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14616
/* 14604 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14616
/* 14611 */ MCD_OPC_Decode,
201,
7,
179,
1, // Opcode: MVE_VADDVs32no_acc
/* 14616 */ MCD_OPC_CheckPredicate,
22,
227,
41,
0, // Skip to: 25344
/* 14621 */ MCD_OPC_Decode,
195,
7,
180,
1, // Opcode: MVE_VADDLVs32no_acc
/* 14626 */ MCD_OPC_FilterValue,
15,
217,
41,
0, // Skip to: 25344
/* 14631 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 14634 */ MCD_OPC_FilterValue,
0,
209,
41,
0, // Skip to: 25344
/* 14639 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14656
/* 14644 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14656
/* 14651 */ MCD_OPC_Decode,
207,
7,
179,
1, // Opcode: MVE_VADDVu32no_acc
/* 14656 */ MCD_OPC_CheckPredicate,
22,
187,
41,
0, // Skip to: 25344
/* 14661 */ MCD_OPC_Decode,
197,
7,
180,
1, // Opcode: MVE_VADDLVu32no_acc
/* 14666 */ MCD_OPC_FilterValue,
1,
177,
41,
0, // Skip to: 25344
/* 14671 */ MCD_OPC_ExtractField,
16,
7, // Inst{22-16} ...
/* 14674 */ MCD_OPC_FilterValue,
96,
17,
0,
0, // Skip to: 14696
/* 14679 */ MCD_OPC_CheckPredicate,
22,
164,
41,
0, // Skip to: 25344
/* 14684 */ MCD_OPC_CheckField,
28,
4,
14,
157,
41,
0, // Skip to: 25344
/* 14691 */ MCD_OPC_Decode,
209,
9,
178,
1, // Opcode: MVE_VMINAVs8
/* 14696 */ MCD_OPC_FilterValue,
98,
33,
0,
0, // Skip to: 14734
/* 14701 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14704 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 14719
/* 14709 */ MCD_OPC_CheckPredicate,
22,
134,
41,
0, // Skip to: 25344
/* 14714 */ MCD_OPC_Decode,
223,
9,
178,
1, // Opcode: MVE_VMINVs8
/* 14719 */ MCD_OPC_FilterValue,
15,
124,
41,
0, // Skip to: 25344
/* 14724 */ MCD_OPC_CheckPredicate,
22,
119,
41,
0, // Skip to: 25344
/* 14729 */ MCD_OPC_Decode,
226,
9,
178,
1, // Opcode: MVE_VMINVu8
/* 14734 */ MCD_OPC_FilterValue,
100,
17,
0,
0, // Skip to: 14756
/* 14739 */ MCD_OPC_CheckPredicate,
22,
104,
41,
0, // Skip to: 25344
/* 14744 */ MCD_OPC_CheckField,
28,
4,
14,
97,
41,
0, // Skip to: 25344
/* 14751 */ MCD_OPC_Decode,
207,
9,
178,
1, // Opcode: MVE_VMINAVs16
/* 14756 */ MCD_OPC_FilterValue,
102,
33,
0,
0, // Skip to: 14794
/* 14761 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14764 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 14779
/* 14769 */ MCD_OPC_CheckPredicate,
22,
74,
41,
0, // Skip to: 25344
/* 14774 */ MCD_OPC_Decode,
221,
9,
178,
1, // Opcode: MVE_VMINVs16
/* 14779 */ MCD_OPC_FilterValue,
15,
64,
41,
0, // Skip to: 25344
/* 14784 */ MCD_OPC_CheckPredicate,
22,
59,
41,
0, // Skip to: 25344
/* 14789 */ MCD_OPC_Decode,
224,
9,
178,
1, // Opcode: MVE_VMINVu16
/* 14794 */ MCD_OPC_FilterValue,
104,
17,
0,
0, // Skip to: 14816
/* 14799 */ MCD_OPC_CheckPredicate,
22,
44,
41,
0, // Skip to: 25344
/* 14804 */ MCD_OPC_CheckField,
28,
4,
14,
37,
41,
0, // Skip to: 25344
/* 14811 */ MCD_OPC_Decode,
208,
9,
178,
1, // Opcode: MVE_VMINAVs32
/* 14816 */ MCD_OPC_FilterValue,
106,
33,
0,
0, // Skip to: 14854
/* 14821 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14824 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 14839
/* 14829 */ MCD_OPC_CheckPredicate,
22,
14,
41,
0, // Skip to: 25344
/* 14834 */ MCD_OPC_Decode,
222,
9,
178,
1, // Opcode: MVE_VMINVs32
/* 14839 */ MCD_OPC_FilterValue,
15,
4,
41,
0, // Skip to: 25344
/* 14844 */ MCD_OPC_CheckPredicate,
22,
255,
40,
0, // Skip to: 25344
/* 14849 */ MCD_OPC_Decode,
225,
9,
178,
1, // Opcode: MVE_VMINVu32
/* 14854 */ MCD_OPC_FilterValue,
108,
33,
0,
0, // Skip to: 14892
/* 14859 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14862 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 14877
/* 14867 */ MCD_OPC_CheckPredicate,
24,
232,
40,
0, // Skip to: 25344
/* 14872 */ MCD_OPC_Decode,
214,
9,
178,
1, // Opcode: MVE_VMINNMAVf32
/* 14877 */ MCD_OPC_FilterValue,
15,
222,
40,
0, // Skip to: 25344
/* 14882 */ MCD_OPC_CheckPredicate,
24,
217,
40,
0, // Skip to: 25344
/* 14887 */ MCD_OPC_Decode,
213,
9,
178,
1, // Opcode: MVE_VMINNMAVf16
/* 14892 */ MCD_OPC_FilterValue,
110,
207,
40,
0, // Skip to: 25344
/* 14897 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14900 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 14915
/* 14905 */ MCD_OPC_CheckPredicate,
24,
194,
40,
0, // Skip to: 25344
/* 14910 */ MCD_OPC_Decode,
218,
9,
178,
1, // Opcode: MVE_VMINNMVf32
/* 14915 */ MCD_OPC_FilterValue,
15,
184,
40,
0, // Skip to: 25344
/* 14920 */ MCD_OPC_CheckPredicate,
24,
179,
40,
0, // Skip to: 25344
/* 14925 */ MCD_OPC_Decode,
217,
9,
178,
1, // Opcode: MVE_VMINNMVf16
/* 14930 */ MCD_OPC_FilterValue,
2,
169,
40,
0, // Skip to: 25344
/* 14935 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 14938 */ MCD_OPC_FilterValue,
0,
63,
1,
0, // Skip to: 15262
/* 14943 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 14946 */ MCD_OPC_FilterValue,
0,
83,
0,
0, // Skip to: 15034
/* 14951 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 14954 */ MCD_OPC_FilterValue,
14,
35,
0,
0, // Skip to: 14994
/* 14959 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 14962 */ MCD_OPC_FilterValue,
0,
137,
40,
0, // Skip to: 25344
/* 14967 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 14984
/* 14972 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 14984
/* 14979 */ MCD_OPC_Decode,
235,
9,
176,
1, // Opcode: MVE_VMLADAVas8
/* 14984 */ MCD_OPC_CheckPredicate,
22,
115,
40,
0, // Skip to: 25344
/* 14989 */ MCD_OPC_Decode,
180,
12,
177,
1, // Opcode: MVE_VRMLALDAVHas32
/* 14994 */ MCD_OPC_FilterValue,
15,
105,
40,
0, // Skip to: 25344
/* 14999 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 15002 */ MCD_OPC_FilterValue,
0,
97,
40,
0, // Skip to: 25344
/* 15007 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 15024
/* 15012 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 15024
/* 15019 */ MCD_OPC_Decode,
238,
9,
176,
1, // Opcode: MVE_VMLADAVau8
/* 15024 */ MCD_OPC_CheckPredicate,
22,
75,
40,
0, // Skip to: 25344
/* 15029 */ MCD_OPC_Decode,
181,
12,
177,
1, // Opcode: MVE_VRMLALDAVHau32
/* 15034 */ MCD_OPC_FilterValue,
1,
65,
40,
0, // Skip to: 25344
/* 15039 */ MCD_OPC_ExtractField,
17,
3, // Inst{19-17} ...
/* 15042 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 15108
/* 15047 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15050 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15079
/* 15055 */ MCD_OPC_CheckPredicate,
22,
44,
40,
0, // Skip to: 25344
/* 15060 */ MCD_OPC_CheckField,
20,
3,
7,
37,
40,
0, // Skip to: 25344
/* 15067 */ MCD_OPC_CheckField,
7,
1,
0,
30,
40,
0, // Skip to: 25344
/* 15074 */ MCD_OPC_Decode,
202,
7,
181,
1, // Opcode: MVE_VADDVs8acc
/* 15079 */ MCD_OPC_FilterValue,
15,
20,
40,
0, // Skip to: 25344
/* 15084 */ MCD_OPC_CheckPredicate,
22,
15,
40,
0, // Skip to: 25344
/* 15089 */ MCD_OPC_CheckField,
20,
3,
7,
8,
40,
0, // Skip to: 25344
/* 15096 */ MCD_OPC_CheckField,
7,
1,
0,
1,
40,
0, // Skip to: 25344
/* 15103 */ MCD_OPC_Decode,
208,
7,
181,
1, // Opcode: MVE_VADDVu8acc
/* 15108 */ MCD_OPC_FilterValue,
2,
61,
0,
0, // Skip to: 15174
/* 15113 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15116 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15145
/* 15121 */ MCD_OPC_CheckPredicate,
22,
234,
39,
0, // Skip to: 25344
/* 15126 */ MCD_OPC_CheckField,
20,
3,
7,
227,
39,
0, // Skip to: 25344
/* 15133 */ MCD_OPC_CheckField,
7,
1,
0,
220,
39,
0, // Skip to: 25344
/* 15140 */ MCD_OPC_Decode,
198,
7,
181,
1, // Opcode: MVE_VADDVs16acc
/* 15145 */ MCD_OPC_FilterValue,
15,
210,
39,
0, // Skip to: 25344
/* 15150 */ MCD_OPC_CheckPredicate,
22,
205,
39,
0, // Skip to: 25344
/* 15155 */ MCD_OPC_CheckField,
20,
3,
7,
198,
39,
0, // Skip to: 25344
/* 15162 */ MCD_OPC_CheckField,
7,
1,
0,
191,
39,
0, // Skip to: 25344
/* 15169 */ MCD_OPC_Decode,
204,
7,
181,
1, // Opcode: MVE_VADDVu16acc
/* 15174 */ MCD_OPC_FilterValue,
4,
181,
39,
0, // Skip to: 25344
/* 15179 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15182 */ MCD_OPC_FilterValue,
14,
35,
0,
0, // Skip to: 15222
/* 15187 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 15190 */ MCD_OPC_FilterValue,
0,
165,
39,
0, // Skip to: 25344
/* 15195 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 15212
/* 15200 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 15212
/* 15207 */ MCD_OPC_Decode,
200,
7,
181,
1, // Opcode: MVE_VADDVs32acc
/* 15212 */ MCD_OPC_CheckPredicate,
22,
143,
39,
0, // Skip to: 25344
/* 15217 */ MCD_OPC_Decode,
194,
7,
182,
1, // Opcode: MVE_VADDLVs32acc
/* 15222 */ MCD_OPC_FilterValue,
15,
133,
39,
0, // Skip to: 25344
/* 15227 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 15230 */ MCD_OPC_FilterValue,
0,
125,
39,
0, // Skip to: 25344
/* 15235 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 15252
/* 15240 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 15252
/* 15247 */ MCD_OPC_Decode,
206,
7,
181,
1, // Opcode: MVE_VADDVu32acc
/* 15252 */ MCD_OPC_CheckPredicate,
22,
103,
39,
0, // Skip to: 25344
/* 15257 */ MCD_OPC_Decode,
196,
7,
182,
1, // Opcode: MVE_VADDLVu32acc
/* 15262 */ MCD_OPC_FilterValue,
1,
93,
39,
0, // Skip to: 25344
/* 15267 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 15270 */ MCD_OPC_FilterValue,
0,
85,
39,
0, // Skip to: 25344
/* 15275 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 15278 */ MCD_OPC_FilterValue,
0,
77,
39,
0, // Skip to: 25344
/* 15283 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15286 */ MCD_OPC_FilterValue,
14,
69,
39,
0, // Skip to: 25344
/* 15291 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 15308
/* 15296 */ MCD_OPC_CheckField,
20,
3,
7,
5,
0,
0, // Skip to: 15308
/* 15303 */ MCD_OPC_Decode,
241,
9,
176,
1, // Opcode: MVE_VMLADAVaxs8
/* 15308 */ MCD_OPC_CheckPredicate,
22,
47,
39,
0, // Skip to: 25344
/* 15313 */ MCD_OPC_Decode,
182,
12,
177,
1, // Opcode: MVE_VRMLALDAVHaxs32
/* 15318 */ MCD_OPC_FilterValue,
1,
37,
39,
0, // Skip to: 25344
/* 15323 */ MCD_OPC_ExtractField,
20,
3, // Inst{22-20} ...
/* 15326 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 15392
/* 15331 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15334 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15363
/* 15339 */ MCD_OPC_CheckPredicate,
22,
16,
39,
0, // Skip to: 25344
/* 15344 */ MCD_OPC_CheckField,
16,
1,
0,
9,
39,
0, // Skip to: 25344
/* 15351 */ MCD_OPC_CheckField,
4,
1,
0,
2,
39,
0, // Skip to: 25344
/* 15358 */ MCD_OPC_Decode,
175,
7,
183,
1, // Opcode: MVE_VABAVs8
/* 15363 */ MCD_OPC_FilterValue,
15,
248,
38,
0, // Skip to: 25344
/* 15368 */ MCD_OPC_CheckPredicate,
22,
243,
38,
0, // Skip to: 25344
/* 15373 */ MCD_OPC_CheckField,
16,
1,
0,
236,
38,
0, // Skip to: 25344
/* 15380 */ MCD_OPC_CheckField,
4,
1,
0,
229,
38,
0, // Skip to: 25344
/* 15387 */ MCD_OPC_Decode,
178,
7,
183,
1, // Opcode: MVE_VABAVu8
/* 15392 */ MCD_OPC_FilterValue,
1,
61,
0,
0, // Skip to: 15458
/* 15397 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15400 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15429
/* 15405 */ MCD_OPC_CheckPredicate,
22,
206,
38,
0, // Skip to: 25344
/* 15410 */ MCD_OPC_CheckField,
16,
1,
0,
199,
38,
0, // Skip to: 25344
/* 15417 */ MCD_OPC_CheckField,
4,
1,
0,
192,
38,
0, // Skip to: 25344
/* 15424 */ MCD_OPC_Decode,
173,
7,
183,
1, // Opcode: MVE_VABAVs16
/* 15429 */ MCD_OPC_FilterValue,
15,
182,
38,
0, // Skip to: 25344
/* 15434 */ MCD_OPC_CheckPredicate,
22,
177,
38,
0, // Skip to: 25344
/* 15439 */ MCD_OPC_CheckField,
16,
1,
0,
170,
38,
0, // Skip to: 25344
/* 15446 */ MCD_OPC_CheckField,
4,
1,
0,
163,
38,
0, // Skip to: 25344
/* 15453 */ MCD_OPC_Decode,
176,
7,
183,
1, // Opcode: MVE_VABAVu16
/* 15458 */ MCD_OPC_FilterValue,
2,
153,
38,
0, // Skip to: 25344
/* 15463 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15466 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15495
/* 15471 */ MCD_OPC_CheckPredicate,
22,
140,
38,
0, // Skip to: 25344
/* 15476 */ MCD_OPC_CheckField,
16,
1,
0,
133,
38,
0, // Skip to: 25344
/* 15483 */ MCD_OPC_CheckField,
4,
1,
0,
126,
38,
0, // Skip to: 25344
/* 15490 */ MCD_OPC_Decode,
174,
7,
183,
1, // Opcode: MVE_VABAVs32
/* 15495 */ MCD_OPC_FilterValue,
15,
116,
38,
0, // Skip to: 25344
/* 15500 */ MCD_OPC_CheckPredicate,
22,
111,
38,
0, // Skip to: 25344
/* 15505 */ MCD_OPC_CheckField,
16,
1,
0,
104,
38,
0, // Skip to: 25344
/* 15512 */ MCD_OPC_CheckField,
4,
1,
0,
97,
38,
0, // Skip to: 25344
/* 15519 */ MCD_OPC_Decode,
177,
7,
183,
1, // Opcode: MVE_VABAVu32
/* 15524 */ MCD_OPC_FilterValue,
1,
87,
38,
0, // Skip to: 25344
/* 15529 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 15532 */ MCD_OPC_FilterValue,
0,
219,
3,
0, // Skip to: 16524
/* 15537 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15540 */ MCD_OPC_FilterValue,
0,
27,
1,
0, // Skip to: 15828
/* 15545 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 15548 */ MCD_OPC_FilterValue,
0,
135,
0,
0, // Skip to: 15688
/* 15553 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 15556 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 15622
/* 15561 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15564 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15593
/* 15569 */ MCD_OPC_CheckPredicate,
22,
42,
38,
0, // Skip to: 25344
/* 15574 */ MCD_OPC_CheckField,
19,
1,
1,
35,
38,
0, // Skip to: 25344
/* 15581 */ MCD_OPC_CheckField,
4,
1,
0,
28,
38,
0, // Skip to: 25344
/* 15588 */ MCD_OPC_Decode,
132,
12,
184,
1, // Opcode: MVE_VQSHRNbhs16
/* 15593 */ MCD_OPC_FilterValue,
15,
18,
38,
0, // Skip to: 25344
/* 15598 */ MCD_OPC_CheckPredicate,
22,
13,
38,
0, // Skip to: 25344
/* 15603 */ MCD_OPC_CheckField,
19,
1,
1,
6,
38,
0, // Skip to: 25344
/* 15610 */ MCD_OPC_CheckField,
4,
1,
0,
255,
37,
0, // Skip to: 25344
/* 15617 */ MCD_OPC_Decode,
134,
12,
184,
1, // Opcode: MVE_VQSHRNbhu16
/* 15622 */ MCD_OPC_FilterValue,
1,
245,
37,
0, // Skip to: 25344
/* 15627 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15630 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15659
/* 15635 */ MCD_OPC_CheckPredicate,
22,
232,
37,
0, // Skip to: 25344
/* 15640 */ MCD_OPC_CheckField,
19,
1,
1,
225,
37,
0, // Skip to: 25344
/* 15647 */ MCD_OPC_CheckField,
4,
1,
0,
218,
37,
0, // Skip to: 25344
/* 15654 */ MCD_OPC_Decode,
136,
12,
184,
1, // Opcode: MVE_VQSHRNths16
/* 15659 */ MCD_OPC_FilterValue,
15,
208,
37,
0, // Skip to: 25344
/* 15664 */ MCD_OPC_CheckPredicate,
22,
203,
37,
0, // Skip to: 25344
/* 15669 */ MCD_OPC_CheckField,
19,
1,
1,
196,
37,
0, // Skip to: 25344
/* 15676 */ MCD_OPC_CheckField,
4,
1,
0,
189,
37,
0, // Skip to: 25344
/* 15683 */ MCD_OPC_Decode,
138,
12,
184,
1, // Opcode: MVE_VQSHRNthu16
/* 15688 */ MCD_OPC_FilterValue,
1,
179,
37,
0, // Skip to: 25344
/* 15693 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 15696 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 15762
/* 15701 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15704 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15733
/* 15709 */ MCD_OPC_CheckPredicate,
22,
158,
37,
0, // Skip to: 25344
/* 15714 */ MCD_OPC_CheckField,
19,
1,
1,
151,
37,
0, // Skip to: 25344
/* 15721 */ MCD_OPC_CheckField,
4,
1,
0,
144,
37,
0, // Skip to: 25344
/* 15728 */ MCD_OPC_Decode,
227,
11,
184,
1, // Opcode: MVE_VQRSHRNbhs16
/* 15733 */ MCD_OPC_FilterValue,
15,
134,
37,
0, // Skip to: 25344
/* 15738 */ MCD_OPC_CheckPredicate,
22,
129,
37,
0, // Skip to: 25344
/* 15743 */ MCD_OPC_CheckField,
19,
1,
1,
122,
37,
0, // Skip to: 25344
/* 15750 */ MCD_OPC_CheckField,
4,
1,
0,
115,
37,
0, // Skip to: 25344
/* 15757 */ MCD_OPC_Decode,
229,
11,
184,
1, // Opcode: MVE_VQRSHRNbhu16
/* 15762 */ MCD_OPC_FilterValue,
1,
105,
37,
0, // Skip to: 25344
/* 15767 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15770 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 15799
/* 15775 */ MCD_OPC_CheckPredicate,
22,
92,
37,
0, // Skip to: 25344
/* 15780 */ MCD_OPC_CheckField,
19,
1,
1,
85,
37,
0, // Skip to: 25344
/* 15787 */ MCD_OPC_CheckField,
4,
1,
0,
78,
37,
0, // Skip to: 25344
/* 15794 */ MCD_OPC_Decode,
231,
11,
184,
1, // Opcode: MVE_VQRSHRNths16
/* 15799 */ MCD_OPC_FilterValue,
15,
68,
37,
0, // Skip to: 25344
/* 15804 */ MCD_OPC_CheckPredicate,
22,
63,
37,
0, // Skip to: 25344
/* 15809 */ MCD_OPC_CheckField,
19,
1,
1,
56,
37,
0, // Skip to: 25344
/* 15816 */ MCD_OPC_CheckField,
4,
1,
0,
49,
37,
0, // Skip to: 25344
/* 15823 */ MCD_OPC_Decode,
233,
11,
184,
1, // Opcode: MVE_VQRSHRNthu16
/* 15828 */ MCD_OPC_FilterValue,
1,
227,
0,
0, // Skip to: 16060
/* 15833 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 15836 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 15948
/* 15841 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 15844 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 15896
/* 15849 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15852 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 15874
/* 15857 */ MCD_OPC_CheckPredicate,
22,
10,
37,
0, // Skip to: 25344
/* 15862 */ MCD_OPC_CheckField,
4,
1,
0,
3,
37,
0, // Skip to: 25344
/* 15869 */ MCD_OPC_Decode,
133,
12,
185,
1, // Opcode: MVE_VQSHRNbhs32
/* 15874 */ MCD_OPC_FilterValue,
15,
249,
36,
0, // Skip to: 25344
/* 15879 */ MCD_OPC_CheckPredicate,
22,
244,
36,
0, // Skip to: 25344
/* 15884 */ MCD_OPC_CheckField,
4,
1,
0,
237,
36,
0, // Skip to: 25344
/* 15891 */ MCD_OPC_Decode,
135,
12,
185,
1, // Opcode: MVE_VQSHRNbhu32
/* 15896 */ MCD_OPC_FilterValue,
1,
227,
36,
0, // Skip to: 25344
/* 15901 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15904 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 15926
/* 15909 */ MCD_OPC_CheckPredicate,
22,
214,
36,
0, // Skip to: 25344
/* 15914 */ MCD_OPC_CheckField,
4,
1,
0,
207,
36,
0, // Skip to: 25344
/* 15921 */ MCD_OPC_Decode,
137,
12,
185,
1, // Opcode: MVE_VQSHRNths32
/* 15926 */ MCD_OPC_FilterValue,
15,
197,
36,
0, // Skip to: 25344
/* 15931 */ MCD_OPC_CheckPredicate,
22,
192,
36,
0, // Skip to: 25344
/* 15936 */ MCD_OPC_CheckField,
4,
1,
0,
185,
36,
0, // Skip to: 25344
/* 15943 */ MCD_OPC_Decode,
139,
12,
185,
1, // Opcode: MVE_VQSHRNthu32
/* 15948 */ MCD_OPC_FilterValue,
1,
175,
36,
0, // Skip to: 25344
/* 15953 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 15956 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 16008
/* 15961 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 15964 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 15986
/* 15969 */ MCD_OPC_CheckPredicate,
22,
154,
36,
0, // Skip to: 25344
/* 15974 */ MCD_OPC_CheckField,
4,
1,
0,
147,
36,
0, // Skip to: 25344
/* 15981 */ MCD_OPC_Decode,
228,
11,
185,
1, // Opcode: MVE_VQRSHRNbhs32
/* 15986 */ MCD_OPC_FilterValue,
15,
137,
36,
0, // Skip to: 25344
/* 15991 */ MCD_OPC_CheckPredicate,
22,
132,
36,
0, // Skip to: 25344
/* 15996 */ MCD_OPC_CheckField,
4,
1,
0,
125,
36,
0, // Skip to: 25344
/* 16003 */ MCD_OPC_Decode,
230,
11,
185,
1, // Opcode: MVE_VQRSHRNbhu32
/* 16008 */ MCD_OPC_FilterValue,
1,
115,
36,
0, // Skip to: 25344
/* 16013 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16016 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 16038
/* 16021 */ MCD_OPC_CheckPredicate,
22,
102,
36,
0, // Skip to: 25344
/* 16026 */ MCD_OPC_CheckField,
4,
1,
0,
95,
36,
0, // Skip to: 25344
/* 16033 */ MCD_OPC_Decode,
232,
11,
185,
1, // Opcode: MVE_VQRSHRNths32
/* 16038 */ MCD_OPC_FilterValue,
15,
85,
36,
0, // Skip to: 25344
/* 16043 */ MCD_OPC_CheckPredicate,
22,
80,
36,
0, // Skip to: 25344
/* 16048 */ MCD_OPC_CheckField,
4,
1,
0,
73,
36,
0, // Skip to: 25344
/* 16055 */ MCD_OPC_Decode,
234,
11,
185,
1, // Opcode: MVE_VQRSHRNthu32
/* 16060 */ MCD_OPC_FilterValue,
2,
243,
0,
0, // Skip to: 16308
/* 16065 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 16068 */ MCD_OPC_FilterValue,
0,
115,
0,
0, // Skip to: 16188
/* 16073 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16076 */ MCD_OPC_FilterValue,
14,
51,
0,
0, // Skip to: 16132
/* 16081 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16084 */ MCD_OPC_FilterValue,
0,
39,
36,
0, // Skip to: 25344
/* 16089 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16092 */ MCD_OPC_FilterValue,
0,
31,
36,
0, // Skip to: 25344
/* 16097 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 16100 */ MCD_OPC_FilterValue,
1,
23,
36,
0, // Skip to: 25344
/* 16105 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16122
/* 16110 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 16122
/* 16117 */ MCD_OPC_Decode,
163,
10,
147,
1, // Opcode: MVE_VMOVLs8bh
/* 16122 */ MCD_OPC_CheckPredicate,
22,
1,
36,
0, // Skip to: 25344
/* 16127 */ MCD_OPC_Decode,
223,
12,
186,
1, // Opcode: MVE_VSHLL_imms8bh
/* 16132 */ MCD_OPC_FilterValue,
15,
247,
35,
0, // Skip to: 25344
/* 16137 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16140 */ MCD_OPC_FilterValue,
0,
239,
35,
0, // Skip to: 25344
/* 16145 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16148 */ MCD_OPC_FilterValue,
0,
231,
35,
0, // Skip to: 25344
/* 16153 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 16156 */ MCD_OPC_FilterValue,
1,
223,
35,
0, // Skip to: 25344
/* 16161 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16178
/* 16166 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 16178
/* 16173 */ MCD_OPC_Decode,
167,
10,
147,
1, // Opcode: MVE_VMOVLu8bh
/* 16178 */ MCD_OPC_CheckPredicate,
22,
201,
35,
0, // Skip to: 25344
/* 16183 */ MCD_OPC_Decode,
227,
12,
186,
1, // Opcode: MVE_VSHLL_immu8bh
/* 16188 */ MCD_OPC_FilterValue,
1,
191,
35,
0, // Skip to: 25344
/* 16193 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16196 */ MCD_OPC_FilterValue,
14,
51,
0,
0, // Skip to: 16252
/* 16201 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16204 */ MCD_OPC_FilterValue,
0,
175,
35,
0, // Skip to: 25344
/* 16209 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16212 */ MCD_OPC_FilterValue,
0,
167,
35,
0, // Skip to: 25344
/* 16217 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 16220 */ MCD_OPC_FilterValue,
1,
159,
35,
0, // Skip to: 25344
/* 16225 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16242
/* 16230 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 16242
/* 16237 */ MCD_OPC_Decode,
164,
10,
147,
1, // Opcode: MVE_VMOVLs8th
/* 16242 */ MCD_OPC_CheckPredicate,
22,
137,
35,
0, // Skip to: 25344
/* 16247 */ MCD_OPC_Decode,
224,
12,
186,
1, // Opcode: MVE_VSHLL_imms8th
/* 16252 */ MCD_OPC_FilterValue,
15,
127,
35,
0, // Skip to: 25344
/* 16257 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16260 */ MCD_OPC_FilterValue,
0,
119,
35,
0, // Skip to: 25344
/* 16265 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16268 */ MCD_OPC_FilterValue,
0,
111,
35,
0, // Skip to: 25344
/* 16273 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 16276 */ MCD_OPC_FilterValue,
1,
103,
35,
0, // Skip to: 25344
/* 16281 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16298
/* 16286 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 16298
/* 16293 */ MCD_OPC_Decode,
168,
10,
147,
1, // Opcode: MVE_VMOVLu8th
/* 16298 */ MCD_OPC_CheckPredicate,
22,
81,
35,
0, // Skip to: 25344
/* 16303 */ MCD_OPC_Decode,
228,
12,
186,
1, // Opcode: MVE_VSHLL_immu8th
/* 16308 */ MCD_OPC_FilterValue,
3,
71,
35,
0, // Skip to: 25344
/* 16313 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 16316 */ MCD_OPC_FilterValue,
0,
99,
0,
0, // Skip to: 16420
/* 16321 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16324 */ MCD_OPC_FilterValue,
14,
43,
0,
0, // Skip to: 16372
/* 16329 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16332 */ MCD_OPC_FilterValue,
0,
47,
35,
0, // Skip to: 25344
/* 16337 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16340 */ MCD_OPC_FilterValue,
0,
39,
35,
0, // Skip to: 25344
/* 16345 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16362
/* 16350 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 16362
/* 16357 */ MCD_OPC_Decode,
161,
10,
147,
1, // Opcode: MVE_VMOVLs16bh
/* 16362 */ MCD_OPC_CheckPredicate,
22,
17,
35,
0, // Skip to: 25344
/* 16367 */ MCD_OPC_Decode,
221,
12,
187,
1, // Opcode: MVE_VSHLL_imms16bh
/* 16372 */ MCD_OPC_FilterValue,
15,
7,
35,
0, // Skip to: 25344
/* 16377 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16380 */ MCD_OPC_FilterValue,
0,
255,
34,
0, // Skip to: 25344
/* 16385 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16388 */ MCD_OPC_FilterValue,
0,
247,
34,
0, // Skip to: 25344
/* 16393 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16410
/* 16398 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 16410
/* 16405 */ MCD_OPC_Decode,
165,
10,
147,
1, // Opcode: MVE_VMOVLu16bh
/* 16410 */ MCD_OPC_CheckPredicate,
22,
225,
34,
0, // Skip to: 25344
/* 16415 */ MCD_OPC_Decode,
225,
12,
187,
1, // Opcode: MVE_VSHLL_immu16bh
/* 16420 */ MCD_OPC_FilterValue,
1,
215,
34,
0, // Skip to: 25344
/* 16425 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16428 */ MCD_OPC_FilterValue,
14,
43,
0,
0, // Skip to: 16476
/* 16433 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16436 */ MCD_OPC_FilterValue,
0,
199,
34,
0, // Skip to: 25344
/* 16441 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16444 */ MCD_OPC_FilterValue,
0,
191,
34,
0, // Skip to: 25344
/* 16449 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16466
/* 16454 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 16466
/* 16461 */ MCD_OPC_Decode,
162,
10,
147,
1, // Opcode: MVE_VMOVLs16th
/* 16466 */ MCD_OPC_CheckPredicate,
22,
169,
34,
0, // Skip to: 25344
/* 16471 */ MCD_OPC_Decode,
222,
12,
187,
1, // Opcode: MVE_VSHLL_imms16th
/* 16476 */ MCD_OPC_FilterValue,
15,
159,
34,
0, // Skip to: 25344
/* 16481 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16484 */ MCD_OPC_FilterValue,
0,
151,
34,
0, // Skip to: 25344
/* 16489 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 16492 */ MCD_OPC_FilterValue,
0,
143,
34,
0, // Skip to: 25344
/* 16497 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 16514
/* 16502 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 16514
/* 16509 */ MCD_OPC_Decode,
166,
10,
147,
1, // Opcode: MVE_VMOVLu16th
/* 16514 */ MCD_OPC_CheckPredicate,
22,
121,
34,
0, // Skip to: 25344
/* 16519 */ MCD_OPC_Decode,
226,
12,
187,
1, // Opcode: MVE_VSHLL_immu16th
/* 16524 */ MCD_OPC_FilterValue,
1,
111,
34,
0, // Skip to: 25344
/* 16529 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 16532 */ MCD_OPC_FilterValue,
0,
36,
1,
0, // Skip to: 16829
/* 16537 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 16540 */ MCD_OPC_FilterValue,
0,
255,
0,
0, // Skip to: 16800
/* 16545 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16548 */ MCD_OPC_FilterValue,
0,
121,
0,
0, // Skip to: 16674
/* 16553 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 16556 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 16622
/* 16561 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16564 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 16593
/* 16569 */ MCD_OPC_CheckPredicate,
22,
66,
34,
0, // Skip to: 25344
/* 16574 */ MCD_OPC_CheckField,
19,
1,
1,
59,
34,
0, // Skip to: 25344
/* 16581 */ MCD_OPC_CheckField,
4,
1,
0,
52,
34,
0, // Skip to: 25344
/* 16588 */ MCD_OPC_Decode,
140,
12,
184,
1, // Opcode: MVE_VQSHRUNs16bh
/* 16593 */ MCD_OPC_FilterValue,
15,
42,
34,
0, // Skip to: 25344
/* 16598 */ MCD_OPC_CheckPredicate,
22,
37,
34,
0, // Skip to: 25344
/* 16603 */ MCD_OPC_CheckField,
19,
1,
1,
30,
34,
0, // Skip to: 25344
/* 16610 */ MCD_OPC_CheckField,
4,
1,
0,
23,
34,
0, // Skip to: 25344
/* 16617 */ MCD_OPC_Decode,
235,
11,
184,
1, // Opcode: MVE_VQRSHRUNs16bh
/* 16622 */ MCD_OPC_FilterValue,
1,
13,
34,
0, // Skip to: 25344
/* 16627 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16630 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 16652
/* 16635 */ MCD_OPC_CheckPredicate,
22,
0,
34,
0, // Skip to: 25344
/* 16640 */ MCD_OPC_CheckField,
4,
1,
0,
249,
33,
0, // Skip to: 25344
/* 16647 */ MCD_OPC_Decode,
142,
12,
185,
1, // Opcode: MVE_VQSHRUNs32bh
/* 16652 */ MCD_OPC_FilterValue,
15,
239,
33,
0, // Skip to: 25344
/* 16657 */ MCD_OPC_CheckPredicate,
22,
234,
33,
0, // Skip to: 25344
/* 16662 */ MCD_OPC_CheckField,
4,
1,
0,
227,
33,
0, // Skip to: 25344
/* 16669 */ MCD_OPC_Decode,
237,
11,
185,
1, // Opcode: MVE_VQRSHRUNs32bh
/* 16674 */ MCD_OPC_FilterValue,
1,
217,
33,
0, // Skip to: 25344
/* 16679 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 16682 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 16748
/* 16687 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16690 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 16719
/* 16695 */ MCD_OPC_CheckPredicate,
22,
196,
33,
0, // Skip to: 25344
/* 16700 */ MCD_OPC_CheckField,
19,
1,
1,
189,
33,
0, // Skip to: 25344
/* 16707 */ MCD_OPC_CheckField,
4,
1,
0,
182,
33,
0, // Skip to: 25344
/* 16714 */ MCD_OPC_Decode,
252,
12,
184,
1, // Opcode: MVE_VSHRNi16bh
/* 16719 */ MCD_OPC_FilterValue,
15,
172,
33,
0, // Skip to: 25344
/* 16724 */ MCD_OPC_CheckPredicate,
22,
167,
33,
0, // Skip to: 25344
/* 16729 */ MCD_OPC_CheckField,
19,
1,
1,
160,
33,
0, // Skip to: 25344
/* 16736 */ MCD_OPC_CheckField,
4,
1,
0,
153,
33,
0, // Skip to: 25344
/* 16743 */ MCD_OPC_Decode,
208,
12,
184,
1, // Opcode: MVE_VRSHRNi16bh
/* 16748 */ MCD_OPC_FilterValue,
1,
143,
33,
0, // Skip to: 25344
/* 16753 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16756 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 16778
/* 16761 */ MCD_OPC_CheckPredicate,
22,
130,
33,
0, // Skip to: 25344
/* 16766 */ MCD_OPC_CheckField,
4,
1,
0,
123,
33,
0, // Skip to: 25344
/* 16773 */ MCD_OPC_Decode,
254,
12,
185,
1, // Opcode: MVE_VSHRNi32bh
/* 16778 */ MCD_OPC_FilterValue,
15,
113,
33,
0, // Skip to: 25344
/* 16783 */ MCD_OPC_CheckPredicate,
22,
108,
33,
0, // Skip to: 25344
/* 16788 */ MCD_OPC_CheckField,
4,
1,
0,
101,
33,
0, // Skip to: 25344
/* 16795 */ MCD_OPC_Decode,
210,
12,
185,
1, // Opcode: MVE_VRSHRNi32bh
/* 16800 */ MCD_OPC_FilterValue,
1,
91,
33,
0, // Skip to: 25344
/* 16805 */ MCD_OPC_CheckPredicate,
22,
86,
33,
0, // Skip to: 25344
/* 16810 */ MCD_OPC_CheckField,
28,
4,
14,
79,
33,
0, // Skip to: 25344
/* 16817 */ MCD_OPC_CheckField,
4,
2,
0,
72,
33,
0, // Skip to: 25344
/* 16824 */ MCD_OPC_Decode,
220,
12,
188,
1, // Opcode: MVE_VSHLC
/* 16829 */ MCD_OPC_FilterValue,
1,
62,
33,
0, // Skip to: 25344
/* 16834 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 16837 */ MCD_OPC_FilterValue,
0,
121,
0,
0, // Skip to: 16963
/* 16842 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16845 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 16911
/* 16850 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16853 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 16882
/* 16858 */ MCD_OPC_CheckPredicate,
22,
33,
33,
0, // Skip to: 25344
/* 16863 */ MCD_OPC_CheckField,
19,
1,
1,
26,
33,
0, // Skip to: 25344
/* 16870 */ MCD_OPC_CheckField,
4,
1,
0,
19,
33,
0, // Skip to: 25344
/* 16877 */ MCD_OPC_Decode,
141,
12,
184,
1, // Opcode: MVE_VQSHRUNs16th
/* 16882 */ MCD_OPC_FilterValue,
15,
9,
33,
0, // Skip to: 25344
/* 16887 */ MCD_OPC_CheckPredicate,
22,
4,
33,
0, // Skip to: 25344
/* 16892 */ MCD_OPC_CheckField,
19,
1,
1,
253,
32,
0, // Skip to: 25344
/* 16899 */ MCD_OPC_CheckField,
4,
1,
0,
246,
32,
0, // Skip to: 25344
/* 16906 */ MCD_OPC_Decode,
236,
11,
184,
1, // Opcode: MVE_VQRSHRUNs16th
/* 16911 */ MCD_OPC_FilterValue,
1,
236,
32,
0, // Skip to: 25344
/* 16916 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16919 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 16941
/* 16924 */ MCD_OPC_CheckPredicate,
22,
223,
32,
0, // Skip to: 25344
/* 16929 */ MCD_OPC_CheckField,
4,
1,
0,
216,
32,
0, // Skip to: 25344
/* 16936 */ MCD_OPC_Decode,
143,
12,
185,
1, // Opcode: MVE_VQSHRUNs32th
/* 16941 */ MCD_OPC_FilterValue,
15,
206,
32,
0, // Skip to: 25344
/* 16946 */ MCD_OPC_CheckPredicate,
22,
201,
32,
0, // Skip to: 25344
/* 16951 */ MCD_OPC_CheckField,
4,
1,
0,
194,
32,
0, // Skip to: 25344
/* 16958 */ MCD_OPC_Decode,
238,
11,
185,
1, // Opcode: MVE_VQRSHRUNs32th
/* 16963 */ MCD_OPC_FilterValue,
1,
184,
32,
0, // Skip to: 25344
/* 16968 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16971 */ MCD_OPC_FilterValue,
0,
61,
0,
0, // Skip to: 17037
/* 16976 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 16979 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 17008
/* 16984 */ MCD_OPC_CheckPredicate,
22,
163,
32,
0, // Skip to: 25344
/* 16989 */ MCD_OPC_CheckField,
19,
1,
1,
156,
32,
0, // Skip to: 25344
/* 16996 */ MCD_OPC_CheckField,
4,
1,
0,
149,
32,
0, // Skip to: 25344
/* 17003 */ MCD_OPC_Decode,
253,
12,
184,
1, // Opcode: MVE_VSHRNi16th
/* 17008 */ MCD_OPC_FilterValue,
15,
139,
32,
0, // Skip to: 25344
/* 17013 */ MCD_OPC_CheckPredicate,
22,
134,
32,
0, // Skip to: 25344
/* 17018 */ MCD_OPC_CheckField,
19,
1,
1,
127,
32,
0, // Skip to: 25344
/* 17025 */ MCD_OPC_CheckField,
4,
1,
0,
120,
32,
0, // Skip to: 25344
/* 17032 */ MCD_OPC_Decode,
209,
12,
184,
1, // Opcode: MVE_VRSHRNi16th
/* 17037 */ MCD_OPC_FilterValue,
1,
110,
32,
0, // Skip to: 25344
/* 17042 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17045 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 17067
/* 17050 */ MCD_OPC_CheckPredicate,
22,
97,
32,
0, // Skip to: 25344
/* 17055 */ MCD_OPC_CheckField,
4,
1,
0,
90,
32,
0, // Skip to: 25344
/* 17062 */ MCD_OPC_Decode,
255,
12,
185,
1, // Opcode: MVE_VSHRNi32th
/* 17067 */ MCD_OPC_FilterValue,
15,
80,
32,
0, // Skip to: 25344
/* 17072 */ MCD_OPC_CheckPredicate,
22,
75,
32,
0, // Skip to: 25344
/* 17077 */ MCD_OPC_CheckField,
4,
1,
0,
68,
32,
0, // Skip to: 25344
/* 17084 */ MCD_OPC_Decode,
211,
12,
185,
1, // Opcode: MVE_VRSHRNi32th
/* 17089 */ MCD_OPC_FilterValue,
2,
15,
19,
0, // Skip to: 21973
/* 17094 */ MCD_OPC_ExtractField,
8,
5, // Inst{12-8} ...
/* 17097 */ MCD_OPC_FilterValue,
0,
251,
1,
0, // Skip to: 17609
/* 17102 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 17105 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 17273
/* 17110 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17113 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 17193
/* 17118 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17121 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17157
/* 17126 */ MCD_OPC_CheckPredicate,
22,
21,
32,
0, // Skip to: 25344
/* 17131 */ MCD_OPC_CheckField,
16,
1,
0,
14,
32,
0, // Skip to: 25344
/* 17138 */ MCD_OPC_CheckField,
6,
1,
1,
7,
32,
0, // Skip to: 25344
/* 17145 */ MCD_OPC_CheckField,
0,
1,
0,
0,
32,
0, // Skip to: 25344
/* 17152 */ MCD_OPC_Decode,
202,
8,
143,
1, // Opcode: MVE_VHADDs8
/* 17157 */ MCD_OPC_FilterValue,
15,
246,
31,
0, // Skip to: 25344
/* 17162 */ MCD_OPC_CheckPredicate,
22,
241,
31,
0, // Skip to: 25344
/* 17167 */ MCD_OPC_CheckField,
16,
1,
0,
234,
31,
0, // Skip to: 25344
/* 17174 */ MCD_OPC_CheckField,
6,
1,
1,
227,
31,
0, // Skip to: 25344
/* 17181 */ MCD_OPC_CheckField,
0,
1,
0,
220,
31,
0, // Skip to: 25344
/* 17188 */ MCD_OPC_Decode,
205,
8,
143,
1, // Opcode: MVE_VHADDu8
/* 17193 */ MCD_OPC_FilterValue,
1,
210,
31,
0, // Skip to: 25344
/* 17198 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17201 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17237
/* 17206 */ MCD_OPC_CheckPredicate,
22,
197,
31,
0, // Skip to: 25344
/* 17211 */ MCD_OPC_CheckField,
16,
1,
0,
190,
31,
0, // Skip to: 25344
/* 17218 */ MCD_OPC_CheckField,
6,
1,
1,
183,
31,
0, // Skip to: 25344
/* 17225 */ MCD_OPC_CheckField,
0,
1,
0,
176,
31,
0, // Skip to: 25344
/* 17232 */ MCD_OPC_Decode,
140,
11,
143,
1, // Opcode: MVE_VQADDs8
/* 17237 */ MCD_OPC_FilterValue,
15,
166,
31,
0, // Skip to: 25344
/* 17242 */ MCD_OPC_CheckPredicate,
22,
161,
31,
0, // Skip to: 25344
/* 17247 */ MCD_OPC_CheckField,
16,
1,
0,
154,
31,
0, // Skip to: 25344
/* 17254 */ MCD_OPC_CheckField,
6,
1,
1,
147,
31,
0, // Skip to: 25344
/* 17261 */ MCD_OPC_CheckField,
0,
1,
0,
140,
31,
0, // Skip to: 25344
/* 17268 */ MCD_OPC_Decode,
143,
11,
143,
1, // Opcode: MVE_VQADDu8
/* 17273 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 17441
/* 17278 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17281 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 17361
/* 17286 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17289 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17325
/* 17294 */ MCD_OPC_CheckPredicate,
22,
109,
31,
0, // Skip to: 25344
/* 17299 */ MCD_OPC_CheckField,
16,
1,
0,
102,
31,
0, // Skip to: 25344
/* 17306 */ MCD_OPC_CheckField,
6,
1,
1,
95,
31,
0, // Skip to: 25344
/* 17313 */ MCD_OPC_CheckField,
0,
1,
0,
88,
31,
0, // Skip to: 25344
/* 17320 */ MCD_OPC_Decode,
200,
8,
143,
1, // Opcode: MVE_VHADDs16
/* 17325 */ MCD_OPC_FilterValue,
15,
78,
31,
0, // Skip to: 25344
/* 17330 */ MCD_OPC_CheckPredicate,
22,
73,
31,
0, // Skip to: 25344
/* 17335 */ MCD_OPC_CheckField,
16,
1,
0,
66,
31,
0, // Skip to: 25344
/* 17342 */ MCD_OPC_CheckField,
6,
1,
1,
59,
31,
0, // Skip to: 25344
/* 17349 */ MCD_OPC_CheckField,
0,
1,
0,
52,
31,
0, // Skip to: 25344
/* 17356 */ MCD_OPC_Decode,
203,
8,
143,
1, // Opcode: MVE_VHADDu16
/* 17361 */ MCD_OPC_FilterValue,
1,
42,
31,
0, // Skip to: 25344
/* 17366 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17369 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17405
/* 17374 */ MCD_OPC_CheckPredicate,
22,
29,
31,
0, // Skip to: 25344
/* 17379 */ MCD_OPC_CheckField,
16,
1,
0,
22,
31,
0, // Skip to: 25344
/* 17386 */ MCD_OPC_CheckField,
6,
1,
1,
15,
31,
0, // Skip to: 25344
/* 17393 */ MCD_OPC_CheckField,
0,
1,
0,
8,
31,
0, // Skip to: 25344
/* 17400 */ MCD_OPC_Decode,
138,
11,
143,
1, // Opcode: MVE_VQADDs16
/* 17405 */ MCD_OPC_FilterValue,
15,
254,
30,
0, // Skip to: 25344
/* 17410 */ MCD_OPC_CheckPredicate,
22,
249,
30,
0, // Skip to: 25344
/* 17415 */ MCD_OPC_CheckField,
16,
1,
0,
242,
30,
0, // Skip to: 25344
/* 17422 */ MCD_OPC_CheckField,
6,
1,
1,
235,
30,
0, // Skip to: 25344
/* 17429 */ MCD_OPC_CheckField,
0,
1,
0,
228,
30,
0, // Skip to: 25344
/* 17436 */ MCD_OPC_Decode,
141,
11,
143,
1, // Opcode: MVE_VQADDu16
/* 17441 */ MCD_OPC_FilterValue,
2,
218,
30,
0, // Skip to: 25344
/* 17446 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17449 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 17529
/* 17454 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17457 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17493
/* 17462 */ MCD_OPC_CheckPredicate,
22,
197,
30,
0, // Skip to: 25344
/* 17467 */ MCD_OPC_CheckField,
16,
1,
0,
190,
30,
0, // Skip to: 25344
/* 17474 */ MCD_OPC_CheckField,
6,
1,
1,
183,
30,
0, // Skip to: 25344
/* 17481 */ MCD_OPC_CheckField,
0,
1,
0,
176,
30,
0, // Skip to: 25344
/* 17488 */ MCD_OPC_Decode,
201,
8,
143,
1, // Opcode: MVE_VHADDs32
/* 17493 */ MCD_OPC_FilterValue,
15,
166,
30,
0, // Skip to: 25344
/* 17498 */ MCD_OPC_CheckPredicate,
22,
161,
30,
0, // Skip to: 25344
/* 17503 */ MCD_OPC_CheckField,
16,
1,
0,
154,
30,
0, // Skip to: 25344
/* 17510 */ MCD_OPC_CheckField,
6,
1,
1,
147,
30,
0, // Skip to: 25344
/* 17517 */ MCD_OPC_CheckField,
0,
1,
0,
140,
30,
0, // Skip to: 25344
/* 17524 */ MCD_OPC_Decode,
204,
8,
143,
1, // Opcode: MVE_VHADDu32
/* 17529 */ MCD_OPC_FilterValue,
1,
130,
30,
0, // Skip to: 25344
/* 17534 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17537 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17573
/* 17542 */ MCD_OPC_CheckPredicate,
22,
117,
30,
0, // Skip to: 25344
/* 17547 */ MCD_OPC_CheckField,
16,
1,
0,
110,
30,
0, // Skip to: 25344
/* 17554 */ MCD_OPC_CheckField,
6,
1,
1,
103,
30,
0, // Skip to: 25344
/* 17561 */ MCD_OPC_CheckField,
0,
1,
0,
96,
30,
0, // Skip to: 25344
/* 17568 */ MCD_OPC_Decode,
139,
11,
143,
1, // Opcode: MVE_VQADDs32
/* 17573 */ MCD_OPC_FilterValue,
15,
86,
30,
0, // Skip to: 25344
/* 17578 */ MCD_OPC_CheckPredicate,
22,
81,
30,
0, // Skip to: 25344
/* 17583 */ MCD_OPC_CheckField,
16,
1,
0,
74,
30,
0, // Skip to: 25344
/* 17590 */ MCD_OPC_CheckField,
6,
1,
1,
67,
30,
0, // Skip to: 25344
/* 17597 */ MCD_OPC_CheckField,
0,
1,
0,
60,
30,
0, // Skip to: 25344
/* 17604 */ MCD_OPC_Decode,
142,
11,
143,
1, // Opcode: MVE_VQADDu32
/* 17609 */ MCD_OPC_FilterValue,
1,
227,
1,
0, // Skip to: 18097
/* 17614 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 17617 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 17785
/* 17622 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17625 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 17705
/* 17630 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17633 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17669
/* 17638 */ MCD_OPC_CheckPredicate,
22,
21,
30,
0, // Skip to: 25344
/* 17643 */ MCD_OPC_CheckField,
16,
1,
0,
14,
30,
0, // Skip to: 25344
/* 17650 */ MCD_OPC_CheckField,
6,
1,
1,
7,
30,
0, // Skip to: 25344
/* 17657 */ MCD_OPC_CheckField,
0,
1,
0,
0,
30,
0, // Skip to: 25344
/* 17664 */ MCD_OPC_Decode,
164,
12,
143,
1, // Opcode: MVE_VRHADDs8
/* 17669 */ MCD_OPC_FilterValue,
15,
246,
29,
0, // Skip to: 25344
/* 17674 */ MCD_OPC_CheckPredicate,
22,
241,
29,
0, // Skip to: 25344
/* 17679 */ MCD_OPC_CheckField,
16,
1,
0,
234,
29,
0, // Skip to: 25344
/* 17686 */ MCD_OPC_CheckField,
6,
1,
1,
227,
29,
0, // Skip to: 25344
/* 17693 */ MCD_OPC_CheckField,
0,
1,
0,
220,
29,
0, // Skip to: 25344
/* 17700 */ MCD_OPC_Decode,
167,
12,
143,
1, // Opcode: MVE_VRHADDu8
/* 17705 */ MCD_OPC_FilterValue,
1,
210,
29,
0, // Skip to: 25344
/* 17710 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17713 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17749
/* 17718 */ MCD_OPC_CheckPredicate,
22,
197,
29,
0, // Skip to: 25344
/* 17723 */ MCD_OPC_CheckField,
16,
1,
0,
190,
29,
0, // Skip to: 25344
/* 17730 */ MCD_OPC_CheckField,
6,
1,
1,
183,
29,
0, // Skip to: 25344
/* 17737 */ MCD_OPC_CheckField,
0,
1,
0,
176,
29,
0, // Skip to: 25344
/* 17744 */ MCD_OPC_Decode,
220,
7,
143,
1, // Opcode: MVE_VAND
/* 17749 */ MCD_OPC_FilterValue,
15,
166,
29,
0, // Skip to: 25344
/* 17754 */ MCD_OPC_CheckPredicate,
22,
161,
29,
0, // Skip to: 25344
/* 17759 */ MCD_OPC_CheckField,
16,
1,
0,
154,
29,
0, // Skip to: 25344
/* 17766 */ MCD_OPC_CheckField,
6,
1,
1,
147,
29,
0, // Skip to: 25344
/* 17773 */ MCD_OPC_CheckField,
0,
1,
0,
140,
29,
0, // Skip to: 25344
/* 17780 */ MCD_OPC_Decode,
185,
8,
143,
1, // Opcode: MVE_VEOR
/* 17785 */ MCD_OPC_FilterValue,
1,
126,
0,
0, // Skip to: 17916
/* 17790 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17793 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 17873
/* 17798 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17801 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17837
/* 17806 */ MCD_OPC_CheckPredicate,
22,
109,
29,
0, // Skip to: 25344
/* 17811 */ MCD_OPC_CheckField,
16,
1,
0,
102,
29,
0, // Skip to: 25344
/* 17818 */ MCD_OPC_CheckField,
6,
1,
1,
95,
29,
0, // Skip to: 25344
/* 17825 */ MCD_OPC_CheckField,
0,
1,
0,
88,
29,
0, // Skip to: 25344
/* 17832 */ MCD_OPC_Decode,
162,
12,
143,
1, // Opcode: MVE_VRHADDs16
/* 17837 */ MCD_OPC_FilterValue,
15,
78,
29,
0, // Skip to: 25344
/* 17842 */ MCD_OPC_CheckPredicate,
22,
73,
29,
0, // Skip to: 25344
/* 17847 */ MCD_OPC_CheckField,
16,
1,
0,
66,
29,
0, // Skip to: 25344
/* 17854 */ MCD_OPC_CheckField,
6,
1,
1,
59,
29,
0, // Skip to: 25344
/* 17861 */ MCD_OPC_CheckField,
0,
1,
0,
52,
29,
0, // Skip to: 25344
/* 17868 */ MCD_OPC_Decode,
165,
12,
143,
1, // Opcode: MVE_VRHADDu16
/* 17873 */ MCD_OPC_FilterValue,
1,
42,
29,
0, // Skip to: 25344
/* 17878 */ MCD_OPC_CheckPredicate,
22,
37,
29,
0, // Skip to: 25344
/* 17883 */ MCD_OPC_CheckField,
28,
4,
14,
30,
29,
0, // Skip to: 25344
/* 17890 */ MCD_OPC_CheckField,
16,
1,
0,
23,
29,
0, // Skip to: 25344
/* 17897 */ MCD_OPC_CheckField,
6,
1,
1,
16,
29,
0, // Skip to: 25344
/* 17904 */ MCD_OPC_CheckField,
0,
1,
0,
9,
29,
0, // Skip to: 25344
/* 17911 */ MCD_OPC_Decode,
221,
7,
143,
1, // Opcode: MVE_VBIC
/* 17916 */ MCD_OPC_FilterValue,
2,
126,
0,
0, // Skip to: 18047
/* 17921 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 17924 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18004
/* 17929 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 17932 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 17968
/* 17937 */ MCD_OPC_CheckPredicate,
22,
234,
28,
0, // Skip to: 25344
/* 17942 */ MCD_OPC_CheckField,
16,
1,
0,
227,
28,
0, // Skip to: 25344
/* 17949 */ MCD_OPC_CheckField,
6,
1,
1,
220,
28,
0, // Skip to: 25344
/* 17956 */ MCD_OPC_CheckField,
0,
1,
0,
213,
28,
0, // Skip to: 25344
/* 17963 */ MCD_OPC_Decode,
163,
12,
143,
1, // Opcode: MVE_VRHADDs32
/* 17968 */ MCD_OPC_FilterValue,
15,
203,
28,
0, // Skip to: 25344
/* 17973 */ MCD_OPC_CheckPredicate,
22,
198,
28,
0, // Skip to: 25344
/* 17978 */ MCD_OPC_CheckField,
16,
1,
0,
191,
28,
0, // Skip to: 25344
/* 17985 */ MCD_OPC_CheckField,
6,
1,
1,
184,
28,
0, // Skip to: 25344
/* 17992 */ MCD_OPC_CheckField,
0,
1,
0,
177,
28,
0, // Skip to: 25344
/* 17999 */ MCD_OPC_Decode,
166,
12,
143,
1, // Opcode: MVE_VRHADDu32
/* 18004 */ MCD_OPC_FilterValue,
1,
167,
28,
0, // Skip to: 25344
/* 18009 */ MCD_OPC_CheckPredicate,
22,
162,
28,
0, // Skip to: 25344
/* 18014 */ MCD_OPC_CheckField,
28,
4,
14,
155,
28,
0, // Skip to: 25344
/* 18021 */ MCD_OPC_CheckField,
16,
1,
0,
148,
28,
0, // Skip to: 25344
/* 18028 */ MCD_OPC_CheckField,
6,
1,
1,
141,
28,
0, // Skip to: 25344
/* 18035 */ MCD_OPC_CheckField,
0,
1,
0,
134,
28,
0, // Skip to: 25344
/* 18042 */ MCD_OPC_Decode,
229,
10,
143,
1, // Opcode: MVE_VORR
/* 18047 */ MCD_OPC_FilterValue,
3,
124,
28,
0, // Skip to: 25344
/* 18052 */ MCD_OPC_CheckPredicate,
22,
119,
28,
0, // Skip to: 25344
/* 18057 */ MCD_OPC_CheckField,
28,
4,
14,
112,
28,
0, // Skip to: 25344
/* 18064 */ MCD_OPC_CheckField,
16,
1,
0,
105,
28,
0, // Skip to: 25344
/* 18071 */ MCD_OPC_CheckField,
6,
1,
1,
98,
28,
0, // Skip to: 25344
/* 18078 */ MCD_OPC_CheckField,
4,
1,
1,
91,
28,
0, // Skip to: 25344
/* 18085 */ MCD_OPC_CheckField,
0,
1,
0,
84,
28,
0, // Skip to: 25344
/* 18092 */ MCD_OPC_Decode,
228,
10,
143,
1, // Opcode: MVE_VORN
/* 18097 */ MCD_OPC_FilterValue,
2,
251,
1,
0, // Skip to: 18609
/* 18102 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 18105 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 18273
/* 18110 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18113 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18193
/* 18118 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18121 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18157
/* 18126 */ MCD_OPC_CheckPredicate,
22,
45,
28,
0, // Skip to: 25344
/* 18131 */ MCD_OPC_CheckField,
16,
1,
0,
38,
28,
0, // Skip to: 25344
/* 18138 */ MCD_OPC_CheckField,
6,
1,
1,
31,
28,
0, // Skip to: 25344
/* 18145 */ MCD_OPC_CheckField,
0,
1,
0,
24,
28,
0, // Skip to: 25344
/* 18152 */ MCD_OPC_Decode,
217,
8,
143,
1, // Opcode: MVE_VHSUBs8
/* 18157 */ MCD_OPC_FilterValue,
15,
14,
28,
0, // Skip to: 25344
/* 18162 */ MCD_OPC_CheckPredicate,
22,
9,
28,
0, // Skip to: 25344
/* 18167 */ MCD_OPC_CheckField,
16,
1,
0,
2,
28,
0, // Skip to: 25344
/* 18174 */ MCD_OPC_CheckField,
6,
1,
1,
251,
27,
0, // Skip to: 25344
/* 18181 */ MCD_OPC_CheckField,
0,
1,
0,
244,
27,
0, // Skip to: 25344
/* 18188 */ MCD_OPC_Decode,
220,
8,
143,
1, // Opcode: MVE_VHSUBu8
/* 18193 */ MCD_OPC_FilterValue,
1,
234,
27,
0, // Skip to: 25344
/* 18198 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18201 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18237
/* 18206 */ MCD_OPC_CheckPredicate,
22,
221,
27,
0, // Skip to: 25344
/* 18211 */ MCD_OPC_CheckField,
16,
1,
0,
214,
27,
0, // Skip to: 25344
/* 18218 */ MCD_OPC_CheckField,
6,
1,
1,
207,
27,
0, // Skip to: 25344
/* 18225 */ MCD_OPC_CheckField,
0,
1,
0,
200,
27,
0, // Skip to: 25344
/* 18232 */ MCD_OPC_Decode,
152,
12,
143,
1, // Opcode: MVE_VQSUBs8
/* 18237 */ MCD_OPC_FilterValue,
15,
190,
27,
0, // Skip to: 25344
/* 18242 */ MCD_OPC_CheckPredicate,
22,
185,
27,
0, // Skip to: 25344
/* 18247 */ MCD_OPC_CheckField,
16,
1,
0,
178,
27,
0, // Skip to: 25344
/* 18254 */ MCD_OPC_CheckField,
6,
1,
1,
171,
27,
0, // Skip to: 25344
/* 18261 */ MCD_OPC_CheckField,
0,
1,
0,
164,
27,
0, // Skip to: 25344
/* 18268 */ MCD_OPC_Decode,
155,
12,
143,
1, // Opcode: MVE_VQSUBu8
/* 18273 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 18441
/* 18278 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18281 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18361
/* 18286 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18289 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18325
/* 18294 */ MCD_OPC_CheckPredicate,
22,
133,
27,
0, // Skip to: 25344
/* 18299 */ MCD_OPC_CheckField,
16,
1,
0,
126,
27,
0, // Skip to: 25344
/* 18306 */ MCD_OPC_CheckField,
6,
1,
1,
119,
27,
0, // Skip to: 25344
/* 18313 */ MCD_OPC_CheckField,
0,
1,
0,
112,
27,
0, // Skip to: 25344
/* 18320 */ MCD_OPC_Decode,
215,
8,
143,
1, // Opcode: MVE_VHSUBs16
/* 18325 */ MCD_OPC_FilterValue,
15,
102,
27,
0, // Skip to: 25344
/* 18330 */ MCD_OPC_CheckPredicate,
22,
97,
27,
0, // Skip to: 25344
/* 18335 */ MCD_OPC_CheckField,
16,
1,
0,
90,
27,
0, // Skip to: 25344
/* 18342 */ MCD_OPC_CheckField,
6,
1,
1,
83,
27,
0, // Skip to: 25344
/* 18349 */ MCD_OPC_CheckField,
0,
1,
0,
76,
27,
0, // Skip to: 25344
/* 18356 */ MCD_OPC_Decode,
218,
8,
143,
1, // Opcode: MVE_VHSUBu16
/* 18361 */ MCD_OPC_FilterValue,
1,
66,
27,
0, // Skip to: 25344
/* 18366 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18369 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18405
/* 18374 */ MCD_OPC_CheckPredicate,
22,
53,
27,
0, // Skip to: 25344
/* 18379 */ MCD_OPC_CheckField,
16,
1,
0,
46,
27,
0, // Skip to: 25344
/* 18386 */ MCD_OPC_CheckField,
6,
1,
1,
39,
27,
0, // Skip to: 25344
/* 18393 */ MCD_OPC_CheckField,
0,
1,
0,
32,
27,
0, // Skip to: 25344
/* 18400 */ MCD_OPC_Decode,
150,
12,
143,
1, // Opcode: MVE_VQSUBs16
/* 18405 */ MCD_OPC_FilterValue,
15,
22,
27,
0, // Skip to: 25344
/* 18410 */ MCD_OPC_CheckPredicate,
22,
17,
27,
0, // Skip to: 25344
/* 18415 */ MCD_OPC_CheckField,
16,
1,
0,
10,
27,
0, // Skip to: 25344
/* 18422 */ MCD_OPC_CheckField,
6,
1,
1,
3,
27,
0, // Skip to: 25344
/* 18429 */ MCD_OPC_CheckField,
0,
1,
0,
252,
26,
0, // Skip to: 25344
/* 18436 */ MCD_OPC_Decode,
153,
12,
143,
1, // Opcode: MVE_VQSUBu16
/* 18441 */ MCD_OPC_FilterValue,
2,
242,
26,
0, // Skip to: 25344
/* 18446 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18449 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18529
/* 18454 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18457 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18493
/* 18462 */ MCD_OPC_CheckPredicate,
22,
221,
26,
0, // Skip to: 25344
/* 18467 */ MCD_OPC_CheckField,
16,
1,
0,
214,
26,
0, // Skip to: 25344
/* 18474 */ MCD_OPC_CheckField,
6,
1,
1,
207,
26,
0, // Skip to: 25344
/* 18481 */ MCD_OPC_CheckField,
0,
1,
0,
200,
26,
0, // Skip to: 25344
/* 18488 */ MCD_OPC_Decode,
216,
8,
143,
1, // Opcode: MVE_VHSUBs32
/* 18493 */ MCD_OPC_FilterValue,
15,
190,
26,
0, // Skip to: 25344
/* 18498 */ MCD_OPC_CheckPredicate,
22,
185,
26,
0, // Skip to: 25344
/* 18503 */ MCD_OPC_CheckField,
16,
1,
0,
178,
26,
0, // Skip to: 25344
/* 18510 */ MCD_OPC_CheckField,
6,
1,
1,
171,
26,
0, // Skip to: 25344
/* 18517 */ MCD_OPC_CheckField,
0,
1,
0,
164,
26,
0, // Skip to: 25344
/* 18524 */ MCD_OPC_Decode,
219,
8,
143,
1, // Opcode: MVE_VHSUBu32
/* 18529 */ MCD_OPC_FilterValue,
1,
154,
26,
0, // Skip to: 25344
/* 18534 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18537 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18573
/* 18542 */ MCD_OPC_CheckPredicate,
22,
141,
26,
0, // Skip to: 25344
/* 18547 */ MCD_OPC_CheckField,
16,
1,
0,
134,
26,
0, // Skip to: 25344
/* 18554 */ MCD_OPC_CheckField,
6,
1,
1,
127,
26,
0, // Skip to: 25344
/* 18561 */ MCD_OPC_CheckField,
0,
1,
0,
120,
26,
0, // Skip to: 25344
/* 18568 */ MCD_OPC_Decode,
151,
12,
143,
1, // Opcode: MVE_VQSUBs32
/* 18573 */ MCD_OPC_FilterValue,
15,
110,
26,
0, // Skip to: 25344
/* 18578 */ MCD_OPC_CheckPredicate,
22,
105,
26,
0, // Skip to: 25344
/* 18583 */ MCD_OPC_CheckField,
16,
1,
0,
98,
26,
0, // Skip to: 25344
/* 18590 */ MCD_OPC_CheckField,
6,
1,
1,
91,
26,
0, // Skip to: 25344
/* 18597 */ MCD_OPC_CheckField,
0,
1,
0,
84,
26,
0, // Skip to: 25344
/* 18604 */ MCD_OPC_Decode,
154,
12,
143,
1, // Opcode: MVE_VQSUBu32
/* 18609 */ MCD_OPC_FilterValue,
4,
251,
1,
0, // Skip to: 19121
/* 18614 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 18617 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 18785
/* 18622 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18625 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18705
/* 18630 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18633 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18669
/* 18638 */ MCD_OPC_CheckPredicate,
22,
45,
26,
0, // Skip to: 25344
/* 18643 */ MCD_OPC_CheckField,
16,
1,
0,
38,
26,
0, // Skip to: 25344
/* 18650 */ MCD_OPC_CheckField,
6,
1,
1,
31,
26,
0, // Skip to: 25344
/* 18657 */ MCD_OPC_CheckField,
0,
1,
0,
24,
26,
0, // Skip to: 25344
/* 18664 */ MCD_OPC_Decode,
239,
12,
189,
1, // Opcode: MVE_VSHL_by_vecs8
/* 18669 */ MCD_OPC_FilterValue,
15,
14,
26,
0, // Skip to: 25344
/* 18674 */ MCD_OPC_CheckPredicate,
22,
9,
26,
0, // Skip to: 25344
/* 18679 */ MCD_OPC_CheckField,
16,
1,
0,
2,
26,
0, // Skip to: 25344
/* 18686 */ MCD_OPC_CheckField,
6,
1,
1,
251,
25,
0, // Skip to: 25344
/* 18693 */ MCD_OPC_CheckField,
0,
1,
0,
244,
25,
0, // Skip to: 25344
/* 18700 */ MCD_OPC_Decode,
242,
12,
189,
1, // Opcode: MVE_VSHL_by_vecu8
/* 18705 */ MCD_OPC_FilterValue,
1,
234,
25,
0, // Skip to: 25344
/* 18710 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18713 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18749
/* 18718 */ MCD_OPC_CheckPredicate,
22,
221,
25,
0, // Skip to: 25344
/* 18723 */ MCD_OPC_CheckField,
16,
1,
0,
214,
25,
0, // Skip to: 25344
/* 18730 */ MCD_OPC_CheckField,
6,
1,
1,
207,
25,
0, // Skip to: 25344
/* 18737 */ MCD_OPC_CheckField,
0,
1,
0,
200,
25,
0, // Skip to: 25344
/* 18744 */ MCD_OPC_Decode,
244,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecs8
/* 18749 */ MCD_OPC_FilterValue,
15,
190,
25,
0, // Skip to: 25344
/* 18754 */ MCD_OPC_CheckPredicate,
22,
185,
25,
0, // Skip to: 25344
/* 18759 */ MCD_OPC_CheckField,
16,
1,
0,
178,
25,
0, // Skip to: 25344
/* 18766 */ MCD_OPC_CheckField,
6,
1,
1,
171,
25,
0, // Skip to: 25344
/* 18773 */ MCD_OPC_CheckField,
0,
1,
0,
164,
25,
0, // Skip to: 25344
/* 18780 */ MCD_OPC_Decode,
247,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecu8
/* 18785 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 18953
/* 18790 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18793 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 18873
/* 18798 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18801 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18837
/* 18806 */ MCD_OPC_CheckPredicate,
22,
133,
25,
0, // Skip to: 25344
/* 18811 */ MCD_OPC_CheckField,
16,
1,
0,
126,
25,
0, // Skip to: 25344
/* 18818 */ MCD_OPC_CheckField,
6,
1,
1,
119,
25,
0, // Skip to: 25344
/* 18825 */ MCD_OPC_CheckField,
0,
1,
0,
112,
25,
0, // Skip to: 25344
/* 18832 */ MCD_OPC_Decode,
237,
12,
189,
1, // Opcode: MVE_VSHL_by_vecs16
/* 18837 */ MCD_OPC_FilterValue,
15,
102,
25,
0, // Skip to: 25344
/* 18842 */ MCD_OPC_CheckPredicate,
22,
97,
25,
0, // Skip to: 25344
/* 18847 */ MCD_OPC_CheckField,
16,
1,
0,
90,
25,
0, // Skip to: 25344
/* 18854 */ MCD_OPC_CheckField,
6,
1,
1,
83,
25,
0, // Skip to: 25344
/* 18861 */ MCD_OPC_CheckField,
0,
1,
0,
76,
25,
0, // Skip to: 25344
/* 18868 */ MCD_OPC_Decode,
240,
12,
189,
1, // Opcode: MVE_VSHL_by_vecu16
/* 18873 */ MCD_OPC_FilterValue,
1,
66,
25,
0, // Skip to: 25344
/* 18878 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18881 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 18917
/* 18886 */ MCD_OPC_CheckPredicate,
22,
53,
25,
0, // Skip to: 25344
/* 18891 */ MCD_OPC_CheckField,
16,
1,
0,
46,
25,
0, // Skip to: 25344
/* 18898 */ MCD_OPC_CheckField,
6,
1,
1,
39,
25,
0, // Skip to: 25344
/* 18905 */ MCD_OPC_CheckField,
0,
1,
0,
32,
25,
0, // Skip to: 25344
/* 18912 */ MCD_OPC_Decode,
242,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecs16
/* 18917 */ MCD_OPC_FilterValue,
15,
22,
25,
0, // Skip to: 25344
/* 18922 */ MCD_OPC_CheckPredicate,
22,
17,
25,
0, // Skip to: 25344
/* 18927 */ MCD_OPC_CheckField,
16,
1,
0,
10,
25,
0, // Skip to: 25344
/* 18934 */ MCD_OPC_CheckField,
6,
1,
1,
3,
25,
0, // Skip to: 25344
/* 18941 */ MCD_OPC_CheckField,
0,
1,
0,
252,
24,
0, // Skip to: 25344
/* 18948 */ MCD_OPC_Decode,
245,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecu16
/* 18953 */ MCD_OPC_FilterValue,
2,
242,
24,
0, // Skip to: 25344
/* 18958 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 18961 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19041
/* 18966 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 18969 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19005
/* 18974 */ MCD_OPC_CheckPredicate,
22,
221,
24,
0, // Skip to: 25344
/* 18979 */ MCD_OPC_CheckField,
16,
1,
0,
214,
24,
0, // Skip to: 25344
/* 18986 */ MCD_OPC_CheckField,
6,
1,
1,
207,
24,
0, // Skip to: 25344
/* 18993 */ MCD_OPC_CheckField,
0,
1,
0,
200,
24,
0, // Skip to: 25344
/* 19000 */ MCD_OPC_Decode,
238,
12,
189,
1, // Opcode: MVE_VSHL_by_vecs32
/* 19005 */ MCD_OPC_FilterValue,
15,
190,
24,
0, // Skip to: 25344
/* 19010 */ MCD_OPC_CheckPredicate,
22,
185,
24,
0, // Skip to: 25344
/* 19015 */ MCD_OPC_CheckField,
16,
1,
0,
178,
24,
0, // Skip to: 25344
/* 19022 */ MCD_OPC_CheckField,
6,
1,
1,
171,
24,
0, // Skip to: 25344
/* 19029 */ MCD_OPC_CheckField,
0,
1,
0,
164,
24,
0, // Skip to: 25344
/* 19036 */ MCD_OPC_Decode,
241,
12,
189,
1, // Opcode: MVE_VSHL_by_vecu32
/* 19041 */ MCD_OPC_FilterValue,
1,
154,
24,
0, // Skip to: 25344
/* 19046 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19049 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19085
/* 19054 */ MCD_OPC_CheckPredicate,
22,
141,
24,
0, // Skip to: 25344
/* 19059 */ MCD_OPC_CheckField,
16,
1,
0,
134,
24,
0, // Skip to: 25344
/* 19066 */ MCD_OPC_CheckField,
6,
1,
1,
127,
24,
0, // Skip to: 25344
/* 19073 */ MCD_OPC_CheckField,
0,
1,
0,
120,
24,
0, // Skip to: 25344
/* 19080 */ MCD_OPC_Decode,
243,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecs32
/* 19085 */ MCD_OPC_FilterValue,
15,
110,
24,
0, // Skip to: 25344
/* 19090 */ MCD_OPC_CheckPredicate,
22,
105,
24,
0, // Skip to: 25344
/* 19095 */ MCD_OPC_CheckField,
16,
1,
0,
98,
24,
0, // Skip to: 25344
/* 19102 */ MCD_OPC_CheckField,
6,
1,
1,
91,
24,
0, // Skip to: 25344
/* 19109 */ MCD_OPC_CheckField,
0,
1,
0,
84,
24,
0, // Skip to: 25344
/* 19116 */ MCD_OPC_Decode,
246,
11,
189,
1, // Opcode: MVE_VQSHL_by_vecu32
/* 19121 */ MCD_OPC_FilterValue,
5,
251,
1,
0, // Skip to: 19633
/* 19126 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 19129 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 19297
/* 19134 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19137 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19217
/* 19142 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19145 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19181
/* 19150 */ MCD_OPC_CheckPredicate,
22,
45,
24,
0, // Skip to: 25344
/* 19155 */ MCD_OPC_CheckField,
16,
1,
0,
38,
24,
0, // Skip to: 25344
/* 19162 */ MCD_OPC_CheckField,
6,
1,
1,
31,
24,
0, // Skip to: 25344
/* 19169 */ MCD_OPC_CheckField,
0,
1,
0,
24,
24,
0, // Skip to: 25344
/* 19176 */ MCD_OPC_Decode,
198,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecs8
/* 19181 */ MCD_OPC_FilterValue,
15,
14,
24,
0, // Skip to: 25344
/* 19186 */ MCD_OPC_CheckPredicate,
22,
9,
24,
0, // Skip to: 25344
/* 19191 */ MCD_OPC_CheckField,
16,
1,
0,
2,
24,
0, // Skip to: 25344
/* 19198 */ MCD_OPC_CheckField,
6,
1,
1,
251,
23,
0, // Skip to: 25344
/* 19205 */ MCD_OPC_CheckField,
0,
1,
0,
244,
23,
0, // Skip to: 25344
/* 19212 */ MCD_OPC_Decode,
201,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecu8
/* 19217 */ MCD_OPC_FilterValue,
1,
234,
23,
0, // Skip to: 25344
/* 19222 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19225 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19261
/* 19230 */ MCD_OPC_CheckPredicate,
22,
221,
23,
0, // Skip to: 25344
/* 19235 */ MCD_OPC_CheckField,
16,
1,
0,
214,
23,
0, // Skip to: 25344
/* 19242 */ MCD_OPC_CheckField,
6,
1,
1,
207,
23,
0, // Skip to: 25344
/* 19249 */ MCD_OPC_CheckField,
0,
1,
0,
200,
23,
0, // Skip to: 25344
/* 19256 */ MCD_OPC_Decode,
217,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecs8
/* 19261 */ MCD_OPC_FilterValue,
15,
190,
23,
0, // Skip to: 25344
/* 19266 */ MCD_OPC_CheckPredicate,
22,
185,
23,
0, // Skip to: 25344
/* 19271 */ MCD_OPC_CheckField,
16,
1,
0,
178,
23,
0, // Skip to: 25344
/* 19278 */ MCD_OPC_CheckField,
6,
1,
1,
171,
23,
0, // Skip to: 25344
/* 19285 */ MCD_OPC_CheckField,
0,
1,
0,
164,
23,
0, // Skip to: 25344
/* 19292 */ MCD_OPC_Decode,
220,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecu8
/* 19297 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 19465
/* 19302 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19305 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19385
/* 19310 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19313 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19349
/* 19318 */ MCD_OPC_CheckPredicate,
22,
133,
23,
0, // Skip to: 25344
/* 19323 */ MCD_OPC_CheckField,
16,
1,
0,
126,
23,
0, // Skip to: 25344
/* 19330 */ MCD_OPC_CheckField,
6,
1,
1,
119,
23,
0, // Skip to: 25344
/* 19337 */ MCD_OPC_CheckField,
0,
1,
0,
112,
23,
0, // Skip to: 25344
/* 19344 */ MCD_OPC_Decode,
196,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecs16
/* 19349 */ MCD_OPC_FilterValue,
15,
102,
23,
0, // Skip to: 25344
/* 19354 */ MCD_OPC_CheckPredicate,
22,
97,
23,
0, // Skip to: 25344
/* 19359 */ MCD_OPC_CheckField,
16,
1,
0,
90,
23,
0, // Skip to: 25344
/* 19366 */ MCD_OPC_CheckField,
6,
1,
1,
83,
23,
0, // Skip to: 25344
/* 19373 */ MCD_OPC_CheckField,
0,
1,
0,
76,
23,
0, // Skip to: 25344
/* 19380 */ MCD_OPC_Decode,
199,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecu16
/* 19385 */ MCD_OPC_FilterValue,
1,
66,
23,
0, // Skip to: 25344
/* 19390 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19393 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19429
/* 19398 */ MCD_OPC_CheckPredicate,
22,
53,
23,
0, // Skip to: 25344
/* 19403 */ MCD_OPC_CheckField,
16,
1,
0,
46,
23,
0, // Skip to: 25344
/* 19410 */ MCD_OPC_CheckField,
6,
1,
1,
39,
23,
0, // Skip to: 25344
/* 19417 */ MCD_OPC_CheckField,
0,
1,
0,
32,
23,
0, // Skip to: 25344
/* 19424 */ MCD_OPC_Decode,
215,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecs16
/* 19429 */ MCD_OPC_FilterValue,
15,
22,
23,
0, // Skip to: 25344
/* 19434 */ MCD_OPC_CheckPredicate,
22,
17,
23,
0, // Skip to: 25344
/* 19439 */ MCD_OPC_CheckField,
16,
1,
0,
10,
23,
0, // Skip to: 25344
/* 19446 */ MCD_OPC_CheckField,
6,
1,
1,
3,
23,
0, // Skip to: 25344
/* 19453 */ MCD_OPC_CheckField,
0,
1,
0,
252,
22,
0, // Skip to: 25344
/* 19460 */ MCD_OPC_Decode,
218,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecu16
/* 19465 */ MCD_OPC_FilterValue,
2,
242,
22,
0, // Skip to: 25344
/* 19470 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19473 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19553
/* 19478 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19481 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19517
/* 19486 */ MCD_OPC_CheckPredicate,
22,
221,
22,
0, // Skip to: 25344
/* 19491 */ MCD_OPC_CheckField,
16,
1,
0,
214,
22,
0, // Skip to: 25344
/* 19498 */ MCD_OPC_CheckField,
6,
1,
1,
207,
22,
0, // Skip to: 25344
/* 19505 */ MCD_OPC_CheckField,
0,
1,
0,
200,
22,
0, // Skip to: 25344
/* 19512 */ MCD_OPC_Decode,
197,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecs32
/* 19517 */ MCD_OPC_FilterValue,
15,
190,
22,
0, // Skip to: 25344
/* 19522 */ MCD_OPC_CheckPredicate,
22,
185,
22,
0, // Skip to: 25344
/* 19527 */ MCD_OPC_CheckField,
16,
1,
0,
178,
22,
0, // Skip to: 25344
/* 19534 */ MCD_OPC_CheckField,
6,
1,
1,
171,
22,
0, // Skip to: 25344
/* 19541 */ MCD_OPC_CheckField,
0,
1,
0,
164,
22,
0, // Skip to: 25344
/* 19548 */ MCD_OPC_Decode,
200,
12,
189,
1, // Opcode: MVE_VRSHL_by_vecu32
/* 19553 */ MCD_OPC_FilterValue,
1,
154,
22,
0, // Skip to: 25344
/* 19558 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19561 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19597
/* 19566 */ MCD_OPC_CheckPredicate,
22,
141,
22,
0, // Skip to: 25344
/* 19571 */ MCD_OPC_CheckField,
16,
1,
0,
134,
22,
0, // Skip to: 25344
/* 19578 */ MCD_OPC_CheckField,
6,
1,
1,
127,
22,
0, // Skip to: 25344
/* 19585 */ MCD_OPC_CheckField,
0,
1,
0,
120,
22,
0, // Skip to: 25344
/* 19592 */ MCD_OPC_Decode,
216,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecs32
/* 19597 */ MCD_OPC_FilterValue,
15,
110,
22,
0, // Skip to: 25344
/* 19602 */ MCD_OPC_CheckPredicate,
22,
105,
22,
0, // Skip to: 25344
/* 19607 */ MCD_OPC_CheckField,
16,
1,
0,
98,
22,
0, // Skip to: 25344
/* 19614 */ MCD_OPC_CheckField,
6,
1,
1,
91,
22,
0, // Skip to: 25344
/* 19621 */ MCD_OPC_CheckField,
0,
1,
0,
84,
22,
0, // Skip to: 25344
/* 19628 */ MCD_OPC_Decode,
219,
11,
189,
1, // Opcode: MVE_VQRSHL_by_vecu32
/* 19633 */ MCD_OPC_FilterValue,
6,
251,
1,
0, // Skip to: 20145
/* 19638 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 19641 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 19809
/* 19646 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19649 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19729
/* 19654 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19657 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19693
/* 19662 */ MCD_OPC_CheckPredicate,
22,
45,
22,
0, // Skip to: 25344
/* 19667 */ MCD_OPC_CheckField,
16,
1,
0,
38,
22,
0, // Skip to: 25344
/* 19674 */ MCD_OPC_CheckField,
6,
1,
1,
31,
22,
0, // Skip to: 25344
/* 19681 */ MCD_OPC_CheckField,
0,
1,
0,
24,
22,
0, // Skip to: 25344
/* 19688 */ MCD_OPC_Decode,
203,
9,
143,
1, // Opcode: MVE_VMAXs8
/* 19693 */ MCD_OPC_FilterValue,
15,
14,
22,
0, // Skip to: 25344
/* 19698 */ MCD_OPC_CheckPredicate,
22,
9,
22,
0, // Skip to: 25344
/* 19703 */ MCD_OPC_CheckField,
16,
1,
0,
2,
22,
0, // Skip to: 25344
/* 19710 */ MCD_OPC_CheckField,
6,
1,
1,
251,
21,
0, // Skip to: 25344
/* 19717 */ MCD_OPC_CheckField,
0,
1,
0,
244,
21,
0, // Skip to: 25344
/* 19724 */ MCD_OPC_Decode,
206,
9,
143,
1, // Opcode: MVE_VMAXu8
/* 19729 */ MCD_OPC_FilterValue,
1,
234,
21,
0, // Skip to: 25344
/* 19734 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19737 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19773
/* 19742 */ MCD_OPC_CheckPredicate,
22,
221,
21,
0, // Skip to: 25344
/* 19747 */ MCD_OPC_CheckField,
16,
1,
0,
214,
21,
0, // Skip to: 25344
/* 19754 */ MCD_OPC_CheckField,
6,
1,
1,
207,
21,
0, // Skip to: 25344
/* 19761 */ MCD_OPC_CheckField,
0,
1,
0,
200,
21,
0, // Skip to: 25344
/* 19768 */ MCD_OPC_Decode,
229,
9,
143,
1, // Opcode: MVE_VMINs8
/* 19773 */ MCD_OPC_FilterValue,
15,
190,
21,
0, // Skip to: 25344
/* 19778 */ MCD_OPC_CheckPredicate,
22,
185,
21,
0, // Skip to: 25344
/* 19783 */ MCD_OPC_CheckField,
16,
1,
0,
178,
21,
0, // Skip to: 25344
/* 19790 */ MCD_OPC_CheckField,
6,
1,
1,
171,
21,
0, // Skip to: 25344
/* 19797 */ MCD_OPC_CheckField,
0,
1,
0,
164,
21,
0, // Skip to: 25344
/* 19804 */ MCD_OPC_Decode,
232,
9,
143,
1, // Opcode: MVE_VMINu8
/* 19809 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 19977
/* 19814 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19817 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 19897
/* 19822 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19825 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19861
/* 19830 */ MCD_OPC_CheckPredicate,
22,
133,
21,
0, // Skip to: 25344
/* 19835 */ MCD_OPC_CheckField,
16,
1,
0,
126,
21,
0, // Skip to: 25344
/* 19842 */ MCD_OPC_CheckField,
6,
1,
1,
119,
21,
0, // Skip to: 25344
/* 19849 */ MCD_OPC_CheckField,
0,
1,
0,
112,
21,
0, // Skip to: 25344
/* 19856 */ MCD_OPC_Decode,
201,
9,
143,
1, // Opcode: MVE_VMAXs16
/* 19861 */ MCD_OPC_FilterValue,
15,
102,
21,
0, // Skip to: 25344
/* 19866 */ MCD_OPC_CheckPredicate,
22,
97,
21,
0, // Skip to: 25344
/* 19871 */ MCD_OPC_CheckField,
16,
1,
0,
90,
21,
0, // Skip to: 25344
/* 19878 */ MCD_OPC_CheckField,
6,
1,
1,
83,
21,
0, // Skip to: 25344
/* 19885 */ MCD_OPC_CheckField,
0,
1,
0,
76,
21,
0, // Skip to: 25344
/* 19892 */ MCD_OPC_Decode,
204,
9,
143,
1, // Opcode: MVE_VMAXu16
/* 19897 */ MCD_OPC_FilterValue,
1,
66,
21,
0, // Skip to: 25344
/* 19902 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19905 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 19941
/* 19910 */ MCD_OPC_CheckPredicate,
22,
53,
21,
0, // Skip to: 25344
/* 19915 */ MCD_OPC_CheckField,
16,
1,
0,
46,
21,
0, // Skip to: 25344
/* 19922 */ MCD_OPC_CheckField,
6,
1,
1,
39,
21,
0, // Skip to: 25344
/* 19929 */ MCD_OPC_CheckField,
0,
1,
0,
32,
21,
0, // Skip to: 25344
/* 19936 */ MCD_OPC_Decode,
227,
9,
143,
1, // Opcode: MVE_VMINs16
/* 19941 */ MCD_OPC_FilterValue,
15,
22,
21,
0, // Skip to: 25344
/* 19946 */ MCD_OPC_CheckPredicate,
22,
17,
21,
0, // Skip to: 25344
/* 19951 */ MCD_OPC_CheckField,
16,
1,
0,
10,
21,
0, // Skip to: 25344
/* 19958 */ MCD_OPC_CheckField,
6,
1,
1,
3,
21,
0, // Skip to: 25344
/* 19965 */ MCD_OPC_CheckField,
0,
1,
0,
252,
20,
0, // Skip to: 25344
/* 19972 */ MCD_OPC_Decode,
230,
9,
143,
1, // Opcode: MVE_VMINu16
/* 19977 */ MCD_OPC_FilterValue,
2,
242,
20,
0, // Skip to: 25344
/* 19982 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 19985 */ MCD_OPC_FilterValue,
0,
75,
0,
0, // Skip to: 20065
/* 19990 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 19993 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 20029
/* 19998 */ MCD_OPC_CheckPredicate,
22,
221,
20,
0, // Skip to: 25344
/* 20003 */ MCD_OPC_CheckField,
16,
1,
0,
214,
20,
0, // Skip to: 25344
/* 20010 */ MCD_OPC_CheckField,
6,
1,
1,
207,
20,
0, // Skip to: 25344
/* 20017 */ MCD_OPC_CheckField,
0,
1,
0,
200,
20,
0, // Skip to: 25344
/* 20024 */ MCD_OPC_Decode,
202,
9,
143,
1, // Opcode: MVE_VMAXs32
/* 20029 */ MCD_OPC_FilterValue,
15,
190,
20,
0, // Skip to: 25344
/* 20034 */ MCD_OPC_CheckPredicate,
22,
185,
20,
0, // Skip to: 25344
/* 20039 */ MCD_OPC_CheckField,
16,
1,
0,
178,
20,
0, // Skip to: 25344
/* 20046 */ MCD_OPC_CheckField,
6,
1,
1,
171,
20,
0, // Skip to: 25344
/* 20053 */ MCD_OPC_CheckField,
0,
1,
0,
164,
20,
0, // Skip to: 25344
/* 20060 */ MCD_OPC_Decode,
205,
9,
143,
1, // Opcode: MVE_VMAXu32
/* 20065 */ MCD_OPC_FilterValue,
1,
154,
20,
0, // Skip to: 25344
/* 20070 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20073 */ MCD_OPC_FilterValue,
14,
31,
0,
0, // Skip to: 20109
/* 20078 */ MCD_OPC_CheckPredicate,
22,
141,
20,
0, // Skip to: 25344
/* 20083 */ MCD_OPC_CheckField,
16,
1,
0,
134,
20,
0, // Skip to: 25344
/* 20090 */ MCD_OPC_CheckField,
6,
1,
1,
127,
20,
0, // Skip to: 25344
/* 20097 */ MCD_OPC_CheckField,
0,
1,
0,
120,
20,
0, // Skip to: 25344
/* 20104 */ MCD_OPC_Decode,
228,
9,
143,
1, // Opcode: MVE_VMINs32
/* 20109 */ MCD_OPC_FilterValue,
15,
110,
20,
0, // Skip to: 25344
/* 20114 */ MCD_OPC_CheckPredicate,
22,
105,
20,
0, // Skip to: 25344
/* 20119 */ MCD_OPC_CheckField,
16,
1,
0,
98,
20,
0, // Skip to: 25344
/* 20126 */ MCD_OPC_CheckField,
6,
1,
1,
91,
20,
0, // Skip to: 25344
/* 20133 */ MCD_OPC_CheckField,
0,
1,
0,
84,
20,
0, // Skip to: 25344
/* 20140 */ MCD_OPC_Decode,
231,
9,
143,
1, // Opcode: MVE_VMINu32
/* 20145 */ MCD_OPC_FilterValue,
7,
29,
1,
0, // Skip to: 20435
/* 20150 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 20153 */ MCD_OPC_FilterValue,
0,
89,
0,
0, // Skip to: 20247
/* 20158 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20161 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20204
/* 20166 */ MCD_OPC_CheckPredicate,
22,
53,
20,
0, // Skip to: 25344
/* 20171 */ MCD_OPC_CheckField,
16,
1,
0,
46,
20,
0, // Skip to: 25344
/* 20178 */ MCD_OPC_CheckField,
6,
1,
1,
39,
20,
0, // Skip to: 25344
/* 20185 */ MCD_OPC_CheckField,
4,
1,
0,
32,
20,
0, // Skip to: 25344
/* 20192 */ MCD_OPC_CheckField,
0,
1,
0,
25,
20,
0, // Skip to: 25344
/* 20199 */ MCD_OPC_Decode,
183,
7,
143,
1, // Opcode: MVE_VABDs8
/* 20204 */ MCD_OPC_FilterValue,
15,
15,
20,
0, // Skip to: 25344
/* 20209 */ MCD_OPC_CheckPredicate,
22,
10,
20,
0, // Skip to: 25344
/* 20214 */ MCD_OPC_CheckField,
16,
1,
0,
3,
20,
0, // Skip to: 25344
/* 20221 */ MCD_OPC_CheckField,
6,
1,
1,
252,
19,
0, // Skip to: 25344
/* 20228 */ MCD_OPC_CheckField,
4,
1,
0,
245,
19,
0, // Skip to: 25344
/* 20235 */ MCD_OPC_CheckField,
0,
1,
0,
238,
19,
0, // Skip to: 25344
/* 20242 */ MCD_OPC_Decode,
186,
7,
143,
1, // Opcode: MVE_VABDu8
/* 20247 */ MCD_OPC_FilterValue,
1,
89,
0,
0, // Skip to: 20341
/* 20252 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20255 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20298
/* 20260 */ MCD_OPC_CheckPredicate,
22,
215,
19,
0, // Skip to: 25344
/* 20265 */ MCD_OPC_CheckField,
16,
1,
0,
208,
19,
0, // Skip to: 25344
/* 20272 */ MCD_OPC_CheckField,
6,
1,
1,
201,
19,
0, // Skip to: 25344
/* 20279 */ MCD_OPC_CheckField,
4,
1,
0,
194,
19,
0, // Skip to: 25344
/* 20286 */ MCD_OPC_CheckField,
0,
1,
0,
187,
19,
0, // Skip to: 25344
/* 20293 */ MCD_OPC_Decode,
181,
7,
143,
1, // Opcode: MVE_VABDs16
/* 20298 */ MCD_OPC_FilterValue,
15,
177,
19,
0, // Skip to: 25344
/* 20303 */ MCD_OPC_CheckPredicate,
22,
172,
19,
0, // Skip to: 25344
/* 20308 */ MCD_OPC_CheckField,
16,
1,
0,
165,
19,
0, // Skip to: 25344
/* 20315 */ MCD_OPC_CheckField,
6,
1,
1,
158,
19,
0, // Skip to: 25344
/* 20322 */ MCD_OPC_CheckField,
4,
1,
0,
151,
19,
0, // Skip to: 25344
/* 20329 */ MCD_OPC_CheckField,
0,
1,
0,
144,
19,
0, // Skip to: 25344
/* 20336 */ MCD_OPC_Decode,
184,
7,
143,
1, // Opcode: MVE_VABDu16
/* 20341 */ MCD_OPC_FilterValue,
2,
134,
19,
0, // Skip to: 25344
/* 20346 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20349 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20392
/* 20354 */ MCD_OPC_CheckPredicate,
22,
121,
19,
0, // Skip to: 25344
/* 20359 */ MCD_OPC_CheckField,
16,
1,
0,
114,
19,
0, // Skip to: 25344
/* 20366 */ MCD_OPC_CheckField,
6,
1,
1,
107,
19,
0, // Skip to: 25344
/* 20373 */ MCD_OPC_CheckField,
4,
1,
0,
100,
19,
0, // Skip to: 25344
/* 20380 */ MCD_OPC_CheckField,
0,
1,
0,
93,
19,
0, // Skip to: 25344
/* 20387 */ MCD_OPC_Decode,
182,
7,
143,
1, // Opcode: MVE_VABDs32
/* 20392 */ MCD_OPC_FilterValue,
15,
83,
19,
0, // Skip to: 25344
/* 20397 */ MCD_OPC_CheckPredicate,
22,
78,
19,
0, // Skip to: 25344
/* 20402 */ MCD_OPC_CheckField,
16,
1,
0,
71,
19,
0, // Skip to: 25344
/* 20409 */ MCD_OPC_CheckField,
6,
1,
1,
64,
19,
0, // Skip to: 25344
/* 20416 */ MCD_OPC_CheckField,
4,
1,
0,
57,
19,
0, // Skip to: 25344
/* 20423 */ MCD_OPC_CheckField,
0,
1,
0,
50,
19,
0, // Skip to: 25344
/* 20430 */ MCD_OPC_Decode,
185,
7,
143,
1, // Opcode: MVE_VABDu32
/* 20435 */ MCD_OPC_FilterValue,
8,
29,
1,
0, // Skip to: 20725
/* 20440 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 20443 */ MCD_OPC_FilterValue,
0,
89,
0,
0, // Skip to: 20537
/* 20448 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20451 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20494
/* 20456 */ MCD_OPC_CheckPredicate,
22,
19,
19,
0, // Skip to: 25344
/* 20461 */ MCD_OPC_CheckField,
16,
1,
0,
12,
19,
0, // Skip to: 25344
/* 20468 */ MCD_OPC_CheckField,
6,
1,
1,
5,
19,
0, // Skip to: 25344
/* 20475 */ MCD_OPC_CheckField,
4,
1,
0,
254,
18,
0, // Skip to: 25344
/* 20482 */ MCD_OPC_CheckField,
0,
1,
0,
247,
18,
0, // Skip to: 25344
/* 20489 */ MCD_OPC_Decode,
219,
7,
143,
1, // Opcode: MVE_VADDi8
/* 20494 */ MCD_OPC_FilterValue,
15,
237,
18,
0, // Skip to: 25344
/* 20499 */ MCD_OPC_CheckPredicate,
22,
232,
18,
0, // Skip to: 25344
/* 20504 */ MCD_OPC_CheckField,
16,
1,
0,
225,
18,
0, // Skip to: 25344
/* 20511 */ MCD_OPC_CheckField,
6,
1,
1,
218,
18,
0, // Skip to: 25344
/* 20518 */ MCD_OPC_CheckField,
4,
1,
0,
211,
18,
0, // Skip to: 25344
/* 20525 */ MCD_OPC_CheckField,
0,
1,
0,
204,
18,
0, // Skip to: 25344
/* 20532 */ MCD_OPC_Decode,
218,
13,
143,
1, // Opcode: MVE_VSUBi8
/* 20537 */ MCD_OPC_FilterValue,
1,
89,
0,
0, // Skip to: 20631
/* 20542 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20545 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20588
/* 20550 */ MCD_OPC_CheckPredicate,
22,
181,
18,
0, // Skip to: 25344
/* 20555 */ MCD_OPC_CheckField,
16,
1,
0,
174,
18,
0, // Skip to: 25344
/* 20562 */ MCD_OPC_CheckField,
6,
1,
1,
167,
18,
0, // Skip to: 25344
/* 20569 */ MCD_OPC_CheckField,
4,
1,
0,
160,
18,
0, // Skip to: 25344
/* 20576 */ MCD_OPC_CheckField,
0,
1,
0,
153,
18,
0, // Skip to: 25344
/* 20583 */ MCD_OPC_Decode,
217,
7,
143,
1, // Opcode: MVE_VADDi16
/* 20588 */ MCD_OPC_FilterValue,
15,
143,
18,
0, // Skip to: 25344
/* 20593 */ MCD_OPC_CheckPredicate,
22,
138,
18,
0, // Skip to: 25344
/* 20598 */ MCD_OPC_CheckField,
16,
1,
0,
131,
18,
0, // Skip to: 25344
/* 20605 */ MCD_OPC_CheckField,
6,
1,
1,
124,
18,
0, // Skip to: 25344
/* 20612 */ MCD_OPC_CheckField,
4,
1,
0,
117,
18,
0, // Skip to: 25344
/* 20619 */ MCD_OPC_CheckField,
0,
1,
0,
110,
18,
0, // Skip to: 25344
/* 20626 */ MCD_OPC_Decode,
216,
13,
143,
1, // Opcode: MVE_VSUBi16
/* 20631 */ MCD_OPC_FilterValue,
2,
100,
18,
0, // Skip to: 25344
/* 20636 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20639 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20682
/* 20644 */ MCD_OPC_CheckPredicate,
22,
87,
18,
0, // Skip to: 25344
/* 20649 */ MCD_OPC_CheckField,
16,
1,
0,
80,
18,
0, // Skip to: 25344
/* 20656 */ MCD_OPC_CheckField,
6,
1,
1,
73,
18,
0, // Skip to: 25344
/* 20663 */ MCD_OPC_CheckField,
4,
1,
0,
66,
18,
0, // Skip to: 25344
/* 20670 */ MCD_OPC_CheckField,
0,
1,
0,
59,
18,
0, // Skip to: 25344
/* 20677 */ MCD_OPC_Decode,
218,
7,
143,
1, // Opcode: MVE_VADDi32
/* 20682 */ MCD_OPC_FilterValue,
15,
49,
18,
0, // Skip to: 25344
/* 20687 */ MCD_OPC_CheckPredicate,
22,
44,
18,
0, // Skip to: 25344
/* 20692 */ MCD_OPC_CheckField,
16,
1,
0,
37,
18,
0, // Skip to: 25344
/* 20699 */ MCD_OPC_CheckField,
6,
1,
1,
30,
18,
0, // Skip to: 25344
/* 20706 */ MCD_OPC_CheckField,
4,
1,
0,
23,
18,
0, // Skip to: 25344
/* 20713 */ MCD_OPC_CheckField,
0,
1,
0,
16,
18,
0, // Skip to: 25344
/* 20720 */ MCD_OPC_Decode,
217,
13,
143,
1, // Opcode: MVE_VSUBi32
/* 20725 */ MCD_OPC_FilterValue,
9,
153,
0,
0, // Skip to: 20883
/* 20730 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 20733 */ MCD_OPC_FilterValue,
0,
45,
0,
0, // Skip to: 20783
/* 20738 */ MCD_OPC_CheckPredicate,
22,
249,
17,
0, // Skip to: 25344
/* 20743 */ MCD_OPC_CheckField,
28,
4,
14,
242,
17,
0, // Skip to: 25344
/* 20750 */ MCD_OPC_CheckField,
16,
1,
0,
235,
17,
0, // Skip to: 25344
/* 20757 */ MCD_OPC_CheckField,
6,
1,
1,
228,
17,
0, // Skip to: 25344
/* 20764 */ MCD_OPC_CheckField,
4,
1,
1,
221,
17,
0, // Skip to: 25344
/* 20771 */ MCD_OPC_CheckField,
0,
1,
0,
214,
17,
0, // Skip to: 25344
/* 20778 */ MCD_OPC_Decode,
219,
10,
143,
1, // Opcode: MVE_VMULi8
/* 20783 */ MCD_OPC_FilterValue,
1,
45,
0,
0, // Skip to: 20833
/* 20788 */ MCD_OPC_CheckPredicate,
22,
199,
17,
0, // Skip to: 25344
/* 20793 */ MCD_OPC_CheckField,
28,
4,
14,
192,
17,
0, // Skip to: 25344
/* 20800 */ MCD_OPC_CheckField,
16,
1,
0,
185,
17,
0, // Skip to: 25344
/* 20807 */ MCD_OPC_CheckField,
6,
1,
1,
178,
17,
0, // Skip to: 25344
/* 20814 */ MCD_OPC_CheckField,
4,
1,
1,
171,
17,
0, // Skip to: 25344
/* 20821 */ MCD_OPC_CheckField,
0,
1,
0,
164,
17,
0, // Skip to: 25344
/* 20828 */ MCD_OPC_Decode,
217,
10,
143,
1, // Opcode: MVE_VMULi16
/* 20833 */ MCD_OPC_FilterValue,
2,
154,
17,
0, // Skip to: 25344
/* 20838 */ MCD_OPC_CheckPredicate,
22,
149,
17,
0, // Skip to: 25344
/* 20843 */ MCD_OPC_CheckField,
28,
4,
14,
142,
17,
0, // Skip to: 25344
/* 20850 */ MCD_OPC_CheckField,
16,
1,
0,
135,
17,
0, // Skip to: 25344
/* 20857 */ MCD_OPC_CheckField,
6,
1,
1,
128,
17,
0, // Skip to: 25344
/* 20864 */ MCD_OPC_CheckField,
4,
1,
1,
121,
17,
0, // Skip to: 25344
/* 20871 */ MCD_OPC_CheckField,
0,
1,
0,
114,
17,
0, // Skip to: 25344
/* 20878 */ MCD_OPC_Decode,
218,
10,
143,
1, // Opcode: MVE_VMULi32
/* 20883 */ MCD_OPC_FilterValue,
11,
29,
1,
0, // Skip to: 21173
/* 20888 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 20891 */ MCD_OPC_FilterValue,
0,
89,
0,
0, // Skip to: 20985
/* 20896 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20899 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 20942
/* 20904 */ MCD_OPC_CheckPredicate,
22,
83,
17,
0, // Skip to: 25344
/* 20909 */ MCD_OPC_CheckField,
16,
1,
0,
76,
17,
0, // Skip to: 25344
/* 20916 */ MCD_OPC_CheckField,
6,
1,
1,
69,
17,
0, // Skip to: 25344
/* 20923 */ MCD_OPC_CheckField,
4,
1,
0,
62,
17,
0, // Skip to: 25344
/* 20930 */ MCD_OPC_CheckField,
0,
1,
0,
55,
17,
0, // Skip to: 25344
/* 20937 */ MCD_OPC_Decode,
167,
11,
143,
1, // Opcode: MVE_VQDMULHi8
/* 20942 */ MCD_OPC_FilterValue,
15,
45,
17,
0, // Skip to: 25344
/* 20947 */ MCD_OPC_CheckPredicate,
22,
40,
17,
0, // Skip to: 25344
/* 20952 */ MCD_OPC_CheckField,
16,
1,
0,
33,
17,
0, // Skip to: 25344
/* 20959 */ MCD_OPC_CheckField,
6,
1,
1,
26,
17,
0, // Skip to: 25344
/* 20966 */ MCD_OPC_CheckField,
4,
1,
0,
19,
17,
0, // Skip to: 25344
/* 20973 */ MCD_OPC_CheckField,
0,
1,
0,
12,
17,
0, // Skip to: 25344
/* 20980 */ MCD_OPC_Decode,
214,
11,
143,
1, // Opcode: MVE_VQRDMULHi8
/* 20985 */ MCD_OPC_FilterValue,
1,
89,
0,
0, // Skip to: 21079
/* 20990 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 20993 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 21036
/* 20998 */ MCD_OPC_CheckPredicate,
22,
245,
16,
0, // Skip to: 25344
/* 21003 */ MCD_OPC_CheckField,
16,
1,
0,
238,
16,
0, // Skip to: 25344
/* 21010 */ MCD_OPC_CheckField,
6,
1,
1,
231,
16,
0, // Skip to: 25344
/* 21017 */ MCD_OPC_CheckField,
4,
1,
0,
224,
16,
0, // Skip to: 25344
/* 21024 */ MCD_OPC_CheckField,
0,
1,
0,
217,
16,
0, // Skip to: 25344
/* 21031 */ MCD_OPC_Decode,
165,
11,
143,
1, // Opcode: MVE_VQDMULHi16
/* 21036 */ MCD_OPC_FilterValue,
15,
207,
16,
0, // Skip to: 25344
/* 21041 */ MCD_OPC_CheckPredicate,
22,
202,
16,
0, // Skip to: 25344
/* 21046 */ MCD_OPC_CheckField,
16,
1,
0,
195,
16,
0, // Skip to: 25344
/* 21053 */ MCD_OPC_CheckField,
6,
1,
1,
188,
16,
0, // Skip to: 25344
/* 21060 */ MCD_OPC_CheckField,
4,
1,
0,
181,
16,
0, // Skip to: 25344
/* 21067 */ MCD_OPC_CheckField,
0,
1,
0,
174,
16,
0, // Skip to: 25344
/* 21074 */ MCD_OPC_Decode,
212,
11,
143,
1, // Opcode: MVE_VQRDMULHi16
/* 21079 */ MCD_OPC_FilterValue,
2,
164,
16,
0, // Skip to: 25344
/* 21084 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 21087 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 21130
/* 21092 */ MCD_OPC_CheckPredicate,
22,
151,
16,
0, // Skip to: 25344
/* 21097 */ MCD_OPC_CheckField,
16,
1,
0,
144,
16,
0, // Skip to: 25344
/* 21104 */ MCD_OPC_CheckField,
6,
1,
1,
137,
16,
0, // Skip to: 25344
/* 21111 */ MCD_OPC_CheckField,
4,
1,
0,
130,
16,
0, // Skip to: 25344
/* 21118 */ MCD_OPC_CheckField,
0,
1,
0,
123,
16,
0, // Skip to: 25344
/* 21125 */ MCD_OPC_Decode,
166,
11,
143,
1, // Opcode: MVE_VQDMULHi32
/* 21130 */ MCD_OPC_FilterValue,
15,
113,
16,
0, // Skip to: 25344
/* 21135 */ MCD_OPC_CheckPredicate,
22,
108,
16,
0, // Skip to: 25344
/* 21140 */ MCD_OPC_CheckField,
16,
1,
0,
101,
16,
0, // Skip to: 25344
/* 21147 */ MCD_OPC_CheckField,
6,
1,
1,
94,
16,
0, // Skip to: 25344
/* 21154 */ MCD_OPC_CheckField,
4,
1,
0,
87,
16,
0, // Skip to: 25344
/* 21161 */ MCD_OPC_CheckField,
0,
1,
0,
80,
16,
0, // Skip to: 25344
/* 21168 */ MCD_OPC_Decode,
213,
11,
143,
1, // Opcode: MVE_VQRDMULHi32
/* 21173 */ MCD_OPC_FilterValue,
12,
203,
0,
0, // Skip to: 21381
/* 21178 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 21181 */ MCD_OPC_FilterValue,
0,
45,
0,
0, // Skip to: 21231
/* 21186 */ MCD_OPC_CheckPredicate,
24,
57,
16,
0, // Skip to: 25344
/* 21191 */ MCD_OPC_CheckField,
28,
4,
14,
50,
16,
0, // Skip to: 25344
/* 21198 */ MCD_OPC_CheckField,
16,
1,
0,
43,
16,
0, // Skip to: 25344
/* 21205 */ MCD_OPC_CheckField,
6,
1,
1,
36,
16,
0, // Skip to: 25344
/* 21212 */ MCD_OPC_CheckField,
4,
1,
1,
29,
16,
0, // Skip to: 25344
/* 21219 */ MCD_OPC_CheckField,
0,
1,
0,
22,
16,
0, // Skip to: 25344
/* 21226 */ MCD_OPC_Decode,
191,
8,
142,
1, // Opcode: MVE_VFMAf32
/* 21231 */ MCD_OPC_FilterValue,
1,
45,
0,
0, // Skip to: 21281
/* 21236 */ MCD_OPC_CheckPredicate,
24,
7,
16,
0, // Skip to: 25344
/* 21241 */ MCD_OPC_CheckField,
28,
4,
14,
0,
16,
0, // Skip to: 25344
/* 21248 */ MCD_OPC_CheckField,
16,
1,
0,
249,
15,
0, // Skip to: 25344
/* 21255 */ MCD_OPC_CheckField,
6,
1,
1,
242,
15,
0, // Skip to: 25344
/* 21262 */ MCD_OPC_CheckField,
4,
1,
1,
235,
15,
0, // Skip to: 25344
/* 21269 */ MCD_OPC_CheckField,
0,
1,
0,
228,
15,
0, // Skip to: 25344
/* 21276 */ MCD_OPC_Decode,
190,
8,
142,
1, // Opcode: MVE_VFMAf16
/* 21281 */ MCD_OPC_FilterValue,
2,
45,
0,
0, // Skip to: 21331
/* 21286 */ MCD_OPC_CheckPredicate,
24,
213,
15,
0, // Skip to: 25344
/* 21291 */ MCD_OPC_CheckField,
28,
4,
14,
206,
15,
0, // Skip to: 25344
/* 21298 */ MCD_OPC_CheckField,
16,
1,
0,
199,
15,
0, // Skip to: 25344
/* 21305 */ MCD_OPC_CheckField,
6,
1,
1,
192,
15,
0, // Skip to: 25344
/* 21312 */ MCD_OPC_CheckField,
4,
1,
1,
185,
15,
0, // Skip to: 25344
/* 21319 */ MCD_OPC_CheckField,
0,
1,
0,
178,
15,
0, // Skip to: 25344
/* 21326 */ MCD_OPC_Decode,
193,
8,
142,
1, // Opcode: MVE_VFMSf32
/* 21331 */ MCD_OPC_FilterValue,
3,
168,
15,
0, // Skip to: 25344
/* 21336 */ MCD_OPC_CheckPredicate,
24,
163,
15,
0, // Skip to: 25344
/* 21341 */ MCD_OPC_CheckField,
28,
4,
14,
156,
15,
0, // Skip to: 25344
/* 21348 */ MCD_OPC_CheckField,
16,
1,
0,
149,
15,
0, // Skip to: 25344
/* 21355 */ MCD_OPC_CheckField,
6,
1,
1,
142,
15,
0, // Skip to: 25344
/* 21362 */ MCD_OPC_CheckField,
4,
1,
1,
135,
15,
0, // Skip to: 25344
/* 21369 */ MCD_OPC_CheckField,
0,
1,
0,
128,
15,
0, // Skip to: 25344
/* 21376 */ MCD_OPC_Decode,
192,
8,
142,
1, // Opcode: MVE_VFMSf16
/* 21381 */ MCD_OPC_FilterValue,
13,
123,
1,
0, // Skip to: 21765
/* 21386 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 21389 */ MCD_OPC_FilterValue,
0,
89,
0,
0, // Skip to: 21483
/* 21394 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 21397 */ MCD_OPC_FilterValue,
0,
38,
0,
0, // Skip to: 21440
/* 21402 */ MCD_OPC_CheckPredicate,
24,
97,
15,
0, // Skip to: 25344
/* 21407 */ MCD_OPC_CheckField,
28,
4,
14,
90,
15,
0, // Skip to: 25344
/* 21414 */ MCD_OPC_CheckField,
16,
1,
0,
83,
15,
0, // Skip to: 25344
/* 21421 */ MCD_OPC_CheckField,
6,
1,
1,
76,
15,
0, // Skip to: 25344
/* 21428 */ MCD_OPC_CheckField,
0,
1,
0,
69,
15,
0, // Skip to: 25344
/* 21435 */ MCD_OPC_Decode,
216,
7,
143,
1, // Opcode: MVE_VADDf32
/* 21440 */ MCD_OPC_FilterValue,
1,
59,
15,
0, // Skip to: 25344
/* 21445 */ MCD_OPC_CheckPredicate,
24,
54,
15,
0, // Skip to: 25344
/* 21450 */ MCD_OPC_CheckField,
28,
4,
15,
47,
15,
0, // Skip to: 25344
/* 21457 */ MCD_OPC_CheckField,
16,
1,
0,
40,
15,
0, // Skip to: 25344
/* 21464 */ MCD_OPC_CheckField,
6,
1,
1,
33,
15,
0, // Skip to: 25344
/* 21471 */ MCD_OPC_CheckField,
0,
1,
0,
26,
15,
0, // Skip to: 25344
/* 21478 */ MCD_OPC_Decode,
216,
10,
143,
1, // Opcode: MVE_VMULf32
/* 21483 */ MCD_OPC_FilterValue,
1,
89,
0,
0, // Skip to: 21577
/* 21488 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 21491 */ MCD_OPC_FilterValue,
0,
38,
0,
0, // Skip to: 21534
/* 21496 */ MCD_OPC_CheckPredicate,
24,
3,
15,
0, // Skip to: 25344
/* 21501 */ MCD_OPC_CheckField,
28,
4,
14,
252,
14,
0, // Skip to: 25344
/* 21508 */ MCD_OPC_CheckField,
16,
1,
0,
245,
14,
0, // Skip to: 25344
/* 21515 */ MCD_OPC_CheckField,
6,
1,
1,
238,
14,
0, // Skip to: 25344
/* 21522 */ MCD_OPC_CheckField,
0,
1,
0,
231,
14,
0, // Skip to: 25344
/* 21529 */ MCD_OPC_Decode,
215,
7,
143,
1, // Opcode: MVE_VADDf16
/* 21534 */ MCD_OPC_FilterValue,
1,
221,
14,
0, // Skip to: 25344
/* 21539 */ MCD_OPC_CheckPredicate,
24,
216,
14,
0, // Skip to: 25344
/* 21544 */ MCD_OPC_CheckField,
28,
4,
15,
209,
14,
0, // Skip to: 25344
/* 21551 */ MCD_OPC_CheckField,
16,
1,
0,
202,
14,
0, // Skip to: 25344
/* 21558 */ MCD_OPC_CheckField,
6,
1,
1,
195,
14,
0, // Skip to: 25344
/* 21565 */ MCD_OPC_CheckField,
0,
1,
0,
188,
14,
0, // Skip to: 25344
/* 21572 */ MCD_OPC_Decode,
215,
10,
143,
1, // Opcode: MVE_VMULf16
/* 21577 */ MCD_OPC_FilterValue,
2,
89,
0,
0, // Skip to: 21671
/* 21582 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 21585 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 21628
/* 21590 */ MCD_OPC_CheckPredicate,
24,
165,
14,
0, // Skip to: 25344
/* 21595 */ MCD_OPC_CheckField,
16,
1,
0,
158,
14,
0, // Skip to: 25344
/* 21602 */ MCD_OPC_CheckField,
6,
1,
1,
151,
14,
0, // Skip to: 25344
/* 21609 */ MCD_OPC_CheckField,
4,
1,
0,
144,
14,
0, // Skip to: 25344
/* 21616 */ MCD_OPC_CheckField,
0,
1,
0,
137,
14,
0, // Skip to: 25344
/* 21623 */ MCD_OPC_Decode,
215,
13,
143,
1, // Opcode: MVE_VSUBf32
/* 21628 */ MCD_OPC_FilterValue,
15,
127,
14,
0, // Skip to: 25344
/* 21633 */ MCD_OPC_CheckPredicate,
24,
122,
14,
0, // Skip to: 25344
/* 21638 */ MCD_OPC_CheckField,
16,
1,
0,
115,
14,
0, // Skip to: 25344
/* 21645 */ MCD_OPC_CheckField,
6,
1,
1,
108,
14,
0, // Skip to: 25344
/* 21652 */ MCD_OPC_CheckField,
4,
1,
0,
101,
14,
0, // Skip to: 25344
/* 21659 */ MCD_OPC_CheckField,
0,
1,
0,
94,
14,
0, // Skip to: 25344
/* 21666 */ MCD_OPC_Decode,
180,
7,
143,
1, // Opcode: MVE_VABDf32
/* 21671 */ MCD_OPC_FilterValue,
3,
84,
14,
0, // Skip to: 25344
/* 21676 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 21679 */ MCD_OPC_FilterValue,
14,
38,
0,
0, // Skip to: 21722
/* 21684 */ MCD_OPC_CheckPredicate,
24,
71,
14,
0, // Skip to: 25344
/* 21689 */ MCD_OPC_CheckField,
16,
1,
0,
64,
14,
0, // Skip to: 25344
/* 21696 */ MCD_OPC_CheckField,
6,
1,
1,
57,
14,
0, // Skip to: 25344
/* 21703 */ MCD_OPC_CheckField,
4,
1,
0,
50,
14,
0, // Skip to: 25344
/* 21710 */ MCD_OPC_CheckField,
0,
1,
0,
43,
14,
0, // Skip to: 25344
/* 21717 */ MCD_OPC_Decode,
214,
13,
143,
1, // Opcode: MVE_VSUBf16
/* 21722 */ MCD_OPC_FilterValue,
15,
33,
14,
0, // Skip to: 25344
/* 21727 */ MCD_OPC_CheckPredicate,
24,
28,
14,
0, // Skip to: 25344
/* 21732 */ MCD_OPC_CheckField,
16,
1,
0,
21,
14,
0, // Skip to: 25344
/* 21739 */ MCD_OPC_CheckField,
6,
1,
1,
14,
14,
0, // Skip to: 25344
/* 21746 */ MCD_OPC_CheckField,
4,
1,
0,
7,
14,
0, // Skip to: 25344
/* 21753 */ MCD_OPC_CheckField,
0,
1,
0,
0,
14,
0, // Skip to: 25344
/* 21760 */ MCD_OPC_Decode,
179,
7,
143,
1, // Opcode: MVE_VABDf16
/* 21765 */ MCD_OPC_FilterValue,
15,
246,
13,
0, // Skip to: 25344
/* 21770 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 21773 */ MCD_OPC_FilterValue,
0,
45,
0,
0, // Skip to: 21823
/* 21778 */ MCD_OPC_CheckPredicate,
24,
233,
13,
0, // Skip to: 25344
/* 21783 */ MCD_OPC_CheckField,
28,
4,
15,
226,
13,
0, // Skip to: 25344
/* 21790 */ MCD_OPC_CheckField,
16,
1,
0,
219,
13,
0, // Skip to: 25344
/* 21797 */ MCD_OPC_CheckField,
6,
1,
1,
212,
13,
0, // Skip to: 25344
/* 21804 */ MCD_OPC_CheckField,
4,
1,
1,
205,
13,
0, // Skip to: 25344
/* 21811 */ MCD_OPC_CheckField,
0,
1,
0,
198,
13,
0, // Skip to: 25344
/* 21818 */ MCD_OPC_Decode,
194,
9,
143,
1, // Opcode: MVE_VMAXNMf32
/* 21823 */ MCD_OPC_FilterValue,
1,
45,
0,
0, // Skip to: 21873
/* 21828 */ MCD_OPC_CheckPredicate,
24,
183,
13,
0, // Skip to: 25344
/* 21833 */ MCD_OPC_CheckField,
28,
4,
15,
176,
13,
0, // Skip to: 25344
/* 21840 */ MCD_OPC_CheckField,
16,
1,
0,
169,
13,
0, // Skip to: 25344
/* 21847 */ MCD_OPC_CheckField,
6,
1,
1,
162,
13,
0, // Skip to: 25344
/* 21854 */ MCD_OPC_CheckField,
4,
1,
1,
155,
13,
0, // Skip to: 25344
/* 21861 */ MCD_OPC_CheckField,
0,
1,
0,
148,
13,
0, // Skip to: 25344
/* 21868 */ MCD_OPC_Decode,
193,
9,
143,
1, // Opcode: MVE_VMAXNMf16
/* 21873 */ MCD_OPC_FilterValue,
2,
45,
0,
0, // Skip to: 21923
/* 21878 */ MCD_OPC_CheckPredicate,
24,
133,
13,
0, // Skip to: 25344
/* 21883 */ MCD_OPC_CheckField,
28,
4,
15,
126,
13,
0, // Skip to: 25344
/* 21890 */ MCD_OPC_CheckField,
16,
1,
0,
119,
13,
0, // Skip to: 25344
/* 21897 */ MCD_OPC_CheckField,
6,
1,
1,
112,
13,
0, // Skip to: 25344
/* 21904 */ MCD_OPC_CheckField,
4,
1,
1,
105,
13,
0, // Skip to: 25344
/* 21911 */ MCD_OPC_CheckField,
0,
1,
0,
98,
13,
0, // Skip to: 25344
/* 21918 */ MCD_OPC_Decode,
220,
9,
143,
1, // Opcode: MVE_VMINNMf32
/* 21923 */ MCD_OPC_FilterValue,
3,
88,
13,
0, // Skip to: 25344
/* 21928 */ MCD_OPC_CheckPredicate,
24,
83,
13,
0, // Skip to: 25344
/* 21933 */ MCD_OPC_CheckField,
28,
4,
15,
76,
13,
0, // Skip to: 25344
/* 21940 */ MCD_OPC_CheckField,
16,
1,
0,
69,
13,
0, // Skip to: 25344
/* 21947 */ MCD_OPC_CheckField,
6,
1,
1,
62,
13,
0, // Skip to: 25344
/* 21954 */ MCD_OPC_CheckField,
4,
1,
1,
55,
13,
0, // Skip to: 25344
/* 21961 */ MCD_OPC_CheckField,
0,
1,
0,
48,
13,
0, // Skip to: 25344
/* 21968 */ MCD_OPC_Decode,
219,
9,
143,
1, // Opcode: MVE_VMINNMf16
/* 21973 */ MCD_OPC_FilterValue,
3,
38,
13,
0, // Skip to: 25344
/* 21978 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 21981 */ MCD_OPC_FilterValue,
0,
224,
7,
0, // Skip to: 24002
/* 21986 */ MCD_OPC_ExtractField,
6,
7, // Inst{12-6} ...
/* 21989 */ MCD_OPC_FilterValue,
1,
148,
0,
0, // Skip to: 22142
/* 21994 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 21997 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 22026
/* 22002 */ MCD_OPC_CheckPredicate,
22,
9,
13,
0, // Skip to: 25344
/* 22007 */ MCD_OPC_CheckField,
28,
4,
15,
2,
13,
0, // Skip to: 25344
/* 22014 */ MCD_OPC_CheckField,
0,
1,
0,
251,
12,
0, // Skip to: 25344
/* 22021 */ MCD_OPC_Decode,
161,
12,
147,
1, // Opcode: MVE_VREV64_8
/* 22026 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 22055
/* 22031 */ MCD_OPC_CheckPredicate,
22,
236,
12,
0, // Skip to: 25344
/* 22036 */ MCD_OPC_CheckField,
28,
4,
15,
229,
12,
0, // Skip to: 25344
/* 22043 */ MCD_OPC_CheckField,
0,
1,
0,
222,
12,
0, // Skip to: 25344
/* 22050 */ MCD_OPC_Decode,
159,
12,
147,
1, // Opcode: MVE_VREV64_16
/* 22055 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22084
/* 22060 */ MCD_OPC_CheckPredicate,
24,
207,
12,
0, // Skip to: 25344
/* 22065 */ MCD_OPC_CheckField,
28,
4,
15,
200,
12,
0, // Skip to: 25344
/* 22072 */ MCD_OPC_CheckField,
0,
1,
0,
193,
12,
0, // Skip to: 25344
/* 22079 */ MCD_OPC_Decode,
153,
8,
147,
1, // Opcode: MVE_VCVTs16f16a
/* 22084 */ MCD_OPC_FilterValue,
56,
24,
0,
0, // Skip to: 22113
/* 22089 */ MCD_OPC_CheckPredicate,
22,
178,
12,
0, // Skip to: 25344
/* 22094 */ MCD_OPC_CheckField,
28,
4,
15,
171,
12,
0, // Skip to: 25344
/* 22101 */ MCD_OPC_CheckField,
0,
1,
0,
164,
12,
0, // Skip to: 25344
/* 22108 */ MCD_OPC_Decode,
160,
12,
147,
1, // Opcode: MVE_VREV64_32
/* 22113 */ MCD_OPC_FilterValue,
59,
154,
12,
0, // Skip to: 25344
/* 22118 */ MCD_OPC_CheckPredicate,
24,
149,
12,
0, // Skip to: 25344
/* 22123 */ MCD_OPC_CheckField,
28,
4,
15,
142,
12,
0, // Skip to: 25344
/* 22130 */ MCD_OPC_CheckField,
0,
1,
0,
135,
12,
0, // Skip to: 25344
/* 22137 */ MCD_OPC_Decode,
159,
8,
147,
1, // Opcode: MVE_VCVTs32f32a
/* 22142 */ MCD_OPC_FilterValue,
3,
119,
0,
0, // Skip to: 22266
/* 22147 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22150 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 22179
/* 22155 */ MCD_OPC_CheckPredicate,
22,
112,
12,
0, // Skip to: 25344
/* 22160 */ MCD_OPC_CheckField,
28,
4,
15,
105,
12,
0, // Skip to: 25344
/* 22167 */ MCD_OPC_CheckField,
0,
1,
0,
98,
12,
0, // Skip to: 25344
/* 22174 */ MCD_OPC_Decode,
158,
12,
147,
1, // Opcode: MVE_VREV32_8
/* 22179 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 22208
/* 22184 */ MCD_OPC_CheckPredicate,
22,
83,
12,
0, // Skip to: 25344
/* 22189 */ MCD_OPC_CheckField,
28,
4,
15,
76,
12,
0, // Skip to: 25344
/* 22196 */ MCD_OPC_CheckField,
0,
1,
0,
69,
12,
0, // Skip to: 25344
/* 22203 */ MCD_OPC_Decode,
157,
12,
147,
1, // Opcode: MVE_VREV32_16
/* 22208 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22237
/* 22213 */ MCD_OPC_CheckPredicate,
24,
54,
12,
0, // Skip to: 25344
/* 22218 */ MCD_OPC_CheckField,
28,
4,
15,
47,
12,
0, // Skip to: 25344
/* 22225 */ MCD_OPC_CheckField,
0,
1,
0,
40,
12,
0, // Skip to: 25344
/* 22232 */ MCD_OPC_Decode,
165,
8,
147,
1, // Opcode: MVE_VCVTu16f16a
/* 22237 */ MCD_OPC_FilterValue,
59,
30,
12,
0, // Skip to: 25344
/* 22242 */ MCD_OPC_CheckPredicate,
24,
25,
12,
0, // Skip to: 25344
/* 22247 */ MCD_OPC_CheckField,
28,
4,
15,
18,
12,
0, // Skip to: 25344
/* 22254 */ MCD_OPC_CheckField,
0,
1,
0,
11,
12,
0, // Skip to: 25344
/* 22261 */ MCD_OPC_Decode,
171,
8,
147,
1, // Opcode: MVE_VCVTu32f32a
/* 22266 */ MCD_OPC_FilterValue,
5,
90,
0,
0, // Skip to: 22361
/* 22271 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22274 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 22303
/* 22279 */ MCD_OPC_CheckPredicate,
22,
244,
11,
0, // Skip to: 25344
/* 22284 */ MCD_OPC_CheckField,
28,
4,
15,
237,
11,
0, // Skip to: 25344
/* 22291 */ MCD_OPC_CheckField,
0,
1,
0,
230,
11,
0, // Skip to: 25344
/* 22298 */ MCD_OPC_Decode,
156,
12,
147,
1, // Opcode: MVE_VREV16_8
/* 22303 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22332
/* 22308 */ MCD_OPC_CheckPredicate,
24,
215,
11,
0, // Skip to: 25344
/* 22313 */ MCD_OPC_CheckField,
28,
4,
15,
208,
11,
0, // Skip to: 25344
/* 22320 */ MCD_OPC_CheckField,
0,
1,
0,
201,
11,
0, // Skip to: 25344
/* 22327 */ MCD_OPC_Decode,
155,
8,
147,
1, // Opcode: MVE_VCVTs16f16n
/* 22332 */ MCD_OPC_FilterValue,
59,
191,
11,
0, // Skip to: 25344
/* 22337 */ MCD_OPC_CheckPredicate,
24,
186,
11,
0, // Skip to: 25344
/* 22342 */ MCD_OPC_CheckField,
28,
4,
15,
179,
11,
0, // Skip to: 25344
/* 22349 */ MCD_OPC_CheckField,
0,
1,
0,
172,
11,
0, // Skip to: 25344
/* 22356 */ MCD_OPC_Decode,
161,
8,
147,
1, // Opcode: MVE_VCVTs32f32n
/* 22361 */ MCD_OPC_FilterValue,
7,
61,
0,
0, // Skip to: 22427
/* 22366 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22369 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22398
/* 22374 */ MCD_OPC_CheckPredicate,
24,
149,
11,
0, // Skip to: 25344
/* 22379 */ MCD_OPC_CheckField,
28,
4,
15,
142,
11,
0, // Skip to: 25344
/* 22386 */ MCD_OPC_CheckField,
0,
1,
0,
135,
11,
0, // Skip to: 25344
/* 22393 */ MCD_OPC_Decode,
167,
8,
147,
1, // Opcode: MVE_VCVTu16f16n
/* 22398 */ MCD_OPC_FilterValue,
59,
125,
11,
0, // Skip to: 25344
/* 22403 */ MCD_OPC_CheckPredicate,
24,
120,
11,
0, // Skip to: 25344
/* 22408 */ MCD_OPC_CheckField,
28,
4,
15,
113,
11,
0, // Skip to: 25344
/* 22415 */ MCD_OPC_CheckField,
0,
1,
0,
106,
11,
0, // Skip to: 25344
/* 22422 */ MCD_OPC_Decode,
173,
8,
147,
1, // Opcode: MVE_VCVTu32f32n
/* 22427 */ MCD_OPC_FilterValue,
9,
61,
0,
0, // Skip to: 22493
/* 22432 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22435 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22464
/* 22440 */ MCD_OPC_CheckPredicate,
24,
83,
11,
0, // Skip to: 25344
/* 22445 */ MCD_OPC_CheckField,
28,
4,
15,
76,
11,
0, // Skip to: 25344
/* 22452 */ MCD_OPC_CheckField,
0,
1,
0,
69,
11,
0, // Skip to: 25344
/* 22459 */ MCD_OPC_Decode,
156,
8,
147,
1, // Opcode: MVE_VCVTs16f16p
/* 22464 */ MCD_OPC_FilterValue,
59,
59,
11,
0, // Skip to: 25344
/* 22469 */ MCD_OPC_CheckPredicate,
24,
54,
11,
0, // Skip to: 25344
/* 22474 */ MCD_OPC_CheckField,
28,
4,
15,
47,
11,
0, // Skip to: 25344
/* 22481 */ MCD_OPC_CheckField,
0,
1,
0,
40,
11,
0, // Skip to: 25344
/* 22488 */ MCD_OPC_Decode,
162,
8,
147,
1, // Opcode: MVE_VCVTs32f32p
/* 22493 */ MCD_OPC_FilterValue,
11,
61,
0,
0, // Skip to: 22559
/* 22498 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22501 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22530
/* 22506 */ MCD_OPC_CheckPredicate,
24,
17,
11,
0, // Skip to: 25344
/* 22511 */ MCD_OPC_CheckField,
28,
4,
15,
10,
11,
0, // Skip to: 25344
/* 22518 */ MCD_OPC_CheckField,
0,
1,
0,
3,
11,
0, // Skip to: 25344
/* 22525 */ MCD_OPC_Decode,
168,
8,
147,
1, // Opcode: MVE_VCVTu16f16p
/* 22530 */ MCD_OPC_FilterValue,
59,
249,
10,
0, // Skip to: 25344
/* 22535 */ MCD_OPC_CheckPredicate,
24,
244,
10,
0, // Skip to: 25344
/* 22540 */ MCD_OPC_CheckField,
28,
4,
15,
237,
10,
0, // Skip to: 25344
/* 22547 */ MCD_OPC_CheckField,
0,
1,
0,
230,
10,
0, // Skip to: 25344
/* 22554 */ MCD_OPC_Decode,
174,
8,
147,
1, // Opcode: MVE_VCVTu32f32p
/* 22559 */ MCD_OPC_FilterValue,
13,
148,
0,
0, // Skip to: 22712
/* 22564 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22567 */ MCD_OPC_FilterValue,
49,
24,
0,
0, // Skip to: 22596
/* 22572 */ MCD_OPC_CheckPredicate,
22,
207,
10,
0, // Skip to: 25344
/* 22577 */ MCD_OPC_CheckField,
28,
4,
15,
200,
10,
0, // Skip to: 25344
/* 22584 */ MCD_OPC_CheckField,
0,
1,
0,
193,
10,
0, // Skip to: 25344
/* 22591 */ MCD_OPC_Decode,
191,
7,
147,
1, // Opcode: MVE_VABSs8
/* 22596 */ MCD_OPC_FilterValue,
53,
24,
0,
0, // Skip to: 22625
/* 22601 */ MCD_OPC_CheckPredicate,
22,
178,
10,
0, // Skip to: 25344
/* 22606 */ MCD_OPC_CheckField,
28,
4,
15,
171,
10,
0, // Skip to: 25344
/* 22613 */ MCD_OPC_CheckField,
0,
1,
0,
164,
10,
0, // Skip to: 25344
/* 22620 */ MCD_OPC_Decode,
189,
7,
147,
1, // Opcode: MVE_VABSs16
/* 22625 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22654
/* 22630 */ MCD_OPC_CheckPredicate,
24,
149,
10,
0, // Skip to: 25344
/* 22635 */ MCD_OPC_CheckField,
28,
4,
15,
142,
10,
0, // Skip to: 25344
/* 22642 */ MCD_OPC_CheckField,
0,
1,
0,
135,
10,
0, // Skip to: 25344
/* 22649 */ MCD_OPC_Decode,
154,
8,
147,
1, // Opcode: MVE_VCVTs16f16m
/* 22654 */ MCD_OPC_FilterValue,
57,
24,
0,
0, // Skip to: 22683
/* 22659 */ MCD_OPC_CheckPredicate,
22,
120,
10,
0, // Skip to: 25344
/* 22664 */ MCD_OPC_CheckField,
28,
4,
15,
113,
10,
0, // Skip to: 25344
/* 22671 */ MCD_OPC_CheckField,
0,
1,
0,
106,
10,
0, // Skip to: 25344
/* 22678 */ MCD_OPC_Decode,
190,
7,
147,
1, // Opcode: MVE_VABSs32
/* 22683 */ MCD_OPC_FilterValue,
59,
96,
10,
0, // Skip to: 25344
/* 22688 */ MCD_OPC_CheckPredicate,
24,
91,
10,
0, // Skip to: 25344
/* 22693 */ MCD_OPC_CheckField,
28,
4,
15,
84,
10,
0, // Skip to: 25344
/* 22700 */ MCD_OPC_CheckField,
0,
1,
0,
77,
10,
0, // Skip to: 25344
/* 22707 */ MCD_OPC_Decode,
160,
8,
147,
1, // Opcode: MVE_VCVTs32f32m
/* 22712 */ MCD_OPC_FilterValue,
15,
148,
0,
0, // Skip to: 22865
/* 22717 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22720 */ MCD_OPC_FilterValue,
49,
24,
0,
0, // Skip to: 22749
/* 22725 */ MCD_OPC_CheckPredicate,
22,
54,
10,
0, // Skip to: 25344
/* 22730 */ MCD_OPC_CheckField,
28,
4,
15,
47,
10,
0, // Skip to: 25344
/* 22737 */ MCD_OPC_CheckField,
0,
1,
0,
40,
10,
0, // Skip to: 25344
/* 22744 */ MCD_OPC_Decode,
227,
10,
147,
1, // Opcode: MVE_VNEGs8
/* 22749 */ MCD_OPC_FilterValue,
53,
24,
0,
0, // Skip to: 22778
/* 22754 */ MCD_OPC_CheckPredicate,
22,
25,
10,
0, // Skip to: 25344
/* 22759 */ MCD_OPC_CheckField,
28,
4,
15,
18,
10,
0, // Skip to: 25344
/* 22766 */ MCD_OPC_CheckField,
0,
1,
0,
11,
10,
0, // Skip to: 25344
/* 22773 */ MCD_OPC_Decode,
225,
10,
147,
1, // Opcode: MVE_VNEGs16
/* 22778 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 22807
/* 22783 */ MCD_OPC_CheckPredicate,
24,
252,
9,
0, // Skip to: 25344
/* 22788 */ MCD_OPC_CheckField,
28,
4,
15,
245,
9,
0, // Skip to: 25344
/* 22795 */ MCD_OPC_CheckField,
0,
1,
0,
238,
9,
0, // Skip to: 25344
/* 22802 */ MCD_OPC_Decode,
166,
8,
147,
1, // Opcode: MVE_VCVTu16f16m
/* 22807 */ MCD_OPC_FilterValue,
57,
24,
0,
0, // Skip to: 22836
/* 22812 */ MCD_OPC_CheckPredicate,
22,
223,
9,
0, // Skip to: 25344
/* 22817 */ MCD_OPC_CheckField,
28,
4,
15,
216,
9,
0, // Skip to: 25344
/* 22824 */ MCD_OPC_CheckField,
0,
1,
0,
209,
9,
0, // Skip to: 25344
/* 22831 */ MCD_OPC_Decode,
226,
10,
147,
1, // Opcode: MVE_VNEGs32
/* 22836 */ MCD_OPC_FilterValue,
59,
199,
9,
0, // Skip to: 25344
/* 22841 */ MCD_OPC_CheckPredicate,
24,
194,
9,
0, // Skip to: 25344
/* 22846 */ MCD_OPC_CheckField,
28,
4,
15,
187,
9,
0, // Skip to: 25344
/* 22853 */ MCD_OPC_CheckField,
0,
1,
0,
180,
9,
0, // Skip to: 25344
/* 22860 */ MCD_OPC_Decode,
172,
8,
147,
1, // Opcode: MVE_VCVTu32f32m
/* 22865 */ MCD_OPC_FilterValue,
17,
148,
0,
0, // Skip to: 23018
/* 22870 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 22873 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 22902
/* 22878 */ MCD_OPC_CheckPredicate,
22,
157,
9,
0, // Skip to: 25344
/* 22883 */ MCD_OPC_CheckField,
28,
4,
15,
150,
9,
0, // Skip to: 25344
/* 22890 */ MCD_OPC_CheckField,
0,
1,
0,
143,
9,
0, // Skip to: 25344
/* 22897 */ MCD_OPC_Decode,
234,
7,
147,
1, // Opcode: MVE_VCLSs8
/* 22902 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 22931
/* 22907 */ MCD_OPC_CheckPredicate,
22,
128,
9,
0, // Skip to: 25344
/* 22912 */ MCD_OPC_CheckField,
28,
4,
15,
121,
9,
0, // Skip to: 25344
/* 22919 */ MCD_OPC_CheckField,
0,
1,
0,
114,
9,
0, // Skip to: 25344
/* 22926 */ MCD_OPC_Decode,
232,
7,
147,
1, // Opcode: MVE_VCLSs16
/* 22931 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 22960
/* 22936 */ MCD_OPC_CheckPredicate,
24,
99,
9,
0, // Skip to: 25344
/* 22941 */ MCD_OPC_CheckField,
28,
4,
15,
92,
9,
0, // Skip to: 25344
/* 22948 */ MCD_OPC_CheckField,
0,
1,
0,
85,
9,
0, // Skip to: 25344
/* 22955 */ MCD_OPC_Decode,
170,
12,
147,
1, // Opcode: MVE_VRINTf16N
/* 22960 */ MCD_OPC_FilterValue,
56,
24,
0,
0, // Skip to: 22989
/* 22965 */ MCD_OPC_CheckPredicate,
22,
70,
9,
0, // Skip to: 25344
/* 22970 */ MCD_OPC_CheckField,
28,
4,
15,
63,
9,
0, // Skip to: 25344
/* 22977 */ MCD_OPC_CheckField,
0,
1,
0,
56,
9,
0, // Skip to: 25344
/* 22984 */ MCD_OPC_Decode,
233,
7,
147,
1, // Opcode: MVE_VCLSs32
/* 22989 */ MCD_OPC_FilterValue,
58,
46,
9,
0, // Skip to: 25344
/* 22994 */ MCD_OPC_CheckPredicate,
24,
41,
9,
0, // Skip to: 25344
/* 22999 */ MCD_OPC_CheckField,
28,
4,
15,
34,
9,
0, // Skip to: 25344
/* 23006 */ MCD_OPC_CheckField,
0,
1,
0,
27,
9,
0, // Skip to: 25344
/* 23013 */ MCD_OPC_Decode,
176,
12,
147,
1, // Opcode: MVE_VRINTf32N
/* 23018 */ MCD_OPC_FilterValue,
19,
148,
0,
0, // Skip to: 23171
/* 23023 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23026 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 23055
/* 23031 */ MCD_OPC_CheckPredicate,
22,
4,
9,
0, // Skip to: 25344
/* 23036 */ MCD_OPC_CheckField,
28,
4,
15,
253,
8,
0, // Skip to: 25344
/* 23043 */ MCD_OPC_CheckField,
0,
1,
0,
246,
8,
0, // Skip to: 25344
/* 23050 */ MCD_OPC_Decode,
237,
7,
147,
1, // Opcode: MVE_VCLZs8
/* 23055 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 23084
/* 23060 */ MCD_OPC_CheckPredicate,
22,
231,
8,
0, // Skip to: 25344
/* 23065 */ MCD_OPC_CheckField,
28,
4,
15,
224,
8,
0, // Skip to: 25344
/* 23072 */ MCD_OPC_CheckField,
0,
1,
0,
217,
8,
0, // Skip to: 25344
/* 23079 */ MCD_OPC_Decode,
235,
7,
147,
1, // Opcode: MVE_VCLZs16
/* 23084 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 23113
/* 23089 */ MCD_OPC_CheckPredicate,
24,
202,
8,
0, // Skip to: 25344
/* 23094 */ MCD_OPC_CheckField,
28,
4,
15,
195,
8,
0, // Skip to: 25344
/* 23101 */ MCD_OPC_CheckField,
0,
1,
0,
188,
8,
0, // Skip to: 25344
/* 23108 */ MCD_OPC_Decode,
172,
12,
147,
1, // Opcode: MVE_VRINTf16X
/* 23113 */ MCD_OPC_FilterValue,
56,
24,
0,
0, // Skip to: 23142
/* 23118 */ MCD_OPC_CheckPredicate,
22,
173,
8,
0, // Skip to: 25344
/* 23123 */ MCD_OPC_CheckField,
28,
4,
15,
166,
8,
0, // Skip to: 25344
/* 23130 */ MCD_OPC_CheckField,
0,
1,
0,
159,
8,
0, // Skip to: 25344
/* 23137 */ MCD_OPC_Decode,
236,
7,
147,
1, // Opcode: MVE_VCLZs32
/* 23142 */ MCD_OPC_FilterValue,
58,
149,
8,
0, // Skip to: 25344
/* 23147 */ MCD_OPC_CheckPredicate,
24,
144,
8,
0, // Skip to: 25344
/* 23152 */ MCD_OPC_CheckField,
28,
4,
15,
137,
8,
0, // Skip to: 25344
/* 23159 */ MCD_OPC_CheckField,
0,
1,
0,
130,
8,
0, // Skip to: 25344
/* 23166 */ MCD_OPC_Decode,
178,
12,
147,
1, // Opcode: MVE_VRINTf32X
/* 23171 */ MCD_OPC_FilterValue,
21,
61,
0,
0, // Skip to: 23237
/* 23176 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23179 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 23208
/* 23184 */ MCD_OPC_CheckPredicate,
24,
107,
8,
0, // Skip to: 25344
/* 23189 */ MCD_OPC_CheckField,
28,
4,
15,
100,
8,
0, // Skip to: 25344
/* 23196 */ MCD_OPC_CheckField,
0,
1,
0,
93,
8,
0, // Skip to: 25344
/* 23203 */ MCD_OPC_Decode,
168,
12,
147,
1, // Opcode: MVE_VRINTf16A
/* 23208 */ MCD_OPC_FilterValue,
58,
83,
8,
0, // Skip to: 25344
/* 23213 */ MCD_OPC_CheckPredicate,
24,
78,
8,
0, // Skip to: 25344
/* 23218 */ MCD_OPC_CheckField,
28,
4,
15,
71,
8,
0, // Skip to: 25344
/* 23225 */ MCD_OPC_CheckField,
0,
1,
0,
64,
8,
0, // Skip to: 25344
/* 23232 */ MCD_OPC_Decode,
174,
12,
147,
1, // Opcode: MVE_VRINTf32A
/* 23237 */ MCD_OPC_FilterValue,
23,
90,
0,
0, // Skip to: 23332
/* 23242 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23245 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 23274
/* 23250 */ MCD_OPC_CheckPredicate,
22,
41,
8,
0, // Skip to: 25344
/* 23255 */ MCD_OPC_CheckField,
28,
4,
15,
34,
8,
0, // Skip to: 25344
/* 23262 */ MCD_OPC_CheckField,
0,
1,
0,
27,
8,
0, // Skip to: 25344
/* 23269 */ MCD_OPC_Decode,
220,
10,
147,
1, // Opcode: MVE_VMVN
/* 23274 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 23303
/* 23279 */ MCD_OPC_CheckPredicate,
24,
12,
8,
0, // Skip to: 25344
/* 23284 */ MCD_OPC_CheckField,
28,
4,
15,
5,
8,
0, // Skip to: 25344
/* 23291 */ MCD_OPC_CheckField,
0,
1,
0,
254,
7,
0, // Skip to: 25344
/* 23298 */ MCD_OPC_Decode,
173,
12,
147,
1, // Opcode: MVE_VRINTf16Z
/* 23303 */ MCD_OPC_FilterValue,
58,
244,
7,
0, // Skip to: 25344
/* 23308 */ MCD_OPC_CheckPredicate,
24,
239,
7,
0, // Skip to: 25344
/* 23313 */ MCD_OPC_CheckField,
28,
4,
15,
232,
7,
0, // Skip to: 25344
/* 23320 */ MCD_OPC_CheckField,
0,
1,
0,
225,
7,
0, // Skip to: 25344
/* 23327 */ MCD_OPC_Decode,
179,
12,
147,
1, // Opcode: MVE_VRINTf32Z
/* 23332 */ MCD_OPC_FilterValue,
25,
61,
0,
0, // Skip to: 23398
/* 23337 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23340 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 23369
/* 23345 */ MCD_OPC_CheckPredicate,
24,
202,
7,
0, // Skip to: 25344
/* 23350 */ MCD_OPC_CheckField,
28,
4,
15,
195,
7,
0, // Skip to: 25344
/* 23357 */ MCD_OPC_CheckField,
0,
1,
0,
188,
7,
0, // Skip to: 25344
/* 23364 */ MCD_OPC_Decode,
143,
8,
147,
1, // Opcode: MVE_VCVTf16s16n
/* 23369 */ MCD_OPC_FilterValue,
59,
178,
7,
0, // Skip to: 25344
/* 23374 */ MCD_OPC_CheckPredicate,
24,
173,
7,
0, // Skip to: 25344
/* 23379 */ MCD_OPC_CheckField,
28,
4,
15,
166,
7,
0, // Skip to: 25344
/* 23386 */ MCD_OPC_CheckField,
0,
1,
0,
159,
7,
0, // Skip to: 25344
/* 23393 */ MCD_OPC_Decode,
149,
8,
147,
1, // Opcode: MVE_VCVTf32s32n
/* 23398 */ MCD_OPC_FilterValue,
27,
119,
0,
0, // Skip to: 23522
/* 23403 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23406 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 23435
/* 23411 */ MCD_OPC_CheckPredicate,
24,
136,
7,
0, // Skip to: 25344
/* 23416 */ MCD_OPC_CheckField,
28,
4,
15,
129,
7,
0, // Skip to: 25344
/* 23423 */ MCD_OPC_CheckField,
0,
1,
0,
122,
7,
0, // Skip to: 25344
/* 23430 */ MCD_OPC_Decode,
169,
12,
147,
1, // Opcode: MVE_VRINTf16M
/* 23435 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 23464
/* 23440 */ MCD_OPC_CheckPredicate,
24,
107,
7,
0, // Skip to: 25344
/* 23445 */ MCD_OPC_CheckField,
28,
4,
15,
100,
7,
0, // Skip to: 25344
/* 23452 */ MCD_OPC_CheckField,
0,
1,
0,
93,
7,
0, // Skip to: 25344
/* 23459 */ MCD_OPC_Decode,
145,
8,
147,
1, // Opcode: MVE_VCVTf16u16n
/* 23464 */ MCD_OPC_FilterValue,
58,
24,
0,
0, // Skip to: 23493
/* 23469 */ MCD_OPC_CheckPredicate,
24,
78,
7,
0, // Skip to: 25344
/* 23474 */ MCD_OPC_CheckField,
28,
4,
15,
71,
7,
0, // Skip to: 25344
/* 23481 */ MCD_OPC_CheckField,
0,
1,
0,
64,
7,
0, // Skip to: 25344
/* 23488 */ MCD_OPC_Decode,
175,
12,
147,
1, // Opcode: MVE_VRINTf32M
/* 23493 */ MCD_OPC_FilterValue,
59,
54,
7,
0, // Skip to: 25344
/* 23498 */ MCD_OPC_CheckPredicate,
24,
49,
7,
0, // Skip to: 25344
/* 23503 */ MCD_OPC_CheckField,
28,
4,
15,
42,
7,
0, // Skip to: 25344
/* 23510 */ MCD_OPC_CheckField,
0,
1,
0,
35,
7,
0, // Skip to: 25344
/* 23517 */ MCD_OPC_Decode,
151,
8,
147,
1, // Opcode: MVE_VCVTf32u32n
/* 23522 */ MCD_OPC_FilterValue,
29,
206,
0,
0, // Skip to: 23733
/* 23527 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23530 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 23559
/* 23535 */ MCD_OPC_CheckPredicate,
22,
12,
7,
0, // Skip to: 25344
/* 23540 */ MCD_OPC_CheckField,
28,
4,
15,
5,
7,
0, // Skip to: 25344
/* 23547 */ MCD_OPC_CheckField,
0,
1,
0,
254,
6,
0, // Skip to: 25344
/* 23554 */ MCD_OPC_Decode,
131,
11,
147,
1, // Opcode: MVE_VQABSs8
/* 23559 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 23588
/* 23564 */ MCD_OPC_CheckPredicate,
22,
239,
6,
0, // Skip to: 25344
/* 23569 */ MCD_OPC_CheckField,
28,
4,
15,
232,
6,
0, // Skip to: 25344
/* 23576 */ MCD_OPC_CheckField,
0,
1,
0,
225,
6,
0, // Skip to: 25344
/* 23583 */ MCD_OPC_Decode,
129,
11,
147,
1, // Opcode: MVE_VQABSs16
/* 23588 */ MCD_OPC_FilterValue,
53,
24,
0,
0, // Skip to: 23617
/* 23593 */ MCD_OPC_CheckPredicate,
24,
210,
6,
0, // Skip to: 25344
/* 23598 */ MCD_OPC_CheckField,
28,
4,
15,
203,
6,
0, // Skip to: 25344
/* 23605 */ MCD_OPC_CheckField,
0,
1,
0,
196,
6,
0, // Skip to: 25344
/* 23612 */ MCD_OPC_Decode,
187,
7,
147,
1, // Opcode: MVE_VABSf16
/* 23617 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 23646
/* 23622 */ MCD_OPC_CheckPredicate,
24,
181,
6,
0, // Skip to: 25344
/* 23627 */ MCD_OPC_CheckField,
28,
4,
15,
174,
6,
0, // Skip to: 25344
/* 23634 */ MCD_OPC_CheckField,
0,
1,
0,
167,
6,
0, // Skip to: 25344
/* 23641 */ MCD_OPC_Decode,
157,
8,
147,
1, // Opcode: MVE_VCVTs16f16z
/* 23646 */ MCD_OPC_FilterValue,
56,
24,
0,
0, // Skip to: 23675
/* 23651 */ MCD_OPC_CheckPredicate,
22,
152,
6,
0, // Skip to: 25344
/* 23656 */ MCD_OPC_CheckField,
28,
4,
15,
145,
6,
0, // Skip to: 25344
/* 23663 */ MCD_OPC_CheckField,
0,
1,
0,
138,
6,
0, // Skip to: 25344
/* 23670 */ MCD_OPC_Decode,
130,
11,
147,
1, // Opcode: MVE_VQABSs32
/* 23675 */ MCD_OPC_FilterValue,
57,
24,
0,
0, // Skip to: 23704
/* 23680 */ MCD_OPC_CheckPredicate,
24,
123,
6,
0, // Skip to: 25344
/* 23685 */ MCD_OPC_CheckField,
28,
4,
15,
116,
6,
0, // Skip to: 25344
/* 23692 */ MCD_OPC_CheckField,
0,
1,
0,
109,
6,
0, // Skip to: 25344
/* 23699 */ MCD_OPC_Decode,
188,
7,
147,
1, // Opcode: MVE_VABSf32
/* 23704 */ MCD_OPC_FilterValue,
59,
99,
6,
0, // Skip to: 25344
/* 23709 */ MCD_OPC_CheckPredicate,
24,
94,
6,
0, // Skip to: 25344
/* 23714 */ MCD_OPC_CheckField,
28,
4,
15,
87,
6,
0, // Skip to: 25344
/* 23721 */ MCD_OPC_CheckField,
0,
1,
0,
80,
6,
0, // Skip to: 25344
/* 23728 */ MCD_OPC_Decode,
163,
8,
147,
1, // Opcode: MVE_VCVTs32f32z
/* 23733 */ MCD_OPC_FilterValue,
31,
70,
6,
0, // Skip to: 25344
/* 23738 */ MCD_OPC_ExtractField,
16,
6, // Inst{21-16} ...
/* 23741 */ MCD_OPC_FilterValue,
48,
24,
0,
0, // Skip to: 23770
/* 23746 */ MCD_OPC_CheckPredicate,
22,
57,
6,
0, // Skip to: 25344
/* 23751 */ MCD_OPC_CheckField,
28,
4,
15,
50,
6,
0, // Skip to: 25344
/* 23758 */ MCD_OPC_CheckField,
0,
1,
0,
43,
6,
0, // Skip to: 25344
/* 23765 */ MCD_OPC_Decode,
190,
11,
147,
1, // Opcode: MVE_VQNEGs8
/* 23770 */ MCD_OPC_FilterValue,
52,
24,
0,
0, // Skip to: 23799
/* 23775 */ MCD_OPC_CheckPredicate,
22,
28,
6,
0, // Skip to: 25344
/* 23780 */ MCD_OPC_CheckField,
28,
4,
15,
21,
6,
0, // Skip to: 25344
/* 23787 */ MCD_OPC_CheckField,
0,
1,
0,
14,
6,
0, // Skip to: 25344
/* 23794 */ MCD_OPC_Decode,
188,
11,
147,
1, // Opcode: MVE_VQNEGs16
/* 23799 */ MCD_OPC_FilterValue,
53,
24,
0,
0, // Skip to: 23828
/* 23804 */ MCD_OPC_CheckPredicate,
24,
255,
5,
0, // Skip to: 25344
/* 23809 */ MCD_OPC_CheckField,
28,
4,
15,
248,
5,
0, // Skip to: 25344
/* 23816 */ MCD_OPC_CheckField,
0,
1,
0,
241,
5,
0, // Skip to: 25344
/* 23823 */ MCD_OPC_Decode,
223,
10,
147,
1, // Opcode: MVE_VNEGf16
/* 23828 */ MCD_OPC_FilterValue,
54,
24,
0,
0, // Skip to: 23857
/* 23833 */ MCD_OPC_CheckPredicate,
24,
226,
5,
0, // Skip to: 25344
/* 23838 */ MCD_OPC_CheckField,
28,
4,
15,
219,
5,
0, // Skip to: 25344
/* 23845 */ MCD_OPC_CheckField,
0,
1,
0,
212,
5,
0, // Skip to: 25344
/* 23852 */ MCD_OPC_Decode,
171,
12,
147,
1, // Opcode: MVE_VRINTf16P
/* 23857 */ MCD_OPC_FilterValue,
55,
24,
0,
0, // Skip to: 23886
/* 23862 */ MCD_OPC_CheckPredicate,
24,
197,
5,
0, // Skip to: 25344
/* 23867 */ MCD_OPC_CheckField,
28,
4,
15,
190,
5,
0, // Skip to: 25344
/* 23874 */ MCD_OPC_CheckField,
0,
1,
0,
183,
5,
0, // Skip to: 25344
/* 23881 */ MCD_OPC_Decode,
169,
8,
147,
1, // Opcode: MVE_VCVTu16f16z
/* 23886 */ MCD_OPC_FilterValue,
56,
24,
0,
0, // Skip to: 23915
/* 23891 */ MCD_OPC_CheckPredicate,
22,
168,
5,
0, // Skip to: 25344
/* 23896 */ MCD_OPC_CheckField,
28,
4,
15,
161,
5,
0, // Skip to: 25344
/* 23903 */ MCD_OPC_CheckField,
0,
1,
0,
154,
5,
0, // Skip to: 25344
/* 23910 */ MCD_OPC_Decode,
189,
11,
147,
1, // Opcode: MVE_VQNEGs32
/* 23915 */ MCD_OPC_FilterValue,
57,
24,
0,
0, // Skip to: 23944
/* 23920 */ MCD_OPC_CheckPredicate,
24,
139,
5,
0, // Skip to: 25344
/* 23925 */ MCD_OPC_CheckField,
28,
4,
15,
132,
5,
0, // Skip to: 25344
/* 23932 */ MCD_OPC_CheckField,
0,
1,
0,
125,
5,
0, // Skip to: 25344
/* 23939 */ MCD_OPC_Decode,
224,
10,
147,
1, // Opcode: MVE_VNEGf32
/* 23944 */ MCD_OPC_FilterValue,
58,
24,
0,
0, // Skip to: 23973
/* 23949 */ MCD_OPC_CheckPredicate,
24,
110,
5,
0, // Skip to: 25344
/* 23954 */ MCD_OPC_CheckField,
28,
4,
15,
103,
5,
0, // Skip to: 25344
/* 23961 */ MCD_OPC_CheckField,
0,
1,
0,
96,
5,
0, // Skip to: 25344
/* 23968 */ MCD_OPC_Decode,
177,
12,
147,
1, // Opcode: MVE_VRINTf32P
/* 23973 */ MCD_OPC_FilterValue,
59,
86,
5,
0, // Skip to: 25344
/* 23978 */ MCD_OPC_CheckPredicate,
24,
81,
5,
0, // Skip to: 25344
/* 23983 */ MCD_OPC_CheckField,
28,
4,
15,
74,
5,
0, // Skip to: 25344
/* 23990 */ MCD_OPC_CheckField,
0,
1,
0,
67,
5,
0, // Skip to: 25344
/* 23997 */ MCD_OPC_Decode,
175,
8,
147,
1, // Opcode: MVE_VCVTu32f32z
/* 24002 */ MCD_OPC_FilterValue,
1,
57,
5,
0, // Skip to: 25344
/* 24007 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 24010 */ MCD_OPC_FilterValue,
0,
51,
3,
0, // Skip to: 24834
/* 24015 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 24018 */ MCD_OPC_FilterValue,
0,
25,
2,
0, // Skip to: 24560
/* 24023 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 24026 */ MCD_OPC_FilterValue,
0,
255,
0,
0, // Skip to: 24286
/* 24031 */ MCD_OPC_ExtractField,
5,
3, // Inst{7-5} ...
/* 24034 */ MCD_OPC_FilterValue,
2,
129,
0,
0, // Skip to: 24168
/* 24039 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 24042 */ MCD_OPC_FilterValue,
0,
17,
5,
0, // Skip to: 25344
/* 24047 */ MCD_OPC_ExtractField,
29,
3, // Inst{31-29} ...
/* 24050 */ MCD_OPC_FilterValue,
7,
9,
5,
0, // Skip to: 25344
/* 24055 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 24058 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 24073
/* 24063 */ MCD_OPC_CheckPredicate,
22,
20,
0,
0, // Skip to: 24088
/* 24068 */ MCD_OPC_Decode,
187,
10,
190,
1, // Opcode: MVE_VMOVimmi8
/* 24073 */ MCD_OPC_FilterValue,
15,
10,
0,
0, // Skip to: 24088
/* 24078 */ MCD_OPC_CheckPredicate,
22,
5,
0,
0, // Skip to: 24088
/* 24083 */ MCD_OPC_Decode,
183,
10,
190,
1, // Opcode: MVE_VMOVimmf32
/* 24088 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 24091 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 24113
/* 24096 */ MCD_OPC_CheckPredicate,
22,
57,
0,
0, // Skip to: 24158
/* 24101 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 24158
/* 24108 */ MCD_OPC_Decode,
184,
10,
190,
1, // Opcode: MVE_VMOVimmi16
/* 24113 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 24158
/* 24118 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 24121 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 24136
/* 24126 */ MCD_OPC_CheckPredicate,
22,
27,
0,
0, // Skip to: 24158
/* 24131 */ MCD_OPC_Decode,
231,
10,
191,
1, // Opcode: MVE_VORRimmi32
/* 24136 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 24158
/* 24141 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 24158
/* 24146 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 24158
/* 24153 */ MCD_OPC_Decode,
230,
10,
192,
1, // Opcode: MVE_VORRimmi16
/* 24158 */ MCD_OPC_CheckPredicate,
22,
157,
4,
0, // Skip to: 25344
/* 24163 */ MCD_OPC_Decode,
185,
10,
190,
1, // Opcode: MVE_VMOVimmi32
/* 24168 */ MCD_OPC_FilterValue,
3,
147,
4,
0, // Skip to: 25344
/* 24173 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 24176 */ MCD_OPC_FilterValue,
0,
139,
4,
0, // Skip to: 25344
/* 24181 */ MCD_OPC_ExtractField,
29,
3, // Inst{31-29} ...
/* 24184 */ MCD_OPC_FilterValue,
7,
131,
4,
0, // Skip to: 25344
/* 24189 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 24206
/* 24194 */ MCD_OPC_CheckField,
8,
4,
14,
5,
0,
0, // Skip to: 24206
/* 24201 */ MCD_OPC_Decode,
186,
10,
190,
1, // Opcode: MVE_VMOVimmi64
/* 24206 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 24209 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 24231
/* 24214 */ MCD_OPC_CheckPredicate,
22,
57,
0,
0, // Skip to: 24276
/* 24219 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 24276
/* 24226 */ MCD_OPC_Decode,
221,
10,
190,
1, // Opcode: MVE_VMVNimmi16
/* 24231 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 24276
/* 24236 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 24239 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 24254
/* 24244 */ MCD_OPC_CheckPredicate,
22,
27,
0,
0, // Skip to: 24276
/* 24249 */ MCD_OPC_Decode,
223,
7,
191,
1, // Opcode: MVE_VBICimmi32
/* 24254 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 24276
/* 24259 */ MCD_OPC_CheckPredicate,
22,
12,
0,
0, // Skip to: 24276
/* 24264 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 24276
/* 24271 */ MCD_OPC_Decode,
222,
7,
192,
1, // Opcode: MVE_VBICimmi16
/* 24276 */ MCD_OPC_CheckPredicate,
22,
39,
4,
0, // Skip to: 25344
/* 24281 */ MCD_OPC_Decode,
222,
10,
190,
1, // Opcode: MVE_VMVNimmi32
/* 24286 */ MCD_OPC_FilterValue,
1,
29,
4,
0, // Skip to: 25344
/* 24291 */ MCD_OPC_ExtractField,
6,
7, // Inst{12-6} ...
/* 24294 */ MCD_OPC_FilterValue,
1,
47,
0,
0, // Skip to: 24346
/* 24299 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24302 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24324
/* 24307 */ MCD_OPC_CheckPredicate,
22,
8,
4,
0, // Skip to: 25344
/* 24312 */ MCD_OPC_CheckField,
0,
1,
0,
1,
4,
0, // Skip to: 25344
/* 24319 */ MCD_OPC_Decode,
130,
13,
193,
1, // Opcode: MVE_VSHR_imms8
/* 24324 */ MCD_OPC_FilterValue,
15,
247,
3,
0, // Skip to: 25344
/* 24329 */ MCD_OPC_CheckPredicate,
22,
242,
3,
0, // Skip to: 25344
/* 24334 */ MCD_OPC_CheckField,
0,
1,
0,
235,
3,
0, // Skip to: 25344
/* 24341 */ MCD_OPC_Decode,
133,
13,
193,
1, // Opcode: MVE_VSHR_immu8
/* 24346 */ MCD_OPC_FilterValue,
9,
47,
0,
0, // Skip to: 24398
/* 24351 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24354 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24376
/* 24359 */ MCD_OPC_CheckPredicate,
22,
212,
3,
0, // Skip to: 25344
/* 24364 */ MCD_OPC_CheckField,
0,
1,
0,
205,
3,
0, // Skip to: 25344
/* 24371 */ MCD_OPC_Decode,
214,
12,
193,
1, // Opcode: MVE_VRSHR_imms8
/* 24376 */ MCD_OPC_FilterValue,
15,
195,
3,
0, // Skip to: 25344
/* 24381 */ MCD_OPC_CheckPredicate,
22,
190,
3,
0, // Skip to: 25344
/* 24386 */ MCD_OPC_CheckField,
0,
1,
0,
183,
3,
0, // Skip to: 25344
/* 24393 */ MCD_OPC_Decode,
217,
12,
193,
1, // Opcode: MVE_VRSHR_immu8
/* 24398 */ MCD_OPC_FilterValue,
17,
24,
0,
0, // Skip to: 24427
/* 24403 */ MCD_OPC_CheckPredicate,
22,
168,
3,
0, // Skip to: 25344
/* 24408 */ MCD_OPC_CheckField,
28,
4,
15,
161,
3,
0, // Skip to: 25344
/* 24415 */ MCD_OPC_CheckField,
0,
1,
0,
154,
3,
0, // Skip to: 25344
/* 24422 */ MCD_OPC_Decode,
139,
13,
184,
1, // Opcode: MVE_VSRIimm8
/* 24427 */ MCD_OPC_FilterValue,
21,
47,
0,
0, // Skip to: 24479
/* 24432 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24435 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24457
/* 24440 */ MCD_OPC_CheckPredicate,
22,
131,
3,
0, // Skip to: 25344
/* 24445 */ MCD_OPC_CheckField,
0,
1,
0,
124,
3,
0, // Skip to: 25344
/* 24452 */ MCD_OPC_Decode,
245,
12,
186,
1, // Opcode: MVE_VSHL_immi8
/* 24457 */ MCD_OPC_FilterValue,
15,
114,
3,
0, // Skip to: 25344
/* 24462 */ MCD_OPC_CheckPredicate,
22,
109,
3,
0, // Skip to: 25344
/* 24467 */ MCD_OPC_CheckField,
0,
1,
0,
102,
3,
0, // Skip to: 25344
/* 24474 */ MCD_OPC_Decode,
136,
13,
194,
1, // Opcode: MVE_VSLIimm8
/* 24479 */ MCD_OPC_FilterValue,
25,
24,
0,
0, // Skip to: 24508
/* 24484 */ MCD_OPC_CheckPredicate,
22,
87,
3,
0, // Skip to: 25344
/* 24489 */ MCD_OPC_CheckField,
28,
4,
15,
80,
3,
0, // Skip to: 25344
/* 24496 */ MCD_OPC_CheckField,
0,
1,
0,
73,
3,
0, // Skip to: 25344
/* 24503 */ MCD_OPC_Decode,
241,
11,
186,
1, // Opcode: MVE_VQSHLU_imms8
/* 24508 */ MCD_OPC_FilterValue,
29,
63,
3,
0, // Skip to: 25344
/* 24513 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24516 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24538
/* 24521 */ MCD_OPC_CheckPredicate,
22,
50,
3,
0, // Skip to: 25344
/* 24526 */ MCD_OPC_CheckField,
0,
1,
0,
43,
3,
0, // Skip to: 25344
/* 24533 */ MCD_OPC_Decode,
128,
12,
186,
1, // Opcode: MVE_VQSHLimms8
/* 24538 */ MCD_OPC_FilterValue,
15,
33,
3,
0, // Skip to: 25344
/* 24543 */ MCD_OPC_CheckPredicate,
22,
28,
3,
0, // Skip to: 25344
/* 24548 */ MCD_OPC_CheckField,
0,
1,
0,
21,
3,
0, // Skip to: 25344
/* 24555 */ MCD_OPC_Decode,
131,
12,
186,
1, // Opcode: MVE_VQSHLimmu8
/* 24560 */ MCD_OPC_FilterValue,
1,
11,
3,
0, // Skip to: 25344
/* 24565 */ MCD_OPC_ExtractField,
6,
7, // Inst{12-6} ...
/* 24568 */ MCD_OPC_FilterValue,
1,
47,
0,
0, // Skip to: 24620
/* 24573 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24576 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24598
/* 24581 */ MCD_OPC_CheckPredicate,
22,
246,
2,
0, // Skip to: 25344
/* 24586 */ MCD_OPC_CheckField,
0,
1,
0,
239,
2,
0, // Skip to: 25344
/* 24593 */ MCD_OPC_Decode,
128,
13,
195,
1, // Opcode: MVE_VSHR_imms16
/* 24598 */ MCD_OPC_FilterValue,
15,
229,
2,
0, // Skip to: 25344
/* 24603 */ MCD_OPC_CheckPredicate,
22,
224,
2,
0, // Skip to: 25344
/* 24608 */ MCD_OPC_CheckField,
0,
1,
0,
217,
2,
0, // Skip to: 25344
/* 24615 */ MCD_OPC_Decode,
131,
13,
195,
1, // Opcode: MVE_VSHR_immu16
/* 24620 */ MCD_OPC_FilterValue,
9,
47,
0,
0, // Skip to: 24672
/* 24625 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24628 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24650
/* 24633 */ MCD_OPC_CheckPredicate,
22,
194,
2,
0, // Skip to: 25344
/* 24638 */ MCD_OPC_CheckField,
0,
1,
0,
187,
2,
0, // Skip to: 25344
/* 24645 */ MCD_OPC_Decode,
212,
12,
195,
1, // Opcode: MVE_VRSHR_imms16
/* 24650 */ MCD_OPC_FilterValue,
15,
177,
2,
0, // Skip to: 25344
/* 24655 */ MCD_OPC_CheckPredicate,
22,
172,
2,
0, // Skip to: 25344
/* 24660 */ MCD_OPC_CheckField,
0,
1,
0,
165,
2,
0, // Skip to: 25344
/* 24667 */ MCD_OPC_Decode,
215,
12,
195,
1, // Opcode: MVE_VRSHR_immu16
/* 24672 */ MCD_OPC_FilterValue,
17,
24,
0,
0, // Skip to: 24701
/* 24677 */ MCD_OPC_CheckPredicate,
22,
150,
2,
0, // Skip to: 25344
/* 24682 */ MCD_OPC_CheckField,
28,
4,
15,
143,
2,
0, // Skip to: 25344
/* 24689 */ MCD_OPC_CheckField,
0,
1,
0,
136,
2,
0, // Skip to: 25344
/* 24696 */ MCD_OPC_Decode,
137,
13,
185,
1, // Opcode: MVE_VSRIimm16
/* 24701 */ MCD_OPC_FilterValue,
21,
47,
0,
0, // Skip to: 24753
/* 24706 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24709 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24731
/* 24714 */ MCD_OPC_CheckPredicate,
22,
113,
2,
0, // Skip to: 25344
/* 24719 */ MCD_OPC_CheckField,
0,
1,
0,
106,
2,
0, // Skip to: 25344
/* 24726 */ MCD_OPC_Decode,
243,
12,
187,
1, // Opcode: MVE_VSHL_immi16
/* 24731 */ MCD_OPC_FilterValue,
15,
96,
2,
0, // Skip to: 25344
/* 24736 */ MCD_OPC_CheckPredicate,
22,
91,
2,
0, // Skip to: 25344
/* 24741 */ MCD_OPC_CheckField,
0,
1,
0,
84,
2,
0, // Skip to: 25344
/* 24748 */ MCD_OPC_Decode,
134,
13,
196,
1, // Opcode: MVE_VSLIimm16
/* 24753 */ MCD_OPC_FilterValue,
25,
24,
0,
0, // Skip to: 24782
/* 24758 */ MCD_OPC_CheckPredicate,
22,
69,
2,
0, // Skip to: 25344
/* 24763 */ MCD_OPC_CheckField,
28,
4,
15,
62,
2,
0, // Skip to: 25344
/* 24770 */ MCD_OPC_CheckField,
0,
1,
0,
55,
2,
0, // Skip to: 25344
/* 24777 */ MCD_OPC_Decode,
239,
11,
187,
1, // Opcode: MVE_VQSHLU_imms16
/* 24782 */ MCD_OPC_FilterValue,
29,
45,
2,
0, // Skip to: 25344
/* 24787 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24790 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24812
/* 24795 */ MCD_OPC_CheckPredicate,
22,
32,
2,
0, // Skip to: 25344
/* 24800 */ MCD_OPC_CheckField,
0,
1,
0,
25,
2,
0, // Skip to: 25344
/* 24807 */ MCD_OPC_Decode,
254,
11,
187,
1, // Opcode: MVE_VQSHLimms16
/* 24812 */ MCD_OPC_FilterValue,
15,
15,
2,
0, // Skip to: 25344
/* 24817 */ MCD_OPC_CheckPredicate,
22,
10,
2,
0, // Skip to: 25344
/* 24822 */ MCD_OPC_CheckField,
0,
1,
0,
3,
2,
0, // Skip to: 25344
/* 24829 */ MCD_OPC_Decode,
129,
12,
187,
1, // Opcode: MVE_VQSHLimmu16
/* 24834 */ MCD_OPC_FilterValue,
1,
249,
1,
0, // Skip to: 25344
/* 24839 */ MCD_OPC_ExtractField,
6,
7, // Inst{12-6} ...
/* 24842 */ MCD_OPC_FilterValue,
1,
47,
0,
0, // Skip to: 24894
/* 24847 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24850 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24872
/* 24855 */ MCD_OPC_CheckPredicate,
22,
228,
1,
0, // Skip to: 25344
/* 24860 */ MCD_OPC_CheckField,
0,
1,
0,
221,
1,
0, // Skip to: 25344
/* 24867 */ MCD_OPC_Decode,
129,
13,
197,
1, // Opcode: MVE_VSHR_imms32
/* 24872 */ MCD_OPC_FilterValue,
15,
211,
1,
0, // Skip to: 25344
/* 24877 */ MCD_OPC_CheckPredicate,
22,
206,
1,
0, // Skip to: 25344
/* 24882 */ MCD_OPC_CheckField,
0,
1,
0,
199,
1,
0, // Skip to: 25344
/* 24889 */ MCD_OPC_Decode,
132,
13,
197,
1, // Opcode: MVE_VSHR_immu32
/* 24894 */ MCD_OPC_FilterValue,
9,
47,
0,
0, // Skip to: 24946
/* 24899 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24902 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 24924
/* 24907 */ MCD_OPC_CheckPredicate,
22,
176,
1,
0, // Skip to: 25344
/* 24912 */ MCD_OPC_CheckField,
0,
1,
0,
169,
1,
0, // Skip to: 25344
/* 24919 */ MCD_OPC_Decode,
213,
12,
197,
1, // Opcode: MVE_VRSHR_imms32
/* 24924 */ MCD_OPC_FilterValue,
15,
159,
1,
0, // Skip to: 25344
/* 24929 */ MCD_OPC_CheckPredicate,
22,
154,
1,
0, // Skip to: 25344
/* 24934 */ MCD_OPC_CheckField,
0,
1,
0,
147,
1,
0, // Skip to: 25344
/* 24941 */ MCD_OPC_Decode,
216,
12,
197,
1, // Opcode: MVE_VRSHR_immu32
/* 24946 */ MCD_OPC_FilterValue,
17,
24,
0,
0, // Skip to: 24975
/* 24951 */ MCD_OPC_CheckPredicate,
22,
132,
1,
0, // Skip to: 25344
/* 24956 */ MCD_OPC_CheckField,
28,
4,
15,
125,
1,
0, // Skip to: 25344
/* 24963 */ MCD_OPC_CheckField,
0,
1,
0,
118,
1,
0, // Skip to: 25344
/* 24970 */ MCD_OPC_Decode,
138,
13,
198,
1, // Opcode: MVE_VSRIimm32
/* 24975 */ MCD_OPC_FilterValue,
21,
47,
0,
0, // Skip to: 25027
/* 24980 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 24983 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 25005
/* 24988 */ MCD_OPC_CheckPredicate,
22,
95,
1,
0, // Skip to: 25344
/* 24993 */ MCD_OPC_CheckField,
0,
1,
0,
88,
1,
0, // Skip to: 25344
/* 25000 */ MCD_OPC_Decode,
244,
12,
199,
1, // Opcode: MVE_VSHL_immi32
/* 25005 */ MCD_OPC_FilterValue,
15,
78,
1,
0, // Skip to: 25344
/* 25010 */ MCD_OPC_CheckPredicate,
22,
73,
1,
0, // Skip to: 25344
/* 25015 */ MCD_OPC_CheckField,
0,
1,
0,
66,
1,
0, // Skip to: 25344
/* 25022 */ MCD_OPC_Decode,
135,
13,
200,
1, // Opcode: MVE_VSLIimm32
/* 25027 */ MCD_OPC_FilterValue,
25,
24,
0,
0, // Skip to: 25056
/* 25032 */ MCD_OPC_CheckPredicate,
22,
51,
1,
0, // Skip to: 25344
/* 25037 */ MCD_OPC_CheckField,
28,
4,
15,
44,
1,
0, // Skip to: 25344
/* 25044 */ MCD_OPC_CheckField,
0,
1,
0,
37,
1,
0, // Skip to: 25344
/* 25051 */ MCD_OPC_Decode,
240,
11,
199,
1, // Opcode: MVE_VQSHLU_imms32
/* 25056 */ MCD_OPC_FilterValue,
29,
47,
0,
0, // Skip to: 25108
/* 25061 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 25064 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 25086
/* 25069 */ MCD_OPC_CheckPredicate,
22,
14,
1,
0, // Skip to: 25344
/* 25074 */ MCD_OPC_CheckField,
0,
1,
0,
7,
1,
0, // Skip to: 25344
/* 25081 */ MCD_OPC_Decode,
255,
11,
199,
1, // Opcode: MVE_VQSHLimms32
/* 25086 */ MCD_OPC_FilterValue,
15,
253,
0,
0, // Skip to: 25344
/* 25091 */ MCD_OPC_CheckPredicate,
22,
248,
0,
0, // Skip to: 25344
/* 25096 */ MCD_OPC_CheckField,
0,
1,
0,
241,
0,
0, // Skip to: 25344
/* 25103 */ MCD_OPC_Decode,
130,
12,
199,
1, // Opcode: MVE_VQSHLimmu32
/* 25108 */ MCD_OPC_FilterValue,
49,
61,
0,
0, // Skip to: 25174
/* 25113 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 25116 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 25145
/* 25121 */ MCD_OPC_CheckPredicate,
24,
218,
0,
0, // Skip to: 25344
/* 25126 */ MCD_OPC_CheckField,
20,
1,
1,
211,
0,
0, // Skip to: 25344
/* 25133 */ MCD_OPC_CheckField,
0,
1,
0,
204,
0,
0, // Skip to: 25344
/* 25140 */ MCD_OPC_Decode,
142,
8,
201,
1, // Opcode: MVE_VCVTf16s16_fix
/* 25145 */ MCD_OPC_FilterValue,
15,
194,
0,
0, // Skip to: 25344
/* 25150 */ MCD_OPC_CheckPredicate,
24,
189,
0,
0, // Skip to: 25344
/* 25155 */ MCD_OPC_CheckField,
20,
1,
1,
182,
0,
0, // Skip to: 25344
/* 25162 */ MCD_OPC_CheckField,
0,
1,
0,
175,
0,
0, // Skip to: 25344
/* 25169 */ MCD_OPC_Decode,
144,
8,
201,
1, // Opcode: MVE_VCVTf16u16_fix
/* 25174 */ MCD_OPC_FilterValue,
53,
61,
0,
0, // Skip to: 25240
/* 25179 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 25182 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 25211
/* 25187 */ MCD_OPC_CheckPredicate,
24,
152,
0,
0, // Skip to: 25344
/* 25192 */ MCD_OPC_CheckField,
20,
1,
1,
145,
0,
0, // Skip to: 25344
/* 25199 */ MCD_OPC_CheckField,
0,
1,
0,
138,
0,
0, // Skip to: 25344
/* 25206 */ MCD_OPC_Decode,
152,
8,
201,
1, // Opcode: MVE_VCVTs16f16_fix
/* 25211 */ MCD_OPC_FilterValue,
15,
128,
0,
0, // Skip to: 25344
/* 25216 */ MCD_OPC_CheckPredicate,
24,
123,
0,
0, // Skip to: 25344
/* 25221 */ MCD_OPC_CheckField,
20,
1,
1,
116,
0,
0, // Skip to: 25344
/* 25228 */ MCD_OPC_CheckField,
0,
1,
0,
109,
0,
0, // Skip to: 25344
/* 25235 */ MCD_OPC_Decode,
164,
8,
201,
1, // Opcode: MVE_VCVTu16f16_fix
/* 25240 */ MCD_OPC_FilterValue,
57,
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,
24,
86,
0,
0, // Skip to: 25344
/* 25258 */ MCD_OPC_CheckField,
0,
1,
0,
79,
0,
0, // Skip to: 25344
/* 25265 */ MCD_OPC_Decode,
148,
8,
201,
1, // Opcode: MVE_VCVTf32s32_fix
/* 25270 */ MCD_OPC_FilterValue,
15,
69,
0,
0, // Skip to: 25344
/* 25275 */ MCD_OPC_CheckPredicate,
24,
64,
0,
0, // Skip to: 25344
/* 25280 */ MCD_OPC_CheckField,
0,
1,
0,
57,
0,
0, // Skip to: 25344
/* 25287 */ MCD_OPC_Decode,
150,
8,
201,
1, // Opcode: MVE_VCVTf32u32_fix
/* 25292 */ MCD_OPC_FilterValue,
61,
47,
0,
0, // Skip to: 25344
/* 25297 */ MCD_OPC_ExtractField,
28,
4, // Inst{31-28} ...
/* 25300 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 25322
/* 25305 */ MCD_OPC_CheckPredicate,
24,
34,
0,
0, // Skip to: 25344
/* 25310 */ MCD_OPC_CheckField,
0,
1,
0,
27,
0,
0, // Skip to: 25344
/* 25317 */ MCD_OPC_Decode,
158,
8,
201,
1, // Opcode: MVE_VCVTs32f32_fix
/* 25322 */ MCD_OPC_FilterValue,
15,
17,
0,
0, // Skip to: 25344
/* 25327 */ MCD_OPC_CheckPredicate,
24,
12,
0,
0, // Skip to: 25344
/* 25332 */ MCD_OPC_CheckField,
0,
1,
0,
5,
0,
0, // Skip to: 25344
/* 25339 */ MCD_OPC_Decode,
170,
8,
201,
1, // Opcode: MVE_VCVTu32f32_fix
/* 25344 */ MCD_OPC_Fail,
0
};
static const uint8_t DecoderTableNEONData32[] = {
/* 0 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 3 */ MCD_OPC_FilterValue,
0,
198,
41,
0, // Skip to: 10702
/* 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,
241,
74,
0, // Skip to: 19231
/* 46 */ MCD_OPC_Decode,
242,
18,
202,
1, // Opcode: VHADDsv8i8
/* 51 */ MCD_OPC_FilterValue,
1,
231,
74,
0, // Skip to: 19231
/* 56 */ MCD_OPC_CheckPredicate,
26,
226,
74,
0, // Skip to: 19231
/* 61 */ MCD_OPC_Decode,
237,
18,
203,
1, // Opcode: VHADDsv16i8
/* 66 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 89
/* 72 */ MCD_OPC_CheckPredicate,
26,
210,
74,
0, // Skip to: 19231
/* 77 */ MCD_OPC_CheckField,
6,
1,
0,
203,
74,
0, // Skip to: 19231
/* 84 */ MCD_OPC_Decode,
157,
16,
204,
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,
179,
74,
0, // Skip to: 19231
/* 108 */ MCD_OPC_Decode,
248,
18,
202,
1, // Opcode: VHADDuv8i8
/* 113 */ MCD_OPC_FilterValue,
1,
169,
74,
0, // Skip to: 19231
/* 118 */ MCD_OPC_CheckPredicate,
26,
164,
74,
0, // Skip to: 19231
/* 123 */ MCD_OPC_Decode,
243,
18,
203,
1, // Opcode: VHADDuv16i8
/* 128 */ MCD_OPC_FilterValue,
231,
3,
153,
74,
0, // Skip to: 19231
/* 134 */ MCD_OPC_CheckPredicate,
26,
148,
74,
0, // Skip to: 19231
/* 139 */ MCD_OPC_CheckField,
6,
1,
0,
141,
74,
0, // Skip to: 19231
/* 146 */ MCD_OPC_Decode,
160,
16,
204,
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,
109,
74,
0, // Skip to: 19231
/* 178 */ MCD_OPC_Decode,
222,
25,
202,
1, // Opcode: VRHADDsv8i8
/* 183 */ MCD_OPC_FilterValue,
1,
99,
74,
0, // Skip to: 19231
/* 188 */ MCD_OPC_CheckPredicate,
26,
94,
74,
0, // Skip to: 19231
/* 193 */ MCD_OPC_Decode,
217,
25,
203,
1, // Opcode: VRHADDsv16i8
/* 198 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 221
/* 204 */ MCD_OPC_CheckPredicate,
26,
78,
74,
0, // Skip to: 19231
/* 209 */ MCD_OPC_CheckField,
6,
1,
0,
71,
74,
0, // Skip to: 19231
/* 216 */ MCD_OPC_Decode,
164,
16,
205,
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,
47,
74,
0, // Skip to: 19231
/* 240 */ MCD_OPC_Decode,
228,
25,
202,
1, // Opcode: VRHADDuv8i8
/* 245 */ MCD_OPC_FilterValue,
1,
37,
74,
0, // Skip to: 19231
/* 250 */ MCD_OPC_CheckPredicate,
26,
32,
74,
0, // Skip to: 19231
/* 255 */ MCD_OPC_Decode,
223,
25,
203,
1, // Opcode: VRHADDuv16i8
/* 260 */ MCD_OPC_FilterValue,
231,
3,
21,
74,
0, // Skip to: 19231
/* 266 */ MCD_OPC_CheckPredicate,
26,
16,
74,
0, // Skip to: 19231
/* 271 */ MCD_OPC_CheckField,
6,
1,
0,
9,
74,
0, // Skip to: 19231
/* 278 */ MCD_OPC_Decode,
167,
16,
205,
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,
233,
73,
0, // Skip to: 19231
/* 310 */ MCD_OPC_Decode,
254,
18,
202,
1, // Opcode: VHSUBsv8i8
/* 315 */ MCD_OPC_FilterValue,
1,
223,
73,
0, // Skip to: 19231
/* 320 */ MCD_OPC_CheckPredicate,
26,
218,
73,
0, // Skip to: 19231
/* 325 */ MCD_OPC_Decode,
249,
18,
203,
1, // Opcode: VHSUBsv16i8
/* 330 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 353
/* 336 */ MCD_OPC_CheckPredicate,
26,
202,
73,
0, // Skip to: 19231
/* 341 */ MCD_OPC_CheckField,
6,
1,
0,
195,
73,
0, // Skip to: 19231
/* 348 */ MCD_OPC_Decode,
237,
29,
204,
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,
171,
73,
0, // Skip to: 19231
/* 372 */ MCD_OPC_Decode,
132,
19,
202,
1, // Opcode: VHSUBuv8i8
/* 377 */ MCD_OPC_FilterValue,
1,
161,
73,
0, // Skip to: 19231
/* 382 */ MCD_OPC_CheckPredicate,
26,
156,
73,
0, // Skip to: 19231
/* 387 */ MCD_OPC_Decode,
255,
18,
203,
1, // Opcode: VHSUBuv16i8
/* 392 */ MCD_OPC_FilterValue,
231,
3,
145,
73,
0, // Skip to: 19231
/* 398 */ MCD_OPC_CheckPredicate,
26,
140,
73,
0, // Skip to: 19231
/* 403 */ MCD_OPC_CheckField,
6,
1,
0,
133,
73,
0, // Skip to: 19231
/* 410 */ MCD_OPC_Decode,
240,
29,
204,
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,
101,
73,
0, // Skip to: 19231
/* 442 */ MCD_OPC_Decode,
131,
17,
202,
1, // Opcode: VCGTsv8i8
/* 447 */ MCD_OPC_FilterValue,
1,
91,
73,
0, // Skip to: 19231
/* 452 */ MCD_OPC_CheckPredicate,
26,
86,
73,
0, // Skip to: 19231
/* 457 */ MCD_OPC_Decode,
254,
16,
203,
1, // Opcode: VCGTsv16i8
/* 462 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 485
/* 468 */ MCD_OPC_CheckPredicate,
26,
70,
73,
0, // Skip to: 19231
/* 473 */ MCD_OPC_CheckField,
6,
1,
0,
63,
73,
0, // Skip to: 19231
/* 480 */ MCD_OPC_Decode,
244,
29,
205,
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,
39,
73,
0, // Skip to: 19231
/* 504 */ MCD_OPC_Decode,
137,
17,
202,
1, // Opcode: VCGTuv8i8
/* 509 */ MCD_OPC_FilterValue,
1,
29,
73,
0, // Skip to: 19231
/* 514 */ MCD_OPC_CheckPredicate,
26,
24,
73,
0, // Skip to: 19231
/* 519 */ MCD_OPC_Decode,
132,
17,
203,
1, // Opcode: VCGTuv16i8
/* 524 */ MCD_OPC_FilterValue,
231,
3,
13,
73,
0, // Skip to: 19231
/* 530 */ MCD_OPC_CheckPredicate,
26,
8,
73,
0, // Skip to: 19231
/* 535 */ MCD_OPC_CheckField,
6,
1,
0,
1,
73,
0, // Skip to: 19231
/* 542 */ MCD_OPC_Decode,
247,
29,
205,
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,
225,
72,
0, // Skip to: 19231
/* 574 */ MCD_OPC_Decode,
255,
26,
206,
1, // Opcode: VSHLsv8i8
/* 579 */ MCD_OPC_FilterValue,
1,
215,
72,
0, // Skip to: 19231
/* 584 */ MCD_OPC_CheckPredicate,
26,
210,
72,
0, // Skip to: 19231
/* 589 */ MCD_OPC_Decode,
248,
26,
207,
1, // Opcode: VSHLsv16i8
/* 594 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 617
/* 600 */ MCD_OPC_CheckPredicate,
26,
194,
72,
0, // Skip to: 19231
/* 605 */ MCD_OPC_CheckField,
6,
1,
0,
187,
72,
0, // Skip to: 19231
/* 612 */ MCD_OPC_Decode,
154,
16,
208,
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,
163,
72,
0, // Skip to: 19231
/* 636 */ MCD_OPC_Decode,
135,
27,
206,
1, // Opcode: VSHLuv8i8
/* 641 */ MCD_OPC_FilterValue,
1,
153,
72,
0, // Skip to: 19231
/* 646 */ MCD_OPC_CheckPredicate,
26,
148,
72,
0, // Skip to: 19231
/* 651 */ MCD_OPC_Decode,
128,
27,
207,
1, // Opcode: VSHLuv16i8
/* 656 */ MCD_OPC_FilterValue,
231,
3,
137,
72,
0, // Skip to: 19231
/* 662 */ MCD_OPC_CheckPredicate,
26,
132,
72,
0, // Skip to: 19231
/* 667 */ MCD_OPC_CheckField,
6,
1,
0,
125,
72,
0, // Skip to: 19231
/* 674 */ MCD_OPC_Decode,
194,
25,
208,
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,
93,
72,
0, // Skip to: 19231
/* 706 */ MCD_OPC_Decode,
153,
26,
206,
1, // Opcode: VRSHLsv8i8
/* 711 */ MCD_OPC_FilterValue,
1,
83,
72,
0, // Skip to: 19231
/* 716 */ MCD_OPC_CheckPredicate,
26,
78,
72,
0, // Skip to: 19231
/* 721 */ MCD_OPC_Decode,
146,
26,
207,
1, // Opcode: VRSHLsv16i8
/* 726 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 749
/* 732 */ MCD_OPC_CheckPredicate,
26,
62,
72,
0, // Skip to: 19231
/* 737 */ MCD_OPC_CheckField,
6,
1,
0,
55,
72,
0, // Skip to: 19231
/* 744 */ MCD_OPC_Decode,
219,
15,
209,
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,
31,
72,
0, // Skip to: 19231
/* 768 */ MCD_OPC_Decode,
161,
26,
206,
1, // Opcode: VRSHLuv8i8
/* 773 */ MCD_OPC_FilterValue,
1,
21,
72,
0, // Skip to: 19231
/* 778 */ MCD_OPC_CheckPredicate,
26,
16,
72,
0, // Skip to: 19231
/* 783 */ MCD_OPC_Decode,
154,
26,
207,
1, // Opcode: VRSHLuv16i8
/* 788 */ MCD_OPC_FilterValue,
231,
3,
5,
72,
0, // Skip to: 19231
/* 794 */ MCD_OPC_CheckPredicate,
26,
0,
72,
0, // Skip to: 19231
/* 799 */ MCD_OPC_CheckField,
6,
1,
0,
249,
71,
0, // Skip to: 19231
/* 806 */ MCD_OPC_Decode,
222,
15,
209,
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,
217,
71,
0, // Skip to: 19231
/* 838 */ MCD_OPC_Decode,
150,
22,
202,
1, // Opcode: VMAXsv8i8
/* 843 */ MCD_OPC_FilterValue,
1,
207,
71,
0, // Skip to: 19231
/* 848 */ MCD_OPC_CheckPredicate,
26,
202,
71,
0, // Skip to: 19231
/* 853 */ MCD_OPC_Decode,
145,
22,
203,
1, // Opcode: VMAXsv16i8
/* 858 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 881
/* 864 */ MCD_OPC_CheckPredicate,
26,
186,
71,
0, // Skip to: 19231
/* 869 */ MCD_OPC_CheckField,
6,
1,
0,
179,
71,
0, // Skip to: 19231
/* 876 */ MCD_OPC_Decode,
234,
29,
208,
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,
155,
71,
0, // Skip to: 19231
/* 900 */ MCD_OPC_Decode,
156,
22,
202,
1, // Opcode: VMAXuv8i8
/* 905 */ MCD_OPC_FilterValue,
1,
145,
71,
0, // Skip to: 19231
/* 910 */ MCD_OPC_CheckPredicate,
26,
140,
71,
0, // Skip to: 19231
/* 915 */ MCD_OPC_Decode,
151,
22,
203,
1, // Opcode: VMAXuv16i8
/* 920 */ MCD_OPC_FilterValue,
231,
3,
129,
71,
0, // Skip to: 19231
/* 926 */ MCD_OPC_CheckPredicate,
26,
124,
71,
0, // Skip to: 19231
/* 931 */ MCD_OPC_CheckField,
6,
1,
0,
117,
71,
0, // Skip to: 19231
/* 938 */ MCD_OPC_Decode,
209,
26,
208,
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,
85,
71,
0, // Skip to: 19231
/* 970 */ MCD_OPC_Decode,
250,
15,
202,
1, // Opcode: VABDsv8i8
/* 975 */ MCD_OPC_FilterValue,
1,
75,
71,
0, // Skip to: 19231
/* 980 */ MCD_OPC_CheckPredicate,
26,
70,
71,
0, // Skip to: 19231
/* 985 */ MCD_OPC_Decode,
245,
15,
203,
1, // Opcode: VABDsv16i8
/* 990 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 1013
/* 996 */ MCD_OPC_CheckPredicate,
26,
54,
71,
0, // Skip to: 19231
/* 1001 */ MCD_OPC_CheckField,
6,
1,
0,
47,
71,
0, // Skip to: 19231
/* 1008 */ MCD_OPC_Decode,
237,
15,
204,
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,
23,
71,
0, // Skip to: 19231
/* 1032 */ MCD_OPC_Decode,
128,
16,
202,
1, // Opcode: VABDuv8i8
/* 1037 */ MCD_OPC_FilterValue,
1,
13,
71,
0, // Skip to: 19231
/* 1042 */ MCD_OPC_CheckPredicate,
26,
8,
71,
0, // Skip to: 19231
/* 1047 */ MCD_OPC_Decode,
251,
15,
203,
1, // Opcode: VABDuv16i8
/* 1052 */ MCD_OPC_FilterValue,
231,
3,
253,
70,
0, // Skip to: 19231
/* 1058 */ MCD_OPC_CheckPredicate,
26,
248,
70,
0, // Skip to: 19231
/* 1063 */ MCD_OPC_CheckField,
6,
1,
0,
241,
70,
0, // Skip to: 19231
/* 1070 */ MCD_OPC_Decode,
240,
15,
204,
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,
209,
70,
0, // Skip to: 19231
/* 1102 */ MCD_OPC_Decode,
179,
16,
202,
1, // Opcode: VADDv8i8
/* 1107 */ MCD_OPC_FilterValue,
1,
199,
70,
0, // Skip to: 19231
/* 1112 */ MCD_OPC_CheckPredicate,
26,
194,
70,
0, // Skip to: 19231
/* 1117 */ MCD_OPC_Decode,
172,
16,
203,
1, // Opcode: VADDv16i8
/* 1122 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 1145
/* 1128 */ MCD_OPC_CheckPredicate,
26,
178,
70,
0, // Skip to: 19231
/* 1133 */ MCD_OPC_CheckField,
6,
1,
0,
171,
70,
0, // Skip to: 19231
/* 1140 */ MCD_OPC_Decode,
181,
22,
209,
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,
147,
70,
0, // Skip to: 19231
/* 1164 */ MCD_OPC_Decode,
131,
30,
202,
1, // Opcode: VSUBv8i8
/* 1169 */ MCD_OPC_FilterValue,
1,
137,
70,
0, // Skip to: 19231
/* 1174 */ MCD_OPC_CheckPredicate,
26,
132,
70,
0, // Skip to: 19231
/* 1179 */ MCD_OPC_Decode,
252,
29,
203,
1, // Opcode: VSUBv16i8
/* 1184 */ MCD_OPC_FilterValue,
231,
3,
121,
70,
0, // Skip to: 19231
/* 1190 */ MCD_OPC_CheckPredicate,
26,
116,
70,
0, // Skip to: 19231
/* 1195 */ MCD_OPC_CheckField,
6,
1,
0,
109,
70,
0, // Skip to: 19231
/* 1202 */ MCD_OPC_Decode,
184,
22,
209,
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,
77,
70,
0, // Skip to: 19231
/* 1234 */ MCD_OPC_Decode,
203,
22,
210,
1, // Opcode: VMLAv8i8
/* 1239 */ MCD_OPC_FilterValue,
230,
3,
66,
70,
0, // Skip to: 19231
/* 1245 */ MCD_OPC_CheckPredicate,
26,
61,
70,
0, // Skip to: 19231
/* 1250 */ MCD_OPC_Decode,
234,
22,
210,
1, // Opcode: VMLSv8i8
/* 1255 */ MCD_OPC_FilterValue,
1,
51,
70,
0, // Skip to: 19231
/* 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,
37,
70,
0, // Skip to: 19231
/* 1274 */ MCD_OPC_Decode,
198,
22,
211,
1, // Opcode: VMLAv16i8
/* 1279 */ MCD_OPC_FilterValue,
230,
3,
26,
70,
0, // Skip to: 19231
/* 1285 */ MCD_OPC_CheckPredicate,
26,
21,
70,
0, // Skip to: 19231
/* 1290 */ MCD_OPC_Decode,
229,
22,
211,
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,
253,
69,
0, // Skip to: 19231
/* 1314 */ MCD_OPC_CheckField,
6,
1,
0,
246,
69,
0, // Skip to: 19231
/* 1321 */ MCD_OPC_Decode,
137,
24,
202,
1, // Opcode: VPMAXs8
/* 1326 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 1349
/* 1332 */ MCD_OPC_CheckPredicate,
26,
230,
69,
0, // Skip to: 19231
/* 1337 */ MCD_OPC_CheckField,
6,
1,
0,
223,
69,
0, // Skip to: 19231
/* 1344 */ MCD_OPC_Decode,
212,
22,
209,
1, // Opcode: VMLSLsv8i16
/* 1349 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 1372
/* 1355 */ MCD_OPC_CheckPredicate,
26,
207,
69,
0, // Skip to: 19231
/* 1360 */ MCD_OPC_CheckField,
6,
1,
0,
200,
69,
0, // Skip to: 19231
/* 1367 */ MCD_OPC_Decode,
140,
24,
202,
1, // Opcode: VPMAXu8
/* 1372 */ MCD_OPC_FilterValue,
231,
3,
189,
69,
0, // Skip to: 19231
/* 1378 */ MCD_OPC_CheckPredicate,
26,
184,
69,
0, // Skip to: 19231
/* 1383 */ MCD_OPC_CheckField,
6,
1,
0,
177,
69,
0, // Skip to: 19231
/* 1390 */ MCD_OPC_Decode,
215,
22,
209,
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,
153,
69,
0, // Skip to: 19231
/* 1414 */ MCD_OPC_CheckField,
6,
1,
0,
146,
69,
0, // Skip to: 19231
/* 1421 */ MCD_OPC_Decode,
171,
23,
204,
1, // Opcode: VMULLsv8i16
/* 1426 */ MCD_OPC_FilterValue,
231,
3,
135,
69,
0, // Skip to: 19231
/* 1432 */ MCD_OPC_CheckPredicate,
26,
130,
69,
0, // Skip to: 19231
/* 1437 */ MCD_OPC_CheckField,
6,
1,
0,
123,
69,
0, // Skip to: 19231
/* 1444 */ MCD_OPC_Decode,
174,
23,
204,
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,
91,
69,
0, // Skip to: 19231
/* 1476 */ MCD_OPC_Decode,
168,
16,
202,
1, // Opcode: VADDfd
/* 1481 */ MCD_OPC_FilterValue,
230,
3,
80,
69,
0, // Skip to: 19231
/* 1487 */ MCD_OPC_CheckPredicate,
26,
75,
69,
0, // Skip to: 19231
/* 1492 */ MCD_OPC_Decode,
128,
24,
202,
1, // Opcode: VPADDf
/* 1497 */ MCD_OPC_FilterValue,
1,
65,
69,
0, // Skip to: 19231
/* 1502 */ MCD_OPC_CheckPredicate,
26,
60,
69,
0, // Skip to: 19231
/* 1507 */ MCD_OPC_CheckField,
23,
9,
228,
3,
52,
69,
0, // Skip to: 19231
/* 1515 */ MCD_OPC_Decode,
169,
16,
203,
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,
20,
69,
0, // Skip to: 19231
/* 1547 */ MCD_OPC_Decode,
204,
16,
202,
1, // Opcode: VCEQfd
/* 1552 */ MCD_OPC_FilterValue,
1,
10,
69,
0, // Skip to: 19231
/* 1557 */ MCD_OPC_CheckPredicate,
26,
5,
69,
0, // Skip to: 19231
/* 1562 */ MCD_OPC_Decode,
205,
16,
203,
1, // Opcode: VCEQfq
/* 1567 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 1590
/* 1573 */ MCD_OPC_CheckPredicate,
26,
245,
68,
0, // Skip to: 19231
/* 1578 */ MCD_OPC_CheckField,
6,
1,
0,
238,
68,
0, // Skip to: 19231
/* 1585 */ MCD_OPC_Decode,
164,
23,
204,
1, // Opcode: VMULLp8
/* 1590 */ MCD_OPC_FilterValue,
230,
3,
227,
68,
0, // Skip to: 19231
/* 1596 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 1599 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 1614
/* 1604 */ MCD_OPC_CheckPredicate,
26,
214,
68,
0, // Skip to: 19231
/* 1609 */ MCD_OPC_Decode,
224,
16,
202,
1, // Opcode: VCGEfd
/* 1614 */ MCD_OPC_FilterValue,
1,
204,
68,
0, // Skip to: 19231
/* 1619 */ MCD_OPC_CheckPredicate,
26,
199,
68,
0, // Skip to: 19231
/* 1624 */ MCD_OPC_Decode,
225,
16,
203,
1, // Opcode: VCGEfq
/* 1629 */ MCD_OPC_FilterValue,
15,
189,
68,
0, // Skip to: 19231
/* 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,
167,
68,
0, // Skip to: 19231
/* 1656 */ MCD_OPC_Decode,
141,
22,
202,
1, // Opcode: VMAXfd
/* 1661 */ MCD_OPC_FilterValue,
230,
3,
156,
68,
0, // Skip to: 19231
/* 1667 */ MCD_OPC_CheckPredicate,
26,
151,
68,
0, // Skip to: 19231
/* 1672 */ MCD_OPC_Decode,
133,
24,
202,
1, // Opcode: VPMAXf
/* 1677 */ MCD_OPC_FilterValue,
1,
141,
68,
0, // Skip to: 19231
/* 1682 */ MCD_OPC_CheckPredicate,
26,
136,
68,
0, // Skip to: 19231
/* 1687 */ MCD_OPC_CheckField,
23,
9,
228,
3,
128,
68,
0, // Skip to: 19231
/* 1695 */ MCD_OPC_Decode,
142,
22,
203,
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,
88,
68,
0, // Skip to: 19231
/* 1735 */ MCD_OPC_Decode,
239,
18,
202,
1, // Opcode: VHADDsv4i16
/* 1740 */ MCD_OPC_FilterValue,
1,
78,
68,
0, // Skip to: 19231
/* 1745 */ MCD_OPC_CheckPredicate,
26,
73,
68,
0, // Skip to: 19231
/* 1750 */ MCD_OPC_Decode,
241,
18,
203,
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,
49,
68,
0, // Skip to: 19231
/* 1774 */ MCD_OPC_Decode,
156,
16,
204,
1, // Opcode: VADDLsv4i32
/* 1779 */ MCD_OPC_FilterValue,
1,
39,
68,
0, // Skip to: 19231
/* 1784 */ MCD_OPC_CheckPredicate,
26,
34,
68,
0, // Skip to: 19231
/* 1789 */ MCD_OPC_Decode,
195,
22,
212,
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,
10,
68,
0, // Skip to: 19231
/* 1813 */ MCD_OPC_Decode,
245,
18,
202,
1, // Opcode: VHADDuv4i16
/* 1818 */ MCD_OPC_FilterValue,
1,
0,
68,
0, // Skip to: 19231
/* 1823 */ MCD_OPC_CheckPredicate,
26,
251,
67,
0, // Skip to: 19231
/* 1828 */ MCD_OPC_Decode,
247,
18,
203,
1, // Opcode: VHADDuv8i16
/* 1833 */ MCD_OPC_FilterValue,
231,
3,
240,
67,
0, // Skip to: 19231
/* 1839 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 1842 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 1857
/* 1847 */ MCD_OPC_CheckPredicate,
26,
227,
67,
0, // Skip to: 19231
/* 1852 */ MCD_OPC_Decode,
159,
16,
204,
1, // Opcode: VADDLuv4i32
/* 1857 */ MCD_OPC_FilterValue,
1,
217,
67,
0, // Skip to: 19231
/* 1862 */ MCD_OPC_CheckPredicate,
26,
212,
67,
0, // Skip to: 19231
/* 1867 */ MCD_OPC_Decode,
197,
22,
213,
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,
180,
67,
0, // Skip to: 19231
/* 1899 */ MCD_OPC_Decode,
219,
25,
202,
1, // Opcode: VRHADDsv4i16
/* 1904 */ MCD_OPC_FilterValue,
1,
170,
67,
0, // Skip to: 19231
/* 1909 */ MCD_OPC_CheckPredicate,
26,
165,
67,
0, // Skip to: 19231
/* 1914 */ MCD_OPC_Decode,
221,
25,
203,
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,
141,
67,
0, // Skip to: 19231
/* 1938 */ MCD_OPC_Decode,
163,
16,
205,
1, // Opcode: VADDWsv4i32
/* 1943 */ MCD_OPC_FilterValue,
1,
131,
67,
0, // Skip to: 19231
/* 1948 */ MCD_OPC_CheckPredicate,
27,
126,
67,
0, // Skip to: 19231
/* 1953 */ MCD_OPC_Decode,
192,
22,
212,
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,
102,
67,
0, // Skip to: 19231
/* 1977 */ MCD_OPC_Decode,
225,
25,
202,
1, // Opcode: VRHADDuv4i16
/* 1982 */ MCD_OPC_FilterValue,
1,
92,
67,
0, // Skip to: 19231
/* 1987 */ MCD_OPC_CheckPredicate,
26,
87,
67,
0, // Skip to: 19231
/* 1992 */ MCD_OPC_Decode,
227,
25,
203,
1, // Opcode: VRHADDuv8i16
/* 1997 */ MCD_OPC_FilterValue,
231,
3,
76,
67,
0, // Skip to: 19231
/* 2003 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2006 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2021
/* 2011 */ MCD_OPC_CheckPredicate,
26,
63,
67,
0, // Skip to: 19231
/* 2016 */ MCD_OPC_Decode,
166,
16,
205,
1, // Opcode: VADDWuv4i32
/* 2021 */ MCD_OPC_FilterValue,
1,
53,
67,
0, // Skip to: 19231
/* 2026 */ MCD_OPC_CheckPredicate,
27,
48,
67,
0, // Skip to: 19231
/* 2031 */ MCD_OPC_Decode,
193,
22,
213,
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,
16,
67,
0, // Skip to: 19231
/* 2063 */ MCD_OPC_Decode,
251,
18,
202,
1, // Opcode: VHSUBsv4i16
/* 2068 */ MCD_OPC_FilterValue,
1,
6,
67,
0, // Skip to: 19231
/* 2073 */ MCD_OPC_CheckPredicate,
26,
1,
67,
0, // Skip to: 19231
/* 2078 */ MCD_OPC_Decode,
253,
18,
203,
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,
233,
66,
0, // Skip to: 19231
/* 2102 */ MCD_OPC_Decode,
236,
29,
204,
1, // Opcode: VSUBLsv4i32
/* 2107 */ MCD_OPC_FilterValue,
1,
223,
66,
0, // Skip to: 19231
/* 2112 */ MCD_OPC_CheckPredicate,
26,
218,
66,
0, // Skip to: 19231
/* 2117 */ MCD_OPC_Decode,
176,
22,
214,
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,
194,
66,
0, // Skip to: 19231
/* 2141 */ MCD_OPC_Decode,
129,
19,
202,
1, // Opcode: VHSUBuv4i16
/* 2146 */ MCD_OPC_FilterValue,
1,
184,
66,
0, // Skip to: 19231
/* 2151 */ MCD_OPC_CheckPredicate,
26,
179,
66,
0, // Skip to: 19231
/* 2156 */ MCD_OPC_Decode,
131,
19,
203,
1, // Opcode: VHSUBuv8i16
/* 2161 */ MCD_OPC_FilterValue,
231,
3,
168,
66,
0, // Skip to: 19231
/* 2167 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2170 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2185
/* 2175 */ MCD_OPC_CheckPredicate,
26,
155,
66,
0, // Skip to: 19231
/* 2180 */ MCD_OPC_Decode,
239,
29,
204,
1, // Opcode: VSUBLuv4i32
/* 2185 */ MCD_OPC_FilterValue,
1,
145,
66,
0, // Skip to: 19231
/* 2190 */ MCD_OPC_CheckPredicate,
26,
140,
66,
0, // Skip to: 19231
/* 2195 */ MCD_OPC_Decode,
178,
22,
214,
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,
108,
66,
0, // Skip to: 19231
/* 2227 */ MCD_OPC_Decode,
128,
17,
202,
1, // Opcode: VCGTsv4i16
/* 2232 */ MCD_OPC_FilterValue,
1,
98,
66,
0, // Skip to: 19231
/* 2237 */ MCD_OPC_CheckPredicate,
26,
93,
66,
0, // Skip to: 19231
/* 2242 */ MCD_OPC_Decode,
130,
17,
203,
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,
69,
66,
0, // Skip to: 19231
/* 2266 */ MCD_OPC_Decode,
243,
29,
205,
1, // Opcode: VSUBWsv4i32
/* 2271 */ MCD_OPC_FilterValue,
1,
59,
66,
0, // Skip to: 19231
/* 2276 */ MCD_OPC_CheckPredicate,
26,
54,
66,
0, // Skip to: 19231
/* 2281 */ MCD_OPC_Decode,
172,
24,
214,
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,
30,
66,
0, // Skip to: 19231
/* 2305 */ MCD_OPC_Decode,
134,
17,
202,
1, // Opcode: VCGTuv4i16
/* 2310 */ MCD_OPC_FilterValue,
1,
20,
66,
0, // Skip to: 19231
/* 2315 */ MCD_OPC_CheckPredicate,
26,
15,
66,
0, // Skip to: 19231
/* 2320 */ MCD_OPC_Decode,
136,
17,
203,
1, // Opcode: VCGTuv8i16
/* 2325 */ MCD_OPC_FilterValue,
231,
3,
4,
66,
0, // Skip to: 19231
/* 2331 */ MCD_OPC_CheckPredicate,
26,
255,
65,
0, // Skip to: 19231
/* 2336 */ MCD_OPC_CheckField,
6,
1,
0,
248,
65,
0, // Skip to: 19231
/* 2343 */ MCD_OPC_Decode,
246,
29,
205,
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,
216,
65,
0, // Skip to: 19231
/* 2375 */ MCD_OPC_Decode,
252,
26,
206,
1, // Opcode: VSHLsv4i16
/* 2380 */ MCD_OPC_FilterValue,
1,
206,
65,
0, // Skip to: 19231
/* 2385 */ MCD_OPC_CheckPredicate,
26,
201,
65,
0, // Skip to: 19231
/* 2390 */ MCD_OPC_Decode,
254,
26,
207,
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,
177,
65,
0, // Skip to: 19231
/* 2414 */ MCD_OPC_Decode,
153,
16,
208,
1, // Opcode: VADDHNv4i16
/* 2419 */ MCD_OPC_FilterValue,
1,
167,
65,
0, // Skip to: 19231
/* 2424 */ MCD_OPC_CheckPredicate,
26,
162,
65,
0, // Skip to: 19231
/* 2429 */ MCD_OPC_Decode,
226,
22,
212,
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,
138,
65,
0, // Skip to: 19231
/* 2453 */ MCD_OPC_Decode,
132,
27,
206,
1, // Opcode: VSHLuv4i16
/* 2458 */ MCD_OPC_FilterValue,
1,
128,
65,
0, // Skip to: 19231
/* 2463 */ MCD_OPC_CheckPredicate,
26,
123,
65,
0, // Skip to: 19231
/* 2468 */ MCD_OPC_Decode,
134,
27,
207,
1, // Opcode: VSHLuv8i16
/* 2473 */ MCD_OPC_FilterValue,
231,
3,
112,
65,
0, // Skip to: 19231
/* 2479 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2482 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2497
/* 2487 */ MCD_OPC_CheckPredicate,
26,
99,
65,
0, // Skip to: 19231
/* 2492 */ MCD_OPC_Decode,
193,
25,
208,
1, // Opcode: VRADDHNv4i16
/* 2497 */ MCD_OPC_FilterValue,
1,
89,
65,
0, // Skip to: 19231
/* 2502 */ MCD_OPC_CheckPredicate,
26,
84,
65,
0, // Skip to: 19231
/* 2507 */ MCD_OPC_Decode,
228,
22,
213,
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,
52,
65,
0, // Skip to: 19231
/* 2539 */ MCD_OPC_Decode,
150,
26,
206,
1, // Opcode: VRSHLsv4i16
/* 2544 */ MCD_OPC_FilterValue,
1,
42,
65,
0, // Skip to: 19231
/* 2549 */ MCD_OPC_CheckPredicate,
26,
37,
65,
0, // Skip to: 19231
/* 2554 */ MCD_OPC_Decode,
152,
26,
207,
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,
13,
65,
0, // Skip to: 19231
/* 2578 */ MCD_OPC_Decode,
218,
15,
209,
1, // Opcode: VABALsv4i32
/* 2583 */ MCD_OPC_FilterValue,
1,
3,
65,
0, // Skip to: 19231
/* 2588 */ MCD_OPC_CheckPredicate,
27,
254,
64,
0, // Skip to: 19231
/* 2593 */ MCD_OPC_Decode,
223,
22,
212,
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,
230,
64,
0, // Skip to: 19231
/* 2617 */ MCD_OPC_Decode,
158,
26,
206,
1, // Opcode: VRSHLuv4i16
/* 2622 */ MCD_OPC_FilterValue,
1,
220,
64,
0, // Skip to: 19231
/* 2627 */ MCD_OPC_CheckPredicate,
26,
215,
64,
0, // Skip to: 19231
/* 2632 */ MCD_OPC_Decode,
160,
26,
207,
1, // Opcode: VRSHLuv8i16
/* 2637 */ MCD_OPC_FilterValue,
231,
3,
204,
64,
0, // Skip to: 19231
/* 2643 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2646 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2661
/* 2651 */ MCD_OPC_CheckPredicate,
26,
191,
64,
0, // Skip to: 19231
/* 2656 */ MCD_OPC_Decode,
221,
15,
209,
1, // Opcode: VABALuv4i32
/* 2661 */ MCD_OPC_FilterValue,
1,
181,
64,
0, // Skip to: 19231
/* 2666 */ MCD_OPC_CheckPredicate,
27,
176,
64,
0, // Skip to: 19231
/* 2671 */ MCD_OPC_Decode,
224,
22,
213,
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,
144,
64,
0, // Skip to: 19231
/* 2703 */ MCD_OPC_Decode,
147,
22,
202,
1, // Opcode: VMAXsv4i16
/* 2708 */ MCD_OPC_FilterValue,
1,
134,
64,
0, // Skip to: 19231
/* 2713 */ MCD_OPC_CheckPredicate,
26,
129,
64,
0, // Skip to: 19231
/* 2718 */ MCD_OPC_Decode,
149,
22,
203,
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,
105,
64,
0, // Skip to: 19231
/* 2742 */ MCD_OPC_Decode,
233,
29,
208,
1, // Opcode: VSUBHNv4i16
/* 2747 */ MCD_OPC_FilterValue,
1,
95,
64,
0, // Skip to: 19231
/* 2752 */ MCD_OPC_CheckPredicate,
26,
90,
64,
0, // Skip to: 19231
/* 2757 */ MCD_OPC_Decode,
207,
22,
214,
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,
66,
64,
0, // Skip to: 19231
/* 2781 */ MCD_OPC_Decode,
153,
22,
202,
1, // Opcode: VMAXuv4i16
/* 2786 */ MCD_OPC_FilterValue,
1,
56,
64,
0, // Skip to: 19231
/* 2791 */ MCD_OPC_CheckPredicate,
26,
51,
64,
0, // Skip to: 19231
/* 2796 */ MCD_OPC_Decode,
155,
22,
203,
1, // Opcode: VMAXuv8i16
/* 2801 */ MCD_OPC_FilterValue,
231,
3,
40,
64,
0, // Skip to: 19231
/* 2807 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2810 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2825
/* 2815 */ MCD_OPC_CheckPredicate,
26,
27,
64,
0, // Skip to: 19231
/* 2820 */ MCD_OPC_Decode,
208,
26,
208,
1, // Opcode: VRSUBHNv4i16
/* 2825 */ MCD_OPC_FilterValue,
1,
17,
64,
0, // Skip to: 19231
/* 2830 */ MCD_OPC_CheckPredicate,
26,
12,
64,
0, // Skip to: 19231
/* 2835 */ MCD_OPC_Decode,
209,
22,
214,
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,
236,
63,
0, // Skip to: 19231
/* 2867 */ MCD_OPC_Decode,
247,
15,
202,
1, // Opcode: VABDsv4i16
/* 2872 */ MCD_OPC_FilterValue,
1,
226,
63,
0, // Skip to: 19231
/* 2877 */ MCD_OPC_CheckPredicate,
26,
221,
63,
0, // Skip to: 19231
/* 2882 */ MCD_OPC_Decode,
249,
15,
203,
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,
197,
63,
0, // Skip to: 19231
/* 2906 */ MCD_OPC_Decode,
236,
15,
204,
1, // Opcode: VABDLsv4i32
/* 2911 */ MCD_OPC_FilterValue,
1,
187,
63,
0, // Skip to: 19231
/* 2916 */ MCD_OPC_CheckPredicate,
26,
182,
63,
0, // Skip to: 19231
/* 2921 */ MCD_OPC_Decode,
176,
24,
214,
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,
158,
63,
0, // Skip to: 19231
/* 2945 */ MCD_OPC_Decode,
253,
15,
202,
1, // Opcode: VABDuv4i16
/* 2950 */ MCD_OPC_FilterValue,
1,
148,
63,
0, // Skip to: 19231
/* 2955 */ MCD_OPC_CheckPredicate,
26,
143,
63,
0, // Skip to: 19231
/* 2960 */ MCD_OPC_Decode,
255,
15,
203,
1, // Opcode: VABDuv8i16
/* 2965 */ MCD_OPC_FilterValue,
231,
3,
132,
63,
0, // Skip to: 19231
/* 2971 */ MCD_OPC_CheckPredicate,
26,
127,
63,
0, // Skip to: 19231
/* 2976 */ MCD_OPC_CheckField,
6,
1,
0,
120,
63,
0, // Skip to: 19231
/* 2983 */ MCD_OPC_Decode,
239,
15,
204,
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,
88,
63,
0, // Skip to: 19231
/* 3015 */ MCD_OPC_Decode,
176,
16,
202,
1, // Opcode: VADDv4i16
/* 3020 */ MCD_OPC_FilterValue,
1,
78,
63,
0, // Skip to: 19231
/* 3025 */ MCD_OPC_CheckPredicate,
26,
73,
63,
0, // Skip to: 19231
/* 3030 */ MCD_OPC_Decode,
178,
16,
203,
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,
49,
63,
0, // Skip to: 19231
/* 3054 */ MCD_OPC_Decode,
180,
22,
209,
1, // Opcode: VMLALsv4i32
/* 3059 */ MCD_OPC_FilterValue,
1,
39,
63,
0, // Skip to: 19231
/* 3064 */ MCD_OPC_CheckPredicate,
26,
34,
63,
0, // Skip to: 19231
/* 3069 */ MCD_OPC_Decode,
187,
23,
215,
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,
10,
63,
0, // Skip to: 19231
/* 3093 */ MCD_OPC_Decode,
128,
30,
202,
1, // Opcode: VSUBv4i16
/* 3098 */ MCD_OPC_FilterValue,
1,
0,
63,
0, // Skip to: 19231
/* 3103 */ MCD_OPC_CheckPredicate,
26,
251,
62,
0, // Skip to: 19231
/* 3108 */ MCD_OPC_Decode,
130,
30,
203,
1, // Opcode: VSUBv8i16
/* 3113 */ MCD_OPC_FilterValue,
231,
3,
240,
62,
0, // Skip to: 19231
/* 3119 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3122 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3137
/* 3127 */ MCD_OPC_CheckPredicate,
26,
227,
62,
0, // Skip to: 19231
/* 3132 */ MCD_OPC_Decode,
183,
22,
209,
1, // Opcode: VMLALuv4i32
/* 3137 */ MCD_OPC_FilterValue,
1,
217,
62,
0, // Skip to: 19231
/* 3142 */ MCD_OPC_CheckPredicate,
26,
212,
62,
0, // Skip to: 19231
/* 3147 */ MCD_OPC_Decode,
189,
23,
216,
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,
180,
62,
0, // Skip to: 19231
/* 3179 */ MCD_OPC_Decode,
200,
22,
210,
1, // Opcode: VMLAv4i16
/* 3184 */ MCD_OPC_FilterValue,
1,
170,
62,
0, // Skip to: 19231
/* 3189 */ MCD_OPC_CheckPredicate,
26,
165,
62,
0, // Skip to: 19231
/* 3194 */ MCD_OPC_Decode,
202,
22,
211,
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,
141,
62,
0, // Skip to: 19231
/* 3218 */ MCD_OPC_Decode,
174,
24,
209,
1, // Opcode: VQDMLALv4i32
/* 3223 */ MCD_OPC_FilterValue,
1,
131,
62,
0, // Skip to: 19231
/* 3228 */ MCD_OPC_CheckPredicate,
27,
126,
62,
0, // Skip to: 19231
/* 3233 */ MCD_OPC_Decode,
184,
23,
215,
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,
102,
62,
0, // Skip to: 19231
/* 3257 */ MCD_OPC_Decode,
231,
22,
210,
1, // Opcode: VMLSv4i16
/* 3262 */ MCD_OPC_FilterValue,
1,
92,
62,
0, // Skip to: 19231
/* 3267 */ MCD_OPC_CheckPredicate,
26,
87,
62,
0, // Skip to: 19231
/* 3272 */ MCD_OPC_Decode,
233,
22,
211,
1, // Opcode: VMLSv8i16
/* 3277 */ MCD_OPC_FilterValue,
231,
3,
76,
62,
0, // Skip to: 19231
/* 3283 */ MCD_OPC_CheckPredicate,
27,
71,
62,
0, // Skip to: 19231
/* 3288 */ MCD_OPC_CheckField,
6,
1,
1,
64,
62,
0, // Skip to: 19231
/* 3295 */ MCD_OPC_Decode,
185,
23,
216,
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,
40,
62,
0, // Skip to: 19231
/* 3319 */ MCD_OPC_CheckField,
6,
1,
0,
33,
62,
0, // Skip to: 19231
/* 3326 */ MCD_OPC_Decode,
135,
24,
202,
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,
9,
62,
0, // Skip to: 19231
/* 3350 */ MCD_OPC_Decode,
211,
22,
209,
1, // Opcode: VMLSLsv4i32
/* 3355 */ MCD_OPC_FilterValue,
1,
255,
61,
0, // Skip to: 19231
/* 3360 */ MCD_OPC_CheckPredicate,
26,
250,
61,
0, // Skip to: 19231
/* 3365 */ MCD_OPC_Decode,
166,
23,
217,
1, // Opcode: VMULLslsv4i16
/* 3370 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 3393
/* 3376 */ MCD_OPC_CheckPredicate,
26,
234,
61,
0, // Skip to: 19231
/* 3381 */ MCD_OPC_CheckField,
6,
1,
0,
227,
61,
0, // Skip to: 19231
/* 3388 */ MCD_OPC_Decode,
138,
24,
202,
1, // Opcode: VPMAXu16
/* 3393 */ MCD_OPC_FilterValue,
231,
3,
216,
61,
0, // Skip to: 19231
/* 3399 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3402 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3417
/* 3407 */ MCD_OPC_CheckPredicate,
26,
203,
61,
0, // Skip to: 19231
/* 3412 */ MCD_OPC_Decode,
214,
22,
209,
1, // Opcode: VMLSLuv4i32
/* 3417 */ MCD_OPC_FilterValue,
1,
193,
61,
0, // Skip to: 19231
/* 3422 */ MCD_OPC_CheckPredicate,
26,
188,
61,
0, // Skip to: 19231
/* 3427 */ MCD_OPC_Decode,
168,
23,
217,
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,
156,
61,
0, // Skip to: 19231
/* 3459 */ MCD_OPC_Decode,
184,
24,
202,
1, // Opcode: VQDMULHv4i16
/* 3464 */ MCD_OPC_FilterValue,
1,
146,
61,
0, // Skip to: 19231
/* 3469 */ MCD_OPC_CheckPredicate,
26,
141,
61,
0, // Skip to: 19231
/* 3474 */ MCD_OPC_Decode,
186,
24,
203,
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,
117,
61,
0, // Skip to: 19231
/* 3498 */ MCD_OPC_Decode,
178,
24,
209,
1, // Opcode: VQDMLSLv4i32
/* 3503 */ MCD_OPC_FilterValue,
1,
107,
61,
0, // Skip to: 19231
/* 3508 */ MCD_OPC_CheckPredicate,
26,
102,
61,
0, // Skip to: 19231
/* 3513 */ MCD_OPC_Decode,
188,
24,
217,
1, // Opcode: VQDMULLslv4i16
/* 3518 */ MCD_OPC_FilterValue,
230,
3,
91,
61,
0, // Skip to: 19231
/* 3524 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3527 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3542
/* 3532 */ MCD_OPC_CheckPredicate,
26,
78,
61,
0, // Skip to: 19231
/* 3537 */ MCD_OPC_Decode,
227,
24,
202,
1, // Opcode: VQRDMULHv4i16
/* 3542 */ MCD_OPC_FilterValue,
1,
68,
61,
0, // Skip to: 19231
/* 3547 */ MCD_OPC_CheckPredicate,
26,
63,
61,
0, // Skip to: 19231
/* 3552 */ MCD_OPC_Decode,
229,
24,
203,
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,
31,
61,
0, // Skip to: 19231
/* 3584 */ MCD_OPC_Decode,
170,
23,
204,
1, // Opcode: VMULLsv4i32
/* 3589 */ MCD_OPC_FilterValue,
231,
3,
20,
61,
0, // Skip to: 19231
/* 3595 */ MCD_OPC_CheckPredicate,
26,
15,
61,
0, // Skip to: 19231
/* 3600 */ MCD_OPC_Decode,
173,
23,
204,
1, // Opcode: VMULLuv4i32
/* 3605 */ MCD_OPC_FilterValue,
1,
5,
61,
0, // Skip to: 19231
/* 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,
247,
60,
0, // Skip to: 19231
/* 3624 */ MCD_OPC_Decode,
180,
24,
215,
1, // Opcode: VQDMULHslv4i16
/* 3629 */ MCD_OPC_FilterValue,
231,
3,
236,
60,
0, // Skip to: 19231
/* 3635 */ MCD_OPC_CheckPredicate,
26,
231,
60,
0, // Skip to: 19231
/* 3640 */ MCD_OPC_Decode,
182,
24,
216,
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,
199,
60,
0, // Skip to: 19231
/* 3672 */ MCD_OPC_Decode,
170,
16,
202,
1, // Opcode: VADDhd
/* 3677 */ MCD_OPC_FilterValue,
1,
189,
60,
0, // Skip to: 19231
/* 3682 */ MCD_OPC_CheckPredicate,
27,
184,
60,
0, // Skip to: 19231
/* 3687 */ MCD_OPC_Decode,
171,
16,
203,
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,
160,
60,
0, // Skip to: 19231
/* 3711 */ MCD_OPC_Decode,
190,
24,
204,
1, // Opcode: VQDMULLv4i32
/* 3716 */ MCD_OPC_FilterValue,
1,
150,
60,
0, // Skip to: 19231
/* 3721 */ MCD_OPC_CheckPredicate,
26,
145,
60,
0, // Skip to: 19231
/* 3726 */ MCD_OPC_Decode,
223,
24,
215,
1, // Opcode: VQRDMULHslv4i16
/* 3731 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 3754
/* 3737 */ MCD_OPC_CheckPredicate,
27,
129,
60,
0, // Skip to: 19231
/* 3742 */ MCD_OPC_CheckField,
6,
1,
0,
122,
60,
0, // Skip to: 19231
/* 3749 */ MCD_OPC_Decode,
129,
24,
202,
1, // Opcode: VPADDh
/* 3754 */ MCD_OPC_FilterValue,
231,
3,
111,
60,
0, // Skip to: 19231
/* 3760 */ MCD_OPC_CheckPredicate,
26,
106,
60,
0, // Skip to: 19231
/* 3765 */ MCD_OPC_CheckField,
6,
1,
1,
99,
60,
0, // Skip to: 19231
/* 3772 */ MCD_OPC_Decode,
225,
24,
216,
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,
67,
60,
0, // Skip to: 19231
/* 3804 */ MCD_OPC_Decode,
206,
16,
202,
1, // Opcode: VCEQhd
/* 3809 */ MCD_OPC_FilterValue,
1,
57,
60,
0, // Skip to: 19231
/* 3814 */ MCD_OPC_CheckPredicate,
27,
52,
60,
0, // Skip to: 19231
/* 3819 */ MCD_OPC_Decode,
207,
16,
203,
1, // Opcode: VCEQhq
/* 3824 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 3847
/* 3830 */ MCD_OPC_CheckPredicate,
28,
36,
60,
0, // Skip to: 19231
/* 3835 */ MCD_OPC_CheckField,
6,
1,
1,
29,
60,
0, // Skip to: 19231
/* 3842 */ MCD_OPC_Decode,
207,
24,
212,
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,
5,
60,
0, // Skip to: 19231
/* 3866 */ MCD_OPC_Decode,
226,
16,
202,
1, // Opcode: VCGEhd
/* 3871 */ MCD_OPC_FilterValue,
1,
251,
59,
0, // Skip to: 19231
/* 3876 */ MCD_OPC_CheckPredicate,
27,
246,
59,
0, // Skip to: 19231
/* 3881 */ MCD_OPC_Decode,
227,
16,
203,
1, // Opcode: VCGEhq
/* 3886 */ MCD_OPC_FilterValue,
231,
3,
235,
59,
0, // Skip to: 19231
/* 3892 */ MCD_OPC_CheckPredicate,
28,
230,
59,
0, // Skip to: 19231
/* 3897 */ MCD_OPC_CheckField,
6,
1,
1,
223,
59,
0, // Skip to: 19231
/* 3904 */ MCD_OPC_Decode,
209,
24,
213,
1, // Opcode: VQRDMLAHslv8i16
/* 3909 */ MCD_OPC_FilterValue,
15,
213,
59,
0, // Skip to: 19231
/* 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,
191,
59,
0, // Skip to: 19231
/* 3936 */ MCD_OPC_Decode,
143,
22,
202,
1, // Opcode: VMAXhd
/* 3941 */ MCD_OPC_FilterValue,
1,
181,
59,
0, // Skip to: 19231
/* 3946 */ MCD_OPC_CheckPredicate,
27,
176,
59,
0, // Skip to: 19231
/* 3951 */ MCD_OPC_Decode,
144,
22,
203,
1, // Opcode: VMAXhq
/* 3956 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 3979
/* 3962 */ MCD_OPC_CheckPredicate,
28,
160,
59,
0, // Skip to: 19231
/* 3967 */ MCD_OPC_CheckField,
6,
1,
1,
153,
59,
0, // Skip to: 19231
/* 3974 */ MCD_OPC_Decode,
215,
24,
212,
1, // Opcode: VQRDMLSHslv4i16
/* 3979 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 4002
/* 3985 */ MCD_OPC_CheckPredicate,
27,
137,
59,
0, // Skip to: 19231
/* 3990 */ MCD_OPC_CheckField,
6,
1,
0,
130,
59,
0, // Skip to: 19231
/* 3997 */ MCD_OPC_Decode,
134,
24,
202,
1, // Opcode: VPMAXh
/* 4002 */ MCD_OPC_FilterValue,
231,
3,
119,
59,
0, // Skip to: 19231
/* 4008 */ MCD_OPC_CheckPredicate,
28,
114,
59,
0, // Skip to: 19231
/* 4013 */ MCD_OPC_CheckField,
6,
1,
1,
107,
59,
0, // Skip to: 19231
/* 4020 */ MCD_OPC_Decode,
217,
24,
213,
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,
67,
59,
0, // Skip to: 19231
/* 4060 */ MCD_OPC_Decode,
238,
18,
202,
1, // Opcode: VHADDsv2i32
/* 4065 */ MCD_OPC_FilterValue,
1,
57,
59,
0, // Skip to: 19231
/* 4070 */ MCD_OPC_CheckPredicate,
26,
52,
59,
0, // Skip to: 19231
/* 4075 */ MCD_OPC_Decode,
240,
18,
203,
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,
28,
59,
0, // Skip to: 19231
/* 4099 */ MCD_OPC_Decode,
155,
16,
204,
1, // Opcode: VADDLsv2i64
/* 4104 */ MCD_OPC_FilterValue,
1,
18,
59,
0, // Skip to: 19231
/* 4109 */ MCD_OPC_CheckPredicate,
26,
13,
59,
0, // Skip to: 19231
/* 4114 */ MCD_OPC_Decode,
194,
22,
218,
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,
245,
58,
0, // Skip to: 19231
/* 4138 */ MCD_OPC_Decode,
244,
18,
202,
1, // Opcode: VHADDuv2i32
/* 4143 */ MCD_OPC_FilterValue,
1,
235,
58,
0, // Skip to: 19231
/* 4148 */ MCD_OPC_CheckPredicate,
26,
230,
58,
0, // Skip to: 19231
/* 4153 */ MCD_OPC_Decode,
246,
18,
203,
1, // Opcode: VHADDuv4i32
/* 4158 */ MCD_OPC_FilterValue,
231,
3,
219,
58,
0, // Skip to: 19231
/* 4164 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 4167 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4182
/* 4172 */ MCD_OPC_CheckPredicate,
26,
206,
58,
0, // Skip to: 19231
/* 4177 */ MCD_OPC_Decode,
158,
16,
204,
1, // Opcode: VADDLuv2i64
/* 4182 */ MCD_OPC_FilterValue,
1,
196,
58,
0, // Skip to: 19231
/* 4187 */ MCD_OPC_CheckPredicate,
26,
191,
58,
0, // Skip to: 19231
/* 4192 */ MCD_OPC_Decode,
196,
22,
219,
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,
159,
58,
0, // Skip to: 19231
/* 4224 */ MCD_OPC_Decode,
218,
25,
202,
1, // Opcode: VRHADDsv2i32
/* 4229 */ MCD_OPC_FilterValue,
1,
149,
58,
0, // Skip to: 19231
/* 4234 */ MCD_OPC_CheckPredicate,
26,
144,
58,
0, // Skip to: 19231
/* 4239 */ MCD_OPC_Decode,
220,
25,
203,
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,
120,
58,
0, // Skip to: 19231
/* 4263 */ MCD_OPC_Decode,
162,
16,
205,
1, // Opcode: VADDWsv2i64
/* 4268 */ MCD_OPC_FilterValue,
1,
110,
58,
0, // Skip to: 19231
/* 4273 */ MCD_OPC_CheckPredicate,
26,
105,
58,
0, // Skip to: 19231
/* 4278 */ MCD_OPC_Decode,
190,
22,
218,
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,
81,
58,
0, // Skip to: 19231
/* 4302 */ MCD_OPC_Decode,
224,
25,
202,
1, // Opcode: VRHADDuv2i32
/* 4307 */ MCD_OPC_FilterValue,
1,
71,
58,
0, // Skip to: 19231
/* 4312 */ MCD_OPC_CheckPredicate,
26,
66,
58,
0, // Skip to: 19231
/* 4317 */ MCD_OPC_Decode,
226,
25,
203,
1, // Opcode: VRHADDuv4i32
/* 4322 */ MCD_OPC_FilterValue,
231,
3,
55,
58,
0, // Skip to: 19231
/* 4328 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 4331 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4346
/* 4336 */ MCD_OPC_CheckPredicate,
26,
42,
58,
0, // Skip to: 19231
/* 4341 */ MCD_OPC_Decode,
165,
16,
205,
1, // Opcode: VADDWuv2i64
/* 4346 */ MCD_OPC_FilterValue,
1,
32,
58,
0, // Skip to: 19231
/* 4351 */ MCD_OPC_CheckPredicate,
26,
27,
58,
0, // Skip to: 19231
/* 4356 */ MCD_OPC_Decode,
191,
22,
219,
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,
251,
57,
0, // Skip to: 19231
/* 4388 */ MCD_OPC_Decode,
250,
18,
202,
1, // Opcode: VHSUBsv2i32
/* 4393 */ MCD_OPC_FilterValue,
1,
241,
57,
0, // Skip to: 19231
/* 4398 */ MCD_OPC_CheckPredicate,
26,
236,
57,
0, // Skip to: 19231
/* 4403 */ MCD_OPC_Decode,
252,
18,
203,
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,
212,
57,
0, // Skip to: 19231
/* 4427 */ MCD_OPC_Decode,
235,
29,
204,
1, // Opcode: VSUBLsv2i64
/* 4432 */ MCD_OPC_FilterValue,
1,
202,
57,
0, // Skip to: 19231
/* 4437 */ MCD_OPC_CheckPredicate,
26,
197,
57,
0, // Skip to: 19231
/* 4442 */ MCD_OPC_Decode,
175,
22,
220,
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,
173,
57,
0, // Skip to: 19231
/* 4466 */ MCD_OPC_Decode,
128,
19,
202,
1, // Opcode: VHSUBuv2i32
/* 4471 */ MCD_OPC_FilterValue,
1,
163,
57,
0, // Skip to: 19231
/* 4476 */ MCD_OPC_CheckPredicate,
26,
158,
57,
0, // Skip to: 19231
/* 4481 */ MCD_OPC_Decode,
130,
19,
203,
1, // Opcode: VHSUBuv4i32
/* 4486 */ MCD_OPC_FilterValue,
231,
3,
147,
57,
0, // Skip to: 19231
/* 4492 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 4495 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4510
/* 4500 */ MCD_OPC_CheckPredicate,
26,
134,
57,
0, // Skip to: 19231
/* 4505 */ MCD_OPC_Decode,
238,
29,
204,
1, // Opcode: VSUBLuv2i64
/* 4510 */ MCD_OPC_FilterValue,
1,
124,
57,
0, // Skip to: 19231
/* 4515 */ MCD_OPC_CheckPredicate,
26,
119,
57,
0, // Skip to: 19231
/* 4520 */ MCD_OPC_Decode,
177,
22,
220,
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,
87,
57,
0, // Skip to: 19231
/* 4552 */ MCD_OPC_Decode,
255,
16,
202,
1, // Opcode: VCGTsv2i32
/* 4557 */ MCD_OPC_FilterValue,
1,
77,
57,
0, // Skip to: 19231
/* 4562 */ MCD_OPC_CheckPredicate,
26,
72,
57,
0, // Skip to: 19231
/* 4567 */ MCD_OPC_Decode,
129,
17,
203,
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,
48,
57,
0, // Skip to: 19231
/* 4591 */ MCD_OPC_Decode,
242,
29,
205,
1, // Opcode: VSUBWsv2i64
/* 4596 */ MCD_OPC_FilterValue,
1,
38,
57,
0, // Skip to: 19231
/* 4601 */ MCD_OPC_CheckPredicate,
26,
33,
57,
0, // Skip to: 19231
/* 4606 */ MCD_OPC_Decode,
171,
24,
220,
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,
9,
57,
0, // Skip to: 19231
/* 4630 */ MCD_OPC_Decode,
133,
17,
202,
1, // Opcode: VCGTuv2i32
/* 4635 */ MCD_OPC_FilterValue,
1,
255,
56,
0, // Skip to: 19231
/* 4640 */ MCD_OPC_CheckPredicate,
26,
250,
56,
0, // Skip to: 19231
/* 4645 */ MCD_OPC_Decode,
135,
17,
203,
1, // Opcode: VCGTuv4i32
/* 4650 */ MCD_OPC_FilterValue,
231,
3,
239,
56,
0, // Skip to: 19231
/* 4656 */ MCD_OPC_CheckPredicate,
26,
234,
56,
0, // Skip to: 19231
/* 4661 */ MCD_OPC_CheckField,
6,
1,
0,
227,
56,
0, // Skip to: 19231
/* 4668 */ MCD_OPC_Decode,
245,
29,
205,
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,
195,
56,
0, // Skip to: 19231
/* 4700 */ MCD_OPC_Decode,
250,
26,
206,
1, // Opcode: VSHLsv2i32
/* 4705 */ MCD_OPC_FilterValue,
1,
185,
56,
0, // Skip to: 19231
/* 4710 */ MCD_OPC_CheckPredicate,
26,
180,
56,
0, // Skip to: 19231
/* 4715 */ MCD_OPC_Decode,
253,
26,
207,
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,
156,
56,
0, // Skip to: 19231
/* 4739 */ MCD_OPC_Decode,
152,
16,
208,
1, // Opcode: VADDHNv2i32
/* 4744 */ MCD_OPC_FilterValue,
1,
146,
56,
0, // Skip to: 19231
/* 4749 */ MCD_OPC_CheckPredicate,
26,
141,
56,
0, // Skip to: 19231
/* 4754 */ MCD_OPC_Decode,
225,
22,
218,
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,
117,
56,
0, // Skip to: 19231
/* 4778 */ MCD_OPC_Decode,
130,
27,
206,
1, // Opcode: VSHLuv2i32
/* 4783 */ MCD_OPC_FilterValue,
1,
107,
56,
0, // Skip to: 19231
/* 4788 */ MCD_OPC_CheckPredicate,
26,
102,
56,
0, // Skip to: 19231
/* 4793 */ MCD_OPC_Decode,
133,
27,
207,
1, // Opcode: VSHLuv4i32
/* 4798 */ MCD_OPC_FilterValue,
231,
3,
91,
56,
0, // Skip to: 19231
/* 4804 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 4807 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4822
/* 4812 */ MCD_OPC_CheckPredicate,
26,
78,
56,
0, // Skip to: 19231
/* 4817 */ MCD_OPC_Decode,
192,
25,
208,
1, // Opcode: VRADDHNv2i32
/* 4822 */ MCD_OPC_FilterValue,
1,
68,
56,
0, // Skip to: 19231
/* 4827 */ MCD_OPC_CheckPredicate,
26,
63,
56,
0, // Skip to: 19231
/* 4832 */ MCD_OPC_Decode,
227,
22,
219,
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,
31,
56,
0, // Skip to: 19231
/* 4864 */ MCD_OPC_Decode,
148,
26,
206,
1, // Opcode: VRSHLsv2i32
/* 4869 */ MCD_OPC_FilterValue,
1,
21,
56,
0, // Skip to: 19231
/* 4874 */ MCD_OPC_CheckPredicate,
26,
16,
56,
0, // Skip to: 19231
/* 4879 */ MCD_OPC_Decode,
151,
26,
207,
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,
248,
55,
0, // Skip to: 19231
/* 4903 */ MCD_OPC_Decode,
217,
15,
209,
1, // Opcode: VABALsv2i64
/* 4908 */ MCD_OPC_FilterValue,
1,
238,
55,
0, // Skip to: 19231
/* 4913 */ MCD_OPC_CheckPredicate,
26,
233,
55,
0, // Skip to: 19231
/* 4918 */ MCD_OPC_Decode,
221,
22,
218,
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,
209,
55,
0, // Skip to: 19231
/* 4942 */ MCD_OPC_Decode,
156,
26,
206,
1, // Opcode: VRSHLuv2i32
/* 4947 */ MCD_OPC_FilterValue,
1,
199,
55,
0, // Skip to: 19231
/* 4952 */ MCD_OPC_CheckPredicate,
26,
194,
55,
0, // Skip to: 19231
/* 4957 */ MCD_OPC_Decode,
159,
26,
207,
1, // Opcode: VRSHLuv4i32
/* 4962 */ MCD_OPC_FilterValue,
231,
3,
183,
55,
0, // Skip to: 19231
/* 4968 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 4971 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4986
/* 4976 */ MCD_OPC_CheckPredicate,
26,
170,
55,
0, // Skip to: 19231
/* 4981 */ MCD_OPC_Decode,
220,
15,
209,
1, // Opcode: VABALuv2i64
/* 4986 */ MCD_OPC_FilterValue,
1,
160,
55,
0, // Skip to: 19231
/* 4991 */ MCD_OPC_CheckPredicate,
26,
155,
55,
0, // Skip to: 19231
/* 4996 */ MCD_OPC_Decode,
222,
22,
219,
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,
123,
55,
0, // Skip to: 19231
/* 5028 */ MCD_OPC_Decode,
146,
22,
202,
1, // Opcode: VMAXsv2i32
/* 5033 */ MCD_OPC_FilterValue,
1,
113,
55,
0, // Skip to: 19231
/* 5038 */ MCD_OPC_CheckPredicate,
26,
108,
55,
0, // Skip to: 19231
/* 5043 */ MCD_OPC_Decode,
148,
22,
203,
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,
84,
55,
0, // Skip to: 19231
/* 5067 */ MCD_OPC_Decode,
232,
29,
208,
1, // Opcode: VSUBHNv2i32
/* 5072 */ MCD_OPC_FilterValue,
1,
74,
55,
0, // Skip to: 19231
/* 5077 */ MCD_OPC_CheckPredicate,
26,
69,
55,
0, // Skip to: 19231
/* 5082 */ MCD_OPC_Decode,
206,
22,
220,
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,
45,
55,
0, // Skip to: 19231
/* 5106 */ MCD_OPC_Decode,
152,
22,
202,
1, // Opcode: VMAXuv2i32
/* 5111 */ MCD_OPC_FilterValue,
1,
35,
55,
0, // Skip to: 19231
/* 5116 */ MCD_OPC_CheckPredicate,
26,
30,
55,
0, // Skip to: 19231
/* 5121 */ MCD_OPC_Decode,
154,
22,
203,
1, // Opcode: VMAXuv4i32
/* 5126 */ MCD_OPC_FilterValue,
231,
3,
19,
55,
0, // Skip to: 19231
/* 5132 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 5135 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 5150
/* 5140 */ MCD_OPC_CheckPredicate,
26,
6,
55,
0, // Skip to: 19231
/* 5145 */ MCD_OPC_Decode,
207,
26,
208,
1, // Opcode: VRSUBHNv2i32
/* 5150 */ MCD_OPC_FilterValue,
1,
252,
54,
0, // Skip to: 19231
/* 5155 */ MCD_OPC_CheckPredicate,
26,
247,
54,
0, // Skip to: 19231
/* 5160 */ MCD_OPC_Decode,
208,
22,
220,
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,
215,
54,
0, // Skip to: 19231
/* 5192 */ MCD_OPC_Decode,
246,
15,
202,
1, // Opcode: VABDsv2i32
/* 5197 */ MCD_OPC_FilterValue,
1,
205,
54,
0, // Skip to: 19231
/* 5202 */ MCD_OPC_CheckPredicate,
26,
200,
54,
0, // Skip to: 19231
/* 5207 */ MCD_OPC_Decode,
248,
15,
203,
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,
176,
54,
0, // Skip to: 19231
/* 5231 */ MCD_OPC_Decode,
235,
15,
204,
1, // Opcode: VABDLsv2i64
/* 5236 */ MCD_OPC_FilterValue,
1,
166,
54,
0, // Skip to: 19231
/* 5241 */ MCD_OPC_CheckPredicate,
26,
161,
54,
0, // Skip to: 19231
/* 5246 */ MCD_OPC_Decode,
175,
24,
220,
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,
137,
54,
0, // Skip to: 19231
/* 5270 */ MCD_OPC_Decode,
252,
15,
202,
1, // Opcode: VABDuv2i32
/* 5275 */ MCD_OPC_FilterValue,
1,
127,
54,
0, // Skip to: 19231
/* 5280 */ MCD_OPC_CheckPredicate,
26,
122,
54,
0, // Skip to: 19231
/* 5285 */ MCD_OPC_Decode,
254,
15,
203,
1, // Opcode: VABDuv4i32
/* 5290 */ MCD_OPC_FilterValue,
231,
3,
111,
54,
0, // Skip to: 19231
/* 5296 */ MCD_OPC_CheckPredicate,
26,
106,
54,
0, // Skip to: 19231
/* 5301 */ MCD_OPC_CheckField,
6,
1,
0,
99,
54,
0, // Skip to: 19231
/* 5308 */ MCD_OPC_Decode,
238,
15,
204,
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,
67,
54,
0, // Skip to: 19231
/* 5340 */ MCD_OPC_Decode,
174,
16,
202,
1, // Opcode: VADDv2i32
/* 5345 */ MCD_OPC_FilterValue,
1,
57,
54,
0, // Skip to: 19231
/* 5350 */ MCD_OPC_CheckPredicate,
26,
52,
54,
0, // Skip to: 19231
/* 5355 */ MCD_OPC_Decode,
177,
16,
203,
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,
28,
54,
0, // Skip to: 19231
/* 5379 */ MCD_OPC_Decode,
179,
22,
209,
1, // Opcode: VMLALsv2i64
/* 5384 */ MCD_OPC_FilterValue,
1,
18,
54,
0, // Skip to: 19231
/* 5389 */ MCD_OPC_CheckPredicate,
26,
13,
54,
0, // Skip to: 19231
/* 5394 */ MCD_OPC_Decode,
186,
23,
221,
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,
245,
53,
0, // Skip to: 19231
/* 5418 */ MCD_OPC_Decode,
254,
29,
202,
1, // Opcode: VSUBv2i32
/* 5423 */ MCD_OPC_FilterValue,
1,
235,
53,
0, // Skip to: 19231
/* 5428 */ MCD_OPC_CheckPredicate,
26,
230,
53,
0, // Skip to: 19231
/* 5433 */ MCD_OPC_Decode,
129,
30,
203,
1, // Opcode: VSUBv4i32
/* 5438 */ MCD_OPC_FilterValue,
231,
3,
219,
53,
0, // Skip to: 19231
/* 5444 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 5447 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 5462
/* 5452 */ MCD_OPC_CheckPredicate,
26,
206,
53,
0, // Skip to: 19231
/* 5457 */ MCD_OPC_Decode,
182,
22,
209,
1, // Opcode: VMLALuv2i64
/* 5462 */ MCD_OPC_FilterValue,
1,
196,
53,
0, // Skip to: 19231
/* 5467 */ MCD_OPC_CheckPredicate,
26,
191,
53,
0, // Skip to: 19231
/* 5472 */ MCD_OPC_Decode,
188,
23,
222,
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,
159,
53,
0, // Skip to: 19231
/* 5504 */ MCD_OPC_Decode,
199,
22,
210,
1, // Opcode: VMLAv2i32
/* 5509 */ MCD_OPC_FilterValue,
1,
149,
53,
0, // Skip to: 19231
/* 5514 */ MCD_OPC_CheckPredicate,
26,
144,
53,
0, // Skip to: 19231
/* 5519 */ MCD_OPC_Decode,
201,
22,
211,
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,
120,
53,
0, // Skip to: 19231
/* 5543 */ MCD_OPC_Decode,
173,
24,
209,
1, // Opcode: VQDMLALv2i64
/* 5548 */ MCD_OPC_FilterValue,
1,
110,
53,
0, // Skip to: 19231
/* 5553 */ MCD_OPC_CheckPredicate,
26,
105,
53,
0, // Skip to: 19231
/* 5558 */ MCD_OPC_Decode,
182,
23,
221,
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,
81,
53,
0, // Skip to: 19231
/* 5582 */ MCD_OPC_Decode,
230,
22,
210,
1, // Opcode: VMLSv2i32
/* 5587 */ MCD_OPC_FilterValue,
1,
71,
53,
0, // Skip to: 19231
/* 5592 */ MCD_OPC_CheckPredicate,
26,
66,
53,
0, // Skip to: 19231
/* 5597 */ MCD_OPC_Decode,
232,
22,
211,
1, // Opcode: VMLSv4i32
/* 5602 */ MCD_OPC_FilterValue,
231,
3,
55,
53,
0, // Skip to: 19231
/* 5608 */ MCD_OPC_CheckPredicate,
26,
50,
53,
0, // Skip to: 19231
/* 5613 */ MCD_OPC_CheckField,
6,
1,
1,
43,
53,
0, // Skip to: 19231
/* 5620 */ MCD_OPC_Decode,
183,
23,
222,
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,
19,
53,
0, // Skip to: 19231
/* 5644 */ MCD_OPC_CheckField,
6,
1,
0,
12,
53,
0, // Skip to: 19231
/* 5651 */ MCD_OPC_Decode,
136,
24,
202,
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,
244,
52,
0, // Skip to: 19231
/* 5675 */ MCD_OPC_Decode,
210,
22,
209,
1, // Opcode: VMLSLsv2i64
/* 5680 */ MCD_OPC_FilterValue,
1,
234,
52,
0, // Skip to: 19231
/* 5685 */ MCD_OPC_CheckPredicate,
26,
229,
52,
0, // Skip to: 19231
/* 5690 */ MCD_OPC_Decode,
165,
23,
223,
1, // Opcode: VMULLslsv2i32
/* 5695 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 5718
/* 5701 */ MCD_OPC_CheckPredicate,
26,
213,
52,
0, // Skip to: 19231
/* 5706 */ MCD_OPC_CheckField,
6,
1,
0,
206,
52,
0, // Skip to: 19231
/* 5713 */ MCD_OPC_Decode,
139,
24,
202,
1, // Opcode: VPMAXu32
/* 5718 */ MCD_OPC_FilterValue,
231,
3,
195,
52,
0, // Skip to: 19231
/* 5724 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 5727 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 5742
/* 5732 */ MCD_OPC_CheckPredicate,
26,
182,
52,
0, // Skip to: 19231
/* 5737 */ MCD_OPC_Decode,
213,
22,
209,
1, // Opcode: VMLSLuv2i64
/* 5742 */ MCD_OPC_FilterValue,
1,
172,
52,
0, // Skip to: 19231
/* 5747 */ MCD_OPC_CheckPredicate,
26,
167,
52,
0, // Skip to: 19231
/* 5752 */ MCD_OPC_Decode,
167,
23,
223,
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,
135,
52,
0, // Skip to: 19231
/* 5784 */ MCD_OPC_Decode,
183,
24,
202,
1, // Opcode: VQDMULHv2i32
/* 5789 */ MCD_OPC_FilterValue,
1,
125,
52,
0, // Skip to: 19231
/* 5794 */ MCD_OPC_CheckPredicate,
26,
120,
52,
0, // Skip to: 19231
/* 5799 */ MCD_OPC_Decode,
185,
24,
203,
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,
96,
52,
0, // Skip to: 19231
/* 5823 */ MCD_OPC_Decode,
177,
24,
209,
1, // Opcode: VQDMLSLv2i64
/* 5828 */ MCD_OPC_FilterValue,
1,
86,
52,
0, // Skip to: 19231
/* 5833 */ MCD_OPC_CheckPredicate,
26,
81,
52,
0, // Skip to: 19231
/* 5838 */ MCD_OPC_Decode,
187,
24,
223,
1, // Opcode: VQDMULLslv2i32
/* 5843 */ MCD_OPC_FilterValue,
230,
3,
70,
52,
0, // Skip to: 19231
/* 5849 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 5852 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 5867
/* 5857 */ MCD_OPC_CheckPredicate,
26,
57,
52,
0, // Skip to: 19231
/* 5862 */ MCD_OPC_Decode,
226,
24,
202,
1, // Opcode: VQRDMULHv2i32
/* 5867 */ MCD_OPC_FilterValue,
1,
47,
52,
0, // Skip to: 19231
/* 5872 */ MCD_OPC_CheckPredicate,
26,
42,
52,
0, // Skip to: 19231
/* 5877 */ MCD_OPC_Decode,
228,
24,
203,
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,
10,
52,
0, // Skip to: 19231
/* 5909 */ MCD_OPC_Decode,
169,
23,
204,
1, // Opcode: VMULLsv2i64
/* 5914 */ MCD_OPC_FilterValue,
231,
3,
255,
51,
0, // Skip to: 19231
/* 5920 */ MCD_OPC_CheckPredicate,
26,
250,
51,
0, // Skip to: 19231
/* 5925 */ MCD_OPC_Decode,
172,
23,
204,
1, // Opcode: VMULLuv2i64
/* 5930 */ MCD_OPC_FilterValue,
1,
240,
51,
0, // Skip to: 19231
/* 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,
226,
51,
0, // Skip to: 19231
/* 5949 */ MCD_OPC_Decode,
179,
24,
221,
1, // Opcode: VQDMULHslv2i32
/* 5954 */ MCD_OPC_FilterValue,
231,
3,
215,
51,
0, // Skip to: 19231
/* 5960 */ MCD_OPC_CheckPredicate,
26,
210,
51,
0, // Skip to: 19231
/* 5965 */ MCD_OPC_Decode,
181,
24,
222,
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,
178,
51,
0, // Skip to: 19231
/* 5997 */ MCD_OPC_Decode,
248,
29,
202,
1, // Opcode: VSUBfd
/* 6002 */ MCD_OPC_FilterValue,
1,
168,
51,
0, // Skip to: 19231
/* 6007 */ MCD_OPC_CheckPredicate,
26,
163,
51,
0, // Skip to: 19231
/* 6012 */ MCD_OPC_Decode,
249,
29,
203,
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,
139,
51,
0, // Skip to: 19231
/* 6036 */ MCD_OPC_Decode,
189,
24,
204,
1, // Opcode: VQDMULLv2i64
/* 6041 */ MCD_OPC_FilterValue,
1,
129,
51,
0, // Skip to: 19231
/* 6046 */ MCD_OPC_CheckPredicate,
26,
124,
51,
0, // Skip to: 19231
/* 6051 */ MCD_OPC_Decode,
222,
24,
221,
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,
100,
51,
0, // Skip to: 19231
/* 6075 */ MCD_OPC_Decode,
241,
15,
202,
1, // Opcode: VABDfd
/* 6080 */ MCD_OPC_FilterValue,
1,
90,
51,
0, // Skip to: 19231
/* 6085 */ MCD_OPC_CheckPredicate,
26,
85,
51,
0, // Skip to: 19231
/* 6090 */ MCD_OPC_Decode,
242,
15,
203,
1, // Opcode: VABDfq
/* 6095 */ MCD_OPC_FilterValue,
231,
3,
74,
51,
0, // Skip to: 19231
/* 6101 */ MCD_OPC_CheckPredicate,
26,
69,
51,
0, // Skip to: 19231
/* 6106 */ MCD_OPC_CheckField,
6,
1,
1,
62,
51,
0, // Skip to: 19231
/* 6113 */ MCD_OPC_Decode,
224,
24,
222,
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,
30,
51,
0, // Skip to: 19231
/* 6145 */ MCD_OPC_Decode,
163,
23,
204,
1, // Opcode: VMULLp64
/* 6150 */ MCD_OPC_FilterValue,
1,
20,
51,
0, // Skip to: 19231
/* 6155 */ MCD_OPC_CheckPredicate,
28,
15,
51,
0, // Skip to: 19231
/* 6160 */ MCD_OPC_Decode,
206,
24,
218,
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,
247,
50,
0, // Skip to: 19231
/* 6184 */ MCD_OPC_Decode,
250,
16,
202,
1, // Opcode: VCGTfd
/* 6189 */ MCD_OPC_FilterValue,
1,
237,
50,
0, // Skip to: 19231
/* 6194 */ MCD_OPC_CheckPredicate,
26,
232,
50,
0, // Skip to: 19231
/* 6199 */ MCD_OPC_Decode,
251,
16,
203,
1, // Opcode: VCGTfq
/* 6204 */ MCD_OPC_FilterValue,
231,
3,
221,
50,
0, // Skip to: 19231
/* 6210 */ MCD_OPC_CheckPredicate,
28,
216,
50,
0, // Skip to: 19231
/* 6215 */ MCD_OPC_CheckField,
6,
1,
1,
209,
50,
0, // Skip to: 19231
/* 6222 */ MCD_OPC_Decode,
208,
24,
219,
1, // Opcode: VQRDMLAHslv4i32
/* 6227 */ MCD_OPC_FilterValue,
15,
199,
50,
0, // Skip to: 19231
/* 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,
177,
50,
0, // Skip to: 19231
/* 6254 */ MCD_OPC_Decode,
157,
22,
202,
1, // Opcode: VMINfd
/* 6259 */ MCD_OPC_FilterValue,
1,
167,
50,
0, // Skip to: 19231
/* 6264 */ MCD_OPC_CheckPredicate,
26,
162,
50,
0, // Skip to: 19231
/* 6269 */ MCD_OPC_Decode,
158,
22,
203,
1, // Opcode: VMINfq
/* 6274 */ MCD_OPC_FilterValue,
229,
3,
17,
0,
0, // Skip to: 6297
/* 6280 */ MCD_OPC_CheckPredicate,
28,
146,
50,
0, // Skip to: 19231
/* 6285 */ MCD_OPC_CheckField,
6,
1,
1,
139,
50,
0, // Skip to: 19231
/* 6292 */ MCD_OPC_Decode,
214,
24,
218,
1, // Opcode: VQRDMLSHslv2i32
/* 6297 */ MCD_OPC_FilterValue,
230,
3,
17,
0,
0, // Skip to: 6320
/* 6303 */ MCD_OPC_CheckPredicate,
26,
123,
50,
0, // Skip to: 19231
/* 6308 */ MCD_OPC_CheckField,
6,
1,
0,
116,
50,
0, // Skip to: 19231
/* 6315 */ MCD_OPC_Decode,
141,
24,
202,
1, // Opcode: VPMINf
/* 6320 */ MCD_OPC_FilterValue,
231,
3,
105,
50,
0, // Skip to: 19231
/* 6326 */ MCD_OPC_CheckPredicate,
28,
100,
50,
0, // Skip to: 19231
/* 6331 */ MCD_OPC_CheckField,
6,
1,
1,
93,
50,
0, // Skip to: 19231
/* 6338 */ MCD_OPC_Decode,
216,
24,
219,
1, // Opcode: VQRDMLSHslv4i32
/* 6343 */ MCD_OPC_FilterValue,
3,
83,
50,
0, // Skip to: 19231
/* 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,
53,
50,
0, // Skip to: 19231
/* 6378 */ MCD_OPC_Decode,
249,
26,
206,
1, // Opcode: VSHLsv1i64
/* 6383 */ MCD_OPC_FilterValue,
1,
43,
50,
0, // Skip to: 19231
/* 6388 */ MCD_OPC_CheckPredicate,
26,
38,
50,
0, // Skip to: 19231
/* 6393 */ MCD_OPC_Decode,
251,
26,
207,
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,
15,
50,
0, // Skip to: 19231
/* 6416 */ MCD_OPC_Decode,
147,
26,
206,
1, // Opcode: VRSHLsv1i64
/* 6421 */ MCD_OPC_FilterValue,
1,
5,
50,
0, // Skip to: 19231
/* 6426 */ MCD_OPC_CheckPredicate,
26,
0,
50,
0, // Skip to: 19231
/* 6431 */ MCD_OPC_Decode,
149,
26,
207,
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,
233,
49,
0, // Skip to: 19231
/* 6454 */ MCD_OPC_Decode,
173,
16,
202,
1, // Opcode: VADDv1i64
/* 6459 */ MCD_OPC_FilterValue,
1,
223,
49,
0, // Skip to: 19231
/* 6464 */ MCD_OPC_CheckPredicate,
26,
218,
49,
0, // Skip to: 19231
/* 6469 */ MCD_OPC_Decode,
175,
16,
203,
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,
195,
49,
0, // Skip to: 19231
/* 6492 */ MCD_OPC_Decode,
250,
29,
202,
1, // Opcode: VSUBhd
/* 6497 */ MCD_OPC_FilterValue,
1,
185,
49,
0, // Skip to: 19231
/* 6502 */ MCD_OPC_CheckPredicate,
27,
180,
49,
0, // Skip to: 19231
/* 6507 */ MCD_OPC_Decode,
251,
29,
203,
1, // Opcode: VSUBhq
/* 6512 */ MCD_OPC_FilterValue,
15,
170,
49,
0, // Skip to: 19231
/* 6517 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 6520 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 6535
/* 6525 */ MCD_OPC_CheckPredicate,
27,
157,
49,
0, // Skip to: 19231
/* 6530 */ MCD_OPC_Decode,
159,
22,
202,
1, // Opcode: VMINhd
/* 6535 */ MCD_OPC_FilterValue,
1,
147,
49,
0, // Skip to: 19231
/* 6540 */ MCD_OPC_CheckPredicate,
27,
142,
49,
0, // Skip to: 19231
/* 6545 */ MCD_OPC_Decode,
160,
22,
203,
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,
115,
49,
0, // Skip to: 19231
/* 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,
192,
18,
224,
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,
191,
18,
225,
1, // Opcode: VEXTd16
/* 6606 */ MCD_OPC_CheckPredicate,
26,
76,
49,
0, // Skip to: 19231
/* 6611 */ MCD_OPC_Decode,
193,
18,
226,
1, // Opcode: VEXTd8
/* 6616 */ MCD_OPC_FilterValue,
1,
66,
49,
0, // Skip to: 19231
/* 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,
196,
18,
227,
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,
195,
18,
228,
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,
194,
18,
229,
1, // Opcode: VEXTq16
/* 6672 */ MCD_OPC_CheckPredicate,
26,
10,
49,
0, // Skip to: 19231
/* 6677 */ MCD_OPC_Decode,
197,
18,
230,
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,
234,
48,
0, // Skip to: 19231
/* 6709 */ MCD_OPC_Decode,
129,
27,
206,
1, // Opcode: VSHLuv1i64
/* 6714 */ MCD_OPC_FilterValue,
1,
224,
48,
0, // Skip to: 19231
/* 6719 */ MCD_OPC_CheckPredicate,
26,
219,
48,
0, // Skip to: 19231
/* 6724 */ MCD_OPC_Decode,
131,
27,
207,
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,
196,
48,
0, // Skip to: 19231
/* 6747 */ MCD_OPC_Decode,
155,
26,
206,
1, // Opcode: VRSHLuv1i64
/* 6752 */ MCD_OPC_FilterValue,
1,
186,
48,
0, // Skip to: 19231
/* 6757 */ MCD_OPC_CheckPredicate,
26,
181,
48,
0, // Skip to: 19231
/* 6762 */ MCD_OPC_Decode,
157,
26,
207,
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,
158,
48,
0, // Skip to: 19231
/* 6785 */ MCD_OPC_Decode,
253,
29,
202,
1, // Opcode: VSUBv1i64
/* 6790 */ MCD_OPC_FilterValue,
1,
148,
48,
0, // Skip to: 19231
/* 6795 */ MCD_OPC_CheckPredicate,
26,
143,
48,
0, // Skip to: 19231
/* 6800 */ MCD_OPC_Decode,
255,
29,
203,
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,
120,
48,
0, // Skip to: 19231
/* 6823 */ MCD_OPC_Decode,
243,
15,
202,
1, // Opcode: VABDhd
/* 6828 */ MCD_OPC_FilterValue,
1,
110,
48,
0, // Skip to: 19231
/* 6833 */ MCD_OPC_CheckPredicate,
27,
105,
48,
0, // Skip to: 19231
/* 6838 */ MCD_OPC_Decode,
244,
15,
203,
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,
82,
48,
0, // Skip to: 19231
/* 6861 */ MCD_OPC_Decode,
252,
16,
202,
1, // Opcode: VCGThd
/* 6866 */ MCD_OPC_FilterValue,
1,
72,
48,
0, // Skip to: 19231
/* 6871 */ MCD_OPC_CheckPredicate,
27,
67,
48,
0, // Skip to: 19231
/* 6876 */ MCD_OPC_Decode,
253,
16,
203,
1, // Opcode: VCGThq
/* 6881 */ MCD_OPC_FilterValue,
15,
57,
48,
0, // Skip to: 19231
/* 6886 */ MCD_OPC_CheckPredicate,
27,
52,
48,
0, // Skip to: 19231
/* 6891 */ MCD_OPC_CheckField,
6,
1,
0,
45,
48,
0, // Skip to: 19231
/* 6898 */ MCD_OPC_Decode,
142,
24,
202,
1, // Opcode: VPMINh
/* 6903 */ MCD_OPC_FilterValue,
231,
3,
34,
48,
0, // Skip to: 19231
/* 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,
5,
48,
0, // Skip to: 19231
/* 6938 */ MCD_OPC_Decode,
213,
25,
231,
1, // Opcode: VREV64d8
/* 6943 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 6958
/* 6948 */ MCD_OPC_CheckPredicate,
26,
246,
47,
0, // Skip to: 19231
/* 6953 */ MCD_OPC_Decode,
216,
25,
232,
1, // Opcode: VREV64q8
/* 6958 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 6973
/* 6963 */ MCD_OPC_CheckPredicate,
26,
231,
47,
0, // Skip to: 19231
/* 6968 */ MCD_OPC_Decode,
208,
25,
231,
1, // Opcode: VREV32d8
/* 6973 */ MCD_OPC_FilterValue,
3,
221,
47,
0, // Skip to: 19231
/* 6978 */ MCD_OPC_CheckPredicate,
26,
216,
47,
0, // Skip to: 19231
/* 6983 */ MCD_OPC_Decode,
210,
25,
232,
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,
193,
47,
0, // Skip to: 19231
/* 7006 */ MCD_OPC_Decode,
147,
17,
231,
1, // Opcode: VCGTzv8i8
/* 7011 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7026
/* 7016 */ MCD_OPC_CheckPredicate,
26,
178,
47,
0, // Skip to: 19231
/* 7021 */ MCD_OPC_Decode,
138,
17,
232,
1, // Opcode: VCGTzv16i8
/* 7026 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7041
/* 7031 */ MCD_OPC_CheckPredicate,
26,
163,
47,
0, // Skip to: 19231
/* 7036 */ MCD_OPC_Decode,
249,
16,
231,
1, // Opcode: VCGEzv8i8
/* 7041 */ MCD_OPC_FilterValue,
3,
153,
47,
0, // Skip to: 19231
/* 7046 */ MCD_OPC_CheckPredicate,
26,
148,
47,
0, // Skip to: 19231
/* 7051 */ MCD_OPC_Decode,
240,
16,
232,
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,
125,
47,
0, // Skip to: 19231
/* 7074 */ MCD_OPC_Decode,
134,
30,
233,
1, // Opcode: VSWPd
/* 7079 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7094
/* 7084 */ MCD_OPC_CheckPredicate,
26,
110,
47,
0, // Skip to: 19231
/* 7089 */ MCD_OPC_Decode,
135,
30,
234,
1, // Opcode: VSWPq
/* 7094 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7109
/* 7099 */ MCD_OPC_CheckPredicate,
26,
95,
47,
0, // Skip to: 19231
/* 7104 */ MCD_OPC_Decode,
174,
30,
233,
1, // Opcode: VTRNd8
/* 7109 */ MCD_OPC_FilterValue,
3,
85,
47,
0, // Skip to: 19231
/* 7114 */ MCD_OPC_CheckPredicate,
26,
80,
47,
0, // Skip to: 19231
/* 7119 */ MCD_OPC_Decode,
177,
30,
234,
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,
57,
47,
0, // Skip to: 19231
/* 7142 */ MCD_OPC_Decode,
211,
25,
231,
1, // Opcode: VREV64d16
/* 7147 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7162
/* 7152 */ MCD_OPC_CheckPredicate,
26,
42,
47,
0, // Skip to: 19231
/* 7157 */ MCD_OPC_Decode,
214,
25,
232,
1, // Opcode: VREV64q16
/* 7162 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7177
/* 7167 */ MCD_OPC_CheckPredicate,
26,
27,
47,
0, // Skip to: 19231
/* 7172 */ MCD_OPC_Decode,
207,
25,
231,
1, // Opcode: VREV32d16
/* 7177 */ MCD_OPC_FilterValue,
3,
17,
47,
0, // Skip to: 19231
/* 7182 */ MCD_OPC_CheckPredicate,
26,
12,
47,
0, // Skip to: 19231
/* 7187 */ MCD_OPC_Decode,
209,
25,
232,
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,
245,
46,
0, // Skip to: 19231
/* 7210 */ MCD_OPC_Decode,
143,
17,
231,
1, // Opcode: VCGTzv4i16
/* 7215 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7230
/* 7220 */ MCD_OPC_CheckPredicate,
26,
230,
46,
0, // Skip to: 19231
/* 7225 */ MCD_OPC_Decode,
146,
17,
232,
1, // Opcode: VCGTzv8i16
/* 7230 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7245
/* 7235 */ MCD_OPC_CheckPredicate,
26,
215,
46,
0, // Skip to: 19231
/* 7240 */ MCD_OPC_Decode,
245,
16,
231,
1, // Opcode: VCGEzv4i16
/* 7245 */ MCD_OPC_FilterValue,
3,
205,
46,
0, // Skip to: 19231
/* 7250 */ MCD_OPC_CheckPredicate,
26,
200,
46,
0, // Skip to: 19231
/* 7255 */ MCD_OPC_Decode,
248,
16,
232,
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,
177,
46,
0, // Skip to: 19231
/* 7278 */ MCD_OPC_Decode,
172,
30,
233,
1, // Opcode: VTRNd16
/* 7283 */ MCD_OPC_FilterValue,
3,
167,
46,
0, // Skip to: 19231
/* 7288 */ MCD_OPC_CheckPredicate,
26,
162,
46,
0, // Skip to: 19231
/* 7293 */ MCD_OPC_Decode,
175,
30,
234,
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,
139,
46,
0, // Skip to: 19231
/* 7316 */ MCD_OPC_Decode,
212,
25,
231,
1, // Opcode: VREV64d32
/* 7321 */ MCD_OPC_FilterValue,
1,
129,
46,
0, // Skip to: 19231
/* 7326 */ MCD_OPC_CheckPredicate,
26,
124,
46,
0, // Skip to: 19231
/* 7331 */ MCD_OPC_Decode,
215,
25,
232,
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,
101,
46,
0, // Skip to: 19231
/* 7354 */ MCD_OPC_Decode,
140,
17,
231,
1, // Opcode: VCGTzv2i32
/* 7359 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7374
/* 7364 */ MCD_OPC_CheckPredicate,
26,
86,
46,
0, // Skip to: 19231
/* 7369 */ MCD_OPC_Decode,
144,
17,
232,
1, // Opcode: VCGTzv4i32
/* 7374 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7389
/* 7379 */ MCD_OPC_CheckPredicate,
26,
71,
46,
0, // Skip to: 19231
/* 7384 */ MCD_OPC_Decode,
242,
16,
231,
1, // Opcode: VCGEzv2i32
/* 7389 */ MCD_OPC_FilterValue,
3,
61,
46,
0, // Skip to: 19231
/* 7394 */ MCD_OPC_CheckPredicate,
26,
56,
46,
0, // Skip to: 19231
/* 7399 */ MCD_OPC_Decode,
246,
16,
232,
1, // Opcode: VCGEzv4i32
/* 7404 */ MCD_OPC_FilterValue,
10,
46,
46,
0, // Skip to: 19231
/* 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,
33,
46,
0, // Skip to: 19231
/* 7422 */ MCD_OPC_Decode,
173,
30,
233,
1, // Opcode: VTRNd32
/* 7427 */ MCD_OPC_FilterValue,
3,
23,
46,
0, // Skip to: 19231
/* 7432 */ MCD_OPC_CheckPredicate,
26,
18,
46,
0, // Skip to: 19231
/* 7437 */ MCD_OPC_Decode,
176,
30,
234,
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,
243,
45,
0, // Skip to: 19231
/* 7468 */ MCD_OPC_Decode,
205,
25,
231,
1, // Opcode: VREV16d8
/* 7473 */ MCD_OPC_FilterValue,
1,
233,
45,
0, // Skip to: 19231
/* 7478 */ MCD_OPC_CheckPredicate,
26,
228,
45,
0, // Skip to: 19231
/* 7483 */ MCD_OPC_Decode,
206,
25,
232,
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,
205,
45,
0, // Skip to: 19231
/* 7506 */ MCD_OPC_Decode,
223,
16,
231,
1, // Opcode: VCEQzv8i8
/* 7511 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7526
/* 7516 */ MCD_OPC_CheckPredicate,
26,
190,
45,
0, // Skip to: 19231
/* 7521 */ MCD_OPC_Decode,
214,
16,
232,
1, // Opcode: VCEQzv16i8
/* 7526 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7541
/* 7531 */ MCD_OPC_CheckPredicate,
26,
175,
45,
0, // Skip to: 19231
/* 7536 */ MCD_OPC_Decode,
157,
17,
231,
1, // Opcode: VCLEzv8i8
/* 7541 */ MCD_OPC_FilterValue,
3,
165,
45,
0, // Skip to: 19231
/* 7546 */ MCD_OPC_CheckPredicate,
26,
160,
45,
0, // Skip to: 19231
/* 7551 */ MCD_OPC_Decode,
148,
17,
232,
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,
137,
45,
0, // Skip to: 19231
/* 7574 */ MCD_OPC_Decode,
204,
30,
233,
1, // Opcode: VUZPd8
/* 7579 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7594
/* 7584 */ MCD_OPC_CheckPredicate,
26,
122,
45,
0, // Skip to: 19231
/* 7589 */ MCD_OPC_Decode,
207,
30,
234,
1, // Opcode: VUZPq8
/* 7594 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7609
/* 7599 */ MCD_OPC_CheckPredicate,
26,
107,
45,
0, // Skip to: 19231
/* 7604 */ MCD_OPC_Decode,
209,
30,
233,
1, // Opcode: VZIPd8
/* 7609 */ MCD_OPC_FilterValue,
3,
97,
45,
0, // Skip to: 19231
/* 7614 */ MCD_OPC_CheckPredicate,
26,
92,
45,
0, // Skip to: 19231
/* 7619 */ MCD_OPC_Decode,
212,
30,
234,
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,
69,
45,
0, // Skip to: 19231
/* 7642 */ MCD_OPC_Decode,
219,
16,
231,
1, // Opcode: VCEQzv4i16
/* 7647 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7662
/* 7652 */ MCD_OPC_CheckPredicate,
26,
54,
45,
0, // Skip to: 19231
/* 7657 */ MCD_OPC_Decode,
222,
16,
232,
1, // Opcode: VCEQzv8i16
/* 7662 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7677
/* 7667 */ MCD_OPC_CheckPredicate,
26,
39,
45,
0, // Skip to: 19231
/* 7672 */ MCD_OPC_Decode,
153,
17,
231,
1, // Opcode: VCLEzv4i16
/* 7677 */ MCD_OPC_FilterValue,
3,
29,
45,
0, // Skip to: 19231
/* 7682 */ MCD_OPC_CheckPredicate,
26,
24,
45,
0, // Skip to: 19231
/* 7687 */ MCD_OPC_Decode,
156,
17,
232,
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,
1,
45,
0, // Skip to: 19231
/* 7710 */ MCD_OPC_Decode,
203,
30,
233,
1, // Opcode: VUZPd16
/* 7715 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7730
/* 7720 */ MCD_OPC_CheckPredicate,
26,
242,
44,
0, // Skip to: 19231
/* 7725 */ MCD_OPC_Decode,
205,
30,
234,
1, // Opcode: VUZPq16
/* 7730 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7745
/* 7735 */ MCD_OPC_CheckPredicate,
26,
227,
44,
0, // Skip to: 19231
/* 7740 */ MCD_OPC_Decode,
208,
30,
233,
1, // Opcode: VZIPd16
/* 7745 */ MCD_OPC_FilterValue,
3,
217,
44,
0, // Skip to: 19231
/* 7750 */ MCD_OPC_CheckPredicate,
26,
212,
44,
0, // Skip to: 19231
/* 7755 */ MCD_OPC_Decode,
210,
30,
234,
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,
189,
44,
0, // Skip to: 19231
/* 7778 */ MCD_OPC_Decode,
216,
16,
231,
1, // Opcode: VCEQzv2i32
/* 7783 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7798
/* 7788 */ MCD_OPC_CheckPredicate,
26,
174,
44,
0, // Skip to: 19231
/* 7793 */ MCD_OPC_Decode,
220,
16,
232,
1, // Opcode: VCEQzv4i32
/* 7798 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7813
/* 7803 */ MCD_OPC_CheckPredicate,
26,
159,
44,
0, // Skip to: 19231
/* 7808 */ MCD_OPC_Decode,
150,
17,
231,
1, // Opcode: VCLEzv2i32
/* 7813 */ MCD_OPC_FilterValue,
3,
149,
44,
0, // Skip to: 19231
/* 7818 */ MCD_OPC_CheckPredicate,
26,
144,
44,
0, // Skip to: 19231
/* 7823 */ MCD_OPC_Decode,
154,
17,
232,
1, // Opcode: VCLEzv4i32
/* 7828 */ MCD_OPC_FilterValue,
10,
134,
44,
0, // Skip to: 19231
/* 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,
121,
44,
0, // Skip to: 19231
/* 7846 */ MCD_OPC_Decode,
206,
30,
234,
1, // Opcode: VUZPq32
/* 7851 */ MCD_OPC_FilterValue,
3,
111,
44,
0, // Skip to: 19231
/* 7856 */ MCD_OPC_CheckPredicate,
26,
106,
44,
0, // Skip to: 19231
/* 7861 */ MCD_OPC_Decode,
211,
30,
234,
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,
75,
44,
0, // Skip to: 19231
/* 7892 */ MCD_OPC_Decode,
249,
23,
231,
1, // Opcode: VPADDLsv8i8
/* 7897 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7912
/* 7902 */ MCD_OPC_CheckPredicate,
26,
60,
44,
0, // Skip to: 19231
/* 7907 */ MCD_OPC_Decode,
244,
23,
232,
1, // Opcode: VPADDLsv16i8
/* 7912 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 7927
/* 7917 */ MCD_OPC_CheckPredicate,
26,
45,
44,
0, // Skip to: 19231
/* 7922 */ MCD_OPC_Decode,
255,
23,
231,
1, // Opcode: VPADDLuv8i8
/* 7927 */ MCD_OPC_FilterValue,
3,
35,
44,
0, // Skip to: 19231
/* 7932 */ MCD_OPC_CheckPredicate,
26,
30,
44,
0, // Skip to: 19231
/* 7937 */ MCD_OPC_Decode,
250,
23,
232,
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,
7,
44,
0, // Skip to: 19231
/* 7960 */ MCD_OPC_Decode,
173,
17,
231,
1, // Opcode: VCLTzv8i8
/* 7965 */ MCD_OPC_FilterValue,
1,
253,
43,
0, // Skip to: 19231
/* 7970 */ MCD_OPC_CheckPredicate,
26,
248,
43,
0, // Skip to: 19231
/* 7975 */ MCD_OPC_Decode,
164,
17,
232,
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,
225,
43,
0, // Skip to: 19231
/* 7998 */ MCD_OPC_Decode,
248,
22,
235,
1, // Opcode: VMOVNv8i8
/* 8003 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8018
/* 8008 */ MCD_OPC_CheckPredicate,
26,
210,
43,
0, // Skip to: 19231
/* 8013 */ MCD_OPC_Decode,
193,
24,
235,
1, // Opcode: VQMOVNsuv8i8
/* 8018 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8033
/* 8023 */ MCD_OPC_CheckPredicate,
26,
195,
43,
0, // Skip to: 19231
/* 8028 */ MCD_OPC_Decode,
196,
24,
235,
1, // Opcode: VQMOVNsv8i8
/* 8033 */ MCD_OPC_FilterValue,
3,
185,
43,
0, // Skip to: 19231
/* 8038 */ MCD_OPC_CheckPredicate,
26,
180,
43,
0, // Skip to: 19231
/* 8043 */ MCD_OPC_Decode,
199,
24,
235,
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,
157,
43,
0, // Skip to: 19231
/* 8066 */ MCD_OPC_Decode,
246,
23,
231,
1, // Opcode: VPADDLsv4i16
/* 8071 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8086
/* 8076 */ MCD_OPC_CheckPredicate,
26,
142,
43,
0, // Skip to: 19231
/* 8081 */ MCD_OPC_Decode,
248,
23,
232,
1, // Opcode: VPADDLsv8i16
/* 8086 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8101
/* 8091 */ MCD_OPC_CheckPredicate,
26,
127,
43,
0, // Skip to: 19231
/* 8096 */ MCD_OPC_Decode,
252,
23,
231,
1, // Opcode: VPADDLuv4i16
/* 8101 */ MCD_OPC_FilterValue,
3,
117,
43,
0, // Skip to: 19231
/* 8106 */ MCD_OPC_CheckPredicate,
26,
112,
43,
0, // Skip to: 19231
/* 8111 */ MCD_OPC_Decode,
254,
23,
232,
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,
89,
43,
0, // Skip to: 19231
/* 8134 */ MCD_OPC_Decode,
169,
17,
231,
1, // Opcode: VCLTzv4i16
/* 8139 */ MCD_OPC_FilterValue,
1,
79,
43,
0, // Skip to: 19231
/* 8144 */ MCD_OPC_CheckPredicate,
26,
74,
43,
0, // Skip to: 19231
/* 8149 */ MCD_OPC_Decode,
172,
17,
232,
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,
51,
43,
0, // Skip to: 19231
/* 8172 */ MCD_OPC_Decode,
247,
22,
235,
1, // Opcode: VMOVNv4i16
/* 8177 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8192
/* 8182 */ MCD_OPC_CheckPredicate,
26,
36,
43,
0, // Skip to: 19231
/* 8187 */ MCD_OPC_Decode,
192,
24,
235,
1, // Opcode: VQMOVNsuv4i16
/* 8192 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8207
/* 8197 */ MCD_OPC_CheckPredicate,
26,
21,
43,
0, // Skip to: 19231
/* 8202 */ MCD_OPC_Decode,
195,
24,
235,
1, // Opcode: VQMOVNsv4i16
/* 8207 */ MCD_OPC_FilterValue,
3,
11,
43,
0, // Skip to: 19231
/* 8212 */ MCD_OPC_CheckPredicate,
26,
6,
43,
0, // Skip to: 19231
/* 8217 */ MCD_OPC_Decode,
198,
24,
235,
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,
239,
42,
0, // Skip to: 19231
/* 8240 */ MCD_OPC_Decode,
245,
23,
231,
1, // Opcode: VPADDLsv2i32
/* 8245 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8260
/* 8250 */ MCD_OPC_CheckPredicate,
26,
224,
42,
0, // Skip to: 19231
/* 8255 */ MCD_OPC_Decode,
247,
23,
232,
1, // Opcode: VPADDLsv4i32
/* 8260 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8275
/* 8265 */ MCD_OPC_CheckPredicate,
26,
209,
42,
0, // Skip to: 19231
/* 8270 */ MCD_OPC_Decode,
251,
23,
231,
1, // Opcode: VPADDLuv2i32
/* 8275 */ MCD_OPC_FilterValue,
3,
199,
42,
0, // Skip to: 19231
/* 8280 */ MCD_OPC_CheckPredicate,
26,
194,
42,
0, // Skip to: 19231
/* 8285 */ MCD_OPC_Decode,
253,
23,
232,
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,
171,
42,
0, // Skip to: 19231
/* 8308 */ MCD_OPC_Decode,
166,
17,
231,
1, // Opcode: VCLTzv2i32
/* 8313 */ MCD_OPC_FilterValue,
1,
161,
42,
0, // Skip to: 19231
/* 8318 */ MCD_OPC_CheckPredicate,
26,
156,
42,
0, // Skip to: 19231
/* 8323 */ MCD_OPC_Decode,
170,
17,
232,
1, // Opcode: VCLTzv4i32
/* 8328 */ MCD_OPC_FilterValue,
10,
146,
42,
0, // Skip to: 19231
/* 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,
133,
42,
0, // Skip to: 19231
/* 8346 */ MCD_OPC_Decode,
246,
22,
235,
1, // Opcode: VMOVNv2i32
/* 8351 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8366
/* 8356 */ MCD_OPC_CheckPredicate,
26,
118,
42,
0, // Skip to: 19231
/* 8361 */ MCD_OPC_Decode,
191,
24,
235,
1, // Opcode: VQMOVNsuv2i32
/* 8366 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8381
/* 8371 */ MCD_OPC_CheckPredicate,
26,
103,
42,
0, // Skip to: 19231
/* 8376 */ MCD_OPC_Decode,
194,
24,
235,
1, // Opcode: VQMOVNsv2i32
/* 8381 */ MCD_OPC_FilterValue,
3,
93,
42,
0, // Skip to: 19231
/* 8386 */ MCD_OPC_CheckPredicate,
26,
88,
42,
0, // Skip to: 19231
/* 8391 */ MCD_OPC_Decode,
197,
24,
235,
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,
57,
42,
0, // Skip to: 19231
/* 8422 */ MCD_OPC_Decode,
141,
16,
231,
1, // Opcode: VABSv8i8
/* 8427 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8442
/* 8432 */ MCD_OPC_CheckPredicate,
26,
42,
42,
0, // Skip to: 19231
/* 8437 */ MCD_OPC_Decode,
136,
16,
232,
1, // Opcode: VABSv16i8
/* 8442 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8457
/* 8447 */ MCD_OPC_CheckPredicate,
26,
27,
42,
0, // Skip to: 19231
/* 8452 */ MCD_OPC_Decode,
213,
23,
231,
1, // Opcode: VNEGs8d
/* 8457 */ MCD_OPC_FilterValue,
3,
17,
42,
0, // Skip to: 19231
/* 8462 */ MCD_OPC_CheckPredicate,
26,
12,
42,
0, // Skip to: 19231
/* 8467 */ MCD_OPC_Decode,
214,
23,
232,
1, // Opcode: VNEGs8q
/* 8472 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 8494
/* 8477 */ MCD_OPC_CheckPredicate,
26,
253,
41,
0, // Skip to: 19231
/* 8482 */ MCD_OPC_CheckField,
6,
2,
0,
246,
41,
0, // Skip to: 19231
/* 8489 */ MCD_OPC_Decode,
233,
26,
236,
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,
223,
41,
0, // Skip to: 19231
/* 8512 */ MCD_OPC_Decode,
138,
16,
231,
1, // Opcode: VABSv4i16
/* 8517 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8532
/* 8522 */ MCD_OPC_CheckPredicate,
26,
208,
41,
0, // Skip to: 19231
/* 8527 */ MCD_OPC_Decode,
140,
16,
232,
1, // Opcode: VABSv8i16
/* 8532 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8547
/* 8537 */ MCD_OPC_CheckPredicate,
26,
193,
41,
0, // Skip to: 19231
/* 8542 */ MCD_OPC_Decode,
209,
23,
231,
1, // Opcode: VNEGs16d
/* 8547 */ MCD_OPC_FilterValue,
3,
183,
41,
0, // Skip to: 19231
/* 8552 */ MCD_OPC_CheckPredicate,
26,
178,
41,
0, // Skip to: 19231
/* 8557 */ MCD_OPC_Decode,
210,
23,
232,
1, // Opcode: VNEGs16q
/* 8562 */ MCD_OPC_FilterValue,
6,
17,
0,
0, // Skip to: 8584
/* 8567 */ MCD_OPC_CheckPredicate,
26,
163,
41,
0, // Skip to: 19231
/* 8572 */ MCD_OPC_CheckField,
6,
2,
0,
156,
41,
0, // Skip to: 19231
/* 8579 */ MCD_OPC_Decode,
231,
26,
236,
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,
133,
41,
0, // Skip to: 19231
/* 8602 */ MCD_OPC_Decode,
137,
16,
231,
1, // Opcode: VABSv2i32
/* 8607 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8622
/* 8612 */ MCD_OPC_CheckPredicate,
26,
118,
41,
0, // Skip to: 19231
/* 8617 */ MCD_OPC_Decode,
139,
16,
232,
1, // Opcode: VABSv4i32
/* 8622 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8637
/* 8627 */ MCD_OPC_CheckPredicate,
26,
103,
41,
0, // Skip to: 19231
/* 8632 */ MCD_OPC_Decode,
211,
23,
231,
1, // Opcode: VNEGs32d
/* 8637 */ MCD_OPC_FilterValue,
3,
93,
41,
0, // Skip to: 19231
/* 8642 */ MCD_OPC_CheckPredicate,
26,
88,
41,
0, // Skip to: 19231
/* 8647 */ MCD_OPC_Decode,
212,
23,
232,
1, // Opcode: VNEGs32q
/* 8652 */ MCD_OPC_FilterValue,
10,
78,
41,
0, // Skip to: 19231
/* 8657 */ MCD_OPC_CheckPredicate,
26,
73,
41,
0, // Skip to: 19231
/* 8662 */ MCD_OPC_CheckField,
6,
2,
0,
66,
41,
0, // Skip to: 19231
/* 8669 */ MCD_OPC_Decode,
232,
26,
236,
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,
35,
41,
0, // Skip to: 19231
/* 8700 */ MCD_OPC_Decode,
163,
17,
231,
1, // Opcode: VCLSv8i8
/* 8705 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8720
/* 8710 */ MCD_OPC_CheckPredicate,
26,
20,
41,
0, // Skip to: 19231
/* 8715 */ MCD_OPC_Decode,
158,
17,
232,
1, // Opcode: VCLSv16i8
/* 8720 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8735
/* 8725 */ MCD_OPC_CheckPredicate,
26,
5,
41,
0, // Skip to: 19231
/* 8730 */ MCD_OPC_Decode,
179,
17,
231,
1, // Opcode: VCLZv8i8
/* 8735 */ MCD_OPC_FilterValue,
3,
251,
40,
0, // Skip to: 19231
/* 8740 */ MCD_OPC_CheckPredicate,
26,
246,
40,
0, // Skip to: 19231
/* 8745 */ MCD_OPC_Decode,
174,
17,
232,
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,
223,
40,
0, // Skip to: 19231
/* 8768 */ MCD_OPC_Decode,
160,
17,
231,
1, // Opcode: VCLSv4i16
/* 8773 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8788
/* 8778 */ MCD_OPC_CheckPredicate,
26,
208,
40,
0, // Skip to: 19231
/* 8783 */ MCD_OPC_Decode,
162,
17,
232,
1, // Opcode: VCLSv8i16
/* 8788 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8803
/* 8793 */ MCD_OPC_CheckPredicate,
26,
193,
40,
0, // Skip to: 19231
/* 8798 */ MCD_OPC_Decode,
176,
17,
231,
1, // Opcode: VCLZv4i16
/* 8803 */ MCD_OPC_FilterValue,
3,
183,
40,
0, // Skip to: 19231
/* 8808 */ MCD_OPC_CheckPredicate,
26,
178,
40,
0, // Skip to: 19231
/* 8813 */ MCD_OPC_Decode,
178,
17,
232,
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,
155,
40,
0, // Skip to: 19231
/* 8836 */ MCD_OPC_Decode,
141,
17,
231,
1, // Opcode: VCGTzv4f16
/* 8841 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8856
/* 8846 */ MCD_OPC_CheckPredicate,
27,
140,
40,
0, // Skip to: 19231
/* 8851 */ MCD_OPC_Decode,
145,
17,
232,
1, // Opcode: VCGTzv8f16
/* 8856 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8871
/* 8861 */ MCD_OPC_CheckPredicate,
27,
125,
40,
0, // Skip to: 19231
/* 8866 */ MCD_OPC_Decode,
243,
16,
231,
1, // Opcode: VCGEzv4f16
/* 8871 */ MCD_OPC_FilterValue,
3,
115,
40,
0, // Skip to: 19231
/* 8876 */ MCD_OPC_CheckPredicate,
27,
110,
40,
0, // Skip to: 19231
/* 8881 */ MCD_OPC_Decode,
247,
16,
232,
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,
87,
40,
0, // Skip to: 19231
/* 8904 */ MCD_OPC_Decode,
159,
17,
231,
1, // Opcode: VCLSv2i32
/* 8909 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8924
/* 8914 */ MCD_OPC_CheckPredicate,
26,
72,
40,
0, // Skip to: 19231
/* 8919 */ MCD_OPC_Decode,
161,
17,
232,
1, // Opcode: VCLSv4i32
/* 8924 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 8939
/* 8929 */ MCD_OPC_CheckPredicate,
26,
57,
40,
0, // Skip to: 19231
/* 8934 */ MCD_OPC_Decode,
175,
17,
231,
1, // Opcode: VCLZv2i32
/* 8939 */ MCD_OPC_FilterValue,
3,
47,
40,
0, // Skip to: 19231
/* 8944 */ MCD_OPC_CheckPredicate,
26,
42,
40,
0, // Skip to: 19231
/* 8949 */ MCD_OPC_Decode,
177,
17,
232,
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,
19,
40,
0, // Skip to: 19231
/* 8972 */ MCD_OPC_Decode,
139,
17,
231,
1, // Opcode: VCGTzv2f32
/* 8977 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 8992
/* 8982 */ MCD_OPC_CheckPredicate,
26,
4,
40,
0, // Skip to: 19231
/* 8987 */ MCD_OPC_Decode,
142,
17,
232,
1, // Opcode: VCGTzv4f32
/* 8992 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9007
/* 8997 */ MCD_OPC_CheckPredicate,
26,
245,
39,
0, // Skip to: 19231
/* 9002 */ MCD_OPC_Decode,
241,
16,
231,
1, // Opcode: VCGEzv2f32
/* 9007 */ MCD_OPC_FilterValue,
3,
235,
39,
0, // Skip to: 19231
/* 9012 */ MCD_OPC_CheckPredicate,
26,
230,
39,
0, // Skip to: 19231
/* 9017 */ MCD_OPC_Decode,
244,
16,
232,
1, // Opcode: VCGEzv4f32
/* 9022 */ MCD_OPC_FilterValue,
11,
220,
39,
0, // Skip to: 19231
/* 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,
207,
39,
0, // Skip to: 19231
/* 9040 */ MCD_OPC_Decode,
195,
25,
231,
1, // Opcode: VRECPEd
/* 9045 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9060
/* 9050 */ MCD_OPC_CheckPredicate,
26,
192,
39,
0, // Skip to: 19231
/* 9055 */ MCD_OPC_Decode,
200,
25,
232,
1, // Opcode: VRECPEq
/* 9060 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9075
/* 9065 */ MCD_OPC_CheckPredicate,
26,
177,
39,
0, // Skip to: 19231
/* 9070 */ MCD_OPC_Decode,
181,
26,
231,
1, // Opcode: VRSQRTEd
/* 9075 */ MCD_OPC_FilterValue,
3,
167,
39,
0, // Skip to: 19231
/* 9080 */ MCD_OPC_CheckPredicate,
26,
162,
39,
0, // Skip to: 19231
/* 9085 */ MCD_OPC_Decode,
186,
26,
232,
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,
131,
39,
0, // Skip to: 19231
/* 9116 */ MCD_OPC_Decode,
200,
17,
231,
1, // Opcode: VCNTd
/* 9121 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9136
/* 9126 */ MCD_OPC_CheckPredicate,
26,
116,
39,
0, // Skip to: 19231
/* 9131 */ MCD_OPC_Decode,
201,
17,
232,
1, // Opcode: VCNTq
/* 9136 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9151
/* 9141 */ MCD_OPC_CheckPredicate,
26,
101,
39,
0, // Skip to: 19231
/* 9146 */ MCD_OPC_Decode,
196,
23,
231,
1, // Opcode: VMVNd
/* 9151 */ MCD_OPC_FilterValue,
3,
91,
39,
0, // Skip to: 19231
/* 9156 */ MCD_OPC_CheckPredicate,
26,
86,
39,
0, // Skip to: 19231
/* 9161 */ MCD_OPC_Decode,
197,
23,
232,
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,
63,
39,
0, // Skip to: 19231
/* 9184 */ MCD_OPC_Decode,
217,
16,
231,
1, // Opcode: VCEQzv4f16
/* 9189 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9204
/* 9194 */ MCD_OPC_CheckPredicate,
27,
48,
39,
0, // Skip to: 19231
/* 9199 */ MCD_OPC_Decode,
221,
16,
232,
1, // Opcode: VCEQzv8f16
/* 9204 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9219
/* 9209 */ MCD_OPC_CheckPredicate,
27,
33,
39,
0, // Skip to: 19231
/* 9214 */ MCD_OPC_Decode,
151,
17,
231,
1, // Opcode: VCLEzv4f16
/* 9219 */ MCD_OPC_FilterValue,
3,
23,
39,
0, // Skip to: 19231
/* 9224 */ MCD_OPC_CheckPredicate,
27,
18,
39,
0, // Skip to: 19231
/* 9229 */ MCD_OPC_Decode,
155,
17,
232,
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,
251,
38,
0, // Skip to: 19231
/* 9252 */ MCD_OPC_Decode,
198,
25,
231,
1, // Opcode: VRECPEhd
/* 9257 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9272
/* 9262 */ MCD_OPC_CheckPredicate,
27,
236,
38,
0, // Skip to: 19231
/* 9267 */ MCD_OPC_Decode,
199,
25,
232,
1, // Opcode: VRECPEhq
/* 9272 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9287
/* 9277 */ MCD_OPC_CheckPredicate,
27,
221,
38,
0, // Skip to: 19231
/* 9282 */ MCD_OPC_Decode,
184,
26,
231,
1, // Opcode: VRSQRTEhd
/* 9287 */ MCD_OPC_FilterValue,
3,
211,
38,
0, // Skip to: 19231
/* 9292 */ MCD_OPC_CheckPredicate,
27,
206,
38,
0, // Skip to: 19231
/* 9297 */ MCD_OPC_Decode,
185,
26,
232,
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,
183,
38,
0, // Skip to: 19231
/* 9320 */ MCD_OPC_Decode,
215,
16,
231,
1, // Opcode: VCEQzv2f32
/* 9325 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9340
/* 9330 */ MCD_OPC_CheckPredicate,
26,
168,
38,
0, // Skip to: 19231
/* 9335 */ MCD_OPC_Decode,
218,
16,
232,
1, // Opcode: VCEQzv4f32
/* 9340 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9355
/* 9345 */ MCD_OPC_CheckPredicate,
26,
153,
38,
0, // Skip to: 19231
/* 9350 */ MCD_OPC_Decode,
149,
17,
231,
1, // Opcode: VCLEzv2f32
/* 9355 */ MCD_OPC_FilterValue,
3,
143,
38,
0, // Skip to: 19231
/* 9360 */ MCD_OPC_CheckPredicate,
26,
138,
38,
0, // Skip to: 19231
/* 9365 */ MCD_OPC_Decode,
152,
17,
232,
1, // Opcode: VCLEzv4f32
/* 9370 */ MCD_OPC_FilterValue,
11,
128,
38,
0, // Skip to: 19231
/* 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,
115,
38,
0, // Skip to: 19231
/* 9388 */ MCD_OPC_Decode,
196,
25,
231,
1, // Opcode: VRECPEfd
/* 9393 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9408
/* 9398 */ MCD_OPC_CheckPredicate,
26,
100,
38,
0, // Skip to: 19231
/* 9403 */ MCD_OPC_Decode,
197,
25,
232,
1, // Opcode: VRECPEfq
/* 9408 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9423
/* 9413 */ MCD_OPC_CheckPredicate,
26,
85,
38,
0, // Skip to: 19231
/* 9418 */ MCD_OPC_Decode,
182,
26,
231,
1, // Opcode: VRSQRTEfd
/* 9423 */ MCD_OPC_FilterValue,
3,
75,
38,
0, // Skip to: 19231
/* 9428 */ MCD_OPC_CheckPredicate,
26,
70,
38,
0, // Skip to: 19231
/* 9433 */ MCD_OPC_Decode,
183,
26,
232,
1, // Opcode: VRSQRTEfq
/* 9438 */ MCD_OPC_FilterValue,
6,
201,
1,
0, // Skip to: 9900
/* 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,
39,
38,
0, // Skip to: 19231
/* 9464 */ MCD_OPC_Decode,
237,
23,
237,
1, // Opcode: VPADALsv8i8
/* 9469 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9484
/* 9474 */ MCD_OPC_CheckPredicate,
26,
24,
38,
0, // Skip to: 19231
/* 9479 */ MCD_OPC_Decode,
232,
23,
238,
1, // Opcode: VPADALsv16i8
/* 9484 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9499
/* 9489 */ MCD_OPC_CheckPredicate,
26,
9,
38,
0, // Skip to: 19231
/* 9494 */ MCD_OPC_Decode,
243,
23,
237,
1, // Opcode: VPADALuv8i8
/* 9499 */ MCD_OPC_FilterValue,
3,
255,
37,
0, // Skip to: 19231
/* 9504 */ MCD_OPC_CheckPredicate,
26,
250,
37,
0, // Skip to: 19231
/* 9509 */ MCD_OPC_Decode,
238,
23,
238,
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,
227,
37,
0, // Skip to: 19231
/* 9532 */ MCD_OPC_Decode,
234,
23,
237,
1, // Opcode: VPADALsv4i16
/* 9537 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9552
/* 9542 */ MCD_OPC_CheckPredicate,
26,
212,
37,
0, // Skip to: 19231
/* 9547 */ MCD_OPC_Decode,
236,
23,
238,
1, // Opcode: VPADALsv8i16
/* 9552 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9567
/* 9557 */ MCD_OPC_CheckPredicate,
26,
197,
37,
0, // Skip to: 19231
/* 9562 */ MCD_OPC_Decode,
240,
23,
237,
1, // Opcode: VPADALuv4i16
/* 9567 */ MCD_OPC_FilterValue,
3,
187,
37,
0, // Skip to: 19231
/* 9572 */ MCD_OPC_CheckPredicate,
26,
182,
37,
0, // Skip to: 19231
/* 9577 */ MCD_OPC_Decode,
242,
23,
238,
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,
159,
37,
0, // Skip to: 19231
/* 9600 */ MCD_OPC_Decode,
167,
17,
231,
1, // Opcode: VCLTzv4f16
/* 9605 */ MCD_OPC_FilterValue,
1,
149,
37,
0, // Skip to: 19231
/* 9610 */ MCD_OPC_CheckPredicate,
27,
144,
37,
0, // Skip to: 19231
/* 9615 */ MCD_OPC_Decode,
171,
17,
232,
1, // Opcode: VCLTzv8f16
/* 9620 */ MCD_OPC_FilterValue,
6,
33,
0,
0, // Skip to: 9658
/* 9625 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9628 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9643
/* 9633 */ MCD_OPC_CheckPredicate,
30,
121,
37,
0, // Skip to: 19231
/* 9638 */ MCD_OPC_Decode,
140,
18,
235,
1, // Opcode: VCVTf2h
/* 9643 */ MCD_OPC_FilterValue,
1,
111,
37,
0, // Skip to: 19231
/* 9648 */ MCD_OPC_CheckPredicate,
31,
106,
37,
0, // Skip to: 19231
/* 9653 */ MCD_OPC_Decode,
218,
5,
235,
1, // Opcode: BF16_VCVT
/* 9658 */ MCD_OPC_FilterValue,
7,
63,
0,
0, // Skip to: 9726
/* 9663 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9666 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9681
/* 9671 */ MCD_OPC_CheckPredicate,
27,
83,
37,
0, // Skip to: 19231
/* 9676 */ MCD_OPC_Decode,
160,
18,
231,
1, // Opcode: VCVTs2hd
/* 9681 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9696
/* 9686 */ MCD_OPC_CheckPredicate,
27,
68,
37,
0, // Skip to: 19231
/* 9691 */ MCD_OPC_Decode,
161,
18,
232,
1, // Opcode: VCVTs2hq
/* 9696 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9711
/* 9701 */ MCD_OPC_CheckPredicate,
27,
53,
37,
0, // Skip to: 19231
/* 9706 */ MCD_OPC_Decode,
164,
18,
231,
1, // Opcode: VCVTu2hd
/* 9711 */ MCD_OPC_FilterValue,
3,
43,
37,
0, // Skip to: 19231
/* 9716 */ MCD_OPC_CheckPredicate,
27,
38,
37,
0, // Skip to: 19231
/* 9721 */ MCD_OPC_Decode,
165,
18,
232,
1, // Opcode: VCVTu2hq
/* 9726 */ MCD_OPC_FilterValue,
8,
63,
0,
0, // Skip to: 9794
/* 9731 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9734 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9749
/* 9739 */ MCD_OPC_CheckPredicate,
26,
15,
37,
0, // Skip to: 19231
/* 9744 */ MCD_OPC_Decode,
233,
23,
237,
1, // Opcode: VPADALsv2i32
/* 9749 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9764
/* 9754 */ MCD_OPC_CheckPredicate,
26,
0,
37,
0, // Skip to: 19231
/* 9759 */ MCD_OPC_Decode,
235,
23,
238,
1, // Opcode: VPADALsv4i32
/* 9764 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9779
/* 9769 */ MCD_OPC_CheckPredicate,
26,
241,
36,
0, // Skip to: 19231
/* 9774 */ MCD_OPC_Decode,
239,
23,
237,
1, // Opcode: VPADALuv2i32
/* 9779 */ MCD_OPC_FilterValue,
3,
231,
36,
0, // Skip to: 19231
/* 9784 */ MCD_OPC_CheckPredicate,
26,
226,
36,
0, // Skip to: 19231
/* 9789 */ MCD_OPC_Decode,
241,
23,
238,
1, // Opcode: VPADALuv4i32
/* 9794 */ MCD_OPC_FilterValue,
9,
33,
0,
0, // Skip to: 9832
/* 9799 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9802 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9817
/* 9807 */ MCD_OPC_CheckPredicate,
26,
203,
36,
0, // Skip to: 19231
/* 9812 */ MCD_OPC_Decode,
165,
17,
231,
1, // Opcode: VCLTzv2f32
/* 9817 */ MCD_OPC_FilterValue,
1,
193,
36,
0, // Skip to: 19231
/* 9822 */ MCD_OPC_CheckPredicate,
26,
188,
36,
0, // Skip to: 19231
/* 9827 */ MCD_OPC_Decode,
168,
17,
232,
1, // Opcode: VCLTzv4f32
/* 9832 */ MCD_OPC_FilterValue,
11,
178,
36,
0, // Skip to: 19231
/* 9837 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9840 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9855
/* 9845 */ MCD_OPC_CheckPredicate,
26,
165,
36,
0, // Skip to: 19231
/* 9850 */ MCD_OPC_Decode,
158,
18,
231,
1, // Opcode: VCVTs2fd
/* 9855 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9870
/* 9860 */ MCD_OPC_CheckPredicate,
26,
150,
36,
0, // Skip to: 19231
/* 9865 */ MCD_OPC_Decode,
159,
18,
232,
1, // Opcode: VCVTs2fq
/* 9870 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9885
/* 9875 */ MCD_OPC_CheckPredicate,
26,
135,
36,
0, // Skip to: 19231
/* 9880 */ MCD_OPC_Decode,
162,
18,
231,
1, // Opcode: VCVTu2fd
/* 9885 */ MCD_OPC_FilterValue,
3,
125,
36,
0, // Skip to: 19231
/* 9890 */ MCD_OPC_CheckPredicate,
26,
120,
36,
0, // Skip to: 19231
/* 9895 */ MCD_OPC_Decode,
163,
18,
232,
1, // Opcode: VCVTu2fq
/* 9900 */ MCD_OPC_FilterValue,
7,
245,
1,
0, // Skip to: 10406
/* 9905 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 9908 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 9976
/* 9913 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9916 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9931
/* 9921 */ MCD_OPC_CheckPredicate,
26,
89,
36,
0, // Skip to: 19231
/* 9926 */ MCD_OPC_Decode,
154,
24,
231,
1, // Opcode: VQABSv8i8
/* 9931 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 9946
/* 9936 */ MCD_OPC_CheckPredicate,
26,
74,
36,
0, // Skip to: 19231
/* 9941 */ MCD_OPC_Decode,
149,
24,
232,
1, // Opcode: VQABSv16i8
/* 9946 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 9961
/* 9951 */ MCD_OPC_CheckPredicate,
26,
59,
36,
0, // Skip to: 19231
/* 9956 */ MCD_OPC_Decode,
205,
24,
231,
1, // Opcode: VQNEGv8i8
/* 9961 */ MCD_OPC_FilterValue,
3,
49,
36,
0, // Skip to: 19231
/* 9966 */ MCD_OPC_CheckPredicate,
26,
44,
36,
0, // Skip to: 19231
/* 9971 */ MCD_OPC_Decode,
200,
24,
232,
1, // Opcode: VQNEGv16i8
/* 9976 */ MCD_OPC_FilterValue,
4,
63,
0,
0, // Skip to: 10044
/* 9981 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 9984 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 9999
/* 9989 */ MCD_OPC_CheckPredicate,
26,
21,
36,
0, // Skip to: 19231
/* 9994 */ MCD_OPC_Decode,
151,
24,
231,
1, // Opcode: VQABSv4i16
/* 9999 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10014
/* 10004 */ MCD_OPC_CheckPredicate,
26,
6,
36,
0, // Skip to: 19231
/* 10009 */ MCD_OPC_Decode,
153,
24,
232,
1, // Opcode: VQABSv8i16
/* 10014 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10029
/* 10019 */ MCD_OPC_CheckPredicate,
26,
247,
35,
0, // Skip to: 19231
/* 10024 */ MCD_OPC_Decode,
202,
24,
231,
1, // Opcode: VQNEGv4i16
/* 10029 */ MCD_OPC_FilterValue,
3,
237,
35,
0, // Skip to: 19231
/* 10034 */ MCD_OPC_CheckPredicate,
26,
232,
35,
0, // Skip to: 19231
/* 10039 */ MCD_OPC_Decode,
204,
24,
232,
1, // Opcode: VQNEGv8i16
/* 10044 */ MCD_OPC_FilterValue,
5,
63,
0,
0, // Skip to: 10112
/* 10049 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10052 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10067
/* 10057 */ MCD_OPC_CheckPredicate,
27,
209,
35,
0, // Skip to: 19231
/* 10062 */ MCD_OPC_Decode,
134,
16,
231,
1, // Opcode: VABShd
/* 10067 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10082
/* 10072 */ MCD_OPC_CheckPredicate,
27,
194,
35,
0, // Skip to: 19231
/* 10077 */ MCD_OPC_Decode,
135,
16,
232,
1, // Opcode: VABShq
/* 10082 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10097
/* 10087 */ MCD_OPC_CheckPredicate,
27,
179,
35,
0, // Skip to: 19231
/* 10092 */ MCD_OPC_Decode,
207,
23,
231,
1, // Opcode: VNEGhd
/* 10097 */ MCD_OPC_FilterValue,
3,
169,
35,
0, // Skip to: 19231
/* 10102 */ MCD_OPC_CheckPredicate,
27,
164,
35,
0, // Skip to: 19231
/* 10107 */ MCD_OPC_Decode,
208,
23,
232,
1, // Opcode: VNEGhq
/* 10112 */ MCD_OPC_FilterValue,
6,
17,
0,
0, // Skip to: 10134
/* 10117 */ MCD_OPC_CheckPredicate,
30,
149,
35,
0, // Skip to: 19231
/* 10122 */ MCD_OPC_CheckField,
6,
2,
0,
142,
35,
0, // Skip to: 19231
/* 10129 */ MCD_OPC_Decode,
149,
18,
239,
1, // Opcode: VCVTh2f
/* 10134 */ MCD_OPC_FilterValue,
7,
63,
0,
0, // Skip to: 10202
/* 10139 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10142 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10157
/* 10147 */ MCD_OPC_CheckPredicate,
27,
119,
35,
0, // Skip to: 19231
/* 10152 */ MCD_OPC_Decode,
150,
18,
231,
1, // Opcode: VCVTh2sd
/* 10157 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10172
/* 10162 */ MCD_OPC_CheckPredicate,
27,
104,
35,
0, // Skip to: 19231
/* 10167 */ MCD_OPC_Decode,
151,
18,
232,
1, // Opcode: VCVTh2sq
/* 10172 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10187
/* 10177 */ MCD_OPC_CheckPredicate,
27,
89,
35,
0, // Skip to: 19231
/* 10182 */ MCD_OPC_Decode,
152,
18,
231,
1, // Opcode: VCVTh2ud
/* 10187 */ MCD_OPC_FilterValue,
3,
79,
35,
0, // Skip to: 19231
/* 10192 */ MCD_OPC_CheckPredicate,
27,
74,
35,
0, // Skip to: 19231
/* 10197 */ MCD_OPC_Decode,
153,
18,
232,
1, // Opcode: VCVTh2uq
/* 10202 */ MCD_OPC_FilterValue,
8,
63,
0,
0, // Skip to: 10270
/* 10207 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10210 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10225
/* 10215 */ MCD_OPC_CheckPredicate,
26,
51,
35,
0, // Skip to: 19231
/* 10220 */ MCD_OPC_Decode,
150,
24,
231,
1, // Opcode: VQABSv2i32
/* 10225 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10240
/* 10230 */ MCD_OPC_CheckPredicate,
26,
36,
35,
0, // Skip to: 19231
/* 10235 */ MCD_OPC_Decode,
152,
24,
232,
1, // Opcode: VQABSv4i32
/* 10240 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10255
/* 10245 */ MCD_OPC_CheckPredicate,
26,
21,
35,
0, // Skip to: 19231
/* 10250 */ MCD_OPC_Decode,
201,
24,
231,
1, // Opcode: VQNEGv2i32
/* 10255 */ MCD_OPC_FilterValue,
3,
11,
35,
0, // Skip to: 19231
/* 10260 */ MCD_OPC_CheckPredicate,
26,
6,
35,
0, // Skip to: 19231
/* 10265 */ MCD_OPC_Decode,
203,
24,
232,
1, // Opcode: VQNEGv4i32
/* 10270 */ MCD_OPC_FilterValue,
9,
63,
0,
0, // Skip to: 10338
/* 10275 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10278 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10293
/* 10283 */ MCD_OPC_CheckPredicate,
26,
239,
34,
0, // Skip to: 19231
/* 10288 */ MCD_OPC_Decode,
132,
16,
231,
1, // Opcode: VABSfd
/* 10293 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10308
/* 10298 */ MCD_OPC_CheckPredicate,
26,
224,
34,
0, // Skip to: 19231
/* 10303 */ MCD_OPC_Decode,
133,
16,
232,
1, // Opcode: VABSfq
/* 10308 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10323
/* 10313 */ MCD_OPC_CheckPredicate,
26,
209,
34,
0, // Skip to: 19231
/* 10318 */ MCD_OPC_Decode,
206,
23,
231,
1, // Opcode: VNEGfd
/* 10323 */ MCD_OPC_FilterValue,
3,
199,
34,
0, // Skip to: 19231
/* 10328 */ MCD_OPC_CheckPredicate,
26,
194,
34,
0, // Skip to: 19231
/* 10333 */ MCD_OPC_Decode,
205,
23,
232,
1, // Opcode: VNEGf32q
/* 10338 */ MCD_OPC_FilterValue,
11,
184,
34,
0, // Skip to: 19231
/* 10343 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10346 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10361
/* 10351 */ MCD_OPC_CheckPredicate,
26,
171,
34,
0, // Skip to: 19231
/* 10356 */ MCD_OPC_Decode,
141,
18,
231,
1, // Opcode: VCVTf2sd
/* 10361 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 10376
/* 10366 */ MCD_OPC_CheckPredicate,
26,
156,
34,
0, // Skip to: 19231
/* 10371 */ MCD_OPC_Decode,
142,
18,
232,
1, // Opcode: VCVTf2sq
/* 10376 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 10391
/* 10381 */ MCD_OPC_CheckPredicate,
26,
141,
34,
0, // Skip to: 19231
/* 10386 */ MCD_OPC_Decode,
143,
18,
231,
1, // Opcode: VCVTf2ud
/* 10391 */ MCD_OPC_FilterValue,
3,
131,
34,
0, // Skip to: 19231
/* 10396 */ MCD_OPC_CheckPredicate,
26,
126,
34,
0, // Skip to: 19231
/* 10401 */ MCD_OPC_Decode,
144,
18,
232,
1, // Opcode: VCVTf2uq
/* 10406 */ MCD_OPC_FilterValue,
8,
33,
0,
0, // Skip to: 10444
/* 10411 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10414 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10429
/* 10419 */ MCD_OPC_CheckPredicate,
26,
103,
34,
0, // Skip to: 19231
/* 10424 */ MCD_OPC_Decode,
136,
30,
240,
1, // Opcode: VTBL1
/* 10429 */ MCD_OPC_FilterValue,
1,
93,
34,
0, // Skip to: 19231
/* 10434 */ MCD_OPC_CheckPredicate,
26,
88,
34,
0, // Skip to: 19231
/* 10439 */ MCD_OPC_Decode,
142,
30,
240,
1, // Opcode: VTBX1
/* 10444 */ MCD_OPC_FilterValue,
9,
33,
0,
0, // Skip to: 10482
/* 10449 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10452 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10467
/* 10457 */ MCD_OPC_CheckPredicate,
26,
65,
34,
0, // Skip to: 19231
/* 10462 */ MCD_OPC_Decode,
137,
30,
240,
1, // Opcode: VTBL2
/* 10467 */ MCD_OPC_FilterValue,
1,
55,
34,
0, // Skip to: 19231
/* 10472 */ MCD_OPC_CheckPredicate,
26,
50,
34,
0, // Skip to: 19231
/* 10477 */ MCD_OPC_Decode,
143,
30,
240,
1, // Opcode: VTBX2
/* 10482 */ MCD_OPC_FilterValue,
10,
33,
0,
0, // Skip to: 10520
/* 10487 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10490 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10505
/* 10495 */ MCD_OPC_CheckPredicate,
26,
27,
34,
0, // Skip to: 19231
/* 10500 */ MCD_OPC_Decode,
138,
30,
240,
1, // Opcode: VTBL3
/* 10505 */ MCD_OPC_FilterValue,
1,
17,
34,
0, // Skip to: 19231
/* 10510 */ MCD_OPC_CheckPredicate,
26,
12,
34,
0, // Skip to: 19231
/* 10515 */ MCD_OPC_Decode,
144,
30,
240,
1, // Opcode: VTBX3
/* 10520 */ MCD_OPC_FilterValue,
11,
33,
0,
0, // Skip to: 10558
/* 10525 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10528 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 10543
/* 10533 */ MCD_OPC_CheckPredicate,
26,
245,
33,
0, // Skip to: 19231
/* 10538 */ MCD_OPC_Decode,
140,
30,
240,
1, // Opcode: VTBL4
/* 10543 */ MCD_OPC_FilterValue,
1,
235,
33,
0, // Skip to: 19231
/* 10548 */ MCD_OPC_CheckPredicate,
26,
230,
33,
0, // Skip to: 19231
/* 10553 */ MCD_OPC_Decode,
146,
30,
240,
1, // Opcode: VTBX4
/* 10558 */ MCD_OPC_FilterValue,
12,
220,
33,
0, // Skip to: 19231
/* 10563 */ MCD_OPC_ExtractField,
6,
2, // Inst{7-6} ...
/* 10566 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 10634
/* 10571 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10574 */ MCD_OPC_FilterValue,
0,
40,
0,
0, // Skip to: 10619
/* 10579 */ MCD_OPC_ExtractField,
17,
1, // Inst{17} ...
/* 10582 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 10604
/* 10587 */ MCD_OPC_CheckPredicate,
26,
191,
33,
0, // Skip to: 19231
/* 10592 */ MCD_OPC_CheckField,
18,
1,
1,
184,
33,
0, // Skip to: 19231
/* 10599 */ MCD_OPC_Decode,
185,
18,
241,
1, // Opcode: VDUPLN32d
/* 10604 */ MCD_OPC_FilterValue,
1,
174,
33,
0, // Skip to: 19231
/* 10609 */ MCD_OPC_CheckPredicate,
26,
169,
33,
0, // Skip to: 19231
/* 10614 */ MCD_OPC_Decode,
183,
18,
242,
1, // Opcode: VDUPLN16d
/* 10619 */ MCD_OPC_FilterValue,
1,
159,
33,
0, // Skip to: 19231
/* 10624 */ MCD_OPC_CheckPredicate,
26,
154,
33,
0, // Skip to: 19231
/* 10629 */ MCD_OPC_Decode,
187,
18,
243,
1, // Opcode: VDUPLN8d
/* 10634 */ MCD_OPC_FilterValue,
1,
144,
33,
0, // Skip to: 19231
/* 10639 */ MCD_OPC_ExtractField,
16,
1, // Inst{16} ...
/* 10642 */ MCD_OPC_FilterValue,
0,
40,
0,
0, // Skip to: 10687
/* 10647 */ MCD_OPC_ExtractField,
17,
1, // Inst{17} ...
/* 10650 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 10672
/* 10655 */ MCD_OPC_CheckPredicate,
26,
123,
33,
0, // Skip to: 19231
/* 10660 */ MCD_OPC_CheckField,
18,
1,
1,
116,
33,
0, // Skip to: 19231
/* 10667 */ MCD_OPC_Decode,
186,
18,
244,
1, // Opcode: VDUPLN32q
/* 10672 */ MCD_OPC_FilterValue,
1,
106,
33,
0, // Skip to: 19231
/* 10677 */ MCD_OPC_CheckPredicate,
26,
101,
33,
0, // Skip to: 19231
/* 10682 */ MCD_OPC_Decode,
184,
18,
245,
1, // Opcode: VDUPLN16q
/* 10687 */ MCD_OPC_FilterValue,
1,
91,
33,
0, // Skip to: 19231
/* 10692 */ MCD_OPC_CheckPredicate,
26,
86,
33,
0, // Skip to: 19231
/* 10697 */ MCD_OPC_Decode,
188,
18,
246,
1, // Opcode: VDUPLN8q
/* 10702 */ MCD_OPC_FilterValue,
1,
76,
33,
0, // Skip to: 19231
/* 10707 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 10710 */ MCD_OPC_FilterValue,
0,
120,
17,
0, // Skip to: 15187
/* 10715 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 10718 */ MCD_OPC_FilterValue,
0,
108,
8,
0, // Skip to: 12879
/* 10723 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 10726 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 10894
/* 10731 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 10734 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 10774
/* 10739 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10742 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10758
/* 10748 */ MCD_OPC_CheckPredicate,
26,
30,
33,
0, // Skip to: 19231
/* 10753 */ MCD_OPC_Decode,
162,
24,
202,
1, // Opcode: VQADDsv8i8
/* 10758 */ MCD_OPC_FilterValue,
243,
1,
19,
33,
0, // Skip to: 19231
/* 10764 */ MCD_OPC_CheckPredicate,
26,
14,
33,
0, // Skip to: 19231
/* 10769 */ MCD_OPC_Decode,
170,
24,
202,
1, // Opcode: VQADDuv8i8
/* 10774 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 10814
/* 10779 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10782 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10798
/* 10788 */ MCD_OPC_CheckPredicate,
26,
246,
32,
0, // Skip to: 19231
/* 10793 */ MCD_OPC_Decode,
159,
24,
202,
1, // Opcode: VQADDsv4i16
/* 10798 */ MCD_OPC_FilterValue,
243,
1,
235,
32,
0, // Skip to: 19231
/* 10804 */ MCD_OPC_CheckPredicate,
26,
230,
32,
0, // Skip to: 19231
/* 10809 */ MCD_OPC_Decode,
167,
24,
202,
1, // Opcode: VQADDuv4i16
/* 10814 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 10854
/* 10819 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10822 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10838
/* 10828 */ MCD_OPC_CheckPredicate,
26,
206,
32,
0, // Skip to: 19231
/* 10833 */ MCD_OPC_Decode,
157,
24,
202,
1, // Opcode: VQADDsv2i32
/* 10838 */ MCD_OPC_FilterValue,
243,
1,
195,
32,
0, // Skip to: 19231
/* 10844 */ MCD_OPC_CheckPredicate,
26,
190,
32,
0, // Skip to: 19231
/* 10849 */ MCD_OPC_Decode,
165,
24,
202,
1, // Opcode: VQADDuv2i32
/* 10854 */ MCD_OPC_FilterValue,
3,
180,
32,
0, // Skip to: 19231
/* 10859 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10862 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10878
/* 10868 */ MCD_OPC_CheckPredicate,
26,
166,
32,
0, // Skip to: 19231
/* 10873 */ MCD_OPC_Decode,
156,
24,
202,
1, // Opcode: VQADDsv1i64
/* 10878 */ MCD_OPC_FilterValue,
243,
1,
155,
32,
0, // Skip to: 19231
/* 10884 */ MCD_OPC_CheckPredicate,
26,
150,
32,
0, // Skip to: 19231
/* 10889 */ MCD_OPC_Decode,
164,
24,
202,
1, // Opcode: VQADDuv1i64
/* 10894 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 11062
/* 10899 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 10902 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 10942
/* 10907 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10910 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10926
/* 10916 */ MCD_OPC_CheckPredicate,
26,
118,
32,
0, // Skip to: 19231
/* 10921 */ MCD_OPC_Decode,
180,
16,
202,
1, // Opcode: VANDd
/* 10926 */ MCD_OPC_FilterValue,
243,
1,
107,
32,
0, // Skip to: 19231
/* 10932 */ MCD_OPC_CheckPredicate,
26,
102,
32,
0, // Skip to: 19231
/* 10937 */ MCD_OPC_Decode,
189,
18,
202,
1, // Opcode: VEORd
/* 10942 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 10982
/* 10947 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10950 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 10966
/* 10956 */ MCD_OPC_CheckPredicate,
26,
78,
32,
0, // Skip to: 19231
/* 10961 */ MCD_OPC_Decode,
186,
16,
202,
1, // Opcode: VBICd
/* 10966 */ MCD_OPC_FilterValue,
243,
1,
67,
32,
0, // Skip to: 19231
/* 10972 */ MCD_OPC_CheckPredicate,
26,
62,
32,
0, // Skip to: 19231
/* 10977 */ MCD_OPC_Decode,
196,
16,
210,
1, // Opcode: VBSLd
/* 10982 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 11022
/* 10987 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 10990 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11006
/* 10996 */ MCD_OPC_CheckPredicate,
26,
38,
32,
0, // Skip to: 19231
/* 11001 */ MCD_OPC_Decode,
226,
23,
202,
1, // Opcode: VORRd
/* 11006 */ MCD_OPC_FilterValue,
243,
1,
27,
32,
0, // Skip to: 19231
/* 11012 */ MCD_OPC_CheckPredicate,
26,
22,
32,
0, // Skip to: 19231
/* 11017 */ MCD_OPC_Decode,
194,
16,
210,
1, // Opcode: VBITd
/* 11022 */ MCD_OPC_FilterValue,
3,
12,
32,
0, // Skip to: 19231
/* 11027 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11030 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11046
/* 11036 */ MCD_OPC_CheckPredicate,
26,
254,
31,
0, // Skip to: 19231
/* 11041 */ MCD_OPC_Decode,
224,
23,
202,
1, // Opcode: VORNd
/* 11046 */ MCD_OPC_FilterValue,
243,
1,
243,
31,
0, // Skip to: 19231
/* 11052 */ MCD_OPC_CheckPredicate,
26,
238,
31,
0, // Skip to: 19231
/* 11057 */ MCD_OPC_Decode,
192,
16,
210,
1, // Opcode: VBIFd
/* 11062 */ MCD_OPC_FilterValue,
2,
163,
0,
0, // Skip to: 11230
/* 11067 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11070 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11110
/* 11075 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11078 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11094
/* 11084 */ MCD_OPC_CheckPredicate,
26,
206,
31,
0, // Skip to: 19231
/* 11089 */ MCD_OPC_Decode,
183,
25,
202,
1, // Opcode: VQSUBsv8i8
/* 11094 */ MCD_OPC_FilterValue,
243,
1,
195,
31,
0, // Skip to: 19231
/* 11100 */ MCD_OPC_CheckPredicate,
26,
190,
31,
0, // Skip to: 19231
/* 11105 */ MCD_OPC_Decode,
191,
25,
202,
1, // Opcode: VQSUBuv8i8
/* 11110 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11150
/* 11115 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11118 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11134
/* 11124 */ MCD_OPC_CheckPredicate,
26,
166,
31,
0, // Skip to: 19231
/* 11129 */ MCD_OPC_Decode,
180,
25,
202,
1, // Opcode: VQSUBsv4i16
/* 11134 */ MCD_OPC_FilterValue,
243,
1,
155,
31,
0, // Skip to: 19231
/* 11140 */ MCD_OPC_CheckPredicate,
26,
150,
31,
0, // Skip to: 19231
/* 11145 */ MCD_OPC_Decode,
188,
25,
202,
1, // Opcode: VQSUBuv4i16
/* 11150 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 11190
/* 11155 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11158 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11174
/* 11164 */ MCD_OPC_CheckPredicate,
26,
126,
31,
0, // Skip to: 19231
/* 11169 */ MCD_OPC_Decode,
178,
25,
202,
1, // Opcode: VQSUBsv2i32
/* 11174 */ MCD_OPC_FilterValue,
243,
1,
115,
31,
0, // Skip to: 19231
/* 11180 */ MCD_OPC_CheckPredicate,
26,
110,
31,
0, // Skip to: 19231
/* 11185 */ MCD_OPC_Decode,
186,
25,
202,
1, // Opcode: VQSUBuv2i32
/* 11190 */ MCD_OPC_FilterValue,
3,
100,
31,
0, // Skip to: 19231
/* 11195 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11198 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11214
/* 11204 */ MCD_OPC_CheckPredicate,
26,
86,
31,
0, // Skip to: 19231
/* 11209 */ MCD_OPC_Decode,
177,
25,
202,
1, // Opcode: VQSUBsv1i64
/* 11214 */ MCD_OPC_FilterValue,
243,
1,
75,
31,
0, // Skip to: 19231
/* 11220 */ MCD_OPC_CheckPredicate,
26,
70,
31,
0, // Skip to: 19231
/* 11225 */ MCD_OPC_Decode,
185,
25,
202,
1, // Opcode: VQSUBuv1i64
/* 11230 */ MCD_OPC_FilterValue,
3,
123,
0,
0, // Skip to: 11358
/* 11235 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11238 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11278
/* 11243 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11246 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11262
/* 11252 */ MCD_OPC_CheckPredicate,
26,
38,
31,
0, // Skip to: 19231
/* 11257 */ MCD_OPC_Decode,
233,
16,
202,
1, // Opcode: VCGEsv8i8
/* 11262 */ MCD_OPC_FilterValue,
243,
1,
27,
31,
0, // Skip to: 19231
/* 11268 */ MCD_OPC_CheckPredicate,
26,
22,
31,
0, // Skip to: 19231
/* 11273 */ MCD_OPC_Decode,
239,
16,
202,
1, // Opcode: VCGEuv8i8
/* 11278 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11318
/* 11283 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11286 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11302
/* 11292 */ MCD_OPC_CheckPredicate,
26,
254,
30,
0, // Skip to: 19231
/* 11297 */ MCD_OPC_Decode,
230,
16,
202,
1, // Opcode: VCGEsv4i16
/* 11302 */ MCD_OPC_FilterValue,
243,
1,
243,
30,
0, // Skip to: 19231
/* 11308 */ MCD_OPC_CheckPredicate,
26,
238,
30,
0, // Skip to: 19231
/* 11313 */ MCD_OPC_Decode,
236,
16,
202,
1, // Opcode: VCGEuv4i16
/* 11318 */ MCD_OPC_FilterValue,
2,
228,
30,
0, // Skip to: 19231
/* 11323 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11326 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11342
/* 11332 */ MCD_OPC_CheckPredicate,
26,
214,
30,
0, // Skip to: 19231
/* 11337 */ MCD_OPC_Decode,
229,
16,
202,
1, // Opcode: VCGEsv2i32
/* 11342 */ MCD_OPC_FilterValue,
243,
1,
203,
30,
0, // Skip to: 19231
/* 11348 */ MCD_OPC_CheckPredicate,
26,
198,
30,
0, // Skip to: 19231
/* 11353 */ MCD_OPC_Decode,
235,
16,
202,
1, // Opcode: VCGEuv2i32
/* 11358 */ MCD_OPC_FilterValue,
4,
163,
0,
0, // Skip to: 11526
/* 11363 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11366 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11406
/* 11371 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11374 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11390
/* 11380 */ MCD_OPC_CheckPredicate,
26,
166,
30,
0, // Skip to: 19231
/* 11385 */ MCD_OPC_Decode,
150,
25,
206,
1, // Opcode: VQSHLsv8i8
/* 11390 */ MCD_OPC_FilterValue,
243,
1,
155,
30,
0, // Skip to: 19231
/* 11396 */ MCD_OPC_CheckPredicate,
26,
150,
30,
0, // Skip to: 19231
/* 11401 */ MCD_OPC_Decode,
166,
25,
206,
1, // Opcode: VQSHLuv8i8
/* 11406 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11446
/* 11411 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11414 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11430
/* 11420 */ MCD_OPC_CheckPredicate,
26,
126,
30,
0, // Skip to: 19231
/* 11425 */ MCD_OPC_Decode,
147,
25,
206,
1, // Opcode: VQSHLsv4i16
/* 11430 */ MCD_OPC_FilterValue,
243,
1,
115,
30,
0, // Skip to: 19231
/* 11436 */ MCD_OPC_CheckPredicate,
26,
110,
30,
0, // Skip to: 19231
/* 11441 */ MCD_OPC_Decode,
163,
25,
206,
1, // Opcode: VQSHLuv4i16
/* 11446 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 11486
/* 11451 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11454 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11470
/* 11460 */ MCD_OPC_CheckPredicate,
26,
86,
30,
0, // Skip to: 19231
/* 11465 */ MCD_OPC_Decode,
145,
25,
206,
1, // Opcode: VQSHLsv2i32
/* 11470 */ MCD_OPC_FilterValue,
243,
1,
75,
30,
0, // Skip to: 19231
/* 11476 */ MCD_OPC_CheckPredicate,
26,
70,
30,
0, // Skip to: 19231
/* 11481 */ MCD_OPC_Decode,
161,
25,
206,
1, // Opcode: VQSHLuv2i32
/* 11486 */ MCD_OPC_FilterValue,
3,
60,
30,
0, // Skip to: 19231
/* 11491 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11494 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11510
/* 11500 */ MCD_OPC_CheckPredicate,
26,
46,
30,
0, // Skip to: 19231
/* 11505 */ MCD_OPC_Decode,
144,
25,
206,
1, // Opcode: VQSHLsv1i64
/* 11510 */ MCD_OPC_FilterValue,
243,
1,
35,
30,
0, // Skip to: 19231
/* 11516 */ MCD_OPC_CheckPredicate,
26,
30,
30,
0, // Skip to: 19231
/* 11521 */ MCD_OPC_Decode,
160,
25,
206,
1, // Opcode: VQSHLuv1i64
/* 11526 */ MCD_OPC_FilterValue,
5,
163,
0,
0, // Skip to: 11694
/* 11531 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11534 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11574
/* 11539 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11542 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11558
/* 11548 */ MCD_OPC_CheckPredicate,
26,
254,
29,
0, // Skip to: 19231
/* 11553 */ MCD_OPC_Decode,
237,
24,
206,
1, // Opcode: VQRSHLsv8i8
/* 11558 */ MCD_OPC_FilterValue,
243,
1,
243,
29,
0, // Skip to: 19231
/* 11564 */ MCD_OPC_CheckPredicate,
26,
238,
29,
0, // Skip to: 19231
/* 11569 */ MCD_OPC_Decode,
245,
24,
206,
1, // Opcode: VQRSHLuv8i8
/* 11574 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11614
/* 11579 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11582 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11598
/* 11588 */ MCD_OPC_CheckPredicate,
26,
214,
29,
0, // Skip to: 19231
/* 11593 */ MCD_OPC_Decode,
234,
24,
206,
1, // Opcode: VQRSHLsv4i16
/* 11598 */ MCD_OPC_FilterValue,
243,
1,
203,
29,
0, // Skip to: 19231
/* 11604 */ MCD_OPC_CheckPredicate,
26,
198,
29,
0, // Skip to: 19231
/* 11609 */ MCD_OPC_Decode,
242,
24,
206,
1, // Opcode: VQRSHLuv4i16
/* 11614 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 11654
/* 11619 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11622 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11638
/* 11628 */ MCD_OPC_CheckPredicate,
26,
174,
29,
0, // Skip to: 19231
/* 11633 */ MCD_OPC_Decode,
232,
24,
206,
1, // Opcode: VQRSHLsv2i32
/* 11638 */ MCD_OPC_FilterValue,
243,
1,
163,
29,
0, // Skip to: 19231
/* 11644 */ MCD_OPC_CheckPredicate,
26,
158,
29,
0, // Skip to: 19231
/* 11649 */ MCD_OPC_Decode,
240,
24,
206,
1, // Opcode: VQRSHLuv2i32
/* 11654 */ MCD_OPC_FilterValue,
3,
148,
29,
0, // Skip to: 19231
/* 11659 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11662 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11678
/* 11668 */ MCD_OPC_CheckPredicate,
26,
134,
29,
0, // Skip to: 19231
/* 11673 */ MCD_OPC_Decode,
231,
24,
206,
1, // Opcode: VQRSHLsv1i64
/* 11678 */ MCD_OPC_FilterValue,
243,
1,
123,
29,
0, // Skip to: 19231
/* 11684 */ MCD_OPC_CheckPredicate,
26,
118,
29,
0, // Skip to: 19231
/* 11689 */ MCD_OPC_Decode,
239,
24,
206,
1, // Opcode: VQRSHLuv1i64
/* 11694 */ MCD_OPC_FilterValue,
6,
123,
0,
0, // Skip to: 11822
/* 11699 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11702 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11742
/* 11707 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11710 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11726
/* 11716 */ MCD_OPC_CheckPredicate,
26,
86,
29,
0, // Skip to: 19231
/* 11721 */ MCD_OPC_Decode,
166,
22,
202,
1, // Opcode: VMINsv8i8
/* 11726 */ MCD_OPC_FilterValue,
243,
1,
75,
29,
0, // Skip to: 19231
/* 11732 */ MCD_OPC_CheckPredicate,
26,
70,
29,
0, // Skip to: 19231
/* 11737 */ MCD_OPC_Decode,
172,
22,
202,
1, // Opcode: VMINuv8i8
/* 11742 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11782
/* 11747 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11750 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11766
/* 11756 */ MCD_OPC_CheckPredicate,
26,
46,
29,
0, // Skip to: 19231
/* 11761 */ MCD_OPC_Decode,
163,
22,
202,
1, // Opcode: VMINsv4i16
/* 11766 */ MCD_OPC_FilterValue,
243,
1,
35,
29,
0, // Skip to: 19231
/* 11772 */ MCD_OPC_CheckPredicate,
26,
30,
29,
0, // Skip to: 19231
/* 11777 */ MCD_OPC_Decode,
169,
22,
202,
1, // Opcode: VMINuv4i16
/* 11782 */ MCD_OPC_FilterValue,
2,
20,
29,
0, // Skip to: 19231
/* 11787 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11790 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11806
/* 11796 */ MCD_OPC_CheckPredicate,
26,
6,
29,
0, // Skip to: 19231
/* 11801 */ MCD_OPC_Decode,
162,
22,
202,
1, // Opcode: VMINsv2i32
/* 11806 */ MCD_OPC_FilterValue,
243,
1,
251,
28,
0, // Skip to: 19231
/* 11812 */ MCD_OPC_CheckPredicate,
26,
246,
28,
0, // Skip to: 19231
/* 11817 */ MCD_OPC_Decode,
168,
22,
202,
1, // Opcode: VMINuv2i32
/* 11822 */ MCD_OPC_FilterValue,
7,
123,
0,
0, // Skip to: 11950
/* 11827 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11830 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11870
/* 11835 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11838 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11854
/* 11844 */ MCD_OPC_CheckPredicate,
26,
214,
28,
0, // Skip to: 19231
/* 11849 */ MCD_OPC_Decode,
228,
15,
210,
1, // Opcode: VABAsv8i8
/* 11854 */ MCD_OPC_FilterValue,
243,
1,
203,
28,
0, // Skip to: 19231
/* 11860 */ MCD_OPC_CheckPredicate,
26,
198,
28,
0, // Skip to: 19231
/* 11865 */ MCD_OPC_Decode,
234,
15,
210,
1, // Opcode: VABAuv8i8
/* 11870 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 11910
/* 11875 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11878 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11894
/* 11884 */ MCD_OPC_CheckPredicate,
26,
174,
28,
0, // Skip to: 19231
/* 11889 */ MCD_OPC_Decode,
225,
15,
210,
1, // Opcode: VABAsv4i16
/* 11894 */ MCD_OPC_FilterValue,
243,
1,
163,
28,
0, // Skip to: 19231
/* 11900 */ MCD_OPC_CheckPredicate,
26,
158,
28,
0, // Skip to: 19231
/* 11905 */ MCD_OPC_Decode,
231,
15,
210,
1, // Opcode: VABAuv4i16
/* 11910 */ MCD_OPC_FilterValue,
2,
148,
28,
0, // Skip to: 19231
/* 11915 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11918 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11934
/* 11924 */ MCD_OPC_CheckPredicate,
26,
134,
28,
0, // Skip to: 19231
/* 11929 */ MCD_OPC_Decode,
224,
15,
210,
1, // Opcode: VABAsv2i32
/* 11934 */ MCD_OPC_FilterValue,
243,
1,
123,
28,
0, // Skip to: 19231
/* 11940 */ MCD_OPC_CheckPredicate,
26,
118,
28,
0, // Skip to: 19231
/* 11945 */ MCD_OPC_Decode,
230,
15,
210,
1, // Opcode: VABAuv2i32
/* 11950 */ MCD_OPC_FilterValue,
8,
123,
0,
0, // Skip to: 12078
/* 11955 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 11958 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 11998
/* 11963 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 11966 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 11982
/* 11972 */ MCD_OPC_CheckPredicate,
26,
86,
28,
0, // Skip to: 19231
/* 11977 */ MCD_OPC_Decode,
183,
30,
202,
1, // Opcode: VTSTv8i8
/* 11982 */ MCD_OPC_FilterValue,
243,
1,
75,
28,
0, // Skip to: 19231
/* 11988 */ MCD_OPC_CheckPredicate,
26,
70,
28,
0, // Skip to: 19231
/* 11993 */ MCD_OPC_Decode,
213,
16,
202,
1, // Opcode: VCEQv8i8
/* 11998 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 12038
/* 12003 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12006 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12022
/* 12012 */ MCD_OPC_CheckPredicate,
26,
46,
28,
0, // Skip to: 19231
/* 12017 */ MCD_OPC_Decode,
180,
30,
202,
1, // Opcode: VTSTv4i16
/* 12022 */ MCD_OPC_FilterValue,
243,
1,
35,
28,
0, // Skip to: 19231
/* 12028 */ MCD_OPC_CheckPredicate,
26,
30,
28,
0, // Skip to: 19231
/* 12033 */ MCD_OPC_Decode,
210,
16,
202,
1, // Opcode: VCEQv4i16
/* 12038 */ MCD_OPC_FilterValue,
2,
20,
28,
0, // Skip to: 19231
/* 12043 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12046 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12062
/* 12052 */ MCD_OPC_CheckPredicate,
26,
6,
28,
0, // Skip to: 19231
/* 12057 */ MCD_OPC_Decode,
179,
30,
202,
1, // Opcode: VTSTv2i32
/* 12062 */ MCD_OPC_FilterValue,
243,
1,
251,
27,
0, // Skip to: 19231
/* 12068 */ MCD_OPC_CheckPredicate,
26,
246,
27,
0, // Skip to: 19231
/* 12073 */ MCD_OPC_Decode,
209,
16,
202,
1, // Opcode: VCEQv2i32
/* 12078 */ MCD_OPC_FilterValue,
9,
89,
0,
0, // Skip to: 12172
/* 12083 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12086 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 12126
/* 12091 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12094 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12110
/* 12100 */ MCD_OPC_CheckPredicate,
26,
214,
27,
0, // Skip to: 19231
/* 12105 */ MCD_OPC_Decode,
195,
23,
202,
1, // Opcode: VMULv8i8
/* 12110 */ MCD_OPC_FilterValue,
243,
1,
203,
27,
0, // Skip to: 19231
/* 12116 */ MCD_OPC_CheckPredicate,
26,
198,
27,
0, // Skip to: 19231
/* 12121 */ MCD_OPC_Decode,
180,
23,
202,
1, // Opcode: VMULpd
/* 12126 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 12149
/* 12131 */ MCD_OPC_CheckPredicate,
26,
183,
27,
0, // Skip to: 19231
/* 12136 */ MCD_OPC_CheckField,
24,
8,
242,
1,
175,
27,
0, // Skip to: 19231
/* 12144 */ MCD_OPC_Decode,
192,
23,
202,
1, // Opcode: VMULv4i16
/* 12149 */ MCD_OPC_FilterValue,
2,
165,
27,
0, // Skip to: 19231
/* 12154 */ MCD_OPC_CheckPredicate,
26,
160,
27,
0, // Skip to: 19231
/* 12159 */ MCD_OPC_CheckField,
24,
8,
242,
1,
152,
27,
0, // Skip to: 19231
/* 12167 */ MCD_OPC_Decode,
191,
23,
202,
1, // Opcode: VMULv2i32
/* 12172 */ MCD_OPC_FilterValue,
10,
123,
0,
0, // Skip to: 12300
/* 12177 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12180 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 12220
/* 12185 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12188 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12204
/* 12194 */ MCD_OPC_CheckPredicate,
26,
120,
27,
0, // Skip to: 19231
/* 12199 */ MCD_OPC_Decode,
145,
24,
202,
1, // Opcode: VPMINs8
/* 12204 */ MCD_OPC_FilterValue,
243,
1,
109,
27,
0, // Skip to: 19231
/* 12210 */ MCD_OPC_CheckPredicate,
26,
104,
27,
0, // Skip to: 19231
/* 12215 */ MCD_OPC_Decode,
148,
24,
202,
1, // Opcode: VPMINu8
/* 12220 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 12260
/* 12225 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12228 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12244
/* 12234 */ MCD_OPC_CheckPredicate,
26,
80,
27,
0, // Skip to: 19231
/* 12239 */ MCD_OPC_Decode,
143,
24,
202,
1, // Opcode: VPMINs16
/* 12244 */ MCD_OPC_FilterValue,
243,
1,
69,
27,
0, // Skip to: 19231
/* 12250 */ MCD_OPC_CheckPredicate,
26,
64,
27,
0, // Skip to: 19231
/* 12255 */ MCD_OPC_Decode,
146,
24,
202,
1, // Opcode: VPMINu16
/* 12260 */ MCD_OPC_FilterValue,
2,
54,
27,
0, // Skip to: 19231
/* 12265 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12268 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12284
/* 12274 */ MCD_OPC_CheckPredicate,
26,
40,
27,
0, // Skip to: 19231
/* 12279 */ MCD_OPC_Decode,
144,
24,
202,
1, // Opcode: VPMINs32
/* 12284 */ MCD_OPC_FilterValue,
243,
1,
29,
27,
0, // Skip to: 19231
/* 12290 */ MCD_OPC_CheckPredicate,
26,
24,
27,
0, // Skip to: 19231
/* 12295 */ MCD_OPC_Decode,
147,
24,
202,
1, // Opcode: VPMINu32
/* 12300 */ MCD_OPC_FilterValue,
11,
106,
0,
0, // Skip to: 12411
/* 12305 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12308 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 12331
/* 12313 */ MCD_OPC_CheckPredicate,
26,
1,
27,
0, // Skip to: 19231
/* 12318 */ MCD_OPC_CheckField,
24,
8,
242,
1,
249,
26,
0, // Skip to: 19231
/* 12326 */ MCD_OPC_Decode,
132,
24,
202,
1, // Opcode: VPADDi8
/* 12331 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 12371
/* 12336 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12339 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12355
/* 12345 */ MCD_OPC_CheckPredicate,
26,
225,
26,
0, // Skip to: 19231
/* 12350 */ MCD_OPC_Decode,
130,
24,
202,
1, // Opcode: VPADDi16
/* 12355 */ MCD_OPC_FilterValue,
243,
1,
214,
26,
0, // Skip to: 19231
/* 12361 */ MCD_OPC_CheckPredicate,
28,
209,
26,
0, // Skip to: 19231
/* 12366 */ MCD_OPC_Decode,
211,
24,
210,
1, // Opcode: VQRDMLAHv4i16
/* 12371 */ MCD_OPC_FilterValue,
2,
199,
26,
0, // Skip to: 19231
/* 12376 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12379 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12395
/* 12385 */ MCD_OPC_CheckPredicate,
26,
185,
26,
0, // Skip to: 19231
/* 12390 */ MCD_OPC_Decode,
131,
24,
202,
1, // Opcode: VPADDi32
/* 12395 */ MCD_OPC_FilterValue,
243,
1,
174,
26,
0, // Skip to: 19231
/* 12401 */ MCD_OPC_CheckPredicate,
28,
169,
26,
0, // Skip to: 19231
/* 12406 */ MCD_OPC_Decode,
210,
24,
210,
1, // Opcode: VQRDMLAHv2i32
/* 12411 */ MCD_OPC_FilterValue,
12,
129,
0,
0, // Skip to: 12545
/* 12416 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12419 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 12442
/* 12424 */ MCD_OPC_CheckPredicate,
32,
146,
26,
0, // Skip to: 19231
/* 12429 */ MCD_OPC_CheckField,
24,
8,
242,
1,
138,
26,
0, // Skip to: 19231
/* 12437 */ MCD_OPC_Decode,
205,
18,
210,
1, // Opcode: VFMAfd
/* 12442 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 12482
/* 12447 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12450 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12466
/* 12456 */ MCD_OPC_CheckPredicate,
27,
114,
26,
0, // Skip to: 19231
/* 12461 */ MCD_OPC_Decode,
207,
18,
210,
1, // Opcode: VFMAhd
/* 12466 */ MCD_OPC_FilterValue,
243,
1,
103,
26,
0, // Skip to: 19231
/* 12472 */ MCD_OPC_CheckPredicate,
28,
98,
26,
0, // Skip to: 19231
/* 12477 */ MCD_OPC_Decode,
219,
24,
210,
1, // Opcode: VQRDMLSHv4i16
/* 12482 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 12522
/* 12487 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12490 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12506
/* 12496 */ MCD_OPC_CheckPredicate,
32,
74,
26,
0, // Skip to: 19231
/* 12501 */ MCD_OPC_Decode,
216,
18,
210,
1, // Opcode: VFMSfd
/* 12506 */ MCD_OPC_FilterValue,
243,
1,
63,
26,
0, // Skip to: 19231
/* 12512 */ MCD_OPC_CheckPredicate,
28,
58,
26,
0, // Skip to: 19231
/* 12517 */ MCD_OPC_Decode,
218,
24,
210,
1, // Opcode: VQRDMLSHv2i32
/* 12522 */ MCD_OPC_FilterValue,
3,
48,
26,
0, // Skip to: 19231
/* 12527 */ MCD_OPC_CheckPredicate,
27,
43,
26,
0, // Skip to: 19231
/* 12532 */ MCD_OPC_CheckField,
24,
8,
242,
1,
35,
26,
0, // Skip to: 19231
/* 12540 */ MCD_OPC_Decode,
218,
18,
210,
1, // Opcode: VFMShd
/* 12545 */ MCD_OPC_FilterValue,
13,
129,
0,
0, // Skip to: 12679
/* 12550 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12553 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 12593
/* 12558 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12561 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12577
/* 12567 */ MCD_OPC_CheckPredicate,
26,
3,
26,
0, // Skip to: 19231
/* 12572 */ MCD_OPC_Decode,
186,
22,
210,
1, // Opcode: VMLAfd
/* 12577 */ MCD_OPC_FilterValue,
243,
1,
248,
25,
0, // Skip to: 19231
/* 12583 */ MCD_OPC_CheckPredicate,
26,
243,
25,
0, // Skip to: 19231
/* 12588 */ MCD_OPC_Decode,
176,
23,
202,
1, // Opcode: VMULfd
/* 12593 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 12633
/* 12598 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 12601 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 12617
/* 12607 */ MCD_OPC_CheckPredicate,
27,
219,
25,
0, // Skip to: 19231
/* 12612 */ MCD_OPC_Decode,
188,
22,
210,
1, // Opcode: VMLAhd
/* 12617 */ MCD_OPC_FilterValue,
243,
1,
208,
25,
0, // Skip to: 19231
/* 12623 */ MCD_OPC_CheckPredicate,
27,
203,
25,
0, // Skip to: 19231
/* 12628 */ MCD_OPC_Decode,
178,
23,
202,
1, // Opcode: VMULhd
/* 12633 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 12656
/* 12638 */ MCD_OPC_CheckPredicate,
26,
188,
25,
0, // Skip to: 19231
/* 12643 */ MCD_OPC_CheckField,
24,
8,
242,
1,
180,
25,
0, // Skip to: 19231
/* 12651 */ MCD_OPC_Decode,
217,
22,
210,
1, // Opcode: VMLSfd
/* 12656 */ MCD_OPC_FilterValue,
3,
170,
25,
0, // Skip to: 19231
/* 12661 */ MCD_OPC_CheckPredicate,
27,
165,
25,
0, // Skip to: 19231
/* 12666 */ MCD_OPC_CheckField,
24,
8,
242,
1,
157,
25,
0, // Skip to: 19231
/* 12674 */ MCD_OPC_Decode,
219,
22,
210,
1, // Opcode: VMLShd
/* 12679 */ MCD_OPC_FilterValue,
14,
95,
0,
0, // Skip to: 12779
/* 12684 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12687 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 12710
/* 12692 */ MCD_OPC_CheckPredicate,
26,
134,
25,
0, // Skip to: 19231
/* 12697 */ MCD_OPC_CheckField,
24,
8,
243,
1,
126,
25,
0, // Skip to: 19231
/* 12705 */ MCD_OPC_Decode,
142,
16,
202,
1, // Opcode: VACGEfd
/* 12710 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 12733
/* 12715 */ MCD_OPC_CheckPredicate,
27,
111,
25,
0, // Skip to: 19231
/* 12720 */ MCD_OPC_CheckField,
24,
8,
243,
1,
103,
25,
0, // Skip to: 19231
/* 12728 */ MCD_OPC_Decode,
144,
16,
202,
1, // Opcode: VACGEhd
/* 12733 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 12756
/* 12738 */ MCD_OPC_CheckPredicate,
26,
88,
25,
0, // Skip to: 19231
/* 12743 */ MCD_OPC_CheckField,
24,
8,
243,
1,
80,
25,
0, // Skip to: 19231
/* 12751 */ MCD_OPC_Decode,
146,
16,
202,
1, // Opcode: VACGTfd
/* 12756 */ MCD_OPC_FilterValue,
3,
70,
25,
0, // Skip to: 19231
/* 12761 */ MCD_OPC_CheckPredicate,
27,
65,
25,
0, // Skip to: 19231
/* 12766 */ MCD_OPC_CheckField,
24,
8,
243,
1,
57,
25,
0, // Skip to: 19231
/* 12774 */ MCD_OPC_Decode,
148,
16,
202,
1, // Opcode: VACGThd
/* 12779 */ MCD_OPC_FilterValue,
15,
47,
25,
0, // Skip to: 19231
/* 12784 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 12787 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 12810
/* 12792 */ MCD_OPC_CheckPredicate,
26,
34,
25,
0, // Skip to: 19231
/* 12797 */ MCD_OPC_CheckField,
24,
8,
242,
1,
26,
25,
0, // Skip to: 19231
/* 12805 */ MCD_OPC_Decode,
201,
25,
202,
1, // Opcode: VRECPSfd
/* 12810 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 12833
/* 12815 */ MCD_OPC_CheckPredicate,
27,
11,
25,
0, // Skip to: 19231
/* 12820 */ MCD_OPC_CheckField,
24,
8,
242,
1,
3,
25,
0, // Skip to: 19231
/* 12828 */ MCD_OPC_Decode,
203,
25,
202,
1, // Opcode: VRECPShd
/* 12833 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 12856
/* 12838 */ MCD_OPC_CheckPredicate,
26,
244,
24,
0, // Skip to: 19231
/* 12843 */ MCD_OPC_CheckField,
24,
8,
242,
1,
236,
24,
0, // Skip to: 19231
/* 12851 */ MCD_OPC_Decode,
187,
26,
202,
1, // Opcode: VRSQRTSfd
/* 12856 */ MCD_OPC_FilterValue,
3,
226,
24,
0, // Skip to: 19231
/* 12861 */ MCD_OPC_CheckPredicate,
27,
221,
24,
0, // Skip to: 19231
/* 12866 */ MCD_OPC_CheckField,
24,
8,
242,
1,
213,
24,
0, // Skip to: 19231
/* 12874 */ MCD_OPC_Decode,
189,
26,
202,
1, // Opcode: VRSQRTShd
/* 12879 */ MCD_OPC_FilterValue,
1,
203,
24,
0, // Skip to: 19231
/* 12884 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 12887 */ MCD_OPC_FilterValue,
0,
209,
7,
0, // Skip to: 14893
/* 12892 */ MCD_OPC_ExtractField,
25,
7, // Inst{31-25} ...
/* 12895 */ MCD_OPC_FilterValue,
121,
187,
24,
0, // Skip to: 19231
/* 12900 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 12903 */ MCD_OPC_FilterValue,
0,
139,
0,
0, // Skip to: 13047
/* 12908 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 12911 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13009
/* 12916 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 12919 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 12971
/* 12924 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 12927 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 12949
/* 12932 */ MCD_OPC_CheckPredicate,
26,
231,
6,
0, // Skip to: 14704
/* 12937 */ MCD_OPC_CheckField,
19,
1,
1,
224,
6,
0, // Skip to: 14704
/* 12944 */ MCD_OPC_Decode,
146,
27,
247,
1, // Opcode: VSHRsv8i8
/* 12949 */ MCD_OPC_FilterValue,
1,
214,
6,
0, // Skip to: 14704
/* 12954 */ MCD_OPC_CheckPredicate,
26,
209,
6,
0, // Skip to: 14704
/* 12959 */ MCD_OPC_CheckField,
19,
1,
1,
202,
6,
0, // Skip to: 14704
/* 12966 */ MCD_OPC_Decode,
154,
27,
247,
1, // Opcode: VSHRuv8i8
/* 12971 */ MCD_OPC_FilterValue,
1,
192,
6,
0, // Skip to: 14704
/* 12976 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 12979 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 12994
/* 12984 */ MCD_OPC_CheckPredicate,
26,
179,
6,
0, // Skip to: 14704
/* 12989 */ MCD_OPC_Decode,
143,
27,
248,
1, // Opcode: VSHRsv4i16
/* 12994 */ MCD_OPC_FilterValue,
1,
169,
6,
0, // Skip to: 14704
/* 12999 */ MCD_OPC_CheckPredicate,
26,
164,
6,
0, // Skip to: 14704
/* 13004 */ MCD_OPC_Decode,
151,
27,
248,
1, // Opcode: VSHRuv4i16
/* 13009 */ MCD_OPC_FilterValue,
1,
154,
6,
0, // Skip to: 14704
/* 13014 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13017 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13032
/* 13022 */ MCD_OPC_CheckPredicate,
26,
141,
6,
0, // Skip to: 14704
/* 13027 */ MCD_OPC_Decode,
141,
27,
249,
1, // Opcode: VSHRsv2i32
/* 13032 */ MCD_OPC_FilterValue,
1,
131,
6,
0, // Skip to: 14704
/* 13037 */ MCD_OPC_CheckPredicate,
26,
126,
6,
0, // Skip to: 14704
/* 13042 */ MCD_OPC_Decode,
149,
27,
249,
1, // Opcode: VSHRuv2i32
/* 13047 */ MCD_OPC_FilterValue,
1,
139,
0,
0, // Skip to: 13191
/* 13052 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13055 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13153
/* 13060 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13063 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 13115
/* 13068 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13071 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13093
/* 13076 */ MCD_OPC_CheckPredicate,
26,
87,
6,
0, // Skip to: 14704
/* 13081 */ MCD_OPC_CheckField,
19,
1,
1,
80,
6,
0, // Skip to: 14704
/* 13088 */ MCD_OPC_Decode,
183,
27,
250,
1, // Opcode: VSRAsv8i8
/* 13093 */ MCD_OPC_FilterValue,
1,
70,
6,
0, // Skip to: 14704
/* 13098 */ MCD_OPC_CheckPredicate,
26,
65,
6,
0, // Skip to: 14704
/* 13103 */ MCD_OPC_CheckField,
19,
1,
1,
58,
6,
0, // Skip to: 14704
/* 13110 */ MCD_OPC_Decode,
191,
27,
250,
1, // Opcode: VSRAuv8i8
/* 13115 */ MCD_OPC_FilterValue,
1,
48,
6,
0, // Skip to: 14704
/* 13120 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13123 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13138
/* 13128 */ MCD_OPC_CheckPredicate,
26,
35,
6,
0, // Skip to: 14704
/* 13133 */ MCD_OPC_Decode,
180,
27,
251,
1, // Opcode: VSRAsv4i16
/* 13138 */ MCD_OPC_FilterValue,
1,
25,
6,
0, // Skip to: 14704
/* 13143 */ MCD_OPC_CheckPredicate,
26,
20,
6,
0, // Skip to: 14704
/* 13148 */ MCD_OPC_Decode,
188,
27,
251,
1, // Opcode: VSRAuv4i16
/* 13153 */ MCD_OPC_FilterValue,
1,
10,
6,
0, // Skip to: 14704
/* 13158 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13161 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13176
/* 13166 */ MCD_OPC_CheckPredicate,
26,
253,
5,
0, // Skip to: 14704
/* 13171 */ MCD_OPC_Decode,
178,
27,
252,
1, // Opcode: VSRAsv2i32
/* 13176 */ MCD_OPC_FilterValue,
1,
243,
5,
0, // Skip to: 14704
/* 13181 */ MCD_OPC_CheckPredicate,
26,
238,
5,
0, // Skip to: 14704
/* 13186 */ MCD_OPC_Decode,
186,
27,
252,
1, // Opcode: VSRAuv2i32
/* 13191 */ MCD_OPC_FilterValue,
2,
139,
0,
0, // Skip to: 13335
/* 13196 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13199 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13297
/* 13204 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13207 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 13259
/* 13212 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13215 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13237
/* 13220 */ MCD_OPC_CheckPredicate,
26,
199,
5,
0, // Skip to: 14704
/* 13225 */ MCD_OPC_CheckField,
19,
1,
1,
192,
5,
0, // Skip to: 14704
/* 13232 */ MCD_OPC_Decode,
172,
26,
247,
1, // Opcode: VRSHRsv8i8
/* 13237 */ MCD_OPC_FilterValue,
1,
182,
5,
0, // Skip to: 14704
/* 13242 */ MCD_OPC_CheckPredicate,
26,
177,
5,
0, // Skip to: 14704
/* 13247 */ MCD_OPC_CheckField,
19,
1,
1,
170,
5,
0, // Skip to: 14704
/* 13254 */ MCD_OPC_Decode,
180,
26,
247,
1, // Opcode: VRSHRuv8i8
/* 13259 */ MCD_OPC_FilterValue,
1,
160,
5,
0, // Skip to: 14704
/* 13264 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13267 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13282
/* 13272 */ MCD_OPC_CheckPredicate,
26,
147,
5,
0, // Skip to: 14704
/* 13277 */ MCD_OPC_Decode,
169,
26,
248,
1, // Opcode: VRSHRsv4i16
/* 13282 */ MCD_OPC_FilterValue,
1,
137,
5,
0, // Skip to: 14704
/* 13287 */ MCD_OPC_CheckPredicate,
26,
132,
5,
0, // Skip to: 14704
/* 13292 */ MCD_OPC_Decode,
177,
26,
248,
1, // Opcode: VRSHRuv4i16
/* 13297 */ MCD_OPC_FilterValue,
1,
122,
5,
0, // Skip to: 14704
/* 13302 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13305 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13320
/* 13310 */ MCD_OPC_CheckPredicate,
26,
109,
5,
0, // Skip to: 14704
/* 13315 */ MCD_OPC_Decode,
167,
26,
249,
1, // Opcode: VRSHRsv2i32
/* 13320 */ MCD_OPC_FilterValue,
1,
99,
5,
0, // Skip to: 14704
/* 13325 */ MCD_OPC_CheckPredicate,
26,
94,
5,
0, // Skip to: 14704
/* 13330 */ MCD_OPC_Decode,
175,
26,
249,
1, // Opcode: VRSHRuv2i32
/* 13335 */ MCD_OPC_FilterValue,
3,
139,
0,
0, // Skip to: 13479
/* 13340 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13343 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13441
/* 13348 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13351 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 13403
/* 13356 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13359 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13381
/* 13364 */ MCD_OPC_CheckPredicate,
26,
55,
5,
0, // Skip to: 14704
/* 13369 */ MCD_OPC_CheckField,
19,
1,
1,
48,
5,
0, // Skip to: 14704
/* 13376 */ MCD_OPC_Decode,
198,
26,
250,
1, // Opcode: VRSRAsv8i8
/* 13381 */ MCD_OPC_FilterValue,
1,
38,
5,
0, // Skip to: 14704
/* 13386 */ MCD_OPC_CheckPredicate,
26,
33,
5,
0, // Skip to: 14704
/* 13391 */ MCD_OPC_CheckField,
19,
1,
1,
26,
5,
0, // Skip to: 14704
/* 13398 */ MCD_OPC_Decode,
206,
26,
250,
1, // Opcode: VRSRAuv8i8
/* 13403 */ MCD_OPC_FilterValue,
1,
16,
5,
0, // Skip to: 14704
/* 13408 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13411 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13426
/* 13416 */ MCD_OPC_CheckPredicate,
26,
3,
5,
0, // Skip to: 14704
/* 13421 */ MCD_OPC_Decode,
195,
26,
251,
1, // Opcode: VRSRAsv4i16
/* 13426 */ MCD_OPC_FilterValue,
1,
249,
4,
0, // Skip to: 14704
/* 13431 */ MCD_OPC_CheckPredicate,
26,
244,
4,
0, // Skip to: 14704
/* 13436 */ MCD_OPC_Decode,
203,
26,
251,
1, // Opcode: VRSRAuv4i16
/* 13441 */ MCD_OPC_FilterValue,
1,
234,
4,
0, // Skip to: 14704
/* 13446 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13449 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13464
/* 13454 */ MCD_OPC_CheckPredicate,
26,
221,
4,
0, // Skip to: 14704
/* 13459 */ MCD_OPC_Decode,
193,
26,
252,
1, // Opcode: VRSRAsv2i32
/* 13464 */ MCD_OPC_FilterValue,
1,
211,
4,
0, // Skip to: 14704
/* 13469 */ MCD_OPC_CheckPredicate,
26,
206,
4,
0, // Skip to: 14704
/* 13474 */ MCD_OPC_Decode,
201,
26,
252,
1, // Opcode: VRSRAuv2i32
/* 13479 */ MCD_OPC_FilterValue,
4,
84,
0,
0, // Skip to: 13568
/* 13484 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13487 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 13546
/* 13492 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13495 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 13524
/* 13500 */ MCD_OPC_CheckPredicate,
26,
175,
4,
0, // Skip to: 14704
/* 13505 */ MCD_OPC_CheckField,
24,
1,
1,
168,
4,
0, // Skip to: 14704
/* 13512 */ MCD_OPC_CheckField,
19,
1,
1,
161,
4,
0, // Skip to: 14704
/* 13519 */ MCD_OPC_Decode,
199,
27,
250,
1, // Opcode: VSRIv8i8
/* 13524 */ MCD_OPC_FilterValue,
1,
151,
4,
0, // Skip to: 14704
/* 13529 */ MCD_OPC_CheckPredicate,
26,
146,
4,
0, // Skip to: 14704
/* 13534 */ MCD_OPC_CheckField,
24,
1,
1,
139,
4,
0, // Skip to: 14704
/* 13541 */ MCD_OPC_Decode,
196,
27,
251,
1, // Opcode: VSRIv4i16
/* 13546 */ MCD_OPC_FilterValue,
1,
129,
4,
0, // Skip to: 14704
/* 13551 */ MCD_OPC_CheckPredicate,
26,
124,
4,
0, // Skip to: 14704
/* 13556 */ MCD_OPC_CheckField,
24,
1,
1,
117,
4,
0, // Skip to: 14704
/* 13563 */ MCD_OPC_Decode,
194,
27,
252,
1, // Opcode: VSRIv2i32
/* 13568 */ MCD_OPC_FilterValue,
5,
139,
0,
0, // Skip to: 13712
/* 13573 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13576 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13674
/* 13581 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13584 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 13636
/* 13589 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13592 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13614
/* 13597 */ MCD_OPC_CheckPredicate,
26,
78,
4,
0, // Skip to: 14704
/* 13602 */ MCD_OPC_CheckField,
19,
1,
1,
71,
4,
0, // Skip to: 14704
/* 13609 */ MCD_OPC_Decode,
247,
26,
253,
1, // Opcode: VSHLiv8i8
/* 13614 */ MCD_OPC_FilterValue,
1,
61,
4,
0, // Skip to: 14704
/* 13619 */ MCD_OPC_CheckPredicate,
26,
56,
4,
0, // Skip to: 14704
/* 13624 */ MCD_OPC_CheckField,
19,
1,
1,
49,
4,
0, // Skip to: 14704
/* 13631 */ MCD_OPC_Decode,
168,
27,
254,
1, // Opcode: VSLIv8i8
/* 13636 */ MCD_OPC_FilterValue,
1,
39,
4,
0, // Skip to: 14704
/* 13641 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13644 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13659
/* 13649 */ MCD_OPC_CheckPredicate,
26,
26,
4,
0, // Skip to: 14704
/* 13654 */ MCD_OPC_Decode,
244,
26,
255,
1, // Opcode: VSHLiv4i16
/* 13659 */ MCD_OPC_FilterValue,
1,
16,
4,
0, // Skip to: 14704
/* 13664 */ MCD_OPC_CheckPredicate,
26,
11,
4,
0, // Skip to: 14704
/* 13669 */ MCD_OPC_Decode,
165,
27,
128,
2, // Opcode: VSLIv4i16
/* 13674 */ MCD_OPC_FilterValue,
1,
1,
4,
0, // Skip to: 14704
/* 13679 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13682 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13697
/* 13687 */ MCD_OPC_CheckPredicate,
26,
244,
3,
0, // Skip to: 14704
/* 13692 */ MCD_OPC_Decode,
242,
26,
129,
2, // Opcode: VSHLiv2i32
/* 13697 */ MCD_OPC_FilterValue,
1,
234,
3,
0, // Skip to: 14704
/* 13702 */ MCD_OPC_CheckPredicate,
26,
229,
3,
0, // Skip to: 14704
/* 13707 */ MCD_OPC_Decode,
163,
27,
130,
2, // Opcode: VSLIv2i32
/* 13712 */ MCD_OPC_FilterValue,
6,
84,
0,
0, // Skip to: 13801
/* 13717 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13720 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 13779
/* 13725 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13728 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 13757
/* 13733 */ MCD_OPC_CheckPredicate,
26,
198,
3,
0, // Skip to: 14704
/* 13738 */ MCD_OPC_CheckField,
24,
1,
1,
191,
3,
0, // Skip to: 14704
/* 13745 */ MCD_OPC_CheckField,
19,
1,
1,
184,
3,
0, // Skip to: 14704
/* 13752 */ MCD_OPC_Decode,
142,
25,
253,
1, // Opcode: VQSHLsuv8i8
/* 13757 */ MCD_OPC_FilterValue,
1,
174,
3,
0, // Skip to: 14704
/* 13762 */ MCD_OPC_CheckPredicate,
26,
169,
3,
0, // Skip to: 14704
/* 13767 */ MCD_OPC_CheckField,
24,
1,
1,
162,
3,
0, // Skip to: 14704
/* 13774 */ MCD_OPC_Decode,
139,
25,
255,
1, // Opcode: VQSHLsuv4i16
/* 13779 */ MCD_OPC_FilterValue,
1,
152,
3,
0, // Skip to: 14704
/* 13784 */ MCD_OPC_CheckPredicate,
26,
147,
3,
0, // Skip to: 14704
/* 13789 */ MCD_OPC_CheckField,
24,
1,
1,
140,
3,
0, // Skip to: 14704
/* 13796 */ MCD_OPC_Decode,
137,
25,
129,
2, // Opcode: VQSHLsuv2i32
/* 13801 */ MCD_OPC_FilterValue,
7,
139,
0,
0, // Skip to: 13945
/* 13806 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13809 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 13907
/* 13814 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13817 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 13869
/* 13822 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13825 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13847
/* 13830 */ MCD_OPC_CheckPredicate,
26,
101,
3,
0, // Skip to: 14704
/* 13835 */ MCD_OPC_CheckField,
19,
1,
1,
94,
3,
0, // Skip to: 14704
/* 13842 */ MCD_OPC_Decode,
134,
25,
253,
1, // Opcode: VQSHLsiv8i8
/* 13847 */ MCD_OPC_FilterValue,
1,
84,
3,
0, // Skip to: 14704
/* 13852 */ MCD_OPC_CheckPredicate,
26,
79,
3,
0, // Skip to: 14704
/* 13857 */ MCD_OPC_CheckField,
19,
1,
1,
72,
3,
0, // Skip to: 14704
/* 13864 */ MCD_OPC_Decode,
158,
25,
253,
1, // Opcode: VQSHLuiv8i8
/* 13869 */ MCD_OPC_FilterValue,
1,
62,
3,
0, // Skip to: 14704
/* 13874 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13877 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13892
/* 13882 */ MCD_OPC_CheckPredicate,
26,
49,
3,
0, // Skip to: 14704
/* 13887 */ MCD_OPC_Decode,
131,
25,
255,
1, // Opcode: VQSHLsiv4i16
/* 13892 */ MCD_OPC_FilterValue,
1,
39,
3,
0, // Skip to: 14704
/* 13897 */ MCD_OPC_CheckPredicate,
26,
34,
3,
0, // Skip to: 14704
/* 13902 */ MCD_OPC_Decode,
155,
25,
255,
1, // Opcode: VQSHLuiv4i16
/* 13907 */ MCD_OPC_FilterValue,
1,
24,
3,
0, // Skip to: 14704
/* 13912 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13915 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 13930
/* 13920 */ MCD_OPC_CheckPredicate,
26,
11,
3,
0, // Skip to: 14704
/* 13925 */ MCD_OPC_Decode,
129,
25,
129,
2, // Opcode: VQSHLsiv2i32
/* 13930 */ MCD_OPC_FilterValue,
1,
1,
3,
0, // Skip to: 14704
/* 13935 */ MCD_OPC_CheckPredicate,
26,
252,
2,
0, // Skip to: 14704
/* 13940 */ MCD_OPC_Decode,
153,
25,
129,
2, // Opcode: VQSHLuiv2i32
/* 13945 */ MCD_OPC_FilterValue,
8,
139,
0,
0, // Skip to: 14089
/* 13950 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 13953 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 14051
/* 13958 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 13961 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 14013
/* 13966 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 13969 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 13991
/* 13974 */ MCD_OPC_CheckPredicate,
26,
213,
2,
0, // Skip to: 14704
/* 13979 */ MCD_OPC_CheckField,
19,
1,
1,
206,
2,
0, // Skip to: 14704
/* 13986 */ MCD_OPC_Decode,
138,
27,
131,
2, // Opcode: VSHRNv8i8
/* 13991 */ MCD_OPC_FilterValue,
1,
196,
2,
0, // Skip to: 14704
/* 13996 */ MCD_OPC_CheckPredicate,
26,
191,
2,
0, // Skip to: 14704
/* 14001 */ MCD_OPC_CheckField,
19,
1,
1,
184,
2,
0, // Skip to: 14704
/* 14008 */ MCD_OPC_Decode,
175,
25,
131,
2, // Opcode: VQSHRUNv8i8
/* 14013 */ MCD_OPC_FilterValue,
1,
174,
2,
0, // Skip to: 14704
/* 14018 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14021 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14036
/* 14026 */ MCD_OPC_CheckPredicate,
26,
161,
2,
0, // Skip to: 14704
/* 14031 */ MCD_OPC_Decode,
137,
27,
132,
2, // Opcode: VSHRNv4i16
/* 14036 */ MCD_OPC_FilterValue,
1,
151,
2,
0, // Skip to: 14704
/* 14041 */ MCD_OPC_CheckPredicate,
26,
146,
2,
0, // Skip to: 14704
/* 14046 */ MCD_OPC_Decode,
174,
25,
132,
2, // Opcode: VQSHRUNv4i16
/* 14051 */ MCD_OPC_FilterValue,
1,
136,
2,
0, // Skip to: 14704
/* 14056 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14059 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14074
/* 14064 */ MCD_OPC_CheckPredicate,
26,
123,
2,
0, // Skip to: 14704
/* 14069 */ MCD_OPC_Decode,
136,
27,
133,
2, // Opcode: VSHRNv2i32
/* 14074 */ MCD_OPC_FilterValue,
1,
113,
2,
0, // Skip to: 14704
/* 14079 */ MCD_OPC_CheckPredicate,
26,
108,
2,
0, // Skip to: 14704
/* 14084 */ MCD_OPC_Decode,
173,
25,
133,
2, // Opcode: VQSHRUNv2i32
/* 14089 */ MCD_OPC_FilterValue,
9,
139,
0,
0, // Skip to: 14233
/* 14094 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 14097 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 14195
/* 14102 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 14105 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 14157
/* 14110 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14113 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 14135
/* 14118 */ MCD_OPC_CheckPredicate,
26,
69,
2,
0, // Skip to: 14704
/* 14123 */ MCD_OPC_CheckField,
19,
1,
1,
62,
2,
0, // Skip to: 14704
/* 14130 */ MCD_OPC_Decode,
169,
25,
131,
2, // Opcode: VQSHRNsv8i8
/* 14135 */ MCD_OPC_FilterValue,
1,
52,
2,
0, // Skip to: 14704
/* 14140 */ MCD_OPC_CheckPredicate,
26,
47,
2,
0, // Skip to: 14704
/* 14145 */ MCD_OPC_CheckField,
19,
1,
1,
40,
2,
0, // Skip to: 14704
/* 14152 */ MCD_OPC_Decode,
172,
25,
131,
2, // Opcode: VQSHRNuv8i8
/* 14157 */ MCD_OPC_FilterValue,
1,
30,
2,
0, // Skip to: 14704
/* 14162 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14165 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14180
/* 14170 */ MCD_OPC_CheckPredicate,
26,
17,
2,
0, // Skip to: 14704
/* 14175 */ MCD_OPC_Decode,
168,
25,
132,
2, // Opcode: VQSHRNsv4i16
/* 14180 */ MCD_OPC_FilterValue,
1,
7,
2,
0, // Skip to: 14704
/* 14185 */ MCD_OPC_CheckPredicate,
26,
2,
2,
0, // Skip to: 14704
/* 14190 */ MCD_OPC_Decode,
171,
25,
132,
2, // Opcode: VQSHRNuv4i16
/* 14195 */ MCD_OPC_FilterValue,
1,
248,
1,
0, // Skip to: 14704
/* 14200 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14203 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14218
/* 14208 */ MCD_OPC_CheckPredicate,
26,
235,
1,
0, // Skip to: 14704
/* 14213 */ MCD_OPC_Decode,
167,
25,
133,
2, // Opcode: VQSHRNsv2i32
/* 14218 */ MCD_OPC_FilterValue,
1,
225,
1,
0, // Skip to: 14704
/* 14223 */ MCD_OPC_CheckPredicate,
26,
220,
1,
0, // Skip to: 14704
/* 14228 */ MCD_OPC_Decode,
170,
25,
133,
2, // Opcode: VQSHRNuv2i32
/* 14233 */ MCD_OPC_FilterValue,
10,
243,
0,
0, // Skip to: 14481
/* 14238 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 14241 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 14409
/* 14246 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 14249 */ MCD_OPC_FilterValue,
0,
83,
0,
0, // Skip to: 14337
/* 14254 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14257 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 14297
/* 14262 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 14265 */ MCD_OPC_FilterValue,
1,
178,
1,
0, // Skip to: 14704
/* 14270 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14287
/* 14275 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 14287
/* 14282 */ MCD_OPC_Decode,
242,
22,
239,
1, // Opcode: VMOVLsv8i16
/* 14287 */ MCD_OPC_CheckPredicate,
26,
156,
1,
0, // Skip to: 14704
/* 14292 */ MCD_OPC_Decode,
236,
26,
134,
2, // Opcode: VSHLLsv8i16
/* 14297 */ MCD_OPC_FilterValue,
1,
146,
1,
0, // Skip to: 14704
/* 14302 */ MCD_OPC_ExtractField,
19,
1, // Inst{19} ...
/* 14305 */ MCD_OPC_FilterValue,
1,
138,
1,
0, // Skip to: 14704
/* 14310 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14327
/* 14315 */ MCD_OPC_CheckField,
16,
3,
0,
5,
0,
0, // Skip to: 14327
/* 14322 */ MCD_OPC_Decode,
245,
22,
239,
1, // Opcode: VMOVLuv8i16
/* 14327 */ MCD_OPC_CheckPredicate,
26,
116,
1,
0, // Skip to: 14704
/* 14332 */ MCD_OPC_Decode,
239,
26,
134,
2, // Opcode: VSHLLuv8i16
/* 14337 */ MCD_OPC_FilterValue,
1,
106,
1,
0, // Skip to: 14704
/* 14342 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14345 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 14377
/* 14350 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14367
/* 14355 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 14367
/* 14362 */ MCD_OPC_Decode,
241,
22,
239,
1, // Opcode: VMOVLsv4i32
/* 14367 */ MCD_OPC_CheckPredicate,
26,
76,
1,
0, // Skip to: 14704
/* 14372 */ MCD_OPC_Decode,
235,
26,
135,
2, // Opcode: VSHLLsv4i32
/* 14377 */ MCD_OPC_FilterValue,
1,
66,
1,
0, // Skip to: 14704
/* 14382 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14399
/* 14387 */ MCD_OPC_CheckField,
16,
4,
0,
5,
0,
0, // Skip to: 14399
/* 14394 */ MCD_OPC_Decode,
244,
22,
239,
1, // Opcode: VMOVLuv4i32
/* 14399 */ MCD_OPC_CheckPredicate,
26,
44,
1,
0, // Skip to: 14704
/* 14404 */ MCD_OPC_Decode,
238,
26,
135,
2, // Opcode: VSHLLuv4i32
/* 14409 */ MCD_OPC_FilterValue,
1,
34,
1,
0, // Skip to: 14704
/* 14414 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14417 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 14449
/* 14422 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14439
/* 14427 */ MCD_OPC_CheckField,
16,
5,
0,
5,
0,
0, // Skip to: 14439
/* 14434 */ MCD_OPC_Decode,
240,
22,
239,
1, // Opcode: VMOVLsv2i64
/* 14439 */ MCD_OPC_CheckPredicate,
26,
4,
1,
0, // Skip to: 14704
/* 14444 */ MCD_OPC_Decode,
234,
26,
136,
2, // Opcode: VSHLLsv2i64
/* 14449 */ MCD_OPC_FilterValue,
1,
250,
0,
0, // Skip to: 14704
/* 14454 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14471
/* 14459 */ MCD_OPC_CheckField,
16,
5,
0,
5,
0,
0, // Skip to: 14471
/* 14466 */ MCD_OPC_Decode,
243,
22,
239,
1, // Opcode: VMOVLuv2i64
/* 14471 */ MCD_OPC_CheckPredicate,
26,
228,
0,
0, // Skip to: 14704
/* 14476 */ MCD_OPC_Decode,
237,
26,
136,
2, // Opcode: VSHLLuv2i64
/* 14481 */ MCD_OPC_FilterValue,
12,
33,
0,
0, // Skip to: 14519
/* 14486 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14489 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14504
/* 14494 */ MCD_OPC_CheckPredicate,
27,
205,
0,
0, // Skip to: 14704
/* 14499 */ MCD_OPC_Decode,
168,
18,
137,
2, // Opcode: VCVTxs2hd
/* 14504 */ MCD_OPC_FilterValue,
1,
195,
0,
0, // Skip to: 14704
/* 14509 */ MCD_OPC_CheckPredicate,
27,
190,
0,
0, // Skip to: 14704
/* 14514 */ MCD_OPC_Decode,
172,
18,
137,
2, // Opcode: VCVTxu2hd
/* 14519 */ MCD_OPC_FilterValue,
13,
33,
0,
0, // Skip to: 14557
/* 14524 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14527 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14542
/* 14532 */ MCD_OPC_CheckPredicate,
27,
167,
0,
0, // Skip to: 14704
/* 14537 */ MCD_OPC_Decode,
154,
18,
137,
2, // Opcode: VCVTh2xsd
/* 14542 */ MCD_OPC_FilterValue,
1,
157,
0,
0, // Skip to: 14704
/* 14547 */ MCD_OPC_CheckPredicate,
27,
152,
0,
0, // Skip to: 14704
/* 14552 */ MCD_OPC_Decode,
156,
18,
137,
2, // Opcode: VCVTh2xud
/* 14557 */ MCD_OPC_FilterValue,
14,
80,
0,
0, // Skip to: 14642
/* 14562 */ MCD_OPC_ExtractField,
5,
1, // Inst{5} ...
/* 14565 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 14587
/* 14570 */ MCD_OPC_CheckPredicate,
26,
34,
0,
0, // Skip to: 14609
/* 14575 */ MCD_OPC_CheckField,
19,
3,
0,
27,
0,
0, // Skip to: 14609
/* 14582 */ MCD_OPC_Decode,
137,
23,
138,
2, // Opcode: VMOVv8i8
/* 14587 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 14609
/* 14592 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14609
/* 14597 */ MCD_OPC_CheckField,
19,
3,
0,
5,
0,
0, // Skip to: 14609
/* 14604 */ MCD_OPC_Decode,
129,
23,
138,
2, // Opcode: VMOVv1i64
/* 14609 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14612 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14627
/* 14617 */ MCD_OPC_CheckPredicate,
26,
82,
0,
0, // Skip to: 14704
/* 14622 */ MCD_OPC_Decode,
166,
18,
137,
2, // Opcode: VCVTxs2fd
/* 14627 */ MCD_OPC_FilterValue,
1,
72,
0,
0, // Skip to: 14704
/* 14632 */ MCD_OPC_CheckPredicate,
26,
67,
0,
0, // Skip to: 14704
/* 14637 */ MCD_OPC_Decode,
170,
18,
137,
2, // Opcode: VCVTxu2fd
/* 14642 */ MCD_OPC_FilterValue,
15,
57,
0,
0, // Skip to: 14704
/* 14647 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 14650 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14665
/* 14655 */ MCD_OPC_CheckPredicate,
26,
20,
0,
0, // Skip to: 14680
/* 14660 */ MCD_OPC_Decode,
145,
18,
137,
2, // Opcode: VCVTf2xsd
/* 14665 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 14680
/* 14670 */ MCD_OPC_CheckPredicate,
26,
5,
0,
0, // Skip to: 14680
/* 14675 */ MCD_OPC_Decode,
147,
18,
137,
2, // Opcode: VCVTf2xud
/* 14680 */ MCD_OPC_CheckPredicate,
26,
19,
0,
0, // Skip to: 14704
/* 14685 */ MCD_OPC_CheckField,
19,
3,
0,
12,
0,
0, // Skip to: 14704
/* 14692 */ MCD_OPC_CheckField,
5,
1,
0,
5,
0,
0, // Skip to: 14704
/* 14699 */ MCD_OPC_Decode,
130,
23,
138,
2, // Opcode: VMOVv2f32
/* 14704 */ MCD_OPC_ExtractField,
5,
1, // Inst{5} ...
/* 14707 */ MCD_OPC_FilterValue,
0,
88,
0,
0, // Skip to: 14800
/* 14712 */ MCD_OPC_ExtractField,
19,
3, // Inst{21-19} ...
/* 14715 */ MCD_OPC_FilterValue,
0,
159,
17,
0, // Skip to: 19231
/* 14720 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 14723 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 14745
/* 14728 */ MCD_OPC_CheckPredicate,
26,
57,
0,
0, // Skip to: 14790
/* 14733 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 14790
/* 14740 */ MCD_OPC_Decode,
134,
23,
138,
2, // Opcode: VMOVv4i16
/* 14745 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 14790
/* 14750 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 14753 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14768
/* 14758 */ MCD_OPC_CheckPredicate,
26,
27,
0,
0, // Skip to: 14790
/* 14763 */ MCD_OPC_Decode,
227,
23,
138,
2, // Opcode: VORRiv2i32
/* 14768 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 14790
/* 14773 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14790
/* 14778 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 14790
/* 14785 */ MCD_OPC_Decode,
228,
23,
138,
2, // Opcode: VORRiv4i16
/* 14790 */ MCD_OPC_CheckPredicate,
26,
84,
17,
0, // Skip to: 19231
/* 14795 */ MCD_OPC_Decode,
131,
23,
138,
2, // Opcode: VMOVv2i32
/* 14800 */ MCD_OPC_FilterValue,
1,
74,
17,
0, // Skip to: 19231
/* 14805 */ MCD_OPC_ExtractField,
19,
3, // Inst{21-19} ...
/* 14808 */ MCD_OPC_FilterValue,
0,
66,
17,
0, // Skip to: 19231
/* 14813 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 14816 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 14838
/* 14821 */ MCD_OPC_CheckPredicate,
26,
57,
0,
0, // Skip to: 14883
/* 14826 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 14883
/* 14833 */ MCD_OPC_Decode,
199,
23,
138,
2, // Opcode: VMVNv4i16
/* 14838 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 14883
/* 14843 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 14846 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 14861
/* 14851 */ MCD_OPC_CheckPredicate,
26,
27,
0,
0, // Skip to: 14883
/* 14856 */ MCD_OPC_Decode,
187,
16,
138,
2, // Opcode: VBICiv2i32
/* 14861 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 14883
/* 14866 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 14883
/* 14871 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 14883
/* 14878 */ MCD_OPC_Decode,
188,
16,
138,
2, // Opcode: VBICiv4i16
/* 14883 */ MCD_OPC_CheckPredicate,
26,
247,
16,
0, // Skip to: 19231
/* 14888 */ MCD_OPC_Decode,
198,
23,
138,
2, // Opcode: VMVNv2i32
/* 14893 */ MCD_OPC_FilterValue,
1,
237,
16,
0, // Skip to: 19231
/* 14898 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 14901 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 14941
/* 14906 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 14909 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 14925
/* 14915 */ MCD_OPC_CheckPredicate,
26,
215,
16,
0, // Skip to: 19231
/* 14920 */ MCD_OPC_Decode,
140,
27,
139,
2, // Opcode: VSHRsv1i64
/* 14925 */ MCD_OPC_FilterValue,
243,
1,
204,
16,
0, // Skip to: 19231
/* 14931 */ MCD_OPC_CheckPredicate,
26,
199,
16,
0, // Skip to: 19231
/* 14936 */ MCD_OPC_Decode,
148,
27,
139,
2, // Opcode: VSHRuv1i64
/* 14941 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 14981
/* 14946 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 14949 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 14965
/* 14955 */ MCD_OPC_CheckPredicate,
26,
175,
16,
0, // Skip to: 19231
/* 14960 */ MCD_OPC_Decode,
177,
27,
140,
2, // Opcode: VSRAsv1i64
/* 14965 */ MCD_OPC_FilterValue,
243,
1,
164,
16,
0, // Skip to: 19231
/* 14971 */ MCD_OPC_CheckPredicate,
26,
159,
16,
0, // Skip to: 19231
/* 14976 */ MCD_OPC_Decode,
185,
27,
140,
2, // Opcode: VSRAuv1i64
/* 14981 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 15021
/* 14986 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 14989 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15005
/* 14995 */ MCD_OPC_CheckPredicate,
26,
135,
16,
0, // Skip to: 19231
/* 15000 */ MCD_OPC_Decode,
166,
26,
139,
2, // Opcode: VRSHRsv1i64
/* 15005 */ MCD_OPC_FilterValue,
243,
1,
124,
16,
0, // Skip to: 19231
/* 15011 */ MCD_OPC_CheckPredicate,
26,
119,
16,
0, // Skip to: 19231
/* 15016 */ MCD_OPC_Decode,
174,
26,
139,
2, // Opcode: VRSHRuv1i64
/* 15021 */ MCD_OPC_FilterValue,
3,
35,
0,
0, // Skip to: 15061
/* 15026 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15029 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15045
/* 15035 */ MCD_OPC_CheckPredicate,
26,
95,
16,
0, // Skip to: 19231
/* 15040 */ MCD_OPC_Decode,
192,
26,
140,
2, // Opcode: VRSRAsv1i64
/* 15045 */ MCD_OPC_FilterValue,
243,
1,
84,
16,
0, // Skip to: 19231
/* 15051 */ MCD_OPC_CheckPredicate,
26,
79,
16,
0, // Skip to: 19231
/* 15056 */ MCD_OPC_Decode,
200,
26,
140,
2, // Opcode: VRSRAuv1i64
/* 15061 */ MCD_OPC_FilterValue,
4,
18,
0,
0, // Skip to: 15084
/* 15066 */ MCD_OPC_CheckPredicate,
26,
64,
16,
0, // Skip to: 19231
/* 15071 */ MCD_OPC_CheckField,
24,
8,
243,
1,
56,
16,
0, // Skip to: 19231
/* 15079 */ MCD_OPC_Decode,
193,
27,
140,
2, // Opcode: VSRIv1i64
/* 15084 */ MCD_OPC_FilterValue,
5,
35,
0,
0, // Skip to: 15124
/* 15089 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15092 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15108
/* 15098 */ MCD_OPC_CheckPredicate,
26,
32,
16,
0, // Skip to: 19231
/* 15103 */ MCD_OPC_Decode,
241,
26,
141,
2, // Opcode: VSHLiv1i64
/* 15108 */ MCD_OPC_FilterValue,
243,
1,
21,
16,
0, // Skip to: 19231
/* 15114 */ MCD_OPC_CheckPredicate,
26,
16,
16,
0, // Skip to: 19231
/* 15119 */ MCD_OPC_Decode,
162,
27,
142,
2, // Opcode: VSLIv1i64
/* 15124 */ MCD_OPC_FilterValue,
6,
18,
0,
0, // Skip to: 15147
/* 15129 */ MCD_OPC_CheckPredicate,
26,
1,
16,
0, // Skip to: 19231
/* 15134 */ MCD_OPC_CheckField,
24,
8,
243,
1,
249,
15,
0, // Skip to: 19231
/* 15142 */ MCD_OPC_Decode,
136,
25,
141,
2, // Opcode: VQSHLsuv1i64
/* 15147 */ MCD_OPC_FilterValue,
7,
239,
15,
0, // Skip to: 19231
/* 15152 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15155 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15171
/* 15161 */ MCD_OPC_CheckPredicate,
26,
225,
15,
0, // Skip to: 19231
/* 15166 */ MCD_OPC_Decode,
128,
25,
141,
2, // Opcode: VQSHLsiv1i64
/* 15171 */ MCD_OPC_FilterValue,
243,
1,
214,
15,
0, // Skip to: 19231
/* 15177 */ MCD_OPC_CheckPredicate,
26,
209,
15,
0, // Skip to: 19231
/* 15182 */ MCD_OPC_Decode,
152,
25,
141,
2, // Opcode: VQSHLuiv1i64
/* 15187 */ MCD_OPC_FilterValue,
1,
199,
15,
0, // Skip to: 19231
/* 15192 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 15195 */ MCD_OPC_FilterValue,
0,
179,
7,
0, // Skip to: 17171
/* 15200 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 15203 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 15371
/* 15208 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15211 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 15251
/* 15216 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15219 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15235
/* 15225 */ MCD_OPC_CheckPredicate,
26,
161,
15,
0, // Skip to: 19231
/* 15230 */ MCD_OPC_Decode,
155,
24,
203,
1, // Opcode: VQADDsv16i8
/* 15235 */ MCD_OPC_FilterValue,
243,
1,
150,
15,
0, // Skip to: 19231
/* 15241 */ MCD_OPC_CheckPredicate,
26,
145,
15,
0, // Skip to: 19231
/* 15246 */ MCD_OPC_Decode,
163,
24,
203,
1, // Opcode: VQADDuv16i8
/* 15251 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 15291
/* 15256 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15259 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15275
/* 15265 */ MCD_OPC_CheckPredicate,
26,
121,
15,
0, // Skip to: 19231
/* 15270 */ MCD_OPC_Decode,
161,
24,
203,
1, // Opcode: VQADDsv8i16
/* 15275 */ MCD_OPC_FilterValue,
243,
1,
110,
15,
0, // Skip to: 19231
/* 15281 */ MCD_OPC_CheckPredicate,
26,
105,
15,
0, // Skip to: 19231
/* 15286 */ MCD_OPC_Decode,
169,
24,
203,
1, // Opcode: VQADDuv8i16
/* 15291 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 15331
/* 15296 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15299 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15315
/* 15305 */ MCD_OPC_CheckPredicate,
26,
81,
15,
0, // Skip to: 19231
/* 15310 */ MCD_OPC_Decode,
160,
24,
203,
1, // Opcode: VQADDsv4i32
/* 15315 */ MCD_OPC_FilterValue,
243,
1,
70,
15,
0, // Skip to: 19231
/* 15321 */ MCD_OPC_CheckPredicate,
26,
65,
15,
0, // Skip to: 19231
/* 15326 */ MCD_OPC_Decode,
168,
24,
203,
1, // Opcode: VQADDuv4i32
/* 15331 */ MCD_OPC_FilterValue,
3,
55,
15,
0, // Skip to: 19231
/* 15336 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15339 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15355
/* 15345 */ MCD_OPC_CheckPredicate,
26,
41,
15,
0, // Skip to: 19231
/* 15350 */ MCD_OPC_Decode,
158,
24,
203,
1, // Opcode: VQADDsv2i64
/* 15355 */ MCD_OPC_FilterValue,
243,
1,
30,
15,
0, // Skip to: 19231
/* 15361 */ MCD_OPC_CheckPredicate,
26,
25,
15,
0, // Skip to: 19231
/* 15366 */ MCD_OPC_Decode,
166,
24,
203,
1, // Opcode: VQADDuv2i64
/* 15371 */ MCD_OPC_FilterValue,
1,
163,
0,
0, // Skip to: 15539
/* 15376 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15379 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 15419
/* 15384 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15387 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15403
/* 15393 */ MCD_OPC_CheckPredicate,
26,
249,
14,
0, // Skip to: 19231
/* 15398 */ MCD_OPC_Decode,
181,
16,
203,
1, // Opcode: VANDq
/* 15403 */ MCD_OPC_FilterValue,
243,
1,
238,
14,
0, // Skip to: 19231
/* 15409 */ MCD_OPC_CheckPredicate,
26,
233,
14,
0, // Skip to: 19231
/* 15414 */ MCD_OPC_Decode,
190,
18,
203,
1, // Opcode: VEORq
/* 15419 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 15459
/* 15424 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15427 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15443
/* 15433 */ MCD_OPC_CheckPredicate,
26,
209,
14,
0, // Skip to: 19231
/* 15438 */ MCD_OPC_Decode,
191,
16,
203,
1, // Opcode: VBICq
/* 15443 */ MCD_OPC_FilterValue,
243,
1,
198,
14,
0, // Skip to: 19231
/* 15449 */ MCD_OPC_CheckPredicate,
26,
193,
14,
0, // Skip to: 19231
/* 15454 */ MCD_OPC_Decode,
197,
16,
211,
1, // Opcode: VBSLq
/* 15459 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 15499
/* 15464 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15467 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15483
/* 15473 */ MCD_OPC_CheckPredicate,
26,
169,
14,
0, // Skip to: 19231
/* 15478 */ MCD_OPC_Decode,
231,
23,
203,
1, // Opcode: VORRq
/* 15483 */ MCD_OPC_FilterValue,
243,
1,
158,
14,
0, // Skip to: 19231
/* 15489 */ MCD_OPC_CheckPredicate,
26,
153,
14,
0, // Skip to: 19231
/* 15494 */ MCD_OPC_Decode,
195,
16,
211,
1, // Opcode: VBITq
/* 15499 */ MCD_OPC_FilterValue,
3,
143,
14,
0, // Skip to: 19231
/* 15504 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15507 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15523
/* 15513 */ MCD_OPC_CheckPredicate,
26,
129,
14,
0, // Skip to: 19231
/* 15518 */ MCD_OPC_Decode,
225,
23,
203,
1, // Opcode: VORNq
/* 15523 */ MCD_OPC_FilterValue,
243,
1,
118,
14,
0, // Skip to: 19231
/* 15529 */ MCD_OPC_CheckPredicate,
26,
113,
14,
0, // Skip to: 19231
/* 15534 */ MCD_OPC_Decode,
193,
16,
211,
1, // Opcode: VBIFq
/* 15539 */ MCD_OPC_FilterValue,
2,
163,
0,
0, // Skip to: 15707
/* 15544 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15547 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 15587
/* 15552 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15555 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15571
/* 15561 */ MCD_OPC_CheckPredicate,
26,
81,
14,
0, // Skip to: 19231
/* 15566 */ MCD_OPC_Decode,
176,
25,
203,
1, // Opcode: VQSUBsv16i8
/* 15571 */ MCD_OPC_FilterValue,
243,
1,
70,
14,
0, // Skip to: 19231
/* 15577 */ MCD_OPC_CheckPredicate,
26,
65,
14,
0, // Skip to: 19231
/* 15582 */ MCD_OPC_Decode,
184,
25,
203,
1, // Opcode: VQSUBuv16i8
/* 15587 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 15627
/* 15592 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15595 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15611
/* 15601 */ MCD_OPC_CheckPredicate,
26,
41,
14,
0, // Skip to: 19231
/* 15606 */ MCD_OPC_Decode,
182,
25,
203,
1, // Opcode: VQSUBsv8i16
/* 15611 */ MCD_OPC_FilterValue,
243,
1,
30,
14,
0, // Skip to: 19231
/* 15617 */ MCD_OPC_CheckPredicate,
26,
25,
14,
0, // Skip to: 19231
/* 15622 */ MCD_OPC_Decode,
190,
25,
203,
1, // Opcode: VQSUBuv8i16
/* 15627 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 15667
/* 15632 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15635 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15651
/* 15641 */ MCD_OPC_CheckPredicate,
26,
1,
14,
0, // Skip to: 19231
/* 15646 */ MCD_OPC_Decode,
181,
25,
203,
1, // Opcode: VQSUBsv4i32
/* 15651 */ MCD_OPC_FilterValue,
243,
1,
246,
13,
0, // Skip to: 19231
/* 15657 */ MCD_OPC_CheckPredicate,
26,
241,
13,
0, // Skip to: 19231
/* 15662 */ MCD_OPC_Decode,
189,
25,
203,
1, // Opcode: VQSUBuv4i32
/* 15667 */ MCD_OPC_FilterValue,
3,
231,
13,
0, // Skip to: 19231
/* 15672 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15675 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15691
/* 15681 */ MCD_OPC_CheckPredicate,
26,
217,
13,
0, // Skip to: 19231
/* 15686 */ MCD_OPC_Decode,
179,
25,
203,
1, // Opcode: VQSUBsv2i64
/* 15691 */ MCD_OPC_FilterValue,
243,
1,
206,
13,
0, // Skip to: 19231
/* 15697 */ MCD_OPC_CheckPredicate,
26,
201,
13,
0, // Skip to: 19231
/* 15702 */ MCD_OPC_Decode,
187,
25,
203,
1, // Opcode: VQSUBuv2i64
/* 15707 */ MCD_OPC_FilterValue,
3,
123,
0,
0, // Skip to: 15835
/* 15712 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15715 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 15755
/* 15720 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15723 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15739
/* 15729 */ MCD_OPC_CheckPredicate,
26,
169,
13,
0, // Skip to: 19231
/* 15734 */ MCD_OPC_Decode,
228,
16,
203,
1, // Opcode: VCGEsv16i8
/* 15739 */ MCD_OPC_FilterValue,
243,
1,
158,
13,
0, // Skip to: 19231
/* 15745 */ MCD_OPC_CheckPredicate,
26,
153,
13,
0, // Skip to: 19231
/* 15750 */ MCD_OPC_Decode,
234,
16,
203,
1, // Opcode: VCGEuv16i8
/* 15755 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 15795
/* 15760 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15763 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15779
/* 15769 */ MCD_OPC_CheckPredicate,
26,
129,
13,
0, // Skip to: 19231
/* 15774 */ MCD_OPC_Decode,
232,
16,
203,
1, // Opcode: VCGEsv8i16
/* 15779 */ MCD_OPC_FilterValue,
243,
1,
118,
13,
0, // Skip to: 19231
/* 15785 */ MCD_OPC_CheckPredicate,
26,
113,
13,
0, // Skip to: 19231
/* 15790 */ MCD_OPC_Decode,
238,
16,
203,
1, // Opcode: VCGEuv8i16
/* 15795 */ MCD_OPC_FilterValue,
2,
103,
13,
0, // Skip to: 19231
/* 15800 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15803 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15819
/* 15809 */ MCD_OPC_CheckPredicate,
26,
89,
13,
0, // Skip to: 19231
/* 15814 */ MCD_OPC_Decode,
231,
16,
203,
1, // Opcode: VCGEsv4i32
/* 15819 */ MCD_OPC_FilterValue,
243,
1,
78,
13,
0, // Skip to: 19231
/* 15825 */ MCD_OPC_CheckPredicate,
26,
73,
13,
0, // Skip to: 19231
/* 15830 */ MCD_OPC_Decode,
237,
16,
203,
1, // Opcode: VCGEuv4i32
/* 15835 */ MCD_OPC_FilterValue,
4,
163,
0,
0, // Skip to: 16003
/* 15840 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 15843 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 15883
/* 15848 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15851 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15867
/* 15857 */ MCD_OPC_CheckPredicate,
26,
41,
13,
0, // Skip to: 19231
/* 15862 */ MCD_OPC_Decode,
143,
25,
207,
1, // Opcode: VQSHLsv16i8
/* 15867 */ MCD_OPC_FilterValue,
243,
1,
30,
13,
0, // Skip to: 19231
/* 15873 */ MCD_OPC_CheckPredicate,
26,
25,
13,
0, // Skip to: 19231
/* 15878 */ MCD_OPC_Decode,
159,
25,
207,
1, // Opcode: VQSHLuv16i8
/* 15883 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 15923
/* 15888 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15891 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15907
/* 15897 */ MCD_OPC_CheckPredicate,
26,
1,
13,
0, // Skip to: 19231
/* 15902 */ MCD_OPC_Decode,
149,
25,
207,
1, // Opcode: VQSHLsv8i16
/* 15907 */ MCD_OPC_FilterValue,
243,
1,
246,
12,
0, // Skip to: 19231
/* 15913 */ MCD_OPC_CheckPredicate,
26,
241,
12,
0, // Skip to: 19231
/* 15918 */ MCD_OPC_Decode,
165,
25,
207,
1, // Opcode: VQSHLuv8i16
/* 15923 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 15963
/* 15928 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15931 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15947
/* 15937 */ MCD_OPC_CheckPredicate,
26,
217,
12,
0, // Skip to: 19231
/* 15942 */ MCD_OPC_Decode,
148,
25,
207,
1, // Opcode: VQSHLsv4i32
/* 15947 */ MCD_OPC_FilterValue,
243,
1,
206,
12,
0, // Skip to: 19231
/* 15953 */ MCD_OPC_CheckPredicate,
26,
201,
12,
0, // Skip to: 19231
/* 15958 */ MCD_OPC_Decode,
164,
25,
207,
1, // Opcode: VQSHLuv4i32
/* 15963 */ MCD_OPC_FilterValue,
3,
191,
12,
0, // Skip to: 19231
/* 15968 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 15971 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 15987
/* 15977 */ MCD_OPC_CheckPredicate,
26,
177,
12,
0, // Skip to: 19231
/* 15982 */ MCD_OPC_Decode,
146,
25,
207,
1, // Opcode: VQSHLsv2i64
/* 15987 */ MCD_OPC_FilterValue,
243,
1,
166,
12,
0, // Skip to: 19231
/* 15993 */ MCD_OPC_CheckPredicate,
26,
161,
12,
0, // Skip to: 19231
/* 15998 */ MCD_OPC_Decode,
162,
25,
207,
1, // Opcode: VQSHLuv2i64
/* 16003 */ MCD_OPC_FilterValue,
5,
163,
0,
0, // Skip to: 16171
/* 16008 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16011 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16051
/* 16016 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16019 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16035
/* 16025 */ MCD_OPC_CheckPredicate,
26,
129,
12,
0, // Skip to: 19231
/* 16030 */ MCD_OPC_Decode,
230,
24,
207,
1, // Opcode: VQRSHLsv16i8
/* 16035 */ MCD_OPC_FilterValue,
243,
1,
118,
12,
0, // Skip to: 19231
/* 16041 */ MCD_OPC_CheckPredicate,
26,
113,
12,
0, // Skip to: 19231
/* 16046 */ MCD_OPC_Decode,
238,
24,
207,
1, // Opcode: VQRSHLuv16i8
/* 16051 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16091
/* 16056 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16059 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16075
/* 16065 */ MCD_OPC_CheckPredicate,
26,
89,
12,
0, // Skip to: 19231
/* 16070 */ MCD_OPC_Decode,
236,
24,
207,
1, // Opcode: VQRSHLsv8i16
/* 16075 */ MCD_OPC_FilterValue,
243,
1,
78,
12,
0, // Skip to: 19231
/* 16081 */ MCD_OPC_CheckPredicate,
26,
73,
12,
0, // Skip to: 19231
/* 16086 */ MCD_OPC_Decode,
244,
24,
207,
1, // Opcode: VQRSHLuv8i16
/* 16091 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 16131
/* 16096 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16099 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16115
/* 16105 */ MCD_OPC_CheckPredicate,
26,
49,
12,
0, // Skip to: 19231
/* 16110 */ MCD_OPC_Decode,
235,
24,
207,
1, // Opcode: VQRSHLsv4i32
/* 16115 */ MCD_OPC_FilterValue,
243,
1,
38,
12,
0, // Skip to: 19231
/* 16121 */ MCD_OPC_CheckPredicate,
26,
33,
12,
0, // Skip to: 19231
/* 16126 */ MCD_OPC_Decode,
243,
24,
207,
1, // Opcode: VQRSHLuv4i32
/* 16131 */ MCD_OPC_FilterValue,
3,
23,
12,
0, // Skip to: 19231
/* 16136 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16139 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16155
/* 16145 */ MCD_OPC_CheckPredicate,
26,
9,
12,
0, // Skip to: 19231
/* 16150 */ MCD_OPC_Decode,
233,
24,
207,
1, // Opcode: VQRSHLsv2i64
/* 16155 */ MCD_OPC_FilterValue,
243,
1,
254,
11,
0, // Skip to: 19231
/* 16161 */ MCD_OPC_CheckPredicate,
26,
249,
11,
0, // Skip to: 19231
/* 16166 */ MCD_OPC_Decode,
241,
24,
207,
1, // Opcode: VQRSHLuv2i64
/* 16171 */ MCD_OPC_FilterValue,
6,
123,
0,
0, // Skip to: 16299
/* 16176 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16179 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16219
/* 16184 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16187 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16203
/* 16193 */ MCD_OPC_CheckPredicate,
26,
217,
11,
0, // Skip to: 19231
/* 16198 */ MCD_OPC_Decode,
161,
22,
203,
1, // Opcode: VMINsv16i8
/* 16203 */ MCD_OPC_FilterValue,
243,
1,
206,
11,
0, // Skip to: 19231
/* 16209 */ MCD_OPC_CheckPredicate,
26,
201,
11,
0, // Skip to: 19231
/* 16214 */ MCD_OPC_Decode,
167,
22,
203,
1, // Opcode: VMINuv16i8
/* 16219 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16259
/* 16224 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16227 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16243
/* 16233 */ MCD_OPC_CheckPredicate,
26,
177,
11,
0, // Skip to: 19231
/* 16238 */ MCD_OPC_Decode,
165,
22,
203,
1, // Opcode: VMINsv8i16
/* 16243 */ MCD_OPC_FilterValue,
243,
1,
166,
11,
0, // Skip to: 19231
/* 16249 */ MCD_OPC_CheckPredicate,
26,
161,
11,
0, // Skip to: 19231
/* 16254 */ MCD_OPC_Decode,
171,
22,
203,
1, // Opcode: VMINuv8i16
/* 16259 */ MCD_OPC_FilterValue,
2,
151,
11,
0, // Skip to: 19231
/* 16264 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16267 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16283
/* 16273 */ MCD_OPC_CheckPredicate,
26,
137,
11,
0, // Skip to: 19231
/* 16278 */ MCD_OPC_Decode,
164,
22,
203,
1, // Opcode: VMINsv4i32
/* 16283 */ MCD_OPC_FilterValue,
243,
1,
126,
11,
0, // Skip to: 19231
/* 16289 */ MCD_OPC_CheckPredicate,
26,
121,
11,
0, // Skip to: 19231
/* 16294 */ MCD_OPC_Decode,
170,
22,
203,
1, // Opcode: VMINuv4i32
/* 16299 */ MCD_OPC_FilterValue,
7,
123,
0,
0, // Skip to: 16427
/* 16304 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16307 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16347
/* 16312 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16315 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16331
/* 16321 */ MCD_OPC_CheckPredicate,
26,
89,
11,
0, // Skip to: 19231
/* 16326 */ MCD_OPC_Decode,
223,
15,
211,
1, // Opcode: VABAsv16i8
/* 16331 */ MCD_OPC_FilterValue,
243,
1,
78,
11,
0, // Skip to: 19231
/* 16337 */ MCD_OPC_CheckPredicate,
26,
73,
11,
0, // Skip to: 19231
/* 16342 */ MCD_OPC_Decode,
229,
15,
211,
1, // Opcode: VABAuv16i8
/* 16347 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16387
/* 16352 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16355 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16371
/* 16361 */ MCD_OPC_CheckPredicate,
26,
49,
11,
0, // Skip to: 19231
/* 16366 */ MCD_OPC_Decode,
227,
15,
211,
1, // Opcode: VABAsv8i16
/* 16371 */ MCD_OPC_FilterValue,
243,
1,
38,
11,
0, // Skip to: 19231
/* 16377 */ MCD_OPC_CheckPredicate,
26,
33,
11,
0, // Skip to: 19231
/* 16382 */ MCD_OPC_Decode,
233,
15,
211,
1, // Opcode: VABAuv8i16
/* 16387 */ MCD_OPC_FilterValue,
2,
23,
11,
0, // Skip to: 19231
/* 16392 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16395 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16411
/* 16401 */ MCD_OPC_CheckPredicate,
26,
9,
11,
0, // Skip to: 19231
/* 16406 */ MCD_OPC_Decode,
226,
15,
211,
1, // Opcode: VABAsv4i32
/* 16411 */ MCD_OPC_FilterValue,
243,
1,
254,
10,
0, // Skip to: 19231
/* 16417 */ MCD_OPC_CheckPredicate,
26,
249,
10,
0, // Skip to: 19231
/* 16422 */ MCD_OPC_Decode,
232,
15,
211,
1, // Opcode: VABAuv4i32
/* 16427 */ MCD_OPC_FilterValue,
8,
123,
0,
0, // Skip to: 16555
/* 16432 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16435 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16475
/* 16440 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16443 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16459
/* 16449 */ MCD_OPC_CheckPredicate,
26,
217,
10,
0, // Skip to: 19231
/* 16454 */ MCD_OPC_Decode,
178,
30,
203,
1, // Opcode: VTSTv16i8
/* 16459 */ MCD_OPC_FilterValue,
243,
1,
206,
10,
0, // Skip to: 19231
/* 16465 */ MCD_OPC_CheckPredicate,
26,
201,
10,
0, // Skip to: 19231
/* 16470 */ MCD_OPC_Decode,
208,
16,
203,
1, // Opcode: VCEQv16i8
/* 16475 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16515
/* 16480 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16483 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16499
/* 16489 */ MCD_OPC_CheckPredicate,
26,
177,
10,
0, // Skip to: 19231
/* 16494 */ MCD_OPC_Decode,
182,
30,
203,
1, // Opcode: VTSTv8i16
/* 16499 */ MCD_OPC_FilterValue,
243,
1,
166,
10,
0, // Skip to: 19231
/* 16505 */ MCD_OPC_CheckPredicate,
26,
161,
10,
0, // Skip to: 19231
/* 16510 */ MCD_OPC_Decode,
212,
16,
203,
1, // Opcode: VCEQv8i16
/* 16515 */ MCD_OPC_FilterValue,
2,
151,
10,
0, // Skip to: 19231
/* 16520 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16523 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16539
/* 16529 */ MCD_OPC_CheckPredicate,
26,
137,
10,
0, // Skip to: 19231
/* 16534 */ MCD_OPC_Decode,
181,
30,
203,
1, // Opcode: VTSTv4i32
/* 16539 */ MCD_OPC_FilterValue,
243,
1,
126,
10,
0, // Skip to: 19231
/* 16545 */ MCD_OPC_CheckPredicate,
26,
121,
10,
0, // Skip to: 19231
/* 16550 */ MCD_OPC_Decode,
211,
16,
203,
1, // Opcode: VCEQv4i32
/* 16555 */ MCD_OPC_FilterValue,
9,
89,
0,
0, // Skip to: 16649
/* 16560 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16563 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16603
/* 16568 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16571 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16587
/* 16577 */ MCD_OPC_CheckPredicate,
26,
89,
10,
0, // Skip to: 19231
/* 16582 */ MCD_OPC_Decode,
190,
23,
203,
1, // Opcode: VMULv16i8
/* 16587 */ MCD_OPC_FilterValue,
243,
1,
78,
10,
0, // Skip to: 19231
/* 16593 */ MCD_OPC_CheckPredicate,
26,
73,
10,
0, // Skip to: 19231
/* 16598 */ MCD_OPC_Decode,
181,
23,
203,
1, // Opcode: VMULpq
/* 16603 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 16626
/* 16608 */ MCD_OPC_CheckPredicate,
26,
58,
10,
0, // Skip to: 19231
/* 16613 */ MCD_OPC_CheckField,
24,
8,
242,
1,
50,
10,
0, // Skip to: 19231
/* 16621 */ MCD_OPC_Decode,
194,
23,
203,
1, // Opcode: VMULv8i16
/* 16626 */ MCD_OPC_FilterValue,
2,
40,
10,
0, // Skip to: 19231
/* 16631 */ MCD_OPC_CheckPredicate,
26,
35,
10,
0, // Skip to: 19231
/* 16636 */ MCD_OPC_CheckField,
24,
8,
242,
1,
27,
10,
0, // Skip to: 19231
/* 16644 */ MCD_OPC_Decode,
193,
23,
203,
1, // Opcode: VMULv4i32
/* 16649 */ MCD_OPC_FilterValue,
11,
49,
0,
0, // Skip to: 16703
/* 16654 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16657 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 16680
/* 16662 */ MCD_OPC_CheckPredicate,
28,
4,
10,
0, // Skip to: 19231
/* 16667 */ MCD_OPC_CheckField,
24,
8,
243,
1,
252,
9,
0, // Skip to: 19231
/* 16675 */ MCD_OPC_Decode,
213,
24,
211,
1, // Opcode: VQRDMLAHv8i16
/* 16680 */ MCD_OPC_FilterValue,
2,
242,
9,
0, // Skip to: 19231
/* 16685 */ MCD_OPC_CheckPredicate,
28,
237,
9,
0, // Skip to: 19231
/* 16690 */ MCD_OPC_CheckField,
24,
8,
243,
1,
229,
9,
0, // Skip to: 19231
/* 16698 */ MCD_OPC_Decode,
212,
24,
211,
1, // Opcode: VQRDMLAHv4i32
/* 16703 */ MCD_OPC_FilterValue,
12,
129,
0,
0, // Skip to: 16837
/* 16708 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16711 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 16734
/* 16716 */ MCD_OPC_CheckPredicate,
32,
206,
9,
0, // Skip to: 19231
/* 16721 */ MCD_OPC_CheckField,
24,
8,
242,
1,
198,
9,
0, // Skip to: 19231
/* 16729 */ MCD_OPC_Decode,
206,
18,
211,
1, // Opcode: VFMAfq
/* 16734 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16774
/* 16739 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16742 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16758
/* 16748 */ MCD_OPC_CheckPredicate,
27,
174,
9,
0, // Skip to: 19231
/* 16753 */ MCD_OPC_Decode,
208,
18,
211,
1, // Opcode: VFMAhq
/* 16758 */ MCD_OPC_FilterValue,
243,
1,
163,
9,
0, // Skip to: 19231
/* 16764 */ MCD_OPC_CheckPredicate,
28,
158,
9,
0, // Skip to: 19231
/* 16769 */ MCD_OPC_Decode,
221,
24,
211,
1, // Opcode: VQRDMLSHv8i16
/* 16774 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 16814
/* 16779 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16782 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16798
/* 16788 */ MCD_OPC_CheckPredicate,
32,
134,
9,
0, // Skip to: 19231
/* 16793 */ MCD_OPC_Decode,
217,
18,
211,
1, // Opcode: VFMSfq
/* 16798 */ MCD_OPC_FilterValue,
243,
1,
123,
9,
0, // Skip to: 19231
/* 16804 */ MCD_OPC_CheckPredicate,
28,
118,
9,
0, // Skip to: 19231
/* 16809 */ MCD_OPC_Decode,
220,
24,
211,
1, // Opcode: VQRDMLSHv4i32
/* 16814 */ MCD_OPC_FilterValue,
3,
108,
9,
0, // Skip to: 19231
/* 16819 */ MCD_OPC_CheckPredicate,
27,
103,
9,
0, // Skip to: 19231
/* 16824 */ MCD_OPC_CheckField,
24,
8,
242,
1,
95,
9,
0, // Skip to: 19231
/* 16832 */ MCD_OPC_Decode,
219,
18,
211,
1, // Opcode: VFMShq
/* 16837 */ MCD_OPC_FilterValue,
13,
129,
0,
0, // Skip to: 16971
/* 16842 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16845 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 16885
/* 16850 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16853 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16869
/* 16859 */ MCD_OPC_CheckPredicate,
26,
63,
9,
0, // Skip to: 19231
/* 16864 */ MCD_OPC_Decode,
187,
22,
211,
1, // Opcode: VMLAfq
/* 16869 */ MCD_OPC_FilterValue,
243,
1,
52,
9,
0, // Skip to: 19231
/* 16875 */ MCD_OPC_CheckPredicate,
26,
47,
9,
0, // Skip to: 19231
/* 16880 */ MCD_OPC_Decode,
177,
23,
203,
1, // Opcode: VMULfq
/* 16885 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 16925
/* 16890 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 16893 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 16909
/* 16899 */ MCD_OPC_CheckPredicate,
27,
23,
9,
0, // Skip to: 19231
/* 16904 */ MCD_OPC_Decode,
189,
22,
211,
1, // Opcode: VMLAhq
/* 16909 */ MCD_OPC_FilterValue,
243,
1,
12,
9,
0, // Skip to: 19231
/* 16915 */ MCD_OPC_CheckPredicate,
27,
7,
9,
0, // Skip to: 19231
/* 16920 */ MCD_OPC_Decode,
179,
23,
203,
1, // Opcode: VMULhq
/* 16925 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 16948
/* 16930 */ MCD_OPC_CheckPredicate,
26,
248,
8,
0, // Skip to: 19231
/* 16935 */ MCD_OPC_CheckField,
24,
8,
242,
1,
240,
8,
0, // Skip to: 19231
/* 16943 */ MCD_OPC_Decode,
218,
22,
211,
1, // Opcode: VMLSfq
/* 16948 */ MCD_OPC_FilterValue,
3,
230,
8,
0, // Skip to: 19231
/* 16953 */ MCD_OPC_CheckPredicate,
27,
225,
8,
0, // Skip to: 19231
/* 16958 */ MCD_OPC_CheckField,
24,
8,
242,
1,
217,
8,
0, // Skip to: 19231
/* 16966 */ MCD_OPC_Decode,
220,
22,
211,
1, // Opcode: VMLShq
/* 16971 */ MCD_OPC_FilterValue,
14,
95,
0,
0, // Skip to: 17071
/* 16976 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 16979 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 17002
/* 16984 */ MCD_OPC_CheckPredicate,
26,
194,
8,
0, // Skip to: 19231
/* 16989 */ MCD_OPC_CheckField,
24,
8,
243,
1,
186,
8,
0, // Skip to: 19231
/* 16997 */ MCD_OPC_Decode,
143,
16,
203,
1, // Opcode: VACGEfq
/* 17002 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 17025
/* 17007 */ MCD_OPC_CheckPredicate,
27,
171,
8,
0, // Skip to: 19231
/* 17012 */ MCD_OPC_CheckField,
24,
8,
243,
1,
163,
8,
0, // Skip to: 19231
/* 17020 */ MCD_OPC_Decode,
145,
16,
203,
1, // Opcode: VACGEhq
/* 17025 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 17048
/* 17030 */ MCD_OPC_CheckPredicate,
26,
148,
8,
0, // Skip to: 19231
/* 17035 */ MCD_OPC_CheckField,
24,
8,
243,
1,
140,
8,
0, // Skip to: 19231
/* 17043 */ MCD_OPC_Decode,
147,
16,
203,
1, // Opcode: VACGTfq
/* 17048 */ MCD_OPC_FilterValue,
3,
130,
8,
0, // Skip to: 19231
/* 17053 */ MCD_OPC_CheckPredicate,
27,
125,
8,
0, // Skip to: 19231
/* 17058 */ MCD_OPC_CheckField,
24,
8,
243,
1,
117,
8,
0, // Skip to: 19231
/* 17066 */ MCD_OPC_Decode,
149,
16,
203,
1, // Opcode: VACGThq
/* 17071 */ MCD_OPC_FilterValue,
15,
107,
8,
0, // Skip to: 19231
/* 17076 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 17079 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 17102
/* 17084 */ MCD_OPC_CheckPredicate,
26,
94,
8,
0, // Skip to: 19231
/* 17089 */ MCD_OPC_CheckField,
24,
8,
242,
1,
86,
8,
0, // Skip to: 19231
/* 17097 */ MCD_OPC_Decode,
202,
25,
203,
1, // Opcode: VRECPSfq
/* 17102 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 17125
/* 17107 */ MCD_OPC_CheckPredicate,
27,
71,
8,
0, // Skip to: 19231
/* 17112 */ MCD_OPC_CheckField,
24,
8,
242,
1,
63,
8,
0, // Skip to: 19231
/* 17120 */ MCD_OPC_Decode,
204,
25,
203,
1, // Opcode: VRECPShq
/* 17125 */ MCD_OPC_FilterValue,
2,
18,
0,
0, // Skip to: 17148
/* 17130 */ MCD_OPC_CheckPredicate,
26,
48,
8,
0, // Skip to: 19231
/* 17135 */ MCD_OPC_CheckField,
24,
8,
242,
1,
40,
8,
0, // Skip to: 19231
/* 17143 */ MCD_OPC_Decode,
188,
26,
203,
1, // Opcode: VRSQRTSfq
/* 17148 */ MCD_OPC_FilterValue,
3,
30,
8,
0, // Skip to: 19231
/* 17153 */ MCD_OPC_CheckPredicate,
27,
25,
8,
0, // Skip to: 19231
/* 17158 */ MCD_OPC_CheckField,
24,
8,
242,
1,
17,
8,
0, // Skip to: 19231
/* 17166 */ MCD_OPC_Decode,
190,
26,
203,
1, // Opcode: VRSQRTShq
/* 17171 */ MCD_OPC_FilterValue,
1,
7,
8,
0, // Skip to: 19231
/* 17176 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 17179 */ MCD_OPC_FilterValue,
0,
217,
6,
0, // Skip to: 18937
/* 17184 */ MCD_OPC_ExtractField,
25,
7, // Inst{31-25} ...
/* 17187 */ MCD_OPC_FilterValue,
121,
247,
7,
0, // Skip to: 19231
/* 17192 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 17195 */ MCD_OPC_FilterValue,
0,
139,
0,
0, // Skip to: 17339
/* 17200 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17203 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 17301
/* 17208 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17211 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 17263
/* 17216 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17219 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 17241
/* 17224 */ MCD_OPC_CheckPredicate,
26,
239,
5,
0, // Skip to: 18748
/* 17229 */ MCD_OPC_CheckField,
19,
1,
1,
232,
5,
0, // Skip to: 18748
/* 17236 */ MCD_OPC_Decode,
139,
27,
143,
2, // Opcode: VSHRsv16i8
/* 17241 */ MCD_OPC_FilterValue,
1,
222,
5,
0, // Skip to: 18748
/* 17246 */ MCD_OPC_CheckPredicate,
26,
217,
5,
0, // Skip to: 18748
/* 17251 */ MCD_OPC_CheckField,
19,
1,
1,
210,
5,
0, // Skip to: 18748
/* 17258 */ MCD_OPC_Decode,
147,
27,
143,
2, // Opcode: VSHRuv16i8
/* 17263 */ MCD_OPC_FilterValue,
1,
200,
5,
0, // Skip to: 18748
/* 17268 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17271 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17286
/* 17276 */ MCD_OPC_CheckPredicate,
26,
187,
5,
0, // Skip to: 18748
/* 17281 */ MCD_OPC_Decode,
145,
27,
144,
2, // Opcode: VSHRsv8i16
/* 17286 */ MCD_OPC_FilterValue,
1,
177,
5,
0, // Skip to: 18748
/* 17291 */ MCD_OPC_CheckPredicate,
26,
172,
5,
0, // Skip to: 18748
/* 17296 */ MCD_OPC_Decode,
153,
27,
144,
2, // Opcode: VSHRuv8i16
/* 17301 */ MCD_OPC_FilterValue,
1,
162,
5,
0, // Skip to: 18748
/* 17306 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17309 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17324
/* 17314 */ MCD_OPC_CheckPredicate,
26,
149,
5,
0, // Skip to: 18748
/* 17319 */ MCD_OPC_Decode,
144,
27,
145,
2, // Opcode: VSHRsv4i32
/* 17324 */ MCD_OPC_FilterValue,
1,
139,
5,
0, // Skip to: 18748
/* 17329 */ MCD_OPC_CheckPredicate,
26,
134,
5,
0, // Skip to: 18748
/* 17334 */ MCD_OPC_Decode,
152,
27,
145,
2, // Opcode: VSHRuv4i32
/* 17339 */ MCD_OPC_FilterValue,
1,
139,
0,
0, // Skip to: 17483
/* 17344 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17347 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 17445
/* 17352 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17355 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 17407
/* 17360 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17363 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 17385
/* 17368 */ MCD_OPC_CheckPredicate,
26,
95,
5,
0, // Skip to: 18748
/* 17373 */ MCD_OPC_CheckField,
19,
1,
1,
88,
5,
0, // Skip to: 18748
/* 17380 */ MCD_OPC_Decode,
176,
27,
146,
2, // Opcode: VSRAsv16i8
/* 17385 */ MCD_OPC_FilterValue,
1,
78,
5,
0, // Skip to: 18748
/* 17390 */ MCD_OPC_CheckPredicate,
26,
73,
5,
0, // Skip to: 18748
/* 17395 */ MCD_OPC_CheckField,
19,
1,
1,
66,
5,
0, // Skip to: 18748
/* 17402 */ MCD_OPC_Decode,
184,
27,
146,
2, // Opcode: VSRAuv16i8
/* 17407 */ MCD_OPC_FilterValue,
1,
56,
5,
0, // Skip to: 18748
/* 17412 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17415 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17430
/* 17420 */ MCD_OPC_CheckPredicate,
26,
43,
5,
0, // Skip to: 18748
/* 17425 */ MCD_OPC_Decode,
182,
27,
147,
2, // Opcode: VSRAsv8i16
/* 17430 */ MCD_OPC_FilterValue,
1,
33,
5,
0, // Skip to: 18748
/* 17435 */ MCD_OPC_CheckPredicate,
26,
28,
5,
0, // Skip to: 18748
/* 17440 */ MCD_OPC_Decode,
190,
27,
147,
2, // Opcode: VSRAuv8i16
/* 17445 */ MCD_OPC_FilterValue,
1,
18,
5,
0, // Skip to: 18748
/* 17450 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17453 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17468
/* 17458 */ MCD_OPC_CheckPredicate,
26,
5,
5,
0, // Skip to: 18748
/* 17463 */ MCD_OPC_Decode,
181,
27,
148,
2, // Opcode: VSRAsv4i32
/* 17468 */ MCD_OPC_FilterValue,
1,
251,
4,
0, // Skip to: 18748
/* 17473 */ MCD_OPC_CheckPredicate,
26,
246,
4,
0, // Skip to: 18748
/* 17478 */ MCD_OPC_Decode,
189,
27,
148,
2, // Opcode: VSRAuv4i32
/* 17483 */ MCD_OPC_FilterValue,
2,
139,
0,
0, // Skip to: 17627
/* 17488 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17491 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 17589
/* 17496 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17499 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 17551
/* 17504 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17507 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 17529
/* 17512 */ MCD_OPC_CheckPredicate,
26,
207,
4,
0, // Skip to: 18748
/* 17517 */ MCD_OPC_CheckField,
19,
1,
1,
200,
4,
0, // Skip to: 18748
/* 17524 */ MCD_OPC_Decode,
165,
26,
143,
2, // Opcode: VRSHRsv16i8
/* 17529 */ MCD_OPC_FilterValue,
1,
190,
4,
0, // Skip to: 18748
/* 17534 */ MCD_OPC_CheckPredicate,
26,
185,
4,
0, // Skip to: 18748
/* 17539 */ MCD_OPC_CheckField,
19,
1,
1,
178,
4,
0, // Skip to: 18748
/* 17546 */ MCD_OPC_Decode,
173,
26,
143,
2, // Opcode: VRSHRuv16i8
/* 17551 */ MCD_OPC_FilterValue,
1,
168,
4,
0, // Skip to: 18748
/* 17556 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17559 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17574
/* 17564 */ MCD_OPC_CheckPredicate,
26,
155,
4,
0, // Skip to: 18748
/* 17569 */ MCD_OPC_Decode,
171,
26,
144,
2, // Opcode: VRSHRsv8i16
/* 17574 */ MCD_OPC_FilterValue,
1,
145,
4,
0, // Skip to: 18748
/* 17579 */ MCD_OPC_CheckPredicate,
26,
140,
4,
0, // Skip to: 18748
/* 17584 */ MCD_OPC_Decode,
179,
26,
144,
2, // Opcode: VRSHRuv8i16
/* 17589 */ MCD_OPC_FilterValue,
1,
130,
4,
0, // Skip to: 18748
/* 17594 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17597 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17612
/* 17602 */ MCD_OPC_CheckPredicate,
26,
117,
4,
0, // Skip to: 18748
/* 17607 */ MCD_OPC_Decode,
170,
26,
145,
2, // Opcode: VRSHRsv4i32
/* 17612 */ MCD_OPC_FilterValue,
1,
107,
4,
0, // Skip to: 18748
/* 17617 */ MCD_OPC_CheckPredicate,
26,
102,
4,
0, // Skip to: 18748
/* 17622 */ MCD_OPC_Decode,
178,
26,
145,
2, // Opcode: VRSHRuv4i32
/* 17627 */ MCD_OPC_FilterValue,
3,
139,
0,
0, // Skip to: 17771
/* 17632 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17635 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 17733
/* 17640 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17643 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 17695
/* 17648 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17651 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 17673
/* 17656 */ MCD_OPC_CheckPredicate,
26,
63,
4,
0, // Skip to: 18748
/* 17661 */ MCD_OPC_CheckField,
19,
1,
1,
56,
4,
0, // Skip to: 18748
/* 17668 */ MCD_OPC_Decode,
191,
26,
146,
2, // Opcode: VRSRAsv16i8
/* 17673 */ MCD_OPC_FilterValue,
1,
46,
4,
0, // Skip to: 18748
/* 17678 */ MCD_OPC_CheckPredicate,
26,
41,
4,
0, // Skip to: 18748
/* 17683 */ MCD_OPC_CheckField,
19,
1,
1,
34,
4,
0, // Skip to: 18748
/* 17690 */ MCD_OPC_Decode,
199,
26,
146,
2, // Opcode: VRSRAuv16i8
/* 17695 */ MCD_OPC_FilterValue,
1,
24,
4,
0, // Skip to: 18748
/* 17700 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17703 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17718
/* 17708 */ MCD_OPC_CheckPredicate,
26,
11,
4,
0, // Skip to: 18748
/* 17713 */ MCD_OPC_Decode,
197,
26,
147,
2, // Opcode: VRSRAsv8i16
/* 17718 */ MCD_OPC_FilterValue,
1,
1,
4,
0, // Skip to: 18748
/* 17723 */ MCD_OPC_CheckPredicate,
26,
252,
3,
0, // Skip to: 18748
/* 17728 */ MCD_OPC_Decode,
205,
26,
147,
2, // Opcode: VRSRAuv8i16
/* 17733 */ MCD_OPC_FilterValue,
1,
242,
3,
0, // Skip to: 18748
/* 17738 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17741 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17756
/* 17746 */ MCD_OPC_CheckPredicate,
26,
229,
3,
0, // Skip to: 18748
/* 17751 */ MCD_OPC_Decode,
196,
26,
148,
2, // Opcode: VRSRAsv4i32
/* 17756 */ MCD_OPC_FilterValue,
1,
219,
3,
0, // Skip to: 18748
/* 17761 */ MCD_OPC_CheckPredicate,
26,
214,
3,
0, // Skip to: 18748
/* 17766 */ MCD_OPC_Decode,
204,
26,
148,
2, // Opcode: VRSRAuv4i32
/* 17771 */ MCD_OPC_FilterValue,
4,
84,
0,
0, // Skip to: 17860
/* 17776 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17779 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 17838
/* 17784 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17787 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 17816
/* 17792 */ MCD_OPC_CheckPredicate,
26,
183,
3,
0, // Skip to: 18748
/* 17797 */ MCD_OPC_CheckField,
24,
1,
1,
176,
3,
0, // Skip to: 18748
/* 17804 */ MCD_OPC_CheckField,
19,
1,
1,
169,
3,
0, // Skip to: 18748
/* 17811 */ MCD_OPC_Decode,
192,
27,
146,
2, // Opcode: VSRIv16i8
/* 17816 */ MCD_OPC_FilterValue,
1,
159,
3,
0, // Skip to: 18748
/* 17821 */ MCD_OPC_CheckPredicate,
26,
154,
3,
0, // Skip to: 18748
/* 17826 */ MCD_OPC_CheckField,
24,
1,
1,
147,
3,
0, // Skip to: 18748
/* 17833 */ MCD_OPC_Decode,
198,
27,
147,
2, // Opcode: VSRIv8i16
/* 17838 */ MCD_OPC_FilterValue,
1,
137,
3,
0, // Skip to: 18748
/* 17843 */ MCD_OPC_CheckPredicate,
26,
132,
3,
0, // Skip to: 18748
/* 17848 */ MCD_OPC_CheckField,
24,
1,
1,
125,
3,
0, // Skip to: 18748
/* 17855 */ MCD_OPC_Decode,
197,
27,
148,
2, // Opcode: VSRIv4i32
/* 17860 */ MCD_OPC_FilterValue,
5,
139,
0,
0, // Skip to: 18004
/* 17865 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 17868 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 17966
/* 17873 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 17876 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 17928
/* 17881 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17884 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 17906
/* 17889 */ MCD_OPC_CheckPredicate,
26,
86,
3,
0, // Skip to: 18748
/* 17894 */ MCD_OPC_CheckField,
19,
1,
1,
79,
3,
0, // Skip to: 18748
/* 17901 */ MCD_OPC_Decode,
240,
26,
149,
2, // Opcode: VSHLiv16i8
/* 17906 */ MCD_OPC_FilterValue,
1,
69,
3,
0, // Skip to: 18748
/* 17911 */ MCD_OPC_CheckPredicate,
26,
64,
3,
0, // Skip to: 18748
/* 17916 */ MCD_OPC_CheckField,
19,
1,
1,
57,
3,
0, // Skip to: 18748
/* 17923 */ MCD_OPC_Decode,
161,
27,
150,
2, // Opcode: VSLIv16i8
/* 17928 */ MCD_OPC_FilterValue,
1,
47,
3,
0, // Skip to: 18748
/* 17933 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17936 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17951
/* 17941 */ MCD_OPC_CheckPredicate,
26,
34,
3,
0, // Skip to: 18748
/* 17946 */ MCD_OPC_Decode,
246,
26,
151,
2, // Opcode: VSHLiv8i16
/* 17951 */ MCD_OPC_FilterValue,
1,
24,
3,
0, // Skip to: 18748
/* 17956 */ MCD_OPC_CheckPredicate,
26,
19,
3,
0, // Skip to: 18748
/* 17961 */ MCD_OPC_Decode,
167,
27,
152,
2, // Opcode: VSLIv8i16
/* 17966 */ MCD_OPC_FilterValue,
1,
9,
3,
0, // Skip to: 18748
/* 17971 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 17974 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 17989
/* 17979 */ MCD_OPC_CheckPredicate,
26,
252,
2,
0, // Skip to: 18748
/* 17984 */ MCD_OPC_Decode,
245,
26,
153,
2, // Opcode: VSHLiv4i32
/* 17989 */ MCD_OPC_FilterValue,
1,
242,
2,
0, // Skip to: 18748
/* 17994 */ MCD_OPC_CheckPredicate,
26,
237,
2,
0, // Skip to: 18748
/* 17999 */ MCD_OPC_Decode,
166,
27,
154,
2, // Opcode: VSLIv4i32
/* 18004 */ MCD_OPC_FilterValue,
6,
84,
0,
0, // Skip to: 18093
/* 18009 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 18012 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 18071
/* 18017 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 18020 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 18049
/* 18025 */ MCD_OPC_CheckPredicate,
26,
206,
2,
0, // Skip to: 18748
/* 18030 */ MCD_OPC_CheckField,
24,
1,
1,
199,
2,
0, // Skip to: 18748
/* 18037 */ MCD_OPC_CheckField,
19,
1,
1,
192,
2,
0, // Skip to: 18748
/* 18044 */ MCD_OPC_Decode,
135,
25,
149,
2, // Opcode: VQSHLsuv16i8
/* 18049 */ MCD_OPC_FilterValue,
1,
182,
2,
0, // Skip to: 18748
/* 18054 */ MCD_OPC_CheckPredicate,
26,
177,
2,
0, // Skip to: 18748
/* 18059 */ MCD_OPC_CheckField,
24,
1,
1,
170,
2,
0, // Skip to: 18748
/* 18066 */ MCD_OPC_Decode,
141,
25,
151,
2, // Opcode: VQSHLsuv8i16
/* 18071 */ MCD_OPC_FilterValue,
1,
160,
2,
0, // Skip to: 18748
/* 18076 */ MCD_OPC_CheckPredicate,
26,
155,
2,
0, // Skip to: 18748
/* 18081 */ MCD_OPC_CheckField,
24,
1,
1,
148,
2,
0, // Skip to: 18748
/* 18088 */ MCD_OPC_Decode,
140,
25,
153,
2, // Opcode: VQSHLsuv4i32
/* 18093 */ MCD_OPC_FilterValue,
7,
139,
0,
0, // Skip to: 18237
/* 18098 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 18101 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 18199
/* 18106 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 18109 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 18161
/* 18114 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18117 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18139
/* 18122 */ MCD_OPC_CheckPredicate,
26,
109,
2,
0, // Skip to: 18748
/* 18127 */ MCD_OPC_CheckField,
19,
1,
1,
102,
2,
0, // Skip to: 18748
/* 18134 */ MCD_OPC_Decode,
255,
24,
149,
2, // Opcode: VQSHLsiv16i8
/* 18139 */ MCD_OPC_FilterValue,
1,
92,
2,
0, // Skip to: 18748
/* 18144 */ MCD_OPC_CheckPredicate,
26,
87,
2,
0, // Skip to: 18748
/* 18149 */ MCD_OPC_CheckField,
19,
1,
1,
80,
2,
0, // Skip to: 18748
/* 18156 */ MCD_OPC_Decode,
151,
25,
149,
2, // Opcode: VQSHLuiv16i8
/* 18161 */ MCD_OPC_FilterValue,
1,
70,
2,
0, // Skip to: 18748
/* 18166 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18169 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18184
/* 18174 */ MCD_OPC_CheckPredicate,
26,
57,
2,
0, // Skip to: 18748
/* 18179 */ MCD_OPC_Decode,
133,
25,
151,
2, // Opcode: VQSHLsiv8i16
/* 18184 */ MCD_OPC_FilterValue,
1,
47,
2,
0, // Skip to: 18748
/* 18189 */ MCD_OPC_CheckPredicate,
26,
42,
2,
0, // Skip to: 18748
/* 18194 */ MCD_OPC_Decode,
157,
25,
151,
2, // Opcode: VQSHLuiv8i16
/* 18199 */ MCD_OPC_FilterValue,
1,
32,
2,
0, // Skip to: 18748
/* 18204 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18207 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18222
/* 18212 */ MCD_OPC_CheckPredicate,
26,
19,
2,
0, // Skip to: 18748
/* 18217 */ MCD_OPC_Decode,
132,
25,
153,
2, // Opcode: VQSHLsiv4i32
/* 18222 */ MCD_OPC_FilterValue,
1,
9,
2,
0, // Skip to: 18748
/* 18227 */ MCD_OPC_CheckPredicate,
26,
4,
2,
0, // Skip to: 18748
/* 18232 */ MCD_OPC_Decode,
156,
25,
153,
2, // Opcode: VQSHLuiv4i32
/* 18237 */ MCD_OPC_FilterValue,
8,
139,
0,
0, // Skip to: 18381
/* 18242 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 18245 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 18343
/* 18250 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 18253 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 18305
/* 18258 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18261 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18283
/* 18266 */ MCD_OPC_CheckPredicate,
26,
221,
1,
0, // Skip to: 18748
/* 18271 */ MCD_OPC_CheckField,
19,
1,
1,
214,
1,
0, // Skip to: 18748
/* 18278 */ MCD_OPC_Decode,
164,
26,
131,
2, // Opcode: VRSHRNv8i8
/* 18283 */ MCD_OPC_FilterValue,
1,
204,
1,
0, // Skip to: 18748
/* 18288 */ MCD_OPC_CheckPredicate,
26,
199,
1,
0, // Skip to: 18748
/* 18293 */ MCD_OPC_CheckField,
19,
1,
1,
192,
1,
0, // Skip to: 18748
/* 18300 */ MCD_OPC_Decode,
254,
24,
131,
2, // Opcode: VQRSHRUNv8i8
/* 18305 */ MCD_OPC_FilterValue,
1,
182,
1,
0, // Skip to: 18748
/* 18310 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18313 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18328
/* 18318 */ MCD_OPC_CheckPredicate,
26,
169,
1,
0, // Skip to: 18748
/* 18323 */ MCD_OPC_Decode,
163,
26,
132,
2, // Opcode: VRSHRNv4i16
/* 18328 */ MCD_OPC_FilterValue,
1,
159,
1,
0, // Skip to: 18748
/* 18333 */ MCD_OPC_CheckPredicate,
26,
154,
1,
0, // Skip to: 18748
/* 18338 */ MCD_OPC_Decode,
253,
24,
132,
2, // Opcode: VQRSHRUNv4i16
/* 18343 */ MCD_OPC_FilterValue,
1,
144,
1,
0, // Skip to: 18748
/* 18348 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18351 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18366
/* 18356 */ MCD_OPC_CheckPredicate,
26,
131,
1,
0, // Skip to: 18748
/* 18361 */ MCD_OPC_Decode,
162,
26,
133,
2, // Opcode: VRSHRNv2i32
/* 18366 */ MCD_OPC_FilterValue,
1,
121,
1,
0, // Skip to: 18748
/* 18371 */ MCD_OPC_CheckPredicate,
26,
116,
1,
0, // Skip to: 18748
/* 18376 */ MCD_OPC_Decode,
252,
24,
133,
2, // Opcode: VQRSHRUNv2i32
/* 18381 */ MCD_OPC_FilterValue,
9,
139,
0,
0, // Skip to: 18525
/* 18386 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 18389 */ MCD_OPC_FilterValue,
0,
93,
0,
0, // Skip to: 18487
/* 18394 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 18397 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 18449
/* 18402 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18405 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18427
/* 18410 */ MCD_OPC_CheckPredicate,
26,
77,
1,
0, // Skip to: 18748
/* 18415 */ MCD_OPC_CheckField,
19,
1,
1,
70,
1,
0, // Skip to: 18748
/* 18422 */ MCD_OPC_Decode,
248,
24,
131,
2, // Opcode: VQRSHRNsv8i8
/* 18427 */ MCD_OPC_FilterValue,
1,
60,
1,
0, // Skip to: 18748
/* 18432 */ MCD_OPC_CheckPredicate,
26,
55,
1,
0, // Skip to: 18748
/* 18437 */ MCD_OPC_CheckField,
19,
1,
1,
48,
1,
0, // Skip to: 18748
/* 18444 */ MCD_OPC_Decode,
251,
24,
131,
2, // Opcode: VQRSHRNuv8i8
/* 18449 */ MCD_OPC_FilterValue,
1,
38,
1,
0, // Skip to: 18748
/* 18454 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18457 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18472
/* 18462 */ MCD_OPC_CheckPredicate,
26,
25,
1,
0, // Skip to: 18748
/* 18467 */ MCD_OPC_Decode,
247,
24,
132,
2, // Opcode: VQRSHRNsv4i16
/* 18472 */ MCD_OPC_FilterValue,
1,
15,
1,
0, // Skip to: 18748
/* 18477 */ MCD_OPC_CheckPredicate,
26,
10,
1,
0, // Skip to: 18748
/* 18482 */ MCD_OPC_Decode,
250,
24,
132,
2, // Opcode: VQRSHRNuv4i16
/* 18487 */ MCD_OPC_FilterValue,
1,
0,
1,
0, // Skip to: 18748
/* 18492 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18495 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18510
/* 18500 */ MCD_OPC_CheckPredicate,
26,
243,
0,
0, // Skip to: 18748
/* 18505 */ MCD_OPC_Decode,
246,
24,
133,
2, // Opcode: VQRSHRNsv2i32
/* 18510 */ MCD_OPC_FilterValue,
1,
233,
0,
0, // Skip to: 18748
/* 18515 */ MCD_OPC_CheckPredicate,
26,
228,
0,
0, // Skip to: 18748
/* 18520 */ MCD_OPC_Decode,
249,
24,
133,
2, // Opcode: VQRSHRNuv2i32
/* 18525 */ MCD_OPC_FilterValue,
12,
33,
0,
0, // Skip to: 18563
/* 18530 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18533 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18548
/* 18538 */ MCD_OPC_CheckPredicate,
27,
205,
0,
0, // Skip to: 18748
/* 18543 */ MCD_OPC_Decode,
169,
18,
155,
2, // Opcode: VCVTxs2hq
/* 18548 */ MCD_OPC_FilterValue,
1,
195,
0,
0, // Skip to: 18748
/* 18553 */ MCD_OPC_CheckPredicate,
27,
190,
0,
0, // Skip to: 18748
/* 18558 */ MCD_OPC_Decode,
173,
18,
155,
2, // Opcode: VCVTxu2hq
/* 18563 */ MCD_OPC_FilterValue,
13,
33,
0,
0, // Skip to: 18601
/* 18568 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18571 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18586
/* 18576 */ MCD_OPC_CheckPredicate,
27,
167,
0,
0, // Skip to: 18748
/* 18581 */ MCD_OPC_Decode,
155,
18,
155,
2, // Opcode: VCVTh2xsq
/* 18586 */ MCD_OPC_FilterValue,
1,
157,
0,
0, // Skip to: 18748
/* 18591 */ MCD_OPC_CheckPredicate,
27,
152,
0,
0, // Skip to: 18748
/* 18596 */ MCD_OPC_Decode,
157,
18,
155,
2, // Opcode: VCVTh2xuq
/* 18601 */ MCD_OPC_FilterValue,
14,
80,
0,
0, // Skip to: 18686
/* 18606 */ MCD_OPC_ExtractField,
5,
1, // Inst{5} ...
/* 18609 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18631
/* 18614 */ MCD_OPC_CheckPredicate,
26,
34,
0,
0, // Skip to: 18653
/* 18619 */ MCD_OPC_CheckField,
19,
3,
0,
27,
0,
0, // Skip to: 18653
/* 18626 */ MCD_OPC_Decode,
128,
23,
138,
2, // Opcode: VMOVv16i8
/* 18631 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 18653
/* 18636 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 18653
/* 18641 */ MCD_OPC_CheckField,
19,
3,
0,
5,
0,
0, // Skip to: 18653
/* 18648 */ MCD_OPC_Decode,
132,
23,
138,
2, // Opcode: VMOVv2i64
/* 18653 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18656 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18671
/* 18661 */ MCD_OPC_CheckPredicate,
26,
82,
0,
0, // Skip to: 18748
/* 18666 */ MCD_OPC_Decode,
167,
18,
155,
2, // Opcode: VCVTxs2fq
/* 18671 */ MCD_OPC_FilterValue,
1,
72,
0,
0, // Skip to: 18748
/* 18676 */ MCD_OPC_CheckPredicate,
26,
67,
0,
0, // Skip to: 18748
/* 18681 */ MCD_OPC_Decode,
171,
18,
155,
2, // Opcode: VCVTxu2fq
/* 18686 */ MCD_OPC_FilterValue,
15,
57,
0,
0, // Skip to: 18748
/* 18691 */ MCD_OPC_ExtractField,
24,
1, // Inst{24} ...
/* 18694 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18709
/* 18699 */ MCD_OPC_CheckPredicate,
26,
20,
0,
0, // Skip to: 18724
/* 18704 */ MCD_OPC_Decode,
146,
18,
155,
2, // Opcode: VCVTf2xsq
/* 18709 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 18724
/* 18714 */ MCD_OPC_CheckPredicate,
26,
5,
0,
0, // Skip to: 18724
/* 18719 */ MCD_OPC_Decode,
148,
18,
155,
2, // Opcode: VCVTf2xuq
/* 18724 */ MCD_OPC_CheckPredicate,
26,
19,
0,
0, // Skip to: 18748
/* 18729 */ MCD_OPC_CheckField,
19,
3,
0,
12,
0,
0, // Skip to: 18748
/* 18736 */ MCD_OPC_CheckField,
5,
1,
0,
5,
0,
0, // Skip to: 18748
/* 18743 */ MCD_OPC_Decode,
133,
23,
138,
2, // Opcode: VMOVv4f32
/* 18748 */ MCD_OPC_ExtractField,
5,
1, // Inst{5} ...
/* 18751 */ MCD_OPC_FilterValue,
0,
88,
0,
0, // Skip to: 18844
/* 18756 */ MCD_OPC_ExtractField,
19,
3, // Inst{21-19} ...
/* 18759 */ MCD_OPC_FilterValue,
0,
211,
1,
0, // Skip to: 19231
/* 18764 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 18767 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18789
/* 18772 */ MCD_OPC_CheckPredicate,
26,
57,
0,
0, // Skip to: 18834
/* 18777 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 18834
/* 18784 */ MCD_OPC_Decode,
136,
23,
138,
2, // Opcode: VMOVv8i16
/* 18789 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 18834
/* 18794 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 18797 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18812
/* 18802 */ MCD_OPC_CheckPredicate,
26,
27,
0,
0, // Skip to: 18834
/* 18807 */ MCD_OPC_Decode,
229,
23,
138,
2, // Opcode: VORRiv4i32
/* 18812 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 18834
/* 18817 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 18834
/* 18822 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 18834
/* 18829 */ MCD_OPC_Decode,
230,
23,
138,
2, // Opcode: VORRiv8i16
/* 18834 */ MCD_OPC_CheckPredicate,
26,
136,
1,
0, // Skip to: 19231
/* 18839 */ MCD_OPC_Decode,
135,
23,
138,
2, // Opcode: VMOVv4i32
/* 18844 */ MCD_OPC_FilterValue,
1,
126,
1,
0, // Skip to: 19231
/* 18849 */ MCD_OPC_ExtractField,
19,
3, // Inst{21-19} ...
/* 18852 */ MCD_OPC_FilterValue,
0,
118,
1,
0, // Skip to: 19231
/* 18857 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 18860 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 18882
/* 18865 */ MCD_OPC_CheckPredicate,
26,
57,
0,
0, // Skip to: 18927
/* 18870 */ MCD_OPC_CheckField,
10,
2,
2,
50,
0,
0, // Skip to: 18927
/* 18877 */ MCD_OPC_Decode,
201,
23,
138,
2, // Opcode: VMVNv8i16
/* 18882 */ MCD_OPC_FilterValue,
1,
40,
0,
0, // Skip to: 18927
/* 18887 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 18890 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 18905
/* 18895 */ MCD_OPC_CheckPredicate,
26,
27,
0,
0, // Skip to: 18927
/* 18900 */ MCD_OPC_Decode,
189,
16,
138,
2, // Opcode: VBICiv4i32
/* 18905 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 18927
/* 18910 */ MCD_OPC_CheckPredicate,
26,
12,
0,
0, // Skip to: 18927
/* 18915 */ MCD_OPC_CheckField,
10,
1,
0,
5,
0,
0, // Skip to: 18927
/* 18922 */ MCD_OPC_Decode,
190,
16,
138,
2, // Opcode: VBICiv8i16
/* 18927 */ MCD_OPC_CheckPredicate,
26,
43,
1,
0, // Skip to: 19231
/* 18932 */ MCD_OPC_Decode,
200,
23,
138,
2, // Opcode: VMVNv4i32
/* 18937 */ MCD_OPC_FilterValue,
1,
33,
1,
0, // Skip to: 19231
/* 18942 */ MCD_OPC_ExtractField,
8,
4, // Inst{11-8} ...
/* 18945 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 18985
/* 18950 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 18953 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 18969
/* 18959 */ MCD_OPC_CheckPredicate,
26,
11,
1,
0, // Skip to: 19231
/* 18964 */ MCD_OPC_Decode,
142,
27,
156,
2, // Opcode: VSHRsv2i64
/* 18969 */ MCD_OPC_FilterValue,
243,
1,
0,
1,
0, // Skip to: 19231
/* 18975 */ MCD_OPC_CheckPredicate,
26,
251,
0,
0, // Skip to: 19231
/* 18980 */ MCD_OPC_Decode,
150,
27,
156,
2, // Opcode: VSHRuv2i64
/* 18985 */ MCD_OPC_FilterValue,
1,
35,
0,
0, // Skip to: 19025
/* 18990 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 18993 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 19009
/* 18999 */ MCD_OPC_CheckPredicate,
26,
227,
0,
0, // Skip to: 19231
/* 19004 */ MCD_OPC_Decode,
179,
27,
157,
2, // Opcode: VSRAsv2i64
/* 19009 */ MCD_OPC_FilterValue,
243,
1,
216,
0,
0, // Skip to: 19231
/* 19015 */ MCD_OPC_CheckPredicate,
26,
211,
0,
0, // Skip to: 19231
/* 19020 */ MCD_OPC_Decode,
187,
27,
157,
2, // Opcode: VSRAuv2i64
/* 19025 */ MCD_OPC_FilterValue,
2,
35,
0,
0, // Skip to: 19065
/* 19030 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 19033 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 19049
/* 19039 */ MCD_OPC_CheckPredicate,
26,
187,
0,
0, // Skip to: 19231
/* 19044 */ MCD_OPC_Decode,
168,
26,
156,
2, // Opcode: VRSHRsv2i64
/* 19049 */ MCD_OPC_FilterValue,
243,
1,
176,
0,
0, // Skip to: 19231
/* 19055 */ MCD_OPC_CheckPredicate,
26,
171,
0,
0, // Skip to: 19231
/* 19060 */ MCD_OPC_Decode,
176,
26,
156,
2, // Opcode: VRSHRuv2i64
/* 19065 */ MCD_OPC_FilterValue,
3,
35,
0,
0, // Skip to: 19105
/* 19070 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 19073 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 19089
/* 19079 */ MCD_OPC_CheckPredicate,
26,
147,
0,
0, // Skip to: 19231
/* 19084 */ MCD_OPC_Decode,
194,
26,
157,
2, // Opcode: VRSRAsv2i64
/* 19089 */ MCD_OPC_FilterValue,
243,
1,
136,
0,
0, // Skip to: 19231
/* 19095 */ MCD_OPC_CheckPredicate,
26,
131,
0,
0, // Skip to: 19231
/* 19100 */ MCD_OPC_Decode,
202,
26,
157,
2, // Opcode: VRSRAuv2i64
/* 19105 */ MCD_OPC_FilterValue,
4,
18,
0,
0, // Skip to: 19128
/* 19110 */ MCD_OPC_CheckPredicate,
26,
116,
0,
0, // Skip to: 19231
/* 19115 */ MCD_OPC_CheckField,
24,
8,
243,
1,
108,
0,
0, // Skip to: 19231
/* 19123 */ MCD_OPC_Decode,
195,
27,
157,
2, // Opcode: VSRIv2i64
/* 19128 */ MCD_OPC_FilterValue,
5,
35,
0,
0, // Skip to: 19168
/* 19133 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 19136 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 19152
/* 19142 */ MCD_OPC_CheckPredicate,
26,
84,
0,
0, // Skip to: 19231
/* 19147 */ MCD_OPC_Decode,
243,
26,
158,
2, // Opcode: VSHLiv2i64
/* 19152 */ MCD_OPC_FilterValue,
243,
1,
73,
0,
0, // Skip to: 19231
/* 19158 */ MCD_OPC_CheckPredicate,
26,
68,
0,
0, // Skip to: 19231
/* 19163 */ MCD_OPC_Decode,
164,
27,
159,
2, // Opcode: VSLIv2i64
/* 19168 */ MCD_OPC_FilterValue,
6,
18,
0,
0, // Skip to: 19191
/* 19173 */ MCD_OPC_CheckPredicate,
26,
53,
0,
0, // Skip to: 19231
/* 19178 */ MCD_OPC_CheckField,
24,
8,
243,
1,
45,
0,
0, // Skip to: 19231
/* 19186 */ MCD_OPC_Decode,
138,
25,
158,
2, // Opcode: VQSHLsuv2i64
/* 19191 */ MCD_OPC_FilterValue,
7,
35,
0,
0, // Skip to: 19231
/* 19196 */ MCD_OPC_ExtractField,
24,
8, // Inst{31-24} ...
/* 19199 */ MCD_OPC_FilterValue,
242,
1,
10,
0,
0, // Skip to: 19215
/* 19205 */ MCD_OPC_CheckPredicate,
26,
21,
0,
0, // Skip to: 19231
/* 19210 */ MCD_OPC_Decode,
130,
25,
158,
2, // Opcode: VQSHLsiv2i64
/* 19215 */ MCD_OPC_FilterValue,
243,
1,
10,
0,
0, // Skip to: 19231
/* 19221 */ MCD_OPC_CheckPredicate,
26,
5,
0,
0, // Skip to: 19231
/* 19226 */ MCD_OPC_Decode,
154,
25,
158,
2, // Opcode: VQSHLuiv2i64
/* 19231 */ 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,
33,
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,
229,
26,
160,
2, // Opcode: VSETLNi32
/* 48 */ MCD_OPC_FilterValue,
1,
159,
1,
0, // Skip to: 468
/* 53 */ MCD_OPC_CheckPredicate,
34,
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,
232,
18,
161,
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,
228,
26,
162,
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,
233,
18,
163,
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,
230,
26,
164,
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,
234,
18,
165,
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,
179,
18,
166,
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,
180,
18,
167,
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,
177,
18,
166,
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,
178,
18,
167,
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,
235,
18,
163,
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,
181,
18,
166,
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,
182,
18,
167,
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,
236,
18,
165,
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,
183,
29,
168,
2, // Opcode: VST4d8
/* 50 */ MCD_OPC_CheckPredicate,
26,
246,
25,
0, // Skip to: 6701
/* 55 */ MCD_OPC_Decode,
186,
29,
168,
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,
175,
29,
168,
2, // Opcode: VST4d16
/* 82 */ MCD_OPC_CheckPredicate,
26,
214,
25,
0, // Skip to: 6701
/* 87 */ MCD_OPC_Decode,
178,
29,
168,
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,
179,
29,
168,
2, // Opcode: VST4d32
/* 114 */ MCD_OPC_CheckPredicate,
26,
182,
25,
0, // Skip to: 6701
/* 119 */ MCD_OPC_Decode,
182,
29,
168,
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,
204,
27,
169,
2, // Opcode: VST1LNd8
/* 155 */ MCD_OPC_CheckPredicate,
26,
141,
25,
0, // Skip to: 6701
/* 160 */ MCD_OPC_Decode,
205,
27,
169,
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,
220,
21,
168,
2, // Opcode: VLD4d8
/* 204 */ MCD_OPC_CheckPredicate,
26,
92,
25,
0, // Skip to: 6701
/* 209 */ MCD_OPC_Decode,
223,
21,
168,
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,
212,
21,
168,
2, // Opcode: VLD4d16
/* 236 */ MCD_OPC_CheckPredicate,
26,
60,
25,
0, // Skip to: 6701
/* 241 */ MCD_OPC_Decode,
215,
21,
168,
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,
216,
21,
168,
2, // Opcode: VLD4d32
/* 268 */ MCD_OPC_CheckPredicate,
26,
28,
25,
0, // Skip to: 6701
/* 273 */ MCD_OPC_Decode,
219,
21,
168,
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,
157,
19,
170,
2, // Opcode: VLD1LNd8
/* 309 */ MCD_OPC_CheckPredicate,
26,
243,
24,
0, // Skip to: 6701
/* 314 */ MCD_OPC_Decode,
158,
19,
170,
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,
197,
29,
168,
2, // Opcode: VST4q8
/* 366 */ MCD_OPC_CheckPredicate,
26,
186,
24,
0, // Skip to: 6701
/* 371 */ MCD_OPC_Decode,
199,
29,
168,
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,
187,
29,
168,
2, // Opcode: VST4q16
/* 398 */ MCD_OPC_CheckPredicate,
26,
154,
24,
0, // Skip to: 6701
/* 403 */ MCD_OPC_Decode,
189,
29,
168,
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,
192,
29,
168,
2, // Opcode: VST4q32
/* 430 */ MCD_OPC_CheckPredicate,
26,
122,
24,
0, // Skip to: 6701
/* 435 */ MCD_OPC_Decode,
194,
29,
168,
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,
188,
28,
171,
2, // Opcode: VST2LNd8
/* 463 */ MCD_OPC_CheckPredicate,
26,
89,
24,
0, // Skip to: 6701
/* 468 */ MCD_OPC_Decode,
191,
28,
171,
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,
234,
21,
168,
2, // Opcode: VLD4q8
/* 512 */ MCD_OPC_CheckPredicate,
26,
40,
24,
0, // Skip to: 6701
/* 517 */ MCD_OPC_Decode,
236,
21,
168,
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,
224,
21,
168,
2, // Opcode: VLD4q16
/* 544 */ MCD_OPC_CheckPredicate,
26,
8,
24,
0, // Skip to: 6701
/* 549 */ MCD_OPC_Decode,
226,
21,
168,
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,
229,
21,
168,
2, // Opcode: VLD4q32
/* 576 */ MCD_OPC_CheckPredicate,
26,
232,
23,
0, // Skip to: 6701
/* 581 */ MCD_OPC_Decode,
231,
21,
168,
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,
171,
20,
172,
2, // Opcode: VLD2LNd8
/* 609 */ MCD_OPC_CheckPredicate,
26,
199,
23,
0, // Skip to: 6701
/* 614 */ MCD_OPC_Decode,
174,
20,
172,
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,
134,
28,
173,
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,
130,
28,
173,
2, // Opcode: VST1d8Q
/* 682 */ MCD_OPC_CheckPredicate,
26,
126,
23,
0, // Skip to: 6701
/* 687 */ MCD_OPC_Decode,
135,
28,
173,
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,
217,
27,
173,
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,
213,
27,
173,
2, // Opcode: VST1d16Q
/* 730 */ MCD_OPC_CheckPredicate,
26,
78,
23,
0, // Skip to: 6701
/* 735 */ MCD_OPC_Decode,
218,
27,
173,
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,
232,
27,
173,
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,
228,
27,
173,
2, // Opcode: VST1d32Q
/* 778 */ MCD_OPC_CheckPredicate,
26,
30,
23,
0, // Skip to: 6701
/* 783 */ MCD_OPC_Decode,
233,
27,
173,
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,
247,
27,
173,
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,
243,
27,
173,
2, // Opcode: VST1d64Q
/* 826 */ MCD_OPC_CheckPredicate,
26,
238,
22,
0, // Skip to: 6701
/* 831 */ MCD_OPC_Decode,
248,
27,
173,
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,
244,
28,
174,
2, // Opcode: VST3LNd8
/* 867 */ MCD_OPC_CheckPredicate,
26,
197,
22,
0, // Skip to: 6701
/* 872 */ MCD_OPC_Decode,
247,
28,
174,
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,
215,
19,
173,
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,
211,
19,
173,
2, // Opcode: VLD1d8Q
/* 932 */ MCD_OPC_CheckPredicate,
26,
132,
22,
0, // Skip to: 6701
/* 937 */ MCD_OPC_Decode,
216,
19,
173,
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,
170,
19,
173,
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,
166,
19,
173,
2, // Opcode: VLD1d16Q
/* 980 */ MCD_OPC_CheckPredicate,
26,
84,
22,
0, // Skip to: 6701
/* 985 */ MCD_OPC_Decode,
171,
19,
173,
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,
185,
19,
173,
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,
181,
19,
173,
2, // Opcode: VLD1d32Q
/* 1028 */ MCD_OPC_CheckPredicate,
26,
36,
22,
0, // Skip to: 6701
/* 1033 */ MCD_OPC_Decode,
186,
19,
173,
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,
200,
19,
173,
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,
196,
19,
173,
2, // Opcode: VLD1d64Q
/* 1076 */ MCD_OPC_CheckPredicate,
26,
244,
21,
0, // Skip to: 6701
/* 1081 */ MCD_OPC_Decode,
201,
19,
173,
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,
254,
20,
175,
2, // Opcode: VLD3LNd8
/* 1117 */ MCD_OPC_CheckPredicate,
26,
203,
21,
0, // Skip to: 6701
/* 1122 */ MCD_OPC_Decode,
129,
21,
175,
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,
234,
28,
176,
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,
230,
28,
176,
2, // Opcode: VST2q8
/* 1190 */ MCD_OPC_CheckPredicate,
26,
130,
21,
0, // Skip to: 6701
/* 1195 */ MCD_OPC_Decode,
235,
28,
176,
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,
222,
28,
176,
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,
218,
28,
176,
2, // Opcode: VST2q16
/* 1238 */ MCD_OPC_CheckPredicate,
26,
82,
21,
0, // Skip to: 6701
/* 1243 */ MCD_OPC_Decode,
223,
28,
176,
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,
228,
28,
176,
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,
224,
28,
176,
2, // Opcode: VST2q32
/* 1286 */ MCD_OPC_CheckPredicate,
26,
34,
21,
0, // Skip to: 6701
/* 1291 */ MCD_OPC_Decode,
229,
28,
176,
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,
163,
29,
177,
2, // Opcode: VST4LNd8
/* 1319 */ MCD_OPC_CheckPredicate,
26,
1,
21,
0, // Skip to: 6701
/* 1324 */ MCD_OPC_Decode,
166,
29,
177,
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,
217,
20,
176,
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,
213,
20,
176,
2, // Opcode: VLD2q8
/* 1384 */ MCD_OPC_CheckPredicate,
26,
192,
20,
0, // Skip to: 6701
/* 1389 */ MCD_OPC_Decode,
218,
20,
176,
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,
205,
20,
176,
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,
201,
20,
176,
2, // Opcode: VLD2q16
/* 1432 */ MCD_OPC_CheckPredicate,
26,
144,
20,
0, // Skip to: 6701
/* 1437 */ MCD_OPC_Decode,
206,
20,
176,
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,
211,
20,
176,
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,
207,
20,
176,
2, // Opcode: VLD2q32
/* 1480 */ MCD_OPC_CheckPredicate,
26,
96,
20,
0, // Skip to: 6701
/* 1485 */ MCD_OPC_Decode,
212,
20,
176,
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,
200,
21,
178,
2, // Opcode: VLD4LNd8
/* 1513 */ MCD_OPC_CheckPredicate,
26,
63,
20,
0, // Skip to: 6701
/* 1518 */ MCD_OPC_Decode,
203,
21,
178,
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,
136,
29,
179,
2, // Opcode: VST3d8
/* 1570 */ MCD_OPC_CheckPredicate,
26,
6,
20,
0, // Skip to: 6701
/* 1575 */ MCD_OPC_Decode,
139,
29,
179,
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,
128,
29,
179,
2, // Opcode: VST3d16
/* 1602 */ MCD_OPC_CheckPredicate,
26,
230,
19,
0, // Skip to: 6701
/* 1607 */ MCD_OPC_Decode,
131,
29,
179,
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,
132,
29,
179,
2, // Opcode: VST3d32
/* 1634 */ MCD_OPC_CheckPredicate,
26,
198,
19,
0, // Skip to: 6701
/* 1639 */ MCD_OPC_Decode,
135,
29,
179,
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,
200,
27,
169,
2, // Opcode: VST1LNd16
/* 1675 */ MCD_OPC_CheckPredicate,
26,
157,
19,
0, // Skip to: 6701
/* 1680 */ MCD_OPC_Decode,
201,
27,
169,
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,
146,
21,
179,
2, // Opcode: VLD3d8
/* 1724 */ MCD_OPC_CheckPredicate,
26,
108,
19,
0, // Skip to: 6701
/* 1729 */ MCD_OPC_Decode,
149,
21,
179,
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,
138,
21,
179,
2, // Opcode: VLD3d16
/* 1756 */ MCD_OPC_CheckPredicate,
26,
76,
19,
0, // Skip to: 6701
/* 1761 */ MCD_OPC_Decode,
141,
21,
179,
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,
142,
21,
179,
2, // Opcode: VLD3d32
/* 1788 */ MCD_OPC_CheckPredicate,
26,
44,
19,
0, // Skip to: 6701
/* 1793 */ MCD_OPC_Decode,
145,
21,
179,
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,
153,
19,
170,
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,
154,
19,
170,
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,
150,
29,
179,
2, // Opcode: VST3q8
/* 1893 */ MCD_OPC_CheckPredicate,
26,
195,
18,
0, // Skip to: 6701
/* 1898 */ MCD_OPC_Decode,
152,
29,
179,
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,
140,
29,
179,
2, // Opcode: VST3q16
/* 1925 */ MCD_OPC_CheckPredicate,
26,
163,
18,
0, // Skip to: 6701
/* 1930 */ MCD_OPC_Decode,
142,
29,
179,
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,
145,
29,
179,
2, // Opcode: VST3q32
/* 1957 */ MCD_OPC_CheckPredicate,
26,
131,
18,
0, // Skip to: 6701
/* 1962 */ MCD_OPC_Decode,
147,
29,
179,
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,
180,
28,
171,
2, // Opcode: VST2LNd16
/* 1990 */ MCD_OPC_CheckPredicate,
26,
98,
18,
0, // Skip to: 6701
/* 1995 */ MCD_OPC_Decode,
183,
28,
171,
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,
160,
21,
179,
2, // Opcode: VLD3q8
/* 2039 */ MCD_OPC_CheckPredicate,
26,
49,
18,
0, // Skip to: 6701
/* 2044 */ MCD_OPC_Decode,
162,
21,
179,
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,
150,
21,
179,
2, // Opcode: VLD3q16
/* 2071 */ MCD_OPC_CheckPredicate,
26,
17,
18,
0, // Skip to: 6701
/* 2076 */ MCD_OPC_Decode,
152,
21,
179,
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,
155,
21,
179,
2, // Opcode: VLD3q32
/* 2103 */ MCD_OPC_CheckPredicate,
26,
241,
17,
0, // Skip to: 6701
/* 2108 */ MCD_OPC_Decode,
157,
21,
179,
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,
163,
20,
172,
2, // Opcode: VLD2LNd16
/* 2136 */ MCD_OPC_CheckPredicate,
26,
208,
17,
0, // Skip to: 6701
/* 2141 */ MCD_OPC_Decode,
166,
20,
172,
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,
192,
28,
171,
2, // Opcode: VST2LNq16
/* 2185 */ MCD_OPC_CheckPredicate,
26,
159,
17,
0, // Skip to: 6701
/* 2190 */ MCD_OPC_Decode,
195,
28,
171,
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,
175,
20,
172,
2, // Opcode: VLD2LNq16
/* 2226 */ MCD_OPC_CheckPredicate,
26,
118,
17,
0, // Skip to: 6701
/* 2231 */ MCD_OPC_Decode,
178,
20,
172,
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,
140,
28,
173,
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,
136,
28,
173,
2, // Opcode: VST1d8T
/* 2306 */ MCD_OPC_CheckPredicate,
26,
38,
17,
0, // Skip to: 6701
/* 2311 */ MCD_OPC_Decode,
141,
28,
173,
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,
223,
27,
173,
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,
219,
27,
173,
2, // Opcode: VST1d16T
/* 2361 */ MCD_OPC_CheckPredicate,
26,
239,
16,
0, // Skip to: 6701
/* 2366 */ MCD_OPC_Decode,
224,
27,
173,
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,
238,
27,
173,
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,
234,
27,
173,
2, // Opcode: VST1d32T
/* 2416 */ MCD_OPC_CheckPredicate,
26,
184,
16,
0, // Skip to: 6701
/* 2421 */ MCD_OPC_Decode,
239,
27,
173,
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,
253,
27,
173,
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,
249,
27,
173,
2, // Opcode: VST1d64T
/* 2471 */ MCD_OPC_CheckPredicate,
26,
129,
16,
0, // Skip to: 6701
/* 2476 */ MCD_OPC_Decode,
254,
27,
173,
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,
236,
28,
174,
2, // Opcode: VST3LNd16
/* 2512 */ MCD_OPC_CheckPredicate,
26,
88,
16,
0, // Skip to: 6701
/* 2517 */ MCD_OPC_Decode,
239,
28,
174,
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,
248,
28,
174,
2, // Opcode: VST3LNq16
/* 2544 */ MCD_OPC_CheckPredicate,
26,
56,
16,
0, // Skip to: 6701
/* 2549 */ MCD_OPC_Decode,
251,
28,
174,
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,
221,
19,
173,
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,
217,
19,
173,
2, // Opcode: VLD1d8T
/* 2617 */ MCD_OPC_CheckPredicate,
26,
239,
15,
0, // Skip to: 6701
/* 2622 */ MCD_OPC_Decode,
222,
19,
173,
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,
176,
19,
173,
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,
172,
19,
173,
2, // Opcode: VLD1d16T
/* 2665 */ MCD_OPC_CheckPredicate,
26,
191,
15,
0, // Skip to: 6701
/* 2670 */ MCD_OPC_Decode,
177,
19,
173,
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,
191,
19,
173,
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,
187,
19,
173,
2, // Opcode: VLD1d32T
/* 2713 */ MCD_OPC_CheckPredicate,
26,
143,
15,
0, // Skip to: 6701
/* 2718 */ MCD_OPC_Decode,
192,
19,
173,
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,
206,
19,
173,
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,
202,
19,
173,
2, // Opcode: VLD1d64T
/* 2761 */ MCD_OPC_CheckPredicate,
26,
95,
15,
0, // Skip to: 6701
/* 2766 */ MCD_OPC_Decode,
207,
19,
173,
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,
246,
20,
175,
2, // Opcode: VLD3LNd16
/* 2802 */ MCD_OPC_CheckPredicate,
26,
54,
15,
0, // Skip to: 6701
/* 2807 */ MCD_OPC_Decode,
249,
20,
175,
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,
130,
21,
175,
2, // Opcode: VLD3LNq16
/* 2851 */ MCD_OPC_CheckPredicate,
26,
5,
15,
0, // Skip to: 6701
/* 2856 */ MCD_OPC_Decode,
133,
21,
175,
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,
142,
28,
173,
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,
129,
28,
173,
2, // Opcode: VST1d8
/* 2932 */ MCD_OPC_CheckPredicate,
26,
180,
14,
0, // Skip to: 6701
/* 2937 */ MCD_OPC_Decode,
143,
28,
173,
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,
225,
27,
173,
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,
212,
27,
173,
2, // Opcode: VST1d16
/* 2980 */ MCD_OPC_CheckPredicate,
26,
132,
14,
0, // Skip to: 6701
/* 2985 */ MCD_OPC_Decode,
226,
27,
173,
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,
240,
27,
173,
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,
227,
27,
173,
2, // Opcode: VST1d32
/* 3028 */ MCD_OPC_CheckPredicate,
26,
84,
14,
0, // Skip to: 6701
/* 3033 */ MCD_OPC_Decode,
241,
27,
173,
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,
255,
27,
173,
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,
242,
27,
173,
2, // Opcode: VST1d64
/* 3076 */ MCD_OPC_CheckPredicate,
26,
36,
14,
0, // Skip to: 6701
/* 3081 */ MCD_OPC_Decode,
128,
28,
173,
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,
155,
29,
177,
2, // Opcode: VST4LNd16
/* 3109 */ MCD_OPC_CheckPredicate,
26,
3,
14,
0, // Skip to: 6701
/* 3114 */ MCD_OPC_Decode,
158,
29,
177,
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,
223,
19,
173,
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,
210,
19,
173,
2, // Opcode: VLD1d8
/* 3174 */ MCD_OPC_CheckPredicate,
26,
194,
13,
0, // Skip to: 6701
/* 3179 */ MCD_OPC_Decode,
224,
19,
173,
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,
178,
19,
173,
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,
165,
19,
173,
2, // Opcode: VLD1d16
/* 3222 */ MCD_OPC_CheckPredicate,
26,
146,
13,
0, // Skip to: 6701
/* 3227 */ MCD_OPC_Decode,
179,
19,
173,
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,
193,
19,
173,
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,
180,
19,
173,
2, // Opcode: VLD1d32
/* 3270 */ MCD_OPC_CheckPredicate,
26,
98,
13,
0, // Skip to: 6701
/* 3275 */ MCD_OPC_Decode,
194,
19,
173,
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,
208,
19,
173,
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,
195,
19,
173,
2, // Opcode: VLD1d64
/* 3318 */ MCD_OPC_CheckPredicate,
26,
50,
13,
0, // Skip to: 6701
/* 3323 */ MCD_OPC_Decode,
209,
19,
173,
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,
192,
21,
178,
2, // Opcode: VLD4LNd16
/* 3351 */ MCD_OPC_CheckPredicate,
26,
17,
13,
0, // Skip to: 6701
/* 3356 */ MCD_OPC_Decode,
195,
21,
178,
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,
167,
29,
177,
2, // Opcode: VST4LNq16
/* 3400 */ MCD_OPC_CheckPredicate,
26,
224,
12,
0, // Skip to: 6701
/* 3405 */ MCD_OPC_Decode,
170,
29,
177,
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,
204,
21,
178,
2, // Opcode: VLD4LNq16
/* 3441 */ MCD_OPC_CheckPredicate,
26,
183,
12,
0, // Skip to: 6701
/* 3446 */ MCD_OPC_Decode,
207,
21,
178,
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,
216,
28,
176,
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,
215,
28,
176,
2, // Opcode: VST2d8
/* 3522 */ MCD_OPC_CheckPredicate,
26,
102,
12,
0, // Skip to: 6701
/* 3527 */ MCD_OPC_Decode,
217,
28,
176,
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,
213,
28,
176,
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,
212,
28,
176,
2, // Opcode: VST2d32
/* 3570 */ MCD_OPC_CheckPredicate,
26,
54,
12,
0, // Skip to: 6701
/* 3575 */ MCD_OPC_Decode,
214,
28,
176,
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,
202,
27,
169,
2, // Opcode: VST1LNd32
/* 3603 */ MCD_OPC_CheckPredicate,
26,
21,
12,
0, // Skip to: 6701
/* 3608 */ MCD_OPC_Decode,
203,
27,
169,
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,
199,
20,
176,
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,
198,
20,
176,
2, // Opcode: VLD2d8
/* 3668 */ MCD_OPC_CheckPredicate,
26,
212,
11,
0, // Skip to: 6701
/* 3673 */ MCD_OPC_Decode,
200,
20,
176,
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,
196,
20,
176,
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,
195,
20,
176,
2, // Opcode: VLD2d32
/* 3716 */ MCD_OPC_CheckPredicate,
26,
164,
11,
0, // Skip to: 6701
/* 3721 */ MCD_OPC_Decode,
197,
20,
176,
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,
155,
19,
170,
2, // Opcode: VLD1LNd32
/* 3749 */ MCD_OPC_CheckPredicate,
26,
131,
11,
0, // Skip to: 6701
/* 3754 */ MCD_OPC_Decode,
156,
19,
170,
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,
210,
28,
176,
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,
209,
28,
176,
2, // Opcode: VST2d16
/* 3822 */ MCD_OPC_CheckPredicate,
26,
58,
11,
0, // Skip to: 6701
/* 3827 */ MCD_OPC_Decode,
211,
28,
176,
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,
193,
20,
176,
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,
192,
20,
176,
2, // Opcode: VLD2d16
/* 3887 */ MCD_OPC_CheckPredicate,
26,
249,
10,
0, // Skip to: 6701
/* 3892 */ MCD_OPC_Decode,
194,
20,
176,
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,
207,
28,
176,
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,
206,
28,
176,
2, // Opcode: VST2b8
/* 3968 */ MCD_OPC_CheckPredicate,
26,
168,
10,
0, // Skip to: 6701
/* 3973 */ MCD_OPC_Decode,
208,
28,
176,
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,
204,
28,
176,
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,
203,
28,
176,
2, // Opcode: VST2b32
/* 4016 */ MCD_OPC_CheckPredicate,
26,
120,
10,
0, // Skip to: 6701
/* 4021 */ MCD_OPC_Decode,
205,
28,
176,
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,
184,
28,
171,
2, // Opcode: VST2LNd32
/* 4057 */ MCD_OPC_CheckPredicate,
26,
79,
10,
0, // Skip to: 6701
/* 4062 */ MCD_OPC_Decode,
187,
28,
171,
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,
190,
20,
176,
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,
189,
20,
176,
2, // Opcode: VLD2b8
/* 4122 */ MCD_OPC_CheckPredicate,
26,
14,
10,
0, // Skip to: 6701
/* 4127 */ MCD_OPC_Decode,
191,
20,
176,
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,
187,
20,
176,
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,
186,
20,
176,
2, // Opcode: VLD2b32
/* 4170 */ MCD_OPC_CheckPredicate,
26,
222,
9,
0, // Skip to: 6701
/* 4175 */ MCD_OPC_Decode,
188,
20,
176,
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,
167,
20,
172,
2, // Opcode: VLD2LNd32
/* 4211 */ MCD_OPC_CheckPredicate,
26,
181,
9,
0, // Skip to: 6701
/* 4216 */ MCD_OPC_Decode,
170,
20,
172,
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,
201,
28,
176,
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,
200,
28,
176,
2, // Opcode: VST2b16
/* 4284 */ MCD_OPC_CheckPredicate,
26,
108,
9,
0, // Skip to: 6701
/* 4289 */ MCD_OPC_Decode,
202,
28,
176,
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,
196,
28,
171,
2, // Opcode: VST2LNq32
/* 4325 */ MCD_OPC_CheckPredicate,
26,
67,
9,
0, // Skip to: 6701
/* 4330 */ MCD_OPC_Decode,
199,
28,
171,
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,
184,
20,
176,
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,
183,
20,
176,
2, // Opcode: VLD2b16
/* 4390 */ MCD_OPC_CheckPredicate,
26,
2,
9,
0, // Skip to: 6701
/* 4395 */ MCD_OPC_Decode,
185,
20,
176,
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,
179,
20,
172,
2, // Opcode: VLD2LNq32
/* 4431 */ MCD_OPC_CheckPredicate,
26,
217,
8,
0, // Skip to: 6701
/* 4436 */ MCD_OPC_Decode,
182,
20,
172,
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,
178,
28,
173,
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,
171,
28,
173,
2, // Opcode: VST1q8
/* 4512 */ MCD_OPC_CheckPredicate,
26,
136,
8,
0, // Skip to: 6701
/* 4517 */ MCD_OPC_Decode,
179,
28,
173,
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,
160,
28,
173,
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,
153,
28,
173,
2, // Opcode: VST1q32
/* 4560 */ MCD_OPC_CheckPredicate,
26,
88,
8,
0, // Skip to: 6701
/* 4565 */ MCD_OPC_Decode,
161,
28,
173,
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,
240,
28,
174,
2, // Opcode: VST3LNd32
/* 4601 */ MCD_OPC_CheckPredicate,
26,
47,
8,
0, // Skip to: 6701
/* 4606 */ MCD_OPC_Decode,
243,
28,
174,
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,
131,
20,
173,
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,
252,
19,
173,
2, // Opcode: VLD1q8
/* 4666 */ MCD_OPC_CheckPredicate,
26,
238,
7,
0, // Skip to: 6701
/* 4671 */ MCD_OPC_Decode,
132,
20,
173,
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,
241,
19,
173,
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,
234,
19,
173,
2, // Opcode: VLD1q32
/* 4714 */ MCD_OPC_CheckPredicate,
26,
190,
7,
0, // Skip to: 6701
/* 4719 */ MCD_OPC_Decode,
242,
19,
173,
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,
250,
20,
175,
2, // Opcode: VLD3LNd32
/* 4755 */ MCD_OPC_CheckPredicate,
26,
149,
7,
0, // Skip to: 6701
/* 4760 */ MCD_OPC_Decode,
253,
20,
175,
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,
151,
28,
173,
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,
144,
28,
173,
2, // Opcode: VST1q16
/* 4828 */ MCD_OPC_CheckPredicate,
26,
76,
7,
0, // Skip to: 6701
/* 4833 */ MCD_OPC_Decode,
152,
28,
173,
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,
169,
28,
173,
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,
162,
28,
173,
2, // Opcode: VST1q64
/* 4876 */ MCD_OPC_CheckPredicate,
26,
28,
7,
0, // Skip to: 6701
/* 4881 */ MCD_OPC_Decode,
170,
28,
173,
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,
252,
28,
174,
2, // Opcode: VST3LNq32
/* 4917 */ MCD_OPC_CheckPredicate,
26,
243,
6,
0, // Skip to: 6701
/* 4922 */ MCD_OPC_Decode,
255,
28,
174,
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,
232,
19,
173,
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,
225,
19,
173,
2, // Opcode: VLD1q16
/* 4982 */ MCD_OPC_CheckPredicate,
26,
178,
6,
0, // Skip to: 6701
/* 4987 */ MCD_OPC_Decode,
233,
19,
173,
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,
250,
19,
173,
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,
243,
19,
173,
2, // Opcode: VLD1q64
/* 5030 */ MCD_OPC_CheckPredicate,
26,
130,
6,
0, // Skip to: 6701
/* 5035 */ MCD_OPC_Decode,
251,
19,
173,
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,
134,
21,
175,
2, // Opcode: VLD3LNq32
/* 5071 */ MCD_OPC_CheckPredicate,
26,
89,
6,
0, // Skip to: 6701
/* 5076 */ MCD_OPC_Decode,
137,
21,
175,
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,
159,
29,
177,
2, // Opcode: VST4LNd32
/* 5128 */ MCD_OPC_CheckPredicate,
26,
32,
6,
0, // Skip to: 6701
/* 5133 */ MCD_OPC_Decode,
162,
29,
177,
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,
196,
21,
178,
2, // Opcode: VLD4LNd32
/* 5169 */ MCD_OPC_CheckPredicate,
26,
247,
5,
0, // Skip to: 6701
/* 5174 */ MCD_OPC_Decode,
199,
21,
178,
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,
171,
29,
177,
2, // Opcode: VST4LNq32
/* 5218 */ MCD_OPC_CheckPredicate,
26,
198,
5,
0, // Skip to: 6701
/* 5223 */ MCD_OPC_Decode,
174,
29,
177,
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,
208,
21,
178,
2, // Opcode: VLD4LNq32
/* 5259 */ MCD_OPC_CheckPredicate,
26,
157,
5,
0, // Skip to: 6701
/* 5264 */ MCD_OPC_Decode,
211,
21,
178,
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,
142,
19,
180,
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,
141,
19,
180,
2, // Opcode: VLD1DUPd8
/* 5332 */ MCD_OPC_CheckPredicate,
26,
84,
5,
0, // Skip to: 6701
/* 5337 */ MCD_OPC_Decode,
143,
19,
180,
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,
151,
19,
180,
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,
150,
19,
180,
2, // Opcode: VLD1DUPq8
/* 5397 */ MCD_OPC_CheckPredicate,
26,
19,
5,
0, // Skip to: 6701
/* 5402 */ MCD_OPC_Decode,
152,
19,
180,
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,
136,
19,
180,
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,
135,
19,
180,
2, // Opcode: VLD1DUPd16
/* 5462 */ MCD_OPC_CheckPredicate,
26,
210,
4,
0, // Skip to: 6701
/* 5467 */ MCD_OPC_Decode,
137,
19,
180,
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,
145,
19,
180,
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,
144,
19,
180,
2, // Opcode: VLD1DUPq16
/* 5527 */ MCD_OPC_CheckPredicate,
26,
145,
4,
0, // Skip to: 6701
/* 5532 */ MCD_OPC_Decode,
146,
19,
180,
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,
139,
19,
180,
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,
138,
19,
180,
2, // Opcode: VLD1DUPd32
/* 5592 */ MCD_OPC_CheckPredicate,
26,
80,
4,
0, // Skip to: 6701
/* 5597 */ MCD_OPC_Decode,
140,
19,
180,
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,
148,
19,
180,
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,
147,
19,
180,
2, // Opcode: VLD1DUPq32
/* 5657 */ MCD_OPC_CheckPredicate,
26,
15,
4,
0, // Skip to: 6701
/* 5662 */ MCD_OPC_Decode,
149,
19,
180,
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,
146,
20,
181,
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,
145,
20,
181,
2, // Opcode: VLD2DUPd8
/* 5730 */ MCD_OPC_CheckPredicate,
26,
198,
3,
0, // Skip to: 6701
/* 5735 */ MCD_OPC_Decode,
147,
20,
181,
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,
149,
20,
181,
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,
148,
20,
181,
2, // Opcode: VLD2DUPd8x2
/* 5795 */ MCD_OPC_CheckPredicate,
26,
133,
3,
0, // Skip to: 6701
/* 5800 */ MCD_OPC_Decode,
150,
20,
181,
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,
134,
20,
181,
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,
133,
20,
181,
2, // Opcode: VLD2DUPd16
/* 5860 */ MCD_OPC_CheckPredicate,
26,
68,
3,
0, // Skip to: 6701
/* 5865 */ MCD_OPC_Decode,
135,
20,
181,
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,
137,
20,
181,
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,
136,
20,
181,
2, // Opcode: VLD2DUPd16x2
/* 5925 */ MCD_OPC_CheckPredicate,
26,
3,
3,
0, // Skip to: 6701
/* 5930 */ MCD_OPC_Decode,
138,
20,
181,
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,
140,
20,
181,
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,
139,
20,
181,
2, // Opcode: VLD2DUPd32
/* 5990 */ MCD_OPC_CheckPredicate,
26,
194,
2,
0, // Skip to: 6701
/* 5995 */ MCD_OPC_Decode,
141,
20,
181,
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,
143,
20,
181,
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,
142,
20,
181,
2, // Opcode: VLD2DUPd32x2
/* 6055 */ MCD_OPC_CheckPredicate,
26,
129,
2,
0, // Skip to: 6701
/* 6060 */ MCD_OPC_Decode,
144,
20,
181,
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,
227,
20,
182,
2, // Opcode: VLD3DUPd8
/* 6112 */ MCD_OPC_CheckPredicate,
26,
72,
2,
0, // Skip to: 6701
/* 6117 */ MCD_OPC_Decode,
230,
20,
182,
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,
241,
20,
182,
2, // Opcode: VLD3DUPq8
/* 6161 */ MCD_OPC_CheckPredicate,
26,
23,
2,
0, // Skip to: 6701
/* 6166 */ MCD_OPC_Decode,
245,
20,
182,
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,
219,
20,
182,
2, // Opcode: VLD3DUPd16
/* 6210 */ MCD_OPC_CheckPredicate,
26,
230,
1,
0, // Skip to: 6701
/* 6215 */ MCD_OPC_Decode,
222,
20,
182,
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,
231,
20,
182,
2, // Opcode: VLD3DUPq16
/* 6259 */ MCD_OPC_CheckPredicate,
26,
181,
1,
0, // Skip to: 6701
/* 6264 */ MCD_OPC_Decode,
235,
20,
182,
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,
223,
20,
182,
2, // Opcode: VLD3DUPd32
/* 6308 */ MCD_OPC_CheckPredicate,
26,
132,
1,
0, // Skip to: 6701
/* 6313 */ MCD_OPC_Decode,
226,
20,
182,
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,
236,
20,
182,
2, // Opcode: VLD3DUPq32
/* 6357 */ MCD_OPC_CheckPredicate,
26,
83,
1,
0, // Skip to: 6701
/* 6362 */ MCD_OPC_Decode,
240,
20,
182,
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,
173,
21,
183,
2, // Opcode: VLD4DUPd8
/* 6430 */ MCD_OPC_CheckPredicate,
26,
10,
1,
0, // Skip to: 6701
/* 6435 */ MCD_OPC_Decode,
176,
21,
183,
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,
165,
21,
183,
2, // Opcode: VLD4DUPd16
/* 6479 */ MCD_OPC_CheckPredicate,
26,
217,
0,
0, // Skip to: 6701
/* 6484 */ MCD_OPC_Decode,
168,
21,
183,
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,
169,
21,
183,
2, // Opcode: VLD4DUPd32
/* 6528 */ MCD_OPC_CheckPredicate,
26,
168,
0,
0, // Skip to: 6701
/* 6533 */ MCD_OPC_Decode,
172,
21,
183,
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,
187,
21,
183,
2, // Opcode: VLD4DUPq8
/* 6593 */ MCD_OPC_CheckPredicate,
26,
103,
0,
0, // Skip to: 6701
/* 6598 */ MCD_OPC_Decode,
191,
21,
183,
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,
177,
21,
183,
2, // Opcode: VLD4DUPq16
/* 6642 */ MCD_OPC_CheckPredicate,
26,
54,
0,
0, // Skip to: 6701
/* 6647 */ MCD_OPC_Decode,
181,
21,
183,
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,
182,
21,
183,
2, // Opcode: VLD4DUPq32
/* 6691 */ MCD_OPC_CheckPredicate,
26,
5,
0,
0, // Skip to: 6701
/* 6696 */ MCD_OPC_Decode,
186,
21,
183,
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,
35,
181,
4,
0, // Skip to: 1218
/* 13 */ MCD_OPC_CheckField,
6,
6,
0,
174,
4,
0, // Skip to: 1218
/* 20 */ MCD_OPC_Decode,
165,
34,
184,
2, // Opcode: tMOVSr
/* 25 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 47
/* 30 */ MCD_OPC_CheckPredicate,
35,
159,
4,
0, // Skip to: 1218
/* 35 */ MCD_OPC_CheckField,
11,
1,
1,
152,
4,
0, // Skip to: 1218
/* 42 */ MCD_OPC_Decode,
141,
34,
185,
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,
35,
113,
4,
0, // Skip to: 1218
/* 81 */ MCD_OPC_Decode,
197,
34,
184,
2, // Opcode: tTST
/* 86 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 101
/* 91 */ MCD_OPC_CheckPredicate,
35,
98,
4,
0, // Skip to: 1218
/* 96 */ MCD_OPC_Decode,
142,
34,
184,
2, // Opcode: tCMPr
/* 101 */ MCD_OPC_FilterValue,
3,
88,
4,
0, // Skip to: 1218
/* 106 */ MCD_OPC_CheckPredicate,
35,
83,
4,
0, // Skip to: 1218
/* 111 */ MCD_OPC_Decode,
139,
34,
184,
2, // Opcode: tCMNz
/* 116 */ MCD_OPC_FilterValue,
4,
51,
0,
0, // Skip to: 172
/* 121 */ MCD_OPC_CheckPredicate,
35,
12,
0,
0, // Skip to: 138
/* 126 */ MCD_OPC_CheckField,
3,
4,
13,
5,
0,
0, // Skip to: 138
/* 133 */ MCD_OPC_Decode,
246,
33,
186,
2, // Opcode: tADDrSP
/* 138 */ MCD_OPC_CheckPredicate,
35,
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,
250,
33,
186,
2, // Opcode: tADDspr
/* 162 */ MCD_OPC_CheckPredicate,
35,
27,
4,
0, // Skip to: 1218
/* 167 */ MCD_OPC_Decode,
243,
33,
187,
2, // Opcode: tADDhirr
/* 172 */ MCD_OPC_FilterValue,
5,
10,
0,
0, // Skip to: 187
/* 177 */ MCD_OPC_CheckPredicate,
35,
12,
4,
0, // Skip to: 1218
/* 182 */ MCD_OPC_Decode,
140,
34,
188,
2, // Opcode: tCMPhir
/* 187 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 202
/* 192 */ MCD_OPC_CheckPredicate,
35,
253,
3,
0, // Skip to: 1218
/* 197 */ MCD_OPC_Decode,
167,
34,
188,
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,
36,
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,
135,
34,
189,
2, // Opcode: tBXNS
/* 235 */ MCD_OPC_CheckPredicate,
35,
210,
3,
0, // Skip to: 1218
/* 240 */ MCD_OPC_SoftFail,
7,
0,
/* 243 */ MCD_OPC_Decode,
134,
34,
189,
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,
37,
184,
3,
0, // Skip to: 1218
/* 266 */ MCD_OPC_CheckField,
0,
2,
0,
177,
3,
0, // Skip to: 1218
/* 273 */ MCD_OPC_Decode,
133,
34,
189,
2, // Opcode: tBLXr
/* 278 */ MCD_OPC_FilterValue,
1,
167,
3,
0, // Skip to: 1218
/* 283 */ MCD_OPC_CheckPredicate,
36,
162,
3,
0, // Skip to: 1218
/* 288 */ MCD_OPC_SoftFail,
3,
0,
/* 291 */ MCD_OPC_Decode,
131,
34,
190,
2, // Opcode: tBLXNSr
/* 296 */ MCD_OPC_FilterValue,
1,
149,
3,
0, // Skip to: 1218
/* 301 */ MCD_OPC_CheckPredicate,
35,
144,
3,
0, // Skip to: 1218
/* 306 */ MCD_OPC_Decode,
158,
34,
191,
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,
35,
121,
3,
0, // Skip to: 1218
/* 329 */ MCD_OPC_Decode,
187,
34,
192,
2, // Opcode: tSTRr
/* 334 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 349
/* 339 */ MCD_OPC_CheckPredicate,
35,
106,
3,
0, // Skip to: 1218
/* 344 */ MCD_OPC_Decode,
185,
34,
192,
2, // Opcode: tSTRHr
/* 349 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 364
/* 354 */ MCD_OPC_CheckPredicate,
35,
91,
3,
0, // Skip to: 1218
/* 359 */ MCD_OPC_Decode,
183,
34,
192,
2, // Opcode: tSTRBr
/* 364 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 379
/* 369 */ MCD_OPC_CheckPredicate,
35,
76,
3,
0, // Skip to: 1218
/* 374 */ MCD_OPC_Decode,
155,
34,
192,
2, // Opcode: tLDRSB
/* 379 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 394
/* 384 */ MCD_OPC_CheckPredicate,
35,
61,
3,
0, // Skip to: 1218
/* 389 */ MCD_OPC_Decode,
159,
34,
192,
2, // Opcode: tLDRr
/* 394 */ MCD_OPC_FilterValue,
5,
10,
0,
0, // Skip to: 409
/* 399 */ MCD_OPC_CheckPredicate,
35,
46,
3,
0, // Skip to: 1218
/* 404 */ MCD_OPC_Decode,
154,
34,
192,
2, // Opcode: tLDRHr
/* 409 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 424
/* 414 */ MCD_OPC_CheckPredicate,
35,
31,
3,
0, // Skip to: 1218
/* 419 */ MCD_OPC_Decode,
152,
34,
192,
2, // Opcode: tLDRBr
/* 424 */ MCD_OPC_FilterValue,
7,
21,
3,
0, // Skip to: 1218
/* 429 */ MCD_OPC_CheckPredicate,
35,
16,
3,
0, // Skip to: 1218
/* 434 */ MCD_OPC_Decode,
156,
34,
192,
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,
35,
249,
2,
0, // Skip to: 1218
/* 457 */ MCD_OPC_Decode,
186,
34,
193,
2, // Opcode: tSTRi
/* 462 */ MCD_OPC_FilterValue,
1,
239,
2,
0, // Skip to: 1218
/* 467 */ MCD_OPC_CheckPredicate,
35,
234,
2,
0, // Skip to: 1218
/* 472 */ MCD_OPC_Decode,
157,
34,
193,
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,
35,
211,
2,
0, // Skip to: 1218
/* 495 */ MCD_OPC_Decode,
182,
34,
193,
2, // Opcode: tSTRBi
/* 500 */ MCD_OPC_FilterValue,
1,
201,
2,
0, // Skip to: 1218
/* 505 */ MCD_OPC_CheckPredicate,
35,
196,
2,
0, // Skip to: 1218
/* 510 */ MCD_OPC_Decode,
151,
34,
193,
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,
35,
173,
2,
0, // Skip to: 1218
/* 533 */ MCD_OPC_Decode,
184,
34,
193,
2, // Opcode: tSTRHi
/* 538 */ MCD_OPC_FilterValue,
1,
163,
2,
0, // Skip to: 1218
/* 543 */ MCD_OPC_CheckPredicate,
35,
158,
2,
0, // Skip to: 1218
/* 548 */ MCD_OPC_Decode,
153,
34,
193,
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,
35,
135,
2,
0, // Skip to: 1218
/* 571 */ MCD_OPC_Decode,
188,
34,
194,
2, // Opcode: tSTRspi
/* 576 */ MCD_OPC_FilterValue,
1,
125,
2,
0, // Skip to: 1218
/* 581 */ MCD_OPC_CheckPredicate,
35,
120,
2,
0, // Skip to: 1218
/* 586 */ MCD_OPC_Decode,
160,
34,
194,
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,
35,
97,
2,
0, // Skip to: 1218
/* 609 */ MCD_OPC_Decode,
251,
33,
195,
2, // Opcode: tADR
/* 614 */ MCD_OPC_FilterValue,
1,
87,
2,
0, // Skip to: 1218
/* 619 */ MCD_OPC_CheckPredicate,
35,
82,
2,
0, // Skip to: 1218
/* 624 */ MCD_OPC_Decode,
247,
33,
195,
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,
35,
35,
2,
0, // Skip to: 1218
/* 671 */ MCD_OPC_Decode,
249,
33,
196,
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,
38,
12,
2,
0, // Skip to: 1218
/* 694 */ MCD_OPC_Decode,
195,
34,
184,
2, // Opcode: tSXTH
/* 699 */ MCD_OPC_FilterValue,
1,
2,
2,
0, // Skip to: 1218
/* 704 */ MCD_OPC_CheckPredicate,
38,
253,
1,
0, // Skip to: 1218
/* 709 */ MCD_OPC_Decode,
194,
34,
184,
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,
35,
230,
1,
0, // Skip to: 1218
/* 732 */ MCD_OPC_Decode,
192,
34,
196,
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,
38,
207,
1,
0, // Skip to: 1218
/* 755 */ MCD_OPC_Decode,
200,
34,
184,
2, // Opcode: tUXTH
/* 760 */ MCD_OPC_FilterValue,
1,
197,
1,
0, // Skip to: 1218
/* 765 */ MCD_OPC_CheckPredicate,
38,
192,
1,
0, // Skip to: 1218
/* 770 */ MCD_OPC_Decode,
199,
34,
184,
2, // Opcode: tUXTB
/* 775 */ MCD_OPC_FilterValue,
1,
182,
1,
0, // Skip to: 1218
/* 780 */ MCD_OPC_CheckPredicate,
39,
177,
1,
0, // Skip to: 1218
/* 785 */ MCD_OPC_Decode,
138,
34,
197,
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,
35,
154,
1,
0, // Skip to: 1218
/* 808 */ MCD_OPC_Decode,
173,
34,
198,
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,
40,
131,
1,
0, // Skip to: 1218
/* 831 */ MCD_OPC_SoftFail,
7,
16,
/* 834 */ MCD_OPC_Decode,
203,
32,
199,
2, // Opcode: t2SETPAN
/* 839 */ MCD_OPC_FilterValue,
2,
24,
0,
0, // Skip to: 868
/* 844 */ MCD_OPC_CheckPredicate,
41,
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,
180,
34,
199,
2, // Opcode: tSETEND
/* 868 */ MCD_OPC_FilterValue,
3,
89,
1,
0, // Skip to: 1218
/* 873 */ MCD_OPC_CheckPredicate,
35,
84,
1,
0, // Skip to: 1218
/* 878 */ MCD_OPC_CheckField,
3,
1,
0,
77,
1,
0, // Skip to: 1218
/* 885 */ MCD_OPC_Decode,
143,
34,
200,
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,
38,
46,
1,
0, // Skip to: 1218
/* 916 */ MCD_OPC_CheckField,
9,
1,
1,
39,
1,
0, // Skip to: 1218
/* 923 */ MCD_OPC_Decode,
174,
34,
184,
2, // Opcode: tREV
/* 928 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 950
/* 933 */ MCD_OPC_CheckPredicate,
38,
24,
1,
0, // Skip to: 1218
/* 938 */ MCD_OPC_CheckField,
9,
1,
1,
17,
1,
0, // Skip to: 1218
/* 945 */ MCD_OPC_Decode,
175,
34,
184,
2, // Opcode: tREV16
/* 950 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 972
/* 955 */ MCD_OPC_CheckPredicate,
42,
2,
1,
0, // Skip to: 1218
/* 960 */ MCD_OPC_CheckField,
9,
1,
1,
251,
0,
0, // Skip to: 1218
/* 967 */ MCD_OPC_Decode,
146,
34,
201,
2, // Opcode: tHLT
/* 972 */ MCD_OPC_FilterValue,
3,
241,
0,
0, // Skip to: 1218
/* 977 */ MCD_OPC_CheckPredicate,
38,
236,
0,
0, // Skip to: 1218
/* 982 */ MCD_OPC_CheckField,
9,
1,
1,
229,
0,
0, // Skip to: 1218
/* 989 */ MCD_OPC_Decode,
176,
34,
184,
2, // Opcode: tREVSH
/* 994 */ MCD_OPC_FilterValue,
1,
219,
0,
0, // Skip to: 1218
/* 999 */ MCD_OPC_CheckPredicate,
39,
214,
0,
0, // Skip to: 1218
/* 1004 */ MCD_OPC_Decode,
137,
34,
197,
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,
35,
191,
0,
0, // Skip to: 1218
/* 1027 */ MCD_OPC_Decode,
172,
34,
202,
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,
35,
168,
0,
0, // Skip to: 1218
/* 1050 */ MCD_OPC_Decode,
129,
34,
203,
2, // Opcode: tBKPT
/* 1055 */ MCD_OPC_FilterValue,
1,
158,
0,
0, // Skip to: 1218
/* 1060 */ MCD_OPC_CheckPredicate,
43,
153,
0,
0, // Skip to: 1218
/* 1065 */ MCD_OPC_CheckField,
0,
4,
0,
146,
0,
0, // Skip to: 1218
/* 1072 */ MCD_OPC_Decode,
145,
34,
204,
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,
35,
123,
0,
0, // Skip to: 1218
/* 1095 */ MCD_OPC_Decode,
181,
34,
205,
2, // Opcode: tSTMIA_UPD
/* 1100 */ MCD_OPC_FilterValue,
1,
113,
0,
0, // Skip to: 1218
/* 1105 */ MCD_OPC_CheckPredicate,
35,
108,
0,
0, // Skip to: 1218
/* 1110 */ MCD_OPC_Decode,
150,
34,
206,
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,
35,
19,
0,
0, // Skip to: 1153
/* 1134 */ MCD_OPC_Decode,
201,
34,
61, // Opcode: t__brkdiv0
/* 1138 */ MCD_OPC_FilterValue,
254,
29,
9,
0,
0, // Skip to: 1153
/* 1144 */ MCD_OPC_CheckPredicate,
35,
4,
0,
0, // Skip to: 1153
/* 1149 */ MCD_OPC_Decode,
196,
34,
61, // 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,
35,
20,
0,
0, // Skip to: 1186
/* 1166 */ MCD_OPC_Decode,
198,
34,
203,
2, // Opcode: tUDF
/* 1171 */ MCD_OPC_FilterValue,
15,
10,
0,
0, // Skip to: 1186
/* 1176 */ MCD_OPC_CheckPredicate,
35,
5,
0,
0, // Skip to: 1186
/* 1181 */ MCD_OPC_Decode,
193,
34,
203,
2, // Opcode: tSVC
/* 1186 */ MCD_OPC_CheckPredicate,
35,
27,
0,
0, // Skip to: 1218
/* 1191 */ MCD_OPC_Decode,
136,
34,
207,
2, // Opcode: tBcc
/* 1196 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 1218
/* 1201 */ MCD_OPC_CheckPredicate,
35,
12,
0,
0, // Skip to: 1218
/* 1206 */ MCD_OPC_CheckField,
11,
1,
0,
5,
0,
0, // Skip to: 1218
/* 1213 */ MCD_OPC_Decode,
255,
33,
208,
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,
44,
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,
132,
34,
209,
2, // Opcode: tBLXi
/* 39 */ MCD_OPC_FilterValue,
1,
24,
0,
0, // Skip to: 68
/* 44 */ MCD_OPC_CheckPredicate,
35,
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,
130,
34,
210,
2, // Opcode: tBL
/* 68 */ MCD_OPC_Fail,
0
};
static const uint8_t DecoderTableThumb216[] = {
/* 0 */ MCD_OPC_CheckPredicate,
45,
13,
0,
0, // Skip to: 18
/* 5 */ MCD_OPC_CheckField,
8,
8,
191,
1,
5,
0,
0, // Skip to: 18
/* 13 */ MCD_OPC_Decode,
170,
31,
211,
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,
46,
109,
35,
0, // Skip to: 9106
/* 37 */ MCD_OPC_CheckField,
5,
15,
128,
220,
1,
100,
35,
0, // Skip to: 9106
/* 46 */ MCD_OPC_Decode,
248,
32,
85, // Opcode: t2SRSDB
/* 50 */ MCD_OPC_FilterValue,
1,
91,
35,
0, // Skip to: 9106
/* 55 */ MCD_OPC_CheckPredicate,
46,
86,
35,
0, // Skip to: 9106
/* 60 */ MCD_OPC_CheckField,
0,
16,
128,
128,
3,
77,
35,
0, // Skip to: 9106
/* 69 */ MCD_OPC_Decode,
183,
32,
82, // 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,
45,
55,
35,
0, // Skip to: 9106
/* 91 */ MCD_OPC_CheckField,
15,
1,
0,
48,
35,
0, // Skip to: 9106
/* 98 */ MCD_OPC_CheckField,
13,
1,
0,
41,
35,
0, // Skip to: 9106
/* 105 */ MCD_OPC_Decode,
154,
33,
212,
2, // Opcode: t2STMIA
/* 110 */ MCD_OPC_FilterValue,
1,
31,
35,
0, // Skip to: 9106
/* 115 */ MCD_OPC_CheckPredicate,
47,
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,
136,
31,
213,
2, // Opcode: t2CLRM
/* 139 */ MCD_OPC_CheckPredicate,
45,
2,
35,
0, // Skip to: 9106
/* 144 */ MCD_OPC_Decode,
198,
31,
214,
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,
45,
235,
34,
0, // Skip to: 9106
/* 167 */ MCD_OPC_CheckField,
15,
1,
0,
228,
34,
0, // Skip to: 9106
/* 174 */ MCD_OPC_CheckField,
13,
1,
0,
221,
34,
0, // Skip to: 9106
/* 181 */ MCD_OPC_Decode,
152,
33,
212,
2, // Opcode: t2STMDB
/* 186 */ MCD_OPC_FilterValue,
1,
211,
34,
0, // Skip to: 9106
/* 191 */ MCD_OPC_CheckPredicate,
45,
206,
34,
0, // Skip to: 9106
/* 196 */ MCD_OPC_Decode,
196,
31,
214,
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,
46,
183,
34,
0, // Skip to: 9106
/* 219 */ MCD_OPC_CheckField,
5,
15,
128,
220,
1,
174,
34,
0, // Skip to: 9106
/* 228 */ MCD_OPC_Decode,
250,
32,
85, // Opcode: t2SRSIA
/* 232 */ MCD_OPC_FilterValue,
1,
165,
34,
0, // Skip to: 9106
/* 237 */ MCD_OPC_CheckPredicate,
46,
160,
34,
0, // Skip to: 9106
/* 242 */ MCD_OPC_CheckField,
0,
16,
128,
128,
3,
151,
34,
0, // Skip to: 9106
/* 251 */ MCD_OPC_Decode,
185,
32,
82, // Opcode: t2RFEIA
/* 255 */ MCD_OPC_FilterValue,
4,
93,
0,
0, // Skip to: 353
/* 260 */ MCD_OPC_CheckPredicate,
45,
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,
201,
33,
215,
2, // Opcode: t2TSTrr
/* 285 */ MCD_OPC_CheckPredicate,
45,
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,
202,
33,
216,
2, // Opcode: t2TSTrs
/* 309 */ MCD_OPC_CheckPredicate,
45,
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,
240,
30,
217,
2, // Opcode: t2ANDrr
/* 338 */ MCD_OPC_CheckPredicate,
45,
59,
34,
0, // Skip to: 9106
/* 343 */ MCD_OPC_SoftFail,
128,
128,
2 /* 0x8000 */,
0,
/* 348 */ MCD_OPC_Decode,
241,
30,
218,
2, // Opcode: t2ANDrs
/* 353 */ MCD_OPC_FilterValue,
5,
93,
0,
0, // Skip to: 451
/* 358 */ MCD_OPC_CheckPredicate,
45,
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,
197,
33,
215,
2, // Opcode: t2TEQrr
/* 383 */ MCD_OPC_CheckPredicate,
45,
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,
198,
33,
216,
2, // Opcode: t2TEQrs
/* 407 */ MCD_OPC_CheckPredicate,
45,
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,
165,
31,
217,
2, // Opcode: t2EORrr
/* 436 */ MCD_OPC_CheckPredicate,
45,
217,
33,
0, // Skip to: 9106
/* 441 */ MCD_OPC_SoftFail,
128,
128,
2 /* 0x8000 */,
0,
/* 446 */ MCD_OPC_Decode,
166,
31,
218,
2, // Opcode: t2EORrs
/* 451 */ MCD_OPC_FilterValue,
6,
202,
33,
0, // Skip to: 9106
/* 456 */ MCD_OPC_CheckPredicate,
45,
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,
139,
31,
219,
2, // Opcode: t2CMNzrr
/* 481 */ MCD_OPC_CheckPredicate,
45,
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,
140,
31,
220,
2, // Opcode: t2CMNzrs
/* 505 */ MCD_OPC_CheckPredicate,
45,
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,
234,
30,
221,
2, // Opcode: t2ADDrr
/* 529 */ MCD_OPC_CheckPredicate,
45,
124,
33,
0, // Skip to: 9106
/* 534 */ MCD_OPC_Decode,
235,
30,
222,
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,
46,
93,
33,
0, // Skip to: 9106
/* 565 */ MCD_OPC_CheckField,
5,
15,
128,
220,
1,
84,
33,
0, // Skip to: 9106
/* 574 */ MCD_OPC_Decode,
249,
32,
85, // Opcode: t2SRSDB_UPD
/* 578 */ MCD_OPC_FilterValue,
1,
75,
33,
0, // Skip to: 9106
/* 583 */ MCD_OPC_CheckPredicate,
46,
70,
33,
0, // Skip to: 9106
/* 588 */ MCD_OPC_CheckField,
0,
16,
128,
128,
3,
61,
33,
0, // Skip to: 9106
/* 597 */ MCD_OPC_Decode,
184,
32,
82, // 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,
45,
39,
33,
0, // Skip to: 9106
/* 619 */ MCD_OPC_CheckField,
15,
1,
0,
32,
33,
0, // Skip to: 9106
/* 626 */ MCD_OPC_CheckField,
13,
1,
0,
25,
33,
0, // Skip to: 9106
/* 633 */ MCD_OPC_Decode,
155,
33,
223,
2, // Opcode: t2STMIA_UPD
/* 638 */ MCD_OPC_FilterValue,
1,
15,
33,
0, // Skip to: 9106
/* 643 */ MCD_OPC_CheckPredicate,
45,
10,
33,
0, // Skip to: 9106
/* 648 */ MCD_OPC_Decode,
199,
31,
224,
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,
45,
243,
32,
0, // Skip to: 9106
/* 671 */ MCD_OPC_CheckField,
15,
1,
0,
236,
32,
0, // Skip to: 9106
/* 678 */ MCD_OPC_CheckField,
13,
1,
0,
229,
32,
0, // Skip to: 9106
/* 685 */ MCD_OPC_Decode,
153,
33,
223,
2, // Opcode: t2STMDB_UPD
/* 690 */ MCD_OPC_FilterValue,
1,
219,
32,
0, // Skip to: 9106
/* 695 */ MCD_OPC_CheckPredicate,
45,
214,
32,
0, // Skip to: 9106
/* 700 */ MCD_OPC_Decode,
197,
31,
224,
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,
46,
191,
32,
0, // Skip to: 9106
/* 723 */ MCD_OPC_CheckField,
5,
15,
128,
220,
1,
182,
32,
0, // Skip to: 9106
/* 732 */ MCD_OPC_Decode,
251,
32,
85, // Opcode: t2SRSIA_UPD
/* 736 */ MCD_OPC_FilterValue,
1,
173,
32,
0, // Skip to: 9106
/* 741 */ MCD_OPC_CheckPredicate,
46,
168,
32,
0, // Skip to: 9106
/* 746 */ MCD_OPC_CheckField,
0,
16,
128,
128,
3,
159,
32,
0, // Skip to: 9106
/* 755 */ MCD_OPC_Decode,
186,
32,
82, // Opcode: t2RFEIAW
/* 759 */ MCD_OPC_FilterValue,
4,
44,
0,
0, // Skip to: 808
/* 764 */ MCD_OPC_CheckPredicate,
45,
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,
255,
30,
217,
2, // Opcode: t2BICrr
/* 793 */ MCD_OPC_CheckPredicate,
45,
116,
32,
0, // Skip to: 9106
/* 798 */ MCD_OPC_SoftFail,
128,
128,
2 /* 0x8000 */,
0,
/* 803 */ MCD_OPC_Decode,
128,
31,
218,
2, // Opcode: t2BICrs
/* 808 */ MCD_OPC_FilterValue,
7,
101,
32,
0, // Skip to: 9106
/* 813 */ MCD_OPC_CheckPredicate,
45,
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,
142,
31,
219,
2, // Opcode: t2CMPrr
/* 838 */ MCD_OPC_CheckPredicate,
45,
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,
143,
31,
220,
2, // Opcode: t2CMPrs
/* 862 */ MCD_OPC_CheckPredicate,
45,
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,
184,
33,
221,
2, // Opcode: t2SUBrr
/* 886 */ MCD_OPC_CheckPredicate,
45,
23,
32,
0, // Skip to: 9106
/* 891 */ MCD_OPC_Decode,
185,
33,
222,
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,
36,
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,
203,
33,
225,
2, // Opcode: t2TT
/* 953 */ MCD_OPC_FilterValue,
1,
20,
0,
0, // Skip to: 978
/* 958 */ MCD_OPC_CheckPredicate,
36,
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,
206,
33,
225,
2, // Opcode: t2TTT
/* 978 */ MCD_OPC_FilterValue,
2,
20,
0,
0, // Skip to: 1003
/* 983 */ MCD_OPC_CheckPredicate,
36,
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,
204,
33,
225,
2, // Opcode: t2TTA
/* 1003 */ MCD_OPC_FilterValue,
3,
20,
0,
0, // Skip to: 1028
/* 1008 */ MCD_OPC_CheckPredicate,
36,
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,
205,
33,
225,
2, // Opcode: t2TTAT
/* 1028 */ MCD_OPC_CheckPredicate,
39,
137,
31,
0, // Skip to: 9106
/* 1033 */ MCD_OPC_Decode,
165,
33,
226,
2, // Opcode: t2STREX
/* 1038 */ MCD_OPC_FilterValue,
1,
127,
31,
0, // Skip to: 9106
/* 1043 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 1046 */ MCD_OPC_FilterValue,
4,
17,
0,
0, // Skip to: 1068
/* 1051 */ MCD_OPC_CheckPredicate,
39,
114,
31,
0, // Skip to: 9106
/* 1056 */ MCD_OPC_CheckField,
8,
4,
15,
107,
31,
0, // Skip to: 9106
/* 1063 */ MCD_OPC_Decode,
166,
33,
227,
2, // Opcode: t2STREXB
/* 1068 */ MCD_OPC_FilterValue,
5,
17,
0,
0, // Skip to: 1090
/* 1073 */ MCD_OPC_CheckPredicate,
39,
92,
31,
0, // Skip to: 9106
/* 1078 */ MCD_OPC_CheckField,
8,
4,
15,
85,
31,
0, // Skip to: 9106
/* 1085 */ MCD_OPC_Decode,
168,
33,
227,
2, // Opcode: t2STREXH
/* 1090 */ MCD_OPC_FilterValue,
7,
10,
0,
0, // Skip to: 1105
/* 1095 */ MCD_OPC_CheckPredicate,
46,
70,
31,
0, // Skip to: 9106
/* 1100 */ MCD_OPC_Decode,
167,
33,
228,
2, // Opcode: t2STREXD
/* 1105 */ MCD_OPC_FilterValue,
8,
24,
0,
0, // Skip to: 1134
/* 1110 */ MCD_OPC_CheckPredicate,
48,
55,
31,
0, // Skip to: 9106
/* 1115 */ MCD_OPC_CheckField,
8,
4,
15,
48,
31,
0, // Skip to: 9106
/* 1122 */ MCD_OPC_CheckField,
0,
4,
15,
41,
31,
0, // Skip to: 9106
/* 1129 */ MCD_OPC_Decode,
146,
33,
229,
2, // Opcode: t2STLB
/* 1134 */ MCD_OPC_FilterValue,
9,
24,
0,
0, // Skip to: 1163
/* 1139 */ MCD_OPC_CheckPredicate,
48,
26,
31,
0, // Skip to: 9106
/* 1144 */ MCD_OPC_CheckField,
8,
4,
15,
19,
31,
0, // Skip to: 9106
/* 1151 */ MCD_OPC_CheckField,
0,
4,
15,
12,
31,
0, // Skip to: 9106
/* 1158 */ MCD_OPC_Decode,
151,
33,
229,
2, // Opcode: t2STLH
/* 1163 */ MCD_OPC_FilterValue,
10,
24,
0,
0, // Skip to: 1192
/* 1168 */ MCD_OPC_CheckPredicate,
48,
253,
30,
0, // Skip to: 9106
/* 1173 */ MCD_OPC_CheckField,
8,
4,
15,
246,
30,
0, // Skip to: 9106
/* 1180 */ MCD_OPC_CheckField,
0,
4,
15,
239,
30,
0, // Skip to: 9106
/* 1187 */ MCD_OPC_Decode,
145,
33,
229,
2, // Opcode: t2STL
/* 1192 */ MCD_OPC_FilterValue,
12,
17,
0,
0, // Skip to: 1214
/* 1197 */ MCD_OPC_CheckPredicate,
49,
224,
30,
0, // Skip to: 9106
/* 1202 */ MCD_OPC_CheckField,
8,
4,
15,
217,
30,
0, // Skip to: 9106
/* 1209 */ MCD_OPC_Decode,
148,
33,
227,
2, // Opcode: t2STLEXB
/* 1214 */ MCD_OPC_FilterValue,
13,
17,
0,
0, // Skip to: 1236
/* 1219 */ MCD_OPC_CheckPredicate,
49,
202,
30,
0, // Skip to: 9106
/* 1224 */ MCD_OPC_CheckField,
8,
4,
15,
195,
30,
0, // Skip to: 9106
/* 1231 */ MCD_OPC_Decode,
150,
33,
227,
2, // Opcode: t2STLEXH
/* 1236 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 1258
/* 1241 */ MCD_OPC_CheckPredicate,
49,
180,
30,
0, // Skip to: 9106
/* 1246 */ MCD_OPC_CheckField,
8,
4,
15,
173,
30,
0, // Skip to: 9106
/* 1253 */ MCD_OPC_Decode,
147,
33,
227,
2, // Opcode: t2STLEX
/* 1258 */ MCD_OPC_FilterValue,
15,
163,
30,
0, // Skip to: 9106
/* 1263 */ MCD_OPC_CheckPredicate,
50,
158,
30,
0, // Skip to: 9106
/* 1268 */ MCD_OPC_Decode,
149,
33,
228,
2, // Opcode: t2STLEXD
/* 1273 */ MCD_OPC_FilterValue,
1,
148,
30,
0, // Skip to: 9106
/* 1278 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 1281 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 1303
/* 1286 */ MCD_OPC_CheckPredicate,
39,
135,
30,
0, // Skip to: 9106
/* 1291 */ MCD_OPC_CheckField,
8,
4,
15,
128,
30,
0, // Skip to: 9106
/* 1298 */ MCD_OPC_Decode,
210,
31,
230,
2, // Opcode: t2LDREX
/* 1303 */ MCD_OPC_FilterValue,
1,
118,
30,
0, // Skip to: 9106
/* 1308 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 1311 */ MCD_OPC_FilterValue,
0,
18,
0,
0, // Skip to: 1334
/* 1316 */ MCD_OPC_CheckPredicate,
45,
105,
30,
0, // Skip to: 9106
/* 1321 */ MCD_OPC_CheckField,
8,
8,
240,
1,
97,
30,
0, // Skip to: 9106
/* 1329 */ MCD_OPC_Decode,
194,
33,
231,
2, // Opcode: t2TBB
/* 1334 */ MCD_OPC_FilterValue,
1,
18,
0,
0, // Skip to: 1357
/* 1339 */ MCD_OPC_CheckPredicate,
45,
82,
30,
0, // Skip to: 9106
/* 1344 */ MCD_OPC_CheckField,
8,
8,
240,
1,
74,
30,
0, // Skip to: 9106
/* 1352 */ MCD_OPC_Decode,
195,
33,
231,
2, // Opcode: t2TBH
/* 1357 */ MCD_OPC_FilterValue,
4,
24,
0,
0, // Skip to: 1386
/* 1362 */ MCD_OPC_CheckPredicate,
39,
59,
30,
0, // Skip to: 9106
/* 1367 */ MCD_OPC_CheckField,
8,
4,
15,
52,
30,
0, // Skip to: 9106
/* 1374 */ MCD_OPC_CheckField,
0,
4,
15,
45,
30,
0, // Skip to: 9106
/* 1381 */ MCD_OPC_Decode,
211,
31,
229,
2, // Opcode: t2LDREXB
/* 1386 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 1415
/* 1391 */ MCD_OPC_CheckPredicate,
39,
30,
30,
0, // Skip to: 9106
/* 1396 */ MCD_OPC_CheckField,
8,
4,
15,
23,
30,
0, // Skip to: 9106
/* 1403 */ MCD_OPC_CheckField,
0,
4,
15,
16,
30,
0, // Skip to: 9106
/* 1410 */ MCD_OPC_Decode,
213,
31,
229,
2, // Opcode: t2LDREXH
/* 1415 */ MCD_OPC_FilterValue,
7,
17,
0,
0, // Skip to: 1437
/* 1420 */ MCD_OPC_CheckPredicate,
46,
1,
30,
0, // Skip to: 9106
/* 1425 */ MCD_OPC_CheckField,
0,
4,
15,
250,
29,
0, // Skip to: 9106
/* 1432 */ MCD_OPC_Decode,
212,
31,
232,
2, // Opcode: t2LDREXD
/* 1437 */ MCD_OPC_FilterValue,
8,
24,
0,
0, // Skip to: 1466
/* 1442 */ MCD_OPC_CheckPredicate,
48,
235,
29,
0, // Skip to: 9106
/* 1447 */ MCD_OPC_CheckField,
8,
4,
15,
228,
29,
0, // Skip to: 9106
/* 1454 */ MCD_OPC_CheckField,
0,
4,
15,
221,
29,
0, // Skip to: 9106
/* 1461 */ MCD_OPC_Decode,
174,
31,
229,
2, // Opcode: t2LDAB
/* 1466 */ MCD_OPC_FilterValue,
9,
24,
0,
0, // Skip to: 1495
/* 1471 */ MCD_OPC_CheckPredicate,
48,
206,
29,
0, // Skip to: 9106
/* 1476 */ MCD_OPC_CheckField,
8,
4,
15,
199,
29,
0, // Skip to: 9106
/* 1483 */ MCD_OPC_CheckField,
0,
4,
15,
192,
29,
0, // Skip to: 9106
/* 1490 */ MCD_OPC_Decode,
179,
31,
229,
2, // Opcode: t2LDAH
/* 1495 */ MCD_OPC_FilterValue,
10,
24,
0,
0, // Skip to: 1524
/* 1500 */ MCD_OPC_CheckPredicate,
48,
177,
29,
0, // Skip to: 9106
/* 1505 */ MCD_OPC_CheckField,
8,
4,
15,
170,
29,
0, // Skip to: 9106
/* 1512 */ MCD_OPC_CheckField,
0,
4,
15,
163,
29,
0, // Skip to: 9106
/* 1519 */ MCD_OPC_Decode,
173,
31,
229,
2, // Opcode: t2LDA
/* 1524 */ MCD_OPC_FilterValue,
12,
24,
0,
0, // Skip to: 1553
/* 1529 */ MCD_OPC_CheckPredicate,
49,
148,
29,
0, // Skip to: 9106
/* 1534 */ MCD_OPC_CheckField,
8,
4,
15,
141,
29,
0, // Skip to: 9106
/* 1541 */ MCD_OPC_CheckField,
0,
4,
15,
134,
29,
0, // Skip to: 9106
/* 1548 */ MCD_OPC_Decode,
176,
31,
229,
2, // Opcode: t2LDAEXB
/* 1553 */ MCD_OPC_FilterValue,
13,
24,
0,
0, // Skip to: 1582
/* 1558 */ MCD_OPC_CheckPredicate,
49,
119,
29,
0, // Skip to: 9106
/* 1563 */ MCD_OPC_CheckField,
8,
4,
15,
112,
29,
0, // Skip to: 9106
/* 1570 */ MCD_OPC_CheckField,
0,
4,
15,
105,
29,
0, // Skip to: 9106
/* 1577 */ MCD_OPC_Decode,
178,
31,
229,
2, // Opcode: t2LDAEXH
/* 1582 */ MCD_OPC_FilterValue,
14,
24,
0,
0, // Skip to: 1611
/* 1587 */ MCD_OPC_CheckPredicate,
49,
90,
29,
0, // Skip to: 9106
/* 1592 */ MCD_OPC_CheckField,
8,
4,
15,
83,
29,
0, // Skip to: 9106
/* 1599 */ MCD_OPC_CheckField,
0,
4,
15,
76,
29,
0, // Skip to: 9106
/* 1606 */ MCD_OPC_Decode,
175,
31,
229,
2, // Opcode: t2LDAEX
/* 1611 */ MCD_OPC_FilterValue,
15,
66,
29,
0, // Skip to: 9106
/* 1616 */ MCD_OPC_CheckPredicate,
50,
61,
29,
0, // Skip to: 9106
/* 1621 */ MCD_OPC_CheckField,
0,
4,
15,
54,
29,
0, // Skip to: 9106
/* 1628 */ MCD_OPC_Decode,
177,
31,
232,
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,
45,
31,
29,
0, // Skip to: 9106
/* 1651 */ MCD_OPC_Decode,
164,
33,
233,
2, // Opcode: t2STRDi8
/* 1656 */ MCD_OPC_FilterValue,
1,
21,
29,
0, // Skip to: 9106
/* 1661 */ MCD_OPC_CheckPredicate,
45,
16,
29,
0, // Skip to: 9106
/* 1666 */ MCD_OPC_Decode,
209,
31,
233,
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,
45,
12,
0,
0, // Skip to: 1717
/* 1705 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 1717
/* 1712 */ MCD_OPC_Decode,
129,
32,
234,
2, // Opcode: t2MOVr
/* 1717 */ MCD_OPC_CheckPredicate,
45,
39,
0,
0, // Skip to: 1761
/* 1722 */ MCD_OPC_Decode,
151,
32,
217,
2, // Opcode: t2ORRrr
/* 1727 */ MCD_OPC_FilterValue,
3,
29,
0,
0, // Skip to: 1761
/* 1732 */ MCD_OPC_CheckPredicate,
45,
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,
189,
32,
235,
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,
45,
78,
0,
0, // Skip to: 1860
/* 1782 */ MCD_OPC_CheckField,
16,
4,
15,
71,
0,
0, // Skip to: 1860
/* 1789 */ MCD_OPC_Decode,
244,
31,
236,
2, // Opcode: t2LSLri
/* 1794 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 1816
/* 1799 */ MCD_OPC_CheckPredicate,
45,
56,
0,
0, // Skip to: 1860
/* 1804 */ MCD_OPC_CheckField,
16,
4,
15,
49,
0,
0, // Skip to: 1860
/* 1811 */ MCD_OPC_Decode,
246,
31,
236,
2, // Opcode: t2LSRri
/* 1816 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 1838
/* 1821 */ MCD_OPC_CheckPredicate,
45,
34,
0,
0, // Skip to: 1860
/* 1826 */ MCD_OPC_CheckField,
16,
4,
15,
27,
0,
0, // Skip to: 1860
/* 1833 */ MCD_OPC_Decode,
242,
30,
236,
2, // Opcode: t2ASRri
/* 1838 */ MCD_OPC_FilterValue,
3,
17,
0,
0, // Skip to: 1860
/* 1843 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 1860
/* 1848 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 1860
/* 1855 */ MCD_OPC_Decode,
187,
32,
236,
2, // Opcode: t2RORri
/* 1860 */ MCD_OPC_CheckPredicate,
45,
73,
28,
0, // Skip to: 9106
/* 1865 */ MCD_OPC_Decode,
152,
32,
218,
2, // Opcode: t2ORRrs
/* 1870 */ MCD_OPC_FilterValue,
1,
63,
28,
0, // Skip to: 9106
/* 1875 */ MCD_OPC_ExtractField,
12,
3, // Inst{14-12} ...
/* 1878 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 1900
/* 1883 */ MCD_OPC_CheckPredicate,
47,
50,
28,
0, // Skip to: 9106
/* 1888 */ MCD_OPC_CheckField,
20,
1,
1,
43,
28,
0, // Skip to: 9106
/* 1895 */ MCD_OPC_Decode,
153,
31,
237,
2, // Opcode: t2CSEL
/* 1900 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 1922
/* 1905 */ MCD_OPC_CheckPredicate,
47,
28,
28,
0, // Skip to: 9106
/* 1910 */ MCD_OPC_CheckField,
20,
1,
1,
21,
28,
0, // Skip to: 9106
/* 1917 */ MCD_OPC_Decode,
154,
31,
237,
2, // Opcode: t2CSINC
/* 1922 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 1944
/* 1927 */ MCD_OPC_CheckPredicate,
47,
6,
28,
0, // Skip to: 9106
/* 1932 */ MCD_OPC_CheckField,
20,
1,
1,
255,
27,
0, // Skip to: 9106
/* 1939 */ MCD_OPC_Decode,
155,
31,
237,
2, // Opcode: t2CSINV
/* 1944 */ MCD_OPC_FilterValue,
3,
245,
27,
0, // Skip to: 9106
/* 1949 */ MCD_OPC_CheckPredicate,
47,
240,
27,
0, // Skip to: 9106
/* 1954 */ MCD_OPC_CheckField,
20,
1,
1,
233,
27,
0, // Skip to: 9106
/* 1961 */ MCD_OPC_Decode,
156,
31,
237,
2, // Opcode: t2CSNEG
/* 1966 */ MCD_OPC_FilterValue,
1,
223,
27,
0, // Skip to: 9106
/* 1971 */ MCD_OPC_ExtractField,
4,
2, // Inst{5-4} ...
/* 1974 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 1996
/* 1979 */ MCD_OPC_CheckPredicate,
51,
210,
27,
0, // Skip to: 9106
/* 1984 */ MCD_OPC_CheckField,
20,
1,
0,
203,
27,
0, // Skip to: 9106
/* 1991 */ MCD_OPC_Decode,
156,
32,
238,
2, // Opcode: t2PKHBT
/* 1996 */ MCD_OPC_FilterValue,
2,
193,
27,
0, // Skip to: 9106
/* 2001 */ MCD_OPC_CheckPredicate,
51,
188,
27,
0, // Skip to: 9106
/* 2006 */ MCD_OPC_CheckField,
20,
1,
0,
181,
27,
0, // Skip to: 9106
/* 2013 */ MCD_OPC_Decode,
157,
32,
238,
2, // Opcode: t2PKHTB
/* 2018 */ MCD_OPC_FilterValue,
3,
171,
27,
0, // Skip to: 9106
/* 2023 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 2026 */ MCD_OPC_FilterValue,
0,
34,
0,
0, // Skip to: 2065
/* 2031 */ MCD_OPC_CheckPredicate,
45,
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,
230,
30,
217,
2, // Opcode: t2ADCrr
/* 2055 */ MCD_OPC_CheckPredicate,
45,
134,
27,
0, // Skip to: 9106
/* 2060 */ MCD_OPC_Decode,
231,
30,
218,
2, // Opcode: t2ADCrs
/* 2065 */ MCD_OPC_FilterValue,
1,
124,
27,
0, // Skip to: 9106
/* 2070 */ MCD_OPC_CheckPredicate,
45,
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,
191,
32,
217,
2, // Opcode: t2RSBrr
/* 2094 */ MCD_OPC_CheckPredicate,
45,
95,
27,
0, // Skip to: 9106
/* 2099 */ MCD_OPC_Decode,
192,
32,
218,
2, // Opcode: t2RSBrs
/* 2104 */ MCD_OPC_FilterValue,
3,
85,
27,
0, // Skip to: 9106
/* 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,
45,
64,
27,
0, // Skip to: 9106
/* 2130 */ MCD_OPC_Decode,
162,
33,
239,
2, // Opcode: t2STRD_POST
/* 2135 */ MCD_OPC_FilterValue,
1,
54,
27,
0, // Skip to: 9106
/* 2140 */ MCD_OPC_CheckPredicate,
45,
49,
27,
0, // Skip to: 9106
/* 2145 */ MCD_OPC_Decode,
207,
31,
240,
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,
45,
26,
27,
0, // Skip to: 9106
/* 2168 */ MCD_OPC_Decode,
163,
33,
241,
2, // Opcode: t2STRD_PRE
/* 2173 */ MCD_OPC_FilterValue,
1,
16,
27,
0, // Skip to: 9106
/* 2178 */ MCD_OPC_CheckPredicate,
52,
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,
204,
32,
61, // Opcode: t2SG
/* 2203 */ MCD_OPC_CheckPredicate,
45,
242,
26,
0, // Skip to: 9106
/* 2208 */ MCD_OPC_Decode,
208,
31,
242,
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,
224,
26,
0, // Skip to: 9106
/* 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,
45,
12,
0,
0, // Skip to: 2259
/* 2247 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 2259
/* 2254 */ MCD_OPC_Decode,
145,
32,
235,
2, // Opcode: t2MVNr
/* 2259 */ MCD_OPC_CheckPredicate,
45,
10,
0,
0, // Skip to: 2274
/* 2264 */ MCD_OPC_SoftFail,
128,
128,
2 /* 0x8000 */,
0,
/* 2269 */ MCD_OPC_Decode,
148,
32,
217,
2, // Opcode: t2ORNrr
/* 2274 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 2291
/* 2279 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 2291
/* 2286 */ MCD_OPC_Decode,
146,
32,
243,
2, // Opcode: t2MVNs
/* 2291 */ MCD_OPC_CheckPredicate,
45,
154,
26,
0, // Skip to: 9106
/* 2296 */ MCD_OPC_SoftFail,
128,
128,
2 /* 0x8000 */,
0,
/* 2301 */ MCD_OPC_Decode,
149,
32,
218,
2, // Opcode: t2ORNrs
/* 2306 */ MCD_OPC_FilterValue,
3,
139,
26,
0, // Skip to: 9106
/* 2311 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 2314 */ MCD_OPC_FilterValue,
0,
131,
26,
0, // Skip to: 9106
/* 2319 */ MCD_OPC_CheckPredicate,
45,
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,
198,
32,
217,
2, // Opcode: t2SBCrr
/* 2343 */ MCD_OPC_CheckPredicate,
45,
102,
26,
0, // Skip to: 9106
/* 2348 */ MCD_OPC_Decode,
199,
32,
218,
2, // Opcode: t2SBCrs
/* 2353 */ MCD_OPC_FilterValue,
30,
84,
8,
0, // Skip to: 4490
/* 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,
45,
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,
200,
33,
244,
2, // Opcode: t2TSTri
/* 2406 */ MCD_OPC_CheckPredicate,
45,
39,
26,
0, // Skip to: 9106
/* 2411 */ MCD_OPC_Decode,
239,
30,
245,
2, // Opcode: t2ANDri
/* 2416 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 2431
/* 2421 */ MCD_OPC_CheckPredicate,
45,
24,
26,
0, // Skip to: 9106
/* 2426 */ MCD_OPC_Decode,
254,
30,
245,
2, // Opcode: t2BICri
/* 2431 */ MCD_OPC_FilterValue,
2,
27,
0,
0, // Skip to: 2463
/* 2436 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 2453
/* 2441 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 2453
/* 2448 */ MCD_OPC_Decode,
255,
31,
246,
2, // Opcode: t2MOVi
/* 2453 */ MCD_OPC_CheckPredicate,
45,
248,
25,
0, // Skip to: 9106
/* 2458 */ MCD_OPC_Decode,
150,
32,
245,
2, // Opcode: t2ORRri
/* 2463 */ MCD_OPC_FilterValue,
3,
27,
0,
0, // Skip to: 2495
/* 2468 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 2485
/* 2473 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 2485
/* 2480 */ MCD_OPC_Decode,
144,
32,
246,
2, // Opcode: t2MVNi
/* 2485 */ MCD_OPC_CheckPredicate,
45,
216,
25,
0, // Skip to: 9106
/* 2490 */ MCD_OPC_Decode,
147,
32,
245,
2, // Opcode: t2ORNri
/* 2495 */ MCD_OPC_FilterValue,
4,
206,
25,
0, // Skip to: 9106
/* 2500 */ MCD_OPC_CheckPredicate,
45,
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,
196,
33,
244,
2, // Opcode: t2TEQri
/* 2524 */ MCD_OPC_CheckPredicate,
45,
177,
25,
0, // Skip to: 9106
/* 2529 */ MCD_OPC_Decode,
164,
31,
245,
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,
45,
34,
0,
0, // Skip to: 2594
/* 2560 */ MCD_OPC_CheckField,
16,
4,
13,
27,
0,
0, // Skip to: 2594
/* 2567 */ MCD_OPC_Decode,
236,
30,
247,
2, // Opcode: t2ADDspImm
/* 2572 */ MCD_OPC_FilterValue,
15,
17,
0,
0, // Skip to: 2594
/* 2577 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 2594
/* 2582 */ MCD_OPC_CheckField,
20,
1,
1,
5,
0,
0, // Skip to: 2594
/* 2589 */ MCD_OPC_Decode,
138,
31,
248,
2, // Opcode: t2CMNri
/* 2594 */ MCD_OPC_CheckPredicate,
45,
107,
25,
0, // Skip to: 9106
/* 2599 */ MCD_OPC_Decode,
232,
30,
249,
2, // Opcode: t2ADDri
/* 2604 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 2619
/* 2609 */ MCD_OPC_CheckPredicate,
45,
92,
25,
0, // Skip to: 9106
/* 2614 */ MCD_OPC_Decode,
229,
30,
245,
2, // Opcode: t2ADCri
/* 2619 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 2634
/* 2624 */ MCD_OPC_CheckPredicate,
45,
77,
25,
0, // Skip to: 9106
/* 2629 */ MCD_OPC_Decode,
197,
32,
245,
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,
45,
34,
0,
0, // Skip to: 2686
/* 2652 */ MCD_OPC_CheckField,
16,
4,
13,
27,
0,
0, // Skip to: 2686
/* 2659 */ MCD_OPC_Decode,
186,
33,
247,
2, // Opcode: t2SUBspImm
/* 2664 */ MCD_OPC_FilterValue,
15,
17,
0,
0, // Skip to: 2686
/* 2669 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 2686
/* 2674 */ MCD_OPC_CheckField,
20,
1,
1,
5,
0,
0, // Skip to: 2686
/* 2681 */ MCD_OPC_Decode,
141,
31,
248,
2, // Opcode: t2CMPri
/* 2686 */ MCD_OPC_CheckPredicate,
45,
15,
25,
0, // Skip to: 9106
/* 2691 */ MCD_OPC_Decode,
182,
33,
249,
2, // Opcode: t2SUBri
/* 2696 */ MCD_OPC_FilterValue,
6,
5,
25,
0, // Skip to: 9106
/* 2701 */ MCD_OPC_CheckPredicate,
45,
0,
25,
0, // Skip to: 9106
/* 2706 */ MCD_OPC_Decode,
190,
32,
245,
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,
230,
24,
0, // Skip to: 9106
/* 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,
45,
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,
237,
30,
247,
2, // Opcode: t2ADDspImm12
/* 2772 */ MCD_OPC_FilterValue,
1,
39,
0,
0, // Skip to: 2816
/* 2777 */ MCD_OPC_CheckPredicate,
45,
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,
187,
33,
247,
2, // Opcode: t2SUBspImm12
/* 2801 */ MCD_OPC_FilterValue,
15,
10,
0,
0, // Skip to: 2816
/* 2806 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 2816
/* 2811 */ MCD_OPC_Decode,
238,
30,
250,
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,
45,
133,
24,
0, // Skip to: 9106
/* 2829 */ MCD_OPC_CheckField,
23,
1,
0,
126,
24,
0, // Skip to: 9106
/* 2836 */ MCD_OPC_Decode,
233,
30,
251,
2, // Opcode: t2ADDri12
/* 2841 */ MCD_OPC_FilterValue,
1,
116,
24,
0, // Skip to: 9106
/* 2846 */ MCD_OPC_CheckPredicate,
45,
111,
24,
0, // Skip to: 9106
/* 2851 */ MCD_OPC_CheckField,
23,
1,
1,
104,
24,
0, // Skip to: 9106
/* 2858 */ MCD_OPC_Decode,
183,
33,
251,
2, // Opcode: t2SUBri12
/* 2863 */ MCD_OPC_FilterValue,
1,
94,
24,
0, // Skip to: 9106
/* 2868 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 2871 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 2893
/* 2876 */ MCD_OPC_CheckPredicate,
39,
81,
24,
0, // Skip to: 9106
/* 2881 */ MCD_OPC_CheckField,
20,
2,
0,
74,
24,
0, // Skip to: 9106
/* 2888 */ MCD_OPC_Decode,
128,
32,
252,
2, // Opcode: t2MOVi16
/* 2893 */ MCD_OPC_FilterValue,
1,
64,
24,
0, // Skip to: 9106
/* 2898 */ MCD_OPC_CheckPredicate,
39,
59,
24,
0, // Skip to: 9106
/* 2903 */ MCD_OPC_CheckField,
20,
2,
0,
52,
24,
0, // Skip to: 9106
/* 2910 */ MCD_OPC_Decode,
254,
31,
252,
2, // Opcode: t2MOVTi16
/* 2915 */ MCD_OPC_FilterValue,
3,
42,
24,
0, // Skip to: 9106
/* 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,
26,
24,
0, // Skip to: 9106
/* 2936 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 2939 */ MCD_OPC_FilterValue,
0,
18,
24,
0, // Skip to: 9106
/* 2944 */ MCD_OPC_ExtractField,
26,
1, // Inst{26} ...
/* 2947 */ MCD_OPC_FilterValue,
0,
10,
24,
0, // Skip to: 9106
/* 2952 */ MCD_OPC_CheckPredicate,
53,
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,
253,
32,
253,
2, // Opcode: t2SSAT16
/* 2990 */ MCD_OPC_CheckPredicate,
45,
223,
23,
0, // Skip to: 9106
/* 2995 */ MCD_OPC_Decode,
252,
32,
254,
2, // 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,
45,
200,
23,
0, // Skip to: 9106
/* 3018 */ MCD_OPC_Decode,
200,
32,
255,
2, // Opcode: t2SBFX
/* 3023 */ MCD_OPC_FilterValue,
2,
190,
23,
0, // Skip to: 9106
/* 3028 */ MCD_OPC_ExtractField,
5,
1, // Inst{5} ...
/* 3031 */ MCD_OPC_FilterValue,
0,
182,
23,
0, // Skip to: 9106
/* 3036 */ MCD_OPC_ExtractField,
26,
1, // Inst{26} ...
/* 3039 */ MCD_OPC_FilterValue,
0,
174,
23,
0, // Skip to: 9106
/* 3044 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 3061
/* 3049 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 3061
/* 3056 */ MCD_OPC_Decode,
247,
30,
128,
3, // Opcode: t2BFC
/* 3061 */ MCD_OPC_CheckPredicate,
45,
152,
23,
0, // Skip to: 9106
/* 3066 */ MCD_OPC_Decode,
248,
30,
129,
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,
134,
23,
0, // Skip to: 9106
/* 3084 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 3087 */ MCD_OPC_FilterValue,
0,
126,
23,
0, // Skip to: 9106
/* 3092 */ MCD_OPC_ExtractField,
26,
1, // Inst{26} ...
/* 3095 */ MCD_OPC_FilterValue,
0,
118,
23,
0, // Skip to: 9106
/* 3100 */ MCD_OPC_CheckPredicate,
53,
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,
231,
33,
253,
2, // Opcode: t2USAT16
/* 3138 */ MCD_OPC_CheckPredicate,
45,
75,
23,
0, // Skip to: 9106
/* 3143 */ MCD_OPC_Decode,
230,
33,
254,
2, // Opcode: t2USAT
/* 3148 */ MCD_OPC_FilterValue,
3,
65,
23,
0, // Skip to: 9106
/* 3153 */ MCD_OPC_CheckPredicate,
45,
60,
23,
0, // Skip to: 9106
/* 3158 */ MCD_OPC_CheckField,
20,
2,
0,
53,
23,
0, // Skip to: 9106
/* 3165 */ MCD_OPC_Decode,
210,
33,
255,
2, // Opcode: t2UBFX
/* 3170 */ MCD_OPC_FilterValue,
1,
43,
23,
0, // Skip to: 9106
/* 3175 */ MCD_OPC_ExtractField,
12,
1, // Inst{12} ...
/* 3178 */ MCD_OPC_FilterValue,
0,
5,
5,
0, // Skip to: 4468
/* 3183 */ MCD_OPC_ExtractField,
14,
1, // Inst{14} ...
/* 3186 */ MCD_OPC_FilterValue,
0,
62,
3,
0, // Skip to: 4021
/* 3191 */ MCD_OPC_ExtractField,
0,
12, // Inst{11-0} ...
/* 3194 */ MCD_OPC_FilterValue,
1,
24,
0,
0, // Skip to: 3223
/* 3199 */ MCD_OPC_CheckPredicate,
54,
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,
158,
31,
61, // Opcode: t2DCPS1
/* 3223 */ MCD_OPC_FilterValue,
2,
24,
0,
0, // Skip to: 3252
/* 3228 */ MCD_OPC_CheckPredicate,
54,
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,
159,
31,
61, // Opcode: t2DCPS2
/* 3252 */ MCD_OPC_FilterValue,
3,
24,
0,
0, // Skip to: 3281
/* 3257 */ MCD_OPC_CheckPredicate,
54,
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,
160,
31,
61, // Opcode: t2DCPS3
/* 3281 */ MCD_OPC_FilterValue,
18,
24,
0,
0, // Skip to: 3310
/* 3286 */ MCD_OPC_CheckPredicate,
55,
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,
199,
33,
51, // Opcode: t2TSB
/* 3310 */ MCD_OPC_FilterValue,
128,
30,
24,
0,
0, // Skip to: 3340
/* 3316 */ MCD_OPC_CheckPredicate,
46,
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,
131,
31,
130,
3, // Opcode: t2BXJ
/* 3340 */ MCD_OPC_FilterValue,
175,
30,
24,
0,
0, // Skip to: 3370
/* 3346 */ MCD_OPC_CheckPredicate,
56,
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,
135,
31,
61, // 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,
45,
12,
0,
0, // Skip to: 3428
/* 3416 */ MCD_OPC_CheckField,
4,
4,
15,
5,
0,
0, // Skip to: 3428
/* 3423 */ MCD_OPC_Decode,
157,
31,
131,
3, // Opcode: t2DBG
/* 3428 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 3438
/* 3433 */ MCD_OPC_Decode,
167,
31,
132,
3, // Opcode: t2HINT
/* 3438 */ MCD_OPC_CheckPredicate,
46,
232,
0,
0, // Skip to: 3675
/* 3443 */ MCD_OPC_CheckField,
0,
5,
0,
225,
0,
0, // Skip to: 3675
/* 3450 */ MCD_OPC_Decode,
145,
31,
133,
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,
46,
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,
144,
31,
133,
3, // Opcode: t2CPS1p
/* 3500 */ MCD_OPC_CheckPredicate,
46,
170,
0,
0, // Skip to: 3675
/* 3505 */ MCD_OPC_Decode,
146,
31,
133,
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,
57,
145,
0,
0, // Skip to: 3675
/* 3530 */ MCD_OPC_CheckField,
13,
1,
0,
138,
0,
0, // Skip to: 3675
/* 3537 */ MCD_OPC_Decode,
163,
31,
62, // Opcode: t2DSB
/* 3541 */ MCD_OPC_FilterValue,
245,
1,
16,
0,
0, // Skip to: 3563
/* 3547 */ MCD_OPC_CheckPredicate,
57,
123,
0,
0, // Skip to: 3675
/* 3552 */ MCD_OPC_CheckField,
13,
1,
0,
116,
0,
0, // Skip to: 3675
/* 3559 */ MCD_OPC_Decode,
162,
31,
62, // Opcode: t2DMB
/* 3563 */ MCD_OPC_FilterValue,
246,
1,
106,
0,
0, // Skip to: 3675
/* 3569 */ MCD_OPC_CheckPredicate,
57,
101,
0,
0, // Skip to: 3675
/* 3574 */ MCD_OPC_CheckField,
13,
1,
0,
94,
0,
0, // Skip to: 3675
/* 3581 */ MCD_OPC_Decode,
169,
31,
63, // Opcode: t2ISB
/* 3585 */ MCD_OPC_FilterValue,
222,
7,
24,
0,
0, // Skip to: 3615
/* 3591 */ MCD_OPC_CheckPredicate,
46,
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,
181,
33,
203,
2, // Opcode: t2SUBS_PC_LR
/* 3615 */ MCD_OPC_FilterValue,
239,
7,
24,
0,
0, // Skip to: 3645
/* 3621 */ MCD_OPC_CheckPredicate,
46,
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,
136,
32,
134,
3, // Opcode: t2MRS_AR
/* 3645 */ MCD_OPC_FilterValue,
255,
7,
24,
0,
0, // Skip to: 3675
/* 3651 */ MCD_OPC_CheckPredicate,
46,
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,
139,
32,
134,
3, // Opcode: t2MRSsys_AR
/* 3675 */ MCD_OPC_ExtractField,
0,
11, // Inst{10-0} ...
/* 3678 */ MCD_OPC_FilterValue,
13,
23,
0,
0, // Skip to: 3706
/* 3683 */ MCD_OPC_CheckPredicate,
58,
102,
0,
0, // Skip to: 3790
/* 3688 */ MCD_OPC_CheckField,
20,
7,
58,
95,
0,
0, // Skip to: 3790
/* 3695 */ MCD_OPC_SoftFail,
128,
80 /* 0x2800 */,
128,
128,
60 /* 0xf0000 */,
/* 3701 */ MCD_OPC_Decode,
154,
32,
132,
3, // Opcode: t2PACBTI
/* 3706 */ MCD_OPC_FilterValue,
15,
23,
0,
0, // Skip to: 3734
/* 3711 */ MCD_OPC_CheckPredicate,
58,
74,
0,
0, // Skip to: 3790
/* 3716 */ MCD_OPC_CheckField,
20,
7,
58,
67,
0,
0, // Skip to: 3790
/* 3723 */ MCD_OPC_SoftFail,
128,
80 /* 0x2800 */,
128,
128,
60 /* 0xf0000 */,
/* 3729 */ MCD_OPC_Decode,
129,
31,
132,
3, // Opcode: t2BTI
/* 3734 */ MCD_OPC_FilterValue,
29,
23,
0,
0, // Skip to: 3762
/* 3739 */ MCD_OPC_CheckPredicate,
58,
46,
0,
0, // Skip to: 3790
/* 3744 */ MCD_OPC_CheckField,
20,
7,
58,
39,
0,
0, // Skip to: 3790
/* 3751 */ MCD_OPC_SoftFail,
128,
80 /* 0x2800 */,
128,
128,
60 /* 0xf0000 */,
/* 3757 */ MCD_OPC_Decode,
153,
32,
132,
3, // Opcode: t2PAC
/* 3762 */ MCD_OPC_FilterValue,
45,
23,
0,
0, // Skip to: 3790
/* 3767 */ MCD_OPC_CheckPredicate,
58,
18,
0,
0, // Skip to: 3790
/* 3772 */ MCD_OPC_CheckField,
20,
7,
58,
11,
0,
0, // Skip to: 3790
/* 3779 */ MCD_OPC_SoftFail,
128,
80 /* 0x2800 */,
128,
128,
60 /* 0xf0000 */,
/* 3785 */ MCD_OPC_Decode,
244,
30,
132,
3, // Opcode: t2AUT
/* 3790 */ MCD_OPC_ExtractField,
20,
7, // Inst{26-20} ...
/* 3793 */ MCD_OPC_FilterValue,
59,
22,
0,
0, // Skip to: 3820
/* 3798 */ MCD_OPC_CheckPredicate,
59,
77,
0,
0, // Skip to: 3880
/* 3803 */ MCD_OPC_CheckField,
4,
4,
7,
70,
0,
0, // Skip to: 3880
/* 3810 */ MCD_OPC_SoftFail,
143,
64 /* 0x200f */,
128,
158,
60 /* 0xf0f00 */,
/* 3816 */ MCD_OPC_Decode,
196,
32,
61, // Opcode: t2SB
/* 3820 */ MCD_OPC_FilterValue,
126,
17,
0,
0, // Skip to: 3842
/* 3825 */ MCD_OPC_CheckPredicate,
60,
50,
0,
0, // Skip to: 3880
/* 3830 */ MCD_OPC_CheckField,
13,
1,
0,
43,
0,
0, // Skip to: 3880
/* 3837 */ MCD_OPC_Decode,
168,
31,
135,
3, // Opcode: t2HVC
/* 3842 */ MCD_OPC_FilterValue,
127,
33,
0,
0, // Skip to: 3880
/* 3847 */ MCD_OPC_ExtractField,
13,
1, // Inst{13} ...
/* 3850 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3865
/* 3855 */ MCD_OPC_CheckPredicate,
61,
20,
0,
0, // Skip to: 3880
/* 3860 */ MCD_OPC_Decode,
211,
32,
136,
3, // Opcode: t2SMC
/* 3865 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 3880
/* 3870 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 3880
/* 3875 */ MCD_OPC_Decode,
211,
33,
135,
3, // Opcode: t2UDF
/* 3880 */ MCD_OPC_ExtractField,
21,
6, // Inst{26-21} ...
/* 3883 */ MCD_OPC_FilterValue,
28,
70,
0,
0, // Skip to: 3958
/* 3888 */ MCD_OPC_CheckPredicate,
46,
19,
0,
0, // Skip to: 3912
/* 3893 */ MCD_OPC_CheckField,
13,
1,
0,
12,
0,
0, // Skip to: 3912
/* 3900 */ MCD_OPC_CheckField,
0,
8,
0,
5,
0,
0, // Skip to: 3912
/* 3907 */ MCD_OPC_Decode,
140,
32,
137,
3, // Opcode: t2MSR_AR
/* 3912 */ MCD_OPC_CheckPredicate,
62,
26,
0,
0, // Skip to: 3943
/* 3917 */ MCD_OPC_CheckField,
13,
1,
0,
19,
0,
0, // Skip to: 3943
/* 3924 */ MCD_OPC_CheckField,
5,
3,
1,
12,
0,
0, // Skip to: 3943
/* 3931 */ MCD_OPC_CheckField,
0,
4,
0,
5,
0,
0, // Skip to: 3943
/* 3938 */ MCD_OPC_Decode,
142,
32,
138,
3, // Opcode: t2MSRbanked
/* 3943 */ MCD_OPC_CheckPredicate,
63,
63,
0,
0, // Skip to: 4011
/* 3948 */ MCD_OPC_SoftFail,
128,
198,
64 /* 0x102300 */,
0,
/* 3953 */ MCD_OPC_Decode,
141,
32,
139,
3, // Opcode: t2MSR_M
/* 3958 */ MCD_OPC_FilterValue,
31,
48,
0,
0, // Skip to: 4011
/* 3963 */ MCD_OPC_CheckPredicate,
62,
26,
0,
0, // Skip to: 3994
/* 3968 */ MCD_OPC_CheckField,
13,
1,
0,
19,
0,
0, // Skip to: 3994
/* 3975 */ MCD_OPC_CheckField,
5,
3,
1,
12,
0,
0, // Skip to: 3994
/* 3982 */ MCD_OPC_CheckField,
0,
4,
0,
5,
0,
0, // Skip to: 3994
/* 3989 */ MCD_OPC_Decode,
138,
32,
140,
3, // Opcode: t2MRSbanked
/* 3994 */ MCD_OPC_CheckPredicate,
63,
12,
0,
0, // Skip to: 4011
/* 3999 */ MCD_OPC_SoftFail,
128,
192,
64 /* 0x102000 */,
128,
128,
60 /* 0xf0000 */,
/* 4006 */ MCD_OPC_Decode,
137,
32,
141,
3, // Opcode: t2MRS_M
/* 4011 */ MCD_OPC_CheckPredicate,
45,
226,
19,
0, // Skip to: 9106
/* 4016 */ MCD_OPC_Decode,
132,
31,
142,
3, // Opcode: t2Bcc
/* 4021 */ MCD_OPC_FilterValue,
1,
216,
19,
0, // Skip to: 9106
/* 4026 */ MCD_OPC_ExtractField,
13,
1, // Inst{13} ...
/* 4029 */ MCD_OPC_FilterValue,
0,
144,
0,
0, // Skip to: 4178
/* 4034 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 4037 */ MCD_OPC_FilterValue,
1,
200,
19,
0, // Skip to: 9106
/* 4042 */ MCD_OPC_ExtractField,
16,
11, // Inst{26-16} ...
/* 4045 */ MCD_OPC_FilterValue,
15,
10,
0,
0, // Skip to: 4060
/* 4050 */ MCD_OPC_CheckPredicate,
64,
35,
0,
0, // Skip to: 4090
/* 4055 */ MCD_OPC_Decode,
243,
31,
143,
3, // Opcode: t2LEUpdate
/* 4060 */ MCD_OPC_FilterValue,
31,
10,
0,
0, // Skip to: 4075
/* 4065 */ MCD_OPC_CheckPredicate,
22,
20,
0,
0, // Skip to: 4090
/* 4070 */ MCD_OPC_Decode,
157,
7,
143,
3, // Opcode: MVE_LETP
/* 4075 */ MCD_OPC_FilterValue,
47,
10,
0,
0, // Skip to: 4090
/* 4080 */ MCD_OPC_CheckPredicate,
64,
5,
0,
0, // Skip to: 4090
/* 4085 */ MCD_OPC_Decode,
242,
31,
143,
3, // Opcode: t2LE
/* 4090 */ MCD_OPC_ExtractField,
20,
7, // Inst{26-20} ...
/* 4093 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 4108
/* 4098 */ MCD_OPC_CheckPredicate,
22,
65,
0,
0, // Skip to: 4168
/* 4103 */ MCD_OPC_Decode,
222,
13,
143,
3, // Opcode: MVE_WLSTP_8
/* 4108 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 4123
/* 4113 */ MCD_OPC_CheckPredicate,
22,
50,
0,
0, // Skip to: 4168
/* 4118 */ MCD_OPC_Decode,
219,
13,
143,
3, // Opcode: MVE_WLSTP_16
/* 4123 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 4138
/* 4128 */ MCD_OPC_CheckPredicate,
22,
35,
0,
0, // Skip to: 4168
/* 4133 */ MCD_OPC_Decode,
220,
13,
143,
3, // Opcode: MVE_WLSTP_32
/* 4138 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 4153
/* 4143 */ MCD_OPC_CheckPredicate,
22,
20,
0,
0, // Skip to: 4168
/* 4148 */ MCD_OPC_Decode,
221,
13,
143,
3, // Opcode: MVE_WLSTP_64
/* 4153 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 4168
/* 4158 */ MCD_OPC_CheckPredicate,
64,
5,
0,
0, // Skip to: 4168
/* 4163 */ MCD_OPC_Decode,
241,
33,
143,
3, // Opcode: t2WLS
/* 4168 */ MCD_OPC_CheckPredicate,
64,
69,
19,
0, // Skip to: 9106
/* 4173 */ MCD_OPC_Decode,
249,
30,
144,
3, // Opcode: t2BFLi
/* 4178 */ MCD_OPC_FilterValue,
1,
59,
19,
0, // Skip to: 9106
/* 4183 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 4186 */ MCD_OPC_FilterValue,
0,
163,
0,
0, // Skip to: 4354
/* 4191 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 4194 */ MCD_OPC_FilterValue,
1,
43,
19,
0, // Skip to: 9106
/* 4199 */ MCD_OPC_ExtractField,
11,
1, // Inst{11} ...
/* 4202 */ MCD_OPC_FilterValue,
0,
107,
0,
0, // Skip to: 4314
/* 4207 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 4210 */ MCD_OPC_FilterValue,
0,
21,
0,
0, // Skip to: 4236
/* 4215 */ MCD_OPC_CheckPredicate,
22,
94,
0,
0, // Skip to: 4314
/* 4220 */ MCD_OPC_CheckField,
23,
4,
0,
87,
0,
0, // Skip to: 4314
/* 4227 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
0,
/* 4231 */ MCD_OPC_Decode,
155,
7,
143,
3, // Opcode: MVE_DLSTP_8
/* 4236 */ MCD_OPC_FilterValue,
1,
21,
0,
0, // Skip to: 4262
/* 4241 */ MCD_OPC_CheckPredicate,
22,
68,
0,
0, // Skip to: 4314
/* 4246 */ MCD_OPC_CheckField,
23,
4,
0,
61,
0,
0, // Skip to: 4314
/* 4253 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
0,
/* 4257 */ MCD_OPC_Decode,
152,
7,
143,
3, // Opcode: MVE_DLSTP_16
/* 4262 */ MCD_OPC_FilterValue,
2,
21,
0,
0, // Skip to: 4288
/* 4267 */ MCD_OPC_CheckPredicate,
22,
42,
0,
0, // Skip to: 4314
/* 4272 */ MCD_OPC_CheckField,
23,
4,
0,
35,
0,
0, // Skip to: 4314
/* 4279 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
0,
/* 4283 */ MCD_OPC_Decode,
153,
7,
143,
3, // Opcode: MVE_DLSTP_32
/* 4288 */ MCD_OPC_FilterValue,
3,
21,
0,
0, // Skip to: 4314
/* 4293 */ MCD_OPC_CheckPredicate,
22,
16,
0,
0, // Skip to: 4314
/* 4298 */ MCD_OPC_CheckField,
23,
4,
0,
9,
0,
0, // Skip to: 4314
/* 4305 */ MCD_OPC_SoftFail,
254,
15 /* 0x7fe */,
0,
/* 4309 */ MCD_OPC_Decode,
154,
7,
143,
3, // Opcode: MVE_DLSTP_64
/* 4314 */ MCD_OPC_CheckPredicate,
22,
25,
0,
0, // Skip to: 4344
/* 4319 */ MCD_OPC_CheckField,
23,
4,
0,
18,
0,
0, // Skip to: 4344
/* 4326 */ MCD_OPC_CheckField,
16,
4,
15,
11,
0,
0, // Skip to: 4344
/* 4333 */ MCD_OPC_SoftFail,
254,
159,
192,
1 /* 0x300ffe */,
0,
/* 4339 */ MCD_OPC_Decode,
156,
7,
143,
3, // Opcode: MVE_LCTP
/* 4344 */ MCD_OPC_CheckPredicate,
64,
149,
18,
0, // Skip to: 9106
/* 4349 */ MCD_OPC_Decode,
252,
30,
145,
3, // Opcode: t2BFic
/* 4354 */ MCD_OPC_FilterValue,
1,
139,
18,
0, // Skip to: 9106
/* 4359 */ MCD_OPC_ExtractField,
21,
1, // Inst{21} ...
/* 4362 */ MCD_OPC_FilterValue,
0,
49,
0,
0, // Skip to: 4416
/* 4367 */ MCD_OPC_ExtractField,
0,
1, // Inst{0} ...
/* 4370 */ MCD_OPC_FilterValue,
1,
123,
18,
0, // Skip to: 9106
/* 4375 */ MCD_OPC_CheckPredicate,
64,
26,
0,
0, // Skip to: 4406
/* 4380 */ MCD_OPC_CheckField,
23,
4,
0,
19,
0,
0, // Skip to: 4406
/* 4387 */ MCD_OPC_CheckField,
20,
1,
0,
12,
0,
0, // Skip to: 4406
/* 4394 */ MCD_OPC_CheckField,
1,
11,
0,
5,
0,
0, // Skip to: 4406
/* 4401 */ MCD_OPC_Decode,
161,
31,
143,
3, // Opcode: t2DLS
/* 4406 */ MCD_OPC_CheckPredicate,
64,
87,
18,
0, // Skip to: 9106
/* 4411 */ MCD_OPC_Decode,
251,
30,
146,
3, // Opcode: t2BFi
/* 4416 */ MCD_OPC_FilterValue,
1,
77,
18,
0, // Skip to: 9106
/* 4421 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 4424 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 4446
/* 4429 */ MCD_OPC_CheckPredicate,
64,
64,
18,
0, // Skip to: 9106
/* 4434 */ MCD_OPC_CheckField,
0,
12,
1,
57,
18,
0, // Skip to: 9106
/* 4441 */ MCD_OPC_Decode,
253,
30,
147,
3, // Opcode: t2BFr
/* 4446 */ MCD_OPC_FilterValue,
1,
47,
18,
0, // Skip to: 9106
/* 4451 */ MCD_OPC_CheckPredicate,
64,
42,
18,
0, // Skip to: 9106
/* 4456 */ MCD_OPC_CheckField,
0,
12,
1,
35,
18,
0, // Skip to: 9106
/* 4463 */ MCD_OPC_Decode,
250,
30,
147,
3, // Opcode: t2BFLr
/* 4468 */ MCD_OPC_FilterValue,
1,
25,
18,
0, // Skip to: 9106
/* 4473 */ MCD_OPC_CheckPredicate,
39,
20,
18,
0, // Skip to: 9106
/* 4478 */ MCD_OPC_CheckField,
14,
1,
0,
13,
18,
0, // Skip to: 9106
/* 4485 */ MCD_OPC_Decode,
246,
30,
148,
3, // Opcode: t2B
/* 4490 */ MCD_OPC_FilterValue,
31,
3,
18,
0, // Skip to: 9106
/* 4495 */ MCD_OPC_ExtractField,
21,
2, // Inst{22-21} ...
/* 4498 */ MCD_OPC_FilterValue,
0,
96,
6,
0, // Skip to: 6135
/* 4503 */ MCD_OPC_ExtractField,
24,
3, // Inst{26-24} ...
/* 4506 */ MCD_OPC_FilterValue,
0,
100,
1,
0, // Skip to: 4867
/* 4511 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 4514 */ MCD_OPC_FilterValue,
0,
125,
0,
0, // Skip to: 4644
/* 4519 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 4522 */ MCD_OPC_FilterValue,
0,
102,
0,
0, // Skip to: 4629
/* 4527 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 4530 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 4552
/* 4535 */ MCD_OPC_CheckPredicate,
45,
214,
17,
0, // Skip to: 9106
/* 4540 */ MCD_OPC_CheckField,
6,
4,
0,
207,
17,
0, // Skip to: 9106
/* 4547 */ MCD_OPC_Decode,
161,
33,
149,
3, // Opcode: t2STRBs
/* 4552 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 4574
/* 4557 */ MCD_OPC_CheckPredicate,
45,
192,
17,
0, // Skip to: 9106
/* 4562 */ MCD_OPC_CheckField,
8,
1,
1,
185,
17,
0, // Skip to: 9106
/* 4569 */ MCD_OPC_Decode,
157,
33,
150,
3, // Opcode: t2STRB_POST
/* 4574 */ MCD_OPC_FilterValue,
3,
175,
17,
0, // Skip to: 9106
/* 4579 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 4582 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 4614
/* 4587 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 4604
/* 4592 */ MCD_OPC_CheckField,
9,
1,
1,
5,
0,
0, // Skip to: 4604
/* 4599 */ MCD_OPC_Decode,
156,
33,
151,
3, // Opcode: t2STRBT
/* 4604 */ MCD_OPC_CheckPredicate,
45,
145,
17,
0, // Skip to: 9106
/* 4609 */ MCD_OPC_Decode,
160,
33,
152,
3, // Opcode: t2STRBi8
/* 4614 */ MCD_OPC_FilterValue,
1,
135,
17,
0, // Skip to: 9106
/* 4619 */ MCD_OPC_CheckPredicate,
45,
130,
17,
0, // Skip to: 9106
/* 4624 */ MCD_OPC_Decode,
158,
33,
150,
3, // Opcode: t2STRB_PRE
/* 4629 */ MCD_OPC_FilterValue,
1,
120,
17,
0, // Skip to: 9106
/* 4634 */ MCD_OPC_CheckPredicate,
45,
115,
17,
0, // Skip to: 9106
/* 4639 */ MCD_OPC_Decode,
159,
33,
153,
3, // Opcode: t2STRBi12
/* 4644 */ MCD_OPC_FilterValue,
1,
105,
17,
0, // Skip to: 9106
/* 4649 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 4652 */ MCD_OPC_FilterValue,
0,
143,
0,
0, // Skip to: 4800
/* 4657 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 4660 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 4700
/* 4665 */ MCD_OPC_ExtractField,
6,
4, // Inst{9-6} ...
/* 4668 */ MCD_OPC_FilterValue,
0,
159,
0,
0, // Skip to: 4832
/* 4673 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 4690
/* 4678 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 4690
/* 4685 */ MCD_OPC_Decode,
164,
32,
154,
3, // Opcode: t2PLDs
/* 4690 */ MCD_OPC_CheckPredicate,
45,
137,
0,
0, // Skip to: 4832
/* 4695 */ MCD_OPC_Decode,
206,
31,
154,
3, // Opcode: t2LDRBs
/* 4700 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 4722
/* 4705 */ MCD_OPC_CheckPredicate,
45,
122,
0,
0, // Skip to: 4832
/* 4710 */ MCD_OPC_CheckField,
8,
1,
1,
115,
0,
0, // Skip to: 4832
/* 4717 */ MCD_OPC_Decode,
201,
31,
150,
3, // Opcode: t2LDRB_POST
/* 4722 */ MCD_OPC_FilterValue,
3,
105,
0,
0, // Skip to: 4832
/* 4727 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 4730 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 4785
/* 4735 */ MCD_OPC_ExtractField,
9,
1, // Inst{9} ...
/* 4738 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 4760
/* 4743 */ MCD_OPC_CheckPredicate,
45,
27,
0,
0, // Skip to: 4775
/* 4748 */ MCD_OPC_CheckField,
12,
4,
15,
20,
0,
0, // Skip to: 4775
/* 4755 */ MCD_OPC_Decode,
162,
32,
155,
3, // Opcode: t2PLDi8
/* 4760 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 4775
/* 4765 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 4775
/* 4770 */ MCD_OPC_Decode,
200,
31,
156,
3, // Opcode: t2LDRBT
/* 4775 */ MCD_OPC_CheckPredicate,
45,
52,
0,
0, // Skip to: 4832
/* 4780 */ MCD_OPC_Decode,
204,
31,
155,
3, // Opcode: t2LDRBi8
/* 4785 */ MCD_OPC_FilterValue,
1,
42,
0,
0, // Skip to: 4832
/* 4790 */ MCD_OPC_CheckPredicate,
45,
37,
0,
0, // Skip to: 4832
/* 4795 */ MCD_OPC_Decode,
202,
31,
150,
3, // Opcode: t2LDRB_PRE
/* 4800 */ MCD_OPC_FilterValue,
1,
27,
0,
0, // Skip to: 4832
/* 4805 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 4822
/* 4810 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 4822
/* 4817 */ MCD_OPC_Decode,
161,
32,
157,
3, // Opcode: t2PLDi12
/* 4822 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 4832
/* 4827 */ MCD_OPC_Decode,
203,
31,
157,
3, // Opcode: t2LDRBi12
/* 4832 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 4835 */ MCD_OPC_FilterValue,
15,
170,
16,
0, // Skip to: 9106
/* 4840 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 4857
/* 4845 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 4857
/* 4852 */ MCD_OPC_Decode,
163,
32,
158,
3, // Opcode: t2PLDpci
/* 4857 */ MCD_OPC_CheckPredicate,
45,
148,
16,
0, // Skip to: 9106
/* 4862 */ MCD_OPC_Decode,
205,
31,
158,
3, // Opcode: t2LDRBpci
/* 4867 */ MCD_OPC_FilterValue,
1,
226,
0,
0, // Skip to: 5098
/* 4872 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 4875 */ MCD_OPC_FilterValue,
1,
130,
16,
0, // Skip to: 9106
/* 4880 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 4883 */ MCD_OPC_FilterValue,
0,
143,
0,
0, // Skip to: 5031
/* 4888 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 4891 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 4931
/* 4896 */ MCD_OPC_ExtractField,
6,
4, // Inst{9-6} ...
/* 4899 */ MCD_OPC_FilterValue,
0,
159,
0,
0, // Skip to: 5063
/* 4904 */ MCD_OPC_CheckPredicate,
65,
12,
0,
0, // Skip to: 4921
/* 4909 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 4921
/* 4916 */ MCD_OPC_Decode,
168,
32,
154,
3, // Opcode: t2PLIs
/* 4921 */ MCD_OPC_CheckPredicate,
45,
137,
0,
0, // Skip to: 5063
/* 4926 */ MCD_OPC_Decode,
227,
31,
154,
3, // Opcode: t2LDRSBs
/* 4931 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 4953
/* 4936 */ MCD_OPC_CheckPredicate,
45,
122,
0,
0, // Skip to: 5063
/* 4941 */ MCD_OPC_CheckField,
8,
1,
1,
115,
0,
0, // Skip to: 5063
/* 4948 */ MCD_OPC_Decode,
222,
31,
150,
3, // Opcode: t2LDRSB_POST
/* 4953 */ MCD_OPC_FilterValue,
3,
105,
0,
0, // Skip to: 5063
/* 4958 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 4961 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 5016
/* 4966 */ MCD_OPC_ExtractField,
9,
1, // Inst{9} ...
/* 4969 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 4991
/* 4974 */ MCD_OPC_CheckPredicate,
65,
27,
0,
0, // Skip to: 5006
/* 4979 */ MCD_OPC_CheckField,
12,
4,
15,
20,
0,
0, // Skip to: 5006
/* 4986 */ MCD_OPC_Decode,
166,
32,
155,
3, // Opcode: t2PLIi8
/* 4991 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 5006
/* 4996 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 5006
/* 5001 */ MCD_OPC_Decode,
221,
31,
156,
3, // Opcode: t2LDRSBT
/* 5006 */ MCD_OPC_CheckPredicate,
45,
52,
0,
0, // Skip to: 5063
/* 5011 */ MCD_OPC_Decode,
225,
31,
155,
3, // Opcode: t2LDRSBi8
/* 5016 */ MCD_OPC_FilterValue,
1,
42,
0,
0, // Skip to: 5063
/* 5021 */ MCD_OPC_CheckPredicate,
45,
37,
0,
0, // Skip to: 5063
/* 5026 */ MCD_OPC_Decode,
223,
31,
150,
3, // Opcode: t2LDRSB_PRE
/* 5031 */ MCD_OPC_FilterValue,
1,
27,
0,
0, // Skip to: 5063
/* 5036 */ MCD_OPC_CheckPredicate,
65,
12,
0,
0, // Skip to: 5053
/* 5041 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 5053
/* 5048 */ MCD_OPC_Decode,
165,
32,
157,
3, // Opcode: t2PLIi12
/* 5053 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 5063
/* 5058 */ MCD_OPC_Decode,
224,
31,
157,
3, // Opcode: t2LDRSBi12
/* 5063 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 5066 */ MCD_OPC_FilterValue,
15,
195,
15,
0, // Skip to: 9106
/* 5071 */ MCD_OPC_CheckPredicate,
65,
12,
0,
0, // Skip to: 5088
/* 5076 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 5088
/* 5083 */ MCD_OPC_Decode,
167,
32,
158,
3, // Opcode: t2PLIpci
/* 5088 */ MCD_OPC_CheckPredicate,
45,
173,
15,
0, // Skip to: 9106
/* 5093 */ MCD_OPC_Decode,
226,
31,
158,
3, // Opcode: t2LDRSBpci
/* 5098 */ MCD_OPC_FilterValue,
2,
207,
2,
0, // Skip to: 5822
/* 5103 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 5106 */ MCD_OPC_FilterValue,
0,
159,
1,
0, // Skip to: 5526
/* 5111 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 5114 */ MCD_OPC_FilterValue,
0,
77,
0,
0, // Skip to: 5196
/* 5119 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5122 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5144
/* 5127 */ MCD_OPC_CheckPredicate,
45,
134,
15,
0, // Skip to: 9106
/* 5132 */ MCD_OPC_CheckField,
12,
4,
15,
127,
15,
0, // Skip to: 9106
/* 5139 */ MCD_OPC_Decode,
245,
31,
217,
2, // Opcode: t2LSLrr
/* 5144 */ MCD_OPC_FilterValue,
1,
117,
15,
0, // Skip to: 9106
/* 5149 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5152 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5174
/* 5157 */ MCD_OPC_CheckPredicate,
53,
104,
15,
0, // Skip to: 9106
/* 5162 */ MCD_OPC_CheckField,
12,
4,
15,
97,
15,
0, // Skip to: 9106
/* 5169 */ MCD_OPC_Decode,
194,
32,
159,
3, // Opcode: t2SADD8
/* 5174 */ MCD_OPC_FilterValue,
1,
87,
15,
0, // Skip to: 9106
/* 5179 */ MCD_OPC_CheckPredicate,
53,
82,
15,
0, // Skip to: 9106
/* 5184 */ MCD_OPC_CheckField,
12,
4,
15,
75,
15,
0, // Skip to: 9106
/* 5191 */ MCD_OPC_Decode,
193,
32,
159,
3, // Opcode: t2SADD16
/* 5196 */ MCD_OPC_FilterValue,
1,
61,
0,
0, // Skip to: 5262
/* 5201 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5204 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 5233
/* 5209 */ MCD_OPC_CheckPredicate,
53,
52,
15,
0, // Skip to: 9106
/* 5214 */ MCD_OPC_CheckField,
23,
1,
1,
45,
15,
0, // Skip to: 9106
/* 5221 */ MCD_OPC_CheckField,
12,
4,
15,
38,
15,
0, // Skip to: 9106
/* 5228 */ MCD_OPC_Decode,
171,
32,
159,
3, // Opcode: t2QADD8
/* 5233 */ MCD_OPC_FilterValue,
1,
28,
15,
0, // Skip to: 9106
/* 5238 */ MCD_OPC_CheckPredicate,
53,
23,
15,
0, // Skip to: 9106
/* 5243 */ MCD_OPC_CheckField,
23,
1,
1,
16,
15,
0, // Skip to: 9106
/* 5250 */ MCD_OPC_CheckField,
12,
4,
15,
9,
15,
0, // Skip to: 9106
/* 5257 */ MCD_OPC_Decode,
170,
32,
159,
3, // Opcode: t2QADD16
/* 5262 */ MCD_OPC_FilterValue,
2,
61,
0,
0, // Skip to: 5328
/* 5267 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5270 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 5299
/* 5275 */ MCD_OPC_CheckPredicate,
53,
242,
14,
0, // Skip to: 9106
/* 5280 */ MCD_OPC_CheckField,
23,
1,
1,
235,
14,
0, // Skip to: 9106
/* 5287 */ MCD_OPC_CheckField,
12,
4,
15,
228,
14,
0, // Skip to: 9106
/* 5294 */ MCD_OPC_Decode,
206,
32,
159,
3, // Opcode: t2SHADD8
/* 5299 */ MCD_OPC_FilterValue,
1,
218,
14,
0, // Skip to: 9106
/* 5304 */ MCD_OPC_CheckPredicate,
53,
213,
14,
0, // Skip to: 9106
/* 5309 */ MCD_OPC_CheckField,
23,
1,
1,
206,
14,
0, // Skip to: 9106
/* 5316 */ MCD_OPC_CheckField,
12,
4,
15,
199,
14,
0, // Skip to: 9106
/* 5323 */ MCD_OPC_Decode,
205,
32,
159,
3, // Opcode: t2SHADD16
/* 5328 */ MCD_OPC_FilterValue,
4,
61,
0,
0, // Skip to: 5394
/* 5333 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5336 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 5365
/* 5341 */ MCD_OPC_CheckPredicate,
53,
176,
14,
0, // Skip to: 9106
/* 5346 */ MCD_OPC_CheckField,
23,
1,
1,
169,
14,
0, // Skip to: 9106
/* 5353 */ MCD_OPC_CheckField,
12,
4,
15,
162,
14,
0, // Skip to: 9106
/* 5360 */ MCD_OPC_Decode,
208,
33,
159,
3, // Opcode: t2UADD8
/* 5365 */ MCD_OPC_FilterValue,
1,
152,
14,
0, // Skip to: 9106
/* 5370 */ MCD_OPC_CheckPredicate,
53,
147,
14,
0, // Skip to: 9106
/* 5375 */ MCD_OPC_CheckField,
23,
1,
1,
140,
14,
0, // Skip to: 9106
/* 5382 */ MCD_OPC_CheckField,
12,
4,
15,
133,
14,
0, // Skip to: 9106
/* 5389 */ MCD_OPC_Decode,
207,
33,
159,
3, // Opcode: t2UADD16
/* 5394 */ MCD_OPC_FilterValue,
5,
61,
0,
0, // Skip to: 5460
/* 5399 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5402 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 5431
/* 5407 */ MCD_OPC_CheckPredicate,
53,
110,
14,
0, // Skip to: 9106
/* 5412 */ MCD_OPC_CheckField,
23,
1,
1,
103,
14,
0, // Skip to: 9106
/* 5419 */ MCD_OPC_CheckField,
12,
4,
15,
96,
14,
0, // Skip to: 9106
/* 5426 */ MCD_OPC_Decode,
223,
33,
159,
3, // Opcode: t2UQADD8
/* 5431 */ MCD_OPC_FilterValue,
1,
86,
14,
0, // Skip to: 9106
/* 5436 */ MCD_OPC_CheckPredicate,
53,
81,
14,
0, // Skip to: 9106
/* 5441 */ MCD_OPC_CheckField,
23,
1,
1,
74,
14,
0, // Skip to: 9106
/* 5448 */ MCD_OPC_CheckField,
12,
4,
15,
67,
14,
0, // Skip to: 9106
/* 5455 */ MCD_OPC_Decode,
222,
33,
159,
3, // Opcode: t2UQADD16
/* 5460 */ MCD_OPC_FilterValue,
6,
57,
14,
0, // Skip to: 9106
/* 5465 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5468 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 5497
/* 5473 */ MCD_OPC_CheckPredicate,
53,
44,
14,
0, // Skip to: 9106
/* 5478 */ MCD_OPC_CheckField,
23,
1,
1,
37,
14,
0, // Skip to: 9106
/* 5485 */ MCD_OPC_CheckField,
12,
4,
15,
30,
14,
0, // Skip to: 9106
/* 5492 */ MCD_OPC_Decode,
214,
33,
159,
3, // Opcode: t2UHADD8
/* 5497 */ MCD_OPC_FilterValue,
1,
20,
14,
0, // Skip to: 9106
/* 5502 */ MCD_OPC_CheckPredicate,
53,
15,
14,
0, // Skip to: 9106
/* 5507 */ MCD_OPC_CheckField,
23,
1,
1,
8,
14,
0, // Skip to: 9106
/* 5514 */ MCD_OPC_CheckField,
12,
4,
15,
1,
14,
0, // Skip to: 9106
/* 5521 */ MCD_OPC_Decode,
213,
33,
159,
3, // Opcode: t2UHADD16
/* 5526 */ MCD_OPC_FilterValue,
1,
247,
13,
0, // Skip to: 9106
/* 5531 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5534 */ MCD_OPC_FilterValue,
0,
139,
0,
0, // Skip to: 5678
/* 5539 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5542 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 5582
/* 5547 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 5550 */ MCD_OPC_FilterValue,
15,
223,
13,
0, // Skip to: 9106
/* 5555 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 5572
/* 5560 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 5572
/* 5567 */ MCD_OPC_Decode,
193,
33,
160,
3, // Opcode: t2SXTH
/* 5572 */ MCD_OPC_CheckPredicate,
51,
201,
13,
0, // Skip to: 9106
/* 5577 */ MCD_OPC_Decode,
190,
33,
161,
3, // Opcode: t2SXTAH
/* 5582 */ MCD_OPC_FilterValue,
1,
191,
13,
0, // Skip to: 9106
/* 5587 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 5590 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5612
/* 5595 */ MCD_OPC_CheckPredicate,
53,
178,
13,
0, // Skip to: 9106
/* 5600 */ MCD_OPC_CheckField,
12,
4,
15,
171,
13,
0, // Skip to: 9106
/* 5607 */ MCD_OPC_Decode,
169,
32,
162,
3, // Opcode: t2QADD
/* 5612 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 5634
/* 5617 */ MCD_OPC_CheckPredicate,
53,
156,
13,
0, // Skip to: 9106
/* 5622 */ MCD_OPC_CheckField,
12,
4,
15,
149,
13,
0, // Skip to: 9106
/* 5629 */ MCD_OPC_Decode,
173,
32,
162,
3, // Opcode: t2QDADD
/* 5634 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 5656
/* 5639 */ MCD_OPC_CheckPredicate,
53,
134,
13,
0, // Skip to: 9106
/* 5644 */ MCD_OPC_CheckField,
12,
4,
15,
127,
13,
0, // Skip to: 9106
/* 5651 */ MCD_OPC_Decode,
176,
32,
162,
3, // Opcode: t2QSUB
/* 5656 */ MCD_OPC_FilterValue,
3,
117,
13,
0, // Skip to: 9106
/* 5661 */ MCD_OPC_CheckPredicate,
53,
112,
13,
0, // Skip to: 9106
/* 5666 */ MCD_OPC_CheckField,
12,
4,
15,
105,
13,
0, // Skip to: 9106
/* 5673 */ MCD_OPC_Decode,
174,
32,
162,
3, // Opcode: t2QDSUB
/* 5678 */ MCD_OPC_FilterValue,
1,
95,
13,
0, // Skip to: 9106
/* 5683 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5686 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 5726
/* 5691 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 5694 */ MCD_OPC_FilterValue,
15,
79,
13,
0, // Skip to: 9106
/* 5699 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 5716
/* 5704 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 5716
/* 5711 */ MCD_OPC_Decode,
240,
33,
160,
3, // Opcode: t2UXTH
/* 5716 */ MCD_OPC_CheckPredicate,
51,
57,
13,
0, // Skip to: 9106
/* 5721 */ MCD_OPC_Decode,
237,
33,
161,
3, // Opcode: t2UXTAH
/* 5726 */ MCD_OPC_FilterValue,
1,
47,
13,
0, // Skip to: 9106
/* 5731 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 5734 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5756
/* 5739 */ MCD_OPC_CheckPredicate,
45,
34,
13,
0, // Skip to: 9106
/* 5744 */ MCD_OPC_CheckField,
12,
4,
15,
27,
13,
0, // Skip to: 9106
/* 5751 */ MCD_OPC_Decode,
180,
32,
163,
3, // Opcode: t2REV
/* 5756 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 5778
/* 5761 */ MCD_OPC_CheckPredicate,
45,
12,
13,
0, // Skip to: 9106
/* 5766 */ MCD_OPC_CheckField,
12,
4,
15,
5,
13,
0, // Skip to: 9106
/* 5773 */ MCD_OPC_Decode,
181,
32,
163,
3, // Opcode: t2REV16
/* 5778 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 5800
/* 5783 */ MCD_OPC_CheckPredicate,
45,
246,
12,
0, // Skip to: 9106
/* 5788 */ MCD_OPC_CheckField,
12,
4,
15,
239,
12,
0, // Skip to: 9106
/* 5795 */ MCD_OPC_Decode,
179,
32,
163,
3, // Opcode: t2RBIT
/* 5800 */ MCD_OPC_FilterValue,
3,
229,
12,
0, // Skip to: 9106
/* 5805 */ MCD_OPC_CheckPredicate,
45,
224,
12,
0, // Skip to: 9106
/* 5810 */ MCD_OPC_CheckField,
12,
4,
15,
217,
12,
0, // Skip to: 9106
/* 5817 */ MCD_OPC_Decode,
182,
32,
163,
3, // Opcode: t2REVSH
/* 5822 */ MCD_OPC_FilterValue,
3,
207,
12,
0, // Skip to: 9106
/* 5827 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 5830 */ MCD_OPC_FilterValue,
0,
98,
0,
0, // Skip to: 5933
/* 5835 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5838 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 5893
/* 5843 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5846 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 5878
/* 5851 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 5868
/* 5856 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 5868
/* 5863 */ MCD_OPC_Decode,
143,
32,
159,
3, // Opcode: t2MUL
/* 5868 */ MCD_OPC_CheckPredicate,
66,
161,
12,
0, // Skip to: 9106
/* 5873 */ MCD_OPC_Decode,
252,
31,
164,
3, // Opcode: t2MLA
/* 5878 */ MCD_OPC_FilterValue,
1,
151,
12,
0, // Skip to: 9106
/* 5883 */ MCD_OPC_CheckPredicate,
45,
146,
12,
0, // Skip to: 9106
/* 5888 */ MCD_OPC_Decode,
241,
32,
165,
3, // Opcode: t2SMULL
/* 5893 */ MCD_OPC_FilterValue,
1,
136,
12,
0, // Skip to: 9106
/* 5898 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5901 */ MCD_OPC_FilterValue,
0,
128,
12,
0, // Skip to: 9106
/* 5906 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 5923
/* 5911 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 5923
/* 5918 */ MCD_OPC_Decode,
239,
32,
159,
3, // Opcode: t2SMULBB
/* 5923 */ MCD_OPC_CheckPredicate,
53,
106,
12,
0, // Skip to: 9106
/* 5928 */ MCD_OPC_Decode,
212,
32,
164,
3, // Opcode: t2SMLABB
/* 5933 */ MCD_OPC_FilterValue,
1,
65,
0,
0, // Skip to: 6003
/* 5938 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 5941 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 5963
/* 5946 */ MCD_OPC_CheckPredicate,
66,
83,
12,
0, // Skip to: 9106
/* 5951 */ MCD_OPC_CheckField,
23,
1,
0,
76,
12,
0, // Skip to: 9106
/* 5958 */ MCD_OPC_Decode,
253,
31,
164,
3, // Opcode: t2MLS
/* 5963 */ MCD_OPC_FilterValue,
1,
66,
12,
0, // Skip to: 9106
/* 5968 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 5971 */ MCD_OPC_FilterValue,
0,
58,
12,
0, // Skip to: 9106
/* 5976 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 5993
/* 5981 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 5993
/* 5988 */ MCD_OPC_Decode,
240,
32,
159,
3, // Opcode: t2SMULBT
/* 5993 */ MCD_OPC_CheckPredicate,
53,
36,
12,
0, // Skip to: 9106
/* 5998 */ MCD_OPC_Decode,
213,
32,
164,
3, // Opcode: t2SMLABT
/* 6003 */ MCD_OPC_FilterValue,
2,
43,
0,
0, // Skip to: 6051
/* 6008 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 6011 */ MCD_OPC_FilterValue,
1,
18,
12,
0, // Skip to: 9106
/* 6016 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6019 */ MCD_OPC_FilterValue,
0,
10,
12,
0, // Skip to: 9106
/* 6024 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 6041
/* 6029 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 6041
/* 6036 */ MCD_OPC_Decode,
242,
32,
159,
3, // Opcode: t2SMULTB
/* 6041 */ MCD_OPC_CheckPredicate,
53,
244,
11,
0, // Skip to: 9106
/* 6046 */ MCD_OPC_Decode,
223,
32,
164,
3, // Opcode: t2SMLATB
/* 6051 */ MCD_OPC_FilterValue,
3,
43,
0,
0, // Skip to: 6099
/* 6056 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 6059 */ MCD_OPC_FilterValue,
1,
226,
11,
0, // Skip to: 9106
/* 6064 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6067 */ MCD_OPC_FilterValue,
0,
218,
11,
0, // Skip to: 9106
/* 6072 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 6089
/* 6077 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 6089
/* 6084 */ MCD_OPC_Decode,
243,
32,
159,
3, // Opcode: t2SMULTT
/* 6089 */ MCD_OPC_CheckPredicate,
53,
196,
11,
0, // Skip to: 9106
/* 6094 */ MCD_OPC_Decode,
224,
32,
164,
3, // Opcode: t2SMLATT
/* 6099 */ MCD_OPC_FilterValue,
15,
186,
11,
0, // Skip to: 9106
/* 6104 */ MCD_OPC_CheckPredicate,
67,
181,
11,
0, // Skip to: 9106
/* 6109 */ MCD_OPC_CheckField,
23,
1,
1,
174,
11,
0, // Skip to: 9106
/* 6116 */ MCD_OPC_CheckField,
20,
1,
1,
167,
11,
0, // Skip to: 9106
/* 6123 */ MCD_OPC_CheckField,
12,
4,
15,
160,
11,
0, // Skip to: 9106
/* 6130 */ MCD_OPC_Decode,
201,
32,
159,
3, // Opcode: t2SDIV
/* 6135 */ MCD_OPC_FilterValue,
1,
129,
4,
0, // Skip to: 7293
/* 6140 */ MCD_OPC_ExtractField,
24,
3, // Inst{26-24} ...
/* 6143 */ MCD_OPC_FilterValue,
0,
82,
1,
0, // Skip to: 6486
/* 6148 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 6151 */ MCD_OPC_FilterValue,
0,
125,
0,
0, // Skip to: 6281
/* 6156 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6159 */ MCD_OPC_FilterValue,
0,
102,
0,
0, // Skip to: 6266
/* 6164 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 6167 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6189
/* 6172 */ MCD_OPC_CheckPredicate,
45,
113,
11,
0, // Skip to: 9106
/* 6177 */ MCD_OPC_CheckField,
6,
4,
0,
106,
11,
0, // Skip to: 9106
/* 6184 */ MCD_OPC_Decode,
174,
33,
149,
3, // Opcode: t2STRHs
/* 6189 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 6211
/* 6194 */ MCD_OPC_CheckPredicate,
45,
91,
11,
0, // Skip to: 9106
/* 6199 */ MCD_OPC_CheckField,
8,
1,
1,
84,
11,
0, // Skip to: 9106
/* 6206 */ MCD_OPC_Decode,
170,
33,
150,
3, // Opcode: t2STRH_POST
/* 6211 */ MCD_OPC_FilterValue,
3,
74,
11,
0, // Skip to: 9106
/* 6216 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 6219 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 6251
/* 6224 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 6241
/* 6229 */ MCD_OPC_CheckField,
9,
1,
1,
5,
0,
0, // Skip to: 6241
/* 6236 */ MCD_OPC_Decode,
169,
33,
151,
3, // Opcode: t2STRHT
/* 6241 */ MCD_OPC_CheckPredicate,
45,
44,
11,
0, // Skip to: 9106
/* 6246 */ MCD_OPC_Decode,
173,
33,
152,
3, // Opcode: t2STRHi8
/* 6251 */ MCD_OPC_FilterValue,
1,
34,
11,
0, // Skip to: 9106
/* 6256 */ MCD_OPC_CheckPredicate,
45,
29,
11,
0, // Skip to: 9106
/* 6261 */ MCD_OPC_Decode,
171,
33,
150,
3, // Opcode: t2STRH_PRE
/* 6266 */ MCD_OPC_FilterValue,
1,
19,
11,
0, // Skip to: 9106
/* 6271 */ MCD_OPC_CheckPredicate,
45,
14,
11,
0, // Skip to: 9106
/* 6276 */ MCD_OPC_Decode,
172,
33,
153,
3, // Opcode: t2STRHi12
/* 6281 */ MCD_OPC_FilterValue,
1,
4,
11,
0, // Skip to: 9106
/* 6286 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6289 */ MCD_OPC_FilterValue,
0,
143,
0,
0, // Skip to: 6437
/* 6294 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 6297 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 6337
/* 6302 */ MCD_OPC_ExtractField,
6,
4, // Inst{9-6} ...
/* 6305 */ MCD_OPC_FilterValue,
0,
159,
0,
0, // Skip to: 6469
/* 6310 */ MCD_OPC_CheckPredicate,
68,
12,
0,
0, // Skip to: 6327
/* 6315 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 6327
/* 6322 */ MCD_OPC_Decode,
160,
32,
154,
3, // Opcode: t2PLDWs
/* 6327 */ MCD_OPC_CheckPredicate,
45,
137,
0,
0, // Skip to: 6469
/* 6332 */ MCD_OPC_Decode,
220,
31,
154,
3, // Opcode: t2LDRHs
/* 6337 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 6359
/* 6342 */ MCD_OPC_CheckPredicate,
45,
122,
0,
0, // Skip to: 6469
/* 6347 */ MCD_OPC_CheckField,
8,
1,
1,
115,
0,
0, // Skip to: 6469
/* 6354 */ MCD_OPC_Decode,
215,
31,
150,
3, // Opcode: t2LDRH_POST
/* 6359 */ MCD_OPC_FilterValue,
3,
105,
0,
0, // Skip to: 6469
/* 6364 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 6367 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 6422
/* 6372 */ MCD_OPC_ExtractField,
9,
1, // Inst{9} ...
/* 6375 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6397
/* 6380 */ MCD_OPC_CheckPredicate,
68,
27,
0,
0, // Skip to: 6412
/* 6385 */ MCD_OPC_CheckField,
12,
4,
15,
20,
0,
0, // Skip to: 6412
/* 6392 */ MCD_OPC_Decode,
159,
32,
155,
3, // Opcode: t2PLDWi8
/* 6397 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 6412
/* 6402 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 6412
/* 6407 */ MCD_OPC_Decode,
214,
31,
156,
3, // Opcode: t2LDRHT
/* 6412 */ MCD_OPC_CheckPredicate,
45,
52,
0,
0, // Skip to: 6469
/* 6417 */ MCD_OPC_Decode,
218,
31,
155,
3, // Opcode: t2LDRHi8
/* 6422 */ MCD_OPC_FilterValue,
1,
42,
0,
0, // Skip to: 6469
/* 6427 */ MCD_OPC_CheckPredicate,
45,
37,
0,
0, // Skip to: 6469
/* 6432 */ MCD_OPC_Decode,
216,
31,
150,
3, // Opcode: t2LDRH_PRE
/* 6437 */ MCD_OPC_FilterValue,
1,
27,
0,
0, // Skip to: 6469
/* 6442 */ MCD_OPC_CheckPredicate,
68,
12,
0,
0, // Skip to: 6459
/* 6447 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 6459
/* 6454 */ MCD_OPC_Decode,
158,
32,
157,
3, // Opcode: t2PLDWi12
/* 6459 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 6469
/* 6464 */ MCD_OPC_Decode,
217,
31,
157,
3, // Opcode: t2LDRHi12
/* 6469 */ MCD_OPC_CheckPredicate,
45,
72,
10,
0, // Skip to: 9106
/* 6474 */ MCD_OPC_CheckField,
16,
4,
15,
65,
10,
0, // Skip to: 9106
/* 6481 */ MCD_OPC_Decode,
219,
31,
158,
3, // Opcode: t2LDRHpci
/* 6486 */ MCD_OPC_FilterValue,
1,
150,
0,
0, // Skip to: 6641
/* 6491 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 6494 */ MCD_OPC_FilterValue,
1,
47,
10,
0, // Skip to: 9106
/* 6499 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6502 */ MCD_OPC_FilterValue,
0,
102,
0,
0, // Skip to: 6609
/* 6507 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 6510 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6532
/* 6515 */ MCD_OPC_CheckPredicate,
45,
104,
0,
0, // Skip to: 6624
/* 6520 */ MCD_OPC_CheckField,
6,
4,
0,
97,
0,
0, // Skip to: 6624
/* 6527 */ MCD_OPC_Decode,
234,
31,
154,
3, // Opcode: t2LDRSHs
/* 6532 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 6554
/* 6537 */ MCD_OPC_CheckPredicate,
45,
82,
0,
0, // Skip to: 6624
/* 6542 */ MCD_OPC_CheckField,
8,
1,
1,
75,
0,
0, // Skip to: 6624
/* 6549 */ MCD_OPC_Decode,
229,
31,
150,
3, // Opcode: t2LDRSH_POST
/* 6554 */ MCD_OPC_FilterValue,
3,
65,
0,
0, // Skip to: 6624
/* 6559 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 6562 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 6594
/* 6567 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 6584
/* 6572 */ MCD_OPC_CheckField,
9,
1,
1,
5,
0,
0, // Skip to: 6584
/* 6579 */ MCD_OPC_Decode,
228,
31,
156,
3, // Opcode: t2LDRSHT
/* 6584 */ MCD_OPC_CheckPredicate,
45,
35,
0,
0, // Skip to: 6624
/* 6589 */ MCD_OPC_Decode,
232,
31,
155,
3, // Opcode: t2LDRSHi8
/* 6594 */ MCD_OPC_FilterValue,
1,
25,
0,
0, // Skip to: 6624
/* 6599 */ MCD_OPC_CheckPredicate,
45,
20,
0,
0, // Skip to: 6624
/* 6604 */ MCD_OPC_Decode,
230,
31,
150,
3, // Opcode: t2LDRSH_PRE
/* 6609 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 6624
/* 6614 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 6624
/* 6619 */ MCD_OPC_Decode,
231,
31,
157,
3, // Opcode: t2LDRSHi12
/* 6624 */ MCD_OPC_CheckPredicate,
45,
173,
9,
0, // Skip to: 9106
/* 6629 */ MCD_OPC_CheckField,
16,
4,
15,
166,
9,
0, // Skip to: 9106
/* 6636 */ MCD_OPC_Decode,
233,
31,
158,
3, // Opcode: t2LDRSHpci
/* 6641 */ MCD_OPC_FilterValue,
2,
156,
1,
0, // Skip to: 7058
/* 6646 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 6649 */ MCD_OPC_FilterValue,
0,
242,
0,
0, // Skip to: 6896
/* 6654 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 6657 */ MCD_OPC_FilterValue,
0,
54,
0,
0, // Skip to: 6716
/* 6662 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6665 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 6687
/* 6670 */ MCD_OPC_CheckPredicate,
45,
127,
9,
0, // Skip to: 9106
/* 6675 */ MCD_OPC_CheckField,
12,
4,
15,
120,
9,
0, // Skip to: 9106
/* 6682 */ MCD_OPC_Decode,
247,
31,
217,
2, // Opcode: t2LSRrr
/* 6687 */ MCD_OPC_FilterValue,
1,
110,
9,
0, // Skip to: 9106
/* 6692 */ MCD_OPC_CheckPredicate,
53,
105,
9,
0, // Skip to: 9106
/* 6697 */ MCD_OPC_CheckField,
20,
1,
0,
98,
9,
0, // Skip to: 9106
/* 6704 */ MCD_OPC_CheckField,
12,
4,
15,
91,
9,
0, // Skip to: 9106
/* 6711 */ MCD_OPC_Decode,
195,
32,
159,
3, // Opcode: t2SASX
/* 6716 */ MCD_OPC_FilterValue,
1,
31,
0,
0, // Skip to: 6752
/* 6721 */ MCD_OPC_CheckPredicate,
53,
76,
9,
0, // Skip to: 9106
/* 6726 */ MCD_OPC_CheckField,
23,
1,
1,
69,
9,
0, // Skip to: 9106
/* 6733 */ MCD_OPC_CheckField,
20,
1,
0,
62,
9,
0, // Skip to: 9106
/* 6740 */ MCD_OPC_CheckField,
12,
4,
15,
55,
9,
0, // Skip to: 9106
/* 6747 */ MCD_OPC_Decode,
172,
32,
159,
3, // Opcode: t2QASX
/* 6752 */ MCD_OPC_FilterValue,
2,
31,
0,
0, // Skip to: 6788
/* 6757 */ MCD_OPC_CheckPredicate,
53,
40,
9,
0, // Skip to: 9106
/* 6762 */ MCD_OPC_CheckField,
23,
1,
1,
33,
9,
0, // Skip to: 9106
/* 6769 */ MCD_OPC_CheckField,
20,
1,
0,
26,
9,
0, // Skip to: 9106
/* 6776 */ MCD_OPC_CheckField,
12,
4,
15,
19,
9,
0, // Skip to: 9106
/* 6783 */ MCD_OPC_Decode,
207,
32,
159,
3, // Opcode: t2SHASX
/* 6788 */ MCD_OPC_FilterValue,
4,
31,
0,
0, // Skip to: 6824
/* 6793 */ MCD_OPC_CheckPredicate,
53,
4,
9,
0, // Skip to: 9106
/* 6798 */ MCD_OPC_CheckField,
23,
1,
1,
253,
8,
0, // Skip to: 9106
/* 6805 */ MCD_OPC_CheckField,
20,
1,
0,
246,
8,
0, // Skip to: 9106
/* 6812 */ MCD_OPC_CheckField,
12,
4,
15,
239,
8,
0, // Skip to: 9106
/* 6819 */ MCD_OPC_Decode,
209,
33,
159,
3, // Opcode: t2UASX
/* 6824 */ MCD_OPC_FilterValue,
5,
31,
0,
0, // Skip to: 6860
/* 6829 */ MCD_OPC_CheckPredicate,
53,
224,
8,
0, // Skip to: 9106
/* 6834 */ MCD_OPC_CheckField,
23,
1,
1,
217,
8,
0, // Skip to: 9106
/* 6841 */ MCD_OPC_CheckField,
20,
1,
0,
210,
8,
0, // Skip to: 9106
/* 6848 */ MCD_OPC_CheckField,
12,
4,
15,
203,
8,
0, // Skip to: 9106
/* 6855 */ MCD_OPC_Decode,
224,
33,
159,
3, // Opcode: t2UQASX
/* 6860 */ MCD_OPC_FilterValue,
6,
193,
8,
0, // Skip to: 9106
/* 6865 */ MCD_OPC_CheckPredicate,
53,
188,
8,
0, // Skip to: 9106
/* 6870 */ MCD_OPC_CheckField,
23,
1,
1,
181,
8,
0, // Skip to: 9106
/* 6877 */ MCD_OPC_CheckField,
20,
1,
0,
174,
8,
0, // Skip to: 9106
/* 6884 */ MCD_OPC_CheckField,
12,
4,
15,
167,
8,
0, // Skip to: 9106
/* 6891 */ MCD_OPC_Decode,
215,
33,
159,
3, // Opcode: t2UHASX
/* 6896 */ MCD_OPC_FilterValue,
1,
157,
8,
0, // Skip to: 9106
/* 6901 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 6904 */ MCD_OPC_FilterValue,
0,
72,
0,
0, // Skip to: 6981
/* 6909 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6912 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 6952
/* 6917 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 6920 */ MCD_OPC_FilterValue,
15,
133,
8,
0, // Skip to: 9106
/* 6925 */ MCD_OPC_CheckPredicate,
51,
12,
0,
0, // Skip to: 6942
/* 6930 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 6942
/* 6937 */ MCD_OPC_Decode,
192,
33,
160,
3, // Opcode: t2SXTB16
/* 6942 */ MCD_OPC_CheckPredicate,
51,
111,
8,
0, // Skip to: 9106
/* 6947 */ MCD_OPC_Decode,
189,
33,
161,
3, // Opcode: t2SXTAB16
/* 6952 */ MCD_OPC_FilterValue,
1,
101,
8,
0, // Skip to: 9106
/* 6957 */ MCD_OPC_CheckPredicate,
53,
96,
8,
0, // Skip to: 9106
/* 6962 */ MCD_OPC_CheckField,
12,
4,
15,
89,
8,
0, // Skip to: 9106
/* 6969 */ MCD_OPC_CheckField,
4,
3,
0,
82,
8,
0, // Skip to: 9106
/* 6976 */ MCD_OPC_Decode,
202,
32,
166,
3, // Opcode: t2SEL
/* 6981 */ MCD_OPC_FilterValue,
1,
72,
8,
0, // Skip to: 9106
/* 6986 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 6989 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 7029
/* 6994 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 6997 */ MCD_OPC_FilterValue,
15,
56,
8,
0, // Skip to: 9106
/* 7002 */ MCD_OPC_CheckPredicate,
51,
12,
0,
0, // Skip to: 7019
/* 7007 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 7019
/* 7014 */ MCD_OPC_Decode,
239,
33,
160,
3, // Opcode: t2UXTB16
/* 7019 */ MCD_OPC_CheckPredicate,
51,
34,
8,
0, // Skip to: 9106
/* 7024 */ MCD_OPC_Decode,
236,
33,
161,
3, // Opcode: t2UXTAB16
/* 7029 */ MCD_OPC_FilterValue,
1,
24,
8,
0, // Skip to: 9106
/* 7034 */ MCD_OPC_CheckPredicate,
45,
19,
8,
0, // Skip to: 9106
/* 7039 */ MCD_OPC_CheckField,
12,
4,
15,
12,
8,
0, // Skip to: 9106
/* 7046 */ MCD_OPC_CheckField,
4,
3,
0,
5,
8,
0, // Skip to: 9106
/* 7053 */ MCD_OPC_Decode,
137,
31,
163,
3, // Opcode: t2CLZ
/* 7058 */ MCD_OPC_FilterValue,
3,
251,
7,
0, // Skip to: 9106
/* 7063 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 7066 */ MCD_OPC_FilterValue,
0,
98,
0,
0, // Skip to: 7169
/* 7071 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7074 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 7129
/* 7079 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7082 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 7114
/* 7087 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 7104
/* 7092 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 7104
/* 7099 */ MCD_OPC_Decode,
237,
32,
159,
3, // Opcode: t2SMUAD
/* 7104 */ MCD_OPC_CheckPredicate,
53,
205,
7,
0, // Skip to: 9106
/* 7109 */ MCD_OPC_Decode,
214,
32,
164,
3, // Opcode: t2SMLAD
/* 7114 */ MCD_OPC_FilterValue,
1,
195,
7,
0, // Skip to: 9106
/* 7119 */ MCD_OPC_CheckPredicate,
45,
190,
7,
0, // Skip to: 9106
/* 7124 */ MCD_OPC_Decode,
221,
33,
165,
3, // Opcode: t2UMULL
/* 7129 */ MCD_OPC_FilterValue,
1,
180,
7,
0, // Skip to: 9106
/* 7134 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7137 */ MCD_OPC_FilterValue,
0,
172,
7,
0, // Skip to: 9106
/* 7142 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 7159
/* 7147 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 7159
/* 7154 */ MCD_OPC_Decode,
244,
32,
159,
3, // Opcode: t2SMULWB
/* 7159 */ MCD_OPC_CheckPredicate,
53,
150,
7,
0, // Skip to: 9106
/* 7164 */ MCD_OPC_Decode,
225,
32,
164,
3, // Opcode: t2SMLAWB
/* 7169 */ MCD_OPC_FilterValue,
1,
83,
0,
0, // Skip to: 7257
/* 7174 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7177 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 7217
/* 7182 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7185 */ MCD_OPC_FilterValue,
0,
124,
7,
0, // Skip to: 9106
/* 7190 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 7207
/* 7195 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 7207
/* 7202 */ MCD_OPC_Decode,
238,
32,
159,
3, // Opcode: t2SMUADX
/* 7207 */ MCD_OPC_CheckPredicate,
53,
102,
7,
0, // Skip to: 9106
/* 7212 */ MCD_OPC_Decode,
215,
32,
164,
3, // Opcode: t2SMLADX
/* 7217 */ MCD_OPC_FilterValue,
1,
92,
7,
0, // Skip to: 9106
/* 7222 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7225 */ MCD_OPC_FilterValue,
0,
84,
7,
0, // Skip to: 9106
/* 7230 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 7247
/* 7235 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 7247
/* 7242 */ MCD_OPC_Decode,
245,
32,
159,
3, // Opcode: t2SMULWT
/* 7247 */ MCD_OPC_CheckPredicate,
53,
62,
7,
0, // Skip to: 9106
/* 7252 */ MCD_OPC_Decode,
226,
32,
164,
3, // Opcode: t2SMLAWT
/* 7257 */ MCD_OPC_FilterValue,
15,
52,
7,
0, // Skip to: 9106
/* 7262 */ MCD_OPC_CheckPredicate,
67,
47,
7,
0, // Skip to: 9106
/* 7267 */ MCD_OPC_CheckField,
23,
1,
1,
40,
7,
0, // Skip to: 9106
/* 7274 */ MCD_OPC_CheckField,
20,
1,
1,
33,
7,
0, // Skip to: 9106
/* 7281 */ MCD_OPC_CheckField,
12,
4,
15,
26,
7,
0, // Skip to: 9106
/* 7288 */ MCD_OPC_Decode,
212,
33,
159,
3, // Opcode: t2UDIV
/* 7293 */ MCD_OPC_FilterValue,
2,
141,
5,
0, // Skip to: 8719
/* 7298 */ MCD_OPC_ExtractField,
24,
3, // Inst{26-24} ...
/* 7301 */ MCD_OPC_FilterValue,
0,
24,
1,
0, // Skip to: 7586
/* 7306 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7309 */ MCD_OPC_FilterValue,
0,
125,
0,
0, // Skip to: 7439
/* 7314 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7317 */ MCD_OPC_FilterValue,
0,
102,
0,
0, // Skip to: 7424
/* 7322 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 7325 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7347
/* 7330 */ MCD_OPC_CheckPredicate,
45,
235,
6,
0, // Skip to: 9106
/* 7335 */ MCD_OPC_CheckField,
6,
4,
0,
228,
6,
0, // Skip to: 9106
/* 7342 */ MCD_OPC_Decode,
180,
33,
167,
3, // Opcode: t2STRs
/* 7347 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 7369
/* 7352 */ MCD_OPC_CheckPredicate,
45,
213,
6,
0, // Skip to: 9106
/* 7357 */ MCD_OPC_CheckField,
8,
1,
1,
206,
6,
0, // Skip to: 9106
/* 7364 */ MCD_OPC_Decode,
176,
33,
150,
3, // Opcode: t2STR_POST
/* 7369 */ MCD_OPC_FilterValue,
3,
196,
6,
0, // Skip to: 9106
/* 7374 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 7377 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 7409
/* 7382 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 7399
/* 7387 */ MCD_OPC_CheckField,
9,
1,
1,
5,
0,
0, // Skip to: 7399
/* 7394 */ MCD_OPC_Decode,
175,
33,
151,
3, // Opcode: t2STRT
/* 7399 */ MCD_OPC_CheckPredicate,
45,
166,
6,
0, // Skip to: 9106
/* 7404 */ MCD_OPC_Decode,
179,
33,
168,
3, // Opcode: t2STRi8
/* 7409 */ MCD_OPC_FilterValue,
1,
156,
6,
0, // Skip to: 9106
/* 7414 */ MCD_OPC_CheckPredicate,
45,
151,
6,
0, // Skip to: 9106
/* 7419 */ MCD_OPC_Decode,
177,
33,
150,
3, // Opcode: t2STR_PRE
/* 7424 */ MCD_OPC_FilterValue,
1,
141,
6,
0, // Skip to: 9106
/* 7429 */ MCD_OPC_CheckPredicate,
45,
136,
6,
0, // Skip to: 9106
/* 7434 */ MCD_OPC_Decode,
178,
33,
169,
3, // Opcode: t2STRi12
/* 7439 */ MCD_OPC_FilterValue,
1,
126,
6,
0, // Skip to: 9106
/* 7444 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7447 */ MCD_OPC_FilterValue,
0,
102,
0,
0, // Skip to: 7554
/* 7452 */ MCD_OPC_ExtractField,
10,
2, // Inst{11-10} ...
/* 7455 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7477
/* 7460 */ MCD_OPC_CheckPredicate,
45,
104,
0,
0, // Skip to: 7569
/* 7465 */ MCD_OPC_CheckField,
6,
4,
0,
97,
0,
0, // Skip to: 7569
/* 7472 */ MCD_OPC_Decode,
241,
31,
154,
3, // Opcode: t2LDRs
/* 7477 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 7499
/* 7482 */ MCD_OPC_CheckPredicate,
45,
82,
0,
0, // Skip to: 7569
/* 7487 */ MCD_OPC_CheckField,
8,
1,
1,
75,
0,
0, // Skip to: 7569
/* 7494 */ MCD_OPC_Decode,
236,
31,
150,
3, // Opcode: t2LDR_POST
/* 7499 */ MCD_OPC_FilterValue,
3,
65,
0,
0, // Skip to: 7569
/* 7504 */ MCD_OPC_ExtractField,
8,
1, // Inst{8} ...
/* 7507 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 7539
/* 7512 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 7529
/* 7517 */ MCD_OPC_CheckField,
9,
1,
1,
5,
0,
0, // Skip to: 7529
/* 7524 */ MCD_OPC_Decode,
235,
31,
156,
3, // Opcode: t2LDRT
/* 7529 */ MCD_OPC_CheckPredicate,
45,
35,
0,
0, // Skip to: 7569
/* 7534 */ MCD_OPC_Decode,
239,
31,
155,
3, // Opcode: t2LDRi8
/* 7539 */ MCD_OPC_FilterValue,
1,
25,
0,
0, // Skip to: 7569
/* 7544 */ MCD_OPC_CheckPredicate,
45,
20,
0,
0, // Skip to: 7569
/* 7549 */ MCD_OPC_Decode,
237,
31,
150,
3, // Opcode: t2LDR_PRE
/* 7554 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 7569
/* 7559 */ MCD_OPC_CheckPredicate,
45,
5,
0,
0, // Skip to: 7569
/* 7564 */ MCD_OPC_Decode,
238,
31,
157,
3, // Opcode: t2LDRi12
/* 7569 */ MCD_OPC_CheckPredicate,
45,
252,
5,
0, // Skip to: 9106
/* 7574 */ MCD_OPC_CheckField,
16,
4,
15,
245,
5,
0, // Skip to: 9106
/* 7581 */ MCD_OPC_Decode,
240,
31,
158,
3, // Opcode: t2LDRpci
/* 7586 */ MCD_OPC_FilterValue,
2,
163,
2,
0, // Skip to: 8266
/* 7591 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 7594 */ MCD_OPC_FilterValue,
0,
159,
1,
0, // Skip to: 8014
/* 7599 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 7602 */ MCD_OPC_FilterValue,
0,
77,
0,
0, // Skip to: 7684
/* 7607 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 7610 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7632
/* 7615 */ MCD_OPC_CheckPredicate,
45,
206,
5,
0, // Skip to: 9106
/* 7620 */ MCD_OPC_CheckField,
12,
4,
15,
199,
5,
0, // Skip to: 9106
/* 7627 */ MCD_OPC_Decode,
243,
30,
217,
2, // Opcode: t2ASRrr
/* 7632 */ MCD_OPC_FilterValue,
1,
189,
5,
0, // Skip to: 9106
/* 7637 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7640 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 7662
/* 7645 */ MCD_OPC_CheckPredicate,
53,
176,
5,
0, // Skip to: 9106
/* 7650 */ MCD_OPC_CheckField,
12,
4,
15,
169,
5,
0, // Skip to: 9106
/* 7657 */ MCD_OPC_Decode,
128,
33,
159,
3, // Opcode: t2SSUB8
/* 7662 */ MCD_OPC_FilterValue,
1,
159,
5,
0, // Skip to: 9106
/* 7667 */ MCD_OPC_CheckPredicate,
53,
154,
5,
0, // Skip to: 9106
/* 7672 */ MCD_OPC_CheckField,
12,
4,
15,
147,
5,
0, // Skip to: 9106
/* 7679 */ MCD_OPC_Decode,
255,
32,
159,
3, // Opcode: t2SSUB16
/* 7684 */ MCD_OPC_FilterValue,
1,
61,
0,
0, // Skip to: 7750
/* 7689 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7692 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 7721
/* 7697 */ MCD_OPC_CheckPredicate,
53,
124,
5,
0, // Skip to: 9106
/* 7702 */ MCD_OPC_CheckField,
23,
1,
1,
117,
5,
0, // Skip to: 9106
/* 7709 */ MCD_OPC_CheckField,
12,
4,
15,
110,
5,
0, // Skip to: 9106
/* 7716 */ MCD_OPC_Decode,
178,
32,
159,
3, // Opcode: t2QSUB8
/* 7721 */ MCD_OPC_FilterValue,
1,
100,
5,
0, // Skip to: 9106
/* 7726 */ MCD_OPC_CheckPredicate,
53,
95,
5,
0, // Skip to: 9106
/* 7731 */ MCD_OPC_CheckField,
23,
1,
1,
88,
5,
0, // Skip to: 9106
/* 7738 */ MCD_OPC_CheckField,
12,
4,
15,
81,
5,
0, // Skip to: 9106
/* 7745 */ MCD_OPC_Decode,
177,
32,
159,
3, // Opcode: t2QSUB16
/* 7750 */ MCD_OPC_FilterValue,
2,
61,
0,
0, // Skip to: 7816
/* 7755 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7758 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 7787
/* 7763 */ MCD_OPC_CheckPredicate,
53,
58,
5,
0, // Skip to: 9106
/* 7768 */ MCD_OPC_CheckField,
23,
1,
1,
51,
5,
0, // Skip to: 9106
/* 7775 */ MCD_OPC_CheckField,
12,
4,
15,
44,
5,
0, // Skip to: 9106
/* 7782 */ MCD_OPC_Decode,
210,
32,
159,
3, // Opcode: t2SHSUB8
/* 7787 */ MCD_OPC_FilterValue,
1,
34,
5,
0, // Skip to: 9106
/* 7792 */ MCD_OPC_CheckPredicate,
53,
29,
5,
0, // Skip to: 9106
/* 7797 */ MCD_OPC_CheckField,
23,
1,
1,
22,
5,
0, // Skip to: 9106
/* 7804 */ MCD_OPC_CheckField,
12,
4,
15,
15,
5,
0, // Skip to: 9106
/* 7811 */ MCD_OPC_Decode,
209,
32,
159,
3, // Opcode: t2SHSUB16
/* 7816 */ MCD_OPC_FilterValue,
4,
61,
0,
0, // Skip to: 7882
/* 7821 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7824 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 7853
/* 7829 */ MCD_OPC_CheckPredicate,
53,
248,
4,
0, // Skip to: 9106
/* 7834 */ MCD_OPC_CheckField,
23,
1,
1,
241,
4,
0, // Skip to: 9106
/* 7841 */ MCD_OPC_CheckField,
12,
4,
15,
234,
4,
0, // Skip to: 9106
/* 7848 */ MCD_OPC_Decode,
234,
33,
159,
3, // Opcode: t2USUB8
/* 7853 */ MCD_OPC_FilterValue,
1,
224,
4,
0, // Skip to: 9106
/* 7858 */ MCD_OPC_CheckPredicate,
53,
219,
4,
0, // Skip to: 9106
/* 7863 */ MCD_OPC_CheckField,
23,
1,
1,
212,
4,
0, // Skip to: 9106
/* 7870 */ MCD_OPC_CheckField,
12,
4,
15,
205,
4,
0, // Skip to: 9106
/* 7877 */ MCD_OPC_Decode,
233,
33,
159,
3, // Opcode: t2USUB16
/* 7882 */ MCD_OPC_FilterValue,
5,
61,
0,
0, // Skip to: 7948
/* 7887 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7890 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 7919
/* 7895 */ MCD_OPC_CheckPredicate,
53,
182,
4,
0, // Skip to: 9106
/* 7900 */ MCD_OPC_CheckField,
23,
1,
1,
175,
4,
0, // Skip to: 9106
/* 7907 */ MCD_OPC_CheckField,
12,
4,
15,
168,
4,
0, // Skip to: 9106
/* 7914 */ MCD_OPC_Decode,
227,
33,
159,
3, // Opcode: t2UQSUB8
/* 7919 */ MCD_OPC_FilterValue,
1,
158,
4,
0, // Skip to: 9106
/* 7924 */ MCD_OPC_CheckPredicate,
53,
153,
4,
0, // Skip to: 9106
/* 7929 */ MCD_OPC_CheckField,
23,
1,
1,
146,
4,
0, // Skip to: 9106
/* 7936 */ MCD_OPC_CheckField,
12,
4,
15,
139,
4,
0, // Skip to: 9106
/* 7943 */ MCD_OPC_Decode,
226,
33,
159,
3, // Opcode: t2UQSUB16
/* 7948 */ MCD_OPC_FilterValue,
6,
129,
4,
0, // Skip to: 9106
/* 7953 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 7956 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 7985
/* 7961 */ MCD_OPC_CheckPredicate,
53,
116,
4,
0, // Skip to: 9106
/* 7966 */ MCD_OPC_CheckField,
23,
1,
1,
109,
4,
0, // Skip to: 9106
/* 7973 */ MCD_OPC_CheckField,
12,
4,
15,
102,
4,
0, // Skip to: 9106
/* 7980 */ MCD_OPC_Decode,
218,
33,
159,
3, // Opcode: t2UHSUB8
/* 7985 */ MCD_OPC_FilterValue,
1,
92,
4,
0, // Skip to: 9106
/* 7990 */ MCD_OPC_CheckPredicate,
53,
87,
4,
0, // Skip to: 9106
/* 7995 */ MCD_OPC_CheckField,
23,
1,
1,
80,
4,
0, // Skip to: 9106
/* 8002 */ MCD_OPC_CheckField,
12,
4,
15,
73,
4,
0, // Skip to: 9106
/* 8009 */ MCD_OPC_Decode,
217,
33,
159,
3, // Opcode: t2UHSUB16
/* 8014 */ MCD_OPC_FilterValue,
1,
63,
4,
0, // Skip to: 9106
/* 8019 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8022 */ MCD_OPC_FilterValue,
0,
117,
0,
0, // Skip to: 8144
/* 8027 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8030 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 8070
/* 8035 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 8038 */ MCD_OPC_FilterValue,
15,
39,
4,
0, // Skip to: 9106
/* 8043 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 8060
/* 8048 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 8060
/* 8055 */ MCD_OPC_Decode,
191,
33,
160,
3, // Opcode: t2SXTB
/* 8060 */ MCD_OPC_CheckPredicate,
51,
17,
4,
0, // Skip to: 9106
/* 8065 */ MCD_OPC_Decode,
188,
33,
161,
3, // Opcode: t2SXTAB
/* 8070 */ MCD_OPC_FilterValue,
1,
7,
4,
0, // Skip to: 9106
/* 8075 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 8078 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 8100
/* 8083 */ MCD_OPC_CheckPredicate,
69,
250,
3,
0, // Skip to: 9106
/* 8088 */ MCD_OPC_CheckField,
12,
4,
15,
243,
3,
0, // Skip to: 9106
/* 8095 */ MCD_OPC_Decode,
147,
31,
159,
3, // Opcode: t2CRC32B
/* 8100 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 8122
/* 8105 */ MCD_OPC_CheckPredicate,
69,
228,
3,
0, // Skip to: 9106
/* 8110 */ MCD_OPC_CheckField,
12,
4,
15,
221,
3,
0, // Skip to: 9106
/* 8117 */ MCD_OPC_Decode,
151,
31,
159,
3, // Opcode: t2CRC32H
/* 8122 */ MCD_OPC_FilterValue,
2,
211,
3,
0, // Skip to: 9106
/* 8127 */ MCD_OPC_CheckPredicate,
69,
206,
3,
0, // Skip to: 9106
/* 8132 */ MCD_OPC_CheckField,
12,
4,
15,
199,
3,
0, // Skip to: 9106
/* 8139 */ MCD_OPC_Decode,
152,
31,
159,
3, // Opcode: t2CRC32W
/* 8144 */ MCD_OPC_FilterValue,
1,
189,
3,
0, // Skip to: 9106
/* 8149 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8152 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 8192
/* 8157 */ MCD_OPC_ExtractField,
12,
4, // Inst{15-12} ...
/* 8160 */ MCD_OPC_FilterValue,
15,
173,
3,
0, // Skip to: 9106
/* 8165 */ MCD_OPC_CheckPredicate,
45,
12,
0,
0, // Skip to: 8182
/* 8170 */ MCD_OPC_CheckField,
16,
4,
15,
5,
0,
0, // Skip to: 8182
/* 8177 */ MCD_OPC_Decode,
238,
33,
160,
3, // Opcode: t2UXTB
/* 8182 */ MCD_OPC_CheckPredicate,
51,
151,
3,
0, // Skip to: 9106
/* 8187 */ MCD_OPC_Decode,
235,
33,
161,
3, // Opcode: t2UXTAB
/* 8192 */ MCD_OPC_FilterValue,
1,
141,
3,
0, // Skip to: 9106
/* 8197 */ MCD_OPC_ExtractField,
4,
3, // Inst{6-4} ...
/* 8200 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 8222
/* 8205 */ MCD_OPC_CheckPredicate,
69,
128,
3,
0, // Skip to: 9106
/* 8210 */ MCD_OPC_CheckField,
12,
4,
15,
121,
3,
0, // Skip to: 9106
/* 8217 */ MCD_OPC_Decode,
148,
31,
159,
3, // Opcode: t2CRC32CB
/* 8222 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 8244
/* 8227 */ MCD_OPC_CheckPredicate,
69,
106,
3,
0, // Skip to: 9106
/* 8232 */ MCD_OPC_CheckField,
12,
4,
15,
99,
3,
0, // Skip to: 9106
/* 8239 */ MCD_OPC_Decode,
149,
31,
159,
3, // Opcode: t2CRC32CH
/* 8244 */ MCD_OPC_FilterValue,
2,
89,
3,
0, // Skip to: 9106
/* 8249 */ MCD_OPC_CheckPredicate,
69,
84,
3,
0, // Skip to: 9106
/* 8254 */ MCD_OPC_CheckField,
12,
4,
15,
77,
3,
0, // Skip to: 9106
/* 8261 */ MCD_OPC_Decode,
150,
31,
159,
3, // Opcode: t2CRC32CW
/* 8266 */ MCD_OPC_FilterValue,
3,
67,
3,
0, // Skip to: 9106
/* 8271 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 8274 */ MCD_OPC_FilterValue,
0,
115,
0,
0, // Skip to: 8394
/* 8279 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8282 */ MCD_OPC_FilterValue,
0,
50,
0,
0, // Skip to: 8337
/* 8287 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8290 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 8322
/* 8295 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 8312
/* 8300 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8312
/* 8307 */ MCD_OPC_Decode,
246,
32,
159,
3, // Opcode: t2SMUSD
/* 8312 */ MCD_OPC_CheckPredicate,
53,
21,
3,
0, // Skip to: 9106
/* 8317 */ MCD_OPC_Decode,
227,
32,
164,
3, // Opcode: t2SMLSD
/* 8322 */ MCD_OPC_FilterValue,
1,
11,
3,
0, // Skip to: 9106
/* 8327 */ MCD_OPC_CheckPredicate,
45,
6,
3,
0, // Skip to: 9106
/* 8332 */ MCD_OPC_Decode,
216,
32,
170,
3, // Opcode: t2SMLAL
/* 8337 */ MCD_OPC_FilterValue,
1,
252,
2,
0, // Skip to: 9106
/* 8342 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8345 */ MCD_OPC_FilterValue,
0,
244,
2,
0, // Skip to: 9106
/* 8350 */ MCD_OPC_CheckPredicate,
70,
12,
0,
0, // Skip to: 8367
/* 8355 */ MCD_OPC_CheckField,
8,
4,
15,
5,
0,
0, // Skip to: 8367
/* 8362 */ MCD_OPC_Decode,
245,
30,
171,
3, // Opcode: t2AUTG
/* 8367 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 8384
/* 8372 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8384
/* 8379 */ MCD_OPC_Decode,
235,
32,
159,
3, // Opcode: t2SMMUL
/* 8384 */ MCD_OPC_CheckPredicate,
53,
205,
2,
0, // Skip to: 9106
/* 8389 */ MCD_OPC_Decode,
231,
32,
164,
3, // Opcode: t2SMMLA
/* 8394 */ MCD_OPC_FilterValue,
1,
100,
0,
0, // Skip to: 8499
/* 8399 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8402 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 8442
/* 8407 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8410 */ MCD_OPC_FilterValue,
0,
179,
2,
0, // Skip to: 9106
/* 8415 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 8432
/* 8420 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8432
/* 8427 */ MCD_OPC_Decode,
247,
32,
159,
3, // Opcode: t2SMUSDX
/* 8432 */ MCD_OPC_CheckPredicate,
53,
157,
2,
0, // Skip to: 9106
/* 8437 */ MCD_OPC_Decode,
228,
32,
164,
3, // Opcode: t2SMLSDX
/* 8442 */ MCD_OPC_FilterValue,
1,
147,
2,
0, // Skip to: 9106
/* 8447 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 8450 */ MCD_OPC_FilterValue,
0,
139,
2,
0, // Skip to: 9106
/* 8455 */ MCD_OPC_CheckPredicate,
70,
12,
0,
0, // Skip to: 8472
/* 8460 */ MCD_OPC_CheckField,
8,
4,
15,
5,
0,
0, // Skip to: 8472
/* 8467 */ MCD_OPC_Decode,
130,
31,
172,
3, // Opcode: t2BXAUT
/* 8472 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 8489
/* 8477 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8489
/* 8484 */ MCD_OPC_Decode,
236,
32,
159,
3, // Opcode: t2SMMULR
/* 8489 */ MCD_OPC_CheckPredicate,
53,
100,
2,
0, // Skip to: 9106
/* 8494 */ MCD_OPC_Decode,
232,
32,
164,
3, // Opcode: t2SMMLAR
/* 8499 */ MCD_OPC_FilterValue,
8,
24,
0,
0, // Skip to: 8528
/* 8504 */ MCD_OPC_CheckPredicate,
53,
85,
2,
0, // Skip to: 9106
/* 8509 */ MCD_OPC_CheckField,
23,
1,
1,
78,
2,
0, // Skip to: 9106
/* 8516 */ MCD_OPC_CheckField,
20,
1,
0,
71,
2,
0, // Skip to: 9106
/* 8523 */ MCD_OPC_Decode,
217,
32,
170,
3, // Opcode: t2SMLALBB
/* 8528 */ MCD_OPC_FilterValue,
9,
24,
0,
0, // Skip to: 8557
/* 8533 */ MCD_OPC_CheckPredicate,
53,
56,
2,
0, // Skip to: 9106
/* 8538 */ MCD_OPC_CheckField,
23,
1,
1,
49,
2,
0, // Skip to: 9106
/* 8545 */ MCD_OPC_CheckField,
20,
1,
0,
42,
2,
0, // Skip to: 9106
/* 8552 */ MCD_OPC_Decode,
218,
32,
170,
3, // Opcode: t2SMLALBT
/* 8557 */ MCD_OPC_FilterValue,
10,
24,
0,
0, // Skip to: 8586
/* 8562 */ MCD_OPC_CheckPredicate,
53,
27,
2,
0, // Skip to: 9106
/* 8567 */ MCD_OPC_CheckField,
23,
1,
1,
20,
2,
0, // Skip to: 9106
/* 8574 */ MCD_OPC_CheckField,
20,
1,
0,
13,
2,
0, // Skip to: 9106
/* 8581 */ MCD_OPC_Decode,
221,
32,
170,
3, // Opcode: t2SMLALTB
/* 8586 */ MCD_OPC_FilterValue,
11,
24,
0,
0, // Skip to: 8615
/* 8591 */ MCD_OPC_CheckPredicate,
53,
254,
1,
0, // Skip to: 9106
/* 8596 */ MCD_OPC_CheckField,
23,
1,
1,
247,
1,
0, // Skip to: 9106
/* 8603 */ MCD_OPC_CheckField,
20,
1,
0,
240,
1,
0, // Skip to: 9106
/* 8610 */ MCD_OPC_Decode,
222,
32,
170,
3, // Opcode: t2SMLALTT
/* 8615 */ MCD_OPC_FilterValue,
12,
47,
0,
0, // Skip to: 8667
/* 8620 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8623 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 8645
/* 8628 */ MCD_OPC_CheckPredicate,
53,
217,
1,
0, // Skip to: 9106
/* 8633 */ MCD_OPC_CheckField,
23,
1,
1,
210,
1,
0, // Skip to: 9106
/* 8640 */ MCD_OPC_Decode,
219,
32,
170,
3, // Opcode: t2SMLALD
/* 8645 */ MCD_OPC_FilterValue,
1,
200,
1,
0, // Skip to: 9106
/* 8650 */ MCD_OPC_CheckPredicate,
53,
195,
1,
0, // Skip to: 9106
/* 8655 */ MCD_OPC_CheckField,
23,
1,
1,
188,
1,
0, // Skip to: 9106
/* 8662 */ MCD_OPC_Decode,
229,
32,
170,
3, // Opcode: t2SMLSLD
/* 8667 */ MCD_OPC_FilterValue,
13,
178,
1,
0, // Skip to: 9106
/* 8672 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8675 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 8697
/* 8680 */ MCD_OPC_CheckPredicate,
53,
165,
1,
0, // Skip to: 9106
/* 8685 */ MCD_OPC_CheckField,
23,
1,
1,
158,
1,
0, // Skip to: 9106
/* 8692 */ MCD_OPC_Decode,
220,
32,
170,
3, // Opcode: t2SMLALDX
/* 8697 */ MCD_OPC_FilterValue,
1,
148,
1,
0, // Skip to: 9106
/* 8702 */ MCD_OPC_CheckPredicate,
53,
143,
1,
0, // Skip to: 9106
/* 8707 */ MCD_OPC_CheckField,
23,
1,
1,
136,
1,
0, // Skip to: 9106
/* 8714 */ MCD_OPC_Decode,
230,
32,
170,
3, // Opcode: t2SMLSLDX
/* 8719 */ MCD_OPC_FilterValue,
3,
126,
1,
0, // Skip to: 9106
/* 8724 */ MCD_OPC_ExtractField,
4,
4, // Inst{7-4} ...
/* 8727 */ MCD_OPC_FilterValue,
0,
148,
0,
0, // Skip to: 8880
/* 8732 */ MCD_OPC_ExtractField,
23,
4, // Inst{26-23} ...
/* 8735 */ MCD_OPC_FilterValue,
4,
17,
0,
0, // Skip to: 8757
/* 8740 */ MCD_OPC_CheckPredicate,
45,
105,
1,
0, // Skip to: 9106
/* 8745 */ MCD_OPC_CheckField,
12,
4,
15,
98,
1,
0, // Skip to: 9106
/* 8752 */ MCD_OPC_Decode,
188,
32,
217,
2, // Opcode: t2RORrr
/* 8757 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 8786
/* 8762 */ MCD_OPC_CheckPredicate,
53,
83,
1,
0, // Skip to: 9106
/* 8767 */ MCD_OPC_CheckField,
20,
1,
0,
76,
1,
0, // Skip to: 9106
/* 8774 */ MCD_OPC_CheckField,
12,
4,
15,
69,
1,
0, // Skip to: 9106
/* 8781 */ MCD_OPC_Decode,
254,
32,
159,
3, // Opcode: t2SSAX
/* 8786 */ MCD_OPC_FilterValue,
6,
67,
0,
0, // Skip to: 8858
/* 8791 */ MCD_OPC_ExtractField,
20,
1, // Inst{20} ...
/* 8794 */ MCD_OPC_FilterValue,
0,
27,
0,
0, // Skip to: 8826
/* 8799 */ MCD_OPC_CheckPredicate,
70,
12,
0,
0, // Skip to: 8816
/* 8804 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8816
/* 8811 */ MCD_OPC_Decode,
155,
32,
173,
3, // Opcode: t2PACG
/* 8816 */ MCD_OPC_CheckPredicate,
53,
29,
1,
0, // Skip to: 9106
/* 8821 */ MCD_OPC_Decode,
233,
32,
164,
3, // Opcode: t2SMMLS
/* 8826 */ MCD_OPC_FilterValue,
1,
19,
1,
0, // Skip to: 9106
/* 8831 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 8848
/* 8836 */ MCD_OPC_CheckField,
12,
4,
15,
5,
0,
0, // Skip to: 8848
/* 8843 */ MCD_OPC_Decode,
228,
33,
159,
3, // Opcode: t2USAD8
/* 8848 */ MCD_OPC_CheckPredicate,
53,
253,
0,
0, // Skip to: 9106
/* 8853 */ MCD_OPC_Decode,
229,
33,
164,
3, // Opcode: t2USADA8
/* 8858 */ MCD_OPC_FilterValue,
7,
243,
0,
0, // Skip to: 9106
/* 8863 */ MCD_OPC_CheckPredicate,
45,
238,
0,
0, // Skip to: 9106
/* 8868 */ MCD_OPC_CheckField,
20,
1,
0,
231,
0,
0, // Skip to: 9106
/* 8875 */ MCD_OPC_Decode,
220,
33,
170,
3, // Opcode: t2UMLAL
/* 8880 */ MCD_OPC_FilterValue,
1,
54,
0,
0, // Skip to: 8939
/* 8885 */ MCD_OPC_ExtractField,
23,
4, // Inst{26-23} ...
/* 8888 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 8917
/* 8893 */ MCD_OPC_CheckPredicate,
53,
208,
0,
0, // Skip to: 9106
/* 8898 */ MCD_OPC_CheckField,
20,
1,
0,
201,
0,
0, // Skip to: 9106
/* 8905 */ MCD_OPC_CheckField,
12,
4,
15,
194,
0,
0, // Skip to: 9106
/* 8912 */ MCD_OPC_Decode,
175,
32,
159,
3, // Opcode: t2QSAX
/* 8917 */ MCD_OPC_FilterValue,
6,
184,
0,
0, // Skip to: 9106
/* 8922 */ MCD_OPC_CheckPredicate,
53,
179,
0,
0, // Skip to: 9106
/* 8927 */ MCD_OPC_CheckField,
20,
1,
0,
172,
0,
0, // Skip to: 9106
/* 8934 */ MCD_OPC_Decode,
234,
32,
164,
3, // Opcode: t2SMMLSR
/* 8939 */ MCD_OPC_FilterValue,
2,
31,
0,
0, // Skip to: 8975
/* 8944 */ MCD_OPC_CheckPredicate,
53,
157,
0,
0, // Skip to: 9106
/* 8949 */ MCD_OPC_CheckField,
23,
4,
5,
150,
0,
0, // Skip to: 9106
/* 8956 */ MCD_OPC_CheckField,
20,
1,
0,
143,
0,
0, // Skip to: 9106
/* 8963 */ MCD_OPC_CheckField,
12,
4,
15,
136,
0,
0, // Skip to: 9106
/* 8970 */ MCD_OPC_Decode,
208,
32,
159,
3, // Opcode: t2SHSAX
/* 8975 */ MCD_OPC_FilterValue,
4,
31,
0,
0, // Skip to: 9011
/* 8980 */ MCD_OPC_CheckPredicate,
53,
121,
0,
0, // Skip to: 9106
/* 8985 */ MCD_OPC_CheckField,
23,
4,
5,
114,
0,
0, // Skip to: 9106
/* 8992 */ MCD_OPC_CheckField,
20,
1,
0,
107,
0,
0, // Skip to: 9106
/* 8999 */ MCD_OPC_CheckField,
12,
4,
15,
100,
0,
0, // Skip to: 9106
/* 9006 */ MCD_OPC_Decode,
232,
33,
159,
3, // Opcode: t2USAX
/* 9011 */ MCD_OPC_FilterValue,
5,
31,
0,
0, // Skip to: 9047
/* 9016 */ MCD_OPC_CheckPredicate,
53,
85,
0,
0, // Skip to: 9106
/* 9021 */ MCD_OPC_CheckField,
23,
4,
5,
78,
0,
0, // Skip to: 9106
/* 9028 */ MCD_OPC_CheckField,
20,
1,
0,
71,
0,
0, // Skip to: 9106
/* 9035 */ MCD_OPC_CheckField,
12,
4,
15,
64,
0,
0, // Skip to: 9106
/* 9042 */ MCD_OPC_Decode,
225,
33,
159,
3, // Opcode: t2UQSAX
/* 9047 */ MCD_OPC_FilterValue,
6,
54,
0,
0, // Skip to: 9106
/* 9052 */ MCD_OPC_ExtractField,
23,
4, // Inst{26-23} ...
/* 9055 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 9084
/* 9060 */ MCD_OPC_CheckPredicate,
53,
41,
0,
0, // Skip to: 9106
/* 9065 */ MCD_OPC_CheckField,
20,
1,
0,
34,
0,
0, // Skip to: 9106
/* 9072 */ MCD_OPC_CheckField,
12,
4,
15,
27,
0,
0, // Skip to: 9106
/* 9079 */ MCD_OPC_Decode,
216,
33,
159,
3, // Opcode: t2UHSAX
/* 9084 */ MCD_OPC_FilterValue,
7,
17,
0,
0, // Skip to: 9106
/* 9089 */ MCD_OPC_CheckPredicate,
53,
12,
0,
0, // Skip to: 9106
/* 9094 */ MCD_OPC_CheckField,
20,
1,
0,
5,
0,
0, // Skip to: 9106
/* 9101 */ MCD_OPC_Decode,
219,
33,
170,
3, // Opcode: t2UMAAL
/* 9106 */ MCD_OPC_Fail,
0
};
static const uint8_t DecoderTableThumb2CDE32[] = {
/* 0 */ MCD_OPC_ExtractField,
25,
7, // Inst{31-25} ...
/* 3 */ MCD_OPC_FilterValue,
118,
24,
1,
0, // Skip to: 288
/* 8 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 11 */ MCD_OPC_FilterValue,
0,
151,
0,
0, // Skip to: 167
/* 16 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 19 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 71
/* 24 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 27 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 49
/* 32 */ MCD_OPC_CheckPredicate,
71,
112,
3,
0, // Skip to: 917
/* 37 */ MCD_OPC_CheckField,
11,
1,
0,
105,
3,
0, // Skip to: 917
/* 44 */ MCD_OPC_Decode,
254,
5,
174,
3, // Opcode: CDE_VCX1_fpsp
/* 49 */ MCD_OPC_FilterValue,
3,
95,
3,
0, // Skip to: 917
/* 54 */ MCD_OPC_CheckPredicate,
71,
90,
3,
0, // Skip to: 917
/* 59 */ MCD_OPC_CheckField,
11,
1,
0,
83,
3,
0, // Skip to: 917
/* 66 */ MCD_OPC_Decode,
132,
6,
175,
3, // Opcode: CDE_VCX2_fpsp
/* 71 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 93
/* 76 */ MCD_OPC_CheckPredicate,
71,
68,
3,
0, // Skip to: 917
/* 81 */ MCD_OPC_CheckField,
11,
1,
0,
61,
3,
0, // Skip to: 917
/* 88 */ MCD_OPC_Decode,
138,
6,
176,
3, // Opcode: CDE_VCX3_fpsp
/* 93 */ MCD_OPC_FilterValue,
2,
47,
0,
0, // Skip to: 145
/* 98 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 101 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 123
/* 106 */ MCD_OPC_CheckPredicate,
71,
38,
3,
0, // Skip to: 917
/* 111 */ MCD_OPC_CheckField,
11,
1,
0,
31,
3,
0, // Skip to: 917
/* 118 */ MCD_OPC_Decode,
253,
5,
177,
3, // Opcode: CDE_VCX1_fpdp
/* 123 */ MCD_OPC_FilterValue,
3,
21,
3,
0, // Skip to: 917
/* 128 */ MCD_OPC_CheckPredicate,
71,
16,
3,
0, // Skip to: 917
/* 133 */ MCD_OPC_CheckField,
11,
1,
0,
9,
3,
0, // Skip to: 917
/* 140 */ MCD_OPC_Decode,
131,
6,
178,
3, // Opcode: CDE_VCX2_fpdp
/* 145 */ MCD_OPC_FilterValue,
3,
255,
2,
0, // Skip to: 917
/* 150 */ MCD_OPC_CheckPredicate,
71,
250,
2,
0, // Skip to: 917
/* 155 */ MCD_OPC_CheckField,
11,
1,
0,
243,
2,
0, // Skip to: 917
/* 162 */ MCD_OPC_Decode,
137,
6,
179,
3, // Opcode: CDE_VCX3_fpdp
/* 167 */ MCD_OPC_FilterValue,
1,
233,
2,
0, // Skip to: 917
/* 172 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 175 */ MCD_OPC_FilterValue,
0,
66,
0,
0, // Skip to: 246
/* 180 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 183 */ MCD_OPC_FilterValue,
2,
23,
0,
0, // Skip to: 211
/* 188 */ MCD_OPC_CheckPredicate,
72,
212,
2,
0, // Skip to: 917
/* 193 */ MCD_OPC_CheckField,
11,
2,
0,
205,
2,
0, // Skip to: 917
/* 200 */ MCD_OPC_SoftFail,
128,
128,
128,
2 /* 0x400000 */,
0,
/* 206 */ MCD_OPC_Decode,
255,
5,
180,
3, // Opcode: CDE_VCX1_vec
/* 211 */ MCD_OPC_FilterValue,
3,
189,
2,
0, // Skip to: 917
/* 216 */ MCD_OPC_CheckPredicate,
72,
184,
2,
0, // Skip to: 917
/* 221 */ MCD_OPC_CheckField,
11,
2,
0,
177,
2,
0, // Skip to: 917
/* 228 */ MCD_OPC_CheckField,
0,
1,
0,
170,
2,
0, // Skip to: 917
/* 235 */ MCD_OPC_SoftFail,
160,
128,
128,
2 /* 0x400020 */,
0,
/* 241 */ MCD_OPC_Decode,
133,
6,
181,
3, // Opcode: CDE_VCX2_vec
/* 246 */ MCD_OPC_FilterValue,
1,
154,
2,
0, // Skip to: 917
/* 251 */ MCD_OPC_CheckPredicate,
72,
149,
2,
0, // Skip to: 917
/* 256 */ MCD_OPC_CheckField,
16,
1,
0,
142,
2,
0, // Skip to: 917
/* 263 */ MCD_OPC_CheckField,
11,
2,
0,
135,
2,
0, // Skip to: 917
/* 270 */ MCD_OPC_CheckField,
0,
1,
0,
128,
2,
0, // Skip to: 917
/* 277 */ MCD_OPC_SoftFail,
160,
129,
128,
2 /* 0x4000a0 */,
0,
/* 283 */ MCD_OPC_Decode,
139,
6,
182,
3, // Opcode: CDE_VCX3_vec
/* 288 */ MCD_OPC_FilterValue,
119,
167,
0,
0, // Skip to: 460
/* 293 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 296 */ MCD_OPC_FilterValue,
0,
77,
0,
0, // Skip to: 378
/* 301 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 304 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 356
/* 309 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 312 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 334
/* 317 */ MCD_OPC_CheckPredicate,
73,
83,
2,
0, // Skip to: 917
/* 322 */ MCD_OPC_CheckField,
11,
1,
0,
76,
2,
0, // Skip to: 917
/* 329 */ MCD_OPC_Decode,
238,
5,
183,
3, // Opcode: CDE_CX1
/* 334 */ MCD_OPC_FilterValue,
1,
66,
2,
0, // Skip to: 917
/* 339 */ MCD_OPC_CheckPredicate,
73,
61,
2,
0, // Skip to: 917
/* 344 */ MCD_OPC_CheckField,
11,
1,
0,
54,
2,
0, // Skip to: 917
/* 351 */ MCD_OPC_Decode,
242,
5,
184,
3, // Opcode: CDE_CX2
/* 356 */ MCD_OPC_FilterValue,
1,
44,
2,
0, // Skip to: 917
/* 361 */ MCD_OPC_CheckPredicate,
73,
39,
2,
0, // Skip to: 917
/* 366 */ MCD_OPC_CheckField,
11,
1,
0,
32,
2,
0, // Skip to: 917
/* 373 */ MCD_OPC_Decode,
246,
5,
185,
3, // Opcode: CDE_CX3
/* 378 */ MCD_OPC_FilterValue,
1,
22,
2,
0, // Skip to: 917
/* 383 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 386 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 438
/* 391 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 394 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 416
/* 399 */ MCD_OPC_CheckPredicate,
73,
1,
2,
0, // Skip to: 917
/* 404 */ MCD_OPC_CheckField,
11,
1,
0,
250,
1,
0, // Skip to: 917
/* 411 */ MCD_OPC_Decode,
240,
5,
186,
3, // Opcode: CDE_CX1D
/* 416 */ MCD_OPC_FilterValue,
1,
240,
1,
0, // Skip to: 917
/* 421 */ MCD_OPC_CheckPredicate,
73,
235,
1,
0, // Skip to: 917
/* 426 */ MCD_OPC_CheckField,
11,
1,
0,
228,
1,
0, // Skip to: 917
/* 433 */ MCD_OPC_Decode,
244,
5,
187,
3, // Opcode: CDE_CX2D
/* 438 */ MCD_OPC_FilterValue,
1,
218,
1,
0, // Skip to: 917
/* 443 */ MCD_OPC_CheckPredicate,
73,
213,
1,
0, // Skip to: 917
/* 448 */ MCD_OPC_CheckField,
11,
1,
0,
206,
1,
0, // Skip to: 917
/* 455 */ MCD_OPC_Decode,
248,
5,
188,
3, // Opcode: CDE_CX3D
/* 460 */ MCD_OPC_FilterValue,
126,
24,
1,
0, // Skip to: 745
/* 465 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 468 */ MCD_OPC_FilterValue,
0,
151,
0,
0, // Skip to: 624
/* 473 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 476 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 528
/* 481 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 484 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 506
/* 489 */ MCD_OPC_CheckPredicate,
71,
167,
1,
0, // Skip to: 917
/* 494 */ MCD_OPC_CheckField,
11,
1,
0,
160,
1,
0, // Skip to: 917
/* 501 */ MCD_OPC_Decode,
251,
5,
189,
3, // Opcode: CDE_VCX1A_fpsp
/* 506 */ MCD_OPC_FilterValue,
3,
150,
1,
0, // Skip to: 917
/* 511 */ MCD_OPC_CheckPredicate,
71,
145,
1,
0, // Skip to: 917
/* 516 */ MCD_OPC_CheckField,
11,
1,
0,
138,
1,
0, // Skip to: 917
/* 523 */ MCD_OPC_Decode,
129,
6,
190,
3, // Opcode: CDE_VCX2A_fpsp
/* 528 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 550
/* 533 */ MCD_OPC_CheckPredicate,
71,
123,
1,
0, // Skip to: 917
/* 538 */ MCD_OPC_CheckField,
11,
1,
0,
116,
1,
0, // Skip to: 917
/* 545 */ MCD_OPC_Decode,
135,
6,
191,
3, // Opcode: CDE_VCX3A_fpsp
/* 550 */ MCD_OPC_FilterValue,
2,
47,
0,
0, // Skip to: 602
/* 555 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 558 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 580
/* 563 */ MCD_OPC_CheckPredicate,
71,
93,
1,
0, // Skip to: 917
/* 568 */ MCD_OPC_CheckField,
11,
1,
0,
86,
1,
0, // Skip to: 917
/* 575 */ MCD_OPC_Decode,
250,
5,
192,
3, // Opcode: CDE_VCX1A_fpdp
/* 580 */ MCD_OPC_FilterValue,
3,
76,
1,
0, // Skip to: 917
/* 585 */ MCD_OPC_CheckPredicate,
71,
71,
1,
0, // Skip to: 917
/* 590 */ MCD_OPC_CheckField,
11,
1,
0,
64,
1,
0, // Skip to: 917
/* 597 */ MCD_OPC_Decode,
128,
6,
193,
3, // Opcode: CDE_VCX2A_fpdp
/* 602 */ MCD_OPC_FilterValue,
3,
54,
1,
0, // Skip to: 917
/* 607 */ MCD_OPC_CheckPredicate,
71,
49,
1,
0, // Skip to: 917
/* 612 */ MCD_OPC_CheckField,
11,
1,
0,
42,
1,
0, // Skip to: 917
/* 619 */ MCD_OPC_Decode,
134,
6,
194,
3, // Opcode: CDE_VCX3A_fpdp
/* 624 */ MCD_OPC_FilterValue,
1,
32,
1,
0, // Skip to: 917
/* 629 */ MCD_OPC_ExtractField,
23,
1, // Inst{23} ...
/* 632 */ MCD_OPC_FilterValue,
0,
66,
0,
0, // Skip to: 703
/* 637 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 640 */ MCD_OPC_FilterValue,
2,
23,
0,
0, // Skip to: 668
/* 645 */ MCD_OPC_CheckPredicate,
72,
11,
1,
0, // Skip to: 917
/* 650 */ MCD_OPC_CheckField,
11,
2,
0,
4,
1,
0, // Skip to: 917
/* 657 */ MCD_OPC_SoftFail,
128,
128,
128,
2 /* 0x400000 */,
0,
/* 663 */ MCD_OPC_Decode,
252,
5,
195,
3, // Opcode: CDE_VCX1A_vec
/* 668 */ MCD_OPC_FilterValue,
3,
244,
0,
0, // Skip to: 917
/* 673 */ MCD_OPC_CheckPredicate,
72,
239,
0,
0, // Skip to: 917
/* 678 */ MCD_OPC_CheckField,
11,
2,
0,
232,
0,
0, // Skip to: 917
/* 685 */ MCD_OPC_CheckField,
0,
1,
0,
225,
0,
0, // Skip to: 917
/* 692 */ MCD_OPC_SoftFail,
160,
128,
128,
2 /* 0x400020 */,
0,
/* 698 */ MCD_OPC_Decode,
130,
6,
196,
3, // Opcode: CDE_VCX2A_vec
/* 703 */ MCD_OPC_FilterValue,
1,
209,
0,
0, // Skip to: 917
/* 708 */ MCD_OPC_CheckPredicate,
72,
204,
0,
0, // Skip to: 917
/* 713 */ MCD_OPC_CheckField,
16,
1,
0,
197,
0,
0, // Skip to: 917
/* 720 */ MCD_OPC_CheckField,
11,
2,
0,
190,
0,
0, // Skip to: 917
/* 727 */ MCD_OPC_CheckField,
0,
1,
0,
183,
0,
0, // Skip to: 917
/* 734 */ MCD_OPC_SoftFail,
160,
129,
128,
2 /* 0x4000a0 */,
0,
/* 740 */ MCD_OPC_Decode,
136,
6,
197,
3, // Opcode: CDE_VCX3A_vec
/* 745 */ MCD_OPC_FilterValue,
127,
167,
0,
0, // Skip to: 917
/* 750 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 753 */ MCD_OPC_FilterValue,
0,
77,
0,
0, // Skip to: 835
/* 758 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 761 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 813
/* 766 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 769 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 791
/* 774 */ MCD_OPC_CheckPredicate,
73,
138,
0,
0, // Skip to: 917
/* 779 */ MCD_OPC_CheckField,
11,
1,
0,
131,
0,
0, // Skip to: 917
/* 786 */ MCD_OPC_Decode,
239,
5,
198,
3, // Opcode: CDE_CX1A
/* 791 */ MCD_OPC_FilterValue,
1,
121,
0,
0, // Skip to: 917
/* 796 */ MCD_OPC_CheckPredicate,
73,
116,
0,
0, // Skip to: 917
/* 801 */ MCD_OPC_CheckField,
11,
1,
0,
109,
0,
0, // Skip to: 917
/* 808 */ MCD_OPC_Decode,
243,
5,
199,
3, // Opcode: CDE_CX2A
/* 813 */ MCD_OPC_FilterValue,
1,
99,
0,
0, // Skip to: 917
/* 818 */ MCD_OPC_CheckPredicate,
73,
94,
0,
0, // Skip to: 917
/* 823 */ MCD_OPC_CheckField,
11,
1,
0,
87,
0,
0, // Skip to: 917
/* 830 */ MCD_OPC_Decode,
247,
5,
200,
3, // Opcode: CDE_CX3A
/* 835 */ MCD_OPC_FilterValue,
1,
77,
0,
0, // Skip to: 917
/* 840 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 843 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 895
/* 848 */ MCD_OPC_ExtractField,
22,
1, // Inst{22} ...
/* 851 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 873
/* 856 */ MCD_OPC_CheckPredicate,
73,
56,
0,
0, // Skip to: 917
/* 861 */ MCD_OPC_CheckField,
11,
1,
0,
49,
0,
0, // Skip to: 917
/* 868 */ MCD_OPC_Decode,
241,
5,
201,
3, // Opcode: CDE_CX1DA
/* 873 */ MCD_OPC_FilterValue,
1,
39,
0,
0, // Skip to: 917
/* 878 */ MCD_OPC_CheckPredicate,
73,
34,
0,
0, // Skip to: 917
/* 883 */ MCD_OPC_CheckField,
11,
1,
0,
27,
0,
0, // Skip to: 917
/* 890 */ MCD_OPC_Decode,
245,
5,
202,
3, // Opcode: CDE_CX2DA
/* 895 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 917
/* 900 */ MCD_OPC_CheckPredicate,
73,
12,
0,
0, // Skip to: 917
/* 905 */ MCD_OPC_CheckField,
11,
1,
0,
5,
0,
0, // Skip to: 917
/* 912 */ MCD_OPC_Decode,
249,
5,
203,
3, // Opcode: CDE_CX3DA
/* 917 */ 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,
45,
191,
2,
0, // Skip to: 725
/* 22 */ MCD_OPC_CheckField,
23,
1,
1,
184,
2,
0, // Skip to: 725
/* 29 */ MCD_OPC_Decode,
142,
33,
92, // Opcode: t2STC_OPTION
/* 33 */ MCD_OPC_FilterValue,
1,
16,
0,
0, // Skip to: 54
/* 38 */ MCD_OPC_CheckPredicate,
45,
170,
2,
0, // Skip to: 725
/* 43 */ MCD_OPC_CheckField,
23,
1,
1,
163,
2,
0, // Skip to: 725
/* 50 */ MCD_OPC_Decode,
193,
31,
92, // Opcode: t2LDC_OPTION
/* 54 */ MCD_OPC_FilterValue,
2,
9,
0,
0, // Skip to: 68
/* 59 */ MCD_OPC_CheckPredicate,
45,
149,
2,
0, // Skip to: 725
/* 64 */ MCD_OPC_Decode,
143,
33,
92, // Opcode: t2STC_POST
/* 68 */ MCD_OPC_FilterValue,
3,
9,
0,
0, // Skip to: 82
/* 73 */ MCD_OPC_CheckPredicate,
45,
135,
2,
0, // Skip to: 725
/* 78 */ MCD_OPC_Decode,
194,
31,
92, // 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,
45,
113,
2,
0, // Skip to: 725
/* 100 */ MCD_OPC_Decode,
250,
31,
204,
3, // Opcode: t2MCRR
/* 105 */ MCD_OPC_FilterValue,
1,
103,
2,
0, // Skip to: 725
/* 110 */ MCD_OPC_CheckPredicate,
45,
98,
2,
0, // Skip to: 725
/* 115 */ MCD_OPC_Decode,
138,
33,
92, // 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,
45,
76,
2,
0, // Skip to: 725
/* 137 */ MCD_OPC_Decode,
134,
32,
205,
3, // Opcode: t2MRRC
/* 142 */ MCD_OPC_FilterValue,
1,
66,
2,
0, // Skip to: 725
/* 147 */ MCD_OPC_CheckPredicate,
45,
61,
2,
0, // Skip to: 725
/* 152 */ MCD_OPC_Decode,
189,
31,
92, // Opcode: t2LDCL_OPTION
/* 156 */ MCD_OPC_FilterValue,
6,
9,
0,
0, // Skip to: 170
/* 161 */ MCD_OPC_CheckPredicate,
45,
47,
2,
0, // Skip to: 725
/* 166 */ MCD_OPC_Decode,
139,
33,
92, // Opcode: t2STCL_POST
/* 170 */ MCD_OPC_FilterValue,
7,
38,
2,
0, // Skip to: 725
/* 175 */ MCD_OPC_CheckPredicate,
45,
33,
2,
0, // Skip to: 725
/* 180 */ MCD_OPC_Decode,
190,
31,
92, // 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,
45,
10,
2,
0, // Skip to: 725
/* 203 */ MCD_OPC_Decode,
141,
33,
92, // Opcode: t2STC_OFFSET
/* 207 */ MCD_OPC_FilterValue,
1,
9,
0,
0, // Skip to: 221
/* 212 */ MCD_OPC_CheckPredicate,
45,
252,
1,
0, // Skip to: 725
/* 217 */ MCD_OPC_Decode,
192,
31,
92, // Opcode: t2LDC_OFFSET
/* 221 */ MCD_OPC_FilterValue,
2,
9,
0,
0, // Skip to: 235
/* 226 */ MCD_OPC_CheckPredicate,
45,
238,
1,
0, // Skip to: 725
/* 231 */ MCD_OPC_Decode,
144,
33,
92, // Opcode: t2STC_PRE
/* 235 */ MCD_OPC_FilterValue,
3,
9,
0,
0, // Skip to: 249
/* 240 */ MCD_OPC_CheckPredicate,
45,
224,
1,
0, // Skip to: 725
/* 245 */ MCD_OPC_Decode,
195,
31,
92, // Opcode: t2LDC_PRE
/* 249 */ MCD_OPC_FilterValue,
4,
9,
0,
0, // Skip to: 263
/* 254 */ MCD_OPC_CheckPredicate,
45,
210,
1,
0, // Skip to: 725
/* 259 */ MCD_OPC_Decode,
137,
33,
92, // Opcode: t2STCL_OFFSET
/* 263 */ MCD_OPC_FilterValue,
5,
9,
0,
0, // Skip to: 277
/* 268 */ MCD_OPC_CheckPredicate,
45,
196,
1,
0, // Skip to: 725
/* 273 */ MCD_OPC_Decode,
188,
31,
92, // Opcode: t2LDCL_OFFSET
/* 277 */ MCD_OPC_FilterValue,
6,
9,
0,
0, // Skip to: 291
/* 282 */ MCD_OPC_CheckPredicate,
45,
182,
1,
0, // Skip to: 725
/* 287 */ MCD_OPC_Decode,
140,
33,
92, // Opcode: t2STCL_PRE
/* 291 */ MCD_OPC_FilterValue,
7,
173,
1,
0, // Skip to: 725
/* 296 */ MCD_OPC_CheckPredicate,
45,
168,
1,
0, // Skip to: 725
/* 301 */ MCD_OPC_Decode,
191,
31,
92, // 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,
74,
145,
1,
0, // Skip to: 725
/* 324 */ MCD_OPC_Decode,
133,
31,
93, // 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,
45,
123,
1,
0, // Skip to: 725
/* 346 */ MCD_OPC_Decode,
248,
31,
95, // Opcode: t2MCR
/* 350 */ MCD_OPC_FilterValue,
1,
114,
1,
0, // Skip to: 725
/* 355 */ MCD_OPC_CheckPredicate,
45,
109,
1,
0, // Skip to: 725
/* 360 */ MCD_OPC_Decode,
132,
32,
97, // 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,
75,
86,
1,
0, // Skip to: 725
/* 383 */ MCD_OPC_CheckField,
23,
1,
1,
79,
1,
0, // Skip to: 725
/* 390 */ MCD_OPC_Decode,
134,
33,
92, // Opcode: t2STC2_OPTION
/* 394 */ MCD_OPC_FilterValue,
1,
16,
0,
0, // Skip to: 415
/* 399 */ MCD_OPC_CheckPredicate,
75,
65,
1,
0, // Skip to: 725
/* 404 */ MCD_OPC_CheckField,
23,
1,
1,
58,
1,
0, // Skip to: 725
/* 411 */ MCD_OPC_Decode,
185,
31,
92, // Opcode: t2LDC2_OPTION
/* 415 */ MCD_OPC_FilterValue,
2,
9,
0,
0, // Skip to: 429
/* 420 */ MCD_OPC_CheckPredicate,
75,
44,
1,
0, // Skip to: 725
/* 425 */ MCD_OPC_Decode,
135,
33,
92, // Opcode: t2STC2_POST
/* 429 */ MCD_OPC_FilterValue,
3,
9,
0,
0, // Skip to: 443
/* 434 */ MCD_OPC_CheckPredicate,
75,
30,
1,
0, // Skip to: 725
/* 439 */ MCD_OPC_Decode,
186,
31,
92, // 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,
74,
8,
1,
0, // Skip to: 725
/* 461 */ MCD_OPC_Decode,
251,
31,
204,
3, // Opcode: t2MCRR2
/* 466 */ MCD_OPC_FilterValue,
1,
254,
0,
0, // Skip to: 725
/* 471 */ MCD_OPC_CheckPredicate,
75,
249,
0,
0, // Skip to: 725
/* 476 */ MCD_OPC_Decode,
130,
33,
92, // 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,
74,
227,
0,
0, // Skip to: 725
/* 498 */ MCD_OPC_Decode,
135,
32,
205,
3, // Opcode: t2MRRC2
/* 503 */ MCD_OPC_FilterValue,
1,
217,
0,
0, // Skip to: 725
/* 508 */ MCD_OPC_CheckPredicate,
75,
212,
0,
0, // Skip to: 725
/* 513 */ MCD_OPC_Decode,
181,
31,
92, // Opcode: t2LDC2L_OPTION
/* 517 */ MCD_OPC_FilterValue,
6,
9,
0,
0, // Skip to: 531
/* 522 */ MCD_OPC_CheckPredicate,
75,
198,
0,
0, // Skip to: 725
/* 527 */ MCD_OPC_Decode,
131,
33,
92, // Opcode: t2STC2L_POST
/* 531 */ MCD_OPC_FilterValue,
7,
189,
0,
0, // Skip to: 725
/* 536 */ MCD_OPC_CheckPredicate,
75,
184,
0,
0, // Skip to: 725
/* 541 */ MCD_OPC_Decode,
182,
31,
92, // 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,
75,
161,
0,
0, // Skip to: 725
/* 564 */ MCD_OPC_Decode,
133,
33,
92, // Opcode: t2STC2_OFFSET
/* 568 */ MCD_OPC_FilterValue,
1,
9,
0,
0, // Skip to: 582
/* 573 */ MCD_OPC_CheckPredicate,
75,
147,
0,
0, // Skip to: 725
/* 578 */ MCD_OPC_Decode,
184,
31,
92, // Opcode: t2LDC2_OFFSET
/* 582 */ MCD_OPC_FilterValue,
2,
9,
0,
0, // Skip to: 596
/* 587 */ MCD_OPC_CheckPredicate,
75,
133,
0,
0, // Skip to: 725
/* 592 */ MCD_OPC_Decode,
136,
33,
92, // Opcode: t2STC2_PRE
/* 596 */ MCD_OPC_FilterValue,
3,
9,
0,
0, // Skip to: 610
/* 601 */ MCD_OPC_CheckPredicate,
75,
119,
0,
0, // Skip to: 725
/* 606 */ MCD_OPC_Decode,
187,
31,
92, // Opcode: t2LDC2_PRE
/* 610 */ MCD_OPC_FilterValue,
4,
9,
0,
0, // Skip to: 624
/* 615 */ MCD_OPC_CheckPredicate,
75,
105,
0,
0, // Skip to: 725
/* 620 */ MCD_OPC_Decode,
129,
33,
92, // Opcode: t2STC2L_OFFSET
/* 624 */ MCD_OPC_FilterValue,
5,
9,
0,
0, // Skip to: 638
/* 629 */ MCD_OPC_CheckPredicate,
75,
91,
0,
0, // Skip to: 725
/* 634 */ MCD_OPC_Decode,
180,
31,
92, // Opcode: t2LDC2L_OFFSET
/* 638 */ MCD_OPC_FilterValue,
6,
9,
0,
0, // Skip to: 652
/* 643 */ MCD_OPC_CheckPredicate,
75,
77,
0,
0, // Skip to: 725
/* 648 */ MCD_OPC_Decode,
132,
33,
92, // Opcode: t2STC2L_PRE
/* 652 */ MCD_OPC_FilterValue,
7,
68,
0,
0, // Skip to: 725
/* 657 */ MCD_OPC_CheckPredicate,
75,
63,
0,
0, // Skip to: 725
/* 662 */ MCD_OPC_Decode,
183,
31,
92, // 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,
74,
40,
0,
0, // Skip to: 725
/* 685 */ MCD_OPC_Decode,
134,
31,
93, // 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,
74,
18,
0,
0, // Skip to: 725
/* 707 */ MCD_OPC_Decode,
249,
31,
95, // Opcode: t2MCR2
/* 711 */ MCD_OPC_FilterValue,
1,
9,
0,
0, // Skip to: 725
/* 716 */ MCD_OPC_CheckPredicate,
74,
4,
0,
0, // Skip to: 725
/* 721 */ MCD_OPC_Decode,
133,
32,
97, // 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,
35,
95,
1,
0, // Skip to: 364
/* 13 */ MCD_OPC_Decode,
161,
34,
206,
3, // Opcode: tLSLri
/* 18 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 33
/* 23 */ MCD_OPC_CheckPredicate,
35,
80,
1,
0, // Skip to: 364
/* 28 */ MCD_OPC_Decode,
163,
34,
206,
3, // Opcode: tLSRri
/* 33 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 48
/* 38 */ MCD_OPC_CheckPredicate,
35,
65,
1,
0, // Skip to: 364
/* 43 */ MCD_OPC_Decode,
253,
33,
206,
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,
35,
42,
1,
0, // Skip to: 364
/* 66 */ MCD_OPC_Decode,
248,
33,
207,
3, // Opcode: tADDrr
/* 71 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 86
/* 76 */ MCD_OPC_CheckPredicate,
35,
27,
1,
0, // Skip to: 364
/* 81 */ MCD_OPC_Decode,
191,
34,
207,
3, // Opcode: tSUBrr
/* 86 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 101
/* 91 */ MCD_OPC_CheckPredicate,
35,
12,
1,
0, // Skip to: 364
/* 96 */ MCD_OPC_Decode,
244,
33,
208,
3, // Opcode: tADDi3
/* 101 */ MCD_OPC_FilterValue,
3,
2,
1,
0, // Skip to: 364
/* 106 */ MCD_OPC_CheckPredicate,
35,
253,
0,
0, // Skip to: 364
/* 111 */ MCD_OPC_Decode,
189,
34,
208,
3, // Opcode: tSUBi3
/* 116 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 131
/* 121 */ MCD_OPC_CheckPredicate,
35,
238,
0,
0, // Skip to: 364
/* 126 */ MCD_OPC_Decode,
166,
34,
185,
2, // Opcode: tMOVi8
/* 131 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 146
/* 136 */ MCD_OPC_CheckPredicate,
35,
223,
0,
0, // Skip to: 364
/* 141 */ MCD_OPC_Decode,
245,
33,
209,
3, // Opcode: tADDi8
/* 146 */ MCD_OPC_FilterValue,
7,
10,
0,
0, // Skip to: 161
/* 151 */ MCD_OPC_CheckPredicate,
35,
208,
0,
0, // Skip to: 364
/* 156 */ MCD_OPC_Decode,
190,
34,
209,
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,
35,
185,
0,
0, // Skip to: 364
/* 179 */ MCD_OPC_Decode,
252,
33,
210,
3, // Opcode: tAND
/* 184 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 199
/* 189 */ MCD_OPC_CheckPredicate,
35,
170,
0,
0, // Skip to: 364
/* 194 */ MCD_OPC_Decode,
144,
34,
210,
3, // Opcode: tEOR
/* 199 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 214
/* 204 */ MCD_OPC_CheckPredicate,
35,
155,
0,
0, // Skip to: 364
/* 209 */ MCD_OPC_Decode,
162,
34,
210,
3, // Opcode: tLSLrr
/* 214 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 229
/* 219 */ MCD_OPC_CheckPredicate,
35,
140,
0,
0, // Skip to: 364
/* 224 */ MCD_OPC_Decode,
164,
34,
210,
3, // Opcode: tLSRrr
/* 229 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 244
/* 234 */ MCD_OPC_CheckPredicate,
35,
125,
0,
0, // Skip to: 364
/* 239 */ MCD_OPC_Decode,
254,
33,
210,
3, // Opcode: tASRrr
/* 244 */ MCD_OPC_FilterValue,
5,
10,
0,
0, // Skip to: 259
/* 249 */ MCD_OPC_CheckPredicate,
35,
110,
0,
0, // Skip to: 364
/* 254 */ MCD_OPC_Decode,
242,
33,
210,
3, // Opcode: tADC
/* 259 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 274
/* 264 */ MCD_OPC_CheckPredicate,
35,
95,
0,
0, // Skip to: 364
/* 269 */ MCD_OPC_Decode,
179,
34,
210,
3, // Opcode: tSBC
/* 274 */ MCD_OPC_FilterValue,
7,
10,
0,
0, // Skip to: 289
/* 279 */ MCD_OPC_CheckPredicate,
35,
80,
0,
0, // Skip to: 364
/* 284 */ MCD_OPC_Decode,
177,
34,
210,
3, // Opcode: tROR
/* 289 */ MCD_OPC_FilterValue,
9,
10,
0,
0, // Skip to: 304
/* 294 */ MCD_OPC_CheckPredicate,
35,
65,
0,
0, // Skip to: 364
/* 299 */ MCD_OPC_Decode,
178,
34,
184,
2, // Opcode: tRSB
/* 304 */ MCD_OPC_FilterValue,
12,
10,
0,
0, // Skip to: 319
/* 309 */ MCD_OPC_CheckPredicate,
35,
50,
0,
0, // Skip to: 364
/* 314 */ MCD_OPC_Decode,
170,
34,
210,
3, // Opcode: tORR
/* 319 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 334
/* 324 */ MCD_OPC_CheckPredicate,
35,
35,
0,
0, // Skip to: 364
/* 329 */ MCD_OPC_Decode,
168,
34,
211,
3, // Opcode: tMUL
/* 334 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 349
/* 339 */ MCD_OPC_CheckPredicate,
35,
20,
0,
0, // Skip to: 364
/* 344 */ MCD_OPC_Decode,
128,
34,
210,
3, // Opcode: tBIC
/* 349 */ MCD_OPC_FilterValue,
15,
10,
0,
0, // Skip to: 364
/* 354 */ MCD_OPC_CheckPredicate,
35,
5,
0,
0, // Skip to: 364
/* 359 */ MCD_OPC_Decode,
169,
34,
184,
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,
76,
222,
21,
0, // Skip to: 5627
/* 29 */ MCD_OPC_Decode,
210,
29,
212,
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,
77,
183,
21,
0, // Skip to: 5627
/* 68 */ MCD_OPC_Decode,
174,
22,
213,
3, // Opcode: VMLAH
/* 73 */ MCD_OPC_FilterValue,
1,
173,
21,
0, // Skip to: 5627
/* 78 */ MCD_OPC_CheckPredicate,
77,
168,
21,
0, // Skip to: 5627
/* 83 */ MCD_OPC_Decode,
175,
18,
214,
3, // Opcode: VDIVH
/* 88 */ MCD_OPC_FilterValue,
1,
158,
21,
0, // Skip to: 5627
/* 93 */ MCD_OPC_CheckPredicate,
77,
153,
21,
0, // Skip to: 5627
/* 98 */ MCD_OPC_CheckField,
23,
1,
0,
146,
21,
0, // Skip to: 5627
/* 105 */ MCD_OPC_Decode,
205,
22,
213,
3, // Opcode: VMLSH
/* 110 */ MCD_OPC_FilterValue,
1,
136,
21,
0, // Skip to: 5627
/* 115 */ MCD_OPC_CheckPredicate,
76,
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,
239,
22,
215,
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,
76,
87,
21,
0, // Skip to: 5627
/* 164 */ MCD_OPC_Decode,
247,
21,
212,
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,
77,
48,
21,
0, // Skip to: 5627
/* 203 */ MCD_OPC_Decode,
219,
23,
213,
3, // Opcode: VNMLSH
/* 208 */ MCD_OPC_FilterValue,
1,
38,
21,
0, // Skip to: 5627
/* 213 */ MCD_OPC_CheckPredicate,
77,
33,
21,
0, // Skip to: 5627
/* 218 */ MCD_OPC_Decode,
224,
18,
213,
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,
77,
10,
21,
0, // Skip to: 5627
/* 241 */ MCD_OPC_Decode,
216,
23,
213,
3, // Opcode: VNMLAH
/* 246 */ MCD_OPC_FilterValue,
1,
0,
21,
0, // Skip to: 5627
/* 251 */ MCD_OPC_CheckPredicate,
77,
251,
20,
0, // Skip to: 5627
/* 256 */ MCD_OPC_Decode,
221,
18,
213,
3, // Opcode: VFNMAH
/* 261 */ MCD_OPC_FilterValue,
1,
241,
20,
0, // Skip to: 5627
/* 266 */ MCD_OPC_CheckPredicate,
76,
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,
249,
22,
216,
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,
77,
184,
20,
0, // Skip to: 5627
/* 323 */ MCD_OPC_CheckField,
4,
1,
0,
177,
20,
0, // Skip to: 5627
/* 330 */ MCD_OPC_Decode,
162,
23,
214,
3, // Opcode: VMULH
/* 335 */ MCD_OPC_FilterValue,
29,
167,
20,
0, // Skip to: 5627
/* 340 */ MCD_OPC_CheckPredicate,
77,
162,
20,
0, // Skip to: 5627
/* 345 */ MCD_OPC_CheckField,
4,
1,
0,
155,
20,
0, // Skip to: 5627
/* 352 */ MCD_OPC_Decode,
199,
18,
213,
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,
77,
132,
20,
0, // Skip to: 5627
/* 375 */ MCD_OPC_CheckField,
4,
1,
0,
125,
20,
0, // Skip to: 5627
/* 382 */ MCD_OPC_Decode,
222,
23,
214,
3, // Opcode: VNMULH
/* 387 */ MCD_OPC_FilterValue,
29,
115,
20,
0, // Skip to: 5627
/* 392 */ MCD_OPC_CheckPredicate,
77,
110,
20,
0, // Skip to: 5627
/* 397 */ MCD_OPC_CheckField,
4,
1,
0,
103,
20,
0, // Skip to: 5627
/* 404 */ MCD_OPC_Decode,
210,
18,
213,
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,
77,
72,
20,
0, // Skip to: 5627
/* 435 */ MCD_OPC_CheckField,
4,
1,
0,
65,
20,
0, // Skip to: 5627
/* 442 */ MCD_OPC_Decode,
151,
16,
214,
3, // Opcode: VADDH
/* 447 */ MCD_OPC_FilterValue,
29,
55,
20,
0, // Skip to: 5627
/* 452 */ MCD_OPC_CheckPredicate,
77,
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,
170,
6,
217,
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,
77,
13,
20,
0, // Skip to: 5627
/* 494 */ MCD_OPC_CheckField,
4,
1,
0,
6,
20,
0, // Skip to: 5627
/* 501 */ MCD_OPC_Decode,
231,
29,
214,
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,
77,
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,
130,
16,
218,
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,
77,
202,
19,
0, // Skip to: 5627
/* 561 */ MCD_OPC_CheckField,
4,
1,
0,
195,
19,
0, // Skip to: 5627
/* 568 */ MCD_OPC_Decode,
203,
23,
218,
3, // Opcode: VNEGH
/* 573 */ MCD_OPC_FilterValue,
1,
185,
19,
0, // Skip to: 5627
/* 578 */ MCD_OPC_CheckPredicate,
77,
180,
19,
0, // Skip to: 5627
/* 583 */ MCD_OPC_CheckField,
4,
1,
0,
173,
19,
0, // Skip to: 5627
/* 590 */ MCD_OPC_Decode,
174,
27,
218,
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,
77,
150,
19,
0, // Skip to: 5627
/* 613 */ MCD_OPC_CheckField,
4,
1,
0,
143,
19,
0, // Skip to: 5627
/* 620 */ MCD_OPC_Decode,
195,
17,
218,
3, // Opcode: VCMPH
/* 625 */ MCD_OPC_FilterValue,
1,
133,
19,
0, // Skip to: 5627
/* 630 */ MCD_OPC_CheckPredicate,
77,
128,
19,
0, // Skip to: 5627
/* 635 */ MCD_OPC_CheckField,
4,
1,
0,
121,
19,
0, // Skip to: 5627
/* 642 */ MCD_OPC_Decode,
190,
17,
218,
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,
77,
98,
19,
0, // Skip to: 5627
/* 665 */ MCD_OPC_CheckField,
0,
6,
0,
91,
19,
0, // Skip to: 5627
/* 672 */ MCD_OPC_Decode,
198,
17,
219,
3, // Opcode: VCMPZH
/* 677 */ MCD_OPC_FilterValue,
1,
81,
19,
0, // Skip to: 5627
/* 682 */ MCD_OPC_CheckPredicate,
77,
76,
19,
0, // Skip to: 5627
/* 687 */ MCD_OPC_CheckField,
0,
6,
0,
69,
19,
0, // Skip to: 5627
/* 694 */ MCD_OPC_Decode,
193,
17,
219,
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,
77,
46,
19,
0, // Skip to: 5627
/* 717 */ MCD_OPC_CheckField,
4,
1,
0,
39,
19,
0, // Skip to: 5627
/* 724 */ MCD_OPC_Decode,
130,
26,
218,
3, // Opcode: VRINTRH
/* 729 */ MCD_OPC_FilterValue,
1,
29,
19,
0, // Skip to: 5627
/* 734 */ MCD_OPC_CheckPredicate,
77,
24,
19,
0, // Skip to: 5627
/* 739 */ MCD_OPC_CheckField,
4,
1,
0,
17,
19,
0, // Skip to: 5627
/* 746 */ MCD_OPC_Decode,
140,
26,
218,
3, // Opcode: VRINTZH
/* 751 */ MCD_OPC_FilterValue,
7,
24,
0,
0, // Skip to: 780
/* 756 */ MCD_OPC_CheckPredicate,
77,
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,
133,
26,
218,
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,
77,
221,
18,
0, // Skip to: 5627
/* 798 */ MCD_OPC_CheckField,
4,
1,
0,
214,
18,
0, // Skip to: 5627
/* 805 */ MCD_OPC_Decode,
192,
30,
220,
3, // Opcode: VUITOH
/* 810 */ MCD_OPC_FilterValue,
1,
204,
18,
0, // Skip to: 5627
/* 815 */ MCD_OPC_CheckPredicate,
77,
199,
18,
0, // Skip to: 5627
/* 820 */ MCD_OPC_CheckField,
4,
1,
0,
192,
18,
0, // Skip to: 5627
/* 827 */ MCD_OPC_Decode,
159,
27,
220,
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,
77,
169,
18,
0, // Skip to: 5627
/* 850 */ MCD_OPC_CheckField,
4,
1,
0,
162,
18,
0, // Skip to: 5627
/* 857 */ MCD_OPC_Decode,
156,
27,
221,
3, // Opcode: VSHTOH
/* 862 */ MCD_OPC_FilterValue,
1,
152,
18,
0, // Skip to: 5627
/* 867 */ MCD_OPC_CheckPredicate,
77,
147,
18,
0, // Skip to: 5627
/* 872 */ MCD_OPC_CheckField,
4,
1,
0,
140,
18,
0, // Skip to: 5627
/* 879 */ MCD_OPC_Decode,
170,
27,
221,
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,
77,
117,
18,
0, // Skip to: 5627
/* 902 */ MCD_OPC_CheckField,
4,
1,
0,
110,
18,
0, // Skip to: 5627
/* 909 */ MCD_OPC_Decode,
189,
30,
221,
3, // Opcode: VUHTOH
/* 914 */ MCD_OPC_FilterValue,
1,
100,
18,
0, // Skip to: 5627
/* 919 */ MCD_OPC_CheckPredicate,
77,
95,
18,
0, // Skip to: 5627
/* 924 */ MCD_OPC_CheckField,
4,
1,
0,
88,
18,
0, // Skip to: 5627
/* 931 */ MCD_OPC_Decode,
195,
30,
221,
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,
77,
65,
18,
0, // Skip to: 5627
/* 954 */ MCD_OPC_CheckField,
4,
1,
0,
58,
18,
0, // Skip to: 5627
/* 961 */ MCD_OPC_Decode,
164,
30,
222,
3, // Opcode: VTOUIRH
/* 966 */ MCD_OPC_FilterValue,
1,
48,
18,
0, // Skip to: 5627
/* 971 */ MCD_OPC_CheckPredicate,
77,
43,
18,
0, // Skip to: 5627
/* 976 */ MCD_OPC_CheckField,
4,
1,
0,
36,
18,
0, // Skip to: 5627
/* 983 */ MCD_OPC_Decode,
167,
30,
223,
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,
77,
13,
18,
0, // Skip to: 5627
/* 1006 */ MCD_OPC_CheckField,
4,
1,
0,
6,
18,
0, // Skip to: 5627
/* 1013 */ MCD_OPC_Decode,
152,
30,
222,
3, // Opcode: VTOSIRH
/* 1018 */ MCD_OPC_FilterValue,
1,
252,
17,
0, // Skip to: 5627
/* 1023 */ MCD_OPC_CheckPredicate,
77,
247,
17,
0, // Skip to: 5627
/* 1028 */ MCD_OPC_CheckField,
4,
1,
0,
240,
17,
0, // Skip to: 5627
/* 1035 */ MCD_OPC_Decode,
155,
30,
223,
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,
77,
217,
17,
0, // Skip to: 5627
/* 1058 */ MCD_OPC_CheckField,
4,
1,
0,
210,
17,
0, // Skip to: 5627
/* 1065 */ MCD_OPC_Decode,
149,
30,
221,
3, // Opcode: VTOSHH
/* 1070 */ MCD_OPC_FilterValue,
1,
200,
17,
0, // Skip to: 5627
/* 1075 */ MCD_OPC_CheckPredicate,
77,
195,
17,
0, // Skip to: 5627
/* 1080 */ MCD_OPC_CheckField,
4,
1,
0,
188,
17,
0, // Skip to: 5627
/* 1087 */ MCD_OPC_Decode,
158,
30,
221,
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,
77,
165,
17,
0, // Skip to: 5627
/* 1110 */ MCD_OPC_CheckField,
4,
1,
0,
158,
17,
0, // Skip to: 5627
/* 1117 */ MCD_OPC_Decode,
161,
30,
221,
3, // Opcode: VTOUHH
/* 1122 */ MCD_OPC_FilterValue,
1,
148,
17,
0, // Skip to: 5627
/* 1127 */ MCD_OPC_CheckPredicate,
77,
143,
17,
0, // Skip to: 5627
/* 1132 */ MCD_OPC_CheckField,
4,
1,
0,
136,
17,
0, // Skip to: 5627
/* 1139 */ MCD_OPC_Decode,
170,
30,
221,
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,
34,
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,
255,
22,
224,
3, // Opcode: VMOVSRR
/* 1204 */ MCD_OPC_FilterValue,
1,
66,
17,
0, // Skip to: 5627
/* 1209 */ MCD_OPC_CheckPredicate,
34,
61,
17,
0, // Skip to: 5627
/* 1214 */ MCD_OPC_Decode,
207,
29,
225,
3, // Opcode: VSTMSIA
/* 1219 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 1234
/* 1224 */ MCD_OPC_CheckPredicate,
34,
46,
17,
0, // Skip to: 5627
/* 1229 */ MCD_OPC_Decode,
211,
29,
226,
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,
33,
7,
17,
0, // Skip to: 5627
/* 1268 */ MCD_OPC_Decode,
185,
22,
227,
3, // Opcode: VMLAS
/* 1273 */ MCD_OPC_FilterValue,
1,
253,
16,
0, // Skip to: 5627
/* 1278 */ MCD_OPC_CheckPredicate,
33,
248,
16,
0, // Skip to: 5627
/* 1283 */ MCD_OPC_Decode,
176,
18,
228,
3, // Opcode: VDIVS
/* 1288 */ MCD_OPC_FilterValue,
1,
238,
16,
0, // Skip to: 5627
/* 1293 */ MCD_OPC_CheckPredicate,
33,
233,
16,
0, // Skip to: 5627
/* 1298 */ MCD_OPC_CheckField,
23,
1,
0,
226,
16,
0, // Skip to: 5627
/* 1305 */ MCD_OPC_Decode,
216,
22,
227,
3, // Opcode: VMLSS
/* 1310 */ MCD_OPC_FilterValue,
1,
216,
16,
0, // Skip to: 5627
/* 1315 */ MCD_OPC_CheckPredicate,
34,
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,
254,
22,
229,
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,
34,
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,
251,
22,
230,
3, // Opcode: VMOVRRS
/* 1398 */ MCD_OPC_FilterValue,
1,
128,
16,
0, // Skip to: 5627
/* 1403 */ MCD_OPC_CheckPredicate,
78,
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,
211,
26,
231,
3, // Opcode: VSCCLRMS
/* 1427 */ MCD_OPC_CheckPredicate,
34,
99,
16,
0, // Skip to: 5627
/* 1432 */ MCD_OPC_Decode,
244,
21,
225,
3, // Opcode: VLDMSIA
/* 1437 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 1452
/* 1442 */ MCD_OPC_CheckPredicate,
34,
84,
16,
0, // Skip to: 5627
/* 1447 */ MCD_OPC_Decode,
248,
21,
226,
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,
33,
45,
16,
0, // Skip to: 5627
/* 1486 */ MCD_OPC_Decode,
220,
23,
227,
3, // Opcode: VNMLSS
/* 1491 */ MCD_OPC_FilterValue,
1,
35,
16,
0, // Skip to: 5627
/* 1496 */ MCD_OPC_CheckPredicate,
79,
30,
16,
0, // Skip to: 5627
/* 1501 */ MCD_OPC_Decode,
225,
18,
227,
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,
33,
7,
16,
0, // Skip to: 5627
/* 1524 */ MCD_OPC_Decode,
217,
23,
227,
3, // Opcode: VNMLAS
/* 1529 */ MCD_OPC_FilterValue,
1,
253,
15,
0, // Skip to: 5627
/* 1534 */ MCD_OPC_CheckPredicate,
79,
248,
15,
0, // Skip to: 5627
/* 1539 */ MCD_OPC_Decode,
222,
18,
227,
3, // Opcode: VFNMAS
/* 1544 */ MCD_OPC_FilterValue,
1,
238,
15,
0, // Skip to: 5627
/* 1549 */ MCD_OPC_CheckPredicate,
34,
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,
252,
22,
232,
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,
80,
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,
140,
22,
233,
3, // Opcode: VLSTM
/* 1624 */ MCD_OPC_FilterValue,
25,
10,
0,
0, // Skip to: 1639
/* 1629 */ MCD_OPC_CheckPredicate,
34,
153,
15,
0, // Skip to: 5627
/* 1634 */ MCD_OPC_Decode,
208,
29,
234,
3, // Opcode: VSTMSIA_UPD
/* 1639 */ MCD_OPC_FilterValue,
26,
10,
0,
0, // Skip to: 1654
/* 1644 */ MCD_OPC_CheckPredicate,
34,
138,
15,
0, // Skip to: 5627
/* 1649 */ MCD_OPC_Decode,
206,
29,
234,
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,
33,
115,
15,
0, // Skip to: 5627
/* 1672 */ MCD_OPC_CheckField,
4,
1,
0,
108,
15,
0, // Skip to: 5627
/* 1679 */ MCD_OPC_Decode,
175,
23,
228,
3, // Opcode: VMULS
/* 1684 */ MCD_OPC_FilterValue,
1,
98,
15,
0, // Skip to: 5627
/* 1689 */ MCD_OPC_CheckPredicate,
33,
93,
15,
0, // Skip to: 5627
/* 1694 */ MCD_OPC_CheckField,
4,
1,
0,
86,
15,
0, // Skip to: 5627
/* 1701 */ MCD_OPC_Decode,
223,
23,
228,
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,
79,
55,
15,
0, // Skip to: 5627
/* 1732 */ MCD_OPC_Decode,
204,
18,
227,
3, // Opcode: VFMAS
/* 1737 */ MCD_OPC_FilterValue,
1,
45,
15,
0, // Skip to: 5627
/* 1742 */ MCD_OPC_CheckPredicate,
79,
40,
15,
0, // Skip to: 5627
/* 1747 */ MCD_OPC_Decode,
215,
18,
227,
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,
33,
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,
158,
23,
235,
3, // Opcode: VMSR_FPSID
/* 1786 */ MCD_OPC_FilterValue,
1,
21,
0,
0, // Skip to: 1812
/* 1791 */ MCD_OPC_CheckPredicate,
34,
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,
151,
23,
235,
3, // Opcode: VMSR
/* 1812 */ MCD_OPC_FilterValue,
2,
21,
0,
0, // Skip to: 1838
/* 1817 */ MCD_OPC_CheckPredicate,
81,
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,
157,
23,
235,
3, // Opcode: VMSR_FPSCR_NZCVQC
/* 1838 */ MCD_OPC_FilterValue,
8,
21,
0,
0, // Skip to: 1864
/* 1843 */ MCD_OPC_CheckPredicate,
33,
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,
154,
23,
235,
3, // Opcode: VMSR_FPEXC
/* 1864 */ MCD_OPC_FilterValue,
9,
21,
0,
0, // Skip to: 1890
/* 1869 */ MCD_OPC_CheckPredicate,
33,
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,
155,
23,
235,
3, // Opcode: VMSR_FPINST
/* 1890 */ MCD_OPC_FilterValue,
10,
21,
0,
0, // Skip to: 1916
/* 1895 */ MCD_OPC_CheckPredicate,
33,
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,
156,
23,
235,
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,
160,
23,
235,
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,
159,
23,
235,
3, // Opcode: VMSR_P0
/* 1968 */ MCD_OPC_FilterValue,
14,
21,
0,
0, // Skip to: 1994
/* 1973 */ MCD_OPC_CheckPredicate,
78,
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,
152,
23,
235,
3, // Opcode: VMSR_FPCXTNS
/* 1994 */ MCD_OPC_FilterValue,
15,
44,
14,
0, // Skip to: 5627
/* 1999 */ MCD_OPC_CheckPredicate,
78,
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,
153,
23,
235,
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,
80,
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,
139,
22,
233,
3, // Opcode: VLLDM
/* 2064 */ MCD_OPC_FilterValue,
25,
10,
0,
0, // Skip to: 2079
/* 2069 */ MCD_OPC_CheckPredicate,
34,
225,
13,
0, // Skip to: 5627
/* 2074 */ MCD_OPC_Decode,
245,
21,
234,
3, // Opcode: VLDMSIA_UPD
/* 2079 */ MCD_OPC_FilterValue,
26,
10,
0,
0, // Skip to: 2094
/* 2084 */ MCD_OPC_CheckPredicate,
34,
210,
13,
0, // Skip to: 5627
/* 2089 */ MCD_OPC_Decode,
243,
21,
234,
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,
33,
187,
13,
0, // Skip to: 5627
/* 2112 */ MCD_OPC_CheckField,
4,
1,
0,
180,
13,
0, // Skip to: 5627
/* 2119 */ MCD_OPC_Decode,
161,
16,
228,
3, // Opcode: VADDS
/* 2124 */ MCD_OPC_FilterValue,
1,
170,
13,
0, // Skip to: 5627
/* 2129 */ MCD_OPC_CheckPredicate,
33,
165,
13,
0, // Skip to: 5627
/* 2134 */ MCD_OPC_CheckField,
4,
1,
0,
158,
13,
0, // Skip to: 5627
/* 2141 */ MCD_OPC_Decode,
241,
29,
228,
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,
82,
127,
13,
0, // Skip to: 5627
/* 2172 */ MCD_OPC_CheckField,
5,
1,
0,
120,
13,
0, // Skip to: 5627
/* 2179 */ MCD_OPC_Decode,
171,
6,
236,
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,
34,
97,
13,
0, // Skip to: 5627
/* 2202 */ MCD_OPC_Decode,
253,
22,
222,
3, // Opcode: VMOVS
/* 2207 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 2222
/* 2212 */ MCD_OPC_CheckPredicate,
33,
82,
13,
0, // Skip to: 5627
/* 2217 */ MCD_OPC_Decode,
204,
23,
222,
3, // Opcode: VNEGS
/* 2222 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 2237
/* 2227 */ MCD_OPC_CheckPredicate,
83,
67,
13,
0, // Skip to: 5627
/* 2232 */ MCD_OPC_Decode,
218,
17,
222,
3, // Opcode: VCVTBHS
/* 2237 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 2252
/* 2242 */ MCD_OPC_CheckPredicate,
83,
52,
13,
0, // Skip to: 5627
/* 2247 */ MCD_OPC_Decode,
219,
17,
237,
3, // Opcode: VCVTBSH
/* 2252 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 2267
/* 2257 */ MCD_OPC_CheckPredicate,
33,
37,
13,
0, // Skip to: 5627
/* 2262 */ MCD_OPC_Decode,
196,
17,
222,
3, // Opcode: VCMPS
/* 2267 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 2296
/* 2272 */ MCD_OPC_CheckPredicate,
33,
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,
199,
17,
238,
3, // Opcode: VCMPZS
/* 2296 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 2311
/* 2301 */ MCD_OPC_CheckPredicate,
84,
249,
12,
0, // Skip to: 5627
/* 2306 */ MCD_OPC_Decode,
131,
26,
222,
3, // Opcode: VRINTRS
/* 2311 */ MCD_OPC_FilterValue,
7,
10,
0,
0, // Skip to: 2326
/* 2316 */ MCD_OPC_CheckPredicate,
84,
234,
12,
0, // Skip to: 5627
/* 2321 */ MCD_OPC_Decode,
138,
26,
222,
3, // Opcode: VRINTXS
/* 2326 */ MCD_OPC_FilterValue,
8,
10,
0,
0, // Skip to: 2341
/* 2331 */ MCD_OPC_CheckPredicate,
33,
219,
12,
0, // Skip to: 5627
/* 2336 */ MCD_OPC_Decode,
193,
30,
222,
3, // Opcode: VUITOS
/* 2341 */ MCD_OPC_FilterValue,
10,
10,
0,
0, // Skip to: 2356
/* 2346 */ MCD_OPC_CheckPredicate,
33,
204,
12,
0, // Skip to: 5627
/* 2351 */ MCD_OPC_Decode,
157,
27,
221,
3, // Opcode: VSHTOS
/* 2356 */ MCD_OPC_FilterValue,
11,
10,
0,
0, // Skip to: 2371
/* 2361 */ MCD_OPC_CheckPredicate,
33,
189,
12,
0, // Skip to: 5627
/* 2366 */ MCD_OPC_Decode,
190,
30,
221,
3, // Opcode: VUHTOS
/* 2371 */ MCD_OPC_FilterValue,
12,
10,
0,
0, // Skip to: 2386
/* 2376 */ MCD_OPC_CheckPredicate,
33,
174,
12,
0, // Skip to: 5627
/* 2381 */ MCD_OPC_Decode,
165,
30,
222,
3, // Opcode: VTOUIRS
/* 2386 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 2401
/* 2391 */ MCD_OPC_CheckPredicate,
33,
159,
12,
0, // Skip to: 5627
/* 2396 */ MCD_OPC_Decode,
153,
30,
222,
3, // Opcode: VTOSIRS
/* 2401 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 2416
/* 2406 */ MCD_OPC_CheckPredicate,
33,
144,
12,
0, // Skip to: 5627
/* 2411 */ MCD_OPC_Decode,
150,
30,
221,
3, // Opcode: VTOSHS
/* 2416 */ MCD_OPC_FilterValue,
15,
134,
12,
0, // Skip to: 5627
/* 2421 */ MCD_OPC_CheckPredicate,
33,
129,
12,
0, // Skip to: 5627
/* 2426 */ MCD_OPC_Decode,
162,
30,
221,
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,
33,
106,
12,
0, // Skip to: 5627
/* 2449 */ MCD_OPC_Decode,
131,
16,
222,
3, // Opcode: VABSS
/* 2454 */ MCD_OPC_FilterValue,
1,
10,
0,
0, // Skip to: 2469
/* 2459 */ MCD_OPC_CheckPredicate,
33,
91,
12,
0, // Skip to: 5627
/* 2464 */ MCD_OPC_Decode,
175,
27,
222,
3, // Opcode: VSQRTS
/* 2469 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 2484
/* 2474 */ MCD_OPC_CheckPredicate,
83,
76,
12,
0, // Skip to: 5627
/* 2479 */ MCD_OPC_Decode,
138,
18,
222,
3, // Opcode: VCVTTHS
/* 2484 */ MCD_OPC_FilterValue,
3,
10,
0,
0, // Skip to: 2499
/* 2489 */ MCD_OPC_CheckPredicate,
83,
61,
12,
0, // Skip to: 5627
/* 2494 */ MCD_OPC_Decode,
139,
18,
237,
3, // Opcode: VCVTTSH
/* 2499 */ MCD_OPC_FilterValue,
4,
10,
0,
0, // Skip to: 2514
/* 2504 */ MCD_OPC_CheckPredicate,
33,
46,
12,
0, // Skip to: 5627
/* 2509 */ MCD_OPC_Decode,
191,
17,
222,
3, // Opcode: VCMPES
/* 2514 */ MCD_OPC_FilterValue,
5,
24,
0,
0, // Skip to: 2543
/* 2519 */ MCD_OPC_CheckPredicate,
33,
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,
194,
17,
238,
3, // Opcode: VCMPEZS
/* 2543 */ MCD_OPC_FilterValue,
6,
10,
0,
0, // Skip to: 2558
/* 2548 */ MCD_OPC_CheckPredicate,
84,
2,
12,
0, // Skip to: 5627
/* 2553 */ MCD_OPC_Decode,
145,
26,
222,
3, // Opcode: VRINTZS
/* 2558 */ MCD_OPC_FilterValue,
7,
10,
0,
0, // Skip to: 2573
/* 2563 */ MCD_OPC_CheckPredicate,
85,
243,
11,
0, // Skip to: 5627
/* 2568 */ MCD_OPC_Decode,
220,
17,
239,
3, // Opcode: VCVTDS
/* 2573 */ MCD_OPC_FilterValue,
8,
10,
0,
0, // Skip to: 2588
/* 2578 */ MCD_OPC_CheckPredicate,
33,
228,
11,
0, // Skip to: 5627
/* 2583 */ MCD_OPC_Decode,
160,
27,
222,
3, // Opcode: VSITOS
/* 2588 */ MCD_OPC_FilterValue,
10,
10,
0,
0, // Skip to: 2603
/* 2593 */ MCD_OPC_CheckPredicate,
33,
213,
11,
0, // Skip to: 5627
/* 2598 */ MCD_OPC_Decode,
171,
27,
221,
3, // Opcode: VSLTOS
/* 2603 */ MCD_OPC_FilterValue,
11,
10,
0,
0, // Skip to: 2618
/* 2608 */ MCD_OPC_CheckPredicate,
33,
198,
11,
0, // Skip to: 5627
/* 2613 */ MCD_OPC_Decode,
196,
30,
221,
3, // Opcode: VULTOS
/* 2618 */ MCD_OPC_FilterValue,
12,
10,
0,
0, // Skip to: 2633
/* 2623 */ MCD_OPC_CheckPredicate,
33,
183,
11,
0, // Skip to: 5627
/* 2628 */ MCD_OPC_Decode,
168,
30,
222,
3, // Opcode: VTOUIZS
/* 2633 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 2648
/* 2638 */ MCD_OPC_CheckPredicate,
33,
168,
11,
0, // Skip to: 5627
/* 2643 */ MCD_OPC_Decode,
156,
30,
222,
3, // Opcode: VTOSIZS
/* 2648 */ MCD_OPC_FilterValue,
14,
10,
0,
0, // Skip to: 2663
/* 2653 */ MCD_OPC_CheckPredicate,
33,
153,
11,
0, // Skip to: 5627
/* 2658 */ MCD_OPC_Decode,
159,
30,
221,
3, // Opcode: VTOSLS
/* 2663 */ MCD_OPC_FilterValue,
15,
143,
11,
0, // Skip to: 5627
/* 2668 */ MCD_OPC_CheckPredicate,
33,
138,
11,
0, // Skip to: 5627
/* 2673 */ MCD_OPC_Decode,
171,
30,
221,
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,
33,
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,
145,
23,
235,
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,
34,
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,
175,
6,
235,
3, // Opcode: FMSTAT
/* 2746 */ MCD_OPC_CheckPredicate,
34,
60,
11,
0, // Skip to: 5627
/* 2751 */ MCD_OPC_SoftFail,
239,
1 /* 0xef */,
0,
/* 2755 */ MCD_OPC_Decode,
138,
23,
235,
3, // Opcode: VMRS
/* 2760 */ MCD_OPC_FilterValue,
2,
21,
0,
0, // Skip to: 2786
/* 2765 */ MCD_OPC_CheckPredicate,
81,
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,
144,
23,
235,
3, // Opcode: VMRS_FPSCR_NZCVQC
/* 2786 */ MCD_OPC_FilterValue,
5,
21,
0,
0, // Skip to: 2812
/* 2791 */ MCD_OPC_CheckPredicate,
84,
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,
148,
23,
235,
3, // Opcode: VMRS_MVFR2
/* 2812 */ MCD_OPC_FilterValue,
6,
21,
0,
0, // Skip to: 2838
/* 2817 */ MCD_OPC_CheckPredicate,
33,
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,
147,
23,
235,
3, // Opcode: VMRS_MVFR1
/* 2838 */ MCD_OPC_FilterValue,
7,
21,
0,
0, // Skip to: 2864
/* 2843 */ MCD_OPC_CheckPredicate,
33,
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,
146,
23,
235,
3, // Opcode: VMRS_MVFR0
/* 2864 */ MCD_OPC_FilterValue,
8,
21,
0,
0, // Skip to: 2890
/* 2869 */ MCD_OPC_CheckPredicate,
33,
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,
141,
23,
235,
3, // Opcode: VMRS_FPEXC
/* 2890 */ MCD_OPC_FilterValue,
9,
21,
0,
0, // Skip to: 2916
/* 2895 */ MCD_OPC_CheckPredicate,
33,
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,
142,
23,
235,
3, // Opcode: VMRS_FPINST
/* 2916 */ MCD_OPC_FilterValue,
10,
21,
0,
0, // Skip to: 2942
/* 2921 */ MCD_OPC_CheckPredicate,
33,
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,
143,
23,
235,
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,
150,
23,
235,
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,
149,
23,
235,
3, // Opcode: VMRS_P0
/* 2994 */ MCD_OPC_FilterValue,
14,
21,
0,
0, // Skip to: 3020
/* 2999 */ MCD_OPC_CheckPredicate,
78,
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,
139,
23,
235,
3, // Opcode: VMRS_FPCXTNS
/* 3020 */ MCD_OPC_FilterValue,
15,
42,
10,
0, // Skip to: 5627
/* 3025 */ MCD_OPC_CheckPredicate,
78,
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,
140,
23,
235,
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,
34,
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,
237,
22,
240,
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,
34,
199,
9,
0, // Skip to: 5627
/* 3124 */ MCD_OPC_Decode,
203,
29,
241,
3, // Opcode: VSTMDIA
/* 3129 */ MCD_OPC_FilterValue,
1,
189,
9,
0, // Skip to: 5627
/* 3134 */ MCD_OPC_CheckPredicate,
34,
184,
9,
0, // Skip to: 5627
/* 3139 */ MCD_OPC_CheckField,
22,
1,
0,
177,
9,
0, // Skip to: 5627
/* 3146 */ MCD_OPC_Decode,
177,
6,
242,
3, // Opcode: FSTMXIA
/* 3151 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 3166
/* 3156 */ MCD_OPC_CheckPredicate,
34,
162,
9,
0, // Skip to: 5627
/* 3161 */ MCD_OPC_Decode,
209,
29,
243,
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,
85,
131,
9,
0, // Skip to: 5627
/* 3192 */ MCD_OPC_CheckField,
4,
1,
0,
124,
9,
0, // Skip to: 5627
/* 3199 */ MCD_OPC_Decode,
173,
22,
244,
3, // Opcode: VMLAD
/* 3204 */ MCD_OPC_FilterValue,
1,
114,
9,
0, // Skip to: 5627
/* 3209 */ MCD_OPC_CheckPredicate,
85,
109,
9,
0, // Skip to: 5627
/* 3214 */ MCD_OPC_CheckField,
4,
1,
0,
102,
9,
0, // Skip to: 5627
/* 3221 */ MCD_OPC_Decode,
174,
18,
245,
3, // Opcode: VDIVD
/* 3226 */ MCD_OPC_FilterValue,
1,
92,
9,
0, // Skip to: 5627
/* 3231 */ MCD_OPC_CheckPredicate,
85,
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,
204,
22,
244,
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,
34,
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,
250,
22,
246,
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,
78,
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,
210,
26,
231,
3, // Opcode: VSCCLRMD
/* 3344 */ MCD_OPC_CheckPredicate,
34,
230,
8,
0, // Skip to: 5627
/* 3349 */ MCD_OPC_Decode,
240,
21,
241,
3, // Opcode: VLDMDIA
/* 3354 */ MCD_OPC_FilterValue,
1,
220,
8,
0, // Skip to: 5627
/* 3359 */ MCD_OPC_CheckPredicate,
34,
215,
8,
0, // Skip to: 5627
/* 3364 */ MCD_OPC_CheckField,
22,
1,
0,
208,
8,
0, // Skip to: 5627
/* 3371 */ MCD_OPC_Decode,
173,
6,
242,
3, // Opcode: FLDMXIA
/* 3376 */ MCD_OPC_FilterValue,
13,
10,
0,
0, // Skip to: 3391
/* 3381 */ MCD_OPC_CheckPredicate,
34,
193,
8,
0, // Skip to: 5627
/* 3386 */ MCD_OPC_Decode,
246,
21,
243,
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,
85,
162,
8,
0, // Skip to: 5627
/* 3417 */ MCD_OPC_CheckField,
4,
1,
0,
155,
8,
0, // Skip to: 5627
/* 3424 */ MCD_OPC_Decode,
218,
23,
244,
3, // Opcode: VNMLSD
/* 3429 */ MCD_OPC_FilterValue,
1,
145,
8,
0, // Skip to: 5627
/* 3434 */ MCD_OPC_CheckPredicate,
86,
140,
8,
0, // Skip to: 5627
/* 3439 */ MCD_OPC_CheckField,
4,
1,
0,
133,
8,
0, // Skip to: 5627
/* 3446 */ MCD_OPC_Decode,
223,
18,
244,
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,
85,
110,
8,
0, // Skip to: 5627
/* 3469 */ MCD_OPC_CheckField,
4,
1,
0,
103,
8,
0, // Skip to: 5627
/* 3476 */ MCD_OPC_Decode,
215,
23,
244,
3, // Opcode: VNMLAD
/* 3481 */ MCD_OPC_FilterValue,
1,
93,
8,
0, // Skip to: 5627
/* 3486 */ MCD_OPC_CheckPredicate,
86,
88,
8,
0, // Skip to: 5627
/* 3491 */ MCD_OPC_CheckField,
4,
1,
0,
81,
8,
0, // Skip to: 5627
/* 3498 */ MCD_OPC_Decode,
220,
18,
244,
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,
34,
50,
8,
0, // Skip to: 5627
/* 3529 */ MCD_OPC_Decode,
204,
29,
247,
3, // Opcode: VSTMDIA_UPD
/* 3534 */ MCD_OPC_FilterValue,
1,
40,
8,
0, // Skip to: 5627
/* 3539 */ MCD_OPC_CheckPredicate,
34,
35,
8,
0, // Skip to: 5627
/* 3544 */ MCD_OPC_CheckField,
22,
1,
0,
28,
8,
0, // Skip to: 5627
/* 3551 */ MCD_OPC_Decode,
178,
6,
248,
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,
34,
5,
8,
0, // Skip to: 5627
/* 3574 */ MCD_OPC_Decode,
202,
29,
247,
3, // Opcode: VSTMDDB_UPD
/* 3579 */ MCD_OPC_FilterValue,
1,
251,
7,
0, // Skip to: 5627
/* 3584 */ MCD_OPC_CheckPredicate,
34,
246,
7,
0, // Skip to: 5627
/* 3589 */ MCD_OPC_CheckField,
22,
1,
0,
239,
7,
0, // Skip to: 5627
/* 3596 */ MCD_OPC_Decode,
176,
6,
248,
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,
85,
216,
7,
0, // Skip to: 5627
/* 3619 */ MCD_OPC_CheckField,
4,
1,
0,
209,
7,
0, // Skip to: 5627
/* 3626 */ MCD_OPC_Decode,
161,
23,
245,
3, // Opcode: VMULD
/* 3631 */ MCD_OPC_FilterValue,
1,
199,
7,
0, // Skip to: 5627
/* 3636 */ MCD_OPC_CheckPredicate,
85,
194,
7,
0, // Skip to: 5627
/* 3641 */ MCD_OPC_CheckField,
4,
1,
0,
187,
7,
0, // Skip to: 5627
/* 3648 */ MCD_OPC_Decode,
221,
23,
245,
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,
86,
164,
7,
0, // Skip to: 5627
/* 3671 */ MCD_OPC_CheckField,
4,
1,
0,
157,
7,
0, // Skip to: 5627
/* 3678 */ MCD_OPC_Decode,
198,
18,
244,
3, // Opcode: VFMAD
/* 3683 */ MCD_OPC_FilterValue,
1,
147,
7,
0, // Skip to: 5627
/* 3688 */ MCD_OPC_CheckPredicate,
86,
142,
7,
0, // Skip to: 5627
/* 3693 */ MCD_OPC_CheckField,
4,
1,
0,
135,
7,
0, // Skip to: 5627
/* 3700 */ MCD_OPC_Decode,
209,
18,
244,
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,
34,
104,
7,
0, // Skip to: 5627
/* 3731 */ MCD_OPC_Decode,
241,
21,
247,
3, // Opcode: VLDMDIA_UPD
/* 3736 */ MCD_OPC_FilterValue,
1,
94,
7,
0, // Skip to: 5627
/* 3741 */ MCD_OPC_CheckPredicate,
34,
89,
7,
0, // Skip to: 5627
/* 3746 */ MCD_OPC_CheckField,
22,
1,
0,
82,
7,
0, // Skip to: 5627
/* 3753 */ MCD_OPC_Decode,
174,
6,
248,
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,
34,
59,
7,
0, // Skip to: 5627
/* 3776 */ MCD_OPC_Decode,
239,
21,
247,
3, // Opcode: VLDMDDB_UPD
/* 3781 */ MCD_OPC_FilterValue,
1,
49,
7,
0, // Skip to: 5627
/* 3786 */ MCD_OPC_CheckPredicate,
34,
44,
7,
0, // Skip to: 5627
/* 3791 */ MCD_OPC_CheckField,
22,
1,
0,
37,
7,
0, // Skip to: 5627
/* 3798 */ MCD_OPC_Decode,
172,
6,
248,
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,
85,
14,
7,
0, // Skip to: 5627
/* 3821 */ MCD_OPC_CheckField,
4,
1,
0,
7,
7,
0, // Skip to: 5627
/* 3828 */ MCD_OPC_Decode,
150,
16,
245,
3, // Opcode: VADDD
/* 3833 */ MCD_OPC_FilterValue,
1,
253,
6,
0, // Skip to: 5627
/* 3838 */ MCD_OPC_CheckPredicate,
85,
248,
6,
0, // Skip to: 5627
/* 3843 */ MCD_OPC_CheckField,
4,
1,
0,
241,
6,
0, // Skip to: 5627
/* 3850 */ MCD_OPC_Decode,
230,
29,
245,
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,
87,
218,
6,
0, // Skip to: 5627
/* 3873 */ MCD_OPC_CheckField,
4,
2,
0,
211,
6,
0, // Skip to: 5627
/* 3880 */ MCD_OPC_Decode,
169,
6,
249,
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,
88,
188,
6,
0, // Skip to: 5627
/* 3903 */ MCD_OPC_CheckField,
4,
1,
0,
181,
6,
0, // Skip to: 5627
/* 3910 */ MCD_OPC_Decode,
236,
22,
250,
3, // Opcode: VMOVD
/* 3915 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 3937
/* 3920 */ MCD_OPC_CheckPredicate,
85,
166,
6,
0, // Skip to: 5627
/* 3925 */ MCD_OPC_CheckField,
4,
1,
0,
159,
6,
0, // Skip to: 5627
/* 3932 */ MCD_OPC_Decode,
202,
23,
250,
3, // Opcode: VNEGD
/* 3937 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 3959
/* 3942 */ MCD_OPC_CheckPredicate,
89,
144,
6,
0, // Skip to: 5627
/* 3947 */ MCD_OPC_CheckField,
4,
1,
0,
137,
6,
0, // Skip to: 5627
/* 3954 */ MCD_OPC_Decode,
217,
17,
239,
3, // Opcode: VCVTBHD
/* 3959 */ MCD_OPC_FilterValue,
3,
17,
0,
0, // Skip to: 3981
/* 3964 */ MCD_OPC_CheckPredicate,
89,
122,
6,
0, // Skip to: 5627
/* 3969 */ MCD_OPC_CheckField,
4,
1,
0,
115,
6,
0, // Skip to: 5627
/* 3976 */ MCD_OPC_Decode,
216,
17,
251,
3, // Opcode: VCVTBDH
/* 3981 */ MCD_OPC_FilterValue,
4,
17,
0,
0, // Skip to: 4003
/* 3986 */ MCD_OPC_CheckPredicate,
85,
100,
6,
0, // Skip to: 5627
/* 3991 */ MCD_OPC_CheckField,
4,
1,
0,
93,
6,
0, // Skip to: 5627
/* 3998 */ MCD_OPC_Decode,
188,
17,
250,
3, // Opcode: VCMPD
/* 4003 */ MCD_OPC_FilterValue,
5,
17,
0,
0, // Skip to: 4025
/* 4008 */ MCD_OPC_CheckPredicate,
85,
78,
6,
0, // Skip to: 5627
/* 4013 */ MCD_OPC_CheckField,
0,
6,
0,
71,
6,
0, // Skip to: 5627
/* 4020 */ MCD_OPC_Decode,
197,
17,
252,
3, // Opcode: VCMPZD
/* 4025 */ MCD_OPC_FilterValue,
6,
17,
0,
0, // Skip to: 4047
/* 4030 */ MCD_OPC_CheckPredicate,
89,
56,
6,
0, // Skip to: 5627
/* 4035 */ MCD_OPC_CheckField,
4,
1,
0,
49,
6,
0, // Skip to: 5627
/* 4042 */ MCD_OPC_Decode,
129,
26,
250,
3, // Opcode: VRINTRD
/* 4047 */ MCD_OPC_FilterValue,
7,
17,
0,
0, // Skip to: 4069
/* 4052 */ MCD_OPC_CheckPredicate,
89,
34,
6,
0, // Skip to: 5627
/* 4057 */ MCD_OPC_CheckField,
4,
1,
0,
27,
6,
0, // Skip to: 5627
/* 4064 */ MCD_OPC_Decode,
132,
26,
250,
3, // Opcode: VRINTXD
/* 4069 */ MCD_OPC_FilterValue,
8,
17,
0,
0, // Skip to: 4091
/* 4074 */ MCD_OPC_CheckPredicate,
85,
12,
6,
0, // Skip to: 5627
/* 4079 */ MCD_OPC_CheckField,
4,
1,
0,
5,
6,
0, // Skip to: 5627
/* 4086 */ MCD_OPC_Decode,
191,
30,
239,
3, // Opcode: VUITOD
/* 4091 */ MCD_OPC_FilterValue,
10,
17,
0,
0, // Skip to: 4113
/* 4096 */ MCD_OPC_CheckPredicate,
85,
246,
5,
0, // Skip to: 5627
/* 4101 */ MCD_OPC_CheckField,
4,
1,
0,
239,
5,
0, // Skip to: 5627
/* 4108 */ MCD_OPC_Decode,
155,
27,
253,
3, // Opcode: VSHTOD
/* 4113 */ MCD_OPC_FilterValue,
11,
17,
0,
0, // Skip to: 4135
/* 4118 */ MCD_OPC_CheckPredicate,
85,
224,
5,
0, // Skip to: 5627
/* 4123 */ MCD_OPC_CheckField,
4,
1,
0,
217,
5,
0, // Skip to: 5627
/* 4130 */ MCD_OPC_Decode,
188,
30,
253,
3, // Opcode: VUHTOD
/* 4135 */ MCD_OPC_FilterValue,
12,
17,
0,
0, // Skip to: 4157
/* 4140 */ MCD_OPC_CheckPredicate,
85,
202,
5,
0, // Skip to: 5627
/* 4145 */ MCD_OPC_CheckField,
4,
1,
0,
195,
5,
0, // Skip to: 5627
/* 4152 */ MCD_OPC_Decode,
163,
30,
254,
3, // Opcode: VTOUIRD
/* 4157 */ MCD_OPC_FilterValue,
13,
17,
0,
0, // Skip to: 4179
/* 4162 */ MCD_OPC_CheckPredicate,
85,
180,
5,
0, // Skip to: 5627
/* 4167 */ MCD_OPC_CheckField,
4,
1,
0,
173,
5,
0, // Skip to: 5627
/* 4174 */ MCD_OPC_Decode,
151,
30,
254,
3, // Opcode: VTOSIRD
/* 4179 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 4201
/* 4184 */ MCD_OPC_CheckPredicate,
85,
158,
5,
0, // Skip to: 5627
/* 4189 */ MCD_OPC_CheckField,
4,
1,
0,
151,
5,
0, // Skip to: 5627
/* 4196 */ MCD_OPC_Decode,
148,
30,
253,
3, // Opcode: VTOSHD
/* 4201 */ MCD_OPC_FilterValue,
15,
141,
5,
0, // Skip to: 5627
/* 4206 */ MCD_OPC_CheckPredicate,
85,
136,
5,
0, // Skip to: 5627
/* 4211 */ MCD_OPC_CheckField,
4,
1,
0,
129,
5,
0, // Skip to: 5627
/* 4218 */ MCD_OPC_Decode,
160,
30,
253,
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,
85,
106,
5,
0, // Skip to: 5627
/* 4241 */ MCD_OPC_CheckField,
4,
1,
0,
99,
5,
0, // Skip to: 5627
/* 4248 */ MCD_OPC_Decode,
129,
16,
250,
3, // Opcode: VABSD
/* 4253 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 4275
/* 4258 */ MCD_OPC_CheckPredicate,
85,
84,
5,
0, // Skip to: 5627
/* 4263 */ MCD_OPC_CheckField,
4,
1,
0,
77,
5,
0, // Skip to: 5627
/* 4270 */ MCD_OPC_Decode,
173,
27,
250,
3, // Opcode: VSQRTD
/* 4275 */ MCD_OPC_FilterValue,
2,
17,
0,
0, // Skip to: 4297
/* 4280 */ MCD_OPC_CheckPredicate,
89,
62,
5,
0, // Skip to: 5627
/* 4285 */ MCD_OPC_CheckField,
4,
1,
0,
55,
5,
0, // Skip to: 5627
/* 4292 */ MCD_OPC_Decode,
137,
18,
239,
3, // Opcode: VCVTTHD
/* 4297 */ MCD_OPC_FilterValue,
3,
17,
0,
0, // Skip to: 4319
/* 4302 */ MCD_OPC_CheckPredicate,
89,
40,
5,
0, // Skip to: 5627
/* 4307 */ MCD_OPC_CheckField,
4,
1,
0,
33,
5,
0, // Skip to: 5627
/* 4314 */ MCD_OPC_Decode,
136,
18,
251,
3, // Opcode: VCVTTDH
/* 4319 */ MCD_OPC_FilterValue,
4,
17,
0,
0, // Skip to: 4341
/* 4324 */ MCD_OPC_CheckPredicate,
85,
18,
5,
0, // Skip to: 5627
/* 4329 */ MCD_OPC_CheckField,
4,
1,
0,
11,
5,
0, // Skip to: 5627
/* 4336 */ MCD_OPC_Decode,
189,
17,
250,
3, // Opcode: VCMPED
/* 4341 */ MCD_OPC_FilterValue,
5,
17,
0,
0, // Skip to: 4363
/* 4346 */ MCD_OPC_CheckPredicate,
85,
252,
4,
0, // Skip to: 5627
/* 4351 */ MCD_OPC_CheckField,
0,
6,
0,
245,
4,
0, // Skip to: 5627
/* 4358 */ MCD_OPC_Decode,
192,
17,
252,
3, // Opcode: VCMPEZD
/* 4363 */ MCD_OPC_FilterValue,
6,
17,
0,
0, // Skip to: 4385
/* 4368 */ MCD_OPC_CheckPredicate,
89,
230,
4,
0, // Skip to: 5627
/* 4373 */ MCD_OPC_CheckField,
4,
1,
0,
223,
4,
0, // Skip to: 5627
/* 4380 */ MCD_OPC_Decode,
139,
26,
250,
3, // Opcode: VRINTZD
/* 4385 */ MCD_OPC_FilterValue,
7,
17,
0,
0, // Skip to: 4407
/* 4390 */ MCD_OPC_CheckPredicate,
85,
208,
4,
0, // Skip to: 5627
/* 4395 */ MCD_OPC_CheckField,
4,
1,
0,
201,
4,
0, // Skip to: 5627
/* 4402 */ MCD_OPC_Decode,
135,
18,
254,
3, // Opcode: VCVTSD
/* 4407 */ MCD_OPC_FilterValue,
8,
17,
0,
0, // Skip to: 4429
/* 4412 */ MCD_OPC_CheckPredicate,
85,
186,
4,
0, // Skip to: 5627
/* 4417 */ MCD_OPC_CheckField,
4,
1,
0,
179,
4,
0, // Skip to: 5627
/* 4424 */ MCD_OPC_Decode,
158,
27,
239,
3, // Opcode: VSITOD
/* 4429 */ MCD_OPC_FilterValue,
9,
17,
0,
0, // Skip to: 4451
/* 4434 */ MCD_OPC_CheckPredicate,
90,
164,
4,
0, // Skip to: 5627
/* 4439 */ MCD_OPC_CheckField,
4,
1,
0,
157,
4,
0, // Skip to: 5627
/* 4446 */ MCD_OPC_Decode,
134,
19,
254,
3, // Opcode: VJCVT
/* 4451 */ MCD_OPC_FilterValue,
10,
17,
0,
0, // Skip to: 4473
/* 4456 */ MCD_OPC_CheckPredicate,
85,
142,
4,
0, // Skip to: 5627
/* 4461 */ MCD_OPC_CheckField,
4,
1,
0,
135,
4,
0, // Skip to: 5627
/* 4468 */ MCD_OPC_Decode,
169,
27,
253,
3, // Opcode: VSLTOD
/* 4473 */ MCD_OPC_FilterValue,
11,
17,
0,
0, // Skip to: 4495
/* 4478 */ MCD_OPC_CheckPredicate,
85,
120,
4,
0, // Skip to: 5627
/* 4483 */ MCD_OPC_CheckField,
4,
1,
0,
113,
4,
0, // Skip to: 5627
/* 4490 */ MCD_OPC_Decode,
194,
30,
253,
3, // Opcode: VULTOD
/* 4495 */ MCD_OPC_FilterValue,
12,
17,
0,
0, // Skip to: 4517
/* 4500 */ MCD_OPC_CheckPredicate,
85,
98,
4,
0, // Skip to: 5627
/* 4505 */ MCD_OPC_CheckField,
4,
1,
0,
91,
4,
0, // Skip to: 5627
/* 4512 */ MCD_OPC_Decode,
166,
30,
254,
3, // Opcode: VTOUIZD
/* 4517 */ MCD_OPC_FilterValue,
13,
17,
0,
0, // Skip to: 4539
/* 4522 */ MCD_OPC_CheckPredicate,
85,
76,
4,
0, // Skip to: 5627
/* 4527 */ MCD_OPC_CheckField,
4,
1,
0,
69,
4,
0, // Skip to: 5627
/* 4534 */ MCD_OPC_Decode,
154,
30,
254,
3, // Opcode: VTOSIZD
/* 4539 */ MCD_OPC_FilterValue,
14,
17,
0,
0, // Skip to: 4561
/* 4544 */ MCD_OPC_CheckPredicate,
85,
54,
4,
0, // Skip to: 5627
/* 4549 */ MCD_OPC_CheckField,
4,
1,
0,
47,
4,
0, // Skip to: 5627
/* 4556 */ MCD_OPC_Decode,
157,
30,
253,
3, // Opcode: VTOSLD
/* 4561 */ MCD_OPC_FilterValue,
15,
37,
4,
0, // Skip to: 5627
/* 4566 */ MCD_OPC_CheckPredicate,
85,
32,
4,
0, // Skip to: 5627
/* 4571 */ MCD_OPC_CheckField,
4,
1,
0,
25,
4,
0, // Skip to: 5627
/* 4578 */ MCD_OPC_Decode,
169,
30,
253,
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,
221,
29,
255,
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,
218,
29,
255,
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,
130,
22,
255,
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,
255,
21,
255,
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,
222,
29,
128,
4, // 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,
223,
29,
128,
4, // 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,
219,
29,
128,
4, // 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,
220,
29,
128,
4, // 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,
131,
22,
128,
4, // 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,
132,
22,
128,
4, // 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,
128,
22,
128,
4, // 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,
129,
22,
128,
4, // 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,
227,
29,
255,
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,
224,
29,
255,
3, // Opcode: VSTR_P0_off
/* 5013 */ MCD_OPC_FilterValue,
12,
24,
0,
0, // Skip to: 5042
/* 5018 */ MCD_OPC_CheckPredicate,
78,
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,
212,
29,
255,
3, // Opcode: VSTR_FPCXTNS_off
/* 5042 */ MCD_OPC_FilterValue,
14,
68,
2,
0, // Skip to: 5627
/* 5047 */ MCD_OPC_CheckPredicate,
78,
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,
215,
29,
255,
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,
136,
22,
255,
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,
133,
22,
255,
3, // Opcode: VLDR_P0_off
/* 5137 */ MCD_OPC_FilterValue,
12,
24,
0,
0, // Skip to: 5166
/* 5142 */ MCD_OPC_CheckPredicate,
78,
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,
249,
21,
255,
3, // Opcode: VLDR_FPCXTNS_off
/* 5166 */ MCD_OPC_FilterValue,
14,
200,
1,
0, // Skip to: 5627
/* 5171 */ MCD_OPC_CheckPredicate,
78,
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,
252,
21,
255,
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,
228,
29,
128,
4, // 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,
229,
29,
128,
4, // 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,
225,
29,
128,
4, // 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,
226,
29,
128,
4, // 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,
78,
46,
1,
0, // Skip to: 5627
/* 5325 */ MCD_OPC_CheckField,
7,
1,
1,
39,
1,
0, // Skip to: 5627
/* 5332 */ MCD_OPC_Decode,
213,
29,
128,
4, // Opcode: VSTR_FPCXTNS_post
/* 5337 */ MCD_OPC_FilterValue,
13,
29,
1,
0, // Skip to: 5627
/* 5342 */ MCD_OPC_CheckPredicate,
78,
24,
1,
0, // Skip to: 5627
/* 5347 */ MCD_OPC_CheckField,
7,
1,
1,
17,
1,
0, // Skip to: 5627
/* 5354 */ MCD_OPC_Decode,
214,
29,
128,
4, // 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,
78,
250,
0,
0, // Skip to: 5627
/* 5377 */ MCD_OPC_CheckField,
7,
1,
1,
243,
0,
0, // Skip to: 5627
/* 5384 */ MCD_OPC_Decode,
216,
29,
128,
4, // Opcode: VSTR_FPCXTS_post
/* 5389 */ MCD_OPC_FilterValue,
13,
233,
0,
0, // Skip to: 5627
/* 5394 */ MCD_OPC_CheckPredicate,
78,
228,
0,
0, // Skip to: 5627
/* 5399 */ MCD_OPC_CheckField,
7,
1,
1,
221,
0,
0, // Skip to: 5627
/* 5406 */ MCD_OPC_Decode,
217,
29,
128,
4, // 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,
137,
22,
128,
4, // 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,
138,
22,
128,
4, // 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,
134,
22,
128,
4, // 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,
135,
22,
128,
4, // 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,
78,
86,
0,
0, // Skip to: 5627
/* 5541 */ MCD_OPC_CheckField,
7,
1,
1,
79,
0,
0, // Skip to: 5627
/* 5548 */ MCD_OPC_Decode,
250,
21,
128,
4, // Opcode: VLDR_FPCXTNS_post
/* 5553 */ MCD_OPC_FilterValue,
13,
69,
0,
0, // Skip to: 5627
/* 5558 */ MCD_OPC_CheckPredicate,
78,
64,
0,
0, // Skip to: 5627
/* 5563 */ MCD_OPC_CheckField,
7,
1,
1,
57,
0,
0, // Skip to: 5627
/* 5570 */ MCD_OPC_Decode,
251,
21,
128,
4, // 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,
78,
34,
0,
0, // Skip to: 5627
/* 5593 */ MCD_OPC_CheckField,
7,
1,
1,
27,
0,
0, // Skip to: 5627
/* 5600 */ MCD_OPC_Decode,
253,
21,
128,
4, // Opcode: VLDR_FPCXTS_post
/* 5605 */ MCD_OPC_FilterValue,
13,
17,
0,
0, // Skip to: 5627
/* 5610 */ MCD_OPC_CheckPredicate,
78,
12,
0,
0, // Skip to: 5627
/* 5615 */ MCD_OPC_CheckField,
7,
1,
1,
5,
0,
0, // Skip to: 5627
/* 5622 */ MCD_OPC_Decode,
254,
21,
128,
4, // 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,
47,
2,
0, // Skip to: 567
/* 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,
91,
119,
12,
0, // Skip to: 3236
/* 45 */ MCD_OPC_CheckField,
23,
1,
1,
112,
12,
0, // Skip to: 3236
/* 52 */ MCD_OPC_Decode,
201,
16,
129,
4, // Opcode: VCADDv4f16
/* 57 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 79
/* 62 */ MCD_OPC_CheckPredicate,
92,
97,
12,
0, // Skip to: 3236
/* 67 */ MCD_OPC_CheckField,
23,
1,
1,
90,
12,
0, // Skip to: 3236
/* 74 */ MCD_OPC_Decode,
200,
16,
129,
4, // Opcode: VCADDv2f32
/* 79 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 94
/* 84 */ MCD_OPC_CheckPredicate,
91,
75,
12,
0, // Skip to: 3236
/* 89 */ MCD_OPC_Decode,
182,
17,
130,
4, // Opcode: VCMLAv4f16
/* 94 */ MCD_OPC_FilterValue,
3,
65,
12,
0, // Skip to: 3236
/* 99 */ MCD_OPC_CheckPredicate,
92,
60,
12,
0, // Skip to: 3236
/* 104 */ MCD_OPC_Decode,
180,
17,
130,
4, // Opcode: VCMLAv2f32
/* 109 */ MCD_OPC_FilterValue,
127,
50,
12,
0, // Skip to: 3236
/* 114 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 117 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 132
/* 122 */ MCD_OPC_CheckPredicate,
91,
37,
12,
0, // Skip to: 3236
/* 127 */ MCD_OPC_Decode,
183,
17,
131,
4, // Opcode: VCMLAv4f16_indexed
/* 132 */ MCD_OPC_FilterValue,
1,
27,
12,
0, // Skip to: 3236
/* 137 */ MCD_OPC_CheckPredicate,
92,
22,
12,
0, // Skip to: 3236
/* 142 */ MCD_OPC_Decode,
181,
17,
132,
4, // Opcode: VCMLAv2f32_indexed
/* 147 */ MCD_OPC_FilterValue,
1,
12,
12,
0, // Skip to: 3236
/* 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,
91,
247,
11,
0, // Skip to: 3236
/* 173 */ MCD_OPC_CheckField,
23,
1,
1,
240,
11,
0, // Skip to: 3236
/* 180 */ MCD_OPC_Decode,
203,
16,
133,
4, // Opcode: VCADDv8f16
/* 185 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 207
/* 190 */ MCD_OPC_CheckPredicate,
92,
225,
11,
0, // Skip to: 3236
/* 195 */ MCD_OPC_CheckField,
23,
1,
1,
218,
11,
0, // Skip to: 3236
/* 202 */ MCD_OPC_Decode,
202,
16,
133,
4, // Opcode: VCADDv4f32
/* 207 */ MCD_OPC_FilterValue,
2,
10,
0,
0, // Skip to: 222
/* 212 */ MCD_OPC_CheckPredicate,
91,
203,
11,
0, // Skip to: 3236
/* 217 */ MCD_OPC_Decode,
186,
17,
134,
4, // Opcode: VCMLAv8f16
/* 222 */ MCD_OPC_FilterValue,
3,
193,
11,
0, // Skip to: 3236
/* 227 */ MCD_OPC_CheckPredicate,
92,
188,
11,
0, // Skip to: 3236
/* 232 */ MCD_OPC_Decode,
184,
17,
134,
4, // Opcode: VCMLAv4f32
/* 237 */ MCD_OPC_FilterValue,
127,
178,
11,
0, // Skip to: 3236
/* 242 */ MCD_OPC_ExtractField,
23,
2, // Inst{24-23} ...
/* 245 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 260
/* 250 */ MCD_OPC_CheckPredicate,
91,
165,
11,
0, // Skip to: 3236
/* 255 */ MCD_OPC_Decode,
187,
17,
135,
4, // Opcode: VCMLAv8f16_indexed
/* 260 */ MCD_OPC_FilterValue,
1,
155,
11,
0, // Skip to: 3236
/* 265 */ MCD_OPC_CheckPredicate,
92,
150,
11,
0, // Skip to: 3236
/* 270 */ MCD_OPC_Decode,
185,
17,
132,
4, // Opcode: VCMLAv4f32_indexed
/* 275 */ MCD_OPC_FilterValue,
1,
140,
11,
0, // Skip to: 3236
/* 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,
93,
119,
11,
0, // Skip to: 3236
/* 301 */ MCD_OPC_CheckField,
23,
9,
252,
3,
111,
11,
0, // Skip to: 3236
/* 309 */ MCD_OPC_Decode,
201,
18,
136,
4, // Opcode: VFMALDI
/* 314 */ MCD_OPC_FilterValue,
1,
101,
11,
0, // Skip to: 3236
/* 319 */ MCD_OPC_CheckPredicate,
93,
96,
11,
0, // Skip to: 3236
/* 324 */ MCD_OPC_CheckField,
23,
9,
252,
3,
88,
11,
0, // Skip to: 3236
/* 332 */ MCD_OPC_Decode,
203,
18,
217,
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,
93,
65,
11,
0, // Skip to: 3236
/* 355 */ MCD_OPC_CheckField,
23,
9,
252,
3,
57,
11,
0, // Skip to: 3236
/* 363 */ MCD_OPC_Decode,
212,
18,
136,
4, // Opcode: VFMSLDI
/* 368 */ MCD_OPC_FilterValue,
1,
47,
11,
0, // Skip to: 3236
/* 373 */ MCD_OPC_CheckPredicate,
93,
42,
11,
0, // Skip to: 3236
/* 378 */ MCD_OPC_CheckField,
23,
9,
252,
3,
34,
11,
0, // Skip to: 3236
/* 386 */ MCD_OPC_Decode,
214,
18,
217,
1, // Opcode: VFMSLQI
/* 391 */ MCD_OPC_FilterValue,
2,
83,
0,
0, // Skip to: 479
/* 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,
93,
2,
11,
0, // Skip to: 3236
/* 418 */ MCD_OPC_Decode,
200,
18,
137,
4, // Opcode: VFMALD
/* 423 */ MCD_OPC_FilterValue,
249,
3,
247,
10,
0, // Skip to: 3236
/* 429 */ MCD_OPC_CheckPredicate,
93,
242,
10,
0, // Skip to: 3236
/* 434 */ MCD_OPC_Decode,
211,
18,
137,
4, // Opcode: VFMSLD
/* 439 */ MCD_OPC_FilterValue,
1,
232,
10,
0, // Skip to: 3236
/* 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,
93,
218,
10,
0, // Skip to: 3236
/* 458 */ MCD_OPC_Decode,
202,
18,
204,
1, // Opcode: VFMALQ
/* 463 */ MCD_OPC_FilterValue,
249,
3,
207,
10,
0, // Skip to: 3236
/* 469 */ MCD_OPC_CheckPredicate,
93,
202,
10,
0, // Skip to: 3236
/* 474 */ MCD_OPC_Decode,
213,
18,
204,
1, // Opcode: VFMSLQ
/* 479 */ MCD_OPC_FilterValue,
3,
192,
10,
0, // Skip to: 3236
/* 484 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 487 */ MCD_OPC_FilterValue,
0,
35,
0,
0, // Skip to: 527
/* 492 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 495 */ MCD_OPC_FilterValue,
248,
3,
10,
0,
0, // Skip to: 511
/* 501 */ MCD_OPC_CheckPredicate,
31,
170,
10,
0, // Skip to: 3236
/* 506 */ MCD_OPC_Decode,
182,
16,
211,
1, // Opcode: VBF16MALBQ
/* 511 */ MCD_OPC_FilterValue,
252,
3,
159,
10,
0, // Skip to: 3236
/* 517 */ MCD_OPC_CheckPredicate,
31,
154,
10,
0, // Skip to: 3236
/* 522 */ MCD_OPC_Decode,
183,
16,
213,
1, // Opcode: VBF16MALBQI
/* 527 */ MCD_OPC_FilterValue,
1,
144,
10,
0, // Skip to: 3236
/* 532 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 535 */ MCD_OPC_FilterValue,
248,
3,
10,
0,
0, // Skip to: 551
/* 541 */ MCD_OPC_CheckPredicate,
31,
130,
10,
0, // Skip to: 3236
/* 546 */ MCD_OPC_Decode,
184,
16,
211,
1, // Opcode: VBF16MALTQ
/* 551 */ MCD_OPC_FilterValue,
252,
3,
119,
10,
0, // Skip to: 3236
/* 557 */ MCD_OPC_CheckPredicate,
31,
114,
10,
0, // Skip to: 3236
/* 562 */ MCD_OPC_Decode,
185,
16,
213,
1, // Opcode: VBF16MALTQI
/* 567 */ MCD_OPC_FilterValue,
9,
189,
2,
0, // Skip to: 1273
/* 572 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 575 */ MCD_OPC_FilterValue,
0,
87,
0,
0, // Skip to: 667
/* 580 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 583 */ MCD_OPC_FilterValue,
0,
49,
0,
0, // Skip to: 637
/* 588 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 591 */ MCD_OPC_FilterValue,
252,
3,
17,
0,
0, // Skip to: 614
/* 597 */ MCD_OPC_CheckPredicate,
77,
74,
10,
0, // Skip to: 3236
/* 602 */ MCD_OPC_CheckField,
4,
1,
0,
67,
10,
0, // Skip to: 3236
/* 609 */ MCD_OPC_Decode,
217,
26,
138,
4, // Opcode: VSELEQH
/* 614 */ MCD_OPC_FilterValue,
253,
3,
56,
10,
0, // Skip to: 3236
/* 620 */ MCD_OPC_CheckPredicate,
77,
51,
10,
0, // Skip to: 3236
/* 625 */ MCD_OPC_CheckField,
4,
1,
0,
44,
10,
0, // Skip to: 3236
/* 632 */ MCD_OPC_Decode,
227,
18,
138,
4, // Opcode: VFP_VMAXNMH
/* 637 */ MCD_OPC_FilterValue,
1,
34,
10,
0, // Skip to: 3236
/* 642 */ MCD_OPC_CheckPredicate,
77,
29,
10,
0, // Skip to: 3236
/* 647 */ MCD_OPC_CheckField,
23,
9,
253,
3,
21,
10,
0, // Skip to: 3236
/* 655 */ MCD_OPC_CheckField,
4,
1,
0,
14,
10,
0, // Skip to: 3236
/* 662 */ MCD_OPC_Decode,
230,
18,
138,
4, // Opcode: VFP_VMINNMH
/* 667 */ MCD_OPC_FilterValue,
1,
32,
0,
0, // Skip to: 704
/* 672 */ MCD_OPC_CheckPredicate,
77,
255,
9,
0, // Skip to: 3236
/* 677 */ MCD_OPC_CheckField,
23,
9,
252,
3,
247,
9,
0, // Skip to: 3236
/* 685 */ MCD_OPC_CheckField,
6,
1,
0,
240,
9,
0, // Skip to: 3236
/* 692 */ MCD_OPC_CheckField,
4,
1,
0,
233,
9,
0, // Skip to: 3236
/* 699 */ MCD_OPC_Decode,
226,
26,
138,
4, // Opcode: VSELVSH
/* 704 */ MCD_OPC_FilterValue,
2,
32,
0,
0, // Skip to: 741
/* 709 */ MCD_OPC_CheckPredicate,
77,
218,
9,
0, // Skip to: 3236
/* 714 */ MCD_OPC_CheckField,
23,
9,
252,
3,
210,
9,
0, // Skip to: 3236
/* 722 */ MCD_OPC_CheckField,
6,
1,
0,
203,
9,
0, // Skip to: 3236
/* 729 */ MCD_OPC_CheckField,
4,
1,
0,
196,
9,
0, // Skip to: 3236
/* 736 */ MCD_OPC_Decode,
220,
26,
138,
4, // Opcode: VSELGEH
/* 741 */ MCD_OPC_FilterValue,
3,
186,
9,
0, // Skip to: 3236
/* 746 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 749 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 779
/* 754 */ MCD_OPC_CheckPredicate,
77,
173,
9,
0, // Skip to: 3236
/* 759 */ MCD_OPC_CheckField,
23,
9,
252,
3,
165,
9,
0, // Skip to: 3236
/* 767 */ MCD_OPC_CheckField,
4,
1,
0,
158,
9,
0, // Skip to: 3236
/* 774 */ MCD_OPC_Decode,
223,
26,
138,
4, // Opcode: VSELGTH
/* 779 */ MCD_OPC_FilterValue,
1,
148,
9,
0, // Skip to: 3236
/* 784 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 787 */ MCD_OPC_FilterValue,
3,
61,
0,
0, // Skip to: 853
/* 792 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 795 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 824
/* 800 */ MCD_OPC_CheckPredicate,
94,
127,
9,
0, // Skip to: 3236
/* 805 */ MCD_OPC_CheckField,
23,
5,
29,
120,
9,
0, // Skip to: 3236
/* 812 */ MCD_OPC_CheckField,
4,
1,
0,
113,
9,
0, // Skip to: 3236
/* 819 */ MCD_OPC_Decode,
219,
5,
237,
3, // Opcode: BF16_VCVTB
/* 824 */ MCD_OPC_FilterValue,
1,
103,
9,
0, // Skip to: 3236
/* 829 */ MCD_OPC_CheckPredicate,
94,
98,
9,
0, // Skip to: 3236
/* 834 */ MCD_OPC_CheckField,
23,
5,
29,
91,
9,
0, // Skip to: 3236
/* 841 */ MCD_OPC_CheckField,
4,
1,
0,
84,
9,
0, // Skip to: 3236
/* 848 */ MCD_OPC_Decode,
220,
5,
237,
3, // Opcode: BF16_VCVTT
/* 853 */ MCD_OPC_FilterValue,
8,
32,
0,
0, // Skip to: 890
/* 858 */ MCD_OPC_CheckPredicate,
77,
69,
9,
0, // Skip to: 3236
/* 863 */ MCD_OPC_CheckField,
23,
9,
253,
3,
61,
9,
0, // Skip to: 3236
/* 871 */ MCD_OPC_CheckField,
7,
1,
0,
54,
9,
0, // Skip to: 3236
/* 878 */ MCD_OPC_CheckField,
4,
1,
0,
47,
9,
0, // Skip to: 3236
/* 885 */ MCD_OPC_Decode,
230,
25,
139,
4, // Opcode: VRINTAH
/* 890 */ MCD_OPC_FilterValue,
9,
32,
0,
0, // Skip to: 927
/* 895 */ MCD_OPC_CheckPredicate,
77,
32,
9,
0, // Skip to: 3236
/* 900 */ MCD_OPC_CheckField,
23,
9,
253,
3,
24,
9,
0, // Skip to: 3236
/* 908 */ MCD_OPC_CheckField,
7,
1,
0,
17,
9,
0, // Skip to: 3236
/* 915 */ MCD_OPC_CheckField,
4,
1,
0,
10,
9,
0, // Skip to: 3236
/* 922 */ MCD_OPC_Decode,
244,
25,
139,
4, // Opcode: VRINTNH
/* 927 */ MCD_OPC_FilterValue,
10,
32,
0,
0, // Skip to: 964
/* 932 */ MCD_OPC_CheckPredicate,
77,
251,
8,
0, // Skip to: 3236
/* 937 */ MCD_OPC_CheckField,
23,
9,
253,
3,
243,
8,
0, // Skip to: 3236
/* 945 */ MCD_OPC_CheckField,
7,
1,
0,
236,
8,
0, // Skip to: 3236
/* 952 */ MCD_OPC_CheckField,
4,
1,
0,
229,
8,
0, // Skip to: 3236
/* 959 */ MCD_OPC_Decode,
251,
25,
139,
4, // Opcode: VRINTPH
/* 964 */ MCD_OPC_FilterValue,
11,
32,
0,
0, // Skip to: 1001
/* 969 */ MCD_OPC_CheckPredicate,
77,
214,
8,
0, // Skip to: 3236
/* 974 */ MCD_OPC_CheckField,
23,
9,
253,
3,
206,
8,
0, // Skip to: 3236
/* 982 */ MCD_OPC_CheckField,
7,
1,
0,
199,
8,
0, // Skip to: 3236
/* 989 */ MCD_OPC_CheckField,
4,
1,
0,
192,
8,
0, // Skip to: 3236
/* 996 */ MCD_OPC_Decode,
237,
25,
139,
4, // Opcode: VRINTMH
/* 1001 */ MCD_OPC_FilterValue,
12,
63,
0,
0, // Skip to: 1069
/* 1006 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1009 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1039
/* 1014 */ MCD_OPC_CheckPredicate,
77,
169,
8,
0, // Skip to: 3236
/* 1019 */ MCD_OPC_CheckField,
23,
9,
253,
3,
161,
8,
0, // Skip to: 3236
/* 1027 */ MCD_OPC_CheckField,
4,
1,
0,
154,
8,
0, // Skip to: 3236
/* 1034 */ MCD_OPC_Decode,
214,
17,
140,
4, // Opcode: VCVTAUH
/* 1039 */ MCD_OPC_FilterValue,
1,
144,
8,
0, // Skip to: 3236
/* 1044 */ MCD_OPC_CheckPredicate,
77,
139,
8,
0, // Skip to: 3236
/* 1049 */ MCD_OPC_CheckField,
23,
9,
253,
3,
131,
8,
0, // Skip to: 3236
/* 1057 */ MCD_OPC_CheckField,
4,
1,
0,
124,
8,
0, // Skip to: 3236
/* 1064 */ MCD_OPC_Decode,
211,
17,
140,
4, // Opcode: VCVTASH
/* 1069 */ MCD_OPC_FilterValue,
13,
63,
0,
0, // Skip to: 1137
/* 1074 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1077 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1107
/* 1082 */ MCD_OPC_CheckPredicate,
77,
101,
8,
0, // Skip to: 3236
/* 1087 */ MCD_OPC_CheckField,
23,
9,
253,
3,
93,
8,
0, // Skip to: 3236
/* 1095 */ MCD_OPC_CheckField,
4,
1,
0,
86,
8,
0, // Skip to: 3236
/* 1102 */ MCD_OPC_Decode,
247,
17,
140,
4, // Opcode: VCVTNUH
/* 1107 */ MCD_OPC_FilterValue,
1,
76,
8,
0, // Skip to: 3236
/* 1112 */ MCD_OPC_CheckPredicate,
77,
71,
8,
0, // Skip to: 3236
/* 1117 */ MCD_OPC_CheckField,
23,
9,
253,
3,
63,
8,
0, // Skip to: 3236
/* 1125 */ MCD_OPC_CheckField,
4,
1,
0,
56,
8,
0, // Skip to: 3236
/* 1132 */ MCD_OPC_Decode,
244,
17,
140,
4, // Opcode: VCVTNSH
/* 1137 */ MCD_OPC_FilterValue,
14,
63,
0,
0, // Skip to: 1205
/* 1142 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1145 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1175
/* 1150 */ MCD_OPC_CheckPredicate,
77,
33,
8,
0, // Skip to: 3236
/* 1155 */ MCD_OPC_CheckField,
23,
9,
253,
3,
25,
8,
0, // Skip to: 3236
/* 1163 */ MCD_OPC_CheckField,
4,
1,
0,
18,
8,
0, // Skip to: 3236
/* 1170 */ MCD_OPC_Decode,
133,
18,
140,
4, // Opcode: VCVTPUH
/* 1175 */ MCD_OPC_FilterValue,
1,
8,
8,
0, // Skip to: 3236
/* 1180 */ MCD_OPC_CheckPredicate,
77,
3,
8,
0, // Skip to: 3236
/* 1185 */ MCD_OPC_CheckField,
23,
9,
253,
3,
251,
7,
0, // Skip to: 3236
/* 1193 */ MCD_OPC_CheckField,
4,
1,
0,
244,
7,
0, // Skip to: 3236
/* 1200 */ MCD_OPC_Decode,
130,
18,
140,
4, // Opcode: VCVTPSH
/* 1205 */ MCD_OPC_FilterValue,
15,
234,
7,
0, // Skip to: 3236
/* 1210 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1213 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1243
/* 1218 */ MCD_OPC_CheckPredicate,
77,
221,
7,
0, // Skip to: 3236
/* 1223 */ MCD_OPC_CheckField,
23,
9,
253,
3,
213,
7,
0, // Skip to: 3236
/* 1231 */ MCD_OPC_CheckField,
4,
1,
0,
206,
7,
0, // Skip to: 3236
/* 1238 */ MCD_OPC_Decode,
233,
17,
140,
4, // Opcode: VCVTMUH
/* 1243 */ MCD_OPC_FilterValue,
1,
196,
7,
0, // Skip to: 3236
/* 1248 */ MCD_OPC_CheckPredicate,
77,
191,
7,
0, // Skip to: 3236
/* 1253 */ MCD_OPC_CheckField,
23,
9,
253,
3,
183,
7,
0, // Skip to: 3236
/* 1261 */ MCD_OPC_CheckField,
4,
1,
0,
176,
7,
0, // Skip to: 3236
/* 1268 */ MCD_OPC_Decode,
230,
17,
140,
4, // Opcode: VCVTMSH
/* 1273 */ MCD_OPC_FilterValue,
10,
191,
2,
0, // Skip to: 1981
/* 1278 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 1281 */ MCD_OPC_FilterValue,
0,
87,
0,
0, // Skip to: 1373
/* 1286 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 1289 */ MCD_OPC_FilterValue,
0,
49,
0,
0, // Skip to: 1343
/* 1294 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 1297 */ MCD_OPC_FilterValue,
252,
3,
17,
0,
0, // Skip to: 1320
/* 1303 */ MCD_OPC_CheckPredicate,
84,
136,
7,
0, // Skip to: 3236
/* 1308 */ MCD_OPC_CheckField,
4,
1,
0,
129,
7,
0, // Skip to: 3236
/* 1315 */ MCD_OPC_Decode,
218,
26,
141,
4, // Opcode: VSELEQS
/* 1320 */ MCD_OPC_FilterValue,
253,
3,
118,
7,
0, // Skip to: 3236
/* 1326 */ MCD_OPC_CheckPredicate,
84,
113,
7,
0, // Skip to: 3236
/* 1331 */ MCD_OPC_CheckField,
4,
1,
0,
106,
7,
0, // Skip to: 3236
/* 1338 */ MCD_OPC_Decode,
228,
18,
141,
4, // Opcode: VFP_VMAXNMS
/* 1343 */ MCD_OPC_FilterValue,
1,
96,
7,
0, // Skip to: 3236
/* 1348 */ MCD_OPC_CheckPredicate,
84,
91,
7,
0, // Skip to: 3236
/* 1353 */ MCD_OPC_CheckField,
23,
9,
253,
3,
83,
7,
0, // Skip to: 3236
/* 1361 */ MCD_OPC_CheckField,
4,
1,
0,
76,
7,
0, // Skip to: 3236
/* 1368 */ MCD_OPC_Decode,
231,
18,
141,
4, // Opcode: VFP_VMINNMS
/* 1373 */ MCD_OPC_FilterValue,
1,
32,
0,
0, // Skip to: 1410
/* 1378 */ MCD_OPC_CheckPredicate,
84,
61,
7,
0, // Skip to: 3236
/* 1383 */ MCD_OPC_CheckField,
23,
9,
252,
3,
53,
7,
0, // Skip to: 3236
/* 1391 */ MCD_OPC_CheckField,
6,
1,
0,
46,
7,
0, // Skip to: 3236
/* 1398 */ MCD_OPC_CheckField,
4,
1,
0,
39,
7,
0, // Skip to: 3236
/* 1405 */ MCD_OPC_Decode,
227,
26,
141,
4, // Opcode: VSELVSS
/* 1410 */ MCD_OPC_FilterValue,
2,
32,
0,
0, // Skip to: 1447
/* 1415 */ MCD_OPC_CheckPredicate,
84,
24,
7,
0, // Skip to: 3236
/* 1420 */ MCD_OPC_CheckField,
23,
9,
252,
3,
16,
7,
0, // Skip to: 3236
/* 1428 */ MCD_OPC_CheckField,
6,
1,
0,
9,
7,
0, // Skip to: 3236
/* 1435 */ MCD_OPC_CheckField,
4,
1,
0,
2,
7,
0, // Skip to: 3236
/* 1442 */ MCD_OPC_Decode,
221,
26,
141,
4, // Opcode: VSELGES
/* 1447 */ MCD_OPC_FilterValue,
3,
248,
6,
0, // Skip to: 3236
/* 1452 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 1455 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1485
/* 1460 */ MCD_OPC_CheckPredicate,
84,
235,
6,
0, // Skip to: 3236
/* 1465 */ MCD_OPC_CheckField,
23,
9,
252,
3,
227,
6,
0, // Skip to: 3236
/* 1473 */ MCD_OPC_CheckField,
4,
1,
0,
220,
6,
0, // Skip to: 3236
/* 1480 */ MCD_OPC_Decode,
224,
26,
141,
4, // Opcode: VSELGTS
/* 1485 */ MCD_OPC_FilterValue,
1,
210,
6,
0, // Skip to: 3236
/* 1490 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 1493 */ MCD_OPC_FilterValue,
0,
63,
0,
0, // Skip to: 1561
/* 1498 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1501 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1531
/* 1506 */ MCD_OPC_CheckPredicate,
77,
189,
6,
0, // Skip to: 3236
/* 1511 */ MCD_OPC_CheckField,
23,
9,
253,
3,
181,
6,
0, // Skip to: 3236
/* 1519 */ MCD_OPC_CheckField,
4,
1,
0,
174,
6,
0, // Skip to: 3236
/* 1526 */ MCD_OPC_Decode,
238,
22,
142,
4, // Opcode: VMOVH
/* 1531 */ MCD_OPC_FilterValue,
1,
164,
6,
0, // Skip to: 3236
/* 1536 */ MCD_OPC_CheckPredicate,
77,
159,
6,
0, // Skip to: 3236
/* 1541 */ MCD_OPC_CheckField,
23,
9,
253,
3,
151,
6,
0, // Skip to: 3236
/* 1549 */ MCD_OPC_CheckField,
4,
1,
0,
144,
6,
0, // Skip to: 3236
/* 1556 */ MCD_OPC_Decode,
133,
19,
143,
4, // Opcode: VINSH
/* 1561 */ MCD_OPC_FilterValue,
8,
32,
0,
0, // Skip to: 1598
/* 1566 */ MCD_OPC_CheckPredicate,
84,
129,
6,
0, // Skip to: 3236
/* 1571 */ MCD_OPC_CheckField,
23,
9,
253,
3,
121,
6,
0, // Skip to: 3236
/* 1579 */ MCD_OPC_CheckField,
7,
1,
0,
114,
6,
0, // Skip to: 3236
/* 1586 */ MCD_OPC_CheckField,
4,
1,
0,
107,
6,
0, // Skip to: 3236
/* 1593 */ MCD_OPC_Decode,
235,
25,
142,
4, // Opcode: VRINTAS
/* 1598 */ MCD_OPC_FilterValue,
9,
32,
0,
0, // Skip to: 1635
/* 1603 */ MCD_OPC_CheckPredicate,
84,
92,
6,
0, // Skip to: 3236
/* 1608 */ MCD_OPC_CheckField,
23,
9,
253,
3,
84,
6,
0, // Skip to: 3236
/* 1616 */ MCD_OPC_CheckField,
7,
1,
0,
77,
6,
0, // Skip to: 3236
/* 1623 */ MCD_OPC_CheckField,
4,
1,
0,
70,
6,
0, // Skip to: 3236
/* 1630 */ MCD_OPC_Decode,
249,
25,
142,
4, // Opcode: VRINTNS
/* 1635 */ MCD_OPC_FilterValue,
10,
32,
0,
0, // Skip to: 1672
/* 1640 */ MCD_OPC_CheckPredicate,
84,
55,
6,
0, // Skip to: 3236
/* 1645 */ MCD_OPC_CheckField,
23,
9,
253,
3,
47,
6,
0, // Skip to: 3236
/* 1653 */ MCD_OPC_CheckField,
7,
1,
0,
40,
6,
0, // Skip to: 3236
/* 1660 */ MCD_OPC_CheckField,
4,
1,
0,
33,
6,
0, // Skip to: 3236
/* 1667 */ MCD_OPC_Decode,
128,
26,
142,
4, // Opcode: VRINTPS
/* 1672 */ MCD_OPC_FilterValue,
11,
32,
0,
0, // Skip to: 1709
/* 1677 */ MCD_OPC_CheckPredicate,
84,
18,
6,
0, // Skip to: 3236
/* 1682 */ MCD_OPC_CheckField,
23,
9,
253,
3,
10,
6,
0, // Skip to: 3236
/* 1690 */ MCD_OPC_CheckField,
7,
1,
0,
3,
6,
0, // Skip to: 3236
/* 1697 */ MCD_OPC_CheckField,
4,
1,
0,
252,
5,
0, // Skip to: 3236
/* 1704 */ MCD_OPC_Decode,
242,
25,
142,
4, // Opcode: VRINTMS
/* 1709 */ MCD_OPC_FilterValue,
12,
63,
0,
0, // Skip to: 1777
/* 1714 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1717 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1747
/* 1722 */ MCD_OPC_CheckPredicate,
84,
229,
5,
0, // Skip to: 3236
/* 1727 */ MCD_OPC_CheckField,
23,
9,
253,
3,
221,
5,
0, // Skip to: 3236
/* 1735 */ MCD_OPC_CheckField,
4,
1,
0,
214,
5,
0, // Skip to: 3236
/* 1742 */ MCD_OPC_Decode,
215,
17,
142,
4, // Opcode: VCVTAUS
/* 1747 */ MCD_OPC_FilterValue,
1,
204,
5,
0, // Skip to: 3236
/* 1752 */ MCD_OPC_CheckPredicate,
84,
199,
5,
0, // Skip to: 3236
/* 1757 */ MCD_OPC_CheckField,
23,
9,
253,
3,
191,
5,
0, // Skip to: 3236
/* 1765 */ MCD_OPC_CheckField,
4,
1,
0,
184,
5,
0, // Skip to: 3236
/* 1772 */ MCD_OPC_Decode,
212,
17,
142,
4, // Opcode: VCVTASS
/* 1777 */ MCD_OPC_FilterValue,
13,
63,
0,
0, // Skip to: 1845
/* 1782 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1785 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1815
/* 1790 */ MCD_OPC_CheckPredicate,
84,
161,
5,
0, // Skip to: 3236
/* 1795 */ MCD_OPC_CheckField,
23,
9,
253,
3,
153,
5,
0, // Skip to: 3236
/* 1803 */ MCD_OPC_CheckField,
4,
1,
0,
146,
5,
0, // Skip to: 3236
/* 1810 */ MCD_OPC_Decode,
248,
17,
142,
4, // Opcode: VCVTNUS
/* 1815 */ MCD_OPC_FilterValue,
1,
136,
5,
0, // Skip to: 3236
/* 1820 */ MCD_OPC_CheckPredicate,
84,
131,
5,
0, // Skip to: 3236
/* 1825 */ MCD_OPC_CheckField,
23,
9,
253,
3,
123,
5,
0, // Skip to: 3236
/* 1833 */ MCD_OPC_CheckField,
4,
1,
0,
116,
5,
0, // Skip to: 3236
/* 1840 */ MCD_OPC_Decode,
245,
17,
142,
4, // Opcode: VCVTNSS
/* 1845 */ MCD_OPC_FilterValue,
14,
63,
0,
0, // Skip to: 1913
/* 1850 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1853 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1883
/* 1858 */ MCD_OPC_CheckPredicate,
84,
93,
5,
0, // Skip to: 3236
/* 1863 */ MCD_OPC_CheckField,
23,
9,
253,
3,
85,
5,
0, // Skip to: 3236
/* 1871 */ MCD_OPC_CheckField,
4,
1,
0,
78,
5,
0, // Skip to: 3236
/* 1878 */ MCD_OPC_Decode,
134,
18,
142,
4, // Opcode: VCVTPUS
/* 1883 */ MCD_OPC_FilterValue,
1,
68,
5,
0, // Skip to: 3236
/* 1888 */ MCD_OPC_CheckPredicate,
84,
63,
5,
0, // Skip to: 3236
/* 1893 */ MCD_OPC_CheckField,
23,
9,
253,
3,
55,
5,
0, // Skip to: 3236
/* 1901 */ MCD_OPC_CheckField,
4,
1,
0,
48,
5,
0, // Skip to: 3236
/* 1908 */ MCD_OPC_Decode,
131,
18,
142,
4, // Opcode: VCVTPSS
/* 1913 */ MCD_OPC_FilterValue,
15,
38,
5,
0, // Skip to: 3236
/* 1918 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 1921 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 1951
/* 1926 */ MCD_OPC_CheckPredicate,
84,
25,
5,
0, // Skip to: 3236
/* 1931 */ MCD_OPC_CheckField,
23,
9,
253,
3,
17,
5,
0, // Skip to: 3236
/* 1939 */ MCD_OPC_CheckField,
4,
1,
0,
10,
5,
0, // Skip to: 3236
/* 1946 */ MCD_OPC_Decode,
234,
17,
142,
4, // Opcode: VCVTMUS
/* 1951 */ MCD_OPC_FilterValue,
1,
0,
5,
0, // Skip to: 3236
/* 1956 */ MCD_OPC_CheckPredicate,
84,
251,
4,
0, // Skip to: 3236
/* 1961 */ MCD_OPC_CheckField,
23,
9,
253,
3,
243,
4,
0, // Skip to: 3236
/* 1969 */ MCD_OPC_CheckField,
4,
1,
0,
236,
4,
0, // Skip to: 3236
/* 1976 */ MCD_OPC_Decode,
231,
17,
142,
4, // Opcode: VCVTMSS
/* 1981 */ MCD_OPC_FilterValue,
11,
123,
2,
0, // Skip to: 2621
/* 1986 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 1989 */ MCD_OPC_FilterValue,
0,
87,
0,
0, // Skip to: 2081
/* 1994 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 1997 */ MCD_OPC_FilterValue,
0,
49,
0,
0, // Skip to: 2051
/* 2002 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 2005 */ MCD_OPC_FilterValue,
252,
3,
17,
0,
0, // Skip to: 2028
/* 2011 */ MCD_OPC_CheckPredicate,
89,
196,
4,
0, // Skip to: 3236
/* 2016 */ MCD_OPC_CheckField,
4,
1,
0,
189,
4,
0, // Skip to: 3236
/* 2023 */ MCD_OPC_Decode,
216,
26,
202,
1, // Opcode: VSELEQD
/* 2028 */ MCD_OPC_FilterValue,
253,
3,
178,
4,
0, // Skip to: 3236
/* 2034 */ MCD_OPC_CheckPredicate,
89,
173,
4,
0, // Skip to: 3236
/* 2039 */ MCD_OPC_CheckField,
4,
1,
0,
166,
4,
0, // Skip to: 3236
/* 2046 */ MCD_OPC_Decode,
226,
18,
202,
1, // Opcode: VFP_VMAXNMD
/* 2051 */ MCD_OPC_FilterValue,
1,
156,
4,
0, // Skip to: 3236
/* 2056 */ MCD_OPC_CheckPredicate,
89,
151,
4,
0, // Skip to: 3236
/* 2061 */ MCD_OPC_CheckField,
23,
9,
253,
3,
143,
4,
0, // Skip to: 3236
/* 2069 */ MCD_OPC_CheckField,
4,
1,
0,
136,
4,
0, // Skip to: 3236
/* 2076 */ MCD_OPC_Decode,
229,
18,
202,
1, // Opcode: VFP_VMINNMD
/* 2081 */ MCD_OPC_FilterValue,
1,
32,
0,
0, // Skip to: 2118
/* 2086 */ MCD_OPC_CheckPredicate,
89,
121,
4,
0, // Skip to: 3236
/* 2091 */ MCD_OPC_CheckField,
23,
9,
252,
3,
113,
4,
0, // Skip to: 3236
/* 2099 */ MCD_OPC_CheckField,
6,
1,
0,
106,
4,
0, // Skip to: 3236
/* 2106 */ MCD_OPC_CheckField,
4,
1,
0,
99,
4,
0, // Skip to: 3236
/* 2113 */ MCD_OPC_Decode,
225,
26,
202,
1, // Opcode: VSELVSD
/* 2118 */ MCD_OPC_FilterValue,
2,
32,
0,
0, // Skip to: 2155
/* 2123 */ MCD_OPC_CheckPredicate,
89,
84,
4,
0, // Skip to: 3236
/* 2128 */ MCD_OPC_CheckField,
23,
9,
252,
3,
76,
4,
0, // Skip to: 3236
/* 2136 */ MCD_OPC_CheckField,
6,
1,
0,
69,
4,
0, // Skip to: 3236
/* 2143 */ MCD_OPC_CheckField,
4,
1,
0,
62,
4,
0, // Skip to: 3236
/* 2150 */ MCD_OPC_Decode,
219,
26,
202,
1, // Opcode: VSELGED
/* 2155 */ MCD_OPC_FilterValue,
3,
52,
4,
0, // Skip to: 3236
/* 2160 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2163 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2193
/* 2168 */ MCD_OPC_CheckPredicate,
89,
39,
4,
0, // Skip to: 3236
/* 2173 */ MCD_OPC_CheckField,
23,
9,
252,
3,
31,
4,
0, // Skip to: 3236
/* 2181 */ MCD_OPC_CheckField,
4,
1,
0,
24,
4,
0, // Skip to: 3236
/* 2188 */ MCD_OPC_Decode,
222,
26,
202,
1, // Opcode: VSELGTD
/* 2193 */ MCD_OPC_FilterValue,
1,
14,
4,
0, // Skip to: 3236
/* 2198 */ MCD_OPC_ExtractField,
16,
4, // Inst{19-16} ...
/* 2201 */ MCD_OPC_FilterValue,
8,
32,
0,
0, // Skip to: 2238
/* 2206 */ MCD_OPC_CheckPredicate,
89,
1,
4,
0, // Skip to: 3236
/* 2211 */ MCD_OPC_CheckField,
23,
9,
253,
3,
249,
3,
0, // Skip to: 3236
/* 2219 */ MCD_OPC_CheckField,
7,
1,
0,
242,
3,
0, // Skip to: 3236
/* 2226 */ MCD_OPC_CheckField,
4,
1,
0,
235,
3,
0, // Skip to: 3236
/* 2233 */ MCD_OPC_Decode,
229,
25,
231,
1, // Opcode: VRINTAD
/* 2238 */ MCD_OPC_FilterValue,
9,
32,
0,
0, // Skip to: 2275
/* 2243 */ MCD_OPC_CheckPredicate,
89,
220,
3,
0, // Skip to: 3236
/* 2248 */ MCD_OPC_CheckField,
23,
9,
253,
3,
212,
3,
0, // Skip to: 3236
/* 2256 */ MCD_OPC_CheckField,
7,
1,
0,
205,
3,
0, // Skip to: 3236
/* 2263 */ MCD_OPC_CheckField,
4,
1,
0,
198,
3,
0, // Skip to: 3236
/* 2270 */ MCD_OPC_Decode,
243,
25,
231,
1, // Opcode: VRINTND
/* 2275 */ MCD_OPC_FilterValue,
10,
32,
0,
0, // Skip to: 2312
/* 2280 */ MCD_OPC_CheckPredicate,
89,
183,
3,
0, // Skip to: 3236
/* 2285 */ MCD_OPC_CheckField,
23,
9,
253,
3,
175,
3,
0, // Skip to: 3236
/* 2293 */ MCD_OPC_CheckField,
7,
1,
0,
168,
3,
0, // Skip to: 3236
/* 2300 */ MCD_OPC_CheckField,
4,
1,
0,
161,
3,
0, // Skip to: 3236
/* 2307 */ MCD_OPC_Decode,
250,
25,
231,
1, // Opcode: VRINTPD
/* 2312 */ MCD_OPC_FilterValue,
11,
32,
0,
0, // Skip to: 2349
/* 2317 */ MCD_OPC_CheckPredicate,
89,
146,
3,
0, // Skip to: 3236
/* 2322 */ MCD_OPC_CheckField,
23,
9,
253,
3,
138,
3,
0, // Skip to: 3236
/* 2330 */ MCD_OPC_CheckField,
7,
1,
0,
131,
3,
0, // Skip to: 3236
/* 2337 */ MCD_OPC_CheckField,
4,
1,
0,
124,
3,
0, // Skip to: 3236
/* 2344 */ MCD_OPC_Decode,
236,
25,
231,
1, // Opcode: VRINTMD
/* 2349 */ MCD_OPC_FilterValue,
12,
63,
0,
0, // Skip to: 2417
/* 2354 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 2357 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2387
/* 2362 */ MCD_OPC_CheckPredicate,
89,
101,
3,
0, // Skip to: 3236
/* 2367 */ MCD_OPC_CheckField,
23,
9,
253,
3,
93,
3,
0, // Skip to: 3236
/* 2375 */ MCD_OPC_CheckField,
4,
1,
0,
86,
3,
0, // Skip to: 3236
/* 2382 */ MCD_OPC_Decode,
213,
17,
144,
4, // Opcode: VCVTAUD
/* 2387 */ MCD_OPC_FilterValue,
1,
76,
3,
0, // Skip to: 3236
/* 2392 */ MCD_OPC_CheckPredicate,
89,
71,
3,
0, // Skip to: 3236
/* 2397 */ MCD_OPC_CheckField,
23,
9,
253,
3,
63,
3,
0, // Skip to: 3236
/* 2405 */ MCD_OPC_CheckField,
4,
1,
0,
56,
3,
0, // Skip to: 3236
/* 2412 */ MCD_OPC_Decode,
210,
17,
144,
4, // Opcode: VCVTASD
/* 2417 */ MCD_OPC_FilterValue,
13,
63,
0,
0, // Skip to: 2485
/* 2422 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 2425 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2455
/* 2430 */ MCD_OPC_CheckPredicate,
89,
33,
3,
0, // Skip to: 3236
/* 2435 */ MCD_OPC_CheckField,
23,
9,
253,
3,
25,
3,
0, // Skip to: 3236
/* 2443 */ MCD_OPC_CheckField,
4,
1,
0,
18,
3,
0, // Skip to: 3236
/* 2450 */ MCD_OPC_Decode,
246,
17,
144,
4, // Opcode: VCVTNUD
/* 2455 */ MCD_OPC_FilterValue,
1,
8,
3,
0, // Skip to: 3236
/* 2460 */ MCD_OPC_CheckPredicate,
89,
3,
3,
0, // Skip to: 3236
/* 2465 */ MCD_OPC_CheckField,
23,
9,
253,
3,
251,
2,
0, // Skip to: 3236
/* 2473 */ MCD_OPC_CheckField,
4,
1,
0,
244,
2,
0, // Skip to: 3236
/* 2480 */ MCD_OPC_Decode,
243,
17,
144,
4, // Opcode: VCVTNSD
/* 2485 */ MCD_OPC_FilterValue,
14,
63,
0,
0, // Skip to: 2553
/* 2490 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 2493 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2523
/* 2498 */ MCD_OPC_CheckPredicate,
89,
221,
2,
0, // Skip to: 3236
/* 2503 */ MCD_OPC_CheckField,
23,
9,
253,
3,
213,
2,
0, // Skip to: 3236
/* 2511 */ MCD_OPC_CheckField,
4,
1,
0,
206,
2,
0, // Skip to: 3236
/* 2518 */ MCD_OPC_Decode,
132,
18,
144,
4, // Opcode: VCVTPUD
/* 2523 */ MCD_OPC_FilterValue,
1,
196,
2,
0, // Skip to: 3236
/* 2528 */ MCD_OPC_CheckPredicate,
89,
191,
2,
0, // Skip to: 3236
/* 2533 */ MCD_OPC_CheckField,
23,
9,
253,
3,
183,
2,
0, // Skip to: 3236
/* 2541 */ MCD_OPC_CheckField,
4,
1,
0,
176,
2,
0, // Skip to: 3236
/* 2548 */ MCD_OPC_Decode,
129,
18,
144,
4, // Opcode: VCVTPSD
/* 2553 */ MCD_OPC_FilterValue,
15,
166,
2,
0, // Skip to: 3236
/* 2558 */ MCD_OPC_ExtractField,
7,
1, // Inst{7} ...
/* 2561 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2591
/* 2566 */ MCD_OPC_CheckPredicate,
89,
153,
2,
0, // Skip to: 3236
/* 2571 */ MCD_OPC_CheckField,
23,
9,
253,
3,
145,
2,
0, // Skip to: 3236
/* 2579 */ MCD_OPC_CheckField,
4,
1,
0,
138,
2,
0, // Skip to: 3236
/* 2586 */ MCD_OPC_Decode,
232,
17,
144,
4, // Opcode: VCVTMUD
/* 2591 */ MCD_OPC_FilterValue,
1,
128,
2,
0, // Skip to: 3236
/* 2596 */ MCD_OPC_CheckPredicate,
89,
123,
2,
0, // Skip to: 3236
/* 2601 */ MCD_OPC_CheckField,
23,
9,
253,
3,
115,
2,
0, // Skip to: 3236
/* 2609 */ MCD_OPC_CheckField,
4,
1,
0,
108,
2,
0, // Skip to: 3236
/* 2616 */ MCD_OPC_Decode,
229,
17,
144,
4, // Opcode: VCVTMSD
/* 2621 */ MCD_OPC_FilterValue,
12,
132,
0,
0, // Skip to: 2758
/* 2626 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 2629 */ MCD_OPC_FilterValue,
0,
87,
0,
0, // Skip to: 2721
/* 2634 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 2637 */ MCD_OPC_FilterValue,
0,
25,
0,
0, // Skip to: 2667
/* 2642 */ MCD_OPC_CheckPredicate,
31,
77,
2,
0, // Skip to: 3236
/* 2647 */ MCD_OPC_CheckField,
23,
9,
248,
3,
69,
2,
0, // Skip to: 3236
/* 2655 */ MCD_OPC_CheckField,
6,
1,
1,
62,
2,
0, // Skip to: 3236
/* 2662 */ MCD_OPC_Decode,
235,
22,
211,
1, // Opcode: VMMLA
/* 2667 */ MCD_OPC_FilterValue,
2,
52,
2,
0, // Skip to: 3236
/* 2672 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 2675 */ MCD_OPC_FilterValue,
248,
3,
17,
0,
0, // Skip to: 2698
/* 2681 */ MCD_OPC_CheckPredicate,
95,
38,
2,
0, // Skip to: 3236
/* 2686 */ MCD_OPC_CheckField,
6,
1,
1,
31,
2,
0, // Skip to: 3236
/* 2693 */ MCD_OPC_Decode,
172,
27,
211,
1, // Opcode: VSMMLA
/* 2698 */ MCD_OPC_FilterValue,
249,
3,
20,
2,
0, // Skip to: 3236
/* 2704 */ MCD_OPC_CheckPredicate,
95,
15,
2,
0, // Skip to: 3236
/* 2709 */ MCD_OPC_CheckField,
6,
1,
1,
8,
2,
0, // Skip to: 3236
/* 2716 */ MCD_OPC_Decode,
202,
30,
211,
1, // Opcode: VUSMMLA
/* 2721 */ MCD_OPC_FilterValue,
1,
254,
1,
0, // Skip to: 3236
/* 2726 */ MCD_OPC_CheckPredicate,
95,
249,
1,
0, // Skip to: 3236
/* 2731 */ MCD_OPC_CheckField,
23,
9,
248,
3,
241,
1,
0, // Skip to: 3236
/* 2739 */ MCD_OPC_CheckField,
20,
2,
2,
234,
1,
0, // Skip to: 3236
/* 2746 */ MCD_OPC_CheckField,
6,
1,
1,
227,
1,
0, // Skip to: 3236
/* 2753 */ MCD_OPC_Decode,
197,
30,
211,
1, // Opcode: VUMMLA
/* 2758 */ MCD_OPC_FilterValue,
13,
217,
1,
0, // Skip to: 3236
/* 2763 */ MCD_OPC_ExtractField,
23,
9, // Inst{31-23} ...
/* 2766 */ MCD_OPC_FilterValue,
248,
3,
139,
0,
0, // Skip to: 2911
/* 2772 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 2775 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 2859
/* 2780 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2783 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 2821
/* 2788 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 2791 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2806
/* 2796 */ MCD_OPC_CheckPredicate,
31,
179,
1,
0, // Skip to: 3236
/* 2801 */ MCD_OPC_Decode,
216,
5,
210,
1, // Opcode: BF16VDOTS_VDOTD
/* 2806 */ MCD_OPC_FilterValue,
2,
169,
1,
0, // Skip to: 3236
/* 2811 */ MCD_OPC_CheckPredicate,
96,
164,
1,
0, // Skip to: 3236
/* 2816 */ MCD_OPC_Decode,
212,
26,
210,
1, // Opcode: VSDOTD
/* 2821 */ MCD_OPC_FilterValue,
1,
154,
1,
0, // Skip to: 3236
/* 2826 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 2829 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 2844
/* 2834 */ MCD_OPC_CheckPredicate,
31,
141,
1,
0, // Skip to: 3236
/* 2839 */ MCD_OPC_Decode,
217,
5,
211,
1, // Opcode: BF16VDOTS_VDOTQ
/* 2844 */ MCD_OPC_FilterValue,
2,
131,
1,
0, // Skip to: 3236
/* 2849 */ MCD_OPC_CheckPredicate,
96,
126,
1,
0, // Skip to: 3236
/* 2854 */ MCD_OPC_Decode,
214,
26,
211,
1, // Opcode: VSDOTQ
/* 2859 */ MCD_OPC_FilterValue,
1,
116,
1,
0, // Skip to: 3236
/* 2864 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2867 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 2889
/* 2872 */ MCD_OPC_CheckPredicate,
96,
103,
1,
0, // Skip to: 3236
/* 2877 */ MCD_OPC_CheckField,
20,
2,
2,
96,
1,
0, // Skip to: 3236
/* 2884 */ MCD_OPC_Decode,
184,
30,
210,
1, // Opcode: VUDOTD
/* 2889 */ MCD_OPC_FilterValue,
1,
86,
1,
0, // Skip to: 3236
/* 2894 */ MCD_OPC_CheckPredicate,
96,
81,
1,
0, // Skip to: 3236
/* 2899 */ MCD_OPC_CheckField,
20,
2,
2,
74,
1,
0, // Skip to: 3236
/* 2906 */ MCD_OPC_Decode,
186,
30,
211,
1, // Opcode: VUDOTQ
/* 2911 */ MCD_OPC_FilterValue,
249,
3,
61,
0,
0, // Skip to: 2978
/* 2917 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2920 */ MCD_OPC_FilterValue,
0,
24,
0,
0, // Skip to: 2949
/* 2925 */ MCD_OPC_CheckPredicate,
95,
50,
1,
0, // Skip to: 3236
/* 2930 */ MCD_OPC_CheckField,
20,
2,
2,
43,
1,
0, // Skip to: 3236
/* 2937 */ MCD_OPC_CheckField,
4,
1,
0,
36,
1,
0, // Skip to: 3236
/* 2944 */ MCD_OPC_Decode,
198,
30,
210,
1, // Opcode: VUSDOTD
/* 2949 */ MCD_OPC_FilterValue,
1,
26,
1,
0, // Skip to: 3236
/* 2954 */ MCD_OPC_CheckPredicate,
95,
21,
1,
0, // Skip to: 3236
/* 2959 */ MCD_OPC_CheckField,
20,
2,
2,
14,
1,
0, // Skip to: 3236
/* 2966 */ MCD_OPC_CheckField,
4,
1,
0,
7,
1,
0, // Skip to: 3236
/* 2973 */ MCD_OPC_Decode,
200,
30,
211,
1, // Opcode: VUSDOTQ
/* 2978 */ MCD_OPC_FilterValue,
252,
3,
139,
0,
0, // Skip to: 3123
/* 2984 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 2987 */ MCD_OPC_FilterValue,
0,
79,
0,
0, // Skip to: 3071
/* 2992 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 2995 */ MCD_OPC_FilterValue,
0,
33,
0,
0, // Skip to: 3033
/* 3000 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 3003 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3018
/* 3008 */ MCD_OPC_CheckPredicate,
31,
223,
0,
0, // Skip to: 3236
/* 3013 */ MCD_OPC_Decode,
214,
5,
218,
1, // Opcode: BF16VDOTI_VDOTD
/* 3018 */ MCD_OPC_FilterValue,
2,
213,
0,
0, // Skip to: 3236
/* 3023 */ MCD_OPC_CheckPredicate,
96,
208,
0,
0, // Skip to: 3236
/* 3028 */ MCD_OPC_Decode,
213,
26,
218,
1, // Opcode: VSDOTDI
/* 3033 */ MCD_OPC_FilterValue,
1,
198,
0,
0, // Skip to: 3236
/* 3038 */ MCD_OPC_ExtractField,
20,
2, // Inst{21-20} ...
/* 3041 */ MCD_OPC_FilterValue,
0,
10,
0,
0, // Skip to: 3056
/* 3046 */ MCD_OPC_CheckPredicate,
31,
185,
0,
0, // Skip to: 3236
/* 3051 */ MCD_OPC_Decode,
215,
5,
219,
1, // Opcode: BF16VDOTI_VDOTQ
/* 3056 */ MCD_OPC_FilterValue,
2,
175,
0,
0, // Skip to: 3236
/* 3061 */ MCD_OPC_CheckPredicate,
96,
170,
0,
0, // Skip to: 3236
/* 3066 */ MCD_OPC_Decode,
215,
26,
219,
1, // Opcode: VSDOTQI
/* 3071 */ MCD_OPC_FilterValue,
1,
160,
0,
0, // Skip to: 3236
/* 3076 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3079 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 3101
/* 3084 */ MCD_OPC_CheckPredicate,
96,
147,
0,
0, // Skip to: 3236
/* 3089 */ MCD_OPC_CheckField,
20,
2,
2,
140,
0,
0, // Skip to: 3236
/* 3096 */ MCD_OPC_Decode,
185,
30,
218,
1, // Opcode: VUDOTDI
/* 3101 */ MCD_OPC_FilterValue,
1,
130,
0,
0, // Skip to: 3236
/* 3106 */ MCD_OPC_CheckPredicate,
96,
125,
0,
0, // Skip to: 3236
/* 3111 */ MCD_OPC_CheckField,
20,
2,
2,
118,
0,
0, // Skip to: 3236
/* 3118 */ MCD_OPC_Decode,
187,
30,
219,
1, // Opcode: VUDOTQI
/* 3123 */ MCD_OPC_FilterValue,
253,
3,
107,
0,
0, // Skip to: 3236
/* 3129 */ MCD_OPC_ExtractField,
4,
1, // Inst{4} ...
/* 3132 */ MCD_OPC_FilterValue,
0,
47,
0,
0, // Skip to: 3184
/* 3137 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3140 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 3162
/* 3145 */ MCD_OPC_CheckPredicate,
95,
86,
0,
0, // Skip to: 3236
/* 3150 */ MCD_OPC_CheckField,
20,
2,
0,
79,
0,
0, // Skip to: 3236
/* 3157 */ MCD_OPC_Decode,
199,
30,
218,
1, // Opcode: VUSDOTDI
/* 3162 */ MCD_OPC_FilterValue,
1,
69,
0,
0, // Skip to: 3236
/* 3167 */ MCD_OPC_CheckPredicate,
95,
64,
0,
0, // Skip to: 3236
/* 3172 */ MCD_OPC_CheckField,
20,
2,
0,
57,
0,
0, // Skip to: 3236
/* 3179 */ MCD_OPC_Decode,
201,
30,
219,
1, // Opcode: VUSDOTQI
/* 3184 */ MCD_OPC_FilterValue,
1,
47,
0,
0, // Skip to: 3236
/* 3189 */ MCD_OPC_ExtractField,
6,
1, // Inst{6} ...
/* 3192 */ MCD_OPC_FilterValue,
0,
17,
0,
0, // Skip to: 3214
/* 3197 */ MCD_OPC_CheckPredicate,
95,
34,
0,
0, // Skip to: 3236
/* 3202 */ MCD_OPC_CheckField,
20,
2,
0,
27,
0,
0, // Skip to: 3236
/* 3209 */ MCD_OPC_Decode,
132,
30,
218,
1, // Opcode: VSUDOTDI
/* 3214 */ MCD_OPC_FilterValue,
1,
17,
0,
0, // Skip to: 3236
/* 3219 */ MCD_OPC_CheckPredicate,
95,
12,
0,
0, // Skip to: 3236
/* 3224 */ MCD_OPC_CheckField,
20,
2,
0,
5,
0,
0, // Skip to: 3236
/* 3231 */ MCD_OPC_Decode,
133,
30,
219,
1, // Opcode: VSUDOTQI
/* 3236 */ 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,
97,
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,
162,
14,
211,
1, // Opcode: SHA1C
/* 48 */ MCD_OPC_FilterValue,
230,
3,
246,
1,
0, // Skip to: 556
/* 54 */ MCD_OPC_CheckPredicate,
97,
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,
168,
14,
211,
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,
97,
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,
165,
14,
211,
1, // Opcode: SHA1P
/* 130 */ MCD_OPC_FilterValue,
230,
3,
164,
1,
0, // Skip to: 556
/* 136 */ MCD_OPC_CheckPredicate,
97,
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,
169,
14,
211,
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,
97,
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,
164,
14,
211,
1, // Opcode: SHA1M
/* 212 */ MCD_OPC_FilterValue,
230,
3,
82,
1,
0, // Skip to: 556
/* 218 */ MCD_OPC_CheckPredicate,
97,
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,
171,
14,
211,
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,
97,
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,
163,
14,
232,
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,
207,
5,
238,
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,
206,
5,
238,
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,
209,
5,
232,
1, // Opcode: AESMC
/* 421 */ MCD_OPC_FilterValue,
10,
130,
0,
0, // Skip to: 556
/* 426 */ MCD_OPC_CheckPredicate,
97,
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,
167,
14,
238,
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,
208,
5,
232,
1, // Opcode: AESIMC
/* 489 */ MCD_OPC_FilterValue,
10,
62,
0,
0, // Skip to: 556
/* 494 */ MCD_OPC_CheckPredicate,
97,
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,
170,
14,
238,
1, // Opcode: SHA256SU0
/* 519 */ MCD_OPC_FilterValue,
12,
32,
0,
0, // Skip to: 556
/* 524 */ MCD_OPC_CheckPredicate,
97,
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,
166,
14,
211,
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,
98,
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,
203,
17,
231,
1, // Opcode: VCVTANSDh
/* 49 */ MCD_OPC_FilterValue,
59,
149,
8,
0, // Skip to: 2251
/* 54 */ MCD_OPC_CheckPredicate,
99,
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,
202,
17,
231,
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,
98,
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,
205,
17,
232,
1, // Opcode: VCVTANSQh
/* 117 */ MCD_OPC_FilterValue,
59,
81,
8,
0, // Skip to: 2251
/* 122 */ MCD_OPC_CheckPredicate,
99,
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,
204,
17,
232,
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,
98,
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,
207,
17,
231,
1, // Opcode: VCVTANUDh
/* 185 */ MCD_OPC_FilterValue,
59,
13,
8,
0, // Skip to: 2251
/* 190 */ MCD_OPC_CheckPredicate,
99,
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,
206,
17,
231,
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,
98,
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,
209,
17,
232,
1, // Opcode: VCVTANUQh
/* 253 */ MCD_OPC_FilterValue,
59,
201,
7,
0, // Skip to: 2251
/* 258 */ MCD_OPC_CheckPredicate,
99,
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,
208,
17,
232,
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,
98,
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,
236,
17,
231,
1, // Opcode: VCVTNNSDh
/* 329 */ MCD_OPC_FilterValue,
59,
125,
7,
0, // Skip to: 2251
/* 334 */ MCD_OPC_CheckPredicate,
99,
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,
235,
17,
231,
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,
98,
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,
238,
17,
232,
1, // Opcode: VCVTNNSQh
/* 397 */ MCD_OPC_FilterValue,
59,
57,
7,
0, // Skip to: 2251
/* 402 */ MCD_OPC_CheckPredicate,
99,
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,
237,
17,
232,
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,
98,
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,
240,
17,
231,
1, // Opcode: VCVTNNUDh
/* 465 */ MCD_OPC_FilterValue,
59,
245,
6,
0, // Skip to: 2251
/* 470 */ MCD_OPC_CheckPredicate,
99,
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,
239,
17,
231,
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,
98,
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,
242,
17,
232,
1, // Opcode: VCVTNNUQh
/* 533 */ MCD_OPC_FilterValue,
59,
177,
6,
0, // Skip to: 2251
/* 538 */ MCD_OPC_CheckPredicate,
99,
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,
241,
17,
232,
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,
98,
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,
250,
17,
231,
1, // Opcode: VCVTPNSDh
/* 609 */ MCD_OPC_FilterValue,
59,
101,
6,
0, // Skip to: 2251
/* 614 */ MCD_OPC_CheckPredicate,
99,
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,
249,
17,
231,
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,
98,
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,
252,
17,
232,
1, // Opcode: VCVTPNSQh
/* 677 */ MCD_OPC_FilterValue,
59,
33,
6,
0, // Skip to: 2251
/* 682 */ MCD_OPC_CheckPredicate,
99,
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,
251,
17,
232,
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,
98,
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,
254,
17,
231,
1, // Opcode: VCVTPNUDh
/* 745 */ MCD_OPC_FilterValue,
59,
221,
5,
0, // Skip to: 2251
/* 750 */ MCD_OPC_CheckPredicate,
99,
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,
253,
17,
231,
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,
98,
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,
128,
18,
232,
1, // Opcode: VCVTPNUQh
/* 813 */ MCD_OPC_FilterValue,
59,
153,
5,
0, // Skip to: 2251
/* 818 */ MCD_OPC_CheckPredicate,
99,
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,
255,
17,
232,
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,
98,
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,
222,
17,
231,
1, // Opcode: VCVTMNSDh
/* 889 */ MCD_OPC_FilterValue,
59,
77,
5,
0, // Skip to: 2251
/* 894 */ MCD_OPC_CheckPredicate,
99,
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,
221,
17,
231,
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,
98,
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,
224,
17,
232,
1, // Opcode: VCVTMNSQh
/* 957 */ MCD_OPC_FilterValue,
59,
9,
5,
0, // Skip to: 2251
/* 962 */ MCD_OPC_CheckPredicate,
99,
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,
223,
17,
232,
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,
98,
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,
226,
17,
231,
1, // Opcode: VCVTMNUDh
/* 1025 */ MCD_OPC_FilterValue,
59,
197,
4,
0, // Skip to: 2251
/* 1030 */ MCD_OPC_CheckPredicate,
99,
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,
225,
17,
231,
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,
98,
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,
228,
17,
232,
1, // Opcode: VCVTMNUQh
/* 1093 */ MCD_OPC_FilterValue,
59,
129,
4,
0, // Skip to: 2251
/* 1098 */ MCD_OPC_CheckPredicate,
99,
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,
227,
17,
232,
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,
98,
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,
246,
25,
231,
1, // Opcode: VRINTNNDh
/* 1169 */ MCD_OPC_FilterValue,
58,
53,
4,
0, // Skip to: 2251
/* 1174 */ MCD_OPC_CheckPredicate,
99,
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,
245,
25,
231,
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,
98,
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,
248,
25,
232,
1, // Opcode: VRINTNNQh
/* 1237 */ MCD_OPC_FilterValue,
58,
241,
3,
0, // Skip to: 2251
/* 1242 */ MCD_OPC_CheckPredicate,
99,
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,
247,
25,
232,
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,
98,
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,
135,
26,
231,
1, // Opcode: VRINTXNDh
/* 1305 */ MCD_OPC_FilterValue,
58,
173,
3,
0, // Skip to: 2251
/* 1310 */ MCD_OPC_CheckPredicate,
99,
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,
134,
26,
231,
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,
98,
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,
137,
26,
232,
1, // Opcode: VRINTXNQh
/* 1373 */ MCD_OPC_FilterValue,
58,
105,
3,
0, // Skip to: 2251
/* 1378 */ MCD_OPC_CheckPredicate,
99,
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,
136,
26,
232,
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,
98,
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,
232,
25,
231,
1, // Opcode: VRINTANDh
/* 1449 */ MCD_OPC_FilterValue,
58,
29,
3,
0, // Skip to: 2251
/* 1454 */ MCD_OPC_CheckPredicate,
99,
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,
231,
25,
231,
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,
98,
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,
234,
25,
232,
1, // Opcode: VRINTANQh
/* 1517 */ MCD_OPC_FilterValue,
58,
217,
2,
0, // Skip to: 2251
/* 1522 */ MCD_OPC_CheckPredicate,
99,
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,
233,
25,
232,
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,
98,
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,
142,
26,
231,
1, // Opcode: VRINTZNDh
/* 1585 */ MCD_OPC_FilterValue,
58,
149,
2,
0, // Skip to: 2251
/* 1590 */ MCD_OPC_CheckPredicate,
99,
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,
141,
26,
231,
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,
98,
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,
144,
26,
232,
1, // Opcode: VRINTZNQh
/* 1653 */ MCD_OPC_FilterValue,
58,
81,
2,
0, // Skip to: 2251
/* 1658 */ MCD_OPC_CheckPredicate,
99,
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,
143,
26,
232,
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,
98,
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,
239,
25,
231,
1, // Opcode: VRINTMNDh
/* 1729 */ MCD_OPC_FilterValue,
58,
5,
2,
0, // Skip to: 2251
/* 1734 */ MCD_OPC_CheckPredicate,
99,
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,
238,
25,
231,
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,
98,
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,
241,
25,
232,
1, // Opcode: VRINTMNQh
/* 1797 */ MCD_OPC_FilterValue,
58,
193,
1,
0, // Skip to: 2251
/* 1802 */ MCD_OPC_CheckPredicate,
99,
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,
240,
25,
232,
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,
98,
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,
253,
25,
231,
1, // Opcode: VRINTPNDh
/* 1873 */ MCD_OPC_FilterValue,
58,
117,
1,
0, // Skip to: 2251
/* 1878 */ MCD_OPC_CheckPredicate,
99,
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,
252,
25,
231,
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,
98,
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,
255,
25,
232,
1, // Opcode: VRINTPNQh
/* 1941 */ MCD_OPC_FilterValue,
58,
49,
1,
0, // Skip to: 2251
/* 1946 */ MCD_OPC_CheckPredicate,
99,
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,
254,
25,
232,
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,
99,
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,
227,
13,
202,
1, // Opcode: NEON_VMAXNMNDf
/* 2017 */ MCD_OPC_FilterValue,
1,
229,
0,
0, // Skip to: 2251
/* 2022 */ MCD_OPC_CheckPredicate,
99,
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,
229,
13,
203,
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,
98,
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,
228,
13,
202,
1, // Opcode: NEON_VMAXNMNDh
/* 2085 */ MCD_OPC_FilterValue,
1,
161,
0,
0, // Skip to: 2251
/* 2090 */ MCD_OPC_CheckPredicate,
98,
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,
230,
13,
203,
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,
99,
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,
231,
13,
202,
1, // Opcode: NEON_VMINNMNDf
/* 2153 */ MCD_OPC_FilterValue,
1,
93,
0,
0, // Skip to: 2251
/* 2158 */ MCD_OPC_CheckPredicate,
99,
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,
233,
13,
203,
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,
98,
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,
232,
13,
202,
1, // Opcode: NEON_VMINNMNDh
/* 2221 */ MCD_OPC_FilterValue,
1,
25,
0,
0, // Skip to: 2251
/* 2226 */ MCD_OPC_CheckPredicate,
98,
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,
234,
13,
203,
1, // Opcode: NEON_VMINNMNQh
/* 2251 */ MCD_OPC_Fail,
0
};
static bool checkDecoderPredicate(MCInst *Inst, unsigned Idx)
{
switch (Idx) {
default: /* llvm_unreachable("Invalid index!"); */
case 0:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb));
case 1:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV6Ops));
case 2:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureCRC));
case 3:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV5TEOps));
case 4:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
!ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops));
case 5:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops));
case 6:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_1aOps));
case 7:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVirtualization));
case 8:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureAcquireRelease));
case 9:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureAcquireRelease) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureV7Clrex));
case 10:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV4TOps));
case 11:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV5TOps));
case 12:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureTrustZone));
case 13:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV6T2Ops));
case 14:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_4aOps));
case 15:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV7Ops));
case 16:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV7Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureMP));
case 17:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV6KOps));
case 18:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureDB));
case 19:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureSB));
case 20:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureHWDivARM));
case 21:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureNaClTrap));
case 22:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasMVEIntegerOps));
case 23:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasMVEIntegerOps));
case 24:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasMVEFloatOps));
case 25:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPRegs) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps));
case 26:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON));
case 27:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFullFP16));
case 28:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_1aOps));
case 29:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureAES));
case 30:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP16));
case 31:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureBF16) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON));
case 32:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP4_D16_SP));
case 33:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP2_SP));
case 34:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFPRegs));
case 35:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb));
case 36:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_Feature8MSecExt));
case 37:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV5TOps));
case 38:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV6Ops));
case 39:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8MBaselineOps));
case 40:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_1aOps));
case 41:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
!ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureMClass));
case 42:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops));
case 43:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV6MOps));
case 44:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV5TOps) &&
!ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureMClass));
case 45:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureThumb2));
case 46:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
!ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureMClass));
case 47:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps));
case 48:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureAcquireRelease));
case 49:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureAcquireRelease) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureV7Clrex));
case 50:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureAcquireRelease) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureV7Clrex) &&
!ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureMClass));
case 51:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureDSP) &&
(ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)));
case 52:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_Feature8MSecExt));
case 53:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureDSP));
case 54:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops));
case 55:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_4aOps));
case 56:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureV7Clrex));
case 57:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureDB));
case 58:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasV7Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureMClass));
case 59:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureSB));
case 60:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVirtualization));
case 61:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureTrustZone));
case 62:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVirtualization));
case 63:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureMClass));
case 64:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureLOB));
case 65:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV7Ops));
case 66:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)));
case 67:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureHWDivThumb) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8MBaselineOps));
case 68:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV7Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureMP));
case 69:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureCRC));
case 70:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeaturePACBTI));
case 71:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasCDEOps) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFPRegs));
case 72:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasCDEOps) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_HasMVEIntegerOps));
case 73:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasCDEOps));
case 74:
return ((ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)) &&
!ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops));
case 75:
return (!ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
(ARM_getFeatureBits(Inst->csh->mode, ARM_ModeThumb) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureThumb2)));
case 76:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPRegs16));
case 77:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFullFP16));
case 78:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_Feature8MSecExt));
case 79:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP4_D16_SP));
case 80:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_Feature8MSecExt));
case 81:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_HasV8_1MMainlineOps) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFPRegs));
case 82:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP3_D16_SP));
case 83:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP16));
case 84:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPARMv8_D16_SP));
case 85:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP2_SP) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP64));
case 86:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP4_D16_SP) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP64));
case 87:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureVFP3_D16_SP) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP64));
case 88:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPRegs64));
case 89:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPARMv8_D16_SP) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureFP64));
case 90:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFPARMv8_D16_SP) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_3aOps));
case 91:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_3aOps) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFullFP16));
case 92:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8_3aOps));
case 93:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFP16FML));
case 94:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureBF16));
case 95:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureMatMulInt8));
case 96:
return (ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureDotProd));
case 97:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureSHA2));
case 98:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON) &&
ARM_getFeatureBits(Inst->csh->mode,
ARM_FeatureFullFP16));
case 99:
return (ARM_getFeatureBits(Inst->csh->mode, ARM_HasV8Ops) &&
ARM_getFeatureBits(Inst->csh->mode, ARM_FeatureNEON));
}
}
#define DecodeToMCInst(fname, fieldname, InsnType) \
static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, \
MCInst *MI, uint64_t Address, bool *Decoder) \
{ \
InsnType tmp; \
switch (Idx) { \
default: /* llvm_unreachable("Invalid index!"); */ \
case 0: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 1: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 2: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 2) << 5; \
tmp |= fieldname(insn, 8, 4) << 8; \
if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 3: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 2) << 5; \
tmp |= fieldname(insn, 8, 4) << 8; \
if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 4: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 5: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 6: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 7: \
if (!Check(&S, DecodeAddrMode3Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 8: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 9: \
if (!Check(&S, DecodeCPSInstruction(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 10: \
tmp = fieldname(insn, 9, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 11: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 12: \
if (!Check(&S, DecodeQADDInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 13: \
if (!Check(&S, DecodeSMLAInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 14: \
if (!Check(&S, \
DecodeSwap(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 15: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 8, 12) << 4; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 16: \
if (!Check(&S, DecodeTSTInstruction(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 17: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 18: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 2) << 5; \
tmp |= fieldname(insn, 8, 4) << 8; \
if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 19: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 20: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 21: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 22: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 23: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 24: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 25: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 8, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 5; \
if (!Check(&S, DecodeBankedReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 26: \
tmp = 0x0; \
tmp |= fieldname(insn, 16, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeMSRMask(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 27: \
tmp = 0x0; \
tmp |= fieldname(insn, 8, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 5; \
if (!Check(&S, DecodeBankedReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 28: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 29: \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 30: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 31: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 32: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodetcGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodetcGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 33: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 34: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 35: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 36: \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 37: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 2) << 5; \
tmp |= fieldname(insn, 8, 4) << 8; \
if (!Check(&S, DecodeSORegRegOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 38: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 39: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 40: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 41: \
if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 42: \
if (!Check(&S, DecodeDoubleRegLoad(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 43: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 23, 1) << 4; \
if (!Check(&S, DecodePostIdxReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 44: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 8, 4) << 4; \
tmp |= fieldname(insn, 23, 1) << 8; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 45: \
if (!Check(&S, \
DecodeLDR(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 46: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 8, 4) << 4; \
tmp |= fieldname(insn, 23, 1) << 8; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 47: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 12); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 48: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 22, 2) << 12; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 49: \
if (!Check(&S, DecodeArmMOVTWInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 50: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 12); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 51: \
if (!Check(&S, DecodeTSBInstruction(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 52: \
if (!Check(&S, DecodeHINTInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 53: \
tmp = 0x0; \
tmp |= fieldname(insn, 16, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeMSRMask(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 12); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 54: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 12); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 55: \
if (!Check(&S, DecodeAddrMode2IdxInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 56: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeAddrModeImm12Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 57: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeAddrModeImm12Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 58: \
if (!Check(&S, DecodeSTRPreImm(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 59: \
if (!Check(&S, DecodeLDRPreImm(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 60: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeAddrModeImm12Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 61: \
return S; \
case 62: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeMemBarrierOption( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 63: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeInstSyncBarrierOption( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 64: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 65: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 66: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 67: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 68: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 69: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 70: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 71: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 10, 2); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 72: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 10, 2); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 73: \
if (!Check(&S, DecodeSTRPreReg(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 74: \
if (!Check(&S, DecodeLDRPreReg(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 75: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 1) << 5; \
tmp |= fieldname(insn, 7, 5) << 0; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 76: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 77: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 78: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 7) << 5; \
tmp |= fieldname(insn, 16, 4) << 13; \
tmp |= fieldname(insn, 23, 1) << 12; \
if (!Check(&S, DecodeSORegMemOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 79: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 5) << 0; \
tmp |= fieldname(insn, 16, 5) << 5; \
if (!Check(&S, DecodeBitfieldMaskOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 80: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 5) << 0; \
tmp |= fieldname(insn, 16, 5) << 5; \
if (!Check(&S, DecodeBitfieldMaskOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 81: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 16); \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 82: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 83: \
if (!Check(&S, DecodeMemMultipleWritebackInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 84: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 85: \
tmp = fieldname(insn, 0, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 86: \
if (!Check(&S, DecodeBranchImmInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 87: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 24) << 1; \
tmp |= fieldname(insn, 24, 1) << 0; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 88: \
if (!Check(&S, DecoderForMRRC2AndMCRR2( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 89: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 90: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 91: \
tmp = fieldname(insn, 0, 24); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 92: \
if (!Check(&S, DecodeCopMemInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 93: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 94: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 95: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 96: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 97: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRwithAPSRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 98: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRwithAPSRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 5, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 99: \
if (!Check(&S, DecodeMveVCTP(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 100: \
if (!Check(&S, DecodeMVEOverlappingLongShift( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 101: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 102: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
if (!Check(&S, DecodeLongShiftOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 103: \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 9, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 9, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
if (!Check(&S, DecodeLongShiftOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 104: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 24, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 105: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 23, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 106: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 16, 4) << 3; \
if (!Check(&S, DecodeMveAddrModeRQ(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 107: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 16, 3) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeTAddrModeImm7_0(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 108: \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2Imm7_0(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 109: \
if (!Check(&S, DecodeMVE_MEM_1_pre_0( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 110: \
if (!Check(&S, DecodeMVEVMOVQtoDReg(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 111: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 16, 3) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeTAddrModeImm7_1(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 112: \
if (!Check(&S, DecodeMVEVMOVDRegtoQ(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 113: \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2Imm7_1(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 114: \
if (!Check(&S, DecodeMVE_MEM_1_pre_1( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 115: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 116: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 117: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 16, 4) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2AddrModeImm7_0_0( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 118: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 17, 3) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeMveAddrModeQ_2(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 119: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 16, 4) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2AddrModeImm7_1_0( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 120: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 121: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 122: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2Imm7_0(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 123: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 124: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 125: \
if (!Check(&S, DecodeMVE_MEM_2_pre_0( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 126: \
if (!Check(&S, DecodeMVE_MEM_3_pre_2( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 127: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2Imm7_1(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 128: \
if (!Check(&S, DecodeMVE_MEM_2_pre_1( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 129: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 130: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQQQQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 131: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 16, 4) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeT2AddrModeImm7_2_0( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 132: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(insn, 17, 3) << 8; \
tmp |= fieldname(insn, 23, 1) << 7; \
if (!Check(&S, DecodeMveAddrModeQ_3(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 133: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 7) << 0; \
tmp |= fieldname(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 = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 16, 1) << 1; \
tmp |= fieldname(insn, 21, 1) << 0; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 137: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 1) << 0; \
tmp |= fieldname(insn, 16, 1) << 2; \
tmp |= fieldname(insn, 21, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 138: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 2) << 0; \
tmp |= fieldname(insn, 16, 1) << 3; \
tmp |= fieldname(insn, 21, 1) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 139: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 16, 1) << 1; \
tmp |= fieldname(insn, 21, 1) << 0; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 140: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 1) << 0; \
tmp |= fieldname(insn, 16, 1) << 2; \
tmp |= fieldname(insn, 21, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 141: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 2) << 0; \
tmp |= fieldname(insn, 16, 1) << 3; \
tmp |= fieldname(insn, 21, 1) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 142: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 143: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 144: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 145: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 146: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 1) << 0; \
tmp |= fieldname(insn, 12, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 147: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 148: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 149: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 150: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 151: \
if (!Check(&S, \
DecodeMVEVCMP_0_DecodeRestrictedIPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 152: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 1); \
if (!Check(&S, DecodeRestrictedIPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 153: \
if (!Check(&S, \
DecodeMVEVCMP_0_DecodeRestrictedUPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 154: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 1); \
if (!Check(&S, DecodeRestrictedUPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 155: \
if (!Check(&S, \
DecodeMVEVCMP_0_DecodeRestrictedSPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 156: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 1) << 1; \
tmp |= fieldname(insn, 7, 1) << 0; \
if (!Check(&S, DecodeRestrictedSPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 157: \
if (!Check(&S, \
DecodeMVEVCMP_1_DecodeRestrictedIPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 158: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRwithZRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 1); \
if (!Check(&S, DecodeRestrictedIPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 159: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
if (!Check(&S, DecodePowerTwoOperand_0_3( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 160: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
if (!Check(&S, DecodePowerTwoOperand_0_3( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 161: \
if (!Check(&S, \
DecodeMVEVCMP_1_DecodeRestrictedUPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 162: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRwithZRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 7, 1); \
if (!Check(&S, DecodeRestrictedUPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 163: \
if (!Check(&S, \
DecodeMVEVCMP_1_DecodeRestrictedSPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 164: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRwithZRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 1) << 1; \
tmp |= fieldname(insn, 7, 1) << 0; \
if (!Check(&S, DecodeRestrictedSPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 165: \
if (!Check(&S, DecodeMVEVADCInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 166: \
if (!Check(&S, \
DecodeMVEVCMP_0_DecodeRestrictedFPPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 167: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 1) << 1; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 12, 1) << 2; \
if (!Check(&S, DecodeRestrictedFPPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 168: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 169: \
if (!Check(&S, \
DecodeMVEVCMP_1_DecodeRestrictedFPPredicateOperand( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 170: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRwithZRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 1) << 1; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 12, 1) << 2; \
if (!Check(&S, DecodeRestrictedFPPredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 171: \
if (!Check(&S, DecodeMVEVPNOT(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 172: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVPTMaskOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 173: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 174: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 175: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 176: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 177: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 178: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 179: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 180: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 181: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 182: \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3) << 1; \
if (!Check(&S, DecodetGPREvenRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 3) << 1; \
if (!Check(&S, DecodetGPROddRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 183: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 184: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 185: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 186: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 187: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 188: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeLongShiftOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 189: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 3; \
tmp |= fieldname(insn, 17, 3) << 0; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 190: \
if (!Check(&S, DecodeMVEModImmInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 191: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 9, 2) << 9; \
tmp |= fieldname(insn, 16, 3) << 4; \
tmp |= fieldname(insn, 28, 1) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 192: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 9, 1) << 9; \
tmp |= fieldname(insn, 16, 3) << 4; \
tmp |= fieldname(insn, 28, 1) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 193: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 194: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 195: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 196: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 197: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 198: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 199: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 200: \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 13, 3) << 0; \
tmp |= fieldname(insn, 22, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 3) << 0; \
tmp |= fieldname(insn, 5, 1) << 3; \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 201: \
if (!Check(&S, DecodeMVEVCVTt1fp(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 202: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 203: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 204: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 205: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 206: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 207: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 208: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 209: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 210: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 211: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 212: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 213: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 214: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 215: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 216: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 217: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodeDPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 1) << 0; \
tmp |= fieldname(insn, 5, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 218: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 219: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 220: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 221: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 222: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 223: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 224: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 10, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 225: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 9, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 226: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 227: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 11, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 228: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 10, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 229: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 9, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 230: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 231: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 232: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 233: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 234: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 235: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 236: \
if (!Check(&S, DecodeVSHLMaxInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 237: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 238: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 239: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 240: \
if (!Check(&S, DecodeTBLInstruction(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 241: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 19, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 242: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 18, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 243: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 244: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 19, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 245: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 18, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 246: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 247: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 248: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 249: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 250: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 251: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 252: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 253: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 254: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 255: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 256: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 257: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 258: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 259: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 260: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 261: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 262: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 263: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 264: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 265: \
if (!Check(&S, \
DecodeVCVTD(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 266: \
if (!Check(&S, DecodeVMOVModImmInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 267: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 268: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 269: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 270: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 271: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 272: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 273: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 274: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
if (!Check(&S, DecodeShiftRight8Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 275: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeShiftRight16Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 276: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
if (!Check(&S, DecodeShiftRight32Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 277: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 278: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 279: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 280: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 281: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 282: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 283: \
if (!Check(&S, \
DecodeVCVTQ(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 284: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 285: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
if (!Check(&S, DecodeShiftRight64Imm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 286: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 287: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 6); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 288: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 289: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 21, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 290: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 1) << 0; \
tmp |= fieldname(insn, 21, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 291: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 1) << 0; \
tmp |= fieldname(insn, 21, 1) << 1; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 292: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 2) << 0; \
tmp |= fieldname(insn, 21, 1) << 2; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 293: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 5, 2) << 0; \
tmp |= fieldname(insn, 21, 1) << 2; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 294: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 295: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 296: \
if (!Check(&S, DecodeVLDST4Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 297: \
if (!Check(&S, DecodeVST1LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 298: \
if (!Check(&S, DecodeVLD1LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 299: \
if (!Check(&S, DecodeVST2LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 300: \
if (!Check(&S, DecodeVLD2LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 301: \
if (!Check(&S, DecodeVLDST1Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 302: \
if (!Check(&S, DecodeVST3LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 303: \
if (!Check(&S, DecodeVLD3LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 304: \
if (!Check(&S, DecodeVLDST2Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 305: \
if (!Check(&S, DecodeVST4LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 306: \
if (!Check(&S, DecodeVLD4LN(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 307: \
if (!Check(&S, DecodeVLDST3Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 308: \
if (!Check(&S, DecodeVLD1DupInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 309: \
if (!Check(&S, DecodeVLD2DupInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 310: \
if (!Check(&S, DecodeVLD3DupInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 311: \
if (!Check(&S, DecodeVLD4DupInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 312: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 313: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 314: \
if (!Check(&S, DecodeThumbAddSPReg(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 315: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 3) << 0; \
tmp |= fieldname(insn, 7, 1) << 3; \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 3) << 0; \
tmp |= fieldname(insn, 7, 1) << 3; \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 316: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 3) << 0; \
tmp |= fieldname(insn, 7, 1) << 3; \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 317: \
tmp = fieldname(insn, 3, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 318: \
tmp = fieldname(insn, 3, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 319: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeThumbAddrModePC(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 320: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 6); \
if (!Check(&S, DecodeThumbAddrModeRR(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 321: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 8); \
if (!Check(&S, DecodeThumbAddrModeIS(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 322: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeThumbAddrModeSP(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 323: \
if (!Check(&S, DecodeThumbAddSpecialReg( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 324: \
if (!Check(&S, DecodeThumbAddSPImm(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 325: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 3, 5) << 0; \
tmp |= fieldname(insn, 9, 1) << 5; \
if (!Check(&S, DecodeThumbCmpBROperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 326: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 8, 1) << 14; \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 327: \
tmp = fieldname(insn, 3, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 328: \
if (!Check(&S, DecodeThumbCPS(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 329: \
tmp = fieldname(insn, 0, 6); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 330: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 8, 1) << 15; \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 331: \
tmp = fieldname(insn, 0, 8); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 332: \
tmp = fieldname(insn, 4, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 333: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 334: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 335: \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeThumbBCCTargetOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 336: \
tmp = fieldname(insn, 0, 11); \
if (!Check(&S, DecodeThumbBROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 337: \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 10) << 1; \
tmp |= fieldname(insn, 11, 1) << 21; \
tmp |= fieldname(insn, 13, 1) << 22; \
tmp |= fieldname(insn, 16, 10) << 11; \
tmp |= fieldname(insn, 26, 1) << 23; \
if (!Check(&S, DecodeThumbBLXOffset(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 338: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 11) << 0; \
tmp |= fieldname(insn, 11, 1) << 21; \
tmp |= fieldname(insn, 13, 1) << 22; \
tmp |= fieldname(insn, 16, 10) << 11; \
tmp |= fieldname(insn, 26, 1) << 23; \
if (!Check(&S, DecodeThumbBLTargetOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 339: \
if (!Check(&S, \
DecodeIT(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 340: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 13) << 0; \
tmp |= fieldname(insn, 14, 1) << 14; \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 341: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 13) << 0; \
tmp |= fieldname(insn, 14, 2) << 14; \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 342: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 16); \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 343: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 344: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 4, 4) << 5; \
tmp |= fieldname(insn, 12, 3) << 9; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 345: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 346: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 4, 4) << 5; \
tmp |= fieldname(insn, 12, 3) << 9; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 347: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 348: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 4, 4) << 5; \
tmp |= fieldname(insn, 12, 3) << 9; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 349: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 350: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 4, 4) << 5; \
tmp |= fieldname(insn, 12, 3) << 9; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 351: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 13) << 0; \
tmp |= fieldname(insn, 14, 1) << 14; \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 352: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 16); \
if (!Check(&S, DecodeRegListOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 353: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 354: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 8; \
if (!Check(&S, DecodeT2AddrModeImm0_1020s4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 355: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 356: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 357: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 358: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 8; \
if (!Check(&S, DecodeT2AddrModeImm0_1020s4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 359: \
if (!Check(&S, DecodeThumbTableBranch( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 360: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 361: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 9; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeT2AddrModeImm8s4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 362: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 363: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 364: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 365: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRwithZRnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRwithZRnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 4); \
if (!Check(&S, DecodePredNoALOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 366: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 367: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 368: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeAddrMode7Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 369: \
if (!Check(&S, DecodeT2STRDPreInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 370: \
if (!Check(&S, DecodeT2LDRDPreInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 371: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 4, 4) << 5; \
tmp |= fieldname(insn, 12, 3) << 9; \
if (!Check(&S, DecodeSORegImmOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 372: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 373: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 374: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 375: \
if (!Check(&S, DecodeT2AddSubSPImm(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 376: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 377: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
if (!Check(&S, DecodeT2SOImm(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 20, 1); \
if (!Check(&S, DecodeCCOutOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 378: \
if (!Check(&S, \
DecodeT2Adr(MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 379: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 3) << 8; \
tmp |= fieldname(insn, 26, 1) << 11; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 380: \
if (!Check(&S, DecodeT2MOVTWInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 381: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 382: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 5); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
tmp |= fieldname(insn, 21, 1) << 5; \
if (!Check(&S, DecodeT2ShifterImmOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 383: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 384: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 5) << 5; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
if (!Check(&S, DecodeBitfieldMaskOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 385: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 5) << 5; \
tmp |= fieldname(insn, 6, 2) << 0; \
tmp |= fieldname(insn, 12, 3) << 2; \
if (!Check(&S, DecodeBitfieldMaskOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 386: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 387: \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 388: \
if (!Check(&S, DecodeT2HintSpaceInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 389: \
if (!Check(&S, DecodeT2CPSInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 390: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 391: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 12; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 392: \
tmp = fieldname(insn, 16, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 393: \
tmp = 0x0; \
tmp |= fieldname(insn, 8, 4) << 0; \
tmp |= fieldname(insn, 20, 1) << 4; \
if (!Check(&S, DecodeMSRMask(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 394: \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 4; \
tmp |= fieldname(insn, 8, 4) << 0; \
tmp |= fieldname(insn, 20, 1) << 5; \
if (!Check(&S, DecodeBankedReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 395: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 10, 2) << 10; \
if (!Check(&S, DecodeMSRMask(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 396: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
tmp |= fieldname(insn, 20, 1) << 5; \
if (!Check(&S, DecodeBankedReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 397: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
if (!Check(&S, DecodeMSRMask(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 398: \
if (!Check(&S, DecodeThumb2BCCInstruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 399: \
if (!Check(&S, DecodeLOLoop(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 400: \
tmp = fieldname(insn, 23, 4); \
if (!Check(&S, DecodeBFLabelOperand_0_0_0_4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 10) << 1; \
tmp |= fieldname(insn, 11, 1) << 0; \
tmp |= fieldname(insn, 16, 7) << 11; \
if (!Check(&S, DecodeBFLabelOperand_1_0_1_18( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 401: \
tmp = fieldname(insn, 23, 4); \
if (!Check(&S, DecodeBFLabelOperand_0_0_0_4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 10) << 1; \
tmp |= fieldname(insn, 11, 1) << 0; \
tmp |= fieldname(insn, 16, 1) << 11; \
if (!Check(&S, DecodeBFLabelOperand_1_0_1_12( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 1); \
if (!Check(&S, DecodeBFAfterTargetOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 18, 4); \
if (!Check(&S, DecodePredNoALOperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 402: \
tmp = fieldname(insn, 23, 4); \
if (!Check(&S, DecodeBFLabelOperand_0_0_0_4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 10) << 1; \
tmp |= fieldname(insn, 11, 1) << 0; \
tmp |= fieldname(insn, 16, 5) << 11; \
if (!Check(&S, DecodeBFLabelOperand_1_0_1_16( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 403: \
tmp = fieldname(insn, 23, 4); \
if (!Check(&S, DecodeBFLabelOperand_0_0_0_4( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 404: \
if (!Check(&S, DecodeT2BInstruction(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 405: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 2; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 16, 4) << 6; \
if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 406: \
if (!Check(&S, DecodeT2LdStPre(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 407: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 9; \
if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 408: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 9, 1) << 8; \
tmp |= fieldname(insn, 16, 4) << 9; \
if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 409: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x1000; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 13; \
if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 410: \
if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 411: \
if (!Check(&S, DecodeT2LoadImm8(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 412: \
if (!Check(&S, DecodeT2LoadT(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 413: \
if (!Check(&S, DecodeT2LoadImm12(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 414: \
if (!Check(&S, DecodeT2LoadLabel(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 415: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 416: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 417: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 418: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 419: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 420: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 421: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 422: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 423: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 2; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 16, 4) << 6; \
if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 424: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 9, 1) << 8; \
tmp |= fieldname(insn, 16, 4) << 9; \
if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 425: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x1000; \
tmp |= fieldname(insn, 0, 12) << 0; \
tmp |= fieldname(insn, 16, 4) << 13; \
if (!Check(&S, DecodeT2AddrModeImm12(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 426: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 427: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 428: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 429: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 430: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 431: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 432: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 433: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 434: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 435: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 436: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
tmp |= fieldname(insn, 24, 1) << 11; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 437: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
tmp |= fieldname(insn, 24, 1) << 6; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 438: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
tmp |= fieldname(insn, 24, 1) << 3; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeVpredROperand(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 439: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 6) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 440: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 20, 2) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 441: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 7, 1) << 2; \
tmp |= fieldname(insn, 20, 3) << 3; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 442: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 6) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 443: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 20, 2) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 444: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 7, 1) << 2; \
tmp |= fieldname(insn, 20, 3) << 3; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 445: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 446: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 447: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 448: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 449: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 450: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 451: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 4) << 7; \
tmp |= fieldname(insn, 24, 1) << 11; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 452: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 7, 1) << 1; \
tmp |= fieldname(insn, 16, 4) << 2; \
tmp |= fieldname(insn, 24, 1) << 6; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 453: \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 13, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 17, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 1, 3); \
if (!Check(&S, DecodeMQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 1) << 0; \
tmp |= fieldname(insn, 20, 2) << 1; \
tmp |= fieldname(insn, 24, 1) << 3; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 454: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 6) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 455: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 20, 2) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 456: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 7, 1) << 2; \
tmp |= fieldname(insn, 20, 3) << 3; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 457: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 16, 6) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 458: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 6) << 0; \
tmp |= fieldname(insn, 7, 1) << 6; \
tmp |= fieldname(insn, 20, 2) << 7; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 459: \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeGPRPairnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, \
DecodeGPRwithAPSR_NZCVnospRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 4, 2) << 0; \
tmp |= fieldname(insn, 7, 1) << 2; \
tmp |= fieldname(insn, 20, 3) << 3; \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 460: \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 461: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 4); \
if (!Check(&S, DecodeCoprocessor(MI, tmp, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 4, 4); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 0, 4); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 462: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 6, 5); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 463: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 6, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 464: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 6, 3); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 465: \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 8, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 8); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 466: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 467: \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 3); \
if (!Check(&S, DecodetGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 468: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 9; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeAddrMode5FP16Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 469: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 470: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 471: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 472: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecoderGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 473: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 16, 4) << 4; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 474: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 475: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 476: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 477: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 478: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 479: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 480: \
if (!Check(&S, DecodeVMOVSRR(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 481: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 4) << 9; \
tmp |= fieldname(insn, 22, 1) << 8; \
if (!Check(&S, DecodeSPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 482: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 9; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeAddrMode5Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 483: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 484: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 485: \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 486: \
if (!Check(&S, DecodeVMOVRRS(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 487: \
if (!Check(&S, DecodeVSCCLRM(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 488: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 489: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRnopcRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 490: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 12, 4) << 9; \
tmp |= fieldname(insn, 22, 1) << 8; \
if (!Check(&S, DecodeSPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 491: \
if (!Check(&S, DecodeForVMRSandVMSR(MI, insn, Address, \
Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 492: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 16, 4) << 4; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 493: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 494: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 495: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 496: \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 497: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 7) << 1; \
tmp |= fieldname(insn, 12, 4) << 8; \
tmp |= fieldname(insn, 22, 1) << 12; \
if (!Check(&S, DecodeDPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 498: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 7) << 1; \
tmp |= fieldname(insn, 12, 4) << 8; \
if (!Check(&S, DecodeDPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 499: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 8) << 0; \
tmp |= fieldname(insn, 16, 4) << 9; \
tmp |= fieldname(insn, 23, 1) << 8; \
if (!Check(&S, DecodeAddrMode5Operand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 500: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 501: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 502: \
tmp = fieldname(insn, 12, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 503: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 7) << 1; \
tmp |= fieldname(insn, 12, 4) << 8; \
tmp |= fieldname(insn, 22, 1) << 12; \
if (!Check(&S, DecodeDPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 504: \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 16, 4); \
if (!Check(&S, DecodeGPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 1, 7) << 1; \
tmp |= fieldname(insn, 12, 4) << 8; \
if (!Check(&S, DecodeDPRRegListOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 505: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 16, 4) << 4; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 506: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 507: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 508: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 509: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 510: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 28, 4); \
if (!Check(&S, DecodePredicateOperand( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 511: \
if (!Check(&S, DecodeVSTRVLDR_SYSREG_0( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 512: \
if (!Check(&S, DecodeVSTRVLDR_SYSREG_1( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 513: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 24, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 514: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 23, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 515: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 20, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 516: \
if (!Check(&S, DecodeNEONComplexLane64Instruction( \
MI, insn, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 517: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 24, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 518: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 23, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 519: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 4; \
tmp |= fieldname(insn, 16, 4) << 0; \
if (!Check(&S, DecodeQPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 0, 4); \
if (!Check(&S, DecodeDPR_VFP2RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 5, 1); \
MCOperand_CreateImm0(MI, tmp); \
tmp = fieldname(insn, 20, 2); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 520: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 3) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPR_8RegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = fieldname(insn, 3, 1); \
MCOperand_CreateImm0(MI, tmp); \
return S; \
case 521: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 0; \
tmp |= fieldname(insn, 22, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 522: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 523: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 524: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeHPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 525: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 7, 1) << 0; \
tmp |= fieldname(insn, 16, 4) << 1; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 526: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 527: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 1; \
tmp |= fieldname(insn, 5, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
case 528: \
tmp = 0x0; \
tmp |= fieldname(insn, 12, 4) << 1; \
tmp |= fieldname(insn, 22, 1) << 0; \
if (!Check(&S, DecodeSPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
tmp = 0x0; \
tmp |= fieldname(insn, 0, 4) << 0; \
tmp |= fieldname(insn, 5, 1) << 4; \
if (!Check(&S, DecodeDPRRegisterClass( \
MI, tmp, Address, Decoder))) { \
return MCDisassembler_Fail; \
} \
return S; \
} \
}
#define DecodeInstruction(fname, fieldname, decoder, InsnType) \
static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
InsnType insn, uint64_t Address) \
{ \
const uint8_t *Ptr = DecodeTable; \
uint64_t CurFieldValue = 0; \
DecodeStatus S = MCDisassembler_Success; \
while (true) { \
switch (*Ptr) { \
default: \
return MCDisassembler_Fail; \
case MCD_OPC_ExtractField: { \
unsigned Start = *++Ptr; \
unsigned Len = *++Ptr; \
++Ptr; \
CurFieldValue = fieldname(insn, Start, Len); \
break; \
} \
case MCD_OPC_FilterValue: { \
/* Decode the field value. */ \
unsigned Len; \
uint64_t 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; \
break; \
} \
case MCD_OPC_CheckField: { \
unsigned Start = *++Ptr; \
unsigned Len = *++Ptr; \
uint64_t FieldValue = \
fieldname(insn, Start, Len); \
/* Decode the field value. */ \
unsigned PtrLen = 0; \
uint64_t ExpectedValue = \
decodeULEB128(++Ptr, &PtrLen); \
Ptr += PtrLen; \
/* 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; \
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 = checkDecoderPredicate(MI, PIdx); \
if (!Pred) \
Ptr += NumToSkip; \
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; \
MCInst_clear(MI); \
MCInst_setOpcode(MI, Opc); \
bool DecodeComplete = false; \
S = decoder(S, DecodeIdx, insn, MI, Address, \
&DecodeComplete); \
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_setOpcode(MI, Opc); \
bool DecodeComplete = false; \
S = decoder(S, DecodeIdx, insn, MI, Address, \
&DecodeComplete); \
if (DecodeComplete) { \
/* Decoding complete. */ \
return S; \
} else { \
/* If the decoding was incomplete, skip. */ \
Ptr += NumToSkip; \
/* Reset decode status. This also drops a SoftFail status that could be */ \
/* set before the decode attempt. */ \
S = MCDisassembler_Success; \
} \
break; \
} \
case MCD_OPC_SoftFail: { \
/* Decode the mask values. */ \
unsigned Len; \
uint64_t PositiveMask = \
decodeULEB128(++Ptr, &Len); \
Ptr += Len; \
uint64_t NegativeMask = \
decodeULEB128(Ptr, &Len); \
Ptr += Len; \
bool Fail = (insn & PositiveMask) != 0 || \
(~insn & NegativeMask) != 0; \
if (Fail) \
S = MCDisassembler_SoftFail; \
break; \
} \
case MCD_OPC_Fail: { \
return MCDisassembler_Fail; \
} \
} \
} \
/* Bogisity detected in disassembler state machine! */ \
}
FieldFromInstruction(fieldFromInstruction_2, uint16_t)
DecodeToMCInst(decodeToMCInst_2, fieldFromInstruction_2,
uint16_t) DecodeInstruction(decodeInstruction_2,
fieldFromInstruction_2,
decodeToMCInst_2, uint16_t)
FieldFromInstruction(fieldFromInstruction_4, uint32_t)
DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4,
uint32_t)
DecodeInstruction(decodeInstruction_4,
fieldFromInstruction_4,
decodeToMCInst_4, uint32_t)