/src/capstonenext/arch/AArch64/AArch64GenDisassemblerTables.inc
Line | Count | Source |
1 | | /* Capstone Disassembly Engine, https://www.capstone-engine.org */ |
2 | | /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2022, */ |
3 | | /* Rot127 <unisono@quyllur.org> 2022-2024 */ |
4 | | /* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */ |
5 | | |
6 | | /* LLVM-commit: <commit> */ |
7 | | /* LLVM-tag: <tag> */ |
8 | | |
9 | | /* Do not edit. */ |
10 | | |
11 | | /* Capstone's LLVM TableGen Backends: */ |
12 | | /* https://github.com/capstone-engine/llvm-capstone */ |
13 | | |
14 | | #include "../../MCInst.h" |
15 | | #include "../../cs_priv.h" |
16 | | #include "../../LEB128.h" |
17 | | |
18 | | // Helper function for extracting fields from encoded instructions. |
19 | | #define FieldFromInstruction(fname, InsnType) \ |
20 | 4.92M | static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ |
21 | 4.92M | { \ |
22 | 4.92M | InsnType fieldMask; \ |
23 | 4.92M | if (numBits == sizeof(InsnType) * 8) \ |
24 | 4.92M | fieldMask = (InsnType)(-1LL); \ |
25 | 4.92M | else \ |
26 | 4.92M | fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ |
27 | 4.92M | return (insn & fieldMask) >> startBit; \ |
28 | 4.92M | } |
29 | | |
30 | 533k | static bool Check(DecodeStatus *Out, const DecodeStatus In) { |
31 | 533k | *Out = (DecodeStatus) (*Out & In); |
32 | 533k | return *Out != MCDisassembler_Fail; |
33 | 533k | } |
34 | | |
35 | | static const uint8_t DecoderTable32[] = { |
36 | | /* 0 */ MCD_OPC_ExtractField, 26, 3, // Inst{28-26} ... |
37 | | /* 3 */ MCD_OPC_FilterValue, 0, 237, 98, 0, // Skip to: 25333 |
38 | | /* 8 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
39 | | /* 11 */ MCD_OPC_FilterValue, 0, 245, 1, 0, // Skip to: 517 |
40 | | /* 16 */ MCD_OPC_ExtractField, 16, 10, // Inst{25-16} ... |
41 | | /* 19 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 28 |
42 | | /* 24 */ MCD_OPC_Decode, 245, 56, 0, // Opcode: UDF |
43 | | /* 28 */ MCD_OPC_FilterValue, 32, 225, 38, 2, // Skip to: 141058 |
44 | | /* 33 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
45 | | /* 36 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 50 |
46 | | /* 41 */ MCD_OPC_CheckPredicate, 0, 212, 38, 2, // Skip to: 141058 |
47 | | /* 46 */ MCD_OPC_Decode, 151, 38, 1, // Opcode: MUL53LO |
48 | | /* 50 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 64 |
49 | | /* 55 */ MCD_OPC_CheckPredicate, 0, 198, 38, 2, // Skip to: 141058 |
50 | | /* 60 */ MCD_OPC_Decode, 150, 38, 1, // Opcode: MUL53HI |
51 | | /* 64 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 78 |
52 | | /* 69 */ MCD_OPC_CheckPredicate, 1, 184, 38, 2, // Skip to: 141058 |
53 | | /* 74 */ MCD_OPC_Decode, 250, 63, 2, // Opcode: WKDMC |
54 | | /* 78 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 92 |
55 | | /* 83 */ MCD_OPC_CheckPredicate, 1, 170, 38, 2, // Skip to: 141058 |
56 | | /* 88 */ MCD_OPC_Decode, 251, 63, 2, // Opcode: WKDMD |
57 | | /* 92 */ MCD_OPC_FilterValue, 4, 91, 1, 0, // Skip to: 444 |
58 | | /* 97 */ MCD_OPC_ExtractField, 5, 5, // Inst{9-5} ... |
59 | | /* 100 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 114 |
60 | | /* 105 */ MCD_OPC_CheckPredicate, 2, 148, 38, 2, // Skip to: 141058 |
61 | | /* 110 */ MCD_OPC_Decode, 155, 36, 3, // Opcode: LDX |
62 | | /* 114 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 128 |
63 | | /* 119 */ MCD_OPC_CheckPredicate, 2, 134, 38, 2, // Skip to: 141058 |
64 | | /* 124 */ MCD_OPC_Decode, 162, 36, 3, // Opcode: LDY |
65 | | /* 128 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 142 |
66 | | /* 133 */ MCD_OPC_CheckPredicate, 2, 120, 38, 2, // Skip to: 141058 |
67 | | /* 138 */ MCD_OPC_Decode, 241, 53, 3, // Opcode: STX |
68 | | /* 142 */ MCD_OPC_FilterValue, 3, 9, 0, 0, // Skip to: 156 |
69 | | /* 147 */ MCD_OPC_CheckPredicate, 2, 106, 38, 2, // Skip to: 141058 |
70 | | /* 152 */ MCD_OPC_Decode, 248, 53, 3, // Opcode: STY |
71 | | /* 156 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 170 |
72 | | /* 161 */ MCD_OPC_CheckPredicate, 2, 92, 38, 2, // Skip to: 141058 |
73 | | /* 166 */ MCD_OPC_Decode, 163, 36, 3, // Opcode: LDZ |
74 | | /* 170 */ MCD_OPC_FilterValue, 5, 9, 0, 0, // Skip to: 184 |
75 | | /* 175 */ MCD_OPC_CheckPredicate, 2, 78, 38, 2, // Skip to: 141058 |
76 | | /* 180 */ MCD_OPC_Decode, 249, 53, 3, // Opcode: STZ |
77 | | /* 184 */ MCD_OPC_FilterValue, 6, 9, 0, 0, // Skip to: 198 |
78 | | /* 189 */ MCD_OPC_CheckPredicate, 2, 64, 38, 2, // Skip to: 141058 |
79 | | /* 194 */ MCD_OPC_Decode, 164, 36, 3, // Opcode: LDZI |
80 | | /* 198 */ MCD_OPC_FilterValue, 7, 9, 0, 0, // Skip to: 212 |
81 | | /* 203 */ MCD_OPC_CheckPredicate, 2, 50, 38, 2, // Skip to: 141058 |
82 | | /* 208 */ MCD_OPC_Decode, 129, 54, 3, // Opcode: STZI |
83 | | /* 212 */ MCD_OPC_FilterValue, 8, 9, 0, 0, // Skip to: 226 |
84 | | /* 217 */ MCD_OPC_CheckPredicate, 2, 36, 38, 2, // Skip to: 141058 |
85 | | /* 222 */ MCD_OPC_Decode, 237, 18, 3, // Opcode: EXTRX |
86 | | /* 226 */ MCD_OPC_FilterValue, 9, 9, 0, 0, // Skip to: 240 |
87 | | /* 231 */ MCD_OPC_CheckPredicate, 2, 22, 38, 2, // Skip to: 141058 |
88 | | /* 236 */ MCD_OPC_Decode, 239, 18, 3, // Opcode: EXTRY |
89 | | /* 240 */ MCD_OPC_FilterValue, 10, 9, 0, 0, // Skip to: 254 |
90 | | /* 245 */ MCD_OPC_CheckPredicate, 2, 8, 38, 2, // Skip to: 141058 |
91 | | /* 250 */ MCD_OPC_Decode, 169, 23, 3, // Opcode: FMA64 |
92 | | /* 254 */ MCD_OPC_FilterValue, 11, 9, 0, 0, // Skip to: 268 |
93 | | /* 259 */ MCD_OPC_CheckPredicate, 2, 250, 37, 2, // Skip to: 141058 |
94 | | /* 264 */ MCD_OPC_Decode, 165, 26, 3, // Opcode: FMS64 |
95 | | /* 268 */ MCD_OPC_FilterValue, 12, 9, 0, 0, // Skip to: 282 |
96 | | /* 273 */ MCD_OPC_CheckPredicate, 2, 236, 37, 2, // Skip to: 141058 |
97 | | /* 278 */ MCD_OPC_Decode, 168, 23, 3, // Opcode: FMA32 |
98 | | /* 282 */ MCD_OPC_FilterValue, 13, 9, 0, 0, // Skip to: 296 |
99 | | /* 287 */ MCD_OPC_CheckPredicate, 2, 222, 37, 2, // Skip to: 141058 |
100 | | /* 292 */ MCD_OPC_Decode, 164, 26, 3, // Opcode: FMS32 |
101 | | /* 296 */ MCD_OPC_FilterValue, 14, 9, 0, 0, // Skip to: 310 |
102 | | /* 301 */ MCD_OPC_CheckPredicate, 2, 208, 37, 2, // Skip to: 141058 |
103 | | /* 306 */ MCD_OPC_Decode, 248, 36, 3, // Opcode: MAC16 |
104 | | /* 310 */ MCD_OPC_FilterValue, 15, 9, 0, 0, // Skip to: 324 |
105 | | /* 315 */ MCD_OPC_CheckPredicate, 2, 194, 37, 2, // Skip to: 141058 |
106 | | /* 320 */ MCD_OPC_Decode, 167, 23, 3, // Opcode: FMA16 |
107 | | /* 324 */ MCD_OPC_FilterValue, 16, 9, 0, 0, // Skip to: 338 |
108 | | /* 329 */ MCD_OPC_CheckPredicate, 2, 180, 37, 2, // Skip to: 141058 |
109 | | /* 334 */ MCD_OPC_Decode, 163, 26, 3, // Opcode: FMS16 |
110 | | /* 338 */ MCD_OPC_FilterValue, 17, 31, 0, 0, // Skip to: 374 |
111 | | /* 343 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
112 | | /* 346 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 360 |
113 | | /* 351 */ MCD_OPC_CheckPredicate, 2, 158, 37, 2, // Skip to: 141058 |
114 | | /* 356 */ MCD_OPC_Decode, 205, 42, 4, // Opcode: SET |
115 | | /* 360 */ MCD_OPC_FilterValue, 1, 149, 37, 2, // Skip to: 141058 |
116 | | /* 365 */ MCD_OPC_CheckPredicate, 2, 144, 37, 2, // Skip to: 141058 |
117 | | /* 370 */ MCD_OPC_Decode, 141, 15, 4, // Opcode: CLR |
118 | | /* 374 */ MCD_OPC_FilterValue, 18, 9, 0, 0, // Skip to: 388 |
119 | | /* 379 */ MCD_OPC_CheckPredicate, 2, 130, 37, 2, // Skip to: 141058 |
120 | | /* 384 */ MCD_OPC_Decode, 239, 62, 3, // Opcode: VECINT |
121 | | /* 388 */ MCD_OPC_FilterValue, 19, 9, 0, 0, // Skip to: 402 |
122 | | /* 393 */ MCD_OPC_CheckPredicate, 2, 116, 37, 2, // Skip to: 141058 |
123 | | /* 398 */ MCD_OPC_Decode, 238, 62, 3, // Opcode: VECFP |
124 | | /* 402 */ MCD_OPC_FilterValue, 20, 9, 0, 0, // Skip to: 416 |
125 | | /* 407 */ MCD_OPC_CheckPredicate, 2, 102, 37, 2, // Skip to: 141058 |
126 | | /* 412 */ MCD_OPC_Decode, 132, 37, 3, // Opcode: MATINT |
127 | | /* 416 */ MCD_OPC_FilterValue, 21, 9, 0, 0, // Skip to: 430 |
128 | | /* 421 */ MCD_OPC_CheckPredicate, 2, 88, 37, 2, // Skip to: 141058 |
129 | | /* 426 */ MCD_OPC_Decode, 131, 37, 3, // Opcode: MATFP |
130 | | /* 430 */ MCD_OPC_FilterValue, 22, 79, 37, 2, // Skip to: 141058 |
131 | | /* 435 */ MCD_OPC_CheckPredicate, 2, 74, 37, 2, // Skip to: 141058 |
132 | | /* 440 */ MCD_OPC_Decode, 232, 28, 3, // Opcode: GENLUT |
133 | | /* 444 */ MCD_OPC_FilterValue, 5, 65, 37, 2, // Skip to: 141058 |
134 | | /* 449 */ MCD_OPC_ExtractField, 5, 5, // Inst{9-5} ... |
135 | | /* 452 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 473 |
136 | | /* 457 */ MCD_OPC_CheckPredicate, 1, 52, 37, 2, // Skip to: 141058 |
137 | | /* 462 */ MCD_OPC_CheckField, 0, 5, 0, 45, 37, 2, // Skip to: 141058 |
138 | | /* 469 */ MCD_OPC_Decode, 234, 28, 4, // Opcode: GEXIT |
139 | | /* 473 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 487 |
140 | | /* 478 */ MCD_OPC_CheckPredicate, 1, 31, 37, 2, // Skip to: 141058 |
141 | | /* 483 */ MCD_OPC_Decode, 233, 28, 5, // Opcode: GENTER |
142 | | /* 487 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 501 |
143 | | /* 492 */ MCD_OPC_CheckPredicate, 1, 17, 37, 2, // Skip to: 141058 |
144 | | /* 497 */ MCD_OPC_Decode, 242, 12, 6, // Opcode: AT_AS1ELX |
145 | | /* 501 */ MCD_OPC_FilterValue, 3, 8, 37, 2, // Skip to: 141058 |
146 | | /* 506 */ MCD_OPC_CheckField, 4, 1, 0, 1, 37, 2, // Skip to: 141058 |
147 | | /* 513 */ MCD_OPC_Decode, 191, 42, 7, // Opcode: SDSB |
148 | | /* 517 */ MCD_OPC_FilterValue, 4, 46, 1, 0, // Skip to: 824 |
149 | | /* 522 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
150 | | /* 525 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 589 |
151 | | /* 530 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
152 | | /* 533 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 547 |
153 | | /* 538 */ MCD_OPC_CheckPredicate, 3, 227, 36, 2, // Skip to: 141058 |
154 | | /* 543 */ MCD_OPC_Decode, 137, 26, 8, // Opcode: FMOPA_MPPZZ_S |
155 | | /* 547 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 561 |
156 | | /* 552 */ MCD_OPC_CheckPredicate, 4, 213, 36, 2, // Skip to: 141058 |
157 | | /* 557 */ MCD_OPC_Decode, 171, 14, 8, // Opcode: BMOPA_MPPZZ_S |
158 | | /* 561 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 575 |
159 | | /* 566 */ MCD_OPC_CheckPredicate, 3, 199, 36, 2, // Skip to: 141058 |
160 | | /* 571 */ MCD_OPC_Decode, 141, 26, 8, // Opcode: FMOPS_MPPZZ_S |
161 | | /* 575 */ MCD_OPC_FilterValue, 6, 190, 36, 2, // Skip to: 141058 |
162 | | /* 580 */ MCD_OPC_CheckPredicate, 4, 185, 36, 2, // Skip to: 141058 |
163 | | /* 585 */ MCD_OPC_Decode, 172, 14, 8, // Opcode: BMOPS_MPPZZ_S |
164 | | /* 589 */ MCD_OPC_FilterValue, 5, 38, 0, 0, // Skip to: 632 |
165 | | /* 594 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
166 | | /* 597 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 611 |
167 | | /* 602 */ MCD_OPC_CheckPredicate, 5, 163, 36, 2, // Skip to: 141058 |
168 | | /* 607 */ MCD_OPC_Decode, 134, 26, 8, // Opcode: FMOPA_MPPZZ_BtoS |
169 | | /* 611 */ MCD_OPC_FilterValue, 2, 154, 36, 2, // Skip to: 141058 |
170 | | /* 616 */ MCD_OPC_CheckPredicate, 6, 149, 36, 2, // Skip to: 141058 |
171 | | /* 621 */ MCD_OPC_CheckField, 1, 1, 0, 142, 36, 2, // Skip to: 141058 |
172 | | /* 628 */ MCD_OPC_Decode, 133, 26, 9, // Opcode: FMOPA_MPPZZ_BtoH |
173 | | /* 632 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 668 |
174 | | /* 637 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
175 | | /* 640 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 654 |
176 | | /* 645 */ MCD_OPC_CheckPredicate, 7, 120, 36, 2, // Skip to: 141058 |
177 | | /* 650 */ MCD_OPC_Decode, 135, 26, 10, // Opcode: FMOPA_MPPZZ_D |
178 | | /* 654 */ MCD_OPC_FilterValue, 2, 111, 36, 2, // Skip to: 141058 |
179 | | /* 659 */ MCD_OPC_CheckPredicate, 7, 106, 36, 2, // Skip to: 141058 |
180 | | /* 664 */ MCD_OPC_Decode, 139, 26, 10, // Opcode: FMOPS_MPPZZ_D |
181 | | /* 668 */ MCD_OPC_FilterValue, 12, 73, 0, 0, // Skip to: 746 |
182 | | /* 673 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
183 | | /* 676 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 690 |
184 | | /* 681 */ MCD_OPC_CheckPredicate, 3, 84, 36, 2, // Skip to: 141058 |
185 | | /* 686 */ MCD_OPC_Decode, 254, 13, 8, // Opcode: BFMOPA_MPPZZ |
186 | | /* 690 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 711 |
187 | | /* 695 */ MCD_OPC_CheckPredicate, 8, 70, 36, 2, // Skip to: 141058 |
188 | | /* 700 */ MCD_OPC_CheckField, 1, 1, 0, 63, 36, 2, // Skip to: 141058 |
189 | | /* 707 */ MCD_OPC_Decode, 136, 26, 9, // Opcode: FMOPA_MPPZZ_H |
190 | | /* 711 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 725 |
191 | | /* 716 */ MCD_OPC_CheckPredicate, 3, 49, 36, 2, // Skip to: 141058 |
192 | | /* 721 */ MCD_OPC_Decode, 128, 14, 8, // Opcode: BFMOPS_MPPZZ |
193 | | /* 725 */ MCD_OPC_FilterValue, 6, 40, 36, 2, // Skip to: 141058 |
194 | | /* 730 */ MCD_OPC_CheckPredicate, 8, 35, 36, 2, // Skip to: 141058 |
195 | | /* 735 */ MCD_OPC_CheckField, 1, 1, 0, 28, 36, 2, // Skip to: 141058 |
196 | | /* 742 */ MCD_OPC_Decode, 140, 26, 9, // Opcode: FMOPS_MPPZZ_H |
197 | | /* 746 */ MCD_OPC_FilterValue, 13, 19, 36, 2, // Skip to: 141058 |
198 | | /* 751 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
199 | | /* 754 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 768 |
200 | | /* 759 */ MCD_OPC_CheckPredicate, 3, 6, 36, 2, // Skip to: 141058 |
201 | | /* 764 */ MCD_OPC_Decode, 132, 26, 8, // Opcode: FMOPAL_MPPZZ |
202 | | /* 768 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 789 |
203 | | /* 773 */ MCD_OPC_CheckPredicate, 9, 248, 35, 2, // Skip to: 141058 |
204 | | /* 778 */ MCD_OPC_CheckField, 1, 1, 0, 241, 35, 2, // Skip to: 141058 |
205 | | /* 785 */ MCD_OPC_Decode, 255, 13, 9, // Opcode: BFMOPA_MPPZZ_H |
206 | | /* 789 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 803 |
207 | | /* 794 */ MCD_OPC_CheckPredicate, 3, 227, 35, 2, // Skip to: 141058 |
208 | | /* 799 */ MCD_OPC_Decode, 138, 26, 8, // Opcode: FMOPSL_MPPZZ |
209 | | /* 803 */ MCD_OPC_FilterValue, 6, 218, 35, 2, // Skip to: 141058 |
210 | | /* 808 */ MCD_OPC_CheckPredicate, 9, 213, 35, 2, // Skip to: 141058 |
211 | | /* 813 */ MCD_OPC_CheckField, 1, 1, 0, 206, 35, 2, // Skip to: 141058 |
212 | | /* 820 */ MCD_OPC_Decode, 129, 14, 9, // Opcode: BFMOPS_MPPZZ_H |
213 | | /* 824 */ MCD_OPC_FilterValue, 5, 91, 12, 0, // Skip to: 3992 |
214 | | /* 829 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
215 | | /* 832 */ MCD_OPC_FilterValue, 0, 35, 1, 0, // Skip to: 1128 |
216 | | /* 837 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
217 | | /* 840 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 876 |
218 | | /* 845 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
219 | | /* 848 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 862 |
220 | | /* 853 */ MCD_OPC_CheckPredicate, 10, 168, 35, 2, // Skip to: 141058 |
221 | | /* 858 */ MCD_OPC_Decode, 190, 30, 11, // Opcode: LD1B_2Z |
222 | | /* 862 */ MCD_OPC_FilterValue, 1, 159, 35, 2, // Skip to: 141058 |
223 | | /* 867 */ MCD_OPC_CheckPredicate, 10, 154, 35, 2, // Skip to: 141058 |
224 | | /* 872 */ MCD_OPC_Decode, 150, 34, 11, // Opcode: LDNT1B_2Z |
225 | | /* 876 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 912 |
226 | | /* 881 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
227 | | /* 884 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 898 |
228 | | /* 889 */ MCD_OPC_CheckPredicate, 10, 132, 35, 2, // Skip to: 141058 |
229 | | /* 894 */ MCD_OPC_Decode, 234, 30, 11, // Opcode: LD1H_2Z |
230 | | /* 898 */ MCD_OPC_FilterValue, 1, 123, 35, 2, // Skip to: 141058 |
231 | | /* 903 */ MCD_OPC_CheckPredicate, 10, 118, 35, 2, // Skip to: 141058 |
232 | | /* 908 */ MCD_OPC_Decode, 173, 34, 11, // Opcode: LDNT1H_2Z |
233 | | /* 912 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 948 |
234 | | /* 917 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
235 | | /* 920 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 934 |
236 | | /* 925 */ MCD_OPC_CheckPredicate, 10, 96, 35, 2, // Skip to: 141058 |
237 | | /* 930 */ MCD_OPC_Decode, 228, 31, 11, // Opcode: LD1W_2Z |
238 | | /* 934 */ MCD_OPC_FilterValue, 1, 87, 35, 2, // Skip to: 141058 |
239 | | /* 939 */ MCD_OPC_CheckPredicate, 10, 82, 35, 2, // Skip to: 141058 |
240 | | /* 944 */ MCD_OPC_Decode, 190, 34, 11, // Opcode: LDNT1W_2Z |
241 | | /* 948 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 984 |
242 | | /* 953 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
243 | | /* 956 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 970 |
244 | | /* 961 */ MCD_OPC_CheckPredicate, 10, 60, 35, 2, // Skip to: 141058 |
245 | | /* 966 */ MCD_OPC_Decode, 206, 30, 11, // Opcode: LD1D_2Z |
246 | | /* 970 */ MCD_OPC_FilterValue, 1, 51, 35, 2, // Skip to: 141058 |
247 | | /* 975 */ MCD_OPC_CheckPredicate, 10, 46, 35, 2, // Skip to: 141058 |
248 | | /* 980 */ MCD_OPC_Decode, 162, 34, 11, // Opcode: LDNT1D_2Z |
249 | | /* 984 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 1020 |
250 | | /* 989 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
251 | | /* 992 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1006 |
252 | | /* 997 */ MCD_OPC_CheckPredicate, 10, 24, 35, 2, // Skip to: 141058 |
253 | | /* 1002 */ MCD_OPC_Decode, 194, 30, 12, // Opcode: LD1B_4Z |
254 | | /* 1006 */ MCD_OPC_FilterValue, 1, 15, 35, 2, // Skip to: 141058 |
255 | | /* 1011 */ MCD_OPC_CheckPredicate, 10, 10, 35, 2, // Skip to: 141058 |
256 | | /* 1016 */ MCD_OPC_Decode, 154, 34, 12, // Opcode: LDNT1B_4Z |
257 | | /* 1020 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 1056 |
258 | | /* 1025 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
259 | | /* 1028 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1042 |
260 | | /* 1033 */ MCD_OPC_CheckPredicate, 10, 244, 34, 2, // Skip to: 141058 |
261 | | /* 1038 */ MCD_OPC_Decode, 238, 30, 12, // Opcode: LD1H_4Z |
262 | | /* 1042 */ MCD_OPC_FilterValue, 1, 235, 34, 2, // Skip to: 141058 |
263 | | /* 1047 */ MCD_OPC_CheckPredicate, 10, 230, 34, 2, // Skip to: 141058 |
264 | | /* 1052 */ MCD_OPC_Decode, 177, 34, 12, // Opcode: LDNT1H_4Z |
265 | | /* 1056 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 1092 |
266 | | /* 1061 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
267 | | /* 1064 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1078 |
268 | | /* 1069 */ MCD_OPC_CheckPredicate, 10, 208, 34, 2, // Skip to: 141058 |
269 | | /* 1074 */ MCD_OPC_Decode, 232, 31, 12, // Opcode: LD1W_4Z |
270 | | /* 1078 */ MCD_OPC_FilterValue, 1, 199, 34, 2, // Skip to: 141058 |
271 | | /* 1083 */ MCD_OPC_CheckPredicate, 10, 194, 34, 2, // Skip to: 141058 |
272 | | /* 1088 */ MCD_OPC_Decode, 194, 34, 12, // Opcode: LDNT1W_4Z |
273 | | /* 1092 */ MCD_OPC_FilterValue, 7, 185, 34, 2, // Skip to: 141058 |
274 | | /* 1097 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
275 | | /* 1100 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1114 |
276 | | /* 1105 */ MCD_OPC_CheckPredicate, 10, 172, 34, 2, // Skip to: 141058 |
277 | | /* 1110 */ MCD_OPC_Decode, 210, 30, 12, // Opcode: LD1D_4Z |
278 | | /* 1114 */ MCD_OPC_FilterValue, 1, 163, 34, 2, // Skip to: 141058 |
279 | | /* 1119 */ MCD_OPC_CheckPredicate, 10, 158, 34, 2, // Skip to: 141058 |
280 | | /* 1124 */ MCD_OPC_Decode, 166, 34, 12, // Opcode: LDNT1D_4Z |
281 | | /* 1128 */ MCD_OPC_FilterValue, 1, 35, 1, 0, // Skip to: 1424 |
282 | | /* 1133 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
283 | | /* 1136 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 1172 |
284 | | /* 1141 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
285 | | /* 1144 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1158 |
286 | | /* 1149 */ MCD_OPC_CheckPredicate, 10, 128, 34, 2, // Skip to: 141058 |
287 | | /* 1154 */ MCD_OPC_Decode, 220, 50, 11, // Opcode: ST1B_2Z |
288 | | /* 1158 */ MCD_OPC_FilterValue, 1, 119, 34, 2, // Skip to: 141058 |
289 | | /* 1163 */ MCD_OPC_CheckPredicate, 10, 114, 34, 2, // Skip to: 141058 |
290 | | /* 1168 */ MCD_OPC_Decode, 245, 52, 11, // Opcode: STNT1B_2Z |
291 | | /* 1172 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 1208 |
292 | | /* 1177 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
293 | | /* 1180 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1194 |
294 | | /* 1185 */ MCD_OPC_CheckPredicate, 10, 92, 34, 2, // Skip to: 141058 |
295 | | /* 1190 */ MCD_OPC_Decode, 136, 51, 11, // Opcode: ST1H_2Z |
296 | | /* 1194 */ MCD_OPC_FilterValue, 1, 83, 34, 2, // Skip to: 141058 |
297 | | /* 1199 */ MCD_OPC_CheckPredicate, 10, 78, 34, 2, // Skip to: 141058 |
298 | | /* 1204 */ MCD_OPC_Decode, 140, 53, 11, // Opcode: STNT1H_2Z |
299 | | /* 1208 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 1244 |
300 | | /* 1213 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
301 | | /* 1216 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1230 |
302 | | /* 1221 */ MCD_OPC_CheckPredicate, 10, 56, 34, 2, // Skip to: 141058 |
303 | | /* 1226 */ MCD_OPC_Decode, 198, 51, 11, // Opcode: ST1W_2Z |
304 | | /* 1230 */ MCD_OPC_FilterValue, 1, 47, 34, 2, // Skip to: 141058 |
305 | | /* 1235 */ MCD_OPC_CheckPredicate, 10, 42, 34, 2, // Skip to: 141058 |
306 | | /* 1240 */ MCD_OPC_Decode, 152, 53, 11, // Opcode: STNT1W_2Z |
307 | | /* 1244 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 1280 |
308 | | /* 1249 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
309 | | /* 1252 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1266 |
310 | | /* 1257 */ MCD_OPC_CheckPredicate, 10, 20, 34, 2, // Skip to: 141058 |
311 | | /* 1262 */ MCD_OPC_Decode, 236, 50, 11, // Opcode: ST1D_2Z |
312 | | /* 1266 */ MCD_OPC_FilterValue, 1, 11, 34, 2, // Skip to: 141058 |
313 | | /* 1271 */ MCD_OPC_CheckPredicate, 10, 6, 34, 2, // Skip to: 141058 |
314 | | /* 1276 */ MCD_OPC_Decode, 129, 53, 11, // Opcode: STNT1D_2Z |
315 | | /* 1280 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 1316 |
316 | | /* 1285 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
317 | | /* 1288 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1302 |
318 | | /* 1293 */ MCD_OPC_CheckPredicate, 10, 240, 33, 2, // Skip to: 141058 |
319 | | /* 1298 */ MCD_OPC_Decode, 224, 50, 12, // Opcode: ST1B_4Z |
320 | | /* 1302 */ MCD_OPC_FilterValue, 1, 231, 33, 2, // Skip to: 141058 |
321 | | /* 1307 */ MCD_OPC_CheckPredicate, 10, 226, 33, 2, // Skip to: 141058 |
322 | | /* 1312 */ MCD_OPC_Decode, 249, 52, 12, // Opcode: STNT1B_4Z |
323 | | /* 1316 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 1352 |
324 | | /* 1321 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
325 | | /* 1324 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1338 |
326 | | /* 1329 */ MCD_OPC_CheckPredicate, 10, 204, 33, 2, // Skip to: 141058 |
327 | | /* 1334 */ MCD_OPC_Decode, 140, 51, 12, // Opcode: ST1H_4Z |
328 | | /* 1338 */ MCD_OPC_FilterValue, 1, 195, 33, 2, // Skip to: 141058 |
329 | | /* 1343 */ MCD_OPC_CheckPredicate, 10, 190, 33, 2, // Skip to: 141058 |
330 | | /* 1348 */ MCD_OPC_Decode, 144, 53, 12, // Opcode: STNT1H_4Z |
331 | | /* 1352 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 1388 |
332 | | /* 1357 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
333 | | /* 1360 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1374 |
334 | | /* 1365 */ MCD_OPC_CheckPredicate, 10, 168, 33, 2, // Skip to: 141058 |
335 | | /* 1370 */ MCD_OPC_Decode, 202, 51, 12, // Opcode: ST1W_4Z |
336 | | /* 1374 */ MCD_OPC_FilterValue, 1, 159, 33, 2, // Skip to: 141058 |
337 | | /* 1379 */ MCD_OPC_CheckPredicate, 10, 154, 33, 2, // Skip to: 141058 |
338 | | /* 1384 */ MCD_OPC_Decode, 156, 53, 12, // Opcode: STNT1W_4Z |
339 | | /* 1388 */ MCD_OPC_FilterValue, 7, 145, 33, 2, // Skip to: 141058 |
340 | | /* 1393 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
341 | | /* 1396 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1410 |
342 | | /* 1401 */ MCD_OPC_CheckPredicate, 10, 132, 33, 2, // Skip to: 141058 |
343 | | /* 1406 */ MCD_OPC_Decode, 240, 50, 12, // Opcode: ST1D_4Z |
344 | | /* 1410 */ MCD_OPC_FilterValue, 1, 123, 33, 2, // Skip to: 141058 |
345 | | /* 1415 */ MCD_OPC_CheckPredicate, 10, 118, 33, 2, // Skip to: 141058 |
346 | | /* 1420 */ MCD_OPC_Decode, 133, 53, 12, // Opcode: STNT1D_4Z |
347 | | /* 1424 */ MCD_OPC_FilterValue, 2, 147, 1, 0, // Skip to: 1832 |
348 | | /* 1429 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
349 | | /* 1432 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 1482 |
350 | | /* 1437 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
351 | | /* 1440 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1461 |
352 | | /* 1445 */ MCD_OPC_CheckPredicate, 10, 88, 33, 2, // Skip to: 141058 |
353 | | /* 1450 */ MCD_OPC_CheckField, 20, 1, 0, 81, 33, 2, // Skip to: 141058 |
354 | | /* 1457 */ MCD_OPC_Decode, 191, 30, 13, // Opcode: LD1B_2Z_IMM |
355 | | /* 1461 */ MCD_OPC_FilterValue, 1, 72, 33, 2, // Skip to: 141058 |
356 | | /* 1466 */ MCD_OPC_CheckPredicate, 10, 67, 33, 2, // Skip to: 141058 |
357 | | /* 1471 */ MCD_OPC_CheckField, 20, 1, 0, 60, 33, 2, // Skip to: 141058 |
358 | | /* 1478 */ MCD_OPC_Decode, 151, 34, 13, // Opcode: LDNT1B_2Z_IMM |
359 | | /* 1482 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 1532 |
360 | | /* 1487 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
361 | | /* 1490 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1511 |
362 | | /* 1495 */ MCD_OPC_CheckPredicate, 10, 38, 33, 2, // Skip to: 141058 |
363 | | /* 1500 */ MCD_OPC_CheckField, 20, 1, 0, 31, 33, 2, // Skip to: 141058 |
364 | | /* 1507 */ MCD_OPC_Decode, 235, 30, 13, // Opcode: LD1H_2Z_IMM |
365 | | /* 1511 */ MCD_OPC_FilterValue, 1, 22, 33, 2, // Skip to: 141058 |
366 | | /* 1516 */ MCD_OPC_CheckPredicate, 10, 17, 33, 2, // Skip to: 141058 |
367 | | /* 1521 */ MCD_OPC_CheckField, 20, 1, 0, 10, 33, 2, // Skip to: 141058 |
368 | | /* 1528 */ MCD_OPC_Decode, 174, 34, 13, // Opcode: LDNT1H_2Z_IMM |
369 | | /* 1532 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 1582 |
370 | | /* 1537 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
371 | | /* 1540 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1561 |
372 | | /* 1545 */ MCD_OPC_CheckPredicate, 10, 244, 32, 2, // Skip to: 141058 |
373 | | /* 1550 */ MCD_OPC_CheckField, 20, 1, 0, 237, 32, 2, // Skip to: 141058 |
374 | | /* 1557 */ MCD_OPC_Decode, 229, 31, 13, // Opcode: LD1W_2Z_IMM |
375 | | /* 1561 */ MCD_OPC_FilterValue, 1, 228, 32, 2, // Skip to: 141058 |
376 | | /* 1566 */ MCD_OPC_CheckPredicate, 10, 223, 32, 2, // Skip to: 141058 |
377 | | /* 1571 */ MCD_OPC_CheckField, 20, 1, 0, 216, 32, 2, // Skip to: 141058 |
378 | | /* 1578 */ MCD_OPC_Decode, 191, 34, 13, // Opcode: LDNT1W_2Z_IMM |
379 | | /* 1582 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 1632 |
380 | | /* 1587 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
381 | | /* 1590 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1611 |
382 | | /* 1595 */ MCD_OPC_CheckPredicate, 10, 194, 32, 2, // Skip to: 141058 |
383 | | /* 1600 */ MCD_OPC_CheckField, 20, 1, 0, 187, 32, 2, // Skip to: 141058 |
384 | | /* 1607 */ MCD_OPC_Decode, 207, 30, 13, // Opcode: LD1D_2Z_IMM |
385 | | /* 1611 */ MCD_OPC_FilterValue, 1, 178, 32, 2, // Skip to: 141058 |
386 | | /* 1616 */ MCD_OPC_CheckPredicate, 10, 173, 32, 2, // Skip to: 141058 |
387 | | /* 1621 */ MCD_OPC_CheckField, 20, 1, 0, 166, 32, 2, // Skip to: 141058 |
388 | | /* 1628 */ MCD_OPC_Decode, 163, 34, 13, // Opcode: LDNT1D_2Z_IMM |
389 | | /* 1632 */ MCD_OPC_FilterValue, 4, 45, 0, 0, // Skip to: 1682 |
390 | | /* 1637 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
391 | | /* 1640 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1661 |
392 | | /* 1645 */ MCD_OPC_CheckPredicate, 10, 144, 32, 2, // Skip to: 141058 |
393 | | /* 1650 */ MCD_OPC_CheckField, 20, 1, 0, 137, 32, 2, // Skip to: 141058 |
394 | | /* 1657 */ MCD_OPC_Decode, 195, 30, 14, // Opcode: LD1B_4Z_IMM |
395 | | /* 1661 */ MCD_OPC_FilterValue, 1, 128, 32, 2, // Skip to: 141058 |
396 | | /* 1666 */ MCD_OPC_CheckPredicate, 10, 123, 32, 2, // Skip to: 141058 |
397 | | /* 1671 */ MCD_OPC_CheckField, 20, 1, 0, 116, 32, 2, // Skip to: 141058 |
398 | | /* 1678 */ MCD_OPC_Decode, 155, 34, 14, // Opcode: LDNT1B_4Z_IMM |
399 | | /* 1682 */ MCD_OPC_FilterValue, 5, 45, 0, 0, // Skip to: 1732 |
400 | | /* 1687 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
401 | | /* 1690 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1711 |
402 | | /* 1695 */ MCD_OPC_CheckPredicate, 10, 94, 32, 2, // Skip to: 141058 |
403 | | /* 1700 */ MCD_OPC_CheckField, 20, 1, 0, 87, 32, 2, // Skip to: 141058 |
404 | | /* 1707 */ MCD_OPC_Decode, 239, 30, 14, // Opcode: LD1H_4Z_IMM |
405 | | /* 1711 */ MCD_OPC_FilterValue, 1, 78, 32, 2, // Skip to: 141058 |
406 | | /* 1716 */ MCD_OPC_CheckPredicate, 10, 73, 32, 2, // Skip to: 141058 |
407 | | /* 1721 */ MCD_OPC_CheckField, 20, 1, 0, 66, 32, 2, // Skip to: 141058 |
408 | | /* 1728 */ MCD_OPC_Decode, 178, 34, 14, // Opcode: LDNT1H_4Z_IMM |
409 | | /* 1732 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 1782 |
410 | | /* 1737 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
411 | | /* 1740 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1761 |
412 | | /* 1745 */ MCD_OPC_CheckPredicate, 10, 44, 32, 2, // Skip to: 141058 |
413 | | /* 1750 */ MCD_OPC_CheckField, 20, 1, 0, 37, 32, 2, // Skip to: 141058 |
414 | | /* 1757 */ MCD_OPC_Decode, 233, 31, 14, // Opcode: LD1W_4Z_IMM |
415 | | /* 1761 */ MCD_OPC_FilterValue, 1, 28, 32, 2, // Skip to: 141058 |
416 | | /* 1766 */ MCD_OPC_CheckPredicate, 10, 23, 32, 2, // Skip to: 141058 |
417 | | /* 1771 */ MCD_OPC_CheckField, 20, 1, 0, 16, 32, 2, // Skip to: 141058 |
418 | | /* 1778 */ MCD_OPC_Decode, 195, 34, 14, // Opcode: LDNT1W_4Z_IMM |
419 | | /* 1782 */ MCD_OPC_FilterValue, 7, 7, 32, 2, // Skip to: 141058 |
420 | | /* 1787 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
421 | | /* 1790 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1811 |
422 | | /* 1795 */ MCD_OPC_CheckPredicate, 10, 250, 31, 2, // Skip to: 141058 |
423 | | /* 1800 */ MCD_OPC_CheckField, 20, 1, 0, 243, 31, 2, // Skip to: 141058 |
424 | | /* 1807 */ MCD_OPC_Decode, 211, 30, 14, // Opcode: LD1D_4Z_IMM |
425 | | /* 1811 */ MCD_OPC_FilterValue, 1, 234, 31, 2, // Skip to: 141058 |
426 | | /* 1816 */ MCD_OPC_CheckPredicate, 10, 229, 31, 2, // Skip to: 141058 |
427 | | /* 1821 */ MCD_OPC_CheckField, 20, 1, 0, 222, 31, 2, // Skip to: 141058 |
428 | | /* 1828 */ MCD_OPC_Decode, 167, 34, 14, // Opcode: LDNT1D_4Z_IMM |
429 | | /* 1832 */ MCD_OPC_FilterValue, 3, 147, 1, 0, // Skip to: 2240 |
430 | | /* 1837 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
431 | | /* 1840 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 1890 |
432 | | /* 1845 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
433 | | /* 1848 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1869 |
434 | | /* 1853 */ MCD_OPC_CheckPredicate, 10, 192, 31, 2, // Skip to: 141058 |
435 | | /* 1858 */ MCD_OPC_CheckField, 20, 1, 0, 185, 31, 2, // Skip to: 141058 |
436 | | /* 1865 */ MCD_OPC_Decode, 221, 50, 13, // Opcode: ST1B_2Z_IMM |
437 | | /* 1869 */ MCD_OPC_FilterValue, 1, 176, 31, 2, // Skip to: 141058 |
438 | | /* 1874 */ MCD_OPC_CheckPredicate, 10, 171, 31, 2, // Skip to: 141058 |
439 | | /* 1879 */ MCD_OPC_CheckField, 20, 1, 0, 164, 31, 2, // Skip to: 141058 |
440 | | /* 1886 */ MCD_OPC_Decode, 246, 52, 13, // Opcode: STNT1B_2Z_IMM |
441 | | /* 1890 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 1940 |
442 | | /* 1895 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
443 | | /* 1898 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1919 |
444 | | /* 1903 */ MCD_OPC_CheckPredicate, 10, 142, 31, 2, // Skip to: 141058 |
445 | | /* 1908 */ MCD_OPC_CheckField, 20, 1, 0, 135, 31, 2, // Skip to: 141058 |
446 | | /* 1915 */ MCD_OPC_Decode, 137, 51, 13, // Opcode: ST1H_2Z_IMM |
447 | | /* 1919 */ MCD_OPC_FilterValue, 1, 126, 31, 2, // Skip to: 141058 |
448 | | /* 1924 */ MCD_OPC_CheckPredicate, 10, 121, 31, 2, // Skip to: 141058 |
449 | | /* 1929 */ MCD_OPC_CheckField, 20, 1, 0, 114, 31, 2, // Skip to: 141058 |
450 | | /* 1936 */ MCD_OPC_Decode, 141, 53, 13, // Opcode: STNT1H_2Z_IMM |
451 | | /* 1940 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 1990 |
452 | | /* 1945 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
453 | | /* 1948 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1969 |
454 | | /* 1953 */ MCD_OPC_CheckPredicate, 10, 92, 31, 2, // Skip to: 141058 |
455 | | /* 1958 */ MCD_OPC_CheckField, 20, 1, 0, 85, 31, 2, // Skip to: 141058 |
456 | | /* 1965 */ MCD_OPC_Decode, 199, 51, 13, // Opcode: ST1W_2Z_IMM |
457 | | /* 1969 */ MCD_OPC_FilterValue, 1, 76, 31, 2, // Skip to: 141058 |
458 | | /* 1974 */ MCD_OPC_CheckPredicate, 10, 71, 31, 2, // Skip to: 141058 |
459 | | /* 1979 */ MCD_OPC_CheckField, 20, 1, 0, 64, 31, 2, // Skip to: 141058 |
460 | | /* 1986 */ MCD_OPC_Decode, 153, 53, 13, // Opcode: STNT1W_2Z_IMM |
461 | | /* 1990 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 2040 |
462 | | /* 1995 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
463 | | /* 1998 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2019 |
464 | | /* 2003 */ MCD_OPC_CheckPredicate, 10, 42, 31, 2, // Skip to: 141058 |
465 | | /* 2008 */ MCD_OPC_CheckField, 20, 1, 0, 35, 31, 2, // Skip to: 141058 |
466 | | /* 2015 */ MCD_OPC_Decode, 237, 50, 13, // Opcode: ST1D_2Z_IMM |
467 | | /* 2019 */ MCD_OPC_FilterValue, 1, 26, 31, 2, // Skip to: 141058 |
468 | | /* 2024 */ MCD_OPC_CheckPredicate, 10, 21, 31, 2, // Skip to: 141058 |
469 | | /* 2029 */ MCD_OPC_CheckField, 20, 1, 0, 14, 31, 2, // Skip to: 141058 |
470 | | /* 2036 */ MCD_OPC_Decode, 130, 53, 13, // Opcode: STNT1D_2Z_IMM |
471 | | /* 2040 */ MCD_OPC_FilterValue, 4, 45, 0, 0, // Skip to: 2090 |
472 | | /* 2045 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
473 | | /* 2048 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2069 |
474 | | /* 2053 */ MCD_OPC_CheckPredicate, 10, 248, 30, 2, // Skip to: 141058 |
475 | | /* 2058 */ MCD_OPC_CheckField, 20, 1, 0, 241, 30, 2, // Skip to: 141058 |
476 | | /* 2065 */ MCD_OPC_Decode, 225, 50, 14, // Opcode: ST1B_4Z_IMM |
477 | | /* 2069 */ MCD_OPC_FilterValue, 1, 232, 30, 2, // Skip to: 141058 |
478 | | /* 2074 */ MCD_OPC_CheckPredicate, 10, 227, 30, 2, // Skip to: 141058 |
479 | | /* 2079 */ MCD_OPC_CheckField, 20, 1, 0, 220, 30, 2, // Skip to: 141058 |
480 | | /* 2086 */ MCD_OPC_Decode, 250, 52, 14, // Opcode: STNT1B_4Z_IMM |
481 | | /* 2090 */ MCD_OPC_FilterValue, 5, 45, 0, 0, // Skip to: 2140 |
482 | | /* 2095 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
483 | | /* 2098 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2119 |
484 | | /* 2103 */ MCD_OPC_CheckPredicate, 10, 198, 30, 2, // Skip to: 141058 |
485 | | /* 2108 */ MCD_OPC_CheckField, 20, 1, 0, 191, 30, 2, // Skip to: 141058 |
486 | | /* 2115 */ MCD_OPC_Decode, 141, 51, 14, // Opcode: ST1H_4Z_IMM |
487 | | /* 2119 */ MCD_OPC_FilterValue, 1, 182, 30, 2, // Skip to: 141058 |
488 | | /* 2124 */ MCD_OPC_CheckPredicate, 10, 177, 30, 2, // Skip to: 141058 |
489 | | /* 2129 */ MCD_OPC_CheckField, 20, 1, 0, 170, 30, 2, // Skip to: 141058 |
490 | | /* 2136 */ MCD_OPC_Decode, 145, 53, 14, // Opcode: STNT1H_4Z_IMM |
491 | | /* 2140 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 2190 |
492 | | /* 2145 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
493 | | /* 2148 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2169 |
494 | | /* 2153 */ MCD_OPC_CheckPredicate, 10, 148, 30, 2, // Skip to: 141058 |
495 | | /* 2158 */ MCD_OPC_CheckField, 20, 1, 0, 141, 30, 2, // Skip to: 141058 |
496 | | /* 2165 */ MCD_OPC_Decode, 203, 51, 14, // Opcode: ST1W_4Z_IMM |
497 | | /* 2169 */ MCD_OPC_FilterValue, 1, 132, 30, 2, // Skip to: 141058 |
498 | | /* 2174 */ MCD_OPC_CheckPredicate, 10, 127, 30, 2, // Skip to: 141058 |
499 | | /* 2179 */ MCD_OPC_CheckField, 20, 1, 0, 120, 30, 2, // Skip to: 141058 |
500 | | /* 2186 */ MCD_OPC_Decode, 157, 53, 14, // Opcode: STNT1W_4Z_IMM |
501 | | /* 2190 */ MCD_OPC_FilterValue, 7, 111, 30, 2, // Skip to: 141058 |
502 | | /* 2195 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
503 | | /* 2198 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2219 |
504 | | /* 2203 */ MCD_OPC_CheckPredicate, 10, 98, 30, 2, // Skip to: 141058 |
505 | | /* 2208 */ MCD_OPC_CheckField, 20, 1, 0, 91, 30, 2, // Skip to: 141058 |
506 | | /* 2215 */ MCD_OPC_Decode, 241, 50, 14, // Opcode: ST1D_4Z_IMM |
507 | | /* 2219 */ MCD_OPC_FilterValue, 1, 82, 30, 2, // Skip to: 141058 |
508 | | /* 2224 */ MCD_OPC_CheckPredicate, 10, 77, 30, 2, // Skip to: 141058 |
509 | | /* 2229 */ MCD_OPC_CheckField, 20, 1, 0, 70, 30, 2, // Skip to: 141058 |
510 | | /* 2236 */ MCD_OPC_Decode, 134, 53, 14, // Opcode: STNT1D_4Z_IMM |
511 | | /* 2240 */ MCD_OPC_FilterValue, 4, 59, 0, 0, // Skip to: 2304 |
512 | | /* 2245 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
513 | | /* 2248 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2262 |
514 | | /* 2253 */ MCD_OPC_CheckPredicate, 3, 48, 30, 2, // Skip to: 141058 |
515 | | /* 2258 */ MCD_OPC_Decode, 140, 45, 8, // Opcode: SMOPA_MPPZZ_S |
516 | | /* 2262 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2276 |
517 | | /* 2267 */ MCD_OPC_CheckPredicate, 4, 34, 30, 2, // Skip to: 141058 |
518 | | /* 2272 */ MCD_OPC_Decode, 139, 45, 8, // Opcode: SMOPA_MPPZZ_HtoS |
519 | | /* 2276 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 2290 |
520 | | /* 2281 */ MCD_OPC_CheckPredicate, 3, 20, 30, 2, // Skip to: 141058 |
521 | | /* 2286 */ MCD_OPC_Decode, 143, 45, 8, // Opcode: SMOPS_MPPZZ_S |
522 | | /* 2290 */ MCD_OPC_FilterValue, 6, 11, 30, 2, // Skip to: 141058 |
523 | | /* 2295 */ MCD_OPC_CheckPredicate, 4, 6, 30, 2, // Skip to: 141058 |
524 | | /* 2300 */ MCD_OPC_Decode, 142, 45, 8, // Opcode: SMOPS_MPPZZ_HtoS |
525 | | /* 2304 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 2340 |
526 | | /* 2309 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
527 | | /* 2312 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2326 |
528 | | /* 2317 */ MCD_OPC_CheckPredicate, 3, 240, 29, 2, // Skip to: 141058 |
529 | | /* 2322 */ MCD_OPC_Decode, 215, 54, 8, // Opcode: SUMOPA_MPPZZ_S |
530 | | /* 2326 */ MCD_OPC_FilterValue, 4, 231, 29, 2, // Skip to: 141058 |
531 | | /* 2331 */ MCD_OPC_CheckPredicate, 3, 226, 29, 2, // Skip to: 141058 |
532 | | /* 2336 */ MCD_OPC_Decode, 217, 54, 8, // Opcode: SUMOPS_MPPZZ_S |
533 | | /* 2340 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 2376 |
534 | | /* 2345 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
535 | | /* 2348 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2362 |
536 | | /* 2353 */ MCD_OPC_CheckPredicate, 11, 204, 29, 2, // Skip to: 141058 |
537 | | /* 2358 */ MCD_OPC_Decode, 138, 45, 10, // Opcode: SMOPA_MPPZZ_D |
538 | | /* 2362 */ MCD_OPC_FilterValue, 2, 195, 29, 2, // Skip to: 141058 |
539 | | /* 2367 */ MCD_OPC_CheckPredicate, 11, 190, 29, 2, // Skip to: 141058 |
540 | | /* 2372 */ MCD_OPC_Decode, 141, 45, 10, // Opcode: SMOPS_MPPZZ_D |
541 | | /* 2376 */ MCD_OPC_FilterValue, 7, 31, 0, 0, // Skip to: 2412 |
542 | | /* 2381 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
543 | | /* 2384 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2398 |
544 | | /* 2389 */ MCD_OPC_CheckPredicate, 11, 168, 29, 2, // Skip to: 141058 |
545 | | /* 2394 */ MCD_OPC_Decode, 214, 54, 10, // Opcode: SUMOPA_MPPZZ_D |
546 | | /* 2398 */ MCD_OPC_FilterValue, 2, 159, 29, 2, // Skip to: 141058 |
547 | | /* 2403 */ MCD_OPC_CheckPredicate, 11, 154, 29, 2, // Skip to: 141058 |
548 | | /* 2408 */ MCD_OPC_Decode, 216, 54, 10, // Opcode: SUMOPS_MPPZZ_D |
549 | | /* 2412 */ MCD_OPC_FilterValue, 8, 35, 1, 0, // Skip to: 2708 |
550 | | /* 2417 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
551 | | /* 2420 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 2456 |
552 | | /* 2425 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
553 | | /* 2428 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2442 |
554 | | /* 2433 */ MCD_OPC_CheckPredicate, 4, 124, 29, 2, // Skip to: 141058 |
555 | | /* 2438 */ MCD_OPC_Decode, 192, 30, 15, // Opcode: LD1B_2Z_STRIDED |
556 | | /* 2442 */ MCD_OPC_FilterValue, 1, 115, 29, 2, // Skip to: 141058 |
557 | | /* 2447 */ MCD_OPC_CheckPredicate, 4, 110, 29, 2, // Skip to: 141058 |
558 | | /* 2452 */ MCD_OPC_Decode, 152, 34, 15, // Opcode: LDNT1B_2Z_STRIDED |
559 | | /* 2456 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 2492 |
560 | | /* 2461 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
561 | | /* 2464 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2478 |
562 | | /* 2469 */ MCD_OPC_CheckPredicate, 4, 88, 29, 2, // Skip to: 141058 |
563 | | /* 2474 */ MCD_OPC_Decode, 236, 30, 15, // Opcode: LD1H_2Z_STRIDED |
564 | | /* 2478 */ MCD_OPC_FilterValue, 1, 79, 29, 2, // Skip to: 141058 |
565 | | /* 2483 */ MCD_OPC_CheckPredicate, 4, 74, 29, 2, // Skip to: 141058 |
566 | | /* 2488 */ MCD_OPC_Decode, 175, 34, 15, // Opcode: LDNT1H_2Z_STRIDED |
567 | | /* 2492 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 2528 |
568 | | /* 2497 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
569 | | /* 2500 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2514 |
570 | | /* 2505 */ MCD_OPC_CheckPredicate, 4, 52, 29, 2, // Skip to: 141058 |
571 | | /* 2510 */ MCD_OPC_Decode, 230, 31, 15, // Opcode: LD1W_2Z_STRIDED |
572 | | /* 2514 */ MCD_OPC_FilterValue, 1, 43, 29, 2, // Skip to: 141058 |
573 | | /* 2519 */ MCD_OPC_CheckPredicate, 4, 38, 29, 2, // Skip to: 141058 |
574 | | /* 2524 */ MCD_OPC_Decode, 192, 34, 15, // Opcode: LDNT1W_2Z_STRIDED |
575 | | /* 2528 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 2564 |
576 | | /* 2533 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
577 | | /* 2536 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2550 |
578 | | /* 2541 */ MCD_OPC_CheckPredicate, 4, 16, 29, 2, // Skip to: 141058 |
579 | | /* 2546 */ MCD_OPC_Decode, 208, 30, 15, // Opcode: LD1D_2Z_STRIDED |
580 | | /* 2550 */ MCD_OPC_FilterValue, 1, 7, 29, 2, // Skip to: 141058 |
581 | | /* 2555 */ MCD_OPC_CheckPredicate, 4, 2, 29, 2, // Skip to: 141058 |
582 | | /* 2560 */ MCD_OPC_Decode, 164, 34, 15, // Opcode: LDNT1D_2Z_STRIDED |
583 | | /* 2564 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 2600 |
584 | | /* 2569 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
585 | | /* 2572 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2586 |
586 | | /* 2577 */ MCD_OPC_CheckPredicate, 4, 236, 28, 2, // Skip to: 141058 |
587 | | /* 2582 */ MCD_OPC_Decode, 196, 30, 16, // Opcode: LD1B_4Z_STRIDED |
588 | | /* 2586 */ MCD_OPC_FilterValue, 2, 227, 28, 2, // Skip to: 141058 |
589 | | /* 2591 */ MCD_OPC_CheckPredicate, 4, 222, 28, 2, // Skip to: 141058 |
590 | | /* 2596 */ MCD_OPC_Decode, 156, 34, 16, // Opcode: LDNT1B_4Z_STRIDED |
591 | | /* 2600 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 2636 |
592 | | /* 2605 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
593 | | /* 2608 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2622 |
594 | | /* 2613 */ MCD_OPC_CheckPredicate, 4, 200, 28, 2, // Skip to: 141058 |
595 | | /* 2618 */ MCD_OPC_Decode, 240, 30, 16, // Opcode: LD1H_4Z_STRIDED |
596 | | /* 2622 */ MCD_OPC_FilterValue, 2, 191, 28, 2, // Skip to: 141058 |
597 | | /* 2627 */ MCD_OPC_CheckPredicate, 4, 186, 28, 2, // Skip to: 141058 |
598 | | /* 2632 */ MCD_OPC_Decode, 179, 34, 16, // Opcode: LDNT1H_4Z_STRIDED |
599 | | /* 2636 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 2672 |
600 | | /* 2641 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
601 | | /* 2644 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2658 |
602 | | /* 2649 */ MCD_OPC_CheckPredicate, 4, 164, 28, 2, // Skip to: 141058 |
603 | | /* 2654 */ MCD_OPC_Decode, 234, 31, 16, // Opcode: LD1W_4Z_STRIDED |
604 | | /* 2658 */ MCD_OPC_FilterValue, 2, 155, 28, 2, // Skip to: 141058 |
605 | | /* 2663 */ MCD_OPC_CheckPredicate, 4, 150, 28, 2, // Skip to: 141058 |
606 | | /* 2668 */ MCD_OPC_Decode, 196, 34, 16, // Opcode: LDNT1W_4Z_STRIDED |
607 | | /* 2672 */ MCD_OPC_FilterValue, 7, 141, 28, 2, // Skip to: 141058 |
608 | | /* 2677 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
609 | | /* 2680 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2694 |
610 | | /* 2685 */ MCD_OPC_CheckPredicate, 4, 128, 28, 2, // Skip to: 141058 |
611 | | /* 2690 */ MCD_OPC_Decode, 212, 30, 16, // Opcode: LD1D_4Z_STRIDED |
612 | | /* 2694 */ MCD_OPC_FilterValue, 2, 119, 28, 2, // Skip to: 141058 |
613 | | /* 2699 */ MCD_OPC_CheckPredicate, 4, 114, 28, 2, // Skip to: 141058 |
614 | | /* 2704 */ MCD_OPC_Decode, 168, 34, 16, // Opcode: LDNT1D_4Z_STRIDED |
615 | | /* 2708 */ MCD_OPC_FilterValue, 9, 35, 1, 0, // Skip to: 3004 |
616 | | /* 2713 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
617 | | /* 2716 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 2752 |
618 | | /* 2721 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
619 | | /* 2724 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2738 |
620 | | /* 2729 */ MCD_OPC_CheckPredicate, 4, 84, 28, 2, // Skip to: 141058 |
621 | | /* 2734 */ MCD_OPC_Decode, 222, 50, 15, // Opcode: ST1B_2Z_STRIDED |
622 | | /* 2738 */ MCD_OPC_FilterValue, 1, 75, 28, 2, // Skip to: 141058 |
623 | | /* 2743 */ MCD_OPC_CheckPredicate, 4, 70, 28, 2, // Skip to: 141058 |
624 | | /* 2748 */ MCD_OPC_Decode, 247, 52, 15, // Opcode: STNT1B_2Z_STRIDED |
625 | | /* 2752 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 2788 |
626 | | /* 2757 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
627 | | /* 2760 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2774 |
628 | | /* 2765 */ MCD_OPC_CheckPredicate, 4, 48, 28, 2, // Skip to: 141058 |
629 | | /* 2770 */ MCD_OPC_Decode, 138, 51, 15, // Opcode: ST1H_2Z_STRIDED |
630 | | /* 2774 */ MCD_OPC_FilterValue, 1, 39, 28, 2, // Skip to: 141058 |
631 | | /* 2779 */ MCD_OPC_CheckPredicate, 4, 34, 28, 2, // Skip to: 141058 |
632 | | /* 2784 */ MCD_OPC_Decode, 142, 53, 15, // Opcode: STNT1H_2Z_STRIDED |
633 | | /* 2788 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 2824 |
634 | | /* 2793 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
635 | | /* 2796 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2810 |
636 | | /* 2801 */ MCD_OPC_CheckPredicate, 4, 12, 28, 2, // Skip to: 141058 |
637 | | /* 2806 */ MCD_OPC_Decode, 200, 51, 15, // Opcode: ST1W_2Z_STRIDED |
638 | | /* 2810 */ MCD_OPC_FilterValue, 1, 3, 28, 2, // Skip to: 141058 |
639 | | /* 2815 */ MCD_OPC_CheckPredicate, 4, 254, 27, 2, // Skip to: 141058 |
640 | | /* 2820 */ MCD_OPC_Decode, 154, 53, 15, // Opcode: STNT1W_2Z_STRIDED |
641 | | /* 2824 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 2860 |
642 | | /* 2829 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
643 | | /* 2832 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2846 |
644 | | /* 2837 */ MCD_OPC_CheckPredicate, 4, 232, 27, 2, // Skip to: 141058 |
645 | | /* 2842 */ MCD_OPC_Decode, 238, 50, 15, // Opcode: ST1D_2Z_STRIDED |
646 | | /* 2846 */ MCD_OPC_FilterValue, 1, 223, 27, 2, // Skip to: 141058 |
647 | | /* 2851 */ MCD_OPC_CheckPredicate, 4, 218, 27, 2, // Skip to: 141058 |
648 | | /* 2856 */ MCD_OPC_Decode, 131, 53, 15, // Opcode: STNT1D_2Z_STRIDED |
649 | | /* 2860 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 2896 |
650 | | /* 2865 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
651 | | /* 2868 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2882 |
652 | | /* 2873 */ MCD_OPC_CheckPredicate, 4, 196, 27, 2, // Skip to: 141058 |
653 | | /* 2878 */ MCD_OPC_Decode, 226, 50, 16, // Opcode: ST1B_4Z_STRIDED |
654 | | /* 2882 */ MCD_OPC_FilterValue, 2, 187, 27, 2, // Skip to: 141058 |
655 | | /* 2887 */ MCD_OPC_CheckPredicate, 4, 182, 27, 2, // Skip to: 141058 |
656 | | /* 2892 */ MCD_OPC_Decode, 251, 52, 16, // Opcode: STNT1B_4Z_STRIDED |
657 | | /* 2896 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 2932 |
658 | | /* 2901 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
659 | | /* 2904 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2918 |
660 | | /* 2909 */ MCD_OPC_CheckPredicate, 4, 160, 27, 2, // Skip to: 141058 |
661 | | /* 2914 */ MCD_OPC_Decode, 142, 51, 16, // Opcode: ST1H_4Z_STRIDED |
662 | | /* 2918 */ MCD_OPC_FilterValue, 2, 151, 27, 2, // Skip to: 141058 |
663 | | /* 2923 */ MCD_OPC_CheckPredicate, 4, 146, 27, 2, // Skip to: 141058 |
664 | | /* 2928 */ MCD_OPC_Decode, 146, 53, 16, // Opcode: STNT1H_4Z_STRIDED |
665 | | /* 2932 */ MCD_OPC_FilterValue, 6, 31, 0, 0, // Skip to: 2968 |
666 | | /* 2937 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
667 | | /* 2940 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2954 |
668 | | /* 2945 */ MCD_OPC_CheckPredicate, 4, 124, 27, 2, // Skip to: 141058 |
669 | | /* 2950 */ MCD_OPC_Decode, 204, 51, 16, // Opcode: ST1W_4Z_STRIDED |
670 | | /* 2954 */ MCD_OPC_FilterValue, 2, 115, 27, 2, // Skip to: 141058 |
671 | | /* 2959 */ MCD_OPC_CheckPredicate, 4, 110, 27, 2, // Skip to: 141058 |
672 | | /* 2964 */ MCD_OPC_Decode, 158, 53, 16, // Opcode: STNT1W_4Z_STRIDED |
673 | | /* 2968 */ MCD_OPC_FilterValue, 7, 101, 27, 2, // Skip to: 141058 |
674 | | /* 2973 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
675 | | /* 2976 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2990 |
676 | | /* 2981 */ MCD_OPC_CheckPredicate, 4, 88, 27, 2, // Skip to: 141058 |
677 | | /* 2986 */ MCD_OPC_Decode, 242, 50, 16, // Opcode: ST1D_4Z_STRIDED |
678 | | /* 2990 */ MCD_OPC_FilterValue, 2, 79, 27, 2, // Skip to: 141058 |
679 | | /* 2995 */ MCD_OPC_CheckPredicate, 4, 74, 27, 2, // Skip to: 141058 |
680 | | /* 3000 */ MCD_OPC_Decode, 135, 53, 16, // Opcode: STNT1D_4Z_STRIDED |
681 | | /* 3004 */ MCD_OPC_FilterValue, 10, 147, 1, 0, // Skip to: 3412 |
682 | | /* 3009 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
683 | | /* 3012 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 3062 |
684 | | /* 3017 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
685 | | /* 3020 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3041 |
686 | | /* 3025 */ MCD_OPC_CheckPredicate, 4, 44, 27, 2, // Skip to: 141058 |
687 | | /* 3030 */ MCD_OPC_CheckField, 20, 1, 0, 37, 27, 2, // Skip to: 141058 |
688 | | /* 3037 */ MCD_OPC_Decode, 193, 30, 17, // Opcode: LD1B_2Z_STRIDED_IMM |
689 | | /* 3041 */ MCD_OPC_FilterValue, 1, 28, 27, 2, // Skip to: 141058 |
690 | | /* 3046 */ MCD_OPC_CheckPredicate, 4, 23, 27, 2, // Skip to: 141058 |
691 | | /* 3051 */ MCD_OPC_CheckField, 20, 1, 0, 16, 27, 2, // Skip to: 141058 |
692 | | /* 3058 */ MCD_OPC_Decode, 153, 34, 17, // Opcode: LDNT1B_2Z_STRIDED_IMM |
693 | | /* 3062 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 3112 |
694 | | /* 3067 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
695 | | /* 3070 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3091 |
696 | | /* 3075 */ MCD_OPC_CheckPredicate, 4, 250, 26, 2, // Skip to: 141058 |
697 | | /* 3080 */ MCD_OPC_CheckField, 20, 1, 0, 243, 26, 2, // Skip to: 141058 |
698 | | /* 3087 */ MCD_OPC_Decode, 237, 30, 17, // Opcode: LD1H_2Z_STRIDED_IMM |
699 | | /* 3091 */ MCD_OPC_FilterValue, 1, 234, 26, 2, // Skip to: 141058 |
700 | | /* 3096 */ MCD_OPC_CheckPredicate, 4, 229, 26, 2, // Skip to: 141058 |
701 | | /* 3101 */ MCD_OPC_CheckField, 20, 1, 0, 222, 26, 2, // Skip to: 141058 |
702 | | /* 3108 */ MCD_OPC_Decode, 176, 34, 17, // Opcode: LDNT1H_2Z_STRIDED_IMM |
703 | | /* 3112 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 3162 |
704 | | /* 3117 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
705 | | /* 3120 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3141 |
706 | | /* 3125 */ MCD_OPC_CheckPredicate, 4, 200, 26, 2, // Skip to: 141058 |
707 | | /* 3130 */ MCD_OPC_CheckField, 20, 1, 0, 193, 26, 2, // Skip to: 141058 |
708 | | /* 3137 */ MCD_OPC_Decode, 231, 31, 17, // Opcode: LD1W_2Z_STRIDED_IMM |
709 | | /* 3141 */ MCD_OPC_FilterValue, 1, 184, 26, 2, // Skip to: 141058 |
710 | | /* 3146 */ MCD_OPC_CheckPredicate, 4, 179, 26, 2, // Skip to: 141058 |
711 | | /* 3151 */ MCD_OPC_CheckField, 20, 1, 0, 172, 26, 2, // Skip to: 141058 |
712 | | /* 3158 */ MCD_OPC_Decode, 193, 34, 17, // Opcode: LDNT1W_2Z_STRIDED_IMM |
713 | | /* 3162 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 3212 |
714 | | /* 3167 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
715 | | /* 3170 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3191 |
716 | | /* 3175 */ MCD_OPC_CheckPredicate, 4, 150, 26, 2, // Skip to: 141058 |
717 | | /* 3180 */ MCD_OPC_CheckField, 20, 1, 0, 143, 26, 2, // Skip to: 141058 |
718 | | /* 3187 */ MCD_OPC_Decode, 209, 30, 17, // Opcode: LD1D_2Z_STRIDED_IMM |
719 | | /* 3191 */ MCD_OPC_FilterValue, 1, 134, 26, 2, // Skip to: 141058 |
720 | | /* 3196 */ MCD_OPC_CheckPredicate, 4, 129, 26, 2, // Skip to: 141058 |
721 | | /* 3201 */ MCD_OPC_CheckField, 20, 1, 0, 122, 26, 2, // Skip to: 141058 |
722 | | /* 3208 */ MCD_OPC_Decode, 165, 34, 17, // Opcode: LDNT1D_2Z_STRIDED_IMM |
723 | | /* 3212 */ MCD_OPC_FilterValue, 4, 45, 0, 0, // Skip to: 3262 |
724 | | /* 3217 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
725 | | /* 3220 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3241 |
726 | | /* 3225 */ MCD_OPC_CheckPredicate, 4, 100, 26, 2, // Skip to: 141058 |
727 | | /* 3230 */ MCD_OPC_CheckField, 20, 1, 0, 93, 26, 2, // Skip to: 141058 |
728 | | /* 3237 */ MCD_OPC_Decode, 197, 30, 18, // Opcode: LD1B_4Z_STRIDED_IMM |
729 | | /* 3241 */ MCD_OPC_FilterValue, 2, 84, 26, 2, // Skip to: 141058 |
730 | | /* 3246 */ MCD_OPC_CheckPredicate, 4, 79, 26, 2, // Skip to: 141058 |
731 | | /* 3251 */ MCD_OPC_CheckField, 20, 1, 0, 72, 26, 2, // Skip to: 141058 |
732 | | /* 3258 */ MCD_OPC_Decode, 157, 34, 18, // Opcode: LDNT1B_4Z_STRIDED_IMM |
733 | | /* 3262 */ MCD_OPC_FilterValue, 5, 45, 0, 0, // Skip to: 3312 |
734 | | /* 3267 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
735 | | /* 3270 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3291 |
736 | | /* 3275 */ MCD_OPC_CheckPredicate, 4, 50, 26, 2, // Skip to: 141058 |
737 | | /* 3280 */ MCD_OPC_CheckField, 20, 1, 0, 43, 26, 2, // Skip to: 141058 |
738 | | /* 3287 */ MCD_OPC_Decode, 241, 30, 18, // Opcode: LD1H_4Z_STRIDED_IMM |
739 | | /* 3291 */ MCD_OPC_FilterValue, 2, 34, 26, 2, // Skip to: 141058 |
740 | | /* 3296 */ MCD_OPC_CheckPredicate, 4, 29, 26, 2, // Skip to: 141058 |
741 | | /* 3301 */ MCD_OPC_CheckField, 20, 1, 0, 22, 26, 2, // Skip to: 141058 |
742 | | /* 3308 */ MCD_OPC_Decode, 180, 34, 18, // Opcode: LDNT1H_4Z_STRIDED_IMM |
743 | | /* 3312 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 3362 |
744 | | /* 3317 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
745 | | /* 3320 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3341 |
746 | | /* 3325 */ MCD_OPC_CheckPredicate, 4, 0, 26, 2, // Skip to: 141058 |
747 | | /* 3330 */ MCD_OPC_CheckField, 20, 1, 0, 249, 25, 2, // Skip to: 141058 |
748 | | /* 3337 */ MCD_OPC_Decode, 235, 31, 18, // Opcode: LD1W_4Z_STRIDED_IMM |
749 | | /* 3341 */ MCD_OPC_FilterValue, 2, 240, 25, 2, // Skip to: 141058 |
750 | | /* 3346 */ MCD_OPC_CheckPredicate, 4, 235, 25, 2, // Skip to: 141058 |
751 | | /* 3351 */ MCD_OPC_CheckField, 20, 1, 0, 228, 25, 2, // Skip to: 141058 |
752 | | /* 3358 */ MCD_OPC_Decode, 197, 34, 18, // Opcode: LDNT1W_4Z_STRIDED_IMM |
753 | | /* 3362 */ MCD_OPC_FilterValue, 7, 219, 25, 2, // Skip to: 141058 |
754 | | /* 3367 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
755 | | /* 3370 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3391 |
756 | | /* 3375 */ MCD_OPC_CheckPredicate, 4, 206, 25, 2, // Skip to: 141058 |
757 | | /* 3380 */ MCD_OPC_CheckField, 20, 1, 0, 199, 25, 2, // Skip to: 141058 |
758 | | /* 3387 */ MCD_OPC_Decode, 213, 30, 18, // Opcode: LD1D_4Z_STRIDED_IMM |
759 | | /* 3391 */ MCD_OPC_FilterValue, 2, 190, 25, 2, // Skip to: 141058 |
760 | | /* 3396 */ MCD_OPC_CheckPredicate, 4, 185, 25, 2, // Skip to: 141058 |
761 | | /* 3401 */ MCD_OPC_CheckField, 20, 1, 0, 178, 25, 2, // Skip to: 141058 |
762 | | /* 3408 */ MCD_OPC_Decode, 169, 34, 18, // Opcode: LDNT1D_4Z_STRIDED_IMM |
763 | | /* 3412 */ MCD_OPC_FilterValue, 11, 147, 1, 0, // Skip to: 3820 |
764 | | /* 3417 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
765 | | /* 3420 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 3470 |
766 | | /* 3425 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
767 | | /* 3428 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3449 |
768 | | /* 3433 */ MCD_OPC_CheckPredicate, 4, 148, 25, 2, // Skip to: 141058 |
769 | | /* 3438 */ MCD_OPC_CheckField, 20, 1, 0, 141, 25, 2, // Skip to: 141058 |
770 | | /* 3445 */ MCD_OPC_Decode, 223, 50, 17, // Opcode: ST1B_2Z_STRIDED_IMM |
771 | | /* 3449 */ MCD_OPC_FilterValue, 1, 132, 25, 2, // Skip to: 141058 |
772 | | /* 3454 */ MCD_OPC_CheckPredicate, 4, 127, 25, 2, // Skip to: 141058 |
773 | | /* 3459 */ MCD_OPC_CheckField, 20, 1, 0, 120, 25, 2, // Skip to: 141058 |
774 | | /* 3466 */ MCD_OPC_Decode, 248, 52, 17, // Opcode: STNT1B_2Z_STRIDED_IMM |
775 | | /* 3470 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 3520 |
776 | | /* 3475 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
777 | | /* 3478 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3499 |
778 | | /* 3483 */ MCD_OPC_CheckPredicate, 4, 98, 25, 2, // Skip to: 141058 |
779 | | /* 3488 */ MCD_OPC_CheckField, 20, 1, 0, 91, 25, 2, // Skip to: 141058 |
780 | | /* 3495 */ MCD_OPC_Decode, 139, 51, 17, // Opcode: ST1H_2Z_STRIDED_IMM |
781 | | /* 3499 */ MCD_OPC_FilterValue, 1, 82, 25, 2, // Skip to: 141058 |
782 | | /* 3504 */ MCD_OPC_CheckPredicate, 4, 77, 25, 2, // Skip to: 141058 |
783 | | /* 3509 */ MCD_OPC_CheckField, 20, 1, 0, 70, 25, 2, // Skip to: 141058 |
784 | | /* 3516 */ MCD_OPC_Decode, 143, 53, 17, // Opcode: STNT1H_2Z_STRIDED_IMM |
785 | | /* 3520 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 3570 |
786 | | /* 3525 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
787 | | /* 3528 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3549 |
788 | | /* 3533 */ MCD_OPC_CheckPredicate, 4, 48, 25, 2, // Skip to: 141058 |
789 | | /* 3538 */ MCD_OPC_CheckField, 20, 1, 0, 41, 25, 2, // Skip to: 141058 |
790 | | /* 3545 */ MCD_OPC_Decode, 201, 51, 17, // Opcode: ST1W_2Z_STRIDED_IMM |
791 | | /* 3549 */ MCD_OPC_FilterValue, 1, 32, 25, 2, // Skip to: 141058 |
792 | | /* 3554 */ MCD_OPC_CheckPredicate, 4, 27, 25, 2, // Skip to: 141058 |
793 | | /* 3559 */ MCD_OPC_CheckField, 20, 1, 0, 20, 25, 2, // Skip to: 141058 |
794 | | /* 3566 */ MCD_OPC_Decode, 155, 53, 17, // Opcode: STNT1W_2Z_STRIDED_IMM |
795 | | /* 3570 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 3620 |
796 | | /* 3575 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
797 | | /* 3578 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3599 |
798 | | /* 3583 */ MCD_OPC_CheckPredicate, 4, 254, 24, 2, // Skip to: 141058 |
799 | | /* 3588 */ MCD_OPC_CheckField, 20, 1, 0, 247, 24, 2, // Skip to: 141058 |
800 | | /* 3595 */ MCD_OPC_Decode, 239, 50, 17, // Opcode: ST1D_2Z_STRIDED_IMM |
801 | | /* 3599 */ MCD_OPC_FilterValue, 1, 238, 24, 2, // Skip to: 141058 |
802 | | /* 3604 */ MCD_OPC_CheckPredicate, 4, 233, 24, 2, // Skip to: 141058 |
803 | | /* 3609 */ MCD_OPC_CheckField, 20, 1, 0, 226, 24, 2, // Skip to: 141058 |
804 | | /* 3616 */ MCD_OPC_Decode, 132, 53, 17, // Opcode: STNT1D_2Z_STRIDED_IMM |
805 | | /* 3620 */ MCD_OPC_FilterValue, 4, 45, 0, 0, // Skip to: 3670 |
806 | | /* 3625 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
807 | | /* 3628 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3649 |
808 | | /* 3633 */ MCD_OPC_CheckPredicate, 4, 204, 24, 2, // Skip to: 141058 |
809 | | /* 3638 */ MCD_OPC_CheckField, 20, 1, 0, 197, 24, 2, // Skip to: 141058 |
810 | | /* 3645 */ MCD_OPC_Decode, 227, 50, 18, // Opcode: ST1B_4Z_STRIDED_IMM |
811 | | /* 3649 */ MCD_OPC_FilterValue, 2, 188, 24, 2, // Skip to: 141058 |
812 | | /* 3654 */ MCD_OPC_CheckPredicate, 4, 183, 24, 2, // Skip to: 141058 |
813 | | /* 3659 */ MCD_OPC_CheckField, 20, 1, 0, 176, 24, 2, // Skip to: 141058 |
814 | | /* 3666 */ MCD_OPC_Decode, 252, 52, 18, // Opcode: STNT1B_4Z_STRIDED_IMM |
815 | | /* 3670 */ MCD_OPC_FilterValue, 5, 45, 0, 0, // Skip to: 3720 |
816 | | /* 3675 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
817 | | /* 3678 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3699 |
818 | | /* 3683 */ MCD_OPC_CheckPredicate, 4, 154, 24, 2, // Skip to: 141058 |
819 | | /* 3688 */ MCD_OPC_CheckField, 20, 1, 0, 147, 24, 2, // Skip to: 141058 |
820 | | /* 3695 */ MCD_OPC_Decode, 143, 51, 18, // Opcode: ST1H_4Z_STRIDED_IMM |
821 | | /* 3699 */ MCD_OPC_FilterValue, 2, 138, 24, 2, // Skip to: 141058 |
822 | | /* 3704 */ MCD_OPC_CheckPredicate, 4, 133, 24, 2, // Skip to: 141058 |
823 | | /* 3709 */ MCD_OPC_CheckField, 20, 1, 0, 126, 24, 2, // Skip to: 141058 |
824 | | /* 3716 */ MCD_OPC_Decode, 147, 53, 18, // Opcode: STNT1H_4Z_STRIDED_IMM |
825 | | /* 3720 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 3770 |
826 | | /* 3725 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
827 | | /* 3728 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3749 |
828 | | /* 3733 */ MCD_OPC_CheckPredicate, 4, 104, 24, 2, // Skip to: 141058 |
829 | | /* 3738 */ MCD_OPC_CheckField, 20, 1, 0, 97, 24, 2, // Skip to: 141058 |
830 | | /* 3745 */ MCD_OPC_Decode, 205, 51, 18, // Opcode: ST1W_4Z_STRIDED_IMM |
831 | | /* 3749 */ MCD_OPC_FilterValue, 2, 88, 24, 2, // Skip to: 141058 |
832 | | /* 3754 */ MCD_OPC_CheckPredicate, 4, 83, 24, 2, // Skip to: 141058 |
833 | | /* 3759 */ MCD_OPC_CheckField, 20, 1, 0, 76, 24, 2, // Skip to: 141058 |
834 | | /* 3766 */ MCD_OPC_Decode, 159, 53, 18, // Opcode: STNT1W_4Z_STRIDED_IMM |
835 | | /* 3770 */ MCD_OPC_FilterValue, 7, 67, 24, 2, // Skip to: 141058 |
836 | | /* 3775 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
837 | | /* 3778 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 3799 |
838 | | /* 3783 */ MCD_OPC_CheckPredicate, 4, 54, 24, 2, // Skip to: 141058 |
839 | | /* 3788 */ MCD_OPC_CheckField, 20, 1, 0, 47, 24, 2, // Skip to: 141058 |
840 | | /* 3795 */ MCD_OPC_Decode, 243, 50, 18, // Opcode: ST1D_4Z_STRIDED_IMM |
841 | | /* 3799 */ MCD_OPC_FilterValue, 2, 38, 24, 2, // Skip to: 141058 |
842 | | /* 3804 */ MCD_OPC_CheckPredicate, 4, 33, 24, 2, // Skip to: 141058 |
843 | | /* 3809 */ MCD_OPC_CheckField, 20, 1, 0, 26, 24, 2, // Skip to: 141058 |
844 | | /* 3816 */ MCD_OPC_Decode, 136, 53, 18, // Opcode: STNT1D_4Z_STRIDED_IMM |
845 | | /* 3820 */ MCD_OPC_FilterValue, 12, 59, 0, 0, // Skip to: 3884 |
846 | | /* 3825 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
847 | | /* 3828 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3842 |
848 | | /* 3833 */ MCD_OPC_CheckPredicate, 3, 4, 24, 2, // Skip to: 141058 |
849 | | /* 3838 */ MCD_OPC_Decode, 240, 61, 8, // Opcode: USMOPA_MPPZZ_S |
850 | | /* 3842 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3856 |
851 | | /* 3847 */ MCD_OPC_CheckPredicate, 4, 246, 23, 2, // Skip to: 141058 |
852 | | /* 3852 */ MCD_OPC_Decode, 254, 58, 8, // Opcode: UMOPA_MPPZZ_HtoS |
853 | | /* 3856 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 3870 |
854 | | /* 3861 */ MCD_OPC_CheckPredicate, 3, 232, 23, 2, // Skip to: 141058 |
855 | | /* 3866 */ MCD_OPC_Decode, 242, 61, 8, // Opcode: USMOPS_MPPZZ_S |
856 | | /* 3870 */ MCD_OPC_FilterValue, 6, 223, 23, 2, // Skip to: 141058 |
857 | | /* 3875 */ MCD_OPC_CheckPredicate, 4, 218, 23, 2, // Skip to: 141058 |
858 | | /* 3880 */ MCD_OPC_Decode, 129, 59, 8, // Opcode: UMOPS_MPPZZ_HtoS |
859 | | /* 3884 */ MCD_OPC_FilterValue, 13, 31, 0, 0, // Skip to: 3920 |
860 | | /* 3889 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
861 | | /* 3892 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3906 |
862 | | /* 3897 */ MCD_OPC_CheckPredicate, 3, 196, 23, 2, // Skip to: 141058 |
863 | | /* 3902 */ MCD_OPC_Decode, 255, 58, 8, // Opcode: UMOPA_MPPZZ_S |
864 | | /* 3906 */ MCD_OPC_FilterValue, 4, 187, 23, 2, // Skip to: 141058 |
865 | | /* 3911 */ MCD_OPC_CheckPredicate, 3, 182, 23, 2, // Skip to: 141058 |
866 | | /* 3916 */ MCD_OPC_Decode, 130, 59, 8, // Opcode: UMOPS_MPPZZ_S |
867 | | /* 3920 */ MCD_OPC_FilterValue, 14, 31, 0, 0, // Skip to: 3956 |
868 | | /* 3925 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
869 | | /* 3928 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3942 |
870 | | /* 3933 */ MCD_OPC_CheckPredicate, 11, 160, 23, 2, // Skip to: 141058 |
871 | | /* 3938 */ MCD_OPC_Decode, 239, 61, 10, // Opcode: USMOPA_MPPZZ_D |
872 | | /* 3942 */ MCD_OPC_FilterValue, 2, 151, 23, 2, // Skip to: 141058 |
873 | | /* 3947 */ MCD_OPC_CheckPredicate, 11, 146, 23, 2, // Skip to: 141058 |
874 | | /* 3952 */ MCD_OPC_Decode, 241, 61, 10, // Opcode: USMOPS_MPPZZ_D |
875 | | /* 3956 */ MCD_OPC_FilterValue, 15, 137, 23, 2, // Skip to: 141058 |
876 | | /* 3961 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
877 | | /* 3964 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3978 |
878 | | /* 3969 */ MCD_OPC_CheckPredicate, 11, 124, 23, 2, // Skip to: 141058 |
879 | | /* 3974 */ MCD_OPC_Decode, 253, 58, 10, // Opcode: UMOPA_MPPZZ_D |
880 | | /* 3978 */ MCD_OPC_FilterValue, 2, 115, 23, 2, // Skip to: 141058 |
881 | | /* 3983 */ MCD_OPC_CheckPredicate, 11, 110, 23, 2, // Skip to: 141058 |
882 | | /* 3988 */ MCD_OPC_Decode, 128, 59, 10, // Opcode: UMOPS_MPPZZ_D |
883 | | /* 3992 */ MCD_OPC_FilterValue, 6, 196, 80, 0, // Skip to: 24673 |
884 | | /* 3997 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
885 | | /* 4000 */ MCD_OPC_FilterValue, 0, 21, 5, 0, // Skip to: 5306 |
886 | | /* 4005 */ MCD_OPC_ExtractField, 15, 8, // Inst{22-15} ... |
887 | | /* 4008 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4029 |
888 | | /* 4013 */ MCD_OPC_CheckPredicate, 3, 80, 23, 2, // Skip to: 141058 |
889 | | /* 4018 */ MCD_OPC_CheckField, 4, 1, 0, 73, 23, 2, // Skip to: 141058 |
890 | | /* 4025 */ MCD_OPC_Decode, 145, 30, 19, // Opcode: INSERT_MXIPZ_H_B |
891 | | /* 4029 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4050 |
892 | | /* 4034 */ MCD_OPC_CheckPredicate, 3, 59, 23, 2, // Skip to: 141058 |
893 | | /* 4039 */ MCD_OPC_CheckField, 4, 1, 0, 52, 23, 2, // Skip to: 141058 |
894 | | /* 4046 */ MCD_OPC_Decode, 150, 30, 19, // Opcode: INSERT_MXIPZ_V_B |
895 | | /* 4050 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 4093 |
896 | | /* 4055 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
897 | | /* 4058 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4072 |
898 | | /* 4063 */ MCD_OPC_CheckPredicate, 3, 30, 23, 2, // Skip to: 141058 |
899 | | /* 4068 */ MCD_OPC_Decode, 226, 18, 20, // Opcode: EXTRACT_ZPMXI_H_B |
900 | | /* 4072 */ MCD_OPC_FilterValue, 1, 21, 23, 2, // Skip to: 141058 |
901 | | /* 4077 */ MCD_OPC_CheckPredicate, 12, 16, 23, 2, // Skip to: 141058 |
902 | | /* 4082 */ MCD_OPC_CheckField, 10, 3, 0, 9, 23, 2, // Skip to: 141058 |
903 | | /* 4089 */ MCD_OPC_Decode, 190, 37, 21, // Opcode: MOVAZ_ZMI_H_B |
904 | | /* 4093 */ MCD_OPC_FilterValue, 5, 38, 0, 0, // Skip to: 4136 |
905 | | /* 4098 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
906 | | /* 4101 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4115 |
907 | | /* 4106 */ MCD_OPC_CheckPredicate, 3, 243, 22, 2, // Skip to: 141058 |
908 | | /* 4111 */ MCD_OPC_Decode, 231, 18, 20, // Opcode: EXTRACT_ZPMXI_V_B |
909 | | /* 4115 */ MCD_OPC_FilterValue, 1, 234, 22, 2, // Skip to: 141058 |
910 | | /* 4120 */ MCD_OPC_CheckPredicate, 12, 229, 22, 2, // Skip to: 141058 |
911 | | /* 4125 */ MCD_OPC_CheckField, 10, 3, 0, 222, 22, 2, // Skip to: 141058 |
912 | | /* 4132 */ MCD_OPC_Decode, 195, 37, 21, // Opcode: MOVAZ_ZMI_V_B |
913 | | /* 4136 */ MCD_OPC_FilterValue, 8, 87, 0, 0, // Skip to: 4228 |
914 | | /* 4141 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
915 | | /* 4144 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4165 |
916 | | /* 4149 */ MCD_OPC_CheckPredicate, 4, 200, 22, 2, // Skip to: 141058 |
917 | | /* 4154 */ MCD_OPC_CheckField, 3, 3, 0, 193, 22, 2, // Skip to: 141058 |
918 | | /* 4161 */ MCD_OPC_Decode, 216, 37, 22, // Opcode: MOVA_MXI2Z_H_B |
919 | | /* 4165 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4186 |
920 | | /* 4170 */ MCD_OPC_CheckPredicate, 4, 179, 22, 2, // Skip to: 141058 |
921 | | /* 4175 */ MCD_OPC_CheckField, 2, 5, 0, 172, 22, 2, // Skip to: 141058 |
922 | | /* 4182 */ MCD_OPC_Decode, 224, 37, 23, // Opcode: MOVA_MXI4Z_H_B |
923 | | /* 4186 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 4207 |
924 | | /* 4191 */ MCD_OPC_CheckPredicate, 4, 158, 22, 2, // Skip to: 141058 |
925 | | /* 4196 */ MCD_OPC_CheckField, 3, 3, 0, 151, 22, 2, // Skip to: 141058 |
926 | | /* 4203 */ MCD_OPC_Decode, 233, 37, 24, // Opcode: MOVA_VG2_MXI2Z |
927 | | /* 4207 */ MCD_OPC_FilterValue, 3, 142, 22, 2, // Skip to: 141058 |
928 | | /* 4212 */ MCD_OPC_CheckPredicate, 4, 137, 22, 2, // Skip to: 141058 |
929 | | /* 4217 */ MCD_OPC_CheckField, 3, 4, 0, 130, 22, 2, // Skip to: 141058 |
930 | | /* 4224 */ MCD_OPC_Decode, 235, 37, 25, // Opcode: MOVA_VG4_MXI4Z |
931 | | /* 4228 */ MCD_OPC_FilterValue, 9, 45, 0, 0, // Skip to: 4278 |
932 | | /* 4233 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
933 | | /* 4236 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4257 |
934 | | /* 4241 */ MCD_OPC_CheckPredicate, 4, 108, 22, 2, // Skip to: 141058 |
935 | | /* 4246 */ MCD_OPC_CheckField, 3, 3, 0, 101, 22, 2, // Skip to: 141058 |
936 | | /* 4253 */ MCD_OPC_Decode, 220, 37, 22, // Opcode: MOVA_MXI2Z_V_B |
937 | | /* 4257 */ MCD_OPC_FilterValue, 1, 92, 22, 2, // Skip to: 141058 |
938 | | /* 4262 */ MCD_OPC_CheckPredicate, 4, 87, 22, 2, // Skip to: 141058 |
939 | | /* 4267 */ MCD_OPC_CheckField, 2, 5, 0, 80, 22, 2, // Skip to: 141058 |
940 | | /* 4274 */ MCD_OPC_Decode, 228, 37, 23, // Opcode: MOVA_MXI4Z_V_B |
941 | | /* 4278 */ MCD_OPC_FilterValue, 12, 185, 0, 0, // Skip to: 4468 |
942 | | /* 4283 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
943 | | /* 4286 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4307 |
944 | | /* 4291 */ MCD_OPC_CheckPredicate, 4, 58, 22, 2, // Skip to: 141058 |
945 | | /* 4296 */ MCD_OPC_CheckField, 0, 1, 0, 51, 22, 2, // Skip to: 141058 |
946 | | /* 4303 */ MCD_OPC_Decode, 200, 37, 26, // Opcode: MOVA_2ZMXI_H_B |
947 | | /* 4307 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 4328 |
948 | | /* 4312 */ MCD_OPC_CheckPredicate, 12, 37, 22, 2, // Skip to: 141058 |
949 | | /* 4317 */ MCD_OPC_CheckField, 0, 1, 0, 30, 22, 2, // Skip to: 141058 |
950 | | /* 4324 */ MCD_OPC_Decode, 172, 37, 26, // Opcode: MOVAZ_2ZMI_H_B |
951 | | /* 4328 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 4356 |
952 | | /* 4333 */ MCD_OPC_CheckPredicate, 4, 16, 22, 2, // Skip to: 141058 |
953 | | /* 4338 */ MCD_OPC_CheckField, 7, 1, 0, 9, 22, 2, // Skip to: 141058 |
954 | | /* 4345 */ MCD_OPC_CheckField, 0, 2, 0, 2, 22, 2, // Skip to: 141058 |
955 | | /* 4352 */ MCD_OPC_Decode, 208, 37, 27, // Opcode: MOVA_4ZMXI_H_B |
956 | | /* 4356 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 4384 |
957 | | /* 4361 */ MCD_OPC_CheckPredicate, 12, 244, 21, 2, // Skip to: 141058 |
958 | | /* 4366 */ MCD_OPC_CheckField, 7, 1, 0, 237, 21, 2, // Skip to: 141058 |
959 | | /* 4373 */ MCD_OPC_CheckField, 0, 2, 0, 230, 21, 2, // Skip to: 141058 |
960 | | /* 4380 */ MCD_OPC_Decode, 180, 37, 27, // Opcode: MOVAZ_4ZMI_H_B |
961 | | /* 4384 */ MCD_OPC_FilterValue, 8, 16, 0, 0, // Skip to: 4405 |
962 | | /* 4389 */ MCD_OPC_CheckPredicate, 4, 216, 21, 2, // Skip to: 141058 |
963 | | /* 4394 */ MCD_OPC_CheckField, 0, 1, 0, 209, 21, 2, // Skip to: 141058 |
964 | | /* 4401 */ MCD_OPC_Decode, 232, 37, 28, // Opcode: MOVA_VG2_2ZMXI |
965 | | /* 4405 */ MCD_OPC_FilterValue, 10, 16, 0, 0, // Skip to: 4426 |
966 | | /* 4410 */ MCD_OPC_CheckPredicate, 12, 195, 21, 2, // Skip to: 141058 |
967 | | /* 4415 */ MCD_OPC_CheckField, 0, 1, 0, 188, 21, 2, // Skip to: 141058 |
968 | | /* 4422 */ MCD_OPC_Decode, 188, 37, 28, // Opcode: MOVAZ_VG2_2ZM |
969 | | /* 4426 */ MCD_OPC_FilterValue, 12, 16, 0, 0, // Skip to: 4447 |
970 | | /* 4431 */ MCD_OPC_CheckPredicate, 4, 174, 21, 2, // Skip to: 141058 |
971 | | /* 4436 */ MCD_OPC_CheckField, 0, 2, 0, 167, 21, 2, // Skip to: 141058 |
972 | | /* 4443 */ MCD_OPC_Decode, 234, 37, 29, // Opcode: MOVA_VG4_4ZMXI |
973 | | /* 4447 */ MCD_OPC_FilterValue, 14, 158, 21, 2, // Skip to: 141058 |
974 | | /* 4452 */ MCD_OPC_CheckPredicate, 12, 153, 21, 2, // Skip to: 141058 |
975 | | /* 4457 */ MCD_OPC_CheckField, 0, 2, 0, 146, 21, 2, // Skip to: 141058 |
976 | | /* 4464 */ MCD_OPC_Decode, 189, 37, 29, // Opcode: MOVAZ_VG4_4ZM |
977 | | /* 4468 */ MCD_OPC_FilterValue, 13, 101, 0, 0, // Skip to: 4574 |
978 | | /* 4473 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
979 | | /* 4476 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4497 |
980 | | /* 4481 */ MCD_OPC_CheckPredicate, 4, 124, 21, 2, // Skip to: 141058 |
981 | | /* 4486 */ MCD_OPC_CheckField, 0, 1, 0, 117, 21, 2, // Skip to: 141058 |
982 | | /* 4493 */ MCD_OPC_Decode, 204, 37, 26, // Opcode: MOVA_2ZMXI_V_B |
983 | | /* 4497 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 4518 |
984 | | /* 4502 */ MCD_OPC_CheckPredicate, 12, 103, 21, 2, // Skip to: 141058 |
985 | | /* 4507 */ MCD_OPC_CheckField, 0, 1, 0, 96, 21, 2, // Skip to: 141058 |
986 | | /* 4514 */ MCD_OPC_Decode, 176, 37, 26, // Opcode: MOVAZ_2ZMI_V_B |
987 | | /* 4518 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 4546 |
988 | | /* 4523 */ MCD_OPC_CheckPredicate, 4, 82, 21, 2, // Skip to: 141058 |
989 | | /* 4528 */ MCD_OPC_CheckField, 7, 1, 0, 75, 21, 2, // Skip to: 141058 |
990 | | /* 4535 */ MCD_OPC_CheckField, 0, 2, 0, 68, 21, 2, // Skip to: 141058 |
991 | | /* 4542 */ MCD_OPC_Decode, 212, 37, 27, // Opcode: MOVA_4ZMXI_V_B |
992 | | /* 4546 */ MCD_OPC_FilterValue, 6, 59, 21, 2, // Skip to: 141058 |
993 | | /* 4551 */ MCD_OPC_CheckPredicate, 12, 54, 21, 2, // Skip to: 141058 |
994 | | /* 4556 */ MCD_OPC_CheckField, 7, 1, 0, 47, 21, 2, // Skip to: 141058 |
995 | | /* 4563 */ MCD_OPC_CheckField, 0, 2, 0, 40, 21, 2, // Skip to: 141058 |
996 | | /* 4570 */ MCD_OPC_Decode, 184, 37, 27, // Opcode: MOVAZ_4ZMI_V_B |
997 | | /* 4574 */ MCD_OPC_FilterValue, 16, 16, 0, 0, // Skip to: 4595 |
998 | | /* 4579 */ MCD_OPC_CheckPredicate, 3, 26, 21, 2, // Skip to: 141058 |
999 | | /* 4584 */ MCD_OPC_CheckField, 8, 7, 0, 19, 21, 2, // Skip to: 141058 |
1000 | | /* 4591 */ MCD_OPC_Decode, 140, 64, 30, // Opcode: ZERO_M |
1001 | | /* 4595 */ MCD_OPC_FilterValue, 24, 16, 0, 0, // Skip to: 4616 |
1002 | | /* 4600 */ MCD_OPC_CheckPredicate, 12, 5, 21, 2, // Skip to: 141058 |
1003 | | /* 4605 */ MCD_OPC_CheckField, 3, 10, 0, 254, 20, 2, // Skip to: 141058 |
1004 | | /* 4612 */ MCD_OPC_Decode, 145, 64, 31, // Opcode: ZERO_MXI_VG2_Z |
1005 | | /* 4616 */ MCD_OPC_FilterValue, 25, 16, 0, 0, // Skip to: 4637 |
1006 | | /* 4621 */ MCD_OPC_CheckPredicate, 12, 240, 20, 2, // Skip to: 141058 |
1007 | | /* 4626 */ MCD_OPC_CheckField, 3, 10, 0, 233, 20, 2, // Skip to: 141058 |
1008 | | /* 4633 */ MCD_OPC_Decode, 141, 64, 31, // Opcode: ZERO_MXI_2Z |
1009 | | /* 4637 */ MCD_OPC_FilterValue, 26, 16, 0, 0, // Skip to: 4658 |
1010 | | /* 4642 */ MCD_OPC_CheckPredicate, 12, 219, 20, 2, // Skip to: 141058 |
1011 | | /* 4647 */ MCD_OPC_CheckField, 2, 11, 0, 212, 20, 2, // Skip to: 141058 |
1012 | | /* 4654 */ MCD_OPC_Decode, 143, 64, 32, // Opcode: ZERO_MXI_VG2_2Z |
1013 | | /* 4658 */ MCD_OPC_FilterValue, 27, 16, 0, 0, // Skip to: 4679 |
1014 | | /* 4663 */ MCD_OPC_CheckPredicate, 12, 198, 20, 2, // Skip to: 141058 |
1015 | | /* 4668 */ MCD_OPC_CheckField, 2, 11, 0, 191, 20, 2, // Skip to: 141058 |
1016 | | /* 4675 */ MCD_OPC_Decode, 146, 64, 32, // Opcode: ZERO_MXI_VG4_2Z |
1017 | | /* 4679 */ MCD_OPC_FilterValue, 28, 16, 0, 0, // Skip to: 4700 |
1018 | | /* 4684 */ MCD_OPC_CheckPredicate, 12, 177, 20, 2, // Skip to: 141058 |
1019 | | /* 4689 */ MCD_OPC_CheckField, 3, 10, 0, 170, 20, 2, // Skip to: 141058 |
1020 | | /* 4696 */ MCD_OPC_Decode, 148, 64, 31, // Opcode: ZERO_MXI_VG4_Z |
1021 | | /* 4700 */ MCD_OPC_FilterValue, 29, 16, 0, 0, // Skip to: 4721 |
1022 | | /* 4705 */ MCD_OPC_CheckPredicate, 12, 156, 20, 2, // Skip to: 141058 |
1023 | | /* 4710 */ MCD_OPC_CheckField, 2, 11, 0, 149, 20, 2, // Skip to: 141058 |
1024 | | /* 4717 */ MCD_OPC_Decode, 142, 64, 32, // Opcode: ZERO_MXI_4Z |
1025 | | /* 4721 */ MCD_OPC_FilterValue, 30, 16, 0, 0, // Skip to: 4742 |
1026 | | /* 4726 */ MCD_OPC_CheckPredicate, 12, 135, 20, 2, // Skip to: 141058 |
1027 | | /* 4731 */ MCD_OPC_CheckField, 1, 12, 0, 128, 20, 2, // Skip to: 141058 |
1028 | | /* 4738 */ MCD_OPC_Decode, 144, 64, 33, // Opcode: ZERO_MXI_VG2_4Z |
1029 | | /* 4742 */ MCD_OPC_FilterValue, 31, 16, 0, 0, // Skip to: 4763 |
1030 | | /* 4747 */ MCD_OPC_CheckPredicate, 12, 114, 20, 2, // Skip to: 141058 |
1031 | | /* 4752 */ MCD_OPC_CheckField, 1, 12, 0, 107, 20, 2, // Skip to: 141058 |
1032 | | /* 4759 */ MCD_OPC_Decode, 147, 64, 33, // Opcode: ZERO_MXI_VG4_4Z |
1033 | | /* 4763 */ MCD_OPC_FilterValue, 128, 1, 16, 0, 0, // Skip to: 4785 |
1034 | | /* 4769 */ MCD_OPC_CheckPredicate, 3, 92, 20, 2, // Skip to: 141058 |
1035 | | /* 4774 */ MCD_OPC_CheckField, 4, 1, 0, 85, 20, 2, // Skip to: 141058 |
1036 | | /* 4781 */ MCD_OPC_Decode, 147, 30, 34, // Opcode: INSERT_MXIPZ_H_H |
1037 | | /* 4785 */ MCD_OPC_FilterValue, 129, 1, 16, 0, 0, // Skip to: 4807 |
1038 | | /* 4791 */ MCD_OPC_CheckPredicate, 3, 70, 20, 2, // Skip to: 141058 |
1039 | | /* 4796 */ MCD_OPC_CheckField, 4, 1, 0, 63, 20, 2, // Skip to: 141058 |
1040 | | /* 4803 */ MCD_OPC_Decode, 152, 30, 34, // Opcode: INSERT_MXIPZ_V_H |
1041 | | /* 4807 */ MCD_OPC_FilterValue, 132, 1, 38, 0, 0, // Skip to: 4851 |
1042 | | /* 4813 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1043 | | /* 4816 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4830 |
1044 | | /* 4821 */ MCD_OPC_CheckPredicate, 3, 40, 20, 2, // Skip to: 141058 |
1045 | | /* 4826 */ MCD_OPC_Decode, 228, 18, 35, // Opcode: EXTRACT_ZPMXI_H_H |
1046 | | /* 4830 */ MCD_OPC_FilterValue, 1, 31, 20, 2, // Skip to: 141058 |
1047 | | /* 4835 */ MCD_OPC_CheckPredicate, 12, 26, 20, 2, // Skip to: 141058 |
1048 | | /* 4840 */ MCD_OPC_CheckField, 10, 3, 0, 19, 20, 2, // Skip to: 141058 |
1049 | | /* 4847 */ MCD_OPC_Decode, 192, 37, 36, // Opcode: MOVAZ_ZMI_H_H |
1050 | | /* 4851 */ MCD_OPC_FilterValue, 133, 1, 38, 0, 0, // Skip to: 4895 |
1051 | | /* 4857 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1052 | | /* 4860 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4874 |
1053 | | /* 4865 */ MCD_OPC_CheckPredicate, 3, 252, 19, 2, // Skip to: 141058 |
1054 | | /* 4870 */ MCD_OPC_Decode, 233, 18, 35, // Opcode: EXTRACT_ZPMXI_V_H |
1055 | | /* 4874 */ MCD_OPC_FilterValue, 1, 243, 19, 2, // Skip to: 141058 |
1056 | | /* 4879 */ MCD_OPC_CheckPredicate, 12, 238, 19, 2, // Skip to: 141058 |
1057 | | /* 4884 */ MCD_OPC_CheckField, 10, 3, 0, 231, 19, 2, // Skip to: 141058 |
1058 | | /* 4891 */ MCD_OPC_Decode, 197, 37, 36, // Opcode: MOVAZ_ZMI_V_H |
1059 | | /* 4895 */ MCD_OPC_FilterValue, 136, 1, 45, 0, 0, // Skip to: 4946 |
1060 | | /* 4901 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1061 | | /* 4904 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4925 |
1062 | | /* 4909 */ MCD_OPC_CheckPredicate, 4, 208, 19, 2, // Skip to: 141058 |
1063 | | /* 4914 */ MCD_OPC_CheckField, 3, 3, 0, 201, 19, 2, // Skip to: 141058 |
1064 | | /* 4921 */ MCD_OPC_Decode, 218, 37, 37, // Opcode: MOVA_MXI2Z_H_H |
1065 | | /* 4925 */ MCD_OPC_FilterValue, 1, 192, 19, 2, // Skip to: 141058 |
1066 | | /* 4930 */ MCD_OPC_CheckPredicate, 4, 187, 19, 2, // Skip to: 141058 |
1067 | | /* 4935 */ MCD_OPC_CheckField, 2, 5, 0, 180, 19, 2, // Skip to: 141058 |
1068 | | /* 4942 */ MCD_OPC_Decode, 226, 37, 38, // Opcode: MOVA_MXI4Z_H_H |
1069 | | /* 4946 */ MCD_OPC_FilterValue, 137, 1, 45, 0, 0, // Skip to: 4997 |
1070 | | /* 4952 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1071 | | /* 4955 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4976 |
1072 | | /* 4960 */ MCD_OPC_CheckPredicate, 4, 157, 19, 2, // Skip to: 141058 |
1073 | | /* 4965 */ MCD_OPC_CheckField, 3, 3, 0, 150, 19, 2, // Skip to: 141058 |
1074 | | /* 4972 */ MCD_OPC_Decode, 222, 37, 37, // Opcode: MOVA_MXI2Z_V_H |
1075 | | /* 4976 */ MCD_OPC_FilterValue, 1, 141, 19, 2, // Skip to: 141058 |
1076 | | /* 4981 */ MCD_OPC_CheckPredicate, 4, 136, 19, 2, // Skip to: 141058 |
1077 | | /* 4986 */ MCD_OPC_CheckField, 2, 5, 0, 129, 19, 2, // Skip to: 141058 |
1078 | | /* 4993 */ MCD_OPC_Decode, 230, 37, 38, // Opcode: MOVA_MXI4Z_V_H |
1079 | | /* 4997 */ MCD_OPC_FilterValue, 140, 1, 101, 0, 0, // Skip to: 5104 |
1080 | | /* 5003 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1081 | | /* 5006 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5027 |
1082 | | /* 5011 */ MCD_OPC_CheckPredicate, 4, 106, 19, 2, // Skip to: 141058 |
1083 | | /* 5016 */ MCD_OPC_CheckField, 0, 1, 0, 99, 19, 2, // Skip to: 141058 |
1084 | | /* 5023 */ MCD_OPC_Decode, 202, 37, 39, // Opcode: MOVA_2ZMXI_H_H |
1085 | | /* 5027 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 5048 |
1086 | | /* 5032 */ MCD_OPC_CheckPredicate, 12, 85, 19, 2, // Skip to: 141058 |
1087 | | /* 5037 */ MCD_OPC_CheckField, 0, 1, 0, 78, 19, 2, // Skip to: 141058 |
1088 | | /* 5044 */ MCD_OPC_Decode, 174, 37, 40, // Opcode: MOVAZ_2ZMI_H_H |
1089 | | /* 5048 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 5076 |
1090 | | /* 5053 */ MCD_OPC_CheckPredicate, 4, 64, 19, 2, // Skip to: 141058 |
1091 | | /* 5058 */ MCD_OPC_CheckField, 7, 1, 0, 57, 19, 2, // Skip to: 141058 |
1092 | | /* 5065 */ MCD_OPC_CheckField, 0, 2, 0, 50, 19, 2, // Skip to: 141058 |
1093 | | /* 5072 */ MCD_OPC_Decode, 210, 37, 41, // Opcode: MOVA_4ZMXI_H_H |
1094 | | /* 5076 */ MCD_OPC_FilterValue, 6, 41, 19, 2, // Skip to: 141058 |
1095 | | /* 5081 */ MCD_OPC_CheckPredicate, 12, 36, 19, 2, // Skip to: 141058 |
1096 | | /* 5086 */ MCD_OPC_CheckField, 7, 1, 0, 29, 19, 2, // Skip to: 141058 |
1097 | | /* 5093 */ MCD_OPC_CheckField, 0, 2, 0, 22, 19, 2, // Skip to: 141058 |
1098 | | /* 5100 */ MCD_OPC_Decode, 182, 37, 42, // Opcode: MOVAZ_4ZMI_H_H |
1099 | | /* 5104 */ MCD_OPC_FilterValue, 141, 1, 101, 0, 0, // Skip to: 5211 |
1100 | | /* 5110 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1101 | | /* 5113 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5134 |
1102 | | /* 5118 */ MCD_OPC_CheckPredicate, 4, 255, 18, 2, // Skip to: 141058 |
1103 | | /* 5123 */ MCD_OPC_CheckField, 0, 1, 0, 248, 18, 2, // Skip to: 141058 |
1104 | | /* 5130 */ MCD_OPC_Decode, 206, 37, 39, // Opcode: MOVA_2ZMXI_V_H |
1105 | | /* 5134 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 5155 |
1106 | | /* 5139 */ MCD_OPC_CheckPredicate, 12, 234, 18, 2, // Skip to: 141058 |
1107 | | /* 5144 */ MCD_OPC_CheckField, 0, 1, 0, 227, 18, 2, // Skip to: 141058 |
1108 | | /* 5151 */ MCD_OPC_Decode, 178, 37, 40, // Opcode: MOVAZ_2ZMI_V_H |
1109 | | /* 5155 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 5183 |
1110 | | /* 5160 */ MCD_OPC_CheckPredicate, 4, 213, 18, 2, // Skip to: 141058 |
1111 | | /* 5165 */ MCD_OPC_CheckField, 7, 1, 0, 206, 18, 2, // Skip to: 141058 |
1112 | | /* 5172 */ MCD_OPC_CheckField, 0, 2, 0, 199, 18, 2, // Skip to: 141058 |
1113 | | /* 5179 */ MCD_OPC_Decode, 214, 37, 41, // Opcode: MOVA_4ZMXI_V_H |
1114 | | /* 5183 */ MCD_OPC_FilterValue, 6, 190, 18, 2, // Skip to: 141058 |
1115 | | /* 5188 */ MCD_OPC_CheckPredicate, 12, 185, 18, 2, // Skip to: 141058 |
1116 | | /* 5193 */ MCD_OPC_CheckField, 7, 1, 0, 178, 18, 2, // Skip to: 141058 |
1117 | | /* 5200 */ MCD_OPC_CheckField, 0, 2, 0, 171, 18, 2, // Skip to: 141058 |
1118 | | /* 5207 */ MCD_OPC_Decode, 186, 37, 42, // Opcode: MOVAZ_4ZMI_V_H |
1119 | | /* 5211 */ MCD_OPC_FilterValue, 144, 1, 16, 0, 0, // Skip to: 5233 |
1120 | | /* 5217 */ MCD_OPC_CheckPredicate, 4, 156, 18, 2, // Skip to: 141058 |
1121 | | /* 5222 */ MCD_OPC_CheckField, 0, 15, 1, 149, 18, 2, // Skip to: 141058 |
1122 | | /* 5229 */ MCD_OPC_Decode, 149, 64, 4, // Opcode: ZERO_T |
1123 | | /* 5233 */ MCD_OPC_FilterValue, 152, 1, 16, 0, 0, // Skip to: 5255 |
1124 | | /* 5239 */ MCD_OPC_CheckPredicate, 4, 134, 18, 2, // Skip to: 141058 |
1125 | | /* 5244 */ MCD_OPC_CheckField, 5, 7, 31, 127, 18, 2, // Skip to: 141058 |
1126 | | /* 5251 */ MCD_OPC_Decode, 133, 38, 43, // Opcode: MOVT_XTI |
1127 | | /* 5255 */ MCD_OPC_FilterValue, 156, 1, 16, 0, 0, // Skip to: 5277 |
1128 | | /* 5261 */ MCD_OPC_CheckPredicate, 4, 112, 18, 2, // Skip to: 141058 |
1129 | | /* 5266 */ MCD_OPC_CheckField, 5, 7, 31, 105, 18, 2, // Skip to: 141058 |
1130 | | /* 5273 */ MCD_OPC_Decode, 132, 38, 44, // Opcode: MOVT_TIX |
1131 | | /* 5277 */ MCD_OPC_FilterValue, 158, 1, 95, 18, 2, // Skip to: 141058 |
1132 | | /* 5283 */ MCD_OPC_CheckPredicate, 13, 90, 18, 2, // Skip to: 141058 |
1133 | | /* 5288 */ MCD_OPC_CheckField, 14, 1, 0, 83, 18, 2, // Skip to: 141058 |
1134 | | /* 5295 */ MCD_OPC_CheckField, 5, 7, 31, 76, 18, 2, // Skip to: 141058 |
1135 | | /* 5302 */ MCD_OPC_Decode, 131, 38, 45, // Opcode: MOVT |
1136 | | /* 5306 */ MCD_OPC_FilterValue, 1, 36, 7, 0, // Skip to: 7139 |
1137 | | /* 5311 */ MCD_OPC_ExtractField, 18, 5, // Inst{22-18} ... |
1138 | | /* 5314 */ MCD_OPC_FilterValue, 0, 131, 0, 0, // Skip to: 5450 |
1139 | | /* 5319 */ MCD_OPC_ExtractField, 15, 3, // Inst{17-15} ... |
1140 | | /* 5322 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5343 |
1141 | | /* 5327 */ MCD_OPC_CheckPredicate, 3, 46, 18, 2, // Skip to: 141058 |
1142 | | /* 5332 */ MCD_OPC_CheckField, 4, 1, 0, 39, 18, 2, // Skip to: 141058 |
1143 | | /* 5339 */ MCD_OPC_Decode, 149, 30, 46, // Opcode: INSERT_MXIPZ_H_S |
1144 | | /* 5343 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 5364 |
1145 | | /* 5348 */ MCD_OPC_CheckPredicate, 3, 25, 18, 2, // Skip to: 141058 |
1146 | | /* 5353 */ MCD_OPC_CheckField, 4, 1, 0, 18, 18, 2, // Skip to: 141058 |
1147 | | /* 5360 */ MCD_OPC_Decode, 154, 30, 46, // Opcode: INSERT_MXIPZ_V_S |
1148 | | /* 5364 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 5407 |
1149 | | /* 5369 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1150 | | /* 5372 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5386 |
1151 | | /* 5377 */ MCD_OPC_CheckPredicate, 3, 252, 17, 2, // Skip to: 141058 |
1152 | | /* 5382 */ MCD_OPC_Decode, 230, 18, 47, // Opcode: EXTRACT_ZPMXI_H_S |
1153 | | /* 5386 */ MCD_OPC_FilterValue, 1, 243, 17, 2, // Skip to: 141058 |
1154 | | /* 5391 */ MCD_OPC_CheckPredicate, 12, 238, 17, 2, // Skip to: 141058 |
1155 | | /* 5396 */ MCD_OPC_CheckField, 10, 3, 0, 231, 17, 2, // Skip to: 141058 |
1156 | | /* 5403 */ MCD_OPC_Decode, 194, 37, 48, // Opcode: MOVAZ_ZMI_H_S |
1157 | | /* 5407 */ MCD_OPC_FilterValue, 5, 222, 17, 2, // Skip to: 141058 |
1158 | | /* 5412 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1159 | | /* 5415 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5429 |
1160 | | /* 5420 */ MCD_OPC_CheckPredicate, 3, 209, 17, 2, // Skip to: 141058 |
1161 | | /* 5425 */ MCD_OPC_Decode, 235, 18, 47, // Opcode: EXTRACT_ZPMXI_V_S |
1162 | | /* 5429 */ MCD_OPC_FilterValue, 1, 200, 17, 2, // Skip to: 141058 |
1163 | | /* 5434 */ MCD_OPC_CheckPredicate, 12, 195, 17, 2, // Skip to: 141058 |
1164 | | /* 5439 */ MCD_OPC_CheckField, 10, 3, 0, 188, 17, 2, // Skip to: 141058 |
1165 | | /* 5446 */ MCD_OPC_Decode, 199, 37, 48, // Opcode: MOVAZ_ZMI_V_S |
1166 | | /* 5450 */ MCD_OPC_FilterValue, 1, 59, 1, 0, // Skip to: 5770 |
1167 | | /* 5455 */ MCD_OPC_ExtractField, 15, 3, // Inst{17-15} ... |
1168 | | /* 5458 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 5508 |
1169 | | /* 5463 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1170 | | /* 5466 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5487 |
1171 | | /* 5471 */ MCD_OPC_CheckPredicate, 4, 158, 17, 2, // Skip to: 141058 |
1172 | | /* 5476 */ MCD_OPC_CheckField, 3, 3, 0, 151, 17, 2, // Skip to: 141058 |
1173 | | /* 5483 */ MCD_OPC_Decode, 219, 37, 49, // Opcode: MOVA_MXI2Z_H_S |
1174 | | /* 5487 */ MCD_OPC_FilterValue, 1, 142, 17, 2, // Skip to: 141058 |
1175 | | /* 5492 */ MCD_OPC_CheckPredicate, 4, 137, 17, 2, // Skip to: 141058 |
1176 | | /* 5497 */ MCD_OPC_CheckField, 2, 5, 0, 130, 17, 2, // Skip to: 141058 |
1177 | | /* 5504 */ MCD_OPC_Decode, 227, 37, 50, // Opcode: MOVA_MXI4Z_H_S |
1178 | | /* 5508 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 5558 |
1179 | | /* 5513 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1180 | | /* 5516 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5537 |
1181 | | /* 5521 */ MCD_OPC_CheckPredicate, 4, 108, 17, 2, // Skip to: 141058 |
1182 | | /* 5526 */ MCD_OPC_CheckField, 3, 3, 0, 101, 17, 2, // Skip to: 141058 |
1183 | | /* 5533 */ MCD_OPC_Decode, 223, 37, 49, // Opcode: MOVA_MXI2Z_V_S |
1184 | | /* 5537 */ MCD_OPC_FilterValue, 1, 92, 17, 2, // Skip to: 141058 |
1185 | | /* 5542 */ MCD_OPC_CheckPredicate, 4, 87, 17, 2, // Skip to: 141058 |
1186 | | /* 5547 */ MCD_OPC_CheckField, 2, 5, 0, 80, 17, 2, // Skip to: 141058 |
1187 | | /* 5554 */ MCD_OPC_Decode, 231, 37, 50, // Opcode: MOVA_MXI4Z_V_S |
1188 | | /* 5558 */ MCD_OPC_FilterValue, 4, 101, 0, 0, // Skip to: 5664 |
1189 | | /* 5563 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1190 | | /* 5566 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5587 |
1191 | | /* 5571 */ MCD_OPC_CheckPredicate, 4, 58, 17, 2, // Skip to: 141058 |
1192 | | /* 5576 */ MCD_OPC_CheckField, 0, 1, 0, 51, 17, 2, // Skip to: 141058 |
1193 | | /* 5583 */ MCD_OPC_Decode, 203, 37, 51, // Opcode: MOVA_2ZMXI_H_S |
1194 | | /* 5587 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 5608 |
1195 | | /* 5592 */ MCD_OPC_CheckPredicate, 12, 37, 17, 2, // Skip to: 141058 |
1196 | | /* 5597 */ MCD_OPC_CheckField, 0, 1, 0, 30, 17, 2, // Skip to: 141058 |
1197 | | /* 5604 */ MCD_OPC_Decode, 175, 37, 52, // Opcode: MOVAZ_2ZMI_H_S |
1198 | | /* 5608 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 5636 |
1199 | | /* 5613 */ MCD_OPC_CheckPredicate, 4, 16, 17, 2, // Skip to: 141058 |
1200 | | /* 5618 */ MCD_OPC_CheckField, 7, 1, 0, 9, 17, 2, // Skip to: 141058 |
1201 | | /* 5625 */ MCD_OPC_CheckField, 0, 2, 0, 2, 17, 2, // Skip to: 141058 |
1202 | | /* 5632 */ MCD_OPC_Decode, 211, 37, 53, // Opcode: MOVA_4ZMXI_H_S |
1203 | | /* 5636 */ MCD_OPC_FilterValue, 6, 249, 16, 2, // Skip to: 141058 |
1204 | | /* 5641 */ MCD_OPC_CheckPredicate, 12, 244, 16, 2, // Skip to: 141058 |
1205 | | /* 5646 */ MCD_OPC_CheckField, 7, 1, 0, 237, 16, 2, // Skip to: 141058 |
1206 | | /* 5653 */ MCD_OPC_CheckField, 0, 2, 0, 230, 16, 2, // Skip to: 141058 |
1207 | | /* 5660 */ MCD_OPC_Decode, 183, 37, 54, // Opcode: MOVAZ_4ZMI_H_S |
1208 | | /* 5664 */ MCD_OPC_FilterValue, 5, 221, 16, 2, // Skip to: 141058 |
1209 | | /* 5669 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1210 | | /* 5672 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 5693 |
1211 | | /* 5677 */ MCD_OPC_CheckPredicate, 4, 208, 16, 2, // Skip to: 141058 |
1212 | | /* 5682 */ MCD_OPC_CheckField, 0, 1, 0, 201, 16, 2, // Skip to: 141058 |
1213 | | /* 5689 */ MCD_OPC_Decode, 207, 37, 51, // Opcode: MOVA_2ZMXI_V_S |
1214 | | /* 5693 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 5714 |
1215 | | /* 5698 */ MCD_OPC_CheckPredicate, 12, 187, 16, 2, // Skip to: 141058 |
1216 | | /* 5703 */ MCD_OPC_CheckField, 0, 1, 0, 180, 16, 2, // Skip to: 141058 |
1217 | | /* 5710 */ MCD_OPC_Decode, 179, 37, 52, // Opcode: MOVAZ_2ZMI_V_S |
1218 | | /* 5714 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 5742 |
1219 | | /* 5719 */ MCD_OPC_CheckPredicate, 4, 166, 16, 2, // Skip to: 141058 |
1220 | | /* 5724 */ MCD_OPC_CheckField, 7, 1, 0, 159, 16, 2, // Skip to: 141058 |
1221 | | /* 5731 */ MCD_OPC_CheckField, 0, 2, 0, 152, 16, 2, // Skip to: 141058 |
1222 | | /* 5738 */ MCD_OPC_Decode, 215, 37, 53, // Opcode: MOVA_4ZMXI_V_S |
1223 | | /* 5742 */ MCD_OPC_FilterValue, 6, 143, 16, 2, // Skip to: 141058 |
1224 | | /* 5747 */ MCD_OPC_CheckPredicate, 12, 138, 16, 2, // Skip to: 141058 |
1225 | | /* 5752 */ MCD_OPC_CheckField, 7, 1, 0, 131, 16, 2, // Skip to: 141058 |
1226 | | /* 5759 */ MCD_OPC_CheckField, 0, 2, 0, 124, 16, 2, // Skip to: 141058 |
1227 | | /* 5766 */ MCD_OPC_Decode, 187, 37, 54, // Opcode: MOVAZ_4ZMI_V_S |
1228 | | /* 5770 */ MCD_OPC_FilterValue, 2, 192, 0, 0, // Skip to: 5967 |
1229 | | /* 5775 */ MCD_OPC_ExtractField, 10, 5, // Inst{14-10} ... |
1230 | | /* 5778 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 5813 |
1231 | | /* 5783 */ MCD_OPC_CheckPredicate, 13, 102, 16, 2, // Skip to: 141058 |
1232 | | /* 5788 */ MCD_OPC_CheckField, 15, 3, 6, 95, 16, 2, // Skip to: 141058 |
1233 | | /* 5795 */ MCD_OPC_CheckField, 5, 1, 0, 88, 16, 2, // Skip to: 141058 |
1234 | | /* 5802 */ MCD_OPC_CheckField, 0, 2, 0, 81, 16, 2, // Skip to: 141058 |
1235 | | /* 5809 */ MCD_OPC_Decode, 237, 36, 55, // Opcode: LUTI4_4ZZT2Z |
1236 | | /* 5813 */ MCD_OPC_FilterValue, 4, 30, 0, 0, // Skip to: 5848 |
1237 | | /* 5818 */ MCD_OPC_CheckPredicate, 4, 67, 16, 2, // Skip to: 141058 |
1238 | | /* 5823 */ MCD_OPC_CheckField, 17, 1, 1, 60, 16, 2, // Skip to: 141058 |
1239 | | /* 5830 */ MCD_OPC_CheckField, 15, 1, 1, 53, 16, 2, // Skip to: 141058 |
1240 | | /* 5837 */ MCD_OPC_CheckField, 0, 2, 0, 46, 16, 2, // Skip to: 141058 |
1241 | | /* 5844 */ MCD_OPC_Decode, 235, 36, 56, // Opcode: LUTI4_4ZTZI_H |
1242 | | /* 5848 */ MCD_OPC_FilterValue, 8, 30, 0, 0, // Skip to: 5883 |
1243 | | /* 5853 */ MCD_OPC_CheckPredicate, 4, 32, 16, 2, // Skip to: 141058 |
1244 | | /* 5858 */ MCD_OPC_CheckField, 17, 1, 1, 25, 16, 2, // Skip to: 141058 |
1245 | | /* 5865 */ MCD_OPC_CheckField, 15, 1, 1, 18, 16, 2, // Skip to: 141058 |
1246 | | /* 5872 */ MCD_OPC_CheckField, 0, 2, 0, 11, 16, 2, // Skip to: 141058 |
1247 | | /* 5879 */ MCD_OPC_Decode, 236, 36, 56, // Opcode: LUTI4_4ZTZI_S |
1248 | | /* 5883 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 5911 |
1249 | | /* 5888 */ MCD_OPC_CheckPredicate, 4, 253, 15, 2, // Skip to: 141058 |
1250 | | /* 5893 */ MCD_OPC_CheckField, 17, 1, 1, 246, 15, 2, // Skip to: 141058 |
1251 | | /* 5900 */ MCD_OPC_CheckField, 0, 1, 0, 239, 15, 2, // Skip to: 141058 |
1252 | | /* 5907 */ MCD_OPC_Decode, 232, 36, 57, // Opcode: LUTI4_2ZTZI_B |
1253 | | /* 5911 */ MCD_OPC_FilterValue, 20, 23, 0, 0, // Skip to: 5939 |
1254 | | /* 5916 */ MCD_OPC_CheckPredicate, 4, 225, 15, 2, // Skip to: 141058 |
1255 | | /* 5921 */ MCD_OPC_CheckField, 17, 1, 1, 218, 15, 2, // Skip to: 141058 |
1256 | | /* 5928 */ MCD_OPC_CheckField, 0, 1, 0, 211, 15, 2, // Skip to: 141058 |
1257 | | /* 5935 */ MCD_OPC_Decode, 233, 36, 57, // Opcode: LUTI4_2ZTZI_H |
1258 | | /* 5939 */ MCD_OPC_FilterValue, 24, 202, 15, 2, // Skip to: 141058 |
1259 | | /* 5944 */ MCD_OPC_CheckPredicate, 4, 197, 15, 2, // Skip to: 141058 |
1260 | | /* 5949 */ MCD_OPC_CheckField, 17, 1, 1, 190, 15, 2, // Skip to: 141058 |
1261 | | /* 5956 */ MCD_OPC_CheckField, 0, 1, 0, 183, 15, 2, // Skip to: 141058 |
1262 | | /* 5963 */ MCD_OPC_Decode, 234, 36, 57, // Opcode: LUTI4_2ZTZI_S |
1263 | | /* 5967 */ MCD_OPC_FilterValue, 3, 150, 0, 0, // Skip to: 6122 |
1264 | | /* 5972 */ MCD_OPC_ExtractField, 10, 5, // Inst{14-10} ... |
1265 | | /* 5975 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 6003 |
1266 | | /* 5980 */ MCD_OPC_CheckPredicate, 4, 161, 15, 2, // Skip to: 141058 |
1267 | | /* 5985 */ MCD_OPC_CheckField, 15, 1, 1, 154, 15, 2, // Skip to: 141058 |
1268 | | /* 5992 */ MCD_OPC_CheckField, 0, 2, 0, 147, 15, 2, // Skip to: 141058 |
1269 | | /* 5999 */ MCD_OPC_Decode, 220, 36, 58, // Opcode: LUTI2_4ZTZI_B |
1270 | | /* 6003 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 6031 |
1271 | | /* 6008 */ MCD_OPC_CheckPredicate, 4, 133, 15, 2, // Skip to: 141058 |
1272 | | /* 6013 */ MCD_OPC_CheckField, 15, 1, 1, 126, 15, 2, // Skip to: 141058 |
1273 | | /* 6020 */ MCD_OPC_CheckField, 0, 2, 0, 119, 15, 2, // Skip to: 141058 |
1274 | | /* 6027 */ MCD_OPC_Decode, 221, 36, 58, // Opcode: LUTI2_4ZTZI_H |
1275 | | /* 6031 */ MCD_OPC_FilterValue, 8, 23, 0, 0, // Skip to: 6059 |
1276 | | /* 6036 */ MCD_OPC_CheckPredicate, 4, 105, 15, 2, // Skip to: 141058 |
1277 | | /* 6041 */ MCD_OPC_CheckField, 15, 1, 1, 98, 15, 2, // Skip to: 141058 |
1278 | | /* 6048 */ MCD_OPC_CheckField, 0, 2, 0, 91, 15, 2, // Skip to: 141058 |
1279 | | /* 6055 */ MCD_OPC_Decode, 222, 36, 58, // Opcode: LUTI2_4ZTZI_S |
1280 | | /* 6059 */ MCD_OPC_FilterValue, 16, 16, 0, 0, // Skip to: 6080 |
1281 | | /* 6064 */ MCD_OPC_CheckPredicate, 4, 77, 15, 2, // Skip to: 141058 |
1282 | | /* 6069 */ MCD_OPC_CheckField, 0, 1, 0, 70, 15, 2, // Skip to: 141058 |
1283 | | /* 6076 */ MCD_OPC_Decode, 217, 36, 59, // Opcode: LUTI2_2ZTZI_B |
1284 | | /* 6080 */ MCD_OPC_FilterValue, 20, 16, 0, 0, // Skip to: 6101 |
1285 | | /* 6085 */ MCD_OPC_CheckPredicate, 4, 56, 15, 2, // Skip to: 141058 |
1286 | | /* 6090 */ MCD_OPC_CheckField, 0, 1, 0, 49, 15, 2, // Skip to: 141058 |
1287 | | /* 6097 */ MCD_OPC_Decode, 218, 36, 59, // Opcode: LUTI2_2ZTZI_H |
1288 | | /* 6101 */ MCD_OPC_FilterValue, 24, 40, 15, 2, // Skip to: 141058 |
1289 | | /* 6106 */ MCD_OPC_CheckPredicate, 4, 35, 15, 2, // Skip to: 141058 |
1290 | | /* 6111 */ MCD_OPC_CheckField, 0, 1, 0, 28, 15, 2, // Skip to: 141058 |
1291 | | /* 6118 */ MCD_OPC_Decode, 219, 36, 59, // Opcode: LUTI2_2ZTZI_S |
1292 | | /* 6122 */ MCD_OPC_FilterValue, 4, 45, 0, 0, // Skip to: 6172 |
1293 | | /* 6127 */ MCD_OPC_ExtractField, 16, 2, // Inst{17-16} ... |
1294 | | /* 6130 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6151 |
1295 | | /* 6135 */ MCD_OPC_CheckPredicate, 3, 6, 15, 2, // Skip to: 141058 |
1296 | | /* 6140 */ MCD_OPC_CheckField, 2, 3, 0, 255, 14, 2, // Skip to: 141058 |
1297 | | /* 6147 */ MCD_OPC_Decode, 193, 11, 60, // Opcode: ADDHA_MPPZ_S |
1298 | | /* 6151 */ MCD_OPC_FilterValue, 1, 246, 14, 2, // Skip to: 141058 |
1299 | | /* 6156 */ MCD_OPC_CheckPredicate, 3, 241, 14, 2, // Skip to: 141058 |
1300 | | /* 6161 */ MCD_OPC_CheckField, 2, 3, 0, 234, 14, 2, // Skip to: 141058 |
1301 | | /* 6168 */ MCD_OPC_Decode, 234, 11, 60, // Opcode: ADDVA_MPPZ_S |
1302 | | /* 6172 */ MCD_OPC_FilterValue, 6, 129, 0, 0, // Skip to: 6306 |
1303 | | /* 6177 */ MCD_OPC_ExtractField, 10, 5, // Inst{14-10} ... |
1304 | | /* 6180 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 6215 |
1305 | | /* 6185 */ MCD_OPC_CheckPredicate, 14, 212, 14, 2, // Skip to: 141058 |
1306 | | /* 6190 */ MCD_OPC_CheckField, 15, 3, 6, 205, 14, 2, // Skip to: 141058 |
1307 | | /* 6197 */ MCD_OPC_CheckField, 5, 1, 0, 198, 14, 2, // Skip to: 141058 |
1308 | | /* 6204 */ MCD_OPC_CheckField, 2, 2, 0, 191, 14, 2, // Skip to: 141058 |
1309 | | /* 6211 */ MCD_OPC_Decode, 241, 36, 61, // Opcode: LUTI4_S_4ZZT2Z |
1310 | | /* 6215 */ MCD_OPC_FilterValue, 4, 30, 0, 0, // Skip to: 6250 |
1311 | | /* 6220 */ MCD_OPC_CheckPredicate, 12, 177, 14, 2, // Skip to: 141058 |
1312 | | /* 6225 */ MCD_OPC_CheckField, 17, 1, 1, 170, 14, 2, // Skip to: 141058 |
1313 | | /* 6232 */ MCD_OPC_CheckField, 15, 1, 1, 163, 14, 2, // Skip to: 141058 |
1314 | | /* 6239 */ MCD_OPC_CheckField, 2, 2, 0, 156, 14, 2, // Skip to: 141058 |
1315 | | /* 6246 */ MCD_OPC_Decode, 240, 36, 62, // Opcode: LUTI4_S_4ZTZI_H |
1316 | | /* 6250 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 6278 |
1317 | | /* 6255 */ MCD_OPC_CheckPredicate, 12, 142, 14, 2, // Skip to: 141058 |
1318 | | /* 6260 */ MCD_OPC_CheckField, 17, 1, 1, 135, 14, 2, // Skip to: 141058 |
1319 | | /* 6267 */ MCD_OPC_CheckField, 3, 1, 0, 128, 14, 2, // Skip to: 141058 |
1320 | | /* 6274 */ MCD_OPC_Decode, 238, 36, 63, // Opcode: LUTI4_S_2ZTZI_B |
1321 | | /* 6278 */ MCD_OPC_FilterValue, 20, 119, 14, 2, // Skip to: 141058 |
1322 | | /* 6283 */ MCD_OPC_CheckPredicate, 12, 114, 14, 2, // Skip to: 141058 |
1323 | | /* 6288 */ MCD_OPC_CheckField, 17, 1, 1, 107, 14, 2, // Skip to: 141058 |
1324 | | /* 6295 */ MCD_OPC_CheckField, 3, 1, 0, 100, 14, 2, // Skip to: 141058 |
1325 | | /* 6302 */ MCD_OPC_Decode, 239, 36, 63, // Opcode: LUTI4_S_2ZTZI_H |
1326 | | /* 6306 */ MCD_OPC_FilterValue, 7, 101, 0, 0, // Skip to: 6412 |
1327 | | /* 6311 */ MCD_OPC_ExtractField, 10, 5, // Inst{14-10} ... |
1328 | | /* 6314 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 6342 |
1329 | | /* 6319 */ MCD_OPC_CheckPredicate, 12, 78, 14, 2, // Skip to: 141058 |
1330 | | /* 6324 */ MCD_OPC_CheckField, 15, 1, 1, 71, 14, 2, // Skip to: 141058 |
1331 | | /* 6331 */ MCD_OPC_CheckField, 2, 2, 0, 64, 14, 2, // Skip to: 141058 |
1332 | | /* 6338 */ MCD_OPC_Decode, 225, 36, 64, // Opcode: LUTI2_S_4ZTZI_B |
1333 | | /* 6342 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 6370 |
1334 | | /* 6347 */ MCD_OPC_CheckPredicate, 12, 50, 14, 2, // Skip to: 141058 |
1335 | | /* 6352 */ MCD_OPC_CheckField, 15, 1, 1, 43, 14, 2, // Skip to: 141058 |
1336 | | /* 6359 */ MCD_OPC_CheckField, 2, 2, 0, 36, 14, 2, // Skip to: 141058 |
1337 | | /* 6366 */ MCD_OPC_Decode, 226, 36, 64, // Opcode: LUTI2_S_4ZTZI_H |
1338 | | /* 6370 */ MCD_OPC_FilterValue, 16, 16, 0, 0, // Skip to: 6391 |
1339 | | /* 6375 */ MCD_OPC_CheckPredicate, 12, 22, 14, 2, // Skip to: 141058 |
1340 | | /* 6380 */ MCD_OPC_CheckField, 3, 1, 0, 15, 14, 2, // Skip to: 141058 |
1341 | | /* 6387 */ MCD_OPC_Decode, 223, 36, 65, // Opcode: LUTI2_S_2ZTZI_B |
1342 | | /* 6391 */ MCD_OPC_FilterValue, 20, 6, 14, 2, // Skip to: 141058 |
1343 | | /* 6396 */ MCD_OPC_CheckPredicate, 12, 1, 14, 2, // Skip to: 141058 |
1344 | | /* 6401 */ MCD_OPC_CheckField, 3, 1, 0, 250, 13, 2, // Skip to: 141058 |
1345 | | /* 6408 */ MCD_OPC_Decode, 224, 36, 65, // Opcode: LUTI2_S_2ZTZI_H |
1346 | | /* 6412 */ MCD_OPC_FilterValue, 16, 3, 1, 0, // Skip to: 6676 |
1347 | | /* 6417 */ MCD_OPC_ExtractField, 15, 3, // Inst{17-15} ... |
1348 | | /* 6420 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6441 |
1349 | | /* 6425 */ MCD_OPC_CheckPredicate, 3, 228, 13, 2, // Skip to: 141058 |
1350 | | /* 6430 */ MCD_OPC_CheckField, 4, 1, 0, 221, 13, 2, // Skip to: 141058 |
1351 | | /* 6437 */ MCD_OPC_Decode, 146, 30, 66, // Opcode: INSERT_MXIPZ_H_D |
1352 | | /* 6441 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 6462 |
1353 | | /* 6446 */ MCD_OPC_CheckPredicate, 3, 207, 13, 2, // Skip to: 141058 |
1354 | | /* 6451 */ MCD_OPC_CheckField, 4, 1, 0, 200, 13, 2, // Skip to: 141058 |
1355 | | /* 6458 */ MCD_OPC_Decode, 151, 30, 66, // Opcode: INSERT_MXIPZ_V_D |
1356 | | /* 6462 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 6483 |
1357 | | /* 6467 */ MCD_OPC_CheckPredicate, 3, 186, 13, 2, // Skip to: 141058 |
1358 | | /* 6472 */ MCD_OPC_CheckField, 4, 1, 0, 179, 13, 2, // Skip to: 141058 |
1359 | | /* 6479 */ MCD_OPC_Decode, 148, 30, 67, // Opcode: INSERT_MXIPZ_H_Q |
1360 | | /* 6483 */ MCD_OPC_FilterValue, 3, 16, 0, 0, // Skip to: 6504 |
1361 | | /* 6488 */ MCD_OPC_CheckPredicate, 3, 165, 13, 2, // Skip to: 141058 |
1362 | | /* 6493 */ MCD_OPC_CheckField, 4, 1, 0, 158, 13, 2, // Skip to: 141058 |
1363 | | /* 6500 */ MCD_OPC_Decode, 153, 30, 67, // Opcode: INSERT_MXIPZ_V_Q |
1364 | | /* 6504 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 6547 |
1365 | | /* 6509 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1366 | | /* 6512 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6526 |
1367 | | /* 6517 */ MCD_OPC_CheckPredicate, 3, 136, 13, 2, // Skip to: 141058 |
1368 | | /* 6522 */ MCD_OPC_Decode, 227, 18, 68, // Opcode: EXTRACT_ZPMXI_H_D |
1369 | | /* 6526 */ MCD_OPC_FilterValue, 1, 127, 13, 2, // Skip to: 141058 |
1370 | | /* 6531 */ MCD_OPC_CheckPredicate, 12, 122, 13, 2, // Skip to: 141058 |
1371 | | /* 6536 */ MCD_OPC_CheckField, 10, 3, 0, 115, 13, 2, // Skip to: 141058 |
1372 | | /* 6543 */ MCD_OPC_Decode, 191, 37, 69, // Opcode: MOVAZ_ZMI_H_D |
1373 | | /* 6547 */ MCD_OPC_FilterValue, 5, 38, 0, 0, // Skip to: 6590 |
1374 | | /* 6552 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1375 | | /* 6555 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6569 |
1376 | | /* 6560 */ MCD_OPC_CheckPredicate, 3, 93, 13, 2, // Skip to: 141058 |
1377 | | /* 6565 */ MCD_OPC_Decode, 232, 18, 68, // Opcode: EXTRACT_ZPMXI_V_D |
1378 | | /* 6569 */ MCD_OPC_FilterValue, 1, 84, 13, 2, // Skip to: 141058 |
1379 | | /* 6574 */ MCD_OPC_CheckPredicate, 12, 79, 13, 2, // Skip to: 141058 |
1380 | | /* 6579 */ MCD_OPC_CheckField, 10, 3, 0, 72, 13, 2, // Skip to: 141058 |
1381 | | /* 6586 */ MCD_OPC_Decode, 196, 37, 69, // Opcode: MOVAZ_ZMI_V_D |
1382 | | /* 6590 */ MCD_OPC_FilterValue, 6, 38, 0, 0, // Skip to: 6633 |
1383 | | /* 6595 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1384 | | /* 6598 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6612 |
1385 | | /* 6603 */ MCD_OPC_CheckPredicate, 3, 50, 13, 2, // Skip to: 141058 |
1386 | | /* 6608 */ MCD_OPC_Decode, 229, 18, 70, // Opcode: EXTRACT_ZPMXI_H_Q |
1387 | | /* 6612 */ MCD_OPC_FilterValue, 1, 41, 13, 2, // Skip to: 141058 |
1388 | | /* 6617 */ MCD_OPC_CheckPredicate, 12, 36, 13, 2, // Skip to: 141058 |
1389 | | /* 6622 */ MCD_OPC_CheckField, 10, 3, 0, 29, 13, 2, // Skip to: 141058 |
1390 | | /* 6629 */ MCD_OPC_Decode, 193, 37, 71, // Opcode: MOVAZ_ZMI_H_Q |
1391 | | /* 6633 */ MCD_OPC_FilterValue, 7, 20, 13, 2, // Skip to: 141058 |
1392 | | /* 6638 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
1393 | | /* 6641 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6655 |
1394 | | /* 6646 */ MCD_OPC_CheckPredicate, 3, 7, 13, 2, // Skip to: 141058 |
1395 | | /* 6651 */ MCD_OPC_Decode, 234, 18, 70, // Opcode: EXTRACT_ZPMXI_V_Q |
1396 | | /* 6655 */ MCD_OPC_FilterValue, 1, 254, 12, 2, // Skip to: 141058 |
1397 | | /* 6660 */ MCD_OPC_CheckPredicate, 12, 249, 12, 2, // Skip to: 141058 |
1398 | | /* 6665 */ MCD_OPC_CheckField, 10, 3, 0, 242, 12, 2, // Skip to: 141058 |
1399 | | /* 6672 */ MCD_OPC_Decode, 198, 37, 71, // Opcode: MOVAZ_ZMI_V_Q |
1400 | | /* 6676 */ MCD_OPC_FilterValue, 17, 31, 1, 0, // Skip to: 6968 |
1401 | | /* 6681 */ MCD_OPC_ExtractField, 15, 3, // Inst{17-15} ... |
1402 | | /* 6684 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 6734 |
1403 | | /* 6689 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1404 | | /* 6692 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6713 |
1405 | | /* 6697 */ MCD_OPC_CheckPredicate, 4, 212, 12, 2, // Skip to: 141058 |
1406 | | /* 6702 */ MCD_OPC_CheckField, 3, 3, 0, 205, 12, 2, // Skip to: 141058 |
1407 | | /* 6709 */ MCD_OPC_Decode, 217, 37, 72, // Opcode: MOVA_MXI2Z_H_D |
1408 | | /* 6713 */ MCD_OPC_FilterValue, 1, 196, 12, 2, // Skip to: 141058 |
1409 | | /* 6718 */ MCD_OPC_CheckPredicate, 4, 191, 12, 2, // Skip to: 141058 |
1410 | | /* 6723 */ MCD_OPC_CheckField, 3, 4, 0, 184, 12, 2, // Skip to: 141058 |
1411 | | /* 6730 */ MCD_OPC_Decode, 225, 37, 73, // Opcode: MOVA_MXI4Z_H_D |
1412 | | /* 6734 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 6784 |
1413 | | /* 6739 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1414 | | /* 6742 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6763 |
1415 | | /* 6747 */ MCD_OPC_CheckPredicate, 4, 162, 12, 2, // Skip to: 141058 |
1416 | | /* 6752 */ MCD_OPC_CheckField, 3, 3, 0, 155, 12, 2, // Skip to: 141058 |
1417 | | /* 6759 */ MCD_OPC_Decode, 221, 37, 72, // Opcode: MOVA_MXI2Z_V_D |
1418 | | /* 6763 */ MCD_OPC_FilterValue, 1, 146, 12, 2, // Skip to: 141058 |
1419 | | /* 6768 */ MCD_OPC_CheckPredicate, 4, 141, 12, 2, // Skip to: 141058 |
1420 | | /* 6773 */ MCD_OPC_CheckField, 3, 4, 0, 134, 12, 2, // Skip to: 141058 |
1421 | | /* 6780 */ MCD_OPC_Decode, 229, 37, 73, // Opcode: MOVA_MXI4Z_V_D |
1422 | | /* 6784 */ MCD_OPC_FilterValue, 4, 87, 0, 0, // Skip to: 6876 |
1423 | | /* 6789 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1424 | | /* 6792 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6813 |
1425 | | /* 6797 */ MCD_OPC_CheckPredicate, 4, 112, 12, 2, // Skip to: 141058 |
1426 | | /* 6802 */ MCD_OPC_CheckField, 0, 1, 0, 105, 12, 2, // Skip to: 141058 |
1427 | | /* 6809 */ MCD_OPC_Decode, 201, 37, 74, // Opcode: MOVA_2ZMXI_H_D |
1428 | | /* 6813 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 6834 |
1429 | | /* 6818 */ MCD_OPC_CheckPredicate, 12, 91, 12, 2, // Skip to: 141058 |
1430 | | /* 6823 */ MCD_OPC_CheckField, 0, 1, 0, 84, 12, 2, // Skip to: 141058 |
1431 | | /* 6830 */ MCD_OPC_Decode, 173, 37, 75, // Opcode: MOVAZ_2ZMI_H_D |
1432 | | /* 6834 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 6855 |
1433 | | /* 6839 */ MCD_OPC_CheckPredicate, 4, 70, 12, 2, // Skip to: 141058 |
1434 | | /* 6844 */ MCD_OPC_CheckField, 0, 2, 0, 63, 12, 2, // Skip to: 141058 |
1435 | | /* 6851 */ MCD_OPC_Decode, 209, 37, 76, // Opcode: MOVA_4ZMXI_H_D |
1436 | | /* 6855 */ MCD_OPC_FilterValue, 6, 54, 12, 2, // Skip to: 141058 |
1437 | | /* 6860 */ MCD_OPC_CheckPredicate, 12, 49, 12, 2, // Skip to: 141058 |
1438 | | /* 6865 */ MCD_OPC_CheckField, 0, 2, 0, 42, 12, 2, // Skip to: 141058 |
1439 | | /* 6872 */ MCD_OPC_Decode, 181, 37, 77, // Opcode: MOVAZ_4ZMI_H_D |
1440 | | /* 6876 */ MCD_OPC_FilterValue, 5, 33, 12, 2, // Skip to: 141058 |
1441 | | /* 6881 */ MCD_OPC_ExtractField, 8, 5, // Inst{12-8} ... |
1442 | | /* 6884 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6905 |
1443 | | /* 6889 */ MCD_OPC_CheckPredicate, 4, 20, 12, 2, // Skip to: 141058 |
1444 | | /* 6894 */ MCD_OPC_CheckField, 0, 1, 0, 13, 12, 2, // Skip to: 141058 |
1445 | | /* 6901 */ MCD_OPC_Decode, 205, 37, 74, // Opcode: MOVA_2ZMXI_V_D |
1446 | | /* 6905 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 6926 |
1447 | | /* 6910 */ MCD_OPC_CheckPredicate, 12, 255, 11, 2, // Skip to: 141058 |
1448 | | /* 6915 */ MCD_OPC_CheckField, 0, 1, 0, 248, 11, 2, // Skip to: 141058 |
1449 | | /* 6922 */ MCD_OPC_Decode, 177, 37, 75, // Opcode: MOVAZ_2ZMI_V_D |
1450 | | /* 6926 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 6947 |
1451 | | /* 6931 */ MCD_OPC_CheckPredicate, 4, 234, 11, 2, // Skip to: 141058 |
1452 | | /* 6936 */ MCD_OPC_CheckField, 0, 2, 0, 227, 11, 2, // Skip to: 141058 |
1453 | | /* 6943 */ MCD_OPC_Decode, 213, 37, 76, // Opcode: MOVA_4ZMXI_V_D |
1454 | | /* 6947 */ MCD_OPC_FilterValue, 6, 218, 11, 2, // Skip to: 141058 |
1455 | | /* 6952 */ MCD_OPC_CheckPredicate, 12, 213, 11, 2, // Skip to: 141058 |
1456 | | /* 6957 */ MCD_OPC_CheckField, 0, 2, 0, 206, 11, 2, // Skip to: 141058 |
1457 | | /* 6964 */ MCD_OPC_Decode, 185, 37, 77, // Opcode: MOVAZ_4ZMI_V_D |
1458 | | /* 6968 */ MCD_OPC_FilterValue, 18, 66, 0, 0, // Skip to: 7039 |
1459 | | /* 6973 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
1460 | | /* 6976 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 6997 |
1461 | | /* 6981 */ MCD_OPC_CheckPredicate, 4, 184, 11, 2, // Skip to: 141058 |
1462 | | /* 6986 */ MCD_OPC_CheckField, 17, 1, 1, 177, 11, 2, // Skip to: 141058 |
1463 | | /* 6993 */ MCD_OPC_Decode, 243, 36, 78, // Opcode: LUTI4_ZTZI_B |
1464 | | /* 6997 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 7018 |
1465 | | /* 7002 */ MCD_OPC_CheckPredicate, 4, 163, 11, 2, // Skip to: 141058 |
1466 | | /* 7007 */ MCD_OPC_CheckField, 17, 1, 1, 156, 11, 2, // Skip to: 141058 |
1467 | | /* 7014 */ MCD_OPC_Decode, 244, 36, 78, // Opcode: LUTI4_ZTZI_H |
1468 | | /* 7018 */ MCD_OPC_FilterValue, 8, 147, 11, 2, // Skip to: 141058 |
1469 | | /* 7023 */ MCD_OPC_CheckPredicate, 4, 142, 11, 2, // Skip to: 141058 |
1470 | | /* 7028 */ MCD_OPC_CheckField, 17, 1, 1, 135, 11, 2, // Skip to: 141058 |
1471 | | /* 7035 */ MCD_OPC_Decode, 245, 36, 78, // Opcode: LUTI4_ZTZI_S |
1472 | | /* 7039 */ MCD_OPC_FilterValue, 19, 45, 0, 0, // Skip to: 7089 |
1473 | | /* 7044 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
1474 | | /* 7047 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7061 |
1475 | | /* 7052 */ MCD_OPC_CheckPredicate, 4, 113, 11, 2, // Skip to: 141058 |
1476 | | /* 7057 */ MCD_OPC_Decode, 227, 36, 79, // Opcode: LUTI2_ZTZI_B |
1477 | | /* 7061 */ MCD_OPC_FilterValue, 4, 9, 0, 0, // Skip to: 7075 |
1478 | | /* 7066 */ MCD_OPC_CheckPredicate, 4, 99, 11, 2, // Skip to: 141058 |
1479 | | /* 7071 */ MCD_OPC_Decode, 228, 36, 79, // Opcode: LUTI2_ZTZI_H |
1480 | | /* 7075 */ MCD_OPC_FilterValue, 8, 90, 11, 2, // Skip to: 141058 |
1481 | | /* 7080 */ MCD_OPC_CheckPredicate, 4, 85, 11, 2, // Skip to: 141058 |
1482 | | /* 7085 */ MCD_OPC_Decode, 229, 36, 79, // Opcode: LUTI2_ZTZI_S |
1483 | | /* 7089 */ MCD_OPC_FilterValue, 20, 76, 11, 2, // Skip to: 141058 |
1484 | | /* 7094 */ MCD_OPC_ExtractField, 16, 2, // Inst{17-16} ... |
1485 | | /* 7097 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7118 |
1486 | | /* 7102 */ MCD_OPC_CheckPredicate, 11, 63, 11, 2, // Skip to: 141058 |
1487 | | /* 7107 */ MCD_OPC_CheckField, 3, 2, 0, 56, 11, 2, // Skip to: 141058 |
1488 | | /* 7114 */ MCD_OPC_Decode, 192, 11, 80, // Opcode: ADDHA_MPPZ_D |
1489 | | /* 7118 */ MCD_OPC_FilterValue, 1, 47, 11, 2, // Skip to: 141058 |
1490 | | /* 7123 */ MCD_OPC_CheckPredicate, 11, 42, 11, 2, // Skip to: 141058 |
1491 | | /* 7128 */ MCD_OPC_CheckField, 3, 2, 0, 35, 11, 2, // Skip to: 141058 |
1492 | | /* 7135 */ MCD_OPC_Decode, 233, 11, 80, // Opcode: ADDVA_MPPZ_D |
1493 | | /* 7139 */ MCD_OPC_FilterValue, 2, 110, 31, 0, // Skip to: 15190 |
1494 | | /* 7144 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
1495 | | /* 7147 */ MCD_OPC_FilterValue, 0, 159, 2, 0, // Skip to: 7823 |
1496 | | /* 7152 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
1497 | | /* 7155 */ MCD_OPC_FilterValue, 0, 88, 1, 0, // Skip to: 7504 |
1498 | | /* 7160 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1499 | | /* 7163 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 7213 |
1500 | | /* 7168 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
1501 | | /* 7171 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7185 |
1502 | | /* 7176 */ MCD_OPC_CheckPredicate, 4, 245, 10, 2, // Skip to: 141058 |
1503 | | /* 7181 */ MCD_OPC_Decode, 181, 44, 81, // Opcode: SMLALL_MZZI_BtoS |
1504 | | /* 7185 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7199 |
1505 | | /* 7190 */ MCD_OPC_CheckPredicate, 4, 231, 10, 2, // Skip to: 141058 |
1506 | | /* 7195 */ MCD_OPC_Decode, 229, 61, 81, // Opcode: USMLALL_MZZI_BtoS |
1507 | | /* 7199 */ MCD_OPC_FilterValue, 2, 222, 10, 2, // Skip to: 141058 |
1508 | | /* 7204 */ MCD_OPC_CheckPredicate, 4, 217, 10, 2, // Skip to: 141058 |
1509 | | /* 7209 */ MCD_OPC_Decode, 225, 44, 81, // Opcode: SMLSLL_MZZI_BtoS |
1510 | | /* 7213 */ MCD_OPC_FilterValue, 1, 208, 10, 2, // Skip to: 141058 |
1511 | | /* 7218 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
1512 | | /* 7221 */ MCD_OPC_FilterValue, 0, 170, 0, 0, // Skip to: 7396 |
1513 | | /* 7226 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
1514 | | /* 7229 */ MCD_OPC_FilterValue, 0, 104, 0, 0, // Skip to: 7338 |
1515 | | /* 7234 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
1516 | | /* 7237 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 7295 |
1517 | | /* 7242 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1518 | | /* 7245 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7259 |
1519 | | /* 7250 */ MCD_OPC_CheckPredicate, 4, 171, 10, 2, // Skip to: 141058 |
1520 | | /* 7255 */ MCD_OPC_Decode, 187, 44, 82, // Opcode: SMLALL_VG2_M2ZZI_BtoS |
1521 | | /* 7259 */ MCD_OPC_FilterValue, 1, 162, 10, 2, // Skip to: 141058 |
1522 | | /* 7264 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
1523 | | /* 7267 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7281 |
1524 | | /* 7272 */ MCD_OPC_CheckPredicate, 4, 149, 10, 2, // Skip to: 141058 |
1525 | | /* 7277 */ MCD_OPC_Decode, 193, 44, 83, // Opcode: SMLALL_VG4_M4ZZI_BtoS |
1526 | | /* 7281 */ MCD_OPC_FilterValue, 1, 140, 10, 2, // Skip to: 141058 |
1527 | | /* 7286 */ MCD_OPC_CheckPredicate, 5, 135, 10, 2, // Skip to: 141058 |
1528 | | /* 7291 */ MCD_OPC_Decode, 136, 25, 83, // Opcode: FMLALL_VG4_M4ZZI_BtoS |
1529 | | /* 7295 */ MCD_OPC_FilterValue, 1, 126, 10, 2, // Skip to: 141058 |
1530 | | /* 7300 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1531 | | /* 7303 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7317 |
1532 | | /* 7308 */ MCD_OPC_CheckPredicate, 4, 113, 10, 2, // Skip to: 141058 |
1533 | | /* 7313 */ MCD_OPC_Decode, 231, 44, 82, // Opcode: SMLSLL_VG2_M2ZZI_BtoS |
1534 | | /* 7317 */ MCD_OPC_FilterValue, 1, 104, 10, 2, // Skip to: 141058 |
1535 | | /* 7322 */ MCD_OPC_CheckPredicate, 4, 99, 10, 2, // Skip to: 141058 |
1536 | | /* 7327 */ MCD_OPC_CheckField, 6, 1, 0, 92, 10, 2, // Skip to: 141058 |
1537 | | /* 7334 */ MCD_OPC_Decode, 237, 44, 83, // Opcode: SMLSLL_VG4_M4ZZI_BtoS |
1538 | | /* 7338 */ MCD_OPC_FilterValue, 1, 83, 10, 2, // Skip to: 141058 |
1539 | | /* 7343 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1540 | | /* 7346 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7360 |
1541 | | /* 7351 */ MCD_OPC_CheckPredicate, 8, 70, 10, 2, // Skip to: 141058 |
1542 | | /* 7356 */ MCD_OPC_Decode, 168, 25, 84, // Opcode: FMLA_VG2_M2ZZI_H |
1543 | | /* 7360 */ MCD_OPC_FilterValue, 1, 61, 10, 2, // Skip to: 141058 |
1544 | | /* 7365 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
1545 | | /* 7368 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7382 |
1546 | | /* 7373 */ MCD_OPC_CheckPredicate, 8, 48, 10, 2, // Skip to: 141058 |
1547 | | /* 7378 */ MCD_OPC_Decode, 177, 25, 85, // Opcode: FMLA_VG4_M4ZZI_H |
1548 | | /* 7382 */ MCD_OPC_FilterValue, 1, 39, 10, 2, // Skip to: 141058 |
1549 | | /* 7387 */ MCD_OPC_CheckPredicate, 6, 34, 10, 2, // Skip to: 141058 |
1550 | | /* 7392 */ MCD_OPC_Decode, 137, 23, 85, // Opcode: FDOT_VG4_M4ZZI_BtoH |
1551 | | /* 7396 */ MCD_OPC_FilterValue, 1, 25, 10, 2, // Skip to: 141058 |
1552 | | /* 7401 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
1553 | | /* 7404 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 7461 |
1554 | | /* 7409 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1555 | | /* 7412 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7433 |
1556 | | /* 7417 */ MCD_OPC_CheckPredicate, 4, 4, 10, 2, // Skip to: 141058 |
1557 | | /* 7422 */ MCD_OPC_CheckField, 3, 1, 0, 253, 9, 2, // Skip to: 141058 |
1558 | | /* 7429 */ MCD_OPC_Decode, 232, 61, 82, // Opcode: USMLALL_VG2_M2ZZI_BtoS |
1559 | | /* 7433 */ MCD_OPC_FilterValue, 1, 244, 9, 2, // Skip to: 141058 |
1560 | | /* 7438 */ MCD_OPC_CheckPredicate, 4, 239, 9, 2, // Skip to: 141058 |
1561 | | /* 7443 */ MCD_OPC_CheckField, 6, 1, 0, 232, 9, 2, // Skip to: 141058 |
1562 | | /* 7450 */ MCD_OPC_CheckField, 3, 1, 0, 225, 9, 2, // Skip to: 141058 |
1563 | | /* 7457 */ MCD_OPC_Decode, 235, 61, 83, // Opcode: USMLALL_VG4_M4ZZI_BtoS |
1564 | | /* 7461 */ MCD_OPC_FilterValue, 1, 216, 9, 2, // Skip to: 141058 |
1565 | | /* 7466 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1566 | | /* 7469 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7483 |
1567 | | /* 7474 */ MCD_OPC_CheckPredicate, 9, 203, 9, 2, // Skip to: 141058 |
1568 | | /* 7479 */ MCD_OPC_Decode, 226, 13, 84, // Opcode: BFMLA_VG2_M2ZZI |
1569 | | /* 7483 */ MCD_OPC_FilterValue, 1, 194, 9, 2, // Skip to: 141058 |
1570 | | /* 7488 */ MCD_OPC_CheckPredicate, 9, 189, 9, 2, // Skip to: 141058 |
1571 | | /* 7493 */ MCD_OPC_CheckField, 6, 1, 0, 182, 9, 2, // Skip to: 141058 |
1572 | | /* 7500 */ MCD_OPC_Decode, 229, 13, 85, // Opcode: BFMLA_VG4_M4ZZI |
1573 | | /* 7504 */ MCD_OPC_FilterValue, 1, 173, 9, 2, // Skip to: 141058 |
1574 | | /* 7509 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1575 | | /* 7512 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 7562 |
1576 | | /* 7517 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
1577 | | /* 7520 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7534 |
1578 | | /* 7525 */ MCD_OPC_CheckPredicate, 4, 152, 9, 2, // Skip to: 141058 |
1579 | | /* 7530 */ MCD_OPC_Decode, 168, 58, 81, // Opcode: UMLALL_MZZI_BtoS |
1580 | | /* 7534 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 7548 |
1581 | | /* 7539 */ MCD_OPC_CheckPredicate, 4, 138, 9, 2, // Skip to: 141058 |
1582 | | /* 7544 */ MCD_OPC_Decode, 209, 54, 81, // Opcode: SUMLALL_MZZI_BtoS |
1583 | | /* 7548 */ MCD_OPC_FilterValue, 2, 129, 9, 2, // Skip to: 141058 |
1584 | | /* 7553 */ MCD_OPC_CheckPredicate, 4, 124, 9, 2, // Skip to: 141058 |
1585 | | /* 7558 */ MCD_OPC_Decode, 212, 58, 81, // Opcode: UMLSLL_MZZI_BtoS |
1586 | | /* 7562 */ MCD_OPC_FilterValue, 1, 115, 9, 2, // Skip to: 141058 |
1587 | | /* 7567 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
1588 | | /* 7570 */ MCD_OPC_FilterValue, 0, 140, 0, 0, // Skip to: 7715 |
1589 | | /* 7575 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
1590 | | /* 7578 */ MCD_OPC_FilterValue, 0, 89, 0, 0, // Skip to: 7672 |
1591 | | /* 7583 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
1592 | | /* 7586 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 7629 |
1593 | | /* 7591 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1594 | | /* 7594 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7608 |
1595 | | /* 7599 */ MCD_OPC_CheckPredicate, 4, 78, 9, 2, // Skip to: 141058 |
1596 | | /* 7604 */ MCD_OPC_Decode, 174, 58, 82, // Opcode: UMLALL_VG2_M2ZZI_BtoS |
1597 | | /* 7608 */ MCD_OPC_FilterValue, 1, 69, 9, 2, // Skip to: 141058 |
1598 | | /* 7613 */ MCD_OPC_CheckPredicate, 4, 64, 9, 2, // Skip to: 141058 |
1599 | | /* 7618 */ MCD_OPC_CheckField, 6, 1, 0, 57, 9, 2, // Skip to: 141058 |
1600 | | /* 7625 */ MCD_OPC_Decode, 180, 58, 83, // Opcode: UMLALL_VG4_M4ZZI_BtoS |
1601 | | /* 7629 */ MCD_OPC_FilterValue, 1, 48, 9, 2, // Skip to: 141058 |
1602 | | /* 7634 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1603 | | /* 7637 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7651 |
1604 | | /* 7642 */ MCD_OPC_CheckPredicate, 4, 35, 9, 2, // Skip to: 141058 |
1605 | | /* 7647 */ MCD_OPC_Decode, 218, 58, 82, // Opcode: UMLSLL_VG2_M2ZZI_BtoS |
1606 | | /* 7651 */ MCD_OPC_FilterValue, 1, 26, 9, 2, // Skip to: 141058 |
1607 | | /* 7656 */ MCD_OPC_CheckPredicate, 4, 21, 9, 2, // Skip to: 141058 |
1608 | | /* 7661 */ MCD_OPC_CheckField, 6, 1, 0, 14, 9, 2, // Skip to: 141058 |
1609 | | /* 7668 */ MCD_OPC_Decode, 224, 58, 83, // Opcode: UMLSLL_VG4_M4ZZI_BtoS |
1610 | | /* 7672 */ MCD_OPC_FilterValue, 1, 5, 9, 2, // Skip to: 141058 |
1611 | | /* 7677 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1612 | | /* 7680 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7694 |
1613 | | /* 7685 */ MCD_OPC_CheckPredicate, 8, 248, 8, 2, // Skip to: 141058 |
1614 | | /* 7690 */ MCD_OPC_Decode, 225, 25, 84, // Opcode: FMLS_VG2_M2ZZI_H |
1615 | | /* 7694 */ MCD_OPC_FilterValue, 1, 239, 8, 2, // Skip to: 141058 |
1616 | | /* 7699 */ MCD_OPC_CheckPredicate, 8, 234, 8, 2, // Skip to: 141058 |
1617 | | /* 7704 */ MCD_OPC_CheckField, 6, 1, 0, 227, 8, 2, // Skip to: 141058 |
1618 | | /* 7711 */ MCD_OPC_Decode, 234, 25, 85, // Opcode: FMLS_VG4_M4ZZI_H |
1619 | | /* 7715 */ MCD_OPC_FilterValue, 1, 218, 8, 2, // Skip to: 141058 |
1620 | | /* 7720 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
1621 | | /* 7723 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 7780 |
1622 | | /* 7728 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1623 | | /* 7731 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7752 |
1624 | | /* 7736 */ MCD_OPC_CheckPredicate, 4, 197, 8, 2, // Skip to: 141058 |
1625 | | /* 7741 */ MCD_OPC_CheckField, 3, 1, 0, 190, 8, 2, // Skip to: 141058 |
1626 | | /* 7748 */ MCD_OPC_Decode, 210, 54, 82, // Opcode: SUMLALL_VG2_M2ZZI_BtoS |
1627 | | /* 7752 */ MCD_OPC_FilterValue, 1, 181, 8, 2, // Skip to: 141058 |
1628 | | /* 7757 */ MCD_OPC_CheckPredicate, 4, 176, 8, 2, // Skip to: 141058 |
1629 | | /* 7762 */ MCD_OPC_CheckField, 6, 1, 0, 169, 8, 2, // Skip to: 141058 |
1630 | | /* 7769 */ MCD_OPC_CheckField, 3, 1, 0, 162, 8, 2, // Skip to: 141058 |
1631 | | /* 7776 */ MCD_OPC_Decode, 212, 54, 83, // Opcode: SUMLALL_VG4_M4ZZI_BtoS |
1632 | | /* 7780 */ MCD_OPC_FilterValue, 1, 153, 8, 2, // Skip to: 141058 |
1633 | | /* 7785 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1634 | | /* 7788 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7802 |
1635 | | /* 7793 */ MCD_OPC_CheckPredicate, 9, 140, 8, 2, // Skip to: 141058 |
1636 | | /* 7798 */ MCD_OPC_Decode, 246, 13, 84, // Opcode: BFMLS_VG2_M2ZZI |
1637 | | /* 7802 */ MCD_OPC_FilterValue, 1, 131, 8, 2, // Skip to: 141058 |
1638 | | /* 7807 */ MCD_OPC_CheckPredicate, 9, 126, 8, 2, // Skip to: 141058 |
1639 | | /* 7812 */ MCD_OPC_CheckField, 6, 1, 0, 119, 8, 2, // Skip to: 141058 |
1640 | | /* 7819 */ MCD_OPC_Decode, 249, 13, 85, // Opcode: BFMLS_VG4_M4ZZI |
1641 | | /* 7823 */ MCD_OPC_FilterValue, 1, 75, 13, 0, // Skip to: 11231 |
1642 | | /* 7828 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
1643 | | /* 7831 */ MCD_OPC_FilterValue, 0, 198, 4, 0, // Skip to: 9058 |
1644 | | /* 7836 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
1645 | | /* 7839 */ MCD_OPC_FilterValue, 0, 255, 0, 0, // Skip to: 8099 |
1646 | | /* 7844 */ MCD_OPC_ExtractField, 1, 4, // Inst{4-1} ... |
1647 | | /* 7847 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 7883 |
1648 | | /* 7852 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1649 | | /* 7855 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7869 |
1650 | | /* 7860 */ MCD_OPC_CheckPredicate, 4, 73, 8, 2, // Skip to: 141058 |
1651 | | /* 7865 */ MCD_OPC_Decode, 189, 44, 86, // Opcode: SMLALL_VG2_M2ZZ_BtoS |
1652 | | /* 7869 */ MCD_OPC_FilterValue, 1, 64, 8, 2, // Skip to: 141058 |
1653 | | /* 7874 */ MCD_OPC_CheckPredicate, 4, 59, 8, 2, // Skip to: 141058 |
1654 | | /* 7879 */ MCD_OPC_Decode, 195, 44, 87, // Opcode: SMLALL_VG4_M4ZZ_BtoS |
1655 | | /* 7883 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 7919 |
1656 | | /* 7888 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1657 | | /* 7891 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7905 |
1658 | | /* 7896 */ MCD_OPC_CheckPredicate, 5, 37, 8, 2, // Skip to: 141058 |
1659 | | /* 7901 */ MCD_OPC_Decode, 134, 25, 86, // Opcode: FMLALL_VG2_M2ZZ_BtoS |
1660 | | /* 7905 */ MCD_OPC_FilterValue, 1, 28, 8, 2, // Skip to: 141058 |
1661 | | /* 7910 */ MCD_OPC_CheckPredicate, 5, 23, 8, 2, // Skip to: 141058 |
1662 | | /* 7915 */ MCD_OPC_Decode, 137, 25, 87, // Opcode: FMLALL_VG4_M4ZZ_BtoS |
1663 | | /* 7919 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 7955 |
1664 | | /* 7924 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1665 | | /* 7927 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7941 |
1666 | | /* 7932 */ MCD_OPC_CheckPredicate, 4, 1, 8, 2, // Skip to: 141058 |
1667 | | /* 7937 */ MCD_OPC_Decode, 233, 61, 86, // Opcode: USMLALL_VG2_M2ZZ_BtoS |
1668 | | /* 7941 */ MCD_OPC_FilterValue, 1, 248, 7, 2, // Skip to: 141058 |
1669 | | /* 7946 */ MCD_OPC_CheckPredicate, 4, 243, 7, 2, // Skip to: 141058 |
1670 | | /* 7951 */ MCD_OPC_Decode, 236, 61, 87, // Opcode: USMLALL_VG4_M4ZZ_BtoS |
1671 | | /* 7955 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 7991 |
1672 | | /* 7960 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1673 | | /* 7963 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 7977 |
1674 | | /* 7968 */ MCD_OPC_CheckPredicate, 4, 221, 7, 2, // Skip to: 141058 |
1675 | | /* 7973 */ MCD_OPC_Decode, 233, 44, 86, // Opcode: SMLSLL_VG2_M2ZZ_BtoS |
1676 | | /* 7977 */ MCD_OPC_FilterValue, 1, 212, 7, 2, // Skip to: 141058 |
1677 | | /* 7982 */ MCD_OPC_CheckPredicate, 4, 207, 7, 2, // Skip to: 141058 |
1678 | | /* 7987 */ MCD_OPC_Decode, 239, 44, 87, // Opcode: SMLSLL_VG4_M4ZZ_BtoS |
1679 | | /* 7991 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 8027 |
1680 | | /* 7996 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1681 | | /* 7999 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8013 |
1682 | | /* 8004 */ MCD_OPC_CheckPredicate, 4, 185, 7, 2, // Skip to: 141058 |
1683 | | /* 8009 */ MCD_OPC_Decode, 176, 58, 86, // Opcode: UMLALL_VG2_M2ZZ_BtoS |
1684 | | /* 8013 */ MCD_OPC_FilterValue, 1, 176, 7, 2, // Skip to: 141058 |
1685 | | /* 8018 */ MCD_OPC_CheckPredicate, 4, 171, 7, 2, // Skip to: 141058 |
1686 | | /* 8023 */ MCD_OPC_Decode, 182, 58, 87, // Opcode: UMLALL_VG4_M4ZZ_BtoS |
1687 | | /* 8027 */ MCD_OPC_FilterValue, 10, 31, 0, 0, // Skip to: 8063 |
1688 | | /* 8032 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1689 | | /* 8035 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8049 |
1690 | | /* 8040 */ MCD_OPC_CheckPredicate, 4, 149, 7, 2, // Skip to: 141058 |
1691 | | /* 8045 */ MCD_OPC_Decode, 211, 54, 86, // Opcode: SUMLALL_VG2_M2ZZ_BtoS |
1692 | | /* 8049 */ MCD_OPC_FilterValue, 1, 140, 7, 2, // Skip to: 141058 |
1693 | | /* 8054 */ MCD_OPC_CheckPredicate, 4, 135, 7, 2, // Skip to: 141058 |
1694 | | /* 8059 */ MCD_OPC_Decode, 213, 54, 87, // Opcode: SUMLALL_VG4_M4ZZ_BtoS |
1695 | | /* 8063 */ MCD_OPC_FilterValue, 12, 126, 7, 2, // Skip to: 141058 |
1696 | | /* 8068 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1697 | | /* 8071 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8085 |
1698 | | /* 8076 */ MCD_OPC_CheckPredicate, 4, 113, 7, 2, // Skip to: 141058 |
1699 | | /* 8081 */ MCD_OPC_Decode, 220, 58, 86, // Opcode: UMLSLL_VG2_M2ZZ_BtoS |
1700 | | /* 8085 */ MCD_OPC_FilterValue, 1, 104, 7, 2, // Skip to: 141058 |
1701 | | /* 8090 */ MCD_OPC_CheckPredicate, 4, 99, 7, 2, // Skip to: 141058 |
1702 | | /* 8095 */ MCD_OPC_Decode, 226, 58, 87, // Opcode: UMLSLL_VG4_M4ZZ_BtoS |
1703 | | /* 8099 */ MCD_OPC_FilterValue, 1, 123, 0, 0, // Skip to: 8227 |
1704 | | /* 8104 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
1705 | | /* 8107 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8143 |
1706 | | /* 8112 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1707 | | /* 8115 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8129 |
1708 | | /* 8120 */ MCD_OPC_CheckPredicate, 4, 69, 7, 2, // Skip to: 141058 |
1709 | | /* 8125 */ MCD_OPC_Decode, 183, 44, 88, // Opcode: SMLALL_MZZ_BtoS |
1710 | | /* 8129 */ MCD_OPC_FilterValue, 1, 60, 7, 2, // Skip to: 141058 |
1711 | | /* 8134 */ MCD_OPC_CheckPredicate, 5, 55, 7, 2, // Skip to: 141058 |
1712 | | /* 8139 */ MCD_OPC_Decode, 131, 25, 88, // Opcode: FMLALL_MZZ_BtoS |
1713 | | /* 8143 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 8164 |
1714 | | /* 8148 */ MCD_OPC_CheckPredicate, 4, 41, 7, 2, // Skip to: 141058 |
1715 | | /* 8153 */ MCD_OPC_CheckField, 20, 1, 0, 34, 7, 2, // Skip to: 141058 |
1716 | | /* 8160 */ MCD_OPC_Decode, 230, 61, 88, // Opcode: USMLALL_MZZ_BtoS |
1717 | | /* 8164 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 8185 |
1718 | | /* 8169 */ MCD_OPC_CheckPredicate, 4, 20, 7, 2, // Skip to: 141058 |
1719 | | /* 8174 */ MCD_OPC_CheckField, 20, 1, 0, 13, 7, 2, // Skip to: 141058 |
1720 | | /* 8181 */ MCD_OPC_Decode, 227, 44, 88, // Opcode: SMLSLL_MZZ_BtoS |
1721 | | /* 8185 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 8206 |
1722 | | /* 8190 */ MCD_OPC_CheckPredicate, 4, 255, 6, 2, // Skip to: 141058 |
1723 | | /* 8195 */ MCD_OPC_CheckField, 20, 1, 0, 248, 6, 2, // Skip to: 141058 |
1724 | | /* 8202 */ MCD_OPC_Decode, 170, 58, 88, // Opcode: UMLALL_MZZ_BtoS |
1725 | | /* 8206 */ MCD_OPC_FilterValue, 6, 239, 6, 2, // Skip to: 141058 |
1726 | | /* 8211 */ MCD_OPC_CheckPredicate, 4, 234, 6, 2, // Skip to: 141058 |
1727 | | /* 8216 */ MCD_OPC_CheckField, 20, 1, 0, 227, 6, 2, // Skip to: 141058 |
1728 | | /* 8223 */ MCD_OPC_Decode, 214, 58, 88, // Opcode: UMLSLL_MZZ_BtoS |
1729 | | /* 8227 */ MCD_OPC_FilterValue, 2, 183, 0, 0, // Skip to: 8415 |
1730 | | /* 8232 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
1731 | | /* 8235 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8271 |
1732 | | /* 8240 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1733 | | /* 8243 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8257 |
1734 | | /* 8248 */ MCD_OPC_CheckPredicate, 4, 197, 6, 2, // Skip to: 141058 |
1735 | | /* 8253 */ MCD_OPC_Decode, 152, 25, 89, // Opcode: FMLAL_VG2_M2ZZ_HtoS |
1736 | | /* 8257 */ MCD_OPC_FilterValue, 1, 188, 6, 2, // Skip to: 141058 |
1737 | | /* 8262 */ MCD_OPC_CheckPredicate, 4, 183, 6, 2, // Skip to: 141058 |
1738 | | /* 8267 */ MCD_OPC_Decode, 159, 25, 90, // Opcode: FMLAL_VG4_M4ZZ_HtoS |
1739 | | /* 8271 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 8307 |
1740 | | /* 8276 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1741 | | /* 8279 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8293 |
1742 | | /* 8284 */ MCD_OPC_CheckPredicate, 6, 161, 6, 2, // Skip to: 141058 |
1743 | | /* 8289 */ MCD_OPC_Decode, 151, 25, 89, // Opcode: FMLAL_VG2_M2ZZ_BtoH |
1744 | | /* 8293 */ MCD_OPC_FilterValue, 1, 152, 6, 2, // Skip to: 141058 |
1745 | | /* 8298 */ MCD_OPC_CheckPredicate, 6, 147, 6, 2, // Skip to: 141058 |
1746 | | /* 8303 */ MCD_OPC_Decode, 158, 25, 90, // Opcode: FMLAL_VG4_M4ZZ_BtoH |
1747 | | /* 8307 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8343 |
1748 | | /* 8312 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1749 | | /* 8315 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8329 |
1750 | | /* 8320 */ MCD_OPC_CheckPredicate, 4, 125, 6, 2, // Skip to: 141058 |
1751 | | /* 8325 */ MCD_OPC_Decode, 213, 25, 89, // Opcode: FMLSL_VG2_M2ZZ_HtoS |
1752 | | /* 8329 */ MCD_OPC_FilterValue, 1, 116, 6, 2, // Skip to: 141058 |
1753 | | /* 8334 */ MCD_OPC_CheckPredicate, 4, 111, 6, 2, // Skip to: 141058 |
1754 | | /* 8339 */ MCD_OPC_Decode, 216, 25, 90, // Opcode: FMLSL_VG4_M4ZZ_HtoS |
1755 | | /* 8343 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 8379 |
1756 | | /* 8348 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1757 | | /* 8351 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8365 |
1758 | | /* 8356 */ MCD_OPC_CheckPredicate, 4, 89, 6, 2, // Skip to: 141058 |
1759 | | /* 8361 */ MCD_OPC_Decode, 220, 13, 89, // Opcode: BFMLAL_VG2_M2ZZ_HtoS |
1760 | | /* 8365 */ MCD_OPC_FilterValue, 1, 80, 6, 2, // Skip to: 141058 |
1761 | | /* 8370 */ MCD_OPC_CheckPredicate, 4, 75, 6, 2, // Skip to: 141058 |
1762 | | /* 8375 */ MCD_OPC_Decode, 223, 13, 90, // Opcode: BFMLAL_VG4_M4ZZ_HtoS |
1763 | | /* 8379 */ MCD_OPC_FilterValue, 6, 66, 6, 2, // Skip to: 141058 |
1764 | | /* 8384 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1765 | | /* 8387 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8401 |
1766 | | /* 8392 */ MCD_OPC_CheckPredicate, 4, 53, 6, 2, // Skip to: 141058 |
1767 | | /* 8397 */ MCD_OPC_Decode, 240, 13, 89, // Opcode: BFMLSL_VG2_M2ZZ_HtoS |
1768 | | /* 8401 */ MCD_OPC_FilterValue, 1, 44, 6, 2, // Skip to: 141058 |
1769 | | /* 8406 */ MCD_OPC_CheckPredicate, 4, 39, 6, 2, // Skip to: 141058 |
1770 | | /* 8411 */ MCD_OPC_Decode, 243, 13, 90, // Opcode: BFMLSL_VG4_M4ZZ_HtoS |
1771 | | /* 8415 */ MCD_OPC_FilterValue, 3, 102, 0, 0, // Skip to: 8522 |
1772 | | /* 8420 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
1773 | | /* 8423 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8459 |
1774 | | /* 8428 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1775 | | /* 8431 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8445 |
1776 | | /* 8436 */ MCD_OPC_CheckPredicate, 4, 9, 6, 2, // Skip to: 141058 |
1777 | | /* 8441 */ MCD_OPC_Decode, 146, 25, 91, // Opcode: FMLAL_MZZ_HtoS |
1778 | | /* 8445 */ MCD_OPC_FilterValue, 1, 0, 6, 2, // Skip to: 141058 |
1779 | | /* 8450 */ MCD_OPC_CheckPredicate, 6, 251, 5, 2, // Skip to: 141058 |
1780 | | /* 8455 */ MCD_OPC_Decode, 153, 25, 91, // Opcode: FMLAL_VG2_MZZ_BtoH |
1781 | | /* 8459 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 8480 |
1782 | | /* 8464 */ MCD_OPC_CheckPredicate, 4, 237, 5, 2, // Skip to: 141058 |
1783 | | /* 8469 */ MCD_OPC_CheckField, 20, 1, 0, 230, 5, 2, // Skip to: 141058 |
1784 | | /* 8476 */ MCD_OPC_Decode, 210, 25, 91, // Opcode: FMLSL_MZZ_HtoS |
1785 | | /* 8480 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 8501 |
1786 | | /* 8485 */ MCD_OPC_CheckPredicate, 4, 216, 5, 2, // Skip to: 141058 |
1787 | | /* 8490 */ MCD_OPC_CheckField, 20, 1, 0, 209, 5, 2, // Skip to: 141058 |
1788 | | /* 8497 */ MCD_OPC_Decode, 217, 13, 91, // Opcode: BFMLAL_MZZ_HtoS |
1789 | | /* 8501 */ MCD_OPC_FilterValue, 3, 200, 5, 2, // Skip to: 141058 |
1790 | | /* 8506 */ MCD_OPC_CheckPredicate, 4, 195, 5, 2, // Skip to: 141058 |
1791 | | /* 8511 */ MCD_OPC_CheckField, 20, 1, 0, 188, 5, 2, // Skip to: 141058 |
1792 | | /* 8518 */ MCD_OPC_Decode, 237, 13, 91, // Opcode: BFMLSL_MZZ_HtoS |
1793 | | /* 8522 */ MCD_OPC_FilterValue, 4, 147, 0, 0, // Skip to: 8674 |
1794 | | /* 8527 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
1795 | | /* 8530 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8566 |
1796 | | /* 8535 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1797 | | /* 8538 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8552 |
1798 | | /* 8543 */ MCD_OPC_CheckPredicate, 4, 158, 5, 2, // Skip to: 141058 |
1799 | | /* 8548 */ MCD_OPC_Decode, 133, 23, 92, // Opcode: FDOT_VG2_M2ZZ_HtoS |
1800 | | /* 8552 */ MCD_OPC_FilterValue, 1, 149, 5, 2, // Skip to: 141058 |
1801 | | /* 8557 */ MCD_OPC_CheckPredicate, 4, 144, 5, 2, // Skip to: 141058 |
1802 | | /* 8562 */ MCD_OPC_Decode, 142, 23, 93, // Opcode: FDOT_VG4_M4ZZ_HtoS |
1803 | | /* 8566 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 8602 |
1804 | | /* 8571 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1805 | | /* 8574 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8588 |
1806 | | /* 8579 */ MCD_OPC_CheckPredicate, 6, 122, 5, 2, // Skip to: 141058 |
1807 | | /* 8584 */ MCD_OPC_Decode, 131, 23, 92, // Opcode: FDOT_VG2_M2ZZ_BtoH |
1808 | | /* 8588 */ MCD_OPC_FilterValue, 1, 113, 5, 2, // Skip to: 141058 |
1809 | | /* 8593 */ MCD_OPC_CheckPredicate, 6, 108, 5, 2, // Skip to: 141058 |
1810 | | /* 8598 */ MCD_OPC_Decode, 140, 23, 93, // Opcode: FDOT_VG4_M4ZZ_BtoH |
1811 | | /* 8602 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8638 |
1812 | | /* 8607 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1813 | | /* 8610 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8624 |
1814 | | /* 8615 */ MCD_OPC_CheckPredicate, 4, 86, 5, 2, // Skip to: 141058 |
1815 | | /* 8620 */ MCD_OPC_Decode, 180, 13, 92, // Opcode: BFDOT_VG2_M2ZZ_HtoS |
1816 | | /* 8624 */ MCD_OPC_FilterValue, 1, 77, 5, 2, // Skip to: 141058 |
1817 | | /* 8629 */ MCD_OPC_CheckPredicate, 4, 72, 5, 2, // Skip to: 141058 |
1818 | | /* 8634 */ MCD_OPC_Decode, 183, 13, 93, // Opcode: BFDOT_VG4_M4ZZ_HtoS |
1819 | | /* 8638 */ MCD_OPC_FilterValue, 3, 63, 5, 2, // Skip to: 141058 |
1820 | | /* 8643 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1821 | | /* 8646 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8660 |
1822 | | /* 8651 */ MCD_OPC_CheckPredicate, 5, 50, 5, 2, // Skip to: 141058 |
1823 | | /* 8656 */ MCD_OPC_Decode, 132, 23, 92, // Opcode: FDOT_VG2_M2ZZ_BtoS |
1824 | | /* 8660 */ MCD_OPC_FilterValue, 1, 41, 5, 2, // Skip to: 141058 |
1825 | | /* 8665 */ MCD_OPC_CheckPredicate, 5, 36, 5, 2, // Skip to: 141058 |
1826 | | /* 8670 */ MCD_OPC_Decode, 141, 23, 93, // Opcode: FDOT_VG4_M4ZZ_BtoS |
1827 | | /* 8674 */ MCD_OPC_FilterValue, 5, 147, 0, 0, // Skip to: 8826 |
1828 | | /* 8679 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
1829 | | /* 8682 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8718 |
1830 | | /* 8687 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1831 | | /* 8690 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8704 |
1832 | | /* 8695 */ MCD_OPC_CheckPredicate, 4, 6, 5, 2, // Skip to: 141058 |
1833 | | /* 8700 */ MCD_OPC_Decode, 169, 42, 92, // Opcode: SDOT_VG2_M2ZZ_BtoS |
1834 | | /* 8704 */ MCD_OPC_FilterValue, 1, 253, 4, 2, // Skip to: 141058 |
1835 | | /* 8709 */ MCD_OPC_CheckPredicate, 4, 248, 4, 2, // Skip to: 141058 |
1836 | | /* 8714 */ MCD_OPC_Decode, 178, 42, 93, // Opcode: SDOT_VG4_M4ZZ_BtoS |
1837 | | /* 8718 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 8754 |
1838 | | /* 8723 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1839 | | /* 8726 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8740 |
1840 | | /* 8731 */ MCD_OPC_CheckPredicate, 4, 226, 4, 2, // Skip to: 141058 |
1841 | | /* 8736 */ MCD_OPC_Decode, 191, 61, 92, // Opcode: USDOT_VG2_M2ZZ_BToS |
1842 | | /* 8740 */ MCD_OPC_FilterValue, 1, 217, 4, 2, // Skip to: 141058 |
1843 | | /* 8745 */ MCD_OPC_CheckPredicate, 4, 212, 4, 2, // Skip to: 141058 |
1844 | | /* 8750 */ MCD_OPC_Decode, 194, 61, 93, // Opcode: USDOT_VG4_M4ZZ_BToS |
1845 | | /* 8754 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8790 |
1846 | | /* 8759 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1847 | | /* 8762 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8776 |
1848 | | /* 8767 */ MCD_OPC_CheckPredicate, 4, 190, 4, 2, // Skip to: 141058 |
1849 | | /* 8772 */ MCD_OPC_Decode, 130, 57, 92, // Opcode: UDOT_VG2_M2ZZ_BtoS |
1850 | | /* 8776 */ MCD_OPC_FilterValue, 1, 181, 4, 2, // Skip to: 141058 |
1851 | | /* 8781 */ MCD_OPC_CheckPredicate, 4, 176, 4, 2, // Skip to: 141058 |
1852 | | /* 8786 */ MCD_OPC_Decode, 139, 57, 93, // Opcode: UDOT_VG4_M4ZZ_BtoS |
1853 | | /* 8790 */ MCD_OPC_FilterValue, 3, 167, 4, 2, // Skip to: 141058 |
1854 | | /* 8795 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1855 | | /* 8798 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8812 |
1856 | | /* 8803 */ MCD_OPC_CheckPredicate, 4, 154, 4, 2, // Skip to: 141058 |
1857 | | /* 8808 */ MCD_OPC_Decode, 203, 54, 92, // Opcode: SUDOT_VG2_M2ZZ_BToS |
1858 | | /* 8812 */ MCD_OPC_FilterValue, 1, 145, 4, 2, // Skip to: 141058 |
1859 | | /* 8817 */ MCD_OPC_CheckPredicate, 4, 140, 4, 2, // Skip to: 141058 |
1860 | | /* 8822 */ MCD_OPC_Decode, 205, 54, 93, // Opcode: SUDOT_VG4_M4ZZ_BToS |
1861 | | /* 8826 */ MCD_OPC_FilterValue, 6, 147, 0, 0, // Skip to: 8978 |
1862 | | /* 8831 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
1863 | | /* 8834 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 8870 |
1864 | | /* 8839 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1865 | | /* 8842 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8856 |
1866 | | /* 8847 */ MCD_OPC_CheckPredicate, 4, 110, 4, 2, // Skip to: 141058 |
1867 | | /* 8852 */ MCD_OPC_Decode, 172, 25, 92, // Opcode: FMLA_VG2_M2ZZ_S |
1868 | | /* 8856 */ MCD_OPC_FilterValue, 1, 101, 4, 2, // Skip to: 141058 |
1869 | | /* 8861 */ MCD_OPC_CheckPredicate, 4, 96, 4, 2, // Skip to: 141058 |
1870 | | /* 8866 */ MCD_OPC_Decode, 181, 25, 93, // Opcode: FMLA_VG4_M4ZZ_S |
1871 | | /* 8870 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 8906 |
1872 | | /* 8875 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1873 | | /* 8878 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8892 |
1874 | | /* 8883 */ MCD_OPC_CheckPredicate, 4, 74, 4, 2, // Skip to: 141058 |
1875 | | /* 8888 */ MCD_OPC_Decode, 229, 25, 92, // Opcode: FMLS_VG2_M2ZZ_S |
1876 | | /* 8892 */ MCD_OPC_FilterValue, 1, 65, 4, 2, // Skip to: 141058 |
1877 | | /* 8897 */ MCD_OPC_CheckPredicate, 4, 60, 4, 2, // Skip to: 141058 |
1878 | | /* 8902 */ MCD_OPC_Decode, 238, 25, 93, // Opcode: FMLS_VG4_M4ZZ_S |
1879 | | /* 8906 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8942 |
1880 | | /* 8911 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1881 | | /* 8914 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8928 |
1882 | | /* 8919 */ MCD_OPC_CheckPredicate, 4, 38, 4, 2, // Skip to: 141058 |
1883 | | /* 8924 */ MCD_OPC_Decode, 255, 11, 92, // Opcode: ADD_VG2_M2ZZ_S |
1884 | | /* 8928 */ MCD_OPC_FilterValue, 1, 29, 4, 2, // Skip to: 141058 |
1885 | | /* 8933 */ MCD_OPC_CheckPredicate, 4, 24, 4, 2, // Skip to: 141058 |
1886 | | /* 8938 */ MCD_OPC_Decode, 137, 12, 93, // Opcode: ADD_VG4_M4ZZ_S |
1887 | | /* 8942 */ MCD_OPC_FilterValue, 3, 15, 4, 2, // Skip to: 141058 |
1888 | | /* 8947 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1889 | | /* 8950 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8964 |
1890 | | /* 8955 */ MCD_OPC_CheckPredicate, 4, 2, 4, 2, // Skip to: 141058 |
1891 | | /* 8960 */ MCD_OPC_Decode, 171, 54, 92, // Opcode: SUB_VG2_M2ZZ_S |
1892 | | /* 8964 */ MCD_OPC_FilterValue, 1, 249, 3, 2, // Skip to: 141058 |
1893 | | /* 8969 */ MCD_OPC_CheckPredicate, 4, 244, 3, 2, // Skip to: 141058 |
1894 | | /* 8974 */ MCD_OPC_Decode, 177, 54, 93, // Opcode: SUB_VG4_M4ZZ_S |
1895 | | /* 8978 */ MCD_OPC_FilterValue, 7, 235, 3, 2, // Skip to: 141058 |
1896 | | /* 8983 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
1897 | | /* 8986 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 9022 |
1898 | | /* 8991 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1899 | | /* 8994 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9008 |
1900 | | /* 8999 */ MCD_OPC_CheckPredicate, 8, 214, 3, 2, // Skip to: 141058 |
1901 | | /* 9004 */ MCD_OPC_Decode, 171, 25, 92, // Opcode: FMLA_VG2_M2ZZ_H |
1902 | | /* 9008 */ MCD_OPC_FilterValue, 1, 205, 3, 2, // Skip to: 141058 |
1903 | | /* 9013 */ MCD_OPC_CheckPredicate, 8, 200, 3, 2, // Skip to: 141058 |
1904 | | /* 9018 */ MCD_OPC_Decode, 180, 25, 93, // Opcode: FMLA_VG4_M4ZZ_H |
1905 | | /* 9022 */ MCD_OPC_FilterValue, 1, 191, 3, 2, // Skip to: 141058 |
1906 | | /* 9027 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
1907 | | /* 9030 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9044 |
1908 | | /* 9035 */ MCD_OPC_CheckPredicate, 8, 178, 3, 2, // Skip to: 141058 |
1909 | | /* 9040 */ MCD_OPC_Decode, 228, 25, 92, // Opcode: FMLS_VG2_M2ZZ_H |
1910 | | /* 9044 */ MCD_OPC_FilterValue, 1, 169, 3, 2, // Skip to: 141058 |
1911 | | /* 9049 */ MCD_OPC_CheckPredicate, 8, 164, 3, 2, // Skip to: 141058 |
1912 | | /* 9054 */ MCD_OPC_Decode, 237, 25, 93, // Opcode: FMLS_VG4_M4ZZ_H |
1913 | | /* 9058 */ MCD_OPC_FilterValue, 1, 155, 3, 2, // Skip to: 141058 |
1914 | | /* 9063 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
1915 | | /* 9066 */ MCD_OPC_FilterValue, 0, 66, 0, 0, // Skip to: 9137 |
1916 | | /* 9071 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
1917 | | /* 9074 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 9102 |
1918 | | /* 9079 */ MCD_OPC_CheckPredicate, 4, 134, 3, 2, // Skip to: 141058 |
1919 | | /* 9084 */ MCD_OPC_CheckField, 5, 1, 0, 127, 3, 2, // Skip to: 141058 |
1920 | | /* 9091 */ MCD_OPC_CheckField, 0, 1, 0, 120, 3, 2, // Skip to: 141058 |
1921 | | /* 9098 */ MCD_OPC_Decode, 193, 42, 94, // Opcode: SEL_VG2_2ZC2Z2Z_B |
1922 | | /* 9102 */ MCD_OPC_FilterValue, 1, 111, 3, 2, // Skip to: 141058 |
1923 | | /* 9107 */ MCD_OPC_CheckPredicate, 4, 106, 3, 2, // Skip to: 141058 |
1924 | | /* 9112 */ MCD_OPC_CheckField, 17, 1, 0, 99, 3, 2, // Skip to: 141058 |
1925 | | /* 9119 */ MCD_OPC_CheckField, 5, 2, 0, 92, 3, 2, // Skip to: 141058 |
1926 | | /* 9126 */ MCD_OPC_CheckField, 0, 2, 0, 85, 3, 2, // Skip to: 141058 |
1927 | | /* 9133 */ MCD_OPC_Decode, 197, 42, 95, // Opcode: SEL_VG4_4ZC4Z4Z_B |
1928 | | /* 9137 */ MCD_OPC_FilterValue, 1, 159, 4, 0, // Skip to: 10325 |
1929 | | /* 9142 */ MCD_OPC_ExtractField, 5, 8, // Inst{12-5} ... |
1930 | | /* 9145 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 9195 |
1931 | | /* 9150 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1932 | | /* 9153 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9174 |
1933 | | /* 9158 */ MCD_OPC_CheckPredicate, 4, 55, 3, 2, // Skip to: 141058 |
1934 | | /* 9163 */ MCD_OPC_CheckField, 20, 1, 0, 48, 3, 2, // Skip to: 141058 |
1935 | | /* 9170 */ MCD_OPC_Decode, 220, 43, 96, // Opcode: SMAX_VG2_2ZZ_B |
1936 | | /* 9174 */ MCD_OPC_FilterValue, 1, 39, 3, 2, // Skip to: 141058 |
1937 | | /* 9179 */ MCD_OPC_CheckPredicate, 4, 34, 3, 2, // Skip to: 141058 |
1938 | | /* 9184 */ MCD_OPC_CheckField, 20, 1, 0, 27, 3, 2, // Skip to: 141058 |
1939 | | /* 9191 */ MCD_OPC_Decode, 208, 57, 96, // Opcode: UMAX_VG2_2ZZ_B |
1940 | | /* 9195 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 9245 |
1941 | | /* 9200 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1942 | | /* 9203 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9224 |
1943 | | /* 9208 */ MCD_OPC_CheckPredicate, 4, 5, 3, 2, // Skip to: 141058 |
1944 | | /* 9213 */ MCD_OPC_CheckField, 20, 1, 0, 254, 2, 2, // Skip to: 141058 |
1945 | | /* 9220 */ MCD_OPC_Decode, 150, 44, 96, // Opcode: SMIN_VG2_2ZZ_B |
1946 | | /* 9224 */ MCD_OPC_FilterValue, 1, 245, 2, 2, // Skip to: 141058 |
1947 | | /* 9229 */ MCD_OPC_CheckPredicate, 4, 240, 2, 2, // Skip to: 141058 |
1948 | | /* 9234 */ MCD_OPC_CheckField, 20, 1, 0, 233, 2, 2, // Skip to: 141058 |
1949 | | /* 9241 */ MCD_OPC_Decode, 137, 58, 96, // Opcode: UMIN_VG2_2ZZ_B |
1950 | | /* 9245 */ MCD_OPC_FilterValue, 8, 45, 0, 0, // Skip to: 9295 |
1951 | | /* 9250 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1952 | | /* 9253 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9274 |
1953 | | /* 9258 */ MCD_OPC_CheckPredicate, 9, 211, 2, 2, // Skip to: 141058 |
1954 | | /* 9263 */ MCD_OPC_CheckField, 20, 1, 0, 204, 2, 2, // Skip to: 141058 |
1955 | | /* 9270 */ MCD_OPC_Decode, 194, 13, 96, // Opcode: BFMAX_VG2_2ZZ_H |
1956 | | /* 9274 */ MCD_OPC_FilterValue, 1, 195, 2, 2, // Skip to: 141058 |
1957 | | /* 9279 */ MCD_OPC_CheckPredicate, 9, 190, 2, 2, // Skip to: 141058 |
1958 | | /* 9284 */ MCD_OPC_CheckField, 20, 1, 0, 183, 2, 2, // Skip to: 141058 |
1959 | | /* 9291 */ MCD_OPC_Decode, 204, 13, 96, // Opcode: BFMIN_VG2_2ZZ_H |
1960 | | /* 9295 */ MCD_OPC_FilterValue, 9, 45, 0, 0, // Skip to: 9345 |
1961 | | /* 9300 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1962 | | /* 9303 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9324 |
1963 | | /* 9308 */ MCD_OPC_CheckPredicate, 9, 161, 2, 2, // Skip to: 141058 |
1964 | | /* 9313 */ MCD_OPC_CheckField, 20, 1, 0, 154, 2, 2, // Skip to: 141058 |
1965 | | /* 9320 */ MCD_OPC_Decode, 189, 13, 96, // Opcode: BFMAXNM_VG2_2ZZ_H |
1966 | | /* 9324 */ MCD_OPC_FilterValue, 1, 145, 2, 2, // Skip to: 141058 |
1967 | | /* 9329 */ MCD_OPC_CheckPredicate, 9, 140, 2, 2, // Skip to: 141058 |
1968 | | /* 9334 */ MCD_OPC_CheckField, 20, 1, 0, 133, 2, 2, // Skip to: 141058 |
1969 | | /* 9341 */ MCD_OPC_Decode, 199, 13, 96, // Opcode: BFMINNM_VG2_2ZZ_H |
1970 | | /* 9345 */ MCD_OPC_FilterValue, 17, 45, 0, 0, // Skip to: 9395 |
1971 | | /* 9350 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1972 | | /* 9353 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9374 |
1973 | | /* 9358 */ MCD_OPC_CheckPredicate, 4, 111, 2, 2, // Skip to: 141058 |
1974 | | /* 9363 */ MCD_OPC_CheckField, 20, 1, 0, 104, 2, 2, // Skip to: 141058 |
1975 | | /* 9370 */ MCD_OPC_Decode, 190, 49, 96, // Opcode: SRSHL_VG2_2ZZ_B |
1976 | | /* 9374 */ MCD_OPC_FilterValue, 1, 95, 2, 2, // Skip to: 141058 |
1977 | | /* 9379 */ MCD_OPC_CheckPredicate, 4, 90, 2, 2, // Skip to: 141058 |
1978 | | /* 9384 */ MCD_OPC_CheckField, 20, 1, 0, 83, 2, 2, // Skip to: 141058 |
1979 | | /* 9391 */ MCD_OPC_Decode, 138, 61, 96, // Opcode: URSHL_VG2_2ZZ_B |
1980 | | /* 9395 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 9423 |
1981 | | /* 9400 */ MCD_OPC_CheckPredicate, 4, 69, 2, 2, // Skip to: 141058 |
1982 | | /* 9405 */ MCD_OPC_CheckField, 20, 1, 0, 62, 2, 2, // Skip to: 141058 |
1983 | | /* 9412 */ MCD_OPC_CheckField, 0, 1, 0, 55, 2, 2, // Skip to: 141058 |
1984 | | /* 9419 */ MCD_OPC_Decode, 248, 11, 96, // Opcode: ADD_VG2_2ZZ_B |
1985 | | /* 9423 */ MCD_OPC_FilterValue, 32, 23, 0, 0, // Skip to: 9451 |
1986 | | /* 9428 */ MCD_OPC_CheckPredicate, 4, 41, 2, 2, // Skip to: 141058 |
1987 | | /* 9433 */ MCD_OPC_CheckField, 20, 1, 0, 34, 2, 2, // Skip to: 141058 |
1988 | | /* 9440 */ MCD_OPC_CheckField, 0, 1, 0, 27, 2, 2, // Skip to: 141058 |
1989 | | /* 9447 */ MCD_OPC_Decode, 194, 46, 96, // Opcode: SQDMULH_VG2_2ZZ_B |
1990 | | /* 9451 */ MCD_OPC_FilterValue, 64, 45, 0, 0, // Skip to: 9501 |
1991 | | /* 9456 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1992 | | /* 9459 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9480 |
1993 | | /* 9464 */ MCD_OPC_CheckPredicate, 4, 5, 2, 2, // Skip to: 141058 |
1994 | | /* 9469 */ MCD_OPC_CheckField, 20, 1, 0, 254, 1, 2, // Skip to: 141058 |
1995 | | /* 9476 */ MCD_OPC_Decode, 228, 43, 97, // Opcode: SMAX_VG4_4ZZ_B |
1996 | | /* 9480 */ MCD_OPC_FilterValue, 1, 245, 1, 2, // Skip to: 141058 |
1997 | | /* 9485 */ MCD_OPC_CheckPredicate, 4, 240, 1, 2, // Skip to: 141058 |
1998 | | /* 9490 */ MCD_OPC_CheckField, 20, 1, 0, 233, 1, 2, // Skip to: 141058 |
1999 | | /* 9497 */ MCD_OPC_Decode, 216, 57, 97, // Opcode: UMAX_VG4_4ZZ_B |
2000 | | /* 9501 */ MCD_OPC_FilterValue, 65, 45, 0, 0, // Skip to: 9551 |
2001 | | /* 9506 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2002 | | /* 9509 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9530 |
2003 | | /* 9514 */ MCD_OPC_CheckPredicate, 4, 211, 1, 2, // Skip to: 141058 |
2004 | | /* 9519 */ MCD_OPC_CheckField, 20, 1, 0, 204, 1, 2, // Skip to: 141058 |
2005 | | /* 9526 */ MCD_OPC_Decode, 158, 44, 97, // Opcode: SMIN_VG4_4ZZ_B |
2006 | | /* 9530 */ MCD_OPC_FilterValue, 1, 195, 1, 2, // Skip to: 141058 |
2007 | | /* 9535 */ MCD_OPC_CheckPredicate, 4, 190, 1, 2, // Skip to: 141058 |
2008 | | /* 9540 */ MCD_OPC_CheckField, 20, 1, 0, 183, 1, 2, // Skip to: 141058 |
2009 | | /* 9547 */ MCD_OPC_Decode, 145, 58, 97, // Opcode: UMIN_VG4_4ZZ_B |
2010 | | /* 9551 */ MCD_OPC_FilterValue, 72, 45, 0, 0, // Skip to: 9601 |
2011 | | /* 9556 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2012 | | /* 9559 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9580 |
2013 | | /* 9564 */ MCD_OPC_CheckPredicate, 9, 161, 1, 2, // Skip to: 141058 |
2014 | | /* 9569 */ MCD_OPC_CheckField, 20, 1, 0, 154, 1, 2, // Skip to: 141058 |
2015 | | /* 9576 */ MCD_OPC_Decode, 196, 13, 97, // Opcode: BFMAX_VG4_4ZZ_H |
2016 | | /* 9580 */ MCD_OPC_FilterValue, 1, 145, 1, 2, // Skip to: 141058 |
2017 | | /* 9585 */ MCD_OPC_CheckPredicate, 9, 140, 1, 2, // Skip to: 141058 |
2018 | | /* 9590 */ MCD_OPC_CheckField, 20, 1, 0, 133, 1, 2, // Skip to: 141058 |
2019 | | /* 9597 */ MCD_OPC_Decode, 206, 13, 97, // Opcode: BFMIN_VG4_4ZZ_H |
2020 | | /* 9601 */ MCD_OPC_FilterValue, 73, 45, 0, 0, // Skip to: 9651 |
2021 | | /* 9606 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2022 | | /* 9609 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9630 |
2023 | | /* 9614 */ MCD_OPC_CheckPredicate, 9, 111, 1, 2, // Skip to: 141058 |
2024 | | /* 9619 */ MCD_OPC_CheckField, 20, 1, 0, 104, 1, 2, // Skip to: 141058 |
2025 | | /* 9626 */ MCD_OPC_Decode, 191, 13, 97, // Opcode: BFMAXNM_VG4_4ZZ_H |
2026 | | /* 9630 */ MCD_OPC_FilterValue, 1, 95, 1, 2, // Skip to: 141058 |
2027 | | /* 9635 */ MCD_OPC_CheckPredicate, 9, 90, 1, 2, // Skip to: 141058 |
2028 | | /* 9640 */ MCD_OPC_CheckField, 20, 1, 0, 83, 1, 2, // Skip to: 141058 |
2029 | | /* 9647 */ MCD_OPC_Decode, 201, 13, 97, // Opcode: BFMINNM_VG4_4ZZ_H |
2030 | | /* 9651 */ MCD_OPC_FilterValue, 81, 45, 0, 0, // Skip to: 9701 |
2031 | | /* 9656 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2032 | | /* 9659 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9680 |
2033 | | /* 9664 */ MCD_OPC_CheckPredicate, 4, 61, 1, 2, // Skip to: 141058 |
2034 | | /* 9669 */ MCD_OPC_CheckField, 20, 1, 0, 54, 1, 2, // Skip to: 141058 |
2035 | | /* 9676 */ MCD_OPC_Decode, 198, 49, 97, // Opcode: SRSHL_VG4_4ZZ_B |
2036 | | /* 9680 */ MCD_OPC_FilterValue, 1, 45, 1, 2, // Skip to: 141058 |
2037 | | /* 9685 */ MCD_OPC_CheckPredicate, 4, 40, 1, 2, // Skip to: 141058 |
2038 | | /* 9690 */ MCD_OPC_CheckField, 20, 1, 0, 33, 1, 2, // Skip to: 141058 |
2039 | | /* 9697 */ MCD_OPC_Decode, 146, 61, 97, // Opcode: URSHL_VG4_4ZZ_B |
2040 | | /* 9701 */ MCD_OPC_FilterValue, 88, 23, 0, 0, // Skip to: 9729 |
2041 | | /* 9706 */ MCD_OPC_CheckPredicate, 4, 19, 1, 2, // Skip to: 141058 |
2042 | | /* 9711 */ MCD_OPC_CheckField, 20, 1, 0, 12, 1, 2, // Skip to: 141058 |
2043 | | /* 9718 */ MCD_OPC_CheckField, 0, 2, 0, 5, 1, 2, // Skip to: 141058 |
2044 | | /* 9725 */ MCD_OPC_Decode, 130, 12, 97, // Opcode: ADD_VG4_4ZZ_B |
2045 | | /* 9729 */ MCD_OPC_FilterValue, 96, 23, 0, 0, // Skip to: 9757 |
2046 | | /* 9734 */ MCD_OPC_CheckPredicate, 4, 247, 0, 2, // Skip to: 141058 |
2047 | | /* 9739 */ MCD_OPC_CheckField, 20, 1, 0, 240, 0, 2, // Skip to: 141058 |
2048 | | /* 9746 */ MCD_OPC_CheckField, 0, 2, 0, 233, 0, 2, // Skip to: 141058 |
2049 | | /* 9753 */ MCD_OPC_Decode, 202, 46, 97, // Opcode: SQDMULH_VG4_4ZZ_B |
2050 | | /* 9757 */ MCD_OPC_FilterValue, 128, 1, 45, 0, 0, // Skip to: 9808 |
2051 | | /* 9763 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2052 | | /* 9766 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9787 |
2053 | | /* 9771 */ MCD_OPC_CheckPredicate, 4, 210, 0, 2, // Skip to: 141058 |
2054 | | /* 9776 */ MCD_OPC_CheckField, 16, 1, 0, 203, 0, 2, // Skip to: 141058 |
2055 | | /* 9783 */ MCD_OPC_Decode, 216, 43, 98, // Opcode: SMAX_VG2_2Z2Z_B |
2056 | | /* 9787 */ MCD_OPC_FilterValue, 1, 194, 0, 2, // Skip to: 141058 |
2057 | | /* 9792 */ MCD_OPC_CheckPredicate, 4, 189, 0, 2, // Skip to: 141058 |
2058 | | /* 9797 */ MCD_OPC_CheckField, 16, 1, 0, 182, 0, 2, // Skip to: 141058 |
2059 | | /* 9804 */ MCD_OPC_Decode, 204, 57, 98, // Opcode: UMAX_VG2_2Z2Z_B |
2060 | | /* 9808 */ MCD_OPC_FilterValue, 129, 1, 45, 0, 0, // Skip to: 9859 |
2061 | | /* 9814 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2062 | | /* 9817 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9838 |
2063 | | /* 9822 */ MCD_OPC_CheckPredicate, 4, 159, 0, 2, // Skip to: 141058 |
2064 | | /* 9827 */ MCD_OPC_CheckField, 16, 1, 0, 152, 0, 2, // Skip to: 141058 |
2065 | | /* 9834 */ MCD_OPC_Decode, 146, 44, 98, // Opcode: SMIN_VG2_2Z2Z_B |
2066 | | /* 9838 */ MCD_OPC_FilterValue, 1, 143, 0, 2, // Skip to: 141058 |
2067 | | /* 9843 */ MCD_OPC_CheckPredicate, 4, 138, 0, 2, // Skip to: 141058 |
2068 | | /* 9848 */ MCD_OPC_CheckField, 16, 1, 0, 131, 0, 2, // Skip to: 141058 |
2069 | | /* 9855 */ MCD_OPC_Decode, 133, 58, 98, // Opcode: UMIN_VG2_2Z2Z_B |
2070 | | /* 9859 */ MCD_OPC_FilterValue, 136, 1, 45, 0, 0, // Skip to: 9910 |
2071 | | /* 9865 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2072 | | /* 9868 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9889 |
2073 | | /* 9873 */ MCD_OPC_CheckPredicate, 9, 108, 0, 2, // Skip to: 141058 |
2074 | | /* 9878 */ MCD_OPC_CheckField, 16, 1, 0, 101, 0, 2, // Skip to: 141058 |
2075 | | /* 9885 */ MCD_OPC_Decode, 193, 13, 98, // Opcode: BFMAX_VG2_2Z2Z_H |
2076 | | /* 9889 */ MCD_OPC_FilterValue, 1, 92, 0, 2, // Skip to: 141058 |
2077 | | /* 9894 */ MCD_OPC_CheckPredicate, 9, 87, 0, 2, // Skip to: 141058 |
2078 | | /* 9899 */ MCD_OPC_CheckField, 16, 1, 0, 80, 0, 2, // Skip to: 141058 |
2079 | | /* 9906 */ MCD_OPC_Decode, 203, 13, 98, // Opcode: BFMIN_VG2_2Z2Z_H |
2080 | | /* 9910 */ MCD_OPC_FilterValue, 137, 1, 45, 0, 0, // Skip to: 9961 |
2081 | | /* 9916 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2082 | | /* 9919 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9940 |
2083 | | /* 9924 */ MCD_OPC_CheckPredicate, 9, 57, 0, 2, // Skip to: 141058 |
2084 | | /* 9929 */ MCD_OPC_CheckField, 16, 1, 0, 50, 0, 2, // Skip to: 141058 |
2085 | | /* 9936 */ MCD_OPC_Decode, 188, 13, 98, // Opcode: BFMAXNM_VG2_2Z2Z_H |
2086 | | /* 9940 */ MCD_OPC_FilterValue, 1, 41, 0, 2, // Skip to: 141058 |
2087 | | /* 9945 */ MCD_OPC_CheckPredicate, 9, 36, 0, 2, // Skip to: 141058 |
2088 | | /* 9950 */ MCD_OPC_CheckField, 16, 1, 0, 29, 0, 2, // Skip to: 141058 |
2089 | | /* 9957 */ MCD_OPC_Decode, 198, 13, 98, // Opcode: BFMINNM_VG2_2Z2Z_H |
2090 | | /* 9961 */ MCD_OPC_FilterValue, 145, 1, 45, 0, 0, // Skip to: 10012 |
2091 | | /* 9967 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2092 | | /* 9970 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 9991 |
2093 | | /* 9975 */ MCD_OPC_CheckPredicate, 4, 6, 0, 2, // Skip to: 141058 |
2094 | | /* 9980 */ MCD_OPC_CheckField, 16, 1, 0, 255, 255, 1, // Skip to: 141058 |
2095 | | /* 9987 */ MCD_OPC_Decode, 186, 49, 98, // Opcode: SRSHL_VG2_2Z2Z_B |
2096 | | /* 9991 */ MCD_OPC_FilterValue, 1, 246, 255, 1, // Skip to: 141058 |
2097 | | /* 9996 */ MCD_OPC_CheckPredicate, 4, 241, 255, 1, // Skip to: 141058 |
2098 | | /* 10001 */ MCD_OPC_CheckField, 16, 1, 0, 234, 255, 1, // Skip to: 141058 |
2099 | | /* 10008 */ MCD_OPC_Decode, 134, 61, 98, // Opcode: URSHL_VG2_2Z2Z_B |
2100 | | /* 10012 */ MCD_OPC_FilterValue, 160, 1, 23, 0, 0, // Skip to: 10041 |
2101 | | /* 10018 */ MCD_OPC_CheckPredicate, 4, 219, 255, 1, // Skip to: 141058 |
2102 | | /* 10023 */ MCD_OPC_CheckField, 16, 1, 0, 212, 255, 1, // Skip to: 141058 |
2103 | | /* 10030 */ MCD_OPC_CheckField, 0, 1, 0, 205, 255, 1, // Skip to: 141058 |
2104 | | /* 10037 */ MCD_OPC_Decode, 190, 46, 98, // Opcode: SQDMULH_VG2_2Z2Z_B |
2105 | | /* 10041 */ MCD_OPC_FilterValue, 192, 1, 45, 0, 0, // Skip to: 10092 |
2106 | | /* 10047 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2107 | | /* 10050 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10071 |
2108 | | /* 10055 */ MCD_OPC_CheckPredicate, 4, 182, 255, 1, // Skip to: 141058 |
2109 | | /* 10060 */ MCD_OPC_CheckField, 16, 2, 0, 175, 255, 1, // Skip to: 141058 |
2110 | | /* 10067 */ MCD_OPC_Decode, 224, 43, 99, // Opcode: SMAX_VG4_4Z4Z_B |
2111 | | /* 10071 */ MCD_OPC_FilterValue, 1, 166, 255, 1, // Skip to: 141058 |
2112 | | /* 10076 */ MCD_OPC_CheckPredicate, 4, 161, 255, 1, // Skip to: 141058 |
2113 | | /* 10081 */ MCD_OPC_CheckField, 16, 2, 0, 154, 255, 1, // Skip to: 141058 |
2114 | | /* 10088 */ MCD_OPC_Decode, 212, 57, 99, // Opcode: UMAX_VG4_4Z4Z_B |
2115 | | /* 10092 */ MCD_OPC_FilterValue, 193, 1, 45, 0, 0, // Skip to: 10143 |
2116 | | /* 10098 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2117 | | /* 10101 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10122 |
2118 | | /* 10106 */ MCD_OPC_CheckPredicate, 4, 131, 255, 1, // Skip to: 141058 |
2119 | | /* 10111 */ MCD_OPC_CheckField, 16, 2, 0, 124, 255, 1, // Skip to: 141058 |
2120 | | /* 10118 */ MCD_OPC_Decode, 154, 44, 99, // Opcode: SMIN_VG4_4Z4Z_B |
2121 | | /* 10122 */ MCD_OPC_FilterValue, 1, 115, 255, 1, // Skip to: 141058 |
2122 | | /* 10127 */ MCD_OPC_CheckPredicate, 4, 110, 255, 1, // Skip to: 141058 |
2123 | | /* 10132 */ MCD_OPC_CheckField, 16, 2, 0, 103, 255, 1, // Skip to: 141058 |
2124 | | /* 10139 */ MCD_OPC_Decode, 141, 58, 99, // Opcode: UMIN_VG4_4Z4Z_B |
2125 | | /* 10143 */ MCD_OPC_FilterValue, 200, 1, 45, 0, 0, // Skip to: 10194 |
2126 | | /* 10149 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2127 | | /* 10152 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10173 |
2128 | | /* 10157 */ MCD_OPC_CheckPredicate, 9, 80, 255, 1, // Skip to: 141058 |
2129 | | /* 10162 */ MCD_OPC_CheckField, 16, 2, 0, 73, 255, 1, // Skip to: 141058 |
2130 | | /* 10169 */ MCD_OPC_Decode, 195, 13, 99, // Opcode: BFMAX_VG4_4Z2Z_H |
2131 | | /* 10173 */ MCD_OPC_FilterValue, 1, 64, 255, 1, // Skip to: 141058 |
2132 | | /* 10178 */ MCD_OPC_CheckPredicate, 9, 59, 255, 1, // Skip to: 141058 |
2133 | | /* 10183 */ MCD_OPC_CheckField, 16, 2, 0, 52, 255, 1, // Skip to: 141058 |
2134 | | /* 10190 */ MCD_OPC_Decode, 205, 13, 99, // Opcode: BFMIN_VG4_4Z2Z_H |
2135 | | /* 10194 */ MCD_OPC_FilterValue, 201, 1, 45, 0, 0, // Skip to: 10245 |
2136 | | /* 10200 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2137 | | /* 10203 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10224 |
2138 | | /* 10208 */ MCD_OPC_CheckPredicate, 9, 29, 255, 1, // Skip to: 141058 |
2139 | | /* 10213 */ MCD_OPC_CheckField, 16, 2, 0, 22, 255, 1, // Skip to: 141058 |
2140 | | /* 10220 */ MCD_OPC_Decode, 190, 13, 99, // Opcode: BFMAXNM_VG4_4Z2Z_H |
2141 | | /* 10224 */ MCD_OPC_FilterValue, 1, 13, 255, 1, // Skip to: 141058 |
2142 | | /* 10229 */ MCD_OPC_CheckPredicate, 9, 8, 255, 1, // Skip to: 141058 |
2143 | | /* 10234 */ MCD_OPC_CheckField, 16, 2, 0, 1, 255, 1, // Skip to: 141058 |
2144 | | /* 10241 */ MCD_OPC_Decode, 200, 13, 99, // Opcode: BFMINNM_VG4_4Z2Z_H |
2145 | | /* 10245 */ MCD_OPC_FilterValue, 209, 1, 45, 0, 0, // Skip to: 10296 |
2146 | | /* 10251 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2147 | | /* 10254 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10275 |
2148 | | /* 10259 */ MCD_OPC_CheckPredicate, 4, 234, 254, 1, // Skip to: 141058 |
2149 | | /* 10264 */ MCD_OPC_CheckField, 16, 2, 0, 227, 254, 1, // Skip to: 141058 |
2150 | | /* 10271 */ MCD_OPC_Decode, 194, 49, 99, // Opcode: SRSHL_VG4_4Z4Z_B |
2151 | | /* 10275 */ MCD_OPC_FilterValue, 1, 218, 254, 1, // Skip to: 141058 |
2152 | | /* 10280 */ MCD_OPC_CheckPredicate, 4, 213, 254, 1, // Skip to: 141058 |
2153 | | /* 10285 */ MCD_OPC_CheckField, 16, 2, 0, 206, 254, 1, // Skip to: 141058 |
2154 | | /* 10292 */ MCD_OPC_Decode, 142, 61, 99, // Opcode: URSHL_VG4_4Z4Z_B |
2155 | | /* 10296 */ MCD_OPC_FilterValue, 224, 1, 196, 254, 1, // Skip to: 141058 |
2156 | | /* 10302 */ MCD_OPC_CheckPredicate, 4, 191, 254, 1, // Skip to: 141058 |
2157 | | /* 10307 */ MCD_OPC_CheckField, 16, 2, 0, 184, 254, 1, // Skip to: 141058 |
2158 | | /* 10314 */ MCD_OPC_CheckField, 0, 2, 0, 177, 254, 1, // Skip to: 141058 |
2159 | | /* 10321 */ MCD_OPC_Decode, 198, 46, 99, // Opcode: SQDMULH_VG4_4Z4Z_B |
2160 | | /* 10325 */ MCD_OPC_FilterValue, 2, 189, 0, 0, // Skip to: 10519 |
2161 | | /* 10330 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
2162 | | /* 10333 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10354 |
2163 | | /* 10338 */ MCD_OPC_CheckPredicate, 9, 155, 254, 1, // Skip to: 141058 |
2164 | | /* 10343 */ MCD_OPC_CheckField, 0, 1, 0, 148, 254, 1, // Skip to: 141058 |
2165 | | /* 10350 */ MCD_OPC_Decode, 166, 13, 100, // Opcode: BFCLAMP_VG2_2ZZZ_H |
2166 | | /* 10354 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 10390 |
2167 | | /* 10359 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2168 | | /* 10362 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 10376 |
2169 | | /* 10367 */ MCD_OPC_CheckPredicate, 4, 126, 254, 1, // Skip to: 141058 |
2170 | | /* 10372 */ MCD_OPC_Decode, 236, 41, 100, // Opcode: SCLAMP_VG2_2Z2Z_B |
2171 | | /* 10376 */ MCD_OPC_FilterValue, 1, 117, 254, 1, // Skip to: 141058 |
2172 | | /* 10381 */ MCD_OPC_CheckPredicate, 4, 112, 254, 1, // Skip to: 141058 |
2173 | | /* 10386 */ MCD_OPC_Decode, 196, 56, 100, // Opcode: UCLAMP_VG2_2Z2Z_B |
2174 | | /* 10390 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 10411 |
2175 | | /* 10395 */ MCD_OPC_CheckPredicate, 9, 98, 254, 1, // Skip to: 141058 |
2176 | | /* 10400 */ MCD_OPC_CheckField, 0, 2, 0, 91, 254, 1, // Skip to: 141058 |
2177 | | /* 10407 */ MCD_OPC_Decode, 167, 13, 101, // Opcode: BFCLAMP_VG4_4ZZZ_H |
2178 | | /* 10411 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 10447 |
2179 | | /* 10416 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2180 | | /* 10419 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 10433 |
2181 | | /* 10424 */ MCD_OPC_CheckPredicate, 4, 69, 254, 1, // Skip to: 141058 |
2182 | | /* 10429 */ MCD_OPC_Decode, 240, 41, 101, // Opcode: SCLAMP_VG4_4Z4Z_B |
2183 | | /* 10433 */ MCD_OPC_FilterValue, 1, 60, 254, 1, // Skip to: 141058 |
2184 | | /* 10438 */ MCD_OPC_CheckPredicate, 4, 55, 254, 1, // Skip to: 141058 |
2185 | | /* 10443 */ MCD_OPC_Decode, 200, 56, 101, // Opcode: UCLAMP_VG4_4Z4Z_B |
2186 | | /* 10447 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 10483 |
2187 | | /* 10452 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2188 | | /* 10455 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 10469 |
2189 | | /* 10460 */ MCD_OPC_CheckPredicate, 4, 33, 254, 1, // Skip to: 141058 |
2190 | | /* 10465 */ MCD_OPC_Decode, 190, 64, 102, // Opcode: ZIP_VG2_2ZZZ_B |
2191 | | /* 10469 */ MCD_OPC_FilterValue, 1, 24, 254, 1, // Skip to: 141058 |
2192 | | /* 10474 */ MCD_OPC_CheckPredicate, 4, 19, 254, 1, // Skip to: 141058 |
2193 | | /* 10479 */ MCD_OPC_Decode, 228, 62, 102, // Opcode: UZP_VG2_2ZZZ_B |
2194 | | /* 10483 */ MCD_OPC_FilterValue, 5, 10, 254, 1, // Skip to: 141058 |
2195 | | /* 10488 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2196 | | /* 10491 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 10505 |
2197 | | /* 10496 */ MCD_OPC_CheckPredicate, 4, 253, 253, 1, // Skip to: 141058 |
2198 | | /* 10501 */ MCD_OPC_Decode, 193, 64, 102, // Opcode: ZIP_VG2_2ZZZ_Q |
2199 | | /* 10505 */ MCD_OPC_FilterValue, 1, 244, 253, 1, // Skip to: 141058 |
2200 | | /* 10510 */ MCD_OPC_CheckPredicate, 4, 239, 253, 1, // Skip to: 141058 |
2201 | | /* 10515 */ MCD_OPC_Decode, 231, 62, 102, // Opcode: UZP_VG2_2ZZZ_Q |
2202 | | /* 10519 */ MCD_OPC_FilterValue, 3, 230, 253, 1, // Skip to: 141058 |
2203 | | /* 10524 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
2204 | | /* 10527 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 10577 |
2205 | | /* 10532 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2206 | | /* 10535 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10556 |
2207 | | /* 10540 */ MCD_OPC_CheckPredicate, 4, 209, 253, 1, // Skip to: 141058 |
2208 | | /* 10545 */ MCD_OPC_CheckField, 10, 3, 0, 202, 253, 1, // Skip to: 141058 |
2209 | | /* 10552 */ MCD_OPC_Decode, 231, 22, 103, // Opcode: FCVT_Z2Z_StoH |
2210 | | /* 10556 */ MCD_OPC_FilterValue, 1, 193, 253, 1, // Skip to: 141058 |
2211 | | /* 10561 */ MCD_OPC_CheckPredicate, 4, 188, 253, 1, // Skip to: 141058 |
2212 | | /* 10566 */ MCD_OPC_CheckField, 10, 3, 0, 181, 253, 1, // Skip to: 141058 |
2213 | | /* 10573 */ MCD_OPC_Decode, 242, 21, 103, // Opcode: FCVTN_Z2Z_StoH |
2214 | | /* 10577 */ MCD_OPC_FilterValue, 1, 59, 0, 0, // Skip to: 10641 |
2215 | | /* 10582 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2216 | | /* 10585 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 10613 |
2217 | | /* 10590 */ MCD_OPC_CheckPredicate, 4, 159, 253, 1, // Skip to: 141058 |
2218 | | /* 10595 */ MCD_OPC_CheckField, 10, 3, 0, 152, 253, 1, // Skip to: 141058 |
2219 | | /* 10602 */ MCD_OPC_CheckField, 0, 1, 0, 145, 253, 1, // Skip to: 141058 |
2220 | | /* 10609 */ MCD_OPC_Decode, 167, 22, 104, // Opcode: FCVTZS_2Z2Z_StoS |
2221 | | /* 10613 */ MCD_OPC_FilterValue, 1, 136, 253, 1, // Skip to: 141058 |
2222 | | /* 10618 */ MCD_OPC_CheckPredicate, 4, 131, 253, 1, // Skip to: 141058 |
2223 | | /* 10623 */ MCD_OPC_CheckField, 10, 3, 0, 124, 253, 1, // Skip to: 141058 |
2224 | | /* 10630 */ MCD_OPC_CheckField, 0, 1, 0, 117, 253, 1, // Skip to: 141058 |
2225 | | /* 10637 */ MCD_OPC_Decode, 204, 22, 104, // Opcode: FCVTZU_2Z2Z_StoS |
2226 | | /* 10641 */ MCD_OPC_FilterValue, 2, 59, 0, 0, // Skip to: 10705 |
2227 | | /* 10646 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2228 | | /* 10649 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 10677 |
2229 | | /* 10654 */ MCD_OPC_CheckPredicate, 4, 95, 253, 1, // Skip to: 141058 |
2230 | | /* 10659 */ MCD_OPC_CheckField, 10, 3, 0, 88, 253, 1, // Skip to: 141058 |
2231 | | /* 10666 */ MCD_OPC_CheckField, 0, 1, 0, 81, 253, 1, // Skip to: 141058 |
2232 | | /* 10673 */ MCD_OPC_Decode, 132, 42, 104, // Opcode: SCVTF_2Z2Z_StoS |
2233 | | /* 10677 */ MCD_OPC_FilterValue, 1, 72, 253, 1, // Skip to: 141058 |
2234 | | /* 10682 */ MCD_OPC_CheckPredicate, 4, 67, 253, 1, // Skip to: 141058 |
2235 | | /* 10687 */ MCD_OPC_CheckField, 10, 3, 0, 60, 253, 1, // Skip to: 141058 |
2236 | | /* 10694 */ MCD_OPC_CheckField, 0, 1, 0, 53, 253, 1, // Skip to: 141058 |
2237 | | /* 10701 */ MCD_OPC_Decode, 220, 56, 104, // Opcode: UCVTF_2Z2Z_StoS |
2238 | | /* 10705 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 10755 |
2239 | | /* 10710 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2240 | | /* 10713 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10734 |
2241 | | /* 10718 */ MCD_OPC_CheckPredicate, 4, 31, 253, 1, // Skip to: 141058 |
2242 | | /* 10723 */ MCD_OPC_CheckField, 10, 3, 0, 24, 253, 1, // Skip to: 141058 |
2243 | | /* 10730 */ MCD_OPC_Decode, 243, 45, 103, // Opcode: SQCVT_Z2Z_StoH |
2244 | | /* 10734 */ MCD_OPC_FilterValue, 1, 15, 253, 1, // Skip to: 141058 |
2245 | | /* 10739 */ MCD_OPC_CheckPredicate, 4, 10, 253, 1, // Skip to: 141058 |
2246 | | /* 10744 */ MCD_OPC_CheckField, 10, 3, 0, 3, 253, 1, // Skip to: 141058 |
2247 | | /* 10751 */ MCD_OPC_Decode, 195, 59, 103, // Opcode: UQCVT_Z2Z_StoH |
2248 | | /* 10755 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 10783 |
2249 | | /* 10760 */ MCD_OPC_CheckPredicate, 15, 245, 252, 1, // Skip to: 141058 |
2250 | | /* 10765 */ MCD_OPC_CheckField, 10, 3, 0, 238, 252, 1, // Skip to: 141058 |
2251 | | /* 10772 */ MCD_OPC_CheckField, 5, 1, 0, 231, 252, 1, // Skip to: 141058 |
2252 | | /* 10779 */ MCD_OPC_Decode, 230, 22, 103, // Opcode: FCVT_Z2Z_HtoB |
2253 | | /* 10783 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 10833 |
2254 | | /* 10788 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2255 | | /* 10791 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10812 |
2256 | | /* 10796 */ MCD_OPC_CheckPredicate, 15, 209, 252, 1, // Skip to: 141058 |
2257 | | /* 10801 */ MCD_OPC_CheckField, 10, 3, 0, 202, 252, 1, // Skip to: 141058 |
2258 | | /* 10808 */ MCD_OPC_Decode, 248, 18, 105, // Opcode: F1CVT_2ZZ_BtoH_NAME |
2259 | | /* 10812 */ MCD_OPC_FilterValue, 1, 193, 252, 1, // Skip to: 141058 |
2260 | | /* 10817 */ MCD_OPC_CheckPredicate, 15, 188, 252, 1, // Skip to: 141058 |
2261 | | /* 10822 */ MCD_OPC_CheckField, 10, 3, 0, 181, 252, 1, // Skip to: 141058 |
2262 | | /* 10829 */ MCD_OPC_Decode, 246, 18, 105, // Opcode: F1CVTL_2ZZ_BtoH_NAME |
2263 | | /* 10833 */ MCD_OPC_FilterValue, 17, 59, 0, 0, // Skip to: 10897 |
2264 | | /* 10838 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
2265 | | /* 10841 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 10869 |
2266 | | /* 10846 */ MCD_OPC_CheckPredicate, 4, 159, 252, 1, // Skip to: 141058 |
2267 | | /* 10851 */ MCD_OPC_CheckField, 10, 3, 0, 152, 252, 1, // Skip to: 141058 |
2268 | | /* 10858 */ MCD_OPC_CheckField, 0, 2, 0, 145, 252, 1, // Skip to: 141058 |
2269 | | /* 10865 */ MCD_OPC_Decode, 168, 22, 106, // Opcode: FCVTZS_4Z4Z_StoS |
2270 | | /* 10869 */ MCD_OPC_FilterValue, 1, 136, 252, 1, // Skip to: 141058 |
2271 | | /* 10874 */ MCD_OPC_CheckPredicate, 4, 131, 252, 1, // Skip to: 141058 |
2272 | | /* 10879 */ MCD_OPC_CheckField, 10, 3, 0, 124, 252, 1, // Skip to: 141058 |
2273 | | /* 10886 */ MCD_OPC_CheckField, 0, 2, 0, 117, 252, 1, // Skip to: 141058 |
2274 | | /* 10893 */ MCD_OPC_Decode, 205, 22, 106, // Opcode: FCVTZU_4Z4Z_StoS |
2275 | | /* 10897 */ MCD_OPC_FilterValue, 18, 59, 0, 0, // Skip to: 10961 |
2276 | | /* 10902 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
2277 | | /* 10905 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 10933 |
2278 | | /* 10910 */ MCD_OPC_CheckPredicate, 4, 95, 252, 1, // Skip to: 141058 |
2279 | | /* 10915 */ MCD_OPC_CheckField, 10, 3, 0, 88, 252, 1, // Skip to: 141058 |
2280 | | /* 10922 */ MCD_OPC_CheckField, 0, 2, 0, 81, 252, 1, // Skip to: 141058 |
2281 | | /* 10929 */ MCD_OPC_Decode, 133, 42, 106, // Opcode: SCVTF_4Z4Z_StoS |
2282 | | /* 10933 */ MCD_OPC_FilterValue, 1, 72, 252, 1, // Skip to: 141058 |
2283 | | /* 10938 */ MCD_OPC_CheckPredicate, 4, 67, 252, 1, // Skip to: 141058 |
2284 | | /* 10943 */ MCD_OPC_CheckField, 10, 3, 0, 60, 252, 1, // Skip to: 141058 |
2285 | | /* 10950 */ MCD_OPC_CheckField, 0, 2, 0, 53, 252, 1, // Skip to: 141058 |
2286 | | /* 10957 */ MCD_OPC_Decode, 221, 56, 106, // Opcode: UCVTF_4Z4Z_StoS |
2287 | | /* 10961 */ MCD_OPC_FilterValue, 19, 87, 0, 0, // Skip to: 11053 |
2288 | | /* 10966 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
2289 | | /* 10969 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10990 |
2290 | | /* 10974 */ MCD_OPC_CheckPredicate, 4, 31, 252, 1, // Skip to: 141058 |
2291 | | /* 10979 */ MCD_OPC_CheckField, 10, 3, 0, 24, 252, 1, // Skip to: 141058 |
2292 | | /* 10986 */ MCD_OPC_Decode, 245, 45, 107, // Opcode: SQCVT_Z4Z_StoB |
2293 | | /* 10990 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 11011 |
2294 | | /* 10995 */ MCD_OPC_CheckPredicate, 4, 10, 252, 1, // Skip to: 141058 |
2295 | | /* 11000 */ MCD_OPC_CheckField, 10, 3, 0, 3, 252, 1, // Skip to: 141058 |
2296 | | /* 11007 */ MCD_OPC_Decode, 197, 59, 107, // Opcode: UQCVT_Z4Z_StoB |
2297 | | /* 11011 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 11032 |
2298 | | /* 11016 */ MCD_OPC_CheckPredicate, 4, 245, 251, 1, // Skip to: 141058 |
2299 | | /* 11021 */ MCD_OPC_CheckField, 10, 3, 0, 238, 251, 1, // Skip to: 141058 |
2300 | | /* 11028 */ MCD_OPC_Decode, 236, 45, 107, // Opcode: SQCVTN_Z4Z_StoB |
2301 | | /* 11032 */ MCD_OPC_FilterValue, 3, 229, 251, 1, // Skip to: 141058 |
2302 | | /* 11037 */ MCD_OPC_CheckPredicate, 4, 224, 251, 1, // Skip to: 141058 |
2303 | | /* 11042 */ MCD_OPC_CheckField, 10, 3, 0, 217, 251, 1, // Skip to: 141058 |
2304 | | /* 11049 */ MCD_OPC_Decode, 194, 59, 107, // Opcode: UQCVTN_Z4Z_StoB |
2305 | | /* 11053 */ MCD_OPC_FilterValue, 20, 45, 0, 0, // Skip to: 11103 |
2306 | | /* 11058 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
2307 | | /* 11061 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11082 |
2308 | | /* 11066 */ MCD_OPC_CheckPredicate, 15, 195, 251, 1, // Skip to: 141058 |
2309 | | /* 11071 */ MCD_OPC_CheckField, 10, 3, 0, 188, 251, 1, // Skip to: 141058 |
2310 | | /* 11078 */ MCD_OPC_Decode, 232, 22, 107, // Opcode: FCVT_Z4Z_StoB_NAME |
2311 | | /* 11082 */ MCD_OPC_FilterValue, 1, 179, 251, 1, // Skip to: 141058 |
2312 | | /* 11087 */ MCD_OPC_CheckPredicate, 15, 174, 251, 1, // Skip to: 141058 |
2313 | | /* 11092 */ MCD_OPC_CheckField, 10, 3, 0, 167, 251, 1, // Skip to: 141058 |
2314 | | /* 11099 */ MCD_OPC_Decode, 243, 21, 107, // Opcode: FCVTN_Z4Z_StoB_NAME |
2315 | | /* 11103 */ MCD_OPC_FilterValue, 22, 59, 0, 0, // Skip to: 11167 |
2316 | | /* 11108 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2317 | | /* 11111 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 11139 |
2318 | | /* 11116 */ MCD_OPC_CheckPredicate, 4, 145, 251, 1, // Skip to: 141058 |
2319 | | /* 11121 */ MCD_OPC_CheckField, 10, 3, 0, 138, 251, 1, // Skip to: 141058 |
2320 | | /* 11128 */ MCD_OPC_CheckField, 5, 2, 0, 131, 251, 1, // Skip to: 141058 |
2321 | | /* 11135 */ MCD_OPC_Decode, 195, 64, 106, // Opcode: ZIP_VG4_4Z4Z_B |
2322 | | /* 11139 */ MCD_OPC_FilterValue, 2, 122, 251, 1, // Skip to: 141058 |
2323 | | /* 11144 */ MCD_OPC_CheckPredicate, 4, 117, 251, 1, // Skip to: 141058 |
2324 | | /* 11149 */ MCD_OPC_CheckField, 10, 3, 0, 110, 251, 1, // Skip to: 141058 |
2325 | | /* 11156 */ MCD_OPC_CheckField, 5, 2, 0, 103, 251, 1, // Skip to: 141058 |
2326 | | /* 11163 */ MCD_OPC_Decode, 233, 62, 106, // Opcode: UZP_VG4_4Z4Z_B |
2327 | | /* 11167 */ MCD_OPC_FilterValue, 23, 94, 251, 1, // Skip to: 141058 |
2328 | | /* 11172 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2329 | | /* 11175 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 11203 |
2330 | | /* 11180 */ MCD_OPC_CheckPredicate, 4, 81, 251, 1, // Skip to: 141058 |
2331 | | /* 11185 */ MCD_OPC_CheckField, 10, 3, 0, 74, 251, 1, // Skip to: 141058 |
2332 | | /* 11192 */ MCD_OPC_CheckField, 5, 2, 0, 67, 251, 1, // Skip to: 141058 |
2333 | | /* 11199 */ MCD_OPC_Decode, 198, 64, 106, // Opcode: ZIP_VG4_4Z4Z_Q |
2334 | | /* 11203 */ MCD_OPC_FilterValue, 2, 58, 251, 1, // Skip to: 141058 |
2335 | | /* 11208 */ MCD_OPC_CheckPredicate, 4, 53, 251, 1, // Skip to: 141058 |
2336 | | /* 11213 */ MCD_OPC_CheckField, 10, 3, 0, 46, 251, 1, // Skip to: 141058 |
2337 | | /* 11220 */ MCD_OPC_CheckField, 5, 2, 0, 39, 251, 1, // Skip to: 141058 |
2338 | | /* 11227 */ MCD_OPC_Decode, 236, 62, 106, // Opcode: UZP_VG4_4Z4Z_Q |
2339 | | /* 11231 */ MCD_OPC_FilterValue, 2, 165, 3, 0, // Skip to: 12169 |
2340 | | /* 11236 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
2341 | | /* 11239 */ MCD_OPC_FilterValue, 0, 220, 0, 0, // Skip to: 11464 |
2342 | | /* 11244 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2343 | | /* 11247 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11268 |
2344 | | /* 11252 */ MCD_OPC_CheckPredicate, 5, 9, 251, 1, // Skip to: 141058 |
2345 | | /* 11257 */ MCD_OPC_CheckField, 2, 1, 0, 2, 251, 1, // Skip to: 141058 |
2346 | | /* 11264 */ MCD_OPC_Decode, 130, 25, 81, // Opcode: FMLALL_MZZI_BtoS |
2347 | | /* 11268 */ MCD_OPC_FilterValue, 1, 249, 250, 1, // Skip to: 141058 |
2348 | | /* 11273 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2349 | | /* 11276 */ MCD_OPC_FilterValue, 0, 89, 0, 0, // Skip to: 11370 |
2350 | | /* 11281 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2351 | | /* 11284 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 11327 |
2352 | | /* 11289 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2353 | | /* 11292 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 11306 |
2354 | | /* 11297 */ MCD_OPC_CheckPredicate, 4, 220, 250, 1, // Skip to: 141058 |
2355 | | /* 11302 */ MCD_OPC_Decode, 169, 25, 108, // Opcode: FMLA_VG2_M2ZZI_S |
2356 | | /* 11306 */ MCD_OPC_FilterValue, 1, 211, 250, 1, // Skip to: 141058 |
2357 | | /* 11311 */ MCD_OPC_CheckPredicate, 4, 206, 250, 1, // Skip to: 141058 |
2358 | | /* 11316 */ MCD_OPC_CheckField, 6, 1, 0, 199, 250, 1, // Skip to: 141058 |
2359 | | /* 11323 */ MCD_OPC_Decode, 178, 25, 109, // Opcode: FMLA_VG4_M4ZZI_S |
2360 | | /* 11327 */ MCD_OPC_FilterValue, 1, 190, 250, 1, // Skip to: 141058 |
2361 | | /* 11332 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2362 | | /* 11335 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 11349 |
2363 | | /* 11340 */ MCD_OPC_CheckPredicate, 4, 177, 250, 1, // Skip to: 141058 |
2364 | | /* 11345 */ MCD_OPC_Decode, 167, 42, 108, // Opcode: SDOT_VG2_M2ZZI_HToS |
2365 | | /* 11349 */ MCD_OPC_FilterValue, 1, 168, 250, 1, // Skip to: 141058 |
2366 | | /* 11354 */ MCD_OPC_CheckPredicate, 4, 163, 250, 1, // Skip to: 141058 |
2367 | | /* 11359 */ MCD_OPC_CheckField, 6, 1, 0, 156, 250, 1, // Skip to: 141058 |
2368 | | /* 11366 */ MCD_OPC_Decode, 176, 42, 109, // Opcode: SDOT_VG4_M4ZZI_HToS |
2369 | | /* 11370 */ MCD_OPC_FilterValue, 1, 147, 250, 1, // Skip to: 141058 |
2370 | | /* 11375 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2371 | | /* 11378 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 11421 |
2372 | | /* 11383 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2373 | | /* 11386 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 11400 |
2374 | | /* 11391 */ MCD_OPC_CheckPredicate, 4, 126, 250, 1, // Skip to: 141058 |
2375 | | /* 11396 */ MCD_OPC_Decode, 247, 54, 108, // Opcode: SVDOT_VG2_M2ZZI_HtoS |
2376 | | /* 11400 */ MCD_OPC_FilterValue, 1, 117, 250, 1, // Skip to: 141058 |
2377 | | /* 11405 */ MCD_OPC_CheckPredicate, 4, 112, 250, 1, // Skip to: 141058 |
2378 | | /* 11410 */ MCD_OPC_CheckField, 6, 1, 0, 105, 250, 1, // Skip to: 141058 |
2379 | | /* 11417 */ MCD_OPC_Decode, 248, 54, 109, // Opcode: SVDOT_VG4_M4ZZI_BtoS |
2380 | | /* 11421 */ MCD_OPC_FilterValue, 1, 96, 250, 1, // Skip to: 141058 |
2381 | | /* 11426 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2382 | | /* 11429 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 11443 |
2383 | | /* 11434 */ MCD_OPC_CheckPredicate, 4, 83, 250, 1, // Skip to: 141058 |
2384 | | /* 11439 */ MCD_OPC_Decode, 166, 42, 108, // Opcode: SDOT_VG2_M2ZZI_BToS |
2385 | | /* 11443 */ MCD_OPC_FilterValue, 1, 74, 250, 1, // Skip to: 141058 |
2386 | | /* 11448 */ MCD_OPC_CheckPredicate, 4, 69, 250, 1, // Skip to: 141058 |
2387 | | /* 11453 */ MCD_OPC_CheckField, 6, 1, 0, 62, 250, 1, // Skip to: 141058 |
2388 | | /* 11460 */ MCD_OPC_Decode, 175, 42, 109, // Opcode: SDOT_VG4_M4ZZI_BToS |
2389 | | /* 11464 */ MCD_OPC_FilterValue, 1, 225, 0, 0, // Skip to: 11694 |
2390 | | /* 11469 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2391 | | /* 11472 */ MCD_OPC_FilterValue, 0, 117, 0, 0, // Skip to: 11594 |
2392 | | /* 11477 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2393 | | /* 11480 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 11537 |
2394 | | /* 11485 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2395 | | /* 11488 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11509 |
2396 | | /* 11493 */ MCD_OPC_CheckPredicate, 4, 24, 250, 1, // Skip to: 141058 |
2397 | | /* 11498 */ MCD_OPC_CheckField, 20, 1, 1, 17, 250, 1, // Skip to: 141058 |
2398 | | /* 11505 */ MCD_OPC_Decode, 222, 28, 108, // Opcode: FVDOT_VG2_M2ZZI_HtoS |
2399 | | /* 11509 */ MCD_OPC_FilterValue, 1, 8, 250, 1, // Skip to: 141058 |
2400 | | /* 11514 */ MCD_OPC_CheckPredicate, 5, 3, 250, 1, // Skip to: 141058 |
2401 | | /* 11519 */ MCD_OPC_CheckField, 20, 1, 1, 252, 249, 1, // Skip to: 141058 |
2402 | | /* 11526 */ MCD_OPC_CheckField, 6, 1, 0, 245, 249, 1, // Skip to: 141058 |
2403 | | /* 11533 */ MCD_OPC_Decode, 138, 23, 109, // Opcode: FDOT_VG4_M4ZZI_BtoS |
2404 | | /* 11537 */ MCD_OPC_FilterValue, 1, 236, 249, 1, // Skip to: 141058 |
2405 | | /* 11542 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2406 | | /* 11545 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11566 |
2407 | | /* 11550 */ MCD_OPC_CheckPredicate, 4, 223, 249, 1, // Skip to: 141058 |
2408 | | /* 11555 */ MCD_OPC_CheckField, 20, 1, 1, 216, 249, 1, // Skip to: 141058 |
2409 | | /* 11562 */ MCD_OPC_Decode, 130, 23, 108, // Opcode: FDOT_VG2_M2ZZI_HtoS |
2410 | | /* 11566 */ MCD_OPC_FilterValue, 1, 207, 249, 1, // Skip to: 141058 |
2411 | | /* 11571 */ MCD_OPC_CheckPredicate, 4, 202, 249, 1, // Skip to: 141058 |
2412 | | /* 11576 */ MCD_OPC_CheckField, 20, 1, 1, 195, 249, 1, // Skip to: 141058 |
2413 | | /* 11583 */ MCD_OPC_CheckField, 6, 1, 0, 188, 249, 1, // Skip to: 141058 |
2414 | | /* 11590 */ MCD_OPC_Decode, 139, 23, 109, // Opcode: FDOT_VG4_M4ZZI_HtoS |
2415 | | /* 11594 */ MCD_OPC_FilterValue, 1, 179, 249, 1, // Skip to: 141058 |
2416 | | /* 11599 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2417 | | /* 11602 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 11637 |
2418 | | /* 11607 */ MCD_OPC_CheckPredicate, 4, 166, 249, 1, // Skip to: 141058 |
2419 | | /* 11612 */ MCD_OPC_CheckField, 20, 1, 1, 159, 249, 1, // Skip to: 141058 |
2420 | | /* 11619 */ MCD_OPC_CheckField, 15, 1, 1, 152, 249, 1, // Skip to: 141058 |
2421 | | /* 11626 */ MCD_OPC_CheckField, 6, 1, 0, 145, 249, 1, // Skip to: 141058 |
2422 | | /* 11633 */ MCD_OPC_Decode, 166, 62, 109, // Opcode: USVDOT_VG4_M4ZZI_BToS |
2423 | | /* 11637 */ MCD_OPC_FilterValue, 1, 136, 249, 1, // Skip to: 141058 |
2424 | | /* 11642 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2425 | | /* 11645 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11666 |
2426 | | /* 11650 */ MCD_OPC_CheckPredicate, 4, 123, 249, 1, // Skip to: 141058 |
2427 | | /* 11655 */ MCD_OPC_CheckField, 20, 1, 1, 116, 249, 1, // Skip to: 141058 |
2428 | | /* 11662 */ MCD_OPC_Decode, 190, 61, 108, // Opcode: USDOT_VG2_M2ZZI_BToS |
2429 | | /* 11666 */ MCD_OPC_FilterValue, 1, 107, 249, 1, // Skip to: 141058 |
2430 | | /* 11671 */ MCD_OPC_CheckPredicate, 4, 102, 249, 1, // Skip to: 141058 |
2431 | | /* 11676 */ MCD_OPC_CheckField, 20, 1, 1, 95, 249, 1, // Skip to: 141058 |
2432 | | /* 11683 */ MCD_OPC_CheckField, 6, 1, 0, 88, 249, 1, // Skip to: 141058 |
2433 | | /* 11690 */ MCD_OPC_Decode, 193, 61, 109, // Opcode: USDOT_VG4_M4ZZI_BToS |
2434 | | /* 11694 */ MCD_OPC_FilterValue, 2, 247, 0, 0, // Skip to: 11946 |
2435 | | /* 11699 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2436 | | /* 11702 */ MCD_OPC_FilterValue, 0, 117, 0, 0, // Skip to: 11824 |
2437 | | /* 11707 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2438 | | /* 11710 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 11767 |
2439 | | /* 11715 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2440 | | /* 11718 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11739 |
2441 | | /* 11723 */ MCD_OPC_CheckPredicate, 4, 50, 249, 1, // Skip to: 141058 |
2442 | | /* 11728 */ MCD_OPC_CheckField, 20, 1, 1, 43, 249, 1, // Skip to: 141058 |
2443 | | /* 11735 */ MCD_OPC_Decode, 226, 25, 108, // Opcode: FMLS_VG2_M2ZZI_S |
2444 | | /* 11739 */ MCD_OPC_FilterValue, 1, 34, 249, 1, // Skip to: 141058 |
2445 | | /* 11744 */ MCD_OPC_CheckPredicate, 4, 29, 249, 1, // Skip to: 141058 |
2446 | | /* 11749 */ MCD_OPC_CheckField, 20, 1, 1, 22, 249, 1, // Skip to: 141058 |
2447 | | /* 11756 */ MCD_OPC_CheckField, 6, 1, 0, 15, 249, 1, // Skip to: 141058 |
2448 | | /* 11763 */ MCD_OPC_Decode, 235, 25, 109, // Opcode: FMLS_VG4_M4ZZI_S |
2449 | | /* 11767 */ MCD_OPC_FilterValue, 1, 6, 249, 1, // Skip to: 141058 |
2450 | | /* 11772 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2451 | | /* 11775 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11796 |
2452 | | /* 11780 */ MCD_OPC_CheckPredicate, 4, 249, 248, 1, // Skip to: 141058 |
2453 | | /* 11785 */ MCD_OPC_CheckField, 20, 1, 1, 242, 248, 1, // Skip to: 141058 |
2454 | | /* 11792 */ MCD_OPC_Decode, 128, 57, 108, // Opcode: UDOT_VG2_M2ZZI_HToS |
2455 | | /* 11796 */ MCD_OPC_FilterValue, 1, 233, 248, 1, // Skip to: 141058 |
2456 | | /* 11801 */ MCD_OPC_CheckPredicate, 4, 228, 248, 1, // Skip to: 141058 |
2457 | | /* 11806 */ MCD_OPC_CheckField, 20, 1, 1, 221, 248, 1, // Skip to: 141058 |
2458 | | /* 11813 */ MCD_OPC_CheckField, 6, 1, 0, 214, 248, 1, // Skip to: 141058 |
2459 | | /* 11820 */ MCD_OPC_Decode, 137, 57, 109, // Opcode: UDOT_VG4_M4ZZI_HToS |
2460 | | /* 11824 */ MCD_OPC_FilterValue, 1, 205, 248, 1, // Skip to: 141058 |
2461 | | /* 11829 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2462 | | /* 11832 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 11889 |
2463 | | /* 11837 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2464 | | /* 11840 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11861 |
2465 | | /* 11845 */ MCD_OPC_CheckPredicate, 4, 184, 248, 1, // Skip to: 141058 |
2466 | | /* 11850 */ MCD_OPC_CheckField, 20, 1, 1, 177, 248, 1, // Skip to: 141058 |
2467 | | /* 11857 */ MCD_OPC_Decode, 179, 62, 108, // Opcode: UVDOT_VG2_M2ZZI_HtoS |
2468 | | /* 11861 */ MCD_OPC_FilterValue, 1, 168, 248, 1, // Skip to: 141058 |
2469 | | /* 11866 */ MCD_OPC_CheckPredicate, 4, 163, 248, 1, // Skip to: 141058 |
2470 | | /* 11871 */ MCD_OPC_CheckField, 20, 1, 1, 156, 248, 1, // Skip to: 141058 |
2471 | | /* 11878 */ MCD_OPC_CheckField, 6, 1, 0, 149, 248, 1, // Skip to: 141058 |
2472 | | /* 11885 */ MCD_OPC_Decode, 180, 62, 109, // Opcode: UVDOT_VG4_M4ZZI_BtoS |
2473 | | /* 11889 */ MCD_OPC_FilterValue, 1, 140, 248, 1, // Skip to: 141058 |
2474 | | /* 11894 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2475 | | /* 11897 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11918 |
2476 | | /* 11902 */ MCD_OPC_CheckPredicate, 4, 127, 248, 1, // Skip to: 141058 |
2477 | | /* 11907 */ MCD_OPC_CheckField, 20, 1, 1, 120, 248, 1, // Skip to: 141058 |
2478 | | /* 11914 */ MCD_OPC_Decode, 255, 56, 108, // Opcode: UDOT_VG2_M2ZZI_BToS |
2479 | | /* 11918 */ MCD_OPC_FilterValue, 1, 111, 248, 1, // Skip to: 141058 |
2480 | | /* 11923 */ MCD_OPC_CheckPredicate, 4, 106, 248, 1, // Skip to: 141058 |
2481 | | /* 11928 */ MCD_OPC_CheckField, 20, 1, 1, 99, 248, 1, // Skip to: 141058 |
2482 | | /* 11935 */ MCD_OPC_CheckField, 6, 1, 0, 92, 248, 1, // Skip to: 141058 |
2483 | | /* 11942 */ MCD_OPC_Decode, 136, 57, 109, // Opcode: UDOT_VG4_M4ZZI_BtoS |
2484 | | /* 11946 */ MCD_OPC_FilterValue, 3, 83, 248, 1, // Skip to: 141058 |
2485 | | /* 11951 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
2486 | | /* 11954 */ MCD_OPC_FilterValue, 0, 88, 0, 0, // Skip to: 12047 |
2487 | | /* 11959 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2488 | | /* 11962 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 11990 |
2489 | | /* 11967 */ MCD_OPC_CheckPredicate, 4, 62, 248, 1, // Skip to: 141058 |
2490 | | /* 11972 */ MCD_OPC_CheckField, 20, 1, 1, 55, 248, 1, // Skip to: 141058 |
2491 | | /* 11979 */ MCD_OPC_CheckField, 15, 1, 0, 48, 248, 1, // Skip to: 141058 |
2492 | | /* 11986 */ MCD_OPC_Decode, 139, 14, 108, // Opcode: BFVDOT_VG2_M2ZZI_HtoS |
2493 | | /* 11990 */ MCD_OPC_FilterValue, 1, 39, 248, 1, // Skip to: 141058 |
2494 | | /* 11995 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2495 | | /* 11998 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12019 |
2496 | | /* 12003 */ MCD_OPC_CheckPredicate, 4, 26, 248, 1, // Skip to: 141058 |
2497 | | /* 12008 */ MCD_OPC_CheckField, 20, 1, 1, 19, 248, 1, // Skip to: 141058 |
2498 | | /* 12015 */ MCD_OPC_Decode, 179, 13, 108, // Opcode: BFDOT_VG2_M2ZZI_HtoS |
2499 | | /* 12019 */ MCD_OPC_FilterValue, 1, 10, 248, 1, // Skip to: 141058 |
2500 | | /* 12024 */ MCD_OPC_CheckPredicate, 4, 5, 248, 1, // Skip to: 141058 |
2501 | | /* 12029 */ MCD_OPC_CheckField, 20, 1, 1, 254, 247, 1, // Skip to: 141058 |
2502 | | /* 12036 */ MCD_OPC_CheckField, 6, 1, 0, 247, 247, 1, // Skip to: 141058 |
2503 | | /* 12043 */ MCD_OPC_Decode, 182, 13, 109, // Opcode: BFDOT_VG4_M4ZZI_HtoS |
2504 | | /* 12047 */ MCD_OPC_FilterValue, 1, 238, 247, 1, // Skip to: 141058 |
2505 | | /* 12052 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
2506 | | /* 12055 */ MCD_OPC_FilterValue, 0, 52, 0, 0, // Skip to: 12112 |
2507 | | /* 12060 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2508 | | /* 12063 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12084 |
2509 | | /* 12068 */ MCD_OPC_CheckPredicate, 5, 217, 247, 1, // Skip to: 141058 |
2510 | | /* 12073 */ MCD_OPC_CheckField, 20, 1, 1, 210, 247, 1, // Skip to: 141058 |
2511 | | /* 12080 */ MCD_OPC_Decode, 129, 23, 108, // Opcode: FDOT_VG2_M2ZZI_BtoS |
2512 | | /* 12084 */ MCD_OPC_FilterValue, 1, 201, 247, 1, // Skip to: 141058 |
2513 | | /* 12089 */ MCD_OPC_CheckPredicate, 4, 196, 247, 1, // Skip to: 141058 |
2514 | | /* 12094 */ MCD_OPC_CheckField, 20, 1, 1, 189, 247, 1, // Skip to: 141058 |
2515 | | /* 12101 */ MCD_OPC_CheckField, 6, 1, 0, 182, 247, 1, // Skip to: 141058 |
2516 | | /* 12108 */ MCD_OPC_Decode, 245, 54, 109, // Opcode: SUVDOT_VG4_M4ZZI_BToS |
2517 | | /* 12112 */ MCD_OPC_FilterValue, 1, 173, 247, 1, // Skip to: 141058 |
2518 | | /* 12117 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2519 | | /* 12120 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12141 |
2520 | | /* 12125 */ MCD_OPC_CheckPredicate, 4, 160, 247, 1, // Skip to: 141058 |
2521 | | /* 12130 */ MCD_OPC_CheckField, 20, 1, 1, 153, 247, 1, // Skip to: 141058 |
2522 | | /* 12137 */ MCD_OPC_Decode, 202, 54, 108, // Opcode: SUDOT_VG2_M2ZZI_BToS |
2523 | | /* 12141 */ MCD_OPC_FilterValue, 1, 144, 247, 1, // Skip to: 141058 |
2524 | | /* 12146 */ MCD_OPC_CheckPredicate, 4, 139, 247, 1, // Skip to: 141058 |
2525 | | /* 12151 */ MCD_OPC_CheckField, 20, 1, 1, 132, 247, 1, // Skip to: 141058 |
2526 | | /* 12158 */ MCD_OPC_CheckField, 6, 1, 0, 125, 247, 1, // Skip to: 141058 |
2527 | | /* 12165 */ MCD_OPC_Decode, 204, 54, 109, // Opcode: SUDOT_VG4_M4ZZI_BToS |
2528 | | /* 12169 */ MCD_OPC_FilterValue, 3, 116, 247, 1, // Skip to: 141058 |
2529 | | /* 12174 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
2530 | | /* 12177 */ MCD_OPC_FilterValue, 0, 107, 3, 0, // Skip to: 13057 |
2531 | | /* 12182 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
2532 | | /* 12185 */ MCD_OPC_FilterValue, 0, 147, 0, 0, // Skip to: 12337 |
2533 | | /* 12190 */ MCD_OPC_ExtractField, 1, 4, // Inst{4-1} ... |
2534 | | /* 12193 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 12229 |
2535 | | /* 12198 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2536 | | /* 12201 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12215 |
2537 | | /* 12206 */ MCD_OPC_CheckPredicate, 16, 79, 247, 1, // Skip to: 141058 |
2538 | | /* 12211 */ MCD_OPC_Decode, 190, 44, 86, // Opcode: SMLALL_VG2_M2ZZ_HtoD |
2539 | | /* 12215 */ MCD_OPC_FilterValue, 1, 70, 247, 1, // Skip to: 141058 |
2540 | | /* 12220 */ MCD_OPC_CheckPredicate, 16, 65, 247, 1, // Skip to: 141058 |
2541 | | /* 12225 */ MCD_OPC_Decode, 196, 44, 87, // Opcode: SMLALL_VG4_M4ZZ_HtoD |
2542 | | /* 12229 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 12265 |
2543 | | /* 12234 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2544 | | /* 12237 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12251 |
2545 | | /* 12242 */ MCD_OPC_CheckPredicate, 16, 43, 247, 1, // Skip to: 141058 |
2546 | | /* 12247 */ MCD_OPC_Decode, 234, 44, 86, // Opcode: SMLSLL_VG2_M2ZZ_HtoD |
2547 | | /* 12251 */ MCD_OPC_FilterValue, 1, 34, 247, 1, // Skip to: 141058 |
2548 | | /* 12256 */ MCD_OPC_CheckPredicate, 16, 29, 247, 1, // Skip to: 141058 |
2549 | | /* 12261 */ MCD_OPC_Decode, 240, 44, 87, // Opcode: SMLSLL_VG4_M4ZZ_HtoD |
2550 | | /* 12265 */ MCD_OPC_FilterValue, 8, 31, 0, 0, // Skip to: 12301 |
2551 | | /* 12270 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2552 | | /* 12273 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12287 |
2553 | | /* 12278 */ MCD_OPC_CheckPredicate, 16, 7, 247, 1, // Skip to: 141058 |
2554 | | /* 12283 */ MCD_OPC_Decode, 177, 58, 86, // Opcode: UMLALL_VG2_M2ZZ_HtoD |
2555 | | /* 12287 */ MCD_OPC_FilterValue, 1, 254, 246, 1, // Skip to: 141058 |
2556 | | /* 12292 */ MCD_OPC_CheckPredicate, 16, 249, 246, 1, // Skip to: 141058 |
2557 | | /* 12297 */ MCD_OPC_Decode, 183, 58, 87, // Opcode: UMLALL_VG4_M4ZZ_HtoD |
2558 | | /* 12301 */ MCD_OPC_FilterValue, 12, 240, 246, 1, // Skip to: 141058 |
2559 | | /* 12306 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2560 | | /* 12309 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12323 |
2561 | | /* 12314 */ MCD_OPC_CheckPredicate, 16, 227, 246, 1, // Skip to: 141058 |
2562 | | /* 12319 */ MCD_OPC_Decode, 221, 58, 86, // Opcode: UMLSLL_VG2_M2ZZ_HtoD |
2563 | | /* 12323 */ MCD_OPC_FilterValue, 1, 218, 246, 1, // Skip to: 141058 |
2564 | | /* 12328 */ MCD_OPC_CheckPredicate, 16, 213, 246, 1, // Skip to: 141058 |
2565 | | /* 12333 */ MCD_OPC_Decode, 227, 58, 87, // Opcode: UMLSLL_VG4_M4ZZ_HtoD |
2566 | | /* 12337 */ MCD_OPC_FilterValue, 1, 87, 0, 0, // Skip to: 12429 |
2567 | | /* 12342 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
2568 | | /* 12345 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12366 |
2569 | | /* 12350 */ MCD_OPC_CheckPredicate, 16, 191, 246, 1, // Skip to: 141058 |
2570 | | /* 12355 */ MCD_OPC_CheckField, 20, 1, 0, 184, 246, 1, // Skip to: 141058 |
2571 | | /* 12362 */ MCD_OPC_Decode, 184, 44, 88, // Opcode: SMLALL_MZZ_HtoD |
2572 | | /* 12366 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 12387 |
2573 | | /* 12371 */ MCD_OPC_CheckPredicate, 16, 170, 246, 1, // Skip to: 141058 |
2574 | | /* 12376 */ MCD_OPC_CheckField, 20, 1, 0, 163, 246, 1, // Skip to: 141058 |
2575 | | /* 12383 */ MCD_OPC_Decode, 228, 44, 88, // Opcode: SMLSLL_MZZ_HtoD |
2576 | | /* 12387 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 12408 |
2577 | | /* 12392 */ MCD_OPC_CheckPredicate, 16, 149, 246, 1, // Skip to: 141058 |
2578 | | /* 12397 */ MCD_OPC_CheckField, 20, 1, 0, 142, 246, 1, // Skip to: 141058 |
2579 | | /* 12404 */ MCD_OPC_Decode, 171, 58, 88, // Opcode: UMLALL_MZZ_HtoD |
2580 | | /* 12408 */ MCD_OPC_FilterValue, 6, 133, 246, 1, // Skip to: 141058 |
2581 | | /* 12413 */ MCD_OPC_CheckPredicate, 16, 128, 246, 1, // Skip to: 141058 |
2582 | | /* 12418 */ MCD_OPC_CheckField, 20, 1, 0, 121, 246, 1, // Skip to: 141058 |
2583 | | /* 12425 */ MCD_OPC_Decode, 215, 58, 88, // Opcode: UMLSLL_MZZ_HtoD |
2584 | | /* 12429 */ MCD_OPC_FilterValue, 2, 147, 0, 0, // Skip to: 12581 |
2585 | | /* 12434 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
2586 | | /* 12437 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 12473 |
2587 | | /* 12442 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2588 | | /* 12445 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12459 |
2589 | | /* 12450 */ MCD_OPC_CheckPredicate, 4, 91, 246, 1, // Skip to: 141058 |
2590 | | /* 12455 */ MCD_OPC_Decode, 206, 44, 89, // Opcode: SMLAL_VG2_M2ZZ_HtoS |
2591 | | /* 12459 */ MCD_OPC_FilterValue, 1, 82, 246, 1, // Skip to: 141058 |
2592 | | /* 12464 */ MCD_OPC_CheckPredicate, 4, 77, 246, 1, // Skip to: 141058 |
2593 | | /* 12469 */ MCD_OPC_Decode, 209, 44, 90, // Opcode: SMLAL_VG4_M4ZZ_HtoS |
2594 | | /* 12473 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 12509 |
2595 | | /* 12478 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2596 | | /* 12481 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12495 |
2597 | | /* 12486 */ MCD_OPC_CheckPredicate, 4, 55, 246, 1, // Skip to: 141058 |
2598 | | /* 12491 */ MCD_OPC_Decode, 250, 44, 89, // Opcode: SMLSL_VG2_M2ZZ_HtoS |
2599 | | /* 12495 */ MCD_OPC_FilterValue, 1, 46, 246, 1, // Skip to: 141058 |
2600 | | /* 12500 */ MCD_OPC_CheckPredicate, 4, 41, 246, 1, // Skip to: 141058 |
2601 | | /* 12505 */ MCD_OPC_Decode, 253, 44, 90, // Opcode: SMLSL_VG4_M4ZZ_HtoS |
2602 | | /* 12509 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 12545 |
2603 | | /* 12514 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2604 | | /* 12517 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12531 |
2605 | | /* 12522 */ MCD_OPC_CheckPredicate, 4, 19, 246, 1, // Skip to: 141058 |
2606 | | /* 12527 */ MCD_OPC_Decode, 193, 58, 89, // Opcode: UMLAL_VG2_M2ZZ_HtoS |
2607 | | /* 12531 */ MCD_OPC_FilterValue, 1, 10, 246, 1, // Skip to: 141058 |
2608 | | /* 12536 */ MCD_OPC_CheckPredicate, 4, 5, 246, 1, // Skip to: 141058 |
2609 | | /* 12541 */ MCD_OPC_Decode, 196, 58, 90, // Opcode: UMLAL_VG4_M4ZZ_HtoS |
2610 | | /* 12545 */ MCD_OPC_FilterValue, 6, 252, 245, 1, // Skip to: 141058 |
2611 | | /* 12550 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2612 | | /* 12553 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12567 |
2613 | | /* 12558 */ MCD_OPC_CheckPredicate, 4, 239, 245, 1, // Skip to: 141058 |
2614 | | /* 12563 */ MCD_OPC_Decode, 237, 58, 89, // Opcode: UMLSL_VG2_M2ZZ_HtoS |
2615 | | /* 12567 */ MCD_OPC_FilterValue, 1, 230, 245, 1, // Skip to: 141058 |
2616 | | /* 12572 */ MCD_OPC_CheckPredicate, 4, 225, 245, 1, // Skip to: 141058 |
2617 | | /* 12577 */ MCD_OPC_Decode, 240, 58, 90, // Opcode: UMLSL_VG4_M4ZZ_HtoS |
2618 | | /* 12581 */ MCD_OPC_FilterValue, 3, 87, 0, 0, // Skip to: 12673 |
2619 | | /* 12586 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
2620 | | /* 12589 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12610 |
2621 | | /* 12594 */ MCD_OPC_CheckPredicate, 4, 203, 245, 1, // Skip to: 141058 |
2622 | | /* 12599 */ MCD_OPC_CheckField, 20, 1, 0, 196, 245, 1, // Skip to: 141058 |
2623 | | /* 12606 */ MCD_OPC_Decode, 203, 44, 91, // Opcode: SMLAL_MZZ_HtoS |
2624 | | /* 12610 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 12631 |
2625 | | /* 12615 */ MCD_OPC_CheckPredicate, 4, 182, 245, 1, // Skip to: 141058 |
2626 | | /* 12620 */ MCD_OPC_CheckField, 20, 1, 0, 175, 245, 1, // Skip to: 141058 |
2627 | | /* 12627 */ MCD_OPC_Decode, 247, 44, 91, // Opcode: SMLSL_MZZ_HtoS |
2628 | | /* 12631 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 12652 |
2629 | | /* 12636 */ MCD_OPC_CheckPredicate, 4, 161, 245, 1, // Skip to: 141058 |
2630 | | /* 12641 */ MCD_OPC_CheckField, 20, 1, 0, 154, 245, 1, // Skip to: 141058 |
2631 | | /* 12648 */ MCD_OPC_Decode, 190, 58, 91, // Opcode: UMLAL_MZZ_HtoS |
2632 | | /* 12652 */ MCD_OPC_FilterValue, 3, 145, 245, 1, // Skip to: 141058 |
2633 | | /* 12657 */ MCD_OPC_CheckPredicate, 4, 140, 245, 1, // Skip to: 141058 |
2634 | | /* 12662 */ MCD_OPC_CheckField, 20, 1, 0, 133, 245, 1, // Skip to: 141058 |
2635 | | /* 12669 */ MCD_OPC_Decode, 234, 58, 91, // Opcode: UMLSL_MZZ_HtoS |
2636 | | /* 12673 */ MCD_OPC_FilterValue, 5, 147, 0, 0, // Skip to: 12825 |
2637 | | /* 12678 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
2638 | | /* 12681 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 12717 |
2639 | | /* 12686 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2640 | | /* 12689 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12703 |
2641 | | /* 12694 */ MCD_OPC_CheckPredicate, 16, 103, 245, 1, // Skip to: 141058 |
2642 | | /* 12699 */ MCD_OPC_Decode, 170, 42, 92, // Opcode: SDOT_VG2_M2ZZ_HtoD |
2643 | | /* 12703 */ MCD_OPC_FilterValue, 1, 94, 245, 1, // Skip to: 141058 |
2644 | | /* 12708 */ MCD_OPC_CheckPredicate, 16, 89, 245, 1, // Skip to: 141058 |
2645 | | /* 12713 */ MCD_OPC_Decode, 179, 42, 93, // Opcode: SDOT_VG4_M4ZZ_HtoD |
2646 | | /* 12717 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 12753 |
2647 | | /* 12722 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2648 | | /* 12725 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12739 |
2649 | | /* 12730 */ MCD_OPC_CheckPredicate, 4, 67, 245, 1, // Skip to: 141058 |
2650 | | /* 12735 */ MCD_OPC_Decode, 171, 42, 92, // Opcode: SDOT_VG2_M2ZZ_HtoS |
2651 | | /* 12739 */ MCD_OPC_FilterValue, 1, 58, 245, 1, // Skip to: 141058 |
2652 | | /* 12744 */ MCD_OPC_CheckPredicate, 4, 53, 245, 1, // Skip to: 141058 |
2653 | | /* 12749 */ MCD_OPC_Decode, 180, 42, 93, // Opcode: SDOT_VG4_M4ZZ_HtoS |
2654 | | /* 12753 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 12789 |
2655 | | /* 12758 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2656 | | /* 12761 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12775 |
2657 | | /* 12766 */ MCD_OPC_CheckPredicate, 16, 31, 245, 1, // Skip to: 141058 |
2658 | | /* 12771 */ MCD_OPC_Decode, 131, 57, 92, // Opcode: UDOT_VG2_M2ZZ_HtoD |
2659 | | /* 12775 */ MCD_OPC_FilterValue, 1, 22, 245, 1, // Skip to: 141058 |
2660 | | /* 12780 */ MCD_OPC_CheckPredicate, 16, 17, 245, 1, // Skip to: 141058 |
2661 | | /* 12785 */ MCD_OPC_Decode, 140, 57, 93, // Opcode: UDOT_VG4_M4ZZ_HtoD |
2662 | | /* 12789 */ MCD_OPC_FilterValue, 3, 8, 245, 1, // Skip to: 141058 |
2663 | | /* 12794 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2664 | | /* 12797 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12811 |
2665 | | /* 12802 */ MCD_OPC_CheckPredicate, 4, 251, 244, 1, // Skip to: 141058 |
2666 | | /* 12807 */ MCD_OPC_Decode, 132, 57, 92, // Opcode: UDOT_VG2_M2ZZ_HtoS |
2667 | | /* 12811 */ MCD_OPC_FilterValue, 1, 242, 244, 1, // Skip to: 141058 |
2668 | | /* 12816 */ MCD_OPC_CheckPredicate, 4, 237, 244, 1, // Skip to: 141058 |
2669 | | /* 12821 */ MCD_OPC_Decode, 141, 57, 93, // Opcode: UDOT_VG4_M4ZZ_HtoS |
2670 | | /* 12825 */ MCD_OPC_FilterValue, 6, 147, 0, 0, // Skip to: 12977 |
2671 | | /* 12830 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
2672 | | /* 12833 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 12869 |
2673 | | /* 12838 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2674 | | /* 12841 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12855 |
2675 | | /* 12846 */ MCD_OPC_CheckPredicate, 17, 207, 244, 1, // Skip to: 141058 |
2676 | | /* 12851 */ MCD_OPC_Decode, 170, 25, 92, // Opcode: FMLA_VG2_M2ZZ_D |
2677 | | /* 12855 */ MCD_OPC_FilterValue, 1, 198, 244, 1, // Skip to: 141058 |
2678 | | /* 12860 */ MCD_OPC_CheckPredicate, 17, 193, 244, 1, // Skip to: 141058 |
2679 | | /* 12865 */ MCD_OPC_Decode, 179, 25, 93, // Opcode: FMLA_VG4_M4ZZ_D |
2680 | | /* 12869 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 12905 |
2681 | | /* 12874 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2682 | | /* 12877 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12891 |
2683 | | /* 12882 */ MCD_OPC_CheckPredicate, 17, 171, 244, 1, // Skip to: 141058 |
2684 | | /* 12887 */ MCD_OPC_Decode, 227, 25, 92, // Opcode: FMLS_VG2_M2ZZ_D |
2685 | | /* 12891 */ MCD_OPC_FilterValue, 1, 162, 244, 1, // Skip to: 141058 |
2686 | | /* 12896 */ MCD_OPC_CheckPredicate, 17, 157, 244, 1, // Skip to: 141058 |
2687 | | /* 12901 */ MCD_OPC_Decode, 236, 25, 93, // Opcode: FMLS_VG4_M4ZZ_D |
2688 | | /* 12905 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 12941 |
2689 | | /* 12910 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2690 | | /* 12913 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12927 |
2691 | | /* 12918 */ MCD_OPC_CheckPredicate, 16, 135, 244, 1, // Skip to: 141058 |
2692 | | /* 12923 */ MCD_OPC_Decode, 254, 11, 92, // Opcode: ADD_VG2_M2ZZ_D |
2693 | | /* 12927 */ MCD_OPC_FilterValue, 1, 126, 244, 1, // Skip to: 141058 |
2694 | | /* 12932 */ MCD_OPC_CheckPredicate, 16, 121, 244, 1, // Skip to: 141058 |
2695 | | /* 12937 */ MCD_OPC_Decode, 136, 12, 93, // Opcode: ADD_VG4_M4ZZ_D |
2696 | | /* 12941 */ MCD_OPC_FilterValue, 3, 112, 244, 1, // Skip to: 141058 |
2697 | | /* 12946 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2698 | | /* 12949 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12963 |
2699 | | /* 12954 */ MCD_OPC_CheckPredicate, 16, 99, 244, 1, // Skip to: 141058 |
2700 | | /* 12959 */ MCD_OPC_Decode, 170, 54, 92, // Opcode: SUB_VG2_M2ZZ_D |
2701 | | /* 12963 */ MCD_OPC_FilterValue, 1, 90, 244, 1, // Skip to: 141058 |
2702 | | /* 12968 */ MCD_OPC_CheckPredicate, 16, 85, 244, 1, // Skip to: 141058 |
2703 | | /* 12973 */ MCD_OPC_Decode, 176, 54, 93, // Opcode: SUB_VG4_M4ZZ_D |
2704 | | /* 12977 */ MCD_OPC_FilterValue, 7, 76, 244, 1, // Skip to: 141058 |
2705 | | /* 12982 */ MCD_OPC_ExtractField, 3, 2, // Inst{4-3} ... |
2706 | | /* 12985 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 13021 |
2707 | | /* 12990 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2708 | | /* 12993 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 13007 |
2709 | | /* 12998 */ MCD_OPC_CheckPredicate, 9, 55, 244, 1, // Skip to: 141058 |
2710 | | /* 13003 */ MCD_OPC_Decode, 225, 13, 92, // Opcode: BFMLA_VG2_M2ZZ |
2711 | | /* 13007 */ MCD_OPC_FilterValue, 1, 46, 244, 1, // Skip to: 141058 |
2712 | | /* 13012 */ MCD_OPC_CheckPredicate, 9, 41, 244, 1, // Skip to: 141058 |
2713 | | /* 13017 */ MCD_OPC_Decode, 228, 13, 93, // Opcode: BFMLA_VG4_M4ZZ |
2714 | | /* 13021 */ MCD_OPC_FilterValue, 1, 32, 244, 1, // Skip to: 141058 |
2715 | | /* 13026 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2716 | | /* 13029 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 13043 |
2717 | | /* 13034 */ MCD_OPC_CheckPredicate, 9, 19, 244, 1, // Skip to: 141058 |
2718 | | /* 13039 */ MCD_OPC_Decode, 245, 13, 92, // Opcode: BFMLS_VG2_M2ZZ |
2719 | | /* 13043 */ MCD_OPC_FilterValue, 1, 10, 244, 1, // Skip to: 141058 |
2720 | | /* 13048 */ MCD_OPC_CheckPredicate, 9, 5, 244, 1, // Skip to: 141058 |
2721 | | /* 13053 */ MCD_OPC_Decode, 248, 13, 93, // Opcode: BFMLS_VG4_M4ZZ |
2722 | | /* 13057 */ MCD_OPC_FilterValue, 1, 252, 243, 1, // Skip to: 141058 |
2723 | | /* 13062 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
2724 | | /* 13065 */ MCD_OPC_FilterValue, 0, 66, 0, 0, // Skip to: 13136 |
2725 | | /* 13070 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
2726 | | /* 13073 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 13101 |
2727 | | /* 13078 */ MCD_OPC_CheckPredicate, 4, 231, 243, 1, // Skip to: 141058 |
2728 | | /* 13083 */ MCD_OPC_CheckField, 5, 1, 0, 224, 243, 1, // Skip to: 141058 |
2729 | | /* 13090 */ MCD_OPC_CheckField, 0, 1, 0, 217, 243, 1, // Skip to: 141058 |
2730 | | /* 13097 */ MCD_OPC_Decode, 195, 42, 94, // Opcode: SEL_VG2_2ZC2Z2Z_H |
2731 | | /* 13101 */ MCD_OPC_FilterValue, 1, 208, 243, 1, // Skip to: 141058 |
2732 | | /* 13106 */ MCD_OPC_CheckPredicate, 4, 203, 243, 1, // Skip to: 141058 |
2733 | | /* 13111 */ MCD_OPC_CheckField, 17, 1, 0, 196, 243, 1, // Skip to: 141058 |
2734 | | /* 13118 */ MCD_OPC_CheckField, 5, 2, 0, 189, 243, 1, // Skip to: 141058 |
2735 | | /* 13125 */ MCD_OPC_CheckField, 0, 2, 0, 182, 243, 1, // Skip to: 141058 |
2736 | | /* 13132 */ MCD_OPC_Decode, 199, 42, 95, // Opcode: SEL_VG4_4ZC4Z4Z_H |
2737 | | /* 13136 */ MCD_OPC_FilterValue, 1, 119, 5, 0, // Skip to: 14540 |
2738 | | /* 13141 */ MCD_OPC_ExtractField, 5, 8, // Inst{12-5} ... |
2739 | | /* 13144 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 13194 |
2740 | | /* 13149 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2741 | | /* 13152 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13173 |
2742 | | /* 13157 */ MCD_OPC_CheckPredicate, 4, 152, 243, 1, // Skip to: 141058 |
2743 | | /* 13162 */ MCD_OPC_CheckField, 20, 1, 0, 145, 243, 1, // Skip to: 141058 |
2744 | | /* 13169 */ MCD_OPC_Decode, 222, 43, 96, // Opcode: SMAX_VG2_2ZZ_H |
2745 | | /* 13173 */ MCD_OPC_FilterValue, 1, 136, 243, 1, // Skip to: 141058 |
2746 | | /* 13178 */ MCD_OPC_CheckPredicate, 4, 131, 243, 1, // Skip to: 141058 |
2747 | | /* 13183 */ MCD_OPC_CheckField, 20, 1, 0, 124, 243, 1, // Skip to: 141058 |
2748 | | /* 13190 */ MCD_OPC_Decode, 210, 57, 96, // Opcode: UMAX_VG2_2ZZ_H |
2749 | | /* 13194 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 13244 |
2750 | | /* 13199 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2751 | | /* 13202 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13223 |
2752 | | /* 13207 */ MCD_OPC_CheckPredicate, 4, 102, 243, 1, // Skip to: 141058 |
2753 | | /* 13212 */ MCD_OPC_CheckField, 20, 1, 0, 95, 243, 1, // Skip to: 141058 |
2754 | | /* 13219 */ MCD_OPC_Decode, 152, 44, 96, // Opcode: SMIN_VG2_2ZZ_H |
2755 | | /* 13223 */ MCD_OPC_FilterValue, 1, 86, 243, 1, // Skip to: 141058 |
2756 | | /* 13228 */ MCD_OPC_CheckPredicate, 4, 81, 243, 1, // Skip to: 141058 |
2757 | | /* 13233 */ MCD_OPC_CheckField, 20, 1, 0, 74, 243, 1, // Skip to: 141058 |
2758 | | /* 13240 */ MCD_OPC_Decode, 139, 58, 96, // Opcode: UMIN_VG2_2ZZ_H |
2759 | | /* 13244 */ MCD_OPC_FilterValue, 8, 45, 0, 0, // Skip to: 13294 |
2760 | | /* 13249 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2761 | | /* 13252 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13273 |
2762 | | /* 13257 */ MCD_OPC_CheckPredicate, 4, 52, 243, 1, // Skip to: 141058 |
2763 | | /* 13262 */ MCD_OPC_CheckField, 20, 1, 0, 45, 243, 1, // Skip to: 141058 |
2764 | | /* 13269 */ MCD_OPC_Decode, 249, 23, 96, // Opcode: FMAX_VG2_2ZZ_H |
2765 | | /* 13273 */ MCD_OPC_FilterValue, 1, 36, 243, 1, // Skip to: 141058 |
2766 | | /* 13278 */ MCD_OPC_CheckPredicate, 4, 31, 243, 1, // Skip to: 141058 |
2767 | | /* 13283 */ MCD_OPC_CheckField, 20, 1, 0, 24, 243, 1, // Skip to: 141058 |
2768 | | /* 13290 */ MCD_OPC_Decode, 213, 24, 96, // Opcode: FMIN_VG2_2ZZ_H |
2769 | | /* 13294 */ MCD_OPC_FilterValue, 9, 45, 0, 0, // Skip to: 13344 |
2770 | | /* 13299 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2771 | | /* 13302 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13323 |
2772 | | /* 13307 */ MCD_OPC_CheckPredicate, 4, 2, 243, 1, // Skip to: 141058 |
2773 | | /* 13312 */ MCD_OPC_CheckField, 20, 1, 0, 251, 242, 1, // Skip to: 141058 |
2774 | | /* 13319 */ MCD_OPC_Decode, 205, 23, 96, // Opcode: FMAXNM_VG2_2ZZ_H |
2775 | | /* 13323 */ MCD_OPC_FilterValue, 1, 242, 242, 1, // Skip to: 141058 |
2776 | | /* 13328 */ MCD_OPC_CheckPredicate, 4, 237, 242, 1, // Skip to: 141058 |
2777 | | /* 13333 */ MCD_OPC_CheckField, 20, 1, 0, 230, 242, 1, // Skip to: 141058 |
2778 | | /* 13340 */ MCD_OPC_Decode, 169, 24, 96, // Opcode: FMINNM_VG2_2ZZ_H |
2779 | | /* 13344 */ MCD_OPC_FilterValue, 12, 23, 0, 0, // Skip to: 13372 |
2780 | | /* 13349 */ MCD_OPC_CheckPredicate, 15, 216, 242, 1, // Skip to: 141058 |
2781 | | /* 13354 */ MCD_OPC_CheckField, 20, 1, 0, 209, 242, 1, // Skip to: 141058 |
2782 | | /* 13361 */ MCD_OPC_CheckField, 0, 1, 0, 202, 242, 1, // Skip to: 141058 |
2783 | | /* 13368 */ MCD_OPC_Decode, 154, 28, 96, // Opcode: FSCALE_2ZZ_H |
2784 | | /* 13372 */ MCD_OPC_FilterValue, 17, 45, 0, 0, // Skip to: 13422 |
2785 | | /* 13377 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2786 | | /* 13380 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13401 |
2787 | | /* 13385 */ MCD_OPC_CheckPredicate, 4, 180, 242, 1, // Skip to: 141058 |
2788 | | /* 13390 */ MCD_OPC_CheckField, 20, 1, 0, 173, 242, 1, // Skip to: 141058 |
2789 | | /* 13397 */ MCD_OPC_Decode, 192, 49, 96, // Opcode: SRSHL_VG2_2ZZ_H |
2790 | | /* 13401 */ MCD_OPC_FilterValue, 1, 164, 242, 1, // Skip to: 141058 |
2791 | | /* 13406 */ MCD_OPC_CheckPredicate, 4, 159, 242, 1, // Skip to: 141058 |
2792 | | /* 13411 */ MCD_OPC_CheckField, 20, 1, 0, 152, 242, 1, // Skip to: 141058 |
2793 | | /* 13418 */ MCD_OPC_Decode, 140, 61, 96, // Opcode: URSHL_VG2_2ZZ_H |
2794 | | /* 13422 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 13450 |
2795 | | /* 13427 */ MCD_OPC_CheckPredicate, 4, 138, 242, 1, // Skip to: 141058 |
2796 | | /* 13432 */ MCD_OPC_CheckField, 20, 1, 0, 131, 242, 1, // Skip to: 141058 |
2797 | | /* 13439 */ MCD_OPC_CheckField, 0, 1, 0, 124, 242, 1, // Skip to: 141058 |
2798 | | /* 13446 */ MCD_OPC_Decode, 250, 11, 96, // Opcode: ADD_VG2_2ZZ_H |
2799 | | /* 13450 */ MCD_OPC_FilterValue, 32, 23, 0, 0, // Skip to: 13478 |
2800 | | /* 13455 */ MCD_OPC_CheckPredicate, 4, 110, 242, 1, // Skip to: 141058 |
2801 | | /* 13460 */ MCD_OPC_CheckField, 20, 1, 0, 103, 242, 1, // Skip to: 141058 |
2802 | | /* 13467 */ MCD_OPC_CheckField, 0, 1, 0, 96, 242, 1, // Skip to: 141058 |
2803 | | /* 13474 */ MCD_OPC_Decode, 196, 46, 96, // Opcode: SQDMULH_VG2_2ZZ_H |
2804 | | /* 13478 */ MCD_OPC_FilterValue, 64, 45, 0, 0, // Skip to: 13528 |
2805 | | /* 13483 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2806 | | /* 13486 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13507 |
2807 | | /* 13491 */ MCD_OPC_CheckPredicate, 4, 74, 242, 1, // Skip to: 141058 |
2808 | | /* 13496 */ MCD_OPC_CheckField, 20, 1, 0, 67, 242, 1, // Skip to: 141058 |
2809 | | /* 13503 */ MCD_OPC_Decode, 230, 43, 97, // Opcode: SMAX_VG4_4ZZ_H |
2810 | | /* 13507 */ MCD_OPC_FilterValue, 1, 58, 242, 1, // Skip to: 141058 |
2811 | | /* 13512 */ MCD_OPC_CheckPredicate, 4, 53, 242, 1, // Skip to: 141058 |
2812 | | /* 13517 */ MCD_OPC_CheckField, 20, 1, 0, 46, 242, 1, // Skip to: 141058 |
2813 | | /* 13524 */ MCD_OPC_Decode, 218, 57, 97, // Opcode: UMAX_VG4_4ZZ_H |
2814 | | /* 13528 */ MCD_OPC_FilterValue, 65, 45, 0, 0, // Skip to: 13578 |
2815 | | /* 13533 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2816 | | /* 13536 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13557 |
2817 | | /* 13541 */ MCD_OPC_CheckPredicate, 4, 24, 242, 1, // Skip to: 141058 |
2818 | | /* 13546 */ MCD_OPC_CheckField, 20, 1, 0, 17, 242, 1, // Skip to: 141058 |
2819 | | /* 13553 */ MCD_OPC_Decode, 160, 44, 97, // Opcode: SMIN_VG4_4ZZ_H |
2820 | | /* 13557 */ MCD_OPC_FilterValue, 1, 8, 242, 1, // Skip to: 141058 |
2821 | | /* 13562 */ MCD_OPC_CheckPredicate, 4, 3, 242, 1, // Skip to: 141058 |
2822 | | /* 13567 */ MCD_OPC_CheckField, 20, 1, 0, 252, 241, 1, // Skip to: 141058 |
2823 | | /* 13574 */ MCD_OPC_Decode, 147, 58, 97, // Opcode: UMIN_VG4_4ZZ_H |
2824 | | /* 13578 */ MCD_OPC_FilterValue, 72, 45, 0, 0, // Skip to: 13628 |
2825 | | /* 13583 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2826 | | /* 13586 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13607 |
2827 | | /* 13591 */ MCD_OPC_CheckPredicate, 4, 230, 241, 1, // Skip to: 141058 |
2828 | | /* 13596 */ MCD_OPC_CheckField, 20, 1, 0, 223, 241, 1, // Skip to: 141058 |
2829 | | /* 13603 */ MCD_OPC_Decode, 255, 23, 97, // Opcode: FMAX_VG4_4ZZ_H |
2830 | | /* 13607 */ MCD_OPC_FilterValue, 1, 214, 241, 1, // Skip to: 141058 |
2831 | | /* 13612 */ MCD_OPC_CheckPredicate, 4, 209, 241, 1, // Skip to: 141058 |
2832 | | /* 13617 */ MCD_OPC_CheckField, 20, 1, 0, 202, 241, 1, // Skip to: 141058 |
2833 | | /* 13624 */ MCD_OPC_Decode, 219, 24, 97, // Opcode: FMIN_VG4_4ZZ_H |
2834 | | /* 13628 */ MCD_OPC_FilterValue, 73, 45, 0, 0, // Skip to: 13678 |
2835 | | /* 13633 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2836 | | /* 13636 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13657 |
2837 | | /* 13641 */ MCD_OPC_CheckPredicate, 4, 180, 241, 1, // Skip to: 141058 |
2838 | | /* 13646 */ MCD_OPC_CheckField, 20, 1, 0, 173, 241, 1, // Skip to: 141058 |
2839 | | /* 13653 */ MCD_OPC_Decode, 211, 23, 97, // Opcode: FMAXNM_VG4_4ZZ_H |
2840 | | /* 13657 */ MCD_OPC_FilterValue, 1, 164, 241, 1, // Skip to: 141058 |
2841 | | /* 13662 */ MCD_OPC_CheckPredicate, 4, 159, 241, 1, // Skip to: 141058 |
2842 | | /* 13667 */ MCD_OPC_CheckField, 20, 1, 0, 152, 241, 1, // Skip to: 141058 |
2843 | | /* 13674 */ MCD_OPC_Decode, 175, 24, 97, // Opcode: FMINNM_VG4_4ZZ_H |
2844 | | /* 13678 */ MCD_OPC_FilterValue, 76, 23, 0, 0, // Skip to: 13706 |
2845 | | /* 13683 */ MCD_OPC_CheckPredicate, 15, 138, 241, 1, // Skip to: 141058 |
2846 | | /* 13688 */ MCD_OPC_CheckField, 20, 1, 0, 131, 241, 1, // Skip to: 141058 |
2847 | | /* 13695 */ MCD_OPC_CheckField, 0, 2, 0, 124, 241, 1, // Skip to: 141058 |
2848 | | /* 13702 */ MCD_OPC_Decode, 160, 28, 97, // Opcode: FSCALE_4ZZ_H |
2849 | | /* 13706 */ MCD_OPC_FilterValue, 81, 45, 0, 0, // Skip to: 13756 |
2850 | | /* 13711 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2851 | | /* 13714 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13735 |
2852 | | /* 13719 */ MCD_OPC_CheckPredicate, 4, 102, 241, 1, // Skip to: 141058 |
2853 | | /* 13724 */ MCD_OPC_CheckField, 20, 1, 0, 95, 241, 1, // Skip to: 141058 |
2854 | | /* 13731 */ MCD_OPC_Decode, 200, 49, 97, // Opcode: SRSHL_VG4_4ZZ_H |
2855 | | /* 13735 */ MCD_OPC_FilterValue, 1, 86, 241, 1, // Skip to: 141058 |
2856 | | /* 13740 */ MCD_OPC_CheckPredicate, 4, 81, 241, 1, // Skip to: 141058 |
2857 | | /* 13745 */ MCD_OPC_CheckField, 20, 1, 0, 74, 241, 1, // Skip to: 141058 |
2858 | | /* 13752 */ MCD_OPC_Decode, 148, 61, 97, // Opcode: URSHL_VG4_4ZZ_H |
2859 | | /* 13756 */ MCD_OPC_FilterValue, 88, 23, 0, 0, // Skip to: 13784 |
2860 | | /* 13761 */ MCD_OPC_CheckPredicate, 4, 60, 241, 1, // Skip to: 141058 |
2861 | | /* 13766 */ MCD_OPC_CheckField, 20, 1, 0, 53, 241, 1, // Skip to: 141058 |
2862 | | /* 13773 */ MCD_OPC_CheckField, 0, 2, 0, 46, 241, 1, // Skip to: 141058 |
2863 | | /* 13780 */ MCD_OPC_Decode, 132, 12, 97, // Opcode: ADD_VG4_4ZZ_H |
2864 | | /* 13784 */ MCD_OPC_FilterValue, 96, 23, 0, 0, // Skip to: 13812 |
2865 | | /* 13789 */ MCD_OPC_CheckPredicate, 4, 32, 241, 1, // Skip to: 141058 |
2866 | | /* 13794 */ MCD_OPC_CheckField, 20, 1, 0, 25, 241, 1, // Skip to: 141058 |
2867 | | /* 13801 */ MCD_OPC_CheckField, 0, 2, 0, 18, 241, 1, // Skip to: 141058 |
2868 | | /* 13808 */ MCD_OPC_Decode, 204, 46, 97, // Opcode: SQDMULH_VG4_4ZZ_H |
2869 | | /* 13812 */ MCD_OPC_FilterValue, 128, 1, 45, 0, 0, // Skip to: 13863 |
2870 | | /* 13818 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2871 | | /* 13821 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13842 |
2872 | | /* 13826 */ MCD_OPC_CheckPredicate, 4, 251, 240, 1, // Skip to: 141058 |
2873 | | /* 13831 */ MCD_OPC_CheckField, 16, 1, 0, 244, 240, 1, // Skip to: 141058 |
2874 | | /* 13838 */ MCD_OPC_Decode, 218, 43, 98, // Opcode: SMAX_VG2_2Z2Z_H |
2875 | | /* 13842 */ MCD_OPC_FilterValue, 1, 235, 240, 1, // Skip to: 141058 |
2876 | | /* 13847 */ MCD_OPC_CheckPredicate, 4, 230, 240, 1, // Skip to: 141058 |
2877 | | /* 13852 */ MCD_OPC_CheckField, 16, 1, 0, 223, 240, 1, // Skip to: 141058 |
2878 | | /* 13859 */ MCD_OPC_Decode, 206, 57, 98, // Opcode: UMAX_VG2_2Z2Z_H |
2879 | | /* 13863 */ MCD_OPC_FilterValue, 129, 1, 45, 0, 0, // Skip to: 13914 |
2880 | | /* 13869 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2881 | | /* 13872 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13893 |
2882 | | /* 13877 */ MCD_OPC_CheckPredicate, 4, 200, 240, 1, // Skip to: 141058 |
2883 | | /* 13882 */ MCD_OPC_CheckField, 16, 1, 0, 193, 240, 1, // Skip to: 141058 |
2884 | | /* 13889 */ MCD_OPC_Decode, 148, 44, 98, // Opcode: SMIN_VG2_2Z2Z_H |
2885 | | /* 13893 */ MCD_OPC_FilterValue, 1, 184, 240, 1, // Skip to: 141058 |
2886 | | /* 13898 */ MCD_OPC_CheckPredicate, 4, 179, 240, 1, // Skip to: 141058 |
2887 | | /* 13903 */ MCD_OPC_CheckField, 16, 1, 0, 172, 240, 1, // Skip to: 141058 |
2888 | | /* 13910 */ MCD_OPC_Decode, 135, 58, 98, // Opcode: UMIN_VG2_2Z2Z_H |
2889 | | /* 13914 */ MCD_OPC_FilterValue, 136, 1, 45, 0, 0, // Skip to: 13965 |
2890 | | /* 13920 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2891 | | /* 13923 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13944 |
2892 | | /* 13928 */ MCD_OPC_CheckPredicate, 4, 149, 240, 1, // Skip to: 141058 |
2893 | | /* 13933 */ MCD_OPC_CheckField, 16, 1, 0, 142, 240, 1, // Skip to: 141058 |
2894 | | /* 13940 */ MCD_OPC_Decode, 246, 23, 98, // Opcode: FMAX_VG2_2Z2Z_H |
2895 | | /* 13944 */ MCD_OPC_FilterValue, 1, 133, 240, 1, // Skip to: 141058 |
2896 | | /* 13949 */ MCD_OPC_CheckPredicate, 4, 128, 240, 1, // Skip to: 141058 |
2897 | | /* 13954 */ MCD_OPC_CheckField, 16, 1, 0, 121, 240, 1, // Skip to: 141058 |
2898 | | /* 13961 */ MCD_OPC_Decode, 210, 24, 98, // Opcode: FMIN_VG2_2Z2Z_H |
2899 | | /* 13965 */ MCD_OPC_FilterValue, 137, 1, 45, 0, 0, // Skip to: 14016 |
2900 | | /* 13971 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2901 | | /* 13974 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13995 |
2902 | | /* 13979 */ MCD_OPC_CheckPredicate, 4, 98, 240, 1, // Skip to: 141058 |
2903 | | /* 13984 */ MCD_OPC_CheckField, 16, 1, 0, 91, 240, 1, // Skip to: 141058 |
2904 | | /* 13991 */ MCD_OPC_Decode, 202, 23, 98, // Opcode: FMAXNM_VG2_2Z2Z_H |
2905 | | /* 13995 */ MCD_OPC_FilterValue, 1, 82, 240, 1, // Skip to: 141058 |
2906 | | /* 14000 */ MCD_OPC_CheckPredicate, 4, 77, 240, 1, // Skip to: 141058 |
2907 | | /* 14005 */ MCD_OPC_CheckField, 16, 1, 0, 70, 240, 1, // Skip to: 141058 |
2908 | | /* 14012 */ MCD_OPC_Decode, 166, 24, 98, // Opcode: FMINNM_VG2_2Z2Z_H |
2909 | | /* 14016 */ MCD_OPC_FilterValue, 138, 1, 45, 0, 0, // Skip to: 14067 |
2910 | | /* 14022 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2911 | | /* 14025 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14046 |
2912 | | /* 14030 */ MCD_OPC_CheckPredicate, 18, 47, 240, 1, // Skip to: 141058 |
2913 | | /* 14035 */ MCD_OPC_CheckField, 16, 1, 0, 40, 240, 1, // Skip to: 141058 |
2914 | | /* 14042 */ MCD_OPC_Decode, 216, 19, 98, // Opcode: FAMAX_2Z2Z_H |
2915 | | /* 14046 */ MCD_OPC_FilterValue, 1, 31, 240, 1, // Skip to: 141058 |
2916 | | /* 14051 */ MCD_OPC_CheckPredicate, 18, 26, 240, 1, // Skip to: 141058 |
2917 | | /* 14056 */ MCD_OPC_CheckField, 16, 1, 0, 19, 240, 1, // Skip to: 141058 |
2918 | | /* 14063 */ MCD_OPC_Decode, 230, 19, 98, // Opcode: FAMIN_2Z2Z_H |
2919 | | /* 14067 */ MCD_OPC_FilterValue, 140, 1, 23, 0, 0, // Skip to: 14096 |
2920 | | /* 14073 */ MCD_OPC_CheckPredicate, 15, 4, 240, 1, // Skip to: 141058 |
2921 | | /* 14078 */ MCD_OPC_CheckField, 16, 1, 0, 253, 239, 1, // Skip to: 141058 |
2922 | | /* 14085 */ MCD_OPC_CheckField, 0, 1, 0, 246, 239, 1, // Skip to: 141058 |
2923 | | /* 14092 */ MCD_OPC_Decode, 151, 28, 98, // Opcode: FSCALE_2Z2Z_H |
2924 | | /* 14096 */ MCD_OPC_FilterValue, 145, 1, 45, 0, 0, // Skip to: 14147 |
2925 | | /* 14102 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2926 | | /* 14105 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14126 |
2927 | | /* 14110 */ MCD_OPC_CheckPredicate, 4, 223, 239, 1, // Skip to: 141058 |
2928 | | /* 14115 */ MCD_OPC_CheckField, 16, 1, 0, 216, 239, 1, // Skip to: 141058 |
2929 | | /* 14122 */ MCD_OPC_Decode, 188, 49, 98, // Opcode: SRSHL_VG2_2Z2Z_H |
2930 | | /* 14126 */ MCD_OPC_FilterValue, 1, 207, 239, 1, // Skip to: 141058 |
2931 | | /* 14131 */ MCD_OPC_CheckPredicate, 4, 202, 239, 1, // Skip to: 141058 |
2932 | | /* 14136 */ MCD_OPC_CheckField, 16, 1, 0, 195, 239, 1, // Skip to: 141058 |
2933 | | /* 14143 */ MCD_OPC_Decode, 136, 61, 98, // Opcode: URSHL_VG2_2Z2Z_H |
2934 | | /* 14147 */ MCD_OPC_FilterValue, 160, 1, 23, 0, 0, // Skip to: 14176 |
2935 | | /* 14153 */ MCD_OPC_CheckPredicate, 4, 180, 239, 1, // Skip to: 141058 |
2936 | | /* 14158 */ MCD_OPC_CheckField, 16, 1, 0, 173, 239, 1, // Skip to: 141058 |
2937 | | /* 14165 */ MCD_OPC_CheckField, 0, 1, 0, 166, 239, 1, // Skip to: 141058 |
2938 | | /* 14172 */ MCD_OPC_Decode, 192, 46, 98, // Opcode: SQDMULH_VG2_2Z2Z_H |
2939 | | /* 14176 */ MCD_OPC_FilterValue, 192, 1, 45, 0, 0, // Skip to: 14227 |
2940 | | /* 14182 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2941 | | /* 14185 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14206 |
2942 | | /* 14190 */ MCD_OPC_CheckPredicate, 4, 143, 239, 1, // Skip to: 141058 |
2943 | | /* 14195 */ MCD_OPC_CheckField, 16, 2, 0, 136, 239, 1, // Skip to: 141058 |
2944 | | /* 14202 */ MCD_OPC_Decode, 226, 43, 99, // Opcode: SMAX_VG4_4Z4Z_H |
2945 | | /* 14206 */ MCD_OPC_FilterValue, 1, 127, 239, 1, // Skip to: 141058 |
2946 | | /* 14211 */ MCD_OPC_CheckPredicate, 4, 122, 239, 1, // Skip to: 141058 |
2947 | | /* 14216 */ MCD_OPC_CheckField, 16, 2, 0, 115, 239, 1, // Skip to: 141058 |
2948 | | /* 14223 */ MCD_OPC_Decode, 214, 57, 99, // Opcode: UMAX_VG4_4Z4Z_H |
2949 | | /* 14227 */ MCD_OPC_FilterValue, 193, 1, 45, 0, 0, // Skip to: 14278 |
2950 | | /* 14233 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2951 | | /* 14236 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14257 |
2952 | | /* 14241 */ MCD_OPC_CheckPredicate, 4, 92, 239, 1, // Skip to: 141058 |
2953 | | /* 14246 */ MCD_OPC_CheckField, 16, 2, 0, 85, 239, 1, // Skip to: 141058 |
2954 | | /* 14253 */ MCD_OPC_Decode, 156, 44, 99, // Opcode: SMIN_VG4_4Z4Z_H |
2955 | | /* 14257 */ MCD_OPC_FilterValue, 1, 76, 239, 1, // Skip to: 141058 |
2956 | | /* 14262 */ MCD_OPC_CheckPredicate, 4, 71, 239, 1, // Skip to: 141058 |
2957 | | /* 14267 */ MCD_OPC_CheckField, 16, 2, 0, 64, 239, 1, // Skip to: 141058 |
2958 | | /* 14274 */ MCD_OPC_Decode, 143, 58, 99, // Opcode: UMIN_VG4_4Z4Z_H |
2959 | | /* 14278 */ MCD_OPC_FilterValue, 200, 1, 45, 0, 0, // Skip to: 14329 |
2960 | | /* 14284 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2961 | | /* 14287 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14308 |
2962 | | /* 14292 */ MCD_OPC_CheckPredicate, 4, 41, 239, 1, // Skip to: 141058 |
2963 | | /* 14297 */ MCD_OPC_CheckField, 16, 2, 0, 34, 239, 1, // Skip to: 141058 |
2964 | | /* 14304 */ MCD_OPC_Decode, 252, 23, 99, // Opcode: FMAX_VG4_4Z4Z_H |
2965 | | /* 14308 */ MCD_OPC_FilterValue, 1, 25, 239, 1, // Skip to: 141058 |
2966 | | /* 14313 */ MCD_OPC_CheckPredicate, 4, 20, 239, 1, // Skip to: 141058 |
2967 | | /* 14318 */ MCD_OPC_CheckField, 16, 2, 0, 13, 239, 1, // Skip to: 141058 |
2968 | | /* 14325 */ MCD_OPC_Decode, 216, 24, 99, // Opcode: FMIN_VG4_4Z4Z_H |
2969 | | /* 14329 */ MCD_OPC_FilterValue, 201, 1, 45, 0, 0, // Skip to: 14380 |
2970 | | /* 14335 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2971 | | /* 14338 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14359 |
2972 | | /* 14343 */ MCD_OPC_CheckPredicate, 4, 246, 238, 1, // Skip to: 141058 |
2973 | | /* 14348 */ MCD_OPC_CheckField, 16, 2, 0, 239, 238, 1, // Skip to: 141058 |
2974 | | /* 14355 */ MCD_OPC_Decode, 208, 23, 99, // Opcode: FMAXNM_VG4_4Z4Z_H |
2975 | | /* 14359 */ MCD_OPC_FilterValue, 1, 230, 238, 1, // Skip to: 141058 |
2976 | | /* 14364 */ MCD_OPC_CheckPredicate, 4, 225, 238, 1, // Skip to: 141058 |
2977 | | /* 14369 */ MCD_OPC_CheckField, 16, 2, 0, 218, 238, 1, // Skip to: 141058 |
2978 | | /* 14376 */ MCD_OPC_Decode, 172, 24, 99, // Opcode: FMINNM_VG4_4Z4Z_H |
2979 | | /* 14380 */ MCD_OPC_FilterValue, 202, 1, 45, 0, 0, // Skip to: 14431 |
2980 | | /* 14386 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2981 | | /* 14389 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14410 |
2982 | | /* 14394 */ MCD_OPC_CheckPredicate, 18, 195, 238, 1, // Skip to: 141058 |
2983 | | /* 14399 */ MCD_OPC_CheckField, 16, 2, 0, 188, 238, 1, // Skip to: 141058 |
2984 | | /* 14406 */ MCD_OPC_Decode, 219, 19, 99, // Opcode: FAMAX_4Z4Z_H |
2985 | | /* 14410 */ MCD_OPC_FilterValue, 1, 179, 238, 1, // Skip to: 141058 |
2986 | | /* 14415 */ MCD_OPC_CheckPredicate, 18, 174, 238, 1, // Skip to: 141058 |
2987 | | /* 14420 */ MCD_OPC_CheckField, 16, 2, 0, 167, 238, 1, // Skip to: 141058 |
2988 | | /* 14427 */ MCD_OPC_Decode, 233, 19, 99, // Opcode: FAMIN_4Z4Z_H |
2989 | | /* 14431 */ MCD_OPC_FilterValue, 204, 1, 23, 0, 0, // Skip to: 14460 |
2990 | | /* 14437 */ MCD_OPC_CheckPredicate, 15, 152, 238, 1, // Skip to: 141058 |
2991 | | /* 14442 */ MCD_OPC_CheckField, 16, 2, 0, 145, 238, 1, // Skip to: 141058 |
2992 | | /* 14449 */ MCD_OPC_CheckField, 0, 2, 0, 138, 238, 1, // Skip to: 141058 |
2993 | | /* 14456 */ MCD_OPC_Decode, 157, 28, 99, // Opcode: FSCALE_4Z4Z_H |
2994 | | /* 14460 */ MCD_OPC_FilterValue, 209, 1, 45, 0, 0, // Skip to: 14511 |
2995 | | /* 14466 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2996 | | /* 14469 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14490 |
2997 | | /* 14474 */ MCD_OPC_CheckPredicate, 4, 115, 238, 1, // Skip to: 141058 |
2998 | | /* 14479 */ MCD_OPC_CheckField, 16, 2, 0, 108, 238, 1, // Skip to: 141058 |
2999 | | /* 14486 */ MCD_OPC_Decode, 196, 49, 99, // Opcode: SRSHL_VG4_4Z4Z_H |
3000 | | /* 14490 */ MCD_OPC_FilterValue, 1, 99, 238, 1, // Skip to: 141058 |
3001 | | /* 14495 */ MCD_OPC_CheckPredicate, 4, 94, 238, 1, // Skip to: 141058 |
3002 | | /* 14500 */ MCD_OPC_CheckField, 16, 2, 0, 87, 238, 1, // Skip to: 141058 |
3003 | | /* 14507 */ MCD_OPC_Decode, 144, 61, 99, // Opcode: URSHL_VG4_4Z4Z_H |
3004 | | /* 14511 */ MCD_OPC_FilterValue, 224, 1, 77, 238, 1, // Skip to: 141058 |
3005 | | /* 14517 */ MCD_OPC_CheckPredicate, 4, 72, 238, 1, // Skip to: 141058 |
3006 | | /* 14522 */ MCD_OPC_CheckField, 16, 2, 0, 65, 238, 1, // Skip to: 141058 |
3007 | | /* 14529 */ MCD_OPC_CheckField, 0, 2, 0, 58, 238, 1, // Skip to: 141058 |
3008 | | /* 14536 */ MCD_OPC_Decode, 200, 46, 99, // Opcode: SQDMULH_VG4_4Z4Z_H |
3009 | | /* 14540 */ MCD_OPC_FilterValue, 2, 253, 0, 0, // Skip to: 14798 |
3010 | | /* 14545 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
3011 | | /* 14548 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14569 |
3012 | | /* 14553 */ MCD_OPC_CheckPredicate, 4, 36, 238, 1, // Skip to: 141058 |
3013 | | /* 14558 */ MCD_OPC_CheckField, 0, 1, 0, 29, 238, 1, // Skip to: 141058 |
3014 | | /* 14565 */ MCD_OPC_Decode, 130, 20, 100, // Opcode: FCLAMP_VG2_2Z2Z_H |
3015 | | /* 14569 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 14605 |
3016 | | /* 14574 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
3017 | | /* 14577 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 14591 |
3018 | | /* 14582 */ MCD_OPC_CheckPredicate, 4, 7, 238, 1, // Skip to: 141058 |
3019 | | /* 14587 */ MCD_OPC_Decode, 238, 41, 100, // Opcode: SCLAMP_VG2_2Z2Z_H |
3020 | | /* 14591 */ MCD_OPC_FilterValue, 1, 254, 237, 1, // Skip to: 141058 |
3021 | | /* 14596 */ MCD_OPC_CheckPredicate, 4, 249, 237, 1, // Skip to: 141058 |
3022 | | /* 14601 */ MCD_OPC_Decode, 198, 56, 100, // Opcode: UCLAMP_VG2_2Z2Z_H |
3023 | | /* 14605 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 14626 |
3024 | | /* 14610 */ MCD_OPC_CheckPredicate, 4, 235, 237, 1, // Skip to: 141058 |
3025 | | /* 14615 */ MCD_OPC_CheckField, 0, 2, 0, 228, 237, 1, // Skip to: 141058 |
3026 | | /* 14622 */ MCD_OPC_Decode, 133, 20, 101, // Opcode: FCLAMP_VG4_4Z4Z_H |
3027 | | /* 14626 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 14662 |
3028 | | /* 14631 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3029 | | /* 14634 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 14648 |
3030 | | /* 14639 */ MCD_OPC_CheckPredicate, 4, 206, 237, 1, // Skip to: 141058 |
3031 | | /* 14644 */ MCD_OPC_Decode, 242, 41, 101, // Opcode: SCLAMP_VG4_4Z4Z_H |
3032 | | /* 14648 */ MCD_OPC_FilterValue, 1, 197, 237, 1, // Skip to: 141058 |
3033 | | /* 14653 */ MCD_OPC_CheckPredicate, 4, 192, 237, 1, // Skip to: 141058 |
3034 | | /* 14658 */ MCD_OPC_Decode, 202, 56, 101, // Opcode: UCLAMP_VG4_4Z4Z_H |
3035 | | /* 14662 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 14698 |
3036 | | /* 14667 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
3037 | | /* 14670 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 14684 |
3038 | | /* 14675 */ MCD_OPC_CheckPredicate, 4, 170, 237, 1, // Skip to: 141058 |
3039 | | /* 14680 */ MCD_OPC_Decode, 192, 64, 102, // Opcode: ZIP_VG2_2ZZZ_H |
3040 | | /* 14684 */ MCD_OPC_FilterValue, 1, 161, 237, 1, // Skip to: 141058 |
3041 | | /* 14689 */ MCD_OPC_CheckPredicate, 4, 156, 237, 1, // Skip to: 141058 |
3042 | | /* 14694 */ MCD_OPC_Decode, 230, 62, 102, // Opcode: UZP_VG2_2ZZZ_H |
3043 | | /* 14698 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 14748 |
3044 | | /* 14703 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
3045 | | /* 14706 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 14720 |
3046 | | /* 14711 */ MCD_OPC_CheckPredicate, 4, 134, 237, 1, // Skip to: 141058 |
3047 | | /* 14716 */ MCD_OPC_Decode, 150, 48, 110, // Opcode: SQRSHR_VG4_Z4ZI_B |
3048 | | /* 14720 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 14734 |
3049 | | /* 14725 */ MCD_OPC_CheckPredicate, 4, 120, 237, 1, // Skip to: 141058 |
3050 | | /* 14730 */ MCD_OPC_Decode, 152, 60, 110, // Opcode: UQRSHR_VG4_Z4ZI_B |
3051 | | /* 14734 */ MCD_OPC_FilterValue, 2, 111, 237, 1, // Skip to: 141058 |
3052 | | /* 14739 */ MCD_OPC_CheckPredicate, 4, 106, 237, 1, // Skip to: 141058 |
3053 | | /* 14744 */ MCD_OPC_Decode, 147, 48, 110, // Opcode: SQRSHRU_VG4_Z4ZI_B |
3054 | | /* 14748 */ MCD_OPC_FilterValue, 7, 97, 237, 1, // Skip to: 141058 |
3055 | | /* 14753 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
3056 | | /* 14756 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 14770 |
3057 | | /* 14761 */ MCD_OPC_CheckPredicate, 4, 84, 237, 1, // Skip to: 141058 |
3058 | | /* 14766 */ MCD_OPC_Decode, 244, 47, 110, // Opcode: SQRSHRN_VG4_Z4ZI_B |
3059 | | /* 14770 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 14784 |
3060 | | /* 14775 */ MCD_OPC_CheckPredicate, 4, 70, 237, 1, // Skip to: 141058 |
3061 | | /* 14780 */ MCD_OPC_Decode, 139, 60, 110, // Opcode: UQRSHRN_VG4_Z4ZI_B |
3062 | | /* 14784 */ MCD_OPC_FilterValue, 2, 61, 237, 1, // Skip to: 141058 |
3063 | | /* 14789 */ MCD_OPC_CheckPredicate, 4, 56, 237, 1, // Skip to: 141058 |
3064 | | /* 14794 */ MCD_OPC_Decode, 134, 48, 110, // Opcode: SQRSHRUN_VG4_Z4ZI_B |
3065 | | /* 14798 */ MCD_OPC_FilterValue, 3, 47, 237, 1, // Skip to: 141058 |
3066 | | /* 14803 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
3067 | | /* 14806 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 14856 |
3068 | | /* 14811 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
3069 | | /* 14814 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14835 |
3070 | | /* 14819 */ MCD_OPC_CheckPredicate, 4, 26, 237, 1, // Skip to: 141058 |
3071 | | /* 14824 */ MCD_OPC_CheckField, 10, 3, 0, 19, 237, 1, // Skip to: 141058 |
3072 | | /* 14831 */ MCD_OPC_Decode, 176, 13, 103, // Opcode: BFCVT_Z2Z_StoH |
3073 | | /* 14835 */ MCD_OPC_FilterValue, 1, 10, 237, 1, // Skip to: 141058 |
3074 | | /* 14840 */ MCD_OPC_CheckPredicate, 4, 5, 237, 1, // Skip to: 141058 |
3075 | | /* 14845 */ MCD_OPC_CheckField, 10, 3, 0, 254, 236, 1, // Skip to: 141058 |
3076 | | /* 14852 */ MCD_OPC_Decode, 174, 13, 103, // Opcode: BFCVTN_Z2Z_StoH |
3077 | | /* 14856 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 14884 |
3078 | | /* 14861 */ MCD_OPC_CheckPredicate, 4, 240, 236, 1, // Skip to: 141058 |
3079 | | /* 14866 */ MCD_OPC_CheckField, 10, 3, 0, 233, 236, 1, // Skip to: 141058 |
3080 | | /* 14873 */ MCD_OPC_CheckField, 5, 1, 0, 226, 236, 1, // Skip to: 141058 |
3081 | | /* 14880 */ MCD_OPC_Decode, 240, 45, 103, // Opcode: SQCVTU_Z2Z_StoH |
3082 | | /* 14884 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 14912 |
3083 | | /* 14889 */ MCD_OPC_CheckPredicate, 15, 212, 236, 1, // Skip to: 141058 |
3084 | | /* 14894 */ MCD_OPC_CheckField, 10, 3, 0, 205, 236, 1, // Skip to: 141058 |
3085 | | /* 14901 */ MCD_OPC_CheckField, 5, 1, 0, 198, 236, 1, // Skip to: 141058 |
3086 | | /* 14908 */ MCD_OPC_Decode, 175, 13, 103, // Opcode: BFCVT_Z2Z_HtoB |
3087 | | /* 14912 */ MCD_OPC_FilterValue, 5, 45, 0, 0, // Skip to: 14962 |
3088 | | /* 14917 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
3089 | | /* 14920 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14941 |
3090 | | /* 14925 */ MCD_OPC_CheckPredicate, 4, 176, 236, 1, // Skip to: 141058 |
3091 | | /* 14930 */ MCD_OPC_CheckField, 10, 3, 0, 169, 236, 1, // Skip to: 141058 |
3092 | | /* 14937 */ MCD_OPC_Decode, 225, 54, 105, // Opcode: SUNPK_VG2_2ZZ_H |
3093 | | /* 14941 */ MCD_OPC_FilterValue, 1, 160, 236, 1, // Skip to: 141058 |
3094 | | /* 14946 */ MCD_OPC_CheckPredicate, 4, 155, 236, 1, // Skip to: 141058 |
3095 | | /* 14951 */ MCD_OPC_CheckField, 10, 3, 0, 148, 236, 1, // Skip to: 141058 |
3096 | | /* 14958 */ MCD_OPC_Decode, 174, 62, 105, // Opcode: UUNPK_VG2_2ZZ_H |
3097 | | /* 14962 */ MCD_OPC_FilterValue, 6, 45, 0, 0, // Skip to: 15012 |
3098 | | /* 14967 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
3099 | | /* 14970 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14991 |
3100 | | /* 14975 */ MCD_OPC_CheckPredicate, 15, 126, 236, 1, // Skip to: 141058 |
3101 | | /* 14980 */ MCD_OPC_CheckField, 10, 3, 0, 119, 236, 1, // Skip to: 141058 |
3102 | | /* 14987 */ MCD_OPC_Decode, 154, 13, 105, // Opcode: BF1CVT_2ZZ_BtoH_NAME |
3103 | | /* 14991 */ MCD_OPC_FilterValue, 1, 110, 236, 1, // Skip to: 141058 |
3104 | | /* 14996 */ MCD_OPC_CheckPredicate, 15, 105, 236, 1, // Skip to: 141058 |
3105 | | /* 15001 */ MCD_OPC_CheckField, 10, 3, 0, 98, 236, 1, // Skip to: 141058 |
3106 | | /* 15008 */ MCD_OPC_Decode, 152, 13, 105, // Opcode: BF1CVTL_2ZZ_BtoH_NAME |
3107 | | /* 15012 */ MCD_OPC_FilterValue, 19, 45, 0, 0, // Skip to: 15062 |
3108 | | /* 15017 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
3109 | | /* 15020 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15041 |
3110 | | /* 15025 */ MCD_OPC_CheckPredicate, 4, 76, 236, 1, // Skip to: 141058 |
3111 | | /* 15030 */ MCD_OPC_CheckField, 10, 3, 0, 69, 236, 1, // Skip to: 141058 |
3112 | | /* 15037 */ MCD_OPC_Decode, 242, 45, 107, // Opcode: SQCVTU_Z4Z_StoB |
3113 | | /* 15041 */ MCD_OPC_FilterValue, 2, 60, 236, 1, // Skip to: 141058 |
3114 | | /* 15046 */ MCD_OPC_CheckPredicate, 4, 55, 236, 1, // Skip to: 141058 |
3115 | | /* 15051 */ MCD_OPC_CheckField, 10, 3, 0, 48, 236, 1, // Skip to: 141058 |
3116 | | /* 15058 */ MCD_OPC_Decode, 239, 45, 107, // Opcode: SQCVTUN_Z4Z_StoB |
3117 | | /* 15062 */ MCD_OPC_FilterValue, 21, 59, 0, 0, // Skip to: 15126 |
3118 | | /* 15067 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3119 | | /* 15070 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 15098 |
3120 | | /* 15075 */ MCD_OPC_CheckPredicate, 4, 26, 236, 1, // Skip to: 141058 |
3121 | | /* 15080 */ MCD_OPC_CheckField, 10, 3, 0, 19, 236, 1, // Skip to: 141058 |
3122 | | /* 15087 */ MCD_OPC_CheckField, 5, 1, 0, 12, 236, 1, // Skip to: 141058 |
3123 | | /* 15094 */ MCD_OPC_Decode, 228, 54, 55, // Opcode: SUNPK_VG4_4Z2Z_H |
3124 | | /* 15098 */ MCD_OPC_FilterValue, 1, 3, 236, 1, // Skip to: 141058 |
3125 | | /* 15103 */ MCD_OPC_CheckPredicate, 4, 254, 235, 1, // Skip to: 141058 |
3126 | | /* 15108 */ MCD_OPC_CheckField, 10, 3, 0, 247, 235, 1, // Skip to: 141058 |
3127 | | /* 15115 */ MCD_OPC_CheckField, 5, 1, 0, 240, 235, 1, // Skip to: 141058 |
3128 | | /* 15122 */ MCD_OPC_Decode, 177, 62, 55, // Opcode: UUNPK_VG4_4Z2Z_H |
3129 | | /* 15126 */ MCD_OPC_FilterValue, 22, 231, 235, 1, // Skip to: 141058 |
3130 | | /* 15131 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3131 | | /* 15134 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 15162 |
3132 | | /* 15139 */ MCD_OPC_CheckPredicate, 4, 218, 235, 1, // Skip to: 141058 |
3133 | | /* 15144 */ MCD_OPC_CheckField, 10, 3, 0, 211, 235, 1, // Skip to: 141058 |
3134 | | /* 15151 */ MCD_OPC_CheckField, 5, 2, 0, 204, 235, 1, // Skip to: 141058 |
3135 | | /* 15158 */ MCD_OPC_Decode, 197, 64, 106, // Opcode: ZIP_VG4_4Z4Z_H |
3136 | | /* 15162 */ MCD_OPC_FilterValue, 2, 195, 235, 1, // Skip to: 141058 |
3137 | | /* 15167 */ MCD_OPC_CheckPredicate, 4, 190, 235, 1, // Skip to: 141058 |
3138 | | /* 15172 */ MCD_OPC_CheckField, 10, 3, 0, 183, 235, 1, // Skip to: 141058 |
3139 | | /* 15179 */ MCD_OPC_CheckField, 5, 2, 0, 176, 235, 1, // Skip to: 141058 |
3140 | | /* 15186 */ MCD_OPC_Decode, 235, 62, 106, // Opcode: UZP_VG4_4Z4Z_H |
3141 | | /* 15190 */ MCD_OPC_FilterValue, 3, 167, 235, 1, // Skip to: 141058 |
3142 | | /* 15195 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
3143 | | /* 15198 */ MCD_OPC_FilterValue, 0, 168, 5, 0, // Skip to: 16651 |
3144 | | /* 15203 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
3145 | | /* 15206 */ MCD_OPC_FilterValue, 0, 239, 2, 0, // Skip to: 15962 |
3146 | | /* 15211 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
3147 | | /* 15214 */ MCD_OPC_FilterValue, 0, 138, 1, 0, // Skip to: 15613 |
3148 | | /* 15219 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
3149 | | /* 15222 */ MCD_OPC_FilterValue, 0, 53, 0, 0, // Skip to: 15280 |
3150 | | /* 15227 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3151 | | /* 15230 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15266 |
3152 | | /* 15235 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
3153 | | /* 15238 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15252 |
3154 | | /* 15243 */ MCD_OPC_CheckPredicate, 16, 114, 235, 1, // Skip to: 141058 |
3155 | | /* 15248 */ MCD_OPC_Decode, 182, 44, 111, // Opcode: SMLALL_MZZI_HtoD |
3156 | | /* 15252 */ MCD_OPC_FilterValue, 2, 105, 235, 1, // Skip to: 141058 |
3157 | | /* 15257 */ MCD_OPC_CheckPredicate, 16, 100, 235, 1, // Skip to: 141058 |
3158 | | /* 15262 */ MCD_OPC_Decode, 226, 44, 111, // Opcode: SMLSLL_MZZI_HtoD |
3159 | | /* 15266 */ MCD_OPC_FilterValue, 1, 91, 235, 1, // Skip to: 141058 |
3160 | | /* 15271 */ MCD_OPC_CheckPredicate, 6, 86, 235, 1, // Skip to: 141058 |
3161 | | /* 15276 */ MCD_OPC_Decode, 144, 25, 112, // Opcode: FMLAL_MZZI_BtoH |
3162 | | /* 15280 */ MCD_OPC_FilterValue, 1, 77, 235, 1, // Skip to: 141058 |
3163 | | /* 15285 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
3164 | | /* 15288 */ MCD_OPC_FilterValue, 0, 7, 1, 0, // Skip to: 15556 |
3165 | | /* 15293 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
3166 | | /* 15296 */ MCD_OPC_FilterValue, 0, 191, 0, 0, // Skip to: 15492 |
3167 | | /* 15301 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3168 | | /* 15304 */ MCD_OPC_FilterValue, 0, 89, 0, 0, // Skip to: 15398 |
3169 | | /* 15309 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3170 | | /* 15312 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15348 |
3171 | | /* 15317 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3172 | | /* 15320 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15334 |
3173 | | /* 15325 */ MCD_OPC_CheckPredicate, 16, 32, 235, 1, // Skip to: 141058 |
3174 | | /* 15330 */ MCD_OPC_Decode, 188, 44, 113, // Opcode: SMLALL_VG2_M2ZZI_HtoD |
3175 | | /* 15334 */ MCD_OPC_FilterValue, 1, 23, 235, 1, // Skip to: 141058 |
3176 | | /* 15339 */ MCD_OPC_CheckPredicate, 17, 18, 235, 1, // Skip to: 141058 |
3177 | | /* 15344 */ MCD_OPC_Decode, 167, 25, 114, // Opcode: FMLA_VG2_M2ZZI_D |
3178 | | /* 15348 */ MCD_OPC_FilterValue, 1, 9, 235, 1, // Skip to: 141058 |
3179 | | /* 15353 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3180 | | /* 15356 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15377 |
3181 | | /* 15361 */ MCD_OPC_CheckPredicate, 16, 252, 234, 1, // Skip to: 141058 |
3182 | | /* 15366 */ MCD_OPC_CheckField, 6, 1, 0, 245, 234, 1, // Skip to: 141058 |
3183 | | /* 15373 */ MCD_OPC_Decode, 194, 44, 115, // Opcode: SMLALL_VG4_M4ZZI_HtoD |
3184 | | /* 15377 */ MCD_OPC_FilterValue, 1, 236, 234, 1, // Skip to: 141058 |
3185 | | /* 15382 */ MCD_OPC_CheckPredicate, 17, 231, 234, 1, // Skip to: 141058 |
3186 | | /* 15387 */ MCD_OPC_CheckField, 6, 1, 0, 224, 234, 1, // Skip to: 141058 |
3187 | | /* 15394 */ MCD_OPC_Decode, 176, 25, 116, // Opcode: FMLA_VG4_M4ZZI_D |
3188 | | /* 15398 */ MCD_OPC_FilterValue, 1, 215, 234, 1, // Skip to: 141058 |
3189 | | /* 15403 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3190 | | /* 15406 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15442 |
3191 | | /* 15411 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3192 | | /* 15414 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15428 |
3193 | | /* 15419 */ MCD_OPC_CheckPredicate, 16, 194, 234, 1, // Skip to: 141058 |
3194 | | /* 15424 */ MCD_OPC_Decode, 232, 44, 113, // Opcode: SMLSLL_VG2_M2ZZI_HtoD |
3195 | | /* 15428 */ MCD_OPC_FilterValue, 1, 185, 234, 1, // Skip to: 141058 |
3196 | | /* 15433 */ MCD_OPC_CheckPredicate, 16, 180, 234, 1, // Skip to: 141058 |
3197 | | /* 15438 */ MCD_OPC_Decode, 168, 42, 114, // Opcode: SDOT_VG2_M2ZZI_HtoD |
3198 | | /* 15442 */ MCD_OPC_FilterValue, 1, 171, 234, 1, // Skip to: 141058 |
3199 | | /* 15447 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3200 | | /* 15450 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15471 |
3201 | | /* 15455 */ MCD_OPC_CheckPredicate, 16, 158, 234, 1, // Skip to: 141058 |
3202 | | /* 15460 */ MCD_OPC_CheckField, 6, 1, 0, 151, 234, 1, // Skip to: 141058 |
3203 | | /* 15467 */ MCD_OPC_Decode, 238, 44, 115, // Opcode: SMLSLL_VG4_M4ZZI_HtoD |
3204 | | /* 15471 */ MCD_OPC_FilterValue, 1, 142, 234, 1, // Skip to: 141058 |
3205 | | /* 15476 */ MCD_OPC_CheckPredicate, 16, 137, 234, 1, // Skip to: 141058 |
3206 | | /* 15481 */ MCD_OPC_CheckField, 6, 1, 0, 130, 234, 1, // Skip to: 141058 |
3207 | | /* 15488 */ MCD_OPC_Decode, 177, 42, 116, // Opcode: SDOT_VG4_M4ZZI_HtoD |
3208 | | /* 15492 */ MCD_OPC_FilterValue, 1, 121, 234, 1, // Skip to: 141058 |
3209 | | /* 15497 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3210 | | /* 15500 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15521 |
3211 | | /* 15505 */ MCD_OPC_CheckPredicate, 5, 108, 234, 1, // Skip to: 141058 |
3212 | | /* 15510 */ MCD_OPC_CheckField, 22, 1, 1, 101, 234, 1, // Skip to: 141058 |
3213 | | /* 15517 */ MCD_OPC_Decode, 219, 28, 117, // Opcode: FVDOTB_VG4_M2ZZI_BtoS |
3214 | | /* 15521 */ MCD_OPC_FilterValue, 1, 92, 234, 1, // Skip to: 141058 |
3215 | | /* 15526 */ MCD_OPC_CheckPredicate, 16, 87, 234, 1, // Skip to: 141058 |
3216 | | /* 15531 */ MCD_OPC_CheckField, 22, 1, 1, 80, 234, 1, // Skip to: 141058 |
3217 | | /* 15538 */ MCD_OPC_CheckField, 6, 1, 0, 73, 234, 1, // Skip to: 141058 |
3218 | | /* 15545 */ MCD_OPC_CheckField, 3, 1, 1, 66, 234, 1, // Skip to: 141058 |
3219 | | /* 15552 */ MCD_OPC_Decode, 249, 54, 116, // Opcode: SVDOT_VG4_M4ZZI_HtoD |
3220 | | /* 15556 */ MCD_OPC_FilterValue, 1, 57, 234, 1, // Skip to: 141058 |
3221 | | /* 15561 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3222 | | /* 15564 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 15592 |
3223 | | /* 15569 */ MCD_OPC_CheckPredicate, 5, 44, 234, 1, // Skip to: 141058 |
3224 | | /* 15574 */ MCD_OPC_CheckField, 15, 1, 0, 37, 234, 1, // Skip to: 141058 |
3225 | | /* 15581 */ MCD_OPC_CheckField, 3, 1, 0, 30, 234, 1, // Skip to: 141058 |
3226 | | /* 15588 */ MCD_OPC_Decode, 133, 25, 82, // Opcode: FMLALL_VG2_M2ZZI_BtoS |
3227 | | /* 15592 */ MCD_OPC_FilterValue, 1, 21, 234, 1, // Skip to: 141058 |
3228 | | /* 15597 */ MCD_OPC_CheckPredicate, 6, 16, 234, 1, // Skip to: 141058 |
3229 | | /* 15602 */ MCD_OPC_CheckField, 15, 1, 0, 9, 234, 1, // Skip to: 141058 |
3230 | | /* 15609 */ MCD_OPC_Decode, 128, 23, 84, // Opcode: FDOT_VG2_M2ZZI_BtoH |
3231 | | /* 15613 */ MCD_OPC_FilterValue, 1, 0, 234, 1, // Skip to: 141058 |
3232 | | /* 15618 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
3233 | | /* 15621 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 15701 |
3234 | | /* 15626 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3235 | | /* 15629 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15665 |
3236 | | /* 15634 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3237 | | /* 15637 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15651 |
3238 | | /* 15642 */ MCD_OPC_CheckPredicate, 4, 227, 233, 1, // Skip to: 141058 |
3239 | | /* 15647 */ MCD_OPC_Decode, 145, 25, 118, // Opcode: FMLAL_MZZI_HtoS |
3240 | | /* 15651 */ MCD_OPC_FilterValue, 1, 218, 233, 1, // Skip to: 141058 |
3241 | | /* 15656 */ MCD_OPC_CheckPredicate, 4, 213, 233, 1, // Skip to: 141058 |
3242 | | /* 15661 */ MCD_OPC_Decode, 202, 44, 118, // Opcode: SMLAL_MZZI_HtoS |
3243 | | /* 15665 */ MCD_OPC_FilterValue, 1, 204, 233, 1, // Skip to: 141058 |
3244 | | /* 15670 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3245 | | /* 15673 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15687 |
3246 | | /* 15678 */ MCD_OPC_CheckPredicate, 4, 191, 233, 1, // Skip to: 141058 |
3247 | | /* 15683 */ MCD_OPC_Decode, 209, 25, 118, // Opcode: FMLSL_MZZI_HtoS |
3248 | | /* 15687 */ MCD_OPC_FilterValue, 1, 182, 233, 1, // Skip to: 141058 |
3249 | | /* 15692 */ MCD_OPC_CheckPredicate, 4, 177, 233, 1, // Skip to: 141058 |
3250 | | /* 15697 */ MCD_OPC_Decode, 246, 44, 118, // Opcode: SMLSL_MZZI_HtoS |
3251 | | /* 15701 */ MCD_OPC_FilterValue, 1, 168, 233, 1, // Skip to: 141058 |
3252 | | /* 15706 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
3253 | | /* 15709 */ MCD_OPC_FilterValue, 0, 191, 0, 0, // Skip to: 15905 |
3254 | | /* 15714 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3255 | | /* 15717 */ MCD_OPC_FilterValue, 0, 89, 0, 0, // Skip to: 15811 |
3256 | | /* 15722 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3257 | | /* 15725 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15761 |
3258 | | /* 15730 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3259 | | /* 15733 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15747 |
3260 | | /* 15738 */ MCD_OPC_CheckPredicate, 4, 131, 233, 1, // Skip to: 141058 |
3261 | | /* 15743 */ MCD_OPC_Decode, 150, 25, 119, // Opcode: FMLAL_VG2_M2ZZI_HtoS |
3262 | | /* 15747 */ MCD_OPC_FilterValue, 1, 122, 233, 1, // Skip to: 141058 |
3263 | | /* 15752 */ MCD_OPC_CheckPredicate, 4, 117, 233, 1, // Skip to: 141058 |
3264 | | /* 15757 */ MCD_OPC_Decode, 205, 44, 119, // Opcode: SMLAL_VG2_M2ZZI_S |
3265 | | /* 15761 */ MCD_OPC_FilterValue, 1, 108, 233, 1, // Skip to: 141058 |
3266 | | /* 15766 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3267 | | /* 15769 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15790 |
3268 | | /* 15774 */ MCD_OPC_CheckPredicate, 4, 95, 233, 1, // Skip to: 141058 |
3269 | | /* 15779 */ MCD_OPC_CheckField, 6, 1, 0, 88, 233, 1, // Skip to: 141058 |
3270 | | /* 15786 */ MCD_OPC_Decode, 157, 25, 120, // Opcode: FMLAL_VG4_M4ZZI_HtoS |
3271 | | /* 15790 */ MCD_OPC_FilterValue, 1, 79, 233, 1, // Skip to: 141058 |
3272 | | /* 15795 */ MCD_OPC_CheckPredicate, 4, 74, 233, 1, // Skip to: 141058 |
3273 | | /* 15800 */ MCD_OPC_CheckField, 6, 1, 0, 67, 233, 1, // Skip to: 141058 |
3274 | | /* 15807 */ MCD_OPC_Decode, 208, 44, 120, // Opcode: SMLAL_VG4_M4ZZI_HtoS |
3275 | | /* 15811 */ MCD_OPC_FilterValue, 1, 58, 233, 1, // Skip to: 141058 |
3276 | | /* 15816 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3277 | | /* 15819 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 15855 |
3278 | | /* 15824 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3279 | | /* 15827 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 15841 |
3280 | | /* 15832 */ MCD_OPC_CheckPredicate, 4, 37, 233, 1, // Skip to: 141058 |
3281 | | /* 15837 */ MCD_OPC_Decode, 212, 25, 119, // Opcode: FMLSL_VG2_M2ZZI_HtoS |
3282 | | /* 15841 */ MCD_OPC_FilterValue, 1, 28, 233, 1, // Skip to: 141058 |
3283 | | /* 15846 */ MCD_OPC_CheckPredicate, 4, 23, 233, 1, // Skip to: 141058 |
3284 | | /* 15851 */ MCD_OPC_Decode, 249, 44, 119, // Opcode: SMLSL_VG2_M2ZZI_S |
3285 | | /* 15855 */ MCD_OPC_FilterValue, 1, 14, 233, 1, // Skip to: 141058 |
3286 | | /* 15860 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3287 | | /* 15863 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15884 |
3288 | | /* 15868 */ MCD_OPC_CheckPredicate, 4, 1, 233, 1, // Skip to: 141058 |
3289 | | /* 15873 */ MCD_OPC_CheckField, 6, 1, 0, 250, 232, 1, // Skip to: 141058 |
3290 | | /* 15880 */ MCD_OPC_Decode, 215, 25, 120, // Opcode: FMLSL_VG4_M4ZZI_HtoS |
3291 | | /* 15884 */ MCD_OPC_FilterValue, 1, 241, 232, 1, // Skip to: 141058 |
3292 | | /* 15889 */ MCD_OPC_CheckPredicate, 4, 236, 232, 1, // Skip to: 141058 |
3293 | | /* 15894 */ MCD_OPC_CheckField, 6, 1, 0, 229, 232, 1, // Skip to: 141058 |
3294 | | /* 15901 */ MCD_OPC_Decode, 252, 44, 120, // Opcode: SMLSL_VG4_M4ZZI_HtoS |
3295 | | /* 15905 */ MCD_OPC_FilterValue, 1, 220, 232, 1, // Skip to: 141058 |
3296 | | /* 15910 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3297 | | /* 15913 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 15934 |
3298 | | /* 15918 */ MCD_OPC_CheckPredicate, 6, 207, 232, 1, // Skip to: 141058 |
3299 | | /* 15923 */ MCD_OPC_CheckField, 22, 1, 1, 200, 232, 1, // Skip to: 141058 |
3300 | | /* 15930 */ MCD_OPC_Decode, 221, 28, 84, // Opcode: FVDOT_VG2_M2ZZI_BtoH |
3301 | | /* 15934 */ MCD_OPC_FilterValue, 1, 191, 232, 1, // Skip to: 141058 |
3302 | | /* 15939 */ MCD_OPC_CheckPredicate, 6, 186, 232, 1, // Skip to: 141058 |
3303 | | /* 15944 */ MCD_OPC_CheckField, 22, 1, 0, 179, 232, 1, // Skip to: 141058 |
3304 | | /* 15951 */ MCD_OPC_CheckField, 6, 1, 0, 172, 232, 1, // Skip to: 141058 |
3305 | | /* 15958 */ MCD_OPC_Decode, 156, 25, 121, // Opcode: FMLAL_VG4_M4ZZI_BtoH |
3306 | | /* 15962 */ MCD_OPC_FilterValue, 1, 163, 232, 1, // Skip to: 141058 |
3307 | | /* 15967 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
3308 | | /* 15970 */ MCD_OPC_FilterValue, 0, 100, 1, 0, // Skip to: 16331 |
3309 | | /* 15975 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
3310 | | /* 15978 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 16028 |
3311 | | /* 15983 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
3312 | | /* 15986 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16007 |
3313 | | /* 15991 */ MCD_OPC_CheckPredicate, 16, 134, 232, 1, // Skip to: 141058 |
3314 | | /* 15996 */ MCD_OPC_CheckField, 22, 1, 0, 127, 232, 1, // Skip to: 141058 |
3315 | | /* 16003 */ MCD_OPC_Decode, 169, 58, 111, // Opcode: UMLALL_MZZI_HtoD |
3316 | | /* 16007 */ MCD_OPC_FilterValue, 2, 118, 232, 1, // Skip to: 141058 |
3317 | | /* 16012 */ MCD_OPC_CheckPredicate, 16, 113, 232, 1, // Skip to: 141058 |
3318 | | /* 16017 */ MCD_OPC_CheckField, 22, 1, 0, 106, 232, 1, // Skip to: 141058 |
3319 | | /* 16024 */ MCD_OPC_Decode, 213, 58, 111, // Opcode: UMLSLL_MZZI_HtoD |
3320 | | /* 16028 */ MCD_OPC_FilterValue, 1, 97, 232, 1, // Skip to: 141058 |
3321 | | /* 16033 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
3322 | | /* 16036 */ MCD_OPC_FilterValue, 0, 219, 0, 0, // Skip to: 16260 |
3323 | | /* 16041 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3324 | | /* 16044 */ MCD_OPC_FilterValue, 0, 103, 0, 0, // Skip to: 16152 |
3325 | | /* 16049 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3326 | | /* 16052 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 16102 |
3327 | | /* 16057 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3328 | | /* 16060 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16081 |
3329 | | /* 16065 */ MCD_OPC_CheckPredicate, 16, 60, 232, 1, // Skip to: 141058 |
3330 | | /* 16070 */ MCD_OPC_CheckField, 5, 1, 0, 53, 232, 1, // Skip to: 141058 |
3331 | | /* 16077 */ MCD_OPC_Decode, 175, 58, 113, // Opcode: UMLALL_VG2_M2ZZI_HtoD |
3332 | | /* 16081 */ MCD_OPC_FilterValue, 1, 44, 232, 1, // Skip to: 141058 |
3333 | | /* 16086 */ MCD_OPC_CheckPredicate, 17, 39, 232, 1, // Skip to: 141058 |
3334 | | /* 16091 */ MCD_OPC_CheckField, 5, 1, 0, 32, 232, 1, // Skip to: 141058 |
3335 | | /* 16098 */ MCD_OPC_Decode, 224, 25, 114, // Opcode: FMLS_VG2_M2ZZI_D |
3336 | | /* 16102 */ MCD_OPC_FilterValue, 1, 23, 232, 1, // Skip to: 141058 |
3337 | | /* 16107 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3338 | | /* 16110 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16131 |
3339 | | /* 16115 */ MCD_OPC_CheckPredicate, 16, 10, 232, 1, // Skip to: 141058 |
3340 | | /* 16120 */ MCD_OPC_CheckField, 5, 2, 0, 3, 232, 1, // Skip to: 141058 |
3341 | | /* 16127 */ MCD_OPC_Decode, 181, 58, 115, // Opcode: UMLALL_VG4_M4ZZI_HtoD |
3342 | | /* 16131 */ MCD_OPC_FilterValue, 1, 250, 231, 1, // Skip to: 141058 |
3343 | | /* 16136 */ MCD_OPC_CheckPredicate, 17, 245, 231, 1, // Skip to: 141058 |
3344 | | /* 16141 */ MCD_OPC_CheckField, 5, 2, 0, 238, 231, 1, // Skip to: 141058 |
3345 | | /* 16148 */ MCD_OPC_Decode, 233, 25, 116, // Opcode: FMLS_VG4_M4ZZI_D |
3346 | | /* 16152 */ MCD_OPC_FilterValue, 1, 229, 231, 1, // Skip to: 141058 |
3347 | | /* 16157 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3348 | | /* 16160 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 16210 |
3349 | | /* 16165 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3350 | | /* 16168 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16189 |
3351 | | /* 16173 */ MCD_OPC_CheckPredicate, 16, 208, 231, 1, // Skip to: 141058 |
3352 | | /* 16178 */ MCD_OPC_CheckField, 5, 1, 0, 201, 231, 1, // Skip to: 141058 |
3353 | | /* 16185 */ MCD_OPC_Decode, 219, 58, 113, // Opcode: UMLSLL_VG2_M2ZZI_HtoD |
3354 | | /* 16189 */ MCD_OPC_FilterValue, 1, 192, 231, 1, // Skip to: 141058 |
3355 | | /* 16194 */ MCD_OPC_CheckPredicate, 16, 187, 231, 1, // Skip to: 141058 |
3356 | | /* 16199 */ MCD_OPC_CheckField, 5, 1, 0, 180, 231, 1, // Skip to: 141058 |
3357 | | /* 16206 */ MCD_OPC_Decode, 129, 57, 114, // Opcode: UDOT_VG2_M2ZZI_HtoD |
3358 | | /* 16210 */ MCD_OPC_FilterValue, 1, 171, 231, 1, // Skip to: 141058 |
3359 | | /* 16215 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3360 | | /* 16218 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16239 |
3361 | | /* 16223 */ MCD_OPC_CheckPredicate, 16, 158, 231, 1, // Skip to: 141058 |
3362 | | /* 16228 */ MCD_OPC_CheckField, 5, 2, 0, 151, 231, 1, // Skip to: 141058 |
3363 | | /* 16235 */ MCD_OPC_Decode, 225, 58, 115, // Opcode: UMLSLL_VG4_M4ZZI_HtoD |
3364 | | /* 16239 */ MCD_OPC_FilterValue, 1, 142, 231, 1, // Skip to: 141058 |
3365 | | /* 16244 */ MCD_OPC_CheckPredicate, 16, 137, 231, 1, // Skip to: 141058 |
3366 | | /* 16249 */ MCD_OPC_CheckField, 5, 2, 0, 130, 231, 1, // Skip to: 141058 |
3367 | | /* 16256 */ MCD_OPC_Decode, 138, 57, 116, // Opcode: UDOT_VG4_M4ZZI_HtoD |
3368 | | /* 16260 */ MCD_OPC_FilterValue, 1, 121, 231, 1, // Skip to: 141058 |
3369 | | /* 16265 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3370 | | /* 16268 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 16296 |
3371 | | /* 16273 */ MCD_OPC_CheckPredicate, 5, 108, 231, 1, // Skip to: 141058 |
3372 | | /* 16278 */ MCD_OPC_CheckField, 22, 1, 1, 101, 231, 1, // Skip to: 141058 |
3373 | | /* 16285 */ MCD_OPC_CheckField, 5, 1, 0, 94, 231, 1, // Skip to: 141058 |
3374 | | /* 16292 */ MCD_OPC_Decode, 220, 28, 117, // Opcode: FVDOTT_VG4_M2ZZI_BtoS |
3375 | | /* 16296 */ MCD_OPC_FilterValue, 1, 85, 231, 1, // Skip to: 141058 |
3376 | | /* 16301 */ MCD_OPC_CheckPredicate, 16, 80, 231, 1, // Skip to: 141058 |
3377 | | /* 16306 */ MCD_OPC_CheckField, 22, 1, 1, 73, 231, 1, // Skip to: 141058 |
3378 | | /* 16313 */ MCD_OPC_CheckField, 5, 2, 0, 66, 231, 1, // Skip to: 141058 |
3379 | | /* 16320 */ MCD_OPC_CheckField, 3, 1, 1, 59, 231, 1, // Skip to: 141058 |
3380 | | /* 16327 */ MCD_OPC_Decode, 181, 62, 116, // Opcode: UVDOT_VG4_M4ZZI_HtoD |
3381 | | /* 16331 */ MCD_OPC_FilterValue, 1, 50, 231, 1, // Skip to: 141058 |
3382 | | /* 16336 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
3383 | | /* 16339 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 16419 |
3384 | | /* 16344 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3385 | | /* 16347 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 16383 |
3386 | | /* 16352 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3387 | | /* 16355 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 16369 |
3388 | | /* 16360 */ MCD_OPC_CheckPredicate, 4, 21, 231, 1, // Skip to: 141058 |
3389 | | /* 16365 */ MCD_OPC_Decode, 216, 13, 118, // Opcode: BFMLAL_MZZI_HtoS |
3390 | | /* 16369 */ MCD_OPC_FilterValue, 1, 12, 231, 1, // Skip to: 141058 |
3391 | | /* 16374 */ MCD_OPC_CheckPredicate, 4, 7, 231, 1, // Skip to: 141058 |
3392 | | /* 16379 */ MCD_OPC_Decode, 189, 58, 118, // Opcode: UMLAL_MZZI_HtoS |
3393 | | /* 16383 */ MCD_OPC_FilterValue, 1, 254, 230, 1, // Skip to: 141058 |
3394 | | /* 16388 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3395 | | /* 16391 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 16405 |
3396 | | /* 16396 */ MCD_OPC_CheckPredicate, 4, 241, 230, 1, // Skip to: 141058 |
3397 | | /* 16401 */ MCD_OPC_Decode, 236, 13, 118, // Opcode: BFMLSL_MZZI_HtoS |
3398 | | /* 16405 */ MCD_OPC_FilterValue, 1, 232, 230, 1, // Skip to: 141058 |
3399 | | /* 16410 */ MCD_OPC_CheckPredicate, 4, 227, 230, 1, // Skip to: 141058 |
3400 | | /* 16415 */ MCD_OPC_Decode, 233, 58, 118, // Opcode: UMLSL_MZZI_HtoS |
3401 | | /* 16419 */ MCD_OPC_FilterValue, 1, 218, 230, 1, // Skip to: 141058 |
3402 | | /* 16424 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
3403 | | /* 16427 */ MCD_OPC_FilterValue, 0, 191, 0, 0, // Skip to: 16623 |
3404 | | /* 16432 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3405 | | /* 16435 */ MCD_OPC_FilterValue, 0, 89, 0, 0, // Skip to: 16529 |
3406 | | /* 16440 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3407 | | /* 16443 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 16479 |
3408 | | /* 16448 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3409 | | /* 16451 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 16465 |
3410 | | /* 16456 */ MCD_OPC_CheckPredicate, 4, 181, 230, 1, // Skip to: 141058 |
3411 | | /* 16461 */ MCD_OPC_Decode, 219, 13, 119, // Opcode: BFMLAL_VG2_M2ZZI_HtoS |
3412 | | /* 16465 */ MCD_OPC_FilterValue, 1, 172, 230, 1, // Skip to: 141058 |
3413 | | /* 16470 */ MCD_OPC_CheckPredicate, 4, 167, 230, 1, // Skip to: 141058 |
3414 | | /* 16475 */ MCD_OPC_Decode, 192, 58, 119, // Opcode: UMLAL_VG2_M2ZZI_S |
3415 | | /* 16479 */ MCD_OPC_FilterValue, 1, 158, 230, 1, // Skip to: 141058 |
3416 | | /* 16484 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3417 | | /* 16487 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16508 |
3418 | | /* 16492 */ MCD_OPC_CheckPredicate, 4, 145, 230, 1, // Skip to: 141058 |
3419 | | /* 16497 */ MCD_OPC_CheckField, 6, 1, 0, 138, 230, 1, // Skip to: 141058 |
3420 | | /* 16504 */ MCD_OPC_Decode, 222, 13, 120, // Opcode: BFMLAL_VG4_M4ZZI_HtoS |
3421 | | /* 16508 */ MCD_OPC_FilterValue, 1, 129, 230, 1, // Skip to: 141058 |
3422 | | /* 16513 */ MCD_OPC_CheckPredicate, 4, 124, 230, 1, // Skip to: 141058 |
3423 | | /* 16518 */ MCD_OPC_CheckField, 6, 1, 0, 117, 230, 1, // Skip to: 141058 |
3424 | | /* 16525 */ MCD_OPC_Decode, 195, 58, 120, // Opcode: UMLAL_VG4_M4ZZI_HtoS |
3425 | | /* 16529 */ MCD_OPC_FilterValue, 1, 108, 230, 1, // Skip to: 141058 |
3426 | | /* 16534 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3427 | | /* 16537 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 16573 |
3428 | | /* 16542 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3429 | | /* 16545 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 16559 |
3430 | | /* 16550 */ MCD_OPC_CheckPredicate, 4, 87, 230, 1, // Skip to: 141058 |
3431 | | /* 16555 */ MCD_OPC_Decode, 239, 13, 119, // Opcode: BFMLSL_VG2_M2ZZI_HtoS |
3432 | | /* 16559 */ MCD_OPC_FilterValue, 1, 78, 230, 1, // Skip to: 141058 |
3433 | | /* 16564 */ MCD_OPC_CheckPredicate, 4, 73, 230, 1, // Skip to: 141058 |
3434 | | /* 16569 */ MCD_OPC_Decode, 236, 58, 119, // Opcode: UMLSL_VG2_M2ZZI_S |
3435 | | /* 16573 */ MCD_OPC_FilterValue, 1, 64, 230, 1, // Skip to: 141058 |
3436 | | /* 16578 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3437 | | /* 16581 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16602 |
3438 | | /* 16586 */ MCD_OPC_CheckPredicate, 4, 51, 230, 1, // Skip to: 141058 |
3439 | | /* 16591 */ MCD_OPC_CheckField, 6, 1, 0, 44, 230, 1, // Skip to: 141058 |
3440 | | /* 16598 */ MCD_OPC_Decode, 242, 13, 120, // Opcode: BFMLSL_VG4_M4ZZI_HtoS |
3441 | | /* 16602 */ MCD_OPC_FilterValue, 1, 35, 230, 1, // Skip to: 141058 |
3442 | | /* 16607 */ MCD_OPC_CheckPredicate, 4, 30, 230, 1, // Skip to: 141058 |
3443 | | /* 16612 */ MCD_OPC_CheckField, 6, 1, 0, 23, 230, 1, // Skip to: 141058 |
3444 | | /* 16619 */ MCD_OPC_Decode, 239, 58, 120, // Opcode: UMLSL_VG4_M4ZZI_HtoS |
3445 | | /* 16623 */ MCD_OPC_FilterValue, 1, 14, 230, 1, // Skip to: 141058 |
3446 | | /* 16628 */ MCD_OPC_CheckPredicate, 6, 9, 230, 1, // Skip to: 141058 |
3447 | | /* 16633 */ MCD_OPC_CheckField, 22, 1, 0, 2, 230, 1, // Skip to: 141058 |
3448 | | /* 16640 */ MCD_OPC_CheckField, 15, 1, 0, 251, 229, 1, // Skip to: 141058 |
3449 | | /* 16647 */ MCD_OPC_Decode, 149, 25, 122, // Opcode: FMLAL_VG2_M2ZZI_BtoH |
3450 | | /* 16651 */ MCD_OPC_FilterValue, 1, 242, 229, 1, // Skip to: 141058 |
3451 | | /* 16656 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
3452 | | /* 16659 */ MCD_OPC_FilterValue, 0, 136, 12, 0, // Skip to: 19872 |
3453 | | /* 16664 */ MCD_OPC_ExtractField, 3, 3, // Inst{5-3} ... |
3454 | | /* 16667 */ MCD_OPC_FilterValue, 0, 16, 3, 0, // Skip to: 17456 |
3455 | | /* 16672 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
3456 | | /* 16675 */ MCD_OPC_FilterValue, 0, 175, 0, 0, // Skip to: 16855 |
3457 | | /* 16680 */ MCD_OPC_ExtractField, 1, 2, // Inst{2-1} ... |
3458 | | /* 16683 */ MCD_OPC_FilterValue, 0, 103, 0, 0, // Skip to: 16791 |
3459 | | /* 16688 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3460 | | /* 16691 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 16727 |
3461 | | /* 16696 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3462 | | /* 16699 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 16713 |
3463 | | /* 16704 */ MCD_OPC_CheckPredicate, 4, 189, 229, 1, // Skip to: 141058 |
3464 | | /* 16709 */ MCD_OPC_Decode, 185, 44, 123, // Opcode: SMLALL_VG2_M2Z2Z_BtoS |
3465 | | /* 16713 */ MCD_OPC_FilterValue, 1, 180, 229, 1, // Skip to: 141058 |
3466 | | /* 16718 */ MCD_OPC_CheckPredicate, 16, 175, 229, 1, // Skip to: 141058 |
3467 | | /* 16723 */ MCD_OPC_Decode, 186, 44, 123, // Opcode: SMLALL_VG2_M2Z2Z_HtoD |
3468 | | /* 16727 */ MCD_OPC_FilterValue, 1, 166, 229, 1, // Skip to: 141058 |
3469 | | /* 16732 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3470 | | /* 16735 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 16763 |
3471 | | /* 16740 */ MCD_OPC_CheckPredicate, 4, 153, 229, 1, // Skip to: 141058 |
3472 | | /* 16745 */ MCD_OPC_CheckField, 17, 1, 0, 146, 229, 1, // Skip to: 141058 |
3473 | | /* 16752 */ MCD_OPC_CheckField, 6, 1, 0, 139, 229, 1, // Skip to: 141058 |
3474 | | /* 16759 */ MCD_OPC_Decode, 191, 44, 124, // Opcode: SMLALL_VG4_M4Z4Z_BtoS |
3475 | | /* 16763 */ MCD_OPC_FilterValue, 1, 130, 229, 1, // Skip to: 141058 |
3476 | | /* 16768 */ MCD_OPC_CheckPredicate, 16, 125, 229, 1, // Skip to: 141058 |
3477 | | /* 16773 */ MCD_OPC_CheckField, 17, 1, 0, 118, 229, 1, // Skip to: 141058 |
3478 | | /* 16780 */ MCD_OPC_CheckField, 6, 1, 0, 111, 229, 1, // Skip to: 141058 |
3479 | | /* 16787 */ MCD_OPC_Decode, 192, 44, 124, // Opcode: SMLALL_VG4_M4Z4Z_HtoD |
3480 | | /* 16791 */ MCD_OPC_FilterValue, 2, 102, 229, 1, // Skip to: 141058 |
3481 | | /* 16796 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3482 | | /* 16799 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16820 |
3483 | | /* 16804 */ MCD_OPC_CheckPredicate, 4, 89, 229, 1, // Skip to: 141058 |
3484 | | /* 16809 */ MCD_OPC_CheckField, 22, 1, 0, 82, 229, 1, // Skip to: 141058 |
3485 | | /* 16816 */ MCD_OPC_Decode, 231, 61, 123, // Opcode: USMLALL_VG2_M2Z2Z_BtoS |
3486 | | /* 16820 */ MCD_OPC_FilterValue, 1, 73, 229, 1, // Skip to: 141058 |
3487 | | /* 16825 */ MCD_OPC_CheckPredicate, 4, 68, 229, 1, // Skip to: 141058 |
3488 | | /* 16830 */ MCD_OPC_CheckField, 22, 1, 0, 61, 229, 1, // Skip to: 141058 |
3489 | | /* 16837 */ MCD_OPC_CheckField, 17, 1, 0, 54, 229, 1, // Skip to: 141058 |
3490 | | /* 16844 */ MCD_OPC_CheckField, 6, 1, 0, 47, 229, 1, // Skip to: 141058 |
3491 | | /* 16851 */ MCD_OPC_Decode, 234, 61, 124, // Opcode: USMLALL_VG4_M4Z4Z_BtoS |
3492 | | /* 16855 */ MCD_OPC_FilterValue, 2, 131, 0, 0, // Skip to: 16991 |
3493 | | /* 16860 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3494 | | /* 16863 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 16913 |
3495 | | /* 16868 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3496 | | /* 16871 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 16892 |
3497 | | /* 16876 */ MCD_OPC_CheckPredicate, 4, 17, 229, 1, // Skip to: 141058 |
3498 | | /* 16881 */ MCD_OPC_CheckField, 2, 1, 0, 10, 229, 1, // Skip to: 141058 |
3499 | | /* 16888 */ MCD_OPC_Decode, 148, 25, 125, // Opcode: FMLAL_VG2_M2Z2Z_HtoS |
3500 | | /* 16892 */ MCD_OPC_FilterValue, 1, 1, 229, 1, // Skip to: 141058 |
3501 | | /* 16897 */ MCD_OPC_CheckPredicate, 4, 252, 228, 1, // Skip to: 141058 |
3502 | | /* 16902 */ MCD_OPC_CheckField, 2, 1, 0, 245, 228, 1, // Skip to: 141058 |
3503 | | /* 16909 */ MCD_OPC_Decode, 204, 44, 125, // Opcode: SMLAL_VG2_M2Z2Z_HtoS |
3504 | | /* 16913 */ MCD_OPC_FilterValue, 1, 236, 228, 1, // Skip to: 141058 |
3505 | | /* 16918 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3506 | | /* 16921 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 16956 |
3507 | | /* 16926 */ MCD_OPC_CheckPredicate, 4, 223, 228, 1, // Skip to: 141058 |
3508 | | /* 16931 */ MCD_OPC_CheckField, 17, 1, 0, 216, 228, 1, // Skip to: 141058 |
3509 | | /* 16938 */ MCD_OPC_CheckField, 6, 1, 0, 209, 228, 1, // Skip to: 141058 |
3510 | | /* 16945 */ MCD_OPC_CheckField, 2, 1, 0, 202, 228, 1, // Skip to: 141058 |
3511 | | /* 16952 */ MCD_OPC_Decode, 155, 25, 126, // Opcode: FMLAL_VG4_M4Z4Z_HtoS |
3512 | | /* 16956 */ MCD_OPC_FilterValue, 1, 193, 228, 1, // Skip to: 141058 |
3513 | | /* 16961 */ MCD_OPC_CheckPredicate, 4, 188, 228, 1, // Skip to: 141058 |
3514 | | /* 16966 */ MCD_OPC_CheckField, 17, 1, 0, 181, 228, 1, // Skip to: 141058 |
3515 | | /* 16973 */ MCD_OPC_CheckField, 6, 1, 0, 174, 228, 1, // Skip to: 141058 |
3516 | | /* 16980 */ MCD_OPC_CheckField, 2, 1, 0, 167, 228, 1, // Skip to: 141058 |
3517 | | /* 16987 */ MCD_OPC_Decode, 207, 44, 126, // Opcode: SMLAL_VG4_M4Z4Z_HtoS |
3518 | | /* 16991 */ MCD_OPC_FilterValue, 4, 60, 0, 0, // Skip to: 17056 |
3519 | | /* 16996 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3520 | | /* 16999 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 17020 |
3521 | | /* 17004 */ MCD_OPC_CheckPredicate, 4, 145, 228, 1, // Skip to: 141058 |
3522 | | /* 17009 */ MCD_OPC_CheckField, 22, 1, 0, 138, 228, 1, // Skip to: 141058 |
3523 | | /* 17016 */ MCD_OPC_Decode, 255, 22, 127, // Opcode: FDOT_VG2_M2Z2Z_HtoS |
3524 | | /* 17020 */ MCD_OPC_FilterValue, 1, 129, 228, 1, // Skip to: 141058 |
3525 | | /* 17025 */ MCD_OPC_CheckPredicate, 4, 124, 228, 1, // Skip to: 141058 |
3526 | | /* 17030 */ MCD_OPC_CheckField, 22, 1, 0, 117, 228, 1, // Skip to: 141058 |
3527 | | /* 17037 */ MCD_OPC_CheckField, 17, 1, 0, 110, 228, 1, // Skip to: 141058 |
3528 | | /* 17044 */ MCD_OPC_CheckField, 6, 1, 0, 103, 228, 1, // Skip to: 141058 |
3529 | | /* 17051 */ MCD_OPC_Decode, 136, 23, 128, 1, // Opcode: FDOT_VG4_M4Z4Z_HtoS |
3530 | | /* 17056 */ MCD_OPC_FilterValue, 5, 105, 0, 0, // Skip to: 17166 |
3531 | | /* 17061 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3532 | | /* 17064 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17100 |
3533 | | /* 17069 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3534 | | /* 17072 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17086 |
3535 | | /* 17077 */ MCD_OPC_CheckPredicate, 4, 72, 228, 1, // Skip to: 141058 |
3536 | | /* 17082 */ MCD_OPC_Decode, 163, 42, 127, // Opcode: SDOT_VG2_M2Z2Z_BtoS |
3537 | | /* 17086 */ MCD_OPC_FilterValue, 1, 63, 228, 1, // Skip to: 141058 |
3538 | | /* 17091 */ MCD_OPC_CheckPredicate, 16, 58, 228, 1, // Skip to: 141058 |
3539 | | /* 17096 */ MCD_OPC_Decode, 164, 42, 127, // Opcode: SDOT_VG2_M2Z2Z_HtoD |
3540 | | /* 17100 */ MCD_OPC_FilterValue, 1, 49, 228, 1, // Skip to: 141058 |
3541 | | /* 17105 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3542 | | /* 17108 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17137 |
3543 | | /* 17113 */ MCD_OPC_CheckPredicate, 4, 36, 228, 1, // Skip to: 141058 |
3544 | | /* 17118 */ MCD_OPC_CheckField, 17, 1, 0, 29, 228, 1, // Skip to: 141058 |
3545 | | /* 17125 */ MCD_OPC_CheckField, 6, 1, 0, 22, 228, 1, // Skip to: 141058 |
3546 | | /* 17132 */ MCD_OPC_Decode, 172, 42, 128, 1, // Opcode: SDOT_VG4_M4Z4Z_BtoS |
3547 | | /* 17137 */ MCD_OPC_FilterValue, 1, 12, 228, 1, // Skip to: 141058 |
3548 | | /* 17142 */ MCD_OPC_CheckPredicate, 16, 7, 228, 1, // Skip to: 141058 |
3549 | | /* 17147 */ MCD_OPC_CheckField, 17, 1, 0, 0, 228, 1, // Skip to: 141058 |
3550 | | /* 17154 */ MCD_OPC_CheckField, 6, 1, 0, 249, 227, 1, // Skip to: 141058 |
3551 | | /* 17161 */ MCD_OPC_Decode, 173, 42, 128, 1, // Opcode: SDOT_VG4_M4Z4Z_HtoD |
3552 | | /* 17166 */ MCD_OPC_FilterValue, 6, 105, 0, 0, // Skip to: 17276 |
3553 | | /* 17171 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3554 | | /* 17174 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17210 |
3555 | | /* 17179 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3556 | | /* 17182 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17196 |
3557 | | /* 17187 */ MCD_OPC_CheckPredicate, 4, 218, 227, 1, // Skip to: 141058 |
3558 | | /* 17192 */ MCD_OPC_Decode, 165, 25, 127, // Opcode: FMLA_VG2_M2Z2Z_S |
3559 | | /* 17196 */ MCD_OPC_FilterValue, 1, 209, 227, 1, // Skip to: 141058 |
3560 | | /* 17201 */ MCD_OPC_CheckPredicate, 17, 204, 227, 1, // Skip to: 141058 |
3561 | | /* 17206 */ MCD_OPC_Decode, 164, 25, 127, // Opcode: FMLA_VG2_M2Z2Z_D |
3562 | | /* 17210 */ MCD_OPC_FilterValue, 1, 195, 227, 1, // Skip to: 141058 |
3563 | | /* 17215 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3564 | | /* 17218 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17247 |
3565 | | /* 17223 */ MCD_OPC_CheckPredicate, 4, 182, 227, 1, // Skip to: 141058 |
3566 | | /* 17228 */ MCD_OPC_CheckField, 17, 1, 0, 175, 227, 1, // Skip to: 141058 |
3567 | | /* 17235 */ MCD_OPC_CheckField, 6, 1, 0, 168, 227, 1, // Skip to: 141058 |
3568 | | /* 17242 */ MCD_OPC_Decode, 175, 25, 128, 1, // Opcode: FMLA_VG4_M4Z4Z_S |
3569 | | /* 17247 */ MCD_OPC_FilterValue, 1, 158, 227, 1, // Skip to: 141058 |
3570 | | /* 17252 */ MCD_OPC_CheckPredicate, 17, 153, 227, 1, // Skip to: 141058 |
3571 | | /* 17257 */ MCD_OPC_CheckField, 17, 1, 0, 146, 227, 1, // Skip to: 141058 |
3572 | | /* 17264 */ MCD_OPC_CheckField, 6, 1, 0, 139, 227, 1, // Skip to: 141058 |
3573 | | /* 17271 */ MCD_OPC_Decode, 173, 25, 128, 1, // Opcode: FMLA_VG4_M4Z4Z_D |
3574 | | /* 17276 */ MCD_OPC_FilterValue, 7, 129, 227, 1, // Skip to: 141058 |
3575 | | /* 17281 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
3576 | | /* 17284 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17320 |
3577 | | /* 17289 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3578 | | /* 17292 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17306 |
3579 | | /* 17297 */ MCD_OPC_CheckPredicate, 4, 108, 227, 1, // Skip to: 141058 |
3580 | | /* 17302 */ MCD_OPC_Decode, 197, 19, 24, // Opcode: FADD_VG2_M2Z_S |
3581 | | /* 17306 */ MCD_OPC_FilterValue, 1, 99, 227, 1, // Skip to: 141058 |
3582 | | /* 17311 */ MCD_OPC_CheckPredicate, 17, 94, 227, 1, // Skip to: 141058 |
3583 | | /* 17316 */ MCD_OPC_Decode, 195, 19, 24, // Opcode: FADD_VG2_M2Z_D |
3584 | | /* 17320 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 17370 |
3585 | | /* 17325 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3586 | | /* 17328 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 17349 |
3587 | | /* 17333 */ MCD_OPC_CheckPredicate, 4, 72, 227, 1, // Skip to: 141058 |
3588 | | /* 17338 */ MCD_OPC_CheckField, 6, 1, 0, 65, 227, 1, // Skip to: 141058 |
3589 | | /* 17345 */ MCD_OPC_Decode, 200, 19, 25, // Opcode: FADD_VG4_M4Z_S |
3590 | | /* 17349 */ MCD_OPC_FilterValue, 1, 56, 227, 1, // Skip to: 141058 |
3591 | | /* 17354 */ MCD_OPC_CheckPredicate, 17, 51, 227, 1, // Skip to: 141058 |
3592 | | /* 17359 */ MCD_OPC_CheckField, 6, 1, 0, 44, 227, 1, // Skip to: 141058 |
3593 | | /* 17366 */ MCD_OPC_Decode, 198, 19, 25, // Opcode: FADD_VG4_M4Z_D |
3594 | | /* 17370 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 17406 |
3595 | | /* 17375 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3596 | | /* 17378 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17392 |
3597 | | /* 17383 */ MCD_OPC_CheckPredicate, 8, 22, 227, 1, // Skip to: 141058 |
3598 | | /* 17388 */ MCD_OPC_Decode, 196, 19, 24, // Opcode: FADD_VG2_M2Z_H |
3599 | | /* 17392 */ MCD_OPC_FilterValue, 1, 13, 227, 1, // Skip to: 141058 |
3600 | | /* 17397 */ MCD_OPC_CheckPredicate, 9, 8, 227, 1, // Skip to: 141058 |
3601 | | /* 17402 */ MCD_OPC_Decode, 162, 13, 24, // Opcode: BFADD_VG2_M2Z_H |
3602 | | /* 17406 */ MCD_OPC_FilterValue, 5, 255, 226, 1, // Skip to: 141058 |
3603 | | /* 17411 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3604 | | /* 17414 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 17435 |
3605 | | /* 17419 */ MCD_OPC_CheckPredicate, 8, 242, 226, 1, // Skip to: 141058 |
3606 | | /* 17424 */ MCD_OPC_CheckField, 6, 1, 0, 235, 226, 1, // Skip to: 141058 |
3607 | | /* 17431 */ MCD_OPC_Decode, 199, 19, 25, // Opcode: FADD_VG4_M4Z_H |
3608 | | /* 17435 */ MCD_OPC_FilterValue, 1, 226, 226, 1, // Skip to: 141058 |
3609 | | /* 17440 */ MCD_OPC_CheckPredicate, 9, 221, 226, 1, // Skip to: 141058 |
3610 | | /* 17445 */ MCD_OPC_CheckField, 6, 1, 0, 214, 226, 1, // Skip to: 141058 |
3611 | | /* 17452 */ MCD_OPC_Decode, 163, 13, 25, // Opcode: BFADD_VG4_M4Z_H |
3612 | | /* 17456 */ MCD_OPC_FilterValue, 1, 17, 3, 0, // Skip to: 18246 |
3613 | | /* 17461 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
3614 | | /* 17464 */ MCD_OPC_FilterValue, 0, 131, 0, 0, // Skip to: 17600 |
3615 | | /* 17469 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3616 | | /* 17472 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 17522 |
3617 | | /* 17477 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3618 | | /* 17480 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 17501 |
3619 | | /* 17485 */ MCD_OPC_CheckPredicate, 4, 176, 226, 1, // Skip to: 141058 |
3620 | | /* 17490 */ MCD_OPC_CheckField, 1, 2, 0, 169, 226, 1, // Skip to: 141058 |
3621 | | /* 17497 */ MCD_OPC_Decode, 229, 44, 123, // Opcode: SMLSLL_VG2_M2Z2Z_BtoS |
3622 | | /* 17501 */ MCD_OPC_FilterValue, 1, 160, 226, 1, // Skip to: 141058 |
3623 | | /* 17506 */ MCD_OPC_CheckPredicate, 16, 155, 226, 1, // Skip to: 141058 |
3624 | | /* 17511 */ MCD_OPC_CheckField, 1, 2, 0, 148, 226, 1, // Skip to: 141058 |
3625 | | /* 17518 */ MCD_OPC_Decode, 230, 44, 123, // Opcode: SMLSLL_VG2_M2Z2Z_HtoD |
3626 | | /* 17522 */ MCD_OPC_FilterValue, 1, 139, 226, 1, // Skip to: 141058 |
3627 | | /* 17527 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3628 | | /* 17530 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 17565 |
3629 | | /* 17535 */ MCD_OPC_CheckPredicate, 4, 126, 226, 1, // Skip to: 141058 |
3630 | | /* 17540 */ MCD_OPC_CheckField, 17, 1, 0, 119, 226, 1, // Skip to: 141058 |
3631 | | /* 17547 */ MCD_OPC_CheckField, 6, 1, 0, 112, 226, 1, // Skip to: 141058 |
3632 | | /* 17554 */ MCD_OPC_CheckField, 1, 2, 0, 105, 226, 1, // Skip to: 141058 |
3633 | | /* 17561 */ MCD_OPC_Decode, 235, 44, 124, // Opcode: SMLSLL_VG4_M4Z4Z_BtoS |
3634 | | /* 17565 */ MCD_OPC_FilterValue, 1, 96, 226, 1, // Skip to: 141058 |
3635 | | /* 17570 */ MCD_OPC_CheckPredicate, 16, 91, 226, 1, // Skip to: 141058 |
3636 | | /* 17575 */ MCD_OPC_CheckField, 17, 1, 0, 84, 226, 1, // Skip to: 141058 |
3637 | | /* 17582 */ MCD_OPC_CheckField, 6, 1, 0, 77, 226, 1, // Skip to: 141058 |
3638 | | /* 17589 */ MCD_OPC_CheckField, 1, 2, 0, 70, 226, 1, // Skip to: 141058 |
3639 | | /* 17596 */ MCD_OPC_Decode, 236, 44, 124, // Opcode: SMLSLL_VG4_M4Z4Z_HtoD |
3640 | | /* 17600 */ MCD_OPC_FilterValue, 2, 131, 0, 0, // Skip to: 17736 |
3641 | | /* 17605 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3642 | | /* 17608 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 17658 |
3643 | | /* 17613 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3644 | | /* 17616 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 17637 |
3645 | | /* 17621 */ MCD_OPC_CheckPredicate, 4, 40, 226, 1, // Skip to: 141058 |
3646 | | /* 17626 */ MCD_OPC_CheckField, 2, 1, 0, 33, 226, 1, // Skip to: 141058 |
3647 | | /* 17633 */ MCD_OPC_Decode, 211, 25, 125, // Opcode: FMLSL_VG2_M2Z2Z_HtoS |
3648 | | /* 17637 */ MCD_OPC_FilterValue, 1, 24, 226, 1, // Skip to: 141058 |
3649 | | /* 17642 */ MCD_OPC_CheckPredicate, 4, 19, 226, 1, // Skip to: 141058 |
3650 | | /* 17647 */ MCD_OPC_CheckField, 2, 1, 0, 12, 226, 1, // Skip to: 141058 |
3651 | | /* 17654 */ MCD_OPC_Decode, 248, 44, 125, // Opcode: SMLSL_VG2_M2Z2Z_HtoS |
3652 | | /* 17658 */ MCD_OPC_FilterValue, 1, 3, 226, 1, // Skip to: 141058 |
3653 | | /* 17663 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3654 | | /* 17666 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 17701 |
3655 | | /* 17671 */ MCD_OPC_CheckPredicate, 4, 246, 225, 1, // Skip to: 141058 |
3656 | | /* 17676 */ MCD_OPC_CheckField, 17, 1, 0, 239, 225, 1, // Skip to: 141058 |
3657 | | /* 17683 */ MCD_OPC_CheckField, 6, 1, 0, 232, 225, 1, // Skip to: 141058 |
3658 | | /* 17690 */ MCD_OPC_CheckField, 2, 1, 0, 225, 225, 1, // Skip to: 141058 |
3659 | | /* 17697 */ MCD_OPC_Decode, 214, 25, 126, // Opcode: FMLSL_VG4_M4Z4Z_HtoS |
3660 | | /* 17701 */ MCD_OPC_FilterValue, 1, 216, 225, 1, // Skip to: 141058 |
3661 | | /* 17706 */ MCD_OPC_CheckPredicate, 4, 211, 225, 1, // Skip to: 141058 |
3662 | | /* 17711 */ MCD_OPC_CheckField, 17, 1, 0, 204, 225, 1, // Skip to: 141058 |
3663 | | /* 17718 */ MCD_OPC_CheckField, 6, 1, 0, 197, 225, 1, // Skip to: 141058 |
3664 | | /* 17725 */ MCD_OPC_CheckField, 2, 1, 0, 190, 225, 1, // Skip to: 141058 |
3665 | | /* 17732 */ MCD_OPC_Decode, 251, 44, 126, // Opcode: SMLSL_VG4_M4Z4Z_HtoS |
3666 | | /* 17736 */ MCD_OPC_FilterValue, 4, 105, 0, 0, // Skip to: 17846 |
3667 | | /* 17741 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3668 | | /* 17744 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17780 |
3669 | | /* 17749 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3670 | | /* 17752 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17766 |
3671 | | /* 17757 */ MCD_OPC_CheckPredicate, 8, 160, 225, 1, // Skip to: 141058 |
3672 | | /* 17762 */ MCD_OPC_Decode, 166, 25, 127, // Opcode: FMLA_VG2_M2Z4Z_H |
3673 | | /* 17766 */ MCD_OPC_FilterValue, 1, 151, 225, 1, // Skip to: 141058 |
3674 | | /* 17771 */ MCD_OPC_CheckPredicate, 9, 146, 225, 1, // Skip to: 141058 |
3675 | | /* 17776 */ MCD_OPC_Decode, 224, 13, 127, // Opcode: BFMLA_VG2_M2Z2Z |
3676 | | /* 17780 */ MCD_OPC_FilterValue, 1, 137, 225, 1, // Skip to: 141058 |
3677 | | /* 17785 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3678 | | /* 17788 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17817 |
3679 | | /* 17793 */ MCD_OPC_CheckPredicate, 8, 124, 225, 1, // Skip to: 141058 |
3680 | | /* 17798 */ MCD_OPC_CheckField, 17, 1, 0, 117, 225, 1, // Skip to: 141058 |
3681 | | /* 17805 */ MCD_OPC_CheckField, 6, 1, 0, 110, 225, 1, // Skip to: 141058 |
3682 | | /* 17812 */ MCD_OPC_Decode, 174, 25, 128, 1, // Opcode: FMLA_VG4_M4Z4Z_H |
3683 | | /* 17817 */ MCD_OPC_FilterValue, 1, 100, 225, 1, // Skip to: 141058 |
3684 | | /* 17822 */ MCD_OPC_CheckPredicate, 9, 95, 225, 1, // Skip to: 141058 |
3685 | | /* 17827 */ MCD_OPC_CheckField, 17, 1, 0, 88, 225, 1, // Skip to: 141058 |
3686 | | /* 17834 */ MCD_OPC_CheckField, 6, 1, 0, 81, 225, 1, // Skip to: 141058 |
3687 | | /* 17841 */ MCD_OPC_Decode, 227, 13, 128, 1, // Opcode: BFMLA_VG4_M4Z4Z |
3688 | | /* 17846 */ MCD_OPC_FilterValue, 5, 105, 0, 0, // Skip to: 17956 |
3689 | | /* 17851 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3690 | | /* 17854 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17890 |
3691 | | /* 17859 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3692 | | /* 17862 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17876 |
3693 | | /* 17867 */ MCD_OPC_CheckPredicate, 4, 50, 225, 1, // Skip to: 141058 |
3694 | | /* 17872 */ MCD_OPC_Decode, 189, 61, 127, // Opcode: USDOT_VG2_M2Z2Z_BToS |
3695 | | /* 17876 */ MCD_OPC_FilterValue, 1, 41, 225, 1, // Skip to: 141058 |
3696 | | /* 17881 */ MCD_OPC_CheckPredicate, 4, 36, 225, 1, // Skip to: 141058 |
3697 | | /* 17886 */ MCD_OPC_Decode, 165, 42, 127, // Opcode: SDOT_VG2_M2Z2Z_HtoS |
3698 | | /* 17890 */ MCD_OPC_FilterValue, 1, 27, 225, 1, // Skip to: 141058 |
3699 | | /* 17895 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3700 | | /* 17898 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17927 |
3701 | | /* 17903 */ MCD_OPC_CheckPredicate, 4, 14, 225, 1, // Skip to: 141058 |
3702 | | /* 17908 */ MCD_OPC_CheckField, 17, 1, 0, 7, 225, 1, // Skip to: 141058 |
3703 | | /* 17915 */ MCD_OPC_CheckField, 6, 1, 0, 0, 225, 1, // Skip to: 141058 |
3704 | | /* 17922 */ MCD_OPC_Decode, 192, 61, 128, 1, // Opcode: USDOT_VG4_M4Z4Z_BToS |
3705 | | /* 17927 */ MCD_OPC_FilterValue, 1, 246, 224, 1, // Skip to: 141058 |
3706 | | /* 17932 */ MCD_OPC_CheckPredicate, 4, 241, 224, 1, // Skip to: 141058 |
3707 | | /* 17937 */ MCD_OPC_CheckField, 17, 1, 0, 234, 224, 1, // Skip to: 141058 |
3708 | | /* 17944 */ MCD_OPC_CheckField, 6, 1, 0, 227, 224, 1, // Skip to: 141058 |
3709 | | /* 17951 */ MCD_OPC_Decode, 174, 42, 128, 1, // Opcode: SDOT_VG4_M4Z4Z_HtoS |
3710 | | /* 17956 */ MCD_OPC_FilterValue, 6, 105, 0, 0, // Skip to: 18066 |
3711 | | /* 17961 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3712 | | /* 17964 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18000 |
3713 | | /* 17969 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3714 | | /* 17972 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 17986 |
3715 | | /* 17977 */ MCD_OPC_CheckPredicate, 4, 196, 224, 1, // Skip to: 141058 |
3716 | | /* 17982 */ MCD_OPC_Decode, 223, 25, 127, // Opcode: FMLS_VG2_M2Z2Z_S |
3717 | | /* 17986 */ MCD_OPC_FilterValue, 1, 187, 224, 1, // Skip to: 141058 |
3718 | | /* 17991 */ MCD_OPC_CheckPredicate, 17, 182, 224, 1, // Skip to: 141058 |
3719 | | /* 17996 */ MCD_OPC_Decode, 221, 25, 127, // Opcode: FMLS_VG2_M2Z2Z_D |
3720 | | /* 18000 */ MCD_OPC_FilterValue, 1, 173, 224, 1, // Skip to: 141058 |
3721 | | /* 18005 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3722 | | /* 18008 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 18037 |
3723 | | /* 18013 */ MCD_OPC_CheckPredicate, 4, 160, 224, 1, // Skip to: 141058 |
3724 | | /* 18018 */ MCD_OPC_CheckField, 17, 1, 0, 153, 224, 1, // Skip to: 141058 |
3725 | | /* 18025 */ MCD_OPC_CheckField, 6, 1, 0, 146, 224, 1, // Skip to: 141058 |
3726 | | /* 18032 */ MCD_OPC_Decode, 232, 25, 128, 1, // Opcode: FMLS_VG4_M4Z4Z_S |
3727 | | /* 18037 */ MCD_OPC_FilterValue, 1, 136, 224, 1, // Skip to: 141058 |
3728 | | /* 18042 */ MCD_OPC_CheckPredicate, 17, 131, 224, 1, // Skip to: 141058 |
3729 | | /* 18047 */ MCD_OPC_CheckField, 17, 1, 0, 124, 224, 1, // Skip to: 141058 |
3730 | | /* 18054 */ MCD_OPC_CheckField, 6, 1, 0, 117, 224, 1, // Skip to: 141058 |
3731 | | /* 18061 */ MCD_OPC_Decode, 231, 25, 128, 1, // Opcode: FMLS_VG4_M4Z4Z_D |
3732 | | /* 18066 */ MCD_OPC_FilterValue, 7, 107, 224, 1, // Skip to: 141058 |
3733 | | /* 18071 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
3734 | | /* 18074 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18110 |
3735 | | /* 18079 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3736 | | /* 18082 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 18096 |
3737 | | /* 18087 */ MCD_OPC_CheckPredicate, 4, 86, 224, 1, // Skip to: 141058 |
3738 | | /* 18092 */ MCD_OPC_Decode, 192, 28, 24, // Opcode: FSUB_VG2_M2Z_S |
3739 | | /* 18096 */ MCD_OPC_FilterValue, 1, 77, 224, 1, // Skip to: 141058 |
3740 | | /* 18101 */ MCD_OPC_CheckPredicate, 17, 72, 224, 1, // Skip to: 141058 |
3741 | | /* 18106 */ MCD_OPC_Decode, 190, 28, 24, // Opcode: FSUB_VG2_M2Z_D |
3742 | | /* 18110 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 18160 |
3743 | | /* 18115 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3744 | | /* 18118 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18139 |
3745 | | /* 18123 */ MCD_OPC_CheckPredicate, 4, 50, 224, 1, // Skip to: 141058 |
3746 | | /* 18128 */ MCD_OPC_CheckField, 6, 1, 0, 43, 224, 1, // Skip to: 141058 |
3747 | | /* 18135 */ MCD_OPC_Decode, 195, 28, 25, // Opcode: FSUB_VG4_M4Z_S |
3748 | | /* 18139 */ MCD_OPC_FilterValue, 1, 34, 224, 1, // Skip to: 141058 |
3749 | | /* 18144 */ MCD_OPC_CheckPredicate, 17, 29, 224, 1, // Skip to: 141058 |
3750 | | /* 18149 */ MCD_OPC_CheckField, 6, 1, 0, 22, 224, 1, // Skip to: 141058 |
3751 | | /* 18156 */ MCD_OPC_Decode, 193, 28, 25, // Opcode: FSUB_VG4_M4Z_D |
3752 | | /* 18160 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 18196 |
3753 | | /* 18165 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3754 | | /* 18168 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 18182 |
3755 | | /* 18173 */ MCD_OPC_CheckPredicate, 8, 0, 224, 1, // Skip to: 141058 |
3756 | | /* 18178 */ MCD_OPC_Decode, 191, 28, 24, // Opcode: FSUB_VG2_M2Z_H |
3757 | | /* 18182 */ MCD_OPC_FilterValue, 1, 247, 223, 1, // Skip to: 141058 |
3758 | | /* 18187 */ MCD_OPC_CheckPredicate, 9, 242, 223, 1, // Skip to: 141058 |
3759 | | /* 18192 */ MCD_OPC_Decode, 135, 14, 24, // Opcode: BFSUB_VG2_M2Z_H |
3760 | | /* 18196 */ MCD_OPC_FilterValue, 5, 233, 223, 1, // Skip to: 141058 |
3761 | | /* 18201 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3762 | | /* 18204 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18225 |
3763 | | /* 18209 */ MCD_OPC_CheckPredicate, 8, 220, 223, 1, // Skip to: 141058 |
3764 | | /* 18214 */ MCD_OPC_CheckField, 6, 1, 0, 213, 223, 1, // Skip to: 141058 |
3765 | | /* 18221 */ MCD_OPC_Decode, 194, 28, 25, // Opcode: FSUB_VG4_M4Z_H |
3766 | | /* 18225 */ MCD_OPC_FilterValue, 1, 204, 223, 1, // Skip to: 141058 |
3767 | | /* 18230 */ MCD_OPC_CheckPredicate, 9, 199, 223, 1, // Skip to: 141058 |
3768 | | /* 18235 */ MCD_OPC_CheckField, 6, 1, 0, 192, 223, 1, // Skip to: 141058 |
3769 | | /* 18242 */ MCD_OPC_Decode, 136, 14, 25, // Opcode: BFSUB_VG4_M4Z_H |
3770 | | /* 18246 */ MCD_OPC_FilterValue, 2, 142, 2, 0, // Skip to: 18905 |
3771 | | /* 18251 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
3772 | | /* 18254 */ MCD_OPC_FilterValue, 0, 131, 0, 0, // Skip to: 18390 |
3773 | | /* 18259 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3774 | | /* 18262 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 18312 |
3775 | | /* 18267 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3776 | | /* 18270 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18291 |
3777 | | /* 18275 */ MCD_OPC_CheckPredicate, 4, 154, 223, 1, // Skip to: 141058 |
3778 | | /* 18280 */ MCD_OPC_CheckField, 1, 2, 0, 147, 223, 1, // Skip to: 141058 |
3779 | | /* 18287 */ MCD_OPC_Decode, 172, 58, 123, // Opcode: UMLALL_VG2_M2Z2Z_BtoS |
3780 | | /* 18291 */ MCD_OPC_FilterValue, 1, 138, 223, 1, // Skip to: 141058 |
3781 | | /* 18296 */ MCD_OPC_CheckPredicate, 16, 133, 223, 1, // Skip to: 141058 |
3782 | | /* 18301 */ MCD_OPC_CheckField, 1, 2, 0, 126, 223, 1, // Skip to: 141058 |
3783 | | /* 18308 */ MCD_OPC_Decode, 173, 58, 123, // Opcode: UMLALL_VG2_M2Z2Z_HtoD |
3784 | | /* 18312 */ MCD_OPC_FilterValue, 1, 117, 223, 1, // Skip to: 141058 |
3785 | | /* 18317 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3786 | | /* 18320 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 18355 |
3787 | | /* 18325 */ MCD_OPC_CheckPredicate, 4, 104, 223, 1, // Skip to: 141058 |
3788 | | /* 18330 */ MCD_OPC_CheckField, 17, 1, 0, 97, 223, 1, // Skip to: 141058 |
3789 | | /* 18337 */ MCD_OPC_CheckField, 6, 1, 0, 90, 223, 1, // Skip to: 141058 |
3790 | | /* 18344 */ MCD_OPC_CheckField, 1, 2, 0, 83, 223, 1, // Skip to: 141058 |
3791 | | /* 18351 */ MCD_OPC_Decode, 178, 58, 124, // Opcode: UMLALL_VG4_M4Z4Z_BtoS |
3792 | | /* 18355 */ MCD_OPC_FilterValue, 1, 74, 223, 1, // Skip to: 141058 |
3793 | | /* 18360 */ MCD_OPC_CheckPredicate, 16, 69, 223, 1, // Skip to: 141058 |
3794 | | /* 18365 */ MCD_OPC_CheckField, 17, 1, 0, 62, 223, 1, // Skip to: 141058 |
3795 | | /* 18372 */ MCD_OPC_CheckField, 6, 1, 0, 55, 223, 1, // Skip to: 141058 |
3796 | | /* 18379 */ MCD_OPC_CheckField, 1, 2, 0, 48, 223, 1, // Skip to: 141058 |
3797 | | /* 18386 */ MCD_OPC_Decode, 179, 58, 124, // Opcode: UMLALL_VG4_M4Z4Z_HtoD |
3798 | | /* 18390 */ MCD_OPC_FilterValue, 2, 131, 0, 0, // Skip to: 18526 |
3799 | | /* 18395 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3800 | | /* 18398 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 18448 |
3801 | | /* 18403 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3802 | | /* 18406 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18427 |
3803 | | /* 18411 */ MCD_OPC_CheckPredicate, 4, 18, 223, 1, // Skip to: 141058 |
3804 | | /* 18416 */ MCD_OPC_CheckField, 2, 1, 0, 11, 223, 1, // Skip to: 141058 |
3805 | | /* 18423 */ MCD_OPC_Decode, 218, 13, 125, // Opcode: BFMLAL_VG2_M2Z2Z_HtoS |
3806 | | /* 18427 */ MCD_OPC_FilterValue, 1, 2, 223, 1, // Skip to: 141058 |
3807 | | /* 18432 */ MCD_OPC_CheckPredicate, 4, 253, 222, 1, // Skip to: 141058 |
3808 | | /* 18437 */ MCD_OPC_CheckField, 2, 1, 0, 246, 222, 1, // Skip to: 141058 |
3809 | | /* 18444 */ MCD_OPC_Decode, 191, 58, 125, // Opcode: UMLAL_VG2_M2Z2Z_HtoS |
3810 | | /* 18448 */ MCD_OPC_FilterValue, 1, 237, 222, 1, // Skip to: 141058 |
3811 | | /* 18453 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3812 | | /* 18456 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 18491 |
3813 | | /* 18461 */ MCD_OPC_CheckPredicate, 4, 224, 222, 1, // Skip to: 141058 |
3814 | | /* 18466 */ MCD_OPC_CheckField, 17, 1, 0, 217, 222, 1, // Skip to: 141058 |
3815 | | /* 18473 */ MCD_OPC_CheckField, 6, 1, 0, 210, 222, 1, // Skip to: 141058 |
3816 | | /* 18480 */ MCD_OPC_CheckField, 2, 1, 0, 203, 222, 1, // Skip to: 141058 |
3817 | | /* 18487 */ MCD_OPC_Decode, 221, 13, 126, // Opcode: BFMLAL_VG4_M4Z4Z_HtoS |
3818 | | /* 18491 */ MCD_OPC_FilterValue, 1, 194, 222, 1, // Skip to: 141058 |
3819 | | /* 18496 */ MCD_OPC_CheckPredicate, 4, 189, 222, 1, // Skip to: 141058 |
3820 | | /* 18501 */ MCD_OPC_CheckField, 17, 1, 0, 182, 222, 1, // Skip to: 141058 |
3821 | | /* 18508 */ MCD_OPC_CheckField, 6, 1, 0, 175, 222, 1, // Skip to: 141058 |
3822 | | /* 18515 */ MCD_OPC_CheckField, 2, 1, 0, 168, 222, 1, // Skip to: 141058 |
3823 | | /* 18522 */ MCD_OPC_Decode, 194, 58, 126, // Opcode: UMLAL_VG4_M4Z4Z_HtoS |
3824 | | /* 18526 */ MCD_OPC_FilterValue, 4, 60, 0, 0, // Skip to: 18591 |
3825 | | /* 18531 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3826 | | /* 18534 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18555 |
3827 | | /* 18539 */ MCD_OPC_CheckPredicate, 4, 146, 222, 1, // Skip to: 141058 |
3828 | | /* 18544 */ MCD_OPC_CheckField, 22, 1, 0, 139, 222, 1, // Skip to: 141058 |
3829 | | /* 18551 */ MCD_OPC_Decode, 178, 13, 127, // Opcode: BFDOT_VG2_M2Z2Z_HtoS |
3830 | | /* 18555 */ MCD_OPC_FilterValue, 1, 130, 222, 1, // Skip to: 141058 |
3831 | | /* 18560 */ MCD_OPC_CheckPredicate, 4, 125, 222, 1, // Skip to: 141058 |
3832 | | /* 18565 */ MCD_OPC_CheckField, 22, 1, 0, 118, 222, 1, // Skip to: 141058 |
3833 | | /* 18572 */ MCD_OPC_CheckField, 17, 1, 0, 111, 222, 1, // Skip to: 141058 |
3834 | | /* 18579 */ MCD_OPC_CheckField, 6, 1, 0, 104, 222, 1, // Skip to: 141058 |
3835 | | /* 18586 */ MCD_OPC_Decode, 181, 13, 128, 1, // Opcode: BFDOT_VG4_M4Z4Z_HtoS |
3836 | | /* 18591 */ MCD_OPC_FilterValue, 5, 105, 0, 0, // Skip to: 18701 |
3837 | | /* 18596 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3838 | | /* 18599 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18635 |
3839 | | /* 18604 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3840 | | /* 18607 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 18621 |
3841 | | /* 18612 */ MCD_OPC_CheckPredicate, 4, 73, 222, 1, // Skip to: 141058 |
3842 | | /* 18617 */ MCD_OPC_Decode, 252, 56, 127, // Opcode: UDOT_VG2_M2Z2Z_BtoS |
3843 | | /* 18621 */ MCD_OPC_FilterValue, 1, 64, 222, 1, // Skip to: 141058 |
3844 | | /* 18626 */ MCD_OPC_CheckPredicate, 16, 59, 222, 1, // Skip to: 141058 |
3845 | | /* 18631 */ MCD_OPC_Decode, 253, 56, 127, // Opcode: UDOT_VG2_M2Z2Z_HtoD |
3846 | | /* 18635 */ MCD_OPC_FilterValue, 1, 50, 222, 1, // Skip to: 141058 |
3847 | | /* 18640 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3848 | | /* 18643 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 18672 |
3849 | | /* 18648 */ MCD_OPC_CheckPredicate, 4, 37, 222, 1, // Skip to: 141058 |
3850 | | /* 18653 */ MCD_OPC_CheckField, 17, 1, 0, 30, 222, 1, // Skip to: 141058 |
3851 | | /* 18660 */ MCD_OPC_CheckField, 6, 1, 0, 23, 222, 1, // Skip to: 141058 |
3852 | | /* 18667 */ MCD_OPC_Decode, 133, 57, 128, 1, // Opcode: UDOT_VG4_M4Z4Z_BtoS |
3853 | | /* 18672 */ MCD_OPC_FilterValue, 1, 13, 222, 1, // Skip to: 141058 |
3854 | | /* 18677 */ MCD_OPC_CheckPredicate, 16, 8, 222, 1, // Skip to: 141058 |
3855 | | /* 18682 */ MCD_OPC_CheckField, 17, 1, 0, 1, 222, 1, // Skip to: 141058 |
3856 | | /* 18689 */ MCD_OPC_CheckField, 6, 1, 0, 250, 221, 1, // Skip to: 141058 |
3857 | | /* 18696 */ MCD_OPC_Decode, 134, 57, 128, 1, // Opcode: UDOT_VG4_M4Z4Z_HtoD |
3858 | | /* 18701 */ MCD_OPC_FilterValue, 6, 105, 0, 0, // Skip to: 18811 |
3859 | | /* 18706 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3860 | | /* 18709 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18745 |
3861 | | /* 18714 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3862 | | /* 18717 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 18731 |
3863 | | /* 18722 */ MCD_OPC_CheckPredicate, 4, 219, 221, 1, // Skip to: 141058 |
3864 | | /* 18727 */ MCD_OPC_Decode, 253, 11, 127, // Opcode: ADD_VG2_M2Z2Z_S |
3865 | | /* 18731 */ MCD_OPC_FilterValue, 1, 210, 221, 1, // Skip to: 141058 |
3866 | | /* 18736 */ MCD_OPC_CheckPredicate, 16, 205, 221, 1, // Skip to: 141058 |
3867 | | /* 18741 */ MCD_OPC_Decode, 252, 11, 127, // Opcode: ADD_VG2_M2Z2Z_D |
3868 | | /* 18745 */ MCD_OPC_FilterValue, 1, 196, 221, 1, // Skip to: 141058 |
3869 | | /* 18750 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3870 | | /* 18753 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 18782 |
3871 | | /* 18758 */ MCD_OPC_CheckPredicate, 4, 183, 221, 1, // Skip to: 141058 |
3872 | | /* 18763 */ MCD_OPC_CheckField, 17, 1, 0, 176, 221, 1, // Skip to: 141058 |
3873 | | /* 18770 */ MCD_OPC_CheckField, 6, 1, 0, 169, 221, 1, // Skip to: 141058 |
3874 | | /* 18777 */ MCD_OPC_Decode, 135, 12, 128, 1, // Opcode: ADD_VG4_M4Z4Z_S |
3875 | | /* 18782 */ MCD_OPC_FilterValue, 1, 159, 221, 1, // Skip to: 141058 |
3876 | | /* 18787 */ MCD_OPC_CheckPredicate, 16, 154, 221, 1, // Skip to: 141058 |
3877 | | /* 18792 */ MCD_OPC_CheckField, 17, 1, 0, 147, 221, 1, // Skip to: 141058 |
3878 | | /* 18799 */ MCD_OPC_CheckField, 6, 1, 0, 140, 221, 1, // Skip to: 141058 |
3879 | | /* 18806 */ MCD_OPC_Decode, 134, 12, 128, 1, // Opcode: ADD_VG4_M4Z4Z_D |
3880 | | /* 18811 */ MCD_OPC_FilterValue, 7, 130, 221, 1, // Skip to: 141058 |
3881 | | /* 18816 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
3882 | | /* 18819 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18855 |
3883 | | /* 18824 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3884 | | /* 18827 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 18841 |
3885 | | /* 18832 */ MCD_OPC_CheckPredicate, 4, 109, 221, 1, // Skip to: 141058 |
3886 | | /* 18837 */ MCD_OPC_Decode, 129, 12, 24, // Opcode: ADD_VG2_M2Z_S |
3887 | | /* 18841 */ MCD_OPC_FilterValue, 1, 100, 221, 1, // Skip to: 141058 |
3888 | | /* 18846 */ MCD_OPC_CheckPredicate, 16, 95, 221, 1, // Skip to: 141058 |
3889 | | /* 18851 */ MCD_OPC_Decode, 128, 12, 24, // Opcode: ADD_VG2_M2Z_D |
3890 | | /* 18855 */ MCD_OPC_FilterValue, 1, 86, 221, 1, // Skip to: 141058 |
3891 | | /* 18860 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3892 | | /* 18863 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18884 |
3893 | | /* 18868 */ MCD_OPC_CheckPredicate, 4, 73, 221, 1, // Skip to: 141058 |
3894 | | /* 18873 */ MCD_OPC_CheckField, 6, 1, 0, 66, 221, 1, // Skip to: 141058 |
3895 | | /* 18880 */ MCD_OPC_Decode, 139, 12, 25, // Opcode: ADD_VG4_M4Z_S |
3896 | | /* 18884 */ MCD_OPC_FilterValue, 1, 57, 221, 1, // Skip to: 141058 |
3897 | | /* 18889 */ MCD_OPC_CheckPredicate, 16, 52, 221, 1, // Skip to: 141058 |
3898 | | /* 18894 */ MCD_OPC_CheckField, 6, 1, 0, 45, 221, 1, // Skip to: 141058 |
3899 | | /* 18901 */ MCD_OPC_Decode, 138, 12, 25, // Opcode: ADD_VG4_M4Z_D |
3900 | | /* 18905 */ MCD_OPC_FilterValue, 3, 142, 2, 0, // Skip to: 19564 |
3901 | | /* 18910 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
3902 | | /* 18913 */ MCD_OPC_FilterValue, 0, 131, 0, 0, // Skip to: 19049 |
3903 | | /* 18918 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3904 | | /* 18921 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 18971 |
3905 | | /* 18926 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3906 | | /* 18929 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 18950 |
3907 | | /* 18934 */ MCD_OPC_CheckPredicate, 4, 7, 221, 1, // Skip to: 141058 |
3908 | | /* 18939 */ MCD_OPC_CheckField, 1, 2, 0, 0, 221, 1, // Skip to: 141058 |
3909 | | /* 18946 */ MCD_OPC_Decode, 216, 58, 123, // Opcode: UMLSLL_VG2_M2Z2Z_BtoS |
3910 | | /* 18950 */ MCD_OPC_FilterValue, 1, 247, 220, 1, // Skip to: 141058 |
3911 | | /* 18955 */ MCD_OPC_CheckPredicate, 16, 242, 220, 1, // Skip to: 141058 |
3912 | | /* 18960 */ MCD_OPC_CheckField, 1, 2, 0, 235, 220, 1, // Skip to: 141058 |
3913 | | /* 18967 */ MCD_OPC_Decode, 217, 58, 123, // Opcode: UMLSLL_VG2_M2Z2Z_HtoD |
3914 | | /* 18971 */ MCD_OPC_FilterValue, 1, 226, 220, 1, // Skip to: 141058 |
3915 | | /* 18976 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3916 | | /* 18979 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 19014 |
3917 | | /* 18984 */ MCD_OPC_CheckPredicate, 4, 213, 220, 1, // Skip to: 141058 |
3918 | | /* 18989 */ MCD_OPC_CheckField, 17, 1, 0, 206, 220, 1, // Skip to: 141058 |
3919 | | /* 18996 */ MCD_OPC_CheckField, 6, 1, 0, 199, 220, 1, // Skip to: 141058 |
3920 | | /* 19003 */ MCD_OPC_CheckField, 1, 2, 0, 192, 220, 1, // Skip to: 141058 |
3921 | | /* 19010 */ MCD_OPC_Decode, 222, 58, 124, // Opcode: UMLSLL_VG4_M4Z4Z_BtoS |
3922 | | /* 19014 */ MCD_OPC_FilterValue, 1, 183, 220, 1, // Skip to: 141058 |
3923 | | /* 19019 */ MCD_OPC_CheckPredicate, 16, 178, 220, 1, // Skip to: 141058 |
3924 | | /* 19024 */ MCD_OPC_CheckField, 17, 1, 0, 171, 220, 1, // Skip to: 141058 |
3925 | | /* 19031 */ MCD_OPC_CheckField, 6, 1, 0, 164, 220, 1, // Skip to: 141058 |
3926 | | /* 19038 */ MCD_OPC_CheckField, 1, 2, 0, 157, 220, 1, // Skip to: 141058 |
3927 | | /* 19045 */ MCD_OPC_Decode, 223, 58, 124, // Opcode: UMLSLL_VG4_M4Z4Z_HtoD |
3928 | | /* 19049 */ MCD_OPC_FilterValue, 2, 131, 0, 0, // Skip to: 19185 |
3929 | | /* 19054 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3930 | | /* 19057 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 19107 |
3931 | | /* 19062 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3932 | | /* 19065 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 19086 |
3933 | | /* 19070 */ MCD_OPC_CheckPredicate, 4, 127, 220, 1, // Skip to: 141058 |
3934 | | /* 19075 */ MCD_OPC_CheckField, 2, 1, 0, 120, 220, 1, // Skip to: 141058 |
3935 | | /* 19082 */ MCD_OPC_Decode, 238, 13, 125, // Opcode: BFMLSL_VG2_M2Z2Z_HtoS |
3936 | | /* 19086 */ MCD_OPC_FilterValue, 1, 111, 220, 1, // Skip to: 141058 |
3937 | | /* 19091 */ MCD_OPC_CheckPredicate, 4, 106, 220, 1, // Skip to: 141058 |
3938 | | /* 19096 */ MCD_OPC_CheckField, 2, 1, 0, 99, 220, 1, // Skip to: 141058 |
3939 | | /* 19103 */ MCD_OPC_Decode, 235, 58, 125, // Opcode: UMLSL_VG2_M2Z2Z_HtoS |
3940 | | /* 19107 */ MCD_OPC_FilterValue, 1, 90, 220, 1, // Skip to: 141058 |
3941 | | /* 19112 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3942 | | /* 19115 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 19150 |
3943 | | /* 19120 */ MCD_OPC_CheckPredicate, 4, 77, 220, 1, // Skip to: 141058 |
3944 | | /* 19125 */ MCD_OPC_CheckField, 17, 1, 0, 70, 220, 1, // Skip to: 141058 |
3945 | | /* 19132 */ MCD_OPC_CheckField, 6, 1, 0, 63, 220, 1, // Skip to: 141058 |
3946 | | /* 19139 */ MCD_OPC_CheckField, 2, 1, 0, 56, 220, 1, // Skip to: 141058 |
3947 | | /* 19146 */ MCD_OPC_Decode, 241, 13, 126, // Opcode: BFMLSL_VG4_M4Z4Z_HtoS |
3948 | | /* 19150 */ MCD_OPC_FilterValue, 1, 47, 220, 1, // Skip to: 141058 |
3949 | | /* 19155 */ MCD_OPC_CheckPredicate, 4, 42, 220, 1, // Skip to: 141058 |
3950 | | /* 19160 */ MCD_OPC_CheckField, 17, 1, 0, 35, 220, 1, // Skip to: 141058 |
3951 | | /* 19167 */ MCD_OPC_CheckField, 6, 1, 0, 28, 220, 1, // Skip to: 141058 |
3952 | | /* 19174 */ MCD_OPC_CheckField, 2, 1, 0, 21, 220, 1, // Skip to: 141058 |
3953 | | /* 19181 */ MCD_OPC_Decode, 238, 58, 126, // Opcode: UMLSL_VG4_M4Z4Z_HtoS |
3954 | | /* 19185 */ MCD_OPC_FilterValue, 4, 105, 0, 0, // Skip to: 19295 |
3955 | | /* 19190 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3956 | | /* 19193 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 19229 |
3957 | | /* 19198 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3958 | | /* 19201 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 19215 |
3959 | | /* 19206 */ MCD_OPC_CheckPredicate, 8, 247, 219, 1, // Skip to: 141058 |
3960 | | /* 19211 */ MCD_OPC_Decode, 222, 25, 127, // Opcode: FMLS_VG2_M2Z2Z_H |
3961 | | /* 19215 */ MCD_OPC_FilterValue, 1, 238, 219, 1, // Skip to: 141058 |
3962 | | /* 19220 */ MCD_OPC_CheckPredicate, 9, 233, 219, 1, // Skip to: 141058 |
3963 | | /* 19225 */ MCD_OPC_Decode, 244, 13, 127, // Opcode: BFMLS_VG2_M2Z2Z |
3964 | | /* 19229 */ MCD_OPC_FilterValue, 1, 224, 219, 1, // Skip to: 141058 |
3965 | | /* 19234 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3966 | | /* 19237 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 19266 |
3967 | | /* 19242 */ MCD_OPC_CheckPredicate, 8, 211, 219, 1, // Skip to: 141058 |
3968 | | /* 19247 */ MCD_OPC_CheckField, 17, 1, 0, 204, 219, 1, // Skip to: 141058 |
3969 | | /* 19254 */ MCD_OPC_CheckField, 6, 1, 0, 197, 219, 1, // Skip to: 141058 |
3970 | | /* 19261 */ MCD_OPC_Decode, 230, 25, 128, 1, // Opcode: FMLS_VG4_M4Z2Z_H |
3971 | | /* 19266 */ MCD_OPC_FilterValue, 1, 187, 219, 1, // Skip to: 141058 |
3972 | | /* 19271 */ MCD_OPC_CheckPredicate, 9, 182, 219, 1, // Skip to: 141058 |
3973 | | /* 19276 */ MCD_OPC_CheckField, 17, 1, 0, 175, 219, 1, // Skip to: 141058 |
3974 | | /* 19283 */ MCD_OPC_CheckField, 6, 1, 0, 168, 219, 1, // Skip to: 141058 |
3975 | | /* 19290 */ MCD_OPC_Decode, 247, 13, 128, 1, // Opcode: BFMLS_VG4_M4Z4Z |
3976 | | /* 19295 */ MCD_OPC_FilterValue, 5, 60, 0, 0, // Skip to: 19360 |
3977 | | /* 19300 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3978 | | /* 19303 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 19324 |
3979 | | /* 19308 */ MCD_OPC_CheckPredicate, 4, 145, 219, 1, // Skip to: 141058 |
3980 | | /* 19313 */ MCD_OPC_CheckField, 22, 1, 1, 138, 219, 1, // Skip to: 141058 |
3981 | | /* 19320 */ MCD_OPC_Decode, 254, 56, 127, // Opcode: UDOT_VG2_M2Z2Z_HtoS |
3982 | | /* 19324 */ MCD_OPC_FilterValue, 1, 129, 219, 1, // Skip to: 141058 |
3983 | | /* 19329 */ MCD_OPC_CheckPredicate, 4, 124, 219, 1, // Skip to: 141058 |
3984 | | /* 19334 */ MCD_OPC_CheckField, 22, 1, 1, 117, 219, 1, // Skip to: 141058 |
3985 | | /* 19341 */ MCD_OPC_CheckField, 17, 1, 0, 110, 219, 1, // Skip to: 141058 |
3986 | | /* 19348 */ MCD_OPC_CheckField, 6, 1, 0, 103, 219, 1, // Skip to: 141058 |
3987 | | /* 19355 */ MCD_OPC_Decode, 135, 57, 128, 1, // Opcode: UDOT_VG4_M4Z4Z_HtoS |
3988 | | /* 19360 */ MCD_OPC_FilterValue, 6, 105, 0, 0, // Skip to: 19470 |
3989 | | /* 19365 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3990 | | /* 19368 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 19404 |
3991 | | /* 19373 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
3992 | | /* 19376 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 19390 |
3993 | | /* 19381 */ MCD_OPC_CheckPredicate, 4, 72, 219, 1, // Skip to: 141058 |
3994 | | /* 19386 */ MCD_OPC_Decode, 169, 54, 127, // Opcode: SUB_VG2_M2Z2Z_S |
3995 | | /* 19390 */ MCD_OPC_FilterValue, 1, 63, 219, 1, // Skip to: 141058 |
3996 | | /* 19395 */ MCD_OPC_CheckPredicate, 16, 58, 219, 1, // Skip to: 141058 |
3997 | | /* 19400 */ MCD_OPC_Decode, 168, 54, 127, // Opcode: SUB_VG2_M2Z2Z_D |
3998 | | /* 19404 */ MCD_OPC_FilterValue, 1, 49, 219, 1, // Skip to: 141058 |
3999 | | /* 19409 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4000 | | /* 19412 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 19441 |
4001 | | /* 19417 */ MCD_OPC_CheckPredicate, 4, 36, 219, 1, // Skip to: 141058 |
4002 | | /* 19422 */ MCD_OPC_CheckField, 17, 1, 0, 29, 219, 1, // Skip to: 141058 |
4003 | | /* 19429 */ MCD_OPC_CheckField, 6, 1, 0, 22, 219, 1, // Skip to: 141058 |
4004 | | /* 19436 */ MCD_OPC_Decode, 175, 54, 128, 1, // Opcode: SUB_VG4_M4Z4Z_S |
4005 | | /* 19441 */ MCD_OPC_FilterValue, 1, 12, 219, 1, // Skip to: 141058 |
4006 | | /* 19446 */ MCD_OPC_CheckPredicate, 16, 7, 219, 1, // Skip to: 141058 |
4007 | | /* 19451 */ MCD_OPC_CheckField, 17, 1, 0, 0, 219, 1, // Skip to: 141058 |
4008 | | /* 19458 */ MCD_OPC_CheckField, 6, 1, 0, 249, 218, 1, // Skip to: 141058 |
4009 | | /* 19465 */ MCD_OPC_Decode, 174, 54, 128, 1, // Opcode: SUB_VG4_M4Z4Z_D |
4010 | | /* 19470 */ MCD_OPC_FilterValue, 7, 239, 218, 1, // Skip to: 141058 |
4011 | | /* 19475 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4012 | | /* 19478 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 19514 |
4013 | | /* 19483 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4014 | | /* 19486 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 19500 |
4015 | | /* 19491 */ MCD_OPC_CheckPredicate, 4, 218, 218, 1, // Skip to: 141058 |
4016 | | /* 19496 */ MCD_OPC_Decode, 173, 54, 24, // Opcode: SUB_VG2_M2Z_S |
4017 | | /* 19500 */ MCD_OPC_FilterValue, 1, 209, 218, 1, // Skip to: 141058 |
4018 | | /* 19505 */ MCD_OPC_CheckPredicate, 16, 204, 218, 1, // Skip to: 141058 |
4019 | | /* 19510 */ MCD_OPC_Decode, 172, 54, 24, // Opcode: SUB_VG2_M2Z_D |
4020 | | /* 19514 */ MCD_OPC_FilterValue, 1, 195, 218, 1, // Skip to: 141058 |
4021 | | /* 19519 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4022 | | /* 19522 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 19543 |
4023 | | /* 19527 */ MCD_OPC_CheckPredicate, 4, 182, 218, 1, // Skip to: 141058 |
4024 | | /* 19532 */ MCD_OPC_CheckField, 6, 1, 0, 175, 218, 1, // Skip to: 141058 |
4025 | | /* 19539 */ MCD_OPC_Decode, 179, 54, 25, // Opcode: SUB_VG4_M4Z_S |
4026 | | /* 19543 */ MCD_OPC_FilterValue, 1, 166, 218, 1, // Skip to: 141058 |
4027 | | /* 19548 */ MCD_OPC_CheckPredicate, 16, 161, 218, 1, // Skip to: 141058 |
4028 | | /* 19553 */ MCD_OPC_CheckField, 6, 1, 0, 154, 218, 1, // Skip to: 141058 |
4029 | | /* 19560 */ MCD_OPC_Decode, 178, 54, 25, // Opcode: SUB_VG4_M4Z_D |
4030 | | /* 19564 */ MCD_OPC_FilterValue, 4, 224, 0, 0, // Skip to: 19793 |
4031 | | /* 19569 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
4032 | | /* 19572 */ MCD_OPC_FilterValue, 0, 73, 0, 0, // Skip to: 19650 |
4033 | | /* 19577 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
4034 | | /* 19580 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 19608 |
4035 | | /* 19585 */ MCD_OPC_CheckPredicate, 5, 124, 218, 1, // Skip to: 141058 |
4036 | | /* 19590 */ MCD_OPC_CheckField, 22, 1, 0, 117, 218, 1, // Skip to: 141058 |
4037 | | /* 19597 */ MCD_OPC_CheckField, 1, 2, 0, 110, 218, 1, // Skip to: 141058 |
4038 | | /* 19604 */ MCD_OPC_Decode, 132, 25, 123, // Opcode: FMLALL_VG2_M2Z2Z_BtoS |
4039 | | /* 19608 */ MCD_OPC_FilterValue, 1, 101, 218, 1, // Skip to: 141058 |
4040 | | /* 19613 */ MCD_OPC_CheckPredicate, 5, 96, 218, 1, // Skip to: 141058 |
4041 | | /* 19618 */ MCD_OPC_CheckField, 22, 1, 0, 89, 218, 1, // Skip to: 141058 |
4042 | | /* 19625 */ MCD_OPC_CheckField, 17, 1, 0, 82, 218, 1, // Skip to: 141058 |
4043 | | /* 19632 */ MCD_OPC_CheckField, 6, 1, 0, 75, 218, 1, // Skip to: 141058 |
4044 | | /* 19639 */ MCD_OPC_CheckField, 1, 2, 0, 68, 218, 1, // Skip to: 141058 |
4045 | | /* 19646 */ MCD_OPC_Decode, 135, 25, 124, // Opcode: FMLALL_VG4_M4Z4Z_BtoS |
4046 | | /* 19650 */ MCD_OPC_FilterValue, 2, 73, 0, 0, // Skip to: 19728 |
4047 | | /* 19655 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
4048 | | /* 19658 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 19686 |
4049 | | /* 19663 */ MCD_OPC_CheckPredicate, 6, 46, 218, 1, // Skip to: 141058 |
4050 | | /* 19668 */ MCD_OPC_CheckField, 22, 1, 0, 39, 218, 1, // Skip to: 141058 |
4051 | | /* 19675 */ MCD_OPC_CheckField, 2, 1, 0, 32, 218, 1, // Skip to: 141058 |
4052 | | /* 19682 */ MCD_OPC_Decode, 147, 25, 125, // Opcode: FMLAL_VG2_M2Z2Z_BtoH |
4053 | | /* 19686 */ MCD_OPC_FilterValue, 1, 23, 218, 1, // Skip to: 141058 |
4054 | | /* 19691 */ MCD_OPC_CheckPredicate, 6, 18, 218, 1, // Skip to: 141058 |
4055 | | /* 19696 */ MCD_OPC_CheckField, 22, 1, 0, 11, 218, 1, // Skip to: 141058 |
4056 | | /* 19703 */ MCD_OPC_CheckField, 17, 1, 0, 4, 218, 1, // Skip to: 141058 |
4057 | | /* 19710 */ MCD_OPC_CheckField, 6, 1, 0, 253, 217, 1, // Skip to: 141058 |
4058 | | /* 19717 */ MCD_OPC_CheckField, 2, 1, 0, 246, 217, 1, // Skip to: 141058 |
4059 | | /* 19724 */ MCD_OPC_Decode, 154, 25, 126, // Opcode: FMLAL_VG4_M4Z4Z_BtoH |
4060 | | /* 19728 */ MCD_OPC_FilterValue, 4, 237, 217, 1, // Skip to: 141058 |
4061 | | /* 19733 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
4062 | | /* 19736 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 19757 |
4063 | | /* 19741 */ MCD_OPC_CheckPredicate, 6, 224, 217, 1, // Skip to: 141058 |
4064 | | /* 19746 */ MCD_OPC_CheckField, 22, 1, 0, 217, 217, 1, // Skip to: 141058 |
4065 | | /* 19753 */ MCD_OPC_Decode, 253, 22, 127, // Opcode: FDOT_VG2_M2Z2Z_BtoH |
4066 | | /* 19757 */ MCD_OPC_FilterValue, 1, 208, 217, 1, // Skip to: 141058 |
4067 | | /* 19762 */ MCD_OPC_CheckPredicate, 6, 203, 217, 1, // Skip to: 141058 |
4068 | | /* 19767 */ MCD_OPC_CheckField, 22, 1, 0, 196, 217, 1, // Skip to: 141058 |
4069 | | /* 19774 */ MCD_OPC_CheckField, 17, 1, 0, 189, 217, 1, // Skip to: 141058 |
4070 | | /* 19781 */ MCD_OPC_CheckField, 6, 1, 0, 182, 217, 1, // Skip to: 141058 |
4071 | | /* 19788 */ MCD_OPC_Decode, 134, 23, 128, 1, // Opcode: FDOT_VG4_M4Z4Z_BtoH |
4072 | | /* 19793 */ MCD_OPC_FilterValue, 6, 172, 217, 1, // Skip to: 141058 |
4073 | | /* 19798 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
4074 | | /* 19801 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 19829 |
4075 | | /* 19806 */ MCD_OPC_CheckPredicate, 5, 159, 217, 1, // Skip to: 141058 |
4076 | | /* 19811 */ MCD_OPC_CheckField, 22, 1, 0, 152, 217, 1, // Skip to: 141058 |
4077 | | /* 19818 */ MCD_OPC_CheckField, 10, 3, 4, 145, 217, 1, // Skip to: 141058 |
4078 | | /* 19825 */ MCD_OPC_Decode, 254, 22, 127, // Opcode: FDOT_VG2_M2Z2Z_BtoS |
4079 | | /* 19829 */ MCD_OPC_FilterValue, 1, 136, 217, 1, // Skip to: 141058 |
4080 | | /* 19834 */ MCD_OPC_CheckPredicate, 5, 131, 217, 1, // Skip to: 141058 |
4081 | | /* 19839 */ MCD_OPC_CheckField, 22, 1, 0, 124, 217, 1, // Skip to: 141058 |
4082 | | /* 19846 */ MCD_OPC_CheckField, 17, 1, 0, 117, 217, 1, // Skip to: 141058 |
4083 | | /* 19853 */ MCD_OPC_CheckField, 10, 3, 4, 110, 217, 1, // Skip to: 141058 |
4084 | | /* 19860 */ MCD_OPC_CheckField, 6, 1, 0, 103, 217, 1, // Skip to: 141058 |
4085 | | /* 19867 */ MCD_OPC_Decode, 135, 23, 128, 1, // Opcode: FDOT_VG4_M4Z4Z_BtoS |
4086 | | /* 19872 */ MCD_OPC_FilterValue, 1, 93, 217, 1, // Skip to: 141058 |
4087 | | /* 19877 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
4088 | | /* 19880 */ MCD_OPC_FilterValue, 0, 145, 0, 0, // Skip to: 20030 |
4089 | | /* 19885 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
4090 | | /* 19888 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 19952 |
4091 | | /* 19893 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4092 | | /* 19896 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 19924 |
4093 | | /* 19901 */ MCD_OPC_CheckPredicate, 4, 64, 217, 1, // Skip to: 141058 |
4094 | | /* 19906 */ MCD_OPC_CheckField, 5, 1, 0, 57, 217, 1, // Skip to: 141058 |
4095 | | /* 19913 */ MCD_OPC_CheckField, 0, 1, 0, 50, 217, 1, // Skip to: 141058 |
4096 | | /* 19920 */ MCD_OPC_Decode, 196, 42, 94, // Opcode: SEL_VG2_2ZC2Z2Z_S |
4097 | | /* 19924 */ MCD_OPC_FilterValue, 1, 41, 217, 1, // Skip to: 141058 |
4098 | | /* 19929 */ MCD_OPC_CheckPredicate, 4, 36, 217, 1, // Skip to: 141058 |
4099 | | /* 19934 */ MCD_OPC_CheckField, 5, 1, 0, 29, 217, 1, // Skip to: 141058 |
4100 | | /* 19941 */ MCD_OPC_CheckField, 0, 1, 0, 22, 217, 1, // Skip to: 141058 |
4101 | | /* 19948 */ MCD_OPC_Decode, 194, 42, 94, // Opcode: SEL_VG2_2ZC2Z2Z_D |
4102 | | /* 19952 */ MCD_OPC_FilterValue, 1, 13, 217, 1, // Skip to: 141058 |
4103 | | /* 19957 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4104 | | /* 19960 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 19995 |
4105 | | /* 19965 */ MCD_OPC_CheckPredicate, 4, 0, 217, 1, // Skip to: 141058 |
4106 | | /* 19970 */ MCD_OPC_CheckField, 17, 1, 0, 249, 216, 1, // Skip to: 141058 |
4107 | | /* 19977 */ MCD_OPC_CheckField, 5, 2, 0, 242, 216, 1, // Skip to: 141058 |
4108 | | /* 19984 */ MCD_OPC_CheckField, 0, 2, 0, 235, 216, 1, // Skip to: 141058 |
4109 | | /* 19991 */ MCD_OPC_Decode, 200, 42, 95, // Opcode: SEL_VG4_4ZC4Z4Z_S |
4110 | | /* 19995 */ MCD_OPC_FilterValue, 1, 226, 216, 1, // Skip to: 141058 |
4111 | | /* 20000 */ MCD_OPC_CheckPredicate, 4, 221, 216, 1, // Skip to: 141058 |
4112 | | /* 20005 */ MCD_OPC_CheckField, 17, 1, 0, 214, 216, 1, // Skip to: 141058 |
4113 | | /* 20012 */ MCD_OPC_CheckField, 5, 2, 0, 207, 216, 1, // Skip to: 141058 |
4114 | | /* 20019 */ MCD_OPC_CheckField, 0, 2, 0, 200, 216, 1, // Skip to: 141058 |
4115 | | /* 20026 */ MCD_OPC_Decode, 198, 42, 95, // Opcode: SEL_VG4_4ZC4Z4Z_D |
4116 | | /* 20030 */ MCD_OPC_FilterValue, 1, 219, 11, 0, // Skip to: 23070 |
4117 | | /* 20035 */ MCD_OPC_ExtractField, 5, 8, // Inst{12-5} ... |
4118 | | /* 20038 */ MCD_OPC_FilterValue, 0, 103, 0, 0, // Skip to: 20146 |
4119 | | /* 20043 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4120 | | /* 20046 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20096 |
4121 | | /* 20051 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4122 | | /* 20054 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20075 |
4123 | | /* 20059 */ MCD_OPC_CheckPredicate, 4, 162, 216, 1, // Skip to: 141058 |
4124 | | /* 20064 */ MCD_OPC_CheckField, 20, 1, 0, 155, 216, 1, // Skip to: 141058 |
4125 | | /* 20071 */ MCD_OPC_Decode, 223, 43, 96, // Opcode: SMAX_VG2_2ZZ_S |
4126 | | /* 20075 */ MCD_OPC_FilterValue, 1, 146, 216, 1, // Skip to: 141058 |
4127 | | /* 20080 */ MCD_OPC_CheckPredicate, 4, 141, 216, 1, // Skip to: 141058 |
4128 | | /* 20085 */ MCD_OPC_CheckField, 20, 1, 0, 134, 216, 1, // Skip to: 141058 |
4129 | | /* 20092 */ MCD_OPC_Decode, 221, 43, 96, // Opcode: SMAX_VG2_2ZZ_D |
4130 | | /* 20096 */ MCD_OPC_FilterValue, 1, 125, 216, 1, // Skip to: 141058 |
4131 | | /* 20101 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4132 | | /* 20104 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20125 |
4133 | | /* 20109 */ MCD_OPC_CheckPredicate, 4, 112, 216, 1, // Skip to: 141058 |
4134 | | /* 20114 */ MCD_OPC_CheckField, 20, 1, 0, 105, 216, 1, // Skip to: 141058 |
4135 | | /* 20121 */ MCD_OPC_Decode, 211, 57, 96, // Opcode: UMAX_VG2_2ZZ_S |
4136 | | /* 20125 */ MCD_OPC_FilterValue, 1, 96, 216, 1, // Skip to: 141058 |
4137 | | /* 20130 */ MCD_OPC_CheckPredicate, 4, 91, 216, 1, // Skip to: 141058 |
4138 | | /* 20135 */ MCD_OPC_CheckField, 20, 1, 0, 84, 216, 1, // Skip to: 141058 |
4139 | | /* 20142 */ MCD_OPC_Decode, 209, 57, 96, // Opcode: UMAX_VG2_2ZZ_D |
4140 | | /* 20146 */ MCD_OPC_FilterValue, 1, 103, 0, 0, // Skip to: 20254 |
4141 | | /* 20151 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4142 | | /* 20154 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20204 |
4143 | | /* 20159 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4144 | | /* 20162 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20183 |
4145 | | /* 20167 */ MCD_OPC_CheckPredicate, 4, 54, 216, 1, // Skip to: 141058 |
4146 | | /* 20172 */ MCD_OPC_CheckField, 20, 1, 0, 47, 216, 1, // Skip to: 141058 |
4147 | | /* 20179 */ MCD_OPC_Decode, 153, 44, 96, // Opcode: SMIN_VG2_2ZZ_S |
4148 | | /* 20183 */ MCD_OPC_FilterValue, 1, 38, 216, 1, // Skip to: 141058 |
4149 | | /* 20188 */ MCD_OPC_CheckPredicate, 4, 33, 216, 1, // Skip to: 141058 |
4150 | | /* 20193 */ MCD_OPC_CheckField, 20, 1, 0, 26, 216, 1, // Skip to: 141058 |
4151 | | /* 20200 */ MCD_OPC_Decode, 151, 44, 96, // Opcode: SMIN_VG2_2ZZ_D |
4152 | | /* 20204 */ MCD_OPC_FilterValue, 1, 17, 216, 1, // Skip to: 141058 |
4153 | | /* 20209 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4154 | | /* 20212 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20233 |
4155 | | /* 20217 */ MCD_OPC_CheckPredicate, 4, 4, 216, 1, // Skip to: 141058 |
4156 | | /* 20222 */ MCD_OPC_CheckField, 20, 1, 0, 253, 215, 1, // Skip to: 141058 |
4157 | | /* 20229 */ MCD_OPC_Decode, 140, 58, 96, // Opcode: UMIN_VG2_2ZZ_S |
4158 | | /* 20233 */ MCD_OPC_FilterValue, 1, 244, 215, 1, // Skip to: 141058 |
4159 | | /* 20238 */ MCD_OPC_CheckPredicate, 4, 239, 215, 1, // Skip to: 141058 |
4160 | | /* 20243 */ MCD_OPC_CheckField, 20, 1, 0, 232, 215, 1, // Skip to: 141058 |
4161 | | /* 20250 */ MCD_OPC_Decode, 138, 58, 96, // Opcode: UMIN_VG2_2ZZ_D |
4162 | | /* 20254 */ MCD_OPC_FilterValue, 8, 103, 0, 0, // Skip to: 20362 |
4163 | | /* 20259 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4164 | | /* 20262 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20312 |
4165 | | /* 20267 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4166 | | /* 20270 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20291 |
4167 | | /* 20275 */ MCD_OPC_CheckPredicate, 4, 202, 215, 1, // Skip to: 141058 |
4168 | | /* 20280 */ MCD_OPC_CheckField, 20, 1, 0, 195, 215, 1, // Skip to: 141058 |
4169 | | /* 20287 */ MCD_OPC_Decode, 250, 23, 96, // Opcode: FMAX_VG2_2ZZ_S |
4170 | | /* 20291 */ MCD_OPC_FilterValue, 1, 186, 215, 1, // Skip to: 141058 |
4171 | | /* 20296 */ MCD_OPC_CheckPredicate, 4, 181, 215, 1, // Skip to: 141058 |
4172 | | /* 20301 */ MCD_OPC_CheckField, 20, 1, 0, 174, 215, 1, // Skip to: 141058 |
4173 | | /* 20308 */ MCD_OPC_Decode, 248, 23, 96, // Opcode: FMAX_VG2_2ZZ_D |
4174 | | /* 20312 */ MCD_OPC_FilterValue, 1, 165, 215, 1, // Skip to: 141058 |
4175 | | /* 20317 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4176 | | /* 20320 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20341 |
4177 | | /* 20325 */ MCD_OPC_CheckPredicate, 4, 152, 215, 1, // Skip to: 141058 |
4178 | | /* 20330 */ MCD_OPC_CheckField, 20, 1, 0, 145, 215, 1, // Skip to: 141058 |
4179 | | /* 20337 */ MCD_OPC_Decode, 214, 24, 96, // Opcode: FMIN_VG2_2ZZ_S |
4180 | | /* 20341 */ MCD_OPC_FilterValue, 1, 136, 215, 1, // Skip to: 141058 |
4181 | | /* 20346 */ MCD_OPC_CheckPredicate, 4, 131, 215, 1, // Skip to: 141058 |
4182 | | /* 20351 */ MCD_OPC_CheckField, 20, 1, 0, 124, 215, 1, // Skip to: 141058 |
4183 | | /* 20358 */ MCD_OPC_Decode, 212, 24, 96, // Opcode: FMIN_VG2_2ZZ_D |
4184 | | /* 20362 */ MCD_OPC_FilterValue, 9, 103, 0, 0, // Skip to: 20470 |
4185 | | /* 20367 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4186 | | /* 20370 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20420 |
4187 | | /* 20375 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4188 | | /* 20378 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20399 |
4189 | | /* 20383 */ MCD_OPC_CheckPredicate, 4, 94, 215, 1, // Skip to: 141058 |
4190 | | /* 20388 */ MCD_OPC_CheckField, 20, 1, 0, 87, 215, 1, // Skip to: 141058 |
4191 | | /* 20395 */ MCD_OPC_Decode, 206, 23, 96, // Opcode: FMAXNM_VG2_2ZZ_S |
4192 | | /* 20399 */ MCD_OPC_FilterValue, 1, 78, 215, 1, // Skip to: 141058 |
4193 | | /* 20404 */ MCD_OPC_CheckPredicate, 4, 73, 215, 1, // Skip to: 141058 |
4194 | | /* 20409 */ MCD_OPC_CheckField, 20, 1, 0, 66, 215, 1, // Skip to: 141058 |
4195 | | /* 20416 */ MCD_OPC_Decode, 204, 23, 96, // Opcode: FMAXNM_VG2_2ZZ_D |
4196 | | /* 20420 */ MCD_OPC_FilterValue, 1, 57, 215, 1, // Skip to: 141058 |
4197 | | /* 20425 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4198 | | /* 20428 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20449 |
4199 | | /* 20433 */ MCD_OPC_CheckPredicate, 4, 44, 215, 1, // Skip to: 141058 |
4200 | | /* 20438 */ MCD_OPC_CheckField, 20, 1, 0, 37, 215, 1, // Skip to: 141058 |
4201 | | /* 20445 */ MCD_OPC_Decode, 170, 24, 96, // Opcode: FMINNM_VG2_2ZZ_S |
4202 | | /* 20449 */ MCD_OPC_FilterValue, 1, 28, 215, 1, // Skip to: 141058 |
4203 | | /* 20454 */ MCD_OPC_CheckPredicate, 4, 23, 215, 1, // Skip to: 141058 |
4204 | | /* 20459 */ MCD_OPC_CheckField, 20, 1, 0, 16, 215, 1, // Skip to: 141058 |
4205 | | /* 20466 */ MCD_OPC_Decode, 168, 24, 96, // Opcode: FMINNM_VG2_2ZZ_D |
4206 | | /* 20470 */ MCD_OPC_FilterValue, 12, 59, 0, 0, // Skip to: 20534 |
4207 | | /* 20475 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4208 | | /* 20478 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 20506 |
4209 | | /* 20483 */ MCD_OPC_CheckPredicate, 15, 250, 214, 1, // Skip to: 141058 |
4210 | | /* 20488 */ MCD_OPC_CheckField, 20, 1, 0, 243, 214, 1, // Skip to: 141058 |
4211 | | /* 20495 */ MCD_OPC_CheckField, 0, 1, 0, 236, 214, 1, // Skip to: 141058 |
4212 | | /* 20502 */ MCD_OPC_Decode, 155, 28, 96, // Opcode: FSCALE_2ZZ_S |
4213 | | /* 20506 */ MCD_OPC_FilterValue, 1, 227, 214, 1, // Skip to: 141058 |
4214 | | /* 20511 */ MCD_OPC_CheckPredicate, 15, 222, 214, 1, // Skip to: 141058 |
4215 | | /* 20516 */ MCD_OPC_CheckField, 20, 1, 0, 215, 214, 1, // Skip to: 141058 |
4216 | | /* 20523 */ MCD_OPC_CheckField, 0, 1, 0, 208, 214, 1, // Skip to: 141058 |
4217 | | /* 20530 */ MCD_OPC_Decode, 153, 28, 96, // Opcode: FSCALE_2ZZ_D |
4218 | | /* 20534 */ MCD_OPC_FilterValue, 17, 103, 0, 0, // Skip to: 20642 |
4219 | | /* 20539 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4220 | | /* 20542 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20592 |
4221 | | /* 20547 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4222 | | /* 20550 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20571 |
4223 | | /* 20555 */ MCD_OPC_CheckPredicate, 4, 178, 214, 1, // Skip to: 141058 |
4224 | | /* 20560 */ MCD_OPC_CheckField, 20, 1, 0, 171, 214, 1, // Skip to: 141058 |
4225 | | /* 20567 */ MCD_OPC_Decode, 193, 49, 96, // Opcode: SRSHL_VG2_2ZZ_S |
4226 | | /* 20571 */ MCD_OPC_FilterValue, 1, 162, 214, 1, // Skip to: 141058 |
4227 | | /* 20576 */ MCD_OPC_CheckPredicate, 4, 157, 214, 1, // Skip to: 141058 |
4228 | | /* 20581 */ MCD_OPC_CheckField, 20, 1, 0, 150, 214, 1, // Skip to: 141058 |
4229 | | /* 20588 */ MCD_OPC_Decode, 191, 49, 96, // Opcode: SRSHL_VG2_2ZZ_D |
4230 | | /* 20592 */ MCD_OPC_FilterValue, 1, 141, 214, 1, // Skip to: 141058 |
4231 | | /* 20597 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4232 | | /* 20600 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20621 |
4233 | | /* 20605 */ MCD_OPC_CheckPredicate, 4, 128, 214, 1, // Skip to: 141058 |
4234 | | /* 20610 */ MCD_OPC_CheckField, 20, 1, 0, 121, 214, 1, // Skip to: 141058 |
4235 | | /* 20617 */ MCD_OPC_Decode, 141, 61, 96, // Opcode: URSHL_VG2_2ZZ_S |
4236 | | /* 20621 */ MCD_OPC_FilterValue, 1, 112, 214, 1, // Skip to: 141058 |
4237 | | /* 20626 */ MCD_OPC_CheckPredicate, 4, 107, 214, 1, // Skip to: 141058 |
4238 | | /* 20631 */ MCD_OPC_CheckField, 20, 1, 0, 100, 214, 1, // Skip to: 141058 |
4239 | | /* 20638 */ MCD_OPC_Decode, 139, 61, 96, // Opcode: URSHL_VG2_2ZZ_D |
4240 | | /* 20642 */ MCD_OPC_FilterValue, 24, 59, 0, 0, // Skip to: 20706 |
4241 | | /* 20647 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4242 | | /* 20650 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 20678 |
4243 | | /* 20655 */ MCD_OPC_CheckPredicate, 4, 78, 214, 1, // Skip to: 141058 |
4244 | | /* 20660 */ MCD_OPC_CheckField, 20, 1, 0, 71, 214, 1, // Skip to: 141058 |
4245 | | /* 20667 */ MCD_OPC_CheckField, 0, 1, 0, 64, 214, 1, // Skip to: 141058 |
4246 | | /* 20674 */ MCD_OPC_Decode, 251, 11, 96, // Opcode: ADD_VG2_2ZZ_S |
4247 | | /* 20678 */ MCD_OPC_FilterValue, 1, 55, 214, 1, // Skip to: 141058 |
4248 | | /* 20683 */ MCD_OPC_CheckPredicate, 4, 50, 214, 1, // Skip to: 141058 |
4249 | | /* 20688 */ MCD_OPC_CheckField, 20, 1, 0, 43, 214, 1, // Skip to: 141058 |
4250 | | /* 20695 */ MCD_OPC_CheckField, 0, 1, 0, 36, 214, 1, // Skip to: 141058 |
4251 | | /* 20702 */ MCD_OPC_Decode, 249, 11, 96, // Opcode: ADD_VG2_2ZZ_D |
4252 | | /* 20706 */ MCD_OPC_FilterValue, 32, 59, 0, 0, // Skip to: 20770 |
4253 | | /* 20711 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4254 | | /* 20714 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 20742 |
4255 | | /* 20719 */ MCD_OPC_CheckPredicate, 4, 14, 214, 1, // Skip to: 141058 |
4256 | | /* 20724 */ MCD_OPC_CheckField, 20, 1, 0, 7, 214, 1, // Skip to: 141058 |
4257 | | /* 20731 */ MCD_OPC_CheckField, 0, 1, 0, 0, 214, 1, // Skip to: 141058 |
4258 | | /* 20738 */ MCD_OPC_Decode, 197, 46, 96, // Opcode: SQDMULH_VG2_2ZZ_S |
4259 | | /* 20742 */ MCD_OPC_FilterValue, 1, 247, 213, 1, // Skip to: 141058 |
4260 | | /* 20747 */ MCD_OPC_CheckPredicate, 4, 242, 213, 1, // Skip to: 141058 |
4261 | | /* 20752 */ MCD_OPC_CheckField, 20, 1, 0, 235, 213, 1, // Skip to: 141058 |
4262 | | /* 20759 */ MCD_OPC_CheckField, 0, 1, 0, 228, 213, 1, // Skip to: 141058 |
4263 | | /* 20766 */ MCD_OPC_Decode, 195, 46, 96, // Opcode: SQDMULH_VG2_2ZZ_D |
4264 | | /* 20770 */ MCD_OPC_FilterValue, 64, 103, 0, 0, // Skip to: 20878 |
4265 | | /* 20775 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4266 | | /* 20778 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20828 |
4267 | | /* 20783 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4268 | | /* 20786 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20807 |
4269 | | /* 20791 */ MCD_OPC_CheckPredicate, 4, 198, 213, 1, // Skip to: 141058 |
4270 | | /* 20796 */ MCD_OPC_CheckField, 20, 1, 0, 191, 213, 1, // Skip to: 141058 |
4271 | | /* 20803 */ MCD_OPC_Decode, 231, 43, 97, // Opcode: SMAX_VG4_4ZZ_S |
4272 | | /* 20807 */ MCD_OPC_FilterValue, 1, 182, 213, 1, // Skip to: 141058 |
4273 | | /* 20812 */ MCD_OPC_CheckPredicate, 4, 177, 213, 1, // Skip to: 141058 |
4274 | | /* 20817 */ MCD_OPC_CheckField, 20, 1, 0, 170, 213, 1, // Skip to: 141058 |
4275 | | /* 20824 */ MCD_OPC_Decode, 229, 43, 97, // Opcode: SMAX_VG4_4ZZ_D |
4276 | | /* 20828 */ MCD_OPC_FilterValue, 1, 161, 213, 1, // Skip to: 141058 |
4277 | | /* 20833 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4278 | | /* 20836 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20857 |
4279 | | /* 20841 */ MCD_OPC_CheckPredicate, 4, 148, 213, 1, // Skip to: 141058 |
4280 | | /* 20846 */ MCD_OPC_CheckField, 20, 1, 0, 141, 213, 1, // Skip to: 141058 |
4281 | | /* 20853 */ MCD_OPC_Decode, 219, 57, 97, // Opcode: UMAX_VG4_4ZZ_S |
4282 | | /* 20857 */ MCD_OPC_FilterValue, 1, 132, 213, 1, // Skip to: 141058 |
4283 | | /* 20862 */ MCD_OPC_CheckPredicate, 4, 127, 213, 1, // Skip to: 141058 |
4284 | | /* 20867 */ MCD_OPC_CheckField, 20, 1, 0, 120, 213, 1, // Skip to: 141058 |
4285 | | /* 20874 */ MCD_OPC_Decode, 217, 57, 97, // Opcode: UMAX_VG4_4ZZ_D |
4286 | | /* 20878 */ MCD_OPC_FilterValue, 65, 103, 0, 0, // Skip to: 20986 |
4287 | | /* 20883 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4288 | | /* 20886 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 20936 |
4289 | | /* 20891 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4290 | | /* 20894 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20915 |
4291 | | /* 20899 */ MCD_OPC_CheckPredicate, 4, 90, 213, 1, // Skip to: 141058 |
4292 | | /* 20904 */ MCD_OPC_CheckField, 20, 1, 0, 83, 213, 1, // Skip to: 141058 |
4293 | | /* 20911 */ MCD_OPC_Decode, 161, 44, 97, // Opcode: SMIN_VG4_4ZZ_S |
4294 | | /* 20915 */ MCD_OPC_FilterValue, 1, 74, 213, 1, // Skip to: 141058 |
4295 | | /* 20920 */ MCD_OPC_CheckPredicate, 4, 69, 213, 1, // Skip to: 141058 |
4296 | | /* 20925 */ MCD_OPC_CheckField, 20, 1, 0, 62, 213, 1, // Skip to: 141058 |
4297 | | /* 20932 */ MCD_OPC_Decode, 159, 44, 97, // Opcode: SMIN_VG4_4ZZ_D |
4298 | | /* 20936 */ MCD_OPC_FilterValue, 1, 53, 213, 1, // Skip to: 141058 |
4299 | | /* 20941 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4300 | | /* 20944 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 20965 |
4301 | | /* 20949 */ MCD_OPC_CheckPredicate, 4, 40, 213, 1, // Skip to: 141058 |
4302 | | /* 20954 */ MCD_OPC_CheckField, 20, 1, 0, 33, 213, 1, // Skip to: 141058 |
4303 | | /* 20961 */ MCD_OPC_Decode, 148, 58, 97, // Opcode: UMIN_VG4_4ZZ_S |
4304 | | /* 20965 */ MCD_OPC_FilterValue, 1, 24, 213, 1, // Skip to: 141058 |
4305 | | /* 20970 */ MCD_OPC_CheckPredicate, 4, 19, 213, 1, // Skip to: 141058 |
4306 | | /* 20975 */ MCD_OPC_CheckField, 20, 1, 0, 12, 213, 1, // Skip to: 141058 |
4307 | | /* 20982 */ MCD_OPC_Decode, 146, 58, 97, // Opcode: UMIN_VG4_4ZZ_D |
4308 | | /* 20986 */ MCD_OPC_FilterValue, 72, 103, 0, 0, // Skip to: 21094 |
4309 | | /* 20991 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4310 | | /* 20994 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21044 |
4311 | | /* 20999 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4312 | | /* 21002 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21023 |
4313 | | /* 21007 */ MCD_OPC_CheckPredicate, 4, 238, 212, 1, // Skip to: 141058 |
4314 | | /* 21012 */ MCD_OPC_CheckField, 20, 1, 0, 231, 212, 1, // Skip to: 141058 |
4315 | | /* 21019 */ MCD_OPC_Decode, 128, 24, 97, // Opcode: FMAX_VG4_4ZZ_S |
4316 | | /* 21023 */ MCD_OPC_FilterValue, 1, 222, 212, 1, // Skip to: 141058 |
4317 | | /* 21028 */ MCD_OPC_CheckPredicate, 4, 217, 212, 1, // Skip to: 141058 |
4318 | | /* 21033 */ MCD_OPC_CheckField, 20, 1, 0, 210, 212, 1, // Skip to: 141058 |
4319 | | /* 21040 */ MCD_OPC_Decode, 254, 23, 97, // Opcode: FMAX_VG4_4ZZ_D |
4320 | | /* 21044 */ MCD_OPC_FilterValue, 1, 201, 212, 1, // Skip to: 141058 |
4321 | | /* 21049 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4322 | | /* 21052 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21073 |
4323 | | /* 21057 */ MCD_OPC_CheckPredicate, 4, 188, 212, 1, // Skip to: 141058 |
4324 | | /* 21062 */ MCD_OPC_CheckField, 20, 1, 0, 181, 212, 1, // Skip to: 141058 |
4325 | | /* 21069 */ MCD_OPC_Decode, 220, 24, 97, // Opcode: FMIN_VG4_4ZZ_S |
4326 | | /* 21073 */ MCD_OPC_FilterValue, 1, 172, 212, 1, // Skip to: 141058 |
4327 | | /* 21078 */ MCD_OPC_CheckPredicate, 4, 167, 212, 1, // Skip to: 141058 |
4328 | | /* 21083 */ MCD_OPC_CheckField, 20, 1, 0, 160, 212, 1, // Skip to: 141058 |
4329 | | /* 21090 */ MCD_OPC_Decode, 218, 24, 97, // Opcode: FMIN_VG4_4ZZ_D |
4330 | | /* 21094 */ MCD_OPC_FilterValue, 73, 103, 0, 0, // Skip to: 21202 |
4331 | | /* 21099 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4332 | | /* 21102 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21152 |
4333 | | /* 21107 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4334 | | /* 21110 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21131 |
4335 | | /* 21115 */ MCD_OPC_CheckPredicate, 4, 130, 212, 1, // Skip to: 141058 |
4336 | | /* 21120 */ MCD_OPC_CheckField, 20, 1, 0, 123, 212, 1, // Skip to: 141058 |
4337 | | /* 21127 */ MCD_OPC_Decode, 212, 23, 97, // Opcode: FMAXNM_VG4_4ZZ_S |
4338 | | /* 21131 */ MCD_OPC_FilterValue, 1, 114, 212, 1, // Skip to: 141058 |
4339 | | /* 21136 */ MCD_OPC_CheckPredicate, 4, 109, 212, 1, // Skip to: 141058 |
4340 | | /* 21141 */ MCD_OPC_CheckField, 20, 1, 0, 102, 212, 1, // Skip to: 141058 |
4341 | | /* 21148 */ MCD_OPC_Decode, 210, 23, 97, // Opcode: FMAXNM_VG4_4ZZ_D |
4342 | | /* 21152 */ MCD_OPC_FilterValue, 1, 93, 212, 1, // Skip to: 141058 |
4343 | | /* 21157 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4344 | | /* 21160 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21181 |
4345 | | /* 21165 */ MCD_OPC_CheckPredicate, 4, 80, 212, 1, // Skip to: 141058 |
4346 | | /* 21170 */ MCD_OPC_CheckField, 20, 1, 0, 73, 212, 1, // Skip to: 141058 |
4347 | | /* 21177 */ MCD_OPC_Decode, 176, 24, 97, // Opcode: FMINNM_VG4_4ZZ_S |
4348 | | /* 21181 */ MCD_OPC_FilterValue, 1, 64, 212, 1, // Skip to: 141058 |
4349 | | /* 21186 */ MCD_OPC_CheckPredicate, 4, 59, 212, 1, // Skip to: 141058 |
4350 | | /* 21191 */ MCD_OPC_CheckField, 20, 1, 0, 52, 212, 1, // Skip to: 141058 |
4351 | | /* 21198 */ MCD_OPC_Decode, 174, 24, 97, // Opcode: FMINNM_VG4_4ZZ_D |
4352 | | /* 21202 */ MCD_OPC_FilterValue, 76, 59, 0, 0, // Skip to: 21266 |
4353 | | /* 21207 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4354 | | /* 21210 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 21238 |
4355 | | /* 21215 */ MCD_OPC_CheckPredicate, 15, 30, 212, 1, // Skip to: 141058 |
4356 | | /* 21220 */ MCD_OPC_CheckField, 20, 1, 0, 23, 212, 1, // Skip to: 141058 |
4357 | | /* 21227 */ MCD_OPC_CheckField, 0, 2, 0, 16, 212, 1, // Skip to: 141058 |
4358 | | /* 21234 */ MCD_OPC_Decode, 161, 28, 97, // Opcode: FSCALE_4ZZ_S |
4359 | | /* 21238 */ MCD_OPC_FilterValue, 1, 7, 212, 1, // Skip to: 141058 |
4360 | | /* 21243 */ MCD_OPC_CheckPredicate, 15, 2, 212, 1, // Skip to: 141058 |
4361 | | /* 21248 */ MCD_OPC_CheckField, 20, 1, 0, 251, 211, 1, // Skip to: 141058 |
4362 | | /* 21255 */ MCD_OPC_CheckField, 0, 2, 0, 244, 211, 1, // Skip to: 141058 |
4363 | | /* 21262 */ MCD_OPC_Decode, 159, 28, 97, // Opcode: FSCALE_4ZZ_D |
4364 | | /* 21266 */ MCD_OPC_FilterValue, 81, 103, 0, 0, // Skip to: 21374 |
4365 | | /* 21271 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4366 | | /* 21274 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21324 |
4367 | | /* 21279 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4368 | | /* 21282 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21303 |
4369 | | /* 21287 */ MCD_OPC_CheckPredicate, 4, 214, 211, 1, // Skip to: 141058 |
4370 | | /* 21292 */ MCD_OPC_CheckField, 20, 1, 0, 207, 211, 1, // Skip to: 141058 |
4371 | | /* 21299 */ MCD_OPC_Decode, 201, 49, 97, // Opcode: SRSHL_VG4_4ZZ_S |
4372 | | /* 21303 */ MCD_OPC_FilterValue, 1, 198, 211, 1, // Skip to: 141058 |
4373 | | /* 21308 */ MCD_OPC_CheckPredicate, 4, 193, 211, 1, // Skip to: 141058 |
4374 | | /* 21313 */ MCD_OPC_CheckField, 20, 1, 0, 186, 211, 1, // Skip to: 141058 |
4375 | | /* 21320 */ MCD_OPC_Decode, 199, 49, 97, // Opcode: SRSHL_VG4_4ZZ_D |
4376 | | /* 21324 */ MCD_OPC_FilterValue, 1, 177, 211, 1, // Skip to: 141058 |
4377 | | /* 21329 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4378 | | /* 21332 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21353 |
4379 | | /* 21337 */ MCD_OPC_CheckPredicate, 4, 164, 211, 1, // Skip to: 141058 |
4380 | | /* 21342 */ MCD_OPC_CheckField, 20, 1, 0, 157, 211, 1, // Skip to: 141058 |
4381 | | /* 21349 */ MCD_OPC_Decode, 149, 61, 97, // Opcode: URSHL_VG4_4ZZ_S |
4382 | | /* 21353 */ MCD_OPC_FilterValue, 1, 148, 211, 1, // Skip to: 141058 |
4383 | | /* 21358 */ MCD_OPC_CheckPredicate, 4, 143, 211, 1, // Skip to: 141058 |
4384 | | /* 21363 */ MCD_OPC_CheckField, 20, 1, 0, 136, 211, 1, // Skip to: 141058 |
4385 | | /* 21370 */ MCD_OPC_Decode, 147, 61, 97, // Opcode: URSHL_VG4_4ZZ_D |
4386 | | /* 21374 */ MCD_OPC_FilterValue, 88, 59, 0, 0, // Skip to: 21438 |
4387 | | /* 21379 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4388 | | /* 21382 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 21410 |
4389 | | /* 21387 */ MCD_OPC_CheckPredicate, 4, 114, 211, 1, // Skip to: 141058 |
4390 | | /* 21392 */ MCD_OPC_CheckField, 20, 1, 0, 107, 211, 1, // Skip to: 141058 |
4391 | | /* 21399 */ MCD_OPC_CheckField, 0, 2, 0, 100, 211, 1, // Skip to: 141058 |
4392 | | /* 21406 */ MCD_OPC_Decode, 133, 12, 97, // Opcode: ADD_VG4_4ZZ_S |
4393 | | /* 21410 */ MCD_OPC_FilterValue, 1, 91, 211, 1, // Skip to: 141058 |
4394 | | /* 21415 */ MCD_OPC_CheckPredicate, 4, 86, 211, 1, // Skip to: 141058 |
4395 | | /* 21420 */ MCD_OPC_CheckField, 20, 1, 0, 79, 211, 1, // Skip to: 141058 |
4396 | | /* 21427 */ MCD_OPC_CheckField, 0, 2, 0, 72, 211, 1, // Skip to: 141058 |
4397 | | /* 21434 */ MCD_OPC_Decode, 131, 12, 97, // Opcode: ADD_VG4_4ZZ_D |
4398 | | /* 21438 */ MCD_OPC_FilterValue, 96, 59, 0, 0, // Skip to: 21502 |
4399 | | /* 21443 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4400 | | /* 21446 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 21474 |
4401 | | /* 21451 */ MCD_OPC_CheckPredicate, 4, 50, 211, 1, // Skip to: 141058 |
4402 | | /* 21456 */ MCD_OPC_CheckField, 20, 1, 0, 43, 211, 1, // Skip to: 141058 |
4403 | | /* 21463 */ MCD_OPC_CheckField, 0, 2, 0, 36, 211, 1, // Skip to: 141058 |
4404 | | /* 21470 */ MCD_OPC_Decode, 205, 46, 97, // Opcode: SQDMULH_VG4_4ZZ_S |
4405 | | /* 21474 */ MCD_OPC_FilterValue, 1, 27, 211, 1, // Skip to: 141058 |
4406 | | /* 21479 */ MCD_OPC_CheckPredicate, 4, 22, 211, 1, // Skip to: 141058 |
4407 | | /* 21484 */ MCD_OPC_CheckField, 20, 1, 0, 15, 211, 1, // Skip to: 141058 |
4408 | | /* 21491 */ MCD_OPC_CheckField, 0, 2, 0, 8, 211, 1, // Skip to: 141058 |
4409 | | /* 21498 */ MCD_OPC_Decode, 203, 46, 97, // Opcode: SQDMULH_VG4_4ZZ_D |
4410 | | /* 21502 */ MCD_OPC_FilterValue, 128, 1, 103, 0, 0, // Skip to: 21611 |
4411 | | /* 21508 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4412 | | /* 21511 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21561 |
4413 | | /* 21516 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4414 | | /* 21519 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21540 |
4415 | | /* 21524 */ MCD_OPC_CheckPredicate, 4, 233, 210, 1, // Skip to: 141058 |
4416 | | /* 21529 */ MCD_OPC_CheckField, 16, 1, 0, 226, 210, 1, // Skip to: 141058 |
4417 | | /* 21536 */ MCD_OPC_Decode, 219, 43, 98, // Opcode: SMAX_VG2_2Z2Z_S |
4418 | | /* 21540 */ MCD_OPC_FilterValue, 1, 217, 210, 1, // Skip to: 141058 |
4419 | | /* 21545 */ MCD_OPC_CheckPredicate, 4, 212, 210, 1, // Skip to: 141058 |
4420 | | /* 21550 */ MCD_OPC_CheckField, 16, 1, 0, 205, 210, 1, // Skip to: 141058 |
4421 | | /* 21557 */ MCD_OPC_Decode, 217, 43, 98, // Opcode: SMAX_VG2_2Z2Z_D |
4422 | | /* 21561 */ MCD_OPC_FilterValue, 1, 196, 210, 1, // Skip to: 141058 |
4423 | | /* 21566 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4424 | | /* 21569 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21590 |
4425 | | /* 21574 */ MCD_OPC_CheckPredicate, 4, 183, 210, 1, // Skip to: 141058 |
4426 | | /* 21579 */ MCD_OPC_CheckField, 16, 1, 0, 176, 210, 1, // Skip to: 141058 |
4427 | | /* 21586 */ MCD_OPC_Decode, 207, 57, 98, // Opcode: UMAX_VG2_2Z2Z_S |
4428 | | /* 21590 */ MCD_OPC_FilterValue, 1, 167, 210, 1, // Skip to: 141058 |
4429 | | /* 21595 */ MCD_OPC_CheckPredicate, 4, 162, 210, 1, // Skip to: 141058 |
4430 | | /* 21600 */ MCD_OPC_CheckField, 16, 1, 0, 155, 210, 1, // Skip to: 141058 |
4431 | | /* 21607 */ MCD_OPC_Decode, 205, 57, 98, // Opcode: UMAX_VG2_2Z2Z_D |
4432 | | /* 21611 */ MCD_OPC_FilterValue, 129, 1, 103, 0, 0, // Skip to: 21720 |
4433 | | /* 21617 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4434 | | /* 21620 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21670 |
4435 | | /* 21625 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4436 | | /* 21628 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21649 |
4437 | | /* 21633 */ MCD_OPC_CheckPredicate, 4, 124, 210, 1, // Skip to: 141058 |
4438 | | /* 21638 */ MCD_OPC_CheckField, 16, 1, 0, 117, 210, 1, // Skip to: 141058 |
4439 | | /* 21645 */ MCD_OPC_Decode, 149, 44, 98, // Opcode: SMIN_VG2_2Z2Z_S |
4440 | | /* 21649 */ MCD_OPC_FilterValue, 1, 108, 210, 1, // Skip to: 141058 |
4441 | | /* 21654 */ MCD_OPC_CheckPredicate, 4, 103, 210, 1, // Skip to: 141058 |
4442 | | /* 21659 */ MCD_OPC_CheckField, 16, 1, 0, 96, 210, 1, // Skip to: 141058 |
4443 | | /* 21666 */ MCD_OPC_Decode, 147, 44, 98, // Opcode: SMIN_VG2_2Z2Z_D |
4444 | | /* 21670 */ MCD_OPC_FilterValue, 1, 87, 210, 1, // Skip to: 141058 |
4445 | | /* 21675 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4446 | | /* 21678 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21699 |
4447 | | /* 21683 */ MCD_OPC_CheckPredicate, 4, 74, 210, 1, // Skip to: 141058 |
4448 | | /* 21688 */ MCD_OPC_CheckField, 16, 1, 0, 67, 210, 1, // Skip to: 141058 |
4449 | | /* 21695 */ MCD_OPC_Decode, 136, 58, 98, // Opcode: UMIN_VG2_2Z2Z_S |
4450 | | /* 21699 */ MCD_OPC_FilterValue, 1, 58, 210, 1, // Skip to: 141058 |
4451 | | /* 21704 */ MCD_OPC_CheckPredicate, 4, 53, 210, 1, // Skip to: 141058 |
4452 | | /* 21709 */ MCD_OPC_CheckField, 16, 1, 0, 46, 210, 1, // Skip to: 141058 |
4453 | | /* 21716 */ MCD_OPC_Decode, 134, 58, 98, // Opcode: UMIN_VG2_2Z2Z_D |
4454 | | /* 21720 */ MCD_OPC_FilterValue, 136, 1, 103, 0, 0, // Skip to: 21829 |
4455 | | /* 21726 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4456 | | /* 21729 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21779 |
4457 | | /* 21734 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4458 | | /* 21737 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21758 |
4459 | | /* 21742 */ MCD_OPC_CheckPredicate, 4, 15, 210, 1, // Skip to: 141058 |
4460 | | /* 21747 */ MCD_OPC_CheckField, 16, 1, 0, 8, 210, 1, // Skip to: 141058 |
4461 | | /* 21754 */ MCD_OPC_Decode, 247, 23, 98, // Opcode: FMAX_VG2_2Z2Z_S |
4462 | | /* 21758 */ MCD_OPC_FilterValue, 1, 255, 209, 1, // Skip to: 141058 |
4463 | | /* 21763 */ MCD_OPC_CheckPredicate, 4, 250, 209, 1, // Skip to: 141058 |
4464 | | /* 21768 */ MCD_OPC_CheckField, 16, 1, 0, 243, 209, 1, // Skip to: 141058 |
4465 | | /* 21775 */ MCD_OPC_Decode, 245, 23, 98, // Opcode: FMAX_VG2_2Z2Z_D |
4466 | | /* 21779 */ MCD_OPC_FilterValue, 1, 234, 209, 1, // Skip to: 141058 |
4467 | | /* 21784 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4468 | | /* 21787 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21808 |
4469 | | /* 21792 */ MCD_OPC_CheckPredicate, 4, 221, 209, 1, // Skip to: 141058 |
4470 | | /* 21797 */ MCD_OPC_CheckField, 16, 1, 0, 214, 209, 1, // Skip to: 141058 |
4471 | | /* 21804 */ MCD_OPC_Decode, 211, 24, 98, // Opcode: FMIN_VG2_2Z2Z_S |
4472 | | /* 21808 */ MCD_OPC_FilterValue, 1, 205, 209, 1, // Skip to: 141058 |
4473 | | /* 21813 */ MCD_OPC_CheckPredicate, 4, 200, 209, 1, // Skip to: 141058 |
4474 | | /* 21818 */ MCD_OPC_CheckField, 16, 1, 0, 193, 209, 1, // Skip to: 141058 |
4475 | | /* 21825 */ MCD_OPC_Decode, 209, 24, 98, // Opcode: FMIN_VG2_2Z2Z_D |
4476 | | /* 21829 */ MCD_OPC_FilterValue, 137, 1, 103, 0, 0, // Skip to: 21938 |
4477 | | /* 21835 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4478 | | /* 21838 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21888 |
4479 | | /* 21843 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4480 | | /* 21846 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21867 |
4481 | | /* 21851 */ MCD_OPC_CheckPredicate, 4, 162, 209, 1, // Skip to: 141058 |
4482 | | /* 21856 */ MCD_OPC_CheckField, 16, 1, 0, 155, 209, 1, // Skip to: 141058 |
4483 | | /* 21863 */ MCD_OPC_Decode, 203, 23, 98, // Opcode: FMAXNM_VG2_2Z2Z_S |
4484 | | /* 21867 */ MCD_OPC_FilterValue, 1, 146, 209, 1, // Skip to: 141058 |
4485 | | /* 21872 */ MCD_OPC_CheckPredicate, 4, 141, 209, 1, // Skip to: 141058 |
4486 | | /* 21877 */ MCD_OPC_CheckField, 16, 1, 0, 134, 209, 1, // Skip to: 141058 |
4487 | | /* 21884 */ MCD_OPC_Decode, 201, 23, 98, // Opcode: FMAXNM_VG2_2Z2Z_D |
4488 | | /* 21888 */ MCD_OPC_FilterValue, 1, 125, 209, 1, // Skip to: 141058 |
4489 | | /* 21893 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4490 | | /* 21896 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21917 |
4491 | | /* 21901 */ MCD_OPC_CheckPredicate, 4, 112, 209, 1, // Skip to: 141058 |
4492 | | /* 21906 */ MCD_OPC_CheckField, 16, 1, 0, 105, 209, 1, // Skip to: 141058 |
4493 | | /* 21913 */ MCD_OPC_Decode, 167, 24, 98, // Opcode: FMINNM_VG2_2Z2Z_S |
4494 | | /* 21917 */ MCD_OPC_FilterValue, 1, 96, 209, 1, // Skip to: 141058 |
4495 | | /* 21922 */ MCD_OPC_CheckPredicate, 4, 91, 209, 1, // Skip to: 141058 |
4496 | | /* 21927 */ MCD_OPC_CheckField, 16, 1, 0, 84, 209, 1, // Skip to: 141058 |
4497 | | /* 21934 */ MCD_OPC_Decode, 165, 24, 98, // Opcode: FMINNM_VG2_2Z2Z_D |
4498 | | /* 21938 */ MCD_OPC_FilterValue, 138, 1, 103, 0, 0, // Skip to: 22047 |
4499 | | /* 21944 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4500 | | /* 21947 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 21997 |
4501 | | /* 21952 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4502 | | /* 21955 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 21976 |
4503 | | /* 21960 */ MCD_OPC_CheckPredicate, 18, 53, 209, 1, // Skip to: 141058 |
4504 | | /* 21965 */ MCD_OPC_CheckField, 16, 1, 0, 46, 209, 1, // Skip to: 141058 |
4505 | | /* 21972 */ MCD_OPC_Decode, 217, 19, 98, // Opcode: FAMAX_2Z2Z_S |
4506 | | /* 21976 */ MCD_OPC_FilterValue, 1, 37, 209, 1, // Skip to: 141058 |
4507 | | /* 21981 */ MCD_OPC_CheckPredicate, 18, 32, 209, 1, // Skip to: 141058 |
4508 | | /* 21986 */ MCD_OPC_CheckField, 16, 1, 0, 25, 209, 1, // Skip to: 141058 |
4509 | | /* 21993 */ MCD_OPC_Decode, 215, 19, 98, // Opcode: FAMAX_2Z2Z_D |
4510 | | /* 21997 */ MCD_OPC_FilterValue, 1, 16, 209, 1, // Skip to: 141058 |
4511 | | /* 22002 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4512 | | /* 22005 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22026 |
4513 | | /* 22010 */ MCD_OPC_CheckPredicate, 18, 3, 209, 1, // Skip to: 141058 |
4514 | | /* 22015 */ MCD_OPC_CheckField, 16, 1, 0, 252, 208, 1, // Skip to: 141058 |
4515 | | /* 22022 */ MCD_OPC_Decode, 231, 19, 98, // Opcode: FAMIN_2Z2Z_S |
4516 | | /* 22026 */ MCD_OPC_FilterValue, 1, 243, 208, 1, // Skip to: 141058 |
4517 | | /* 22031 */ MCD_OPC_CheckPredicate, 18, 238, 208, 1, // Skip to: 141058 |
4518 | | /* 22036 */ MCD_OPC_CheckField, 16, 1, 0, 231, 208, 1, // Skip to: 141058 |
4519 | | /* 22043 */ MCD_OPC_Decode, 229, 19, 98, // Opcode: FAMIN_2Z2Z_D |
4520 | | /* 22047 */ MCD_OPC_FilterValue, 140, 1, 59, 0, 0, // Skip to: 22112 |
4521 | | /* 22053 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4522 | | /* 22056 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 22084 |
4523 | | /* 22061 */ MCD_OPC_CheckPredicate, 15, 208, 208, 1, // Skip to: 141058 |
4524 | | /* 22066 */ MCD_OPC_CheckField, 16, 1, 0, 201, 208, 1, // Skip to: 141058 |
4525 | | /* 22073 */ MCD_OPC_CheckField, 0, 1, 0, 194, 208, 1, // Skip to: 141058 |
4526 | | /* 22080 */ MCD_OPC_Decode, 152, 28, 98, // Opcode: FSCALE_2Z2Z_S |
4527 | | /* 22084 */ MCD_OPC_FilterValue, 1, 185, 208, 1, // Skip to: 141058 |
4528 | | /* 22089 */ MCD_OPC_CheckPredicate, 15, 180, 208, 1, // Skip to: 141058 |
4529 | | /* 22094 */ MCD_OPC_CheckField, 16, 1, 0, 173, 208, 1, // Skip to: 141058 |
4530 | | /* 22101 */ MCD_OPC_CheckField, 0, 1, 0, 166, 208, 1, // Skip to: 141058 |
4531 | | /* 22108 */ MCD_OPC_Decode, 150, 28, 98, // Opcode: FSCALE_2Z2Z_D |
4532 | | /* 22112 */ MCD_OPC_FilterValue, 145, 1, 103, 0, 0, // Skip to: 22221 |
4533 | | /* 22118 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4534 | | /* 22121 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22171 |
4535 | | /* 22126 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4536 | | /* 22129 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22150 |
4537 | | /* 22134 */ MCD_OPC_CheckPredicate, 4, 135, 208, 1, // Skip to: 141058 |
4538 | | /* 22139 */ MCD_OPC_CheckField, 16, 1, 0, 128, 208, 1, // Skip to: 141058 |
4539 | | /* 22146 */ MCD_OPC_Decode, 189, 49, 98, // Opcode: SRSHL_VG2_2Z2Z_S |
4540 | | /* 22150 */ MCD_OPC_FilterValue, 1, 119, 208, 1, // Skip to: 141058 |
4541 | | /* 22155 */ MCD_OPC_CheckPredicate, 4, 114, 208, 1, // Skip to: 141058 |
4542 | | /* 22160 */ MCD_OPC_CheckField, 16, 1, 0, 107, 208, 1, // Skip to: 141058 |
4543 | | /* 22167 */ MCD_OPC_Decode, 187, 49, 98, // Opcode: SRSHL_VG2_2Z2Z_D |
4544 | | /* 22171 */ MCD_OPC_FilterValue, 1, 98, 208, 1, // Skip to: 141058 |
4545 | | /* 22176 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4546 | | /* 22179 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22200 |
4547 | | /* 22184 */ MCD_OPC_CheckPredicate, 4, 85, 208, 1, // Skip to: 141058 |
4548 | | /* 22189 */ MCD_OPC_CheckField, 16, 1, 0, 78, 208, 1, // Skip to: 141058 |
4549 | | /* 22196 */ MCD_OPC_Decode, 137, 61, 98, // Opcode: URSHL_VG2_2Z2Z_S |
4550 | | /* 22200 */ MCD_OPC_FilterValue, 1, 69, 208, 1, // Skip to: 141058 |
4551 | | /* 22205 */ MCD_OPC_CheckPredicate, 4, 64, 208, 1, // Skip to: 141058 |
4552 | | /* 22210 */ MCD_OPC_CheckField, 16, 1, 0, 57, 208, 1, // Skip to: 141058 |
4553 | | /* 22217 */ MCD_OPC_Decode, 135, 61, 98, // Opcode: URSHL_VG2_2Z2Z_D |
4554 | | /* 22221 */ MCD_OPC_FilterValue, 160, 1, 59, 0, 0, // Skip to: 22286 |
4555 | | /* 22227 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4556 | | /* 22230 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 22258 |
4557 | | /* 22235 */ MCD_OPC_CheckPredicate, 4, 34, 208, 1, // Skip to: 141058 |
4558 | | /* 22240 */ MCD_OPC_CheckField, 16, 1, 0, 27, 208, 1, // Skip to: 141058 |
4559 | | /* 22247 */ MCD_OPC_CheckField, 0, 1, 0, 20, 208, 1, // Skip to: 141058 |
4560 | | /* 22254 */ MCD_OPC_Decode, 193, 46, 98, // Opcode: SQDMULH_VG2_2Z2Z_S |
4561 | | /* 22258 */ MCD_OPC_FilterValue, 1, 11, 208, 1, // Skip to: 141058 |
4562 | | /* 22263 */ MCD_OPC_CheckPredicate, 4, 6, 208, 1, // Skip to: 141058 |
4563 | | /* 22268 */ MCD_OPC_CheckField, 16, 1, 0, 255, 207, 1, // Skip to: 141058 |
4564 | | /* 22275 */ MCD_OPC_CheckField, 0, 1, 0, 248, 207, 1, // Skip to: 141058 |
4565 | | /* 22282 */ MCD_OPC_Decode, 191, 46, 98, // Opcode: SQDMULH_VG2_2Z2Z_D |
4566 | | /* 22286 */ MCD_OPC_FilterValue, 192, 1, 103, 0, 0, // Skip to: 22395 |
4567 | | /* 22292 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4568 | | /* 22295 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22345 |
4569 | | /* 22300 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4570 | | /* 22303 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22324 |
4571 | | /* 22308 */ MCD_OPC_CheckPredicate, 4, 217, 207, 1, // Skip to: 141058 |
4572 | | /* 22313 */ MCD_OPC_CheckField, 16, 2, 0, 210, 207, 1, // Skip to: 141058 |
4573 | | /* 22320 */ MCD_OPC_Decode, 227, 43, 99, // Opcode: SMAX_VG4_4Z4Z_S |
4574 | | /* 22324 */ MCD_OPC_FilterValue, 1, 201, 207, 1, // Skip to: 141058 |
4575 | | /* 22329 */ MCD_OPC_CheckPredicate, 4, 196, 207, 1, // Skip to: 141058 |
4576 | | /* 22334 */ MCD_OPC_CheckField, 16, 2, 0, 189, 207, 1, // Skip to: 141058 |
4577 | | /* 22341 */ MCD_OPC_Decode, 225, 43, 99, // Opcode: SMAX_VG4_4Z4Z_D |
4578 | | /* 22345 */ MCD_OPC_FilterValue, 1, 180, 207, 1, // Skip to: 141058 |
4579 | | /* 22350 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4580 | | /* 22353 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22374 |
4581 | | /* 22358 */ MCD_OPC_CheckPredicate, 4, 167, 207, 1, // Skip to: 141058 |
4582 | | /* 22363 */ MCD_OPC_CheckField, 16, 2, 0, 160, 207, 1, // Skip to: 141058 |
4583 | | /* 22370 */ MCD_OPC_Decode, 215, 57, 99, // Opcode: UMAX_VG4_4Z4Z_S |
4584 | | /* 22374 */ MCD_OPC_FilterValue, 1, 151, 207, 1, // Skip to: 141058 |
4585 | | /* 22379 */ MCD_OPC_CheckPredicate, 4, 146, 207, 1, // Skip to: 141058 |
4586 | | /* 22384 */ MCD_OPC_CheckField, 16, 2, 0, 139, 207, 1, // Skip to: 141058 |
4587 | | /* 22391 */ MCD_OPC_Decode, 213, 57, 99, // Opcode: UMAX_VG4_4Z4Z_D |
4588 | | /* 22395 */ MCD_OPC_FilterValue, 193, 1, 103, 0, 0, // Skip to: 22504 |
4589 | | /* 22401 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4590 | | /* 22404 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22454 |
4591 | | /* 22409 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4592 | | /* 22412 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22433 |
4593 | | /* 22417 */ MCD_OPC_CheckPredicate, 4, 108, 207, 1, // Skip to: 141058 |
4594 | | /* 22422 */ MCD_OPC_CheckField, 16, 2, 0, 101, 207, 1, // Skip to: 141058 |
4595 | | /* 22429 */ MCD_OPC_Decode, 157, 44, 99, // Opcode: SMIN_VG4_4Z4Z_S |
4596 | | /* 22433 */ MCD_OPC_FilterValue, 1, 92, 207, 1, // Skip to: 141058 |
4597 | | /* 22438 */ MCD_OPC_CheckPredicate, 4, 87, 207, 1, // Skip to: 141058 |
4598 | | /* 22443 */ MCD_OPC_CheckField, 16, 2, 0, 80, 207, 1, // Skip to: 141058 |
4599 | | /* 22450 */ MCD_OPC_Decode, 155, 44, 99, // Opcode: SMIN_VG4_4Z4Z_D |
4600 | | /* 22454 */ MCD_OPC_FilterValue, 1, 71, 207, 1, // Skip to: 141058 |
4601 | | /* 22459 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4602 | | /* 22462 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22483 |
4603 | | /* 22467 */ MCD_OPC_CheckPredicate, 4, 58, 207, 1, // Skip to: 141058 |
4604 | | /* 22472 */ MCD_OPC_CheckField, 16, 2, 0, 51, 207, 1, // Skip to: 141058 |
4605 | | /* 22479 */ MCD_OPC_Decode, 144, 58, 99, // Opcode: UMIN_VG4_4Z4Z_S |
4606 | | /* 22483 */ MCD_OPC_FilterValue, 1, 42, 207, 1, // Skip to: 141058 |
4607 | | /* 22488 */ MCD_OPC_CheckPredicate, 4, 37, 207, 1, // Skip to: 141058 |
4608 | | /* 22493 */ MCD_OPC_CheckField, 16, 2, 0, 30, 207, 1, // Skip to: 141058 |
4609 | | /* 22500 */ MCD_OPC_Decode, 142, 58, 99, // Opcode: UMIN_VG4_4Z4Z_D |
4610 | | /* 22504 */ MCD_OPC_FilterValue, 200, 1, 103, 0, 0, // Skip to: 22613 |
4611 | | /* 22510 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4612 | | /* 22513 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22563 |
4613 | | /* 22518 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4614 | | /* 22521 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22542 |
4615 | | /* 22526 */ MCD_OPC_CheckPredicate, 4, 255, 206, 1, // Skip to: 141058 |
4616 | | /* 22531 */ MCD_OPC_CheckField, 16, 2, 0, 248, 206, 1, // Skip to: 141058 |
4617 | | /* 22538 */ MCD_OPC_Decode, 253, 23, 99, // Opcode: FMAX_VG4_4Z4Z_S |
4618 | | /* 22542 */ MCD_OPC_FilterValue, 1, 239, 206, 1, // Skip to: 141058 |
4619 | | /* 22547 */ MCD_OPC_CheckPredicate, 4, 234, 206, 1, // Skip to: 141058 |
4620 | | /* 22552 */ MCD_OPC_CheckField, 16, 2, 0, 227, 206, 1, // Skip to: 141058 |
4621 | | /* 22559 */ MCD_OPC_Decode, 251, 23, 99, // Opcode: FMAX_VG4_4Z4Z_D |
4622 | | /* 22563 */ MCD_OPC_FilterValue, 1, 218, 206, 1, // Skip to: 141058 |
4623 | | /* 22568 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4624 | | /* 22571 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22592 |
4625 | | /* 22576 */ MCD_OPC_CheckPredicate, 4, 205, 206, 1, // Skip to: 141058 |
4626 | | /* 22581 */ MCD_OPC_CheckField, 16, 2, 0, 198, 206, 1, // Skip to: 141058 |
4627 | | /* 22588 */ MCD_OPC_Decode, 217, 24, 99, // Opcode: FMIN_VG4_4Z4Z_S |
4628 | | /* 22592 */ MCD_OPC_FilterValue, 1, 189, 206, 1, // Skip to: 141058 |
4629 | | /* 22597 */ MCD_OPC_CheckPredicate, 4, 184, 206, 1, // Skip to: 141058 |
4630 | | /* 22602 */ MCD_OPC_CheckField, 16, 2, 0, 177, 206, 1, // Skip to: 141058 |
4631 | | /* 22609 */ MCD_OPC_Decode, 215, 24, 99, // Opcode: FMIN_VG4_4Z4Z_D |
4632 | | /* 22613 */ MCD_OPC_FilterValue, 201, 1, 103, 0, 0, // Skip to: 22722 |
4633 | | /* 22619 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4634 | | /* 22622 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22672 |
4635 | | /* 22627 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4636 | | /* 22630 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22651 |
4637 | | /* 22635 */ MCD_OPC_CheckPredicate, 4, 146, 206, 1, // Skip to: 141058 |
4638 | | /* 22640 */ MCD_OPC_CheckField, 16, 2, 0, 139, 206, 1, // Skip to: 141058 |
4639 | | /* 22647 */ MCD_OPC_Decode, 209, 23, 99, // Opcode: FMAXNM_VG4_4Z4Z_S |
4640 | | /* 22651 */ MCD_OPC_FilterValue, 1, 130, 206, 1, // Skip to: 141058 |
4641 | | /* 22656 */ MCD_OPC_CheckPredicate, 4, 125, 206, 1, // Skip to: 141058 |
4642 | | /* 22661 */ MCD_OPC_CheckField, 16, 2, 0, 118, 206, 1, // Skip to: 141058 |
4643 | | /* 22668 */ MCD_OPC_Decode, 207, 23, 99, // Opcode: FMAXNM_VG4_4Z4Z_D |
4644 | | /* 22672 */ MCD_OPC_FilterValue, 1, 109, 206, 1, // Skip to: 141058 |
4645 | | /* 22677 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4646 | | /* 22680 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22701 |
4647 | | /* 22685 */ MCD_OPC_CheckPredicate, 4, 96, 206, 1, // Skip to: 141058 |
4648 | | /* 22690 */ MCD_OPC_CheckField, 16, 2, 0, 89, 206, 1, // Skip to: 141058 |
4649 | | /* 22697 */ MCD_OPC_Decode, 173, 24, 99, // Opcode: FMINNM_VG4_4Z4Z_S |
4650 | | /* 22701 */ MCD_OPC_FilterValue, 1, 80, 206, 1, // Skip to: 141058 |
4651 | | /* 22706 */ MCD_OPC_CheckPredicate, 4, 75, 206, 1, // Skip to: 141058 |
4652 | | /* 22711 */ MCD_OPC_CheckField, 16, 2, 0, 68, 206, 1, // Skip to: 141058 |
4653 | | /* 22718 */ MCD_OPC_Decode, 171, 24, 99, // Opcode: FMINNM_VG4_4Z4Z_D |
4654 | | /* 22722 */ MCD_OPC_FilterValue, 202, 1, 103, 0, 0, // Skip to: 22831 |
4655 | | /* 22728 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4656 | | /* 22731 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22781 |
4657 | | /* 22736 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4658 | | /* 22739 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22760 |
4659 | | /* 22744 */ MCD_OPC_CheckPredicate, 18, 37, 206, 1, // Skip to: 141058 |
4660 | | /* 22749 */ MCD_OPC_CheckField, 16, 2, 0, 30, 206, 1, // Skip to: 141058 |
4661 | | /* 22756 */ MCD_OPC_Decode, 220, 19, 99, // Opcode: FAMAX_4Z4Z_S |
4662 | | /* 22760 */ MCD_OPC_FilterValue, 1, 21, 206, 1, // Skip to: 141058 |
4663 | | /* 22765 */ MCD_OPC_CheckPredicate, 18, 16, 206, 1, // Skip to: 141058 |
4664 | | /* 22770 */ MCD_OPC_CheckField, 16, 2, 0, 9, 206, 1, // Skip to: 141058 |
4665 | | /* 22777 */ MCD_OPC_Decode, 218, 19, 99, // Opcode: FAMAX_4Z4Z_D |
4666 | | /* 22781 */ MCD_OPC_FilterValue, 1, 0, 206, 1, // Skip to: 141058 |
4667 | | /* 22786 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4668 | | /* 22789 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22810 |
4669 | | /* 22794 */ MCD_OPC_CheckPredicate, 18, 243, 205, 1, // Skip to: 141058 |
4670 | | /* 22799 */ MCD_OPC_CheckField, 16, 2, 0, 236, 205, 1, // Skip to: 141058 |
4671 | | /* 22806 */ MCD_OPC_Decode, 234, 19, 99, // Opcode: FAMIN_4Z4Z_S |
4672 | | /* 22810 */ MCD_OPC_FilterValue, 1, 227, 205, 1, // Skip to: 141058 |
4673 | | /* 22815 */ MCD_OPC_CheckPredicate, 18, 222, 205, 1, // Skip to: 141058 |
4674 | | /* 22820 */ MCD_OPC_CheckField, 16, 2, 0, 215, 205, 1, // Skip to: 141058 |
4675 | | /* 22827 */ MCD_OPC_Decode, 232, 19, 99, // Opcode: FAMIN_4Z4Z_D |
4676 | | /* 22831 */ MCD_OPC_FilterValue, 204, 1, 59, 0, 0, // Skip to: 22896 |
4677 | | /* 22837 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4678 | | /* 22840 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 22868 |
4679 | | /* 22845 */ MCD_OPC_CheckPredicate, 15, 192, 205, 1, // Skip to: 141058 |
4680 | | /* 22850 */ MCD_OPC_CheckField, 16, 2, 0, 185, 205, 1, // Skip to: 141058 |
4681 | | /* 22857 */ MCD_OPC_CheckField, 0, 2, 0, 178, 205, 1, // Skip to: 141058 |
4682 | | /* 22864 */ MCD_OPC_Decode, 158, 28, 99, // Opcode: FSCALE_4Z4Z_S |
4683 | | /* 22868 */ MCD_OPC_FilterValue, 1, 169, 205, 1, // Skip to: 141058 |
4684 | | /* 22873 */ MCD_OPC_CheckPredicate, 15, 164, 205, 1, // Skip to: 141058 |
4685 | | /* 22878 */ MCD_OPC_CheckField, 16, 2, 0, 157, 205, 1, // Skip to: 141058 |
4686 | | /* 22885 */ MCD_OPC_CheckField, 0, 2, 0, 150, 205, 1, // Skip to: 141058 |
4687 | | /* 22892 */ MCD_OPC_Decode, 156, 28, 99, // Opcode: FSCALE_4Z4Z_D |
4688 | | /* 22896 */ MCD_OPC_FilterValue, 209, 1, 103, 0, 0, // Skip to: 23005 |
4689 | | /* 22902 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4690 | | /* 22905 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 22955 |
4691 | | /* 22910 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4692 | | /* 22913 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22934 |
4693 | | /* 22918 */ MCD_OPC_CheckPredicate, 4, 119, 205, 1, // Skip to: 141058 |
4694 | | /* 22923 */ MCD_OPC_CheckField, 16, 2, 0, 112, 205, 1, // Skip to: 141058 |
4695 | | /* 22930 */ MCD_OPC_Decode, 197, 49, 99, // Opcode: SRSHL_VG4_4Z4Z_S |
4696 | | /* 22934 */ MCD_OPC_FilterValue, 1, 103, 205, 1, // Skip to: 141058 |
4697 | | /* 22939 */ MCD_OPC_CheckPredicate, 4, 98, 205, 1, // Skip to: 141058 |
4698 | | /* 22944 */ MCD_OPC_CheckField, 16, 2, 0, 91, 205, 1, // Skip to: 141058 |
4699 | | /* 22951 */ MCD_OPC_Decode, 195, 49, 99, // Opcode: SRSHL_VG4_4Z4Z_D |
4700 | | /* 22955 */ MCD_OPC_FilterValue, 1, 82, 205, 1, // Skip to: 141058 |
4701 | | /* 22960 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4702 | | /* 22963 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 22984 |
4703 | | /* 22968 */ MCD_OPC_CheckPredicate, 4, 69, 205, 1, // Skip to: 141058 |
4704 | | /* 22973 */ MCD_OPC_CheckField, 16, 2, 0, 62, 205, 1, // Skip to: 141058 |
4705 | | /* 22980 */ MCD_OPC_Decode, 145, 61, 99, // Opcode: URSHL_VG4_4Z4Z_S |
4706 | | /* 22984 */ MCD_OPC_FilterValue, 1, 53, 205, 1, // Skip to: 141058 |
4707 | | /* 22989 */ MCD_OPC_CheckPredicate, 4, 48, 205, 1, // Skip to: 141058 |
4708 | | /* 22994 */ MCD_OPC_CheckField, 16, 2, 0, 41, 205, 1, // Skip to: 141058 |
4709 | | /* 23001 */ MCD_OPC_Decode, 143, 61, 99, // Opcode: URSHL_VG4_4Z4Z_D |
4710 | | /* 23005 */ MCD_OPC_FilterValue, 224, 1, 31, 205, 1, // Skip to: 141058 |
4711 | | /* 23011 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4712 | | /* 23014 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 23042 |
4713 | | /* 23019 */ MCD_OPC_CheckPredicate, 4, 18, 205, 1, // Skip to: 141058 |
4714 | | /* 23024 */ MCD_OPC_CheckField, 16, 2, 0, 11, 205, 1, // Skip to: 141058 |
4715 | | /* 23031 */ MCD_OPC_CheckField, 0, 2, 0, 4, 205, 1, // Skip to: 141058 |
4716 | | /* 23038 */ MCD_OPC_Decode, 201, 46, 99, // Opcode: SQDMULH_VG4_4Z4Z_S |
4717 | | /* 23042 */ MCD_OPC_FilterValue, 1, 251, 204, 1, // Skip to: 141058 |
4718 | | /* 23047 */ MCD_OPC_CheckPredicate, 4, 246, 204, 1, // Skip to: 141058 |
4719 | | /* 23052 */ MCD_OPC_CheckField, 16, 2, 0, 239, 204, 1, // Skip to: 141058 |
4720 | | /* 23059 */ MCD_OPC_CheckField, 0, 2, 0, 232, 204, 1, // Skip to: 141058 |
4721 | | /* 23066 */ MCD_OPC_Decode, 199, 46, 99, // Opcode: SQDMULH_VG4_4Z4Z_D |
4722 | | /* 23070 */ MCD_OPC_FilterValue, 2, 26, 2, 0, // Skip to: 23613 |
4723 | | /* 23075 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
4724 | | /* 23078 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 23128 |
4725 | | /* 23083 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4726 | | /* 23086 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23107 |
4727 | | /* 23091 */ MCD_OPC_CheckPredicate, 4, 202, 204, 1, // Skip to: 141058 |
4728 | | /* 23096 */ MCD_OPC_CheckField, 0, 1, 0, 195, 204, 1, // Skip to: 141058 |
4729 | | /* 23103 */ MCD_OPC_Decode, 131, 20, 100, // Opcode: FCLAMP_VG2_2Z2Z_S |
4730 | | /* 23107 */ MCD_OPC_FilterValue, 1, 186, 204, 1, // Skip to: 141058 |
4731 | | /* 23112 */ MCD_OPC_CheckPredicate, 4, 181, 204, 1, // Skip to: 141058 |
4732 | | /* 23117 */ MCD_OPC_CheckField, 0, 1, 0, 174, 204, 1, // Skip to: 141058 |
4733 | | /* 23124 */ MCD_OPC_Decode, 129, 20, 100, // Opcode: FCLAMP_VG2_2Z2Z_D |
4734 | | /* 23128 */ MCD_OPC_FilterValue, 1, 75, 0, 0, // Skip to: 23208 |
4735 | | /* 23133 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4736 | | /* 23136 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 23172 |
4737 | | /* 23141 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4738 | | /* 23144 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23158 |
4739 | | /* 23149 */ MCD_OPC_CheckPredicate, 4, 144, 204, 1, // Skip to: 141058 |
4740 | | /* 23154 */ MCD_OPC_Decode, 239, 41, 100, // Opcode: SCLAMP_VG2_2Z2Z_S |
4741 | | /* 23158 */ MCD_OPC_FilterValue, 1, 135, 204, 1, // Skip to: 141058 |
4742 | | /* 23163 */ MCD_OPC_CheckPredicate, 4, 130, 204, 1, // Skip to: 141058 |
4743 | | /* 23168 */ MCD_OPC_Decode, 237, 41, 100, // Opcode: SCLAMP_VG2_2Z2Z_D |
4744 | | /* 23172 */ MCD_OPC_FilterValue, 1, 121, 204, 1, // Skip to: 141058 |
4745 | | /* 23177 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4746 | | /* 23180 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23194 |
4747 | | /* 23185 */ MCD_OPC_CheckPredicate, 4, 108, 204, 1, // Skip to: 141058 |
4748 | | /* 23190 */ MCD_OPC_Decode, 199, 56, 100, // Opcode: UCLAMP_VG2_2Z2Z_S |
4749 | | /* 23194 */ MCD_OPC_FilterValue, 1, 99, 204, 1, // Skip to: 141058 |
4750 | | /* 23199 */ MCD_OPC_CheckPredicate, 4, 94, 204, 1, // Skip to: 141058 |
4751 | | /* 23204 */ MCD_OPC_Decode, 197, 56, 100, // Opcode: UCLAMP_VG2_2Z2Z_D |
4752 | | /* 23208 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 23258 |
4753 | | /* 23213 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4754 | | /* 23216 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23237 |
4755 | | /* 23221 */ MCD_OPC_CheckPredicate, 4, 72, 204, 1, // Skip to: 141058 |
4756 | | /* 23226 */ MCD_OPC_CheckField, 0, 2, 0, 65, 204, 1, // Skip to: 141058 |
4757 | | /* 23233 */ MCD_OPC_Decode, 134, 20, 101, // Opcode: FCLAMP_VG4_4Z4Z_S |
4758 | | /* 23237 */ MCD_OPC_FilterValue, 1, 56, 204, 1, // Skip to: 141058 |
4759 | | /* 23242 */ MCD_OPC_CheckPredicate, 4, 51, 204, 1, // Skip to: 141058 |
4760 | | /* 23247 */ MCD_OPC_CheckField, 0, 2, 0, 44, 204, 1, // Skip to: 141058 |
4761 | | /* 23254 */ MCD_OPC_Decode, 132, 20, 101, // Opcode: FCLAMP_VG4_4Z4Z_D |
4762 | | /* 23258 */ MCD_OPC_FilterValue, 3, 75, 0, 0, // Skip to: 23338 |
4763 | | /* 23263 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4764 | | /* 23266 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 23302 |
4765 | | /* 23271 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4766 | | /* 23274 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23288 |
4767 | | /* 23279 */ MCD_OPC_CheckPredicate, 4, 14, 204, 1, // Skip to: 141058 |
4768 | | /* 23284 */ MCD_OPC_Decode, 243, 41, 101, // Opcode: SCLAMP_VG4_4Z4Z_S |
4769 | | /* 23288 */ MCD_OPC_FilterValue, 1, 5, 204, 1, // Skip to: 141058 |
4770 | | /* 23293 */ MCD_OPC_CheckPredicate, 4, 0, 204, 1, // Skip to: 141058 |
4771 | | /* 23298 */ MCD_OPC_Decode, 241, 41, 101, // Opcode: SCLAMP_VG4_4Z4Z_D |
4772 | | /* 23302 */ MCD_OPC_FilterValue, 1, 247, 203, 1, // Skip to: 141058 |
4773 | | /* 23307 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4774 | | /* 23310 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23324 |
4775 | | /* 23315 */ MCD_OPC_CheckPredicate, 4, 234, 203, 1, // Skip to: 141058 |
4776 | | /* 23320 */ MCD_OPC_Decode, 203, 56, 101, // Opcode: UCLAMP_VG4_4Z4Z_S |
4777 | | /* 23324 */ MCD_OPC_FilterValue, 1, 225, 203, 1, // Skip to: 141058 |
4778 | | /* 23329 */ MCD_OPC_CheckPredicate, 4, 220, 203, 1, // Skip to: 141058 |
4779 | | /* 23334 */ MCD_OPC_Decode, 201, 56, 101, // Opcode: UCLAMP_VG4_4Z4Z_D |
4780 | | /* 23338 */ MCD_OPC_FilterValue, 4, 75, 0, 0, // Skip to: 23418 |
4781 | | /* 23343 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4782 | | /* 23346 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 23382 |
4783 | | /* 23351 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4784 | | /* 23354 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23368 |
4785 | | /* 23359 */ MCD_OPC_CheckPredicate, 4, 190, 203, 1, // Skip to: 141058 |
4786 | | /* 23364 */ MCD_OPC_Decode, 194, 64, 102, // Opcode: ZIP_VG2_2ZZZ_S |
4787 | | /* 23368 */ MCD_OPC_FilterValue, 1, 181, 203, 1, // Skip to: 141058 |
4788 | | /* 23373 */ MCD_OPC_CheckPredicate, 4, 176, 203, 1, // Skip to: 141058 |
4789 | | /* 23378 */ MCD_OPC_Decode, 191, 64, 102, // Opcode: ZIP_VG2_2ZZZ_D |
4790 | | /* 23382 */ MCD_OPC_FilterValue, 1, 167, 203, 1, // Skip to: 141058 |
4791 | | /* 23387 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4792 | | /* 23390 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 23404 |
4793 | | /* 23395 */ MCD_OPC_CheckPredicate, 4, 154, 203, 1, // Skip to: 141058 |
4794 | | /* 23400 */ MCD_OPC_Decode, 232, 62, 102, // Opcode: UZP_VG2_2ZZZ_S |
4795 | | /* 23404 */ MCD_OPC_FilterValue, 1, 145, 203, 1, // Skip to: 141058 |
4796 | | /* 23409 */ MCD_OPC_CheckPredicate, 4, 140, 203, 1, // Skip to: 141058 |
4797 | | /* 23414 */ MCD_OPC_Decode, 229, 62, 102, // Opcode: UZP_VG2_2ZZZ_D |
4798 | | /* 23418 */ MCD_OPC_FilterValue, 5, 84, 0, 0, // Skip to: 23507 |
4799 | | /* 23423 */ MCD_OPC_ExtractField, 5, 1, // Inst{5} ... |
4800 | | /* 23426 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 23478 |
4801 | | /* 23431 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
4802 | | /* 23434 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 23456 |
4803 | | /* 23439 */ MCD_OPC_CheckPredicate, 4, 110, 203, 1, // Skip to: 141058 |
4804 | | /* 23444 */ MCD_OPC_CheckField, 22, 1, 1, 103, 203, 1, // Skip to: 141058 |
4805 | | /* 23451 */ MCD_OPC_Decode, 149, 48, 129, 1, // Opcode: SQRSHR_VG2_Z2ZI_H |
4806 | | /* 23456 */ MCD_OPC_FilterValue, 1, 93, 203, 1, // Skip to: 141058 |
4807 | | /* 23461 */ MCD_OPC_CheckPredicate, 4, 88, 203, 1, // Skip to: 141058 |
4808 | | /* 23466 */ MCD_OPC_CheckField, 22, 1, 1, 81, 203, 1, // Skip to: 141058 |
4809 | | /* 23473 */ MCD_OPC_Decode, 146, 48, 129, 1, // Opcode: SQRSHRU_VG2_Z2ZI_H |
4810 | | /* 23478 */ MCD_OPC_FilterValue, 1, 71, 203, 1, // Skip to: 141058 |
4811 | | /* 23483 */ MCD_OPC_CheckPredicate, 4, 66, 203, 1, // Skip to: 141058 |
4812 | | /* 23488 */ MCD_OPC_CheckField, 22, 1, 1, 59, 203, 1, // Skip to: 141058 |
4813 | | /* 23495 */ MCD_OPC_CheckField, 20, 1, 0, 52, 203, 1, // Skip to: 141058 |
4814 | | /* 23502 */ MCD_OPC_Decode, 151, 60, 129, 1, // Opcode: UQRSHR_VG2_Z2ZI_H |
4815 | | /* 23507 */ MCD_OPC_FilterValue, 6, 48, 0, 0, // Skip to: 23560 |
4816 | | /* 23512 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
4817 | | /* 23515 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 23530 |
4818 | | /* 23520 */ MCD_OPC_CheckPredicate, 4, 29, 203, 1, // Skip to: 141058 |
4819 | | /* 23525 */ MCD_OPC_Decode, 151, 48, 130, 1, // Opcode: SQRSHR_VG4_Z4ZI_H |
4820 | | /* 23530 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 23545 |
4821 | | /* 23535 */ MCD_OPC_CheckPredicate, 4, 14, 203, 1, // Skip to: 141058 |
4822 | | /* 23540 */ MCD_OPC_Decode, 153, 60, 130, 1, // Opcode: UQRSHR_VG4_Z4ZI_H |
4823 | | /* 23545 */ MCD_OPC_FilterValue, 2, 4, 203, 1, // Skip to: 141058 |
4824 | | /* 23550 */ MCD_OPC_CheckPredicate, 4, 255, 202, 1, // Skip to: 141058 |
4825 | | /* 23555 */ MCD_OPC_Decode, 148, 48, 130, 1, // Opcode: SQRSHRU_VG4_Z4ZI_H |
4826 | | /* 23560 */ MCD_OPC_FilterValue, 7, 245, 202, 1, // Skip to: 141058 |
4827 | | /* 23565 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
4828 | | /* 23568 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 23583 |
4829 | | /* 23573 */ MCD_OPC_CheckPredicate, 4, 232, 202, 1, // Skip to: 141058 |
4830 | | /* 23578 */ MCD_OPC_Decode, 245, 47, 130, 1, // Opcode: SQRSHRN_VG4_Z4ZI_H |
4831 | | /* 23583 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 23598 |
4832 | | /* 23588 */ MCD_OPC_CheckPredicate, 4, 217, 202, 1, // Skip to: 141058 |
4833 | | /* 23593 */ MCD_OPC_Decode, 140, 60, 130, 1, // Opcode: UQRSHRN_VG4_Z4ZI_H |
4834 | | /* 23598 */ MCD_OPC_FilterValue, 2, 207, 202, 1, // Skip to: 141058 |
4835 | | /* 23603 */ MCD_OPC_CheckPredicate, 4, 202, 202, 1, // Skip to: 141058 |
4836 | | /* 23608 */ MCD_OPC_Decode, 135, 48, 130, 1, // Opcode: SQRSHRUN_VG4_Z4ZI_H |
4837 | | /* 23613 */ MCD_OPC_FilterValue, 3, 192, 202, 1, // Skip to: 141058 |
4838 | | /* 23618 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4839 | | /* 23621 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 23685 |
4840 | | /* 23626 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4841 | | /* 23629 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 23657 |
4842 | | /* 23634 */ MCD_OPC_CheckPredicate, 8, 171, 202, 1, // Skip to: 141058 |
4843 | | /* 23639 */ MCD_OPC_CheckField, 22, 1, 0, 164, 202, 1, // Skip to: 141058 |
4844 | | /* 23646 */ MCD_OPC_CheckField, 10, 3, 0, 157, 202, 1, // Skip to: 141058 |
4845 | | /* 23653 */ MCD_OPC_Decode, 229, 22, 105, // Opcode: FCVT_2ZZ_H_S |
4846 | | /* 23657 */ MCD_OPC_FilterValue, 1, 148, 202, 1, // Skip to: 141058 |
4847 | | /* 23662 */ MCD_OPC_CheckPredicate, 8, 143, 202, 1, // Skip to: 141058 |
4848 | | /* 23667 */ MCD_OPC_CheckField, 22, 1, 0, 136, 202, 1, // Skip to: 141058 |
4849 | | /* 23674 */ MCD_OPC_CheckField, 10, 3, 0, 129, 202, 1, // Skip to: 141058 |
4850 | | /* 23681 */ MCD_OPC_Decode, 172, 21, 105, // Opcode: FCVTL_2ZZ_H_S |
4851 | | /* 23685 */ MCD_OPC_FilterValue, 5, 103, 0, 0, // Skip to: 23793 |
4852 | | /* 23690 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4853 | | /* 23693 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 23743 |
4854 | | /* 23698 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4855 | | /* 23701 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23722 |
4856 | | /* 23706 */ MCD_OPC_CheckPredicate, 4, 99, 202, 1, // Skip to: 141058 |
4857 | | /* 23711 */ MCD_OPC_CheckField, 10, 3, 0, 92, 202, 1, // Skip to: 141058 |
4858 | | /* 23718 */ MCD_OPC_Decode, 226, 54, 105, // Opcode: SUNPK_VG2_2ZZ_S |
4859 | | /* 23722 */ MCD_OPC_FilterValue, 1, 83, 202, 1, // Skip to: 141058 |
4860 | | /* 23727 */ MCD_OPC_CheckPredicate, 4, 78, 202, 1, // Skip to: 141058 |
4861 | | /* 23732 */ MCD_OPC_CheckField, 10, 3, 0, 71, 202, 1, // Skip to: 141058 |
4862 | | /* 23739 */ MCD_OPC_Decode, 224, 54, 105, // Opcode: SUNPK_VG2_2ZZ_D |
4863 | | /* 23743 */ MCD_OPC_FilterValue, 1, 62, 202, 1, // Skip to: 141058 |
4864 | | /* 23748 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4865 | | /* 23751 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23772 |
4866 | | /* 23756 */ MCD_OPC_CheckPredicate, 4, 49, 202, 1, // Skip to: 141058 |
4867 | | /* 23761 */ MCD_OPC_CheckField, 10, 3, 0, 42, 202, 1, // Skip to: 141058 |
4868 | | /* 23768 */ MCD_OPC_Decode, 175, 62, 105, // Opcode: UUNPK_VG2_2ZZ_S |
4869 | | /* 23772 */ MCD_OPC_FilterValue, 1, 33, 202, 1, // Skip to: 141058 |
4870 | | /* 23777 */ MCD_OPC_CheckPredicate, 4, 28, 202, 1, // Skip to: 141058 |
4871 | | /* 23782 */ MCD_OPC_CheckField, 10, 3, 0, 21, 202, 1, // Skip to: 141058 |
4872 | | /* 23789 */ MCD_OPC_Decode, 173, 62, 105, // Opcode: UUNPK_VG2_2ZZ_D |
4873 | | /* 23793 */ MCD_OPC_FilterValue, 6, 103, 0, 0, // Skip to: 23901 |
4874 | | /* 23798 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
4875 | | /* 23801 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 23851 |
4876 | | /* 23806 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4877 | | /* 23809 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23830 |
4878 | | /* 23814 */ MCD_OPC_CheckPredicate, 15, 247, 201, 1, // Skip to: 141058 |
4879 | | /* 23819 */ MCD_OPC_CheckField, 10, 3, 0, 240, 201, 1, // Skip to: 141058 |
4880 | | /* 23826 */ MCD_OPC_Decode, 254, 18, 105, // Opcode: F2CVT_2ZZ_BtoH_NAME |
4881 | | /* 23830 */ MCD_OPC_FilterValue, 1, 231, 201, 1, // Skip to: 141058 |
4882 | | /* 23835 */ MCD_OPC_CheckPredicate, 15, 226, 201, 1, // Skip to: 141058 |
4883 | | /* 23840 */ MCD_OPC_CheckField, 10, 3, 0, 219, 201, 1, // Skip to: 141058 |
4884 | | /* 23847 */ MCD_OPC_Decode, 160, 13, 105, // Opcode: BF2CVT_2ZZ_BtoH_NAME |
4885 | | /* 23851 */ MCD_OPC_FilterValue, 1, 210, 201, 1, // Skip to: 141058 |
4886 | | /* 23856 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4887 | | /* 23859 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 23880 |
4888 | | /* 23864 */ MCD_OPC_CheckPredicate, 15, 197, 201, 1, // Skip to: 141058 |
4889 | | /* 23869 */ MCD_OPC_CheckField, 10, 3, 0, 190, 201, 1, // Skip to: 141058 |
4890 | | /* 23876 */ MCD_OPC_Decode, 252, 18, 105, // Opcode: F2CVTL_2ZZ_BtoH_NAME |
4891 | | /* 23880 */ MCD_OPC_FilterValue, 1, 181, 201, 1, // Skip to: 141058 |
4892 | | /* 23885 */ MCD_OPC_CheckPredicate, 15, 176, 201, 1, // Skip to: 141058 |
4893 | | /* 23890 */ MCD_OPC_CheckField, 10, 3, 0, 169, 201, 1, // Skip to: 141058 |
4894 | | /* 23897 */ MCD_OPC_Decode, 158, 13, 105, // Opcode: BF2CVTL_2ZZ_BtoH_NAME |
4895 | | /* 23901 */ MCD_OPC_FilterValue, 8, 37, 0, 0, // Skip to: 23943 |
4896 | | /* 23906 */ MCD_OPC_CheckPredicate, 4, 155, 201, 1, // Skip to: 141058 |
4897 | | /* 23911 */ MCD_OPC_CheckField, 22, 1, 0, 148, 201, 1, // Skip to: 141058 |
4898 | | /* 23918 */ MCD_OPC_CheckField, 10, 3, 0, 141, 201, 1, // Skip to: 141058 |
4899 | | /* 23925 */ MCD_OPC_CheckField, 5, 1, 0, 134, 201, 1, // Skip to: 141058 |
4900 | | /* 23932 */ MCD_OPC_CheckField, 0, 1, 0, 127, 201, 1, // Skip to: 141058 |
4901 | | /* 23939 */ MCD_OPC_Decode, 211, 27, 104, // Opcode: FRINTN_2Z2Z_S |
4902 | | /* 23943 */ MCD_OPC_FilterValue, 9, 37, 0, 0, // Skip to: 23985 |
4903 | | /* 23948 */ MCD_OPC_CheckPredicate, 4, 113, 201, 1, // Skip to: 141058 |
4904 | | /* 23953 */ MCD_OPC_CheckField, 22, 1, 0, 106, 201, 1, // Skip to: 141058 |
4905 | | /* 23960 */ MCD_OPC_CheckField, 10, 3, 0, 99, 201, 1, // Skip to: 141058 |
4906 | | /* 23967 */ MCD_OPC_CheckField, 5, 1, 0, 92, 201, 1, // Skip to: 141058 |
4907 | | /* 23974 */ MCD_OPC_CheckField, 0, 1, 0, 85, 201, 1, // Skip to: 141058 |
4908 | | /* 23981 */ MCD_OPC_Decode, 224, 27, 104, // Opcode: FRINTP_2Z2Z_S |
4909 | | /* 23985 */ MCD_OPC_FilterValue, 10, 37, 0, 0, // Skip to: 24027 |
4910 | | /* 23990 */ MCD_OPC_CheckPredicate, 4, 71, 201, 1, // Skip to: 141058 |
4911 | | /* 23995 */ MCD_OPC_CheckField, 22, 1, 0, 64, 201, 1, // Skip to: 141058 |
4912 | | /* 24002 */ MCD_OPC_CheckField, 10, 3, 0, 57, 201, 1, // Skip to: 141058 |
4913 | | /* 24009 */ MCD_OPC_CheckField, 5, 1, 0, 50, 201, 1, // Skip to: 141058 |
4914 | | /* 24016 */ MCD_OPC_CheckField, 0, 1, 0, 43, 201, 1, // Skip to: 141058 |
4915 | | /* 24023 */ MCD_OPC_Decode, 198, 27, 104, // Opcode: FRINTM_2Z2Z_S |
4916 | | /* 24027 */ MCD_OPC_FilterValue, 12, 37, 0, 0, // Skip to: 24069 |
4917 | | /* 24032 */ MCD_OPC_CheckPredicate, 4, 29, 201, 1, // Skip to: 141058 |
4918 | | /* 24037 */ MCD_OPC_CheckField, 22, 1, 0, 22, 201, 1, // Skip to: 141058 |
4919 | | /* 24044 */ MCD_OPC_CheckField, 10, 3, 0, 15, 201, 1, // Skip to: 141058 |
4920 | | /* 24051 */ MCD_OPC_CheckField, 5, 1, 0, 8, 201, 1, // Skip to: 141058 |
4921 | | /* 24058 */ MCD_OPC_CheckField, 0, 1, 0, 1, 201, 1, // Skip to: 141058 |
4922 | | /* 24065 */ MCD_OPC_Decode, 174, 27, 104, // Opcode: FRINTA_2Z2Z_S |
4923 | | /* 24069 */ MCD_OPC_FilterValue, 19, 159, 0, 0, // Skip to: 24233 |
4924 | | /* 24074 */ MCD_OPC_ExtractField, 5, 2, // Inst{6-5} ... |
4925 | | /* 24077 */ MCD_OPC_FilterValue, 0, 45, 0, 0, // Skip to: 24127 |
4926 | | /* 24082 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4927 | | /* 24085 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 24106 |
4928 | | /* 24090 */ MCD_OPC_CheckPredicate, 4, 227, 200, 1, // Skip to: 141058 |
4929 | | /* 24095 */ MCD_OPC_CheckField, 10, 3, 0, 220, 200, 1, // Skip to: 141058 |
4930 | | /* 24102 */ MCD_OPC_Decode, 244, 45, 107, // Opcode: SQCVT_Z4Z_DtoH |
4931 | | /* 24106 */ MCD_OPC_FilterValue, 1, 211, 200, 1, // Skip to: 141058 |
4932 | | /* 24111 */ MCD_OPC_CheckPredicate, 4, 206, 200, 1, // Skip to: 141058 |
4933 | | /* 24116 */ MCD_OPC_CheckField, 10, 3, 0, 199, 200, 1, // Skip to: 141058 |
4934 | | /* 24123 */ MCD_OPC_Decode, 241, 45, 107, // Opcode: SQCVTU_Z4Z_DtoH |
4935 | | /* 24127 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 24155 |
4936 | | /* 24132 */ MCD_OPC_CheckPredicate, 4, 185, 200, 1, // Skip to: 141058 |
4937 | | /* 24137 */ MCD_OPC_CheckField, 22, 1, 0, 178, 200, 1, // Skip to: 141058 |
4938 | | /* 24144 */ MCD_OPC_CheckField, 10, 3, 0, 171, 200, 1, // Skip to: 141058 |
4939 | | /* 24151 */ MCD_OPC_Decode, 196, 59, 107, // Opcode: UQCVT_Z4Z_DtoH |
4940 | | /* 24155 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 24205 |
4941 | | /* 24160 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4942 | | /* 24163 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 24184 |
4943 | | /* 24168 */ MCD_OPC_CheckPredicate, 4, 149, 200, 1, // Skip to: 141058 |
4944 | | /* 24173 */ MCD_OPC_CheckField, 10, 3, 0, 142, 200, 1, // Skip to: 141058 |
4945 | | /* 24180 */ MCD_OPC_Decode, 235, 45, 107, // Opcode: SQCVTN_Z4Z_DtoH |
4946 | | /* 24184 */ MCD_OPC_FilterValue, 1, 133, 200, 1, // Skip to: 141058 |
4947 | | /* 24189 */ MCD_OPC_CheckPredicate, 4, 128, 200, 1, // Skip to: 141058 |
4948 | | /* 24194 */ MCD_OPC_CheckField, 10, 3, 0, 121, 200, 1, // Skip to: 141058 |
4949 | | /* 24201 */ MCD_OPC_Decode, 238, 45, 107, // Opcode: SQCVTUN_Z4Z_DtoH |
4950 | | /* 24205 */ MCD_OPC_FilterValue, 3, 112, 200, 1, // Skip to: 141058 |
4951 | | /* 24210 */ MCD_OPC_CheckPredicate, 4, 107, 200, 1, // Skip to: 141058 |
4952 | | /* 24215 */ MCD_OPC_CheckField, 22, 1, 0, 100, 200, 1, // Skip to: 141058 |
4953 | | /* 24222 */ MCD_OPC_CheckField, 10, 3, 0, 93, 200, 1, // Skip to: 141058 |
4954 | | /* 24229 */ MCD_OPC_Decode, 193, 59, 107, // Opcode: UQCVTN_Z4Z_DtoH |
4955 | | /* 24233 */ MCD_OPC_FilterValue, 21, 131, 0, 0, // Skip to: 24369 |
4956 | | /* 24238 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4957 | | /* 24241 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 24305 |
4958 | | /* 24246 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4959 | | /* 24249 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 24277 |
4960 | | /* 24254 */ MCD_OPC_CheckPredicate, 4, 63, 200, 1, // Skip to: 141058 |
4961 | | /* 24259 */ MCD_OPC_CheckField, 10, 3, 0, 56, 200, 1, // Skip to: 141058 |
4962 | | /* 24266 */ MCD_OPC_CheckField, 5, 1, 0, 49, 200, 1, // Skip to: 141058 |
4963 | | /* 24273 */ MCD_OPC_Decode, 229, 54, 55, // Opcode: SUNPK_VG4_4Z2Z_S |
4964 | | /* 24277 */ MCD_OPC_FilterValue, 1, 40, 200, 1, // Skip to: 141058 |
4965 | | /* 24282 */ MCD_OPC_CheckPredicate, 4, 35, 200, 1, // Skip to: 141058 |
4966 | | /* 24287 */ MCD_OPC_CheckField, 10, 3, 0, 28, 200, 1, // Skip to: 141058 |
4967 | | /* 24294 */ MCD_OPC_CheckField, 5, 1, 0, 21, 200, 1, // Skip to: 141058 |
4968 | | /* 24301 */ MCD_OPC_Decode, 227, 54, 55, // Opcode: SUNPK_VG4_4Z2Z_D |
4969 | | /* 24305 */ MCD_OPC_FilterValue, 1, 12, 200, 1, // Skip to: 141058 |
4970 | | /* 24310 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4971 | | /* 24313 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 24341 |
4972 | | /* 24318 */ MCD_OPC_CheckPredicate, 4, 255, 199, 1, // Skip to: 141058 |
4973 | | /* 24323 */ MCD_OPC_CheckField, 10, 3, 0, 248, 199, 1, // Skip to: 141058 |
4974 | | /* 24330 */ MCD_OPC_CheckField, 5, 1, 0, 241, 199, 1, // Skip to: 141058 |
4975 | | /* 24337 */ MCD_OPC_Decode, 178, 62, 55, // Opcode: UUNPK_VG4_4Z2Z_S |
4976 | | /* 24341 */ MCD_OPC_FilterValue, 1, 232, 199, 1, // Skip to: 141058 |
4977 | | /* 24346 */ MCD_OPC_CheckPredicate, 4, 227, 199, 1, // Skip to: 141058 |
4978 | | /* 24351 */ MCD_OPC_CheckField, 10, 3, 0, 220, 199, 1, // Skip to: 141058 |
4979 | | /* 24358 */ MCD_OPC_CheckField, 5, 1, 0, 213, 199, 1, // Skip to: 141058 |
4980 | | /* 24365 */ MCD_OPC_Decode, 176, 62, 55, // Opcode: UUNPK_VG4_4Z2Z_D |
4981 | | /* 24369 */ MCD_OPC_FilterValue, 22, 131, 0, 0, // Skip to: 24505 |
4982 | | /* 24374 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4983 | | /* 24377 */ MCD_OPC_FilterValue, 0, 59, 0, 0, // Skip to: 24441 |
4984 | | /* 24382 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4985 | | /* 24385 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 24413 |
4986 | | /* 24390 */ MCD_OPC_CheckPredicate, 4, 183, 199, 1, // Skip to: 141058 |
4987 | | /* 24395 */ MCD_OPC_CheckField, 10, 3, 0, 176, 199, 1, // Skip to: 141058 |
4988 | | /* 24402 */ MCD_OPC_CheckField, 5, 2, 0, 169, 199, 1, // Skip to: 141058 |
4989 | | /* 24409 */ MCD_OPC_Decode, 199, 64, 106, // Opcode: ZIP_VG4_4Z4Z_S |
4990 | | /* 24413 */ MCD_OPC_FilterValue, 1, 160, 199, 1, // Skip to: 141058 |
4991 | | /* 24418 */ MCD_OPC_CheckPredicate, 4, 155, 199, 1, // Skip to: 141058 |
4992 | | /* 24423 */ MCD_OPC_CheckField, 10, 3, 0, 148, 199, 1, // Skip to: 141058 |
4993 | | /* 24430 */ MCD_OPC_CheckField, 5, 2, 0, 141, 199, 1, // Skip to: 141058 |
4994 | | /* 24437 */ MCD_OPC_Decode, 196, 64, 106, // Opcode: ZIP_VG4_4Z4Z_D |
4995 | | /* 24441 */ MCD_OPC_FilterValue, 2, 132, 199, 1, // Skip to: 141058 |
4996 | | /* 24446 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
4997 | | /* 24449 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 24477 |
4998 | | /* 24454 */ MCD_OPC_CheckPredicate, 4, 119, 199, 1, // Skip to: 141058 |
4999 | | /* 24459 */ MCD_OPC_CheckField, 10, 3, 0, 112, 199, 1, // Skip to: 141058 |
5000 | | /* 24466 */ MCD_OPC_CheckField, 5, 2, 0, 105, 199, 1, // Skip to: 141058 |
5001 | | /* 24473 */ MCD_OPC_Decode, 237, 62, 106, // Opcode: UZP_VG4_4Z4Z_S |
5002 | | /* 24477 */ MCD_OPC_FilterValue, 1, 96, 199, 1, // Skip to: 141058 |
5003 | | /* 24482 */ MCD_OPC_CheckPredicate, 4, 91, 199, 1, // Skip to: 141058 |
5004 | | /* 24487 */ MCD_OPC_CheckField, 10, 3, 0, 84, 199, 1, // Skip to: 141058 |
5005 | | /* 24494 */ MCD_OPC_CheckField, 5, 2, 0, 77, 199, 1, // Skip to: 141058 |
5006 | | /* 24501 */ MCD_OPC_Decode, 234, 62, 106, // Opcode: UZP_VG4_4Z4Z_D |
5007 | | /* 24505 */ MCD_OPC_FilterValue, 24, 37, 0, 0, // Skip to: 24547 |
5008 | | /* 24510 */ MCD_OPC_CheckPredicate, 4, 63, 199, 1, // Skip to: 141058 |
5009 | | /* 24515 */ MCD_OPC_CheckField, 22, 1, 0, 56, 199, 1, // Skip to: 141058 |
5010 | | /* 24522 */ MCD_OPC_CheckField, 10, 3, 0, 49, 199, 1, // Skip to: 141058 |
5011 | | /* 24529 */ MCD_OPC_CheckField, 5, 2, 0, 42, 199, 1, // Skip to: 141058 |
5012 | | /* 24536 */ MCD_OPC_CheckField, 0, 2, 0, 35, 199, 1, // Skip to: 141058 |
5013 | | /* 24543 */ MCD_OPC_Decode, 212, 27, 106, // Opcode: FRINTN_4Z4Z_S |
5014 | | /* 24547 */ MCD_OPC_FilterValue, 25, 37, 0, 0, // Skip to: 24589 |
5015 | | /* 24552 */ MCD_OPC_CheckPredicate, 4, 21, 199, 1, // Skip to: 141058 |
5016 | | /* 24557 */ MCD_OPC_CheckField, 22, 1, 0, 14, 199, 1, // Skip to: 141058 |
5017 | | /* 24564 */ MCD_OPC_CheckField, 10, 3, 0, 7, 199, 1, // Skip to: 141058 |
5018 | | /* 24571 */ MCD_OPC_CheckField, 5, 2, 0, 0, 199, 1, // Skip to: 141058 |
5019 | | /* 24578 */ MCD_OPC_CheckField, 0, 2, 0, 249, 198, 1, // Skip to: 141058 |
5020 | | /* 24585 */ MCD_OPC_Decode, 225, 27, 106, // Opcode: FRINTP_4Z4Z_S |
5021 | | /* 24589 */ MCD_OPC_FilterValue, 26, 37, 0, 0, // Skip to: 24631 |
5022 | | /* 24594 */ MCD_OPC_CheckPredicate, 4, 235, 198, 1, // Skip to: 141058 |
5023 | | /* 24599 */ MCD_OPC_CheckField, 22, 1, 0, 228, 198, 1, // Skip to: 141058 |
5024 | | /* 24606 */ MCD_OPC_CheckField, 10, 3, 0, 221, 198, 1, // Skip to: 141058 |
5025 | | /* 24613 */ MCD_OPC_CheckField, 5, 2, 0, 214, 198, 1, // Skip to: 141058 |
5026 | | /* 24620 */ MCD_OPC_CheckField, 0, 2, 0, 207, 198, 1, // Skip to: 141058 |
5027 | | /* 24627 */ MCD_OPC_Decode, 199, 27, 106, // Opcode: FRINTM_4Z4Z_S |
5028 | | /* 24631 */ MCD_OPC_FilterValue, 28, 198, 198, 1, // Skip to: 141058 |
5029 | | /* 24636 */ MCD_OPC_CheckPredicate, 4, 193, 198, 1, // Skip to: 141058 |
5030 | | /* 24641 */ MCD_OPC_CheckField, 22, 1, 0, 186, 198, 1, // Skip to: 141058 |
5031 | | /* 24648 */ MCD_OPC_CheckField, 10, 3, 0, 179, 198, 1, // Skip to: 141058 |
5032 | | /* 24655 */ MCD_OPC_CheckField, 5, 2, 0, 172, 198, 1, // Skip to: 141058 |
5033 | | /* 24662 */ MCD_OPC_CheckField, 0, 2, 0, 165, 198, 1, // Skip to: 141058 |
5034 | | /* 24669 */ MCD_OPC_Decode, 175, 27, 106, // Opcode: FRINTA_4Z4Z_S |
5035 | | /* 24673 */ MCD_OPC_FilterValue, 7, 156, 198, 1, // Skip to: 141058 |
5036 | | /* 24678 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
5037 | | /* 24681 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 24733 |
5038 | | /* 24686 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5039 | | /* 24689 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24711 |
5040 | | /* 24694 */ MCD_OPC_CheckPredicate, 3, 135, 198, 1, // Skip to: 141058 |
5041 | | /* 24699 */ MCD_OPC_CheckField, 4, 1, 0, 128, 198, 1, // Skip to: 141058 |
5042 | | /* 24706 */ MCD_OPC_Decode, 241, 31, 131, 1, // Opcode: LD1_MXIPXX_H_B |
5043 | | /* 24711 */ MCD_OPC_FilterValue, 1, 118, 198, 1, // Skip to: 141058 |
5044 | | /* 24716 */ MCD_OPC_CheckPredicate, 3, 113, 198, 1, // Skip to: 141058 |
5045 | | /* 24721 */ MCD_OPC_CheckField, 4, 1, 0, 106, 198, 1, // Skip to: 141058 |
5046 | | /* 24728 */ MCD_OPC_Decode, 246, 31, 131, 1, // Opcode: LD1_MXIPXX_V_B |
5047 | | /* 24733 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 24785 |
5048 | | /* 24738 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5049 | | /* 24741 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24763 |
5050 | | /* 24746 */ MCD_OPC_CheckPredicate, 3, 83, 198, 1, // Skip to: 141058 |
5051 | | /* 24751 */ MCD_OPC_CheckField, 4, 1, 0, 76, 198, 1, // Skip to: 141058 |
5052 | | /* 24758 */ MCD_OPC_Decode, 211, 51, 131, 1, // Opcode: ST1_MXIPXX_H_B |
5053 | | /* 24763 */ MCD_OPC_FilterValue, 1, 66, 198, 1, // Skip to: 141058 |
5054 | | /* 24768 */ MCD_OPC_CheckPredicate, 3, 61, 198, 1, // Skip to: 141058 |
5055 | | /* 24773 */ MCD_OPC_CheckField, 4, 1, 0, 54, 198, 1, // Skip to: 141058 |
5056 | | /* 24780 */ MCD_OPC_Decode, 216, 51, 131, 1, // Opcode: ST1_MXIPXX_V_B |
5057 | | /* 24785 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 24837 |
5058 | | /* 24790 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5059 | | /* 24793 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24815 |
5060 | | /* 24798 */ MCD_OPC_CheckPredicate, 3, 31, 198, 1, // Skip to: 141058 |
5061 | | /* 24803 */ MCD_OPC_CheckField, 4, 1, 0, 24, 198, 1, // Skip to: 141058 |
5062 | | /* 24810 */ MCD_OPC_Decode, 243, 31, 132, 1, // Opcode: LD1_MXIPXX_H_H |
5063 | | /* 24815 */ MCD_OPC_FilterValue, 1, 14, 198, 1, // Skip to: 141058 |
5064 | | /* 24820 */ MCD_OPC_CheckPredicate, 3, 9, 198, 1, // Skip to: 141058 |
5065 | | /* 24825 */ MCD_OPC_CheckField, 4, 1, 0, 2, 198, 1, // Skip to: 141058 |
5066 | | /* 24832 */ MCD_OPC_Decode, 248, 31, 132, 1, // Opcode: LD1_MXIPXX_V_H |
5067 | | /* 24837 */ MCD_OPC_FilterValue, 3, 47, 0, 0, // Skip to: 24889 |
5068 | | /* 24842 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5069 | | /* 24845 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24867 |
5070 | | /* 24850 */ MCD_OPC_CheckPredicate, 3, 235, 197, 1, // Skip to: 141058 |
5071 | | /* 24855 */ MCD_OPC_CheckField, 4, 1, 0, 228, 197, 1, // Skip to: 141058 |
5072 | | /* 24862 */ MCD_OPC_Decode, 213, 51, 132, 1, // Opcode: ST1_MXIPXX_H_H |
5073 | | /* 24867 */ MCD_OPC_FilterValue, 1, 218, 197, 1, // Skip to: 141058 |
5074 | | /* 24872 */ MCD_OPC_CheckPredicate, 3, 213, 197, 1, // Skip to: 141058 |
5075 | | /* 24877 */ MCD_OPC_CheckField, 4, 1, 0, 206, 197, 1, // Skip to: 141058 |
5076 | | /* 24884 */ MCD_OPC_Decode, 218, 51, 132, 1, // Opcode: ST1_MXIPXX_V_H |
5077 | | /* 24889 */ MCD_OPC_FilterValue, 4, 47, 0, 0, // Skip to: 24941 |
5078 | | /* 24894 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5079 | | /* 24897 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24919 |
5080 | | /* 24902 */ MCD_OPC_CheckPredicate, 3, 183, 197, 1, // Skip to: 141058 |
5081 | | /* 24907 */ MCD_OPC_CheckField, 4, 1, 0, 176, 197, 1, // Skip to: 141058 |
5082 | | /* 24914 */ MCD_OPC_Decode, 245, 31, 133, 1, // Opcode: LD1_MXIPXX_H_S |
5083 | | /* 24919 */ MCD_OPC_FilterValue, 1, 166, 197, 1, // Skip to: 141058 |
5084 | | /* 24924 */ MCD_OPC_CheckPredicate, 3, 161, 197, 1, // Skip to: 141058 |
5085 | | /* 24929 */ MCD_OPC_CheckField, 4, 1, 0, 154, 197, 1, // Skip to: 141058 |
5086 | | /* 24936 */ MCD_OPC_Decode, 250, 31, 133, 1, // Opcode: LD1_MXIPXX_V_S |
5087 | | /* 24941 */ MCD_OPC_FilterValue, 5, 47, 0, 0, // Skip to: 24993 |
5088 | | /* 24946 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5089 | | /* 24949 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24971 |
5090 | | /* 24954 */ MCD_OPC_CheckPredicate, 3, 131, 197, 1, // Skip to: 141058 |
5091 | | /* 24959 */ MCD_OPC_CheckField, 4, 1, 0, 124, 197, 1, // Skip to: 141058 |
5092 | | /* 24966 */ MCD_OPC_Decode, 215, 51, 133, 1, // Opcode: ST1_MXIPXX_H_S |
5093 | | /* 24971 */ MCD_OPC_FilterValue, 1, 114, 197, 1, // Skip to: 141058 |
5094 | | /* 24976 */ MCD_OPC_CheckPredicate, 3, 109, 197, 1, // Skip to: 141058 |
5095 | | /* 24981 */ MCD_OPC_CheckField, 4, 1, 0, 102, 197, 1, // Skip to: 141058 |
5096 | | /* 24988 */ MCD_OPC_Decode, 220, 51, 133, 1, // Opcode: ST1_MXIPXX_V_S |
5097 | | /* 24993 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 25045 |
5098 | | /* 24998 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5099 | | /* 25001 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 25023 |
5100 | | /* 25006 */ MCD_OPC_CheckPredicate, 3, 79, 197, 1, // Skip to: 141058 |
5101 | | /* 25011 */ MCD_OPC_CheckField, 4, 1, 0, 72, 197, 1, // Skip to: 141058 |
5102 | | /* 25018 */ MCD_OPC_Decode, 242, 31, 134, 1, // Opcode: LD1_MXIPXX_H_D |
5103 | | /* 25023 */ MCD_OPC_FilterValue, 1, 62, 197, 1, // Skip to: 141058 |
5104 | | /* 25028 */ MCD_OPC_CheckPredicate, 3, 57, 197, 1, // Skip to: 141058 |
5105 | | /* 25033 */ MCD_OPC_CheckField, 4, 1, 0, 50, 197, 1, // Skip to: 141058 |
5106 | | /* 25040 */ MCD_OPC_Decode, 247, 31, 134, 1, // Opcode: LD1_MXIPXX_V_D |
5107 | | /* 25045 */ MCD_OPC_FilterValue, 7, 47, 0, 0, // Skip to: 25097 |
5108 | | /* 25050 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5109 | | /* 25053 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 25075 |
5110 | | /* 25058 */ MCD_OPC_CheckPredicate, 3, 27, 197, 1, // Skip to: 141058 |
5111 | | /* 25063 */ MCD_OPC_CheckField, 4, 1, 0, 20, 197, 1, // Skip to: 141058 |
5112 | | /* 25070 */ MCD_OPC_Decode, 212, 51, 134, 1, // Opcode: ST1_MXIPXX_H_D |
5113 | | /* 25075 */ MCD_OPC_FilterValue, 1, 10, 197, 1, // Skip to: 141058 |
5114 | | /* 25080 */ MCD_OPC_CheckPredicate, 3, 5, 197, 1, // Skip to: 141058 |
5115 | | /* 25085 */ MCD_OPC_CheckField, 4, 1, 0, 254, 196, 1, // Skip to: 141058 |
5116 | | /* 25092 */ MCD_OPC_Decode, 217, 51, 134, 1, // Opcode: ST1_MXIPXX_V_D |
5117 | | /* 25097 */ MCD_OPC_FilterValue, 8, 61, 0, 0, // Skip to: 25163 |
5118 | | /* 25102 */ MCD_OPC_ExtractField, 15, 6, // Inst{20-15} ... |
5119 | | /* 25105 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 25134 |
5120 | | /* 25110 */ MCD_OPC_CheckPredicate, 3, 231, 196, 1, // Skip to: 141058 |
5121 | | /* 25115 */ MCD_OPC_CheckField, 10, 3, 0, 224, 196, 1, // Skip to: 141058 |
5122 | | /* 25122 */ MCD_OPC_CheckField, 4, 1, 0, 217, 196, 1, // Skip to: 141058 |
5123 | | /* 25129 */ MCD_OPC_Decode, 174, 35, 135, 1, // Opcode: LDR_ZA |
5124 | | /* 25134 */ MCD_OPC_FilterValue, 63, 207, 196, 1, // Skip to: 141058 |
5125 | | /* 25139 */ MCD_OPC_CheckPredicate, 4, 202, 196, 1, // Skip to: 141058 |
5126 | | /* 25144 */ MCD_OPC_CheckField, 10, 5, 0, 195, 196, 1, // Skip to: 141058 |
5127 | | /* 25151 */ MCD_OPC_CheckField, 0, 5, 0, 188, 196, 1, // Skip to: 141058 |
5128 | | /* 25158 */ MCD_OPC_Decode, 173, 35, 136, 1, // Opcode: LDR_TX |
5129 | | /* 25163 */ MCD_OPC_FilterValue, 9, 61, 0, 0, // Skip to: 25229 |
5130 | | /* 25168 */ MCD_OPC_ExtractField, 15, 6, // Inst{20-15} ... |
5131 | | /* 25171 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 25200 |
5132 | | /* 25176 */ MCD_OPC_CheckPredicate, 3, 165, 196, 1, // Skip to: 141058 |
5133 | | /* 25181 */ MCD_OPC_CheckField, 10, 3, 0, 158, 196, 1, // Skip to: 141058 |
5134 | | /* 25188 */ MCD_OPC_CheckField, 4, 1, 0, 151, 196, 1, // Skip to: 141058 |
5135 | | /* 25195 */ MCD_OPC_Decode, 226, 53, 135, 1, // Opcode: STR_ZA |
5136 | | /* 25200 */ MCD_OPC_FilterValue, 63, 141, 196, 1, // Skip to: 141058 |
5137 | | /* 25205 */ MCD_OPC_CheckPredicate, 4, 136, 196, 1, // Skip to: 141058 |
5138 | | /* 25210 */ MCD_OPC_CheckField, 10, 5, 0, 129, 196, 1, // Skip to: 141058 |
5139 | | /* 25217 */ MCD_OPC_CheckField, 0, 5, 0, 122, 196, 1, // Skip to: 141058 |
5140 | | /* 25224 */ MCD_OPC_Decode, 225, 53, 136, 1, // Opcode: STR_TX |
5141 | | /* 25229 */ MCD_OPC_FilterValue, 14, 47, 0, 0, // Skip to: 25281 |
5142 | | /* 25234 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5143 | | /* 25237 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 25259 |
5144 | | /* 25242 */ MCD_OPC_CheckPredicate, 3, 99, 196, 1, // Skip to: 141058 |
5145 | | /* 25247 */ MCD_OPC_CheckField, 4, 1, 0, 92, 196, 1, // Skip to: 141058 |
5146 | | /* 25254 */ MCD_OPC_Decode, 244, 31, 137, 1, // Opcode: LD1_MXIPXX_H_Q |
5147 | | /* 25259 */ MCD_OPC_FilterValue, 1, 82, 196, 1, // Skip to: 141058 |
5148 | | /* 25264 */ MCD_OPC_CheckPredicate, 3, 77, 196, 1, // Skip to: 141058 |
5149 | | /* 25269 */ MCD_OPC_CheckField, 4, 1, 0, 70, 196, 1, // Skip to: 141058 |
5150 | | /* 25276 */ MCD_OPC_Decode, 249, 31, 137, 1, // Opcode: LD1_MXIPXX_V_Q |
5151 | | /* 25281 */ MCD_OPC_FilterValue, 15, 60, 196, 1, // Skip to: 141058 |
5152 | | /* 25286 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
5153 | | /* 25289 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 25311 |
5154 | | /* 25294 */ MCD_OPC_CheckPredicate, 3, 47, 196, 1, // Skip to: 141058 |
5155 | | /* 25299 */ MCD_OPC_CheckField, 4, 1, 0, 40, 196, 1, // Skip to: 141058 |
5156 | | /* 25306 */ MCD_OPC_Decode, 214, 51, 137, 1, // Opcode: ST1_MXIPXX_H_Q |
5157 | | /* 25311 */ MCD_OPC_FilterValue, 1, 30, 196, 1, // Skip to: 141058 |
5158 | | /* 25316 */ MCD_OPC_CheckPredicate, 3, 25, 196, 1, // Skip to: 141058 |
5159 | | /* 25321 */ MCD_OPC_CheckField, 4, 1, 0, 18, 196, 1, // Skip to: 141058 |
5160 | | /* 25328 */ MCD_OPC_Decode, 219, 51, 137, 1, // Opcode: ST1_MXIPXX_V_Q |
5161 | | /* 25333 */ MCD_OPC_FilterValue, 1, 141, 193, 0, // Skip to: 74887 |
5162 | | /* 25338 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
5163 | | /* 25341 */ MCD_OPC_FilterValue, 0, 32, 56, 0, // Skip to: 39714 |
5164 | | /* 25346 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
5165 | | /* 25349 */ MCD_OPC_FilterValue, 0, 239, 22, 0, // Skip to: 31225 |
5166 | | /* 25354 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
5167 | | /* 25357 */ MCD_OPC_FilterValue, 0, 9, 11, 0, // Skip to: 28187 |
5168 | | /* 25362 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
5169 | | /* 25365 */ MCD_OPC_FilterValue, 0, 99, 2, 0, // Skip to: 25981 |
5170 | | /* 25370 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5171 | | /* 25373 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 25411 |
5172 | | /* 25378 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5173 | | /* 25381 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25396 |
5174 | | /* 25386 */ MCD_OPC_CheckPredicate, 19, 211, 195, 1, // Skip to: 141058 |
5175 | | /* 25391 */ MCD_OPC_Decode, 144, 12, 138, 1, // Opcode: ADD_ZPmZ_B |
5176 | | /* 25396 */ MCD_OPC_FilterValue, 1, 201, 195, 1, // Skip to: 141058 |
5177 | | /* 25401 */ MCD_OPC_CheckPredicate, 19, 196, 195, 1, // Skip to: 141058 |
5178 | | /* 25406 */ MCD_OPC_Decode, 147, 12, 138, 1, // Opcode: ADD_ZPmZ_H |
5179 | | /* 25411 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 25449 |
5180 | | /* 25416 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5181 | | /* 25419 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25434 |
5182 | | /* 25424 */ MCD_OPC_CheckPredicate, 19, 173, 195, 1, // Skip to: 141058 |
5183 | | /* 25429 */ MCD_OPC_Decode, 184, 54, 138, 1, // Opcode: SUB_ZPmZ_B |
5184 | | /* 25434 */ MCD_OPC_FilterValue, 1, 163, 195, 1, // Skip to: 141058 |
5185 | | /* 25439 */ MCD_OPC_CheckPredicate, 19, 158, 195, 1, // Skip to: 141058 |
5186 | | /* 25444 */ MCD_OPC_Decode, 187, 54, 138, 1, // Opcode: SUB_ZPmZ_H |
5187 | | /* 25449 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 25487 |
5188 | | /* 25454 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5189 | | /* 25457 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25472 |
5190 | | /* 25462 */ MCD_OPC_CheckPredicate, 19, 135, 195, 1, // Skip to: 141058 |
5191 | | /* 25467 */ MCD_OPC_Decode, 150, 54, 138, 1, // Opcode: SUBR_ZPmZ_B |
5192 | | /* 25472 */ MCD_OPC_FilterValue, 1, 125, 195, 1, // Skip to: 141058 |
5193 | | /* 25477 */ MCD_OPC_CheckPredicate, 19, 120, 195, 1, // Skip to: 141058 |
5194 | | /* 25482 */ MCD_OPC_Decode, 152, 54, 138, 1, // Opcode: SUBR_ZPmZ_H |
5195 | | /* 25487 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 25525 |
5196 | | /* 25492 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5197 | | /* 25495 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25510 |
5198 | | /* 25500 */ MCD_OPC_CheckPredicate, 19, 97, 195, 1, // Skip to: 141058 |
5199 | | /* 25505 */ MCD_OPC_Decode, 236, 43, 138, 1, // Opcode: SMAX_ZPmZ_B |
5200 | | /* 25510 */ MCD_OPC_FilterValue, 1, 87, 195, 1, // Skip to: 141058 |
5201 | | /* 25515 */ MCD_OPC_CheckPredicate, 19, 82, 195, 1, // Skip to: 141058 |
5202 | | /* 25520 */ MCD_OPC_Decode, 238, 43, 138, 1, // Opcode: SMAX_ZPmZ_H |
5203 | | /* 25525 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 25563 |
5204 | | /* 25530 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5205 | | /* 25533 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25548 |
5206 | | /* 25538 */ MCD_OPC_CheckPredicate, 19, 59, 195, 1, // Skip to: 141058 |
5207 | | /* 25543 */ MCD_OPC_Decode, 224, 57, 138, 1, // Opcode: UMAX_ZPmZ_B |
5208 | | /* 25548 */ MCD_OPC_FilterValue, 1, 49, 195, 1, // Skip to: 141058 |
5209 | | /* 25553 */ MCD_OPC_CheckPredicate, 19, 44, 195, 1, // Skip to: 141058 |
5210 | | /* 25558 */ MCD_OPC_Decode, 226, 57, 138, 1, // Opcode: UMAX_ZPmZ_H |
5211 | | /* 25563 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 25601 |
5212 | | /* 25568 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5213 | | /* 25571 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25586 |
5214 | | /* 25576 */ MCD_OPC_CheckPredicate, 19, 21, 195, 1, // Skip to: 141058 |
5215 | | /* 25581 */ MCD_OPC_Decode, 166, 44, 138, 1, // Opcode: SMIN_ZPmZ_B |
5216 | | /* 25586 */ MCD_OPC_FilterValue, 1, 11, 195, 1, // Skip to: 141058 |
5217 | | /* 25591 */ MCD_OPC_CheckPredicate, 19, 6, 195, 1, // Skip to: 141058 |
5218 | | /* 25596 */ MCD_OPC_Decode, 168, 44, 138, 1, // Opcode: SMIN_ZPmZ_H |
5219 | | /* 25601 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 25639 |
5220 | | /* 25606 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5221 | | /* 25609 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25624 |
5222 | | /* 25614 */ MCD_OPC_CheckPredicate, 19, 239, 194, 1, // Skip to: 141058 |
5223 | | /* 25619 */ MCD_OPC_Decode, 153, 58, 138, 1, // Opcode: UMIN_ZPmZ_B |
5224 | | /* 25624 */ MCD_OPC_FilterValue, 1, 229, 194, 1, // Skip to: 141058 |
5225 | | /* 25629 */ MCD_OPC_CheckPredicate, 19, 224, 194, 1, // Skip to: 141058 |
5226 | | /* 25634 */ MCD_OPC_Decode, 155, 58, 138, 1, // Opcode: UMIN_ZPmZ_H |
5227 | | /* 25639 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 25677 |
5228 | | /* 25644 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5229 | | /* 25647 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25662 |
5230 | | /* 25652 */ MCD_OPC_CheckPredicate, 19, 201, 194, 1, // Skip to: 141058 |
5231 | | /* 25657 */ MCD_OPC_Decode, 165, 41, 138, 1, // Opcode: SABD_ZPmZ_B |
5232 | | /* 25662 */ MCD_OPC_FilterValue, 1, 191, 194, 1, // Skip to: 141058 |
5233 | | /* 25667 */ MCD_OPC_CheckPredicate, 19, 186, 194, 1, // Skip to: 141058 |
5234 | | /* 25672 */ MCD_OPC_Decode, 167, 41, 138, 1, // Opcode: SABD_ZPmZ_H |
5235 | | /* 25677 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 25715 |
5236 | | /* 25682 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5237 | | /* 25685 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25700 |
5238 | | /* 25690 */ MCD_OPC_CheckPredicate, 19, 163, 194, 1, // Skip to: 141058 |
5239 | | /* 25695 */ MCD_OPC_Decode, 136, 56, 138, 1, // Opcode: UABD_ZPmZ_B |
5240 | | /* 25700 */ MCD_OPC_FilterValue, 1, 153, 194, 1, // Skip to: 141058 |
5241 | | /* 25705 */ MCD_OPC_CheckPredicate, 19, 148, 194, 1, // Skip to: 141058 |
5242 | | /* 25710 */ MCD_OPC_Decode, 138, 56, 138, 1, // Opcode: UABD_ZPmZ_H |
5243 | | /* 25715 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 25753 |
5244 | | /* 25720 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5245 | | /* 25723 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25738 |
5246 | | /* 25728 */ MCD_OPC_CheckPredicate, 19, 125, 194, 1, // Skip to: 141058 |
5247 | | /* 25733 */ MCD_OPC_Decode, 156, 38, 138, 1, // Opcode: MUL_ZPmZ_B |
5248 | | /* 25738 */ MCD_OPC_FilterValue, 1, 115, 194, 1, // Skip to: 141058 |
5249 | | /* 25743 */ MCD_OPC_CheckPredicate, 19, 110, 194, 1, // Skip to: 141058 |
5250 | | /* 25748 */ MCD_OPC_Decode, 158, 38, 138, 1, // Opcode: MUL_ZPmZ_H |
5251 | | /* 25753 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 25791 |
5252 | | /* 25758 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5253 | | /* 25761 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25776 |
5254 | | /* 25766 */ MCD_OPC_CheckPredicate, 19, 87, 194, 1, // Skip to: 141058 |
5255 | | /* 25771 */ MCD_OPC_Decode, 155, 45, 138, 1, // Opcode: SMULH_ZPmZ_B |
5256 | | /* 25776 */ MCD_OPC_FilterValue, 1, 77, 194, 1, // Skip to: 141058 |
5257 | | /* 25781 */ MCD_OPC_CheckPredicate, 19, 72, 194, 1, // Skip to: 141058 |
5258 | | /* 25786 */ MCD_OPC_Decode, 157, 45, 138, 1, // Opcode: SMULH_ZPmZ_H |
5259 | | /* 25791 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 25829 |
5260 | | /* 25796 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5261 | | /* 25799 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25814 |
5262 | | /* 25804 */ MCD_OPC_CheckPredicate, 19, 49, 194, 1, // Skip to: 141058 |
5263 | | /* 25809 */ MCD_OPC_Decode, 140, 59, 138, 1, // Opcode: UMULH_ZPmZ_B |
5264 | | /* 25814 */ MCD_OPC_FilterValue, 1, 39, 194, 1, // Skip to: 141058 |
5265 | | /* 25819 */ MCD_OPC_CheckPredicate, 19, 34, 194, 1, // Skip to: 141058 |
5266 | | /* 25824 */ MCD_OPC_Decode, 142, 59, 138, 1, // Opcode: UMULH_ZPmZ_H |
5267 | | /* 25829 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 25867 |
5268 | | /* 25834 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5269 | | /* 25837 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25852 |
5270 | | /* 25842 */ MCD_OPC_CheckPredicate, 19, 11, 194, 1, // Skip to: 141058 |
5271 | | /* 25847 */ MCD_OPC_Decode, 225, 38, 138, 1, // Opcode: ORR_ZPmZ_B |
5272 | | /* 25852 */ MCD_OPC_FilterValue, 1, 1, 194, 1, // Skip to: 141058 |
5273 | | /* 25857 */ MCD_OPC_CheckPredicate, 19, 252, 193, 1, // Skip to: 141058 |
5274 | | /* 25862 */ MCD_OPC_Decode, 227, 38, 138, 1, // Opcode: ORR_ZPmZ_H |
5275 | | /* 25867 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 25905 |
5276 | | /* 25872 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5277 | | /* 25875 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25890 |
5278 | | /* 25880 */ MCD_OPC_CheckPredicate, 19, 229, 193, 1, // Skip to: 141058 |
5279 | | /* 25885 */ MCD_OPC_Decode, 215, 18, 138, 1, // Opcode: EOR_ZPmZ_B |
5280 | | /* 25890 */ MCD_OPC_FilterValue, 1, 219, 193, 1, // Skip to: 141058 |
5281 | | /* 25895 */ MCD_OPC_CheckPredicate, 19, 214, 193, 1, // Skip to: 141058 |
5282 | | /* 25900 */ MCD_OPC_Decode, 217, 18, 138, 1, // Opcode: EOR_ZPmZ_H |
5283 | | /* 25905 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 25943 |
5284 | | /* 25910 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5285 | | /* 25913 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25928 |
5286 | | /* 25918 */ MCD_OPC_CheckPredicate, 19, 191, 193, 1, // Skip to: 141058 |
5287 | | /* 25923 */ MCD_OPC_Decode, 207, 12, 138, 1, // Opcode: AND_ZPmZ_B |
5288 | | /* 25928 */ MCD_OPC_FilterValue, 1, 181, 193, 1, // Skip to: 141058 |
5289 | | /* 25933 */ MCD_OPC_CheckPredicate, 19, 176, 193, 1, // Skip to: 141058 |
5290 | | /* 25938 */ MCD_OPC_Decode, 209, 12, 138, 1, // Opcode: AND_ZPmZ_H |
5291 | | /* 25943 */ MCD_OPC_FilterValue, 27, 166, 193, 1, // Skip to: 141058 |
5292 | | /* 25948 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5293 | | /* 25951 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 25966 |
5294 | | /* 25956 */ MCD_OPC_CheckPredicate, 19, 153, 193, 1, // Skip to: 141058 |
5295 | | /* 25961 */ MCD_OPC_Decode, 150, 14, 138, 1, // Opcode: BIC_ZPmZ_B |
5296 | | /* 25966 */ MCD_OPC_FilterValue, 1, 143, 193, 1, // Skip to: 141058 |
5297 | | /* 25971 */ MCD_OPC_CheckPredicate, 19, 138, 193, 1, // Skip to: 141058 |
5298 | | /* 25976 */ MCD_OPC_Decode, 152, 14, 138, 1, // Opcode: BIC_ZPmZ_H |
5299 | | /* 25981 */ MCD_OPC_FilterValue, 1, 213, 2, 0, // Skip to: 26711 |
5300 | | /* 25986 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5301 | | /* 25989 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 26027 |
5302 | | /* 25994 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5303 | | /* 25997 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26012 |
5304 | | /* 26002 */ MCD_OPC_CheckPredicate, 19, 107, 193, 1, // Skip to: 141058 |
5305 | | /* 26007 */ MCD_OPC_Decode, 210, 41, 139, 1, // Opcode: SADDV_VPZ_B |
5306 | | /* 26012 */ MCD_OPC_FilterValue, 1, 97, 193, 1, // Skip to: 141058 |
5307 | | /* 26017 */ MCD_OPC_CheckPredicate, 19, 92, 193, 1, // Skip to: 141058 |
5308 | | /* 26022 */ MCD_OPC_Decode, 211, 41, 139, 1, // Opcode: SADDV_VPZ_H |
5309 | | /* 26027 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 26065 |
5310 | | /* 26032 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5311 | | /* 26035 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26050 |
5312 | | /* 26040 */ MCD_OPC_CheckPredicate, 19, 69, 193, 1, // Skip to: 141058 |
5313 | | /* 26045 */ MCD_OPC_Decode, 178, 56, 139, 1, // Opcode: UADDV_VPZ_B |
5314 | | /* 26050 */ MCD_OPC_FilterValue, 1, 59, 193, 1, // Skip to: 141058 |
5315 | | /* 26055 */ MCD_OPC_CheckPredicate, 19, 54, 193, 1, // Skip to: 141058 |
5316 | | /* 26060 */ MCD_OPC_Decode, 180, 56, 139, 1, // Opcode: UADDV_VPZ_H |
5317 | | /* 26065 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 26103 |
5318 | | /* 26070 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5319 | | /* 26073 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26088 |
5320 | | /* 26078 */ MCD_OPC_CheckPredicate, 20, 31, 193, 1, // Skip to: 141058 |
5321 | | /* 26083 */ MCD_OPC_Decode, 220, 11, 140, 1, // Opcode: ADDQV_VPZ_B |
5322 | | /* 26088 */ MCD_OPC_FilterValue, 1, 21, 193, 1, // Skip to: 141058 |
5323 | | /* 26093 */ MCD_OPC_CheckPredicate, 20, 16, 193, 1, // Skip to: 141058 |
5324 | | /* 26098 */ MCD_OPC_Decode, 222, 11, 140, 1, // Opcode: ADDQV_VPZ_H |
5325 | | /* 26103 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 26141 |
5326 | | /* 26108 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5327 | | /* 26111 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26126 |
5328 | | /* 26116 */ MCD_OPC_CheckPredicate, 19, 249, 192, 1, // Skip to: 141058 |
5329 | | /* 26121 */ MCD_OPC_Decode, 203, 43, 139, 1, // Opcode: SMAXV_VPZ_B |
5330 | | /* 26126 */ MCD_OPC_FilterValue, 1, 239, 192, 1, // Skip to: 141058 |
5331 | | /* 26131 */ MCD_OPC_CheckPredicate, 19, 234, 192, 1, // Skip to: 141058 |
5332 | | /* 26136 */ MCD_OPC_Decode, 205, 43, 139, 1, // Opcode: SMAXV_VPZ_H |
5333 | | /* 26141 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 26179 |
5334 | | /* 26146 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5335 | | /* 26149 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26164 |
5336 | | /* 26154 */ MCD_OPC_CheckPredicate, 19, 211, 192, 1, // Skip to: 141058 |
5337 | | /* 26159 */ MCD_OPC_Decode, 191, 57, 139, 1, // Opcode: UMAXV_VPZ_B |
5338 | | /* 26164 */ MCD_OPC_FilterValue, 1, 201, 192, 1, // Skip to: 141058 |
5339 | | /* 26169 */ MCD_OPC_CheckPredicate, 19, 196, 192, 1, // Skip to: 141058 |
5340 | | /* 26174 */ MCD_OPC_Decode, 193, 57, 139, 1, // Opcode: UMAXV_VPZ_H |
5341 | | /* 26179 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 26217 |
5342 | | /* 26184 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5343 | | /* 26187 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26202 |
5344 | | /* 26192 */ MCD_OPC_CheckPredicate, 19, 173, 192, 1, // Skip to: 141058 |
5345 | | /* 26197 */ MCD_OPC_Decode, 133, 44, 139, 1, // Opcode: SMINV_VPZ_B |
5346 | | /* 26202 */ MCD_OPC_FilterValue, 1, 163, 192, 1, // Skip to: 141058 |
5347 | | /* 26207 */ MCD_OPC_CheckPredicate, 19, 158, 192, 1, // Skip to: 141058 |
5348 | | /* 26212 */ MCD_OPC_Decode, 135, 44, 139, 1, // Opcode: SMINV_VPZ_H |
5349 | | /* 26217 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 26255 |
5350 | | /* 26222 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5351 | | /* 26225 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26240 |
5352 | | /* 26230 */ MCD_OPC_CheckPredicate, 19, 135, 192, 1, // Skip to: 141058 |
5353 | | /* 26235 */ MCD_OPC_Decode, 248, 57, 139, 1, // Opcode: UMINV_VPZ_B |
5354 | | /* 26240 */ MCD_OPC_FilterValue, 1, 125, 192, 1, // Skip to: 141058 |
5355 | | /* 26245 */ MCD_OPC_CheckPredicate, 19, 120, 192, 1, // Skip to: 141058 |
5356 | | /* 26250 */ MCD_OPC_Decode, 250, 57, 139, 1, // Opcode: UMINV_VPZ_H |
5357 | | /* 26255 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 26293 |
5358 | | /* 26260 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5359 | | /* 26263 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26278 |
5360 | | /* 26268 */ MCD_OPC_CheckPredicate, 20, 97, 192, 1, // Skip to: 141058 |
5361 | | /* 26273 */ MCD_OPC_Decode, 199, 43, 140, 1, // Opcode: SMAXQV_VPZ_B |
5362 | | /* 26278 */ MCD_OPC_FilterValue, 1, 87, 192, 1, // Skip to: 141058 |
5363 | | /* 26283 */ MCD_OPC_CheckPredicate, 20, 82, 192, 1, // Skip to: 141058 |
5364 | | /* 26288 */ MCD_OPC_Decode, 201, 43, 140, 1, // Opcode: SMAXQV_VPZ_H |
5365 | | /* 26293 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 26331 |
5366 | | /* 26298 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5367 | | /* 26301 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26316 |
5368 | | /* 26306 */ MCD_OPC_CheckPredicate, 20, 59, 192, 1, // Skip to: 141058 |
5369 | | /* 26311 */ MCD_OPC_Decode, 187, 57, 140, 1, // Opcode: UMAXQV_VPZ_B |
5370 | | /* 26316 */ MCD_OPC_FilterValue, 1, 49, 192, 1, // Skip to: 141058 |
5371 | | /* 26321 */ MCD_OPC_CheckPredicate, 20, 44, 192, 1, // Skip to: 141058 |
5372 | | /* 26326 */ MCD_OPC_Decode, 189, 57, 140, 1, // Opcode: UMAXQV_VPZ_H |
5373 | | /* 26331 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 26369 |
5374 | | /* 26336 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5375 | | /* 26339 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26354 |
5376 | | /* 26344 */ MCD_OPC_CheckPredicate, 20, 21, 192, 1, // Skip to: 141058 |
5377 | | /* 26349 */ MCD_OPC_Decode, 129, 44, 140, 1, // Opcode: SMINQV_VPZ_B |
5378 | | /* 26354 */ MCD_OPC_FilterValue, 1, 11, 192, 1, // Skip to: 141058 |
5379 | | /* 26359 */ MCD_OPC_CheckPredicate, 20, 6, 192, 1, // Skip to: 141058 |
5380 | | /* 26364 */ MCD_OPC_Decode, 131, 44, 140, 1, // Opcode: SMINQV_VPZ_H |
5381 | | /* 26369 */ MCD_OPC_FilterValue, 15, 33, 0, 0, // Skip to: 26407 |
5382 | | /* 26374 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5383 | | /* 26377 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26392 |
5384 | | /* 26382 */ MCD_OPC_CheckPredicate, 20, 239, 191, 1, // Skip to: 141058 |
5385 | | /* 26387 */ MCD_OPC_Decode, 244, 57, 140, 1, // Opcode: UMINQV_VPZ_B |
5386 | | /* 26392 */ MCD_OPC_FilterValue, 1, 229, 191, 1, // Skip to: 141058 |
5387 | | /* 26397 */ MCD_OPC_CheckPredicate, 20, 224, 191, 1, // Skip to: 141058 |
5388 | | /* 26402 */ MCD_OPC_Decode, 246, 57, 140, 1, // Opcode: UMINQV_VPZ_H |
5389 | | /* 26407 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 26445 |
5390 | | /* 26412 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5391 | | /* 26415 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26430 |
5392 | | /* 26420 */ MCD_OPC_CheckPredicate, 19, 201, 191, 1, // Skip to: 141058 |
5393 | | /* 26425 */ MCD_OPC_Decode, 254, 37, 139, 1, // Opcode: MOVPRFX_ZPzZ_B |
5394 | | /* 26430 */ MCD_OPC_FilterValue, 1, 191, 191, 1, // Skip to: 141058 |
5395 | | /* 26435 */ MCD_OPC_CheckPredicate, 19, 186, 191, 1, // Skip to: 141058 |
5396 | | /* 26440 */ MCD_OPC_Decode, 128, 38, 139, 1, // Opcode: MOVPRFX_ZPzZ_H |
5397 | | /* 26445 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 26483 |
5398 | | /* 26450 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5399 | | /* 26453 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26468 |
5400 | | /* 26458 */ MCD_OPC_CheckPredicate, 19, 163, 191, 1, // Skip to: 141058 |
5401 | | /* 26463 */ MCD_OPC_Decode, 250, 37, 141, 1, // Opcode: MOVPRFX_ZPmZ_B |
5402 | | /* 26468 */ MCD_OPC_FilterValue, 1, 153, 191, 1, // Skip to: 141058 |
5403 | | /* 26473 */ MCD_OPC_CheckPredicate, 19, 148, 191, 1, // Skip to: 141058 |
5404 | | /* 26478 */ MCD_OPC_Decode, 252, 37, 141, 1, // Opcode: MOVPRFX_ZPmZ_H |
5405 | | /* 26483 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 26521 |
5406 | | /* 26488 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5407 | | /* 26491 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26506 |
5408 | | /* 26496 */ MCD_OPC_CheckPredicate, 19, 125, 191, 1, // Skip to: 141058 |
5409 | | /* 26501 */ MCD_OPC_Decode, 236, 38, 139, 1, // Opcode: ORV_VPZ_B |
5410 | | /* 26506 */ MCD_OPC_FilterValue, 1, 115, 191, 1, // Skip to: 141058 |
5411 | | /* 26511 */ MCD_OPC_CheckPredicate, 19, 110, 191, 1, // Skip to: 141058 |
5412 | | /* 26516 */ MCD_OPC_Decode, 238, 38, 139, 1, // Opcode: ORV_VPZ_H |
5413 | | /* 26521 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 26559 |
5414 | | /* 26526 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5415 | | /* 26529 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26544 |
5416 | | /* 26534 */ MCD_OPC_CheckPredicate, 19, 87, 191, 1, // Skip to: 141058 |
5417 | | /* 26539 */ MCD_OPC_Decode, 205, 18, 139, 1, // Opcode: EORV_VPZ_B |
5418 | | /* 26544 */ MCD_OPC_FilterValue, 1, 77, 191, 1, // Skip to: 141058 |
5419 | | /* 26549 */ MCD_OPC_CheckPredicate, 19, 72, 191, 1, // Skip to: 141058 |
5420 | | /* 26554 */ MCD_OPC_Decode, 207, 18, 139, 1, // Opcode: EORV_VPZ_H |
5421 | | /* 26559 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 26597 |
5422 | | /* 26564 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5423 | | /* 26567 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26582 |
5424 | | /* 26572 */ MCD_OPC_CheckPredicate, 19, 49, 191, 1, // Skip to: 141058 |
5425 | | /* 26577 */ MCD_OPC_Decode, 197, 12, 139, 1, // Opcode: ANDV_VPZ_B |
5426 | | /* 26582 */ MCD_OPC_FilterValue, 1, 39, 191, 1, // Skip to: 141058 |
5427 | | /* 26587 */ MCD_OPC_CheckPredicate, 19, 34, 191, 1, // Skip to: 141058 |
5428 | | /* 26592 */ MCD_OPC_Decode, 199, 12, 139, 1, // Opcode: ANDV_VPZ_H |
5429 | | /* 26597 */ MCD_OPC_FilterValue, 28, 33, 0, 0, // Skip to: 26635 |
5430 | | /* 26602 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5431 | | /* 26605 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26620 |
5432 | | /* 26610 */ MCD_OPC_CheckPredicate, 20, 11, 191, 1, // Skip to: 141058 |
5433 | | /* 26615 */ MCD_OPC_Decode, 214, 38, 140, 1, // Opcode: ORQV_VPZ_B |
5434 | | /* 26620 */ MCD_OPC_FilterValue, 1, 1, 191, 1, // Skip to: 141058 |
5435 | | /* 26625 */ MCD_OPC_CheckPredicate, 20, 252, 190, 1, // Skip to: 141058 |
5436 | | /* 26630 */ MCD_OPC_Decode, 216, 38, 140, 1, // Opcode: ORQV_VPZ_H |
5437 | | /* 26635 */ MCD_OPC_FilterValue, 29, 33, 0, 0, // Skip to: 26673 |
5438 | | /* 26640 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5439 | | /* 26643 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26658 |
5440 | | /* 26648 */ MCD_OPC_CheckPredicate, 20, 229, 190, 1, // Skip to: 141058 |
5441 | | /* 26653 */ MCD_OPC_Decode, 196, 18, 140, 1, // Opcode: EORQV_VPZ_B |
5442 | | /* 26658 */ MCD_OPC_FilterValue, 1, 219, 190, 1, // Skip to: 141058 |
5443 | | /* 26663 */ MCD_OPC_CheckPredicate, 20, 214, 190, 1, // Skip to: 141058 |
5444 | | /* 26668 */ MCD_OPC_Decode, 198, 18, 140, 1, // Opcode: EORQV_VPZ_H |
5445 | | /* 26673 */ MCD_OPC_FilterValue, 30, 204, 190, 1, // Skip to: 141058 |
5446 | | /* 26678 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5447 | | /* 26681 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26696 |
5448 | | /* 26686 */ MCD_OPC_CheckPredicate, 20, 191, 190, 1, // Skip to: 141058 |
5449 | | /* 26691 */ MCD_OPC_Decode, 188, 12, 140, 1, // Opcode: ANDQV_VPZ_B |
5450 | | /* 26696 */ MCD_OPC_FilterValue, 1, 181, 190, 1, // Skip to: 141058 |
5451 | | /* 26701 */ MCD_OPC_CheckPredicate, 20, 176, 190, 1, // Skip to: 141058 |
5452 | | /* 26706 */ MCD_OPC_Decode, 190, 12, 140, 1, // Opcode: ANDQV_VPZ_H |
5453 | | /* 26711 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 26749 |
5454 | | /* 26716 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5455 | | /* 26719 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26734 |
5456 | | /* 26724 */ MCD_OPC_CheckPredicate, 19, 153, 190, 1, // Skip to: 141058 |
5457 | | /* 26729 */ MCD_OPC_Decode, 134, 37, 142, 1, // Opcode: MLA_ZPmZZ_B |
5458 | | /* 26734 */ MCD_OPC_FilterValue, 1, 143, 190, 1, // Skip to: 141058 |
5459 | | /* 26739 */ MCD_OPC_CheckPredicate, 19, 138, 190, 1, // Skip to: 141058 |
5460 | | /* 26744 */ MCD_OPC_Decode, 136, 37, 142, 1, // Opcode: MLA_ZPmZZ_H |
5461 | | /* 26749 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 26787 |
5462 | | /* 26754 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5463 | | /* 26757 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26772 |
5464 | | /* 26762 */ MCD_OPC_CheckPredicate, 19, 115, 190, 1, // Skip to: 141058 |
5465 | | /* 26767 */ MCD_OPC_Decode, 151, 37, 142, 1, // Opcode: MLS_ZPmZZ_B |
5466 | | /* 26772 */ MCD_OPC_FilterValue, 1, 105, 190, 1, // Skip to: 141058 |
5467 | | /* 26777 */ MCD_OPC_CheckPredicate, 19, 100, 190, 1, // Skip to: 141058 |
5468 | | /* 26782 */ MCD_OPC_Decode, 153, 37, 142, 1, // Opcode: MLS_ZPmZZ_H |
5469 | | /* 26787 */ MCD_OPC_FilterValue, 4, 189, 3, 0, // Skip to: 27749 |
5470 | | /* 26792 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5471 | | /* 26795 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 26863 |
5472 | | /* 26800 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5473 | | /* 26803 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 26848 |
5474 | | /* 26808 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5475 | | /* 26811 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 26833 |
5476 | | /* 26816 */ MCD_OPC_CheckPredicate, 19, 61, 190, 1, // Skip to: 141058 |
5477 | | /* 26821 */ MCD_OPC_CheckField, 8, 1, 1, 54, 190, 1, // Skip to: 141058 |
5478 | | /* 26828 */ MCD_OPC_Decode, 230, 12, 143, 1, // Opcode: ASR_ZPmI_B |
5479 | | /* 26833 */ MCD_OPC_FilterValue, 1, 44, 190, 1, // Skip to: 141058 |
5480 | | /* 26838 */ MCD_OPC_CheckPredicate, 19, 39, 190, 1, // Skip to: 141058 |
5481 | | /* 26843 */ MCD_OPC_Decode, 232, 12, 144, 1, // Opcode: ASR_ZPmI_H |
5482 | | /* 26848 */ MCD_OPC_FilterValue, 1, 29, 190, 1, // Skip to: 141058 |
5483 | | /* 26853 */ MCD_OPC_CheckPredicate, 19, 24, 190, 1, // Skip to: 141058 |
5484 | | /* 26858 */ MCD_OPC_Decode, 233, 12, 145, 1, // Opcode: ASR_ZPmI_S |
5485 | | /* 26863 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 26931 |
5486 | | /* 26868 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5487 | | /* 26871 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 26916 |
5488 | | /* 26876 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5489 | | /* 26879 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 26901 |
5490 | | /* 26884 */ MCD_OPC_CheckPredicate, 19, 249, 189, 1, // Skip to: 141058 |
5491 | | /* 26889 */ MCD_OPC_CheckField, 8, 1, 1, 242, 189, 1, // Skip to: 141058 |
5492 | | /* 26896 */ MCD_OPC_Decode, 201, 36, 143, 1, // Opcode: LSR_ZPmI_B |
5493 | | /* 26901 */ MCD_OPC_FilterValue, 1, 232, 189, 1, // Skip to: 141058 |
5494 | | /* 26906 */ MCD_OPC_CheckPredicate, 19, 227, 189, 1, // Skip to: 141058 |
5495 | | /* 26911 */ MCD_OPC_Decode, 203, 36, 144, 1, // Opcode: LSR_ZPmI_H |
5496 | | /* 26916 */ MCD_OPC_FilterValue, 1, 217, 189, 1, // Skip to: 141058 |
5497 | | /* 26921 */ MCD_OPC_CheckPredicate, 19, 212, 189, 1, // Skip to: 141058 |
5498 | | /* 26926 */ MCD_OPC_Decode, 204, 36, 145, 1, // Opcode: LSR_ZPmI_S |
5499 | | /* 26931 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 26999 |
5500 | | /* 26936 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5501 | | /* 26939 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 26984 |
5502 | | /* 26944 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5503 | | /* 26947 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 26969 |
5504 | | /* 26952 */ MCD_OPC_CheckPredicate, 19, 181, 189, 1, // Skip to: 141058 |
5505 | | /* 26957 */ MCD_OPC_CheckField, 8, 1, 1, 174, 189, 1, // Skip to: 141058 |
5506 | | /* 26964 */ MCD_OPC_Decode, 177, 36, 146, 1, // Opcode: LSL_ZPmI_B |
5507 | | /* 26969 */ MCD_OPC_FilterValue, 1, 164, 189, 1, // Skip to: 141058 |
5508 | | /* 26974 */ MCD_OPC_CheckPredicate, 19, 159, 189, 1, // Skip to: 141058 |
5509 | | /* 26979 */ MCD_OPC_Decode, 179, 36, 147, 1, // Opcode: LSL_ZPmI_H |
5510 | | /* 26984 */ MCD_OPC_FilterValue, 1, 149, 189, 1, // Skip to: 141058 |
5511 | | /* 26989 */ MCD_OPC_CheckPredicate, 19, 144, 189, 1, // Skip to: 141058 |
5512 | | /* 26994 */ MCD_OPC_Decode, 180, 36, 148, 1, // Opcode: LSL_ZPmI_S |
5513 | | /* 26999 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 27067 |
5514 | | /* 27004 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5515 | | /* 27007 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27052 |
5516 | | /* 27012 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5517 | | /* 27015 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27037 |
5518 | | /* 27020 */ MCD_OPC_CheckPredicate, 19, 113, 189, 1, // Skip to: 141058 |
5519 | | /* 27025 */ MCD_OPC_CheckField, 8, 1, 1, 106, 189, 1, // Skip to: 141058 |
5520 | | /* 27032 */ MCD_OPC_Decode, 214, 12, 143, 1, // Opcode: ASRD_ZPmI_B |
5521 | | /* 27037 */ MCD_OPC_FilterValue, 1, 96, 189, 1, // Skip to: 141058 |
5522 | | /* 27042 */ MCD_OPC_CheckPredicate, 19, 91, 189, 1, // Skip to: 141058 |
5523 | | /* 27047 */ MCD_OPC_Decode, 216, 12, 144, 1, // Opcode: ASRD_ZPmI_H |
5524 | | /* 27052 */ MCD_OPC_FilterValue, 1, 81, 189, 1, // Skip to: 141058 |
5525 | | /* 27057 */ MCD_OPC_CheckPredicate, 19, 76, 189, 1, // Skip to: 141058 |
5526 | | /* 27062 */ MCD_OPC_Decode, 217, 12, 145, 1, // Opcode: ASRD_ZPmI_S |
5527 | | /* 27067 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 27135 |
5528 | | /* 27072 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5529 | | /* 27075 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27120 |
5530 | | /* 27080 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5531 | | /* 27083 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27105 |
5532 | | /* 27088 */ MCD_OPC_CheckPredicate, 21, 45, 189, 1, // Skip to: 141058 |
5533 | | /* 27093 */ MCD_OPC_CheckField, 8, 1, 1, 38, 189, 1, // Skip to: 141058 |
5534 | | /* 27100 */ MCD_OPC_Decode, 171, 48, 146, 1, // Opcode: SQSHL_ZPmI_B |
5535 | | /* 27105 */ MCD_OPC_FilterValue, 1, 28, 189, 1, // Skip to: 141058 |
5536 | | /* 27110 */ MCD_OPC_CheckPredicate, 21, 23, 189, 1, // Skip to: 141058 |
5537 | | /* 27115 */ MCD_OPC_Decode, 173, 48, 147, 1, // Opcode: SQSHL_ZPmI_H |
5538 | | /* 27120 */ MCD_OPC_FilterValue, 1, 13, 189, 1, // Skip to: 141058 |
5539 | | /* 27125 */ MCD_OPC_CheckPredicate, 21, 8, 189, 1, // Skip to: 141058 |
5540 | | /* 27130 */ MCD_OPC_Decode, 174, 48, 148, 1, // Opcode: SQSHL_ZPmI_S |
5541 | | /* 27135 */ MCD_OPC_FilterValue, 7, 63, 0, 0, // Skip to: 27203 |
5542 | | /* 27140 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5543 | | /* 27143 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27188 |
5544 | | /* 27148 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5545 | | /* 27151 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27173 |
5546 | | /* 27156 */ MCD_OPC_CheckPredicate, 21, 233, 188, 1, // Skip to: 141058 |
5547 | | /* 27161 */ MCD_OPC_CheckField, 8, 1, 1, 226, 188, 1, // Skip to: 141058 |
5548 | | /* 27168 */ MCD_OPC_Decode, 158, 60, 146, 1, // Opcode: UQSHL_ZPmI_B |
5549 | | /* 27173 */ MCD_OPC_FilterValue, 1, 216, 188, 1, // Skip to: 141058 |
5550 | | /* 27178 */ MCD_OPC_CheckPredicate, 21, 211, 188, 1, // Skip to: 141058 |
5551 | | /* 27183 */ MCD_OPC_Decode, 160, 60, 147, 1, // Opcode: UQSHL_ZPmI_H |
5552 | | /* 27188 */ MCD_OPC_FilterValue, 1, 201, 188, 1, // Skip to: 141058 |
5553 | | /* 27193 */ MCD_OPC_CheckPredicate, 21, 196, 188, 1, // Skip to: 141058 |
5554 | | /* 27198 */ MCD_OPC_Decode, 161, 60, 148, 1, // Opcode: UQSHL_ZPmI_S |
5555 | | /* 27203 */ MCD_OPC_FilterValue, 12, 63, 0, 0, // Skip to: 27271 |
5556 | | /* 27208 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5557 | | /* 27211 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27256 |
5558 | | /* 27216 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5559 | | /* 27219 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27241 |
5560 | | /* 27224 */ MCD_OPC_CheckPredicate, 21, 165, 188, 1, // Skip to: 141058 |
5561 | | /* 27229 */ MCD_OPC_CheckField, 8, 1, 1, 158, 188, 1, // Skip to: 141058 |
5562 | | /* 27236 */ MCD_OPC_Decode, 214, 49, 143, 1, // Opcode: SRSHR_ZPmI_B |
5563 | | /* 27241 */ MCD_OPC_FilterValue, 1, 148, 188, 1, // Skip to: 141058 |
5564 | | /* 27246 */ MCD_OPC_CheckPredicate, 21, 143, 188, 1, // Skip to: 141058 |
5565 | | /* 27251 */ MCD_OPC_Decode, 216, 49, 144, 1, // Opcode: SRSHR_ZPmI_H |
5566 | | /* 27256 */ MCD_OPC_FilterValue, 1, 133, 188, 1, // Skip to: 141058 |
5567 | | /* 27261 */ MCD_OPC_CheckPredicate, 21, 128, 188, 1, // Skip to: 141058 |
5568 | | /* 27266 */ MCD_OPC_Decode, 217, 49, 145, 1, // Opcode: SRSHR_ZPmI_S |
5569 | | /* 27271 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 27339 |
5570 | | /* 27276 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5571 | | /* 27279 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27324 |
5572 | | /* 27284 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5573 | | /* 27287 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27309 |
5574 | | /* 27292 */ MCD_OPC_CheckPredicate, 21, 97, 188, 1, // Skip to: 141058 |
5575 | | /* 27297 */ MCD_OPC_CheckField, 8, 1, 1, 90, 188, 1, // Skip to: 141058 |
5576 | | /* 27304 */ MCD_OPC_Decode, 162, 61, 143, 1, // Opcode: URSHR_ZPmI_B |
5577 | | /* 27309 */ MCD_OPC_FilterValue, 1, 80, 188, 1, // Skip to: 141058 |
5578 | | /* 27314 */ MCD_OPC_CheckPredicate, 21, 75, 188, 1, // Skip to: 141058 |
5579 | | /* 27319 */ MCD_OPC_Decode, 164, 61, 144, 1, // Opcode: URSHR_ZPmI_H |
5580 | | /* 27324 */ MCD_OPC_FilterValue, 1, 65, 188, 1, // Skip to: 141058 |
5581 | | /* 27329 */ MCD_OPC_CheckPredicate, 21, 60, 188, 1, // Skip to: 141058 |
5582 | | /* 27334 */ MCD_OPC_Decode, 165, 61, 145, 1, // Opcode: URSHR_ZPmI_S |
5583 | | /* 27339 */ MCD_OPC_FilterValue, 15, 63, 0, 0, // Skip to: 27407 |
5584 | | /* 27344 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5585 | | /* 27347 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 27392 |
5586 | | /* 27352 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
5587 | | /* 27355 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 27377 |
5588 | | /* 27360 */ MCD_OPC_CheckPredicate, 21, 29, 188, 1, // Skip to: 141058 |
5589 | | /* 27365 */ MCD_OPC_CheckField, 8, 1, 1, 22, 188, 1, // Skip to: 141058 |
5590 | | /* 27372 */ MCD_OPC_Decode, 156, 48, 146, 1, // Opcode: SQSHLU_ZPmI_B |
5591 | | /* 27377 */ MCD_OPC_FilterValue, 1, 12, 188, 1, // Skip to: 141058 |
5592 | | /* 27382 */ MCD_OPC_CheckPredicate, 21, 7, 188, 1, // Skip to: 141058 |
5593 | | /* 27387 */ MCD_OPC_Decode, 158, 48, 147, 1, // Opcode: SQSHLU_ZPmI_H |
5594 | | /* 27392 */ MCD_OPC_FilterValue, 1, 253, 187, 1, // Skip to: 141058 |
5595 | | /* 27397 */ MCD_OPC_CheckPredicate, 21, 248, 187, 1, // Skip to: 141058 |
5596 | | /* 27402 */ MCD_OPC_Decode, 159, 48, 148, 1, // Opcode: SQSHLU_ZPmI_S |
5597 | | /* 27407 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 27445 |
5598 | | /* 27412 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5599 | | /* 27415 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27430 |
5600 | | /* 27420 */ MCD_OPC_CheckPredicate, 19, 225, 187, 1, // Skip to: 141058 |
5601 | | /* 27425 */ MCD_OPC_Decode, 234, 12, 138, 1, // Opcode: ASR_ZPmZ_B |
5602 | | /* 27430 */ MCD_OPC_FilterValue, 1, 215, 187, 1, // Skip to: 141058 |
5603 | | /* 27435 */ MCD_OPC_CheckPredicate, 19, 210, 187, 1, // Skip to: 141058 |
5604 | | /* 27440 */ MCD_OPC_Decode, 236, 12, 138, 1, // Opcode: ASR_ZPmZ_H |
5605 | | /* 27445 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 27483 |
5606 | | /* 27450 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5607 | | /* 27453 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27468 |
5608 | | /* 27458 */ MCD_OPC_CheckPredicate, 19, 187, 187, 1, // Skip to: 141058 |
5609 | | /* 27463 */ MCD_OPC_Decode, 205, 36, 138, 1, // Opcode: LSR_ZPmZ_B |
5610 | | /* 27468 */ MCD_OPC_FilterValue, 1, 177, 187, 1, // Skip to: 141058 |
5611 | | /* 27473 */ MCD_OPC_CheckPredicate, 19, 172, 187, 1, // Skip to: 141058 |
5612 | | /* 27478 */ MCD_OPC_Decode, 207, 36, 138, 1, // Opcode: LSR_ZPmZ_H |
5613 | | /* 27483 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 27521 |
5614 | | /* 27488 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5615 | | /* 27491 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27506 |
5616 | | /* 27496 */ MCD_OPC_CheckPredicate, 19, 149, 187, 1, // Skip to: 141058 |
5617 | | /* 27501 */ MCD_OPC_Decode, 181, 36, 138, 1, // Opcode: LSL_ZPmZ_B |
5618 | | /* 27506 */ MCD_OPC_FilterValue, 1, 139, 187, 1, // Skip to: 141058 |
5619 | | /* 27511 */ MCD_OPC_CheckPredicate, 19, 134, 187, 1, // Skip to: 141058 |
5620 | | /* 27516 */ MCD_OPC_Decode, 183, 36, 138, 1, // Opcode: LSL_ZPmZ_H |
5621 | | /* 27521 */ MCD_OPC_FilterValue, 20, 33, 0, 0, // Skip to: 27559 |
5622 | | /* 27526 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5623 | | /* 27529 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27544 |
5624 | | /* 27534 */ MCD_OPC_CheckPredicate, 19, 111, 187, 1, // Skip to: 141058 |
5625 | | /* 27539 */ MCD_OPC_Decode, 218, 12, 138, 1, // Opcode: ASRR_ZPmZ_B |
5626 | | /* 27544 */ MCD_OPC_FilterValue, 1, 101, 187, 1, // Skip to: 141058 |
5627 | | /* 27549 */ MCD_OPC_CheckPredicate, 19, 96, 187, 1, // Skip to: 141058 |
5628 | | /* 27554 */ MCD_OPC_Decode, 220, 12, 138, 1, // Opcode: ASRR_ZPmZ_H |
5629 | | /* 27559 */ MCD_OPC_FilterValue, 21, 33, 0, 0, // Skip to: 27597 |
5630 | | /* 27564 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5631 | | /* 27567 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27582 |
5632 | | /* 27572 */ MCD_OPC_CheckPredicate, 19, 73, 187, 1, // Skip to: 141058 |
5633 | | /* 27577 */ MCD_OPC_Decode, 189, 36, 138, 1, // Opcode: LSRR_ZPmZ_B |
5634 | | /* 27582 */ MCD_OPC_FilterValue, 1, 63, 187, 1, // Skip to: 141058 |
5635 | | /* 27587 */ MCD_OPC_CheckPredicate, 19, 58, 187, 1, // Skip to: 141058 |
5636 | | /* 27592 */ MCD_OPC_Decode, 191, 36, 138, 1, // Opcode: LSRR_ZPmZ_H |
5637 | | /* 27597 */ MCD_OPC_FilterValue, 23, 33, 0, 0, // Skip to: 27635 |
5638 | | /* 27602 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5639 | | /* 27605 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27620 |
5640 | | /* 27610 */ MCD_OPC_CheckPredicate, 19, 35, 187, 1, // Skip to: 141058 |
5641 | | /* 27615 */ MCD_OPC_Decode, 165, 36, 138, 1, // Opcode: LSLR_ZPmZ_B |
5642 | | /* 27620 */ MCD_OPC_FilterValue, 1, 25, 187, 1, // Skip to: 141058 |
5643 | | /* 27625 */ MCD_OPC_CheckPredicate, 19, 20, 187, 1, // Skip to: 141058 |
5644 | | /* 27630 */ MCD_OPC_Decode, 167, 36, 138, 1, // Opcode: LSLR_ZPmZ_H |
5645 | | /* 27635 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 27673 |
5646 | | /* 27640 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5647 | | /* 27643 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27658 |
5648 | | /* 27648 */ MCD_OPC_CheckPredicate, 19, 253, 186, 1, // Skip to: 141058 |
5649 | | /* 27653 */ MCD_OPC_Decode, 224, 12, 138, 1, // Opcode: ASR_WIDE_ZPmZ_B |
5650 | | /* 27658 */ MCD_OPC_FilterValue, 1, 243, 186, 1, // Skip to: 141058 |
5651 | | /* 27663 */ MCD_OPC_CheckPredicate, 19, 238, 186, 1, // Skip to: 141058 |
5652 | | /* 27668 */ MCD_OPC_Decode, 225, 12, 138, 1, // Opcode: ASR_WIDE_ZPmZ_H |
5653 | | /* 27673 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 27711 |
5654 | | /* 27678 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5655 | | /* 27681 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27696 |
5656 | | /* 27686 */ MCD_OPC_CheckPredicate, 19, 215, 186, 1, // Skip to: 141058 |
5657 | | /* 27691 */ MCD_OPC_Decode, 195, 36, 138, 1, // Opcode: LSR_WIDE_ZPmZ_B |
5658 | | /* 27696 */ MCD_OPC_FilterValue, 1, 205, 186, 1, // Skip to: 141058 |
5659 | | /* 27701 */ MCD_OPC_CheckPredicate, 19, 200, 186, 1, // Skip to: 141058 |
5660 | | /* 27706 */ MCD_OPC_Decode, 196, 36, 138, 1, // Opcode: LSR_WIDE_ZPmZ_H |
5661 | | /* 27711 */ MCD_OPC_FilterValue, 27, 190, 186, 1, // Skip to: 141058 |
5662 | | /* 27716 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5663 | | /* 27719 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27734 |
5664 | | /* 27724 */ MCD_OPC_CheckPredicate, 19, 177, 186, 1, // Skip to: 141058 |
5665 | | /* 27729 */ MCD_OPC_Decode, 171, 36, 138, 1, // Opcode: LSL_WIDE_ZPmZ_B |
5666 | | /* 27734 */ MCD_OPC_FilterValue, 1, 167, 186, 1, // Skip to: 141058 |
5667 | | /* 27739 */ MCD_OPC_CheckPredicate, 19, 162, 186, 1, // Skip to: 141058 |
5668 | | /* 27744 */ MCD_OPC_Decode, 172, 36, 138, 1, // Opcode: LSL_WIDE_ZPmZ_H |
5669 | | /* 27749 */ MCD_OPC_FilterValue, 5, 101, 1, 0, // Skip to: 28111 |
5670 | | /* 27754 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5671 | | /* 27757 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 27779 |
5672 | | /* 27762 */ MCD_OPC_CheckPredicate, 19, 139, 186, 1, // Skip to: 141058 |
5673 | | /* 27767 */ MCD_OPC_CheckField, 22, 1, 1, 132, 186, 1, // Skip to: 141058 |
5674 | | /* 27774 */ MCD_OPC_Decode, 143, 55, 141, 1, // Opcode: SXTB_ZPmZ_H |
5675 | | /* 27779 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 27801 |
5676 | | /* 27784 */ MCD_OPC_CheckPredicate, 19, 117, 186, 1, // Skip to: 141058 |
5677 | | /* 27789 */ MCD_OPC_CheckField, 22, 1, 1, 110, 186, 1, // Skip to: 141058 |
5678 | | /* 27796 */ MCD_OPC_Decode, 183, 62, 141, 1, // Opcode: UXTB_ZPmZ_H |
5679 | | /* 27801 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 27839 |
5680 | | /* 27806 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5681 | | /* 27809 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27824 |
5682 | | /* 27814 */ MCD_OPC_CheckPredicate, 19, 87, 186, 1, // Skip to: 141058 |
5683 | | /* 27819 */ MCD_OPC_Decode, 171, 11, 141, 1, // Opcode: ABS_ZPmZ_B |
5684 | | /* 27824 */ MCD_OPC_FilterValue, 1, 77, 186, 1, // Skip to: 141058 |
5685 | | /* 27829 */ MCD_OPC_CheckPredicate, 19, 72, 186, 1, // Skip to: 141058 |
5686 | | /* 27834 */ MCD_OPC_Decode, 173, 11, 141, 1, // Opcode: ABS_ZPmZ_H |
5687 | | /* 27839 */ MCD_OPC_FilterValue, 23, 33, 0, 0, // Skip to: 27877 |
5688 | | /* 27844 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5689 | | /* 27847 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27862 |
5690 | | /* 27852 */ MCD_OPC_CheckPredicate, 19, 49, 186, 1, // Skip to: 141058 |
5691 | | /* 27857 */ MCD_OPC_Decode, 186, 38, 141, 1, // Opcode: NEG_ZPmZ_B |
5692 | | /* 27862 */ MCD_OPC_FilterValue, 1, 39, 186, 1, // Skip to: 141058 |
5693 | | /* 27867 */ MCD_OPC_CheckPredicate, 19, 34, 186, 1, // Skip to: 141058 |
5694 | | /* 27872 */ MCD_OPC_Decode, 188, 38, 141, 1, // Opcode: NEG_ZPmZ_H |
5695 | | /* 27877 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 27915 |
5696 | | /* 27882 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5697 | | /* 27885 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27900 |
5698 | | /* 27890 */ MCD_OPC_CheckPredicate, 19, 11, 186, 1, // Skip to: 141058 |
5699 | | /* 27895 */ MCD_OPC_Decode, 145, 15, 141, 1, // Opcode: CLS_ZPmZ_B |
5700 | | /* 27900 */ MCD_OPC_FilterValue, 1, 1, 186, 1, // Skip to: 141058 |
5701 | | /* 27905 */ MCD_OPC_CheckPredicate, 19, 252, 185, 1, // Skip to: 141058 |
5702 | | /* 27910 */ MCD_OPC_Decode, 147, 15, 141, 1, // Opcode: CLS_ZPmZ_H |
5703 | | /* 27915 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 27953 |
5704 | | /* 27920 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5705 | | /* 27923 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27938 |
5706 | | /* 27928 */ MCD_OPC_CheckPredicate, 19, 229, 185, 1, // Skip to: 141058 |
5707 | | /* 27933 */ MCD_OPC_Decode, 157, 15, 141, 1, // Opcode: CLZ_ZPmZ_B |
5708 | | /* 27938 */ MCD_OPC_FilterValue, 1, 219, 185, 1, // Skip to: 141058 |
5709 | | /* 27943 */ MCD_OPC_CheckPredicate, 19, 214, 185, 1, // Skip to: 141058 |
5710 | | /* 27948 */ MCD_OPC_Decode, 159, 15, 141, 1, // Opcode: CLZ_ZPmZ_H |
5711 | | /* 27953 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 27991 |
5712 | | /* 27958 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5713 | | /* 27961 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 27976 |
5714 | | /* 27966 */ MCD_OPC_CheckPredicate, 19, 191, 185, 1, // Skip to: 141058 |
5715 | | /* 27971 */ MCD_OPC_Decode, 245, 16, 141, 1, // Opcode: CNT_ZPmZ_B |
5716 | | /* 27976 */ MCD_OPC_FilterValue, 1, 181, 185, 1, // Skip to: 141058 |
5717 | | /* 27981 */ MCD_OPC_CheckPredicate, 19, 176, 185, 1, // Skip to: 141058 |
5718 | | /* 27986 */ MCD_OPC_Decode, 247, 16, 141, 1, // Opcode: CNT_ZPmZ_H |
5719 | | /* 27991 */ MCD_OPC_FilterValue, 27, 33, 0, 0, // Skip to: 28029 |
5720 | | /* 27996 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5721 | | /* 27999 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28014 |
5722 | | /* 28004 */ MCD_OPC_CheckPredicate, 19, 153, 185, 1, // Skip to: 141058 |
5723 | | /* 28009 */ MCD_OPC_Decode, 227, 16, 141, 1, // Opcode: CNOT_ZPmZ_B |
5724 | | /* 28014 */ MCD_OPC_FilterValue, 1, 143, 185, 1, // Skip to: 141058 |
5725 | | /* 28019 */ MCD_OPC_CheckPredicate, 19, 138, 185, 1, // Skip to: 141058 |
5726 | | /* 28024 */ MCD_OPC_Decode, 229, 16, 141, 1, // Opcode: CNOT_ZPmZ_H |
5727 | | /* 28029 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 28051 |
5728 | | /* 28034 */ MCD_OPC_CheckPredicate, 19, 123, 185, 1, // Skip to: 141058 |
5729 | | /* 28039 */ MCD_OPC_CheckField, 22, 1, 1, 116, 185, 1, // Skip to: 141058 |
5730 | | /* 28046 */ MCD_OPC_Decode, 143, 19, 141, 1, // Opcode: FABS_ZPmZ_H |
5731 | | /* 28051 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 28073 |
5732 | | /* 28056 */ MCD_OPC_CheckPredicate, 19, 101, 185, 1, // Skip to: 141058 |
5733 | | /* 28061 */ MCD_OPC_CheckField, 22, 1, 1, 94, 185, 1, // Skip to: 141058 |
5734 | | /* 28068 */ MCD_OPC_Decode, 223, 26, 141, 1, // Opcode: FNEG_ZPmZ_H |
5735 | | /* 28073 */ MCD_OPC_FilterValue, 30, 84, 185, 1, // Skip to: 141058 |
5736 | | /* 28078 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5737 | | /* 28081 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28096 |
5738 | | /* 28086 */ MCD_OPC_CheckPredicate, 19, 71, 185, 1, // Skip to: 141058 |
5739 | | /* 28091 */ MCD_OPC_Decode, 202, 38, 141, 1, // Opcode: NOT_ZPmZ_B |
5740 | | /* 28096 */ MCD_OPC_FilterValue, 1, 61, 185, 1, // Skip to: 141058 |
5741 | | /* 28101 */ MCD_OPC_CheckPredicate, 19, 56, 185, 1, // Skip to: 141058 |
5742 | | /* 28106 */ MCD_OPC_Decode, 204, 38, 141, 1, // Opcode: NOT_ZPmZ_H |
5743 | | /* 28111 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 28149 |
5744 | | /* 28116 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5745 | | /* 28119 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28134 |
5746 | | /* 28124 */ MCD_OPC_CheckPredicate, 19, 33, 185, 1, // Skip to: 141058 |
5747 | | /* 28129 */ MCD_OPC_Decode, 253, 36, 149, 1, // Opcode: MAD_ZPmZZ_B |
5748 | | /* 28134 */ MCD_OPC_FilterValue, 1, 23, 185, 1, // Skip to: 141058 |
5749 | | /* 28139 */ MCD_OPC_CheckPredicate, 19, 18, 185, 1, // Skip to: 141058 |
5750 | | /* 28144 */ MCD_OPC_Decode, 255, 36, 149, 1, // Opcode: MAD_ZPmZZ_H |
5751 | | /* 28149 */ MCD_OPC_FilterValue, 7, 8, 185, 1, // Skip to: 141058 |
5752 | | /* 28154 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5753 | | /* 28157 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28172 |
5754 | | /* 28162 */ MCD_OPC_CheckPredicate, 19, 251, 184, 1, // Skip to: 141058 |
5755 | | /* 28167 */ MCD_OPC_Decode, 138, 38, 149, 1, // Opcode: MSB_ZPmZZ_B |
5756 | | /* 28172 */ MCD_OPC_FilterValue, 1, 241, 184, 1, // Skip to: 141058 |
5757 | | /* 28177 */ MCD_OPC_CheckPredicate, 19, 236, 184, 1, // Skip to: 141058 |
5758 | | /* 28182 */ MCD_OPC_Decode, 140, 38, 149, 1, // Opcode: MSB_ZPmZZ_H |
5759 | | /* 28187 */ MCD_OPC_FilterValue, 1, 104, 10, 0, // Skip to: 30856 |
5760 | | /* 28192 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
5761 | | /* 28195 */ MCD_OPC_FilterValue, 0, 39, 3, 0, // Skip to: 29007 |
5762 | | /* 28200 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5763 | | /* 28203 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 28241 |
5764 | | /* 28208 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5765 | | /* 28211 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28226 |
5766 | | /* 28216 */ MCD_OPC_CheckPredicate, 19, 197, 184, 1, // Skip to: 141058 |
5767 | | /* 28221 */ MCD_OPC_Decode, 148, 12, 138, 1, // Opcode: ADD_ZPmZ_S |
5768 | | /* 28226 */ MCD_OPC_FilterValue, 1, 187, 184, 1, // Skip to: 141058 |
5769 | | /* 28231 */ MCD_OPC_CheckPredicate, 19, 182, 184, 1, // Skip to: 141058 |
5770 | | /* 28236 */ MCD_OPC_Decode, 146, 12, 138, 1, // Opcode: ADD_ZPmZ_D |
5771 | | /* 28241 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 28279 |
5772 | | /* 28246 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5773 | | /* 28249 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28264 |
5774 | | /* 28254 */ MCD_OPC_CheckPredicate, 19, 159, 184, 1, // Skip to: 141058 |
5775 | | /* 28259 */ MCD_OPC_Decode, 188, 54, 138, 1, // Opcode: SUB_ZPmZ_S |
5776 | | /* 28264 */ MCD_OPC_FilterValue, 1, 149, 184, 1, // Skip to: 141058 |
5777 | | /* 28269 */ MCD_OPC_CheckPredicate, 19, 144, 184, 1, // Skip to: 141058 |
5778 | | /* 28274 */ MCD_OPC_Decode, 186, 54, 138, 1, // Opcode: SUB_ZPmZ_D |
5779 | | /* 28279 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 28317 |
5780 | | /* 28284 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5781 | | /* 28287 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28302 |
5782 | | /* 28292 */ MCD_OPC_CheckPredicate, 19, 121, 184, 1, // Skip to: 141058 |
5783 | | /* 28297 */ MCD_OPC_Decode, 153, 54, 138, 1, // Opcode: SUBR_ZPmZ_S |
5784 | | /* 28302 */ MCD_OPC_FilterValue, 1, 111, 184, 1, // Skip to: 141058 |
5785 | | /* 28307 */ MCD_OPC_CheckPredicate, 19, 106, 184, 1, // Skip to: 141058 |
5786 | | /* 28312 */ MCD_OPC_Decode, 151, 54, 138, 1, // Opcode: SUBR_ZPmZ_D |
5787 | | /* 28317 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 28339 |
5788 | | /* 28322 */ MCD_OPC_CheckPredicate, 22, 91, 184, 1, // Skip to: 141058 |
5789 | | /* 28327 */ MCD_OPC_CheckField, 22, 1, 1, 84, 184, 1, // Skip to: 141058 |
5790 | | /* 28334 */ MCD_OPC_Decode, 145, 12, 138, 1, // Opcode: ADD_ZPmZ_CPA |
5791 | | /* 28339 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 28361 |
5792 | | /* 28344 */ MCD_OPC_CheckPredicate, 22, 69, 184, 1, // Skip to: 141058 |
5793 | | /* 28349 */ MCD_OPC_CheckField, 22, 1, 1, 62, 184, 1, // Skip to: 141058 |
5794 | | /* 28356 */ MCD_OPC_Decode, 185, 54, 138, 1, // Opcode: SUB_ZPmZ_CPA |
5795 | | /* 28361 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 28399 |
5796 | | /* 28366 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5797 | | /* 28369 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28384 |
5798 | | /* 28374 */ MCD_OPC_CheckPredicate, 19, 39, 184, 1, // Skip to: 141058 |
5799 | | /* 28379 */ MCD_OPC_Decode, 239, 43, 138, 1, // Opcode: SMAX_ZPmZ_S |
5800 | | /* 28384 */ MCD_OPC_FilterValue, 1, 29, 184, 1, // Skip to: 141058 |
5801 | | /* 28389 */ MCD_OPC_CheckPredicate, 19, 24, 184, 1, // Skip to: 141058 |
5802 | | /* 28394 */ MCD_OPC_Decode, 237, 43, 138, 1, // Opcode: SMAX_ZPmZ_D |
5803 | | /* 28399 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 28437 |
5804 | | /* 28404 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5805 | | /* 28407 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28422 |
5806 | | /* 28412 */ MCD_OPC_CheckPredicate, 19, 1, 184, 1, // Skip to: 141058 |
5807 | | /* 28417 */ MCD_OPC_Decode, 227, 57, 138, 1, // Opcode: UMAX_ZPmZ_S |
5808 | | /* 28422 */ MCD_OPC_FilterValue, 1, 247, 183, 1, // Skip to: 141058 |
5809 | | /* 28427 */ MCD_OPC_CheckPredicate, 19, 242, 183, 1, // Skip to: 141058 |
5810 | | /* 28432 */ MCD_OPC_Decode, 225, 57, 138, 1, // Opcode: UMAX_ZPmZ_D |
5811 | | /* 28437 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 28475 |
5812 | | /* 28442 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5813 | | /* 28445 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28460 |
5814 | | /* 28450 */ MCD_OPC_CheckPredicate, 19, 219, 183, 1, // Skip to: 141058 |
5815 | | /* 28455 */ MCD_OPC_Decode, 169, 44, 138, 1, // Opcode: SMIN_ZPmZ_S |
5816 | | /* 28460 */ MCD_OPC_FilterValue, 1, 209, 183, 1, // Skip to: 141058 |
5817 | | /* 28465 */ MCD_OPC_CheckPredicate, 19, 204, 183, 1, // Skip to: 141058 |
5818 | | /* 28470 */ MCD_OPC_Decode, 167, 44, 138, 1, // Opcode: SMIN_ZPmZ_D |
5819 | | /* 28475 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 28513 |
5820 | | /* 28480 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5821 | | /* 28483 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28498 |
5822 | | /* 28488 */ MCD_OPC_CheckPredicate, 19, 181, 183, 1, // Skip to: 141058 |
5823 | | /* 28493 */ MCD_OPC_Decode, 156, 58, 138, 1, // Opcode: UMIN_ZPmZ_S |
5824 | | /* 28498 */ MCD_OPC_FilterValue, 1, 171, 183, 1, // Skip to: 141058 |
5825 | | /* 28503 */ MCD_OPC_CheckPredicate, 19, 166, 183, 1, // Skip to: 141058 |
5826 | | /* 28508 */ MCD_OPC_Decode, 154, 58, 138, 1, // Opcode: UMIN_ZPmZ_D |
5827 | | /* 28513 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 28551 |
5828 | | /* 28518 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5829 | | /* 28521 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28536 |
5830 | | /* 28526 */ MCD_OPC_CheckPredicate, 19, 143, 183, 1, // Skip to: 141058 |
5831 | | /* 28531 */ MCD_OPC_Decode, 168, 41, 138, 1, // Opcode: SABD_ZPmZ_S |
5832 | | /* 28536 */ MCD_OPC_FilterValue, 1, 133, 183, 1, // Skip to: 141058 |
5833 | | /* 28541 */ MCD_OPC_CheckPredicate, 19, 128, 183, 1, // Skip to: 141058 |
5834 | | /* 28546 */ MCD_OPC_Decode, 166, 41, 138, 1, // Opcode: SABD_ZPmZ_D |
5835 | | /* 28551 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 28589 |
5836 | | /* 28556 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5837 | | /* 28559 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28574 |
5838 | | /* 28564 */ MCD_OPC_CheckPredicate, 19, 105, 183, 1, // Skip to: 141058 |
5839 | | /* 28569 */ MCD_OPC_Decode, 139, 56, 138, 1, // Opcode: UABD_ZPmZ_S |
5840 | | /* 28574 */ MCD_OPC_FilterValue, 1, 95, 183, 1, // Skip to: 141058 |
5841 | | /* 28579 */ MCD_OPC_CheckPredicate, 19, 90, 183, 1, // Skip to: 141058 |
5842 | | /* 28584 */ MCD_OPC_Decode, 137, 56, 138, 1, // Opcode: UABD_ZPmZ_D |
5843 | | /* 28589 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 28627 |
5844 | | /* 28594 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5845 | | /* 28597 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28612 |
5846 | | /* 28602 */ MCD_OPC_CheckPredicate, 19, 67, 183, 1, // Skip to: 141058 |
5847 | | /* 28607 */ MCD_OPC_Decode, 159, 38, 138, 1, // Opcode: MUL_ZPmZ_S |
5848 | | /* 28612 */ MCD_OPC_FilterValue, 1, 57, 183, 1, // Skip to: 141058 |
5849 | | /* 28617 */ MCD_OPC_CheckPredicate, 19, 52, 183, 1, // Skip to: 141058 |
5850 | | /* 28622 */ MCD_OPC_Decode, 157, 38, 138, 1, // Opcode: MUL_ZPmZ_D |
5851 | | /* 28627 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 28665 |
5852 | | /* 28632 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5853 | | /* 28635 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28650 |
5854 | | /* 28640 */ MCD_OPC_CheckPredicate, 19, 29, 183, 1, // Skip to: 141058 |
5855 | | /* 28645 */ MCD_OPC_Decode, 158, 45, 138, 1, // Opcode: SMULH_ZPmZ_S |
5856 | | /* 28650 */ MCD_OPC_FilterValue, 1, 19, 183, 1, // Skip to: 141058 |
5857 | | /* 28655 */ MCD_OPC_CheckPredicate, 19, 14, 183, 1, // Skip to: 141058 |
5858 | | /* 28660 */ MCD_OPC_Decode, 156, 45, 138, 1, // Opcode: SMULH_ZPmZ_D |
5859 | | /* 28665 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 28703 |
5860 | | /* 28670 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5861 | | /* 28673 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28688 |
5862 | | /* 28678 */ MCD_OPC_CheckPredicate, 19, 247, 182, 1, // Skip to: 141058 |
5863 | | /* 28683 */ MCD_OPC_Decode, 143, 59, 138, 1, // Opcode: UMULH_ZPmZ_S |
5864 | | /* 28688 */ MCD_OPC_FilterValue, 1, 237, 182, 1, // Skip to: 141058 |
5865 | | /* 28693 */ MCD_OPC_CheckPredicate, 19, 232, 182, 1, // Skip to: 141058 |
5866 | | /* 28698 */ MCD_OPC_Decode, 141, 59, 138, 1, // Opcode: UMULH_ZPmZ_D |
5867 | | /* 28703 */ MCD_OPC_FilterValue, 20, 33, 0, 0, // Skip to: 28741 |
5868 | | /* 28708 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5869 | | /* 28711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28726 |
5870 | | /* 28716 */ MCD_OPC_CheckPredicate, 19, 209, 182, 1, // Skip to: 141058 |
5871 | | /* 28721 */ MCD_OPC_Decode, 162, 42, 138, 1, // Opcode: SDIV_ZPmZ_S |
5872 | | /* 28726 */ MCD_OPC_FilterValue, 1, 199, 182, 1, // Skip to: 141058 |
5873 | | /* 28731 */ MCD_OPC_CheckPredicate, 19, 194, 182, 1, // Skip to: 141058 |
5874 | | /* 28736 */ MCD_OPC_Decode, 161, 42, 138, 1, // Opcode: SDIV_ZPmZ_D |
5875 | | /* 28741 */ MCD_OPC_FilterValue, 21, 33, 0, 0, // Skip to: 28779 |
5876 | | /* 28746 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5877 | | /* 28749 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28764 |
5878 | | /* 28754 */ MCD_OPC_CheckPredicate, 19, 171, 182, 1, // Skip to: 141058 |
5879 | | /* 28759 */ MCD_OPC_Decode, 251, 56, 138, 1, // Opcode: UDIV_ZPmZ_S |
5880 | | /* 28764 */ MCD_OPC_FilterValue, 1, 161, 182, 1, // Skip to: 141058 |
5881 | | /* 28769 */ MCD_OPC_CheckPredicate, 19, 156, 182, 1, // Skip to: 141058 |
5882 | | /* 28774 */ MCD_OPC_Decode, 250, 56, 138, 1, // Opcode: UDIV_ZPmZ_D |
5883 | | /* 28779 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 28817 |
5884 | | /* 28784 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5885 | | /* 28787 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28802 |
5886 | | /* 28792 */ MCD_OPC_CheckPredicate, 19, 133, 182, 1, // Skip to: 141058 |
5887 | | /* 28797 */ MCD_OPC_Decode, 158, 42, 138, 1, // Opcode: SDIVR_ZPmZ_S |
5888 | | /* 28802 */ MCD_OPC_FilterValue, 1, 123, 182, 1, // Skip to: 141058 |
5889 | | /* 28807 */ MCD_OPC_CheckPredicate, 19, 118, 182, 1, // Skip to: 141058 |
5890 | | /* 28812 */ MCD_OPC_Decode, 157, 42, 138, 1, // Opcode: SDIVR_ZPmZ_D |
5891 | | /* 28817 */ MCD_OPC_FilterValue, 23, 33, 0, 0, // Skip to: 28855 |
5892 | | /* 28822 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5893 | | /* 28825 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28840 |
5894 | | /* 28830 */ MCD_OPC_CheckPredicate, 19, 95, 182, 1, // Skip to: 141058 |
5895 | | /* 28835 */ MCD_OPC_Decode, 247, 56, 138, 1, // Opcode: UDIVR_ZPmZ_S |
5896 | | /* 28840 */ MCD_OPC_FilterValue, 1, 85, 182, 1, // Skip to: 141058 |
5897 | | /* 28845 */ MCD_OPC_CheckPredicate, 19, 80, 182, 1, // Skip to: 141058 |
5898 | | /* 28850 */ MCD_OPC_Decode, 246, 56, 138, 1, // Opcode: UDIVR_ZPmZ_D |
5899 | | /* 28855 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 28893 |
5900 | | /* 28860 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5901 | | /* 28863 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28878 |
5902 | | /* 28868 */ MCD_OPC_CheckPredicate, 19, 57, 182, 1, // Skip to: 141058 |
5903 | | /* 28873 */ MCD_OPC_Decode, 228, 38, 138, 1, // Opcode: ORR_ZPmZ_S |
5904 | | /* 28878 */ MCD_OPC_FilterValue, 1, 47, 182, 1, // Skip to: 141058 |
5905 | | /* 28883 */ MCD_OPC_CheckPredicate, 19, 42, 182, 1, // Skip to: 141058 |
5906 | | /* 28888 */ MCD_OPC_Decode, 226, 38, 138, 1, // Opcode: ORR_ZPmZ_D |
5907 | | /* 28893 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 28931 |
5908 | | /* 28898 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5909 | | /* 28901 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28916 |
5910 | | /* 28906 */ MCD_OPC_CheckPredicate, 19, 19, 182, 1, // Skip to: 141058 |
5911 | | /* 28911 */ MCD_OPC_Decode, 218, 18, 138, 1, // Opcode: EOR_ZPmZ_S |
5912 | | /* 28916 */ MCD_OPC_FilterValue, 1, 9, 182, 1, // Skip to: 141058 |
5913 | | /* 28921 */ MCD_OPC_CheckPredicate, 19, 4, 182, 1, // Skip to: 141058 |
5914 | | /* 28926 */ MCD_OPC_Decode, 216, 18, 138, 1, // Opcode: EOR_ZPmZ_D |
5915 | | /* 28931 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 28969 |
5916 | | /* 28936 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5917 | | /* 28939 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28954 |
5918 | | /* 28944 */ MCD_OPC_CheckPredicate, 19, 237, 181, 1, // Skip to: 141058 |
5919 | | /* 28949 */ MCD_OPC_Decode, 210, 12, 138, 1, // Opcode: AND_ZPmZ_S |
5920 | | /* 28954 */ MCD_OPC_FilterValue, 1, 227, 181, 1, // Skip to: 141058 |
5921 | | /* 28959 */ MCD_OPC_CheckPredicate, 19, 222, 181, 1, // Skip to: 141058 |
5922 | | /* 28964 */ MCD_OPC_Decode, 208, 12, 138, 1, // Opcode: AND_ZPmZ_D |
5923 | | /* 28969 */ MCD_OPC_FilterValue, 27, 212, 181, 1, // Skip to: 141058 |
5924 | | /* 28974 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5925 | | /* 28977 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 28992 |
5926 | | /* 28982 */ MCD_OPC_CheckPredicate, 19, 199, 181, 1, // Skip to: 141058 |
5927 | | /* 28987 */ MCD_OPC_Decode, 153, 14, 138, 1, // Opcode: BIC_ZPmZ_S |
5928 | | /* 28992 */ MCD_OPC_FilterValue, 1, 189, 181, 1, // Skip to: 141058 |
5929 | | /* 28997 */ MCD_OPC_CheckPredicate, 19, 184, 181, 1, // Skip to: 141058 |
5930 | | /* 29002 */ MCD_OPC_Decode, 151, 14, 138, 1, // Opcode: BIC_ZPmZ_D |
5931 | | /* 29007 */ MCD_OPC_FilterValue, 1, 197, 2, 0, // Skip to: 29721 |
5932 | | /* 29012 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
5933 | | /* 29015 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 29037 |
5934 | | /* 29020 */ MCD_OPC_CheckPredicate, 19, 161, 181, 1, // Skip to: 141058 |
5935 | | /* 29025 */ MCD_OPC_CheckField, 22, 1, 0, 154, 181, 1, // Skip to: 141058 |
5936 | | /* 29032 */ MCD_OPC_Decode, 212, 41, 139, 1, // Opcode: SADDV_VPZ_S |
5937 | | /* 29037 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 29075 |
5938 | | /* 29042 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5939 | | /* 29045 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29060 |
5940 | | /* 29050 */ MCD_OPC_CheckPredicate, 19, 131, 181, 1, // Skip to: 141058 |
5941 | | /* 29055 */ MCD_OPC_Decode, 181, 56, 139, 1, // Opcode: UADDV_VPZ_S |
5942 | | /* 29060 */ MCD_OPC_FilterValue, 1, 121, 181, 1, // Skip to: 141058 |
5943 | | /* 29065 */ MCD_OPC_CheckPredicate, 19, 116, 181, 1, // Skip to: 141058 |
5944 | | /* 29070 */ MCD_OPC_Decode, 179, 56, 139, 1, // Opcode: UADDV_VPZ_D |
5945 | | /* 29075 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 29113 |
5946 | | /* 29080 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5947 | | /* 29083 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29098 |
5948 | | /* 29088 */ MCD_OPC_CheckPredicate, 20, 93, 181, 1, // Skip to: 141058 |
5949 | | /* 29093 */ MCD_OPC_Decode, 223, 11, 140, 1, // Opcode: ADDQV_VPZ_S |
5950 | | /* 29098 */ MCD_OPC_FilterValue, 1, 83, 181, 1, // Skip to: 141058 |
5951 | | /* 29103 */ MCD_OPC_CheckPredicate, 20, 78, 181, 1, // Skip to: 141058 |
5952 | | /* 29108 */ MCD_OPC_Decode, 221, 11, 140, 1, // Opcode: ADDQV_VPZ_D |
5953 | | /* 29113 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 29151 |
5954 | | /* 29118 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5955 | | /* 29121 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29136 |
5956 | | /* 29126 */ MCD_OPC_CheckPredicate, 19, 55, 181, 1, // Skip to: 141058 |
5957 | | /* 29131 */ MCD_OPC_Decode, 206, 43, 139, 1, // Opcode: SMAXV_VPZ_S |
5958 | | /* 29136 */ MCD_OPC_FilterValue, 1, 45, 181, 1, // Skip to: 141058 |
5959 | | /* 29141 */ MCD_OPC_CheckPredicate, 19, 40, 181, 1, // Skip to: 141058 |
5960 | | /* 29146 */ MCD_OPC_Decode, 204, 43, 139, 1, // Opcode: SMAXV_VPZ_D |
5961 | | /* 29151 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 29189 |
5962 | | /* 29156 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5963 | | /* 29159 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29174 |
5964 | | /* 29164 */ MCD_OPC_CheckPredicate, 19, 17, 181, 1, // Skip to: 141058 |
5965 | | /* 29169 */ MCD_OPC_Decode, 194, 57, 139, 1, // Opcode: UMAXV_VPZ_S |
5966 | | /* 29174 */ MCD_OPC_FilterValue, 1, 7, 181, 1, // Skip to: 141058 |
5967 | | /* 29179 */ MCD_OPC_CheckPredicate, 19, 2, 181, 1, // Skip to: 141058 |
5968 | | /* 29184 */ MCD_OPC_Decode, 192, 57, 139, 1, // Opcode: UMAXV_VPZ_D |
5969 | | /* 29189 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 29227 |
5970 | | /* 29194 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5971 | | /* 29197 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29212 |
5972 | | /* 29202 */ MCD_OPC_CheckPredicate, 19, 235, 180, 1, // Skip to: 141058 |
5973 | | /* 29207 */ MCD_OPC_Decode, 136, 44, 139, 1, // Opcode: SMINV_VPZ_S |
5974 | | /* 29212 */ MCD_OPC_FilterValue, 1, 225, 180, 1, // Skip to: 141058 |
5975 | | /* 29217 */ MCD_OPC_CheckPredicate, 19, 220, 180, 1, // Skip to: 141058 |
5976 | | /* 29222 */ MCD_OPC_Decode, 134, 44, 139, 1, // Opcode: SMINV_VPZ_D |
5977 | | /* 29227 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 29265 |
5978 | | /* 29232 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5979 | | /* 29235 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29250 |
5980 | | /* 29240 */ MCD_OPC_CheckPredicate, 19, 197, 180, 1, // Skip to: 141058 |
5981 | | /* 29245 */ MCD_OPC_Decode, 251, 57, 139, 1, // Opcode: UMINV_VPZ_S |
5982 | | /* 29250 */ MCD_OPC_FilterValue, 1, 187, 180, 1, // Skip to: 141058 |
5983 | | /* 29255 */ MCD_OPC_CheckPredicate, 19, 182, 180, 1, // Skip to: 141058 |
5984 | | /* 29260 */ MCD_OPC_Decode, 249, 57, 139, 1, // Opcode: UMINV_VPZ_D |
5985 | | /* 29265 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 29303 |
5986 | | /* 29270 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5987 | | /* 29273 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29288 |
5988 | | /* 29278 */ MCD_OPC_CheckPredicate, 20, 159, 180, 1, // Skip to: 141058 |
5989 | | /* 29283 */ MCD_OPC_Decode, 202, 43, 140, 1, // Opcode: SMAXQV_VPZ_S |
5990 | | /* 29288 */ MCD_OPC_FilterValue, 1, 149, 180, 1, // Skip to: 141058 |
5991 | | /* 29293 */ MCD_OPC_CheckPredicate, 20, 144, 180, 1, // Skip to: 141058 |
5992 | | /* 29298 */ MCD_OPC_Decode, 200, 43, 140, 1, // Opcode: SMAXQV_VPZ_D |
5993 | | /* 29303 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 29341 |
5994 | | /* 29308 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
5995 | | /* 29311 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29326 |
5996 | | /* 29316 */ MCD_OPC_CheckPredicate, 20, 121, 180, 1, // Skip to: 141058 |
5997 | | /* 29321 */ MCD_OPC_Decode, 190, 57, 140, 1, // Opcode: UMAXQV_VPZ_S |
5998 | | /* 29326 */ MCD_OPC_FilterValue, 1, 111, 180, 1, // Skip to: 141058 |
5999 | | /* 29331 */ MCD_OPC_CheckPredicate, 20, 106, 180, 1, // Skip to: 141058 |
6000 | | /* 29336 */ MCD_OPC_Decode, 188, 57, 140, 1, // Opcode: UMAXQV_VPZ_D |
6001 | | /* 29341 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 29379 |
6002 | | /* 29346 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6003 | | /* 29349 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29364 |
6004 | | /* 29354 */ MCD_OPC_CheckPredicate, 20, 83, 180, 1, // Skip to: 141058 |
6005 | | /* 29359 */ MCD_OPC_Decode, 132, 44, 140, 1, // Opcode: SMINQV_VPZ_S |
6006 | | /* 29364 */ MCD_OPC_FilterValue, 1, 73, 180, 1, // Skip to: 141058 |
6007 | | /* 29369 */ MCD_OPC_CheckPredicate, 20, 68, 180, 1, // Skip to: 141058 |
6008 | | /* 29374 */ MCD_OPC_Decode, 130, 44, 140, 1, // Opcode: SMINQV_VPZ_D |
6009 | | /* 29379 */ MCD_OPC_FilterValue, 15, 33, 0, 0, // Skip to: 29417 |
6010 | | /* 29384 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6011 | | /* 29387 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29402 |
6012 | | /* 29392 */ MCD_OPC_CheckPredicate, 20, 45, 180, 1, // Skip to: 141058 |
6013 | | /* 29397 */ MCD_OPC_Decode, 247, 57, 140, 1, // Opcode: UMINQV_VPZ_S |
6014 | | /* 29402 */ MCD_OPC_FilterValue, 1, 35, 180, 1, // Skip to: 141058 |
6015 | | /* 29407 */ MCD_OPC_CheckPredicate, 20, 30, 180, 1, // Skip to: 141058 |
6016 | | /* 29412 */ MCD_OPC_Decode, 245, 57, 140, 1, // Opcode: UMINQV_VPZ_D |
6017 | | /* 29417 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 29455 |
6018 | | /* 29422 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6019 | | /* 29425 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29440 |
6020 | | /* 29430 */ MCD_OPC_CheckPredicate, 19, 7, 180, 1, // Skip to: 141058 |
6021 | | /* 29435 */ MCD_OPC_Decode, 129, 38, 139, 1, // Opcode: MOVPRFX_ZPzZ_S |
6022 | | /* 29440 */ MCD_OPC_FilterValue, 1, 253, 179, 1, // Skip to: 141058 |
6023 | | /* 29445 */ MCD_OPC_CheckPredicate, 19, 248, 179, 1, // Skip to: 141058 |
6024 | | /* 29450 */ MCD_OPC_Decode, 255, 37, 139, 1, // Opcode: MOVPRFX_ZPzZ_D |
6025 | | /* 29455 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 29493 |
6026 | | /* 29460 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6027 | | /* 29463 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29478 |
6028 | | /* 29468 */ MCD_OPC_CheckPredicate, 19, 225, 179, 1, // Skip to: 141058 |
6029 | | /* 29473 */ MCD_OPC_Decode, 253, 37, 141, 1, // Opcode: MOVPRFX_ZPmZ_S |
6030 | | /* 29478 */ MCD_OPC_FilterValue, 1, 215, 179, 1, // Skip to: 141058 |
6031 | | /* 29483 */ MCD_OPC_CheckPredicate, 19, 210, 179, 1, // Skip to: 141058 |
6032 | | /* 29488 */ MCD_OPC_Decode, 251, 37, 141, 1, // Opcode: MOVPRFX_ZPmZ_D |
6033 | | /* 29493 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 29531 |
6034 | | /* 29498 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6035 | | /* 29501 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29516 |
6036 | | /* 29506 */ MCD_OPC_CheckPredicate, 19, 187, 179, 1, // Skip to: 141058 |
6037 | | /* 29511 */ MCD_OPC_Decode, 239, 38, 139, 1, // Opcode: ORV_VPZ_S |
6038 | | /* 29516 */ MCD_OPC_FilterValue, 1, 177, 179, 1, // Skip to: 141058 |
6039 | | /* 29521 */ MCD_OPC_CheckPredicate, 19, 172, 179, 1, // Skip to: 141058 |
6040 | | /* 29526 */ MCD_OPC_Decode, 237, 38, 139, 1, // Opcode: ORV_VPZ_D |
6041 | | /* 29531 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 29569 |
6042 | | /* 29536 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6043 | | /* 29539 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29554 |
6044 | | /* 29544 */ MCD_OPC_CheckPredicate, 19, 149, 179, 1, // Skip to: 141058 |
6045 | | /* 29549 */ MCD_OPC_Decode, 208, 18, 139, 1, // Opcode: EORV_VPZ_S |
6046 | | /* 29554 */ MCD_OPC_FilterValue, 1, 139, 179, 1, // Skip to: 141058 |
6047 | | /* 29559 */ MCD_OPC_CheckPredicate, 19, 134, 179, 1, // Skip to: 141058 |
6048 | | /* 29564 */ MCD_OPC_Decode, 206, 18, 139, 1, // Opcode: EORV_VPZ_D |
6049 | | /* 29569 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 29607 |
6050 | | /* 29574 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6051 | | /* 29577 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29592 |
6052 | | /* 29582 */ MCD_OPC_CheckPredicate, 19, 111, 179, 1, // Skip to: 141058 |
6053 | | /* 29587 */ MCD_OPC_Decode, 200, 12, 139, 1, // Opcode: ANDV_VPZ_S |
6054 | | /* 29592 */ MCD_OPC_FilterValue, 1, 101, 179, 1, // Skip to: 141058 |
6055 | | /* 29597 */ MCD_OPC_CheckPredicate, 19, 96, 179, 1, // Skip to: 141058 |
6056 | | /* 29602 */ MCD_OPC_Decode, 198, 12, 139, 1, // Opcode: ANDV_VPZ_D |
6057 | | /* 29607 */ MCD_OPC_FilterValue, 28, 33, 0, 0, // Skip to: 29645 |
6058 | | /* 29612 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6059 | | /* 29615 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29630 |
6060 | | /* 29620 */ MCD_OPC_CheckPredicate, 20, 73, 179, 1, // Skip to: 141058 |
6061 | | /* 29625 */ MCD_OPC_Decode, 217, 38, 140, 1, // Opcode: ORQV_VPZ_S |
6062 | | /* 29630 */ MCD_OPC_FilterValue, 1, 63, 179, 1, // Skip to: 141058 |
6063 | | /* 29635 */ MCD_OPC_CheckPredicate, 20, 58, 179, 1, // Skip to: 141058 |
6064 | | /* 29640 */ MCD_OPC_Decode, 215, 38, 140, 1, // Opcode: ORQV_VPZ_D |
6065 | | /* 29645 */ MCD_OPC_FilterValue, 29, 33, 0, 0, // Skip to: 29683 |
6066 | | /* 29650 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6067 | | /* 29653 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29668 |
6068 | | /* 29658 */ MCD_OPC_CheckPredicate, 20, 35, 179, 1, // Skip to: 141058 |
6069 | | /* 29663 */ MCD_OPC_Decode, 199, 18, 140, 1, // Opcode: EORQV_VPZ_S |
6070 | | /* 29668 */ MCD_OPC_FilterValue, 1, 25, 179, 1, // Skip to: 141058 |
6071 | | /* 29673 */ MCD_OPC_CheckPredicate, 20, 20, 179, 1, // Skip to: 141058 |
6072 | | /* 29678 */ MCD_OPC_Decode, 197, 18, 140, 1, // Opcode: EORQV_VPZ_D |
6073 | | /* 29683 */ MCD_OPC_FilterValue, 30, 10, 179, 1, // Skip to: 141058 |
6074 | | /* 29688 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6075 | | /* 29691 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29706 |
6076 | | /* 29696 */ MCD_OPC_CheckPredicate, 20, 253, 178, 1, // Skip to: 141058 |
6077 | | /* 29701 */ MCD_OPC_Decode, 191, 12, 140, 1, // Opcode: ANDQV_VPZ_S |
6078 | | /* 29706 */ MCD_OPC_FilterValue, 1, 243, 178, 1, // Skip to: 141058 |
6079 | | /* 29711 */ MCD_OPC_CheckPredicate, 20, 238, 178, 1, // Skip to: 141058 |
6080 | | /* 29716 */ MCD_OPC_Decode, 189, 12, 140, 1, // Opcode: ANDQV_VPZ_D |
6081 | | /* 29721 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 29759 |
6082 | | /* 29726 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6083 | | /* 29729 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29744 |
6084 | | /* 29734 */ MCD_OPC_CheckPredicate, 19, 215, 178, 1, // Skip to: 141058 |
6085 | | /* 29739 */ MCD_OPC_Decode, 137, 37, 142, 1, // Opcode: MLA_ZPmZZ_S |
6086 | | /* 29744 */ MCD_OPC_FilterValue, 1, 205, 178, 1, // Skip to: 141058 |
6087 | | /* 29749 */ MCD_OPC_CheckPredicate, 19, 200, 178, 1, // Skip to: 141058 |
6088 | | /* 29754 */ MCD_OPC_Decode, 135, 37, 142, 1, // Opcode: MLA_ZPmZZ_D |
6089 | | /* 29759 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 29797 |
6090 | | /* 29764 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6091 | | /* 29767 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29782 |
6092 | | /* 29772 */ MCD_OPC_CheckPredicate, 19, 177, 178, 1, // Skip to: 141058 |
6093 | | /* 29777 */ MCD_OPC_Decode, 154, 37, 142, 1, // Opcode: MLS_ZPmZZ_S |
6094 | | /* 29782 */ MCD_OPC_FilterValue, 1, 167, 178, 1, // Skip to: 141058 |
6095 | | /* 29787 */ MCD_OPC_CheckPredicate, 19, 162, 178, 1, // Skip to: 141058 |
6096 | | /* 29792 */ MCD_OPC_Decode, 152, 37, 142, 1, // Opcode: MLS_ZPmZZ_D |
6097 | | /* 29797 */ MCD_OPC_FilterValue, 4, 176, 1, 0, // Skip to: 30234 |
6098 | | /* 29802 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
6099 | | /* 29805 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29820 |
6100 | | /* 29810 */ MCD_OPC_CheckPredicate, 19, 139, 178, 1, // Skip to: 141058 |
6101 | | /* 29815 */ MCD_OPC_Decode, 231, 12, 150, 1, // Opcode: ASR_ZPmI_D |
6102 | | /* 29820 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 29835 |
6103 | | /* 29825 */ MCD_OPC_CheckPredicate, 19, 124, 178, 1, // Skip to: 141058 |
6104 | | /* 29830 */ MCD_OPC_Decode, 202, 36, 150, 1, // Opcode: LSR_ZPmI_D |
6105 | | /* 29835 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 29850 |
6106 | | /* 29840 */ MCD_OPC_CheckPredicate, 19, 109, 178, 1, // Skip to: 141058 |
6107 | | /* 29845 */ MCD_OPC_Decode, 178, 36, 151, 1, // Opcode: LSL_ZPmI_D |
6108 | | /* 29850 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 29865 |
6109 | | /* 29855 */ MCD_OPC_CheckPredicate, 19, 94, 178, 1, // Skip to: 141058 |
6110 | | /* 29860 */ MCD_OPC_Decode, 215, 12, 150, 1, // Opcode: ASRD_ZPmI_D |
6111 | | /* 29865 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 29880 |
6112 | | /* 29870 */ MCD_OPC_CheckPredicate, 21, 79, 178, 1, // Skip to: 141058 |
6113 | | /* 29875 */ MCD_OPC_Decode, 172, 48, 151, 1, // Opcode: SQSHL_ZPmI_D |
6114 | | /* 29880 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 29895 |
6115 | | /* 29885 */ MCD_OPC_CheckPredicate, 21, 64, 178, 1, // Skip to: 141058 |
6116 | | /* 29890 */ MCD_OPC_Decode, 159, 60, 151, 1, // Opcode: UQSHL_ZPmI_D |
6117 | | /* 29895 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 29910 |
6118 | | /* 29900 */ MCD_OPC_CheckPredicate, 21, 49, 178, 1, // Skip to: 141058 |
6119 | | /* 29905 */ MCD_OPC_Decode, 215, 49, 150, 1, // Opcode: SRSHR_ZPmI_D |
6120 | | /* 29910 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 29925 |
6121 | | /* 29915 */ MCD_OPC_CheckPredicate, 21, 34, 178, 1, // Skip to: 141058 |
6122 | | /* 29920 */ MCD_OPC_Decode, 163, 61, 150, 1, // Opcode: URSHR_ZPmI_D |
6123 | | /* 29925 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 29940 |
6124 | | /* 29930 */ MCD_OPC_CheckPredicate, 21, 19, 178, 1, // Skip to: 141058 |
6125 | | /* 29935 */ MCD_OPC_Decode, 157, 48, 151, 1, // Opcode: SQSHLU_ZPmI_D |
6126 | | /* 29940 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 29978 |
6127 | | /* 29945 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6128 | | /* 29948 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 29963 |
6129 | | /* 29953 */ MCD_OPC_CheckPredicate, 19, 252, 177, 1, // Skip to: 141058 |
6130 | | /* 29958 */ MCD_OPC_Decode, 237, 12, 138, 1, // Opcode: ASR_ZPmZ_S |
6131 | | /* 29963 */ MCD_OPC_FilterValue, 1, 242, 177, 1, // Skip to: 141058 |
6132 | | /* 29968 */ MCD_OPC_CheckPredicate, 19, 237, 177, 1, // Skip to: 141058 |
6133 | | /* 29973 */ MCD_OPC_Decode, 235, 12, 138, 1, // Opcode: ASR_ZPmZ_D |
6134 | | /* 29978 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 30016 |
6135 | | /* 29983 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6136 | | /* 29986 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30001 |
6137 | | /* 29991 */ MCD_OPC_CheckPredicate, 19, 214, 177, 1, // Skip to: 141058 |
6138 | | /* 29996 */ MCD_OPC_Decode, 208, 36, 138, 1, // Opcode: LSR_ZPmZ_S |
6139 | | /* 30001 */ MCD_OPC_FilterValue, 1, 204, 177, 1, // Skip to: 141058 |
6140 | | /* 30006 */ MCD_OPC_CheckPredicate, 19, 199, 177, 1, // Skip to: 141058 |
6141 | | /* 30011 */ MCD_OPC_Decode, 206, 36, 138, 1, // Opcode: LSR_ZPmZ_D |
6142 | | /* 30016 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 30054 |
6143 | | /* 30021 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6144 | | /* 30024 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30039 |
6145 | | /* 30029 */ MCD_OPC_CheckPredicate, 19, 176, 177, 1, // Skip to: 141058 |
6146 | | /* 30034 */ MCD_OPC_Decode, 184, 36, 138, 1, // Opcode: LSL_ZPmZ_S |
6147 | | /* 30039 */ MCD_OPC_FilterValue, 1, 166, 177, 1, // Skip to: 141058 |
6148 | | /* 30044 */ MCD_OPC_CheckPredicate, 19, 161, 177, 1, // Skip to: 141058 |
6149 | | /* 30049 */ MCD_OPC_Decode, 182, 36, 138, 1, // Opcode: LSL_ZPmZ_D |
6150 | | /* 30054 */ MCD_OPC_FilterValue, 20, 33, 0, 0, // Skip to: 30092 |
6151 | | /* 30059 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6152 | | /* 30062 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30077 |
6153 | | /* 30067 */ MCD_OPC_CheckPredicate, 19, 138, 177, 1, // Skip to: 141058 |
6154 | | /* 30072 */ MCD_OPC_Decode, 221, 12, 138, 1, // Opcode: ASRR_ZPmZ_S |
6155 | | /* 30077 */ MCD_OPC_FilterValue, 1, 128, 177, 1, // Skip to: 141058 |
6156 | | /* 30082 */ MCD_OPC_CheckPredicate, 19, 123, 177, 1, // Skip to: 141058 |
6157 | | /* 30087 */ MCD_OPC_Decode, 219, 12, 138, 1, // Opcode: ASRR_ZPmZ_D |
6158 | | /* 30092 */ MCD_OPC_FilterValue, 21, 33, 0, 0, // Skip to: 30130 |
6159 | | /* 30097 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6160 | | /* 30100 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30115 |
6161 | | /* 30105 */ MCD_OPC_CheckPredicate, 19, 100, 177, 1, // Skip to: 141058 |
6162 | | /* 30110 */ MCD_OPC_Decode, 192, 36, 138, 1, // Opcode: LSRR_ZPmZ_S |
6163 | | /* 30115 */ MCD_OPC_FilterValue, 1, 90, 177, 1, // Skip to: 141058 |
6164 | | /* 30120 */ MCD_OPC_CheckPredicate, 19, 85, 177, 1, // Skip to: 141058 |
6165 | | /* 30125 */ MCD_OPC_Decode, 190, 36, 138, 1, // Opcode: LSRR_ZPmZ_D |
6166 | | /* 30130 */ MCD_OPC_FilterValue, 23, 33, 0, 0, // Skip to: 30168 |
6167 | | /* 30135 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6168 | | /* 30138 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30153 |
6169 | | /* 30143 */ MCD_OPC_CheckPredicate, 19, 62, 177, 1, // Skip to: 141058 |
6170 | | /* 30148 */ MCD_OPC_Decode, 168, 36, 138, 1, // Opcode: LSLR_ZPmZ_S |
6171 | | /* 30153 */ MCD_OPC_FilterValue, 1, 52, 177, 1, // Skip to: 141058 |
6172 | | /* 30158 */ MCD_OPC_CheckPredicate, 19, 47, 177, 1, // Skip to: 141058 |
6173 | | /* 30163 */ MCD_OPC_Decode, 166, 36, 138, 1, // Opcode: LSLR_ZPmZ_D |
6174 | | /* 30168 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 30190 |
6175 | | /* 30173 */ MCD_OPC_CheckPredicate, 19, 32, 177, 1, // Skip to: 141058 |
6176 | | /* 30178 */ MCD_OPC_CheckField, 22, 1, 0, 25, 177, 1, // Skip to: 141058 |
6177 | | /* 30185 */ MCD_OPC_Decode, 226, 12, 138, 1, // Opcode: ASR_WIDE_ZPmZ_S |
6178 | | /* 30190 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 30212 |
6179 | | /* 30195 */ MCD_OPC_CheckPredicate, 19, 10, 177, 1, // Skip to: 141058 |
6180 | | /* 30200 */ MCD_OPC_CheckField, 22, 1, 0, 3, 177, 1, // Skip to: 141058 |
6181 | | /* 30207 */ MCD_OPC_Decode, 197, 36, 138, 1, // Opcode: LSR_WIDE_ZPmZ_S |
6182 | | /* 30212 */ MCD_OPC_FilterValue, 27, 249, 176, 1, // Skip to: 141058 |
6183 | | /* 30217 */ MCD_OPC_CheckPredicate, 19, 244, 176, 1, // Skip to: 141058 |
6184 | | /* 30222 */ MCD_OPC_CheckField, 22, 1, 0, 237, 176, 1, // Skip to: 141058 |
6185 | | /* 30229 */ MCD_OPC_Decode, 173, 36, 138, 1, // Opcode: LSL_WIDE_ZPmZ_S |
6186 | | /* 30234 */ MCD_OPC_FilterValue, 5, 29, 2, 0, // Skip to: 30780 |
6187 | | /* 30239 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
6188 | | /* 30242 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 30280 |
6189 | | /* 30247 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6190 | | /* 30250 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30265 |
6191 | | /* 30255 */ MCD_OPC_CheckPredicate, 19, 206, 176, 1, // Skip to: 141058 |
6192 | | /* 30260 */ MCD_OPC_Decode, 144, 55, 141, 1, // Opcode: SXTB_ZPmZ_S |
6193 | | /* 30265 */ MCD_OPC_FilterValue, 1, 196, 176, 1, // Skip to: 141058 |
6194 | | /* 30270 */ MCD_OPC_CheckPredicate, 19, 191, 176, 1, // Skip to: 141058 |
6195 | | /* 30275 */ MCD_OPC_Decode, 142, 55, 141, 1, // Opcode: SXTB_ZPmZ_D |
6196 | | /* 30280 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 30318 |
6197 | | /* 30285 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6198 | | /* 30288 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30303 |
6199 | | /* 30293 */ MCD_OPC_CheckPredicate, 19, 168, 176, 1, // Skip to: 141058 |
6200 | | /* 30298 */ MCD_OPC_Decode, 184, 62, 141, 1, // Opcode: UXTB_ZPmZ_S |
6201 | | /* 30303 */ MCD_OPC_FilterValue, 1, 158, 176, 1, // Skip to: 141058 |
6202 | | /* 30308 */ MCD_OPC_CheckPredicate, 19, 153, 176, 1, // Skip to: 141058 |
6203 | | /* 30313 */ MCD_OPC_Decode, 182, 62, 141, 1, // Opcode: UXTB_ZPmZ_D |
6204 | | /* 30318 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 30356 |
6205 | | /* 30323 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6206 | | /* 30326 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30341 |
6207 | | /* 30331 */ MCD_OPC_CheckPredicate, 19, 130, 176, 1, // Skip to: 141058 |
6208 | | /* 30336 */ MCD_OPC_Decode, 146, 55, 141, 1, // Opcode: SXTH_ZPmZ_S |
6209 | | /* 30341 */ MCD_OPC_FilterValue, 1, 120, 176, 1, // Skip to: 141058 |
6210 | | /* 30346 */ MCD_OPC_CheckPredicate, 19, 115, 176, 1, // Skip to: 141058 |
6211 | | /* 30351 */ MCD_OPC_Decode, 145, 55, 141, 1, // Opcode: SXTH_ZPmZ_D |
6212 | | /* 30356 */ MCD_OPC_FilterValue, 19, 33, 0, 0, // Skip to: 30394 |
6213 | | /* 30361 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6214 | | /* 30364 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30379 |
6215 | | /* 30369 */ MCD_OPC_CheckPredicate, 19, 92, 176, 1, // Skip to: 141058 |
6216 | | /* 30374 */ MCD_OPC_Decode, 186, 62, 141, 1, // Opcode: UXTH_ZPmZ_S |
6217 | | /* 30379 */ MCD_OPC_FilterValue, 1, 82, 176, 1, // Skip to: 141058 |
6218 | | /* 30384 */ MCD_OPC_CheckPredicate, 19, 77, 176, 1, // Skip to: 141058 |
6219 | | /* 30389 */ MCD_OPC_Decode, 185, 62, 141, 1, // Opcode: UXTH_ZPmZ_D |
6220 | | /* 30394 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 30416 |
6221 | | /* 30399 */ MCD_OPC_CheckPredicate, 19, 62, 176, 1, // Skip to: 141058 |
6222 | | /* 30404 */ MCD_OPC_CheckField, 22, 1, 1, 55, 176, 1, // Skip to: 141058 |
6223 | | /* 30411 */ MCD_OPC_Decode, 147, 55, 141, 1, // Opcode: SXTW_ZPmZ_D |
6224 | | /* 30416 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 30438 |
6225 | | /* 30421 */ MCD_OPC_CheckPredicate, 19, 40, 176, 1, // Skip to: 141058 |
6226 | | /* 30426 */ MCD_OPC_CheckField, 22, 1, 1, 33, 176, 1, // Skip to: 141058 |
6227 | | /* 30433 */ MCD_OPC_Decode, 187, 62, 141, 1, // Opcode: UXTW_ZPmZ_D |
6228 | | /* 30438 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 30476 |
6229 | | /* 30443 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6230 | | /* 30446 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30461 |
6231 | | /* 30451 */ MCD_OPC_CheckPredicate, 19, 10, 176, 1, // Skip to: 141058 |
6232 | | /* 30456 */ MCD_OPC_Decode, 174, 11, 141, 1, // Opcode: ABS_ZPmZ_S |
6233 | | /* 30461 */ MCD_OPC_FilterValue, 1, 0, 176, 1, // Skip to: 141058 |
6234 | | /* 30466 */ MCD_OPC_CheckPredicate, 19, 251, 175, 1, // Skip to: 141058 |
6235 | | /* 30471 */ MCD_OPC_Decode, 172, 11, 141, 1, // Opcode: ABS_ZPmZ_D |
6236 | | /* 30476 */ MCD_OPC_FilterValue, 23, 33, 0, 0, // Skip to: 30514 |
6237 | | /* 30481 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6238 | | /* 30484 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30499 |
6239 | | /* 30489 */ MCD_OPC_CheckPredicate, 19, 228, 175, 1, // Skip to: 141058 |
6240 | | /* 30494 */ MCD_OPC_Decode, 189, 38, 141, 1, // Opcode: NEG_ZPmZ_S |
6241 | | /* 30499 */ MCD_OPC_FilterValue, 1, 218, 175, 1, // Skip to: 141058 |
6242 | | /* 30504 */ MCD_OPC_CheckPredicate, 19, 213, 175, 1, // Skip to: 141058 |
6243 | | /* 30509 */ MCD_OPC_Decode, 187, 38, 141, 1, // Opcode: NEG_ZPmZ_D |
6244 | | /* 30514 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 30552 |
6245 | | /* 30519 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6246 | | /* 30522 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30537 |
6247 | | /* 30527 */ MCD_OPC_CheckPredicate, 19, 190, 175, 1, // Skip to: 141058 |
6248 | | /* 30532 */ MCD_OPC_Decode, 148, 15, 141, 1, // Opcode: CLS_ZPmZ_S |
6249 | | /* 30537 */ MCD_OPC_FilterValue, 1, 180, 175, 1, // Skip to: 141058 |
6250 | | /* 30542 */ MCD_OPC_CheckPredicate, 19, 175, 175, 1, // Skip to: 141058 |
6251 | | /* 30547 */ MCD_OPC_Decode, 146, 15, 141, 1, // Opcode: CLS_ZPmZ_D |
6252 | | /* 30552 */ MCD_OPC_FilterValue, 25, 33, 0, 0, // Skip to: 30590 |
6253 | | /* 30557 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6254 | | /* 30560 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30575 |
6255 | | /* 30565 */ MCD_OPC_CheckPredicate, 19, 152, 175, 1, // Skip to: 141058 |
6256 | | /* 30570 */ MCD_OPC_Decode, 160, 15, 141, 1, // Opcode: CLZ_ZPmZ_S |
6257 | | /* 30575 */ MCD_OPC_FilterValue, 1, 142, 175, 1, // Skip to: 141058 |
6258 | | /* 30580 */ MCD_OPC_CheckPredicate, 19, 137, 175, 1, // Skip to: 141058 |
6259 | | /* 30585 */ MCD_OPC_Decode, 158, 15, 141, 1, // Opcode: CLZ_ZPmZ_D |
6260 | | /* 30590 */ MCD_OPC_FilterValue, 26, 33, 0, 0, // Skip to: 30628 |
6261 | | /* 30595 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6262 | | /* 30598 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30613 |
6263 | | /* 30603 */ MCD_OPC_CheckPredicate, 19, 114, 175, 1, // Skip to: 141058 |
6264 | | /* 30608 */ MCD_OPC_Decode, 248, 16, 141, 1, // Opcode: CNT_ZPmZ_S |
6265 | | /* 30613 */ MCD_OPC_FilterValue, 1, 104, 175, 1, // Skip to: 141058 |
6266 | | /* 30618 */ MCD_OPC_CheckPredicate, 19, 99, 175, 1, // Skip to: 141058 |
6267 | | /* 30623 */ MCD_OPC_Decode, 246, 16, 141, 1, // Opcode: CNT_ZPmZ_D |
6268 | | /* 30628 */ MCD_OPC_FilterValue, 27, 33, 0, 0, // Skip to: 30666 |
6269 | | /* 30633 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6270 | | /* 30636 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30651 |
6271 | | /* 30641 */ MCD_OPC_CheckPredicate, 19, 76, 175, 1, // Skip to: 141058 |
6272 | | /* 30646 */ MCD_OPC_Decode, 230, 16, 141, 1, // Opcode: CNOT_ZPmZ_S |
6273 | | /* 30651 */ MCD_OPC_FilterValue, 1, 66, 175, 1, // Skip to: 141058 |
6274 | | /* 30656 */ MCD_OPC_CheckPredicate, 19, 61, 175, 1, // Skip to: 141058 |
6275 | | /* 30661 */ MCD_OPC_Decode, 228, 16, 141, 1, // Opcode: CNOT_ZPmZ_D |
6276 | | /* 30666 */ MCD_OPC_FilterValue, 28, 33, 0, 0, // Skip to: 30704 |
6277 | | /* 30671 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6278 | | /* 30674 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30689 |
6279 | | /* 30679 */ MCD_OPC_CheckPredicate, 19, 38, 175, 1, // Skip to: 141058 |
6280 | | /* 30684 */ MCD_OPC_Decode, 144, 19, 141, 1, // Opcode: FABS_ZPmZ_S |
6281 | | /* 30689 */ MCD_OPC_FilterValue, 1, 28, 175, 1, // Skip to: 141058 |
6282 | | /* 30694 */ MCD_OPC_CheckPredicate, 19, 23, 175, 1, // Skip to: 141058 |
6283 | | /* 30699 */ MCD_OPC_Decode, 142, 19, 141, 1, // Opcode: FABS_ZPmZ_D |
6284 | | /* 30704 */ MCD_OPC_FilterValue, 29, 33, 0, 0, // Skip to: 30742 |
6285 | | /* 30709 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6286 | | /* 30712 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30727 |
6287 | | /* 30717 */ MCD_OPC_CheckPredicate, 19, 0, 175, 1, // Skip to: 141058 |
6288 | | /* 30722 */ MCD_OPC_Decode, 224, 26, 141, 1, // Opcode: FNEG_ZPmZ_S |
6289 | | /* 30727 */ MCD_OPC_FilterValue, 1, 246, 174, 1, // Skip to: 141058 |
6290 | | /* 30732 */ MCD_OPC_CheckPredicate, 19, 241, 174, 1, // Skip to: 141058 |
6291 | | /* 30737 */ MCD_OPC_Decode, 222, 26, 141, 1, // Opcode: FNEG_ZPmZ_D |
6292 | | /* 30742 */ MCD_OPC_FilterValue, 30, 231, 174, 1, // Skip to: 141058 |
6293 | | /* 30747 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6294 | | /* 30750 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30765 |
6295 | | /* 30755 */ MCD_OPC_CheckPredicate, 19, 218, 174, 1, // Skip to: 141058 |
6296 | | /* 30760 */ MCD_OPC_Decode, 205, 38, 141, 1, // Opcode: NOT_ZPmZ_S |
6297 | | /* 30765 */ MCD_OPC_FilterValue, 1, 208, 174, 1, // Skip to: 141058 |
6298 | | /* 30770 */ MCD_OPC_CheckPredicate, 19, 203, 174, 1, // Skip to: 141058 |
6299 | | /* 30775 */ MCD_OPC_Decode, 203, 38, 141, 1, // Opcode: NOT_ZPmZ_D |
6300 | | /* 30780 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 30818 |
6301 | | /* 30785 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6302 | | /* 30788 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30803 |
6303 | | /* 30793 */ MCD_OPC_CheckPredicate, 19, 180, 174, 1, // Skip to: 141058 |
6304 | | /* 30798 */ MCD_OPC_Decode, 128, 37, 149, 1, // Opcode: MAD_ZPmZZ_S |
6305 | | /* 30803 */ MCD_OPC_FilterValue, 1, 170, 174, 1, // Skip to: 141058 |
6306 | | /* 30808 */ MCD_OPC_CheckPredicate, 19, 165, 174, 1, // Skip to: 141058 |
6307 | | /* 30813 */ MCD_OPC_Decode, 254, 36, 149, 1, // Opcode: MAD_ZPmZZ_D |
6308 | | /* 30818 */ MCD_OPC_FilterValue, 7, 155, 174, 1, // Skip to: 141058 |
6309 | | /* 30823 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6310 | | /* 30826 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30841 |
6311 | | /* 30831 */ MCD_OPC_CheckPredicate, 19, 142, 174, 1, // Skip to: 141058 |
6312 | | /* 30836 */ MCD_OPC_Decode, 141, 38, 149, 1, // Opcode: MSB_ZPmZZ_S |
6313 | | /* 30841 */ MCD_OPC_FilterValue, 1, 132, 174, 1, // Skip to: 141058 |
6314 | | /* 30846 */ MCD_OPC_CheckPredicate, 19, 127, 174, 1, // Skip to: 141058 |
6315 | | /* 30851 */ MCD_OPC_Decode, 139, 38, 149, 1, // Opcode: MSB_ZPmZZ_D |
6316 | | /* 30856 */ MCD_OPC_FilterValue, 2, 168, 0, 0, // Skip to: 31029 |
6317 | | /* 30861 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
6318 | | /* 30864 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 30916 |
6319 | | /* 30869 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6320 | | /* 30872 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 30894 |
6321 | | /* 30877 */ MCD_OPC_CheckPredicate, 19, 96, 174, 1, // Skip to: 141058 |
6322 | | /* 30882 */ MCD_OPC_CheckField, 18, 2, 0, 89, 174, 1, // Skip to: 141058 |
6323 | | /* 30889 */ MCD_OPC_Decode, 224, 38, 152, 1, // Opcode: ORR_ZI |
6324 | | /* 30894 */ MCD_OPC_FilterValue, 1, 79, 174, 1, // Skip to: 141058 |
6325 | | /* 30899 */ MCD_OPC_CheckPredicate, 19, 74, 174, 1, // Skip to: 141058 |
6326 | | /* 30904 */ MCD_OPC_CheckField, 18, 2, 0, 67, 174, 1, // Skip to: 141058 |
6327 | | /* 30911 */ MCD_OPC_Decode, 214, 18, 152, 1, // Opcode: EOR_ZI |
6328 | | /* 30916 */ MCD_OPC_FilterValue, 1, 57, 174, 1, // Skip to: 141058 |
6329 | | /* 30921 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
6330 | | /* 30924 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 30962 |
6331 | | /* 30929 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6332 | | /* 30932 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30947 |
6333 | | /* 30937 */ MCD_OPC_CheckPredicate, 19, 36, 174, 1, // Skip to: 141058 |
6334 | | /* 30942 */ MCD_OPC_Decode, 233, 17, 153, 1, // Opcode: CPY_ZPzI_B |
6335 | | /* 30947 */ MCD_OPC_FilterValue, 1, 26, 174, 1, // Skip to: 141058 |
6336 | | /* 30952 */ MCD_OPC_CheckPredicate, 19, 21, 174, 1, // Skip to: 141058 |
6337 | | /* 30957 */ MCD_OPC_Decode, 235, 17, 154, 1, // Opcode: CPY_ZPzI_H |
6338 | | /* 30962 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 31000 |
6339 | | /* 30967 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6340 | | /* 30970 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 30985 |
6341 | | /* 30975 */ MCD_OPC_CheckPredicate, 19, 254, 173, 1, // Skip to: 141058 |
6342 | | /* 30980 */ MCD_OPC_Decode, 221, 17, 155, 1, // Opcode: CPY_ZPmI_B |
6343 | | /* 30985 */ MCD_OPC_FilterValue, 1, 244, 173, 1, // Skip to: 141058 |
6344 | | /* 30990 */ MCD_OPC_CheckPredicate, 19, 239, 173, 1, // Skip to: 141058 |
6345 | | /* 30995 */ MCD_OPC_Decode, 223, 17, 156, 1, // Opcode: CPY_ZPmI_H |
6346 | | /* 31000 */ MCD_OPC_FilterValue, 3, 229, 173, 1, // Skip to: 141058 |
6347 | | /* 31005 */ MCD_OPC_CheckPredicate, 19, 224, 173, 1, // Skip to: 141058 |
6348 | | /* 31010 */ MCD_OPC_CheckField, 22, 1, 1, 217, 173, 1, // Skip to: 141058 |
6349 | | /* 31017 */ MCD_OPC_CheckField, 13, 1, 0, 210, 173, 1, // Skip to: 141058 |
6350 | | /* 31024 */ MCD_OPC_Decode, 133, 21, 157, 1, // Opcode: FCPY_ZPmI_H |
6351 | | /* 31029 */ MCD_OPC_FilterValue, 3, 200, 173, 1, // Skip to: 141058 |
6352 | | /* 31034 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
6353 | | /* 31037 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 31089 |
6354 | | /* 31042 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6355 | | /* 31045 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 31067 |
6356 | | /* 31050 */ MCD_OPC_CheckPredicate, 19, 179, 173, 1, // Skip to: 141058 |
6357 | | /* 31055 */ MCD_OPC_CheckField, 18, 2, 0, 172, 173, 1, // Skip to: 141058 |
6358 | | /* 31062 */ MCD_OPC_Decode, 206, 12, 152, 1, // Opcode: AND_ZI |
6359 | | /* 31067 */ MCD_OPC_FilterValue, 1, 162, 173, 1, // Skip to: 141058 |
6360 | | /* 31072 */ MCD_OPC_CheckPredicate, 19, 157, 173, 1, // Skip to: 141058 |
6361 | | /* 31077 */ MCD_OPC_CheckField, 18, 2, 0, 150, 173, 1, // Skip to: 141058 |
6362 | | /* 31084 */ MCD_OPC_Decode, 152, 18, 152, 1, // Opcode: DUPM_ZI |
6363 | | /* 31089 */ MCD_OPC_FilterValue, 1, 140, 173, 1, // Skip to: 141058 |
6364 | | /* 31094 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
6365 | | /* 31097 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 31135 |
6366 | | /* 31102 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6367 | | /* 31105 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31120 |
6368 | | /* 31110 */ MCD_OPC_CheckPredicate, 19, 119, 173, 1, // Skip to: 141058 |
6369 | | /* 31115 */ MCD_OPC_Decode, 236, 17, 158, 1, // Opcode: CPY_ZPzI_S |
6370 | | /* 31120 */ MCD_OPC_FilterValue, 1, 109, 173, 1, // Skip to: 141058 |
6371 | | /* 31125 */ MCD_OPC_CheckPredicate, 19, 104, 173, 1, // Skip to: 141058 |
6372 | | /* 31130 */ MCD_OPC_Decode, 234, 17, 159, 1, // Opcode: CPY_ZPzI_D |
6373 | | /* 31135 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 31173 |
6374 | | /* 31140 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6375 | | /* 31143 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31158 |
6376 | | /* 31148 */ MCD_OPC_CheckPredicate, 19, 81, 173, 1, // Skip to: 141058 |
6377 | | /* 31153 */ MCD_OPC_Decode, 224, 17, 160, 1, // Opcode: CPY_ZPmI_S |
6378 | | /* 31158 */ MCD_OPC_FilterValue, 1, 71, 173, 1, // Skip to: 141058 |
6379 | | /* 31163 */ MCD_OPC_CheckPredicate, 19, 66, 173, 1, // Skip to: 141058 |
6380 | | /* 31168 */ MCD_OPC_Decode, 222, 17, 161, 1, // Opcode: CPY_ZPmI_D |
6381 | | /* 31173 */ MCD_OPC_FilterValue, 3, 56, 173, 1, // Skip to: 141058 |
6382 | | /* 31178 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6383 | | /* 31181 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 31203 |
6384 | | /* 31186 */ MCD_OPC_CheckPredicate, 19, 43, 173, 1, // Skip to: 141058 |
6385 | | /* 31191 */ MCD_OPC_CheckField, 13, 1, 0, 36, 173, 1, // Skip to: 141058 |
6386 | | /* 31198 */ MCD_OPC_Decode, 134, 21, 157, 1, // Opcode: FCPY_ZPmI_S |
6387 | | /* 31203 */ MCD_OPC_FilterValue, 1, 26, 173, 1, // Skip to: 141058 |
6388 | | /* 31208 */ MCD_OPC_CheckPredicate, 19, 21, 173, 1, // Skip to: 141058 |
6389 | | /* 31213 */ MCD_OPC_CheckField, 13, 1, 0, 14, 173, 1, // Skip to: 141058 |
6390 | | /* 31220 */ MCD_OPC_Decode, 132, 21, 157, 1, // Opcode: FCPY_ZPmI_D |
6391 | | /* 31225 */ MCD_OPC_FilterValue, 1, 4, 173, 1, // Skip to: 141058 |
6392 | | /* 31230 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
6393 | | /* 31233 */ MCD_OPC_FilterValue, 0, 194, 8, 0, // Skip to: 33480 |
6394 | | /* 31238 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
6395 | | /* 31241 */ MCD_OPC_FilterValue, 0, 41, 2, 0, // Skip to: 31799 |
6396 | | /* 31246 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6397 | | /* 31249 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 31347 |
6398 | | /* 31254 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6399 | | /* 31257 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31272 |
6400 | | /* 31262 */ MCD_OPC_CheckPredicate, 19, 223, 172, 1, // Skip to: 141058 |
6401 | | /* 31267 */ MCD_OPC_Decode, 149, 12, 162, 1, // Opcode: ADD_ZZZ_B |
6402 | | /* 31272 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 31287 |
6403 | | /* 31277 */ MCD_OPC_CheckPredicate, 19, 208, 172, 1, // Skip to: 141058 |
6404 | | /* 31282 */ MCD_OPC_Decode, 189, 54, 162, 1, // Opcode: SUB_ZZZ_B |
6405 | | /* 31287 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 31302 |
6406 | | /* 31292 */ MCD_OPC_CheckPredicate, 19, 193, 172, 1, // Skip to: 141058 |
6407 | | /* 31297 */ MCD_OPC_Decode, 215, 45, 162, 1, // Opcode: SQADD_ZZZ_B |
6408 | | /* 31302 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 31317 |
6409 | | /* 31307 */ MCD_OPC_CheckPredicate, 19, 178, 172, 1, // Skip to: 141058 |
6410 | | /* 31312 */ MCD_OPC_Decode, 177, 59, 162, 1, // Opcode: UQADD_ZZZ_B |
6411 | | /* 31317 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 31332 |
6412 | | /* 31322 */ MCD_OPC_CheckPredicate, 19, 163, 172, 1, // Skip to: 141058 |
6413 | | /* 31327 */ MCD_OPC_Decode, 243, 48, 162, 1, // Opcode: SQSUB_ZZZ_B |
6414 | | /* 31332 */ MCD_OPC_FilterValue, 7, 153, 172, 1, // Skip to: 141058 |
6415 | | /* 31337 */ MCD_OPC_CheckPredicate, 19, 148, 172, 1, // Skip to: 141058 |
6416 | | /* 31342 */ MCD_OPC_Decode, 215, 60, 162, 1, // Opcode: UQSUB_ZZZ_B |
6417 | | /* 31347 */ MCD_OPC_FilterValue, 1, 93, 0, 0, // Skip to: 31445 |
6418 | | /* 31352 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6419 | | /* 31355 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31370 |
6420 | | /* 31360 */ MCD_OPC_CheckPredicate, 19, 125, 172, 1, // Skip to: 141058 |
6421 | | /* 31365 */ MCD_OPC_Decode, 152, 12, 162, 1, // Opcode: ADD_ZZZ_H |
6422 | | /* 31370 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 31385 |
6423 | | /* 31375 */ MCD_OPC_CheckPredicate, 19, 110, 172, 1, // Skip to: 141058 |
6424 | | /* 31380 */ MCD_OPC_Decode, 192, 54, 162, 1, // Opcode: SUB_ZZZ_H |
6425 | | /* 31385 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 31400 |
6426 | | /* 31390 */ MCD_OPC_CheckPredicate, 19, 95, 172, 1, // Skip to: 141058 |
6427 | | /* 31395 */ MCD_OPC_Decode, 217, 45, 162, 1, // Opcode: SQADD_ZZZ_H |
6428 | | /* 31400 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 31415 |
6429 | | /* 31405 */ MCD_OPC_CheckPredicate, 19, 80, 172, 1, // Skip to: 141058 |
6430 | | /* 31410 */ MCD_OPC_Decode, 179, 59, 162, 1, // Opcode: UQADD_ZZZ_H |
6431 | | /* 31415 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 31430 |
6432 | | /* 31420 */ MCD_OPC_CheckPredicate, 19, 65, 172, 1, // Skip to: 141058 |
6433 | | /* 31425 */ MCD_OPC_Decode, 245, 48, 162, 1, // Opcode: SQSUB_ZZZ_H |
6434 | | /* 31430 */ MCD_OPC_FilterValue, 7, 55, 172, 1, // Skip to: 141058 |
6435 | | /* 31435 */ MCD_OPC_CheckPredicate, 19, 50, 172, 1, // Skip to: 141058 |
6436 | | /* 31440 */ MCD_OPC_Decode, 217, 60, 162, 1, // Opcode: UQSUB_ZZZ_H |
6437 | | /* 31445 */ MCD_OPC_FilterValue, 2, 93, 0, 0, // Skip to: 31543 |
6438 | | /* 31450 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6439 | | /* 31453 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31468 |
6440 | | /* 31458 */ MCD_OPC_CheckPredicate, 19, 27, 172, 1, // Skip to: 141058 |
6441 | | /* 31463 */ MCD_OPC_Decode, 153, 12, 162, 1, // Opcode: ADD_ZZZ_S |
6442 | | /* 31468 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 31483 |
6443 | | /* 31473 */ MCD_OPC_CheckPredicate, 19, 12, 172, 1, // Skip to: 141058 |
6444 | | /* 31478 */ MCD_OPC_Decode, 193, 54, 162, 1, // Opcode: SUB_ZZZ_S |
6445 | | /* 31483 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 31498 |
6446 | | /* 31488 */ MCD_OPC_CheckPredicate, 19, 253, 171, 1, // Skip to: 141058 |
6447 | | /* 31493 */ MCD_OPC_Decode, 218, 45, 162, 1, // Opcode: SQADD_ZZZ_S |
6448 | | /* 31498 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 31513 |
6449 | | /* 31503 */ MCD_OPC_CheckPredicate, 19, 238, 171, 1, // Skip to: 141058 |
6450 | | /* 31508 */ MCD_OPC_Decode, 180, 59, 162, 1, // Opcode: UQADD_ZZZ_S |
6451 | | /* 31513 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 31528 |
6452 | | /* 31518 */ MCD_OPC_CheckPredicate, 19, 223, 171, 1, // Skip to: 141058 |
6453 | | /* 31523 */ MCD_OPC_Decode, 246, 48, 162, 1, // Opcode: SQSUB_ZZZ_S |
6454 | | /* 31528 */ MCD_OPC_FilterValue, 7, 213, 171, 1, // Skip to: 141058 |
6455 | | /* 31533 */ MCD_OPC_CheckPredicate, 19, 208, 171, 1, // Skip to: 141058 |
6456 | | /* 31538 */ MCD_OPC_Decode, 218, 60, 162, 1, // Opcode: UQSUB_ZZZ_S |
6457 | | /* 31543 */ MCD_OPC_FilterValue, 3, 123, 0, 0, // Skip to: 31671 |
6458 | | /* 31548 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6459 | | /* 31551 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31566 |
6460 | | /* 31556 */ MCD_OPC_CheckPredicate, 19, 185, 171, 1, // Skip to: 141058 |
6461 | | /* 31561 */ MCD_OPC_Decode, 151, 12, 162, 1, // Opcode: ADD_ZZZ_D |
6462 | | /* 31566 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 31581 |
6463 | | /* 31571 */ MCD_OPC_CheckPredicate, 19, 170, 171, 1, // Skip to: 141058 |
6464 | | /* 31576 */ MCD_OPC_Decode, 191, 54, 162, 1, // Opcode: SUB_ZZZ_D |
6465 | | /* 31581 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 31596 |
6466 | | /* 31586 */ MCD_OPC_CheckPredicate, 22, 155, 171, 1, // Skip to: 141058 |
6467 | | /* 31591 */ MCD_OPC_Decode, 150, 12, 162, 1, // Opcode: ADD_ZZZ_CPA |
6468 | | /* 31596 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 31611 |
6469 | | /* 31601 */ MCD_OPC_CheckPredicate, 22, 140, 171, 1, // Skip to: 141058 |
6470 | | /* 31606 */ MCD_OPC_Decode, 190, 54, 162, 1, // Opcode: SUB_ZZZ_CPA |
6471 | | /* 31611 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 31626 |
6472 | | /* 31616 */ MCD_OPC_CheckPredicate, 19, 125, 171, 1, // Skip to: 141058 |
6473 | | /* 31621 */ MCD_OPC_Decode, 216, 45, 162, 1, // Opcode: SQADD_ZZZ_D |
6474 | | /* 31626 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 31641 |
6475 | | /* 31631 */ MCD_OPC_CheckPredicate, 19, 110, 171, 1, // Skip to: 141058 |
6476 | | /* 31636 */ MCD_OPC_Decode, 178, 59, 162, 1, // Opcode: UQADD_ZZZ_D |
6477 | | /* 31641 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 31656 |
6478 | | /* 31646 */ MCD_OPC_CheckPredicate, 19, 95, 171, 1, // Skip to: 141058 |
6479 | | /* 31651 */ MCD_OPC_Decode, 244, 48, 162, 1, // Opcode: SQSUB_ZZZ_D |
6480 | | /* 31656 */ MCD_OPC_FilterValue, 7, 85, 171, 1, // Skip to: 141058 |
6481 | | /* 31661 */ MCD_OPC_CheckPredicate, 19, 80, 171, 1, // Skip to: 141058 |
6482 | | /* 31666 */ MCD_OPC_Decode, 216, 60, 162, 1, // Opcode: UQSUB_ZZZ_D |
6483 | | /* 31671 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 31686 |
6484 | | /* 31676 */ MCD_OPC_CheckPredicate, 19, 65, 171, 1, // Skip to: 141058 |
6485 | | /* 31681 */ MCD_OPC_Decode, 240, 18, 163, 1, // Opcode: EXT_ZZI |
6486 | | /* 31686 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 31701 |
6487 | | /* 31691 */ MCD_OPC_CheckPredicate, 21, 50, 171, 1, // Skip to: 141058 |
6488 | | /* 31696 */ MCD_OPC_Decode, 241, 18, 164, 1, // Opcode: EXT_ZZI_B |
6489 | | /* 31701 */ MCD_OPC_FilterValue, 6, 40, 171, 1, // Skip to: 141058 |
6490 | | /* 31706 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6491 | | /* 31709 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 31724 |
6492 | | /* 31714 */ MCD_OPC_CheckPredicate, 23, 27, 171, 1, // Skip to: 141058 |
6493 | | /* 31719 */ MCD_OPC_Decode, 157, 64, 162, 1, // Opcode: ZIP1_ZZZ_Q |
6494 | | /* 31724 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 31739 |
6495 | | /* 31729 */ MCD_OPC_CheckPredicate, 23, 12, 171, 1, // Skip to: 141058 |
6496 | | /* 31734 */ MCD_OPC_Decode, 173, 64, 162, 1, // Opcode: ZIP2_ZZZ_Q |
6497 | | /* 31739 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 31754 |
6498 | | /* 31744 */ MCD_OPC_CheckPredicate, 23, 253, 170, 1, // Skip to: 141058 |
6499 | | /* 31749 */ MCD_OPC_Decode, 195, 62, 162, 1, // Opcode: UZP1_ZZZ_Q |
6500 | | /* 31754 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 31769 |
6501 | | /* 31759 */ MCD_OPC_CheckPredicate, 23, 238, 170, 1, // Skip to: 141058 |
6502 | | /* 31764 */ MCD_OPC_Decode, 211, 62, 162, 1, // Opcode: UZP2_ZZZ_Q |
6503 | | /* 31769 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 31784 |
6504 | | /* 31774 */ MCD_OPC_CheckPredicate, 23, 223, 170, 1, // Skip to: 141058 |
6505 | | /* 31779 */ MCD_OPC_Decode, 202, 55, 162, 1, // Opcode: TRN1_ZZZ_Q |
6506 | | /* 31784 */ MCD_OPC_FilterValue, 7, 213, 170, 1, // Skip to: 141058 |
6507 | | /* 31789 */ MCD_OPC_CheckPredicate, 23, 208, 170, 1, // Skip to: 141058 |
6508 | | /* 31794 */ MCD_OPC_Decode, 218, 55, 162, 1, // Opcode: TRN2_ZZZ_Q |
6509 | | /* 31799 */ MCD_OPC_FilterValue, 1, 198, 170, 1, // Skip to: 141058 |
6510 | | /* 31804 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
6511 | | /* 31807 */ MCD_OPC_FilterValue, 0, 144, 0, 0, // Skip to: 31956 |
6512 | | /* 31812 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
6513 | | /* 31815 */ MCD_OPC_FilterValue, 0, 114, 0, 0, // Skip to: 31934 |
6514 | | /* 31820 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
6515 | | /* 31823 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 31912 |
6516 | | /* 31828 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
6517 | | /* 31831 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 31890 |
6518 | | /* 31836 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
6519 | | /* 31839 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 31868 |
6520 | | /* 31844 */ MCD_OPC_CheckPredicate, 19, 153, 170, 1, // Skip to: 141058 |
6521 | | /* 31849 */ MCD_OPC_CheckField, 24, 2, 1, 146, 170, 1, // Skip to: 141058 |
6522 | | /* 31856 */ MCD_OPC_CheckField, 20, 1, 1, 139, 170, 1, // Skip to: 141058 |
6523 | | /* 31863 */ MCD_OPC_Decode, 168, 18, 165, 1, // Opcode: DUP_ZZI_Q |
6524 | | /* 31868 */ MCD_OPC_FilterValue, 1, 129, 170, 1, // Skip to: 141058 |
6525 | | /* 31873 */ MCD_OPC_CheckPredicate, 19, 124, 170, 1, // Skip to: 141058 |
6526 | | /* 31878 */ MCD_OPC_CheckField, 24, 2, 1, 117, 170, 1, // Skip to: 141058 |
6527 | | /* 31885 */ MCD_OPC_Decode, 166, 18, 166, 1, // Opcode: DUP_ZZI_D |
6528 | | /* 31890 */ MCD_OPC_FilterValue, 1, 107, 170, 1, // Skip to: 141058 |
6529 | | /* 31895 */ MCD_OPC_CheckPredicate, 19, 102, 170, 1, // Skip to: 141058 |
6530 | | /* 31900 */ MCD_OPC_CheckField, 24, 2, 1, 95, 170, 1, // Skip to: 141058 |
6531 | | /* 31907 */ MCD_OPC_Decode, 169, 18, 167, 1, // Opcode: DUP_ZZI_S |
6532 | | /* 31912 */ MCD_OPC_FilterValue, 1, 85, 170, 1, // Skip to: 141058 |
6533 | | /* 31917 */ MCD_OPC_CheckPredicate, 19, 80, 170, 1, // Skip to: 141058 |
6534 | | /* 31922 */ MCD_OPC_CheckField, 24, 2, 1, 73, 170, 1, // Skip to: 141058 |
6535 | | /* 31929 */ MCD_OPC_Decode, 167, 18, 168, 1, // Opcode: DUP_ZZI_H |
6536 | | /* 31934 */ MCD_OPC_FilterValue, 1, 63, 170, 1, // Skip to: 141058 |
6537 | | /* 31939 */ MCD_OPC_CheckPredicate, 19, 58, 170, 1, // Skip to: 141058 |
6538 | | /* 31944 */ MCD_OPC_CheckField, 24, 2, 1, 51, 170, 1, // Skip to: 141058 |
6539 | | /* 31951 */ MCD_OPC_Decode, 165, 18, 169, 1, // Opcode: DUP_ZZI_B |
6540 | | /* 31956 */ MCD_OPC_FilterValue, 1, 116, 0, 0, // Skip to: 32077 |
6541 | | /* 31961 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6542 | | /* 31964 */ MCD_OPC_FilterValue, 4, 86, 0, 0, // Skip to: 32055 |
6543 | | /* 31969 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
6544 | | /* 31972 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 32040 |
6545 | | /* 31977 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
6546 | | /* 31980 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 32025 |
6547 | | /* 31985 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
6548 | | /* 31988 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 32010 |
6549 | | /* 31993 */ MCD_OPC_CheckPredicate, 20, 4, 170, 1, // Skip to: 141058 |
6550 | | /* 31998 */ MCD_OPC_CheckField, 19, 1, 1, 253, 169, 1, // Skip to: 141058 |
6551 | | /* 32005 */ MCD_OPC_Decode, 154, 18, 170, 1, // Opcode: DUPQ_ZZI_D |
6552 | | /* 32010 */ MCD_OPC_FilterValue, 1, 243, 169, 1, // Skip to: 141058 |
6553 | | /* 32015 */ MCD_OPC_CheckPredicate, 20, 238, 169, 1, // Skip to: 141058 |
6554 | | /* 32020 */ MCD_OPC_Decode, 156, 18, 171, 1, // Opcode: DUPQ_ZZI_S |
6555 | | /* 32025 */ MCD_OPC_FilterValue, 1, 228, 169, 1, // Skip to: 141058 |
6556 | | /* 32030 */ MCD_OPC_CheckPredicate, 20, 223, 169, 1, // Skip to: 141058 |
6557 | | /* 32035 */ MCD_OPC_Decode, 155, 18, 172, 1, // Opcode: DUPQ_ZZI_H |
6558 | | /* 32040 */ MCD_OPC_FilterValue, 1, 213, 169, 1, // Skip to: 141058 |
6559 | | /* 32045 */ MCD_OPC_CheckPredicate, 20, 208, 169, 1, // Skip to: 141058 |
6560 | | /* 32050 */ MCD_OPC_Decode, 153, 18, 173, 1, // Opcode: DUPQ_ZZI_B |
6561 | | /* 32055 */ MCD_OPC_FilterValue, 5, 198, 169, 1, // Skip to: 141058 |
6562 | | /* 32060 */ MCD_OPC_CheckPredicate, 20, 193, 169, 1, // Skip to: 141058 |
6563 | | /* 32065 */ MCD_OPC_CheckField, 20, 1, 0, 186, 169, 1, // Skip to: 141058 |
6564 | | /* 32072 */ MCD_OPC_Decode, 225, 18, 174, 1, // Opcode: EXTQ_ZZI |
6565 | | /* 32077 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 32145 |
6566 | | /* 32082 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6567 | | /* 32085 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 32100 |
6568 | | /* 32090 */ MCD_OPC_CheckPredicate, 21, 163, 169, 1, // Skip to: 141058 |
6569 | | /* 32095 */ MCD_OPC_Decode, 156, 55, 175, 1, // Opcode: TBL_ZZZZ_B |
6570 | | /* 32100 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 32115 |
6571 | | /* 32105 */ MCD_OPC_CheckPredicate, 21, 148, 169, 1, // Skip to: 141058 |
6572 | | /* 32110 */ MCD_OPC_Decode, 158, 55, 175, 1, // Opcode: TBL_ZZZZ_H |
6573 | | /* 32115 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 32130 |
6574 | | /* 32120 */ MCD_OPC_CheckPredicate, 21, 133, 169, 1, // Skip to: 141058 |
6575 | | /* 32125 */ MCD_OPC_Decode, 159, 55, 175, 1, // Opcode: TBL_ZZZZ_S |
6576 | | /* 32130 */ MCD_OPC_FilterValue, 7, 123, 169, 1, // Skip to: 141058 |
6577 | | /* 32135 */ MCD_OPC_CheckPredicate, 21, 118, 169, 1, // Skip to: 141058 |
6578 | | /* 32140 */ MCD_OPC_Decode, 157, 55, 175, 1, // Opcode: TBL_ZZZZ_D |
6579 | | /* 32145 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 32213 |
6580 | | /* 32150 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6581 | | /* 32153 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 32168 |
6582 | | /* 32158 */ MCD_OPC_CheckPredicate, 21, 95, 169, 1, // Skip to: 141058 |
6583 | | /* 32163 */ MCD_OPC_Decode, 178, 55, 176, 1, // Opcode: TBX_ZZZ_B |
6584 | | /* 32168 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 32183 |
6585 | | /* 32173 */ MCD_OPC_CheckPredicate, 21, 80, 169, 1, // Skip to: 141058 |
6586 | | /* 32178 */ MCD_OPC_Decode, 180, 55, 176, 1, // Opcode: TBX_ZZZ_H |
6587 | | /* 32183 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 32198 |
6588 | | /* 32188 */ MCD_OPC_CheckPredicate, 21, 65, 169, 1, // Skip to: 141058 |
6589 | | /* 32193 */ MCD_OPC_Decode, 181, 55, 176, 1, // Opcode: TBX_ZZZ_S |
6590 | | /* 32198 */ MCD_OPC_FilterValue, 7, 55, 169, 1, // Skip to: 141058 |
6591 | | /* 32203 */ MCD_OPC_CheckPredicate, 21, 50, 169, 1, // Skip to: 141058 |
6592 | | /* 32208 */ MCD_OPC_Decode, 179, 55, 176, 1, // Opcode: TBX_ZZZ_D |
6593 | | /* 32213 */ MCD_OPC_FilterValue, 4, 123, 0, 0, // Skip to: 32341 |
6594 | | /* 32218 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6595 | | /* 32221 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32236 |
6596 | | /* 32226 */ MCD_OPC_CheckPredicate, 19, 27, 169, 1, // Skip to: 141058 |
6597 | | /* 32231 */ MCD_OPC_Decode, 211, 12, 162, 1, // Opcode: AND_ZZZ |
6598 | | /* 32236 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 32251 |
6599 | | /* 32241 */ MCD_OPC_CheckPredicate, 19, 12, 169, 1, // Skip to: 141058 |
6600 | | /* 32246 */ MCD_OPC_Decode, 229, 38, 162, 1, // Opcode: ORR_ZZZ |
6601 | | /* 32251 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 32266 |
6602 | | /* 32256 */ MCD_OPC_CheckPredicate, 19, 253, 168, 1, // Skip to: 141058 |
6603 | | /* 32261 */ MCD_OPC_Decode, 219, 18, 162, 1, // Opcode: EOR_ZZZ |
6604 | | /* 32266 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 32281 |
6605 | | /* 32271 */ MCD_OPC_CheckPredicate, 19, 238, 168, 1, // Skip to: 141058 |
6606 | | /* 32276 */ MCD_OPC_Decode, 154, 14, 162, 1, // Opcode: BIC_ZZZ |
6607 | | /* 32281 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 32296 |
6608 | | /* 32286 */ MCD_OPC_CheckPredicate, 19, 223, 168, 1, // Skip to: 141058 |
6609 | | /* 32291 */ MCD_OPC_Decode, 160, 55, 162, 1, // Opcode: TBL_ZZZ_B |
6610 | | /* 32296 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 32311 |
6611 | | /* 32301 */ MCD_OPC_CheckPredicate, 19, 208, 168, 1, // Skip to: 141058 |
6612 | | /* 32306 */ MCD_OPC_Decode, 162, 55, 162, 1, // Opcode: TBL_ZZZ_H |
6613 | | /* 32311 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 32326 |
6614 | | /* 32316 */ MCD_OPC_CheckPredicate, 19, 193, 168, 1, // Skip to: 141058 |
6615 | | /* 32321 */ MCD_OPC_Decode, 163, 55, 162, 1, // Opcode: TBL_ZZZ_S |
6616 | | /* 32326 */ MCD_OPC_FilterValue, 7, 183, 168, 1, // Skip to: 141058 |
6617 | | /* 32331 */ MCD_OPC_CheckPredicate, 19, 178, 168, 1, // Skip to: 141058 |
6618 | | /* 32336 */ MCD_OPC_Decode, 161, 55, 162, 1, // Opcode: TBL_ZZZ_D |
6619 | | /* 32341 */ MCD_OPC_FilterValue, 5, 162, 0, 0, // Skip to: 32508 |
6620 | | /* 32346 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
6621 | | /* 32349 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 32417 |
6622 | | /* 32354 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6623 | | /* 32357 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 32402 |
6624 | | /* 32362 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
6625 | | /* 32365 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 32387 |
6626 | | /* 32370 */ MCD_OPC_CheckPredicate, 21, 139, 168, 1, // Skip to: 141058 |
6627 | | /* 32375 */ MCD_OPC_CheckField, 19, 1, 1, 132, 168, 1, // Skip to: 141058 |
6628 | | /* 32382 */ MCD_OPC_Decode, 255, 63, 177, 1, // Opcode: XAR_ZZZI_B |
6629 | | /* 32387 */ MCD_OPC_FilterValue, 1, 122, 168, 1, // Skip to: 141058 |
6630 | | /* 32392 */ MCD_OPC_CheckPredicate, 21, 117, 168, 1, // Skip to: 141058 |
6631 | | /* 32397 */ MCD_OPC_Decode, 129, 64, 178, 1, // Opcode: XAR_ZZZI_H |
6632 | | /* 32402 */ MCD_OPC_FilterValue, 1, 107, 168, 1, // Skip to: 141058 |
6633 | | /* 32407 */ MCD_OPC_CheckPredicate, 21, 102, 168, 1, // Skip to: 141058 |
6634 | | /* 32412 */ MCD_OPC_Decode, 130, 64, 179, 1, // Opcode: XAR_ZZZI_S |
6635 | | /* 32417 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 32432 |
6636 | | /* 32422 */ MCD_OPC_CheckPredicate, 21, 87, 168, 1, // Skip to: 141058 |
6637 | | /* 32427 */ MCD_OPC_Decode, 128, 64, 180, 1, // Opcode: XAR_ZZZI_D |
6638 | | /* 32432 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 32470 |
6639 | | /* 32437 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6640 | | /* 32440 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32455 |
6641 | | /* 32445 */ MCD_OPC_CheckPredicate, 20, 64, 168, 1, // Skip to: 141058 |
6642 | | /* 32450 */ MCD_OPC_Decode, 174, 55, 176, 1, // Opcode: TBXQ_ZZZ_B |
6643 | | /* 32455 */ MCD_OPC_FilterValue, 1, 54, 168, 1, // Skip to: 141058 |
6644 | | /* 32460 */ MCD_OPC_CheckPredicate, 20, 49, 168, 1, // Skip to: 141058 |
6645 | | /* 32465 */ MCD_OPC_Decode, 176, 55, 176, 1, // Opcode: TBXQ_ZZZ_H |
6646 | | /* 32470 */ MCD_OPC_FilterValue, 3, 39, 168, 1, // Skip to: 141058 |
6647 | | /* 32475 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6648 | | /* 32478 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32493 |
6649 | | /* 32483 */ MCD_OPC_CheckPredicate, 20, 26, 168, 1, // Skip to: 141058 |
6650 | | /* 32488 */ MCD_OPC_Decode, 177, 55, 176, 1, // Opcode: TBXQ_ZZZ_S |
6651 | | /* 32493 */ MCD_OPC_FilterValue, 1, 16, 168, 1, // Skip to: 141058 |
6652 | | /* 32498 */ MCD_OPC_CheckPredicate, 20, 11, 168, 1, // Skip to: 141058 |
6653 | | /* 32503 */ MCD_OPC_Decode, 175, 55, 176, 1, // Opcode: TBXQ_ZZZ_D |
6654 | | /* 32508 */ MCD_OPC_FilterValue, 6, 131, 3, 0, // Skip to: 33412 |
6655 | | /* 32513 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
6656 | | /* 32516 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 32554 |
6657 | | /* 32521 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6658 | | /* 32524 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32539 |
6659 | | /* 32529 */ MCD_OPC_CheckPredicate, 21, 236, 167, 1, // Skip to: 141058 |
6660 | | /* 32534 */ MCD_OPC_Decode, 191, 18, 181, 1, // Opcode: EOR3_ZZZZ |
6661 | | /* 32539 */ MCD_OPC_FilterValue, 1, 226, 167, 1, // Skip to: 141058 |
6662 | | /* 32544 */ MCD_OPC_CheckPredicate, 21, 221, 167, 1, // Skip to: 141058 |
6663 | | /* 32549 */ MCD_OPC_Decode, 138, 13, 181, 1, // Opcode: BCAX_ZZZZ |
6664 | | /* 32554 */ MCD_OPC_FilterValue, 2, 203, 1, 0, // Skip to: 33018 |
6665 | | /* 32559 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
6666 | | /* 32562 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 32646 |
6667 | | /* 32567 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
6668 | | /* 32570 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 32608 |
6669 | | /* 32575 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6670 | | /* 32578 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32593 |
6671 | | /* 32583 */ MCD_OPC_CheckPredicate, 19, 182, 167, 1, // Skip to: 141058 |
6672 | | /* 32588 */ MCD_OPC_Decode, 161, 18, 182, 1, // Opcode: DUP_ZR_B |
6673 | | /* 32593 */ MCD_OPC_FilterValue, 1, 172, 167, 1, // Skip to: 141058 |
6674 | | /* 32598 */ MCD_OPC_CheckPredicate, 19, 167, 167, 1, // Skip to: 141058 |
6675 | | /* 32603 */ MCD_OPC_Decode, 163, 18, 182, 1, // Opcode: DUP_ZR_H |
6676 | | /* 32608 */ MCD_OPC_FilterValue, 4, 157, 167, 1, // Skip to: 141058 |
6677 | | /* 32613 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6678 | | /* 32616 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32631 |
6679 | | /* 32621 */ MCD_OPC_CheckPredicate, 19, 144, 167, 1, // Skip to: 141058 |
6680 | | /* 32626 */ MCD_OPC_Decode, 155, 30, 183, 1, // Opcode: INSR_ZR_B |
6681 | | /* 32631 */ MCD_OPC_FilterValue, 1, 134, 167, 1, // Skip to: 141058 |
6682 | | /* 32636 */ MCD_OPC_CheckPredicate, 19, 129, 167, 1, // Skip to: 141058 |
6683 | | /* 32641 */ MCD_OPC_Decode, 157, 30, 183, 1, // Opcode: INSR_ZR_H |
6684 | | /* 32646 */ MCD_OPC_FilterValue, 1, 181, 0, 0, // Skip to: 32832 |
6685 | | /* 32651 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
6686 | | /* 32654 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 32743 |
6687 | | /* 32659 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6688 | | /* 32662 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 32721 |
6689 | | /* 32667 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
6690 | | /* 32670 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 32699 |
6691 | | /* 32675 */ MCD_OPC_CheckPredicate, 20, 90, 167, 1, // Skip to: 141058 |
6692 | | /* 32680 */ MCD_OPC_CheckField, 17, 1, 1, 83, 167, 1, // Skip to: 141058 |
6693 | | /* 32687 */ MCD_OPC_CheckField, 4, 1, 0, 76, 167, 1, // Skip to: 141058 |
6694 | | /* 32694 */ MCD_OPC_Decode, 144, 39, 184, 1, // Opcode: PMOV_PZI_B |
6695 | | /* 32699 */ MCD_OPC_FilterValue, 1, 66, 167, 1, // Skip to: 141058 |
6696 | | /* 32704 */ MCD_OPC_CheckPredicate, 20, 61, 167, 1, // Skip to: 141058 |
6697 | | /* 32709 */ MCD_OPC_CheckField, 4, 1, 0, 54, 167, 1, // Skip to: 141058 |
6698 | | /* 32716 */ MCD_OPC_Decode, 146, 39, 185, 1, // Opcode: PMOV_PZI_H |
6699 | | /* 32721 */ MCD_OPC_FilterValue, 1, 44, 167, 1, // Skip to: 141058 |
6700 | | /* 32726 */ MCD_OPC_CheckPredicate, 20, 39, 167, 1, // Skip to: 141058 |
6701 | | /* 32731 */ MCD_OPC_CheckField, 4, 1, 0, 32, 167, 1, // Skip to: 141058 |
6702 | | /* 32738 */ MCD_OPC_Decode, 147, 39, 186, 1, // Opcode: PMOV_PZI_S |
6703 | | /* 32743 */ MCD_OPC_FilterValue, 1, 22, 167, 1, // Skip to: 141058 |
6704 | | /* 32748 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6705 | | /* 32751 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 32810 |
6706 | | /* 32756 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
6707 | | /* 32759 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 32788 |
6708 | | /* 32764 */ MCD_OPC_CheckPredicate, 20, 1, 167, 1, // Skip to: 141058 |
6709 | | /* 32769 */ MCD_OPC_CheckField, 17, 1, 1, 250, 166, 1, // Skip to: 141058 |
6710 | | /* 32776 */ MCD_OPC_CheckField, 9, 1, 0, 243, 166, 1, // Skip to: 141058 |
6711 | | /* 32783 */ MCD_OPC_Decode, 148, 39, 187, 1, // Opcode: PMOV_ZIP_B |
6712 | | /* 32788 */ MCD_OPC_FilterValue, 1, 233, 166, 1, // Skip to: 141058 |
6713 | | /* 32793 */ MCD_OPC_CheckPredicate, 20, 228, 166, 1, // Skip to: 141058 |
6714 | | /* 32798 */ MCD_OPC_CheckField, 9, 1, 0, 221, 166, 1, // Skip to: 141058 |
6715 | | /* 32805 */ MCD_OPC_Decode, 150, 39, 188, 1, // Opcode: PMOV_ZIP_H |
6716 | | /* 32810 */ MCD_OPC_FilterValue, 1, 211, 166, 1, // Skip to: 141058 |
6717 | | /* 32815 */ MCD_OPC_CheckPredicate, 20, 206, 166, 1, // Skip to: 141058 |
6718 | | /* 32820 */ MCD_OPC_CheckField, 9, 1, 0, 199, 166, 1, // Skip to: 141058 |
6719 | | /* 32827 */ MCD_OPC_Decode, 151, 39, 189, 1, // Opcode: PMOV_ZIP_S |
6720 | | /* 32832 */ MCD_OPC_FilterValue, 2, 129, 0, 0, // Skip to: 32966 |
6721 | | /* 32837 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
6722 | | /* 32840 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 32862 |
6723 | | /* 32845 */ MCD_OPC_CheckPredicate, 19, 176, 166, 1, // Skip to: 141058 |
6724 | | /* 32850 */ MCD_OPC_CheckField, 22, 1, 1, 169, 166, 1, // Skip to: 141058 |
6725 | | /* 32857 */ MCD_OPC_Decode, 222, 54, 190, 1, // Opcode: SUNPKLO_ZZ_H |
6726 | | /* 32862 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 32884 |
6727 | | /* 32867 */ MCD_OPC_CheckPredicate, 19, 154, 166, 1, // Skip to: 141058 |
6728 | | /* 32872 */ MCD_OPC_CheckField, 22, 1, 1, 147, 166, 1, // Skip to: 141058 |
6729 | | /* 32879 */ MCD_OPC_Decode, 219, 54, 190, 1, // Opcode: SUNPKHI_ZZ_H |
6730 | | /* 32884 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 32906 |
6731 | | /* 32889 */ MCD_OPC_CheckPredicate, 19, 132, 166, 1, // Skip to: 141058 |
6732 | | /* 32894 */ MCD_OPC_CheckField, 22, 1, 1, 125, 166, 1, // Skip to: 141058 |
6733 | | /* 32901 */ MCD_OPC_Decode, 171, 62, 190, 1, // Opcode: UUNPKLO_ZZ_H |
6734 | | /* 32906 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 32928 |
6735 | | /* 32911 */ MCD_OPC_CheckPredicate, 19, 110, 166, 1, // Skip to: 141058 |
6736 | | /* 32916 */ MCD_OPC_CheckField, 22, 1, 1, 103, 166, 1, // Skip to: 141058 |
6737 | | /* 32923 */ MCD_OPC_Decode, 168, 62, 190, 1, // Opcode: UUNPKHI_ZZ_H |
6738 | | /* 32928 */ MCD_OPC_FilterValue, 4, 93, 166, 1, // Skip to: 141058 |
6739 | | /* 32933 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6740 | | /* 32936 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 32951 |
6741 | | /* 32941 */ MCD_OPC_CheckPredicate, 19, 80, 166, 1, // Skip to: 141058 |
6742 | | /* 32946 */ MCD_OPC_Decode, 159, 30, 191, 1, // Opcode: INSR_ZV_B |
6743 | | /* 32951 */ MCD_OPC_FilterValue, 1, 70, 166, 1, // Skip to: 141058 |
6744 | | /* 32956 */ MCD_OPC_CheckPredicate, 19, 65, 166, 1, // Skip to: 141058 |
6745 | | /* 32961 */ MCD_OPC_Decode, 161, 30, 191, 1, // Opcode: INSR_ZV_H |
6746 | | /* 32966 */ MCD_OPC_FilterValue, 3, 55, 166, 1, // Skip to: 141058 |
6747 | | /* 32971 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6748 | | /* 32974 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 32996 |
6749 | | /* 32979 */ MCD_OPC_CheckPredicate, 19, 42, 166, 1, // Skip to: 141058 |
6750 | | /* 32984 */ MCD_OPC_CheckField, 16, 3, 0, 35, 166, 1, // Skip to: 141058 |
6751 | | /* 32991 */ MCD_OPC_Decode, 227, 40, 190, 1, // Opcode: REV_ZZ_B |
6752 | | /* 32996 */ MCD_OPC_FilterValue, 1, 25, 166, 1, // Skip to: 141058 |
6753 | | /* 33001 */ MCD_OPC_CheckPredicate, 19, 20, 166, 1, // Skip to: 141058 |
6754 | | /* 33006 */ MCD_OPC_CheckField, 16, 3, 0, 13, 166, 1, // Skip to: 141058 |
6755 | | /* 33013 */ MCD_OPC_Decode, 229, 40, 190, 1, // Opcode: REV_ZZ_H |
6756 | | /* 33018 */ MCD_OPC_FilterValue, 3, 3, 166, 1, // Skip to: 141058 |
6757 | | /* 33023 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
6758 | | /* 33026 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 33110 |
6759 | | /* 33031 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
6760 | | /* 33034 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 33072 |
6761 | | /* 33039 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6762 | | /* 33042 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33057 |
6763 | | /* 33047 */ MCD_OPC_CheckPredicate, 19, 230, 165, 1, // Skip to: 141058 |
6764 | | /* 33052 */ MCD_OPC_Decode, 164, 18, 182, 1, // Opcode: DUP_ZR_S |
6765 | | /* 33057 */ MCD_OPC_FilterValue, 1, 220, 165, 1, // Skip to: 141058 |
6766 | | /* 33062 */ MCD_OPC_CheckPredicate, 19, 215, 165, 1, // Skip to: 141058 |
6767 | | /* 33067 */ MCD_OPC_Decode, 162, 18, 192, 1, // Opcode: DUP_ZR_D |
6768 | | /* 33072 */ MCD_OPC_FilterValue, 4, 205, 165, 1, // Skip to: 141058 |
6769 | | /* 33077 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6770 | | /* 33080 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33095 |
6771 | | /* 33085 */ MCD_OPC_CheckPredicate, 19, 192, 165, 1, // Skip to: 141058 |
6772 | | /* 33090 */ MCD_OPC_Decode, 158, 30, 183, 1, // Opcode: INSR_ZR_S |
6773 | | /* 33095 */ MCD_OPC_FilterValue, 1, 182, 165, 1, // Skip to: 141058 |
6774 | | /* 33100 */ MCD_OPC_CheckPredicate, 19, 177, 165, 1, // Skip to: 141058 |
6775 | | /* 33105 */ MCD_OPC_Decode, 156, 30, 193, 1, // Opcode: INSR_ZR_D |
6776 | | /* 33110 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 33162 |
6777 | | /* 33115 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
6778 | | /* 33118 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33140 |
6779 | | /* 33123 */ MCD_OPC_CheckPredicate, 20, 154, 165, 1, // Skip to: 141058 |
6780 | | /* 33128 */ MCD_OPC_CheckField, 4, 1, 0, 147, 165, 1, // Skip to: 141058 |
6781 | | /* 33135 */ MCD_OPC_Decode, 145, 39, 194, 1, // Opcode: PMOV_PZI_D |
6782 | | /* 33140 */ MCD_OPC_FilterValue, 1, 137, 165, 1, // Skip to: 141058 |
6783 | | /* 33145 */ MCD_OPC_CheckPredicate, 20, 132, 165, 1, // Skip to: 141058 |
6784 | | /* 33150 */ MCD_OPC_CheckField, 9, 1, 0, 125, 165, 1, // Skip to: 141058 |
6785 | | /* 33157 */ MCD_OPC_Decode, 149, 39, 195, 1, // Opcode: PMOV_ZIP_D |
6786 | | /* 33162 */ MCD_OPC_FilterValue, 2, 193, 0, 0, // Skip to: 33360 |
6787 | | /* 33167 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
6788 | | /* 33170 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 33208 |
6789 | | /* 33175 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6790 | | /* 33178 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33193 |
6791 | | /* 33183 */ MCD_OPC_CheckPredicate, 19, 94, 165, 1, // Skip to: 141058 |
6792 | | /* 33188 */ MCD_OPC_Decode, 223, 54, 190, 1, // Opcode: SUNPKLO_ZZ_S |
6793 | | /* 33193 */ MCD_OPC_FilterValue, 1, 84, 165, 1, // Skip to: 141058 |
6794 | | /* 33198 */ MCD_OPC_CheckPredicate, 19, 79, 165, 1, // Skip to: 141058 |
6795 | | /* 33203 */ MCD_OPC_Decode, 221, 54, 190, 1, // Opcode: SUNPKLO_ZZ_D |
6796 | | /* 33208 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 33246 |
6797 | | /* 33213 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6798 | | /* 33216 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33231 |
6799 | | /* 33221 */ MCD_OPC_CheckPredicate, 19, 56, 165, 1, // Skip to: 141058 |
6800 | | /* 33226 */ MCD_OPC_Decode, 220, 54, 190, 1, // Opcode: SUNPKHI_ZZ_S |
6801 | | /* 33231 */ MCD_OPC_FilterValue, 1, 46, 165, 1, // Skip to: 141058 |
6802 | | /* 33236 */ MCD_OPC_CheckPredicate, 19, 41, 165, 1, // Skip to: 141058 |
6803 | | /* 33241 */ MCD_OPC_Decode, 218, 54, 190, 1, // Opcode: SUNPKHI_ZZ_D |
6804 | | /* 33246 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 33284 |
6805 | | /* 33251 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6806 | | /* 33254 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33269 |
6807 | | /* 33259 */ MCD_OPC_CheckPredicate, 19, 18, 165, 1, // Skip to: 141058 |
6808 | | /* 33264 */ MCD_OPC_Decode, 172, 62, 190, 1, // Opcode: UUNPKLO_ZZ_S |
6809 | | /* 33269 */ MCD_OPC_FilterValue, 1, 8, 165, 1, // Skip to: 141058 |
6810 | | /* 33274 */ MCD_OPC_CheckPredicate, 19, 3, 165, 1, // Skip to: 141058 |
6811 | | /* 33279 */ MCD_OPC_Decode, 170, 62, 190, 1, // Opcode: UUNPKLO_ZZ_D |
6812 | | /* 33284 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 33322 |
6813 | | /* 33289 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6814 | | /* 33292 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33307 |
6815 | | /* 33297 */ MCD_OPC_CheckPredicate, 19, 236, 164, 1, // Skip to: 141058 |
6816 | | /* 33302 */ MCD_OPC_Decode, 169, 62, 190, 1, // Opcode: UUNPKHI_ZZ_S |
6817 | | /* 33307 */ MCD_OPC_FilterValue, 1, 226, 164, 1, // Skip to: 141058 |
6818 | | /* 33312 */ MCD_OPC_CheckPredicate, 19, 221, 164, 1, // Skip to: 141058 |
6819 | | /* 33317 */ MCD_OPC_Decode, 167, 62, 190, 1, // Opcode: UUNPKHI_ZZ_D |
6820 | | /* 33322 */ MCD_OPC_FilterValue, 4, 211, 164, 1, // Skip to: 141058 |
6821 | | /* 33327 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6822 | | /* 33330 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33345 |
6823 | | /* 33335 */ MCD_OPC_CheckPredicate, 19, 198, 164, 1, // Skip to: 141058 |
6824 | | /* 33340 */ MCD_OPC_Decode, 162, 30, 191, 1, // Opcode: INSR_ZV_S |
6825 | | /* 33345 */ MCD_OPC_FilterValue, 1, 188, 164, 1, // Skip to: 141058 |
6826 | | /* 33350 */ MCD_OPC_CheckPredicate, 19, 183, 164, 1, // Skip to: 141058 |
6827 | | /* 33355 */ MCD_OPC_Decode, 160, 30, 191, 1, // Opcode: INSR_ZV_D |
6828 | | /* 33360 */ MCD_OPC_FilterValue, 3, 173, 164, 1, // Skip to: 141058 |
6829 | | /* 33365 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
6830 | | /* 33368 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33390 |
6831 | | /* 33373 */ MCD_OPC_CheckPredicate, 19, 160, 164, 1, // Skip to: 141058 |
6832 | | /* 33378 */ MCD_OPC_CheckField, 16, 3, 0, 153, 164, 1, // Skip to: 141058 |
6833 | | /* 33385 */ MCD_OPC_Decode, 230, 40, 190, 1, // Opcode: REV_ZZ_S |
6834 | | /* 33390 */ MCD_OPC_FilterValue, 1, 143, 164, 1, // Skip to: 141058 |
6835 | | /* 33395 */ MCD_OPC_CheckPredicate, 19, 138, 164, 1, // Skip to: 141058 |
6836 | | /* 33400 */ MCD_OPC_CheckField, 16, 3, 0, 131, 164, 1, // Skip to: 141058 |
6837 | | /* 33407 */ MCD_OPC_Decode, 228, 40, 190, 1, // Opcode: REV_ZZ_D |
6838 | | /* 33412 */ MCD_OPC_FilterValue, 7, 121, 164, 1, // Skip to: 141058 |
6839 | | /* 33417 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6840 | | /* 33420 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33435 |
6841 | | /* 33425 */ MCD_OPC_CheckPredicate, 21, 108, 164, 1, // Skip to: 141058 |
6842 | | /* 33430 */ MCD_OPC_Decode, 195, 14, 181, 1, // Opcode: BSL_ZZZZ |
6843 | | /* 33435 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 33450 |
6844 | | /* 33440 */ MCD_OPC_CheckPredicate, 21, 93, 164, 1, // Skip to: 141058 |
6845 | | /* 33445 */ MCD_OPC_Decode, 193, 14, 181, 1, // Opcode: BSL1N_ZZZZ |
6846 | | /* 33450 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 33465 |
6847 | | /* 33455 */ MCD_OPC_CheckPredicate, 21, 78, 164, 1, // Skip to: 141058 |
6848 | | /* 33460 */ MCD_OPC_Decode, 194, 14, 181, 1, // Opcode: BSL2N_ZZZZ |
6849 | | /* 33465 */ MCD_OPC_FilterValue, 3, 68, 164, 1, // Skip to: 141058 |
6850 | | /* 33470 */ MCD_OPC_CheckPredicate, 21, 63, 164, 1, // Skip to: 141058 |
6851 | | /* 33475 */ MCD_OPC_Decode, 185, 38, 181, 1, // Opcode: NBSL_ZZZZ |
6852 | | /* 33480 */ MCD_OPC_FilterValue, 1, 227, 8, 0, // Skip to: 35760 |
6853 | | /* 33485 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
6854 | | /* 33488 */ MCD_OPC_FilterValue, 0, 223, 0, 0, // Skip to: 33716 |
6855 | | /* 33493 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
6856 | | /* 33496 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 33534 |
6857 | | /* 33501 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6858 | | /* 33504 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33519 |
6859 | | /* 33509 */ MCD_OPC_CheckPredicate, 19, 24, 164, 1, // Skip to: 141058 |
6860 | | /* 33514 */ MCD_OPC_Decode, 129, 30, 196, 1, // Opcode: INDEX_II_B |
6861 | | /* 33519 */ MCD_OPC_FilterValue, 1, 14, 164, 1, // Skip to: 141058 |
6862 | | /* 33524 */ MCD_OPC_CheckPredicate, 19, 9, 164, 1, // Skip to: 141058 |
6863 | | /* 33529 */ MCD_OPC_Decode, 137, 30, 197, 1, // Opcode: INDEX_RI_B |
6864 | | /* 33534 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 33572 |
6865 | | /* 33539 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6866 | | /* 33542 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33557 |
6867 | | /* 33547 */ MCD_OPC_CheckPredicate, 19, 242, 163, 1, // Skip to: 141058 |
6868 | | /* 33552 */ MCD_OPC_Decode, 133, 30, 198, 1, // Opcode: INDEX_IR_B |
6869 | | /* 33557 */ MCD_OPC_FilterValue, 1, 232, 163, 1, // Skip to: 141058 |
6870 | | /* 33562 */ MCD_OPC_CheckPredicate, 19, 227, 163, 1, // Skip to: 141058 |
6871 | | /* 33567 */ MCD_OPC_Decode, 141, 30, 199, 1, // Opcode: INDEX_RR_B |
6872 | | /* 33572 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 33587 |
6873 | | /* 33577 */ MCD_OPC_CheckPredicate, 19, 212, 163, 1, // Skip to: 141058 |
6874 | | /* 33582 */ MCD_OPC_Decode, 235, 11, 200, 1, // Opcode: ADDVL_XXI |
6875 | | /* 33587 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 33602 |
6876 | | /* 33592 */ MCD_OPC_CheckPredicate, 3, 197, 163, 1, // Skip to: 141058 |
6877 | | /* 33597 */ MCD_OPC_Decode, 225, 11, 200, 1, // Opcode: ADDSVL_XXI |
6878 | | /* 33602 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 33640 |
6879 | | /* 33607 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6880 | | /* 33610 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33625 |
6881 | | /* 33615 */ MCD_OPC_CheckPredicate, 21, 174, 163, 1, // Skip to: 141058 |
6882 | | /* 33620 */ MCD_OPC_Decode, 163, 38, 162, 1, // Opcode: MUL_ZZZ_B |
6883 | | /* 33625 */ MCD_OPC_FilterValue, 1, 164, 163, 1, // Skip to: 141058 |
6884 | | /* 33630 */ MCD_OPC_CheckPredicate, 21, 159, 163, 1, // Skip to: 141058 |
6885 | | /* 33635 */ MCD_OPC_Decode, 162, 39, 162, 1, // Opcode: PMUL_ZZZ_B |
6886 | | /* 33640 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 33678 |
6887 | | /* 33645 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6888 | | /* 33648 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33663 |
6889 | | /* 33653 */ MCD_OPC_CheckPredicate, 21, 136, 163, 1, // Skip to: 141058 |
6890 | | /* 33658 */ MCD_OPC_Decode, 159, 45, 162, 1, // Opcode: SMULH_ZZZ_B |
6891 | | /* 33663 */ MCD_OPC_FilterValue, 1, 126, 163, 1, // Skip to: 141058 |
6892 | | /* 33668 */ MCD_OPC_CheckPredicate, 21, 121, 163, 1, // Skip to: 141058 |
6893 | | /* 33673 */ MCD_OPC_Decode, 144, 59, 162, 1, // Opcode: UMULH_ZZZ_B |
6894 | | /* 33678 */ MCD_OPC_FilterValue, 6, 111, 163, 1, // Skip to: 141058 |
6895 | | /* 33683 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6896 | | /* 33686 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33701 |
6897 | | /* 33691 */ MCD_OPC_CheckPredicate, 21, 98, 163, 1, // Skip to: 141058 |
6898 | | /* 33696 */ MCD_OPC_Decode, 209, 46, 162, 1, // Opcode: SQDMULH_ZZZ_B |
6899 | | /* 33701 */ MCD_OPC_FilterValue, 1, 88, 163, 1, // Skip to: 141058 |
6900 | | /* 33706 */ MCD_OPC_CheckPredicate, 21, 83, 163, 1, // Skip to: 141058 |
6901 | | /* 33711 */ MCD_OPC_Decode, 203, 47, 162, 1, // Opcode: SQRDMULH_ZZZ_B |
6902 | | /* 33716 */ MCD_OPC_FilterValue, 1, 207, 0, 0, // Skip to: 33928 |
6903 | | /* 33721 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
6904 | | /* 33724 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 33762 |
6905 | | /* 33729 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6906 | | /* 33732 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33747 |
6907 | | /* 33737 */ MCD_OPC_CheckPredicate, 19, 52, 163, 1, // Skip to: 141058 |
6908 | | /* 33742 */ MCD_OPC_Decode, 131, 30, 196, 1, // Opcode: INDEX_II_H |
6909 | | /* 33747 */ MCD_OPC_FilterValue, 1, 42, 163, 1, // Skip to: 141058 |
6910 | | /* 33752 */ MCD_OPC_CheckPredicate, 19, 37, 163, 1, // Skip to: 141058 |
6911 | | /* 33757 */ MCD_OPC_Decode, 139, 30, 197, 1, // Opcode: INDEX_RI_H |
6912 | | /* 33762 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 33800 |
6913 | | /* 33767 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6914 | | /* 33770 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33785 |
6915 | | /* 33775 */ MCD_OPC_CheckPredicate, 19, 14, 163, 1, // Skip to: 141058 |
6916 | | /* 33780 */ MCD_OPC_Decode, 135, 30, 198, 1, // Opcode: INDEX_IR_H |
6917 | | /* 33785 */ MCD_OPC_FilterValue, 1, 4, 163, 1, // Skip to: 141058 |
6918 | | /* 33790 */ MCD_OPC_CheckPredicate, 19, 255, 162, 1, // Skip to: 141058 |
6919 | | /* 33795 */ MCD_OPC_Decode, 143, 30, 199, 1, // Opcode: INDEX_RR_H |
6920 | | /* 33800 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 33815 |
6921 | | /* 33805 */ MCD_OPC_CheckPredicate, 19, 240, 162, 1, // Skip to: 141058 |
6922 | | /* 33810 */ MCD_OPC_Decode, 206, 11, 200, 1, // Opcode: ADDPL_XXI |
6923 | | /* 33815 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 33830 |
6924 | | /* 33820 */ MCD_OPC_CheckPredicate, 3, 225, 162, 1, // Skip to: 141058 |
6925 | | /* 33825 */ MCD_OPC_Decode, 224, 11, 200, 1, // Opcode: ADDSPL_XXI |
6926 | | /* 33830 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 33852 |
6927 | | /* 33835 */ MCD_OPC_CheckPredicate, 21, 210, 162, 1, // Skip to: 141058 |
6928 | | /* 33840 */ MCD_OPC_CheckField, 10, 1, 0, 203, 162, 1, // Skip to: 141058 |
6929 | | /* 33847 */ MCD_OPC_Decode, 165, 38, 162, 1, // Opcode: MUL_ZZZ_H |
6930 | | /* 33852 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 33890 |
6931 | | /* 33857 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6932 | | /* 33860 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33875 |
6933 | | /* 33865 */ MCD_OPC_CheckPredicate, 21, 180, 162, 1, // Skip to: 141058 |
6934 | | /* 33870 */ MCD_OPC_Decode, 161, 45, 162, 1, // Opcode: SMULH_ZZZ_H |
6935 | | /* 33875 */ MCD_OPC_FilterValue, 1, 170, 162, 1, // Skip to: 141058 |
6936 | | /* 33880 */ MCD_OPC_CheckPredicate, 21, 165, 162, 1, // Skip to: 141058 |
6937 | | /* 33885 */ MCD_OPC_Decode, 146, 59, 162, 1, // Opcode: UMULH_ZZZ_H |
6938 | | /* 33890 */ MCD_OPC_FilterValue, 6, 155, 162, 1, // Skip to: 141058 |
6939 | | /* 33895 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6940 | | /* 33898 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33913 |
6941 | | /* 33903 */ MCD_OPC_CheckPredicate, 21, 142, 162, 1, // Skip to: 141058 |
6942 | | /* 33908 */ MCD_OPC_Decode, 211, 46, 162, 1, // Opcode: SQDMULH_ZZZ_H |
6943 | | /* 33913 */ MCD_OPC_FilterValue, 1, 132, 162, 1, // Skip to: 141058 |
6944 | | /* 33918 */ MCD_OPC_CheckPredicate, 21, 127, 162, 1, // Skip to: 141058 |
6945 | | /* 33923 */ MCD_OPC_Decode, 205, 47, 162, 1, // Opcode: SQRDMULH_ZZZ_H |
6946 | | /* 33928 */ MCD_OPC_FilterValue, 2, 221, 0, 0, // Skip to: 34154 |
6947 | | /* 33933 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
6948 | | /* 33936 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 33974 |
6949 | | /* 33941 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6950 | | /* 33944 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33959 |
6951 | | /* 33949 */ MCD_OPC_CheckPredicate, 19, 96, 162, 1, // Skip to: 141058 |
6952 | | /* 33954 */ MCD_OPC_Decode, 132, 30, 196, 1, // Opcode: INDEX_II_S |
6953 | | /* 33959 */ MCD_OPC_FilterValue, 1, 86, 162, 1, // Skip to: 141058 |
6954 | | /* 33964 */ MCD_OPC_CheckPredicate, 19, 81, 162, 1, // Skip to: 141058 |
6955 | | /* 33969 */ MCD_OPC_Decode, 140, 30, 197, 1, // Opcode: INDEX_RI_S |
6956 | | /* 33974 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 34012 |
6957 | | /* 33979 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6958 | | /* 33982 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 33997 |
6959 | | /* 33987 */ MCD_OPC_CheckPredicate, 19, 58, 162, 1, // Skip to: 141058 |
6960 | | /* 33992 */ MCD_OPC_Decode, 136, 30, 198, 1, // Opcode: INDEX_IR_S |
6961 | | /* 33997 */ MCD_OPC_FilterValue, 1, 48, 162, 1, // Skip to: 141058 |
6962 | | /* 34002 */ MCD_OPC_CheckPredicate, 19, 43, 162, 1, // Skip to: 141058 |
6963 | | /* 34007 */ MCD_OPC_Decode, 144, 30, 199, 1, // Opcode: INDEX_RR_S |
6964 | | /* 34012 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 34034 |
6965 | | /* 34017 */ MCD_OPC_CheckPredicate, 19, 28, 162, 1, // Skip to: 141058 |
6966 | | /* 34022 */ MCD_OPC_CheckField, 16, 5, 31, 21, 162, 1, // Skip to: 141058 |
6967 | | /* 34029 */ MCD_OPC_Decode, 191, 40, 201, 1, // Opcode: RDVLI_XI |
6968 | | /* 34034 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 34056 |
6969 | | /* 34039 */ MCD_OPC_CheckPredicate, 3, 6, 162, 1, // Skip to: 141058 |
6970 | | /* 34044 */ MCD_OPC_CheckField, 16, 5, 31, 255, 161, 1, // Skip to: 141058 |
6971 | | /* 34051 */ MCD_OPC_Decode, 190, 40, 201, 1, // Opcode: RDSVLI_XI |
6972 | | /* 34056 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 34078 |
6973 | | /* 34061 */ MCD_OPC_CheckPredicate, 21, 240, 161, 1, // Skip to: 141058 |
6974 | | /* 34066 */ MCD_OPC_CheckField, 10, 1, 0, 233, 161, 1, // Skip to: 141058 |
6975 | | /* 34073 */ MCD_OPC_Decode, 166, 38, 162, 1, // Opcode: MUL_ZZZ_S |
6976 | | /* 34078 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 34116 |
6977 | | /* 34083 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6978 | | /* 34086 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 34101 |
6979 | | /* 34091 */ MCD_OPC_CheckPredicate, 21, 210, 161, 1, // Skip to: 141058 |
6980 | | /* 34096 */ MCD_OPC_Decode, 162, 45, 162, 1, // Opcode: SMULH_ZZZ_S |
6981 | | /* 34101 */ MCD_OPC_FilterValue, 1, 200, 161, 1, // Skip to: 141058 |
6982 | | /* 34106 */ MCD_OPC_CheckPredicate, 21, 195, 161, 1, // Skip to: 141058 |
6983 | | /* 34111 */ MCD_OPC_Decode, 147, 59, 162, 1, // Opcode: UMULH_ZZZ_S |
6984 | | /* 34116 */ MCD_OPC_FilterValue, 6, 185, 161, 1, // Skip to: 141058 |
6985 | | /* 34121 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
6986 | | /* 34124 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 34139 |
6987 | | /* 34129 */ MCD_OPC_CheckPredicate, 21, 172, 161, 1, // Skip to: 141058 |
6988 | | /* 34134 */ MCD_OPC_Decode, 212, 46, 162, 1, // Opcode: SQDMULH_ZZZ_S |
6989 | | /* 34139 */ MCD_OPC_FilterValue, 1, 162, 161, 1, // Skip to: 141058 |
6990 | | /* 34144 */ MCD_OPC_CheckPredicate, 21, 157, 161, 1, // Skip to: 141058 |
6991 | | /* 34149 */ MCD_OPC_Decode, 206, 47, 162, 1, // Opcode: SQRDMULH_ZZZ_S |
6992 | | /* 34154 */ MCD_OPC_FilterValue, 3, 138, 0, 0, // Skip to: 34297 |
6993 | | /* 34159 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
6994 | | /* 34162 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 34177 |
6995 | | /* 34167 */ MCD_OPC_CheckPredicate, 19, 134, 161, 1, // Skip to: 141058 |
6996 | | /* 34172 */ MCD_OPC_Decode, 130, 30, 196, 1, // Opcode: INDEX_II_D |
6997 | | /* 34177 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 34192 |
6998 | | /* 34182 */ MCD_OPC_CheckPredicate, 19, 119, 161, 1, // Skip to: 141058 |
6999 | | /* 34187 */ MCD_OPC_Decode, 138, 30, 202, 1, // Opcode: INDEX_RI_D |
7000 | | /* 34192 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 34207 |
7001 | | /* 34197 */ MCD_OPC_CheckPredicate, 19, 104, 161, 1, // Skip to: 141058 |
7002 | | /* 34202 */ MCD_OPC_Decode, 134, 30, 203, 1, // Opcode: INDEX_IR_D |
7003 | | /* 34207 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 34222 |
7004 | | /* 34212 */ MCD_OPC_CheckPredicate, 19, 89, 161, 1, // Skip to: 141058 |
7005 | | /* 34217 */ MCD_OPC_Decode, 142, 30, 204, 1, // Opcode: INDEX_RR_D |
7006 | | /* 34222 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 34237 |
7007 | | /* 34227 */ MCD_OPC_CheckPredicate, 21, 74, 161, 1, // Skip to: 141058 |
7008 | | /* 34232 */ MCD_OPC_Decode, 164, 38, 162, 1, // Opcode: MUL_ZZZ_D |
7009 | | /* 34237 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 34252 |
7010 | | /* 34242 */ MCD_OPC_CheckPredicate, 21, 59, 161, 1, // Skip to: 141058 |
7011 | | /* 34247 */ MCD_OPC_Decode, 160, 45, 162, 1, // Opcode: SMULH_ZZZ_D |
7012 | | /* 34252 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 34267 |
7013 | | /* 34257 */ MCD_OPC_CheckPredicate, 21, 44, 161, 1, // Skip to: 141058 |
7014 | | /* 34262 */ MCD_OPC_Decode, 145, 59, 162, 1, // Opcode: UMULH_ZZZ_D |
7015 | | /* 34267 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 34282 |
7016 | | /* 34272 */ MCD_OPC_CheckPredicate, 21, 29, 161, 1, // Skip to: 141058 |
7017 | | /* 34277 */ MCD_OPC_Decode, 210, 46, 162, 1, // Opcode: SQDMULH_ZZZ_D |
7018 | | /* 34282 */ MCD_OPC_FilterValue, 13, 19, 161, 1, // Skip to: 141058 |
7019 | | /* 34287 */ MCD_OPC_CheckPredicate, 21, 14, 161, 1, // Skip to: 141058 |
7020 | | /* 34292 */ MCD_OPC_Decode, 204, 47, 162, 1, // Opcode: SQRDMULH_ZZZ_D |
7021 | | /* 34297 */ MCD_OPC_FilterValue, 4, 149, 1, 0, // Skip to: 34707 |
7022 | | /* 34302 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7023 | | /* 34305 */ MCD_OPC_FilterValue, 0, 127, 0, 0, // Skip to: 34437 |
7024 | | /* 34310 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7025 | | /* 34313 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 34342 |
7026 | | /* 34318 */ MCD_OPC_CheckPredicate, 19, 239, 160, 1, // Skip to: 141058 |
7027 | | /* 34323 */ MCD_OPC_CheckField, 9, 1, 0, 232, 160, 1, // Skip to: 141058 |
7028 | | /* 34330 */ MCD_OPC_CheckField, 4, 1, 0, 225, 160, 1, // Skip to: 141058 |
7029 | | /* 34337 */ MCD_OPC_Decode, 150, 64, 205, 1, // Opcode: ZIP1_PPP_B |
7030 | | /* 34342 */ MCD_OPC_FilterValue, 1, 215, 160, 1, // Skip to: 141058 |
7031 | | /* 34347 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
7032 | | /* 34350 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 34379 |
7033 | | /* 34355 */ MCD_OPC_CheckPredicate, 19, 202, 160, 1, // Skip to: 141058 |
7034 | | /* 34360 */ MCD_OPC_CheckField, 9, 1, 0, 195, 160, 1, // Skip to: 141058 |
7035 | | /* 34367 */ MCD_OPC_CheckField, 4, 1, 0, 188, 160, 1, // Skip to: 141058 |
7036 | | /* 34374 */ MCD_OPC_Decode, 228, 39, 206, 1, // Opcode: PUNPKLO_PP |
7037 | | /* 34379 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 34408 |
7038 | | /* 34384 */ MCD_OPC_CheckPredicate, 19, 173, 160, 1, // Skip to: 141058 |
7039 | | /* 34389 */ MCD_OPC_CheckField, 9, 1, 0, 166, 160, 1, // Skip to: 141058 |
7040 | | /* 34396 */ MCD_OPC_CheckField, 4, 1, 0, 159, 160, 1, // Skip to: 141058 |
7041 | | /* 34403 */ MCD_OPC_Decode, 227, 39, 206, 1, // Opcode: PUNPKHI_PP |
7042 | | /* 34408 */ MCD_OPC_FilterValue, 4, 149, 160, 1, // Skip to: 141058 |
7043 | | /* 34413 */ MCD_OPC_CheckPredicate, 19, 144, 160, 1, // Skip to: 141058 |
7044 | | /* 34418 */ MCD_OPC_CheckField, 9, 1, 0, 137, 160, 1, // Skip to: 141058 |
7045 | | /* 34425 */ MCD_OPC_CheckField, 4, 1, 0, 130, 160, 1, // Skip to: 141058 |
7046 | | /* 34432 */ MCD_OPC_Decode, 223, 40, 206, 1, // Opcode: REV_PP_B |
7047 | | /* 34437 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 34473 |
7048 | | /* 34442 */ MCD_OPC_CheckPredicate, 19, 115, 160, 1, // Skip to: 141058 |
7049 | | /* 34447 */ MCD_OPC_CheckField, 20, 1, 0, 108, 160, 1, // Skip to: 141058 |
7050 | | /* 34454 */ MCD_OPC_CheckField, 9, 1, 0, 101, 160, 1, // Skip to: 141058 |
7051 | | /* 34461 */ MCD_OPC_CheckField, 4, 1, 0, 94, 160, 1, // Skip to: 141058 |
7052 | | /* 34468 */ MCD_OPC_Decode, 166, 64, 205, 1, // Opcode: ZIP2_PPP_B |
7053 | | /* 34473 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 34509 |
7054 | | /* 34478 */ MCD_OPC_CheckPredicate, 19, 79, 160, 1, // Skip to: 141058 |
7055 | | /* 34483 */ MCD_OPC_CheckField, 20, 1, 0, 72, 160, 1, // Skip to: 141058 |
7056 | | /* 34490 */ MCD_OPC_CheckField, 9, 1, 0, 65, 160, 1, // Skip to: 141058 |
7057 | | /* 34497 */ MCD_OPC_CheckField, 4, 1, 0, 58, 160, 1, // Skip to: 141058 |
7058 | | /* 34504 */ MCD_OPC_Decode, 188, 62, 205, 1, // Opcode: UZP1_PPP_B |
7059 | | /* 34509 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 34545 |
7060 | | /* 34514 */ MCD_OPC_CheckPredicate, 19, 43, 160, 1, // Skip to: 141058 |
7061 | | /* 34519 */ MCD_OPC_CheckField, 20, 1, 0, 36, 160, 1, // Skip to: 141058 |
7062 | | /* 34526 */ MCD_OPC_CheckField, 9, 1, 0, 29, 160, 1, // Skip to: 141058 |
7063 | | /* 34533 */ MCD_OPC_CheckField, 4, 1, 0, 22, 160, 1, // Skip to: 141058 |
7064 | | /* 34540 */ MCD_OPC_Decode, 204, 62, 205, 1, // Opcode: UZP2_PPP_B |
7065 | | /* 34545 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 34581 |
7066 | | /* 34550 */ MCD_OPC_CheckPredicate, 19, 7, 160, 1, // Skip to: 141058 |
7067 | | /* 34555 */ MCD_OPC_CheckField, 20, 1, 0, 0, 160, 1, // Skip to: 141058 |
7068 | | /* 34562 */ MCD_OPC_CheckField, 9, 1, 0, 249, 159, 1, // Skip to: 141058 |
7069 | | /* 34569 */ MCD_OPC_CheckField, 4, 1, 0, 242, 159, 1, // Skip to: 141058 |
7070 | | /* 34576 */ MCD_OPC_Decode, 195, 55, 205, 1, // Opcode: TRN1_PPP_B |
7071 | | /* 34581 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 34617 |
7072 | | /* 34586 */ MCD_OPC_CheckPredicate, 19, 227, 159, 1, // Skip to: 141058 |
7073 | | /* 34591 */ MCD_OPC_CheckField, 20, 1, 0, 220, 159, 1, // Skip to: 141058 |
7074 | | /* 34598 */ MCD_OPC_CheckField, 9, 1, 0, 213, 159, 1, // Skip to: 141058 |
7075 | | /* 34605 */ MCD_OPC_CheckField, 4, 1, 0, 206, 159, 1, // Skip to: 141058 |
7076 | | /* 34612 */ MCD_OPC_Decode, 211, 55, 205, 1, // Opcode: TRN2_PPP_B |
7077 | | /* 34617 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 34632 |
7078 | | /* 34622 */ MCD_OPC_CheckPredicate, 19, 191, 159, 1, // Skip to: 141058 |
7079 | | /* 34627 */ MCD_OPC_Decode, 154, 64, 162, 1, // Opcode: ZIP1_ZZZ_B |
7080 | | /* 34632 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 34647 |
7081 | | /* 34637 */ MCD_OPC_CheckPredicate, 19, 176, 159, 1, // Skip to: 141058 |
7082 | | /* 34642 */ MCD_OPC_Decode, 170, 64, 162, 1, // Opcode: ZIP2_ZZZ_B |
7083 | | /* 34647 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 34662 |
7084 | | /* 34652 */ MCD_OPC_CheckPredicate, 19, 161, 159, 1, // Skip to: 141058 |
7085 | | /* 34657 */ MCD_OPC_Decode, 192, 62, 162, 1, // Opcode: UZP1_ZZZ_B |
7086 | | /* 34662 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 34677 |
7087 | | /* 34667 */ MCD_OPC_CheckPredicate, 19, 146, 159, 1, // Skip to: 141058 |
7088 | | /* 34672 */ MCD_OPC_Decode, 208, 62, 162, 1, // Opcode: UZP2_ZZZ_B |
7089 | | /* 34677 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 34692 |
7090 | | /* 34682 */ MCD_OPC_CheckPredicate, 19, 131, 159, 1, // Skip to: 141058 |
7091 | | /* 34687 */ MCD_OPC_Decode, 199, 55, 162, 1, // Opcode: TRN1_ZZZ_B |
7092 | | /* 34692 */ MCD_OPC_FilterValue, 13, 121, 159, 1, // Skip to: 141058 |
7093 | | /* 34697 */ MCD_OPC_CheckPredicate, 19, 116, 159, 1, // Skip to: 141058 |
7094 | | /* 34702 */ MCD_OPC_Decode, 215, 55, 162, 1, // Opcode: TRN2_ZZZ_B |
7095 | | /* 34707 */ MCD_OPC_FilterValue, 5, 90, 1, 0, // Skip to: 35058 |
7096 | | /* 34712 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7097 | | /* 34715 */ MCD_OPC_FilterValue, 0, 68, 0, 0, // Skip to: 34788 |
7098 | | /* 34720 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7099 | | /* 34723 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 34752 |
7100 | | /* 34728 */ MCD_OPC_CheckPredicate, 19, 85, 159, 1, // Skip to: 141058 |
7101 | | /* 34733 */ MCD_OPC_CheckField, 9, 1, 0, 78, 159, 1, // Skip to: 141058 |
7102 | | /* 34740 */ MCD_OPC_CheckField, 4, 1, 0, 71, 159, 1, // Skip to: 141058 |
7103 | | /* 34747 */ MCD_OPC_Decode, 152, 64, 205, 1, // Opcode: ZIP1_PPP_H |
7104 | | /* 34752 */ MCD_OPC_FilterValue, 1, 61, 159, 1, // Skip to: 141058 |
7105 | | /* 34757 */ MCD_OPC_CheckPredicate, 19, 56, 159, 1, // Skip to: 141058 |
7106 | | /* 34762 */ MCD_OPC_CheckField, 16, 4, 4, 49, 159, 1, // Skip to: 141058 |
7107 | | /* 34769 */ MCD_OPC_CheckField, 9, 1, 0, 42, 159, 1, // Skip to: 141058 |
7108 | | /* 34776 */ MCD_OPC_CheckField, 4, 1, 0, 35, 159, 1, // Skip to: 141058 |
7109 | | /* 34783 */ MCD_OPC_Decode, 225, 40, 206, 1, // Opcode: REV_PP_H |
7110 | | /* 34788 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 34824 |
7111 | | /* 34793 */ MCD_OPC_CheckPredicate, 19, 20, 159, 1, // Skip to: 141058 |
7112 | | /* 34798 */ MCD_OPC_CheckField, 20, 1, 0, 13, 159, 1, // Skip to: 141058 |
7113 | | /* 34805 */ MCD_OPC_CheckField, 9, 1, 0, 6, 159, 1, // Skip to: 141058 |
7114 | | /* 34812 */ MCD_OPC_CheckField, 4, 1, 0, 255, 158, 1, // Skip to: 141058 |
7115 | | /* 34819 */ MCD_OPC_Decode, 168, 64, 205, 1, // Opcode: ZIP2_PPP_H |
7116 | | /* 34824 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 34860 |
7117 | | /* 34829 */ MCD_OPC_CheckPredicate, 19, 240, 158, 1, // Skip to: 141058 |
7118 | | /* 34834 */ MCD_OPC_CheckField, 20, 1, 0, 233, 158, 1, // Skip to: 141058 |
7119 | | /* 34841 */ MCD_OPC_CheckField, 9, 1, 0, 226, 158, 1, // Skip to: 141058 |
7120 | | /* 34848 */ MCD_OPC_CheckField, 4, 1, 0, 219, 158, 1, // Skip to: 141058 |
7121 | | /* 34855 */ MCD_OPC_Decode, 190, 62, 205, 1, // Opcode: UZP1_PPP_H |
7122 | | /* 34860 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 34896 |
7123 | | /* 34865 */ MCD_OPC_CheckPredicate, 19, 204, 158, 1, // Skip to: 141058 |
7124 | | /* 34870 */ MCD_OPC_CheckField, 20, 1, 0, 197, 158, 1, // Skip to: 141058 |
7125 | | /* 34877 */ MCD_OPC_CheckField, 9, 1, 0, 190, 158, 1, // Skip to: 141058 |
7126 | | /* 34884 */ MCD_OPC_CheckField, 4, 1, 0, 183, 158, 1, // Skip to: 141058 |
7127 | | /* 34891 */ MCD_OPC_Decode, 206, 62, 205, 1, // Opcode: UZP2_PPP_H |
7128 | | /* 34896 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 34932 |
7129 | | /* 34901 */ MCD_OPC_CheckPredicate, 19, 168, 158, 1, // Skip to: 141058 |
7130 | | /* 34906 */ MCD_OPC_CheckField, 20, 1, 0, 161, 158, 1, // Skip to: 141058 |
7131 | | /* 34913 */ MCD_OPC_CheckField, 9, 1, 0, 154, 158, 1, // Skip to: 141058 |
7132 | | /* 34920 */ MCD_OPC_CheckField, 4, 1, 0, 147, 158, 1, // Skip to: 141058 |
7133 | | /* 34927 */ MCD_OPC_Decode, 197, 55, 205, 1, // Opcode: TRN1_PPP_H |
7134 | | /* 34932 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 34968 |
7135 | | /* 34937 */ MCD_OPC_CheckPredicate, 19, 132, 158, 1, // Skip to: 141058 |
7136 | | /* 34942 */ MCD_OPC_CheckField, 20, 1, 0, 125, 158, 1, // Skip to: 141058 |
7137 | | /* 34949 */ MCD_OPC_CheckField, 9, 1, 0, 118, 158, 1, // Skip to: 141058 |
7138 | | /* 34956 */ MCD_OPC_CheckField, 4, 1, 0, 111, 158, 1, // Skip to: 141058 |
7139 | | /* 34963 */ MCD_OPC_Decode, 213, 55, 205, 1, // Opcode: TRN2_PPP_H |
7140 | | /* 34968 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 34983 |
7141 | | /* 34973 */ MCD_OPC_CheckPredicate, 19, 96, 158, 1, // Skip to: 141058 |
7142 | | /* 34978 */ MCD_OPC_Decode, 156, 64, 162, 1, // Opcode: ZIP1_ZZZ_H |
7143 | | /* 34983 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 34998 |
7144 | | /* 34988 */ MCD_OPC_CheckPredicate, 19, 81, 158, 1, // Skip to: 141058 |
7145 | | /* 34993 */ MCD_OPC_Decode, 172, 64, 162, 1, // Opcode: ZIP2_ZZZ_H |
7146 | | /* 34998 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 35013 |
7147 | | /* 35003 */ MCD_OPC_CheckPredicate, 19, 66, 158, 1, // Skip to: 141058 |
7148 | | /* 35008 */ MCD_OPC_Decode, 194, 62, 162, 1, // Opcode: UZP1_ZZZ_H |
7149 | | /* 35013 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 35028 |
7150 | | /* 35018 */ MCD_OPC_CheckPredicate, 19, 51, 158, 1, // Skip to: 141058 |
7151 | | /* 35023 */ MCD_OPC_Decode, 210, 62, 162, 1, // Opcode: UZP2_ZZZ_H |
7152 | | /* 35028 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 35043 |
7153 | | /* 35033 */ MCD_OPC_CheckPredicate, 19, 36, 158, 1, // Skip to: 141058 |
7154 | | /* 35038 */ MCD_OPC_Decode, 201, 55, 162, 1, // Opcode: TRN1_ZZZ_H |
7155 | | /* 35043 */ MCD_OPC_FilterValue, 13, 26, 158, 1, // Skip to: 141058 |
7156 | | /* 35048 */ MCD_OPC_CheckPredicate, 19, 21, 158, 1, // Skip to: 141058 |
7157 | | /* 35053 */ MCD_OPC_Decode, 217, 55, 162, 1, // Opcode: TRN2_ZZZ_H |
7158 | | /* 35058 */ MCD_OPC_FilterValue, 6, 90, 1, 0, // Skip to: 35409 |
7159 | | /* 35063 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7160 | | /* 35066 */ MCD_OPC_FilterValue, 0, 68, 0, 0, // Skip to: 35139 |
7161 | | /* 35071 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7162 | | /* 35074 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 35103 |
7163 | | /* 35079 */ MCD_OPC_CheckPredicate, 19, 246, 157, 1, // Skip to: 141058 |
7164 | | /* 35084 */ MCD_OPC_CheckField, 9, 1, 0, 239, 157, 1, // Skip to: 141058 |
7165 | | /* 35091 */ MCD_OPC_CheckField, 4, 1, 0, 232, 157, 1, // Skip to: 141058 |
7166 | | /* 35098 */ MCD_OPC_Decode, 153, 64, 205, 1, // Opcode: ZIP1_PPP_S |
7167 | | /* 35103 */ MCD_OPC_FilterValue, 1, 222, 157, 1, // Skip to: 141058 |
7168 | | /* 35108 */ MCD_OPC_CheckPredicate, 19, 217, 157, 1, // Skip to: 141058 |
7169 | | /* 35113 */ MCD_OPC_CheckField, 16, 4, 4, 210, 157, 1, // Skip to: 141058 |
7170 | | /* 35120 */ MCD_OPC_CheckField, 9, 1, 0, 203, 157, 1, // Skip to: 141058 |
7171 | | /* 35127 */ MCD_OPC_CheckField, 4, 1, 0, 196, 157, 1, // Skip to: 141058 |
7172 | | /* 35134 */ MCD_OPC_Decode, 226, 40, 206, 1, // Opcode: REV_PP_S |
7173 | | /* 35139 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 35175 |
7174 | | /* 35144 */ MCD_OPC_CheckPredicate, 19, 181, 157, 1, // Skip to: 141058 |
7175 | | /* 35149 */ MCD_OPC_CheckField, 20, 1, 0, 174, 157, 1, // Skip to: 141058 |
7176 | | /* 35156 */ MCD_OPC_CheckField, 9, 1, 0, 167, 157, 1, // Skip to: 141058 |
7177 | | /* 35163 */ MCD_OPC_CheckField, 4, 1, 0, 160, 157, 1, // Skip to: 141058 |
7178 | | /* 35170 */ MCD_OPC_Decode, 169, 64, 205, 1, // Opcode: ZIP2_PPP_S |
7179 | | /* 35175 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 35211 |
7180 | | /* 35180 */ MCD_OPC_CheckPredicate, 19, 145, 157, 1, // Skip to: 141058 |
7181 | | /* 35185 */ MCD_OPC_CheckField, 20, 1, 0, 138, 157, 1, // Skip to: 141058 |
7182 | | /* 35192 */ MCD_OPC_CheckField, 9, 1, 0, 131, 157, 1, // Skip to: 141058 |
7183 | | /* 35199 */ MCD_OPC_CheckField, 4, 1, 0, 124, 157, 1, // Skip to: 141058 |
7184 | | /* 35206 */ MCD_OPC_Decode, 191, 62, 205, 1, // Opcode: UZP1_PPP_S |
7185 | | /* 35211 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 35247 |
7186 | | /* 35216 */ MCD_OPC_CheckPredicate, 19, 109, 157, 1, // Skip to: 141058 |
7187 | | /* 35221 */ MCD_OPC_CheckField, 20, 1, 0, 102, 157, 1, // Skip to: 141058 |
7188 | | /* 35228 */ MCD_OPC_CheckField, 9, 1, 0, 95, 157, 1, // Skip to: 141058 |
7189 | | /* 35235 */ MCD_OPC_CheckField, 4, 1, 0, 88, 157, 1, // Skip to: 141058 |
7190 | | /* 35242 */ MCD_OPC_Decode, 207, 62, 205, 1, // Opcode: UZP2_PPP_S |
7191 | | /* 35247 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 35283 |
7192 | | /* 35252 */ MCD_OPC_CheckPredicate, 19, 73, 157, 1, // Skip to: 141058 |
7193 | | /* 35257 */ MCD_OPC_CheckField, 20, 1, 0, 66, 157, 1, // Skip to: 141058 |
7194 | | /* 35264 */ MCD_OPC_CheckField, 9, 1, 0, 59, 157, 1, // Skip to: 141058 |
7195 | | /* 35271 */ MCD_OPC_CheckField, 4, 1, 0, 52, 157, 1, // Skip to: 141058 |
7196 | | /* 35278 */ MCD_OPC_Decode, 198, 55, 205, 1, // Opcode: TRN1_PPP_S |
7197 | | /* 35283 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 35319 |
7198 | | /* 35288 */ MCD_OPC_CheckPredicate, 19, 37, 157, 1, // Skip to: 141058 |
7199 | | /* 35293 */ MCD_OPC_CheckField, 20, 1, 0, 30, 157, 1, // Skip to: 141058 |
7200 | | /* 35300 */ MCD_OPC_CheckField, 9, 1, 0, 23, 157, 1, // Skip to: 141058 |
7201 | | /* 35307 */ MCD_OPC_CheckField, 4, 1, 0, 16, 157, 1, // Skip to: 141058 |
7202 | | /* 35314 */ MCD_OPC_Decode, 214, 55, 205, 1, // Opcode: TRN2_PPP_S |
7203 | | /* 35319 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 35334 |
7204 | | /* 35324 */ MCD_OPC_CheckPredicate, 19, 1, 157, 1, // Skip to: 141058 |
7205 | | /* 35329 */ MCD_OPC_Decode, 158, 64, 162, 1, // Opcode: ZIP1_ZZZ_S |
7206 | | /* 35334 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 35349 |
7207 | | /* 35339 */ MCD_OPC_CheckPredicate, 19, 242, 156, 1, // Skip to: 141058 |
7208 | | /* 35344 */ MCD_OPC_Decode, 174, 64, 162, 1, // Opcode: ZIP2_ZZZ_S |
7209 | | /* 35349 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 35364 |
7210 | | /* 35354 */ MCD_OPC_CheckPredicate, 19, 227, 156, 1, // Skip to: 141058 |
7211 | | /* 35359 */ MCD_OPC_Decode, 196, 62, 162, 1, // Opcode: UZP1_ZZZ_S |
7212 | | /* 35364 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 35379 |
7213 | | /* 35369 */ MCD_OPC_CheckPredicate, 19, 212, 156, 1, // Skip to: 141058 |
7214 | | /* 35374 */ MCD_OPC_Decode, 212, 62, 162, 1, // Opcode: UZP2_ZZZ_S |
7215 | | /* 35379 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 35394 |
7216 | | /* 35384 */ MCD_OPC_CheckPredicate, 19, 197, 156, 1, // Skip to: 141058 |
7217 | | /* 35389 */ MCD_OPC_Decode, 203, 55, 162, 1, // Opcode: TRN1_ZZZ_S |
7218 | | /* 35394 */ MCD_OPC_FilterValue, 13, 187, 156, 1, // Skip to: 141058 |
7219 | | /* 35399 */ MCD_OPC_CheckPredicate, 19, 182, 156, 1, // Skip to: 141058 |
7220 | | /* 35404 */ MCD_OPC_Decode, 219, 55, 162, 1, // Opcode: TRN2_ZZZ_S |
7221 | | /* 35409 */ MCD_OPC_FilterValue, 7, 172, 156, 1, // Skip to: 141058 |
7222 | | /* 35414 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7223 | | /* 35417 */ MCD_OPC_FilterValue, 0, 68, 0, 0, // Skip to: 35490 |
7224 | | /* 35422 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7225 | | /* 35425 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 35454 |
7226 | | /* 35430 */ MCD_OPC_CheckPredicate, 19, 151, 156, 1, // Skip to: 141058 |
7227 | | /* 35435 */ MCD_OPC_CheckField, 9, 1, 0, 144, 156, 1, // Skip to: 141058 |
7228 | | /* 35442 */ MCD_OPC_CheckField, 4, 1, 0, 137, 156, 1, // Skip to: 141058 |
7229 | | /* 35449 */ MCD_OPC_Decode, 151, 64, 205, 1, // Opcode: ZIP1_PPP_D |
7230 | | /* 35454 */ MCD_OPC_FilterValue, 1, 127, 156, 1, // Skip to: 141058 |
7231 | | /* 35459 */ MCD_OPC_CheckPredicate, 19, 122, 156, 1, // Skip to: 141058 |
7232 | | /* 35464 */ MCD_OPC_CheckField, 16, 4, 4, 115, 156, 1, // Skip to: 141058 |
7233 | | /* 35471 */ MCD_OPC_CheckField, 9, 1, 0, 108, 156, 1, // Skip to: 141058 |
7234 | | /* 35478 */ MCD_OPC_CheckField, 4, 1, 0, 101, 156, 1, // Skip to: 141058 |
7235 | | /* 35485 */ MCD_OPC_Decode, 224, 40, 206, 1, // Opcode: REV_PP_D |
7236 | | /* 35490 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 35526 |
7237 | | /* 35495 */ MCD_OPC_CheckPredicate, 19, 86, 156, 1, // Skip to: 141058 |
7238 | | /* 35500 */ MCD_OPC_CheckField, 20, 1, 0, 79, 156, 1, // Skip to: 141058 |
7239 | | /* 35507 */ MCD_OPC_CheckField, 9, 1, 0, 72, 156, 1, // Skip to: 141058 |
7240 | | /* 35514 */ MCD_OPC_CheckField, 4, 1, 0, 65, 156, 1, // Skip to: 141058 |
7241 | | /* 35521 */ MCD_OPC_Decode, 167, 64, 205, 1, // Opcode: ZIP2_PPP_D |
7242 | | /* 35526 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 35562 |
7243 | | /* 35531 */ MCD_OPC_CheckPredicate, 19, 50, 156, 1, // Skip to: 141058 |
7244 | | /* 35536 */ MCD_OPC_CheckField, 20, 1, 0, 43, 156, 1, // Skip to: 141058 |
7245 | | /* 35543 */ MCD_OPC_CheckField, 9, 1, 0, 36, 156, 1, // Skip to: 141058 |
7246 | | /* 35550 */ MCD_OPC_CheckField, 4, 1, 0, 29, 156, 1, // Skip to: 141058 |
7247 | | /* 35557 */ MCD_OPC_Decode, 189, 62, 205, 1, // Opcode: UZP1_PPP_D |
7248 | | /* 35562 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 35598 |
7249 | | /* 35567 */ MCD_OPC_CheckPredicate, 19, 14, 156, 1, // Skip to: 141058 |
7250 | | /* 35572 */ MCD_OPC_CheckField, 20, 1, 0, 7, 156, 1, // Skip to: 141058 |
7251 | | /* 35579 */ MCD_OPC_CheckField, 9, 1, 0, 0, 156, 1, // Skip to: 141058 |
7252 | | /* 35586 */ MCD_OPC_CheckField, 4, 1, 0, 249, 155, 1, // Skip to: 141058 |
7253 | | /* 35593 */ MCD_OPC_Decode, 205, 62, 205, 1, // Opcode: UZP2_PPP_D |
7254 | | /* 35598 */ MCD_OPC_FilterValue, 4, 31, 0, 0, // Skip to: 35634 |
7255 | | /* 35603 */ MCD_OPC_CheckPredicate, 19, 234, 155, 1, // Skip to: 141058 |
7256 | | /* 35608 */ MCD_OPC_CheckField, 20, 1, 0, 227, 155, 1, // Skip to: 141058 |
7257 | | /* 35615 */ MCD_OPC_CheckField, 9, 1, 0, 220, 155, 1, // Skip to: 141058 |
7258 | | /* 35622 */ MCD_OPC_CheckField, 4, 1, 0, 213, 155, 1, // Skip to: 141058 |
7259 | | /* 35629 */ MCD_OPC_Decode, 196, 55, 205, 1, // Opcode: TRN1_PPP_D |
7260 | | /* 35634 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 35670 |
7261 | | /* 35639 */ MCD_OPC_CheckPredicate, 19, 198, 155, 1, // Skip to: 141058 |
7262 | | /* 35644 */ MCD_OPC_CheckField, 20, 1, 0, 191, 155, 1, // Skip to: 141058 |
7263 | | /* 35651 */ MCD_OPC_CheckField, 9, 1, 0, 184, 155, 1, // Skip to: 141058 |
7264 | | /* 35658 */ MCD_OPC_CheckField, 4, 1, 0, 177, 155, 1, // Skip to: 141058 |
7265 | | /* 35665 */ MCD_OPC_Decode, 212, 55, 205, 1, // Opcode: TRN2_PPP_D |
7266 | | /* 35670 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 35685 |
7267 | | /* 35675 */ MCD_OPC_CheckPredicate, 19, 162, 155, 1, // Skip to: 141058 |
7268 | | /* 35680 */ MCD_OPC_Decode, 155, 64, 162, 1, // Opcode: ZIP1_ZZZ_D |
7269 | | /* 35685 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 35700 |
7270 | | /* 35690 */ MCD_OPC_CheckPredicate, 19, 147, 155, 1, // Skip to: 141058 |
7271 | | /* 35695 */ MCD_OPC_Decode, 171, 64, 162, 1, // Opcode: ZIP2_ZZZ_D |
7272 | | /* 35700 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 35715 |
7273 | | /* 35705 */ MCD_OPC_CheckPredicate, 19, 132, 155, 1, // Skip to: 141058 |
7274 | | /* 35710 */ MCD_OPC_Decode, 193, 62, 162, 1, // Opcode: UZP1_ZZZ_D |
7275 | | /* 35715 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 35730 |
7276 | | /* 35720 */ MCD_OPC_CheckPredicate, 19, 117, 155, 1, // Skip to: 141058 |
7277 | | /* 35725 */ MCD_OPC_Decode, 209, 62, 162, 1, // Opcode: UZP2_ZZZ_D |
7278 | | /* 35730 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 35745 |
7279 | | /* 35735 */ MCD_OPC_CheckPredicate, 19, 102, 155, 1, // Skip to: 141058 |
7280 | | /* 35740 */ MCD_OPC_Decode, 200, 55, 162, 1, // Opcode: TRN1_ZZZ_D |
7281 | | /* 35745 */ MCD_OPC_FilterValue, 13, 92, 155, 1, // Skip to: 141058 |
7282 | | /* 35750 */ MCD_OPC_CheckPredicate, 19, 87, 155, 1, // Skip to: 141058 |
7283 | | /* 35755 */ MCD_OPC_Decode, 216, 55, 162, 1, // Opcode: TRN2_ZZZ_D |
7284 | | /* 35760 */ MCD_OPC_FilterValue, 2, 81, 10, 0, // Skip to: 38406 |
7285 | | /* 35765 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
7286 | | /* 35768 */ MCD_OPC_FilterValue, 0, 41, 2, 0, // Skip to: 36326 |
7287 | | /* 35773 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7288 | | /* 35776 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 35814 |
7289 | | /* 35781 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7290 | | /* 35784 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 35799 |
7291 | | /* 35789 */ MCD_OPC_CheckPredicate, 19, 48, 155, 1, // Skip to: 141058 |
7292 | | /* 35794 */ MCD_OPC_Decode, 227, 12, 162, 1, // Opcode: ASR_WIDE_ZZZ_B |
7293 | | /* 35799 */ MCD_OPC_FilterValue, 1, 38, 155, 1, // Skip to: 141058 |
7294 | | /* 35804 */ MCD_OPC_CheckPredicate, 19, 33, 155, 1, // Skip to: 141058 |
7295 | | /* 35809 */ MCD_OPC_Decode, 228, 12, 162, 1, // Opcode: ASR_WIDE_ZZZ_H |
7296 | | /* 35814 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 35852 |
7297 | | /* 35819 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7298 | | /* 35822 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 35837 |
7299 | | /* 35827 */ MCD_OPC_CheckPredicate, 19, 10, 155, 1, // Skip to: 141058 |
7300 | | /* 35832 */ MCD_OPC_Decode, 198, 36, 162, 1, // Opcode: LSR_WIDE_ZZZ_B |
7301 | | /* 35837 */ MCD_OPC_FilterValue, 1, 0, 155, 1, // Skip to: 141058 |
7302 | | /* 35842 */ MCD_OPC_CheckPredicate, 19, 251, 154, 1, // Skip to: 141058 |
7303 | | /* 35847 */ MCD_OPC_Decode, 199, 36, 162, 1, // Opcode: LSR_WIDE_ZZZ_H |
7304 | | /* 35852 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 35890 |
7305 | | /* 35857 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7306 | | /* 35860 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 35875 |
7307 | | /* 35865 */ MCD_OPC_CheckPredicate, 19, 228, 154, 1, // Skip to: 141058 |
7308 | | /* 35870 */ MCD_OPC_Decode, 174, 36, 162, 1, // Opcode: LSL_WIDE_ZZZ_B |
7309 | | /* 35875 */ MCD_OPC_FilterValue, 1, 218, 154, 1, // Skip to: 141058 |
7310 | | /* 35880 */ MCD_OPC_CheckPredicate, 19, 213, 154, 1, // Skip to: 141058 |
7311 | | /* 35885 */ MCD_OPC_Decode, 175, 36, 162, 1, // Opcode: LSL_WIDE_ZZZ_H |
7312 | | /* 35890 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 35958 |
7313 | | /* 35895 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7314 | | /* 35898 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 35943 |
7315 | | /* 35903 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7316 | | /* 35906 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 35928 |
7317 | | /* 35911 */ MCD_OPC_CheckPredicate, 19, 182, 154, 1, // Skip to: 141058 |
7318 | | /* 35916 */ MCD_OPC_CheckField, 19, 1, 1, 175, 154, 1, // Skip to: 141058 |
7319 | | /* 35923 */ MCD_OPC_Decode, 238, 12, 207, 1, // Opcode: ASR_ZZI_B |
7320 | | /* 35928 */ MCD_OPC_FilterValue, 1, 165, 154, 1, // Skip to: 141058 |
7321 | | /* 35933 */ MCD_OPC_CheckPredicate, 19, 160, 154, 1, // Skip to: 141058 |
7322 | | /* 35938 */ MCD_OPC_Decode, 240, 12, 208, 1, // Opcode: ASR_ZZI_H |
7323 | | /* 35943 */ MCD_OPC_FilterValue, 1, 150, 154, 1, // Skip to: 141058 |
7324 | | /* 35948 */ MCD_OPC_CheckPredicate, 19, 145, 154, 1, // Skip to: 141058 |
7325 | | /* 35953 */ MCD_OPC_Decode, 241, 12, 209, 1, // Opcode: ASR_ZZI_S |
7326 | | /* 35958 */ MCD_OPC_FilterValue, 5, 63, 0, 0, // Skip to: 36026 |
7327 | | /* 35963 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7328 | | /* 35966 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 36011 |
7329 | | /* 35971 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7330 | | /* 35974 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 35996 |
7331 | | /* 35979 */ MCD_OPC_CheckPredicate, 19, 114, 154, 1, // Skip to: 141058 |
7332 | | /* 35984 */ MCD_OPC_CheckField, 19, 1, 1, 107, 154, 1, // Skip to: 141058 |
7333 | | /* 35991 */ MCD_OPC_Decode, 209, 36, 207, 1, // Opcode: LSR_ZZI_B |
7334 | | /* 35996 */ MCD_OPC_FilterValue, 1, 97, 154, 1, // Skip to: 141058 |
7335 | | /* 36001 */ MCD_OPC_CheckPredicate, 19, 92, 154, 1, // Skip to: 141058 |
7336 | | /* 36006 */ MCD_OPC_Decode, 211, 36, 208, 1, // Opcode: LSR_ZZI_H |
7337 | | /* 36011 */ MCD_OPC_FilterValue, 1, 82, 154, 1, // Skip to: 141058 |
7338 | | /* 36016 */ MCD_OPC_CheckPredicate, 19, 77, 154, 1, // Skip to: 141058 |
7339 | | /* 36021 */ MCD_OPC_Decode, 212, 36, 209, 1, // Opcode: LSR_ZZI_S |
7340 | | /* 36026 */ MCD_OPC_FilterValue, 7, 63, 0, 0, // Skip to: 36094 |
7341 | | /* 36031 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7342 | | /* 36034 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 36079 |
7343 | | /* 36039 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7344 | | /* 36042 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36064 |
7345 | | /* 36047 */ MCD_OPC_CheckPredicate, 19, 46, 154, 1, // Skip to: 141058 |
7346 | | /* 36052 */ MCD_OPC_CheckField, 19, 1, 1, 39, 154, 1, // Skip to: 141058 |
7347 | | /* 36059 */ MCD_OPC_Decode, 185, 36, 210, 1, // Opcode: LSL_ZZI_B |
7348 | | /* 36064 */ MCD_OPC_FilterValue, 1, 29, 154, 1, // Skip to: 141058 |
7349 | | /* 36069 */ MCD_OPC_CheckPredicate, 19, 24, 154, 1, // Skip to: 141058 |
7350 | | /* 36074 */ MCD_OPC_Decode, 187, 36, 211, 1, // Opcode: LSL_ZZI_H |
7351 | | /* 36079 */ MCD_OPC_FilterValue, 1, 14, 154, 1, // Skip to: 141058 |
7352 | | /* 36084 */ MCD_OPC_CheckPredicate, 19, 9, 154, 1, // Skip to: 141058 |
7353 | | /* 36089 */ MCD_OPC_Decode, 188, 36, 212, 1, // Opcode: LSL_ZZI_S |
7354 | | /* 36094 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 36132 |
7355 | | /* 36099 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7356 | | /* 36102 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36117 |
7357 | | /* 36107 */ MCD_OPC_CheckPredicate, 24, 242, 153, 1, // Skip to: 141058 |
7358 | | /* 36112 */ MCD_OPC_Decode, 172, 12, 162, 1, // Opcode: ADR_SXTW_ZZZ_D_0 |
7359 | | /* 36117 */ MCD_OPC_FilterValue, 1, 232, 153, 1, // Skip to: 141058 |
7360 | | /* 36122 */ MCD_OPC_CheckPredicate, 24, 227, 153, 1, // Skip to: 141058 |
7361 | | /* 36127 */ MCD_OPC_Decode, 176, 12, 162, 1, // Opcode: ADR_UXTW_ZZZ_D_0 |
7362 | | /* 36132 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 36170 |
7363 | | /* 36137 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7364 | | /* 36140 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36155 |
7365 | | /* 36145 */ MCD_OPC_CheckPredicate, 24, 204, 153, 1, // Skip to: 141058 |
7366 | | /* 36150 */ MCD_OPC_Decode, 173, 12, 162, 1, // Opcode: ADR_SXTW_ZZZ_D_1 |
7367 | | /* 36155 */ MCD_OPC_FilterValue, 1, 194, 153, 1, // Skip to: 141058 |
7368 | | /* 36160 */ MCD_OPC_CheckPredicate, 24, 189, 153, 1, // Skip to: 141058 |
7369 | | /* 36165 */ MCD_OPC_Decode, 177, 12, 162, 1, // Opcode: ADR_UXTW_ZZZ_D_1 |
7370 | | /* 36170 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 36208 |
7371 | | /* 36175 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7372 | | /* 36178 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36193 |
7373 | | /* 36183 */ MCD_OPC_CheckPredicate, 24, 166, 153, 1, // Skip to: 141058 |
7374 | | /* 36188 */ MCD_OPC_Decode, 174, 12, 162, 1, // Opcode: ADR_SXTW_ZZZ_D_2 |
7375 | | /* 36193 */ MCD_OPC_FilterValue, 1, 156, 153, 1, // Skip to: 141058 |
7376 | | /* 36198 */ MCD_OPC_CheckPredicate, 24, 151, 153, 1, // Skip to: 141058 |
7377 | | /* 36203 */ MCD_OPC_Decode, 178, 12, 162, 1, // Opcode: ADR_UXTW_ZZZ_D_2 |
7378 | | /* 36208 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 36246 |
7379 | | /* 36213 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7380 | | /* 36216 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36231 |
7381 | | /* 36221 */ MCD_OPC_CheckPredicate, 24, 128, 153, 1, // Skip to: 141058 |
7382 | | /* 36226 */ MCD_OPC_Decode, 175, 12, 162, 1, // Opcode: ADR_SXTW_ZZZ_D_3 |
7383 | | /* 36231 */ MCD_OPC_FilterValue, 1, 118, 153, 1, // Skip to: 141058 |
7384 | | /* 36236 */ MCD_OPC_CheckPredicate, 24, 113, 153, 1, // Skip to: 141058 |
7385 | | /* 36241 */ MCD_OPC_Decode, 179, 12, 162, 1, // Opcode: ADR_UXTW_ZZZ_D_3 |
7386 | | /* 36246 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 36268 |
7387 | | /* 36251 */ MCD_OPC_CheckPredicate, 24, 98, 153, 1, // Skip to: 141058 |
7388 | | /* 36256 */ MCD_OPC_CheckField, 22, 1, 1, 91, 153, 1, // Skip to: 141058 |
7389 | | /* 36263 */ MCD_OPC_Decode, 217, 28, 162, 1, // Opcode: FTSSEL_ZZZ_H |
7390 | | /* 36268 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 36297 |
7391 | | /* 36273 */ MCD_OPC_CheckPredicate, 24, 76, 153, 1, // Skip to: 141058 |
7392 | | /* 36278 */ MCD_OPC_CheckField, 22, 1, 1, 69, 153, 1, // Skip to: 141058 |
7393 | | /* 36285 */ MCD_OPC_CheckField, 16, 5, 0, 62, 153, 1, // Skip to: 141058 |
7394 | | /* 36292 */ MCD_OPC_Decode, 161, 23, 190, 1, // Opcode: FEXPA_ZZ_H |
7395 | | /* 36297 */ MCD_OPC_FilterValue, 15, 52, 153, 1, // Skip to: 141058 |
7396 | | /* 36302 */ MCD_OPC_CheckPredicate, 19, 47, 153, 1, // Skip to: 141058 |
7397 | | /* 36307 */ MCD_OPC_CheckField, 22, 1, 0, 40, 153, 1, // Skip to: 141058 |
7398 | | /* 36314 */ MCD_OPC_CheckField, 16, 5, 0, 33, 153, 1, // Skip to: 141058 |
7399 | | /* 36321 */ MCD_OPC_Decode, 130, 38, 190, 1, // Opcode: MOVPRFX_ZZ |
7400 | | /* 36326 */ MCD_OPC_FilterValue, 1, 100, 1, 0, // Skip to: 36687 |
7401 | | /* 36331 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7402 | | /* 36334 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36356 |
7403 | | /* 36339 */ MCD_OPC_CheckPredicate, 19, 10, 153, 1, // Skip to: 141058 |
7404 | | /* 36344 */ MCD_OPC_CheckField, 22, 1, 0, 3, 153, 1, // Skip to: 141058 |
7405 | | /* 36351 */ MCD_OPC_Decode, 229, 12, 162, 1, // Opcode: ASR_WIDE_ZZZ_S |
7406 | | /* 36356 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 36378 |
7407 | | /* 36361 */ MCD_OPC_CheckPredicate, 19, 244, 152, 1, // Skip to: 141058 |
7408 | | /* 36366 */ MCD_OPC_CheckField, 22, 1, 0, 237, 152, 1, // Skip to: 141058 |
7409 | | /* 36373 */ MCD_OPC_Decode, 200, 36, 162, 1, // Opcode: LSR_WIDE_ZZZ_S |
7410 | | /* 36378 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 36400 |
7411 | | /* 36383 */ MCD_OPC_CheckPredicate, 19, 222, 152, 1, // Skip to: 141058 |
7412 | | /* 36388 */ MCD_OPC_CheckField, 22, 1, 0, 215, 152, 1, // Skip to: 141058 |
7413 | | /* 36395 */ MCD_OPC_Decode, 176, 36, 162, 1, // Opcode: LSL_WIDE_ZZZ_S |
7414 | | /* 36400 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 36415 |
7415 | | /* 36405 */ MCD_OPC_CheckPredicate, 19, 200, 152, 1, // Skip to: 141058 |
7416 | | /* 36410 */ MCD_OPC_Decode, 239, 12, 213, 1, // Opcode: ASR_ZZI_D |
7417 | | /* 36415 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 36430 |
7418 | | /* 36420 */ MCD_OPC_CheckPredicate, 19, 185, 152, 1, // Skip to: 141058 |
7419 | | /* 36425 */ MCD_OPC_Decode, 210, 36, 213, 1, // Opcode: LSR_ZZI_D |
7420 | | /* 36430 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 36445 |
7421 | | /* 36435 */ MCD_OPC_CheckPredicate, 19, 170, 152, 1, // Skip to: 141058 |
7422 | | /* 36440 */ MCD_OPC_Decode, 186, 36, 214, 1, // Opcode: LSL_ZZI_D |
7423 | | /* 36445 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 36483 |
7424 | | /* 36450 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7425 | | /* 36453 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36468 |
7426 | | /* 36458 */ MCD_OPC_CheckPredicate, 24, 147, 152, 1, // Skip to: 141058 |
7427 | | /* 36463 */ MCD_OPC_Decode, 168, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_S_0 |
7428 | | /* 36468 */ MCD_OPC_FilterValue, 1, 137, 152, 1, // Skip to: 141058 |
7429 | | /* 36473 */ MCD_OPC_CheckPredicate, 24, 132, 152, 1, // Skip to: 141058 |
7430 | | /* 36478 */ MCD_OPC_Decode, 164, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_D_0 |
7431 | | /* 36483 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 36521 |
7432 | | /* 36488 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7433 | | /* 36491 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36506 |
7434 | | /* 36496 */ MCD_OPC_CheckPredicate, 24, 109, 152, 1, // Skip to: 141058 |
7435 | | /* 36501 */ MCD_OPC_Decode, 169, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_S_1 |
7436 | | /* 36506 */ MCD_OPC_FilterValue, 1, 99, 152, 1, // Skip to: 141058 |
7437 | | /* 36511 */ MCD_OPC_CheckPredicate, 24, 94, 152, 1, // Skip to: 141058 |
7438 | | /* 36516 */ MCD_OPC_Decode, 165, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_D_1 |
7439 | | /* 36521 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 36559 |
7440 | | /* 36526 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7441 | | /* 36529 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36544 |
7442 | | /* 36534 */ MCD_OPC_CheckPredicate, 24, 71, 152, 1, // Skip to: 141058 |
7443 | | /* 36539 */ MCD_OPC_Decode, 170, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_S_2 |
7444 | | /* 36544 */ MCD_OPC_FilterValue, 1, 61, 152, 1, // Skip to: 141058 |
7445 | | /* 36549 */ MCD_OPC_CheckPredicate, 24, 56, 152, 1, // Skip to: 141058 |
7446 | | /* 36554 */ MCD_OPC_Decode, 166, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_D_2 |
7447 | | /* 36559 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 36597 |
7448 | | /* 36564 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7449 | | /* 36567 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36582 |
7450 | | /* 36572 */ MCD_OPC_CheckPredicate, 24, 33, 152, 1, // Skip to: 141058 |
7451 | | /* 36577 */ MCD_OPC_Decode, 171, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_S_3 |
7452 | | /* 36582 */ MCD_OPC_FilterValue, 1, 23, 152, 1, // Skip to: 141058 |
7453 | | /* 36587 */ MCD_OPC_CheckPredicate, 24, 18, 152, 1, // Skip to: 141058 |
7454 | | /* 36592 */ MCD_OPC_Decode, 167, 12, 162, 1, // Opcode: ADR_LSL_ZZZ_D_3 |
7455 | | /* 36597 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 36635 |
7456 | | /* 36602 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7457 | | /* 36605 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36620 |
7458 | | /* 36610 */ MCD_OPC_CheckPredicate, 24, 251, 151, 1, // Skip to: 141058 |
7459 | | /* 36615 */ MCD_OPC_Decode, 218, 28, 162, 1, // Opcode: FTSSEL_ZZZ_S |
7460 | | /* 36620 */ MCD_OPC_FilterValue, 1, 241, 151, 1, // Skip to: 141058 |
7461 | | /* 36625 */ MCD_OPC_CheckPredicate, 24, 236, 151, 1, // Skip to: 141058 |
7462 | | /* 36630 */ MCD_OPC_Decode, 216, 28, 162, 1, // Opcode: FTSSEL_ZZZ_D |
7463 | | /* 36635 */ MCD_OPC_FilterValue, 14, 226, 151, 1, // Skip to: 141058 |
7464 | | /* 36640 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7465 | | /* 36643 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36665 |
7466 | | /* 36648 */ MCD_OPC_CheckPredicate, 24, 213, 151, 1, // Skip to: 141058 |
7467 | | /* 36653 */ MCD_OPC_CheckField, 16, 5, 0, 206, 151, 1, // Skip to: 141058 |
7468 | | /* 36660 */ MCD_OPC_Decode, 162, 23, 190, 1, // Opcode: FEXPA_ZZ_S |
7469 | | /* 36665 */ MCD_OPC_FilterValue, 1, 196, 151, 1, // Skip to: 141058 |
7470 | | /* 36670 */ MCD_OPC_CheckPredicate, 24, 191, 151, 1, // Skip to: 141058 |
7471 | | /* 36675 */ MCD_OPC_CheckField, 16, 5, 0, 184, 151, 1, // Skip to: 141058 |
7472 | | /* 36682 */ MCD_OPC_Decode, 160, 23, 190, 1, // Opcode: FEXPA_ZZ_D |
7473 | | /* 36687 */ MCD_OPC_FilterValue, 2, 33, 3, 0, // Skip to: 37493 |
7474 | | /* 36692 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
7475 | | /* 36695 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 36779 |
7476 | | /* 36700 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
7477 | | /* 36703 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 36741 |
7478 | | /* 36708 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7479 | | /* 36711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36726 |
7480 | | /* 36716 */ MCD_OPC_CheckPredicate, 19, 145, 151, 1, // Skip to: 141058 |
7481 | | /* 36721 */ MCD_OPC_Decode, 229, 17, 215, 1, // Opcode: CPY_ZPmV_B |
7482 | | /* 36726 */ MCD_OPC_FilterValue, 1, 135, 151, 1, // Skip to: 141058 |
7483 | | /* 36731 */ MCD_OPC_CheckPredicate, 19, 130, 151, 1, // Skip to: 141058 |
7484 | | /* 36736 */ MCD_OPC_Decode, 231, 17, 216, 1, // Opcode: CPY_ZPmV_H |
7485 | | /* 36741 */ MCD_OPC_FilterValue, 1, 120, 151, 1, // Skip to: 141058 |
7486 | | /* 36746 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7487 | | /* 36749 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 36764 |
7488 | | /* 36754 */ MCD_OPC_CheckPredicate, 19, 107, 151, 1, // Skip to: 141058 |
7489 | | /* 36759 */ MCD_OPC_Decode, 173, 30, 217, 1, // Opcode: LASTA_RPZ_B |
7490 | | /* 36764 */ MCD_OPC_FilterValue, 1, 97, 151, 1, // Skip to: 141058 |
7491 | | /* 36769 */ MCD_OPC_CheckPredicate, 19, 92, 151, 1, // Skip to: 141058 |
7492 | | /* 36774 */ MCD_OPC_Decode, 175, 30, 217, 1, // Opcode: LASTA_RPZ_H |
7493 | | /* 36779 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 36831 |
7494 | | /* 36784 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7495 | | /* 36787 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36809 |
7496 | | /* 36792 */ MCD_OPC_CheckPredicate, 19, 69, 151, 1, // Skip to: 141058 |
7497 | | /* 36797 */ MCD_OPC_CheckField, 13, 1, 1, 62, 151, 1, // Skip to: 141058 |
7498 | | /* 36804 */ MCD_OPC_Decode, 181, 30, 217, 1, // Opcode: LASTB_RPZ_B |
7499 | | /* 36809 */ MCD_OPC_FilterValue, 1, 52, 151, 1, // Skip to: 141058 |
7500 | | /* 36814 */ MCD_OPC_CheckPredicate, 19, 47, 151, 1, // Skip to: 141058 |
7501 | | /* 36819 */ MCD_OPC_CheckField, 13, 1, 1, 40, 151, 1, // Skip to: 141058 |
7502 | | /* 36826 */ MCD_OPC_Decode, 183, 30, 217, 1, // Opcode: LASTB_RPZ_H |
7503 | | /* 36831 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 36883 |
7504 | | /* 36836 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7505 | | /* 36839 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36861 |
7506 | | /* 36844 */ MCD_OPC_CheckPredicate, 19, 17, 151, 1, // Skip to: 141058 |
7507 | | /* 36849 */ MCD_OPC_CheckField, 13, 1, 0, 10, 151, 1, // Skip to: 141058 |
7508 | | /* 36856 */ MCD_OPC_Decode, 177, 30, 218, 1, // Opcode: LASTA_VPZ_B |
7509 | | /* 36861 */ MCD_OPC_FilterValue, 1, 0, 151, 1, // Skip to: 141058 |
7510 | | /* 36866 */ MCD_OPC_CheckPredicate, 19, 251, 150, 1, // Skip to: 141058 |
7511 | | /* 36871 */ MCD_OPC_CheckField, 13, 1, 0, 244, 150, 1, // Skip to: 141058 |
7512 | | /* 36878 */ MCD_OPC_Decode, 179, 30, 219, 1, // Opcode: LASTA_VPZ_H |
7513 | | /* 36883 */ MCD_OPC_FilterValue, 3, 47, 0, 0, // Skip to: 36935 |
7514 | | /* 36888 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7515 | | /* 36891 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36913 |
7516 | | /* 36896 */ MCD_OPC_CheckPredicate, 19, 221, 150, 1, // Skip to: 141058 |
7517 | | /* 36901 */ MCD_OPC_CheckField, 13, 1, 0, 214, 150, 1, // Skip to: 141058 |
7518 | | /* 36908 */ MCD_OPC_Decode, 185, 30, 218, 1, // Opcode: LASTB_VPZ_B |
7519 | | /* 36913 */ MCD_OPC_FilterValue, 1, 204, 150, 1, // Skip to: 141058 |
7520 | | /* 36918 */ MCD_OPC_CheckPredicate, 19, 199, 150, 1, // Skip to: 141058 |
7521 | | /* 36923 */ MCD_OPC_CheckField, 13, 1, 0, 192, 150, 1, // Skip to: 141058 |
7522 | | /* 36930 */ MCD_OPC_Decode, 187, 30, 219, 1, // Opcode: LASTB_VPZ_H |
7523 | | /* 36935 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 36964 |
7524 | | /* 36940 */ MCD_OPC_CheckPredicate, 19, 177, 150, 1, // Skip to: 141058 |
7525 | | /* 36945 */ MCD_OPC_CheckField, 22, 1, 1, 170, 150, 1, // Skip to: 141058 |
7526 | | /* 36952 */ MCD_OPC_CheckField, 13, 1, 0, 163, 150, 1, // Skip to: 141058 |
7527 | | /* 36959 */ MCD_OPC_Decode, 215, 40, 141, 1, // Opcode: REVB_ZPmZ_H |
7528 | | /* 36964 */ MCD_OPC_FilterValue, 7, 47, 0, 0, // Skip to: 37016 |
7529 | | /* 36969 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7530 | | /* 36972 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 36994 |
7531 | | /* 36977 */ MCD_OPC_CheckPredicate, 19, 140, 150, 1, // Skip to: 141058 |
7532 | | /* 36982 */ MCD_OPC_CheckField, 13, 1, 0, 133, 150, 1, // Skip to: 141058 |
7533 | | /* 36989 */ MCD_OPC_Decode, 245, 39, 141, 1, // Opcode: RBIT_ZPmZ_B |
7534 | | /* 36994 */ MCD_OPC_FilterValue, 1, 123, 150, 1, // Skip to: 141058 |
7535 | | /* 36999 */ MCD_OPC_CheckPredicate, 19, 118, 150, 1, // Skip to: 141058 |
7536 | | /* 37004 */ MCD_OPC_CheckField, 13, 1, 0, 111, 150, 1, // Skip to: 141058 |
7537 | | /* 37011 */ MCD_OPC_Decode, 247, 39, 141, 1, // Opcode: RBIT_ZPmZ_H |
7538 | | /* 37016 */ MCD_OPC_FilterValue, 8, 79, 0, 0, // Skip to: 37100 |
7539 | | /* 37021 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
7540 | | /* 37024 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 37062 |
7541 | | /* 37029 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7542 | | /* 37032 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37047 |
7543 | | /* 37037 */ MCD_OPC_CheckPredicate, 19, 80, 150, 1, // Skip to: 141058 |
7544 | | /* 37042 */ MCD_OPC_Decode, 253, 14, 138, 1, // Opcode: CLASTA_ZPZ_B |
7545 | | /* 37047 */ MCD_OPC_FilterValue, 1, 70, 150, 1, // Skip to: 141058 |
7546 | | /* 37052 */ MCD_OPC_CheckPredicate, 19, 65, 150, 1, // Skip to: 141058 |
7547 | | /* 37057 */ MCD_OPC_Decode, 255, 14, 138, 1, // Opcode: CLASTA_ZPZ_H |
7548 | | /* 37062 */ MCD_OPC_FilterValue, 1, 55, 150, 1, // Skip to: 141058 |
7549 | | /* 37067 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7550 | | /* 37070 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37085 |
7551 | | /* 37075 */ MCD_OPC_CheckPredicate, 19, 42, 150, 1, // Skip to: 141058 |
7552 | | /* 37080 */ MCD_OPC_Decode, 225, 17, 220, 1, // Opcode: CPY_ZPmR_B |
7553 | | /* 37085 */ MCD_OPC_FilterValue, 1, 32, 150, 1, // Skip to: 141058 |
7554 | | /* 37090 */ MCD_OPC_CheckPredicate, 19, 27, 150, 1, // Skip to: 141058 |
7555 | | /* 37095 */ MCD_OPC_Decode, 227, 17, 220, 1, // Opcode: CPY_ZPmR_H |
7556 | | /* 37100 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 37152 |
7557 | | /* 37105 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7558 | | /* 37108 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37130 |
7559 | | /* 37113 */ MCD_OPC_CheckPredicate, 19, 4, 150, 1, // Skip to: 141058 |
7560 | | /* 37118 */ MCD_OPC_CheckField, 13, 1, 0, 253, 149, 1, // Skip to: 141058 |
7561 | | /* 37125 */ MCD_OPC_Decode, 137, 15, 138, 1, // Opcode: CLASTB_ZPZ_B |
7562 | | /* 37130 */ MCD_OPC_FilterValue, 1, 243, 149, 1, // Skip to: 141058 |
7563 | | /* 37135 */ MCD_OPC_CheckPredicate, 19, 238, 149, 1, // Skip to: 141058 |
7564 | | /* 37140 */ MCD_OPC_CheckField, 13, 1, 0, 231, 149, 1, // Skip to: 141058 |
7565 | | /* 37147 */ MCD_OPC_Decode, 139, 15, 138, 1, // Opcode: CLASTB_ZPZ_H |
7566 | | /* 37152 */ MCD_OPC_FilterValue, 10, 47, 0, 0, // Skip to: 37204 |
7567 | | /* 37157 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7568 | | /* 37160 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37182 |
7569 | | /* 37165 */ MCD_OPC_CheckPredicate, 19, 208, 149, 1, // Skip to: 141058 |
7570 | | /* 37170 */ MCD_OPC_CheckField, 13, 1, 0, 201, 149, 1, // Skip to: 141058 |
7571 | | /* 37177 */ MCD_OPC_Decode, 249, 14, 221, 1, // Opcode: CLASTA_VPZ_B |
7572 | | /* 37182 */ MCD_OPC_FilterValue, 1, 191, 149, 1, // Skip to: 141058 |
7573 | | /* 37187 */ MCD_OPC_CheckPredicate, 19, 186, 149, 1, // Skip to: 141058 |
7574 | | /* 37192 */ MCD_OPC_CheckField, 13, 1, 0, 179, 149, 1, // Skip to: 141058 |
7575 | | /* 37199 */ MCD_OPC_Decode, 251, 14, 222, 1, // Opcode: CLASTA_VPZ_H |
7576 | | /* 37204 */ MCD_OPC_FilterValue, 11, 47, 0, 0, // Skip to: 37256 |
7577 | | /* 37209 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7578 | | /* 37212 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37234 |
7579 | | /* 37217 */ MCD_OPC_CheckPredicate, 19, 156, 149, 1, // Skip to: 141058 |
7580 | | /* 37222 */ MCD_OPC_CheckField, 13, 1, 0, 149, 149, 1, // Skip to: 141058 |
7581 | | /* 37229 */ MCD_OPC_Decode, 133, 15, 221, 1, // Opcode: CLASTB_VPZ_B |
7582 | | /* 37234 */ MCD_OPC_FilterValue, 1, 139, 149, 1, // Skip to: 141058 |
7583 | | /* 37239 */ MCD_OPC_CheckPredicate, 19, 134, 149, 1, // Skip to: 141058 |
7584 | | /* 37244 */ MCD_OPC_CheckField, 13, 1, 0, 127, 149, 1, // Skip to: 141058 |
7585 | | /* 37251 */ MCD_OPC_Decode, 135, 15, 222, 1, // Opcode: CLASTB_VPZ_H |
7586 | | /* 37256 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 37308 |
7587 | | /* 37261 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7588 | | /* 37264 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37286 |
7589 | | /* 37269 */ MCD_OPC_CheckPredicate, 19, 104, 149, 1, // Skip to: 141058 |
7590 | | /* 37274 */ MCD_OPC_CheckField, 13, 1, 0, 97, 149, 1, // Skip to: 141058 |
7591 | | /* 37281 */ MCD_OPC_Decode, 188, 45, 138, 1, // Opcode: SPLICE_ZPZ_B |
7592 | | /* 37286 */ MCD_OPC_FilterValue, 1, 87, 149, 1, // Skip to: 141058 |
7593 | | /* 37291 */ MCD_OPC_CheckPredicate, 19, 82, 149, 1, // Skip to: 141058 |
7594 | | /* 37296 */ MCD_OPC_CheckField, 13, 1, 0, 75, 149, 1, // Skip to: 141058 |
7595 | | /* 37303 */ MCD_OPC_Decode, 190, 45, 138, 1, // Opcode: SPLICE_ZPZ_H |
7596 | | /* 37308 */ MCD_OPC_FilterValue, 13, 47, 0, 0, // Skip to: 37360 |
7597 | | /* 37313 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7598 | | /* 37316 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37338 |
7599 | | /* 37321 */ MCD_OPC_CheckPredicate, 21, 52, 149, 1, // Skip to: 141058 |
7600 | | /* 37326 */ MCD_OPC_CheckField, 13, 1, 0, 45, 149, 1, // Skip to: 141058 |
7601 | | /* 37333 */ MCD_OPC_Decode, 184, 45, 223, 1, // Opcode: SPLICE_ZPZZ_B |
7602 | | /* 37338 */ MCD_OPC_FilterValue, 1, 35, 149, 1, // Skip to: 141058 |
7603 | | /* 37343 */ MCD_OPC_CheckPredicate, 21, 30, 149, 1, // Skip to: 141058 |
7604 | | /* 37348 */ MCD_OPC_CheckField, 13, 1, 0, 23, 149, 1, // Skip to: 141058 |
7605 | | /* 37355 */ MCD_OPC_Decode, 186, 45, 223, 1, // Opcode: SPLICE_ZPZZ_H |
7606 | | /* 37360 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 37389 |
7607 | | /* 37365 */ MCD_OPC_CheckPredicate, 25, 8, 149, 1, // Skip to: 141058 |
7608 | | /* 37370 */ MCD_OPC_CheckField, 22, 1, 0, 1, 149, 1, // Skip to: 141058 |
7609 | | /* 37377 */ MCD_OPC_CheckField, 13, 1, 0, 250, 148, 1, // Skip to: 141058 |
7610 | | /* 37384 */ MCD_OPC_Decode, 217, 40, 141, 1, // Opcode: REVD_ZPmZ |
7611 | | /* 37389 */ MCD_OPC_FilterValue, 16, 47, 0, 0, // Skip to: 37441 |
7612 | | /* 37394 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7613 | | /* 37397 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37419 |
7614 | | /* 37402 */ MCD_OPC_CheckPredicate, 19, 227, 148, 1, // Skip to: 141058 |
7615 | | /* 37407 */ MCD_OPC_CheckField, 13, 1, 1, 220, 148, 1, // Skip to: 141058 |
7616 | | /* 37414 */ MCD_OPC_Decode, 245, 14, 224, 1, // Opcode: CLASTA_RPZ_B |
7617 | | /* 37419 */ MCD_OPC_FilterValue, 1, 210, 148, 1, // Skip to: 141058 |
7618 | | /* 37424 */ MCD_OPC_CheckPredicate, 19, 205, 148, 1, // Skip to: 141058 |
7619 | | /* 37429 */ MCD_OPC_CheckField, 13, 1, 1, 198, 148, 1, // Skip to: 141058 |
7620 | | /* 37436 */ MCD_OPC_Decode, 247, 14, 224, 1, // Opcode: CLASTA_RPZ_H |
7621 | | /* 37441 */ MCD_OPC_FilterValue, 17, 188, 148, 1, // Skip to: 141058 |
7622 | | /* 37446 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7623 | | /* 37449 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37471 |
7624 | | /* 37454 */ MCD_OPC_CheckPredicate, 19, 175, 148, 1, // Skip to: 141058 |
7625 | | /* 37459 */ MCD_OPC_CheckField, 13, 1, 1, 168, 148, 1, // Skip to: 141058 |
7626 | | /* 37466 */ MCD_OPC_Decode, 129, 15, 224, 1, // Opcode: CLASTB_RPZ_B |
7627 | | /* 37471 */ MCD_OPC_FilterValue, 1, 158, 148, 1, // Skip to: 141058 |
7628 | | /* 37476 */ MCD_OPC_CheckPredicate, 19, 153, 148, 1, // Skip to: 141058 |
7629 | | /* 37481 */ MCD_OPC_CheckField, 13, 1, 1, 146, 148, 1, // Skip to: 141058 |
7630 | | /* 37488 */ MCD_OPC_Decode, 131, 15, 224, 1, // Opcode: CLASTB_RPZ_H |
7631 | | /* 37493 */ MCD_OPC_FilterValue, 3, 136, 148, 1, // Skip to: 141058 |
7632 | | /* 37498 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
7633 | | /* 37501 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 37585 |
7634 | | /* 37506 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
7635 | | /* 37509 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 37547 |
7636 | | /* 37514 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7637 | | /* 37517 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37532 |
7638 | | /* 37522 */ MCD_OPC_CheckPredicate, 19, 107, 148, 1, // Skip to: 141058 |
7639 | | /* 37527 */ MCD_OPC_Decode, 232, 17, 225, 1, // Opcode: CPY_ZPmV_S |
7640 | | /* 37532 */ MCD_OPC_FilterValue, 1, 97, 148, 1, // Skip to: 141058 |
7641 | | /* 37537 */ MCD_OPC_CheckPredicate, 19, 92, 148, 1, // Skip to: 141058 |
7642 | | /* 37542 */ MCD_OPC_Decode, 230, 17, 226, 1, // Opcode: CPY_ZPmV_D |
7643 | | /* 37547 */ MCD_OPC_FilterValue, 1, 82, 148, 1, // Skip to: 141058 |
7644 | | /* 37552 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7645 | | /* 37555 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37570 |
7646 | | /* 37560 */ MCD_OPC_CheckPredicate, 19, 69, 148, 1, // Skip to: 141058 |
7647 | | /* 37565 */ MCD_OPC_Decode, 176, 30, 217, 1, // Opcode: LASTA_RPZ_S |
7648 | | /* 37570 */ MCD_OPC_FilterValue, 1, 59, 148, 1, // Skip to: 141058 |
7649 | | /* 37575 */ MCD_OPC_CheckPredicate, 19, 54, 148, 1, // Skip to: 141058 |
7650 | | /* 37580 */ MCD_OPC_Decode, 174, 30, 227, 1, // Opcode: LASTA_RPZ_D |
7651 | | /* 37585 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 37669 |
7652 | | /* 37590 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
7653 | | /* 37593 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 37631 |
7654 | | /* 37598 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7655 | | /* 37601 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37616 |
7656 | | /* 37606 */ MCD_OPC_CheckPredicate, 24, 23, 148, 1, // Skip to: 141058 |
7657 | | /* 37611 */ MCD_OPC_Decode, 252, 16, 139, 1, // Opcode: COMPACT_ZPZ_S |
7658 | | /* 37616 */ MCD_OPC_FilterValue, 1, 13, 148, 1, // Skip to: 141058 |
7659 | | /* 37621 */ MCD_OPC_CheckPredicate, 24, 8, 148, 1, // Skip to: 141058 |
7660 | | /* 37626 */ MCD_OPC_Decode, 251, 16, 139, 1, // Opcode: COMPACT_ZPZ_D |
7661 | | /* 37631 */ MCD_OPC_FilterValue, 1, 254, 147, 1, // Skip to: 141058 |
7662 | | /* 37636 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7663 | | /* 37639 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37654 |
7664 | | /* 37644 */ MCD_OPC_CheckPredicate, 19, 241, 147, 1, // Skip to: 141058 |
7665 | | /* 37649 */ MCD_OPC_Decode, 184, 30, 217, 1, // Opcode: LASTB_RPZ_S |
7666 | | /* 37654 */ MCD_OPC_FilterValue, 1, 231, 147, 1, // Skip to: 141058 |
7667 | | /* 37659 */ MCD_OPC_CheckPredicate, 19, 226, 147, 1, // Skip to: 141058 |
7668 | | /* 37664 */ MCD_OPC_Decode, 182, 30, 227, 1, // Opcode: LASTB_RPZ_D |
7669 | | /* 37669 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 37721 |
7670 | | /* 37674 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7671 | | /* 37677 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37699 |
7672 | | /* 37682 */ MCD_OPC_CheckPredicate, 19, 203, 147, 1, // Skip to: 141058 |
7673 | | /* 37687 */ MCD_OPC_CheckField, 13, 1, 0, 196, 147, 1, // Skip to: 141058 |
7674 | | /* 37694 */ MCD_OPC_Decode, 180, 30, 228, 1, // Opcode: LASTA_VPZ_S |
7675 | | /* 37699 */ MCD_OPC_FilterValue, 1, 186, 147, 1, // Skip to: 141058 |
7676 | | /* 37704 */ MCD_OPC_CheckPredicate, 19, 181, 147, 1, // Skip to: 141058 |
7677 | | /* 37709 */ MCD_OPC_CheckField, 13, 1, 0, 174, 147, 1, // Skip to: 141058 |
7678 | | /* 37716 */ MCD_OPC_Decode, 178, 30, 229, 1, // Opcode: LASTA_VPZ_D |
7679 | | /* 37721 */ MCD_OPC_FilterValue, 3, 47, 0, 0, // Skip to: 37773 |
7680 | | /* 37726 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7681 | | /* 37729 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37751 |
7682 | | /* 37734 */ MCD_OPC_CheckPredicate, 19, 151, 147, 1, // Skip to: 141058 |
7683 | | /* 37739 */ MCD_OPC_CheckField, 13, 1, 0, 144, 147, 1, // Skip to: 141058 |
7684 | | /* 37746 */ MCD_OPC_Decode, 188, 30, 228, 1, // Opcode: LASTB_VPZ_S |
7685 | | /* 37751 */ MCD_OPC_FilterValue, 1, 134, 147, 1, // Skip to: 141058 |
7686 | | /* 37756 */ MCD_OPC_CheckPredicate, 19, 129, 147, 1, // Skip to: 141058 |
7687 | | /* 37761 */ MCD_OPC_CheckField, 13, 1, 0, 122, 147, 1, // Skip to: 141058 |
7688 | | /* 37768 */ MCD_OPC_Decode, 186, 30, 229, 1, // Opcode: LASTB_VPZ_D |
7689 | | /* 37773 */ MCD_OPC_FilterValue, 4, 47, 0, 0, // Skip to: 37825 |
7690 | | /* 37778 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7691 | | /* 37781 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37803 |
7692 | | /* 37786 */ MCD_OPC_CheckPredicate, 19, 99, 147, 1, // Skip to: 141058 |
7693 | | /* 37791 */ MCD_OPC_CheckField, 13, 1, 0, 92, 147, 1, // Skip to: 141058 |
7694 | | /* 37798 */ MCD_OPC_Decode, 216, 40, 141, 1, // Opcode: REVB_ZPmZ_S |
7695 | | /* 37803 */ MCD_OPC_FilterValue, 1, 82, 147, 1, // Skip to: 141058 |
7696 | | /* 37808 */ MCD_OPC_CheckPredicate, 19, 77, 147, 1, // Skip to: 141058 |
7697 | | /* 37813 */ MCD_OPC_CheckField, 13, 1, 0, 70, 147, 1, // Skip to: 141058 |
7698 | | /* 37820 */ MCD_OPC_Decode, 214, 40, 141, 1, // Opcode: REVB_ZPmZ_D |
7699 | | /* 37825 */ MCD_OPC_FilterValue, 5, 47, 0, 0, // Skip to: 37877 |
7700 | | /* 37830 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7701 | | /* 37833 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37855 |
7702 | | /* 37838 */ MCD_OPC_CheckPredicate, 19, 47, 147, 1, // Skip to: 141058 |
7703 | | /* 37843 */ MCD_OPC_CheckField, 13, 1, 0, 40, 147, 1, // Skip to: 141058 |
7704 | | /* 37850 */ MCD_OPC_Decode, 219, 40, 141, 1, // Opcode: REVH_ZPmZ_S |
7705 | | /* 37855 */ MCD_OPC_FilterValue, 1, 30, 147, 1, // Skip to: 141058 |
7706 | | /* 37860 */ MCD_OPC_CheckPredicate, 19, 25, 147, 1, // Skip to: 141058 |
7707 | | /* 37865 */ MCD_OPC_CheckField, 13, 1, 0, 18, 147, 1, // Skip to: 141058 |
7708 | | /* 37872 */ MCD_OPC_Decode, 218, 40, 141, 1, // Opcode: REVH_ZPmZ_D |
7709 | | /* 37877 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 37906 |
7710 | | /* 37882 */ MCD_OPC_CheckPredicate, 19, 3, 147, 1, // Skip to: 141058 |
7711 | | /* 37887 */ MCD_OPC_CheckField, 22, 1, 1, 252, 146, 1, // Skip to: 141058 |
7712 | | /* 37894 */ MCD_OPC_CheckField, 13, 1, 0, 245, 146, 1, // Skip to: 141058 |
7713 | | /* 37901 */ MCD_OPC_Decode, 220, 40, 141, 1, // Opcode: REVW_ZPmZ_D |
7714 | | /* 37906 */ MCD_OPC_FilterValue, 7, 47, 0, 0, // Skip to: 37958 |
7715 | | /* 37911 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7716 | | /* 37914 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 37936 |
7717 | | /* 37919 */ MCD_OPC_CheckPredicate, 19, 222, 146, 1, // Skip to: 141058 |
7718 | | /* 37924 */ MCD_OPC_CheckField, 13, 1, 0, 215, 146, 1, // Skip to: 141058 |
7719 | | /* 37931 */ MCD_OPC_Decode, 248, 39, 141, 1, // Opcode: RBIT_ZPmZ_S |
7720 | | /* 37936 */ MCD_OPC_FilterValue, 1, 205, 146, 1, // Skip to: 141058 |
7721 | | /* 37941 */ MCD_OPC_CheckPredicate, 19, 200, 146, 1, // Skip to: 141058 |
7722 | | /* 37946 */ MCD_OPC_CheckField, 13, 1, 0, 193, 146, 1, // Skip to: 141058 |
7723 | | /* 37953 */ MCD_OPC_Decode, 246, 39, 141, 1, // Opcode: RBIT_ZPmZ_D |
7724 | | /* 37958 */ MCD_OPC_FilterValue, 8, 79, 0, 0, // Skip to: 38042 |
7725 | | /* 37963 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
7726 | | /* 37966 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 38004 |
7727 | | /* 37971 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7728 | | /* 37974 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 37989 |
7729 | | /* 37979 */ MCD_OPC_CheckPredicate, 19, 162, 146, 1, // Skip to: 141058 |
7730 | | /* 37984 */ MCD_OPC_Decode, 128, 15, 138, 1, // Opcode: CLASTA_ZPZ_S |
7731 | | /* 37989 */ MCD_OPC_FilterValue, 1, 152, 146, 1, // Skip to: 141058 |
7732 | | /* 37994 */ MCD_OPC_CheckPredicate, 19, 147, 146, 1, // Skip to: 141058 |
7733 | | /* 37999 */ MCD_OPC_Decode, 254, 14, 138, 1, // Opcode: CLASTA_ZPZ_D |
7734 | | /* 38004 */ MCD_OPC_FilterValue, 1, 137, 146, 1, // Skip to: 141058 |
7735 | | /* 38009 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7736 | | /* 38012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38027 |
7737 | | /* 38017 */ MCD_OPC_CheckPredicate, 19, 124, 146, 1, // Skip to: 141058 |
7738 | | /* 38022 */ MCD_OPC_Decode, 228, 17, 220, 1, // Opcode: CPY_ZPmR_S |
7739 | | /* 38027 */ MCD_OPC_FilterValue, 1, 114, 146, 1, // Skip to: 141058 |
7740 | | /* 38032 */ MCD_OPC_CheckPredicate, 19, 109, 146, 1, // Skip to: 141058 |
7741 | | /* 38037 */ MCD_OPC_Decode, 226, 17, 230, 1, // Opcode: CPY_ZPmR_D |
7742 | | /* 38042 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 38094 |
7743 | | /* 38047 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7744 | | /* 38050 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38072 |
7745 | | /* 38055 */ MCD_OPC_CheckPredicate, 19, 86, 146, 1, // Skip to: 141058 |
7746 | | /* 38060 */ MCD_OPC_CheckField, 13, 1, 0, 79, 146, 1, // Skip to: 141058 |
7747 | | /* 38067 */ MCD_OPC_Decode, 140, 15, 138, 1, // Opcode: CLASTB_ZPZ_S |
7748 | | /* 38072 */ MCD_OPC_FilterValue, 1, 69, 146, 1, // Skip to: 141058 |
7749 | | /* 38077 */ MCD_OPC_CheckPredicate, 19, 64, 146, 1, // Skip to: 141058 |
7750 | | /* 38082 */ MCD_OPC_CheckField, 13, 1, 0, 57, 146, 1, // Skip to: 141058 |
7751 | | /* 38089 */ MCD_OPC_Decode, 138, 15, 138, 1, // Opcode: CLASTB_ZPZ_D |
7752 | | /* 38094 */ MCD_OPC_FilterValue, 10, 47, 0, 0, // Skip to: 38146 |
7753 | | /* 38099 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7754 | | /* 38102 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38124 |
7755 | | /* 38107 */ MCD_OPC_CheckPredicate, 19, 34, 146, 1, // Skip to: 141058 |
7756 | | /* 38112 */ MCD_OPC_CheckField, 13, 1, 0, 27, 146, 1, // Skip to: 141058 |
7757 | | /* 38119 */ MCD_OPC_Decode, 252, 14, 231, 1, // Opcode: CLASTA_VPZ_S |
7758 | | /* 38124 */ MCD_OPC_FilterValue, 1, 17, 146, 1, // Skip to: 141058 |
7759 | | /* 38129 */ MCD_OPC_CheckPredicate, 19, 12, 146, 1, // Skip to: 141058 |
7760 | | /* 38134 */ MCD_OPC_CheckField, 13, 1, 0, 5, 146, 1, // Skip to: 141058 |
7761 | | /* 38141 */ MCD_OPC_Decode, 250, 14, 232, 1, // Opcode: CLASTA_VPZ_D |
7762 | | /* 38146 */ MCD_OPC_FilterValue, 11, 47, 0, 0, // Skip to: 38198 |
7763 | | /* 38151 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7764 | | /* 38154 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38176 |
7765 | | /* 38159 */ MCD_OPC_CheckPredicate, 19, 238, 145, 1, // Skip to: 141058 |
7766 | | /* 38164 */ MCD_OPC_CheckField, 13, 1, 0, 231, 145, 1, // Skip to: 141058 |
7767 | | /* 38171 */ MCD_OPC_Decode, 136, 15, 231, 1, // Opcode: CLASTB_VPZ_S |
7768 | | /* 38176 */ MCD_OPC_FilterValue, 1, 221, 145, 1, // Skip to: 141058 |
7769 | | /* 38181 */ MCD_OPC_CheckPredicate, 19, 216, 145, 1, // Skip to: 141058 |
7770 | | /* 38186 */ MCD_OPC_CheckField, 13, 1, 0, 209, 145, 1, // Skip to: 141058 |
7771 | | /* 38193 */ MCD_OPC_Decode, 134, 15, 232, 1, // Opcode: CLASTB_VPZ_D |
7772 | | /* 38198 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 38250 |
7773 | | /* 38203 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7774 | | /* 38206 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38228 |
7775 | | /* 38211 */ MCD_OPC_CheckPredicate, 19, 186, 145, 1, // Skip to: 141058 |
7776 | | /* 38216 */ MCD_OPC_CheckField, 13, 1, 0, 179, 145, 1, // Skip to: 141058 |
7777 | | /* 38223 */ MCD_OPC_Decode, 191, 45, 138, 1, // Opcode: SPLICE_ZPZ_S |
7778 | | /* 38228 */ MCD_OPC_FilterValue, 1, 169, 145, 1, // Skip to: 141058 |
7779 | | /* 38233 */ MCD_OPC_CheckPredicate, 19, 164, 145, 1, // Skip to: 141058 |
7780 | | /* 38238 */ MCD_OPC_CheckField, 13, 1, 0, 157, 145, 1, // Skip to: 141058 |
7781 | | /* 38245 */ MCD_OPC_Decode, 189, 45, 138, 1, // Opcode: SPLICE_ZPZ_D |
7782 | | /* 38250 */ MCD_OPC_FilterValue, 13, 47, 0, 0, // Skip to: 38302 |
7783 | | /* 38255 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7784 | | /* 38258 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38280 |
7785 | | /* 38263 */ MCD_OPC_CheckPredicate, 21, 134, 145, 1, // Skip to: 141058 |
7786 | | /* 38268 */ MCD_OPC_CheckField, 13, 1, 0, 127, 145, 1, // Skip to: 141058 |
7787 | | /* 38275 */ MCD_OPC_Decode, 187, 45, 223, 1, // Opcode: SPLICE_ZPZZ_S |
7788 | | /* 38280 */ MCD_OPC_FilterValue, 1, 117, 145, 1, // Skip to: 141058 |
7789 | | /* 38285 */ MCD_OPC_CheckPredicate, 21, 112, 145, 1, // Skip to: 141058 |
7790 | | /* 38290 */ MCD_OPC_CheckField, 13, 1, 0, 105, 145, 1, // Skip to: 141058 |
7791 | | /* 38297 */ MCD_OPC_Decode, 185, 45, 223, 1, // Opcode: SPLICE_ZPZZ_D |
7792 | | /* 38302 */ MCD_OPC_FilterValue, 16, 47, 0, 0, // Skip to: 38354 |
7793 | | /* 38307 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7794 | | /* 38310 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38332 |
7795 | | /* 38315 */ MCD_OPC_CheckPredicate, 19, 82, 145, 1, // Skip to: 141058 |
7796 | | /* 38320 */ MCD_OPC_CheckField, 13, 1, 1, 75, 145, 1, // Skip to: 141058 |
7797 | | /* 38327 */ MCD_OPC_Decode, 248, 14, 224, 1, // Opcode: CLASTA_RPZ_S |
7798 | | /* 38332 */ MCD_OPC_FilterValue, 1, 65, 145, 1, // Skip to: 141058 |
7799 | | /* 38337 */ MCD_OPC_CheckPredicate, 19, 60, 145, 1, // Skip to: 141058 |
7800 | | /* 38342 */ MCD_OPC_CheckField, 13, 1, 1, 53, 145, 1, // Skip to: 141058 |
7801 | | /* 38349 */ MCD_OPC_Decode, 246, 14, 233, 1, // Opcode: CLASTA_RPZ_D |
7802 | | /* 38354 */ MCD_OPC_FilterValue, 17, 43, 145, 1, // Skip to: 141058 |
7803 | | /* 38359 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
7804 | | /* 38362 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 38384 |
7805 | | /* 38367 */ MCD_OPC_CheckPredicate, 19, 30, 145, 1, // Skip to: 141058 |
7806 | | /* 38372 */ MCD_OPC_CheckField, 13, 1, 1, 23, 145, 1, // Skip to: 141058 |
7807 | | /* 38379 */ MCD_OPC_Decode, 132, 15, 224, 1, // Opcode: CLASTB_RPZ_S |
7808 | | /* 38384 */ MCD_OPC_FilterValue, 1, 13, 145, 1, // Skip to: 141058 |
7809 | | /* 38389 */ MCD_OPC_CheckPredicate, 19, 8, 145, 1, // Skip to: 141058 |
7810 | | /* 38394 */ MCD_OPC_CheckField, 13, 1, 1, 1, 145, 1, // Skip to: 141058 |
7811 | | /* 38401 */ MCD_OPC_Decode, 130, 15, 233, 1, // Opcode: CLASTB_RPZ_D |
7812 | | /* 38406 */ MCD_OPC_FilterValue, 3, 247, 144, 1, // Skip to: 141058 |
7813 | | /* 38411 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
7814 | | /* 38414 */ MCD_OPC_FilterValue, 0, 215, 0, 0, // Skip to: 38634 |
7815 | | /* 38419 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7816 | | /* 38422 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 38460 |
7817 | | /* 38427 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7818 | | /* 38430 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38445 |
7819 | | /* 38435 */ MCD_OPC_CheckPredicate, 19, 218, 144, 1, // Skip to: 141058 |
7820 | | /* 38440 */ MCD_OPC_Decode, 231, 16, 234, 1, // Opcode: CNTB_XPiI |
7821 | | /* 38445 */ MCD_OPC_FilterValue, 1, 208, 144, 1, // Skip to: 141058 |
7822 | | /* 38450 */ MCD_OPC_CheckPredicate, 19, 203, 144, 1, // Skip to: 141058 |
7823 | | /* 38455 */ MCD_OPC_Decode, 243, 29, 235, 1, // Opcode: INCB_XPiI |
7824 | | /* 38460 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 38482 |
7825 | | /* 38465 */ MCD_OPC_CheckPredicate, 19, 188, 144, 1, // Skip to: 141058 |
7826 | | /* 38470 */ MCD_OPC_CheckField, 20, 1, 1, 181, 144, 1, // Skip to: 141058 |
7827 | | /* 38477 */ MCD_OPC_Decode, 134, 18, 235, 1, // Opcode: DECB_XPiI |
7828 | | /* 38482 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 38520 |
7829 | | /* 38487 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7830 | | /* 38490 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38505 |
7831 | | /* 38495 */ MCD_OPC_CheckPredicate, 19, 158, 144, 1, // Skip to: 141058 |
7832 | | /* 38500 */ MCD_OPC_Decode, 248, 46, 235, 1, // Opcode: SQINCB_XPiWdI |
7833 | | /* 38505 */ MCD_OPC_FilterValue, 1, 148, 144, 1, // Skip to: 141058 |
7834 | | /* 38510 */ MCD_OPC_CheckPredicate, 19, 143, 144, 1, // Skip to: 141058 |
7835 | | /* 38515 */ MCD_OPC_Decode, 247, 46, 235, 1, // Opcode: SQINCB_XPiI |
7836 | | /* 38520 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 38558 |
7837 | | /* 38525 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7838 | | /* 38528 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38543 |
7839 | | /* 38533 */ MCD_OPC_CheckPredicate, 19, 120, 144, 1, // Skip to: 141058 |
7840 | | /* 38538 */ MCD_OPC_Decode, 220, 59, 236, 1, // Opcode: UQINCB_WPiI |
7841 | | /* 38543 */ MCD_OPC_FilterValue, 1, 110, 144, 1, // Skip to: 141058 |
7842 | | /* 38548 */ MCD_OPC_CheckPredicate, 19, 105, 144, 1, // Skip to: 141058 |
7843 | | /* 38553 */ MCD_OPC_Decode, 221, 59, 235, 1, // Opcode: UQINCB_XPiI |
7844 | | /* 38558 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 38596 |
7845 | | /* 38563 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7846 | | /* 38566 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38581 |
7847 | | /* 38571 */ MCD_OPC_CheckPredicate, 19, 82, 144, 1, // Skip to: 141058 |
7848 | | /* 38576 */ MCD_OPC_Decode, 247, 45, 235, 1, // Opcode: SQDECB_XPiWdI |
7849 | | /* 38581 */ MCD_OPC_FilterValue, 1, 72, 144, 1, // Skip to: 141058 |
7850 | | /* 38586 */ MCD_OPC_CheckPredicate, 19, 67, 144, 1, // Skip to: 141058 |
7851 | | /* 38591 */ MCD_OPC_Decode, 246, 45, 235, 1, // Opcode: SQDECB_XPiI |
7852 | | /* 38596 */ MCD_OPC_FilterValue, 15, 57, 144, 1, // Skip to: 141058 |
7853 | | /* 38601 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7854 | | /* 38604 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38619 |
7855 | | /* 38609 */ MCD_OPC_CheckPredicate, 19, 44, 144, 1, // Skip to: 141058 |
7856 | | /* 38614 */ MCD_OPC_Decode, 198, 59, 236, 1, // Opcode: UQDECB_WPiI |
7857 | | /* 38619 */ MCD_OPC_FilterValue, 1, 34, 144, 1, // Skip to: 141058 |
7858 | | /* 38624 */ MCD_OPC_CheckPredicate, 19, 29, 144, 1, // Skip to: 141058 |
7859 | | /* 38629 */ MCD_OPC_Decode, 199, 59, 235, 1, // Opcode: UQDECB_XPiI |
7860 | | /* 38634 */ MCD_OPC_FilterValue, 1, 79, 1, 0, // Skip to: 38974 |
7861 | | /* 38639 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7862 | | /* 38642 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 38680 |
7863 | | /* 38647 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7864 | | /* 38650 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38665 |
7865 | | /* 38655 */ MCD_OPC_CheckPredicate, 19, 254, 143, 1, // Skip to: 141058 |
7866 | | /* 38660 */ MCD_OPC_Decode, 254, 46, 237, 1, // Opcode: SQINCH_ZPiI |
7867 | | /* 38665 */ MCD_OPC_FilterValue, 1, 244, 143, 1, // Skip to: 141058 |
7868 | | /* 38670 */ MCD_OPC_CheckPredicate, 19, 239, 143, 1, // Skip to: 141058 |
7869 | | /* 38675 */ MCD_OPC_Decode, 247, 29, 237, 1, // Opcode: INCH_ZPiI |
7870 | | /* 38680 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 38718 |
7871 | | /* 38685 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7872 | | /* 38688 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38703 |
7873 | | /* 38693 */ MCD_OPC_CheckPredicate, 19, 216, 143, 1, // Skip to: 141058 |
7874 | | /* 38698 */ MCD_OPC_Decode, 227, 59, 237, 1, // Opcode: UQINCH_ZPiI |
7875 | | /* 38703 */ MCD_OPC_FilterValue, 1, 206, 143, 1, // Skip to: 141058 |
7876 | | /* 38708 */ MCD_OPC_CheckPredicate, 19, 201, 143, 1, // Skip to: 141058 |
7877 | | /* 38713 */ MCD_OPC_Decode, 138, 18, 237, 1, // Opcode: DECH_ZPiI |
7878 | | /* 38718 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 38740 |
7879 | | /* 38723 */ MCD_OPC_CheckPredicate, 19, 186, 143, 1, // Skip to: 141058 |
7880 | | /* 38728 */ MCD_OPC_CheckField, 20, 1, 0, 179, 143, 1, // Skip to: 141058 |
7881 | | /* 38735 */ MCD_OPC_Decode, 253, 45, 237, 1, // Opcode: SQDECH_ZPiI |
7882 | | /* 38740 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 38762 |
7883 | | /* 38745 */ MCD_OPC_CheckPredicate, 19, 164, 143, 1, // Skip to: 141058 |
7884 | | /* 38750 */ MCD_OPC_CheckField, 20, 1, 0, 157, 143, 1, // Skip to: 141058 |
7885 | | /* 38757 */ MCD_OPC_Decode, 205, 59, 237, 1, // Opcode: UQDECH_ZPiI |
7886 | | /* 38762 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 38800 |
7887 | | /* 38767 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7888 | | /* 38770 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38785 |
7889 | | /* 38775 */ MCD_OPC_CheckPredicate, 19, 134, 143, 1, // Skip to: 141058 |
7890 | | /* 38780 */ MCD_OPC_Decode, 233, 16, 234, 1, // Opcode: CNTH_XPiI |
7891 | | /* 38785 */ MCD_OPC_FilterValue, 1, 124, 143, 1, // Skip to: 141058 |
7892 | | /* 38790 */ MCD_OPC_CheckPredicate, 19, 119, 143, 1, // Skip to: 141058 |
7893 | | /* 38795 */ MCD_OPC_Decode, 246, 29, 235, 1, // Opcode: INCH_XPiI |
7894 | | /* 38800 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 38822 |
7895 | | /* 38805 */ MCD_OPC_CheckPredicate, 19, 104, 143, 1, // Skip to: 141058 |
7896 | | /* 38810 */ MCD_OPC_CheckField, 20, 1, 1, 97, 143, 1, // Skip to: 141058 |
7897 | | /* 38817 */ MCD_OPC_Decode, 137, 18, 235, 1, // Opcode: DECH_XPiI |
7898 | | /* 38822 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 38860 |
7899 | | /* 38827 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7900 | | /* 38830 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38845 |
7901 | | /* 38835 */ MCD_OPC_CheckPredicate, 19, 74, 143, 1, // Skip to: 141058 |
7902 | | /* 38840 */ MCD_OPC_Decode, 253, 46, 235, 1, // Opcode: SQINCH_XPiWdI |
7903 | | /* 38845 */ MCD_OPC_FilterValue, 1, 64, 143, 1, // Skip to: 141058 |
7904 | | /* 38850 */ MCD_OPC_CheckPredicate, 19, 59, 143, 1, // Skip to: 141058 |
7905 | | /* 38855 */ MCD_OPC_Decode, 252, 46, 235, 1, // Opcode: SQINCH_XPiI |
7906 | | /* 38860 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 38898 |
7907 | | /* 38865 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7908 | | /* 38868 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38883 |
7909 | | /* 38873 */ MCD_OPC_CheckPredicate, 19, 36, 143, 1, // Skip to: 141058 |
7910 | | /* 38878 */ MCD_OPC_Decode, 225, 59, 236, 1, // Opcode: UQINCH_WPiI |
7911 | | /* 38883 */ MCD_OPC_FilterValue, 1, 26, 143, 1, // Skip to: 141058 |
7912 | | /* 38888 */ MCD_OPC_CheckPredicate, 19, 21, 143, 1, // Skip to: 141058 |
7913 | | /* 38893 */ MCD_OPC_Decode, 226, 59, 235, 1, // Opcode: UQINCH_XPiI |
7914 | | /* 38898 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 38936 |
7915 | | /* 38903 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7916 | | /* 38906 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38921 |
7917 | | /* 38911 */ MCD_OPC_CheckPredicate, 19, 254, 142, 1, // Skip to: 141058 |
7918 | | /* 38916 */ MCD_OPC_Decode, 252, 45, 235, 1, // Opcode: SQDECH_XPiWdI |
7919 | | /* 38921 */ MCD_OPC_FilterValue, 1, 244, 142, 1, // Skip to: 141058 |
7920 | | /* 38926 */ MCD_OPC_CheckPredicate, 19, 239, 142, 1, // Skip to: 141058 |
7921 | | /* 38931 */ MCD_OPC_Decode, 251, 45, 235, 1, // Opcode: SQDECH_XPiI |
7922 | | /* 38936 */ MCD_OPC_FilterValue, 15, 229, 142, 1, // Skip to: 141058 |
7923 | | /* 38941 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7924 | | /* 38944 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 38959 |
7925 | | /* 38949 */ MCD_OPC_CheckPredicate, 19, 216, 142, 1, // Skip to: 141058 |
7926 | | /* 38954 */ MCD_OPC_Decode, 203, 59, 236, 1, // Opcode: UQDECH_WPiI |
7927 | | /* 38959 */ MCD_OPC_FilterValue, 1, 206, 142, 1, // Skip to: 141058 |
7928 | | /* 38964 */ MCD_OPC_CheckPredicate, 19, 201, 142, 1, // Skip to: 141058 |
7929 | | /* 38969 */ MCD_OPC_Decode, 204, 59, 235, 1, // Opcode: UQDECH_XPiI |
7930 | | /* 38974 */ MCD_OPC_FilterValue, 2, 79, 1, 0, // Skip to: 39314 |
7931 | | /* 38979 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
7932 | | /* 38982 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 39020 |
7933 | | /* 38987 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7934 | | /* 38990 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39005 |
7935 | | /* 38995 */ MCD_OPC_CheckPredicate, 19, 170, 142, 1, // Skip to: 141058 |
7936 | | /* 39000 */ MCD_OPC_Decode, 140, 47, 237, 1, // Opcode: SQINCW_ZPiI |
7937 | | /* 39005 */ MCD_OPC_FilterValue, 1, 160, 142, 1, // Skip to: 141058 |
7938 | | /* 39010 */ MCD_OPC_CheckPredicate, 19, 155, 142, 1, // Skip to: 141058 |
7939 | | /* 39015 */ MCD_OPC_Decode, 128, 30, 237, 1, // Opcode: INCW_ZPiI |
7940 | | /* 39020 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 39058 |
7941 | | /* 39025 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7942 | | /* 39028 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39043 |
7943 | | /* 39033 */ MCD_OPC_CheckPredicate, 19, 132, 142, 1, // Skip to: 141058 |
7944 | | /* 39038 */ MCD_OPC_Decode, 241, 59, 237, 1, // Opcode: UQINCW_ZPiI |
7945 | | /* 39043 */ MCD_OPC_FilterValue, 1, 122, 142, 1, // Skip to: 141058 |
7946 | | /* 39048 */ MCD_OPC_CheckPredicate, 19, 117, 142, 1, // Skip to: 141058 |
7947 | | /* 39053 */ MCD_OPC_Decode, 147, 18, 237, 1, // Opcode: DECW_ZPiI |
7948 | | /* 39058 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 39080 |
7949 | | /* 39063 */ MCD_OPC_CheckPredicate, 19, 102, 142, 1, // Skip to: 141058 |
7950 | | /* 39068 */ MCD_OPC_CheckField, 20, 1, 0, 95, 142, 1, // Skip to: 141058 |
7951 | | /* 39075 */ MCD_OPC_Decode, 139, 46, 237, 1, // Opcode: SQDECW_ZPiI |
7952 | | /* 39080 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 39102 |
7953 | | /* 39085 */ MCD_OPC_CheckPredicate, 19, 80, 142, 1, // Skip to: 141058 |
7954 | | /* 39090 */ MCD_OPC_CheckField, 20, 1, 0, 73, 142, 1, // Skip to: 141058 |
7955 | | /* 39097 */ MCD_OPC_Decode, 219, 59, 237, 1, // Opcode: UQDECW_ZPiI |
7956 | | /* 39102 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 39140 |
7957 | | /* 39107 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7958 | | /* 39110 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39125 |
7959 | | /* 39115 */ MCD_OPC_CheckPredicate, 19, 50, 142, 1, // Skip to: 141058 |
7960 | | /* 39120 */ MCD_OPC_Decode, 242, 16, 234, 1, // Opcode: CNTW_XPiI |
7961 | | /* 39125 */ MCD_OPC_FilterValue, 1, 40, 142, 1, // Skip to: 141058 |
7962 | | /* 39130 */ MCD_OPC_CheckPredicate, 19, 35, 142, 1, // Skip to: 141058 |
7963 | | /* 39135 */ MCD_OPC_Decode, 255, 29, 235, 1, // Opcode: INCW_XPiI |
7964 | | /* 39140 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 39162 |
7965 | | /* 39145 */ MCD_OPC_CheckPredicate, 19, 20, 142, 1, // Skip to: 141058 |
7966 | | /* 39150 */ MCD_OPC_CheckField, 20, 1, 1, 13, 142, 1, // Skip to: 141058 |
7967 | | /* 39157 */ MCD_OPC_Decode, 146, 18, 235, 1, // Opcode: DECW_XPiI |
7968 | | /* 39162 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 39200 |
7969 | | /* 39167 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7970 | | /* 39170 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39185 |
7971 | | /* 39175 */ MCD_OPC_CheckPredicate, 19, 246, 141, 1, // Skip to: 141058 |
7972 | | /* 39180 */ MCD_OPC_Decode, 139, 47, 235, 1, // Opcode: SQINCW_XPiWdI |
7973 | | /* 39185 */ MCD_OPC_FilterValue, 1, 236, 141, 1, // Skip to: 141058 |
7974 | | /* 39190 */ MCD_OPC_CheckPredicate, 19, 231, 141, 1, // Skip to: 141058 |
7975 | | /* 39195 */ MCD_OPC_Decode, 138, 47, 235, 1, // Opcode: SQINCW_XPiI |
7976 | | /* 39200 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 39238 |
7977 | | /* 39205 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7978 | | /* 39208 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39223 |
7979 | | /* 39213 */ MCD_OPC_CheckPredicate, 19, 208, 141, 1, // Skip to: 141058 |
7980 | | /* 39218 */ MCD_OPC_Decode, 239, 59, 236, 1, // Opcode: UQINCW_WPiI |
7981 | | /* 39223 */ MCD_OPC_FilterValue, 1, 198, 141, 1, // Skip to: 141058 |
7982 | | /* 39228 */ MCD_OPC_CheckPredicate, 19, 193, 141, 1, // Skip to: 141058 |
7983 | | /* 39233 */ MCD_OPC_Decode, 240, 59, 235, 1, // Opcode: UQINCW_XPiI |
7984 | | /* 39238 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 39276 |
7985 | | /* 39243 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7986 | | /* 39246 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39261 |
7987 | | /* 39251 */ MCD_OPC_CheckPredicate, 19, 170, 141, 1, // Skip to: 141058 |
7988 | | /* 39256 */ MCD_OPC_Decode, 138, 46, 235, 1, // Opcode: SQDECW_XPiWdI |
7989 | | /* 39261 */ MCD_OPC_FilterValue, 1, 160, 141, 1, // Skip to: 141058 |
7990 | | /* 39266 */ MCD_OPC_CheckPredicate, 19, 155, 141, 1, // Skip to: 141058 |
7991 | | /* 39271 */ MCD_OPC_Decode, 137, 46, 235, 1, // Opcode: SQDECW_XPiI |
7992 | | /* 39276 */ MCD_OPC_FilterValue, 15, 145, 141, 1, // Skip to: 141058 |
7993 | | /* 39281 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
7994 | | /* 39284 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39299 |
7995 | | /* 39289 */ MCD_OPC_CheckPredicate, 19, 132, 141, 1, // Skip to: 141058 |
7996 | | /* 39294 */ MCD_OPC_Decode, 217, 59, 236, 1, // Opcode: UQDECW_WPiI |
7997 | | /* 39299 */ MCD_OPC_FilterValue, 1, 122, 141, 1, // Skip to: 141058 |
7998 | | /* 39304 */ MCD_OPC_CheckPredicate, 19, 117, 141, 1, // Skip to: 141058 |
7999 | | /* 39309 */ MCD_OPC_Decode, 218, 59, 235, 1, // Opcode: UQDECW_XPiI |
8000 | | /* 39314 */ MCD_OPC_FilterValue, 3, 79, 1, 0, // Skip to: 39654 |
8001 | | /* 39319 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8002 | | /* 39322 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 39360 |
8003 | | /* 39327 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8004 | | /* 39330 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39345 |
8005 | | /* 39335 */ MCD_OPC_CheckPredicate, 19, 86, 141, 1, // Skip to: 141058 |
8006 | | /* 39340 */ MCD_OPC_Decode, 251, 46, 237, 1, // Opcode: SQINCD_ZPiI |
8007 | | /* 39345 */ MCD_OPC_FilterValue, 1, 76, 141, 1, // Skip to: 141058 |
8008 | | /* 39350 */ MCD_OPC_CheckPredicate, 19, 71, 141, 1, // Skip to: 141058 |
8009 | | /* 39355 */ MCD_OPC_Decode, 245, 29, 237, 1, // Opcode: INCD_ZPiI |
8010 | | /* 39360 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 39398 |
8011 | | /* 39365 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8012 | | /* 39368 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39383 |
8013 | | /* 39373 */ MCD_OPC_CheckPredicate, 19, 48, 141, 1, // Skip to: 141058 |
8014 | | /* 39378 */ MCD_OPC_Decode, 224, 59, 237, 1, // Opcode: UQINCD_ZPiI |
8015 | | /* 39383 */ MCD_OPC_FilterValue, 1, 38, 141, 1, // Skip to: 141058 |
8016 | | /* 39388 */ MCD_OPC_CheckPredicate, 19, 33, 141, 1, // Skip to: 141058 |
8017 | | /* 39393 */ MCD_OPC_Decode, 136, 18, 237, 1, // Opcode: DECD_ZPiI |
8018 | | /* 39398 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 39420 |
8019 | | /* 39403 */ MCD_OPC_CheckPredicate, 19, 18, 141, 1, // Skip to: 141058 |
8020 | | /* 39408 */ MCD_OPC_CheckField, 20, 1, 0, 11, 141, 1, // Skip to: 141058 |
8021 | | /* 39415 */ MCD_OPC_Decode, 250, 45, 237, 1, // Opcode: SQDECD_ZPiI |
8022 | | /* 39420 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 39442 |
8023 | | /* 39425 */ MCD_OPC_CheckPredicate, 19, 252, 140, 1, // Skip to: 141058 |
8024 | | /* 39430 */ MCD_OPC_CheckField, 20, 1, 0, 245, 140, 1, // Skip to: 141058 |
8025 | | /* 39437 */ MCD_OPC_Decode, 202, 59, 237, 1, // Opcode: UQDECD_ZPiI |
8026 | | /* 39442 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 39480 |
8027 | | /* 39447 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8028 | | /* 39450 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39465 |
8029 | | /* 39455 */ MCD_OPC_CheckPredicate, 19, 222, 140, 1, // Skip to: 141058 |
8030 | | /* 39460 */ MCD_OPC_Decode, 232, 16, 234, 1, // Opcode: CNTD_XPiI |
8031 | | /* 39465 */ MCD_OPC_FilterValue, 1, 212, 140, 1, // Skip to: 141058 |
8032 | | /* 39470 */ MCD_OPC_CheckPredicate, 19, 207, 140, 1, // Skip to: 141058 |
8033 | | /* 39475 */ MCD_OPC_Decode, 244, 29, 235, 1, // Opcode: INCD_XPiI |
8034 | | /* 39480 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 39502 |
8035 | | /* 39485 */ MCD_OPC_CheckPredicate, 19, 192, 140, 1, // Skip to: 141058 |
8036 | | /* 39490 */ MCD_OPC_CheckField, 20, 1, 1, 185, 140, 1, // Skip to: 141058 |
8037 | | /* 39497 */ MCD_OPC_Decode, 135, 18, 235, 1, // Opcode: DECD_XPiI |
8038 | | /* 39502 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 39540 |
8039 | | /* 39507 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8040 | | /* 39510 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39525 |
8041 | | /* 39515 */ MCD_OPC_CheckPredicate, 19, 162, 140, 1, // Skip to: 141058 |
8042 | | /* 39520 */ MCD_OPC_Decode, 250, 46, 235, 1, // Opcode: SQINCD_XPiWdI |
8043 | | /* 39525 */ MCD_OPC_FilterValue, 1, 152, 140, 1, // Skip to: 141058 |
8044 | | /* 39530 */ MCD_OPC_CheckPredicate, 19, 147, 140, 1, // Skip to: 141058 |
8045 | | /* 39535 */ MCD_OPC_Decode, 249, 46, 235, 1, // Opcode: SQINCD_XPiI |
8046 | | /* 39540 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 39578 |
8047 | | /* 39545 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8048 | | /* 39548 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39563 |
8049 | | /* 39553 */ MCD_OPC_CheckPredicate, 19, 124, 140, 1, // Skip to: 141058 |
8050 | | /* 39558 */ MCD_OPC_Decode, 222, 59, 236, 1, // Opcode: UQINCD_WPiI |
8051 | | /* 39563 */ MCD_OPC_FilterValue, 1, 114, 140, 1, // Skip to: 141058 |
8052 | | /* 39568 */ MCD_OPC_CheckPredicate, 19, 109, 140, 1, // Skip to: 141058 |
8053 | | /* 39573 */ MCD_OPC_Decode, 223, 59, 235, 1, // Opcode: UQINCD_XPiI |
8054 | | /* 39578 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 39616 |
8055 | | /* 39583 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8056 | | /* 39586 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39601 |
8057 | | /* 39591 */ MCD_OPC_CheckPredicate, 19, 86, 140, 1, // Skip to: 141058 |
8058 | | /* 39596 */ MCD_OPC_Decode, 249, 45, 235, 1, // Opcode: SQDECD_XPiWdI |
8059 | | /* 39601 */ MCD_OPC_FilterValue, 1, 76, 140, 1, // Skip to: 141058 |
8060 | | /* 39606 */ MCD_OPC_CheckPredicate, 19, 71, 140, 1, // Skip to: 141058 |
8061 | | /* 39611 */ MCD_OPC_Decode, 248, 45, 235, 1, // Opcode: SQDECD_XPiI |
8062 | | /* 39616 */ MCD_OPC_FilterValue, 15, 61, 140, 1, // Skip to: 141058 |
8063 | | /* 39621 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8064 | | /* 39624 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39639 |
8065 | | /* 39629 */ MCD_OPC_CheckPredicate, 19, 48, 140, 1, // Skip to: 141058 |
8066 | | /* 39634 */ MCD_OPC_Decode, 200, 59, 236, 1, // Opcode: UQDECD_WPiI |
8067 | | /* 39639 */ MCD_OPC_FilterValue, 1, 38, 140, 1, // Skip to: 141058 |
8068 | | /* 39644 */ MCD_OPC_CheckPredicate, 19, 33, 140, 1, // Skip to: 141058 |
8069 | | /* 39649 */ MCD_OPC_Decode, 201, 59, 235, 1, // Opcode: UQDECD_XPiI |
8070 | | /* 39654 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 39669 |
8071 | | /* 39659 */ MCD_OPC_CheckPredicate, 19, 18, 140, 1, // Skip to: 141058 |
8072 | | /* 39664 */ MCD_OPC_Decode, 201, 42, 238, 1, // Opcode: SEL_ZPZZ_B |
8073 | | /* 39669 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 39684 |
8074 | | /* 39674 */ MCD_OPC_CheckPredicate, 19, 3, 140, 1, // Skip to: 141058 |
8075 | | /* 39679 */ MCD_OPC_Decode, 203, 42, 238, 1, // Opcode: SEL_ZPZZ_H |
8076 | | /* 39684 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 39699 |
8077 | | /* 39689 */ MCD_OPC_CheckPredicate, 19, 244, 139, 1, // Skip to: 141058 |
8078 | | /* 39694 */ MCD_OPC_Decode, 204, 42, 238, 1, // Opcode: SEL_ZPZZ_S |
8079 | | /* 39699 */ MCD_OPC_FilterValue, 7, 234, 139, 1, // Skip to: 141058 |
8080 | | /* 39704 */ MCD_OPC_CheckPredicate, 19, 229, 139, 1, // Skip to: 141058 |
8081 | | /* 39709 */ MCD_OPC_Decode, 202, 42, 238, 1, // Opcode: SEL_ZPZZ_D |
8082 | | /* 39714 */ MCD_OPC_FilterValue, 1, 171, 35, 0, // Skip to: 48850 |
8083 | | /* 39719 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
8084 | | /* 39722 */ MCD_OPC_FilterValue, 0, 47, 11, 0, // Skip to: 42590 |
8085 | | /* 39727 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
8086 | | /* 39730 */ MCD_OPC_FilterValue, 0, 51, 1, 0, // Skip to: 40042 |
8087 | | /* 39735 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
8088 | | /* 39738 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 39776 |
8089 | | /* 39743 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8090 | | /* 39746 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39761 |
8091 | | /* 39751 */ MCD_OPC_CheckPredicate, 19, 182, 139, 1, // Skip to: 141058 |
8092 | | /* 39756 */ MCD_OPC_Decode, 173, 16, 239, 1, // Opcode: CMPHS_PPzZZ_B |
8093 | | /* 39761 */ MCD_OPC_FilterValue, 1, 172, 139, 1, // Skip to: 141058 |
8094 | | /* 39766 */ MCD_OPC_CheckPredicate, 19, 167, 139, 1, // Skip to: 141058 |
8095 | | /* 39771 */ MCD_OPC_Decode, 162, 16, 239, 1, // Opcode: CMPHI_PPzZZ_B |
8096 | | /* 39776 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 39814 |
8097 | | /* 39781 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8098 | | /* 39784 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39799 |
8099 | | /* 39789 */ MCD_OPC_CheckPredicate, 19, 144, 139, 1, // Skip to: 141058 |
8100 | | /* 39794 */ MCD_OPC_Decode, 133, 16, 239, 1, // Opcode: CMPEQ_WIDE_PPzZZ_B |
8101 | | /* 39799 */ MCD_OPC_FilterValue, 1, 134, 139, 1, // Skip to: 141058 |
8102 | | /* 39804 */ MCD_OPC_CheckPredicate, 19, 129, 139, 1, // Skip to: 141058 |
8103 | | /* 39809 */ MCD_OPC_Decode, 216, 16, 239, 1, // Opcode: CMPNE_WIDE_PPzZZ_B |
8104 | | /* 39814 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 39852 |
8105 | | /* 39819 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8106 | | /* 39822 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39837 |
8107 | | /* 39827 */ MCD_OPC_CheckPredicate, 19, 106, 139, 1, // Skip to: 141058 |
8108 | | /* 39832 */ MCD_OPC_Decode, 144, 16, 239, 1, // Opcode: CMPGE_WIDE_PPzZZ_B |
8109 | | /* 39837 */ MCD_OPC_FilterValue, 1, 96, 139, 1, // Skip to: 141058 |
8110 | | /* 39842 */ MCD_OPC_CheckPredicate, 19, 91, 139, 1, // Skip to: 141058 |
8111 | | /* 39847 */ MCD_OPC_Decode, 155, 16, 239, 1, // Opcode: CMPGT_WIDE_PPzZZ_B |
8112 | | /* 39852 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 39890 |
8113 | | /* 39857 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8114 | | /* 39860 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39875 |
8115 | | /* 39865 */ MCD_OPC_CheckPredicate, 19, 68, 139, 1, // Skip to: 141058 |
8116 | | /* 39870 */ MCD_OPC_Decode, 205, 16, 239, 1, // Opcode: CMPLT_WIDE_PPzZZ_B |
8117 | | /* 39875 */ MCD_OPC_FilterValue, 1, 58, 139, 1, // Skip to: 141058 |
8118 | | /* 39880 */ MCD_OPC_CheckPredicate, 19, 53, 139, 1, // Skip to: 141058 |
8119 | | /* 39885 */ MCD_OPC_Decode, 184, 16, 239, 1, // Opcode: CMPLE_WIDE_PPzZZ_B |
8120 | | /* 39890 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 39928 |
8121 | | /* 39895 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8122 | | /* 39898 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39913 |
8123 | | /* 39903 */ MCD_OPC_CheckPredicate, 19, 30, 139, 1, // Skip to: 141058 |
8124 | | /* 39908 */ MCD_OPC_Decode, 140, 16, 239, 1, // Opcode: CMPGE_PPzZZ_B |
8125 | | /* 39913 */ MCD_OPC_FilterValue, 1, 20, 139, 1, // Skip to: 141058 |
8126 | | /* 39918 */ MCD_OPC_CheckPredicate, 19, 15, 139, 1, // Skip to: 141058 |
8127 | | /* 39923 */ MCD_OPC_Decode, 151, 16, 239, 1, // Opcode: CMPGT_PPzZZ_B |
8128 | | /* 39928 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 39966 |
8129 | | /* 39933 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8130 | | /* 39936 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39951 |
8131 | | /* 39941 */ MCD_OPC_CheckPredicate, 19, 248, 138, 1, // Skip to: 141058 |
8132 | | /* 39946 */ MCD_OPC_Decode, 129, 16, 239, 1, // Opcode: CMPEQ_PPzZZ_B |
8133 | | /* 39951 */ MCD_OPC_FilterValue, 1, 238, 138, 1, // Skip to: 141058 |
8134 | | /* 39956 */ MCD_OPC_CheckPredicate, 19, 233, 138, 1, // Skip to: 141058 |
8135 | | /* 39961 */ MCD_OPC_Decode, 212, 16, 239, 1, // Opcode: CMPNE_PPzZZ_B |
8136 | | /* 39966 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 40004 |
8137 | | /* 39971 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8138 | | /* 39974 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 39989 |
8139 | | /* 39979 */ MCD_OPC_CheckPredicate, 19, 210, 138, 1, // Skip to: 141058 |
8140 | | /* 39984 */ MCD_OPC_Decode, 177, 16, 239, 1, // Opcode: CMPHS_WIDE_PPzZZ_B |
8141 | | /* 39989 */ MCD_OPC_FilterValue, 1, 200, 138, 1, // Skip to: 141058 |
8142 | | /* 39994 */ MCD_OPC_CheckPredicate, 19, 195, 138, 1, // Skip to: 141058 |
8143 | | /* 39999 */ MCD_OPC_Decode, 166, 16, 239, 1, // Opcode: CMPHI_WIDE_PPzZZ_B |
8144 | | /* 40004 */ MCD_OPC_FilterValue, 7, 185, 138, 1, // Skip to: 141058 |
8145 | | /* 40009 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8146 | | /* 40012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40027 |
8147 | | /* 40017 */ MCD_OPC_CheckPredicate, 19, 172, 138, 1, // Skip to: 141058 |
8148 | | /* 40022 */ MCD_OPC_Decode, 191, 16, 239, 1, // Opcode: CMPLO_WIDE_PPzZZ_B |
8149 | | /* 40027 */ MCD_OPC_FilterValue, 1, 162, 138, 1, // Skip to: 141058 |
8150 | | /* 40032 */ MCD_OPC_CheckPredicate, 19, 157, 138, 1, // Skip to: 141058 |
8151 | | /* 40037 */ MCD_OPC_Decode, 198, 16, 239, 1, // Opcode: CMPLS_WIDE_PPzZZ_B |
8152 | | /* 40042 */ MCD_OPC_FilterValue, 1, 51, 1, 0, // Skip to: 40354 |
8153 | | /* 40047 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
8154 | | /* 40050 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 40088 |
8155 | | /* 40055 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8156 | | /* 40058 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40073 |
8157 | | /* 40063 */ MCD_OPC_CheckPredicate, 19, 126, 138, 1, // Skip to: 141058 |
8158 | | /* 40068 */ MCD_OPC_Decode, 175, 16, 239, 1, // Opcode: CMPHS_PPzZZ_H |
8159 | | /* 40073 */ MCD_OPC_FilterValue, 1, 116, 138, 1, // Skip to: 141058 |
8160 | | /* 40078 */ MCD_OPC_CheckPredicate, 19, 111, 138, 1, // Skip to: 141058 |
8161 | | /* 40083 */ MCD_OPC_Decode, 164, 16, 239, 1, // Opcode: CMPHI_PPzZZ_H |
8162 | | /* 40088 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 40126 |
8163 | | /* 40093 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8164 | | /* 40096 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40111 |
8165 | | /* 40101 */ MCD_OPC_CheckPredicate, 19, 88, 138, 1, // Skip to: 141058 |
8166 | | /* 40106 */ MCD_OPC_Decode, 134, 16, 239, 1, // Opcode: CMPEQ_WIDE_PPzZZ_H |
8167 | | /* 40111 */ MCD_OPC_FilterValue, 1, 78, 138, 1, // Skip to: 141058 |
8168 | | /* 40116 */ MCD_OPC_CheckPredicate, 19, 73, 138, 1, // Skip to: 141058 |
8169 | | /* 40121 */ MCD_OPC_Decode, 217, 16, 239, 1, // Opcode: CMPNE_WIDE_PPzZZ_H |
8170 | | /* 40126 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 40164 |
8171 | | /* 40131 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8172 | | /* 40134 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40149 |
8173 | | /* 40139 */ MCD_OPC_CheckPredicate, 19, 50, 138, 1, // Skip to: 141058 |
8174 | | /* 40144 */ MCD_OPC_Decode, 145, 16, 239, 1, // Opcode: CMPGE_WIDE_PPzZZ_H |
8175 | | /* 40149 */ MCD_OPC_FilterValue, 1, 40, 138, 1, // Skip to: 141058 |
8176 | | /* 40154 */ MCD_OPC_CheckPredicate, 19, 35, 138, 1, // Skip to: 141058 |
8177 | | /* 40159 */ MCD_OPC_Decode, 156, 16, 239, 1, // Opcode: CMPGT_WIDE_PPzZZ_H |
8178 | | /* 40164 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 40202 |
8179 | | /* 40169 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8180 | | /* 40172 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40187 |
8181 | | /* 40177 */ MCD_OPC_CheckPredicate, 19, 12, 138, 1, // Skip to: 141058 |
8182 | | /* 40182 */ MCD_OPC_Decode, 206, 16, 239, 1, // Opcode: CMPLT_WIDE_PPzZZ_H |
8183 | | /* 40187 */ MCD_OPC_FilterValue, 1, 2, 138, 1, // Skip to: 141058 |
8184 | | /* 40192 */ MCD_OPC_CheckPredicate, 19, 253, 137, 1, // Skip to: 141058 |
8185 | | /* 40197 */ MCD_OPC_Decode, 185, 16, 239, 1, // Opcode: CMPLE_WIDE_PPzZZ_H |
8186 | | /* 40202 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 40240 |
8187 | | /* 40207 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8188 | | /* 40210 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40225 |
8189 | | /* 40215 */ MCD_OPC_CheckPredicate, 19, 230, 137, 1, // Skip to: 141058 |
8190 | | /* 40220 */ MCD_OPC_Decode, 142, 16, 239, 1, // Opcode: CMPGE_PPzZZ_H |
8191 | | /* 40225 */ MCD_OPC_FilterValue, 1, 220, 137, 1, // Skip to: 141058 |
8192 | | /* 40230 */ MCD_OPC_CheckPredicate, 19, 215, 137, 1, // Skip to: 141058 |
8193 | | /* 40235 */ MCD_OPC_Decode, 153, 16, 239, 1, // Opcode: CMPGT_PPzZZ_H |
8194 | | /* 40240 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 40278 |
8195 | | /* 40245 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8196 | | /* 40248 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40263 |
8197 | | /* 40253 */ MCD_OPC_CheckPredicate, 19, 192, 137, 1, // Skip to: 141058 |
8198 | | /* 40258 */ MCD_OPC_Decode, 131, 16, 239, 1, // Opcode: CMPEQ_PPzZZ_H |
8199 | | /* 40263 */ MCD_OPC_FilterValue, 1, 182, 137, 1, // Skip to: 141058 |
8200 | | /* 40268 */ MCD_OPC_CheckPredicate, 19, 177, 137, 1, // Skip to: 141058 |
8201 | | /* 40273 */ MCD_OPC_Decode, 214, 16, 239, 1, // Opcode: CMPNE_PPzZZ_H |
8202 | | /* 40278 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 40316 |
8203 | | /* 40283 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8204 | | /* 40286 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40301 |
8205 | | /* 40291 */ MCD_OPC_CheckPredicate, 19, 154, 137, 1, // Skip to: 141058 |
8206 | | /* 40296 */ MCD_OPC_Decode, 178, 16, 239, 1, // Opcode: CMPHS_WIDE_PPzZZ_H |
8207 | | /* 40301 */ MCD_OPC_FilterValue, 1, 144, 137, 1, // Skip to: 141058 |
8208 | | /* 40306 */ MCD_OPC_CheckPredicate, 19, 139, 137, 1, // Skip to: 141058 |
8209 | | /* 40311 */ MCD_OPC_Decode, 167, 16, 239, 1, // Opcode: CMPHI_WIDE_PPzZZ_H |
8210 | | /* 40316 */ MCD_OPC_FilterValue, 7, 129, 137, 1, // Skip to: 141058 |
8211 | | /* 40321 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8212 | | /* 40324 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40339 |
8213 | | /* 40329 */ MCD_OPC_CheckPredicate, 19, 116, 137, 1, // Skip to: 141058 |
8214 | | /* 40334 */ MCD_OPC_Decode, 192, 16, 239, 1, // Opcode: CMPLO_WIDE_PPzZZ_H |
8215 | | /* 40339 */ MCD_OPC_FilterValue, 1, 106, 137, 1, // Skip to: 141058 |
8216 | | /* 40344 */ MCD_OPC_CheckPredicate, 19, 101, 137, 1, // Skip to: 141058 |
8217 | | /* 40349 */ MCD_OPC_Decode, 199, 16, 239, 1, // Opcode: CMPLS_WIDE_PPzZZ_H |
8218 | | /* 40354 */ MCD_OPC_FilterValue, 2, 51, 1, 0, // Skip to: 40666 |
8219 | | /* 40359 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
8220 | | /* 40362 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 40400 |
8221 | | /* 40367 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8222 | | /* 40370 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40385 |
8223 | | /* 40375 */ MCD_OPC_CheckPredicate, 19, 70, 137, 1, // Skip to: 141058 |
8224 | | /* 40380 */ MCD_OPC_Decode, 176, 16, 239, 1, // Opcode: CMPHS_PPzZZ_S |
8225 | | /* 40385 */ MCD_OPC_FilterValue, 1, 60, 137, 1, // Skip to: 141058 |
8226 | | /* 40390 */ MCD_OPC_CheckPredicate, 19, 55, 137, 1, // Skip to: 141058 |
8227 | | /* 40395 */ MCD_OPC_Decode, 165, 16, 239, 1, // Opcode: CMPHI_PPzZZ_S |
8228 | | /* 40400 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 40438 |
8229 | | /* 40405 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8230 | | /* 40408 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40423 |
8231 | | /* 40413 */ MCD_OPC_CheckPredicate, 19, 32, 137, 1, // Skip to: 141058 |
8232 | | /* 40418 */ MCD_OPC_Decode, 135, 16, 239, 1, // Opcode: CMPEQ_WIDE_PPzZZ_S |
8233 | | /* 40423 */ MCD_OPC_FilterValue, 1, 22, 137, 1, // Skip to: 141058 |
8234 | | /* 40428 */ MCD_OPC_CheckPredicate, 19, 17, 137, 1, // Skip to: 141058 |
8235 | | /* 40433 */ MCD_OPC_Decode, 218, 16, 239, 1, // Opcode: CMPNE_WIDE_PPzZZ_S |
8236 | | /* 40438 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 40476 |
8237 | | /* 40443 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8238 | | /* 40446 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40461 |
8239 | | /* 40451 */ MCD_OPC_CheckPredicate, 19, 250, 136, 1, // Skip to: 141058 |
8240 | | /* 40456 */ MCD_OPC_Decode, 146, 16, 239, 1, // Opcode: CMPGE_WIDE_PPzZZ_S |
8241 | | /* 40461 */ MCD_OPC_FilterValue, 1, 240, 136, 1, // Skip to: 141058 |
8242 | | /* 40466 */ MCD_OPC_CheckPredicate, 19, 235, 136, 1, // Skip to: 141058 |
8243 | | /* 40471 */ MCD_OPC_Decode, 157, 16, 239, 1, // Opcode: CMPGT_WIDE_PPzZZ_S |
8244 | | /* 40476 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 40514 |
8245 | | /* 40481 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8246 | | /* 40484 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40499 |
8247 | | /* 40489 */ MCD_OPC_CheckPredicate, 19, 212, 136, 1, // Skip to: 141058 |
8248 | | /* 40494 */ MCD_OPC_Decode, 207, 16, 239, 1, // Opcode: CMPLT_WIDE_PPzZZ_S |
8249 | | /* 40499 */ MCD_OPC_FilterValue, 1, 202, 136, 1, // Skip to: 141058 |
8250 | | /* 40504 */ MCD_OPC_CheckPredicate, 19, 197, 136, 1, // Skip to: 141058 |
8251 | | /* 40509 */ MCD_OPC_Decode, 186, 16, 239, 1, // Opcode: CMPLE_WIDE_PPzZZ_S |
8252 | | /* 40514 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 40552 |
8253 | | /* 40519 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8254 | | /* 40522 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40537 |
8255 | | /* 40527 */ MCD_OPC_CheckPredicate, 19, 174, 136, 1, // Skip to: 141058 |
8256 | | /* 40532 */ MCD_OPC_Decode, 143, 16, 239, 1, // Opcode: CMPGE_PPzZZ_S |
8257 | | /* 40537 */ MCD_OPC_FilterValue, 1, 164, 136, 1, // Skip to: 141058 |
8258 | | /* 40542 */ MCD_OPC_CheckPredicate, 19, 159, 136, 1, // Skip to: 141058 |
8259 | | /* 40547 */ MCD_OPC_Decode, 154, 16, 239, 1, // Opcode: CMPGT_PPzZZ_S |
8260 | | /* 40552 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 40590 |
8261 | | /* 40557 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8262 | | /* 40560 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40575 |
8263 | | /* 40565 */ MCD_OPC_CheckPredicate, 19, 136, 136, 1, // Skip to: 141058 |
8264 | | /* 40570 */ MCD_OPC_Decode, 132, 16, 239, 1, // Opcode: CMPEQ_PPzZZ_S |
8265 | | /* 40575 */ MCD_OPC_FilterValue, 1, 126, 136, 1, // Skip to: 141058 |
8266 | | /* 40580 */ MCD_OPC_CheckPredicate, 19, 121, 136, 1, // Skip to: 141058 |
8267 | | /* 40585 */ MCD_OPC_Decode, 215, 16, 239, 1, // Opcode: CMPNE_PPzZZ_S |
8268 | | /* 40590 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 40628 |
8269 | | /* 40595 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8270 | | /* 40598 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40613 |
8271 | | /* 40603 */ MCD_OPC_CheckPredicate, 19, 98, 136, 1, // Skip to: 141058 |
8272 | | /* 40608 */ MCD_OPC_Decode, 179, 16, 239, 1, // Opcode: CMPHS_WIDE_PPzZZ_S |
8273 | | /* 40613 */ MCD_OPC_FilterValue, 1, 88, 136, 1, // Skip to: 141058 |
8274 | | /* 40618 */ MCD_OPC_CheckPredicate, 19, 83, 136, 1, // Skip to: 141058 |
8275 | | /* 40623 */ MCD_OPC_Decode, 168, 16, 239, 1, // Opcode: CMPHI_WIDE_PPzZZ_S |
8276 | | /* 40628 */ MCD_OPC_FilterValue, 7, 73, 136, 1, // Skip to: 141058 |
8277 | | /* 40633 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8278 | | /* 40636 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40651 |
8279 | | /* 40641 */ MCD_OPC_CheckPredicate, 19, 60, 136, 1, // Skip to: 141058 |
8280 | | /* 40646 */ MCD_OPC_Decode, 193, 16, 239, 1, // Opcode: CMPLO_WIDE_PPzZZ_S |
8281 | | /* 40651 */ MCD_OPC_FilterValue, 1, 50, 136, 1, // Skip to: 141058 |
8282 | | /* 40656 */ MCD_OPC_CheckPredicate, 19, 45, 136, 1, // Skip to: 141058 |
8283 | | /* 40661 */ MCD_OPC_Decode, 200, 16, 239, 1, // Opcode: CMPLS_WIDE_PPzZZ_S |
8284 | | /* 40666 */ MCD_OPC_FilterValue, 3, 117, 0, 0, // Skip to: 40788 |
8285 | | /* 40671 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
8286 | | /* 40674 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 40712 |
8287 | | /* 40679 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8288 | | /* 40682 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40697 |
8289 | | /* 40687 */ MCD_OPC_CheckPredicate, 19, 14, 136, 1, // Skip to: 141058 |
8290 | | /* 40692 */ MCD_OPC_Decode, 174, 16, 239, 1, // Opcode: CMPHS_PPzZZ_D |
8291 | | /* 40697 */ MCD_OPC_FilterValue, 1, 4, 136, 1, // Skip to: 141058 |
8292 | | /* 40702 */ MCD_OPC_CheckPredicate, 19, 255, 135, 1, // Skip to: 141058 |
8293 | | /* 40707 */ MCD_OPC_Decode, 163, 16, 239, 1, // Opcode: CMPHI_PPzZZ_D |
8294 | | /* 40712 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 40750 |
8295 | | /* 40717 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8296 | | /* 40720 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40735 |
8297 | | /* 40725 */ MCD_OPC_CheckPredicate, 19, 232, 135, 1, // Skip to: 141058 |
8298 | | /* 40730 */ MCD_OPC_Decode, 141, 16, 239, 1, // Opcode: CMPGE_PPzZZ_D |
8299 | | /* 40735 */ MCD_OPC_FilterValue, 1, 222, 135, 1, // Skip to: 141058 |
8300 | | /* 40740 */ MCD_OPC_CheckPredicate, 19, 217, 135, 1, // Skip to: 141058 |
8301 | | /* 40745 */ MCD_OPC_Decode, 152, 16, 239, 1, // Opcode: CMPGT_PPzZZ_D |
8302 | | /* 40750 */ MCD_OPC_FilterValue, 5, 207, 135, 1, // Skip to: 141058 |
8303 | | /* 40755 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8304 | | /* 40758 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40773 |
8305 | | /* 40763 */ MCD_OPC_CheckPredicate, 19, 194, 135, 1, // Skip to: 141058 |
8306 | | /* 40768 */ MCD_OPC_Decode, 130, 16, 239, 1, // Opcode: CMPEQ_PPzZZ_D |
8307 | | /* 40773 */ MCD_OPC_FilterValue, 1, 184, 135, 1, // Skip to: 141058 |
8308 | | /* 40778 */ MCD_OPC_CheckPredicate, 19, 179, 135, 1, // Skip to: 141058 |
8309 | | /* 40783 */ MCD_OPC_Decode, 213, 16, 239, 1, // Opcode: CMPNE_PPzZZ_D |
8310 | | /* 40788 */ MCD_OPC_FilterValue, 4, 24, 2, 0, // Skip to: 41329 |
8311 | | /* 40793 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
8312 | | /* 40796 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 40880 |
8313 | | /* 40801 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8314 | | /* 40804 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 40842 |
8315 | | /* 40809 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8316 | | /* 40812 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40827 |
8317 | | /* 40817 */ MCD_OPC_CheckPredicate, 19, 140, 135, 1, // Skip to: 141058 |
8318 | | /* 40822 */ MCD_OPC_Decode, 136, 16, 240, 1, // Opcode: CMPGE_PPzZI_B |
8319 | | /* 40827 */ MCD_OPC_FilterValue, 1, 130, 135, 1, // Skip to: 141058 |
8320 | | /* 40832 */ MCD_OPC_CheckPredicate, 19, 125, 135, 1, // Skip to: 141058 |
8321 | | /* 40837 */ MCD_OPC_Decode, 201, 16, 240, 1, // Opcode: CMPLT_PPzZI_B |
8322 | | /* 40842 */ MCD_OPC_FilterValue, 1, 115, 135, 1, // Skip to: 141058 |
8323 | | /* 40847 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8324 | | /* 40850 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40865 |
8325 | | /* 40855 */ MCD_OPC_CheckPredicate, 19, 102, 135, 1, // Skip to: 141058 |
8326 | | /* 40860 */ MCD_OPC_Decode, 147, 16, 240, 1, // Opcode: CMPGT_PPzZI_B |
8327 | | /* 40865 */ MCD_OPC_FilterValue, 1, 92, 135, 1, // Skip to: 141058 |
8328 | | /* 40870 */ MCD_OPC_CheckPredicate, 19, 87, 135, 1, // Skip to: 141058 |
8329 | | /* 40875 */ MCD_OPC_Decode, 180, 16, 240, 1, // Opcode: CMPLE_PPzZI_B |
8330 | | /* 40880 */ MCD_OPC_FilterValue, 1, 169, 0, 0, // Skip to: 41054 |
8331 | | /* 40885 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8332 | | /* 40888 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 40979 |
8333 | | /* 40893 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8334 | | /* 40896 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 40957 |
8335 | | /* 40901 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8336 | | /* 40904 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40919 |
8337 | | /* 40909 */ MCD_OPC_CheckPredicate, 19, 48, 135, 1, // Skip to: 141058 |
8338 | | /* 40914 */ MCD_OPC_Decode, 205, 12, 241, 1, // Opcode: AND_PPzPP |
8339 | | /* 40919 */ MCD_OPC_FilterValue, 1, 38, 135, 1, // Skip to: 141058 |
8340 | | /* 40924 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
8341 | | /* 40927 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 40942 |
8342 | | /* 40932 */ MCD_OPC_CheckPredicate, 19, 25, 135, 1, // Skip to: 141058 |
8343 | | /* 40937 */ MCD_OPC_Decode, 183, 14, 242, 1, // Opcode: BRKA_PPzP |
8344 | | /* 40942 */ MCD_OPC_FilterValue, 8, 15, 135, 1, // Skip to: 141058 |
8345 | | /* 40947 */ MCD_OPC_CheckPredicate, 19, 10, 135, 1, // Skip to: 141058 |
8346 | | /* 40952 */ MCD_OPC_Decode, 188, 14, 243, 1, // Opcode: BRKN_PPzP |
8347 | | /* 40957 */ MCD_OPC_FilterValue, 1, 0, 135, 1, // Skip to: 141058 |
8348 | | /* 40962 */ MCD_OPC_CheckPredicate, 19, 251, 134, 1, // Skip to: 141058 |
8349 | | /* 40967 */ MCD_OPC_CheckField, 20, 1, 0, 244, 134, 1, // Skip to: 141058 |
8350 | | /* 40974 */ MCD_OPC_Decode, 213, 18, 241, 1, // Opcode: EOR_PPzPP |
8351 | | /* 40979 */ MCD_OPC_FilterValue, 1, 234, 134, 1, // Skip to: 141058 |
8352 | | /* 40984 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8353 | | /* 40987 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 41032 |
8354 | | /* 40992 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8355 | | /* 40995 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41010 |
8356 | | /* 41000 */ MCD_OPC_CheckPredicate, 19, 213, 134, 1, // Skip to: 141058 |
8357 | | /* 41005 */ MCD_OPC_Decode, 149, 14, 241, 1, // Opcode: BIC_PPzPP |
8358 | | /* 41010 */ MCD_OPC_FilterValue, 1, 203, 134, 1, // Skip to: 141058 |
8359 | | /* 41015 */ MCD_OPC_CheckPredicate, 19, 198, 134, 1, // Skip to: 141058 |
8360 | | /* 41020 */ MCD_OPC_CheckField, 16, 4, 0, 191, 134, 1, // Skip to: 141058 |
8361 | | /* 41027 */ MCD_OPC_Decode, 182, 14, 244, 1, // Opcode: BRKA_PPmP |
8362 | | /* 41032 */ MCD_OPC_FilterValue, 1, 181, 134, 1, // Skip to: 141058 |
8363 | | /* 41037 */ MCD_OPC_CheckPredicate, 19, 176, 134, 1, // Skip to: 141058 |
8364 | | /* 41042 */ MCD_OPC_CheckField, 20, 1, 0, 169, 134, 1, // Skip to: 141058 |
8365 | | /* 41049 */ MCD_OPC_Decode, 192, 42, 241, 1, // Opcode: SEL_PPPP |
8366 | | /* 41054 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 41106 |
8367 | | /* 41059 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8368 | | /* 41062 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41084 |
8369 | | /* 41067 */ MCD_OPC_CheckPredicate, 19, 146, 134, 1, // Skip to: 141058 |
8370 | | /* 41072 */ MCD_OPC_CheckField, 13, 1, 0, 139, 134, 1, // Skip to: 141058 |
8371 | | /* 41079 */ MCD_OPC_Decode, 253, 15, 240, 1, // Opcode: CMPEQ_PPzZI_B |
8372 | | /* 41084 */ MCD_OPC_FilterValue, 1, 129, 134, 1, // Skip to: 141058 |
8373 | | /* 41089 */ MCD_OPC_CheckPredicate, 19, 124, 134, 1, // Skip to: 141058 |
8374 | | /* 41094 */ MCD_OPC_CheckField, 13, 1, 0, 117, 134, 1, // Skip to: 141058 |
8375 | | /* 41101 */ MCD_OPC_Decode, 208, 16, 240, 1, // Opcode: CMPNE_PPzZI_B |
8376 | | /* 41106 */ MCD_OPC_FilterValue, 3, 107, 134, 1, // Skip to: 141058 |
8377 | | /* 41111 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8378 | | /* 41114 */ MCD_OPC_FilterValue, 0, 181, 0, 0, // Skip to: 41300 |
8379 | | /* 41119 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8380 | | /* 41122 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41144 |
8381 | | /* 41127 */ MCD_OPC_CheckPredicate, 19, 86, 134, 1, // Skip to: 141058 |
8382 | | /* 41132 */ MCD_OPC_CheckField, 9, 1, 0, 79, 134, 1, // Skip to: 141058 |
8383 | | /* 41139 */ MCD_OPC_Decode, 190, 14, 241, 1, // Opcode: BRKPA_PPzPP |
8384 | | /* 41144 */ MCD_OPC_FilterValue, 1, 69, 134, 1, // Skip to: 141058 |
8385 | | /* 41149 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8386 | | /* 41152 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 41181 |
8387 | | /* 41157 */ MCD_OPC_CheckPredicate, 19, 56, 134, 1, // Skip to: 141058 |
8388 | | /* 41162 */ MCD_OPC_CheckField, 16, 4, 9, 49, 134, 1, // Skip to: 141058 |
8389 | | /* 41169 */ MCD_OPC_CheckField, 9, 1, 0, 42, 134, 1, // Skip to: 141058 |
8390 | | /* 41176 */ MCD_OPC_Decode, 165, 39, 245, 1, // Opcode: PNEXT_B |
8391 | | /* 41181 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 41219 |
8392 | | /* 41186 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
8393 | | /* 41189 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 41204 |
8394 | | /* 41194 */ MCD_OPC_CheckPredicate, 19, 19, 134, 1, // Skip to: 141058 |
8395 | | /* 41199 */ MCD_OPC_Decode, 219, 39, 246, 1, // Opcode: PTRUE_B |
8396 | | /* 41204 */ MCD_OPC_FilterValue, 9, 9, 134, 1, // Skip to: 141058 |
8397 | | /* 41209 */ MCD_OPC_CheckPredicate, 19, 4, 134, 1, // Skip to: 141058 |
8398 | | /* 41214 */ MCD_OPC_Decode, 215, 39, 246, 1, // Opcode: PTRUES_B |
8399 | | /* 41219 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 41248 |
8400 | | /* 41224 */ MCD_OPC_CheckPredicate, 19, 245, 133, 1, // Skip to: 141058 |
8401 | | /* 41229 */ MCD_OPC_CheckField, 16, 4, 8, 238, 133, 1, // Skip to: 141058 |
8402 | | /* 41236 */ MCD_OPC_CheckField, 5, 5, 0, 231, 133, 1, // Skip to: 141058 |
8403 | | /* 41243 */ MCD_OPC_Decode, 142, 39, 247, 1, // Opcode: PFALSE |
8404 | | /* 41248 */ MCD_OPC_FilterValue, 12, 221, 133, 1, // Skip to: 141058 |
8405 | | /* 41253 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
8406 | | /* 41256 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 41278 |
8407 | | /* 41261 */ MCD_OPC_CheckPredicate, 24, 208, 133, 1, // Skip to: 141058 |
8408 | | /* 41266 */ MCD_OPC_CheckField, 9, 1, 0, 201, 133, 1, // Skip to: 141058 |
8409 | | /* 41273 */ MCD_OPC_Decode, 188, 40, 206, 1, // Opcode: RDFFR_PPz_REAL |
8410 | | /* 41278 */ MCD_OPC_FilterValue, 9, 191, 133, 1, // Skip to: 141058 |
8411 | | /* 41283 */ MCD_OPC_CheckPredicate, 24, 186, 133, 1, // Skip to: 141058 |
8412 | | /* 41288 */ MCD_OPC_CheckField, 5, 5, 0, 179, 133, 1, // Skip to: 141058 |
8413 | | /* 41295 */ MCD_OPC_Decode, 189, 40, 247, 1, // Opcode: RDFFR_P_REAL |
8414 | | /* 41300 */ MCD_OPC_FilterValue, 1, 169, 133, 1, // Skip to: 141058 |
8415 | | /* 41305 */ MCD_OPC_CheckPredicate, 19, 164, 133, 1, // Skip to: 141058 |
8416 | | /* 41310 */ MCD_OPC_CheckField, 20, 1, 0, 157, 133, 1, // Skip to: 141058 |
8417 | | /* 41317 */ MCD_OPC_CheckField, 9, 1, 0, 150, 133, 1, // Skip to: 141058 |
8418 | | /* 41324 */ MCD_OPC_Decode, 192, 14, 241, 1, // Opcode: BRKPB_PPzPP |
8419 | | /* 41329 */ MCD_OPC_FilterValue, 5, 227, 1, 0, // Skip to: 41817 |
8420 | | /* 41334 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
8421 | | /* 41337 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 41421 |
8422 | | /* 41342 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8423 | | /* 41345 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 41383 |
8424 | | /* 41350 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8425 | | /* 41353 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41368 |
8426 | | /* 41358 */ MCD_OPC_CheckPredicate, 19, 111, 133, 1, // Skip to: 141058 |
8427 | | /* 41363 */ MCD_OPC_Decode, 138, 16, 240, 1, // Opcode: CMPGE_PPzZI_H |
8428 | | /* 41368 */ MCD_OPC_FilterValue, 1, 101, 133, 1, // Skip to: 141058 |
8429 | | /* 41373 */ MCD_OPC_CheckPredicate, 19, 96, 133, 1, // Skip to: 141058 |
8430 | | /* 41378 */ MCD_OPC_Decode, 203, 16, 240, 1, // Opcode: CMPLT_PPzZI_H |
8431 | | /* 41383 */ MCD_OPC_FilterValue, 1, 86, 133, 1, // Skip to: 141058 |
8432 | | /* 41388 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8433 | | /* 41391 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41406 |
8434 | | /* 41396 */ MCD_OPC_CheckPredicate, 19, 73, 133, 1, // Skip to: 141058 |
8435 | | /* 41401 */ MCD_OPC_Decode, 149, 16, 240, 1, // Opcode: CMPGT_PPzZI_H |
8436 | | /* 41406 */ MCD_OPC_FilterValue, 1, 63, 133, 1, // Skip to: 141058 |
8437 | | /* 41411 */ MCD_OPC_CheckPredicate, 19, 58, 133, 1, // Skip to: 141058 |
8438 | | /* 41416 */ MCD_OPC_Decode, 182, 16, 240, 1, // Opcode: CMPLE_PPzZI_H |
8439 | | /* 41421 */ MCD_OPC_FilterValue, 1, 123, 0, 0, // Skip to: 41549 |
8440 | | /* 41426 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8441 | | /* 41429 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 41520 |
8442 | | /* 41434 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8443 | | /* 41437 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 41498 |
8444 | | /* 41442 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8445 | | /* 41445 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41460 |
8446 | | /* 41450 */ MCD_OPC_CheckPredicate, 19, 19, 133, 1, // Skip to: 141058 |
8447 | | /* 41455 */ MCD_OPC_Decode, 196, 12, 241, 1, // Opcode: ANDS_PPzPP |
8448 | | /* 41460 */ MCD_OPC_FilterValue, 1, 9, 133, 1, // Skip to: 141058 |
8449 | | /* 41465 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
8450 | | /* 41468 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41483 |
8451 | | /* 41473 */ MCD_OPC_CheckPredicate, 19, 252, 132, 1, // Skip to: 141058 |
8452 | | /* 41478 */ MCD_OPC_Decode, 181, 14, 242, 1, // Opcode: BRKAS_PPzP |
8453 | | /* 41483 */ MCD_OPC_FilterValue, 8, 242, 132, 1, // Skip to: 141058 |
8454 | | /* 41488 */ MCD_OPC_CheckPredicate, 19, 237, 132, 1, // Skip to: 141058 |
8455 | | /* 41493 */ MCD_OPC_Decode, 187, 14, 243, 1, // Opcode: BRKNS_PPzP |
8456 | | /* 41498 */ MCD_OPC_FilterValue, 1, 227, 132, 1, // Skip to: 141058 |
8457 | | /* 41503 */ MCD_OPC_CheckPredicate, 19, 222, 132, 1, // Skip to: 141058 |
8458 | | /* 41508 */ MCD_OPC_CheckField, 20, 1, 0, 215, 132, 1, // Skip to: 141058 |
8459 | | /* 41515 */ MCD_OPC_Decode, 200, 18, 241, 1, // Opcode: EORS_PPzPP |
8460 | | /* 41520 */ MCD_OPC_FilterValue, 1, 205, 132, 1, // Skip to: 141058 |
8461 | | /* 41525 */ MCD_OPC_CheckPredicate, 19, 200, 132, 1, // Skip to: 141058 |
8462 | | /* 41530 */ MCD_OPC_CheckField, 20, 1, 0, 193, 132, 1, // Skip to: 141058 |
8463 | | /* 41537 */ MCD_OPC_CheckField, 9, 1, 0, 186, 132, 1, // Skip to: 141058 |
8464 | | /* 41544 */ MCD_OPC_Decode, 146, 14, 241, 1, // Opcode: BICS_PPzPP |
8465 | | /* 41549 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 41601 |
8466 | | /* 41554 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8467 | | /* 41557 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41579 |
8468 | | /* 41562 */ MCD_OPC_CheckPredicate, 19, 163, 132, 1, // Skip to: 141058 |
8469 | | /* 41567 */ MCD_OPC_CheckField, 13, 1, 0, 156, 132, 1, // Skip to: 141058 |
8470 | | /* 41574 */ MCD_OPC_Decode, 255, 15, 240, 1, // Opcode: CMPEQ_PPzZI_H |
8471 | | /* 41579 */ MCD_OPC_FilterValue, 1, 146, 132, 1, // Skip to: 141058 |
8472 | | /* 41584 */ MCD_OPC_CheckPredicate, 19, 141, 132, 1, // Skip to: 141058 |
8473 | | /* 41589 */ MCD_OPC_CheckField, 13, 1, 0, 134, 132, 1, // Skip to: 141058 |
8474 | | /* 41596 */ MCD_OPC_Decode, 210, 16, 240, 1, // Opcode: CMPNE_PPzZI_H |
8475 | | /* 41601 */ MCD_OPC_FilterValue, 3, 124, 132, 1, // Skip to: 141058 |
8476 | | /* 41606 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8477 | | /* 41609 */ MCD_OPC_FilterValue, 0, 174, 0, 0, // Skip to: 41788 |
8478 | | /* 41614 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8479 | | /* 41617 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41639 |
8480 | | /* 41622 */ MCD_OPC_CheckPredicate, 19, 103, 132, 1, // Skip to: 141058 |
8481 | | /* 41627 */ MCD_OPC_CheckField, 9, 1, 0, 96, 132, 1, // Skip to: 141058 |
8482 | | /* 41634 */ MCD_OPC_Decode, 189, 14, 241, 1, // Opcode: BRKPAS_PPzPP |
8483 | | /* 41639 */ MCD_OPC_FilterValue, 1, 86, 132, 1, // Skip to: 141058 |
8484 | | /* 41644 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
8485 | | /* 41647 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 41676 |
8486 | | /* 41652 */ MCD_OPC_CheckPredicate, 19, 73, 132, 1, // Skip to: 141058 |
8487 | | /* 41657 */ MCD_OPC_CheckField, 9, 1, 0, 66, 132, 1, // Skip to: 141058 |
8488 | | /* 41664 */ MCD_OPC_CheckField, 0, 4, 0, 59, 132, 1, // Skip to: 141058 |
8489 | | /* 41671 */ MCD_OPC_Decode, 214, 39, 248, 1, // Opcode: PTEST_PP |
8490 | | /* 41676 */ MCD_OPC_FilterValue, 8, 62, 0, 0, // Skip to: 41743 |
8491 | | /* 41681 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8492 | | /* 41684 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41706 |
8493 | | /* 41689 */ MCD_OPC_CheckPredicate, 19, 36, 132, 1, // Skip to: 141058 |
8494 | | /* 41694 */ MCD_OPC_CheckField, 9, 1, 0, 29, 132, 1, // Skip to: 141058 |
8495 | | /* 41701 */ MCD_OPC_Decode, 143, 39, 245, 1, // Opcode: PFIRST_B |
8496 | | /* 41706 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 41721 |
8497 | | /* 41711 */ MCD_OPC_CheckPredicate, 19, 14, 132, 1, // Skip to: 141058 |
8498 | | /* 41716 */ MCD_OPC_Decode, 225, 39, 246, 1, // Opcode: PTRUE_H |
8499 | | /* 41721 */ MCD_OPC_FilterValue, 12, 4, 132, 1, // Skip to: 141058 |
8500 | | /* 41726 */ MCD_OPC_CheckPredicate, 24, 255, 131, 1, // Skip to: 141058 |
8501 | | /* 41731 */ MCD_OPC_CheckField, 9, 1, 0, 248, 131, 1, // Skip to: 141058 |
8502 | | /* 41738 */ MCD_OPC_Decode, 187, 40, 206, 1, // Opcode: RDFFRS_PPz |
8503 | | /* 41743 */ MCD_OPC_FilterValue, 9, 238, 131, 1, // Skip to: 141058 |
8504 | | /* 41748 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8505 | | /* 41751 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 41773 |
8506 | | /* 41756 */ MCD_OPC_CheckPredicate, 19, 225, 131, 1, // Skip to: 141058 |
8507 | | /* 41761 */ MCD_OPC_CheckField, 9, 1, 0, 218, 131, 1, // Skip to: 141058 |
8508 | | /* 41768 */ MCD_OPC_Decode, 167, 39, 245, 1, // Opcode: PNEXT_H |
8509 | | /* 41773 */ MCD_OPC_FilterValue, 8, 208, 131, 1, // Skip to: 141058 |
8510 | | /* 41778 */ MCD_OPC_CheckPredicate, 19, 203, 131, 1, // Skip to: 141058 |
8511 | | /* 41783 */ MCD_OPC_Decode, 217, 39, 246, 1, // Opcode: PTRUES_H |
8512 | | /* 41788 */ MCD_OPC_FilterValue, 1, 193, 131, 1, // Skip to: 141058 |
8513 | | /* 41793 */ MCD_OPC_CheckPredicate, 19, 188, 131, 1, // Skip to: 141058 |
8514 | | /* 41798 */ MCD_OPC_CheckField, 20, 1, 0, 181, 131, 1, // Skip to: 141058 |
8515 | | /* 41805 */ MCD_OPC_CheckField, 9, 1, 0, 174, 131, 1, // Skip to: 141058 |
8516 | | /* 41812 */ MCD_OPC_Decode, 191, 14, 241, 1, // Opcode: BRKPBS_PPzPP |
8517 | | /* 41817 */ MCD_OPC_FilterValue, 6, 137, 1, 0, // Skip to: 42215 |
8518 | | /* 41822 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
8519 | | /* 41825 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 41909 |
8520 | | /* 41830 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8521 | | /* 41833 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 41871 |
8522 | | /* 41838 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8523 | | /* 41841 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41856 |
8524 | | /* 41846 */ MCD_OPC_CheckPredicate, 19, 135, 131, 1, // Skip to: 141058 |
8525 | | /* 41851 */ MCD_OPC_Decode, 139, 16, 240, 1, // Opcode: CMPGE_PPzZI_S |
8526 | | /* 41856 */ MCD_OPC_FilterValue, 1, 125, 131, 1, // Skip to: 141058 |
8527 | | /* 41861 */ MCD_OPC_CheckPredicate, 19, 120, 131, 1, // Skip to: 141058 |
8528 | | /* 41866 */ MCD_OPC_Decode, 204, 16, 240, 1, // Opcode: CMPLT_PPzZI_S |
8529 | | /* 41871 */ MCD_OPC_FilterValue, 1, 110, 131, 1, // Skip to: 141058 |
8530 | | /* 41876 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8531 | | /* 41879 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41894 |
8532 | | /* 41884 */ MCD_OPC_CheckPredicate, 19, 97, 131, 1, // Skip to: 141058 |
8533 | | /* 41889 */ MCD_OPC_Decode, 150, 16, 240, 1, // Opcode: CMPGT_PPzZI_S |
8534 | | /* 41894 */ MCD_OPC_FilterValue, 1, 87, 131, 1, // Skip to: 141058 |
8535 | | /* 41899 */ MCD_OPC_CheckPredicate, 19, 82, 131, 1, // Skip to: 141058 |
8536 | | /* 41904 */ MCD_OPC_Decode, 183, 16, 240, 1, // Opcode: CMPLE_PPzZI_S |
8537 | | /* 41909 */ MCD_OPC_FilterValue, 1, 153, 0, 0, // Skip to: 42067 |
8538 | | /* 41914 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8539 | | /* 41917 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 41992 |
8540 | | /* 41922 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8541 | | /* 41925 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 41970 |
8542 | | /* 41930 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8543 | | /* 41933 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 41948 |
8544 | | /* 41938 */ MCD_OPC_CheckPredicate, 19, 43, 131, 1, // Skip to: 141058 |
8545 | | /* 41943 */ MCD_OPC_Decode, 223, 38, 241, 1, // Opcode: ORR_PPzPP |
8546 | | /* 41948 */ MCD_OPC_FilterValue, 1, 33, 131, 1, // Skip to: 141058 |
8547 | | /* 41953 */ MCD_OPC_CheckPredicate, 19, 28, 131, 1, // Skip to: 141058 |
8548 | | /* 41958 */ MCD_OPC_CheckField, 16, 4, 0, 21, 131, 1, // Skip to: 141058 |
8549 | | /* 41965 */ MCD_OPC_Decode, 186, 14, 242, 1, // Opcode: BRKB_PPzP |
8550 | | /* 41970 */ MCD_OPC_FilterValue, 1, 11, 131, 1, // Skip to: 141058 |
8551 | | /* 41975 */ MCD_OPC_CheckPredicate, 19, 6, 131, 1, // Skip to: 141058 |
8552 | | /* 41980 */ MCD_OPC_CheckField, 20, 1, 0, 255, 130, 1, // Skip to: 141058 |
8553 | | /* 41987 */ MCD_OPC_Decode, 201, 38, 241, 1, // Opcode: NOR_PPzPP |
8554 | | /* 41992 */ MCD_OPC_FilterValue, 1, 245, 130, 1, // Skip to: 141058 |
8555 | | /* 41997 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8556 | | /* 42000 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 42045 |
8557 | | /* 42005 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8558 | | /* 42008 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42023 |
8559 | | /* 42013 */ MCD_OPC_CheckPredicate, 19, 224, 130, 1, // Skip to: 141058 |
8560 | | /* 42018 */ MCD_OPC_Decode, 211, 38, 241, 1, // Opcode: ORN_PPzPP |
8561 | | /* 42023 */ MCD_OPC_FilterValue, 1, 214, 130, 1, // Skip to: 141058 |
8562 | | /* 42028 */ MCD_OPC_CheckPredicate, 19, 209, 130, 1, // Skip to: 141058 |
8563 | | /* 42033 */ MCD_OPC_CheckField, 16, 4, 0, 202, 130, 1, // Skip to: 141058 |
8564 | | /* 42040 */ MCD_OPC_Decode, 185, 14, 244, 1, // Opcode: BRKB_PPmP |
8565 | | /* 42045 */ MCD_OPC_FilterValue, 1, 192, 130, 1, // Skip to: 141058 |
8566 | | /* 42050 */ MCD_OPC_CheckPredicate, 19, 187, 130, 1, // Skip to: 141058 |
8567 | | /* 42055 */ MCD_OPC_CheckField, 20, 1, 0, 180, 130, 1, // Skip to: 141058 |
8568 | | /* 42062 */ MCD_OPC_Decode, 184, 38, 241, 1, // Opcode: NAND_PPzPP |
8569 | | /* 42067 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 42119 |
8570 | | /* 42072 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8571 | | /* 42075 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 42097 |
8572 | | /* 42080 */ MCD_OPC_CheckPredicate, 19, 157, 130, 1, // Skip to: 141058 |
8573 | | /* 42085 */ MCD_OPC_CheckField, 13, 1, 0, 150, 130, 1, // Skip to: 141058 |
8574 | | /* 42092 */ MCD_OPC_Decode, 128, 16, 240, 1, // Opcode: CMPEQ_PPzZI_S |
8575 | | /* 42097 */ MCD_OPC_FilterValue, 1, 140, 130, 1, // Skip to: 141058 |
8576 | | /* 42102 */ MCD_OPC_CheckPredicate, 19, 135, 130, 1, // Skip to: 141058 |
8577 | | /* 42107 */ MCD_OPC_CheckField, 13, 1, 0, 128, 130, 1, // Skip to: 141058 |
8578 | | /* 42114 */ MCD_OPC_Decode, 211, 16, 240, 1, // Opcode: CMPNE_PPzZI_S |
8579 | | /* 42119 */ MCD_OPC_FilterValue, 3, 118, 130, 1, // Skip to: 141058 |
8580 | | /* 42124 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8581 | | /* 42127 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 42163 |
8582 | | /* 42132 */ MCD_OPC_CheckPredicate, 19, 105, 130, 1, // Skip to: 141058 |
8583 | | /* 42137 */ MCD_OPC_CheckField, 16, 5, 25, 98, 130, 1, // Skip to: 141058 |
8584 | | /* 42144 */ MCD_OPC_CheckField, 9, 1, 0, 91, 130, 1, // Skip to: 141058 |
8585 | | /* 42151 */ MCD_OPC_CheckField, 4, 1, 0, 84, 130, 1, // Skip to: 141058 |
8586 | | /* 42158 */ MCD_OPC_Decode, 168, 39, 245, 1, // Opcode: PNEXT_S |
8587 | | /* 42163 */ MCD_OPC_FilterValue, 8, 74, 130, 1, // Skip to: 141058 |
8588 | | /* 42168 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
8589 | | /* 42171 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 42193 |
8590 | | /* 42176 */ MCD_OPC_CheckPredicate, 19, 61, 130, 1, // Skip to: 141058 |
8591 | | /* 42181 */ MCD_OPC_CheckField, 4, 1, 0, 54, 130, 1, // Skip to: 141058 |
8592 | | /* 42188 */ MCD_OPC_Decode, 226, 39, 246, 1, // Opcode: PTRUE_S |
8593 | | /* 42193 */ MCD_OPC_FilterValue, 25, 44, 130, 1, // Skip to: 141058 |
8594 | | /* 42198 */ MCD_OPC_CheckPredicate, 19, 39, 130, 1, // Skip to: 141058 |
8595 | | /* 42203 */ MCD_OPC_CheckField, 4, 1, 0, 32, 130, 1, // Skip to: 141058 |
8596 | | /* 42210 */ MCD_OPC_Decode, 218, 39, 246, 1, // Opcode: PTRUES_S |
8597 | | /* 42215 */ MCD_OPC_FilterValue, 7, 22, 130, 1, // Skip to: 141058 |
8598 | | /* 42220 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
8599 | | /* 42223 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 42307 |
8600 | | /* 42228 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8601 | | /* 42231 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 42269 |
8602 | | /* 42236 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8603 | | /* 42239 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42254 |
8604 | | /* 42244 */ MCD_OPC_CheckPredicate, 19, 249, 129, 1, // Skip to: 141058 |
8605 | | /* 42249 */ MCD_OPC_Decode, 137, 16, 240, 1, // Opcode: CMPGE_PPzZI_D |
8606 | | /* 42254 */ MCD_OPC_FilterValue, 1, 239, 129, 1, // Skip to: 141058 |
8607 | | /* 42259 */ MCD_OPC_CheckPredicate, 19, 234, 129, 1, // Skip to: 141058 |
8608 | | /* 42264 */ MCD_OPC_Decode, 202, 16, 240, 1, // Opcode: CMPLT_PPzZI_D |
8609 | | /* 42269 */ MCD_OPC_FilterValue, 1, 224, 129, 1, // Skip to: 141058 |
8610 | | /* 42274 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8611 | | /* 42277 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42292 |
8612 | | /* 42282 */ MCD_OPC_CheckPredicate, 19, 211, 129, 1, // Skip to: 141058 |
8613 | | /* 42287 */ MCD_OPC_Decode, 148, 16, 240, 1, // Opcode: CMPGT_PPzZI_D |
8614 | | /* 42292 */ MCD_OPC_FilterValue, 1, 201, 129, 1, // Skip to: 141058 |
8615 | | /* 42297 */ MCD_OPC_CheckPredicate, 19, 196, 129, 1, // Skip to: 141058 |
8616 | | /* 42302 */ MCD_OPC_Decode, 181, 16, 240, 1, // Opcode: CMPLE_PPzZI_D |
8617 | | /* 42307 */ MCD_OPC_FilterValue, 1, 130, 0, 0, // Skip to: 42442 |
8618 | | /* 42312 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8619 | | /* 42315 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 42390 |
8620 | | /* 42320 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8621 | | /* 42323 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 42368 |
8622 | | /* 42328 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
8623 | | /* 42331 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42346 |
8624 | | /* 42336 */ MCD_OPC_CheckPredicate, 19, 157, 129, 1, // Skip to: 141058 |
8625 | | /* 42341 */ MCD_OPC_Decode, 218, 38, 241, 1, // Opcode: ORRS_PPzPP |
8626 | | /* 42346 */ MCD_OPC_FilterValue, 1, 147, 129, 1, // Skip to: 141058 |
8627 | | /* 42351 */ MCD_OPC_CheckPredicate, 19, 142, 129, 1, // Skip to: 141058 |
8628 | | /* 42356 */ MCD_OPC_CheckField, 16, 4, 0, 135, 129, 1, // Skip to: 141058 |
8629 | | /* 42363 */ MCD_OPC_Decode, 184, 14, 242, 1, // Opcode: BRKBS_PPzP |
8630 | | /* 42368 */ MCD_OPC_FilterValue, 1, 125, 129, 1, // Skip to: 141058 |
8631 | | /* 42373 */ MCD_OPC_CheckPredicate, 19, 120, 129, 1, // Skip to: 141058 |
8632 | | /* 42378 */ MCD_OPC_CheckField, 20, 1, 0, 113, 129, 1, // Skip to: 141058 |
8633 | | /* 42385 */ MCD_OPC_Decode, 200, 38, 241, 1, // Opcode: NORS_PPzPP |
8634 | | /* 42390 */ MCD_OPC_FilterValue, 1, 103, 129, 1, // Skip to: 141058 |
8635 | | /* 42395 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
8636 | | /* 42398 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 42420 |
8637 | | /* 42403 */ MCD_OPC_CheckPredicate, 19, 90, 129, 1, // Skip to: 141058 |
8638 | | /* 42408 */ MCD_OPC_CheckField, 20, 1, 0, 83, 129, 1, // Skip to: 141058 |
8639 | | /* 42415 */ MCD_OPC_Decode, 208, 38, 241, 1, // Opcode: ORNS_PPzPP |
8640 | | /* 42420 */ MCD_OPC_FilterValue, 1, 73, 129, 1, // Skip to: 141058 |
8641 | | /* 42425 */ MCD_OPC_CheckPredicate, 19, 68, 129, 1, // Skip to: 141058 |
8642 | | /* 42430 */ MCD_OPC_CheckField, 20, 1, 0, 61, 129, 1, // Skip to: 141058 |
8643 | | /* 42437 */ MCD_OPC_Decode, 183, 38, 241, 1, // Opcode: NANDS_PPzPP |
8644 | | /* 42442 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 42494 |
8645 | | /* 42447 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8646 | | /* 42450 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 42472 |
8647 | | /* 42455 */ MCD_OPC_CheckPredicate, 19, 38, 129, 1, // Skip to: 141058 |
8648 | | /* 42460 */ MCD_OPC_CheckField, 13, 1, 0, 31, 129, 1, // Skip to: 141058 |
8649 | | /* 42467 */ MCD_OPC_Decode, 254, 15, 240, 1, // Opcode: CMPEQ_PPzZI_D |
8650 | | /* 42472 */ MCD_OPC_FilterValue, 1, 21, 129, 1, // Skip to: 141058 |
8651 | | /* 42477 */ MCD_OPC_CheckPredicate, 19, 16, 129, 1, // Skip to: 141058 |
8652 | | /* 42482 */ MCD_OPC_CheckField, 13, 1, 0, 9, 129, 1, // Skip to: 141058 |
8653 | | /* 42489 */ MCD_OPC_Decode, 209, 16, 240, 1, // Opcode: CMPNE_PPzZI_D |
8654 | | /* 42494 */ MCD_OPC_FilterValue, 3, 255, 128, 1, // Skip to: 141058 |
8655 | | /* 42499 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8656 | | /* 42502 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 42538 |
8657 | | /* 42507 */ MCD_OPC_CheckPredicate, 19, 242, 128, 1, // Skip to: 141058 |
8658 | | /* 42512 */ MCD_OPC_CheckField, 16, 5, 25, 235, 128, 1, // Skip to: 141058 |
8659 | | /* 42519 */ MCD_OPC_CheckField, 9, 1, 0, 228, 128, 1, // Skip to: 141058 |
8660 | | /* 42526 */ MCD_OPC_CheckField, 4, 1, 0, 221, 128, 1, // Skip to: 141058 |
8661 | | /* 42533 */ MCD_OPC_Decode, 166, 39, 245, 1, // Opcode: PNEXT_D |
8662 | | /* 42538 */ MCD_OPC_FilterValue, 8, 211, 128, 1, // Skip to: 141058 |
8663 | | /* 42543 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
8664 | | /* 42546 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 42568 |
8665 | | /* 42551 */ MCD_OPC_CheckPredicate, 19, 198, 128, 1, // Skip to: 141058 |
8666 | | /* 42556 */ MCD_OPC_CheckField, 4, 1, 0, 191, 128, 1, // Skip to: 141058 |
8667 | | /* 42563 */ MCD_OPC_Decode, 224, 39, 246, 1, // Opcode: PTRUE_D |
8668 | | /* 42568 */ MCD_OPC_FilterValue, 25, 181, 128, 1, // Skip to: 141058 |
8669 | | /* 42573 */ MCD_OPC_CheckPredicate, 19, 176, 128, 1, // Skip to: 141058 |
8670 | | /* 42578 */ MCD_OPC_CheckField, 4, 1, 0, 169, 128, 1, // Skip to: 141058 |
8671 | | /* 42585 */ MCD_OPC_Decode, 216, 39, 246, 1, // Opcode: PTRUES_D |
8672 | | /* 42590 */ MCD_OPC_FilterValue, 1, 159, 128, 1, // Skip to: 141058 |
8673 | | /* 42595 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
8674 | | /* 42598 */ MCD_OPC_FilterValue, 0, 83, 1, 0, // Skip to: 42942 |
8675 | | /* 42603 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8676 | | /* 42606 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 42690 |
8677 | | /* 42611 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8678 | | /* 42614 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 42652 |
8679 | | /* 42619 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8680 | | /* 42622 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42637 |
8681 | | /* 42627 */ MCD_OPC_CheckPredicate, 19, 122, 128, 1, // Skip to: 141058 |
8682 | | /* 42632 */ MCD_OPC_Decode, 169, 16, 249, 1, // Opcode: CMPHS_PPzZI_B |
8683 | | /* 42637 */ MCD_OPC_FilterValue, 1, 112, 128, 1, // Skip to: 141058 |
8684 | | /* 42642 */ MCD_OPC_CheckPredicate, 19, 107, 128, 1, // Skip to: 141058 |
8685 | | /* 42647 */ MCD_OPC_Decode, 187, 16, 249, 1, // Opcode: CMPLO_PPzZI_B |
8686 | | /* 42652 */ MCD_OPC_FilterValue, 1, 97, 128, 1, // Skip to: 141058 |
8687 | | /* 42657 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8688 | | /* 42660 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42675 |
8689 | | /* 42665 */ MCD_OPC_CheckPredicate, 19, 84, 128, 1, // Skip to: 141058 |
8690 | | /* 42670 */ MCD_OPC_Decode, 158, 16, 249, 1, // Opcode: CMPHI_PPzZI_B |
8691 | | /* 42675 */ MCD_OPC_FilterValue, 1, 74, 128, 1, // Skip to: 141058 |
8692 | | /* 42680 */ MCD_OPC_CheckPredicate, 19, 69, 128, 1, // Skip to: 141058 |
8693 | | /* 42685 */ MCD_OPC_Decode, 194, 16, 249, 1, // Opcode: CMPLS_PPzZI_B |
8694 | | /* 42690 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 42774 |
8695 | | /* 42695 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8696 | | /* 42698 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 42736 |
8697 | | /* 42703 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8698 | | /* 42706 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42721 |
8699 | | /* 42711 */ MCD_OPC_CheckPredicate, 19, 38, 128, 1, // Skip to: 141058 |
8700 | | /* 42716 */ MCD_OPC_Decode, 171, 16, 249, 1, // Opcode: CMPHS_PPzZI_H |
8701 | | /* 42721 */ MCD_OPC_FilterValue, 1, 28, 128, 1, // Skip to: 141058 |
8702 | | /* 42726 */ MCD_OPC_CheckPredicate, 19, 23, 128, 1, // Skip to: 141058 |
8703 | | /* 42731 */ MCD_OPC_Decode, 189, 16, 249, 1, // Opcode: CMPLO_PPzZI_H |
8704 | | /* 42736 */ MCD_OPC_FilterValue, 1, 13, 128, 1, // Skip to: 141058 |
8705 | | /* 42741 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8706 | | /* 42744 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42759 |
8707 | | /* 42749 */ MCD_OPC_CheckPredicate, 19, 0, 128, 1, // Skip to: 141058 |
8708 | | /* 42754 */ MCD_OPC_Decode, 160, 16, 249, 1, // Opcode: CMPHI_PPzZI_H |
8709 | | /* 42759 */ MCD_OPC_FilterValue, 1, 246, 127, 1, // Skip to: 141058 |
8710 | | /* 42764 */ MCD_OPC_CheckPredicate, 19, 241, 127, 1, // Skip to: 141058 |
8711 | | /* 42769 */ MCD_OPC_Decode, 196, 16, 249, 1, // Opcode: CMPLS_PPzZI_H |
8712 | | /* 42774 */ MCD_OPC_FilterValue, 2, 79, 0, 0, // Skip to: 42858 |
8713 | | /* 42779 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8714 | | /* 42782 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 42820 |
8715 | | /* 42787 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8716 | | /* 42790 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42805 |
8717 | | /* 42795 */ MCD_OPC_CheckPredicate, 19, 210, 127, 1, // Skip to: 141058 |
8718 | | /* 42800 */ MCD_OPC_Decode, 172, 16, 249, 1, // Opcode: CMPHS_PPzZI_S |
8719 | | /* 42805 */ MCD_OPC_FilterValue, 1, 200, 127, 1, // Skip to: 141058 |
8720 | | /* 42810 */ MCD_OPC_CheckPredicate, 19, 195, 127, 1, // Skip to: 141058 |
8721 | | /* 42815 */ MCD_OPC_Decode, 190, 16, 249, 1, // Opcode: CMPLO_PPzZI_S |
8722 | | /* 42820 */ MCD_OPC_FilterValue, 1, 185, 127, 1, // Skip to: 141058 |
8723 | | /* 42825 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8724 | | /* 42828 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42843 |
8725 | | /* 42833 */ MCD_OPC_CheckPredicate, 19, 172, 127, 1, // Skip to: 141058 |
8726 | | /* 42838 */ MCD_OPC_Decode, 161, 16, 249, 1, // Opcode: CMPHI_PPzZI_S |
8727 | | /* 42843 */ MCD_OPC_FilterValue, 1, 162, 127, 1, // Skip to: 141058 |
8728 | | /* 42848 */ MCD_OPC_CheckPredicate, 19, 157, 127, 1, // Skip to: 141058 |
8729 | | /* 42853 */ MCD_OPC_Decode, 197, 16, 249, 1, // Opcode: CMPLS_PPzZI_S |
8730 | | /* 42858 */ MCD_OPC_FilterValue, 3, 147, 127, 1, // Skip to: 141058 |
8731 | | /* 42863 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8732 | | /* 42866 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 42904 |
8733 | | /* 42871 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8734 | | /* 42874 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42889 |
8735 | | /* 42879 */ MCD_OPC_CheckPredicate, 19, 126, 127, 1, // Skip to: 141058 |
8736 | | /* 42884 */ MCD_OPC_Decode, 170, 16, 249, 1, // Opcode: CMPHS_PPzZI_D |
8737 | | /* 42889 */ MCD_OPC_FilterValue, 1, 116, 127, 1, // Skip to: 141058 |
8738 | | /* 42894 */ MCD_OPC_CheckPredicate, 19, 111, 127, 1, // Skip to: 141058 |
8739 | | /* 42899 */ MCD_OPC_Decode, 188, 16, 249, 1, // Opcode: CMPLO_PPzZI_D |
8740 | | /* 42904 */ MCD_OPC_FilterValue, 1, 101, 127, 1, // Skip to: 141058 |
8741 | | /* 42909 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
8742 | | /* 42912 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42927 |
8743 | | /* 42917 */ MCD_OPC_CheckPredicate, 19, 88, 127, 1, // Skip to: 141058 |
8744 | | /* 42922 */ MCD_OPC_Decode, 159, 16, 249, 1, // Opcode: CMPHI_PPzZI_D |
8745 | | /* 42927 */ MCD_OPC_FilterValue, 1, 78, 127, 1, // Skip to: 141058 |
8746 | | /* 42932 */ MCD_OPC_CheckPredicate, 19, 73, 127, 1, // Skip to: 141058 |
8747 | | /* 42937 */ MCD_OPC_Decode, 195, 16, 249, 1, // Opcode: CMPLS_PPzZI_D |
8748 | | /* 42942 */ MCD_OPC_FilterValue, 1, 63, 127, 1, // Skip to: 141058 |
8749 | | /* 42947 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
8750 | | /* 42950 */ MCD_OPC_FilterValue, 0, 247, 5, 0, // Skip to: 44482 |
8751 | | /* 42955 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
8752 | | /* 42958 */ MCD_OPC_FilterValue, 0, 155, 0, 0, // Skip to: 43118 |
8753 | | /* 42963 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8754 | | /* 42966 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43004 |
8755 | | /* 42971 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8756 | | /* 42974 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 42989 |
8757 | | /* 42979 */ MCD_OPC_CheckPredicate, 21, 26, 127, 1, // Skip to: 141058 |
8758 | | /* 42984 */ MCD_OPC_Decode, 250, 62, 250, 1, // Opcode: WHILEGE_PWW_B |
8759 | | /* 42989 */ MCD_OPC_FilterValue, 1, 16, 127, 1, // Skip to: 141058 |
8760 | | /* 42994 */ MCD_OPC_CheckPredicate, 21, 11, 127, 1, // Skip to: 141058 |
8761 | | /* 42999 */ MCD_OPC_Decode, 138, 63, 250, 1, // Opcode: WHILEGT_PWW_B |
8762 | | /* 43004 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43042 |
8763 | | /* 43009 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8764 | | /* 43012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43027 |
8765 | | /* 43017 */ MCD_OPC_CheckPredicate, 21, 244, 126, 1, // Skip to: 141058 |
8766 | | /* 43022 */ MCD_OPC_Decode, 252, 62, 250, 1, // Opcode: WHILEGE_PWW_H |
8767 | | /* 43027 */ MCD_OPC_FilterValue, 1, 234, 126, 1, // Skip to: 141058 |
8768 | | /* 43032 */ MCD_OPC_CheckPredicate, 21, 229, 126, 1, // Skip to: 141058 |
8769 | | /* 43037 */ MCD_OPC_Decode, 140, 63, 250, 1, // Opcode: WHILEGT_PWW_H |
8770 | | /* 43042 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43080 |
8771 | | /* 43047 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8772 | | /* 43050 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43065 |
8773 | | /* 43055 */ MCD_OPC_CheckPredicate, 21, 206, 126, 1, // Skip to: 141058 |
8774 | | /* 43060 */ MCD_OPC_Decode, 253, 62, 250, 1, // Opcode: WHILEGE_PWW_S |
8775 | | /* 43065 */ MCD_OPC_FilterValue, 1, 196, 126, 1, // Skip to: 141058 |
8776 | | /* 43070 */ MCD_OPC_CheckPredicate, 21, 191, 126, 1, // Skip to: 141058 |
8777 | | /* 43075 */ MCD_OPC_Decode, 141, 63, 250, 1, // Opcode: WHILEGT_PWW_S |
8778 | | /* 43080 */ MCD_OPC_FilterValue, 3, 181, 126, 1, // Skip to: 141058 |
8779 | | /* 43085 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8780 | | /* 43088 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43103 |
8781 | | /* 43093 */ MCD_OPC_CheckPredicate, 21, 168, 126, 1, // Skip to: 141058 |
8782 | | /* 43098 */ MCD_OPC_Decode, 251, 62, 250, 1, // Opcode: WHILEGE_PWW_D |
8783 | | /* 43103 */ MCD_OPC_FilterValue, 1, 158, 126, 1, // Skip to: 141058 |
8784 | | /* 43108 */ MCD_OPC_CheckPredicate, 21, 153, 126, 1, // Skip to: 141058 |
8785 | | /* 43113 */ MCD_OPC_Decode, 139, 63, 250, 1, // Opcode: WHILEGT_PWW_D |
8786 | | /* 43118 */ MCD_OPC_FilterValue, 1, 155, 0, 0, // Skip to: 43278 |
8787 | | /* 43123 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8788 | | /* 43126 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43164 |
8789 | | /* 43131 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8790 | | /* 43134 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43149 |
8791 | | /* 43139 */ MCD_OPC_CheckPredicate, 19, 122, 126, 1, // Skip to: 141058 |
8792 | | /* 43144 */ MCD_OPC_Decode, 234, 63, 250, 1, // Opcode: WHILELT_PWW_B |
8793 | | /* 43149 */ MCD_OPC_FilterValue, 1, 112, 126, 1, // Skip to: 141058 |
8794 | | /* 43154 */ MCD_OPC_CheckPredicate, 19, 107, 126, 1, // Skip to: 141058 |
8795 | | /* 43159 */ MCD_OPC_Decode, 186, 63, 250, 1, // Opcode: WHILELE_PWW_B |
8796 | | /* 43164 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43202 |
8797 | | /* 43169 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8798 | | /* 43172 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43187 |
8799 | | /* 43177 */ MCD_OPC_CheckPredicate, 19, 84, 126, 1, // Skip to: 141058 |
8800 | | /* 43182 */ MCD_OPC_Decode, 236, 63, 250, 1, // Opcode: WHILELT_PWW_H |
8801 | | /* 43187 */ MCD_OPC_FilterValue, 1, 74, 126, 1, // Skip to: 141058 |
8802 | | /* 43192 */ MCD_OPC_CheckPredicate, 19, 69, 126, 1, // Skip to: 141058 |
8803 | | /* 43197 */ MCD_OPC_Decode, 188, 63, 250, 1, // Opcode: WHILELE_PWW_H |
8804 | | /* 43202 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43240 |
8805 | | /* 43207 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8806 | | /* 43210 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43225 |
8807 | | /* 43215 */ MCD_OPC_CheckPredicate, 19, 46, 126, 1, // Skip to: 141058 |
8808 | | /* 43220 */ MCD_OPC_Decode, 237, 63, 250, 1, // Opcode: WHILELT_PWW_S |
8809 | | /* 43225 */ MCD_OPC_FilterValue, 1, 36, 126, 1, // Skip to: 141058 |
8810 | | /* 43230 */ MCD_OPC_CheckPredicate, 19, 31, 126, 1, // Skip to: 141058 |
8811 | | /* 43235 */ MCD_OPC_Decode, 189, 63, 250, 1, // Opcode: WHILELE_PWW_S |
8812 | | /* 43240 */ MCD_OPC_FilterValue, 3, 21, 126, 1, // Skip to: 141058 |
8813 | | /* 43245 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8814 | | /* 43248 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43263 |
8815 | | /* 43253 */ MCD_OPC_CheckPredicate, 19, 8, 126, 1, // Skip to: 141058 |
8816 | | /* 43258 */ MCD_OPC_Decode, 235, 63, 250, 1, // Opcode: WHILELT_PWW_D |
8817 | | /* 43263 */ MCD_OPC_FilterValue, 1, 254, 125, 1, // Skip to: 141058 |
8818 | | /* 43268 */ MCD_OPC_CheckPredicate, 19, 249, 125, 1, // Skip to: 141058 |
8819 | | /* 43273 */ MCD_OPC_Decode, 187, 63, 250, 1, // Opcode: WHILELE_PWW_D |
8820 | | /* 43278 */ MCD_OPC_FilterValue, 2, 155, 0, 0, // Skip to: 43438 |
8821 | | /* 43283 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8822 | | /* 43286 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43324 |
8823 | | /* 43291 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8824 | | /* 43294 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43309 |
8825 | | /* 43299 */ MCD_OPC_CheckPredicate, 21, 218, 125, 1, // Skip to: 141058 |
8826 | | /* 43304 */ MCD_OPC_Decode, 170, 63, 250, 1, // Opcode: WHILEHS_PWW_B |
8827 | | /* 43309 */ MCD_OPC_FilterValue, 1, 208, 125, 1, // Skip to: 141058 |
8828 | | /* 43314 */ MCD_OPC_CheckPredicate, 21, 203, 125, 1, // Skip to: 141058 |
8829 | | /* 43319 */ MCD_OPC_Decode, 154, 63, 250, 1, // Opcode: WHILEHI_PWW_B |
8830 | | /* 43324 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43362 |
8831 | | /* 43329 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8832 | | /* 43332 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43347 |
8833 | | /* 43337 */ MCD_OPC_CheckPredicate, 21, 180, 125, 1, // Skip to: 141058 |
8834 | | /* 43342 */ MCD_OPC_Decode, 172, 63, 250, 1, // Opcode: WHILEHS_PWW_H |
8835 | | /* 43347 */ MCD_OPC_FilterValue, 1, 170, 125, 1, // Skip to: 141058 |
8836 | | /* 43352 */ MCD_OPC_CheckPredicate, 21, 165, 125, 1, // Skip to: 141058 |
8837 | | /* 43357 */ MCD_OPC_Decode, 156, 63, 250, 1, // Opcode: WHILEHI_PWW_H |
8838 | | /* 43362 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43400 |
8839 | | /* 43367 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8840 | | /* 43370 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43385 |
8841 | | /* 43375 */ MCD_OPC_CheckPredicate, 21, 142, 125, 1, // Skip to: 141058 |
8842 | | /* 43380 */ MCD_OPC_Decode, 173, 63, 250, 1, // Opcode: WHILEHS_PWW_S |
8843 | | /* 43385 */ MCD_OPC_FilterValue, 1, 132, 125, 1, // Skip to: 141058 |
8844 | | /* 43390 */ MCD_OPC_CheckPredicate, 21, 127, 125, 1, // Skip to: 141058 |
8845 | | /* 43395 */ MCD_OPC_Decode, 157, 63, 250, 1, // Opcode: WHILEHI_PWW_S |
8846 | | /* 43400 */ MCD_OPC_FilterValue, 3, 117, 125, 1, // Skip to: 141058 |
8847 | | /* 43405 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8848 | | /* 43408 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43423 |
8849 | | /* 43413 */ MCD_OPC_CheckPredicate, 21, 104, 125, 1, // Skip to: 141058 |
8850 | | /* 43418 */ MCD_OPC_Decode, 171, 63, 250, 1, // Opcode: WHILEHS_PWW_D |
8851 | | /* 43423 */ MCD_OPC_FilterValue, 1, 94, 125, 1, // Skip to: 141058 |
8852 | | /* 43428 */ MCD_OPC_CheckPredicate, 21, 89, 125, 1, // Skip to: 141058 |
8853 | | /* 43433 */ MCD_OPC_Decode, 155, 63, 250, 1, // Opcode: WHILEHI_PWW_D |
8854 | | /* 43438 */ MCD_OPC_FilterValue, 3, 155, 0, 0, // Skip to: 43598 |
8855 | | /* 43443 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8856 | | /* 43446 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43484 |
8857 | | /* 43451 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8858 | | /* 43454 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43469 |
8859 | | /* 43459 */ MCD_OPC_CheckPredicate, 19, 58, 125, 1, // Skip to: 141058 |
8860 | | /* 43464 */ MCD_OPC_Decode, 202, 63, 250, 1, // Opcode: WHILELO_PWW_B |
8861 | | /* 43469 */ MCD_OPC_FilterValue, 1, 48, 125, 1, // Skip to: 141058 |
8862 | | /* 43474 */ MCD_OPC_CheckPredicate, 19, 43, 125, 1, // Skip to: 141058 |
8863 | | /* 43479 */ MCD_OPC_Decode, 218, 63, 250, 1, // Opcode: WHILELS_PWW_B |
8864 | | /* 43484 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43522 |
8865 | | /* 43489 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8866 | | /* 43492 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43507 |
8867 | | /* 43497 */ MCD_OPC_CheckPredicate, 19, 20, 125, 1, // Skip to: 141058 |
8868 | | /* 43502 */ MCD_OPC_Decode, 204, 63, 250, 1, // Opcode: WHILELO_PWW_H |
8869 | | /* 43507 */ MCD_OPC_FilterValue, 1, 10, 125, 1, // Skip to: 141058 |
8870 | | /* 43512 */ MCD_OPC_CheckPredicate, 19, 5, 125, 1, // Skip to: 141058 |
8871 | | /* 43517 */ MCD_OPC_Decode, 220, 63, 250, 1, // Opcode: WHILELS_PWW_H |
8872 | | /* 43522 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43560 |
8873 | | /* 43527 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8874 | | /* 43530 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43545 |
8875 | | /* 43535 */ MCD_OPC_CheckPredicate, 19, 238, 124, 1, // Skip to: 141058 |
8876 | | /* 43540 */ MCD_OPC_Decode, 205, 63, 250, 1, // Opcode: WHILELO_PWW_S |
8877 | | /* 43545 */ MCD_OPC_FilterValue, 1, 228, 124, 1, // Skip to: 141058 |
8878 | | /* 43550 */ MCD_OPC_CheckPredicate, 19, 223, 124, 1, // Skip to: 141058 |
8879 | | /* 43555 */ MCD_OPC_Decode, 221, 63, 250, 1, // Opcode: WHILELS_PWW_S |
8880 | | /* 43560 */ MCD_OPC_FilterValue, 3, 213, 124, 1, // Skip to: 141058 |
8881 | | /* 43565 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8882 | | /* 43568 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43583 |
8883 | | /* 43573 */ MCD_OPC_CheckPredicate, 19, 200, 124, 1, // Skip to: 141058 |
8884 | | /* 43578 */ MCD_OPC_Decode, 203, 63, 250, 1, // Opcode: WHILELO_PWW_D |
8885 | | /* 43583 */ MCD_OPC_FilterValue, 1, 190, 124, 1, // Skip to: 141058 |
8886 | | /* 43588 */ MCD_OPC_CheckPredicate, 19, 185, 124, 1, // Skip to: 141058 |
8887 | | /* 43593 */ MCD_OPC_Decode, 219, 63, 250, 1, // Opcode: WHILELS_PWW_D |
8888 | | /* 43598 */ MCD_OPC_FilterValue, 4, 155, 0, 0, // Skip to: 43758 |
8889 | | /* 43603 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8890 | | /* 43606 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43644 |
8891 | | /* 43611 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8892 | | /* 43614 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43629 |
8893 | | /* 43619 */ MCD_OPC_CheckPredicate, 21, 154, 124, 1, // Skip to: 141058 |
8894 | | /* 43624 */ MCD_OPC_Decode, 254, 62, 251, 1, // Opcode: WHILEGE_PXX_B |
8895 | | /* 43629 */ MCD_OPC_FilterValue, 1, 144, 124, 1, // Skip to: 141058 |
8896 | | /* 43634 */ MCD_OPC_CheckPredicate, 21, 139, 124, 1, // Skip to: 141058 |
8897 | | /* 43639 */ MCD_OPC_Decode, 142, 63, 251, 1, // Opcode: WHILEGT_PXX_B |
8898 | | /* 43644 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43682 |
8899 | | /* 43649 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8900 | | /* 43652 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43667 |
8901 | | /* 43657 */ MCD_OPC_CheckPredicate, 21, 116, 124, 1, // Skip to: 141058 |
8902 | | /* 43662 */ MCD_OPC_Decode, 128, 63, 251, 1, // Opcode: WHILEGE_PXX_H |
8903 | | /* 43667 */ MCD_OPC_FilterValue, 1, 106, 124, 1, // Skip to: 141058 |
8904 | | /* 43672 */ MCD_OPC_CheckPredicate, 21, 101, 124, 1, // Skip to: 141058 |
8905 | | /* 43677 */ MCD_OPC_Decode, 144, 63, 251, 1, // Opcode: WHILEGT_PXX_H |
8906 | | /* 43682 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43720 |
8907 | | /* 43687 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8908 | | /* 43690 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43705 |
8909 | | /* 43695 */ MCD_OPC_CheckPredicate, 21, 78, 124, 1, // Skip to: 141058 |
8910 | | /* 43700 */ MCD_OPC_Decode, 129, 63, 251, 1, // Opcode: WHILEGE_PXX_S |
8911 | | /* 43705 */ MCD_OPC_FilterValue, 1, 68, 124, 1, // Skip to: 141058 |
8912 | | /* 43710 */ MCD_OPC_CheckPredicate, 21, 63, 124, 1, // Skip to: 141058 |
8913 | | /* 43715 */ MCD_OPC_Decode, 145, 63, 251, 1, // Opcode: WHILEGT_PXX_S |
8914 | | /* 43720 */ MCD_OPC_FilterValue, 3, 53, 124, 1, // Skip to: 141058 |
8915 | | /* 43725 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8916 | | /* 43728 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43743 |
8917 | | /* 43733 */ MCD_OPC_CheckPredicate, 21, 40, 124, 1, // Skip to: 141058 |
8918 | | /* 43738 */ MCD_OPC_Decode, 255, 62, 251, 1, // Opcode: WHILEGE_PXX_D |
8919 | | /* 43743 */ MCD_OPC_FilterValue, 1, 30, 124, 1, // Skip to: 141058 |
8920 | | /* 43748 */ MCD_OPC_CheckPredicate, 21, 25, 124, 1, // Skip to: 141058 |
8921 | | /* 43753 */ MCD_OPC_Decode, 143, 63, 251, 1, // Opcode: WHILEGT_PXX_D |
8922 | | /* 43758 */ MCD_OPC_FilterValue, 5, 155, 0, 0, // Skip to: 43918 |
8923 | | /* 43763 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8924 | | /* 43766 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43804 |
8925 | | /* 43771 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8926 | | /* 43774 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43789 |
8927 | | /* 43779 */ MCD_OPC_CheckPredicate, 19, 250, 123, 1, // Skip to: 141058 |
8928 | | /* 43784 */ MCD_OPC_Decode, 238, 63, 251, 1, // Opcode: WHILELT_PXX_B |
8929 | | /* 43789 */ MCD_OPC_FilterValue, 1, 240, 123, 1, // Skip to: 141058 |
8930 | | /* 43794 */ MCD_OPC_CheckPredicate, 19, 235, 123, 1, // Skip to: 141058 |
8931 | | /* 43799 */ MCD_OPC_Decode, 190, 63, 251, 1, // Opcode: WHILELE_PXX_B |
8932 | | /* 43804 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 43842 |
8933 | | /* 43809 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8934 | | /* 43812 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43827 |
8935 | | /* 43817 */ MCD_OPC_CheckPredicate, 19, 212, 123, 1, // Skip to: 141058 |
8936 | | /* 43822 */ MCD_OPC_Decode, 240, 63, 251, 1, // Opcode: WHILELT_PXX_H |
8937 | | /* 43827 */ MCD_OPC_FilterValue, 1, 202, 123, 1, // Skip to: 141058 |
8938 | | /* 43832 */ MCD_OPC_CheckPredicate, 19, 197, 123, 1, // Skip to: 141058 |
8939 | | /* 43837 */ MCD_OPC_Decode, 192, 63, 251, 1, // Opcode: WHILELE_PXX_H |
8940 | | /* 43842 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 43880 |
8941 | | /* 43847 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8942 | | /* 43850 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43865 |
8943 | | /* 43855 */ MCD_OPC_CheckPredicate, 19, 174, 123, 1, // Skip to: 141058 |
8944 | | /* 43860 */ MCD_OPC_Decode, 241, 63, 251, 1, // Opcode: WHILELT_PXX_S |
8945 | | /* 43865 */ MCD_OPC_FilterValue, 1, 164, 123, 1, // Skip to: 141058 |
8946 | | /* 43870 */ MCD_OPC_CheckPredicate, 19, 159, 123, 1, // Skip to: 141058 |
8947 | | /* 43875 */ MCD_OPC_Decode, 193, 63, 251, 1, // Opcode: WHILELE_PXX_S |
8948 | | /* 43880 */ MCD_OPC_FilterValue, 3, 149, 123, 1, // Skip to: 141058 |
8949 | | /* 43885 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8950 | | /* 43888 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43903 |
8951 | | /* 43893 */ MCD_OPC_CheckPredicate, 19, 136, 123, 1, // Skip to: 141058 |
8952 | | /* 43898 */ MCD_OPC_Decode, 239, 63, 251, 1, // Opcode: WHILELT_PXX_D |
8953 | | /* 43903 */ MCD_OPC_FilterValue, 1, 126, 123, 1, // Skip to: 141058 |
8954 | | /* 43908 */ MCD_OPC_CheckPredicate, 19, 121, 123, 1, // Skip to: 141058 |
8955 | | /* 43913 */ MCD_OPC_Decode, 191, 63, 251, 1, // Opcode: WHILELE_PXX_D |
8956 | | /* 43918 */ MCD_OPC_FilterValue, 6, 155, 0, 0, // Skip to: 44078 |
8957 | | /* 43923 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8958 | | /* 43926 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 43964 |
8959 | | /* 43931 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8960 | | /* 43934 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43949 |
8961 | | /* 43939 */ MCD_OPC_CheckPredicate, 21, 90, 123, 1, // Skip to: 141058 |
8962 | | /* 43944 */ MCD_OPC_Decode, 174, 63, 251, 1, // Opcode: WHILEHS_PXX_B |
8963 | | /* 43949 */ MCD_OPC_FilterValue, 1, 80, 123, 1, // Skip to: 141058 |
8964 | | /* 43954 */ MCD_OPC_CheckPredicate, 21, 75, 123, 1, // Skip to: 141058 |
8965 | | /* 43959 */ MCD_OPC_Decode, 158, 63, 251, 1, // Opcode: WHILEHI_PXX_B |
8966 | | /* 43964 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 44002 |
8967 | | /* 43969 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8968 | | /* 43972 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 43987 |
8969 | | /* 43977 */ MCD_OPC_CheckPredicate, 21, 52, 123, 1, // Skip to: 141058 |
8970 | | /* 43982 */ MCD_OPC_Decode, 176, 63, 251, 1, // Opcode: WHILEHS_PXX_H |
8971 | | /* 43987 */ MCD_OPC_FilterValue, 1, 42, 123, 1, // Skip to: 141058 |
8972 | | /* 43992 */ MCD_OPC_CheckPredicate, 21, 37, 123, 1, // Skip to: 141058 |
8973 | | /* 43997 */ MCD_OPC_Decode, 160, 63, 251, 1, // Opcode: WHILEHI_PXX_H |
8974 | | /* 44002 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 44040 |
8975 | | /* 44007 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8976 | | /* 44010 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44025 |
8977 | | /* 44015 */ MCD_OPC_CheckPredicate, 21, 14, 123, 1, // Skip to: 141058 |
8978 | | /* 44020 */ MCD_OPC_Decode, 177, 63, 251, 1, // Opcode: WHILEHS_PXX_S |
8979 | | /* 44025 */ MCD_OPC_FilterValue, 1, 4, 123, 1, // Skip to: 141058 |
8980 | | /* 44030 */ MCD_OPC_CheckPredicate, 21, 255, 122, 1, // Skip to: 141058 |
8981 | | /* 44035 */ MCD_OPC_Decode, 161, 63, 251, 1, // Opcode: WHILEHI_PXX_S |
8982 | | /* 44040 */ MCD_OPC_FilterValue, 3, 245, 122, 1, // Skip to: 141058 |
8983 | | /* 44045 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8984 | | /* 44048 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44063 |
8985 | | /* 44053 */ MCD_OPC_CheckPredicate, 21, 232, 122, 1, // Skip to: 141058 |
8986 | | /* 44058 */ MCD_OPC_Decode, 175, 63, 251, 1, // Opcode: WHILEHS_PXX_D |
8987 | | /* 44063 */ MCD_OPC_FilterValue, 1, 222, 122, 1, // Skip to: 141058 |
8988 | | /* 44068 */ MCD_OPC_CheckPredicate, 21, 217, 122, 1, // Skip to: 141058 |
8989 | | /* 44073 */ MCD_OPC_Decode, 159, 63, 251, 1, // Opcode: WHILEHI_PXX_D |
8990 | | /* 44078 */ MCD_OPC_FilterValue, 7, 155, 0, 0, // Skip to: 44238 |
8991 | | /* 44083 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
8992 | | /* 44086 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44124 |
8993 | | /* 44091 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
8994 | | /* 44094 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44109 |
8995 | | /* 44099 */ MCD_OPC_CheckPredicate, 19, 186, 122, 1, // Skip to: 141058 |
8996 | | /* 44104 */ MCD_OPC_Decode, 206, 63, 251, 1, // Opcode: WHILELO_PXX_B |
8997 | | /* 44109 */ MCD_OPC_FilterValue, 1, 176, 122, 1, // Skip to: 141058 |
8998 | | /* 44114 */ MCD_OPC_CheckPredicate, 19, 171, 122, 1, // Skip to: 141058 |
8999 | | /* 44119 */ MCD_OPC_Decode, 222, 63, 251, 1, // Opcode: WHILELS_PXX_B |
9000 | | /* 44124 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 44162 |
9001 | | /* 44129 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9002 | | /* 44132 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44147 |
9003 | | /* 44137 */ MCD_OPC_CheckPredicate, 19, 148, 122, 1, // Skip to: 141058 |
9004 | | /* 44142 */ MCD_OPC_Decode, 208, 63, 251, 1, // Opcode: WHILELO_PXX_H |
9005 | | /* 44147 */ MCD_OPC_FilterValue, 1, 138, 122, 1, // Skip to: 141058 |
9006 | | /* 44152 */ MCD_OPC_CheckPredicate, 19, 133, 122, 1, // Skip to: 141058 |
9007 | | /* 44157 */ MCD_OPC_Decode, 224, 63, 251, 1, // Opcode: WHILELS_PXX_H |
9008 | | /* 44162 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 44200 |
9009 | | /* 44167 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9010 | | /* 44170 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44185 |
9011 | | /* 44175 */ MCD_OPC_CheckPredicate, 19, 110, 122, 1, // Skip to: 141058 |
9012 | | /* 44180 */ MCD_OPC_Decode, 209, 63, 251, 1, // Opcode: WHILELO_PXX_S |
9013 | | /* 44185 */ MCD_OPC_FilterValue, 1, 100, 122, 1, // Skip to: 141058 |
9014 | | /* 44190 */ MCD_OPC_CheckPredicate, 19, 95, 122, 1, // Skip to: 141058 |
9015 | | /* 44195 */ MCD_OPC_Decode, 225, 63, 251, 1, // Opcode: WHILELS_PXX_S |
9016 | | /* 44200 */ MCD_OPC_FilterValue, 3, 85, 122, 1, // Skip to: 141058 |
9017 | | /* 44205 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9018 | | /* 44208 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44223 |
9019 | | /* 44213 */ MCD_OPC_CheckPredicate, 19, 72, 122, 1, // Skip to: 141058 |
9020 | | /* 44218 */ MCD_OPC_Decode, 207, 63, 251, 1, // Opcode: WHILELO_PXX_D |
9021 | | /* 44223 */ MCD_OPC_FilterValue, 1, 62, 122, 1, // Skip to: 141058 |
9022 | | /* 44228 */ MCD_OPC_CheckPredicate, 19, 57, 122, 1, // Skip to: 141058 |
9023 | | /* 44233 */ MCD_OPC_Decode, 223, 63, 251, 1, // Opcode: WHILELS_PXX_D |
9024 | | /* 44238 */ MCD_OPC_FilterValue, 8, 79, 0, 0, // Skip to: 44322 |
9025 | | /* 44243 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
9026 | | /* 44246 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44284 |
9027 | | /* 44251 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9028 | | /* 44254 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 44269 |
9029 | | /* 44259 */ MCD_OPC_CheckPredicate, 19, 26, 122, 1, // Skip to: 141058 |
9030 | | /* 44264 */ MCD_OPC_Decode, 253, 17, 252, 1, // Opcode: CTERMEQ_WW |
9031 | | /* 44269 */ MCD_OPC_FilterValue, 3, 16, 122, 1, // Skip to: 141058 |
9032 | | /* 44274 */ MCD_OPC_CheckPredicate, 19, 11, 122, 1, // Skip to: 141058 |
9033 | | /* 44279 */ MCD_OPC_Decode, 254, 17, 253, 1, // Opcode: CTERMEQ_XX |
9034 | | /* 44284 */ MCD_OPC_FilterValue, 16, 1, 122, 1, // Skip to: 141058 |
9035 | | /* 44289 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9036 | | /* 44292 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 44307 |
9037 | | /* 44297 */ MCD_OPC_CheckPredicate, 19, 244, 121, 1, // Skip to: 141058 |
9038 | | /* 44302 */ MCD_OPC_Decode, 255, 17, 252, 1, // Opcode: CTERMNE_WW |
9039 | | /* 44307 */ MCD_OPC_FilterValue, 3, 234, 121, 1, // Skip to: 141058 |
9040 | | /* 44312 */ MCD_OPC_CheckPredicate, 19, 229, 121, 1, // Skip to: 141058 |
9041 | | /* 44317 */ MCD_OPC_Decode, 128, 18, 253, 1, // Opcode: CTERMNE_XX |
9042 | | /* 44322 */ MCD_OPC_FilterValue, 12, 219, 121, 1, // Skip to: 141058 |
9043 | | /* 44327 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9044 | | /* 44330 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44368 |
9045 | | /* 44335 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9046 | | /* 44338 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44353 |
9047 | | /* 44343 */ MCD_OPC_CheckPredicate, 21, 198, 121, 1, // Skip to: 141058 |
9048 | | /* 44348 */ MCD_OPC_Decode, 246, 63, 251, 1, // Opcode: WHILEWR_PXX_B |
9049 | | /* 44353 */ MCD_OPC_FilterValue, 1, 188, 121, 1, // Skip to: 141058 |
9050 | | /* 44358 */ MCD_OPC_CheckPredicate, 21, 183, 121, 1, // Skip to: 141058 |
9051 | | /* 44363 */ MCD_OPC_Decode, 242, 63, 251, 1, // Opcode: WHILERW_PXX_B |
9052 | | /* 44368 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 44406 |
9053 | | /* 44373 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9054 | | /* 44376 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44391 |
9055 | | /* 44381 */ MCD_OPC_CheckPredicate, 21, 160, 121, 1, // Skip to: 141058 |
9056 | | /* 44386 */ MCD_OPC_Decode, 248, 63, 251, 1, // Opcode: WHILEWR_PXX_H |
9057 | | /* 44391 */ MCD_OPC_FilterValue, 1, 150, 121, 1, // Skip to: 141058 |
9058 | | /* 44396 */ MCD_OPC_CheckPredicate, 21, 145, 121, 1, // Skip to: 141058 |
9059 | | /* 44401 */ MCD_OPC_Decode, 244, 63, 251, 1, // Opcode: WHILERW_PXX_H |
9060 | | /* 44406 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 44444 |
9061 | | /* 44411 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9062 | | /* 44414 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44429 |
9063 | | /* 44419 */ MCD_OPC_CheckPredicate, 21, 122, 121, 1, // Skip to: 141058 |
9064 | | /* 44424 */ MCD_OPC_Decode, 249, 63, 251, 1, // Opcode: WHILEWR_PXX_S |
9065 | | /* 44429 */ MCD_OPC_FilterValue, 1, 112, 121, 1, // Skip to: 141058 |
9066 | | /* 44434 */ MCD_OPC_CheckPredicate, 21, 107, 121, 1, // Skip to: 141058 |
9067 | | /* 44439 */ MCD_OPC_Decode, 245, 63, 251, 1, // Opcode: WHILERW_PXX_S |
9068 | | /* 44444 */ MCD_OPC_FilterValue, 3, 97, 121, 1, // Skip to: 141058 |
9069 | | /* 44449 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9070 | | /* 44452 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44467 |
9071 | | /* 44457 */ MCD_OPC_CheckPredicate, 21, 84, 121, 1, // Skip to: 141058 |
9072 | | /* 44462 */ MCD_OPC_Decode, 247, 63, 251, 1, // Opcode: WHILEWR_PXX_D |
9073 | | /* 44467 */ MCD_OPC_FilterValue, 1, 74, 121, 1, // Skip to: 141058 |
9074 | | /* 44472 */ MCD_OPC_CheckPredicate, 21, 69, 121, 1, // Skip to: 141058 |
9075 | | /* 44477 */ MCD_OPC_Decode, 243, 63, 251, 1, // Opcode: WHILERW_PXX_D |
9076 | | /* 44482 */ MCD_OPC_FilterValue, 1, 118, 7, 0, // Skip to: 46397 |
9077 | | /* 44487 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
9078 | | /* 44490 */ MCD_OPC_FilterValue, 0, 114, 0, 0, // Skip to: 44609 |
9079 | | /* 44495 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
9080 | | /* 44498 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 44587 |
9081 | | /* 44503 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
9082 | | /* 44506 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 44565 |
9083 | | /* 44511 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
9084 | | /* 44514 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 44543 |
9085 | | /* 44519 */ MCD_OPC_CheckPredicate, 25, 22, 121, 1, // Skip to: 141058 |
9086 | | /* 44524 */ MCD_OPC_CheckField, 22, 1, 1, 15, 121, 1, // Skip to: 141058 |
9087 | | /* 44531 */ MCD_OPC_CheckField, 9, 1, 0, 8, 121, 1, // Skip to: 141058 |
9088 | | /* 44538 */ MCD_OPC_Decode, 211, 39, 254, 1, // Opcode: PSEL_PPPRI_D |
9089 | | /* 44543 */ MCD_OPC_FilterValue, 1, 254, 120, 1, // Skip to: 141058 |
9090 | | /* 44548 */ MCD_OPC_CheckPredicate, 25, 249, 120, 1, // Skip to: 141058 |
9091 | | /* 44553 */ MCD_OPC_CheckField, 9, 1, 0, 242, 120, 1, // Skip to: 141058 |
9092 | | /* 44560 */ MCD_OPC_Decode, 213, 39, 255, 1, // Opcode: PSEL_PPPRI_S |
9093 | | /* 44565 */ MCD_OPC_FilterValue, 1, 232, 120, 1, // Skip to: 141058 |
9094 | | /* 44570 */ MCD_OPC_CheckPredicate, 25, 227, 120, 1, // Skip to: 141058 |
9095 | | /* 44575 */ MCD_OPC_CheckField, 9, 1, 0, 220, 120, 1, // Skip to: 141058 |
9096 | | /* 44582 */ MCD_OPC_Decode, 212, 39, 128, 2, // Opcode: PSEL_PPPRI_H |
9097 | | /* 44587 */ MCD_OPC_FilterValue, 1, 210, 120, 1, // Skip to: 141058 |
9098 | | /* 44592 */ MCD_OPC_CheckPredicate, 25, 205, 120, 1, // Skip to: 141058 |
9099 | | /* 44597 */ MCD_OPC_CheckField, 9, 1, 0, 198, 120, 1, // Skip to: 141058 |
9100 | | /* 44604 */ MCD_OPC_Decode, 210, 39, 129, 2, // Opcode: PSEL_PPPRI_B |
9101 | | /* 44609 */ MCD_OPC_FilterValue, 1, 188, 120, 1, // Skip to: 141058 |
9102 | | /* 44614 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
9103 | | /* 44617 */ MCD_OPC_FilterValue, 0, 155, 0, 0, // Skip to: 44777 |
9104 | | /* 44622 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9105 | | /* 44625 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44663 |
9106 | | /* 44630 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9107 | | /* 44633 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44648 |
9108 | | /* 44638 */ MCD_OPC_CheckPredicate, 10, 159, 120, 1, // Skip to: 141058 |
9109 | | /* 44643 */ MCD_OPC_Decode, 246, 62, 130, 2, // Opcode: WHILEGE_CXX_B |
9110 | | /* 44648 */ MCD_OPC_FilterValue, 1, 149, 120, 1, // Skip to: 141058 |
9111 | | /* 44653 */ MCD_OPC_CheckPredicate, 10, 144, 120, 1, // Skip to: 141058 |
9112 | | /* 44658 */ MCD_OPC_Decode, 134, 63, 130, 2, // Opcode: WHILEGT_CXX_B |
9113 | | /* 44663 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 44701 |
9114 | | /* 44668 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9115 | | /* 44671 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44686 |
9116 | | /* 44676 */ MCD_OPC_CheckPredicate, 10, 121, 120, 1, // Skip to: 141058 |
9117 | | /* 44681 */ MCD_OPC_Decode, 248, 62, 130, 2, // Opcode: WHILEGE_CXX_H |
9118 | | /* 44686 */ MCD_OPC_FilterValue, 1, 111, 120, 1, // Skip to: 141058 |
9119 | | /* 44691 */ MCD_OPC_CheckPredicate, 10, 106, 120, 1, // Skip to: 141058 |
9120 | | /* 44696 */ MCD_OPC_Decode, 136, 63, 130, 2, // Opcode: WHILEGT_CXX_H |
9121 | | /* 44701 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 44739 |
9122 | | /* 44706 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9123 | | /* 44709 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44724 |
9124 | | /* 44714 */ MCD_OPC_CheckPredicate, 10, 83, 120, 1, // Skip to: 141058 |
9125 | | /* 44719 */ MCD_OPC_Decode, 249, 62, 130, 2, // Opcode: WHILEGE_CXX_S |
9126 | | /* 44724 */ MCD_OPC_FilterValue, 1, 73, 120, 1, // Skip to: 141058 |
9127 | | /* 44729 */ MCD_OPC_CheckPredicate, 10, 68, 120, 1, // Skip to: 141058 |
9128 | | /* 44734 */ MCD_OPC_Decode, 137, 63, 130, 2, // Opcode: WHILEGT_CXX_S |
9129 | | /* 44739 */ MCD_OPC_FilterValue, 3, 58, 120, 1, // Skip to: 141058 |
9130 | | /* 44744 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9131 | | /* 44747 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44762 |
9132 | | /* 44752 */ MCD_OPC_CheckPredicate, 10, 45, 120, 1, // Skip to: 141058 |
9133 | | /* 44757 */ MCD_OPC_Decode, 247, 62, 130, 2, // Opcode: WHILEGE_CXX_D |
9134 | | /* 44762 */ MCD_OPC_FilterValue, 1, 35, 120, 1, // Skip to: 141058 |
9135 | | /* 44767 */ MCD_OPC_CheckPredicate, 10, 30, 120, 1, // Skip to: 141058 |
9136 | | /* 44772 */ MCD_OPC_Decode, 135, 63, 130, 2, // Opcode: WHILEGT_CXX_D |
9137 | | /* 44777 */ MCD_OPC_FilterValue, 1, 155, 0, 0, // Skip to: 44937 |
9138 | | /* 44782 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9139 | | /* 44785 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44823 |
9140 | | /* 44790 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9141 | | /* 44793 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44808 |
9142 | | /* 44798 */ MCD_OPC_CheckPredicate, 10, 255, 119, 1, // Skip to: 141058 |
9143 | | /* 44803 */ MCD_OPC_Decode, 230, 63, 130, 2, // Opcode: WHILELT_CXX_B |
9144 | | /* 44808 */ MCD_OPC_FilterValue, 1, 245, 119, 1, // Skip to: 141058 |
9145 | | /* 44813 */ MCD_OPC_CheckPredicate, 10, 240, 119, 1, // Skip to: 141058 |
9146 | | /* 44818 */ MCD_OPC_Decode, 182, 63, 130, 2, // Opcode: WHILELE_CXX_B |
9147 | | /* 44823 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 44861 |
9148 | | /* 44828 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9149 | | /* 44831 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44846 |
9150 | | /* 44836 */ MCD_OPC_CheckPredicate, 10, 217, 119, 1, // Skip to: 141058 |
9151 | | /* 44841 */ MCD_OPC_Decode, 232, 63, 130, 2, // Opcode: WHILELT_CXX_H |
9152 | | /* 44846 */ MCD_OPC_FilterValue, 1, 207, 119, 1, // Skip to: 141058 |
9153 | | /* 44851 */ MCD_OPC_CheckPredicate, 10, 202, 119, 1, // Skip to: 141058 |
9154 | | /* 44856 */ MCD_OPC_Decode, 184, 63, 130, 2, // Opcode: WHILELE_CXX_H |
9155 | | /* 44861 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 44899 |
9156 | | /* 44866 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9157 | | /* 44869 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44884 |
9158 | | /* 44874 */ MCD_OPC_CheckPredicate, 10, 179, 119, 1, // Skip to: 141058 |
9159 | | /* 44879 */ MCD_OPC_Decode, 233, 63, 130, 2, // Opcode: WHILELT_CXX_S |
9160 | | /* 44884 */ MCD_OPC_FilterValue, 1, 169, 119, 1, // Skip to: 141058 |
9161 | | /* 44889 */ MCD_OPC_CheckPredicate, 10, 164, 119, 1, // Skip to: 141058 |
9162 | | /* 44894 */ MCD_OPC_Decode, 185, 63, 130, 2, // Opcode: WHILELE_CXX_S |
9163 | | /* 44899 */ MCD_OPC_FilterValue, 3, 154, 119, 1, // Skip to: 141058 |
9164 | | /* 44904 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9165 | | /* 44907 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44922 |
9166 | | /* 44912 */ MCD_OPC_CheckPredicate, 10, 141, 119, 1, // Skip to: 141058 |
9167 | | /* 44917 */ MCD_OPC_Decode, 231, 63, 130, 2, // Opcode: WHILELT_CXX_D |
9168 | | /* 44922 */ MCD_OPC_FilterValue, 1, 131, 119, 1, // Skip to: 141058 |
9169 | | /* 44927 */ MCD_OPC_CheckPredicate, 10, 126, 119, 1, // Skip to: 141058 |
9170 | | /* 44932 */ MCD_OPC_Decode, 183, 63, 130, 2, // Opcode: WHILELE_CXX_D |
9171 | | /* 44937 */ MCD_OPC_FilterValue, 2, 155, 0, 0, // Skip to: 45097 |
9172 | | /* 44942 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9173 | | /* 44945 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 44983 |
9174 | | /* 44950 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9175 | | /* 44953 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 44968 |
9176 | | /* 44958 */ MCD_OPC_CheckPredicate, 10, 95, 119, 1, // Skip to: 141058 |
9177 | | /* 44963 */ MCD_OPC_Decode, 166, 63, 130, 2, // Opcode: WHILEHS_CXX_B |
9178 | | /* 44968 */ MCD_OPC_FilterValue, 1, 85, 119, 1, // Skip to: 141058 |
9179 | | /* 44973 */ MCD_OPC_CheckPredicate, 10, 80, 119, 1, // Skip to: 141058 |
9180 | | /* 44978 */ MCD_OPC_Decode, 150, 63, 130, 2, // Opcode: WHILEHI_CXX_B |
9181 | | /* 44983 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 45021 |
9182 | | /* 44988 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9183 | | /* 44991 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45006 |
9184 | | /* 44996 */ MCD_OPC_CheckPredicate, 10, 57, 119, 1, // Skip to: 141058 |
9185 | | /* 45001 */ MCD_OPC_Decode, 168, 63, 130, 2, // Opcode: WHILEHS_CXX_H |
9186 | | /* 45006 */ MCD_OPC_FilterValue, 1, 47, 119, 1, // Skip to: 141058 |
9187 | | /* 45011 */ MCD_OPC_CheckPredicate, 10, 42, 119, 1, // Skip to: 141058 |
9188 | | /* 45016 */ MCD_OPC_Decode, 152, 63, 130, 2, // Opcode: WHILEHI_CXX_H |
9189 | | /* 45021 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 45059 |
9190 | | /* 45026 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9191 | | /* 45029 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45044 |
9192 | | /* 45034 */ MCD_OPC_CheckPredicate, 10, 19, 119, 1, // Skip to: 141058 |
9193 | | /* 45039 */ MCD_OPC_Decode, 169, 63, 130, 2, // Opcode: WHILEHS_CXX_S |
9194 | | /* 45044 */ MCD_OPC_FilterValue, 1, 9, 119, 1, // Skip to: 141058 |
9195 | | /* 45049 */ MCD_OPC_CheckPredicate, 10, 4, 119, 1, // Skip to: 141058 |
9196 | | /* 45054 */ MCD_OPC_Decode, 153, 63, 130, 2, // Opcode: WHILEHI_CXX_S |
9197 | | /* 45059 */ MCD_OPC_FilterValue, 3, 250, 118, 1, // Skip to: 141058 |
9198 | | /* 45064 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9199 | | /* 45067 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45082 |
9200 | | /* 45072 */ MCD_OPC_CheckPredicate, 10, 237, 118, 1, // Skip to: 141058 |
9201 | | /* 45077 */ MCD_OPC_Decode, 167, 63, 130, 2, // Opcode: WHILEHS_CXX_D |
9202 | | /* 45082 */ MCD_OPC_FilterValue, 1, 227, 118, 1, // Skip to: 141058 |
9203 | | /* 45087 */ MCD_OPC_CheckPredicate, 10, 222, 118, 1, // Skip to: 141058 |
9204 | | /* 45092 */ MCD_OPC_Decode, 151, 63, 130, 2, // Opcode: WHILEHI_CXX_D |
9205 | | /* 45097 */ MCD_OPC_FilterValue, 3, 155, 0, 0, // Skip to: 45257 |
9206 | | /* 45102 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9207 | | /* 45105 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45143 |
9208 | | /* 45110 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9209 | | /* 45113 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45128 |
9210 | | /* 45118 */ MCD_OPC_CheckPredicate, 10, 191, 118, 1, // Skip to: 141058 |
9211 | | /* 45123 */ MCD_OPC_Decode, 198, 63, 130, 2, // Opcode: WHILELO_CXX_B |
9212 | | /* 45128 */ MCD_OPC_FilterValue, 1, 181, 118, 1, // Skip to: 141058 |
9213 | | /* 45133 */ MCD_OPC_CheckPredicate, 10, 176, 118, 1, // Skip to: 141058 |
9214 | | /* 45138 */ MCD_OPC_Decode, 214, 63, 130, 2, // Opcode: WHILELS_CXX_B |
9215 | | /* 45143 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 45181 |
9216 | | /* 45148 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9217 | | /* 45151 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45166 |
9218 | | /* 45156 */ MCD_OPC_CheckPredicate, 10, 153, 118, 1, // Skip to: 141058 |
9219 | | /* 45161 */ MCD_OPC_Decode, 200, 63, 130, 2, // Opcode: WHILELO_CXX_H |
9220 | | /* 45166 */ MCD_OPC_FilterValue, 1, 143, 118, 1, // Skip to: 141058 |
9221 | | /* 45171 */ MCD_OPC_CheckPredicate, 10, 138, 118, 1, // Skip to: 141058 |
9222 | | /* 45176 */ MCD_OPC_Decode, 216, 63, 130, 2, // Opcode: WHILELS_CXX_H |
9223 | | /* 45181 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 45219 |
9224 | | /* 45186 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9225 | | /* 45189 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45204 |
9226 | | /* 45194 */ MCD_OPC_CheckPredicate, 10, 115, 118, 1, // Skip to: 141058 |
9227 | | /* 45199 */ MCD_OPC_Decode, 201, 63, 130, 2, // Opcode: WHILELO_CXX_S |
9228 | | /* 45204 */ MCD_OPC_FilterValue, 1, 105, 118, 1, // Skip to: 141058 |
9229 | | /* 45209 */ MCD_OPC_CheckPredicate, 10, 100, 118, 1, // Skip to: 141058 |
9230 | | /* 45214 */ MCD_OPC_Decode, 217, 63, 130, 2, // Opcode: WHILELS_CXX_S |
9231 | | /* 45219 */ MCD_OPC_FilterValue, 3, 90, 118, 1, // Skip to: 141058 |
9232 | | /* 45224 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
9233 | | /* 45227 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45242 |
9234 | | /* 45232 */ MCD_OPC_CheckPredicate, 10, 77, 118, 1, // Skip to: 141058 |
9235 | | /* 45237 */ MCD_OPC_Decode, 199, 63, 130, 2, // Opcode: WHILELO_CXX_D |
9236 | | /* 45242 */ MCD_OPC_FilterValue, 1, 67, 118, 1, // Skip to: 141058 |
9237 | | /* 45247 */ MCD_OPC_CheckPredicate, 10, 62, 118, 1, // Skip to: 141058 |
9238 | | /* 45252 */ MCD_OPC_Decode, 215, 63, 130, 2, // Opcode: WHILELS_CXX_D |
9239 | | /* 45257 */ MCD_OPC_FilterValue, 4, 19, 1, 0, // Skip to: 45537 |
9240 | | /* 45262 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9241 | | /* 45265 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 45333 |
9242 | | /* 45270 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9243 | | /* 45273 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45311 |
9244 | | /* 45278 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9245 | | /* 45281 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45296 |
9246 | | /* 45286 */ MCD_OPC_CheckPredicate, 10, 23, 118, 1, // Skip to: 141058 |
9247 | | /* 45291 */ MCD_OPC_Decode, 242, 62, 131, 2, // Opcode: WHILEGE_2PXX_B |
9248 | | /* 45296 */ MCD_OPC_FilterValue, 1, 13, 118, 1, // Skip to: 141058 |
9249 | | /* 45301 */ MCD_OPC_CheckPredicate, 10, 8, 118, 1, // Skip to: 141058 |
9250 | | /* 45306 */ MCD_OPC_Decode, 130, 63, 131, 2, // Opcode: WHILEGT_2PXX_B |
9251 | | /* 45311 */ MCD_OPC_FilterValue, 1, 254, 117, 1, // Skip to: 141058 |
9252 | | /* 45316 */ MCD_OPC_CheckPredicate, 10, 249, 117, 1, // Skip to: 141058 |
9253 | | /* 45321 */ MCD_OPC_CheckField, 16, 5, 0, 242, 117, 1, // Skip to: 141058 |
9254 | | /* 45328 */ MCD_OPC_Decode, 138, 39, 132, 2, // Opcode: PEXT_PCI_B |
9255 | | /* 45333 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 45401 |
9256 | | /* 45338 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9257 | | /* 45341 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45379 |
9258 | | /* 45346 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9259 | | /* 45349 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45364 |
9260 | | /* 45354 */ MCD_OPC_CheckPredicate, 10, 211, 117, 1, // Skip to: 141058 |
9261 | | /* 45359 */ MCD_OPC_Decode, 244, 62, 131, 2, // Opcode: WHILEGE_2PXX_H |
9262 | | /* 45364 */ MCD_OPC_FilterValue, 1, 201, 117, 1, // Skip to: 141058 |
9263 | | /* 45369 */ MCD_OPC_CheckPredicate, 10, 196, 117, 1, // Skip to: 141058 |
9264 | | /* 45374 */ MCD_OPC_Decode, 132, 63, 131, 2, // Opcode: WHILEGT_2PXX_H |
9265 | | /* 45379 */ MCD_OPC_FilterValue, 1, 186, 117, 1, // Skip to: 141058 |
9266 | | /* 45384 */ MCD_OPC_CheckPredicate, 10, 181, 117, 1, // Skip to: 141058 |
9267 | | /* 45389 */ MCD_OPC_CheckField, 16, 5, 0, 174, 117, 1, // Skip to: 141058 |
9268 | | /* 45396 */ MCD_OPC_Decode, 140, 39, 132, 2, // Opcode: PEXT_PCI_H |
9269 | | /* 45401 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 45469 |
9270 | | /* 45406 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9271 | | /* 45409 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45447 |
9272 | | /* 45414 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9273 | | /* 45417 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45432 |
9274 | | /* 45422 */ MCD_OPC_CheckPredicate, 10, 143, 117, 1, // Skip to: 141058 |
9275 | | /* 45427 */ MCD_OPC_Decode, 245, 62, 131, 2, // Opcode: WHILEGE_2PXX_S |
9276 | | /* 45432 */ MCD_OPC_FilterValue, 1, 133, 117, 1, // Skip to: 141058 |
9277 | | /* 45437 */ MCD_OPC_CheckPredicate, 10, 128, 117, 1, // Skip to: 141058 |
9278 | | /* 45442 */ MCD_OPC_Decode, 133, 63, 131, 2, // Opcode: WHILEGT_2PXX_S |
9279 | | /* 45447 */ MCD_OPC_FilterValue, 1, 118, 117, 1, // Skip to: 141058 |
9280 | | /* 45452 */ MCD_OPC_CheckPredicate, 10, 113, 117, 1, // Skip to: 141058 |
9281 | | /* 45457 */ MCD_OPC_CheckField, 16, 5, 0, 106, 117, 1, // Skip to: 141058 |
9282 | | /* 45464 */ MCD_OPC_Decode, 141, 39, 132, 2, // Opcode: PEXT_PCI_S |
9283 | | /* 45469 */ MCD_OPC_FilterValue, 3, 96, 117, 1, // Skip to: 141058 |
9284 | | /* 45474 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9285 | | /* 45477 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45515 |
9286 | | /* 45482 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9287 | | /* 45485 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45500 |
9288 | | /* 45490 */ MCD_OPC_CheckPredicate, 10, 75, 117, 1, // Skip to: 141058 |
9289 | | /* 45495 */ MCD_OPC_Decode, 243, 62, 131, 2, // Opcode: WHILEGE_2PXX_D |
9290 | | /* 45500 */ MCD_OPC_FilterValue, 1, 65, 117, 1, // Skip to: 141058 |
9291 | | /* 45505 */ MCD_OPC_CheckPredicate, 10, 60, 117, 1, // Skip to: 141058 |
9292 | | /* 45510 */ MCD_OPC_Decode, 131, 63, 131, 2, // Opcode: WHILEGT_2PXX_D |
9293 | | /* 45515 */ MCD_OPC_FilterValue, 1, 50, 117, 1, // Skip to: 141058 |
9294 | | /* 45520 */ MCD_OPC_CheckPredicate, 10, 45, 117, 1, // Skip to: 141058 |
9295 | | /* 45525 */ MCD_OPC_CheckField, 16, 5, 0, 38, 117, 1, // Skip to: 141058 |
9296 | | /* 45532 */ MCD_OPC_Decode, 139, 39, 132, 2, // Opcode: PEXT_PCI_D |
9297 | | /* 45537 */ MCD_OPC_FilterValue, 5, 47, 1, 0, // Skip to: 45845 |
9298 | | /* 45542 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9299 | | /* 45545 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 45620 |
9300 | | /* 45550 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9301 | | /* 45553 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45591 |
9302 | | /* 45558 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9303 | | /* 45561 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45576 |
9304 | | /* 45566 */ MCD_OPC_CheckPredicate, 10, 255, 116, 1, // Skip to: 141058 |
9305 | | /* 45571 */ MCD_OPC_Decode, 226, 63, 131, 2, // Opcode: WHILELT_2PXX_B |
9306 | | /* 45576 */ MCD_OPC_FilterValue, 1, 245, 116, 1, // Skip to: 141058 |
9307 | | /* 45581 */ MCD_OPC_CheckPredicate, 10, 240, 116, 1, // Skip to: 141058 |
9308 | | /* 45586 */ MCD_OPC_Decode, 178, 63, 131, 2, // Opcode: WHILELE_2PXX_B |
9309 | | /* 45591 */ MCD_OPC_FilterValue, 1, 230, 116, 1, // Skip to: 141058 |
9310 | | /* 45596 */ MCD_OPC_CheckPredicate, 10, 225, 116, 1, // Skip to: 141058 |
9311 | | /* 45601 */ MCD_OPC_CheckField, 16, 5, 0, 218, 116, 1, // Skip to: 141058 |
9312 | | /* 45608 */ MCD_OPC_CheckField, 9, 1, 0, 211, 116, 1, // Skip to: 141058 |
9313 | | /* 45615 */ MCD_OPC_Decode, 134, 39, 133, 2, // Opcode: PEXT_2PCI_B |
9314 | | /* 45620 */ MCD_OPC_FilterValue, 1, 70, 0, 0, // Skip to: 45695 |
9315 | | /* 45625 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9316 | | /* 45628 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45666 |
9317 | | /* 45633 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9318 | | /* 45636 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45651 |
9319 | | /* 45641 */ MCD_OPC_CheckPredicate, 10, 180, 116, 1, // Skip to: 141058 |
9320 | | /* 45646 */ MCD_OPC_Decode, 228, 63, 131, 2, // Opcode: WHILELT_2PXX_H |
9321 | | /* 45651 */ MCD_OPC_FilterValue, 1, 170, 116, 1, // Skip to: 141058 |
9322 | | /* 45656 */ MCD_OPC_CheckPredicate, 10, 165, 116, 1, // Skip to: 141058 |
9323 | | /* 45661 */ MCD_OPC_Decode, 180, 63, 131, 2, // Opcode: WHILELE_2PXX_H |
9324 | | /* 45666 */ MCD_OPC_FilterValue, 1, 155, 116, 1, // Skip to: 141058 |
9325 | | /* 45671 */ MCD_OPC_CheckPredicate, 10, 150, 116, 1, // Skip to: 141058 |
9326 | | /* 45676 */ MCD_OPC_CheckField, 16, 5, 0, 143, 116, 1, // Skip to: 141058 |
9327 | | /* 45683 */ MCD_OPC_CheckField, 9, 1, 0, 136, 116, 1, // Skip to: 141058 |
9328 | | /* 45690 */ MCD_OPC_Decode, 136, 39, 133, 2, // Opcode: PEXT_2PCI_H |
9329 | | /* 45695 */ MCD_OPC_FilterValue, 2, 70, 0, 0, // Skip to: 45770 |
9330 | | /* 45700 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9331 | | /* 45703 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45741 |
9332 | | /* 45708 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9333 | | /* 45711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45726 |
9334 | | /* 45716 */ MCD_OPC_CheckPredicate, 10, 105, 116, 1, // Skip to: 141058 |
9335 | | /* 45721 */ MCD_OPC_Decode, 229, 63, 131, 2, // Opcode: WHILELT_2PXX_S |
9336 | | /* 45726 */ MCD_OPC_FilterValue, 1, 95, 116, 1, // Skip to: 141058 |
9337 | | /* 45731 */ MCD_OPC_CheckPredicate, 10, 90, 116, 1, // Skip to: 141058 |
9338 | | /* 45736 */ MCD_OPC_Decode, 181, 63, 131, 2, // Opcode: WHILELE_2PXX_S |
9339 | | /* 45741 */ MCD_OPC_FilterValue, 1, 80, 116, 1, // Skip to: 141058 |
9340 | | /* 45746 */ MCD_OPC_CheckPredicate, 10, 75, 116, 1, // Skip to: 141058 |
9341 | | /* 45751 */ MCD_OPC_CheckField, 16, 5, 0, 68, 116, 1, // Skip to: 141058 |
9342 | | /* 45758 */ MCD_OPC_CheckField, 9, 1, 0, 61, 116, 1, // Skip to: 141058 |
9343 | | /* 45765 */ MCD_OPC_Decode, 137, 39, 133, 2, // Opcode: PEXT_2PCI_S |
9344 | | /* 45770 */ MCD_OPC_FilterValue, 3, 51, 116, 1, // Skip to: 141058 |
9345 | | /* 45775 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9346 | | /* 45778 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45816 |
9347 | | /* 45783 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9348 | | /* 45786 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45801 |
9349 | | /* 45791 */ MCD_OPC_CheckPredicate, 10, 30, 116, 1, // Skip to: 141058 |
9350 | | /* 45796 */ MCD_OPC_Decode, 227, 63, 131, 2, // Opcode: WHILELT_2PXX_D |
9351 | | /* 45801 */ MCD_OPC_FilterValue, 1, 20, 116, 1, // Skip to: 141058 |
9352 | | /* 45806 */ MCD_OPC_CheckPredicate, 10, 15, 116, 1, // Skip to: 141058 |
9353 | | /* 45811 */ MCD_OPC_Decode, 179, 63, 131, 2, // Opcode: WHILELE_2PXX_D |
9354 | | /* 45816 */ MCD_OPC_FilterValue, 1, 5, 116, 1, // Skip to: 141058 |
9355 | | /* 45821 */ MCD_OPC_CheckPredicate, 10, 0, 116, 1, // Skip to: 141058 |
9356 | | /* 45826 */ MCD_OPC_CheckField, 16, 5, 0, 249, 115, 1, // Skip to: 141058 |
9357 | | /* 45833 */ MCD_OPC_CheckField, 9, 1, 0, 242, 115, 1, // Skip to: 141058 |
9358 | | /* 45840 */ MCD_OPC_Decode, 135, 39, 133, 2, // Opcode: PEXT_2PCI_D |
9359 | | /* 45845 */ MCD_OPC_FilterValue, 6, 75, 1, 0, // Skip to: 46181 |
9360 | | /* 45850 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9361 | | /* 45853 */ MCD_OPC_FilterValue, 0, 77, 0, 0, // Skip to: 45935 |
9362 | | /* 45858 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9363 | | /* 45861 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45899 |
9364 | | /* 45866 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9365 | | /* 45869 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45884 |
9366 | | /* 45874 */ MCD_OPC_CheckPredicate, 10, 203, 115, 1, // Skip to: 141058 |
9367 | | /* 45879 */ MCD_OPC_Decode, 162, 63, 131, 2, // Opcode: WHILEHS_2PXX_B |
9368 | | /* 45884 */ MCD_OPC_FilterValue, 1, 193, 115, 1, // Skip to: 141058 |
9369 | | /* 45889 */ MCD_OPC_CheckPredicate, 10, 188, 115, 1, // Skip to: 141058 |
9370 | | /* 45894 */ MCD_OPC_Decode, 146, 63, 131, 2, // Opcode: WHILEHI_2PXX_B |
9371 | | /* 45899 */ MCD_OPC_FilterValue, 1, 178, 115, 1, // Skip to: 141058 |
9372 | | /* 45904 */ MCD_OPC_CheckPredicate, 10, 173, 115, 1, // Skip to: 141058 |
9373 | | /* 45909 */ MCD_OPC_CheckField, 16, 5, 0, 166, 115, 1, // Skip to: 141058 |
9374 | | /* 45916 */ MCD_OPC_CheckField, 5, 5, 0, 159, 115, 1, // Skip to: 141058 |
9375 | | /* 45923 */ MCD_OPC_CheckField, 3, 1, 0, 152, 115, 1, // Skip to: 141058 |
9376 | | /* 45930 */ MCD_OPC_Decode, 220, 39, 134, 2, // Opcode: PTRUE_C_B |
9377 | | /* 45935 */ MCD_OPC_FilterValue, 1, 77, 0, 0, // Skip to: 46017 |
9378 | | /* 45940 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9379 | | /* 45943 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 45981 |
9380 | | /* 45948 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9381 | | /* 45951 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 45966 |
9382 | | /* 45956 */ MCD_OPC_CheckPredicate, 10, 121, 115, 1, // Skip to: 141058 |
9383 | | /* 45961 */ MCD_OPC_Decode, 164, 63, 131, 2, // Opcode: WHILEHS_2PXX_H |
9384 | | /* 45966 */ MCD_OPC_FilterValue, 1, 111, 115, 1, // Skip to: 141058 |
9385 | | /* 45971 */ MCD_OPC_CheckPredicate, 10, 106, 115, 1, // Skip to: 141058 |
9386 | | /* 45976 */ MCD_OPC_Decode, 148, 63, 131, 2, // Opcode: WHILEHI_2PXX_H |
9387 | | /* 45981 */ MCD_OPC_FilterValue, 1, 96, 115, 1, // Skip to: 141058 |
9388 | | /* 45986 */ MCD_OPC_CheckPredicate, 10, 91, 115, 1, // Skip to: 141058 |
9389 | | /* 45991 */ MCD_OPC_CheckField, 16, 5, 0, 84, 115, 1, // Skip to: 141058 |
9390 | | /* 45998 */ MCD_OPC_CheckField, 5, 5, 0, 77, 115, 1, // Skip to: 141058 |
9391 | | /* 46005 */ MCD_OPC_CheckField, 3, 1, 0, 70, 115, 1, // Skip to: 141058 |
9392 | | /* 46012 */ MCD_OPC_Decode, 222, 39, 134, 2, // Opcode: PTRUE_C_H |
9393 | | /* 46017 */ MCD_OPC_FilterValue, 2, 77, 0, 0, // Skip to: 46099 |
9394 | | /* 46022 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9395 | | /* 46025 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 46063 |
9396 | | /* 46030 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9397 | | /* 46033 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46048 |
9398 | | /* 46038 */ MCD_OPC_CheckPredicate, 10, 39, 115, 1, // Skip to: 141058 |
9399 | | /* 46043 */ MCD_OPC_Decode, 165, 63, 131, 2, // Opcode: WHILEHS_2PXX_S |
9400 | | /* 46048 */ MCD_OPC_FilterValue, 1, 29, 115, 1, // Skip to: 141058 |
9401 | | /* 46053 */ MCD_OPC_CheckPredicate, 10, 24, 115, 1, // Skip to: 141058 |
9402 | | /* 46058 */ MCD_OPC_Decode, 149, 63, 131, 2, // Opcode: WHILEHI_2PXX_S |
9403 | | /* 46063 */ MCD_OPC_FilterValue, 1, 14, 115, 1, // Skip to: 141058 |
9404 | | /* 46068 */ MCD_OPC_CheckPredicate, 10, 9, 115, 1, // Skip to: 141058 |
9405 | | /* 46073 */ MCD_OPC_CheckField, 16, 5, 0, 2, 115, 1, // Skip to: 141058 |
9406 | | /* 46080 */ MCD_OPC_CheckField, 5, 5, 0, 251, 114, 1, // Skip to: 141058 |
9407 | | /* 46087 */ MCD_OPC_CheckField, 3, 1, 0, 244, 114, 1, // Skip to: 141058 |
9408 | | /* 46094 */ MCD_OPC_Decode, 223, 39, 134, 2, // Opcode: PTRUE_C_S |
9409 | | /* 46099 */ MCD_OPC_FilterValue, 3, 234, 114, 1, // Skip to: 141058 |
9410 | | /* 46104 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
9411 | | /* 46107 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 46145 |
9412 | | /* 46112 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9413 | | /* 46115 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46130 |
9414 | | /* 46120 */ MCD_OPC_CheckPredicate, 10, 213, 114, 1, // Skip to: 141058 |
9415 | | /* 46125 */ MCD_OPC_Decode, 163, 63, 131, 2, // Opcode: WHILEHS_2PXX_D |
9416 | | /* 46130 */ MCD_OPC_FilterValue, 1, 203, 114, 1, // Skip to: 141058 |
9417 | | /* 46135 */ MCD_OPC_CheckPredicate, 10, 198, 114, 1, // Skip to: 141058 |
9418 | | /* 46140 */ MCD_OPC_Decode, 147, 63, 131, 2, // Opcode: WHILEHI_2PXX_D |
9419 | | /* 46145 */ MCD_OPC_FilterValue, 1, 188, 114, 1, // Skip to: 141058 |
9420 | | /* 46150 */ MCD_OPC_CheckPredicate, 10, 183, 114, 1, // Skip to: 141058 |
9421 | | /* 46155 */ MCD_OPC_CheckField, 16, 5, 0, 176, 114, 1, // Skip to: 141058 |
9422 | | /* 46162 */ MCD_OPC_CheckField, 5, 5, 0, 169, 114, 1, // Skip to: 141058 |
9423 | | /* 46169 */ MCD_OPC_CheckField, 3, 1, 0, 162, 114, 1, // Skip to: 141058 |
9424 | | /* 46176 */ MCD_OPC_Decode, 221, 39, 134, 2, // Opcode: PTRUE_C_D |
9425 | | /* 46181 */ MCD_OPC_FilterValue, 7, 152, 114, 1, // Skip to: 141058 |
9426 | | /* 46186 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9427 | | /* 46189 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 46241 |
9428 | | /* 46194 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9429 | | /* 46197 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 46219 |
9430 | | /* 46202 */ MCD_OPC_CheckPredicate, 10, 131, 114, 1, // Skip to: 141058 |
9431 | | /* 46207 */ MCD_OPC_CheckField, 13, 1, 0, 124, 114, 1, // Skip to: 141058 |
9432 | | /* 46214 */ MCD_OPC_Decode, 194, 63, 131, 2, // Opcode: WHILELO_2PXX_B |
9433 | | /* 46219 */ MCD_OPC_FilterValue, 1, 114, 114, 1, // Skip to: 141058 |
9434 | | /* 46224 */ MCD_OPC_CheckPredicate, 10, 109, 114, 1, // Skip to: 141058 |
9435 | | /* 46229 */ MCD_OPC_CheckField, 13, 1, 0, 102, 114, 1, // Skip to: 141058 |
9436 | | /* 46236 */ MCD_OPC_Decode, 210, 63, 131, 2, // Opcode: WHILELS_2PXX_B |
9437 | | /* 46241 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 46293 |
9438 | | /* 46246 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9439 | | /* 46249 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 46271 |
9440 | | /* 46254 */ MCD_OPC_CheckPredicate, 10, 79, 114, 1, // Skip to: 141058 |
9441 | | /* 46259 */ MCD_OPC_CheckField, 13, 1, 0, 72, 114, 1, // Skip to: 141058 |
9442 | | /* 46266 */ MCD_OPC_Decode, 196, 63, 131, 2, // Opcode: WHILELO_2PXX_H |
9443 | | /* 46271 */ MCD_OPC_FilterValue, 1, 62, 114, 1, // Skip to: 141058 |
9444 | | /* 46276 */ MCD_OPC_CheckPredicate, 10, 57, 114, 1, // Skip to: 141058 |
9445 | | /* 46281 */ MCD_OPC_CheckField, 13, 1, 0, 50, 114, 1, // Skip to: 141058 |
9446 | | /* 46288 */ MCD_OPC_Decode, 212, 63, 131, 2, // Opcode: WHILELS_2PXX_H |
9447 | | /* 46293 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 46345 |
9448 | | /* 46298 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9449 | | /* 46301 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 46323 |
9450 | | /* 46306 */ MCD_OPC_CheckPredicate, 10, 27, 114, 1, // Skip to: 141058 |
9451 | | /* 46311 */ MCD_OPC_CheckField, 13, 1, 0, 20, 114, 1, // Skip to: 141058 |
9452 | | /* 46318 */ MCD_OPC_Decode, 197, 63, 131, 2, // Opcode: WHILELO_2PXX_S |
9453 | | /* 46323 */ MCD_OPC_FilterValue, 1, 10, 114, 1, // Skip to: 141058 |
9454 | | /* 46328 */ MCD_OPC_CheckPredicate, 10, 5, 114, 1, // Skip to: 141058 |
9455 | | /* 46333 */ MCD_OPC_CheckField, 13, 1, 0, 254, 113, 1, // Skip to: 141058 |
9456 | | /* 46340 */ MCD_OPC_Decode, 213, 63, 131, 2, // Opcode: WHILELS_2PXX_S |
9457 | | /* 46345 */ MCD_OPC_FilterValue, 3, 244, 113, 1, // Skip to: 141058 |
9458 | | /* 46350 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
9459 | | /* 46353 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 46375 |
9460 | | /* 46358 */ MCD_OPC_CheckPredicate, 10, 231, 113, 1, // Skip to: 141058 |
9461 | | /* 46363 */ MCD_OPC_CheckField, 13, 1, 0, 224, 113, 1, // Skip to: 141058 |
9462 | | /* 46370 */ MCD_OPC_Decode, 195, 63, 131, 2, // Opcode: WHILELO_2PXX_D |
9463 | | /* 46375 */ MCD_OPC_FilterValue, 1, 214, 113, 1, // Skip to: 141058 |
9464 | | /* 46380 */ MCD_OPC_CheckPredicate, 10, 209, 113, 1, // Skip to: 141058 |
9465 | | /* 46385 */ MCD_OPC_CheckField, 13, 1, 0, 202, 113, 1, // Skip to: 141058 |
9466 | | /* 46392 */ MCD_OPC_Decode, 211, 63, 131, 2, // Opcode: WHILELS_2PXX_D |
9467 | | /* 46397 */ MCD_OPC_FilterValue, 2, 62, 5, 0, // Skip to: 47744 |
9468 | | /* 46402 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
9469 | | /* 46405 */ MCD_OPC_FilterValue, 0, 183, 0, 0, // Skip to: 46593 |
9470 | | /* 46410 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9471 | | /* 46413 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 46458 |
9472 | | /* 46418 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
9473 | | /* 46421 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46436 |
9474 | | /* 46426 */ MCD_OPC_CheckPredicate, 19, 163, 113, 1, // Skip to: 141058 |
9475 | | /* 46431 */ MCD_OPC_Decode, 238, 16, 135, 2, // Opcode: CNTP_XPP_B |
9476 | | /* 46436 */ MCD_OPC_FilterValue, 1, 153, 113, 1, // Skip to: 141058 |
9477 | | /* 46441 */ MCD_OPC_CheckPredicate, 10, 148, 113, 1, // Skip to: 141058 |
9478 | | /* 46446 */ MCD_OPC_CheckField, 11, 3, 0, 141, 113, 1, // Skip to: 141058 |
9479 | | /* 46453 */ MCD_OPC_Decode, 234, 16, 136, 2, // Opcode: CNTP_XCI_B |
9480 | | /* 46458 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 46503 |
9481 | | /* 46463 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
9482 | | /* 46466 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46481 |
9483 | | /* 46471 */ MCD_OPC_CheckPredicate, 19, 118, 113, 1, // Skip to: 141058 |
9484 | | /* 46476 */ MCD_OPC_Decode, 240, 16, 135, 2, // Opcode: CNTP_XPP_H |
9485 | | /* 46481 */ MCD_OPC_FilterValue, 1, 108, 113, 1, // Skip to: 141058 |
9486 | | /* 46486 */ MCD_OPC_CheckPredicate, 10, 103, 113, 1, // Skip to: 141058 |
9487 | | /* 46491 */ MCD_OPC_CheckField, 11, 3, 0, 96, 113, 1, // Skip to: 141058 |
9488 | | /* 46498 */ MCD_OPC_Decode, 236, 16, 136, 2, // Opcode: CNTP_XCI_H |
9489 | | /* 46503 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 46548 |
9490 | | /* 46508 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
9491 | | /* 46511 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46526 |
9492 | | /* 46516 */ MCD_OPC_CheckPredicate, 19, 73, 113, 1, // Skip to: 141058 |
9493 | | /* 46521 */ MCD_OPC_Decode, 241, 16, 135, 2, // Opcode: CNTP_XPP_S |
9494 | | /* 46526 */ MCD_OPC_FilterValue, 1, 63, 113, 1, // Skip to: 141058 |
9495 | | /* 46531 */ MCD_OPC_CheckPredicate, 10, 58, 113, 1, // Skip to: 141058 |
9496 | | /* 46536 */ MCD_OPC_CheckField, 11, 3, 0, 51, 113, 1, // Skip to: 141058 |
9497 | | /* 46543 */ MCD_OPC_Decode, 237, 16, 136, 2, // Opcode: CNTP_XCI_S |
9498 | | /* 46548 */ MCD_OPC_FilterValue, 3, 41, 113, 1, // Skip to: 141058 |
9499 | | /* 46553 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
9500 | | /* 46556 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46571 |
9501 | | /* 46561 */ MCD_OPC_CheckPredicate, 19, 28, 113, 1, // Skip to: 141058 |
9502 | | /* 46566 */ MCD_OPC_Decode, 239, 16, 135, 2, // Opcode: CNTP_XPP_D |
9503 | | /* 46571 */ MCD_OPC_FilterValue, 1, 18, 113, 1, // Skip to: 141058 |
9504 | | /* 46576 */ MCD_OPC_CheckPredicate, 10, 13, 113, 1, // Skip to: 141058 |
9505 | | /* 46581 */ MCD_OPC_CheckField, 11, 3, 0, 6, 113, 1, // Skip to: 141058 |
9506 | | /* 46588 */ MCD_OPC_Decode, 235, 16, 136, 2, // Opcode: CNTP_XCI_D |
9507 | | /* 46593 */ MCD_OPC_FilterValue, 8, 221, 0, 0, // Skip to: 46819 |
9508 | | /* 46598 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9509 | | /* 46601 */ MCD_OPC_FilterValue, 0, 48, 0, 0, // Skip to: 46654 |
9510 | | /* 46606 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9511 | | /* 46609 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 46624 |
9512 | | /* 46614 */ MCD_OPC_CheckPredicate, 19, 231, 112, 1, // Skip to: 141058 |
9513 | | /* 46619 */ MCD_OPC_Decode, 136, 47, 187, 1, // Opcode: SQINCP_ZP_H |
9514 | | /* 46624 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 46639 |
9515 | | /* 46629 */ MCD_OPC_CheckPredicate, 19, 216, 112, 1, // Skip to: 141058 |
9516 | | /* 46634 */ MCD_OPC_Decode, 137, 47, 187, 1, // Opcode: SQINCP_ZP_S |
9517 | | /* 46639 */ MCD_OPC_FilterValue, 3, 206, 112, 1, // Skip to: 141058 |
9518 | | /* 46644 */ MCD_OPC_CheckPredicate, 19, 201, 112, 1, // Skip to: 141058 |
9519 | | /* 46649 */ MCD_OPC_Decode, 135, 47, 187, 1, // Opcode: SQINCP_ZP_D |
9520 | | /* 46654 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 46722 |
9521 | | /* 46659 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9522 | | /* 46662 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46677 |
9523 | | /* 46667 */ MCD_OPC_CheckPredicate, 19, 178, 112, 1, // Skip to: 141058 |
9524 | | /* 46672 */ MCD_OPC_Decode, 255, 46, 137, 2, // Opcode: SQINCP_XPWd_B |
9525 | | /* 46677 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 46692 |
9526 | | /* 46682 */ MCD_OPC_CheckPredicate, 19, 163, 112, 1, // Skip to: 141058 |
9527 | | /* 46687 */ MCD_OPC_Decode, 129, 47, 137, 2, // Opcode: SQINCP_XPWd_H |
9528 | | /* 46692 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 46707 |
9529 | | /* 46697 */ MCD_OPC_CheckPredicate, 19, 148, 112, 1, // Skip to: 141058 |
9530 | | /* 46702 */ MCD_OPC_Decode, 130, 47, 137, 2, // Opcode: SQINCP_XPWd_S |
9531 | | /* 46707 */ MCD_OPC_FilterValue, 3, 138, 112, 1, // Skip to: 141058 |
9532 | | /* 46712 */ MCD_OPC_CheckPredicate, 19, 133, 112, 1, // Skip to: 141058 |
9533 | | /* 46717 */ MCD_OPC_Decode, 128, 47, 137, 2, // Opcode: SQINCP_XPWd_D |
9534 | | /* 46722 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 46790 |
9535 | | /* 46727 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9536 | | /* 46730 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46745 |
9537 | | /* 46735 */ MCD_OPC_CheckPredicate, 19, 110, 112, 1, // Skip to: 141058 |
9538 | | /* 46740 */ MCD_OPC_Decode, 131, 47, 137, 2, // Opcode: SQINCP_XP_B |
9539 | | /* 46745 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 46760 |
9540 | | /* 46750 */ MCD_OPC_CheckPredicate, 19, 95, 112, 1, // Skip to: 141058 |
9541 | | /* 46755 */ MCD_OPC_Decode, 133, 47, 137, 2, // Opcode: SQINCP_XP_H |
9542 | | /* 46760 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 46775 |
9543 | | /* 46765 */ MCD_OPC_CheckPredicate, 19, 80, 112, 1, // Skip to: 141058 |
9544 | | /* 46770 */ MCD_OPC_Decode, 134, 47, 137, 2, // Opcode: SQINCP_XP_S |
9545 | | /* 46775 */ MCD_OPC_FilterValue, 3, 70, 112, 1, // Skip to: 141058 |
9546 | | /* 46780 */ MCD_OPC_CheckPredicate, 19, 65, 112, 1, // Skip to: 141058 |
9547 | | /* 46785 */ MCD_OPC_Decode, 132, 47, 137, 2, // Opcode: SQINCP_XP_D |
9548 | | /* 46790 */ MCD_OPC_FilterValue, 8, 55, 112, 1, // Skip to: 141058 |
9549 | | /* 46795 */ MCD_OPC_CheckPredicate, 24, 50, 112, 1, // Skip to: 141058 |
9550 | | /* 46800 */ MCD_OPC_CheckField, 22, 2, 0, 43, 112, 1, // Skip to: 141058 |
9551 | | /* 46807 */ MCD_OPC_CheckField, 0, 5, 0, 36, 112, 1, // Skip to: 141058 |
9552 | | /* 46814 */ MCD_OPC_Decode, 252, 63, 138, 2, // Opcode: WRFFR |
9553 | | /* 46819 */ MCD_OPC_FilterValue, 9, 200, 0, 0, // Skip to: 47024 |
9554 | | /* 46824 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9555 | | /* 46827 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 46865 |
9556 | | /* 46832 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9557 | | /* 46835 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 46850 |
9558 | | /* 46840 */ MCD_OPC_CheckPredicate, 19, 5, 112, 1, // Skip to: 141058 |
9559 | | /* 46845 */ MCD_OPC_Decode, 228, 59, 139, 2, // Opcode: UQINCP_WP_B |
9560 | | /* 46850 */ MCD_OPC_FilterValue, 6, 251, 111, 1, // Skip to: 141058 |
9561 | | /* 46855 */ MCD_OPC_CheckPredicate, 19, 246, 111, 1, // Skip to: 141058 |
9562 | | /* 46860 */ MCD_OPC_Decode, 232, 59, 137, 2, // Opcode: UQINCP_XP_B |
9563 | | /* 46865 */ MCD_OPC_FilterValue, 1, 48, 0, 0, // Skip to: 46918 |
9564 | | /* 46870 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9565 | | /* 46873 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46888 |
9566 | | /* 46878 */ MCD_OPC_CheckPredicate, 19, 223, 111, 1, // Skip to: 141058 |
9567 | | /* 46883 */ MCD_OPC_Decode, 237, 59, 187, 1, // Opcode: UQINCP_ZP_H |
9568 | | /* 46888 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 46903 |
9569 | | /* 46893 */ MCD_OPC_CheckPredicate, 19, 208, 111, 1, // Skip to: 141058 |
9570 | | /* 46898 */ MCD_OPC_Decode, 230, 59, 139, 2, // Opcode: UQINCP_WP_H |
9571 | | /* 46903 */ MCD_OPC_FilterValue, 6, 198, 111, 1, // Skip to: 141058 |
9572 | | /* 46908 */ MCD_OPC_CheckPredicate, 19, 193, 111, 1, // Skip to: 141058 |
9573 | | /* 46913 */ MCD_OPC_Decode, 234, 59, 137, 2, // Opcode: UQINCP_XP_H |
9574 | | /* 46918 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 46971 |
9575 | | /* 46923 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9576 | | /* 46926 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46941 |
9577 | | /* 46931 */ MCD_OPC_CheckPredicate, 19, 170, 111, 1, // Skip to: 141058 |
9578 | | /* 46936 */ MCD_OPC_Decode, 238, 59, 187, 1, // Opcode: UQINCP_ZP_S |
9579 | | /* 46941 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 46956 |
9580 | | /* 46946 */ MCD_OPC_CheckPredicate, 19, 155, 111, 1, // Skip to: 141058 |
9581 | | /* 46951 */ MCD_OPC_Decode, 231, 59, 139, 2, // Opcode: UQINCP_WP_S |
9582 | | /* 46956 */ MCD_OPC_FilterValue, 6, 145, 111, 1, // Skip to: 141058 |
9583 | | /* 46961 */ MCD_OPC_CheckPredicate, 19, 140, 111, 1, // Skip to: 141058 |
9584 | | /* 46966 */ MCD_OPC_Decode, 235, 59, 137, 2, // Opcode: UQINCP_XP_S |
9585 | | /* 46971 */ MCD_OPC_FilterValue, 3, 130, 111, 1, // Skip to: 141058 |
9586 | | /* 46976 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9587 | | /* 46979 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 46994 |
9588 | | /* 46984 */ MCD_OPC_CheckPredicate, 19, 117, 111, 1, // Skip to: 141058 |
9589 | | /* 46989 */ MCD_OPC_Decode, 236, 59, 187, 1, // Opcode: UQINCP_ZP_D |
9590 | | /* 46994 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47009 |
9591 | | /* 46999 */ MCD_OPC_CheckPredicate, 19, 102, 111, 1, // Skip to: 141058 |
9592 | | /* 47004 */ MCD_OPC_Decode, 229, 59, 139, 2, // Opcode: UQINCP_WP_D |
9593 | | /* 47009 */ MCD_OPC_FilterValue, 6, 92, 111, 1, // Skip to: 141058 |
9594 | | /* 47014 */ MCD_OPC_CheckPredicate, 19, 87, 111, 1, // Skip to: 141058 |
9595 | | /* 47019 */ MCD_OPC_Decode, 233, 59, 137, 2, // Opcode: UQINCP_XP_D |
9596 | | /* 47024 */ MCD_OPC_FilterValue, 10, 200, 0, 0, // Skip to: 47229 |
9597 | | /* 47029 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9598 | | /* 47032 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 47070 |
9599 | | /* 47037 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9600 | | /* 47040 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47055 |
9601 | | /* 47045 */ MCD_OPC_CheckPredicate, 19, 56, 111, 1, // Skip to: 141058 |
9602 | | /* 47050 */ MCD_OPC_Decode, 254, 45, 137, 2, // Opcode: SQDECP_XPWd_B |
9603 | | /* 47055 */ MCD_OPC_FilterValue, 6, 46, 111, 1, // Skip to: 141058 |
9604 | | /* 47060 */ MCD_OPC_CheckPredicate, 19, 41, 111, 1, // Skip to: 141058 |
9605 | | /* 47065 */ MCD_OPC_Decode, 130, 46, 137, 2, // Opcode: SQDECP_XP_B |
9606 | | /* 47070 */ MCD_OPC_FilterValue, 1, 48, 0, 0, // Skip to: 47123 |
9607 | | /* 47075 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9608 | | /* 47078 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47093 |
9609 | | /* 47083 */ MCD_OPC_CheckPredicate, 19, 18, 111, 1, // Skip to: 141058 |
9610 | | /* 47088 */ MCD_OPC_Decode, 135, 46, 187, 1, // Opcode: SQDECP_ZP_H |
9611 | | /* 47093 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47108 |
9612 | | /* 47098 */ MCD_OPC_CheckPredicate, 19, 3, 111, 1, // Skip to: 141058 |
9613 | | /* 47103 */ MCD_OPC_Decode, 128, 46, 137, 2, // Opcode: SQDECP_XPWd_H |
9614 | | /* 47108 */ MCD_OPC_FilterValue, 6, 249, 110, 1, // Skip to: 141058 |
9615 | | /* 47113 */ MCD_OPC_CheckPredicate, 19, 244, 110, 1, // Skip to: 141058 |
9616 | | /* 47118 */ MCD_OPC_Decode, 132, 46, 137, 2, // Opcode: SQDECP_XP_H |
9617 | | /* 47123 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 47176 |
9618 | | /* 47128 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9619 | | /* 47131 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47146 |
9620 | | /* 47136 */ MCD_OPC_CheckPredicate, 19, 221, 110, 1, // Skip to: 141058 |
9621 | | /* 47141 */ MCD_OPC_Decode, 136, 46, 187, 1, // Opcode: SQDECP_ZP_S |
9622 | | /* 47146 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47161 |
9623 | | /* 47151 */ MCD_OPC_CheckPredicate, 19, 206, 110, 1, // Skip to: 141058 |
9624 | | /* 47156 */ MCD_OPC_Decode, 129, 46, 137, 2, // Opcode: SQDECP_XPWd_S |
9625 | | /* 47161 */ MCD_OPC_FilterValue, 6, 196, 110, 1, // Skip to: 141058 |
9626 | | /* 47166 */ MCD_OPC_CheckPredicate, 19, 191, 110, 1, // Skip to: 141058 |
9627 | | /* 47171 */ MCD_OPC_Decode, 133, 46, 137, 2, // Opcode: SQDECP_XP_S |
9628 | | /* 47176 */ MCD_OPC_FilterValue, 3, 181, 110, 1, // Skip to: 141058 |
9629 | | /* 47181 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9630 | | /* 47184 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47199 |
9631 | | /* 47189 */ MCD_OPC_CheckPredicate, 19, 168, 110, 1, // Skip to: 141058 |
9632 | | /* 47194 */ MCD_OPC_Decode, 134, 46, 187, 1, // Opcode: SQDECP_ZP_D |
9633 | | /* 47199 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47214 |
9634 | | /* 47204 */ MCD_OPC_CheckPredicate, 19, 153, 110, 1, // Skip to: 141058 |
9635 | | /* 47209 */ MCD_OPC_Decode, 255, 45, 137, 2, // Opcode: SQDECP_XPWd_D |
9636 | | /* 47214 */ MCD_OPC_FilterValue, 6, 143, 110, 1, // Skip to: 141058 |
9637 | | /* 47219 */ MCD_OPC_CheckPredicate, 19, 138, 110, 1, // Skip to: 141058 |
9638 | | /* 47224 */ MCD_OPC_Decode, 131, 46, 137, 2, // Opcode: SQDECP_XP_D |
9639 | | /* 47229 */ MCD_OPC_FilterValue, 11, 200, 0, 0, // Skip to: 47434 |
9640 | | /* 47234 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9641 | | /* 47237 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 47275 |
9642 | | /* 47242 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9643 | | /* 47245 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47260 |
9644 | | /* 47250 */ MCD_OPC_CheckPredicate, 19, 107, 110, 1, // Skip to: 141058 |
9645 | | /* 47255 */ MCD_OPC_Decode, 206, 59, 139, 2, // Opcode: UQDECP_WP_B |
9646 | | /* 47260 */ MCD_OPC_FilterValue, 6, 97, 110, 1, // Skip to: 141058 |
9647 | | /* 47265 */ MCD_OPC_CheckPredicate, 19, 92, 110, 1, // Skip to: 141058 |
9648 | | /* 47270 */ MCD_OPC_Decode, 210, 59, 137, 2, // Opcode: UQDECP_XP_B |
9649 | | /* 47275 */ MCD_OPC_FilterValue, 1, 48, 0, 0, // Skip to: 47328 |
9650 | | /* 47280 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9651 | | /* 47283 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47298 |
9652 | | /* 47288 */ MCD_OPC_CheckPredicate, 19, 69, 110, 1, // Skip to: 141058 |
9653 | | /* 47293 */ MCD_OPC_Decode, 215, 59, 187, 1, // Opcode: UQDECP_ZP_H |
9654 | | /* 47298 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47313 |
9655 | | /* 47303 */ MCD_OPC_CheckPredicate, 19, 54, 110, 1, // Skip to: 141058 |
9656 | | /* 47308 */ MCD_OPC_Decode, 208, 59, 139, 2, // Opcode: UQDECP_WP_H |
9657 | | /* 47313 */ MCD_OPC_FilterValue, 6, 44, 110, 1, // Skip to: 141058 |
9658 | | /* 47318 */ MCD_OPC_CheckPredicate, 19, 39, 110, 1, // Skip to: 141058 |
9659 | | /* 47323 */ MCD_OPC_Decode, 212, 59, 137, 2, // Opcode: UQDECP_XP_H |
9660 | | /* 47328 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 47381 |
9661 | | /* 47333 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9662 | | /* 47336 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47351 |
9663 | | /* 47341 */ MCD_OPC_CheckPredicate, 19, 16, 110, 1, // Skip to: 141058 |
9664 | | /* 47346 */ MCD_OPC_Decode, 216, 59, 187, 1, // Opcode: UQDECP_ZP_S |
9665 | | /* 47351 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47366 |
9666 | | /* 47356 */ MCD_OPC_CheckPredicate, 19, 1, 110, 1, // Skip to: 141058 |
9667 | | /* 47361 */ MCD_OPC_Decode, 209, 59, 139, 2, // Opcode: UQDECP_WP_S |
9668 | | /* 47366 */ MCD_OPC_FilterValue, 6, 247, 109, 1, // Skip to: 141058 |
9669 | | /* 47371 */ MCD_OPC_CheckPredicate, 19, 242, 109, 1, // Skip to: 141058 |
9670 | | /* 47376 */ MCD_OPC_Decode, 213, 59, 137, 2, // Opcode: UQDECP_XP_S |
9671 | | /* 47381 */ MCD_OPC_FilterValue, 3, 232, 109, 1, // Skip to: 141058 |
9672 | | /* 47386 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9673 | | /* 47389 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47404 |
9674 | | /* 47394 */ MCD_OPC_CheckPredicate, 19, 219, 109, 1, // Skip to: 141058 |
9675 | | /* 47399 */ MCD_OPC_Decode, 214, 59, 187, 1, // Opcode: UQDECP_ZP_D |
9676 | | /* 47404 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47419 |
9677 | | /* 47409 */ MCD_OPC_CheckPredicate, 19, 204, 109, 1, // Skip to: 141058 |
9678 | | /* 47414 */ MCD_OPC_Decode, 207, 59, 139, 2, // Opcode: UQDECP_WP_D |
9679 | | /* 47419 */ MCD_OPC_FilterValue, 6, 194, 109, 1, // Skip to: 141058 |
9680 | | /* 47424 */ MCD_OPC_CheckPredicate, 19, 189, 109, 1, // Skip to: 141058 |
9681 | | /* 47429 */ MCD_OPC_Decode, 211, 59, 137, 2, // Opcode: UQDECP_XP_D |
9682 | | /* 47434 */ MCD_OPC_FilterValue, 12, 161, 0, 0, // Skip to: 47600 |
9683 | | /* 47439 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9684 | | /* 47442 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 47486 |
9685 | | /* 47447 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9686 | | /* 47450 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 47465 |
9687 | | /* 47455 */ MCD_OPC_CheckPredicate, 19, 158, 109, 1, // Skip to: 141058 |
9688 | | /* 47460 */ MCD_OPC_Decode, 248, 29, 137, 2, // Opcode: INCP_XP_B |
9689 | | /* 47465 */ MCD_OPC_FilterValue, 8, 148, 109, 1, // Skip to: 141058 |
9690 | | /* 47470 */ MCD_OPC_CheckPredicate, 24, 143, 109, 1, // Skip to: 141058 |
9691 | | /* 47475 */ MCD_OPC_CheckField, 0, 9, 0, 136, 109, 1, // Skip to: 141058 |
9692 | | /* 47482 */ MCD_OPC_Decode, 212, 42, 4, // Opcode: SETFFR |
9693 | | /* 47486 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 47524 |
9694 | | /* 47491 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9695 | | /* 47494 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47509 |
9696 | | /* 47499 */ MCD_OPC_CheckPredicate, 19, 114, 109, 1, // Skip to: 141058 |
9697 | | /* 47504 */ MCD_OPC_Decode, 253, 29, 187, 1, // Opcode: INCP_ZP_H |
9698 | | /* 47509 */ MCD_OPC_FilterValue, 4, 104, 109, 1, // Skip to: 141058 |
9699 | | /* 47514 */ MCD_OPC_CheckPredicate, 19, 99, 109, 1, // Skip to: 141058 |
9700 | | /* 47519 */ MCD_OPC_Decode, 250, 29, 137, 2, // Opcode: INCP_XP_H |
9701 | | /* 47524 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 47562 |
9702 | | /* 47529 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9703 | | /* 47532 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47547 |
9704 | | /* 47537 */ MCD_OPC_CheckPredicate, 19, 76, 109, 1, // Skip to: 141058 |
9705 | | /* 47542 */ MCD_OPC_Decode, 254, 29, 187, 1, // Opcode: INCP_ZP_S |
9706 | | /* 47547 */ MCD_OPC_FilterValue, 4, 66, 109, 1, // Skip to: 141058 |
9707 | | /* 47552 */ MCD_OPC_CheckPredicate, 19, 61, 109, 1, // Skip to: 141058 |
9708 | | /* 47557 */ MCD_OPC_Decode, 251, 29, 137, 2, // Opcode: INCP_XP_S |
9709 | | /* 47562 */ MCD_OPC_FilterValue, 3, 51, 109, 1, // Skip to: 141058 |
9710 | | /* 47567 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9711 | | /* 47570 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47585 |
9712 | | /* 47575 */ MCD_OPC_CheckPredicate, 19, 38, 109, 1, // Skip to: 141058 |
9713 | | /* 47580 */ MCD_OPC_Decode, 252, 29, 187, 1, // Opcode: INCP_ZP_D |
9714 | | /* 47585 */ MCD_OPC_FilterValue, 4, 28, 109, 1, // Skip to: 141058 |
9715 | | /* 47590 */ MCD_OPC_CheckPredicate, 19, 23, 109, 1, // Skip to: 141058 |
9716 | | /* 47595 */ MCD_OPC_Decode, 249, 29, 137, 2, // Opcode: INCP_XP_D |
9717 | | /* 47600 */ MCD_OPC_FilterValue, 13, 13, 109, 1, // Skip to: 141058 |
9718 | | /* 47605 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9719 | | /* 47608 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 47630 |
9720 | | /* 47613 */ MCD_OPC_CheckPredicate, 19, 0, 109, 1, // Skip to: 141058 |
9721 | | /* 47618 */ MCD_OPC_CheckField, 9, 5, 4, 249, 108, 1, // Skip to: 141058 |
9722 | | /* 47625 */ MCD_OPC_Decode, 139, 18, 137, 2, // Opcode: DECP_XP_B |
9723 | | /* 47630 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 47668 |
9724 | | /* 47635 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9725 | | /* 47638 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47653 |
9726 | | /* 47643 */ MCD_OPC_CheckPredicate, 19, 226, 108, 1, // Skip to: 141058 |
9727 | | /* 47648 */ MCD_OPC_Decode, 144, 18, 187, 1, // Opcode: DECP_ZP_H |
9728 | | /* 47653 */ MCD_OPC_FilterValue, 4, 216, 108, 1, // Skip to: 141058 |
9729 | | /* 47658 */ MCD_OPC_CheckPredicate, 19, 211, 108, 1, // Skip to: 141058 |
9730 | | /* 47663 */ MCD_OPC_Decode, 141, 18, 137, 2, // Opcode: DECP_XP_H |
9731 | | /* 47668 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 47706 |
9732 | | /* 47673 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9733 | | /* 47676 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47691 |
9734 | | /* 47681 */ MCD_OPC_CheckPredicate, 19, 188, 108, 1, // Skip to: 141058 |
9735 | | /* 47686 */ MCD_OPC_Decode, 145, 18, 187, 1, // Opcode: DECP_ZP_S |
9736 | | /* 47691 */ MCD_OPC_FilterValue, 4, 178, 108, 1, // Skip to: 141058 |
9737 | | /* 47696 */ MCD_OPC_CheckPredicate, 19, 173, 108, 1, // Skip to: 141058 |
9738 | | /* 47701 */ MCD_OPC_Decode, 142, 18, 137, 2, // Opcode: DECP_XP_S |
9739 | | /* 47706 */ MCD_OPC_FilterValue, 3, 163, 108, 1, // Skip to: 141058 |
9740 | | /* 47711 */ MCD_OPC_ExtractField, 9, 5, // Inst{13-9} ... |
9741 | | /* 47714 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47729 |
9742 | | /* 47719 */ MCD_OPC_CheckPredicate, 19, 150, 108, 1, // Skip to: 141058 |
9743 | | /* 47724 */ MCD_OPC_Decode, 143, 18, 187, 1, // Opcode: DECP_ZP_D |
9744 | | /* 47729 */ MCD_OPC_FilterValue, 4, 140, 108, 1, // Skip to: 141058 |
9745 | | /* 47734 */ MCD_OPC_CheckPredicate, 19, 135, 108, 1, // Skip to: 141058 |
9746 | | /* 47739 */ MCD_OPC_Decode, 140, 18, 137, 2, // Opcode: DECP_XP_D |
9747 | | /* 47744 */ MCD_OPC_FilterValue, 3, 125, 108, 1, // Skip to: 141058 |
9748 | | /* 47749 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
9749 | | /* 47752 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 47820 |
9750 | | /* 47757 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9751 | | /* 47760 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47775 |
9752 | | /* 47765 */ MCD_OPC_CheckPredicate, 19, 104, 108, 1, // Skip to: 141058 |
9753 | | /* 47770 */ MCD_OPC_Decode, 140, 12, 140, 2, // Opcode: ADD_ZI_B |
9754 | | /* 47775 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 47790 |
9755 | | /* 47780 */ MCD_OPC_CheckPredicate, 19, 89, 108, 1, // Skip to: 141058 |
9756 | | /* 47785 */ MCD_OPC_Decode, 142, 12, 141, 2, // Opcode: ADD_ZI_H |
9757 | | /* 47790 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 47805 |
9758 | | /* 47795 */ MCD_OPC_CheckPredicate, 19, 74, 108, 1, // Skip to: 141058 |
9759 | | /* 47800 */ MCD_OPC_Decode, 143, 12, 142, 2, // Opcode: ADD_ZI_S |
9760 | | /* 47805 */ MCD_OPC_FilterValue, 3, 64, 108, 1, // Skip to: 141058 |
9761 | | /* 47810 */ MCD_OPC_CheckPredicate, 19, 59, 108, 1, // Skip to: 141058 |
9762 | | /* 47815 */ MCD_OPC_Decode, 141, 12, 143, 2, // Opcode: ADD_ZI_D |
9763 | | /* 47820 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 47888 |
9764 | | /* 47825 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9765 | | /* 47828 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47843 |
9766 | | /* 47833 */ MCD_OPC_CheckPredicate, 19, 36, 108, 1, // Skip to: 141058 |
9767 | | /* 47838 */ MCD_OPC_Decode, 180, 54, 140, 2, // Opcode: SUB_ZI_B |
9768 | | /* 47843 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 47858 |
9769 | | /* 47848 */ MCD_OPC_CheckPredicate, 19, 21, 108, 1, // Skip to: 141058 |
9770 | | /* 47853 */ MCD_OPC_Decode, 182, 54, 141, 2, // Opcode: SUB_ZI_H |
9771 | | /* 47858 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 47873 |
9772 | | /* 47863 */ MCD_OPC_CheckPredicate, 19, 6, 108, 1, // Skip to: 141058 |
9773 | | /* 47868 */ MCD_OPC_Decode, 183, 54, 142, 2, // Opcode: SUB_ZI_S |
9774 | | /* 47873 */ MCD_OPC_FilterValue, 3, 252, 107, 1, // Skip to: 141058 |
9775 | | /* 47878 */ MCD_OPC_CheckPredicate, 19, 247, 107, 1, // Skip to: 141058 |
9776 | | /* 47883 */ MCD_OPC_Decode, 181, 54, 143, 2, // Opcode: SUB_ZI_D |
9777 | | /* 47888 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 47956 |
9778 | | /* 47893 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9779 | | /* 47896 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47911 |
9780 | | /* 47901 */ MCD_OPC_CheckPredicate, 19, 224, 107, 1, // Skip to: 141058 |
9781 | | /* 47906 */ MCD_OPC_Decode, 146, 54, 140, 2, // Opcode: SUBR_ZI_B |
9782 | | /* 47911 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 47926 |
9783 | | /* 47916 */ MCD_OPC_CheckPredicate, 19, 209, 107, 1, // Skip to: 141058 |
9784 | | /* 47921 */ MCD_OPC_Decode, 148, 54, 141, 2, // Opcode: SUBR_ZI_H |
9785 | | /* 47926 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 47941 |
9786 | | /* 47931 */ MCD_OPC_CheckPredicate, 19, 194, 107, 1, // Skip to: 141058 |
9787 | | /* 47936 */ MCD_OPC_Decode, 149, 54, 142, 2, // Opcode: SUBR_ZI_S |
9788 | | /* 47941 */ MCD_OPC_FilterValue, 3, 184, 107, 1, // Skip to: 141058 |
9789 | | /* 47946 */ MCD_OPC_CheckPredicate, 19, 179, 107, 1, // Skip to: 141058 |
9790 | | /* 47951 */ MCD_OPC_Decode, 147, 54, 143, 2, // Opcode: SUBR_ZI_D |
9791 | | /* 47956 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 48024 |
9792 | | /* 47961 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9793 | | /* 47964 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 47979 |
9794 | | /* 47969 */ MCD_OPC_CheckPredicate, 19, 156, 107, 1, // Skip to: 141058 |
9795 | | /* 47974 */ MCD_OPC_Decode, 207, 45, 140, 2, // Opcode: SQADD_ZI_B |
9796 | | /* 47979 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 47994 |
9797 | | /* 47984 */ MCD_OPC_CheckPredicate, 19, 141, 107, 1, // Skip to: 141058 |
9798 | | /* 47989 */ MCD_OPC_Decode, 209, 45, 141, 2, // Opcode: SQADD_ZI_H |
9799 | | /* 47994 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48009 |
9800 | | /* 47999 */ MCD_OPC_CheckPredicate, 19, 126, 107, 1, // Skip to: 141058 |
9801 | | /* 48004 */ MCD_OPC_Decode, 210, 45, 142, 2, // Opcode: SQADD_ZI_S |
9802 | | /* 48009 */ MCD_OPC_FilterValue, 3, 116, 107, 1, // Skip to: 141058 |
9803 | | /* 48014 */ MCD_OPC_CheckPredicate, 19, 111, 107, 1, // Skip to: 141058 |
9804 | | /* 48019 */ MCD_OPC_Decode, 208, 45, 143, 2, // Opcode: SQADD_ZI_D |
9805 | | /* 48024 */ MCD_OPC_FilterValue, 5, 63, 0, 0, // Skip to: 48092 |
9806 | | /* 48029 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9807 | | /* 48032 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 48047 |
9808 | | /* 48037 */ MCD_OPC_CheckPredicate, 19, 88, 107, 1, // Skip to: 141058 |
9809 | | /* 48042 */ MCD_OPC_Decode, 169, 59, 140, 2, // Opcode: UQADD_ZI_B |
9810 | | /* 48047 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 48062 |
9811 | | /* 48052 */ MCD_OPC_CheckPredicate, 19, 73, 107, 1, // Skip to: 141058 |
9812 | | /* 48057 */ MCD_OPC_Decode, 171, 59, 141, 2, // Opcode: UQADD_ZI_H |
9813 | | /* 48062 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48077 |
9814 | | /* 48067 */ MCD_OPC_CheckPredicate, 19, 58, 107, 1, // Skip to: 141058 |
9815 | | /* 48072 */ MCD_OPC_Decode, 172, 59, 142, 2, // Opcode: UQADD_ZI_S |
9816 | | /* 48077 */ MCD_OPC_FilterValue, 3, 48, 107, 1, // Skip to: 141058 |
9817 | | /* 48082 */ MCD_OPC_CheckPredicate, 19, 43, 107, 1, // Skip to: 141058 |
9818 | | /* 48087 */ MCD_OPC_Decode, 170, 59, 143, 2, // Opcode: UQADD_ZI_D |
9819 | | /* 48092 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 48160 |
9820 | | /* 48097 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9821 | | /* 48100 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 48115 |
9822 | | /* 48105 */ MCD_OPC_CheckPredicate, 19, 20, 107, 1, // Skip to: 141058 |
9823 | | /* 48110 */ MCD_OPC_Decode, 235, 48, 140, 2, // Opcode: SQSUB_ZI_B |
9824 | | /* 48115 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 48130 |
9825 | | /* 48120 */ MCD_OPC_CheckPredicate, 19, 5, 107, 1, // Skip to: 141058 |
9826 | | /* 48125 */ MCD_OPC_Decode, 237, 48, 141, 2, // Opcode: SQSUB_ZI_H |
9827 | | /* 48130 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48145 |
9828 | | /* 48135 */ MCD_OPC_CheckPredicate, 19, 246, 106, 1, // Skip to: 141058 |
9829 | | /* 48140 */ MCD_OPC_Decode, 238, 48, 142, 2, // Opcode: SQSUB_ZI_S |
9830 | | /* 48145 */ MCD_OPC_FilterValue, 3, 236, 106, 1, // Skip to: 141058 |
9831 | | /* 48150 */ MCD_OPC_CheckPredicate, 19, 231, 106, 1, // Skip to: 141058 |
9832 | | /* 48155 */ MCD_OPC_Decode, 236, 48, 143, 2, // Opcode: SQSUB_ZI_D |
9833 | | /* 48160 */ MCD_OPC_FilterValue, 7, 63, 0, 0, // Skip to: 48228 |
9834 | | /* 48165 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9835 | | /* 48168 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 48183 |
9836 | | /* 48173 */ MCD_OPC_CheckPredicate, 19, 208, 106, 1, // Skip to: 141058 |
9837 | | /* 48178 */ MCD_OPC_Decode, 207, 60, 140, 2, // Opcode: UQSUB_ZI_B |
9838 | | /* 48183 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 48198 |
9839 | | /* 48188 */ MCD_OPC_CheckPredicate, 19, 193, 106, 1, // Skip to: 141058 |
9840 | | /* 48193 */ MCD_OPC_Decode, 209, 60, 141, 2, // Opcode: UQSUB_ZI_H |
9841 | | /* 48198 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48213 |
9842 | | /* 48203 */ MCD_OPC_CheckPredicate, 19, 178, 106, 1, // Skip to: 141058 |
9843 | | /* 48208 */ MCD_OPC_Decode, 210, 60, 142, 2, // Opcode: UQSUB_ZI_S |
9844 | | /* 48213 */ MCD_OPC_FilterValue, 3, 168, 106, 1, // Skip to: 141058 |
9845 | | /* 48218 */ MCD_OPC_CheckPredicate, 19, 163, 106, 1, // Skip to: 141058 |
9846 | | /* 48223 */ MCD_OPC_Decode, 208, 60, 143, 2, // Opcode: UQSUB_ZI_D |
9847 | | /* 48228 */ MCD_OPC_FilterValue, 8, 91, 0, 0, // Skip to: 48324 |
9848 | | /* 48233 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9849 | | /* 48236 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48258 |
9850 | | /* 48241 */ MCD_OPC_CheckPredicate, 19, 140, 106, 1, // Skip to: 141058 |
9851 | | /* 48246 */ MCD_OPC_CheckField, 13, 1, 0, 133, 106, 1, // Skip to: 141058 |
9852 | | /* 48253 */ MCD_OPC_Decode, 232, 43, 144, 2, // Opcode: SMAX_ZI_B |
9853 | | /* 48258 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48280 |
9854 | | /* 48263 */ MCD_OPC_CheckPredicate, 19, 118, 106, 1, // Skip to: 141058 |
9855 | | /* 48268 */ MCD_OPC_CheckField, 13, 1, 0, 111, 106, 1, // Skip to: 141058 |
9856 | | /* 48275 */ MCD_OPC_Decode, 234, 43, 144, 2, // Opcode: SMAX_ZI_H |
9857 | | /* 48280 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48302 |
9858 | | /* 48285 */ MCD_OPC_CheckPredicate, 19, 96, 106, 1, // Skip to: 141058 |
9859 | | /* 48290 */ MCD_OPC_CheckField, 13, 1, 0, 89, 106, 1, // Skip to: 141058 |
9860 | | /* 48297 */ MCD_OPC_Decode, 235, 43, 144, 2, // Opcode: SMAX_ZI_S |
9861 | | /* 48302 */ MCD_OPC_FilterValue, 3, 79, 106, 1, // Skip to: 141058 |
9862 | | /* 48307 */ MCD_OPC_CheckPredicate, 19, 74, 106, 1, // Skip to: 141058 |
9863 | | /* 48312 */ MCD_OPC_CheckField, 13, 1, 0, 67, 106, 1, // Skip to: 141058 |
9864 | | /* 48319 */ MCD_OPC_Decode, 233, 43, 144, 2, // Opcode: SMAX_ZI_D |
9865 | | /* 48324 */ MCD_OPC_FilterValue, 9, 91, 0, 0, // Skip to: 48420 |
9866 | | /* 48329 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9867 | | /* 48332 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48354 |
9868 | | /* 48337 */ MCD_OPC_CheckPredicate, 19, 44, 106, 1, // Skip to: 141058 |
9869 | | /* 48342 */ MCD_OPC_CheckField, 13, 1, 0, 37, 106, 1, // Skip to: 141058 |
9870 | | /* 48349 */ MCD_OPC_Decode, 220, 57, 145, 2, // Opcode: UMAX_ZI_B |
9871 | | /* 48354 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48376 |
9872 | | /* 48359 */ MCD_OPC_CheckPredicate, 19, 22, 106, 1, // Skip to: 141058 |
9873 | | /* 48364 */ MCD_OPC_CheckField, 13, 1, 0, 15, 106, 1, // Skip to: 141058 |
9874 | | /* 48371 */ MCD_OPC_Decode, 222, 57, 145, 2, // Opcode: UMAX_ZI_H |
9875 | | /* 48376 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48398 |
9876 | | /* 48381 */ MCD_OPC_CheckPredicate, 19, 0, 106, 1, // Skip to: 141058 |
9877 | | /* 48386 */ MCD_OPC_CheckField, 13, 1, 0, 249, 105, 1, // Skip to: 141058 |
9878 | | /* 48393 */ MCD_OPC_Decode, 223, 57, 145, 2, // Opcode: UMAX_ZI_S |
9879 | | /* 48398 */ MCD_OPC_FilterValue, 3, 239, 105, 1, // Skip to: 141058 |
9880 | | /* 48403 */ MCD_OPC_CheckPredicate, 19, 234, 105, 1, // Skip to: 141058 |
9881 | | /* 48408 */ MCD_OPC_CheckField, 13, 1, 0, 227, 105, 1, // Skip to: 141058 |
9882 | | /* 48415 */ MCD_OPC_Decode, 221, 57, 145, 2, // Opcode: UMAX_ZI_D |
9883 | | /* 48420 */ MCD_OPC_FilterValue, 10, 91, 0, 0, // Skip to: 48516 |
9884 | | /* 48425 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9885 | | /* 48428 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48450 |
9886 | | /* 48433 */ MCD_OPC_CheckPredicate, 19, 204, 105, 1, // Skip to: 141058 |
9887 | | /* 48438 */ MCD_OPC_CheckField, 13, 1, 0, 197, 105, 1, // Skip to: 141058 |
9888 | | /* 48445 */ MCD_OPC_Decode, 162, 44, 144, 2, // Opcode: SMIN_ZI_B |
9889 | | /* 48450 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48472 |
9890 | | /* 48455 */ MCD_OPC_CheckPredicate, 19, 182, 105, 1, // Skip to: 141058 |
9891 | | /* 48460 */ MCD_OPC_CheckField, 13, 1, 0, 175, 105, 1, // Skip to: 141058 |
9892 | | /* 48467 */ MCD_OPC_Decode, 164, 44, 144, 2, // Opcode: SMIN_ZI_H |
9893 | | /* 48472 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48494 |
9894 | | /* 48477 */ MCD_OPC_CheckPredicate, 19, 160, 105, 1, // Skip to: 141058 |
9895 | | /* 48482 */ MCD_OPC_CheckField, 13, 1, 0, 153, 105, 1, // Skip to: 141058 |
9896 | | /* 48489 */ MCD_OPC_Decode, 165, 44, 144, 2, // Opcode: SMIN_ZI_S |
9897 | | /* 48494 */ MCD_OPC_FilterValue, 3, 143, 105, 1, // Skip to: 141058 |
9898 | | /* 48499 */ MCD_OPC_CheckPredicate, 19, 138, 105, 1, // Skip to: 141058 |
9899 | | /* 48504 */ MCD_OPC_CheckField, 13, 1, 0, 131, 105, 1, // Skip to: 141058 |
9900 | | /* 48511 */ MCD_OPC_Decode, 163, 44, 144, 2, // Opcode: SMIN_ZI_D |
9901 | | /* 48516 */ MCD_OPC_FilterValue, 11, 91, 0, 0, // Skip to: 48612 |
9902 | | /* 48521 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9903 | | /* 48524 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48546 |
9904 | | /* 48529 */ MCD_OPC_CheckPredicate, 19, 108, 105, 1, // Skip to: 141058 |
9905 | | /* 48534 */ MCD_OPC_CheckField, 13, 1, 0, 101, 105, 1, // Skip to: 141058 |
9906 | | /* 48541 */ MCD_OPC_Decode, 149, 58, 145, 2, // Opcode: UMIN_ZI_B |
9907 | | /* 48546 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48568 |
9908 | | /* 48551 */ MCD_OPC_CheckPredicate, 19, 86, 105, 1, // Skip to: 141058 |
9909 | | /* 48556 */ MCD_OPC_CheckField, 13, 1, 0, 79, 105, 1, // Skip to: 141058 |
9910 | | /* 48563 */ MCD_OPC_Decode, 151, 58, 145, 2, // Opcode: UMIN_ZI_H |
9911 | | /* 48568 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48590 |
9912 | | /* 48573 */ MCD_OPC_CheckPredicate, 19, 64, 105, 1, // Skip to: 141058 |
9913 | | /* 48578 */ MCD_OPC_CheckField, 13, 1, 0, 57, 105, 1, // Skip to: 141058 |
9914 | | /* 48585 */ MCD_OPC_Decode, 152, 58, 145, 2, // Opcode: UMIN_ZI_S |
9915 | | /* 48590 */ MCD_OPC_FilterValue, 3, 47, 105, 1, // Skip to: 141058 |
9916 | | /* 48595 */ MCD_OPC_CheckPredicate, 19, 42, 105, 1, // Skip to: 141058 |
9917 | | /* 48600 */ MCD_OPC_CheckField, 13, 1, 0, 35, 105, 1, // Skip to: 141058 |
9918 | | /* 48607 */ MCD_OPC_Decode, 150, 58, 145, 2, // Opcode: UMIN_ZI_D |
9919 | | /* 48612 */ MCD_OPC_FilterValue, 16, 91, 0, 0, // Skip to: 48708 |
9920 | | /* 48617 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9921 | | /* 48620 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48642 |
9922 | | /* 48625 */ MCD_OPC_CheckPredicate, 19, 12, 105, 1, // Skip to: 141058 |
9923 | | /* 48630 */ MCD_OPC_CheckField, 13, 1, 0, 5, 105, 1, // Skip to: 141058 |
9924 | | /* 48637 */ MCD_OPC_Decode, 152, 38, 144, 2, // Opcode: MUL_ZI_B |
9925 | | /* 48642 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48664 |
9926 | | /* 48647 */ MCD_OPC_CheckPredicate, 19, 246, 104, 1, // Skip to: 141058 |
9927 | | /* 48652 */ MCD_OPC_CheckField, 13, 1, 0, 239, 104, 1, // Skip to: 141058 |
9928 | | /* 48659 */ MCD_OPC_Decode, 154, 38, 144, 2, // Opcode: MUL_ZI_H |
9929 | | /* 48664 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48686 |
9930 | | /* 48669 */ MCD_OPC_CheckPredicate, 19, 224, 104, 1, // Skip to: 141058 |
9931 | | /* 48674 */ MCD_OPC_CheckField, 13, 1, 0, 217, 104, 1, // Skip to: 141058 |
9932 | | /* 48681 */ MCD_OPC_Decode, 155, 38, 144, 2, // Opcode: MUL_ZI_S |
9933 | | /* 48686 */ MCD_OPC_FilterValue, 3, 207, 104, 1, // Skip to: 141058 |
9934 | | /* 48691 */ MCD_OPC_CheckPredicate, 19, 202, 104, 1, // Skip to: 141058 |
9935 | | /* 48696 */ MCD_OPC_CheckField, 13, 1, 0, 195, 104, 1, // Skip to: 141058 |
9936 | | /* 48703 */ MCD_OPC_Decode, 153, 38, 144, 2, // Opcode: MUL_ZI_D |
9937 | | /* 48708 */ MCD_OPC_FilterValue, 24, 63, 0, 0, // Skip to: 48776 |
9938 | | /* 48713 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9939 | | /* 48716 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 48731 |
9940 | | /* 48721 */ MCD_OPC_CheckPredicate, 19, 172, 104, 1, // Skip to: 141058 |
9941 | | /* 48726 */ MCD_OPC_Decode, 157, 18, 146, 2, // Opcode: DUP_ZI_B |
9942 | | /* 48731 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 48746 |
9943 | | /* 48736 */ MCD_OPC_CheckPredicate, 19, 157, 104, 1, // Skip to: 141058 |
9944 | | /* 48741 */ MCD_OPC_Decode, 159, 18, 147, 2, // Opcode: DUP_ZI_H |
9945 | | /* 48746 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 48761 |
9946 | | /* 48751 */ MCD_OPC_CheckPredicate, 19, 142, 104, 1, // Skip to: 141058 |
9947 | | /* 48756 */ MCD_OPC_Decode, 160, 18, 148, 2, // Opcode: DUP_ZI_S |
9948 | | /* 48761 */ MCD_OPC_FilterValue, 3, 132, 104, 1, // Skip to: 141058 |
9949 | | /* 48766 */ MCD_OPC_CheckPredicate, 19, 127, 104, 1, // Skip to: 141058 |
9950 | | /* 48771 */ MCD_OPC_Decode, 158, 18, 149, 2, // Opcode: DUP_ZI_D |
9951 | | /* 48776 */ MCD_OPC_FilterValue, 25, 117, 104, 1, // Skip to: 141058 |
9952 | | /* 48781 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
9953 | | /* 48784 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 48806 |
9954 | | /* 48789 */ MCD_OPC_CheckPredicate, 19, 104, 104, 1, // Skip to: 141058 |
9955 | | /* 48794 */ MCD_OPC_CheckField, 13, 1, 0, 97, 104, 1, // Skip to: 141058 |
9956 | | /* 48801 */ MCD_OPC_Decode, 158, 23, 150, 2, // Opcode: FDUP_ZI_H |
9957 | | /* 48806 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 48828 |
9958 | | /* 48811 */ MCD_OPC_CheckPredicate, 19, 82, 104, 1, // Skip to: 141058 |
9959 | | /* 48816 */ MCD_OPC_CheckField, 13, 1, 0, 75, 104, 1, // Skip to: 141058 |
9960 | | /* 48823 */ MCD_OPC_Decode, 159, 23, 150, 2, // Opcode: FDUP_ZI_S |
9961 | | /* 48828 */ MCD_OPC_FilterValue, 3, 65, 104, 1, // Skip to: 141058 |
9962 | | /* 48833 */ MCD_OPC_CheckPredicate, 19, 60, 104, 1, // Skip to: 141058 |
9963 | | /* 48838 */ MCD_OPC_CheckField, 13, 1, 0, 53, 104, 1, // Skip to: 141058 |
9964 | | /* 48845 */ MCD_OPC_Decode, 157, 23, 150, 2, // Opcode: FDUP_ZI_D |
9965 | | /* 48850 */ MCD_OPC_FilterValue, 2, 86, 44, 0, // Skip to: 60205 |
9966 | | /* 48855 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
9967 | | /* 48858 */ MCD_OPC_FilterValue, 0, 38, 6, 0, // Skip to: 50437 |
9968 | | /* 48863 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
9969 | | /* 48866 */ MCD_OPC_FilterValue, 0, 137, 0, 0, // Skip to: 49008 |
9970 | | /* 48871 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
9971 | | /* 48874 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 48919 |
9972 | | /* 48879 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
9973 | | /* 48882 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48904 |
9974 | | /* 48887 */ MCD_OPC_CheckPredicate, 21, 6, 104, 1, // Skip to: 141058 |
9975 | | /* 48892 */ MCD_OPC_CheckField, 22, 1, 1, 255, 103, 1, // Skip to: 141058 |
9976 | | /* 48899 */ MCD_OPC_Decode, 141, 46, 176, 1, // Opcode: SQDMLALBT_ZZZ_H |
9977 | | /* 48904 */ MCD_OPC_FilterValue, 1, 245, 103, 1, // Skip to: 141058 |
9978 | | /* 48909 */ MCD_OPC_CheckPredicate, 21, 240, 103, 1, // Skip to: 141058 |
9979 | | /* 48914 */ MCD_OPC_Decode, 139, 37, 151, 2, // Opcode: MLA_ZZZI_H |
9980 | | /* 48919 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 48964 |
9981 | | /* 48924 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
9982 | | /* 48927 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 48949 |
9983 | | /* 48932 */ MCD_OPC_CheckPredicate, 21, 217, 103, 1, // Skip to: 141058 |
9984 | | /* 48937 */ MCD_OPC_CheckField, 22, 1, 1, 210, 103, 1, // Skip to: 141058 |
9985 | | /* 48944 */ MCD_OPC_Decode, 166, 46, 176, 1, // Opcode: SQDMLSLBT_ZZZ_H |
9986 | | /* 48949 */ MCD_OPC_FilterValue, 1, 200, 103, 1, // Skip to: 141058 |
9987 | | /* 48954 */ MCD_OPC_CheckPredicate, 21, 195, 103, 1, // Skip to: 141058 |
9988 | | /* 48959 */ MCD_OPC_Decode, 156, 37, 151, 2, // Opcode: MLS_ZZZI_H |
9989 | | /* 48964 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 48986 |
9990 | | /* 48969 */ MCD_OPC_CheckPredicate, 21, 180, 103, 1, // Skip to: 141058 |
9991 | | /* 48974 */ MCD_OPC_CheckField, 21, 1, 1, 173, 103, 1, // Skip to: 141058 |
9992 | | /* 48981 */ MCD_OPC_Decode, 163, 47, 151, 2, // Opcode: SQRDMLAH_ZZZI_H |
9993 | | /* 48986 */ MCD_OPC_FilterValue, 5, 163, 103, 1, // Skip to: 141058 |
9994 | | /* 48991 */ MCD_OPC_CheckPredicate, 21, 158, 103, 1, // Skip to: 141058 |
9995 | | /* 48996 */ MCD_OPC_CheckField, 21, 1, 1, 151, 103, 1, // Skip to: 141058 |
9996 | | /* 49003 */ MCD_OPC_Decode, 182, 47, 151, 2, // Opcode: SQRDMLSH_ZZZI_H |
9997 | | /* 49008 */ MCD_OPC_FilterValue, 1, 155, 1, 0, // Skip to: 49424 |
9998 | | /* 49013 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
9999 | | /* 49016 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 49107 |
10000 | | /* 49021 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10001 | | /* 49024 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 49092 |
10002 | | /* 49029 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
10003 | | /* 49032 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 49047 |
10004 | | /* 49037 */ MCD_OPC_CheckPredicate, 19, 112, 103, 1, // Skip to: 141058 |
10005 | | /* 49042 */ MCD_OPC_Decode, 186, 42, 176, 1, // Opcode: SDOT_ZZZ_S |
10006 | | /* 49047 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 49062 |
10007 | | /* 49052 */ MCD_OPC_CheckPredicate, 19, 97, 103, 1, // Skip to: 141058 |
10008 | | /* 49057 */ MCD_OPC_Decode, 147, 57, 176, 1, // Opcode: UDOT_ZZZ_S |
10009 | | /* 49062 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49077 |
10010 | | /* 49067 */ MCD_OPC_CheckPredicate, 21, 82, 103, 1, // Skip to: 141058 |
10011 | | /* 49072 */ MCD_OPC_Decode, 142, 46, 176, 1, // Opcode: SQDMLALBT_ZZZ_S |
10012 | | /* 49077 */ MCD_OPC_FilterValue, 3, 72, 103, 1, // Skip to: 141058 |
10013 | | /* 49082 */ MCD_OPC_CheckPredicate, 21, 67, 103, 1, // Skip to: 141058 |
10014 | | /* 49087 */ MCD_OPC_Decode, 167, 46, 176, 1, // Opcode: SQDMLSLBT_ZZZ_S |
10015 | | /* 49092 */ MCD_OPC_FilterValue, 1, 57, 103, 1, // Skip to: 141058 |
10016 | | /* 49097 */ MCD_OPC_CheckPredicate, 21, 52, 103, 1, // Skip to: 141058 |
10017 | | /* 49102 */ MCD_OPC_Decode, 242, 14, 152, 2, // Opcode: CDOT_ZZZ_S |
10018 | | /* 49107 */ MCD_OPC_FilterValue, 1, 123, 0, 0, // Skip to: 49235 |
10019 | | /* 49112 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10020 | | /* 49115 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 49130 |
10021 | | /* 49120 */ MCD_OPC_CheckPredicate, 19, 29, 103, 1, // Skip to: 141058 |
10022 | | /* 49125 */ MCD_OPC_Decode, 183, 42, 153, 2, // Opcode: SDOT_ZZZI_S |
10023 | | /* 49130 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 49145 |
10024 | | /* 49135 */ MCD_OPC_CheckPredicate, 19, 14, 103, 1, // Skip to: 141058 |
10025 | | /* 49140 */ MCD_OPC_Decode, 144, 57, 153, 2, // Opcode: UDOT_ZZZI_S |
10026 | | /* 49145 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49160 |
10027 | | /* 49150 */ MCD_OPC_CheckPredicate, 21, 255, 102, 1, // Skip to: 141058 |
10028 | | /* 49155 */ MCD_OPC_Decode, 140, 37, 153, 2, // Opcode: MLA_ZZZI_S |
10029 | | /* 49160 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 49175 |
10030 | | /* 49165 */ MCD_OPC_CheckPredicate, 21, 240, 102, 1, // Skip to: 141058 |
10031 | | /* 49170 */ MCD_OPC_Decode, 157, 37, 153, 2, // Opcode: MLS_ZZZI_S |
10032 | | /* 49175 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 49190 |
10033 | | /* 49180 */ MCD_OPC_CheckPredicate, 21, 225, 102, 1, // Skip to: 141058 |
10034 | | /* 49185 */ MCD_OPC_Decode, 164, 47, 153, 2, // Opcode: SQRDMLAH_ZZZI_S |
10035 | | /* 49190 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 49205 |
10036 | | /* 49195 */ MCD_OPC_CheckPredicate, 21, 210, 102, 1, // Skip to: 141058 |
10037 | | /* 49200 */ MCD_OPC_Decode, 183, 47, 153, 2, // Opcode: SQRDMLSH_ZZZI_S |
10038 | | /* 49205 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 49220 |
10039 | | /* 49210 */ MCD_OPC_CheckPredicate, 26, 195, 102, 1, // Skip to: 141058 |
10040 | | /* 49215 */ MCD_OPC_Decode, 196, 61, 153, 2, // Opcode: USDOT_ZZZI |
10041 | | /* 49220 */ MCD_OPC_FilterValue, 7, 185, 102, 1, // Skip to: 141058 |
10042 | | /* 49225 */ MCD_OPC_CheckPredicate, 26, 180, 102, 1, // Skip to: 141058 |
10043 | | /* 49230 */ MCD_OPC_Decode, 206, 54, 153, 2, // Opcode: SUDOT_ZZZI |
10044 | | /* 49235 */ MCD_OPC_FilterValue, 2, 86, 0, 0, // Skip to: 49326 |
10045 | | /* 49240 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10046 | | /* 49243 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 49311 |
10047 | | /* 49248 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
10048 | | /* 49251 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 49266 |
10049 | | /* 49256 */ MCD_OPC_CheckPredicate, 19, 149, 102, 1, // Skip to: 141058 |
10050 | | /* 49261 */ MCD_OPC_Decode, 184, 42, 176, 1, // Opcode: SDOT_ZZZ_D |
10051 | | /* 49266 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 49281 |
10052 | | /* 49271 */ MCD_OPC_CheckPredicate, 19, 134, 102, 1, // Skip to: 141058 |
10053 | | /* 49276 */ MCD_OPC_Decode, 145, 57, 176, 1, // Opcode: UDOT_ZZZ_D |
10054 | | /* 49281 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49296 |
10055 | | /* 49286 */ MCD_OPC_CheckPredicate, 21, 119, 102, 1, // Skip to: 141058 |
10056 | | /* 49291 */ MCD_OPC_Decode, 140, 46, 176, 1, // Opcode: SQDMLALBT_ZZZ_D |
10057 | | /* 49296 */ MCD_OPC_FilterValue, 3, 109, 102, 1, // Skip to: 141058 |
10058 | | /* 49301 */ MCD_OPC_CheckPredicate, 21, 104, 102, 1, // Skip to: 141058 |
10059 | | /* 49306 */ MCD_OPC_Decode, 165, 46, 176, 1, // Opcode: SQDMLSLBT_ZZZ_D |
10060 | | /* 49311 */ MCD_OPC_FilterValue, 1, 94, 102, 1, // Skip to: 141058 |
10061 | | /* 49316 */ MCD_OPC_CheckPredicate, 21, 89, 102, 1, // Skip to: 141058 |
10062 | | /* 49321 */ MCD_OPC_Decode, 241, 14, 152, 2, // Opcode: CDOT_ZZZ_D |
10063 | | /* 49326 */ MCD_OPC_FilterValue, 3, 79, 102, 1, // Skip to: 141058 |
10064 | | /* 49331 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10065 | | /* 49334 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 49349 |
10066 | | /* 49339 */ MCD_OPC_CheckPredicate, 19, 66, 102, 1, // Skip to: 141058 |
10067 | | /* 49344 */ MCD_OPC_Decode, 181, 42, 154, 2, // Opcode: SDOT_ZZZI_D |
10068 | | /* 49349 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 49364 |
10069 | | /* 49354 */ MCD_OPC_CheckPredicate, 19, 51, 102, 1, // Skip to: 141058 |
10070 | | /* 49359 */ MCD_OPC_Decode, 142, 57, 154, 2, // Opcode: UDOT_ZZZI_D |
10071 | | /* 49364 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49379 |
10072 | | /* 49369 */ MCD_OPC_CheckPredicate, 21, 36, 102, 1, // Skip to: 141058 |
10073 | | /* 49374 */ MCD_OPC_Decode, 138, 37, 154, 2, // Opcode: MLA_ZZZI_D |
10074 | | /* 49379 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 49394 |
10075 | | /* 49384 */ MCD_OPC_CheckPredicate, 21, 21, 102, 1, // Skip to: 141058 |
10076 | | /* 49389 */ MCD_OPC_Decode, 155, 37, 154, 2, // Opcode: MLS_ZZZI_D |
10077 | | /* 49394 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 49409 |
10078 | | /* 49399 */ MCD_OPC_CheckPredicate, 21, 6, 102, 1, // Skip to: 141058 |
10079 | | /* 49404 */ MCD_OPC_Decode, 162, 47, 154, 2, // Opcode: SQRDMLAH_ZZZI_D |
10080 | | /* 49409 */ MCD_OPC_FilterValue, 5, 252, 101, 1, // Skip to: 141058 |
10081 | | /* 49414 */ MCD_OPC_CheckPredicate, 21, 247, 101, 1, // Skip to: 141058 |
10082 | | /* 49419 */ MCD_OPC_Decode, 181, 47, 154, 2, // Opcode: SQRDMLSH_ZZZI_D |
10083 | | /* 49424 */ MCD_OPC_FilterValue, 2, 155, 2, 0, // Skip to: 50096 |
10084 | | /* 49429 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10085 | | /* 49432 */ MCD_OPC_FilterValue, 0, 78, 0, 0, // Skip to: 49515 |
10086 | | /* 49437 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10087 | | /* 49440 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49485 |
10088 | | /* 49445 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10089 | | /* 49448 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49470 |
10090 | | /* 49453 */ MCD_OPC_CheckPredicate, 21, 208, 101, 1, // Skip to: 141058 |
10091 | | /* 49458 */ MCD_OPC_CheckField, 19, 1, 1, 201, 101, 1, // Skip to: 141058 |
10092 | | /* 49465 */ MCD_OPC_Decode, 216, 48, 207, 1, // Opcode: SQSHRUNB_ZZI_B |
10093 | | /* 49470 */ MCD_OPC_FilterValue, 1, 191, 101, 1, // Skip to: 141058 |
10094 | | /* 49475 */ MCD_OPC_CheckPredicate, 21, 186, 101, 1, // Skip to: 141058 |
10095 | | /* 49480 */ MCD_OPC_Decode, 217, 48, 208, 1, // Opcode: SQSHRUNB_ZZI_H |
10096 | | /* 49485 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49500 |
10097 | | /* 49490 */ MCD_OPC_CheckPredicate, 21, 171, 101, 1, // Skip to: 141058 |
10098 | | /* 49495 */ MCD_OPC_Decode, 188, 41, 162, 1, // Opcode: SADDLB_ZZZ_H |
10099 | | /* 49500 */ MCD_OPC_FilterValue, 3, 161, 101, 1, // Skip to: 141058 |
10100 | | /* 49505 */ MCD_OPC_CheckPredicate, 21, 156, 101, 1, // Skip to: 141058 |
10101 | | /* 49510 */ MCD_OPC_Decode, 218, 48, 209, 1, // Opcode: SQSHRUNB_ZZI_S |
10102 | | /* 49515 */ MCD_OPC_FilterValue, 1, 78, 0, 0, // Skip to: 49598 |
10103 | | /* 49520 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10104 | | /* 49523 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49568 |
10105 | | /* 49528 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10106 | | /* 49531 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49553 |
10107 | | /* 49536 */ MCD_OPC_CheckPredicate, 21, 125, 101, 1, // Skip to: 141058 |
10108 | | /* 49541 */ MCD_OPC_CheckField, 19, 1, 1, 118, 101, 1, // Skip to: 141058 |
10109 | | /* 49548 */ MCD_OPC_Decode, 219, 48, 177, 1, // Opcode: SQSHRUNT_ZZI_B |
10110 | | /* 49553 */ MCD_OPC_FilterValue, 1, 108, 101, 1, // Skip to: 141058 |
10111 | | /* 49558 */ MCD_OPC_CheckPredicate, 21, 103, 101, 1, // Skip to: 141058 |
10112 | | /* 49563 */ MCD_OPC_Decode, 220, 48, 178, 1, // Opcode: SQSHRUNT_ZZI_H |
10113 | | /* 49568 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49583 |
10114 | | /* 49573 */ MCD_OPC_CheckPredicate, 21, 88, 101, 1, // Skip to: 141058 |
10115 | | /* 49578 */ MCD_OPC_Decode, 197, 41, 162, 1, // Opcode: SADDLT_ZZZ_H |
10116 | | /* 49583 */ MCD_OPC_FilterValue, 3, 78, 101, 1, // Skip to: 141058 |
10117 | | /* 49588 */ MCD_OPC_CheckPredicate, 21, 73, 101, 1, // Skip to: 141058 |
10118 | | /* 49593 */ MCD_OPC_Decode, 221, 48, 179, 1, // Opcode: SQSHRUNT_ZZI_S |
10119 | | /* 49598 */ MCD_OPC_FilterValue, 2, 78, 0, 0, // Skip to: 49681 |
10120 | | /* 49603 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10121 | | /* 49606 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49651 |
10122 | | /* 49611 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10123 | | /* 49614 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49636 |
10124 | | /* 49619 */ MCD_OPC_CheckPredicate, 21, 42, 101, 1, // Skip to: 141058 |
10125 | | /* 49624 */ MCD_OPC_CheckField, 19, 1, 1, 35, 101, 1, // Skip to: 141058 |
10126 | | /* 49631 */ MCD_OPC_Decode, 128, 48, 207, 1, // Opcode: SQRSHRUNB_ZZI_B |
10127 | | /* 49636 */ MCD_OPC_FilterValue, 1, 25, 101, 1, // Skip to: 141058 |
10128 | | /* 49641 */ MCD_OPC_CheckPredicate, 21, 20, 101, 1, // Skip to: 141058 |
10129 | | /* 49646 */ MCD_OPC_Decode, 129, 48, 208, 1, // Opcode: SQRSHRUNB_ZZI_H |
10130 | | /* 49651 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49666 |
10131 | | /* 49656 */ MCD_OPC_CheckPredicate, 21, 5, 101, 1, // Skip to: 141058 |
10132 | | /* 49661 */ MCD_OPC_Decode, 156, 56, 162, 1, // Opcode: UADDLB_ZZZ_H |
10133 | | /* 49666 */ MCD_OPC_FilterValue, 3, 251, 100, 1, // Skip to: 141058 |
10134 | | /* 49671 */ MCD_OPC_CheckPredicate, 21, 246, 100, 1, // Skip to: 141058 |
10135 | | /* 49676 */ MCD_OPC_Decode, 130, 48, 209, 1, // Opcode: SQRSHRUNB_ZZI_S |
10136 | | /* 49681 */ MCD_OPC_FilterValue, 3, 78, 0, 0, // Skip to: 49764 |
10137 | | /* 49686 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10138 | | /* 49689 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49734 |
10139 | | /* 49694 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10140 | | /* 49697 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49719 |
10141 | | /* 49702 */ MCD_OPC_CheckPredicate, 21, 215, 100, 1, // Skip to: 141058 |
10142 | | /* 49707 */ MCD_OPC_CheckField, 19, 1, 1, 208, 100, 1, // Skip to: 141058 |
10143 | | /* 49714 */ MCD_OPC_Decode, 131, 48, 177, 1, // Opcode: SQRSHRUNT_ZZI_B |
10144 | | /* 49719 */ MCD_OPC_FilterValue, 1, 198, 100, 1, // Skip to: 141058 |
10145 | | /* 49724 */ MCD_OPC_CheckPredicate, 21, 193, 100, 1, // Skip to: 141058 |
10146 | | /* 49729 */ MCD_OPC_Decode, 132, 48, 178, 1, // Opcode: SQRSHRUNT_ZZI_H |
10147 | | /* 49734 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49749 |
10148 | | /* 49739 */ MCD_OPC_CheckPredicate, 21, 178, 100, 1, // Skip to: 141058 |
10149 | | /* 49744 */ MCD_OPC_Decode, 165, 56, 162, 1, // Opcode: UADDLT_ZZZ_H |
10150 | | /* 49749 */ MCD_OPC_FilterValue, 3, 168, 100, 1, // Skip to: 141058 |
10151 | | /* 49754 */ MCD_OPC_CheckPredicate, 21, 163, 100, 1, // Skip to: 141058 |
10152 | | /* 49759 */ MCD_OPC_Decode, 133, 48, 179, 1, // Opcode: SQRSHRUNT_ZZI_S |
10153 | | /* 49764 */ MCD_OPC_FilterValue, 4, 78, 0, 0, // Skip to: 49847 |
10154 | | /* 49769 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10155 | | /* 49772 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49817 |
10156 | | /* 49777 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10157 | | /* 49780 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49802 |
10158 | | /* 49785 */ MCD_OPC_CheckPredicate, 21, 132, 100, 1, // Skip to: 141058 |
10159 | | /* 49790 */ MCD_OPC_CheckField, 19, 1, 1, 125, 100, 1, // Skip to: 141058 |
10160 | | /* 49797 */ MCD_OPC_Decode, 139, 43, 207, 1, // Opcode: SHRNB_ZZI_B |
10161 | | /* 49802 */ MCD_OPC_FilterValue, 1, 115, 100, 1, // Skip to: 141058 |
10162 | | /* 49807 */ MCD_OPC_CheckPredicate, 21, 110, 100, 1, // Skip to: 141058 |
10163 | | /* 49812 */ MCD_OPC_Decode, 140, 43, 208, 1, // Opcode: SHRNB_ZZI_H |
10164 | | /* 49817 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49832 |
10165 | | /* 49822 */ MCD_OPC_CheckPredicate, 21, 95, 100, 1, // Skip to: 141058 |
10166 | | /* 49827 */ MCD_OPC_Decode, 193, 50, 162, 1, // Opcode: SSUBLB_ZZZ_H |
10167 | | /* 49832 */ MCD_OPC_FilterValue, 3, 85, 100, 1, // Skip to: 141058 |
10168 | | /* 49837 */ MCD_OPC_CheckPredicate, 21, 80, 100, 1, // Skip to: 141058 |
10169 | | /* 49842 */ MCD_OPC_Decode, 141, 43, 209, 1, // Opcode: SHRNB_ZZI_S |
10170 | | /* 49847 */ MCD_OPC_FilterValue, 5, 78, 0, 0, // Skip to: 49930 |
10171 | | /* 49852 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10172 | | /* 49855 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49900 |
10173 | | /* 49860 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10174 | | /* 49863 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49885 |
10175 | | /* 49868 */ MCD_OPC_CheckPredicate, 21, 49, 100, 1, // Skip to: 141058 |
10176 | | /* 49873 */ MCD_OPC_CheckField, 19, 1, 1, 42, 100, 1, // Skip to: 141058 |
10177 | | /* 49880 */ MCD_OPC_Decode, 142, 43, 177, 1, // Opcode: SHRNT_ZZI_B |
10178 | | /* 49885 */ MCD_OPC_FilterValue, 1, 32, 100, 1, // Skip to: 141058 |
10179 | | /* 49890 */ MCD_OPC_CheckPredicate, 21, 27, 100, 1, // Skip to: 141058 |
10180 | | /* 49895 */ MCD_OPC_Decode, 143, 43, 178, 1, // Opcode: SHRNT_ZZI_H |
10181 | | /* 49900 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49915 |
10182 | | /* 49905 */ MCD_OPC_CheckPredicate, 21, 12, 100, 1, // Skip to: 141058 |
10183 | | /* 49910 */ MCD_OPC_Decode, 199, 50, 162, 1, // Opcode: SSUBLT_ZZZ_H |
10184 | | /* 49915 */ MCD_OPC_FilterValue, 3, 2, 100, 1, // Skip to: 141058 |
10185 | | /* 49920 */ MCD_OPC_CheckPredicate, 21, 253, 99, 1, // Skip to: 141058 |
10186 | | /* 49925 */ MCD_OPC_Decode, 144, 43, 179, 1, // Opcode: SHRNT_ZZI_S |
10187 | | /* 49930 */ MCD_OPC_FilterValue, 6, 78, 0, 0, // Skip to: 50013 |
10188 | | /* 49935 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10189 | | /* 49938 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 49983 |
10190 | | /* 49943 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10191 | | /* 49946 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 49968 |
10192 | | /* 49951 */ MCD_OPC_CheckPredicate, 21, 222, 99, 1, // Skip to: 141058 |
10193 | | /* 49956 */ MCD_OPC_CheckField, 19, 1, 1, 215, 99, 1, // Skip to: 141058 |
10194 | | /* 49963 */ MCD_OPC_Decode, 235, 40, 207, 1, // Opcode: RSHRNB_ZZI_B |
10195 | | /* 49968 */ MCD_OPC_FilterValue, 1, 205, 99, 1, // Skip to: 141058 |
10196 | | /* 49973 */ MCD_OPC_CheckPredicate, 21, 200, 99, 1, // Skip to: 141058 |
10197 | | /* 49978 */ MCD_OPC_Decode, 236, 40, 208, 1, // Opcode: RSHRNB_ZZI_H |
10198 | | /* 49983 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 49998 |
10199 | | /* 49988 */ MCD_OPC_CheckPredicate, 21, 185, 99, 1, // Skip to: 141058 |
10200 | | /* 49993 */ MCD_OPC_Decode, 143, 62, 162, 1, // Opcode: USUBLB_ZZZ_H |
10201 | | /* 49998 */ MCD_OPC_FilterValue, 3, 175, 99, 1, // Skip to: 141058 |
10202 | | /* 50003 */ MCD_OPC_CheckPredicate, 21, 170, 99, 1, // Skip to: 141058 |
10203 | | /* 50008 */ MCD_OPC_Decode, 237, 40, 209, 1, // Opcode: RSHRNB_ZZI_S |
10204 | | /* 50013 */ MCD_OPC_FilterValue, 7, 160, 99, 1, // Skip to: 141058 |
10205 | | /* 50018 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10206 | | /* 50021 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 50066 |
10207 | | /* 50026 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10208 | | /* 50029 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50051 |
10209 | | /* 50034 */ MCD_OPC_CheckPredicate, 21, 139, 99, 1, // Skip to: 141058 |
10210 | | /* 50039 */ MCD_OPC_CheckField, 19, 1, 1, 132, 99, 1, // Skip to: 141058 |
10211 | | /* 50046 */ MCD_OPC_Decode, 238, 40, 177, 1, // Opcode: RSHRNT_ZZI_B |
10212 | | /* 50051 */ MCD_OPC_FilterValue, 1, 122, 99, 1, // Skip to: 141058 |
10213 | | /* 50056 */ MCD_OPC_CheckPredicate, 21, 117, 99, 1, // Skip to: 141058 |
10214 | | /* 50061 */ MCD_OPC_Decode, 239, 40, 178, 1, // Opcode: RSHRNT_ZZI_H |
10215 | | /* 50066 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 50081 |
10216 | | /* 50071 */ MCD_OPC_CheckPredicate, 21, 102, 99, 1, // Skip to: 141058 |
10217 | | /* 50076 */ MCD_OPC_Decode, 146, 62, 162, 1, // Opcode: USUBLT_ZZZ_H |
10218 | | /* 50081 */ MCD_OPC_FilterValue, 3, 92, 99, 1, // Skip to: 141058 |
10219 | | /* 50086 */ MCD_OPC_CheckPredicate, 21, 87, 99, 1, // Skip to: 141058 |
10220 | | /* 50091 */ MCD_OPC_Decode, 240, 40, 179, 1, // Opcode: RSHRNT_ZZI_S |
10221 | | /* 50096 */ MCD_OPC_FilterValue, 3, 77, 99, 1, // Skip to: 141058 |
10222 | | /* 50101 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10223 | | /* 50104 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 50142 |
10224 | | /* 50109 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10225 | | /* 50112 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50127 |
10226 | | /* 50117 */ MCD_OPC_CheckPredicate, 21, 56, 99, 1, // Skip to: 141058 |
10227 | | /* 50122 */ MCD_OPC_Decode, 189, 41, 162, 1, // Opcode: SADDLB_ZZZ_S |
10228 | | /* 50127 */ MCD_OPC_FilterValue, 2, 46, 99, 1, // Skip to: 141058 |
10229 | | /* 50132 */ MCD_OPC_CheckPredicate, 21, 41, 99, 1, // Skip to: 141058 |
10230 | | /* 50137 */ MCD_OPC_Decode, 187, 41, 162, 1, // Opcode: SADDLB_ZZZ_D |
10231 | | /* 50142 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 50180 |
10232 | | /* 50147 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10233 | | /* 50150 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50165 |
10234 | | /* 50155 */ MCD_OPC_CheckPredicate, 21, 18, 99, 1, // Skip to: 141058 |
10235 | | /* 50160 */ MCD_OPC_Decode, 198, 41, 162, 1, // Opcode: SADDLT_ZZZ_S |
10236 | | /* 50165 */ MCD_OPC_FilterValue, 2, 8, 99, 1, // Skip to: 141058 |
10237 | | /* 50170 */ MCD_OPC_CheckPredicate, 21, 3, 99, 1, // Skip to: 141058 |
10238 | | /* 50175 */ MCD_OPC_Decode, 196, 41, 162, 1, // Opcode: SADDLT_ZZZ_D |
10239 | | /* 50180 */ MCD_OPC_FilterValue, 2, 62, 0, 0, // Skip to: 50247 |
10240 | | /* 50185 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10241 | | /* 50188 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50203 |
10242 | | /* 50193 */ MCD_OPC_CheckPredicate, 21, 236, 98, 1, // Skip to: 141058 |
10243 | | /* 50198 */ MCD_OPC_Decode, 157, 56, 162, 1, // Opcode: UADDLB_ZZZ_S |
10244 | | /* 50203 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 50232 |
10245 | | /* 50208 */ MCD_OPC_CheckPredicate, 10, 221, 98, 1, // Skip to: 141058 |
10246 | | /* 50213 */ MCD_OPC_CheckField, 20, 1, 1, 214, 98, 1, // Skip to: 141058 |
10247 | | /* 50220 */ MCD_OPC_CheckField, 5, 1, 0, 207, 98, 1, // Skip to: 141058 |
10248 | | /* 50227 */ MCD_OPC_Decode, 136, 48, 129, 1, // Opcode: SQRSHRUN_Z2ZI_StoH |
10249 | | /* 50232 */ MCD_OPC_FilterValue, 2, 197, 98, 1, // Skip to: 141058 |
10250 | | /* 50237 */ MCD_OPC_CheckPredicate, 21, 192, 98, 1, // Skip to: 141058 |
10251 | | /* 50242 */ MCD_OPC_Decode, 155, 56, 162, 1, // Opcode: UADDLB_ZZZ_D |
10252 | | /* 50247 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 50285 |
10253 | | /* 50252 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10254 | | /* 50255 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50270 |
10255 | | /* 50260 */ MCD_OPC_CheckPredicate, 21, 169, 98, 1, // Skip to: 141058 |
10256 | | /* 50265 */ MCD_OPC_Decode, 166, 56, 162, 1, // Opcode: UADDLT_ZZZ_S |
10257 | | /* 50270 */ MCD_OPC_FilterValue, 2, 159, 98, 1, // Skip to: 141058 |
10258 | | /* 50275 */ MCD_OPC_CheckPredicate, 21, 154, 98, 1, // Skip to: 141058 |
10259 | | /* 50280 */ MCD_OPC_Decode, 164, 56, 162, 1, // Opcode: UADDLT_ZZZ_D |
10260 | | /* 50285 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 50323 |
10261 | | /* 50290 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10262 | | /* 50293 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50308 |
10263 | | /* 50298 */ MCD_OPC_CheckPredicate, 21, 131, 98, 1, // Skip to: 141058 |
10264 | | /* 50303 */ MCD_OPC_Decode, 194, 50, 162, 1, // Opcode: SSUBLB_ZZZ_S |
10265 | | /* 50308 */ MCD_OPC_FilterValue, 2, 121, 98, 1, // Skip to: 141058 |
10266 | | /* 50313 */ MCD_OPC_CheckPredicate, 21, 116, 98, 1, // Skip to: 141058 |
10267 | | /* 50318 */ MCD_OPC_Decode, 192, 50, 162, 1, // Opcode: SSUBLB_ZZZ_D |
10268 | | /* 50323 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 50361 |
10269 | | /* 50328 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10270 | | /* 50331 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50346 |
10271 | | /* 50336 */ MCD_OPC_CheckPredicate, 21, 93, 98, 1, // Skip to: 141058 |
10272 | | /* 50341 */ MCD_OPC_Decode, 200, 50, 162, 1, // Opcode: SSUBLT_ZZZ_S |
10273 | | /* 50346 */ MCD_OPC_FilterValue, 2, 83, 98, 1, // Skip to: 141058 |
10274 | | /* 50351 */ MCD_OPC_CheckPredicate, 21, 78, 98, 1, // Skip to: 141058 |
10275 | | /* 50356 */ MCD_OPC_Decode, 198, 50, 162, 1, // Opcode: SSUBLT_ZZZ_D |
10276 | | /* 50361 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 50399 |
10277 | | /* 50366 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10278 | | /* 50369 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50384 |
10279 | | /* 50374 */ MCD_OPC_CheckPredicate, 21, 55, 98, 1, // Skip to: 141058 |
10280 | | /* 50379 */ MCD_OPC_Decode, 144, 62, 162, 1, // Opcode: USUBLB_ZZZ_S |
10281 | | /* 50384 */ MCD_OPC_FilterValue, 2, 45, 98, 1, // Skip to: 141058 |
10282 | | /* 50389 */ MCD_OPC_CheckPredicate, 21, 40, 98, 1, // Skip to: 141058 |
10283 | | /* 50394 */ MCD_OPC_Decode, 142, 62, 162, 1, // Opcode: USUBLB_ZZZ_D |
10284 | | /* 50399 */ MCD_OPC_FilterValue, 7, 30, 98, 1, // Skip to: 141058 |
10285 | | /* 50404 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
10286 | | /* 50407 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50422 |
10287 | | /* 50412 */ MCD_OPC_CheckPredicate, 21, 17, 98, 1, // Skip to: 141058 |
10288 | | /* 50417 */ MCD_OPC_Decode, 147, 62, 162, 1, // Opcode: USUBLT_ZZZ_S |
10289 | | /* 50422 */ MCD_OPC_FilterValue, 2, 7, 98, 1, // Skip to: 141058 |
10290 | | /* 50427 */ MCD_OPC_CheckPredicate, 21, 2, 98, 1, // Skip to: 141058 |
10291 | | /* 50432 */ MCD_OPC_Decode, 145, 62, 162, 1, // Opcode: USUBLT_ZZZ_D |
10292 | | /* 50437 */ MCD_OPC_FilterValue, 1, 65, 4, 0, // Skip to: 51531 |
10293 | | /* 50442 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
10294 | | /* 50445 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 50483 |
10295 | | /* 50450 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10296 | | /* 50453 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50468 |
10297 | | /* 50458 */ MCD_OPC_CheckPredicate, 21, 227, 97, 1, // Skip to: 141058 |
10298 | | /* 50463 */ MCD_OPC_Decode, 233, 15, 152, 2, // Opcode: CMLA_ZZZ_B |
10299 | | /* 50468 */ MCD_OPC_FilterValue, 1, 217, 97, 1, // Skip to: 141058 |
10300 | | /* 50473 */ MCD_OPC_CheckPredicate, 21, 212, 97, 1, // Skip to: 141058 |
10301 | | /* 50478 */ MCD_OPC_Decode, 158, 47, 152, 2, // Opcode: SQRDCMLAH_ZZZ_B |
10302 | | /* 50483 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 50521 |
10303 | | /* 50488 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10304 | | /* 50491 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50506 |
10305 | | /* 50496 */ MCD_OPC_CheckPredicate, 21, 189, 97, 1, // Skip to: 141058 |
10306 | | /* 50501 */ MCD_OPC_Decode, 235, 15, 152, 2, // Opcode: CMLA_ZZZ_H |
10307 | | /* 50506 */ MCD_OPC_FilterValue, 1, 179, 97, 1, // Skip to: 141058 |
10308 | | /* 50511 */ MCD_OPC_CheckPredicate, 21, 174, 97, 1, // Skip to: 141058 |
10309 | | /* 50516 */ MCD_OPC_Decode, 160, 47, 152, 2, // Opcode: SQRDCMLAH_ZZZ_H |
10310 | | /* 50521 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 50559 |
10311 | | /* 50526 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10312 | | /* 50529 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50544 |
10313 | | /* 50534 */ MCD_OPC_CheckPredicate, 21, 151, 97, 1, // Skip to: 141058 |
10314 | | /* 50539 */ MCD_OPC_Decode, 236, 15, 152, 2, // Opcode: CMLA_ZZZ_S |
10315 | | /* 50544 */ MCD_OPC_FilterValue, 1, 141, 97, 1, // Skip to: 141058 |
10316 | | /* 50549 */ MCD_OPC_CheckPredicate, 21, 136, 97, 1, // Skip to: 141058 |
10317 | | /* 50554 */ MCD_OPC_Decode, 161, 47, 152, 2, // Opcode: SQRDCMLAH_ZZZ_S |
10318 | | /* 50559 */ MCD_OPC_FilterValue, 5, 79, 0, 0, // Skip to: 50643 |
10319 | | /* 50564 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
10320 | | /* 50567 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 50605 |
10321 | | /* 50572 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10322 | | /* 50575 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50590 |
10323 | | /* 50580 */ MCD_OPC_CheckPredicate, 21, 105, 97, 1, // Skip to: 141058 |
10324 | | /* 50585 */ MCD_OPC_Decode, 144, 46, 155, 2, // Opcode: SQDMLALB_ZZZI_S |
10325 | | /* 50590 */ MCD_OPC_FilterValue, 1, 95, 97, 1, // Skip to: 141058 |
10326 | | /* 50595 */ MCD_OPC_CheckPredicate, 21, 90, 97, 1, // Skip to: 141058 |
10327 | | /* 50600 */ MCD_OPC_Decode, 169, 46, 155, 2, // Opcode: SQDMLSLB_ZZZI_S |
10328 | | /* 50605 */ MCD_OPC_FilterValue, 1, 80, 97, 1, // Skip to: 141058 |
10329 | | /* 50610 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10330 | | /* 50613 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50628 |
10331 | | /* 50618 */ MCD_OPC_CheckPredicate, 21, 67, 97, 1, // Skip to: 141058 |
10332 | | /* 50623 */ MCD_OPC_Decode, 149, 46, 155, 2, // Opcode: SQDMLALT_ZZZI_S |
10333 | | /* 50628 */ MCD_OPC_FilterValue, 1, 57, 97, 1, // Skip to: 141058 |
10334 | | /* 50633 */ MCD_OPC_CheckPredicate, 21, 52, 97, 1, // Skip to: 141058 |
10335 | | /* 50638 */ MCD_OPC_Decode, 174, 46, 155, 2, // Opcode: SQDMLSLT_ZZZI_S |
10336 | | /* 50643 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 50681 |
10337 | | /* 50648 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10338 | | /* 50651 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50666 |
10339 | | /* 50656 */ MCD_OPC_CheckPredicate, 21, 29, 97, 1, // Skip to: 141058 |
10340 | | /* 50661 */ MCD_OPC_Decode, 234, 15, 152, 2, // Opcode: CMLA_ZZZ_D |
10341 | | /* 50666 */ MCD_OPC_FilterValue, 1, 19, 97, 1, // Skip to: 141058 |
10342 | | /* 50671 */ MCD_OPC_CheckPredicate, 21, 14, 97, 1, // Skip to: 141058 |
10343 | | /* 50676 */ MCD_OPC_Decode, 159, 47, 152, 2, // Opcode: SQRDCMLAH_ZZZ_D |
10344 | | /* 50681 */ MCD_OPC_FilterValue, 7, 79, 0, 0, // Skip to: 50765 |
10345 | | /* 50686 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
10346 | | /* 50689 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 50727 |
10347 | | /* 50694 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10348 | | /* 50697 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50712 |
10349 | | /* 50702 */ MCD_OPC_CheckPredicate, 21, 239, 96, 1, // Skip to: 141058 |
10350 | | /* 50707 */ MCD_OPC_Decode, 143, 46, 156, 2, // Opcode: SQDMLALB_ZZZI_D |
10351 | | /* 50712 */ MCD_OPC_FilterValue, 1, 229, 96, 1, // Skip to: 141058 |
10352 | | /* 50717 */ MCD_OPC_CheckPredicate, 21, 224, 96, 1, // Skip to: 141058 |
10353 | | /* 50722 */ MCD_OPC_Decode, 168, 46, 156, 2, // Opcode: SQDMLSLB_ZZZI_D |
10354 | | /* 50727 */ MCD_OPC_FilterValue, 1, 214, 96, 1, // Skip to: 141058 |
10355 | | /* 50732 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10356 | | /* 50735 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 50750 |
10357 | | /* 50740 */ MCD_OPC_CheckPredicate, 21, 201, 96, 1, // Skip to: 141058 |
10358 | | /* 50745 */ MCD_OPC_Decode, 148, 46, 156, 2, // Opcode: SQDMLALT_ZZZI_D |
10359 | | /* 50750 */ MCD_OPC_FilterValue, 1, 191, 96, 1, // Skip to: 141058 |
10360 | | /* 50755 */ MCD_OPC_CheckPredicate, 21, 186, 96, 1, // Skip to: 141058 |
10361 | | /* 50760 */ MCD_OPC_Decode, 173, 46, 156, 2, // Opcode: SQDMLSLT_ZZZI_D |
10362 | | /* 50765 */ MCD_OPC_FilterValue, 9, 107, 1, 0, // Skip to: 51133 |
10363 | | /* 50770 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10364 | | /* 50773 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 50818 |
10365 | | /* 50778 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10366 | | /* 50781 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50803 |
10367 | | /* 50786 */ MCD_OPC_CheckPredicate, 21, 155, 96, 1, // Skip to: 141058 |
10368 | | /* 50791 */ MCD_OPC_CheckField, 19, 1, 1, 148, 96, 1, // Skip to: 141058 |
10369 | | /* 50798 */ MCD_OPC_Decode, 201, 48, 207, 1, // Opcode: SQSHRNB_ZZI_B |
10370 | | /* 50803 */ MCD_OPC_FilterValue, 1, 138, 96, 1, // Skip to: 141058 |
10371 | | /* 50808 */ MCD_OPC_CheckPredicate, 21, 133, 96, 1, // Skip to: 141058 |
10372 | | /* 50813 */ MCD_OPC_Decode, 202, 48, 208, 1, // Opcode: SQSHRNB_ZZI_H |
10373 | | /* 50818 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 50863 |
10374 | | /* 50823 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10375 | | /* 50826 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50848 |
10376 | | /* 50831 */ MCD_OPC_CheckPredicate, 21, 110, 96, 1, // Skip to: 141058 |
10377 | | /* 50836 */ MCD_OPC_CheckField, 19, 1, 1, 103, 96, 1, // Skip to: 141058 |
10378 | | /* 50843 */ MCD_OPC_Decode, 204, 48, 177, 1, // Opcode: SQSHRNT_ZZI_B |
10379 | | /* 50848 */ MCD_OPC_FilterValue, 1, 93, 96, 1, // Skip to: 141058 |
10380 | | /* 50853 */ MCD_OPC_CheckPredicate, 21, 88, 96, 1, // Skip to: 141058 |
10381 | | /* 50858 */ MCD_OPC_Decode, 205, 48, 178, 1, // Opcode: SQSHRNT_ZZI_H |
10382 | | /* 50863 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 50908 |
10383 | | /* 50868 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10384 | | /* 50871 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50893 |
10385 | | /* 50876 */ MCD_OPC_CheckPredicate, 21, 65, 96, 1, // Skip to: 141058 |
10386 | | /* 50881 */ MCD_OPC_CheckField, 19, 1, 1, 58, 96, 1, // Skip to: 141058 |
10387 | | /* 50888 */ MCD_OPC_Decode, 238, 47, 207, 1, // Opcode: SQRSHRNB_ZZI_B |
10388 | | /* 50893 */ MCD_OPC_FilterValue, 1, 48, 96, 1, // Skip to: 141058 |
10389 | | /* 50898 */ MCD_OPC_CheckPredicate, 21, 43, 96, 1, // Skip to: 141058 |
10390 | | /* 50903 */ MCD_OPC_Decode, 239, 47, 208, 1, // Opcode: SQRSHRNB_ZZI_H |
10391 | | /* 50908 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 50953 |
10392 | | /* 50913 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10393 | | /* 50916 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50938 |
10394 | | /* 50921 */ MCD_OPC_CheckPredicate, 21, 20, 96, 1, // Skip to: 141058 |
10395 | | /* 50926 */ MCD_OPC_CheckField, 19, 1, 1, 13, 96, 1, // Skip to: 141058 |
10396 | | /* 50933 */ MCD_OPC_Decode, 241, 47, 177, 1, // Opcode: SQRSHRNT_ZZI_B |
10397 | | /* 50938 */ MCD_OPC_FilterValue, 1, 3, 96, 1, // Skip to: 141058 |
10398 | | /* 50943 */ MCD_OPC_CheckPredicate, 21, 254, 95, 1, // Skip to: 141058 |
10399 | | /* 50948 */ MCD_OPC_Decode, 242, 47, 178, 1, // Opcode: SQRSHRNT_ZZI_H |
10400 | | /* 50953 */ MCD_OPC_FilterValue, 4, 40, 0, 0, // Skip to: 50998 |
10401 | | /* 50958 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10402 | | /* 50961 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 50983 |
10403 | | /* 50966 */ MCD_OPC_CheckPredicate, 21, 231, 95, 1, // Skip to: 141058 |
10404 | | /* 50971 */ MCD_OPC_CheckField, 19, 1, 1, 224, 95, 1, // Skip to: 141058 |
10405 | | /* 50978 */ MCD_OPC_Decode, 188, 60, 207, 1, // Opcode: UQSHRNB_ZZI_B |
10406 | | /* 50983 */ MCD_OPC_FilterValue, 1, 214, 95, 1, // Skip to: 141058 |
10407 | | /* 50988 */ MCD_OPC_CheckPredicate, 21, 209, 95, 1, // Skip to: 141058 |
10408 | | /* 50993 */ MCD_OPC_Decode, 189, 60, 208, 1, // Opcode: UQSHRNB_ZZI_H |
10409 | | /* 50998 */ MCD_OPC_FilterValue, 5, 40, 0, 0, // Skip to: 51043 |
10410 | | /* 51003 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10411 | | /* 51006 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 51028 |
10412 | | /* 51011 */ MCD_OPC_CheckPredicate, 21, 186, 95, 1, // Skip to: 141058 |
10413 | | /* 51016 */ MCD_OPC_CheckField, 19, 1, 1, 179, 95, 1, // Skip to: 141058 |
10414 | | /* 51023 */ MCD_OPC_Decode, 191, 60, 177, 1, // Opcode: UQSHRNT_ZZI_B |
10415 | | /* 51028 */ MCD_OPC_FilterValue, 1, 169, 95, 1, // Skip to: 141058 |
10416 | | /* 51033 */ MCD_OPC_CheckPredicate, 21, 164, 95, 1, // Skip to: 141058 |
10417 | | /* 51038 */ MCD_OPC_Decode, 192, 60, 178, 1, // Opcode: UQSHRNT_ZZI_H |
10418 | | /* 51043 */ MCD_OPC_FilterValue, 6, 40, 0, 0, // Skip to: 51088 |
10419 | | /* 51048 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10420 | | /* 51051 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 51073 |
10421 | | /* 51056 */ MCD_OPC_CheckPredicate, 21, 141, 95, 1, // Skip to: 141058 |
10422 | | /* 51061 */ MCD_OPC_CheckField, 19, 1, 1, 134, 95, 1, // Skip to: 141058 |
10423 | | /* 51068 */ MCD_OPC_Decode, 133, 60, 207, 1, // Opcode: UQRSHRNB_ZZI_B |
10424 | | /* 51073 */ MCD_OPC_FilterValue, 1, 124, 95, 1, // Skip to: 141058 |
10425 | | /* 51078 */ MCD_OPC_CheckPredicate, 21, 119, 95, 1, // Skip to: 141058 |
10426 | | /* 51083 */ MCD_OPC_Decode, 134, 60, 208, 1, // Opcode: UQRSHRNB_ZZI_H |
10427 | | /* 51088 */ MCD_OPC_FilterValue, 7, 109, 95, 1, // Skip to: 141058 |
10428 | | /* 51093 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
10429 | | /* 51096 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 51118 |
10430 | | /* 51101 */ MCD_OPC_CheckPredicate, 21, 96, 95, 1, // Skip to: 141058 |
10431 | | /* 51106 */ MCD_OPC_CheckField, 19, 1, 1, 89, 95, 1, // Skip to: 141058 |
10432 | | /* 51113 */ MCD_OPC_Decode, 136, 60, 177, 1, // Opcode: UQRSHRNT_ZZI_B |
10433 | | /* 51118 */ MCD_OPC_FilterValue, 1, 79, 95, 1, // Skip to: 141058 |
10434 | | /* 51123 */ MCD_OPC_CheckPredicate, 21, 74, 95, 1, // Skip to: 141058 |
10435 | | /* 51128 */ MCD_OPC_Decode, 137, 60, 178, 1, // Opcode: UQRSHRNT_ZZI_H |
10436 | | /* 51133 */ MCD_OPC_FilterValue, 10, 63, 0, 0, // Skip to: 51201 |
10437 | | /* 51138 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10438 | | /* 51141 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51156 |
10439 | | /* 51146 */ MCD_OPC_CheckPredicate, 21, 51, 95, 1, // Skip to: 141058 |
10440 | | /* 51151 */ MCD_OPC_Decode, 154, 41, 162, 1, // Opcode: SABDLB_ZZZ_H |
10441 | | /* 51156 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51171 |
10442 | | /* 51161 */ MCD_OPC_CheckPredicate, 21, 36, 95, 1, // Skip to: 141058 |
10443 | | /* 51166 */ MCD_OPC_Decode, 157, 41, 162, 1, // Opcode: SABDLT_ZZZ_H |
10444 | | /* 51171 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51186 |
10445 | | /* 51176 */ MCD_OPC_CheckPredicate, 21, 21, 95, 1, // Skip to: 141058 |
10446 | | /* 51181 */ MCD_OPC_Decode, 253, 55, 162, 1, // Opcode: UABDLB_ZZZ_H |
10447 | | /* 51186 */ MCD_OPC_FilterValue, 7, 11, 95, 1, // Skip to: 141058 |
10448 | | /* 51191 */ MCD_OPC_CheckPredicate, 21, 6, 95, 1, // Skip to: 141058 |
10449 | | /* 51196 */ MCD_OPC_Decode, 128, 56, 162, 1, // Opcode: UABDLT_ZZZ_H |
10450 | | /* 51201 */ MCD_OPC_FilterValue, 11, 123, 0, 0, // Skip to: 51329 |
10451 | | /* 51206 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10452 | | /* 51209 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 51224 |
10453 | | /* 51214 */ MCD_OPC_CheckPredicate, 21, 239, 94, 1, // Skip to: 141058 |
10454 | | /* 51219 */ MCD_OPC_Decode, 203, 48, 209, 1, // Opcode: SQSHRNB_ZZI_S |
10455 | | /* 51224 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 51239 |
10456 | | /* 51229 */ MCD_OPC_CheckPredicate, 21, 224, 94, 1, // Skip to: 141058 |
10457 | | /* 51234 */ MCD_OPC_Decode, 206, 48, 179, 1, // Opcode: SQSHRNT_ZZI_S |
10458 | | /* 51239 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 51254 |
10459 | | /* 51244 */ MCD_OPC_CheckPredicate, 21, 209, 94, 1, // Skip to: 141058 |
10460 | | /* 51249 */ MCD_OPC_Decode, 240, 47, 209, 1, // Opcode: SQRSHRNB_ZZI_S |
10461 | | /* 51254 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 51269 |
10462 | | /* 51259 */ MCD_OPC_CheckPredicate, 21, 194, 94, 1, // Skip to: 141058 |
10463 | | /* 51264 */ MCD_OPC_Decode, 243, 47, 179, 1, // Opcode: SQRSHRNT_ZZI_S |
10464 | | /* 51269 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51284 |
10465 | | /* 51274 */ MCD_OPC_CheckPredicate, 21, 179, 94, 1, // Skip to: 141058 |
10466 | | /* 51279 */ MCD_OPC_Decode, 190, 60, 209, 1, // Opcode: UQSHRNB_ZZI_S |
10467 | | /* 51284 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51299 |
10468 | | /* 51289 */ MCD_OPC_CheckPredicate, 21, 164, 94, 1, // Skip to: 141058 |
10469 | | /* 51294 */ MCD_OPC_Decode, 193, 60, 179, 1, // Opcode: UQSHRNT_ZZI_S |
10470 | | /* 51299 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51314 |
10471 | | /* 51304 */ MCD_OPC_CheckPredicate, 21, 149, 94, 1, // Skip to: 141058 |
10472 | | /* 51309 */ MCD_OPC_Decode, 135, 60, 209, 1, // Opcode: UQRSHRNB_ZZI_S |
10473 | | /* 51314 */ MCD_OPC_FilterValue, 7, 139, 94, 1, // Skip to: 141058 |
10474 | | /* 51319 */ MCD_OPC_CheckPredicate, 21, 134, 94, 1, // Skip to: 141058 |
10475 | | /* 51324 */ MCD_OPC_Decode, 138, 60, 179, 1, // Opcode: UQRSHRNT_ZZI_S |
10476 | | /* 51329 */ MCD_OPC_FilterValue, 12, 63, 0, 0, // Skip to: 51397 |
10477 | | /* 51334 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10478 | | /* 51337 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51352 |
10479 | | /* 51342 */ MCD_OPC_CheckPredicate, 21, 111, 94, 1, // Skip to: 141058 |
10480 | | /* 51347 */ MCD_OPC_Decode, 155, 41, 162, 1, // Opcode: SABDLB_ZZZ_S |
10481 | | /* 51352 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51367 |
10482 | | /* 51357 */ MCD_OPC_CheckPredicate, 21, 96, 94, 1, // Skip to: 141058 |
10483 | | /* 51362 */ MCD_OPC_Decode, 158, 41, 162, 1, // Opcode: SABDLT_ZZZ_S |
10484 | | /* 51367 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51382 |
10485 | | /* 51372 */ MCD_OPC_CheckPredicate, 21, 81, 94, 1, // Skip to: 141058 |
10486 | | /* 51377 */ MCD_OPC_Decode, 254, 55, 162, 1, // Opcode: UABDLB_ZZZ_S |
10487 | | /* 51382 */ MCD_OPC_FilterValue, 7, 71, 94, 1, // Skip to: 141058 |
10488 | | /* 51387 */ MCD_OPC_CheckPredicate, 21, 66, 94, 1, // Skip to: 141058 |
10489 | | /* 51392 */ MCD_OPC_Decode, 129, 56, 162, 1, // Opcode: UABDLT_ZZZ_S |
10490 | | /* 51397 */ MCD_OPC_FilterValue, 13, 61, 0, 0, // Skip to: 51463 |
10491 | | /* 51402 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10492 | | /* 51405 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 51434 |
10493 | | /* 51410 */ MCD_OPC_CheckPredicate, 10, 43, 94, 1, // Skip to: 141058 |
10494 | | /* 51415 */ MCD_OPC_CheckField, 20, 1, 1, 36, 94, 1, // Skip to: 141058 |
10495 | | /* 51422 */ MCD_OPC_CheckField, 5, 1, 0, 29, 94, 1, // Skip to: 141058 |
10496 | | /* 51429 */ MCD_OPC_Decode, 246, 47, 129, 1, // Opcode: SQRSHRN_Z2ZI_StoH |
10497 | | /* 51434 */ MCD_OPC_FilterValue, 6, 19, 94, 1, // Skip to: 141058 |
10498 | | /* 51439 */ MCD_OPC_CheckPredicate, 10, 14, 94, 1, // Skip to: 141058 |
10499 | | /* 51444 */ MCD_OPC_CheckField, 20, 1, 1, 7, 94, 1, // Skip to: 141058 |
10500 | | /* 51451 */ MCD_OPC_CheckField, 5, 1, 0, 0, 94, 1, // Skip to: 141058 |
10501 | | /* 51458 */ MCD_OPC_Decode, 141, 60, 129, 1, // Opcode: UQRSHRN_Z2ZI_StoH |
10502 | | /* 51463 */ MCD_OPC_FilterValue, 14, 246, 93, 1, // Skip to: 141058 |
10503 | | /* 51468 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10504 | | /* 51471 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51486 |
10505 | | /* 51476 */ MCD_OPC_CheckPredicate, 21, 233, 93, 1, // Skip to: 141058 |
10506 | | /* 51481 */ MCD_OPC_Decode, 153, 41, 162, 1, // Opcode: SABDLB_ZZZ_D |
10507 | | /* 51486 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51501 |
10508 | | /* 51491 */ MCD_OPC_CheckPredicate, 21, 218, 93, 1, // Skip to: 141058 |
10509 | | /* 51496 */ MCD_OPC_Decode, 156, 41, 162, 1, // Opcode: SABDLT_ZZZ_D |
10510 | | /* 51501 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51516 |
10511 | | /* 51506 */ MCD_OPC_CheckPredicate, 21, 203, 93, 1, // Skip to: 141058 |
10512 | | /* 51511 */ MCD_OPC_Decode, 252, 55, 162, 1, // Opcode: UABDLB_ZZZ_D |
10513 | | /* 51516 */ MCD_OPC_FilterValue, 7, 193, 93, 1, // Skip to: 141058 |
10514 | | /* 51521 */ MCD_OPC_CheckPredicate, 21, 188, 93, 1, // Skip to: 141058 |
10515 | | /* 51526 */ MCD_OPC_Decode, 255, 55, 162, 1, // Opcode: UABDLT_ZZZ_D |
10516 | | /* 51531 */ MCD_OPC_FilterValue, 2, 230, 4, 0, // Skip to: 52790 |
10517 | | /* 51536 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
10518 | | /* 51539 */ MCD_OPC_FilterValue, 2, 123, 0, 0, // Skip to: 51667 |
10519 | | /* 51544 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10520 | | /* 51547 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 51562 |
10521 | | /* 51552 */ MCD_OPC_CheckPredicate, 21, 157, 93, 1, // Skip to: 141058 |
10522 | | /* 51557 */ MCD_OPC_Decode, 179, 44, 176, 1, // Opcode: SMLALB_ZZZ_H |
10523 | | /* 51562 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 51577 |
10524 | | /* 51567 */ MCD_OPC_CheckPredicate, 21, 142, 93, 1, // Skip to: 141058 |
10525 | | /* 51572 */ MCD_OPC_Decode, 200, 44, 176, 1, // Opcode: SMLALT_ZZZ_H |
10526 | | /* 51577 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 51592 |
10527 | | /* 51582 */ MCD_OPC_CheckPredicate, 21, 127, 93, 1, // Skip to: 141058 |
10528 | | /* 51587 */ MCD_OPC_Decode, 166, 58, 176, 1, // Opcode: UMLALB_ZZZ_H |
10529 | | /* 51592 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 51607 |
10530 | | /* 51597 */ MCD_OPC_CheckPredicate, 21, 112, 93, 1, // Skip to: 141058 |
10531 | | /* 51602 */ MCD_OPC_Decode, 187, 58, 176, 1, // Opcode: UMLALT_ZZZ_H |
10532 | | /* 51607 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51622 |
10533 | | /* 51612 */ MCD_OPC_CheckPredicate, 21, 97, 93, 1, // Skip to: 141058 |
10534 | | /* 51617 */ MCD_OPC_Decode, 223, 44, 176, 1, // Opcode: SMLSLB_ZZZ_H |
10535 | | /* 51622 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51637 |
10536 | | /* 51627 */ MCD_OPC_CheckPredicate, 21, 82, 93, 1, // Skip to: 141058 |
10537 | | /* 51632 */ MCD_OPC_Decode, 244, 44, 176, 1, // Opcode: SMLSLT_ZZZ_H |
10538 | | /* 51637 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51652 |
10539 | | /* 51642 */ MCD_OPC_CheckPredicate, 21, 67, 93, 1, // Skip to: 141058 |
10540 | | /* 51647 */ MCD_OPC_Decode, 210, 58, 176, 1, // Opcode: UMLSLB_ZZZ_H |
10541 | | /* 51652 */ MCD_OPC_FilterValue, 7, 57, 93, 1, // Skip to: 141058 |
10542 | | /* 51657 */ MCD_OPC_CheckPredicate, 21, 52, 93, 1, // Skip to: 141058 |
10543 | | /* 51662 */ MCD_OPC_Decode, 231, 58, 176, 1, // Opcode: UMLSLT_ZZZ_H |
10544 | | /* 51667 */ MCD_OPC_FilterValue, 4, 123, 0, 0, // Skip to: 51795 |
10545 | | /* 51672 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10546 | | /* 51675 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 51690 |
10547 | | /* 51680 */ MCD_OPC_CheckPredicate, 21, 29, 93, 1, // Skip to: 141058 |
10548 | | /* 51685 */ MCD_OPC_Decode, 180, 44, 176, 1, // Opcode: SMLALB_ZZZ_S |
10549 | | /* 51690 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 51705 |
10550 | | /* 51695 */ MCD_OPC_CheckPredicate, 21, 14, 93, 1, // Skip to: 141058 |
10551 | | /* 51700 */ MCD_OPC_Decode, 201, 44, 176, 1, // Opcode: SMLALT_ZZZ_S |
10552 | | /* 51705 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 51720 |
10553 | | /* 51710 */ MCD_OPC_CheckPredicate, 21, 255, 92, 1, // Skip to: 141058 |
10554 | | /* 51715 */ MCD_OPC_Decode, 167, 58, 176, 1, // Opcode: UMLALB_ZZZ_S |
10555 | | /* 51720 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 51735 |
10556 | | /* 51725 */ MCD_OPC_CheckPredicate, 21, 240, 92, 1, // Skip to: 141058 |
10557 | | /* 51730 */ MCD_OPC_Decode, 188, 58, 176, 1, // Opcode: UMLALT_ZZZ_S |
10558 | | /* 51735 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51750 |
10559 | | /* 51740 */ MCD_OPC_CheckPredicate, 21, 225, 92, 1, // Skip to: 141058 |
10560 | | /* 51745 */ MCD_OPC_Decode, 224, 44, 176, 1, // Opcode: SMLSLB_ZZZ_S |
10561 | | /* 51750 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51765 |
10562 | | /* 51755 */ MCD_OPC_CheckPredicate, 21, 210, 92, 1, // Skip to: 141058 |
10563 | | /* 51760 */ MCD_OPC_Decode, 245, 44, 176, 1, // Opcode: SMLSLT_ZZZ_S |
10564 | | /* 51765 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51780 |
10565 | | /* 51770 */ MCD_OPC_CheckPredicate, 21, 195, 92, 1, // Skip to: 141058 |
10566 | | /* 51775 */ MCD_OPC_Decode, 211, 58, 176, 1, // Opcode: UMLSLB_ZZZ_S |
10567 | | /* 51780 */ MCD_OPC_FilterValue, 7, 185, 92, 1, // Skip to: 141058 |
10568 | | /* 51785 */ MCD_OPC_CheckPredicate, 21, 180, 92, 1, // Skip to: 141058 |
10569 | | /* 51790 */ MCD_OPC_Decode, 232, 58, 176, 1, // Opcode: UMLSLT_ZZZ_S |
10570 | | /* 51795 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 51817 |
10571 | | /* 51800 */ MCD_OPC_CheckPredicate, 21, 165, 92, 1, // Skip to: 141058 |
10572 | | /* 51805 */ MCD_OPC_CheckField, 12, 1, 0, 158, 92, 1, // Skip to: 141058 |
10573 | | /* 51812 */ MCD_OPC_Decode, 240, 14, 157, 2, // Opcode: CDOT_ZZZI_S |
10574 | | /* 51817 */ MCD_OPC_FilterValue, 6, 123, 0, 0, // Skip to: 51945 |
10575 | | /* 51822 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10576 | | /* 51825 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 51840 |
10577 | | /* 51830 */ MCD_OPC_CheckPredicate, 21, 135, 92, 1, // Skip to: 141058 |
10578 | | /* 51835 */ MCD_OPC_Decode, 178, 44, 176, 1, // Opcode: SMLALB_ZZZ_D |
10579 | | /* 51840 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 51855 |
10580 | | /* 51845 */ MCD_OPC_CheckPredicate, 21, 120, 92, 1, // Skip to: 141058 |
10581 | | /* 51850 */ MCD_OPC_Decode, 199, 44, 176, 1, // Opcode: SMLALT_ZZZ_D |
10582 | | /* 51855 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 51870 |
10583 | | /* 51860 */ MCD_OPC_CheckPredicate, 21, 105, 92, 1, // Skip to: 141058 |
10584 | | /* 51865 */ MCD_OPC_Decode, 165, 58, 176, 1, // Opcode: UMLALB_ZZZ_D |
10585 | | /* 51870 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 51885 |
10586 | | /* 51875 */ MCD_OPC_CheckPredicate, 21, 90, 92, 1, // Skip to: 141058 |
10587 | | /* 51880 */ MCD_OPC_Decode, 186, 58, 176, 1, // Opcode: UMLALT_ZZZ_D |
10588 | | /* 51885 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 51900 |
10589 | | /* 51890 */ MCD_OPC_CheckPredicate, 21, 75, 92, 1, // Skip to: 141058 |
10590 | | /* 51895 */ MCD_OPC_Decode, 222, 44, 176, 1, // Opcode: SMLSLB_ZZZ_D |
10591 | | /* 51900 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 51915 |
10592 | | /* 51905 */ MCD_OPC_CheckPredicate, 21, 60, 92, 1, // Skip to: 141058 |
10593 | | /* 51910 */ MCD_OPC_Decode, 243, 44, 176, 1, // Opcode: SMLSLT_ZZZ_D |
10594 | | /* 51915 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 51930 |
10595 | | /* 51920 */ MCD_OPC_CheckPredicate, 21, 45, 92, 1, // Skip to: 141058 |
10596 | | /* 51925 */ MCD_OPC_Decode, 209, 58, 176, 1, // Opcode: UMLSLB_ZZZ_D |
10597 | | /* 51930 */ MCD_OPC_FilterValue, 7, 35, 92, 1, // Skip to: 141058 |
10598 | | /* 51935 */ MCD_OPC_CheckPredicate, 21, 30, 92, 1, // Skip to: 141058 |
10599 | | /* 51940 */ MCD_OPC_Decode, 230, 58, 176, 1, // Opcode: UMLSLT_ZZZ_D |
10600 | | /* 51945 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 51967 |
10601 | | /* 51950 */ MCD_OPC_CheckPredicate, 21, 15, 92, 1, // Skip to: 141058 |
10602 | | /* 51955 */ MCD_OPC_CheckField, 12, 1, 0, 8, 92, 1, // Skip to: 141058 |
10603 | | /* 51962 */ MCD_OPC_Decode, 239, 14, 158, 2, // Opcode: CDOT_ZZZI_D |
10604 | | /* 51967 */ MCD_OPC_FilterValue, 9, 38, 1, 0, // Skip to: 52266 |
10605 | | /* 51972 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10606 | | /* 51975 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 52034 |
10607 | | /* 51980 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10608 | | /* 51983 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 51998 |
10609 | | /* 51988 */ MCD_OPC_CheckPredicate, 21, 233, 91, 1, // Skip to: 141058 |
10610 | | /* 51993 */ MCD_OPC_Decode, 130, 49, 190, 1, // Opcode: SQXTNB_ZZ_B |
10611 | | /* 51998 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 52013 |
10612 | | /* 52003 */ MCD_OPC_CheckPredicate, 21, 218, 91, 1, // Skip to: 141058 |
10613 | | /* 52008 */ MCD_OPC_Decode, 131, 49, 190, 1, // Opcode: SQXTNB_ZZ_H |
10614 | | /* 52013 */ MCD_OPC_FilterValue, 17, 208, 91, 1, // Skip to: 141058 |
10615 | | /* 52018 */ MCD_OPC_CheckPredicate, 10, 203, 91, 1, // Skip to: 141058 |
10616 | | /* 52023 */ MCD_OPC_CheckField, 5, 1, 0, 196, 91, 1, // Skip to: 141058 |
10617 | | /* 52030 */ MCD_OPC_Decode, 234, 45, 103, // Opcode: SQCVTN_Z2Z_StoH |
10618 | | /* 52034 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 52072 |
10619 | | /* 52039 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10620 | | /* 52042 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 52057 |
10621 | | /* 52047 */ MCD_OPC_CheckPredicate, 21, 174, 91, 1, // Skip to: 141058 |
10622 | | /* 52052 */ MCD_OPC_Decode, 133, 49, 191, 1, // Opcode: SQXTNT_ZZ_B |
10623 | | /* 52057 */ MCD_OPC_FilterValue, 16, 164, 91, 1, // Skip to: 141058 |
10624 | | /* 52062 */ MCD_OPC_CheckPredicate, 21, 159, 91, 1, // Skip to: 141058 |
10625 | | /* 52067 */ MCD_OPC_Decode, 134, 49, 191, 1, // Opcode: SQXTNT_ZZ_H |
10626 | | /* 52072 */ MCD_OPC_FilterValue, 2, 54, 0, 0, // Skip to: 52131 |
10627 | | /* 52077 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10628 | | /* 52080 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 52095 |
10629 | | /* 52085 */ MCD_OPC_CheckPredicate, 21, 136, 91, 1, // Skip to: 141058 |
10630 | | /* 52090 */ MCD_OPC_Decode, 230, 60, 190, 1, // Opcode: UQXTNB_ZZ_B |
10631 | | /* 52095 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 52110 |
10632 | | /* 52100 */ MCD_OPC_CheckPredicate, 21, 121, 91, 1, // Skip to: 141058 |
10633 | | /* 52105 */ MCD_OPC_Decode, 231, 60, 190, 1, // Opcode: UQXTNB_ZZ_H |
10634 | | /* 52110 */ MCD_OPC_FilterValue, 17, 111, 91, 1, // Skip to: 141058 |
10635 | | /* 52115 */ MCD_OPC_CheckPredicate, 10, 106, 91, 1, // Skip to: 141058 |
10636 | | /* 52120 */ MCD_OPC_CheckField, 5, 1, 0, 99, 91, 1, // Skip to: 141058 |
10637 | | /* 52127 */ MCD_OPC_Decode, 192, 59, 103, // Opcode: UQCVTN_Z2Z_StoH |
10638 | | /* 52131 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 52169 |
10639 | | /* 52136 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10640 | | /* 52139 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 52154 |
10641 | | /* 52144 */ MCD_OPC_CheckPredicate, 21, 77, 91, 1, // Skip to: 141058 |
10642 | | /* 52149 */ MCD_OPC_Decode, 233, 60, 191, 1, // Opcode: UQXTNT_ZZ_B |
10643 | | /* 52154 */ MCD_OPC_FilterValue, 16, 67, 91, 1, // Skip to: 141058 |
10644 | | /* 52159 */ MCD_OPC_CheckPredicate, 21, 62, 91, 1, // Skip to: 141058 |
10645 | | /* 52164 */ MCD_OPC_Decode, 234, 60, 191, 1, // Opcode: UQXTNT_ZZ_H |
10646 | | /* 52169 */ MCD_OPC_FilterValue, 4, 54, 0, 0, // Skip to: 52228 |
10647 | | /* 52174 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10648 | | /* 52177 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 52192 |
10649 | | /* 52182 */ MCD_OPC_CheckPredicate, 21, 39, 91, 1, // Skip to: 141058 |
10650 | | /* 52187 */ MCD_OPC_Decode, 145, 49, 190, 1, // Opcode: SQXTUNB_ZZ_B |
10651 | | /* 52192 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 52207 |
10652 | | /* 52197 */ MCD_OPC_CheckPredicate, 21, 24, 91, 1, // Skip to: 141058 |
10653 | | /* 52202 */ MCD_OPC_Decode, 146, 49, 190, 1, // Opcode: SQXTUNB_ZZ_H |
10654 | | /* 52207 */ MCD_OPC_FilterValue, 17, 14, 91, 1, // Skip to: 141058 |
10655 | | /* 52212 */ MCD_OPC_CheckPredicate, 10, 9, 91, 1, // Skip to: 141058 |
10656 | | /* 52217 */ MCD_OPC_CheckField, 5, 1, 0, 2, 91, 1, // Skip to: 141058 |
10657 | | /* 52224 */ MCD_OPC_Decode, 237, 45, 103, // Opcode: SQCVTUN_Z2Z_StoH |
10658 | | /* 52228 */ MCD_OPC_FilterValue, 5, 249, 90, 1, // Skip to: 141058 |
10659 | | /* 52233 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
10660 | | /* 52236 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 52251 |
10661 | | /* 52241 */ MCD_OPC_CheckPredicate, 21, 236, 90, 1, // Skip to: 141058 |
10662 | | /* 52246 */ MCD_OPC_Decode, 148, 49, 191, 1, // Opcode: SQXTUNT_ZZ_B |
10663 | | /* 52251 */ MCD_OPC_FilterValue, 16, 226, 90, 1, // Skip to: 141058 |
10664 | | /* 52256 */ MCD_OPC_CheckPredicate, 21, 221, 90, 1, // Skip to: 141058 |
10665 | | /* 52261 */ MCD_OPC_Decode, 149, 49, 191, 1, // Opcode: SQXTUNT_ZZ_H |
10666 | | /* 52266 */ MCD_OPC_FilterValue, 10, 123, 0, 0, // Skip to: 52394 |
10667 | | /* 52271 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10668 | | /* 52274 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 52289 |
10669 | | /* 52279 */ MCD_OPC_CheckPredicate, 21, 198, 90, 1, // Skip to: 141058 |
10670 | | /* 52284 */ MCD_OPC_Decode, 214, 41, 162, 1, // Opcode: SADDWB_ZZZ_H |
10671 | | /* 52289 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 52304 |
10672 | | /* 52294 */ MCD_OPC_CheckPredicate, 21, 183, 90, 1, // Skip to: 141058 |
10673 | | /* 52299 */ MCD_OPC_Decode, 217, 41, 162, 1, // Opcode: SADDWT_ZZZ_H |
10674 | | /* 52304 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 52319 |
10675 | | /* 52309 */ MCD_OPC_CheckPredicate, 21, 168, 90, 1, // Skip to: 141058 |
10676 | | /* 52314 */ MCD_OPC_Decode, 183, 56, 162, 1, // Opcode: UADDWB_ZZZ_H |
10677 | | /* 52319 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 52334 |
10678 | | /* 52324 */ MCD_OPC_CheckPredicate, 21, 153, 90, 1, // Skip to: 141058 |
10679 | | /* 52329 */ MCD_OPC_Decode, 186, 56, 162, 1, // Opcode: UADDWT_ZZZ_H |
10680 | | /* 52334 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 52349 |
10681 | | /* 52339 */ MCD_OPC_CheckPredicate, 21, 138, 90, 1, // Skip to: 141058 |
10682 | | /* 52344 */ MCD_OPC_Decode, 208, 50, 162, 1, // Opcode: SSUBWB_ZZZ_H |
10683 | | /* 52349 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 52364 |
10684 | | /* 52354 */ MCD_OPC_CheckPredicate, 21, 123, 90, 1, // Skip to: 141058 |
10685 | | /* 52359 */ MCD_OPC_Decode, 211, 50, 162, 1, // Opcode: SSUBWT_ZZZ_H |
10686 | | /* 52364 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 52379 |
10687 | | /* 52369 */ MCD_OPC_CheckPredicate, 21, 108, 90, 1, // Skip to: 141058 |
10688 | | /* 52374 */ MCD_OPC_Decode, 155, 62, 162, 1, // Opcode: USUBWB_ZZZ_H |
10689 | | /* 52379 */ MCD_OPC_FilterValue, 7, 98, 90, 1, // Skip to: 141058 |
10690 | | /* 52384 */ MCD_OPC_CheckPredicate, 21, 93, 90, 1, // Skip to: 141058 |
10691 | | /* 52389 */ MCD_OPC_Decode, 158, 62, 162, 1, // Opcode: USUBWT_ZZZ_H |
10692 | | /* 52394 */ MCD_OPC_FilterValue, 11, 135, 0, 0, // Skip to: 52534 |
10693 | | /* 52399 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10694 | | /* 52402 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 52424 |
10695 | | /* 52407 */ MCD_OPC_CheckPredicate, 21, 70, 90, 1, // Skip to: 141058 |
10696 | | /* 52412 */ MCD_OPC_CheckField, 16, 5, 0, 63, 90, 1, // Skip to: 141058 |
10697 | | /* 52419 */ MCD_OPC_Decode, 132, 49, 190, 1, // Opcode: SQXTNB_ZZ_S |
10698 | | /* 52424 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 52446 |
10699 | | /* 52429 */ MCD_OPC_CheckPredicate, 21, 48, 90, 1, // Skip to: 141058 |
10700 | | /* 52434 */ MCD_OPC_CheckField, 16, 5, 0, 41, 90, 1, // Skip to: 141058 |
10701 | | /* 52441 */ MCD_OPC_Decode, 135, 49, 191, 1, // Opcode: SQXTNT_ZZ_S |
10702 | | /* 52446 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 52468 |
10703 | | /* 52451 */ MCD_OPC_CheckPredicate, 21, 26, 90, 1, // Skip to: 141058 |
10704 | | /* 52456 */ MCD_OPC_CheckField, 16, 5, 0, 19, 90, 1, // Skip to: 141058 |
10705 | | /* 52463 */ MCD_OPC_Decode, 232, 60, 190, 1, // Opcode: UQXTNB_ZZ_S |
10706 | | /* 52468 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 52490 |
10707 | | /* 52473 */ MCD_OPC_CheckPredicate, 21, 4, 90, 1, // Skip to: 141058 |
10708 | | /* 52478 */ MCD_OPC_CheckField, 16, 5, 0, 253, 89, 1, // Skip to: 141058 |
10709 | | /* 52485 */ MCD_OPC_Decode, 235, 60, 191, 1, // Opcode: UQXTNT_ZZ_S |
10710 | | /* 52490 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 52512 |
10711 | | /* 52495 */ MCD_OPC_CheckPredicate, 21, 238, 89, 1, // Skip to: 141058 |
10712 | | /* 52500 */ MCD_OPC_CheckField, 16, 5, 0, 231, 89, 1, // Skip to: 141058 |
10713 | | /* 52507 */ MCD_OPC_Decode, 147, 49, 190, 1, // Opcode: SQXTUNB_ZZ_S |
10714 | | /* 52512 */ MCD_OPC_FilterValue, 5, 221, 89, 1, // Skip to: 141058 |
10715 | | /* 52517 */ MCD_OPC_CheckPredicate, 21, 216, 89, 1, // Skip to: 141058 |
10716 | | /* 52522 */ MCD_OPC_CheckField, 16, 5, 0, 209, 89, 1, // Skip to: 141058 |
10717 | | /* 52529 */ MCD_OPC_Decode, 150, 49, 191, 1, // Opcode: SQXTUNT_ZZ_S |
10718 | | /* 52534 */ MCD_OPC_FilterValue, 12, 123, 0, 0, // Skip to: 52662 |
10719 | | /* 52539 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10720 | | /* 52542 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 52557 |
10721 | | /* 52547 */ MCD_OPC_CheckPredicate, 21, 186, 89, 1, // Skip to: 141058 |
10722 | | /* 52552 */ MCD_OPC_Decode, 215, 41, 162, 1, // Opcode: SADDWB_ZZZ_S |
10723 | | /* 52557 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 52572 |
10724 | | /* 52562 */ MCD_OPC_CheckPredicate, 21, 171, 89, 1, // Skip to: 141058 |
10725 | | /* 52567 */ MCD_OPC_Decode, 218, 41, 162, 1, // Opcode: SADDWT_ZZZ_S |
10726 | | /* 52572 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 52587 |
10727 | | /* 52577 */ MCD_OPC_CheckPredicate, 21, 156, 89, 1, // Skip to: 141058 |
10728 | | /* 52582 */ MCD_OPC_Decode, 184, 56, 162, 1, // Opcode: UADDWB_ZZZ_S |
10729 | | /* 52587 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 52602 |
10730 | | /* 52592 */ MCD_OPC_CheckPredicate, 21, 141, 89, 1, // Skip to: 141058 |
10731 | | /* 52597 */ MCD_OPC_Decode, 187, 56, 162, 1, // Opcode: UADDWT_ZZZ_S |
10732 | | /* 52602 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 52617 |
10733 | | /* 52607 */ MCD_OPC_CheckPredicate, 21, 126, 89, 1, // Skip to: 141058 |
10734 | | /* 52612 */ MCD_OPC_Decode, 209, 50, 162, 1, // Opcode: SSUBWB_ZZZ_S |
10735 | | /* 52617 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 52632 |
10736 | | /* 52622 */ MCD_OPC_CheckPredicate, 21, 111, 89, 1, // Skip to: 141058 |
10737 | | /* 52627 */ MCD_OPC_Decode, 212, 50, 162, 1, // Opcode: SSUBWT_ZZZ_S |
10738 | | /* 52632 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 52647 |
10739 | | /* 52637 */ MCD_OPC_CheckPredicate, 21, 96, 89, 1, // Skip to: 141058 |
10740 | | /* 52642 */ MCD_OPC_Decode, 156, 62, 162, 1, // Opcode: USUBWB_ZZZ_S |
10741 | | /* 52647 */ MCD_OPC_FilterValue, 7, 86, 89, 1, // Skip to: 141058 |
10742 | | /* 52652 */ MCD_OPC_CheckPredicate, 21, 81, 89, 1, // Skip to: 141058 |
10743 | | /* 52657 */ MCD_OPC_Decode, 159, 62, 162, 1, // Opcode: USUBWT_ZZZ_S |
10744 | | /* 52662 */ MCD_OPC_FilterValue, 14, 71, 89, 1, // Skip to: 141058 |
10745 | | /* 52667 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10746 | | /* 52670 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 52685 |
10747 | | /* 52675 */ MCD_OPC_CheckPredicate, 21, 58, 89, 1, // Skip to: 141058 |
10748 | | /* 52680 */ MCD_OPC_Decode, 213, 41, 162, 1, // Opcode: SADDWB_ZZZ_D |
10749 | | /* 52685 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 52700 |
10750 | | /* 52690 */ MCD_OPC_CheckPredicate, 21, 43, 89, 1, // Skip to: 141058 |
10751 | | /* 52695 */ MCD_OPC_Decode, 216, 41, 162, 1, // Opcode: SADDWT_ZZZ_D |
10752 | | /* 52700 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 52715 |
10753 | | /* 52705 */ MCD_OPC_CheckPredicate, 21, 28, 89, 1, // Skip to: 141058 |
10754 | | /* 52710 */ MCD_OPC_Decode, 182, 56, 162, 1, // Opcode: UADDWB_ZZZ_D |
10755 | | /* 52715 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 52730 |
10756 | | /* 52720 */ MCD_OPC_CheckPredicate, 21, 13, 89, 1, // Skip to: 141058 |
10757 | | /* 52725 */ MCD_OPC_Decode, 185, 56, 162, 1, // Opcode: UADDWT_ZZZ_D |
10758 | | /* 52730 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 52745 |
10759 | | /* 52735 */ MCD_OPC_CheckPredicate, 21, 254, 88, 1, // Skip to: 141058 |
10760 | | /* 52740 */ MCD_OPC_Decode, 207, 50, 162, 1, // Opcode: SSUBWB_ZZZ_D |
10761 | | /* 52745 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 52760 |
10762 | | /* 52750 */ MCD_OPC_CheckPredicate, 21, 239, 88, 1, // Skip to: 141058 |
10763 | | /* 52755 */ MCD_OPC_Decode, 210, 50, 162, 1, // Opcode: SSUBWT_ZZZ_D |
10764 | | /* 52760 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 52775 |
10765 | | /* 52765 */ MCD_OPC_CheckPredicate, 21, 224, 88, 1, // Skip to: 141058 |
10766 | | /* 52770 */ MCD_OPC_Decode, 154, 62, 162, 1, // Opcode: USUBWB_ZZZ_D |
10767 | | /* 52775 */ MCD_OPC_FilterValue, 7, 214, 88, 1, // Skip to: 141058 |
10768 | | /* 52780 */ MCD_OPC_CheckPredicate, 21, 209, 88, 1, // Skip to: 141058 |
10769 | | /* 52785 */ MCD_OPC_Decode, 157, 62, 162, 1, // Opcode: USUBWT_ZZZ_D |
10770 | | /* 52790 */ MCD_OPC_FilterValue, 3, 178, 4, 0, // Skip to: 53997 |
10771 | | /* 52795 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
10772 | | /* 52798 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 52836 |
10773 | | /* 52803 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10774 | | /* 52806 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 52821 |
10775 | | /* 52811 */ MCD_OPC_CheckPredicate, 21, 178, 88, 1, // Skip to: 141058 |
10776 | | /* 52816 */ MCD_OPC_Decode, 165, 47, 176, 1, // Opcode: SQRDMLAH_ZZZ_B |
10777 | | /* 52821 */ MCD_OPC_FilterValue, 5, 168, 88, 1, // Skip to: 141058 |
10778 | | /* 52826 */ MCD_OPC_CheckPredicate, 21, 163, 88, 1, // Skip to: 141058 |
10779 | | /* 52831 */ MCD_OPC_Decode, 184, 47, 176, 1, // Opcode: SQRDMLSH_ZZZ_B |
10780 | | /* 52836 */ MCD_OPC_FilterValue, 2, 93, 0, 0, // Skip to: 52934 |
10781 | | /* 52841 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10782 | | /* 52844 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 52859 |
10783 | | /* 52849 */ MCD_OPC_CheckPredicate, 21, 140, 88, 1, // Skip to: 141058 |
10784 | | /* 52854 */ MCD_OPC_Decode, 146, 46, 176, 1, // Opcode: SQDMLALB_ZZZ_H |
10785 | | /* 52859 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 52874 |
10786 | | /* 52864 */ MCD_OPC_CheckPredicate, 21, 125, 88, 1, // Skip to: 141058 |
10787 | | /* 52869 */ MCD_OPC_Decode, 151, 46, 176, 1, // Opcode: SQDMLALT_ZZZ_H |
10788 | | /* 52874 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 52889 |
10789 | | /* 52879 */ MCD_OPC_CheckPredicate, 21, 110, 88, 1, // Skip to: 141058 |
10790 | | /* 52884 */ MCD_OPC_Decode, 171, 46, 176, 1, // Opcode: SQDMLSLB_ZZZ_H |
10791 | | /* 52889 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 52904 |
10792 | | /* 52894 */ MCD_OPC_CheckPredicate, 21, 95, 88, 1, // Skip to: 141058 |
10793 | | /* 52899 */ MCD_OPC_Decode, 176, 46, 176, 1, // Opcode: SQDMLSLT_ZZZ_H |
10794 | | /* 52904 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 52919 |
10795 | | /* 52909 */ MCD_OPC_CheckPredicate, 21, 80, 88, 1, // Skip to: 141058 |
10796 | | /* 52914 */ MCD_OPC_Decode, 167, 47, 176, 1, // Opcode: SQRDMLAH_ZZZ_H |
10797 | | /* 52919 */ MCD_OPC_FilterValue, 5, 70, 88, 1, // Skip to: 141058 |
10798 | | /* 52924 */ MCD_OPC_CheckPredicate, 21, 65, 88, 1, // Skip to: 141058 |
10799 | | /* 52929 */ MCD_OPC_Decode, 186, 47, 176, 1, // Opcode: SQRDMLSH_ZZZ_H |
10800 | | /* 52934 */ MCD_OPC_FilterValue, 4, 108, 0, 0, // Skip to: 53047 |
10801 | | /* 52939 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10802 | | /* 52942 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 52957 |
10803 | | /* 52947 */ MCD_OPC_CheckPredicate, 21, 42, 88, 1, // Skip to: 141058 |
10804 | | /* 52952 */ MCD_OPC_Decode, 147, 46, 176, 1, // Opcode: SQDMLALB_ZZZ_S |
10805 | | /* 52957 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 52972 |
10806 | | /* 52962 */ MCD_OPC_CheckPredicate, 21, 27, 88, 1, // Skip to: 141058 |
10807 | | /* 52967 */ MCD_OPC_Decode, 152, 46, 176, 1, // Opcode: SQDMLALT_ZZZ_S |
10808 | | /* 52972 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 52987 |
10809 | | /* 52977 */ MCD_OPC_CheckPredicate, 21, 12, 88, 1, // Skip to: 141058 |
10810 | | /* 52982 */ MCD_OPC_Decode, 172, 46, 176, 1, // Opcode: SQDMLSLB_ZZZ_S |
10811 | | /* 52987 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53002 |
10812 | | /* 52992 */ MCD_OPC_CheckPredicate, 21, 253, 87, 1, // Skip to: 141058 |
10813 | | /* 52997 */ MCD_OPC_Decode, 177, 46, 176, 1, // Opcode: SQDMLSLT_ZZZ_S |
10814 | | /* 53002 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53017 |
10815 | | /* 53007 */ MCD_OPC_CheckPredicate, 21, 238, 87, 1, // Skip to: 141058 |
10816 | | /* 53012 */ MCD_OPC_Decode, 168, 47, 176, 1, // Opcode: SQRDMLAH_ZZZ_S |
10817 | | /* 53017 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53032 |
10818 | | /* 53022 */ MCD_OPC_CheckPredicate, 21, 223, 87, 1, // Skip to: 141058 |
10819 | | /* 53027 */ MCD_OPC_Decode, 187, 47, 176, 1, // Opcode: SQRDMLSH_ZZZ_S |
10820 | | /* 53032 */ MCD_OPC_FilterValue, 6, 213, 87, 1, // Skip to: 141058 |
10821 | | /* 53037 */ MCD_OPC_CheckPredicate, 26, 208, 87, 1, // Skip to: 141058 |
10822 | | /* 53042 */ MCD_OPC_Decode, 195, 61, 176, 1, // Opcode: USDOT_ZZZ |
10823 | | /* 53047 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 53085 |
10824 | | /* 53052 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10825 | | /* 53055 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53070 |
10826 | | /* 53060 */ MCD_OPC_CheckPredicate, 21, 185, 87, 1, // Skip to: 141058 |
10827 | | /* 53065 */ MCD_OPC_Decode, 231, 15, 157, 2, // Opcode: CMLA_ZZZI_H |
10828 | | /* 53070 */ MCD_OPC_FilterValue, 1, 175, 87, 1, // Skip to: 141058 |
10829 | | /* 53075 */ MCD_OPC_CheckPredicate, 21, 170, 87, 1, // Skip to: 141058 |
10830 | | /* 53080 */ MCD_OPC_Decode, 156, 47, 157, 2, // Opcode: SQRDCMLAH_ZZZI_H |
10831 | | /* 53085 */ MCD_OPC_FilterValue, 6, 93, 0, 0, // Skip to: 53183 |
10832 | | /* 53090 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10833 | | /* 53093 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53108 |
10834 | | /* 53098 */ MCD_OPC_CheckPredicate, 21, 147, 87, 1, // Skip to: 141058 |
10835 | | /* 53103 */ MCD_OPC_Decode, 145, 46, 176, 1, // Opcode: SQDMLALB_ZZZ_D |
10836 | | /* 53108 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53123 |
10837 | | /* 53113 */ MCD_OPC_CheckPredicate, 21, 132, 87, 1, // Skip to: 141058 |
10838 | | /* 53118 */ MCD_OPC_Decode, 150, 46, 176, 1, // Opcode: SQDMLALT_ZZZ_D |
10839 | | /* 53123 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53138 |
10840 | | /* 53128 */ MCD_OPC_CheckPredicate, 21, 117, 87, 1, // Skip to: 141058 |
10841 | | /* 53133 */ MCD_OPC_Decode, 170, 46, 176, 1, // Opcode: SQDMLSLB_ZZZ_D |
10842 | | /* 53138 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53153 |
10843 | | /* 53143 */ MCD_OPC_CheckPredicate, 21, 102, 87, 1, // Skip to: 141058 |
10844 | | /* 53148 */ MCD_OPC_Decode, 175, 46, 176, 1, // Opcode: SQDMLSLT_ZZZ_D |
10845 | | /* 53153 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53168 |
10846 | | /* 53158 */ MCD_OPC_CheckPredicate, 21, 87, 87, 1, // Skip to: 141058 |
10847 | | /* 53163 */ MCD_OPC_Decode, 166, 47, 176, 1, // Opcode: SQRDMLAH_ZZZ_D |
10848 | | /* 53168 */ MCD_OPC_FilterValue, 5, 77, 87, 1, // Skip to: 141058 |
10849 | | /* 53173 */ MCD_OPC_CheckPredicate, 21, 72, 87, 1, // Skip to: 141058 |
10850 | | /* 53178 */ MCD_OPC_Decode, 185, 47, 176, 1, // Opcode: SQRDMLSH_ZZZ_D |
10851 | | /* 53183 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 53221 |
10852 | | /* 53188 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
10853 | | /* 53191 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53206 |
10854 | | /* 53196 */ MCD_OPC_CheckPredicate, 21, 49, 87, 1, // Skip to: 141058 |
10855 | | /* 53201 */ MCD_OPC_Decode, 232, 15, 158, 2, // Opcode: CMLA_ZZZI_S |
10856 | | /* 53206 */ MCD_OPC_FilterValue, 1, 39, 87, 1, // Skip to: 141058 |
10857 | | /* 53211 */ MCD_OPC_CheckPredicate, 21, 34, 87, 1, // Skip to: 141058 |
10858 | | /* 53216 */ MCD_OPC_Decode, 157, 47, 158, 2, // Opcode: SQRDCMLAH_ZZZI_S |
10859 | | /* 53221 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 53259 |
10860 | | /* 53226 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10861 | | /* 53229 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53244 |
10862 | | /* 53234 */ MCD_OPC_CheckPredicate, 27, 11, 87, 1, // Skip to: 141058 |
10863 | | /* 53239 */ MCD_OPC_Decode, 154, 39, 162, 1, // Opcode: PMULLB_ZZZ_Q |
10864 | | /* 53244 */ MCD_OPC_FilterValue, 3, 1, 87, 1, // Skip to: 141058 |
10865 | | /* 53249 */ MCD_OPC_CheckPredicate, 27, 252, 86, 1, // Skip to: 141058 |
10866 | | /* 53254 */ MCD_OPC_Decode, 157, 39, 162, 1, // Opcode: PMULLT_ZZZ_Q |
10867 | | /* 53259 */ MCD_OPC_FilterValue, 10, 123, 0, 0, // Skip to: 53387 |
10868 | | /* 53264 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10869 | | /* 53267 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53282 |
10870 | | /* 53272 */ MCD_OPC_CheckPredicate, 21, 229, 86, 1, // Skip to: 141058 |
10871 | | /* 53277 */ MCD_OPC_Decode, 228, 46, 162, 1, // Opcode: SQDMULLB_ZZZ_H |
10872 | | /* 53282 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53297 |
10873 | | /* 53287 */ MCD_OPC_CheckPredicate, 21, 214, 86, 1, // Skip to: 141058 |
10874 | | /* 53292 */ MCD_OPC_Decode, 233, 46, 162, 1, // Opcode: SQDMULLT_ZZZ_H |
10875 | | /* 53297 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53312 |
10876 | | /* 53302 */ MCD_OPC_CheckPredicate, 21, 199, 86, 1, // Skip to: 141058 |
10877 | | /* 53307 */ MCD_OPC_Decode, 153, 39, 162, 1, // Opcode: PMULLB_ZZZ_H |
10878 | | /* 53312 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53327 |
10879 | | /* 53317 */ MCD_OPC_CheckPredicate, 21, 184, 86, 1, // Skip to: 141058 |
10880 | | /* 53322 */ MCD_OPC_Decode, 156, 39, 162, 1, // Opcode: PMULLT_ZZZ_H |
10881 | | /* 53327 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53342 |
10882 | | /* 53332 */ MCD_OPC_CheckPredicate, 21, 169, 86, 1, // Skip to: 141058 |
10883 | | /* 53337 */ MCD_OPC_Decode, 167, 45, 162, 1, // Opcode: SMULLB_ZZZ_H |
10884 | | /* 53342 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53357 |
10885 | | /* 53347 */ MCD_OPC_CheckPredicate, 21, 154, 86, 1, // Skip to: 141058 |
10886 | | /* 53352 */ MCD_OPC_Decode, 172, 45, 162, 1, // Opcode: SMULLT_ZZZ_H |
10887 | | /* 53357 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53372 |
10888 | | /* 53362 */ MCD_OPC_CheckPredicate, 21, 139, 86, 1, // Skip to: 141058 |
10889 | | /* 53367 */ MCD_OPC_Decode, 152, 59, 162, 1, // Opcode: UMULLB_ZZZ_H |
10890 | | /* 53372 */ MCD_OPC_FilterValue, 7, 129, 86, 1, // Skip to: 141058 |
10891 | | /* 53377 */ MCD_OPC_CheckPredicate, 21, 124, 86, 1, // Skip to: 141058 |
10892 | | /* 53382 */ MCD_OPC_Decode, 157, 59, 162, 1, // Opcode: UMULLT_ZZZ_H |
10893 | | /* 53387 */ MCD_OPC_FilterValue, 11, 123, 0, 0, // Skip to: 53515 |
10894 | | /* 53392 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10895 | | /* 53395 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53410 |
10896 | | /* 53400 */ MCD_OPC_CheckPredicate, 21, 101, 86, 1, // Skip to: 141058 |
10897 | | /* 53405 */ MCD_OPC_Decode, 194, 11, 162, 1, // Opcode: ADDHNB_ZZZ_B |
10898 | | /* 53410 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53425 |
10899 | | /* 53415 */ MCD_OPC_CheckPredicate, 21, 86, 86, 1, // Skip to: 141058 |
10900 | | /* 53420 */ MCD_OPC_Decode, 197, 11, 176, 1, // Opcode: ADDHNT_ZZZ_B |
10901 | | /* 53425 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53440 |
10902 | | /* 53430 */ MCD_OPC_CheckPredicate, 21, 71, 86, 1, // Skip to: 141058 |
10903 | | /* 53435 */ MCD_OPC_Decode, 229, 39, 162, 1, // Opcode: RADDHNB_ZZZ_B |
10904 | | /* 53440 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53455 |
10905 | | /* 53445 */ MCD_OPC_CheckPredicate, 21, 56, 86, 1, // Skip to: 141058 |
10906 | | /* 53450 */ MCD_OPC_Decode, 232, 39, 176, 1, // Opcode: RADDHNT_ZZZ_B |
10907 | | /* 53455 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53470 |
10908 | | /* 53460 */ MCD_OPC_CheckPredicate, 21, 41, 86, 1, // Skip to: 141058 |
10909 | | /* 53465 */ MCD_OPC_Decode, 131, 54, 162, 1, // Opcode: SUBHNB_ZZZ_B |
10910 | | /* 53470 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53485 |
10911 | | /* 53475 */ MCD_OPC_CheckPredicate, 21, 26, 86, 1, // Skip to: 141058 |
10912 | | /* 53480 */ MCD_OPC_Decode, 134, 54, 176, 1, // Opcode: SUBHNT_ZZZ_B |
10913 | | /* 53485 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53500 |
10914 | | /* 53490 */ MCD_OPC_CheckPredicate, 21, 11, 86, 1, // Skip to: 141058 |
10915 | | /* 53495 */ MCD_OPC_Decode, 247, 40, 162, 1, // Opcode: RSUBHNB_ZZZ_B |
10916 | | /* 53500 */ MCD_OPC_FilterValue, 7, 1, 86, 1, // Skip to: 141058 |
10917 | | /* 53505 */ MCD_OPC_CheckPredicate, 21, 252, 85, 1, // Skip to: 141058 |
10918 | | /* 53510 */ MCD_OPC_Decode, 250, 40, 176, 1, // Opcode: RSUBHNT_ZZZ_B |
10919 | | /* 53515 */ MCD_OPC_FilterValue, 12, 93, 0, 0, // Skip to: 53613 |
10920 | | /* 53520 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10921 | | /* 53523 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53538 |
10922 | | /* 53528 */ MCD_OPC_CheckPredicate, 21, 229, 85, 1, // Skip to: 141058 |
10923 | | /* 53533 */ MCD_OPC_Decode, 229, 46, 162, 1, // Opcode: SQDMULLB_ZZZ_S |
10924 | | /* 53538 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53553 |
10925 | | /* 53543 */ MCD_OPC_CheckPredicate, 21, 214, 85, 1, // Skip to: 141058 |
10926 | | /* 53548 */ MCD_OPC_Decode, 234, 46, 162, 1, // Opcode: SQDMULLT_ZZZ_S |
10927 | | /* 53553 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53568 |
10928 | | /* 53558 */ MCD_OPC_CheckPredicate, 21, 199, 85, 1, // Skip to: 141058 |
10929 | | /* 53563 */ MCD_OPC_Decode, 168, 45, 162, 1, // Opcode: SMULLB_ZZZ_S |
10930 | | /* 53568 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53583 |
10931 | | /* 53573 */ MCD_OPC_CheckPredicate, 21, 184, 85, 1, // Skip to: 141058 |
10932 | | /* 53578 */ MCD_OPC_Decode, 173, 45, 162, 1, // Opcode: SMULLT_ZZZ_S |
10933 | | /* 53583 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53598 |
10934 | | /* 53588 */ MCD_OPC_CheckPredicate, 21, 169, 85, 1, // Skip to: 141058 |
10935 | | /* 53593 */ MCD_OPC_Decode, 153, 59, 162, 1, // Opcode: UMULLB_ZZZ_S |
10936 | | /* 53598 */ MCD_OPC_FilterValue, 7, 159, 85, 1, // Skip to: 141058 |
10937 | | /* 53603 */ MCD_OPC_CheckPredicate, 21, 154, 85, 1, // Skip to: 141058 |
10938 | | /* 53608 */ MCD_OPC_Decode, 158, 59, 162, 1, // Opcode: UMULLT_ZZZ_S |
10939 | | /* 53613 */ MCD_OPC_FilterValue, 13, 123, 0, 0, // Skip to: 53741 |
10940 | | /* 53618 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10941 | | /* 53621 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53636 |
10942 | | /* 53626 */ MCD_OPC_CheckPredicate, 21, 131, 85, 1, // Skip to: 141058 |
10943 | | /* 53631 */ MCD_OPC_Decode, 195, 11, 162, 1, // Opcode: ADDHNB_ZZZ_H |
10944 | | /* 53636 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53651 |
10945 | | /* 53641 */ MCD_OPC_CheckPredicate, 21, 116, 85, 1, // Skip to: 141058 |
10946 | | /* 53646 */ MCD_OPC_Decode, 198, 11, 176, 1, // Opcode: ADDHNT_ZZZ_H |
10947 | | /* 53651 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53666 |
10948 | | /* 53656 */ MCD_OPC_CheckPredicate, 21, 101, 85, 1, // Skip to: 141058 |
10949 | | /* 53661 */ MCD_OPC_Decode, 230, 39, 162, 1, // Opcode: RADDHNB_ZZZ_H |
10950 | | /* 53666 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53681 |
10951 | | /* 53671 */ MCD_OPC_CheckPredicate, 21, 86, 85, 1, // Skip to: 141058 |
10952 | | /* 53676 */ MCD_OPC_Decode, 233, 39, 176, 1, // Opcode: RADDHNT_ZZZ_H |
10953 | | /* 53681 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53696 |
10954 | | /* 53686 */ MCD_OPC_CheckPredicate, 21, 71, 85, 1, // Skip to: 141058 |
10955 | | /* 53691 */ MCD_OPC_Decode, 132, 54, 162, 1, // Opcode: SUBHNB_ZZZ_H |
10956 | | /* 53696 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53711 |
10957 | | /* 53701 */ MCD_OPC_CheckPredicate, 21, 56, 85, 1, // Skip to: 141058 |
10958 | | /* 53706 */ MCD_OPC_Decode, 135, 54, 176, 1, // Opcode: SUBHNT_ZZZ_H |
10959 | | /* 53711 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53726 |
10960 | | /* 53716 */ MCD_OPC_CheckPredicate, 21, 41, 85, 1, // Skip to: 141058 |
10961 | | /* 53721 */ MCD_OPC_Decode, 248, 40, 162, 1, // Opcode: RSUBHNB_ZZZ_H |
10962 | | /* 53726 */ MCD_OPC_FilterValue, 7, 31, 85, 1, // Skip to: 141058 |
10963 | | /* 53731 */ MCD_OPC_CheckPredicate, 21, 26, 85, 1, // Skip to: 141058 |
10964 | | /* 53736 */ MCD_OPC_Decode, 251, 40, 176, 1, // Opcode: RSUBHNT_ZZZ_H |
10965 | | /* 53741 */ MCD_OPC_FilterValue, 14, 123, 0, 0, // Skip to: 53869 |
10966 | | /* 53746 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10967 | | /* 53749 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53764 |
10968 | | /* 53754 */ MCD_OPC_CheckPredicate, 21, 3, 85, 1, // Skip to: 141058 |
10969 | | /* 53759 */ MCD_OPC_Decode, 227, 46, 162, 1, // Opcode: SQDMULLB_ZZZ_D |
10970 | | /* 53764 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53779 |
10971 | | /* 53769 */ MCD_OPC_CheckPredicate, 21, 244, 84, 1, // Skip to: 141058 |
10972 | | /* 53774 */ MCD_OPC_Decode, 232, 46, 162, 1, // Opcode: SQDMULLT_ZZZ_D |
10973 | | /* 53779 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53794 |
10974 | | /* 53784 */ MCD_OPC_CheckPredicate, 21, 229, 84, 1, // Skip to: 141058 |
10975 | | /* 53789 */ MCD_OPC_Decode, 152, 39, 162, 1, // Opcode: PMULLB_ZZZ_D |
10976 | | /* 53794 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53809 |
10977 | | /* 53799 */ MCD_OPC_CheckPredicate, 21, 214, 84, 1, // Skip to: 141058 |
10978 | | /* 53804 */ MCD_OPC_Decode, 155, 39, 162, 1, // Opcode: PMULLT_ZZZ_D |
10979 | | /* 53809 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53824 |
10980 | | /* 53814 */ MCD_OPC_CheckPredicate, 21, 199, 84, 1, // Skip to: 141058 |
10981 | | /* 53819 */ MCD_OPC_Decode, 166, 45, 162, 1, // Opcode: SMULLB_ZZZ_D |
10982 | | /* 53824 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53839 |
10983 | | /* 53829 */ MCD_OPC_CheckPredicate, 21, 184, 84, 1, // Skip to: 141058 |
10984 | | /* 53834 */ MCD_OPC_Decode, 171, 45, 162, 1, // Opcode: SMULLT_ZZZ_D |
10985 | | /* 53839 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53854 |
10986 | | /* 53844 */ MCD_OPC_CheckPredicate, 21, 169, 84, 1, // Skip to: 141058 |
10987 | | /* 53849 */ MCD_OPC_Decode, 151, 59, 162, 1, // Opcode: UMULLB_ZZZ_D |
10988 | | /* 53854 */ MCD_OPC_FilterValue, 7, 159, 84, 1, // Skip to: 141058 |
10989 | | /* 53859 */ MCD_OPC_CheckPredicate, 21, 154, 84, 1, // Skip to: 141058 |
10990 | | /* 53864 */ MCD_OPC_Decode, 156, 59, 162, 1, // Opcode: UMULLT_ZZZ_D |
10991 | | /* 53869 */ MCD_OPC_FilterValue, 15, 144, 84, 1, // Skip to: 141058 |
10992 | | /* 53874 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
10993 | | /* 53877 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 53892 |
10994 | | /* 53882 */ MCD_OPC_CheckPredicate, 21, 131, 84, 1, // Skip to: 141058 |
10995 | | /* 53887 */ MCD_OPC_Decode, 196, 11, 162, 1, // Opcode: ADDHNB_ZZZ_S |
10996 | | /* 53892 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 53907 |
10997 | | /* 53897 */ MCD_OPC_CheckPredicate, 21, 116, 84, 1, // Skip to: 141058 |
10998 | | /* 53902 */ MCD_OPC_Decode, 199, 11, 176, 1, // Opcode: ADDHNT_ZZZ_S |
10999 | | /* 53907 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 53922 |
11000 | | /* 53912 */ MCD_OPC_CheckPredicate, 21, 101, 84, 1, // Skip to: 141058 |
11001 | | /* 53917 */ MCD_OPC_Decode, 231, 39, 162, 1, // Opcode: RADDHNB_ZZZ_S |
11002 | | /* 53922 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 53937 |
11003 | | /* 53927 */ MCD_OPC_CheckPredicate, 21, 86, 84, 1, // Skip to: 141058 |
11004 | | /* 53932 */ MCD_OPC_Decode, 234, 39, 176, 1, // Opcode: RADDHNT_ZZZ_S |
11005 | | /* 53937 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 53952 |
11006 | | /* 53942 */ MCD_OPC_CheckPredicate, 21, 71, 84, 1, // Skip to: 141058 |
11007 | | /* 53947 */ MCD_OPC_Decode, 133, 54, 162, 1, // Opcode: SUBHNB_ZZZ_S |
11008 | | /* 53952 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 53967 |
11009 | | /* 53957 */ MCD_OPC_CheckPredicate, 21, 56, 84, 1, // Skip to: 141058 |
11010 | | /* 53962 */ MCD_OPC_Decode, 136, 54, 176, 1, // Opcode: SUBHNT_ZZZ_S |
11011 | | /* 53967 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 53982 |
11012 | | /* 53972 */ MCD_OPC_CheckPredicate, 21, 41, 84, 1, // Skip to: 141058 |
11013 | | /* 53977 */ MCD_OPC_Decode, 249, 40, 162, 1, // Opcode: RSUBHNB_ZZZ_S |
11014 | | /* 53982 */ MCD_OPC_FilterValue, 7, 31, 84, 1, // Skip to: 141058 |
11015 | | /* 53987 */ MCD_OPC_CheckPredicate, 21, 26, 84, 1, // Skip to: 141058 |
11016 | | /* 53992 */ MCD_OPC_Decode, 252, 40, 176, 1, // Opcode: RSUBHNT_ZZZ_S |
11017 | | /* 53997 */ MCD_OPC_FilterValue, 4, 243, 8, 0, // Skip to: 56293 |
11018 | | /* 54002 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
11019 | | /* 54005 */ MCD_OPC_FilterValue, 0, 167, 1, 0, // Skip to: 54433 |
11020 | | /* 54010 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11021 | | /* 54013 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 54028 |
11022 | | /* 54018 */ MCD_OPC_CheckPredicate, 21, 251, 83, 1, // Skip to: 141058 |
11023 | | /* 54023 */ MCD_OPC_Decode, 202, 49, 138, 1, // Opcode: SRSHL_ZPmZ_B |
11024 | | /* 54028 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 54043 |
11025 | | /* 54033 */ MCD_OPC_CheckPredicate, 21, 236, 83, 1, // Skip to: 141058 |
11026 | | /* 54038 */ MCD_OPC_Decode, 150, 61, 138, 1, // Opcode: URSHL_ZPmZ_B |
11027 | | /* 54043 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 54058 |
11028 | | /* 54048 */ MCD_OPC_CheckPredicate, 21, 221, 83, 1, // Skip to: 141058 |
11029 | | /* 54053 */ MCD_OPC_Decode, 182, 49, 138, 1, // Opcode: SRSHLR_ZPmZ_B |
11030 | | /* 54058 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 54073 |
11031 | | /* 54063 */ MCD_OPC_CheckPredicate, 21, 206, 83, 1, // Skip to: 141058 |
11032 | | /* 54068 */ MCD_OPC_Decode, 130, 61, 138, 1, // Opcode: URSHLR_ZPmZ_B |
11033 | | /* 54073 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 54088 |
11034 | | /* 54078 */ MCD_OPC_CheckPredicate, 21, 191, 83, 1, // Skip to: 141058 |
11035 | | /* 54083 */ MCD_OPC_Decode, 175, 48, 138, 1, // Opcode: SQSHL_ZPmZ_B |
11036 | | /* 54088 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 54103 |
11037 | | /* 54093 */ MCD_OPC_CheckPredicate, 21, 176, 83, 1, // Skip to: 141058 |
11038 | | /* 54098 */ MCD_OPC_Decode, 162, 60, 138, 1, // Opcode: UQSHL_ZPmZ_B |
11039 | | /* 54103 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 54118 |
11040 | | /* 54108 */ MCD_OPC_CheckPredicate, 21, 161, 83, 1, // Skip to: 141058 |
11041 | | /* 54113 */ MCD_OPC_Decode, 223, 47, 138, 1, // Opcode: SQRSHL_ZPmZ_B |
11042 | | /* 54118 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 54133 |
11043 | | /* 54123 */ MCD_OPC_CheckPredicate, 21, 146, 83, 1, // Skip to: 141058 |
11044 | | /* 54128 */ MCD_OPC_Decode, 246, 59, 138, 1, // Opcode: UQRSHL_ZPmZ_B |
11045 | | /* 54133 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 54148 |
11046 | | /* 54138 */ MCD_OPC_CheckPredicate, 21, 131, 83, 1, // Skip to: 141058 |
11047 | | /* 54143 */ MCD_OPC_Decode, 152, 48, 138, 1, // Opcode: SQSHLR_ZPmZ_B |
11048 | | /* 54148 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 54163 |
11049 | | /* 54153 */ MCD_OPC_CheckPredicate, 21, 116, 83, 1, // Skip to: 141058 |
11050 | | /* 54158 */ MCD_OPC_Decode, 154, 60, 138, 1, // Opcode: UQSHLR_ZPmZ_B |
11051 | | /* 54163 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 54178 |
11052 | | /* 54168 */ MCD_OPC_CheckPredicate, 21, 101, 83, 1, // Skip to: 141058 |
11053 | | /* 54173 */ MCD_OPC_Decode, 219, 47, 138, 1, // Opcode: SQRSHLR_ZPmZ_B |
11054 | | /* 54178 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 54193 |
11055 | | /* 54183 */ MCD_OPC_CheckPredicate, 21, 86, 83, 1, // Skip to: 141058 |
11056 | | /* 54188 */ MCD_OPC_Decode, 242, 59, 138, 1, // Opcode: UQRSHLR_ZPmZ_B |
11057 | | /* 54193 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 54208 |
11058 | | /* 54198 */ MCD_OPC_CheckPredicate, 21, 71, 83, 1, // Skip to: 141058 |
11059 | | /* 54203 */ MCD_OPC_Decode, 243, 42, 138, 1, // Opcode: SHADD_ZPmZ_B |
11060 | | /* 54208 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 54223 |
11061 | | /* 54213 */ MCD_OPC_CheckPredicate, 21, 56, 83, 1, // Skip to: 141058 |
11062 | | /* 54218 */ MCD_OPC_Decode, 152, 57, 138, 1, // Opcode: UHADD_ZPmZ_B |
11063 | | /* 54223 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 54238 |
11064 | | /* 54228 */ MCD_OPC_CheckPredicate, 21, 41, 83, 1, // Skip to: 141058 |
11065 | | /* 54233 */ MCD_OPC_Decode, 155, 43, 138, 1, // Opcode: SHSUB_ZPmZ_B |
11066 | | /* 54238 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 54253 |
11067 | | /* 54243 */ MCD_OPC_CheckPredicate, 21, 26, 83, 1, // Skip to: 141058 |
11068 | | /* 54248 */ MCD_OPC_Decode, 166, 57, 138, 1, // Opcode: UHSUB_ZPmZ_B |
11069 | | /* 54253 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 54268 |
11070 | | /* 54258 */ MCD_OPC_CheckPredicate, 21, 11, 83, 1, // Skip to: 141058 |
11071 | | /* 54263 */ MCD_OPC_Decode, 160, 49, 138, 1, // Opcode: SRHADD_ZPmZ_B |
11072 | | /* 54268 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 54283 |
11073 | | /* 54273 */ MCD_OPC_CheckPredicate, 21, 252, 82, 1, // Skip to: 141058 |
11074 | | /* 54278 */ MCD_OPC_Decode, 248, 60, 138, 1, // Opcode: URHADD_ZPmZ_B |
11075 | | /* 54283 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 54298 |
11076 | | /* 54288 */ MCD_OPC_CheckPredicate, 21, 237, 82, 1, // Skip to: 141058 |
11077 | | /* 54293 */ MCD_OPC_Decode, 151, 43, 138, 1, // Opcode: SHSUBR_ZPmZ_B |
11078 | | /* 54298 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 54313 |
11079 | | /* 54303 */ MCD_OPC_CheckPredicate, 21, 222, 82, 1, // Skip to: 141058 |
11080 | | /* 54308 */ MCD_OPC_Decode, 162, 57, 138, 1, // Opcode: UHSUBR_ZPmZ_B |
11081 | | /* 54313 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 54328 |
11082 | | /* 54318 */ MCD_OPC_CheckPredicate, 21, 207, 82, 1, // Skip to: 141058 |
11083 | | /* 54323 */ MCD_OPC_Decode, 211, 45, 138, 1, // Opcode: SQADD_ZPmZ_B |
11084 | | /* 54328 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 54343 |
11085 | | /* 54333 */ MCD_OPC_CheckPredicate, 21, 192, 82, 1, // Skip to: 141058 |
11086 | | /* 54338 */ MCD_OPC_Decode, 173, 59, 138, 1, // Opcode: UQADD_ZPmZ_B |
11087 | | /* 54343 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 54358 |
11088 | | /* 54348 */ MCD_OPC_CheckPredicate, 21, 177, 82, 1, // Skip to: 141058 |
11089 | | /* 54353 */ MCD_OPC_Decode, 239, 48, 138, 1, // Opcode: SQSUB_ZPmZ_B |
11090 | | /* 54358 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 54373 |
11091 | | /* 54363 */ MCD_OPC_CheckPredicate, 21, 162, 82, 1, // Skip to: 141058 |
11092 | | /* 54368 */ MCD_OPC_Decode, 211, 60, 138, 1, // Opcode: UQSUB_ZPmZ_B |
11093 | | /* 54373 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 54388 |
11094 | | /* 54378 */ MCD_OPC_CheckPredicate, 21, 147, 82, 1, // Skip to: 141058 |
11095 | | /* 54383 */ MCD_OPC_Decode, 230, 54, 138, 1, // Opcode: SUQADD_ZPmZ_B |
11096 | | /* 54388 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 54403 |
11097 | | /* 54393 */ MCD_OPC_CheckPredicate, 21, 132, 82, 1, // Skip to: 141058 |
11098 | | /* 54398 */ MCD_OPC_Decode, 243, 61, 138, 1, // Opcode: USQADD_ZPmZ_B |
11099 | | /* 54403 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 54418 |
11100 | | /* 54408 */ MCD_OPC_CheckPredicate, 21, 117, 82, 1, // Skip to: 141058 |
11101 | | /* 54413 */ MCD_OPC_Decode, 231, 48, 138, 1, // Opcode: SQSUBR_ZPmZ_B |
11102 | | /* 54418 */ MCD_OPC_FilterValue, 31, 107, 82, 1, // Skip to: 141058 |
11103 | | /* 54423 */ MCD_OPC_CheckPredicate, 21, 102, 82, 1, // Skip to: 141058 |
11104 | | /* 54428 */ MCD_OPC_Decode, 203, 60, 138, 1, // Opcode: UQSUBR_ZPmZ_B |
11105 | | /* 54433 */ MCD_OPC_FilterValue, 2, 167, 1, 0, // Skip to: 54861 |
11106 | | /* 54438 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11107 | | /* 54441 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 54456 |
11108 | | /* 54446 */ MCD_OPC_CheckPredicate, 21, 79, 82, 1, // Skip to: 141058 |
11109 | | /* 54451 */ MCD_OPC_Decode, 204, 49, 138, 1, // Opcode: SRSHL_ZPmZ_H |
11110 | | /* 54456 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 54471 |
11111 | | /* 54461 */ MCD_OPC_CheckPredicate, 21, 64, 82, 1, // Skip to: 141058 |
11112 | | /* 54466 */ MCD_OPC_Decode, 152, 61, 138, 1, // Opcode: URSHL_ZPmZ_H |
11113 | | /* 54471 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 54486 |
11114 | | /* 54476 */ MCD_OPC_CheckPredicate, 21, 49, 82, 1, // Skip to: 141058 |
11115 | | /* 54481 */ MCD_OPC_Decode, 184, 49, 138, 1, // Opcode: SRSHLR_ZPmZ_H |
11116 | | /* 54486 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 54501 |
11117 | | /* 54491 */ MCD_OPC_CheckPredicate, 21, 34, 82, 1, // Skip to: 141058 |
11118 | | /* 54496 */ MCD_OPC_Decode, 132, 61, 138, 1, // Opcode: URSHLR_ZPmZ_H |
11119 | | /* 54501 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 54516 |
11120 | | /* 54506 */ MCD_OPC_CheckPredicate, 21, 19, 82, 1, // Skip to: 141058 |
11121 | | /* 54511 */ MCD_OPC_Decode, 177, 48, 138, 1, // Opcode: SQSHL_ZPmZ_H |
11122 | | /* 54516 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 54531 |
11123 | | /* 54521 */ MCD_OPC_CheckPredicate, 21, 4, 82, 1, // Skip to: 141058 |
11124 | | /* 54526 */ MCD_OPC_Decode, 164, 60, 138, 1, // Opcode: UQSHL_ZPmZ_H |
11125 | | /* 54531 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 54546 |
11126 | | /* 54536 */ MCD_OPC_CheckPredicate, 21, 245, 81, 1, // Skip to: 141058 |
11127 | | /* 54541 */ MCD_OPC_Decode, 225, 47, 138, 1, // Opcode: SQRSHL_ZPmZ_H |
11128 | | /* 54546 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 54561 |
11129 | | /* 54551 */ MCD_OPC_CheckPredicate, 21, 230, 81, 1, // Skip to: 141058 |
11130 | | /* 54556 */ MCD_OPC_Decode, 248, 59, 138, 1, // Opcode: UQRSHL_ZPmZ_H |
11131 | | /* 54561 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 54576 |
11132 | | /* 54566 */ MCD_OPC_CheckPredicate, 21, 215, 81, 1, // Skip to: 141058 |
11133 | | /* 54571 */ MCD_OPC_Decode, 154, 48, 138, 1, // Opcode: SQSHLR_ZPmZ_H |
11134 | | /* 54576 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 54591 |
11135 | | /* 54581 */ MCD_OPC_CheckPredicate, 21, 200, 81, 1, // Skip to: 141058 |
11136 | | /* 54586 */ MCD_OPC_Decode, 156, 60, 138, 1, // Opcode: UQSHLR_ZPmZ_H |
11137 | | /* 54591 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 54606 |
11138 | | /* 54596 */ MCD_OPC_CheckPredicate, 21, 185, 81, 1, // Skip to: 141058 |
11139 | | /* 54601 */ MCD_OPC_Decode, 221, 47, 138, 1, // Opcode: SQRSHLR_ZPmZ_H |
11140 | | /* 54606 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 54621 |
11141 | | /* 54611 */ MCD_OPC_CheckPredicate, 21, 170, 81, 1, // Skip to: 141058 |
11142 | | /* 54616 */ MCD_OPC_Decode, 244, 59, 138, 1, // Opcode: UQRSHLR_ZPmZ_H |
11143 | | /* 54621 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 54636 |
11144 | | /* 54626 */ MCD_OPC_CheckPredicate, 21, 155, 81, 1, // Skip to: 141058 |
11145 | | /* 54631 */ MCD_OPC_Decode, 245, 42, 138, 1, // Opcode: SHADD_ZPmZ_H |
11146 | | /* 54636 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 54651 |
11147 | | /* 54641 */ MCD_OPC_CheckPredicate, 21, 140, 81, 1, // Skip to: 141058 |
11148 | | /* 54646 */ MCD_OPC_Decode, 154, 57, 138, 1, // Opcode: UHADD_ZPmZ_H |
11149 | | /* 54651 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 54666 |
11150 | | /* 54656 */ MCD_OPC_CheckPredicate, 21, 125, 81, 1, // Skip to: 141058 |
11151 | | /* 54661 */ MCD_OPC_Decode, 157, 43, 138, 1, // Opcode: SHSUB_ZPmZ_H |
11152 | | /* 54666 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 54681 |
11153 | | /* 54671 */ MCD_OPC_CheckPredicate, 21, 110, 81, 1, // Skip to: 141058 |
11154 | | /* 54676 */ MCD_OPC_Decode, 168, 57, 138, 1, // Opcode: UHSUB_ZPmZ_H |
11155 | | /* 54681 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 54696 |
11156 | | /* 54686 */ MCD_OPC_CheckPredicate, 21, 95, 81, 1, // Skip to: 141058 |
11157 | | /* 54691 */ MCD_OPC_Decode, 162, 49, 138, 1, // Opcode: SRHADD_ZPmZ_H |
11158 | | /* 54696 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 54711 |
11159 | | /* 54701 */ MCD_OPC_CheckPredicate, 21, 80, 81, 1, // Skip to: 141058 |
11160 | | /* 54706 */ MCD_OPC_Decode, 250, 60, 138, 1, // Opcode: URHADD_ZPmZ_H |
11161 | | /* 54711 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 54726 |
11162 | | /* 54716 */ MCD_OPC_CheckPredicate, 21, 65, 81, 1, // Skip to: 141058 |
11163 | | /* 54721 */ MCD_OPC_Decode, 153, 43, 138, 1, // Opcode: SHSUBR_ZPmZ_H |
11164 | | /* 54726 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 54741 |
11165 | | /* 54731 */ MCD_OPC_CheckPredicate, 21, 50, 81, 1, // Skip to: 141058 |
11166 | | /* 54736 */ MCD_OPC_Decode, 164, 57, 138, 1, // Opcode: UHSUBR_ZPmZ_H |
11167 | | /* 54741 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 54756 |
11168 | | /* 54746 */ MCD_OPC_CheckPredicate, 21, 35, 81, 1, // Skip to: 141058 |
11169 | | /* 54751 */ MCD_OPC_Decode, 213, 45, 138, 1, // Opcode: SQADD_ZPmZ_H |
11170 | | /* 54756 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 54771 |
11171 | | /* 54761 */ MCD_OPC_CheckPredicate, 21, 20, 81, 1, // Skip to: 141058 |
11172 | | /* 54766 */ MCD_OPC_Decode, 175, 59, 138, 1, // Opcode: UQADD_ZPmZ_H |
11173 | | /* 54771 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 54786 |
11174 | | /* 54776 */ MCD_OPC_CheckPredicate, 21, 5, 81, 1, // Skip to: 141058 |
11175 | | /* 54781 */ MCD_OPC_Decode, 241, 48, 138, 1, // Opcode: SQSUB_ZPmZ_H |
11176 | | /* 54786 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 54801 |
11177 | | /* 54791 */ MCD_OPC_CheckPredicate, 21, 246, 80, 1, // Skip to: 141058 |
11178 | | /* 54796 */ MCD_OPC_Decode, 213, 60, 138, 1, // Opcode: UQSUB_ZPmZ_H |
11179 | | /* 54801 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 54816 |
11180 | | /* 54806 */ MCD_OPC_CheckPredicate, 21, 231, 80, 1, // Skip to: 141058 |
11181 | | /* 54811 */ MCD_OPC_Decode, 232, 54, 138, 1, // Opcode: SUQADD_ZPmZ_H |
11182 | | /* 54816 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 54831 |
11183 | | /* 54821 */ MCD_OPC_CheckPredicate, 21, 216, 80, 1, // Skip to: 141058 |
11184 | | /* 54826 */ MCD_OPC_Decode, 245, 61, 138, 1, // Opcode: USQADD_ZPmZ_H |
11185 | | /* 54831 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 54846 |
11186 | | /* 54836 */ MCD_OPC_CheckPredicate, 21, 201, 80, 1, // Skip to: 141058 |
11187 | | /* 54841 */ MCD_OPC_Decode, 233, 48, 138, 1, // Opcode: SQSUBR_ZPmZ_H |
11188 | | /* 54846 */ MCD_OPC_FilterValue, 31, 191, 80, 1, // Skip to: 141058 |
11189 | | /* 54851 */ MCD_OPC_CheckPredicate, 21, 186, 80, 1, // Skip to: 141058 |
11190 | | /* 54856 */ MCD_OPC_Decode, 205, 60, 138, 1, // Opcode: UQSUBR_ZPmZ_H |
11191 | | /* 54861 */ MCD_OPC_FilterValue, 4, 167, 1, 0, // Skip to: 55289 |
11192 | | /* 54866 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11193 | | /* 54869 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 54884 |
11194 | | /* 54874 */ MCD_OPC_CheckPredicate, 21, 163, 80, 1, // Skip to: 141058 |
11195 | | /* 54879 */ MCD_OPC_Decode, 205, 49, 138, 1, // Opcode: SRSHL_ZPmZ_S |
11196 | | /* 54884 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 54899 |
11197 | | /* 54889 */ MCD_OPC_CheckPredicate, 21, 148, 80, 1, // Skip to: 141058 |
11198 | | /* 54894 */ MCD_OPC_Decode, 153, 61, 138, 1, // Opcode: URSHL_ZPmZ_S |
11199 | | /* 54899 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 54914 |
11200 | | /* 54904 */ MCD_OPC_CheckPredicate, 21, 133, 80, 1, // Skip to: 141058 |
11201 | | /* 54909 */ MCD_OPC_Decode, 185, 49, 138, 1, // Opcode: SRSHLR_ZPmZ_S |
11202 | | /* 54914 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 54929 |
11203 | | /* 54919 */ MCD_OPC_CheckPredicate, 21, 118, 80, 1, // Skip to: 141058 |
11204 | | /* 54924 */ MCD_OPC_Decode, 133, 61, 138, 1, // Opcode: URSHLR_ZPmZ_S |
11205 | | /* 54929 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 54944 |
11206 | | /* 54934 */ MCD_OPC_CheckPredicate, 21, 103, 80, 1, // Skip to: 141058 |
11207 | | /* 54939 */ MCD_OPC_Decode, 178, 48, 138, 1, // Opcode: SQSHL_ZPmZ_S |
11208 | | /* 54944 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 54959 |
11209 | | /* 54949 */ MCD_OPC_CheckPredicate, 21, 88, 80, 1, // Skip to: 141058 |
11210 | | /* 54954 */ MCD_OPC_Decode, 165, 60, 138, 1, // Opcode: UQSHL_ZPmZ_S |
11211 | | /* 54959 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 54974 |
11212 | | /* 54964 */ MCD_OPC_CheckPredicate, 21, 73, 80, 1, // Skip to: 141058 |
11213 | | /* 54969 */ MCD_OPC_Decode, 226, 47, 138, 1, // Opcode: SQRSHL_ZPmZ_S |
11214 | | /* 54974 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 54989 |
11215 | | /* 54979 */ MCD_OPC_CheckPredicate, 21, 58, 80, 1, // Skip to: 141058 |
11216 | | /* 54984 */ MCD_OPC_Decode, 249, 59, 138, 1, // Opcode: UQRSHL_ZPmZ_S |
11217 | | /* 54989 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 55004 |
11218 | | /* 54994 */ MCD_OPC_CheckPredicate, 21, 43, 80, 1, // Skip to: 141058 |
11219 | | /* 54999 */ MCD_OPC_Decode, 155, 48, 138, 1, // Opcode: SQSHLR_ZPmZ_S |
11220 | | /* 55004 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 55019 |
11221 | | /* 55009 */ MCD_OPC_CheckPredicate, 21, 28, 80, 1, // Skip to: 141058 |
11222 | | /* 55014 */ MCD_OPC_Decode, 157, 60, 138, 1, // Opcode: UQSHLR_ZPmZ_S |
11223 | | /* 55019 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 55034 |
11224 | | /* 55024 */ MCD_OPC_CheckPredicate, 21, 13, 80, 1, // Skip to: 141058 |
11225 | | /* 55029 */ MCD_OPC_Decode, 222, 47, 138, 1, // Opcode: SQRSHLR_ZPmZ_S |
11226 | | /* 55034 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 55049 |
11227 | | /* 55039 */ MCD_OPC_CheckPredicate, 21, 254, 79, 1, // Skip to: 141058 |
11228 | | /* 55044 */ MCD_OPC_Decode, 245, 59, 138, 1, // Opcode: UQRSHLR_ZPmZ_S |
11229 | | /* 55049 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 55064 |
11230 | | /* 55054 */ MCD_OPC_CheckPredicate, 21, 239, 79, 1, // Skip to: 141058 |
11231 | | /* 55059 */ MCD_OPC_Decode, 246, 42, 138, 1, // Opcode: SHADD_ZPmZ_S |
11232 | | /* 55064 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 55079 |
11233 | | /* 55069 */ MCD_OPC_CheckPredicate, 21, 224, 79, 1, // Skip to: 141058 |
11234 | | /* 55074 */ MCD_OPC_Decode, 155, 57, 138, 1, // Opcode: UHADD_ZPmZ_S |
11235 | | /* 55079 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 55094 |
11236 | | /* 55084 */ MCD_OPC_CheckPredicate, 21, 209, 79, 1, // Skip to: 141058 |
11237 | | /* 55089 */ MCD_OPC_Decode, 158, 43, 138, 1, // Opcode: SHSUB_ZPmZ_S |
11238 | | /* 55094 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 55109 |
11239 | | /* 55099 */ MCD_OPC_CheckPredicate, 21, 194, 79, 1, // Skip to: 141058 |
11240 | | /* 55104 */ MCD_OPC_Decode, 169, 57, 138, 1, // Opcode: UHSUB_ZPmZ_S |
11241 | | /* 55109 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 55124 |
11242 | | /* 55114 */ MCD_OPC_CheckPredicate, 21, 179, 79, 1, // Skip to: 141058 |
11243 | | /* 55119 */ MCD_OPC_Decode, 163, 49, 138, 1, // Opcode: SRHADD_ZPmZ_S |
11244 | | /* 55124 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 55139 |
11245 | | /* 55129 */ MCD_OPC_CheckPredicate, 21, 164, 79, 1, // Skip to: 141058 |
11246 | | /* 55134 */ MCD_OPC_Decode, 251, 60, 138, 1, // Opcode: URHADD_ZPmZ_S |
11247 | | /* 55139 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 55154 |
11248 | | /* 55144 */ MCD_OPC_CheckPredicate, 21, 149, 79, 1, // Skip to: 141058 |
11249 | | /* 55149 */ MCD_OPC_Decode, 154, 43, 138, 1, // Opcode: SHSUBR_ZPmZ_S |
11250 | | /* 55154 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 55169 |
11251 | | /* 55159 */ MCD_OPC_CheckPredicate, 21, 134, 79, 1, // Skip to: 141058 |
11252 | | /* 55164 */ MCD_OPC_Decode, 165, 57, 138, 1, // Opcode: UHSUBR_ZPmZ_S |
11253 | | /* 55169 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 55184 |
11254 | | /* 55174 */ MCD_OPC_CheckPredicate, 21, 119, 79, 1, // Skip to: 141058 |
11255 | | /* 55179 */ MCD_OPC_Decode, 214, 45, 138, 1, // Opcode: SQADD_ZPmZ_S |
11256 | | /* 55184 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 55199 |
11257 | | /* 55189 */ MCD_OPC_CheckPredicate, 21, 104, 79, 1, // Skip to: 141058 |
11258 | | /* 55194 */ MCD_OPC_Decode, 176, 59, 138, 1, // Opcode: UQADD_ZPmZ_S |
11259 | | /* 55199 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 55214 |
11260 | | /* 55204 */ MCD_OPC_CheckPredicate, 21, 89, 79, 1, // Skip to: 141058 |
11261 | | /* 55209 */ MCD_OPC_Decode, 242, 48, 138, 1, // Opcode: SQSUB_ZPmZ_S |
11262 | | /* 55214 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 55229 |
11263 | | /* 55219 */ MCD_OPC_CheckPredicate, 21, 74, 79, 1, // Skip to: 141058 |
11264 | | /* 55224 */ MCD_OPC_Decode, 214, 60, 138, 1, // Opcode: UQSUB_ZPmZ_S |
11265 | | /* 55229 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 55244 |
11266 | | /* 55234 */ MCD_OPC_CheckPredicate, 21, 59, 79, 1, // Skip to: 141058 |
11267 | | /* 55239 */ MCD_OPC_Decode, 233, 54, 138, 1, // Opcode: SUQADD_ZPmZ_S |
11268 | | /* 55244 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 55259 |
11269 | | /* 55249 */ MCD_OPC_CheckPredicate, 21, 44, 79, 1, // Skip to: 141058 |
11270 | | /* 55254 */ MCD_OPC_Decode, 246, 61, 138, 1, // Opcode: USQADD_ZPmZ_S |
11271 | | /* 55259 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 55274 |
11272 | | /* 55264 */ MCD_OPC_CheckPredicate, 21, 29, 79, 1, // Skip to: 141058 |
11273 | | /* 55269 */ MCD_OPC_Decode, 234, 48, 138, 1, // Opcode: SQSUBR_ZPmZ_S |
11274 | | /* 55274 */ MCD_OPC_FilterValue, 31, 19, 79, 1, // Skip to: 141058 |
11275 | | /* 55279 */ MCD_OPC_CheckPredicate, 21, 14, 79, 1, // Skip to: 141058 |
11276 | | /* 55284 */ MCD_OPC_Decode, 206, 60, 138, 1, // Opcode: UQSUBR_ZPmZ_S |
11277 | | /* 55289 */ MCD_OPC_FilterValue, 5, 79, 0, 0, // Skip to: 55373 |
11278 | | /* 55294 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11279 | | /* 55297 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 55335 |
11280 | | /* 55302 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11281 | | /* 55305 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55320 |
11282 | | /* 55310 */ MCD_OPC_CheckPredicate, 21, 239, 78, 1, // Skip to: 141058 |
11283 | | /* 55315 */ MCD_OPC_Decode, 177, 44, 155, 2, // Opcode: SMLALB_ZZZI_S |
11284 | | /* 55320 */ MCD_OPC_FilterValue, 1, 229, 78, 1, // Skip to: 141058 |
11285 | | /* 55325 */ MCD_OPC_CheckPredicate, 21, 224, 78, 1, // Skip to: 141058 |
11286 | | /* 55330 */ MCD_OPC_Decode, 164, 58, 155, 2, // Opcode: UMLALB_ZZZI_S |
11287 | | /* 55335 */ MCD_OPC_FilterValue, 1, 214, 78, 1, // Skip to: 141058 |
11288 | | /* 55340 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11289 | | /* 55343 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55358 |
11290 | | /* 55348 */ MCD_OPC_CheckPredicate, 21, 201, 78, 1, // Skip to: 141058 |
11291 | | /* 55353 */ MCD_OPC_Decode, 198, 44, 155, 2, // Opcode: SMLALT_ZZZI_S |
11292 | | /* 55358 */ MCD_OPC_FilterValue, 1, 191, 78, 1, // Skip to: 141058 |
11293 | | /* 55363 */ MCD_OPC_CheckPredicate, 21, 186, 78, 1, // Skip to: 141058 |
11294 | | /* 55368 */ MCD_OPC_Decode, 185, 58, 155, 2, // Opcode: UMLALT_ZZZI_S |
11295 | | /* 55373 */ MCD_OPC_FilterValue, 6, 167, 1, 0, // Skip to: 55801 |
11296 | | /* 55378 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11297 | | /* 55381 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 55396 |
11298 | | /* 55386 */ MCD_OPC_CheckPredicate, 21, 163, 78, 1, // Skip to: 141058 |
11299 | | /* 55391 */ MCD_OPC_Decode, 203, 49, 138, 1, // Opcode: SRSHL_ZPmZ_D |
11300 | | /* 55396 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 55411 |
11301 | | /* 55401 */ MCD_OPC_CheckPredicate, 21, 148, 78, 1, // Skip to: 141058 |
11302 | | /* 55406 */ MCD_OPC_Decode, 151, 61, 138, 1, // Opcode: URSHL_ZPmZ_D |
11303 | | /* 55411 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 55426 |
11304 | | /* 55416 */ MCD_OPC_CheckPredicate, 21, 133, 78, 1, // Skip to: 141058 |
11305 | | /* 55421 */ MCD_OPC_Decode, 183, 49, 138, 1, // Opcode: SRSHLR_ZPmZ_D |
11306 | | /* 55426 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 55441 |
11307 | | /* 55431 */ MCD_OPC_CheckPredicate, 21, 118, 78, 1, // Skip to: 141058 |
11308 | | /* 55436 */ MCD_OPC_Decode, 131, 61, 138, 1, // Opcode: URSHLR_ZPmZ_D |
11309 | | /* 55441 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 55456 |
11310 | | /* 55446 */ MCD_OPC_CheckPredicate, 21, 103, 78, 1, // Skip to: 141058 |
11311 | | /* 55451 */ MCD_OPC_Decode, 176, 48, 138, 1, // Opcode: SQSHL_ZPmZ_D |
11312 | | /* 55456 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 55471 |
11313 | | /* 55461 */ MCD_OPC_CheckPredicate, 21, 88, 78, 1, // Skip to: 141058 |
11314 | | /* 55466 */ MCD_OPC_Decode, 163, 60, 138, 1, // Opcode: UQSHL_ZPmZ_D |
11315 | | /* 55471 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 55486 |
11316 | | /* 55476 */ MCD_OPC_CheckPredicate, 21, 73, 78, 1, // Skip to: 141058 |
11317 | | /* 55481 */ MCD_OPC_Decode, 224, 47, 138, 1, // Opcode: SQRSHL_ZPmZ_D |
11318 | | /* 55486 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 55501 |
11319 | | /* 55491 */ MCD_OPC_CheckPredicate, 21, 58, 78, 1, // Skip to: 141058 |
11320 | | /* 55496 */ MCD_OPC_Decode, 247, 59, 138, 1, // Opcode: UQRSHL_ZPmZ_D |
11321 | | /* 55501 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 55516 |
11322 | | /* 55506 */ MCD_OPC_CheckPredicate, 21, 43, 78, 1, // Skip to: 141058 |
11323 | | /* 55511 */ MCD_OPC_Decode, 153, 48, 138, 1, // Opcode: SQSHLR_ZPmZ_D |
11324 | | /* 55516 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 55531 |
11325 | | /* 55521 */ MCD_OPC_CheckPredicate, 21, 28, 78, 1, // Skip to: 141058 |
11326 | | /* 55526 */ MCD_OPC_Decode, 155, 60, 138, 1, // Opcode: UQSHLR_ZPmZ_D |
11327 | | /* 55531 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 55546 |
11328 | | /* 55536 */ MCD_OPC_CheckPredicate, 21, 13, 78, 1, // Skip to: 141058 |
11329 | | /* 55541 */ MCD_OPC_Decode, 220, 47, 138, 1, // Opcode: SQRSHLR_ZPmZ_D |
11330 | | /* 55546 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 55561 |
11331 | | /* 55551 */ MCD_OPC_CheckPredicate, 21, 254, 77, 1, // Skip to: 141058 |
11332 | | /* 55556 */ MCD_OPC_Decode, 243, 59, 138, 1, // Opcode: UQRSHLR_ZPmZ_D |
11333 | | /* 55561 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 55576 |
11334 | | /* 55566 */ MCD_OPC_CheckPredicate, 21, 239, 77, 1, // Skip to: 141058 |
11335 | | /* 55571 */ MCD_OPC_Decode, 244, 42, 138, 1, // Opcode: SHADD_ZPmZ_D |
11336 | | /* 55576 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 55591 |
11337 | | /* 55581 */ MCD_OPC_CheckPredicate, 21, 224, 77, 1, // Skip to: 141058 |
11338 | | /* 55586 */ MCD_OPC_Decode, 153, 57, 138, 1, // Opcode: UHADD_ZPmZ_D |
11339 | | /* 55591 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 55606 |
11340 | | /* 55596 */ MCD_OPC_CheckPredicate, 21, 209, 77, 1, // Skip to: 141058 |
11341 | | /* 55601 */ MCD_OPC_Decode, 156, 43, 138, 1, // Opcode: SHSUB_ZPmZ_D |
11342 | | /* 55606 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 55621 |
11343 | | /* 55611 */ MCD_OPC_CheckPredicate, 21, 194, 77, 1, // Skip to: 141058 |
11344 | | /* 55616 */ MCD_OPC_Decode, 167, 57, 138, 1, // Opcode: UHSUB_ZPmZ_D |
11345 | | /* 55621 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 55636 |
11346 | | /* 55626 */ MCD_OPC_CheckPredicate, 21, 179, 77, 1, // Skip to: 141058 |
11347 | | /* 55631 */ MCD_OPC_Decode, 161, 49, 138, 1, // Opcode: SRHADD_ZPmZ_D |
11348 | | /* 55636 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 55651 |
11349 | | /* 55641 */ MCD_OPC_CheckPredicate, 21, 164, 77, 1, // Skip to: 141058 |
11350 | | /* 55646 */ MCD_OPC_Decode, 249, 60, 138, 1, // Opcode: URHADD_ZPmZ_D |
11351 | | /* 55651 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 55666 |
11352 | | /* 55656 */ MCD_OPC_CheckPredicate, 21, 149, 77, 1, // Skip to: 141058 |
11353 | | /* 55661 */ MCD_OPC_Decode, 152, 43, 138, 1, // Opcode: SHSUBR_ZPmZ_D |
11354 | | /* 55666 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 55681 |
11355 | | /* 55671 */ MCD_OPC_CheckPredicate, 21, 134, 77, 1, // Skip to: 141058 |
11356 | | /* 55676 */ MCD_OPC_Decode, 163, 57, 138, 1, // Opcode: UHSUBR_ZPmZ_D |
11357 | | /* 55681 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 55696 |
11358 | | /* 55686 */ MCD_OPC_CheckPredicate, 21, 119, 77, 1, // Skip to: 141058 |
11359 | | /* 55691 */ MCD_OPC_Decode, 212, 45, 138, 1, // Opcode: SQADD_ZPmZ_D |
11360 | | /* 55696 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 55711 |
11361 | | /* 55701 */ MCD_OPC_CheckPredicate, 21, 104, 77, 1, // Skip to: 141058 |
11362 | | /* 55706 */ MCD_OPC_Decode, 174, 59, 138, 1, // Opcode: UQADD_ZPmZ_D |
11363 | | /* 55711 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 55726 |
11364 | | /* 55716 */ MCD_OPC_CheckPredicate, 21, 89, 77, 1, // Skip to: 141058 |
11365 | | /* 55721 */ MCD_OPC_Decode, 240, 48, 138, 1, // Opcode: SQSUB_ZPmZ_D |
11366 | | /* 55726 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 55741 |
11367 | | /* 55731 */ MCD_OPC_CheckPredicate, 21, 74, 77, 1, // Skip to: 141058 |
11368 | | /* 55736 */ MCD_OPC_Decode, 212, 60, 138, 1, // Opcode: UQSUB_ZPmZ_D |
11369 | | /* 55741 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 55756 |
11370 | | /* 55746 */ MCD_OPC_CheckPredicate, 21, 59, 77, 1, // Skip to: 141058 |
11371 | | /* 55751 */ MCD_OPC_Decode, 231, 54, 138, 1, // Opcode: SUQADD_ZPmZ_D |
11372 | | /* 55756 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 55771 |
11373 | | /* 55761 */ MCD_OPC_CheckPredicate, 21, 44, 77, 1, // Skip to: 141058 |
11374 | | /* 55766 */ MCD_OPC_Decode, 244, 61, 138, 1, // Opcode: USQADD_ZPmZ_D |
11375 | | /* 55771 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 55786 |
11376 | | /* 55776 */ MCD_OPC_CheckPredicate, 21, 29, 77, 1, // Skip to: 141058 |
11377 | | /* 55781 */ MCD_OPC_Decode, 232, 48, 138, 1, // Opcode: SQSUBR_ZPmZ_D |
11378 | | /* 55786 */ MCD_OPC_FilterValue, 31, 19, 77, 1, // Skip to: 141058 |
11379 | | /* 55791 */ MCD_OPC_CheckPredicate, 21, 14, 77, 1, // Skip to: 141058 |
11380 | | /* 55796 */ MCD_OPC_Decode, 204, 60, 138, 1, // Opcode: UQSUBR_ZPmZ_D |
11381 | | /* 55801 */ MCD_OPC_FilterValue, 7, 79, 0, 0, // Skip to: 55885 |
11382 | | /* 55806 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11383 | | /* 55809 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 55847 |
11384 | | /* 55814 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11385 | | /* 55817 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55832 |
11386 | | /* 55822 */ MCD_OPC_CheckPredicate, 21, 239, 76, 1, // Skip to: 141058 |
11387 | | /* 55827 */ MCD_OPC_Decode, 176, 44, 156, 2, // Opcode: SMLALB_ZZZI_D |
11388 | | /* 55832 */ MCD_OPC_FilterValue, 1, 229, 76, 1, // Skip to: 141058 |
11389 | | /* 55837 */ MCD_OPC_CheckPredicate, 21, 224, 76, 1, // Skip to: 141058 |
11390 | | /* 55842 */ MCD_OPC_Decode, 163, 58, 156, 2, // Opcode: UMLALB_ZZZI_D |
11391 | | /* 55847 */ MCD_OPC_FilterValue, 1, 214, 76, 1, // Skip to: 141058 |
11392 | | /* 55852 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11393 | | /* 55855 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55870 |
11394 | | /* 55860 */ MCD_OPC_CheckPredicate, 21, 201, 76, 1, // Skip to: 141058 |
11395 | | /* 55865 */ MCD_OPC_Decode, 197, 44, 156, 2, // Opcode: SMLALT_ZZZI_D |
11396 | | /* 55870 */ MCD_OPC_FilterValue, 1, 191, 76, 1, // Skip to: 141058 |
11397 | | /* 55875 */ MCD_OPC_CheckPredicate, 21, 186, 76, 1, // Skip to: 141058 |
11398 | | /* 55880 */ MCD_OPC_Decode, 184, 58, 156, 2, // Opcode: UMLALT_ZZZI_D |
11399 | | /* 55885 */ MCD_OPC_FilterValue, 8, 48, 0, 0, // Skip to: 55938 |
11400 | | /* 55890 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11401 | | /* 55893 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 55908 |
11402 | | /* 55898 */ MCD_OPC_CheckPredicate, 21, 163, 76, 1, // Skip to: 141058 |
11403 | | /* 55903 */ MCD_OPC_Decode, 192, 18, 176, 1, // Opcode: EORBT_ZZZ_B |
11404 | | /* 55908 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 55923 |
11405 | | /* 55913 */ MCD_OPC_CheckPredicate, 21, 148, 76, 1, // Skip to: 141058 |
11406 | | /* 55918 */ MCD_OPC_Decode, 201, 18, 176, 1, // Opcode: EORTB_ZZZ_B |
11407 | | /* 55923 */ MCD_OPC_FilterValue, 6, 138, 76, 1, // Skip to: 141058 |
11408 | | /* 55928 */ MCD_OPC_CheckPredicate, 28, 133, 76, 1, // Skip to: 141058 |
11409 | | /* 55933 */ MCD_OPC_Decode, 137, 45, 176, 1, // Opcode: SMMLA_ZZZ |
11410 | | /* 55938 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 55976 |
11411 | | /* 55943 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
11412 | | /* 55946 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55961 |
11413 | | /* 55951 */ MCD_OPC_CheckPredicate, 29, 110, 76, 1, // Skip to: 141058 |
11414 | | /* 55956 */ MCD_OPC_Decode, 129, 37, 239, 1, // Opcode: MATCH_PPzZZ_B |
11415 | | /* 55961 */ MCD_OPC_FilterValue, 1, 100, 76, 1, // Skip to: 141058 |
11416 | | /* 55966 */ MCD_OPC_CheckPredicate, 29, 95, 76, 1, // Skip to: 141058 |
11417 | | /* 55971 */ MCD_OPC_Decode, 198, 38, 239, 1, // Opcode: NMATCH_PPzZZ_B |
11418 | | /* 55976 */ MCD_OPC_FilterValue, 10, 78, 0, 0, // Skip to: 56059 |
11419 | | /* 55981 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11420 | | /* 55984 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 55999 |
11421 | | /* 55989 */ MCD_OPC_CheckPredicate, 21, 72, 76, 1, // Skip to: 141058 |
11422 | | /* 55994 */ MCD_OPC_Decode, 185, 41, 162, 1, // Opcode: SADDLBT_ZZZ_H |
11423 | | /* 55999 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 56014 |
11424 | | /* 56004 */ MCD_OPC_CheckPredicate, 21, 57, 76, 1, // Skip to: 141058 |
11425 | | /* 56009 */ MCD_OPC_Decode, 190, 50, 162, 1, // Opcode: SSUBLBT_ZZZ_H |
11426 | | /* 56014 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 56029 |
11427 | | /* 56019 */ MCD_OPC_CheckPredicate, 21, 42, 76, 1, // Skip to: 141058 |
11428 | | /* 56024 */ MCD_OPC_Decode, 196, 50, 162, 1, // Opcode: SSUBLTB_ZZZ_H |
11429 | | /* 56029 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56044 |
11430 | | /* 56034 */ MCD_OPC_CheckPredicate, 21, 27, 76, 1, // Skip to: 141058 |
11431 | | /* 56039 */ MCD_OPC_Decode, 194, 18, 176, 1, // Opcode: EORBT_ZZZ_H |
11432 | | /* 56044 */ MCD_OPC_FilterValue, 5, 17, 76, 1, // Skip to: 141058 |
11433 | | /* 56049 */ MCD_OPC_CheckPredicate, 21, 12, 76, 1, // Skip to: 141058 |
11434 | | /* 56054 */ MCD_OPC_Decode, 203, 18, 176, 1, // Opcode: EORTB_ZZZ_H |
11435 | | /* 56059 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 56097 |
11436 | | /* 56064 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
11437 | | /* 56067 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 56082 |
11438 | | /* 56072 */ MCD_OPC_CheckPredicate, 29, 245, 75, 1, // Skip to: 141058 |
11439 | | /* 56077 */ MCD_OPC_Decode, 130, 37, 239, 1, // Opcode: MATCH_PPzZZ_H |
11440 | | /* 56082 */ MCD_OPC_FilterValue, 1, 235, 75, 1, // Skip to: 141058 |
11441 | | /* 56087 */ MCD_OPC_CheckPredicate, 29, 230, 75, 1, // Skip to: 141058 |
11442 | | /* 56092 */ MCD_OPC_Decode, 199, 38, 239, 1, // Opcode: NMATCH_PPzZZ_H |
11443 | | /* 56097 */ MCD_OPC_FilterValue, 12, 93, 0, 0, // Skip to: 56195 |
11444 | | /* 56102 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11445 | | /* 56105 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 56120 |
11446 | | /* 56110 */ MCD_OPC_CheckPredicate, 21, 207, 75, 1, // Skip to: 141058 |
11447 | | /* 56115 */ MCD_OPC_Decode, 186, 41, 162, 1, // Opcode: SADDLBT_ZZZ_S |
11448 | | /* 56120 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 56135 |
11449 | | /* 56125 */ MCD_OPC_CheckPredicate, 21, 192, 75, 1, // Skip to: 141058 |
11450 | | /* 56130 */ MCD_OPC_Decode, 191, 50, 162, 1, // Opcode: SSUBLBT_ZZZ_S |
11451 | | /* 56135 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 56150 |
11452 | | /* 56140 */ MCD_OPC_CheckPredicate, 21, 177, 75, 1, // Skip to: 141058 |
11453 | | /* 56145 */ MCD_OPC_Decode, 197, 50, 162, 1, // Opcode: SSUBLTB_ZZZ_S |
11454 | | /* 56150 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56165 |
11455 | | /* 56155 */ MCD_OPC_CheckPredicate, 21, 162, 75, 1, // Skip to: 141058 |
11456 | | /* 56160 */ MCD_OPC_Decode, 195, 18, 176, 1, // Opcode: EORBT_ZZZ_S |
11457 | | /* 56165 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 56180 |
11458 | | /* 56170 */ MCD_OPC_CheckPredicate, 21, 147, 75, 1, // Skip to: 141058 |
11459 | | /* 56175 */ MCD_OPC_Decode, 204, 18, 176, 1, // Opcode: EORTB_ZZZ_S |
11460 | | /* 56180 */ MCD_OPC_FilterValue, 6, 137, 75, 1, // Skip to: 141058 |
11461 | | /* 56185 */ MCD_OPC_CheckPredicate, 28, 132, 75, 1, // Skip to: 141058 |
11462 | | /* 56190 */ MCD_OPC_Decode, 238, 61, 176, 1, // Opcode: USMMLA_ZZZ |
11463 | | /* 56195 */ MCD_OPC_FilterValue, 14, 122, 75, 1, // Skip to: 141058 |
11464 | | /* 56200 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11465 | | /* 56203 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 56218 |
11466 | | /* 56208 */ MCD_OPC_CheckPredicate, 21, 109, 75, 1, // Skip to: 141058 |
11467 | | /* 56213 */ MCD_OPC_Decode, 184, 41, 162, 1, // Opcode: SADDLBT_ZZZ_D |
11468 | | /* 56218 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 56233 |
11469 | | /* 56223 */ MCD_OPC_CheckPredicate, 21, 94, 75, 1, // Skip to: 141058 |
11470 | | /* 56228 */ MCD_OPC_Decode, 189, 50, 162, 1, // Opcode: SSUBLBT_ZZZ_D |
11471 | | /* 56233 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 56248 |
11472 | | /* 56238 */ MCD_OPC_CheckPredicate, 21, 79, 75, 1, // Skip to: 141058 |
11473 | | /* 56243 */ MCD_OPC_Decode, 195, 50, 162, 1, // Opcode: SSUBLTB_ZZZ_D |
11474 | | /* 56248 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56263 |
11475 | | /* 56253 */ MCD_OPC_CheckPredicate, 21, 64, 75, 1, // Skip to: 141058 |
11476 | | /* 56258 */ MCD_OPC_Decode, 193, 18, 176, 1, // Opcode: EORBT_ZZZ_D |
11477 | | /* 56263 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 56278 |
11478 | | /* 56268 */ MCD_OPC_CheckPredicate, 21, 49, 75, 1, // Skip to: 141058 |
11479 | | /* 56273 */ MCD_OPC_Decode, 202, 18, 176, 1, // Opcode: EORTB_ZZZ_D |
11480 | | /* 56278 */ MCD_OPC_FilterValue, 6, 39, 75, 1, // Skip to: 141058 |
11481 | | /* 56283 */ MCD_OPC_CheckPredicate, 28, 34, 75, 1, // Skip to: 141058 |
11482 | | /* 56288 */ MCD_OPC_Decode, 252, 58, 176, 1, // Opcode: UMMLA_ZZZ |
11483 | | /* 56293 */ MCD_OPC_FilterValue, 5, 97, 5, 0, // Skip to: 57675 |
11484 | | /* 56298 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
11485 | | /* 56301 */ MCD_OPC_FilterValue, 0, 3, 4, 0, // Skip to: 57333 |
11486 | | /* 56306 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
11487 | | /* 56309 */ MCD_OPC_FilterValue, 0, 108, 0, 0, // Skip to: 56422 |
11488 | | /* 56314 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11489 | | /* 56317 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 56332 |
11490 | | /* 56322 */ MCD_OPC_CheckPredicate, 21, 251, 74, 1, // Skip to: 141058 |
11491 | | /* 56327 */ MCD_OPC_Decode, 192, 45, 141, 1, // Opcode: SQABS_ZPmZ_B |
11492 | | /* 56332 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 56347 |
11493 | | /* 56337 */ MCD_OPC_CheckPredicate, 21, 236, 74, 1, // Skip to: 141058 |
11494 | | /* 56342 */ MCD_OPC_Decode, 141, 47, 141, 1, // Opcode: SQNEG_ZPmZ_B |
11495 | | /* 56347 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 56362 |
11496 | | /* 56352 */ MCD_OPC_CheckPredicate, 21, 221, 74, 1, // Skip to: 141058 |
11497 | | /* 56357 */ MCD_OPC_Decode, 208, 11, 138, 1, // Opcode: ADDP_ZPmZ_B |
11498 | | /* 56362 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 56377 |
11499 | | /* 56367 */ MCD_OPC_CheckPredicate, 21, 206, 74, 1, // Skip to: 141058 |
11500 | | /* 56372 */ MCD_OPC_Decode, 189, 43, 138, 1, // Opcode: SMAXP_ZPmZ_B |
11501 | | /* 56377 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 56392 |
11502 | | /* 56382 */ MCD_OPC_CheckPredicate, 21, 191, 74, 1, // Skip to: 141058 |
11503 | | /* 56387 */ MCD_OPC_Decode, 177, 57, 138, 1, // Opcode: UMAXP_ZPmZ_B |
11504 | | /* 56392 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 56407 |
11505 | | /* 56397 */ MCD_OPC_CheckPredicate, 21, 176, 74, 1, // Skip to: 141058 |
11506 | | /* 56402 */ MCD_OPC_Decode, 247, 43, 138, 1, // Opcode: SMINP_ZPmZ_B |
11507 | | /* 56407 */ MCD_OPC_FilterValue, 23, 166, 74, 1, // Skip to: 141058 |
11508 | | /* 56412 */ MCD_OPC_CheckPredicate, 21, 161, 74, 1, // Skip to: 141058 |
11509 | | /* 56417 */ MCD_OPC_Decode, 234, 57, 138, 1, // Opcode: UMINP_ZPmZ_B |
11510 | | /* 56422 */ MCD_OPC_FilterValue, 1, 138, 0, 0, // Skip to: 56565 |
11511 | | /* 56427 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11512 | | /* 56430 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56445 |
11513 | | /* 56435 */ MCD_OPC_CheckPredicate, 21, 138, 74, 1, // Skip to: 141058 |
11514 | | /* 56440 */ MCD_OPC_Decode, 176, 41, 138, 1, // Opcode: SADALP_ZPmZ_H |
11515 | | /* 56445 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 56460 |
11516 | | /* 56450 */ MCD_OPC_CheckPredicate, 21, 123, 74, 1, // Skip to: 141058 |
11517 | | /* 56455 */ MCD_OPC_Decode, 147, 56, 138, 1, // Opcode: UADALP_ZPmZ_H |
11518 | | /* 56460 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 56475 |
11519 | | /* 56465 */ MCD_OPC_CheckPredicate, 21, 108, 74, 1, // Skip to: 141058 |
11520 | | /* 56470 */ MCD_OPC_Decode, 194, 45, 141, 1, // Opcode: SQABS_ZPmZ_H |
11521 | | /* 56475 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 56490 |
11522 | | /* 56480 */ MCD_OPC_CheckPredicate, 21, 93, 74, 1, // Skip to: 141058 |
11523 | | /* 56485 */ MCD_OPC_Decode, 143, 47, 141, 1, // Opcode: SQNEG_ZPmZ_H |
11524 | | /* 56490 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 56505 |
11525 | | /* 56495 */ MCD_OPC_CheckPredicate, 21, 78, 74, 1, // Skip to: 141058 |
11526 | | /* 56500 */ MCD_OPC_Decode, 210, 11, 138, 1, // Opcode: ADDP_ZPmZ_H |
11527 | | /* 56505 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 56520 |
11528 | | /* 56510 */ MCD_OPC_CheckPredicate, 21, 63, 74, 1, // Skip to: 141058 |
11529 | | /* 56515 */ MCD_OPC_Decode, 191, 43, 138, 1, // Opcode: SMAXP_ZPmZ_H |
11530 | | /* 56520 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 56535 |
11531 | | /* 56525 */ MCD_OPC_CheckPredicate, 21, 48, 74, 1, // Skip to: 141058 |
11532 | | /* 56530 */ MCD_OPC_Decode, 179, 57, 138, 1, // Opcode: UMAXP_ZPmZ_H |
11533 | | /* 56535 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 56550 |
11534 | | /* 56540 */ MCD_OPC_CheckPredicate, 21, 33, 74, 1, // Skip to: 141058 |
11535 | | /* 56545 */ MCD_OPC_Decode, 249, 43, 138, 1, // Opcode: SMINP_ZPmZ_H |
11536 | | /* 56550 */ MCD_OPC_FilterValue, 23, 23, 74, 1, // Skip to: 141058 |
11537 | | /* 56555 */ MCD_OPC_CheckPredicate, 21, 18, 74, 1, // Skip to: 141058 |
11538 | | /* 56560 */ MCD_OPC_Decode, 236, 57, 138, 1, // Opcode: UMINP_ZPmZ_H |
11539 | | /* 56565 */ MCD_OPC_FilterValue, 2, 168, 0, 0, // Skip to: 56738 |
11540 | | /* 56570 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11541 | | /* 56573 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 56588 |
11542 | | /* 56578 */ MCD_OPC_CheckPredicate, 21, 251, 73, 1, // Skip to: 141058 |
11543 | | /* 56583 */ MCD_OPC_Decode, 245, 60, 141, 1, // Opcode: URECPE_ZPmZ_S |
11544 | | /* 56588 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 56603 |
11545 | | /* 56593 */ MCD_OPC_CheckPredicate, 21, 236, 73, 1, // Skip to: 141058 |
11546 | | /* 56598 */ MCD_OPC_Decode, 174, 61, 141, 1, // Opcode: URSQRTE_ZPmZ_S |
11547 | | /* 56603 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56618 |
11548 | | /* 56608 */ MCD_OPC_CheckPredicate, 21, 221, 73, 1, // Skip to: 141058 |
11549 | | /* 56613 */ MCD_OPC_Decode, 177, 41, 138, 1, // Opcode: SADALP_ZPmZ_S |
11550 | | /* 56618 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 56633 |
11551 | | /* 56623 */ MCD_OPC_CheckPredicate, 21, 206, 73, 1, // Skip to: 141058 |
11552 | | /* 56628 */ MCD_OPC_Decode, 148, 56, 138, 1, // Opcode: UADALP_ZPmZ_S |
11553 | | /* 56633 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 56648 |
11554 | | /* 56638 */ MCD_OPC_CheckPredicate, 21, 191, 73, 1, // Skip to: 141058 |
11555 | | /* 56643 */ MCD_OPC_Decode, 195, 45, 141, 1, // Opcode: SQABS_ZPmZ_S |
11556 | | /* 56648 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 56663 |
11557 | | /* 56653 */ MCD_OPC_CheckPredicate, 21, 176, 73, 1, // Skip to: 141058 |
11558 | | /* 56658 */ MCD_OPC_Decode, 144, 47, 141, 1, // Opcode: SQNEG_ZPmZ_S |
11559 | | /* 56663 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 56678 |
11560 | | /* 56668 */ MCD_OPC_CheckPredicate, 21, 161, 73, 1, // Skip to: 141058 |
11561 | | /* 56673 */ MCD_OPC_Decode, 211, 11, 138, 1, // Opcode: ADDP_ZPmZ_S |
11562 | | /* 56678 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 56693 |
11563 | | /* 56683 */ MCD_OPC_CheckPredicate, 21, 146, 73, 1, // Skip to: 141058 |
11564 | | /* 56688 */ MCD_OPC_Decode, 192, 43, 138, 1, // Opcode: SMAXP_ZPmZ_S |
11565 | | /* 56693 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 56708 |
11566 | | /* 56698 */ MCD_OPC_CheckPredicate, 21, 131, 73, 1, // Skip to: 141058 |
11567 | | /* 56703 */ MCD_OPC_Decode, 180, 57, 138, 1, // Opcode: UMAXP_ZPmZ_S |
11568 | | /* 56708 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 56723 |
11569 | | /* 56713 */ MCD_OPC_CheckPredicate, 21, 116, 73, 1, // Skip to: 141058 |
11570 | | /* 56718 */ MCD_OPC_Decode, 250, 43, 138, 1, // Opcode: SMINP_ZPmZ_S |
11571 | | /* 56723 */ MCD_OPC_FilterValue, 23, 106, 73, 1, // Skip to: 141058 |
11572 | | /* 56728 */ MCD_OPC_CheckPredicate, 21, 101, 73, 1, // Skip to: 141058 |
11573 | | /* 56733 */ MCD_OPC_Decode, 237, 57, 138, 1, // Opcode: UMINP_ZPmZ_S |
11574 | | /* 56738 */ MCD_OPC_FilterValue, 3, 138, 0, 0, // Skip to: 56881 |
11575 | | /* 56743 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11576 | | /* 56746 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 56761 |
11577 | | /* 56751 */ MCD_OPC_CheckPredicate, 21, 78, 73, 1, // Skip to: 141058 |
11578 | | /* 56756 */ MCD_OPC_Decode, 175, 41, 138, 1, // Opcode: SADALP_ZPmZ_D |
11579 | | /* 56761 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 56776 |
11580 | | /* 56766 */ MCD_OPC_CheckPredicate, 21, 63, 73, 1, // Skip to: 141058 |
11581 | | /* 56771 */ MCD_OPC_Decode, 146, 56, 138, 1, // Opcode: UADALP_ZPmZ_D |
11582 | | /* 56776 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 56791 |
11583 | | /* 56781 */ MCD_OPC_CheckPredicate, 21, 48, 73, 1, // Skip to: 141058 |
11584 | | /* 56786 */ MCD_OPC_Decode, 193, 45, 141, 1, // Opcode: SQABS_ZPmZ_D |
11585 | | /* 56791 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 56806 |
11586 | | /* 56796 */ MCD_OPC_CheckPredicate, 21, 33, 73, 1, // Skip to: 141058 |
11587 | | /* 56801 */ MCD_OPC_Decode, 142, 47, 141, 1, // Opcode: SQNEG_ZPmZ_D |
11588 | | /* 56806 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 56821 |
11589 | | /* 56811 */ MCD_OPC_CheckPredicate, 21, 18, 73, 1, // Skip to: 141058 |
11590 | | /* 56816 */ MCD_OPC_Decode, 209, 11, 138, 1, // Opcode: ADDP_ZPmZ_D |
11591 | | /* 56821 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 56836 |
11592 | | /* 56826 */ MCD_OPC_CheckPredicate, 21, 3, 73, 1, // Skip to: 141058 |
11593 | | /* 56831 */ MCD_OPC_Decode, 190, 43, 138, 1, // Opcode: SMAXP_ZPmZ_D |
11594 | | /* 56836 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 56851 |
11595 | | /* 56841 */ MCD_OPC_CheckPredicate, 21, 244, 72, 1, // Skip to: 141058 |
11596 | | /* 56846 */ MCD_OPC_Decode, 178, 57, 138, 1, // Opcode: UMAXP_ZPmZ_D |
11597 | | /* 56851 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 56866 |
11598 | | /* 56856 */ MCD_OPC_CheckPredicate, 21, 229, 72, 1, // Skip to: 141058 |
11599 | | /* 56861 */ MCD_OPC_Decode, 248, 43, 138, 1, // Opcode: SMINP_ZPmZ_D |
11600 | | /* 56866 */ MCD_OPC_FilterValue, 23, 219, 72, 1, // Skip to: 141058 |
11601 | | /* 56871 */ MCD_OPC_CheckPredicate, 21, 214, 72, 1, // Skip to: 141058 |
11602 | | /* 56876 */ MCD_OPC_Decode, 235, 57, 138, 1, // Opcode: UMINP_ZPmZ_D |
11603 | | /* 56881 */ MCD_OPC_FilterValue, 4, 228, 0, 0, // Skip to: 57114 |
11604 | | /* 56886 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11605 | | /* 56889 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 56934 |
11606 | | /* 56894 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
11607 | | /* 56897 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 56919 |
11608 | | /* 56902 */ MCD_OPC_CheckPredicate, 21, 183, 72, 1, // Skip to: 141058 |
11609 | | /* 56907 */ MCD_OPC_CheckField, 19, 1, 1, 176, 72, 1, // Skip to: 141058 |
11610 | | /* 56914 */ MCD_OPC_Decode, 239, 49, 210, 1, // Opcode: SSHLLB_ZZI_H |
11611 | | /* 56919 */ MCD_OPC_FilterValue, 1, 166, 72, 1, // Skip to: 141058 |
11612 | | /* 56924 */ MCD_OPC_CheckPredicate, 21, 161, 72, 1, // Skip to: 141058 |
11613 | | /* 56929 */ MCD_OPC_Decode, 240, 49, 211, 1, // Opcode: SSHLLB_ZZI_S |
11614 | | /* 56934 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 56979 |
11615 | | /* 56939 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
11616 | | /* 56942 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 56964 |
11617 | | /* 56947 */ MCD_OPC_CheckPredicate, 21, 138, 72, 1, // Skip to: 141058 |
11618 | | /* 56952 */ MCD_OPC_CheckField, 19, 1, 1, 131, 72, 1, // Skip to: 141058 |
11619 | | /* 56959 */ MCD_OPC_Decode, 242, 49, 210, 1, // Opcode: SSHLLT_ZZI_H |
11620 | | /* 56964 */ MCD_OPC_FilterValue, 1, 121, 72, 1, // Skip to: 141058 |
11621 | | /* 56969 */ MCD_OPC_CheckPredicate, 21, 116, 72, 1, // Skip to: 141058 |
11622 | | /* 56974 */ MCD_OPC_Decode, 243, 49, 211, 1, // Opcode: SSHLLT_ZZI_S |
11623 | | /* 56979 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 57024 |
11624 | | /* 56984 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
11625 | | /* 56987 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57009 |
11626 | | /* 56992 */ MCD_OPC_CheckPredicate, 21, 93, 72, 1, // Skip to: 141058 |
11627 | | /* 56997 */ MCD_OPC_CheckField, 19, 1, 1, 86, 72, 1, // Skip to: 141058 |
11628 | | /* 57004 */ MCD_OPC_Decode, 202, 61, 210, 1, // Opcode: USHLLB_ZZI_H |
11629 | | /* 57009 */ MCD_OPC_FilterValue, 1, 76, 72, 1, // Skip to: 141058 |
11630 | | /* 57014 */ MCD_OPC_CheckPredicate, 21, 71, 72, 1, // Skip to: 141058 |
11631 | | /* 57019 */ MCD_OPC_Decode, 203, 61, 211, 1, // Opcode: USHLLB_ZZI_S |
11632 | | /* 57024 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 57069 |
11633 | | /* 57029 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
11634 | | /* 57032 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57054 |
11635 | | /* 57037 */ MCD_OPC_CheckPredicate, 21, 48, 72, 1, // Skip to: 141058 |
11636 | | /* 57042 */ MCD_OPC_CheckField, 19, 1, 1, 41, 72, 1, // Skip to: 141058 |
11637 | | /* 57049 */ MCD_OPC_Decode, 205, 61, 210, 1, // Opcode: USHLLT_ZZI_H |
11638 | | /* 57054 */ MCD_OPC_FilterValue, 1, 31, 72, 1, // Skip to: 141058 |
11639 | | /* 57059 */ MCD_OPC_CheckPredicate, 21, 26, 72, 1, // Skip to: 141058 |
11640 | | /* 57064 */ MCD_OPC_Decode, 206, 61, 211, 1, // Opcode: USHLLT_ZZI_S |
11641 | | /* 57069 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 57084 |
11642 | | /* 57074 */ MCD_OPC_CheckPredicate, 30, 11, 72, 1, // Skip to: 141058 |
11643 | | /* 57079 */ MCD_OPC_Decode, 144, 13, 162, 1, // Opcode: BEXT_ZZZ_B |
11644 | | /* 57084 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 57099 |
11645 | | /* 57089 */ MCD_OPC_CheckPredicate, 30, 252, 71, 1, // Skip to: 141058 |
11646 | | /* 57094 */ MCD_OPC_Decode, 140, 13, 162, 1, // Opcode: BDEP_ZZZ_B |
11647 | | /* 57099 */ MCD_OPC_FilterValue, 6, 242, 71, 1, // Skip to: 141058 |
11648 | | /* 57104 */ MCD_OPC_CheckPredicate, 30, 237, 71, 1, // Skip to: 141058 |
11649 | | /* 57109 */ MCD_OPC_Decode, 140, 14, 162, 1, // Opcode: BGRP_ZZZ_B |
11650 | | /* 57114 */ MCD_OPC_FilterValue, 5, 108, 0, 0, // Skip to: 57227 |
11651 | | /* 57119 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11652 | | /* 57122 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57137 |
11653 | | /* 57127 */ MCD_OPC_CheckPredicate, 21, 214, 71, 1, // Skip to: 141058 |
11654 | | /* 57132 */ MCD_OPC_Decode, 238, 49, 212, 1, // Opcode: SSHLLB_ZZI_D |
11655 | | /* 57137 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 57152 |
11656 | | /* 57142 */ MCD_OPC_CheckPredicate, 21, 199, 71, 1, // Skip to: 141058 |
11657 | | /* 57147 */ MCD_OPC_Decode, 241, 49, 212, 1, // Opcode: SSHLLT_ZZI_D |
11658 | | /* 57152 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57167 |
11659 | | /* 57157 */ MCD_OPC_CheckPredicate, 21, 184, 71, 1, // Skip to: 141058 |
11660 | | /* 57162 */ MCD_OPC_Decode, 201, 61, 212, 1, // Opcode: USHLLB_ZZI_D |
11661 | | /* 57167 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 57182 |
11662 | | /* 57172 */ MCD_OPC_CheckPredicate, 21, 169, 71, 1, // Skip to: 141058 |
11663 | | /* 57177 */ MCD_OPC_Decode, 204, 61, 212, 1, // Opcode: USHLLT_ZZI_D |
11664 | | /* 57182 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 57197 |
11665 | | /* 57187 */ MCD_OPC_CheckPredicate, 30, 154, 71, 1, // Skip to: 141058 |
11666 | | /* 57192 */ MCD_OPC_Decode, 146, 13, 162, 1, // Opcode: BEXT_ZZZ_H |
11667 | | /* 57197 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 57212 |
11668 | | /* 57202 */ MCD_OPC_CheckPredicate, 30, 139, 71, 1, // Skip to: 141058 |
11669 | | /* 57207 */ MCD_OPC_Decode, 142, 13, 162, 1, // Opcode: BDEP_ZZZ_H |
11670 | | /* 57212 */ MCD_OPC_FilterValue, 6, 129, 71, 1, // Skip to: 141058 |
11671 | | /* 57217 */ MCD_OPC_CheckPredicate, 30, 124, 71, 1, // Skip to: 141058 |
11672 | | /* 57222 */ MCD_OPC_Decode, 142, 14, 162, 1, // Opcode: BGRP_ZZZ_H |
11673 | | /* 57227 */ MCD_OPC_FilterValue, 6, 48, 0, 0, // Skip to: 57280 |
11674 | | /* 57232 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11675 | | /* 57235 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 57250 |
11676 | | /* 57240 */ MCD_OPC_CheckPredicate, 30, 101, 71, 1, // Skip to: 141058 |
11677 | | /* 57245 */ MCD_OPC_Decode, 147, 13, 162, 1, // Opcode: BEXT_ZZZ_S |
11678 | | /* 57250 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 57265 |
11679 | | /* 57255 */ MCD_OPC_CheckPredicate, 30, 86, 71, 1, // Skip to: 141058 |
11680 | | /* 57260 */ MCD_OPC_Decode, 143, 13, 162, 1, // Opcode: BDEP_ZZZ_S |
11681 | | /* 57265 */ MCD_OPC_FilterValue, 6, 76, 71, 1, // Skip to: 141058 |
11682 | | /* 57270 */ MCD_OPC_CheckPredicate, 30, 71, 71, 1, // Skip to: 141058 |
11683 | | /* 57275 */ MCD_OPC_Decode, 143, 14, 162, 1, // Opcode: BGRP_ZZZ_S |
11684 | | /* 57280 */ MCD_OPC_FilterValue, 7, 61, 71, 1, // Skip to: 141058 |
11685 | | /* 57285 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11686 | | /* 57288 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 57303 |
11687 | | /* 57293 */ MCD_OPC_CheckPredicate, 30, 48, 71, 1, // Skip to: 141058 |
11688 | | /* 57298 */ MCD_OPC_Decode, 145, 13, 162, 1, // Opcode: BEXT_ZZZ_D |
11689 | | /* 57303 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 57318 |
11690 | | /* 57308 */ MCD_OPC_CheckPredicate, 30, 33, 71, 1, // Skip to: 141058 |
11691 | | /* 57313 */ MCD_OPC_Decode, 141, 13, 162, 1, // Opcode: BDEP_ZZZ_D |
11692 | | /* 57318 */ MCD_OPC_FilterValue, 6, 23, 71, 1, // Skip to: 141058 |
11693 | | /* 57323 */ MCD_OPC_CheckPredicate, 30, 18, 71, 1, // Skip to: 141058 |
11694 | | /* 57328 */ MCD_OPC_Decode, 141, 14, 162, 1, // Opcode: BGRP_ZZZ_D |
11695 | | /* 57333 */ MCD_OPC_FilterValue, 1, 8, 71, 1, // Skip to: 141058 |
11696 | | /* 57338 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11697 | | /* 57341 */ MCD_OPC_FilterValue, 0, 155, 0, 0, // Skip to: 57501 |
11698 | | /* 57346 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
11699 | | /* 57349 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 57433 |
11700 | | /* 57354 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11701 | | /* 57357 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 57395 |
11702 | | /* 57362 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
11703 | | /* 57365 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57380 |
11704 | | /* 57370 */ MCD_OPC_CheckPredicate, 21, 227, 70, 1, // Skip to: 141058 |
11705 | | /* 57375 */ MCD_OPC_Decode, 221, 44, 155, 2, // Opcode: SMLSLB_ZZZI_S |
11706 | | /* 57380 */ MCD_OPC_FilterValue, 3, 217, 70, 1, // Skip to: 141058 |
11707 | | /* 57385 */ MCD_OPC_CheckPredicate, 21, 212, 70, 1, // Skip to: 141058 |
11708 | | /* 57390 */ MCD_OPC_Decode, 220, 44, 156, 2, // Opcode: SMLSLB_ZZZI_D |
11709 | | /* 57395 */ MCD_OPC_FilterValue, 1, 202, 70, 1, // Skip to: 141058 |
11710 | | /* 57400 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
11711 | | /* 57403 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57418 |
11712 | | /* 57408 */ MCD_OPC_CheckPredicate, 21, 189, 70, 1, // Skip to: 141058 |
11713 | | /* 57413 */ MCD_OPC_Decode, 208, 58, 155, 2, // Opcode: UMLSLB_ZZZI_S |
11714 | | /* 57418 */ MCD_OPC_FilterValue, 3, 179, 70, 1, // Skip to: 141058 |
11715 | | /* 57423 */ MCD_OPC_CheckPredicate, 21, 174, 70, 1, // Skip to: 141058 |
11716 | | /* 57428 */ MCD_OPC_Decode, 207, 58, 156, 2, // Opcode: UMLSLB_ZZZI_D |
11717 | | /* 57433 */ MCD_OPC_FilterValue, 1, 164, 70, 1, // Skip to: 141058 |
11718 | | /* 57438 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
11719 | | /* 57441 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 57486 |
11720 | | /* 57446 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11721 | | /* 57449 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57471 |
11722 | | /* 57454 */ MCD_OPC_CheckPredicate, 29, 143, 70, 1, // Skip to: 141058 |
11723 | | /* 57459 */ MCD_OPC_CheckField, 22, 2, 0, 136, 70, 1, // Skip to: 141058 |
11724 | | /* 57466 */ MCD_OPC_Decode, 240, 29, 162, 1, // Opcode: HISTSEG_ZZZ |
11725 | | /* 57471 */ MCD_OPC_FilterValue, 1, 126, 70, 1, // Skip to: 141058 |
11726 | | /* 57476 */ MCD_OPC_CheckPredicate, 31, 121, 70, 1, // Skip to: 141058 |
11727 | | /* 57481 */ MCD_OPC_Decode, 230, 36, 159, 2, // Opcode: LUTI2_ZZZI_B |
11728 | | /* 57486 */ MCD_OPC_FilterValue, 1, 111, 70, 1, // Skip to: 141058 |
11729 | | /* 57491 */ MCD_OPC_CheckPredicate, 31, 106, 70, 1, // Skip to: 141058 |
11730 | | /* 57496 */ MCD_OPC_Decode, 231, 36, 160, 2, // Opcode: LUTI2_ZZZI_H |
11731 | | /* 57501 */ MCD_OPC_FilterValue, 1, 96, 70, 1, // Skip to: 141058 |
11732 | | /* 57506 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11733 | | /* 57509 */ MCD_OPC_FilterValue, 0, 77, 0, 0, // Skip to: 57591 |
11734 | | /* 57514 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
11735 | | /* 57517 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57539 |
11736 | | /* 57522 */ MCD_OPC_CheckPredicate, 21, 75, 70, 1, // Skip to: 141058 |
11737 | | /* 57527 */ MCD_OPC_CheckField, 23, 3, 1, 68, 70, 1, // Skip to: 141058 |
11738 | | /* 57534 */ MCD_OPC_Decode, 242, 44, 155, 2, // Opcode: SMLSLT_ZZZI_S |
11739 | | /* 57539 */ MCD_OPC_FilterValue, 1, 58, 70, 1, // Skip to: 141058 |
11740 | | /* 57544 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
11741 | | /* 57547 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 57569 |
11742 | | /* 57552 */ MCD_OPC_CheckPredicate, 21, 45, 70, 1, // Skip to: 141058 |
11743 | | /* 57557 */ MCD_OPC_CheckField, 23, 1, 1, 38, 70, 1, // Skip to: 141058 |
11744 | | /* 57564 */ MCD_OPC_Decode, 241, 44, 156, 2, // Opcode: SMLSLT_ZZZI_D |
11745 | | /* 57569 */ MCD_OPC_FilterValue, 1, 28, 70, 1, // Skip to: 141058 |
11746 | | /* 57574 */ MCD_OPC_CheckPredicate, 31, 23, 70, 1, // Skip to: 141058 |
11747 | | /* 57579 */ MCD_OPC_CheckField, 11, 1, 0, 16, 70, 1, // Skip to: 141058 |
11748 | | /* 57586 */ MCD_OPC_Decode, 246, 36, 161, 2, // Opcode: LUTI4_ZZZI_B |
11749 | | /* 57591 */ MCD_OPC_FilterValue, 1, 6, 70, 1, // Skip to: 141058 |
11750 | | /* 57596 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
11751 | | /* 57599 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 57637 |
11752 | | /* 57604 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
11753 | | /* 57607 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57622 |
11754 | | /* 57612 */ MCD_OPC_CheckPredicate, 21, 241, 69, 1, // Skip to: 141058 |
11755 | | /* 57617 */ MCD_OPC_Decode, 229, 58, 155, 2, // Opcode: UMLSLT_ZZZI_S |
11756 | | /* 57622 */ MCD_OPC_FilterValue, 3, 231, 69, 1, // Skip to: 141058 |
11757 | | /* 57627 */ MCD_OPC_CheckPredicate, 21, 226, 69, 1, // Skip to: 141058 |
11758 | | /* 57632 */ MCD_OPC_Decode, 228, 58, 156, 2, // Opcode: UMLSLT_ZZZI_D |
11759 | | /* 57637 */ MCD_OPC_FilterValue, 1, 216, 69, 1, // Skip to: 141058 |
11760 | | /* 57642 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
11761 | | /* 57645 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57660 |
11762 | | /* 57650 */ MCD_OPC_CheckPredicate, 31, 203, 69, 1, // Skip to: 141058 |
11763 | | /* 57655 */ MCD_OPC_Decode, 242, 36, 162, 2, // Opcode: LUTI4_Z2ZZI_H |
11764 | | /* 57660 */ MCD_OPC_FilterValue, 1, 193, 69, 1, // Skip to: 141058 |
11765 | | /* 57665 */ MCD_OPC_CheckPredicate, 31, 188, 69, 1, // Skip to: 141058 |
11766 | | /* 57670 */ MCD_OPC_Decode, 247, 36, 159, 2, // Opcode: LUTI4_ZZZI_H |
11767 | | /* 57675 */ MCD_OPC_FilterValue, 6, 239, 3, 0, // Skip to: 58687 |
11768 | | /* 57680 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
11769 | | /* 57683 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 57751 |
11770 | | /* 57688 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11771 | | /* 57691 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57706 |
11772 | | /* 57696 */ MCD_OPC_CheckPredicate, 25, 157, 69, 1, // Skip to: 141058 |
11773 | | /* 57701 */ MCD_OPC_Decode, 244, 41, 176, 1, // Opcode: SCLAMP_ZZZ_B |
11774 | | /* 57706 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 57721 |
11775 | | /* 57711 */ MCD_OPC_CheckPredicate, 25, 142, 69, 1, // Skip to: 141058 |
11776 | | /* 57716 */ MCD_OPC_Decode, 204, 56, 176, 1, // Opcode: UCLAMP_ZZZ_B |
11777 | | /* 57721 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57736 |
11778 | | /* 57726 */ MCD_OPC_CheckPredicate, 10, 127, 69, 1, // Skip to: 141058 |
11779 | | /* 57731 */ MCD_OPC_Decode, 185, 42, 176, 1, // Opcode: SDOT_ZZZ_HtoS |
11780 | | /* 57736 */ MCD_OPC_FilterValue, 3, 117, 69, 1, // Skip to: 141058 |
11781 | | /* 57741 */ MCD_OPC_CheckPredicate, 10, 112, 69, 1, // Skip to: 141058 |
11782 | | /* 57746 */ MCD_OPC_Decode, 146, 57, 176, 1, // Opcode: UDOT_ZZZ_HtoS |
11783 | | /* 57751 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 57789 |
11784 | | /* 57756 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11785 | | /* 57759 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57774 |
11786 | | /* 57764 */ MCD_OPC_CheckPredicate, 25, 89, 69, 1, // Skip to: 141058 |
11787 | | /* 57769 */ MCD_OPC_Decode, 246, 41, 176, 1, // Opcode: SCLAMP_ZZZ_H |
11788 | | /* 57774 */ MCD_OPC_FilterValue, 1, 79, 69, 1, // Skip to: 141058 |
11789 | | /* 57779 */ MCD_OPC_CheckPredicate, 25, 74, 69, 1, // Skip to: 141058 |
11790 | | /* 57784 */ MCD_OPC_Decode, 206, 56, 176, 1, // Opcode: UCLAMP_ZZZ_H |
11791 | | /* 57789 */ MCD_OPC_FilterValue, 4, 63, 0, 0, // Skip to: 57857 |
11792 | | /* 57794 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11793 | | /* 57797 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57812 |
11794 | | /* 57802 */ MCD_OPC_CheckPredicate, 25, 51, 69, 1, // Skip to: 141058 |
11795 | | /* 57807 */ MCD_OPC_Decode, 247, 41, 176, 1, // Opcode: SCLAMP_ZZZ_S |
11796 | | /* 57812 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 57827 |
11797 | | /* 57817 */ MCD_OPC_CheckPredicate, 25, 36, 69, 1, // Skip to: 141058 |
11798 | | /* 57822 */ MCD_OPC_Decode, 207, 56, 176, 1, // Opcode: UCLAMP_ZZZ_S |
11799 | | /* 57827 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 57842 |
11800 | | /* 57832 */ MCD_OPC_CheckPredicate, 10, 21, 69, 1, // Skip to: 141058 |
11801 | | /* 57837 */ MCD_OPC_Decode, 182, 42, 153, 2, // Opcode: SDOT_ZZZI_HtoS |
11802 | | /* 57842 */ MCD_OPC_FilterValue, 3, 11, 69, 1, // Skip to: 141058 |
11803 | | /* 57847 */ MCD_OPC_CheckPredicate, 10, 6, 69, 1, // Skip to: 141058 |
11804 | | /* 57852 */ MCD_OPC_Decode, 143, 57, 153, 2, // Opcode: UDOT_ZZZI_HtoS |
11805 | | /* 57857 */ MCD_OPC_FilterValue, 5, 79, 0, 0, // Skip to: 57941 |
11806 | | /* 57862 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11807 | | /* 57865 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 57903 |
11808 | | /* 57870 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11809 | | /* 57873 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57888 |
11810 | | /* 57878 */ MCD_OPC_CheckPredicate, 21, 231, 68, 1, // Skip to: 141058 |
11811 | | /* 57883 */ MCD_OPC_Decode, 165, 45, 163, 2, // Opcode: SMULLB_ZZZI_S |
11812 | | /* 57888 */ MCD_OPC_FilterValue, 1, 221, 68, 1, // Skip to: 141058 |
11813 | | /* 57893 */ MCD_OPC_CheckPredicate, 21, 216, 68, 1, // Skip to: 141058 |
11814 | | /* 57898 */ MCD_OPC_Decode, 150, 59, 163, 2, // Opcode: UMULLB_ZZZI_S |
11815 | | /* 57903 */ MCD_OPC_FilterValue, 1, 206, 68, 1, // Skip to: 141058 |
11816 | | /* 57908 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11817 | | /* 57911 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57926 |
11818 | | /* 57916 */ MCD_OPC_CheckPredicate, 21, 193, 68, 1, // Skip to: 141058 |
11819 | | /* 57921 */ MCD_OPC_Decode, 170, 45, 163, 2, // Opcode: SMULLT_ZZZI_S |
11820 | | /* 57926 */ MCD_OPC_FilterValue, 1, 183, 68, 1, // Skip to: 141058 |
11821 | | /* 57931 */ MCD_OPC_CheckPredicate, 21, 178, 68, 1, // Skip to: 141058 |
11822 | | /* 57936 */ MCD_OPC_Decode, 155, 59, 163, 2, // Opcode: UMULLT_ZZZI_S |
11823 | | /* 57941 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 58009 |
11824 | | /* 57946 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11825 | | /* 57949 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 57964 |
11826 | | /* 57954 */ MCD_OPC_CheckPredicate, 25, 155, 68, 1, // Skip to: 141058 |
11827 | | /* 57959 */ MCD_OPC_Decode, 245, 41, 176, 1, // Opcode: SCLAMP_ZZZ_D |
11828 | | /* 57964 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 57979 |
11829 | | /* 57969 */ MCD_OPC_CheckPredicate, 25, 140, 68, 1, // Skip to: 141058 |
11830 | | /* 57974 */ MCD_OPC_Decode, 205, 56, 176, 1, // Opcode: UCLAMP_ZZZ_D |
11831 | | /* 57979 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 57994 |
11832 | | /* 57984 */ MCD_OPC_CheckPredicate, 22, 125, 68, 1, // Skip to: 141058 |
11833 | | /* 57989 */ MCD_OPC_Decode, 133, 37, 176, 1, // Opcode: MLA_CPA |
11834 | | /* 57994 */ MCD_OPC_FilterValue, 6, 115, 68, 1, // Skip to: 141058 |
11835 | | /* 57999 */ MCD_OPC_CheckPredicate, 22, 110, 68, 1, // Skip to: 141058 |
11836 | | /* 58004 */ MCD_OPC_Decode, 252, 36, 181, 1, // Opcode: MAD_CPA |
11837 | | /* 58009 */ MCD_OPC_FilterValue, 7, 79, 0, 0, // Skip to: 58093 |
11838 | | /* 58014 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11839 | | /* 58017 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58055 |
11840 | | /* 58022 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11841 | | /* 58025 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58040 |
11842 | | /* 58030 */ MCD_OPC_CheckPredicate, 21, 79, 68, 1, // Skip to: 141058 |
11843 | | /* 58035 */ MCD_OPC_Decode, 164, 45, 164, 2, // Opcode: SMULLB_ZZZI_D |
11844 | | /* 58040 */ MCD_OPC_FilterValue, 1, 69, 68, 1, // Skip to: 141058 |
11845 | | /* 58045 */ MCD_OPC_CheckPredicate, 21, 64, 68, 1, // Skip to: 141058 |
11846 | | /* 58050 */ MCD_OPC_Decode, 149, 59, 164, 2, // Opcode: UMULLB_ZZZI_D |
11847 | | /* 58055 */ MCD_OPC_FilterValue, 1, 54, 68, 1, // Skip to: 141058 |
11848 | | /* 58060 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
11849 | | /* 58063 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58078 |
11850 | | /* 58068 */ MCD_OPC_CheckPredicate, 21, 41, 68, 1, // Skip to: 141058 |
11851 | | /* 58073 */ MCD_OPC_Decode, 169, 45, 164, 2, // Opcode: SMULLT_ZZZI_D |
11852 | | /* 58078 */ MCD_OPC_FilterValue, 1, 31, 68, 1, // Skip to: 141058 |
11853 | | /* 58083 */ MCD_OPC_CheckPredicate, 21, 26, 68, 1, // Skip to: 141058 |
11854 | | /* 58088 */ MCD_OPC_Decode, 154, 59, 164, 2, // Opcode: UMULLT_ZZZI_D |
11855 | | /* 58093 */ MCD_OPC_FilterValue, 8, 79, 0, 0, // Skip to: 58177 |
11856 | | /* 58098 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
11857 | | /* 58101 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 58139 |
11858 | | /* 58106 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11859 | | /* 58109 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58124 |
11860 | | /* 58114 */ MCD_OPC_CheckPredicate, 21, 251, 67, 1, // Skip to: 141058 |
11861 | | /* 58119 */ MCD_OPC_Decode, 184, 11, 176, 1, // Opcode: ADCLB_ZZZ_S |
11862 | | /* 58124 */ MCD_OPC_FilterValue, 1, 241, 67, 1, // Skip to: 141058 |
11863 | | /* 58129 */ MCD_OPC_CheckPredicate, 21, 236, 67, 1, // Skip to: 141058 |
11864 | | /* 58134 */ MCD_OPC_Decode, 186, 11, 176, 1, // Opcode: ADCLT_ZZZ_S |
11865 | | /* 58139 */ MCD_OPC_FilterValue, 3, 226, 67, 1, // Skip to: 141058 |
11866 | | /* 58144 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11867 | | /* 58147 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58162 |
11868 | | /* 58152 */ MCD_OPC_CheckPredicate, 21, 213, 67, 1, // Skip to: 141058 |
11869 | | /* 58157 */ MCD_OPC_Decode, 199, 14, 165, 2, // Opcode: CADD_ZZI_B |
11870 | | /* 58162 */ MCD_OPC_FilterValue, 1, 203, 67, 1, // Skip to: 141058 |
11871 | | /* 58167 */ MCD_OPC_CheckPredicate, 21, 198, 67, 1, // Skip to: 141058 |
11872 | | /* 58172 */ MCD_OPC_Decode, 230, 45, 165, 2, // Opcode: SQCADD_ZZI_B |
11873 | | /* 58177 */ MCD_OPC_FilterValue, 10, 155, 0, 0, // Skip to: 58337 |
11874 | | /* 58182 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
11875 | | /* 58185 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58223 |
11876 | | /* 58190 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11877 | | /* 58193 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58208 |
11878 | | /* 58198 */ MCD_OPC_CheckPredicate, 21, 167, 67, 1, // Skip to: 141058 |
11879 | | /* 58203 */ MCD_OPC_Decode, 132, 41, 176, 1, // Opcode: SABALB_ZZZ_H |
11880 | | /* 58208 */ MCD_OPC_FilterValue, 1, 157, 67, 1, // Skip to: 141058 |
11881 | | /* 58213 */ MCD_OPC_CheckPredicate, 21, 152, 67, 1, // Skip to: 141058 |
11882 | | /* 58218 */ MCD_OPC_Decode, 135, 41, 176, 1, // Opcode: SABALT_ZZZ_H |
11883 | | /* 58223 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 58261 |
11884 | | /* 58228 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11885 | | /* 58231 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58246 |
11886 | | /* 58236 */ MCD_OPC_CheckPredicate, 21, 129, 67, 1, // Skip to: 141058 |
11887 | | /* 58241 */ MCD_OPC_Decode, 231, 55, 176, 1, // Opcode: UABALB_ZZZ_H |
11888 | | /* 58246 */ MCD_OPC_FilterValue, 1, 119, 67, 1, // Skip to: 141058 |
11889 | | /* 58251 */ MCD_OPC_CheckPredicate, 21, 114, 67, 1, // Skip to: 141058 |
11890 | | /* 58256 */ MCD_OPC_Decode, 234, 55, 176, 1, // Opcode: UABALT_ZZZ_H |
11891 | | /* 58261 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 58299 |
11892 | | /* 58266 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11893 | | /* 58269 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58284 |
11894 | | /* 58274 */ MCD_OPC_CheckPredicate, 21, 91, 67, 1, // Skip to: 141058 |
11895 | | /* 58279 */ MCD_OPC_Decode, 183, 11, 176, 1, // Opcode: ADCLB_ZZZ_D |
11896 | | /* 58284 */ MCD_OPC_FilterValue, 1, 81, 67, 1, // Skip to: 141058 |
11897 | | /* 58289 */ MCD_OPC_CheckPredicate, 21, 76, 67, 1, // Skip to: 141058 |
11898 | | /* 58294 */ MCD_OPC_Decode, 185, 11, 176, 1, // Opcode: ADCLT_ZZZ_D |
11899 | | /* 58299 */ MCD_OPC_FilterValue, 3, 66, 67, 1, // Skip to: 141058 |
11900 | | /* 58304 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11901 | | /* 58307 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58322 |
11902 | | /* 58312 */ MCD_OPC_CheckPredicate, 21, 53, 67, 1, // Skip to: 141058 |
11903 | | /* 58317 */ MCD_OPC_Decode, 201, 14, 165, 2, // Opcode: CADD_ZZI_H |
11904 | | /* 58322 */ MCD_OPC_FilterValue, 1, 43, 67, 1, // Skip to: 141058 |
11905 | | /* 58327 */ MCD_OPC_CheckPredicate, 21, 38, 67, 1, // Skip to: 141058 |
11906 | | /* 58332 */ MCD_OPC_Decode, 232, 45, 165, 2, // Opcode: SQCADD_ZZI_H |
11907 | | /* 58337 */ MCD_OPC_FilterValue, 12, 155, 0, 0, // Skip to: 58497 |
11908 | | /* 58342 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
11909 | | /* 58345 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58383 |
11910 | | /* 58350 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11911 | | /* 58353 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58368 |
11912 | | /* 58358 */ MCD_OPC_CheckPredicate, 21, 7, 67, 1, // Skip to: 141058 |
11913 | | /* 58363 */ MCD_OPC_Decode, 133, 41, 176, 1, // Opcode: SABALB_ZZZ_S |
11914 | | /* 58368 */ MCD_OPC_FilterValue, 1, 253, 66, 1, // Skip to: 141058 |
11915 | | /* 58373 */ MCD_OPC_CheckPredicate, 21, 248, 66, 1, // Skip to: 141058 |
11916 | | /* 58378 */ MCD_OPC_Decode, 136, 41, 176, 1, // Opcode: SABALT_ZZZ_S |
11917 | | /* 58383 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 58421 |
11918 | | /* 58388 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11919 | | /* 58391 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58406 |
11920 | | /* 58396 */ MCD_OPC_CheckPredicate, 21, 225, 66, 1, // Skip to: 141058 |
11921 | | /* 58401 */ MCD_OPC_Decode, 232, 55, 176, 1, // Opcode: UABALB_ZZZ_S |
11922 | | /* 58406 */ MCD_OPC_FilterValue, 1, 215, 66, 1, // Skip to: 141058 |
11923 | | /* 58411 */ MCD_OPC_CheckPredicate, 21, 210, 66, 1, // Skip to: 141058 |
11924 | | /* 58416 */ MCD_OPC_Decode, 235, 55, 176, 1, // Opcode: UABALT_ZZZ_S |
11925 | | /* 58421 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 58459 |
11926 | | /* 58426 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11927 | | /* 58429 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58444 |
11928 | | /* 58434 */ MCD_OPC_CheckPredicate, 21, 187, 66, 1, // Skip to: 141058 |
11929 | | /* 58439 */ MCD_OPC_Decode, 227, 41, 176, 1, // Opcode: SBCLB_ZZZ_S |
11930 | | /* 58444 */ MCD_OPC_FilterValue, 1, 177, 66, 1, // Skip to: 141058 |
11931 | | /* 58449 */ MCD_OPC_CheckPredicate, 21, 172, 66, 1, // Skip to: 141058 |
11932 | | /* 58454 */ MCD_OPC_Decode, 229, 41, 176, 1, // Opcode: SBCLT_ZZZ_S |
11933 | | /* 58459 */ MCD_OPC_FilterValue, 3, 162, 66, 1, // Skip to: 141058 |
11934 | | /* 58464 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11935 | | /* 58467 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58482 |
11936 | | /* 58472 */ MCD_OPC_CheckPredicate, 21, 149, 66, 1, // Skip to: 141058 |
11937 | | /* 58477 */ MCD_OPC_Decode, 202, 14, 165, 2, // Opcode: CADD_ZZI_S |
11938 | | /* 58482 */ MCD_OPC_FilterValue, 1, 139, 66, 1, // Skip to: 141058 |
11939 | | /* 58487 */ MCD_OPC_CheckPredicate, 21, 134, 66, 1, // Skip to: 141058 |
11940 | | /* 58492 */ MCD_OPC_Decode, 233, 45, 165, 2, // Opcode: SQCADD_ZZI_S |
11941 | | /* 58497 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 58512 |
11942 | | /* 58502 */ MCD_OPC_CheckPredicate, 29, 119, 66, 1, // Skip to: 141058 |
11943 | | /* 58507 */ MCD_OPC_Decode, 239, 29, 166, 2, // Opcode: HISTCNT_ZPzZZ_S |
11944 | | /* 58512 */ MCD_OPC_FilterValue, 14, 155, 0, 0, // Skip to: 58672 |
11945 | | /* 58517 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
11946 | | /* 58520 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58558 |
11947 | | /* 58525 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11948 | | /* 58528 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58543 |
11949 | | /* 58533 */ MCD_OPC_CheckPredicate, 21, 88, 66, 1, // Skip to: 141058 |
11950 | | /* 58538 */ MCD_OPC_Decode, 131, 41, 176, 1, // Opcode: SABALB_ZZZ_D |
11951 | | /* 58543 */ MCD_OPC_FilterValue, 1, 78, 66, 1, // Skip to: 141058 |
11952 | | /* 58548 */ MCD_OPC_CheckPredicate, 21, 73, 66, 1, // Skip to: 141058 |
11953 | | /* 58553 */ MCD_OPC_Decode, 134, 41, 176, 1, // Opcode: SABALT_ZZZ_D |
11954 | | /* 58558 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 58596 |
11955 | | /* 58563 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11956 | | /* 58566 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58581 |
11957 | | /* 58571 */ MCD_OPC_CheckPredicate, 21, 50, 66, 1, // Skip to: 141058 |
11958 | | /* 58576 */ MCD_OPC_Decode, 230, 55, 176, 1, // Opcode: UABALB_ZZZ_D |
11959 | | /* 58581 */ MCD_OPC_FilterValue, 1, 40, 66, 1, // Skip to: 141058 |
11960 | | /* 58586 */ MCD_OPC_CheckPredicate, 21, 35, 66, 1, // Skip to: 141058 |
11961 | | /* 58591 */ MCD_OPC_Decode, 233, 55, 176, 1, // Opcode: UABALT_ZZZ_D |
11962 | | /* 58596 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 58634 |
11963 | | /* 58601 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
11964 | | /* 58604 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58619 |
11965 | | /* 58609 */ MCD_OPC_CheckPredicate, 21, 12, 66, 1, // Skip to: 141058 |
11966 | | /* 58614 */ MCD_OPC_Decode, 226, 41, 176, 1, // Opcode: SBCLB_ZZZ_D |
11967 | | /* 58619 */ MCD_OPC_FilterValue, 1, 2, 66, 1, // Skip to: 141058 |
11968 | | /* 58624 */ MCD_OPC_CheckPredicate, 21, 253, 65, 1, // Skip to: 141058 |
11969 | | /* 58629 */ MCD_OPC_Decode, 228, 41, 176, 1, // Opcode: SBCLT_ZZZ_D |
11970 | | /* 58634 */ MCD_OPC_FilterValue, 3, 243, 65, 1, // Skip to: 141058 |
11971 | | /* 58639 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
11972 | | /* 58642 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58657 |
11973 | | /* 58647 */ MCD_OPC_CheckPredicate, 21, 230, 65, 1, // Skip to: 141058 |
11974 | | /* 58652 */ MCD_OPC_Decode, 200, 14, 165, 2, // Opcode: CADD_ZZI_D |
11975 | | /* 58657 */ MCD_OPC_FilterValue, 1, 220, 65, 1, // Skip to: 141058 |
11976 | | /* 58662 */ MCD_OPC_CheckPredicate, 21, 215, 65, 1, // Skip to: 141058 |
11977 | | /* 58667 */ MCD_OPC_Decode, 231, 45, 165, 2, // Opcode: SQCADD_ZZI_D |
11978 | | /* 58672 */ MCD_OPC_FilterValue, 15, 205, 65, 1, // Skip to: 141058 |
11979 | | /* 58677 */ MCD_OPC_CheckPredicate, 29, 200, 65, 1, // Skip to: 141058 |
11980 | | /* 58682 */ MCD_OPC_Decode, 238, 29, 166, 2, // Opcode: HISTCNT_ZPzZZ_D |
11981 | | /* 58687 */ MCD_OPC_FilterValue, 7, 190, 65, 1, // Skip to: 141058 |
11982 | | /* 58692 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
11983 | | /* 58695 */ MCD_OPC_FilterValue, 0, 4, 1, 0, // Skip to: 58960 |
11984 | | /* 58700 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
11985 | | /* 58703 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58741 |
11986 | | /* 58708 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
11987 | | /* 58711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58726 |
11988 | | /* 58716 */ MCD_OPC_CheckPredicate, 20, 161, 65, 1, // Skip to: 141058 |
11989 | | /* 58721 */ MCD_OPC_Decode, 182, 64, 162, 1, // Opcode: ZIPQ1_ZZZ_B |
11990 | | /* 58726 */ MCD_OPC_FilterValue, 2, 151, 65, 1, // Skip to: 141058 |
11991 | | /* 58731 */ MCD_OPC_CheckPredicate, 20, 146, 65, 1, // Skip to: 141058 |
11992 | | /* 58736 */ MCD_OPC_Decode, 184, 64, 162, 1, // Opcode: ZIPQ1_ZZZ_H |
11993 | | /* 58741 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 58779 |
11994 | | /* 58746 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
11995 | | /* 58749 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58764 |
11996 | | /* 58754 */ MCD_OPC_CheckPredicate, 20, 123, 65, 1, // Skip to: 141058 |
11997 | | /* 58759 */ MCD_OPC_Decode, 186, 64, 162, 1, // Opcode: ZIPQ2_ZZZ_B |
11998 | | /* 58764 */ MCD_OPC_FilterValue, 2, 113, 65, 1, // Skip to: 141058 |
11999 | | /* 58769 */ MCD_OPC_CheckPredicate, 20, 108, 65, 1, // Skip to: 141058 |
12000 | | /* 58774 */ MCD_OPC_Decode, 188, 64, 162, 1, // Opcode: ZIPQ2_ZZZ_H |
12001 | | /* 58779 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 58817 |
12002 | | /* 58784 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12003 | | /* 58787 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58802 |
12004 | | /* 58792 */ MCD_OPC_CheckPredicate, 20, 85, 65, 1, // Skip to: 141058 |
12005 | | /* 58797 */ MCD_OPC_Decode, 220, 62, 162, 1, // Opcode: UZPQ1_ZZZ_B |
12006 | | /* 58802 */ MCD_OPC_FilterValue, 2, 75, 65, 1, // Skip to: 141058 |
12007 | | /* 58807 */ MCD_OPC_CheckPredicate, 20, 70, 65, 1, // Skip to: 141058 |
12008 | | /* 58812 */ MCD_OPC_Decode, 222, 62, 162, 1, // Opcode: UZPQ1_ZZZ_H |
12009 | | /* 58817 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 58855 |
12010 | | /* 58822 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12011 | | /* 58825 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58840 |
12012 | | /* 58830 */ MCD_OPC_CheckPredicate, 20, 47, 65, 1, // Skip to: 141058 |
12013 | | /* 58835 */ MCD_OPC_Decode, 224, 62, 162, 1, // Opcode: UZPQ2_ZZZ_B |
12014 | | /* 58840 */ MCD_OPC_FilterValue, 2, 37, 65, 1, // Skip to: 141058 |
12015 | | /* 58845 */ MCD_OPC_CheckPredicate, 20, 32, 65, 1, // Skip to: 141058 |
12016 | | /* 58850 */ MCD_OPC_Decode, 226, 62, 162, 1, // Opcode: UZPQ2_ZZZ_H |
12017 | | /* 58855 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 58877 |
12018 | | /* 58860 */ MCD_OPC_CheckPredicate, 21, 17, 65, 1, // Skip to: 141058 |
12019 | | /* 58865 */ MCD_OPC_CheckField, 21, 1, 1, 10, 65, 1, // Skip to: 141058 |
12020 | | /* 58872 */ MCD_OPC_Decode, 207, 46, 167, 2, // Opcode: SQDMULH_ZZZI_H |
12021 | | /* 58877 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 58899 |
12022 | | /* 58882 */ MCD_OPC_CheckPredicate, 21, 251, 64, 1, // Skip to: 141058 |
12023 | | /* 58887 */ MCD_OPC_CheckField, 21, 1, 1, 244, 64, 1, // Skip to: 141058 |
12024 | | /* 58894 */ MCD_OPC_Decode, 201, 47, 167, 2, // Opcode: SQRDMULH_ZZZI_H |
12025 | | /* 58899 */ MCD_OPC_FilterValue, 6, 234, 64, 1, // Skip to: 141058 |
12026 | | /* 58904 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
12027 | | /* 58907 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 58945 |
12028 | | /* 58912 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
12029 | | /* 58915 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58930 |
12030 | | /* 58920 */ MCD_OPC_CheckPredicate, 20, 213, 64, 1, // Skip to: 141058 |
12031 | | /* 58925 */ MCD_OPC_Decode, 152, 55, 162, 1, // Opcode: TBLQ_ZZZ_B |
12032 | | /* 58930 */ MCD_OPC_FilterValue, 1, 203, 64, 1, // Skip to: 141058 |
12033 | | /* 58935 */ MCD_OPC_CheckPredicate, 20, 198, 64, 1, // Skip to: 141058 |
12034 | | /* 58940 */ MCD_OPC_Decode, 154, 55, 162, 1, // Opcode: TBLQ_ZZZ_H |
12035 | | /* 58945 */ MCD_OPC_FilterValue, 1, 188, 64, 1, // Skip to: 141058 |
12036 | | /* 58950 */ MCD_OPC_CheckPredicate, 21, 183, 64, 1, // Skip to: 141058 |
12037 | | /* 58955 */ MCD_OPC_Decode, 161, 38, 167, 2, // Opcode: MUL_ZZZI_H |
12038 | | /* 58960 */ MCD_OPC_FilterValue, 1, 141, 1, 0, // Skip to: 59362 |
12039 | | /* 58965 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12040 | | /* 58968 */ MCD_OPC_FilterValue, 0, 78, 0, 0, // Skip to: 59051 |
12041 | | /* 58973 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12042 | | /* 58976 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 58991 |
12043 | | /* 58981 */ MCD_OPC_CheckPredicate, 20, 152, 64, 1, // Skip to: 141058 |
12044 | | /* 58986 */ MCD_OPC_Decode, 185, 64, 162, 1, // Opcode: ZIPQ1_ZZZ_S |
12045 | | /* 58991 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 59006 |
12046 | | /* 58996 */ MCD_OPC_CheckPredicate, 20, 137, 64, 1, // Skip to: 141058 |
12047 | | /* 59001 */ MCD_OPC_Decode, 189, 64, 162, 1, // Opcode: ZIPQ2_ZZZ_S |
12048 | | /* 59006 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 59021 |
12049 | | /* 59011 */ MCD_OPC_CheckPredicate, 20, 122, 64, 1, // Skip to: 141058 |
12050 | | /* 59016 */ MCD_OPC_Decode, 223, 62, 162, 1, // Opcode: UZPQ1_ZZZ_S |
12051 | | /* 59021 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 59036 |
12052 | | /* 59026 */ MCD_OPC_CheckPredicate, 20, 107, 64, 1, // Skip to: 141058 |
12053 | | /* 59031 */ MCD_OPC_Decode, 227, 62, 162, 1, // Opcode: UZPQ2_ZZZ_S |
12054 | | /* 59036 */ MCD_OPC_FilterValue, 6, 97, 64, 1, // Skip to: 141058 |
12055 | | /* 59041 */ MCD_OPC_CheckPredicate, 20, 92, 64, 1, // Skip to: 141058 |
12056 | | /* 59046 */ MCD_OPC_Decode, 155, 55, 162, 1, // Opcode: TBLQ_ZZZ_S |
12057 | | /* 59051 */ MCD_OPC_FilterValue, 1, 109, 0, 0, // Skip to: 59165 |
12058 | | /* 59056 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12059 | | /* 59059 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 59120 |
12060 | | /* 59064 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
12061 | | /* 59067 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59082 |
12062 | | /* 59072 */ MCD_OPC_CheckPredicate, 21, 61, 64, 1, // Skip to: 141058 |
12063 | | /* 59077 */ MCD_OPC_Decode, 226, 46, 163, 2, // Opcode: SQDMULLB_ZZZI_S |
12064 | | /* 59082 */ MCD_OPC_FilterValue, 1, 51, 64, 1, // Skip to: 141058 |
12065 | | /* 59087 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
12066 | | /* 59090 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59105 |
12067 | | /* 59095 */ MCD_OPC_CheckPredicate, 21, 38, 64, 1, // Skip to: 141058 |
12068 | | /* 59100 */ MCD_OPC_Decode, 208, 46, 168, 2, // Opcode: SQDMULH_ZZZI_S |
12069 | | /* 59105 */ MCD_OPC_FilterValue, 1, 28, 64, 1, // Skip to: 141058 |
12070 | | /* 59110 */ MCD_OPC_CheckPredicate, 21, 23, 64, 1, // Skip to: 141058 |
12071 | | /* 59115 */ MCD_OPC_Decode, 162, 38, 168, 2, // Opcode: MUL_ZZZI_S |
12072 | | /* 59120 */ MCD_OPC_FilterValue, 1, 13, 64, 1, // Skip to: 141058 |
12073 | | /* 59125 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
12074 | | /* 59128 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59143 |
12075 | | /* 59133 */ MCD_OPC_CheckPredicate, 21, 0, 64, 1, // Skip to: 141058 |
12076 | | /* 59138 */ MCD_OPC_Decode, 231, 46, 163, 2, // Opcode: SQDMULLT_ZZZI_S |
12077 | | /* 59143 */ MCD_OPC_FilterValue, 1, 246, 63, 1, // Skip to: 141058 |
12078 | | /* 59148 */ MCD_OPC_CheckPredicate, 21, 241, 63, 1, // Skip to: 141058 |
12079 | | /* 59153 */ MCD_OPC_CheckField, 11, 1, 0, 234, 63, 1, // Skip to: 141058 |
12080 | | /* 59160 */ MCD_OPC_Decode, 202, 47, 168, 2, // Opcode: SQRDMULH_ZZZI_S |
12081 | | /* 59165 */ MCD_OPC_FilterValue, 2, 78, 0, 0, // Skip to: 59248 |
12082 | | /* 59170 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12083 | | /* 59173 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59188 |
12084 | | /* 59178 */ MCD_OPC_CheckPredicate, 20, 211, 63, 1, // Skip to: 141058 |
12085 | | /* 59183 */ MCD_OPC_Decode, 183, 64, 162, 1, // Opcode: ZIPQ1_ZZZ_D |
12086 | | /* 59188 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 59203 |
12087 | | /* 59193 */ MCD_OPC_CheckPredicate, 20, 196, 63, 1, // Skip to: 141058 |
12088 | | /* 59198 */ MCD_OPC_Decode, 187, 64, 162, 1, // Opcode: ZIPQ2_ZZZ_D |
12089 | | /* 59203 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 59218 |
12090 | | /* 59208 */ MCD_OPC_CheckPredicate, 20, 181, 63, 1, // Skip to: 141058 |
12091 | | /* 59213 */ MCD_OPC_Decode, 221, 62, 162, 1, // Opcode: UZPQ1_ZZZ_D |
12092 | | /* 59218 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 59233 |
12093 | | /* 59223 */ MCD_OPC_CheckPredicate, 20, 166, 63, 1, // Skip to: 141058 |
12094 | | /* 59228 */ MCD_OPC_Decode, 225, 62, 162, 1, // Opcode: UZPQ2_ZZZ_D |
12095 | | /* 59233 */ MCD_OPC_FilterValue, 6, 156, 63, 1, // Skip to: 141058 |
12096 | | /* 59238 */ MCD_OPC_CheckPredicate, 20, 151, 63, 1, // Skip to: 141058 |
12097 | | /* 59243 */ MCD_OPC_Decode, 153, 55, 162, 1, // Opcode: TBLQ_ZZZ_D |
12098 | | /* 59248 */ MCD_OPC_FilterValue, 3, 141, 63, 1, // Skip to: 141058 |
12099 | | /* 59253 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12100 | | /* 59256 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 59317 |
12101 | | /* 59261 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
12102 | | /* 59264 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59279 |
12103 | | /* 59269 */ MCD_OPC_CheckPredicate, 21, 120, 63, 1, // Skip to: 141058 |
12104 | | /* 59274 */ MCD_OPC_Decode, 225, 46, 164, 2, // Opcode: SQDMULLB_ZZZI_D |
12105 | | /* 59279 */ MCD_OPC_FilterValue, 1, 110, 63, 1, // Skip to: 141058 |
12106 | | /* 59284 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
12107 | | /* 59287 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59302 |
12108 | | /* 59292 */ MCD_OPC_CheckPredicate, 21, 97, 63, 1, // Skip to: 141058 |
12109 | | /* 59297 */ MCD_OPC_Decode, 206, 46, 169, 2, // Opcode: SQDMULH_ZZZI_D |
12110 | | /* 59302 */ MCD_OPC_FilterValue, 1, 87, 63, 1, // Skip to: 141058 |
12111 | | /* 59307 */ MCD_OPC_CheckPredicate, 21, 82, 63, 1, // Skip to: 141058 |
12112 | | /* 59312 */ MCD_OPC_Decode, 160, 38, 169, 2, // Opcode: MUL_ZZZI_D |
12113 | | /* 59317 */ MCD_OPC_FilterValue, 1, 72, 63, 1, // Skip to: 141058 |
12114 | | /* 59322 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
12115 | | /* 59325 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59340 |
12116 | | /* 59330 */ MCD_OPC_CheckPredicate, 21, 59, 63, 1, // Skip to: 141058 |
12117 | | /* 59335 */ MCD_OPC_Decode, 230, 46, 164, 2, // Opcode: SQDMULLT_ZZZI_D |
12118 | | /* 59340 */ MCD_OPC_FilterValue, 1, 49, 63, 1, // Skip to: 141058 |
12119 | | /* 59345 */ MCD_OPC_CheckPredicate, 21, 44, 63, 1, // Skip to: 141058 |
12120 | | /* 59350 */ MCD_OPC_CheckField, 11, 1, 0, 37, 63, 1, // Skip to: 141058 |
12121 | | /* 59357 */ MCD_OPC_Decode, 200, 47, 169, 2, // Opcode: SQRDMULH_ZZZI_D |
12122 | | /* 59362 */ MCD_OPC_FilterValue, 2, 110, 2, 0, // Skip to: 59989 |
12123 | | /* 59367 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12124 | | /* 59370 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 59498 |
12125 | | /* 59375 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12126 | | /* 59378 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59423 |
12127 | | /* 59383 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12128 | | /* 59386 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59408 |
12129 | | /* 59391 */ MCD_OPC_CheckPredicate, 21, 254, 62, 1, // Skip to: 141058 |
12130 | | /* 59396 */ MCD_OPC_CheckField, 19, 1, 1, 247, 62, 1, // Skip to: 141058 |
12131 | | /* 59403 */ MCD_OPC_Decode, 138, 50, 177, 1, // Opcode: SSRA_ZZI_B |
12132 | | /* 59408 */ MCD_OPC_FilterValue, 1, 237, 62, 1, // Skip to: 141058 |
12133 | | /* 59413 */ MCD_OPC_CheckPredicate, 21, 232, 62, 1, // Skip to: 141058 |
12134 | | /* 59418 */ MCD_OPC_Decode, 140, 50, 178, 1, // Opcode: SSRA_ZZI_H |
12135 | | /* 59423 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 59483 |
12136 | | /* 59428 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12137 | | /* 59431 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59453 |
12138 | | /* 59436 */ MCD_OPC_CheckPredicate, 27, 209, 62, 1, // Skip to: 141058 |
12139 | | /* 59441 */ MCD_OPC_CheckField, 5, 5, 0, 202, 62, 1, // Skip to: 141058 |
12140 | | /* 59448 */ MCD_OPC_Decode, 186, 12, 170, 2, // Opcode: AESMC_ZZ_B |
12141 | | /* 59453 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 59468 |
12142 | | /* 59458 */ MCD_OPC_CheckPredicate, 27, 187, 62, 1, // Skip to: 141058 |
12143 | | /* 59463 */ MCD_OPC_Decode, 182, 12, 191, 1, // Opcode: AESE_ZZZ_B |
12144 | | /* 59468 */ MCD_OPC_FilterValue, 3, 177, 62, 1, // Skip to: 141058 |
12145 | | /* 59473 */ MCD_OPC_CheckPredicate, 32, 172, 62, 1, // Skip to: 141058 |
12146 | | /* 59478 */ MCD_OPC_Decode, 187, 43, 191, 1, // Opcode: SM4E_ZZZ_S |
12147 | | /* 59483 */ MCD_OPC_FilterValue, 2, 162, 62, 1, // Skip to: 141058 |
12148 | | /* 59488 */ MCD_OPC_CheckPredicate, 21, 157, 62, 1, // Skip to: 141058 |
12149 | | /* 59493 */ MCD_OPC_Decode, 141, 50, 179, 1, // Opcode: SSRA_ZZI_S |
12150 | | /* 59498 */ MCD_OPC_FilterValue, 1, 108, 0, 0, // Skip to: 59611 |
12151 | | /* 59503 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12152 | | /* 59506 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59551 |
12153 | | /* 59511 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12154 | | /* 59514 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59536 |
12155 | | /* 59519 */ MCD_OPC_CheckPredicate, 21, 126, 62, 1, // Skip to: 141058 |
12156 | | /* 59524 */ MCD_OPC_CheckField, 19, 1, 1, 119, 62, 1, // Skip to: 141058 |
12157 | | /* 59531 */ MCD_OPC_Decode, 130, 62, 177, 1, // Opcode: USRA_ZZI_B |
12158 | | /* 59536 */ MCD_OPC_FilterValue, 1, 109, 62, 1, // Skip to: 141058 |
12159 | | /* 59541 */ MCD_OPC_CheckPredicate, 21, 104, 62, 1, // Skip to: 141058 |
12160 | | /* 59546 */ MCD_OPC_Decode, 132, 62, 178, 1, // Opcode: USRA_ZZI_H |
12161 | | /* 59551 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 59596 |
12162 | | /* 59556 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12163 | | /* 59559 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59581 |
12164 | | /* 59564 */ MCD_OPC_CheckPredicate, 27, 81, 62, 1, // Skip to: 141058 |
12165 | | /* 59569 */ MCD_OPC_CheckField, 5, 5, 0, 74, 62, 1, // Skip to: 141058 |
12166 | | /* 59576 */ MCD_OPC_Decode, 184, 12, 170, 2, // Opcode: AESIMC_ZZ_B |
12167 | | /* 59581 */ MCD_OPC_FilterValue, 2, 64, 62, 1, // Skip to: 141058 |
12168 | | /* 59586 */ MCD_OPC_CheckPredicate, 27, 59, 62, 1, // Skip to: 141058 |
12169 | | /* 59591 */ MCD_OPC_Decode, 180, 12, 191, 1, // Opcode: AESD_ZZZ_B |
12170 | | /* 59596 */ MCD_OPC_FilterValue, 2, 49, 62, 1, // Skip to: 141058 |
12171 | | /* 59601 */ MCD_OPC_CheckPredicate, 21, 44, 62, 1, // Skip to: 141058 |
12172 | | /* 59606 */ MCD_OPC_Decode, 133, 62, 179, 1, // Opcode: USRA_ZZI_S |
12173 | | /* 59611 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 59679 |
12174 | | /* 59616 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12175 | | /* 59619 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59664 |
12176 | | /* 59624 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12177 | | /* 59627 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59649 |
12178 | | /* 59632 */ MCD_OPC_CheckPredicate, 21, 13, 62, 1, // Skip to: 141058 |
12179 | | /* 59637 */ MCD_OPC_CheckField, 19, 1, 1, 6, 62, 1, // Skip to: 141058 |
12180 | | /* 59644 */ MCD_OPC_Decode, 226, 49, 177, 1, // Opcode: SRSRA_ZZI_B |
12181 | | /* 59649 */ MCD_OPC_FilterValue, 1, 252, 61, 1, // Skip to: 141058 |
12182 | | /* 59654 */ MCD_OPC_CheckPredicate, 21, 247, 61, 1, // Skip to: 141058 |
12183 | | /* 59659 */ MCD_OPC_Decode, 228, 49, 178, 1, // Opcode: SRSRA_ZZI_H |
12184 | | /* 59664 */ MCD_OPC_FilterValue, 2, 237, 61, 1, // Skip to: 141058 |
12185 | | /* 59669 */ MCD_OPC_CheckPredicate, 21, 232, 61, 1, // Skip to: 141058 |
12186 | | /* 59674 */ MCD_OPC_Decode, 229, 49, 179, 1, // Opcode: SRSRA_ZZI_S |
12187 | | /* 59679 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 59747 |
12188 | | /* 59684 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12189 | | /* 59687 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59732 |
12190 | | /* 59692 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12191 | | /* 59695 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59717 |
12192 | | /* 59700 */ MCD_OPC_CheckPredicate, 21, 201, 61, 1, // Skip to: 141058 |
12193 | | /* 59705 */ MCD_OPC_CheckField, 19, 1, 1, 194, 61, 1, // Skip to: 141058 |
12194 | | /* 59712 */ MCD_OPC_Decode, 177, 61, 177, 1, // Opcode: URSRA_ZZI_B |
12195 | | /* 59717 */ MCD_OPC_FilterValue, 1, 184, 61, 1, // Skip to: 141058 |
12196 | | /* 59722 */ MCD_OPC_CheckPredicate, 21, 179, 61, 1, // Skip to: 141058 |
12197 | | /* 59727 */ MCD_OPC_Decode, 179, 61, 178, 1, // Opcode: URSRA_ZZI_H |
12198 | | /* 59732 */ MCD_OPC_FilterValue, 2, 169, 61, 1, // Skip to: 141058 |
12199 | | /* 59737 */ MCD_OPC_CheckPredicate, 21, 164, 61, 1, // Skip to: 141058 |
12200 | | /* 59742 */ MCD_OPC_Decode, 180, 61, 179, 1, // Opcode: URSRA_ZZI_S |
12201 | | /* 59747 */ MCD_OPC_FilterValue, 4, 78, 0, 0, // Skip to: 59830 |
12202 | | /* 59752 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12203 | | /* 59755 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59800 |
12204 | | /* 59760 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12205 | | /* 59763 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59785 |
12206 | | /* 59768 */ MCD_OPC_CheckPredicate, 21, 133, 61, 1, // Skip to: 141058 |
12207 | | /* 59773 */ MCD_OPC_CheckField, 19, 1, 1, 126, 61, 1, // Skip to: 141058 |
12208 | | /* 59780 */ MCD_OPC_Decode, 170, 49, 177, 1, // Opcode: SRI_ZZI_B |
12209 | | /* 59785 */ MCD_OPC_FilterValue, 1, 116, 61, 1, // Skip to: 141058 |
12210 | | /* 59790 */ MCD_OPC_CheckPredicate, 21, 111, 61, 1, // Skip to: 141058 |
12211 | | /* 59795 */ MCD_OPC_Decode, 172, 49, 178, 1, // Opcode: SRI_ZZI_H |
12212 | | /* 59800 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 59815 |
12213 | | /* 59805 */ MCD_OPC_CheckPredicate, 32, 96, 61, 1, // Skip to: 141058 |
12214 | | /* 59810 */ MCD_OPC_Decode, 185, 43, 162, 1, // Opcode: SM4EKEY_ZZZ_S |
12215 | | /* 59815 */ MCD_OPC_FilterValue, 2, 86, 61, 1, // Skip to: 141058 |
12216 | | /* 59820 */ MCD_OPC_CheckPredicate, 21, 81, 61, 1, // Skip to: 141058 |
12217 | | /* 59825 */ MCD_OPC_Decode, 173, 49, 179, 1, // Opcode: SRI_ZZI_S |
12218 | | /* 59830 */ MCD_OPC_FilterValue, 5, 78, 0, 0, // Skip to: 59913 |
12219 | | /* 59835 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12220 | | /* 59838 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 59883 |
12221 | | /* 59843 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
12222 | | /* 59846 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 59868 |
12223 | | /* 59851 */ MCD_OPC_CheckPredicate, 21, 50, 61, 1, // Skip to: 141058 |
12224 | | /* 59856 */ MCD_OPC_CheckField, 19, 1, 1, 43, 61, 1, // Skip to: 141058 |
12225 | | /* 59863 */ MCD_OPC_Decode, 165, 43, 171, 2, // Opcode: SLI_ZZI_B |
12226 | | /* 59868 */ MCD_OPC_FilterValue, 1, 33, 61, 1, // Skip to: 141058 |
12227 | | /* 59873 */ MCD_OPC_CheckPredicate, 21, 28, 61, 1, // Skip to: 141058 |
12228 | | /* 59878 */ MCD_OPC_Decode, 167, 43, 172, 2, // Opcode: SLI_ZZI_H |
12229 | | /* 59883 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 59898 |
12230 | | /* 59888 */ MCD_OPC_CheckPredicate, 33, 13, 61, 1, // Skip to: 141058 |
12231 | | /* 59893 */ MCD_OPC_Decode, 242, 39, 162, 1, // Opcode: RAX1_ZZZ_D |
12232 | | /* 59898 */ MCD_OPC_FilterValue, 2, 3, 61, 1, // Skip to: 141058 |
12233 | | /* 59903 */ MCD_OPC_CheckPredicate, 21, 254, 60, 1, // Skip to: 141058 |
12234 | | /* 59908 */ MCD_OPC_Decode, 168, 43, 173, 2, // Opcode: SLI_ZZI_S |
12235 | | /* 59913 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 59951 |
12236 | | /* 59918 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12237 | | /* 59921 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59936 |
12238 | | /* 59926 */ MCD_OPC_CheckPredicate, 21, 231, 60, 1, // Skip to: 141058 |
12239 | | /* 59931 */ MCD_OPC_Decode, 143, 41, 176, 1, // Opcode: SABA_ZZZ_B |
12240 | | /* 59936 */ MCD_OPC_FilterValue, 2, 221, 60, 1, // Skip to: 141058 |
12241 | | /* 59941 */ MCD_OPC_CheckPredicate, 21, 216, 60, 1, // Skip to: 141058 |
12242 | | /* 59946 */ MCD_OPC_Decode, 145, 41, 176, 1, // Opcode: SABA_ZZZ_H |
12243 | | /* 59951 */ MCD_OPC_FilterValue, 7, 206, 60, 1, // Skip to: 141058 |
12244 | | /* 59956 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12245 | | /* 59959 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 59974 |
12246 | | /* 59964 */ MCD_OPC_CheckPredicate, 21, 193, 60, 1, // Skip to: 141058 |
12247 | | /* 59969 */ MCD_OPC_Decode, 242, 55, 176, 1, // Opcode: UABA_ZZZ_B |
12248 | | /* 59974 */ MCD_OPC_FilterValue, 2, 183, 60, 1, // Skip to: 141058 |
12249 | | /* 59979 */ MCD_OPC_CheckPredicate, 21, 178, 60, 1, // Skip to: 141058 |
12250 | | /* 59984 */ MCD_OPC_Decode, 244, 55, 176, 1, // Opcode: UABA_ZZZ_H |
12251 | | /* 59989 */ MCD_OPC_FilterValue, 3, 168, 60, 1, // Skip to: 141058 |
12252 | | /* 59994 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12253 | | /* 59997 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 60019 |
12254 | | /* 60002 */ MCD_OPC_CheckPredicate, 21, 155, 60, 1, // Skip to: 141058 |
12255 | | /* 60007 */ MCD_OPC_CheckField, 21, 1, 0, 148, 60, 1, // Skip to: 141058 |
12256 | | /* 60014 */ MCD_OPC_Decode, 139, 50, 180, 1, // Opcode: SSRA_ZZI_D |
12257 | | /* 60019 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 60041 |
12258 | | /* 60024 */ MCD_OPC_CheckPredicate, 21, 133, 60, 1, // Skip to: 141058 |
12259 | | /* 60029 */ MCD_OPC_CheckField, 21, 1, 0, 126, 60, 1, // Skip to: 141058 |
12260 | | /* 60036 */ MCD_OPC_Decode, 131, 62, 180, 1, // Opcode: USRA_ZZI_D |
12261 | | /* 60041 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 60063 |
12262 | | /* 60046 */ MCD_OPC_CheckPredicate, 21, 111, 60, 1, // Skip to: 141058 |
12263 | | /* 60051 */ MCD_OPC_CheckField, 21, 1, 0, 104, 60, 1, // Skip to: 141058 |
12264 | | /* 60058 */ MCD_OPC_Decode, 227, 49, 180, 1, // Opcode: SRSRA_ZZI_D |
12265 | | /* 60063 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 60085 |
12266 | | /* 60068 */ MCD_OPC_CheckPredicate, 21, 89, 60, 1, // Skip to: 141058 |
12267 | | /* 60073 */ MCD_OPC_CheckField, 21, 1, 0, 82, 60, 1, // Skip to: 141058 |
12268 | | /* 60080 */ MCD_OPC_Decode, 178, 61, 180, 1, // Opcode: URSRA_ZZI_D |
12269 | | /* 60085 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 60107 |
12270 | | /* 60090 */ MCD_OPC_CheckPredicate, 21, 67, 60, 1, // Skip to: 141058 |
12271 | | /* 60095 */ MCD_OPC_CheckField, 21, 1, 0, 60, 60, 1, // Skip to: 141058 |
12272 | | /* 60102 */ MCD_OPC_Decode, 171, 49, 180, 1, // Opcode: SRI_ZZI_D |
12273 | | /* 60107 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 60129 |
12274 | | /* 60112 */ MCD_OPC_CheckPredicate, 21, 45, 60, 1, // Skip to: 141058 |
12275 | | /* 60117 */ MCD_OPC_CheckField, 21, 1, 0, 38, 60, 1, // Skip to: 141058 |
12276 | | /* 60124 */ MCD_OPC_Decode, 166, 43, 174, 2, // Opcode: SLI_ZZI_D |
12277 | | /* 60129 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 60167 |
12278 | | /* 60134 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12279 | | /* 60137 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60152 |
12280 | | /* 60142 */ MCD_OPC_CheckPredicate, 21, 15, 60, 1, // Skip to: 141058 |
12281 | | /* 60147 */ MCD_OPC_Decode, 146, 41, 176, 1, // Opcode: SABA_ZZZ_S |
12282 | | /* 60152 */ MCD_OPC_FilterValue, 2, 5, 60, 1, // Skip to: 141058 |
12283 | | /* 60157 */ MCD_OPC_CheckPredicate, 21, 0, 60, 1, // Skip to: 141058 |
12284 | | /* 60162 */ MCD_OPC_Decode, 144, 41, 176, 1, // Opcode: SABA_ZZZ_D |
12285 | | /* 60167 */ MCD_OPC_FilterValue, 7, 246, 59, 1, // Skip to: 141058 |
12286 | | /* 60172 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12287 | | /* 60175 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60190 |
12288 | | /* 60180 */ MCD_OPC_CheckPredicate, 21, 233, 59, 1, // Skip to: 141058 |
12289 | | /* 60185 */ MCD_OPC_Decode, 245, 55, 176, 1, // Opcode: UABA_ZZZ_S |
12290 | | /* 60190 */ MCD_OPC_FilterValue, 2, 223, 59, 1, // Skip to: 141058 |
12291 | | /* 60195 */ MCD_OPC_CheckPredicate, 21, 218, 59, 1, // Skip to: 141058 |
12292 | | /* 60200 */ MCD_OPC_Decode, 243, 55, 176, 1, // Opcode: UABA_ZZZ_D |
12293 | | /* 60205 */ MCD_OPC_FilterValue, 3, 17, 27, 0, // Skip to: 67139 |
12294 | | /* 60210 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
12295 | | /* 60213 */ MCD_OPC_FilterValue, 0, 19, 3, 0, // Skip to: 61005 |
12296 | | /* 60218 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
12297 | | /* 60221 */ MCD_OPC_FilterValue, 0, 48, 1, 0, // Skip to: 60530 |
12298 | | /* 60226 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
12299 | | /* 60229 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 60251 |
12300 | | /* 60234 */ MCD_OPC_CheckPredicate, 19, 179, 59, 1, // Skip to: 141058 |
12301 | | /* 60239 */ MCD_OPC_CheckField, 22, 1, 1, 172, 59, 1, // Skip to: 141058 |
12302 | | /* 60246 */ MCD_OPC_Decode, 205, 20, 175, 2, // Opcode: FCMLA_ZPmZZ_H |
12303 | | /* 60251 */ MCD_OPC_FilterValue, 1, 162, 59, 1, // Skip to: 141058 |
12304 | | /* 60256 */ MCD_OPC_ExtractField, 12, 3, // Inst{14-12} ... |
12305 | | /* 60259 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 60327 |
12306 | | /* 60264 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12307 | | /* 60267 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60282 |
12308 | | /* 60272 */ MCD_OPC_CheckPredicate, 19, 141, 59, 1, // Skip to: 141058 |
12309 | | /* 60277 */ MCD_OPC_Decode, 186, 25, 151, 2, // Opcode: FMLA_ZZZI_H |
12310 | | /* 60282 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 60297 |
12311 | | /* 60287 */ MCD_OPC_CheckPredicate, 19, 126, 59, 1, // Skip to: 141058 |
12312 | | /* 60292 */ MCD_OPC_Decode, 243, 25, 151, 2, // Opcode: FMLS_ZZZI_H |
12313 | | /* 60297 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 60312 |
12314 | | /* 60302 */ MCD_OPC_CheckPredicate, 34, 111, 59, 1, // Skip to: 141058 |
12315 | | /* 60307 */ MCD_OPC_Decode, 231, 13, 151, 2, // Opcode: BFMLA_ZZZI |
12316 | | /* 60312 */ MCD_OPC_FilterValue, 3, 101, 59, 1, // Skip to: 141058 |
12317 | | /* 60317 */ MCD_OPC_CheckPredicate, 34, 96, 59, 1, // Skip to: 141058 |
12318 | | /* 60322 */ MCD_OPC_Decode, 251, 13, 151, 2, // Opcode: BFMLS_ZZZI |
12319 | | /* 60327 */ MCD_OPC_FilterValue, 2, 71, 0, 0, // Skip to: 60403 |
12320 | | /* 60332 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12321 | | /* 60335 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60350 |
12322 | | /* 60340 */ MCD_OPC_CheckPredicate, 19, 73, 59, 1, // Skip to: 141058 |
12323 | | /* 60345 */ MCD_OPC_Decode, 201, 26, 167, 2, // Opcode: FMUL_ZZZI_H |
12324 | | /* 60350 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 60388 |
12325 | | /* 60355 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
12326 | | /* 60358 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60373 |
12327 | | /* 60363 */ MCD_OPC_CheckPredicate, 34, 50, 59, 1, // Skip to: 141058 |
12328 | | /* 60368 */ MCD_OPC_Decode, 168, 13, 176, 1, // Opcode: BFCLAMP_ZZZ |
12329 | | /* 60373 */ MCD_OPC_FilterValue, 1, 40, 59, 1, // Skip to: 141058 |
12330 | | /* 60378 */ MCD_OPC_CheckPredicate, 10, 35, 59, 1, // Skip to: 141058 |
12331 | | /* 60383 */ MCD_OPC_Decode, 136, 20, 176, 1, // Opcode: FCLAMP_ZZZ_H |
12332 | | /* 60388 */ MCD_OPC_FilterValue, 2, 25, 59, 1, // Skip to: 141058 |
12333 | | /* 60393 */ MCD_OPC_CheckPredicate, 34, 20, 59, 1, // Skip to: 141058 |
12334 | | /* 60398 */ MCD_OPC_Decode, 132, 14, 167, 2, // Opcode: BFMUL_ZZZI |
12335 | | /* 60403 */ MCD_OPC_FilterValue, 4, 100, 0, 0, // Skip to: 60508 |
12336 | | /* 60408 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12337 | | /* 60411 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 60463 |
12338 | | /* 60416 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
12339 | | /* 60419 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 60441 |
12340 | | /* 60424 */ MCD_OPC_CheckPredicate, 10, 245, 58, 1, // Skip to: 141058 |
12341 | | /* 60429 */ MCD_OPC_CheckField, 11, 1, 0, 238, 58, 1, // Skip to: 141058 |
12342 | | /* 60436 */ MCD_OPC_Decode, 145, 23, 153, 2, // Opcode: FDOT_ZZZI_S |
12343 | | /* 60441 */ MCD_OPC_FilterValue, 1, 228, 58, 1, // Skip to: 141058 |
12344 | | /* 60446 */ MCD_OPC_CheckPredicate, 35, 223, 58, 1, // Skip to: 141058 |
12345 | | /* 60451 */ MCD_OPC_CheckField, 11, 1, 0, 216, 58, 1, // Skip to: 141058 |
12346 | | /* 60458 */ MCD_OPC_Decode, 184, 13, 153, 2, // Opcode: BFDOT_ZZI |
12347 | | /* 60463 */ MCD_OPC_FilterValue, 1, 206, 58, 1, // Skip to: 141058 |
12348 | | /* 60468 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
12349 | | /* 60471 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60486 |
12350 | | /* 60476 */ MCD_OPC_CheckPredicate, 36, 193, 58, 1, // Skip to: 141058 |
12351 | | /* 60481 */ MCD_OPC_Decode, 143, 23, 155, 2, // Opcode: FDOT_ZZZI_BtoH |
12352 | | /* 60486 */ MCD_OPC_FilterValue, 1, 183, 58, 1, // Skip to: 141058 |
12353 | | /* 60491 */ MCD_OPC_CheckPredicate, 37, 178, 58, 1, // Skip to: 141058 |
12354 | | /* 60496 */ MCD_OPC_CheckField, 11, 1, 0, 171, 58, 1, // Skip to: 141058 |
12355 | | /* 60503 */ MCD_OPC_Decode, 144, 23, 153, 2, // Opcode: FDOT_ZZZI_BtoS |
12356 | | /* 60508 */ MCD_OPC_FilterValue, 5, 161, 58, 1, // Skip to: 141058 |
12357 | | /* 60513 */ MCD_OPC_CheckPredicate, 38, 156, 58, 1, // Skip to: 141058 |
12358 | | /* 60518 */ MCD_OPC_CheckField, 22, 1, 0, 149, 58, 1, // Skip to: 141058 |
12359 | | /* 60525 */ MCD_OPC_Decode, 237, 24, 176, 2, // Opcode: FMLALB_ZZZI |
12360 | | /* 60530 */ MCD_OPC_FilterValue, 1, 139, 58, 1, // Skip to: 141058 |
12361 | | /* 60535 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12362 | | /* 60538 */ MCD_OPC_FilterValue, 0, 230, 0, 0, // Skip to: 60773 |
12363 | | /* 60543 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12364 | | /* 60546 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 60614 |
12365 | | /* 60551 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12366 | | /* 60554 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60569 |
12367 | | /* 60559 */ MCD_OPC_CheckPredicate, 10, 110, 58, 1, // Skip to: 141058 |
12368 | | /* 60564 */ MCD_OPC_Decode, 148, 23, 176, 1, // Opcode: FDOT_ZZZ_S |
12369 | | /* 60569 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 60584 |
12370 | | /* 60574 */ MCD_OPC_CheckPredicate, 36, 95, 58, 1, // Skip to: 141058 |
12371 | | /* 60579 */ MCD_OPC_Decode, 146, 23, 176, 1, // Opcode: FDOT_ZZZ_BtoH |
12372 | | /* 60584 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 60599 |
12373 | | /* 60589 */ MCD_OPC_CheckPredicate, 38, 80, 58, 1, // Skip to: 141058 |
12374 | | /* 60594 */ MCD_OPC_Decode, 242, 24, 176, 1, // Opcode: FMLALLBB_ZZZ |
12375 | | /* 60599 */ MCD_OPC_FilterValue, 6, 70, 58, 1, // Skip to: 141058 |
12376 | | /* 60604 */ MCD_OPC_CheckPredicate, 38, 65, 58, 1, // Skip to: 141058 |
12377 | | /* 60609 */ MCD_OPC_Decode, 246, 24, 176, 1, // Opcode: FMLALLBT_ZZZ |
12378 | | /* 60614 */ MCD_OPC_FilterValue, 2, 116, 0, 0, // Skip to: 60735 |
12379 | | /* 60619 */ MCD_OPC_ExtractField, 17, 4, // Inst{20-17} ... |
12380 | | /* 60622 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60637 |
12381 | | /* 60627 */ MCD_OPC_CheckPredicate, 19, 42, 58, 1, // Skip to: 141058 |
12382 | | /* 60632 */ MCD_OPC_Decode, 244, 19, 177, 2, // Opcode: FCADD_ZPmZ_H |
12383 | | /* 60637 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 60659 |
12384 | | /* 60642 */ MCD_OPC_CheckPredicate, 21, 27, 58, 1, // Skip to: 141058 |
12385 | | /* 60647 */ MCD_OPC_CheckField, 16, 1, 0, 20, 58, 1, // Skip to: 141058 |
12386 | | /* 60654 */ MCD_OPC_Decode, 178, 19, 138, 1, // Opcode: FADDP_ZPmZZ_H |
12387 | | /* 60659 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 60697 |
12388 | | /* 60664 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12389 | | /* 60667 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60682 |
12390 | | /* 60672 */ MCD_OPC_CheckPredicate, 21, 253, 57, 1, // Skip to: 141058 |
12391 | | /* 60677 */ MCD_OPC_Decode, 181, 23, 138, 1, // Opcode: FMAXNMP_ZPmZZ_H |
12392 | | /* 60682 */ MCD_OPC_FilterValue, 1, 243, 57, 1, // Skip to: 141058 |
12393 | | /* 60687 */ MCD_OPC_CheckPredicate, 21, 238, 57, 1, // Skip to: 141058 |
12394 | | /* 60692 */ MCD_OPC_Decode, 145, 24, 138, 1, // Opcode: FMINNMP_ZPmZZ_H |
12395 | | /* 60697 */ MCD_OPC_FilterValue, 11, 228, 57, 1, // Skip to: 141058 |
12396 | | /* 60702 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12397 | | /* 60705 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60720 |
12398 | | /* 60710 */ MCD_OPC_CheckPredicate, 21, 215, 57, 1, // Skip to: 141058 |
12399 | | /* 60715 */ MCD_OPC_Decode, 225, 23, 138, 1, // Opcode: FMAXP_ZPmZZ_H |
12400 | | /* 60720 */ MCD_OPC_FilterValue, 1, 205, 57, 1, // Skip to: 141058 |
12401 | | /* 60725 */ MCD_OPC_CheckPredicate, 21, 200, 57, 1, // Skip to: 141058 |
12402 | | /* 60730 */ MCD_OPC_Decode, 189, 24, 138, 1, // Opcode: FMINP_ZPmZZ_H |
12403 | | /* 60735 */ MCD_OPC_FilterValue, 3, 190, 57, 1, // Skip to: 141058 |
12404 | | /* 60740 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12405 | | /* 60743 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 60758 |
12406 | | /* 60748 */ MCD_OPC_CheckPredicate, 35, 177, 57, 1, // Skip to: 141058 |
12407 | | /* 60753 */ MCD_OPC_Decode, 185, 13, 176, 1, // Opcode: BFDOT_ZZZ |
12408 | | /* 60758 */ MCD_OPC_FilterValue, 1, 167, 57, 1, // Skip to: 141058 |
12409 | | /* 60763 */ MCD_OPC_CheckPredicate, 37, 162, 57, 1, // Skip to: 141058 |
12410 | | /* 60768 */ MCD_OPC_Decode, 147, 23, 176, 1, // Opcode: FDOT_ZZZ_BtoS |
12411 | | /* 60773 */ MCD_OPC_FilterValue, 1, 146, 0, 0, // Skip to: 60924 |
12412 | | /* 60778 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12413 | | /* 60781 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 60803 |
12414 | | /* 60786 */ MCD_OPC_CheckPredicate, 21, 139, 57, 1, // Skip to: 141058 |
12415 | | /* 60791 */ MCD_OPC_CheckField, 16, 5, 10, 132, 57, 1, // Skip to: 141058 |
12416 | | /* 60798 */ MCD_OPC_Decode, 150, 22, 141, 1, // Opcode: FCVTXNT_ZPmZ_DtoS |
12417 | | /* 60803 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 60841 |
12418 | | /* 60808 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12419 | | /* 60811 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 60826 |
12420 | | /* 60816 */ MCD_OPC_CheckPredicate, 38, 109, 57, 1, // Skip to: 141058 |
12421 | | /* 60821 */ MCD_OPC_Decode, 250, 24, 176, 1, // Opcode: FMLALLTB_ZZZ |
12422 | | /* 60826 */ MCD_OPC_FilterValue, 6, 99, 57, 1, // Skip to: 141058 |
12423 | | /* 60831 */ MCD_OPC_CheckPredicate, 38, 94, 57, 1, // Skip to: 141058 |
12424 | | /* 60836 */ MCD_OPC_Decode, 254, 24, 176, 1, // Opcode: FMLALLTT_ZZZ |
12425 | | /* 60841 */ MCD_OPC_FilterValue, 2, 84, 57, 1, // Skip to: 141058 |
12426 | | /* 60846 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12427 | | /* 60849 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 60864 |
12428 | | /* 60854 */ MCD_OPC_CheckPredicate, 20, 71, 57, 1, // Skip to: 141058 |
12429 | | /* 60859 */ MCD_OPC_Decode, 189, 19, 140, 1, // Opcode: FADDQV_H |
12430 | | /* 60864 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 60879 |
12431 | | /* 60869 */ MCD_OPC_CheckPredicate, 20, 56, 57, 1, // Skip to: 141058 |
12432 | | /* 60874 */ MCD_OPC_Decode, 192, 23, 140, 1, // Opcode: FMAXNMQV_H |
12433 | | /* 60879 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 60894 |
12434 | | /* 60884 */ MCD_OPC_CheckPredicate, 20, 41, 57, 1, // Skip to: 141058 |
12435 | | /* 60889 */ MCD_OPC_Decode, 156, 24, 140, 1, // Opcode: FMINNMQV_H |
12436 | | /* 60894 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 60909 |
12437 | | /* 60899 */ MCD_OPC_CheckPredicate, 20, 26, 57, 1, // Skip to: 141058 |
12438 | | /* 60904 */ MCD_OPC_Decode, 236, 23, 140, 1, // Opcode: FMAXQV_H |
12439 | | /* 60909 */ MCD_OPC_FilterValue, 23, 16, 57, 1, // Skip to: 141058 |
12440 | | /* 60914 */ MCD_OPC_CheckPredicate, 20, 11, 57, 1, // Skip to: 141058 |
12441 | | /* 60919 */ MCD_OPC_Decode, 200, 24, 140, 1, // Opcode: FMINQV_H |
12442 | | /* 60924 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 60976 |
12443 | | /* 60929 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12444 | | /* 60932 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 60954 |
12445 | | /* 60937 */ MCD_OPC_CheckPredicate, 38, 244, 56, 1, // Skip to: 141058 |
12446 | | /* 60942 */ MCD_OPC_CheckField, 12, 1, 0, 237, 56, 1, // Skip to: 141058 |
12447 | | /* 60949 */ MCD_OPC_Decode, 243, 24, 176, 2, // Opcode: FMLALLBB_ZZZI |
12448 | | /* 60954 */ MCD_OPC_FilterValue, 3, 227, 56, 1, // Skip to: 141058 |
12449 | | /* 60959 */ MCD_OPC_CheckPredicate, 38, 222, 56, 1, // Skip to: 141058 |
12450 | | /* 60964 */ MCD_OPC_CheckField, 12, 1, 0, 215, 56, 1, // Skip to: 141058 |
12451 | | /* 60971 */ MCD_OPC_Decode, 247, 24, 176, 2, // Opcode: FMLALLBT_ZZZI |
12452 | | /* 60976 */ MCD_OPC_FilterValue, 3, 205, 56, 1, // Skip to: 141058 |
12453 | | /* 60981 */ MCD_OPC_CheckPredicate, 39, 200, 56, 1, // Skip to: 141058 |
12454 | | /* 60986 */ MCD_OPC_CheckField, 21, 2, 3, 193, 56, 1, // Skip to: 141058 |
12455 | | /* 60993 */ MCD_OPC_CheckField, 10, 3, 1, 186, 56, 1, // Skip to: 141058 |
12456 | | /* 61000 */ MCD_OPC_Decode, 253, 13, 176, 1, // Opcode: BFMMLA_ZZZ |
12457 | | /* 61005 */ MCD_OPC_FilterValue, 1, 30, 5, 0, // Skip to: 62320 |
12458 | | /* 61010 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12459 | | /* 61013 */ MCD_OPC_FilterValue, 0, 93, 1, 0, // Skip to: 61367 |
12460 | | /* 61018 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
12461 | | /* 61021 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61036 |
12462 | | /* 61026 */ MCD_OPC_CheckPredicate, 19, 155, 56, 1, // Skip to: 141058 |
12463 | | /* 61031 */ MCD_OPC_Decode, 206, 20, 175, 2, // Opcode: FCMLA_ZPmZZ_S |
12464 | | /* 61036 */ MCD_OPC_FilterValue, 1, 145, 56, 1, // Skip to: 141058 |
12465 | | /* 61041 */ MCD_OPC_ExtractField, 17, 4, // Inst{20-17} ... |
12466 | | /* 61044 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61066 |
12467 | | /* 61049 */ MCD_OPC_CheckPredicate, 19, 132, 56, 1, // Skip to: 141058 |
12468 | | /* 61054 */ MCD_OPC_CheckField, 13, 2, 0, 125, 56, 1, // Skip to: 141058 |
12469 | | /* 61061 */ MCD_OPC_Decode, 245, 19, 177, 2, // Opcode: FCADD_ZPmZ_S |
12470 | | /* 61066 */ MCD_OPC_FilterValue, 4, 47, 0, 0, // Skip to: 61118 |
12471 | | /* 61071 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12472 | | /* 61074 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61096 |
12473 | | /* 61079 */ MCD_OPC_CheckPredicate, 21, 102, 56, 1, // Skip to: 141058 |
12474 | | /* 61084 */ MCD_OPC_CheckField, 13, 2, 1, 95, 56, 1, // Skip to: 141058 |
12475 | | /* 61091 */ MCD_OPC_Decode, 222, 21, 141, 1, // Opcode: FCVTNT_ZPmZ_StoH |
12476 | | /* 61096 */ MCD_OPC_FilterValue, 1, 85, 56, 1, // Skip to: 141058 |
12477 | | /* 61101 */ MCD_OPC_CheckPredicate, 21, 80, 56, 1, // Skip to: 141058 |
12478 | | /* 61106 */ MCD_OPC_CheckField, 13, 2, 1, 73, 56, 1, // Skip to: 141058 |
12479 | | /* 61113 */ MCD_OPC_Decode, 170, 21, 141, 1, // Opcode: FCVTLT_ZPmZ_HtoS |
12480 | | /* 61118 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 61147 |
12481 | | /* 61123 */ MCD_OPC_CheckPredicate, 35, 58, 56, 1, // Skip to: 141058 |
12482 | | /* 61128 */ MCD_OPC_CheckField, 16, 1, 0, 51, 56, 1, // Skip to: 141058 |
12483 | | /* 61135 */ MCD_OPC_CheckField, 13, 2, 1, 44, 56, 1, // Skip to: 141058 |
12484 | | /* 61142 */ MCD_OPC_Decode, 172, 13, 141, 1, // Opcode: BFCVTNT_ZPmZ |
12485 | | /* 61147 */ MCD_OPC_FilterValue, 8, 47, 0, 0, // Skip to: 61199 |
12486 | | /* 61152 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12487 | | /* 61155 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61177 |
12488 | | /* 61160 */ MCD_OPC_CheckPredicate, 21, 21, 56, 1, // Skip to: 141058 |
12489 | | /* 61165 */ MCD_OPC_CheckField, 16, 1, 0, 14, 56, 1, // Skip to: 141058 |
12490 | | /* 61172 */ MCD_OPC_Decode, 179, 19, 138, 1, // Opcode: FADDP_ZPmZZ_S |
12491 | | /* 61177 */ MCD_OPC_FilterValue, 1, 4, 56, 1, // Skip to: 141058 |
12492 | | /* 61182 */ MCD_OPC_CheckPredicate, 20, 255, 55, 1, // Skip to: 141058 |
12493 | | /* 61187 */ MCD_OPC_CheckField, 16, 1, 0, 248, 55, 1, // Skip to: 141058 |
12494 | | /* 61194 */ MCD_OPC_Decode, 190, 19, 140, 1, // Opcode: FADDQV_S |
12495 | | /* 61199 */ MCD_OPC_FilterValue, 10, 79, 0, 0, // Skip to: 61283 |
12496 | | /* 61204 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12497 | | /* 61207 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 61245 |
12498 | | /* 61212 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12499 | | /* 61215 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61230 |
12500 | | /* 61220 */ MCD_OPC_CheckPredicate, 21, 217, 55, 1, // Skip to: 141058 |
12501 | | /* 61225 */ MCD_OPC_Decode, 182, 23, 138, 1, // Opcode: FMAXNMP_ZPmZZ_S |
12502 | | /* 61230 */ MCD_OPC_FilterValue, 1, 207, 55, 1, // Skip to: 141058 |
12503 | | /* 61235 */ MCD_OPC_CheckPredicate, 21, 202, 55, 1, // Skip to: 141058 |
12504 | | /* 61240 */ MCD_OPC_Decode, 146, 24, 138, 1, // Opcode: FMINNMP_ZPmZZ_S |
12505 | | /* 61245 */ MCD_OPC_FilterValue, 1, 192, 55, 1, // Skip to: 141058 |
12506 | | /* 61250 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12507 | | /* 61253 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61268 |
12508 | | /* 61258 */ MCD_OPC_CheckPredicate, 20, 179, 55, 1, // Skip to: 141058 |
12509 | | /* 61263 */ MCD_OPC_Decode, 193, 23, 140, 1, // Opcode: FMAXNMQV_S |
12510 | | /* 61268 */ MCD_OPC_FilterValue, 1, 169, 55, 1, // Skip to: 141058 |
12511 | | /* 61273 */ MCD_OPC_CheckPredicate, 20, 164, 55, 1, // Skip to: 141058 |
12512 | | /* 61278 */ MCD_OPC_Decode, 157, 24, 140, 1, // Opcode: FMINNMQV_S |
12513 | | /* 61283 */ MCD_OPC_FilterValue, 11, 154, 55, 1, // Skip to: 141058 |
12514 | | /* 61288 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12515 | | /* 61291 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 61329 |
12516 | | /* 61296 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12517 | | /* 61299 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61314 |
12518 | | /* 61304 */ MCD_OPC_CheckPredicate, 21, 133, 55, 1, // Skip to: 141058 |
12519 | | /* 61309 */ MCD_OPC_Decode, 226, 23, 138, 1, // Opcode: FMAXP_ZPmZZ_S |
12520 | | /* 61314 */ MCD_OPC_FilterValue, 1, 123, 55, 1, // Skip to: 141058 |
12521 | | /* 61319 */ MCD_OPC_CheckPredicate, 21, 118, 55, 1, // Skip to: 141058 |
12522 | | /* 61324 */ MCD_OPC_Decode, 190, 24, 138, 1, // Opcode: FMINP_ZPmZZ_S |
12523 | | /* 61329 */ MCD_OPC_FilterValue, 1, 108, 55, 1, // Skip to: 141058 |
12524 | | /* 61334 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12525 | | /* 61337 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61352 |
12526 | | /* 61342 */ MCD_OPC_CheckPredicate, 20, 95, 55, 1, // Skip to: 141058 |
12527 | | /* 61347 */ MCD_OPC_Decode, 237, 23, 140, 1, // Opcode: FMAXQV_S |
12528 | | /* 61352 */ MCD_OPC_FilterValue, 1, 85, 55, 1, // Skip to: 141058 |
12529 | | /* 61357 */ MCD_OPC_CheckPredicate, 20, 80, 55, 1, // Skip to: 141058 |
12530 | | /* 61362 */ MCD_OPC_Decode, 201, 24, 140, 1, // Opcode: FMINQV_S |
12531 | | /* 61367 */ MCD_OPC_FilterValue, 1, 79, 1, 0, // Skip to: 61707 |
12532 | | /* 61372 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
12533 | | /* 61375 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 61413 |
12534 | | /* 61380 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12535 | | /* 61383 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61398 |
12536 | | /* 61388 */ MCD_OPC_CheckPredicate, 19, 49, 55, 1, // Skip to: 141058 |
12537 | | /* 61393 */ MCD_OPC_Decode, 187, 25, 153, 2, // Opcode: FMLA_ZZZI_S |
12538 | | /* 61398 */ MCD_OPC_FilterValue, 1, 39, 55, 1, // Skip to: 141058 |
12539 | | /* 61403 */ MCD_OPC_CheckPredicate, 19, 34, 55, 1, // Skip to: 141058 |
12540 | | /* 61408 */ MCD_OPC_Decode, 244, 25, 153, 2, // Opcode: FMLS_ZZZI_S |
12541 | | /* 61413 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 61428 |
12542 | | /* 61418 */ MCD_OPC_CheckPredicate, 19, 19, 55, 1, // Skip to: 141058 |
12543 | | /* 61423 */ MCD_OPC_Decode, 207, 20, 157, 2, // Opcode: FCMLA_ZZZI_H |
12544 | | /* 61428 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 61466 |
12545 | | /* 61433 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12546 | | /* 61436 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61451 |
12547 | | /* 61441 */ MCD_OPC_CheckPredicate, 19, 252, 54, 1, // Skip to: 141058 |
12548 | | /* 61446 */ MCD_OPC_Decode, 202, 26, 168, 2, // Opcode: FMUL_ZZZI_S |
12549 | | /* 61451 */ MCD_OPC_FilterValue, 1, 242, 54, 1, // Skip to: 141058 |
12550 | | /* 61456 */ MCD_OPC_CheckPredicate, 10, 237, 54, 1, // Skip to: 141058 |
12551 | | /* 61461 */ MCD_OPC_Decode, 137, 20, 176, 1, // Opcode: FCLAMP_ZZZ_S |
12552 | | /* 61466 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 61504 |
12553 | | /* 61471 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12554 | | /* 61474 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61489 |
12555 | | /* 61479 */ MCD_OPC_CheckPredicate, 21, 214, 54, 1, // Skip to: 141058 |
12556 | | /* 61484 */ MCD_OPC_Decode, 238, 24, 155, 2, // Opcode: FMLALB_ZZZI_SHH |
12557 | | /* 61489 */ MCD_OPC_FilterValue, 1, 204, 54, 1, // Skip to: 141058 |
12558 | | /* 61494 */ MCD_OPC_CheckPredicate, 21, 199, 54, 1, // Skip to: 141058 |
12559 | | /* 61499 */ MCD_OPC_Decode, 140, 25, 155, 2, // Opcode: FMLALT_ZZZI_SHH |
12560 | | /* 61504 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 61519 |
12561 | | /* 61509 */ MCD_OPC_CheckPredicate, 38, 184, 54, 1, // Skip to: 141058 |
12562 | | /* 61514 */ MCD_OPC_Decode, 139, 25, 176, 2, // Opcode: FMLALT_ZZZI |
12563 | | /* 61519 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 61557 |
12564 | | /* 61524 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12565 | | /* 61527 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61542 |
12566 | | /* 61532 */ MCD_OPC_CheckPredicate, 21, 161, 54, 1, // Skip to: 141058 |
12567 | | /* 61537 */ MCD_OPC_Decode, 205, 25, 155, 2, // Opcode: FMLSLB_ZZZI_SHH |
12568 | | /* 61542 */ MCD_OPC_FilterValue, 1, 151, 54, 1, // Skip to: 141058 |
12569 | | /* 61547 */ MCD_OPC_CheckPredicate, 21, 146, 54, 1, // Skip to: 141058 |
12570 | | /* 61552 */ MCD_OPC_Decode, 207, 25, 155, 2, // Opcode: FMLSLT_ZZZI_SHH |
12571 | | /* 61557 */ MCD_OPC_FilterValue, 8, 48, 0, 0, // Skip to: 61610 |
12572 | | /* 61562 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12573 | | /* 61565 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61580 |
12574 | | /* 61570 */ MCD_OPC_CheckPredicate, 21, 123, 54, 1, // Skip to: 141058 |
12575 | | /* 61575 */ MCD_OPC_Decode, 239, 24, 176, 1, // Opcode: FMLALB_ZZZ_SHH |
12576 | | /* 61580 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 61595 |
12577 | | /* 61585 */ MCD_OPC_CheckPredicate, 21, 108, 54, 1, // Skip to: 141058 |
12578 | | /* 61590 */ MCD_OPC_Decode, 141, 25, 176, 1, // Opcode: FMLALT_ZZZ_SHH |
12579 | | /* 61595 */ MCD_OPC_FilterValue, 2, 98, 54, 1, // Skip to: 141058 |
12580 | | /* 61600 */ MCD_OPC_CheckPredicate, 38, 93, 54, 1, // Skip to: 141058 |
12581 | | /* 61605 */ MCD_OPC_Decode, 236, 24, 176, 1, // Opcode: FMLALB_ZZZ |
12582 | | /* 61610 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 61632 |
12583 | | /* 61615 */ MCD_OPC_CheckPredicate, 38, 78, 54, 1, // Skip to: 141058 |
12584 | | /* 61620 */ MCD_OPC_CheckField, 10, 2, 2, 71, 54, 1, // Skip to: 141058 |
12585 | | /* 61627 */ MCD_OPC_Decode, 138, 25, 176, 1, // Opcode: FMLALT_ZZZ |
12586 | | /* 61632 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 61670 |
12587 | | /* 61637 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12588 | | /* 61640 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61655 |
12589 | | /* 61645 */ MCD_OPC_CheckPredicate, 21, 48, 54, 1, // Skip to: 141058 |
12590 | | /* 61650 */ MCD_OPC_Decode, 206, 25, 176, 1, // Opcode: FMLSLB_ZZZ_SHH |
12591 | | /* 61655 */ MCD_OPC_FilterValue, 1, 38, 54, 1, // Skip to: 141058 |
12592 | | /* 61660 */ MCD_OPC_CheckPredicate, 21, 33, 54, 1, // Skip to: 141058 |
12593 | | /* 61665 */ MCD_OPC_Decode, 208, 25, 176, 1, // Opcode: FMLSLT_ZZZ_SHH |
12594 | | /* 61670 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 61685 |
12595 | | /* 61675 */ MCD_OPC_CheckPredicate, 38, 18, 54, 1, // Skip to: 141058 |
12596 | | /* 61680 */ MCD_OPC_Decode, 251, 24, 176, 2, // Opcode: FMLALLTB_ZZZI |
12597 | | /* 61685 */ MCD_OPC_FilterValue, 14, 8, 54, 1, // Skip to: 141058 |
12598 | | /* 61690 */ MCD_OPC_CheckPredicate, 40, 3, 54, 1, // Skip to: 141058 |
12599 | | /* 61695 */ MCD_OPC_CheckField, 10, 2, 1, 252, 53, 1, // Skip to: 141058 |
12600 | | /* 61702 */ MCD_OPC_Decode, 131, 26, 176, 1, // Opcode: FMMLA_ZZZ_S |
12601 | | /* 61707 */ MCD_OPC_FilterValue, 2, 64, 1, 0, // Skip to: 62032 |
12602 | | /* 61712 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
12603 | | /* 61715 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61730 |
12604 | | /* 61720 */ MCD_OPC_CheckPredicate, 19, 229, 53, 1, // Skip to: 141058 |
12605 | | /* 61725 */ MCD_OPC_Decode, 204, 20, 175, 2, // Opcode: FCMLA_ZPmZZ_D |
12606 | | /* 61730 */ MCD_OPC_FilterValue, 1, 219, 53, 1, // Skip to: 141058 |
12607 | | /* 61735 */ MCD_OPC_ExtractField, 17, 4, // Inst{20-17} ... |
12608 | | /* 61738 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61760 |
12609 | | /* 61743 */ MCD_OPC_CheckPredicate, 19, 206, 53, 1, // Skip to: 141058 |
12610 | | /* 61748 */ MCD_OPC_CheckField, 13, 2, 0, 199, 53, 1, // Skip to: 141058 |
12611 | | /* 61755 */ MCD_OPC_Decode, 243, 19, 177, 2, // Opcode: FCADD_ZPmZ_D |
12612 | | /* 61760 */ MCD_OPC_FilterValue, 5, 47, 0, 0, // Skip to: 61812 |
12613 | | /* 61765 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12614 | | /* 61768 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61790 |
12615 | | /* 61773 */ MCD_OPC_CheckPredicate, 21, 176, 53, 1, // Skip to: 141058 |
12616 | | /* 61778 */ MCD_OPC_CheckField, 13, 2, 1, 169, 53, 1, // Skip to: 141058 |
12617 | | /* 61785 */ MCD_OPC_Decode, 221, 21, 141, 1, // Opcode: FCVTNT_ZPmZ_DtoS |
12618 | | /* 61790 */ MCD_OPC_FilterValue, 1, 159, 53, 1, // Skip to: 141058 |
12619 | | /* 61795 */ MCD_OPC_CheckPredicate, 21, 154, 53, 1, // Skip to: 141058 |
12620 | | /* 61800 */ MCD_OPC_CheckField, 13, 2, 1, 147, 53, 1, // Skip to: 141058 |
12621 | | /* 61807 */ MCD_OPC_Decode, 171, 21, 141, 1, // Opcode: FCVTLT_ZPmZ_StoD |
12622 | | /* 61812 */ MCD_OPC_FilterValue, 8, 47, 0, 0, // Skip to: 61864 |
12623 | | /* 61817 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12624 | | /* 61820 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 61842 |
12625 | | /* 61825 */ MCD_OPC_CheckPredicate, 21, 124, 53, 1, // Skip to: 141058 |
12626 | | /* 61830 */ MCD_OPC_CheckField, 16, 1, 0, 117, 53, 1, // Skip to: 141058 |
12627 | | /* 61837 */ MCD_OPC_Decode, 177, 19, 138, 1, // Opcode: FADDP_ZPmZZ_D |
12628 | | /* 61842 */ MCD_OPC_FilterValue, 1, 107, 53, 1, // Skip to: 141058 |
12629 | | /* 61847 */ MCD_OPC_CheckPredicate, 20, 102, 53, 1, // Skip to: 141058 |
12630 | | /* 61852 */ MCD_OPC_CheckField, 16, 1, 0, 95, 53, 1, // Skip to: 141058 |
12631 | | /* 61859 */ MCD_OPC_Decode, 188, 19, 140, 1, // Opcode: FADDQV_D |
12632 | | /* 61864 */ MCD_OPC_FilterValue, 10, 79, 0, 0, // Skip to: 61948 |
12633 | | /* 61869 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12634 | | /* 61872 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 61910 |
12635 | | /* 61877 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12636 | | /* 61880 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61895 |
12637 | | /* 61885 */ MCD_OPC_CheckPredicate, 21, 64, 53, 1, // Skip to: 141058 |
12638 | | /* 61890 */ MCD_OPC_Decode, 180, 23, 138, 1, // Opcode: FMAXNMP_ZPmZZ_D |
12639 | | /* 61895 */ MCD_OPC_FilterValue, 1, 54, 53, 1, // Skip to: 141058 |
12640 | | /* 61900 */ MCD_OPC_CheckPredicate, 21, 49, 53, 1, // Skip to: 141058 |
12641 | | /* 61905 */ MCD_OPC_Decode, 144, 24, 138, 1, // Opcode: FMINNMP_ZPmZZ_D |
12642 | | /* 61910 */ MCD_OPC_FilterValue, 1, 39, 53, 1, // Skip to: 141058 |
12643 | | /* 61915 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12644 | | /* 61918 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61933 |
12645 | | /* 61923 */ MCD_OPC_CheckPredicate, 20, 26, 53, 1, // Skip to: 141058 |
12646 | | /* 61928 */ MCD_OPC_Decode, 191, 23, 140, 1, // Opcode: FMAXNMQV_D |
12647 | | /* 61933 */ MCD_OPC_FilterValue, 1, 16, 53, 1, // Skip to: 141058 |
12648 | | /* 61938 */ MCD_OPC_CheckPredicate, 20, 11, 53, 1, // Skip to: 141058 |
12649 | | /* 61943 */ MCD_OPC_Decode, 155, 24, 140, 1, // Opcode: FMINNMQV_D |
12650 | | /* 61948 */ MCD_OPC_FilterValue, 11, 1, 53, 1, // Skip to: 141058 |
12651 | | /* 61953 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
12652 | | /* 61956 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 61994 |
12653 | | /* 61961 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12654 | | /* 61964 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 61979 |
12655 | | /* 61969 */ MCD_OPC_CheckPredicate, 21, 236, 52, 1, // Skip to: 141058 |
12656 | | /* 61974 */ MCD_OPC_Decode, 224, 23, 138, 1, // Opcode: FMAXP_ZPmZZ_D |
12657 | | /* 61979 */ MCD_OPC_FilterValue, 1, 226, 52, 1, // Skip to: 141058 |
12658 | | /* 61984 */ MCD_OPC_CheckPredicate, 21, 221, 52, 1, // Skip to: 141058 |
12659 | | /* 61989 */ MCD_OPC_Decode, 188, 24, 138, 1, // Opcode: FMINP_ZPmZZ_D |
12660 | | /* 61994 */ MCD_OPC_FilterValue, 1, 211, 52, 1, // Skip to: 141058 |
12661 | | /* 61999 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
12662 | | /* 62002 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62017 |
12663 | | /* 62007 */ MCD_OPC_CheckPredicate, 20, 198, 52, 1, // Skip to: 141058 |
12664 | | /* 62012 */ MCD_OPC_Decode, 235, 23, 140, 1, // Opcode: FMAXQV_D |
12665 | | /* 62017 */ MCD_OPC_FilterValue, 1, 188, 52, 1, // Skip to: 141058 |
12666 | | /* 62022 */ MCD_OPC_CheckPredicate, 20, 183, 52, 1, // Skip to: 141058 |
12667 | | /* 62027 */ MCD_OPC_Decode, 199, 24, 140, 1, // Opcode: FMINQV_D |
12668 | | /* 62032 */ MCD_OPC_FilterValue, 3, 173, 52, 1, // Skip to: 141058 |
12669 | | /* 62037 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
12670 | | /* 62040 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 62078 |
12671 | | /* 62045 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12672 | | /* 62048 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62063 |
12673 | | /* 62053 */ MCD_OPC_CheckPredicate, 19, 152, 52, 1, // Skip to: 141058 |
12674 | | /* 62058 */ MCD_OPC_Decode, 185, 25, 154, 2, // Opcode: FMLA_ZZZI_D |
12675 | | /* 62063 */ MCD_OPC_FilterValue, 1, 142, 52, 1, // Skip to: 141058 |
12676 | | /* 62068 */ MCD_OPC_CheckPredicate, 19, 137, 52, 1, // Skip to: 141058 |
12677 | | /* 62073 */ MCD_OPC_Decode, 242, 25, 154, 2, // Opcode: FMLS_ZZZI_D |
12678 | | /* 62078 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 62093 |
12679 | | /* 62083 */ MCD_OPC_CheckPredicate, 19, 122, 52, 1, // Skip to: 141058 |
12680 | | /* 62088 */ MCD_OPC_Decode, 208, 20, 158, 2, // Opcode: FCMLA_ZZZI_S |
12681 | | /* 62093 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 62131 |
12682 | | /* 62098 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12683 | | /* 62101 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62116 |
12684 | | /* 62106 */ MCD_OPC_CheckPredicate, 19, 99, 52, 1, // Skip to: 141058 |
12685 | | /* 62111 */ MCD_OPC_Decode, 200, 26, 169, 2, // Opcode: FMUL_ZZZI_D |
12686 | | /* 62116 */ MCD_OPC_FilterValue, 1, 89, 52, 1, // Skip to: 141058 |
12687 | | /* 62121 */ MCD_OPC_CheckPredicate, 10, 84, 52, 1, // Skip to: 141058 |
12688 | | /* 62126 */ MCD_OPC_Decode, 135, 20, 176, 1, // Opcode: FCLAMP_ZZZ_D |
12689 | | /* 62131 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 62169 |
12690 | | /* 62136 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12691 | | /* 62139 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62154 |
12692 | | /* 62144 */ MCD_OPC_CheckPredicate, 35, 61, 52, 1, // Skip to: 141058 |
12693 | | /* 62149 */ MCD_OPC_Decode, 211, 13, 155, 2, // Opcode: BFMLALB_ZZZI |
12694 | | /* 62154 */ MCD_OPC_FilterValue, 1, 51, 52, 1, // Skip to: 141058 |
12695 | | /* 62159 */ MCD_OPC_CheckPredicate, 35, 46, 52, 1, // Skip to: 141058 |
12696 | | /* 62164 */ MCD_OPC_Decode, 215, 13, 155, 2, // Opcode: BFMLALT_ZZZI |
12697 | | /* 62169 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 62207 |
12698 | | /* 62174 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
12699 | | /* 62177 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62192 |
12700 | | /* 62182 */ MCD_OPC_CheckPredicate, 10, 23, 52, 1, // Skip to: 141058 |
12701 | | /* 62187 */ MCD_OPC_Decode, 232, 13, 155, 2, // Opcode: BFMLSLB_ZZZI_S |
12702 | | /* 62192 */ MCD_OPC_FilterValue, 1, 13, 52, 1, // Skip to: 141058 |
12703 | | /* 62197 */ MCD_OPC_CheckPredicate, 10, 8, 52, 1, // Skip to: 141058 |
12704 | | /* 62202 */ MCD_OPC_Decode, 234, 13, 155, 2, // Opcode: BFMLSLT_ZZZI_S |
12705 | | /* 62207 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 62245 |
12706 | | /* 62212 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12707 | | /* 62215 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62230 |
12708 | | /* 62220 */ MCD_OPC_CheckPredicate, 35, 241, 51, 1, // Skip to: 141058 |
12709 | | /* 62225 */ MCD_OPC_Decode, 210, 13, 176, 1, // Opcode: BFMLALB_ZZZ |
12710 | | /* 62230 */ MCD_OPC_FilterValue, 1, 231, 51, 1, // Skip to: 141058 |
12711 | | /* 62235 */ MCD_OPC_CheckPredicate, 35, 226, 51, 1, // Skip to: 141058 |
12712 | | /* 62240 */ MCD_OPC_Decode, 214, 13, 176, 1, // Opcode: BFMLALT_ZZZ |
12713 | | /* 62245 */ MCD_OPC_FilterValue, 10, 33, 0, 0, // Skip to: 62283 |
12714 | | /* 62250 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
12715 | | /* 62253 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62268 |
12716 | | /* 62258 */ MCD_OPC_CheckPredicate, 10, 203, 51, 1, // Skip to: 141058 |
12717 | | /* 62263 */ MCD_OPC_Decode, 233, 13, 176, 1, // Opcode: BFMLSLB_ZZZ_S |
12718 | | /* 62268 */ MCD_OPC_FilterValue, 1, 193, 51, 1, // Skip to: 141058 |
12719 | | /* 62273 */ MCD_OPC_CheckPredicate, 10, 188, 51, 1, // Skip to: 141058 |
12720 | | /* 62278 */ MCD_OPC_Decode, 235, 13, 176, 1, // Opcode: BFMLSLT_ZZZ_S |
12721 | | /* 62283 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 62298 |
12722 | | /* 62288 */ MCD_OPC_CheckPredicate, 38, 173, 51, 1, // Skip to: 141058 |
12723 | | /* 62293 */ MCD_OPC_Decode, 255, 24, 176, 2, // Opcode: FMLALLTT_ZZZI |
12724 | | /* 62298 */ MCD_OPC_FilterValue, 14, 163, 51, 1, // Skip to: 141058 |
12725 | | /* 62303 */ MCD_OPC_CheckPredicate, 41, 158, 51, 1, // Skip to: 141058 |
12726 | | /* 62308 */ MCD_OPC_CheckField, 10, 2, 1, 151, 51, 1, // Skip to: 141058 |
12727 | | /* 62315 */ MCD_OPC_Decode, 130, 26, 176, 1, // Opcode: FMMLA_ZZZ_D |
12728 | | /* 62320 */ MCD_OPC_FilterValue, 2, 177, 7, 0, // Skip to: 64294 |
12729 | | /* 62325 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
12730 | | /* 62328 */ MCD_OPC_FilterValue, 0, 184, 0, 0, // Skip to: 62517 |
12731 | | /* 62333 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12732 | | /* 62336 */ MCD_OPC_FilterValue, 0, 48, 0, 0, // Skip to: 62389 |
12733 | | /* 62341 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12734 | | /* 62344 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62359 |
12735 | | /* 62349 */ MCD_OPC_CheckPredicate, 34, 112, 51, 1, // Skip to: 141058 |
12736 | | /* 62354 */ MCD_OPC_Decode, 165, 13, 162, 1, // Opcode: BFADD_ZZZ |
12737 | | /* 62359 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 62374 |
12738 | | /* 62364 */ MCD_OPC_CheckPredicate, 34, 97, 51, 1, // Skip to: 141058 |
12739 | | /* 62369 */ MCD_OPC_Decode, 138, 14, 162, 1, // Opcode: BFSUB_ZZZ |
12740 | | /* 62374 */ MCD_OPC_FilterValue, 2, 87, 51, 1, // Skip to: 141058 |
12741 | | /* 62379 */ MCD_OPC_CheckPredicate, 34, 82, 51, 1, // Skip to: 141058 |
12742 | | /* 62384 */ MCD_OPC_Decode, 131, 14, 162, 1, // Opcode: BFMUL_ZZZ |
12743 | | /* 62389 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 62404 |
12744 | | /* 62394 */ MCD_OPC_CheckPredicate, 34, 67, 51, 1, // Skip to: 141058 |
12745 | | /* 62399 */ MCD_OPC_Decode, 230, 13, 142, 1, // Opcode: BFMLA_ZPmZZ |
12746 | | /* 62404 */ MCD_OPC_FilterValue, 2, 93, 0, 0, // Skip to: 62502 |
12747 | | /* 62409 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12748 | | /* 62412 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62427 |
12749 | | /* 62417 */ MCD_OPC_CheckPredicate, 19, 44, 51, 1, // Skip to: 141058 |
12750 | | /* 62422 */ MCD_OPC_Decode, 208, 19, 162, 1, // Opcode: FADD_ZZZ_H |
12751 | | /* 62427 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 62442 |
12752 | | /* 62432 */ MCD_OPC_CheckPredicate, 19, 29, 51, 1, // Skip to: 141058 |
12753 | | /* 62437 */ MCD_OPC_Decode, 203, 28, 162, 1, // Opcode: FSUB_ZZZ_H |
12754 | | /* 62442 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 62457 |
12755 | | /* 62447 */ MCD_OPC_CheckPredicate, 19, 14, 51, 1, // Skip to: 141058 |
12756 | | /* 62452 */ MCD_OPC_Decode, 204, 26, 162, 1, // Opcode: FMUL_ZZZ_H |
12757 | | /* 62457 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 62472 |
12758 | | /* 62462 */ MCD_OPC_CheckPredicate, 24, 255, 50, 1, // Skip to: 141058 |
12759 | | /* 62467 */ MCD_OPC_Decode, 214, 28, 162, 1, // Opcode: FTSMUL_ZZZ_H |
12760 | | /* 62472 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 62487 |
12761 | | /* 62477 */ MCD_OPC_CheckPredicate, 19, 240, 50, 1, // Skip to: 141058 |
12762 | | /* 62482 */ MCD_OPC_Decode, 138, 27, 162, 1, // Opcode: FRECPS_ZZZ_H |
12763 | | /* 62487 */ MCD_OPC_FilterValue, 7, 230, 50, 1, // Skip to: 141058 |
12764 | | /* 62492 */ MCD_OPC_CheckPredicate, 19, 225, 50, 1, // Skip to: 141058 |
12765 | | /* 62497 */ MCD_OPC_Decode, 143, 28, 162, 1, // Opcode: FRSQRTS_ZZZ_H |
12766 | | /* 62502 */ MCD_OPC_FilterValue, 3, 215, 50, 1, // Skip to: 141058 |
12767 | | /* 62507 */ MCD_OPC_CheckPredicate, 19, 210, 50, 1, // Skip to: 141058 |
12768 | | /* 62512 */ MCD_OPC_Decode, 183, 25, 142, 1, // Opcode: FMLA_ZPmZZ_H |
12769 | | /* 62517 */ MCD_OPC_FilterValue, 1, 27, 2, 0, // Skip to: 63061 |
12770 | | /* 62522 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12771 | | /* 62525 */ MCD_OPC_FilterValue, 0, 239, 0, 0, // Skip to: 62769 |
12772 | | /* 62530 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
12773 | | /* 62533 */ MCD_OPC_FilterValue, 4, 54, 0, 0, // Skip to: 62592 |
12774 | | /* 62538 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12775 | | /* 62541 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 62556 |
12776 | | /* 62546 */ MCD_OPC_CheckPredicate, 42, 171, 50, 1, // Skip to: 141058 |
12777 | | /* 62551 */ MCD_OPC_Decode, 249, 18, 190, 1, // Opcode: F1CVT_ZZ_BtoH |
12778 | | /* 62556 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 62571 |
12779 | | /* 62561 */ MCD_OPC_CheckPredicate, 42, 156, 50, 1, // Skip to: 141058 |
12780 | | /* 62566 */ MCD_OPC_Decode, 245, 18, 190, 1, // Opcode: F1CVTLT_ZZ_BtoH |
12781 | | /* 62571 */ MCD_OPC_FilterValue, 10, 146, 50, 1, // Skip to: 141058 |
12782 | | /* 62576 */ MCD_OPC_CheckPredicate, 42, 141, 50, 1, // Skip to: 141058 |
12783 | | /* 62581 */ MCD_OPC_CheckField, 5, 1, 0, 134, 50, 1, // Skip to: 141058 |
12784 | | /* 62588 */ MCD_OPC_Decode, 241, 21, 103, // Opcode: FCVTN_Z2Z_HtoB |
12785 | | /* 62592 */ MCD_OPC_FilterValue, 5, 54, 0, 0, // Skip to: 62651 |
12786 | | /* 62597 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12787 | | /* 62600 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 62615 |
12788 | | /* 62605 */ MCD_OPC_CheckPredicate, 42, 112, 50, 1, // Skip to: 141058 |
12789 | | /* 62610 */ MCD_OPC_Decode, 255, 18, 190, 1, // Opcode: F2CVT_ZZ_BtoH |
12790 | | /* 62615 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 62630 |
12791 | | /* 62620 */ MCD_OPC_CheckPredicate, 42, 97, 50, 1, // Skip to: 141058 |
12792 | | /* 62625 */ MCD_OPC_Decode, 251, 18, 190, 1, // Opcode: F2CVTLT_ZZ_BtoH |
12793 | | /* 62630 */ MCD_OPC_FilterValue, 10, 87, 50, 1, // Skip to: 141058 |
12794 | | /* 62635 */ MCD_OPC_CheckPredicate, 42, 82, 50, 1, // Skip to: 141058 |
12795 | | /* 62640 */ MCD_OPC_CheckField, 5, 1, 0, 75, 50, 1, // Skip to: 141058 |
12796 | | /* 62647 */ MCD_OPC_Decode, 205, 21, 103, // Opcode: FCVTNB_Z2Z_StoB |
12797 | | /* 62651 */ MCD_OPC_FilterValue, 6, 54, 0, 0, // Skip to: 62710 |
12798 | | /* 62656 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12799 | | /* 62659 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 62674 |
12800 | | /* 62664 */ MCD_OPC_CheckPredicate, 42, 53, 50, 1, // Skip to: 141058 |
12801 | | /* 62669 */ MCD_OPC_Decode, 155, 13, 190, 1, // Opcode: BF1CVT_ZZ_BtoH |
12802 | | /* 62674 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 62689 |
12803 | | /* 62679 */ MCD_OPC_CheckPredicate, 42, 38, 50, 1, // Skip to: 141058 |
12804 | | /* 62684 */ MCD_OPC_Decode, 151, 13, 190, 1, // Opcode: BF1CVTLT_ZZ_BtoH |
12805 | | /* 62689 */ MCD_OPC_FilterValue, 10, 28, 50, 1, // Skip to: 141058 |
12806 | | /* 62694 */ MCD_OPC_CheckPredicate, 42, 23, 50, 1, // Skip to: 141058 |
12807 | | /* 62699 */ MCD_OPC_CheckField, 5, 1, 0, 16, 50, 1, // Skip to: 141058 |
12808 | | /* 62706 */ MCD_OPC_Decode, 173, 13, 103, // Opcode: BFCVTN_Z2Z_HtoB |
12809 | | /* 62710 */ MCD_OPC_FilterValue, 7, 7, 50, 1, // Skip to: 141058 |
12810 | | /* 62715 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12811 | | /* 62718 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 62733 |
12812 | | /* 62723 */ MCD_OPC_CheckPredicate, 42, 250, 49, 1, // Skip to: 141058 |
12813 | | /* 62728 */ MCD_OPC_Decode, 161, 13, 190, 1, // Opcode: BF2CVT_ZZ_BtoH |
12814 | | /* 62733 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 62748 |
12815 | | /* 62738 */ MCD_OPC_CheckPredicate, 42, 235, 49, 1, // Skip to: 141058 |
12816 | | /* 62743 */ MCD_OPC_Decode, 157, 13, 190, 1, // Opcode: BF2CVTLT_ZZ_BtoH |
12817 | | /* 62748 */ MCD_OPC_FilterValue, 10, 225, 49, 1, // Skip to: 141058 |
12818 | | /* 62753 */ MCD_OPC_CheckPredicate, 42, 220, 49, 1, // Skip to: 141058 |
12819 | | /* 62758 */ MCD_OPC_CheckField, 5, 1, 0, 213, 49, 1, // Skip to: 141058 |
12820 | | /* 62765 */ MCD_OPC_Decode, 220, 21, 103, // Opcode: FCVTNT_Z2Z_StoB |
12821 | | /* 62769 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 62784 |
12822 | | /* 62774 */ MCD_OPC_CheckPredicate, 34, 199, 49, 1, // Skip to: 141058 |
12823 | | /* 62779 */ MCD_OPC_Decode, 250, 13, 142, 1, // Opcode: BFMLS_ZPmZZ |
12824 | | /* 62784 */ MCD_OPC_FilterValue, 2, 1, 1, 0, // Skip to: 63046 |
12825 | | /* 62789 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12826 | | /* 62792 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62807 |
12827 | | /* 62797 */ MCD_OPC_CheckPredicate, 19, 176, 49, 1, // Skip to: 141058 |
12828 | | /* 62802 */ MCD_OPC_Decode, 193, 19, 139, 1, // Opcode: FADDV_VPZ_H |
12829 | | /* 62807 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 62822 |
12830 | | /* 62812 */ MCD_OPC_CheckPredicate, 19, 161, 49, 1, // Skip to: 141058 |
12831 | | /* 62817 */ MCD_OPC_Decode, 196, 23, 139, 1, // Opcode: FMAXNMV_VPZ_H |
12832 | | /* 62822 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 62837 |
12833 | | /* 62827 */ MCD_OPC_CheckPredicate, 19, 146, 49, 1, // Skip to: 141058 |
12834 | | /* 62832 */ MCD_OPC_Decode, 160, 24, 139, 1, // Opcode: FMINNMV_VPZ_H |
12835 | | /* 62837 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 62852 |
12836 | | /* 62842 */ MCD_OPC_CheckPredicate, 19, 131, 49, 1, // Skip to: 141058 |
12837 | | /* 62847 */ MCD_OPC_Decode, 240, 23, 139, 1, // Opcode: FMAXV_VPZ_H |
12838 | | /* 62852 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 62867 |
12839 | | /* 62857 */ MCD_OPC_CheckPredicate, 19, 116, 49, 1, // Skip to: 141058 |
12840 | | /* 62862 */ MCD_OPC_Decode, 204, 24, 139, 1, // Opcode: FMINV_VPZ_H |
12841 | | /* 62867 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 62889 |
12842 | | /* 62872 */ MCD_OPC_CheckPredicate, 19, 101, 49, 1, // Skip to: 141058 |
12843 | | /* 62877 */ MCD_OPC_CheckField, 10, 3, 4, 94, 49, 1, // Skip to: 141058 |
12844 | | /* 62884 */ MCD_OPC_Decode, 252, 26, 190, 1, // Opcode: FRECPE_ZZ_H |
12845 | | /* 62889 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 62911 |
12846 | | /* 62894 */ MCD_OPC_CheckPredicate, 19, 79, 49, 1, // Skip to: 141058 |
12847 | | /* 62899 */ MCD_OPC_CheckField, 10, 3, 4, 72, 49, 1, // Skip to: 141058 |
12848 | | /* 62906 */ MCD_OPC_Decode, 129, 28, 190, 1, // Opcode: FRSQRTE_ZZ_H |
12849 | | /* 62911 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 62949 |
12850 | | /* 62916 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
12851 | | /* 62919 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62934 |
12852 | | /* 62924 */ MCD_OPC_CheckPredicate, 19, 49, 49, 1, // Skip to: 141058 |
12853 | | /* 62929 */ MCD_OPC_Decode, 164, 20, 178, 2, // Opcode: FCMGE_PPzZ0_H |
12854 | | /* 62934 */ MCD_OPC_FilterValue, 1, 39, 49, 1, // Skip to: 141058 |
12855 | | /* 62939 */ MCD_OPC_CheckPredicate, 19, 34, 49, 1, // Skip to: 141058 |
12856 | | /* 62944 */ MCD_OPC_Decode, 186, 20, 178, 2, // Opcode: FCMGT_PPzZ0_H |
12857 | | /* 62949 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 62987 |
12858 | | /* 62954 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
12859 | | /* 62957 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 62972 |
12860 | | /* 62962 */ MCD_OPC_CheckPredicate, 19, 11, 49, 1, // Skip to: 141058 |
12861 | | /* 62967 */ MCD_OPC_Decode, 229, 20, 178, 2, // Opcode: FCMLT_PPzZ0_H |
12862 | | /* 62972 */ MCD_OPC_FilterValue, 1, 1, 49, 1, // Skip to: 141058 |
12863 | | /* 62977 */ MCD_OPC_CheckPredicate, 19, 252, 48, 1, // Skip to: 141058 |
12864 | | /* 62982 */ MCD_OPC_Decode, 218, 20, 178, 2, // Opcode: FCMLE_PPzZ0_H |
12865 | | /* 62987 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 63009 |
12866 | | /* 62992 */ MCD_OPC_CheckPredicate, 19, 237, 48, 1, // Skip to: 141058 |
12867 | | /* 62997 */ MCD_OPC_CheckField, 4, 1, 0, 230, 48, 1, // Skip to: 141058 |
12868 | | /* 63004 */ MCD_OPC_Decode, 142, 20, 178, 2, // Opcode: FCMEQ_PPzZ0_H |
12869 | | /* 63009 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 63031 |
12870 | | /* 63014 */ MCD_OPC_CheckPredicate, 19, 215, 48, 1, // Skip to: 141058 |
12871 | | /* 63019 */ MCD_OPC_CheckField, 4, 1, 0, 208, 48, 1, // Skip to: 141058 |
12872 | | /* 63026 */ MCD_OPC_Decode, 240, 20, 178, 2, // Opcode: FCMNE_PPzZ0_H |
12873 | | /* 63031 */ MCD_OPC_FilterValue, 24, 198, 48, 1, // Skip to: 141058 |
12874 | | /* 63036 */ MCD_OPC_CheckPredicate, 24, 193, 48, 1, // Skip to: 141058 |
12875 | | /* 63041 */ MCD_OPC_Decode, 173, 19, 138, 1, // Opcode: FADDA_VPZ_H |
12876 | | /* 63046 */ MCD_OPC_FilterValue, 3, 183, 48, 1, // Skip to: 141058 |
12877 | | /* 63051 */ MCD_OPC_CheckPredicate, 19, 178, 48, 1, // Skip to: 141058 |
12878 | | /* 63056 */ MCD_OPC_Decode, 240, 25, 142, 1, // Opcode: FMLS_ZPmZZ_H |
12879 | | /* 63061 */ MCD_OPC_FilterValue, 2, 56, 0, 0, // Skip to: 63122 |
12880 | | /* 63066 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12881 | | /* 63069 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 63107 |
12882 | | /* 63074 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
12883 | | /* 63077 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63092 |
12884 | | /* 63082 */ MCD_OPC_CheckPredicate, 19, 147, 48, 1, // Skip to: 141058 |
12885 | | /* 63087 */ MCD_OPC_Decode, 167, 20, 239, 1, // Opcode: FCMGE_PPzZZ_H |
12886 | | /* 63092 */ MCD_OPC_FilterValue, 1, 137, 48, 1, // Skip to: 141058 |
12887 | | /* 63097 */ MCD_OPC_CheckPredicate, 19, 132, 48, 1, // Skip to: 141058 |
12888 | | /* 63102 */ MCD_OPC_Decode, 189, 20, 239, 1, // Opcode: FCMGT_PPzZZ_H |
12889 | | /* 63107 */ MCD_OPC_FilterValue, 3, 122, 48, 1, // Skip to: 141058 |
12890 | | /* 63112 */ MCD_OPC_CheckPredicate, 19, 117, 48, 1, // Skip to: 141058 |
12891 | | /* 63117 */ MCD_OPC_Decode, 237, 26, 142, 1, // Opcode: FNMLA_ZPmZZ_H |
12892 | | /* 63122 */ MCD_OPC_FilterValue, 3, 56, 0, 0, // Skip to: 63183 |
12893 | | /* 63127 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12894 | | /* 63130 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 63168 |
12895 | | /* 63135 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
12896 | | /* 63138 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63153 |
12897 | | /* 63143 */ MCD_OPC_CheckPredicate, 19, 86, 48, 1, // Skip to: 141058 |
12898 | | /* 63148 */ MCD_OPC_Decode, 145, 20, 239, 1, // Opcode: FCMEQ_PPzZZ_H |
12899 | | /* 63153 */ MCD_OPC_FilterValue, 1, 76, 48, 1, // Skip to: 141058 |
12900 | | /* 63158 */ MCD_OPC_CheckPredicate, 19, 71, 48, 1, // Skip to: 141058 |
12901 | | /* 63163 */ MCD_OPC_Decode, 243, 20, 239, 1, // Opcode: FCMNE_PPzZZ_H |
12902 | | /* 63168 */ MCD_OPC_FilterValue, 3, 61, 48, 1, // Skip to: 141058 |
12903 | | /* 63173 */ MCD_OPC_CheckPredicate, 19, 56, 48, 1, // Skip to: 141058 |
12904 | | /* 63178 */ MCD_OPC_Decode, 240, 26, 142, 1, // Opcode: FNMLS_ZPmZZ_H |
12905 | | /* 63183 */ MCD_OPC_FilterValue, 4, 74, 2, 0, // Skip to: 63774 |
12906 | | /* 63188 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
12907 | | /* 63191 */ MCD_OPC_FilterValue, 0, 108, 0, 0, // Skip to: 63304 |
12908 | | /* 63196 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
12909 | | /* 63199 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63214 |
12910 | | /* 63204 */ MCD_OPC_CheckPredicate, 34, 25, 48, 1, // Skip to: 141058 |
12911 | | /* 63209 */ MCD_OPC_Decode, 164, 13, 138, 1, // Opcode: BFADD_ZPmZZ |
12912 | | /* 63214 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 63229 |
12913 | | /* 63219 */ MCD_OPC_CheckPredicate, 34, 10, 48, 1, // Skip to: 141058 |
12914 | | /* 63224 */ MCD_OPC_Decode, 137, 14, 138, 1, // Opcode: BFSUB_ZPmZZ |
12915 | | /* 63229 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 63244 |
12916 | | /* 63234 */ MCD_OPC_CheckPredicate, 34, 251, 47, 1, // Skip to: 141058 |
12917 | | /* 63239 */ MCD_OPC_Decode, 130, 14, 138, 1, // Opcode: BFMUL_ZPmZZ |
12918 | | /* 63244 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 63259 |
12919 | | /* 63249 */ MCD_OPC_CheckPredicate, 34, 236, 47, 1, // Skip to: 141058 |
12920 | | /* 63254 */ MCD_OPC_Decode, 192, 13, 138, 1, // Opcode: BFMAXNM_ZPmZZ |
12921 | | /* 63259 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 63274 |
12922 | | /* 63264 */ MCD_OPC_CheckPredicate, 34, 221, 47, 1, // Skip to: 141058 |
12923 | | /* 63269 */ MCD_OPC_Decode, 202, 13, 138, 1, // Opcode: BFMINNM_ZPmZZ |
12924 | | /* 63274 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 63289 |
12925 | | /* 63279 */ MCD_OPC_CheckPredicate, 34, 206, 47, 1, // Skip to: 141058 |
12926 | | /* 63284 */ MCD_OPC_Decode, 197, 13, 138, 1, // Opcode: BFMAX_ZPmZZ |
12927 | | /* 63289 */ MCD_OPC_FilterValue, 7, 196, 47, 1, // Skip to: 141058 |
12928 | | /* 63294 */ MCD_OPC_CheckPredicate, 34, 191, 47, 1, // Skip to: 141058 |
12929 | | /* 63299 */ MCD_OPC_Decode, 207, 13, 138, 1, // Opcode: BFMIN_ZPmZZ |
12930 | | /* 63304 */ MCD_OPC_FilterValue, 2, 194, 1, 0, // Skip to: 63759 |
12931 | | /* 63309 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
12932 | | /* 63312 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 63440 |
12933 | | /* 63317 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
12934 | | /* 63320 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63335 |
12935 | | /* 63325 */ MCD_OPC_CheckPredicate, 19, 160, 47, 1, // Skip to: 141058 |
12936 | | /* 63330 */ MCD_OPC_Decode, 205, 19, 138, 1, // Opcode: FADD_ZPmZ_H |
12937 | | /* 63335 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 63350 |
12938 | | /* 63340 */ MCD_OPC_CheckPredicate, 19, 145, 47, 1, // Skip to: 141058 |
12939 | | /* 63345 */ MCD_OPC_Decode, 200, 28, 138, 1, // Opcode: FSUB_ZPmZ_H |
12940 | | /* 63350 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 63365 |
12941 | | /* 63355 */ MCD_OPC_CheckPredicate, 19, 130, 47, 1, // Skip to: 141058 |
12942 | | /* 63360 */ MCD_OPC_Decode, 198, 26, 138, 1, // Opcode: FMUL_ZPmZ_H |
12943 | | /* 63365 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 63380 |
12944 | | /* 63370 */ MCD_OPC_CheckPredicate, 19, 115, 47, 1, // Skip to: 141058 |
12945 | | /* 63375 */ MCD_OPC_Decode, 187, 28, 138, 1, // Opcode: FSUBR_ZPmZ_H |
12946 | | /* 63380 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 63395 |
12947 | | /* 63385 */ MCD_OPC_CheckPredicate, 19, 100, 47, 1, // Skip to: 141058 |
12948 | | /* 63390 */ MCD_OPC_Decode, 217, 23, 138, 1, // Opcode: FMAXNM_ZPmZ_H |
12949 | | /* 63395 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 63410 |
12950 | | /* 63400 */ MCD_OPC_CheckPredicate, 19, 85, 47, 1, // Skip to: 141058 |
12951 | | /* 63405 */ MCD_OPC_Decode, 181, 24, 138, 1, // Opcode: FMINNM_ZPmZ_H |
12952 | | /* 63410 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 63425 |
12953 | | /* 63415 */ MCD_OPC_CheckPredicate, 19, 70, 47, 1, // Skip to: 141058 |
12954 | | /* 63420 */ MCD_OPC_Decode, 133, 24, 138, 1, // Opcode: FMAX_ZPmZ_H |
12955 | | /* 63425 */ MCD_OPC_FilterValue, 7, 60, 47, 1, // Skip to: 141058 |
12956 | | /* 63430 */ MCD_OPC_CheckPredicate, 19, 55, 47, 1, // Skip to: 141058 |
12957 | | /* 63435 */ MCD_OPC_Decode, 225, 24, 138, 1, // Opcode: FMIN_ZPmZ_H |
12958 | | /* 63440 */ MCD_OPC_FilterValue, 1, 108, 0, 0, // Skip to: 63553 |
12959 | | /* 63445 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
12960 | | /* 63448 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63463 |
12961 | | /* 63453 */ MCD_OPC_CheckPredicate, 19, 32, 47, 1, // Skip to: 141058 |
12962 | | /* 63458 */ MCD_OPC_Decode, 132, 19, 138, 1, // Opcode: FABD_ZPmZ_H |
12963 | | /* 63463 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 63478 |
12964 | | /* 63468 */ MCD_OPC_CheckPredicate, 19, 17, 47, 1, // Skip to: 141058 |
12965 | | /* 63473 */ MCD_OPC_Decode, 163, 28, 138, 1, // Opcode: FSCALE_ZPmZ_H |
12966 | | /* 63478 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 63493 |
12967 | | /* 63483 */ MCD_OPC_CheckPredicate, 19, 2, 47, 1, // Skip to: 141058 |
12968 | | /* 63488 */ MCD_OPC_Decode, 179, 26, 138, 1, // Opcode: FMULX_ZPmZ_H |
12969 | | /* 63493 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 63508 |
12970 | | /* 63498 */ MCD_OPC_CheckPredicate, 19, 243, 46, 1, // Skip to: 141058 |
12971 | | /* 63503 */ MCD_OPC_Decode, 242, 22, 138, 1, // Opcode: FDIVR_ZPmZ_H |
12972 | | /* 63508 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 63523 |
12973 | | /* 63513 */ MCD_OPC_CheckPredicate, 19, 228, 46, 1, // Skip to: 141058 |
12974 | | /* 63518 */ MCD_OPC_Decode, 246, 22, 138, 1, // Opcode: FDIV_ZPmZ_H |
12975 | | /* 63523 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 63538 |
12976 | | /* 63528 */ MCD_OPC_CheckPredicate, 43, 213, 46, 1, // Skip to: 141058 |
12977 | | /* 63533 */ MCD_OPC_Decode, 222, 19, 138, 1, // Opcode: FAMAX_ZPmZ_H |
12978 | | /* 63538 */ MCD_OPC_FilterValue, 7, 203, 46, 1, // Skip to: 141058 |
12979 | | /* 63543 */ MCD_OPC_CheckPredicate, 43, 198, 46, 1, // Skip to: 141058 |
12980 | | /* 63548 */ MCD_OPC_Decode, 236, 19, 138, 1, // Opcode: FAMIN_ZPmZ_H |
12981 | | /* 63553 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 63575 |
12982 | | /* 63558 */ MCD_OPC_CheckPredicate, 24, 183, 46, 1, // Skip to: 141058 |
12983 | | /* 63563 */ MCD_OPC_CheckField, 10, 3, 0, 176, 46, 1, // Skip to: 141058 |
12984 | | /* 63570 */ MCD_OPC_Decode, 211, 28, 179, 2, // Opcode: FTMAD_ZZI_H |
12985 | | /* 63575 */ MCD_OPC_FilterValue, 3, 166, 46, 1, // Skip to: 141058 |
12986 | | /* 63580 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
12987 | | /* 63583 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 63605 |
12988 | | /* 63588 */ MCD_OPC_CheckPredicate, 19, 153, 46, 1, // Skip to: 141058 |
12989 | | /* 63593 */ MCD_OPC_CheckField, 6, 4, 0, 146, 46, 1, // Skip to: 141058 |
12990 | | /* 63600 */ MCD_OPC_Decode, 202, 19, 180, 2, // Opcode: FADD_ZPmI_H |
12991 | | /* 63605 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 63627 |
12992 | | /* 63610 */ MCD_OPC_CheckPredicate, 19, 131, 46, 1, // Skip to: 141058 |
12993 | | /* 63615 */ MCD_OPC_CheckField, 6, 4, 0, 124, 46, 1, // Skip to: 141058 |
12994 | | /* 63622 */ MCD_OPC_Decode, 197, 28, 180, 2, // Opcode: FSUB_ZPmI_H |
12995 | | /* 63627 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 63649 |
12996 | | /* 63632 */ MCD_OPC_CheckPredicate, 19, 109, 46, 1, // Skip to: 141058 |
12997 | | /* 63637 */ MCD_OPC_CheckField, 6, 4, 0, 102, 46, 1, // Skip to: 141058 |
12998 | | /* 63644 */ MCD_OPC_Decode, 195, 26, 180, 2, // Opcode: FMUL_ZPmI_H |
12999 | | /* 63649 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 63671 |
13000 | | /* 63654 */ MCD_OPC_CheckPredicate, 19, 87, 46, 1, // Skip to: 141058 |
13001 | | /* 63659 */ MCD_OPC_CheckField, 6, 4, 0, 80, 46, 1, // Skip to: 141058 |
13002 | | /* 63666 */ MCD_OPC_Decode, 184, 28, 180, 2, // Opcode: FSUBR_ZPmI_H |
13003 | | /* 63671 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 63693 |
13004 | | /* 63676 */ MCD_OPC_CheckPredicate, 19, 65, 46, 1, // Skip to: 141058 |
13005 | | /* 63681 */ MCD_OPC_CheckField, 6, 4, 0, 58, 46, 1, // Skip to: 141058 |
13006 | | /* 63688 */ MCD_OPC_Decode, 214, 23, 180, 2, // Opcode: FMAXNM_ZPmI_H |
13007 | | /* 63693 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 63715 |
13008 | | /* 63698 */ MCD_OPC_CheckPredicate, 19, 43, 46, 1, // Skip to: 141058 |
13009 | | /* 63703 */ MCD_OPC_CheckField, 6, 4, 0, 36, 46, 1, // Skip to: 141058 |
13010 | | /* 63710 */ MCD_OPC_Decode, 178, 24, 180, 2, // Opcode: FMINNM_ZPmI_H |
13011 | | /* 63715 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 63737 |
13012 | | /* 63720 */ MCD_OPC_CheckPredicate, 19, 21, 46, 1, // Skip to: 141058 |
13013 | | /* 63725 */ MCD_OPC_CheckField, 6, 4, 0, 14, 46, 1, // Skip to: 141058 |
13014 | | /* 63732 */ MCD_OPC_Decode, 130, 24, 180, 2, // Opcode: FMAX_ZPmI_H |
13015 | | /* 63737 */ MCD_OPC_FilterValue, 7, 4, 46, 1, // Skip to: 141058 |
13016 | | /* 63742 */ MCD_OPC_CheckPredicate, 19, 255, 45, 1, // Skip to: 141058 |
13017 | | /* 63747 */ MCD_OPC_CheckField, 6, 4, 0, 248, 45, 1, // Skip to: 141058 |
13018 | | /* 63754 */ MCD_OPC_Decode, 222, 24, 180, 2, // Opcode: FMIN_ZPmI_H |
13019 | | /* 63759 */ MCD_OPC_FilterValue, 3, 238, 45, 1, // Skip to: 141058 |
13020 | | /* 63764 */ MCD_OPC_CheckPredicate, 19, 233, 45, 1, // Skip to: 141058 |
13021 | | /* 63769 */ MCD_OPC_Decode, 174, 23, 142, 1, // Opcode: FMAD_ZPmZZ_H |
13022 | | /* 63774 */ MCD_OPC_FilterValue, 5, 153, 1, 0, // Skip to: 64188 |
13023 | | /* 63779 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13024 | | /* 63782 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 63850 |
13025 | | /* 63787 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13026 | | /* 63790 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 63805 |
13027 | | /* 63795 */ MCD_OPC_CheckPredicate, 21, 202, 45, 1, // Skip to: 141058 |
13028 | | /* 63800 */ MCD_OPC_Decode, 154, 22, 141, 1, // Opcode: FCVTX_ZPmZ_DtoS |
13029 | | /* 63805 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 63820 |
13030 | | /* 63810 */ MCD_OPC_CheckPredicate, 21, 187, 45, 1, // Skip to: 141058 |
13031 | | /* 63815 */ MCD_OPC_Decode, 165, 23, 141, 1, // Opcode: FLOGB_ZPmZ_H |
13032 | | /* 63820 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 63835 |
13033 | | /* 63825 */ MCD_OPC_CheckPredicate, 21, 172, 45, 1, // Skip to: 141058 |
13034 | | /* 63830 */ MCD_OPC_Decode, 166, 23, 141, 1, // Opcode: FLOGB_ZPmZ_S |
13035 | | /* 63835 */ MCD_OPC_FilterValue, 30, 162, 45, 1, // Skip to: 141058 |
13036 | | /* 63840 */ MCD_OPC_CheckPredicate, 21, 157, 45, 1, // Skip to: 141058 |
13037 | | /* 63845 */ MCD_OPC_Decode, 164, 23, 141, 1, // Opcode: FLOGB_ZPmZ_D |
13038 | | /* 63850 */ MCD_OPC_FilterValue, 2, 62, 1, 0, // Skip to: 64173 |
13039 | | /* 63855 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13040 | | /* 63858 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 63873 |
13041 | | /* 63863 */ MCD_OPC_CheckPredicate, 19, 134, 45, 1, // Skip to: 141058 |
13042 | | /* 63868 */ MCD_OPC_Decode, 214, 27, 141, 1, // Opcode: FRINTN_ZPmZ_H |
13043 | | /* 63873 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 63888 |
13044 | | /* 63878 */ MCD_OPC_CheckPredicate, 19, 119, 45, 1, // Skip to: 141058 |
13045 | | /* 63883 */ MCD_OPC_Decode, 227, 27, 141, 1, // Opcode: FRINTP_ZPmZ_H |
13046 | | /* 63888 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 63903 |
13047 | | /* 63893 */ MCD_OPC_CheckPredicate, 19, 104, 45, 1, // Skip to: 141058 |
13048 | | /* 63898 */ MCD_OPC_Decode, 201, 27, 141, 1, // Opcode: FRINTM_ZPmZ_H |
13049 | | /* 63903 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 63918 |
13050 | | /* 63908 */ MCD_OPC_CheckPredicate, 19, 89, 45, 1, // Skip to: 141058 |
13051 | | /* 63913 */ MCD_OPC_Decode, 249, 27, 141, 1, // Opcode: FRINTZ_ZPmZ_H |
13052 | | /* 63918 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 63933 |
13053 | | /* 63923 */ MCD_OPC_CheckPredicate, 19, 74, 45, 1, // Skip to: 141058 |
13054 | | /* 63928 */ MCD_OPC_Decode, 177, 27, 141, 1, // Opcode: FRINTA_ZPmZ_H |
13055 | | /* 63933 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 63948 |
13056 | | /* 63938 */ MCD_OPC_CheckPredicate, 19, 59, 45, 1, // Skip to: 141058 |
13057 | | /* 63943 */ MCD_OPC_Decode, 238, 27, 141, 1, // Opcode: FRINTX_ZPmZ_H |
13058 | | /* 63948 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 63963 |
13059 | | /* 63953 */ MCD_OPC_CheckPredicate, 19, 44, 45, 1, // Skip to: 141058 |
13060 | | /* 63958 */ MCD_OPC_Decode, 188, 27, 141, 1, // Opcode: FRINTI_ZPmZ_H |
13061 | | /* 63963 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 63978 |
13062 | | /* 63968 */ MCD_OPC_CheckPredicate, 19, 29, 45, 1, // Skip to: 141058 |
13063 | | /* 63973 */ MCD_OPC_Decode, 146, 27, 141, 1, // Opcode: FRECPX_ZPmZ_H |
13064 | | /* 63978 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 63993 |
13065 | | /* 63983 */ MCD_OPC_CheckPredicate, 19, 14, 45, 1, // Skip to: 141058 |
13066 | | /* 63988 */ MCD_OPC_Decode, 174, 28, 141, 1, // Opcode: FSQRT_ZPmZ_H |
13067 | | /* 63993 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 64008 |
13068 | | /* 63998 */ MCD_OPC_CheckPredicate, 19, 255, 44, 1, // Skip to: 141058 |
13069 | | /* 64003 */ MCD_OPC_Decode, 137, 42, 141, 1, // Opcode: SCVTF_ZPmZ_HtoH |
13070 | | /* 64008 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 64023 |
13071 | | /* 64013 */ MCD_OPC_CheckPredicate, 19, 240, 44, 1, // Skip to: 141058 |
13072 | | /* 64018 */ MCD_OPC_Decode, 225, 56, 141, 1, // Opcode: UCVTF_ZPmZ_HtoH |
13073 | | /* 64023 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 64038 |
13074 | | /* 64028 */ MCD_OPC_CheckPredicate, 19, 225, 44, 1, // Skip to: 141058 |
13075 | | /* 64033 */ MCD_OPC_Decode, 139, 42, 141, 1, // Opcode: SCVTF_ZPmZ_StoH |
13076 | | /* 64038 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 64053 |
13077 | | /* 64043 */ MCD_OPC_CheckPredicate, 19, 210, 44, 1, // Skip to: 141058 |
13078 | | /* 64048 */ MCD_OPC_Decode, 227, 56, 141, 1, // Opcode: UCVTF_ZPmZ_StoH |
13079 | | /* 64053 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 64068 |
13080 | | /* 64058 */ MCD_OPC_CheckPredicate, 19, 195, 44, 1, // Skip to: 141058 |
13081 | | /* 64063 */ MCD_OPC_Decode, 135, 42, 141, 1, // Opcode: SCVTF_ZPmZ_DtoH |
13082 | | /* 64068 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 64083 |
13083 | | /* 64073 */ MCD_OPC_CheckPredicate, 19, 180, 44, 1, // Skip to: 141058 |
13084 | | /* 64078 */ MCD_OPC_Decode, 223, 56, 141, 1, // Opcode: UCVTF_ZPmZ_DtoH |
13085 | | /* 64083 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 64098 |
13086 | | /* 64088 */ MCD_OPC_CheckPredicate, 19, 165, 44, 1, // Skip to: 141058 |
13087 | | /* 64093 */ MCD_OPC_Decode, 172, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_HtoH |
13088 | | /* 64098 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 64113 |
13089 | | /* 64103 */ MCD_OPC_CheckPredicate, 19, 150, 44, 1, // Skip to: 141058 |
13090 | | /* 64108 */ MCD_OPC_Decode, 209, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_HtoH |
13091 | | /* 64113 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 64128 |
13092 | | /* 64118 */ MCD_OPC_CheckPredicate, 19, 135, 44, 1, // Skip to: 141058 |
13093 | | /* 64123 */ MCD_OPC_Decode, 173, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_HtoS |
13094 | | /* 64128 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 64143 |
13095 | | /* 64133 */ MCD_OPC_CheckPredicate, 19, 120, 44, 1, // Skip to: 141058 |
13096 | | /* 64138 */ MCD_OPC_Decode, 210, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_HtoS |
13097 | | /* 64143 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 64158 |
13098 | | /* 64148 */ MCD_OPC_CheckPredicate, 19, 105, 44, 1, // Skip to: 141058 |
13099 | | /* 64153 */ MCD_OPC_Decode, 171, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_HtoD |
13100 | | /* 64158 */ MCD_OPC_FilterValue, 31, 95, 44, 1, // Skip to: 141058 |
13101 | | /* 64163 */ MCD_OPC_CheckPredicate, 19, 90, 44, 1, // Skip to: 141058 |
13102 | | /* 64168 */ MCD_OPC_Decode, 208, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_HtoD |
13103 | | /* 64173 */ MCD_OPC_FilterValue, 3, 80, 44, 1, // Skip to: 141058 |
13104 | | /* 64178 */ MCD_OPC_CheckPredicate, 19, 75, 44, 1, // Skip to: 141058 |
13105 | | /* 64183 */ MCD_OPC_Decode, 167, 26, 142, 1, // Opcode: FMSB_ZPmZZ_H |
13106 | | /* 64188 */ MCD_OPC_FilterValue, 6, 56, 0, 0, // Skip to: 64249 |
13107 | | /* 64193 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13108 | | /* 64196 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 64234 |
13109 | | /* 64201 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13110 | | /* 64204 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64219 |
13111 | | /* 64209 */ MCD_OPC_CheckPredicate, 19, 44, 44, 1, // Skip to: 141058 |
13112 | | /* 64214 */ MCD_OPC_Decode, 130, 21, 239, 1, // Opcode: FCMUO_PPzZZ_H |
13113 | | /* 64219 */ MCD_OPC_FilterValue, 1, 34, 44, 1, // Skip to: 141058 |
13114 | | /* 64224 */ MCD_OPC_CheckPredicate, 19, 29, 44, 1, // Skip to: 141058 |
13115 | | /* 64229 */ MCD_OPC_Decode, 154, 19, 239, 1, // Opcode: FACGE_PPzZZ_H |
13116 | | /* 64234 */ MCD_OPC_FilterValue, 3, 19, 44, 1, // Skip to: 141058 |
13117 | | /* 64239 */ MCD_OPC_CheckPredicate, 19, 14, 44, 1, // Skip to: 141058 |
13118 | | /* 64244 */ MCD_OPC_Decode, 234, 26, 142, 1, // Opcode: FNMAD_ZPmZZ_H |
13119 | | /* 64249 */ MCD_OPC_FilterValue, 7, 4, 44, 1, // Skip to: 141058 |
13120 | | /* 64254 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13121 | | /* 64257 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 64279 |
13122 | | /* 64262 */ MCD_OPC_CheckPredicate, 19, 247, 43, 1, // Skip to: 141058 |
13123 | | /* 64267 */ MCD_OPC_CheckField, 4, 1, 1, 240, 43, 1, // Skip to: 141058 |
13124 | | /* 64274 */ MCD_OPC_Decode, 165, 19, 239, 1, // Opcode: FACGT_PPzZZ_H |
13125 | | /* 64279 */ MCD_OPC_FilterValue, 3, 230, 43, 1, // Skip to: 141058 |
13126 | | /* 64284 */ MCD_OPC_CheckPredicate, 19, 225, 43, 1, // Skip to: 141058 |
13127 | | /* 64289 */ MCD_OPC_Decode, 243, 26, 142, 1, // Opcode: FNMSB_ZPmZZ_H |
13128 | | /* 64294 */ MCD_OPC_FilterValue, 3, 215, 43, 1, // Skip to: 141058 |
13129 | | /* 64299 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
13130 | | /* 64302 */ MCD_OPC_FilterValue, 0, 229, 0, 0, // Skip to: 64536 |
13131 | | /* 64307 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13132 | | /* 64310 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 64408 |
13133 | | /* 64315 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
13134 | | /* 64318 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64333 |
13135 | | /* 64323 */ MCD_OPC_CheckPredicate, 19, 186, 43, 1, // Skip to: 141058 |
13136 | | /* 64328 */ MCD_OPC_Decode, 209, 19, 162, 1, // Opcode: FADD_ZZZ_S |
13137 | | /* 64333 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 64348 |
13138 | | /* 64338 */ MCD_OPC_CheckPredicate, 19, 171, 43, 1, // Skip to: 141058 |
13139 | | /* 64343 */ MCD_OPC_Decode, 204, 28, 162, 1, // Opcode: FSUB_ZZZ_S |
13140 | | /* 64348 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 64363 |
13141 | | /* 64353 */ MCD_OPC_CheckPredicate, 19, 156, 43, 1, // Skip to: 141058 |
13142 | | /* 64358 */ MCD_OPC_Decode, 205, 26, 162, 1, // Opcode: FMUL_ZZZ_S |
13143 | | /* 64363 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 64378 |
13144 | | /* 64368 */ MCD_OPC_CheckPredicate, 24, 141, 43, 1, // Skip to: 141058 |
13145 | | /* 64373 */ MCD_OPC_Decode, 215, 28, 162, 1, // Opcode: FTSMUL_ZZZ_S |
13146 | | /* 64378 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 64393 |
13147 | | /* 64383 */ MCD_OPC_CheckPredicate, 19, 126, 43, 1, // Skip to: 141058 |
13148 | | /* 64388 */ MCD_OPC_Decode, 139, 27, 162, 1, // Opcode: FRECPS_ZZZ_S |
13149 | | /* 64393 */ MCD_OPC_FilterValue, 7, 116, 43, 1, // Skip to: 141058 |
13150 | | /* 64398 */ MCD_OPC_CheckPredicate, 19, 111, 43, 1, // Skip to: 141058 |
13151 | | /* 64403 */ MCD_OPC_Decode, 144, 28, 162, 1, // Opcode: FRSQRTS_ZZZ_S |
13152 | | /* 64408 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 64423 |
13153 | | /* 64413 */ MCD_OPC_CheckPredicate, 19, 96, 43, 1, // Skip to: 141058 |
13154 | | /* 64418 */ MCD_OPC_Decode, 184, 25, 142, 1, // Opcode: FMLA_ZPmZZ_S |
13155 | | /* 64423 */ MCD_OPC_FilterValue, 2, 93, 0, 0, // Skip to: 64521 |
13156 | | /* 64428 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
13157 | | /* 64431 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64446 |
13158 | | /* 64436 */ MCD_OPC_CheckPredicate, 19, 73, 43, 1, // Skip to: 141058 |
13159 | | /* 64441 */ MCD_OPC_Decode, 207, 19, 162, 1, // Opcode: FADD_ZZZ_D |
13160 | | /* 64446 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 64461 |
13161 | | /* 64451 */ MCD_OPC_CheckPredicate, 19, 58, 43, 1, // Skip to: 141058 |
13162 | | /* 64456 */ MCD_OPC_Decode, 202, 28, 162, 1, // Opcode: FSUB_ZZZ_D |
13163 | | /* 64461 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 64476 |
13164 | | /* 64466 */ MCD_OPC_CheckPredicate, 19, 43, 43, 1, // Skip to: 141058 |
13165 | | /* 64471 */ MCD_OPC_Decode, 203, 26, 162, 1, // Opcode: FMUL_ZZZ_D |
13166 | | /* 64476 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 64491 |
13167 | | /* 64481 */ MCD_OPC_CheckPredicate, 24, 28, 43, 1, // Skip to: 141058 |
13168 | | /* 64486 */ MCD_OPC_Decode, 213, 28, 162, 1, // Opcode: FTSMUL_ZZZ_D |
13169 | | /* 64491 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 64506 |
13170 | | /* 64496 */ MCD_OPC_CheckPredicate, 19, 13, 43, 1, // Skip to: 141058 |
13171 | | /* 64501 */ MCD_OPC_Decode, 137, 27, 162, 1, // Opcode: FRECPS_ZZZ_D |
13172 | | /* 64506 */ MCD_OPC_FilterValue, 7, 3, 43, 1, // Skip to: 141058 |
13173 | | /* 64511 */ MCD_OPC_CheckPredicate, 19, 254, 42, 1, // Skip to: 141058 |
13174 | | /* 64516 */ MCD_OPC_Decode, 142, 28, 162, 1, // Opcode: FRSQRTS_ZZZ_D |
13175 | | /* 64521 */ MCD_OPC_FilterValue, 3, 244, 42, 1, // Skip to: 141058 |
13176 | | /* 64526 */ MCD_OPC_CheckPredicate, 19, 239, 42, 1, // Skip to: 141058 |
13177 | | /* 64531 */ MCD_OPC_Decode, 182, 25, 142, 1, // Opcode: FMLA_ZPmZZ_D |
13178 | | /* 64536 */ MCD_OPC_FilterValue, 1, 45, 2, 0, // Skip to: 65098 |
13179 | | /* 64541 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13180 | | /* 64544 */ MCD_OPC_FilterValue, 0, 1, 1, 0, // Skip to: 64806 |
13181 | | /* 64549 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13182 | | /* 64552 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64567 |
13183 | | /* 64557 */ MCD_OPC_CheckPredicate, 19, 208, 42, 1, // Skip to: 141058 |
13184 | | /* 64562 */ MCD_OPC_Decode, 194, 19, 139, 1, // Opcode: FADDV_VPZ_S |
13185 | | /* 64567 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 64582 |
13186 | | /* 64572 */ MCD_OPC_CheckPredicate, 19, 193, 42, 1, // Skip to: 141058 |
13187 | | /* 64577 */ MCD_OPC_Decode, 197, 23, 139, 1, // Opcode: FMAXNMV_VPZ_S |
13188 | | /* 64582 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 64597 |
13189 | | /* 64587 */ MCD_OPC_CheckPredicate, 19, 178, 42, 1, // Skip to: 141058 |
13190 | | /* 64592 */ MCD_OPC_Decode, 161, 24, 139, 1, // Opcode: FMINNMV_VPZ_S |
13191 | | /* 64597 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 64612 |
13192 | | /* 64602 */ MCD_OPC_CheckPredicate, 19, 163, 42, 1, // Skip to: 141058 |
13193 | | /* 64607 */ MCD_OPC_Decode, 241, 23, 139, 1, // Opcode: FMAXV_VPZ_S |
13194 | | /* 64612 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 64627 |
13195 | | /* 64617 */ MCD_OPC_CheckPredicate, 19, 148, 42, 1, // Skip to: 141058 |
13196 | | /* 64622 */ MCD_OPC_Decode, 205, 24, 139, 1, // Opcode: FMINV_VPZ_S |
13197 | | /* 64627 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 64649 |
13198 | | /* 64632 */ MCD_OPC_CheckPredicate, 19, 133, 42, 1, // Skip to: 141058 |
13199 | | /* 64637 */ MCD_OPC_CheckField, 10, 3, 4, 126, 42, 1, // Skip to: 141058 |
13200 | | /* 64644 */ MCD_OPC_Decode, 253, 26, 190, 1, // Opcode: FRECPE_ZZ_S |
13201 | | /* 64649 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 64671 |
13202 | | /* 64654 */ MCD_OPC_CheckPredicate, 19, 111, 42, 1, // Skip to: 141058 |
13203 | | /* 64659 */ MCD_OPC_CheckField, 10, 3, 4, 104, 42, 1, // Skip to: 141058 |
13204 | | /* 64666 */ MCD_OPC_Decode, 130, 28, 190, 1, // Opcode: FRSQRTE_ZZ_S |
13205 | | /* 64671 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 64709 |
13206 | | /* 64676 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13207 | | /* 64679 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64694 |
13208 | | /* 64684 */ MCD_OPC_CheckPredicate, 19, 81, 42, 1, // Skip to: 141058 |
13209 | | /* 64689 */ MCD_OPC_Decode, 165, 20, 178, 2, // Opcode: FCMGE_PPzZ0_S |
13210 | | /* 64694 */ MCD_OPC_FilterValue, 1, 71, 42, 1, // Skip to: 141058 |
13211 | | /* 64699 */ MCD_OPC_CheckPredicate, 19, 66, 42, 1, // Skip to: 141058 |
13212 | | /* 64704 */ MCD_OPC_Decode, 187, 20, 178, 2, // Opcode: FCMGT_PPzZ0_S |
13213 | | /* 64709 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 64747 |
13214 | | /* 64714 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13215 | | /* 64717 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64732 |
13216 | | /* 64722 */ MCD_OPC_CheckPredicate, 19, 43, 42, 1, // Skip to: 141058 |
13217 | | /* 64727 */ MCD_OPC_Decode, 230, 20, 178, 2, // Opcode: FCMLT_PPzZ0_S |
13218 | | /* 64732 */ MCD_OPC_FilterValue, 1, 33, 42, 1, // Skip to: 141058 |
13219 | | /* 64737 */ MCD_OPC_CheckPredicate, 19, 28, 42, 1, // Skip to: 141058 |
13220 | | /* 64742 */ MCD_OPC_Decode, 219, 20, 178, 2, // Opcode: FCMLE_PPzZ0_S |
13221 | | /* 64747 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 64769 |
13222 | | /* 64752 */ MCD_OPC_CheckPredicate, 19, 13, 42, 1, // Skip to: 141058 |
13223 | | /* 64757 */ MCD_OPC_CheckField, 4, 1, 0, 6, 42, 1, // Skip to: 141058 |
13224 | | /* 64764 */ MCD_OPC_Decode, 143, 20, 178, 2, // Opcode: FCMEQ_PPzZ0_S |
13225 | | /* 64769 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 64791 |
13226 | | /* 64774 */ MCD_OPC_CheckPredicate, 19, 247, 41, 1, // Skip to: 141058 |
13227 | | /* 64779 */ MCD_OPC_CheckField, 4, 1, 0, 240, 41, 1, // Skip to: 141058 |
13228 | | /* 64786 */ MCD_OPC_Decode, 241, 20, 178, 2, // Opcode: FCMNE_PPzZ0_S |
13229 | | /* 64791 */ MCD_OPC_FilterValue, 24, 230, 41, 1, // Skip to: 141058 |
13230 | | /* 64796 */ MCD_OPC_CheckPredicate, 24, 225, 41, 1, // Skip to: 141058 |
13231 | | /* 64801 */ MCD_OPC_Decode, 174, 19, 138, 1, // Opcode: FADDA_VPZ_S |
13232 | | /* 64806 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 64821 |
13233 | | /* 64811 */ MCD_OPC_CheckPredicate, 19, 210, 41, 1, // Skip to: 141058 |
13234 | | /* 64816 */ MCD_OPC_Decode, 241, 25, 142, 1, // Opcode: FMLS_ZPmZZ_S |
13235 | | /* 64821 */ MCD_OPC_FilterValue, 2, 1, 1, 0, // Skip to: 65083 |
13236 | | /* 64826 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13237 | | /* 64829 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64844 |
13238 | | /* 64834 */ MCD_OPC_CheckPredicate, 19, 187, 41, 1, // Skip to: 141058 |
13239 | | /* 64839 */ MCD_OPC_Decode, 192, 19, 139, 1, // Opcode: FADDV_VPZ_D |
13240 | | /* 64844 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 64859 |
13241 | | /* 64849 */ MCD_OPC_CheckPredicate, 19, 172, 41, 1, // Skip to: 141058 |
13242 | | /* 64854 */ MCD_OPC_Decode, 195, 23, 139, 1, // Opcode: FMAXNMV_VPZ_D |
13243 | | /* 64859 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 64874 |
13244 | | /* 64864 */ MCD_OPC_CheckPredicate, 19, 157, 41, 1, // Skip to: 141058 |
13245 | | /* 64869 */ MCD_OPC_Decode, 159, 24, 139, 1, // Opcode: FMINNMV_VPZ_D |
13246 | | /* 64874 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 64889 |
13247 | | /* 64879 */ MCD_OPC_CheckPredicate, 19, 142, 41, 1, // Skip to: 141058 |
13248 | | /* 64884 */ MCD_OPC_Decode, 239, 23, 139, 1, // Opcode: FMAXV_VPZ_D |
13249 | | /* 64889 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 64904 |
13250 | | /* 64894 */ MCD_OPC_CheckPredicate, 19, 127, 41, 1, // Skip to: 141058 |
13251 | | /* 64899 */ MCD_OPC_Decode, 203, 24, 139, 1, // Opcode: FMINV_VPZ_D |
13252 | | /* 64904 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 64926 |
13253 | | /* 64909 */ MCD_OPC_CheckPredicate, 19, 112, 41, 1, // Skip to: 141058 |
13254 | | /* 64914 */ MCD_OPC_CheckField, 10, 3, 4, 105, 41, 1, // Skip to: 141058 |
13255 | | /* 64921 */ MCD_OPC_Decode, 251, 26, 190, 1, // Opcode: FRECPE_ZZ_D |
13256 | | /* 64926 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 64948 |
13257 | | /* 64931 */ MCD_OPC_CheckPredicate, 19, 90, 41, 1, // Skip to: 141058 |
13258 | | /* 64936 */ MCD_OPC_CheckField, 10, 3, 4, 83, 41, 1, // Skip to: 141058 |
13259 | | /* 64943 */ MCD_OPC_Decode, 128, 28, 190, 1, // Opcode: FRSQRTE_ZZ_D |
13260 | | /* 64948 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 64986 |
13261 | | /* 64953 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13262 | | /* 64956 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 64971 |
13263 | | /* 64961 */ MCD_OPC_CheckPredicate, 19, 60, 41, 1, // Skip to: 141058 |
13264 | | /* 64966 */ MCD_OPC_Decode, 163, 20, 178, 2, // Opcode: FCMGE_PPzZ0_D |
13265 | | /* 64971 */ MCD_OPC_FilterValue, 1, 50, 41, 1, // Skip to: 141058 |
13266 | | /* 64976 */ MCD_OPC_CheckPredicate, 19, 45, 41, 1, // Skip to: 141058 |
13267 | | /* 64981 */ MCD_OPC_Decode, 185, 20, 178, 2, // Opcode: FCMGT_PPzZ0_D |
13268 | | /* 64986 */ MCD_OPC_FilterValue, 17, 33, 0, 0, // Skip to: 65024 |
13269 | | /* 64991 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13270 | | /* 64994 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65009 |
13271 | | /* 64999 */ MCD_OPC_CheckPredicate, 19, 22, 41, 1, // Skip to: 141058 |
13272 | | /* 65004 */ MCD_OPC_Decode, 228, 20, 178, 2, // Opcode: FCMLT_PPzZ0_D |
13273 | | /* 65009 */ MCD_OPC_FilterValue, 1, 12, 41, 1, // Skip to: 141058 |
13274 | | /* 65014 */ MCD_OPC_CheckPredicate, 19, 7, 41, 1, // Skip to: 141058 |
13275 | | /* 65019 */ MCD_OPC_Decode, 217, 20, 178, 2, // Opcode: FCMLE_PPzZ0_D |
13276 | | /* 65024 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 65046 |
13277 | | /* 65029 */ MCD_OPC_CheckPredicate, 19, 248, 40, 1, // Skip to: 141058 |
13278 | | /* 65034 */ MCD_OPC_CheckField, 4, 1, 0, 241, 40, 1, // Skip to: 141058 |
13279 | | /* 65041 */ MCD_OPC_Decode, 141, 20, 178, 2, // Opcode: FCMEQ_PPzZ0_D |
13280 | | /* 65046 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 65068 |
13281 | | /* 65051 */ MCD_OPC_CheckPredicate, 19, 226, 40, 1, // Skip to: 141058 |
13282 | | /* 65056 */ MCD_OPC_CheckField, 4, 1, 0, 219, 40, 1, // Skip to: 141058 |
13283 | | /* 65063 */ MCD_OPC_Decode, 239, 20, 178, 2, // Opcode: FCMNE_PPzZ0_D |
13284 | | /* 65068 */ MCD_OPC_FilterValue, 24, 209, 40, 1, // Skip to: 141058 |
13285 | | /* 65073 */ MCD_OPC_CheckPredicate, 24, 204, 40, 1, // Skip to: 141058 |
13286 | | /* 65078 */ MCD_OPC_Decode, 172, 19, 138, 1, // Opcode: FADDA_VPZ_D |
13287 | | /* 65083 */ MCD_OPC_FilterValue, 3, 194, 40, 1, // Skip to: 141058 |
13288 | | /* 65088 */ MCD_OPC_CheckPredicate, 19, 189, 40, 1, // Skip to: 141058 |
13289 | | /* 65093 */ MCD_OPC_Decode, 239, 25, 142, 1, // Opcode: FMLS_ZPmZZ_D |
13290 | | /* 65098 */ MCD_OPC_FilterValue, 2, 109, 0, 0, // Skip to: 65212 |
13291 | | /* 65103 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13292 | | /* 65106 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 65144 |
13293 | | /* 65111 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13294 | | /* 65114 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65129 |
13295 | | /* 65119 */ MCD_OPC_CheckPredicate, 19, 158, 40, 1, // Skip to: 141058 |
13296 | | /* 65124 */ MCD_OPC_Decode, 168, 20, 239, 1, // Opcode: FCMGE_PPzZZ_S |
13297 | | /* 65129 */ MCD_OPC_FilterValue, 1, 148, 40, 1, // Skip to: 141058 |
13298 | | /* 65134 */ MCD_OPC_CheckPredicate, 19, 143, 40, 1, // Skip to: 141058 |
13299 | | /* 65139 */ MCD_OPC_Decode, 190, 20, 239, 1, // Opcode: FCMGT_PPzZZ_S |
13300 | | /* 65144 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65159 |
13301 | | /* 65149 */ MCD_OPC_CheckPredicate, 19, 128, 40, 1, // Skip to: 141058 |
13302 | | /* 65154 */ MCD_OPC_Decode, 238, 26, 142, 1, // Opcode: FNMLA_ZPmZZ_S |
13303 | | /* 65159 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 65197 |
13304 | | /* 65164 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13305 | | /* 65167 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65182 |
13306 | | /* 65172 */ MCD_OPC_CheckPredicate, 19, 105, 40, 1, // Skip to: 141058 |
13307 | | /* 65177 */ MCD_OPC_Decode, 166, 20, 239, 1, // Opcode: FCMGE_PPzZZ_D |
13308 | | /* 65182 */ MCD_OPC_FilterValue, 1, 95, 40, 1, // Skip to: 141058 |
13309 | | /* 65187 */ MCD_OPC_CheckPredicate, 19, 90, 40, 1, // Skip to: 141058 |
13310 | | /* 65192 */ MCD_OPC_Decode, 188, 20, 239, 1, // Opcode: FCMGT_PPzZZ_D |
13311 | | /* 65197 */ MCD_OPC_FilterValue, 3, 80, 40, 1, // Skip to: 141058 |
13312 | | /* 65202 */ MCD_OPC_CheckPredicate, 19, 75, 40, 1, // Skip to: 141058 |
13313 | | /* 65207 */ MCD_OPC_Decode, 236, 26, 142, 1, // Opcode: FNMLA_ZPmZZ_D |
13314 | | /* 65212 */ MCD_OPC_FilterValue, 3, 109, 0, 0, // Skip to: 65326 |
13315 | | /* 65217 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13316 | | /* 65220 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 65258 |
13317 | | /* 65225 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13318 | | /* 65228 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65243 |
13319 | | /* 65233 */ MCD_OPC_CheckPredicate, 19, 44, 40, 1, // Skip to: 141058 |
13320 | | /* 65238 */ MCD_OPC_Decode, 146, 20, 239, 1, // Opcode: FCMEQ_PPzZZ_S |
13321 | | /* 65243 */ MCD_OPC_FilterValue, 1, 34, 40, 1, // Skip to: 141058 |
13322 | | /* 65248 */ MCD_OPC_CheckPredicate, 19, 29, 40, 1, // Skip to: 141058 |
13323 | | /* 65253 */ MCD_OPC_Decode, 244, 20, 239, 1, // Opcode: FCMNE_PPzZZ_S |
13324 | | /* 65258 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65273 |
13325 | | /* 65263 */ MCD_OPC_CheckPredicate, 19, 14, 40, 1, // Skip to: 141058 |
13326 | | /* 65268 */ MCD_OPC_Decode, 241, 26, 142, 1, // Opcode: FNMLS_ZPmZZ_S |
13327 | | /* 65273 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 65311 |
13328 | | /* 65278 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13329 | | /* 65281 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65296 |
13330 | | /* 65286 */ MCD_OPC_CheckPredicate, 19, 247, 39, 1, // Skip to: 141058 |
13331 | | /* 65291 */ MCD_OPC_Decode, 144, 20, 239, 1, // Opcode: FCMEQ_PPzZZ_D |
13332 | | /* 65296 */ MCD_OPC_FilterValue, 1, 237, 39, 1, // Skip to: 141058 |
13333 | | /* 65301 */ MCD_OPC_CheckPredicate, 19, 232, 39, 1, // Skip to: 141058 |
13334 | | /* 65306 */ MCD_OPC_Decode, 242, 20, 239, 1, // Opcode: FCMNE_PPzZZ_D |
13335 | | /* 65311 */ MCD_OPC_FilterValue, 3, 222, 39, 1, // Skip to: 141058 |
13336 | | /* 65316 */ MCD_OPC_CheckPredicate, 19, 217, 39, 1, // Skip to: 141058 |
13337 | | /* 65321 */ MCD_OPC_Decode, 239, 26, 142, 1, // Opcode: FNMLS_ZPmZZ_D |
13338 | | /* 65326 */ MCD_OPC_FilterValue, 4, 175, 3, 0, // Skip to: 66274 |
13339 | | /* 65331 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13340 | | /* 65334 */ MCD_OPC_FilterValue, 0, 194, 1, 0, // Skip to: 65789 |
13341 | | /* 65339 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
13342 | | /* 65342 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 65470 |
13343 | | /* 65347 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13344 | | /* 65350 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65365 |
13345 | | /* 65355 */ MCD_OPC_CheckPredicate, 19, 178, 39, 1, // Skip to: 141058 |
13346 | | /* 65360 */ MCD_OPC_Decode, 206, 19, 138, 1, // Opcode: FADD_ZPmZ_S |
13347 | | /* 65365 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65380 |
13348 | | /* 65370 */ MCD_OPC_CheckPredicate, 19, 163, 39, 1, // Skip to: 141058 |
13349 | | /* 65375 */ MCD_OPC_Decode, 201, 28, 138, 1, // Opcode: FSUB_ZPmZ_S |
13350 | | /* 65380 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 65395 |
13351 | | /* 65385 */ MCD_OPC_CheckPredicate, 19, 148, 39, 1, // Skip to: 141058 |
13352 | | /* 65390 */ MCD_OPC_Decode, 199, 26, 138, 1, // Opcode: FMUL_ZPmZ_S |
13353 | | /* 65395 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 65410 |
13354 | | /* 65400 */ MCD_OPC_CheckPredicate, 19, 133, 39, 1, // Skip to: 141058 |
13355 | | /* 65405 */ MCD_OPC_Decode, 188, 28, 138, 1, // Opcode: FSUBR_ZPmZ_S |
13356 | | /* 65410 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 65425 |
13357 | | /* 65415 */ MCD_OPC_CheckPredicate, 19, 118, 39, 1, // Skip to: 141058 |
13358 | | /* 65420 */ MCD_OPC_Decode, 218, 23, 138, 1, // Opcode: FMAXNM_ZPmZ_S |
13359 | | /* 65425 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 65440 |
13360 | | /* 65430 */ MCD_OPC_CheckPredicate, 19, 103, 39, 1, // Skip to: 141058 |
13361 | | /* 65435 */ MCD_OPC_Decode, 182, 24, 138, 1, // Opcode: FMINNM_ZPmZ_S |
13362 | | /* 65440 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 65455 |
13363 | | /* 65445 */ MCD_OPC_CheckPredicate, 19, 88, 39, 1, // Skip to: 141058 |
13364 | | /* 65450 */ MCD_OPC_Decode, 134, 24, 138, 1, // Opcode: FMAX_ZPmZ_S |
13365 | | /* 65455 */ MCD_OPC_FilterValue, 7, 78, 39, 1, // Skip to: 141058 |
13366 | | /* 65460 */ MCD_OPC_CheckPredicate, 19, 73, 39, 1, // Skip to: 141058 |
13367 | | /* 65465 */ MCD_OPC_Decode, 226, 24, 138, 1, // Opcode: FMIN_ZPmZ_S |
13368 | | /* 65470 */ MCD_OPC_FilterValue, 1, 108, 0, 0, // Skip to: 65583 |
13369 | | /* 65475 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13370 | | /* 65478 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65493 |
13371 | | /* 65483 */ MCD_OPC_CheckPredicate, 19, 50, 39, 1, // Skip to: 141058 |
13372 | | /* 65488 */ MCD_OPC_Decode, 133, 19, 138, 1, // Opcode: FABD_ZPmZ_S |
13373 | | /* 65493 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65508 |
13374 | | /* 65498 */ MCD_OPC_CheckPredicate, 19, 35, 39, 1, // Skip to: 141058 |
13375 | | /* 65503 */ MCD_OPC_Decode, 164, 28, 138, 1, // Opcode: FSCALE_ZPmZ_S |
13376 | | /* 65508 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 65523 |
13377 | | /* 65513 */ MCD_OPC_CheckPredicate, 19, 20, 39, 1, // Skip to: 141058 |
13378 | | /* 65518 */ MCD_OPC_Decode, 180, 26, 138, 1, // Opcode: FMULX_ZPmZ_S |
13379 | | /* 65523 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 65538 |
13380 | | /* 65528 */ MCD_OPC_CheckPredicate, 19, 5, 39, 1, // Skip to: 141058 |
13381 | | /* 65533 */ MCD_OPC_Decode, 243, 22, 138, 1, // Opcode: FDIVR_ZPmZ_S |
13382 | | /* 65538 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 65553 |
13383 | | /* 65543 */ MCD_OPC_CheckPredicate, 19, 246, 38, 1, // Skip to: 141058 |
13384 | | /* 65548 */ MCD_OPC_Decode, 247, 22, 138, 1, // Opcode: FDIV_ZPmZ_S |
13385 | | /* 65553 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 65568 |
13386 | | /* 65558 */ MCD_OPC_CheckPredicate, 43, 231, 38, 1, // Skip to: 141058 |
13387 | | /* 65563 */ MCD_OPC_Decode, 223, 19, 138, 1, // Opcode: FAMAX_ZPmZ_S |
13388 | | /* 65568 */ MCD_OPC_FilterValue, 7, 221, 38, 1, // Skip to: 141058 |
13389 | | /* 65573 */ MCD_OPC_CheckPredicate, 43, 216, 38, 1, // Skip to: 141058 |
13390 | | /* 65578 */ MCD_OPC_Decode, 237, 19, 138, 1, // Opcode: FAMIN_ZPmZ_S |
13391 | | /* 65583 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 65605 |
13392 | | /* 65588 */ MCD_OPC_CheckPredicate, 24, 201, 38, 1, // Skip to: 141058 |
13393 | | /* 65593 */ MCD_OPC_CheckField, 10, 3, 0, 194, 38, 1, // Skip to: 141058 |
13394 | | /* 65600 */ MCD_OPC_Decode, 212, 28, 179, 2, // Opcode: FTMAD_ZZI_S |
13395 | | /* 65605 */ MCD_OPC_FilterValue, 3, 184, 38, 1, // Skip to: 141058 |
13396 | | /* 65610 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13397 | | /* 65613 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 65635 |
13398 | | /* 65618 */ MCD_OPC_CheckPredicate, 19, 171, 38, 1, // Skip to: 141058 |
13399 | | /* 65623 */ MCD_OPC_CheckField, 6, 4, 0, 164, 38, 1, // Skip to: 141058 |
13400 | | /* 65630 */ MCD_OPC_Decode, 203, 19, 180, 2, // Opcode: FADD_ZPmI_S |
13401 | | /* 65635 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 65657 |
13402 | | /* 65640 */ MCD_OPC_CheckPredicate, 19, 149, 38, 1, // Skip to: 141058 |
13403 | | /* 65645 */ MCD_OPC_CheckField, 6, 4, 0, 142, 38, 1, // Skip to: 141058 |
13404 | | /* 65652 */ MCD_OPC_Decode, 198, 28, 180, 2, // Opcode: FSUB_ZPmI_S |
13405 | | /* 65657 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 65679 |
13406 | | /* 65662 */ MCD_OPC_CheckPredicate, 19, 127, 38, 1, // Skip to: 141058 |
13407 | | /* 65667 */ MCD_OPC_CheckField, 6, 4, 0, 120, 38, 1, // Skip to: 141058 |
13408 | | /* 65674 */ MCD_OPC_Decode, 196, 26, 180, 2, // Opcode: FMUL_ZPmI_S |
13409 | | /* 65679 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 65701 |
13410 | | /* 65684 */ MCD_OPC_CheckPredicate, 19, 105, 38, 1, // Skip to: 141058 |
13411 | | /* 65689 */ MCD_OPC_CheckField, 6, 4, 0, 98, 38, 1, // Skip to: 141058 |
13412 | | /* 65696 */ MCD_OPC_Decode, 185, 28, 180, 2, // Opcode: FSUBR_ZPmI_S |
13413 | | /* 65701 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 65723 |
13414 | | /* 65706 */ MCD_OPC_CheckPredicate, 19, 83, 38, 1, // Skip to: 141058 |
13415 | | /* 65711 */ MCD_OPC_CheckField, 6, 4, 0, 76, 38, 1, // Skip to: 141058 |
13416 | | /* 65718 */ MCD_OPC_Decode, 215, 23, 180, 2, // Opcode: FMAXNM_ZPmI_S |
13417 | | /* 65723 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 65745 |
13418 | | /* 65728 */ MCD_OPC_CheckPredicate, 19, 61, 38, 1, // Skip to: 141058 |
13419 | | /* 65733 */ MCD_OPC_CheckField, 6, 4, 0, 54, 38, 1, // Skip to: 141058 |
13420 | | /* 65740 */ MCD_OPC_Decode, 179, 24, 180, 2, // Opcode: FMINNM_ZPmI_S |
13421 | | /* 65745 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 65767 |
13422 | | /* 65750 */ MCD_OPC_CheckPredicate, 19, 39, 38, 1, // Skip to: 141058 |
13423 | | /* 65755 */ MCD_OPC_CheckField, 6, 4, 0, 32, 38, 1, // Skip to: 141058 |
13424 | | /* 65762 */ MCD_OPC_Decode, 131, 24, 180, 2, // Opcode: FMAX_ZPmI_S |
13425 | | /* 65767 */ MCD_OPC_FilterValue, 7, 22, 38, 1, // Skip to: 141058 |
13426 | | /* 65772 */ MCD_OPC_CheckPredicate, 19, 17, 38, 1, // Skip to: 141058 |
13427 | | /* 65777 */ MCD_OPC_CheckField, 6, 4, 0, 10, 38, 1, // Skip to: 141058 |
13428 | | /* 65784 */ MCD_OPC_Decode, 223, 24, 180, 2, // Opcode: FMIN_ZPmI_S |
13429 | | /* 65789 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65804 |
13430 | | /* 65794 */ MCD_OPC_CheckPredicate, 19, 251, 37, 1, // Skip to: 141058 |
13431 | | /* 65799 */ MCD_OPC_Decode, 175, 23, 142, 1, // Opcode: FMAD_ZPmZZ_S |
13432 | | /* 65804 */ MCD_OPC_FilterValue, 2, 194, 1, 0, // Skip to: 66259 |
13433 | | /* 65809 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
13434 | | /* 65812 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 65940 |
13435 | | /* 65817 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13436 | | /* 65820 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65835 |
13437 | | /* 65825 */ MCD_OPC_CheckPredicate, 19, 220, 37, 1, // Skip to: 141058 |
13438 | | /* 65830 */ MCD_OPC_Decode, 204, 19, 138, 1, // Opcode: FADD_ZPmZ_D |
13439 | | /* 65835 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65850 |
13440 | | /* 65840 */ MCD_OPC_CheckPredicate, 19, 205, 37, 1, // Skip to: 141058 |
13441 | | /* 65845 */ MCD_OPC_Decode, 199, 28, 138, 1, // Opcode: FSUB_ZPmZ_D |
13442 | | /* 65850 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 65865 |
13443 | | /* 65855 */ MCD_OPC_CheckPredicate, 19, 190, 37, 1, // Skip to: 141058 |
13444 | | /* 65860 */ MCD_OPC_Decode, 197, 26, 138, 1, // Opcode: FMUL_ZPmZ_D |
13445 | | /* 65865 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 65880 |
13446 | | /* 65870 */ MCD_OPC_CheckPredicate, 19, 175, 37, 1, // Skip to: 141058 |
13447 | | /* 65875 */ MCD_OPC_Decode, 186, 28, 138, 1, // Opcode: FSUBR_ZPmZ_D |
13448 | | /* 65880 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 65895 |
13449 | | /* 65885 */ MCD_OPC_CheckPredicate, 19, 160, 37, 1, // Skip to: 141058 |
13450 | | /* 65890 */ MCD_OPC_Decode, 216, 23, 138, 1, // Opcode: FMAXNM_ZPmZ_D |
13451 | | /* 65895 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 65910 |
13452 | | /* 65900 */ MCD_OPC_CheckPredicate, 19, 145, 37, 1, // Skip to: 141058 |
13453 | | /* 65905 */ MCD_OPC_Decode, 180, 24, 138, 1, // Opcode: FMINNM_ZPmZ_D |
13454 | | /* 65910 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 65925 |
13455 | | /* 65915 */ MCD_OPC_CheckPredicate, 19, 130, 37, 1, // Skip to: 141058 |
13456 | | /* 65920 */ MCD_OPC_Decode, 132, 24, 138, 1, // Opcode: FMAX_ZPmZ_D |
13457 | | /* 65925 */ MCD_OPC_FilterValue, 7, 120, 37, 1, // Skip to: 141058 |
13458 | | /* 65930 */ MCD_OPC_CheckPredicate, 19, 115, 37, 1, // Skip to: 141058 |
13459 | | /* 65935 */ MCD_OPC_Decode, 224, 24, 138, 1, // Opcode: FMIN_ZPmZ_D |
13460 | | /* 65940 */ MCD_OPC_FilterValue, 1, 108, 0, 0, // Skip to: 66053 |
13461 | | /* 65945 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13462 | | /* 65948 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 65963 |
13463 | | /* 65953 */ MCD_OPC_CheckPredicate, 19, 92, 37, 1, // Skip to: 141058 |
13464 | | /* 65958 */ MCD_OPC_Decode, 131, 19, 138, 1, // Opcode: FABD_ZPmZ_D |
13465 | | /* 65963 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 65978 |
13466 | | /* 65968 */ MCD_OPC_CheckPredicate, 19, 77, 37, 1, // Skip to: 141058 |
13467 | | /* 65973 */ MCD_OPC_Decode, 162, 28, 138, 1, // Opcode: FSCALE_ZPmZ_D |
13468 | | /* 65978 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 65993 |
13469 | | /* 65983 */ MCD_OPC_CheckPredicate, 19, 62, 37, 1, // Skip to: 141058 |
13470 | | /* 65988 */ MCD_OPC_Decode, 178, 26, 138, 1, // Opcode: FMULX_ZPmZ_D |
13471 | | /* 65993 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 66008 |
13472 | | /* 65998 */ MCD_OPC_CheckPredicate, 19, 47, 37, 1, // Skip to: 141058 |
13473 | | /* 66003 */ MCD_OPC_Decode, 241, 22, 138, 1, // Opcode: FDIVR_ZPmZ_D |
13474 | | /* 66008 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 66023 |
13475 | | /* 66013 */ MCD_OPC_CheckPredicate, 19, 32, 37, 1, // Skip to: 141058 |
13476 | | /* 66018 */ MCD_OPC_Decode, 245, 22, 138, 1, // Opcode: FDIV_ZPmZ_D |
13477 | | /* 66023 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 66038 |
13478 | | /* 66028 */ MCD_OPC_CheckPredicate, 43, 17, 37, 1, // Skip to: 141058 |
13479 | | /* 66033 */ MCD_OPC_Decode, 221, 19, 138, 1, // Opcode: FAMAX_ZPmZ_D |
13480 | | /* 66038 */ MCD_OPC_FilterValue, 7, 7, 37, 1, // Skip to: 141058 |
13481 | | /* 66043 */ MCD_OPC_CheckPredicate, 43, 2, 37, 1, // Skip to: 141058 |
13482 | | /* 66048 */ MCD_OPC_Decode, 235, 19, 138, 1, // Opcode: FAMIN_ZPmZ_D |
13483 | | /* 66053 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 66075 |
13484 | | /* 66058 */ MCD_OPC_CheckPredicate, 24, 243, 36, 1, // Skip to: 141058 |
13485 | | /* 66063 */ MCD_OPC_CheckField, 10, 3, 0, 236, 36, 1, // Skip to: 141058 |
13486 | | /* 66070 */ MCD_OPC_Decode, 210, 28, 179, 2, // Opcode: FTMAD_ZZI_D |
13487 | | /* 66075 */ MCD_OPC_FilterValue, 3, 226, 36, 1, // Skip to: 141058 |
13488 | | /* 66080 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
13489 | | /* 66083 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 66105 |
13490 | | /* 66088 */ MCD_OPC_CheckPredicate, 19, 213, 36, 1, // Skip to: 141058 |
13491 | | /* 66093 */ MCD_OPC_CheckField, 6, 4, 0, 206, 36, 1, // Skip to: 141058 |
13492 | | /* 66100 */ MCD_OPC_Decode, 201, 19, 180, 2, // Opcode: FADD_ZPmI_D |
13493 | | /* 66105 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 66127 |
13494 | | /* 66110 */ MCD_OPC_CheckPredicate, 19, 191, 36, 1, // Skip to: 141058 |
13495 | | /* 66115 */ MCD_OPC_CheckField, 6, 4, 0, 184, 36, 1, // Skip to: 141058 |
13496 | | /* 66122 */ MCD_OPC_Decode, 196, 28, 180, 2, // Opcode: FSUB_ZPmI_D |
13497 | | /* 66127 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 66149 |
13498 | | /* 66132 */ MCD_OPC_CheckPredicate, 19, 169, 36, 1, // Skip to: 141058 |
13499 | | /* 66137 */ MCD_OPC_CheckField, 6, 4, 0, 162, 36, 1, // Skip to: 141058 |
13500 | | /* 66144 */ MCD_OPC_Decode, 194, 26, 180, 2, // Opcode: FMUL_ZPmI_D |
13501 | | /* 66149 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 66171 |
13502 | | /* 66154 */ MCD_OPC_CheckPredicate, 19, 147, 36, 1, // Skip to: 141058 |
13503 | | /* 66159 */ MCD_OPC_CheckField, 6, 4, 0, 140, 36, 1, // Skip to: 141058 |
13504 | | /* 66166 */ MCD_OPC_Decode, 183, 28, 180, 2, // Opcode: FSUBR_ZPmI_D |
13505 | | /* 66171 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 66193 |
13506 | | /* 66176 */ MCD_OPC_CheckPredicate, 19, 125, 36, 1, // Skip to: 141058 |
13507 | | /* 66181 */ MCD_OPC_CheckField, 6, 4, 0, 118, 36, 1, // Skip to: 141058 |
13508 | | /* 66188 */ MCD_OPC_Decode, 213, 23, 180, 2, // Opcode: FMAXNM_ZPmI_D |
13509 | | /* 66193 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 66215 |
13510 | | /* 66198 */ MCD_OPC_CheckPredicate, 19, 103, 36, 1, // Skip to: 141058 |
13511 | | /* 66203 */ MCD_OPC_CheckField, 6, 4, 0, 96, 36, 1, // Skip to: 141058 |
13512 | | /* 66210 */ MCD_OPC_Decode, 177, 24, 180, 2, // Opcode: FMINNM_ZPmI_D |
13513 | | /* 66215 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 66237 |
13514 | | /* 66220 */ MCD_OPC_CheckPredicate, 19, 81, 36, 1, // Skip to: 141058 |
13515 | | /* 66225 */ MCD_OPC_CheckField, 6, 4, 0, 74, 36, 1, // Skip to: 141058 |
13516 | | /* 66232 */ MCD_OPC_Decode, 129, 24, 180, 2, // Opcode: FMAX_ZPmI_D |
13517 | | /* 66237 */ MCD_OPC_FilterValue, 7, 64, 36, 1, // Skip to: 141058 |
13518 | | /* 66242 */ MCD_OPC_CheckPredicate, 19, 59, 36, 1, // Skip to: 141058 |
13519 | | /* 66247 */ MCD_OPC_CheckField, 6, 4, 0, 52, 36, 1, // Skip to: 141058 |
13520 | | /* 66254 */ MCD_OPC_Decode, 221, 24, 180, 2, // Opcode: FMIN_ZPmI_D |
13521 | | /* 66259 */ MCD_OPC_FilterValue, 3, 42, 36, 1, // Skip to: 141058 |
13522 | | /* 66264 */ MCD_OPC_CheckPredicate, 19, 37, 36, 1, // Skip to: 141058 |
13523 | | /* 66269 */ MCD_OPC_Decode, 173, 23, 142, 1, // Opcode: FMAD_ZPmZZ_D |
13524 | | /* 66274 */ MCD_OPC_FilterValue, 5, 152, 2, 0, // Skip to: 66943 |
13525 | | /* 66279 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13526 | | /* 66282 */ MCD_OPC_FilterValue, 0, 243, 0, 0, // Skip to: 66530 |
13527 | | /* 66287 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13528 | | /* 66290 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 66305 |
13529 | | /* 66295 */ MCD_OPC_CheckPredicate, 19, 6, 36, 1, // Skip to: 141058 |
13530 | | /* 66300 */ MCD_OPC_Decode, 215, 27, 141, 1, // Opcode: FRINTN_ZPmZ_S |
13531 | | /* 66305 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 66320 |
13532 | | /* 66310 */ MCD_OPC_CheckPredicate, 19, 247, 35, 1, // Skip to: 141058 |
13533 | | /* 66315 */ MCD_OPC_Decode, 228, 27, 141, 1, // Opcode: FRINTP_ZPmZ_S |
13534 | | /* 66320 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 66335 |
13535 | | /* 66325 */ MCD_OPC_CheckPredicate, 19, 232, 35, 1, // Skip to: 141058 |
13536 | | /* 66330 */ MCD_OPC_Decode, 202, 27, 141, 1, // Opcode: FRINTM_ZPmZ_S |
13537 | | /* 66335 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 66350 |
13538 | | /* 66340 */ MCD_OPC_CheckPredicate, 19, 217, 35, 1, // Skip to: 141058 |
13539 | | /* 66345 */ MCD_OPC_Decode, 250, 27, 141, 1, // Opcode: FRINTZ_ZPmZ_S |
13540 | | /* 66350 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 66365 |
13541 | | /* 66355 */ MCD_OPC_CheckPredicate, 19, 202, 35, 1, // Skip to: 141058 |
13542 | | /* 66360 */ MCD_OPC_Decode, 178, 27, 141, 1, // Opcode: FRINTA_ZPmZ_S |
13543 | | /* 66365 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 66380 |
13544 | | /* 66370 */ MCD_OPC_CheckPredicate, 19, 187, 35, 1, // Skip to: 141058 |
13545 | | /* 66375 */ MCD_OPC_Decode, 239, 27, 141, 1, // Opcode: FRINTX_ZPmZ_S |
13546 | | /* 66380 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 66395 |
13547 | | /* 66385 */ MCD_OPC_CheckPredicate, 19, 172, 35, 1, // Skip to: 141058 |
13548 | | /* 66390 */ MCD_OPC_Decode, 189, 27, 141, 1, // Opcode: FRINTI_ZPmZ_S |
13549 | | /* 66395 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 66410 |
13550 | | /* 66400 */ MCD_OPC_CheckPredicate, 19, 157, 35, 1, // Skip to: 141058 |
13551 | | /* 66405 */ MCD_OPC_Decode, 238, 22, 141, 1, // Opcode: FCVT_ZPmZ_StoH |
13552 | | /* 66410 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 66425 |
13553 | | /* 66415 */ MCD_OPC_CheckPredicate, 19, 142, 35, 1, // Skip to: 141058 |
13554 | | /* 66420 */ MCD_OPC_Decode, 236, 22, 141, 1, // Opcode: FCVT_ZPmZ_HtoS |
13555 | | /* 66425 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 66440 |
13556 | | /* 66430 */ MCD_OPC_CheckPredicate, 35, 127, 35, 1, // Skip to: 141058 |
13557 | | /* 66435 */ MCD_OPC_Decode, 177, 13, 141, 1, // Opcode: BFCVT_ZPmZ |
13558 | | /* 66440 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 66455 |
13559 | | /* 66445 */ MCD_OPC_CheckPredicate, 19, 112, 35, 1, // Skip to: 141058 |
13560 | | /* 66450 */ MCD_OPC_Decode, 147, 27, 141, 1, // Opcode: FRECPX_ZPmZ_S |
13561 | | /* 66455 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 66470 |
13562 | | /* 66460 */ MCD_OPC_CheckPredicate, 19, 97, 35, 1, // Skip to: 141058 |
13563 | | /* 66465 */ MCD_OPC_Decode, 175, 28, 141, 1, // Opcode: FSQRT_ZPmZ_S |
13564 | | /* 66470 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 66485 |
13565 | | /* 66475 */ MCD_OPC_CheckPredicate, 19, 82, 35, 1, // Skip to: 141058 |
13566 | | /* 66480 */ MCD_OPC_Decode, 140, 42, 141, 1, // Opcode: SCVTF_ZPmZ_StoS |
13567 | | /* 66485 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 66500 |
13568 | | /* 66490 */ MCD_OPC_CheckPredicate, 19, 67, 35, 1, // Skip to: 141058 |
13569 | | /* 66495 */ MCD_OPC_Decode, 228, 56, 141, 1, // Opcode: UCVTF_ZPmZ_StoS |
13570 | | /* 66500 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 66515 |
13571 | | /* 66505 */ MCD_OPC_CheckPredicate, 19, 52, 35, 1, // Skip to: 141058 |
13572 | | /* 66510 */ MCD_OPC_Decode, 175, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_StoS |
13573 | | /* 66515 */ MCD_OPC_FilterValue, 29, 42, 35, 1, // Skip to: 141058 |
13574 | | /* 66520 */ MCD_OPC_CheckPredicate, 19, 37, 35, 1, // Skip to: 141058 |
13575 | | /* 66525 */ MCD_OPC_Decode, 212, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_StoS |
13576 | | /* 66530 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 66545 |
13577 | | /* 66535 */ MCD_OPC_CheckPredicate, 19, 22, 35, 1, // Skip to: 141058 |
13578 | | /* 66540 */ MCD_OPC_Decode, 168, 26, 142, 1, // Opcode: FMSB_ZPmZZ_S |
13579 | | /* 66545 */ MCD_OPC_FilterValue, 2, 122, 1, 0, // Skip to: 66928 |
13580 | | /* 66550 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
13581 | | /* 66553 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 66568 |
13582 | | /* 66558 */ MCD_OPC_CheckPredicate, 19, 255, 34, 1, // Skip to: 141058 |
13583 | | /* 66563 */ MCD_OPC_Decode, 213, 27, 141, 1, // Opcode: FRINTN_ZPmZ_D |
13584 | | /* 66568 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 66583 |
13585 | | /* 66573 */ MCD_OPC_CheckPredicate, 19, 240, 34, 1, // Skip to: 141058 |
13586 | | /* 66578 */ MCD_OPC_Decode, 226, 27, 141, 1, // Opcode: FRINTP_ZPmZ_D |
13587 | | /* 66583 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 66598 |
13588 | | /* 66588 */ MCD_OPC_CheckPredicate, 19, 225, 34, 1, // Skip to: 141058 |
13589 | | /* 66593 */ MCD_OPC_Decode, 200, 27, 141, 1, // Opcode: FRINTM_ZPmZ_D |
13590 | | /* 66598 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 66613 |
13591 | | /* 66603 */ MCD_OPC_CheckPredicate, 19, 210, 34, 1, // Skip to: 141058 |
13592 | | /* 66608 */ MCD_OPC_Decode, 248, 27, 141, 1, // Opcode: FRINTZ_ZPmZ_D |
13593 | | /* 66613 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 66628 |
13594 | | /* 66618 */ MCD_OPC_CheckPredicate, 19, 195, 34, 1, // Skip to: 141058 |
13595 | | /* 66623 */ MCD_OPC_Decode, 176, 27, 141, 1, // Opcode: FRINTA_ZPmZ_D |
13596 | | /* 66628 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 66643 |
13597 | | /* 66633 */ MCD_OPC_CheckPredicate, 19, 180, 34, 1, // Skip to: 141058 |
13598 | | /* 66638 */ MCD_OPC_Decode, 237, 27, 141, 1, // Opcode: FRINTX_ZPmZ_D |
13599 | | /* 66643 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 66658 |
13600 | | /* 66648 */ MCD_OPC_CheckPredicate, 19, 165, 34, 1, // Skip to: 141058 |
13601 | | /* 66653 */ MCD_OPC_Decode, 187, 27, 141, 1, // Opcode: FRINTI_ZPmZ_D |
13602 | | /* 66658 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 66673 |
13603 | | /* 66663 */ MCD_OPC_CheckPredicate, 19, 150, 34, 1, // Skip to: 141058 |
13604 | | /* 66668 */ MCD_OPC_Decode, 233, 22, 141, 1, // Opcode: FCVT_ZPmZ_DtoH |
13605 | | /* 66673 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 66688 |
13606 | | /* 66678 */ MCD_OPC_CheckPredicate, 19, 135, 34, 1, // Skip to: 141058 |
13607 | | /* 66683 */ MCD_OPC_Decode, 235, 22, 141, 1, // Opcode: FCVT_ZPmZ_HtoD |
13608 | | /* 66688 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 66703 |
13609 | | /* 66693 */ MCD_OPC_CheckPredicate, 19, 120, 34, 1, // Skip to: 141058 |
13610 | | /* 66698 */ MCD_OPC_Decode, 234, 22, 141, 1, // Opcode: FCVT_ZPmZ_DtoS |
13611 | | /* 66703 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 66718 |
13612 | | /* 66708 */ MCD_OPC_CheckPredicate, 19, 105, 34, 1, // Skip to: 141058 |
13613 | | /* 66713 */ MCD_OPC_Decode, 237, 22, 141, 1, // Opcode: FCVT_ZPmZ_StoD |
13614 | | /* 66718 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 66733 |
13615 | | /* 66723 */ MCD_OPC_CheckPredicate, 19, 90, 34, 1, // Skip to: 141058 |
13616 | | /* 66728 */ MCD_OPC_Decode, 145, 27, 141, 1, // Opcode: FRECPX_ZPmZ_D |
13617 | | /* 66733 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 66748 |
13618 | | /* 66738 */ MCD_OPC_CheckPredicate, 19, 75, 34, 1, // Skip to: 141058 |
13619 | | /* 66743 */ MCD_OPC_Decode, 173, 28, 141, 1, // Opcode: FSQRT_ZPmZ_D |
13620 | | /* 66748 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 66763 |
13621 | | /* 66753 */ MCD_OPC_CheckPredicate, 19, 60, 34, 1, // Skip to: 141058 |
13622 | | /* 66758 */ MCD_OPC_Decode, 138, 42, 141, 1, // Opcode: SCVTF_ZPmZ_StoD |
13623 | | /* 66763 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 66778 |
13624 | | /* 66768 */ MCD_OPC_CheckPredicate, 19, 45, 34, 1, // Skip to: 141058 |
13625 | | /* 66773 */ MCD_OPC_Decode, 226, 56, 141, 1, // Opcode: UCVTF_ZPmZ_StoD |
13626 | | /* 66778 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 66793 |
13627 | | /* 66783 */ MCD_OPC_CheckPredicate, 19, 30, 34, 1, // Skip to: 141058 |
13628 | | /* 66788 */ MCD_OPC_Decode, 136, 42, 141, 1, // Opcode: SCVTF_ZPmZ_DtoS |
13629 | | /* 66793 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 66808 |
13630 | | /* 66798 */ MCD_OPC_CheckPredicate, 19, 15, 34, 1, // Skip to: 141058 |
13631 | | /* 66803 */ MCD_OPC_Decode, 224, 56, 141, 1, // Opcode: UCVTF_ZPmZ_DtoS |
13632 | | /* 66808 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 66823 |
13633 | | /* 66813 */ MCD_OPC_CheckPredicate, 19, 0, 34, 1, // Skip to: 141058 |
13634 | | /* 66818 */ MCD_OPC_Decode, 134, 42, 141, 1, // Opcode: SCVTF_ZPmZ_DtoD |
13635 | | /* 66823 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 66838 |
13636 | | /* 66828 */ MCD_OPC_CheckPredicate, 19, 241, 33, 1, // Skip to: 141058 |
13637 | | /* 66833 */ MCD_OPC_Decode, 222, 56, 141, 1, // Opcode: UCVTF_ZPmZ_DtoD |
13638 | | /* 66838 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 66853 |
13639 | | /* 66843 */ MCD_OPC_CheckPredicate, 19, 226, 33, 1, // Skip to: 141058 |
13640 | | /* 66848 */ MCD_OPC_Decode, 170, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_DtoS |
13641 | | /* 66853 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 66868 |
13642 | | /* 66858 */ MCD_OPC_CheckPredicate, 19, 211, 33, 1, // Skip to: 141058 |
13643 | | /* 66863 */ MCD_OPC_Decode, 207, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_DtoS |
13644 | | /* 66868 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 66883 |
13645 | | /* 66873 */ MCD_OPC_CheckPredicate, 19, 196, 33, 1, // Skip to: 141058 |
13646 | | /* 66878 */ MCD_OPC_Decode, 174, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_StoD |
13647 | | /* 66883 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 66898 |
13648 | | /* 66888 */ MCD_OPC_CheckPredicate, 19, 181, 33, 1, // Skip to: 141058 |
13649 | | /* 66893 */ MCD_OPC_Decode, 211, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_StoD |
13650 | | /* 66898 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 66913 |
13651 | | /* 66903 */ MCD_OPC_CheckPredicate, 19, 166, 33, 1, // Skip to: 141058 |
13652 | | /* 66908 */ MCD_OPC_Decode, 169, 22, 141, 1, // Opcode: FCVTZS_ZPmZ_DtoD |
13653 | | /* 66913 */ MCD_OPC_FilterValue, 31, 156, 33, 1, // Skip to: 141058 |
13654 | | /* 66918 */ MCD_OPC_CheckPredicate, 19, 151, 33, 1, // Skip to: 141058 |
13655 | | /* 66923 */ MCD_OPC_Decode, 206, 22, 141, 1, // Opcode: FCVTZU_ZPmZ_DtoD |
13656 | | /* 66928 */ MCD_OPC_FilterValue, 3, 141, 33, 1, // Skip to: 141058 |
13657 | | /* 66933 */ MCD_OPC_CheckPredicate, 19, 136, 33, 1, // Skip to: 141058 |
13658 | | /* 66938 */ MCD_OPC_Decode, 166, 26, 142, 1, // Opcode: FMSB_ZPmZZ_D |
13659 | | /* 66943 */ MCD_OPC_FilterValue, 6, 109, 0, 0, // Skip to: 67057 |
13660 | | /* 66948 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13661 | | /* 66951 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 66989 |
13662 | | /* 66956 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13663 | | /* 66959 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 66974 |
13664 | | /* 66964 */ MCD_OPC_CheckPredicate, 19, 105, 33, 1, // Skip to: 141058 |
13665 | | /* 66969 */ MCD_OPC_Decode, 131, 21, 239, 1, // Opcode: FCMUO_PPzZZ_S |
13666 | | /* 66974 */ MCD_OPC_FilterValue, 1, 95, 33, 1, // Skip to: 141058 |
13667 | | /* 66979 */ MCD_OPC_CheckPredicate, 19, 90, 33, 1, // Skip to: 141058 |
13668 | | /* 66984 */ MCD_OPC_Decode, 155, 19, 239, 1, // Opcode: FACGE_PPzZZ_S |
13669 | | /* 66989 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 67004 |
13670 | | /* 66994 */ MCD_OPC_CheckPredicate, 19, 75, 33, 1, // Skip to: 141058 |
13671 | | /* 66999 */ MCD_OPC_Decode, 235, 26, 142, 1, // Opcode: FNMAD_ZPmZZ_S |
13672 | | /* 67004 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 67042 |
13673 | | /* 67009 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
13674 | | /* 67012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67027 |
13675 | | /* 67017 */ MCD_OPC_CheckPredicate, 19, 52, 33, 1, // Skip to: 141058 |
13676 | | /* 67022 */ MCD_OPC_Decode, 129, 21, 239, 1, // Opcode: FCMUO_PPzZZ_D |
13677 | | /* 67027 */ MCD_OPC_FilterValue, 1, 42, 33, 1, // Skip to: 141058 |
13678 | | /* 67032 */ MCD_OPC_CheckPredicate, 19, 37, 33, 1, // Skip to: 141058 |
13679 | | /* 67037 */ MCD_OPC_Decode, 153, 19, 239, 1, // Opcode: FACGE_PPzZZ_D |
13680 | | /* 67042 */ MCD_OPC_FilterValue, 3, 27, 33, 1, // Skip to: 141058 |
13681 | | /* 67047 */ MCD_OPC_CheckPredicate, 19, 22, 33, 1, // Skip to: 141058 |
13682 | | /* 67052 */ MCD_OPC_Decode, 233, 26, 142, 1, // Opcode: FNMAD_ZPmZZ_D |
13683 | | /* 67057 */ MCD_OPC_FilterValue, 7, 12, 33, 1, // Skip to: 141058 |
13684 | | /* 67062 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
13685 | | /* 67065 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 67087 |
13686 | | /* 67070 */ MCD_OPC_CheckPredicate, 19, 255, 32, 1, // Skip to: 141058 |
13687 | | /* 67075 */ MCD_OPC_CheckField, 4, 1, 1, 248, 32, 1, // Skip to: 141058 |
13688 | | /* 67082 */ MCD_OPC_Decode, 166, 19, 239, 1, // Opcode: FACGT_PPzZZ_S |
13689 | | /* 67087 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 67102 |
13690 | | /* 67092 */ MCD_OPC_CheckPredicate, 19, 233, 32, 1, // Skip to: 141058 |
13691 | | /* 67097 */ MCD_OPC_Decode, 244, 26, 142, 1, // Opcode: FNMSB_ZPmZZ_S |
13692 | | /* 67102 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 67124 |
13693 | | /* 67107 */ MCD_OPC_CheckPredicate, 19, 218, 32, 1, // Skip to: 141058 |
13694 | | /* 67112 */ MCD_OPC_CheckField, 4, 1, 1, 211, 32, 1, // Skip to: 141058 |
13695 | | /* 67119 */ MCD_OPC_Decode, 164, 19, 239, 1, // Opcode: FACGT_PPzZZ_D |
13696 | | /* 67124 */ MCD_OPC_FilterValue, 3, 201, 32, 1, // Skip to: 141058 |
13697 | | /* 67129 */ MCD_OPC_CheckPredicate, 19, 196, 32, 1, // Skip to: 141058 |
13698 | | /* 67134 */ MCD_OPC_Decode, 242, 26, 142, 1, // Opcode: FNMSB_ZPmZZ_D |
13699 | | /* 67139 */ MCD_OPC_FilterValue, 4, 214, 6, 0, // Skip to: 68894 |
13700 | | /* 67144 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
13701 | | /* 67147 */ MCD_OPC_FilterValue, 0, 213, 0, 0, // Skip to: 67365 |
13702 | | /* 67152 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13703 | | /* 67155 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 67200 |
13704 | | /* 67160 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13705 | | /* 67163 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67178 |
13706 | | /* 67168 */ MCD_OPC_CheckPredicate, 24, 157, 32, 1, // Skip to: 141058 |
13707 | | /* 67173 */ MCD_OPC_Decode, 140, 29, 181, 2, // Opcode: GLD1SB_S_UXTW_REAL |
13708 | | /* 67178 */ MCD_OPC_FilterValue, 1, 147, 32, 1, // Skip to: 141058 |
13709 | | /* 67183 */ MCD_OPC_CheckPredicate, 24, 142, 32, 1, // Skip to: 141058 |
13710 | | /* 67188 */ MCD_OPC_CheckField, 4, 1, 0, 135, 32, 1, // Skip to: 141058 |
13711 | | /* 67195 */ MCD_OPC_Decode, 177, 39, 182, 2, // Opcode: PRFB_S_UXTW_SCALED |
13712 | | /* 67200 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 67245 |
13713 | | /* 67205 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13714 | | /* 67208 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67223 |
13715 | | /* 67213 */ MCD_OPC_CheckPredicate, 24, 112, 32, 1, // Skip to: 141058 |
13716 | | /* 67218 */ MCD_OPC_Decode, 139, 29, 181, 2, // Opcode: GLD1SB_S_SXTW_REAL |
13717 | | /* 67223 */ MCD_OPC_FilterValue, 1, 102, 32, 1, // Skip to: 141058 |
13718 | | /* 67228 */ MCD_OPC_CheckPredicate, 24, 97, 32, 1, // Skip to: 141058 |
13719 | | /* 67233 */ MCD_OPC_CheckField, 4, 1, 0, 90, 32, 1, // Skip to: 141058 |
13720 | | /* 67240 */ MCD_OPC_Decode, 176, 39, 182, 2, // Opcode: PRFB_S_SXTW_SCALED |
13721 | | /* 67245 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 67283 |
13722 | | /* 67250 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13723 | | /* 67253 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67268 |
13724 | | /* 67258 */ MCD_OPC_CheckPredicate, 24, 67, 32, 1, // Skip to: 141058 |
13725 | | /* 67263 */ MCD_OPC_Decode, 151, 29, 181, 2, // Opcode: GLD1SH_S_UXTW_REAL |
13726 | | /* 67268 */ MCD_OPC_FilterValue, 1, 57, 32, 1, // Skip to: 141058 |
13727 | | /* 67273 */ MCD_OPC_CheckPredicate, 24, 52, 32, 1, // Skip to: 141058 |
13728 | | /* 67278 */ MCD_OPC_Decode, 152, 29, 181, 2, // Opcode: GLD1SH_S_UXTW_SCALED_REAL |
13729 | | /* 67283 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 67321 |
13730 | | /* 67288 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13731 | | /* 67291 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67306 |
13732 | | /* 67296 */ MCD_OPC_CheckPredicate, 24, 29, 32, 1, // Skip to: 141058 |
13733 | | /* 67301 */ MCD_OPC_Decode, 149, 29, 181, 2, // Opcode: GLD1SH_S_SXTW_REAL |
13734 | | /* 67306 */ MCD_OPC_FilterValue, 1, 19, 32, 1, // Skip to: 141058 |
13735 | | /* 67311 */ MCD_OPC_CheckPredicate, 24, 14, 32, 1, // Skip to: 141058 |
13736 | | /* 67316 */ MCD_OPC_Decode, 150, 29, 181, 2, // Opcode: GLD1SH_S_SXTW_SCALED_REAL |
13737 | | /* 67321 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 67343 |
13738 | | /* 67326 */ MCD_OPC_CheckPredicate, 19, 255, 31, 1, // Skip to: 141058 |
13739 | | /* 67331 */ MCD_OPC_CheckField, 4, 1, 0, 248, 31, 1, // Skip to: 141058 |
13740 | | /* 67338 */ MCD_OPC_Decode, 172, 35, 183, 2, // Opcode: LDR_PXI |
13741 | | /* 67343 */ MCD_OPC_FilterValue, 7, 238, 31, 1, // Skip to: 141058 |
13742 | | /* 67348 */ MCD_OPC_CheckPredicate, 19, 233, 31, 1, // Skip to: 141058 |
13743 | | /* 67353 */ MCD_OPC_CheckField, 4, 1, 0, 226, 31, 1, // Skip to: 141058 |
13744 | | /* 67360 */ MCD_OPC_Decode, 173, 39, 184, 2, // Opcode: PRFB_PRI |
13745 | | /* 67365 */ MCD_OPC_FilterValue, 1, 191, 0, 0, // Skip to: 67561 |
13746 | | /* 67370 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13747 | | /* 67373 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 67418 |
13748 | | /* 67378 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13749 | | /* 67381 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67396 |
13750 | | /* 67386 */ MCD_OPC_CheckPredicate, 24, 195, 31, 1, // Skip to: 141058 |
13751 | | /* 67391 */ MCD_OPC_Decode, 204, 29, 181, 2, // Opcode: GLDFF1SB_S_UXTW_REAL |
13752 | | /* 67396 */ MCD_OPC_FilterValue, 1, 185, 31, 1, // Skip to: 141058 |
13753 | | /* 67401 */ MCD_OPC_CheckPredicate, 24, 180, 31, 1, // Skip to: 141058 |
13754 | | /* 67406 */ MCD_OPC_CheckField, 4, 1, 0, 173, 31, 1, // Skip to: 141058 |
13755 | | /* 67413 */ MCD_OPC_Decode, 195, 39, 182, 2, // Opcode: PRFH_S_UXTW_SCALED |
13756 | | /* 67418 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 67463 |
13757 | | /* 67423 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13758 | | /* 67426 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67441 |
13759 | | /* 67431 */ MCD_OPC_CheckPredicate, 24, 150, 31, 1, // Skip to: 141058 |
13760 | | /* 67436 */ MCD_OPC_Decode, 203, 29, 181, 2, // Opcode: GLDFF1SB_S_SXTW_REAL |
13761 | | /* 67441 */ MCD_OPC_FilterValue, 1, 140, 31, 1, // Skip to: 141058 |
13762 | | /* 67446 */ MCD_OPC_CheckPredicate, 24, 135, 31, 1, // Skip to: 141058 |
13763 | | /* 67451 */ MCD_OPC_CheckField, 4, 1, 0, 128, 31, 1, // Skip to: 141058 |
13764 | | /* 67458 */ MCD_OPC_Decode, 194, 39, 182, 2, // Opcode: PRFH_S_SXTW_SCALED |
13765 | | /* 67463 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 67501 |
13766 | | /* 67468 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13767 | | /* 67471 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67486 |
13768 | | /* 67476 */ MCD_OPC_CheckPredicate, 24, 105, 31, 1, // Skip to: 141058 |
13769 | | /* 67481 */ MCD_OPC_Decode, 215, 29, 181, 2, // Opcode: GLDFF1SH_S_UXTW_REAL |
13770 | | /* 67486 */ MCD_OPC_FilterValue, 1, 95, 31, 1, // Skip to: 141058 |
13771 | | /* 67491 */ MCD_OPC_CheckPredicate, 24, 90, 31, 1, // Skip to: 141058 |
13772 | | /* 67496 */ MCD_OPC_Decode, 216, 29, 181, 2, // Opcode: GLDFF1SH_S_UXTW_SCALED_REAL |
13773 | | /* 67501 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 67539 |
13774 | | /* 67506 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13775 | | /* 67509 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67524 |
13776 | | /* 67514 */ MCD_OPC_CheckPredicate, 24, 67, 31, 1, // Skip to: 141058 |
13777 | | /* 67519 */ MCD_OPC_Decode, 213, 29, 181, 2, // Opcode: GLDFF1SH_S_SXTW_REAL |
13778 | | /* 67524 */ MCD_OPC_FilterValue, 1, 57, 31, 1, // Skip to: 141058 |
13779 | | /* 67529 */ MCD_OPC_CheckPredicate, 24, 52, 31, 1, // Skip to: 141058 |
13780 | | /* 67534 */ MCD_OPC_Decode, 214, 29, 181, 2, // Opcode: GLDFF1SH_S_SXTW_SCALED_REAL |
13781 | | /* 67539 */ MCD_OPC_FilterValue, 7, 42, 31, 1, // Skip to: 141058 |
13782 | | /* 67544 */ MCD_OPC_CheckPredicate, 19, 37, 31, 1, // Skip to: 141058 |
13783 | | /* 67549 */ MCD_OPC_CheckField, 4, 1, 0, 30, 31, 1, // Skip to: 141058 |
13784 | | /* 67556 */ MCD_OPC_Decode, 191, 39, 184, 2, // Opcode: PRFH_PRI |
13785 | | /* 67561 */ MCD_OPC_FilterValue, 2, 26, 1, 0, // Skip to: 67848 |
13786 | | /* 67566 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13787 | | /* 67569 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 67614 |
13788 | | /* 67574 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13789 | | /* 67577 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67592 |
13790 | | /* 67582 */ MCD_OPC_CheckPredicate, 24, 255, 30, 1, // Skip to: 141058 |
13791 | | /* 67587 */ MCD_OPC_Decode, 241, 28, 181, 2, // Opcode: GLD1B_S_UXTW_REAL |
13792 | | /* 67592 */ MCD_OPC_FilterValue, 1, 245, 30, 1, // Skip to: 141058 |
13793 | | /* 67597 */ MCD_OPC_CheckPredicate, 24, 240, 30, 1, // Skip to: 141058 |
13794 | | /* 67602 */ MCD_OPC_CheckField, 4, 1, 0, 233, 30, 1, // Skip to: 141058 |
13795 | | /* 67609 */ MCD_OPC_Decode, 209, 39, 182, 2, // Opcode: PRFW_S_UXTW_SCALED |
13796 | | /* 67614 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 67659 |
13797 | | /* 67619 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13798 | | /* 67622 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67637 |
13799 | | /* 67627 */ MCD_OPC_CheckPredicate, 24, 210, 30, 1, // Skip to: 141058 |
13800 | | /* 67632 */ MCD_OPC_Decode, 240, 28, 181, 2, // Opcode: GLD1B_S_SXTW_REAL |
13801 | | /* 67637 */ MCD_OPC_FilterValue, 1, 200, 30, 1, // Skip to: 141058 |
13802 | | /* 67642 */ MCD_OPC_CheckPredicate, 24, 195, 30, 1, // Skip to: 141058 |
13803 | | /* 67647 */ MCD_OPC_CheckField, 4, 1, 0, 188, 30, 1, // Skip to: 141058 |
13804 | | /* 67654 */ MCD_OPC_Decode, 208, 39, 182, 2, // Opcode: PRFW_S_SXTW_SCALED |
13805 | | /* 67659 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 67697 |
13806 | | /* 67664 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13807 | | /* 67667 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67682 |
13808 | | /* 67672 */ MCD_OPC_CheckPredicate, 24, 165, 30, 1, // Skip to: 141058 |
13809 | | /* 67677 */ MCD_OPC_Decode, 131, 29, 181, 2, // Opcode: GLD1H_S_UXTW_REAL |
13810 | | /* 67682 */ MCD_OPC_FilterValue, 1, 155, 30, 1, // Skip to: 141058 |
13811 | | /* 67687 */ MCD_OPC_CheckPredicate, 24, 150, 30, 1, // Skip to: 141058 |
13812 | | /* 67692 */ MCD_OPC_Decode, 132, 29, 181, 2, // Opcode: GLD1H_S_UXTW_SCALED_REAL |
13813 | | /* 67697 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 67735 |
13814 | | /* 67702 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13815 | | /* 67705 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67720 |
13816 | | /* 67710 */ MCD_OPC_CheckPredicate, 24, 127, 30, 1, // Skip to: 141058 |
13817 | | /* 67715 */ MCD_OPC_Decode, 129, 29, 181, 2, // Opcode: GLD1H_S_SXTW_REAL |
13818 | | /* 67720 */ MCD_OPC_FilterValue, 1, 117, 30, 1, // Skip to: 141058 |
13819 | | /* 67725 */ MCD_OPC_CheckPredicate, 24, 112, 30, 1, // Skip to: 141058 |
13820 | | /* 67730 */ MCD_OPC_Decode, 130, 29, 181, 2, // Opcode: GLD1H_S_SXTW_SCALED_REAL |
13821 | | /* 67735 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 67773 |
13822 | | /* 67740 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13823 | | /* 67743 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67758 |
13824 | | /* 67748 */ MCD_OPC_CheckPredicate, 24, 89, 30, 1, // Skip to: 141058 |
13825 | | /* 67753 */ MCD_OPC_Decode, 170, 29, 181, 2, // Opcode: GLD1W_UXTW_REAL |
13826 | | /* 67758 */ MCD_OPC_FilterValue, 1, 79, 30, 1, // Skip to: 141058 |
13827 | | /* 67763 */ MCD_OPC_CheckPredicate, 24, 74, 30, 1, // Skip to: 141058 |
13828 | | /* 67768 */ MCD_OPC_Decode, 171, 29, 181, 2, // Opcode: GLD1W_UXTW_SCALED_REAL |
13829 | | /* 67773 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 67811 |
13830 | | /* 67778 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13831 | | /* 67781 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67796 |
13832 | | /* 67786 */ MCD_OPC_CheckPredicate, 24, 51, 30, 1, // Skip to: 141058 |
13833 | | /* 67791 */ MCD_OPC_Decode, 168, 29, 181, 2, // Opcode: GLD1W_SXTW_REAL |
13834 | | /* 67796 */ MCD_OPC_FilterValue, 1, 41, 30, 1, // Skip to: 141058 |
13835 | | /* 67801 */ MCD_OPC_CheckPredicate, 24, 36, 30, 1, // Skip to: 141058 |
13836 | | /* 67806 */ MCD_OPC_Decode, 169, 29, 181, 2, // Opcode: GLD1W_SXTW_SCALED_REAL |
13837 | | /* 67811 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 67826 |
13838 | | /* 67816 */ MCD_OPC_CheckPredicate, 19, 21, 30, 1, // Skip to: 141058 |
13839 | | /* 67821 */ MCD_OPC_Decode, 175, 35, 185, 2, // Opcode: LDR_ZXI |
13840 | | /* 67826 */ MCD_OPC_FilterValue, 7, 11, 30, 1, // Skip to: 141058 |
13841 | | /* 67831 */ MCD_OPC_CheckPredicate, 19, 6, 30, 1, // Skip to: 141058 |
13842 | | /* 67836 */ MCD_OPC_CheckField, 4, 1, 0, 255, 29, 1, // Skip to: 141058 |
13843 | | /* 67843 */ MCD_OPC_Decode, 205, 39, 184, 2, // Opcode: PRFW_PRI |
13844 | | /* 67848 */ MCD_OPC_FilterValue, 3, 11, 1, 0, // Skip to: 68120 |
13845 | | /* 67853 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13846 | | /* 67856 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 67901 |
13847 | | /* 67861 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13848 | | /* 67864 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67879 |
13849 | | /* 67869 */ MCD_OPC_CheckPredicate, 24, 224, 29, 1, // Skip to: 141058 |
13850 | | /* 67874 */ MCD_OPC_Decode, 178, 29, 181, 2, // Opcode: GLDFF1B_S_UXTW_REAL |
13851 | | /* 67879 */ MCD_OPC_FilterValue, 1, 214, 29, 1, // Skip to: 141058 |
13852 | | /* 67884 */ MCD_OPC_CheckPredicate, 24, 209, 29, 1, // Skip to: 141058 |
13853 | | /* 67889 */ MCD_OPC_CheckField, 4, 1, 0, 202, 29, 1, // Skip to: 141058 |
13854 | | /* 67896 */ MCD_OPC_Decode, 186, 39, 182, 2, // Opcode: PRFD_S_UXTW_SCALED |
13855 | | /* 67901 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 67946 |
13856 | | /* 67906 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13857 | | /* 67909 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67924 |
13858 | | /* 67914 */ MCD_OPC_CheckPredicate, 24, 179, 29, 1, // Skip to: 141058 |
13859 | | /* 67919 */ MCD_OPC_Decode, 177, 29, 181, 2, // Opcode: GLDFF1B_S_SXTW_REAL |
13860 | | /* 67924 */ MCD_OPC_FilterValue, 1, 169, 29, 1, // Skip to: 141058 |
13861 | | /* 67929 */ MCD_OPC_CheckPredicate, 24, 164, 29, 1, // Skip to: 141058 |
13862 | | /* 67934 */ MCD_OPC_CheckField, 4, 1, 0, 157, 29, 1, // Skip to: 141058 |
13863 | | /* 67941 */ MCD_OPC_Decode, 185, 39, 182, 2, // Opcode: PRFD_S_SXTW_SCALED |
13864 | | /* 67946 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 67984 |
13865 | | /* 67951 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13866 | | /* 67954 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 67969 |
13867 | | /* 67959 */ MCD_OPC_CheckPredicate, 24, 134, 29, 1, // Skip to: 141058 |
13868 | | /* 67964 */ MCD_OPC_Decode, 196, 29, 181, 2, // Opcode: GLDFF1H_S_UXTW_REAL |
13869 | | /* 67969 */ MCD_OPC_FilterValue, 1, 124, 29, 1, // Skip to: 141058 |
13870 | | /* 67974 */ MCD_OPC_CheckPredicate, 24, 119, 29, 1, // Skip to: 141058 |
13871 | | /* 67979 */ MCD_OPC_Decode, 197, 29, 181, 2, // Opcode: GLDFF1H_S_UXTW_SCALED_REAL |
13872 | | /* 67984 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 68022 |
13873 | | /* 67989 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13874 | | /* 67992 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68007 |
13875 | | /* 67997 */ MCD_OPC_CheckPredicate, 24, 96, 29, 1, // Skip to: 141058 |
13876 | | /* 68002 */ MCD_OPC_Decode, 194, 29, 181, 2, // Opcode: GLDFF1H_S_SXTW_REAL |
13877 | | /* 68007 */ MCD_OPC_FilterValue, 1, 86, 29, 1, // Skip to: 141058 |
13878 | | /* 68012 */ MCD_OPC_CheckPredicate, 24, 81, 29, 1, // Skip to: 141058 |
13879 | | /* 68017 */ MCD_OPC_Decode, 195, 29, 181, 2, // Opcode: GLDFF1H_S_SXTW_SCALED_REAL |
13880 | | /* 68022 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 68060 |
13881 | | /* 68027 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13882 | | /* 68030 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68045 |
13883 | | /* 68035 */ MCD_OPC_CheckPredicate, 24, 58, 29, 1, // Skip to: 141058 |
13884 | | /* 68040 */ MCD_OPC_Decode, 234, 29, 181, 2, // Opcode: GLDFF1W_UXTW_REAL |
13885 | | /* 68045 */ MCD_OPC_FilterValue, 1, 48, 29, 1, // Skip to: 141058 |
13886 | | /* 68050 */ MCD_OPC_CheckPredicate, 24, 43, 29, 1, // Skip to: 141058 |
13887 | | /* 68055 */ MCD_OPC_Decode, 235, 29, 181, 2, // Opcode: GLDFF1W_UXTW_SCALED_REAL |
13888 | | /* 68060 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 68098 |
13889 | | /* 68065 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13890 | | /* 68068 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68083 |
13891 | | /* 68073 */ MCD_OPC_CheckPredicate, 24, 20, 29, 1, // Skip to: 141058 |
13892 | | /* 68078 */ MCD_OPC_Decode, 232, 29, 181, 2, // Opcode: GLDFF1W_SXTW_REAL |
13893 | | /* 68083 */ MCD_OPC_FilterValue, 1, 10, 29, 1, // Skip to: 141058 |
13894 | | /* 68088 */ MCD_OPC_CheckPredicate, 24, 5, 29, 1, // Skip to: 141058 |
13895 | | /* 68093 */ MCD_OPC_Decode, 233, 29, 181, 2, // Opcode: GLDFF1W_SXTW_SCALED_REAL |
13896 | | /* 68098 */ MCD_OPC_FilterValue, 7, 251, 28, 1, // Skip to: 141058 |
13897 | | /* 68103 */ MCD_OPC_CheckPredicate, 19, 246, 28, 1, // Skip to: 141058 |
13898 | | /* 68108 */ MCD_OPC_CheckField, 4, 1, 0, 239, 28, 1, // Skip to: 141058 |
13899 | | /* 68115 */ MCD_OPC_Decode, 182, 39, 184, 2, // Opcode: PRFD_PRI |
13900 | | /* 68120 */ MCD_OPC_FilterValue, 4, 139, 0, 0, // Skip to: 68264 |
13901 | | /* 68125 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13902 | | /* 68128 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 68166 |
13903 | | /* 68133 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13904 | | /* 68136 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68151 |
13905 | | /* 68141 */ MCD_OPC_CheckPredicate, 29, 208, 28, 1, // Skip to: 141058 |
13906 | | /* 68146 */ MCD_OPC_Decode, 186, 34, 186, 2, // Opcode: LDNT1SB_ZZR_S_REAL |
13907 | | /* 68151 */ MCD_OPC_FilterValue, 1, 198, 28, 1, // Skip to: 141058 |
13908 | | /* 68156 */ MCD_OPC_CheckPredicate, 24, 193, 28, 1, // Skip to: 141058 |
13909 | | /* 68161 */ MCD_OPC_Decode, 138, 29, 187, 2, // Opcode: GLD1SB_S_IMM_REAL |
13910 | | /* 68166 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 68181 |
13911 | | /* 68171 */ MCD_OPC_CheckPredicate, 19, 178, 28, 1, // Skip to: 141058 |
13912 | | /* 68176 */ MCD_OPC_Decode, 137, 31, 188, 2, // Opcode: LD1RB_IMM |
13913 | | /* 68181 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 68219 |
13914 | | /* 68186 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13915 | | /* 68189 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68204 |
13916 | | /* 68194 */ MCD_OPC_CheckPredicate, 29, 155, 28, 1, // Skip to: 141058 |
13917 | | /* 68199 */ MCD_OPC_Decode, 188, 34, 186, 2, // Opcode: LDNT1SH_ZZR_S_REAL |
13918 | | /* 68204 */ MCD_OPC_FilterValue, 1, 145, 28, 1, // Skip to: 141058 |
13919 | | /* 68209 */ MCD_OPC_CheckPredicate, 24, 140, 28, 1, // Skip to: 141058 |
13920 | | /* 68214 */ MCD_OPC_Decode, 148, 29, 187, 2, // Opcode: GLD1SH_S_IMM_REAL |
13921 | | /* 68219 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 68234 |
13922 | | /* 68224 */ MCD_OPC_CheckPredicate, 19, 125, 28, 1, // Skip to: 141058 |
13923 | | /* 68229 */ MCD_OPC_Decode, 164, 31, 188, 2, // Opcode: LD1RSW_IMM |
13924 | | /* 68234 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 68249 |
13925 | | /* 68239 */ MCD_OPC_CheckPredicate, 19, 110, 28, 1, // Skip to: 141058 |
13926 | | /* 68244 */ MCD_OPC_Decode, 162, 31, 188, 2, // Opcode: LD1RSH_D_IMM |
13927 | | /* 68249 */ MCD_OPC_FilterValue, 7, 100, 28, 1, // Skip to: 141058 |
13928 | | /* 68254 */ MCD_OPC_CheckPredicate, 19, 95, 28, 1, // Skip to: 141058 |
13929 | | /* 68259 */ MCD_OPC_Decode, 159, 31, 188, 2, // Opcode: LD1RSB_D_IMM |
13930 | | /* 68264 */ MCD_OPC_FilterValue, 5, 161, 0, 0, // Skip to: 68430 |
13931 | | /* 68269 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13932 | | /* 68272 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 68310 |
13933 | | /* 68277 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13934 | | /* 68280 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68295 |
13935 | | /* 68285 */ MCD_OPC_CheckPredicate, 29, 64, 28, 1, // Skip to: 141058 |
13936 | | /* 68290 */ MCD_OPC_Decode, 161, 34, 186, 2, // Opcode: LDNT1B_ZZR_S_REAL |
13937 | | /* 68295 */ MCD_OPC_FilterValue, 1, 54, 28, 1, // Skip to: 141058 |
13938 | | /* 68300 */ MCD_OPC_CheckPredicate, 24, 49, 28, 1, // Skip to: 141058 |
13939 | | /* 68305 */ MCD_OPC_Decode, 202, 29, 187, 2, // Opcode: GLDFF1SB_S_IMM_REAL |
13940 | | /* 68310 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 68325 |
13941 | | /* 68315 */ MCD_OPC_CheckPredicate, 19, 34, 28, 1, // Skip to: 141058 |
13942 | | /* 68320 */ MCD_OPC_Decode, 136, 31, 188, 2, // Opcode: LD1RB_H_IMM |
13943 | | /* 68325 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 68363 |
13944 | | /* 68330 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13945 | | /* 68333 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68348 |
13946 | | /* 68338 */ MCD_OPC_CheckPredicate, 29, 11, 28, 1, // Skip to: 141058 |
13947 | | /* 68343 */ MCD_OPC_Decode, 184, 34, 186, 2, // Opcode: LDNT1H_ZZR_S_REAL |
13948 | | /* 68348 */ MCD_OPC_FilterValue, 1, 1, 28, 1, // Skip to: 141058 |
13949 | | /* 68353 */ MCD_OPC_CheckPredicate, 24, 252, 27, 1, // Skip to: 141058 |
13950 | | /* 68358 */ MCD_OPC_Decode, 212, 29, 187, 2, // Opcode: GLDFF1SH_S_IMM_REAL |
13951 | | /* 68363 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 68378 |
13952 | | /* 68368 */ MCD_OPC_CheckPredicate, 19, 237, 27, 1, // Skip to: 141058 |
13953 | | /* 68373 */ MCD_OPC_Decode, 141, 31, 188, 2, // Opcode: LD1RH_IMM |
13954 | | /* 68378 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 68400 |
13955 | | /* 68383 */ MCD_OPC_CheckPredicate, 29, 222, 27, 1, // Skip to: 141058 |
13956 | | /* 68388 */ MCD_OPC_CheckField, 21, 1, 0, 215, 27, 1, // Skip to: 141058 |
13957 | | /* 68395 */ MCD_OPC_Decode, 201, 34, 186, 2, // Opcode: LDNT1W_ZZR_S_REAL |
13958 | | /* 68400 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 68415 |
13959 | | /* 68405 */ MCD_OPC_CheckPredicate, 19, 200, 27, 1, // Skip to: 141058 |
13960 | | /* 68410 */ MCD_OPC_Decode, 163, 31, 188, 2, // Opcode: LD1RSH_S_IMM |
13961 | | /* 68415 */ MCD_OPC_FilterValue, 7, 190, 27, 1, // Skip to: 141058 |
13962 | | /* 68420 */ MCD_OPC_CheckPredicate, 19, 185, 27, 1, // Skip to: 141058 |
13963 | | /* 68425 */ MCD_OPC_Decode, 161, 31, 188, 2, // Opcode: LD1RSB_S_IMM |
13964 | | /* 68430 */ MCD_OPC_FilterValue, 6, 227, 0, 0, // Skip to: 68662 |
13965 | | /* 68435 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
13966 | | /* 68438 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 68483 |
13967 | | /* 68443 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13968 | | /* 68446 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68468 |
13969 | | /* 68451 */ MCD_OPC_CheckPredicate, 19, 154, 27, 1, // Skip to: 141058 |
13970 | | /* 68456 */ MCD_OPC_CheckField, 4, 1, 0, 147, 27, 1, // Skip to: 141058 |
13971 | | /* 68463 */ MCD_OPC_Decode, 174, 39, 189, 2, // Opcode: PRFB_PRR |
13972 | | /* 68468 */ MCD_OPC_FilterValue, 1, 137, 27, 1, // Skip to: 141058 |
13973 | | /* 68473 */ MCD_OPC_CheckPredicate, 24, 132, 27, 1, // Skip to: 141058 |
13974 | | /* 68478 */ MCD_OPC_Decode, 239, 28, 187, 2, // Opcode: GLD1B_S_IMM_REAL |
13975 | | /* 68483 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 68498 |
13976 | | /* 68488 */ MCD_OPC_CheckPredicate, 19, 117, 27, 1, // Skip to: 141058 |
13977 | | /* 68493 */ MCD_OPC_Decode, 138, 31, 188, 2, // Opcode: LD1RB_S_IMM |
13978 | | /* 68498 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 68543 |
13979 | | /* 68503 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13980 | | /* 68506 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68528 |
13981 | | /* 68511 */ MCD_OPC_CheckPredicate, 19, 94, 27, 1, // Skip to: 141058 |
13982 | | /* 68516 */ MCD_OPC_CheckField, 4, 1, 0, 87, 27, 1, // Skip to: 141058 |
13983 | | /* 68523 */ MCD_OPC_Decode, 192, 39, 189, 2, // Opcode: PRFH_PRR |
13984 | | /* 68528 */ MCD_OPC_FilterValue, 1, 77, 27, 1, // Skip to: 141058 |
13985 | | /* 68533 */ MCD_OPC_CheckPredicate, 24, 72, 27, 1, // Skip to: 141058 |
13986 | | /* 68538 */ MCD_OPC_Decode, 128, 29, 187, 2, // Opcode: GLD1H_S_IMM_REAL |
13987 | | /* 68543 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 68558 |
13988 | | /* 68548 */ MCD_OPC_CheckPredicate, 19, 57, 27, 1, // Skip to: 141058 |
13989 | | /* 68553 */ MCD_OPC_Decode, 142, 31, 188, 2, // Opcode: LD1RH_S_IMM |
13990 | | /* 68558 */ MCD_OPC_FilterValue, 4, 40, 0, 0, // Skip to: 68603 |
13991 | | /* 68563 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
13992 | | /* 68566 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68588 |
13993 | | /* 68571 */ MCD_OPC_CheckPredicate, 19, 34, 27, 1, // Skip to: 141058 |
13994 | | /* 68576 */ MCD_OPC_CheckField, 4, 1, 0, 27, 27, 1, // Skip to: 141058 |
13995 | | /* 68583 */ MCD_OPC_Decode, 206, 39, 189, 2, // Opcode: PRFW_PRR |
13996 | | /* 68588 */ MCD_OPC_FilterValue, 1, 17, 27, 1, // Skip to: 141058 |
13997 | | /* 68593 */ MCD_OPC_CheckPredicate, 24, 12, 27, 1, // Skip to: 141058 |
13998 | | /* 68598 */ MCD_OPC_Decode, 167, 29, 187, 2, // Opcode: GLD1W_IMM_REAL |
13999 | | /* 68603 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 68618 |
14000 | | /* 68608 */ MCD_OPC_CheckPredicate, 19, 253, 26, 1, // Skip to: 141058 |
14001 | | /* 68613 */ MCD_OPC_Decode, 166, 31, 188, 2, // Opcode: LD1RW_IMM |
14002 | | /* 68618 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 68647 |
14003 | | /* 68623 */ MCD_OPC_CheckPredicate, 19, 238, 26, 1, // Skip to: 141058 |
14004 | | /* 68628 */ MCD_OPC_CheckField, 21, 1, 0, 231, 26, 1, // Skip to: 141058 |
14005 | | /* 68635 */ MCD_OPC_CheckField, 4, 1, 0, 224, 26, 1, // Skip to: 141058 |
14006 | | /* 68642 */ MCD_OPC_Decode, 183, 39, 189, 2, // Opcode: PRFD_PRR |
14007 | | /* 68647 */ MCD_OPC_FilterValue, 7, 214, 26, 1, // Skip to: 141058 |
14008 | | /* 68652 */ MCD_OPC_CheckPredicate, 19, 209, 26, 1, // Skip to: 141058 |
14009 | | /* 68657 */ MCD_OPC_Decode, 160, 31, 188, 2, // Opcode: LD1RSB_H_IMM |
14010 | | /* 68662 */ MCD_OPC_FilterValue, 7, 199, 26, 1, // Skip to: 141058 |
14011 | | /* 68667 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
14012 | | /* 68670 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 68715 |
14013 | | /* 68675 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14014 | | /* 68678 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68700 |
14015 | | /* 68683 */ MCD_OPC_CheckPredicate, 24, 178, 26, 1, // Skip to: 141058 |
14016 | | /* 68688 */ MCD_OPC_CheckField, 4, 1, 0, 171, 26, 1, // Skip to: 141058 |
14017 | | /* 68695 */ MCD_OPC_Decode, 175, 39, 190, 2, // Opcode: PRFB_S_PZI |
14018 | | /* 68700 */ MCD_OPC_FilterValue, 1, 161, 26, 1, // Skip to: 141058 |
14019 | | /* 68705 */ MCD_OPC_CheckPredicate, 24, 156, 26, 1, // Skip to: 141058 |
14020 | | /* 68710 */ MCD_OPC_Decode, 176, 29, 187, 2, // Opcode: GLDFF1B_S_IMM_REAL |
14021 | | /* 68715 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 68730 |
14022 | | /* 68720 */ MCD_OPC_CheckPredicate, 19, 141, 26, 1, // Skip to: 141058 |
14023 | | /* 68725 */ MCD_OPC_Decode, 135, 31, 188, 2, // Opcode: LD1RB_D_IMM |
14024 | | /* 68730 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 68775 |
14025 | | /* 68735 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14026 | | /* 68738 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68760 |
14027 | | /* 68743 */ MCD_OPC_CheckPredicate, 24, 118, 26, 1, // Skip to: 141058 |
14028 | | /* 68748 */ MCD_OPC_CheckField, 4, 1, 0, 111, 26, 1, // Skip to: 141058 |
14029 | | /* 68755 */ MCD_OPC_Decode, 193, 39, 190, 2, // Opcode: PRFH_S_PZI |
14030 | | /* 68760 */ MCD_OPC_FilterValue, 1, 101, 26, 1, // Skip to: 141058 |
14031 | | /* 68765 */ MCD_OPC_CheckPredicate, 24, 96, 26, 1, // Skip to: 141058 |
14032 | | /* 68770 */ MCD_OPC_Decode, 193, 29, 187, 2, // Opcode: GLDFF1H_S_IMM_REAL |
14033 | | /* 68775 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 68790 |
14034 | | /* 68780 */ MCD_OPC_CheckPredicate, 19, 81, 26, 1, // Skip to: 141058 |
14035 | | /* 68785 */ MCD_OPC_Decode, 140, 31, 188, 2, // Opcode: LD1RH_D_IMM |
14036 | | /* 68790 */ MCD_OPC_FilterValue, 4, 40, 0, 0, // Skip to: 68835 |
14037 | | /* 68795 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14038 | | /* 68798 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 68820 |
14039 | | /* 68803 */ MCD_OPC_CheckPredicate, 24, 58, 26, 1, // Skip to: 141058 |
14040 | | /* 68808 */ MCD_OPC_CheckField, 4, 1, 0, 51, 26, 1, // Skip to: 141058 |
14041 | | /* 68815 */ MCD_OPC_Decode, 207, 39, 190, 2, // Opcode: PRFW_S_PZI |
14042 | | /* 68820 */ MCD_OPC_FilterValue, 1, 41, 26, 1, // Skip to: 141058 |
14043 | | /* 68825 */ MCD_OPC_CheckPredicate, 24, 36, 26, 1, // Skip to: 141058 |
14044 | | /* 68830 */ MCD_OPC_Decode, 231, 29, 187, 2, // Opcode: GLDFF1W_IMM_REAL |
14045 | | /* 68835 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 68850 |
14046 | | /* 68840 */ MCD_OPC_CheckPredicate, 19, 21, 26, 1, // Skip to: 141058 |
14047 | | /* 68845 */ MCD_OPC_Decode, 165, 31, 188, 2, // Opcode: LD1RW_D_IMM |
14048 | | /* 68850 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 68879 |
14049 | | /* 68855 */ MCD_OPC_CheckPredicate, 24, 6, 26, 1, // Skip to: 141058 |
14050 | | /* 68860 */ MCD_OPC_CheckField, 21, 1, 0, 255, 25, 1, // Skip to: 141058 |
14051 | | /* 68867 */ MCD_OPC_CheckField, 4, 1, 0, 248, 25, 1, // Skip to: 141058 |
14052 | | /* 68874 */ MCD_OPC_Decode, 184, 39, 190, 2, // Opcode: PRFD_S_PZI |
14053 | | /* 68879 */ MCD_OPC_FilterValue, 7, 238, 25, 1, // Skip to: 141058 |
14054 | | /* 68884 */ MCD_OPC_CheckPredicate, 19, 233, 25, 1, // Skip to: 141058 |
14055 | | /* 68889 */ MCD_OPC_Decode, 139, 31, 188, 2, // Opcode: LD1RD_IMM |
14056 | | /* 68894 */ MCD_OPC_FilterValue, 5, 214, 8, 0, // Skip to: 71161 |
14057 | | /* 68899 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
14058 | | /* 68902 */ MCD_OPC_FilterValue, 0, 145, 0, 0, // Skip to: 69052 |
14059 | | /* 68907 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14060 | | /* 68910 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 68925 |
14061 | | /* 68915 */ MCD_OPC_CheckPredicate, 19, 202, 25, 1, // Skip to: 141058 |
14062 | | /* 68920 */ MCD_OPC_Decode, 151, 31, 191, 2, // Opcode: LD1RQ_B |
14063 | | /* 68925 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 68947 |
14064 | | /* 68930 */ MCD_OPC_CheckPredicate, 19, 187, 25, 1, // Skip to: 141058 |
14065 | | /* 68935 */ MCD_OPC_CheckField, 20, 1, 0, 180, 25, 1, // Skip to: 141058 |
14066 | | /* 68942 */ MCD_OPC_Decode, 152, 31, 192, 2, // Opcode: LD1RQ_B_IMM |
14067 | | /* 68947 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 68962 |
14068 | | /* 68952 */ MCD_OPC_CheckPredicate, 19, 165, 25, 1, // Skip to: 141058 |
14069 | | /* 68957 */ MCD_OPC_Decode, 189, 30, 191, 2, // Opcode: LD1B |
14070 | | /* 68962 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 68977 |
14071 | | /* 68967 */ MCD_OPC_CheckPredicate, 24, 150, 25, 1, // Skip to: 141058 |
14072 | | /* 68972 */ MCD_OPC_Decode, 233, 33, 193, 2, // Opcode: LDFF1B_REAL |
14073 | | /* 68977 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69015 |
14074 | | /* 68982 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14075 | | /* 68985 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69000 |
14076 | | /* 68990 */ MCD_OPC_CheckPredicate, 19, 127, 25, 1, // Skip to: 141058 |
14077 | | /* 68995 */ MCD_OPC_Decode, 202, 30, 192, 2, // Opcode: LD1B_IMM |
14078 | | /* 69000 */ MCD_OPC_FilterValue, 1, 117, 25, 1, // Skip to: 141058 |
14079 | | /* 69005 */ MCD_OPC_CheckPredicate, 24, 112, 25, 1, // Skip to: 141058 |
14080 | | /* 69010 */ MCD_OPC_Decode, 131, 34, 192, 2, // Opcode: LDNF1B_IMM_REAL |
14081 | | /* 69015 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69030 |
14082 | | /* 69020 */ MCD_OPC_CheckPredicate, 19, 97, 25, 1, // Skip to: 141058 |
14083 | | /* 69025 */ MCD_OPC_Decode, 159, 34, 191, 2, // Opcode: LDNT1B_ZRR |
14084 | | /* 69030 */ MCD_OPC_FilterValue, 7, 87, 25, 1, // Skip to: 141058 |
14085 | | /* 69035 */ MCD_OPC_CheckPredicate, 19, 82, 25, 1, // Skip to: 141058 |
14086 | | /* 69040 */ MCD_OPC_CheckField, 20, 1, 0, 75, 25, 1, // Skip to: 141058 |
14087 | | /* 69047 */ MCD_OPC_Decode, 158, 34, 192, 2, // Opcode: LDNT1B_ZRI |
14088 | | /* 69052 */ MCD_OPC_FilterValue, 1, 145, 0, 0, // Skip to: 69202 |
14089 | | /* 69057 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14090 | | /* 69060 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69075 |
14091 | | /* 69065 */ MCD_OPC_CheckPredicate, 41, 52, 25, 1, // Skip to: 141058 |
14092 | | /* 69070 */ MCD_OPC_Decode, 143, 31, 191, 2, // Opcode: LD1RO_B |
14093 | | /* 69075 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 69097 |
14094 | | /* 69080 */ MCD_OPC_CheckPredicate, 41, 37, 25, 1, // Skip to: 141058 |
14095 | | /* 69085 */ MCD_OPC_CheckField, 20, 1, 0, 30, 25, 1, // Skip to: 141058 |
14096 | | /* 69092 */ MCD_OPC_Decode, 144, 31, 192, 2, // Opcode: LD1RO_B_IMM |
14097 | | /* 69097 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69112 |
14098 | | /* 69102 */ MCD_OPC_CheckPredicate, 19, 15, 25, 1, // Skip to: 141058 |
14099 | | /* 69107 */ MCD_OPC_Decode, 200, 30, 191, 2, // Opcode: LD1B_H |
14100 | | /* 69112 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69127 |
14101 | | /* 69117 */ MCD_OPC_CheckPredicate, 24, 0, 25, 1, // Skip to: 141058 |
14102 | | /* 69122 */ MCD_OPC_Decode, 232, 33, 193, 2, // Opcode: LDFF1B_H_REAL |
14103 | | /* 69127 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69165 |
14104 | | /* 69132 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14105 | | /* 69135 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69150 |
14106 | | /* 69140 */ MCD_OPC_CheckPredicate, 19, 233, 24, 1, // Skip to: 141058 |
14107 | | /* 69145 */ MCD_OPC_Decode, 201, 30, 192, 2, // Opcode: LD1B_H_IMM |
14108 | | /* 69150 */ MCD_OPC_FilterValue, 1, 223, 24, 1, // Skip to: 141058 |
14109 | | /* 69155 */ MCD_OPC_CheckPredicate, 24, 218, 24, 1, // Skip to: 141058 |
14110 | | /* 69160 */ MCD_OPC_Decode, 130, 34, 192, 2, // Opcode: LDNF1B_H_IMM_REAL |
14111 | | /* 69165 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69180 |
14112 | | /* 69170 */ MCD_OPC_CheckPredicate, 19, 203, 24, 1, // Skip to: 141058 |
14113 | | /* 69175 */ MCD_OPC_Decode, 131, 32, 194, 2, // Opcode: LD2B |
14114 | | /* 69180 */ MCD_OPC_FilterValue, 7, 193, 24, 1, // Skip to: 141058 |
14115 | | /* 69185 */ MCD_OPC_CheckPredicate, 19, 188, 24, 1, // Skip to: 141058 |
14116 | | /* 69190 */ MCD_OPC_CheckField, 20, 1, 0, 181, 24, 1, // Skip to: 141058 |
14117 | | /* 69197 */ MCD_OPC_Decode, 132, 32, 195, 2, // Opcode: LD2B_IMM |
14118 | | /* 69202 */ MCD_OPC_FilterValue, 2, 108, 0, 0, // Skip to: 69315 |
14119 | | /* 69207 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14120 | | /* 69210 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69225 |
14121 | | /* 69215 */ MCD_OPC_CheckPredicate, 19, 158, 24, 1, // Skip to: 141058 |
14122 | | /* 69220 */ MCD_OPC_Decode, 203, 30, 191, 2, // Opcode: LD1B_S |
14123 | | /* 69225 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69240 |
14124 | | /* 69230 */ MCD_OPC_CheckPredicate, 24, 143, 24, 1, // Skip to: 141058 |
14125 | | /* 69235 */ MCD_OPC_Decode, 234, 33, 193, 2, // Opcode: LDFF1B_S_REAL |
14126 | | /* 69240 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69278 |
14127 | | /* 69245 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14128 | | /* 69248 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69263 |
14129 | | /* 69253 */ MCD_OPC_CheckPredicate, 19, 120, 24, 1, // Skip to: 141058 |
14130 | | /* 69258 */ MCD_OPC_Decode, 204, 30, 192, 2, // Opcode: LD1B_S_IMM |
14131 | | /* 69263 */ MCD_OPC_FilterValue, 1, 110, 24, 1, // Skip to: 141058 |
14132 | | /* 69268 */ MCD_OPC_CheckPredicate, 24, 105, 24, 1, // Skip to: 141058 |
14133 | | /* 69273 */ MCD_OPC_Decode, 132, 34, 192, 2, // Opcode: LDNF1B_S_IMM_REAL |
14134 | | /* 69278 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69293 |
14135 | | /* 69283 */ MCD_OPC_CheckPredicate, 19, 90, 24, 1, // Skip to: 141058 |
14136 | | /* 69288 */ MCD_OPC_Decode, 179, 32, 196, 2, // Opcode: LD3B |
14137 | | /* 69293 */ MCD_OPC_FilterValue, 7, 80, 24, 1, // Skip to: 141058 |
14138 | | /* 69298 */ MCD_OPC_CheckPredicate, 19, 75, 24, 1, // Skip to: 141058 |
14139 | | /* 69303 */ MCD_OPC_CheckField, 20, 1, 0, 68, 24, 1, // Skip to: 141058 |
14140 | | /* 69310 */ MCD_OPC_Decode, 180, 32, 197, 2, // Opcode: LD3B_IMM |
14141 | | /* 69315 */ MCD_OPC_FilterValue, 3, 108, 0, 0, // Skip to: 69428 |
14142 | | /* 69320 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14143 | | /* 69323 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69338 |
14144 | | /* 69328 */ MCD_OPC_CheckPredicate, 19, 45, 24, 1, // Skip to: 141058 |
14145 | | /* 69333 */ MCD_OPC_Decode, 198, 30, 191, 2, // Opcode: LD1B_D |
14146 | | /* 69338 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69353 |
14147 | | /* 69343 */ MCD_OPC_CheckPredicate, 24, 30, 24, 1, // Skip to: 141058 |
14148 | | /* 69348 */ MCD_OPC_Decode, 231, 33, 193, 2, // Opcode: LDFF1B_D_REAL |
14149 | | /* 69353 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69391 |
14150 | | /* 69358 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14151 | | /* 69361 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69376 |
14152 | | /* 69366 */ MCD_OPC_CheckPredicate, 19, 7, 24, 1, // Skip to: 141058 |
14153 | | /* 69371 */ MCD_OPC_Decode, 199, 30, 192, 2, // Opcode: LD1B_D_IMM |
14154 | | /* 69376 */ MCD_OPC_FilterValue, 1, 253, 23, 1, // Skip to: 141058 |
14155 | | /* 69381 */ MCD_OPC_CheckPredicate, 24, 248, 23, 1, // Skip to: 141058 |
14156 | | /* 69386 */ MCD_OPC_Decode, 129, 34, 192, 2, // Opcode: LDNF1B_D_IMM_REAL |
14157 | | /* 69391 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69406 |
14158 | | /* 69396 */ MCD_OPC_CheckPredicate, 19, 233, 23, 1, // Skip to: 141058 |
14159 | | /* 69401 */ MCD_OPC_Decode, 227, 32, 198, 2, // Opcode: LD4B |
14160 | | /* 69406 */ MCD_OPC_FilterValue, 7, 223, 23, 1, // Skip to: 141058 |
14161 | | /* 69411 */ MCD_OPC_CheckPredicate, 19, 218, 23, 1, // Skip to: 141058 |
14162 | | /* 69416 */ MCD_OPC_CheckField, 20, 1, 0, 211, 23, 1, // Skip to: 141058 |
14163 | | /* 69423 */ MCD_OPC_Decode, 228, 32, 199, 2, // Opcode: LD4B_IMM |
14164 | | /* 69428 */ MCD_OPC_FilterValue, 4, 161, 0, 0, // Skip to: 69594 |
14165 | | /* 69433 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14166 | | /* 69436 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69451 |
14167 | | /* 69441 */ MCD_OPC_CheckPredicate, 19, 188, 23, 1, // Skip to: 141058 |
14168 | | /* 69446 */ MCD_OPC_Decode, 155, 31, 191, 2, // Opcode: LD1RQ_H |
14169 | | /* 69451 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 69473 |
14170 | | /* 69456 */ MCD_OPC_CheckPredicate, 19, 173, 23, 1, // Skip to: 141058 |
14171 | | /* 69461 */ MCD_OPC_CheckField, 20, 1, 0, 166, 23, 1, // Skip to: 141058 |
14172 | | /* 69468 */ MCD_OPC_Decode, 156, 31, 192, 2, // Opcode: LD1RQ_H_IMM |
14173 | | /* 69473 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69488 |
14174 | | /* 69478 */ MCD_OPC_CheckPredicate, 19, 151, 23, 1, // Skip to: 141058 |
14175 | | /* 69483 */ MCD_OPC_Decode, 193, 31, 191, 2, // Opcode: LD1SW_D |
14176 | | /* 69488 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69503 |
14177 | | /* 69493 */ MCD_OPC_CheckPredicate, 24, 136, 23, 1, // Skip to: 141058 |
14178 | | /* 69498 */ MCD_OPC_Decode, 244, 33, 193, 2, // Opcode: LDFF1SW_D_REAL |
14179 | | /* 69503 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69541 |
14180 | | /* 69508 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14181 | | /* 69511 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69526 |
14182 | | /* 69516 */ MCD_OPC_CheckPredicate, 19, 113, 23, 1, // Skip to: 141058 |
14183 | | /* 69521 */ MCD_OPC_Decode, 194, 31, 192, 2, // Opcode: LD1SW_D_IMM |
14184 | | /* 69526 */ MCD_OPC_FilterValue, 1, 103, 23, 1, // Skip to: 141058 |
14185 | | /* 69531 */ MCD_OPC_CheckPredicate, 24, 98, 23, 1, // Skip to: 141058 |
14186 | | /* 69536 */ MCD_OPC_Decode, 142, 34, 192, 2, // Opcode: LDNF1SW_D_IMM_REAL |
14187 | | /* 69541 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69556 |
14188 | | /* 69546 */ MCD_OPC_CheckPredicate, 19, 83, 23, 1, // Skip to: 141058 |
14189 | | /* 69551 */ MCD_OPC_Decode, 182, 34, 191, 2, // Opcode: LDNT1H_ZRR |
14190 | | /* 69556 */ MCD_OPC_FilterValue, 7, 73, 23, 1, // Skip to: 141058 |
14191 | | /* 69561 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14192 | | /* 69564 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69579 |
14193 | | /* 69569 */ MCD_OPC_CheckPredicate, 19, 60, 23, 1, // Skip to: 141058 |
14194 | | /* 69574 */ MCD_OPC_Decode, 181, 34, 192, 2, // Opcode: LDNT1H_ZRI |
14195 | | /* 69579 */ MCD_OPC_FilterValue, 1, 50, 23, 1, // Skip to: 141058 |
14196 | | /* 69584 */ MCD_OPC_CheckPredicate, 20, 45, 23, 1, // Skip to: 141058 |
14197 | | /* 69589 */ MCD_OPC_Decode, 138, 32, 195, 2, // Opcode: LD2Q_IMM |
14198 | | /* 69594 */ MCD_OPC_FilterValue, 5, 160, 0, 0, // Skip to: 69759 |
14199 | | /* 69599 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14200 | | /* 69602 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69617 |
14201 | | /* 69607 */ MCD_OPC_CheckPredicate, 41, 22, 23, 1, // Skip to: 141058 |
14202 | | /* 69612 */ MCD_OPC_Decode, 147, 31, 191, 2, // Opcode: LD1RO_H |
14203 | | /* 69617 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 69639 |
14204 | | /* 69622 */ MCD_OPC_CheckPredicate, 41, 7, 23, 1, // Skip to: 141058 |
14205 | | /* 69627 */ MCD_OPC_CheckField, 20, 1, 0, 0, 23, 1, // Skip to: 141058 |
14206 | | /* 69634 */ MCD_OPC_Decode, 148, 31, 192, 2, // Opcode: LD1RO_H_IMM |
14207 | | /* 69639 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69654 |
14208 | | /* 69644 */ MCD_OPC_CheckPredicate, 19, 241, 22, 1, // Skip to: 141058 |
14209 | | /* 69649 */ MCD_OPC_Decode, 233, 30, 191, 2, // Opcode: LD1H |
14210 | | /* 69654 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69669 |
14211 | | /* 69659 */ MCD_OPC_CheckPredicate, 24, 226, 22, 1, // Skip to: 141058 |
14212 | | /* 69664 */ MCD_OPC_Decode, 237, 33, 193, 2, // Opcode: LDFF1H_REAL |
14213 | | /* 69669 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 69684 |
14214 | | /* 69674 */ MCD_OPC_CheckPredicate, 20, 211, 22, 1, // Skip to: 141058 |
14215 | | /* 69679 */ MCD_OPC_Decode, 137, 32, 194, 2, // Opcode: LD2Q |
14216 | | /* 69684 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69722 |
14217 | | /* 69689 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14218 | | /* 69692 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69707 |
14219 | | /* 69697 */ MCD_OPC_CheckPredicate, 19, 188, 22, 1, // Skip to: 141058 |
14220 | | /* 69702 */ MCD_OPC_Decode, 244, 30, 192, 2, // Opcode: LD1H_IMM |
14221 | | /* 69707 */ MCD_OPC_FilterValue, 1, 178, 22, 1, // Skip to: 141058 |
14222 | | /* 69712 */ MCD_OPC_CheckPredicate, 24, 173, 22, 1, // Skip to: 141058 |
14223 | | /* 69717 */ MCD_OPC_Decode, 135, 34, 192, 2, // Opcode: LDNF1H_IMM_REAL |
14224 | | /* 69722 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69737 |
14225 | | /* 69727 */ MCD_OPC_CheckPredicate, 19, 158, 22, 1, // Skip to: 141058 |
14226 | | /* 69732 */ MCD_OPC_Decode, 135, 32, 194, 2, // Opcode: LD2H |
14227 | | /* 69737 */ MCD_OPC_FilterValue, 7, 148, 22, 1, // Skip to: 141058 |
14228 | | /* 69742 */ MCD_OPC_CheckPredicate, 19, 143, 22, 1, // Skip to: 141058 |
14229 | | /* 69747 */ MCD_OPC_CheckField, 20, 1, 0, 136, 22, 1, // Skip to: 141058 |
14230 | | /* 69754 */ MCD_OPC_Decode, 136, 32, 195, 2, // Opcode: LD2H_IMM |
14231 | | /* 69759 */ MCD_OPC_FilterValue, 6, 108, 0, 0, // Skip to: 69872 |
14232 | | /* 69764 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14233 | | /* 69767 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69782 |
14234 | | /* 69772 */ MCD_OPC_CheckPredicate, 19, 113, 22, 1, // Skip to: 141058 |
14235 | | /* 69777 */ MCD_OPC_Decode, 245, 30, 191, 2, // Opcode: LD1H_S |
14236 | | /* 69782 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69797 |
14237 | | /* 69787 */ MCD_OPC_CheckPredicate, 24, 98, 22, 1, // Skip to: 141058 |
14238 | | /* 69792 */ MCD_OPC_Decode, 238, 33, 193, 2, // Opcode: LDFF1H_S_REAL |
14239 | | /* 69797 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69835 |
14240 | | /* 69802 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14241 | | /* 69805 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69820 |
14242 | | /* 69810 */ MCD_OPC_CheckPredicate, 19, 75, 22, 1, // Skip to: 141058 |
14243 | | /* 69815 */ MCD_OPC_Decode, 246, 30, 192, 2, // Opcode: LD1H_S_IMM |
14244 | | /* 69820 */ MCD_OPC_FilterValue, 1, 65, 22, 1, // Skip to: 141058 |
14245 | | /* 69825 */ MCD_OPC_CheckPredicate, 24, 60, 22, 1, // Skip to: 141058 |
14246 | | /* 69830 */ MCD_OPC_Decode, 136, 34, 192, 2, // Opcode: LDNF1H_S_IMM_REAL |
14247 | | /* 69835 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69850 |
14248 | | /* 69840 */ MCD_OPC_CheckPredicate, 19, 45, 22, 1, // Skip to: 141058 |
14249 | | /* 69845 */ MCD_OPC_Decode, 183, 32, 196, 2, // Opcode: LD3H |
14250 | | /* 69850 */ MCD_OPC_FilterValue, 7, 35, 22, 1, // Skip to: 141058 |
14251 | | /* 69855 */ MCD_OPC_CheckPredicate, 19, 30, 22, 1, // Skip to: 141058 |
14252 | | /* 69860 */ MCD_OPC_CheckField, 20, 1, 0, 23, 22, 1, // Skip to: 141058 |
14253 | | /* 69867 */ MCD_OPC_Decode, 184, 32, 197, 2, // Opcode: LD3H_IMM |
14254 | | /* 69872 */ MCD_OPC_FilterValue, 7, 108, 0, 0, // Skip to: 69985 |
14255 | | /* 69877 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14256 | | /* 69880 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 69895 |
14257 | | /* 69885 */ MCD_OPC_CheckPredicate, 19, 0, 22, 1, // Skip to: 141058 |
14258 | | /* 69890 */ MCD_OPC_Decode, 242, 30, 191, 2, // Opcode: LD1H_D |
14259 | | /* 69895 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 69910 |
14260 | | /* 69900 */ MCD_OPC_CheckPredicate, 24, 241, 21, 1, // Skip to: 141058 |
14261 | | /* 69905 */ MCD_OPC_Decode, 236, 33, 193, 2, // Opcode: LDFF1H_D_REAL |
14262 | | /* 69910 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 69948 |
14263 | | /* 69915 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14264 | | /* 69918 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 69933 |
14265 | | /* 69923 */ MCD_OPC_CheckPredicate, 19, 218, 21, 1, // Skip to: 141058 |
14266 | | /* 69928 */ MCD_OPC_Decode, 243, 30, 192, 2, // Opcode: LD1H_D_IMM |
14267 | | /* 69933 */ MCD_OPC_FilterValue, 1, 208, 21, 1, // Skip to: 141058 |
14268 | | /* 69938 */ MCD_OPC_CheckPredicate, 24, 203, 21, 1, // Skip to: 141058 |
14269 | | /* 69943 */ MCD_OPC_Decode, 134, 34, 192, 2, // Opcode: LDNF1H_D_IMM_REAL |
14270 | | /* 69948 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 69963 |
14271 | | /* 69953 */ MCD_OPC_CheckPredicate, 19, 188, 21, 1, // Skip to: 141058 |
14272 | | /* 69958 */ MCD_OPC_Decode, 245, 32, 198, 2, // Opcode: LD4H |
14273 | | /* 69963 */ MCD_OPC_FilterValue, 7, 178, 21, 1, // Skip to: 141058 |
14274 | | /* 69968 */ MCD_OPC_CheckPredicate, 19, 173, 21, 1, // Skip to: 141058 |
14275 | | /* 69973 */ MCD_OPC_CheckField, 20, 1, 0, 166, 21, 1, // Skip to: 141058 |
14276 | | /* 69980 */ MCD_OPC_Decode, 246, 32, 199, 2, // Opcode: LD4H_IMM |
14277 | | /* 69985 */ MCD_OPC_FilterValue, 8, 192, 0, 0, // Skip to: 70182 |
14278 | | /* 69990 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14279 | | /* 69993 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70008 |
14280 | | /* 69998 */ MCD_OPC_CheckPredicate, 19, 143, 21, 1, // Skip to: 141058 |
14281 | | /* 70003 */ MCD_OPC_Decode, 157, 31, 191, 2, // Opcode: LD1RQ_W |
14282 | | /* 70008 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 70046 |
14283 | | /* 70013 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14284 | | /* 70016 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70031 |
14285 | | /* 70021 */ MCD_OPC_CheckPredicate, 19, 120, 21, 1, // Skip to: 141058 |
14286 | | /* 70026 */ MCD_OPC_Decode, 158, 31, 192, 2, // Opcode: LD1RQ_W_IMM |
14287 | | /* 70031 */ MCD_OPC_FilterValue, 1, 110, 21, 1, // Skip to: 141058 |
14288 | | /* 70036 */ MCD_OPC_CheckPredicate, 44, 105, 21, 1, // Skip to: 141058 |
14289 | | /* 70041 */ MCD_OPC_Decode, 240, 31, 192, 2, // Opcode: LD1W_Q_IMM |
14290 | | /* 70046 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70061 |
14291 | | /* 70051 */ MCD_OPC_CheckPredicate, 19, 90, 21, 1, // Skip to: 141058 |
14292 | | /* 70056 */ MCD_OPC_Decode, 189, 31, 191, 2, // Opcode: LD1SH_D |
14293 | | /* 70061 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70076 |
14294 | | /* 70066 */ MCD_OPC_CheckPredicate, 24, 75, 21, 1, // Skip to: 141058 |
14295 | | /* 70071 */ MCD_OPC_Decode, 242, 33, 193, 2, // Opcode: LDFF1SH_D_REAL |
14296 | | /* 70076 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 70091 |
14297 | | /* 70081 */ MCD_OPC_CheckPredicate, 44, 60, 21, 1, // Skip to: 141058 |
14298 | | /* 70086 */ MCD_OPC_Decode, 239, 31, 191, 2, // Opcode: LD1W_Q |
14299 | | /* 70091 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70129 |
14300 | | /* 70096 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14301 | | /* 70099 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70114 |
14302 | | /* 70104 */ MCD_OPC_CheckPredicate, 19, 37, 21, 1, // Skip to: 141058 |
14303 | | /* 70109 */ MCD_OPC_Decode, 190, 31, 192, 2, // Opcode: LD1SH_D_IMM |
14304 | | /* 70114 */ MCD_OPC_FilterValue, 1, 27, 21, 1, // Skip to: 141058 |
14305 | | /* 70119 */ MCD_OPC_CheckPredicate, 24, 22, 21, 1, // Skip to: 141058 |
14306 | | /* 70124 */ MCD_OPC_Decode, 140, 34, 192, 2, // Opcode: LDNF1SH_D_IMM_REAL |
14307 | | /* 70129 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70144 |
14308 | | /* 70134 */ MCD_OPC_CheckPredicate, 19, 7, 21, 1, // Skip to: 141058 |
14309 | | /* 70139 */ MCD_OPC_Decode, 199, 34, 191, 2, // Opcode: LDNT1W_ZRR |
14310 | | /* 70144 */ MCD_OPC_FilterValue, 7, 253, 20, 1, // Skip to: 141058 |
14311 | | /* 70149 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14312 | | /* 70152 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70167 |
14313 | | /* 70157 */ MCD_OPC_CheckPredicate, 19, 240, 20, 1, // Skip to: 141058 |
14314 | | /* 70162 */ MCD_OPC_Decode, 198, 34, 192, 2, // Opcode: LDNT1W_ZRI |
14315 | | /* 70167 */ MCD_OPC_FilterValue, 1, 230, 20, 1, // Skip to: 141058 |
14316 | | /* 70172 */ MCD_OPC_CheckPredicate, 20, 225, 20, 1, // Skip to: 141058 |
14317 | | /* 70177 */ MCD_OPC_Decode, 186, 32, 197, 2, // Opcode: LD3Q_IMM |
14318 | | /* 70182 */ MCD_OPC_FilterValue, 9, 160, 0, 0, // Skip to: 70347 |
14319 | | /* 70187 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14320 | | /* 70190 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70205 |
14321 | | /* 70195 */ MCD_OPC_CheckPredicate, 41, 202, 20, 1, // Skip to: 141058 |
14322 | | /* 70200 */ MCD_OPC_Decode, 149, 31, 191, 2, // Opcode: LD1RO_W |
14323 | | /* 70205 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 70227 |
14324 | | /* 70210 */ MCD_OPC_CheckPredicate, 41, 187, 20, 1, // Skip to: 141058 |
14325 | | /* 70215 */ MCD_OPC_CheckField, 20, 1, 0, 180, 20, 1, // Skip to: 141058 |
14326 | | /* 70222 */ MCD_OPC_Decode, 150, 31, 192, 2, // Opcode: LD1RO_W_IMM |
14327 | | /* 70227 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70242 |
14328 | | /* 70232 */ MCD_OPC_CheckPredicate, 19, 165, 20, 1, // Skip to: 141058 |
14329 | | /* 70237 */ MCD_OPC_Decode, 191, 31, 191, 2, // Opcode: LD1SH_S |
14330 | | /* 70242 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70257 |
14331 | | /* 70247 */ MCD_OPC_CheckPredicate, 24, 150, 20, 1, // Skip to: 141058 |
14332 | | /* 70252 */ MCD_OPC_Decode, 243, 33, 193, 2, // Opcode: LDFF1SH_S_REAL |
14333 | | /* 70257 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 70272 |
14334 | | /* 70262 */ MCD_OPC_CheckPredicate, 20, 135, 20, 1, // Skip to: 141058 |
14335 | | /* 70267 */ MCD_OPC_Decode, 185, 32, 196, 2, // Opcode: LD3Q |
14336 | | /* 70272 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70310 |
14337 | | /* 70277 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14338 | | /* 70280 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70295 |
14339 | | /* 70285 */ MCD_OPC_CheckPredicate, 19, 112, 20, 1, // Skip to: 141058 |
14340 | | /* 70290 */ MCD_OPC_Decode, 192, 31, 192, 2, // Opcode: LD1SH_S_IMM |
14341 | | /* 70295 */ MCD_OPC_FilterValue, 1, 102, 20, 1, // Skip to: 141058 |
14342 | | /* 70300 */ MCD_OPC_CheckPredicate, 24, 97, 20, 1, // Skip to: 141058 |
14343 | | /* 70305 */ MCD_OPC_Decode, 141, 34, 192, 2, // Opcode: LDNF1SH_S_IMM_REAL |
14344 | | /* 70310 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70325 |
14345 | | /* 70315 */ MCD_OPC_CheckPredicate, 19, 82, 20, 1, // Skip to: 141058 |
14346 | | /* 70320 */ MCD_OPC_Decode, 169, 32, 194, 2, // Opcode: LD2W |
14347 | | /* 70325 */ MCD_OPC_FilterValue, 7, 72, 20, 1, // Skip to: 141058 |
14348 | | /* 70330 */ MCD_OPC_CheckPredicate, 19, 67, 20, 1, // Skip to: 141058 |
14349 | | /* 70335 */ MCD_OPC_CheckField, 20, 1, 0, 60, 20, 1, // Skip to: 141058 |
14350 | | /* 70342 */ MCD_OPC_Decode, 170, 32, 195, 2, // Opcode: LD2W_IMM |
14351 | | /* 70347 */ MCD_OPC_FilterValue, 10, 108, 0, 0, // Skip to: 70460 |
14352 | | /* 70352 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14353 | | /* 70355 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70370 |
14354 | | /* 70360 */ MCD_OPC_CheckPredicate, 19, 37, 20, 1, // Skip to: 141058 |
14355 | | /* 70365 */ MCD_OPC_Decode, 227, 31, 191, 2, // Opcode: LD1W |
14356 | | /* 70370 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70385 |
14357 | | /* 70375 */ MCD_OPC_CheckPredicate, 24, 22, 20, 1, // Skip to: 141058 |
14358 | | /* 70380 */ MCD_OPC_Decode, 246, 33, 193, 2, // Opcode: LDFF1W_REAL |
14359 | | /* 70385 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70423 |
14360 | | /* 70390 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14361 | | /* 70393 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70408 |
14362 | | /* 70398 */ MCD_OPC_CheckPredicate, 19, 255, 19, 1, // Skip to: 141058 |
14363 | | /* 70403 */ MCD_OPC_Decode, 238, 31, 192, 2, // Opcode: LD1W_IMM |
14364 | | /* 70408 */ MCD_OPC_FilterValue, 1, 245, 19, 1, // Skip to: 141058 |
14365 | | /* 70413 */ MCD_OPC_CheckPredicate, 24, 240, 19, 1, // Skip to: 141058 |
14366 | | /* 70418 */ MCD_OPC_Decode, 144, 34, 192, 2, // Opcode: LDNF1W_IMM_REAL |
14367 | | /* 70423 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70438 |
14368 | | /* 70428 */ MCD_OPC_CheckPredicate, 19, 225, 19, 1, // Skip to: 141058 |
14369 | | /* 70433 */ MCD_OPC_Decode, 217, 32, 196, 2, // Opcode: LD3W |
14370 | | /* 70438 */ MCD_OPC_FilterValue, 7, 215, 19, 1, // Skip to: 141058 |
14371 | | /* 70443 */ MCD_OPC_CheckPredicate, 19, 210, 19, 1, // Skip to: 141058 |
14372 | | /* 70448 */ MCD_OPC_CheckField, 20, 1, 0, 203, 19, 1, // Skip to: 141058 |
14373 | | /* 70455 */ MCD_OPC_Decode, 218, 32, 197, 2, // Opcode: LD3W_IMM |
14374 | | /* 70460 */ MCD_OPC_FilterValue, 11, 108, 0, 0, // Skip to: 70573 |
14375 | | /* 70465 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14376 | | /* 70468 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70483 |
14377 | | /* 70473 */ MCD_OPC_CheckPredicate, 19, 180, 19, 1, // Skip to: 141058 |
14378 | | /* 70478 */ MCD_OPC_Decode, 236, 31, 191, 2, // Opcode: LD1W_D |
14379 | | /* 70483 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70498 |
14380 | | /* 70488 */ MCD_OPC_CheckPredicate, 24, 165, 19, 1, // Skip to: 141058 |
14381 | | /* 70493 */ MCD_OPC_Decode, 245, 33, 193, 2, // Opcode: LDFF1W_D_REAL |
14382 | | /* 70498 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70536 |
14383 | | /* 70503 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14384 | | /* 70506 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70521 |
14385 | | /* 70511 */ MCD_OPC_CheckPredicate, 19, 142, 19, 1, // Skip to: 141058 |
14386 | | /* 70516 */ MCD_OPC_Decode, 237, 31, 192, 2, // Opcode: LD1W_D_IMM |
14387 | | /* 70521 */ MCD_OPC_FilterValue, 1, 132, 19, 1, // Skip to: 141058 |
14388 | | /* 70526 */ MCD_OPC_CheckPredicate, 24, 127, 19, 1, // Skip to: 141058 |
14389 | | /* 70531 */ MCD_OPC_Decode, 143, 34, 192, 2, // Opcode: LDNF1W_D_IMM_REAL |
14390 | | /* 70536 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70551 |
14391 | | /* 70541 */ MCD_OPC_CheckPredicate, 19, 112, 19, 1, // Skip to: 141058 |
14392 | | /* 70546 */ MCD_OPC_Decode, 137, 33, 198, 2, // Opcode: LD4W |
14393 | | /* 70551 */ MCD_OPC_FilterValue, 7, 102, 19, 1, // Skip to: 141058 |
14394 | | /* 70556 */ MCD_OPC_CheckPredicate, 19, 97, 19, 1, // Skip to: 141058 |
14395 | | /* 70561 */ MCD_OPC_CheckField, 20, 1, 0, 90, 19, 1, // Skip to: 141058 |
14396 | | /* 70568 */ MCD_OPC_Decode, 138, 33, 199, 2, // Opcode: LD4W_IMM |
14397 | | /* 70573 */ MCD_OPC_FilterValue, 12, 192, 0, 0, // Skip to: 70770 |
14398 | | /* 70578 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14399 | | /* 70581 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70596 |
14400 | | /* 70586 */ MCD_OPC_CheckPredicate, 19, 67, 19, 1, // Skip to: 141058 |
14401 | | /* 70591 */ MCD_OPC_Decode, 153, 31, 191, 2, // Opcode: LD1RQ_D |
14402 | | /* 70596 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 70634 |
14403 | | /* 70601 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14404 | | /* 70604 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70619 |
14405 | | /* 70609 */ MCD_OPC_CheckPredicate, 19, 44, 19, 1, // Skip to: 141058 |
14406 | | /* 70614 */ MCD_OPC_Decode, 154, 31, 192, 2, // Opcode: LD1RQ_D_IMM |
14407 | | /* 70619 */ MCD_OPC_FilterValue, 1, 34, 19, 1, // Skip to: 141058 |
14408 | | /* 70624 */ MCD_OPC_CheckPredicate, 44, 29, 19, 1, // Skip to: 141058 |
14409 | | /* 70629 */ MCD_OPC_Decode, 216, 30, 192, 2, // Opcode: LD1D_Q_IMM |
14410 | | /* 70634 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70649 |
14411 | | /* 70639 */ MCD_OPC_CheckPredicate, 19, 14, 19, 1, // Skip to: 141058 |
14412 | | /* 70644 */ MCD_OPC_Decode, 183, 31, 191, 2, // Opcode: LD1SB_D |
14413 | | /* 70649 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70664 |
14414 | | /* 70654 */ MCD_OPC_CheckPredicate, 24, 255, 18, 1, // Skip to: 141058 |
14415 | | /* 70659 */ MCD_OPC_Decode, 239, 33, 193, 2, // Opcode: LDFF1SB_D_REAL |
14416 | | /* 70664 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 70679 |
14417 | | /* 70669 */ MCD_OPC_CheckPredicate, 44, 240, 18, 1, // Skip to: 141058 |
14418 | | /* 70674 */ MCD_OPC_Decode, 215, 30, 191, 2, // Opcode: LD1D_Q |
14419 | | /* 70679 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70717 |
14420 | | /* 70684 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14421 | | /* 70687 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70702 |
14422 | | /* 70692 */ MCD_OPC_CheckPredicate, 19, 217, 18, 1, // Skip to: 141058 |
14423 | | /* 70697 */ MCD_OPC_Decode, 184, 31, 192, 2, // Opcode: LD1SB_D_IMM |
14424 | | /* 70702 */ MCD_OPC_FilterValue, 1, 207, 18, 1, // Skip to: 141058 |
14425 | | /* 70707 */ MCD_OPC_CheckPredicate, 24, 202, 18, 1, // Skip to: 141058 |
14426 | | /* 70712 */ MCD_OPC_Decode, 137, 34, 192, 2, // Opcode: LDNF1SB_D_IMM_REAL |
14427 | | /* 70717 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70732 |
14428 | | /* 70722 */ MCD_OPC_CheckPredicate, 19, 187, 18, 1, // Skip to: 141058 |
14429 | | /* 70727 */ MCD_OPC_Decode, 171, 34, 191, 2, // Opcode: LDNT1D_ZRR |
14430 | | /* 70732 */ MCD_OPC_FilterValue, 7, 177, 18, 1, // Skip to: 141058 |
14431 | | /* 70737 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14432 | | /* 70740 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70755 |
14433 | | /* 70745 */ MCD_OPC_CheckPredicate, 19, 164, 18, 1, // Skip to: 141058 |
14434 | | /* 70750 */ MCD_OPC_Decode, 170, 34, 192, 2, // Opcode: LDNT1D_ZRI |
14435 | | /* 70755 */ MCD_OPC_FilterValue, 1, 154, 18, 1, // Skip to: 141058 |
14436 | | /* 70760 */ MCD_OPC_CheckPredicate, 20, 149, 18, 1, // Skip to: 141058 |
14437 | | /* 70765 */ MCD_OPC_Decode, 248, 32, 199, 2, // Opcode: LD4Q_IMM |
14438 | | /* 70770 */ MCD_OPC_FilterValue, 13, 160, 0, 0, // Skip to: 70935 |
14439 | | /* 70775 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14440 | | /* 70778 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70793 |
14441 | | /* 70783 */ MCD_OPC_CheckPredicate, 41, 126, 18, 1, // Skip to: 141058 |
14442 | | /* 70788 */ MCD_OPC_Decode, 145, 31, 191, 2, // Opcode: LD1RO_D |
14443 | | /* 70793 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 70815 |
14444 | | /* 70798 */ MCD_OPC_CheckPredicate, 41, 111, 18, 1, // Skip to: 141058 |
14445 | | /* 70803 */ MCD_OPC_CheckField, 20, 1, 0, 104, 18, 1, // Skip to: 141058 |
14446 | | /* 70810 */ MCD_OPC_Decode, 146, 31, 192, 2, // Opcode: LD1RO_D_IMM |
14447 | | /* 70815 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70830 |
14448 | | /* 70820 */ MCD_OPC_CheckPredicate, 19, 89, 18, 1, // Skip to: 141058 |
14449 | | /* 70825 */ MCD_OPC_Decode, 187, 31, 191, 2, // Opcode: LD1SB_S |
14450 | | /* 70830 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70845 |
14451 | | /* 70835 */ MCD_OPC_CheckPredicate, 24, 74, 18, 1, // Skip to: 141058 |
14452 | | /* 70840 */ MCD_OPC_Decode, 241, 33, 193, 2, // Opcode: LDFF1SB_S_REAL |
14453 | | /* 70845 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 70860 |
14454 | | /* 70850 */ MCD_OPC_CheckPredicate, 20, 59, 18, 1, // Skip to: 141058 |
14455 | | /* 70855 */ MCD_OPC_Decode, 247, 32, 198, 2, // Opcode: LD4Q |
14456 | | /* 70860 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 70898 |
14457 | | /* 70865 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14458 | | /* 70868 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70883 |
14459 | | /* 70873 */ MCD_OPC_CheckPredicate, 19, 36, 18, 1, // Skip to: 141058 |
14460 | | /* 70878 */ MCD_OPC_Decode, 188, 31, 192, 2, // Opcode: LD1SB_S_IMM |
14461 | | /* 70883 */ MCD_OPC_FilterValue, 1, 26, 18, 1, // Skip to: 141058 |
14462 | | /* 70888 */ MCD_OPC_CheckPredicate, 24, 21, 18, 1, // Skip to: 141058 |
14463 | | /* 70893 */ MCD_OPC_Decode, 139, 34, 192, 2, // Opcode: LDNF1SB_S_IMM_REAL |
14464 | | /* 70898 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 70913 |
14465 | | /* 70903 */ MCD_OPC_CheckPredicate, 19, 6, 18, 1, // Skip to: 141058 |
14466 | | /* 70908 */ MCD_OPC_Decode, 133, 32, 194, 2, // Opcode: LD2D |
14467 | | /* 70913 */ MCD_OPC_FilterValue, 7, 252, 17, 1, // Skip to: 141058 |
14468 | | /* 70918 */ MCD_OPC_CheckPredicate, 19, 247, 17, 1, // Skip to: 141058 |
14469 | | /* 70923 */ MCD_OPC_CheckField, 20, 1, 0, 240, 17, 1, // Skip to: 141058 |
14470 | | /* 70930 */ MCD_OPC_Decode, 134, 32, 195, 2, // Opcode: LD2D_IMM |
14471 | | /* 70935 */ MCD_OPC_FilterValue, 14, 108, 0, 0, // Skip to: 71048 |
14472 | | /* 70940 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14473 | | /* 70943 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 70958 |
14474 | | /* 70948 */ MCD_OPC_CheckPredicate, 19, 217, 17, 1, // Skip to: 141058 |
14475 | | /* 70953 */ MCD_OPC_Decode, 185, 31, 191, 2, // Opcode: LD1SB_H |
14476 | | /* 70958 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 70973 |
14477 | | /* 70963 */ MCD_OPC_CheckPredicate, 24, 202, 17, 1, // Skip to: 141058 |
14478 | | /* 70968 */ MCD_OPC_Decode, 240, 33, 193, 2, // Opcode: LDFF1SB_H_REAL |
14479 | | /* 70973 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 71011 |
14480 | | /* 70978 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14481 | | /* 70981 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 70996 |
14482 | | /* 70986 */ MCD_OPC_CheckPredicate, 19, 179, 17, 1, // Skip to: 141058 |
14483 | | /* 70991 */ MCD_OPC_Decode, 186, 31, 192, 2, // Opcode: LD1SB_H_IMM |
14484 | | /* 70996 */ MCD_OPC_FilterValue, 1, 169, 17, 1, // Skip to: 141058 |
14485 | | /* 71001 */ MCD_OPC_CheckPredicate, 24, 164, 17, 1, // Skip to: 141058 |
14486 | | /* 71006 */ MCD_OPC_Decode, 138, 34, 192, 2, // Opcode: LDNF1SB_H_IMM_REAL |
14487 | | /* 71011 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71026 |
14488 | | /* 71016 */ MCD_OPC_CheckPredicate, 19, 149, 17, 1, // Skip to: 141058 |
14489 | | /* 71021 */ MCD_OPC_Decode, 181, 32, 196, 2, // Opcode: LD3D |
14490 | | /* 71026 */ MCD_OPC_FilterValue, 7, 139, 17, 1, // Skip to: 141058 |
14491 | | /* 71031 */ MCD_OPC_CheckPredicate, 19, 134, 17, 1, // Skip to: 141058 |
14492 | | /* 71036 */ MCD_OPC_CheckField, 20, 1, 0, 127, 17, 1, // Skip to: 141058 |
14493 | | /* 71043 */ MCD_OPC_Decode, 182, 32, 197, 2, // Opcode: LD3D_IMM |
14494 | | /* 71048 */ MCD_OPC_FilterValue, 15, 117, 17, 1, // Skip to: 141058 |
14495 | | /* 71053 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14496 | | /* 71056 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 71071 |
14497 | | /* 71061 */ MCD_OPC_CheckPredicate, 19, 104, 17, 1, // Skip to: 141058 |
14498 | | /* 71066 */ MCD_OPC_Decode, 205, 30, 191, 2, // Opcode: LD1D |
14499 | | /* 71071 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 71086 |
14500 | | /* 71076 */ MCD_OPC_CheckPredicate, 24, 89, 17, 1, // Skip to: 141058 |
14501 | | /* 71081 */ MCD_OPC_Decode, 235, 33, 193, 2, // Opcode: LDFF1D_REAL |
14502 | | /* 71086 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 71124 |
14503 | | /* 71091 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
14504 | | /* 71094 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71109 |
14505 | | /* 71099 */ MCD_OPC_CheckPredicate, 19, 66, 17, 1, // Skip to: 141058 |
14506 | | /* 71104 */ MCD_OPC_Decode, 214, 30, 192, 2, // Opcode: LD1D_IMM |
14507 | | /* 71109 */ MCD_OPC_FilterValue, 1, 56, 17, 1, // Skip to: 141058 |
14508 | | /* 71114 */ MCD_OPC_CheckPredicate, 24, 51, 17, 1, // Skip to: 141058 |
14509 | | /* 71119 */ MCD_OPC_Decode, 133, 34, 192, 2, // Opcode: LDNF1D_IMM_REAL |
14510 | | /* 71124 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71139 |
14511 | | /* 71129 */ MCD_OPC_CheckPredicate, 19, 36, 17, 1, // Skip to: 141058 |
14512 | | /* 71134 */ MCD_OPC_Decode, 229, 32, 198, 2, // Opcode: LD4D |
14513 | | /* 71139 */ MCD_OPC_FilterValue, 7, 26, 17, 1, // Skip to: 141058 |
14514 | | /* 71144 */ MCD_OPC_CheckPredicate, 19, 21, 17, 1, // Skip to: 141058 |
14515 | | /* 71149 */ MCD_OPC_CheckField, 20, 1, 0, 14, 17, 1, // Skip to: 141058 |
14516 | | /* 71156 */ MCD_OPC_Decode, 230, 32, 199, 2, // Opcode: LD4D_IMM |
14517 | | /* 71161 */ MCD_OPC_FilterValue, 6, 101, 7, 0, // Skip to: 73059 |
14518 | | /* 71166 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
14519 | | /* 71169 */ MCD_OPC_FilterValue, 0, 130, 0, 0, // Skip to: 71304 |
14520 | | /* 71174 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14521 | | /* 71177 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71192 |
14522 | | /* 71182 */ MCD_OPC_CheckPredicate, 24, 239, 16, 1, // Skip to: 141058 |
14523 | | /* 71187 */ MCD_OPC_Decode, 137, 29, 181, 2, // Opcode: GLD1SB_D_UXTW_REAL |
14524 | | /* 71192 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 71207 |
14525 | | /* 71197 */ MCD_OPC_CheckPredicate, 24, 224, 16, 1, // Skip to: 141058 |
14526 | | /* 71202 */ MCD_OPC_Decode, 201, 29, 181, 2, // Opcode: GLDFF1SB_D_UXTW_REAL |
14527 | | /* 71207 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 71222 |
14528 | | /* 71212 */ MCD_OPC_CheckPredicate, 24, 209, 16, 1, // Skip to: 141058 |
14529 | | /* 71217 */ MCD_OPC_Decode, 238, 28, 181, 2, // Opcode: GLD1B_D_UXTW_REAL |
14530 | | /* 71222 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 71237 |
14531 | | /* 71227 */ MCD_OPC_CheckPredicate, 24, 194, 16, 1, // Skip to: 141058 |
14532 | | /* 71232 */ MCD_OPC_Decode, 175, 29, 181, 2, // Opcode: GLDFF1B_D_UXTW_REAL |
14533 | | /* 71237 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 71252 |
14534 | | /* 71242 */ MCD_OPC_CheckPredicate, 29, 179, 16, 1, // Skip to: 141058 |
14535 | | /* 71247 */ MCD_OPC_Decode, 185, 34, 186, 2, // Opcode: LDNT1SB_ZZR_D_REAL |
14536 | | /* 71252 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 71267 |
14537 | | /* 71257 */ MCD_OPC_CheckPredicate, 44, 164, 16, 1, // Skip to: 141058 |
14538 | | /* 71262 */ MCD_OPC_Decode, 133, 29, 186, 2, // Opcode: GLD1Q |
14539 | | /* 71267 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71282 |
14540 | | /* 71272 */ MCD_OPC_CheckPredicate, 29, 149, 16, 1, // Skip to: 141058 |
14541 | | /* 71277 */ MCD_OPC_Decode, 160, 34, 186, 2, // Opcode: LDNT1B_ZZR_D_REAL |
14542 | | /* 71282 */ MCD_OPC_FilterValue, 7, 139, 16, 1, // Skip to: 141058 |
14543 | | /* 71287 */ MCD_OPC_CheckPredicate, 24, 134, 16, 1, // Skip to: 141058 |
14544 | | /* 71292 */ MCD_OPC_CheckField, 4, 1, 0, 127, 16, 1, // Skip to: 141058 |
14545 | | /* 71299 */ MCD_OPC_Decode, 169, 39, 190, 2, // Opcode: PRFB_D_PZI |
14546 | | /* 71304 */ MCD_OPC_FilterValue, 1, 151, 0, 0, // Skip to: 71460 |
14547 | | /* 71309 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14548 | | /* 71312 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 71334 |
14549 | | /* 71317 */ MCD_OPC_CheckPredicate, 24, 104, 16, 1, // Skip to: 141058 |
14550 | | /* 71322 */ MCD_OPC_CheckField, 4, 1, 0, 97, 16, 1, // Skip to: 141058 |
14551 | | /* 71329 */ MCD_OPC_Decode, 172, 39, 182, 2, // Opcode: PRFB_D_UXTW_SCALED |
14552 | | /* 71334 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 71356 |
14553 | | /* 71339 */ MCD_OPC_CheckPredicate, 24, 82, 16, 1, // Skip to: 141058 |
14554 | | /* 71344 */ MCD_OPC_CheckField, 4, 1, 0, 75, 16, 1, // Skip to: 141058 |
14555 | | /* 71351 */ MCD_OPC_Decode, 190, 39, 182, 2, // Opcode: PRFH_D_UXTW_SCALED |
14556 | | /* 71356 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 71378 |
14557 | | /* 71361 */ MCD_OPC_CheckPredicate, 24, 60, 16, 1, // Skip to: 141058 |
14558 | | /* 71366 */ MCD_OPC_CheckField, 4, 1, 0, 53, 16, 1, // Skip to: 141058 |
14559 | | /* 71373 */ MCD_OPC_Decode, 204, 39, 182, 2, // Opcode: PRFW_D_UXTW_SCALED |
14560 | | /* 71378 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 71400 |
14561 | | /* 71383 */ MCD_OPC_CheckPredicate, 24, 38, 16, 1, // Skip to: 141058 |
14562 | | /* 71388 */ MCD_OPC_CheckField, 4, 1, 0, 31, 16, 1, // Skip to: 141058 |
14563 | | /* 71395 */ MCD_OPC_Decode, 181, 39, 182, 2, // Opcode: PRFD_D_UXTW_SCALED |
14564 | | /* 71400 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 71415 |
14565 | | /* 71405 */ MCD_OPC_CheckPredicate, 24, 16, 16, 1, // Skip to: 141058 |
14566 | | /* 71410 */ MCD_OPC_Decode, 134, 29, 187, 2, // Opcode: GLD1SB_D_IMM_REAL |
14567 | | /* 71415 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 71430 |
14568 | | /* 71420 */ MCD_OPC_CheckPredicate, 24, 1, 16, 1, // Skip to: 141058 |
14569 | | /* 71425 */ MCD_OPC_Decode, 198, 29, 187, 2, // Opcode: GLDFF1SB_D_IMM_REAL |
14570 | | /* 71430 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71445 |
14571 | | /* 71435 */ MCD_OPC_CheckPredicate, 24, 242, 15, 1, // Skip to: 141058 |
14572 | | /* 71440 */ MCD_OPC_Decode, 235, 28, 187, 2, // Opcode: GLD1B_D_IMM_REAL |
14573 | | /* 71445 */ MCD_OPC_FilterValue, 7, 232, 15, 1, // Skip to: 141058 |
14574 | | /* 71450 */ MCD_OPC_CheckPredicate, 24, 227, 15, 1, // Skip to: 141058 |
14575 | | /* 71455 */ MCD_OPC_Decode, 172, 29, 187, 2, // Opcode: GLDFF1B_D_IMM_REAL |
14576 | | /* 71460 */ MCD_OPC_FilterValue, 2, 123, 0, 0, // Skip to: 71588 |
14577 | | /* 71465 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14578 | | /* 71468 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71483 |
14579 | | /* 71473 */ MCD_OPC_CheckPredicate, 24, 204, 15, 1, // Skip to: 141058 |
14580 | | /* 71478 */ MCD_OPC_Decode, 136, 29, 181, 2, // Opcode: GLD1SB_D_SXTW_REAL |
14581 | | /* 71483 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 71498 |
14582 | | /* 71488 */ MCD_OPC_CheckPredicate, 24, 189, 15, 1, // Skip to: 141058 |
14583 | | /* 71493 */ MCD_OPC_Decode, 200, 29, 181, 2, // Opcode: GLDFF1SB_D_SXTW_REAL |
14584 | | /* 71498 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 71513 |
14585 | | /* 71503 */ MCD_OPC_CheckPredicate, 24, 174, 15, 1, // Skip to: 141058 |
14586 | | /* 71508 */ MCD_OPC_Decode, 237, 28, 181, 2, // Opcode: GLD1B_D_SXTW_REAL |
14587 | | /* 71513 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 71528 |
14588 | | /* 71518 */ MCD_OPC_CheckPredicate, 24, 159, 15, 1, // Skip to: 141058 |
14589 | | /* 71523 */ MCD_OPC_Decode, 174, 29, 181, 2, // Opcode: GLDFF1B_D_SXTW_REAL |
14590 | | /* 71528 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 71543 |
14591 | | /* 71533 */ MCD_OPC_CheckPredicate, 24, 144, 15, 1, // Skip to: 141058 |
14592 | | /* 71538 */ MCD_OPC_Decode, 135, 29, 181, 2, // Opcode: GLD1SB_D_REAL |
14593 | | /* 71543 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 71558 |
14594 | | /* 71548 */ MCD_OPC_CheckPredicate, 24, 129, 15, 1, // Skip to: 141058 |
14595 | | /* 71553 */ MCD_OPC_Decode, 199, 29, 181, 2, // Opcode: GLDFF1SB_D_REAL |
14596 | | /* 71558 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71573 |
14597 | | /* 71563 */ MCD_OPC_CheckPredicate, 24, 114, 15, 1, // Skip to: 141058 |
14598 | | /* 71568 */ MCD_OPC_Decode, 236, 28, 181, 2, // Opcode: GLD1B_D_REAL |
14599 | | /* 71573 */ MCD_OPC_FilterValue, 7, 104, 15, 1, // Skip to: 141058 |
14600 | | /* 71578 */ MCD_OPC_CheckPredicate, 24, 99, 15, 1, // Skip to: 141058 |
14601 | | /* 71583 */ MCD_OPC_Decode, 173, 29, 181, 2, // Opcode: GLDFF1B_D_REAL |
14602 | | /* 71588 */ MCD_OPC_FilterValue, 3, 179, 0, 0, // Skip to: 71772 |
14603 | | /* 71593 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14604 | | /* 71596 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 71618 |
14605 | | /* 71601 */ MCD_OPC_CheckPredicate, 24, 76, 15, 1, // Skip to: 141058 |
14606 | | /* 71606 */ MCD_OPC_CheckField, 4, 1, 0, 69, 15, 1, // Skip to: 141058 |
14607 | | /* 71613 */ MCD_OPC_Decode, 171, 39, 182, 2, // Opcode: PRFB_D_SXTW_SCALED |
14608 | | /* 71618 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 71640 |
14609 | | /* 71623 */ MCD_OPC_CheckPredicate, 24, 54, 15, 1, // Skip to: 141058 |
14610 | | /* 71628 */ MCD_OPC_CheckField, 4, 1, 0, 47, 15, 1, // Skip to: 141058 |
14611 | | /* 71635 */ MCD_OPC_Decode, 189, 39, 182, 2, // Opcode: PRFH_D_SXTW_SCALED |
14612 | | /* 71640 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 71662 |
14613 | | /* 71645 */ MCD_OPC_CheckPredicate, 24, 32, 15, 1, // Skip to: 141058 |
14614 | | /* 71650 */ MCD_OPC_CheckField, 4, 1, 0, 25, 15, 1, // Skip to: 141058 |
14615 | | /* 71657 */ MCD_OPC_Decode, 203, 39, 182, 2, // Opcode: PRFW_D_SXTW_SCALED |
14616 | | /* 71662 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 71684 |
14617 | | /* 71667 */ MCD_OPC_CheckPredicate, 24, 10, 15, 1, // Skip to: 141058 |
14618 | | /* 71672 */ MCD_OPC_CheckField, 4, 1, 0, 3, 15, 1, // Skip to: 141058 |
14619 | | /* 71679 */ MCD_OPC_Decode, 180, 39, 182, 2, // Opcode: PRFD_D_SXTW_SCALED |
14620 | | /* 71684 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 71706 |
14621 | | /* 71689 */ MCD_OPC_CheckPredicate, 24, 244, 14, 1, // Skip to: 141058 |
14622 | | /* 71694 */ MCD_OPC_CheckField, 4, 1, 0, 237, 14, 1, // Skip to: 141058 |
14623 | | /* 71701 */ MCD_OPC_Decode, 170, 39, 182, 2, // Opcode: PRFB_D_SCALED |
14624 | | /* 71706 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 71728 |
14625 | | /* 71711 */ MCD_OPC_CheckPredicate, 24, 222, 14, 1, // Skip to: 141058 |
14626 | | /* 71716 */ MCD_OPC_CheckField, 4, 1, 0, 215, 14, 1, // Skip to: 141058 |
14627 | | /* 71723 */ MCD_OPC_Decode, 188, 39, 182, 2, // Opcode: PRFH_D_SCALED |
14628 | | /* 71728 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 71750 |
14629 | | /* 71733 */ MCD_OPC_CheckPredicate, 24, 200, 14, 1, // Skip to: 141058 |
14630 | | /* 71738 */ MCD_OPC_CheckField, 4, 1, 0, 193, 14, 1, // Skip to: 141058 |
14631 | | /* 71745 */ MCD_OPC_Decode, 202, 39, 182, 2, // Opcode: PRFW_D_SCALED |
14632 | | /* 71750 */ MCD_OPC_FilterValue, 7, 183, 14, 1, // Skip to: 141058 |
14633 | | /* 71755 */ MCD_OPC_CheckPredicate, 24, 178, 14, 1, // Skip to: 141058 |
14634 | | /* 71760 */ MCD_OPC_CheckField, 4, 1, 0, 171, 14, 1, // Skip to: 141058 |
14635 | | /* 71767 */ MCD_OPC_Decode, 179, 39, 182, 2, // Opcode: PRFD_D_SCALED |
14636 | | /* 71772 */ MCD_OPC_FilterValue, 4, 115, 0, 0, // Skip to: 71892 |
14637 | | /* 71777 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14638 | | /* 71780 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71795 |
14639 | | /* 71785 */ MCD_OPC_CheckPredicate, 24, 148, 14, 1, // Skip to: 141058 |
14640 | | /* 71790 */ MCD_OPC_Decode, 146, 29, 181, 2, // Opcode: GLD1SH_D_UXTW_REAL |
14641 | | /* 71795 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 71810 |
14642 | | /* 71800 */ MCD_OPC_CheckPredicate, 24, 133, 14, 1, // Skip to: 141058 |
14643 | | /* 71805 */ MCD_OPC_Decode, 210, 29, 181, 2, // Opcode: GLDFF1SH_D_UXTW_REAL |
14644 | | /* 71810 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 71825 |
14645 | | /* 71815 */ MCD_OPC_CheckPredicate, 24, 118, 14, 1, // Skip to: 141058 |
14646 | | /* 71820 */ MCD_OPC_Decode, 254, 28, 181, 2, // Opcode: GLD1H_D_UXTW_REAL |
14647 | | /* 71825 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 71840 |
14648 | | /* 71830 */ MCD_OPC_CheckPredicate, 24, 103, 14, 1, // Skip to: 141058 |
14649 | | /* 71835 */ MCD_OPC_Decode, 191, 29, 181, 2, // Opcode: GLDFF1H_D_UXTW_REAL |
14650 | | /* 71840 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 71855 |
14651 | | /* 71845 */ MCD_OPC_CheckPredicate, 29, 88, 14, 1, // Skip to: 141058 |
14652 | | /* 71850 */ MCD_OPC_Decode, 187, 34, 186, 2, // Opcode: LDNT1SH_ZZR_D_REAL |
14653 | | /* 71855 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 71870 |
14654 | | /* 71860 */ MCD_OPC_CheckPredicate, 29, 73, 14, 1, // Skip to: 141058 |
14655 | | /* 71865 */ MCD_OPC_Decode, 183, 34, 186, 2, // Opcode: LDNT1H_ZZR_D_REAL |
14656 | | /* 71870 */ MCD_OPC_FilterValue, 7, 63, 14, 1, // Skip to: 141058 |
14657 | | /* 71875 */ MCD_OPC_CheckPredicate, 24, 58, 14, 1, // Skip to: 141058 |
14658 | | /* 71880 */ MCD_OPC_CheckField, 4, 1, 0, 51, 14, 1, // Skip to: 141058 |
14659 | | /* 71887 */ MCD_OPC_Decode, 187, 39, 190, 2, // Opcode: PRFH_D_PZI |
14660 | | /* 71892 */ MCD_OPC_FilterValue, 5, 123, 0, 0, // Skip to: 72020 |
14661 | | /* 71897 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14662 | | /* 71900 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 71915 |
14663 | | /* 71905 */ MCD_OPC_CheckPredicate, 24, 28, 14, 1, // Skip to: 141058 |
14664 | | /* 71910 */ MCD_OPC_Decode, 147, 29, 181, 2, // Opcode: GLD1SH_D_UXTW_SCALED_REAL |
14665 | | /* 71915 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 71930 |
14666 | | /* 71920 */ MCD_OPC_CheckPredicate, 24, 13, 14, 1, // Skip to: 141058 |
14667 | | /* 71925 */ MCD_OPC_Decode, 211, 29, 181, 2, // Opcode: GLDFF1SH_D_UXTW_SCALED_REAL |
14668 | | /* 71930 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 71945 |
14669 | | /* 71935 */ MCD_OPC_CheckPredicate, 24, 254, 13, 1, // Skip to: 141058 |
14670 | | /* 71940 */ MCD_OPC_Decode, 255, 28, 181, 2, // Opcode: GLD1H_D_UXTW_SCALED_REAL |
14671 | | /* 71945 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 71960 |
14672 | | /* 71950 */ MCD_OPC_CheckPredicate, 24, 239, 13, 1, // Skip to: 141058 |
14673 | | /* 71955 */ MCD_OPC_Decode, 192, 29, 181, 2, // Opcode: GLDFF1H_D_UXTW_SCALED_REAL |
14674 | | /* 71960 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 71975 |
14675 | | /* 71965 */ MCD_OPC_CheckPredicate, 24, 224, 13, 1, // Skip to: 141058 |
14676 | | /* 71970 */ MCD_OPC_Decode, 141, 29, 187, 2, // Opcode: GLD1SH_D_IMM_REAL |
14677 | | /* 71975 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 71990 |
14678 | | /* 71980 */ MCD_OPC_CheckPredicate, 24, 209, 13, 1, // Skip to: 141058 |
14679 | | /* 71985 */ MCD_OPC_Decode, 205, 29, 187, 2, // Opcode: GLDFF1SH_D_IMM_REAL |
14680 | | /* 71990 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72005 |
14681 | | /* 71995 */ MCD_OPC_CheckPredicate, 24, 194, 13, 1, // Skip to: 141058 |
14682 | | /* 72000 */ MCD_OPC_Decode, 249, 28, 187, 2, // Opcode: GLD1H_D_IMM_REAL |
14683 | | /* 72005 */ MCD_OPC_FilterValue, 7, 184, 13, 1, // Skip to: 141058 |
14684 | | /* 72010 */ MCD_OPC_CheckPredicate, 24, 179, 13, 1, // Skip to: 141058 |
14685 | | /* 72015 */ MCD_OPC_Decode, 186, 29, 187, 2, // Opcode: GLDFF1H_D_IMM_REAL |
14686 | | /* 72020 */ MCD_OPC_FilterValue, 6, 123, 0, 0, // Skip to: 72148 |
14687 | | /* 72025 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14688 | | /* 72028 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72043 |
14689 | | /* 72033 */ MCD_OPC_CheckPredicate, 24, 156, 13, 1, // Skip to: 141058 |
14690 | | /* 72038 */ MCD_OPC_Decode, 144, 29, 181, 2, // Opcode: GLD1SH_D_SXTW_REAL |
14691 | | /* 72043 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72058 |
14692 | | /* 72048 */ MCD_OPC_CheckPredicate, 24, 141, 13, 1, // Skip to: 141058 |
14693 | | /* 72053 */ MCD_OPC_Decode, 208, 29, 181, 2, // Opcode: GLDFF1SH_D_SXTW_REAL |
14694 | | /* 72058 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72073 |
14695 | | /* 72063 */ MCD_OPC_CheckPredicate, 24, 126, 13, 1, // Skip to: 141058 |
14696 | | /* 72068 */ MCD_OPC_Decode, 252, 28, 181, 2, // Opcode: GLD1H_D_SXTW_REAL |
14697 | | /* 72073 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72088 |
14698 | | /* 72078 */ MCD_OPC_CheckPredicate, 24, 111, 13, 1, // Skip to: 141058 |
14699 | | /* 72083 */ MCD_OPC_Decode, 189, 29, 181, 2, // Opcode: GLDFF1H_D_SXTW_REAL |
14700 | | /* 72088 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72103 |
14701 | | /* 72093 */ MCD_OPC_CheckPredicate, 24, 96, 13, 1, // Skip to: 141058 |
14702 | | /* 72098 */ MCD_OPC_Decode, 142, 29, 181, 2, // Opcode: GLD1SH_D_REAL |
14703 | | /* 72103 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 72118 |
14704 | | /* 72108 */ MCD_OPC_CheckPredicate, 24, 81, 13, 1, // Skip to: 141058 |
14705 | | /* 72113 */ MCD_OPC_Decode, 206, 29, 181, 2, // Opcode: GLDFF1SH_D_REAL |
14706 | | /* 72118 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72133 |
14707 | | /* 72123 */ MCD_OPC_CheckPredicate, 24, 66, 13, 1, // Skip to: 141058 |
14708 | | /* 72128 */ MCD_OPC_Decode, 250, 28, 181, 2, // Opcode: GLD1H_D_REAL |
14709 | | /* 72133 */ MCD_OPC_FilterValue, 7, 56, 13, 1, // Skip to: 141058 |
14710 | | /* 72138 */ MCD_OPC_CheckPredicate, 24, 51, 13, 1, // Skip to: 141058 |
14711 | | /* 72143 */ MCD_OPC_Decode, 187, 29, 181, 2, // Opcode: GLDFF1H_D_REAL |
14712 | | /* 72148 */ MCD_OPC_FilterValue, 7, 123, 0, 0, // Skip to: 72276 |
14713 | | /* 72153 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14714 | | /* 72156 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72171 |
14715 | | /* 72161 */ MCD_OPC_CheckPredicate, 24, 28, 13, 1, // Skip to: 141058 |
14716 | | /* 72166 */ MCD_OPC_Decode, 145, 29, 181, 2, // Opcode: GLD1SH_D_SXTW_SCALED_REAL |
14717 | | /* 72171 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72186 |
14718 | | /* 72176 */ MCD_OPC_CheckPredicate, 24, 13, 13, 1, // Skip to: 141058 |
14719 | | /* 72181 */ MCD_OPC_Decode, 209, 29, 181, 2, // Opcode: GLDFF1SH_D_SXTW_SCALED_REAL |
14720 | | /* 72186 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72201 |
14721 | | /* 72191 */ MCD_OPC_CheckPredicate, 24, 254, 12, 1, // Skip to: 141058 |
14722 | | /* 72196 */ MCD_OPC_Decode, 253, 28, 181, 2, // Opcode: GLD1H_D_SXTW_SCALED_REAL |
14723 | | /* 72201 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72216 |
14724 | | /* 72206 */ MCD_OPC_CheckPredicate, 24, 239, 12, 1, // Skip to: 141058 |
14725 | | /* 72211 */ MCD_OPC_Decode, 190, 29, 181, 2, // Opcode: GLDFF1H_D_SXTW_SCALED_REAL |
14726 | | /* 72216 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72231 |
14727 | | /* 72221 */ MCD_OPC_CheckPredicate, 24, 224, 12, 1, // Skip to: 141058 |
14728 | | /* 72226 */ MCD_OPC_Decode, 143, 29, 181, 2, // Opcode: GLD1SH_D_SCALED_REAL |
14729 | | /* 72231 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 72246 |
14730 | | /* 72236 */ MCD_OPC_CheckPredicate, 24, 209, 12, 1, // Skip to: 141058 |
14731 | | /* 72241 */ MCD_OPC_Decode, 207, 29, 181, 2, // Opcode: GLDFF1SH_D_SCALED_REAL |
14732 | | /* 72246 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72261 |
14733 | | /* 72251 */ MCD_OPC_CheckPredicate, 24, 194, 12, 1, // Skip to: 141058 |
14734 | | /* 72256 */ MCD_OPC_Decode, 251, 28, 181, 2, // Opcode: GLD1H_D_SCALED_REAL |
14735 | | /* 72261 */ MCD_OPC_FilterValue, 7, 184, 12, 1, // Skip to: 141058 |
14736 | | /* 72266 */ MCD_OPC_CheckPredicate, 24, 179, 12, 1, // Skip to: 141058 |
14737 | | /* 72271 */ MCD_OPC_Decode, 188, 29, 181, 2, // Opcode: GLDFF1H_D_SCALED_REAL |
14738 | | /* 72276 */ MCD_OPC_FilterValue, 8, 115, 0, 0, // Skip to: 72396 |
14739 | | /* 72281 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14740 | | /* 72284 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72299 |
14741 | | /* 72289 */ MCD_OPC_CheckPredicate, 24, 156, 12, 1, // Skip to: 141058 |
14742 | | /* 72294 */ MCD_OPC_Decode, 158, 29, 181, 2, // Opcode: GLD1SW_D_UXTW_REAL |
14743 | | /* 72299 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72314 |
14744 | | /* 72304 */ MCD_OPC_CheckPredicate, 24, 141, 12, 1, // Skip to: 141058 |
14745 | | /* 72309 */ MCD_OPC_Decode, 222, 29, 181, 2, // Opcode: GLDFF1SW_D_UXTW_REAL |
14746 | | /* 72314 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72329 |
14747 | | /* 72319 */ MCD_OPC_CheckPredicate, 24, 126, 12, 1, // Skip to: 141058 |
14748 | | /* 72324 */ MCD_OPC_Decode, 165, 29, 181, 2, // Opcode: GLD1W_D_UXTW_REAL |
14749 | | /* 72329 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72344 |
14750 | | /* 72334 */ MCD_OPC_CheckPredicate, 24, 111, 12, 1, // Skip to: 141058 |
14751 | | /* 72339 */ MCD_OPC_Decode, 229, 29, 181, 2, // Opcode: GLDFF1W_D_UXTW_REAL |
14752 | | /* 72344 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72359 |
14753 | | /* 72349 */ MCD_OPC_CheckPredicate, 29, 96, 12, 1, // Skip to: 141058 |
14754 | | /* 72354 */ MCD_OPC_Decode, 189, 34, 186, 2, // Opcode: LDNT1SW_ZZR_D_REAL |
14755 | | /* 72359 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72374 |
14756 | | /* 72364 */ MCD_OPC_CheckPredicate, 29, 81, 12, 1, // Skip to: 141058 |
14757 | | /* 72369 */ MCD_OPC_Decode, 200, 34, 186, 2, // Opcode: LDNT1W_ZZR_D_REAL |
14758 | | /* 72374 */ MCD_OPC_FilterValue, 7, 71, 12, 1, // Skip to: 141058 |
14759 | | /* 72379 */ MCD_OPC_CheckPredicate, 24, 66, 12, 1, // Skip to: 141058 |
14760 | | /* 72384 */ MCD_OPC_CheckField, 4, 1, 0, 59, 12, 1, // Skip to: 141058 |
14761 | | /* 72391 */ MCD_OPC_Decode, 201, 39, 190, 2, // Opcode: PRFW_D_PZI |
14762 | | /* 72396 */ MCD_OPC_FilterValue, 9, 123, 0, 0, // Skip to: 72524 |
14763 | | /* 72401 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14764 | | /* 72404 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72419 |
14765 | | /* 72409 */ MCD_OPC_CheckPredicate, 24, 36, 12, 1, // Skip to: 141058 |
14766 | | /* 72414 */ MCD_OPC_Decode, 159, 29, 181, 2, // Opcode: GLD1SW_D_UXTW_SCALED_REAL |
14767 | | /* 72419 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72434 |
14768 | | /* 72424 */ MCD_OPC_CheckPredicate, 24, 21, 12, 1, // Skip to: 141058 |
14769 | | /* 72429 */ MCD_OPC_Decode, 223, 29, 181, 2, // Opcode: GLDFF1SW_D_UXTW_SCALED_REAL |
14770 | | /* 72434 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72449 |
14771 | | /* 72439 */ MCD_OPC_CheckPredicate, 24, 6, 12, 1, // Skip to: 141058 |
14772 | | /* 72444 */ MCD_OPC_Decode, 166, 29, 181, 2, // Opcode: GLD1W_D_UXTW_SCALED_REAL |
14773 | | /* 72449 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72464 |
14774 | | /* 72454 */ MCD_OPC_CheckPredicate, 24, 247, 11, 1, // Skip to: 141058 |
14775 | | /* 72459 */ MCD_OPC_Decode, 230, 29, 181, 2, // Opcode: GLDFF1W_D_UXTW_SCALED_REAL |
14776 | | /* 72464 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72479 |
14777 | | /* 72469 */ MCD_OPC_CheckPredicate, 24, 232, 11, 1, // Skip to: 141058 |
14778 | | /* 72474 */ MCD_OPC_Decode, 153, 29, 187, 2, // Opcode: GLD1SW_D_IMM_REAL |
14779 | | /* 72479 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 72494 |
14780 | | /* 72484 */ MCD_OPC_CheckPredicate, 24, 217, 11, 1, // Skip to: 141058 |
14781 | | /* 72489 */ MCD_OPC_Decode, 217, 29, 187, 2, // Opcode: GLDFF1SW_D_IMM_REAL |
14782 | | /* 72494 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72509 |
14783 | | /* 72499 */ MCD_OPC_CheckPredicate, 24, 202, 11, 1, // Skip to: 141058 |
14784 | | /* 72504 */ MCD_OPC_Decode, 160, 29, 187, 2, // Opcode: GLD1W_D_IMM_REAL |
14785 | | /* 72509 */ MCD_OPC_FilterValue, 7, 192, 11, 1, // Skip to: 141058 |
14786 | | /* 72514 */ MCD_OPC_CheckPredicate, 24, 187, 11, 1, // Skip to: 141058 |
14787 | | /* 72519 */ MCD_OPC_Decode, 224, 29, 187, 2, // Opcode: GLDFF1W_D_IMM_REAL |
14788 | | /* 72524 */ MCD_OPC_FilterValue, 10, 123, 0, 0, // Skip to: 72652 |
14789 | | /* 72529 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14790 | | /* 72532 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72547 |
14791 | | /* 72537 */ MCD_OPC_CheckPredicate, 24, 164, 11, 1, // Skip to: 141058 |
14792 | | /* 72542 */ MCD_OPC_Decode, 156, 29, 181, 2, // Opcode: GLD1SW_D_SXTW_REAL |
14793 | | /* 72547 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72562 |
14794 | | /* 72552 */ MCD_OPC_CheckPredicate, 24, 149, 11, 1, // Skip to: 141058 |
14795 | | /* 72557 */ MCD_OPC_Decode, 220, 29, 181, 2, // Opcode: GLDFF1SW_D_SXTW_REAL |
14796 | | /* 72562 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72577 |
14797 | | /* 72567 */ MCD_OPC_CheckPredicate, 24, 134, 11, 1, // Skip to: 141058 |
14798 | | /* 72572 */ MCD_OPC_Decode, 163, 29, 181, 2, // Opcode: GLD1W_D_SXTW_REAL |
14799 | | /* 72577 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72592 |
14800 | | /* 72582 */ MCD_OPC_CheckPredicate, 24, 119, 11, 1, // Skip to: 141058 |
14801 | | /* 72587 */ MCD_OPC_Decode, 227, 29, 181, 2, // Opcode: GLDFF1W_D_SXTW_REAL |
14802 | | /* 72592 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72607 |
14803 | | /* 72597 */ MCD_OPC_CheckPredicate, 24, 104, 11, 1, // Skip to: 141058 |
14804 | | /* 72602 */ MCD_OPC_Decode, 154, 29, 181, 2, // Opcode: GLD1SW_D_REAL |
14805 | | /* 72607 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 72622 |
14806 | | /* 72612 */ MCD_OPC_CheckPredicate, 24, 89, 11, 1, // Skip to: 141058 |
14807 | | /* 72617 */ MCD_OPC_Decode, 218, 29, 181, 2, // Opcode: GLDFF1SW_D_REAL |
14808 | | /* 72622 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72637 |
14809 | | /* 72627 */ MCD_OPC_CheckPredicate, 24, 74, 11, 1, // Skip to: 141058 |
14810 | | /* 72632 */ MCD_OPC_Decode, 161, 29, 181, 2, // Opcode: GLD1W_D_REAL |
14811 | | /* 72637 */ MCD_OPC_FilterValue, 7, 64, 11, 1, // Skip to: 141058 |
14812 | | /* 72642 */ MCD_OPC_CheckPredicate, 24, 59, 11, 1, // Skip to: 141058 |
14813 | | /* 72647 */ MCD_OPC_Decode, 225, 29, 181, 2, // Opcode: GLDFF1W_D_REAL |
14814 | | /* 72652 */ MCD_OPC_FilterValue, 11, 123, 0, 0, // Skip to: 72780 |
14815 | | /* 72657 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14816 | | /* 72660 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 72675 |
14817 | | /* 72665 */ MCD_OPC_CheckPredicate, 24, 36, 11, 1, // Skip to: 141058 |
14818 | | /* 72670 */ MCD_OPC_Decode, 157, 29, 181, 2, // Opcode: GLD1SW_D_SXTW_SCALED_REAL |
14819 | | /* 72675 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 72690 |
14820 | | /* 72680 */ MCD_OPC_CheckPredicate, 24, 21, 11, 1, // Skip to: 141058 |
14821 | | /* 72685 */ MCD_OPC_Decode, 221, 29, 181, 2, // Opcode: GLDFF1SW_D_SXTW_SCALED_REAL |
14822 | | /* 72690 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72705 |
14823 | | /* 72695 */ MCD_OPC_CheckPredicate, 24, 6, 11, 1, // Skip to: 141058 |
14824 | | /* 72700 */ MCD_OPC_Decode, 164, 29, 181, 2, // Opcode: GLD1W_D_SXTW_SCALED_REAL |
14825 | | /* 72705 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72720 |
14826 | | /* 72710 */ MCD_OPC_CheckPredicate, 24, 247, 10, 1, // Skip to: 141058 |
14827 | | /* 72715 */ MCD_OPC_Decode, 228, 29, 181, 2, // Opcode: GLDFF1W_D_SXTW_SCALED_REAL |
14828 | | /* 72720 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 72735 |
14829 | | /* 72725 */ MCD_OPC_CheckPredicate, 24, 232, 10, 1, // Skip to: 141058 |
14830 | | /* 72730 */ MCD_OPC_Decode, 155, 29, 181, 2, // Opcode: GLD1SW_D_SCALED_REAL |
14831 | | /* 72735 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 72750 |
14832 | | /* 72740 */ MCD_OPC_CheckPredicate, 24, 217, 10, 1, // Skip to: 141058 |
14833 | | /* 72745 */ MCD_OPC_Decode, 219, 29, 181, 2, // Opcode: GLDFF1SW_D_SCALED_REAL |
14834 | | /* 72750 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72765 |
14835 | | /* 72755 */ MCD_OPC_CheckPredicate, 24, 202, 10, 1, // Skip to: 141058 |
14836 | | /* 72760 */ MCD_OPC_Decode, 162, 29, 181, 2, // Opcode: GLD1W_D_SCALED_REAL |
14837 | | /* 72765 */ MCD_OPC_FilterValue, 7, 192, 10, 1, // Skip to: 141058 |
14838 | | /* 72770 */ MCD_OPC_CheckPredicate, 24, 187, 10, 1, // Skip to: 141058 |
14839 | | /* 72775 */ MCD_OPC_Decode, 226, 29, 181, 2, // Opcode: GLDFF1W_D_SCALED_REAL |
14840 | | /* 72780 */ MCD_OPC_FilterValue, 12, 70, 0, 0, // Skip to: 72855 |
14841 | | /* 72785 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14842 | | /* 72788 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72803 |
14843 | | /* 72793 */ MCD_OPC_CheckPredicate, 24, 164, 10, 1, // Skip to: 141058 |
14844 | | /* 72798 */ MCD_OPC_Decode, 247, 28, 181, 2, // Opcode: GLD1D_UXTW_REAL |
14845 | | /* 72803 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72818 |
14846 | | /* 72808 */ MCD_OPC_CheckPredicate, 24, 149, 10, 1, // Skip to: 141058 |
14847 | | /* 72813 */ MCD_OPC_Decode, 184, 29, 181, 2, // Opcode: GLDFF1D_UXTW_REAL |
14848 | | /* 72818 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72833 |
14849 | | /* 72823 */ MCD_OPC_CheckPredicate, 29, 134, 10, 1, // Skip to: 141058 |
14850 | | /* 72828 */ MCD_OPC_Decode, 172, 34, 186, 2, // Opcode: LDNT1D_ZZR_D_REAL |
14851 | | /* 72833 */ MCD_OPC_FilterValue, 7, 124, 10, 1, // Skip to: 141058 |
14852 | | /* 72838 */ MCD_OPC_CheckPredicate, 24, 119, 10, 1, // Skip to: 141058 |
14853 | | /* 72843 */ MCD_OPC_CheckField, 4, 1, 0, 112, 10, 1, // Skip to: 141058 |
14854 | | /* 72850 */ MCD_OPC_Decode, 178, 39, 190, 2, // Opcode: PRFD_D_PZI |
14855 | | /* 72855 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 72923 |
14856 | | /* 72860 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14857 | | /* 72863 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72878 |
14858 | | /* 72868 */ MCD_OPC_CheckPredicate, 24, 89, 10, 1, // Skip to: 141058 |
14859 | | /* 72873 */ MCD_OPC_Decode, 248, 28, 181, 2, // Opcode: GLD1D_UXTW_SCALED_REAL |
14860 | | /* 72878 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72893 |
14861 | | /* 72883 */ MCD_OPC_CheckPredicate, 24, 74, 10, 1, // Skip to: 141058 |
14862 | | /* 72888 */ MCD_OPC_Decode, 185, 29, 181, 2, // Opcode: GLDFF1D_UXTW_SCALED_REAL |
14863 | | /* 72893 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72908 |
14864 | | /* 72898 */ MCD_OPC_CheckPredicate, 24, 59, 10, 1, // Skip to: 141058 |
14865 | | /* 72903 */ MCD_OPC_Decode, 242, 28, 187, 2, // Opcode: GLD1D_IMM_REAL |
14866 | | /* 72908 */ MCD_OPC_FilterValue, 7, 49, 10, 1, // Skip to: 141058 |
14867 | | /* 72913 */ MCD_OPC_CheckPredicate, 24, 44, 10, 1, // Skip to: 141058 |
14868 | | /* 72918 */ MCD_OPC_Decode, 179, 29, 187, 2, // Opcode: GLDFF1D_IMM_REAL |
14869 | | /* 72923 */ MCD_OPC_FilterValue, 14, 63, 0, 0, // Skip to: 72991 |
14870 | | /* 72928 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14871 | | /* 72931 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 72946 |
14872 | | /* 72936 */ MCD_OPC_CheckPredicate, 24, 21, 10, 1, // Skip to: 141058 |
14873 | | /* 72941 */ MCD_OPC_Decode, 245, 28, 181, 2, // Opcode: GLD1D_SXTW_REAL |
14874 | | /* 72946 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 72961 |
14875 | | /* 72951 */ MCD_OPC_CheckPredicate, 24, 6, 10, 1, // Skip to: 141058 |
14876 | | /* 72956 */ MCD_OPC_Decode, 182, 29, 181, 2, // Opcode: GLDFF1D_SXTW_REAL |
14877 | | /* 72961 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 72976 |
14878 | | /* 72966 */ MCD_OPC_CheckPredicate, 24, 247, 9, 1, // Skip to: 141058 |
14879 | | /* 72971 */ MCD_OPC_Decode, 243, 28, 181, 2, // Opcode: GLD1D_REAL |
14880 | | /* 72976 */ MCD_OPC_FilterValue, 7, 237, 9, 1, // Skip to: 141058 |
14881 | | /* 72981 */ MCD_OPC_CheckPredicate, 24, 232, 9, 1, // Skip to: 141058 |
14882 | | /* 72986 */ MCD_OPC_Decode, 180, 29, 181, 2, // Opcode: GLDFF1D_REAL |
14883 | | /* 72991 */ MCD_OPC_FilterValue, 15, 222, 9, 1, // Skip to: 141058 |
14884 | | /* 72996 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14885 | | /* 72999 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 73014 |
14886 | | /* 73004 */ MCD_OPC_CheckPredicate, 24, 209, 9, 1, // Skip to: 141058 |
14887 | | /* 73009 */ MCD_OPC_Decode, 246, 28, 181, 2, // Opcode: GLD1D_SXTW_SCALED_REAL |
14888 | | /* 73014 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 73029 |
14889 | | /* 73019 */ MCD_OPC_CheckPredicate, 24, 194, 9, 1, // Skip to: 141058 |
14890 | | /* 73024 */ MCD_OPC_Decode, 183, 29, 181, 2, // Opcode: GLDFF1D_SXTW_SCALED_REAL |
14891 | | /* 73029 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 73044 |
14892 | | /* 73034 */ MCD_OPC_CheckPredicate, 24, 179, 9, 1, // Skip to: 141058 |
14893 | | /* 73039 */ MCD_OPC_Decode, 244, 28, 181, 2, // Opcode: GLD1D_SCALED_REAL |
14894 | | /* 73044 */ MCD_OPC_FilterValue, 7, 169, 9, 1, // Skip to: 141058 |
14895 | | /* 73049 */ MCD_OPC_CheckPredicate, 24, 164, 9, 1, // Skip to: 141058 |
14896 | | /* 73054 */ MCD_OPC_Decode, 181, 29, 181, 2, // Opcode: GLDFF1D_SCALED_REAL |
14897 | | /* 73059 */ MCD_OPC_FilterValue, 7, 154, 9, 1, // Skip to: 141058 |
14898 | | /* 73064 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
14899 | | /* 73067 */ MCD_OPC_FilterValue, 0, 160, 0, 0, // Skip to: 73232 |
14900 | | /* 73072 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
14901 | | /* 73075 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 73120 |
14902 | | /* 73080 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14903 | | /* 73083 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 73105 |
14904 | | /* 73088 */ MCD_OPC_CheckPredicate, 20, 125, 9, 1, // Skip to: 141058 |
14905 | | /* 73093 */ MCD_OPC_CheckField, 20, 1, 0, 118, 9, 1, // Skip to: 141058 |
14906 | | /* 73100 */ MCD_OPC_Decode, 239, 51, 195, 2, // Opcode: ST2Q_IMM |
14907 | | /* 73105 */ MCD_OPC_FilterValue, 1, 108, 9, 1, // Skip to: 141058 |
14908 | | /* 73110 */ MCD_OPC_CheckPredicate, 20, 103, 9, 1, // Skip to: 141058 |
14909 | | /* 73115 */ MCD_OPC_Decode, 238, 51, 194, 2, // Opcode: ST2Q |
14910 | | /* 73120 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 73165 |
14911 | | /* 73125 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14912 | | /* 73128 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 73150 |
14913 | | /* 73133 */ MCD_OPC_CheckPredicate, 20, 80, 9, 1, // Skip to: 141058 |
14914 | | /* 73138 */ MCD_OPC_CheckField, 20, 1, 0, 73, 9, 1, // Skip to: 141058 |
14915 | | /* 73145 */ MCD_OPC_Decode, 143, 52, 197, 2, // Opcode: ST3Q_IMM |
14916 | | /* 73150 */ MCD_OPC_FilterValue, 1, 63, 9, 1, // Skip to: 141058 |
14917 | | /* 73155 */ MCD_OPC_CheckPredicate, 20, 58, 9, 1, // Skip to: 141058 |
14918 | | /* 73160 */ MCD_OPC_Decode, 142, 52, 196, 2, // Opcode: ST3Q |
14919 | | /* 73165 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 73210 |
14920 | | /* 73170 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14921 | | /* 73173 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 73195 |
14922 | | /* 73178 */ MCD_OPC_CheckPredicate, 20, 35, 9, 1, // Skip to: 141058 |
14923 | | /* 73183 */ MCD_OPC_CheckField, 20, 1, 0, 28, 9, 1, // Skip to: 141058 |
14924 | | /* 73190 */ MCD_OPC_Decode, 189, 52, 199, 2, // Opcode: ST4Q_IMM |
14925 | | /* 73195 */ MCD_OPC_FilterValue, 1, 18, 9, 1, // Skip to: 141058 |
14926 | | /* 73200 */ MCD_OPC_CheckPredicate, 20, 13, 9, 1, // Skip to: 141058 |
14927 | | /* 73205 */ MCD_OPC_Decode, 188, 52, 198, 2, // Opcode: ST4Q |
14928 | | /* 73210 */ MCD_OPC_FilterValue, 6, 3, 9, 1, // Skip to: 141058 |
14929 | | /* 73215 */ MCD_OPC_CheckPredicate, 19, 254, 8, 1, // Skip to: 141058 |
14930 | | /* 73220 */ MCD_OPC_CheckField, 4, 1, 0, 247, 8, 1, // Skip to: 141058 |
14931 | | /* 73227 */ MCD_OPC_Decode, 224, 53, 183, 2, // Opcode: STR_PXI |
14932 | | /* 73232 */ MCD_OPC_FilterValue, 1, 123, 0, 0, // Skip to: 73360 |
14933 | | /* 73237 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
14934 | | /* 73240 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73255 |
14935 | | /* 73245 */ MCD_OPC_CheckPredicate, 29, 224, 8, 1, // Skip to: 141058 |
14936 | | /* 73250 */ MCD_OPC_Decode, 255, 52, 186, 2, // Opcode: STNT1B_ZZR_D_REAL |
14937 | | /* 73255 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 73270 |
14938 | | /* 73260 */ MCD_OPC_CheckPredicate, 44, 209, 8, 1, // Skip to: 141058 |
14939 | | /* 73265 */ MCD_OPC_Decode, 176, 50, 186, 2, // Opcode: SST1Q |
14940 | | /* 73270 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 73285 |
14941 | | /* 73275 */ MCD_OPC_CheckPredicate, 29, 194, 8, 1, // Skip to: 141058 |
14942 | | /* 73280 */ MCD_OPC_Decode, 128, 53, 186, 2, // Opcode: STNT1B_ZZR_S_REAL |
14943 | | /* 73285 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 73300 |
14944 | | /* 73290 */ MCD_OPC_CheckPredicate, 29, 179, 8, 1, // Skip to: 141058 |
14945 | | /* 73295 */ MCD_OPC_Decode, 150, 53, 186, 2, // Opcode: STNT1H_ZZR_D_REAL |
14946 | | /* 73300 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 73315 |
14947 | | /* 73305 */ MCD_OPC_CheckPredicate, 29, 164, 8, 1, // Skip to: 141058 |
14948 | | /* 73310 */ MCD_OPC_Decode, 151, 53, 186, 2, // Opcode: STNT1H_ZZR_S_REAL |
14949 | | /* 73315 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 73330 |
14950 | | /* 73320 */ MCD_OPC_CheckPredicate, 29, 149, 8, 1, // Skip to: 141058 |
14951 | | /* 73325 */ MCD_OPC_Decode, 162, 53, 186, 2, // Opcode: STNT1W_ZZR_D_REAL |
14952 | | /* 73330 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 73345 |
14953 | | /* 73335 */ MCD_OPC_CheckPredicate, 29, 134, 8, 1, // Skip to: 141058 |
14954 | | /* 73340 */ MCD_OPC_Decode, 163, 53, 186, 2, // Opcode: STNT1W_ZZR_S_REAL |
14955 | | /* 73345 */ MCD_OPC_FilterValue, 12, 124, 8, 1, // Skip to: 141058 |
14956 | | /* 73350 */ MCD_OPC_CheckPredicate, 29, 119, 8, 1, // Skip to: 141058 |
14957 | | /* 73355 */ MCD_OPC_Decode, 139, 53, 186, 2, // Opcode: STNT1D_ZZR_D_REAL |
14958 | | /* 73360 */ MCD_OPC_FilterValue, 2, 252, 0, 0, // Skip to: 73617 |
14959 | | /* 73365 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
14960 | | /* 73368 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 73406 |
14961 | | /* 73373 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14962 | | /* 73376 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73391 |
14963 | | /* 73381 */ MCD_OPC_CheckPredicate, 19, 88, 8, 1, // Skip to: 141058 |
14964 | | /* 73386 */ MCD_OPC_Decode, 219, 50, 191, 2, // Opcode: ST1B |
14965 | | /* 73391 */ MCD_OPC_FilterValue, 1, 78, 8, 1, // Skip to: 141058 |
14966 | | /* 73396 */ MCD_OPC_CheckPredicate, 19, 73, 8, 1, // Skip to: 141058 |
14967 | | /* 73401 */ MCD_OPC_Decode, 230, 50, 191, 2, // Opcode: ST1B_H |
14968 | | /* 73406 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 73444 |
14969 | | /* 73411 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14970 | | /* 73414 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73429 |
14971 | | /* 73419 */ MCD_OPC_CheckPredicate, 19, 50, 8, 1, // Skip to: 141058 |
14972 | | /* 73424 */ MCD_OPC_Decode, 233, 50, 191, 2, // Opcode: ST1B_S |
14973 | | /* 73429 */ MCD_OPC_FilterValue, 1, 40, 8, 1, // Skip to: 141058 |
14974 | | /* 73434 */ MCD_OPC_CheckPredicate, 19, 35, 8, 1, // Skip to: 141058 |
14975 | | /* 73439 */ MCD_OPC_Decode, 228, 50, 191, 2, // Opcode: ST1B_D |
14976 | | /* 73444 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 73466 |
14977 | | /* 73449 */ MCD_OPC_CheckPredicate, 19, 20, 8, 1, // Skip to: 141058 |
14978 | | /* 73454 */ MCD_OPC_CheckField, 21, 1, 1, 13, 8, 1, // Skip to: 141058 |
14979 | | /* 73461 */ MCD_OPC_Decode, 135, 51, 191, 2, // Opcode: ST1H |
14980 | | /* 73466 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 73504 |
14981 | | /* 73471 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14982 | | /* 73474 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73489 |
14983 | | /* 73479 */ MCD_OPC_CheckPredicate, 19, 246, 7, 1, // Skip to: 141058 |
14984 | | /* 73484 */ MCD_OPC_Decode, 147, 51, 191, 2, // Opcode: ST1H_S |
14985 | | /* 73489 */ MCD_OPC_FilterValue, 1, 236, 7, 1, // Skip to: 141058 |
14986 | | /* 73494 */ MCD_OPC_CheckPredicate, 19, 231, 7, 1, // Skip to: 141058 |
14987 | | /* 73499 */ MCD_OPC_Decode, 144, 51, 191, 2, // Opcode: ST1H_D |
14988 | | /* 73504 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 73526 |
14989 | | /* 73509 */ MCD_OPC_CheckPredicate, 44, 216, 7, 1, // Skip to: 141058 |
14990 | | /* 73514 */ MCD_OPC_CheckField, 21, 1, 0, 209, 7, 1, // Skip to: 141058 |
14991 | | /* 73521 */ MCD_OPC_Decode, 209, 51, 191, 2, // Opcode: ST1W_Q |
14992 | | /* 73526 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 73564 |
14993 | | /* 73531 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
14994 | | /* 73534 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73549 |
14995 | | /* 73539 */ MCD_OPC_CheckPredicate, 19, 186, 7, 1, // Skip to: 141058 |
14996 | | /* 73544 */ MCD_OPC_Decode, 197, 51, 191, 2, // Opcode: ST1W |
14997 | | /* 73549 */ MCD_OPC_FilterValue, 1, 176, 7, 1, // Skip to: 141058 |
14998 | | /* 73554 */ MCD_OPC_CheckPredicate, 19, 171, 7, 1, // Skip to: 141058 |
14999 | | /* 73559 */ MCD_OPC_Decode, 206, 51, 191, 2, // Opcode: ST1W_D |
15000 | | /* 73564 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 73579 |
15001 | | /* 73569 */ MCD_OPC_CheckPredicate, 19, 156, 7, 1, // Skip to: 141058 |
15002 | | /* 73574 */ MCD_OPC_Decode, 227, 53, 185, 2, // Opcode: STR_ZXI |
15003 | | /* 73579 */ MCD_OPC_FilterValue, 7, 146, 7, 1, // Skip to: 141058 |
15004 | | /* 73584 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15005 | | /* 73587 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73602 |
15006 | | /* 73592 */ MCD_OPC_CheckPredicate, 44, 133, 7, 1, // Skip to: 141058 |
15007 | | /* 73597 */ MCD_OPC_Decode, 245, 50, 191, 2, // Opcode: ST1D_Q |
15008 | | /* 73602 */ MCD_OPC_FilterValue, 1, 123, 7, 1, // Skip to: 141058 |
15009 | | /* 73607 */ MCD_OPC_CheckPredicate, 19, 118, 7, 1, // Skip to: 141058 |
15010 | | /* 73612 */ MCD_OPC_Decode, 235, 50, 191, 2, // Opcode: ST1D |
15011 | | /* 73617 */ MCD_OPC_FilterValue, 3, 243, 0, 0, // Skip to: 73865 |
15012 | | /* 73622 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
15013 | | /* 73625 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73640 |
15014 | | /* 73630 */ MCD_OPC_CheckPredicate, 19, 95, 7, 1, // Skip to: 141058 |
15015 | | /* 73635 */ MCD_OPC_Decode, 254, 52, 191, 2, // Opcode: STNT1B_ZRR |
15016 | | /* 73640 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 73655 |
15017 | | /* 73645 */ MCD_OPC_CheckPredicate, 19, 80, 7, 1, // Skip to: 141058 |
15018 | | /* 73650 */ MCD_OPC_Decode, 229, 51, 194, 2, // Opcode: ST2B |
15019 | | /* 73655 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 73670 |
15020 | | /* 73660 */ MCD_OPC_CheckPredicate, 19, 65, 7, 1, // Skip to: 141058 |
15021 | | /* 73665 */ MCD_OPC_Decode, 136, 52, 196, 2, // Opcode: ST3B |
15022 | | /* 73670 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 73685 |
15023 | | /* 73675 */ MCD_OPC_CheckPredicate, 19, 50, 7, 1, // Skip to: 141058 |
15024 | | /* 73680 */ MCD_OPC_Decode, 168, 52, 198, 2, // Opcode: ST4B |
15025 | | /* 73685 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 73700 |
15026 | | /* 73690 */ MCD_OPC_CheckPredicate, 19, 35, 7, 1, // Skip to: 141058 |
15027 | | /* 73695 */ MCD_OPC_Decode, 149, 53, 191, 2, // Opcode: STNT1H_ZRR |
15028 | | /* 73700 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 73715 |
15029 | | /* 73705 */ MCD_OPC_CheckPredicate, 19, 20, 7, 1, // Skip to: 141058 |
15030 | | /* 73710 */ MCD_OPC_Decode, 236, 51, 194, 2, // Opcode: ST2H |
15031 | | /* 73715 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 73730 |
15032 | | /* 73720 */ MCD_OPC_CheckPredicate, 19, 5, 7, 1, // Skip to: 141058 |
15033 | | /* 73725 */ MCD_OPC_Decode, 140, 52, 196, 2, // Opcode: ST3H |
15034 | | /* 73730 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 73745 |
15035 | | /* 73735 */ MCD_OPC_CheckPredicate, 19, 246, 6, 1, // Skip to: 141058 |
15036 | | /* 73740 */ MCD_OPC_Decode, 186, 52, 198, 2, // Opcode: ST4H |
15037 | | /* 73745 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 73760 |
15038 | | /* 73750 */ MCD_OPC_CheckPredicate, 19, 231, 6, 1, // Skip to: 141058 |
15039 | | /* 73755 */ MCD_OPC_Decode, 161, 53, 191, 2, // Opcode: STNT1W_ZRR |
15040 | | /* 73760 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 73775 |
15041 | | /* 73765 */ MCD_OPC_CheckPredicate, 19, 216, 6, 1, // Skip to: 141058 |
15042 | | /* 73770 */ MCD_OPC_Decode, 254, 51, 194, 2, // Opcode: ST2W |
15043 | | /* 73775 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 73790 |
15044 | | /* 73780 */ MCD_OPC_CheckPredicate, 19, 201, 6, 1, // Skip to: 141058 |
15045 | | /* 73785 */ MCD_OPC_Decode, 158, 52, 196, 2, // Opcode: ST3W |
15046 | | /* 73790 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 73805 |
15047 | | /* 73795 */ MCD_OPC_CheckPredicate, 19, 186, 6, 1, // Skip to: 141058 |
15048 | | /* 73800 */ MCD_OPC_Decode, 190, 52, 198, 2, // Opcode: ST4W |
15049 | | /* 73805 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 73820 |
15050 | | /* 73810 */ MCD_OPC_CheckPredicate, 19, 171, 6, 1, // Skip to: 141058 |
15051 | | /* 73815 */ MCD_OPC_Decode, 138, 53, 191, 2, // Opcode: STNT1D_ZRR |
15052 | | /* 73820 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 73835 |
15053 | | /* 73825 */ MCD_OPC_CheckPredicate, 19, 156, 6, 1, // Skip to: 141058 |
15054 | | /* 73830 */ MCD_OPC_Decode, 231, 51, 194, 2, // Opcode: ST2D |
15055 | | /* 73835 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 73850 |
15056 | | /* 73840 */ MCD_OPC_CheckPredicate, 19, 141, 6, 1, // Skip to: 141058 |
15057 | | /* 73845 */ MCD_OPC_Decode, 138, 52, 196, 2, // Opcode: ST3D |
15058 | | /* 73850 */ MCD_OPC_FilterValue, 15, 131, 6, 1, // Skip to: 141058 |
15059 | | /* 73855 */ MCD_OPC_CheckPredicate, 19, 126, 6, 1, // Skip to: 141058 |
15060 | | /* 73860 */ MCD_OPC_Decode, 170, 52, 198, 2, // Opcode: ST4D |
15061 | | /* 73865 */ MCD_OPC_FilterValue, 4, 183, 0, 0, // Skip to: 74053 |
15062 | | /* 73870 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
15063 | | /* 73873 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 73888 |
15064 | | /* 73878 */ MCD_OPC_CheckPredicate, 24, 103, 6, 1, // Skip to: 141058 |
15065 | | /* 73883 */ MCD_OPC_Decode, 153, 50, 181, 2, // Opcode: SST1B_D_UXTW |
15066 | | /* 73888 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 73903 |
15067 | | /* 73893 */ MCD_OPC_CheckPredicate, 24, 88, 6, 1, // Skip to: 141058 |
15068 | | /* 73898 */ MCD_OPC_Decode, 156, 50, 181, 2, // Opcode: SST1B_S_UXTW |
15069 | | /* 73903 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 73918 |
15070 | | /* 73908 */ MCD_OPC_CheckPredicate, 24, 73, 6, 1, // Skip to: 141058 |
15071 | | /* 73913 */ MCD_OPC_Decode, 169, 50, 181, 2, // Opcode: SST1H_D_UXTW |
15072 | | /* 73918 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 73933 |
15073 | | /* 73923 */ MCD_OPC_CheckPredicate, 24, 58, 6, 1, // Skip to: 141058 |
15074 | | /* 73928 */ MCD_OPC_Decode, 170, 50, 181, 2, // Opcode: SST1H_D_UXTW_SCALED |
15075 | | /* 73933 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 73948 |
15076 | | /* 73938 */ MCD_OPC_CheckPredicate, 24, 43, 6, 1, // Skip to: 141058 |
15077 | | /* 73943 */ MCD_OPC_Decode, 174, 50, 181, 2, // Opcode: SST1H_S_UXTW |
15078 | | /* 73948 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 73963 |
15079 | | /* 73953 */ MCD_OPC_CheckPredicate, 24, 28, 6, 1, // Skip to: 141058 |
15080 | | /* 73958 */ MCD_OPC_Decode, 175, 50, 181, 2, // Opcode: SST1H_S_UXTW_SCALED |
15081 | | /* 73963 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 73978 |
15082 | | /* 73968 */ MCD_OPC_CheckPredicate, 24, 13, 6, 1, // Skip to: 141058 |
15083 | | /* 73973 */ MCD_OPC_Decode, 182, 50, 181, 2, // Opcode: SST1W_D_UXTW |
15084 | | /* 73978 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 73993 |
15085 | | /* 73983 */ MCD_OPC_CheckPredicate, 24, 254, 5, 1, // Skip to: 141058 |
15086 | | /* 73988 */ MCD_OPC_Decode, 183, 50, 181, 2, // Opcode: SST1W_D_UXTW_SCALED |
15087 | | /* 73993 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 74008 |
15088 | | /* 73998 */ MCD_OPC_CheckPredicate, 24, 239, 5, 1, // Skip to: 141058 |
15089 | | /* 74003 */ MCD_OPC_Decode, 187, 50, 181, 2, // Opcode: SST1W_UXTW |
15090 | | /* 74008 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 74023 |
15091 | | /* 74013 */ MCD_OPC_CheckPredicate, 24, 224, 5, 1, // Skip to: 141058 |
15092 | | /* 74018 */ MCD_OPC_Decode, 188, 50, 181, 2, // Opcode: SST1W_UXTW_SCALED |
15093 | | /* 74023 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 74038 |
15094 | | /* 74028 */ MCD_OPC_CheckPredicate, 24, 209, 5, 1, // Skip to: 141058 |
15095 | | /* 74033 */ MCD_OPC_Decode, 162, 50, 181, 2, // Opcode: SST1D_UXTW |
15096 | | /* 74038 */ MCD_OPC_FilterValue, 13, 199, 5, 1, // Skip to: 141058 |
15097 | | /* 74043 */ MCD_OPC_CheckPredicate, 24, 194, 5, 1, // Skip to: 141058 |
15098 | | /* 74048 */ MCD_OPC_Decode, 163, 50, 181, 2, // Opcode: SST1D_UXTW_SCALED |
15099 | | /* 74053 */ MCD_OPC_FilterValue, 5, 213, 0, 0, // Skip to: 74271 |
15100 | | /* 74058 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
15101 | | /* 74061 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 74076 |
15102 | | /* 74066 */ MCD_OPC_CheckPredicate, 24, 171, 5, 1, // Skip to: 141058 |
15103 | | /* 74071 */ MCD_OPC_Decode, 150, 50, 181, 2, // Opcode: SST1B_D |
15104 | | /* 74076 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 74091 |
15105 | | /* 74081 */ MCD_OPC_CheckPredicate, 24, 156, 5, 1, // Skip to: 141058 |
15106 | | /* 74086 */ MCD_OPC_Decode, 151, 50, 187, 2, // Opcode: SST1B_D_IMM |
15107 | | /* 74091 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 74106 |
15108 | | /* 74096 */ MCD_OPC_CheckPredicate, 24, 141, 5, 1, // Skip to: 141058 |
15109 | | /* 74101 */ MCD_OPC_Decode, 154, 50, 187, 2, // Opcode: SST1B_S_IMM |
15110 | | /* 74106 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 74121 |
15111 | | /* 74111 */ MCD_OPC_CheckPredicate, 24, 126, 5, 1, // Skip to: 141058 |
15112 | | /* 74116 */ MCD_OPC_Decode, 164, 50, 181, 2, // Opcode: SST1H_D |
15113 | | /* 74121 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 74136 |
15114 | | /* 74126 */ MCD_OPC_CheckPredicate, 24, 111, 5, 1, // Skip to: 141058 |
15115 | | /* 74131 */ MCD_OPC_Decode, 166, 50, 181, 2, // Opcode: SST1H_D_SCALED |
15116 | | /* 74136 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 74151 |
15117 | | /* 74141 */ MCD_OPC_CheckPredicate, 24, 96, 5, 1, // Skip to: 141058 |
15118 | | /* 74146 */ MCD_OPC_Decode, 165, 50, 187, 2, // Opcode: SST1H_D_IMM |
15119 | | /* 74151 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 74166 |
15120 | | /* 74156 */ MCD_OPC_CheckPredicate, 24, 81, 5, 1, // Skip to: 141058 |
15121 | | /* 74161 */ MCD_OPC_Decode, 171, 50, 187, 2, // Opcode: SST1H_S_IMM |
15122 | | /* 74166 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 74181 |
15123 | | /* 74171 */ MCD_OPC_CheckPredicate, 24, 66, 5, 1, // Skip to: 141058 |
15124 | | /* 74176 */ MCD_OPC_Decode, 177, 50, 181, 2, // Opcode: SST1W_D |
15125 | | /* 74181 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 74196 |
15126 | | /* 74186 */ MCD_OPC_CheckPredicate, 24, 51, 5, 1, // Skip to: 141058 |
15127 | | /* 74191 */ MCD_OPC_Decode, 179, 50, 181, 2, // Opcode: SST1W_D_SCALED |
15128 | | /* 74196 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 74211 |
15129 | | /* 74201 */ MCD_OPC_CheckPredicate, 24, 36, 5, 1, // Skip to: 141058 |
15130 | | /* 74206 */ MCD_OPC_Decode, 178, 50, 187, 2, // Opcode: SST1W_D_IMM |
15131 | | /* 74211 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 74226 |
15132 | | /* 74216 */ MCD_OPC_CheckPredicate, 24, 21, 5, 1, // Skip to: 141058 |
15133 | | /* 74221 */ MCD_OPC_Decode, 184, 50, 187, 2, // Opcode: SST1W_IMM |
15134 | | /* 74226 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 74241 |
15135 | | /* 74231 */ MCD_OPC_CheckPredicate, 24, 6, 5, 1, // Skip to: 141058 |
15136 | | /* 74236 */ MCD_OPC_Decode, 157, 50, 181, 2, // Opcode: SST1D |
15137 | | /* 74241 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 74256 |
15138 | | /* 74246 */ MCD_OPC_CheckPredicate, 24, 247, 4, 1, // Skip to: 141058 |
15139 | | /* 74251 */ MCD_OPC_Decode, 159, 50, 181, 2, // Opcode: SST1D_SCALED |
15140 | | /* 74256 */ MCD_OPC_FilterValue, 14, 237, 4, 1, // Skip to: 141058 |
15141 | | /* 74261 */ MCD_OPC_CheckPredicate, 24, 232, 4, 1, // Skip to: 141058 |
15142 | | /* 74266 */ MCD_OPC_Decode, 158, 50, 187, 2, // Opcode: SST1D_IMM |
15143 | | /* 74271 */ MCD_OPC_FilterValue, 6, 183, 0, 0, // Skip to: 74459 |
15144 | | /* 74276 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
15145 | | /* 74279 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 74294 |
15146 | | /* 74284 */ MCD_OPC_CheckPredicate, 24, 209, 4, 1, // Skip to: 141058 |
15147 | | /* 74289 */ MCD_OPC_Decode, 152, 50, 181, 2, // Opcode: SST1B_D_SXTW |
15148 | | /* 74294 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 74309 |
15149 | | /* 74299 */ MCD_OPC_CheckPredicate, 24, 194, 4, 1, // Skip to: 141058 |
15150 | | /* 74304 */ MCD_OPC_Decode, 155, 50, 181, 2, // Opcode: SST1B_S_SXTW |
15151 | | /* 74309 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 74324 |
15152 | | /* 74314 */ MCD_OPC_CheckPredicate, 24, 179, 4, 1, // Skip to: 141058 |
15153 | | /* 74319 */ MCD_OPC_Decode, 167, 50, 181, 2, // Opcode: SST1H_D_SXTW |
15154 | | /* 74324 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 74339 |
15155 | | /* 74329 */ MCD_OPC_CheckPredicate, 24, 164, 4, 1, // Skip to: 141058 |
15156 | | /* 74334 */ MCD_OPC_Decode, 168, 50, 181, 2, // Opcode: SST1H_D_SXTW_SCALED |
15157 | | /* 74339 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 74354 |
15158 | | /* 74344 */ MCD_OPC_CheckPredicate, 24, 149, 4, 1, // Skip to: 141058 |
15159 | | /* 74349 */ MCD_OPC_Decode, 172, 50, 181, 2, // Opcode: SST1H_S_SXTW |
15160 | | /* 74354 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 74369 |
15161 | | /* 74359 */ MCD_OPC_CheckPredicate, 24, 134, 4, 1, // Skip to: 141058 |
15162 | | /* 74364 */ MCD_OPC_Decode, 173, 50, 181, 2, // Opcode: SST1H_S_SXTW_SCALED |
15163 | | /* 74369 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 74384 |
15164 | | /* 74374 */ MCD_OPC_CheckPredicate, 24, 119, 4, 1, // Skip to: 141058 |
15165 | | /* 74379 */ MCD_OPC_Decode, 180, 50, 181, 2, // Opcode: SST1W_D_SXTW |
15166 | | /* 74384 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 74399 |
15167 | | /* 74389 */ MCD_OPC_CheckPredicate, 24, 104, 4, 1, // Skip to: 141058 |
15168 | | /* 74394 */ MCD_OPC_Decode, 181, 50, 181, 2, // Opcode: SST1W_D_SXTW_SCALED |
15169 | | /* 74399 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 74414 |
15170 | | /* 74404 */ MCD_OPC_CheckPredicate, 24, 89, 4, 1, // Skip to: 141058 |
15171 | | /* 74409 */ MCD_OPC_Decode, 185, 50, 181, 2, // Opcode: SST1W_SXTW |
15172 | | /* 74414 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 74429 |
15173 | | /* 74419 */ MCD_OPC_CheckPredicate, 24, 74, 4, 1, // Skip to: 141058 |
15174 | | /* 74424 */ MCD_OPC_Decode, 186, 50, 181, 2, // Opcode: SST1W_SXTW_SCALED |
15175 | | /* 74429 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 74444 |
15176 | | /* 74434 */ MCD_OPC_CheckPredicate, 24, 59, 4, 1, // Skip to: 141058 |
15177 | | /* 74439 */ MCD_OPC_Decode, 160, 50, 181, 2, // Opcode: SST1D_SXTW |
15178 | | /* 74444 */ MCD_OPC_FilterValue, 13, 49, 4, 1, // Skip to: 141058 |
15179 | | /* 74449 */ MCD_OPC_CheckPredicate, 24, 44, 4, 1, // Skip to: 141058 |
15180 | | /* 74454 */ MCD_OPC_Decode, 161, 50, 181, 2, // Opcode: SST1D_SXTW_SCALED |
15181 | | /* 74459 */ MCD_OPC_FilterValue, 7, 34, 4, 1, // Skip to: 141058 |
15182 | | /* 74464 */ MCD_OPC_ExtractField, 20, 6, // Inst{25-20} ... |
15183 | | /* 74467 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 74482 |
15184 | | /* 74472 */ MCD_OPC_CheckPredicate, 19, 21, 4, 1, // Skip to: 141058 |
15185 | | /* 74477 */ MCD_OPC_Decode, 232, 50, 192, 2, // Opcode: ST1B_IMM |
15186 | | /* 74482 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 74497 |
15187 | | /* 74487 */ MCD_OPC_CheckPredicate, 19, 6, 4, 1, // Skip to: 141058 |
15188 | | /* 74492 */ MCD_OPC_Decode, 253, 52, 192, 2, // Opcode: STNT1B_ZRI |
15189 | | /* 74497 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 74512 |
15190 | | /* 74502 */ MCD_OPC_CheckPredicate, 19, 247, 3, 1, // Skip to: 141058 |
15191 | | /* 74507 */ MCD_OPC_Decode, 231, 50, 192, 2, // Opcode: ST1B_H_IMM |
15192 | | /* 74512 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 74527 |
15193 | | /* 74517 */ MCD_OPC_CheckPredicate, 19, 232, 3, 1, // Skip to: 141058 |
15194 | | /* 74522 */ MCD_OPC_Decode, 230, 51, 195, 2, // Opcode: ST2B_IMM |
15195 | | /* 74527 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 74542 |
15196 | | /* 74532 */ MCD_OPC_CheckPredicate, 19, 217, 3, 1, // Skip to: 141058 |
15197 | | /* 74537 */ MCD_OPC_Decode, 234, 50, 192, 2, // Opcode: ST1B_S_IMM |
15198 | | /* 74542 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 74557 |
15199 | | /* 74547 */ MCD_OPC_CheckPredicate, 19, 202, 3, 1, // Skip to: 141058 |
15200 | | /* 74552 */ MCD_OPC_Decode, 137, 52, 197, 2, // Opcode: ST3B_IMM |
15201 | | /* 74557 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 74572 |
15202 | | /* 74562 */ MCD_OPC_CheckPredicate, 19, 187, 3, 1, // Skip to: 141058 |
15203 | | /* 74567 */ MCD_OPC_Decode, 229, 50, 192, 2, // Opcode: ST1B_D_IMM |
15204 | | /* 74572 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 74587 |
15205 | | /* 74577 */ MCD_OPC_CheckPredicate, 19, 172, 3, 1, // Skip to: 141058 |
15206 | | /* 74582 */ MCD_OPC_Decode, 169, 52, 199, 2, // Opcode: ST4B_IMM |
15207 | | /* 74587 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 74602 |
15208 | | /* 74592 */ MCD_OPC_CheckPredicate, 19, 157, 3, 1, // Skip to: 141058 |
15209 | | /* 74597 */ MCD_OPC_Decode, 148, 53, 192, 2, // Opcode: STNT1H_ZRI |
15210 | | /* 74602 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 74617 |
15211 | | /* 74607 */ MCD_OPC_CheckPredicate, 19, 142, 3, 1, // Skip to: 141058 |
15212 | | /* 74612 */ MCD_OPC_Decode, 146, 51, 192, 2, // Opcode: ST1H_IMM |
15213 | | /* 74617 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 74632 |
15214 | | /* 74622 */ MCD_OPC_CheckPredicate, 19, 127, 3, 1, // Skip to: 141058 |
15215 | | /* 74627 */ MCD_OPC_Decode, 237, 51, 195, 2, // Opcode: ST2H_IMM |
15216 | | /* 74632 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 74647 |
15217 | | /* 74637 */ MCD_OPC_CheckPredicate, 19, 112, 3, 1, // Skip to: 141058 |
15218 | | /* 74642 */ MCD_OPC_Decode, 148, 51, 192, 2, // Opcode: ST1H_S_IMM |
15219 | | /* 74647 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 74662 |
15220 | | /* 74652 */ MCD_OPC_CheckPredicate, 19, 97, 3, 1, // Skip to: 141058 |
15221 | | /* 74657 */ MCD_OPC_Decode, 141, 52, 197, 2, // Opcode: ST3H_IMM |
15222 | | /* 74662 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 74677 |
15223 | | /* 74667 */ MCD_OPC_CheckPredicate, 19, 82, 3, 1, // Skip to: 141058 |
15224 | | /* 74672 */ MCD_OPC_Decode, 145, 51, 192, 2, // Opcode: ST1H_D_IMM |
15225 | | /* 74677 */ MCD_OPC_FilterValue, 15, 10, 0, 0, // Skip to: 74692 |
15226 | | /* 74682 */ MCD_OPC_CheckPredicate, 19, 67, 3, 1, // Skip to: 141058 |
15227 | | /* 74687 */ MCD_OPC_Decode, 187, 52, 199, 2, // Opcode: ST4H_IMM |
15228 | | /* 74692 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 74707 |
15229 | | /* 74697 */ MCD_OPC_CheckPredicate, 44, 52, 3, 1, // Skip to: 141058 |
15230 | | /* 74702 */ MCD_OPC_Decode, 210, 51, 192, 2, // Opcode: ST1W_Q_IMM |
15231 | | /* 74707 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 74722 |
15232 | | /* 74712 */ MCD_OPC_CheckPredicate, 19, 37, 3, 1, // Skip to: 141058 |
15233 | | /* 74717 */ MCD_OPC_Decode, 160, 53, 192, 2, // Opcode: STNT1W_ZRI |
15234 | | /* 74722 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 74737 |
15235 | | /* 74727 */ MCD_OPC_CheckPredicate, 19, 22, 3, 1, // Skip to: 141058 |
15236 | | /* 74732 */ MCD_OPC_Decode, 255, 51, 195, 2, // Opcode: ST2W_IMM |
15237 | | /* 74737 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 74752 |
15238 | | /* 74742 */ MCD_OPC_CheckPredicate, 19, 7, 3, 1, // Skip to: 141058 |
15239 | | /* 74747 */ MCD_OPC_Decode, 208, 51, 192, 2, // Opcode: ST1W_IMM |
15240 | | /* 74752 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 74767 |
15241 | | /* 74757 */ MCD_OPC_CheckPredicate, 19, 248, 2, 1, // Skip to: 141058 |
15242 | | /* 74762 */ MCD_OPC_Decode, 159, 52, 197, 2, // Opcode: ST3W_IMM |
15243 | | /* 74767 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 74782 |
15244 | | /* 74772 */ MCD_OPC_CheckPredicate, 19, 233, 2, 1, // Skip to: 141058 |
15245 | | /* 74777 */ MCD_OPC_Decode, 207, 51, 192, 2, // Opcode: ST1W_D_IMM |
15246 | | /* 74782 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 74797 |
15247 | | /* 74787 */ MCD_OPC_CheckPredicate, 19, 218, 2, 1, // Skip to: 141058 |
15248 | | /* 74792 */ MCD_OPC_Decode, 191, 52, 199, 2, // Opcode: ST4W_IMM |
15249 | | /* 74797 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 74812 |
15250 | | /* 74802 */ MCD_OPC_CheckPredicate, 19, 203, 2, 1, // Skip to: 141058 |
15251 | | /* 74807 */ MCD_OPC_Decode, 137, 53, 192, 2, // Opcode: STNT1D_ZRI |
15252 | | /* 74812 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 74827 |
15253 | | /* 74817 */ MCD_OPC_CheckPredicate, 19, 188, 2, 1, // Skip to: 141058 |
15254 | | /* 74822 */ MCD_OPC_Decode, 232, 51, 195, 2, // Opcode: ST2D_IMM |
15255 | | /* 74827 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 74842 |
15256 | | /* 74832 */ MCD_OPC_CheckPredicate, 44, 173, 2, 1, // Skip to: 141058 |
15257 | | /* 74837 */ MCD_OPC_Decode, 246, 50, 192, 2, // Opcode: ST1D_Q_IMM |
15258 | | /* 74842 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 74857 |
15259 | | /* 74847 */ MCD_OPC_CheckPredicate, 19, 158, 2, 1, // Skip to: 141058 |
15260 | | /* 74852 */ MCD_OPC_Decode, 139, 52, 197, 2, // Opcode: ST3D_IMM |
15261 | | /* 74857 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 74872 |
15262 | | /* 74862 */ MCD_OPC_CheckPredicate, 19, 143, 2, 1, // Skip to: 141058 |
15263 | | /* 74867 */ MCD_OPC_Decode, 244, 50, 192, 2, // Opcode: ST1D_IMM |
15264 | | /* 74872 */ MCD_OPC_FilterValue, 31, 133, 2, 1, // Skip to: 141058 |
15265 | | /* 74877 */ MCD_OPC_CheckPredicate, 19, 128, 2, 1, // Skip to: 141058 |
15266 | | /* 74882 */ MCD_OPC_Decode, 171, 52, 199, 2, // Opcode: ST4D_IMM |
15267 | | /* 74887 */ MCD_OPC_FilterValue, 2, 66, 8, 0, // Skip to: 77006 |
15268 | | /* 74892 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
15269 | | /* 74895 */ MCD_OPC_FilterValue, 0, 122, 1, 0, // Skip to: 75278 |
15270 | | /* 74900 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15271 | | /* 74903 */ MCD_OPC_FilterValue, 0, 51, 1, 0, // Skip to: 75215 |
15272 | | /* 74908 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
15273 | | /* 74911 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 74939 |
15274 | | /* 74916 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15275 | | /* 74919 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 74929 |
15276 | | /* 74924 */ MCD_OPC_Decode, 244, 53, 200, 2, // Opcode: STXRB |
15277 | | /* 74929 */ MCD_OPC_FilterValue, 1, 76, 2, 1, // Skip to: 141058 |
15278 | | /* 74934 */ MCD_OPC_Decode, 236, 52, 200, 2, // Opcode: STLXRB |
15279 | | /* 74939 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 74977 |
15280 | | /* 74944 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15281 | | /* 74947 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 74962 |
15282 | | /* 74952 */ MCD_OPC_CheckPredicate, 45, 53, 2, 1, // Skip to: 141058 |
15283 | | /* 74957 */ MCD_OPC_Decode, 223, 14, 201, 2, // Opcode: CASPW |
15284 | | /* 74962 */ MCD_OPC_FilterValue, 63, 43, 2, 1, // Skip to: 141058 |
15285 | | /* 74967 */ MCD_OPC_CheckPredicate, 45, 38, 2, 1, // Skip to: 141058 |
15286 | | /* 74972 */ MCD_OPC_Decode, 221, 14, 201, 2, // Opcode: CASPLW |
15287 | | /* 74977 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 75015 |
15288 | | /* 74982 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15289 | | /* 74985 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 75000 |
15290 | | /* 74990 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15291 | | /* 74995 */ MCD_OPC_Decode, 158, 36, 200, 2, // Opcode: LDXRB |
15292 | | /* 75000 */ MCD_OPC_FilterValue, 1, 5, 2, 1, // Skip to: 141058 |
15293 | | /* 75005 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15294 | | /* 75010 */ MCD_OPC_Decode, 191, 33, 200, 2, // Opcode: LDAXRB |
15295 | | /* 75015 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 75053 |
15296 | | /* 75020 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15297 | | /* 75023 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75038 |
15298 | | /* 75028 */ MCD_OPC_CheckPredicate, 45, 233, 1, 1, // Skip to: 141058 |
15299 | | /* 75033 */ MCD_OPC_Decode, 219, 14, 201, 2, // Opcode: CASPAW |
15300 | | /* 75038 */ MCD_OPC_FilterValue, 63, 223, 1, 1, // Skip to: 141058 |
15301 | | /* 75043 */ MCD_OPC_CheckPredicate, 45, 218, 1, 1, // Skip to: 141058 |
15302 | | /* 75048 */ MCD_OPC_Decode, 217, 14, 201, 2, // Opcode: CASPALW |
15303 | | /* 75053 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 75096 |
15304 | | /* 75058 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15305 | | /* 75061 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 75081 |
15306 | | /* 75066 */ MCD_OPC_CheckPredicate, 46, 195, 1, 1, // Skip to: 141058 |
15307 | | /* 75071 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15308 | | /* 75076 */ MCD_OPC_Decode, 215, 52, 200, 2, // Opcode: STLLRB |
15309 | | /* 75081 */ MCD_OPC_FilterValue, 1, 180, 1, 1, // Skip to: 141058 |
15310 | | /* 75086 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15311 | | /* 75091 */ MCD_OPC_Decode, 219, 52, 200, 2, // Opcode: STLRB |
15312 | | /* 75096 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 75134 |
15313 | | /* 75101 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15314 | | /* 75104 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75119 |
15315 | | /* 75109 */ MCD_OPC_CheckPredicate, 45, 152, 1, 1, // Skip to: 141058 |
15316 | | /* 75114 */ MCD_OPC_Decode, 211, 14, 202, 2, // Opcode: CASB |
15317 | | /* 75119 */ MCD_OPC_FilterValue, 63, 142, 1, 1, // Skip to: 141058 |
15318 | | /* 75124 */ MCD_OPC_CheckPredicate, 45, 137, 1, 1, // Skip to: 141058 |
15319 | | /* 75129 */ MCD_OPC_Decode, 213, 14, 202, 2, // Opcode: CASLB |
15320 | | /* 75134 */ MCD_OPC_FilterValue, 6, 38, 0, 0, // Skip to: 75177 |
15321 | | /* 75139 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15322 | | /* 75142 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 75162 |
15323 | | /* 75147 */ MCD_OPC_CheckPredicate, 46, 114, 1, 1, // Skip to: 141058 |
15324 | | /* 75152 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15325 | | /* 75157 */ MCD_OPC_Decode, 253, 33, 200, 2, // Opcode: LDLARB |
15326 | | /* 75162 */ MCD_OPC_FilterValue, 1, 99, 1, 1, // Skip to: 141058 |
15327 | | /* 75167 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15328 | | /* 75172 */ MCD_OPC_Decode, 185, 33, 200, 2, // Opcode: LDARB |
15329 | | /* 75177 */ MCD_OPC_FilterValue, 7, 84, 1, 1, // Skip to: 141058 |
15330 | | /* 75182 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15331 | | /* 75185 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75200 |
15332 | | /* 75190 */ MCD_OPC_CheckPredicate, 45, 71, 1, 1, // Skip to: 141058 |
15333 | | /* 75195 */ MCD_OPC_Decode, 203, 14, 202, 2, // Opcode: CASAB |
15334 | | /* 75200 */ MCD_OPC_FilterValue, 63, 61, 1, 1, // Skip to: 141058 |
15335 | | /* 75205 */ MCD_OPC_CheckPredicate, 45, 56, 1, 1, // Skip to: 141058 |
15336 | | /* 75210 */ MCD_OPC_Decode, 205, 14, 202, 2, // Opcode: CASALB |
15337 | | /* 75215 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 75243 |
15338 | | /* 75220 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15339 | | /* 75223 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75233 |
15340 | | /* 75228 */ MCD_OPC_Decode, 202, 12, 203, 2, // Opcode: ANDWrs |
15341 | | /* 75233 */ MCD_OPC_FilterValue, 1, 28, 1, 1, // Skip to: 141058 |
15342 | | /* 75238 */ MCD_OPC_Decode, 147, 14, 203, 2, // Opcode: BICWrs |
15343 | | /* 75243 */ MCD_OPC_FilterValue, 3, 18, 1, 1, // Skip to: 141058 |
15344 | | /* 75248 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15345 | | /* 75251 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75261 |
15346 | | /* 75256 */ MCD_OPC_Decode, 242, 11, 203, 2, // Opcode: ADDWrs |
15347 | | /* 75261 */ MCD_OPC_FilterValue, 1, 0, 1, 1, // Skip to: 141058 |
15348 | | /* 75266 */ MCD_OPC_CheckField, 22, 2, 0, 249, 0, 1, // Skip to: 141058 |
15349 | | /* 75273 */ MCD_OPC_Decode, 243, 11, 204, 2, // Opcode: ADDWrx |
15350 | | /* 75278 */ MCD_OPC_FilterValue, 1, 162, 0, 0, // Skip to: 75445 |
15351 | | /* 75283 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15352 | | /* 75286 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 75334 |
15353 | | /* 75291 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15354 | | /* 75294 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75304 |
15355 | | /* 75299 */ MCD_OPC_Decode, 243, 52, 205, 2, // Opcode: STNPWi |
15356 | | /* 75304 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 75314 |
15357 | | /* 75309 */ MCD_OPC_Decode, 148, 34, 205, 2, // Opcode: LDNPWi |
15358 | | /* 75314 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 75324 |
15359 | | /* 75319 */ MCD_OPC_Decode, 174, 53, 205, 2, // Opcode: STPWpost |
15360 | | /* 75324 */ MCD_OPC_FilterValue, 3, 193, 0, 1, // Skip to: 141058 |
15361 | | /* 75329 */ MCD_OPC_Decode, 215, 34, 205, 2, // Opcode: LDPWpost |
15362 | | /* 75334 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 75382 |
15363 | | /* 75339 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15364 | | /* 75342 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75352 |
15365 | | /* 75347 */ MCD_OPC_Decode, 173, 53, 205, 2, // Opcode: STPWi |
15366 | | /* 75352 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 75362 |
15367 | | /* 75357 */ MCD_OPC_Decode, 214, 34, 205, 2, // Opcode: LDPWi |
15368 | | /* 75362 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 75372 |
15369 | | /* 75367 */ MCD_OPC_Decode, 175, 53, 205, 2, // Opcode: STPWpre |
15370 | | /* 75372 */ MCD_OPC_FilterValue, 3, 145, 0, 1, // Skip to: 141058 |
15371 | | /* 75377 */ MCD_OPC_Decode, 216, 34, 205, 2, // Opcode: LDPWpre |
15372 | | /* 75382 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 75410 |
15373 | | /* 75387 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15374 | | /* 75390 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75400 |
15375 | | /* 75395 */ MCD_OPC_Decode, 220, 38, 203, 2, // Opcode: ORRWrs |
15376 | | /* 75400 */ MCD_OPC_FilterValue, 1, 117, 0, 1, // Skip to: 141058 |
15377 | | /* 75405 */ MCD_OPC_Decode, 209, 38, 203, 2, // Opcode: ORNWrs |
15378 | | /* 75410 */ MCD_OPC_FilterValue, 3, 107, 0, 1, // Skip to: 141058 |
15379 | | /* 75415 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15380 | | /* 75418 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75428 |
15381 | | /* 75423 */ MCD_OPC_Decode, 227, 11, 203, 2, // Opcode: ADDSWrs |
15382 | | /* 75428 */ MCD_OPC_FilterValue, 1, 89, 0, 1, // Skip to: 141058 |
15383 | | /* 75433 */ MCD_OPC_CheckField, 22, 2, 0, 82, 0, 1, // Skip to: 141058 |
15384 | | /* 75440 */ MCD_OPC_Decode, 228, 11, 204, 2, // Opcode: ADDSWrx |
15385 | | /* 75445 */ MCD_OPC_FilterValue, 2, 122, 1, 0, // Skip to: 75828 |
15386 | | /* 75450 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15387 | | /* 75453 */ MCD_OPC_FilterValue, 0, 51, 1, 0, // Skip to: 75765 |
15388 | | /* 75458 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
15389 | | /* 75461 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 75489 |
15390 | | /* 75466 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15391 | | /* 75469 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75479 |
15392 | | /* 75474 */ MCD_OPC_Decode, 245, 53, 200, 2, // Opcode: STXRH |
15393 | | /* 75479 */ MCD_OPC_FilterValue, 1, 38, 0, 1, // Skip to: 141058 |
15394 | | /* 75484 */ MCD_OPC_Decode, 237, 52, 200, 2, // Opcode: STLXRH |
15395 | | /* 75489 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 75527 |
15396 | | /* 75494 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15397 | | /* 75497 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75512 |
15398 | | /* 75502 */ MCD_OPC_CheckPredicate, 45, 15, 0, 1, // Skip to: 141058 |
15399 | | /* 75507 */ MCD_OPC_Decode, 224, 14, 206, 2, // Opcode: CASPX |
15400 | | /* 75512 */ MCD_OPC_FilterValue, 63, 5, 0, 1, // Skip to: 141058 |
15401 | | /* 75517 */ MCD_OPC_CheckPredicate, 45, 0, 0, 1, // Skip to: 141058 |
15402 | | /* 75522 */ MCD_OPC_Decode, 222, 14, 206, 2, // Opcode: CASPLX |
15403 | | /* 75527 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 75565 |
15404 | | /* 75532 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15405 | | /* 75535 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 75550 |
15406 | | /* 75540 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15407 | | /* 75545 */ MCD_OPC_Decode, 159, 36, 200, 2, // Opcode: LDXRH |
15408 | | /* 75550 */ MCD_OPC_FilterValue, 1, 223, 255, 0, // Skip to: 141058 |
15409 | | /* 75555 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15410 | | /* 75560 */ MCD_OPC_Decode, 192, 33, 200, 2, // Opcode: LDAXRH |
15411 | | /* 75565 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 75603 |
15412 | | /* 75570 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15413 | | /* 75573 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75588 |
15414 | | /* 75578 */ MCD_OPC_CheckPredicate, 45, 195, 255, 0, // Skip to: 141058 |
15415 | | /* 75583 */ MCD_OPC_Decode, 220, 14, 206, 2, // Opcode: CASPAX |
15416 | | /* 75588 */ MCD_OPC_FilterValue, 63, 185, 255, 0, // Skip to: 141058 |
15417 | | /* 75593 */ MCD_OPC_CheckPredicate, 45, 180, 255, 0, // Skip to: 141058 |
15418 | | /* 75598 */ MCD_OPC_Decode, 218, 14, 206, 2, // Opcode: CASPALX |
15419 | | /* 75603 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 75646 |
15420 | | /* 75608 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15421 | | /* 75611 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 75631 |
15422 | | /* 75616 */ MCD_OPC_CheckPredicate, 46, 157, 255, 0, // Skip to: 141058 |
15423 | | /* 75621 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15424 | | /* 75626 */ MCD_OPC_Decode, 216, 52, 200, 2, // Opcode: STLLRH |
15425 | | /* 75631 */ MCD_OPC_FilterValue, 1, 142, 255, 0, // Skip to: 141058 |
15426 | | /* 75636 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15427 | | /* 75641 */ MCD_OPC_Decode, 220, 52, 200, 2, // Opcode: STLRH |
15428 | | /* 75646 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 75684 |
15429 | | /* 75651 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15430 | | /* 75654 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75669 |
15431 | | /* 75659 */ MCD_OPC_CheckPredicate, 45, 114, 255, 0, // Skip to: 141058 |
15432 | | /* 75664 */ MCD_OPC_Decode, 212, 14, 202, 2, // Opcode: CASH |
15433 | | /* 75669 */ MCD_OPC_FilterValue, 63, 104, 255, 0, // Skip to: 141058 |
15434 | | /* 75674 */ MCD_OPC_CheckPredicate, 45, 99, 255, 0, // Skip to: 141058 |
15435 | | /* 75679 */ MCD_OPC_Decode, 214, 14, 202, 2, // Opcode: CASLH |
15436 | | /* 75684 */ MCD_OPC_FilterValue, 6, 38, 0, 0, // Skip to: 75727 |
15437 | | /* 75689 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15438 | | /* 75692 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 75712 |
15439 | | /* 75697 */ MCD_OPC_CheckPredicate, 46, 76, 255, 0, // Skip to: 141058 |
15440 | | /* 75702 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15441 | | /* 75707 */ MCD_OPC_Decode, 254, 33, 200, 2, // Opcode: LDLARH |
15442 | | /* 75712 */ MCD_OPC_FilterValue, 1, 61, 255, 0, // Skip to: 141058 |
15443 | | /* 75717 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15444 | | /* 75722 */ MCD_OPC_Decode, 186, 33, 200, 2, // Opcode: LDARH |
15445 | | /* 75727 */ MCD_OPC_FilterValue, 7, 46, 255, 0, // Skip to: 141058 |
15446 | | /* 75732 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15447 | | /* 75735 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 75750 |
15448 | | /* 75740 */ MCD_OPC_CheckPredicate, 45, 33, 255, 0, // Skip to: 141058 |
15449 | | /* 75745 */ MCD_OPC_Decode, 204, 14, 202, 2, // Opcode: CASAH |
15450 | | /* 75750 */ MCD_OPC_FilterValue, 63, 23, 255, 0, // Skip to: 141058 |
15451 | | /* 75755 */ MCD_OPC_CheckPredicate, 45, 18, 255, 0, // Skip to: 141058 |
15452 | | /* 75760 */ MCD_OPC_Decode, 206, 14, 202, 2, // Opcode: CASALH |
15453 | | /* 75765 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 75793 |
15454 | | /* 75770 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15455 | | /* 75773 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75783 |
15456 | | /* 75778 */ MCD_OPC_Decode, 210, 18, 203, 2, // Opcode: EORWrs |
15457 | | /* 75783 */ MCD_OPC_FilterValue, 1, 246, 254, 0, // Skip to: 141058 |
15458 | | /* 75788 */ MCD_OPC_Decode, 188, 18, 203, 2, // Opcode: EONWrs |
15459 | | /* 75793 */ MCD_OPC_FilterValue, 3, 236, 254, 0, // Skip to: 141058 |
15460 | | /* 75798 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15461 | | /* 75801 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75811 |
15462 | | /* 75806 */ MCD_OPC_Decode, 162, 54, 203, 2, // Opcode: SUBWrs |
15463 | | /* 75811 */ MCD_OPC_FilterValue, 1, 218, 254, 0, // Skip to: 141058 |
15464 | | /* 75816 */ MCD_OPC_CheckField, 22, 2, 0, 211, 254, 0, // Skip to: 141058 |
15465 | | /* 75823 */ MCD_OPC_Decode, 163, 54, 204, 2, // Opcode: SUBWrx |
15466 | | /* 75828 */ MCD_OPC_FilterValue, 3, 157, 0, 0, // Skip to: 75990 |
15467 | | /* 75833 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15468 | | /* 75836 */ MCD_OPC_FilterValue, 0, 28, 0, 0, // Skip to: 75869 |
15469 | | /* 75841 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15470 | | /* 75844 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 75859 |
15471 | | /* 75849 */ MCD_OPC_CheckPredicate, 47, 180, 254, 0, // Skip to: 141058 |
15472 | | /* 75854 */ MCD_OPC_Decode, 206, 52, 205, 2, // Opcode: STGPpost |
15473 | | /* 75859 */ MCD_OPC_FilterValue, 3, 170, 254, 0, // Skip to: 141058 |
15474 | | /* 75864 */ MCD_OPC_Decode, 209, 34, 205, 2, // Opcode: LDPSWpost |
15475 | | /* 75869 */ MCD_OPC_FilterValue, 1, 53, 0, 0, // Skip to: 75927 |
15476 | | /* 75874 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15477 | | /* 75877 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 75892 |
15478 | | /* 75882 */ MCD_OPC_CheckPredicate, 47, 147, 254, 0, // Skip to: 141058 |
15479 | | /* 75887 */ MCD_OPC_Decode, 204, 52, 205, 2, // Opcode: STGPi |
15480 | | /* 75892 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 75902 |
15481 | | /* 75897 */ MCD_OPC_Decode, 208, 34, 205, 2, // Opcode: LDPSWi |
15482 | | /* 75902 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 75917 |
15483 | | /* 75907 */ MCD_OPC_CheckPredicate, 47, 122, 254, 0, // Skip to: 141058 |
15484 | | /* 75912 */ MCD_OPC_Decode, 207, 52, 205, 2, // Opcode: STGPpre |
15485 | | /* 75917 */ MCD_OPC_FilterValue, 3, 112, 254, 0, // Skip to: 141058 |
15486 | | /* 75922 */ MCD_OPC_Decode, 210, 34, 205, 2, // Opcode: LDPSWpre |
15487 | | /* 75927 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 75955 |
15488 | | /* 75932 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15489 | | /* 75935 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75945 |
15490 | | /* 75940 */ MCD_OPC_Decode, 193, 12, 203, 2, // Opcode: ANDSWrs |
15491 | | /* 75945 */ MCD_OPC_FilterValue, 1, 84, 254, 0, // Skip to: 141058 |
15492 | | /* 75950 */ MCD_OPC_Decode, 144, 14, 203, 2, // Opcode: BICSWrs |
15493 | | /* 75955 */ MCD_OPC_FilterValue, 3, 74, 254, 0, // Skip to: 141058 |
15494 | | /* 75960 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15495 | | /* 75963 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 75973 |
15496 | | /* 75968 */ MCD_OPC_Decode, 155, 54, 203, 2, // Opcode: SUBSWrs |
15497 | | /* 75973 */ MCD_OPC_FilterValue, 1, 56, 254, 0, // Skip to: 141058 |
15498 | | /* 75978 */ MCD_OPC_CheckField, 22, 2, 0, 49, 254, 0, // Skip to: 141058 |
15499 | | /* 75985 */ MCD_OPC_Decode, 156, 54, 204, 2, // Opcode: SUBSWrx |
15500 | | /* 75990 */ MCD_OPC_FilterValue, 4, 115, 1, 0, // Skip to: 76366 |
15501 | | /* 75995 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15502 | | /* 75998 */ MCD_OPC_FilterValue, 0, 31, 1, 0, // Skip to: 76290 |
15503 | | /* 76003 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
15504 | | /* 76006 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 76034 |
15505 | | /* 76011 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15506 | | /* 76014 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76024 |
15507 | | /* 76019 */ MCD_OPC_Decode, 246, 53, 200, 2, // Opcode: STXRW |
15508 | | /* 76024 */ MCD_OPC_FilterValue, 1, 5, 254, 0, // Skip to: 141058 |
15509 | | /* 76029 */ MCD_OPC_Decode, 238, 52, 200, 2, // Opcode: STLXRW |
15510 | | /* 76034 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 76062 |
15511 | | /* 76039 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15512 | | /* 76042 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76052 |
15513 | | /* 76047 */ MCD_OPC_Decode, 242, 53, 200, 2, // Opcode: STXPW |
15514 | | /* 76052 */ MCD_OPC_FilterValue, 1, 233, 253, 0, // Skip to: 141058 |
15515 | | /* 76057 */ MCD_OPC_Decode, 234, 52, 200, 2, // Opcode: STLXPW |
15516 | | /* 76062 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 76100 |
15517 | | /* 76067 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15518 | | /* 76070 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 76085 |
15519 | | /* 76075 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15520 | | /* 76080 */ MCD_OPC_Decode, 160, 36, 200, 2, // Opcode: LDXRW |
15521 | | /* 76085 */ MCD_OPC_FilterValue, 1, 200, 253, 0, // Skip to: 141058 |
15522 | | /* 76090 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15523 | | /* 76095 */ MCD_OPC_Decode, 193, 33, 200, 2, // Opcode: LDAXRW |
15524 | | /* 76100 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 76128 |
15525 | | /* 76105 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15526 | | /* 76108 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76118 |
15527 | | /* 76113 */ MCD_OPC_Decode, 156, 36, 200, 2, // Opcode: LDXPW |
15528 | | /* 76118 */ MCD_OPC_FilterValue, 1, 167, 253, 0, // Skip to: 141058 |
15529 | | /* 76123 */ MCD_OPC_Decode, 189, 33, 200, 2, // Opcode: LDAXPW |
15530 | | /* 76128 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 76171 |
15531 | | /* 76133 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15532 | | /* 76136 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 76156 |
15533 | | /* 76141 */ MCD_OPC_CheckPredicate, 46, 144, 253, 0, // Skip to: 141058 |
15534 | | /* 76146 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15535 | | /* 76151 */ MCD_OPC_Decode, 217, 52, 200, 2, // Opcode: STLLRW |
15536 | | /* 76156 */ MCD_OPC_FilterValue, 1, 129, 253, 0, // Skip to: 141058 |
15537 | | /* 76161 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15538 | | /* 76166 */ MCD_OPC_Decode, 221, 52, 200, 2, // Opcode: STLRW |
15539 | | /* 76171 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 76209 |
15540 | | /* 76176 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15541 | | /* 76179 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 76194 |
15542 | | /* 76184 */ MCD_OPC_CheckPredicate, 45, 101, 253, 0, // Skip to: 141058 |
15543 | | /* 76189 */ MCD_OPC_Decode, 225, 14, 202, 2, // Opcode: CASW |
15544 | | /* 76194 */ MCD_OPC_FilterValue, 63, 91, 253, 0, // Skip to: 141058 |
15545 | | /* 76199 */ MCD_OPC_CheckPredicate, 45, 86, 253, 0, // Skip to: 141058 |
15546 | | /* 76204 */ MCD_OPC_Decode, 215, 14, 202, 2, // Opcode: CASLW |
15547 | | /* 76209 */ MCD_OPC_FilterValue, 6, 38, 0, 0, // Skip to: 76252 |
15548 | | /* 76214 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15549 | | /* 76217 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 76237 |
15550 | | /* 76222 */ MCD_OPC_CheckPredicate, 46, 63, 253, 0, // Skip to: 141058 |
15551 | | /* 76227 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15552 | | /* 76232 */ MCD_OPC_Decode, 255, 33, 200, 2, // Opcode: LDLARW |
15553 | | /* 76237 */ MCD_OPC_FilterValue, 1, 48, 253, 0, // Skip to: 141058 |
15554 | | /* 76242 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15555 | | /* 76247 */ MCD_OPC_Decode, 187, 33, 200, 2, // Opcode: LDARW |
15556 | | /* 76252 */ MCD_OPC_FilterValue, 7, 33, 253, 0, // Skip to: 141058 |
15557 | | /* 76257 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15558 | | /* 76260 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 76275 |
15559 | | /* 76265 */ MCD_OPC_CheckPredicate, 45, 20, 253, 0, // Skip to: 141058 |
15560 | | /* 76270 */ MCD_OPC_Decode, 209, 14, 202, 2, // Opcode: CASAW |
15561 | | /* 76275 */ MCD_OPC_FilterValue, 63, 10, 253, 0, // Skip to: 141058 |
15562 | | /* 76280 */ MCD_OPC_CheckPredicate, 45, 5, 253, 0, // Skip to: 141058 |
15563 | | /* 76285 */ MCD_OPC_Decode, 207, 14, 202, 2, // Opcode: CASALW |
15564 | | /* 76290 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 76318 |
15565 | | /* 76295 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15566 | | /* 76298 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76308 |
15567 | | /* 76303 */ MCD_OPC_Decode, 204, 12, 203, 2, // Opcode: ANDXrs |
15568 | | /* 76308 */ MCD_OPC_FilterValue, 1, 233, 252, 0, // Skip to: 141058 |
15569 | | /* 76313 */ MCD_OPC_Decode, 148, 14, 203, 2, // Opcode: BICXrs |
15570 | | /* 76318 */ MCD_OPC_FilterValue, 3, 223, 252, 0, // Skip to: 141058 |
15571 | | /* 76323 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15572 | | /* 76326 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76336 |
15573 | | /* 76331 */ MCD_OPC_Decode, 245, 11, 203, 2, // Opcode: ADDXrs |
15574 | | /* 76336 */ MCD_OPC_FilterValue, 1, 205, 252, 0, // Skip to: 141058 |
15575 | | /* 76341 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15576 | | /* 76344 */ MCD_OPC_FilterValue, 0, 197, 252, 0, // Skip to: 141058 |
15577 | | /* 76349 */ MCD_OPC_CheckField, 13, 2, 3, 5, 0, 0, // Skip to: 76361 |
15578 | | /* 76356 */ MCD_OPC_Decode, 247, 11, 204, 2, // Opcode: ADDXrx64 |
15579 | | /* 76361 */ MCD_OPC_Decode, 246, 11, 204, 2, // Opcode: ADDXrx |
15580 | | /* 76366 */ MCD_OPC_FilterValue, 5, 175, 0, 0, // Skip to: 76546 |
15581 | | /* 76371 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15582 | | /* 76374 */ MCD_OPC_FilterValue, 0, 43, 0, 0, // Skip to: 76422 |
15583 | | /* 76379 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15584 | | /* 76382 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76392 |
15585 | | /* 76387 */ MCD_OPC_Decode, 244, 52, 205, 2, // Opcode: STNPXi |
15586 | | /* 76392 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 76402 |
15587 | | /* 76397 */ MCD_OPC_Decode, 149, 34, 205, 2, // Opcode: LDNPXi |
15588 | | /* 76402 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 76412 |
15589 | | /* 76407 */ MCD_OPC_Decode, 177, 53, 205, 2, // Opcode: STPXpost |
15590 | | /* 76412 */ MCD_OPC_FilterValue, 3, 129, 252, 0, // Skip to: 141058 |
15591 | | /* 76417 */ MCD_OPC_Decode, 218, 34, 205, 2, // Opcode: LDPXpost |
15592 | | /* 76422 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 76470 |
15593 | | /* 76427 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15594 | | /* 76430 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76440 |
15595 | | /* 76435 */ MCD_OPC_Decode, 176, 53, 205, 2, // Opcode: STPXi |
15596 | | /* 76440 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 76450 |
15597 | | /* 76445 */ MCD_OPC_Decode, 217, 34, 205, 2, // Opcode: LDPXi |
15598 | | /* 76450 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 76460 |
15599 | | /* 76455 */ MCD_OPC_Decode, 178, 53, 205, 2, // Opcode: STPXpre |
15600 | | /* 76460 */ MCD_OPC_FilterValue, 3, 81, 252, 0, // Skip to: 141058 |
15601 | | /* 76465 */ MCD_OPC_Decode, 219, 34, 205, 2, // Opcode: LDPXpre |
15602 | | /* 76470 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 76498 |
15603 | | /* 76475 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15604 | | /* 76478 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76488 |
15605 | | /* 76483 */ MCD_OPC_Decode, 222, 38, 203, 2, // Opcode: ORRXrs |
15606 | | /* 76488 */ MCD_OPC_FilterValue, 1, 53, 252, 0, // Skip to: 141058 |
15607 | | /* 76493 */ MCD_OPC_Decode, 210, 38, 203, 2, // Opcode: ORNXrs |
15608 | | /* 76498 */ MCD_OPC_FilterValue, 3, 43, 252, 0, // Skip to: 141058 |
15609 | | /* 76503 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15610 | | /* 76506 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76516 |
15611 | | /* 76511 */ MCD_OPC_Decode, 230, 11, 203, 2, // Opcode: ADDSXrs |
15612 | | /* 76516 */ MCD_OPC_FilterValue, 1, 25, 252, 0, // Skip to: 141058 |
15613 | | /* 76521 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15614 | | /* 76524 */ MCD_OPC_FilterValue, 0, 17, 252, 0, // Skip to: 141058 |
15615 | | /* 76529 */ MCD_OPC_CheckField, 13, 2, 3, 5, 0, 0, // Skip to: 76541 |
15616 | | /* 76536 */ MCD_OPC_Decode, 232, 11, 204, 2, // Opcode: ADDSXrx64 |
15617 | | /* 76541 */ MCD_OPC_Decode, 231, 11, 204, 2, // Opcode: ADDSXrx |
15618 | | /* 76546 */ MCD_OPC_FilterValue, 6, 115, 1, 0, // Skip to: 76922 |
15619 | | /* 76551 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15620 | | /* 76554 */ MCD_OPC_FilterValue, 0, 31, 1, 0, // Skip to: 76846 |
15621 | | /* 76559 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
15622 | | /* 76562 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 76590 |
15623 | | /* 76567 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15624 | | /* 76570 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76580 |
15625 | | /* 76575 */ MCD_OPC_Decode, 247, 53, 200, 2, // Opcode: STXRX |
15626 | | /* 76580 */ MCD_OPC_FilterValue, 1, 217, 251, 0, // Skip to: 141058 |
15627 | | /* 76585 */ MCD_OPC_Decode, 239, 52, 200, 2, // Opcode: STLXRX |
15628 | | /* 76590 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 76618 |
15629 | | /* 76595 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15630 | | /* 76598 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76608 |
15631 | | /* 76603 */ MCD_OPC_Decode, 243, 53, 200, 2, // Opcode: STXPX |
15632 | | /* 76608 */ MCD_OPC_FilterValue, 1, 189, 251, 0, // Skip to: 141058 |
15633 | | /* 76613 */ MCD_OPC_Decode, 235, 52, 200, 2, // Opcode: STLXPX |
15634 | | /* 76618 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 76656 |
15635 | | /* 76623 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15636 | | /* 76626 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 76641 |
15637 | | /* 76631 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15638 | | /* 76636 */ MCD_OPC_Decode, 161, 36, 200, 2, // Opcode: LDXRX |
15639 | | /* 76641 */ MCD_OPC_FilterValue, 1, 156, 251, 0, // Skip to: 141058 |
15640 | | /* 76646 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15641 | | /* 76651 */ MCD_OPC_Decode, 194, 33, 200, 2, // Opcode: LDAXRX |
15642 | | /* 76656 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 76684 |
15643 | | /* 76661 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15644 | | /* 76664 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76674 |
15645 | | /* 76669 */ MCD_OPC_Decode, 157, 36, 200, 2, // Opcode: LDXPX |
15646 | | /* 76674 */ MCD_OPC_FilterValue, 1, 123, 251, 0, // Skip to: 141058 |
15647 | | /* 76679 */ MCD_OPC_Decode, 190, 33, 200, 2, // Opcode: LDAXPX |
15648 | | /* 76684 */ MCD_OPC_FilterValue, 4, 38, 0, 0, // Skip to: 76727 |
15649 | | /* 76689 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15650 | | /* 76692 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 76712 |
15651 | | /* 76697 */ MCD_OPC_CheckPredicate, 46, 100, 251, 0, // Skip to: 141058 |
15652 | | /* 76702 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15653 | | /* 76707 */ MCD_OPC_Decode, 218, 52, 200, 2, // Opcode: STLLRX |
15654 | | /* 76712 */ MCD_OPC_FilterValue, 1, 85, 251, 0, // Skip to: 141058 |
15655 | | /* 76717 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15656 | | /* 76722 */ MCD_OPC_Decode, 223, 52, 200, 2, // Opcode: STLRX |
15657 | | /* 76727 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 76765 |
15658 | | /* 76732 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15659 | | /* 76735 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 76750 |
15660 | | /* 76740 */ MCD_OPC_CheckPredicate, 45, 57, 251, 0, // Skip to: 141058 |
15661 | | /* 76745 */ MCD_OPC_Decode, 226, 14, 207, 2, // Opcode: CASX |
15662 | | /* 76750 */ MCD_OPC_FilterValue, 63, 47, 251, 0, // Skip to: 141058 |
15663 | | /* 76755 */ MCD_OPC_CheckPredicate, 45, 42, 251, 0, // Skip to: 141058 |
15664 | | /* 76760 */ MCD_OPC_Decode, 216, 14, 207, 2, // Opcode: CASLX |
15665 | | /* 76765 */ MCD_OPC_FilterValue, 6, 38, 0, 0, // Skip to: 76808 |
15666 | | /* 76770 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
15667 | | /* 76773 */ MCD_OPC_FilterValue, 0, 15, 0, 0, // Skip to: 76793 |
15668 | | /* 76778 */ MCD_OPC_CheckPredicate, 46, 19, 251, 0, // Skip to: 141058 |
15669 | | /* 76783 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15670 | | /* 76788 */ MCD_OPC_Decode, 128, 34, 200, 2, // Opcode: LDLARX |
15671 | | /* 76793 */ MCD_OPC_FilterValue, 1, 4, 251, 0, // Skip to: 141058 |
15672 | | /* 76798 */ MCD_OPC_SoftFail, 0, 128, 248, 125 /* 0x1f7c00 */, |
15673 | | /* 76803 */ MCD_OPC_Decode, 188, 33, 200, 2, // Opcode: LDARX |
15674 | | /* 76808 */ MCD_OPC_FilterValue, 7, 245, 250, 0, // Skip to: 141058 |
15675 | | /* 76813 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
15676 | | /* 76816 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 76831 |
15677 | | /* 76821 */ MCD_OPC_CheckPredicate, 45, 232, 250, 0, // Skip to: 141058 |
15678 | | /* 76826 */ MCD_OPC_Decode, 210, 14, 207, 2, // Opcode: CASAX |
15679 | | /* 76831 */ MCD_OPC_FilterValue, 63, 222, 250, 0, // Skip to: 141058 |
15680 | | /* 76836 */ MCD_OPC_CheckPredicate, 45, 217, 250, 0, // Skip to: 141058 |
15681 | | /* 76841 */ MCD_OPC_Decode, 208, 14, 207, 2, // Opcode: CASALX |
15682 | | /* 76846 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 76874 |
15683 | | /* 76851 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15684 | | /* 76854 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76864 |
15685 | | /* 76859 */ MCD_OPC_Decode, 212, 18, 203, 2, // Opcode: EORXrs |
15686 | | /* 76864 */ MCD_OPC_FilterValue, 1, 189, 250, 0, // Skip to: 141058 |
15687 | | /* 76869 */ MCD_OPC_Decode, 189, 18, 203, 2, // Opcode: EONXrs |
15688 | | /* 76874 */ MCD_OPC_FilterValue, 3, 179, 250, 0, // Skip to: 141058 |
15689 | | /* 76879 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15690 | | /* 76882 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 76892 |
15691 | | /* 76887 */ MCD_OPC_Decode, 165, 54, 203, 2, // Opcode: SUBXrs |
15692 | | /* 76892 */ MCD_OPC_FilterValue, 1, 161, 250, 0, // Skip to: 141058 |
15693 | | /* 76897 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15694 | | /* 76900 */ MCD_OPC_FilterValue, 0, 153, 250, 0, // Skip to: 141058 |
15695 | | /* 76905 */ MCD_OPC_CheckField, 13, 2, 3, 5, 0, 0, // Skip to: 76917 |
15696 | | /* 76912 */ MCD_OPC_Decode, 167, 54, 204, 2, // Opcode: SUBXrx64 |
15697 | | /* 76917 */ MCD_OPC_Decode, 166, 54, 204, 2, // Opcode: SUBXrx |
15698 | | /* 76922 */ MCD_OPC_FilterValue, 7, 131, 250, 0, // Skip to: 141058 |
15699 | | /* 76927 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
15700 | | /* 76930 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 76958 |
15701 | | /* 76935 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15702 | | /* 76938 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 76948 |
15703 | | /* 76943 */ MCD_OPC_Decode, 195, 12, 203, 2, // Opcode: ANDSXrs |
15704 | | /* 76948 */ MCD_OPC_FilterValue, 3, 105, 250, 0, // Skip to: 141058 |
15705 | | /* 76953 */ MCD_OPC_Decode, 158, 54, 203, 2, // Opcode: SUBSXrs |
15706 | | /* 76958 */ MCD_OPC_FilterValue, 1, 95, 250, 0, // Skip to: 141058 |
15707 | | /* 76963 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
15708 | | /* 76966 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 76976 |
15709 | | /* 76971 */ MCD_OPC_Decode, 145, 14, 203, 2, // Opcode: BICSXrs |
15710 | | /* 76976 */ MCD_OPC_FilterValue, 3, 77, 250, 0, // Skip to: 141058 |
15711 | | /* 76981 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
15712 | | /* 76984 */ MCD_OPC_FilterValue, 0, 69, 250, 0, // Skip to: 141058 |
15713 | | /* 76989 */ MCD_OPC_CheckField, 13, 2, 3, 5, 0, 0, // Skip to: 77001 |
15714 | | /* 76996 */ MCD_OPC_Decode, 160, 54, 204, 2, // Opcode: SUBSXrx64 |
15715 | | /* 77001 */ MCD_OPC_Decode, 159, 54, 204, 2, // Opcode: SUBSXrx |
15716 | | /* 77006 */ MCD_OPC_FilterValue, 3, 196, 153, 0, // Skip to: 116375 |
15717 | | /* 77011 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
15718 | | /* 77014 */ MCD_OPC_FilterValue, 0, 91, 3, 0, // Skip to: 77878 |
15719 | | /* 77019 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
15720 | | /* 77022 */ MCD_OPC_FilterValue, 0, 122, 1, 0, // Skip to: 77405 |
15721 | | /* 77027 */ MCD_OPC_ExtractField, 10, 12, // Inst{21-10} ... |
15722 | | /* 77030 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 77045 |
15723 | | /* 77035 */ MCD_OPC_CheckPredicate, 48, 18, 250, 0, // Skip to: 141058 |
15724 | | /* 77040 */ MCD_OPC_Decode, 182, 52, 208, 2, // Opcode: ST4Fourv8b |
15725 | | /* 77045 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 77060 |
15726 | | /* 77050 */ MCD_OPC_CheckPredicate, 48, 3, 250, 0, // Skip to: 141058 |
15727 | | /* 77055 */ MCD_OPC_Decode, 178, 52, 208, 2, // Opcode: ST4Fourv4h |
15728 | | /* 77060 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 77075 |
15729 | | /* 77065 */ MCD_OPC_CheckPredicate, 48, 244, 249, 0, // Skip to: 141058 |
15730 | | /* 77070 */ MCD_OPC_Decode, 176, 52, 208, 2, // Opcode: ST4Fourv2s |
15731 | | /* 77075 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 77090 |
15732 | | /* 77080 */ MCD_OPC_CheckPredicate, 48, 229, 249, 0, // Skip to: 141058 |
15733 | | /* 77085 */ MCD_OPC_Decode, 131, 51, 208, 2, // Opcode: ST1Fourv8b |
15734 | | /* 77090 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 77105 |
15735 | | /* 77095 */ MCD_OPC_CheckPredicate, 48, 214, 249, 0, // Skip to: 141058 |
15736 | | /* 77100 */ MCD_OPC_Decode, 255, 50, 208, 2, // Opcode: ST1Fourv4h |
15737 | | /* 77105 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 77120 |
15738 | | /* 77110 */ MCD_OPC_CheckPredicate, 48, 199, 249, 0, // Skip to: 141058 |
15739 | | /* 77115 */ MCD_OPC_Decode, 253, 50, 208, 2, // Opcode: ST1Fourv2s |
15740 | | /* 77120 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 77135 |
15741 | | /* 77125 */ MCD_OPC_CheckPredicate, 48, 184, 249, 0, // Skip to: 141058 |
15742 | | /* 77130 */ MCD_OPC_Decode, 249, 50, 208, 2, // Opcode: ST1Fourv1d |
15743 | | /* 77135 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 77150 |
15744 | | /* 77140 */ MCD_OPC_CheckPredicate, 48, 169, 249, 0, // Skip to: 141058 |
15745 | | /* 77145 */ MCD_OPC_Decode, 154, 52, 209, 2, // Opcode: ST3Threev8b |
15746 | | /* 77150 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 77165 |
15747 | | /* 77155 */ MCD_OPC_CheckPredicate, 48, 154, 249, 0, // Skip to: 141058 |
15748 | | /* 77160 */ MCD_OPC_Decode, 150, 52, 209, 2, // Opcode: ST3Threev4h |
15749 | | /* 77165 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 77180 |
15750 | | /* 77170 */ MCD_OPC_CheckPredicate, 48, 139, 249, 0, // Skip to: 141058 |
15751 | | /* 77175 */ MCD_OPC_Decode, 148, 52, 209, 2, // Opcode: ST3Threev2s |
15752 | | /* 77180 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 77195 |
15753 | | /* 77185 */ MCD_OPC_CheckPredicate, 48, 124, 249, 0, // Skip to: 141058 |
15754 | | /* 77190 */ MCD_OPC_Decode, 177, 51, 209, 2, // Opcode: ST1Threev8b |
15755 | | /* 77195 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 77210 |
15756 | | /* 77200 */ MCD_OPC_CheckPredicate, 48, 109, 249, 0, // Skip to: 141058 |
15757 | | /* 77205 */ MCD_OPC_Decode, 173, 51, 209, 2, // Opcode: ST1Threev4h |
15758 | | /* 77210 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 77225 |
15759 | | /* 77215 */ MCD_OPC_CheckPredicate, 48, 94, 249, 0, // Skip to: 141058 |
15760 | | /* 77220 */ MCD_OPC_Decode, 171, 51, 209, 2, // Opcode: ST1Threev2s |
15761 | | /* 77225 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 77240 |
15762 | | /* 77230 */ MCD_OPC_CheckPredicate, 48, 79, 249, 0, // Skip to: 141058 |
15763 | | /* 77235 */ MCD_OPC_Decode, 167, 51, 209, 2, // Opcode: ST1Threev1d |
15764 | | /* 77240 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 77255 |
15765 | | /* 77245 */ MCD_OPC_CheckPredicate, 48, 64, 249, 0, // Skip to: 141058 |
15766 | | /* 77250 */ MCD_OPC_Decode, 161, 51, 210, 2, // Opcode: ST1Onev8b |
15767 | | /* 77255 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 77270 |
15768 | | /* 77260 */ MCD_OPC_CheckPredicate, 48, 49, 249, 0, // Skip to: 141058 |
15769 | | /* 77265 */ MCD_OPC_Decode, 157, 51, 210, 2, // Opcode: ST1Onev4h |
15770 | | /* 77270 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 77285 |
15771 | | /* 77275 */ MCD_OPC_CheckPredicate, 48, 34, 249, 0, // Skip to: 141058 |
15772 | | /* 77280 */ MCD_OPC_Decode, 155, 51, 210, 2, // Opcode: ST1Onev2s |
15773 | | /* 77285 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 77300 |
15774 | | /* 77290 */ MCD_OPC_CheckPredicate, 48, 19, 249, 0, // Skip to: 141058 |
15775 | | /* 77295 */ MCD_OPC_Decode, 151, 51, 210, 2, // Opcode: ST1Onev1d |
15776 | | /* 77300 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 77315 |
15777 | | /* 77305 */ MCD_OPC_CheckPredicate, 48, 4, 249, 0, // Skip to: 141058 |
15778 | | /* 77310 */ MCD_OPC_Decode, 250, 51, 211, 2, // Opcode: ST2Twov8b |
15779 | | /* 77315 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 77330 |
15780 | | /* 77320 */ MCD_OPC_CheckPredicate, 48, 245, 248, 0, // Skip to: 141058 |
15781 | | /* 77325 */ MCD_OPC_Decode, 246, 51, 211, 2, // Opcode: ST2Twov4h |
15782 | | /* 77330 */ MCD_OPC_FilterValue, 34, 10, 0, 0, // Skip to: 77345 |
15783 | | /* 77335 */ MCD_OPC_CheckPredicate, 48, 230, 248, 0, // Skip to: 141058 |
15784 | | /* 77340 */ MCD_OPC_Decode, 244, 51, 211, 2, // Opcode: ST2Twov2s |
15785 | | /* 77345 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 77360 |
15786 | | /* 77350 */ MCD_OPC_CheckPredicate, 48, 215, 248, 0, // Skip to: 141058 |
15787 | | /* 77355 */ MCD_OPC_Decode, 193, 51, 211, 2, // Opcode: ST1Twov8b |
15788 | | /* 77360 */ MCD_OPC_FilterValue, 41, 10, 0, 0, // Skip to: 77375 |
15789 | | /* 77365 */ MCD_OPC_CheckPredicate, 48, 200, 248, 0, // Skip to: 141058 |
15790 | | /* 77370 */ MCD_OPC_Decode, 189, 51, 211, 2, // Opcode: ST1Twov4h |
15791 | | /* 77375 */ MCD_OPC_FilterValue, 42, 10, 0, 0, // Skip to: 77390 |
15792 | | /* 77380 */ MCD_OPC_CheckPredicate, 48, 185, 248, 0, // Skip to: 141058 |
15793 | | /* 77385 */ MCD_OPC_Decode, 187, 51, 211, 2, // Opcode: ST1Twov2s |
15794 | | /* 77390 */ MCD_OPC_FilterValue, 43, 175, 248, 0, // Skip to: 141058 |
15795 | | /* 77395 */ MCD_OPC_CheckPredicate, 48, 170, 248, 0, // Skip to: 141058 |
15796 | | /* 77400 */ MCD_OPC_Decode, 183, 51, 211, 2, // Opcode: ST1Twov1d |
15797 | | /* 77405 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 77420 |
15798 | | /* 77410 */ MCD_OPC_CheckPredicate, 49, 155, 248, 0, // Skip to: 141058 |
15799 | | /* 77415 */ MCD_OPC_Decode, 242, 52, 205, 2, // Opcode: STNPSi |
15800 | | /* 77420 */ MCD_OPC_FilterValue, 2, 167, 1, 0, // Skip to: 77848 |
15801 | | /* 77425 */ MCD_OPC_ExtractField, 10, 12, // Inst{21-10} ... |
15802 | | /* 77428 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 77443 |
15803 | | /* 77433 */ MCD_OPC_CheckPredicate, 48, 132, 248, 0, // Skip to: 141058 |
15804 | | /* 77438 */ MCD_OPC_Decode, 172, 52, 212, 2, // Opcode: ST4Fourv16b |
15805 | | /* 77443 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 77458 |
15806 | | /* 77448 */ MCD_OPC_CheckPredicate, 48, 117, 248, 0, // Skip to: 141058 |
15807 | | /* 77453 */ MCD_OPC_Decode, 184, 52, 212, 2, // Opcode: ST4Fourv8h |
15808 | | /* 77458 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 77473 |
15809 | | /* 77463 */ MCD_OPC_CheckPredicate, 48, 102, 248, 0, // Skip to: 141058 |
15810 | | /* 77468 */ MCD_OPC_Decode, 180, 52, 212, 2, // Opcode: ST4Fourv4s |
15811 | | /* 77473 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 77488 |
15812 | | /* 77478 */ MCD_OPC_CheckPredicate, 48, 87, 248, 0, // Skip to: 141058 |
15813 | | /* 77483 */ MCD_OPC_Decode, 174, 52, 212, 2, // Opcode: ST4Fourv2d |
15814 | | /* 77488 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 77503 |
15815 | | /* 77493 */ MCD_OPC_CheckPredicate, 48, 72, 248, 0, // Skip to: 141058 |
15816 | | /* 77498 */ MCD_OPC_Decode, 247, 50, 212, 2, // Opcode: ST1Fourv16b |
15817 | | /* 77503 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 77518 |
15818 | | /* 77508 */ MCD_OPC_CheckPredicate, 48, 57, 248, 0, // Skip to: 141058 |
15819 | | /* 77513 */ MCD_OPC_Decode, 133, 51, 212, 2, // Opcode: ST1Fourv8h |
15820 | | /* 77518 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 77533 |
15821 | | /* 77523 */ MCD_OPC_CheckPredicate, 48, 42, 248, 0, // Skip to: 141058 |
15822 | | /* 77528 */ MCD_OPC_Decode, 129, 51, 212, 2, // Opcode: ST1Fourv4s |
15823 | | /* 77533 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 77548 |
15824 | | /* 77538 */ MCD_OPC_CheckPredicate, 48, 27, 248, 0, // Skip to: 141058 |
15825 | | /* 77543 */ MCD_OPC_Decode, 251, 50, 212, 2, // Opcode: ST1Fourv2d |
15826 | | /* 77548 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 77563 |
15827 | | /* 77553 */ MCD_OPC_CheckPredicate, 48, 12, 248, 0, // Skip to: 141058 |
15828 | | /* 77558 */ MCD_OPC_Decode, 144, 52, 213, 2, // Opcode: ST3Threev16b |
15829 | | /* 77563 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 77578 |
15830 | | /* 77568 */ MCD_OPC_CheckPredicate, 48, 253, 247, 0, // Skip to: 141058 |
15831 | | /* 77573 */ MCD_OPC_Decode, 156, 52, 213, 2, // Opcode: ST3Threev8h |
15832 | | /* 77578 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 77593 |
15833 | | /* 77583 */ MCD_OPC_CheckPredicate, 48, 238, 247, 0, // Skip to: 141058 |
15834 | | /* 77588 */ MCD_OPC_Decode, 152, 52, 213, 2, // Opcode: ST3Threev4s |
15835 | | /* 77593 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 77608 |
15836 | | /* 77598 */ MCD_OPC_CheckPredicate, 48, 223, 247, 0, // Skip to: 141058 |
15837 | | /* 77603 */ MCD_OPC_Decode, 146, 52, 213, 2, // Opcode: ST3Threev2d |
15838 | | /* 77608 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 77623 |
15839 | | /* 77613 */ MCD_OPC_CheckPredicate, 48, 208, 247, 0, // Skip to: 141058 |
15840 | | /* 77618 */ MCD_OPC_Decode, 165, 51, 213, 2, // Opcode: ST1Threev16b |
15841 | | /* 77623 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 77638 |
15842 | | /* 77628 */ MCD_OPC_CheckPredicate, 48, 193, 247, 0, // Skip to: 141058 |
15843 | | /* 77633 */ MCD_OPC_Decode, 179, 51, 213, 2, // Opcode: ST1Threev8h |
15844 | | /* 77638 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 77653 |
15845 | | /* 77643 */ MCD_OPC_CheckPredicate, 48, 178, 247, 0, // Skip to: 141058 |
15846 | | /* 77648 */ MCD_OPC_Decode, 175, 51, 213, 2, // Opcode: ST1Threev4s |
15847 | | /* 77653 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 77668 |
15848 | | /* 77658 */ MCD_OPC_CheckPredicate, 48, 163, 247, 0, // Skip to: 141058 |
15849 | | /* 77663 */ MCD_OPC_Decode, 169, 51, 213, 2, // Opcode: ST1Threev2d |
15850 | | /* 77668 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 77683 |
15851 | | /* 77673 */ MCD_OPC_CheckPredicate, 48, 148, 247, 0, // Skip to: 141058 |
15852 | | /* 77678 */ MCD_OPC_Decode, 149, 51, 214, 2, // Opcode: ST1Onev16b |
15853 | | /* 77683 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 77698 |
15854 | | /* 77688 */ MCD_OPC_CheckPredicate, 48, 133, 247, 0, // Skip to: 141058 |
15855 | | /* 77693 */ MCD_OPC_Decode, 163, 51, 214, 2, // Opcode: ST1Onev8h |
15856 | | /* 77698 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 77713 |
15857 | | /* 77703 */ MCD_OPC_CheckPredicate, 48, 118, 247, 0, // Skip to: 141058 |
15858 | | /* 77708 */ MCD_OPC_Decode, 159, 51, 214, 2, // Opcode: ST1Onev4s |
15859 | | /* 77713 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 77728 |
15860 | | /* 77718 */ MCD_OPC_CheckPredicate, 48, 103, 247, 0, // Skip to: 141058 |
15861 | | /* 77723 */ MCD_OPC_Decode, 153, 51, 214, 2, // Opcode: ST1Onev2d |
15862 | | /* 77728 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 77743 |
15863 | | /* 77733 */ MCD_OPC_CheckPredicate, 48, 88, 247, 0, // Skip to: 141058 |
15864 | | /* 77738 */ MCD_OPC_Decode, 240, 51, 215, 2, // Opcode: ST2Twov16b |
15865 | | /* 77743 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 77758 |
15866 | | /* 77748 */ MCD_OPC_CheckPredicate, 48, 73, 247, 0, // Skip to: 141058 |
15867 | | /* 77753 */ MCD_OPC_Decode, 252, 51, 215, 2, // Opcode: ST2Twov8h |
15868 | | /* 77758 */ MCD_OPC_FilterValue, 34, 10, 0, 0, // Skip to: 77773 |
15869 | | /* 77763 */ MCD_OPC_CheckPredicate, 48, 58, 247, 0, // Skip to: 141058 |
15870 | | /* 77768 */ MCD_OPC_Decode, 248, 51, 215, 2, // Opcode: ST2Twov4s |
15871 | | /* 77773 */ MCD_OPC_FilterValue, 35, 10, 0, 0, // Skip to: 77788 |
15872 | | /* 77778 */ MCD_OPC_CheckPredicate, 48, 43, 247, 0, // Skip to: 141058 |
15873 | | /* 77783 */ MCD_OPC_Decode, 242, 51, 215, 2, // Opcode: ST2Twov2d |
15874 | | /* 77788 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 77803 |
15875 | | /* 77793 */ MCD_OPC_CheckPredicate, 48, 28, 247, 0, // Skip to: 141058 |
15876 | | /* 77798 */ MCD_OPC_Decode, 181, 51, 215, 2, // Opcode: ST1Twov16b |
15877 | | /* 77803 */ MCD_OPC_FilterValue, 41, 10, 0, 0, // Skip to: 77818 |
15878 | | /* 77808 */ MCD_OPC_CheckPredicate, 48, 13, 247, 0, // Skip to: 141058 |
15879 | | /* 77813 */ MCD_OPC_Decode, 195, 51, 215, 2, // Opcode: ST1Twov8h |
15880 | | /* 77818 */ MCD_OPC_FilterValue, 42, 10, 0, 0, // Skip to: 77833 |
15881 | | /* 77823 */ MCD_OPC_CheckPredicate, 48, 254, 246, 0, // Skip to: 141058 |
15882 | | /* 77828 */ MCD_OPC_Decode, 191, 51, 215, 2, // Opcode: ST1Twov4s |
15883 | | /* 77833 */ MCD_OPC_FilterValue, 43, 244, 246, 0, // Skip to: 141058 |
15884 | | /* 77838 */ MCD_OPC_CheckPredicate, 48, 239, 246, 0, // Skip to: 141058 |
15885 | | /* 77843 */ MCD_OPC_Decode, 185, 51, 215, 2, // Opcode: ST1Twov2d |
15886 | | /* 77848 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 77863 |
15887 | | /* 77853 */ MCD_OPC_CheckPredicate, 49, 224, 246, 0, // Skip to: 141058 |
15888 | | /* 77858 */ MCD_OPC_Decode, 240, 52, 205, 2, // Opcode: STNPDi |
15889 | | /* 77863 */ MCD_OPC_FilterValue, 5, 214, 246, 0, // Skip to: 141058 |
15890 | | /* 77868 */ MCD_OPC_CheckPredicate, 49, 209, 246, 0, // Skip to: 141058 |
15891 | | /* 77873 */ MCD_OPC_Decode, 241, 52, 205, 2, // Opcode: STNPQi |
15892 | | /* 77878 */ MCD_OPC_FilterValue, 1, 91, 3, 0, // Skip to: 78742 |
15893 | | /* 77883 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
15894 | | /* 77886 */ MCD_OPC_FilterValue, 0, 122, 1, 0, // Skip to: 78269 |
15895 | | /* 77891 */ MCD_OPC_ExtractField, 10, 12, // Inst{21-10} ... |
15896 | | /* 77894 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 77909 |
15897 | | /* 77899 */ MCD_OPC_CheckPredicate, 48, 178, 246, 0, // Skip to: 141058 |
15898 | | /* 77904 */ MCD_OPC_Decode, 241, 32, 208, 2, // Opcode: LD4Fourv8b |
15899 | | /* 77909 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 77924 |
15900 | | /* 77914 */ MCD_OPC_CheckPredicate, 48, 163, 246, 0, // Skip to: 141058 |
15901 | | /* 77919 */ MCD_OPC_Decode, 237, 32, 208, 2, // Opcode: LD4Fourv4h |
15902 | | /* 77924 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 77939 |
15903 | | /* 77929 */ MCD_OPC_CheckPredicate, 48, 148, 246, 0, // Skip to: 141058 |
15904 | | /* 77934 */ MCD_OPC_Decode, 235, 32, 208, 2, // Opcode: LD4Fourv2s |
15905 | | /* 77939 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 77954 |
15906 | | /* 77944 */ MCD_OPC_CheckPredicate, 48, 133, 246, 0, // Skip to: 141058 |
15907 | | /* 77949 */ MCD_OPC_Decode, 229, 30, 208, 2, // Opcode: LD1Fourv8b |
15908 | | /* 77954 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 77969 |
15909 | | /* 77959 */ MCD_OPC_CheckPredicate, 48, 118, 246, 0, // Skip to: 141058 |
15910 | | /* 77964 */ MCD_OPC_Decode, 225, 30, 208, 2, // Opcode: LD1Fourv4h |
15911 | | /* 77969 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 77984 |
15912 | | /* 77974 */ MCD_OPC_CheckPredicate, 48, 103, 246, 0, // Skip to: 141058 |
15913 | | /* 77979 */ MCD_OPC_Decode, 223, 30, 208, 2, // Opcode: LD1Fourv2s |
15914 | | /* 77984 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 77999 |
15915 | | /* 77989 */ MCD_OPC_CheckPredicate, 48, 88, 246, 0, // Skip to: 141058 |
15916 | | /* 77994 */ MCD_OPC_Decode, 219, 30, 208, 2, // Opcode: LD1Fourv1d |
15917 | | /* 77999 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 78014 |
15918 | | /* 78004 */ MCD_OPC_CheckPredicate, 48, 73, 246, 0, // Skip to: 141058 |
15919 | | /* 78009 */ MCD_OPC_Decode, 213, 32, 209, 2, // Opcode: LD3Threev8b |
15920 | | /* 78014 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 78029 |
15921 | | /* 78019 */ MCD_OPC_CheckPredicate, 48, 58, 246, 0, // Skip to: 141058 |
15922 | | /* 78024 */ MCD_OPC_Decode, 209, 32, 209, 2, // Opcode: LD3Threev4h |
15923 | | /* 78029 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 78044 |
15924 | | /* 78034 */ MCD_OPC_CheckPredicate, 48, 43, 246, 0, // Skip to: 141058 |
15925 | | /* 78039 */ MCD_OPC_Decode, 207, 32, 209, 2, // Opcode: LD3Threev2s |
15926 | | /* 78044 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 78059 |
15927 | | /* 78049 */ MCD_OPC_CheckPredicate, 48, 28, 246, 0, // Skip to: 141058 |
15928 | | /* 78054 */ MCD_OPC_Decode, 207, 31, 209, 2, // Opcode: LD1Threev8b |
15929 | | /* 78059 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 78074 |
15930 | | /* 78064 */ MCD_OPC_CheckPredicate, 48, 13, 246, 0, // Skip to: 141058 |
15931 | | /* 78069 */ MCD_OPC_Decode, 203, 31, 209, 2, // Opcode: LD1Threev4h |
15932 | | /* 78074 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 78089 |
15933 | | /* 78079 */ MCD_OPC_CheckPredicate, 48, 254, 245, 0, // Skip to: 141058 |
15934 | | /* 78084 */ MCD_OPC_Decode, 201, 31, 209, 2, // Opcode: LD1Threev2s |
15935 | | /* 78089 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 78104 |
15936 | | /* 78094 */ MCD_OPC_CheckPredicate, 48, 239, 245, 0, // Skip to: 141058 |
15937 | | /* 78099 */ MCD_OPC_Decode, 197, 31, 209, 2, // Opcode: LD1Threev1d |
15938 | | /* 78104 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 78119 |
15939 | | /* 78109 */ MCD_OPC_CheckPredicate, 48, 224, 245, 0, // Skip to: 141058 |
15940 | | /* 78114 */ MCD_OPC_Decode, 131, 31, 210, 2, // Opcode: LD1Onev8b |
15941 | | /* 78119 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 78134 |
15942 | | /* 78124 */ MCD_OPC_CheckPredicate, 48, 209, 245, 0, // Skip to: 141058 |
15943 | | /* 78129 */ MCD_OPC_Decode, 255, 30, 210, 2, // Opcode: LD1Onev4h |
15944 | | /* 78134 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 78149 |
15945 | | /* 78139 */ MCD_OPC_CheckPredicate, 48, 194, 245, 0, // Skip to: 141058 |
15946 | | /* 78144 */ MCD_OPC_Decode, 253, 30, 210, 2, // Opcode: LD1Onev2s |
15947 | | /* 78149 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 78164 |
15948 | | /* 78154 */ MCD_OPC_CheckPredicate, 48, 179, 245, 0, // Skip to: 141058 |
15949 | | /* 78159 */ MCD_OPC_Decode, 249, 30, 210, 2, // Opcode: LD1Onev1d |
15950 | | /* 78164 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 78179 |
15951 | | /* 78169 */ MCD_OPC_CheckPredicate, 48, 164, 245, 0, // Skip to: 141058 |
15952 | | /* 78174 */ MCD_OPC_Decode, 165, 32, 211, 2, // Opcode: LD2Twov8b |
15953 | | /* 78179 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 78194 |
15954 | | /* 78184 */ MCD_OPC_CheckPredicate, 48, 149, 245, 0, // Skip to: 141058 |
15955 | | /* 78189 */ MCD_OPC_Decode, 161, 32, 211, 2, // Opcode: LD2Twov4h |
15956 | | /* 78194 */ MCD_OPC_FilterValue, 34, 10, 0, 0, // Skip to: 78209 |
15957 | | /* 78199 */ MCD_OPC_CheckPredicate, 48, 134, 245, 0, // Skip to: 141058 |
15958 | | /* 78204 */ MCD_OPC_Decode, 159, 32, 211, 2, // Opcode: LD2Twov2s |
15959 | | /* 78209 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 78224 |
15960 | | /* 78214 */ MCD_OPC_CheckPredicate, 48, 119, 245, 0, // Skip to: 141058 |
15961 | | /* 78219 */ MCD_OPC_Decode, 223, 31, 211, 2, // Opcode: LD1Twov8b |
15962 | | /* 78224 */ MCD_OPC_FilterValue, 41, 10, 0, 0, // Skip to: 78239 |
15963 | | /* 78229 */ MCD_OPC_CheckPredicate, 48, 104, 245, 0, // Skip to: 141058 |
15964 | | /* 78234 */ MCD_OPC_Decode, 219, 31, 211, 2, // Opcode: LD1Twov4h |
15965 | | /* 78239 */ MCD_OPC_FilterValue, 42, 10, 0, 0, // Skip to: 78254 |
15966 | | /* 78244 */ MCD_OPC_CheckPredicate, 48, 89, 245, 0, // Skip to: 141058 |
15967 | | /* 78249 */ MCD_OPC_Decode, 217, 31, 211, 2, // Opcode: LD1Twov2s |
15968 | | /* 78254 */ MCD_OPC_FilterValue, 43, 79, 245, 0, // Skip to: 141058 |
15969 | | /* 78259 */ MCD_OPC_CheckPredicate, 48, 74, 245, 0, // Skip to: 141058 |
15970 | | /* 78264 */ MCD_OPC_Decode, 213, 31, 211, 2, // Opcode: LD1Twov1d |
15971 | | /* 78269 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 78284 |
15972 | | /* 78274 */ MCD_OPC_CheckPredicate, 49, 59, 245, 0, // Skip to: 141058 |
15973 | | /* 78279 */ MCD_OPC_Decode, 147, 34, 205, 2, // Opcode: LDNPSi |
15974 | | /* 78284 */ MCD_OPC_FilterValue, 2, 167, 1, 0, // Skip to: 78712 |
15975 | | /* 78289 */ MCD_OPC_ExtractField, 10, 12, // Inst{21-10} ... |
15976 | | /* 78292 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 78307 |
15977 | | /* 78297 */ MCD_OPC_CheckPredicate, 48, 36, 245, 0, // Skip to: 141058 |
15978 | | /* 78302 */ MCD_OPC_Decode, 231, 32, 212, 2, // Opcode: LD4Fourv16b |
15979 | | /* 78307 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 78322 |
15980 | | /* 78312 */ MCD_OPC_CheckPredicate, 48, 21, 245, 0, // Skip to: 141058 |
15981 | | /* 78317 */ MCD_OPC_Decode, 243, 32, 212, 2, // Opcode: LD4Fourv8h |
15982 | | /* 78322 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 78337 |
15983 | | /* 78327 */ MCD_OPC_CheckPredicate, 48, 6, 245, 0, // Skip to: 141058 |
15984 | | /* 78332 */ MCD_OPC_Decode, 239, 32, 212, 2, // Opcode: LD4Fourv4s |
15985 | | /* 78337 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 78352 |
15986 | | /* 78342 */ MCD_OPC_CheckPredicate, 48, 247, 244, 0, // Skip to: 141058 |
15987 | | /* 78347 */ MCD_OPC_Decode, 233, 32, 212, 2, // Opcode: LD4Fourv2d |
15988 | | /* 78352 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 78367 |
15989 | | /* 78357 */ MCD_OPC_CheckPredicate, 48, 232, 244, 0, // Skip to: 141058 |
15990 | | /* 78362 */ MCD_OPC_Decode, 217, 30, 212, 2, // Opcode: LD1Fourv16b |
15991 | | /* 78367 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 78382 |
15992 | | /* 78372 */ MCD_OPC_CheckPredicate, 48, 217, 244, 0, // Skip to: 141058 |
15993 | | /* 78377 */ MCD_OPC_Decode, 231, 30, 212, 2, // Opcode: LD1Fourv8h |
15994 | | /* 78382 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 78397 |
15995 | | /* 78387 */ MCD_OPC_CheckPredicate, 48, 202, 244, 0, // Skip to: 141058 |
15996 | | /* 78392 */ MCD_OPC_Decode, 227, 30, 212, 2, // Opcode: LD1Fourv4s |
15997 | | /* 78397 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 78412 |
15998 | | /* 78402 */ MCD_OPC_CheckPredicate, 48, 187, 244, 0, // Skip to: 141058 |
15999 | | /* 78407 */ MCD_OPC_Decode, 221, 30, 212, 2, // Opcode: LD1Fourv2d |
16000 | | /* 78412 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 78427 |
16001 | | /* 78417 */ MCD_OPC_CheckPredicate, 48, 172, 244, 0, // Skip to: 141058 |
16002 | | /* 78422 */ MCD_OPC_Decode, 203, 32, 213, 2, // Opcode: LD3Threev16b |
16003 | | /* 78427 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 78442 |
16004 | | /* 78432 */ MCD_OPC_CheckPredicate, 48, 157, 244, 0, // Skip to: 141058 |
16005 | | /* 78437 */ MCD_OPC_Decode, 215, 32, 213, 2, // Opcode: LD3Threev8h |
16006 | | /* 78442 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 78457 |
16007 | | /* 78447 */ MCD_OPC_CheckPredicate, 48, 142, 244, 0, // Skip to: 141058 |
16008 | | /* 78452 */ MCD_OPC_Decode, 211, 32, 213, 2, // Opcode: LD3Threev4s |
16009 | | /* 78457 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 78472 |
16010 | | /* 78462 */ MCD_OPC_CheckPredicate, 48, 127, 244, 0, // Skip to: 141058 |
16011 | | /* 78467 */ MCD_OPC_Decode, 205, 32, 213, 2, // Opcode: LD3Threev2d |
16012 | | /* 78472 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 78487 |
16013 | | /* 78477 */ MCD_OPC_CheckPredicate, 48, 112, 244, 0, // Skip to: 141058 |
16014 | | /* 78482 */ MCD_OPC_Decode, 195, 31, 213, 2, // Opcode: LD1Threev16b |
16015 | | /* 78487 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 78502 |
16016 | | /* 78492 */ MCD_OPC_CheckPredicate, 48, 97, 244, 0, // Skip to: 141058 |
16017 | | /* 78497 */ MCD_OPC_Decode, 209, 31, 213, 2, // Opcode: LD1Threev8h |
16018 | | /* 78502 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 78517 |
16019 | | /* 78507 */ MCD_OPC_CheckPredicate, 48, 82, 244, 0, // Skip to: 141058 |
16020 | | /* 78512 */ MCD_OPC_Decode, 205, 31, 213, 2, // Opcode: LD1Threev4s |
16021 | | /* 78517 */ MCD_OPC_FilterValue, 27, 10, 0, 0, // Skip to: 78532 |
16022 | | /* 78522 */ MCD_OPC_CheckPredicate, 48, 67, 244, 0, // Skip to: 141058 |
16023 | | /* 78527 */ MCD_OPC_Decode, 199, 31, 213, 2, // Opcode: LD1Threev2d |
16024 | | /* 78532 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 78547 |
16025 | | /* 78537 */ MCD_OPC_CheckPredicate, 48, 52, 244, 0, // Skip to: 141058 |
16026 | | /* 78542 */ MCD_OPC_Decode, 247, 30, 214, 2, // Opcode: LD1Onev16b |
16027 | | /* 78547 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 78562 |
16028 | | /* 78552 */ MCD_OPC_CheckPredicate, 48, 37, 244, 0, // Skip to: 141058 |
16029 | | /* 78557 */ MCD_OPC_Decode, 133, 31, 214, 2, // Opcode: LD1Onev8h |
16030 | | /* 78562 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 78577 |
16031 | | /* 78567 */ MCD_OPC_CheckPredicate, 48, 22, 244, 0, // Skip to: 141058 |
16032 | | /* 78572 */ MCD_OPC_Decode, 129, 31, 214, 2, // Opcode: LD1Onev4s |
16033 | | /* 78577 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 78592 |
16034 | | /* 78582 */ MCD_OPC_CheckPredicate, 48, 7, 244, 0, // Skip to: 141058 |
16035 | | /* 78587 */ MCD_OPC_Decode, 251, 30, 214, 2, // Opcode: LD1Onev2d |
16036 | | /* 78592 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 78607 |
16037 | | /* 78597 */ MCD_OPC_CheckPredicate, 48, 248, 243, 0, // Skip to: 141058 |
16038 | | /* 78602 */ MCD_OPC_Decode, 155, 32, 215, 2, // Opcode: LD2Twov16b |
16039 | | /* 78607 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 78622 |
16040 | | /* 78612 */ MCD_OPC_CheckPredicate, 48, 233, 243, 0, // Skip to: 141058 |
16041 | | /* 78617 */ MCD_OPC_Decode, 167, 32, 215, 2, // Opcode: LD2Twov8h |
16042 | | /* 78622 */ MCD_OPC_FilterValue, 34, 10, 0, 0, // Skip to: 78637 |
16043 | | /* 78627 */ MCD_OPC_CheckPredicate, 48, 218, 243, 0, // Skip to: 141058 |
16044 | | /* 78632 */ MCD_OPC_Decode, 163, 32, 215, 2, // Opcode: LD2Twov4s |
16045 | | /* 78637 */ MCD_OPC_FilterValue, 35, 10, 0, 0, // Skip to: 78652 |
16046 | | /* 78642 */ MCD_OPC_CheckPredicate, 48, 203, 243, 0, // Skip to: 141058 |
16047 | | /* 78647 */ MCD_OPC_Decode, 157, 32, 215, 2, // Opcode: LD2Twov2d |
16048 | | /* 78652 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 78667 |
16049 | | /* 78657 */ MCD_OPC_CheckPredicate, 48, 188, 243, 0, // Skip to: 141058 |
16050 | | /* 78662 */ MCD_OPC_Decode, 211, 31, 215, 2, // Opcode: LD1Twov16b |
16051 | | /* 78667 */ MCD_OPC_FilterValue, 41, 10, 0, 0, // Skip to: 78682 |
16052 | | /* 78672 */ MCD_OPC_CheckPredicate, 48, 173, 243, 0, // Skip to: 141058 |
16053 | | /* 78677 */ MCD_OPC_Decode, 225, 31, 215, 2, // Opcode: LD1Twov8h |
16054 | | /* 78682 */ MCD_OPC_FilterValue, 42, 10, 0, 0, // Skip to: 78697 |
16055 | | /* 78687 */ MCD_OPC_CheckPredicate, 48, 158, 243, 0, // Skip to: 141058 |
16056 | | /* 78692 */ MCD_OPC_Decode, 221, 31, 215, 2, // Opcode: LD1Twov4s |
16057 | | /* 78697 */ MCD_OPC_FilterValue, 43, 148, 243, 0, // Skip to: 141058 |
16058 | | /* 78702 */ MCD_OPC_CheckPredicate, 48, 143, 243, 0, // Skip to: 141058 |
16059 | | /* 78707 */ MCD_OPC_Decode, 215, 31, 215, 2, // Opcode: LD1Twov2d |
16060 | | /* 78712 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 78727 |
16061 | | /* 78717 */ MCD_OPC_CheckPredicate, 49, 128, 243, 0, // Skip to: 141058 |
16062 | | /* 78722 */ MCD_OPC_Decode, 145, 34, 205, 2, // Opcode: LDNPDi |
16063 | | /* 78727 */ MCD_OPC_FilterValue, 5, 118, 243, 0, // Skip to: 141058 |
16064 | | /* 78732 */ MCD_OPC_CheckPredicate, 49, 113, 243, 0, // Skip to: 141058 |
16065 | | /* 78737 */ MCD_OPC_Decode, 146, 34, 205, 2, // Opcode: LDNPQi |
16066 | | /* 78742 */ MCD_OPC_FilterValue, 2, 206, 4, 0, // Skip to: 79977 |
16067 | | /* 78747 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
16068 | | /* 78750 */ MCD_OPC_FilterValue, 0, 41, 2, 0, // Skip to: 79308 |
16069 | | /* 78755 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
16070 | | /* 78758 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 78780 |
16071 | | /* 78763 */ MCD_OPC_CheckPredicate, 48, 82, 243, 0, // Skip to: 141058 |
16072 | | /* 78768 */ MCD_OPC_CheckField, 21, 1, 0, 75, 243, 0, // Skip to: 141058 |
16073 | | /* 78775 */ MCD_OPC_Decode, 183, 52, 216, 2, // Opcode: ST4Fourv8b_POST |
16074 | | /* 78780 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 78802 |
16075 | | /* 78785 */ MCD_OPC_CheckPredicate, 48, 60, 243, 0, // Skip to: 141058 |
16076 | | /* 78790 */ MCD_OPC_CheckField, 21, 1, 0, 53, 243, 0, // Skip to: 141058 |
16077 | | /* 78797 */ MCD_OPC_Decode, 179, 52, 216, 2, // Opcode: ST4Fourv4h_POST |
16078 | | /* 78802 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 78824 |
16079 | | /* 78807 */ MCD_OPC_CheckPredicate, 48, 38, 243, 0, // Skip to: 141058 |
16080 | | /* 78812 */ MCD_OPC_CheckField, 21, 1, 0, 31, 243, 0, // Skip to: 141058 |
16081 | | /* 78819 */ MCD_OPC_Decode, 177, 52, 216, 2, // Opcode: ST4Fourv2s_POST |
16082 | | /* 78824 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 78846 |
16083 | | /* 78829 */ MCD_OPC_CheckPredicate, 48, 16, 243, 0, // Skip to: 141058 |
16084 | | /* 78834 */ MCD_OPC_CheckField, 21, 1, 0, 9, 243, 0, // Skip to: 141058 |
16085 | | /* 78841 */ MCD_OPC_Decode, 132, 51, 216, 2, // Opcode: ST1Fourv8b_POST |
16086 | | /* 78846 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 78868 |
16087 | | /* 78851 */ MCD_OPC_CheckPredicate, 48, 250, 242, 0, // Skip to: 141058 |
16088 | | /* 78856 */ MCD_OPC_CheckField, 21, 1, 0, 243, 242, 0, // Skip to: 141058 |
16089 | | /* 78863 */ MCD_OPC_Decode, 128, 51, 216, 2, // Opcode: ST1Fourv4h_POST |
16090 | | /* 78868 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 78890 |
16091 | | /* 78873 */ MCD_OPC_CheckPredicate, 48, 228, 242, 0, // Skip to: 141058 |
16092 | | /* 78878 */ MCD_OPC_CheckField, 21, 1, 0, 221, 242, 0, // Skip to: 141058 |
16093 | | /* 78885 */ MCD_OPC_Decode, 254, 50, 216, 2, // Opcode: ST1Fourv2s_POST |
16094 | | /* 78890 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 78912 |
16095 | | /* 78895 */ MCD_OPC_CheckPredicate, 48, 206, 242, 0, // Skip to: 141058 |
16096 | | /* 78900 */ MCD_OPC_CheckField, 21, 1, 0, 199, 242, 0, // Skip to: 141058 |
16097 | | /* 78907 */ MCD_OPC_Decode, 250, 50, 216, 2, // Opcode: ST1Fourv1d_POST |
16098 | | /* 78912 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 78934 |
16099 | | /* 78917 */ MCD_OPC_CheckPredicate, 48, 184, 242, 0, // Skip to: 141058 |
16100 | | /* 78922 */ MCD_OPC_CheckField, 21, 1, 0, 177, 242, 0, // Skip to: 141058 |
16101 | | /* 78929 */ MCD_OPC_Decode, 155, 52, 217, 2, // Opcode: ST3Threev8b_POST |
16102 | | /* 78934 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 78956 |
16103 | | /* 78939 */ MCD_OPC_CheckPredicate, 48, 162, 242, 0, // Skip to: 141058 |
16104 | | /* 78944 */ MCD_OPC_CheckField, 21, 1, 0, 155, 242, 0, // Skip to: 141058 |
16105 | | /* 78951 */ MCD_OPC_Decode, 151, 52, 217, 2, // Opcode: ST3Threev4h_POST |
16106 | | /* 78956 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 78978 |
16107 | | /* 78961 */ MCD_OPC_CheckPredicate, 48, 140, 242, 0, // Skip to: 141058 |
16108 | | /* 78966 */ MCD_OPC_CheckField, 21, 1, 0, 133, 242, 0, // Skip to: 141058 |
16109 | | /* 78973 */ MCD_OPC_Decode, 149, 52, 217, 2, // Opcode: ST3Threev2s_POST |
16110 | | /* 78978 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 79000 |
16111 | | /* 78983 */ MCD_OPC_CheckPredicate, 48, 118, 242, 0, // Skip to: 141058 |
16112 | | /* 78988 */ MCD_OPC_CheckField, 21, 1, 0, 111, 242, 0, // Skip to: 141058 |
16113 | | /* 78995 */ MCD_OPC_Decode, 178, 51, 217, 2, // Opcode: ST1Threev8b_POST |
16114 | | /* 79000 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 79022 |
16115 | | /* 79005 */ MCD_OPC_CheckPredicate, 48, 96, 242, 0, // Skip to: 141058 |
16116 | | /* 79010 */ MCD_OPC_CheckField, 21, 1, 0, 89, 242, 0, // Skip to: 141058 |
16117 | | /* 79017 */ MCD_OPC_Decode, 174, 51, 217, 2, // Opcode: ST1Threev4h_POST |
16118 | | /* 79022 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 79044 |
16119 | | /* 79027 */ MCD_OPC_CheckPredicate, 48, 74, 242, 0, // Skip to: 141058 |
16120 | | /* 79032 */ MCD_OPC_CheckField, 21, 1, 0, 67, 242, 0, // Skip to: 141058 |
16121 | | /* 79039 */ MCD_OPC_Decode, 172, 51, 217, 2, // Opcode: ST1Threev2s_POST |
16122 | | /* 79044 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 79066 |
16123 | | /* 79049 */ MCD_OPC_CheckPredicate, 48, 52, 242, 0, // Skip to: 141058 |
16124 | | /* 79054 */ MCD_OPC_CheckField, 21, 1, 0, 45, 242, 0, // Skip to: 141058 |
16125 | | /* 79061 */ MCD_OPC_Decode, 168, 51, 217, 2, // Opcode: ST1Threev1d_POST |
16126 | | /* 79066 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 79088 |
16127 | | /* 79071 */ MCD_OPC_CheckPredicate, 48, 30, 242, 0, // Skip to: 141058 |
16128 | | /* 79076 */ MCD_OPC_CheckField, 21, 1, 0, 23, 242, 0, // Skip to: 141058 |
16129 | | /* 79083 */ MCD_OPC_Decode, 162, 51, 218, 2, // Opcode: ST1Onev8b_POST |
16130 | | /* 79088 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 79110 |
16131 | | /* 79093 */ MCD_OPC_CheckPredicate, 48, 8, 242, 0, // Skip to: 141058 |
16132 | | /* 79098 */ MCD_OPC_CheckField, 21, 1, 0, 1, 242, 0, // Skip to: 141058 |
16133 | | /* 79105 */ MCD_OPC_Decode, 158, 51, 218, 2, // Opcode: ST1Onev4h_POST |
16134 | | /* 79110 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 79132 |
16135 | | /* 79115 */ MCD_OPC_CheckPredicate, 48, 242, 241, 0, // Skip to: 141058 |
16136 | | /* 79120 */ MCD_OPC_CheckField, 21, 1, 0, 235, 241, 0, // Skip to: 141058 |
16137 | | /* 79127 */ MCD_OPC_Decode, 156, 51, 218, 2, // Opcode: ST1Onev2s_POST |
16138 | | /* 79132 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 79154 |
16139 | | /* 79137 */ MCD_OPC_CheckPredicate, 48, 220, 241, 0, // Skip to: 141058 |
16140 | | /* 79142 */ MCD_OPC_CheckField, 21, 1, 0, 213, 241, 0, // Skip to: 141058 |
16141 | | /* 79149 */ MCD_OPC_Decode, 152, 51, 218, 2, // Opcode: ST1Onev1d_POST |
16142 | | /* 79154 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 79176 |
16143 | | /* 79159 */ MCD_OPC_CheckPredicate, 48, 198, 241, 0, // Skip to: 141058 |
16144 | | /* 79164 */ MCD_OPC_CheckField, 21, 1, 0, 191, 241, 0, // Skip to: 141058 |
16145 | | /* 79171 */ MCD_OPC_Decode, 251, 51, 219, 2, // Opcode: ST2Twov8b_POST |
16146 | | /* 79176 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 79198 |
16147 | | /* 79181 */ MCD_OPC_CheckPredicate, 48, 176, 241, 0, // Skip to: 141058 |
16148 | | /* 79186 */ MCD_OPC_CheckField, 21, 1, 0, 169, 241, 0, // Skip to: 141058 |
16149 | | /* 79193 */ MCD_OPC_Decode, 247, 51, 219, 2, // Opcode: ST2Twov4h_POST |
16150 | | /* 79198 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 79220 |
16151 | | /* 79203 */ MCD_OPC_CheckPredicate, 48, 154, 241, 0, // Skip to: 141058 |
16152 | | /* 79208 */ MCD_OPC_CheckField, 21, 1, 0, 147, 241, 0, // Skip to: 141058 |
16153 | | /* 79215 */ MCD_OPC_Decode, 245, 51, 219, 2, // Opcode: ST2Twov2s_POST |
16154 | | /* 79220 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 79242 |
16155 | | /* 79225 */ MCD_OPC_CheckPredicate, 48, 132, 241, 0, // Skip to: 141058 |
16156 | | /* 79230 */ MCD_OPC_CheckField, 21, 1, 0, 125, 241, 0, // Skip to: 141058 |
16157 | | /* 79237 */ MCD_OPC_Decode, 194, 51, 219, 2, // Opcode: ST1Twov8b_POST |
16158 | | /* 79242 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 79264 |
16159 | | /* 79247 */ MCD_OPC_CheckPredicate, 48, 110, 241, 0, // Skip to: 141058 |
16160 | | /* 79252 */ MCD_OPC_CheckField, 21, 1, 0, 103, 241, 0, // Skip to: 141058 |
16161 | | /* 79259 */ MCD_OPC_Decode, 190, 51, 219, 2, // Opcode: ST1Twov4h_POST |
16162 | | /* 79264 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 79286 |
16163 | | /* 79269 */ MCD_OPC_CheckPredicate, 48, 88, 241, 0, // Skip to: 141058 |
16164 | | /* 79274 */ MCD_OPC_CheckField, 21, 1, 0, 81, 241, 0, // Skip to: 141058 |
16165 | | /* 79281 */ MCD_OPC_Decode, 188, 51, 219, 2, // Opcode: ST1Twov2s_POST |
16166 | | /* 79286 */ MCD_OPC_FilterValue, 43, 71, 241, 0, // Skip to: 141058 |
16167 | | /* 79291 */ MCD_OPC_CheckPredicate, 48, 66, 241, 0, // Skip to: 141058 |
16168 | | /* 79296 */ MCD_OPC_CheckField, 21, 1, 0, 59, 241, 0, // Skip to: 141058 |
16169 | | /* 79303 */ MCD_OPC_Decode, 184, 51, 219, 2, // Opcode: ST1Twov1d_POST |
16170 | | /* 79308 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 79323 |
16171 | | /* 79313 */ MCD_OPC_CheckPredicate, 49, 44, 241, 0, // Skip to: 141058 |
16172 | | /* 79318 */ MCD_OPC_Decode, 171, 53, 205, 2, // Opcode: STPSpost |
16173 | | /* 79323 */ MCD_OPC_FilterValue, 2, 107, 2, 0, // Skip to: 79947 |
16174 | | /* 79328 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
16175 | | /* 79331 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 79353 |
16176 | | /* 79336 */ MCD_OPC_CheckPredicate, 48, 21, 241, 0, // Skip to: 141058 |
16177 | | /* 79341 */ MCD_OPC_CheckField, 21, 1, 0, 14, 241, 0, // Skip to: 141058 |
16178 | | /* 79348 */ MCD_OPC_Decode, 173, 52, 220, 2, // Opcode: ST4Fourv16b_POST |
16179 | | /* 79353 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 79375 |
16180 | | /* 79358 */ MCD_OPC_CheckPredicate, 48, 255, 240, 0, // Skip to: 141058 |
16181 | | /* 79363 */ MCD_OPC_CheckField, 21, 1, 0, 248, 240, 0, // Skip to: 141058 |
16182 | | /* 79370 */ MCD_OPC_Decode, 185, 52, 220, 2, // Opcode: ST4Fourv8h_POST |
16183 | | /* 79375 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 79397 |
16184 | | /* 79380 */ MCD_OPC_CheckPredicate, 48, 233, 240, 0, // Skip to: 141058 |
16185 | | /* 79385 */ MCD_OPC_CheckField, 21, 1, 0, 226, 240, 0, // Skip to: 141058 |
16186 | | /* 79392 */ MCD_OPC_Decode, 181, 52, 220, 2, // Opcode: ST4Fourv4s_POST |
16187 | | /* 79397 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 79419 |
16188 | | /* 79402 */ MCD_OPC_CheckPredicate, 48, 211, 240, 0, // Skip to: 141058 |
16189 | | /* 79407 */ MCD_OPC_CheckField, 21, 1, 0, 204, 240, 0, // Skip to: 141058 |
16190 | | /* 79414 */ MCD_OPC_Decode, 175, 52, 220, 2, // Opcode: ST4Fourv2d_POST |
16191 | | /* 79419 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 79441 |
16192 | | /* 79424 */ MCD_OPC_CheckPredicate, 48, 189, 240, 0, // Skip to: 141058 |
16193 | | /* 79429 */ MCD_OPC_CheckField, 21, 1, 0, 182, 240, 0, // Skip to: 141058 |
16194 | | /* 79436 */ MCD_OPC_Decode, 248, 50, 220, 2, // Opcode: ST1Fourv16b_POST |
16195 | | /* 79441 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 79463 |
16196 | | /* 79446 */ MCD_OPC_CheckPredicate, 48, 167, 240, 0, // Skip to: 141058 |
16197 | | /* 79451 */ MCD_OPC_CheckField, 21, 1, 0, 160, 240, 0, // Skip to: 141058 |
16198 | | /* 79458 */ MCD_OPC_Decode, 134, 51, 220, 2, // Opcode: ST1Fourv8h_POST |
16199 | | /* 79463 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 79485 |
16200 | | /* 79468 */ MCD_OPC_CheckPredicate, 48, 145, 240, 0, // Skip to: 141058 |
16201 | | /* 79473 */ MCD_OPC_CheckField, 21, 1, 0, 138, 240, 0, // Skip to: 141058 |
16202 | | /* 79480 */ MCD_OPC_Decode, 130, 51, 220, 2, // Opcode: ST1Fourv4s_POST |
16203 | | /* 79485 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 79507 |
16204 | | /* 79490 */ MCD_OPC_CheckPredicate, 48, 123, 240, 0, // Skip to: 141058 |
16205 | | /* 79495 */ MCD_OPC_CheckField, 21, 1, 0, 116, 240, 0, // Skip to: 141058 |
16206 | | /* 79502 */ MCD_OPC_Decode, 252, 50, 220, 2, // Opcode: ST1Fourv2d_POST |
16207 | | /* 79507 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 79529 |
16208 | | /* 79512 */ MCD_OPC_CheckPredicate, 48, 101, 240, 0, // Skip to: 141058 |
16209 | | /* 79517 */ MCD_OPC_CheckField, 21, 1, 0, 94, 240, 0, // Skip to: 141058 |
16210 | | /* 79524 */ MCD_OPC_Decode, 145, 52, 221, 2, // Opcode: ST3Threev16b_POST |
16211 | | /* 79529 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 79551 |
16212 | | /* 79534 */ MCD_OPC_CheckPredicate, 48, 79, 240, 0, // Skip to: 141058 |
16213 | | /* 79539 */ MCD_OPC_CheckField, 21, 1, 0, 72, 240, 0, // Skip to: 141058 |
16214 | | /* 79546 */ MCD_OPC_Decode, 157, 52, 221, 2, // Opcode: ST3Threev8h_POST |
16215 | | /* 79551 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 79573 |
16216 | | /* 79556 */ MCD_OPC_CheckPredicate, 48, 57, 240, 0, // Skip to: 141058 |
16217 | | /* 79561 */ MCD_OPC_CheckField, 21, 1, 0, 50, 240, 0, // Skip to: 141058 |
16218 | | /* 79568 */ MCD_OPC_Decode, 153, 52, 221, 2, // Opcode: ST3Threev4s_POST |
16219 | | /* 79573 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 79595 |
16220 | | /* 79578 */ MCD_OPC_CheckPredicate, 48, 35, 240, 0, // Skip to: 141058 |
16221 | | /* 79583 */ MCD_OPC_CheckField, 21, 1, 0, 28, 240, 0, // Skip to: 141058 |
16222 | | /* 79590 */ MCD_OPC_Decode, 147, 52, 221, 2, // Opcode: ST3Threev2d_POST |
16223 | | /* 79595 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 79617 |
16224 | | /* 79600 */ MCD_OPC_CheckPredicate, 48, 13, 240, 0, // Skip to: 141058 |
16225 | | /* 79605 */ MCD_OPC_CheckField, 21, 1, 0, 6, 240, 0, // Skip to: 141058 |
16226 | | /* 79612 */ MCD_OPC_Decode, 166, 51, 221, 2, // Opcode: ST1Threev16b_POST |
16227 | | /* 79617 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 79639 |
16228 | | /* 79622 */ MCD_OPC_CheckPredicate, 48, 247, 239, 0, // Skip to: 141058 |
16229 | | /* 79627 */ MCD_OPC_CheckField, 21, 1, 0, 240, 239, 0, // Skip to: 141058 |
16230 | | /* 79634 */ MCD_OPC_Decode, 180, 51, 221, 2, // Opcode: ST1Threev8h_POST |
16231 | | /* 79639 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 79661 |
16232 | | /* 79644 */ MCD_OPC_CheckPredicate, 48, 225, 239, 0, // Skip to: 141058 |
16233 | | /* 79649 */ MCD_OPC_CheckField, 21, 1, 0, 218, 239, 0, // Skip to: 141058 |
16234 | | /* 79656 */ MCD_OPC_Decode, 176, 51, 221, 2, // Opcode: ST1Threev4s_POST |
16235 | | /* 79661 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 79683 |
16236 | | /* 79666 */ MCD_OPC_CheckPredicate, 48, 203, 239, 0, // Skip to: 141058 |
16237 | | /* 79671 */ MCD_OPC_CheckField, 21, 1, 0, 196, 239, 0, // Skip to: 141058 |
16238 | | /* 79678 */ MCD_OPC_Decode, 170, 51, 221, 2, // Opcode: ST1Threev2d_POST |
16239 | | /* 79683 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 79705 |
16240 | | /* 79688 */ MCD_OPC_CheckPredicate, 48, 181, 239, 0, // Skip to: 141058 |
16241 | | /* 79693 */ MCD_OPC_CheckField, 21, 1, 0, 174, 239, 0, // Skip to: 141058 |
16242 | | /* 79700 */ MCD_OPC_Decode, 150, 51, 222, 2, // Opcode: ST1Onev16b_POST |
16243 | | /* 79705 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 79727 |
16244 | | /* 79710 */ MCD_OPC_CheckPredicate, 48, 159, 239, 0, // Skip to: 141058 |
16245 | | /* 79715 */ MCD_OPC_CheckField, 21, 1, 0, 152, 239, 0, // Skip to: 141058 |
16246 | | /* 79722 */ MCD_OPC_Decode, 164, 51, 222, 2, // Opcode: ST1Onev8h_POST |
16247 | | /* 79727 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 79749 |
16248 | | /* 79732 */ MCD_OPC_CheckPredicate, 48, 137, 239, 0, // Skip to: 141058 |
16249 | | /* 79737 */ MCD_OPC_CheckField, 21, 1, 0, 130, 239, 0, // Skip to: 141058 |
16250 | | /* 79744 */ MCD_OPC_Decode, 160, 51, 222, 2, // Opcode: ST1Onev4s_POST |
16251 | | /* 79749 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 79771 |
16252 | | /* 79754 */ MCD_OPC_CheckPredicate, 48, 115, 239, 0, // Skip to: 141058 |
16253 | | /* 79759 */ MCD_OPC_CheckField, 21, 1, 0, 108, 239, 0, // Skip to: 141058 |
16254 | | /* 79766 */ MCD_OPC_Decode, 154, 51, 222, 2, // Opcode: ST1Onev2d_POST |
16255 | | /* 79771 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 79793 |
16256 | | /* 79776 */ MCD_OPC_CheckPredicate, 48, 93, 239, 0, // Skip to: 141058 |
16257 | | /* 79781 */ MCD_OPC_CheckField, 21, 1, 0, 86, 239, 0, // Skip to: 141058 |
16258 | | /* 79788 */ MCD_OPC_Decode, 241, 51, 223, 2, // Opcode: ST2Twov16b_POST |
16259 | | /* 79793 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 79815 |
16260 | | /* 79798 */ MCD_OPC_CheckPredicate, 48, 71, 239, 0, // Skip to: 141058 |
16261 | | /* 79803 */ MCD_OPC_CheckField, 21, 1, 0, 64, 239, 0, // Skip to: 141058 |
16262 | | /* 79810 */ MCD_OPC_Decode, 253, 51, 223, 2, // Opcode: ST2Twov8h_POST |
16263 | | /* 79815 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 79837 |
16264 | | /* 79820 */ MCD_OPC_CheckPredicate, 48, 49, 239, 0, // Skip to: 141058 |
16265 | | /* 79825 */ MCD_OPC_CheckField, 21, 1, 0, 42, 239, 0, // Skip to: 141058 |
16266 | | /* 79832 */ MCD_OPC_Decode, 249, 51, 223, 2, // Opcode: ST2Twov4s_POST |
16267 | | /* 79837 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 79859 |
16268 | | /* 79842 */ MCD_OPC_CheckPredicate, 48, 27, 239, 0, // Skip to: 141058 |
16269 | | /* 79847 */ MCD_OPC_CheckField, 21, 1, 0, 20, 239, 0, // Skip to: 141058 |
16270 | | /* 79854 */ MCD_OPC_Decode, 243, 51, 223, 2, // Opcode: ST2Twov2d_POST |
16271 | | /* 79859 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 79881 |
16272 | | /* 79864 */ MCD_OPC_CheckPredicate, 48, 5, 239, 0, // Skip to: 141058 |
16273 | | /* 79869 */ MCD_OPC_CheckField, 21, 1, 0, 254, 238, 0, // Skip to: 141058 |
16274 | | /* 79876 */ MCD_OPC_Decode, 182, 51, 223, 2, // Opcode: ST1Twov16b_POST |
16275 | | /* 79881 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 79903 |
16276 | | /* 79886 */ MCD_OPC_CheckPredicate, 48, 239, 238, 0, // Skip to: 141058 |
16277 | | /* 79891 */ MCD_OPC_CheckField, 21, 1, 0, 232, 238, 0, // Skip to: 141058 |
16278 | | /* 79898 */ MCD_OPC_Decode, 196, 51, 223, 2, // Opcode: ST1Twov8h_POST |
16279 | | /* 79903 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 79925 |
16280 | | /* 79908 */ MCD_OPC_CheckPredicate, 48, 217, 238, 0, // Skip to: 141058 |
16281 | | /* 79913 */ MCD_OPC_CheckField, 21, 1, 0, 210, 238, 0, // Skip to: 141058 |
16282 | | /* 79920 */ MCD_OPC_Decode, 192, 51, 223, 2, // Opcode: ST1Twov4s_POST |
16283 | | /* 79925 */ MCD_OPC_FilterValue, 43, 200, 238, 0, // Skip to: 141058 |
16284 | | /* 79930 */ MCD_OPC_CheckPredicate, 48, 195, 238, 0, // Skip to: 141058 |
16285 | | /* 79935 */ MCD_OPC_CheckField, 21, 1, 0, 188, 238, 0, // Skip to: 141058 |
16286 | | /* 79942 */ MCD_OPC_Decode, 186, 51, 223, 2, // Opcode: ST1Twov2d_POST |
16287 | | /* 79947 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 79962 |
16288 | | /* 79952 */ MCD_OPC_CheckPredicate, 49, 173, 238, 0, // Skip to: 141058 |
16289 | | /* 79957 */ MCD_OPC_Decode, 165, 53, 205, 2, // Opcode: STPDpost |
16290 | | /* 79962 */ MCD_OPC_FilterValue, 5, 163, 238, 0, // Skip to: 141058 |
16291 | | /* 79967 */ MCD_OPC_CheckPredicate, 49, 158, 238, 0, // Skip to: 141058 |
16292 | | /* 79972 */ MCD_OPC_Decode, 168, 53, 205, 2, // Opcode: STPQpost |
16293 | | /* 79977 */ MCD_OPC_FilterValue, 3, 206, 4, 0, // Skip to: 81212 |
16294 | | /* 79982 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
16295 | | /* 79985 */ MCD_OPC_FilterValue, 0, 41, 2, 0, // Skip to: 80543 |
16296 | | /* 79990 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
16297 | | /* 79993 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 80015 |
16298 | | /* 79998 */ MCD_OPC_CheckPredicate, 48, 127, 238, 0, // Skip to: 141058 |
16299 | | /* 80003 */ MCD_OPC_CheckField, 21, 1, 0, 120, 238, 0, // Skip to: 141058 |
16300 | | /* 80010 */ MCD_OPC_Decode, 242, 32, 216, 2, // Opcode: LD4Fourv8b_POST |
16301 | | /* 80015 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 80037 |
16302 | | /* 80020 */ MCD_OPC_CheckPredicate, 48, 105, 238, 0, // Skip to: 141058 |
16303 | | /* 80025 */ MCD_OPC_CheckField, 21, 1, 0, 98, 238, 0, // Skip to: 141058 |
16304 | | /* 80032 */ MCD_OPC_Decode, 238, 32, 216, 2, // Opcode: LD4Fourv4h_POST |
16305 | | /* 80037 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 80059 |
16306 | | /* 80042 */ MCD_OPC_CheckPredicate, 48, 83, 238, 0, // Skip to: 141058 |
16307 | | /* 80047 */ MCD_OPC_CheckField, 21, 1, 0, 76, 238, 0, // Skip to: 141058 |
16308 | | /* 80054 */ MCD_OPC_Decode, 236, 32, 216, 2, // Opcode: LD4Fourv2s_POST |
16309 | | /* 80059 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 80081 |
16310 | | /* 80064 */ MCD_OPC_CheckPredicate, 48, 61, 238, 0, // Skip to: 141058 |
16311 | | /* 80069 */ MCD_OPC_CheckField, 21, 1, 0, 54, 238, 0, // Skip to: 141058 |
16312 | | /* 80076 */ MCD_OPC_Decode, 230, 30, 216, 2, // Opcode: LD1Fourv8b_POST |
16313 | | /* 80081 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 80103 |
16314 | | /* 80086 */ MCD_OPC_CheckPredicate, 48, 39, 238, 0, // Skip to: 141058 |
16315 | | /* 80091 */ MCD_OPC_CheckField, 21, 1, 0, 32, 238, 0, // Skip to: 141058 |
16316 | | /* 80098 */ MCD_OPC_Decode, 226, 30, 216, 2, // Opcode: LD1Fourv4h_POST |
16317 | | /* 80103 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 80125 |
16318 | | /* 80108 */ MCD_OPC_CheckPredicate, 48, 17, 238, 0, // Skip to: 141058 |
16319 | | /* 80113 */ MCD_OPC_CheckField, 21, 1, 0, 10, 238, 0, // Skip to: 141058 |
16320 | | /* 80120 */ MCD_OPC_Decode, 224, 30, 216, 2, // Opcode: LD1Fourv2s_POST |
16321 | | /* 80125 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 80147 |
16322 | | /* 80130 */ MCD_OPC_CheckPredicate, 48, 251, 237, 0, // Skip to: 141058 |
16323 | | /* 80135 */ MCD_OPC_CheckField, 21, 1, 0, 244, 237, 0, // Skip to: 141058 |
16324 | | /* 80142 */ MCD_OPC_Decode, 220, 30, 216, 2, // Opcode: LD1Fourv1d_POST |
16325 | | /* 80147 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 80169 |
16326 | | /* 80152 */ MCD_OPC_CheckPredicate, 48, 229, 237, 0, // Skip to: 141058 |
16327 | | /* 80157 */ MCD_OPC_CheckField, 21, 1, 0, 222, 237, 0, // Skip to: 141058 |
16328 | | /* 80164 */ MCD_OPC_Decode, 214, 32, 217, 2, // Opcode: LD3Threev8b_POST |
16329 | | /* 80169 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 80191 |
16330 | | /* 80174 */ MCD_OPC_CheckPredicate, 48, 207, 237, 0, // Skip to: 141058 |
16331 | | /* 80179 */ MCD_OPC_CheckField, 21, 1, 0, 200, 237, 0, // Skip to: 141058 |
16332 | | /* 80186 */ MCD_OPC_Decode, 210, 32, 217, 2, // Opcode: LD3Threev4h_POST |
16333 | | /* 80191 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 80213 |
16334 | | /* 80196 */ MCD_OPC_CheckPredicate, 48, 185, 237, 0, // Skip to: 141058 |
16335 | | /* 80201 */ MCD_OPC_CheckField, 21, 1, 0, 178, 237, 0, // Skip to: 141058 |
16336 | | /* 80208 */ MCD_OPC_Decode, 208, 32, 217, 2, // Opcode: LD3Threev2s_POST |
16337 | | /* 80213 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 80235 |
16338 | | /* 80218 */ MCD_OPC_CheckPredicate, 48, 163, 237, 0, // Skip to: 141058 |
16339 | | /* 80223 */ MCD_OPC_CheckField, 21, 1, 0, 156, 237, 0, // Skip to: 141058 |
16340 | | /* 80230 */ MCD_OPC_Decode, 208, 31, 217, 2, // Opcode: LD1Threev8b_POST |
16341 | | /* 80235 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 80257 |
16342 | | /* 80240 */ MCD_OPC_CheckPredicate, 48, 141, 237, 0, // Skip to: 141058 |
16343 | | /* 80245 */ MCD_OPC_CheckField, 21, 1, 0, 134, 237, 0, // Skip to: 141058 |
16344 | | /* 80252 */ MCD_OPC_Decode, 204, 31, 217, 2, // Opcode: LD1Threev4h_POST |
16345 | | /* 80257 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 80279 |
16346 | | /* 80262 */ MCD_OPC_CheckPredicate, 48, 119, 237, 0, // Skip to: 141058 |
16347 | | /* 80267 */ MCD_OPC_CheckField, 21, 1, 0, 112, 237, 0, // Skip to: 141058 |
16348 | | /* 80274 */ MCD_OPC_Decode, 202, 31, 217, 2, // Opcode: LD1Threev2s_POST |
16349 | | /* 80279 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 80301 |
16350 | | /* 80284 */ MCD_OPC_CheckPredicate, 48, 97, 237, 0, // Skip to: 141058 |
16351 | | /* 80289 */ MCD_OPC_CheckField, 21, 1, 0, 90, 237, 0, // Skip to: 141058 |
16352 | | /* 80296 */ MCD_OPC_Decode, 198, 31, 217, 2, // Opcode: LD1Threev1d_POST |
16353 | | /* 80301 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 80323 |
16354 | | /* 80306 */ MCD_OPC_CheckPredicate, 48, 75, 237, 0, // Skip to: 141058 |
16355 | | /* 80311 */ MCD_OPC_CheckField, 21, 1, 0, 68, 237, 0, // Skip to: 141058 |
16356 | | /* 80318 */ MCD_OPC_Decode, 132, 31, 218, 2, // Opcode: LD1Onev8b_POST |
16357 | | /* 80323 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 80345 |
16358 | | /* 80328 */ MCD_OPC_CheckPredicate, 48, 53, 237, 0, // Skip to: 141058 |
16359 | | /* 80333 */ MCD_OPC_CheckField, 21, 1, 0, 46, 237, 0, // Skip to: 141058 |
16360 | | /* 80340 */ MCD_OPC_Decode, 128, 31, 218, 2, // Opcode: LD1Onev4h_POST |
16361 | | /* 80345 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 80367 |
16362 | | /* 80350 */ MCD_OPC_CheckPredicate, 48, 31, 237, 0, // Skip to: 141058 |
16363 | | /* 80355 */ MCD_OPC_CheckField, 21, 1, 0, 24, 237, 0, // Skip to: 141058 |
16364 | | /* 80362 */ MCD_OPC_Decode, 254, 30, 218, 2, // Opcode: LD1Onev2s_POST |
16365 | | /* 80367 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 80389 |
16366 | | /* 80372 */ MCD_OPC_CheckPredicate, 48, 9, 237, 0, // Skip to: 141058 |
16367 | | /* 80377 */ MCD_OPC_CheckField, 21, 1, 0, 2, 237, 0, // Skip to: 141058 |
16368 | | /* 80384 */ MCD_OPC_Decode, 250, 30, 218, 2, // Opcode: LD1Onev1d_POST |
16369 | | /* 80389 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 80411 |
16370 | | /* 80394 */ MCD_OPC_CheckPredicate, 48, 243, 236, 0, // Skip to: 141058 |
16371 | | /* 80399 */ MCD_OPC_CheckField, 21, 1, 0, 236, 236, 0, // Skip to: 141058 |
16372 | | /* 80406 */ MCD_OPC_Decode, 166, 32, 219, 2, // Opcode: LD2Twov8b_POST |
16373 | | /* 80411 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 80433 |
16374 | | /* 80416 */ MCD_OPC_CheckPredicate, 48, 221, 236, 0, // Skip to: 141058 |
16375 | | /* 80421 */ MCD_OPC_CheckField, 21, 1, 0, 214, 236, 0, // Skip to: 141058 |
16376 | | /* 80428 */ MCD_OPC_Decode, 162, 32, 219, 2, // Opcode: LD2Twov4h_POST |
16377 | | /* 80433 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 80455 |
16378 | | /* 80438 */ MCD_OPC_CheckPredicate, 48, 199, 236, 0, // Skip to: 141058 |
16379 | | /* 80443 */ MCD_OPC_CheckField, 21, 1, 0, 192, 236, 0, // Skip to: 141058 |
16380 | | /* 80450 */ MCD_OPC_Decode, 160, 32, 219, 2, // Opcode: LD2Twov2s_POST |
16381 | | /* 80455 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 80477 |
16382 | | /* 80460 */ MCD_OPC_CheckPredicate, 48, 177, 236, 0, // Skip to: 141058 |
16383 | | /* 80465 */ MCD_OPC_CheckField, 21, 1, 0, 170, 236, 0, // Skip to: 141058 |
16384 | | /* 80472 */ MCD_OPC_Decode, 224, 31, 219, 2, // Opcode: LD1Twov8b_POST |
16385 | | /* 80477 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 80499 |
16386 | | /* 80482 */ MCD_OPC_CheckPredicate, 48, 155, 236, 0, // Skip to: 141058 |
16387 | | /* 80487 */ MCD_OPC_CheckField, 21, 1, 0, 148, 236, 0, // Skip to: 141058 |
16388 | | /* 80494 */ MCD_OPC_Decode, 220, 31, 219, 2, // Opcode: LD1Twov4h_POST |
16389 | | /* 80499 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 80521 |
16390 | | /* 80504 */ MCD_OPC_CheckPredicate, 48, 133, 236, 0, // Skip to: 141058 |
16391 | | /* 80509 */ MCD_OPC_CheckField, 21, 1, 0, 126, 236, 0, // Skip to: 141058 |
16392 | | /* 80516 */ MCD_OPC_Decode, 218, 31, 219, 2, // Opcode: LD1Twov2s_POST |
16393 | | /* 80521 */ MCD_OPC_FilterValue, 43, 116, 236, 0, // Skip to: 141058 |
16394 | | /* 80526 */ MCD_OPC_CheckPredicate, 48, 111, 236, 0, // Skip to: 141058 |
16395 | | /* 80531 */ MCD_OPC_CheckField, 21, 1, 0, 104, 236, 0, // Skip to: 141058 |
16396 | | /* 80538 */ MCD_OPC_Decode, 214, 31, 219, 2, // Opcode: LD1Twov1d_POST |
16397 | | /* 80543 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 80558 |
16398 | | /* 80548 */ MCD_OPC_CheckPredicate, 49, 89, 236, 0, // Skip to: 141058 |
16399 | | /* 80553 */ MCD_OPC_Decode, 212, 34, 205, 2, // Opcode: LDPSpost |
16400 | | /* 80558 */ MCD_OPC_FilterValue, 2, 107, 2, 0, // Skip to: 81182 |
16401 | | /* 80563 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
16402 | | /* 80566 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 80588 |
16403 | | /* 80571 */ MCD_OPC_CheckPredicate, 48, 66, 236, 0, // Skip to: 141058 |
16404 | | /* 80576 */ MCD_OPC_CheckField, 21, 1, 0, 59, 236, 0, // Skip to: 141058 |
16405 | | /* 80583 */ MCD_OPC_Decode, 232, 32, 220, 2, // Opcode: LD4Fourv16b_POST |
16406 | | /* 80588 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 80610 |
16407 | | /* 80593 */ MCD_OPC_CheckPredicate, 48, 44, 236, 0, // Skip to: 141058 |
16408 | | /* 80598 */ MCD_OPC_CheckField, 21, 1, 0, 37, 236, 0, // Skip to: 141058 |
16409 | | /* 80605 */ MCD_OPC_Decode, 244, 32, 220, 2, // Opcode: LD4Fourv8h_POST |
16410 | | /* 80610 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 80632 |
16411 | | /* 80615 */ MCD_OPC_CheckPredicate, 48, 22, 236, 0, // Skip to: 141058 |
16412 | | /* 80620 */ MCD_OPC_CheckField, 21, 1, 0, 15, 236, 0, // Skip to: 141058 |
16413 | | /* 80627 */ MCD_OPC_Decode, 240, 32, 220, 2, // Opcode: LD4Fourv4s_POST |
16414 | | /* 80632 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 80654 |
16415 | | /* 80637 */ MCD_OPC_CheckPredicate, 48, 0, 236, 0, // Skip to: 141058 |
16416 | | /* 80642 */ MCD_OPC_CheckField, 21, 1, 0, 249, 235, 0, // Skip to: 141058 |
16417 | | /* 80649 */ MCD_OPC_Decode, 234, 32, 220, 2, // Opcode: LD4Fourv2d_POST |
16418 | | /* 80654 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 80676 |
16419 | | /* 80659 */ MCD_OPC_CheckPredicate, 48, 234, 235, 0, // Skip to: 141058 |
16420 | | /* 80664 */ MCD_OPC_CheckField, 21, 1, 0, 227, 235, 0, // Skip to: 141058 |
16421 | | /* 80671 */ MCD_OPC_Decode, 218, 30, 220, 2, // Opcode: LD1Fourv16b_POST |
16422 | | /* 80676 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 80698 |
16423 | | /* 80681 */ MCD_OPC_CheckPredicate, 48, 212, 235, 0, // Skip to: 141058 |
16424 | | /* 80686 */ MCD_OPC_CheckField, 21, 1, 0, 205, 235, 0, // Skip to: 141058 |
16425 | | /* 80693 */ MCD_OPC_Decode, 232, 30, 220, 2, // Opcode: LD1Fourv8h_POST |
16426 | | /* 80698 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 80720 |
16427 | | /* 80703 */ MCD_OPC_CheckPredicate, 48, 190, 235, 0, // Skip to: 141058 |
16428 | | /* 80708 */ MCD_OPC_CheckField, 21, 1, 0, 183, 235, 0, // Skip to: 141058 |
16429 | | /* 80715 */ MCD_OPC_Decode, 228, 30, 220, 2, // Opcode: LD1Fourv4s_POST |
16430 | | /* 80720 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 80742 |
16431 | | /* 80725 */ MCD_OPC_CheckPredicate, 48, 168, 235, 0, // Skip to: 141058 |
16432 | | /* 80730 */ MCD_OPC_CheckField, 21, 1, 0, 161, 235, 0, // Skip to: 141058 |
16433 | | /* 80737 */ MCD_OPC_Decode, 222, 30, 220, 2, // Opcode: LD1Fourv2d_POST |
16434 | | /* 80742 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 80764 |
16435 | | /* 80747 */ MCD_OPC_CheckPredicate, 48, 146, 235, 0, // Skip to: 141058 |
16436 | | /* 80752 */ MCD_OPC_CheckField, 21, 1, 0, 139, 235, 0, // Skip to: 141058 |
16437 | | /* 80759 */ MCD_OPC_Decode, 204, 32, 221, 2, // Opcode: LD3Threev16b_POST |
16438 | | /* 80764 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 80786 |
16439 | | /* 80769 */ MCD_OPC_CheckPredicate, 48, 124, 235, 0, // Skip to: 141058 |
16440 | | /* 80774 */ MCD_OPC_CheckField, 21, 1, 0, 117, 235, 0, // Skip to: 141058 |
16441 | | /* 80781 */ MCD_OPC_Decode, 216, 32, 221, 2, // Opcode: LD3Threev8h_POST |
16442 | | /* 80786 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 80808 |
16443 | | /* 80791 */ MCD_OPC_CheckPredicate, 48, 102, 235, 0, // Skip to: 141058 |
16444 | | /* 80796 */ MCD_OPC_CheckField, 21, 1, 0, 95, 235, 0, // Skip to: 141058 |
16445 | | /* 80803 */ MCD_OPC_Decode, 212, 32, 221, 2, // Opcode: LD3Threev4s_POST |
16446 | | /* 80808 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 80830 |
16447 | | /* 80813 */ MCD_OPC_CheckPredicate, 48, 80, 235, 0, // Skip to: 141058 |
16448 | | /* 80818 */ MCD_OPC_CheckField, 21, 1, 0, 73, 235, 0, // Skip to: 141058 |
16449 | | /* 80825 */ MCD_OPC_Decode, 206, 32, 221, 2, // Opcode: LD3Threev2d_POST |
16450 | | /* 80830 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 80852 |
16451 | | /* 80835 */ MCD_OPC_CheckPredicate, 48, 58, 235, 0, // Skip to: 141058 |
16452 | | /* 80840 */ MCD_OPC_CheckField, 21, 1, 0, 51, 235, 0, // Skip to: 141058 |
16453 | | /* 80847 */ MCD_OPC_Decode, 196, 31, 221, 2, // Opcode: LD1Threev16b_POST |
16454 | | /* 80852 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 80874 |
16455 | | /* 80857 */ MCD_OPC_CheckPredicate, 48, 36, 235, 0, // Skip to: 141058 |
16456 | | /* 80862 */ MCD_OPC_CheckField, 21, 1, 0, 29, 235, 0, // Skip to: 141058 |
16457 | | /* 80869 */ MCD_OPC_Decode, 210, 31, 221, 2, // Opcode: LD1Threev8h_POST |
16458 | | /* 80874 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 80896 |
16459 | | /* 80879 */ MCD_OPC_CheckPredicate, 48, 14, 235, 0, // Skip to: 141058 |
16460 | | /* 80884 */ MCD_OPC_CheckField, 21, 1, 0, 7, 235, 0, // Skip to: 141058 |
16461 | | /* 80891 */ MCD_OPC_Decode, 206, 31, 221, 2, // Opcode: LD1Threev4s_POST |
16462 | | /* 80896 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 80918 |
16463 | | /* 80901 */ MCD_OPC_CheckPredicate, 48, 248, 234, 0, // Skip to: 141058 |
16464 | | /* 80906 */ MCD_OPC_CheckField, 21, 1, 0, 241, 234, 0, // Skip to: 141058 |
16465 | | /* 80913 */ MCD_OPC_Decode, 200, 31, 221, 2, // Opcode: LD1Threev2d_POST |
16466 | | /* 80918 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 80940 |
16467 | | /* 80923 */ MCD_OPC_CheckPredicate, 48, 226, 234, 0, // Skip to: 141058 |
16468 | | /* 80928 */ MCD_OPC_CheckField, 21, 1, 0, 219, 234, 0, // Skip to: 141058 |
16469 | | /* 80935 */ MCD_OPC_Decode, 248, 30, 222, 2, // Opcode: LD1Onev16b_POST |
16470 | | /* 80940 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 80962 |
16471 | | /* 80945 */ MCD_OPC_CheckPredicate, 48, 204, 234, 0, // Skip to: 141058 |
16472 | | /* 80950 */ MCD_OPC_CheckField, 21, 1, 0, 197, 234, 0, // Skip to: 141058 |
16473 | | /* 80957 */ MCD_OPC_Decode, 134, 31, 222, 2, // Opcode: LD1Onev8h_POST |
16474 | | /* 80962 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 80984 |
16475 | | /* 80967 */ MCD_OPC_CheckPredicate, 48, 182, 234, 0, // Skip to: 141058 |
16476 | | /* 80972 */ MCD_OPC_CheckField, 21, 1, 0, 175, 234, 0, // Skip to: 141058 |
16477 | | /* 80979 */ MCD_OPC_Decode, 130, 31, 222, 2, // Opcode: LD1Onev4s_POST |
16478 | | /* 80984 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 81006 |
16479 | | /* 80989 */ MCD_OPC_CheckPredicate, 48, 160, 234, 0, // Skip to: 141058 |
16480 | | /* 80994 */ MCD_OPC_CheckField, 21, 1, 0, 153, 234, 0, // Skip to: 141058 |
16481 | | /* 81001 */ MCD_OPC_Decode, 252, 30, 222, 2, // Opcode: LD1Onev2d_POST |
16482 | | /* 81006 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 81028 |
16483 | | /* 81011 */ MCD_OPC_CheckPredicate, 48, 138, 234, 0, // Skip to: 141058 |
16484 | | /* 81016 */ MCD_OPC_CheckField, 21, 1, 0, 131, 234, 0, // Skip to: 141058 |
16485 | | /* 81023 */ MCD_OPC_Decode, 156, 32, 223, 2, // Opcode: LD2Twov16b_POST |
16486 | | /* 81028 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 81050 |
16487 | | /* 81033 */ MCD_OPC_CheckPredicate, 48, 116, 234, 0, // Skip to: 141058 |
16488 | | /* 81038 */ MCD_OPC_CheckField, 21, 1, 0, 109, 234, 0, // Skip to: 141058 |
16489 | | /* 81045 */ MCD_OPC_Decode, 168, 32, 223, 2, // Opcode: LD2Twov8h_POST |
16490 | | /* 81050 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 81072 |
16491 | | /* 81055 */ MCD_OPC_CheckPredicate, 48, 94, 234, 0, // Skip to: 141058 |
16492 | | /* 81060 */ MCD_OPC_CheckField, 21, 1, 0, 87, 234, 0, // Skip to: 141058 |
16493 | | /* 81067 */ MCD_OPC_Decode, 164, 32, 223, 2, // Opcode: LD2Twov4s_POST |
16494 | | /* 81072 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 81094 |
16495 | | /* 81077 */ MCD_OPC_CheckPredicate, 48, 72, 234, 0, // Skip to: 141058 |
16496 | | /* 81082 */ MCD_OPC_CheckField, 21, 1, 0, 65, 234, 0, // Skip to: 141058 |
16497 | | /* 81089 */ MCD_OPC_Decode, 158, 32, 223, 2, // Opcode: LD2Twov2d_POST |
16498 | | /* 81094 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 81116 |
16499 | | /* 81099 */ MCD_OPC_CheckPredicate, 48, 50, 234, 0, // Skip to: 141058 |
16500 | | /* 81104 */ MCD_OPC_CheckField, 21, 1, 0, 43, 234, 0, // Skip to: 141058 |
16501 | | /* 81111 */ MCD_OPC_Decode, 212, 31, 223, 2, // Opcode: LD1Twov16b_POST |
16502 | | /* 81116 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 81138 |
16503 | | /* 81121 */ MCD_OPC_CheckPredicate, 48, 28, 234, 0, // Skip to: 141058 |
16504 | | /* 81126 */ MCD_OPC_CheckField, 21, 1, 0, 21, 234, 0, // Skip to: 141058 |
16505 | | /* 81133 */ MCD_OPC_Decode, 226, 31, 223, 2, // Opcode: LD1Twov8h_POST |
16506 | | /* 81138 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 81160 |
16507 | | /* 81143 */ MCD_OPC_CheckPredicate, 48, 6, 234, 0, // Skip to: 141058 |
16508 | | /* 81148 */ MCD_OPC_CheckField, 21, 1, 0, 255, 233, 0, // Skip to: 141058 |
16509 | | /* 81155 */ MCD_OPC_Decode, 222, 31, 223, 2, // Opcode: LD1Twov4s_POST |
16510 | | /* 81160 */ MCD_OPC_FilterValue, 43, 245, 233, 0, // Skip to: 141058 |
16511 | | /* 81165 */ MCD_OPC_CheckPredicate, 48, 240, 233, 0, // Skip to: 141058 |
16512 | | /* 81170 */ MCD_OPC_CheckField, 21, 1, 0, 233, 233, 0, // Skip to: 141058 |
16513 | | /* 81177 */ MCD_OPC_Decode, 216, 31, 223, 2, // Opcode: LD1Twov2d_POST |
16514 | | /* 81182 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 81197 |
16515 | | /* 81187 */ MCD_OPC_CheckPredicate, 49, 218, 233, 0, // Skip to: 141058 |
16516 | | /* 81192 */ MCD_OPC_Decode, 203, 34, 205, 2, // Opcode: LDPDpost |
16517 | | /* 81197 */ MCD_OPC_FilterValue, 5, 208, 233, 0, // Skip to: 141058 |
16518 | | /* 81202 */ MCD_OPC_CheckPredicate, 49, 203, 233, 0, // Skip to: 141058 |
16519 | | /* 81207 */ MCD_OPC_Decode, 206, 34, 205, 2, // Opcode: LDPQpost |
16520 | | /* 81212 */ MCD_OPC_FilterValue, 4, 27, 2, 0, // Skip to: 81756 |
16521 | | /* 81217 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
16522 | | /* 81220 */ MCD_OPC_FilterValue, 0, 222, 1, 0, // Skip to: 81703 |
16523 | | /* 81225 */ MCD_OPC_ExtractField, 13, 9, // Inst{21-13} ... |
16524 | | /* 81228 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81250 |
16525 | | /* 81233 */ MCD_OPC_CheckPredicate, 48, 172, 233, 0, // Skip to: 141058 |
16526 | | /* 81238 */ MCD_OPC_CheckField, 31, 1, 0, 165, 233, 0, // Skip to: 141058 |
16527 | | /* 81245 */ MCD_OPC_Decode, 227, 51, 224, 2, // Opcode: ST1i8 |
16528 | | /* 81250 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 81272 |
16529 | | /* 81255 */ MCD_OPC_CheckPredicate, 48, 150, 233, 0, // Skip to: 141058 |
16530 | | /* 81260 */ MCD_OPC_CheckField, 31, 1, 0, 143, 233, 0, // Skip to: 141058 |
16531 | | /* 81267 */ MCD_OPC_Decode, 166, 52, 225, 2, // Opcode: ST3i8 |
16532 | | /* 81272 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 81301 |
16533 | | /* 81277 */ MCD_OPC_CheckPredicate, 48, 128, 233, 0, // Skip to: 141058 |
16534 | | /* 81282 */ MCD_OPC_CheckField, 31, 1, 0, 121, 233, 0, // Skip to: 141058 |
16535 | | /* 81289 */ MCD_OPC_CheckField, 10, 1, 0, 114, 233, 0, // Skip to: 141058 |
16536 | | /* 81296 */ MCD_OPC_Decode, 221, 51, 226, 2, // Opcode: ST1i16 |
16537 | | /* 81301 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 81330 |
16538 | | /* 81306 */ MCD_OPC_CheckPredicate, 48, 99, 233, 0, // Skip to: 141058 |
16539 | | /* 81311 */ MCD_OPC_CheckField, 31, 1, 0, 92, 233, 0, // Skip to: 141058 |
16540 | | /* 81318 */ MCD_OPC_CheckField, 10, 1, 0, 85, 233, 0, // Skip to: 141058 |
16541 | | /* 81325 */ MCD_OPC_Decode, 160, 52, 227, 2, // Opcode: ST3i16 |
16542 | | /* 81330 */ MCD_OPC_FilterValue, 4, 54, 0, 0, // Skip to: 81389 |
16543 | | /* 81335 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16544 | | /* 81338 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81360 |
16545 | | /* 81343 */ MCD_OPC_CheckPredicate, 48, 62, 233, 0, // Skip to: 141058 |
16546 | | /* 81348 */ MCD_OPC_CheckField, 31, 1, 0, 55, 233, 0, // Skip to: 141058 |
16547 | | /* 81355 */ MCD_OPC_Decode, 223, 51, 228, 2, // Opcode: ST1i32 |
16548 | | /* 81360 */ MCD_OPC_FilterValue, 1, 45, 233, 0, // Skip to: 141058 |
16549 | | /* 81365 */ MCD_OPC_CheckPredicate, 48, 40, 233, 0, // Skip to: 141058 |
16550 | | /* 81370 */ MCD_OPC_CheckField, 31, 1, 0, 33, 233, 0, // Skip to: 141058 |
16551 | | /* 81377 */ MCD_OPC_CheckField, 12, 1, 0, 26, 233, 0, // Skip to: 141058 |
16552 | | /* 81384 */ MCD_OPC_Decode, 225, 51, 229, 2, // Opcode: ST1i64 |
16553 | | /* 81389 */ MCD_OPC_FilterValue, 5, 54, 0, 0, // Skip to: 81448 |
16554 | | /* 81394 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16555 | | /* 81397 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81419 |
16556 | | /* 81402 */ MCD_OPC_CheckPredicate, 48, 3, 233, 0, // Skip to: 141058 |
16557 | | /* 81407 */ MCD_OPC_CheckField, 31, 1, 0, 252, 232, 0, // Skip to: 141058 |
16558 | | /* 81414 */ MCD_OPC_Decode, 162, 52, 230, 2, // Opcode: ST3i32 |
16559 | | /* 81419 */ MCD_OPC_FilterValue, 1, 242, 232, 0, // Skip to: 141058 |
16560 | | /* 81424 */ MCD_OPC_CheckPredicate, 48, 237, 232, 0, // Skip to: 141058 |
16561 | | /* 81429 */ MCD_OPC_CheckField, 31, 1, 0, 230, 232, 0, // Skip to: 141058 |
16562 | | /* 81436 */ MCD_OPC_CheckField, 12, 1, 0, 223, 232, 0, // Skip to: 141058 |
16563 | | /* 81443 */ MCD_OPC_Decode, 164, 52, 231, 2, // Opcode: ST3i64 |
16564 | | /* 81448 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 81477 |
16565 | | /* 81453 */ MCD_OPC_CheckPredicate, 50, 208, 232, 0, // Skip to: 141058 |
16566 | | /* 81458 */ MCD_OPC_CheckField, 31, 1, 0, 201, 232, 0, // Skip to: 141058 |
16567 | | /* 81465 */ MCD_OPC_CheckField, 10, 3, 1, 194, 232, 0, // Skip to: 141058 |
16568 | | /* 81472 */ MCD_OPC_Decode, 214, 52, 229, 2, // Opcode: STL1 |
16569 | | /* 81477 */ MCD_OPC_FilterValue, 128, 2, 17, 0, 0, // Skip to: 81500 |
16570 | | /* 81483 */ MCD_OPC_CheckPredicate, 48, 178, 232, 0, // Skip to: 141058 |
16571 | | /* 81488 */ MCD_OPC_CheckField, 31, 1, 0, 171, 232, 0, // Skip to: 141058 |
16572 | | /* 81495 */ MCD_OPC_Decode, 134, 52, 232, 2, // Opcode: ST2i8 |
16573 | | /* 81500 */ MCD_OPC_FilterValue, 129, 2, 17, 0, 0, // Skip to: 81523 |
16574 | | /* 81506 */ MCD_OPC_CheckPredicate, 48, 155, 232, 0, // Skip to: 141058 |
16575 | | /* 81511 */ MCD_OPC_CheckField, 31, 1, 0, 148, 232, 0, // Skip to: 141058 |
16576 | | /* 81518 */ MCD_OPC_Decode, 198, 52, 233, 2, // Opcode: ST4i8 |
16577 | | /* 81523 */ MCD_OPC_FilterValue, 130, 2, 24, 0, 0, // Skip to: 81553 |
16578 | | /* 81529 */ MCD_OPC_CheckPredicate, 48, 132, 232, 0, // Skip to: 141058 |
16579 | | /* 81534 */ MCD_OPC_CheckField, 31, 1, 0, 125, 232, 0, // Skip to: 141058 |
16580 | | /* 81541 */ MCD_OPC_CheckField, 10, 1, 0, 118, 232, 0, // Skip to: 141058 |
16581 | | /* 81548 */ MCD_OPC_Decode, 128, 52, 234, 2, // Opcode: ST2i16 |
16582 | | /* 81553 */ MCD_OPC_FilterValue, 131, 2, 24, 0, 0, // Skip to: 81583 |
16583 | | /* 81559 */ MCD_OPC_CheckPredicate, 48, 102, 232, 0, // Skip to: 141058 |
16584 | | /* 81564 */ MCD_OPC_CheckField, 31, 1, 0, 95, 232, 0, // Skip to: 141058 |
16585 | | /* 81571 */ MCD_OPC_CheckField, 10, 1, 0, 88, 232, 0, // Skip to: 141058 |
16586 | | /* 81578 */ MCD_OPC_Decode, 192, 52, 235, 2, // Opcode: ST4i16 |
16587 | | /* 81583 */ MCD_OPC_FilterValue, 132, 2, 54, 0, 0, // Skip to: 81643 |
16588 | | /* 81589 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16589 | | /* 81592 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81614 |
16590 | | /* 81597 */ MCD_OPC_CheckPredicate, 48, 64, 232, 0, // Skip to: 141058 |
16591 | | /* 81602 */ MCD_OPC_CheckField, 31, 1, 0, 57, 232, 0, // Skip to: 141058 |
16592 | | /* 81609 */ MCD_OPC_Decode, 130, 52, 236, 2, // Opcode: ST2i32 |
16593 | | /* 81614 */ MCD_OPC_FilterValue, 1, 47, 232, 0, // Skip to: 141058 |
16594 | | /* 81619 */ MCD_OPC_CheckPredicate, 48, 42, 232, 0, // Skip to: 141058 |
16595 | | /* 81624 */ MCD_OPC_CheckField, 31, 1, 0, 35, 232, 0, // Skip to: 141058 |
16596 | | /* 81631 */ MCD_OPC_CheckField, 12, 1, 0, 28, 232, 0, // Skip to: 141058 |
16597 | | /* 81638 */ MCD_OPC_Decode, 132, 52, 237, 2, // Opcode: ST2i64 |
16598 | | /* 81643 */ MCD_OPC_FilterValue, 133, 2, 17, 232, 0, // Skip to: 141058 |
16599 | | /* 81649 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16600 | | /* 81652 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81674 |
16601 | | /* 81657 */ MCD_OPC_CheckPredicate, 48, 4, 232, 0, // Skip to: 141058 |
16602 | | /* 81662 */ MCD_OPC_CheckField, 31, 1, 0, 253, 231, 0, // Skip to: 141058 |
16603 | | /* 81669 */ MCD_OPC_Decode, 194, 52, 238, 2, // Opcode: ST4i32 |
16604 | | /* 81674 */ MCD_OPC_FilterValue, 1, 243, 231, 0, // Skip to: 141058 |
16605 | | /* 81679 */ MCD_OPC_CheckPredicate, 48, 238, 231, 0, // Skip to: 141058 |
16606 | | /* 81684 */ MCD_OPC_CheckField, 31, 1, 0, 231, 231, 0, // Skip to: 141058 |
16607 | | /* 81691 */ MCD_OPC_CheckField, 12, 1, 0, 224, 231, 0, // Skip to: 141058 |
16608 | | /* 81698 */ MCD_OPC_Decode, 196, 52, 239, 2, // Opcode: ST4i64 |
16609 | | /* 81703 */ MCD_OPC_FilterValue, 1, 214, 231, 0, // Skip to: 141058 |
16610 | | /* 81708 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16611 | | /* 81711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 81726 |
16612 | | /* 81716 */ MCD_OPC_CheckPredicate, 49, 201, 231, 0, // Skip to: 141058 |
16613 | | /* 81721 */ MCD_OPC_Decode, 170, 53, 205, 2, // Opcode: STPSi |
16614 | | /* 81726 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 81741 |
16615 | | /* 81731 */ MCD_OPC_CheckPredicate, 49, 186, 231, 0, // Skip to: 141058 |
16616 | | /* 81736 */ MCD_OPC_Decode, 164, 53, 205, 2, // Opcode: STPDi |
16617 | | /* 81741 */ MCD_OPC_FilterValue, 2, 176, 231, 0, // Skip to: 141058 |
16618 | | /* 81746 */ MCD_OPC_CheckPredicate, 49, 171, 231, 0, // Skip to: 141058 |
16619 | | /* 81751 */ MCD_OPC_Decode, 167, 53, 205, 2, // Opcode: STPQi |
16620 | | /* 81756 */ MCD_OPC_FilterValue, 5, 157, 4, 0, // Skip to: 82942 |
16621 | | /* 81761 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
16622 | | /* 81764 */ MCD_OPC_FilterValue, 0, 96, 4, 0, // Skip to: 82889 |
16623 | | /* 81769 */ MCD_OPC_ExtractField, 13, 9, // Inst{21-13} ... |
16624 | | /* 81772 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81794 |
16625 | | /* 81777 */ MCD_OPC_CheckPredicate, 48, 140, 231, 0, // Skip to: 141058 |
16626 | | /* 81782 */ MCD_OPC_CheckField, 31, 1, 0, 133, 231, 0, // Skip to: 141058 |
16627 | | /* 81789 */ MCD_OPC_Decode, 129, 32, 240, 2, // Opcode: LD1i8 |
16628 | | /* 81794 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 81816 |
16629 | | /* 81799 */ MCD_OPC_CheckPredicate, 48, 118, 231, 0, // Skip to: 141058 |
16630 | | /* 81804 */ MCD_OPC_CheckField, 31, 1, 0, 111, 231, 0, // Skip to: 141058 |
16631 | | /* 81811 */ MCD_OPC_Decode, 225, 32, 241, 2, // Opcode: LD3i8 |
16632 | | /* 81816 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 81845 |
16633 | | /* 81821 */ MCD_OPC_CheckPredicate, 48, 96, 231, 0, // Skip to: 141058 |
16634 | | /* 81826 */ MCD_OPC_CheckField, 31, 1, 0, 89, 231, 0, // Skip to: 141058 |
16635 | | /* 81833 */ MCD_OPC_CheckField, 10, 1, 0, 82, 231, 0, // Skip to: 141058 |
16636 | | /* 81840 */ MCD_OPC_Decode, 251, 31, 242, 2, // Opcode: LD1i16 |
16637 | | /* 81845 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 81874 |
16638 | | /* 81850 */ MCD_OPC_CheckPredicate, 48, 67, 231, 0, // Skip to: 141058 |
16639 | | /* 81855 */ MCD_OPC_CheckField, 31, 1, 0, 60, 231, 0, // Skip to: 141058 |
16640 | | /* 81862 */ MCD_OPC_CheckField, 10, 1, 0, 53, 231, 0, // Skip to: 141058 |
16641 | | /* 81869 */ MCD_OPC_Decode, 219, 32, 243, 2, // Opcode: LD3i16 |
16642 | | /* 81874 */ MCD_OPC_FilterValue, 4, 54, 0, 0, // Skip to: 81933 |
16643 | | /* 81879 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16644 | | /* 81882 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81904 |
16645 | | /* 81887 */ MCD_OPC_CheckPredicate, 48, 30, 231, 0, // Skip to: 141058 |
16646 | | /* 81892 */ MCD_OPC_CheckField, 31, 1, 0, 23, 231, 0, // Skip to: 141058 |
16647 | | /* 81899 */ MCD_OPC_Decode, 253, 31, 244, 2, // Opcode: LD1i32 |
16648 | | /* 81904 */ MCD_OPC_FilterValue, 1, 13, 231, 0, // Skip to: 141058 |
16649 | | /* 81909 */ MCD_OPC_CheckPredicate, 48, 8, 231, 0, // Skip to: 141058 |
16650 | | /* 81914 */ MCD_OPC_CheckField, 31, 1, 0, 1, 231, 0, // Skip to: 141058 |
16651 | | /* 81921 */ MCD_OPC_CheckField, 12, 1, 0, 250, 230, 0, // Skip to: 141058 |
16652 | | /* 81928 */ MCD_OPC_Decode, 255, 31, 245, 2, // Opcode: LD1i64 |
16653 | | /* 81933 */ MCD_OPC_FilterValue, 5, 54, 0, 0, // Skip to: 81992 |
16654 | | /* 81938 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16655 | | /* 81941 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 81963 |
16656 | | /* 81946 */ MCD_OPC_CheckPredicate, 48, 227, 230, 0, // Skip to: 141058 |
16657 | | /* 81951 */ MCD_OPC_CheckField, 31, 1, 0, 220, 230, 0, // Skip to: 141058 |
16658 | | /* 81958 */ MCD_OPC_Decode, 221, 32, 246, 2, // Opcode: LD3i32 |
16659 | | /* 81963 */ MCD_OPC_FilterValue, 1, 210, 230, 0, // Skip to: 141058 |
16660 | | /* 81968 */ MCD_OPC_CheckPredicate, 48, 205, 230, 0, // Skip to: 141058 |
16661 | | /* 81973 */ MCD_OPC_CheckField, 31, 1, 0, 198, 230, 0, // Skip to: 141058 |
16662 | | /* 81980 */ MCD_OPC_CheckField, 12, 1, 0, 191, 230, 0, // Skip to: 141058 |
16663 | | /* 81987 */ MCD_OPC_Decode, 223, 32, 247, 2, // Opcode: LD3i64 |
16664 | | /* 81992 */ MCD_OPC_FilterValue, 6, 155, 0, 0, // Skip to: 82152 |
16665 | | /* 81997 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
16666 | | /* 82000 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 82038 |
16667 | | /* 82005 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16668 | | /* 82008 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82023 |
16669 | | /* 82013 */ MCD_OPC_CheckPredicate, 48, 160, 230, 0, // Skip to: 141058 |
16670 | | /* 82018 */ MCD_OPC_Decode, 179, 31, 210, 2, // Opcode: LD1Rv8b |
16671 | | /* 82023 */ MCD_OPC_FilterValue, 1, 150, 230, 0, // Skip to: 141058 |
16672 | | /* 82028 */ MCD_OPC_CheckPredicate, 48, 145, 230, 0, // Skip to: 141058 |
16673 | | /* 82033 */ MCD_OPC_Decode, 167, 31, 214, 2, // Opcode: LD1Rv16b |
16674 | | /* 82038 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 82076 |
16675 | | /* 82043 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16676 | | /* 82046 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82061 |
16677 | | /* 82051 */ MCD_OPC_CheckPredicate, 48, 122, 230, 0, // Skip to: 141058 |
16678 | | /* 82056 */ MCD_OPC_Decode, 175, 31, 210, 2, // Opcode: LD1Rv4h |
16679 | | /* 82061 */ MCD_OPC_FilterValue, 1, 112, 230, 0, // Skip to: 141058 |
16680 | | /* 82066 */ MCD_OPC_CheckPredicate, 48, 107, 230, 0, // Skip to: 141058 |
16681 | | /* 82071 */ MCD_OPC_Decode, 181, 31, 214, 2, // Opcode: LD1Rv8h |
16682 | | /* 82076 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 82114 |
16683 | | /* 82081 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16684 | | /* 82084 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82099 |
16685 | | /* 82089 */ MCD_OPC_CheckPredicate, 48, 84, 230, 0, // Skip to: 141058 |
16686 | | /* 82094 */ MCD_OPC_Decode, 173, 31, 210, 2, // Opcode: LD1Rv2s |
16687 | | /* 82099 */ MCD_OPC_FilterValue, 1, 74, 230, 0, // Skip to: 141058 |
16688 | | /* 82104 */ MCD_OPC_CheckPredicate, 48, 69, 230, 0, // Skip to: 141058 |
16689 | | /* 82109 */ MCD_OPC_Decode, 177, 31, 214, 2, // Opcode: LD1Rv4s |
16690 | | /* 82114 */ MCD_OPC_FilterValue, 3, 59, 230, 0, // Skip to: 141058 |
16691 | | /* 82119 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16692 | | /* 82122 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82137 |
16693 | | /* 82127 */ MCD_OPC_CheckPredicate, 48, 46, 230, 0, // Skip to: 141058 |
16694 | | /* 82132 */ MCD_OPC_Decode, 169, 31, 210, 2, // Opcode: LD1Rv1d |
16695 | | /* 82137 */ MCD_OPC_FilterValue, 1, 36, 230, 0, // Skip to: 141058 |
16696 | | /* 82142 */ MCD_OPC_CheckPredicate, 48, 31, 230, 0, // Skip to: 141058 |
16697 | | /* 82147 */ MCD_OPC_Decode, 171, 31, 214, 2, // Opcode: LD1Rv2d |
16698 | | /* 82152 */ MCD_OPC_FilterValue, 7, 155, 0, 0, // Skip to: 82312 |
16699 | | /* 82157 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
16700 | | /* 82160 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 82198 |
16701 | | /* 82165 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16702 | | /* 82168 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82183 |
16703 | | /* 82173 */ MCD_OPC_CheckPredicate, 48, 0, 230, 0, // Skip to: 141058 |
16704 | | /* 82178 */ MCD_OPC_Decode, 199, 32, 209, 2, // Opcode: LD3Rv8b |
16705 | | /* 82183 */ MCD_OPC_FilterValue, 1, 246, 229, 0, // Skip to: 141058 |
16706 | | /* 82188 */ MCD_OPC_CheckPredicate, 48, 241, 229, 0, // Skip to: 141058 |
16707 | | /* 82193 */ MCD_OPC_Decode, 187, 32, 213, 2, // Opcode: LD3Rv16b |
16708 | | /* 82198 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 82236 |
16709 | | /* 82203 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16710 | | /* 82206 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82221 |
16711 | | /* 82211 */ MCD_OPC_CheckPredicate, 48, 218, 229, 0, // Skip to: 141058 |
16712 | | /* 82216 */ MCD_OPC_Decode, 195, 32, 209, 2, // Opcode: LD3Rv4h |
16713 | | /* 82221 */ MCD_OPC_FilterValue, 1, 208, 229, 0, // Skip to: 141058 |
16714 | | /* 82226 */ MCD_OPC_CheckPredicate, 48, 203, 229, 0, // Skip to: 141058 |
16715 | | /* 82231 */ MCD_OPC_Decode, 201, 32, 213, 2, // Opcode: LD3Rv8h |
16716 | | /* 82236 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 82274 |
16717 | | /* 82241 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16718 | | /* 82244 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82259 |
16719 | | /* 82249 */ MCD_OPC_CheckPredicate, 48, 180, 229, 0, // Skip to: 141058 |
16720 | | /* 82254 */ MCD_OPC_Decode, 193, 32, 209, 2, // Opcode: LD3Rv2s |
16721 | | /* 82259 */ MCD_OPC_FilterValue, 1, 170, 229, 0, // Skip to: 141058 |
16722 | | /* 82264 */ MCD_OPC_CheckPredicate, 48, 165, 229, 0, // Skip to: 141058 |
16723 | | /* 82269 */ MCD_OPC_Decode, 197, 32, 213, 2, // Opcode: LD3Rv4s |
16724 | | /* 82274 */ MCD_OPC_FilterValue, 3, 155, 229, 0, // Skip to: 141058 |
16725 | | /* 82279 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16726 | | /* 82282 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82297 |
16727 | | /* 82287 */ MCD_OPC_CheckPredicate, 48, 142, 229, 0, // Skip to: 141058 |
16728 | | /* 82292 */ MCD_OPC_Decode, 189, 32, 209, 2, // Opcode: LD3Rv1d |
16729 | | /* 82297 */ MCD_OPC_FilterValue, 1, 132, 229, 0, // Skip to: 141058 |
16730 | | /* 82302 */ MCD_OPC_CheckPredicate, 48, 127, 229, 0, // Skip to: 141058 |
16731 | | /* 82307 */ MCD_OPC_Decode, 191, 32, 213, 2, // Opcode: LD3Rv2d |
16732 | | /* 82312 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 82341 |
16733 | | /* 82317 */ MCD_OPC_CheckPredicate, 50, 112, 229, 0, // Skip to: 141058 |
16734 | | /* 82322 */ MCD_OPC_CheckField, 31, 1, 0, 105, 229, 0, // Skip to: 141058 |
16735 | | /* 82329 */ MCD_OPC_CheckField, 10, 3, 1, 98, 229, 0, // Skip to: 141058 |
16736 | | /* 82336 */ MCD_OPC_Decode, 164, 33, 245, 2, // Opcode: LDAP1 |
16737 | | /* 82341 */ MCD_OPC_FilterValue, 128, 2, 17, 0, 0, // Skip to: 82364 |
16738 | | /* 82347 */ MCD_OPC_CheckPredicate, 48, 82, 229, 0, // Skip to: 141058 |
16739 | | /* 82352 */ MCD_OPC_CheckField, 31, 1, 0, 75, 229, 0, // Skip to: 141058 |
16740 | | /* 82359 */ MCD_OPC_Decode, 177, 32, 248, 2, // Opcode: LD2i8 |
16741 | | /* 82364 */ MCD_OPC_FilterValue, 129, 2, 17, 0, 0, // Skip to: 82387 |
16742 | | /* 82370 */ MCD_OPC_CheckPredicate, 48, 59, 229, 0, // Skip to: 141058 |
16743 | | /* 82375 */ MCD_OPC_CheckField, 31, 1, 0, 52, 229, 0, // Skip to: 141058 |
16744 | | /* 82382 */ MCD_OPC_Decode, 145, 33, 249, 2, // Opcode: LD4i8 |
16745 | | /* 82387 */ MCD_OPC_FilterValue, 130, 2, 24, 0, 0, // Skip to: 82417 |
16746 | | /* 82393 */ MCD_OPC_CheckPredicate, 48, 36, 229, 0, // Skip to: 141058 |
16747 | | /* 82398 */ MCD_OPC_CheckField, 31, 1, 0, 29, 229, 0, // Skip to: 141058 |
16748 | | /* 82405 */ MCD_OPC_CheckField, 10, 1, 0, 22, 229, 0, // Skip to: 141058 |
16749 | | /* 82412 */ MCD_OPC_Decode, 171, 32, 250, 2, // Opcode: LD2i16 |
16750 | | /* 82417 */ MCD_OPC_FilterValue, 131, 2, 24, 0, 0, // Skip to: 82447 |
16751 | | /* 82423 */ MCD_OPC_CheckPredicate, 48, 6, 229, 0, // Skip to: 141058 |
16752 | | /* 82428 */ MCD_OPC_CheckField, 31, 1, 0, 255, 228, 0, // Skip to: 141058 |
16753 | | /* 82435 */ MCD_OPC_CheckField, 10, 1, 0, 248, 228, 0, // Skip to: 141058 |
16754 | | /* 82442 */ MCD_OPC_Decode, 139, 33, 251, 2, // Opcode: LD4i16 |
16755 | | /* 82447 */ MCD_OPC_FilterValue, 132, 2, 54, 0, 0, // Skip to: 82507 |
16756 | | /* 82453 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16757 | | /* 82456 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 82478 |
16758 | | /* 82461 */ MCD_OPC_CheckPredicate, 48, 224, 228, 0, // Skip to: 141058 |
16759 | | /* 82466 */ MCD_OPC_CheckField, 31, 1, 0, 217, 228, 0, // Skip to: 141058 |
16760 | | /* 82473 */ MCD_OPC_Decode, 173, 32, 252, 2, // Opcode: LD2i32 |
16761 | | /* 82478 */ MCD_OPC_FilterValue, 1, 207, 228, 0, // Skip to: 141058 |
16762 | | /* 82483 */ MCD_OPC_CheckPredicate, 48, 202, 228, 0, // Skip to: 141058 |
16763 | | /* 82488 */ MCD_OPC_CheckField, 31, 1, 0, 195, 228, 0, // Skip to: 141058 |
16764 | | /* 82495 */ MCD_OPC_CheckField, 12, 1, 0, 188, 228, 0, // Skip to: 141058 |
16765 | | /* 82502 */ MCD_OPC_Decode, 175, 32, 253, 2, // Opcode: LD2i64 |
16766 | | /* 82507 */ MCD_OPC_FilterValue, 133, 2, 54, 0, 0, // Skip to: 82567 |
16767 | | /* 82513 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16768 | | /* 82516 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 82538 |
16769 | | /* 82521 */ MCD_OPC_CheckPredicate, 48, 164, 228, 0, // Skip to: 141058 |
16770 | | /* 82526 */ MCD_OPC_CheckField, 31, 1, 0, 157, 228, 0, // Skip to: 141058 |
16771 | | /* 82533 */ MCD_OPC_Decode, 141, 33, 254, 2, // Opcode: LD4i32 |
16772 | | /* 82538 */ MCD_OPC_FilterValue, 1, 147, 228, 0, // Skip to: 141058 |
16773 | | /* 82543 */ MCD_OPC_CheckPredicate, 48, 142, 228, 0, // Skip to: 141058 |
16774 | | /* 82548 */ MCD_OPC_CheckField, 31, 1, 0, 135, 228, 0, // Skip to: 141058 |
16775 | | /* 82555 */ MCD_OPC_CheckField, 12, 1, 0, 128, 228, 0, // Skip to: 141058 |
16776 | | /* 82562 */ MCD_OPC_Decode, 143, 33, 255, 2, // Opcode: LD4i64 |
16777 | | /* 82567 */ MCD_OPC_FilterValue, 134, 2, 155, 0, 0, // Skip to: 82728 |
16778 | | /* 82573 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
16779 | | /* 82576 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 82614 |
16780 | | /* 82581 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16781 | | /* 82584 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82599 |
16782 | | /* 82589 */ MCD_OPC_CheckPredicate, 48, 96, 228, 0, // Skip to: 141058 |
16783 | | /* 82594 */ MCD_OPC_Decode, 151, 32, 211, 2, // Opcode: LD2Rv8b |
16784 | | /* 82599 */ MCD_OPC_FilterValue, 1, 86, 228, 0, // Skip to: 141058 |
16785 | | /* 82604 */ MCD_OPC_CheckPredicate, 48, 81, 228, 0, // Skip to: 141058 |
16786 | | /* 82609 */ MCD_OPC_Decode, 139, 32, 215, 2, // Opcode: LD2Rv16b |
16787 | | /* 82614 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 82652 |
16788 | | /* 82619 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16789 | | /* 82622 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82637 |
16790 | | /* 82627 */ MCD_OPC_CheckPredicate, 48, 58, 228, 0, // Skip to: 141058 |
16791 | | /* 82632 */ MCD_OPC_Decode, 147, 32, 211, 2, // Opcode: LD2Rv4h |
16792 | | /* 82637 */ MCD_OPC_FilterValue, 1, 48, 228, 0, // Skip to: 141058 |
16793 | | /* 82642 */ MCD_OPC_CheckPredicate, 48, 43, 228, 0, // Skip to: 141058 |
16794 | | /* 82647 */ MCD_OPC_Decode, 153, 32, 215, 2, // Opcode: LD2Rv8h |
16795 | | /* 82652 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 82690 |
16796 | | /* 82657 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16797 | | /* 82660 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82675 |
16798 | | /* 82665 */ MCD_OPC_CheckPredicate, 48, 20, 228, 0, // Skip to: 141058 |
16799 | | /* 82670 */ MCD_OPC_Decode, 145, 32, 211, 2, // Opcode: LD2Rv2s |
16800 | | /* 82675 */ MCD_OPC_FilterValue, 1, 10, 228, 0, // Skip to: 141058 |
16801 | | /* 82680 */ MCD_OPC_CheckPredicate, 48, 5, 228, 0, // Skip to: 141058 |
16802 | | /* 82685 */ MCD_OPC_Decode, 149, 32, 215, 2, // Opcode: LD2Rv4s |
16803 | | /* 82690 */ MCD_OPC_FilterValue, 3, 251, 227, 0, // Skip to: 141058 |
16804 | | /* 82695 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16805 | | /* 82698 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82713 |
16806 | | /* 82703 */ MCD_OPC_CheckPredicate, 48, 238, 227, 0, // Skip to: 141058 |
16807 | | /* 82708 */ MCD_OPC_Decode, 141, 32, 211, 2, // Opcode: LD2Rv1d |
16808 | | /* 82713 */ MCD_OPC_FilterValue, 1, 228, 227, 0, // Skip to: 141058 |
16809 | | /* 82718 */ MCD_OPC_CheckPredicate, 48, 223, 227, 0, // Skip to: 141058 |
16810 | | /* 82723 */ MCD_OPC_Decode, 143, 32, 215, 2, // Opcode: LD2Rv2d |
16811 | | /* 82728 */ MCD_OPC_FilterValue, 135, 2, 212, 227, 0, // Skip to: 141058 |
16812 | | /* 82734 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
16813 | | /* 82737 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 82775 |
16814 | | /* 82742 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16815 | | /* 82745 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82760 |
16816 | | /* 82750 */ MCD_OPC_CheckPredicate, 48, 191, 227, 0, // Skip to: 141058 |
16817 | | /* 82755 */ MCD_OPC_Decode, 133, 33, 208, 2, // Opcode: LD4Rv8b |
16818 | | /* 82760 */ MCD_OPC_FilterValue, 1, 181, 227, 0, // Skip to: 141058 |
16819 | | /* 82765 */ MCD_OPC_CheckPredicate, 48, 176, 227, 0, // Skip to: 141058 |
16820 | | /* 82770 */ MCD_OPC_Decode, 249, 32, 212, 2, // Opcode: LD4Rv16b |
16821 | | /* 82775 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 82813 |
16822 | | /* 82780 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16823 | | /* 82783 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82798 |
16824 | | /* 82788 */ MCD_OPC_CheckPredicate, 48, 153, 227, 0, // Skip to: 141058 |
16825 | | /* 82793 */ MCD_OPC_Decode, 129, 33, 208, 2, // Opcode: LD4Rv4h |
16826 | | /* 82798 */ MCD_OPC_FilterValue, 1, 143, 227, 0, // Skip to: 141058 |
16827 | | /* 82803 */ MCD_OPC_CheckPredicate, 48, 138, 227, 0, // Skip to: 141058 |
16828 | | /* 82808 */ MCD_OPC_Decode, 135, 33, 212, 2, // Opcode: LD4Rv8h |
16829 | | /* 82813 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 82851 |
16830 | | /* 82818 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16831 | | /* 82821 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82836 |
16832 | | /* 82826 */ MCD_OPC_CheckPredicate, 48, 115, 227, 0, // Skip to: 141058 |
16833 | | /* 82831 */ MCD_OPC_Decode, 255, 32, 208, 2, // Opcode: LD4Rv2s |
16834 | | /* 82836 */ MCD_OPC_FilterValue, 1, 105, 227, 0, // Skip to: 141058 |
16835 | | /* 82841 */ MCD_OPC_CheckPredicate, 48, 100, 227, 0, // Skip to: 141058 |
16836 | | /* 82846 */ MCD_OPC_Decode, 131, 33, 212, 2, // Opcode: LD4Rv4s |
16837 | | /* 82851 */ MCD_OPC_FilterValue, 3, 90, 227, 0, // Skip to: 141058 |
16838 | | /* 82856 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16839 | | /* 82859 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82874 |
16840 | | /* 82864 */ MCD_OPC_CheckPredicate, 48, 77, 227, 0, // Skip to: 141058 |
16841 | | /* 82869 */ MCD_OPC_Decode, 251, 32, 208, 2, // Opcode: LD4Rv1d |
16842 | | /* 82874 */ MCD_OPC_FilterValue, 1, 67, 227, 0, // Skip to: 141058 |
16843 | | /* 82879 */ MCD_OPC_CheckPredicate, 48, 62, 227, 0, // Skip to: 141058 |
16844 | | /* 82884 */ MCD_OPC_Decode, 253, 32, 212, 2, // Opcode: LD4Rv2d |
16845 | | /* 82889 */ MCD_OPC_FilterValue, 1, 52, 227, 0, // Skip to: 141058 |
16846 | | /* 82894 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16847 | | /* 82897 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 82912 |
16848 | | /* 82902 */ MCD_OPC_CheckPredicate, 49, 39, 227, 0, // Skip to: 141058 |
16849 | | /* 82907 */ MCD_OPC_Decode, 211, 34, 205, 2, // Opcode: LDPSi |
16850 | | /* 82912 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 82927 |
16851 | | /* 82917 */ MCD_OPC_CheckPredicate, 49, 24, 227, 0, // Skip to: 141058 |
16852 | | /* 82922 */ MCD_OPC_Decode, 202, 34, 205, 2, // Opcode: LDPDi |
16853 | | /* 82927 */ MCD_OPC_FilterValue, 2, 14, 227, 0, // Skip to: 141058 |
16854 | | /* 82932 */ MCD_OPC_CheckPredicate, 49, 9, 227, 0, // Skip to: 141058 |
16855 | | /* 82937 */ MCD_OPC_Decode, 205, 34, 205, 2, // Opcode: LDPQi |
16856 | | /* 82942 */ MCD_OPC_FilterValue, 6, 40, 2, 0, // Skip to: 83499 |
16857 | | /* 82947 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
16858 | | /* 82950 */ MCD_OPC_FilterValue, 0, 235, 1, 0, // Skip to: 83446 |
16859 | | /* 82955 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
16860 | | /* 82958 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83010 |
16861 | | /* 82963 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16862 | | /* 82966 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 82988 |
16863 | | /* 82971 */ MCD_OPC_CheckPredicate, 48, 226, 226, 0, // Skip to: 141058 |
16864 | | /* 82976 */ MCD_OPC_CheckField, 31, 1, 0, 219, 226, 0, // Skip to: 141058 |
16865 | | /* 82983 */ MCD_OPC_Decode, 228, 51, 128, 3, // Opcode: ST1i8_POST |
16866 | | /* 82988 */ MCD_OPC_FilterValue, 1, 209, 226, 0, // Skip to: 141058 |
16867 | | /* 82993 */ MCD_OPC_CheckPredicate, 48, 204, 226, 0, // Skip to: 141058 |
16868 | | /* 82998 */ MCD_OPC_CheckField, 31, 1, 0, 197, 226, 0, // Skip to: 141058 |
16869 | | /* 83005 */ MCD_OPC_Decode, 135, 52, 129, 3, // Opcode: ST2i8_POST |
16870 | | /* 83010 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 83062 |
16871 | | /* 83015 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16872 | | /* 83018 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83040 |
16873 | | /* 83023 */ MCD_OPC_CheckPredicate, 48, 174, 226, 0, // Skip to: 141058 |
16874 | | /* 83028 */ MCD_OPC_CheckField, 31, 1, 0, 167, 226, 0, // Skip to: 141058 |
16875 | | /* 83035 */ MCD_OPC_Decode, 167, 52, 130, 3, // Opcode: ST3i8_POST |
16876 | | /* 83040 */ MCD_OPC_FilterValue, 1, 157, 226, 0, // Skip to: 141058 |
16877 | | /* 83045 */ MCD_OPC_CheckPredicate, 48, 152, 226, 0, // Skip to: 141058 |
16878 | | /* 83050 */ MCD_OPC_CheckField, 31, 1, 0, 145, 226, 0, // Skip to: 141058 |
16879 | | /* 83057 */ MCD_OPC_Decode, 199, 52, 131, 3, // Opcode: ST4i8_POST |
16880 | | /* 83062 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 83128 |
16881 | | /* 83067 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16882 | | /* 83070 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83099 |
16883 | | /* 83075 */ MCD_OPC_CheckPredicate, 48, 122, 226, 0, // Skip to: 141058 |
16884 | | /* 83080 */ MCD_OPC_CheckField, 31, 1, 0, 115, 226, 0, // Skip to: 141058 |
16885 | | /* 83087 */ MCD_OPC_CheckField, 10, 1, 0, 108, 226, 0, // Skip to: 141058 |
16886 | | /* 83094 */ MCD_OPC_Decode, 222, 51, 132, 3, // Opcode: ST1i16_POST |
16887 | | /* 83099 */ MCD_OPC_FilterValue, 1, 98, 226, 0, // Skip to: 141058 |
16888 | | /* 83104 */ MCD_OPC_CheckPredicate, 48, 93, 226, 0, // Skip to: 141058 |
16889 | | /* 83109 */ MCD_OPC_CheckField, 31, 1, 0, 86, 226, 0, // Skip to: 141058 |
16890 | | /* 83116 */ MCD_OPC_CheckField, 10, 1, 0, 79, 226, 0, // Skip to: 141058 |
16891 | | /* 83123 */ MCD_OPC_Decode, 129, 52, 133, 3, // Opcode: ST2i16_POST |
16892 | | /* 83128 */ MCD_OPC_FilterValue, 3, 61, 0, 0, // Skip to: 83194 |
16893 | | /* 83133 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16894 | | /* 83136 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83165 |
16895 | | /* 83141 */ MCD_OPC_CheckPredicate, 48, 56, 226, 0, // Skip to: 141058 |
16896 | | /* 83146 */ MCD_OPC_CheckField, 31, 1, 0, 49, 226, 0, // Skip to: 141058 |
16897 | | /* 83153 */ MCD_OPC_CheckField, 10, 1, 0, 42, 226, 0, // Skip to: 141058 |
16898 | | /* 83160 */ MCD_OPC_Decode, 161, 52, 134, 3, // Opcode: ST3i16_POST |
16899 | | /* 83165 */ MCD_OPC_FilterValue, 1, 32, 226, 0, // Skip to: 141058 |
16900 | | /* 83170 */ MCD_OPC_CheckPredicate, 48, 27, 226, 0, // Skip to: 141058 |
16901 | | /* 83175 */ MCD_OPC_CheckField, 31, 1, 0, 20, 226, 0, // Skip to: 141058 |
16902 | | /* 83182 */ MCD_OPC_CheckField, 10, 1, 0, 13, 226, 0, // Skip to: 141058 |
16903 | | /* 83189 */ MCD_OPC_Decode, 193, 52, 135, 3, // Opcode: ST4i16_POST |
16904 | | /* 83194 */ MCD_OPC_FilterValue, 4, 121, 0, 0, // Skip to: 83320 |
16905 | | /* 83199 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16906 | | /* 83202 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83254 |
16907 | | /* 83207 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16908 | | /* 83210 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83232 |
16909 | | /* 83215 */ MCD_OPC_CheckPredicate, 48, 238, 225, 0, // Skip to: 141058 |
16910 | | /* 83220 */ MCD_OPC_CheckField, 31, 1, 0, 231, 225, 0, // Skip to: 141058 |
16911 | | /* 83227 */ MCD_OPC_Decode, 224, 51, 136, 3, // Opcode: ST1i32_POST |
16912 | | /* 83232 */ MCD_OPC_FilterValue, 1, 221, 225, 0, // Skip to: 141058 |
16913 | | /* 83237 */ MCD_OPC_CheckPredicate, 48, 216, 225, 0, // Skip to: 141058 |
16914 | | /* 83242 */ MCD_OPC_CheckField, 31, 1, 0, 209, 225, 0, // Skip to: 141058 |
16915 | | /* 83249 */ MCD_OPC_Decode, 131, 52, 137, 3, // Opcode: ST2i32_POST |
16916 | | /* 83254 */ MCD_OPC_FilterValue, 1, 199, 225, 0, // Skip to: 141058 |
16917 | | /* 83259 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16918 | | /* 83262 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83291 |
16919 | | /* 83267 */ MCD_OPC_CheckPredicate, 48, 186, 225, 0, // Skip to: 141058 |
16920 | | /* 83272 */ MCD_OPC_CheckField, 31, 1, 0, 179, 225, 0, // Skip to: 141058 |
16921 | | /* 83279 */ MCD_OPC_CheckField, 12, 1, 0, 172, 225, 0, // Skip to: 141058 |
16922 | | /* 83286 */ MCD_OPC_Decode, 226, 51, 138, 3, // Opcode: ST1i64_POST |
16923 | | /* 83291 */ MCD_OPC_FilterValue, 1, 162, 225, 0, // Skip to: 141058 |
16924 | | /* 83296 */ MCD_OPC_CheckPredicate, 48, 157, 225, 0, // Skip to: 141058 |
16925 | | /* 83301 */ MCD_OPC_CheckField, 31, 1, 0, 150, 225, 0, // Skip to: 141058 |
16926 | | /* 83308 */ MCD_OPC_CheckField, 12, 1, 0, 143, 225, 0, // Skip to: 141058 |
16927 | | /* 83315 */ MCD_OPC_Decode, 133, 52, 139, 3, // Opcode: ST2i64_POST |
16928 | | /* 83320 */ MCD_OPC_FilterValue, 5, 133, 225, 0, // Skip to: 141058 |
16929 | | /* 83325 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
16930 | | /* 83328 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83380 |
16931 | | /* 83333 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16932 | | /* 83336 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83358 |
16933 | | /* 83341 */ MCD_OPC_CheckPredicate, 48, 112, 225, 0, // Skip to: 141058 |
16934 | | /* 83346 */ MCD_OPC_CheckField, 31, 1, 0, 105, 225, 0, // Skip to: 141058 |
16935 | | /* 83353 */ MCD_OPC_Decode, 163, 52, 140, 3, // Opcode: ST3i32_POST |
16936 | | /* 83358 */ MCD_OPC_FilterValue, 1, 95, 225, 0, // Skip to: 141058 |
16937 | | /* 83363 */ MCD_OPC_CheckPredicate, 48, 90, 225, 0, // Skip to: 141058 |
16938 | | /* 83368 */ MCD_OPC_CheckField, 31, 1, 0, 83, 225, 0, // Skip to: 141058 |
16939 | | /* 83375 */ MCD_OPC_Decode, 195, 52, 141, 3, // Opcode: ST4i32_POST |
16940 | | /* 83380 */ MCD_OPC_FilterValue, 1, 73, 225, 0, // Skip to: 141058 |
16941 | | /* 83385 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16942 | | /* 83388 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83417 |
16943 | | /* 83393 */ MCD_OPC_CheckPredicate, 48, 60, 225, 0, // Skip to: 141058 |
16944 | | /* 83398 */ MCD_OPC_CheckField, 31, 1, 0, 53, 225, 0, // Skip to: 141058 |
16945 | | /* 83405 */ MCD_OPC_CheckField, 12, 1, 0, 46, 225, 0, // Skip to: 141058 |
16946 | | /* 83412 */ MCD_OPC_Decode, 165, 52, 142, 3, // Opcode: ST3i64_POST |
16947 | | /* 83417 */ MCD_OPC_FilterValue, 1, 36, 225, 0, // Skip to: 141058 |
16948 | | /* 83422 */ MCD_OPC_CheckPredicate, 48, 31, 225, 0, // Skip to: 141058 |
16949 | | /* 83427 */ MCD_OPC_CheckField, 31, 1, 0, 24, 225, 0, // Skip to: 141058 |
16950 | | /* 83434 */ MCD_OPC_CheckField, 12, 1, 0, 17, 225, 0, // Skip to: 141058 |
16951 | | /* 83441 */ MCD_OPC_Decode, 197, 52, 143, 3, // Opcode: ST4i64_POST |
16952 | | /* 83446 */ MCD_OPC_FilterValue, 1, 7, 225, 0, // Skip to: 141058 |
16953 | | /* 83451 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
16954 | | /* 83454 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 83469 |
16955 | | /* 83459 */ MCD_OPC_CheckPredicate, 49, 250, 224, 0, // Skip to: 141058 |
16956 | | /* 83464 */ MCD_OPC_Decode, 172, 53, 205, 2, // Opcode: STPSpre |
16957 | | /* 83469 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 83484 |
16958 | | /* 83474 */ MCD_OPC_CheckPredicate, 49, 235, 224, 0, // Skip to: 141058 |
16959 | | /* 83479 */ MCD_OPC_Decode, 166, 53, 205, 2, // Opcode: STPDpre |
16960 | | /* 83484 */ MCD_OPC_FilterValue, 2, 225, 224, 0, // Skip to: 141058 |
16961 | | /* 83489 */ MCD_OPC_CheckPredicate, 49, 220, 224, 0, // Skip to: 141058 |
16962 | | /* 83494 */ MCD_OPC_Decode, 169, 53, 205, 2, // Opcode: STPQpre |
16963 | | /* 83499 */ MCD_OPC_FilterValue, 7, 216, 4, 0, // Skip to: 84744 |
16964 | | /* 83504 */ MCD_OPC_ExtractField, 29, 1, // Inst{29} ... |
16965 | | /* 83507 */ MCD_OPC_FilterValue, 0, 155, 4, 0, // Skip to: 84691 |
16966 | | /* 83512 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
16967 | | /* 83515 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83567 |
16968 | | /* 83520 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16969 | | /* 83523 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83545 |
16970 | | /* 83528 */ MCD_OPC_CheckPredicate, 48, 181, 224, 0, // Skip to: 141058 |
16971 | | /* 83533 */ MCD_OPC_CheckField, 31, 1, 0, 174, 224, 0, // Skip to: 141058 |
16972 | | /* 83540 */ MCD_OPC_Decode, 130, 32, 144, 3, // Opcode: LD1i8_POST |
16973 | | /* 83545 */ MCD_OPC_FilterValue, 1, 164, 224, 0, // Skip to: 141058 |
16974 | | /* 83550 */ MCD_OPC_CheckPredicate, 48, 159, 224, 0, // Skip to: 141058 |
16975 | | /* 83555 */ MCD_OPC_CheckField, 31, 1, 0, 152, 224, 0, // Skip to: 141058 |
16976 | | /* 83562 */ MCD_OPC_Decode, 178, 32, 145, 3, // Opcode: LD2i8_POST |
16977 | | /* 83567 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 83619 |
16978 | | /* 83572 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16979 | | /* 83575 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83597 |
16980 | | /* 83580 */ MCD_OPC_CheckPredicate, 48, 129, 224, 0, // Skip to: 141058 |
16981 | | /* 83585 */ MCD_OPC_CheckField, 31, 1, 0, 122, 224, 0, // Skip to: 141058 |
16982 | | /* 83592 */ MCD_OPC_Decode, 226, 32, 146, 3, // Opcode: LD3i8_POST |
16983 | | /* 83597 */ MCD_OPC_FilterValue, 1, 112, 224, 0, // Skip to: 141058 |
16984 | | /* 83602 */ MCD_OPC_CheckPredicate, 48, 107, 224, 0, // Skip to: 141058 |
16985 | | /* 83607 */ MCD_OPC_CheckField, 31, 1, 0, 100, 224, 0, // Skip to: 141058 |
16986 | | /* 83614 */ MCD_OPC_Decode, 146, 33, 147, 3, // Opcode: LD4i8_POST |
16987 | | /* 83619 */ MCD_OPC_FilterValue, 2, 61, 0, 0, // Skip to: 83685 |
16988 | | /* 83624 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
16989 | | /* 83627 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83656 |
16990 | | /* 83632 */ MCD_OPC_CheckPredicate, 48, 77, 224, 0, // Skip to: 141058 |
16991 | | /* 83637 */ MCD_OPC_CheckField, 31, 1, 0, 70, 224, 0, // Skip to: 141058 |
16992 | | /* 83644 */ MCD_OPC_CheckField, 10, 1, 0, 63, 224, 0, // Skip to: 141058 |
16993 | | /* 83651 */ MCD_OPC_Decode, 252, 31, 148, 3, // Opcode: LD1i16_POST |
16994 | | /* 83656 */ MCD_OPC_FilterValue, 1, 53, 224, 0, // Skip to: 141058 |
16995 | | /* 83661 */ MCD_OPC_CheckPredicate, 48, 48, 224, 0, // Skip to: 141058 |
16996 | | /* 83666 */ MCD_OPC_CheckField, 31, 1, 0, 41, 224, 0, // Skip to: 141058 |
16997 | | /* 83673 */ MCD_OPC_CheckField, 10, 1, 0, 34, 224, 0, // Skip to: 141058 |
16998 | | /* 83680 */ MCD_OPC_Decode, 172, 32, 149, 3, // Opcode: LD2i16_POST |
16999 | | /* 83685 */ MCD_OPC_FilterValue, 3, 61, 0, 0, // Skip to: 83751 |
17000 | | /* 83690 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17001 | | /* 83693 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83722 |
17002 | | /* 83698 */ MCD_OPC_CheckPredicate, 48, 11, 224, 0, // Skip to: 141058 |
17003 | | /* 83703 */ MCD_OPC_CheckField, 31, 1, 0, 4, 224, 0, // Skip to: 141058 |
17004 | | /* 83710 */ MCD_OPC_CheckField, 10, 1, 0, 253, 223, 0, // Skip to: 141058 |
17005 | | /* 83717 */ MCD_OPC_Decode, 220, 32, 150, 3, // Opcode: LD3i16_POST |
17006 | | /* 83722 */ MCD_OPC_FilterValue, 1, 243, 223, 0, // Skip to: 141058 |
17007 | | /* 83727 */ MCD_OPC_CheckPredicate, 48, 238, 223, 0, // Skip to: 141058 |
17008 | | /* 83732 */ MCD_OPC_CheckField, 31, 1, 0, 231, 223, 0, // Skip to: 141058 |
17009 | | /* 83739 */ MCD_OPC_CheckField, 10, 1, 0, 224, 223, 0, // Skip to: 141058 |
17010 | | /* 83746 */ MCD_OPC_Decode, 140, 33, 151, 3, // Opcode: LD4i16_POST |
17011 | | /* 83751 */ MCD_OPC_FilterValue, 4, 121, 0, 0, // Skip to: 83877 |
17012 | | /* 83756 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
17013 | | /* 83759 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83811 |
17014 | | /* 83764 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17015 | | /* 83767 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83789 |
17016 | | /* 83772 */ MCD_OPC_CheckPredicate, 48, 193, 223, 0, // Skip to: 141058 |
17017 | | /* 83777 */ MCD_OPC_CheckField, 31, 1, 0, 186, 223, 0, // Skip to: 141058 |
17018 | | /* 83784 */ MCD_OPC_Decode, 254, 31, 152, 3, // Opcode: LD1i32_POST |
17019 | | /* 83789 */ MCD_OPC_FilterValue, 1, 176, 223, 0, // Skip to: 141058 |
17020 | | /* 83794 */ MCD_OPC_CheckPredicate, 48, 171, 223, 0, // Skip to: 141058 |
17021 | | /* 83799 */ MCD_OPC_CheckField, 31, 1, 0, 164, 223, 0, // Skip to: 141058 |
17022 | | /* 83806 */ MCD_OPC_Decode, 174, 32, 153, 3, // Opcode: LD2i32_POST |
17023 | | /* 83811 */ MCD_OPC_FilterValue, 1, 154, 223, 0, // Skip to: 141058 |
17024 | | /* 83816 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17025 | | /* 83819 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83848 |
17026 | | /* 83824 */ MCD_OPC_CheckPredicate, 48, 141, 223, 0, // Skip to: 141058 |
17027 | | /* 83829 */ MCD_OPC_CheckField, 31, 1, 0, 134, 223, 0, // Skip to: 141058 |
17028 | | /* 83836 */ MCD_OPC_CheckField, 12, 1, 0, 127, 223, 0, // Skip to: 141058 |
17029 | | /* 83843 */ MCD_OPC_Decode, 128, 32, 154, 3, // Opcode: LD1i64_POST |
17030 | | /* 83848 */ MCD_OPC_FilterValue, 1, 117, 223, 0, // Skip to: 141058 |
17031 | | /* 83853 */ MCD_OPC_CheckPredicate, 48, 112, 223, 0, // Skip to: 141058 |
17032 | | /* 83858 */ MCD_OPC_CheckField, 31, 1, 0, 105, 223, 0, // Skip to: 141058 |
17033 | | /* 83865 */ MCD_OPC_CheckField, 12, 1, 0, 98, 223, 0, // Skip to: 141058 |
17034 | | /* 83872 */ MCD_OPC_Decode, 176, 32, 155, 3, // Opcode: LD2i64_POST |
17035 | | /* 83877 */ MCD_OPC_FilterValue, 5, 121, 0, 0, // Skip to: 84003 |
17036 | | /* 83882 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
17037 | | /* 83885 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 83937 |
17038 | | /* 83890 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17039 | | /* 83893 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 83915 |
17040 | | /* 83898 */ MCD_OPC_CheckPredicate, 48, 67, 223, 0, // Skip to: 141058 |
17041 | | /* 83903 */ MCD_OPC_CheckField, 31, 1, 0, 60, 223, 0, // Skip to: 141058 |
17042 | | /* 83910 */ MCD_OPC_Decode, 222, 32, 156, 3, // Opcode: LD3i32_POST |
17043 | | /* 83915 */ MCD_OPC_FilterValue, 1, 50, 223, 0, // Skip to: 141058 |
17044 | | /* 83920 */ MCD_OPC_CheckPredicate, 48, 45, 223, 0, // Skip to: 141058 |
17045 | | /* 83925 */ MCD_OPC_CheckField, 31, 1, 0, 38, 223, 0, // Skip to: 141058 |
17046 | | /* 83932 */ MCD_OPC_Decode, 142, 33, 157, 3, // Opcode: LD4i32_POST |
17047 | | /* 83937 */ MCD_OPC_FilterValue, 1, 28, 223, 0, // Skip to: 141058 |
17048 | | /* 83942 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17049 | | /* 83945 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 83974 |
17050 | | /* 83950 */ MCD_OPC_CheckPredicate, 48, 15, 223, 0, // Skip to: 141058 |
17051 | | /* 83955 */ MCD_OPC_CheckField, 31, 1, 0, 8, 223, 0, // Skip to: 141058 |
17052 | | /* 83962 */ MCD_OPC_CheckField, 12, 1, 0, 1, 223, 0, // Skip to: 141058 |
17053 | | /* 83969 */ MCD_OPC_Decode, 224, 32, 158, 3, // Opcode: LD3i64_POST |
17054 | | /* 83974 */ MCD_OPC_FilterValue, 1, 247, 222, 0, // Skip to: 141058 |
17055 | | /* 83979 */ MCD_OPC_CheckPredicate, 48, 242, 222, 0, // Skip to: 141058 |
17056 | | /* 83984 */ MCD_OPC_CheckField, 31, 1, 0, 235, 222, 0, // Skip to: 141058 |
17057 | | /* 83991 */ MCD_OPC_CheckField, 12, 1, 0, 228, 222, 0, // Skip to: 141058 |
17058 | | /* 83998 */ MCD_OPC_Decode, 144, 33, 159, 3, // Opcode: LD4i64_POST |
17059 | | /* 84003 */ MCD_OPC_FilterValue, 6, 83, 1, 0, // Skip to: 84347 |
17060 | | /* 84008 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
17061 | | /* 84011 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 84095 |
17062 | | /* 84016 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17063 | | /* 84019 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84057 |
17064 | | /* 84024 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17065 | | /* 84027 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84042 |
17066 | | /* 84032 */ MCD_OPC_CheckPredicate, 48, 189, 222, 0, // Skip to: 141058 |
17067 | | /* 84037 */ MCD_OPC_Decode, 180, 31, 218, 2, // Opcode: LD1Rv8b_POST |
17068 | | /* 84042 */ MCD_OPC_FilterValue, 1, 179, 222, 0, // Skip to: 141058 |
17069 | | /* 84047 */ MCD_OPC_CheckPredicate, 48, 174, 222, 0, // Skip to: 141058 |
17070 | | /* 84052 */ MCD_OPC_Decode, 168, 31, 222, 2, // Opcode: LD1Rv16b_POST |
17071 | | /* 84057 */ MCD_OPC_FilterValue, 1, 164, 222, 0, // Skip to: 141058 |
17072 | | /* 84062 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17073 | | /* 84065 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84080 |
17074 | | /* 84070 */ MCD_OPC_CheckPredicate, 48, 151, 222, 0, // Skip to: 141058 |
17075 | | /* 84075 */ MCD_OPC_Decode, 152, 32, 219, 2, // Opcode: LD2Rv8b_POST |
17076 | | /* 84080 */ MCD_OPC_FilterValue, 1, 141, 222, 0, // Skip to: 141058 |
17077 | | /* 84085 */ MCD_OPC_CheckPredicate, 48, 136, 222, 0, // Skip to: 141058 |
17078 | | /* 84090 */ MCD_OPC_Decode, 140, 32, 223, 2, // Opcode: LD2Rv16b_POST |
17079 | | /* 84095 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 84179 |
17080 | | /* 84100 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17081 | | /* 84103 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84141 |
17082 | | /* 84108 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17083 | | /* 84111 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84126 |
17084 | | /* 84116 */ MCD_OPC_CheckPredicate, 48, 105, 222, 0, // Skip to: 141058 |
17085 | | /* 84121 */ MCD_OPC_Decode, 176, 31, 218, 2, // Opcode: LD1Rv4h_POST |
17086 | | /* 84126 */ MCD_OPC_FilterValue, 1, 95, 222, 0, // Skip to: 141058 |
17087 | | /* 84131 */ MCD_OPC_CheckPredicate, 48, 90, 222, 0, // Skip to: 141058 |
17088 | | /* 84136 */ MCD_OPC_Decode, 182, 31, 222, 2, // Opcode: LD1Rv8h_POST |
17089 | | /* 84141 */ MCD_OPC_FilterValue, 1, 80, 222, 0, // Skip to: 141058 |
17090 | | /* 84146 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17091 | | /* 84149 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84164 |
17092 | | /* 84154 */ MCD_OPC_CheckPredicate, 48, 67, 222, 0, // Skip to: 141058 |
17093 | | /* 84159 */ MCD_OPC_Decode, 148, 32, 219, 2, // Opcode: LD2Rv4h_POST |
17094 | | /* 84164 */ MCD_OPC_FilterValue, 1, 57, 222, 0, // Skip to: 141058 |
17095 | | /* 84169 */ MCD_OPC_CheckPredicate, 48, 52, 222, 0, // Skip to: 141058 |
17096 | | /* 84174 */ MCD_OPC_Decode, 154, 32, 223, 2, // Opcode: LD2Rv8h_POST |
17097 | | /* 84179 */ MCD_OPC_FilterValue, 2, 79, 0, 0, // Skip to: 84263 |
17098 | | /* 84184 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17099 | | /* 84187 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84225 |
17100 | | /* 84192 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17101 | | /* 84195 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84210 |
17102 | | /* 84200 */ MCD_OPC_CheckPredicate, 48, 21, 222, 0, // Skip to: 141058 |
17103 | | /* 84205 */ MCD_OPC_Decode, 174, 31, 218, 2, // Opcode: LD1Rv2s_POST |
17104 | | /* 84210 */ MCD_OPC_FilterValue, 1, 11, 222, 0, // Skip to: 141058 |
17105 | | /* 84215 */ MCD_OPC_CheckPredicate, 48, 6, 222, 0, // Skip to: 141058 |
17106 | | /* 84220 */ MCD_OPC_Decode, 178, 31, 222, 2, // Opcode: LD1Rv4s_POST |
17107 | | /* 84225 */ MCD_OPC_FilterValue, 1, 252, 221, 0, // Skip to: 141058 |
17108 | | /* 84230 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17109 | | /* 84233 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84248 |
17110 | | /* 84238 */ MCD_OPC_CheckPredicate, 48, 239, 221, 0, // Skip to: 141058 |
17111 | | /* 84243 */ MCD_OPC_Decode, 146, 32, 219, 2, // Opcode: LD2Rv2s_POST |
17112 | | /* 84248 */ MCD_OPC_FilterValue, 1, 229, 221, 0, // Skip to: 141058 |
17113 | | /* 84253 */ MCD_OPC_CheckPredicate, 48, 224, 221, 0, // Skip to: 141058 |
17114 | | /* 84258 */ MCD_OPC_Decode, 150, 32, 223, 2, // Opcode: LD2Rv4s_POST |
17115 | | /* 84263 */ MCD_OPC_FilterValue, 3, 214, 221, 0, // Skip to: 141058 |
17116 | | /* 84268 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17117 | | /* 84271 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84309 |
17118 | | /* 84276 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17119 | | /* 84279 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84294 |
17120 | | /* 84284 */ MCD_OPC_CheckPredicate, 48, 193, 221, 0, // Skip to: 141058 |
17121 | | /* 84289 */ MCD_OPC_Decode, 170, 31, 218, 2, // Opcode: LD1Rv1d_POST |
17122 | | /* 84294 */ MCD_OPC_FilterValue, 1, 183, 221, 0, // Skip to: 141058 |
17123 | | /* 84299 */ MCD_OPC_CheckPredicate, 48, 178, 221, 0, // Skip to: 141058 |
17124 | | /* 84304 */ MCD_OPC_Decode, 172, 31, 222, 2, // Opcode: LD1Rv2d_POST |
17125 | | /* 84309 */ MCD_OPC_FilterValue, 1, 168, 221, 0, // Skip to: 141058 |
17126 | | /* 84314 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17127 | | /* 84317 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84332 |
17128 | | /* 84322 */ MCD_OPC_CheckPredicate, 48, 155, 221, 0, // Skip to: 141058 |
17129 | | /* 84327 */ MCD_OPC_Decode, 142, 32, 219, 2, // Opcode: LD2Rv1d_POST |
17130 | | /* 84332 */ MCD_OPC_FilterValue, 1, 145, 221, 0, // Skip to: 141058 |
17131 | | /* 84337 */ MCD_OPC_CheckPredicate, 48, 140, 221, 0, // Skip to: 141058 |
17132 | | /* 84342 */ MCD_OPC_Decode, 144, 32, 223, 2, // Opcode: LD2Rv2d_POST |
17133 | | /* 84347 */ MCD_OPC_FilterValue, 7, 130, 221, 0, // Skip to: 141058 |
17134 | | /* 84352 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
17135 | | /* 84355 */ MCD_OPC_FilterValue, 0, 79, 0, 0, // Skip to: 84439 |
17136 | | /* 84360 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17137 | | /* 84363 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84401 |
17138 | | /* 84368 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17139 | | /* 84371 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84386 |
17140 | | /* 84376 */ MCD_OPC_CheckPredicate, 48, 101, 221, 0, // Skip to: 141058 |
17141 | | /* 84381 */ MCD_OPC_Decode, 200, 32, 217, 2, // Opcode: LD3Rv8b_POST |
17142 | | /* 84386 */ MCD_OPC_FilterValue, 1, 91, 221, 0, // Skip to: 141058 |
17143 | | /* 84391 */ MCD_OPC_CheckPredicate, 48, 86, 221, 0, // Skip to: 141058 |
17144 | | /* 84396 */ MCD_OPC_Decode, 188, 32, 221, 2, // Opcode: LD3Rv16b_POST |
17145 | | /* 84401 */ MCD_OPC_FilterValue, 1, 76, 221, 0, // Skip to: 141058 |
17146 | | /* 84406 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17147 | | /* 84409 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84424 |
17148 | | /* 84414 */ MCD_OPC_CheckPredicate, 48, 63, 221, 0, // Skip to: 141058 |
17149 | | /* 84419 */ MCD_OPC_Decode, 134, 33, 216, 2, // Opcode: LD4Rv8b_POST |
17150 | | /* 84424 */ MCD_OPC_FilterValue, 1, 53, 221, 0, // Skip to: 141058 |
17151 | | /* 84429 */ MCD_OPC_CheckPredicate, 48, 48, 221, 0, // Skip to: 141058 |
17152 | | /* 84434 */ MCD_OPC_Decode, 250, 32, 220, 2, // Opcode: LD4Rv16b_POST |
17153 | | /* 84439 */ MCD_OPC_FilterValue, 1, 79, 0, 0, // Skip to: 84523 |
17154 | | /* 84444 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17155 | | /* 84447 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84485 |
17156 | | /* 84452 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17157 | | /* 84455 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84470 |
17158 | | /* 84460 */ MCD_OPC_CheckPredicate, 48, 17, 221, 0, // Skip to: 141058 |
17159 | | /* 84465 */ MCD_OPC_Decode, 196, 32, 217, 2, // Opcode: LD3Rv4h_POST |
17160 | | /* 84470 */ MCD_OPC_FilterValue, 1, 7, 221, 0, // Skip to: 141058 |
17161 | | /* 84475 */ MCD_OPC_CheckPredicate, 48, 2, 221, 0, // Skip to: 141058 |
17162 | | /* 84480 */ MCD_OPC_Decode, 202, 32, 221, 2, // Opcode: LD3Rv8h_POST |
17163 | | /* 84485 */ MCD_OPC_FilterValue, 1, 248, 220, 0, // Skip to: 141058 |
17164 | | /* 84490 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17165 | | /* 84493 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84508 |
17166 | | /* 84498 */ MCD_OPC_CheckPredicate, 48, 235, 220, 0, // Skip to: 141058 |
17167 | | /* 84503 */ MCD_OPC_Decode, 130, 33, 216, 2, // Opcode: LD4Rv4h_POST |
17168 | | /* 84508 */ MCD_OPC_FilterValue, 1, 225, 220, 0, // Skip to: 141058 |
17169 | | /* 84513 */ MCD_OPC_CheckPredicate, 48, 220, 220, 0, // Skip to: 141058 |
17170 | | /* 84518 */ MCD_OPC_Decode, 136, 33, 220, 2, // Opcode: LD4Rv8h_POST |
17171 | | /* 84523 */ MCD_OPC_FilterValue, 2, 79, 0, 0, // Skip to: 84607 |
17172 | | /* 84528 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17173 | | /* 84531 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84569 |
17174 | | /* 84536 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17175 | | /* 84539 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84554 |
17176 | | /* 84544 */ MCD_OPC_CheckPredicate, 48, 189, 220, 0, // Skip to: 141058 |
17177 | | /* 84549 */ MCD_OPC_Decode, 194, 32, 217, 2, // Opcode: LD3Rv2s_POST |
17178 | | /* 84554 */ MCD_OPC_FilterValue, 1, 179, 220, 0, // Skip to: 141058 |
17179 | | /* 84559 */ MCD_OPC_CheckPredicate, 48, 174, 220, 0, // Skip to: 141058 |
17180 | | /* 84564 */ MCD_OPC_Decode, 198, 32, 221, 2, // Opcode: LD3Rv4s_POST |
17181 | | /* 84569 */ MCD_OPC_FilterValue, 1, 164, 220, 0, // Skip to: 141058 |
17182 | | /* 84574 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17183 | | /* 84577 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84592 |
17184 | | /* 84582 */ MCD_OPC_CheckPredicate, 48, 151, 220, 0, // Skip to: 141058 |
17185 | | /* 84587 */ MCD_OPC_Decode, 128, 33, 216, 2, // Opcode: LD4Rv2s_POST |
17186 | | /* 84592 */ MCD_OPC_FilterValue, 1, 141, 220, 0, // Skip to: 141058 |
17187 | | /* 84597 */ MCD_OPC_CheckPredicate, 48, 136, 220, 0, // Skip to: 141058 |
17188 | | /* 84602 */ MCD_OPC_Decode, 132, 33, 220, 2, // Opcode: LD4Rv4s_POST |
17189 | | /* 84607 */ MCD_OPC_FilterValue, 3, 126, 220, 0, // Skip to: 141058 |
17190 | | /* 84612 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17191 | | /* 84615 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84653 |
17192 | | /* 84620 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17193 | | /* 84623 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84638 |
17194 | | /* 84628 */ MCD_OPC_CheckPredicate, 48, 105, 220, 0, // Skip to: 141058 |
17195 | | /* 84633 */ MCD_OPC_Decode, 190, 32, 217, 2, // Opcode: LD3Rv1d_POST |
17196 | | /* 84638 */ MCD_OPC_FilterValue, 1, 95, 220, 0, // Skip to: 141058 |
17197 | | /* 84643 */ MCD_OPC_CheckPredicate, 48, 90, 220, 0, // Skip to: 141058 |
17198 | | /* 84648 */ MCD_OPC_Decode, 192, 32, 221, 2, // Opcode: LD3Rv2d_POST |
17199 | | /* 84653 */ MCD_OPC_FilterValue, 1, 80, 220, 0, // Skip to: 141058 |
17200 | | /* 84658 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17201 | | /* 84661 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84676 |
17202 | | /* 84666 */ MCD_OPC_CheckPredicate, 48, 67, 220, 0, // Skip to: 141058 |
17203 | | /* 84671 */ MCD_OPC_Decode, 252, 32, 216, 2, // Opcode: LD4Rv1d_POST |
17204 | | /* 84676 */ MCD_OPC_FilterValue, 1, 57, 220, 0, // Skip to: 141058 |
17205 | | /* 84681 */ MCD_OPC_CheckPredicate, 48, 52, 220, 0, // Skip to: 141058 |
17206 | | /* 84686 */ MCD_OPC_Decode, 254, 32, 220, 2, // Opcode: LD4Rv2d_POST |
17207 | | /* 84691 */ MCD_OPC_FilterValue, 1, 42, 220, 0, // Skip to: 141058 |
17208 | | /* 84696 */ MCD_OPC_ExtractField, 30, 2, // Inst{31-30} ... |
17209 | | /* 84699 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84714 |
17210 | | /* 84704 */ MCD_OPC_CheckPredicate, 49, 29, 220, 0, // Skip to: 141058 |
17211 | | /* 84709 */ MCD_OPC_Decode, 213, 34, 205, 2, // Opcode: LDPSpre |
17212 | | /* 84714 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 84729 |
17213 | | /* 84719 */ MCD_OPC_CheckPredicate, 49, 14, 220, 0, // Skip to: 141058 |
17214 | | /* 84724 */ MCD_OPC_Decode, 204, 34, 205, 2, // Opcode: LDPDpre |
17215 | | /* 84729 */ MCD_OPC_FilterValue, 2, 4, 220, 0, // Skip to: 141058 |
17216 | | /* 84734 */ MCD_OPC_CheckPredicate, 49, 255, 219, 0, // Skip to: 141058 |
17217 | | /* 84739 */ MCD_OPC_Decode, 207, 34, 205, 2, // Opcode: LDPQpre |
17218 | | /* 84744 */ MCD_OPC_FilterValue, 8, 14, 29, 0, // Skip to: 92187 |
17219 | | /* 84749 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
17220 | | /* 84752 */ MCD_OPC_FilterValue, 0, 128, 8, 0, // Skip to: 86933 |
17221 | | /* 84757 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
17222 | | /* 84760 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 84798 |
17223 | | /* 84765 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17224 | | /* 84768 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 84783 |
17225 | | /* 84773 */ MCD_OPC_CheckPredicate, 48, 216, 219, 0, // Skip to: 141058 |
17226 | | /* 84778 */ MCD_OPC_Decode, 169, 55, 160, 3, // Opcode: TBLv8i8One |
17227 | | /* 84783 */ MCD_OPC_FilterValue, 1, 206, 219, 0, // Skip to: 141058 |
17228 | | /* 84788 */ MCD_OPC_CheckPredicate, 48, 201, 219, 0, // Skip to: 141058 |
17229 | | /* 84793 */ MCD_OPC_Decode, 209, 41, 161, 3, // Opcode: SADDLv8i8_v8i16 |
17230 | | /* 84798 */ MCD_OPC_FilterValue, 1, 86, 0, 0, // Skip to: 84889 |
17231 | | /* 84803 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17232 | | /* 84806 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 84874 |
17233 | | /* 84811 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17234 | | /* 84814 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 84859 |
17235 | | /* 84819 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17236 | | /* 84822 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 84844 |
17237 | | /* 84827 */ MCD_OPC_CheckPredicate, 48, 162, 219, 0, // Skip to: 141058 |
17238 | | /* 84832 */ MCD_OPC_CheckField, 18, 1, 1, 155, 219, 0, // Skip to: 141058 |
17239 | | /* 84839 */ MCD_OPC_Decode, 177, 18, 162, 3, // Opcode: DUPv2i32lane |
17240 | | /* 84844 */ MCD_OPC_FilterValue, 1, 145, 219, 0, // Skip to: 141058 |
17241 | | /* 84849 */ MCD_OPC_CheckPredicate, 48, 140, 219, 0, // Skip to: 141058 |
17242 | | /* 84854 */ MCD_OPC_Decode, 181, 18, 163, 3, // Opcode: DUPv4i16lane |
17243 | | /* 84859 */ MCD_OPC_FilterValue, 1, 130, 219, 0, // Skip to: 141058 |
17244 | | /* 84864 */ MCD_OPC_CheckPredicate, 48, 125, 219, 0, // Skip to: 141058 |
17245 | | /* 84869 */ MCD_OPC_Decode, 187, 18, 164, 3, // Opcode: DUPv8i8lane |
17246 | | /* 84874 */ MCD_OPC_FilterValue, 1, 115, 219, 0, // Skip to: 141058 |
17247 | | /* 84879 */ MCD_OPC_CheckPredicate, 48, 110, 219, 0, // Skip to: 141058 |
17248 | | /* 84884 */ MCD_OPC_Decode, 252, 42, 165, 3, // Opcode: SHADDv8i8 |
17249 | | /* 84889 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 84911 |
17250 | | /* 84894 */ MCD_OPC_CheckPredicate, 48, 95, 219, 0, // Skip to: 141058 |
17251 | | /* 84899 */ MCD_OPC_CheckField, 16, 6, 32, 88, 219, 0, // Skip to: 141058 |
17252 | | /* 84906 */ MCD_OPC_Decode, 213, 40, 166, 3, // Opcode: REV64v8i8 |
17253 | | /* 84911 */ MCD_OPC_FilterValue, 3, 86, 0, 0, // Skip to: 85002 |
17254 | | /* 84916 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17255 | | /* 84919 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 84987 |
17256 | | /* 84924 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17257 | | /* 84927 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 84972 |
17258 | | /* 84932 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17259 | | /* 84935 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 84957 |
17260 | | /* 84940 */ MCD_OPC_CheckPredicate, 48, 49, 219, 0, // Skip to: 141058 |
17261 | | /* 84945 */ MCD_OPC_CheckField, 18, 1, 1, 42, 219, 0, // Skip to: 141058 |
17262 | | /* 84952 */ MCD_OPC_Decode, 176, 18, 167, 3, // Opcode: DUPv2i32gpr |
17263 | | /* 84957 */ MCD_OPC_FilterValue, 1, 32, 219, 0, // Skip to: 141058 |
17264 | | /* 84962 */ MCD_OPC_CheckPredicate, 48, 27, 219, 0, // Skip to: 141058 |
17265 | | /* 84967 */ MCD_OPC_Decode, 180, 18, 167, 3, // Opcode: DUPv4i16gpr |
17266 | | /* 84972 */ MCD_OPC_FilterValue, 1, 17, 219, 0, // Skip to: 141058 |
17267 | | /* 84977 */ MCD_OPC_CheckPredicate, 48, 12, 219, 0, // Skip to: 141058 |
17268 | | /* 84982 */ MCD_OPC_Decode, 186, 18, 167, 3, // Opcode: DUPv8i8gpr |
17269 | | /* 84987 */ MCD_OPC_FilterValue, 1, 2, 219, 0, // Skip to: 141058 |
17270 | | /* 84992 */ MCD_OPC_CheckPredicate, 48, 253, 218, 0, // Skip to: 141058 |
17271 | | /* 84997 */ MCD_OPC_Decode, 229, 45, 165, 3, // Opcode: SQADDv8i8 |
17272 | | /* 85002 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 85040 |
17273 | | /* 85007 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17274 | | /* 85010 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85025 |
17275 | | /* 85015 */ MCD_OPC_CheckPredicate, 48, 230, 218, 0, // Skip to: 141058 |
17276 | | /* 85020 */ MCD_OPC_Decode, 187, 55, 168, 3, // Opcode: TBXv8i8One |
17277 | | /* 85025 */ MCD_OPC_FilterValue, 1, 220, 218, 0, // Skip to: 141058 |
17278 | | /* 85030 */ MCD_OPC_CheckPredicate, 48, 215, 218, 0, // Skip to: 141058 |
17279 | | /* 85035 */ MCD_OPC_Decode, 224, 41, 169, 3, // Opcode: SADDWv8i8_v8i16 |
17280 | | /* 85040 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 85062 |
17281 | | /* 85045 */ MCD_OPC_CheckPredicate, 48, 200, 218, 0, // Skip to: 141058 |
17282 | | /* 85050 */ MCD_OPC_CheckField, 21, 1, 1, 193, 218, 0, // Skip to: 141058 |
17283 | | /* 85057 */ MCD_OPC_Decode, 169, 49, 165, 3, // Opcode: SRHADDv8i8 |
17284 | | /* 85062 */ MCD_OPC_FilterValue, 6, 40, 0, 0, // Skip to: 85107 |
17285 | | /* 85067 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17286 | | /* 85070 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85085 |
17287 | | /* 85075 */ MCD_OPC_CheckPredicate, 48, 170, 218, 0, // Skip to: 141058 |
17288 | | /* 85080 */ MCD_OPC_Decode, 203, 62, 165, 3, // Opcode: UZP1v8i8 |
17289 | | /* 85085 */ MCD_OPC_FilterValue, 1, 160, 218, 0, // Skip to: 141058 |
17290 | | /* 85090 */ MCD_OPC_CheckPredicate, 48, 155, 218, 0, // Skip to: 141058 |
17291 | | /* 85095 */ MCD_OPC_CheckField, 16, 5, 0, 148, 218, 0, // Skip to: 141058 |
17292 | | /* 85102 */ MCD_OPC_Decode, 202, 40, 166, 3, // Opcode: REV16v8i8 |
17293 | | /* 85107 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 85129 |
17294 | | /* 85112 */ MCD_OPC_CheckPredicate, 48, 133, 218, 0, // Skip to: 141058 |
17295 | | /* 85117 */ MCD_OPC_CheckField, 21, 1, 1, 126, 218, 0, // Skip to: 141058 |
17296 | | /* 85124 */ MCD_OPC_Decode, 213, 12, 165, 3, // Opcode: ANDv8i8 |
17297 | | /* 85129 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 85167 |
17298 | | /* 85134 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17299 | | /* 85137 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85152 |
17300 | | /* 85142 */ MCD_OPC_CheckPredicate, 48, 103, 218, 0, // Skip to: 141058 |
17301 | | /* 85147 */ MCD_OPC_Decode, 171, 55, 170, 3, // Opcode: TBLv8i8Two |
17302 | | /* 85152 */ MCD_OPC_FilterValue, 1, 93, 218, 0, // Skip to: 141058 |
17303 | | /* 85157 */ MCD_OPC_CheckPredicate, 48, 88, 218, 0, // Skip to: 141058 |
17304 | | /* 85162 */ MCD_OPC_Decode, 206, 50, 161, 3, // Opcode: SSUBLv8i8_v8i16 |
17305 | | /* 85167 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 85189 |
17306 | | /* 85172 */ MCD_OPC_CheckPredicate, 48, 73, 218, 0, // Skip to: 141058 |
17307 | | /* 85177 */ MCD_OPC_CheckField, 21, 1, 1, 66, 218, 0, // Skip to: 141058 |
17308 | | /* 85184 */ MCD_OPC_Decode, 164, 43, 165, 3, // Opcode: SHSUBv8i8 |
17309 | | /* 85189 */ MCD_OPC_FilterValue, 10, 56, 0, 0, // Skip to: 85250 |
17310 | | /* 85194 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17311 | | /* 85197 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85212 |
17312 | | /* 85202 */ MCD_OPC_CheckPredicate, 48, 43, 218, 0, // Skip to: 141058 |
17313 | | /* 85207 */ MCD_OPC_Decode, 210, 55, 165, 3, // Opcode: TRN1v8i8 |
17314 | | /* 85212 */ MCD_OPC_FilterValue, 1, 33, 218, 0, // Skip to: 141058 |
17315 | | /* 85217 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17316 | | /* 85220 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85235 |
17317 | | /* 85225 */ MCD_OPC_CheckPredicate, 48, 20, 218, 0, // Skip to: 141058 |
17318 | | /* 85230 */ MCD_OPC_Decode, 195, 41, 166, 3, // Opcode: SADDLPv8i8_v4i16 |
17319 | | /* 85235 */ MCD_OPC_FilterValue, 1, 10, 218, 0, // Skip to: 141058 |
17320 | | /* 85240 */ MCD_OPC_CheckPredicate, 48, 5, 218, 0, // Skip to: 141058 |
17321 | | /* 85245 */ MCD_OPC_Decode, 139, 64, 171, 3, // Opcode: XTNv8i8 |
17322 | | /* 85250 */ MCD_OPC_FilterValue, 11, 98, 0, 0, // Skip to: 85353 |
17323 | | /* 85255 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17324 | | /* 85258 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 85338 |
17325 | | /* 85263 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17326 | | /* 85266 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 85306 |
17327 | | /* 85271 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17328 | | /* 85274 */ MCD_OPC_FilterValue, 1, 227, 217, 0, // Skip to: 141058 |
17329 | | /* 85279 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 85296 |
17330 | | /* 85284 */ MCD_OPC_CheckField, 18, 3, 0, 5, 0, 0, // Skip to: 85296 |
17331 | | /* 85291 */ MCD_OPC_Decode, 145, 45, 172, 3, // Opcode: SMOVvi16to32_idx0 |
17332 | | /* 85296 */ MCD_OPC_CheckPredicate, 48, 205, 217, 0, // Skip to: 141058 |
17333 | | /* 85301 */ MCD_OPC_Decode, 144, 45, 173, 3, // Opcode: SMOVvi16to32 |
17334 | | /* 85306 */ MCD_OPC_FilterValue, 1, 195, 217, 0, // Skip to: 141058 |
17335 | | /* 85311 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 85328 |
17336 | | /* 85316 */ MCD_OPC_CheckField, 17, 4, 0, 5, 0, 0, // Skip to: 85328 |
17337 | | /* 85323 */ MCD_OPC_Decode, 151, 45, 172, 3, // Opcode: SMOVvi8to32_idx0 |
17338 | | /* 85328 */ MCD_OPC_CheckPredicate, 48, 173, 217, 0, // Skip to: 141058 |
17339 | | /* 85333 */ MCD_OPC_Decode, 150, 45, 174, 3, // Opcode: SMOVvi8to32 |
17340 | | /* 85338 */ MCD_OPC_FilterValue, 1, 163, 217, 0, // Skip to: 141058 |
17341 | | /* 85343 */ MCD_OPC_CheckPredicate, 48, 158, 217, 0, // Skip to: 141058 |
17342 | | /* 85348 */ MCD_OPC_Decode, 129, 49, 165, 3, // Opcode: SQSUBv8i8 |
17343 | | /* 85353 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 85391 |
17344 | | /* 85358 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17345 | | /* 85361 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85376 |
17346 | | /* 85366 */ MCD_OPC_CheckPredicate, 48, 135, 217, 0, // Skip to: 141058 |
17347 | | /* 85371 */ MCD_OPC_Decode, 189, 55, 175, 3, // Opcode: TBXv8i8Two |
17348 | | /* 85376 */ MCD_OPC_FilterValue, 1, 125, 217, 0, // Skip to: 141058 |
17349 | | /* 85381 */ MCD_OPC_CheckPredicate, 48, 120, 217, 0, // Skip to: 141058 |
17350 | | /* 85386 */ MCD_OPC_Decode, 218, 50, 169, 3, // Opcode: SSUBWv8i8_v8i16 |
17351 | | /* 85391 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 85413 |
17352 | | /* 85396 */ MCD_OPC_CheckPredicate, 48, 105, 217, 0, // Skip to: 141058 |
17353 | | /* 85401 */ MCD_OPC_CheckField, 21, 1, 1, 98, 217, 0, // Skip to: 141058 |
17354 | | /* 85408 */ MCD_OPC_Decode, 213, 15, 165, 3, // Opcode: CMGTv8i8 |
17355 | | /* 85413 */ MCD_OPC_FilterValue, 14, 56, 0, 0, // Skip to: 85474 |
17356 | | /* 85418 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17357 | | /* 85421 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85436 |
17358 | | /* 85426 */ MCD_OPC_CheckPredicate, 48, 75, 217, 0, // Skip to: 141058 |
17359 | | /* 85431 */ MCD_OPC_Decode, 165, 64, 165, 3, // Opcode: ZIP1v8i8 |
17360 | | /* 85436 */ MCD_OPC_FilterValue, 1, 65, 217, 0, // Skip to: 141058 |
17361 | | /* 85441 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17362 | | /* 85444 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85459 |
17363 | | /* 85449 */ MCD_OPC_CheckPredicate, 48, 52, 217, 0, // Skip to: 141058 |
17364 | | /* 85454 */ MCD_OPC_Decode, 244, 54, 176, 3, // Opcode: SUQADDv8i8 |
17365 | | /* 85459 */ MCD_OPC_FilterValue, 16, 42, 217, 0, // Skip to: 141058 |
17366 | | /* 85464 */ MCD_OPC_CheckPredicate, 48, 37, 217, 0, // Skip to: 141058 |
17367 | | /* 85469 */ MCD_OPC_Decode, 203, 41, 177, 3, // Opcode: SADDLVv8i8v |
17368 | | /* 85474 */ MCD_OPC_FilterValue, 15, 138, 0, 0, // Skip to: 85617 |
17369 | | /* 85479 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17370 | | /* 85482 */ MCD_OPC_FilterValue, 0, 115, 0, 0, // Skip to: 85602 |
17371 | | /* 85487 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17372 | | /* 85490 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 85570 |
17373 | | /* 85495 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17374 | | /* 85498 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 85538 |
17375 | | /* 85503 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
17376 | | /* 85506 */ MCD_OPC_FilterValue, 1, 251, 216, 0, // Skip to: 141058 |
17377 | | /* 85511 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 85528 |
17378 | | /* 85516 */ MCD_OPC_CheckField, 19, 2, 0, 5, 0, 0, // Skip to: 85528 |
17379 | | /* 85523 */ MCD_OPC_Decode, 134, 59, 172, 3, // Opcode: UMOVvi32_idx0 |
17380 | | /* 85528 */ MCD_OPC_CheckPredicate, 48, 229, 216, 0, // Skip to: 141058 |
17381 | | /* 85533 */ MCD_OPC_Decode, 133, 59, 178, 3, // Opcode: UMOVvi32 |
17382 | | /* 85538 */ MCD_OPC_FilterValue, 1, 219, 216, 0, // Skip to: 141058 |
17383 | | /* 85543 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 85560 |
17384 | | /* 85548 */ MCD_OPC_CheckField, 18, 3, 0, 5, 0, 0, // Skip to: 85560 |
17385 | | /* 85555 */ MCD_OPC_Decode, 132, 59, 172, 3, // Opcode: UMOVvi16_idx0 |
17386 | | /* 85560 */ MCD_OPC_CheckPredicate, 48, 197, 216, 0, // Skip to: 141058 |
17387 | | /* 85565 */ MCD_OPC_Decode, 131, 59, 173, 3, // Opcode: UMOVvi16 |
17388 | | /* 85570 */ MCD_OPC_FilterValue, 1, 187, 216, 0, // Skip to: 141058 |
17389 | | /* 85575 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 85592 |
17390 | | /* 85580 */ MCD_OPC_CheckField, 17, 4, 0, 5, 0, 0, // Skip to: 85592 |
17391 | | /* 85587 */ MCD_OPC_Decode, 138, 59, 172, 3, // Opcode: UMOVvi8_idx0 |
17392 | | /* 85592 */ MCD_OPC_CheckPredicate, 48, 165, 216, 0, // Skip to: 141058 |
17393 | | /* 85597 */ MCD_OPC_Decode, 137, 59, 174, 3, // Opcode: UMOVvi8 |
17394 | | /* 85602 */ MCD_OPC_FilterValue, 1, 155, 216, 0, // Skip to: 141058 |
17395 | | /* 85607 */ MCD_OPC_CheckPredicate, 48, 150, 216, 0, // Skip to: 141058 |
17396 | | /* 85612 */ MCD_OPC_Decode, 197, 15, 165, 3, // Opcode: CMGEv8i8 |
17397 | | /* 85617 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 85655 |
17398 | | /* 85622 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17399 | | /* 85625 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85640 |
17400 | | /* 85630 */ MCD_OPC_CheckPredicate, 48, 127, 216, 0, // Skip to: 141058 |
17401 | | /* 85635 */ MCD_OPC_Decode, 170, 55, 179, 3, // Opcode: TBLv8i8Three |
17402 | | /* 85640 */ MCD_OPC_FilterValue, 1, 117, 216, 0, // Skip to: 141058 |
17403 | | /* 85645 */ MCD_OPC_CheckPredicate, 48, 112, 216, 0, // Skip to: 141058 |
17404 | | /* 85650 */ MCD_OPC_Decode, 205, 11, 180, 3, // Opcode: ADDHNv8i16_v8i8 |
17405 | | /* 85655 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 85677 |
17406 | | /* 85660 */ MCD_OPC_CheckPredicate, 48, 97, 216, 0, // Skip to: 141058 |
17407 | | /* 85665 */ MCD_OPC_CheckField, 21, 1, 1, 90, 216, 0, // Skip to: 141058 |
17408 | | /* 85672 */ MCD_OPC_Decode, 129, 50, 165, 3, // Opcode: SSHLv8i8 |
17409 | | /* 85677 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 85715 |
17410 | | /* 85682 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17411 | | /* 85685 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 85700 |
17412 | | /* 85690 */ MCD_OPC_CheckPredicate, 48, 67, 216, 0, // Skip to: 141058 |
17413 | | /* 85695 */ MCD_OPC_Decode, 154, 15, 166, 3, // Opcode: CLSv8i8 |
17414 | | /* 85700 */ MCD_OPC_FilterValue, 33, 57, 216, 0, // Skip to: 141058 |
17415 | | /* 85705 */ MCD_OPC_CheckPredicate, 48, 52, 216, 0, // Skip to: 141058 |
17416 | | /* 85710 */ MCD_OPC_Decode, 144, 49, 171, 3, // Opcode: SQXTNv8i8 |
17417 | | /* 85715 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 85737 |
17418 | | /* 85720 */ MCD_OPC_CheckPredicate, 48, 37, 216, 0, // Skip to: 141058 |
17419 | | /* 85725 */ MCD_OPC_CheckField, 21, 1, 1, 30, 216, 0, // Skip to: 141058 |
17420 | | /* 85732 */ MCD_OPC_Decode, 199, 48, 165, 3, // Opcode: SQSHLv8i8 |
17421 | | /* 85737 */ MCD_OPC_FilterValue, 20, 33, 0, 0, // Skip to: 85775 |
17422 | | /* 85742 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17423 | | /* 85745 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85760 |
17424 | | /* 85750 */ MCD_OPC_CheckPredicate, 48, 7, 216, 0, // Skip to: 141058 |
17425 | | /* 85755 */ MCD_OPC_Decode, 188, 55, 181, 3, // Opcode: TBXv8i8Three |
17426 | | /* 85760 */ MCD_OPC_FilterValue, 1, 253, 215, 0, // Skip to: 141058 |
17427 | | /* 85765 */ MCD_OPC_CheckPredicate, 48, 248, 215, 0, // Skip to: 141058 |
17428 | | /* 85770 */ MCD_OPC_Decode, 142, 41, 182, 3, // Opcode: SABALv8i8_v8i16 |
17429 | | /* 85775 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 85797 |
17430 | | /* 85780 */ MCD_OPC_CheckPredicate, 48, 233, 215, 0, // Skip to: 141058 |
17431 | | /* 85785 */ MCD_OPC_CheckField, 21, 1, 1, 226, 215, 0, // Skip to: 141058 |
17432 | | /* 85792 */ MCD_OPC_Decode, 213, 49, 165, 3, // Opcode: SRSHLv8i8 |
17433 | | /* 85797 */ MCD_OPC_FilterValue, 22, 40, 0, 0, // Skip to: 85842 |
17434 | | /* 85802 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17435 | | /* 85805 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85820 |
17436 | | /* 85810 */ MCD_OPC_CheckPredicate, 48, 203, 215, 0, // Skip to: 141058 |
17437 | | /* 85815 */ MCD_OPC_Decode, 219, 62, 165, 3, // Opcode: UZP2v8i8 |
17438 | | /* 85820 */ MCD_OPC_FilterValue, 1, 193, 215, 0, // Skip to: 141058 |
17439 | | /* 85825 */ MCD_OPC_CheckPredicate, 48, 188, 215, 0, // Skip to: 141058 |
17440 | | /* 85830 */ MCD_OPC_CheckField, 16, 5, 0, 181, 215, 0, // Skip to: 141058 |
17441 | | /* 85837 */ MCD_OPC_Decode, 250, 16, 166, 3, // Opcode: CNTv8i8 |
17442 | | /* 85842 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 85864 |
17443 | | /* 85847 */ MCD_OPC_CheckPredicate, 48, 166, 215, 0, // Skip to: 141058 |
17444 | | /* 85852 */ MCD_OPC_CheckField, 21, 1, 1, 159, 215, 0, // Skip to: 141058 |
17445 | | /* 85859 */ MCD_OPC_Decode, 237, 47, 165, 3, // Opcode: SQRSHLv8i8 |
17446 | | /* 85864 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 85902 |
17447 | | /* 85869 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17448 | | /* 85872 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85887 |
17449 | | /* 85877 */ MCD_OPC_CheckPredicate, 48, 136, 215, 0, // Skip to: 141058 |
17450 | | /* 85882 */ MCD_OPC_Decode, 168, 55, 183, 3, // Opcode: TBLv8i8Four |
17451 | | /* 85887 */ MCD_OPC_FilterValue, 1, 126, 215, 0, // Skip to: 141058 |
17452 | | /* 85892 */ MCD_OPC_CheckPredicate, 48, 121, 215, 0, // Skip to: 141058 |
17453 | | /* 85897 */ MCD_OPC_Decode, 142, 54, 180, 3, // Opcode: SUBHNv8i16_v8i8 |
17454 | | /* 85902 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 85924 |
17455 | | /* 85907 */ MCD_OPC_CheckPredicate, 48, 106, 215, 0, // Skip to: 141058 |
17456 | | /* 85912 */ MCD_OPC_CheckField, 21, 1, 1, 99, 215, 0, // Skip to: 141058 |
17457 | | /* 85919 */ MCD_OPC_Decode, 245, 43, 165, 3, // Opcode: SMAXv8i8 |
17458 | | /* 85924 */ MCD_OPC_FilterValue, 26, 56, 0, 0, // Skip to: 85985 |
17459 | | /* 85929 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17460 | | /* 85932 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85947 |
17461 | | /* 85937 */ MCD_OPC_CheckPredicate, 48, 76, 215, 0, // Skip to: 141058 |
17462 | | /* 85942 */ MCD_OPC_Decode, 226, 55, 165, 3, // Opcode: TRN2v8i8 |
17463 | | /* 85947 */ MCD_OPC_FilterValue, 1, 66, 215, 0, // Skip to: 141058 |
17464 | | /* 85952 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17465 | | /* 85955 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 85970 |
17466 | | /* 85960 */ MCD_OPC_CheckPredicate, 48, 53, 215, 0, // Skip to: 141058 |
17467 | | /* 85965 */ MCD_OPC_Decode, 183, 41, 176, 3, // Opcode: SADALPv8i8_v4i16 |
17468 | | /* 85970 */ MCD_OPC_FilterValue, 1, 43, 215, 0, // Skip to: 141058 |
17469 | | /* 85975 */ MCD_OPC_CheckPredicate, 48, 38, 215, 0, // Skip to: 141058 |
17470 | | /* 85980 */ MCD_OPC_Decode, 245, 21, 171, 3, // Opcode: FCVTNv4i16 |
17471 | | /* 85985 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 86007 |
17472 | | /* 85990 */ MCD_OPC_CheckPredicate, 48, 23, 215, 0, // Skip to: 141058 |
17473 | | /* 85995 */ MCD_OPC_CheckField, 21, 1, 1, 16, 215, 0, // Skip to: 141058 |
17474 | | /* 86002 */ MCD_OPC_Decode, 175, 44, 165, 3, // Opcode: SMINv8i8 |
17475 | | /* 86007 */ MCD_OPC_FilterValue, 28, 33, 0, 0, // Skip to: 86045 |
17476 | | /* 86012 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17477 | | /* 86015 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86030 |
17478 | | /* 86020 */ MCD_OPC_CheckPredicate, 48, 249, 214, 0, // Skip to: 141058 |
17479 | | /* 86025 */ MCD_OPC_Decode, 186, 55, 184, 3, // Opcode: TBXv8i8Four |
17480 | | /* 86030 */ MCD_OPC_FilterValue, 1, 239, 214, 0, // Skip to: 141058 |
17481 | | /* 86035 */ MCD_OPC_CheckPredicate, 48, 234, 214, 0, // Skip to: 141058 |
17482 | | /* 86040 */ MCD_OPC_Decode, 164, 41, 161, 3, // Opcode: SABDLv8i8_v8i16 |
17483 | | /* 86045 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 86067 |
17484 | | /* 86050 */ MCD_OPC_CheckPredicate, 48, 219, 214, 0, // Skip to: 141058 |
17485 | | /* 86055 */ MCD_OPC_CheckField, 21, 1, 1, 212, 214, 0, // Skip to: 141058 |
17486 | | /* 86062 */ MCD_OPC_Decode, 174, 41, 165, 3, // Opcode: SABDv8i8 |
17487 | | /* 86067 */ MCD_OPC_FilterValue, 30, 56, 0, 0, // Skip to: 86128 |
17488 | | /* 86072 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17489 | | /* 86075 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86090 |
17490 | | /* 86080 */ MCD_OPC_CheckPredicate, 48, 189, 214, 0, // Skip to: 141058 |
17491 | | /* 86085 */ MCD_OPC_Decode, 181, 64, 165, 3, // Opcode: ZIP2v8i8 |
17492 | | /* 86090 */ MCD_OPC_FilterValue, 1, 179, 214, 0, // Skip to: 141058 |
17493 | | /* 86095 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17494 | | /* 86098 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86113 |
17495 | | /* 86103 */ MCD_OPC_CheckPredicate, 48, 166, 214, 0, // Skip to: 141058 |
17496 | | /* 86108 */ MCD_OPC_Decode, 206, 45, 166, 3, // Opcode: SQABSv8i8 |
17497 | | /* 86113 */ MCD_OPC_FilterValue, 1, 156, 214, 0, // Skip to: 141058 |
17498 | | /* 86118 */ MCD_OPC_CheckPredicate, 48, 151, 214, 0, // Skip to: 141058 |
17499 | | /* 86123 */ MCD_OPC_Decode, 174, 21, 185, 3, // Opcode: FCVTLv4i16 |
17500 | | /* 86128 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 86150 |
17501 | | /* 86133 */ MCD_OPC_CheckPredicate, 48, 136, 214, 0, // Skip to: 141058 |
17502 | | /* 86138 */ MCD_OPC_CheckField, 21, 1, 1, 129, 214, 0, // Skip to: 141058 |
17503 | | /* 86145 */ MCD_OPC_Decode, 152, 41, 186, 3, // Opcode: SABAv8i8 |
17504 | | /* 86150 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 86172 |
17505 | | /* 86155 */ MCD_OPC_CheckPredicate, 48, 114, 214, 0, // Skip to: 141058 |
17506 | | /* 86160 */ MCD_OPC_CheckField, 21, 1, 1, 107, 214, 0, // Skip to: 141058 |
17507 | | /* 86167 */ MCD_OPC_Decode, 219, 44, 182, 3, // Opcode: SMLALv8i8_v8i16 |
17508 | | /* 86172 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 86194 |
17509 | | /* 86177 */ MCD_OPC_CheckPredicate, 48, 92, 214, 0, // Skip to: 141058 |
17510 | | /* 86182 */ MCD_OPC_CheckField, 21, 1, 1, 85, 214, 0, // Skip to: 141058 |
17511 | | /* 86189 */ MCD_OPC_Decode, 161, 12, 165, 3, // Opcode: ADDv8i8 |
17512 | | /* 86194 */ MCD_OPC_FilterValue, 34, 33, 0, 0, // Skip to: 86232 |
17513 | | /* 86199 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17514 | | /* 86202 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 86217 |
17515 | | /* 86207 */ MCD_OPC_CheckPredicate, 48, 62, 214, 0, // Skip to: 141058 |
17516 | | /* 86212 */ MCD_OPC_Decode, 214, 15, 166, 3, // Opcode: CMGTv8i8rz |
17517 | | /* 86217 */ MCD_OPC_FilterValue, 33, 52, 214, 0, // Skip to: 141058 |
17518 | | /* 86222 */ MCD_OPC_CheckPredicate, 48, 47, 214, 0, // Skip to: 141058 |
17519 | | /* 86227 */ MCD_OPC_Decode, 216, 27, 166, 3, // Opcode: FRINTNv2f32 |
17520 | | /* 86232 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 86254 |
17521 | | /* 86237 */ MCD_OPC_CheckPredicate, 48, 32, 214, 0, // Skip to: 141058 |
17522 | | /* 86242 */ MCD_OPC_CheckField, 21, 1, 1, 25, 214, 0, // Skip to: 141058 |
17523 | | /* 86249 */ MCD_OPC_Decode, 226, 16, 165, 3, // Opcode: CMTSTv8i8 |
17524 | | /* 86254 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 86276 |
17525 | | /* 86259 */ MCD_OPC_CheckPredicate, 48, 10, 214, 0, // Skip to: 141058 |
17526 | | /* 86264 */ MCD_OPC_CheckField, 21, 1, 1, 3, 214, 0, // Skip to: 141058 |
17527 | | /* 86271 */ MCD_OPC_Decode, 150, 37, 186, 3, // Opcode: MLAv8i8 |
17528 | | /* 86276 */ MCD_OPC_FilterValue, 38, 33, 0, 0, // Skip to: 86314 |
17529 | | /* 86281 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17530 | | /* 86284 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 86299 |
17531 | | /* 86289 */ MCD_OPC_CheckPredicate, 48, 236, 213, 0, // Skip to: 141058 |
17532 | | /* 86294 */ MCD_OPC_Decode, 182, 15, 166, 3, // Opcode: CMEQv8i8rz |
17533 | | /* 86299 */ MCD_OPC_FilterValue, 33, 226, 213, 0, // Skip to: 141058 |
17534 | | /* 86304 */ MCD_OPC_CheckPredicate, 48, 221, 213, 0, // Skip to: 141058 |
17535 | | /* 86309 */ MCD_OPC_Decode, 203, 27, 166, 3, // Opcode: FRINTMv2f32 |
17536 | | /* 86314 */ MCD_OPC_FilterValue, 39, 17, 0, 0, // Skip to: 86336 |
17537 | | /* 86319 */ MCD_OPC_CheckPredicate, 48, 206, 213, 0, // Skip to: 141058 |
17538 | | /* 86324 */ MCD_OPC_CheckField, 21, 1, 1, 199, 213, 0, // Skip to: 141058 |
17539 | | /* 86331 */ MCD_OPC_Decode, 176, 38, 165, 3, // Opcode: MULv8i8 |
17540 | | /* 86336 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 86358 |
17541 | | /* 86341 */ MCD_OPC_CheckPredicate, 48, 184, 213, 0, // Skip to: 141058 |
17542 | | /* 86346 */ MCD_OPC_CheckField, 21, 1, 1, 177, 213, 0, // Skip to: 141058 |
17543 | | /* 86353 */ MCD_OPC_Decode, 135, 45, 182, 3, // Opcode: SMLSLv8i8_v8i16 |
17544 | | /* 86358 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 86380 |
17545 | | /* 86363 */ MCD_OPC_CheckPredicate, 48, 162, 213, 0, // Skip to: 141058 |
17546 | | /* 86368 */ MCD_OPC_CheckField, 21, 1, 1, 155, 213, 0, // Skip to: 141058 |
17547 | | /* 86375 */ MCD_OPC_Decode, 198, 43, 165, 3, // Opcode: SMAXPv8i8 |
17548 | | /* 86380 */ MCD_OPC_FilterValue, 42, 63, 0, 0, // Skip to: 86448 |
17549 | | /* 86385 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17550 | | /* 86388 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 86403 |
17551 | | /* 86393 */ MCD_OPC_CheckPredicate, 48, 132, 213, 0, // Skip to: 141058 |
17552 | | /* 86398 */ MCD_OPC_Decode, 252, 15, 166, 3, // Opcode: CMLTv8i8rz |
17553 | | /* 86403 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 86418 |
17554 | | /* 86408 */ MCD_OPC_CheckPredicate, 48, 117, 213, 0, // Skip to: 141058 |
17555 | | /* 86413 */ MCD_OPC_Decode, 215, 21, 166, 3, // Opcode: FCVTNSv2f32 |
17556 | | /* 86418 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 86433 |
17557 | | /* 86423 */ MCD_OPC_CheckPredicate, 48, 102, 213, 0, // Skip to: 141058 |
17558 | | /* 86428 */ MCD_OPC_Decode, 211, 43, 187, 3, // Opcode: SMAXVv8i8v |
17559 | | /* 86433 */ MCD_OPC_FilterValue, 49, 92, 213, 0, // Skip to: 141058 |
17560 | | /* 86438 */ MCD_OPC_CheckPredicate, 48, 87, 213, 0, // Skip to: 141058 |
17561 | | /* 86443 */ MCD_OPC_Decode, 141, 44, 187, 3, // Opcode: SMINVv8i8v |
17562 | | /* 86448 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 86470 |
17563 | | /* 86453 */ MCD_OPC_CheckPredicate, 48, 72, 213, 0, // Skip to: 141058 |
17564 | | /* 86458 */ MCD_OPC_CheckField, 21, 1, 1, 65, 213, 0, // Skip to: 141058 |
17565 | | /* 86465 */ MCD_OPC_Decode, 128, 44, 165, 3, // Opcode: SMINPv8i8 |
17566 | | /* 86470 */ MCD_OPC_FilterValue, 46, 48, 0, 0, // Skip to: 86523 |
17567 | | /* 86475 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17568 | | /* 86478 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 86493 |
17569 | | /* 86483 */ MCD_OPC_CheckPredicate, 48, 42, 213, 0, // Skip to: 141058 |
17570 | | /* 86488 */ MCD_OPC_Decode, 182, 11, 166, 3, // Opcode: ABSv8i8 |
17571 | | /* 86493 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 86508 |
17572 | | /* 86498 */ MCD_OPC_CheckPredicate, 48, 27, 213, 0, // Skip to: 141058 |
17573 | | /* 86503 */ MCD_OPC_Decode, 186, 21, 166, 3, // Opcode: FCVTMSv2f32 |
17574 | | /* 86508 */ MCD_OPC_FilterValue, 49, 17, 213, 0, // Skip to: 141058 |
17575 | | /* 86513 */ MCD_OPC_CheckPredicate, 48, 12, 213, 0, // Skip to: 141058 |
17576 | | /* 86518 */ MCD_OPC_Decode, 240, 11, 187, 3, // Opcode: ADDVv8i8v |
17577 | | /* 86523 */ MCD_OPC_FilterValue, 47, 17, 0, 0, // Skip to: 86545 |
17578 | | /* 86528 */ MCD_OPC_CheckPredicate, 48, 253, 212, 0, // Skip to: 141058 |
17579 | | /* 86533 */ MCD_OPC_CheckField, 21, 1, 1, 246, 212, 0, // Skip to: 141058 |
17580 | | /* 86540 */ MCD_OPC_Decode, 219, 11, 165, 3, // Opcode: ADDPv8i8 |
17581 | | /* 86545 */ MCD_OPC_FilterValue, 48, 17, 0, 0, // Skip to: 86567 |
17582 | | /* 86550 */ MCD_OPC_CheckPredicate, 48, 231, 212, 0, // Skip to: 141058 |
17583 | | /* 86555 */ MCD_OPC_CheckField, 21, 1, 1, 224, 212, 0, // Skip to: 141058 |
17584 | | /* 86562 */ MCD_OPC_Decode, 183, 45, 161, 3, // Opcode: SMULLv8i8_v8i16 |
17585 | | /* 86567 */ MCD_OPC_FilterValue, 49, 33, 0, 0, // Skip to: 86605 |
17586 | | /* 86572 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17587 | | /* 86575 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86590 |
17588 | | /* 86580 */ MCD_OPC_CheckPredicate, 52, 201, 212, 0, // Skip to: 141058 |
17589 | | /* 86585 */ MCD_OPC_Decode, 245, 24, 188, 3, // Opcode: FMLALLBBv4f32 |
17590 | | /* 86590 */ MCD_OPC_FilterValue, 1, 191, 212, 0, // Skip to: 141058 |
17591 | | /* 86595 */ MCD_OPC_CheckPredicate, 48, 186, 212, 0, // Skip to: 141058 |
17592 | | /* 86600 */ MCD_OPC_Decode, 219, 23, 165, 3, // Opcode: FMAXNMv2f32 |
17593 | | /* 86605 */ MCD_OPC_FilterValue, 50, 33, 0, 0, // Skip to: 86643 |
17594 | | /* 86610 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17595 | | /* 86613 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 86628 |
17596 | | /* 86618 */ MCD_OPC_CheckPredicate, 48, 163, 212, 0, // Skip to: 141058 |
17597 | | /* 86623 */ MCD_OPC_Decode, 147, 21, 166, 3, // Opcode: FCVTASv2f32 |
17598 | | /* 86628 */ MCD_OPC_FilterValue, 48, 153, 212, 0, // Skip to: 141058 |
17599 | | /* 86633 */ MCD_OPC_CheckPredicate, 53, 148, 212, 0, // Skip to: 141058 |
17600 | | /* 86638 */ MCD_OPC_Decode, 198, 23, 177, 3, // Opcode: FMAXNMVv4i16v |
17601 | | /* 86643 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 86665 |
17602 | | /* 86648 */ MCD_OPC_CheckPredicate, 48, 133, 212, 0, // Skip to: 141058 |
17603 | | /* 86653 */ MCD_OPC_CheckField, 21, 1, 1, 126, 212, 0, // Skip to: 141058 |
17604 | | /* 86660 */ MCD_OPC_Decode, 191, 25, 186, 3, // Opcode: FMLAv2f32 |
17605 | | /* 86665 */ MCD_OPC_FilterValue, 53, 17, 0, 0, // Skip to: 86687 |
17606 | | /* 86670 */ MCD_OPC_CheckPredicate, 48, 111, 212, 0, // Skip to: 141058 |
17607 | | /* 86675 */ MCD_OPC_CheckField, 21, 1, 1, 104, 212, 0, // Skip to: 141058 |
17608 | | /* 86682 */ MCD_OPC_Decode, 210, 19, 165, 3, // Opcode: FADDv2f32 |
17609 | | /* 86687 */ MCD_OPC_FilterValue, 54, 17, 0, 0, // Skip to: 86709 |
17610 | | /* 86692 */ MCD_OPC_CheckPredicate, 48, 89, 212, 0, // Skip to: 141058 |
17611 | | /* 86697 */ MCD_OPC_CheckField, 16, 6, 33, 82, 212, 0, // Skip to: 141058 |
17612 | | /* 86704 */ MCD_OPC_Decode, 147, 42, 166, 3, // Opcode: SCVTFv2f32 |
17613 | | /* 86709 */ MCD_OPC_FilterValue, 55, 17, 0, 0, // Skip to: 86731 |
17614 | | /* 86714 */ MCD_OPC_CheckPredicate, 48, 67, 212, 0, // Skip to: 141058 |
17615 | | /* 86719 */ MCD_OPC_CheckField, 21, 1, 1, 60, 212, 0, // Skip to: 141058 |
17616 | | /* 86726 */ MCD_OPC_Decode, 184, 26, 165, 3, // Opcode: FMULXv2f32 |
17617 | | /* 86731 */ MCD_OPC_FilterValue, 56, 17, 0, 0, // Skip to: 86753 |
17618 | | /* 86736 */ MCD_OPC_CheckPredicate, 48, 45, 212, 0, // Skip to: 141058 |
17619 | | /* 86741 */ MCD_OPC_CheckField, 21, 1, 1, 38, 212, 0, // Skip to: 141058 |
17620 | | /* 86748 */ MCD_OPC_Decode, 161, 39, 161, 3, // Opcode: PMULLv8i8 |
17621 | | /* 86753 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 86775 |
17622 | | /* 86758 */ MCD_OPC_CheckPredicate, 48, 23, 212, 0, // Skip to: 141058 |
17623 | | /* 86763 */ MCD_OPC_CheckField, 21, 1, 1, 16, 212, 0, // Skip to: 141058 |
17624 | | /* 86770 */ MCD_OPC_Decode, 150, 20, 165, 3, // Opcode: FCMEQv2f32 |
17625 | | /* 86775 */ MCD_OPC_FilterValue, 58, 17, 0, 0, // Skip to: 86797 |
17626 | | /* 86780 */ MCD_OPC_CheckPredicate, 54, 1, 212, 0, // Skip to: 141058 |
17627 | | /* 86785 */ MCD_OPC_CheckField, 16, 6, 33, 250, 211, 0, // Skip to: 141058 |
17628 | | /* 86792 */ MCD_OPC_Decode, 158, 27, 166, 3, // Opcode: FRINT32Zv2f32 |
17629 | | /* 86797 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 86819 |
17630 | | /* 86802 */ MCD_OPC_CheckPredicate, 55, 235, 211, 0, // Skip to: 141058 |
17631 | | /* 86807 */ MCD_OPC_CheckField, 21, 1, 1, 228, 211, 0, // Skip to: 141058 |
17632 | | /* 86814 */ MCD_OPC_Decode, 162, 25, 186, 3, // Opcode: FMLALv4f16 |
17633 | | /* 86819 */ MCD_OPC_FilterValue, 61, 33, 0, 0, // Skip to: 86857 |
17634 | | /* 86824 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17635 | | /* 86827 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86842 |
17636 | | /* 86832 */ MCD_OPC_CheckPredicate, 56, 205, 211, 0, // Skip to: 141058 |
17637 | | /* 86837 */ MCD_OPC_Decode, 240, 21, 180, 3, // Opcode: FCVTN_F32_F8v8f8 |
17638 | | /* 86842 */ MCD_OPC_FilterValue, 1, 195, 211, 0, // Skip to: 141058 |
17639 | | /* 86847 */ MCD_OPC_CheckPredicate, 48, 190, 211, 0, // Skip to: 141058 |
17640 | | /* 86852 */ MCD_OPC_Decode, 135, 24, 165, 3, // Opcode: FMAXv2f32 |
17641 | | /* 86857 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 86895 |
17642 | | /* 86862 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17643 | | /* 86865 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 86880 |
17644 | | /* 86870 */ MCD_OPC_CheckPredicate, 54, 167, 211, 0, // Skip to: 141058 |
17645 | | /* 86875 */ MCD_OPC_Decode, 168, 27, 166, 3, // Opcode: FRINT64Zv2f32 |
17646 | | /* 86880 */ MCD_OPC_FilterValue, 48, 157, 211, 0, // Skip to: 141058 |
17647 | | /* 86885 */ MCD_OPC_CheckPredicate, 53, 152, 211, 0, // Skip to: 141058 |
17648 | | /* 86890 */ MCD_OPC_Decode, 242, 23, 177, 3, // Opcode: FMAXVv4i16v |
17649 | | /* 86895 */ MCD_OPC_FilterValue, 63, 142, 211, 0, // Skip to: 141058 |
17650 | | /* 86900 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17651 | | /* 86903 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86918 |
17652 | | /* 86908 */ MCD_OPC_CheckPredicate, 57, 129, 211, 0, // Skip to: 141058 |
17653 | | /* 86913 */ MCD_OPC_Decode, 153, 23, 186, 3, // Opcode: FDOTv2f32 |
17654 | | /* 86918 */ MCD_OPC_FilterValue, 1, 119, 211, 0, // Skip to: 141058 |
17655 | | /* 86923 */ MCD_OPC_CheckPredicate, 48, 114, 211, 0, // Skip to: 141058 |
17656 | | /* 86928 */ MCD_OPC_Decode, 140, 27, 165, 3, // Opcode: FRECPSv2f32 |
17657 | | /* 86933 */ MCD_OPC_FilterValue, 1, 156, 5, 0, // Skip to: 88374 |
17658 | | /* 86938 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
17659 | | /* 86941 */ MCD_OPC_FilterValue, 0, 135, 1, 0, // Skip to: 87337 |
17660 | | /* 86946 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
17661 | | /* 86949 */ MCD_OPC_FilterValue, 0, 199, 0, 0, // Skip to: 87153 |
17662 | | /* 86954 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17663 | | /* 86957 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86972 |
17664 | | /* 86962 */ MCD_OPC_CheckPredicate, 48, 75, 211, 0, // Skip to: 141058 |
17665 | | /* 86967 */ MCD_OPC_Decode, 243, 18, 189, 3, // Opcode: EXTv8i8 |
17666 | | /* 86972 */ MCD_OPC_FilterValue, 1, 65, 211, 0, // Skip to: 141058 |
17667 | | /* 86977 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
17668 | | /* 86980 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 86995 |
17669 | | /* 86985 */ MCD_OPC_CheckPredicate, 48, 52, 211, 0, // Skip to: 141058 |
17670 | | /* 86990 */ MCD_OPC_Decode, 177, 56, 161, 3, // Opcode: UADDLv8i8_v8i16 |
17671 | | /* 86995 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 87017 |
17672 | | /* 87000 */ MCD_OPC_CheckPredicate, 48, 37, 211, 0, // Skip to: 141058 |
17673 | | /* 87005 */ MCD_OPC_CheckField, 16, 5, 0, 30, 211, 0, // Skip to: 141058 |
17674 | | /* 87012 */ MCD_OPC_Decode, 207, 40, 166, 3, // Opcode: REV32v8i8 |
17675 | | /* 87017 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 87032 |
17676 | | /* 87022 */ MCD_OPC_CheckPredicate, 48, 15, 211, 0, // Skip to: 141058 |
17677 | | /* 87027 */ MCD_OPC_Decode, 193, 56, 169, 3, // Opcode: UADDWv8i8_v8i16 |
17678 | | /* 87032 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 87047 |
17679 | | /* 87037 */ MCD_OPC_CheckPredicate, 48, 0, 211, 0, // Skip to: 141058 |
17680 | | /* 87042 */ MCD_OPC_Decode, 153, 62, 161, 3, // Opcode: USUBLv8i8_v8i16 |
17681 | | /* 87047 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 87085 |
17682 | | /* 87052 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17683 | | /* 87055 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 87070 |
17684 | | /* 87060 */ MCD_OPC_CheckPredicate, 48, 233, 210, 0, // Skip to: 141058 |
17685 | | /* 87065 */ MCD_OPC_Decode, 163, 56, 166, 3, // Opcode: UADDLPv8i8_v4i16 |
17686 | | /* 87070 */ MCD_OPC_FilterValue, 1, 223, 210, 0, // Skip to: 141058 |
17687 | | /* 87075 */ MCD_OPC_CheckPredicate, 48, 218, 210, 0, // Skip to: 141058 |
17688 | | /* 87080 */ MCD_OPC_Decode, 159, 49, 171, 3, // Opcode: SQXTUNv8i8 |
17689 | | /* 87085 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 87100 |
17690 | | /* 87090 */ MCD_OPC_CheckPredicate, 48, 203, 210, 0, // Skip to: 141058 |
17691 | | /* 87095 */ MCD_OPC_Decode, 165, 62, 169, 3, // Opcode: USUBWv8i8_v8i16 |
17692 | | /* 87100 */ MCD_OPC_FilterValue, 7, 193, 210, 0, // Skip to: 141058 |
17693 | | /* 87105 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
17694 | | /* 87108 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 87123 |
17695 | | /* 87113 */ MCD_OPC_CheckPredicate, 48, 180, 210, 0, // Skip to: 141058 |
17696 | | /* 87118 */ MCD_OPC_Decode, 129, 62, 176, 3, // Opcode: USQADDv8i8 |
17697 | | /* 87123 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 87138 |
17698 | | /* 87128 */ MCD_OPC_CheckPredicate, 48, 165, 210, 0, // Skip to: 141058 |
17699 | | /* 87133 */ MCD_OPC_Decode, 130, 43, 185, 3, // Opcode: SHLLv8i8 |
17700 | | /* 87138 */ MCD_OPC_FilterValue, 16, 155, 210, 0, // Skip to: 141058 |
17701 | | /* 87143 */ MCD_OPC_CheckPredicate, 48, 150, 210, 0, // Skip to: 141058 |
17702 | | /* 87148 */ MCD_OPC_Decode, 171, 56, 177, 3, // Opcode: UADDLVv8i8v |
17703 | | /* 87153 */ MCD_OPC_FilterValue, 1, 140, 210, 0, // Skip to: 141058 |
17704 | | /* 87158 */ MCD_OPC_ExtractField, 11, 3, // Inst{13-11} ... |
17705 | | /* 87161 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 87183 |
17706 | | /* 87166 */ MCD_OPC_CheckPredicate, 48, 127, 210, 0, // Skip to: 141058 |
17707 | | /* 87171 */ MCD_OPC_CheckField, 21, 1, 1, 120, 210, 0, // Skip to: 141058 |
17708 | | /* 87178 */ MCD_OPC_Decode, 161, 57, 165, 3, // Opcode: UHADDv8i8 |
17709 | | /* 87183 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 87205 |
17710 | | /* 87188 */ MCD_OPC_CheckPredicate, 48, 105, 210, 0, // Skip to: 141058 |
17711 | | /* 87193 */ MCD_OPC_CheckField, 21, 1, 1, 98, 210, 0, // Skip to: 141058 |
17712 | | /* 87200 */ MCD_OPC_Decode, 191, 59, 165, 3, // Opcode: UQADDv8i8 |
17713 | | /* 87205 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 87227 |
17714 | | /* 87210 */ MCD_OPC_CheckPredicate, 48, 83, 210, 0, // Skip to: 141058 |
17715 | | /* 87215 */ MCD_OPC_CheckField, 21, 1, 1, 76, 210, 0, // Skip to: 141058 |
17716 | | /* 87222 */ MCD_OPC_Decode, 129, 61, 165, 3, // Opcode: URHADDv8i8 |
17717 | | /* 87227 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 87249 |
17718 | | /* 87232 */ MCD_OPC_CheckPredicate, 48, 61, 210, 0, // Skip to: 141058 |
17719 | | /* 87237 */ MCD_OPC_CheckField, 21, 1, 1, 54, 210, 0, // Skip to: 141058 |
17720 | | /* 87244 */ MCD_OPC_Decode, 221, 18, 165, 3, // Opcode: EORv8i8 |
17721 | | /* 87249 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 87271 |
17722 | | /* 87254 */ MCD_OPC_CheckPredicate, 48, 39, 210, 0, // Skip to: 141058 |
17723 | | /* 87259 */ MCD_OPC_CheckField, 21, 1, 1, 32, 210, 0, // Skip to: 141058 |
17724 | | /* 87266 */ MCD_OPC_Decode, 175, 57, 165, 3, // Opcode: UHSUBv8i8 |
17725 | | /* 87271 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 87293 |
17726 | | /* 87276 */ MCD_OPC_CheckPredicate, 48, 17, 210, 0, // Skip to: 141058 |
17727 | | /* 87281 */ MCD_OPC_CheckField, 21, 1, 1, 10, 210, 0, // Skip to: 141058 |
17728 | | /* 87288 */ MCD_OPC_Decode, 229, 60, 165, 3, // Opcode: UQSUBv8i8 |
17729 | | /* 87293 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 87315 |
17730 | | /* 87298 */ MCD_OPC_CheckPredicate, 48, 251, 209, 0, // Skip to: 141058 |
17731 | | /* 87303 */ MCD_OPC_CheckField, 21, 1, 1, 244, 209, 0, // Skip to: 141058 |
17732 | | /* 87310 */ MCD_OPC_Decode, 222, 15, 165, 3, // Opcode: CMHIv8i8 |
17733 | | /* 87315 */ MCD_OPC_FilterValue, 7, 234, 209, 0, // Skip to: 141058 |
17734 | | /* 87320 */ MCD_OPC_CheckPredicate, 48, 229, 209, 0, // Skip to: 141058 |
17735 | | /* 87325 */ MCD_OPC_CheckField, 21, 1, 1, 222, 209, 0, // Skip to: 141058 |
17736 | | /* 87332 */ MCD_OPC_Decode, 230, 15, 165, 3, // Opcode: CMHSv8i8 |
17737 | | /* 87337 */ MCD_OPC_FilterValue, 1, 131, 1, 0, // Skip to: 87729 |
17738 | | /* 87342 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
17739 | | /* 87345 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 87367 |
17740 | | /* 87350 */ MCD_OPC_CheckPredicate, 48, 199, 209, 0, // Skip to: 141058 |
17741 | | /* 87355 */ MCD_OPC_CheckField, 21, 1, 1, 192, 209, 0, // Skip to: 141058 |
17742 | | /* 87362 */ MCD_OPC_Decode, 240, 39, 180, 3, // Opcode: RADDHNv8i16_v8i8 |
17743 | | /* 87367 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 87389 |
17744 | | /* 87372 */ MCD_OPC_CheckPredicate, 48, 177, 209, 0, // Skip to: 141058 |
17745 | | /* 87377 */ MCD_OPC_CheckField, 21, 1, 1, 170, 209, 0, // Skip to: 141058 |
17746 | | /* 87384 */ MCD_OPC_Decode, 220, 61, 165, 3, // Opcode: USHLv8i8 |
17747 | | /* 87389 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 87427 |
17748 | | /* 87394 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17749 | | /* 87397 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 87412 |
17750 | | /* 87402 */ MCD_OPC_CheckPredicate, 48, 147, 209, 0, // Skip to: 141058 |
17751 | | /* 87407 */ MCD_OPC_Decode, 166, 15, 166, 3, // Opcode: CLZv8i8 |
17752 | | /* 87412 */ MCD_OPC_FilterValue, 33, 137, 209, 0, // Skip to: 141058 |
17753 | | /* 87417 */ MCD_OPC_CheckPredicate, 48, 132, 209, 0, // Skip to: 141058 |
17754 | | /* 87422 */ MCD_OPC_Decode, 244, 60, 171, 3, // Opcode: UQXTNv8i8 |
17755 | | /* 87427 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 87449 |
17756 | | /* 87432 */ MCD_OPC_CheckPredicate, 48, 117, 209, 0, // Skip to: 141058 |
17757 | | /* 87437 */ MCD_OPC_CheckField, 21, 1, 1, 110, 209, 0, // Skip to: 141058 |
17758 | | /* 87444 */ MCD_OPC_Decode, 186, 60, 165, 3, // Opcode: UQSHLv8i8 |
17759 | | /* 87449 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 87471 |
17760 | | /* 87454 */ MCD_OPC_CheckPredicate, 48, 95, 209, 0, // Skip to: 141058 |
17761 | | /* 87459 */ MCD_OPC_CheckField, 21, 1, 1, 88, 209, 0, // Skip to: 141058 |
17762 | | /* 87466 */ MCD_OPC_Decode, 241, 55, 182, 3, // Opcode: UABALv8i8_v8i16 |
17763 | | /* 87471 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 87493 |
17764 | | /* 87476 */ MCD_OPC_CheckPredicate, 48, 73, 209, 0, // Skip to: 141058 |
17765 | | /* 87481 */ MCD_OPC_CheckField, 21, 1, 1, 66, 209, 0, // Skip to: 141058 |
17766 | | /* 87488 */ MCD_OPC_Decode, 161, 61, 165, 3, // Opcode: URSHLv8i8 |
17767 | | /* 87493 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 87515 |
17768 | | /* 87498 */ MCD_OPC_CheckPredicate, 48, 51, 209, 0, // Skip to: 141058 |
17769 | | /* 87503 */ MCD_OPC_CheckField, 16, 6, 32, 44, 209, 0, // Skip to: 141058 |
17770 | | /* 87510 */ MCD_OPC_Decode, 207, 38, 166, 3, // Opcode: NOTv8i8 |
17771 | | /* 87515 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 87537 |
17772 | | /* 87520 */ MCD_OPC_CheckPredicate, 48, 29, 209, 0, // Skip to: 141058 |
17773 | | /* 87525 */ MCD_OPC_CheckField, 21, 1, 1, 22, 209, 0, // Skip to: 141058 |
17774 | | /* 87532 */ MCD_OPC_Decode, 132, 60, 165, 3, // Opcode: UQRSHLv8i8 |
17775 | | /* 87537 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 87559 |
17776 | | /* 87542 */ MCD_OPC_CheckPredicate, 48, 7, 209, 0, // Skip to: 141058 |
17777 | | /* 87547 */ MCD_OPC_CheckField, 21, 1, 1, 0, 209, 0, // Skip to: 141058 |
17778 | | /* 87554 */ MCD_OPC_Decode, 130, 41, 180, 3, // Opcode: RSUBHNv8i16_v8i8 |
17779 | | /* 87559 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 87581 |
17780 | | /* 87564 */ MCD_OPC_CheckPredicate, 48, 241, 208, 0, // Skip to: 141058 |
17781 | | /* 87569 */ MCD_OPC_CheckField, 21, 1, 1, 234, 208, 0, // Skip to: 141058 |
17782 | | /* 87576 */ MCD_OPC_Decode, 233, 57, 165, 3, // Opcode: UMAXv8i8 |
17783 | | /* 87581 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 87603 |
17784 | | /* 87586 */ MCD_OPC_CheckPredicate, 48, 219, 208, 0, // Skip to: 141058 |
17785 | | /* 87591 */ MCD_OPC_CheckField, 16, 6, 32, 212, 208, 0, // Skip to: 141058 |
17786 | | /* 87598 */ MCD_OPC_Decode, 154, 56, 176, 3, // Opcode: UADALPv8i8_v4i16 |
17787 | | /* 87603 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 87625 |
17788 | | /* 87608 */ MCD_OPC_CheckPredicate, 48, 197, 208, 0, // Skip to: 141058 |
17789 | | /* 87613 */ MCD_OPC_CheckField, 21, 1, 1, 190, 208, 0, // Skip to: 141058 |
17790 | | /* 87620 */ MCD_OPC_Decode, 162, 58, 165, 3, // Opcode: UMINv8i8 |
17791 | | /* 87625 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 87647 |
17792 | | /* 87630 */ MCD_OPC_CheckPredicate, 48, 175, 208, 0, // Skip to: 141058 |
17793 | | /* 87635 */ MCD_OPC_CheckField, 21, 1, 1, 168, 208, 0, // Skip to: 141058 |
17794 | | /* 87642 */ MCD_OPC_Decode, 135, 56, 161, 3, // Opcode: UABDLv8i8_v8i16 |
17795 | | /* 87647 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 87669 |
17796 | | /* 87652 */ MCD_OPC_CheckPredicate, 48, 153, 208, 0, // Skip to: 141058 |
17797 | | /* 87657 */ MCD_OPC_CheckField, 21, 1, 1, 146, 208, 0, // Skip to: 141058 |
17798 | | /* 87664 */ MCD_OPC_Decode, 145, 56, 165, 3, // Opcode: UABDv8i8 |
17799 | | /* 87669 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 87707 |
17800 | | /* 87674 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17801 | | /* 87677 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 87692 |
17802 | | /* 87682 */ MCD_OPC_CheckPredicate, 48, 123, 208, 0, // Skip to: 141058 |
17803 | | /* 87687 */ MCD_OPC_Decode, 155, 47, 166, 3, // Opcode: SQNEGv8i8 |
17804 | | /* 87692 */ MCD_OPC_FilterValue, 33, 113, 208, 0, // Skip to: 141058 |
17805 | | /* 87697 */ MCD_OPC_CheckPredicate, 56, 108, 208, 0, // Skip to: 141058 |
17806 | | /* 87702 */ MCD_OPC_Decode, 247, 18, 185, 3, // Opcode: F1CVTLv8f16 |
17807 | | /* 87707 */ MCD_OPC_FilterValue, 15, 98, 208, 0, // Skip to: 141058 |
17808 | | /* 87712 */ MCD_OPC_CheckPredicate, 48, 93, 208, 0, // Skip to: 141058 |
17809 | | /* 87717 */ MCD_OPC_CheckField, 21, 1, 1, 86, 208, 0, // Skip to: 141058 |
17810 | | /* 87724 */ MCD_OPC_Decode, 251, 55, 186, 3, // Opcode: UABAv8i8 |
17811 | | /* 87729 */ MCD_OPC_FilterValue, 2, 90, 1, 0, // Skip to: 88080 |
17812 | | /* 87734 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
17813 | | /* 87737 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 87759 |
17814 | | /* 87742 */ MCD_OPC_CheckPredicate, 48, 63, 208, 0, // Skip to: 141058 |
17815 | | /* 87747 */ MCD_OPC_CheckField, 21, 1, 1, 56, 208, 0, // Skip to: 141058 |
17816 | | /* 87754 */ MCD_OPC_Decode, 206, 58, 182, 3, // Opcode: UMLALv8i8_v8i16 |
17817 | | /* 87759 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 87781 |
17818 | | /* 87764 */ MCD_OPC_CheckPredicate, 48, 41, 208, 0, // Skip to: 141058 |
17819 | | /* 87769 */ MCD_OPC_CheckField, 21, 1, 1, 34, 208, 0, // Skip to: 141058 |
17820 | | /* 87776 */ MCD_OPC_Decode, 201, 54, 165, 3, // Opcode: SUBv8i8 |
17821 | | /* 87781 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 87819 |
17822 | | /* 87786 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17823 | | /* 87789 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 87804 |
17824 | | /* 87794 */ MCD_OPC_CheckPredicate, 48, 11, 208, 0, // Skip to: 141058 |
17825 | | /* 87799 */ MCD_OPC_Decode, 198, 15, 166, 3, // Opcode: CMGEv8i8rz |
17826 | | /* 87804 */ MCD_OPC_FilterValue, 33, 1, 208, 0, // Skip to: 141058 |
17827 | | /* 87809 */ MCD_OPC_CheckPredicate, 48, 252, 207, 0, // Skip to: 141058 |
17828 | | /* 87814 */ MCD_OPC_Decode, 179, 27, 166, 3, // Opcode: FRINTAv2f32 |
17829 | | /* 87819 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 87841 |
17830 | | /* 87824 */ MCD_OPC_CheckPredicate, 48, 237, 207, 0, // Skip to: 141058 |
17831 | | /* 87829 */ MCD_OPC_CheckField, 21, 1, 1, 230, 207, 0, // Skip to: 141058 |
17832 | | /* 87836 */ MCD_OPC_Decode, 181, 15, 165, 3, // Opcode: CMEQv8i8 |
17833 | | /* 87841 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 87863 |
17834 | | /* 87846 */ MCD_OPC_CheckPredicate, 48, 215, 207, 0, // Skip to: 141058 |
17835 | | /* 87851 */ MCD_OPC_CheckField, 21, 1, 1, 208, 207, 0, // Skip to: 141058 |
17836 | | /* 87858 */ MCD_OPC_Decode, 167, 37, 186, 3, // Opcode: MLSv8i8 |
17837 | | /* 87863 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 87901 |
17838 | | /* 87868 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17839 | | /* 87871 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 87886 |
17840 | | /* 87876 */ MCD_OPC_CheckPredicate, 48, 185, 207, 0, // Skip to: 141058 |
17841 | | /* 87881 */ MCD_OPC_Decode, 244, 15, 166, 3, // Opcode: CMLEv8i8rz |
17842 | | /* 87886 */ MCD_OPC_FilterValue, 33, 175, 207, 0, // Skip to: 141058 |
17843 | | /* 87891 */ MCD_OPC_CheckPredicate, 48, 170, 207, 0, // Skip to: 141058 |
17844 | | /* 87896 */ MCD_OPC_Decode, 240, 27, 166, 3, // Opcode: FRINTXv2f32 |
17845 | | /* 87901 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 87923 |
17846 | | /* 87906 */ MCD_OPC_CheckPredicate, 48, 155, 207, 0, // Skip to: 141058 |
17847 | | /* 87911 */ MCD_OPC_CheckField, 21, 1, 1, 148, 207, 0, // Skip to: 141058 |
17848 | | /* 87918 */ MCD_OPC_Decode, 164, 39, 165, 3, // Opcode: PMULv8i8 |
17849 | | /* 87923 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 87945 |
17850 | | /* 87928 */ MCD_OPC_CheckPredicate, 48, 133, 207, 0, // Skip to: 141058 |
17851 | | /* 87933 */ MCD_OPC_CheckField, 21, 1, 1, 126, 207, 0, // Skip to: 141058 |
17852 | | /* 87940 */ MCD_OPC_Decode, 250, 58, 182, 3, // Opcode: UMLSLv8i8_v8i16 |
17853 | | /* 87945 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 87967 |
17854 | | /* 87950 */ MCD_OPC_CheckPredicate, 48, 111, 207, 0, // Skip to: 141058 |
17855 | | /* 87955 */ MCD_OPC_CheckField, 21, 1, 1, 104, 207, 0, // Skip to: 141058 |
17856 | | /* 87962 */ MCD_OPC_Decode, 186, 57, 165, 3, // Opcode: UMAXPv8i8 |
17857 | | /* 87967 */ MCD_OPC_FilterValue, 10, 48, 0, 0, // Skip to: 88020 |
17858 | | /* 87972 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17859 | | /* 87975 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 87990 |
17860 | | /* 87980 */ MCD_OPC_CheckPredicate, 48, 81, 207, 0, // Skip to: 141058 |
17861 | | /* 87985 */ MCD_OPC_Decode, 232, 21, 166, 3, // Opcode: FCVTNUv2f32 |
17862 | | /* 87990 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 88005 |
17863 | | /* 87995 */ MCD_OPC_CheckPredicate, 48, 66, 207, 0, // Skip to: 141058 |
17864 | | /* 88000 */ MCD_OPC_Decode, 199, 57, 187, 3, // Opcode: UMAXVv8i8v |
17865 | | /* 88005 */ MCD_OPC_FilterValue, 49, 56, 207, 0, // Skip to: 141058 |
17866 | | /* 88010 */ MCD_OPC_CheckPredicate, 48, 51, 207, 0, // Skip to: 141058 |
17867 | | /* 88015 */ MCD_OPC_Decode, 128, 58, 187, 3, // Opcode: UMINVv8i8v |
17868 | | /* 88020 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 88042 |
17869 | | /* 88025 */ MCD_OPC_CheckPredicate, 48, 36, 207, 0, // Skip to: 141058 |
17870 | | /* 88030 */ MCD_OPC_CheckField, 21, 1, 1, 29, 207, 0, // Skip to: 141058 |
17871 | | /* 88037 */ MCD_OPC_Decode, 243, 57, 165, 3, // Opcode: UMINPv8i8 |
17872 | | /* 88042 */ MCD_OPC_FilterValue, 14, 19, 207, 0, // Skip to: 141058 |
17873 | | /* 88047 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
17874 | | /* 88050 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 88065 |
17875 | | /* 88055 */ MCD_OPC_CheckPredicate, 48, 6, 207, 0, // Skip to: 141058 |
17876 | | /* 88060 */ MCD_OPC_Decode, 197, 38, 166, 3, // Opcode: NEGv8i8 |
17877 | | /* 88065 */ MCD_OPC_FilterValue, 33, 252, 206, 0, // Skip to: 141058 |
17878 | | /* 88070 */ MCD_OPC_CheckPredicate, 48, 247, 206, 0, // Skip to: 141058 |
17879 | | /* 88075 */ MCD_OPC_Decode, 200, 21, 166, 3, // Opcode: FCVTMUv2f32 |
17880 | | /* 88080 */ MCD_OPC_FilterValue, 3, 237, 206, 0, // Skip to: 141058 |
17881 | | /* 88085 */ MCD_OPC_ExtractField, 10, 4, // Inst{13-10} ... |
17882 | | /* 88088 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 88110 |
17883 | | /* 88093 */ MCD_OPC_CheckPredicate, 48, 224, 206, 0, // Skip to: 141058 |
17884 | | /* 88098 */ MCD_OPC_CheckField, 21, 1, 1, 217, 206, 0, // Skip to: 141058 |
17885 | | /* 88105 */ MCD_OPC_Decode, 168, 59, 161, 3, // Opcode: UMULLv8i8_v8i16 |
17886 | | /* 88110 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 88132 |
17887 | | /* 88115 */ MCD_OPC_CheckPredicate, 48, 202, 206, 0, // Skip to: 141058 |
17888 | | /* 88120 */ MCD_OPC_CheckField, 21, 1, 1, 195, 206, 0, // Skip to: 141058 |
17889 | | /* 88127 */ MCD_OPC_Decode, 183, 23, 165, 3, // Opcode: FMAXNMPv2f32 |
17890 | | /* 88132 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 88154 |
17891 | | /* 88137 */ MCD_OPC_CheckPredicate, 48, 180, 206, 0, // Skip to: 141058 |
17892 | | /* 88142 */ MCD_OPC_CheckField, 16, 6, 33, 173, 206, 0, // Skip to: 141058 |
17893 | | /* 88149 */ MCD_OPC_Decode, 161, 21, 166, 3, // Opcode: FCVTAUv2f32 |
17894 | | /* 88154 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 88176 |
17895 | | /* 88159 */ MCD_OPC_CheckPredicate, 55, 158, 206, 0, // Skip to: 141058 |
17896 | | /* 88164 */ MCD_OPC_CheckField, 21, 1, 1, 151, 206, 0, // Skip to: 141058 |
17897 | | /* 88171 */ MCD_OPC_Decode, 234, 24, 186, 3, // Opcode: FMLAL2v4f16 |
17898 | | /* 88176 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 88198 |
17899 | | /* 88181 */ MCD_OPC_CheckPredicate, 48, 136, 206, 0, // Skip to: 141058 |
17900 | | /* 88186 */ MCD_OPC_CheckField, 21, 1, 1, 129, 206, 0, // Skip to: 141058 |
17901 | | /* 88193 */ MCD_OPC_Decode, 180, 19, 165, 3, // Opcode: FADDPv2f32 |
17902 | | /* 88198 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 88220 |
17903 | | /* 88203 */ MCD_OPC_CheckPredicate, 48, 114, 206, 0, // Skip to: 141058 |
17904 | | /* 88208 */ MCD_OPC_CheckField, 16, 6, 33, 107, 206, 0, // Skip to: 141058 |
17905 | | /* 88215 */ MCD_OPC_Decode, 235, 56, 166, 3, // Opcode: UCVTFv2f32 |
17906 | | /* 88220 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 88242 |
17907 | | /* 88225 */ MCD_OPC_CheckPredicate, 48, 92, 206, 0, // Skip to: 141058 |
17908 | | /* 88230 */ MCD_OPC_CheckField, 21, 1, 1, 85, 206, 0, // Skip to: 141058 |
17909 | | /* 88237 */ MCD_OPC_Decode, 209, 26, 165, 3, // Opcode: FMULv2f32 |
17910 | | /* 88242 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 88264 |
17911 | | /* 88247 */ MCD_OPC_CheckPredicate, 48, 70, 206, 0, // Skip to: 141058 |
17912 | | /* 88252 */ MCD_OPC_CheckField, 21, 1, 1, 63, 206, 0, // Skip to: 141058 |
17913 | | /* 88259 */ MCD_OPC_Decode, 172, 20, 165, 3, // Opcode: FCMGEv2f32 |
17914 | | /* 88264 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 88286 |
17915 | | /* 88269 */ MCD_OPC_CheckPredicate, 54, 48, 206, 0, // Skip to: 141058 |
17916 | | /* 88274 */ MCD_OPC_CheckField, 16, 6, 33, 41, 206, 0, // Skip to: 141058 |
17917 | | /* 88281 */ MCD_OPC_Decode, 153, 27, 166, 3, // Opcode: FRINT32Xv2f32 |
17918 | | /* 88286 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 88308 |
17919 | | /* 88291 */ MCD_OPC_CheckPredicate, 48, 26, 206, 0, // Skip to: 141058 |
17920 | | /* 88296 */ MCD_OPC_CheckField, 21, 1, 1, 19, 206, 0, // Skip to: 141058 |
17921 | | /* 88303 */ MCD_OPC_Decode, 156, 19, 165, 3, // Opcode: FACGEv2f32 |
17922 | | /* 88308 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 88330 |
17923 | | /* 88313 */ MCD_OPC_CheckPredicate, 48, 4, 206, 0, // Skip to: 141058 |
17924 | | /* 88318 */ MCD_OPC_CheckField, 21, 1, 1, 253, 205, 0, // Skip to: 141058 |
17925 | | /* 88325 */ MCD_OPC_Decode, 227, 23, 165, 3, // Opcode: FMAXPv2f32 |
17926 | | /* 88330 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 88352 |
17927 | | /* 88335 */ MCD_OPC_CheckPredicate, 54, 238, 205, 0, // Skip to: 141058 |
17928 | | /* 88340 */ MCD_OPC_CheckField, 16, 6, 33, 231, 205, 0, // Skip to: 141058 |
17929 | | /* 88347 */ MCD_OPC_Decode, 163, 27, 166, 3, // Opcode: FRINT64Xv2f32 |
17930 | | /* 88352 */ MCD_OPC_FilterValue, 15, 221, 205, 0, // Skip to: 141058 |
17931 | | /* 88357 */ MCD_OPC_CheckPredicate, 48, 216, 205, 0, // Skip to: 141058 |
17932 | | /* 88362 */ MCD_OPC_CheckField, 21, 1, 1, 209, 205, 0, // Skip to: 141058 |
17933 | | /* 88369 */ MCD_OPC_Decode, 248, 22, 165, 3, // Opcode: FDIVv2f32 |
17934 | | /* 88374 */ MCD_OPC_FilterValue, 2, 24, 9, 0, // Skip to: 90707 |
17935 | | /* 88379 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
17936 | | /* 88382 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 88420 |
17937 | | /* 88387 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17938 | | /* 88390 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88405 |
17939 | | /* 88395 */ MCD_OPC_CheckPredicate, 48, 178, 205, 0, // Skip to: 141058 |
17940 | | /* 88400 */ MCD_OPC_Decode, 165, 55, 190, 3, // Opcode: TBLv16i8One |
17941 | | /* 88405 */ MCD_OPC_FilterValue, 1, 168, 205, 0, // Skip to: 141058 |
17942 | | /* 88410 */ MCD_OPC_CheckPredicate, 48, 163, 205, 0, // Skip to: 141058 |
17943 | | /* 88415 */ MCD_OPC_Decode, 204, 41, 190, 3, // Opcode: SADDLv16i8_v8i16 |
17944 | | /* 88420 */ MCD_OPC_FilterValue, 1, 109, 0, 0, // Skip to: 88534 |
17945 | | /* 88425 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17946 | | /* 88428 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 88519 |
17947 | | /* 88433 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17948 | | /* 88436 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 88504 |
17949 | | /* 88441 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17950 | | /* 88444 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 88489 |
17951 | | /* 88449 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
17952 | | /* 88452 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 88474 |
17953 | | /* 88457 */ MCD_OPC_CheckPredicate, 48, 116, 205, 0, // Skip to: 141058 |
17954 | | /* 88462 */ MCD_OPC_CheckField, 19, 1, 1, 109, 205, 0, // Skip to: 141058 |
17955 | | /* 88469 */ MCD_OPC_Decode, 179, 18, 191, 3, // Opcode: DUPv2i64lane |
17956 | | /* 88474 */ MCD_OPC_FilterValue, 1, 99, 205, 0, // Skip to: 141058 |
17957 | | /* 88479 */ MCD_OPC_CheckPredicate, 48, 94, 205, 0, // Skip to: 141058 |
17958 | | /* 88484 */ MCD_OPC_Decode, 183, 18, 192, 3, // Opcode: DUPv4i32lane |
17959 | | /* 88489 */ MCD_OPC_FilterValue, 1, 84, 205, 0, // Skip to: 141058 |
17960 | | /* 88494 */ MCD_OPC_CheckPredicate, 48, 79, 205, 0, // Skip to: 141058 |
17961 | | /* 88499 */ MCD_OPC_Decode, 185, 18, 193, 3, // Opcode: DUPv8i16lane |
17962 | | /* 88504 */ MCD_OPC_FilterValue, 1, 69, 205, 0, // Skip to: 141058 |
17963 | | /* 88509 */ MCD_OPC_CheckPredicate, 48, 64, 205, 0, // Skip to: 141058 |
17964 | | /* 88514 */ MCD_OPC_Decode, 175, 18, 194, 3, // Opcode: DUPv16i8lane |
17965 | | /* 88519 */ MCD_OPC_FilterValue, 1, 54, 205, 0, // Skip to: 141058 |
17966 | | /* 88524 */ MCD_OPC_CheckPredicate, 48, 49, 205, 0, // Skip to: 141058 |
17967 | | /* 88529 */ MCD_OPC_Decode, 247, 42, 190, 3, // Opcode: SHADDv16i8 |
17968 | | /* 88534 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 88556 |
17969 | | /* 88539 */ MCD_OPC_CheckPredicate, 48, 34, 205, 0, // Skip to: 141058 |
17970 | | /* 88544 */ MCD_OPC_CheckField, 16, 6, 32, 27, 205, 0, // Skip to: 141058 |
17971 | | /* 88551 */ MCD_OPC_Decode, 208, 40, 195, 3, // Opcode: REV64v16i8 |
17972 | | /* 88556 */ MCD_OPC_FilterValue, 3, 109, 0, 0, // Skip to: 88670 |
17973 | | /* 88561 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17974 | | /* 88564 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 88655 |
17975 | | /* 88569 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
17976 | | /* 88572 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 88640 |
17977 | | /* 88577 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
17978 | | /* 88580 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 88625 |
17979 | | /* 88585 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
17980 | | /* 88588 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 88610 |
17981 | | /* 88593 */ MCD_OPC_CheckPredicate, 48, 236, 204, 0, // Skip to: 141058 |
17982 | | /* 88598 */ MCD_OPC_CheckField, 19, 1, 1, 229, 204, 0, // Skip to: 141058 |
17983 | | /* 88605 */ MCD_OPC_Decode, 178, 18, 196, 3, // Opcode: DUPv2i64gpr |
17984 | | /* 88610 */ MCD_OPC_FilterValue, 1, 219, 204, 0, // Skip to: 141058 |
17985 | | /* 88615 */ MCD_OPC_CheckPredicate, 48, 214, 204, 0, // Skip to: 141058 |
17986 | | /* 88620 */ MCD_OPC_Decode, 182, 18, 197, 3, // Opcode: DUPv4i32gpr |
17987 | | /* 88625 */ MCD_OPC_FilterValue, 1, 204, 204, 0, // Skip to: 141058 |
17988 | | /* 88630 */ MCD_OPC_CheckPredicate, 48, 199, 204, 0, // Skip to: 141058 |
17989 | | /* 88635 */ MCD_OPC_Decode, 184, 18, 197, 3, // Opcode: DUPv8i16gpr |
17990 | | /* 88640 */ MCD_OPC_FilterValue, 1, 189, 204, 0, // Skip to: 141058 |
17991 | | /* 88645 */ MCD_OPC_CheckPredicate, 48, 184, 204, 0, // Skip to: 141058 |
17992 | | /* 88650 */ MCD_OPC_Decode, 174, 18, 197, 3, // Opcode: DUPv16i8gpr |
17993 | | /* 88655 */ MCD_OPC_FilterValue, 1, 174, 204, 0, // Skip to: 141058 |
17994 | | /* 88660 */ MCD_OPC_CheckPredicate, 48, 169, 204, 0, // Skip to: 141058 |
17995 | | /* 88665 */ MCD_OPC_Decode, 219, 45, 190, 3, // Opcode: SQADDv16i8 |
17996 | | /* 88670 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 88708 |
17997 | | /* 88675 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
17998 | | /* 88678 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88693 |
17999 | | /* 88683 */ MCD_OPC_CheckPredicate, 48, 146, 204, 0, // Skip to: 141058 |
18000 | | /* 88688 */ MCD_OPC_Decode, 183, 55, 188, 3, // Opcode: TBXv16i8One |
18001 | | /* 88693 */ MCD_OPC_FilterValue, 1, 136, 204, 0, // Skip to: 141058 |
18002 | | /* 88698 */ MCD_OPC_CheckPredicate, 48, 131, 204, 0, // Skip to: 141058 |
18003 | | /* 88703 */ MCD_OPC_Decode, 219, 41, 190, 3, // Opcode: SADDWv16i8_v8i16 |
18004 | | /* 88708 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 88730 |
18005 | | /* 88713 */ MCD_OPC_CheckPredicate, 48, 116, 204, 0, // Skip to: 141058 |
18006 | | /* 88718 */ MCD_OPC_CheckField, 21, 1, 1, 109, 204, 0, // Skip to: 141058 |
18007 | | /* 88725 */ MCD_OPC_Decode, 164, 49, 190, 3, // Opcode: SRHADDv16i8 |
18008 | | /* 88730 */ MCD_OPC_FilterValue, 6, 40, 0, 0, // Skip to: 88775 |
18009 | | /* 88735 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18010 | | /* 88738 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88753 |
18011 | | /* 88743 */ MCD_OPC_CheckPredicate, 48, 86, 204, 0, // Skip to: 141058 |
18012 | | /* 88748 */ MCD_OPC_Decode, 197, 62, 190, 3, // Opcode: UZP1v16i8 |
18013 | | /* 88753 */ MCD_OPC_FilterValue, 1, 76, 204, 0, // Skip to: 141058 |
18014 | | /* 88758 */ MCD_OPC_CheckPredicate, 48, 71, 204, 0, // Skip to: 141058 |
18015 | | /* 88763 */ MCD_OPC_CheckField, 16, 5, 0, 64, 204, 0, // Skip to: 141058 |
18016 | | /* 88770 */ MCD_OPC_Decode, 201, 40, 195, 3, // Opcode: REV16v16i8 |
18017 | | /* 88775 */ MCD_OPC_FilterValue, 7, 109, 0, 0, // Skip to: 88889 |
18018 | | /* 88780 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18019 | | /* 88783 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 88874 |
18020 | | /* 88788 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
18021 | | /* 88791 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 88859 |
18022 | | /* 88796 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
18023 | | /* 88799 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 88844 |
18024 | | /* 88804 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
18025 | | /* 88807 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 88829 |
18026 | | /* 88812 */ MCD_OPC_CheckPredicate, 48, 17, 204, 0, // Skip to: 141058 |
18027 | | /* 88817 */ MCD_OPC_CheckField, 19, 1, 1, 10, 204, 0, // Skip to: 141058 |
18028 | | /* 88824 */ MCD_OPC_Decode, 167, 30, 198, 3, // Opcode: INSvi64gpr |
18029 | | /* 88829 */ MCD_OPC_FilterValue, 1, 0, 204, 0, // Skip to: 141058 |
18030 | | /* 88834 */ MCD_OPC_CheckPredicate, 48, 251, 203, 0, // Skip to: 141058 |
18031 | | /* 88839 */ MCD_OPC_Decode, 165, 30, 199, 3, // Opcode: INSvi32gpr |
18032 | | /* 88844 */ MCD_OPC_FilterValue, 1, 241, 203, 0, // Skip to: 141058 |
18033 | | /* 88849 */ MCD_OPC_CheckPredicate, 48, 236, 203, 0, // Skip to: 141058 |
18034 | | /* 88854 */ MCD_OPC_Decode, 163, 30, 200, 3, // Opcode: INSvi16gpr |
18035 | | /* 88859 */ MCD_OPC_FilterValue, 1, 226, 203, 0, // Skip to: 141058 |
18036 | | /* 88864 */ MCD_OPC_CheckPredicate, 48, 221, 203, 0, // Skip to: 141058 |
18037 | | /* 88869 */ MCD_OPC_Decode, 169, 30, 201, 3, // Opcode: INSvi8gpr |
18038 | | /* 88874 */ MCD_OPC_FilterValue, 1, 211, 203, 0, // Skip to: 141058 |
18039 | | /* 88879 */ MCD_OPC_CheckPredicate, 48, 206, 203, 0, // Skip to: 141058 |
18040 | | /* 88884 */ MCD_OPC_Decode, 212, 12, 190, 3, // Opcode: ANDv16i8 |
18041 | | /* 88889 */ MCD_OPC_FilterValue, 8, 33, 0, 0, // Skip to: 88927 |
18042 | | /* 88894 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18043 | | /* 88897 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88912 |
18044 | | /* 88902 */ MCD_OPC_CheckPredicate, 48, 183, 203, 0, // Skip to: 141058 |
18045 | | /* 88907 */ MCD_OPC_Decode, 167, 55, 202, 3, // Opcode: TBLv16i8Two |
18046 | | /* 88912 */ MCD_OPC_FilterValue, 1, 173, 203, 0, // Skip to: 141058 |
18047 | | /* 88917 */ MCD_OPC_CheckPredicate, 48, 168, 203, 0, // Skip to: 141058 |
18048 | | /* 88922 */ MCD_OPC_Decode, 201, 50, 190, 3, // Opcode: SSUBLv16i8_v8i16 |
18049 | | /* 88927 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 88949 |
18050 | | /* 88932 */ MCD_OPC_CheckPredicate, 48, 153, 203, 0, // Skip to: 141058 |
18051 | | /* 88937 */ MCD_OPC_CheckField, 21, 1, 1, 146, 203, 0, // Skip to: 141058 |
18052 | | /* 88944 */ MCD_OPC_Decode, 159, 43, 190, 3, // Opcode: SHSUBv16i8 |
18053 | | /* 88949 */ MCD_OPC_FilterValue, 10, 55, 0, 0, // Skip to: 89009 |
18054 | | /* 88954 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18055 | | /* 88957 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88972 |
18056 | | /* 88962 */ MCD_OPC_CheckPredicate, 48, 123, 203, 0, // Skip to: 141058 |
18057 | | /* 88967 */ MCD_OPC_Decode, 204, 55, 190, 3, // Opcode: TRN1v16i8 |
18058 | | /* 88972 */ MCD_OPC_FilterValue, 1, 113, 203, 0, // Skip to: 141058 |
18059 | | /* 88977 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18060 | | /* 88980 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 88995 |
18061 | | /* 88985 */ MCD_OPC_CheckPredicate, 48, 100, 203, 0, // Skip to: 141058 |
18062 | | /* 88990 */ MCD_OPC_Decode, 190, 41, 195, 3, // Opcode: SADDLPv16i8_v8i16 |
18063 | | /* 88995 */ MCD_OPC_FilterValue, 1, 90, 203, 0, // Skip to: 141058 |
18064 | | /* 89000 */ MCD_OPC_CheckPredicate, 48, 85, 203, 0, // Skip to: 141058 |
18065 | | /* 89005 */ MCD_OPC_Decode, 134, 64, 1, // Opcode: XTNv16i8 |
18066 | | /* 89009 */ MCD_OPC_FilterValue, 11, 138, 0, 0, // Skip to: 89152 |
18067 | | /* 89014 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18068 | | /* 89017 */ MCD_OPC_FilterValue, 0, 115, 0, 0, // Skip to: 89137 |
18069 | | /* 89022 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
18070 | | /* 89025 */ MCD_OPC_FilterValue, 0, 75, 0, 0, // Skip to: 89105 |
18071 | | /* 89030 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
18072 | | /* 89033 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 89073 |
18073 | | /* 89038 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
18074 | | /* 89041 */ MCD_OPC_FilterValue, 1, 44, 203, 0, // Skip to: 141058 |
18075 | | /* 89046 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 89063 |
18076 | | /* 89051 */ MCD_OPC_CheckField, 19, 2, 0, 5, 0, 0, // Skip to: 89063 |
18077 | | /* 89058 */ MCD_OPC_Decode, 149, 45, 203, 3, // Opcode: SMOVvi32to64_idx0 |
18078 | | /* 89063 */ MCD_OPC_CheckPredicate, 48, 22, 203, 0, // Skip to: 141058 |
18079 | | /* 89068 */ MCD_OPC_Decode, 148, 45, 204, 3, // Opcode: SMOVvi32to64 |
18080 | | /* 89073 */ MCD_OPC_FilterValue, 1, 12, 203, 0, // Skip to: 141058 |
18081 | | /* 89078 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 89095 |
18082 | | /* 89083 */ MCD_OPC_CheckField, 18, 3, 0, 5, 0, 0, // Skip to: 89095 |
18083 | | /* 89090 */ MCD_OPC_Decode, 147, 45, 203, 3, // Opcode: SMOVvi16to64_idx0 |
18084 | | /* 89095 */ MCD_OPC_CheckPredicate, 48, 246, 202, 0, // Skip to: 141058 |
18085 | | /* 89100 */ MCD_OPC_Decode, 146, 45, 205, 3, // Opcode: SMOVvi16to64 |
18086 | | /* 89105 */ MCD_OPC_FilterValue, 1, 236, 202, 0, // Skip to: 141058 |
18087 | | /* 89110 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 89127 |
18088 | | /* 89115 */ MCD_OPC_CheckField, 17, 4, 0, 5, 0, 0, // Skip to: 89127 |
18089 | | /* 89122 */ MCD_OPC_Decode, 153, 45, 203, 3, // Opcode: SMOVvi8to64_idx0 |
18090 | | /* 89127 */ MCD_OPC_CheckPredicate, 48, 214, 202, 0, // Skip to: 141058 |
18091 | | /* 89132 */ MCD_OPC_Decode, 152, 45, 206, 3, // Opcode: SMOVvi8to64 |
18092 | | /* 89137 */ MCD_OPC_FilterValue, 1, 204, 202, 0, // Skip to: 141058 |
18093 | | /* 89142 */ MCD_OPC_CheckPredicate, 48, 199, 202, 0, // Skip to: 141058 |
18094 | | /* 89147 */ MCD_OPC_Decode, 247, 48, 190, 3, // Opcode: SQSUBv16i8 |
18095 | | /* 89152 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 89190 |
18096 | | /* 89157 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18097 | | /* 89160 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89175 |
18098 | | /* 89165 */ MCD_OPC_CheckPredicate, 48, 176, 202, 0, // Skip to: 141058 |
18099 | | /* 89170 */ MCD_OPC_Decode, 185, 55, 207, 3, // Opcode: TBXv16i8Two |
18100 | | /* 89175 */ MCD_OPC_FilterValue, 1, 166, 202, 0, // Skip to: 141058 |
18101 | | /* 89180 */ MCD_OPC_CheckPredicate, 48, 161, 202, 0, // Skip to: 141058 |
18102 | | /* 89185 */ MCD_OPC_Decode, 213, 50, 190, 3, // Opcode: SSUBWv16i8_v8i16 |
18103 | | /* 89190 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 89212 |
18104 | | /* 89195 */ MCD_OPC_CheckPredicate, 48, 146, 202, 0, // Skip to: 141058 |
18105 | | /* 89200 */ MCD_OPC_CheckField, 21, 1, 1, 139, 202, 0, // Skip to: 141058 |
18106 | | /* 89207 */ MCD_OPC_Decode, 199, 15, 190, 3, // Opcode: CMGTv16i8 |
18107 | | /* 89212 */ MCD_OPC_FilterValue, 14, 55, 0, 0, // Skip to: 89272 |
18108 | | /* 89217 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18109 | | /* 89220 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89235 |
18110 | | /* 89225 */ MCD_OPC_CheckPredicate, 48, 116, 202, 0, // Skip to: 141058 |
18111 | | /* 89230 */ MCD_OPC_Decode, 159, 64, 190, 3, // Opcode: ZIP1v16i8 |
18112 | | /* 89235 */ MCD_OPC_FilterValue, 1, 106, 202, 0, // Skip to: 141058 |
18113 | | /* 89240 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18114 | | /* 89243 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 89257 |
18115 | | /* 89248 */ MCD_OPC_CheckPredicate, 48, 93, 202, 0, // Skip to: 141058 |
18116 | | /* 89253 */ MCD_OPC_Decode, 234, 54, 1, // Opcode: SUQADDv16i8 |
18117 | | /* 89257 */ MCD_OPC_FilterValue, 16, 84, 202, 0, // Skip to: 141058 |
18118 | | /* 89262 */ MCD_OPC_CheckPredicate, 48, 79, 202, 0, // Skip to: 141058 |
18119 | | /* 89267 */ MCD_OPC_Decode, 199, 41, 208, 3, // Opcode: SADDLVv16i8v |
18120 | | /* 89272 */ MCD_OPC_FilterValue, 15, 58, 0, 0, // Skip to: 89335 |
18121 | | /* 89277 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18122 | | /* 89280 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 89320 |
18123 | | /* 89285 */ MCD_OPC_ExtractField, 16, 4, // Inst{19-16} ... |
18124 | | /* 89288 */ MCD_OPC_FilterValue, 8, 53, 202, 0, // Skip to: 141058 |
18125 | | /* 89293 */ MCD_OPC_CheckPredicate, 51, 12, 0, 0, // Skip to: 89310 |
18126 | | /* 89298 */ MCD_OPC_CheckField, 20, 1, 0, 5, 0, 0, // Skip to: 89310 |
18127 | | /* 89305 */ MCD_OPC_Decode, 136, 59, 203, 3, // Opcode: UMOVvi64_idx0 |
18128 | | /* 89310 */ MCD_OPC_CheckPredicate, 48, 31, 202, 0, // Skip to: 141058 |
18129 | | /* 89315 */ MCD_OPC_Decode, 135, 59, 209, 3, // Opcode: UMOVvi64 |
18130 | | /* 89320 */ MCD_OPC_FilterValue, 1, 21, 202, 0, // Skip to: 141058 |
18131 | | /* 89325 */ MCD_OPC_CheckPredicate, 48, 16, 202, 0, // Skip to: 141058 |
18132 | | /* 89330 */ MCD_OPC_Decode, 183, 15, 190, 3, // Opcode: CMGEv16i8 |
18133 | | /* 89335 */ MCD_OPC_FilterValue, 16, 33, 0, 0, // Skip to: 89373 |
18134 | | /* 89340 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18135 | | /* 89343 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89358 |
18136 | | /* 89348 */ MCD_OPC_CheckPredicate, 48, 249, 201, 0, // Skip to: 141058 |
18137 | | /* 89353 */ MCD_OPC_Decode, 166, 55, 210, 3, // Opcode: TBLv16i8Three |
18138 | | /* 89358 */ MCD_OPC_FilterValue, 1, 239, 201, 0, // Skip to: 141058 |
18139 | | /* 89363 */ MCD_OPC_CheckPredicate, 48, 234, 201, 0, // Skip to: 141058 |
18140 | | /* 89368 */ MCD_OPC_Decode, 204, 11, 188, 3, // Opcode: ADDHNv8i16_v16i8 |
18141 | | /* 89373 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 89395 |
18142 | | /* 89378 */ MCD_OPC_CheckPredicate, 48, 219, 201, 0, // Skip to: 141058 |
18143 | | /* 89383 */ MCD_OPC_CheckField, 21, 1, 1, 212, 201, 0, // Skip to: 141058 |
18144 | | /* 89390 */ MCD_OPC_Decode, 250, 49, 190, 3, // Opcode: SSHLv16i8 |
18145 | | /* 89395 */ MCD_OPC_FilterValue, 18, 46, 0, 0, // Skip to: 89446 |
18146 | | /* 89400 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18147 | | /* 89403 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 89418 |
18148 | | /* 89408 */ MCD_OPC_CheckPredicate, 48, 189, 201, 0, // Skip to: 141058 |
18149 | | /* 89413 */ MCD_OPC_Decode, 149, 15, 195, 3, // Opcode: CLSv16i8 |
18150 | | /* 89418 */ MCD_OPC_FilterValue, 33, 9, 0, 0, // Skip to: 89432 |
18151 | | /* 89423 */ MCD_OPC_CheckPredicate, 48, 174, 201, 0, // Skip to: 141058 |
18152 | | /* 89428 */ MCD_OPC_Decode, 136, 49, 1, // Opcode: SQXTNv16i8 |
18153 | | /* 89432 */ MCD_OPC_FilterValue, 40, 165, 201, 0, // Skip to: 141058 |
18154 | | /* 89437 */ MCD_OPC_CheckPredicate, 58, 160, 201, 0, // Skip to: 141058 |
18155 | | /* 89442 */ MCD_OPC_Decode, 183, 12, 1, // Opcode: AESErr |
18156 | | /* 89446 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 89468 |
18157 | | /* 89451 */ MCD_OPC_CheckPredicate, 48, 146, 201, 0, // Skip to: 141058 |
18158 | | /* 89456 */ MCD_OPC_CheckField, 21, 1, 1, 139, 201, 0, // Skip to: 141058 |
18159 | | /* 89463 */ MCD_OPC_Decode, 183, 48, 190, 3, // Opcode: SQSHLv16i8 |
18160 | | /* 89468 */ MCD_OPC_FilterValue, 20, 33, 0, 0, // Skip to: 89506 |
18161 | | /* 89473 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18162 | | /* 89476 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89491 |
18163 | | /* 89481 */ MCD_OPC_CheckPredicate, 48, 116, 201, 0, // Skip to: 141058 |
18164 | | /* 89486 */ MCD_OPC_Decode, 184, 55, 211, 3, // Opcode: TBXv16i8Three |
18165 | | /* 89491 */ MCD_OPC_FilterValue, 1, 106, 201, 0, // Skip to: 141058 |
18166 | | /* 89496 */ MCD_OPC_CheckPredicate, 48, 101, 201, 0, // Skip to: 141058 |
18167 | | /* 89501 */ MCD_OPC_Decode, 137, 41, 188, 3, // Opcode: SABALv16i8_v8i16 |
18168 | | /* 89506 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 89528 |
18169 | | /* 89511 */ MCD_OPC_CheckPredicate, 48, 86, 201, 0, // Skip to: 141058 |
18170 | | /* 89516 */ MCD_OPC_CheckField, 21, 1, 1, 79, 201, 0, // Skip to: 141058 |
18171 | | /* 89523 */ MCD_OPC_Decode, 206, 49, 190, 3, // Opcode: SRSHLv16i8 |
18172 | | /* 89528 */ MCD_OPC_FilterValue, 22, 55, 0, 0, // Skip to: 89588 |
18173 | | /* 89533 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18174 | | /* 89536 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89551 |
18175 | | /* 89541 */ MCD_OPC_CheckPredicate, 48, 56, 201, 0, // Skip to: 141058 |
18176 | | /* 89546 */ MCD_OPC_Decode, 213, 62, 190, 3, // Opcode: UZP2v16i8 |
18177 | | /* 89551 */ MCD_OPC_FilterValue, 1, 46, 201, 0, // Skip to: 141058 |
18178 | | /* 89556 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18179 | | /* 89559 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89574 |
18180 | | /* 89564 */ MCD_OPC_CheckPredicate, 48, 33, 201, 0, // Skip to: 141058 |
18181 | | /* 89569 */ MCD_OPC_Decode, 249, 16, 195, 3, // Opcode: CNTv16i8 |
18182 | | /* 89574 */ MCD_OPC_FilterValue, 8, 23, 201, 0, // Skip to: 141058 |
18183 | | /* 89579 */ MCD_OPC_CheckPredicate, 58, 18, 201, 0, // Skip to: 141058 |
18184 | | /* 89584 */ MCD_OPC_Decode, 181, 12, 1, // Opcode: AESDrr |
18185 | | /* 89588 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 89610 |
18186 | | /* 89593 */ MCD_OPC_CheckPredicate, 48, 4, 201, 0, // Skip to: 141058 |
18187 | | /* 89598 */ MCD_OPC_CheckField, 21, 1, 1, 253, 200, 0, // Skip to: 141058 |
18188 | | /* 89605 */ MCD_OPC_Decode, 227, 47, 190, 3, // Opcode: SQRSHLv16i8 |
18189 | | /* 89610 */ MCD_OPC_FilterValue, 24, 33, 0, 0, // Skip to: 89648 |
18190 | | /* 89615 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18191 | | /* 89618 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89633 |
18192 | | /* 89623 */ MCD_OPC_CheckPredicate, 48, 230, 200, 0, // Skip to: 141058 |
18193 | | /* 89628 */ MCD_OPC_Decode, 164, 55, 212, 3, // Opcode: TBLv16i8Four |
18194 | | /* 89633 */ MCD_OPC_FilterValue, 1, 220, 200, 0, // Skip to: 141058 |
18195 | | /* 89638 */ MCD_OPC_CheckPredicate, 48, 215, 200, 0, // Skip to: 141058 |
18196 | | /* 89643 */ MCD_OPC_Decode, 141, 54, 188, 3, // Opcode: SUBHNv8i16_v16i8 |
18197 | | /* 89648 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 89670 |
18198 | | /* 89653 */ MCD_OPC_CheckPredicate, 48, 200, 200, 0, // Skip to: 141058 |
18199 | | /* 89658 */ MCD_OPC_CheckField, 21, 1, 1, 193, 200, 0, // Skip to: 141058 |
18200 | | /* 89665 */ MCD_OPC_Decode, 240, 43, 190, 3, // Opcode: SMAXv16i8 |
18201 | | /* 89670 */ MCD_OPC_FilterValue, 26, 69, 0, 0, // Skip to: 89744 |
18202 | | /* 89675 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18203 | | /* 89678 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89693 |
18204 | | /* 89683 */ MCD_OPC_CheckPredicate, 48, 170, 200, 0, // Skip to: 141058 |
18205 | | /* 89688 */ MCD_OPC_Decode, 220, 55, 190, 3, // Opcode: TRN2v16i8 |
18206 | | /* 89693 */ MCD_OPC_FilterValue, 1, 160, 200, 0, // Skip to: 141058 |
18207 | | /* 89698 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18208 | | /* 89701 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 89715 |
18209 | | /* 89706 */ MCD_OPC_CheckPredicate, 48, 147, 200, 0, // Skip to: 141058 |
18210 | | /* 89711 */ MCD_OPC_Decode, 178, 41, 1, // Opcode: SADALPv16i8_v8i16 |
18211 | | /* 89715 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 89729 |
18212 | | /* 89720 */ MCD_OPC_CheckPredicate, 48, 133, 200, 0, // Skip to: 141058 |
18213 | | /* 89725 */ MCD_OPC_Decode, 247, 21, 1, // Opcode: FCVTNv8i16 |
18214 | | /* 89729 */ MCD_OPC_FilterValue, 8, 124, 200, 0, // Skip to: 141058 |
18215 | | /* 89734 */ MCD_OPC_CheckPredicate, 58, 119, 200, 0, // Skip to: 141058 |
18216 | | /* 89739 */ MCD_OPC_Decode, 187, 12, 195, 3, // Opcode: AESMCrr |
18217 | | /* 89744 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 89766 |
18218 | | /* 89749 */ MCD_OPC_CheckPredicate, 48, 104, 200, 0, // Skip to: 141058 |
18219 | | /* 89754 */ MCD_OPC_CheckField, 21, 1, 1, 97, 200, 0, // Skip to: 141058 |
18220 | | /* 89761 */ MCD_OPC_Decode, 170, 44, 190, 3, // Opcode: SMINv16i8 |
18221 | | /* 89766 */ MCD_OPC_FilterValue, 28, 33, 0, 0, // Skip to: 89804 |
18222 | | /* 89771 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18223 | | /* 89774 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89789 |
18224 | | /* 89779 */ MCD_OPC_CheckPredicate, 48, 74, 200, 0, // Skip to: 141058 |
18225 | | /* 89784 */ MCD_OPC_Decode, 182, 55, 213, 3, // Opcode: TBXv16i8Four |
18226 | | /* 89789 */ MCD_OPC_FilterValue, 1, 64, 200, 0, // Skip to: 141058 |
18227 | | /* 89794 */ MCD_OPC_CheckPredicate, 48, 59, 200, 0, // Skip to: 141058 |
18228 | | /* 89799 */ MCD_OPC_Decode, 159, 41, 190, 3, // Opcode: SABDLv16i8_v8i16 |
18229 | | /* 89804 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 89826 |
18230 | | /* 89809 */ MCD_OPC_CheckPredicate, 48, 44, 200, 0, // Skip to: 141058 |
18231 | | /* 89814 */ MCD_OPC_CheckField, 21, 1, 1, 37, 200, 0, // Skip to: 141058 |
18232 | | /* 89821 */ MCD_OPC_Decode, 169, 41, 190, 3, // Opcode: SABDv16i8 |
18233 | | /* 89826 */ MCD_OPC_FilterValue, 30, 71, 0, 0, // Skip to: 89902 |
18234 | | /* 89831 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18235 | | /* 89834 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89849 |
18236 | | /* 89839 */ MCD_OPC_CheckPredicate, 48, 14, 200, 0, // Skip to: 141058 |
18237 | | /* 89844 */ MCD_OPC_Decode, 175, 64, 190, 3, // Opcode: ZIP2v16i8 |
18238 | | /* 89849 */ MCD_OPC_FilterValue, 1, 4, 200, 0, // Skip to: 141058 |
18239 | | /* 89854 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18240 | | /* 89857 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 89872 |
18241 | | /* 89862 */ MCD_OPC_CheckPredicate, 48, 247, 199, 0, // Skip to: 141058 |
18242 | | /* 89867 */ MCD_OPC_Decode, 196, 45, 195, 3, // Opcode: SQABSv16i8 |
18243 | | /* 89872 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 89887 |
18244 | | /* 89877 */ MCD_OPC_CheckPredicate, 48, 232, 199, 0, // Skip to: 141058 |
18245 | | /* 89882 */ MCD_OPC_Decode, 176, 21, 195, 3, // Opcode: FCVTLv8i16 |
18246 | | /* 89887 */ MCD_OPC_FilterValue, 8, 222, 199, 0, // Skip to: 141058 |
18247 | | /* 89892 */ MCD_OPC_CheckPredicate, 58, 217, 199, 0, // Skip to: 141058 |
18248 | | /* 89897 */ MCD_OPC_Decode, 185, 12, 195, 3, // Opcode: AESIMCrr |
18249 | | /* 89902 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 89924 |
18250 | | /* 89907 */ MCD_OPC_CheckPredicate, 48, 202, 199, 0, // Skip to: 141058 |
18251 | | /* 89912 */ MCD_OPC_CheckField, 21, 1, 1, 195, 199, 0, // Skip to: 141058 |
18252 | | /* 89919 */ MCD_OPC_Decode, 147, 41, 188, 3, // Opcode: SABAv16i8 |
18253 | | /* 89924 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 89946 |
18254 | | /* 89929 */ MCD_OPC_CheckPredicate, 48, 180, 199, 0, // Skip to: 141058 |
18255 | | /* 89934 */ MCD_OPC_CheckField, 21, 1, 1, 173, 199, 0, // Skip to: 141058 |
18256 | | /* 89941 */ MCD_OPC_Decode, 210, 44, 188, 3, // Opcode: SMLALv16i8_v8i16 |
18257 | | /* 89946 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 89968 |
18258 | | /* 89951 */ MCD_OPC_CheckPredicate, 48, 158, 199, 0, // Skip to: 141058 |
18259 | | /* 89956 */ MCD_OPC_CheckField, 21, 1, 1, 151, 199, 0, // Skip to: 141058 |
18260 | | /* 89963 */ MCD_OPC_Decode, 154, 12, 190, 3, // Opcode: ADDv16i8 |
18261 | | /* 89968 */ MCD_OPC_FilterValue, 34, 33, 0, 0, // Skip to: 90006 |
18262 | | /* 89973 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18263 | | /* 89976 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 89991 |
18264 | | /* 89981 */ MCD_OPC_CheckPredicate, 48, 128, 199, 0, // Skip to: 141058 |
18265 | | /* 89986 */ MCD_OPC_Decode, 200, 15, 195, 3, // Opcode: CMGTv16i8rz |
18266 | | /* 89991 */ MCD_OPC_FilterValue, 33, 118, 199, 0, // Skip to: 141058 |
18267 | | /* 89996 */ MCD_OPC_CheckPredicate, 48, 113, 199, 0, // Skip to: 141058 |
18268 | | /* 90001 */ MCD_OPC_Decode, 219, 27, 195, 3, // Opcode: FRINTNv4f32 |
18269 | | /* 90006 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 90028 |
18270 | | /* 90011 */ MCD_OPC_CheckPredicate, 48, 98, 199, 0, // Skip to: 141058 |
18271 | | /* 90016 */ MCD_OPC_CheckField, 21, 1, 1, 91, 199, 0, // Skip to: 141058 |
18272 | | /* 90023 */ MCD_OPC_Decode, 219, 16, 190, 3, // Opcode: CMTSTv16i8 |
18273 | | /* 90028 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 90050 |
18274 | | /* 90033 */ MCD_OPC_CheckPredicate, 48, 76, 199, 0, // Skip to: 141058 |
18275 | | /* 90038 */ MCD_OPC_CheckField, 21, 1, 1, 69, 199, 0, // Skip to: 141058 |
18276 | | /* 90045 */ MCD_OPC_Decode, 141, 37, 188, 3, // Opcode: MLAv16i8 |
18277 | | /* 90050 */ MCD_OPC_FilterValue, 38, 33, 0, 0, // Skip to: 90088 |
18278 | | /* 90055 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18279 | | /* 90058 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 90073 |
18280 | | /* 90063 */ MCD_OPC_CheckPredicate, 48, 46, 199, 0, // Skip to: 141058 |
18281 | | /* 90068 */ MCD_OPC_Decode, 168, 15, 195, 3, // Opcode: CMEQv16i8rz |
18282 | | /* 90073 */ MCD_OPC_FilterValue, 33, 36, 199, 0, // Skip to: 141058 |
18283 | | /* 90078 */ MCD_OPC_CheckPredicate, 48, 31, 199, 0, // Skip to: 141058 |
18284 | | /* 90083 */ MCD_OPC_Decode, 206, 27, 195, 3, // Opcode: FRINTMv4f32 |
18285 | | /* 90088 */ MCD_OPC_FilterValue, 39, 17, 0, 0, // Skip to: 90110 |
18286 | | /* 90093 */ MCD_OPC_CheckPredicate, 48, 16, 199, 0, // Skip to: 141058 |
18287 | | /* 90098 */ MCD_OPC_CheckField, 21, 1, 1, 9, 199, 0, // Skip to: 141058 |
18288 | | /* 90105 */ MCD_OPC_Decode, 167, 38, 190, 3, // Opcode: MULv16i8 |
18289 | | /* 90110 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 90132 |
18290 | | /* 90115 */ MCD_OPC_CheckPredicate, 48, 250, 198, 0, // Skip to: 141058 |
18291 | | /* 90120 */ MCD_OPC_CheckField, 21, 1, 1, 243, 198, 0, // Skip to: 141058 |
18292 | | /* 90127 */ MCD_OPC_Decode, 254, 44, 188, 3, // Opcode: SMLSLv16i8_v8i16 |
18293 | | /* 90132 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 90154 |
18294 | | /* 90137 */ MCD_OPC_CheckPredicate, 48, 228, 198, 0, // Skip to: 141058 |
18295 | | /* 90142 */ MCD_OPC_CheckField, 21, 1, 1, 221, 198, 0, // Skip to: 141058 |
18296 | | /* 90149 */ MCD_OPC_Decode, 193, 43, 190, 3, // Opcode: SMAXPv16i8 |
18297 | | /* 90154 */ MCD_OPC_FilterValue, 42, 63, 0, 0, // Skip to: 90222 |
18298 | | /* 90159 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18299 | | /* 90162 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 90177 |
18300 | | /* 90167 */ MCD_OPC_CheckPredicate, 48, 198, 198, 0, // Skip to: 141058 |
18301 | | /* 90172 */ MCD_OPC_Decode, 245, 15, 195, 3, // Opcode: CMLTv16i8rz |
18302 | | /* 90177 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 90192 |
18303 | | /* 90182 */ MCD_OPC_CheckPredicate, 48, 183, 198, 0, // Skip to: 141058 |
18304 | | /* 90187 */ MCD_OPC_Decode, 218, 21, 195, 3, // Opcode: FCVTNSv4f32 |
18305 | | /* 90192 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 90207 |
18306 | | /* 90197 */ MCD_OPC_CheckPredicate, 48, 168, 198, 0, // Skip to: 141058 |
18307 | | /* 90202 */ MCD_OPC_Decode, 207, 43, 214, 3, // Opcode: SMAXVv16i8v |
18308 | | /* 90207 */ MCD_OPC_FilterValue, 49, 158, 198, 0, // Skip to: 141058 |
18309 | | /* 90212 */ MCD_OPC_CheckPredicate, 48, 153, 198, 0, // Skip to: 141058 |
18310 | | /* 90217 */ MCD_OPC_Decode, 137, 44, 214, 3, // Opcode: SMINVv16i8v |
18311 | | /* 90222 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 90244 |
18312 | | /* 90227 */ MCD_OPC_CheckPredicate, 48, 138, 198, 0, // Skip to: 141058 |
18313 | | /* 90232 */ MCD_OPC_CheckField, 21, 1, 1, 131, 198, 0, // Skip to: 141058 |
18314 | | /* 90239 */ MCD_OPC_Decode, 251, 43, 190, 3, // Opcode: SMINPv16i8 |
18315 | | /* 90244 */ MCD_OPC_FilterValue, 46, 48, 0, 0, // Skip to: 90297 |
18316 | | /* 90249 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18317 | | /* 90252 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 90267 |
18318 | | /* 90257 */ MCD_OPC_CheckPredicate, 48, 108, 198, 0, // Skip to: 141058 |
18319 | | /* 90262 */ MCD_OPC_Decode, 175, 11, 195, 3, // Opcode: ABSv16i8 |
18320 | | /* 90267 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 90282 |
18321 | | /* 90272 */ MCD_OPC_CheckPredicate, 48, 93, 198, 0, // Skip to: 141058 |
18322 | | /* 90277 */ MCD_OPC_Decode, 189, 21, 195, 3, // Opcode: FCVTMSv4f32 |
18323 | | /* 90282 */ MCD_OPC_FilterValue, 49, 83, 198, 0, // Skip to: 141058 |
18324 | | /* 90287 */ MCD_OPC_CheckPredicate, 48, 78, 198, 0, // Skip to: 141058 |
18325 | | /* 90292 */ MCD_OPC_Decode, 236, 11, 214, 3, // Opcode: ADDVv16i8v |
18326 | | /* 90297 */ MCD_OPC_FilterValue, 47, 17, 0, 0, // Skip to: 90319 |
18327 | | /* 90302 */ MCD_OPC_CheckPredicate, 48, 63, 198, 0, // Skip to: 141058 |
18328 | | /* 90307 */ MCD_OPC_CheckField, 21, 1, 1, 56, 198, 0, // Skip to: 141058 |
18329 | | /* 90314 */ MCD_OPC_Decode, 212, 11, 190, 3, // Opcode: ADDPv16i8 |
18330 | | /* 90319 */ MCD_OPC_FilterValue, 48, 17, 0, 0, // Skip to: 90341 |
18331 | | /* 90324 */ MCD_OPC_CheckPredicate, 48, 41, 198, 0, // Skip to: 141058 |
18332 | | /* 90329 */ MCD_OPC_CheckField, 21, 1, 1, 34, 198, 0, // Skip to: 141058 |
18333 | | /* 90336 */ MCD_OPC_Decode, 174, 45, 190, 3, // Opcode: SMULLv16i8_v8i16 |
18334 | | /* 90341 */ MCD_OPC_FilterValue, 49, 33, 0, 0, // Skip to: 90379 |
18335 | | /* 90346 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18336 | | /* 90349 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90364 |
18337 | | /* 90354 */ MCD_OPC_CheckPredicate, 52, 11, 198, 0, // Skip to: 141058 |
18338 | | /* 90359 */ MCD_OPC_Decode, 253, 24, 188, 3, // Opcode: FMLALLTBv4f32 |
18339 | | /* 90364 */ MCD_OPC_FilterValue, 1, 1, 198, 0, // Skip to: 141058 |
18340 | | /* 90369 */ MCD_OPC_CheckPredicate, 48, 252, 197, 0, // Skip to: 141058 |
18341 | | /* 90374 */ MCD_OPC_Decode, 222, 23, 190, 3, // Opcode: FMAXNMv4f32 |
18342 | | /* 90379 */ MCD_OPC_FilterValue, 50, 33, 0, 0, // Skip to: 90417 |
18343 | | /* 90384 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18344 | | /* 90387 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 90402 |
18345 | | /* 90392 */ MCD_OPC_CheckPredicate, 48, 229, 197, 0, // Skip to: 141058 |
18346 | | /* 90397 */ MCD_OPC_Decode, 150, 21, 195, 3, // Opcode: FCVTASv4f32 |
18347 | | /* 90402 */ MCD_OPC_FilterValue, 48, 219, 197, 0, // Skip to: 141058 |
18348 | | /* 90407 */ MCD_OPC_CheckPredicate, 53, 214, 197, 0, // Skip to: 141058 |
18349 | | /* 90412 */ MCD_OPC_Decode, 200, 23, 208, 3, // Opcode: FMAXNMVv8i16v |
18350 | | /* 90417 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 90439 |
18351 | | /* 90422 */ MCD_OPC_CheckPredicate, 48, 199, 197, 0, // Skip to: 141058 |
18352 | | /* 90427 */ MCD_OPC_CheckField, 21, 1, 1, 192, 197, 0, // Skip to: 141058 |
18353 | | /* 90434 */ MCD_OPC_Decode, 196, 25, 188, 3, // Opcode: FMLAv4f32 |
18354 | | /* 90439 */ MCD_OPC_FilterValue, 53, 17, 0, 0, // Skip to: 90461 |
18355 | | /* 90444 */ MCD_OPC_CheckPredicate, 48, 177, 197, 0, // Skip to: 141058 |
18356 | | /* 90449 */ MCD_OPC_CheckField, 21, 1, 1, 170, 197, 0, // Skip to: 141058 |
18357 | | /* 90456 */ MCD_OPC_Decode, 213, 19, 190, 3, // Opcode: FADDv4f32 |
18358 | | /* 90461 */ MCD_OPC_FilterValue, 54, 17, 0, 0, // Skip to: 90483 |
18359 | | /* 90466 */ MCD_OPC_CheckPredicate, 48, 155, 197, 0, // Skip to: 141058 |
18360 | | /* 90471 */ MCD_OPC_CheckField, 16, 6, 33, 148, 197, 0, // Skip to: 141058 |
18361 | | /* 90478 */ MCD_OPC_Decode, 152, 42, 195, 3, // Opcode: SCVTFv4f32 |
18362 | | /* 90483 */ MCD_OPC_FilterValue, 55, 17, 0, 0, // Skip to: 90505 |
18363 | | /* 90488 */ MCD_OPC_CheckPredicate, 48, 133, 197, 0, // Skip to: 141058 |
18364 | | /* 90493 */ MCD_OPC_CheckField, 21, 1, 1, 126, 197, 0, // Skip to: 141058 |
18365 | | /* 90500 */ MCD_OPC_Decode, 189, 26, 190, 3, // Opcode: FMULXv4f32 |
18366 | | /* 90505 */ MCD_OPC_FilterValue, 56, 17, 0, 0, // Skip to: 90527 |
18367 | | /* 90510 */ MCD_OPC_CheckPredicate, 48, 111, 197, 0, // Skip to: 141058 |
18368 | | /* 90515 */ MCD_OPC_CheckField, 21, 1, 1, 104, 197, 0, // Skip to: 141058 |
18369 | | /* 90522 */ MCD_OPC_Decode, 158, 39, 190, 3, // Opcode: PMULLv16i8 |
18370 | | /* 90527 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 90549 |
18371 | | /* 90532 */ MCD_OPC_CheckPredicate, 48, 89, 197, 0, // Skip to: 141058 |
18372 | | /* 90537 */ MCD_OPC_CheckField, 21, 1, 1, 82, 197, 0, // Skip to: 141058 |
18373 | | /* 90544 */ MCD_OPC_Decode, 155, 20, 190, 3, // Opcode: FCMEQv4f32 |
18374 | | /* 90549 */ MCD_OPC_FilterValue, 58, 17, 0, 0, // Skip to: 90571 |
18375 | | /* 90554 */ MCD_OPC_CheckPredicate, 54, 67, 197, 0, // Skip to: 141058 |
18376 | | /* 90559 */ MCD_OPC_CheckField, 16, 6, 33, 60, 197, 0, // Skip to: 141058 |
18377 | | /* 90566 */ MCD_OPC_Decode, 160, 27, 195, 3, // Opcode: FRINT32Zv4f32 |
18378 | | /* 90571 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 90593 |
18379 | | /* 90576 */ MCD_OPC_CheckPredicate, 55, 45, 197, 0, // Skip to: 141058 |
18380 | | /* 90581 */ MCD_OPC_CheckField, 21, 1, 1, 38, 197, 0, // Skip to: 141058 |
18381 | | /* 90588 */ MCD_OPC_Decode, 163, 25, 188, 3, // Opcode: FMLALv8f16 |
18382 | | /* 90593 */ MCD_OPC_FilterValue, 61, 33, 0, 0, // Skip to: 90631 |
18383 | | /* 90598 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18384 | | /* 90601 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90616 |
18385 | | /* 90606 */ MCD_OPC_CheckPredicate, 56, 15, 197, 0, // Skip to: 141058 |
18386 | | /* 90611 */ MCD_OPC_Decode, 239, 21, 188, 3, // Opcode: FCVTN_F32_F82v16f8 |
18387 | | /* 90616 */ MCD_OPC_FilterValue, 1, 5, 197, 0, // Skip to: 141058 |
18388 | | /* 90621 */ MCD_OPC_CheckPredicate, 48, 0, 197, 0, // Skip to: 141058 |
18389 | | /* 90626 */ MCD_OPC_Decode, 138, 24, 190, 3, // Opcode: FMAXv4f32 |
18390 | | /* 90631 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 90669 |
18391 | | /* 90636 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18392 | | /* 90639 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 90654 |
18393 | | /* 90644 */ MCD_OPC_CheckPredicate, 54, 233, 196, 0, // Skip to: 141058 |
18394 | | /* 90649 */ MCD_OPC_Decode, 170, 27, 195, 3, // Opcode: FRINT64Zv4f32 |
18395 | | /* 90654 */ MCD_OPC_FilterValue, 48, 223, 196, 0, // Skip to: 141058 |
18396 | | /* 90659 */ MCD_OPC_CheckPredicate, 53, 218, 196, 0, // Skip to: 141058 |
18397 | | /* 90664 */ MCD_OPC_Decode, 244, 23, 208, 3, // Opcode: FMAXVv8i16v |
18398 | | /* 90669 */ MCD_OPC_FilterValue, 63, 208, 196, 0, // Skip to: 141058 |
18399 | | /* 90674 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18400 | | /* 90677 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90692 |
18401 | | /* 90682 */ MCD_OPC_CheckPredicate, 57, 195, 196, 0, // Skip to: 141058 |
18402 | | /* 90687 */ MCD_OPC_Decode, 155, 23, 188, 3, // Opcode: FDOTv4f32 |
18403 | | /* 90692 */ MCD_OPC_FilterValue, 1, 185, 196, 0, // Skip to: 141058 |
18404 | | /* 90697 */ MCD_OPC_CheckPredicate, 48, 180, 196, 0, // Skip to: 141058 |
18405 | | /* 90702 */ MCD_OPC_Decode, 143, 27, 190, 3, // Opcode: FRECPSv4f32 |
18406 | | /* 90707 */ MCD_OPC_FilterValue, 3, 143, 5, 0, // Skip to: 92135 |
18407 | | /* 90712 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
18408 | | /* 90715 */ MCD_OPC_FilterValue, 0, 232, 2, 0, // Skip to: 91464 |
18409 | | /* 90720 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
18410 | | /* 90723 */ MCD_OPC_FilterValue, 0, 119, 1, 0, // Skip to: 91103 |
18411 | | /* 90728 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18412 | | /* 90731 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90746 |
18413 | | /* 90736 */ MCD_OPC_CheckPredicate, 48, 141, 196, 0, // Skip to: 141058 |
18414 | | /* 90741 */ MCD_OPC_Decode, 242, 18, 215, 3, // Opcode: EXTv16i8 |
18415 | | /* 90746 */ MCD_OPC_FilterValue, 1, 131, 196, 0, // Skip to: 141058 |
18416 | | /* 90751 */ MCD_OPC_ExtractField, 11, 4, // Inst{14-11} ... |
18417 | | /* 90754 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90769 |
18418 | | /* 90759 */ MCD_OPC_CheckPredicate, 48, 118, 196, 0, // Skip to: 141058 |
18419 | | /* 90764 */ MCD_OPC_Decode, 172, 56, 190, 3, // Opcode: UADDLv16i8_v8i16 |
18420 | | /* 90769 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 90791 |
18421 | | /* 90774 */ MCD_OPC_CheckPredicate, 48, 103, 196, 0, // Skip to: 141058 |
18422 | | /* 90779 */ MCD_OPC_CheckField, 16, 5, 0, 96, 196, 0, // Skip to: 141058 |
18423 | | /* 90786 */ MCD_OPC_Decode, 204, 40, 195, 3, // Opcode: REV32v16i8 |
18424 | | /* 90791 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 90806 |
18425 | | /* 90796 */ MCD_OPC_CheckPredicate, 48, 81, 196, 0, // Skip to: 141058 |
18426 | | /* 90801 */ MCD_OPC_Decode, 188, 56, 190, 3, // Opcode: UADDWv16i8_v8i16 |
18427 | | /* 90806 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 90821 |
18428 | | /* 90811 */ MCD_OPC_CheckPredicate, 48, 66, 196, 0, // Skip to: 141058 |
18429 | | /* 90816 */ MCD_OPC_Decode, 148, 62, 190, 3, // Opcode: USUBLv16i8_v8i16 |
18430 | | /* 90821 */ MCD_OPC_FilterValue, 5, 32, 0, 0, // Skip to: 90858 |
18431 | | /* 90826 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18432 | | /* 90829 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90844 |
18433 | | /* 90834 */ MCD_OPC_CheckPredicate, 48, 43, 196, 0, // Skip to: 141058 |
18434 | | /* 90839 */ MCD_OPC_Decode, 158, 56, 195, 3, // Opcode: UADDLPv16i8_v8i16 |
18435 | | /* 90844 */ MCD_OPC_FilterValue, 1, 33, 196, 0, // Skip to: 141058 |
18436 | | /* 90849 */ MCD_OPC_CheckPredicate, 48, 28, 196, 0, // Skip to: 141058 |
18437 | | /* 90854 */ MCD_OPC_Decode, 151, 49, 1, // Opcode: SQXTUNv16i8 |
18438 | | /* 90858 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 90873 |
18439 | | /* 90863 */ MCD_OPC_CheckPredicate, 48, 14, 196, 0, // Skip to: 141058 |
18440 | | /* 90868 */ MCD_OPC_Decode, 160, 62, 190, 3, // Opcode: USUBWv16i8_v8i16 |
18441 | | /* 90873 */ MCD_OPC_FilterValue, 7, 47, 0, 0, // Skip to: 90925 |
18442 | | /* 90878 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18443 | | /* 90881 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 90895 |
18444 | | /* 90886 */ MCD_OPC_CheckPredicate, 48, 247, 195, 0, // Skip to: 141058 |
18445 | | /* 90891 */ MCD_OPC_Decode, 247, 61, 1, // Opcode: USQADDv16i8 |
18446 | | /* 90895 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 90910 |
18447 | | /* 90900 */ MCD_OPC_CheckPredicate, 48, 233, 195, 0, // Skip to: 141058 |
18448 | | /* 90905 */ MCD_OPC_Decode, 253, 42, 195, 3, // Opcode: SHLLv16i8 |
18449 | | /* 90910 */ MCD_OPC_FilterValue, 16, 223, 195, 0, // Skip to: 141058 |
18450 | | /* 90915 */ MCD_OPC_CheckPredicate, 48, 218, 195, 0, // Skip to: 141058 |
18451 | | /* 90920 */ MCD_OPC_Decode, 167, 56, 208, 3, // Opcode: UADDLVv16i8v |
18452 | | /* 90925 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 90940 |
18453 | | /* 90930 */ MCD_OPC_CheckPredicate, 48, 203, 195, 0, // Skip to: 141058 |
18454 | | /* 90935 */ MCD_OPC_Decode, 239, 39, 188, 3, // Opcode: RADDHNv8i16_v16i8 |
18455 | | /* 90940 */ MCD_OPC_FilterValue, 9, 32, 0, 0, // Skip to: 90977 |
18456 | | /* 90945 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18457 | | /* 90948 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 90963 |
18458 | | /* 90953 */ MCD_OPC_CheckPredicate, 48, 180, 195, 0, // Skip to: 141058 |
18459 | | /* 90958 */ MCD_OPC_Decode, 161, 15, 195, 3, // Opcode: CLZv16i8 |
18460 | | /* 90963 */ MCD_OPC_FilterValue, 1, 170, 195, 0, // Skip to: 141058 |
18461 | | /* 90968 */ MCD_OPC_CheckPredicate, 48, 165, 195, 0, // Skip to: 141058 |
18462 | | /* 90973 */ MCD_OPC_Decode, 236, 60, 1, // Opcode: UQXTNv16i8 |
18463 | | /* 90977 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 90992 |
18464 | | /* 90982 */ MCD_OPC_CheckPredicate, 48, 151, 195, 0, // Skip to: 141058 |
18465 | | /* 90987 */ MCD_OPC_Decode, 236, 55, 188, 3, // Opcode: UABALv16i8_v8i16 |
18466 | | /* 90992 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 91014 |
18467 | | /* 90997 */ MCD_OPC_CheckPredicate, 48, 136, 195, 0, // Skip to: 141058 |
18468 | | /* 91002 */ MCD_OPC_CheckField, 16, 5, 0, 129, 195, 0, // Skip to: 141058 |
18469 | | /* 91009 */ MCD_OPC_Decode, 206, 38, 195, 3, // Opcode: NOTv16i8 |
18470 | | /* 91014 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 91029 |
18471 | | /* 91019 */ MCD_OPC_CheckPredicate, 48, 114, 195, 0, // Skip to: 141058 |
18472 | | /* 91024 */ MCD_OPC_Decode, 129, 41, 188, 3, // Opcode: RSUBHNv8i16_v16i8 |
18473 | | /* 91029 */ MCD_OPC_FilterValue, 13, 16, 0, 0, // Skip to: 91050 |
18474 | | /* 91034 */ MCD_OPC_CheckPredicate, 48, 99, 195, 0, // Skip to: 141058 |
18475 | | /* 91039 */ MCD_OPC_CheckField, 16, 5, 0, 92, 195, 0, // Skip to: 141058 |
18476 | | /* 91046 */ MCD_OPC_Decode, 149, 56, 1, // Opcode: UADALPv16i8_v8i16 |
18477 | | /* 91050 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 91065 |
18478 | | /* 91055 */ MCD_OPC_CheckPredicate, 48, 78, 195, 0, // Skip to: 141058 |
18479 | | /* 91060 */ MCD_OPC_Decode, 130, 56, 190, 3, // Opcode: UABDLv16i8_v8i16 |
18480 | | /* 91065 */ MCD_OPC_FilterValue, 15, 68, 195, 0, // Skip to: 141058 |
18481 | | /* 91070 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18482 | | /* 91073 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 91088 |
18483 | | /* 91078 */ MCD_OPC_CheckPredicate, 48, 55, 195, 0, // Skip to: 141058 |
18484 | | /* 91083 */ MCD_OPC_Decode, 145, 47, 195, 3, // Opcode: SQNEGv16i8 |
18485 | | /* 91088 */ MCD_OPC_FilterValue, 1, 45, 195, 0, // Skip to: 141058 |
18486 | | /* 91093 */ MCD_OPC_CheckPredicate, 56, 40, 195, 0, // Skip to: 141058 |
18487 | | /* 91098 */ MCD_OPC_Decode, 244, 18, 195, 3, // Opcode: F1CVTL2v8f16 |
18488 | | /* 91103 */ MCD_OPC_FilterValue, 1, 30, 195, 0, // Skip to: 141058 |
18489 | | /* 91108 */ MCD_OPC_ExtractField, 11, 4, // Inst{14-11} ... |
18490 | | /* 91111 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 91133 |
18491 | | /* 91116 */ MCD_OPC_CheckPredicate, 48, 17, 195, 0, // Skip to: 141058 |
18492 | | /* 91121 */ MCD_OPC_CheckField, 21, 1, 1, 10, 195, 0, // Skip to: 141058 |
18493 | | /* 91128 */ MCD_OPC_Decode, 197, 58, 188, 3, // Opcode: UMLALv16i8_v8i16 |
18494 | | /* 91133 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 91171 |
18495 | | /* 91138 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18496 | | /* 91141 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 91156 |
18497 | | /* 91146 */ MCD_OPC_CheckPredicate, 48, 243, 194, 0, // Skip to: 141058 |
18498 | | /* 91151 */ MCD_OPC_Decode, 184, 15, 195, 3, // Opcode: CMGEv16i8rz |
18499 | | /* 91156 */ MCD_OPC_FilterValue, 33, 233, 194, 0, // Skip to: 141058 |
18500 | | /* 91161 */ MCD_OPC_CheckPredicate, 48, 228, 194, 0, // Skip to: 141058 |
18501 | | /* 91166 */ MCD_OPC_Decode, 182, 27, 195, 3, // Opcode: FRINTAv4f32 |
18502 | | /* 91171 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 91209 |
18503 | | /* 91176 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18504 | | /* 91179 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 91194 |
18505 | | /* 91184 */ MCD_OPC_CheckPredicate, 48, 205, 194, 0, // Skip to: 141058 |
18506 | | /* 91189 */ MCD_OPC_Decode, 237, 15, 195, 3, // Opcode: CMLEv16i8rz |
18507 | | /* 91194 */ MCD_OPC_FilterValue, 33, 195, 194, 0, // Skip to: 141058 |
18508 | | /* 91199 */ MCD_OPC_CheckPredicate, 48, 190, 194, 0, // Skip to: 141058 |
18509 | | /* 91204 */ MCD_OPC_Decode, 243, 27, 195, 3, // Opcode: FRINTXv4f32 |
18510 | | /* 91209 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 91231 |
18511 | | /* 91214 */ MCD_OPC_CheckPredicate, 48, 175, 194, 0, // Skip to: 141058 |
18512 | | /* 91219 */ MCD_OPC_CheckField, 21, 1, 1, 168, 194, 0, // Skip to: 141058 |
18513 | | /* 91226 */ MCD_OPC_Decode, 241, 58, 188, 3, // Opcode: UMLSLv16i8_v8i16 |
18514 | | /* 91231 */ MCD_OPC_FilterValue, 5, 48, 0, 0, // Skip to: 91284 |
18515 | | /* 91236 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18516 | | /* 91239 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 91254 |
18517 | | /* 91244 */ MCD_OPC_CheckPredicate, 48, 145, 194, 0, // Skip to: 141058 |
18518 | | /* 91249 */ MCD_OPC_Decode, 235, 21, 195, 3, // Opcode: FCVTNUv4f32 |
18519 | | /* 91254 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 91269 |
18520 | | /* 91259 */ MCD_OPC_CheckPredicate, 48, 130, 194, 0, // Skip to: 141058 |
18521 | | /* 91264 */ MCD_OPC_Decode, 195, 57, 214, 3, // Opcode: UMAXVv16i8v |
18522 | | /* 91269 */ MCD_OPC_FilterValue, 49, 120, 194, 0, // Skip to: 141058 |
18523 | | /* 91274 */ MCD_OPC_CheckPredicate, 48, 115, 194, 0, // Skip to: 141058 |
18524 | | /* 91279 */ MCD_OPC_Decode, 252, 57, 214, 3, // Opcode: UMINVv16i8v |
18525 | | /* 91284 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 91322 |
18526 | | /* 91289 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18527 | | /* 91292 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 91307 |
18528 | | /* 91297 */ MCD_OPC_CheckPredicate, 48, 92, 194, 0, // Skip to: 141058 |
18529 | | /* 91302 */ MCD_OPC_Decode, 190, 38, 195, 3, // Opcode: NEGv16i8 |
18530 | | /* 91307 */ MCD_OPC_FilterValue, 33, 82, 194, 0, // Skip to: 141058 |
18531 | | /* 91312 */ MCD_OPC_CheckPredicate, 48, 77, 194, 0, // Skip to: 141058 |
18532 | | /* 91317 */ MCD_OPC_Decode, 203, 21, 195, 3, // Opcode: FCVTMUv4f32 |
18533 | | /* 91322 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 91344 |
18534 | | /* 91327 */ MCD_OPC_CheckPredicate, 48, 62, 194, 0, // Skip to: 141058 |
18535 | | /* 91332 */ MCD_OPC_CheckField, 21, 1, 1, 55, 194, 0, // Skip to: 141058 |
18536 | | /* 91339 */ MCD_OPC_Decode, 159, 59, 190, 3, // Opcode: UMULLv16i8_v8i16 |
18537 | | /* 91344 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 91382 |
18538 | | /* 91349 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18539 | | /* 91352 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 91367 |
18540 | | /* 91357 */ MCD_OPC_CheckPredicate, 48, 32, 194, 0, // Skip to: 141058 |
18541 | | /* 91362 */ MCD_OPC_Decode, 164, 21, 195, 3, // Opcode: FCVTAUv4f32 |
18542 | | /* 91367 */ MCD_OPC_FilterValue, 48, 22, 194, 0, // Skip to: 141058 |
18543 | | /* 91372 */ MCD_OPC_CheckPredicate, 48, 17, 194, 0, // Skip to: 141058 |
18544 | | /* 91377 */ MCD_OPC_Decode, 199, 23, 216, 3, // Opcode: FMAXNMVv4i32v |
18545 | | /* 91382 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 91404 |
18546 | | /* 91387 */ MCD_OPC_CheckPredicate, 48, 2, 194, 0, // Skip to: 141058 |
18547 | | /* 91392 */ MCD_OPC_CheckField, 16, 6, 33, 251, 193, 0, // Skip to: 141058 |
18548 | | /* 91399 */ MCD_OPC_Decode, 240, 56, 195, 3, // Opcode: UCVTFv4f32 |
18549 | | /* 91404 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 91426 |
18550 | | /* 91409 */ MCD_OPC_CheckPredicate, 54, 236, 193, 0, // Skip to: 141058 |
18551 | | /* 91414 */ MCD_OPC_CheckField, 16, 6, 33, 229, 193, 0, // Skip to: 141058 |
18552 | | /* 91421 */ MCD_OPC_Decode, 155, 27, 195, 3, // Opcode: FRINT32Xv4f32 |
18553 | | /* 91426 */ MCD_OPC_FilterValue, 15, 219, 193, 0, // Skip to: 141058 |
18554 | | /* 91431 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18555 | | /* 91434 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 91449 |
18556 | | /* 91439 */ MCD_OPC_CheckPredicate, 54, 206, 193, 0, // Skip to: 141058 |
18557 | | /* 91444 */ MCD_OPC_Decode, 165, 27, 195, 3, // Opcode: FRINT64Xv4f32 |
18558 | | /* 91449 */ MCD_OPC_FilterValue, 48, 196, 193, 0, // Skip to: 141058 |
18559 | | /* 91454 */ MCD_OPC_CheckPredicate, 48, 191, 193, 0, // Skip to: 141058 |
18560 | | /* 91459 */ MCD_OPC_Decode, 243, 23, 216, 3, // Opcode: FMAXVv4i32v |
18561 | | /* 91464 */ MCD_OPC_FilterValue, 1, 181, 193, 0, // Skip to: 141058 |
18562 | | /* 91469 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
18563 | | /* 91472 */ MCD_OPC_FilterValue, 0, 86, 1, 0, // Skip to: 91819 |
18564 | | /* 91477 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18565 | | /* 91480 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 91571 |
18566 | | /* 91485 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
18567 | | /* 91488 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 91556 |
18568 | | /* 91493 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
18569 | | /* 91496 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 91541 |
18570 | | /* 91501 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
18571 | | /* 91504 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 91526 |
18572 | | /* 91509 */ MCD_OPC_CheckPredicate, 48, 136, 193, 0, // Skip to: 141058 |
18573 | | /* 91514 */ MCD_OPC_CheckField, 19, 1, 1, 129, 193, 0, // Skip to: 141058 |
18574 | | /* 91521 */ MCD_OPC_Decode, 168, 30, 217, 3, // Opcode: INSvi64lane |
18575 | | /* 91526 */ MCD_OPC_FilterValue, 1, 119, 193, 0, // Skip to: 141058 |
18576 | | /* 91531 */ MCD_OPC_CheckPredicate, 48, 114, 193, 0, // Skip to: 141058 |
18577 | | /* 91536 */ MCD_OPC_Decode, 166, 30, 218, 3, // Opcode: INSvi32lane |
18578 | | /* 91541 */ MCD_OPC_FilterValue, 1, 104, 193, 0, // Skip to: 141058 |
18579 | | /* 91546 */ MCD_OPC_CheckPredicate, 48, 99, 193, 0, // Skip to: 141058 |
18580 | | /* 91551 */ MCD_OPC_Decode, 164, 30, 219, 3, // Opcode: INSvi16lane |
18581 | | /* 91556 */ MCD_OPC_FilterValue, 1, 89, 193, 0, // Skip to: 141058 |
18582 | | /* 91561 */ MCD_OPC_CheckPredicate, 48, 84, 193, 0, // Skip to: 141058 |
18583 | | /* 91566 */ MCD_OPC_Decode, 170, 30, 220, 3, // Opcode: INSvi8lane |
18584 | | /* 91571 */ MCD_OPC_FilterValue, 1, 74, 193, 0, // Skip to: 141058 |
18585 | | /* 91576 */ MCD_OPC_ExtractField, 11, 4, // Inst{14-11} ... |
18586 | | /* 91579 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 91594 |
18587 | | /* 91584 */ MCD_OPC_CheckPredicate, 48, 61, 193, 0, // Skip to: 141058 |
18588 | | /* 91589 */ MCD_OPC_Decode, 156, 57, 190, 3, // Opcode: UHADDv16i8 |
18589 | | /* 91594 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 91609 |
18590 | | /* 91599 */ MCD_OPC_CheckPredicate, 48, 46, 193, 0, // Skip to: 141058 |
18591 | | /* 91604 */ MCD_OPC_Decode, 181, 59, 190, 3, // Opcode: UQADDv16i8 |
18592 | | /* 91609 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 91624 |
18593 | | /* 91614 */ MCD_OPC_CheckPredicate, 48, 31, 193, 0, // Skip to: 141058 |
18594 | | /* 91619 */ MCD_OPC_Decode, 252, 60, 190, 3, // Opcode: URHADDv16i8 |
18595 | | /* 91624 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 91639 |
18596 | | /* 91629 */ MCD_OPC_CheckPredicate, 48, 16, 193, 0, // Skip to: 141058 |
18597 | | /* 91634 */ MCD_OPC_Decode, 220, 18, 190, 3, // Opcode: EORv16i8 |
18598 | | /* 91639 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 91654 |
18599 | | /* 91644 */ MCD_OPC_CheckPredicate, 48, 1, 193, 0, // Skip to: 141058 |
18600 | | /* 91649 */ MCD_OPC_Decode, 170, 57, 190, 3, // Opcode: UHSUBv16i8 |
18601 | | /* 91654 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 91669 |
18602 | | /* 91659 */ MCD_OPC_CheckPredicate, 48, 242, 192, 0, // Skip to: 141058 |
18603 | | /* 91664 */ MCD_OPC_Decode, 219, 60, 190, 3, // Opcode: UQSUBv16i8 |
18604 | | /* 91669 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 91684 |
18605 | | /* 91674 */ MCD_OPC_CheckPredicate, 48, 227, 192, 0, // Skip to: 141058 |
18606 | | /* 91679 */ MCD_OPC_Decode, 215, 15, 190, 3, // Opcode: CMHIv16i8 |
18607 | | /* 91684 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 91699 |
18608 | | /* 91689 */ MCD_OPC_CheckPredicate, 48, 212, 192, 0, // Skip to: 141058 |
18609 | | /* 91694 */ MCD_OPC_Decode, 223, 15, 190, 3, // Opcode: CMHSv16i8 |
18610 | | /* 91699 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 91714 |
18611 | | /* 91704 */ MCD_OPC_CheckPredicate, 48, 197, 192, 0, // Skip to: 141058 |
18612 | | /* 91709 */ MCD_OPC_Decode, 213, 61, 190, 3, // Opcode: USHLv16i8 |
18613 | | /* 91714 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 91729 |
18614 | | /* 91719 */ MCD_OPC_CheckPredicate, 48, 182, 192, 0, // Skip to: 141058 |
18615 | | /* 91724 */ MCD_OPC_Decode, 170, 60, 190, 3, // Opcode: UQSHLv16i8 |
18616 | | /* 91729 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 91744 |
18617 | | /* 91734 */ MCD_OPC_CheckPredicate, 48, 167, 192, 0, // Skip to: 141058 |
18618 | | /* 91739 */ MCD_OPC_Decode, 154, 61, 190, 3, // Opcode: URSHLv16i8 |
18619 | | /* 91744 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 91759 |
18620 | | /* 91749 */ MCD_OPC_CheckPredicate, 48, 152, 192, 0, // Skip to: 141058 |
18621 | | /* 91754 */ MCD_OPC_Decode, 250, 59, 190, 3, // Opcode: UQRSHLv16i8 |
18622 | | /* 91759 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 91774 |
18623 | | /* 91764 */ MCD_OPC_CheckPredicate, 48, 137, 192, 0, // Skip to: 141058 |
18624 | | /* 91769 */ MCD_OPC_Decode, 228, 57, 190, 3, // Opcode: UMAXv16i8 |
18625 | | /* 91774 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 91789 |
18626 | | /* 91779 */ MCD_OPC_CheckPredicate, 48, 122, 192, 0, // Skip to: 141058 |
18627 | | /* 91784 */ MCD_OPC_Decode, 157, 58, 190, 3, // Opcode: UMINv16i8 |
18628 | | /* 91789 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 91804 |
18629 | | /* 91794 */ MCD_OPC_CheckPredicate, 48, 107, 192, 0, // Skip to: 141058 |
18630 | | /* 91799 */ MCD_OPC_Decode, 140, 56, 190, 3, // Opcode: UABDv16i8 |
18631 | | /* 91804 */ MCD_OPC_FilterValue, 15, 97, 192, 0, // Skip to: 141058 |
18632 | | /* 91809 */ MCD_OPC_CheckPredicate, 48, 92, 192, 0, // Skip to: 141058 |
18633 | | /* 91814 */ MCD_OPC_Decode, 246, 55, 188, 3, // Opcode: UABAv16i8 |
18634 | | /* 91819 */ MCD_OPC_FilterValue, 1, 82, 192, 0, // Skip to: 141058 |
18635 | | /* 91824 */ MCD_OPC_ExtractField, 11, 4, // Inst{14-11} ... |
18636 | | /* 91827 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 91849 |
18637 | | /* 91832 */ MCD_OPC_CheckPredicate, 48, 69, 192, 0, // Skip to: 141058 |
18638 | | /* 91837 */ MCD_OPC_CheckField, 21, 1, 1, 62, 192, 0, // Skip to: 141058 |
18639 | | /* 91844 */ MCD_OPC_Decode, 194, 54, 190, 3, // Opcode: SUBv16i8 |
18640 | | /* 91849 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 91871 |
18641 | | /* 91854 */ MCD_OPC_CheckPredicate, 48, 47, 192, 0, // Skip to: 141058 |
18642 | | /* 91859 */ MCD_OPC_CheckField, 21, 1, 1, 40, 192, 0, // Skip to: 141058 |
18643 | | /* 91866 */ MCD_OPC_Decode, 167, 15, 190, 3, // Opcode: CMEQv16i8 |
18644 | | /* 91871 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 91893 |
18645 | | /* 91876 */ MCD_OPC_CheckPredicate, 48, 25, 192, 0, // Skip to: 141058 |
18646 | | /* 91881 */ MCD_OPC_CheckField, 21, 1, 1, 18, 192, 0, // Skip to: 141058 |
18647 | | /* 91888 */ MCD_OPC_Decode, 158, 37, 188, 3, // Opcode: MLSv16i8 |
18648 | | /* 91893 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 91915 |
18649 | | /* 91898 */ MCD_OPC_CheckPredicate, 48, 3, 192, 0, // Skip to: 141058 |
18650 | | /* 91903 */ MCD_OPC_CheckField, 21, 1, 1, 252, 191, 0, // Skip to: 141058 |
18651 | | /* 91910 */ MCD_OPC_Decode, 163, 39, 190, 3, // Opcode: PMULv16i8 |
18652 | | /* 91915 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 91937 |
18653 | | /* 91920 */ MCD_OPC_CheckPredicate, 48, 237, 191, 0, // Skip to: 141058 |
18654 | | /* 91925 */ MCD_OPC_CheckField, 21, 1, 1, 230, 191, 0, // Skip to: 141058 |
18655 | | /* 91932 */ MCD_OPC_Decode, 181, 57, 190, 3, // Opcode: UMAXPv16i8 |
18656 | | /* 91937 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 91959 |
18657 | | /* 91942 */ MCD_OPC_CheckPredicate, 48, 215, 191, 0, // Skip to: 141058 |
18658 | | /* 91947 */ MCD_OPC_CheckField, 21, 1, 1, 208, 191, 0, // Skip to: 141058 |
18659 | | /* 91954 */ MCD_OPC_Decode, 238, 57, 190, 3, // Opcode: UMINPv16i8 |
18660 | | /* 91959 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 91981 |
18661 | | /* 91964 */ MCD_OPC_CheckPredicate, 48, 193, 191, 0, // Skip to: 141058 |
18662 | | /* 91969 */ MCD_OPC_CheckField, 21, 1, 1, 186, 191, 0, // Skip to: 141058 |
18663 | | /* 91976 */ MCD_OPC_Decode, 189, 23, 190, 3, // Opcode: FMAXNMPv4f32 |
18664 | | /* 91981 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 92003 |
18665 | | /* 91986 */ MCD_OPC_CheckPredicate, 55, 171, 191, 0, // Skip to: 141058 |
18666 | | /* 91991 */ MCD_OPC_CheckField, 21, 1, 1, 164, 191, 0, // Skip to: 141058 |
18667 | | /* 91998 */ MCD_OPC_Decode, 235, 24, 188, 3, // Opcode: FMLAL2v8f16 |
18668 | | /* 92003 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 92025 |
18669 | | /* 92008 */ MCD_OPC_CheckPredicate, 48, 149, 191, 0, // Skip to: 141058 |
18670 | | /* 92013 */ MCD_OPC_CheckField, 21, 1, 1, 142, 191, 0, // Skip to: 141058 |
18671 | | /* 92020 */ MCD_OPC_Decode, 186, 19, 190, 3, // Opcode: FADDPv4f32 |
18672 | | /* 92025 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 92047 |
18673 | | /* 92030 */ MCD_OPC_CheckPredicate, 48, 127, 191, 0, // Skip to: 141058 |
18674 | | /* 92035 */ MCD_OPC_CheckField, 21, 1, 1, 120, 191, 0, // Skip to: 141058 |
18675 | | /* 92042 */ MCD_OPC_Decode, 214, 26, 190, 3, // Opcode: FMULv4f32 |
18676 | | /* 92047 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 92069 |
18677 | | /* 92052 */ MCD_OPC_CheckPredicate, 48, 105, 191, 0, // Skip to: 141058 |
18678 | | /* 92057 */ MCD_OPC_CheckField, 21, 1, 1, 98, 191, 0, // Skip to: 141058 |
18679 | | /* 92064 */ MCD_OPC_Decode, 177, 20, 190, 3, // Opcode: FCMGEv4f32 |
18680 | | /* 92069 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 92091 |
18681 | | /* 92074 */ MCD_OPC_CheckPredicate, 48, 83, 191, 0, // Skip to: 141058 |
18682 | | /* 92079 */ MCD_OPC_CheckField, 21, 1, 1, 76, 191, 0, // Skip to: 141058 |
18683 | | /* 92086 */ MCD_OPC_Decode, 159, 19, 190, 3, // Opcode: FACGEv4f32 |
18684 | | /* 92091 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 92113 |
18685 | | /* 92096 */ MCD_OPC_CheckPredicate, 48, 61, 191, 0, // Skip to: 141058 |
18686 | | /* 92101 */ MCD_OPC_CheckField, 21, 1, 1, 54, 191, 0, // Skip to: 141058 |
18687 | | /* 92108 */ MCD_OPC_Decode, 233, 23, 190, 3, // Opcode: FMAXPv4f32 |
18688 | | /* 92113 */ MCD_OPC_FilterValue, 15, 44, 191, 0, // Skip to: 141058 |
18689 | | /* 92118 */ MCD_OPC_CheckPredicate, 48, 39, 191, 0, // Skip to: 141058 |
18690 | | /* 92123 */ MCD_OPC_CheckField, 21, 1, 1, 32, 191, 0, // Skip to: 141058 |
18691 | | /* 92130 */ MCD_OPC_Decode, 251, 22, 190, 3, // Opcode: FDIVv4f32 |
18692 | | /* 92135 */ MCD_OPC_FilterValue, 6, 22, 191, 0, // Skip to: 141058 |
18693 | | /* 92140 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18694 | | /* 92143 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 92165 |
18695 | | /* 92148 */ MCD_OPC_CheckPredicate, 59, 9, 191, 0, // Skip to: 141058 |
18696 | | /* 92153 */ MCD_OPC_CheckField, 15, 1, 0, 2, 191, 0, // Skip to: 141058 |
18697 | | /* 92160 */ MCD_OPC_Decode, 190, 18, 221, 3, // Opcode: EOR3 |
18698 | | /* 92165 */ MCD_OPC_FilterValue, 1, 248, 190, 0, // Skip to: 141058 |
18699 | | /* 92170 */ MCD_OPC_CheckPredicate, 59, 243, 190, 0, // Skip to: 141058 |
18700 | | /* 92175 */ MCD_OPC_CheckField, 15, 1, 0, 236, 190, 0, // Skip to: 141058 |
18701 | | /* 92182 */ MCD_OPC_Decode, 137, 13, 221, 3, // Opcode: BCAX |
18702 | | /* 92187 */ MCD_OPC_FilterValue, 9, 28, 28, 0, // Skip to: 99388 |
18703 | | /* 92192 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
18704 | | /* 92195 */ MCD_OPC_FilterValue, 0, 70, 6, 0, // Skip to: 93806 |
18705 | | /* 92200 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
18706 | | /* 92203 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 92225 |
18707 | | /* 92208 */ MCD_OPC_CheckPredicate, 48, 205, 190, 0, // Skip to: 141058 |
18708 | | /* 92213 */ MCD_OPC_CheckField, 21, 1, 1, 198, 190, 0, // Skip to: 141058 |
18709 | | /* 92220 */ MCD_OPC_Decode, 206, 41, 161, 3, // Opcode: SADDLv4i16_v4i32 |
18710 | | /* 92225 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 92263 |
18711 | | /* 92230 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18712 | | /* 92233 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92248 |
18713 | | /* 92238 */ MCD_OPC_CheckPredicate, 53, 175, 190, 0, // Skip to: 141058 |
18714 | | /* 92243 */ MCD_OPC_Decode, 221, 23, 165, 3, // Opcode: FMAXNMv4f16 |
18715 | | /* 92248 */ MCD_OPC_FilterValue, 1, 165, 190, 0, // Skip to: 141058 |
18716 | | /* 92253 */ MCD_OPC_CheckPredicate, 48, 160, 190, 0, // Skip to: 141058 |
18717 | | /* 92258 */ MCD_OPC_Decode, 249, 42, 165, 3, // Opcode: SHADDv4i16 |
18718 | | /* 92263 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 92285 |
18719 | | /* 92268 */ MCD_OPC_CheckPredicate, 48, 145, 190, 0, // Skip to: 141058 |
18720 | | /* 92273 */ MCD_OPC_CheckField, 16, 6, 32, 138, 190, 0, // Skip to: 141058 |
18721 | | /* 92280 */ MCD_OPC_Decode, 210, 40, 166, 3, // Opcode: REV64v4i16 |
18722 | | /* 92285 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 92323 |
18723 | | /* 92290 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18724 | | /* 92293 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92308 |
18725 | | /* 92298 */ MCD_OPC_CheckPredicate, 53, 115, 190, 0, // Skip to: 141058 |
18726 | | /* 92303 */ MCD_OPC_Decode, 195, 25, 186, 3, // Opcode: FMLAv4f16 |
18727 | | /* 92308 */ MCD_OPC_FilterValue, 1, 105, 190, 0, // Skip to: 141058 |
18728 | | /* 92313 */ MCD_OPC_CheckPredicate, 48, 100, 190, 0, // Skip to: 141058 |
18729 | | /* 92318 */ MCD_OPC_Decode, 226, 45, 165, 3, // Opcode: SQADDv4i16 |
18730 | | /* 92323 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 92345 |
18731 | | /* 92328 */ MCD_OPC_CheckPredicate, 48, 85, 190, 0, // Skip to: 141058 |
18732 | | /* 92333 */ MCD_OPC_CheckField, 21, 1, 1, 78, 190, 0, // Skip to: 141058 |
18733 | | /* 92340 */ MCD_OPC_Decode, 221, 41, 169, 3, // Opcode: SADDWv4i16_v4i32 |
18734 | | /* 92345 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 92383 |
18735 | | /* 92350 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18736 | | /* 92353 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92368 |
18737 | | /* 92358 */ MCD_OPC_CheckPredicate, 53, 55, 190, 0, // Skip to: 141058 |
18738 | | /* 92363 */ MCD_OPC_Decode, 212, 19, 165, 3, // Opcode: FADDv4f16 |
18739 | | /* 92368 */ MCD_OPC_FilterValue, 1, 45, 190, 0, // Skip to: 141058 |
18740 | | /* 92373 */ MCD_OPC_CheckPredicate, 48, 40, 190, 0, // Skip to: 141058 |
18741 | | /* 92378 */ MCD_OPC_Decode, 166, 49, 165, 3, // Opcode: SRHADDv4i16 |
18742 | | /* 92383 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 92405 |
18743 | | /* 92388 */ MCD_OPC_CheckPredicate, 48, 25, 190, 0, // Skip to: 141058 |
18744 | | /* 92393 */ MCD_OPC_CheckField, 21, 1, 0, 18, 190, 0, // Skip to: 141058 |
18745 | | /* 92400 */ MCD_OPC_Decode, 200, 62, 165, 3, // Opcode: UZP1v4i16 |
18746 | | /* 92405 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 92443 |
18747 | | /* 92410 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18748 | | /* 92413 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92428 |
18749 | | /* 92418 */ MCD_OPC_CheckPredicate, 53, 251, 189, 0, // Skip to: 141058 |
18750 | | /* 92423 */ MCD_OPC_Decode, 188, 26, 165, 3, // Opcode: FMULXv4f16 |
18751 | | /* 92428 */ MCD_OPC_FilterValue, 1, 241, 189, 0, // Skip to: 141058 |
18752 | | /* 92433 */ MCD_OPC_CheckPredicate, 48, 236, 189, 0, // Skip to: 141058 |
18753 | | /* 92438 */ MCD_OPC_Decode, 160, 14, 165, 3, // Opcode: BICv8i8 |
18754 | | /* 92443 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 92465 |
18755 | | /* 92448 */ MCD_OPC_CheckPredicate, 48, 221, 189, 0, // Skip to: 141058 |
18756 | | /* 92453 */ MCD_OPC_CheckField, 21, 1, 1, 214, 189, 0, // Skip to: 141058 |
18757 | | /* 92460 */ MCD_OPC_Decode, 203, 50, 161, 3, // Opcode: SSUBLv4i16_v4i32 |
18758 | | /* 92465 */ MCD_OPC_FilterValue, 9, 33, 0, 0, // Skip to: 92503 |
18759 | | /* 92470 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18760 | | /* 92473 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92488 |
18761 | | /* 92478 */ MCD_OPC_CheckPredicate, 53, 191, 189, 0, // Skip to: 141058 |
18762 | | /* 92483 */ MCD_OPC_Decode, 154, 20, 165, 3, // Opcode: FCMEQv4f16 |
18763 | | /* 92488 */ MCD_OPC_FilterValue, 1, 181, 189, 0, // Skip to: 141058 |
18764 | | /* 92493 */ MCD_OPC_CheckPredicate, 48, 176, 189, 0, // Skip to: 141058 |
18765 | | /* 92498 */ MCD_OPC_Decode, 161, 43, 165, 3, // Opcode: SHSUBv4i16 |
18766 | | /* 92503 */ MCD_OPC_FilterValue, 10, 56, 0, 0, // Skip to: 92564 |
18767 | | /* 92508 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18768 | | /* 92511 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92526 |
18769 | | /* 92516 */ MCD_OPC_CheckPredicate, 48, 153, 189, 0, // Skip to: 141058 |
18770 | | /* 92521 */ MCD_OPC_Decode, 207, 55, 165, 3, // Opcode: TRN1v4i16 |
18771 | | /* 92526 */ MCD_OPC_FilterValue, 1, 143, 189, 0, // Skip to: 141058 |
18772 | | /* 92531 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18773 | | /* 92534 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92549 |
18774 | | /* 92539 */ MCD_OPC_CheckPredicate, 48, 130, 189, 0, // Skip to: 141058 |
18775 | | /* 92544 */ MCD_OPC_Decode, 192, 41, 166, 3, // Opcode: SADDLPv4i16_v2i32 |
18776 | | /* 92549 */ MCD_OPC_FilterValue, 1, 120, 189, 0, // Skip to: 141058 |
18777 | | /* 92554 */ MCD_OPC_CheckPredicate, 48, 115, 189, 0, // Skip to: 141058 |
18778 | | /* 92559 */ MCD_OPC_Decode, 136, 64, 171, 3, // Opcode: XTNv4i16 |
18779 | | /* 92564 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 92586 |
18780 | | /* 92569 */ MCD_OPC_CheckPredicate, 48, 100, 189, 0, // Skip to: 141058 |
18781 | | /* 92574 */ MCD_OPC_CheckField, 21, 1, 1, 93, 189, 0, // Skip to: 141058 |
18782 | | /* 92581 */ MCD_OPC_Decode, 254, 48, 165, 3, // Opcode: SQSUBv4i16 |
18783 | | /* 92586 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 92608 |
18784 | | /* 92591 */ MCD_OPC_CheckPredicate, 48, 78, 189, 0, // Skip to: 141058 |
18785 | | /* 92596 */ MCD_OPC_CheckField, 21, 1, 1, 71, 189, 0, // Skip to: 141058 |
18786 | | /* 92603 */ MCD_OPC_Decode, 215, 50, 169, 3, // Opcode: SSUBWv4i16_v4i32 |
18787 | | /* 92608 */ MCD_OPC_FilterValue, 13, 33, 0, 0, // Skip to: 92646 |
18788 | | /* 92613 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18789 | | /* 92616 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92631 |
18790 | | /* 92621 */ MCD_OPC_CheckPredicate, 53, 48, 189, 0, // Skip to: 141058 |
18791 | | /* 92626 */ MCD_OPC_Decode, 137, 24, 165, 3, // Opcode: FMAXv4f16 |
18792 | | /* 92631 */ MCD_OPC_FilterValue, 1, 38, 189, 0, // Skip to: 141058 |
18793 | | /* 92636 */ MCD_OPC_CheckPredicate, 48, 33, 189, 0, // Skip to: 141058 |
18794 | | /* 92641 */ MCD_OPC_Decode, 207, 15, 165, 3, // Opcode: CMGTv4i16 |
18795 | | /* 92646 */ MCD_OPC_FilterValue, 14, 56, 0, 0, // Skip to: 92707 |
18796 | | /* 92651 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18797 | | /* 92654 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92669 |
18798 | | /* 92659 */ MCD_OPC_CheckPredicate, 48, 10, 189, 0, // Skip to: 141058 |
18799 | | /* 92664 */ MCD_OPC_Decode, 162, 64, 165, 3, // Opcode: ZIP1v4i16 |
18800 | | /* 92669 */ MCD_OPC_FilterValue, 1, 0, 189, 0, // Skip to: 141058 |
18801 | | /* 92674 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18802 | | /* 92677 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92692 |
18803 | | /* 92682 */ MCD_OPC_CheckPredicate, 48, 243, 188, 0, // Skip to: 141058 |
18804 | | /* 92687 */ MCD_OPC_Decode, 241, 54, 176, 3, // Opcode: SUQADDv4i16 |
18805 | | /* 92692 */ MCD_OPC_FilterValue, 16, 233, 188, 0, // Skip to: 141058 |
18806 | | /* 92697 */ MCD_OPC_CheckPredicate, 48, 228, 188, 0, // Skip to: 141058 |
18807 | | /* 92702 */ MCD_OPC_Decode, 200, 41, 222, 3, // Opcode: SADDLVv4i16v |
18808 | | /* 92707 */ MCD_OPC_FilterValue, 15, 33, 0, 0, // Skip to: 92745 |
18809 | | /* 92712 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18810 | | /* 92715 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 92730 |
18811 | | /* 92720 */ MCD_OPC_CheckPredicate, 53, 205, 188, 0, // Skip to: 141058 |
18812 | | /* 92725 */ MCD_OPC_Decode, 142, 27, 165, 3, // Opcode: FRECPSv4f16 |
18813 | | /* 92730 */ MCD_OPC_FilterValue, 1, 195, 188, 0, // Skip to: 141058 |
18814 | | /* 92735 */ MCD_OPC_CheckPredicate, 48, 190, 188, 0, // Skip to: 141058 |
18815 | | /* 92740 */ MCD_OPC_Decode, 191, 15, 165, 3, // Opcode: CMGEv4i16 |
18816 | | /* 92745 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 92767 |
18817 | | /* 92750 */ MCD_OPC_CheckPredicate, 48, 175, 188, 0, // Skip to: 141058 |
18818 | | /* 92755 */ MCD_OPC_CheckField, 21, 1, 1, 168, 188, 0, // Skip to: 141058 |
18819 | | /* 92762 */ MCD_OPC_Decode, 202, 11, 180, 3, // Opcode: ADDHNv4i32_v4i16 |
18820 | | /* 92767 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 92789 |
18821 | | /* 92772 */ MCD_OPC_CheckPredicate, 48, 153, 188, 0, // Skip to: 141058 |
18822 | | /* 92777 */ MCD_OPC_CheckField, 21, 1, 1, 146, 188, 0, // Skip to: 141058 |
18823 | | /* 92784 */ MCD_OPC_Decode, 254, 49, 165, 3, // Opcode: SSHLv4i16 |
18824 | | /* 92789 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 92827 |
18825 | | /* 92794 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18826 | | /* 92797 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 92812 |
18827 | | /* 92802 */ MCD_OPC_CheckPredicate, 48, 123, 188, 0, // Skip to: 141058 |
18828 | | /* 92807 */ MCD_OPC_Decode, 151, 15, 166, 3, // Opcode: CLSv4i16 |
18829 | | /* 92812 */ MCD_OPC_FilterValue, 33, 113, 188, 0, // Skip to: 141058 |
18830 | | /* 92817 */ MCD_OPC_CheckPredicate, 48, 108, 188, 0, // Skip to: 141058 |
18831 | | /* 92822 */ MCD_OPC_Decode, 141, 49, 171, 3, // Opcode: SQXTNv4i16 |
18832 | | /* 92827 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 92849 |
18833 | | /* 92832 */ MCD_OPC_CheckPredicate, 48, 93, 188, 0, // Skip to: 141058 |
18834 | | /* 92837 */ MCD_OPC_CheckField, 21, 1, 1, 86, 188, 0, // Skip to: 141058 |
18835 | | /* 92844 */ MCD_OPC_Decode, 193, 48, 165, 3, // Opcode: SQSHLv4i16 |
18836 | | /* 92849 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 92871 |
18837 | | /* 92854 */ MCD_OPC_CheckPredicate, 48, 71, 188, 0, // Skip to: 141058 |
18838 | | /* 92859 */ MCD_OPC_CheckField, 21, 1, 1, 64, 188, 0, // Skip to: 141058 |
18839 | | /* 92866 */ MCD_OPC_Decode, 139, 41, 182, 3, // Opcode: SABALv4i16_v4i32 |
18840 | | /* 92871 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 92893 |
18841 | | /* 92876 */ MCD_OPC_CheckPredicate, 48, 49, 188, 0, // Skip to: 141058 |
18842 | | /* 92881 */ MCD_OPC_CheckField, 21, 1, 1, 42, 188, 0, // Skip to: 141058 |
18843 | | /* 92888 */ MCD_OPC_Decode, 210, 49, 165, 3, // Opcode: SRSHLv4i16 |
18844 | | /* 92893 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 92915 |
18845 | | /* 92898 */ MCD_OPC_CheckPredicate, 48, 27, 188, 0, // Skip to: 141058 |
18846 | | /* 92903 */ MCD_OPC_CheckField, 21, 1, 0, 20, 188, 0, // Skip to: 141058 |
18847 | | /* 92910 */ MCD_OPC_Decode, 216, 62, 165, 3, // Opcode: UZP2v4i16 |
18848 | | /* 92915 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 92937 |
18849 | | /* 92920 */ MCD_OPC_CheckPredicate, 48, 5, 188, 0, // Skip to: 141058 |
18850 | | /* 92925 */ MCD_OPC_CheckField, 21, 1, 1, 254, 187, 0, // Skip to: 141058 |
18851 | | /* 92932 */ MCD_OPC_Decode, 234, 47, 165, 3, // Opcode: SQRSHLv4i16 |
18852 | | /* 92937 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 92959 |
18853 | | /* 92942 */ MCD_OPC_CheckPredicate, 48, 239, 187, 0, // Skip to: 141058 |
18854 | | /* 92947 */ MCD_OPC_CheckField, 21, 1, 1, 232, 187, 0, // Skip to: 141058 |
18855 | | /* 92954 */ MCD_OPC_Decode, 139, 54, 180, 3, // Opcode: SUBHNv4i32_v4i16 |
18856 | | /* 92959 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 92981 |
18857 | | /* 92964 */ MCD_OPC_CheckPredicate, 48, 217, 187, 0, // Skip to: 141058 |
18858 | | /* 92969 */ MCD_OPC_CheckField, 21, 1, 1, 210, 187, 0, // Skip to: 141058 |
18859 | | /* 92976 */ MCD_OPC_Decode, 242, 43, 165, 3, // Opcode: SMAXv4i16 |
18860 | | /* 92981 */ MCD_OPC_FilterValue, 26, 56, 0, 0, // Skip to: 93042 |
18861 | | /* 92986 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18862 | | /* 92989 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93004 |
18863 | | /* 92994 */ MCD_OPC_CheckPredicate, 48, 187, 187, 0, // Skip to: 141058 |
18864 | | /* 92999 */ MCD_OPC_Decode, 223, 55, 165, 3, // Opcode: TRN2v4i16 |
18865 | | /* 93004 */ MCD_OPC_FilterValue, 1, 177, 187, 0, // Skip to: 141058 |
18866 | | /* 93009 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18867 | | /* 93012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93027 |
18868 | | /* 93017 */ MCD_OPC_CheckPredicate, 48, 164, 187, 0, // Skip to: 141058 |
18869 | | /* 93022 */ MCD_OPC_Decode, 180, 41, 176, 3, // Opcode: SADALPv4i16_v2i32 |
18870 | | /* 93027 */ MCD_OPC_FilterValue, 1, 154, 187, 0, // Skip to: 141058 |
18871 | | /* 93032 */ MCD_OPC_CheckPredicate, 48, 149, 187, 0, // Skip to: 141058 |
18872 | | /* 93037 */ MCD_OPC_Decode, 244, 21, 171, 3, // Opcode: FCVTNv2i32 |
18873 | | /* 93042 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 93064 |
18874 | | /* 93047 */ MCD_OPC_CheckPredicate, 48, 134, 187, 0, // Skip to: 141058 |
18875 | | /* 93052 */ MCD_OPC_CheckField, 21, 1, 1, 127, 187, 0, // Skip to: 141058 |
18876 | | /* 93059 */ MCD_OPC_Decode, 172, 44, 165, 3, // Opcode: SMINv4i16 |
18877 | | /* 93064 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 93086 |
18878 | | /* 93069 */ MCD_OPC_CheckPredicate, 48, 112, 187, 0, // Skip to: 141058 |
18879 | | /* 93074 */ MCD_OPC_CheckField, 21, 1, 1, 105, 187, 0, // Skip to: 141058 |
18880 | | /* 93081 */ MCD_OPC_Decode, 161, 41, 161, 3, // Opcode: SABDLv4i16_v4i32 |
18881 | | /* 93086 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 93108 |
18882 | | /* 93091 */ MCD_OPC_CheckPredicate, 48, 90, 187, 0, // Skip to: 141058 |
18883 | | /* 93096 */ MCD_OPC_CheckField, 21, 1, 1, 83, 187, 0, // Skip to: 141058 |
18884 | | /* 93103 */ MCD_OPC_Decode, 171, 41, 165, 3, // Opcode: SABDv4i16 |
18885 | | /* 93108 */ MCD_OPC_FilterValue, 30, 56, 0, 0, // Skip to: 93169 |
18886 | | /* 93113 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
18887 | | /* 93116 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93131 |
18888 | | /* 93121 */ MCD_OPC_CheckPredicate, 48, 60, 187, 0, // Skip to: 141058 |
18889 | | /* 93126 */ MCD_OPC_Decode, 178, 64, 165, 3, // Opcode: ZIP2v4i16 |
18890 | | /* 93131 */ MCD_OPC_FilterValue, 1, 50, 187, 0, // Skip to: 141058 |
18891 | | /* 93136 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
18892 | | /* 93139 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93154 |
18893 | | /* 93144 */ MCD_OPC_CheckPredicate, 48, 37, 187, 0, // Skip to: 141058 |
18894 | | /* 93149 */ MCD_OPC_Decode, 203, 45, 166, 3, // Opcode: SQABSv4i16 |
18895 | | /* 93154 */ MCD_OPC_FilterValue, 1, 27, 187, 0, // Skip to: 141058 |
18896 | | /* 93159 */ MCD_OPC_CheckPredicate, 48, 22, 187, 0, // Skip to: 141058 |
18897 | | /* 93164 */ MCD_OPC_Decode, 173, 21, 185, 3, // Opcode: FCVTLv2i32 |
18898 | | /* 93169 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 93191 |
18899 | | /* 93174 */ MCD_OPC_CheckPredicate, 48, 7, 187, 0, // Skip to: 141058 |
18900 | | /* 93179 */ MCD_OPC_CheckField, 21, 1, 1, 0, 187, 0, // Skip to: 141058 |
18901 | | /* 93186 */ MCD_OPC_Decode, 149, 41, 186, 3, // Opcode: SABAv4i16 |
18902 | | /* 93191 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 93213 |
18903 | | /* 93196 */ MCD_OPC_CheckPredicate, 48, 241, 186, 0, // Skip to: 141058 |
18904 | | /* 93201 */ MCD_OPC_CheckField, 21, 1, 1, 234, 186, 0, // Skip to: 141058 |
18905 | | /* 93208 */ MCD_OPC_Decode, 214, 44, 182, 3, // Opcode: SMLALv4i16_v4i32 |
18906 | | /* 93213 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 93235 |
18907 | | /* 93218 */ MCD_OPC_CheckPredicate, 48, 219, 186, 0, // Skip to: 141058 |
18908 | | /* 93223 */ MCD_OPC_CheckField, 21, 1, 1, 212, 186, 0, // Skip to: 141058 |
18909 | | /* 93230 */ MCD_OPC_Decode, 158, 12, 165, 3, // Opcode: ADDv4i16 |
18910 | | /* 93235 */ MCD_OPC_FilterValue, 34, 33, 0, 0, // Skip to: 93273 |
18911 | | /* 93240 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18912 | | /* 93243 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 93258 |
18913 | | /* 93248 */ MCD_OPC_CheckPredicate, 48, 189, 186, 0, // Skip to: 141058 |
18914 | | /* 93253 */ MCD_OPC_Decode, 208, 15, 166, 3, // Opcode: CMGTv4i16rz |
18915 | | /* 93258 */ MCD_OPC_FilterValue, 57, 179, 186, 0, // Skip to: 141058 |
18916 | | /* 93263 */ MCD_OPC_CheckPredicate, 53, 174, 186, 0, // Skip to: 141058 |
18917 | | /* 93268 */ MCD_OPC_Decode, 218, 27, 166, 3, // Opcode: FRINTNv4f16 |
18918 | | /* 93273 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 93295 |
18919 | | /* 93278 */ MCD_OPC_CheckPredicate, 48, 159, 186, 0, // Skip to: 141058 |
18920 | | /* 93283 */ MCD_OPC_CheckField, 21, 1, 1, 152, 186, 0, // Skip to: 141058 |
18921 | | /* 93290 */ MCD_OPC_Decode, 223, 16, 165, 3, // Opcode: CMTSTv4i16 |
18922 | | /* 93295 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 93317 |
18923 | | /* 93300 */ MCD_OPC_CheckPredicate, 48, 137, 186, 0, // Skip to: 141058 |
18924 | | /* 93305 */ MCD_OPC_CheckField, 21, 1, 1, 130, 186, 0, // Skip to: 141058 |
18925 | | /* 93312 */ MCD_OPC_Decode, 160, 46, 182, 3, // Opcode: SQDMLALv4i16_v4i32 |
18926 | | /* 93317 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 93339 |
18927 | | /* 93322 */ MCD_OPC_CheckPredicate, 48, 115, 186, 0, // Skip to: 141058 |
18928 | | /* 93327 */ MCD_OPC_CheckField, 21, 1, 1, 108, 186, 0, // Skip to: 141058 |
18929 | | /* 93334 */ MCD_OPC_Decode, 144, 37, 186, 3, // Opcode: MLAv4i16 |
18930 | | /* 93339 */ MCD_OPC_FilterValue, 38, 33, 0, 0, // Skip to: 93377 |
18931 | | /* 93344 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18932 | | /* 93347 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 93362 |
18933 | | /* 93352 */ MCD_OPC_CheckPredicate, 48, 85, 186, 0, // Skip to: 141058 |
18934 | | /* 93357 */ MCD_OPC_Decode, 176, 15, 166, 3, // Opcode: CMEQv4i16rz |
18935 | | /* 93362 */ MCD_OPC_FilterValue, 57, 75, 186, 0, // Skip to: 141058 |
18936 | | /* 93367 */ MCD_OPC_CheckPredicate, 53, 70, 186, 0, // Skip to: 141058 |
18937 | | /* 93372 */ MCD_OPC_Decode, 205, 27, 166, 3, // Opcode: FRINTMv4f16 |
18938 | | /* 93377 */ MCD_OPC_FilterValue, 39, 17, 0, 0, // Skip to: 93399 |
18939 | | /* 93382 */ MCD_OPC_CheckPredicate, 48, 55, 186, 0, // Skip to: 141058 |
18940 | | /* 93387 */ MCD_OPC_CheckField, 21, 1, 1, 48, 186, 0, // Skip to: 141058 |
18941 | | /* 93394 */ MCD_OPC_Decode, 170, 38, 165, 3, // Opcode: MULv4i16 |
18942 | | /* 93399 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 93421 |
18943 | | /* 93404 */ MCD_OPC_CheckPredicate, 48, 33, 186, 0, // Skip to: 141058 |
18944 | | /* 93409 */ MCD_OPC_CheckField, 21, 1, 1, 26, 186, 0, // Skip to: 141058 |
18945 | | /* 93416 */ MCD_OPC_Decode, 130, 45, 182, 3, // Opcode: SMLSLv4i16_v4i32 |
18946 | | /* 93421 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 93443 |
18947 | | /* 93426 */ MCD_OPC_CheckPredicate, 48, 11, 186, 0, // Skip to: 141058 |
18948 | | /* 93431 */ MCD_OPC_CheckField, 21, 1, 1, 4, 186, 0, // Skip to: 141058 |
18949 | | /* 93438 */ MCD_OPC_Decode, 195, 43, 165, 3, // Opcode: SMAXPv4i16 |
18950 | | /* 93443 */ MCD_OPC_FilterValue, 42, 63, 0, 0, // Skip to: 93511 |
18951 | | /* 93448 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18952 | | /* 93451 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 93466 |
18953 | | /* 93456 */ MCD_OPC_CheckPredicate, 48, 237, 185, 0, // Skip to: 141058 |
18954 | | /* 93461 */ MCD_OPC_Decode, 249, 15, 166, 3, // Opcode: CMLTv4i16rz |
18955 | | /* 93466 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 93481 |
18956 | | /* 93471 */ MCD_OPC_CheckPredicate, 48, 222, 185, 0, // Skip to: 141058 |
18957 | | /* 93476 */ MCD_OPC_Decode, 208, 43, 177, 3, // Opcode: SMAXVv4i16v |
18958 | | /* 93481 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 93496 |
18959 | | /* 93486 */ MCD_OPC_CheckPredicate, 48, 207, 185, 0, // Skip to: 141058 |
18960 | | /* 93491 */ MCD_OPC_Decode, 138, 44, 177, 3, // Opcode: SMINVv4i16v |
18961 | | /* 93496 */ MCD_OPC_FilterValue, 57, 197, 185, 0, // Skip to: 141058 |
18962 | | /* 93501 */ MCD_OPC_CheckPredicate, 53, 192, 185, 0, // Skip to: 141058 |
18963 | | /* 93506 */ MCD_OPC_Decode, 217, 21, 166, 3, // Opcode: FCVTNSv4f16 |
18964 | | /* 93511 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 93533 |
18965 | | /* 93516 */ MCD_OPC_CheckPredicate, 48, 177, 185, 0, // Skip to: 141058 |
18966 | | /* 93521 */ MCD_OPC_CheckField, 21, 1, 1, 170, 185, 0, // Skip to: 141058 |
18967 | | /* 93528 */ MCD_OPC_Decode, 253, 43, 165, 3, // Opcode: SMINPv4i16 |
18968 | | /* 93533 */ MCD_OPC_FilterValue, 44, 17, 0, 0, // Skip to: 93555 |
18969 | | /* 93538 */ MCD_OPC_CheckPredicate, 48, 155, 185, 0, // Skip to: 141058 |
18970 | | /* 93543 */ MCD_OPC_CheckField, 21, 1, 1, 148, 185, 0, // Skip to: 141058 |
18971 | | /* 93550 */ MCD_OPC_Decode, 185, 46, 182, 3, // Opcode: SQDMLSLv4i16_v4i32 |
18972 | | /* 93555 */ MCD_OPC_FilterValue, 45, 17, 0, 0, // Skip to: 93577 |
18973 | | /* 93560 */ MCD_OPC_CheckPredicate, 48, 133, 185, 0, // Skip to: 141058 |
18974 | | /* 93565 */ MCD_OPC_CheckField, 21, 1, 1, 126, 185, 0, // Skip to: 141058 |
18975 | | /* 93572 */ MCD_OPC_Decode, 219, 46, 165, 3, // Opcode: SQDMULHv4i16 |
18976 | | /* 93577 */ MCD_OPC_FilterValue, 46, 48, 0, 0, // Skip to: 93630 |
18977 | | /* 93582 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
18978 | | /* 93585 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 93600 |
18979 | | /* 93590 */ MCD_OPC_CheckPredicate, 48, 103, 185, 0, // Skip to: 141058 |
18980 | | /* 93595 */ MCD_OPC_Decode, 179, 11, 166, 3, // Opcode: ABSv4i16 |
18981 | | /* 93600 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 93615 |
18982 | | /* 93605 */ MCD_OPC_CheckPredicate, 48, 88, 185, 0, // Skip to: 141058 |
18983 | | /* 93610 */ MCD_OPC_Decode, 237, 11, 177, 3, // Opcode: ADDVv4i16v |
18984 | | /* 93615 */ MCD_OPC_FilterValue, 57, 78, 185, 0, // Skip to: 141058 |
18985 | | /* 93620 */ MCD_OPC_CheckPredicate, 53, 73, 185, 0, // Skip to: 141058 |
18986 | | /* 93625 */ MCD_OPC_Decode, 188, 21, 166, 3, // Opcode: FCVTMSv4f16 |
18987 | | /* 93630 */ MCD_OPC_FilterValue, 47, 17, 0, 0, // Skip to: 93652 |
18988 | | /* 93635 */ MCD_OPC_CheckPredicate, 48, 58, 185, 0, // Skip to: 141058 |
18989 | | /* 93640 */ MCD_OPC_CheckField, 21, 1, 1, 51, 185, 0, // Skip to: 141058 |
18990 | | /* 93647 */ MCD_OPC_Decode, 216, 11, 165, 3, // Opcode: ADDPv4i16 |
18991 | | /* 93652 */ MCD_OPC_FilterValue, 48, 17, 0, 0, // Skip to: 93674 |
18992 | | /* 93657 */ MCD_OPC_CheckPredicate, 48, 36, 185, 0, // Skip to: 141058 |
18993 | | /* 93662 */ MCD_OPC_CheckField, 21, 1, 1, 29, 185, 0, // Skip to: 141058 |
18994 | | /* 93669 */ MCD_OPC_Decode, 178, 45, 161, 3, // Opcode: SMULLv4i16_v4i32 |
18995 | | /* 93674 */ MCD_OPC_FilterValue, 49, 17, 0, 0, // Skip to: 93696 |
18996 | | /* 93679 */ MCD_OPC_CheckPredicate, 52, 14, 185, 0, // Skip to: 141058 |
18997 | | /* 93684 */ MCD_OPC_CheckField, 21, 1, 0, 7, 185, 0, // Skip to: 141058 |
18998 | | /* 93691 */ MCD_OPC_Decode, 249, 24, 188, 3, // Opcode: FMLALLBTv4f32 |
18999 | | /* 93696 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 93718 |
19000 | | /* 93701 */ MCD_OPC_CheckPredicate, 53, 248, 184, 0, // Skip to: 141058 |
19001 | | /* 93706 */ MCD_OPC_CheckField, 16, 6, 57, 241, 184, 0, // Skip to: 141058 |
19002 | | /* 93713 */ MCD_OPC_Decode, 149, 21, 166, 3, // Opcode: FCVTASv4f16 |
19003 | | /* 93718 */ MCD_OPC_FilterValue, 52, 17, 0, 0, // Skip to: 93740 |
19004 | | /* 93723 */ MCD_OPC_CheckPredicate, 48, 226, 184, 0, // Skip to: 141058 |
19005 | | /* 93728 */ MCD_OPC_CheckField, 21, 1, 1, 219, 184, 0, // Skip to: 141058 |
19006 | | /* 93735 */ MCD_OPC_Decode, 242, 46, 161, 3, // Opcode: SQDMULLv4i16_v4i32 |
19007 | | /* 93740 */ MCD_OPC_FilterValue, 54, 17, 0, 0, // Skip to: 93762 |
19008 | | /* 93745 */ MCD_OPC_CheckPredicate, 53, 204, 184, 0, // Skip to: 141058 |
19009 | | /* 93750 */ MCD_OPC_CheckField, 16, 6, 57, 197, 184, 0, // Skip to: 141058 |
19010 | | /* 93757 */ MCD_OPC_Decode, 151, 42, 166, 3, // Opcode: SCVTFv4f16 |
19011 | | /* 93762 */ MCD_OPC_FilterValue, 61, 17, 0, 0, // Skip to: 93784 |
19012 | | /* 93767 */ MCD_OPC_CheckPredicate, 56, 182, 184, 0, // Skip to: 141058 |
19013 | | /* 93772 */ MCD_OPC_CheckField, 21, 1, 0, 175, 184, 0, // Skip to: 141058 |
19014 | | /* 93779 */ MCD_OPC_Decode, 238, 21, 165, 3, // Opcode: FCVTN_F16_F8v8f8 |
19015 | | /* 93784 */ MCD_OPC_FilterValue, 63, 165, 184, 0, // Skip to: 141058 |
19016 | | /* 93789 */ MCD_OPC_CheckPredicate, 60, 160, 184, 0, // Skip to: 141058 |
19017 | | /* 93794 */ MCD_OPC_CheckField, 21, 1, 0, 153, 184, 0, // Skip to: 141058 |
19018 | | /* 93801 */ MCD_OPC_Decode, 154, 23, 186, 3, // Opcode: FDOTv4f16 |
19019 | | /* 93806 */ MCD_OPC_FilterValue, 1, 198, 5, 0, // Skip to: 95289 |
19020 | | /* 93811 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19021 | | /* 93814 */ MCD_OPC_FilterValue, 0, 205, 0, 0, // Skip to: 94024 |
19022 | | /* 93819 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19023 | | /* 93822 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 93844 |
19024 | | /* 93827 */ MCD_OPC_CheckPredicate, 48, 122, 184, 0, // Skip to: 141058 |
19025 | | /* 93832 */ MCD_OPC_CheckField, 21, 1, 1, 115, 184, 0, // Skip to: 141058 |
19026 | | /* 93839 */ MCD_OPC_Decode, 174, 56, 161, 3, // Opcode: UADDLv4i16_v4i32 |
19027 | | /* 93844 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 93882 |
19028 | | /* 93849 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19029 | | /* 93852 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93867 |
19030 | | /* 93857 */ MCD_OPC_CheckPredicate, 53, 92, 184, 0, // Skip to: 141058 |
19031 | | /* 93862 */ MCD_OPC_Decode, 188, 23, 165, 3, // Opcode: FMAXNMPv4f16 |
19032 | | /* 93867 */ MCD_OPC_FilterValue, 1, 82, 184, 0, // Skip to: 141058 |
19033 | | /* 93872 */ MCD_OPC_CheckPredicate, 48, 77, 184, 0, // Skip to: 141058 |
19034 | | /* 93877 */ MCD_OPC_Decode, 158, 57, 165, 3, // Opcode: UHADDv4i16 |
19035 | | /* 93882 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 93904 |
19036 | | /* 93887 */ MCD_OPC_CheckPredicate, 48, 62, 184, 0, // Skip to: 141058 |
19037 | | /* 93892 */ MCD_OPC_CheckField, 16, 6, 32, 55, 184, 0, // Skip to: 141058 |
19038 | | /* 93899 */ MCD_OPC_Decode, 205, 40, 166, 3, // Opcode: REV32v4i16 |
19039 | | /* 93904 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 93926 |
19040 | | /* 93909 */ MCD_OPC_CheckPredicate, 48, 40, 184, 0, // Skip to: 141058 |
19041 | | /* 93914 */ MCD_OPC_CheckField, 21, 1, 1, 33, 184, 0, // Skip to: 141058 |
19042 | | /* 93921 */ MCD_OPC_Decode, 188, 59, 165, 3, // Opcode: UQADDv4i16 |
19043 | | /* 93926 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 93948 |
19044 | | /* 93931 */ MCD_OPC_CheckPredicate, 48, 18, 184, 0, // Skip to: 141058 |
19045 | | /* 93936 */ MCD_OPC_CheckField, 21, 1, 1, 11, 184, 0, // Skip to: 141058 |
19046 | | /* 93943 */ MCD_OPC_Decode, 190, 56, 169, 3, // Opcode: UADDWv4i16_v4i32 |
19047 | | /* 93948 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 93986 |
19048 | | /* 93953 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19049 | | /* 93956 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 93971 |
19050 | | /* 93961 */ MCD_OPC_CheckPredicate, 53, 244, 183, 0, // Skip to: 141058 |
19051 | | /* 93966 */ MCD_OPC_Decode, 185, 19, 165, 3, // Opcode: FADDPv4f16 |
19052 | | /* 93971 */ MCD_OPC_FilterValue, 1, 234, 183, 0, // Skip to: 141058 |
19053 | | /* 93976 */ MCD_OPC_CheckPredicate, 48, 229, 183, 0, // Skip to: 141058 |
19054 | | /* 93981 */ MCD_OPC_Decode, 254, 60, 165, 3, // Opcode: URHADDv4i16 |
19055 | | /* 93986 */ MCD_OPC_FilterValue, 7, 219, 183, 0, // Skip to: 141058 |
19056 | | /* 93991 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19057 | | /* 93994 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94009 |
19058 | | /* 93999 */ MCD_OPC_CheckPredicate, 53, 206, 183, 0, // Skip to: 141058 |
19059 | | /* 94004 */ MCD_OPC_Decode, 213, 26, 165, 3, // Opcode: FMULv4f16 |
19060 | | /* 94009 */ MCD_OPC_FilterValue, 1, 196, 183, 0, // Skip to: 141058 |
19061 | | /* 94014 */ MCD_OPC_CheckPredicate, 48, 191, 183, 0, // Skip to: 141058 |
19062 | | /* 94019 */ MCD_OPC_Decode, 197, 14, 186, 3, // Opcode: BSLv8i8 |
19063 | | /* 94024 */ MCD_OPC_FilterValue, 1, 34, 1, 0, // Skip to: 94319 |
19064 | | /* 94029 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19065 | | /* 94032 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 94054 |
19066 | | /* 94037 */ MCD_OPC_CheckPredicate, 48, 168, 183, 0, // Skip to: 141058 |
19067 | | /* 94042 */ MCD_OPC_CheckField, 21, 1, 1, 161, 183, 0, // Skip to: 141058 |
19068 | | /* 94049 */ MCD_OPC_Decode, 150, 62, 161, 3, // Opcode: USUBLv4i16_v4i32 |
19069 | | /* 94054 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 94092 |
19070 | | /* 94059 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19071 | | /* 94062 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94077 |
19072 | | /* 94067 */ MCD_OPC_CheckPredicate, 53, 138, 183, 0, // Skip to: 141058 |
19073 | | /* 94072 */ MCD_OPC_Decode, 176, 20, 165, 3, // Opcode: FCMGEv4f16 |
19074 | | /* 94077 */ MCD_OPC_FilterValue, 1, 128, 183, 0, // Skip to: 141058 |
19075 | | /* 94082 */ MCD_OPC_CheckPredicate, 48, 123, 183, 0, // Skip to: 141058 |
19076 | | /* 94087 */ MCD_OPC_Decode, 172, 57, 165, 3, // Opcode: UHSUBv4i16 |
19077 | | /* 94092 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 94130 |
19078 | | /* 94097 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19079 | | /* 94100 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94115 |
19080 | | /* 94105 */ MCD_OPC_CheckPredicate, 48, 100, 183, 0, // Skip to: 141058 |
19081 | | /* 94110 */ MCD_OPC_Decode, 160, 56, 166, 3, // Opcode: UADDLPv4i16_v2i32 |
19082 | | /* 94115 */ MCD_OPC_FilterValue, 33, 90, 183, 0, // Skip to: 141058 |
19083 | | /* 94120 */ MCD_OPC_CheckPredicate, 48, 85, 183, 0, // Skip to: 141058 |
19084 | | /* 94125 */ MCD_OPC_Decode, 156, 49, 171, 3, // Opcode: SQXTUNv4i16 |
19085 | | /* 94130 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 94168 |
19086 | | /* 94135 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19087 | | /* 94138 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94153 |
19088 | | /* 94143 */ MCD_OPC_CheckPredicate, 53, 62, 183, 0, // Skip to: 141058 |
19089 | | /* 94148 */ MCD_OPC_Decode, 158, 19, 165, 3, // Opcode: FACGEv4f16 |
19090 | | /* 94153 */ MCD_OPC_FilterValue, 1, 52, 183, 0, // Skip to: 141058 |
19091 | | /* 94158 */ MCD_OPC_CheckPredicate, 48, 47, 183, 0, // Skip to: 141058 |
19092 | | /* 94163 */ MCD_OPC_Decode, 226, 60, 165, 3, // Opcode: UQSUBv4i16 |
19093 | | /* 94168 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 94190 |
19094 | | /* 94173 */ MCD_OPC_CheckPredicate, 48, 32, 183, 0, // Skip to: 141058 |
19095 | | /* 94178 */ MCD_OPC_CheckField, 21, 1, 1, 25, 183, 0, // Skip to: 141058 |
19096 | | /* 94185 */ MCD_OPC_Decode, 162, 62, 169, 3, // Opcode: USUBWv4i16_v4i32 |
19097 | | /* 94190 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 94228 |
19098 | | /* 94195 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19099 | | /* 94198 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94213 |
19100 | | /* 94203 */ MCD_OPC_CheckPredicate, 53, 2, 183, 0, // Skip to: 141058 |
19101 | | /* 94208 */ MCD_OPC_Decode, 232, 23, 165, 3, // Opcode: FMAXPv4f16 |
19102 | | /* 94213 */ MCD_OPC_FilterValue, 1, 248, 182, 0, // Skip to: 141058 |
19103 | | /* 94218 */ MCD_OPC_CheckPredicate, 48, 243, 182, 0, // Skip to: 141058 |
19104 | | /* 94223 */ MCD_OPC_Decode, 219, 15, 165, 3, // Opcode: CMHIv4i16 |
19105 | | /* 94228 */ MCD_OPC_FilterValue, 6, 48, 0, 0, // Skip to: 94281 |
19106 | | /* 94233 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19107 | | /* 94236 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94251 |
19108 | | /* 94241 */ MCD_OPC_CheckPredicate, 48, 220, 182, 0, // Skip to: 141058 |
19109 | | /* 94246 */ MCD_OPC_Decode, 254, 61, 176, 3, // Opcode: USQADDv4i16 |
19110 | | /* 94251 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 94266 |
19111 | | /* 94256 */ MCD_OPC_CheckPredicate, 48, 205, 182, 0, // Skip to: 141058 |
19112 | | /* 94261 */ MCD_OPC_Decode, 255, 42, 185, 3, // Opcode: SHLLv4i16 |
19113 | | /* 94266 */ MCD_OPC_FilterValue, 48, 195, 182, 0, // Skip to: 141058 |
19114 | | /* 94271 */ MCD_OPC_CheckPredicate, 48, 190, 182, 0, // Skip to: 141058 |
19115 | | /* 94276 */ MCD_OPC_Decode, 168, 56, 222, 3, // Opcode: UADDLVv4i16v |
19116 | | /* 94281 */ MCD_OPC_FilterValue, 7, 180, 182, 0, // Skip to: 141058 |
19117 | | /* 94286 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19118 | | /* 94289 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94304 |
19119 | | /* 94294 */ MCD_OPC_CheckPredicate, 53, 167, 182, 0, // Skip to: 141058 |
19120 | | /* 94299 */ MCD_OPC_Decode, 250, 22, 165, 3, // Opcode: FDIVv4f16 |
19121 | | /* 94304 */ MCD_OPC_FilterValue, 1, 157, 182, 0, // Skip to: 141058 |
19122 | | /* 94309 */ MCD_OPC_CheckPredicate, 48, 152, 182, 0, // Skip to: 141058 |
19123 | | /* 94314 */ MCD_OPC_Decode, 227, 15, 165, 3, // Opcode: CMHSv4i16 |
19124 | | /* 94319 */ MCD_OPC_FilterValue, 2, 195, 0, 0, // Skip to: 94519 |
19125 | | /* 94324 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19126 | | /* 94327 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 94349 |
19127 | | /* 94332 */ MCD_OPC_CheckPredicate, 48, 129, 182, 0, // Skip to: 141058 |
19128 | | /* 94337 */ MCD_OPC_CheckField, 21, 1, 1, 122, 182, 0, // Skip to: 141058 |
19129 | | /* 94344 */ MCD_OPC_Decode, 237, 39, 180, 3, // Opcode: RADDHNv4i32_v4i16 |
19130 | | /* 94349 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 94371 |
19131 | | /* 94354 */ MCD_OPC_CheckPredicate, 48, 107, 182, 0, // Skip to: 141058 |
19132 | | /* 94359 */ MCD_OPC_CheckField, 21, 1, 1, 100, 182, 0, // Skip to: 141058 |
19133 | | /* 94366 */ MCD_OPC_Decode, 217, 61, 165, 3, // Opcode: USHLv4i16 |
19134 | | /* 94371 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 94409 |
19135 | | /* 94376 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19136 | | /* 94379 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94394 |
19137 | | /* 94384 */ MCD_OPC_CheckPredicate, 48, 77, 182, 0, // Skip to: 141058 |
19138 | | /* 94389 */ MCD_OPC_Decode, 163, 15, 166, 3, // Opcode: CLZv4i16 |
19139 | | /* 94394 */ MCD_OPC_FilterValue, 33, 67, 182, 0, // Skip to: 141058 |
19140 | | /* 94399 */ MCD_OPC_CheckPredicate, 48, 62, 182, 0, // Skip to: 141058 |
19141 | | /* 94404 */ MCD_OPC_Decode, 241, 60, 171, 3, // Opcode: UQXTNv4i16 |
19142 | | /* 94409 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 94431 |
19143 | | /* 94414 */ MCD_OPC_CheckPredicate, 48, 47, 182, 0, // Skip to: 141058 |
19144 | | /* 94419 */ MCD_OPC_CheckField, 21, 1, 1, 40, 182, 0, // Skip to: 141058 |
19145 | | /* 94426 */ MCD_OPC_Decode, 180, 60, 165, 3, // Opcode: UQSHLv4i16 |
19146 | | /* 94431 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 94453 |
19147 | | /* 94436 */ MCD_OPC_CheckPredicate, 48, 25, 182, 0, // Skip to: 141058 |
19148 | | /* 94441 */ MCD_OPC_CheckField, 21, 1, 1, 18, 182, 0, // Skip to: 141058 |
19149 | | /* 94448 */ MCD_OPC_Decode, 238, 55, 182, 3, // Opcode: UABALv4i16_v4i32 |
19150 | | /* 94453 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 94475 |
19151 | | /* 94458 */ MCD_OPC_CheckPredicate, 48, 3, 182, 0, // Skip to: 141058 |
19152 | | /* 94463 */ MCD_OPC_CheckField, 21, 1, 1, 252, 181, 0, // Skip to: 141058 |
19153 | | /* 94470 */ MCD_OPC_Decode, 158, 61, 165, 3, // Opcode: URSHLv4i16 |
19154 | | /* 94475 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 94497 |
19155 | | /* 94480 */ MCD_OPC_CheckPredicate, 48, 237, 181, 0, // Skip to: 141058 |
19156 | | /* 94485 */ MCD_OPC_CheckField, 16, 6, 32, 230, 181, 0, // Skip to: 141058 |
19157 | | /* 94492 */ MCD_OPC_Decode, 250, 39, 166, 3, // Opcode: RBITv8i8 |
19158 | | /* 94497 */ MCD_OPC_FilterValue, 7, 220, 181, 0, // Skip to: 141058 |
19159 | | /* 94502 */ MCD_OPC_CheckPredicate, 48, 215, 181, 0, // Skip to: 141058 |
19160 | | /* 94507 */ MCD_OPC_CheckField, 21, 1, 1, 208, 181, 0, // Skip to: 141058 |
19161 | | /* 94514 */ MCD_OPC_Decode, 129, 60, 165, 3, // Opcode: UQRSHLv4i16 |
19162 | | /* 94519 */ MCD_OPC_FilterValue, 3, 211, 0, 0, // Skip to: 94735 |
19163 | | /* 94524 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19164 | | /* 94527 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 94549 |
19165 | | /* 94532 */ MCD_OPC_CheckPredicate, 48, 185, 181, 0, // Skip to: 141058 |
19166 | | /* 94537 */ MCD_OPC_CheckField, 21, 1, 1, 178, 181, 0, // Skip to: 141058 |
19167 | | /* 94544 */ MCD_OPC_Decode, 255, 40, 180, 3, // Opcode: RSUBHNv4i32_v4i16 |
19168 | | /* 94549 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 94571 |
19169 | | /* 94554 */ MCD_OPC_CheckPredicate, 48, 163, 181, 0, // Skip to: 141058 |
19170 | | /* 94559 */ MCD_OPC_CheckField, 21, 1, 1, 156, 181, 0, // Skip to: 141058 |
19171 | | /* 94566 */ MCD_OPC_Decode, 230, 57, 165, 3, // Opcode: UMAXv4i16 |
19172 | | /* 94571 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 94609 |
19173 | | /* 94576 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19174 | | /* 94579 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94594 |
19175 | | /* 94584 */ MCD_OPC_CheckPredicate, 48, 133, 181, 0, // Skip to: 141058 |
19176 | | /* 94589 */ MCD_OPC_Decode, 151, 56, 176, 3, // Opcode: UADALPv4i16_v2i32 |
19177 | | /* 94594 */ MCD_OPC_FilterValue, 33, 123, 181, 0, // Skip to: 141058 |
19178 | | /* 94599 */ MCD_OPC_CheckPredicate, 48, 118, 181, 0, // Skip to: 141058 |
19179 | | /* 94604 */ MCD_OPC_Decode, 152, 22, 171, 3, // Opcode: FCVTXNv2f32 |
19180 | | /* 94609 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 94631 |
19181 | | /* 94614 */ MCD_OPC_CheckPredicate, 48, 103, 181, 0, // Skip to: 141058 |
19182 | | /* 94619 */ MCD_OPC_CheckField, 21, 1, 1, 96, 181, 0, // Skip to: 141058 |
19183 | | /* 94626 */ MCD_OPC_Decode, 159, 58, 165, 3, // Opcode: UMINv4i16 |
19184 | | /* 94631 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 94653 |
19185 | | /* 94636 */ MCD_OPC_CheckPredicate, 48, 81, 181, 0, // Skip to: 141058 |
19186 | | /* 94641 */ MCD_OPC_CheckField, 21, 1, 1, 74, 181, 0, // Skip to: 141058 |
19187 | | /* 94648 */ MCD_OPC_Decode, 132, 56, 161, 3, // Opcode: UABDLv4i16_v4i32 |
19188 | | /* 94653 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 94675 |
19189 | | /* 94658 */ MCD_OPC_CheckPredicate, 48, 59, 181, 0, // Skip to: 141058 |
19190 | | /* 94663 */ MCD_OPC_CheckField, 21, 1, 1, 52, 181, 0, // Skip to: 141058 |
19191 | | /* 94670 */ MCD_OPC_Decode, 142, 56, 165, 3, // Opcode: UABDv4i16 |
19192 | | /* 94675 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 94713 |
19193 | | /* 94680 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19194 | | /* 94683 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94698 |
19195 | | /* 94688 */ MCD_OPC_CheckPredicate, 48, 29, 181, 0, // Skip to: 141058 |
19196 | | /* 94693 */ MCD_OPC_Decode, 152, 47, 166, 3, // Opcode: SQNEGv4i16 |
19197 | | /* 94698 */ MCD_OPC_FilterValue, 33, 19, 181, 0, // Skip to: 141058 |
19198 | | /* 94703 */ MCD_OPC_CheckPredicate, 56, 14, 181, 0, // Skip to: 141058 |
19199 | | /* 94708 */ MCD_OPC_Decode, 253, 18, 185, 3, // Opcode: F2CVTLv8f16 |
19200 | | /* 94713 */ MCD_OPC_FilterValue, 7, 4, 181, 0, // Skip to: 141058 |
19201 | | /* 94718 */ MCD_OPC_CheckPredicate, 48, 255, 180, 0, // Skip to: 141058 |
19202 | | /* 94723 */ MCD_OPC_CheckField, 21, 1, 1, 248, 180, 0, // Skip to: 141058 |
19203 | | /* 94730 */ MCD_OPC_Decode, 248, 55, 186, 3, // Opcode: UABAv4i16 |
19204 | | /* 94735 */ MCD_OPC_FilterValue, 4, 199, 0, 0, // Skip to: 94939 |
19205 | | /* 94740 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19206 | | /* 94743 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 94765 |
19207 | | /* 94748 */ MCD_OPC_CheckPredicate, 48, 225, 180, 0, // Skip to: 141058 |
19208 | | /* 94753 */ MCD_OPC_CheckField, 21, 1, 1, 218, 180, 0, // Skip to: 141058 |
19209 | | /* 94760 */ MCD_OPC_Decode, 201, 58, 182, 3, // Opcode: UMLALv4i16_v4i32 |
19210 | | /* 94765 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 94803 |
19211 | | /* 94770 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19212 | | /* 94773 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94788 |
19213 | | /* 94778 */ MCD_OPC_CheckPredicate, 61, 195, 180, 0, // Skip to: 141058 |
19214 | | /* 94783 */ MCD_OPC_Decode, 175, 47, 186, 3, // Opcode: SQRDMLAHv4i16 |
19215 | | /* 94788 */ MCD_OPC_FilterValue, 1, 185, 180, 0, // Skip to: 141058 |
19216 | | /* 94793 */ MCD_OPC_CheckPredicate, 48, 180, 180, 0, // Skip to: 141058 |
19217 | | /* 94798 */ MCD_OPC_Decode, 198, 54, 165, 3, // Opcode: SUBv4i16 |
19218 | | /* 94803 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 94841 |
19219 | | /* 94808 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19220 | | /* 94811 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94826 |
19221 | | /* 94816 */ MCD_OPC_CheckPredicate, 48, 157, 180, 0, // Skip to: 141058 |
19222 | | /* 94821 */ MCD_OPC_Decode, 192, 15, 166, 3, // Opcode: CMGEv4i16rz |
19223 | | /* 94826 */ MCD_OPC_FilterValue, 57, 147, 180, 0, // Skip to: 141058 |
19224 | | /* 94831 */ MCD_OPC_CheckPredicate, 53, 142, 180, 0, // Skip to: 141058 |
19225 | | /* 94836 */ MCD_OPC_Decode, 181, 27, 166, 3, // Opcode: FRINTAv4f16 |
19226 | | /* 94841 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 94879 |
19227 | | /* 94846 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19228 | | /* 94849 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 94864 |
19229 | | /* 94854 */ MCD_OPC_CheckPredicate, 61, 119, 180, 0, // Skip to: 141058 |
19230 | | /* 94859 */ MCD_OPC_Decode, 194, 47, 186, 3, // Opcode: SQRDMLSHv4i16 |
19231 | | /* 94864 */ MCD_OPC_FilterValue, 1, 109, 180, 0, // Skip to: 141058 |
19232 | | /* 94869 */ MCD_OPC_CheckPredicate, 48, 104, 180, 0, // Skip to: 141058 |
19233 | | /* 94874 */ MCD_OPC_Decode, 175, 15, 165, 3, // Opcode: CMEQv4i16 |
19234 | | /* 94879 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 94901 |
19235 | | /* 94884 */ MCD_OPC_CheckPredicate, 48, 89, 180, 0, // Skip to: 141058 |
19236 | | /* 94889 */ MCD_OPC_CheckField, 21, 1, 1, 82, 180, 0, // Skip to: 141058 |
19237 | | /* 94896 */ MCD_OPC_Decode, 161, 37, 186, 3, // Opcode: MLSv4i16 |
19238 | | /* 94901 */ MCD_OPC_FilterValue, 6, 72, 180, 0, // Skip to: 141058 |
19239 | | /* 94906 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19240 | | /* 94909 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 94924 |
19241 | | /* 94914 */ MCD_OPC_CheckPredicate, 48, 59, 180, 0, // Skip to: 141058 |
19242 | | /* 94919 */ MCD_OPC_Decode, 241, 15, 166, 3, // Opcode: CMLEv4i16rz |
19243 | | /* 94924 */ MCD_OPC_FilterValue, 57, 49, 180, 0, // Skip to: 141058 |
19244 | | /* 94929 */ MCD_OPC_CheckPredicate, 53, 44, 180, 0, // Skip to: 141058 |
19245 | | /* 94934 */ MCD_OPC_Decode, 242, 27, 166, 3, // Opcode: FRINTXv4f16 |
19246 | | /* 94939 */ MCD_OPC_FilterValue, 5, 182, 0, 0, // Skip to: 95126 |
19247 | | /* 94944 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19248 | | /* 94947 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 94969 |
19249 | | /* 94952 */ MCD_OPC_CheckPredicate, 48, 21, 180, 0, // Skip to: 141058 |
19250 | | /* 94957 */ MCD_OPC_CheckField, 21, 1, 1, 14, 180, 0, // Skip to: 141058 |
19251 | | /* 94964 */ MCD_OPC_Decode, 245, 58, 182, 3, // Opcode: UMLSLv4i16_v4i32 |
19252 | | /* 94969 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 94991 |
19253 | | /* 94974 */ MCD_OPC_CheckPredicate, 48, 255, 179, 0, // Skip to: 141058 |
19254 | | /* 94979 */ MCD_OPC_CheckField, 21, 1, 1, 248, 179, 0, // Skip to: 141058 |
19255 | | /* 94986 */ MCD_OPC_Decode, 183, 57, 165, 3, // Opcode: UMAXPv4i16 |
19256 | | /* 94991 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 95044 |
19257 | | /* 94996 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19258 | | /* 94999 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 95014 |
19259 | | /* 95004 */ MCD_OPC_CheckPredicate, 48, 225, 179, 0, // Skip to: 141058 |
19260 | | /* 95009 */ MCD_OPC_Decode, 196, 57, 177, 3, // Opcode: UMAXVv4i16v |
19261 | | /* 95014 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 95029 |
19262 | | /* 95019 */ MCD_OPC_CheckPredicate, 48, 210, 179, 0, // Skip to: 141058 |
19263 | | /* 95024 */ MCD_OPC_Decode, 253, 57, 177, 3, // Opcode: UMINVv4i16v |
19264 | | /* 95029 */ MCD_OPC_FilterValue, 57, 200, 179, 0, // Skip to: 141058 |
19265 | | /* 95034 */ MCD_OPC_CheckPredicate, 53, 195, 179, 0, // Skip to: 141058 |
19266 | | /* 95039 */ MCD_OPC_Decode, 234, 21, 166, 3, // Opcode: FCVTNUv4f16 |
19267 | | /* 95044 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 95066 |
19268 | | /* 95049 */ MCD_OPC_CheckPredicate, 48, 180, 179, 0, // Skip to: 141058 |
19269 | | /* 95054 */ MCD_OPC_CheckField, 21, 1, 1, 173, 179, 0, // Skip to: 141058 |
19270 | | /* 95061 */ MCD_OPC_Decode, 240, 57, 165, 3, // Opcode: UMINPv4i16 |
19271 | | /* 95066 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 95088 |
19272 | | /* 95071 */ MCD_OPC_CheckPredicate, 48, 158, 179, 0, // Skip to: 141058 |
19273 | | /* 95076 */ MCD_OPC_CheckField, 21, 1, 1, 151, 179, 0, // Skip to: 141058 |
19274 | | /* 95083 */ MCD_OPC_Decode, 213, 47, 165, 3, // Opcode: SQRDMULHv4i16 |
19275 | | /* 95088 */ MCD_OPC_FilterValue, 6, 141, 179, 0, // Skip to: 141058 |
19276 | | /* 95093 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19277 | | /* 95096 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 95111 |
19278 | | /* 95101 */ MCD_OPC_CheckPredicate, 48, 128, 179, 0, // Skip to: 141058 |
19279 | | /* 95106 */ MCD_OPC_Decode, 194, 38, 166, 3, // Opcode: NEGv4i16 |
19280 | | /* 95111 */ MCD_OPC_FilterValue, 57, 118, 179, 0, // Skip to: 141058 |
19281 | | /* 95116 */ MCD_OPC_CheckPredicate, 53, 113, 179, 0, // Skip to: 141058 |
19282 | | /* 95121 */ MCD_OPC_Decode, 202, 21, 166, 3, // Opcode: FCVTMUv4f16 |
19283 | | /* 95126 */ MCD_OPC_FilterValue, 6, 99, 0, 0, // Skip to: 95230 |
19284 | | /* 95131 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
19285 | | /* 95134 */ MCD_OPC_FilterValue, 0, 69, 0, 0, // Skip to: 95208 |
19286 | | /* 95139 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
19287 | | /* 95142 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 95164 |
19288 | | /* 95147 */ MCD_OPC_CheckPredicate, 48, 82, 179, 0, // Skip to: 141058 |
19289 | | /* 95152 */ MCD_OPC_CheckField, 21, 1, 1, 75, 179, 0, // Skip to: 141058 |
19290 | | /* 95159 */ MCD_OPC_Decode, 163, 59, 161, 3, // Opcode: UMULLv4i16_v4i32 |
19291 | | /* 95164 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 95186 |
19292 | | /* 95169 */ MCD_OPC_CheckPredicate, 53, 60, 179, 0, // Skip to: 141058 |
19293 | | /* 95174 */ MCD_OPC_CheckField, 16, 6, 57, 53, 179, 0, // Skip to: 141058 |
19294 | | /* 95181 */ MCD_OPC_Decode, 163, 21, 166, 3, // Opcode: FCVTAUv4f16 |
19295 | | /* 95186 */ MCD_OPC_FilterValue, 3, 43, 179, 0, // Skip to: 141058 |
19296 | | /* 95191 */ MCD_OPC_CheckPredicate, 53, 38, 179, 0, // Skip to: 141058 |
19297 | | /* 95196 */ MCD_OPC_CheckField, 16, 6, 57, 31, 179, 0, // Skip to: 141058 |
19298 | | /* 95203 */ MCD_OPC_Decode, 239, 56, 166, 3, // Opcode: UCVTFv4f16 |
19299 | | /* 95208 */ MCD_OPC_FilterValue, 1, 21, 179, 0, // Skip to: 141058 |
19300 | | /* 95213 */ MCD_OPC_CheckPredicate, 62, 16, 179, 0, // Skip to: 141058 |
19301 | | /* 95218 */ MCD_OPC_CheckField, 21, 1, 0, 9, 179, 0, // Skip to: 141058 |
19302 | | /* 95225 */ MCD_OPC_Decode, 211, 20, 223, 3, // Opcode: FCMLAv4f16 |
19303 | | /* 95230 */ MCD_OPC_FilterValue, 7, 255, 178, 0, // Skip to: 141058 |
19304 | | /* 95235 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
19305 | | /* 95238 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 95260 |
19306 | | /* 95243 */ MCD_OPC_CheckPredicate, 62, 242, 178, 0, // Skip to: 141058 |
19307 | | /* 95248 */ MCD_OPC_CheckField, 21, 1, 0, 235, 178, 0, // Skip to: 141058 |
19308 | | /* 95255 */ MCD_OPC_Decode, 248, 19, 224, 3, // Opcode: FCADDv4f16 |
19309 | | /* 95260 */ MCD_OPC_FilterValue, 3, 225, 178, 0, // Skip to: 141058 |
19310 | | /* 95265 */ MCD_OPC_CheckPredicate, 63, 220, 178, 0, // Skip to: 141058 |
19311 | | /* 95270 */ MCD_OPC_CheckField, 21, 1, 0, 213, 178, 0, // Skip to: 141058 |
19312 | | /* 95277 */ MCD_OPC_CheckField, 12, 1, 1, 206, 178, 0, // Skip to: 141058 |
19313 | | /* 95284 */ MCD_OPC_Decode, 186, 13, 186, 3, // Opcode: BFDOTv4bf16 |
19314 | | /* 95289 */ MCD_OPC_FilterValue, 2, 196, 7, 0, // Skip to: 97282 |
19315 | | /* 95294 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19316 | | /* 95297 */ MCD_OPC_FilterValue, 0, 197, 0, 0, // Skip to: 95499 |
19317 | | /* 95302 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
19318 | | /* 95305 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 95401 |
19319 | | /* 95310 */ MCD_OPC_ExtractField, 14, 2, // Inst{15-14} ... |
19320 | | /* 95313 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 95335 |
19321 | | /* 95318 */ MCD_OPC_CheckPredicate, 48, 167, 178, 0, // Skip to: 141058 |
19322 | | /* 95323 */ MCD_OPC_CheckField, 21, 1, 1, 160, 178, 0, // Skip to: 141058 |
19323 | | /* 95330 */ MCD_OPC_Decode, 208, 41, 190, 3, // Opcode: SADDLv8i16_v4i32 |
19324 | | /* 95335 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 95357 |
19325 | | /* 95340 */ MCD_OPC_CheckPredicate, 48, 145, 178, 0, // Skip to: 141058 |
19326 | | /* 95345 */ MCD_OPC_CheckField, 21, 1, 1, 138, 178, 0, // Skip to: 141058 |
19327 | | /* 95352 */ MCD_OPC_Decode, 203, 11, 188, 3, // Opcode: ADDHNv4i32_v8i16 |
19328 | | /* 95357 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 95379 |
19329 | | /* 95362 */ MCD_OPC_CheckPredicate, 48, 123, 178, 0, // Skip to: 141058 |
19330 | | /* 95367 */ MCD_OPC_CheckField, 21, 1, 1, 116, 178, 0, // Skip to: 141058 |
19331 | | /* 95374 */ MCD_OPC_Decode, 218, 44, 188, 3, // Opcode: SMLALv8i16_v4i32 |
19332 | | /* 95379 */ MCD_OPC_FilterValue, 3, 106, 178, 0, // Skip to: 141058 |
19333 | | /* 95384 */ MCD_OPC_CheckPredicate, 48, 101, 178, 0, // Skip to: 141058 |
19334 | | /* 95389 */ MCD_OPC_CheckField, 21, 1, 1, 94, 178, 0, // Skip to: 141058 |
19335 | | /* 95396 */ MCD_OPC_Decode, 182, 45, 190, 3, // Opcode: SMULLv8i16_v4i32 |
19336 | | /* 95401 */ MCD_OPC_FilterValue, 1, 84, 178, 0, // Skip to: 141058 |
19337 | | /* 95406 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
19338 | | /* 95409 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 95470 |
19339 | | /* 95414 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19340 | | /* 95417 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95432 |
19341 | | /* 95422 */ MCD_OPC_CheckPredicate, 64, 63, 178, 0, // Skip to: 141058 |
19342 | | /* 95427 */ MCD_OPC_Decode, 215, 36, 225, 3, // Opcode: LUT4v16f8 |
19343 | | /* 95432 */ MCD_OPC_FilterValue, 1, 53, 178, 0, // Skip to: 141058 |
19344 | | /* 95437 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
19345 | | /* 95440 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95455 |
19346 | | /* 95445 */ MCD_OPC_CheckPredicate, 48, 40, 178, 0, // Skip to: 141058 |
19347 | | /* 95450 */ MCD_OPC_Decode, 205, 50, 190, 3, // Opcode: SSUBLv8i16_v4i32 |
19348 | | /* 95455 */ MCD_OPC_FilterValue, 1, 30, 178, 0, // Skip to: 141058 |
19349 | | /* 95460 */ MCD_OPC_CheckPredicate, 48, 25, 178, 0, // Skip to: 141058 |
19350 | | /* 95465 */ MCD_OPC_Decode, 140, 54, 188, 3, // Opcode: SUBHNv4i32_v8i16 |
19351 | | /* 95470 */ MCD_OPC_FilterValue, 1, 15, 178, 0, // Skip to: 141058 |
19352 | | /* 95475 */ MCD_OPC_CheckPredicate, 48, 10, 178, 0, // Skip to: 141058 |
19353 | | /* 95480 */ MCD_OPC_CheckField, 21, 1, 1, 3, 178, 0, // Skip to: 141058 |
19354 | | /* 95487 */ MCD_OPC_CheckField, 14, 1, 0, 252, 177, 0, // Skip to: 141058 |
19355 | | /* 95494 */ MCD_OPC_Decode, 134, 45, 188, 3, // Opcode: SMLSLv8i16_v4i32 |
19356 | | /* 95499 */ MCD_OPC_FilterValue, 1, 227, 0, 0, // Skip to: 95731 |
19357 | | /* 95504 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19358 | | /* 95507 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 95545 |
19359 | | /* 95512 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19360 | | /* 95515 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95530 |
19361 | | /* 95520 */ MCD_OPC_CheckPredicate, 53, 221, 177, 0, // Skip to: 141058 |
19362 | | /* 95525 */ MCD_OPC_Decode, 223, 23, 190, 3, // Opcode: FMAXNMv8f16 |
19363 | | /* 95530 */ MCD_OPC_FilterValue, 1, 211, 177, 0, // Skip to: 141058 |
19364 | | /* 95535 */ MCD_OPC_CheckPredicate, 48, 206, 177, 0, // Skip to: 141058 |
19365 | | /* 95540 */ MCD_OPC_Decode, 251, 42, 190, 3, // Opcode: SHADDv8i16 |
19366 | | /* 95545 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 95583 |
19367 | | /* 95550 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19368 | | /* 95553 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95568 |
19369 | | /* 95558 */ MCD_OPC_CheckPredicate, 53, 183, 177, 0, // Skip to: 141058 |
19370 | | /* 95563 */ MCD_OPC_Decode, 158, 20, 190, 3, // Opcode: FCMEQv8f16 |
19371 | | /* 95568 */ MCD_OPC_FilterValue, 1, 173, 177, 0, // Skip to: 141058 |
19372 | | /* 95573 */ MCD_OPC_CheckPredicate, 48, 168, 177, 0, // Skip to: 141058 |
19373 | | /* 95578 */ MCD_OPC_Decode, 163, 43, 190, 3, // Opcode: SHSUBv8i16 |
19374 | | /* 95583 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 95605 |
19375 | | /* 95588 */ MCD_OPC_CheckPredicate, 48, 153, 177, 0, // Skip to: 141058 |
19376 | | /* 95593 */ MCD_OPC_CheckField, 21, 1, 1, 146, 177, 0, // Skip to: 141058 |
19377 | | /* 95600 */ MCD_OPC_Decode, 128, 50, 190, 3, // Opcode: SSHLv8i16 |
19378 | | /* 95605 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 95627 |
19379 | | /* 95610 */ MCD_OPC_CheckPredicate, 48, 131, 177, 0, // Skip to: 141058 |
19380 | | /* 95615 */ MCD_OPC_CheckField, 21, 1, 1, 124, 177, 0, // Skip to: 141058 |
19381 | | /* 95622 */ MCD_OPC_Decode, 244, 43, 190, 3, // Opcode: SMAXv8i16 |
19382 | | /* 95627 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 95649 |
19383 | | /* 95632 */ MCD_OPC_CheckPredicate, 48, 109, 177, 0, // Skip to: 141058 |
19384 | | /* 95637 */ MCD_OPC_CheckField, 21, 1, 1, 102, 177, 0, // Skip to: 141058 |
19385 | | /* 95644 */ MCD_OPC_Decode, 160, 12, 190, 3, // Opcode: ADDv8i16 |
19386 | | /* 95649 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 95671 |
19387 | | /* 95654 */ MCD_OPC_CheckPredicate, 48, 87, 177, 0, // Skip to: 141058 |
19388 | | /* 95659 */ MCD_OPC_CheckField, 21, 1, 1, 80, 177, 0, // Skip to: 141058 |
19389 | | /* 95666 */ MCD_OPC_Decode, 197, 43, 190, 3, // Opcode: SMAXPv8i16 |
19390 | | /* 95671 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 95709 |
19391 | | /* 95676 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19392 | | /* 95679 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95694 |
19393 | | /* 95684 */ MCD_OPC_CheckPredicate, 52, 57, 177, 0, // Skip to: 141058 |
19394 | | /* 95689 */ MCD_OPC_Decode, 129, 25, 188, 3, // Opcode: FMLALLTTv4f32 |
19395 | | /* 95694 */ MCD_OPC_FilterValue, 1, 47, 177, 0, // Skip to: 141058 |
19396 | | /* 95699 */ MCD_OPC_CheckPredicate, 48, 42, 177, 0, // Skip to: 141058 |
19397 | | /* 95704 */ MCD_OPC_Decode, 220, 23, 190, 3, // Opcode: FMAXNMv2f64 |
19398 | | /* 95709 */ MCD_OPC_FilterValue, 7, 32, 177, 0, // Skip to: 141058 |
19399 | | /* 95714 */ MCD_OPC_CheckPredicate, 48, 27, 177, 0, // Skip to: 141058 |
19400 | | /* 95719 */ MCD_OPC_CheckField, 21, 1, 1, 20, 177, 0, // Skip to: 141058 |
19401 | | /* 95726 */ MCD_OPC_Decode, 151, 20, 190, 3, // Opcode: FCMEQv2f64 |
19402 | | /* 95731 */ MCD_OPC_FilterValue, 2, 121, 1, 0, // Skip to: 96113 |
19403 | | /* 95736 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19404 | | /* 95739 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 95761 |
19405 | | /* 95744 */ MCD_OPC_CheckPredicate, 48, 253, 176, 0, // Skip to: 141058 |
19406 | | /* 95749 */ MCD_OPC_CheckField, 16, 6, 32, 246, 176, 0, // Skip to: 141058 |
19407 | | /* 95756 */ MCD_OPC_Decode, 212, 40, 195, 3, // Opcode: REV64v8i16 |
19408 | | /* 95761 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 95821 |
19409 | | /* 95766 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19410 | | /* 95769 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95784 |
19411 | | /* 95774 */ MCD_OPC_CheckPredicate, 48, 223, 176, 0, // Skip to: 141058 |
19412 | | /* 95779 */ MCD_OPC_Decode, 209, 55, 190, 3, // Opcode: TRN1v8i16 |
19413 | | /* 95784 */ MCD_OPC_FilterValue, 1, 213, 176, 0, // Skip to: 141058 |
19414 | | /* 95789 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
19415 | | /* 95792 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95807 |
19416 | | /* 95797 */ MCD_OPC_CheckPredicate, 48, 200, 176, 0, // Skip to: 141058 |
19417 | | /* 95802 */ MCD_OPC_Decode, 194, 41, 195, 3, // Opcode: SADDLPv8i16_v4i32 |
19418 | | /* 95807 */ MCD_OPC_FilterValue, 1, 190, 176, 0, // Skip to: 141058 |
19419 | | /* 95812 */ MCD_OPC_CheckPredicate, 48, 185, 176, 0, // Skip to: 141058 |
19420 | | /* 95817 */ MCD_OPC_Decode, 138, 64, 1, // Opcode: XTNv8i16 |
19421 | | /* 95821 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 95858 |
19422 | | /* 95826 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19423 | | /* 95829 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 95844 |
19424 | | /* 95834 */ MCD_OPC_CheckPredicate, 48, 163, 176, 0, // Skip to: 141058 |
19425 | | /* 95839 */ MCD_OPC_Decode, 153, 15, 195, 3, // Opcode: CLSv8i16 |
19426 | | /* 95844 */ MCD_OPC_FilterValue, 33, 153, 176, 0, // Skip to: 141058 |
19427 | | /* 95849 */ MCD_OPC_CheckPredicate, 48, 148, 176, 0, // Skip to: 141058 |
19428 | | /* 95854 */ MCD_OPC_Decode, 143, 49, 1, // Opcode: SQXTNv8i16 |
19429 | | /* 95858 */ MCD_OPC_FilterValue, 3, 54, 0, 0, // Skip to: 95917 |
19430 | | /* 95863 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19431 | | /* 95866 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 95881 |
19432 | | /* 95871 */ MCD_OPC_CheckPredicate, 48, 126, 176, 0, // Skip to: 141058 |
19433 | | /* 95876 */ MCD_OPC_Decode, 225, 55, 190, 3, // Opcode: TRN2v8i16 |
19434 | | /* 95881 */ MCD_OPC_FilterValue, 1, 116, 176, 0, // Skip to: 141058 |
19435 | | /* 95886 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
19436 | | /* 95889 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 95903 |
19437 | | /* 95894 */ MCD_OPC_CheckPredicate, 48, 103, 176, 0, // Skip to: 141058 |
19438 | | /* 95899 */ MCD_OPC_Decode, 182, 41, 1, // Opcode: SADALPv8i16_v4i32 |
19439 | | /* 95903 */ MCD_OPC_FilterValue, 1, 94, 176, 0, // Skip to: 141058 |
19440 | | /* 95908 */ MCD_OPC_CheckPredicate, 48, 89, 176, 0, // Skip to: 141058 |
19441 | | /* 95913 */ MCD_OPC_Decode, 246, 21, 1, // Opcode: FCVTNv4i32 |
19442 | | /* 95917 */ MCD_OPC_FilterValue, 4, 48, 0, 0, // Skip to: 95970 |
19443 | | /* 95922 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19444 | | /* 95925 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 95940 |
19445 | | /* 95930 */ MCD_OPC_CheckPredicate, 48, 67, 176, 0, // Skip to: 141058 |
19446 | | /* 95935 */ MCD_OPC_Decode, 212, 15, 195, 3, // Opcode: CMGTv8i16rz |
19447 | | /* 95940 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 95955 |
19448 | | /* 95945 */ MCD_OPC_CheckPredicate, 48, 52, 176, 0, // Skip to: 141058 |
19449 | | /* 95950 */ MCD_OPC_Decode, 217, 27, 195, 3, // Opcode: FRINTNv2f64 |
19450 | | /* 95955 */ MCD_OPC_FilterValue, 57, 42, 176, 0, // Skip to: 141058 |
19451 | | /* 95960 */ MCD_OPC_CheckPredicate, 53, 37, 176, 0, // Skip to: 141058 |
19452 | | /* 95965 */ MCD_OPC_Decode, 220, 27, 195, 3, // Opcode: FRINTNv8f16 |
19453 | | /* 95970 */ MCD_OPC_FilterValue, 5, 78, 0, 0, // Skip to: 96053 |
19454 | | /* 95975 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19455 | | /* 95978 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 95993 |
19456 | | /* 95983 */ MCD_OPC_CheckPredicate, 48, 14, 176, 0, // Skip to: 141058 |
19457 | | /* 95988 */ MCD_OPC_Decode, 251, 15, 195, 3, // Opcode: CMLTv8i16rz |
19458 | | /* 95993 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 96008 |
19459 | | /* 95998 */ MCD_OPC_CheckPredicate, 48, 255, 175, 0, // Skip to: 141058 |
19460 | | /* 96003 */ MCD_OPC_Decode, 216, 21, 195, 3, // Opcode: FCVTNSv2f64 |
19461 | | /* 96008 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 96023 |
19462 | | /* 96013 */ MCD_OPC_CheckPredicate, 48, 240, 175, 0, // Skip to: 141058 |
19463 | | /* 96018 */ MCD_OPC_Decode, 210, 43, 208, 3, // Opcode: SMAXVv8i16v |
19464 | | /* 96023 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 96038 |
19465 | | /* 96028 */ MCD_OPC_CheckPredicate, 48, 225, 175, 0, // Skip to: 141058 |
19466 | | /* 96033 */ MCD_OPC_Decode, 140, 44, 208, 3, // Opcode: SMINVv8i16v |
19467 | | /* 96038 */ MCD_OPC_FilterValue, 57, 215, 175, 0, // Skip to: 141058 |
19468 | | /* 96043 */ MCD_OPC_CheckPredicate, 53, 210, 175, 0, // Skip to: 141058 |
19469 | | /* 96048 */ MCD_OPC_Decode, 219, 21, 195, 3, // Opcode: FCVTNSv8f16 |
19470 | | /* 96053 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 96091 |
19471 | | /* 96058 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19472 | | /* 96061 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 96076 |
19473 | | /* 96066 */ MCD_OPC_CheckPredicate, 48, 187, 175, 0, // Skip to: 141058 |
19474 | | /* 96071 */ MCD_OPC_Decode, 148, 21, 195, 3, // Opcode: FCVTASv2f64 |
19475 | | /* 96076 */ MCD_OPC_FilterValue, 57, 177, 175, 0, // Skip to: 141058 |
19476 | | /* 96081 */ MCD_OPC_CheckPredicate, 53, 172, 175, 0, // Skip to: 141058 |
19477 | | /* 96086 */ MCD_OPC_Decode, 151, 21, 195, 3, // Opcode: FCVTASv8f16 |
19478 | | /* 96091 */ MCD_OPC_FilterValue, 7, 162, 175, 0, // Skip to: 141058 |
19479 | | /* 96096 */ MCD_OPC_CheckPredicate, 54, 157, 175, 0, // Skip to: 141058 |
19480 | | /* 96101 */ MCD_OPC_CheckField, 16, 6, 33, 150, 175, 0, // Skip to: 141058 |
19481 | | /* 96108 */ MCD_OPC_Decode, 159, 27, 195, 3, // Opcode: FRINT32Zv2f64 |
19482 | | /* 96113 */ MCD_OPC_FilterValue, 3, 173, 0, 0, // Skip to: 96291 |
19483 | | /* 96118 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19484 | | /* 96121 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 96159 |
19485 | | /* 96126 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19486 | | /* 96129 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96144 |
19487 | | /* 96134 */ MCD_OPC_CheckPredicate, 53, 119, 175, 0, // Skip to: 141058 |
19488 | | /* 96139 */ MCD_OPC_Decode, 199, 25, 188, 3, // Opcode: FMLAv8f16 |
19489 | | /* 96144 */ MCD_OPC_FilterValue, 1, 109, 175, 0, // Skip to: 141058 |
19490 | | /* 96149 */ MCD_OPC_CheckPredicate, 48, 104, 175, 0, // Skip to: 141058 |
19491 | | /* 96154 */ MCD_OPC_Decode, 228, 45, 190, 3, // Opcode: SQADDv8i16 |
19492 | | /* 96159 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 96181 |
19493 | | /* 96164 */ MCD_OPC_CheckPredicate, 48, 89, 175, 0, // Skip to: 141058 |
19494 | | /* 96169 */ MCD_OPC_CheckField, 21, 1, 1, 82, 175, 0, // Skip to: 141058 |
19495 | | /* 96176 */ MCD_OPC_Decode, 128, 49, 190, 3, // Opcode: SQSUBv8i16 |
19496 | | /* 96181 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 96203 |
19497 | | /* 96186 */ MCD_OPC_CheckPredicate, 48, 67, 175, 0, // Skip to: 141058 |
19498 | | /* 96191 */ MCD_OPC_CheckField, 21, 1, 1, 60, 175, 0, // Skip to: 141058 |
19499 | | /* 96198 */ MCD_OPC_Decode, 197, 48, 190, 3, // Opcode: SQSHLv8i16 |
19500 | | /* 96203 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 96225 |
19501 | | /* 96208 */ MCD_OPC_CheckPredicate, 48, 45, 175, 0, // Skip to: 141058 |
19502 | | /* 96213 */ MCD_OPC_CheckField, 21, 1, 1, 38, 175, 0, // Skip to: 141058 |
19503 | | /* 96220 */ MCD_OPC_Decode, 174, 44, 190, 3, // Opcode: SMINv8i16 |
19504 | | /* 96225 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 96247 |
19505 | | /* 96230 */ MCD_OPC_CheckPredicate, 48, 23, 175, 0, // Skip to: 141058 |
19506 | | /* 96235 */ MCD_OPC_CheckField, 21, 1, 1, 16, 175, 0, // Skip to: 141058 |
19507 | | /* 96242 */ MCD_OPC_Decode, 225, 16, 190, 3, // Opcode: CMTSTv8i16 |
19508 | | /* 96247 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 96269 |
19509 | | /* 96252 */ MCD_OPC_CheckPredicate, 48, 1, 175, 0, // Skip to: 141058 |
19510 | | /* 96257 */ MCD_OPC_CheckField, 21, 1, 1, 250, 174, 0, // Skip to: 141058 |
19511 | | /* 96264 */ MCD_OPC_Decode, 255, 43, 190, 3, // Opcode: SMINPv8i16 |
19512 | | /* 96269 */ MCD_OPC_FilterValue, 6, 240, 174, 0, // Skip to: 141058 |
19513 | | /* 96274 */ MCD_OPC_CheckPredicate, 48, 235, 174, 0, // Skip to: 141058 |
19514 | | /* 96279 */ MCD_OPC_CheckField, 21, 1, 1, 228, 174, 0, // Skip to: 141058 |
19515 | | /* 96286 */ MCD_OPC_Decode, 192, 25, 188, 3, // Opcode: FMLAv2f64 |
19516 | | /* 96291 */ MCD_OPC_FilterValue, 4, 168, 0, 0, // Skip to: 96464 |
19517 | | /* 96296 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
19518 | | /* 96299 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 96390 |
19519 | | /* 96304 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19520 | | /* 96307 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96322 |
19521 | | /* 96312 */ MCD_OPC_CheckPredicate, 64, 197, 174, 0, // Skip to: 141058 |
19522 | | /* 96317 */ MCD_OPC_Decode, 216, 36, 226, 3, // Opcode: LUT4v8f16 |
19523 | | /* 96322 */ MCD_OPC_FilterValue, 1, 187, 174, 0, // Skip to: 141058 |
19524 | | /* 96327 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
19525 | | /* 96330 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96345 |
19526 | | /* 96335 */ MCD_OPC_CheckPredicate, 48, 174, 174, 0, // Skip to: 141058 |
19527 | | /* 96340 */ MCD_OPC_Decode, 223, 41, 190, 3, // Opcode: SADDWv8i16_v4i32 |
19528 | | /* 96345 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 96360 |
19529 | | /* 96350 */ MCD_OPC_CheckPredicate, 48, 159, 174, 0, // Skip to: 141058 |
19530 | | /* 96355 */ MCD_OPC_Decode, 217, 50, 190, 3, // Opcode: SSUBWv8i16_v4i32 |
19531 | | /* 96360 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 96375 |
19532 | | /* 96365 */ MCD_OPC_CheckPredicate, 48, 144, 174, 0, // Skip to: 141058 |
19533 | | /* 96370 */ MCD_OPC_Decode, 141, 41, 188, 3, // Opcode: SABALv8i16_v4i32 |
19534 | | /* 96375 */ MCD_OPC_FilterValue, 3, 134, 174, 0, // Skip to: 141058 |
19535 | | /* 96380 */ MCD_OPC_CheckPredicate, 48, 129, 174, 0, // Skip to: 141058 |
19536 | | /* 96385 */ MCD_OPC_Decode, 163, 41, 190, 3, // Opcode: SABDLv8i16_v4i32 |
19537 | | /* 96390 */ MCD_OPC_FilterValue, 1, 119, 174, 0, // Skip to: 141058 |
19538 | | /* 96395 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
19539 | | /* 96398 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 96420 |
19540 | | /* 96403 */ MCD_OPC_CheckPredicate, 48, 106, 174, 0, // Skip to: 141058 |
19541 | | /* 96408 */ MCD_OPC_CheckField, 21, 1, 1, 99, 174, 0, // Skip to: 141058 |
19542 | | /* 96415 */ MCD_OPC_Decode, 164, 46, 188, 3, // Opcode: SQDMLALv8i16_v4i32 |
19543 | | /* 96420 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 96442 |
19544 | | /* 96425 */ MCD_OPC_CheckPredicate, 48, 84, 174, 0, // Skip to: 141058 |
19545 | | /* 96430 */ MCD_OPC_CheckField, 21, 1, 1, 77, 174, 0, // Skip to: 141058 |
19546 | | /* 96437 */ MCD_OPC_Decode, 189, 46, 188, 3, // Opcode: SQDMLSLv8i16_v4i32 |
19547 | | /* 96442 */ MCD_OPC_FilterValue, 2, 67, 174, 0, // Skip to: 141058 |
19548 | | /* 96447 */ MCD_OPC_CheckPredicate, 48, 62, 174, 0, // Skip to: 141058 |
19549 | | /* 96452 */ MCD_OPC_CheckField, 21, 1, 1, 55, 174, 0, // Skip to: 141058 |
19550 | | /* 96459 */ MCD_OPC_Decode, 246, 46, 190, 3, // Opcode: SQDMULLv8i16_v4i32 |
19551 | | /* 96464 */ MCD_OPC_FilterValue, 5, 227, 0, 0, // Skip to: 96696 |
19552 | | /* 96469 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19553 | | /* 96472 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 96510 |
19554 | | /* 96477 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19555 | | /* 96480 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96495 |
19556 | | /* 96485 */ MCD_OPC_CheckPredicate, 53, 24, 174, 0, // Skip to: 141058 |
19557 | | /* 96490 */ MCD_OPC_Decode, 214, 19, 190, 3, // Opcode: FADDv8f16 |
19558 | | /* 96495 */ MCD_OPC_FilterValue, 1, 14, 174, 0, // Skip to: 141058 |
19559 | | /* 96500 */ MCD_OPC_CheckPredicate, 48, 9, 174, 0, // Skip to: 141058 |
19560 | | /* 96505 */ MCD_OPC_Decode, 168, 49, 190, 3, // Opcode: SRHADDv8i16 |
19561 | | /* 96510 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 96548 |
19562 | | /* 96515 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19563 | | /* 96518 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96533 |
19564 | | /* 96523 */ MCD_OPC_CheckPredicate, 53, 242, 173, 0, // Skip to: 141058 |
19565 | | /* 96528 */ MCD_OPC_Decode, 139, 24, 190, 3, // Opcode: FMAXv8f16 |
19566 | | /* 96533 */ MCD_OPC_FilterValue, 1, 232, 173, 0, // Skip to: 141058 |
19567 | | /* 96538 */ MCD_OPC_CheckPredicate, 48, 227, 173, 0, // Skip to: 141058 |
19568 | | /* 96543 */ MCD_OPC_Decode, 211, 15, 190, 3, // Opcode: CMGTv8i16 |
19569 | | /* 96548 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 96570 |
19570 | | /* 96553 */ MCD_OPC_CheckPredicate, 48, 212, 173, 0, // Skip to: 141058 |
19571 | | /* 96558 */ MCD_OPC_CheckField, 21, 1, 1, 205, 173, 0, // Skip to: 141058 |
19572 | | /* 96565 */ MCD_OPC_Decode, 212, 49, 190, 3, // Opcode: SRSHLv8i16 |
19573 | | /* 96570 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 96592 |
19574 | | /* 96575 */ MCD_OPC_CheckPredicate, 48, 190, 173, 0, // Skip to: 141058 |
19575 | | /* 96580 */ MCD_OPC_CheckField, 21, 1, 1, 183, 173, 0, // Skip to: 141058 |
19576 | | /* 96587 */ MCD_OPC_Decode, 173, 41, 190, 3, // Opcode: SABDv8i16 |
19577 | | /* 96592 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 96614 |
19578 | | /* 96597 */ MCD_OPC_CheckPredicate, 48, 168, 173, 0, // Skip to: 141058 |
19579 | | /* 96602 */ MCD_OPC_CheckField, 21, 1, 1, 161, 173, 0, // Skip to: 141058 |
19580 | | /* 96609 */ MCD_OPC_Decode, 148, 37, 188, 3, // Opcode: MLAv8i16 |
19581 | | /* 96614 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 96636 |
19582 | | /* 96619 */ MCD_OPC_CheckPredicate, 48, 146, 173, 0, // Skip to: 141058 |
19583 | | /* 96624 */ MCD_OPC_CheckField, 21, 1, 1, 139, 173, 0, // Skip to: 141058 |
19584 | | /* 96631 */ MCD_OPC_Decode, 223, 46, 190, 3, // Opcode: SQDMULHv8i16 |
19585 | | /* 96636 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 96658 |
19586 | | /* 96641 */ MCD_OPC_CheckPredicate, 48, 124, 173, 0, // Skip to: 141058 |
19587 | | /* 96646 */ MCD_OPC_CheckField, 21, 1, 1, 117, 173, 0, // Skip to: 141058 |
19588 | | /* 96653 */ MCD_OPC_Decode, 211, 19, 190, 3, // Opcode: FADDv2f64 |
19589 | | /* 96658 */ MCD_OPC_FilterValue, 7, 107, 173, 0, // Skip to: 141058 |
19590 | | /* 96663 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19591 | | /* 96666 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96681 |
19592 | | /* 96671 */ MCD_OPC_CheckPredicate, 56, 94, 173, 0, // Skip to: 141058 |
19593 | | /* 96676 */ MCD_OPC_Decode, 237, 21, 190, 3, // Opcode: FCVTN_F16_F8v16f8 |
19594 | | /* 96681 */ MCD_OPC_FilterValue, 1, 84, 173, 0, // Skip to: 141058 |
19595 | | /* 96686 */ MCD_OPC_CheckPredicate, 48, 79, 173, 0, // Skip to: 141058 |
19596 | | /* 96691 */ MCD_OPC_Decode, 136, 24, 190, 3, // Opcode: FMAXv2f64 |
19597 | | /* 96696 */ MCD_OPC_FilterValue, 6, 93, 1, 0, // Skip to: 97050 |
19598 | | /* 96701 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19599 | | /* 96704 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 96726 |
19600 | | /* 96709 */ MCD_OPC_CheckPredicate, 48, 56, 173, 0, // Skip to: 141058 |
19601 | | /* 96714 */ MCD_OPC_CheckField, 21, 1, 0, 49, 173, 0, // Skip to: 141058 |
19602 | | /* 96721 */ MCD_OPC_Decode, 202, 62, 190, 3, // Opcode: UZP1v8i16 |
19603 | | /* 96726 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 96786 |
19604 | | /* 96731 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19605 | | /* 96734 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96749 |
19606 | | /* 96739 */ MCD_OPC_CheckPredicate, 48, 26, 173, 0, // Skip to: 141058 |
19607 | | /* 96744 */ MCD_OPC_Decode, 164, 64, 190, 3, // Opcode: ZIP1v8i16 |
19608 | | /* 96749 */ MCD_OPC_FilterValue, 1, 16, 173, 0, // Skip to: 141058 |
19609 | | /* 96754 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
19610 | | /* 96757 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 96771 |
19611 | | /* 96762 */ MCD_OPC_CheckPredicate, 48, 3, 173, 0, // Skip to: 141058 |
19612 | | /* 96767 */ MCD_OPC_Decode, 243, 54, 1, // Opcode: SUQADDv8i16 |
19613 | | /* 96771 */ MCD_OPC_FilterValue, 16, 250, 172, 0, // Skip to: 141058 |
19614 | | /* 96776 */ MCD_OPC_CheckPredicate, 48, 245, 172, 0, // Skip to: 141058 |
19615 | | /* 96781 */ MCD_OPC_Decode, 202, 41, 216, 3, // Opcode: SADDLVv8i16v |
19616 | | /* 96786 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 96808 |
19617 | | /* 96791 */ MCD_OPC_CheckPredicate, 48, 230, 172, 0, // Skip to: 141058 |
19618 | | /* 96796 */ MCD_OPC_CheckField, 21, 1, 0, 223, 172, 0, // Skip to: 141058 |
19619 | | /* 96803 */ MCD_OPC_Decode, 218, 62, 190, 3, // Opcode: UZP2v8i16 |
19620 | | /* 96808 */ MCD_OPC_FilterValue, 3, 56, 0, 0, // Skip to: 96869 |
19621 | | /* 96813 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19622 | | /* 96816 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96831 |
19623 | | /* 96821 */ MCD_OPC_CheckPredicate, 48, 200, 172, 0, // Skip to: 141058 |
19624 | | /* 96826 */ MCD_OPC_Decode, 180, 64, 190, 3, // Opcode: ZIP2v8i16 |
19625 | | /* 96831 */ MCD_OPC_FilterValue, 1, 190, 172, 0, // Skip to: 141058 |
19626 | | /* 96836 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
19627 | | /* 96839 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 96854 |
19628 | | /* 96844 */ MCD_OPC_CheckPredicate, 48, 177, 172, 0, // Skip to: 141058 |
19629 | | /* 96849 */ MCD_OPC_Decode, 205, 45, 195, 3, // Opcode: SQABSv8i16 |
19630 | | /* 96854 */ MCD_OPC_FilterValue, 1, 167, 172, 0, // Skip to: 141058 |
19631 | | /* 96859 */ MCD_OPC_CheckPredicate, 48, 162, 172, 0, // Skip to: 141058 |
19632 | | /* 96864 */ MCD_OPC_Decode, 175, 21, 195, 3, // Opcode: FCVTLv4i32 |
19633 | | /* 96869 */ MCD_OPC_FilterValue, 4, 48, 0, 0, // Skip to: 96922 |
19634 | | /* 96874 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19635 | | /* 96877 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 96892 |
19636 | | /* 96882 */ MCD_OPC_CheckPredicate, 48, 139, 172, 0, // Skip to: 141058 |
19637 | | /* 96887 */ MCD_OPC_Decode, 180, 15, 195, 3, // Opcode: CMEQv8i16rz |
19638 | | /* 96892 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 96907 |
19639 | | /* 96897 */ MCD_OPC_CheckPredicate, 48, 124, 172, 0, // Skip to: 141058 |
19640 | | /* 96902 */ MCD_OPC_Decode, 204, 27, 195, 3, // Opcode: FRINTMv2f64 |
19641 | | /* 96907 */ MCD_OPC_FilterValue, 57, 114, 172, 0, // Skip to: 141058 |
19642 | | /* 96912 */ MCD_OPC_CheckPredicate, 53, 109, 172, 0, // Skip to: 141058 |
19643 | | /* 96917 */ MCD_OPC_Decode, 207, 27, 195, 3, // Opcode: FRINTMv8f16 |
19644 | | /* 96922 */ MCD_OPC_FilterValue, 5, 63, 0, 0, // Skip to: 96990 |
19645 | | /* 96927 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19646 | | /* 96930 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 96945 |
19647 | | /* 96935 */ MCD_OPC_CheckPredicate, 48, 86, 172, 0, // Skip to: 141058 |
19648 | | /* 96940 */ MCD_OPC_Decode, 181, 11, 195, 3, // Opcode: ABSv8i16 |
19649 | | /* 96945 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 96960 |
19650 | | /* 96950 */ MCD_OPC_CheckPredicate, 48, 71, 172, 0, // Skip to: 141058 |
19651 | | /* 96955 */ MCD_OPC_Decode, 187, 21, 195, 3, // Opcode: FCVTMSv2f64 |
19652 | | /* 96960 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 96975 |
19653 | | /* 96965 */ MCD_OPC_CheckPredicate, 48, 56, 172, 0, // Skip to: 141058 |
19654 | | /* 96970 */ MCD_OPC_Decode, 239, 11, 208, 3, // Opcode: ADDVv8i16v |
19655 | | /* 96975 */ MCD_OPC_FilterValue, 57, 46, 172, 0, // Skip to: 141058 |
19656 | | /* 96980 */ MCD_OPC_CheckPredicate, 53, 41, 172, 0, // Skip to: 141058 |
19657 | | /* 96985 */ MCD_OPC_Decode, 190, 21, 195, 3, // Opcode: FCVTMSv8f16 |
19658 | | /* 96990 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 97028 |
19659 | | /* 96995 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19660 | | /* 96998 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 97013 |
19661 | | /* 97003 */ MCD_OPC_CheckPredicate, 48, 18, 172, 0, // Skip to: 141058 |
19662 | | /* 97008 */ MCD_OPC_Decode, 148, 42, 195, 3, // Opcode: SCVTFv2f64 |
19663 | | /* 97013 */ MCD_OPC_FilterValue, 57, 8, 172, 0, // Skip to: 141058 |
19664 | | /* 97018 */ MCD_OPC_CheckPredicate, 53, 3, 172, 0, // Skip to: 141058 |
19665 | | /* 97023 */ MCD_OPC_Decode, 155, 42, 195, 3, // Opcode: SCVTFv8f16 |
19666 | | /* 97028 */ MCD_OPC_FilterValue, 7, 249, 171, 0, // Skip to: 141058 |
19667 | | /* 97033 */ MCD_OPC_CheckPredicate, 54, 244, 171, 0, // Skip to: 141058 |
19668 | | /* 97038 */ MCD_OPC_CheckField, 16, 6, 33, 237, 171, 0, // Skip to: 141058 |
19669 | | /* 97045 */ MCD_OPC_Decode, 169, 27, 195, 3, // Opcode: FRINT64Zv2f64 |
19670 | | /* 97050 */ MCD_OPC_FilterValue, 7, 227, 171, 0, // Skip to: 141058 |
19671 | | /* 97055 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19672 | | /* 97058 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 97096 |
19673 | | /* 97063 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19674 | | /* 97066 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97081 |
19675 | | /* 97071 */ MCD_OPC_CheckPredicate, 53, 206, 171, 0, // Skip to: 141058 |
19676 | | /* 97076 */ MCD_OPC_Decode, 192, 26, 190, 3, // Opcode: FMULXv8f16 |
19677 | | /* 97081 */ MCD_OPC_FilterValue, 1, 196, 171, 0, // Skip to: 141058 |
19678 | | /* 97086 */ MCD_OPC_CheckPredicate, 48, 191, 171, 0, // Skip to: 141058 |
19679 | | /* 97091 */ MCD_OPC_Decode, 155, 14, 190, 3, // Opcode: BICv16i8 |
19680 | | /* 97096 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 97134 |
19681 | | /* 97101 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19682 | | /* 97104 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97119 |
19683 | | /* 97109 */ MCD_OPC_CheckPredicate, 53, 168, 171, 0, // Skip to: 141058 |
19684 | | /* 97114 */ MCD_OPC_Decode, 144, 27, 190, 3, // Opcode: FRECPSv8f16 |
19685 | | /* 97119 */ MCD_OPC_FilterValue, 1, 158, 171, 0, // Skip to: 141058 |
19686 | | /* 97124 */ MCD_OPC_CheckPredicate, 48, 153, 171, 0, // Skip to: 141058 |
19687 | | /* 97129 */ MCD_OPC_Decode, 195, 15, 190, 3, // Opcode: CMGEv8i16 |
19688 | | /* 97134 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 97156 |
19689 | | /* 97139 */ MCD_OPC_CheckPredicate, 48, 138, 171, 0, // Skip to: 141058 |
19690 | | /* 97144 */ MCD_OPC_CheckField, 21, 1, 1, 131, 171, 0, // Skip to: 141058 |
19691 | | /* 97151 */ MCD_OPC_Decode, 236, 47, 190, 3, // Opcode: SQRSHLv8i16 |
19692 | | /* 97156 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 97178 |
19693 | | /* 97161 */ MCD_OPC_CheckPredicate, 48, 116, 171, 0, // Skip to: 141058 |
19694 | | /* 97166 */ MCD_OPC_CheckField, 21, 1, 1, 109, 171, 0, // Skip to: 141058 |
19695 | | /* 97173 */ MCD_OPC_Decode, 151, 41, 188, 3, // Opcode: SABAv8i16 |
19696 | | /* 97178 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 97200 |
19697 | | /* 97183 */ MCD_OPC_CheckPredicate, 48, 94, 171, 0, // Skip to: 141058 |
19698 | | /* 97188 */ MCD_OPC_CheckField, 21, 1, 1, 87, 171, 0, // Skip to: 141058 |
19699 | | /* 97195 */ MCD_OPC_Decode, 174, 38, 190, 3, // Opcode: MULv8i16 |
19700 | | /* 97200 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 97222 |
19701 | | /* 97205 */ MCD_OPC_CheckPredicate, 48, 72, 171, 0, // Skip to: 141058 |
19702 | | /* 97210 */ MCD_OPC_CheckField, 21, 1, 1, 65, 171, 0, // Skip to: 141058 |
19703 | | /* 97217 */ MCD_OPC_Decode, 218, 11, 190, 3, // Opcode: ADDPv8i16 |
19704 | | /* 97222 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 97244 |
19705 | | /* 97227 */ MCD_OPC_CheckPredicate, 48, 50, 171, 0, // Skip to: 141058 |
19706 | | /* 97232 */ MCD_OPC_CheckField, 21, 1, 1, 43, 171, 0, // Skip to: 141058 |
19707 | | /* 97239 */ MCD_OPC_Decode, 185, 26, 190, 3, // Opcode: FMULXv2f64 |
19708 | | /* 97244 */ MCD_OPC_FilterValue, 7, 33, 171, 0, // Skip to: 141058 |
19709 | | /* 97249 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19710 | | /* 97252 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97267 |
19711 | | /* 97257 */ MCD_OPC_CheckPredicate, 60, 20, 171, 0, // Skip to: 141058 |
19712 | | /* 97262 */ MCD_OPC_Decode, 156, 23, 188, 3, // Opcode: FDOTv8f16 |
19713 | | /* 97267 */ MCD_OPC_FilterValue, 1, 10, 171, 0, // Skip to: 141058 |
19714 | | /* 97272 */ MCD_OPC_CheckPredicate, 48, 5, 171, 0, // Skip to: 141058 |
19715 | | /* 97277 */ MCD_OPC_Decode, 141, 27, 190, 3, // Opcode: FRECPSv2f64 |
19716 | | /* 97282 */ MCD_OPC_FilterValue, 3, 229, 6, 0, // Skip to: 99052 |
19717 | | /* 97287 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
19718 | | /* 97290 */ MCD_OPC_FilterValue, 0, 205, 0, 0, // Skip to: 97500 |
19719 | | /* 97295 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19720 | | /* 97298 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 97320 |
19721 | | /* 97303 */ MCD_OPC_CheckPredicate, 48, 230, 170, 0, // Skip to: 141058 |
19722 | | /* 97308 */ MCD_OPC_CheckField, 21, 1, 1, 223, 170, 0, // Skip to: 141058 |
19723 | | /* 97315 */ MCD_OPC_Decode, 176, 56, 190, 3, // Opcode: UADDLv8i16_v4i32 |
19724 | | /* 97320 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 97358 |
19725 | | /* 97325 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19726 | | /* 97328 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97343 |
19727 | | /* 97333 */ MCD_OPC_CheckPredicate, 53, 200, 170, 0, // Skip to: 141058 |
19728 | | /* 97338 */ MCD_OPC_Decode, 190, 23, 190, 3, // Opcode: FMAXNMPv8f16 |
19729 | | /* 97343 */ MCD_OPC_FilterValue, 1, 190, 170, 0, // Skip to: 141058 |
19730 | | /* 97348 */ MCD_OPC_CheckPredicate, 48, 185, 170, 0, // Skip to: 141058 |
19731 | | /* 97353 */ MCD_OPC_Decode, 160, 57, 190, 3, // Opcode: UHADDv8i16 |
19732 | | /* 97358 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 97380 |
19733 | | /* 97363 */ MCD_OPC_CheckPredicate, 48, 170, 170, 0, // Skip to: 141058 |
19734 | | /* 97368 */ MCD_OPC_CheckField, 16, 6, 32, 163, 170, 0, // Skip to: 141058 |
19735 | | /* 97375 */ MCD_OPC_Decode, 206, 40, 195, 3, // Opcode: REV32v8i16 |
19736 | | /* 97380 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 97402 |
19737 | | /* 97385 */ MCD_OPC_CheckPredicate, 48, 148, 170, 0, // Skip to: 141058 |
19738 | | /* 97390 */ MCD_OPC_CheckField, 21, 1, 1, 141, 170, 0, // Skip to: 141058 |
19739 | | /* 97397 */ MCD_OPC_Decode, 190, 59, 190, 3, // Opcode: UQADDv8i16 |
19740 | | /* 97402 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 97424 |
19741 | | /* 97407 */ MCD_OPC_CheckPredicate, 48, 126, 170, 0, // Skip to: 141058 |
19742 | | /* 97412 */ MCD_OPC_CheckField, 21, 1, 1, 119, 170, 0, // Skip to: 141058 |
19743 | | /* 97419 */ MCD_OPC_Decode, 192, 56, 190, 3, // Opcode: UADDWv8i16_v4i32 |
19744 | | /* 97424 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 97462 |
19745 | | /* 97429 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19746 | | /* 97432 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97447 |
19747 | | /* 97437 */ MCD_OPC_CheckPredicate, 53, 96, 170, 0, // Skip to: 141058 |
19748 | | /* 97442 */ MCD_OPC_Decode, 187, 19, 190, 3, // Opcode: FADDPv8f16 |
19749 | | /* 97447 */ MCD_OPC_FilterValue, 1, 86, 170, 0, // Skip to: 141058 |
19750 | | /* 97452 */ MCD_OPC_CheckPredicate, 48, 81, 170, 0, // Skip to: 141058 |
19751 | | /* 97457 */ MCD_OPC_Decode, 128, 61, 190, 3, // Opcode: URHADDv8i16 |
19752 | | /* 97462 */ MCD_OPC_FilterValue, 7, 71, 170, 0, // Skip to: 141058 |
19753 | | /* 97467 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19754 | | /* 97470 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97485 |
19755 | | /* 97475 */ MCD_OPC_CheckPredicate, 53, 58, 170, 0, // Skip to: 141058 |
19756 | | /* 97480 */ MCD_OPC_Decode, 217, 26, 190, 3, // Opcode: FMULv8f16 |
19757 | | /* 97485 */ MCD_OPC_FilterValue, 1, 48, 170, 0, // Skip to: 141058 |
19758 | | /* 97490 */ MCD_OPC_CheckPredicate, 48, 43, 170, 0, // Skip to: 141058 |
19759 | | /* 97495 */ MCD_OPC_Decode, 196, 14, 188, 3, // Opcode: BSLv16i8 |
19760 | | /* 97500 */ MCD_OPC_FilterValue, 1, 32, 1, 0, // Skip to: 97793 |
19761 | | /* 97505 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19762 | | /* 97508 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 97530 |
19763 | | /* 97513 */ MCD_OPC_CheckPredicate, 48, 20, 170, 0, // Skip to: 141058 |
19764 | | /* 97518 */ MCD_OPC_CheckField, 21, 1, 1, 13, 170, 0, // Skip to: 141058 |
19765 | | /* 97525 */ MCD_OPC_Decode, 152, 62, 190, 3, // Opcode: USUBLv8i16_v4i32 |
19766 | | /* 97530 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 97568 |
19767 | | /* 97535 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19768 | | /* 97538 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97553 |
19769 | | /* 97543 */ MCD_OPC_CheckPredicate, 53, 246, 169, 0, // Skip to: 141058 |
19770 | | /* 97548 */ MCD_OPC_Decode, 180, 20, 190, 3, // Opcode: FCMGEv8f16 |
19771 | | /* 97553 */ MCD_OPC_FilterValue, 1, 236, 169, 0, // Skip to: 141058 |
19772 | | /* 97558 */ MCD_OPC_CheckPredicate, 48, 231, 169, 0, // Skip to: 141058 |
19773 | | /* 97563 */ MCD_OPC_Decode, 174, 57, 190, 3, // Opcode: UHSUBv8i16 |
19774 | | /* 97568 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 97605 |
19775 | | /* 97573 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19776 | | /* 97576 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 97591 |
19777 | | /* 97581 */ MCD_OPC_CheckPredicate, 48, 208, 169, 0, // Skip to: 141058 |
19778 | | /* 97586 */ MCD_OPC_Decode, 162, 56, 195, 3, // Opcode: UADDLPv8i16_v4i32 |
19779 | | /* 97591 */ MCD_OPC_FilterValue, 33, 198, 169, 0, // Skip to: 141058 |
19780 | | /* 97596 */ MCD_OPC_CheckPredicate, 48, 193, 169, 0, // Skip to: 141058 |
19781 | | /* 97601 */ MCD_OPC_Decode, 158, 49, 1, // Opcode: SQXTUNv8i16 |
19782 | | /* 97605 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 97643 |
19783 | | /* 97610 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19784 | | /* 97613 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97628 |
19785 | | /* 97618 */ MCD_OPC_CheckPredicate, 53, 171, 169, 0, // Skip to: 141058 |
19786 | | /* 97623 */ MCD_OPC_Decode, 160, 19, 190, 3, // Opcode: FACGEv8f16 |
19787 | | /* 97628 */ MCD_OPC_FilterValue, 1, 161, 169, 0, // Skip to: 141058 |
19788 | | /* 97633 */ MCD_OPC_CheckPredicate, 48, 156, 169, 0, // Skip to: 141058 |
19789 | | /* 97638 */ MCD_OPC_Decode, 228, 60, 190, 3, // Opcode: UQSUBv8i16 |
19790 | | /* 97643 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 97665 |
19791 | | /* 97648 */ MCD_OPC_CheckPredicate, 48, 141, 169, 0, // Skip to: 141058 |
19792 | | /* 97653 */ MCD_OPC_CheckField, 21, 1, 1, 134, 169, 0, // Skip to: 141058 |
19793 | | /* 97660 */ MCD_OPC_Decode, 164, 62, 190, 3, // Opcode: USUBWv8i16_v4i32 |
19794 | | /* 97665 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 97703 |
19795 | | /* 97670 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19796 | | /* 97673 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97688 |
19797 | | /* 97678 */ MCD_OPC_CheckPredicate, 53, 111, 169, 0, // Skip to: 141058 |
19798 | | /* 97683 */ MCD_OPC_Decode, 234, 23, 190, 3, // Opcode: FMAXPv8f16 |
19799 | | /* 97688 */ MCD_OPC_FilterValue, 1, 101, 169, 0, // Skip to: 141058 |
19800 | | /* 97693 */ MCD_OPC_CheckPredicate, 48, 96, 169, 0, // Skip to: 141058 |
19801 | | /* 97698 */ MCD_OPC_Decode, 221, 15, 190, 3, // Opcode: CMHIv8i16 |
19802 | | /* 97703 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 97755 |
19803 | | /* 97708 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19804 | | /* 97711 */ MCD_OPC_FilterValue, 32, 9, 0, 0, // Skip to: 97725 |
19805 | | /* 97716 */ MCD_OPC_CheckPredicate, 48, 73, 169, 0, // Skip to: 141058 |
19806 | | /* 97721 */ MCD_OPC_Decode, 128, 62, 1, // Opcode: USQADDv8i16 |
19807 | | /* 97725 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 97740 |
19808 | | /* 97730 */ MCD_OPC_CheckPredicate, 48, 59, 169, 0, // Skip to: 141058 |
19809 | | /* 97735 */ MCD_OPC_Decode, 129, 43, 195, 3, // Opcode: SHLLv8i16 |
19810 | | /* 97740 */ MCD_OPC_FilterValue, 48, 49, 169, 0, // Skip to: 141058 |
19811 | | /* 97745 */ MCD_OPC_CheckPredicate, 48, 44, 169, 0, // Skip to: 141058 |
19812 | | /* 97750 */ MCD_OPC_Decode, 170, 56, 216, 3, // Opcode: UADDLVv8i16v |
19813 | | /* 97755 */ MCD_OPC_FilterValue, 7, 34, 169, 0, // Skip to: 141058 |
19814 | | /* 97760 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19815 | | /* 97763 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 97778 |
19816 | | /* 97768 */ MCD_OPC_CheckPredicate, 53, 21, 169, 0, // Skip to: 141058 |
19817 | | /* 97773 */ MCD_OPC_Decode, 252, 22, 190, 3, // Opcode: FDIVv8f16 |
19818 | | /* 97778 */ MCD_OPC_FilterValue, 1, 11, 169, 0, // Skip to: 141058 |
19819 | | /* 97783 */ MCD_OPC_CheckPredicate, 48, 6, 169, 0, // Skip to: 141058 |
19820 | | /* 97788 */ MCD_OPC_Decode, 229, 15, 190, 3, // Opcode: CMHSv8i16 |
19821 | | /* 97793 */ MCD_OPC_FilterValue, 2, 194, 0, 0, // Skip to: 97992 |
19822 | | /* 97798 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19823 | | /* 97801 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 97823 |
19824 | | /* 97806 */ MCD_OPC_CheckPredicate, 48, 239, 168, 0, // Skip to: 141058 |
19825 | | /* 97811 */ MCD_OPC_CheckField, 21, 1, 1, 232, 168, 0, // Skip to: 141058 |
19826 | | /* 97818 */ MCD_OPC_Decode, 238, 39, 188, 3, // Opcode: RADDHNv4i32_v8i16 |
19827 | | /* 97823 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 97845 |
19828 | | /* 97828 */ MCD_OPC_CheckPredicate, 48, 217, 168, 0, // Skip to: 141058 |
19829 | | /* 97833 */ MCD_OPC_CheckField, 21, 1, 1, 210, 168, 0, // Skip to: 141058 |
19830 | | /* 97840 */ MCD_OPC_Decode, 219, 61, 190, 3, // Opcode: USHLv8i16 |
19831 | | /* 97845 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 97882 |
19832 | | /* 97850 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19833 | | /* 97853 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 97868 |
19834 | | /* 97858 */ MCD_OPC_CheckPredicate, 48, 187, 168, 0, // Skip to: 141058 |
19835 | | /* 97863 */ MCD_OPC_Decode, 165, 15, 195, 3, // Opcode: CLZv8i16 |
19836 | | /* 97868 */ MCD_OPC_FilterValue, 33, 177, 168, 0, // Skip to: 141058 |
19837 | | /* 97873 */ MCD_OPC_CheckPredicate, 48, 172, 168, 0, // Skip to: 141058 |
19838 | | /* 97878 */ MCD_OPC_Decode, 243, 60, 1, // Opcode: UQXTNv8i16 |
19839 | | /* 97882 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 97904 |
19840 | | /* 97887 */ MCD_OPC_CheckPredicate, 48, 158, 168, 0, // Skip to: 141058 |
19841 | | /* 97892 */ MCD_OPC_CheckField, 21, 1, 1, 151, 168, 0, // Skip to: 141058 |
19842 | | /* 97899 */ MCD_OPC_Decode, 184, 60, 190, 3, // Opcode: UQSHLv8i16 |
19843 | | /* 97904 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 97926 |
19844 | | /* 97909 */ MCD_OPC_CheckPredicate, 48, 136, 168, 0, // Skip to: 141058 |
19845 | | /* 97914 */ MCD_OPC_CheckField, 21, 1, 1, 129, 168, 0, // Skip to: 141058 |
19846 | | /* 97921 */ MCD_OPC_Decode, 240, 55, 188, 3, // Opcode: UABALv8i16_v4i32 |
19847 | | /* 97926 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 97948 |
19848 | | /* 97931 */ MCD_OPC_CheckPredicate, 48, 114, 168, 0, // Skip to: 141058 |
19849 | | /* 97936 */ MCD_OPC_CheckField, 21, 1, 1, 107, 168, 0, // Skip to: 141058 |
19850 | | /* 97943 */ MCD_OPC_Decode, 160, 61, 190, 3, // Opcode: URSHLv8i16 |
19851 | | /* 97948 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 97970 |
19852 | | /* 97953 */ MCD_OPC_CheckPredicate, 48, 92, 168, 0, // Skip to: 141058 |
19853 | | /* 97958 */ MCD_OPC_CheckField, 16, 6, 32, 85, 168, 0, // Skip to: 141058 |
19854 | | /* 97965 */ MCD_OPC_Decode, 249, 39, 195, 3, // Opcode: RBITv16i8 |
19855 | | /* 97970 */ MCD_OPC_FilterValue, 7, 75, 168, 0, // Skip to: 141058 |
19856 | | /* 97975 */ MCD_OPC_CheckPredicate, 48, 70, 168, 0, // Skip to: 141058 |
19857 | | /* 97980 */ MCD_OPC_CheckField, 21, 1, 1, 63, 168, 0, // Skip to: 141058 |
19858 | | /* 97987 */ MCD_OPC_Decode, 131, 60, 190, 3, // Opcode: UQRSHLv8i16 |
19859 | | /* 97992 */ MCD_OPC_FilterValue, 3, 209, 0, 0, // Skip to: 98206 |
19860 | | /* 97997 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19861 | | /* 98000 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 98022 |
19862 | | /* 98005 */ MCD_OPC_CheckPredicate, 48, 40, 168, 0, // Skip to: 141058 |
19863 | | /* 98010 */ MCD_OPC_CheckField, 21, 1, 1, 33, 168, 0, // Skip to: 141058 |
19864 | | /* 98017 */ MCD_OPC_Decode, 128, 41, 188, 3, // Opcode: RSUBHNv4i32_v8i16 |
19865 | | /* 98022 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 98044 |
19866 | | /* 98027 */ MCD_OPC_CheckPredicate, 48, 18, 168, 0, // Skip to: 141058 |
19867 | | /* 98032 */ MCD_OPC_CheckField, 21, 1, 1, 11, 168, 0, // Skip to: 141058 |
19868 | | /* 98039 */ MCD_OPC_Decode, 232, 57, 190, 3, // Opcode: UMAXv8i16 |
19869 | | /* 98044 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 98080 |
19870 | | /* 98049 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19871 | | /* 98052 */ MCD_OPC_FilterValue, 32, 9, 0, 0, // Skip to: 98066 |
19872 | | /* 98057 */ MCD_OPC_CheckPredicate, 48, 244, 167, 0, // Skip to: 141058 |
19873 | | /* 98062 */ MCD_OPC_Decode, 153, 56, 1, // Opcode: UADALPv8i16_v4i32 |
19874 | | /* 98066 */ MCD_OPC_FilterValue, 33, 235, 167, 0, // Skip to: 141058 |
19875 | | /* 98071 */ MCD_OPC_CheckPredicate, 48, 230, 167, 0, // Skip to: 141058 |
19876 | | /* 98076 */ MCD_OPC_Decode, 153, 22, 1, // Opcode: FCVTXNv4f32 |
19877 | | /* 98080 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 98102 |
19878 | | /* 98085 */ MCD_OPC_CheckPredicate, 48, 216, 167, 0, // Skip to: 141058 |
19879 | | /* 98090 */ MCD_OPC_CheckField, 21, 1, 1, 209, 167, 0, // Skip to: 141058 |
19880 | | /* 98097 */ MCD_OPC_Decode, 161, 58, 190, 3, // Opcode: UMINv8i16 |
19881 | | /* 98102 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 98124 |
19882 | | /* 98107 */ MCD_OPC_CheckPredicate, 48, 194, 167, 0, // Skip to: 141058 |
19883 | | /* 98112 */ MCD_OPC_CheckField, 21, 1, 1, 187, 167, 0, // Skip to: 141058 |
19884 | | /* 98119 */ MCD_OPC_Decode, 134, 56, 190, 3, // Opcode: UABDLv8i16_v4i32 |
19885 | | /* 98124 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 98146 |
19886 | | /* 98129 */ MCD_OPC_CheckPredicate, 48, 172, 167, 0, // Skip to: 141058 |
19887 | | /* 98134 */ MCD_OPC_CheckField, 21, 1, 1, 165, 167, 0, // Skip to: 141058 |
19888 | | /* 98141 */ MCD_OPC_Decode, 144, 56, 190, 3, // Opcode: UABDv8i16 |
19889 | | /* 98146 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 98184 |
19890 | | /* 98151 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19891 | | /* 98154 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 98169 |
19892 | | /* 98159 */ MCD_OPC_CheckPredicate, 48, 142, 167, 0, // Skip to: 141058 |
19893 | | /* 98164 */ MCD_OPC_Decode, 154, 47, 195, 3, // Opcode: SQNEGv8i16 |
19894 | | /* 98169 */ MCD_OPC_FilterValue, 33, 132, 167, 0, // Skip to: 141058 |
19895 | | /* 98174 */ MCD_OPC_CheckPredicate, 56, 127, 167, 0, // Skip to: 141058 |
19896 | | /* 98179 */ MCD_OPC_Decode, 250, 18, 195, 3, // Opcode: F2CVTL2v8f16 |
19897 | | /* 98184 */ MCD_OPC_FilterValue, 7, 117, 167, 0, // Skip to: 141058 |
19898 | | /* 98189 */ MCD_OPC_CheckPredicate, 48, 112, 167, 0, // Skip to: 141058 |
19899 | | /* 98194 */ MCD_OPC_CheckField, 21, 1, 1, 105, 167, 0, // Skip to: 141058 |
19900 | | /* 98201 */ MCD_OPC_Decode, 250, 55, 188, 3, // Opcode: UABAv8i16 |
19901 | | /* 98206 */ MCD_OPC_FilterValue, 4, 229, 0, 0, // Skip to: 98440 |
19902 | | /* 98211 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19903 | | /* 98214 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 98236 |
19904 | | /* 98219 */ MCD_OPC_CheckPredicate, 48, 82, 167, 0, // Skip to: 141058 |
19905 | | /* 98224 */ MCD_OPC_CheckField, 21, 1, 1, 75, 167, 0, // Skip to: 141058 |
19906 | | /* 98231 */ MCD_OPC_Decode, 205, 58, 188, 3, // Opcode: UMLALv8i16_v4i32 |
19907 | | /* 98236 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 98274 |
19908 | | /* 98241 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19909 | | /* 98244 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98259 |
19910 | | /* 98249 */ MCD_OPC_CheckPredicate, 61, 52, 167, 0, // Skip to: 141058 |
19911 | | /* 98254 */ MCD_OPC_Decode, 179, 47, 188, 3, // Opcode: SQRDMLAHv8i16 |
19912 | | /* 98259 */ MCD_OPC_FilterValue, 1, 42, 167, 0, // Skip to: 141058 |
19913 | | /* 98264 */ MCD_OPC_CheckPredicate, 48, 37, 167, 0, // Skip to: 141058 |
19914 | | /* 98269 */ MCD_OPC_Decode, 200, 54, 190, 3, // Opcode: SUBv8i16 |
19915 | | /* 98274 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 98327 |
19916 | | /* 98279 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19917 | | /* 98282 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 98297 |
19918 | | /* 98287 */ MCD_OPC_CheckPredicate, 48, 14, 167, 0, // Skip to: 141058 |
19919 | | /* 98292 */ MCD_OPC_Decode, 196, 15, 195, 3, // Opcode: CMGEv8i16rz |
19920 | | /* 98297 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98312 |
19921 | | /* 98302 */ MCD_OPC_CheckPredicate, 48, 255, 166, 0, // Skip to: 141058 |
19922 | | /* 98307 */ MCD_OPC_Decode, 180, 27, 195, 3, // Opcode: FRINTAv2f64 |
19923 | | /* 98312 */ MCD_OPC_FilterValue, 57, 245, 166, 0, // Skip to: 141058 |
19924 | | /* 98317 */ MCD_OPC_CheckPredicate, 53, 240, 166, 0, // Skip to: 141058 |
19925 | | /* 98322 */ MCD_OPC_Decode, 183, 27, 195, 3, // Opcode: FRINTAv8f16 |
19926 | | /* 98327 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 98365 |
19927 | | /* 98332 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
19928 | | /* 98335 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98350 |
19929 | | /* 98340 */ MCD_OPC_CheckPredicate, 61, 217, 166, 0, // Skip to: 141058 |
19930 | | /* 98345 */ MCD_OPC_Decode, 198, 47, 188, 3, // Opcode: SQRDMLSHv8i16 |
19931 | | /* 98350 */ MCD_OPC_FilterValue, 1, 207, 166, 0, // Skip to: 141058 |
19932 | | /* 98355 */ MCD_OPC_CheckPredicate, 48, 202, 166, 0, // Skip to: 141058 |
19933 | | /* 98360 */ MCD_OPC_Decode, 179, 15, 190, 3, // Opcode: CMEQv8i16 |
19934 | | /* 98365 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 98387 |
19935 | | /* 98370 */ MCD_OPC_CheckPredicate, 48, 187, 166, 0, // Skip to: 141058 |
19936 | | /* 98375 */ MCD_OPC_CheckField, 21, 1, 1, 180, 166, 0, // Skip to: 141058 |
19937 | | /* 98382 */ MCD_OPC_Decode, 165, 37, 188, 3, // Opcode: MLSv8i16 |
19938 | | /* 98387 */ MCD_OPC_FilterValue, 6, 170, 166, 0, // Skip to: 141058 |
19939 | | /* 98392 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19940 | | /* 98395 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 98410 |
19941 | | /* 98400 */ MCD_OPC_CheckPredicate, 48, 157, 166, 0, // Skip to: 141058 |
19942 | | /* 98405 */ MCD_OPC_Decode, 243, 15, 195, 3, // Opcode: CMLEv8i16rz |
19943 | | /* 98410 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98425 |
19944 | | /* 98415 */ MCD_OPC_CheckPredicate, 48, 142, 166, 0, // Skip to: 141058 |
19945 | | /* 98420 */ MCD_OPC_Decode, 241, 27, 195, 3, // Opcode: FRINTXv2f64 |
19946 | | /* 98425 */ MCD_OPC_FilterValue, 57, 132, 166, 0, // Skip to: 141058 |
19947 | | /* 98430 */ MCD_OPC_CheckPredicate, 53, 127, 166, 0, // Skip to: 141058 |
19948 | | /* 98435 */ MCD_OPC_Decode, 244, 27, 195, 3, // Opcode: FRINTXv8f16 |
19949 | | /* 98440 */ MCD_OPC_FilterValue, 5, 212, 0, 0, // Skip to: 98657 |
19950 | | /* 98445 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
19951 | | /* 98448 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 98470 |
19952 | | /* 98453 */ MCD_OPC_CheckPredicate, 48, 104, 166, 0, // Skip to: 141058 |
19953 | | /* 98458 */ MCD_OPC_CheckField, 21, 1, 1, 97, 166, 0, // Skip to: 141058 |
19954 | | /* 98465 */ MCD_OPC_Decode, 249, 58, 188, 3, // Opcode: UMLSLv8i16_v4i32 |
19955 | | /* 98470 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 98492 |
19956 | | /* 98475 */ MCD_OPC_CheckPredicate, 48, 82, 166, 0, // Skip to: 141058 |
19957 | | /* 98480 */ MCD_OPC_CheckField, 21, 1, 1, 75, 166, 0, // Skip to: 141058 |
19958 | | /* 98487 */ MCD_OPC_Decode, 185, 57, 190, 3, // Opcode: UMAXPv8i16 |
19959 | | /* 98492 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 98560 |
19960 | | /* 98497 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19961 | | /* 98500 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98515 |
19962 | | /* 98505 */ MCD_OPC_CheckPredicate, 48, 52, 166, 0, // Skip to: 141058 |
19963 | | /* 98510 */ MCD_OPC_Decode, 233, 21, 195, 3, // Opcode: FCVTNUv2f64 |
19964 | | /* 98515 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 98530 |
19965 | | /* 98520 */ MCD_OPC_CheckPredicate, 48, 37, 166, 0, // Skip to: 141058 |
19966 | | /* 98525 */ MCD_OPC_Decode, 198, 57, 208, 3, // Opcode: UMAXVv8i16v |
19967 | | /* 98530 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 98545 |
19968 | | /* 98535 */ MCD_OPC_CheckPredicate, 48, 22, 166, 0, // Skip to: 141058 |
19969 | | /* 98540 */ MCD_OPC_Decode, 255, 57, 208, 3, // Opcode: UMINVv8i16v |
19970 | | /* 98545 */ MCD_OPC_FilterValue, 57, 12, 166, 0, // Skip to: 141058 |
19971 | | /* 98550 */ MCD_OPC_CheckPredicate, 53, 7, 166, 0, // Skip to: 141058 |
19972 | | /* 98555 */ MCD_OPC_Decode, 236, 21, 195, 3, // Opcode: FCVTNUv8f16 |
19973 | | /* 98560 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 98582 |
19974 | | /* 98565 */ MCD_OPC_CheckPredicate, 48, 248, 165, 0, // Skip to: 141058 |
19975 | | /* 98570 */ MCD_OPC_CheckField, 21, 1, 1, 241, 165, 0, // Skip to: 141058 |
19976 | | /* 98577 */ MCD_OPC_Decode, 242, 57, 190, 3, // Opcode: UMINPv8i16 |
19977 | | /* 98582 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 98604 |
19978 | | /* 98587 */ MCD_OPC_CheckPredicate, 48, 226, 165, 0, // Skip to: 141058 |
19979 | | /* 98592 */ MCD_OPC_CheckField, 21, 1, 1, 219, 165, 0, // Skip to: 141058 |
19980 | | /* 98599 */ MCD_OPC_Decode, 217, 47, 190, 3, // Opcode: SQRDMULHv8i16 |
19981 | | /* 98604 */ MCD_OPC_FilterValue, 6, 209, 165, 0, // Skip to: 141058 |
19982 | | /* 98609 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
19983 | | /* 98612 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 98627 |
19984 | | /* 98617 */ MCD_OPC_CheckPredicate, 48, 196, 165, 0, // Skip to: 141058 |
19985 | | /* 98622 */ MCD_OPC_Decode, 196, 38, 195, 3, // Opcode: NEGv8i16 |
19986 | | /* 98627 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98642 |
19987 | | /* 98632 */ MCD_OPC_CheckPredicate, 48, 181, 165, 0, // Skip to: 141058 |
19988 | | /* 98637 */ MCD_OPC_Decode, 201, 21, 195, 3, // Opcode: FCVTMUv2f64 |
19989 | | /* 98642 */ MCD_OPC_FilterValue, 57, 171, 165, 0, // Skip to: 141058 |
19990 | | /* 98647 */ MCD_OPC_CheckPredicate, 53, 166, 165, 0, // Skip to: 141058 |
19991 | | /* 98652 */ MCD_OPC_Decode, 204, 21, 195, 3, // Opcode: FCVTMUv8f16 |
19992 | | /* 98657 */ MCD_OPC_FilterValue, 6, 185, 0, 0, // Skip to: 98847 |
19993 | | /* 98662 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
19994 | | /* 98665 */ MCD_OPC_FilterValue, 0, 101, 0, 0, // Skip to: 98771 |
19995 | | /* 98670 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
19996 | | /* 98673 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 98695 |
19997 | | /* 98678 */ MCD_OPC_CheckPredicate, 48, 135, 165, 0, // Skip to: 141058 |
19998 | | /* 98683 */ MCD_OPC_CheckField, 21, 1, 1, 128, 165, 0, // Skip to: 141058 |
19999 | | /* 98690 */ MCD_OPC_Decode, 167, 59, 190, 3, // Opcode: UMULLv8i16_v4i32 |
20000 | | /* 98695 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 98733 |
20001 | | /* 98700 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20002 | | /* 98703 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98718 |
20003 | | /* 98708 */ MCD_OPC_CheckPredicate, 48, 105, 165, 0, // Skip to: 141058 |
20004 | | /* 98713 */ MCD_OPC_Decode, 162, 21, 195, 3, // Opcode: FCVTAUv2f64 |
20005 | | /* 98718 */ MCD_OPC_FilterValue, 57, 95, 165, 0, // Skip to: 141058 |
20006 | | /* 98723 */ MCD_OPC_CheckPredicate, 53, 90, 165, 0, // Skip to: 141058 |
20007 | | /* 98728 */ MCD_OPC_Decode, 165, 21, 195, 3, // Opcode: FCVTAUv8f16 |
20008 | | /* 98733 */ MCD_OPC_FilterValue, 3, 80, 165, 0, // Skip to: 141058 |
20009 | | /* 98738 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20010 | | /* 98741 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 98756 |
20011 | | /* 98746 */ MCD_OPC_CheckPredicate, 48, 67, 165, 0, // Skip to: 141058 |
20012 | | /* 98751 */ MCD_OPC_Decode, 236, 56, 195, 3, // Opcode: UCVTFv2f64 |
20013 | | /* 98756 */ MCD_OPC_FilterValue, 57, 57, 165, 0, // Skip to: 141058 |
20014 | | /* 98761 */ MCD_OPC_CheckPredicate, 53, 52, 165, 0, // Skip to: 141058 |
20015 | | /* 98766 */ MCD_OPC_Decode, 243, 56, 195, 3, // Opcode: UCVTFv8f16 |
20016 | | /* 98771 */ MCD_OPC_FilterValue, 1, 42, 165, 0, // Skip to: 141058 |
20017 | | /* 98776 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20018 | | /* 98779 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98794 |
20019 | | /* 98784 */ MCD_OPC_CheckPredicate, 62, 29, 165, 0, // Skip to: 141058 |
20020 | | /* 98789 */ MCD_OPC_Decode, 215, 20, 227, 3, // Opcode: FCMLAv8f16 |
20021 | | /* 98794 */ MCD_OPC_FilterValue, 1, 19, 165, 0, // Skip to: 141058 |
20022 | | /* 98799 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
20023 | | /* 98802 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98817 |
20024 | | /* 98807 */ MCD_OPC_CheckPredicate, 48, 6, 165, 0, // Skip to: 141058 |
20025 | | /* 98812 */ MCD_OPC_Decode, 184, 23, 190, 3, // Opcode: FMAXNMPv2f64 |
20026 | | /* 98817 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 98832 |
20027 | | /* 98822 */ MCD_OPC_CheckPredicate, 48, 247, 164, 0, // Skip to: 141058 |
20028 | | /* 98827 */ MCD_OPC_Decode, 181, 19, 190, 3, // Opcode: FADDPv2f64 |
20029 | | /* 98832 */ MCD_OPC_FilterValue, 3, 237, 164, 0, // Skip to: 141058 |
20030 | | /* 98837 */ MCD_OPC_CheckPredicate, 48, 232, 164, 0, // Skip to: 141058 |
20031 | | /* 98842 */ MCD_OPC_Decode, 210, 26, 190, 3, // Opcode: FMULv2f64 |
20032 | | /* 98847 */ MCD_OPC_FilterValue, 7, 222, 164, 0, // Skip to: 141058 |
20033 | | /* 98852 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
20034 | | /* 98855 */ MCD_OPC_FilterValue, 1, 56, 0, 0, // Skip to: 98916 |
20035 | | /* 98860 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20036 | | /* 98863 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98878 |
20037 | | /* 98868 */ MCD_OPC_CheckPredicate, 62, 201, 164, 0, // Skip to: 141058 |
20038 | | /* 98873 */ MCD_OPC_Decode, 250, 19, 228, 3, // Opcode: FCADDv8f16 |
20039 | | /* 98878 */ MCD_OPC_FilterValue, 1, 191, 164, 0, // Skip to: 141058 |
20040 | | /* 98883 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
20041 | | /* 98886 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98901 |
20042 | | /* 98891 */ MCD_OPC_CheckPredicate, 48, 178, 164, 0, // Skip to: 141058 |
20043 | | /* 98896 */ MCD_OPC_Decode, 173, 20, 190, 3, // Opcode: FCMGEv2f64 |
20044 | | /* 98901 */ MCD_OPC_FilterValue, 1, 168, 164, 0, // Skip to: 141058 |
20045 | | /* 98906 */ MCD_OPC_CheckPredicate, 48, 163, 164, 0, // Skip to: 141058 |
20046 | | /* 98911 */ MCD_OPC_Decode, 228, 23, 190, 3, // Opcode: FMAXPv2f64 |
20047 | | /* 98916 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 98968 |
20048 | | /* 98921 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
20049 | | /* 98924 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 98946 |
20050 | | /* 98929 */ MCD_OPC_CheckPredicate, 54, 140, 164, 0, // Skip to: 141058 |
20051 | | /* 98934 */ MCD_OPC_CheckField, 16, 6, 33, 133, 164, 0, // Skip to: 141058 |
20052 | | /* 98941 */ MCD_OPC_Decode, 154, 27, 195, 3, // Opcode: FRINT32Xv2f64 |
20053 | | /* 98946 */ MCD_OPC_FilterValue, 1, 123, 164, 0, // Skip to: 141058 |
20054 | | /* 98951 */ MCD_OPC_CheckPredicate, 54, 118, 164, 0, // Skip to: 141058 |
20055 | | /* 98956 */ MCD_OPC_CheckField, 16, 6, 33, 111, 164, 0, // Skip to: 141058 |
20056 | | /* 98963 */ MCD_OPC_Decode, 164, 27, 195, 3, // Opcode: FRINT64Xv2f64 |
20057 | | /* 98968 */ MCD_OPC_FilterValue, 3, 101, 164, 0, // Skip to: 141058 |
20058 | | /* 98973 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
20059 | | /* 98976 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 99014 |
20060 | | /* 98981 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20061 | | /* 98984 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 98999 |
20062 | | /* 98989 */ MCD_OPC_CheckPredicate, 63, 80, 164, 0, // Skip to: 141058 |
20063 | | /* 98994 */ MCD_OPC_Decode, 252, 13, 188, 3, // Opcode: BFMMLA |
20064 | | /* 98999 */ MCD_OPC_FilterValue, 1, 70, 164, 0, // Skip to: 141058 |
20065 | | /* 99004 */ MCD_OPC_CheckPredicate, 48, 65, 164, 0, // Skip to: 141058 |
20066 | | /* 99009 */ MCD_OPC_Decode, 157, 19, 190, 3, // Opcode: FACGEv2f64 |
20067 | | /* 99014 */ MCD_OPC_FilterValue, 1, 55, 164, 0, // Skip to: 141058 |
20068 | | /* 99019 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20069 | | /* 99022 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99037 |
20070 | | /* 99027 */ MCD_OPC_CheckPredicate, 63, 42, 164, 0, // Skip to: 141058 |
20071 | | /* 99032 */ MCD_OPC_Decode, 187, 13, 188, 3, // Opcode: BFDOTv8bf16 |
20072 | | /* 99037 */ MCD_OPC_FilterValue, 1, 32, 164, 0, // Skip to: 141058 |
20073 | | /* 99042 */ MCD_OPC_CheckPredicate, 48, 27, 164, 0, // Skip to: 141058 |
20074 | | /* 99047 */ MCD_OPC_Decode, 249, 22, 190, 3, // Opcode: FDIVv2f64 |
20075 | | /* 99052 */ MCD_OPC_FilterValue, 6, 17, 164, 0, // Skip to: 141058 |
20076 | | /* 99057 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
20077 | | /* 99060 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 99082 |
20078 | | /* 99065 */ MCD_OPC_CheckPredicate, 65, 4, 164, 0, // Skip to: 141058 |
20079 | | /* 99070 */ MCD_OPC_CheckField, 21, 1, 0, 253, 163, 0, // Skip to: 141058 |
20080 | | /* 99077 */ MCD_OPC_Decode, 179, 43, 221, 3, // Opcode: SM3SS1 |
20081 | | /* 99082 */ MCD_OPC_FilterValue, 1, 243, 163, 0, // Skip to: 141058 |
20082 | | /* 99087 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
20083 | | /* 99090 */ MCD_OPC_FilterValue, 0, 77, 0, 0, // Skip to: 99172 |
20084 | | /* 99095 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
20085 | | /* 99098 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 99143 |
20086 | | /* 99103 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20087 | | /* 99106 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99121 |
20088 | | /* 99111 */ MCD_OPC_CheckPredicate, 65, 214, 163, 0, // Skip to: 141058 |
20089 | | /* 99116 */ MCD_OPC_Decode, 180, 43, 229, 3, // Opcode: SM3TT1A |
20090 | | /* 99121 */ MCD_OPC_FilterValue, 1, 204, 163, 0, // Skip to: 141058 |
20091 | | /* 99126 */ MCD_OPC_CheckPredicate, 59, 199, 163, 0, // Skip to: 141058 |
20092 | | /* 99131 */ MCD_OPC_CheckField, 12, 2, 0, 192, 163, 0, // Skip to: 141058 |
20093 | | /* 99138 */ MCD_OPC_Decode, 239, 42, 188, 3, // Opcode: SHA512H |
20094 | | /* 99143 */ MCD_OPC_FilterValue, 1, 182, 163, 0, // Skip to: 141058 |
20095 | | /* 99148 */ MCD_OPC_CheckPredicate, 65, 177, 163, 0, // Skip to: 141058 |
20096 | | /* 99153 */ MCD_OPC_CheckField, 21, 1, 1, 170, 163, 0, // Skip to: 141058 |
20097 | | /* 99160 */ MCD_OPC_CheckField, 12, 2, 0, 163, 163, 0, // Skip to: 141058 |
20098 | | /* 99167 */ MCD_OPC_Decode, 177, 43, 188, 3, // Opcode: SM3PARTW1 |
20099 | | /* 99172 */ MCD_OPC_FilterValue, 1, 77, 0, 0, // Skip to: 99254 |
20100 | | /* 99177 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
20101 | | /* 99180 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 99225 |
20102 | | /* 99185 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20103 | | /* 99188 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99203 |
20104 | | /* 99193 */ MCD_OPC_CheckPredicate, 65, 132, 163, 0, // Skip to: 141058 |
20105 | | /* 99198 */ MCD_OPC_Decode, 181, 43, 229, 3, // Opcode: SM3TT1B |
20106 | | /* 99203 */ MCD_OPC_FilterValue, 1, 122, 163, 0, // Skip to: 141058 |
20107 | | /* 99208 */ MCD_OPC_CheckPredicate, 59, 117, 163, 0, // Skip to: 141058 |
20108 | | /* 99213 */ MCD_OPC_CheckField, 12, 2, 0, 110, 163, 0, // Skip to: 141058 |
20109 | | /* 99220 */ MCD_OPC_Decode, 240, 42, 188, 3, // Opcode: SHA512H2 |
20110 | | /* 99225 */ MCD_OPC_FilterValue, 1, 100, 163, 0, // Skip to: 141058 |
20111 | | /* 99230 */ MCD_OPC_CheckPredicate, 65, 95, 163, 0, // Skip to: 141058 |
20112 | | /* 99235 */ MCD_OPC_CheckField, 21, 1, 1, 88, 163, 0, // Skip to: 141058 |
20113 | | /* 99242 */ MCD_OPC_CheckField, 12, 2, 0, 81, 163, 0, // Skip to: 141058 |
20114 | | /* 99249 */ MCD_OPC_Decode, 178, 43, 188, 3, // Opcode: SM3PARTW2 |
20115 | | /* 99254 */ MCD_OPC_FilterValue, 2, 77, 0, 0, // Skip to: 99336 |
20116 | | /* 99259 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
20117 | | /* 99262 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 99307 |
20118 | | /* 99267 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20119 | | /* 99270 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99285 |
20120 | | /* 99275 */ MCD_OPC_CheckPredicate, 65, 50, 163, 0, // Skip to: 141058 |
20121 | | /* 99280 */ MCD_OPC_Decode, 182, 43, 229, 3, // Opcode: SM3TT2A |
20122 | | /* 99285 */ MCD_OPC_FilterValue, 1, 40, 163, 0, // Skip to: 141058 |
20123 | | /* 99290 */ MCD_OPC_CheckPredicate, 59, 35, 163, 0, // Skip to: 141058 |
20124 | | /* 99295 */ MCD_OPC_CheckField, 12, 2, 0, 28, 163, 0, // Skip to: 141058 |
20125 | | /* 99302 */ MCD_OPC_Decode, 242, 42, 188, 3, // Opcode: SHA512SU1 |
20126 | | /* 99307 */ MCD_OPC_FilterValue, 1, 18, 163, 0, // Skip to: 141058 |
20127 | | /* 99312 */ MCD_OPC_CheckPredicate, 65, 13, 163, 0, // Skip to: 141058 |
20128 | | /* 99317 */ MCD_OPC_CheckField, 21, 1, 1, 6, 163, 0, // Skip to: 141058 |
20129 | | /* 99324 */ MCD_OPC_CheckField, 12, 2, 0, 255, 162, 0, // Skip to: 141058 |
20130 | | /* 99331 */ MCD_OPC_Decode, 186, 43, 190, 3, // Opcode: SM4ENCKEY |
20131 | | /* 99336 */ MCD_OPC_FilterValue, 3, 245, 162, 0, // Skip to: 141058 |
20132 | | /* 99341 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20133 | | /* 99344 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 99366 |
20134 | | /* 99349 */ MCD_OPC_CheckPredicate, 65, 232, 162, 0, // Skip to: 141058 |
20135 | | /* 99354 */ MCD_OPC_CheckField, 14, 1, 0, 225, 162, 0, // Skip to: 141058 |
20136 | | /* 99361 */ MCD_OPC_Decode, 183, 43, 229, 3, // Opcode: SM3TT2B |
20137 | | /* 99366 */ MCD_OPC_FilterValue, 1, 215, 162, 0, // Skip to: 141058 |
20138 | | /* 99371 */ MCD_OPC_CheckPredicate, 59, 210, 162, 0, // Skip to: 141058 |
20139 | | /* 99376 */ MCD_OPC_CheckField, 12, 3, 0, 203, 162, 0, // Skip to: 141058 |
20140 | | /* 99383 */ MCD_OPC_Decode, 241, 39, 190, 3, // Opcode: RAX1 |
20141 | | /* 99388 */ MCD_OPC_FilterValue, 10, 141, 25, 0, // Skip to: 105934 |
20142 | | /* 99393 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
20143 | | /* 99396 */ MCD_OPC_FilterValue, 0, 108, 6, 0, // Skip to: 101045 |
20144 | | /* 99401 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
20145 | | /* 99404 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 99426 |
20146 | | /* 99409 */ MCD_OPC_CheckPredicate, 48, 172, 162, 0, // Skip to: 141058 |
20147 | | /* 99414 */ MCD_OPC_CheckField, 21, 1, 1, 165, 162, 0, // Skip to: 141058 |
20148 | | /* 99421 */ MCD_OPC_Decode, 205, 41, 161, 3, // Opcode: SADDLv2i32_v2i64 |
20149 | | /* 99426 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 99448 |
20150 | | /* 99431 */ MCD_OPC_CheckPredicate, 48, 150, 162, 0, // Skip to: 141058 |
20151 | | /* 99436 */ MCD_OPC_CheckField, 21, 1, 1, 143, 162, 0, // Skip to: 141058 |
20152 | | /* 99443 */ MCD_OPC_Decode, 248, 42, 165, 3, // Opcode: SHADDv2i32 |
20153 | | /* 99448 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 99470 |
20154 | | /* 99453 */ MCD_OPC_CheckPredicate, 48, 128, 162, 0, // Skip to: 141058 |
20155 | | /* 99458 */ MCD_OPC_CheckField, 16, 6, 32, 121, 162, 0, // Skip to: 141058 |
20156 | | /* 99465 */ MCD_OPC_Decode, 209, 40, 166, 3, // Opcode: REV64v2i32 |
20157 | | /* 99470 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 99492 |
20158 | | /* 99475 */ MCD_OPC_CheckPredicate, 48, 106, 162, 0, // Skip to: 141058 |
20159 | | /* 99480 */ MCD_OPC_CheckField, 21, 1, 1, 99, 162, 0, // Skip to: 141058 |
20160 | | /* 99487 */ MCD_OPC_Decode, 224, 45, 165, 3, // Opcode: SQADDv2i32 |
20161 | | /* 99492 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 99514 |
20162 | | /* 99497 */ MCD_OPC_CheckPredicate, 48, 84, 162, 0, // Skip to: 141058 |
20163 | | /* 99502 */ MCD_OPC_CheckField, 21, 1, 1, 77, 162, 0, // Skip to: 141058 |
20164 | | /* 99509 */ MCD_OPC_Decode, 220, 41, 169, 3, // Opcode: SADDWv2i32_v2i64 |
20165 | | /* 99514 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 99536 |
20166 | | /* 99519 */ MCD_OPC_CheckPredicate, 48, 62, 162, 0, // Skip to: 141058 |
20167 | | /* 99524 */ MCD_OPC_CheckField, 21, 1, 1, 55, 162, 0, // Skip to: 141058 |
20168 | | /* 99531 */ MCD_OPC_Decode, 165, 49, 165, 3, // Opcode: SRHADDv2i32 |
20169 | | /* 99536 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 99558 |
20170 | | /* 99541 */ MCD_OPC_CheckPredicate, 48, 40, 162, 0, // Skip to: 141058 |
20171 | | /* 99546 */ MCD_OPC_CheckField, 21, 1, 0, 33, 162, 0, // Skip to: 141058 |
20172 | | /* 99553 */ MCD_OPC_Decode, 198, 62, 165, 3, // Opcode: UZP1v2i32 |
20173 | | /* 99558 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 99580 |
20174 | | /* 99563 */ MCD_OPC_CheckPredicate, 48, 18, 162, 0, // Skip to: 141058 |
20175 | | /* 99568 */ MCD_OPC_CheckField, 21, 1, 1, 11, 162, 0, // Skip to: 141058 |
20176 | | /* 99575 */ MCD_OPC_Decode, 235, 38, 165, 3, // Opcode: ORRv8i8 |
20177 | | /* 99580 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 99602 |
20178 | | /* 99585 */ MCD_OPC_CheckPredicate, 48, 252, 161, 0, // Skip to: 141058 |
20179 | | /* 99590 */ MCD_OPC_CheckField, 21, 1, 1, 245, 161, 0, // Skip to: 141058 |
20180 | | /* 99597 */ MCD_OPC_Decode, 202, 50, 161, 3, // Opcode: SSUBLv2i32_v2i64 |
20181 | | /* 99602 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 99624 |
20182 | | /* 99607 */ MCD_OPC_CheckPredicate, 48, 230, 161, 0, // Skip to: 141058 |
20183 | | /* 99612 */ MCD_OPC_CheckField, 21, 1, 1, 223, 161, 0, // Skip to: 141058 |
20184 | | /* 99619 */ MCD_OPC_Decode, 160, 43, 165, 3, // Opcode: SHSUBv2i32 |
20185 | | /* 99624 */ MCD_OPC_FilterValue, 10, 56, 0, 0, // Skip to: 99685 |
20186 | | /* 99629 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20187 | | /* 99632 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99647 |
20188 | | /* 99637 */ MCD_OPC_CheckPredicate, 48, 200, 161, 0, // Skip to: 141058 |
20189 | | /* 99642 */ MCD_OPC_Decode, 205, 55, 165, 3, // Opcode: TRN1v2i32 |
20190 | | /* 99647 */ MCD_OPC_FilterValue, 1, 190, 161, 0, // Skip to: 141058 |
20191 | | /* 99652 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
20192 | | /* 99655 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99670 |
20193 | | /* 99660 */ MCD_OPC_CheckPredicate, 48, 177, 161, 0, // Skip to: 141058 |
20194 | | /* 99665 */ MCD_OPC_Decode, 191, 41, 166, 3, // Opcode: SADDLPv2i32_v1i64 |
20195 | | /* 99670 */ MCD_OPC_FilterValue, 1, 167, 161, 0, // Skip to: 141058 |
20196 | | /* 99675 */ MCD_OPC_CheckPredicate, 48, 162, 161, 0, // Skip to: 141058 |
20197 | | /* 99680 */ MCD_OPC_Decode, 135, 64, 171, 3, // Opcode: XTNv2i32 |
20198 | | /* 99685 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 99707 |
20199 | | /* 99690 */ MCD_OPC_CheckPredicate, 48, 147, 161, 0, // Skip to: 141058 |
20200 | | /* 99695 */ MCD_OPC_CheckField, 21, 1, 1, 140, 161, 0, // Skip to: 141058 |
20201 | | /* 99702 */ MCD_OPC_Decode, 252, 48, 165, 3, // Opcode: SQSUBv2i32 |
20202 | | /* 99707 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 99729 |
20203 | | /* 99712 */ MCD_OPC_CheckPredicate, 48, 125, 161, 0, // Skip to: 141058 |
20204 | | /* 99717 */ MCD_OPC_CheckField, 21, 1, 1, 118, 161, 0, // Skip to: 141058 |
20205 | | /* 99724 */ MCD_OPC_Decode, 214, 50, 169, 3, // Opcode: SSUBWv2i32_v2i64 |
20206 | | /* 99729 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 99751 |
20207 | | /* 99734 */ MCD_OPC_CheckPredicate, 48, 103, 161, 0, // Skip to: 141058 |
20208 | | /* 99739 */ MCD_OPC_CheckField, 21, 1, 1, 96, 161, 0, // Skip to: 141058 |
20209 | | /* 99746 */ MCD_OPC_Decode, 203, 15, 165, 3, // Opcode: CMGTv2i32 |
20210 | | /* 99751 */ MCD_OPC_FilterValue, 14, 40, 0, 0, // Skip to: 99796 |
20211 | | /* 99756 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20212 | | /* 99759 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 99774 |
20213 | | /* 99764 */ MCD_OPC_CheckPredicate, 48, 73, 161, 0, // Skip to: 141058 |
20214 | | /* 99769 */ MCD_OPC_Decode, 160, 64, 165, 3, // Opcode: ZIP1v2i32 |
20215 | | /* 99774 */ MCD_OPC_FilterValue, 1, 63, 161, 0, // Skip to: 141058 |
20216 | | /* 99779 */ MCD_OPC_CheckPredicate, 48, 58, 161, 0, // Skip to: 141058 |
20217 | | /* 99784 */ MCD_OPC_CheckField, 16, 5, 0, 51, 161, 0, // Skip to: 141058 |
20218 | | /* 99791 */ MCD_OPC_Decode, 239, 54, 176, 3, // Opcode: SUQADDv2i32 |
20219 | | /* 99796 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 99818 |
20220 | | /* 99801 */ MCD_OPC_CheckPredicate, 48, 36, 161, 0, // Skip to: 141058 |
20221 | | /* 99806 */ MCD_OPC_CheckField, 21, 1, 1, 29, 161, 0, // Skip to: 141058 |
20222 | | /* 99813 */ MCD_OPC_Decode, 187, 15, 165, 3, // Opcode: CMGEv2i32 |
20223 | | /* 99818 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 99840 |
20224 | | /* 99823 */ MCD_OPC_CheckPredicate, 48, 14, 161, 0, // Skip to: 141058 |
20225 | | /* 99828 */ MCD_OPC_CheckField, 21, 1, 1, 7, 161, 0, // Skip to: 141058 |
20226 | | /* 99835 */ MCD_OPC_Decode, 200, 11, 180, 3, // Opcode: ADDHNv2i64_v2i32 |
20227 | | /* 99840 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 99862 |
20228 | | /* 99845 */ MCD_OPC_CheckPredicate, 48, 248, 160, 0, // Skip to: 141058 |
20229 | | /* 99850 */ MCD_OPC_CheckField, 21, 1, 1, 241, 160, 0, // Skip to: 141058 |
20230 | | /* 99857 */ MCD_OPC_Decode, 252, 49, 165, 3, // Opcode: SSHLv2i32 |
20231 | | /* 99862 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 99900 |
20232 | | /* 99867 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20233 | | /* 99870 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 99885 |
20234 | | /* 99875 */ MCD_OPC_CheckPredicate, 48, 218, 160, 0, // Skip to: 141058 |
20235 | | /* 99880 */ MCD_OPC_Decode, 150, 15, 166, 3, // Opcode: CLSv2i32 |
20236 | | /* 99885 */ MCD_OPC_FilterValue, 33, 208, 160, 0, // Skip to: 141058 |
20237 | | /* 99890 */ MCD_OPC_CheckPredicate, 48, 203, 160, 0, // Skip to: 141058 |
20238 | | /* 99895 */ MCD_OPC_Decode, 140, 49, 171, 3, // Opcode: SQXTNv2i32 |
20239 | | /* 99900 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 99922 |
20240 | | /* 99905 */ MCD_OPC_CheckPredicate, 48, 188, 160, 0, // Skip to: 141058 |
20241 | | /* 99910 */ MCD_OPC_CheckField, 21, 1, 1, 181, 160, 0, // Skip to: 141058 |
20242 | | /* 99917 */ MCD_OPC_Decode, 189, 48, 165, 3, // Opcode: SQSHLv2i32 |
20243 | | /* 99922 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 99944 |
20244 | | /* 99927 */ MCD_OPC_CheckPredicate, 48, 166, 160, 0, // Skip to: 141058 |
20245 | | /* 99932 */ MCD_OPC_CheckField, 21, 1, 1, 159, 160, 0, // Skip to: 141058 |
20246 | | /* 99939 */ MCD_OPC_Decode, 138, 41, 182, 3, // Opcode: SABALv2i32_v2i64 |
20247 | | /* 99944 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 99966 |
20248 | | /* 99949 */ MCD_OPC_CheckPredicate, 48, 144, 160, 0, // Skip to: 141058 |
20249 | | /* 99954 */ MCD_OPC_CheckField, 21, 1, 1, 137, 160, 0, // Skip to: 141058 |
20250 | | /* 99961 */ MCD_OPC_Decode, 208, 49, 165, 3, // Opcode: SRSHLv2i32 |
20251 | | /* 99966 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 99988 |
20252 | | /* 99971 */ MCD_OPC_CheckPredicate, 48, 122, 160, 0, // Skip to: 141058 |
20253 | | /* 99976 */ MCD_OPC_CheckField, 21, 1, 0, 115, 160, 0, // Skip to: 141058 |
20254 | | /* 99983 */ MCD_OPC_Decode, 214, 62, 165, 3, // Opcode: UZP2v2i32 |
20255 | | /* 99988 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 100010 |
20256 | | /* 99993 */ MCD_OPC_CheckPredicate, 48, 100, 160, 0, // Skip to: 141058 |
20257 | | /* 99998 */ MCD_OPC_CheckField, 21, 1, 1, 93, 160, 0, // Skip to: 141058 |
20258 | | /* 100005 */ MCD_OPC_Decode, 232, 47, 165, 3, // Opcode: SQRSHLv2i32 |
20259 | | /* 100010 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 100032 |
20260 | | /* 100015 */ MCD_OPC_CheckPredicate, 48, 78, 160, 0, // Skip to: 141058 |
20261 | | /* 100020 */ MCD_OPC_CheckField, 21, 1, 1, 71, 160, 0, // Skip to: 141058 |
20262 | | /* 100027 */ MCD_OPC_Decode, 137, 54, 180, 3, // Opcode: SUBHNv2i64_v2i32 |
20263 | | /* 100032 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 100054 |
20264 | | /* 100037 */ MCD_OPC_CheckPredicate, 48, 56, 160, 0, // Skip to: 141058 |
20265 | | /* 100042 */ MCD_OPC_CheckField, 21, 1, 1, 49, 160, 0, // Skip to: 141058 |
20266 | | /* 100049 */ MCD_OPC_Decode, 241, 43, 165, 3, // Opcode: SMAXv2i32 |
20267 | | /* 100054 */ MCD_OPC_FilterValue, 26, 56, 0, 0, // Skip to: 100115 |
20268 | | /* 100059 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20269 | | /* 100062 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 100077 |
20270 | | /* 100067 */ MCD_OPC_CheckPredicate, 48, 26, 160, 0, // Skip to: 141058 |
20271 | | /* 100072 */ MCD_OPC_Decode, 221, 55, 165, 3, // Opcode: TRN2v2i32 |
20272 | | /* 100077 */ MCD_OPC_FilterValue, 1, 16, 160, 0, // Skip to: 141058 |
20273 | | /* 100082 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
20274 | | /* 100085 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 100100 |
20275 | | /* 100090 */ MCD_OPC_CheckPredicate, 48, 3, 160, 0, // Skip to: 141058 |
20276 | | /* 100095 */ MCD_OPC_Decode, 179, 41, 176, 3, // Opcode: SADALPv2i32_v1i64 |
20277 | | /* 100100 */ MCD_OPC_FilterValue, 1, 249, 159, 0, // Skip to: 141058 |
20278 | | /* 100105 */ MCD_OPC_CheckPredicate, 63, 244, 159, 0, // Skip to: 141058 |
20279 | | /* 100110 */ MCD_OPC_Decode, 170, 13, 195, 3, // Opcode: BFCVTN |
20280 | | /* 100115 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 100137 |
20281 | | /* 100120 */ MCD_OPC_CheckPredicate, 48, 229, 159, 0, // Skip to: 141058 |
20282 | | /* 100125 */ MCD_OPC_CheckField, 21, 1, 1, 222, 159, 0, // Skip to: 141058 |
20283 | | /* 100132 */ MCD_OPC_Decode, 171, 44, 165, 3, // Opcode: SMINv2i32 |
20284 | | /* 100137 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 100159 |
20285 | | /* 100142 */ MCD_OPC_CheckPredicate, 48, 207, 159, 0, // Skip to: 141058 |
20286 | | /* 100147 */ MCD_OPC_CheckField, 21, 1, 1, 200, 159, 0, // Skip to: 141058 |
20287 | | /* 100154 */ MCD_OPC_Decode, 160, 41, 161, 3, // Opcode: SABDLv2i32_v2i64 |
20288 | | /* 100159 */ MCD_OPC_FilterValue, 29, 17, 0, 0, // Skip to: 100181 |
20289 | | /* 100164 */ MCD_OPC_CheckPredicate, 48, 185, 159, 0, // Skip to: 141058 |
20290 | | /* 100169 */ MCD_OPC_CheckField, 21, 1, 1, 178, 159, 0, // Skip to: 141058 |
20291 | | /* 100176 */ MCD_OPC_Decode, 170, 41, 165, 3, // Opcode: SABDv2i32 |
20292 | | /* 100181 */ MCD_OPC_FilterValue, 30, 40, 0, 0, // Skip to: 100226 |
20293 | | /* 100186 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20294 | | /* 100189 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 100204 |
20295 | | /* 100194 */ MCD_OPC_CheckPredicate, 48, 155, 159, 0, // Skip to: 141058 |
20296 | | /* 100199 */ MCD_OPC_Decode, 176, 64, 165, 3, // Opcode: ZIP2v2i32 |
20297 | | /* 100204 */ MCD_OPC_FilterValue, 1, 145, 159, 0, // Skip to: 141058 |
20298 | | /* 100209 */ MCD_OPC_CheckPredicate, 48, 140, 159, 0, // Skip to: 141058 |
20299 | | /* 100214 */ MCD_OPC_CheckField, 16, 5, 0, 133, 159, 0, // Skip to: 141058 |
20300 | | /* 100221 */ MCD_OPC_Decode, 201, 45, 166, 3, // Opcode: SQABSv2i32 |
20301 | | /* 100226 */ MCD_OPC_FilterValue, 31, 17, 0, 0, // Skip to: 100248 |
20302 | | /* 100231 */ MCD_OPC_CheckPredicate, 48, 118, 159, 0, // Skip to: 141058 |
20303 | | /* 100236 */ MCD_OPC_CheckField, 21, 1, 1, 111, 159, 0, // Skip to: 141058 |
20304 | | /* 100243 */ MCD_OPC_Decode, 148, 41, 186, 3, // Opcode: SABAv2i32 |
20305 | | /* 100248 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 100270 |
20306 | | /* 100253 */ MCD_OPC_CheckPredicate, 48, 96, 159, 0, // Skip to: 141058 |
20307 | | /* 100258 */ MCD_OPC_CheckField, 21, 1, 1, 89, 159, 0, // Skip to: 141058 |
20308 | | /* 100265 */ MCD_OPC_Decode, 212, 44, 182, 3, // Opcode: SMLALv2i32_v2i64 |
20309 | | /* 100270 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 100292 |
20310 | | /* 100275 */ MCD_OPC_CheckPredicate, 48, 74, 159, 0, // Skip to: 141058 |
20311 | | /* 100280 */ MCD_OPC_CheckField, 21, 1, 1, 67, 159, 0, // Skip to: 141058 |
20312 | | /* 100287 */ MCD_OPC_Decode, 156, 12, 165, 3, // Opcode: ADDv2i32 |
20313 | | /* 100292 */ MCD_OPC_FilterValue, 34, 33, 0, 0, // Skip to: 100330 |
20314 | | /* 100297 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20315 | | /* 100300 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100315 |
20316 | | /* 100305 */ MCD_OPC_CheckPredicate, 48, 44, 159, 0, // Skip to: 141058 |
20317 | | /* 100310 */ MCD_OPC_Decode, 204, 15, 166, 3, // Opcode: CMGTv2i32rz |
20318 | | /* 100315 */ MCD_OPC_FilterValue, 33, 34, 159, 0, // Skip to: 141058 |
20319 | | /* 100320 */ MCD_OPC_CheckPredicate, 48, 29, 159, 0, // Skip to: 141058 |
20320 | | /* 100325 */ MCD_OPC_Decode, 229, 27, 166, 3, // Opcode: FRINTPv2f32 |
20321 | | /* 100330 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 100352 |
20322 | | /* 100335 */ MCD_OPC_CheckPredicate, 48, 14, 159, 0, // Skip to: 141058 |
20323 | | /* 100340 */ MCD_OPC_CheckField, 21, 1, 1, 7, 159, 0, // Skip to: 141058 |
20324 | | /* 100347 */ MCD_OPC_Decode, 221, 16, 165, 3, // Opcode: CMTSTv2i32 |
20325 | | /* 100352 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 100374 |
20326 | | /* 100357 */ MCD_OPC_CheckPredicate, 48, 248, 158, 0, // Skip to: 141058 |
20327 | | /* 100362 */ MCD_OPC_CheckField, 21, 1, 1, 241, 158, 0, // Skip to: 141058 |
20328 | | /* 100369 */ MCD_OPC_Decode, 158, 46, 182, 3, // Opcode: SQDMLALv2i32_v2i64 |
20329 | | /* 100374 */ MCD_OPC_FilterValue, 37, 33, 0, 0, // Skip to: 100412 |
20330 | | /* 100379 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20331 | | /* 100382 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 100397 |
20332 | | /* 100387 */ MCD_OPC_CheckPredicate, 66, 218, 158, 0, // Skip to: 141058 |
20333 | | /* 100392 */ MCD_OPC_Decode, 190, 42, 186, 3, // Opcode: SDOTv8i8 |
20334 | | /* 100397 */ MCD_OPC_FilterValue, 1, 208, 158, 0, // Skip to: 141058 |
20335 | | /* 100402 */ MCD_OPC_CheckPredicate, 48, 203, 158, 0, // Skip to: 141058 |
20336 | | /* 100407 */ MCD_OPC_Decode, 142, 37, 186, 3, // Opcode: MLAv2i32 |
20337 | | /* 100412 */ MCD_OPC_FilterValue, 38, 33, 0, 0, // Skip to: 100450 |
20338 | | /* 100417 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20339 | | /* 100420 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100435 |
20340 | | /* 100425 */ MCD_OPC_CheckPredicate, 48, 180, 158, 0, // Skip to: 141058 |
20341 | | /* 100430 */ MCD_OPC_Decode, 172, 15, 166, 3, // Opcode: CMEQv2i32rz |
20342 | | /* 100435 */ MCD_OPC_FilterValue, 33, 170, 158, 0, // Skip to: 141058 |
20343 | | /* 100440 */ MCD_OPC_CheckPredicate, 48, 165, 158, 0, // Skip to: 141058 |
20344 | | /* 100445 */ MCD_OPC_Decode, 251, 27, 166, 3, // Opcode: FRINTZv2f32 |
20345 | | /* 100450 */ MCD_OPC_FilterValue, 39, 33, 0, 0, // Skip to: 100488 |
20346 | | /* 100455 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20347 | | /* 100458 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 100473 |
20348 | | /* 100463 */ MCD_OPC_CheckPredicate, 67, 142, 158, 0, // Skip to: 141058 |
20349 | | /* 100468 */ MCD_OPC_Decode, 200, 61, 186, 3, // Opcode: USDOTv8i8 |
20350 | | /* 100473 */ MCD_OPC_FilterValue, 1, 132, 158, 0, // Skip to: 141058 |
20351 | | /* 100478 */ MCD_OPC_CheckPredicate, 48, 127, 158, 0, // Skip to: 141058 |
20352 | | /* 100483 */ MCD_OPC_Decode, 168, 38, 165, 3, // Opcode: MULv2i32 |
20353 | | /* 100488 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 100510 |
20354 | | /* 100493 */ MCD_OPC_CheckPredicate, 48, 112, 158, 0, // Skip to: 141058 |
20355 | | /* 100498 */ MCD_OPC_CheckField, 21, 1, 1, 105, 158, 0, // Skip to: 141058 |
20356 | | /* 100505 */ MCD_OPC_Decode, 128, 45, 182, 3, // Opcode: SMLSLv2i32_v2i64 |
20357 | | /* 100510 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 100532 |
20358 | | /* 100515 */ MCD_OPC_CheckPredicate, 48, 90, 158, 0, // Skip to: 141058 |
20359 | | /* 100520 */ MCD_OPC_CheckField, 21, 1, 1, 83, 158, 0, // Skip to: 141058 |
20360 | | /* 100527 */ MCD_OPC_Decode, 194, 43, 165, 3, // Opcode: SMAXPv2i32 |
20361 | | /* 100532 */ MCD_OPC_FilterValue, 42, 33, 0, 0, // Skip to: 100570 |
20362 | | /* 100537 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20363 | | /* 100540 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100555 |
20364 | | /* 100545 */ MCD_OPC_CheckPredicate, 48, 60, 158, 0, // Skip to: 141058 |
20365 | | /* 100550 */ MCD_OPC_Decode, 247, 15, 166, 3, // Opcode: CMLTv2i32rz |
20366 | | /* 100555 */ MCD_OPC_FilterValue, 33, 50, 158, 0, // Skip to: 141058 |
20367 | | /* 100560 */ MCD_OPC_CheckPredicate, 48, 45, 158, 0, // Skip to: 141058 |
20368 | | /* 100565 */ MCD_OPC_Decode, 129, 22, 166, 3, // Opcode: FCVTPSv2f32 |
20369 | | /* 100570 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 100592 |
20370 | | /* 100575 */ MCD_OPC_CheckPredicate, 48, 30, 158, 0, // Skip to: 141058 |
20371 | | /* 100580 */ MCD_OPC_CheckField, 21, 1, 1, 23, 158, 0, // Skip to: 141058 |
20372 | | /* 100587 */ MCD_OPC_Decode, 252, 43, 165, 3, // Opcode: SMINPv2i32 |
20373 | | /* 100592 */ MCD_OPC_FilterValue, 44, 17, 0, 0, // Skip to: 100614 |
20374 | | /* 100597 */ MCD_OPC_CheckPredicate, 48, 8, 158, 0, // Skip to: 141058 |
20375 | | /* 100602 */ MCD_OPC_CheckField, 21, 1, 1, 1, 158, 0, // Skip to: 141058 |
20376 | | /* 100609 */ MCD_OPC_Decode, 183, 46, 182, 3, // Opcode: SQDMLSLv2i32_v2i64 |
20377 | | /* 100614 */ MCD_OPC_FilterValue, 45, 17, 0, 0, // Skip to: 100636 |
20378 | | /* 100619 */ MCD_OPC_CheckPredicate, 48, 242, 157, 0, // Skip to: 141058 |
20379 | | /* 100624 */ MCD_OPC_CheckField, 21, 1, 1, 235, 157, 0, // Skip to: 141058 |
20380 | | /* 100631 */ MCD_OPC_Decode, 217, 46, 165, 3, // Opcode: SQDMULHv2i32 |
20381 | | /* 100636 */ MCD_OPC_FilterValue, 46, 33, 0, 0, // Skip to: 100674 |
20382 | | /* 100641 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20383 | | /* 100644 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100659 |
20384 | | /* 100649 */ MCD_OPC_CheckPredicate, 48, 212, 157, 0, // Skip to: 141058 |
20385 | | /* 100654 */ MCD_OPC_Decode, 177, 11, 166, 3, // Opcode: ABSv2i32 |
20386 | | /* 100659 */ MCD_OPC_FilterValue, 33, 202, 157, 0, // Skip to: 141058 |
20387 | | /* 100664 */ MCD_OPC_CheckPredicate, 48, 197, 157, 0, // Skip to: 141058 |
20388 | | /* 100669 */ MCD_OPC_Decode, 182, 22, 166, 3, // Opcode: FCVTZSv2f32 |
20389 | | /* 100674 */ MCD_OPC_FilterValue, 47, 17, 0, 0, // Skip to: 100696 |
20390 | | /* 100679 */ MCD_OPC_CheckPredicate, 48, 182, 157, 0, // Skip to: 141058 |
20391 | | /* 100684 */ MCD_OPC_CheckField, 21, 1, 1, 175, 157, 0, // Skip to: 141058 |
20392 | | /* 100691 */ MCD_OPC_Decode, 213, 11, 165, 3, // Opcode: ADDPv2i32 |
20393 | | /* 100696 */ MCD_OPC_FilterValue, 48, 17, 0, 0, // Skip to: 100718 |
20394 | | /* 100701 */ MCD_OPC_CheckPredicate, 48, 160, 157, 0, // Skip to: 141058 |
20395 | | /* 100706 */ MCD_OPC_CheckField, 21, 1, 1, 153, 157, 0, // Skip to: 141058 |
20396 | | /* 100713 */ MCD_OPC_Decode, 176, 45, 161, 3, // Opcode: SMULLv2i32_v2i64 |
20397 | | /* 100718 */ MCD_OPC_FilterValue, 49, 17, 0, 0, // Skip to: 100740 |
20398 | | /* 100723 */ MCD_OPC_CheckPredicate, 48, 138, 157, 0, // Skip to: 141058 |
20399 | | /* 100728 */ MCD_OPC_CheckField, 21, 1, 1, 131, 157, 0, // Skip to: 141058 |
20400 | | /* 100735 */ MCD_OPC_Decode, 183, 24, 165, 3, // Opcode: FMINNMv2f32 |
20401 | | /* 100740 */ MCD_OPC_FilterValue, 50, 48, 0, 0, // Skip to: 100793 |
20402 | | /* 100745 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20403 | | /* 100748 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100763 |
20404 | | /* 100753 */ MCD_OPC_CheckPredicate, 48, 108, 157, 0, // Skip to: 141058 |
20405 | | /* 100758 */ MCD_OPC_Decode, 196, 20, 166, 3, // Opcode: FCMGTv2i32rz |
20406 | | /* 100763 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 100778 |
20407 | | /* 100768 */ MCD_OPC_CheckPredicate, 48, 93, 157, 0, // Skip to: 141058 |
20408 | | /* 100773 */ MCD_OPC_Decode, 246, 60, 166, 3, // Opcode: URECPEv2i32 |
20409 | | /* 100778 */ MCD_OPC_FilterValue, 48, 83, 157, 0, // Skip to: 141058 |
20410 | | /* 100783 */ MCD_OPC_CheckPredicate, 53, 78, 157, 0, // Skip to: 141058 |
20411 | | /* 100788 */ MCD_OPC_Decode, 162, 24, 177, 3, // Opcode: FMINNMVv4i16v |
20412 | | /* 100793 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 100815 |
20413 | | /* 100798 */ MCD_OPC_CheckPredicate, 48, 63, 157, 0, // Skip to: 141058 |
20414 | | /* 100803 */ MCD_OPC_CheckField, 21, 1, 1, 56, 157, 0, // Skip to: 141058 |
20415 | | /* 100810 */ MCD_OPC_Decode, 248, 25, 186, 3, // Opcode: FMLSv2f32 |
20416 | | /* 100815 */ MCD_OPC_FilterValue, 52, 17, 0, 0, // Skip to: 100837 |
20417 | | /* 100820 */ MCD_OPC_CheckPredicate, 48, 41, 157, 0, // Skip to: 141058 |
20418 | | /* 100825 */ MCD_OPC_CheckField, 21, 1, 1, 34, 157, 0, // Skip to: 141058 |
20419 | | /* 100832 */ MCD_OPC_Decode, 240, 46, 161, 3, // Opcode: SQDMULLv2i32_v2i64 |
20420 | | /* 100837 */ MCD_OPC_FilterValue, 53, 17, 0, 0, // Skip to: 100859 |
20421 | | /* 100842 */ MCD_OPC_CheckPredicate, 48, 19, 157, 0, // Skip to: 141058 |
20422 | | /* 100847 */ MCD_OPC_CheckField, 21, 1, 1, 12, 157, 0, // Skip to: 141058 |
20423 | | /* 100854 */ MCD_OPC_Decode, 205, 28, 165, 3, // Opcode: FSUBv2f32 |
20424 | | /* 100859 */ MCD_OPC_FilterValue, 54, 33, 0, 0, // Skip to: 100897 |
20425 | | /* 100864 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20426 | | /* 100867 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 100882 |
20427 | | /* 100872 */ MCD_OPC_CheckPredicate, 48, 245, 156, 0, // Skip to: 141058 |
20428 | | /* 100877 */ MCD_OPC_Decode, 152, 20, 166, 3, // Opcode: FCMEQv2i32rz |
20429 | | /* 100882 */ MCD_OPC_FilterValue, 33, 235, 156, 0, // Skip to: 141058 |
20430 | | /* 100887 */ MCD_OPC_CheckPredicate, 48, 230, 156, 0, // Skip to: 141058 |
20431 | | /* 100892 */ MCD_OPC_Decode, 129, 27, 166, 3, // Opcode: FRECPEv2f32 |
20432 | | /* 100897 */ MCD_OPC_FilterValue, 55, 17, 0, 0, // Skip to: 100919 |
20433 | | /* 100902 */ MCD_OPC_CheckPredicate, 68, 215, 156, 0, // Skip to: 141058 |
20434 | | /* 100907 */ MCD_OPC_CheckField, 21, 1, 1, 208, 156, 0, // Skip to: 141058 |
20435 | | /* 100914 */ MCD_OPC_Decode, 224, 19, 165, 3, // Opcode: FAMAXv2f32 |
20436 | | /* 100919 */ MCD_OPC_FilterValue, 58, 17, 0, 0, // Skip to: 100941 |
20437 | | /* 100924 */ MCD_OPC_CheckPredicate, 48, 193, 156, 0, // Skip to: 141058 |
20438 | | /* 100929 */ MCD_OPC_CheckField, 16, 6, 32, 186, 156, 0, // Skip to: 141058 |
20439 | | /* 100936 */ MCD_OPC_Decode, 234, 20, 166, 3, // Opcode: FCMLTv2i32rz |
20440 | | /* 100941 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 100963 |
20441 | | /* 100946 */ MCD_OPC_CheckPredicate, 55, 171, 156, 0, // Skip to: 141058 |
20442 | | /* 100951 */ MCD_OPC_CheckField, 21, 1, 1, 164, 156, 0, // Skip to: 141058 |
20443 | | /* 100958 */ MCD_OPC_Decode, 219, 25, 186, 3, // Opcode: FMLSLv4f16 |
20444 | | /* 100963 */ MCD_OPC_FilterValue, 61, 17, 0, 0, // Skip to: 100985 |
20445 | | /* 100968 */ MCD_OPC_CheckPredicate, 48, 149, 156, 0, // Skip to: 141058 |
20446 | | /* 100973 */ MCD_OPC_CheckField, 21, 1, 1, 142, 156, 0, // Skip to: 141058 |
20447 | | /* 100980 */ MCD_OPC_Decode, 227, 24, 165, 3, // Opcode: FMINv2f32 |
20448 | | /* 100985 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 101023 |
20449 | | /* 100990 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20450 | | /* 100993 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101008 |
20451 | | /* 100998 */ MCD_OPC_CheckPredicate, 48, 119, 156, 0, // Skip to: 141058 |
20452 | | /* 101003 */ MCD_OPC_Decode, 145, 19, 166, 3, // Opcode: FABSv2f32 |
20453 | | /* 101008 */ MCD_OPC_FilterValue, 48, 109, 156, 0, // Skip to: 141058 |
20454 | | /* 101013 */ MCD_OPC_CheckPredicate, 53, 104, 156, 0, // Skip to: 141058 |
20455 | | /* 101018 */ MCD_OPC_Decode, 206, 24, 177, 3, // Opcode: FMINVv4i16v |
20456 | | /* 101023 */ MCD_OPC_FilterValue, 63, 94, 156, 0, // Skip to: 141058 |
20457 | | /* 101028 */ MCD_OPC_CheckPredicate, 48, 89, 156, 0, // Skip to: 141058 |
20458 | | /* 101033 */ MCD_OPC_CheckField, 21, 1, 1, 82, 156, 0, // Skip to: 141058 |
20459 | | /* 101040 */ MCD_OPC_Decode, 145, 28, 165, 3, // Opcode: FRSQRTSv2f32 |
20460 | | /* 101045 */ MCD_OPC_FilterValue, 1, 195, 5, 0, // Skip to: 102525 |
20461 | | /* 101050 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20462 | | /* 101053 */ MCD_OPC_FilterValue, 0, 135, 0, 0, // Skip to: 101193 |
20463 | | /* 101058 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20464 | | /* 101061 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 101083 |
20465 | | /* 101066 */ MCD_OPC_CheckPredicate, 48, 51, 156, 0, // Skip to: 141058 |
20466 | | /* 101071 */ MCD_OPC_CheckField, 21, 1, 1, 44, 156, 0, // Skip to: 141058 |
20467 | | /* 101078 */ MCD_OPC_Decode, 173, 56, 161, 3, // Opcode: UADDLv2i32_v2i64 |
20468 | | /* 101083 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 101105 |
20469 | | /* 101088 */ MCD_OPC_CheckPredicate, 48, 29, 156, 0, // Skip to: 141058 |
20470 | | /* 101093 */ MCD_OPC_CheckField, 21, 1, 1, 22, 156, 0, // Skip to: 141058 |
20471 | | /* 101100 */ MCD_OPC_Decode, 157, 57, 165, 3, // Opcode: UHADDv2i32 |
20472 | | /* 101105 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 101127 |
20473 | | /* 101110 */ MCD_OPC_CheckPredicate, 48, 7, 156, 0, // Skip to: 141058 |
20474 | | /* 101115 */ MCD_OPC_CheckField, 21, 1, 1, 0, 156, 0, // Skip to: 141058 |
20475 | | /* 101122 */ MCD_OPC_Decode, 186, 59, 165, 3, // Opcode: UQADDv2i32 |
20476 | | /* 101127 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 101149 |
20477 | | /* 101132 */ MCD_OPC_CheckPredicate, 48, 241, 155, 0, // Skip to: 141058 |
20478 | | /* 101137 */ MCD_OPC_CheckField, 21, 1, 1, 234, 155, 0, // Skip to: 141058 |
20479 | | /* 101144 */ MCD_OPC_Decode, 189, 56, 169, 3, // Opcode: UADDWv2i32_v2i64 |
20480 | | /* 101149 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 101171 |
20481 | | /* 101154 */ MCD_OPC_CheckPredicate, 48, 219, 155, 0, // Skip to: 141058 |
20482 | | /* 101159 */ MCD_OPC_CheckField, 21, 1, 1, 212, 155, 0, // Skip to: 141058 |
20483 | | /* 101166 */ MCD_OPC_Decode, 253, 60, 165, 3, // Opcode: URHADDv2i32 |
20484 | | /* 101171 */ MCD_OPC_FilterValue, 7, 202, 155, 0, // Skip to: 141058 |
20485 | | /* 101176 */ MCD_OPC_CheckPredicate, 48, 197, 155, 0, // Skip to: 141058 |
20486 | | /* 101181 */ MCD_OPC_CheckField, 21, 1, 1, 190, 155, 0, // Skip to: 141058 |
20487 | | /* 101188 */ MCD_OPC_Decode, 164, 14, 186, 3, // Opcode: BITv8i8 |
20488 | | /* 101193 */ MCD_OPC_FilterValue, 1, 211, 0, 0, // Skip to: 101409 |
20489 | | /* 101198 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20490 | | /* 101201 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 101223 |
20491 | | /* 101206 */ MCD_OPC_CheckPredicate, 48, 167, 155, 0, // Skip to: 141058 |
20492 | | /* 101211 */ MCD_OPC_CheckField, 21, 1, 1, 160, 155, 0, // Skip to: 141058 |
20493 | | /* 101218 */ MCD_OPC_Decode, 149, 62, 161, 3, // Opcode: USUBLv2i32_v2i64 |
20494 | | /* 101223 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 101245 |
20495 | | /* 101228 */ MCD_OPC_CheckPredicate, 48, 145, 155, 0, // Skip to: 141058 |
20496 | | /* 101233 */ MCD_OPC_CheckField, 21, 1, 1, 138, 155, 0, // Skip to: 141058 |
20497 | | /* 101240 */ MCD_OPC_Decode, 171, 57, 165, 3, // Opcode: UHSUBv2i32 |
20498 | | /* 101245 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 101283 |
20499 | | /* 101250 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20500 | | /* 101253 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101268 |
20501 | | /* 101258 */ MCD_OPC_CheckPredicate, 48, 115, 155, 0, // Skip to: 141058 |
20502 | | /* 101263 */ MCD_OPC_Decode, 159, 56, 166, 3, // Opcode: UADDLPv2i32_v1i64 |
20503 | | /* 101268 */ MCD_OPC_FilterValue, 33, 105, 155, 0, // Skip to: 141058 |
20504 | | /* 101273 */ MCD_OPC_CheckPredicate, 48, 100, 155, 0, // Skip to: 141058 |
20505 | | /* 101278 */ MCD_OPC_Decode, 155, 49, 171, 3, // Opcode: SQXTUNv2i32 |
20506 | | /* 101283 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 101305 |
20507 | | /* 101288 */ MCD_OPC_CheckPredicate, 48, 85, 155, 0, // Skip to: 141058 |
20508 | | /* 101293 */ MCD_OPC_CheckField, 21, 1, 1, 78, 155, 0, // Skip to: 141058 |
20509 | | /* 101300 */ MCD_OPC_Decode, 224, 60, 165, 3, // Opcode: UQSUBv2i32 |
20510 | | /* 101305 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 101327 |
20511 | | /* 101310 */ MCD_OPC_CheckPredicate, 48, 63, 155, 0, // Skip to: 141058 |
20512 | | /* 101315 */ MCD_OPC_CheckField, 21, 1, 1, 56, 155, 0, // Skip to: 141058 |
20513 | | /* 101322 */ MCD_OPC_Decode, 161, 62, 169, 3, // Opcode: USUBWv2i32_v2i64 |
20514 | | /* 101327 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 101349 |
20515 | | /* 101332 */ MCD_OPC_CheckPredicate, 48, 41, 155, 0, // Skip to: 141058 |
20516 | | /* 101337 */ MCD_OPC_CheckField, 21, 1, 1, 34, 155, 0, // Skip to: 141058 |
20517 | | /* 101344 */ MCD_OPC_Decode, 217, 15, 165, 3, // Opcode: CMHIv2i32 |
20518 | | /* 101349 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 101387 |
20519 | | /* 101354 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20520 | | /* 101357 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101372 |
20521 | | /* 101362 */ MCD_OPC_CheckPredicate, 48, 11, 155, 0, // Skip to: 141058 |
20522 | | /* 101367 */ MCD_OPC_Decode, 252, 61, 176, 3, // Opcode: USQADDv2i32 |
20523 | | /* 101372 */ MCD_OPC_FilterValue, 33, 1, 155, 0, // Skip to: 141058 |
20524 | | /* 101377 */ MCD_OPC_CheckPredicate, 48, 252, 154, 0, // Skip to: 141058 |
20525 | | /* 101382 */ MCD_OPC_Decode, 254, 42, 185, 3, // Opcode: SHLLv2i32 |
20526 | | /* 101387 */ MCD_OPC_FilterValue, 7, 242, 154, 0, // Skip to: 141058 |
20527 | | /* 101392 */ MCD_OPC_CheckPredicate, 48, 237, 154, 0, // Skip to: 141058 |
20528 | | /* 101397 */ MCD_OPC_CheckField, 21, 1, 1, 230, 154, 0, // Skip to: 141058 |
20529 | | /* 101404 */ MCD_OPC_Decode, 225, 15, 165, 3, // Opcode: CMHSv2i32 |
20530 | | /* 101409 */ MCD_OPC_FilterValue, 2, 173, 0, 0, // Skip to: 101587 |
20531 | | /* 101414 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20532 | | /* 101417 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 101439 |
20533 | | /* 101422 */ MCD_OPC_CheckPredicate, 48, 207, 154, 0, // Skip to: 141058 |
20534 | | /* 101427 */ MCD_OPC_CheckField, 21, 1, 1, 200, 154, 0, // Skip to: 141058 |
20535 | | /* 101434 */ MCD_OPC_Decode, 235, 39, 180, 3, // Opcode: RADDHNv2i64_v2i32 |
20536 | | /* 101439 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 101461 |
20537 | | /* 101444 */ MCD_OPC_CheckPredicate, 48, 185, 154, 0, // Skip to: 141058 |
20538 | | /* 101449 */ MCD_OPC_CheckField, 21, 1, 1, 178, 154, 0, // Skip to: 141058 |
20539 | | /* 101456 */ MCD_OPC_Decode, 215, 61, 165, 3, // Opcode: USHLv2i32 |
20540 | | /* 101461 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 101499 |
20541 | | /* 101466 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20542 | | /* 101469 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101484 |
20543 | | /* 101474 */ MCD_OPC_CheckPredicate, 48, 155, 154, 0, // Skip to: 141058 |
20544 | | /* 101479 */ MCD_OPC_Decode, 162, 15, 166, 3, // Opcode: CLZv2i32 |
20545 | | /* 101484 */ MCD_OPC_FilterValue, 33, 145, 154, 0, // Skip to: 141058 |
20546 | | /* 101489 */ MCD_OPC_CheckPredicate, 48, 140, 154, 0, // Skip to: 141058 |
20547 | | /* 101494 */ MCD_OPC_Decode, 240, 60, 171, 3, // Opcode: UQXTNv2i32 |
20548 | | /* 101499 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 101521 |
20549 | | /* 101504 */ MCD_OPC_CheckPredicate, 48, 125, 154, 0, // Skip to: 141058 |
20550 | | /* 101509 */ MCD_OPC_CheckField, 21, 1, 1, 118, 154, 0, // Skip to: 141058 |
20551 | | /* 101516 */ MCD_OPC_Decode, 176, 60, 165, 3, // Opcode: UQSHLv2i32 |
20552 | | /* 101521 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 101543 |
20553 | | /* 101526 */ MCD_OPC_CheckPredicate, 48, 103, 154, 0, // Skip to: 141058 |
20554 | | /* 101531 */ MCD_OPC_CheckField, 21, 1, 1, 96, 154, 0, // Skip to: 141058 |
20555 | | /* 101538 */ MCD_OPC_Decode, 237, 55, 182, 3, // Opcode: UABALv2i32_v2i64 |
20556 | | /* 101543 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 101565 |
20557 | | /* 101548 */ MCD_OPC_CheckPredicate, 48, 81, 154, 0, // Skip to: 141058 |
20558 | | /* 101553 */ MCD_OPC_CheckField, 21, 1, 1, 74, 154, 0, // Skip to: 141058 |
20559 | | /* 101560 */ MCD_OPC_Decode, 156, 61, 165, 3, // Opcode: URSHLv2i32 |
20560 | | /* 101565 */ MCD_OPC_FilterValue, 7, 64, 154, 0, // Skip to: 141058 |
20561 | | /* 101570 */ MCD_OPC_CheckPredicate, 48, 59, 154, 0, // Skip to: 141058 |
20562 | | /* 101575 */ MCD_OPC_CheckField, 21, 1, 1, 52, 154, 0, // Skip to: 141058 |
20563 | | /* 101582 */ MCD_OPC_Decode, 255, 59, 165, 3, // Opcode: UQRSHLv2i32 |
20564 | | /* 101587 */ MCD_OPC_FilterValue, 3, 195, 0, 0, // Skip to: 101787 |
20565 | | /* 101592 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20566 | | /* 101595 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 101617 |
20567 | | /* 101600 */ MCD_OPC_CheckPredicate, 48, 29, 154, 0, // Skip to: 141058 |
20568 | | /* 101605 */ MCD_OPC_CheckField, 21, 1, 1, 22, 154, 0, // Skip to: 141058 |
20569 | | /* 101612 */ MCD_OPC_Decode, 253, 40, 180, 3, // Opcode: RSUBHNv2i64_v2i32 |
20570 | | /* 101617 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 101639 |
20571 | | /* 101622 */ MCD_OPC_CheckPredicate, 48, 7, 154, 0, // Skip to: 141058 |
20572 | | /* 101627 */ MCD_OPC_CheckField, 21, 1, 1, 0, 154, 0, // Skip to: 141058 |
20573 | | /* 101634 */ MCD_OPC_Decode, 229, 57, 165, 3, // Opcode: UMAXv2i32 |
20574 | | /* 101639 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 101661 |
20575 | | /* 101644 */ MCD_OPC_CheckPredicate, 48, 241, 153, 0, // Skip to: 141058 |
20576 | | /* 101649 */ MCD_OPC_CheckField, 16, 6, 32, 234, 153, 0, // Skip to: 141058 |
20577 | | /* 101656 */ MCD_OPC_Decode, 150, 56, 176, 3, // Opcode: UADALPv2i32_v1i64 |
20578 | | /* 101661 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 101683 |
20579 | | /* 101666 */ MCD_OPC_CheckPredicate, 48, 219, 153, 0, // Skip to: 141058 |
20580 | | /* 101671 */ MCD_OPC_CheckField, 21, 1, 1, 212, 153, 0, // Skip to: 141058 |
20581 | | /* 101678 */ MCD_OPC_Decode, 158, 58, 165, 3, // Opcode: UMINv2i32 |
20582 | | /* 101683 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 101705 |
20583 | | /* 101688 */ MCD_OPC_CheckPredicate, 48, 197, 153, 0, // Skip to: 141058 |
20584 | | /* 101693 */ MCD_OPC_CheckField, 21, 1, 1, 190, 153, 0, // Skip to: 141058 |
20585 | | /* 101700 */ MCD_OPC_Decode, 131, 56, 161, 3, // Opcode: UABDLv2i32_v2i64 |
20586 | | /* 101705 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 101727 |
20587 | | /* 101710 */ MCD_OPC_CheckPredicate, 48, 175, 153, 0, // Skip to: 141058 |
20588 | | /* 101715 */ MCD_OPC_CheckField, 21, 1, 1, 168, 153, 0, // Skip to: 141058 |
20589 | | /* 101722 */ MCD_OPC_Decode, 141, 56, 165, 3, // Opcode: UABDv2i32 |
20590 | | /* 101727 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 101765 |
20591 | | /* 101732 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20592 | | /* 101735 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101750 |
20593 | | /* 101740 */ MCD_OPC_CheckPredicate, 48, 145, 153, 0, // Skip to: 141058 |
20594 | | /* 101745 */ MCD_OPC_Decode, 150, 47, 166, 3, // Opcode: SQNEGv2i32 |
20595 | | /* 101750 */ MCD_OPC_FilterValue, 33, 135, 153, 0, // Skip to: 141058 |
20596 | | /* 101755 */ MCD_OPC_CheckPredicate, 56, 130, 153, 0, // Skip to: 141058 |
20597 | | /* 101760 */ MCD_OPC_Decode, 153, 13, 185, 3, // Opcode: BF1CVTLv8f16 |
20598 | | /* 101765 */ MCD_OPC_FilterValue, 7, 120, 153, 0, // Skip to: 141058 |
20599 | | /* 101770 */ MCD_OPC_CheckPredicate, 48, 115, 153, 0, // Skip to: 141058 |
20600 | | /* 101775 */ MCD_OPC_CheckField, 21, 1, 1, 108, 153, 0, // Skip to: 141058 |
20601 | | /* 101782 */ MCD_OPC_Decode, 247, 55, 186, 3, // Opcode: UABAv2i32 |
20602 | | /* 101787 */ MCD_OPC_FilterValue, 4, 199, 0, 0, // Skip to: 101991 |
20603 | | /* 101792 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20604 | | /* 101795 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 101817 |
20605 | | /* 101800 */ MCD_OPC_CheckPredicate, 48, 85, 153, 0, // Skip to: 141058 |
20606 | | /* 101805 */ MCD_OPC_CheckField, 21, 1, 1, 78, 153, 0, // Skip to: 141058 |
20607 | | /* 101812 */ MCD_OPC_Decode, 199, 58, 182, 3, // Opcode: UMLALv2i32_v2i64 |
20608 | | /* 101817 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 101855 |
20609 | | /* 101822 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20610 | | /* 101825 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 101840 |
20611 | | /* 101830 */ MCD_OPC_CheckPredicate, 61, 55, 153, 0, // Skip to: 141058 |
20612 | | /* 101835 */ MCD_OPC_Decode, 173, 47, 186, 3, // Opcode: SQRDMLAHv2i32 |
20613 | | /* 101840 */ MCD_OPC_FilterValue, 1, 45, 153, 0, // Skip to: 141058 |
20614 | | /* 101845 */ MCD_OPC_CheckPredicate, 48, 40, 153, 0, // Skip to: 141058 |
20615 | | /* 101850 */ MCD_OPC_Decode, 196, 54, 165, 3, // Opcode: SUBv2i32 |
20616 | | /* 101855 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 101877 |
20617 | | /* 101860 */ MCD_OPC_CheckPredicate, 48, 25, 153, 0, // Skip to: 141058 |
20618 | | /* 101865 */ MCD_OPC_CheckField, 16, 6, 32, 18, 153, 0, // Skip to: 141058 |
20619 | | /* 101872 */ MCD_OPC_Decode, 188, 15, 166, 3, // Opcode: CMGEv2i32rz |
20620 | | /* 101877 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 101915 |
20621 | | /* 101882 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20622 | | /* 101885 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 101900 |
20623 | | /* 101890 */ MCD_OPC_CheckPredicate, 61, 251, 152, 0, // Skip to: 141058 |
20624 | | /* 101895 */ MCD_OPC_Decode, 192, 47, 186, 3, // Opcode: SQRDMLSHv2i32 |
20625 | | /* 101900 */ MCD_OPC_FilterValue, 1, 241, 152, 0, // Skip to: 141058 |
20626 | | /* 101905 */ MCD_OPC_CheckPredicate, 48, 236, 152, 0, // Skip to: 141058 |
20627 | | /* 101910 */ MCD_OPC_Decode, 171, 15, 165, 3, // Opcode: CMEQv2i32 |
20628 | | /* 101915 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 101953 |
20629 | | /* 101920 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20630 | | /* 101923 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 101938 |
20631 | | /* 101928 */ MCD_OPC_CheckPredicate, 66, 213, 152, 0, // Skip to: 141058 |
20632 | | /* 101933 */ MCD_OPC_Decode, 151, 57, 186, 3, // Opcode: UDOTv8i8 |
20633 | | /* 101938 */ MCD_OPC_FilterValue, 1, 203, 152, 0, // Skip to: 141058 |
20634 | | /* 101943 */ MCD_OPC_CheckPredicate, 48, 198, 152, 0, // Skip to: 141058 |
20635 | | /* 101948 */ MCD_OPC_Decode, 159, 37, 186, 3, // Opcode: MLSv2i32 |
20636 | | /* 101953 */ MCD_OPC_FilterValue, 6, 188, 152, 0, // Skip to: 141058 |
20637 | | /* 101958 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20638 | | /* 101961 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 101976 |
20639 | | /* 101966 */ MCD_OPC_CheckPredicate, 48, 175, 152, 0, // Skip to: 141058 |
20640 | | /* 101971 */ MCD_OPC_Decode, 239, 15, 166, 3, // Opcode: CMLEv2i32rz |
20641 | | /* 101976 */ MCD_OPC_FilterValue, 33, 165, 152, 0, // Skip to: 141058 |
20642 | | /* 101981 */ MCD_OPC_CheckPredicate, 48, 160, 152, 0, // Skip to: 141058 |
20643 | | /* 101986 */ MCD_OPC_Decode, 190, 27, 166, 3, // Opcode: FRINTIv2f32 |
20644 | | /* 101991 */ MCD_OPC_FilterValue, 5, 151, 0, 0, // Skip to: 102147 |
20645 | | /* 101996 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20646 | | /* 101999 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102021 |
20647 | | /* 102004 */ MCD_OPC_CheckPredicate, 48, 137, 152, 0, // Skip to: 141058 |
20648 | | /* 102009 */ MCD_OPC_CheckField, 21, 1, 1, 130, 152, 0, // Skip to: 141058 |
20649 | | /* 102016 */ MCD_OPC_Decode, 243, 58, 182, 3, // Opcode: UMLSLv2i32_v2i64 |
20650 | | /* 102021 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 102043 |
20651 | | /* 102026 */ MCD_OPC_CheckPredicate, 48, 115, 152, 0, // Skip to: 141058 |
20652 | | /* 102031 */ MCD_OPC_CheckField, 21, 1, 1, 108, 152, 0, // Skip to: 141058 |
20653 | | /* 102038 */ MCD_OPC_Decode, 182, 57, 165, 3, // Opcode: UMAXPv2i32 |
20654 | | /* 102043 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 102065 |
20655 | | /* 102048 */ MCD_OPC_CheckPredicate, 48, 93, 152, 0, // Skip to: 141058 |
20656 | | /* 102053 */ MCD_OPC_CheckField, 16, 6, 33, 86, 152, 0, // Skip to: 141058 |
20657 | | /* 102060 */ MCD_OPC_Decode, 143, 22, 166, 3, // Opcode: FCVTPUv2f32 |
20658 | | /* 102065 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 102087 |
20659 | | /* 102070 */ MCD_OPC_CheckPredicate, 48, 71, 152, 0, // Skip to: 141058 |
20660 | | /* 102075 */ MCD_OPC_CheckField, 21, 1, 1, 64, 152, 0, // Skip to: 141058 |
20661 | | /* 102082 */ MCD_OPC_Decode, 239, 57, 165, 3, // Opcode: UMINPv2i32 |
20662 | | /* 102087 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 102109 |
20663 | | /* 102092 */ MCD_OPC_CheckPredicate, 48, 49, 152, 0, // Skip to: 141058 |
20664 | | /* 102097 */ MCD_OPC_CheckField, 21, 1, 1, 42, 152, 0, // Skip to: 141058 |
20665 | | /* 102104 */ MCD_OPC_Decode, 211, 47, 165, 3, // Opcode: SQRDMULHv2i32 |
20666 | | /* 102109 */ MCD_OPC_FilterValue, 6, 32, 152, 0, // Skip to: 141058 |
20667 | | /* 102114 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20668 | | /* 102117 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 102132 |
20669 | | /* 102122 */ MCD_OPC_CheckPredicate, 48, 19, 152, 0, // Skip to: 141058 |
20670 | | /* 102127 */ MCD_OPC_Decode, 192, 38, 166, 3, // Opcode: NEGv2i32 |
20671 | | /* 102132 */ MCD_OPC_FilterValue, 33, 9, 152, 0, // Skip to: 141058 |
20672 | | /* 102137 */ MCD_OPC_CheckPredicate, 48, 4, 152, 0, // Skip to: 141058 |
20673 | | /* 102142 */ MCD_OPC_Decode, 219, 22, 166, 3, // Opcode: FCVTZUv2f32 |
20674 | | /* 102147 */ MCD_OPC_FilterValue, 6, 200, 0, 0, // Skip to: 102352 |
20675 | | /* 102152 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
20676 | | /* 102155 */ MCD_OPC_FilterValue, 0, 101, 0, 0, // Skip to: 102261 |
20677 | | /* 102160 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
20678 | | /* 102163 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102185 |
20679 | | /* 102168 */ MCD_OPC_CheckPredicate, 48, 229, 151, 0, // Skip to: 141058 |
20680 | | /* 102173 */ MCD_OPC_CheckField, 21, 1, 1, 222, 151, 0, // Skip to: 141058 |
20681 | | /* 102180 */ MCD_OPC_Decode, 161, 59, 161, 3, // Opcode: UMULLv2i32_v2i64 |
20682 | | /* 102185 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 102223 |
20683 | | /* 102190 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20684 | | /* 102193 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 102208 |
20685 | | /* 102198 */ MCD_OPC_CheckPredicate, 48, 199, 151, 0, // Skip to: 141058 |
20686 | | /* 102203 */ MCD_OPC_Decode, 174, 20, 166, 3, // Opcode: FCMGEv2i32rz |
20687 | | /* 102208 */ MCD_OPC_FilterValue, 33, 189, 151, 0, // Skip to: 141058 |
20688 | | /* 102213 */ MCD_OPC_CheckPredicate, 48, 184, 151, 0, // Skip to: 141058 |
20689 | | /* 102218 */ MCD_OPC_Decode, 175, 61, 166, 3, // Opcode: URSQRTEv2i32 |
20690 | | /* 102223 */ MCD_OPC_FilterValue, 3, 174, 151, 0, // Skip to: 141058 |
20691 | | /* 102228 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20692 | | /* 102231 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 102246 |
20693 | | /* 102236 */ MCD_OPC_CheckPredicate, 48, 161, 151, 0, // Skip to: 141058 |
20694 | | /* 102241 */ MCD_OPC_Decode, 223, 20, 166, 3, // Opcode: FCMLEv2i32rz |
20695 | | /* 102246 */ MCD_OPC_FilterValue, 33, 151, 151, 0, // Skip to: 141058 |
20696 | | /* 102251 */ MCD_OPC_CheckPredicate, 48, 146, 151, 0, // Skip to: 141058 |
20697 | | /* 102256 */ MCD_OPC_Decode, 134, 28, 166, 3, // Opcode: FRSQRTEv2f32 |
20698 | | /* 102261 */ MCD_OPC_FilterValue, 1, 136, 151, 0, // Skip to: 141058 |
20699 | | /* 102266 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20700 | | /* 102269 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102284 |
20701 | | /* 102274 */ MCD_OPC_CheckPredicate, 69, 123, 151, 0, // Skip to: 141058 |
20702 | | /* 102279 */ MCD_OPC_Decode, 209, 20, 223, 3, // Opcode: FCMLAv2f32 |
20703 | | /* 102284 */ MCD_OPC_FilterValue, 1, 113, 151, 0, // Skip to: 141058 |
20704 | | /* 102289 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
20705 | | /* 102292 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102307 |
20706 | | /* 102297 */ MCD_OPC_CheckPredicate, 48, 100, 151, 0, // Skip to: 141058 |
20707 | | /* 102302 */ MCD_OPC_Decode, 147, 24, 165, 3, // Opcode: FMINNMPv2f32 |
20708 | | /* 102307 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 102322 |
20709 | | /* 102312 */ MCD_OPC_CheckPredicate, 55, 85, 151, 0, // Skip to: 141058 |
20710 | | /* 102317 */ MCD_OPC_Decode, 203, 25, 186, 3, // Opcode: FMLSL2v4f16 |
20711 | | /* 102322 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 102337 |
20712 | | /* 102327 */ MCD_OPC_CheckPredicate, 48, 70, 151, 0, // Skip to: 141058 |
20713 | | /* 102332 */ MCD_OPC_Decode, 134, 19, 165, 3, // Opcode: FABDv2f32 |
20714 | | /* 102337 */ MCD_OPC_FilterValue, 3, 60, 151, 0, // Skip to: 141058 |
20715 | | /* 102342 */ MCD_OPC_CheckPredicate, 68, 55, 151, 0, // Skip to: 141058 |
20716 | | /* 102347 */ MCD_OPC_Decode, 238, 19, 165, 3, // Opcode: FAMINv2f32 |
20717 | | /* 102352 */ MCD_OPC_FilterValue, 7, 45, 151, 0, // Skip to: 141058 |
20718 | | /* 102357 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
20719 | | /* 102360 */ MCD_OPC_FilterValue, 1, 56, 0, 0, // Skip to: 102421 |
20720 | | /* 102365 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20721 | | /* 102368 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102383 |
20722 | | /* 102373 */ MCD_OPC_CheckPredicate, 69, 24, 151, 0, // Skip to: 141058 |
20723 | | /* 102378 */ MCD_OPC_Decode, 246, 19, 224, 3, // Opcode: FCADDv2f32 |
20724 | | /* 102383 */ MCD_OPC_FilterValue, 1, 14, 151, 0, // Skip to: 141058 |
20725 | | /* 102388 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
20726 | | /* 102391 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102406 |
20727 | | /* 102396 */ MCD_OPC_CheckPredicate, 48, 1, 151, 0, // Skip to: 141058 |
20728 | | /* 102401 */ MCD_OPC_Decode, 194, 20, 165, 3, // Opcode: FCMGTv2f32 |
20729 | | /* 102406 */ MCD_OPC_FilterValue, 1, 247, 150, 0, // Skip to: 141058 |
20730 | | /* 102411 */ MCD_OPC_CheckPredicate, 48, 242, 150, 0, // Skip to: 141058 |
20731 | | /* 102416 */ MCD_OPC_Decode, 191, 24, 165, 3, // Opcode: FMINPv2f32 |
20732 | | /* 102421 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 102473 |
20733 | | /* 102426 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20734 | | /* 102429 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 102451 |
20735 | | /* 102434 */ MCD_OPC_CheckPredicate, 48, 219, 150, 0, // Skip to: 141058 |
20736 | | /* 102439 */ MCD_OPC_CheckField, 12, 1, 1, 212, 150, 0, // Skip to: 141058 |
20737 | | /* 102446 */ MCD_OPC_Decode, 225, 26, 166, 3, // Opcode: FNEGv2f32 |
20738 | | /* 102451 */ MCD_OPC_FilterValue, 33, 202, 150, 0, // Skip to: 141058 |
20739 | | /* 102456 */ MCD_OPC_CheckPredicate, 48, 197, 150, 0, // Skip to: 141058 |
20740 | | /* 102461 */ MCD_OPC_CheckField, 12, 1, 1, 190, 150, 0, // Skip to: 141058 |
20741 | | /* 102468 */ MCD_OPC_Decode, 176, 28, 166, 3, // Opcode: FSQRTv2f32 |
20742 | | /* 102473 */ MCD_OPC_FilterValue, 3, 180, 150, 0, // Skip to: 141058 |
20743 | | /* 102478 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
20744 | | /* 102481 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102503 |
20745 | | /* 102486 */ MCD_OPC_CheckPredicate, 48, 167, 150, 0, // Skip to: 141058 |
20746 | | /* 102491 */ MCD_OPC_CheckField, 21, 1, 1, 160, 150, 0, // Skip to: 141058 |
20747 | | /* 102498 */ MCD_OPC_Decode, 167, 19, 165, 3, // Opcode: FACGTv2f32 |
20748 | | /* 102503 */ MCD_OPC_FilterValue, 1, 150, 150, 0, // Skip to: 141058 |
20749 | | /* 102508 */ MCD_OPC_CheckPredicate, 56, 145, 150, 0, // Skip to: 141058 |
20750 | | /* 102513 */ MCD_OPC_CheckField, 21, 1, 1, 138, 150, 0, // Skip to: 141058 |
20751 | | /* 102520 */ MCD_OPC_Decode, 165, 28, 165, 3, // Opcode: FSCALEv2f32 |
20752 | | /* 102525 */ MCD_OPC_FilterValue, 2, 15, 7, 0, // Skip to: 104337 |
20753 | | /* 102530 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
20754 | | /* 102533 */ MCD_OPC_FilterValue, 0, 157, 0, 0, // Skip to: 102695 |
20755 | | /* 102538 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20756 | | /* 102541 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102563 |
20757 | | /* 102546 */ MCD_OPC_CheckPredicate, 48, 107, 150, 0, // Skip to: 141058 |
20758 | | /* 102551 */ MCD_OPC_CheckField, 21, 1, 1, 100, 150, 0, // Skip to: 141058 |
20759 | | /* 102558 */ MCD_OPC_Decode, 207, 41, 190, 3, // Opcode: SADDLv4i32_v2i64 |
20760 | | /* 102563 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 102585 |
20761 | | /* 102568 */ MCD_OPC_CheckPredicate, 48, 85, 150, 0, // Skip to: 141058 |
20762 | | /* 102573 */ MCD_OPC_CheckField, 21, 1, 1, 78, 150, 0, // Skip to: 141058 |
20763 | | /* 102580 */ MCD_OPC_Decode, 204, 50, 190, 3, // Opcode: SSUBLv4i32_v2i64 |
20764 | | /* 102585 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 102607 |
20765 | | /* 102590 */ MCD_OPC_CheckPredicate, 48, 63, 150, 0, // Skip to: 141058 |
20766 | | /* 102595 */ MCD_OPC_CheckField, 21, 1, 1, 56, 150, 0, // Skip to: 141058 |
20767 | | /* 102602 */ MCD_OPC_Decode, 201, 11, 188, 3, // Opcode: ADDHNv2i64_v4i32 |
20768 | | /* 102607 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 102629 |
20769 | | /* 102612 */ MCD_OPC_CheckPredicate, 48, 41, 150, 0, // Skip to: 141058 |
20770 | | /* 102617 */ MCD_OPC_CheckField, 21, 1, 1, 34, 150, 0, // Skip to: 141058 |
20771 | | /* 102624 */ MCD_OPC_Decode, 138, 54, 188, 3, // Opcode: SUBHNv2i64_v4i32 |
20772 | | /* 102629 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 102651 |
20773 | | /* 102634 */ MCD_OPC_CheckPredicate, 48, 19, 150, 0, // Skip to: 141058 |
20774 | | /* 102639 */ MCD_OPC_CheckField, 21, 1, 1, 12, 150, 0, // Skip to: 141058 |
20775 | | /* 102646 */ MCD_OPC_Decode, 216, 44, 188, 3, // Opcode: SMLALv4i32_v2i64 |
20776 | | /* 102651 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 102673 |
20777 | | /* 102656 */ MCD_OPC_CheckPredicate, 48, 253, 149, 0, // Skip to: 141058 |
20778 | | /* 102661 */ MCD_OPC_CheckField, 21, 1, 1, 246, 149, 0, // Skip to: 141058 |
20779 | | /* 102668 */ MCD_OPC_Decode, 132, 45, 188, 3, // Opcode: SMLSLv4i32_v2i64 |
20780 | | /* 102673 */ MCD_OPC_FilterValue, 6, 236, 149, 0, // Skip to: 141058 |
20781 | | /* 102678 */ MCD_OPC_CheckPredicate, 48, 231, 149, 0, // Skip to: 141058 |
20782 | | /* 102683 */ MCD_OPC_CheckField, 21, 1, 1, 224, 149, 0, // Skip to: 141058 |
20783 | | /* 102690 */ MCD_OPC_Decode, 180, 45, 190, 3, // Opcode: SMULLv4i32_v2i64 |
20784 | | /* 102695 */ MCD_OPC_FilterValue, 1, 173, 0, 0, // Skip to: 102873 |
20785 | | /* 102700 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20786 | | /* 102703 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102725 |
20787 | | /* 102708 */ MCD_OPC_CheckPredicate, 48, 201, 149, 0, // Skip to: 141058 |
20788 | | /* 102713 */ MCD_OPC_CheckField, 21, 1, 1, 194, 149, 0, // Skip to: 141058 |
20789 | | /* 102720 */ MCD_OPC_Decode, 250, 42, 190, 3, // Opcode: SHADDv4i32 |
20790 | | /* 102725 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 102747 |
20791 | | /* 102730 */ MCD_OPC_CheckPredicate, 48, 179, 149, 0, // Skip to: 141058 |
20792 | | /* 102735 */ MCD_OPC_CheckField, 21, 1, 1, 172, 149, 0, // Skip to: 141058 |
20793 | | /* 102742 */ MCD_OPC_Decode, 162, 43, 190, 3, // Opcode: SHSUBv4i32 |
20794 | | /* 102747 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 102769 |
20795 | | /* 102752 */ MCD_OPC_CheckPredicate, 48, 157, 149, 0, // Skip to: 141058 |
20796 | | /* 102757 */ MCD_OPC_CheckField, 21, 1, 1, 150, 149, 0, // Skip to: 141058 |
20797 | | /* 102764 */ MCD_OPC_Decode, 255, 49, 190, 3, // Opcode: SSHLv4i32 |
20798 | | /* 102769 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 102791 |
20799 | | /* 102774 */ MCD_OPC_CheckPredicate, 48, 135, 149, 0, // Skip to: 141058 |
20800 | | /* 102779 */ MCD_OPC_CheckField, 21, 1, 1, 128, 149, 0, // Skip to: 141058 |
20801 | | /* 102786 */ MCD_OPC_Decode, 243, 43, 190, 3, // Opcode: SMAXv4i32 |
20802 | | /* 102791 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 102813 |
20803 | | /* 102796 */ MCD_OPC_CheckPredicate, 48, 113, 149, 0, // Skip to: 141058 |
20804 | | /* 102801 */ MCD_OPC_CheckField, 21, 1, 1, 106, 149, 0, // Skip to: 141058 |
20805 | | /* 102808 */ MCD_OPC_Decode, 159, 12, 190, 3, // Opcode: ADDv4i32 |
20806 | | /* 102813 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 102851 |
20807 | | /* 102818 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20808 | | /* 102821 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102836 |
20809 | | /* 102826 */ MCD_OPC_CheckPredicate, 67, 83, 149, 0, // Skip to: 141058 |
20810 | | /* 102831 */ MCD_OPC_Decode, 136, 45, 188, 3, // Opcode: SMMLA |
20811 | | /* 102836 */ MCD_OPC_FilterValue, 1, 73, 149, 0, // Skip to: 141058 |
20812 | | /* 102841 */ MCD_OPC_CheckPredicate, 48, 68, 149, 0, // Skip to: 141058 |
20813 | | /* 102846 */ MCD_OPC_Decode, 196, 43, 190, 3, // Opcode: SMAXPv4i32 |
20814 | | /* 102851 */ MCD_OPC_FilterValue, 6, 58, 149, 0, // Skip to: 141058 |
20815 | | /* 102856 */ MCD_OPC_CheckPredicate, 48, 53, 149, 0, // Skip to: 141058 |
20816 | | /* 102861 */ MCD_OPC_CheckField, 21, 1, 1, 46, 149, 0, // Skip to: 141058 |
20817 | | /* 102868 */ MCD_OPC_Decode, 186, 24, 190, 3, // Opcode: FMINNMv4f32 |
20818 | | /* 102873 */ MCD_OPC_FilterValue, 2, 106, 1, 0, // Skip to: 103240 |
20819 | | /* 102878 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20820 | | /* 102881 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 102903 |
20821 | | /* 102886 */ MCD_OPC_CheckPredicate, 48, 23, 149, 0, // Skip to: 141058 |
20822 | | /* 102891 */ MCD_OPC_CheckField, 16, 6, 32, 16, 149, 0, // Skip to: 141058 |
20823 | | /* 102898 */ MCD_OPC_Decode, 211, 40, 195, 3, // Opcode: REV64v4i32 |
20824 | | /* 102903 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 102963 |
20825 | | /* 102908 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20826 | | /* 102911 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102926 |
20827 | | /* 102916 */ MCD_OPC_CheckPredicate, 48, 249, 148, 0, // Skip to: 141058 |
20828 | | /* 102921 */ MCD_OPC_Decode, 208, 55, 190, 3, // Opcode: TRN1v4i32 |
20829 | | /* 102926 */ MCD_OPC_FilterValue, 1, 239, 148, 0, // Skip to: 141058 |
20830 | | /* 102931 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
20831 | | /* 102934 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 102949 |
20832 | | /* 102939 */ MCD_OPC_CheckPredicate, 48, 226, 148, 0, // Skip to: 141058 |
20833 | | /* 102944 */ MCD_OPC_Decode, 193, 41, 195, 3, // Opcode: SADDLPv4i32_v2i64 |
20834 | | /* 102949 */ MCD_OPC_FilterValue, 1, 216, 148, 0, // Skip to: 141058 |
20835 | | /* 102954 */ MCD_OPC_CheckPredicate, 48, 211, 148, 0, // Skip to: 141058 |
20836 | | /* 102959 */ MCD_OPC_Decode, 137, 64, 1, // Opcode: XTNv4i32 |
20837 | | /* 102963 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 103000 |
20838 | | /* 102968 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20839 | | /* 102971 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 102986 |
20840 | | /* 102976 */ MCD_OPC_CheckPredicate, 48, 189, 148, 0, // Skip to: 141058 |
20841 | | /* 102981 */ MCD_OPC_Decode, 152, 15, 195, 3, // Opcode: CLSv4i32 |
20842 | | /* 102986 */ MCD_OPC_FilterValue, 33, 179, 148, 0, // Skip to: 141058 |
20843 | | /* 102991 */ MCD_OPC_CheckPredicate, 48, 174, 148, 0, // Skip to: 141058 |
20844 | | /* 102996 */ MCD_OPC_Decode, 142, 49, 1, // Opcode: SQXTNv4i32 |
20845 | | /* 103000 */ MCD_OPC_FilterValue, 3, 54, 0, 0, // Skip to: 103059 |
20846 | | /* 103005 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20847 | | /* 103008 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103023 |
20848 | | /* 103013 */ MCD_OPC_CheckPredicate, 48, 152, 148, 0, // Skip to: 141058 |
20849 | | /* 103018 */ MCD_OPC_Decode, 224, 55, 190, 3, // Opcode: TRN2v4i32 |
20850 | | /* 103023 */ MCD_OPC_FilterValue, 1, 142, 148, 0, // Skip to: 141058 |
20851 | | /* 103028 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
20852 | | /* 103031 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 103045 |
20853 | | /* 103036 */ MCD_OPC_CheckPredicate, 48, 129, 148, 0, // Skip to: 141058 |
20854 | | /* 103041 */ MCD_OPC_Decode, 181, 41, 1, // Opcode: SADALPv4i32_v2i64 |
20855 | | /* 103045 */ MCD_OPC_FilterValue, 1, 120, 148, 0, // Skip to: 141058 |
20856 | | /* 103050 */ MCD_OPC_CheckPredicate, 63, 115, 148, 0, // Skip to: 141058 |
20857 | | /* 103055 */ MCD_OPC_Decode, 171, 13, 1, // Opcode: BFCVTN2 |
20858 | | /* 103059 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 103097 |
20859 | | /* 103064 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20860 | | /* 103067 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 103082 |
20861 | | /* 103072 */ MCD_OPC_CheckPredicate, 48, 93, 148, 0, // Skip to: 141058 |
20862 | | /* 103077 */ MCD_OPC_Decode, 210, 15, 195, 3, // Opcode: CMGTv4i32rz |
20863 | | /* 103082 */ MCD_OPC_FilterValue, 33, 83, 148, 0, // Skip to: 141058 |
20864 | | /* 103087 */ MCD_OPC_CheckPredicate, 48, 78, 148, 0, // Skip to: 141058 |
20865 | | /* 103092 */ MCD_OPC_Decode, 232, 27, 195, 3, // Opcode: FRINTPv4f32 |
20866 | | /* 103097 */ MCD_OPC_FilterValue, 5, 63, 0, 0, // Skip to: 103165 |
20867 | | /* 103102 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20868 | | /* 103105 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 103120 |
20869 | | /* 103110 */ MCD_OPC_CheckPredicate, 48, 55, 148, 0, // Skip to: 141058 |
20870 | | /* 103115 */ MCD_OPC_Decode, 250, 15, 195, 3, // Opcode: CMLTv4i32rz |
20871 | | /* 103120 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 103135 |
20872 | | /* 103125 */ MCD_OPC_CheckPredicate, 48, 40, 148, 0, // Skip to: 141058 |
20873 | | /* 103130 */ MCD_OPC_Decode, 132, 22, 195, 3, // Opcode: FCVTPSv4f32 |
20874 | | /* 103135 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 103150 |
20875 | | /* 103140 */ MCD_OPC_CheckPredicate, 48, 25, 148, 0, // Skip to: 141058 |
20876 | | /* 103145 */ MCD_OPC_Decode, 209, 43, 216, 3, // Opcode: SMAXVv4i32v |
20877 | | /* 103150 */ MCD_OPC_FilterValue, 49, 15, 148, 0, // Skip to: 141058 |
20878 | | /* 103155 */ MCD_OPC_CheckPredicate, 48, 10, 148, 0, // Skip to: 141058 |
20879 | | /* 103160 */ MCD_OPC_Decode, 139, 44, 216, 3, // Opcode: SMINVv4i32v |
20880 | | /* 103165 */ MCD_OPC_FilterValue, 6, 48, 0, 0, // Skip to: 103218 |
20881 | | /* 103170 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
20882 | | /* 103173 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 103188 |
20883 | | /* 103178 */ MCD_OPC_CheckPredicate, 48, 243, 147, 0, // Skip to: 141058 |
20884 | | /* 103183 */ MCD_OPC_Decode, 201, 20, 195, 3, // Opcode: FCMGTv4i32rz |
20885 | | /* 103188 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 103203 |
20886 | | /* 103193 */ MCD_OPC_CheckPredicate, 48, 228, 147, 0, // Skip to: 141058 |
20887 | | /* 103198 */ MCD_OPC_Decode, 247, 60, 195, 3, // Opcode: URECPEv4i32 |
20888 | | /* 103203 */ MCD_OPC_FilterValue, 48, 218, 147, 0, // Skip to: 141058 |
20889 | | /* 103208 */ MCD_OPC_CheckPredicate, 53, 213, 147, 0, // Skip to: 141058 |
20890 | | /* 103213 */ MCD_OPC_Decode, 164, 24, 208, 3, // Opcode: FMINNMVv8i16v |
20891 | | /* 103218 */ MCD_OPC_FilterValue, 7, 203, 147, 0, // Skip to: 141058 |
20892 | | /* 103223 */ MCD_OPC_CheckPredicate, 48, 198, 147, 0, // Skip to: 141058 |
20893 | | /* 103228 */ MCD_OPC_CheckField, 16, 6, 32, 191, 147, 0, // Skip to: 141058 |
20894 | | /* 103235 */ MCD_OPC_Decode, 237, 20, 195, 3, // Opcode: FCMLTv4i32rz |
20895 | | /* 103240 */ MCD_OPC_FilterValue, 3, 195, 0, 0, // Skip to: 103440 |
20896 | | /* 103245 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20897 | | /* 103248 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 103270 |
20898 | | /* 103253 */ MCD_OPC_CheckPredicate, 48, 168, 147, 0, // Skip to: 141058 |
20899 | | /* 103258 */ MCD_OPC_CheckField, 21, 1, 1, 161, 147, 0, // Skip to: 141058 |
20900 | | /* 103265 */ MCD_OPC_Decode, 227, 45, 190, 3, // Opcode: SQADDv4i32 |
20901 | | /* 103270 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 103292 |
20902 | | /* 103275 */ MCD_OPC_CheckPredicate, 48, 146, 147, 0, // Skip to: 141058 |
20903 | | /* 103280 */ MCD_OPC_CheckField, 21, 1, 1, 139, 147, 0, // Skip to: 141058 |
20904 | | /* 103287 */ MCD_OPC_Decode, 255, 48, 190, 3, // Opcode: SQSUBv4i32 |
20905 | | /* 103292 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 103314 |
20906 | | /* 103297 */ MCD_OPC_CheckPredicate, 48, 124, 147, 0, // Skip to: 141058 |
20907 | | /* 103302 */ MCD_OPC_CheckField, 21, 1, 1, 117, 147, 0, // Skip to: 141058 |
20908 | | /* 103309 */ MCD_OPC_Decode, 195, 48, 190, 3, // Opcode: SQSHLv4i32 |
20909 | | /* 103314 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 103336 |
20910 | | /* 103319 */ MCD_OPC_CheckPredicate, 48, 102, 147, 0, // Skip to: 141058 |
20911 | | /* 103324 */ MCD_OPC_CheckField, 21, 1, 1, 95, 147, 0, // Skip to: 141058 |
20912 | | /* 103331 */ MCD_OPC_Decode, 173, 44, 190, 3, // Opcode: SMINv4i32 |
20913 | | /* 103336 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 103358 |
20914 | | /* 103341 */ MCD_OPC_CheckPredicate, 48, 80, 147, 0, // Skip to: 141058 |
20915 | | /* 103346 */ MCD_OPC_CheckField, 21, 1, 1, 73, 147, 0, // Skip to: 141058 |
20916 | | /* 103353 */ MCD_OPC_Decode, 224, 16, 190, 3, // Opcode: CMTSTv4i32 |
20917 | | /* 103358 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 103396 |
20918 | | /* 103363 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20919 | | /* 103366 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103381 |
20920 | | /* 103371 */ MCD_OPC_CheckPredicate, 67, 50, 147, 0, // Skip to: 141058 |
20921 | | /* 103376 */ MCD_OPC_Decode, 237, 61, 188, 3, // Opcode: USMMLA |
20922 | | /* 103381 */ MCD_OPC_FilterValue, 1, 40, 147, 0, // Skip to: 141058 |
20923 | | /* 103386 */ MCD_OPC_CheckPredicate, 48, 35, 147, 0, // Skip to: 141058 |
20924 | | /* 103391 */ MCD_OPC_Decode, 254, 43, 190, 3, // Opcode: SMINPv4i32 |
20925 | | /* 103396 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 103418 |
20926 | | /* 103401 */ MCD_OPC_CheckPredicate, 48, 20, 147, 0, // Skip to: 141058 |
20927 | | /* 103406 */ MCD_OPC_CheckField, 21, 1, 1, 13, 147, 0, // Skip to: 141058 |
20928 | | /* 103413 */ MCD_OPC_Decode, 253, 25, 188, 3, // Opcode: FMLSv4f32 |
20929 | | /* 103418 */ MCD_OPC_FilterValue, 7, 3, 147, 0, // Skip to: 141058 |
20930 | | /* 103423 */ MCD_OPC_CheckPredicate, 55, 254, 146, 0, // Skip to: 141058 |
20931 | | /* 103428 */ MCD_OPC_CheckField, 21, 1, 1, 247, 146, 0, // Skip to: 141058 |
20932 | | /* 103435 */ MCD_OPC_Decode, 220, 25, 188, 3, // Opcode: FMLSLv8f16 |
20933 | | /* 103440 */ MCD_OPC_FilterValue, 4, 168, 0, 0, // Skip to: 103613 |
20934 | | /* 103445 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
20935 | | /* 103448 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 103539 |
20936 | | /* 103453 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20937 | | /* 103456 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103471 |
20938 | | /* 103461 */ MCD_OPC_CheckPredicate, 64, 216, 146, 0, // Skip to: 141058 |
20939 | | /* 103466 */ MCD_OPC_Decode, 213, 36, 230, 3, // Opcode: LUT2v16f8 |
20940 | | /* 103471 */ MCD_OPC_FilterValue, 1, 206, 146, 0, // Skip to: 141058 |
20941 | | /* 103476 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
20942 | | /* 103479 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103494 |
20943 | | /* 103484 */ MCD_OPC_CheckPredicate, 48, 193, 146, 0, // Skip to: 141058 |
20944 | | /* 103489 */ MCD_OPC_Decode, 222, 41, 190, 3, // Opcode: SADDWv4i32_v2i64 |
20945 | | /* 103494 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 103509 |
20946 | | /* 103499 */ MCD_OPC_CheckPredicate, 48, 178, 146, 0, // Skip to: 141058 |
20947 | | /* 103504 */ MCD_OPC_Decode, 216, 50, 190, 3, // Opcode: SSUBWv4i32_v2i64 |
20948 | | /* 103509 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 103524 |
20949 | | /* 103514 */ MCD_OPC_CheckPredicate, 48, 163, 146, 0, // Skip to: 141058 |
20950 | | /* 103519 */ MCD_OPC_Decode, 140, 41, 188, 3, // Opcode: SABALv4i32_v2i64 |
20951 | | /* 103524 */ MCD_OPC_FilterValue, 3, 153, 146, 0, // Skip to: 141058 |
20952 | | /* 103529 */ MCD_OPC_CheckPredicate, 48, 148, 146, 0, // Skip to: 141058 |
20953 | | /* 103534 */ MCD_OPC_Decode, 162, 41, 190, 3, // Opcode: SABDLv4i32_v2i64 |
20954 | | /* 103539 */ MCD_OPC_FilterValue, 1, 138, 146, 0, // Skip to: 141058 |
20955 | | /* 103544 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
20956 | | /* 103547 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 103569 |
20957 | | /* 103552 */ MCD_OPC_CheckPredicate, 48, 125, 146, 0, // Skip to: 141058 |
20958 | | /* 103557 */ MCD_OPC_CheckField, 21, 1, 1, 118, 146, 0, // Skip to: 141058 |
20959 | | /* 103564 */ MCD_OPC_Decode, 162, 46, 188, 3, // Opcode: SQDMLALv4i32_v2i64 |
20960 | | /* 103569 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 103591 |
20961 | | /* 103574 */ MCD_OPC_CheckPredicate, 48, 103, 146, 0, // Skip to: 141058 |
20962 | | /* 103579 */ MCD_OPC_CheckField, 21, 1, 1, 96, 146, 0, // Skip to: 141058 |
20963 | | /* 103586 */ MCD_OPC_Decode, 187, 46, 188, 3, // Opcode: SQDMLSLv4i32_v2i64 |
20964 | | /* 103591 */ MCD_OPC_FilterValue, 2, 86, 146, 0, // Skip to: 141058 |
20965 | | /* 103596 */ MCD_OPC_CheckPredicate, 48, 81, 146, 0, // Skip to: 141058 |
20966 | | /* 103601 */ MCD_OPC_CheckField, 21, 1, 1, 74, 146, 0, // Skip to: 141058 |
20967 | | /* 103608 */ MCD_OPC_Decode, 244, 46, 190, 3, // Opcode: SQDMULLv4i32_v2i64 |
20968 | | /* 103613 */ MCD_OPC_FilterValue, 5, 195, 0, 0, // Skip to: 103813 |
20969 | | /* 103618 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
20970 | | /* 103621 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 103643 |
20971 | | /* 103626 */ MCD_OPC_CheckPredicate, 48, 51, 146, 0, // Skip to: 141058 |
20972 | | /* 103631 */ MCD_OPC_CheckField, 21, 1, 1, 44, 146, 0, // Skip to: 141058 |
20973 | | /* 103638 */ MCD_OPC_Decode, 167, 49, 190, 3, // Opcode: SRHADDv4i32 |
20974 | | /* 103643 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 103665 |
20975 | | /* 103648 */ MCD_OPC_CheckPredicate, 48, 29, 146, 0, // Skip to: 141058 |
20976 | | /* 103653 */ MCD_OPC_CheckField, 21, 1, 1, 22, 146, 0, // Skip to: 141058 |
20977 | | /* 103660 */ MCD_OPC_Decode, 209, 15, 190, 3, // Opcode: CMGTv4i32 |
20978 | | /* 103665 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 103687 |
20979 | | /* 103670 */ MCD_OPC_CheckPredicate, 48, 7, 146, 0, // Skip to: 141058 |
20980 | | /* 103675 */ MCD_OPC_CheckField, 21, 1, 1, 0, 146, 0, // Skip to: 141058 |
20981 | | /* 103682 */ MCD_OPC_Decode, 211, 49, 190, 3, // Opcode: SRSHLv4i32 |
20982 | | /* 103687 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 103709 |
20983 | | /* 103692 */ MCD_OPC_CheckPredicate, 48, 241, 145, 0, // Skip to: 141058 |
20984 | | /* 103697 */ MCD_OPC_CheckField, 21, 1, 1, 234, 145, 0, // Skip to: 141058 |
20985 | | /* 103704 */ MCD_OPC_Decode, 172, 41, 190, 3, // Opcode: SABDv4i32 |
20986 | | /* 103709 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 103747 |
20987 | | /* 103714 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
20988 | | /* 103717 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103732 |
20989 | | /* 103722 */ MCD_OPC_CheckPredicate, 66, 211, 145, 0, // Skip to: 141058 |
20990 | | /* 103727 */ MCD_OPC_Decode, 189, 42, 188, 3, // Opcode: SDOTv16i8 |
20991 | | /* 103732 */ MCD_OPC_FilterValue, 1, 201, 145, 0, // Skip to: 141058 |
20992 | | /* 103737 */ MCD_OPC_CheckPredicate, 48, 196, 145, 0, // Skip to: 141058 |
20993 | | /* 103742 */ MCD_OPC_Decode, 146, 37, 188, 3, // Opcode: MLAv4i32 |
20994 | | /* 103747 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 103769 |
20995 | | /* 103752 */ MCD_OPC_CheckPredicate, 48, 181, 145, 0, // Skip to: 141058 |
20996 | | /* 103757 */ MCD_OPC_CheckField, 21, 1, 1, 174, 145, 0, // Skip to: 141058 |
20997 | | /* 103764 */ MCD_OPC_Decode, 221, 46, 190, 3, // Opcode: SQDMULHv4i32 |
20998 | | /* 103769 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 103791 |
20999 | | /* 103774 */ MCD_OPC_CheckPredicate, 48, 159, 145, 0, // Skip to: 141058 |
21000 | | /* 103779 */ MCD_OPC_CheckField, 21, 1, 1, 152, 145, 0, // Skip to: 141058 |
21001 | | /* 103786 */ MCD_OPC_Decode, 208, 28, 190, 3, // Opcode: FSUBv4f32 |
21002 | | /* 103791 */ MCD_OPC_FilterValue, 7, 142, 145, 0, // Skip to: 141058 |
21003 | | /* 103796 */ MCD_OPC_CheckPredicate, 48, 137, 145, 0, // Skip to: 141058 |
21004 | | /* 103801 */ MCD_OPC_CheckField, 21, 1, 1, 130, 145, 0, // Skip to: 141058 |
21005 | | /* 103808 */ MCD_OPC_Decode, 230, 24, 190, 3, // Opcode: FMINv4f32 |
21006 | | /* 103813 */ MCD_OPC_FilterValue, 6, 63, 1, 0, // Skip to: 104137 |
21007 | | /* 103818 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
21008 | | /* 103821 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 103843 |
21009 | | /* 103826 */ MCD_OPC_CheckPredicate, 48, 107, 145, 0, // Skip to: 141058 |
21010 | | /* 103831 */ MCD_OPC_CheckField, 21, 1, 0, 100, 145, 0, // Skip to: 141058 |
21011 | | /* 103838 */ MCD_OPC_Decode, 201, 62, 190, 3, // Opcode: UZP1v4i32 |
21012 | | /* 103843 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 103903 |
21013 | | /* 103848 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21014 | | /* 103851 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103866 |
21015 | | /* 103856 */ MCD_OPC_CheckPredicate, 48, 77, 145, 0, // Skip to: 141058 |
21016 | | /* 103861 */ MCD_OPC_Decode, 163, 64, 190, 3, // Opcode: ZIP1v4i32 |
21017 | | /* 103866 */ MCD_OPC_FilterValue, 1, 67, 145, 0, // Skip to: 141058 |
21018 | | /* 103871 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
21019 | | /* 103874 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 103888 |
21020 | | /* 103879 */ MCD_OPC_CheckPredicate, 48, 54, 145, 0, // Skip to: 141058 |
21021 | | /* 103884 */ MCD_OPC_Decode, 242, 54, 1, // Opcode: SUQADDv4i32 |
21022 | | /* 103888 */ MCD_OPC_FilterValue, 16, 45, 145, 0, // Skip to: 141058 |
21023 | | /* 103893 */ MCD_OPC_CheckPredicate, 48, 40, 145, 0, // Skip to: 141058 |
21024 | | /* 103898 */ MCD_OPC_Decode, 201, 41, 171, 3, // Opcode: SADDLVv4i32v |
21025 | | /* 103903 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 103925 |
21026 | | /* 103908 */ MCD_OPC_CheckPredicate, 48, 25, 145, 0, // Skip to: 141058 |
21027 | | /* 103913 */ MCD_OPC_CheckField, 21, 1, 0, 18, 145, 0, // Skip to: 141058 |
21028 | | /* 103920 */ MCD_OPC_Decode, 217, 62, 190, 3, // Opcode: UZP2v4i32 |
21029 | | /* 103925 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 103970 |
21030 | | /* 103930 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21031 | | /* 103933 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 103948 |
21032 | | /* 103938 */ MCD_OPC_CheckPredicate, 48, 251, 144, 0, // Skip to: 141058 |
21033 | | /* 103943 */ MCD_OPC_Decode, 179, 64, 190, 3, // Opcode: ZIP2v4i32 |
21034 | | /* 103948 */ MCD_OPC_FilterValue, 1, 241, 144, 0, // Skip to: 141058 |
21035 | | /* 103953 */ MCD_OPC_CheckPredicate, 48, 236, 144, 0, // Skip to: 141058 |
21036 | | /* 103958 */ MCD_OPC_CheckField, 16, 5, 0, 229, 144, 0, // Skip to: 141058 |
21037 | | /* 103965 */ MCD_OPC_Decode, 204, 45, 195, 3, // Opcode: SQABSv4i32 |
21038 | | /* 103970 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 104008 |
21039 | | /* 103975 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21040 | | /* 103978 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 103993 |
21041 | | /* 103983 */ MCD_OPC_CheckPredicate, 48, 206, 144, 0, // Skip to: 141058 |
21042 | | /* 103988 */ MCD_OPC_Decode, 178, 15, 195, 3, // Opcode: CMEQv4i32rz |
21043 | | /* 103993 */ MCD_OPC_FilterValue, 33, 196, 144, 0, // Skip to: 141058 |
21044 | | /* 103998 */ MCD_OPC_CheckPredicate, 48, 191, 144, 0, // Skip to: 141058 |
21045 | | /* 104003 */ MCD_OPC_Decode, 254, 27, 195, 3, // Opcode: FRINTZv4f32 |
21046 | | /* 104008 */ MCD_OPC_FilterValue, 5, 48, 0, 0, // Skip to: 104061 |
21047 | | /* 104013 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21048 | | /* 104016 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 104031 |
21049 | | /* 104021 */ MCD_OPC_CheckPredicate, 48, 168, 144, 0, // Skip to: 141058 |
21050 | | /* 104026 */ MCD_OPC_Decode, 180, 11, 195, 3, // Opcode: ABSv4i32 |
21051 | | /* 104031 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 104046 |
21052 | | /* 104036 */ MCD_OPC_CheckPredicate, 48, 153, 144, 0, // Skip to: 141058 |
21053 | | /* 104041 */ MCD_OPC_Decode, 187, 22, 195, 3, // Opcode: FCVTZSv4f32 |
21054 | | /* 104046 */ MCD_OPC_FilterValue, 49, 143, 144, 0, // Skip to: 141058 |
21055 | | /* 104051 */ MCD_OPC_CheckPredicate, 48, 138, 144, 0, // Skip to: 141058 |
21056 | | /* 104056 */ MCD_OPC_Decode, 238, 11, 216, 3, // Opcode: ADDVv4i32v |
21057 | | /* 104061 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 104099 |
21058 | | /* 104066 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21059 | | /* 104069 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 104084 |
21060 | | /* 104074 */ MCD_OPC_CheckPredicate, 48, 115, 144, 0, // Skip to: 141058 |
21061 | | /* 104079 */ MCD_OPC_Decode, 157, 20, 195, 3, // Opcode: FCMEQv4i32rz |
21062 | | /* 104084 */ MCD_OPC_FilterValue, 33, 105, 144, 0, // Skip to: 141058 |
21063 | | /* 104089 */ MCD_OPC_CheckPredicate, 48, 100, 144, 0, // Skip to: 141058 |
21064 | | /* 104094 */ MCD_OPC_Decode, 132, 27, 195, 3, // Opcode: FRECPEv4f32 |
21065 | | /* 104099 */ MCD_OPC_FilterValue, 7, 90, 144, 0, // Skip to: 141058 |
21066 | | /* 104104 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21067 | | /* 104107 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 104122 |
21068 | | /* 104112 */ MCD_OPC_CheckPredicate, 48, 77, 144, 0, // Skip to: 141058 |
21069 | | /* 104117 */ MCD_OPC_Decode, 148, 19, 195, 3, // Opcode: FABSv4f32 |
21070 | | /* 104122 */ MCD_OPC_FilterValue, 48, 67, 144, 0, // Skip to: 141058 |
21071 | | /* 104127 */ MCD_OPC_CheckPredicate, 53, 62, 144, 0, // Skip to: 141058 |
21072 | | /* 104132 */ MCD_OPC_Decode, 208, 24, 208, 3, // Opcode: FMINVv8i16v |
21073 | | /* 104137 */ MCD_OPC_FilterValue, 7, 52, 144, 0, // Skip to: 141058 |
21074 | | /* 104142 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
21075 | | /* 104145 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 104167 |
21076 | | /* 104150 */ MCD_OPC_CheckPredicate, 48, 39, 144, 0, // Skip to: 141058 |
21077 | | /* 104155 */ MCD_OPC_CheckField, 21, 1, 1, 32, 144, 0, // Skip to: 141058 |
21078 | | /* 104162 */ MCD_OPC_Decode, 230, 38, 190, 3, // Opcode: ORRv16i8 |
21079 | | /* 104167 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 104189 |
21080 | | /* 104172 */ MCD_OPC_CheckPredicate, 48, 17, 144, 0, // Skip to: 141058 |
21081 | | /* 104177 */ MCD_OPC_CheckField, 21, 1, 1, 10, 144, 0, // Skip to: 141058 |
21082 | | /* 104184 */ MCD_OPC_Decode, 193, 15, 190, 3, // Opcode: CMGEv4i32 |
21083 | | /* 104189 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 104211 |
21084 | | /* 104194 */ MCD_OPC_CheckPredicate, 48, 251, 143, 0, // Skip to: 141058 |
21085 | | /* 104199 */ MCD_OPC_CheckField, 21, 1, 1, 244, 143, 0, // Skip to: 141058 |
21086 | | /* 104206 */ MCD_OPC_Decode, 235, 47, 190, 3, // Opcode: SQRSHLv4i32 |
21087 | | /* 104211 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 104233 |
21088 | | /* 104216 */ MCD_OPC_CheckPredicate, 48, 229, 143, 0, // Skip to: 141058 |
21089 | | /* 104221 */ MCD_OPC_CheckField, 21, 1, 1, 222, 143, 0, // Skip to: 141058 |
21090 | | /* 104228 */ MCD_OPC_Decode, 150, 41, 188, 3, // Opcode: SABAv4i32 |
21091 | | /* 104233 */ MCD_OPC_FilterValue, 4, 33, 0, 0, // Skip to: 104271 |
21092 | | /* 104238 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21093 | | /* 104241 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 104256 |
21094 | | /* 104246 */ MCD_OPC_CheckPredicate, 67, 199, 143, 0, // Skip to: 141058 |
21095 | | /* 104251 */ MCD_OPC_Decode, 199, 61, 188, 3, // Opcode: USDOTv16i8 |
21096 | | /* 104256 */ MCD_OPC_FilterValue, 1, 189, 143, 0, // Skip to: 141058 |
21097 | | /* 104261 */ MCD_OPC_CheckPredicate, 48, 184, 143, 0, // Skip to: 141058 |
21098 | | /* 104266 */ MCD_OPC_Decode, 172, 38, 190, 3, // Opcode: MULv4i32 |
21099 | | /* 104271 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 104293 |
21100 | | /* 104276 */ MCD_OPC_CheckPredicate, 48, 169, 143, 0, // Skip to: 141058 |
21101 | | /* 104281 */ MCD_OPC_CheckField, 21, 1, 1, 162, 143, 0, // Skip to: 141058 |
21102 | | /* 104288 */ MCD_OPC_Decode, 217, 11, 190, 3, // Opcode: ADDPv4i32 |
21103 | | /* 104293 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 104315 |
21104 | | /* 104298 */ MCD_OPC_CheckPredicate, 68, 147, 143, 0, // Skip to: 141058 |
21105 | | /* 104303 */ MCD_OPC_CheckField, 21, 1, 1, 140, 143, 0, // Skip to: 141058 |
21106 | | /* 104310 */ MCD_OPC_Decode, 227, 19, 190, 3, // Opcode: FAMAXv4f32 |
21107 | | /* 104315 */ MCD_OPC_FilterValue, 7, 130, 143, 0, // Skip to: 141058 |
21108 | | /* 104320 */ MCD_OPC_CheckPredicate, 48, 125, 143, 0, // Skip to: 141058 |
21109 | | /* 104325 */ MCD_OPC_CheckField, 21, 1, 1, 118, 143, 0, // Skip to: 141058 |
21110 | | /* 104332 */ MCD_OPC_Decode, 148, 28, 190, 3, // Opcode: FRSQRTSv4f32 |
21111 | | /* 104337 */ MCD_OPC_FilterValue, 3, 34, 6, 0, // Skip to: 105912 |
21112 | | /* 104342 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
21113 | | /* 104345 */ MCD_OPC_FilterValue, 0, 135, 0, 0, // Skip to: 104485 |
21114 | | /* 104350 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21115 | | /* 104353 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 104375 |
21116 | | /* 104358 */ MCD_OPC_CheckPredicate, 48, 87, 143, 0, // Skip to: 141058 |
21117 | | /* 104363 */ MCD_OPC_CheckField, 21, 1, 1, 80, 143, 0, // Skip to: 141058 |
21118 | | /* 104370 */ MCD_OPC_Decode, 175, 56, 190, 3, // Opcode: UADDLv4i32_v2i64 |
21119 | | /* 104375 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 104397 |
21120 | | /* 104380 */ MCD_OPC_CheckPredicate, 48, 65, 143, 0, // Skip to: 141058 |
21121 | | /* 104385 */ MCD_OPC_CheckField, 21, 1, 1, 58, 143, 0, // Skip to: 141058 |
21122 | | /* 104392 */ MCD_OPC_Decode, 159, 57, 190, 3, // Opcode: UHADDv4i32 |
21123 | | /* 104397 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 104419 |
21124 | | /* 104402 */ MCD_OPC_CheckPredicate, 48, 43, 143, 0, // Skip to: 141058 |
21125 | | /* 104407 */ MCD_OPC_CheckField, 21, 1, 1, 36, 143, 0, // Skip to: 141058 |
21126 | | /* 104414 */ MCD_OPC_Decode, 189, 59, 190, 3, // Opcode: UQADDv4i32 |
21127 | | /* 104419 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 104441 |
21128 | | /* 104424 */ MCD_OPC_CheckPredicate, 48, 21, 143, 0, // Skip to: 141058 |
21129 | | /* 104429 */ MCD_OPC_CheckField, 21, 1, 1, 14, 143, 0, // Skip to: 141058 |
21130 | | /* 104436 */ MCD_OPC_Decode, 191, 56, 190, 3, // Opcode: UADDWv4i32_v2i64 |
21131 | | /* 104441 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 104463 |
21132 | | /* 104446 */ MCD_OPC_CheckPredicate, 48, 255, 142, 0, // Skip to: 141058 |
21133 | | /* 104451 */ MCD_OPC_CheckField, 21, 1, 1, 248, 142, 0, // Skip to: 141058 |
21134 | | /* 104458 */ MCD_OPC_Decode, 255, 60, 190, 3, // Opcode: URHADDv4i32 |
21135 | | /* 104463 */ MCD_OPC_FilterValue, 7, 238, 142, 0, // Skip to: 141058 |
21136 | | /* 104468 */ MCD_OPC_CheckPredicate, 48, 233, 142, 0, // Skip to: 141058 |
21137 | | /* 104473 */ MCD_OPC_CheckField, 21, 1, 1, 226, 142, 0, // Skip to: 141058 |
21138 | | /* 104480 */ MCD_OPC_Decode, 163, 14, 188, 3, // Opcode: BITv16i8 |
21139 | | /* 104485 */ MCD_OPC_FilterValue, 1, 224, 0, 0, // Skip to: 104714 |
21140 | | /* 104490 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21141 | | /* 104493 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 104515 |
21142 | | /* 104498 */ MCD_OPC_CheckPredicate, 48, 203, 142, 0, // Skip to: 141058 |
21143 | | /* 104503 */ MCD_OPC_CheckField, 21, 1, 1, 196, 142, 0, // Skip to: 141058 |
21144 | | /* 104510 */ MCD_OPC_Decode, 151, 62, 190, 3, // Opcode: USUBLv4i32_v2i64 |
21145 | | /* 104515 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 104537 |
21146 | | /* 104520 */ MCD_OPC_CheckPredicate, 48, 181, 142, 0, // Skip to: 141058 |
21147 | | /* 104525 */ MCD_OPC_CheckField, 21, 1, 1, 174, 142, 0, // Skip to: 141058 |
21148 | | /* 104532 */ MCD_OPC_Decode, 173, 57, 190, 3, // Opcode: UHSUBv4i32 |
21149 | | /* 104537 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 104574 |
21150 | | /* 104542 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21151 | | /* 104545 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 104560 |
21152 | | /* 104550 */ MCD_OPC_CheckPredicate, 48, 151, 142, 0, // Skip to: 141058 |
21153 | | /* 104555 */ MCD_OPC_Decode, 161, 56, 195, 3, // Opcode: UADDLPv4i32_v2i64 |
21154 | | /* 104560 */ MCD_OPC_FilterValue, 33, 141, 142, 0, // Skip to: 141058 |
21155 | | /* 104565 */ MCD_OPC_CheckPredicate, 48, 136, 142, 0, // Skip to: 141058 |
21156 | | /* 104570 */ MCD_OPC_Decode, 157, 49, 1, // Opcode: SQXTUNv4i32 |
21157 | | /* 104574 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 104596 |
21158 | | /* 104579 */ MCD_OPC_CheckPredicate, 48, 122, 142, 0, // Skip to: 141058 |
21159 | | /* 104584 */ MCD_OPC_CheckField, 21, 1, 1, 115, 142, 0, // Skip to: 141058 |
21160 | | /* 104591 */ MCD_OPC_Decode, 227, 60, 190, 3, // Opcode: UQSUBv4i32 |
21161 | | /* 104596 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 104618 |
21162 | | /* 104601 */ MCD_OPC_CheckPredicate, 48, 100, 142, 0, // Skip to: 141058 |
21163 | | /* 104606 */ MCD_OPC_CheckField, 21, 1, 1, 93, 142, 0, // Skip to: 141058 |
21164 | | /* 104613 */ MCD_OPC_Decode, 163, 62, 190, 3, // Opcode: USUBWv4i32_v2i64 |
21165 | | /* 104618 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 104640 |
21166 | | /* 104623 */ MCD_OPC_CheckPredicate, 48, 78, 142, 0, // Skip to: 141058 |
21167 | | /* 104628 */ MCD_OPC_CheckField, 21, 1, 1, 71, 142, 0, // Skip to: 141058 |
21168 | | /* 104635 */ MCD_OPC_Decode, 220, 15, 190, 3, // Opcode: CMHIv4i32 |
21169 | | /* 104640 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 104692 |
21170 | | /* 104645 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21171 | | /* 104648 */ MCD_OPC_FilterValue, 32, 9, 0, 0, // Skip to: 104662 |
21172 | | /* 104653 */ MCD_OPC_CheckPredicate, 48, 48, 142, 0, // Skip to: 141058 |
21173 | | /* 104658 */ MCD_OPC_Decode, 255, 61, 1, // Opcode: USQADDv4i32 |
21174 | | /* 104662 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 104677 |
21175 | | /* 104667 */ MCD_OPC_CheckPredicate, 48, 34, 142, 0, // Skip to: 141058 |
21176 | | /* 104672 */ MCD_OPC_Decode, 128, 43, 195, 3, // Opcode: SHLLv4i32 |
21177 | | /* 104677 */ MCD_OPC_FilterValue, 48, 24, 142, 0, // Skip to: 141058 |
21178 | | /* 104682 */ MCD_OPC_CheckPredicate, 48, 19, 142, 0, // Skip to: 141058 |
21179 | | /* 104687 */ MCD_OPC_Decode, 169, 56, 171, 3, // Opcode: UADDLVv4i32v |
21180 | | /* 104692 */ MCD_OPC_FilterValue, 7, 9, 142, 0, // Skip to: 141058 |
21181 | | /* 104697 */ MCD_OPC_CheckPredicate, 48, 4, 142, 0, // Skip to: 141058 |
21182 | | /* 104702 */ MCD_OPC_CheckField, 21, 1, 1, 253, 141, 0, // Skip to: 141058 |
21183 | | /* 104709 */ MCD_OPC_Decode, 228, 15, 190, 3, // Opcode: CMHSv4i32 |
21184 | | /* 104714 */ MCD_OPC_FilterValue, 2, 172, 0, 0, // Skip to: 104891 |
21185 | | /* 104719 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21186 | | /* 104722 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 104744 |
21187 | | /* 104727 */ MCD_OPC_CheckPredicate, 48, 230, 141, 0, // Skip to: 141058 |
21188 | | /* 104732 */ MCD_OPC_CheckField, 21, 1, 1, 223, 141, 0, // Skip to: 141058 |
21189 | | /* 104739 */ MCD_OPC_Decode, 236, 39, 188, 3, // Opcode: RADDHNv2i64_v4i32 |
21190 | | /* 104744 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 104766 |
21191 | | /* 104749 */ MCD_OPC_CheckPredicate, 48, 208, 141, 0, // Skip to: 141058 |
21192 | | /* 104754 */ MCD_OPC_CheckField, 21, 1, 1, 201, 141, 0, // Skip to: 141058 |
21193 | | /* 104761 */ MCD_OPC_Decode, 218, 61, 190, 3, // Opcode: USHLv4i32 |
21194 | | /* 104766 */ MCD_OPC_FilterValue, 2, 32, 0, 0, // Skip to: 104803 |
21195 | | /* 104771 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21196 | | /* 104774 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 104789 |
21197 | | /* 104779 */ MCD_OPC_CheckPredicate, 48, 178, 141, 0, // Skip to: 141058 |
21198 | | /* 104784 */ MCD_OPC_Decode, 164, 15, 195, 3, // Opcode: CLZv4i32 |
21199 | | /* 104789 */ MCD_OPC_FilterValue, 33, 168, 141, 0, // Skip to: 141058 |
21200 | | /* 104794 */ MCD_OPC_CheckPredicate, 48, 163, 141, 0, // Skip to: 141058 |
21201 | | /* 104799 */ MCD_OPC_Decode, 242, 60, 1, // Opcode: UQXTNv4i32 |
21202 | | /* 104803 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 104825 |
21203 | | /* 104808 */ MCD_OPC_CheckPredicate, 48, 149, 141, 0, // Skip to: 141058 |
21204 | | /* 104813 */ MCD_OPC_CheckField, 21, 1, 1, 142, 141, 0, // Skip to: 141058 |
21205 | | /* 104820 */ MCD_OPC_Decode, 182, 60, 190, 3, // Opcode: UQSHLv4i32 |
21206 | | /* 104825 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 104847 |
21207 | | /* 104830 */ MCD_OPC_CheckPredicate, 48, 127, 141, 0, // Skip to: 141058 |
21208 | | /* 104835 */ MCD_OPC_CheckField, 21, 1, 1, 120, 141, 0, // Skip to: 141058 |
21209 | | /* 104842 */ MCD_OPC_Decode, 239, 55, 188, 3, // Opcode: UABALv4i32_v2i64 |
21210 | | /* 104847 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 104869 |
21211 | | /* 104852 */ MCD_OPC_CheckPredicate, 48, 105, 141, 0, // Skip to: 141058 |
21212 | | /* 104857 */ MCD_OPC_CheckField, 21, 1, 1, 98, 141, 0, // Skip to: 141058 |
21213 | | /* 104864 */ MCD_OPC_Decode, 159, 61, 190, 3, // Opcode: URSHLv4i32 |
21214 | | /* 104869 */ MCD_OPC_FilterValue, 7, 88, 141, 0, // Skip to: 141058 |
21215 | | /* 104874 */ MCD_OPC_CheckPredicate, 48, 83, 141, 0, // Skip to: 141058 |
21216 | | /* 104879 */ MCD_OPC_CheckField, 21, 1, 1, 76, 141, 0, // Skip to: 141058 |
21217 | | /* 104886 */ MCD_OPC_Decode, 130, 60, 190, 3, // Opcode: UQRSHLv4i32 |
21218 | | /* 104891 */ MCD_OPC_FilterValue, 3, 194, 0, 0, // Skip to: 105090 |
21219 | | /* 104896 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21220 | | /* 104899 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 104921 |
21221 | | /* 104904 */ MCD_OPC_CheckPredicate, 48, 53, 141, 0, // Skip to: 141058 |
21222 | | /* 104909 */ MCD_OPC_CheckField, 21, 1, 1, 46, 141, 0, // Skip to: 141058 |
21223 | | /* 104916 */ MCD_OPC_Decode, 254, 40, 188, 3, // Opcode: RSUBHNv2i64_v4i32 |
21224 | | /* 104921 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 104943 |
21225 | | /* 104926 */ MCD_OPC_CheckPredicate, 48, 31, 141, 0, // Skip to: 141058 |
21226 | | /* 104931 */ MCD_OPC_CheckField, 21, 1, 1, 24, 141, 0, // Skip to: 141058 |
21227 | | /* 104938 */ MCD_OPC_Decode, 231, 57, 190, 3, // Opcode: UMAXv4i32 |
21228 | | /* 104943 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 104964 |
21229 | | /* 104948 */ MCD_OPC_CheckPredicate, 48, 9, 141, 0, // Skip to: 141058 |
21230 | | /* 104953 */ MCD_OPC_CheckField, 16, 6, 32, 2, 141, 0, // Skip to: 141058 |
21231 | | /* 104960 */ MCD_OPC_Decode, 152, 56, 1, // Opcode: UADALPv4i32_v2i64 |
21232 | | /* 104964 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 104986 |
21233 | | /* 104969 */ MCD_OPC_CheckPredicate, 48, 244, 140, 0, // Skip to: 141058 |
21234 | | /* 104974 */ MCD_OPC_CheckField, 21, 1, 1, 237, 140, 0, // Skip to: 141058 |
21235 | | /* 104981 */ MCD_OPC_Decode, 160, 58, 190, 3, // Opcode: UMINv4i32 |
21236 | | /* 104986 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 105008 |
21237 | | /* 104991 */ MCD_OPC_CheckPredicate, 48, 222, 140, 0, // Skip to: 141058 |
21238 | | /* 104996 */ MCD_OPC_CheckField, 21, 1, 1, 215, 140, 0, // Skip to: 141058 |
21239 | | /* 105003 */ MCD_OPC_Decode, 133, 56, 190, 3, // Opcode: UABDLv4i32_v2i64 |
21240 | | /* 105008 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 105030 |
21241 | | /* 105013 */ MCD_OPC_CheckPredicate, 48, 200, 140, 0, // Skip to: 141058 |
21242 | | /* 105018 */ MCD_OPC_CheckField, 21, 1, 1, 193, 140, 0, // Skip to: 141058 |
21243 | | /* 105025 */ MCD_OPC_Decode, 143, 56, 190, 3, // Opcode: UABDv4i32 |
21244 | | /* 105030 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 105068 |
21245 | | /* 105035 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21246 | | /* 105038 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 105053 |
21247 | | /* 105043 */ MCD_OPC_CheckPredicate, 48, 170, 140, 0, // Skip to: 141058 |
21248 | | /* 105048 */ MCD_OPC_Decode, 153, 47, 195, 3, // Opcode: SQNEGv4i32 |
21249 | | /* 105053 */ MCD_OPC_FilterValue, 33, 160, 140, 0, // Skip to: 141058 |
21250 | | /* 105058 */ MCD_OPC_CheckPredicate, 56, 155, 140, 0, // Skip to: 141058 |
21251 | | /* 105063 */ MCD_OPC_Decode, 150, 13, 195, 3, // Opcode: BF1CVTL2v8f16 |
21252 | | /* 105068 */ MCD_OPC_FilterValue, 7, 145, 140, 0, // Skip to: 141058 |
21253 | | /* 105073 */ MCD_OPC_CheckPredicate, 48, 140, 140, 0, // Skip to: 141058 |
21254 | | /* 105078 */ MCD_OPC_CheckField, 21, 1, 1, 133, 140, 0, // Skip to: 141058 |
21255 | | /* 105085 */ MCD_OPC_Decode, 249, 55, 188, 3, // Opcode: UABAv4i32 |
21256 | | /* 105090 */ MCD_OPC_FilterValue, 4, 199, 0, 0, // Skip to: 105294 |
21257 | | /* 105095 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21258 | | /* 105098 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 105120 |
21259 | | /* 105103 */ MCD_OPC_CheckPredicate, 48, 110, 140, 0, // Skip to: 141058 |
21260 | | /* 105108 */ MCD_OPC_CheckField, 21, 1, 1, 103, 140, 0, // Skip to: 141058 |
21261 | | /* 105115 */ MCD_OPC_Decode, 203, 58, 188, 3, // Opcode: UMLALv4i32_v2i64 |
21262 | | /* 105120 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 105158 |
21263 | | /* 105125 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21264 | | /* 105128 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105143 |
21265 | | /* 105133 */ MCD_OPC_CheckPredicate, 61, 80, 140, 0, // Skip to: 141058 |
21266 | | /* 105138 */ MCD_OPC_Decode, 177, 47, 188, 3, // Opcode: SQRDMLAHv4i32 |
21267 | | /* 105143 */ MCD_OPC_FilterValue, 1, 70, 140, 0, // Skip to: 141058 |
21268 | | /* 105148 */ MCD_OPC_CheckPredicate, 48, 65, 140, 0, // Skip to: 141058 |
21269 | | /* 105153 */ MCD_OPC_Decode, 199, 54, 190, 3, // Opcode: SUBv4i32 |
21270 | | /* 105158 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 105180 |
21271 | | /* 105163 */ MCD_OPC_CheckPredicate, 48, 50, 140, 0, // Skip to: 141058 |
21272 | | /* 105168 */ MCD_OPC_CheckField, 16, 6, 32, 43, 140, 0, // Skip to: 141058 |
21273 | | /* 105175 */ MCD_OPC_Decode, 194, 15, 195, 3, // Opcode: CMGEv4i32rz |
21274 | | /* 105180 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 105218 |
21275 | | /* 105185 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21276 | | /* 105188 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105203 |
21277 | | /* 105193 */ MCD_OPC_CheckPredicate, 61, 20, 140, 0, // Skip to: 141058 |
21278 | | /* 105198 */ MCD_OPC_Decode, 196, 47, 188, 3, // Opcode: SQRDMLSHv4i32 |
21279 | | /* 105203 */ MCD_OPC_FilterValue, 1, 10, 140, 0, // Skip to: 141058 |
21280 | | /* 105208 */ MCD_OPC_CheckPredicate, 48, 5, 140, 0, // Skip to: 141058 |
21281 | | /* 105213 */ MCD_OPC_Decode, 177, 15, 190, 3, // Opcode: CMEQv4i32 |
21282 | | /* 105218 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 105256 |
21283 | | /* 105223 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21284 | | /* 105226 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105241 |
21285 | | /* 105231 */ MCD_OPC_CheckPredicate, 66, 238, 139, 0, // Skip to: 141058 |
21286 | | /* 105236 */ MCD_OPC_Decode, 150, 57, 188, 3, // Opcode: UDOTv16i8 |
21287 | | /* 105241 */ MCD_OPC_FilterValue, 1, 228, 139, 0, // Skip to: 141058 |
21288 | | /* 105246 */ MCD_OPC_CheckPredicate, 48, 223, 139, 0, // Skip to: 141058 |
21289 | | /* 105251 */ MCD_OPC_Decode, 163, 37, 188, 3, // Opcode: MLSv4i32 |
21290 | | /* 105256 */ MCD_OPC_FilterValue, 6, 213, 139, 0, // Skip to: 141058 |
21291 | | /* 105261 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21292 | | /* 105264 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 105279 |
21293 | | /* 105269 */ MCD_OPC_CheckPredicate, 48, 200, 139, 0, // Skip to: 141058 |
21294 | | /* 105274 */ MCD_OPC_Decode, 242, 15, 195, 3, // Opcode: CMLEv4i32rz |
21295 | | /* 105279 */ MCD_OPC_FilterValue, 33, 190, 139, 0, // Skip to: 141058 |
21296 | | /* 105284 */ MCD_OPC_CheckPredicate, 48, 185, 139, 0, // Skip to: 141058 |
21297 | | /* 105289 */ MCD_OPC_Decode, 193, 27, 195, 3, // Opcode: FRINTIv4f32 |
21298 | | /* 105294 */ MCD_OPC_FilterValue, 5, 198, 0, 0, // Skip to: 105497 |
21299 | | /* 105299 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21300 | | /* 105302 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 105324 |
21301 | | /* 105307 */ MCD_OPC_CheckPredicate, 48, 162, 139, 0, // Skip to: 141058 |
21302 | | /* 105312 */ MCD_OPC_CheckField, 21, 1, 1, 155, 139, 0, // Skip to: 141058 |
21303 | | /* 105319 */ MCD_OPC_Decode, 247, 58, 188, 3, // Opcode: UMLSLv4i32_v2i64 |
21304 | | /* 105324 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 105362 |
21305 | | /* 105329 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21306 | | /* 105332 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105347 |
21307 | | /* 105337 */ MCD_OPC_CheckPredicate, 67, 132, 139, 0, // Skip to: 141058 |
21308 | | /* 105342 */ MCD_OPC_Decode, 251, 58, 188, 3, // Opcode: UMMLA |
21309 | | /* 105347 */ MCD_OPC_FilterValue, 1, 122, 139, 0, // Skip to: 141058 |
21310 | | /* 105352 */ MCD_OPC_CheckPredicate, 48, 117, 139, 0, // Skip to: 141058 |
21311 | | /* 105357 */ MCD_OPC_Decode, 184, 57, 190, 3, // Opcode: UMAXPv4i32 |
21312 | | /* 105362 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 105415 |
21313 | | /* 105367 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21314 | | /* 105370 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 105385 |
21315 | | /* 105375 */ MCD_OPC_CheckPredicate, 48, 94, 139, 0, // Skip to: 141058 |
21316 | | /* 105380 */ MCD_OPC_Decode, 146, 22, 195, 3, // Opcode: FCVTPUv4f32 |
21317 | | /* 105385 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 105400 |
21318 | | /* 105390 */ MCD_OPC_CheckPredicate, 48, 79, 139, 0, // Skip to: 141058 |
21319 | | /* 105395 */ MCD_OPC_Decode, 197, 57, 216, 3, // Opcode: UMAXVv4i32v |
21320 | | /* 105400 */ MCD_OPC_FilterValue, 49, 69, 139, 0, // Skip to: 141058 |
21321 | | /* 105405 */ MCD_OPC_CheckPredicate, 48, 64, 139, 0, // Skip to: 141058 |
21322 | | /* 105410 */ MCD_OPC_Decode, 254, 57, 216, 3, // Opcode: UMINVv4i32v |
21323 | | /* 105415 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 105437 |
21324 | | /* 105420 */ MCD_OPC_CheckPredicate, 48, 49, 139, 0, // Skip to: 141058 |
21325 | | /* 105425 */ MCD_OPC_CheckField, 21, 1, 1, 42, 139, 0, // Skip to: 141058 |
21326 | | /* 105432 */ MCD_OPC_Decode, 241, 57, 190, 3, // Opcode: UMINPv4i32 |
21327 | | /* 105437 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 105459 |
21328 | | /* 105442 */ MCD_OPC_CheckPredicate, 48, 27, 139, 0, // Skip to: 141058 |
21329 | | /* 105447 */ MCD_OPC_CheckField, 21, 1, 1, 20, 139, 0, // Skip to: 141058 |
21330 | | /* 105454 */ MCD_OPC_Decode, 215, 47, 190, 3, // Opcode: SQRDMULHv4i32 |
21331 | | /* 105459 */ MCD_OPC_FilterValue, 6, 10, 139, 0, // Skip to: 141058 |
21332 | | /* 105464 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21333 | | /* 105467 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 105482 |
21334 | | /* 105472 */ MCD_OPC_CheckPredicate, 48, 253, 138, 0, // Skip to: 141058 |
21335 | | /* 105477 */ MCD_OPC_Decode, 195, 38, 195, 3, // Opcode: NEGv4i32 |
21336 | | /* 105482 */ MCD_OPC_FilterValue, 33, 243, 138, 0, // Skip to: 141058 |
21337 | | /* 105487 */ MCD_OPC_CheckPredicate, 48, 238, 138, 0, // Skip to: 141058 |
21338 | | /* 105492 */ MCD_OPC_Decode, 224, 22, 195, 3, // Opcode: FCVTZUv4f32 |
21339 | | /* 105497 */ MCD_OPC_FilterValue, 6, 215, 0, 0, // Skip to: 105717 |
21340 | | /* 105502 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
21341 | | /* 105505 */ MCD_OPC_FilterValue, 0, 116, 0, 0, // Skip to: 105626 |
21342 | | /* 105510 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
21343 | | /* 105513 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 105535 |
21344 | | /* 105518 */ MCD_OPC_CheckPredicate, 48, 207, 138, 0, // Skip to: 141058 |
21345 | | /* 105523 */ MCD_OPC_CheckField, 21, 1, 1, 200, 138, 0, // Skip to: 141058 |
21346 | | /* 105530 */ MCD_OPC_Decode, 165, 59, 190, 3, // Opcode: UMULLv4i32_v2i64 |
21347 | | /* 105535 */ MCD_OPC_FilterValue, 1, 48, 0, 0, // Skip to: 105588 |
21348 | | /* 105540 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21349 | | /* 105543 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 105558 |
21350 | | /* 105548 */ MCD_OPC_CheckPredicate, 48, 177, 138, 0, // Skip to: 141058 |
21351 | | /* 105553 */ MCD_OPC_Decode, 179, 20, 195, 3, // Opcode: FCMGEv4i32rz |
21352 | | /* 105558 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 105573 |
21353 | | /* 105563 */ MCD_OPC_CheckPredicate, 48, 162, 138, 0, // Skip to: 141058 |
21354 | | /* 105568 */ MCD_OPC_Decode, 176, 61, 195, 3, // Opcode: URSQRTEv4i32 |
21355 | | /* 105573 */ MCD_OPC_FilterValue, 48, 152, 138, 0, // Skip to: 141058 |
21356 | | /* 105578 */ MCD_OPC_CheckPredicate, 48, 147, 138, 0, // Skip to: 141058 |
21357 | | /* 105583 */ MCD_OPC_Decode, 163, 24, 216, 3, // Opcode: FMINNMVv4i32v |
21358 | | /* 105588 */ MCD_OPC_FilterValue, 3, 137, 138, 0, // Skip to: 141058 |
21359 | | /* 105593 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21360 | | /* 105596 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 105611 |
21361 | | /* 105601 */ MCD_OPC_CheckPredicate, 48, 124, 138, 0, // Skip to: 141058 |
21362 | | /* 105606 */ MCD_OPC_Decode, 226, 20, 195, 3, // Opcode: FCMLEv4i32rz |
21363 | | /* 105611 */ MCD_OPC_FilterValue, 33, 114, 138, 0, // Skip to: 141058 |
21364 | | /* 105616 */ MCD_OPC_CheckPredicate, 48, 109, 138, 0, // Skip to: 141058 |
21365 | | /* 105621 */ MCD_OPC_Decode, 137, 28, 195, 3, // Opcode: FRSQRTEv4f32 |
21366 | | /* 105626 */ MCD_OPC_FilterValue, 1, 99, 138, 0, // Skip to: 141058 |
21367 | | /* 105631 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21368 | | /* 105634 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105649 |
21369 | | /* 105639 */ MCD_OPC_CheckPredicate, 69, 86, 138, 0, // Skip to: 141058 |
21370 | | /* 105644 */ MCD_OPC_Decode, 213, 20, 227, 3, // Opcode: FCMLAv4f32 |
21371 | | /* 105649 */ MCD_OPC_FilterValue, 1, 76, 138, 0, // Skip to: 141058 |
21372 | | /* 105654 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
21373 | | /* 105657 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105672 |
21374 | | /* 105662 */ MCD_OPC_CheckPredicate, 48, 63, 138, 0, // Skip to: 141058 |
21375 | | /* 105667 */ MCD_OPC_Decode, 153, 24, 190, 3, // Opcode: FMINNMPv4f32 |
21376 | | /* 105672 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 105687 |
21377 | | /* 105677 */ MCD_OPC_CheckPredicate, 55, 48, 138, 0, // Skip to: 141058 |
21378 | | /* 105682 */ MCD_OPC_Decode, 204, 25, 188, 3, // Opcode: FMLSL2v8f16 |
21379 | | /* 105687 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 105702 |
21380 | | /* 105692 */ MCD_OPC_CheckPredicate, 48, 33, 138, 0, // Skip to: 141058 |
21381 | | /* 105697 */ MCD_OPC_Decode, 137, 19, 190, 3, // Opcode: FABDv4f32 |
21382 | | /* 105702 */ MCD_OPC_FilterValue, 3, 23, 138, 0, // Skip to: 141058 |
21383 | | /* 105707 */ MCD_OPC_CheckPredicate, 68, 18, 138, 0, // Skip to: 141058 |
21384 | | /* 105712 */ MCD_OPC_Decode, 241, 19, 190, 3, // Opcode: FAMINv4f32 |
21385 | | /* 105717 */ MCD_OPC_FilterValue, 7, 8, 138, 0, // Skip to: 141058 |
21386 | | /* 105722 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
21387 | | /* 105725 */ MCD_OPC_FilterValue, 1, 56, 0, 0, // Skip to: 105786 |
21388 | | /* 105730 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21389 | | /* 105733 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105748 |
21390 | | /* 105738 */ MCD_OPC_CheckPredicate, 69, 243, 137, 0, // Skip to: 141058 |
21391 | | /* 105743 */ MCD_OPC_Decode, 249, 19, 228, 3, // Opcode: FCADDv4f32 |
21392 | | /* 105748 */ MCD_OPC_FilterValue, 1, 233, 137, 0, // Skip to: 141058 |
21393 | | /* 105753 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
21394 | | /* 105756 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 105771 |
21395 | | /* 105761 */ MCD_OPC_CheckPredicate, 48, 220, 137, 0, // Skip to: 141058 |
21396 | | /* 105766 */ MCD_OPC_Decode, 199, 20, 190, 3, // Opcode: FCMGTv4f32 |
21397 | | /* 105771 */ MCD_OPC_FilterValue, 1, 210, 137, 0, // Skip to: 141058 |
21398 | | /* 105776 */ MCD_OPC_CheckPredicate, 48, 205, 137, 0, // Skip to: 141058 |
21399 | | /* 105781 */ MCD_OPC_Decode, 197, 24, 190, 3, // Opcode: FMINPv4f32 |
21400 | | /* 105786 */ MCD_OPC_FilterValue, 2, 69, 0, 0, // Skip to: 105860 |
21401 | | /* 105791 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21402 | | /* 105794 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 105816 |
21403 | | /* 105799 */ MCD_OPC_CheckPredicate, 48, 182, 137, 0, // Skip to: 141058 |
21404 | | /* 105804 */ MCD_OPC_CheckField, 12, 1, 1, 175, 137, 0, // Skip to: 141058 |
21405 | | /* 105811 */ MCD_OPC_Decode, 228, 26, 195, 3, // Opcode: FNEGv4f32 |
21406 | | /* 105816 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 105838 |
21407 | | /* 105821 */ MCD_OPC_CheckPredicate, 48, 160, 137, 0, // Skip to: 141058 |
21408 | | /* 105826 */ MCD_OPC_CheckField, 12, 1, 1, 153, 137, 0, // Skip to: 141058 |
21409 | | /* 105833 */ MCD_OPC_Decode, 179, 28, 195, 3, // Opcode: FSQRTv4f32 |
21410 | | /* 105838 */ MCD_OPC_FilterValue, 48, 143, 137, 0, // Skip to: 141058 |
21411 | | /* 105843 */ MCD_OPC_CheckPredicate, 48, 138, 137, 0, // Skip to: 141058 |
21412 | | /* 105848 */ MCD_OPC_CheckField, 12, 1, 1, 131, 137, 0, // Skip to: 141058 |
21413 | | /* 105855 */ MCD_OPC_Decode, 207, 24, 216, 3, // Opcode: FMINVv4i32v |
21414 | | /* 105860 */ MCD_OPC_FilterValue, 3, 121, 137, 0, // Skip to: 141058 |
21415 | | /* 105865 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
21416 | | /* 105868 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 105890 |
21417 | | /* 105873 */ MCD_OPC_CheckPredicate, 48, 108, 137, 0, // Skip to: 141058 |
21418 | | /* 105878 */ MCD_OPC_CheckField, 21, 1, 1, 101, 137, 0, // Skip to: 141058 |
21419 | | /* 105885 */ MCD_OPC_Decode, 170, 19, 190, 3, // Opcode: FACGTv4f32 |
21420 | | /* 105890 */ MCD_OPC_FilterValue, 1, 91, 137, 0, // Skip to: 141058 |
21421 | | /* 105895 */ MCD_OPC_CheckPredicate, 56, 86, 137, 0, // Skip to: 141058 |
21422 | | /* 105900 */ MCD_OPC_CheckField, 21, 1, 1, 79, 137, 0, // Skip to: 141058 |
21423 | | /* 105907 */ MCD_OPC_Decode, 168, 28, 190, 3, // Opcode: FSCALEv4f32 |
21424 | | /* 105912 */ MCD_OPC_FilterValue, 6, 69, 137, 0, // Skip to: 141058 |
21425 | | /* 105917 */ MCD_OPC_CheckPredicate, 59, 64, 137, 0, // Skip to: 141058 |
21426 | | /* 105922 */ MCD_OPC_CheckField, 21, 1, 0, 57, 137, 0, // Skip to: 141058 |
21427 | | /* 105929 */ MCD_OPC_Decode, 254, 63, 231, 3, // Opcode: XAR |
21428 | | /* 105934 */ MCD_OPC_FilterValue, 11, 38, 12, 0, // Skip to: 109049 |
21429 | | /* 105939 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
21430 | | /* 105942 */ MCD_OPC_FilterValue, 0, 131, 1, 0, // Skip to: 106334 |
21431 | | /* 105947 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
21432 | | /* 105950 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 105972 |
21433 | | /* 105955 */ MCD_OPC_CheckPredicate, 53, 26, 137, 0, // Skip to: 141058 |
21434 | | /* 105960 */ MCD_OPC_CheckField, 21, 1, 0, 19, 137, 0, // Skip to: 141058 |
21435 | | /* 105967 */ MCD_OPC_Decode, 185, 24, 165, 3, // Opcode: FMINNMv4f16 |
21436 | | /* 105972 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 105994 |
21437 | | /* 105977 */ MCD_OPC_CheckPredicate, 53, 4, 137, 0, // Skip to: 141058 |
21438 | | /* 105982 */ MCD_OPC_CheckField, 21, 1, 0, 253, 136, 0, // Skip to: 141058 |
21439 | | /* 105989 */ MCD_OPC_Decode, 252, 25, 186, 3, // Opcode: FMLSv4f16 |
21440 | | /* 105994 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 106016 |
21441 | | /* 105999 */ MCD_OPC_CheckPredicate, 53, 238, 136, 0, // Skip to: 141058 |
21442 | | /* 106004 */ MCD_OPC_CheckField, 21, 1, 0, 231, 136, 0, // Skip to: 141058 |
21443 | | /* 106011 */ MCD_OPC_Decode, 207, 28, 165, 3, // Opcode: FSUBv4f16 |
21444 | | /* 106016 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 106054 |
21445 | | /* 106021 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21446 | | /* 106024 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 106039 |
21447 | | /* 106029 */ MCD_OPC_CheckPredicate, 68, 208, 136, 0, // Skip to: 141058 |
21448 | | /* 106034 */ MCD_OPC_Decode, 226, 19, 165, 3, // Opcode: FAMAXv4f16 |
21449 | | /* 106039 */ MCD_OPC_FilterValue, 1, 198, 136, 0, // Skip to: 141058 |
21450 | | /* 106044 */ MCD_OPC_CheckPredicate, 48, 193, 136, 0, // Skip to: 141058 |
21451 | | /* 106049 */ MCD_OPC_Decode, 213, 38, 165, 3, // Opcode: ORNv8i8 |
21452 | | /* 106054 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 106076 |
21453 | | /* 106059 */ MCD_OPC_CheckPredicate, 53, 178, 136, 0, // Skip to: 141058 |
21454 | | /* 106064 */ MCD_OPC_CheckField, 21, 1, 0, 171, 136, 0, // Skip to: 141058 |
21455 | | /* 106071 */ MCD_OPC_Decode, 229, 24, 165, 3, // Opcode: FMINv4f16 |
21456 | | /* 106076 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 106098 |
21457 | | /* 106081 */ MCD_OPC_CheckPredicate, 53, 156, 136, 0, // Skip to: 141058 |
21458 | | /* 106086 */ MCD_OPC_CheckField, 21, 1, 0, 149, 136, 0, // Skip to: 141058 |
21459 | | /* 106093 */ MCD_OPC_Decode, 147, 28, 165, 3, // Opcode: FRSQRTSv4f16 |
21460 | | /* 106098 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 106120 |
21461 | | /* 106103 */ MCD_OPC_CheckPredicate, 53, 134, 136, 0, // Skip to: 141058 |
21462 | | /* 106108 */ MCD_OPC_CheckField, 16, 6, 57, 127, 136, 0, // Skip to: 141058 |
21463 | | /* 106115 */ MCD_OPC_Decode, 231, 27, 166, 3, // Opcode: FRINTPv4f16 |
21464 | | /* 106120 */ MCD_OPC_FilterValue, 38, 17, 0, 0, // Skip to: 106142 |
21465 | | /* 106125 */ MCD_OPC_CheckPredicate, 53, 112, 136, 0, // Skip to: 141058 |
21466 | | /* 106130 */ MCD_OPC_CheckField, 16, 6, 57, 105, 136, 0, // Skip to: 141058 |
21467 | | /* 106137 */ MCD_OPC_Decode, 253, 27, 166, 3, // Opcode: FRINTZv4f16 |
21468 | | /* 106142 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 106164 |
21469 | | /* 106147 */ MCD_OPC_CheckPredicate, 53, 90, 136, 0, // Skip to: 141058 |
21470 | | /* 106152 */ MCD_OPC_CheckField, 16, 6, 57, 83, 136, 0, // Skip to: 141058 |
21471 | | /* 106159 */ MCD_OPC_Decode, 131, 22, 166, 3, // Opcode: FCVTPSv4f16 |
21472 | | /* 106164 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 106186 |
21473 | | /* 106169 */ MCD_OPC_CheckPredicate, 53, 68, 136, 0, // Skip to: 141058 |
21474 | | /* 106174 */ MCD_OPC_CheckField, 16, 6, 57, 61, 136, 0, // Skip to: 141058 |
21475 | | /* 106181 */ MCD_OPC_Decode, 186, 22, 166, 3, // Opcode: FCVTZSv4f16 |
21476 | | /* 106186 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 106208 |
21477 | | /* 106191 */ MCD_OPC_CheckPredicate, 53, 46, 136, 0, // Skip to: 141058 |
21478 | | /* 106196 */ MCD_OPC_CheckField, 16, 6, 56, 39, 136, 0, // Skip to: 141058 |
21479 | | /* 106203 */ MCD_OPC_Decode, 200, 20, 166, 3, // Opcode: FCMGTv4i16rz |
21480 | | /* 106208 */ MCD_OPC_FilterValue, 54, 33, 0, 0, // Skip to: 106246 |
21481 | | /* 106213 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21482 | | /* 106216 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 106231 |
21483 | | /* 106221 */ MCD_OPC_CheckPredicate, 53, 16, 136, 0, // Skip to: 141058 |
21484 | | /* 106226 */ MCD_OPC_Decode, 156, 20, 166, 3, // Opcode: FCMEQv4i16rz |
21485 | | /* 106231 */ MCD_OPC_FilterValue, 57, 6, 136, 0, // Skip to: 141058 |
21486 | | /* 106236 */ MCD_OPC_CheckPredicate, 53, 1, 136, 0, // Skip to: 141058 |
21487 | | /* 106241 */ MCD_OPC_Decode, 131, 27, 166, 3, // Opcode: FRECPEv4f16 |
21488 | | /* 106246 */ MCD_OPC_FilterValue, 56, 17, 0, 0, // Skip to: 106268 |
21489 | | /* 106251 */ MCD_OPC_CheckPredicate, 58, 242, 135, 0, // Skip to: 141058 |
21490 | | /* 106256 */ MCD_OPC_CheckField, 21, 1, 1, 235, 135, 0, // Skip to: 141058 |
21491 | | /* 106263 */ MCD_OPC_Decode, 159, 39, 161, 3, // Opcode: PMULLv1i64 |
21492 | | /* 106268 */ MCD_OPC_FilterValue, 58, 17, 0, 0, // Skip to: 106290 |
21493 | | /* 106273 */ MCD_OPC_CheckPredicate, 53, 220, 135, 0, // Skip to: 141058 |
21494 | | /* 106278 */ MCD_OPC_CheckField, 16, 6, 56, 213, 135, 0, // Skip to: 141058 |
21495 | | /* 106285 */ MCD_OPC_Decode, 236, 20, 166, 3, // Opcode: FCMLTv4i16rz |
21496 | | /* 106290 */ MCD_OPC_FilterValue, 62, 17, 0, 0, // Skip to: 106312 |
21497 | | /* 106295 */ MCD_OPC_CheckPredicate, 53, 198, 135, 0, // Skip to: 141058 |
21498 | | /* 106300 */ MCD_OPC_CheckField, 16, 6, 56, 191, 135, 0, // Skip to: 141058 |
21499 | | /* 106307 */ MCD_OPC_Decode, 147, 19, 166, 3, // Opcode: FABSv4f16 |
21500 | | /* 106312 */ MCD_OPC_FilterValue, 63, 181, 135, 0, // Skip to: 141058 |
21501 | | /* 106317 */ MCD_OPC_CheckPredicate, 52, 176, 135, 0, // Skip to: 141058 |
21502 | | /* 106322 */ MCD_OPC_CheckField, 21, 1, 0, 169, 135, 0, // Skip to: 141058 |
21503 | | /* 106329 */ MCD_OPC_Decode, 241, 24, 188, 3, // Opcode: FMLALBv8f16 |
21504 | | /* 106334 */ MCD_OPC_FilterValue, 1, 125, 1, 0, // Skip to: 106720 |
21505 | | /* 106339 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
21506 | | /* 106342 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 106364 |
21507 | | /* 106347 */ MCD_OPC_CheckPredicate, 53, 146, 135, 0, // Skip to: 141058 |
21508 | | /* 106352 */ MCD_OPC_CheckField, 21, 1, 0, 139, 135, 0, // Skip to: 141058 |
21509 | | /* 106359 */ MCD_OPC_Decode, 152, 24, 165, 3, // Opcode: FMINNMPv4f16 |
21510 | | /* 106364 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 106386 |
21511 | | /* 106369 */ MCD_OPC_CheckPredicate, 53, 124, 135, 0, // Skip to: 141058 |
21512 | | /* 106374 */ MCD_OPC_CheckField, 21, 1, 0, 117, 135, 0, // Skip to: 141058 |
21513 | | /* 106381 */ MCD_OPC_Decode, 136, 19, 165, 3, // Opcode: FABDv4f16 |
21514 | | /* 106386 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 106424 |
21515 | | /* 106391 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21516 | | /* 106394 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 106409 |
21517 | | /* 106399 */ MCD_OPC_CheckPredicate, 68, 94, 135, 0, // Skip to: 141058 |
21518 | | /* 106404 */ MCD_OPC_Decode, 240, 19, 165, 3, // Opcode: FAMINv4f16 |
21519 | | /* 106409 */ MCD_OPC_FilterValue, 1, 84, 135, 0, // Skip to: 141058 |
21520 | | /* 106414 */ MCD_OPC_CheckPredicate, 48, 79, 135, 0, // Skip to: 141058 |
21521 | | /* 106419 */ MCD_OPC_Decode, 162, 14, 186, 3, // Opcode: BIFv8i8 |
21522 | | /* 106424 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 106446 |
21523 | | /* 106429 */ MCD_OPC_CheckPredicate, 53, 64, 135, 0, // Skip to: 141058 |
21524 | | /* 106434 */ MCD_OPC_CheckField, 21, 1, 0, 57, 135, 0, // Skip to: 141058 |
21525 | | /* 106441 */ MCD_OPC_Decode, 198, 20, 165, 3, // Opcode: FCMGTv4f16 |
21526 | | /* 106446 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 106468 |
21527 | | /* 106451 */ MCD_OPC_CheckPredicate, 53, 42, 135, 0, // Skip to: 141058 |
21528 | | /* 106456 */ MCD_OPC_CheckField, 21, 1, 0, 35, 135, 0, // Skip to: 141058 |
21529 | | /* 106463 */ MCD_OPC_Decode, 169, 19, 165, 3, // Opcode: FACGTv4f16 |
21530 | | /* 106468 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 106490 |
21531 | | /* 106473 */ MCD_OPC_CheckPredicate, 53, 20, 135, 0, // Skip to: 141058 |
21532 | | /* 106478 */ MCD_OPC_CheckField, 21, 1, 0, 13, 135, 0, // Skip to: 141058 |
21533 | | /* 106485 */ MCD_OPC_Decode, 196, 24, 165, 3, // Opcode: FMINPv4f16 |
21534 | | /* 106490 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 106512 |
21535 | | /* 106495 */ MCD_OPC_CheckPredicate, 56, 254, 134, 0, // Skip to: 141058 |
21536 | | /* 106500 */ MCD_OPC_CheckField, 21, 1, 0, 247, 134, 0, // Skip to: 141058 |
21537 | | /* 106507 */ MCD_OPC_Decode, 167, 28, 165, 3, // Opcode: FSCALEv4f16 |
21538 | | /* 106512 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 106534 |
21539 | | /* 106517 */ MCD_OPC_CheckPredicate, 56, 232, 134, 0, // Skip to: 141058 |
21540 | | /* 106522 */ MCD_OPC_CheckField, 16, 6, 33, 225, 134, 0, // Skip to: 141058 |
21541 | | /* 106529 */ MCD_OPC_Decode, 159, 13, 185, 3, // Opcode: BF2CVTLv8f16 |
21542 | | /* 106534 */ MCD_OPC_FilterValue, 38, 17, 0, 0, // Skip to: 106556 |
21543 | | /* 106539 */ MCD_OPC_CheckPredicate, 53, 210, 134, 0, // Skip to: 141058 |
21544 | | /* 106544 */ MCD_OPC_CheckField, 16, 6, 57, 203, 134, 0, // Skip to: 141058 |
21545 | | /* 106551 */ MCD_OPC_Decode, 192, 27, 166, 3, // Opcode: FRINTIv4f16 |
21546 | | /* 106556 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 106578 |
21547 | | /* 106561 */ MCD_OPC_CheckPredicate, 53, 188, 134, 0, // Skip to: 141058 |
21548 | | /* 106566 */ MCD_OPC_CheckField, 16, 6, 57, 181, 134, 0, // Skip to: 141058 |
21549 | | /* 106573 */ MCD_OPC_Decode, 145, 22, 166, 3, // Opcode: FCVTPUv4f16 |
21550 | | /* 106578 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 106600 |
21551 | | /* 106583 */ MCD_OPC_CheckPredicate, 53, 166, 134, 0, // Skip to: 141058 |
21552 | | /* 106588 */ MCD_OPC_CheckField, 16, 6, 57, 159, 134, 0, // Skip to: 141058 |
21553 | | /* 106595 */ MCD_OPC_Decode, 223, 22, 166, 3, // Opcode: FCVTZUv4f16 |
21554 | | /* 106600 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 106622 |
21555 | | /* 106605 */ MCD_OPC_CheckPredicate, 53, 144, 134, 0, // Skip to: 141058 |
21556 | | /* 106610 */ MCD_OPC_CheckField, 16, 6, 56, 137, 134, 0, // Skip to: 141058 |
21557 | | /* 106617 */ MCD_OPC_Decode, 178, 20, 166, 3, // Opcode: FCMGEv4i16rz |
21558 | | /* 106622 */ MCD_OPC_FilterValue, 54, 33, 0, 0, // Skip to: 106660 |
21559 | | /* 106627 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21560 | | /* 106630 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 106645 |
21561 | | /* 106635 */ MCD_OPC_CheckPredicate, 53, 114, 134, 0, // Skip to: 141058 |
21562 | | /* 106640 */ MCD_OPC_Decode, 225, 20, 166, 3, // Opcode: FCMLEv4i16rz |
21563 | | /* 106645 */ MCD_OPC_FilterValue, 57, 104, 134, 0, // Skip to: 141058 |
21564 | | /* 106650 */ MCD_OPC_CheckPredicate, 53, 99, 134, 0, // Skip to: 141058 |
21565 | | /* 106655 */ MCD_OPC_Decode, 136, 28, 166, 3, // Opcode: FRSQRTEv4f16 |
21566 | | /* 106660 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 106698 |
21567 | | /* 106665 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21568 | | /* 106668 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 106683 |
21569 | | /* 106673 */ MCD_OPC_CheckPredicate, 53, 76, 134, 0, // Skip to: 141058 |
21570 | | /* 106678 */ MCD_OPC_Decode, 227, 26, 166, 3, // Opcode: FNEGv4f16 |
21571 | | /* 106683 */ MCD_OPC_FilterValue, 57, 66, 134, 0, // Skip to: 141058 |
21572 | | /* 106688 */ MCD_OPC_CheckPredicate, 53, 61, 134, 0, // Skip to: 141058 |
21573 | | /* 106693 */ MCD_OPC_Decode, 178, 28, 166, 3, // Opcode: FSQRTv4f16 |
21574 | | /* 106698 */ MCD_OPC_FilterValue, 63, 51, 134, 0, // Skip to: 141058 |
21575 | | /* 106703 */ MCD_OPC_CheckPredicate, 63, 46, 134, 0, // Skip to: 141058 |
21576 | | /* 106708 */ MCD_OPC_CheckField, 21, 1, 0, 39, 134, 0, // Skip to: 141058 |
21577 | | /* 106715 */ MCD_OPC_Decode, 208, 13, 188, 3, // Opcode: BFMLALB |
21578 | | /* 106720 */ MCD_OPC_FilterValue, 2, 153, 4, 0, // Skip to: 107902 |
21579 | | /* 106725 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
21580 | | /* 106728 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 106787 |
21581 | | /* 106733 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
21582 | | /* 106736 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 106758 |
21583 | | /* 106741 */ MCD_OPC_CheckPredicate, 64, 8, 134, 0, // Skip to: 141058 |
21584 | | /* 106746 */ MCD_OPC_CheckField, 21, 1, 0, 1, 134, 0, // Skip to: 141058 |
21585 | | /* 106753 */ MCD_OPC_Decode, 214, 36, 232, 3, // Opcode: LUT2v8f16 |
21586 | | /* 106758 */ MCD_OPC_FilterValue, 1, 247, 133, 0, // Skip to: 141058 |
21587 | | /* 106763 */ MCD_OPC_CheckPredicate, 58, 242, 133, 0, // Skip to: 141058 |
21588 | | /* 106768 */ MCD_OPC_CheckField, 21, 1, 1, 235, 133, 0, // Skip to: 141058 |
21589 | | /* 106775 */ MCD_OPC_CheckField, 12, 3, 6, 228, 133, 0, // Skip to: 141058 |
21590 | | /* 106782 */ MCD_OPC_Decode, 160, 39, 190, 3, // Opcode: PMULLv2i64 |
21591 | | /* 106787 */ MCD_OPC_FilterValue, 1, 217, 0, 0, // Skip to: 107009 |
21592 | | /* 106792 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
21593 | | /* 106795 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 106817 |
21594 | | /* 106800 */ MCD_OPC_CheckPredicate, 53, 205, 133, 0, // Skip to: 141058 |
21595 | | /* 106805 */ MCD_OPC_CheckField, 21, 1, 0, 198, 133, 0, // Skip to: 141058 |
21596 | | /* 106812 */ MCD_OPC_Decode, 187, 24, 190, 3, // Opcode: FMINNMv8f16 |
21597 | | /* 106817 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 106839 |
21598 | | /* 106822 */ MCD_OPC_CheckPredicate, 53, 183, 133, 0, // Skip to: 141058 |
21599 | | /* 106827 */ MCD_OPC_CheckField, 21, 1, 0, 176, 133, 0, // Skip to: 141058 |
21600 | | /* 106834 */ MCD_OPC_Decode, 209, 28, 190, 3, // Opcode: FSUBv8f16 |
21601 | | /* 106839 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 106877 |
21602 | | /* 106844 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21603 | | /* 106847 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 106862 |
21604 | | /* 106852 */ MCD_OPC_CheckPredicate, 53, 153, 133, 0, // Skip to: 141058 |
21605 | | /* 106857 */ MCD_OPC_Decode, 231, 24, 190, 3, // Opcode: FMINv8f16 |
21606 | | /* 106862 */ MCD_OPC_FilterValue, 1, 143, 133, 0, // Skip to: 141058 |
21607 | | /* 106867 */ MCD_OPC_CheckPredicate, 48, 138, 133, 0, // Skip to: 141058 |
21608 | | /* 106872 */ MCD_OPC_Decode, 205, 15, 190, 3, // Opcode: CMGTv2i64 |
21609 | | /* 106877 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 106899 |
21610 | | /* 106882 */ MCD_OPC_CheckPredicate, 48, 123, 133, 0, // Skip to: 141058 |
21611 | | /* 106887 */ MCD_OPC_CheckField, 21, 1, 1, 116, 133, 0, // Skip to: 141058 |
21612 | | /* 106894 */ MCD_OPC_Decode, 253, 49, 190, 3, // Opcode: SSHLv2i64 |
21613 | | /* 106899 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 106921 |
21614 | | /* 106904 */ MCD_OPC_CheckPredicate, 48, 101, 133, 0, // Skip to: 141058 |
21615 | | /* 106909 */ MCD_OPC_CheckField, 21, 1, 1, 94, 133, 0, // Skip to: 141058 |
21616 | | /* 106916 */ MCD_OPC_Decode, 209, 49, 190, 3, // Opcode: SRSHLv2i64 |
21617 | | /* 106921 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 106943 |
21618 | | /* 106926 */ MCD_OPC_CheckPredicate, 48, 79, 133, 0, // Skip to: 141058 |
21619 | | /* 106931 */ MCD_OPC_CheckField, 21, 1, 1, 72, 133, 0, // Skip to: 141058 |
21620 | | /* 106938 */ MCD_OPC_Decode, 157, 12, 190, 3, // Opcode: ADDv2i64 |
21621 | | /* 106943 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 106965 |
21622 | | /* 106948 */ MCD_OPC_CheckPredicate, 48, 57, 133, 0, // Skip to: 141058 |
21623 | | /* 106953 */ MCD_OPC_CheckField, 21, 1, 1, 50, 133, 0, // Skip to: 141058 |
21624 | | /* 106960 */ MCD_OPC_Decode, 184, 24, 190, 3, // Opcode: FMINNMv2f64 |
21625 | | /* 106965 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 106987 |
21626 | | /* 106970 */ MCD_OPC_CheckPredicate, 48, 35, 133, 0, // Skip to: 141058 |
21627 | | /* 106975 */ MCD_OPC_CheckField, 21, 1, 1, 28, 133, 0, // Skip to: 141058 |
21628 | | /* 106982 */ MCD_OPC_Decode, 206, 28, 190, 3, // Opcode: FSUBv2f64 |
21629 | | /* 106987 */ MCD_OPC_FilterValue, 15, 18, 133, 0, // Skip to: 141058 |
21630 | | /* 106992 */ MCD_OPC_CheckPredicate, 48, 13, 133, 0, // Skip to: 141058 |
21631 | | /* 106997 */ MCD_OPC_CheckField, 21, 1, 1, 6, 133, 0, // Skip to: 141058 |
21632 | | /* 107004 */ MCD_OPC_Decode, 228, 24, 190, 3, // Opcode: FMINv2f64 |
21633 | | /* 107009 */ MCD_OPC_FilterValue, 2, 62, 2, 0, // Skip to: 107588 |
21634 | | /* 107014 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
21635 | | /* 107017 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 107039 |
21636 | | /* 107022 */ MCD_OPC_CheckPredicate, 48, 239, 132, 0, // Skip to: 141058 |
21637 | | /* 107027 */ MCD_OPC_CheckField, 21, 1, 0, 232, 132, 0, // Skip to: 141058 |
21638 | | /* 107034 */ MCD_OPC_Decode, 199, 62, 190, 3, // Opcode: UZP1v2i64 |
21639 | | /* 107039 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 107061 |
21640 | | /* 107044 */ MCD_OPC_CheckPredicate, 48, 217, 132, 0, // Skip to: 141058 |
21641 | | /* 107049 */ MCD_OPC_CheckField, 21, 1, 0, 210, 132, 0, // Skip to: 141058 |
21642 | | /* 107056 */ MCD_OPC_Decode, 206, 55, 190, 3, // Opcode: TRN1v2i64 |
21643 | | /* 107061 */ MCD_OPC_FilterValue, 3, 39, 0, 0, // Skip to: 107105 |
21644 | | /* 107066 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21645 | | /* 107069 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107084 |
21646 | | /* 107074 */ MCD_OPC_CheckPredicate, 48, 187, 132, 0, // Skip to: 141058 |
21647 | | /* 107079 */ MCD_OPC_Decode, 161, 64, 190, 3, // Opcode: ZIP1v2i64 |
21648 | | /* 107084 */ MCD_OPC_FilterValue, 1, 177, 132, 0, // Skip to: 141058 |
21649 | | /* 107089 */ MCD_OPC_CheckPredicate, 48, 172, 132, 0, // Skip to: 141058 |
21650 | | /* 107094 */ MCD_OPC_CheckField, 16, 5, 0, 165, 132, 0, // Skip to: 141058 |
21651 | | /* 107101 */ MCD_OPC_Decode, 240, 54, 1, // Opcode: SUQADDv2i64 |
21652 | | /* 107105 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 107127 |
21653 | | /* 107110 */ MCD_OPC_CheckPredicate, 48, 151, 132, 0, // Skip to: 141058 |
21654 | | /* 107115 */ MCD_OPC_CheckField, 21, 1, 0, 144, 132, 0, // Skip to: 141058 |
21655 | | /* 107122 */ MCD_OPC_Decode, 215, 62, 190, 3, // Opcode: UZP2v2i64 |
21656 | | /* 107127 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 107149 |
21657 | | /* 107132 */ MCD_OPC_CheckPredicate, 48, 129, 132, 0, // Skip to: 141058 |
21658 | | /* 107137 */ MCD_OPC_CheckField, 21, 1, 0, 122, 132, 0, // Skip to: 141058 |
21659 | | /* 107144 */ MCD_OPC_Decode, 222, 55, 190, 3, // Opcode: TRN2v2i64 |
21660 | | /* 107149 */ MCD_OPC_FilterValue, 7, 40, 0, 0, // Skip to: 107194 |
21661 | | /* 107154 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21662 | | /* 107157 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107172 |
21663 | | /* 107162 */ MCD_OPC_CheckPredicate, 48, 99, 132, 0, // Skip to: 141058 |
21664 | | /* 107167 */ MCD_OPC_Decode, 177, 64, 190, 3, // Opcode: ZIP2v2i64 |
21665 | | /* 107172 */ MCD_OPC_FilterValue, 1, 89, 132, 0, // Skip to: 141058 |
21666 | | /* 107177 */ MCD_OPC_CheckPredicate, 48, 84, 132, 0, // Skip to: 141058 |
21667 | | /* 107182 */ MCD_OPC_CheckField, 16, 5, 0, 77, 132, 0, // Skip to: 141058 |
21668 | | /* 107189 */ MCD_OPC_Decode, 202, 45, 195, 3, // Opcode: SQABSv2i64 |
21669 | | /* 107194 */ MCD_OPC_FilterValue, 8, 48, 0, 0, // Skip to: 107247 |
21670 | | /* 107199 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21671 | | /* 107202 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107217 |
21672 | | /* 107207 */ MCD_OPC_CheckPredicate, 48, 54, 132, 0, // Skip to: 141058 |
21673 | | /* 107212 */ MCD_OPC_Decode, 206, 15, 195, 3, // Opcode: CMGTv2i64rz |
21674 | | /* 107217 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 107232 |
21675 | | /* 107222 */ MCD_OPC_CheckPredicate, 48, 39, 132, 0, // Skip to: 141058 |
21676 | | /* 107227 */ MCD_OPC_Decode, 230, 27, 195, 3, // Opcode: FRINTPv2f64 |
21677 | | /* 107232 */ MCD_OPC_FilterValue, 57, 29, 132, 0, // Skip to: 141058 |
21678 | | /* 107237 */ MCD_OPC_CheckPredicate, 53, 24, 132, 0, // Skip to: 141058 |
21679 | | /* 107242 */ MCD_OPC_Decode, 233, 27, 195, 3, // Opcode: FRINTPv8f16 |
21680 | | /* 107247 */ MCD_OPC_FilterValue, 9, 48, 0, 0, // Skip to: 107300 |
21681 | | /* 107252 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21682 | | /* 107255 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107270 |
21683 | | /* 107260 */ MCD_OPC_CheckPredicate, 48, 1, 132, 0, // Skip to: 141058 |
21684 | | /* 107265 */ MCD_OPC_Decode, 174, 15, 195, 3, // Opcode: CMEQv2i64rz |
21685 | | /* 107270 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 107285 |
21686 | | /* 107275 */ MCD_OPC_CheckPredicate, 48, 242, 131, 0, // Skip to: 141058 |
21687 | | /* 107280 */ MCD_OPC_Decode, 252, 27, 195, 3, // Opcode: FRINTZv2f64 |
21688 | | /* 107285 */ MCD_OPC_FilterValue, 57, 232, 131, 0, // Skip to: 141058 |
21689 | | /* 107290 */ MCD_OPC_CheckPredicate, 53, 227, 131, 0, // Skip to: 141058 |
21690 | | /* 107295 */ MCD_OPC_Decode, 255, 27, 195, 3, // Opcode: FRINTZv8f16 |
21691 | | /* 107300 */ MCD_OPC_FilterValue, 10, 48, 0, 0, // Skip to: 107353 |
21692 | | /* 107305 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21693 | | /* 107308 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107323 |
21694 | | /* 107313 */ MCD_OPC_CheckPredicate, 48, 204, 131, 0, // Skip to: 141058 |
21695 | | /* 107318 */ MCD_OPC_Decode, 248, 15, 195, 3, // Opcode: CMLTv2i64rz |
21696 | | /* 107323 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 107338 |
21697 | | /* 107328 */ MCD_OPC_CheckPredicate, 48, 189, 131, 0, // Skip to: 141058 |
21698 | | /* 107333 */ MCD_OPC_Decode, 130, 22, 195, 3, // Opcode: FCVTPSv2f64 |
21699 | | /* 107338 */ MCD_OPC_FilterValue, 57, 179, 131, 0, // Skip to: 141058 |
21700 | | /* 107343 */ MCD_OPC_CheckPredicate, 53, 174, 131, 0, // Skip to: 141058 |
21701 | | /* 107348 */ MCD_OPC_Decode, 133, 22, 195, 3, // Opcode: FCVTPSv8f16 |
21702 | | /* 107353 */ MCD_OPC_FilterValue, 11, 48, 0, 0, // Skip to: 107406 |
21703 | | /* 107358 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21704 | | /* 107361 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107376 |
21705 | | /* 107366 */ MCD_OPC_CheckPredicate, 48, 151, 131, 0, // Skip to: 141058 |
21706 | | /* 107371 */ MCD_OPC_Decode, 178, 11, 195, 3, // Opcode: ABSv2i64 |
21707 | | /* 107376 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 107391 |
21708 | | /* 107381 */ MCD_OPC_CheckPredicate, 48, 136, 131, 0, // Skip to: 141058 |
21709 | | /* 107386 */ MCD_OPC_Decode, 183, 22, 195, 3, // Opcode: FCVTZSv2f64 |
21710 | | /* 107391 */ MCD_OPC_FilterValue, 57, 126, 131, 0, // Skip to: 141058 |
21711 | | /* 107396 */ MCD_OPC_CheckPredicate, 53, 121, 131, 0, // Skip to: 141058 |
21712 | | /* 107401 */ MCD_OPC_Decode, 190, 22, 195, 3, // Opcode: FCVTZSv8f16 |
21713 | | /* 107406 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 107444 |
21714 | | /* 107411 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21715 | | /* 107414 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107429 |
21716 | | /* 107419 */ MCD_OPC_CheckPredicate, 48, 98, 131, 0, // Skip to: 141058 |
21717 | | /* 107424 */ MCD_OPC_Decode, 197, 20, 195, 3, // Opcode: FCMGTv2i64rz |
21718 | | /* 107429 */ MCD_OPC_FilterValue, 56, 88, 131, 0, // Skip to: 141058 |
21719 | | /* 107434 */ MCD_OPC_CheckPredicate, 53, 83, 131, 0, // Skip to: 141058 |
21720 | | /* 107439 */ MCD_OPC_Decode, 203, 20, 195, 3, // Opcode: FCMGTv8i16rz |
21721 | | /* 107444 */ MCD_OPC_FilterValue, 13, 63, 0, 0, // Skip to: 107512 |
21722 | | /* 107449 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21723 | | /* 107452 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107467 |
21724 | | /* 107457 */ MCD_OPC_CheckPredicate, 48, 60, 131, 0, // Skip to: 141058 |
21725 | | /* 107462 */ MCD_OPC_Decode, 153, 20, 195, 3, // Opcode: FCMEQv2i64rz |
21726 | | /* 107467 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 107482 |
21727 | | /* 107472 */ MCD_OPC_CheckPredicate, 48, 45, 131, 0, // Skip to: 141058 |
21728 | | /* 107477 */ MCD_OPC_Decode, 130, 27, 195, 3, // Opcode: FRECPEv2f64 |
21729 | | /* 107482 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 107497 |
21730 | | /* 107487 */ MCD_OPC_CheckPredicate, 53, 30, 131, 0, // Skip to: 141058 |
21731 | | /* 107492 */ MCD_OPC_Decode, 159, 20, 195, 3, // Opcode: FCMEQv8i16rz |
21732 | | /* 107497 */ MCD_OPC_FilterValue, 57, 20, 131, 0, // Skip to: 141058 |
21733 | | /* 107502 */ MCD_OPC_CheckPredicate, 53, 15, 131, 0, // Skip to: 141058 |
21734 | | /* 107507 */ MCD_OPC_Decode, 133, 27, 195, 3, // Opcode: FRECPEv8f16 |
21735 | | /* 107512 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 107550 |
21736 | | /* 107517 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21737 | | /* 107520 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107535 |
21738 | | /* 107525 */ MCD_OPC_CheckPredicate, 48, 248, 130, 0, // Skip to: 141058 |
21739 | | /* 107530 */ MCD_OPC_Decode, 235, 20, 195, 3, // Opcode: FCMLTv2i64rz |
21740 | | /* 107535 */ MCD_OPC_FilterValue, 56, 238, 130, 0, // Skip to: 141058 |
21741 | | /* 107540 */ MCD_OPC_CheckPredicate, 53, 233, 130, 0, // Skip to: 141058 |
21742 | | /* 107545 */ MCD_OPC_Decode, 238, 20, 195, 3, // Opcode: FCMLTv8i16rz |
21743 | | /* 107550 */ MCD_OPC_FilterValue, 15, 223, 130, 0, // Skip to: 141058 |
21744 | | /* 107555 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21745 | | /* 107558 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 107573 |
21746 | | /* 107563 */ MCD_OPC_CheckPredicate, 48, 210, 130, 0, // Skip to: 141058 |
21747 | | /* 107568 */ MCD_OPC_Decode, 146, 19, 195, 3, // Opcode: FABSv2f64 |
21748 | | /* 107573 */ MCD_OPC_FilterValue, 56, 200, 130, 0, // Skip to: 141058 |
21749 | | /* 107578 */ MCD_OPC_CheckPredicate, 53, 195, 130, 0, // Skip to: 141058 |
21750 | | /* 107583 */ MCD_OPC_Decode, 149, 19, 195, 3, // Opcode: FABSv8f16 |
21751 | | /* 107588 */ MCD_OPC_FilterValue, 3, 185, 130, 0, // Skip to: 141058 |
21752 | | /* 107593 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
21753 | | /* 107596 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 107634 |
21754 | | /* 107601 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21755 | | /* 107604 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107619 |
21756 | | /* 107609 */ MCD_OPC_CheckPredicate, 53, 164, 130, 0, // Skip to: 141058 |
21757 | | /* 107614 */ MCD_OPC_Decode, 128, 26, 188, 3, // Opcode: FMLSv8f16 |
21758 | | /* 107619 */ MCD_OPC_FilterValue, 1, 154, 130, 0, // Skip to: 141058 |
21759 | | /* 107624 */ MCD_OPC_CheckPredicate, 48, 149, 130, 0, // Skip to: 141058 |
21760 | | /* 107629 */ MCD_OPC_Decode, 225, 45, 190, 3, // Opcode: SQADDv2i64 |
21761 | | /* 107634 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 107672 |
21762 | | /* 107639 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21763 | | /* 107642 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107657 |
21764 | | /* 107647 */ MCD_OPC_CheckPredicate, 68, 126, 130, 0, // Skip to: 141058 |
21765 | | /* 107652 */ MCD_OPC_Decode, 228, 19, 190, 3, // Opcode: FAMAXv8f16 |
21766 | | /* 107657 */ MCD_OPC_FilterValue, 1, 116, 130, 0, // Skip to: 141058 |
21767 | | /* 107662 */ MCD_OPC_CheckPredicate, 48, 111, 130, 0, // Skip to: 141058 |
21768 | | /* 107667 */ MCD_OPC_Decode, 212, 38, 190, 3, // Opcode: ORNv16i8 |
21769 | | /* 107672 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 107694 |
21770 | | /* 107677 */ MCD_OPC_CheckPredicate, 48, 96, 130, 0, // Skip to: 141058 |
21771 | | /* 107682 */ MCD_OPC_CheckField, 21, 1, 1, 89, 130, 0, // Skip to: 141058 |
21772 | | /* 107689 */ MCD_OPC_Decode, 253, 48, 190, 3, // Opcode: SQSUBv2i64 |
21773 | | /* 107694 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 107732 |
21774 | | /* 107699 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21775 | | /* 107702 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107717 |
21776 | | /* 107707 */ MCD_OPC_CheckPredicate, 53, 66, 130, 0, // Skip to: 141058 |
21777 | | /* 107712 */ MCD_OPC_Decode, 149, 28, 190, 3, // Opcode: FRSQRTSv8f16 |
21778 | | /* 107717 */ MCD_OPC_FilterValue, 1, 56, 130, 0, // Skip to: 141058 |
21779 | | /* 107722 */ MCD_OPC_CheckPredicate, 48, 51, 130, 0, // Skip to: 141058 |
21780 | | /* 107727 */ MCD_OPC_Decode, 189, 15, 190, 3, // Opcode: CMGEv2i64 |
21781 | | /* 107732 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 107754 |
21782 | | /* 107737 */ MCD_OPC_CheckPredicate, 48, 36, 130, 0, // Skip to: 141058 |
21783 | | /* 107742 */ MCD_OPC_CheckField, 21, 1, 1, 29, 130, 0, // Skip to: 141058 |
21784 | | /* 107749 */ MCD_OPC_Decode, 191, 48, 190, 3, // Opcode: SQSHLv2i64 |
21785 | | /* 107754 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 107776 |
21786 | | /* 107759 */ MCD_OPC_CheckPredicate, 48, 14, 130, 0, // Skip to: 141058 |
21787 | | /* 107764 */ MCD_OPC_CheckField, 21, 1, 1, 7, 130, 0, // Skip to: 141058 |
21788 | | /* 107771 */ MCD_OPC_Decode, 233, 47, 190, 3, // Opcode: SQRSHLv2i64 |
21789 | | /* 107776 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 107798 |
21790 | | /* 107781 */ MCD_OPC_CheckPredicate, 48, 248, 129, 0, // Skip to: 141058 |
21791 | | /* 107786 */ MCD_OPC_CheckField, 21, 1, 1, 241, 129, 0, // Skip to: 141058 |
21792 | | /* 107793 */ MCD_OPC_Decode, 222, 16, 190, 3, // Opcode: CMTSTv2i64 |
21793 | | /* 107798 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 107820 |
21794 | | /* 107803 */ MCD_OPC_CheckPredicate, 48, 226, 129, 0, // Skip to: 141058 |
21795 | | /* 107808 */ MCD_OPC_CheckField, 21, 1, 1, 219, 129, 0, // Skip to: 141058 |
21796 | | /* 107815 */ MCD_OPC_Decode, 214, 11, 190, 3, // Opcode: ADDPv2i64 |
21797 | | /* 107820 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 107842 |
21798 | | /* 107825 */ MCD_OPC_CheckPredicate, 48, 204, 129, 0, // Skip to: 141058 |
21799 | | /* 107830 */ MCD_OPC_CheckField, 21, 1, 1, 197, 129, 0, // Skip to: 141058 |
21800 | | /* 107837 */ MCD_OPC_Decode, 249, 25, 188, 3, // Opcode: FMLSv2f64 |
21801 | | /* 107842 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 107864 |
21802 | | /* 107847 */ MCD_OPC_CheckPredicate, 68, 182, 129, 0, // Skip to: 141058 |
21803 | | /* 107852 */ MCD_OPC_CheckField, 21, 1, 1, 175, 129, 0, // Skip to: 141058 |
21804 | | /* 107859 */ MCD_OPC_Decode, 225, 19, 190, 3, // Opcode: FAMAXv2f64 |
21805 | | /* 107864 */ MCD_OPC_FilterValue, 15, 165, 129, 0, // Skip to: 141058 |
21806 | | /* 107869 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21807 | | /* 107872 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 107887 |
21808 | | /* 107877 */ MCD_OPC_CheckPredicate, 52, 152, 129, 0, // Skip to: 141058 |
21809 | | /* 107882 */ MCD_OPC_Decode, 143, 25, 188, 3, // Opcode: FMLALTv8f16 |
21810 | | /* 107887 */ MCD_OPC_FilterValue, 1, 142, 129, 0, // Skip to: 141058 |
21811 | | /* 107892 */ MCD_OPC_CheckPredicate, 48, 137, 129, 0, // Skip to: 141058 |
21812 | | /* 107897 */ MCD_OPC_Decode, 146, 28, 190, 3, // Opcode: FRSQRTSv2f64 |
21813 | | /* 107902 */ MCD_OPC_FilterValue, 3, 82, 4, 0, // Skip to: 109013 |
21814 | | /* 107907 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
21815 | | /* 107910 */ MCD_OPC_FilterValue, 0, 107, 0, 0, // Skip to: 108022 |
21816 | | /* 107915 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21817 | | /* 107918 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 107940 |
21818 | | /* 107923 */ MCD_OPC_CheckPredicate, 53, 106, 129, 0, // Skip to: 141058 |
21819 | | /* 107928 */ MCD_OPC_CheckField, 21, 1, 0, 99, 129, 0, // Skip to: 141058 |
21820 | | /* 107935 */ MCD_OPC_Decode, 154, 24, 190, 3, // Opcode: FMINNMPv8f16 |
21821 | | /* 107940 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 107962 |
21822 | | /* 107945 */ MCD_OPC_CheckPredicate, 48, 84, 129, 0, // Skip to: 141058 |
21823 | | /* 107950 */ MCD_OPC_CheckField, 21, 1, 1, 77, 129, 0, // Skip to: 141058 |
21824 | | /* 107957 */ MCD_OPC_Decode, 187, 59, 190, 3, // Opcode: UQADDv2i64 |
21825 | | /* 107962 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 107984 |
21826 | | /* 107967 */ MCD_OPC_CheckPredicate, 53, 62, 129, 0, // Skip to: 141058 |
21827 | | /* 107972 */ MCD_OPC_CheckField, 21, 1, 0, 55, 129, 0, // Skip to: 141058 |
21828 | | /* 107979 */ MCD_OPC_Decode, 138, 19, 190, 3, // Opcode: FABDv8f16 |
21829 | | /* 107984 */ MCD_OPC_FilterValue, 7, 45, 129, 0, // Skip to: 141058 |
21830 | | /* 107989 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21831 | | /* 107992 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108007 |
21832 | | /* 107997 */ MCD_OPC_CheckPredicate, 68, 32, 129, 0, // Skip to: 141058 |
21833 | | /* 108002 */ MCD_OPC_Decode, 242, 19, 190, 3, // Opcode: FAMINv8f16 |
21834 | | /* 108007 */ MCD_OPC_FilterValue, 1, 22, 129, 0, // Skip to: 141058 |
21835 | | /* 108012 */ MCD_OPC_CheckPredicate, 48, 17, 129, 0, // Skip to: 141058 |
21836 | | /* 108017 */ MCD_OPC_Decode, 161, 14, 188, 3, // Opcode: BIFv16i8 |
21837 | | /* 108022 */ MCD_OPC_FilterValue, 1, 160, 0, 0, // Skip to: 108187 |
21838 | | /* 108027 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21839 | | /* 108030 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 108052 |
21840 | | /* 108035 */ MCD_OPC_CheckPredicate, 53, 250, 128, 0, // Skip to: 141058 |
21841 | | /* 108040 */ MCD_OPC_CheckField, 21, 1, 0, 243, 128, 0, // Skip to: 141058 |
21842 | | /* 108047 */ MCD_OPC_Decode, 202, 20, 190, 3, // Opcode: FCMGTv8f16 |
21843 | | /* 108052 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 108090 |
21844 | | /* 108057 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21845 | | /* 108060 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108075 |
21846 | | /* 108065 */ MCD_OPC_CheckPredicate, 53, 220, 128, 0, // Skip to: 141058 |
21847 | | /* 108070 */ MCD_OPC_Decode, 171, 19, 190, 3, // Opcode: FACGTv8f16 |
21848 | | /* 108075 */ MCD_OPC_FilterValue, 1, 210, 128, 0, // Skip to: 141058 |
21849 | | /* 108080 */ MCD_OPC_CheckPredicate, 48, 205, 128, 0, // Skip to: 141058 |
21850 | | /* 108085 */ MCD_OPC_Decode, 225, 60, 190, 3, // Opcode: UQSUBv2i64 |
21851 | | /* 108090 */ MCD_OPC_FilterValue, 5, 33, 0, 0, // Skip to: 108128 |
21852 | | /* 108095 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21853 | | /* 108098 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108113 |
21854 | | /* 108103 */ MCD_OPC_CheckPredicate, 53, 182, 128, 0, // Skip to: 141058 |
21855 | | /* 108108 */ MCD_OPC_Decode, 198, 24, 190, 3, // Opcode: FMINPv8f16 |
21856 | | /* 108113 */ MCD_OPC_FilterValue, 1, 172, 128, 0, // Skip to: 141058 |
21857 | | /* 108118 */ MCD_OPC_CheckPredicate, 48, 167, 128, 0, // Skip to: 141058 |
21858 | | /* 108123 */ MCD_OPC_Decode, 218, 15, 190, 3, // Opcode: CMHIv2i64 |
21859 | | /* 108128 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 108149 |
21860 | | /* 108133 */ MCD_OPC_CheckPredicate, 48, 152, 128, 0, // Skip to: 141058 |
21861 | | /* 108138 */ MCD_OPC_CheckField, 16, 6, 32, 145, 128, 0, // Skip to: 141058 |
21862 | | /* 108145 */ MCD_OPC_Decode, 253, 61, 1, // Opcode: USQADDv2i64 |
21863 | | /* 108149 */ MCD_OPC_FilterValue, 7, 136, 128, 0, // Skip to: 141058 |
21864 | | /* 108154 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21865 | | /* 108157 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108172 |
21866 | | /* 108162 */ MCD_OPC_CheckPredicate, 56, 123, 128, 0, // Skip to: 141058 |
21867 | | /* 108167 */ MCD_OPC_Decode, 169, 28, 190, 3, // Opcode: FSCALEv8f16 |
21868 | | /* 108172 */ MCD_OPC_FilterValue, 1, 113, 128, 0, // Skip to: 141058 |
21869 | | /* 108177 */ MCD_OPC_CheckPredicate, 48, 108, 128, 0, // Skip to: 141058 |
21870 | | /* 108182 */ MCD_OPC_Decode, 226, 15, 190, 3, // Opcode: CMHSv2i64 |
21871 | | /* 108187 */ MCD_OPC_FilterValue, 2, 91, 0, 0, // Skip to: 108283 |
21872 | | /* 108192 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21873 | | /* 108195 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 108217 |
21874 | | /* 108200 */ MCD_OPC_CheckPredicate, 48, 85, 128, 0, // Skip to: 141058 |
21875 | | /* 108205 */ MCD_OPC_CheckField, 21, 1, 1, 78, 128, 0, // Skip to: 141058 |
21876 | | /* 108212 */ MCD_OPC_Decode, 216, 61, 190, 3, // Opcode: USHLv2i64 |
21877 | | /* 108217 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 108239 |
21878 | | /* 108222 */ MCD_OPC_CheckPredicate, 48, 63, 128, 0, // Skip to: 141058 |
21879 | | /* 108227 */ MCD_OPC_CheckField, 21, 1, 1, 56, 128, 0, // Skip to: 141058 |
21880 | | /* 108234 */ MCD_OPC_Decode, 178, 60, 190, 3, // Opcode: UQSHLv2i64 |
21881 | | /* 108239 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 108261 |
21882 | | /* 108244 */ MCD_OPC_CheckPredicate, 48, 41, 128, 0, // Skip to: 141058 |
21883 | | /* 108249 */ MCD_OPC_CheckField, 21, 1, 1, 34, 128, 0, // Skip to: 141058 |
21884 | | /* 108256 */ MCD_OPC_Decode, 157, 61, 190, 3, // Opcode: URSHLv2i64 |
21885 | | /* 108261 */ MCD_OPC_FilterValue, 7, 24, 128, 0, // Skip to: 141058 |
21886 | | /* 108266 */ MCD_OPC_CheckPredicate, 48, 19, 128, 0, // Skip to: 141058 |
21887 | | /* 108271 */ MCD_OPC_CheckField, 21, 1, 1, 12, 128, 0, // Skip to: 141058 |
21888 | | /* 108278 */ MCD_OPC_Decode, 128, 60, 190, 3, // Opcode: UQRSHLv2i64 |
21889 | | /* 108283 */ MCD_OPC_FilterValue, 3, 47, 0, 0, // Skip to: 108335 |
21890 | | /* 108288 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21891 | | /* 108291 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 108313 |
21892 | | /* 108296 */ MCD_OPC_CheckPredicate, 48, 245, 127, 0, // Skip to: 141058 |
21893 | | /* 108301 */ MCD_OPC_CheckField, 10, 3, 6, 238, 127, 0, // Skip to: 141058 |
21894 | | /* 108308 */ MCD_OPC_Decode, 151, 47, 195, 3, // Opcode: SQNEGv2i64 |
21895 | | /* 108313 */ MCD_OPC_FilterValue, 33, 228, 127, 0, // Skip to: 141058 |
21896 | | /* 108318 */ MCD_OPC_CheckPredicate, 56, 223, 127, 0, // Skip to: 141058 |
21897 | | /* 108323 */ MCD_OPC_CheckField, 10, 3, 6, 216, 127, 0, // Skip to: 141058 |
21898 | | /* 108330 */ MCD_OPC_Decode, 156, 13, 195, 3, // Opcode: BF2CVTL2v8f16 |
21899 | | /* 108335 */ MCD_OPC_FilterValue, 4, 122, 0, 0, // Skip to: 108462 |
21900 | | /* 108340 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21901 | | /* 108343 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 108365 |
21902 | | /* 108348 */ MCD_OPC_CheckPredicate, 48, 193, 127, 0, // Skip to: 141058 |
21903 | | /* 108353 */ MCD_OPC_CheckField, 21, 1, 1, 186, 127, 0, // Skip to: 141058 |
21904 | | /* 108360 */ MCD_OPC_Decode, 197, 54, 190, 3, // Opcode: SUBv2i64 |
21905 | | /* 108365 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 108387 |
21906 | | /* 108370 */ MCD_OPC_CheckPredicate, 48, 171, 127, 0, // Skip to: 141058 |
21907 | | /* 108375 */ MCD_OPC_CheckField, 16, 6, 32, 164, 127, 0, // Skip to: 141058 |
21908 | | /* 108382 */ MCD_OPC_Decode, 190, 15, 195, 3, // Opcode: CMGEv2i64rz |
21909 | | /* 108387 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 108409 |
21910 | | /* 108392 */ MCD_OPC_CheckPredicate, 48, 149, 127, 0, // Skip to: 141058 |
21911 | | /* 108397 */ MCD_OPC_CheckField, 21, 1, 1, 142, 127, 0, // Skip to: 141058 |
21912 | | /* 108404 */ MCD_OPC_Decode, 173, 15, 190, 3, // Opcode: CMEQv2i64 |
21913 | | /* 108409 */ MCD_OPC_FilterValue, 6, 132, 127, 0, // Skip to: 141058 |
21914 | | /* 108414 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21915 | | /* 108417 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 108432 |
21916 | | /* 108422 */ MCD_OPC_CheckPredicate, 48, 119, 127, 0, // Skip to: 141058 |
21917 | | /* 108427 */ MCD_OPC_Decode, 240, 15, 195, 3, // Opcode: CMLEv2i64rz |
21918 | | /* 108432 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 108447 |
21919 | | /* 108437 */ MCD_OPC_CheckPredicate, 48, 104, 127, 0, // Skip to: 141058 |
21920 | | /* 108442 */ MCD_OPC_Decode, 191, 27, 195, 3, // Opcode: FRINTIv2f64 |
21921 | | /* 108447 */ MCD_OPC_FilterValue, 57, 94, 127, 0, // Skip to: 141058 |
21922 | | /* 108452 */ MCD_OPC_CheckPredicate, 53, 89, 127, 0, // Skip to: 141058 |
21923 | | /* 108457 */ MCD_OPC_Decode, 194, 27, 195, 3, // Opcode: FRINTIv8f16 |
21924 | | /* 108462 */ MCD_OPC_FilterValue, 5, 101, 0, 0, // Skip to: 108568 |
21925 | | /* 108467 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21926 | | /* 108470 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 108492 |
21927 | | /* 108475 */ MCD_OPC_CheckPredicate, 48, 66, 127, 0, // Skip to: 141058 |
21928 | | /* 108480 */ MCD_OPC_CheckField, 10, 3, 6, 59, 127, 0, // Skip to: 141058 |
21929 | | /* 108487 */ MCD_OPC_Decode, 193, 38, 195, 3, // Opcode: NEGv2i64 |
21930 | | /* 108492 */ MCD_OPC_FilterValue, 33, 33, 0, 0, // Skip to: 108530 |
21931 | | /* 108497 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21932 | | /* 108500 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 108515 |
21933 | | /* 108505 */ MCD_OPC_CheckPredicate, 48, 36, 127, 0, // Skip to: 141058 |
21934 | | /* 108510 */ MCD_OPC_Decode, 144, 22, 195, 3, // Opcode: FCVTPUv2f64 |
21935 | | /* 108515 */ MCD_OPC_FilterValue, 6, 26, 127, 0, // Skip to: 141058 |
21936 | | /* 108520 */ MCD_OPC_CheckPredicate, 48, 21, 127, 0, // Skip to: 141058 |
21937 | | /* 108525 */ MCD_OPC_Decode, 220, 22, 195, 3, // Opcode: FCVTZUv2f64 |
21938 | | /* 108530 */ MCD_OPC_FilterValue, 57, 11, 127, 0, // Skip to: 141058 |
21939 | | /* 108535 */ MCD_OPC_ExtractField, 10, 3, // Inst{12-10} ... |
21940 | | /* 108538 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 108553 |
21941 | | /* 108543 */ MCD_OPC_CheckPredicate, 53, 254, 126, 0, // Skip to: 141058 |
21942 | | /* 108548 */ MCD_OPC_Decode, 147, 22, 195, 3, // Opcode: FCVTPUv8f16 |
21943 | | /* 108553 */ MCD_OPC_FilterValue, 6, 244, 126, 0, // Skip to: 141058 |
21944 | | /* 108558 */ MCD_OPC_CheckPredicate, 53, 239, 126, 0, // Skip to: 141058 |
21945 | | /* 108563 */ MCD_OPC_Decode, 227, 22, 195, 3, // Opcode: FCVTZUv8f16 |
21946 | | /* 108568 */ MCD_OPC_FilterValue, 6, 207, 0, 0, // Skip to: 108780 |
21947 | | /* 108573 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
21948 | | /* 108576 */ MCD_OPC_FilterValue, 0, 123, 0, 0, // Skip to: 108704 |
21949 | | /* 108581 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
21950 | | /* 108584 */ MCD_OPC_FilterValue, 32, 33, 0, 0, // Skip to: 108622 |
21951 | | /* 108589 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
21952 | | /* 108592 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 108607 |
21953 | | /* 108597 */ MCD_OPC_CheckPredicate, 48, 200, 126, 0, // Skip to: 141058 |
21954 | | /* 108602 */ MCD_OPC_Decode, 175, 20, 195, 3, // Opcode: FCMGEv2i64rz |
21955 | | /* 108607 */ MCD_OPC_FilterValue, 3, 190, 126, 0, // Skip to: 141058 |
21956 | | /* 108612 */ MCD_OPC_CheckPredicate, 48, 185, 126, 0, // Skip to: 141058 |
21957 | | /* 108617 */ MCD_OPC_Decode, 224, 20, 195, 3, // Opcode: FCMLEv2i64rz |
21958 | | /* 108622 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 108644 |
21959 | | /* 108627 */ MCD_OPC_CheckPredicate, 48, 170, 126, 0, // Skip to: 141058 |
21960 | | /* 108632 */ MCD_OPC_CheckField, 11, 2, 3, 163, 126, 0, // Skip to: 141058 |
21961 | | /* 108639 */ MCD_OPC_Decode, 135, 28, 195, 3, // Opcode: FRSQRTEv2f64 |
21962 | | /* 108644 */ MCD_OPC_FilterValue, 56, 33, 0, 0, // Skip to: 108682 |
21963 | | /* 108649 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
21964 | | /* 108652 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 108667 |
21965 | | /* 108657 */ MCD_OPC_CheckPredicate, 53, 140, 126, 0, // Skip to: 141058 |
21966 | | /* 108662 */ MCD_OPC_Decode, 181, 20, 195, 3, // Opcode: FCMGEv8i16rz |
21967 | | /* 108667 */ MCD_OPC_FilterValue, 3, 130, 126, 0, // Skip to: 141058 |
21968 | | /* 108672 */ MCD_OPC_CheckPredicate, 53, 125, 126, 0, // Skip to: 141058 |
21969 | | /* 108677 */ MCD_OPC_Decode, 227, 20, 195, 3, // Opcode: FCMLEv8i16rz |
21970 | | /* 108682 */ MCD_OPC_FilterValue, 57, 115, 126, 0, // Skip to: 141058 |
21971 | | /* 108687 */ MCD_OPC_CheckPredicate, 53, 110, 126, 0, // Skip to: 141058 |
21972 | | /* 108692 */ MCD_OPC_CheckField, 11, 2, 3, 103, 126, 0, // Skip to: 141058 |
21973 | | /* 108699 */ MCD_OPC_Decode, 138, 28, 195, 3, // Opcode: FRSQRTEv8f16 |
21974 | | /* 108704 */ MCD_OPC_FilterValue, 1, 93, 126, 0, // Skip to: 141058 |
21975 | | /* 108709 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21976 | | /* 108712 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108727 |
21977 | | /* 108717 */ MCD_OPC_CheckPredicate, 69, 80, 126, 0, // Skip to: 141058 |
21978 | | /* 108722 */ MCD_OPC_Decode, 210, 20, 227, 3, // Opcode: FCMLAv2f64 |
21979 | | /* 108727 */ MCD_OPC_FilterValue, 1, 70, 126, 0, // Skip to: 141058 |
21980 | | /* 108732 */ MCD_OPC_ExtractField, 11, 2, // Inst{12-11} ... |
21981 | | /* 108735 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108750 |
21982 | | /* 108740 */ MCD_OPC_CheckPredicate, 48, 57, 126, 0, // Skip to: 141058 |
21983 | | /* 108745 */ MCD_OPC_Decode, 148, 24, 190, 3, // Opcode: FMINNMPv2f64 |
21984 | | /* 108750 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 108765 |
21985 | | /* 108755 */ MCD_OPC_CheckPredicate, 48, 42, 126, 0, // Skip to: 141058 |
21986 | | /* 108760 */ MCD_OPC_Decode, 135, 19, 190, 3, // Opcode: FABDv2f64 |
21987 | | /* 108765 */ MCD_OPC_FilterValue, 3, 32, 126, 0, // Skip to: 141058 |
21988 | | /* 108770 */ MCD_OPC_CheckPredicate, 68, 27, 126, 0, // Skip to: 141058 |
21989 | | /* 108775 */ MCD_OPC_Decode, 239, 19, 190, 3, // Opcode: FAMINv2f64 |
21990 | | /* 108780 */ MCD_OPC_FilterValue, 7, 17, 126, 0, // Skip to: 141058 |
21991 | | /* 108785 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
21992 | | /* 108788 */ MCD_OPC_FilterValue, 1, 56, 0, 0, // Skip to: 108849 |
21993 | | /* 108793 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
21994 | | /* 108796 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108811 |
21995 | | /* 108801 */ MCD_OPC_CheckPredicate, 69, 252, 125, 0, // Skip to: 141058 |
21996 | | /* 108806 */ MCD_OPC_Decode, 247, 19, 228, 3, // Opcode: FCADDv2f64 |
21997 | | /* 108811 */ MCD_OPC_FilterValue, 1, 242, 125, 0, // Skip to: 141058 |
21998 | | /* 108816 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
21999 | | /* 108819 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108834 |
22000 | | /* 108824 */ MCD_OPC_CheckPredicate, 48, 229, 125, 0, // Skip to: 141058 |
22001 | | /* 108829 */ MCD_OPC_Decode, 195, 20, 190, 3, // Opcode: FCMGTv2f64 |
22002 | | /* 108834 */ MCD_OPC_FilterValue, 1, 219, 125, 0, // Skip to: 141058 |
22003 | | /* 108839 */ MCD_OPC_CheckPredicate, 48, 214, 125, 0, // Skip to: 141058 |
22004 | | /* 108844 */ MCD_OPC_Decode, 192, 24, 190, 3, // Opcode: FMINPv2f64 |
22005 | | /* 108849 */ MCD_OPC_FilterValue, 2, 91, 0, 0, // Skip to: 108945 |
22006 | | /* 108854 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
22007 | | /* 108857 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 108879 |
22008 | | /* 108862 */ MCD_OPC_CheckPredicate, 48, 191, 125, 0, // Skip to: 141058 |
22009 | | /* 108867 */ MCD_OPC_CheckField, 12, 1, 1, 184, 125, 0, // Skip to: 141058 |
22010 | | /* 108874 */ MCD_OPC_Decode, 226, 26, 195, 3, // Opcode: FNEGv2f64 |
22011 | | /* 108879 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 108901 |
22012 | | /* 108884 */ MCD_OPC_CheckPredicate, 48, 169, 125, 0, // Skip to: 141058 |
22013 | | /* 108889 */ MCD_OPC_CheckField, 12, 1, 1, 162, 125, 0, // Skip to: 141058 |
22014 | | /* 108896 */ MCD_OPC_Decode, 177, 28, 195, 3, // Opcode: FSQRTv2f64 |
22015 | | /* 108901 */ MCD_OPC_FilterValue, 56, 17, 0, 0, // Skip to: 108923 |
22016 | | /* 108906 */ MCD_OPC_CheckPredicate, 53, 147, 125, 0, // Skip to: 141058 |
22017 | | /* 108911 */ MCD_OPC_CheckField, 12, 1, 1, 140, 125, 0, // Skip to: 141058 |
22018 | | /* 108918 */ MCD_OPC_Decode, 229, 26, 195, 3, // Opcode: FNEGv8f16 |
22019 | | /* 108923 */ MCD_OPC_FilterValue, 57, 130, 125, 0, // Skip to: 141058 |
22020 | | /* 108928 */ MCD_OPC_CheckPredicate, 53, 125, 125, 0, // Skip to: 141058 |
22021 | | /* 108933 */ MCD_OPC_CheckField, 12, 1, 1, 118, 125, 0, // Skip to: 141058 |
22022 | | /* 108940 */ MCD_OPC_Decode, 180, 28, 195, 3, // Opcode: FSQRTv8f16 |
22023 | | /* 108945 */ MCD_OPC_FilterValue, 3, 108, 125, 0, // Skip to: 141058 |
22024 | | /* 108950 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22025 | | /* 108953 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 108975 |
22026 | | /* 108958 */ MCD_OPC_CheckPredicate, 48, 95, 125, 0, // Skip to: 141058 |
22027 | | /* 108963 */ MCD_OPC_CheckField, 21, 1, 1, 88, 125, 0, // Skip to: 141058 |
22028 | | /* 108970 */ MCD_OPC_Decode, 168, 19, 190, 3, // Opcode: FACGTv2f64 |
22029 | | /* 108975 */ MCD_OPC_FilterValue, 1, 78, 125, 0, // Skip to: 141058 |
22030 | | /* 108980 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22031 | | /* 108983 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 108998 |
22032 | | /* 108988 */ MCD_OPC_CheckPredicate, 63, 65, 125, 0, // Skip to: 141058 |
22033 | | /* 108993 */ MCD_OPC_Decode, 212, 13, 188, 3, // Opcode: BFMLALT |
22034 | | /* 108998 */ MCD_OPC_FilterValue, 1, 55, 125, 0, // Skip to: 141058 |
22035 | | /* 109003 */ MCD_OPC_CheckPredicate, 56, 50, 125, 0, // Skip to: 141058 |
22036 | | /* 109008 */ MCD_OPC_Decode, 166, 28, 190, 3, // Opcode: FSCALEv2f64 |
22037 | | /* 109013 */ MCD_OPC_FilterValue, 6, 40, 125, 0, // Skip to: 141058 |
22038 | | /* 109018 */ MCD_OPC_ExtractField, 10, 12, // Inst{21-10} ... |
22039 | | /* 109021 */ MCD_OPC_FilterValue, 32, 9, 0, 0, // Skip to: 109035 |
22040 | | /* 109026 */ MCD_OPC_CheckPredicate, 59, 27, 125, 0, // Skip to: 141058 |
22041 | | /* 109031 */ MCD_OPC_Decode, 241, 42, 1, // Opcode: SHA512SU0 |
22042 | | /* 109035 */ MCD_OPC_FilterValue, 33, 18, 125, 0, // Skip to: 141058 |
22043 | | /* 109040 */ MCD_OPC_CheckPredicate, 65, 13, 125, 0, // Skip to: 141058 |
22044 | | /* 109045 */ MCD_OPC_Decode, 184, 43, 1, // Opcode: SM4E |
22045 | | /* 109049 */ MCD_OPC_FilterValue, 12, 186, 17, 0, // Skip to: 113592 |
22046 | | /* 109054 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
22047 | | /* 109057 */ MCD_OPC_FilterValue, 0, 96, 4, 0, // Skip to: 110182 |
22048 | | /* 109062 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
22049 | | /* 109065 */ MCD_OPC_FilterValue, 0, 78, 0, 0, // Skip to: 109148 |
22050 | | /* 109070 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22051 | | /* 109073 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109088 |
22052 | | /* 109078 */ MCD_OPC_CheckPredicate, 57, 231, 124, 0, // Skip to: 141058 |
22053 | | /* 109083 */ MCD_OPC_Decode, 152, 23, 233, 3, // Opcode: FDOTlanev8f8 |
22054 | | /* 109088 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 109103 |
22055 | | /* 109093 */ MCD_OPC_CheckPredicate, 53, 216, 124, 0, // Skip to: 141058 |
22056 | | /* 109098 */ MCD_OPC_Decode, 197, 25, 234, 3, // Opcode: FMLAv4i16_indexed |
22057 | | /* 109103 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 109118 |
22058 | | /* 109108 */ MCD_OPC_CheckPredicate, 53, 201, 124, 0, // Skip to: 141058 |
22059 | | /* 109113 */ MCD_OPC_Decode, 254, 25, 234, 3, // Opcode: FMLSv4i16_indexed |
22060 | | /* 109118 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 109133 |
22061 | | /* 109123 */ MCD_OPC_CheckPredicate, 53, 186, 124, 0, // Skip to: 141058 |
22062 | | /* 109128 */ MCD_OPC_Decode, 215, 26, 235, 3, // Opcode: FMULv4i16_indexed |
22063 | | /* 109133 */ MCD_OPC_FilterValue, 15, 176, 124, 0, // Skip to: 141058 |
22064 | | /* 109138 */ MCD_OPC_CheckPredicate, 67, 171, 124, 0, // Skip to: 141058 |
22065 | | /* 109143 */ MCD_OPC_Decode, 208, 54, 233, 3, // Opcode: SUDOTlanev8i8 |
22066 | | /* 109148 */ MCD_OPC_FilterValue, 1, 161, 124, 0, // Skip to: 141058 |
22067 | | /* 109153 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
22068 | | /* 109156 */ MCD_OPC_FilterValue, 0, 41, 3, 0, // Skip to: 109970 |
22069 | | /* 109161 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
22070 | | /* 109164 */ MCD_OPC_FilterValue, 0, 143, 1, 0, // Skip to: 109568 |
22071 | | /* 109169 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22072 | | /* 109172 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 109325 |
22073 | | /* 109177 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22074 | | /* 109180 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 109287 |
22075 | | /* 109185 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22076 | | /* 109188 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 109249 |
22077 | | /* 109193 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22078 | | /* 109196 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109211 |
22079 | | /* 109201 */ MCD_OPC_CheckPredicate, 48, 108, 124, 0, // Skip to: 141058 |
22080 | | /* 109206 */ MCD_OPC_Decode, 239, 37, 236, 3, // Opcode: MOVIv2i32 |
22081 | | /* 109211 */ MCD_OPC_FilterValue, 1, 98, 124, 0, // Skip to: 141058 |
22082 | | /* 109216 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22083 | | /* 109219 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109234 |
22084 | | /* 109224 */ MCD_OPC_CheckPredicate, 48, 85, 124, 0, // Skip to: 141058 |
22085 | | /* 109229 */ MCD_OPC_Decode, 137, 50, 237, 3, // Opcode: SSHRv8i8_shift |
22086 | | /* 109234 */ MCD_OPC_FilterValue, 1, 75, 124, 0, // Skip to: 141058 |
22087 | | /* 109239 */ MCD_OPC_CheckPredicate, 48, 70, 124, 0, // Skip to: 141058 |
22088 | | /* 109244 */ MCD_OPC_Decode, 225, 49, 237, 3, // Opcode: SRSHRv8i8_shift |
22089 | | /* 109249 */ MCD_OPC_FilterValue, 1, 60, 124, 0, // Skip to: 141058 |
22090 | | /* 109254 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22091 | | /* 109257 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109272 |
22092 | | /* 109262 */ MCD_OPC_CheckPredicate, 48, 47, 124, 0, // Skip to: 141058 |
22093 | | /* 109267 */ MCD_OPC_Decode, 134, 50, 238, 3, // Opcode: SSHRv4i16_shift |
22094 | | /* 109272 */ MCD_OPC_FilterValue, 1, 37, 124, 0, // Skip to: 141058 |
22095 | | /* 109277 */ MCD_OPC_CheckPredicate, 48, 32, 124, 0, // Skip to: 141058 |
22096 | | /* 109282 */ MCD_OPC_Decode, 222, 49, 238, 3, // Opcode: SRSHRv4i16_shift |
22097 | | /* 109287 */ MCD_OPC_FilterValue, 1, 22, 124, 0, // Skip to: 141058 |
22098 | | /* 109292 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22099 | | /* 109295 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109310 |
22100 | | /* 109300 */ MCD_OPC_CheckPredicate, 48, 9, 124, 0, // Skip to: 141058 |
22101 | | /* 109305 */ MCD_OPC_Decode, 132, 50, 239, 3, // Opcode: SSHRv2i32_shift |
22102 | | /* 109310 */ MCD_OPC_FilterValue, 1, 255, 123, 0, // Skip to: 141058 |
22103 | | /* 109315 */ MCD_OPC_CheckPredicate, 48, 250, 123, 0, // Skip to: 141058 |
22104 | | /* 109320 */ MCD_OPC_Decode, 220, 49, 239, 3, // Opcode: SRSHRv2i32_shift |
22105 | | /* 109325 */ MCD_OPC_FilterValue, 1, 240, 123, 0, // Skip to: 141058 |
22106 | | /* 109330 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22107 | | /* 109333 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 109500 |
22108 | | /* 109338 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22109 | | /* 109341 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 109432 |
22110 | | /* 109346 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22111 | | /* 109349 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109364 |
22112 | | /* 109354 */ MCD_OPC_CheckPredicate, 48, 211, 123, 0, // Skip to: 141058 |
22113 | | /* 109359 */ MCD_OPC_Decode, 231, 38, 240, 3, // Opcode: ORRv2i32 |
22114 | | /* 109364 */ MCD_OPC_FilterValue, 1, 201, 123, 0, // Skip to: 141058 |
22115 | | /* 109369 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22116 | | /* 109372 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109387 |
22117 | | /* 109377 */ MCD_OPC_CheckPredicate, 48, 188, 123, 0, // Skip to: 141058 |
22118 | | /* 109382 */ MCD_OPC_Decode, 149, 50, 241, 3, // Opcode: SSRAv8i8_shift |
22119 | | /* 109387 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 109402 |
22120 | | /* 109392 */ MCD_OPC_CheckPredicate, 48, 173, 123, 0, // Skip to: 141058 |
22121 | | /* 109397 */ MCD_OPC_Decode, 237, 49, 241, 3, // Opcode: SRSRAv8i8_shift |
22122 | | /* 109402 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 109417 |
22123 | | /* 109407 */ MCD_OPC_CheckPredicate, 48, 158, 123, 0, // Skip to: 141058 |
22124 | | /* 109412 */ MCD_OPC_Decode, 138, 43, 242, 3, // Opcode: SHLv8i8_shift |
22125 | | /* 109417 */ MCD_OPC_FilterValue, 3, 148, 123, 0, // Skip to: 141058 |
22126 | | /* 109422 */ MCD_OPC_CheckPredicate, 48, 143, 123, 0, // Skip to: 141058 |
22127 | | /* 109427 */ MCD_OPC_Decode, 200, 48, 242, 3, // Opcode: SQSHLv8i8_shift |
22128 | | /* 109432 */ MCD_OPC_FilterValue, 1, 133, 123, 0, // Skip to: 141058 |
22129 | | /* 109437 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22130 | | /* 109440 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109455 |
22131 | | /* 109445 */ MCD_OPC_CheckPredicate, 48, 120, 123, 0, // Skip to: 141058 |
22132 | | /* 109450 */ MCD_OPC_Decode, 146, 50, 243, 3, // Opcode: SSRAv4i16_shift |
22133 | | /* 109455 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 109470 |
22134 | | /* 109460 */ MCD_OPC_CheckPredicate, 48, 105, 123, 0, // Skip to: 141058 |
22135 | | /* 109465 */ MCD_OPC_Decode, 234, 49, 243, 3, // Opcode: SRSRAv4i16_shift |
22136 | | /* 109470 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 109485 |
22137 | | /* 109475 */ MCD_OPC_CheckPredicate, 48, 90, 123, 0, // Skip to: 141058 |
22138 | | /* 109480 */ MCD_OPC_Decode, 135, 43, 244, 3, // Opcode: SHLv4i16_shift |
22139 | | /* 109485 */ MCD_OPC_FilterValue, 3, 80, 123, 0, // Skip to: 141058 |
22140 | | /* 109490 */ MCD_OPC_CheckPredicate, 48, 75, 123, 0, // Skip to: 141058 |
22141 | | /* 109495 */ MCD_OPC_Decode, 194, 48, 244, 3, // Opcode: SQSHLv4i16_shift |
22142 | | /* 109500 */ MCD_OPC_FilterValue, 1, 65, 123, 0, // Skip to: 141058 |
22143 | | /* 109505 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22144 | | /* 109508 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109523 |
22145 | | /* 109513 */ MCD_OPC_CheckPredicate, 48, 52, 123, 0, // Skip to: 141058 |
22146 | | /* 109518 */ MCD_OPC_Decode, 144, 50, 245, 3, // Opcode: SSRAv2i32_shift |
22147 | | /* 109523 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 109538 |
22148 | | /* 109528 */ MCD_OPC_CheckPredicate, 48, 37, 123, 0, // Skip to: 141058 |
22149 | | /* 109533 */ MCD_OPC_Decode, 232, 49, 245, 3, // Opcode: SRSRAv2i32_shift |
22150 | | /* 109538 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 109553 |
22151 | | /* 109543 */ MCD_OPC_CheckPredicate, 48, 22, 123, 0, // Skip to: 141058 |
22152 | | /* 109548 */ MCD_OPC_Decode, 133, 43, 246, 3, // Opcode: SHLv2i32_shift |
22153 | | /* 109553 */ MCD_OPC_FilterValue, 3, 12, 123, 0, // Skip to: 141058 |
22154 | | /* 109558 */ MCD_OPC_CheckPredicate, 48, 7, 123, 0, // Skip to: 141058 |
22155 | | /* 109563 */ MCD_OPC_Decode, 190, 48, 246, 3, // Opcode: SQSHLv2i32_shift |
22156 | | /* 109568 */ MCD_OPC_FilterValue, 1, 253, 122, 0, // Skip to: 141058 |
22157 | | /* 109573 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
22158 | | /* 109576 */ MCD_OPC_FilterValue, 0, 5, 1, 0, // Skip to: 109842 |
22159 | | /* 109581 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22160 | | /* 109584 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 109737 |
22161 | | /* 109589 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22162 | | /* 109592 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 109699 |
22163 | | /* 109597 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22164 | | /* 109600 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 109661 |
22165 | | /* 109605 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22166 | | /* 109608 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109623 |
22167 | | /* 109613 */ MCD_OPC_CheckPredicate, 48, 208, 122, 0, // Skip to: 141058 |
22168 | | /* 109618 */ MCD_OPC_Decode, 241, 37, 236, 3, // Opcode: MOVIv4i16 |
22169 | | /* 109623 */ MCD_OPC_FilterValue, 1, 198, 122, 0, // Skip to: 141058 |
22170 | | /* 109628 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22171 | | /* 109631 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109646 |
22172 | | /* 109636 */ MCD_OPC_CheckPredicate, 48, 185, 122, 0, // Skip to: 141058 |
22173 | | /* 109641 */ MCD_OPC_Decode, 150, 43, 247, 3, // Opcode: SHRNv8i8_shift |
22174 | | /* 109646 */ MCD_OPC_FilterValue, 1, 175, 122, 0, // Skip to: 141058 |
22175 | | /* 109651 */ MCD_OPC_CheckPredicate, 48, 170, 122, 0, // Skip to: 141058 |
22176 | | /* 109656 */ MCD_OPC_Decode, 249, 49, 248, 3, // Opcode: SSHLLv8i8_shift |
22177 | | /* 109661 */ MCD_OPC_FilterValue, 1, 160, 122, 0, // Skip to: 141058 |
22178 | | /* 109666 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22179 | | /* 109669 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109684 |
22180 | | /* 109674 */ MCD_OPC_CheckPredicate, 48, 147, 122, 0, // Skip to: 141058 |
22181 | | /* 109679 */ MCD_OPC_Decode, 147, 43, 249, 3, // Opcode: SHRNv4i16_shift |
22182 | | /* 109684 */ MCD_OPC_FilterValue, 1, 137, 122, 0, // Skip to: 141058 |
22183 | | /* 109689 */ MCD_OPC_CheckPredicate, 48, 132, 122, 0, // Skip to: 141058 |
22184 | | /* 109694 */ MCD_OPC_Decode, 246, 49, 250, 3, // Opcode: SSHLLv4i16_shift |
22185 | | /* 109699 */ MCD_OPC_FilterValue, 1, 122, 122, 0, // Skip to: 141058 |
22186 | | /* 109704 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22187 | | /* 109707 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109722 |
22188 | | /* 109712 */ MCD_OPC_CheckPredicate, 48, 109, 122, 0, // Skip to: 141058 |
22189 | | /* 109717 */ MCD_OPC_Decode, 146, 43, 251, 3, // Opcode: SHRNv2i32_shift |
22190 | | /* 109722 */ MCD_OPC_FilterValue, 1, 99, 122, 0, // Skip to: 141058 |
22191 | | /* 109727 */ MCD_OPC_CheckPredicate, 48, 94, 122, 0, // Skip to: 141058 |
22192 | | /* 109732 */ MCD_OPC_Decode, 245, 49, 252, 3, // Opcode: SSHLLv2i32_shift |
22193 | | /* 109737 */ MCD_OPC_FilterValue, 1, 84, 122, 0, // Skip to: 141058 |
22194 | | /* 109742 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22195 | | /* 109745 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 109820 |
22196 | | /* 109750 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22197 | | /* 109753 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 109798 |
22198 | | /* 109758 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22199 | | /* 109761 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 109776 |
22200 | | /* 109766 */ MCD_OPC_CheckPredicate, 48, 55, 122, 0, // Skip to: 141058 |
22201 | | /* 109771 */ MCD_OPC_Decode, 232, 38, 240, 3, // Opcode: ORRv4i16 |
22202 | | /* 109776 */ MCD_OPC_FilterValue, 1, 45, 122, 0, // Skip to: 141058 |
22203 | | /* 109781 */ MCD_OPC_CheckPredicate, 48, 40, 122, 0, // Skip to: 141058 |
22204 | | /* 109786 */ MCD_OPC_CheckField, 13, 1, 0, 33, 122, 0, // Skip to: 141058 |
22205 | | /* 109793 */ MCD_OPC_Decode, 215, 48, 247, 3, // Opcode: SQSHRNv8i8_shift |
22206 | | /* 109798 */ MCD_OPC_FilterValue, 1, 23, 122, 0, // Skip to: 141058 |
22207 | | /* 109803 */ MCD_OPC_CheckPredicate, 48, 18, 122, 0, // Skip to: 141058 |
22208 | | /* 109808 */ MCD_OPC_CheckField, 13, 1, 0, 11, 122, 0, // Skip to: 141058 |
22209 | | /* 109815 */ MCD_OPC_Decode, 212, 48, 249, 3, // Opcode: SQSHRNv4i16_shift |
22210 | | /* 109820 */ MCD_OPC_FilterValue, 1, 1, 122, 0, // Skip to: 141058 |
22211 | | /* 109825 */ MCD_OPC_CheckPredicate, 48, 252, 121, 0, // Skip to: 141058 |
22212 | | /* 109830 */ MCD_OPC_CheckField, 13, 1, 0, 245, 121, 0, // Skip to: 141058 |
22213 | | /* 109837 */ MCD_OPC_Decode, 211, 48, 251, 3, // Opcode: SQSHRNv2i32_shift |
22214 | | /* 109842 */ MCD_OPC_FilterValue, 1, 235, 121, 0, // Skip to: 141058 |
22215 | | /* 109847 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22216 | | /* 109850 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 109872 |
22217 | | /* 109855 */ MCD_OPC_CheckPredicate, 48, 222, 121, 0, // Skip to: 141058 |
22218 | | /* 109860 */ MCD_OPC_CheckField, 19, 3, 0, 215, 121, 0, // Skip to: 141058 |
22219 | | /* 109867 */ MCD_OPC_Decode, 240, 37, 236, 3, // Opcode: MOVIv2s_msl |
22220 | | /* 109872 */ MCD_OPC_FilterValue, 1, 205, 121, 0, // Skip to: 141058 |
22221 | | /* 109877 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22222 | | /* 109880 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 109948 |
22223 | | /* 109885 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22224 | | /* 109888 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 109933 |
22225 | | /* 109893 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22226 | | /* 109896 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 109918 |
22227 | | /* 109901 */ MCD_OPC_CheckPredicate, 48, 176, 121, 0, // Skip to: 141058 |
22228 | | /* 109906 */ MCD_OPC_CheckField, 19, 1, 0, 169, 121, 0, // Skip to: 141058 |
22229 | | /* 109913 */ MCD_OPC_Decode, 244, 37, 236, 3, // Opcode: MOVIv8b_ns |
22230 | | /* 109918 */ MCD_OPC_FilterValue, 1, 159, 121, 0, // Skip to: 141058 |
22231 | | /* 109923 */ MCD_OPC_CheckPredicate, 53, 154, 121, 0, // Skip to: 141058 |
22232 | | /* 109928 */ MCD_OPC_Decode, 153, 42, 238, 3, // Opcode: SCVTFv4i16_shift |
22233 | | /* 109933 */ MCD_OPC_FilterValue, 1, 144, 121, 0, // Skip to: 141058 |
22234 | | /* 109938 */ MCD_OPC_CheckPredicate, 48, 139, 121, 0, // Skip to: 141058 |
22235 | | /* 109943 */ MCD_OPC_Decode, 149, 42, 239, 3, // Opcode: SCVTFv2i32_shift |
22236 | | /* 109948 */ MCD_OPC_FilterValue, 1, 129, 121, 0, // Skip to: 141058 |
22237 | | /* 109953 */ MCD_OPC_CheckPredicate, 48, 124, 121, 0, // Skip to: 141058 |
22238 | | /* 109958 */ MCD_OPC_CheckField, 19, 3, 0, 117, 121, 0, // Skip to: 141058 |
22239 | | /* 109965 */ MCD_OPC_Decode, 158, 26, 236, 3, // Opcode: FMOVv2f32_ns |
22240 | | /* 109970 */ MCD_OPC_FilterValue, 1, 107, 121, 0, // Skip to: 141058 |
22241 | | /* 109975 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22242 | | /* 109978 */ MCD_OPC_FilterValue, 8, 63, 0, 0, // Skip to: 110046 |
22243 | | /* 109983 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22244 | | /* 109986 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 110031 |
22245 | | /* 109991 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22246 | | /* 109994 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 110016 |
22247 | | /* 109999 */ MCD_OPC_CheckPredicate, 48, 78, 121, 0, // Skip to: 141058 |
22248 | | /* 110004 */ MCD_OPC_CheckField, 19, 1, 1, 71, 121, 0, // Skip to: 141058 |
22249 | | /* 110011 */ MCD_OPC_Decode, 246, 40, 247, 3, // Opcode: RSHRNv8i8_shift |
22250 | | /* 110016 */ MCD_OPC_FilterValue, 1, 61, 121, 0, // Skip to: 141058 |
22251 | | /* 110021 */ MCD_OPC_CheckPredicate, 48, 56, 121, 0, // Skip to: 141058 |
22252 | | /* 110026 */ MCD_OPC_Decode, 243, 40, 249, 3, // Opcode: RSHRNv4i16_shift |
22253 | | /* 110031 */ MCD_OPC_FilterValue, 1, 46, 121, 0, // Skip to: 141058 |
22254 | | /* 110036 */ MCD_OPC_CheckPredicate, 48, 41, 121, 0, // Skip to: 141058 |
22255 | | /* 110041 */ MCD_OPC_Decode, 242, 40, 251, 3, // Opcode: RSHRNv2i32_shift |
22256 | | /* 110046 */ MCD_OPC_FilterValue, 9, 63, 0, 0, // Skip to: 110114 |
22257 | | /* 110051 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22258 | | /* 110054 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 110099 |
22259 | | /* 110059 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22260 | | /* 110062 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 110084 |
22261 | | /* 110067 */ MCD_OPC_CheckPredicate, 48, 10, 121, 0, // Skip to: 141058 |
22262 | | /* 110072 */ MCD_OPC_CheckField, 19, 1, 1, 3, 121, 0, // Skip to: 141058 |
22263 | | /* 110079 */ MCD_OPC_Decode, 255, 47, 247, 3, // Opcode: SQRSHRNv8i8_shift |
22264 | | /* 110084 */ MCD_OPC_FilterValue, 1, 249, 120, 0, // Skip to: 141058 |
22265 | | /* 110089 */ MCD_OPC_CheckPredicate, 48, 244, 120, 0, // Skip to: 141058 |
22266 | | /* 110094 */ MCD_OPC_Decode, 252, 47, 249, 3, // Opcode: SQRSHRNv4i16_shift |
22267 | | /* 110099 */ MCD_OPC_FilterValue, 1, 234, 120, 0, // Skip to: 141058 |
22268 | | /* 110104 */ MCD_OPC_CheckPredicate, 48, 229, 120, 0, // Skip to: 141058 |
22269 | | /* 110109 */ MCD_OPC_Decode, 251, 47, 251, 3, // Opcode: SQRSHRNv2i32_shift |
22270 | | /* 110114 */ MCD_OPC_FilterValue, 15, 219, 120, 0, // Skip to: 141058 |
22271 | | /* 110119 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22272 | | /* 110122 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 110167 |
22273 | | /* 110127 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22274 | | /* 110130 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 110152 |
22275 | | /* 110135 */ MCD_OPC_CheckPredicate, 53, 198, 120, 0, // Skip to: 141058 |
22276 | | /* 110140 */ MCD_OPC_CheckField, 19, 1, 0, 191, 120, 0, // Skip to: 141058 |
22277 | | /* 110147 */ MCD_OPC_Decode, 160, 26, 236, 3, // Opcode: FMOVv4f16_ns |
22278 | | /* 110152 */ MCD_OPC_FilterValue, 1, 181, 120, 0, // Skip to: 141058 |
22279 | | /* 110157 */ MCD_OPC_CheckPredicate, 53, 176, 120, 0, // Skip to: 141058 |
22280 | | /* 110162 */ MCD_OPC_Decode, 188, 22, 238, 3, // Opcode: FCVTZSv4i16_shift |
22281 | | /* 110167 */ MCD_OPC_FilterValue, 1, 166, 120, 0, // Skip to: 141058 |
22282 | | /* 110172 */ MCD_OPC_CheckPredicate, 48, 161, 120, 0, // Skip to: 141058 |
22283 | | /* 110177 */ MCD_OPC_Decode, 184, 22, 239, 3, // Opcode: FCVTZSv2i32_shift |
22284 | | /* 110182 */ MCD_OPC_FilterValue, 1, 109, 4, 0, // Skip to: 111320 |
22285 | | /* 110187 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
22286 | | /* 110190 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 110228 |
22287 | | /* 110195 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22288 | | /* 110198 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 110213 |
22289 | | /* 110203 */ MCD_OPC_CheckPredicate, 52, 130, 120, 0, // Skip to: 141058 |
22290 | | /* 110208 */ MCD_OPC_Decode, 244, 24, 253, 3, // Opcode: FMLALLBBlanev4f32 |
22291 | | /* 110213 */ MCD_OPC_FilterValue, 9, 120, 120, 0, // Skip to: 141058 |
22292 | | /* 110218 */ MCD_OPC_CheckPredicate, 53, 115, 120, 0, // Skip to: 141058 |
22293 | | /* 110223 */ MCD_OPC_Decode, 190, 26, 235, 3, // Opcode: FMULXv4i16_indexed |
22294 | | /* 110228 */ MCD_OPC_FilterValue, 1, 105, 120, 0, // Skip to: 141058 |
22295 | | /* 110233 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
22296 | | /* 110236 */ MCD_OPC_FilterValue, 0, 122, 3, 0, // Skip to: 111131 |
22297 | | /* 110241 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
22298 | | /* 110244 */ MCD_OPC_FilterValue, 0, 233, 1, 0, // Skip to: 110738 |
22299 | | /* 110249 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22300 | | /* 110252 */ MCD_OPC_FilterValue, 0, 238, 0, 0, // Skip to: 110495 |
22301 | | /* 110257 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22302 | | /* 110260 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 110427 |
22303 | | /* 110265 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22304 | | /* 110268 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 110359 |
22305 | | /* 110273 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22306 | | /* 110276 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110291 |
22307 | | /* 110281 */ MCD_OPC_CheckPredicate, 48, 52, 120, 0, // Skip to: 141058 |
22308 | | /* 110286 */ MCD_OPC_Decode, 177, 38, 236, 3, // Opcode: MVNIv2i32 |
22309 | | /* 110291 */ MCD_OPC_FilterValue, 1, 42, 120, 0, // Skip to: 141058 |
22310 | | /* 110296 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22311 | | /* 110299 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110314 |
22312 | | /* 110304 */ MCD_OPC_CheckPredicate, 48, 29, 120, 0, // Skip to: 141058 |
22313 | | /* 110309 */ MCD_OPC_Decode, 228, 61, 237, 3, // Opcode: USHRv8i8_shift |
22314 | | /* 110314 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110329 |
22315 | | /* 110319 */ MCD_OPC_CheckPredicate, 48, 14, 120, 0, // Skip to: 141058 |
22316 | | /* 110324 */ MCD_OPC_Decode, 173, 61, 237, 3, // Opcode: URSHRv8i8_shift |
22317 | | /* 110329 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110344 |
22318 | | /* 110334 */ MCD_OPC_CheckPredicate, 48, 255, 119, 0, // Skip to: 141058 |
22319 | | /* 110339 */ MCD_OPC_Decode, 181, 49, 241, 3, // Opcode: SRIv8i8_shift |
22320 | | /* 110344 */ MCD_OPC_FilterValue, 3, 245, 119, 0, // Skip to: 141058 |
22321 | | /* 110349 */ MCD_OPC_CheckPredicate, 48, 240, 119, 0, // Skip to: 141058 |
22322 | | /* 110354 */ MCD_OPC_Decode, 170, 48, 242, 3, // Opcode: SQSHLUv8i8_shift |
22323 | | /* 110359 */ MCD_OPC_FilterValue, 1, 230, 119, 0, // Skip to: 141058 |
22324 | | /* 110364 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22325 | | /* 110367 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110382 |
22326 | | /* 110372 */ MCD_OPC_CheckPredicate, 48, 217, 119, 0, // Skip to: 141058 |
22327 | | /* 110377 */ MCD_OPC_Decode, 225, 61, 238, 3, // Opcode: USHRv4i16_shift |
22328 | | /* 110382 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110397 |
22329 | | /* 110387 */ MCD_OPC_CheckPredicate, 48, 202, 119, 0, // Skip to: 141058 |
22330 | | /* 110392 */ MCD_OPC_Decode, 170, 61, 238, 3, // Opcode: URSHRv4i16_shift |
22331 | | /* 110397 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110412 |
22332 | | /* 110402 */ MCD_OPC_CheckPredicate, 48, 187, 119, 0, // Skip to: 141058 |
22333 | | /* 110407 */ MCD_OPC_Decode, 178, 49, 243, 3, // Opcode: SRIv4i16_shift |
22334 | | /* 110412 */ MCD_OPC_FilterValue, 3, 177, 119, 0, // Skip to: 141058 |
22335 | | /* 110417 */ MCD_OPC_CheckPredicate, 48, 172, 119, 0, // Skip to: 141058 |
22336 | | /* 110422 */ MCD_OPC_Decode, 167, 48, 244, 3, // Opcode: SQSHLUv4i16_shift |
22337 | | /* 110427 */ MCD_OPC_FilterValue, 1, 162, 119, 0, // Skip to: 141058 |
22338 | | /* 110432 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22339 | | /* 110435 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110450 |
22340 | | /* 110440 */ MCD_OPC_CheckPredicate, 48, 149, 119, 0, // Skip to: 141058 |
22341 | | /* 110445 */ MCD_OPC_Decode, 223, 61, 239, 3, // Opcode: USHRv2i32_shift |
22342 | | /* 110450 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110465 |
22343 | | /* 110455 */ MCD_OPC_CheckPredicate, 48, 134, 119, 0, // Skip to: 141058 |
22344 | | /* 110460 */ MCD_OPC_Decode, 168, 61, 239, 3, // Opcode: URSHRv2i32_shift |
22345 | | /* 110465 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110480 |
22346 | | /* 110470 */ MCD_OPC_CheckPredicate, 48, 119, 119, 0, // Skip to: 141058 |
22347 | | /* 110475 */ MCD_OPC_Decode, 176, 49, 245, 3, // Opcode: SRIv2i32_shift |
22348 | | /* 110480 */ MCD_OPC_FilterValue, 3, 109, 119, 0, // Skip to: 141058 |
22349 | | /* 110485 */ MCD_OPC_CheckPredicate, 48, 104, 119, 0, // Skip to: 141058 |
22350 | | /* 110490 */ MCD_OPC_Decode, 165, 48, 246, 3, // Opcode: SQSHLUv2i32_shift |
22351 | | /* 110495 */ MCD_OPC_FilterValue, 1, 94, 119, 0, // Skip to: 141058 |
22352 | | /* 110500 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22353 | | /* 110503 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 110670 |
22354 | | /* 110508 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22355 | | /* 110511 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 110602 |
22356 | | /* 110516 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22357 | | /* 110519 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110534 |
22358 | | /* 110524 */ MCD_OPC_CheckPredicate, 48, 65, 119, 0, // Skip to: 141058 |
22359 | | /* 110529 */ MCD_OPC_Decode, 156, 14, 240, 3, // Opcode: BICv2i32 |
22360 | | /* 110534 */ MCD_OPC_FilterValue, 1, 55, 119, 0, // Skip to: 141058 |
22361 | | /* 110539 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22362 | | /* 110542 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110557 |
22363 | | /* 110547 */ MCD_OPC_CheckPredicate, 48, 42, 119, 0, // Skip to: 141058 |
22364 | | /* 110552 */ MCD_OPC_Decode, 141, 62, 241, 3, // Opcode: USRAv8i8_shift |
22365 | | /* 110557 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110572 |
22366 | | /* 110562 */ MCD_OPC_CheckPredicate, 48, 27, 119, 0, // Skip to: 141058 |
22367 | | /* 110567 */ MCD_OPC_Decode, 188, 61, 241, 3, // Opcode: URSRAv8i8_shift |
22368 | | /* 110572 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110587 |
22369 | | /* 110577 */ MCD_OPC_CheckPredicate, 48, 12, 119, 0, // Skip to: 141058 |
22370 | | /* 110582 */ MCD_OPC_Decode, 176, 43, 254, 3, // Opcode: SLIv8i8_shift |
22371 | | /* 110587 */ MCD_OPC_FilterValue, 3, 2, 119, 0, // Skip to: 141058 |
22372 | | /* 110592 */ MCD_OPC_CheckPredicate, 48, 253, 118, 0, // Skip to: 141058 |
22373 | | /* 110597 */ MCD_OPC_Decode, 187, 60, 242, 3, // Opcode: UQSHLv8i8_shift |
22374 | | /* 110602 */ MCD_OPC_FilterValue, 1, 243, 118, 0, // Skip to: 141058 |
22375 | | /* 110607 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22376 | | /* 110610 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110625 |
22377 | | /* 110615 */ MCD_OPC_CheckPredicate, 48, 230, 118, 0, // Skip to: 141058 |
22378 | | /* 110620 */ MCD_OPC_Decode, 138, 62, 243, 3, // Opcode: USRAv4i16_shift |
22379 | | /* 110625 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110640 |
22380 | | /* 110630 */ MCD_OPC_CheckPredicate, 48, 215, 118, 0, // Skip to: 141058 |
22381 | | /* 110635 */ MCD_OPC_Decode, 185, 61, 243, 3, // Opcode: URSRAv4i16_shift |
22382 | | /* 110640 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110655 |
22383 | | /* 110645 */ MCD_OPC_CheckPredicate, 48, 200, 118, 0, // Skip to: 141058 |
22384 | | /* 110650 */ MCD_OPC_Decode, 173, 43, 255, 3, // Opcode: SLIv4i16_shift |
22385 | | /* 110655 */ MCD_OPC_FilterValue, 3, 190, 118, 0, // Skip to: 141058 |
22386 | | /* 110660 */ MCD_OPC_CheckPredicate, 48, 185, 118, 0, // Skip to: 141058 |
22387 | | /* 110665 */ MCD_OPC_Decode, 181, 60, 244, 3, // Opcode: UQSHLv4i16_shift |
22388 | | /* 110670 */ MCD_OPC_FilterValue, 1, 175, 118, 0, // Skip to: 141058 |
22389 | | /* 110675 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22390 | | /* 110678 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110693 |
22391 | | /* 110683 */ MCD_OPC_CheckPredicate, 48, 162, 118, 0, // Skip to: 141058 |
22392 | | /* 110688 */ MCD_OPC_Decode, 136, 62, 245, 3, // Opcode: USRAv2i32_shift |
22393 | | /* 110693 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 110708 |
22394 | | /* 110698 */ MCD_OPC_CheckPredicate, 48, 147, 118, 0, // Skip to: 141058 |
22395 | | /* 110703 */ MCD_OPC_Decode, 183, 61, 245, 3, // Opcode: URSRAv2i32_shift |
22396 | | /* 110708 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 110723 |
22397 | | /* 110713 */ MCD_OPC_CheckPredicate, 48, 132, 118, 0, // Skip to: 141058 |
22398 | | /* 110718 */ MCD_OPC_Decode, 171, 43, 128, 4, // Opcode: SLIv2i32_shift |
22399 | | /* 110723 */ MCD_OPC_FilterValue, 3, 122, 118, 0, // Skip to: 141058 |
22400 | | /* 110728 */ MCD_OPC_CheckPredicate, 48, 117, 118, 0, // Skip to: 141058 |
22401 | | /* 110733 */ MCD_OPC_Decode, 177, 60, 246, 3, // Opcode: UQSHLv2i32_shift |
22402 | | /* 110738 */ MCD_OPC_FilterValue, 1, 107, 118, 0, // Skip to: 141058 |
22403 | | /* 110743 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
22404 | | /* 110746 */ MCD_OPC_FilterValue, 0, 5, 1, 0, // Skip to: 111012 |
22405 | | /* 110751 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22406 | | /* 110754 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 110907 |
22407 | | /* 110759 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22408 | | /* 110762 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 110869 |
22409 | | /* 110767 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22410 | | /* 110770 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 110831 |
22411 | | /* 110775 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22412 | | /* 110778 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110793 |
22413 | | /* 110783 */ MCD_OPC_CheckPredicate, 48, 62, 118, 0, // Skip to: 141058 |
22414 | | /* 110788 */ MCD_OPC_Decode, 179, 38, 236, 3, // Opcode: MVNIv4i16 |
22415 | | /* 110793 */ MCD_OPC_FilterValue, 1, 52, 118, 0, // Skip to: 141058 |
22416 | | /* 110798 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22417 | | /* 110801 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110816 |
22418 | | /* 110806 */ MCD_OPC_CheckPredicate, 48, 39, 118, 0, // Skip to: 141058 |
22419 | | /* 110811 */ MCD_OPC_Decode, 230, 48, 247, 3, // Opcode: SQSHRUNv8i8_shift |
22420 | | /* 110816 */ MCD_OPC_FilterValue, 1, 29, 118, 0, // Skip to: 141058 |
22421 | | /* 110821 */ MCD_OPC_CheckPredicate, 48, 24, 118, 0, // Skip to: 141058 |
22422 | | /* 110826 */ MCD_OPC_Decode, 212, 61, 248, 3, // Opcode: USHLLv8i8_shift |
22423 | | /* 110831 */ MCD_OPC_FilterValue, 1, 14, 118, 0, // Skip to: 141058 |
22424 | | /* 110836 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22425 | | /* 110839 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110854 |
22426 | | /* 110844 */ MCD_OPC_CheckPredicate, 48, 1, 118, 0, // Skip to: 141058 |
22427 | | /* 110849 */ MCD_OPC_Decode, 227, 48, 249, 3, // Opcode: SQSHRUNv4i16_shift |
22428 | | /* 110854 */ MCD_OPC_FilterValue, 1, 247, 117, 0, // Skip to: 141058 |
22429 | | /* 110859 */ MCD_OPC_CheckPredicate, 48, 242, 117, 0, // Skip to: 141058 |
22430 | | /* 110864 */ MCD_OPC_Decode, 209, 61, 250, 3, // Opcode: USHLLv4i16_shift |
22431 | | /* 110869 */ MCD_OPC_FilterValue, 1, 232, 117, 0, // Skip to: 141058 |
22432 | | /* 110874 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22433 | | /* 110877 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110892 |
22434 | | /* 110882 */ MCD_OPC_CheckPredicate, 48, 219, 117, 0, // Skip to: 141058 |
22435 | | /* 110887 */ MCD_OPC_Decode, 226, 48, 251, 3, // Opcode: SQSHRUNv2i32_shift |
22436 | | /* 110892 */ MCD_OPC_FilterValue, 1, 209, 117, 0, // Skip to: 141058 |
22437 | | /* 110897 */ MCD_OPC_CheckPredicate, 48, 204, 117, 0, // Skip to: 141058 |
22438 | | /* 110902 */ MCD_OPC_Decode, 208, 61, 252, 3, // Opcode: USHLLv2i32_shift |
22439 | | /* 110907 */ MCD_OPC_FilterValue, 1, 194, 117, 0, // Skip to: 141058 |
22440 | | /* 110912 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22441 | | /* 110915 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 110990 |
22442 | | /* 110920 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22443 | | /* 110923 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 110968 |
22444 | | /* 110928 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22445 | | /* 110931 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 110946 |
22446 | | /* 110936 */ MCD_OPC_CheckPredicate, 48, 165, 117, 0, // Skip to: 141058 |
22447 | | /* 110941 */ MCD_OPC_Decode, 157, 14, 240, 3, // Opcode: BICv4i16 |
22448 | | /* 110946 */ MCD_OPC_FilterValue, 1, 155, 117, 0, // Skip to: 141058 |
22449 | | /* 110951 */ MCD_OPC_CheckPredicate, 48, 150, 117, 0, // Skip to: 141058 |
22450 | | /* 110956 */ MCD_OPC_CheckField, 13, 1, 0, 143, 117, 0, // Skip to: 141058 |
22451 | | /* 110963 */ MCD_OPC_Decode, 202, 60, 247, 3, // Opcode: UQSHRNv8i8_shift |
22452 | | /* 110968 */ MCD_OPC_FilterValue, 1, 133, 117, 0, // Skip to: 141058 |
22453 | | /* 110973 */ MCD_OPC_CheckPredicate, 48, 128, 117, 0, // Skip to: 141058 |
22454 | | /* 110978 */ MCD_OPC_CheckField, 13, 1, 0, 121, 117, 0, // Skip to: 141058 |
22455 | | /* 110985 */ MCD_OPC_Decode, 199, 60, 249, 3, // Opcode: UQSHRNv4i16_shift |
22456 | | /* 110990 */ MCD_OPC_FilterValue, 1, 111, 117, 0, // Skip to: 141058 |
22457 | | /* 110995 */ MCD_OPC_CheckPredicate, 48, 106, 117, 0, // Skip to: 141058 |
22458 | | /* 111000 */ MCD_OPC_CheckField, 13, 1, 0, 99, 117, 0, // Skip to: 141058 |
22459 | | /* 111007 */ MCD_OPC_Decode, 198, 60, 251, 3, // Opcode: UQSHRNv2i32_shift |
22460 | | /* 111012 */ MCD_OPC_FilterValue, 1, 89, 117, 0, // Skip to: 141058 |
22461 | | /* 111017 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22462 | | /* 111020 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 111042 |
22463 | | /* 111025 */ MCD_OPC_CheckPredicate, 48, 76, 117, 0, // Skip to: 141058 |
22464 | | /* 111030 */ MCD_OPC_CheckField, 19, 3, 0, 69, 117, 0, // Skip to: 141058 |
22465 | | /* 111037 */ MCD_OPC_Decode, 178, 38, 236, 3, // Opcode: MVNIv2s_msl |
22466 | | /* 111042 */ MCD_OPC_FilterValue, 1, 59, 117, 0, // Skip to: 141058 |
22467 | | /* 111047 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22468 | | /* 111050 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 111109 |
22469 | | /* 111055 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22470 | | /* 111058 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 111087 |
22471 | | /* 111063 */ MCD_OPC_CheckPredicate, 48, 38, 117, 0, // Skip to: 141058 |
22472 | | /* 111068 */ MCD_OPC_CheckField, 19, 1, 0, 31, 117, 0, // Skip to: 141058 |
22473 | | /* 111075 */ MCD_OPC_CheckField, 12, 1, 0, 24, 117, 0, // Skip to: 141058 |
22474 | | /* 111082 */ MCD_OPC_Decode, 236, 37, 236, 3, // Opcode: MOVID |
22475 | | /* 111087 */ MCD_OPC_FilterValue, 1, 14, 117, 0, // Skip to: 141058 |
22476 | | /* 111092 */ MCD_OPC_CheckPredicate, 53, 9, 117, 0, // Skip to: 141058 |
22477 | | /* 111097 */ MCD_OPC_CheckField, 12, 1, 0, 2, 117, 0, // Skip to: 141058 |
22478 | | /* 111104 */ MCD_OPC_Decode, 241, 56, 238, 3, // Opcode: UCVTFv4i16_shift |
22479 | | /* 111109 */ MCD_OPC_FilterValue, 1, 248, 116, 0, // Skip to: 141058 |
22480 | | /* 111114 */ MCD_OPC_CheckPredicate, 48, 243, 116, 0, // Skip to: 141058 |
22481 | | /* 111119 */ MCD_OPC_CheckField, 12, 1, 0, 236, 116, 0, // Skip to: 141058 |
22482 | | /* 111126 */ MCD_OPC_Decode, 237, 56, 239, 3, // Opcode: UCVTFv2i32_shift |
22483 | | /* 111131 */ MCD_OPC_FilterValue, 1, 226, 116, 0, // Skip to: 141058 |
22484 | | /* 111136 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22485 | | /* 111139 */ MCD_OPC_FilterValue, 8, 63, 0, 0, // Skip to: 111207 |
22486 | | /* 111144 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22487 | | /* 111147 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 111192 |
22488 | | /* 111152 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22489 | | /* 111155 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 111177 |
22490 | | /* 111160 */ MCD_OPC_CheckPredicate, 48, 197, 116, 0, // Skip to: 141058 |
22491 | | /* 111165 */ MCD_OPC_CheckField, 19, 1, 1, 190, 116, 0, // Skip to: 141058 |
22492 | | /* 111172 */ MCD_OPC_Decode, 145, 48, 247, 3, // Opcode: SQRSHRUNv8i8_shift |
22493 | | /* 111177 */ MCD_OPC_FilterValue, 1, 180, 116, 0, // Skip to: 141058 |
22494 | | /* 111182 */ MCD_OPC_CheckPredicate, 48, 175, 116, 0, // Skip to: 141058 |
22495 | | /* 111187 */ MCD_OPC_Decode, 142, 48, 249, 3, // Opcode: SQRSHRUNv4i16_shift |
22496 | | /* 111192 */ MCD_OPC_FilterValue, 1, 165, 116, 0, // Skip to: 141058 |
22497 | | /* 111197 */ MCD_OPC_CheckPredicate, 48, 160, 116, 0, // Skip to: 141058 |
22498 | | /* 111202 */ MCD_OPC_Decode, 141, 48, 251, 3, // Opcode: SQRSHRUNv2i32_shift |
22499 | | /* 111207 */ MCD_OPC_FilterValue, 9, 63, 0, 0, // Skip to: 111275 |
22500 | | /* 111212 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22501 | | /* 111215 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 111260 |
22502 | | /* 111220 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22503 | | /* 111223 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 111245 |
22504 | | /* 111228 */ MCD_OPC_CheckPredicate, 48, 129, 116, 0, // Skip to: 141058 |
22505 | | /* 111233 */ MCD_OPC_CheckField, 19, 1, 1, 122, 116, 0, // Skip to: 141058 |
22506 | | /* 111240 */ MCD_OPC_Decode, 150, 60, 247, 3, // Opcode: UQRSHRNv8i8_shift |
22507 | | /* 111245 */ MCD_OPC_FilterValue, 1, 112, 116, 0, // Skip to: 141058 |
22508 | | /* 111250 */ MCD_OPC_CheckPredicate, 48, 107, 116, 0, // Skip to: 141058 |
22509 | | /* 111255 */ MCD_OPC_Decode, 147, 60, 249, 3, // Opcode: UQRSHRNv4i16_shift |
22510 | | /* 111260 */ MCD_OPC_FilterValue, 1, 97, 116, 0, // Skip to: 141058 |
22511 | | /* 111265 */ MCD_OPC_CheckPredicate, 48, 92, 116, 0, // Skip to: 141058 |
22512 | | /* 111270 */ MCD_OPC_Decode, 146, 60, 251, 3, // Opcode: UQRSHRNv2i32_shift |
22513 | | /* 111275 */ MCD_OPC_FilterValue, 15, 82, 116, 0, // Skip to: 141058 |
22514 | | /* 111280 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22515 | | /* 111283 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 111305 |
22516 | | /* 111288 */ MCD_OPC_CheckPredicate, 53, 69, 116, 0, // Skip to: 141058 |
22517 | | /* 111293 */ MCD_OPC_CheckField, 20, 1, 1, 62, 116, 0, // Skip to: 141058 |
22518 | | /* 111300 */ MCD_OPC_Decode, 225, 22, 238, 3, // Opcode: FCVTZUv4i16_shift |
22519 | | /* 111305 */ MCD_OPC_FilterValue, 1, 52, 116, 0, // Skip to: 141058 |
22520 | | /* 111310 */ MCD_OPC_CheckPredicate, 48, 47, 116, 0, // Skip to: 141058 |
22521 | | /* 111315 */ MCD_OPC_Decode, 221, 22, 239, 3, // Opcode: FCVTZUv2i32_shift |
22522 | | /* 111320 */ MCD_OPC_FilterValue, 2, 96, 4, 0, // Skip to: 112445 |
22523 | | /* 111325 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
22524 | | /* 111328 */ MCD_OPC_FilterValue, 0, 78, 0, 0, // Skip to: 111411 |
22525 | | /* 111333 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22526 | | /* 111336 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111351 |
22527 | | /* 111341 */ MCD_OPC_CheckPredicate, 57, 16, 116, 0, // Skip to: 141058 |
22528 | | /* 111346 */ MCD_OPC_Decode, 149, 23, 129, 4, // Opcode: FDOTlanev16f8 |
22529 | | /* 111351 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 111366 |
22530 | | /* 111356 */ MCD_OPC_CheckPredicate, 53, 1, 116, 0, // Skip to: 141058 |
22531 | | /* 111361 */ MCD_OPC_Decode, 200, 25, 130, 4, // Opcode: FMLAv8i16_indexed |
22532 | | /* 111366 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 111381 |
22533 | | /* 111371 */ MCD_OPC_CheckPredicate, 53, 242, 115, 0, // Skip to: 141058 |
22534 | | /* 111376 */ MCD_OPC_Decode, 129, 26, 130, 4, // Opcode: FMLSv8i16_indexed |
22535 | | /* 111381 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 111396 |
22536 | | /* 111386 */ MCD_OPC_CheckPredicate, 53, 227, 115, 0, // Skip to: 141058 |
22537 | | /* 111391 */ MCD_OPC_Decode, 218, 26, 131, 4, // Opcode: FMULv8i16_indexed |
22538 | | /* 111396 */ MCD_OPC_FilterValue, 15, 217, 115, 0, // Skip to: 141058 |
22539 | | /* 111401 */ MCD_OPC_CheckPredicate, 67, 212, 115, 0, // Skip to: 141058 |
22540 | | /* 111406 */ MCD_OPC_Decode, 207, 54, 129, 4, // Opcode: SUDOTlanev16i8 |
22541 | | /* 111411 */ MCD_OPC_FilterValue, 1, 202, 115, 0, // Skip to: 141058 |
22542 | | /* 111416 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
22543 | | /* 111419 */ MCD_OPC_FilterValue, 0, 41, 3, 0, // Skip to: 112233 |
22544 | | /* 111424 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
22545 | | /* 111427 */ MCD_OPC_FilterValue, 0, 143, 1, 0, // Skip to: 111831 |
22546 | | /* 111432 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22547 | | /* 111435 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 111588 |
22548 | | /* 111440 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22549 | | /* 111443 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 111550 |
22550 | | /* 111448 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22551 | | /* 111451 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 111512 |
22552 | | /* 111456 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22553 | | /* 111459 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111474 |
22554 | | /* 111464 */ MCD_OPC_CheckPredicate, 48, 149, 115, 0, // Skip to: 141058 |
22555 | | /* 111469 */ MCD_OPC_Decode, 242, 37, 236, 3, // Opcode: MOVIv4i32 |
22556 | | /* 111474 */ MCD_OPC_FilterValue, 1, 139, 115, 0, // Skip to: 141058 |
22557 | | /* 111479 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22558 | | /* 111482 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111497 |
22559 | | /* 111487 */ MCD_OPC_CheckPredicate, 48, 126, 115, 0, // Skip to: 141058 |
22560 | | /* 111492 */ MCD_OPC_Decode, 131, 50, 132, 4, // Opcode: SSHRv16i8_shift |
22561 | | /* 111497 */ MCD_OPC_FilterValue, 1, 116, 115, 0, // Skip to: 141058 |
22562 | | /* 111502 */ MCD_OPC_CheckPredicate, 48, 111, 115, 0, // Skip to: 141058 |
22563 | | /* 111507 */ MCD_OPC_Decode, 219, 49, 132, 4, // Opcode: SRSHRv16i8_shift |
22564 | | /* 111512 */ MCD_OPC_FilterValue, 1, 101, 115, 0, // Skip to: 141058 |
22565 | | /* 111517 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22566 | | /* 111520 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111535 |
22567 | | /* 111525 */ MCD_OPC_CheckPredicate, 48, 88, 115, 0, // Skip to: 141058 |
22568 | | /* 111530 */ MCD_OPC_Decode, 136, 50, 133, 4, // Opcode: SSHRv8i16_shift |
22569 | | /* 111535 */ MCD_OPC_FilterValue, 1, 78, 115, 0, // Skip to: 141058 |
22570 | | /* 111540 */ MCD_OPC_CheckPredicate, 48, 73, 115, 0, // Skip to: 141058 |
22571 | | /* 111545 */ MCD_OPC_Decode, 224, 49, 133, 4, // Opcode: SRSHRv8i16_shift |
22572 | | /* 111550 */ MCD_OPC_FilterValue, 1, 63, 115, 0, // Skip to: 141058 |
22573 | | /* 111555 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22574 | | /* 111558 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111573 |
22575 | | /* 111563 */ MCD_OPC_CheckPredicate, 48, 50, 115, 0, // Skip to: 141058 |
22576 | | /* 111568 */ MCD_OPC_Decode, 135, 50, 134, 4, // Opcode: SSHRv4i32_shift |
22577 | | /* 111573 */ MCD_OPC_FilterValue, 1, 40, 115, 0, // Skip to: 141058 |
22578 | | /* 111578 */ MCD_OPC_CheckPredicate, 48, 35, 115, 0, // Skip to: 141058 |
22579 | | /* 111583 */ MCD_OPC_Decode, 223, 49, 134, 4, // Opcode: SRSHRv4i32_shift |
22580 | | /* 111588 */ MCD_OPC_FilterValue, 1, 25, 115, 0, // Skip to: 141058 |
22581 | | /* 111593 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22582 | | /* 111596 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 111763 |
22583 | | /* 111601 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22584 | | /* 111604 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 111695 |
22585 | | /* 111609 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22586 | | /* 111612 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111627 |
22587 | | /* 111617 */ MCD_OPC_CheckPredicate, 48, 252, 114, 0, // Skip to: 141058 |
22588 | | /* 111622 */ MCD_OPC_Decode, 233, 38, 240, 3, // Opcode: ORRv4i32 |
22589 | | /* 111627 */ MCD_OPC_FilterValue, 1, 242, 114, 0, // Skip to: 141058 |
22590 | | /* 111632 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22591 | | /* 111635 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111650 |
22592 | | /* 111640 */ MCD_OPC_CheckPredicate, 48, 229, 114, 0, // Skip to: 141058 |
22593 | | /* 111645 */ MCD_OPC_Decode, 143, 50, 135, 4, // Opcode: SSRAv16i8_shift |
22594 | | /* 111650 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 111665 |
22595 | | /* 111655 */ MCD_OPC_CheckPredicate, 48, 214, 114, 0, // Skip to: 141058 |
22596 | | /* 111660 */ MCD_OPC_Decode, 231, 49, 135, 4, // Opcode: SRSRAv16i8_shift |
22597 | | /* 111665 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 111680 |
22598 | | /* 111670 */ MCD_OPC_CheckPredicate, 48, 199, 114, 0, // Skip to: 141058 |
22599 | | /* 111675 */ MCD_OPC_Decode, 132, 43, 136, 4, // Opcode: SHLv16i8_shift |
22600 | | /* 111680 */ MCD_OPC_FilterValue, 3, 189, 114, 0, // Skip to: 141058 |
22601 | | /* 111685 */ MCD_OPC_CheckPredicate, 48, 184, 114, 0, // Skip to: 141058 |
22602 | | /* 111690 */ MCD_OPC_Decode, 184, 48, 136, 4, // Opcode: SQSHLv16i8_shift |
22603 | | /* 111695 */ MCD_OPC_FilterValue, 1, 174, 114, 0, // Skip to: 141058 |
22604 | | /* 111700 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22605 | | /* 111703 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111718 |
22606 | | /* 111708 */ MCD_OPC_CheckPredicate, 48, 161, 114, 0, // Skip to: 141058 |
22607 | | /* 111713 */ MCD_OPC_Decode, 148, 50, 137, 4, // Opcode: SSRAv8i16_shift |
22608 | | /* 111718 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 111733 |
22609 | | /* 111723 */ MCD_OPC_CheckPredicate, 48, 146, 114, 0, // Skip to: 141058 |
22610 | | /* 111728 */ MCD_OPC_Decode, 236, 49, 137, 4, // Opcode: SRSRAv8i16_shift |
22611 | | /* 111733 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 111748 |
22612 | | /* 111738 */ MCD_OPC_CheckPredicate, 48, 131, 114, 0, // Skip to: 141058 |
22613 | | /* 111743 */ MCD_OPC_Decode, 137, 43, 138, 4, // Opcode: SHLv8i16_shift |
22614 | | /* 111748 */ MCD_OPC_FilterValue, 3, 121, 114, 0, // Skip to: 141058 |
22615 | | /* 111753 */ MCD_OPC_CheckPredicate, 48, 116, 114, 0, // Skip to: 141058 |
22616 | | /* 111758 */ MCD_OPC_Decode, 198, 48, 138, 4, // Opcode: SQSHLv8i16_shift |
22617 | | /* 111763 */ MCD_OPC_FilterValue, 1, 106, 114, 0, // Skip to: 141058 |
22618 | | /* 111768 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22619 | | /* 111771 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111786 |
22620 | | /* 111776 */ MCD_OPC_CheckPredicate, 48, 93, 114, 0, // Skip to: 141058 |
22621 | | /* 111781 */ MCD_OPC_Decode, 147, 50, 139, 4, // Opcode: SSRAv4i32_shift |
22622 | | /* 111786 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 111801 |
22623 | | /* 111791 */ MCD_OPC_CheckPredicate, 48, 78, 114, 0, // Skip to: 141058 |
22624 | | /* 111796 */ MCD_OPC_Decode, 235, 49, 139, 4, // Opcode: SRSRAv4i32_shift |
22625 | | /* 111801 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 111816 |
22626 | | /* 111806 */ MCD_OPC_CheckPredicate, 48, 63, 114, 0, // Skip to: 141058 |
22627 | | /* 111811 */ MCD_OPC_Decode, 136, 43, 140, 4, // Opcode: SHLv4i32_shift |
22628 | | /* 111816 */ MCD_OPC_FilterValue, 3, 53, 114, 0, // Skip to: 141058 |
22629 | | /* 111821 */ MCD_OPC_CheckPredicate, 48, 48, 114, 0, // Skip to: 141058 |
22630 | | /* 111826 */ MCD_OPC_Decode, 196, 48, 140, 4, // Opcode: SQSHLv4i32_shift |
22631 | | /* 111831 */ MCD_OPC_FilterValue, 1, 38, 114, 0, // Skip to: 141058 |
22632 | | /* 111836 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
22633 | | /* 111839 */ MCD_OPC_FilterValue, 0, 5, 1, 0, // Skip to: 112105 |
22634 | | /* 111844 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22635 | | /* 111847 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 112000 |
22636 | | /* 111852 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22637 | | /* 111855 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 111962 |
22638 | | /* 111860 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22639 | | /* 111863 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 111924 |
22640 | | /* 111868 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22641 | | /* 111871 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111886 |
22642 | | /* 111876 */ MCD_OPC_CheckPredicate, 48, 249, 113, 0, // Skip to: 141058 |
22643 | | /* 111881 */ MCD_OPC_Decode, 245, 37, 236, 3, // Opcode: MOVIv8i16 |
22644 | | /* 111886 */ MCD_OPC_FilterValue, 1, 239, 113, 0, // Skip to: 141058 |
22645 | | /* 111891 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22646 | | /* 111894 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111909 |
22647 | | /* 111899 */ MCD_OPC_CheckPredicate, 48, 226, 113, 0, // Skip to: 141058 |
22648 | | /* 111904 */ MCD_OPC_Decode, 145, 43, 141, 4, // Opcode: SHRNv16i8_shift |
22649 | | /* 111909 */ MCD_OPC_FilterValue, 1, 216, 113, 0, // Skip to: 141058 |
22650 | | /* 111914 */ MCD_OPC_CheckPredicate, 48, 211, 113, 0, // Skip to: 141058 |
22651 | | /* 111919 */ MCD_OPC_Decode, 244, 49, 136, 4, // Opcode: SSHLLv16i8_shift |
22652 | | /* 111924 */ MCD_OPC_FilterValue, 1, 201, 113, 0, // Skip to: 141058 |
22653 | | /* 111929 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22654 | | /* 111932 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111947 |
22655 | | /* 111937 */ MCD_OPC_CheckPredicate, 48, 188, 113, 0, // Skip to: 141058 |
22656 | | /* 111942 */ MCD_OPC_Decode, 149, 43, 142, 4, // Opcode: SHRNv8i16_shift |
22657 | | /* 111947 */ MCD_OPC_FilterValue, 1, 178, 113, 0, // Skip to: 141058 |
22658 | | /* 111952 */ MCD_OPC_CheckPredicate, 48, 173, 113, 0, // Skip to: 141058 |
22659 | | /* 111957 */ MCD_OPC_Decode, 248, 49, 138, 4, // Opcode: SSHLLv8i16_shift |
22660 | | /* 111962 */ MCD_OPC_FilterValue, 1, 163, 113, 0, // Skip to: 141058 |
22661 | | /* 111967 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22662 | | /* 111970 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 111985 |
22663 | | /* 111975 */ MCD_OPC_CheckPredicate, 48, 150, 113, 0, // Skip to: 141058 |
22664 | | /* 111980 */ MCD_OPC_Decode, 148, 43, 143, 4, // Opcode: SHRNv4i32_shift |
22665 | | /* 111985 */ MCD_OPC_FilterValue, 1, 140, 113, 0, // Skip to: 141058 |
22666 | | /* 111990 */ MCD_OPC_CheckPredicate, 48, 135, 113, 0, // Skip to: 141058 |
22667 | | /* 111995 */ MCD_OPC_Decode, 247, 49, 140, 4, // Opcode: SSHLLv4i32_shift |
22668 | | /* 112000 */ MCD_OPC_FilterValue, 1, 125, 113, 0, // Skip to: 141058 |
22669 | | /* 112005 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22670 | | /* 112008 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 112083 |
22671 | | /* 112013 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22672 | | /* 112016 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 112061 |
22673 | | /* 112021 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22674 | | /* 112024 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112039 |
22675 | | /* 112029 */ MCD_OPC_CheckPredicate, 48, 96, 113, 0, // Skip to: 141058 |
22676 | | /* 112034 */ MCD_OPC_Decode, 234, 38, 240, 3, // Opcode: ORRv8i16 |
22677 | | /* 112039 */ MCD_OPC_FilterValue, 1, 86, 113, 0, // Skip to: 141058 |
22678 | | /* 112044 */ MCD_OPC_CheckPredicate, 48, 81, 113, 0, // Skip to: 141058 |
22679 | | /* 112049 */ MCD_OPC_CheckField, 13, 1, 0, 74, 113, 0, // Skip to: 141058 |
22680 | | /* 112056 */ MCD_OPC_Decode, 210, 48, 141, 4, // Opcode: SQSHRNv16i8_shift |
22681 | | /* 112061 */ MCD_OPC_FilterValue, 1, 64, 113, 0, // Skip to: 141058 |
22682 | | /* 112066 */ MCD_OPC_CheckPredicate, 48, 59, 113, 0, // Skip to: 141058 |
22683 | | /* 112071 */ MCD_OPC_CheckField, 13, 1, 0, 52, 113, 0, // Skip to: 141058 |
22684 | | /* 112078 */ MCD_OPC_Decode, 214, 48, 142, 4, // Opcode: SQSHRNv8i16_shift |
22685 | | /* 112083 */ MCD_OPC_FilterValue, 1, 42, 113, 0, // Skip to: 141058 |
22686 | | /* 112088 */ MCD_OPC_CheckPredicate, 48, 37, 113, 0, // Skip to: 141058 |
22687 | | /* 112093 */ MCD_OPC_CheckField, 13, 1, 0, 30, 113, 0, // Skip to: 141058 |
22688 | | /* 112100 */ MCD_OPC_Decode, 213, 48, 143, 4, // Opcode: SQSHRNv4i32_shift |
22689 | | /* 112105 */ MCD_OPC_FilterValue, 1, 20, 113, 0, // Skip to: 141058 |
22690 | | /* 112110 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22691 | | /* 112113 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 112135 |
22692 | | /* 112118 */ MCD_OPC_CheckPredicate, 48, 7, 113, 0, // Skip to: 141058 |
22693 | | /* 112123 */ MCD_OPC_CheckField, 19, 3, 0, 0, 113, 0, // Skip to: 141058 |
22694 | | /* 112130 */ MCD_OPC_Decode, 243, 37, 236, 3, // Opcode: MOVIv4s_msl |
22695 | | /* 112135 */ MCD_OPC_FilterValue, 1, 246, 112, 0, // Skip to: 141058 |
22696 | | /* 112140 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22697 | | /* 112143 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 112211 |
22698 | | /* 112148 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22699 | | /* 112151 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 112196 |
22700 | | /* 112156 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22701 | | /* 112159 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 112181 |
22702 | | /* 112164 */ MCD_OPC_CheckPredicate, 48, 217, 112, 0, // Skip to: 141058 |
22703 | | /* 112169 */ MCD_OPC_CheckField, 19, 1, 0, 210, 112, 0, // Skip to: 141058 |
22704 | | /* 112176 */ MCD_OPC_Decode, 237, 37, 236, 3, // Opcode: MOVIv16b_ns |
22705 | | /* 112181 */ MCD_OPC_FilterValue, 1, 200, 112, 0, // Skip to: 141058 |
22706 | | /* 112186 */ MCD_OPC_CheckPredicate, 53, 195, 112, 0, // Skip to: 141058 |
22707 | | /* 112191 */ MCD_OPC_Decode, 156, 42, 133, 4, // Opcode: SCVTFv8i16_shift |
22708 | | /* 112196 */ MCD_OPC_FilterValue, 1, 185, 112, 0, // Skip to: 141058 |
22709 | | /* 112201 */ MCD_OPC_CheckPredicate, 48, 180, 112, 0, // Skip to: 141058 |
22710 | | /* 112206 */ MCD_OPC_Decode, 154, 42, 134, 4, // Opcode: SCVTFv4i32_shift |
22711 | | /* 112211 */ MCD_OPC_FilterValue, 1, 170, 112, 0, // Skip to: 141058 |
22712 | | /* 112216 */ MCD_OPC_CheckPredicate, 48, 165, 112, 0, // Skip to: 141058 |
22713 | | /* 112221 */ MCD_OPC_CheckField, 19, 3, 0, 158, 112, 0, // Skip to: 141058 |
22714 | | /* 112228 */ MCD_OPC_Decode, 161, 26, 236, 3, // Opcode: FMOVv4f32_ns |
22715 | | /* 112233 */ MCD_OPC_FilterValue, 1, 148, 112, 0, // Skip to: 141058 |
22716 | | /* 112238 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22717 | | /* 112241 */ MCD_OPC_FilterValue, 8, 63, 0, 0, // Skip to: 112309 |
22718 | | /* 112246 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22719 | | /* 112249 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 112294 |
22720 | | /* 112254 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22721 | | /* 112257 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 112279 |
22722 | | /* 112262 */ MCD_OPC_CheckPredicate, 48, 119, 112, 0, // Skip to: 141058 |
22723 | | /* 112267 */ MCD_OPC_CheckField, 19, 1, 1, 112, 112, 0, // Skip to: 141058 |
22724 | | /* 112274 */ MCD_OPC_Decode, 241, 40, 141, 4, // Opcode: RSHRNv16i8_shift |
22725 | | /* 112279 */ MCD_OPC_FilterValue, 1, 102, 112, 0, // Skip to: 141058 |
22726 | | /* 112284 */ MCD_OPC_CheckPredicate, 48, 97, 112, 0, // Skip to: 141058 |
22727 | | /* 112289 */ MCD_OPC_Decode, 245, 40, 142, 4, // Opcode: RSHRNv8i16_shift |
22728 | | /* 112294 */ MCD_OPC_FilterValue, 1, 87, 112, 0, // Skip to: 141058 |
22729 | | /* 112299 */ MCD_OPC_CheckPredicate, 48, 82, 112, 0, // Skip to: 141058 |
22730 | | /* 112304 */ MCD_OPC_Decode, 244, 40, 143, 4, // Opcode: RSHRNv4i32_shift |
22731 | | /* 112309 */ MCD_OPC_FilterValue, 9, 63, 0, 0, // Skip to: 112377 |
22732 | | /* 112314 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22733 | | /* 112317 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 112362 |
22734 | | /* 112322 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22735 | | /* 112325 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 112347 |
22736 | | /* 112330 */ MCD_OPC_CheckPredicate, 48, 51, 112, 0, // Skip to: 141058 |
22737 | | /* 112335 */ MCD_OPC_CheckField, 19, 1, 1, 44, 112, 0, // Skip to: 141058 |
22738 | | /* 112342 */ MCD_OPC_Decode, 250, 47, 141, 4, // Opcode: SQRSHRNv16i8_shift |
22739 | | /* 112347 */ MCD_OPC_FilterValue, 1, 34, 112, 0, // Skip to: 141058 |
22740 | | /* 112352 */ MCD_OPC_CheckPredicate, 48, 29, 112, 0, // Skip to: 141058 |
22741 | | /* 112357 */ MCD_OPC_Decode, 254, 47, 142, 4, // Opcode: SQRSHRNv8i16_shift |
22742 | | /* 112362 */ MCD_OPC_FilterValue, 1, 19, 112, 0, // Skip to: 141058 |
22743 | | /* 112367 */ MCD_OPC_CheckPredicate, 48, 14, 112, 0, // Skip to: 141058 |
22744 | | /* 112372 */ MCD_OPC_Decode, 253, 47, 143, 4, // Opcode: SQRSHRNv4i32_shift |
22745 | | /* 112377 */ MCD_OPC_FilterValue, 15, 4, 112, 0, // Skip to: 141058 |
22746 | | /* 112382 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22747 | | /* 112385 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 112430 |
22748 | | /* 112390 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22749 | | /* 112393 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 112415 |
22750 | | /* 112398 */ MCD_OPC_CheckPredicate, 53, 239, 111, 0, // Skip to: 141058 |
22751 | | /* 112403 */ MCD_OPC_CheckField, 19, 1, 0, 232, 111, 0, // Skip to: 141058 |
22752 | | /* 112410 */ MCD_OPC_Decode, 162, 26, 236, 3, // Opcode: FMOVv8f16_ns |
22753 | | /* 112415 */ MCD_OPC_FilterValue, 1, 222, 111, 0, // Skip to: 141058 |
22754 | | /* 112420 */ MCD_OPC_CheckPredicate, 53, 217, 111, 0, // Skip to: 141058 |
22755 | | /* 112425 */ MCD_OPC_Decode, 191, 22, 133, 4, // Opcode: FCVTZSv8i16_shift |
22756 | | /* 112430 */ MCD_OPC_FilterValue, 1, 207, 111, 0, // Skip to: 141058 |
22757 | | /* 112435 */ MCD_OPC_CheckPredicate, 48, 202, 111, 0, // Skip to: 141058 |
22758 | | /* 112440 */ MCD_OPC_Decode, 189, 22, 134, 4, // Opcode: FCVTZSv4i32_shift |
22759 | | /* 112445 */ MCD_OPC_FilterValue, 3, 192, 111, 0, // Skip to: 141058 |
22760 | | /* 112450 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
22761 | | /* 112453 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 112491 |
22762 | | /* 112458 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22763 | | /* 112461 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 112476 |
22764 | | /* 112466 */ MCD_OPC_CheckPredicate, 52, 171, 111, 0, // Skip to: 141058 |
22765 | | /* 112471 */ MCD_OPC_Decode, 252, 24, 253, 3, // Opcode: FMLALLTBlanev4f32 |
22766 | | /* 112476 */ MCD_OPC_FilterValue, 9, 161, 111, 0, // Skip to: 141058 |
22767 | | /* 112481 */ MCD_OPC_CheckPredicate, 53, 156, 111, 0, // Skip to: 141058 |
22768 | | /* 112486 */ MCD_OPC_Decode, 193, 26, 131, 4, // Opcode: FMULXv8i16_indexed |
22769 | | /* 112491 */ MCD_OPC_FilterValue, 1, 146, 111, 0, // Skip to: 141058 |
22770 | | /* 112496 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
22771 | | /* 112499 */ MCD_OPC_FilterValue, 0, 131, 3, 0, // Skip to: 113403 |
22772 | | /* 112504 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
22773 | | /* 112507 */ MCD_OPC_FilterValue, 0, 233, 1, 0, // Skip to: 113001 |
22774 | | /* 112512 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22775 | | /* 112515 */ MCD_OPC_FilterValue, 0, 238, 0, 0, // Skip to: 112758 |
22776 | | /* 112520 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22777 | | /* 112523 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 112690 |
22778 | | /* 112528 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22779 | | /* 112531 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 112622 |
22780 | | /* 112536 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22781 | | /* 112539 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112554 |
22782 | | /* 112544 */ MCD_OPC_CheckPredicate, 48, 93, 111, 0, // Skip to: 141058 |
22783 | | /* 112549 */ MCD_OPC_Decode, 180, 38, 236, 3, // Opcode: MVNIv4i32 |
22784 | | /* 112554 */ MCD_OPC_FilterValue, 1, 83, 111, 0, // Skip to: 141058 |
22785 | | /* 112559 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22786 | | /* 112562 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112577 |
22787 | | /* 112567 */ MCD_OPC_CheckPredicate, 48, 70, 111, 0, // Skip to: 141058 |
22788 | | /* 112572 */ MCD_OPC_Decode, 222, 61, 132, 4, // Opcode: USHRv16i8_shift |
22789 | | /* 112577 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112592 |
22790 | | /* 112582 */ MCD_OPC_CheckPredicate, 48, 55, 111, 0, // Skip to: 141058 |
22791 | | /* 112587 */ MCD_OPC_Decode, 167, 61, 132, 4, // Opcode: URSHRv16i8_shift |
22792 | | /* 112592 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112607 |
22793 | | /* 112597 */ MCD_OPC_CheckPredicate, 48, 40, 111, 0, // Skip to: 141058 |
22794 | | /* 112602 */ MCD_OPC_Decode, 175, 49, 135, 4, // Opcode: SRIv16i8_shift |
22795 | | /* 112607 */ MCD_OPC_FilterValue, 3, 30, 111, 0, // Skip to: 141058 |
22796 | | /* 112612 */ MCD_OPC_CheckPredicate, 48, 25, 111, 0, // Skip to: 141058 |
22797 | | /* 112617 */ MCD_OPC_Decode, 164, 48, 136, 4, // Opcode: SQSHLUv16i8_shift |
22798 | | /* 112622 */ MCD_OPC_FilterValue, 1, 15, 111, 0, // Skip to: 141058 |
22799 | | /* 112627 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22800 | | /* 112630 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112645 |
22801 | | /* 112635 */ MCD_OPC_CheckPredicate, 48, 2, 111, 0, // Skip to: 141058 |
22802 | | /* 112640 */ MCD_OPC_Decode, 227, 61, 133, 4, // Opcode: USHRv8i16_shift |
22803 | | /* 112645 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112660 |
22804 | | /* 112650 */ MCD_OPC_CheckPredicate, 48, 243, 110, 0, // Skip to: 141058 |
22805 | | /* 112655 */ MCD_OPC_Decode, 172, 61, 133, 4, // Opcode: URSHRv8i16_shift |
22806 | | /* 112660 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112675 |
22807 | | /* 112665 */ MCD_OPC_CheckPredicate, 48, 228, 110, 0, // Skip to: 141058 |
22808 | | /* 112670 */ MCD_OPC_Decode, 180, 49, 137, 4, // Opcode: SRIv8i16_shift |
22809 | | /* 112675 */ MCD_OPC_FilterValue, 3, 218, 110, 0, // Skip to: 141058 |
22810 | | /* 112680 */ MCD_OPC_CheckPredicate, 48, 213, 110, 0, // Skip to: 141058 |
22811 | | /* 112685 */ MCD_OPC_Decode, 169, 48, 138, 4, // Opcode: SQSHLUv8i16_shift |
22812 | | /* 112690 */ MCD_OPC_FilterValue, 1, 203, 110, 0, // Skip to: 141058 |
22813 | | /* 112695 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22814 | | /* 112698 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112713 |
22815 | | /* 112703 */ MCD_OPC_CheckPredicate, 48, 190, 110, 0, // Skip to: 141058 |
22816 | | /* 112708 */ MCD_OPC_Decode, 226, 61, 134, 4, // Opcode: USHRv4i32_shift |
22817 | | /* 112713 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112728 |
22818 | | /* 112718 */ MCD_OPC_CheckPredicate, 48, 175, 110, 0, // Skip to: 141058 |
22819 | | /* 112723 */ MCD_OPC_Decode, 171, 61, 134, 4, // Opcode: URSHRv4i32_shift |
22820 | | /* 112728 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112743 |
22821 | | /* 112733 */ MCD_OPC_CheckPredicate, 48, 160, 110, 0, // Skip to: 141058 |
22822 | | /* 112738 */ MCD_OPC_Decode, 179, 49, 139, 4, // Opcode: SRIv4i32_shift |
22823 | | /* 112743 */ MCD_OPC_FilterValue, 3, 150, 110, 0, // Skip to: 141058 |
22824 | | /* 112748 */ MCD_OPC_CheckPredicate, 48, 145, 110, 0, // Skip to: 141058 |
22825 | | /* 112753 */ MCD_OPC_Decode, 168, 48, 140, 4, // Opcode: SQSHLUv4i32_shift |
22826 | | /* 112758 */ MCD_OPC_FilterValue, 1, 135, 110, 0, // Skip to: 141058 |
22827 | | /* 112763 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22828 | | /* 112766 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 112933 |
22829 | | /* 112771 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22830 | | /* 112774 */ MCD_OPC_FilterValue, 0, 86, 0, 0, // Skip to: 112865 |
22831 | | /* 112779 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22832 | | /* 112782 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112797 |
22833 | | /* 112787 */ MCD_OPC_CheckPredicate, 48, 106, 110, 0, // Skip to: 141058 |
22834 | | /* 112792 */ MCD_OPC_Decode, 158, 14, 240, 3, // Opcode: BICv4i32 |
22835 | | /* 112797 */ MCD_OPC_FilterValue, 1, 96, 110, 0, // Skip to: 141058 |
22836 | | /* 112802 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22837 | | /* 112805 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112820 |
22838 | | /* 112810 */ MCD_OPC_CheckPredicate, 48, 83, 110, 0, // Skip to: 141058 |
22839 | | /* 112815 */ MCD_OPC_Decode, 135, 62, 135, 4, // Opcode: USRAv16i8_shift |
22840 | | /* 112820 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112835 |
22841 | | /* 112825 */ MCD_OPC_CheckPredicate, 48, 68, 110, 0, // Skip to: 141058 |
22842 | | /* 112830 */ MCD_OPC_Decode, 182, 61, 135, 4, // Opcode: URSRAv16i8_shift |
22843 | | /* 112835 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112850 |
22844 | | /* 112840 */ MCD_OPC_CheckPredicate, 48, 53, 110, 0, // Skip to: 141058 |
22845 | | /* 112845 */ MCD_OPC_Decode, 170, 43, 144, 4, // Opcode: SLIv16i8_shift |
22846 | | /* 112850 */ MCD_OPC_FilterValue, 3, 43, 110, 0, // Skip to: 141058 |
22847 | | /* 112855 */ MCD_OPC_CheckPredicate, 48, 38, 110, 0, // Skip to: 141058 |
22848 | | /* 112860 */ MCD_OPC_Decode, 171, 60, 136, 4, // Opcode: UQSHLv16i8_shift |
22849 | | /* 112865 */ MCD_OPC_FilterValue, 1, 28, 110, 0, // Skip to: 141058 |
22850 | | /* 112870 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22851 | | /* 112873 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112888 |
22852 | | /* 112878 */ MCD_OPC_CheckPredicate, 48, 15, 110, 0, // Skip to: 141058 |
22853 | | /* 112883 */ MCD_OPC_Decode, 140, 62, 137, 4, // Opcode: USRAv8i16_shift |
22854 | | /* 112888 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112903 |
22855 | | /* 112893 */ MCD_OPC_CheckPredicate, 48, 0, 110, 0, // Skip to: 141058 |
22856 | | /* 112898 */ MCD_OPC_Decode, 187, 61, 137, 4, // Opcode: URSRAv8i16_shift |
22857 | | /* 112903 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112918 |
22858 | | /* 112908 */ MCD_OPC_CheckPredicate, 48, 241, 109, 0, // Skip to: 141058 |
22859 | | /* 112913 */ MCD_OPC_Decode, 175, 43, 145, 4, // Opcode: SLIv8i16_shift |
22860 | | /* 112918 */ MCD_OPC_FilterValue, 3, 231, 109, 0, // Skip to: 141058 |
22861 | | /* 112923 */ MCD_OPC_CheckPredicate, 48, 226, 109, 0, // Skip to: 141058 |
22862 | | /* 112928 */ MCD_OPC_Decode, 185, 60, 138, 4, // Opcode: UQSHLv8i16_shift |
22863 | | /* 112933 */ MCD_OPC_FilterValue, 1, 216, 109, 0, // Skip to: 141058 |
22864 | | /* 112938 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
22865 | | /* 112941 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 112956 |
22866 | | /* 112946 */ MCD_OPC_CheckPredicate, 48, 203, 109, 0, // Skip to: 141058 |
22867 | | /* 112951 */ MCD_OPC_Decode, 139, 62, 139, 4, // Opcode: USRAv4i32_shift |
22868 | | /* 112956 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 112971 |
22869 | | /* 112961 */ MCD_OPC_CheckPredicate, 48, 188, 109, 0, // Skip to: 141058 |
22870 | | /* 112966 */ MCD_OPC_Decode, 186, 61, 139, 4, // Opcode: URSRAv4i32_shift |
22871 | | /* 112971 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 112986 |
22872 | | /* 112976 */ MCD_OPC_CheckPredicate, 48, 173, 109, 0, // Skip to: 141058 |
22873 | | /* 112981 */ MCD_OPC_Decode, 174, 43, 146, 4, // Opcode: SLIv4i32_shift |
22874 | | /* 112986 */ MCD_OPC_FilterValue, 3, 163, 109, 0, // Skip to: 141058 |
22875 | | /* 112991 */ MCD_OPC_CheckPredicate, 48, 158, 109, 0, // Skip to: 141058 |
22876 | | /* 112996 */ MCD_OPC_Decode, 183, 60, 140, 4, // Opcode: UQSHLv4i32_shift |
22877 | | /* 113001 */ MCD_OPC_FilterValue, 1, 148, 109, 0, // Skip to: 141058 |
22878 | | /* 113006 */ MCD_OPC_ExtractField, 14, 1, // Inst{14} ... |
22879 | | /* 113009 */ MCD_OPC_FilterValue, 0, 5, 1, 0, // Skip to: 113275 |
22880 | | /* 113014 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22881 | | /* 113017 */ MCD_OPC_FilterValue, 0, 148, 0, 0, // Skip to: 113170 |
22882 | | /* 113022 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22883 | | /* 113025 */ MCD_OPC_FilterValue, 0, 102, 0, 0, // Skip to: 113132 |
22884 | | /* 113030 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22885 | | /* 113033 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 113094 |
22886 | | /* 113038 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22887 | | /* 113041 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113056 |
22888 | | /* 113046 */ MCD_OPC_CheckPredicate, 48, 103, 109, 0, // Skip to: 141058 |
22889 | | /* 113051 */ MCD_OPC_Decode, 182, 38, 236, 3, // Opcode: MVNIv8i16 |
22890 | | /* 113056 */ MCD_OPC_FilterValue, 1, 93, 109, 0, // Skip to: 141058 |
22891 | | /* 113061 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22892 | | /* 113064 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113079 |
22893 | | /* 113069 */ MCD_OPC_CheckPredicate, 48, 80, 109, 0, // Skip to: 141058 |
22894 | | /* 113074 */ MCD_OPC_Decode, 225, 48, 141, 4, // Opcode: SQSHRUNv16i8_shift |
22895 | | /* 113079 */ MCD_OPC_FilterValue, 1, 70, 109, 0, // Skip to: 141058 |
22896 | | /* 113084 */ MCD_OPC_CheckPredicate, 48, 65, 109, 0, // Skip to: 141058 |
22897 | | /* 113089 */ MCD_OPC_Decode, 207, 61, 136, 4, // Opcode: USHLLv16i8_shift |
22898 | | /* 113094 */ MCD_OPC_FilterValue, 1, 55, 109, 0, // Skip to: 141058 |
22899 | | /* 113099 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22900 | | /* 113102 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113117 |
22901 | | /* 113107 */ MCD_OPC_CheckPredicate, 48, 42, 109, 0, // Skip to: 141058 |
22902 | | /* 113112 */ MCD_OPC_Decode, 229, 48, 142, 4, // Opcode: SQSHRUNv8i16_shift |
22903 | | /* 113117 */ MCD_OPC_FilterValue, 1, 32, 109, 0, // Skip to: 141058 |
22904 | | /* 113122 */ MCD_OPC_CheckPredicate, 48, 27, 109, 0, // Skip to: 141058 |
22905 | | /* 113127 */ MCD_OPC_Decode, 211, 61, 138, 4, // Opcode: USHLLv8i16_shift |
22906 | | /* 113132 */ MCD_OPC_FilterValue, 1, 17, 109, 0, // Skip to: 141058 |
22907 | | /* 113137 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22908 | | /* 113140 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113155 |
22909 | | /* 113145 */ MCD_OPC_CheckPredicate, 48, 4, 109, 0, // Skip to: 141058 |
22910 | | /* 113150 */ MCD_OPC_Decode, 228, 48, 143, 4, // Opcode: SQSHRUNv4i32_shift |
22911 | | /* 113155 */ MCD_OPC_FilterValue, 1, 250, 108, 0, // Skip to: 141058 |
22912 | | /* 113160 */ MCD_OPC_CheckPredicate, 48, 245, 108, 0, // Skip to: 141058 |
22913 | | /* 113165 */ MCD_OPC_Decode, 210, 61, 140, 4, // Opcode: USHLLv4i32_shift |
22914 | | /* 113170 */ MCD_OPC_FilterValue, 1, 235, 108, 0, // Skip to: 141058 |
22915 | | /* 113175 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22916 | | /* 113178 */ MCD_OPC_FilterValue, 0, 70, 0, 0, // Skip to: 113253 |
22917 | | /* 113183 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22918 | | /* 113186 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 113231 |
22919 | | /* 113191 */ MCD_OPC_ExtractField, 19, 1, // Inst{19} ... |
22920 | | /* 113194 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 113209 |
22921 | | /* 113199 */ MCD_OPC_CheckPredicate, 48, 206, 108, 0, // Skip to: 141058 |
22922 | | /* 113204 */ MCD_OPC_Decode, 159, 14, 240, 3, // Opcode: BICv8i16 |
22923 | | /* 113209 */ MCD_OPC_FilterValue, 1, 196, 108, 0, // Skip to: 141058 |
22924 | | /* 113214 */ MCD_OPC_CheckPredicate, 48, 191, 108, 0, // Skip to: 141058 |
22925 | | /* 113219 */ MCD_OPC_CheckField, 13, 1, 0, 184, 108, 0, // Skip to: 141058 |
22926 | | /* 113226 */ MCD_OPC_Decode, 197, 60, 141, 4, // Opcode: UQSHRNv16i8_shift |
22927 | | /* 113231 */ MCD_OPC_FilterValue, 1, 174, 108, 0, // Skip to: 141058 |
22928 | | /* 113236 */ MCD_OPC_CheckPredicate, 48, 169, 108, 0, // Skip to: 141058 |
22929 | | /* 113241 */ MCD_OPC_CheckField, 13, 1, 0, 162, 108, 0, // Skip to: 141058 |
22930 | | /* 113248 */ MCD_OPC_Decode, 201, 60, 142, 4, // Opcode: UQSHRNv8i16_shift |
22931 | | /* 113253 */ MCD_OPC_FilterValue, 1, 152, 108, 0, // Skip to: 141058 |
22932 | | /* 113258 */ MCD_OPC_CheckPredicate, 48, 147, 108, 0, // Skip to: 141058 |
22933 | | /* 113263 */ MCD_OPC_CheckField, 13, 1, 0, 140, 108, 0, // Skip to: 141058 |
22934 | | /* 113270 */ MCD_OPC_Decode, 200, 60, 143, 4, // Opcode: UQSHRNv4i32_shift |
22935 | | /* 113275 */ MCD_OPC_FilterValue, 1, 130, 108, 0, // Skip to: 141058 |
22936 | | /* 113280 */ MCD_OPC_ExtractField, 13, 1, // Inst{13} ... |
22937 | | /* 113283 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113305 |
22938 | | /* 113288 */ MCD_OPC_CheckPredicate, 48, 117, 108, 0, // Skip to: 141058 |
22939 | | /* 113293 */ MCD_OPC_CheckField, 19, 3, 0, 110, 108, 0, // Skip to: 141058 |
22940 | | /* 113300 */ MCD_OPC_Decode, 181, 38, 236, 3, // Opcode: MVNIv4s_msl |
22941 | | /* 113305 */ MCD_OPC_FilterValue, 1, 100, 108, 0, // Skip to: 141058 |
22942 | | /* 113310 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
22943 | | /* 113313 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 113381 |
22944 | | /* 113318 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22945 | | /* 113321 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 113366 |
22946 | | /* 113326 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22947 | | /* 113329 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113351 |
22948 | | /* 113334 */ MCD_OPC_CheckPredicate, 48, 71, 108, 0, // Skip to: 141058 |
22949 | | /* 113339 */ MCD_OPC_CheckField, 19, 1, 0, 64, 108, 0, // Skip to: 141058 |
22950 | | /* 113346 */ MCD_OPC_Decode, 238, 37, 236, 3, // Opcode: MOVIv2d_ns |
22951 | | /* 113351 */ MCD_OPC_FilterValue, 1, 54, 108, 0, // Skip to: 141058 |
22952 | | /* 113356 */ MCD_OPC_CheckPredicate, 53, 49, 108, 0, // Skip to: 141058 |
22953 | | /* 113361 */ MCD_OPC_Decode, 244, 56, 133, 4, // Opcode: UCVTFv8i16_shift |
22954 | | /* 113366 */ MCD_OPC_FilterValue, 1, 39, 108, 0, // Skip to: 141058 |
22955 | | /* 113371 */ MCD_OPC_CheckPredicate, 48, 34, 108, 0, // Skip to: 141058 |
22956 | | /* 113376 */ MCD_OPC_Decode, 242, 56, 134, 4, // Opcode: UCVTFv4i32_shift |
22957 | | /* 113381 */ MCD_OPC_FilterValue, 1, 24, 108, 0, // Skip to: 141058 |
22958 | | /* 113386 */ MCD_OPC_CheckPredicate, 48, 19, 108, 0, // Skip to: 141058 |
22959 | | /* 113391 */ MCD_OPC_CheckField, 19, 3, 0, 12, 108, 0, // Skip to: 141058 |
22960 | | /* 113398 */ MCD_OPC_Decode, 159, 26, 236, 3, // Opcode: FMOVv2f64_ns |
22961 | | /* 113403 */ MCD_OPC_FilterValue, 1, 2, 108, 0, // Skip to: 141058 |
22962 | | /* 113408 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
22963 | | /* 113411 */ MCD_OPC_FilterValue, 8, 63, 0, 0, // Skip to: 113479 |
22964 | | /* 113416 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22965 | | /* 113419 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 113464 |
22966 | | /* 113424 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22967 | | /* 113427 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113449 |
22968 | | /* 113432 */ MCD_OPC_CheckPredicate, 48, 229, 107, 0, // Skip to: 141058 |
22969 | | /* 113437 */ MCD_OPC_CheckField, 19, 1, 1, 222, 107, 0, // Skip to: 141058 |
22970 | | /* 113444 */ MCD_OPC_Decode, 140, 48, 141, 4, // Opcode: SQRSHRUNv16i8_shift |
22971 | | /* 113449 */ MCD_OPC_FilterValue, 1, 212, 107, 0, // Skip to: 141058 |
22972 | | /* 113454 */ MCD_OPC_CheckPredicate, 48, 207, 107, 0, // Skip to: 141058 |
22973 | | /* 113459 */ MCD_OPC_Decode, 144, 48, 142, 4, // Opcode: SQRSHRUNv8i16_shift |
22974 | | /* 113464 */ MCD_OPC_FilterValue, 1, 197, 107, 0, // Skip to: 141058 |
22975 | | /* 113469 */ MCD_OPC_CheckPredicate, 48, 192, 107, 0, // Skip to: 141058 |
22976 | | /* 113474 */ MCD_OPC_Decode, 143, 48, 143, 4, // Opcode: SQRSHRUNv4i32_shift |
22977 | | /* 113479 */ MCD_OPC_FilterValue, 9, 63, 0, 0, // Skip to: 113547 |
22978 | | /* 113484 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22979 | | /* 113487 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 113532 |
22980 | | /* 113492 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
22981 | | /* 113495 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113517 |
22982 | | /* 113500 */ MCD_OPC_CheckPredicate, 48, 161, 107, 0, // Skip to: 141058 |
22983 | | /* 113505 */ MCD_OPC_CheckField, 19, 1, 1, 154, 107, 0, // Skip to: 141058 |
22984 | | /* 113512 */ MCD_OPC_Decode, 145, 60, 141, 4, // Opcode: UQRSHRNv16i8_shift |
22985 | | /* 113517 */ MCD_OPC_FilterValue, 1, 144, 107, 0, // Skip to: 141058 |
22986 | | /* 113522 */ MCD_OPC_CheckPredicate, 48, 139, 107, 0, // Skip to: 141058 |
22987 | | /* 113527 */ MCD_OPC_Decode, 149, 60, 142, 4, // Opcode: UQRSHRNv8i16_shift |
22988 | | /* 113532 */ MCD_OPC_FilterValue, 1, 129, 107, 0, // Skip to: 141058 |
22989 | | /* 113537 */ MCD_OPC_CheckPredicate, 48, 124, 107, 0, // Skip to: 141058 |
22990 | | /* 113542 */ MCD_OPC_Decode, 148, 60, 143, 4, // Opcode: UQRSHRNv4i32_shift |
22991 | | /* 113547 */ MCD_OPC_FilterValue, 15, 114, 107, 0, // Skip to: 141058 |
22992 | | /* 113552 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
22993 | | /* 113555 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113577 |
22994 | | /* 113560 */ MCD_OPC_CheckPredicate, 53, 101, 107, 0, // Skip to: 141058 |
22995 | | /* 113565 */ MCD_OPC_CheckField, 20, 1, 1, 94, 107, 0, // Skip to: 141058 |
22996 | | /* 113572 */ MCD_OPC_Decode, 228, 22, 133, 4, // Opcode: FCVTZUv8i16_shift |
22997 | | /* 113577 */ MCD_OPC_FilterValue, 1, 84, 107, 0, // Skip to: 141058 |
22998 | | /* 113582 */ MCD_OPC_CheckPredicate, 48, 79, 107, 0, // Skip to: 141058 |
22999 | | /* 113587 */ MCD_OPC_Decode, 226, 22, 134, 4, // Opcode: FCVTZUv4i32_shift |
23000 | | /* 113592 */ MCD_OPC_FilterValue, 13, 223, 4, 0, // Skip to: 114844 |
23001 | | /* 113597 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23002 | | /* 113600 */ MCD_OPC_FilterValue, 0, 245, 0, 0, // Skip to: 113850 |
23003 | | /* 113605 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23004 | | /* 113608 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113630 |
23005 | | /* 113613 */ MCD_OPC_CheckPredicate, 60, 48, 107, 0, // Skip to: 141058 |
23006 | | /* 113618 */ MCD_OPC_CheckField, 10, 1, 0, 41, 107, 0, // Skip to: 141058 |
23007 | | /* 113625 */ MCD_OPC_Decode, 150, 23, 234, 3, // Opcode: FDOTlanev4f16 |
23008 | | /* 113630 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 113652 |
23009 | | /* 113635 */ MCD_OPC_CheckPredicate, 48, 26, 107, 0, // Skip to: 141058 |
23010 | | /* 113640 */ MCD_OPC_CheckField, 10, 1, 0, 19, 107, 0, // Skip to: 141058 |
23011 | | /* 113647 */ MCD_OPC_Decode, 213, 44, 147, 4, // Opcode: SMLALv4i16_indexed |
23012 | | /* 113652 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 113674 |
23013 | | /* 113657 */ MCD_OPC_CheckPredicate, 48, 4, 107, 0, // Skip to: 141058 |
23014 | | /* 113662 */ MCD_OPC_CheckField, 10, 1, 0, 253, 106, 0, // Skip to: 141058 |
23015 | | /* 113669 */ MCD_OPC_Decode, 159, 46, 147, 4, // Opcode: SQDMLALv4i16_indexed |
23016 | | /* 113674 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 113696 |
23017 | | /* 113679 */ MCD_OPC_CheckPredicate, 48, 238, 106, 0, // Skip to: 141058 |
23018 | | /* 113684 */ MCD_OPC_CheckField, 10, 1, 0, 231, 106, 0, // Skip to: 141058 |
23019 | | /* 113691 */ MCD_OPC_Decode, 129, 45, 147, 4, // Opcode: SMLSLv4i16_indexed |
23020 | | /* 113696 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 113718 |
23021 | | /* 113701 */ MCD_OPC_CheckPredicate, 48, 216, 106, 0, // Skip to: 141058 |
23022 | | /* 113706 */ MCD_OPC_CheckField, 10, 1, 0, 209, 106, 0, // Skip to: 141058 |
23023 | | /* 113713 */ MCD_OPC_Decode, 184, 46, 147, 4, // Opcode: SQDMLSLv4i16_indexed |
23024 | | /* 113718 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 113740 |
23025 | | /* 113723 */ MCD_OPC_CheckPredicate, 48, 194, 106, 0, // Skip to: 141058 |
23026 | | /* 113728 */ MCD_OPC_CheckField, 10, 1, 0, 187, 106, 0, // Skip to: 141058 |
23027 | | /* 113735 */ MCD_OPC_Decode, 171, 38, 235, 3, // Opcode: MULv4i16_indexed |
23028 | | /* 113740 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 113762 |
23029 | | /* 113745 */ MCD_OPC_CheckPredicate, 48, 172, 106, 0, // Skip to: 141058 |
23030 | | /* 113750 */ MCD_OPC_CheckField, 10, 1, 0, 165, 106, 0, // Skip to: 141058 |
23031 | | /* 113757 */ MCD_OPC_Decode, 177, 45, 148, 4, // Opcode: SMULLv4i16_indexed |
23032 | | /* 113762 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 113784 |
23033 | | /* 113767 */ MCD_OPC_CheckPredicate, 48, 150, 106, 0, // Skip to: 141058 |
23034 | | /* 113772 */ MCD_OPC_CheckField, 10, 1, 0, 143, 106, 0, // Skip to: 141058 |
23035 | | /* 113779 */ MCD_OPC_Decode, 241, 46, 148, 4, // Opcode: SQDMULLv4i16_indexed |
23036 | | /* 113784 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 113806 |
23037 | | /* 113789 */ MCD_OPC_CheckPredicate, 48, 128, 106, 0, // Skip to: 141058 |
23038 | | /* 113794 */ MCD_OPC_CheckField, 10, 1, 0, 121, 106, 0, // Skip to: 141058 |
23039 | | /* 113801 */ MCD_OPC_Decode, 220, 46, 235, 3, // Opcode: SQDMULHv4i16_indexed |
23040 | | /* 113806 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 113828 |
23041 | | /* 113811 */ MCD_OPC_CheckPredicate, 48, 106, 106, 0, // Skip to: 141058 |
23042 | | /* 113816 */ MCD_OPC_CheckField, 10, 1, 0, 99, 106, 0, // Skip to: 141058 |
23043 | | /* 113823 */ MCD_OPC_Decode, 214, 47, 235, 3, // Opcode: SQRDMULHv4i16_indexed |
23044 | | /* 113828 */ MCD_OPC_FilterValue, 15, 89, 106, 0, // Skip to: 141058 |
23045 | | /* 113833 */ MCD_OPC_CheckPredicate, 63, 84, 106, 0, // Skip to: 141058 |
23046 | | /* 113838 */ MCD_OPC_CheckField, 10, 1, 0, 77, 106, 0, // Skip to: 141058 |
23047 | | /* 113845 */ MCD_OPC_Decode, 148, 13, 233, 3, // Opcode: BF16DOTlanev4bf16 |
23048 | | /* 113850 */ MCD_OPC_FilterValue, 1, 225, 0, 0, // Skip to: 114080 |
23049 | | /* 113855 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
23050 | | /* 113858 */ MCD_OPC_FilterValue, 0, 135, 0, 0, // Skip to: 113998 |
23051 | | /* 113863 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
23052 | | /* 113866 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 113888 |
23053 | | /* 113871 */ MCD_OPC_CheckPredicate, 48, 46, 106, 0, // Skip to: 141058 |
23054 | | /* 113876 */ MCD_OPC_CheckField, 10, 1, 0, 39, 106, 0, // Skip to: 141058 |
23055 | | /* 113883 */ MCD_OPC_Decode, 145, 37, 234, 3, // Opcode: MLAv4i16_indexed |
23056 | | /* 113888 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 113910 |
23057 | | /* 113893 */ MCD_OPC_CheckPredicate, 48, 24, 106, 0, // Skip to: 141058 |
23058 | | /* 113898 */ MCD_OPC_CheckField, 10, 1, 0, 17, 106, 0, // Skip to: 141058 |
23059 | | /* 113905 */ MCD_OPC_Decode, 200, 58, 147, 4, // Opcode: UMLALv4i16_indexed |
23060 | | /* 113910 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 113932 |
23061 | | /* 113915 */ MCD_OPC_CheckPredicate, 48, 2, 106, 0, // Skip to: 141058 |
23062 | | /* 113920 */ MCD_OPC_CheckField, 10, 1, 0, 251, 105, 0, // Skip to: 141058 |
23063 | | /* 113927 */ MCD_OPC_Decode, 162, 37, 234, 3, // Opcode: MLSv4i16_indexed |
23064 | | /* 113932 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 113954 |
23065 | | /* 113937 */ MCD_OPC_CheckPredicate, 48, 236, 105, 0, // Skip to: 141058 |
23066 | | /* 113942 */ MCD_OPC_CheckField, 10, 1, 0, 229, 105, 0, // Skip to: 141058 |
23067 | | /* 113949 */ MCD_OPC_Decode, 244, 58, 147, 4, // Opcode: UMLSLv4i16_indexed |
23068 | | /* 113954 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 113976 |
23069 | | /* 113959 */ MCD_OPC_CheckPredicate, 52, 214, 105, 0, // Skip to: 141058 |
23070 | | /* 113964 */ MCD_OPC_CheckField, 10, 1, 0, 207, 105, 0, // Skip to: 141058 |
23071 | | /* 113971 */ MCD_OPC_Decode, 248, 24, 253, 3, // Opcode: FMLALLBTlanev4f32 |
23072 | | /* 113976 */ MCD_OPC_FilterValue, 5, 197, 105, 0, // Skip to: 141058 |
23073 | | /* 113981 */ MCD_OPC_CheckPredicate, 48, 192, 105, 0, // Skip to: 141058 |
23074 | | /* 113986 */ MCD_OPC_CheckField, 10, 1, 0, 185, 105, 0, // Skip to: 141058 |
23075 | | /* 113993 */ MCD_OPC_Decode, 162, 59, 148, 4, // Opcode: UMULLv4i16_indexed |
23076 | | /* 113998 */ MCD_OPC_FilterValue, 1, 175, 105, 0, // Skip to: 141058 |
23077 | | /* 114003 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
23078 | | /* 114006 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 114028 |
23079 | | /* 114011 */ MCD_OPC_CheckPredicate, 62, 162, 105, 0, // Skip to: 141058 |
23080 | | /* 114016 */ MCD_OPC_CheckField, 10, 2, 0, 155, 105, 0, // Skip to: 141058 |
23081 | | /* 114023 */ MCD_OPC_Decode, 212, 20, 149, 4, // Opcode: FCMLAv4f16_indexed |
23082 | | /* 114028 */ MCD_OPC_FilterValue, 1, 145, 105, 0, // Skip to: 141058 |
23083 | | /* 114033 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
23084 | | /* 114036 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 114058 |
23085 | | /* 114041 */ MCD_OPC_CheckPredicate, 61, 132, 105, 0, // Skip to: 141058 |
23086 | | /* 114046 */ MCD_OPC_CheckField, 10, 1, 0, 125, 105, 0, // Skip to: 141058 |
23087 | | /* 114053 */ MCD_OPC_Decode, 176, 47, 234, 3, // Opcode: SQRDMLAHv4i16_indexed |
23088 | | /* 114058 */ MCD_OPC_FilterValue, 3, 115, 105, 0, // Skip to: 141058 |
23089 | | /* 114063 */ MCD_OPC_CheckPredicate, 61, 110, 105, 0, // Skip to: 141058 |
23090 | | /* 114068 */ MCD_OPC_CheckField, 10, 1, 0, 103, 105, 0, // Skip to: 141058 |
23091 | | /* 114075 */ MCD_OPC_Decode, 195, 47, 234, 3, // Opcode: SQRDMLSHv4i16_indexed |
23092 | | /* 114080 */ MCD_OPC_FilterValue, 2, 170, 1, 0, // Skip to: 114511 |
23093 | | /* 114085 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23094 | | /* 114088 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 114133 |
23095 | | /* 114093 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23096 | | /* 114096 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114111 |
23097 | | /* 114101 */ MCD_OPC_CheckPredicate, 60, 72, 105, 0, // Skip to: 141058 |
23098 | | /* 114106 */ MCD_OPC_Decode, 151, 23, 130, 4, // Opcode: FDOTlanev8f16 |
23099 | | /* 114111 */ MCD_OPC_FilterValue, 1, 62, 105, 0, // Skip to: 141058 |
23100 | | /* 114116 */ MCD_OPC_CheckPredicate, 48, 57, 105, 0, // Skip to: 141058 |
23101 | | /* 114121 */ MCD_OPC_CheckField, 11, 1, 0, 50, 105, 0, // Skip to: 141058 |
23102 | | /* 114128 */ MCD_OPC_Decode, 133, 50, 150, 4, // Opcode: SSHRv2i64_shift |
23103 | | /* 114133 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 114155 |
23104 | | /* 114138 */ MCD_OPC_CheckPredicate, 48, 35, 105, 0, // Skip to: 141058 |
23105 | | /* 114143 */ MCD_OPC_CheckField, 10, 2, 1, 28, 105, 0, // Skip to: 141058 |
23106 | | /* 114150 */ MCD_OPC_Decode, 145, 50, 151, 4, // Opcode: SSRAv2i64_shift |
23107 | | /* 114155 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 114200 |
23108 | | /* 114160 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23109 | | /* 114163 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114178 |
23110 | | /* 114168 */ MCD_OPC_CheckPredicate, 48, 5, 105, 0, // Skip to: 141058 |
23111 | | /* 114173 */ MCD_OPC_Decode, 217, 44, 130, 4, // Opcode: SMLALv8i16_indexed |
23112 | | /* 114178 */ MCD_OPC_FilterValue, 1, 251, 104, 0, // Skip to: 141058 |
23113 | | /* 114183 */ MCD_OPC_CheckPredicate, 48, 246, 104, 0, // Skip to: 141058 |
23114 | | /* 114188 */ MCD_OPC_CheckField, 11, 1, 0, 239, 104, 0, // Skip to: 141058 |
23115 | | /* 114195 */ MCD_OPC_Decode, 221, 49, 150, 4, // Opcode: SRSHRv2i64_shift |
23116 | | /* 114200 */ MCD_OPC_FilterValue, 3, 40, 0, 0, // Skip to: 114245 |
23117 | | /* 114205 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23118 | | /* 114208 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114223 |
23119 | | /* 114213 */ MCD_OPC_CheckPredicate, 48, 216, 104, 0, // Skip to: 141058 |
23120 | | /* 114218 */ MCD_OPC_Decode, 163, 46, 130, 4, // Opcode: SQDMLALv8i16_indexed |
23121 | | /* 114223 */ MCD_OPC_FilterValue, 1, 206, 104, 0, // Skip to: 141058 |
23122 | | /* 114228 */ MCD_OPC_CheckPredicate, 48, 201, 104, 0, // Skip to: 141058 |
23123 | | /* 114233 */ MCD_OPC_CheckField, 11, 1, 0, 194, 104, 0, // Skip to: 141058 |
23124 | | /* 114240 */ MCD_OPC_Decode, 233, 49, 151, 4, // Opcode: SRSRAv2i64_shift |
23125 | | /* 114245 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 114267 |
23126 | | /* 114250 */ MCD_OPC_CheckPredicate, 48, 179, 104, 0, // Skip to: 141058 |
23127 | | /* 114255 */ MCD_OPC_CheckField, 10, 2, 1, 172, 104, 0, // Skip to: 141058 |
23128 | | /* 114262 */ MCD_OPC_Decode, 134, 43, 152, 4, // Opcode: SHLv2i64_shift |
23129 | | /* 114267 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 114289 |
23130 | | /* 114272 */ MCD_OPC_CheckPredicate, 48, 157, 104, 0, // Skip to: 141058 |
23131 | | /* 114277 */ MCD_OPC_CheckField, 10, 1, 0, 150, 104, 0, // Skip to: 141058 |
23132 | | /* 114284 */ MCD_OPC_Decode, 133, 45, 130, 4, // Opcode: SMLSLv8i16_indexed |
23133 | | /* 114289 */ MCD_OPC_FilterValue, 7, 40, 0, 0, // Skip to: 114334 |
23134 | | /* 114294 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23135 | | /* 114297 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114312 |
23136 | | /* 114302 */ MCD_OPC_CheckPredicate, 48, 127, 104, 0, // Skip to: 141058 |
23137 | | /* 114307 */ MCD_OPC_Decode, 188, 46, 130, 4, // Opcode: SQDMLSLv8i16_indexed |
23138 | | /* 114312 */ MCD_OPC_FilterValue, 1, 117, 104, 0, // Skip to: 141058 |
23139 | | /* 114317 */ MCD_OPC_CheckPredicate, 48, 112, 104, 0, // Skip to: 141058 |
23140 | | /* 114322 */ MCD_OPC_CheckField, 11, 1, 0, 105, 104, 0, // Skip to: 141058 |
23141 | | /* 114329 */ MCD_OPC_Decode, 192, 48, 152, 4, // Opcode: SQSHLv2i64_shift |
23142 | | /* 114334 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 114356 |
23143 | | /* 114339 */ MCD_OPC_CheckPredicate, 48, 90, 104, 0, // Skip to: 141058 |
23144 | | /* 114344 */ MCD_OPC_CheckField, 10, 1, 0, 83, 104, 0, // Skip to: 141058 |
23145 | | /* 114351 */ MCD_OPC_Decode, 175, 38, 131, 4, // Opcode: MULv8i16_indexed |
23146 | | /* 114356 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 114378 |
23147 | | /* 114361 */ MCD_OPC_CheckPredicate, 48, 68, 104, 0, // Skip to: 141058 |
23148 | | /* 114366 */ MCD_OPC_CheckField, 10, 1, 0, 61, 104, 0, // Skip to: 141058 |
23149 | | /* 114373 */ MCD_OPC_Decode, 181, 45, 131, 4, // Opcode: SMULLv8i16_indexed |
23150 | | /* 114378 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 114400 |
23151 | | /* 114383 */ MCD_OPC_CheckPredicate, 48, 46, 104, 0, // Skip to: 141058 |
23152 | | /* 114388 */ MCD_OPC_CheckField, 10, 1, 0, 39, 104, 0, // Skip to: 141058 |
23153 | | /* 114395 */ MCD_OPC_Decode, 245, 46, 131, 4, // Opcode: SQDMULLv8i16_indexed |
23154 | | /* 114400 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 114422 |
23155 | | /* 114405 */ MCD_OPC_CheckPredicate, 48, 24, 104, 0, // Skip to: 141058 |
23156 | | /* 114410 */ MCD_OPC_CheckField, 10, 1, 0, 17, 104, 0, // Skip to: 141058 |
23157 | | /* 114417 */ MCD_OPC_Decode, 224, 46, 131, 4, // Opcode: SQDMULHv8i16_indexed |
23158 | | /* 114422 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 114444 |
23159 | | /* 114427 */ MCD_OPC_CheckPredicate, 48, 2, 104, 0, // Skip to: 141058 |
23160 | | /* 114432 */ MCD_OPC_CheckField, 10, 1, 0, 251, 103, 0, // Skip to: 141058 |
23161 | | /* 114439 */ MCD_OPC_Decode, 218, 47, 131, 4, // Opcode: SQRDMULHv8i16_indexed |
23162 | | /* 114444 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 114466 |
23163 | | /* 114449 */ MCD_OPC_CheckPredicate, 48, 236, 103, 0, // Skip to: 141058 |
23164 | | /* 114454 */ MCD_OPC_CheckField, 10, 2, 1, 229, 103, 0, // Skip to: 141058 |
23165 | | /* 114461 */ MCD_OPC_Decode, 150, 42, 150, 4, // Opcode: SCVTFv2i64_shift |
23166 | | /* 114466 */ MCD_OPC_FilterValue, 15, 219, 103, 0, // Skip to: 141058 |
23167 | | /* 114471 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23168 | | /* 114474 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114489 |
23169 | | /* 114479 */ MCD_OPC_CheckPredicate, 63, 206, 103, 0, // Skip to: 141058 |
23170 | | /* 114484 */ MCD_OPC_Decode, 149, 13, 129, 4, // Opcode: BF16DOTlanev8bf16 |
23171 | | /* 114489 */ MCD_OPC_FilterValue, 1, 196, 103, 0, // Skip to: 141058 |
23172 | | /* 114494 */ MCD_OPC_CheckPredicate, 48, 191, 103, 0, // Skip to: 141058 |
23173 | | /* 114499 */ MCD_OPC_CheckField, 11, 1, 1, 184, 103, 0, // Skip to: 141058 |
23174 | | /* 114506 */ MCD_OPC_Decode, 185, 22, 150, 4, // Opcode: FCVTZSv2i64_shift |
23175 | | /* 114511 */ MCD_OPC_FilterValue, 3, 174, 103, 0, // Skip to: 141058 |
23176 | | /* 114516 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
23177 | | /* 114519 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 114686 |
23178 | | /* 114524 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
23179 | | /* 114527 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 114625 |
23180 | | /* 114532 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
23181 | | /* 114535 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114550 |
23182 | | /* 114540 */ MCD_OPC_CheckPredicate, 48, 145, 103, 0, // Skip to: 141058 |
23183 | | /* 114545 */ MCD_OPC_Decode, 149, 37, 130, 4, // Opcode: MLAv8i16_indexed |
23184 | | /* 114550 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 114565 |
23185 | | /* 114555 */ MCD_OPC_CheckPredicate, 48, 130, 103, 0, // Skip to: 141058 |
23186 | | /* 114560 */ MCD_OPC_Decode, 204, 58, 130, 4, // Opcode: UMLALv8i16_indexed |
23187 | | /* 114565 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 114580 |
23188 | | /* 114570 */ MCD_OPC_CheckPredicate, 48, 115, 103, 0, // Skip to: 141058 |
23189 | | /* 114575 */ MCD_OPC_Decode, 166, 37, 130, 4, // Opcode: MLSv8i16_indexed |
23190 | | /* 114580 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 114595 |
23191 | | /* 114585 */ MCD_OPC_CheckPredicate, 48, 100, 103, 0, // Skip to: 141058 |
23192 | | /* 114590 */ MCD_OPC_Decode, 248, 58, 130, 4, // Opcode: UMLSLv8i16_indexed |
23193 | | /* 114595 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 114610 |
23194 | | /* 114600 */ MCD_OPC_CheckPredicate, 52, 85, 103, 0, // Skip to: 141058 |
23195 | | /* 114605 */ MCD_OPC_Decode, 128, 25, 253, 3, // Opcode: FMLALLTTlanev4f32 |
23196 | | /* 114610 */ MCD_OPC_FilterValue, 5, 75, 103, 0, // Skip to: 141058 |
23197 | | /* 114615 */ MCD_OPC_CheckPredicate, 48, 70, 103, 0, // Skip to: 141058 |
23198 | | /* 114620 */ MCD_OPC_Decode, 166, 59, 131, 4, // Opcode: UMULLv8i16_indexed |
23199 | | /* 114625 */ MCD_OPC_FilterValue, 1, 60, 103, 0, // Skip to: 141058 |
23200 | | /* 114630 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
23201 | | /* 114633 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114648 |
23202 | | /* 114638 */ MCD_OPC_CheckPredicate, 62, 47, 103, 0, // Skip to: 141058 |
23203 | | /* 114643 */ MCD_OPC_Decode, 216, 20, 153, 4, // Opcode: FCMLAv8f16_indexed |
23204 | | /* 114648 */ MCD_OPC_FilterValue, 1, 37, 103, 0, // Skip to: 141058 |
23205 | | /* 114653 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
23206 | | /* 114656 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 114671 |
23207 | | /* 114661 */ MCD_OPC_CheckPredicate, 61, 24, 103, 0, // Skip to: 141058 |
23208 | | /* 114666 */ MCD_OPC_Decode, 180, 47, 130, 4, // Opcode: SQRDMLAHv8i16_indexed |
23209 | | /* 114671 */ MCD_OPC_FilterValue, 3, 14, 103, 0, // Skip to: 141058 |
23210 | | /* 114676 */ MCD_OPC_CheckPredicate, 61, 9, 103, 0, // Skip to: 141058 |
23211 | | /* 114681 */ MCD_OPC_Decode, 199, 47, 130, 4, // Opcode: SQRDMLSHv8i16_indexed |
23212 | | /* 114686 */ MCD_OPC_FilterValue, 1, 255, 102, 0, // Skip to: 141058 |
23213 | | /* 114691 */ MCD_OPC_ExtractField, 11, 5, // Inst{15-11} ... |
23214 | | /* 114694 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 114709 |
23215 | | /* 114699 */ MCD_OPC_CheckPredicate, 48, 242, 102, 0, // Skip to: 141058 |
23216 | | /* 114704 */ MCD_OPC_Decode, 224, 61, 150, 4, // Opcode: USHRv2i64_shift |
23217 | | /* 114709 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 114724 |
23218 | | /* 114714 */ MCD_OPC_CheckPredicate, 48, 227, 102, 0, // Skip to: 141058 |
23219 | | /* 114719 */ MCD_OPC_Decode, 137, 62, 151, 4, // Opcode: USRAv2i64_shift |
23220 | | /* 114724 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 114739 |
23221 | | /* 114729 */ MCD_OPC_CheckPredicate, 48, 212, 102, 0, // Skip to: 141058 |
23222 | | /* 114734 */ MCD_OPC_Decode, 169, 61, 150, 4, // Opcode: URSHRv2i64_shift |
23223 | | /* 114739 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 114754 |
23224 | | /* 114744 */ MCD_OPC_CheckPredicate, 48, 197, 102, 0, // Skip to: 141058 |
23225 | | /* 114749 */ MCD_OPC_Decode, 184, 61, 151, 4, // Opcode: URSRAv2i64_shift |
23226 | | /* 114754 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 114769 |
23227 | | /* 114759 */ MCD_OPC_CheckPredicate, 48, 182, 102, 0, // Skip to: 141058 |
23228 | | /* 114764 */ MCD_OPC_Decode, 177, 49, 151, 4, // Opcode: SRIv2i64_shift |
23229 | | /* 114769 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 114784 |
23230 | | /* 114774 */ MCD_OPC_CheckPredicate, 48, 167, 102, 0, // Skip to: 141058 |
23231 | | /* 114779 */ MCD_OPC_Decode, 172, 43, 154, 4, // Opcode: SLIv2i64_shift |
23232 | | /* 114784 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 114799 |
23233 | | /* 114789 */ MCD_OPC_CheckPredicate, 48, 152, 102, 0, // Skip to: 141058 |
23234 | | /* 114794 */ MCD_OPC_Decode, 166, 48, 152, 4, // Opcode: SQSHLUv2i64_shift |
23235 | | /* 114799 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 114814 |
23236 | | /* 114804 */ MCD_OPC_CheckPredicate, 48, 137, 102, 0, // Skip to: 141058 |
23237 | | /* 114809 */ MCD_OPC_Decode, 179, 60, 152, 4, // Opcode: UQSHLv2i64_shift |
23238 | | /* 114814 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 114829 |
23239 | | /* 114819 */ MCD_OPC_CheckPredicate, 48, 122, 102, 0, // Skip to: 141058 |
23240 | | /* 114824 */ MCD_OPC_Decode, 238, 56, 150, 4, // Opcode: UCVTFv2i64_shift |
23241 | | /* 114829 */ MCD_OPC_FilterValue, 31, 112, 102, 0, // Skip to: 141058 |
23242 | | /* 114834 */ MCD_OPC_CheckPredicate, 48, 107, 102, 0, // Skip to: 141058 |
23243 | | /* 114839 */ MCD_OPC_Decode, 222, 22, 150, 4, // Opcode: FCVTZUv2i64_shift |
23244 | | /* 114844 */ MCD_OPC_FilterValue, 14, 252, 4, 0, // Skip to: 116125 |
23245 | | /* 114849 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23246 | | /* 114852 */ MCD_OPC_FilterValue, 0, 99, 1, 0, // Skip to: 115212 |
23247 | | /* 114857 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23248 | | /* 114860 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 114882 |
23249 | | /* 114865 */ MCD_OPC_CheckPredicate, 55, 76, 102, 0, // Skip to: 141058 |
23250 | | /* 114870 */ MCD_OPC_CheckField, 10, 1, 0, 69, 102, 0, // Skip to: 141058 |
23251 | | /* 114877 */ MCD_OPC_Decode, 160, 25, 234, 3, // Opcode: FMLALlanev4f16 |
23252 | | /* 114882 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 114904 |
23253 | | /* 114887 */ MCD_OPC_CheckPredicate, 48, 54, 102, 0, // Skip to: 141058 |
23254 | | /* 114892 */ MCD_OPC_CheckField, 10, 1, 0, 47, 102, 0, // Skip to: 141058 |
23255 | | /* 114899 */ MCD_OPC_Decode, 193, 25, 233, 3, // Opcode: FMLAv2i32_indexed |
23256 | | /* 114904 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 114926 |
23257 | | /* 114909 */ MCD_OPC_CheckPredicate, 48, 32, 102, 0, // Skip to: 141058 |
23258 | | /* 114914 */ MCD_OPC_CheckField, 10, 1, 0, 25, 102, 0, // Skip to: 141058 |
23259 | | /* 114921 */ MCD_OPC_Decode, 211, 44, 155, 4, // Opcode: SMLALv2i32_indexed |
23260 | | /* 114926 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 114948 |
23261 | | /* 114931 */ MCD_OPC_CheckPredicate, 48, 10, 102, 0, // Skip to: 141058 |
23262 | | /* 114936 */ MCD_OPC_CheckField, 10, 1, 0, 3, 102, 0, // Skip to: 141058 |
23263 | | /* 114943 */ MCD_OPC_Decode, 157, 46, 155, 4, // Opcode: SQDMLALv2i32_indexed |
23264 | | /* 114948 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 114970 |
23265 | | /* 114953 */ MCD_OPC_CheckPredicate, 55, 244, 101, 0, // Skip to: 141058 |
23266 | | /* 114958 */ MCD_OPC_CheckField, 10, 1, 0, 237, 101, 0, // Skip to: 141058 |
23267 | | /* 114965 */ MCD_OPC_Decode, 217, 25, 234, 3, // Opcode: FMLSLlanev4f16 |
23268 | | /* 114970 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 114992 |
23269 | | /* 114975 */ MCD_OPC_CheckPredicate, 48, 222, 101, 0, // Skip to: 141058 |
23270 | | /* 114980 */ MCD_OPC_CheckField, 10, 1, 0, 215, 101, 0, // Skip to: 141058 |
23271 | | /* 114987 */ MCD_OPC_Decode, 250, 25, 233, 3, // Opcode: FMLSv2i32_indexed |
23272 | | /* 114992 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 115014 |
23273 | | /* 114997 */ MCD_OPC_CheckPredicate, 48, 200, 101, 0, // Skip to: 141058 |
23274 | | /* 115002 */ MCD_OPC_CheckField, 10, 1, 0, 193, 101, 0, // Skip to: 141058 |
23275 | | /* 115009 */ MCD_OPC_Decode, 255, 44, 155, 4, // Opcode: SMLSLv2i32_indexed |
23276 | | /* 115014 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 115036 |
23277 | | /* 115019 */ MCD_OPC_CheckPredicate, 48, 178, 101, 0, // Skip to: 141058 |
23278 | | /* 115024 */ MCD_OPC_CheckField, 10, 1, 0, 171, 101, 0, // Skip to: 141058 |
23279 | | /* 115031 */ MCD_OPC_Decode, 182, 46, 155, 4, // Opcode: SQDMLSLv2i32_indexed |
23280 | | /* 115036 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 115058 |
23281 | | /* 115041 */ MCD_OPC_CheckPredicate, 48, 156, 101, 0, // Skip to: 141058 |
23282 | | /* 115046 */ MCD_OPC_CheckField, 10, 1, 0, 149, 101, 0, // Skip to: 141058 |
23283 | | /* 115053 */ MCD_OPC_Decode, 169, 38, 156, 4, // Opcode: MULv2i32_indexed |
23284 | | /* 115058 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 115080 |
23285 | | /* 115063 */ MCD_OPC_CheckPredicate, 48, 134, 101, 0, // Skip to: 141058 |
23286 | | /* 115068 */ MCD_OPC_CheckField, 10, 1, 0, 127, 101, 0, // Skip to: 141058 |
23287 | | /* 115075 */ MCD_OPC_Decode, 211, 26, 156, 4, // Opcode: FMULv2i32_indexed |
23288 | | /* 115080 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 115102 |
23289 | | /* 115085 */ MCD_OPC_CheckPredicate, 48, 112, 101, 0, // Skip to: 141058 |
23290 | | /* 115090 */ MCD_OPC_CheckField, 10, 1, 0, 105, 101, 0, // Skip to: 141058 |
23291 | | /* 115097 */ MCD_OPC_Decode, 175, 45, 157, 4, // Opcode: SMULLv2i32_indexed |
23292 | | /* 115102 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 115124 |
23293 | | /* 115107 */ MCD_OPC_CheckPredicate, 48, 90, 101, 0, // Skip to: 141058 |
23294 | | /* 115112 */ MCD_OPC_CheckField, 10, 1, 0, 83, 101, 0, // Skip to: 141058 |
23295 | | /* 115119 */ MCD_OPC_Decode, 239, 46, 157, 4, // Opcode: SQDMULLv2i32_indexed |
23296 | | /* 115124 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 115146 |
23297 | | /* 115129 */ MCD_OPC_CheckPredicate, 48, 68, 101, 0, // Skip to: 141058 |
23298 | | /* 115134 */ MCD_OPC_CheckField, 10, 1, 0, 61, 101, 0, // Skip to: 141058 |
23299 | | /* 115141 */ MCD_OPC_Decode, 218, 46, 156, 4, // Opcode: SQDMULHv2i32_indexed |
23300 | | /* 115146 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 115168 |
23301 | | /* 115151 */ MCD_OPC_CheckPredicate, 48, 46, 101, 0, // Skip to: 141058 |
23302 | | /* 115156 */ MCD_OPC_CheckField, 10, 1, 0, 39, 101, 0, // Skip to: 141058 |
23303 | | /* 115163 */ MCD_OPC_Decode, 212, 47, 156, 4, // Opcode: SQRDMULHv2i32_indexed |
23304 | | /* 115168 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 115190 |
23305 | | /* 115173 */ MCD_OPC_CheckPredicate, 66, 24, 101, 0, // Skip to: 141058 |
23306 | | /* 115178 */ MCD_OPC_CheckField, 10, 1, 0, 17, 101, 0, // Skip to: 141058 |
23307 | | /* 115185 */ MCD_OPC_Decode, 188, 42, 233, 3, // Opcode: SDOTlanev8i8 |
23308 | | /* 115190 */ MCD_OPC_FilterValue, 15, 7, 101, 0, // Skip to: 141058 |
23309 | | /* 115195 */ MCD_OPC_CheckPredicate, 67, 2, 101, 0, // Skip to: 141058 |
23310 | | /* 115200 */ MCD_OPC_CheckField, 10, 1, 0, 251, 100, 0, // Skip to: 141058 |
23311 | | /* 115207 */ MCD_OPC_Decode, 198, 61, 233, 3, // Opcode: USDOTlanev8i8 |
23312 | | /* 115212 */ MCD_OPC_FilterValue, 1, 245, 0, 0, // Skip to: 115462 |
23313 | | /* 115217 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23314 | | /* 115220 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 115242 |
23315 | | /* 115225 */ MCD_OPC_CheckPredicate, 48, 228, 100, 0, // Skip to: 141058 |
23316 | | /* 115230 */ MCD_OPC_CheckField, 10, 1, 0, 221, 100, 0, // Skip to: 141058 |
23317 | | /* 115237 */ MCD_OPC_Decode, 143, 37, 233, 3, // Opcode: MLAv2i32_indexed |
23318 | | /* 115242 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 115264 |
23319 | | /* 115247 */ MCD_OPC_CheckPredicate, 48, 206, 100, 0, // Skip to: 141058 |
23320 | | /* 115252 */ MCD_OPC_CheckField, 10, 1, 0, 199, 100, 0, // Skip to: 141058 |
23321 | | /* 115259 */ MCD_OPC_Decode, 198, 58, 155, 4, // Opcode: UMLALv2i32_indexed |
23322 | | /* 115264 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 115286 |
23323 | | /* 115269 */ MCD_OPC_CheckPredicate, 48, 184, 100, 0, // Skip to: 141058 |
23324 | | /* 115274 */ MCD_OPC_CheckField, 10, 1, 0, 177, 100, 0, // Skip to: 141058 |
23325 | | /* 115281 */ MCD_OPC_Decode, 160, 37, 233, 3, // Opcode: MLSv2i32_indexed |
23326 | | /* 115286 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 115308 |
23327 | | /* 115291 */ MCD_OPC_CheckPredicate, 48, 162, 100, 0, // Skip to: 141058 |
23328 | | /* 115296 */ MCD_OPC_CheckField, 10, 1, 0, 155, 100, 0, // Skip to: 141058 |
23329 | | /* 115303 */ MCD_OPC_Decode, 242, 58, 155, 4, // Opcode: UMLSLv2i32_indexed |
23330 | | /* 115308 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 115330 |
23331 | | /* 115313 */ MCD_OPC_CheckPredicate, 55, 140, 100, 0, // Skip to: 141058 |
23332 | | /* 115318 */ MCD_OPC_CheckField, 10, 1, 0, 133, 100, 0, // Skip to: 141058 |
23333 | | /* 115325 */ MCD_OPC_Decode, 232, 24, 234, 3, // Opcode: FMLAL2lanev4f16 |
23334 | | /* 115330 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 115352 |
23335 | | /* 115335 */ MCD_OPC_CheckPredicate, 48, 118, 100, 0, // Skip to: 141058 |
23336 | | /* 115340 */ MCD_OPC_CheckField, 10, 1, 0, 111, 100, 0, // Skip to: 141058 |
23337 | | /* 115347 */ MCD_OPC_Decode, 186, 26, 156, 4, // Opcode: FMULXv2i32_indexed |
23338 | | /* 115352 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 115374 |
23339 | | /* 115357 */ MCD_OPC_CheckPredicate, 48, 96, 100, 0, // Skip to: 141058 |
23340 | | /* 115362 */ MCD_OPC_CheckField, 10, 1, 0, 89, 100, 0, // Skip to: 141058 |
23341 | | /* 115369 */ MCD_OPC_Decode, 160, 59, 157, 4, // Opcode: UMULLv2i32_indexed |
23342 | | /* 115374 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 115396 |
23343 | | /* 115379 */ MCD_OPC_CheckPredicate, 55, 74, 100, 0, // Skip to: 141058 |
23344 | | /* 115384 */ MCD_OPC_CheckField, 10, 1, 0, 67, 100, 0, // Skip to: 141058 |
23345 | | /* 115391 */ MCD_OPC_Decode, 201, 25, 234, 3, // Opcode: FMLSL2lanev4f16 |
23346 | | /* 115396 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 115418 |
23347 | | /* 115401 */ MCD_OPC_CheckPredicate, 61, 52, 100, 0, // Skip to: 141058 |
23348 | | /* 115406 */ MCD_OPC_CheckField, 10, 1, 0, 45, 100, 0, // Skip to: 141058 |
23349 | | /* 115413 */ MCD_OPC_Decode, 174, 47, 233, 3, // Opcode: SQRDMLAHv2i32_indexed |
23350 | | /* 115418 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 115440 |
23351 | | /* 115423 */ MCD_OPC_CheckPredicate, 66, 30, 100, 0, // Skip to: 141058 |
23352 | | /* 115428 */ MCD_OPC_CheckField, 10, 1, 0, 23, 100, 0, // Skip to: 141058 |
23353 | | /* 115435 */ MCD_OPC_Decode, 149, 57, 233, 3, // Opcode: UDOTlanev8i8 |
23354 | | /* 115440 */ MCD_OPC_FilterValue, 15, 13, 100, 0, // Skip to: 141058 |
23355 | | /* 115445 */ MCD_OPC_CheckPredicate, 61, 8, 100, 0, // Skip to: 141058 |
23356 | | /* 115450 */ MCD_OPC_CheckField, 10, 1, 0, 1, 100, 0, // Skip to: 141058 |
23357 | | /* 115457 */ MCD_OPC_Decode, 193, 47, 233, 3, // Opcode: SQRDMLSHv2i32_indexed |
23358 | | /* 115462 */ MCD_OPC_FilterValue, 2, 99, 1, 0, // Skip to: 115822 |
23359 | | /* 115467 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23360 | | /* 115470 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 115492 |
23361 | | /* 115475 */ MCD_OPC_CheckPredicate, 55, 234, 99, 0, // Skip to: 141058 |
23362 | | /* 115480 */ MCD_OPC_CheckField, 10, 1, 0, 227, 99, 0, // Skip to: 141058 |
23363 | | /* 115487 */ MCD_OPC_Decode, 161, 25, 130, 4, // Opcode: FMLALlanev8f16 |
23364 | | /* 115492 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 115514 |
23365 | | /* 115497 */ MCD_OPC_CheckPredicate, 48, 212, 99, 0, // Skip to: 141058 |
23366 | | /* 115502 */ MCD_OPC_CheckField, 10, 1, 0, 205, 99, 0, // Skip to: 141058 |
23367 | | /* 115509 */ MCD_OPC_Decode, 198, 25, 129, 4, // Opcode: FMLAv4i32_indexed |
23368 | | /* 115514 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 115536 |
23369 | | /* 115519 */ MCD_OPC_CheckPredicate, 48, 190, 99, 0, // Skip to: 141058 |
23370 | | /* 115524 */ MCD_OPC_CheckField, 10, 1, 0, 183, 99, 0, // Skip to: 141058 |
23371 | | /* 115531 */ MCD_OPC_Decode, 215, 44, 129, 4, // Opcode: SMLALv4i32_indexed |
23372 | | /* 115536 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 115558 |
23373 | | /* 115541 */ MCD_OPC_CheckPredicate, 48, 168, 99, 0, // Skip to: 141058 |
23374 | | /* 115546 */ MCD_OPC_CheckField, 10, 1, 0, 161, 99, 0, // Skip to: 141058 |
23375 | | /* 115553 */ MCD_OPC_Decode, 161, 46, 129, 4, // Opcode: SQDMLALv4i32_indexed |
23376 | | /* 115558 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 115580 |
23377 | | /* 115563 */ MCD_OPC_CheckPredicate, 55, 146, 99, 0, // Skip to: 141058 |
23378 | | /* 115568 */ MCD_OPC_CheckField, 10, 1, 0, 139, 99, 0, // Skip to: 141058 |
23379 | | /* 115575 */ MCD_OPC_Decode, 218, 25, 130, 4, // Opcode: FMLSLlanev8f16 |
23380 | | /* 115580 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 115602 |
23381 | | /* 115585 */ MCD_OPC_CheckPredicate, 48, 124, 99, 0, // Skip to: 141058 |
23382 | | /* 115590 */ MCD_OPC_CheckField, 10, 1, 0, 117, 99, 0, // Skip to: 141058 |
23383 | | /* 115597 */ MCD_OPC_Decode, 255, 25, 129, 4, // Opcode: FMLSv4i32_indexed |
23384 | | /* 115602 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 115624 |
23385 | | /* 115607 */ MCD_OPC_CheckPredicate, 48, 102, 99, 0, // Skip to: 141058 |
23386 | | /* 115612 */ MCD_OPC_CheckField, 10, 1, 0, 95, 99, 0, // Skip to: 141058 |
23387 | | /* 115619 */ MCD_OPC_Decode, 131, 45, 129, 4, // Opcode: SMLSLv4i32_indexed |
23388 | | /* 115624 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 115646 |
23389 | | /* 115629 */ MCD_OPC_CheckPredicate, 48, 80, 99, 0, // Skip to: 141058 |
23390 | | /* 115634 */ MCD_OPC_CheckField, 10, 1, 0, 73, 99, 0, // Skip to: 141058 |
23391 | | /* 115641 */ MCD_OPC_Decode, 186, 46, 129, 4, // Opcode: SQDMLSLv4i32_indexed |
23392 | | /* 115646 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 115668 |
23393 | | /* 115651 */ MCD_OPC_CheckPredicate, 48, 58, 99, 0, // Skip to: 141058 |
23394 | | /* 115656 */ MCD_OPC_CheckField, 10, 1, 0, 51, 99, 0, // Skip to: 141058 |
23395 | | /* 115663 */ MCD_OPC_Decode, 173, 38, 158, 4, // Opcode: MULv4i32_indexed |
23396 | | /* 115668 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 115690 |
23397 | | /* 115673 */ MCD_OPC_CheckPredicate, 48, 36, 99, 0, // Skip to: 141058 |
23398 | | /* 115678 */ MCD_OPC_CheckField, 10, 1, 0, 29, 99, 0, // Skip to: 141058 |
23399 | | /* 115685 */ MCD_OPC_Decode, 216, 26, 158, 4, // Opcode: FMULv4i32_indexed |
23400 | | /* 115690 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 115712 |
23401 | | /* 115695 */ MCD_OPC_CheckPredicate, 48, 14, 99, 0, // Skip to: 141058 |
23402 | | /* 115700 */ MCD_OPC_CheckField, 10, 1, 0, 7, 99, 0, // Skip to: 141058 |
23403 | | /* 115707 */ MCD_OPC_Decode, 179, 45, 158, 4, // Opcode: SMULLv4i32_indexed |
23404 | | /* 115712 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 115734 |
23405 | | /* 115717 */ MCD_OPC_CheckPredicate, 48, 248, 98, 0, // Skip to: 141058 |
23406 | | /* 115722 */ MCD_OPC_CheckField, 10, 1, 0, 241, 98, 0, // Skip to: 141058 |
23407 | | /* 115729 */ MCD_OPC_Decode, 243, 46, 158, 4, // Opcode: SQDMULLv4i32_indexed |
23408 | | /* 115734 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 115756 |
23409 | | /* 115739 */ MCD_OPC_CheckPredicate, 48, 226, 98, 0, // Skip to: 141058 |
23410 | | /* 115744 */ MCD_OPC_CheckField, 10, 1, 0, 219, 98, 0, // Skip to: 141058 |
23411 | | /* 115751 */ MCD_OPC_Decode, 222, 46, 158, 4, // Opcode: SQDMULHv4i32_indexed |
23412 | | /* 115756 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 115778 |
23413 | | /* 115761 */ MCD_OPC_CheckPredicate, 48, 204, 98, 0, // Skip to: 141058 |
23414 | | /* 115766 */ MCD_OPC_CheckField, 10, 1, 0, 197, 98, 0, // Skip to: 141058 |
23415 | | /* 115773 */ MCD_OPC_Decode, 216, 47, 158, 4, // Opcode: SQRDMULHv4i32_indexed |
23416 | | /* 115778 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 115800 |
23417 | | /* 115783 */ MCD_OPC_CheckPredicate, 66, 182, 98, 0, // Skip to: 141058 |
23418 | | /* 115788 */ MCD_OPC_CheckField, 10, 1, 0, 175, 98, 0, // Skip to: 141058 |
23419 | | /* 115795 */ MCD_OPC_Decode, 187, 42, 129, 4, // Opcode: SDOTlanev16i8 |
23420 | | /* 115800 */ MCD_OPC_FilterValue, 15, 165, 98, 0, // Skip to: 141058 |
23421 | | /* 115805 */ MCD_OPC_CheckPredicate, 67, 160, 98, 0, // Skip to: 141058 |
23422 | | /* 115810 */ MCD_OPC_CheckField, 10, 1, 0, 153, 98, 0, // Skip to: 141058 |
23423 | | /* 115817 */ MCD_OPC_Decode, 197, 61, 129, 4, // Opcode: USDOTlanev16i8 |
23424 | | /* 115822 */ MCD_OPC_FilterValue, 3, 143, 98, 0, // Skip to: 141058 |
23425 | | /* 115827 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
23426 | | /* 115830 */ MCD_OPC_FilterValue, 0, 179, 0, 0, // Skip to: 116014 |
23427 | | /* 115835 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
23428 | | /* 115838 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 115860 |
23429 | | /* 115843 */ MCD_OPC_CheckPredicate, 48, 122, 98, 0, // Skip to: 141058 |
23430 | | /* 115848 */ MCD_OPC_CheckField, 10, 1, 0, 115, 98, 0, // Skip to: 141058 |
23431 | | /* 115855 */ MCD_OPC_Decode, 147, 37, 129, 4, // Opcode: MLAv4i32_indexed |
23432 | | /* 115860 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 115882 |
23433 | | /* 115865 */ MCD_OPC_CheckPredicate, 48, 100, 98, 0, // Skip to: 141058 |
23434 | | /* 115870 */ MCD_OPC_CheckField, 10, 1, 0, 93, 98, 0, // Skip to: 141058 |
23435 | | /* 115877 */ MCD_OPC_Decode, 202, 58, 129, 4, // Opcode: UMLALv4i32_indexed |
23436 | | /* 115882 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 115904 |
23437 | | /* 115887 */ MCD_OPC_CheckPredicate, 48, 78, 98, 0, // Skip to: 141058 |
23438 | | /* 115892 */ MCD_OPC_CheckField, 10, 1, 0, 71, 98, 0, // Skip to: 141058 |
23439 | | /* 115899 */ MCD_OPC_Decode, 164, 37, 129, 4, // Opcode: MLSv4i32_indexed |
23440 | | /* 115904 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 115926 |
23441 | | /* 115909 */ MCD_OPC_CheckPredicate, 48, 56, 98, 0, // Skip to: 141058 |
23442 | | /* 115914 */ MCD_OPC_CheckField, 10, 1, 0, 49, 98, 0, // Skip to: 141058 |
23443 | | /* 115921 */ MCD_OPC_Decode, 246, 58, 129, 4, // Opcode: UMLSLv4i32_indexed |
23444 | | /* 115926 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 115948 |
23445 | | /* 115931 */ MCD_OPC_CheckPredicate, 55, 34, 98, 0, // Skip to: 141058 |
23446 | | /* 115936 */ MCD_OPC_CheckField, 10, 1, 0, 27, 98, 0, // Skip to: 141058 |
23447 | | /* 115943 */ MCD_OPC_Decode, 233, 24, 130, 4, // Opcode: FMLAL2lanev8f16 |
23448 | | /* 115948 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 115970 |
23449 | | /* 115953 */ MCD_OPC_CheckPredicate, 48, 12, 98, 0, // Skip to: 141058 |
23450 | | /* 115958 */ MCD_OPC_CheckField, 10, 1, 0, 5, 98, 0, // Skip to: 141058 |
23451 | | /* 115965 */ MCD_OPC_Decode, 164, 59, 158, 4, // Opcode: UMULLv4i32_indexed |
23452 | | /* 115970 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 115992 |
23453 | | /* 115975 */ MCD_OPC_CheckPredicate, 55, 246, 97, 0, // Skip to: 141058 |
23454 | | /* 115980 */ MCD_OPC_CheckField, 10, 1, 0, 239, 97, 0, // Skip to: 141058 |
23455 | | /* 115987 */ MCD_OPC_Decode, 202, 25, 130, 4, // Opcode: FMLSL2lanev8f16 |
23456 | | /* 115992 */ MCD_OPC_FilterValue, 7, 229, 97, 0, // Skip to: 141058 |
23457 | | /* 115997 */ MCD_OPC_CheckPredicate, 66, 224, 97, 0, // Skip to: 141058 |
23458 | | /* 116002 */ MCD_OPC_CheckField, 10, 1, 0, 217, 97, 0, // Skip to: 141058 |
23459 | | /* 116009 */ MCD_OPC_Decode, 148, 57, 129, 4, // Opcode: UDOTlanev16i8 |
23460 | | /* 116014 */ MCD_OPC_FilterValue, 1, 207, 97, 0, // Skip to: 141058 |
23461 | | /* 116019 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
23462 | | /* 116022 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 116051 |
23463 | | /* 116027 */ MCD_OPC_CheckPredicate, 69, 194, 97, 0, // Skip to: 141058 |
23464 | | /* 116032 */ MCD_OPC_CheckField, 21, 1, 0, 187, 97, 0, // Skip to: 141058 |
23465 | | /* 116039 */ MCD_OPC_CheckField, 10, 1, 0, 180, 97, 0, // Skip to: 141058 |
23466 | | /* 116046 */ MCD_OPC_Decode, 214, 20, 159, 4, // Opcode: FCMLAv4f32_indexed |
23467 | | /* 116051 */ MCD_OPC_FilterValue, 1, 170, 97, 0, // Skip to: 141058 |
23468 | | /* 116056 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
23469 | | /* 116059 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 116081 |
23470 | | /* 116064 */ MCD_OPC_CheckPredicate, 48, 157, 97, 0, // Skip to: 141058 |
23471 | | /* 116069 */ MCD_OPC_CheckField, 10, 1, 0, 150, 97, 0, // Skip to: 141058 |
23472 | | /* 116076 */ MCD_OPC_Decode, 191, 26, 158, 4, // Opcode: FMULXv4i32_indexed |
23473 | | /* 116081 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 116103 |
23474 | | /* 116086 */ MCD_OPC_CheckPredicate, 61, 135, 97, 0, // Skip to: 141058 |
23475 | | /* 116091 */ MCD_OPC_CheckField, 10, 1, 0, 128, 97, 0, // Skip to: 141058 |
23476 | | /* 116098 */ MCD_OPC_Decode, 178, 47, 129, 4, // Opcode: SQRDMLAHv4i32_indexed |
23477 | | /* 116103 */ MCD_OPC_FilterValue, 3, 118, 97, 0, // Skip to: 141058 |
23478 | | /* 116108 */ MCD_OPC_CheckPredicate, 61, 113, 97, 0, // Skip to: 141058 |
23479 | | /* 116113 */ MCD_OPC_CheckField, 10, 1, 0, 106, 97, 0, // Skip to: 141058 |
23480 | | /* 116120 */ MCD_OPC_Decode, 197, 47, 129, 4, // Opcode: SQRDMLSHv4i32_indexed |
23481 | | /* 116125 */ MCD_OPC_FilterValue, 15, 96, 97, 0, // Skip to: 141058 |
23482 | | /* 116130 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23483 | | /* 116133 */ MCD_OPC_FilterValue, 0, 47, 0, 0, // Skip to: 116185 |
23484 | | /* 116138 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23485 | | /* 116141 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 116163 |
23486 | | /* 116146 */ MCD_OPC_CheckPredicate, 52, 75, 97, 0, // Skip to: 141058 |
23487 | | /* 116151 */ MCD_OPC_CheckField, 10, 1, 0, 68, 97, 0, // Skip to: 141058 |
23488 | | /* 116158 */ MCD_OPC_Decode, 240, 24, 253, 3, // Opcode: FMLALBlanev8f16 |
23489 | | /* 116163 */ MCD_OPC_FilterValue, 2, 58, 97, 0, // Skip to: 141058 |
23490 | | /* 116168 */ MCD_OPC_CheckPredicate, 52, 53, 97, 0, // Skip to: 141058 |
23491 | | /* 116173 */ MCD_OPC_CheckField, 10, 1, 0, 46, 97, 0, // Skip to: 141058 |
23492 | | /* 116180 */ MCD_OPC_Decode, 142, 25, 253, 3, // Opcode: FMLALTlanev8f16 |
23493 | | /* 116185 */ MCD_OPC_FilterValue, 1, 31, 0, 0, // Skip to: 116221 |
23494 | | /* 116190 */ MCD_OPC_CheckPredicate, 48, 31, 97, 0, // Skip to: 141058 |
23495 | | /* 116195 */ MCD_OPC_CheckField, 29, 3, 2, 24, 97, 0, // Skip to: 141058 |
23496 | | /* 116202 */ MCD_OPC_CheckField, 21, 1, 0, 17, 97, 0, // Skip to: 141058 |
23497 | | /* 116209 */ MCD_OPC_CheckField, 10, 1, 0, 10, 97, 0, // Skip to: 141058 |
23498 | | /* 116216 */ MCD_OPC_Decode, 194, 25, 160, 4, // Opcode: FMLAv2i64_indexed |
23499 | | /* 116221 */ MCD_OPC_FilterValue, 5, 31, 0, 0, // Skip to: 116257 |
23500 | | /* 116226 */ MCD_OPC_CheckPredicate, 48, 251, 96, 0, // Skip to: 141058 |
23501 | | /* 116231 */ MCD_OPC_CheckField, 29, 3, 2, 244, 96, 0, // Skip to: 141058 |
23502 | | /* 116238 */ MCD_OPC_CheckField, 21, 1, 0, 237, 96, 0, // Skip to: 141058 |
23503 | | /* 116245 */ MCD_OPC_CheckField, 10, 1, 0, 230, 96, 0, // Skip to: 141058 |
23504 | | /* 116252 */ MCD_OPC_Decode, 251, 25, 160, 4, // Opcode: FMLSv2i64_indexed |
23505 | | /* 116257 */ MCD_OPC_FilterValue, 9, 61, 0, 0, // Skip to: 116323 |
23506 | | /* 116262 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23507 | | /* 116265 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 116294 |
23508 | | /* 116270 */ MCD_OPC_CheckPredicate, 48, 207, 96, 0, // Skip to: 141058 |
23509 | | /* 116275 */ MCD_OPC_CheckField, 21, 1, 0, 200, 96, 0, // Skip to: 141058 |
23510 | | /* 116282 */ MCD_OPC_CheckField, 10, 1, 0, 193, 96, 0, // Skip to: 141058 |
23511 | | /* 116289 */ MCD_OPC_Decode, 212, 26, 161, 4, // Opcode: FMULv2i64_indexed |
23512 | | /* 116294 */ MCD_OPC_FilterValue, 3, 183, 96, 0, // Skip to: 141058 |
23513 | | /* 116299 */ MCD_OPC_CheckPredicate, 48, 178, 96, 0, // Skip to: 141058 |
23514 | | /* 116304 */ MCD_OPC_CheckField, 21, 1, 0, 171, 96, 0, // Skip to: 141058 |
23515 | | /* 116311 */ MCD_OPC_CheckField, 10, 1, 0, 164, 96, 0, // Skip to: 141058 |
23516 | | /* 116318 */ MCD_OPC_Decode, 187, 26, 161, 4, // Opcode: FMULXv2i64_indexed |
23517 | | /* 116323 */ MCD_OPC_FilterValue, 15, 154, 96, 0, // Skip to: 141058 |
23518 | | /* 116328 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23519 | | /* 116331 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 116353 |
23520 | | /* 116336 */ MCD_OPC_CheckPredicate, 63, 141, 96, 0, // Skip to: 141058 |
23521 | | /* 116341 */ MCD_OPC_CheckField, 10, 1, 0, 134, 96, 0, // Skip to: 141058 |
23522 | | /* 116348 */ MCD_OPC_Decode, 209, 13, 130, 4, // Opcode: BFMLALBIdx |
23523 | | /* 116353 */ MCD_OPC_FilterValue, 2, 124, 96, 0, // Skip to: 141058 |
23524 | | /* 116358 */ MCD_OPC_CheckPredicate, 63, 119, 96, 0, // Skip to: 141058 |
23525 | | /* 116363 */ MCD_OPC_CheckField, 10, 1, 0, 112, 96, 0, // Skip to: 141058 |
23526 | | /* 116370 */ MCD_OPC_Decode, 213, 13, 130, 4, // Opcode: BFMLALTIdx |
23527 | | /* 116375 */ MCD_OPC_FilterValue, 4, 227, 2, 0, // Skip to: 117119 |
23528 | | /* 116380 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
23529 | | /* 116383 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 116411 |
23530 | | /* 116388 */ MCD_OPC_ExtractField, 31, 1, // Inst{31} ... |
23531 | | /* 116391 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 116401 |
23532 | | /* 116396 */ MCD_OPC_Decode, 162, 12, 162, 4, // Opcode: ADR |
23533 | | /* 116401 */ MCD_OPC_FilterValue, 1, 76, 96, 0, // Skip to: 141058 |
23534 | | /* 116406 */ MCD_OPC_Decode, 163, 12, 162, 4, // Opcode: ADRP |
23535 | | /* 116411 */ MCD_OPC_FilterValue, 1, 253, 0, 0, // Skip to: 116669 |
23536 | | /* 116416 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23537 | | /* 116419 */ MCD_OPC_FilterValue, 0, 68, 0, 0, // Skip to: 116492 |
23538 | | /* 116424 */ MCD_OPC_ExtractField, 18, 6, // Inst{23-18} ... |
23539 | | /* 116427 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 116442 |
23540 | | /* 116432 */ MCD_OPC_CheckPredicate, 70, 50, 0, 0, // Skip to: 116487 |
23541 | | /* 116437 */ MCD_OPC_Decode, 212, 43, 163, 4, // Opcode: SMAXWri |
23542 | | /* 116442 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 116457 |
23543 | | /* 116447 */ MCD_OPC_CheckPredicate, 70, 35, 0, 0, // Skip to: 116487 |
23544 | | /* 116452 */ MCD_OPC_Decode, 200, 57, 164, 4, // Opcode: UMAXWri |
23545 | | /* 116457 */ MCD_OPC_FilterValue, 50, 10, 0, 0, // Skip to: 116472 |
23546 | | /* 116462 */ MCD_OPC_CheckPredicate, 70, 20, 0, 0, // Skip to: 116487 |
23547 | | /* 116467 */ MCD_OPC_Decode, 142, 44, 163, 4, // Opcode: SMINWri |
23548 | | /* 116472 */ MCD_OPC_FilterValue, 51, 10, 0, 0, // Skip to: 116487 |
23549 | | /* 116477 */ MCD_OPC_CheckPredicate, 70, 5, 0, 0, // Skip to: 116487 |
23550 | | /* 116482 */ MCD_OPC_Decode, 129, 58, 164, 4, // Opcode: UMINWri |
23551 | | /* 116487 */ MCD_OPC_Decode, 241, 11, 165, 4, // Opcode: ADDWri |
23552 | | /* 116492 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 116502 |
23553 | | /* 116497 */ MCD_OPC_Decode, 226, 11, 165, 4, // Opcode: ADDSWri |
23554 | | /* 116502 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 116512 |
23555 | | /* 116507 */ MCD_OPC_Decode, 161, 54, 165, 4, // Opcode: SUBWri |
23556 | | /* 116512 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 116522 |
23557 | | /* 116517 */ MCD_OPC_Decode, 154, 54, 165, 4, // Opcode: SUBSWri |
23558 | | /* 116522 */ MCD_OPC_FilterValue, 4, 90, 0, 0, // Skip to: 116617 |
23559 | | /* 116527 */ MCD_OPC_ExtractField, 18, 6, // Inst{23-18} ... |
23560 | | /* 116530 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 116545 |
23561 | | /* 116535 */ MCD_OPC_CheckPredicate, 70, 50, 0, 0, // Skip to: 116590 |
23562 | | /* 116540 */ MCD_OPC_Decode, 214, 43, 166, 4, // Opcode: SMAXXri |
23563 | | /* 116545 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 116560 |
23564 | | /* 116550 */ MCD_OPC_CheckPredicate, 70, 35, 0, 0, // Skip to: 116590 |
23565 | | /* 116555 */ MCD_OPC_Decode, 202, 57, 167, 4, // Opcode: UMAXXri |
23566 | | /* 116560 */ MCD_OPC_FilterValue, 50, 10, 0, 0, // Skip to: 116575 |
23567 | | /* 116565 */ MCD_OPC_CheckPredicate, 70, 20, 0, 0, // Skip to: 116590 |
23568 | | /* 116570 */ MCD_OPC_Decode, 144, 44, 166, 4, // Opcode: SMINXri |
23569 | | /* 116575 */ MCD_OPC_FilterValue, 51, 10, 0, 0, // Skip to: 116590 |
23570 | | /* 116580 */ MCD_OPC_CheckPredicate, 70, 5, 0, 0, // Skip to: 116590 |
23571 | | /* 116585 */ MCD_OPC_Decode, 131, 58, 167, 4, // Opcode: UMINXri |
23572 | | /* 116590 */ MCD_OPC_CheckPredicate, 47, 17, 0, 0, // Skip to: 116612 |
23573 | | /* 116595 */ MCD_OPC_CheckField, 22, 2, 2, 10, 0, 0, // Skip to: 116612 |
23574 | | /* 116602 */ MCD_OPC_SoftFail, 128, 128, 3 /* 0xc000 */, 0, |
23575 | | /* 116607 */ MCD_OPC_Decode, 191, 11, 168, 4, // Opcode: ADDG |
23576 | | /* 116612 */ MCD_OPC_Decode, 244, 11, 165, 4, // Opcode: ADDXri |
23577 | | /* 116617 */ MCD_OPC_FilterValue, 5, 5, 0, 0, // Skip to: 116627 |
23578 | | /* 116622 */ MCD_OPC_Decode, 229, 11, 165, 4, // Opcode: ADDSXri |
23579 | | /* 116627 */ MCD_OPC_FilterValue, 6, 27, 0, 0, // Skip to: 116659 |
23580 | | /* 116632 */ MCD_OPC_CheckPredicate, 47, 17, 0, 0, // Skip to: 116654 |
23581 | | /* 116637 */ MCD_OPC_CheckField, 22, 2, 2, 10, 0, 0, // Skip to: 116654 |
23582 | | /* 116644 */ MCD_OPC_SoftFail, 128, 128, 3 /* 0xc000 */, 0, |
23583 | | /* 116649 */ MCD_OPC_Decode, 130, 54, 168, 4, // Opcode: SUBG |
23584 | | /* 116654 */ MCD_OPC_Decode, 164, 54, 165, 4, // Opcode: SUBXri |
23585 | | /* 116659 */ MCD_OPC_FilterValue, 7, 74, 95, 0, // Skip to: 141058 |
23586 | | /* 116664 */ MCD_OPC_Decode, 157, 54, 165, 4, // Opcode: SUBSXri |
23587 | | /* 116669 */ MCD_OPC_FilterValue, 2, 226, 0, 0, // Skip to: 116900 |
23588 | | /* 116674 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23589 | | /* 116677 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 116712 |
23590 | | /* 116682 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23591 | | /* 116685 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 116702 |
23592 | | /* 116690 */ MCD_OPC_CheckField, 22, 1, 0, 41, 95, 0, // Skip to: 141058 |
23593 | | /* 116697 */ MCD_OPC_Decode, 201, 12, 169, 4, // Opcode: ANDWri |
23594 | | /* 116702 */ MCD_OPC_FilterValue, 1, 31, 95, 0, // Skip to: 141058 |
23595 | | /* 116707 */ MCD_OPC_Decode, 248, 37, 170, 4, // Opcode: MOVNWi |
23596 | | /* 116712 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 116729 |
23597 | | /* 116717 */ MCD_OPC_CheckField, 22, 2, 0, 14, 95, 0, // Skip to: 141058 |
23598 | | /* 116724 */ MCD_OPC_Decode, 219, 38, 169, 4, // Opcode: ORRWri |
23599 | | /* 116729 */ MCD_OPC_FilterValue, 2, 30, 0, 0, // Skip to: 116764 |
23600 | | /* 116734 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23601 | | /* 116737 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 116754 |
23602 | | /* 116742 */ MCD_OPC_CheckField, 22, 1, 0, 245, 94, 0, // Skip to: 141058 |
23603 | | /* 116749 */ MCD_OPC_Decode, 209, 18, 169, 4, // Opcode: EORWri |
23604 | | /* 116754 */ MCD_OPC_FilterValue, 1, 235, 94, 0, // Skip to: 141058 |
23605 | | /* 116759 */ MCD_OPC_Decode, 134, 38, 170, 4, // Opcode: MOVZWi |
23606 | | /* 116764 */ MCD_OPC_FilterValue, 3, 30, 0, 0, // Skip to: 116799 |
23607 | | /* 116769 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23608 | | /* 116772 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 116789 |
23609 | | /* 116777 */ MCD_OPC_CheckField, 22, 1, 0, 210, 94, 0, // Skip to: 141058 |
23610 | | /* 116784 */ MCD_OPC_Decode, 192, 12, 169, 4, // Opcode: ANDSWri |
23611 | | /* 116789 */ MCD_OPC_FilterValue, 1, 200, 94, 0, // Skip to: 141058 |
23612 | | /* 116794 */ MCD_OPC_Decode, 246, 37, 170, 4, // Opcode: MOVKWi |
23613 | | /* 116799 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 116827 |
23614 | | /* 116804 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23615 | | /* 116807 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 116817 |
23616 | | /* 116812 */ MCD_OPC_Decode, 203, 12, 169, 4, // Opcode: ANDXri |
23617 | | /* 116817 */ MCD_OPC_FilterValue, 1, 172, 94, 0, // Skip to: 141058 |
23618 | | /* 116822 */ MCD_OPC_Decode, 249, 37, 170, 4, // Opcode: MOVNXi |
23619 | | /* 116827 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 116844 |
23620 | | /* 116832 */ MCD_OPC_CheckField, 23, 1, 0, 155, 94, 0, // Skip to: 141058 |
23621 | | /* 116839 */ MCD_OPC_Decode, 221, 38, 169, 4, // Opcode: ORRXri |
23622 | | /* 116844 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 116872 |
23623 | | /* 116849 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23624 | | /* 116852 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 116862 |
23625 | | /* 116857 */ MCD_OPC_Decode, 211, 18, 169, 4, // Opcode: EORXri |
23626 | | /* 116862 */ MCD_OPC_FilterValue, 1, 127, 94, 0, // Skip to: 141058 |
23627 | | /* 116867 */ MCD_OPC_Decode, 135, 38, 170, 4, // Opcode: MOVZXi |
23628 | | /* 116872 */ MCD_OPC_FilterValue, 7, 117, 94, 0, // Skip to: 141058 |
23629 | | /* 116877 */ MCD_OPC_ExtractField, 23, 1, // Inst{23} ... |
23630 | | /* 116880 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 116890 |
23631 | | /* 116885 */ MCD_OPC_Decode, 194, 12, 169, 4, // Opcode: ANDSXri |
23632 | | /* 116890 */ MCD_OPC_FilterValue, 1, 99, 94, 0, // Skip to: 141058 |
23633 | | /* 116895 */ MCD_OPC_Decode, 247, 37, 170, 4, // Opcode: MOVKXi |
23634 | | /* 116900 */ MCD_OPC_FilterValue, 3, 89, 94, 0, // Skip to: 141058 |
23635 | | /* 116905 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23636 | | /* 116908 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 116950 |
23637 | | /* 116913 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
23638 | | /* 116916 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 116933 |
23639 | | /* 116921 */ MCD_OPC_CheckField, 15, 1, 0, 66, 94, 0, // Skip to: 141058 |
23640 | | /* 116928 */ MCD_OPC_Decode, 234, 41, 171, 4, // Opcode: SBFMWri |
23641 | | /* 116933 */ MCD_OPC_FilterValue, 4, 56, 94, 0, // Skip to: 141058 |
23642 | | /* 116938 */ MCD_OPC_CheckField, 15, 1, 0, 49, 94, 0, // Skip to: 141058 |
23643 | | /* 116945 */ MCD_OPC_Decode, 236, 18, 172, 4, // Opcode: EXTRWrri |
23644 | | /* 116950 */ MCD_OPC_FilterValue, 1, 19, 0, 0, // Skip to: 116974 |
23645 | | /* 116955 */ MCD_OPC_CheckField, 21, 3, 0, 32, 94, 0, // Skip to: 141058 |
23646 | | /* 116962 */ MCD_OPC_CheckField, 15, 1, 0, 25, 94, 0, // Skip to: 141058 |
23647 | | /* 116969 */ MCD_OPC_Decode, 133, 14, 173, 4, // Opcode: BFMWri |
23648 | | /* 116974 */ MCD_OPC_FilterValue, 2, 19, 0, 0, // Skip to: 116998 |
23649 | | /* 116979 */ MCD_OPC_CheckField, 21, 3, 0, 8, 94, 0, // Skip to: 141058 |
23650 | | /* 116986 */ MCD_OPC_CheckField, 15, 1, 0, 1, 94, 0, // Skip to: 141058 |
23651 | | /* 116993 */ MCD_OPC_Decode, 194, 56, 171, 4, // Opcode: UBFMWri |
23652 | | /* 116998 */ MCD_OPC_FilterValue, 4, 30, 0, 0, // Skip to: 117033 |
23653 | | /* 117003 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
23654 | | /* 117006 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 117016 |
23655 | | /* 117011 */ MCD_OPC_Decode, 235, 41, 174, 4, // Opcode: SBFMXri |
23656 | | /* 117016 */ MCD_OPC_FilterValue, 3, 229, 93, 0, // Skip to: 141058 |
23657 | | /* 117021 */ MCD_OPC_CheckField, 21, 1, 0, 222, 93, 0, // Skip to: 141058 |
23658 | | /* 117028 */ MCD_OPC_Decode, 238, 18, 175, 4, // Opcode: EXTRXrri |
23659 | | /* 117033 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 117050 |
23660 | | /* 117038 */ MCD_OPC_CheckField, 22, 2, 1, 205, 93, 0, // Skip to: 141058 |
23661 | | /* 117045 */ MCD_OPC_Decode, 134, 14, 176, 4, // Opcode: BFMXri |
23662 | | /* 117050 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 117067 |
23663 | | /* 117055 */ MCD_OPC_CheckField, 22, 2, 1, 188, 93, 0, // Skip to: 141058 |
23664 | | /* 117062 */ MCD_OPC_Decode, 195, 56, 174, 4, // Opcode: UBFMXri |
23665 | | /* 117067 */ MCD_OPC_FilterValue, 7, 178, 93, 0, // Skip to: 141058 |
23666 | | /* 117072 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
23667 | | /* 117075 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 117097 |
23668 | | /* 117080 */ MCD_OPC_CheckPredicate, 71, 165, 93, 0, // Skip to: 141058 |
23669 | | /* 117085 */ MCD_OPC_CheckField, 0, 5, 31, 158, 93, 0, // Skip to: 141058 |
23670 | | /* 117092 */ MCD_OPC_Decode, 251, 12, 177, 4, // Opcode: AUTIASPPCi |
23671 | | /* 117097 */ MCD_OPC_FilterValue, 5, 148, 93, 0, // Skip to: 141058 |
23672 | | /* 117102 */ MCD_OPC_CheckPredicate, 71, 143, 93, 0, // Skip to: 141058 |
23673 | | /* 117107 */ MCD_OPC_CheckField, 0, 5, 31, 136, 93, 0, // Skip to: 141058 |
23674 | | /* 117114 */ MCD_OPC_Decode, 130, 13, 177, 4, // Opcode: AUTIBSPPCi |
23675 | | /* 117119 */ MCD_OPC_FilterValue, 5, 45, 6, 0, // Skip to: 118705 |
23676 | | /* 117124 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23677 | | /* 117127 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 117137 |
23678 | | /* 117132 */ MCD_OPC_Decode, 136, 13, 178, 4, // Opcode: B |
23679 | | /* 117137 */ MCD_OPC_FilterValue, 1, 43, 0, 0, // Skip to: 117185 |
23680 | | /* 117142 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
23681 | | /* 117145 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 117155 |
23682 | | /* 117150 */ MCD_OPC_Decode, 229, 14, 179, 4, // Opcode: CBZW |
23683 | | /* 117155 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 117165 |
23684 | | /* 117160 */ MCD_OPC_Decode, 227, 14, 179, 4, // Opcode: CBNZW |
23685 | | /* 117165 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 117175 |
23686 | | /* 117170 */ MCD_OPC_Decode, 190, 55, 180, 4, // Opcode: TBZW |
23687 | | /* 117175 */ MCD_OPC_FilterValue, 3, 70, 93, 0, // Skip to: 141058 |
23688 | | /* 117180 */ MCD_OPC_Decode, 172, 55, 180, 4, // Opcode: TBNZW |
23689 | | /* 117185 */ MCD_OPC_FilterValue, 2, 95, 0, 0, // Skip to: 117285 |
23690 | | /* 117190 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
23691 | | /* 117193 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 117210 |
23692 | | /* 117198 */ MCD_OPC_CheckField, 24, 2, 0, 45, 93, 0, // Skip to: 141058 |
23693 | | /* 117205 */ MCD_OPC_Decode, 198, 14, 181, 4, // Opcode: Bcc |
23694 | | /* 117210 */ MCD_OPC_FilterValue, 1, 35, 93, 0, // Skip to: 141058 |
23695 | | /* 117215 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
23696 | | /* 117218 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 117233 |
23697 | | /* 117223 */ MCD_OPC_CheckPredicate, 72, 22, 93, 0, // Skip to: 141058 |
23698 | | /* 117228 */ MCD_OPC_Decode, 139, 13, 181, 4, // Opcode: BCcc |
23699 | | /* 117233 */ MCD_OPC_FilterValue, 1, 12, 93, 0, // Skip to: 141058 |
23700 | | /* 117238 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
23701 | | /* 117241 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 117263 |
23702 | | /* 117246 */ MCD_OPC_CheckPredicate, 71, 255, 92, 0, // Skip to: 141058 |
23703 | | /* 117251 */ MCD_OPC_CheckField, 0, 4, 15, 248, 92, 0, // Skip to: 141058 |
23704 | | /* 117258 */ MCD_OPC_Decode, 194, 40, 177, 4, // Opcode: RETAASPPCi |
23705 | | /* 117263 */ MCD_OPC_FilterValue, 1, 238, 92, 0, // Skip to: 141058 |
23706 | | /* 117268 */ MCD_OPC_CheckPredicate, 71, 233, 92, 0, // Skip to: 141058 |
23707 | | /* 117273 */ MCD_OPC_CheckField, 0, 4, 15, 226, 92, 0, // Skip to: 141058 |
23708 | | /* 117280 */ MCD_OPC_Decode, 197, 40, 177, 4, // Opcode: RETABSPPCi |
23709 | | /* 117285 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 117295 |
23710 | | /* 117290 */ MCD_OPC_Decode, 165, 14, 178, 4, // Opcode: BL |
23711 | | /* 117295 */ MCD_OPC_FilterValue, 5, 43, 0, 0, // Skip to: 117343 |
23712 | | /* 117300 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
23713 | | /* 117303 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 117313 |
23714 | | /* 117308 */ MCD_OPC_Decode, 230, 14, 182, 4, // Opcode: CBZX |
23715 | | /* 117313 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 117323 |
23716 | | /* 117318 */ MCD_OPC_Decode, 228, 14, 182, 4, // Opcode: CBNZX |
23717 | | /* 117323 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 117333 |
23718 | | /* 117328 */ MCD_OPC_Decode, 191, 55, 180, 4, // Opcode: TBZX |
23719 | | /* 117333 */ MCD_OPC_FilterValue, 3, 168, 92, 0, // Skip to: 141058 |
23720 | | /* 117338 */ MCD_OPC_Decode, 173, 55, 180, 4, // Opcode: TBNZX |
23721 | | /* 117343 */ MCD_OPC_FilterValue, 6, 158, 92, 0, // Skip to: 141058 |
23722 | | /* 117348 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
23723 | | /* 117351 */ MCD_OPC_FilterValue, 0, 38, 0, 0, // Skip to: 117394 |
23724 | | /* 117356 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
23725 | | /* 117359 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 117369 |
23726 | | /* 117364 */ MCD_OPC_Decode, 246, 54, 183, 4, // Opcode: SVC |
23727 | | /* 117369 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 117379 |
23728 | | /* 117374 */ MCD_OPC_Decode, 242, 29, 183, 4, // Opcode: HVC |
23729 | | /* 117379 */ MCD_OPC_FilterValue, 3, 122, 92, 0, // Skip to: 141058 |
23730 | | /* 117384 */ MCD_OPC_CheckPredicate, 73, 117, 92, 0, // Skip to: 141058 |
23731 | | /* 117389 */ MCD_OPC_Decode, 246, 43, 183, 4, // Opcode: SMC |
23732 | | /* 117394 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 117411 |
23733 | | /* 117399 */ MCD_OPC_CheckField, 0, 5, 0, 100, 92, 0, // Skip to: 141058 |
23734 | | /* 117406 */ MCD_OPC_Decode, 180, 14, 183, 4, // Opcode: BRK |
23735 | | /* 117411 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 117428 |
23736 | | /* 117416 */ MCD_OPC_CheckField, 0, 5, 0, 83, 92, 0, // Skip to: 141058 |
23737 | | /* 117423 */ MCD_OPC_Decode, 241, 29, 183, 4, // Opcode: HLT |
23738 | | /* 117428 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 117450 |
23739 | | /* 117433 */ MCD_OPC_CheckPredicate, 74, 68, 92, 0, // Skip to: 141058 |
23740 | | /* 117438 */ MCD_OPC_CheckField, 0, 5, 0, 61, 92, 0, // Skip to: 141058 |
23741 | | /* 117445 */ MCD_OPC_Decode, 192, 55, 183, 4, // Opcode: TCANCEL |
23742 | | /* 117450 */ MCD_OPC_FilterValue, 5, 38, 0, 0, // Skip to: 117493 |
23743 | | /* 117455 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
23744 | | /* 117458 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 117468 |
23745 | | /* 117463 */ MCD_OPC_Decode, 131, 18, 183, 4, // Opcode: DCPS1 |
23746 | | /* 117468 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 117478 |
23747 | | /* 117473 */ MCD_OPC_Decode, 132, 18, 183, 4, // Opcode: DCPS2 |
23748 | | /* 117478 */ MCD_OPC_FilterValue, 3, 23, 92, 0, // Skip to: 141058 |
23749 | | /* 117483 */ MCD_OPC_CheckPredicate, 73, 18, 92, 0, // Skip to: 141058 |
23750 | | /* 117488 */ MCD_OPC_Decode, 133, 18, 183, 4, // Opcode: DCPS3 |
23751 | | /* 117493 */ MCD_OPC_FilterValue, 8, 136, 2, 0, // Skip to: 118146 |
23752 | | /* 117498 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
23753 | | /* 117501 */ MCD_OPC_FilterValue, 0, 243, 1, 0, // Skip to: 118005 |
23754 | | /* 117506 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
23755 | | /* 117509 */ MCD_OPC_FilterValue, 1, 45, 0, 0, // Skip to: 117559 |
23756 | | /* 117514 */ MCD_OPC_ExtractField, 5, 7, // Inst{11-5} ... |
23757 | | /* 117517 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 117538 |
23758 | | /* 117522 */ MCD_OPC_CheckPredicate, 75, 235, 91, 0, // Skip to: 141058 |
23759 | | /* 117527 */ MCD_OPC_CheckField, 16, 3, 3, 228, 91, 0, // Skip to: 141058 |
23760 | | /* 117534 */ MCD_OPC_Decode, 240, 62, 3, // Opcode: WFET |
23761 | | /* 117538 */ MCD_OPC_FilterValue, 1, 219, 91, 0, // Skip to: 141058 |
23762 | | /* 117543 */ MCD_OPC_CheckPredicate, 75, 214, 91, 0, // Skip to: 141058 |
23763 | | /* 117548 */ MCD_OPC_CheckField, 16, 3, 3, 207, 91, 0, // Skip to: 141058 |
23764 | | /* 117555 */ MCD_OPC_Decode, 241, 62, 3, // Opcode: WFIT |
23765 | | /* 117559 */ MCD_OPC_FilterValue, 2, 173, 0, 0, // Skip to: 117737 |
23766 | | /* 117564 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
23767 | | /* 117567 */ MCD_OPC_FilterValue, 31, 190, 91, 0, // Skip to: 141058 |
23768 | | /* 117572 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
23769 | | /* 117575 */ MCD_OPC_FilterValue, 3, 182, 91, 0, // Skip to: 141058 |
23770 | | /* 117580 */ MCD_OPC_ExtractField, 5, 7, // Inst{11-5} ... |
23771 | | /* 117583 */ MCD_OPC_FilterValue, 7, 4, 0, 0, // Skip to: 117592 |
23772 | | /* 117588 */ MCD_OPC_Decode, 133, 64, 4, // Opcode: XPACLRI |
23773 | | /* 117592 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 117601 |
23774 | | /* 117597 */ MCD_OPC_Decode, 246, 38, 4, // Opcode: PACIA1716 |
23775 | | /* 117601 */ MCD_OPC_FilterValue, 10, 4, 0, 0, // Skip to: 117610 |
23776 | | /* 117606 */ MCD_OPC_Decode, 252, 38, 4, // Opcode: PACIB1716 |
23777 | | /* 117610 */ MCD_OPC_FilterValue, 12, 4, 0, 0, // Skip to: 117619 |
23778 | | /* 117615 */ MCD_OPC_Decode, 248, 12, 4, // Opcode: AUTIA1716 |
23779 | | /* 117619 */ MCD_OPC_FilterValue, 14, 4, 0, 0, // Skip to: 117628 |
23780 | | /* 117624 */ MCD_OPC_Decode, 255, 12, 4, // Opcode: AUTIB1716 |
23781 | | /* 117628 */ MCD_OPC_FilterValue, 18, 9, 0, 0, // Skip to: 117642 |
23782 | | /* 117633 */ MCD_OPC_CheckPredicate, 76, 94, 0, 0, // Skip to: 117732 |
23783 | | /* 117638 */ MCD_OPC_Decode, 227, 55, 4, // Opcode: TSB |
23784 | | /* 117642 */ MCD_OPC_FilterValue, 24, 4, 0, 0, // Skip to: 117651 |
23785 | | /* 117647 */ MCD_OPC_Decode, 250, 38, 4, // Opcode: PACIAZ |
23786 | | /* 117651 */ MCD_OPC_FilterValue, 25, 4, 0, 0, // Skip to: 117660 |
23787 | | /* 117656 */ MCD_OPC_Decode, 248, 38, 4, // Opcode: PACIASP |
23788 | | /* 117660 */ MCD_OPC_FilterValue, 26, 4, 0, 0, // Skip to: 117669 |
23789 | | /* 117665 */ MCD_OPC_Decode, 128, 39, 4, // Opcode: PACIBZ |
23790 | | /* 117669 */ MCD_OPC_FilterValue, 27, 4, 0, 0, // Skip to: 117678 |
23791 | | /* 117674 */ MCD_OPC_Decode, 254, 38, 4, // Opcode: PACIBSP |
23792 | | /* 117678 */ MCD_OPC_FilterValue, 28, 4, 0, 0, // Skip to: 117687 |
23793 | | /* 117683 */ MCD_OPC_Decode, 253, 12, 4, // Opcode: AUTIAZ |
23794 | | /* 117687 */ MCD_OPC_FilterValue, 29, 4, 0, 0, // Skip to: 117696 |
23795 | | /* 117692 */ MCD_OPC_Decode, 250, 12, 4, // Opcode: AUTIASP |
23796 | | /* 117696 */ MCD_OPC_FilterValue, 30, 4, 0, 0, // Skip to: 117705 |
23797 | | /* 117701 */ MCD_OPC_Decode, 132, 13, 4, // Opcode: AUTIBZ |
23798 | | /* 117705 */ MCD_OPC_FilterValue, 31, 4, 0, 0, // Skip to: 117714 |
23799 | | /* 117710 */ MCD_OPC_Decode, 129, 13, 4, // Opcode: AUTIBSP |
23800 | | /* 117714 */ MCD_OPC_FilterValue, 39, 4, 0, 0, // Skip to: 117723 |
23801 | | /* 117719 */ MCD_OPC_Decode, 131, 39, 4, // Opcode: PACM |
23802 | | /* 117723 */ MCD_OPC_FilterValue, 40, 4, 0, 0, // Skip to: 117732 |
23803 | | /* 117728 */ MCD_OPC_Decode, 244, 14, 4, // Opcode: CHKFEAT |
23804 | | /* 117732 */ MCD_OPC_Decode, 237, 29, 184, 4, // Opcode: HINT |
23805 | | /* 117737 */ MCD_OPC_FilterValue, 3, 157, 0, 0, // Skip to: 117899 |
23806 | | /* 117742 */ MCD_OPC_ExtractField, 0, 8, // Inst{7-0} ... |
23807 | | /* 117745 */ MCD_OPC_FilterValue, 63, 24, 0, 0, // Skip to: 117774 |
23808 | | /* 117750 */ MCD_OPC_CheckPredicate, 77, 7, 91, 0, // Skip to: 141058 |
23809 | | /* 117755 */ MCD_OPC_CheckField, 16, 3, 3, 0, 91, 0, // Skip to: 141058 |
23810 | | /* 117762 */ MCD_OPC_CheckField, 8, 2, 2, 249, 90, 0, // Skip to: 141058 |
23811 | | /* 117769 */ MCD_OPC_Decode, 151, 18, 185, 4, // Opcode: DSBnXS |
23812 | | /* 117774 */ MCD_OPC_FilterValue, 95, 12, 0, 0, // Skip to: 117791 |
23813 | | /* 117779 */ MCD_OPC_CheckField, 16, 3, 3, 232, 90, 0, // Skip to: 141058 |
23814 | | /* 117786 */ MCD_OPC_Decode, 142, 15, 186, 4, // Opcode: CLREX |
23815 | | /* 117791 */ MCD_OPC_FilterValue, 127, 23, 0, 0, // Skip to: 117819 |
23816 | | /* 117796 */ MCD_OPC_CheckPredicate, 74, 217, 90, 0, // Skip to: 141058 |
23817 | | /* 117801 */ MCD_OPC_CheckField, 16, 3, 3, 210, 90, 0, // Skip to: 141058 |
23818 | | /* 117808 */ MCD_OPC_CheckField, 8, 4, 0, 203, 90, 0, // Skip to: 141058 |
23819 | | /* 117815 */ MCD_OPC_Decode, 193, 55, 4, // Opcode: TCOMMIT |
23820 | | /* 117819 */ MCD_OPC_FilterValue, 159, 1, 12, 0, 0, // Skip to: 117837 |
23821 | | /* 117825 */ MCD_OPC_CheckField, 16, 3, 3, 186, 90, 0, // Skip to: 141058 |
23822 | | /* 117832 */ MCD_OPC_Decode, 150, 18, 186, 4, // Opcode: DSB |
23823 | | /* 117837 */ MCD_OPC_FilterValue, 191, 1, 12, 0, 0, // Skip to: 117855 |
23824 | | /* 117843 */ MCD_OPC_CheckField, 16, 3, 3, 168, 90, 0, // Skip to: 141058 |
23825 | | /* 117850 */ MCD_OPC_Decode, 148, 18, 186, 4, // Opcode: DMB |
23826 | | /* 117855 */ MCD_OPC_FilterValue, 223, 1, 12, 0, 0, // Skip to: 117873 |
23827 | | /* 117861 */ MCD_OPC_CheckField, 16, 3, 3, 150, 90, 0, // Skip to: 141058 |
23828 | | /* 117868 */ MCD_OPC_Decode, 172, 30, 186, 4, // Opcode: ISB |
23829 | | /* 117873 */ MCD_OPC_FilterValue, 255, 1, 139, 90, 0, // Skip to: 141058 |
23830 | | /* 117879 */ MCD_OPC_CheckPredicate, 78, 134, 90, 0, // Skip to: 141058 |
23831 | | /* 117884 */ MCD_OPC_CheckField, 16, 3, 3, 127, 90, 0, // Skip to: 141058 |
23832 | | /* 117891 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, |
23833 | | /* 117895 */ MCD_OPC_Decode, 225, 41, 4, // Opcode: SB |
23834 | | /* 117899 */ MCD_OPC_FilterValue, 4, 114, 90, 0, // Skip to: 141058 |
23835 | | /* 117904 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
23836 | | /* 117907 */ MCD_OPC_FilterValue, 31, 106, 90, 0, // Skip to: 141058 |
23837 | | /* 117912 */ MCD_OPC_ExtractField, 16, 3, // Inst{18-16} ... |
23838 | | /* 117915 */ MCD_OPC_FilterValue, 0, 60, 0, 0, // Skip to: 117980 |
23839 | | /* 117920 */ MCD_OPC_ExtractField, 5, 3, // Inst{7-5} ... |
23840 | | /* 117923 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 117944 |
23841 | | /* 117928 */ MCD_OPC_CheckPredicate, 79, 64, 0, 0, // Skip to: 117997 |
23842 | | /* 117933 */ MCD_OPC_CheckField, 8, 4, 0, 57, 0, 0, // Skip to: 117997 |
23843 | | /* 117940 */ MCD_OPC_Decode, 243, 14, 4, // Opcode: CFINV |
23844 | | /* 117944 */ MCD_OPC_FilterValue, 1, 13, 0, 0, // Skip to: 117962 |
23845 | | /* 117949 */ MCD_OPC_CheckPredicate, 80, 43, 0, 0, // Skip to: 117997 |
23846 | | /* 117954 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, |
23847 | | /* 117958 */ MCD_OPC_Decode, 253, 63, 4, // Opcode: XAFLAG |
23848 | | /* 117962 */ MCD_OPC_FilterValue, 2, 30, 0, 0, // Skip to: 117997 |
23849 | | /* 117967 */ MCD_OPC_CheckPredicate, 80, 25, 0, 0, // Skip to: 117997 |
23850 | | /* 117972 */ MCD_OPC_SoftFail, 128, 30 /* 0xf00 */, 0, |
23851 | | /* 117976 */ MCD_OPC_Decode, 135, 13, 4, // Opcode: AXFLAG |
23852 | | /* 117980 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 117997 |
23853 | | /* 117985 */ MCD_OPC_CheckField, 5, 3, 3, 5, 0, 0, // Skip to: 117997 |
23854 | | /* 117992 */ MCD_OPC_Decode, 146, 38, 187, 4, // Opcode: MSRpstatesvcrImm1 |
23855 | | /* 117997 */ MCD_OPC_TryDecode, 145, 38, 188, 4, 13, 90, 0, // Opcode: MSRpstateImm4, skip to: 141058 |
23856 | | /* 118005 */ MCD_OPC_FilterValue, 1, 8, 90, 0, // Skip to: 141058 |
23857 | | /* 118010 */ MCD_OPC_ExtractField, 0, 19, // Inst{18-0} ... |
23858 | | /* 118013 */ MCD_OPC_FilterValue, 159, 239, 1, 9, 0, 0, // Skip to: 118029 |
23859 | | /* 118020 */ MCD_OPC_CheckPredicate, 81, 68, 0, 0, // Skip to: 118093 |
23860 | | /* 118025 */ MCD_OPC_Decode, 227, 28, 4, // Opcode: GCSPUSHX |
23861 | | /* 118029 */ MCD_OPC_FilterValue, 191, 239, 1, 9, 0, 0, // Skip to: 118045 |
23862 | | /* 118036 */ MCD_OPC_CheckPredicate, 81, 52, 0, 0, // Skip to: 118093 |
23863 | | /* 118041 */ MCD_OPC_Decode, 223, 28, 4, // Opcode: GCSPOPCX |
23864 | | /* 118045 */ MCD_OPC_FilterValue, 223, 239, 1, 9, 0, 0, // Skip to: 118061 |
23865 | | /* 118052 */ MCD_OPC_CheckPredicate, 81, 36, 0, 0, // Skip to: 118093 |
23866 | | /* 118057 */ MCD_OPC_Decode, 225, 28, 4, // Opcode: GCSPOPX |
23867 | | /* 118061 */ MCD_OPC_FilterValue, 159, 229, 5, 9, 0, 0, // Skip to: 118077 |
23868 | | /* 118068 */ MCD_OPC_CheckPredicate, 82, 20, 0, 0, // Skip to: 118093 |
23869 | | /* 118073 */ MCD_OPC_Decode, 178, 14, 4, // Opcode: BRB_IALL |
23870 | | /* 118077 */ MCD_OPC_FilterValue, 191, 229, 5, 9, 0, 0, // Skip to: 118093 |
23871 | | /* 118084 */ MCD_OPC_CheckPredicate, 82, 4, 0, 0, // Skip to: 118093 |
23872 | | /* 118089 */ MCD_OPC_Decode, 179, 14, 4, // Opcode: BRB_INJ |
23873 | | /* 118093 */ MCD_OPC_ExtractField, 5, 14, // Inst{18-5} ... |
23874 | | /* 118096 */ MCD_OPC_FilterValue, 151, 55, 9, 0, 0, // Skip to: 118111 |
23875 | | /* 118102 */ MCD_OPC_CheckPredicate, 83, 34, 0, 0, // Skip to: 118141 |
23876 | | /* 118107 */ MCD_OPC_Decode, 194, 55, 3, // Opcode: TRCIT |
23877 | | /* 118111 */ MCD_OPC_FilterValue, 184, 55, 9, 0, 0, // Skip to: 118126 |
23878 | | /* 118117 */ MCD_OPC_CheckPredicate, 81, 19, 0, 0, // Skip to: 118141 |
23879 | | /* 118122 */ MCD_OPC_Decode, 226, 28, 3, // Opcode: GCSPUSHM |
23880 | | /* 118126 */ MCD_OPC_FilterValue, 186, 55, 9, 0, 0, // Skip to: 118141 |
23881 | | /* 118132 */ MCD_OPC_CheckPredicate, 81, 4, 0, 0, // Skip to: 118141 |
23882 | | /* 118137 */ MCD_OPC_Decode, 228, 28, 3, // Opcode: GCSSS1 |
23883 | | /* 118141 */ MCD_OPC_Decode, 151, 55, 189, 4, // Opcode: SYSxt |
23884 | | /* 118146 */ MCD_OPC_FilterValue, 9, 84, 0, 0, // Skip to: 118235 |
23885 | | /* 118151 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
23886 | | /* 118154 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 118192 |
23887 | | /* 118159 */ MCD_OPC_ExtractField, 5, 14, // Inst{18-5} ... |
23888 | | /* 118162 */ MCD_OPC_FilterValue, 131, 51, 9, 0, 0, // Skip to: 118177 |
23889 | | /* 118168 */ MCD_OPC_CheckPredicate, 74, 101, 89, 0, // Skip to: 141058 |
23890 | | /* 118173 */ MCD_OPC_Decode, 228, 55, 3, // Opcode: TSTART |
23891 | | /* 118177 */ MCD_OPC_FilterValue, 139, 51, 91, 89, 0, // Skip to: 141058 |
23892 | | /* 118183 */ MCD_OPC_CheckPredicate, 74, 86, 89, 0, // Skip to: 141058 |
23893 | | /* 118188 */ MCD_OPC_Decode, 229, 55, 3, // Opcode: TTEST |
23894 | | /* 118192 */ MCD_OPC_FilterValue, 1, 77, 89, 0, // Skip to: 141058 |
23895 | | /* 118197 */ MCD_OPC_ExtractField, 5, 14, // Inst{18-5} ... |
23896 | | /* 118200 */ MCD_OPC_FilterValue, 185, 55, 9, 0, 0, // Skip to: 118215 |
23897 | | /* 118206 */ MCD_OPC_CheckPredicate, 81, 19, 0, 0, // Skip to: 118230 |
23898 | | /* 118211 */ MCD_OPC_Decode, 224, 28, 3, // Opcode: GCSPOPM |
23899 | | /* 118215 */ MCD_OPC_FilterValue, 187, 55, 9, 0, 0, // Skip to: 118230 |
23900 | | /* 118221 */ MCD_OPC_CheckPredicate, 81, 4, 0, 0, // Skip to: 118230 |
23901 | | /* 118226 */ MCD_OPC_Decode, 229, 28, 3, // Opcode: GCSSS2 |
23902 | | /* 118230 */ MCD_OPC_Decode, 148, 55, 190, 4, // Opcode: SYSLxt |
23903 | | /* 118235 */ MCD_OPC_FilterValue, 10, 51, 0, 0, // Skip to: 118291 |
23904 | | /* 118240 */ MCD_OPC_CheckPredicate, 84, 19, 0, 0, // Skip to: 118264 |
23905 | | /* 118245 */ MCD_OPC_CheckField, 19, 2, 1, 12, 0, 0, // Skip to: 118264 |
23906 | | /* 118252 */ MCD_OPC_CheckField, 0, 5, 31, 5, 0, 0, // Skip to: 118264 |
23907 | | /* 118259 */ MCD_OPC_Decode, 150, 55, 191, 4, // Opcode: SYSPxt_XZR |
23908 | | /* 118264 */ MCD_OPC_CheckPredicate, 84, 12, 0, 0, // Skip to: 118281 |
23909 | | /* 118269 */ MCD_OPC_CheckField, 19, 2, 1, 5, 0, 0, // Skip to: 118281 |
23910 | | /* 118276 */ MCD_OPC_Decode, 149, 55, 192, 4, // Opcode: SYSPxt |
23911 | | /* 118281 */ MCD_OPC_CheckPredicate, 84, 244, 88, 0, // Skip to: 141058 |
23912 | | /* 118286 */ MCD_OPC_Decode, 143, 38, 193, 4, // Opcode: MSRR |
23913 | | /* 118291 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 118306 |
23914 | | /* 118296 */ MCD_OPC_CheckPredicate, 84, 229, 88, 0, // Skip to: 141058 |
23915 | | /* 118301 */ MCD_OPC_Decode, 136, 38, 194, 4, // Opcode: MRRS |
23916 | | /* 118306 */ MCD_OPC_FilterValue, 16, 67, 0, 0, // Skip to: 118378 |
23917 | | /* 118311 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
23918 | | /* 118314 */ MCD_OPC_FilterValue, 192, 15, 12, 0, 0, // Skip to: 118332 |
23919 | | /* 118320 */ MCD_OPC_CheckField, 0, 5, 0, 203, 88, 0, // Skip to: 141058 |
23920 | | /* 118327 */ MCD_OPC_Decode, 173, 14, 195, 4, // Opcode: BR |
23921 | | /* 118332 */ MCD_OPC_FilterValue, 194, 15, 17, 0, 0, // Skip to: 118355 |
23922 | | /* 118338 */ MCD_OPC_CheckPredicate, 85, 187, 88, 0, // Skip to: 141058 |
23923 | | /* 118343 */ MCD_OPC_CheckField, 0, 5, 31, 180, 88, 0, // Skip to: 141058 |
23924 | | /* 118350 */ MCD_OPC_Decode, 175, 14, 195, 4, // Opcode: BRAAZ |
23925 | | /* 118355 */ MCD_OPC_FilterValue, 195, 15, 169, 88, 0, // Skip to: 141058 |
23926 | | /* 118361 */ MCD_OPC_CheckPredicate, 85, 164, 88, 0, // Skip to: 141058 |
23927 | | /* 118366 */ MCD_OPC_CheckField, 0, 5, 31, 157, 88, 0, // Skip to: 141058 |
23928 | | /* 118373 */ MCD_OPC_Decode, 177, 14, 195, 4, // Opcode: BRABZ |
23929 | | /* 118378 */ MCD_OPC_FilterValue, 17, 67, 0, 0, // Skip to: 118450 |
23930 | | /* 118383 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
23931 | | /* 118386 */ MCD_OPC_FilterValue, 192, 15, 12, 0, 0, // Skip to: 118404 |
23932 | | /* 118392 */ MCD_OPC_CheckField, 0, 5, 0, 131, 88, 0, // Skip to: 141058 |
23933 | | /* 118399 */ MCD_OPC_Decode, 166, 14, 195, 4, // Opcode: BLR |
23934 | | /* 118404 */ MCD_OPC_FilterValue, 194, 15, 17, 0, 0, // Skip to: 118427 |
23935 | | /* 118410 */ MCD_OPC_CheckPredicate, 85, 115, 88, 0, // Skip to: 141058 |
23936 | | /* 118415 */ MCD_OPC_CheckField, 0, 5, 31, 108, 88, 0, // Skip to: 141058 |
23937 | | /* 118422 */ MCD_OPC_Decode, 168, 14, 195, 4, // Opcode: BLRAAZ |
23938 | | /* 118427 */ MCD_OPC_FilterValue, 195, 15, 97, 88, 0, // Skip to: 141058 |
23939 | | /* 118433 */ MCD_OPC_CheckPredicate, 85, 92, 88, 0, // Skip to: 141058 |
23940 | | /* 118438 */ MCD_OPC_CheckField, 0, 5, 31, 85, 88, 0, // Skip to: 141058 |
23941 | | /* 118445 */ MCD_OPC_Decode, 170, 14, 195, 4, // Opcode: BLRABZ |
23942 | | /* 118450 */ MCD_OPC_FilterValue, 18, 101, 0, 0, // Skip to: 118556 |
23943 | | /* 118455 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
23944 | | /* 118458 */ MCD_OPC_FilterValue, 192, 15, 12, 0, 0, // Skip to: 118476 |
23945 | | /* 118464 */ MCD_OPC_CheckField, 0, 5, 0, 59, 88, 0, // Skip to: 141058 |
23946 | | /* 118471 */ MCD_OPC_Decode, 192, 40, 195, 4, // Opcode: RET |
23947 | | /* 118476 */ MCD_OPC_FilterValue, 194, 15, 34, 0, 0, // Skip to: 118516 |
23948 | | /* 118482 */ MCD_OPC_ExtractField, 5, 5, // Inst{9-5} ... |
23949 | | /* 118485 */ MCD_OPC_FilterValue, 31, 40, 88, 0, // Skip to: 141058 |
23950 | | /* 118490 */ MCD_OPC_CheckPredicate, 85, 11, 0, 0, // Skip to: 118506 |
23951 | | /* 118495 */ MCD_OPC_CheckField, 0, 5, 31, 4, 0, 0, // Skip to: 118506 |
23952 | | /* 118502 */ MCD_OPC_Decode, 193, 40, 4, // Opcode: RETAA |
23953 | | /* 118506 */ MCD_OPC_CheckPredicate, 71, 19, 88, 0, // Skip to: 141058 |
23954 | | /* 118511 */ MCD_OPC_Decode, 195, 40, 196, 4, // Opcode: RETAASPPCr |
23955 | | /* 118516 */ MCD_OPC_FilterValue, 195, 15, 8, 88, 0, // Skip to: 141058 |
23956 | | /* 118522 */ MCD_OPC_ExtractField, 5, 5, // Inst{9-5} ... |
23957 | | /* 118525 */ MCD_OPC_FilterValue, 31, 0, 88, 0, // Skip to: 141058 |
23958 | | /* 118530 */ MCD_OPC_CheckPredicate, 85, 11, 0, 0, // Skip to: 118546 |
23959 | | /* 118535 */ MCD_OPC_CheckField, 0, 5, 31, 4, 0, 0, // Skip to: 118546 |
23960 | | /* 118542 */ MCD_OPC_Decode, 196, 40, 4, // Opcode: RETAB |
23961 | | /* 118546 */ MCD_OPC_CheckPredicate, 71, 235, 87, 0, // Skip to: 141058 |
23962 | | /* 118551 */ MCD_OPC_Decode, 198, 40, 196, 4, // Opcode: RETABSPPCr |
23963 | | /* 118556 */ MCD_OPC_FilterValue, 20, 46, 0, 0, // Skip to: 118607 |
23964 | | /* 118561 */ MCD_OPC_ExtractField, 0, 21, // Inst{20-0} ... |
23965 | | /* 118564 */ MCD_OPC_FilterValue, 224, 135, 124, 4, 0, 0, // Skip to: 118575 |
23966 | | /* 118571 */ MCD_OPC_Decode, 222, 18, 4, // Opcode: ERET |
23967 | | /* 118575 */ MCD_OPC_FilterValue, 255, 151, 124, 9, 0, 0, // Skip to: 118591 |
23968 | | /* 118582 */ MCD_OPC_CheckPredicate, 85, 199, 87, 0, // Skip to: 141058 |
23969 | | /* 118587 */ MCD_OPC_Decode, 223, 18, 4, // Opcode: ERETAA |
23970 | | /* 118591 */ MCD_OPC_FilterValue, 255, 159, 124, 188, 87, 0, // Skip to: 141058 |
23971 | | /* 118598 */ MCD_OPC_CheckPredicate, 85, 183, 87, 0, // Skip to: 141058 |
23972 | | /* 118603 */ MCD_OPC_Decode, 224, 18, 4, // Opcode: ERETAB |
23973 | | /* 118607 */ MCD_OPC_FilterValue, 21, 13, 0, 0, // Skip to: 118625 |
23974 | | /* 118612 */ MCD_OPC_CheckField, 0, 21, 224, 135, 124, 165, 87, 0, // Skip to: 141058 |
23975 | | /* 118621 */ MCD_OPC_Decode, 149, 18, 4, // Opcode: DRPS |
23976 | | /* 118625 */ MCD_OPC_FilterValue, 24, 35, 0, 0, // Skip to: 118665 |
23977 | | /* 118630 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
23978 | | /* 118633 */ MCD_OPC_FilterValue, 194, 15, 10, 0, 0, // Skip to: 118649 |
23979 | | /* 118639 */ MCD_OPC_CheckPredicate, 85, 142, 87, 0, // Skip to: 141058 |
23980 | | /* 118644 */ MCD_OPC_Decode, 174, 14, 197, 4, // Opcode: BRAA |
23981 | | /* 118649 */ MCD_OPC_FilterValue, 195, 15, 131, 87, 0, // Skip to: 141058 |
23982 | | /* 118655 */ MCD_OPC_CheckPredicate, 85, 126, 87, 0, // Skip to: 141058 |
23983 | | /* 118660 */ MCD_OPC_Decode, 176, 14, 197, 4, // Opcode: BRAB |
23984 | | /* 118665 */ MCD_OPC_FilterValue, 25, 116, 87, 0, // Skip to: 141058 |
23985 | | /* 118670 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
23986 | | /* 118673 */ MCD_OPC_FilterValue, 194, 15, 10, 0, 0, // Skip to: 118689 |
23987 | | /* 118679 */ MCD_OPC_CheckPredicate, 85, 102, 87, 0, // Skip to: 141058 |
23988 | | /* 118684 */ MCD_OPC_Decode, 167, 14, 197, 4, // Opcode: BLRAA |
23989 | | /* 118689 */ MCD_OPC_FilterValue, 195, 15, 91, 87, 0, // Skip to: 141058 |
23990 | | /* 118695 */ MCD_OPC_CheckPredicate, 85, 86, 87, 0, // Skip to: 141058 |
23991 | | /* 118700 */ MCD_OPC_Decode, 169, 14, 197, 4, // Opcode: BLRAB |
23992 | | /* 118705 */ MCD_OPC_FilterValue, 6, 72, 37, 0, // Skip to: 128254 |
23993 | | /* 118710 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
23994 | | /* 118713 */ MCD_OPC_FilterValue, 0, 166, 7, 0, // Skip to: 120676 |
23995 | | /* 118718 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
23996 | | /* 118721 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 118731 |
23997 | | /* 118726 */ MCD_OPC_Decode, 160, 35, 179, 4, // Opcode: LDRWl |
23998 | | /* 118731 */ MCD_OPC_FilterValue, 1, 3, 6, 0, // Skip to: 120275 |
23999 | | /* 118736 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24000 | | /* 118739 */ MCD_OPC_FilterValue, 0, 10, 1, 0, // Skip to: 119010 |
24001 | | /* 118744 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24002 | | /* 118747 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 118762 |
24003 | | /* 118752 */ MCD_OPC_CheckPredicate, 86, 29, 87, 0, // Skip to: 141058 |
24004 | | /* 118757 */ MCD_OPC_Decode, 225, 52, 198, 4, // Opcode: STLURBi |
24005 | | /* 118762 */ MCD_OPC_FilterValue, 1, 19, 87, 0, // Skip to: 141058 |
24006 | | /* 118767 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24007 | | /* 118770 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 118785 |
24008 | | /* 118775 */ MCD_OPC_CheckPredicate, 87, 6, 87, 0, // Skip to: 141058 |
24009 | | /* 118780 */ MCD_OPC_Decode, 173, 17, 199, 4, // Opcode: CPYFP |
24010 | | /* 118785 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 118800 |
24011 | | /* 118790 */ MCD_OPC_CheckPredicate, 87, 247, 86, 0, // Skip to: 141058 |
24012 | | /* 118795 */ MCD_OPC_Decode, 185, 17, 199, 4, // Opcode: CPYFPWT |
24013 | | /* 118800 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 118815 |
24014 | | /* 118805 */ MCD_OPC_CheckPredicate, 87, 232, 86, 0, // Skip to: 141058 |
24015 | | /* 118810 */ MCD_OPC_Decode, 176, 17, 199, 4, // Opcode: CPYFPRT |
24016 | | /* 118815 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 118830 |
24017 | | /* 118820 */ MCD_OPC_CheckPredicate, 87, 217, 86, 0, // Skip to: 141058 |
24018 | | /* 118825 */ MCD_OPC_Decode, 180, 17, 199, 4, // Opcode: CPYFPT |
24019 | | /* 118830 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 118845 |
24020 | | /* 118835 */ MCD_OPC_CheckPredicate, 87, 202, 86, 0, // Skip to: 141058 |
24021 | | /* 118840 */ MCD_OPC_Decode, 184, 17, 199, 4, // Opcode: CPYFPWN |
24022 | | /* 118845 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 118860 |
24023 | | /* 118850 */ MCD_OPC_CheckPredicate, 87, 187, 86, 0, // Skip to: 141058 |
24024 | | /* 118855 */ MCD_OPC_Decode, 188, 17, 199, 4, // Opcode: CPYFPWTWN |
24025 | | /* 118860 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 118875 |
24026 | | /* 118865 */ MCD_OPC_CheckPredicate, 87, 172, 86, 0, // Skip to: 141058 |
24027 | | /* 118870 */ MCD_OPC_Decode, 179, 17, 199, 4, // Opcode: CPYFPRTWN |
24028 | | /* 118875 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 118890 |
24029 | | /* 118880 */ MCD_OPC_CheckPredicate, 87, 157, 86, 0, // Skip to: 141058 |
24030 | | /* 118885 */ MCD_OPC_Decode, 183, 17, 199, 4, // Opcode: CPYFPTWN |
24031 | | /* 118890 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 118905 |
24032 | | /* 118895 */ MCD_OPC_CheckPredicate, 87, 142, 86, 0, // Skip to: 141058 |
24033 | | /* 118900 */ MCD_OPC_Decode, 175, 17, 199, 4, // Opcode: CPYFPRN |
24034 | | /* 118905 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 118920 |
24035 | | /* 118910 */ MCD_OPC_CheckPredicate, 87, 127, 86, 0, // Skip to: 141058 |
24036 | | /* 118915 */ MCD_OPC_Decode, 187, 17, 199, 4, // Opcode: CPYFPWTRN |
24037 | | /* 118920 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 118935 |
24038 | | /* 118925 */ MCD_OPC_CheckPredicate, 87, 112, 86, 0, // Skip to: 141058 |
24039 | | /* 118930 */ MCD_OPC_Decode, 178, 17, 199, 4, // Opcode: CPYFPRTRN |
24040 | | /* 118935 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 118950 |
24041 | | /* 118940 */ MCD_OPC_CheckPredicate, 87, 97, 86, 0, // Skip to: 141058 |
24042 | | /* 118945 */ MCD_OPC_Decode, 182, 17, 199, 4, // Opcode: CPYFPTRN |
24043 | | /* 118950 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 118965 |
24044 | | /* 118955 */ MCD_OPC_CheckPredicate, 87, 82, 86, 0, // Skip to: 141058 |
24045 | | /* 118960 */ MCD_OPC_Decode, 174, 17, 199, 4, // Opcode: CPYFPN |
24046 | | /* 118965 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 118980 |
24047 | | /* 118970 */ MCD_OPC_CheckPredicate, 87, 67, 86, 0, // Skip to: 141058 |
24048 | | /* 118975 */ MCD_OPC_Decode, 186, 17, 199, 4, // Opcode: CPYFPWTN |
24049 | | /* 118980 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 118995 |
24050 | | /* 118985 */ MCD_OPC_CheckPredicate, 87, 52, 86, 0, // Skip to: 141058 |
24051 | | /* 118990 */ MCD_OPC_Decode, 177, 17, 199, 4, // Opcode: CPYFPRTN |
24052 | | /* 118995 */ MCD_OPC_FilterValue, 15, 42, 86, 0, // Skip to: 141058 |
24053 | | /* 119000 */ MCD_OPC_CheckPredicate, 87, 37, 86, 0, // Skip to: 141058 |
24054 | | /* 119005 */ MCD_OPC_Decode, 181, 17, 199, 4, // Opcode: CPYFPTN |
24055 | | /* 119010 */ MCD_OPC_FilterValue, 1, 123, 0, 0, // Skip to: 119138 |
24056 | | /* 119015 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24057 | | /* 119018 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 119033 |
24058 | | /* 119023 */ MCD_OPC_CheckPredicate, 88, 14, 86, 0, // Skip to: 141058 |
24059 | | /* 119028 */ MCD_OPC_Decode, 251, 39, 200, 4, // Opcode: RCWCAS |
24060 | | /* 119033 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 119048 |
24061 | | /* 119038 */ MCD_OPC_CheckPredicate, 89, 255, 85, 0, // Skip to: 141058 |
24062 | | /* 119043 */ MCD_OPC_Decode, 255, 39, 206, 2, // Opcode: RCWCASP |
24063 | | /* 119048 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 119063 |
24064 | | /* 119053 */ MCD_OPC_CheckPredicate, 90, 240, 85, 0, // Skip to: 141058 |
24065 | | /* 119058 */ MCD_OPC_Decode, 209, 33, 201, 4, // Opcode: LDCLRP |
24066 | | /* 119063 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 119078 |
24067 | | /* 119068 */ MCD_OPC_CheckPredicate, 90, 225, 85, 0, // Skip to: 141058 |
24068 | | /* 119073 */ MCD_OPC_Decode, 190, 35, 201, 4, // Opcode: LDSETP |
24069 | | /* 119078 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 119093 |
24070 | | /* 119083 */ MCD_OPC_CheckPredicate, 90, 210, 85, 0, // Skip to: 141058 |
24071 | | /* 119088 */ MCD_OPC_Decode, 136, 55, 201, 4, // Opcode: SWPP |
24072 | | /* 119093 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 119108 |
24073 | | /* 119098 */ MCD_OPC_CheckPredicate, 89, 195, 85, 0, // Skip to: 141058 |
24074 | | /* 119103 */ MCD_OPC_Decode, 135, 40, 201, 4, // Opcode: RCWCLRP |
24075 | | /* 119108 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 119123 |
24076 | | /* 119113 */ MCD_OPC_CheckPredicate, 89, 180, 85, 0, // Skip to: 141058 |
24077 | | /* 119118 */ MCD_OPC_Decode, 175, 40, 201, 4, // Opcode: RCWSWPP |
24078 | | /* 119123 */ MCD_OPC_FilterValue, 44, 170, 85, 0, // Skip to: 141058 |
24079 | | /* 119128 */ MCD_OPC_CheckPredicate, 89, 165, 85, 0, // Skip to: 141058 |
24080 | | /* 119133 */ MCD_OPC_Decode, 159, 40, 201, 4, // Opcode: RCWSETP |
24081 | | /* 119138 */ MCD_OPC_FilterValue, 2, 10, 1, 0, // Skip to: 119409 |
24082 | | /* 119143 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24083 | | /* 119146 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119161 |
24084 | | /* 119151 */ MCD_OPC_CheckPredicate, 86, 142, 85, 0, // Skip to: 141058 |
24085 | | /* 119156 */ MCD_OPC_Decode, 171, 33, 198, 4, // Opcode: LDAPURBi |
24086 | | /* 119161 */ MCD_OPC_FilterValue, 1, 132, 85, 0, // Skip to: 141058 |
24087 | | /* 119166 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24088 | | /* 119169 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119184 |
24089 | | /* 119174 */ MCD_OPC_CheckPredicate, 87, 119, 85, 0, // Skip to: 141058 |
24090 | | /* 119179 */ MCD_OPC_Decode, 157, 17, 199, 4, // Opcode: CPYFM |
24091 | | /* 119184 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 119199 |
24092 | | /* 119189 */ MCD_OPC_CheckPredicate, 87, 104, 85, 0, // Skip to: 141058 |
24093 | | /* 119194 */ MCD_OPC_Decode, 169, 17, 199, 4, // Opcode: CPYFMWT |
24094 | | /* 119199 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 119214 |
24095 | | /* 119204 */ MCD_OPC_CheckPredicate, 87, 89, 85, 0, // Skip to: 141058 |
24096 | | /* 119209 */ MCD_OPC_Decode, 160, 17, 199, 4, // Opcode: CPYFMRT |
24097 | | /* 119214 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 119229 |
24098 | | /* 119219 */ MCD_OPC_CheckPredicate, 87, 74, 85, 0, // Skip to: 141058 |
24099 | | /* 119224 */ MCD_OPC_Decode, 164, 17, 199, 4, // Opcode: CPYFMT |
24100 | | /* 119229 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 119244 |
24101 | | /* 119234 */ MCD_OPC_CheckPredicate, 87, 59, 85, 0, // Skip to: 141058 |
24102 | | /* 119239 */ MCD_OPC_Decode, 168, 17, 199, 4, // Opcode: CPYFMWN |
24103 | | /* 119244 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 119259 |
24104 | | /* 119249 */ MCD_OPC_CheckPredicate, 87, 44, 85, 0, // Skip to: 141058 |
24105 | | /* 119254 */ MCD_OPC_Decode, 172, 17, 199, 4, // Opcode: CPYFMWTWN |
24106 | | /* 119259 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 119274 |
24107 | | /* 119264 */ MCD_OPC_CheckPredicate, 87, 29, 85, 0, // Skip to: 141058 |
24108 | | /* 119269 */ MCD_OPC_Decode, 163, 17, 199, 4, // Opcode: CPYFMRTWN |
24109 | | /* 119274 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 119289 |
24110 | | /* 119279 */ MCD_OPC_CheckPredicate, 87, 14, 85, 0, // Skip to: 141058 |
24111 | | /* 119284 */ MCD_OPC_Decode, 167, 17, 199, 4, // Opcode: CPYFMTWN |
24112 | | /* 119289 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 119304 |
24113 | | /* 119294 */ MCD_OPC_CheckPredicate, 87, 255, 84, 0, // Skip to: 141058 |
24114 | | /* 119299 */ MCD_OPC_Decode, 159, 17, 199, 4, // Opcode: CPYFMRN |
24115 | | /* 119304 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 119319 |
24116 | | /* 119309 */ MCD_OPC_CheckPredicate, 87, 240, 84, 0, // Skip to: 141058 |
24117 | | /* 119314 */ MCD_OPC_Decode, 171, 17, 199, 4, // Opcode: CPYFMWTRN |
24118 | | /* 119319 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 119334 |
24119 | | /* 119324 */ MCD_OPC_CheckPredicate, 87, 225, 84, 0, // Skip to: 141058 |
24120 | | /* 119329 */ MCD_OPC_Decode, 162, 17, 199, 4, // Opcode: CPYFMRTRN |
24121 | | /* 119334 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 119349 |
24122 | | /* 119339 */ MCD_OPC_CheckPredicate, 87, 210, 84, 0, // Skip to: 141058 |
24123 | | /* 119344 */ MCD_OPC_Decode, 166, 17, 199, 4, // Opcode: CPYFMTRN |
24124 | | /* 119349 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 119364 |
24125 | | /* 119354 */ MCD_OPC_CheckPredicate, 87, 195, 84, 0, // Skip to: 141058 |
24126 | | /* 119359 */ MCD_OPC_Decode, 158, 17, 199, 4, // Opcode: CPYFMN |
24127 | | /* 119364 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 119379 |
24128 | | /* 119369 */ MCD_OPC_CheckPredicate, 87, 180, 84, 0, // Skip to: 141058 |
24129 | | /* 119374 */ MCD_OPC_Decode, 170, 17, 199, 4, // Opcode: CPYFMWTN |
24130 | | /* 119379 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 119394 |
24131 | | /* 119384 */ MCD_OPC_CheckPredicate, 87, 165, 84, 0, // Skip to: 141058 |
24132 | | /* 119389 */ MCD_OPC_Decode, 161, 17, 199, 4, // Opcode: CPYFMRTN |
24133 | | /* 119394 */ MCD_OPC_FilterValue, 15, 155, 84, 0, // Skip to: 141058 |
24134 | | /* 119399 */ MCD_OPC_CheckPredicate, 87, 150, 84, 0, // Skip to: 141058 |
24135 | | /* 119404 */ MCD_OPC_Decode, 165, 17, 199, 4, // Opcode: CPYFMTN |
24136 | | /* 119409 */ MCD_OPC_FilterValue, 3, 123, 0, 0, // Skip to: 119537 |
24137 | | /* 119414 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24138 | | /* 119417 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 119432 |
24139 | | /* 119422 */ MCD_OPC_CheckPredicate, 88, 127, 84, 0, // Skip to: 141058 |
24140 | | /* 119427 */ MCD_OPC_Decode, 254, 39, 200, 4, // Opcode: RCWCASL |
24141 | | /* 119432 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 119447 |
24142 | | /* 119437 */ MCD_OPC_CheckPredicate, 89, 112, 84, 0, // Skip to: 141058 |
24143 | | /* 119442 */ MCD_OPC_Decode, 130, 40, 206, 2, // Opcode: RCWCASPL |
24144 | | /* 119447 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 119462 |
24145 | | /* 119452 */ MCD_OPC_CheckPredicate, 90, 97, 84, 0, // Skip to: 141058 |
24146 | | /* 119457 */ MCD_OPC_Decode, 212, 33, 201, 4, // Opcode: LDCLRPL |
24147 | | /* 119462 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 119477 |
24148 | | /* 119467 */ MCD_OPC_CheckPredicate, 90, 82, 84, 0, // Skip to: 141058 |
24149 | | /* 119472 */ MCD_OPC_Decode, 193, 35, 201, 4, // Opcode: LDSETPL |
24150 | | /* 119477 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 119492 |
24151 | | /* 119482 */ MCD_OPC_CheckPredicate, 90, 67, 84, 0, // Skip to: 141058 |
24152 | | /* 119487 */ MCD_OPC_Decode, 139, 55, 201, 4, // Opcode: SWPPL |
24153 | | /* 119492 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 119507 |
24154 | | /* 119497 */ MCD_OPC_CheckPredicate, 89, 52, 84, 0, // Skip to: 141058 |
24155 | | /* 119502 */ MCD_OPC_Decode, 138, 40, 201, 4, // Opcode: RCWCLRPL |
24156 | | /* 119507 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 119522 |
24157 | | /* 119512 */ MCD_OPC_CheckPredicate, 89, 37, 84, 0, // Skip to: 141058 |
24158 | | /* 119517 */ MCD_OPC_Decode, 178, 40, 201, 4, // Opcode: RCWSWPPL |
24159 | | /* 119522 */ MCD_OPC_FilterValue, 44, 27, 84, 0, // Skip to: 141058 |
24160 | | /* 119527 */ MCD_OPC_CheckPredicate, 89, 22, 84, 0, // Skip to: 141058 |
24161 | | /* 119532 */ MCD_OPC_Decode, 162, 40, 201, 4, // Opcode: RCWSETPL |
24162 | | /* 119537 */ MCD_OPC_FilterValue, 4, 10, 1, 0, // Skip to: 119808 |
24163 | | /* 119542 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24164 | | /* 119545 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119560 |
24165 | | /* 119550 */ MCD_OPC_CheckPredicate, 86, 255, 83, 0, // Skip to: 141058 |
24166 | | /* 119555 */ MCD_OPC_Decode, 174, 33, 198, 4, // Opcode: LDAPURSBXi |
24167 | | /* 119560 */ MCD_OPC_FilterValue, 1, 245, 83, 0, // Skip to: 141058 |
24168 | | /* 119565 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24169 | | /* 119568 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119583 |
24170 | | /* 119573 */ MCD_OPC_CheckPredicate, 87, 232, 83, 0, // Skip to: 141058 |
24171 | | /* 119578 */ MCD_OPC_Decode, 141, 17, 199, 4, // Opcode: CPYFE |
24172 | | /* 119583 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 119598 |
24173 | | /* 119588 */ MCD_OPC_CheckPredicate, 87, 217, 83, 0, // Skip to: 141058 |
24174 | | /* 119593 */ MCD_OPC_Decode, 153, 17, 199, 4, // Opcode: CPYFEWT |
24175 | | /* 119598 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 119613 |
24176 | | /* 119603 */ MCD_OPC_CheckPredicate, 87, 202, 83, 0, // Skip to: 141058 |
24177 | | /* 119608 */ MCD_OPC_Decode, 144, 17, 199, 4, // Opcode: CPYFERT |
24178 | | /* 119613 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 119628 |
24179 | | /* 119618 */ MCD_OPC_CheckPredicate, 87, 187, 83, 0, // Skip to: 141058 |
24180 | | /* 119623 */ MCD_OPC_Decode, 148, 17, 199, 4, // Opcode: CPYFET |
24181 | | /* 119628 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 119643 |
24182 | | /* 119633 */ MCD_OPC_CheckPredicate, 87, 172, 83, 0, // Skip to: 141058 |
24183 | | /* 119638 */ MCD_OPC_Decode, 152, 17, 199, 4, // Opcode: CPYFEWN |
24184 | | /* 119643 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 119658 |
24185 | | /* 119648 */ MCD_OPC_CheckPredicate, 87, 157, 83, 0, // Skip to: 141058 |
24186 | | /* 119653 */ MCD_OPC_Decode, 156, 17, 199, 4, // Opcode: CPYFEWTWN |
24187 | | /* 119658 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 119673 |
24188 | | /* 119663 */ MCD_OPC_CheckPredicate, 87, 142, 83, 0, // Skip to: 141058 |
24189 | | /* 119668 */ MCD_OPC_Decode, 147, 17, 199, 4, // Opcode: CPYFERTWN |
24190 | | /* 119673 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 119688 |
24191 | | /* 119678 */ MCD_OPC_CheckPredicate, 87, 127, 83, 0, // Skip to: 141058 |
24192 | | /* 119683 */ MCD_OPC_Decode, 151, 17, 199, 4, // Opcode: CPYFETWN |
24193 | | /* 119688 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 119703 |
24194 | | /* 119693 */ MCD_OPC_CheckPredicate, 87, 112, 83, 0, // Skip to: 141058 |
24195 | | /* 119698 */ MCD_OPC_Decode, 143, 17, 199, 4, // Opcode: CPYFERN |
24196 | | /* 119703 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 119718 |
24197 | | /* 119708 */ MCD_OPC_CheckPredicate, 87, 97, 83, 0, // Skip to: 141058 |
24198 | | /* 119713 */ MCD_OPC_Decode, 155, 17, 199, 4, // Opcode: CPYFEWTRN |
24199 | | /* 119718 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 119733 |
24200 | | /* 119723 */ MCD_OPC_CheckPredicate, 87, 82, 83, 0, // Skip to: 141058 |
24201 | | /* 119728 */ MCD_OPC_Decode, 146, 17, 199, 4, // Opcode: CPYFERTRN |
24202 | | /* 119733 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 119748 |
24203 | | /* 119738 */ MCD_OPC_CheckPredicate, 87, 67, 83, 0, // Skip to: 141058 |
24204 | | /* 119743 */ MCD_OPC_Decode, 150, 17, 199, 4, // Opcode: CPYFETRN |
24205 | | /* 119748 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 119763 |
24206 | | /* 119753 */ MCD_OPC_CheckPredicate, 87, 52, 83, 0, // Skip to: 141058 |
24207 | | /* 119758 */ MCD_OPC_Decode, 142, 17, 199, 4, // Opcode: CPYFEN |
24208 | | /* 119763 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 119778 |
24209 | | /* 119768 */ MCD_OPC_CheckPredicate, 87, 37, 83, 0, // Skip to: 141058 |
24210 | | /* 119773 */ MCD_OPC_Decode, 154, 17, 199, 4, // Opcode: CPYFEWTN |
24211 | | /* 119778 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 119793 |
24212 | | /* 119783 */ MCD_OPC_CheckPredicate, 87, 22, 83, 0, // Skip to: 141058 |
24213 | | /* 119788 */ MCD_OPC_Decode, 145, 17, 199, 4, // Opcode: CPYFERTN |
24214 | | /* 119793 */ MCD_OPC_FilterValue, 15, 12, 83, 0, // Skip to: 141058 |
24215 | | /* 119798 */ MCD_OPC_CheckPredicate, 87, 7, 83, 0, // Skip to: 141058 |
24216 | | /* 119803 */ MCD_OPC_Decode, 149, 17, 199, 4, // Opcode: CPYFETN |
24217 | | /* 119808 */ MCD_OPC_FilterValue, 5, 123, 0, 0, // Skip to: 119936 |
24218 | | /* 119813 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24219 | | /* 119816 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 119831 |
24220 | | /* 119821 */ MCD_OPC_CheckPredicate, 88, 240, 82, 0, // Skip to: 141058 |
24221 | | /* 119826 */ MCD_OPC_Decode, 252, 39, 200, 4, // Opcode: RCWCASA |
24222 | | /* 119831 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 119846 |
24223 | | /* 119836 */ MCD_OPC_CheckPredicate, 89, 225, 82, 0, // Skip to: 141058 |
24224 | | /* 119841 */ MCD_OPC_Decode, 128, 40, 206, 2, // Opcode: RCWCASPA |
24225 | | /* 119846 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 119861 |
24226 | | /* 119851 */ MCD_OPC_CheckPredicate, 90, 210, 82, 0, // Skip to: 141058 |
24227 | | /* 119856 */ MCD_OPC_Decode, 210, 33, 201, 4, // Opcode: LDCLRPA |
24228 | | /* 119861 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 119876 |
24229 | | /* 119866 */ MCD_OPC_CheckPredicate, 90, 195, 82, 0, // Skip to: 141058 |
24230 | | /* 119871 */ MCD_OPC_Decode, 191, 35, 201, 4, // Opcode: LDSETPA |
24231 | | /* 119876 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 119891 |
24232 | | /* 119881 */ MCD_OPC_CheckPredicate, 90, 180, 82, 0, // Skip to: 141058 |
24233 | | /* 119886 */ MCD_OPC_Decode, 137, 55, 201, 4, // Opcode: SWPPA |
24234 | | /* 119891 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 119906 |
24235 | | /* 119896 */ MCD_OPC_CheckPredicate, 89, 165, 82, 0, // Skip to: 141058 |
24236 | | /* 119901 */ MCD_OPC_Decode, 136, 40, 201, 4, // Opcode: RCWCLRPA |
24237 | | /* 119906 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 119921 |
24238 | | /* 119911 */ MCD_OPC_CheckPredicate, 89, 150, 82, 0, // Skip to: 141058 |
24239 | | /* 119916 */ MCD_OPC_Decode, 176, 40, 201, 4, // Opcode: RCWSWPPA |
24240 | | /* 119921 */ MCD_OPC_FilterValue, 44, 140, 82, 0, // Skip to: 141058 |
24241 | | /* 119926 */ MCD_OPC_CheckPredicate, 89, 135, 82, 0, // Skip to: 141058 |
24242 | | /* 119931 */ MCD_OPC_Decode, 160, 40, 201, 4, // Opcode: RCWSETPA |
24243 | | /* 119936 */ MCD_OPC_FilterValue, 6, 206, 0, 0, // Skip to: 120147 |
24244 | | /* 119941 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24245 | | /* 119944 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119959 |
24246 | | /* 119949 */ MCD_OPC_CheckPredicate, 86, 112, 82, 0, // Skip to: 141058 |
24247 | | /* 119954 */ MCD_OPC_Decode, 173, 33, 198, 4, // Opcode: LDAPURSBWi |
24248 | | /* 119959 */ MCD_OPC_FilterValue, 1, 102, 82, 0, // Skip to: 141058 |
24249 | | /* 119964 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24250 | | /* 119967 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 119982 |
24251 | | /* 119972 */ MCD_OPC_CheckPredicate, 87, 89, 82, 0, // Skip to: 141058 |
24252 | | /* 119977 */ MCD_OPC_Decode, 225, 42, 202, 4, // Opcode: SETP |
24253 | | /* 119982 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 119997 |
24254 | | /* 119987 */ MCD_OPC_CheckPredicate, 87, 74, 82, 0, // Skip to: 141058 |
24255 | | /* 119992 */ MCD_OPC_Decode, 227, 42, 202, 4, // Opcode: SETPT |
24256 | | /* 119997 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 120012 |
24257 | | /* 120002 */ MCD_OPC_CheckPredicate, 87, 59, 82, 0, // Skip to: 141058 |
24258 | | /* 120007 */ MCD_OPC_Decode, 226, 42, 202, 4, // Opcode: SETPN |
24259 | | /* 120012 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 120027 |
24260 | | /* 120017 */ MCD_OPC_CheckPredicate, 87, 44, 82, 0, // Skip to: 141058 |
24261 | | /* 120022 */ MCD_OPC_Decode, 228, 42, 202, 4, // Opcode: SETPTN |
24262 | | /* 120027 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 120042 |
24263 | | /* 120032 */ MCD_OPC_CheckPredicate, 87, 29, 82, 0, // Skip to: 141058 |
24264 | | /* 120037 */ MCD_OPC_Decode, 221, 42, 202, 4, // Opcode: SETM |
24265 | | /* 120042 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 120057 |
24266 | | /* 120047 */ MCD_OPC_CheckPredicate, 87, 14, 82, 0, // Skip to: 141058 |
24267 | | /* 120052 */ MCD_OPC_Decode, 223, 42, 202, 4, // Opcode: SETMT |
24268 | | /* 120057 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 120072 |
24269 | | /* 120062 */ MCD_OPC_CheckPredicate, 87, 255, 81, 0, // Skip to: 141058 |
24270 | | /* 120067 */ MCD_OPC_Decode, 222, 42, 202, 4, // Opcode: SETMN |
24271 | | /* 120072 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 120087 |
24272 | | /* 120077 */ MCD_OPC_CheckPredicate, 87, 240, 81, 0, // Skip to: 141058 |
24273 | | /* 120082 */ MCD_OPC_Decode, 224, 42, 202, 4, // Opcode: SETMTN |
24274 | | /* 120087 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 120102 |
24275 | | /* 120092 */ MCD_OPC_CheckPredicate, 87, 225, 81, 0, // Skip to: 141058 |
24276 | | /* 120097 */ MCD_OPC_Decode, 206, 42, 202, 4, // Opcode: SETE |
24277 | | /* 120102 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 120117 |
24278 | | /* 120107 */ MCD_OPC_CheckPredicate, 87, 210, 81, 0, // Skip to: 141058 |
24279 | | /* 120112 */ MCD_OPC_Decode, 208, 42, 202, 4, // Opcode: SETET |
24280 | | /* 120117 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 120132 |
24281 | | /* 120122 */ MCD_OPC_CheckPredicate, 87, 195, 81, 0, // Skip to: 141058 |
24282 | | /* 120127 */ MCD_OPC_Decode, 207, 42, 202, 4, // Opcode: SETEN |
24283 | | /* 120132 */ MCD_OPC_FilterValue, 11, 185, 81, 0, // Skip to: 141058 |
24284 | | /* 120137 */ MCD_OPC_CheckPredicate, 87, 180, 81, 0, // Skip to: 141058 |
24285 | | /* 120142 */ MCD_OPC_Decode, 209, 42, 202, 4, // Opcode: SETETN |
24286 | | /* 120147 */ MCD_OPC_FilterValue, 7, 170, 81, 0, // Skip to: 141058 |
24287 | | /* 120152 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24288 | | /* 120155 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 120170 |
24289 | | /* 120160 */ MCD_OPC_CheckPredicate, 88, 157, 81, 0, // Skip to: 141058 |
24290 | | /* 120165 */ MCD_OPC_Decode, 253, 39, 200, 4, // Opcode: RCWCASAL |
24291 | | /* 120170 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 120185 |
24292 | | /* 120175 */ MCD_OPC_CheckPredicate, 89, 142, 81, 0, // Skip to: 141058 |
24293 | | /* 120180 */ MCD_OPC_Decode, 129, 40, 206, 2, // Opcode: RCWCASPAL |
24294 | | /* 120185 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 120200 |
24295 | | /* 120190 */ MCD_OPC_CheckPredicate, 90, 127, 81, 0, // Skip to: 141058 |
24296 | | /* 120195 */ MCD_OPC_Decode, 211, 33, 201, 4, // Opcode: LDCLRPAL |
24297 | | /* 120200 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 120215 |
24298 | | /* 120205 */ MCD_OPC_CheckPredicate, 90, 112, 81, 0, // Skip to: 141058 |
24299 | | /* 120210 */ MCD_OPC_Decode, 192, 35, 201, 4, // Opcode: LDSETPAL |
24300 | | /* 120215 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 120230 |
24301 | | /* 120220 */ MCD_OPC_CheckPredicate, 90, 97, 81, 0, // Skip to: 141058 |
24302 | | /* 120225 */ MCD_OPC_Decode, 138, 55, 201, 4, // Opcode: SWPPAL |
24303 | | /* 120230 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 120245 |
24304 | | /* 120235 */ MCD_OPC_CheckPredicate, 89, 82, 81, 0, // Skip to: 141058 |
24305 | | /* 120240 */ MCD_OPC_Decode, 137, 40, 201, 4, // Opcode: RCWCLRPAL |
24306 | | /* 120245 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 120260 |
24307 | | /* 120250 */ MCD_OPC_CheckPredicate, 89, 67, 81, 0, // Skip to: 141058 |
24308 | | /* 120255 */ MCD_OPC_Decode, 177, 40, 201, 4, // Opcode: RCWSWPPAL |
24309 | | /* 120260 */ MCD_OPC_FilterValue, 44, 57, 81, 0, // Skip to: 141058 |
24310 | | /* 120265 */ MCD_OPC_CheckPredicate, 89, 52, 81, 0, // Skip to: 141058 |
24311 | | /* 120270 */ MCD_OPC_Decode, 161, 40, 201, 4, // Opcode: RCWSETPAL |
24312 | | /* 120275 */ MCD_OPC_FilterValue, 2, 98, 1, 0, // Skip to: 120634 |
24313 | | /* 120280 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24314 | | /* 120283 */ MCD_OPC_FilterValue, 0, 93, 0, 0, // Skip to: 120381 |
24315 | | /* 120288 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24316 | | /* 120291 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 120308 |
24317 | | /* 120296 */ MCD_OPC_CheckField, 12, 4, 0, 19, 81, 0, // Skip to: 141058 |
24318 | | /* 120303 */ MCD_OPC_Decode, 189, 11, 203, 4, // Opcode: ADCWr |
24319 | | /* 120308 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 120318 |
24320 | | /* 120313 */ MCD_OPC_Decode, 245, 17, 204, 4, // Opcode: CSELWr |
24321 | | /* 120318 */ MCD_OPC_FilterValue, 6, 255, 80, 0, // Skip to: 141058 |
24322 | | /* 120323 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24323 | | /* 120326 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 120336 |
24324 | | /* 120331 */ MCD_OPC_Decode, 169, 36, 203, 4, // Opcode: LSLVWr |
24325 | | /* 120336 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 120351 |
24326 | | /* 120341 */ MCD_OPC_CheckPredicate, 91, 232, 80, 0, // Skip to: 141058 |
24327 | | /* 120346 */ MCD_OPC_Decode, 237, 17, 203, 4, // Opcode: CRC32Brr |
24328 | | /* 120351 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 120366 |
24329 | | /* 120356 */ MCD_OPC_CheckPredicate, 91, 217, 80, 0, // Skip to: 141058 |
24330 | | /* 120361 */ MCD_OPC_Decode, 238, 17, 203, 4, // Opcode: CRC32CBrr |
24331 | | /* 120366 */ MCD_OPC_FilterValue, 6, 207, 80, 0, // Skip to: 141058 |
24332 | | /* 120371 */ MCD_OPC_CheckPredicate, 70, 202, 80, 0, // Skip to: 141058 |
24333 | | /* 120376 */ MCD_OPC_Decode, 213, 43, 203, 4, // Opcode: SMAXWrr |
24334 | | /* 120381 */ MCD_OPC_FilterValue, 1, 76, 0, 0, // Skip to: 120462 |
24335 | | /* 120386 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24336 | | /* 120389 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 120399 |
24337 | | /* 120394 */ MCD_OPC_Decode, 247, 17, 204, 4, // Opcode: CSINCWr |
24338 | | /* 120399 */ MCD_OPC_FilterValue, 6, 174, 80, 0, // Skip to: 141058 |
24339 | | /* 120404 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24340 | | /* 120407 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 120417 |
24341 | | /* 120412 */ MCD_OPC_Decode, 193, 36, 203, 4, // Opcode: LSRVWr |
24342 | | /* 120417 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 120432 |
24343 | | /* 120422 */ MCD_OPC_CheckPredicate, 91, 151, 80, 0, // Skip to: 141058 |
24344 | | /* 120427 */ MCD_OPC_Decode, 242, 17, 203, 4, // Opcode: CRC32Hrr |
24345 | | /* 120432 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 120447 |
24346 | | /* 120437 */ MCD_OPC_CheckPredicate, 91, 136, 80, 0, // Skip to: 141058 |
24347 | | /* 120442 */ MCD_OPC_Decode, 239, 17, 203, 4, // Opcode: CRC32CHrr |
24348 | | /* 120447 */ MCD_OPC_FilterValue, 6, 126, 80, 0, // Skip to: 141058 |
24349 | | /* 120452 */ MCD_OPC_CheckPredicate, 70, 121, 80, 0, // Skip to: 141058 |
24350 | | /* 120457 */ MCD_OPC_Decode, 201, 57, 203, 4, // Opcode: UMAXWrr |
24351 | | /* 120462 */ MCD_OPC_FilterValue, 2, 103, 0, 0, // Skip to: 120570 |
24352 | | /* 120467 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24353 | | /* 120470 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 120487 |
24354 | | /* 120475 */ MCD_OPC_CheckField, 21, 3, 6, 96, 80, 0, // Skip to: 141058 |
24355 | | /* 120482 */ MCD_OPC_Decode, 248, 56, 203, 4, // Opcode: UDIVWr |
24356 | | /* 120487 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 120504 |
24357 | | /* 120492 */ MCD_OPC_CheckField, 21, 3, 6, 79, 80, 0, // Skip to: 141058 |
24358 | | /* 120499 */ MCD_OPC_Decode, 222, 12, 203, 4, // Opcode: ASRVWr |
24359 | | /* 120504 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 120526 |
24360 | | /* 120509 */ MCD_OPC_CheckPredicate, 91, 64, 80, 0, // Skip to: 141058 |
24361 | | /* 120514 */ MCD_OPC_CheckField, 21, 3, 6, 57, 80, 0, // Skip to: 141058 |
24362 | | /* 120521 */ MCD_OPC_Decode, 243, 17, 203, 4, // Opcode: CRC32Wrr |
24363 | | /* 120526 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 120548 |
24364 | | /* 120531 */ MCD_OPC_CheckPredicate, 91, 42, 80, 0, // Skip to: 141058 |
24365 | | /* 120536 */ MCD_OPC_CheckField, 21, 3, 6, 35, 80, 0, // Skip to: 141058 |
24366 | | /* 120543 */ MCD_OPC_Decode, 240, 17, 203, 4, // Opcode: CRC32CWrr |
24367 | | /* 120548 */ MCD_OPC_FilterValue, 6, 25, 80, 0, // Skip to: 141058 |
24368 | | /* 120553 */ MCD_OPC_CheckPredicate, 70, 20, 80, 0, // Skip to: 141058 |
24369 | | /* 120558 */ MCD_OPC_CheckField, 21, 3, 6, 13, 80, 0, // Skip to: 141058 |
24370 | | /* 120565 */ MCD_OPC_Decode, 143, 44, 203, 4, // Opcode: SMINWrr |
24371 | | /* 120570 */ MCD_OPC_FilterValue, 3, 3, 80, 0, // Skip to: 141058 |
24372 | | /* 120575 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24373 | | /* 120578 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 120595 |
24374 | | /* 120583 */ MCD_OPC_CheckField, 21, 3, 6, 244, 79, 0, // Skip to: 141058 |
24375 | | /* 120590 */ MCD_OPC_Decode, 159, 42, 203, 4, // Opcode: SDIVWr |
24376 | | /* 120595 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 120612 |
24377 | | /* 120600 */ MCD_OPC_CheckField, 21, 3, 6, 227, 79, 0, // Skip to: 141058 |
24378 | | /* 120607 */ MCD_OPC_Decode, 232, 40, 203, 4, // Opcode: RORVWr |
24379 | | /* 120612 */ MCD_OPC_FilterValue, 6, 217, 79, 0, // Skip to: 141058 |
24380 | | /* 120617 */ MCD_OPC_CheckPredicate, 70, 212, 79, 0, // Skip to: 141058 |
24381 | | /* 120622 */ MCD_OPC_CheckField, 21, 3, 6, 205, 79, 0, // Skip to: 141058 |
24382 | | /* 120629 */ MCD_OPC_Decode, 130, 58, 203, 4, // Opcode: UMINWrr |
24383 | | /* 120634 */ MCD_OPC_FilterValue, 3, 195, 79, 0, // Skip to: 141058 |
24384 | | /* 120639 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
24385 | | /* 120642 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 120659 |
24386 | | /* 120647 */ MCD_OPC_CheckField, 21, 3, 0, 180, 79, 0, // Skip to: 141058 |
24387 | | /* 120654 */ MCD_OPC_Decode, 250, 36, 205, 4, // Opcode: MADDWrrr |
24388 | | /* 120659 */ MCD_OPC_FilterValue, 1, 170, 79, 0, // Skip to: 141058 |
24389 | | /* 120664 */ MCD_OPC_CheckField, 21, 3, 0, 163, 79, 0, // Skip to: 141058 |
24390 | | /* 120671 */ MCD_OPC_Decode, 148, 38, 205, 4, // Opcode: MSUBWrrr |
24391 | | /* 120676 */ MCD_OPC_FilterValue, 1, 100, 5, 0, // Skip to: 122061 |
24392 | | /* 120681 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
24393 | | /* 120684 */ MCD_OPC_FilterValue, 0, 33, 1, 0, // Skip to: 120978 |
24394 | | /* 120689 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24395 | | /* 120692 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 120898 |
24396 | | /* 120697 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24397 | | /* 120700 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 120710 |
24398 | | /* 120705 */ MCD_OPC_Decode, 232, 53, 198, 4, // Opcode: STURBBi |
24399 | | /* 120710 */ MCD_OPC_FilterValue, 1, 119, 79, 0, // Skip to: 141058 |
24400 | | /* 120715 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24401 | | /* 120718 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 120733 |
24402 | | /* 120723 */ MCD_OPC_CheckPredicate, 45, 106, 79, 0, // Skip to: 141058 |
24403 | | /* 120728 */ MCD_OPC_Decode, 156, 33, 206, 4, // Opcode: LDADDB |
24404 | | /* 120733 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 120748 |
24405 | | /* 120738 */ MCD_OPC_CheckPredicate, 45, 91, 79, 0, // Skip to: 141058 |
24406 | | /* 120743 */ MCD_OPC_Decode, 203, 33, 206, 4, // Opcode: LDCLRB |
24407 | | /* 120748 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 120763 |
24408 | | /* 120753 */ MCD_OPC_CheckPredicate, 45, 76, 79, 0, // Skip to: 141058 |
24409 | | /* 120758 */ MCD_OPC_Decode, 223, 33, 206, 4, // Opcode: LDEORB |
24410 | | /* 120763 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 120778 |
24411 | | /* 120768 */ MCD_OPC_CheckPredicate, 45, 61, 79, 0, // Skip to: 141058 |
24412 | | /* 120773 */ MCD_OPC_Decode, 184, 35, 206, 4, // Opcode: LDSETB |
24413 | | /* 120778 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 120793 |
24414 | | /* 120783 */ MCD_OPC_CheckPredicate, 45, 46, 79, 0, // Skip to: 141058 |
24415 | | /* 120788 */ MCD_OPC_Decode, 204, 35, 206, 4, // Opcode: LDSMAXB |
24416 | | /* 120793 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 120808 |
24417 | | /* 120798 */ MCD_OPC_CheckPredicate, 45, 31, 79, 0, // Skip to: 141058 |
24418 | | /* 120803 */ MCD_OPC_Decode, 220, 35, 206, 4, // Opcode: LDSMINB |
24419 | | /* 120808 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 120823 |
24420 | | /* 120813 */ MCD_OPC_CheckPredicate, 45, 16, 79, 0, // Skip to: 141058 |
24421 | | /* 120818 */ MCD_OPC_Decode, 245, 35, 206, 4, // Opcode: LDUMAXB |
24422 | | /* 120823 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 120838 |
24423 | | /* 120828 */ MCD_OPC_CheckPredicate, 45, 1, 79, 0, // Skip to: 141058 |
24424 | | /* 120833 */ MCD_OPC_Decode, 133, 36, 206, 4, // Opcode: LDUMINB |
24425 | | /* 120838 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 120853 |
24426 | | /* 120843 */ MCD_OPC_CheckPredicate, 45, 242, 78, 0, // Skip to: 141058 |
24427 | | /* 120848 */ MCD_OPC_Decode, 130, 55, 206, 4, // Opcode: SWPB |
24428 | | /* 120853 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 120868 |
24429 | | /* 120858 */ MCD_OPC_CheckPredicate, 88, 227, 78, 0, // Skip to: 141058 |
24430 | | /* 120863 */ MCD_OPC_Decode, 131, 40, 207, 4, // Opcode: RCWCLR |
24431 | | /* 120868 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 120883 |
24432 | | /* 120873 */ MCD_OPC_CheckPredicate, 88, 212, 78, 0, // Skip to: 141058 |
24433 | | /* 120878 */ MCD_OPC_Decode, 171, 40, 207, 4, // Opcode: RCWSWP |
24434 | | /* 120883 */ MCD_OPC_FilterValue, 11, 202, 78, 0, // Skip to: 141058 |
24435 | | /* 120888 */ MCD_OPC_CheckPredicate, 88, 197, 78, 0, // Skip to: 141058 |
24436 | | /* 120893 */ MCD_OPC_Decode, 155, 40, 207, 4, // Opcode: RCWSET |
24437 | | /* 120898 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 120915 |
24438 | | /* 120903 */ MCD_OPC_CheckField, 21, 1, 0, 180, 78, 0, // Skip to: 141058 |
24439 | | /* 120910 */ MCD_OPC_Decode, 179, 53, 198, 4, // Opcode: STRBBpost |
24440 | | /* 120915 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 120961 |
24441 | | /* 120920 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24442 | | /* 120923 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 120933 |
24443 | | /* 120928 */ MCD_OPC_Decode, 228, 53, 198, 4, // Opcode: STTRBi |
24444 | | /* 120933 */ MCD_OPC_FilterValue, 1, 152, 78, 0, // Skip to: 141058 |
24445 | | /* 120938 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24446 | | /* 120941 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 120951 |
24447 | | /* 120946 */ MCD_OPC_Decode, 181, 53, 208, 4, // Opcode: STRBBroW |
24448 | | /* 120951 */ MCD_OPC_FilterValue, 3, 134, 78, 0, // Skip to: 141058 |
24449 | | /* 120956 */ MCD_OPC_Decode, 182, 53, 209, 4, // Opcode: STRBBroX |
24450 | | /* 120961 */ MCD_OPC_FilterValue, 3, 124, 78, 0, // Skip to: 141058 |
24451 | | /* 120966 */ MCD_OPC_CheckField, 21, 1, 0, 117, 78, 0, // Skip to: 141058 |
24452 | | /* 120973 */ MCD_OPC_Decode, 180, 53, 198, 4, // Opcode: STRBBpre |
24453 | | /* 120978 */ MCD_OPC_FilterValue, 1, 33, 1, 0, // Skip to: 121272 |
24454 | | /* 120983 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24455 | | /* 120986 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 121192 |
24456 | | /* 120991 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24457 | | /* 120994 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121004 |
24458 | | /* 120999 */ MCD_OPC_Decode, 141, 36, 198, 4, // Opcode: LDURBBi |
24459 | | /* 121004 */ MCD_OPC_FilterValue, 1, 81, 78, 0, // Skip to: 141058 |
24460 | | /* 121009 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24461 | | /* 121012 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 121027 |
24462 | | /* 121017 */ MCD_OPC_CheckPredicate, 45, 68, 78, 0, // Skip to: 141058 |
24463 | | /* 121022 */ MCD_OPC_Decode, 158, 33, 206, 4, // Opcode: LDADDLB |
24464 | | /* 121027 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 121042 |
24465 | | /* 121032 */ MCD_OPC_CheckPredicate, 45, 53, 78, 0, // Skip to: 141058 |
24466 | | /* 121037 */ MCD_OPC_Decode, 205, 33, 206, 4, // Opcode: LDCLRLB |
24467 | | /* 121042 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 121057 |
24468 | | /* 121047 */ MCD_OPC_CheckPredicate, 45, 38, 78, 0, // Skip to: 141058 |
24469 | | /* 121052 */ MCD_OPC_Decode, 225, 33, 206, 4, // Opcode: LDEORLB |
24470 | | /* 121057 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 121072 |
24471 | | /* 121062 */ MCD_OPC_CheckPredicate, 45, 23, 78, 0, // Skip to: 141058 |
24472 | | /* 121067 */ MCD_OPC_Decode, 186, 35, 206, 4, // Opcode: LDSETLB |
24473 | | /* 121072 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 121087 |
24474 | | /* 121077 */ MCD_OPC_CheckPredicate, 45, 8, 78, 0, // Skip to: 141058 |
24475 | | /* 121082 */ MCD_OPC_Decode, 206, 35, 206, 4, // Opcode: LDSMAXLB |
24476 | | /* 121087 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 121102 |
24477 | | /* 121092 */ MCD_OPC_CheckPredicate, 45, 249, 77, 0, // Skip to: 141058 |
24478 | | /* 121097 */ MCD_OPC_Decode, 222, 35, 206, 4, // Opcode: LDSMINLB |
24479 | | /* 121102 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 121117 |
24480 | | /* 121107 */ MCD_OPC_CheckPredicate, 45, 234, 77, 0, // Skip to: 141058 |
24481 | | /* 121112 */ MCD_OPC_Decode, 247, 35, 206, 4, // Opcode: LDUMAXLB |
24482 | | /* 121117 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 121132 |
24483 | | /* 121122 */ MCD_OPC_CheckPredicate, 45, 219, 77, 0, // Skip to: 141058 |
24484 | | /* 121127 */ MCD_OPC_Decode, 135, 36, 206, 4, // Opcode: LDUMINLB |
24485 | | /* 121132 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 121147 |
24486 | | /* 121137 */ MCD_OPC_CheckPredicate, 45, 204, 77, 0, // Skip to: 141058 |
24487 | | /* 121142 */ MCD_OPC_Decode, 132, 55, 206, 4, // Opcode: SWPLB |
24488 | | /* 121147 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 121162 |
24489 | | /* 121152 */ MCD_OPC_CheckPredicate, 88, 189, 77, 0, // Skip to: 141058 |
24490 | | /* 121157 */ MCD_OPC_Decode, 134, 40, 207, 4, // Opcode: RCWCLRL |
24491 | | /* 121162 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 121177 |
24492 | | /* 121167 */ MCD_OPC_CheckPredicate, 88, 174, 77, 0, // Skip to: 141058 |
24493 | | /* 121172 */ MCD_OPC_Decode, 174, 40, 207, 4, // Opcode: RCWSWPL |
24494 | | /* 121177 */ MCD_OPC_FilterValue, 11, 164, 77, 0, // Skip to: 141058 |
24495 | | /* 121182 */ MCD_OPC_CheckPredicate, 88, 159, 77, 0, // Skip to: 141058 |
24496 | | /* 121187 */ MCD_OPC_Decode, 158, 40, 207, 4, // Opcode: RCWSETL |
24497 | | /* 121192 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 121209 |
24498 | | /* 121197 */ MCD_OPC_CheckField, 21, 1, 0, 142, 77, 0, // Skip to: 141058 |
24499 | | /* 121204 */ MCD_OPC_Decode, 224, 34, 198, 4, // Opcode: LDRBBpost |
24500 | | /* 121209 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 121255 |
24501 | | /* 121214 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24502 | | /* 121217 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121227 |
24503 | | /* 121222 */ MCD_OPC_Decode, 228, 35, 198, 4, // Opcode: LDTRBi |
24504 | | /* 121227 */ MCD_OPC_FilterValue, 1, 114, 77, 0, // Skip to: 141058 |
24505 | | /* 121232 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24506 | | /* 121235 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 121245 |
24507 | | /* 121240 */ MCD_OPC_Decode, 226, 34, 208, 4, // Opcode: LDRBBroW |
24508 | | /* 121245 */ MCD_OPC_FilterValue, 3, 96, 77, 0, // Skip to: 141058 |
24509 | | /* 121250 */ MCD_OPC_Decode, 227, 34, 209, 4, // Opcode: LDRBBroX |
24510 | | /* 121255 */ MCD_OPC_FilterValue, 3, 86, 77, 0, // Skip to: 141058 |
24511 | | /* 121260 */ MCD_OPC_CheckField, 21, 1, 0, 79, 77, 0, // Skip to: 141058 |
24512 | | /* 121267 */ MCD_OPC_Decode, 225, 34, 198, 4, // Opcode: LDRBBpre |
24513 | | /* 121272 */ MCD_OPC_FilterValue, 2, 55, 1, 0, // Skip to: 121588 |
24514 | | /* 121277 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24515 | | /* 121280 */ MCD_OPC_FilterValue, 0, 223, 0, 0, // Skip to: 121508 |
24516 | | /* 121285 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24517 | | /* 121288 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121298 |
24518 | | /* 121293 */ MCD_OPC_Decode, 148, 36, 198, 4, // Opcode: LDURSBXi |
24519 | | /* 121298 */ MCD_OPC_FilterValue, 1, 43, 77, 0, // Skip to: 141058 |
24520 | | /* 121303 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24521 | | /* 121306 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 121321 |
24522 | | /* 121311 */ MCD_OPC_CheckPredicate, 45, 30, 77, 0, // Skip to: 141058 |
24523 | | /* 121316 */ MCD_OPC_Decode, 148, 33, 206, 4, // Opcode: LDADDAB |
24524 | | /* 121321 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 121336 |
24525 | | /* 121326 */ MCD_OPC_CheckPredicate, 45, 15, 77, 0, // Skip to: 141058 |
24526 | | /* 121331 */ MCD_OPC_Decode, 195, 33, 206, 4, // Opcode: LDCLRAB |
24527 | | /* 121336 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 121351 |
24528 | | /* 121341 */ MCD_OPC_CheckPredicate, 45, 0, 77, 0, // Skip to: 141058 |
24529 | | /* 121346 */ MCD_OPC_Decode, 215, 33, 206, 4, // Opcode: LDEORAB |
24530 | | /* 121351 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 121366 |
24531 | | /* 121356 */ MCD_OPC_CheckPredicate, 45, 241, 76, 0, // Skip to: 141058 |
24532 | | /* 121361 */ MCD_OPC_Decode, 176, 35, 206, 4, // Opcode: LDSETAB |
24533 | | /* 121366 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 121381 |
24534 | | /* 121371 */ MCD_OPC_CheckPredicate, 45, 226, 76, 0, // Skip to: 141058 |
24535 | | /* 121376 */ MCD_OPC_Decode, 196, 35, 206, 4, // Opcode: LDSMAXAB |
24536 | | /* 121381 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 121396 |
24537 | | /* 121386 */ MCD_OPC_CheckPredicate, 45, 211, 76, 0, // Skip to: 141058 |
24538 | | /* 121391 */ MCD_OPC_Decode, 212, 35, 206, 4, // Opcode: LDSMINAB |
24539 | | /* 121396 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 121411 |
24540 | | /* 121401 */ MCD_OPC_CheckPredicate, 45, 196, 76, 0, // Skip to: 141058 |
24541 | | /* 121406 */ MCD_OPC_Decode, 237, 35, 206, 4, // Opcode: LDUMAXAB |
24542 | | /* 121411 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 121426 |
24543 | | /* 121416 */ MCD_OPC_CheckPredicate, 45, 181, 76, 0, // Skip to: 141058 |
24544 | | /* 121421 */ MCD_OPC_Decode, 253, 35, 206, 4, // Opcode: LDUMINAB |
24545 | | /* 121426 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 121441 |
24546 | | /* 121431 */ MCD_OPC_CheckPredicate, 45, 166, 76, 0, // Skip to: 141058 |
24547 | | /* 121436 */ MCD_OPC_Decode, 250, 54, 206, 4, // Opcode: SWPAB |
24548 | | /* 121441 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 121456 |
24549 | | /* 121446 */ MCD_OPC_CheckPredicate, 88, 151, 76, 0, // Skip to: 141058 |
24550 | | /* 121451 */ MCD_OPC_Decode, 132, 40, 207, 4, // Opcode: RCWCLRA |
24551 | | /* 121456 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 121471 |
24552 | | /* 121461 */ MCD_OPC_CheckPredicate, 88, 136, 76, 0, // Skip to: 141058 |
24553 | | /* 121466 */ MCD_OPC_Decode, 172, 40, 207, 4, // Opcode: RCWSWPA |
24554 | | /* 121471 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 121486 |
24555 | | /* 121476 */ MCD_OPC_CheckPredicate, 88, 121, 76, 0, // Skip to: 141058 |
24556 | | /* 121481 */ MCD_OPC_Decode, 156, 40, 207, 4, // Opcode: RCWSETA |
24557 | | /* 121486 */ MCD_OPC_FilterValue, 12, 111, 76, 0, // Skip to: 141058 |
24558 | | /* 121491 */ MCD_OPC_CheckPredicate, 92, 106, 76, 0, // Skip to: 141058 |
24559 | | /* 121496 */ MCD_OPC_CheckField, 16, 5, 31, 99, 76, 0, // Skip to: 141058 |
24560 | | /* 121503 */ MCD_OPC_Decode, 165, 33, 210, 4, // Opcode: LDAPRB |
24561 | | /* 121508 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 121525 |
24562 | | /* 121513 */ MCD_OPC_CheckField, 21, 1, 0, 82, 76, 0, // Skip to: 141058 |
24563 | | /* 121520 */ MCD_OPC_Decode, 133, 35, 198, 4, // Opcode: LDRSBXpost |
24564 | | /* 121525 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 121571 |
24565 | | /* 121530 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24566 | | /* 121533 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121543 |
24567 | | /* 121538 */ MCD_OPC_Decode, 231, 35, 198, 4, // Opcode: LDTRSBXi |
24568 | | /* 121543 */ MCD_OPC_FilterValue, 1, 54, 76, 0, // Skip to: 141058 |
24569 | | /* 121548 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24570 | | /* 121551 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 121561 |
24571 | | /* 121556 */ MCD_OPC_Decode, 135, 35, 211, 4, // Opcode: LDRSBXroW |
24572 | | /* 121561 */ MCD_OPC_FilterValue, 3, 36, 76, 0, // Skip to: 141058 |
24573 | | /* 121566 */ MCD_OPC_Decode, 136, 35, 212, 4, // Opcode: LDRSBXroX |
24574 | | /* 121571 */ MCD_OPC_FilterValue, 3, 26, 76, 0, // Skip to: 141058 |
24575 | | /* 121576 */ MCD_OPC_CheckField, 21, 1, 0, 19, 76, 0, // Skip to: 141058 |
24576 | | /* 121583 */ MCD_OPC_Decode, 134, 35, 198, 4, // Opcode: LDRSBXpre |
24577 | | /* 121588 */ MCD_OPC_FilterValue, 3, 33, 1, 0, // Skip to: 121882 |
24578 | | /* 121593 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24579 | | /* 121596 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 121802 |
24580 | | /* 121601 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24581 | | /* 121604 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121614 |
24582 | | /* 121609 */ MCD_OPC_Decode, 147, 36, 198, 4, // Opcode: LDURSBWi |
24583 | | /* 121614 */ MCD_OPC_FilterValue, 1, 239, 75, 0, // Skip to: 141058 |
24584 | | /* 121619 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24585 | | /* 121622 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 121637 |
24586 | | /* 121627 */ MCD_OPC_CheckPredicate, 45, 226, 75, 0, // Skip to: 141058 |
24587 | | /* 121632 */ MCD_OPC_Decode, 150, 33, 206, 4, // Opcode: LDADDALB |
24588 | | /* 121637 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 121652 |
24589 | | /* 121642 */ MCD_OPC_CheckPredicate, 45, 211, 75, 0, // Skip to: 141058 |
24590 | | /* 121647 */ MCD_OPC_Decode, 197, 33, 206, 4, // Opcode: LDCLRALB |
24591 | | /* 121652 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 121667 |
24592 | | /* 121657 */ MCD_OPC_CheckPredicate, 45, 196, 75, 0, // Skip to: 141058 |
24593 | | /* 121662 */ MCD_OPC_Decode, 217, 33, 206, 4, // Opcode: LDEORALB |
24594 | | /* 121667 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 121682 |
24595 | | /* 121672 */ MCD_OPC_CheckPredicate, 45, 181, 75, 0, // Skip to: 141058 |
24596 | | /* 121677 */ MCD_OPC_Decode, 178, 35, 206, 4, // Opcode: LDSETALB |
24597 | | /* 121682 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 121697 |
24598 | | /* 121687 */ MCD_OPC_CheckPredicate, 45, 166, 75, 0, // Skip to: 141058 |
24599 | | /* 121692 */ MCD_OPC_Decode, 198, 35, 206, 4, // Opcode: LDSMAXALB |
24600 | | /* 121697 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 121712 |
24601 | | /* 121702 */ MCD_OPC_CheckPredicate, 45, 151, 75, 0, // Skip to: 141058 |
24602 | | /* 121707 */ MCD_OPC_Decode, 214, 35, 206, 4, // Opcode: LDSMINALB |
24603 | | /* 121712 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 121727 |
24604 | | /* 121717 */ MCD_OPC_CheckPredicate, 45, 136, 75, 0, // Skip to: 141058 |
24605 | | /* 121722 */ MCD_OPC_Decode, 239, 35, 206, 4, // Opcode: LDUMAXALB |
24606 | | /* 121727 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 121742 |
24607 | | /* 121732 */ MCD_OPC_CheckPredicate, 45, 121, 75, 0, // Skip to: 141058 |
24608 | | /* 121737 */ MCD_OPC_Decode, 255, 35, 206, 4, // Opcode: LDUMINALB |
24609 | | /* 121742 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 121757 |
24610 | | /* 121747 */ MCD_OPC_CheckPredicate, 45, 106, 75, 0, // Skip to: 141058 |
24611 | | /* 121752 */ MCD_OPC_Decode, 252, 54, 206, 4, // Opcode: SWPALB |
24612 | | /* 121757 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 121772 |
24613 | | /* 121762 */ MCD_OPC_CheckPredicate, 88, 91, 75, 0, // Skip to: 141058 |
24614 | | /* 121767 */ MCD_OPC_Decode, 133, 40, 207, 4, // Opcode: RCWCLRAL |
24615 | | /* 121772 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 121787 |
24616 | | /* 121777 */ MCD_OPC_CheckPredicate, 88, 76, 75, 0, // Skip to: 141058 |
24617 | | /* 121782 */ MCD_OPC_Decode, 173, 40, 207, 4, // Opcode: RCWSWPAL |
24618 | | /* 121787 */ MCD_OPC_FilterValue, 11, 66, 75, 0, // Skip to: 141058 |
24619 | | /* 121792 */ MCD_OPC_CheckPredicate, 88, 61, 75, 0, // Skip to: 141058 |
24620 | | /* 121797 */ MCD_OPC_Decode, 157, 40, 207, 4, // Opcode: RCWSETAL |
24621 | | /* 121802 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 121819 |
24622 | | /* 121807 */ MCD_OPC_CheckField, 21, 1, 0, 44, 75, 0, // Skip to: 141058 |
24623 | | /* 121814 */ MCD_OPC_Decode, 128, 35, 198, 4, // Opcode: LDRSBWpost |
24624 | | /* 121819 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 121865 |
24625 | | /* 121824 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24626 | | /* 121827 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 121837 |
24627 | | /* 121832 */ MCD_OPC_Decode, 230, 35, 198, 4, // Opcode: LDTRSBWi |
24628 | | /* 121837 */ MCD_OPC_FilterValue, 1, 16, 75, 0, // Skip to: 141058 |
24629 | | /* 121842 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24630 | | /* 121845 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 121855 |
24631 | | /* 121850 */ MCD_OPC_Decode, 130, 35, 208, 4, // Opcode: LDRSBWroW |
24632 | | /* 121855 */ MCD_OPC_FilterValue, 3, 254, 74, 0, // Skip to: 141058 |
24633 | | /* 121860 */ MCD_OPC_Decode, 131, 35, 209, 4, // Opcode: LDRSBWroX |
24634 | | /* 121865 */ MCD_OPC_FilterValue, 3, 244, 74, 0, // Skip to: 141058 |
24635 | | /* 121870 */ MCD_OPC_CheckField, 21, 1, 0, 237, 74, 0, // Skip to: 141058 |
24636 | | /* 121877 */ MCD_OPC_Decode, 129, 35, 198, 4, // Opcode: LDRSBWpre |
24637 | | /* 121882 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 121892 |
24638 | | /* 121887 */ MCD_OPC_Decode, 183, 53, 213, 4, // Opcode: STRBBui |
24639 | | /* 121892 */ MCD_OPC_FilterValue, 5, 5, 0, 0, // Skip to: 121902 |
24640 | | /* 121897 */ MCD_OPC_Decode, 228, 34, 213, 4, // Opcode: LDRBBui |
24641 | | /* 121902 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 121912 |
24642 | | /* 121907 */ MCD_OPC_Decode, 137, 35, 213, 4, // Opcode: LDRSBXui |
24643 | | /* 121912 */ MCD_OPC_FilterValue, 7, 5, 0, 0, // Skip to: 121922 |
24644 | | /* 121917 */ MCD_OPC_Decode, 132, 35, 213, 4, // Opcode: LDRSBWui |
24645 | | /* 121922 */ MCD_OPC_FilterValue, 8, 78, 0, 0, // Skip to: 122005 |
24646 | | /* 121927 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24647 | | /* 121930 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 121947 |
24648 | | /* 121935 */ MCD_OPC_CheckField, 21, 1, 0, 172, 74, 0, // Skip to: 141058 |
24649 | | /* 121942 */ MCD_OPC_Decode, 187, 11, 203, 4, // Opcode: ADCSWr |
24650 | | /* 121947 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 121976 |
24651 | | /* 121952 */ MCD_OPC_CheckPredicate, 79, 157, 74, 0, // Skip to: 141058 |
24652 | | /* 121957 */ MCD_OPC_CheckField, 16, 6, 0, 150, 74, 0, // Skip to: 141058 |
24653 | | /* 121964 */ MCD_OPC_CheckField, 0, 5, 13, 143, 74, 0, // Skip to: 141058 |
24654 | | /* 121971 */ MCD_OPC_Decode, 211, 42, 214, 4, // Opcode: SETF8 |
24655 | | /* 121976 */ MCD_OPC_FilterValue, 18, 133, 74, 0, // Skip to: 141058 |
24656 | | /* 121981 */ MCD_OPC_CheckPredicate, 79, 128, 74, 0, // Skip to: 141058 |
24657 | | /* 121986 */ MCD_OPC_CheckField, 16, 6, 0, 121, 74, 0, // Skip to: 141058 |
24658 | | /* 121993 */ MCD_OPC_CheckField, 0, 5, 13, 114, 74, 0, // Skip to: 141058 |
24659 | | /* 122000 */ MCD_OPC_Decode, 210, 42, 214, 4, // Opcode: SETF16 |
24660 | | /* 122005 */ MCD_OPC_FilterValue, 9, 104, 74, 0, // Skip to: 141058 |
24661 | | /* 122010 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24662 | | /* 122013 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 122037 |
24663 | | /* 122018 */ MCD_OPC_CheckField, 21, 1, 0, 89, 74, 0, // Skip to: 141058 |
24664 | | /* 122025 */ MCD_OPC_CheckField, 4, 1, 0, 82, 74, 0, // Skip to: 141058 |
24665 | | /* 122032 */ MCD_OPC_Decode, 232, 14, 215, 4, // Opcode: CCMNWr |
24666 | | /* 122037 */ MCD_OPC_FilterValue, 2, 72, 74, 0, // Skip to: 141058 |
24667 | | /* 122042 */ MCD_OPC_CheckField, 21, 1, 0, 65, 74, 0, // Skip to: 141058 |
24668 | | /* 122049 */ MCD_OPC_CheckField, 4, 1, 0, 58, 74, 0, // Skip to: 141058 |
24669 | | /* 122056 */ MCD_OPC_Decode, 231, 14, 216, 4, // Opcode: CCMNWi |
24670 | | /* 122061 */ MCD_OPC_FilterValue, 2, 119, 2, 0, // Skip to: 122697 |
24671 | | /* 122066 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
24672 | | /* 122069 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 122079 |
24673 | | /* 122074 */ MCD_OPC_Decode, 166, 35, 182, 4, // Opcode: LDRXl |
24674 | | /* 122079 */ MCD_OPC_FilterValue, 1, 167, 1, 0, // Skip to: 122507 |
24675 | | /* 122084 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24676 | | /* 122087 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 122109 |
24677 | | /* 122092 */ MCD_OPC_CheckPredicate, 86, 17, 74, 0, // Skip to: 141058 |
24678 | | /* 122097 */ MCD_OPC_CheckField, 10, 2, 0, 10, 74, 0, // Skip to: 141058 |
24679 | | /* 122104 */ MCD_OPC_Decode, 226, 52, 198, 4, // Opcode: STLURHi |
24680 | | /* 122109 */ MCD_OPC_FilterValue, 1, 78, 0, 0, // Skip to: 122192 |
24681 | | /* 122114 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24682 | | /* 122117 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 122132 |
24683 | | /* 122122 */ MCD_OPC_CheckPredicate, 88, 243, 73, 0, // Skip to: 141058 |
24684 | | /* 122127 */ MCD_OPC_Decode, 147, 40, 200, 4, // Opcode: RCWSCAS |
24685 | | /* 122132 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 122147 |
24686 | | /* 122137 */ MCD_OPC_CheckPredicate, 89, 228, 73, 0, // Skip to: 141058 |
24687 | | /* 122142 */ MCD_OPC_Decode, 151, 40, 206, 2, // Opcode: RCWSCASP |
24688 | | /* 122147 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 122162 |
24689 | | /* 122152 */ MCD_OPC_CheckPredicate, 89, 213, 73, 0, // Skip to: 141058 |
24690 | | /* 122157 */ MCD_OPC_Decode, 143, 40, 201, 4, // Opcode: RCWCLRSP |
24691 | | /* 122162 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 122177 |
24692 | | /* 122167 */ MCD_OPC_CheckPredicate, 89, 198, 73, 0, // Skip to: 141058 |
24693 | | /* 122172 */ MCD_OPC_Decode, 183, 40, 201, 4, // Opcode: RCWSWPSP |
24694 | | /* 122177 */ MCD_OPC_FilterValue, 44, 188, 73, 0, // Skip to: 141058 |
24695 | | /* 122182 */ MCD_OPC_CheckPredicate, 89, 183, 73, 0, // Skip to: 141058 |
24696 | | /* 122187 */ MCD_OPC_Decode, 167, 40, 201, 4, // Opcode: RCWSETSP |
24697 | | /* 122192 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 122214 |
24698 | | /* 122197 */ MCD_OPC_CheckPredicate, 86, 168, 73, 0, // Skip to: 141058 |
24699 | | /* 122202 */ MCD_OPC_CheckField, 10, 2, 0, 161, 73, 0, // Skip to: 141058 |
24700 | | /* 122209 */ MCD_OPC_Decode, 172, 33, 198, 4, // Opcode: LDAPURHi |
24701 | | /* 122214 */ MCD_OPC_FilterValue, 3, 78, 0, 0, // Skip to: 122297 |
24702 | | /* 122219 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24703 | | /* 122222 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 122237 |
24704 | | /* 122227 */ MCD_OPC_CheckPredicate, 88, 138, 73, 0, // Skip to: 141058 |
24705 | | /* 122232 */ MCD_OPC_Decode, 150, 40, 200, 4, // Opcode: RCWSCASL |
24706 | | /* 122237 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 122252 |
24707 | | /* 122242 */ MCD_OPC_CheckPredicate, 89, 123, 73, 0, // Skip to: 141058 |
24708 | | /* 122247 */ MCD_OPC_Decode, 154, 40, 206, 2, // Opcode: RCWSCASPL |
24709 | | /* 122252 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 122267 |
24710 | | /* 122257 */ MCD_OPC_CheckPredicate, 89, 108, 73, 0, // Skip to: 141058 |
24711 | | /* 122262 */ MCD_OPC_Decode, 146, 40, 201, 4, // Opcode: RCWCLRSPL |
24712 | | /* 122267 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 122282 |
24713 | | /* 122272 */ MCD_OPC_CheckPredicate, 89, 93, 73, 0, // Skip to: 141058 |
24714 | | /* 122277 */ MCD_OPC_Decode, 186, 40, 201, 4, // Opcode: RCWSWPSPL |
24715 | | /* 122282 */ MCD_OPC_FilterValue, 44, 83, 73, 0, // Skip to: 141058 |
24716 | | /* 122287 */ MCD_OPC_CheckPredicate, 89, 78, 73, 0, // Skip to: 141058 |
24717 | | /* 122292 */ MCD_OPC_Decode, 170, 40, 201, 4, // Opcode: RCWSETSPL |
24718 | | /* 122297 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 122319 |
24719 | | /* 122302 */ MCD_OPC_CheckPredicate, 86, 63, 73, 0, // Skip to: 141058 |
24720 | | /* 122307 */ MCD_OPC_CheckField, 10, 2, 0, 56, 73, 0, // Skip to: 141058 |
24721 | | /* 122314 */ MCD_OPC_Decode, 176, 33, 198, 4, // Opcode: LDAPURSHXi |
24722 | | /* 122319 */ MCD_OPC_FilterValue, 5, 78, 0, 0, // Skip to: 122402 |
24723 | | /* 122324 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24724 | | /* 122327 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 122342 |
24725 | | /* 122332 */ MCD_OPC_CheckPredicate, 88, 33, 73, 0, // Skip to: 141058 |
24726 | | /* 122337 */ MCD_OPC_Decode, 148, 40, 200, 4, // Opcode: RCWSCASA |
24727 | | /* 122342 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 122357 |
24728 | | /* 122347 */ MCD_OPC_CheckPredicate, 89, 18, 73, 0, // Skip to: 141058 |
24729 | | /* 122352 */ MCD_OPC_Decode, 152, 40, 206, 2, // Opcode: RCWSCASPA |
24730 | | /* 122357 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 122372 |
24731 | | /* 122362 */ MCD_OPC_CheckPredicate, 89, 3, 73, 0, // Skip to: 141058 |
24732 | | /* 122367 */ MCD_OPC_Decode, 144, 40, 201, 4, // Opcode: RCWCLRSPA |
24733 | | /* 122372 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 122387 |
24734 | | /* 122377 */ MCD_OPC_CheckPredicate, 89, 244, 72, 0, // Skip to: 141058 |
24735 | | /* 122382 */ MCD_OPC_Decode, 184, 40, 201, 4, // Opcode: RCWSWPSPA |
24736 | | /* 122387 */ MCD_OPC_FilterValue, 44, 234, 72, 0, // Skip to: 141058 |
24737 | | /* 122392 */ MCD_OPC_CheckPredicate, 89, 229, 72, 0, // Skip to: 141058 |
24738 | | /* 122397 */ MCD_OPC_Decode, 168, 40, 201, 4, // Opcode: RCWSETSPA |
24739 | | /* 122402 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 122424 |
24740 | | /* 122407 */ MCD_OPC_CheckPredicate, 86, 214, 72, 0, // Skip to: 141058 |
24741 | | /* 122412 */ MCD_OPC_CheckField, 10, 2, 0, 207, 72, 0, // Skip to: 141058 |
24742 | | /* 122419 */ MCD_OPC_Decode, 175, 33, 198, 4, // Opcode: LDAPURSHWi |
24743 | | /* 122424 */ MCD_OPC_FilterValue, 7, 197, 72, 0, // Skip to: 141058 |
24744 | | /* 122429 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
24745 | | /* 122432 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 122447 |
24746 | | /* 122437 */ MCD_OPC_CheckPredicate, 88, 184, 72, 0, // Skip to: 141058 |
24747 | | /* 122442 */ MCD_OPC_Decode, 149, 40, 200, 4, // Opcode: RCWSCASAL |
24748 | | /* 122447 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 122462 |
24749 | | /* 122452 */ MCD_OPC_CheckPredicate, 89, 169, 72, 0, // Skip to: 141058 |
24750 | | /* 122457 */ MCD_OPC_Decode, 153, 40, 206, 2, // Opcode: RCWSCASPAL |
24751 | | /* 122462 */ MCD_OPC_FilterValue, 36, 10, 0, 0, // Skip to: 122477 |
24752 | | /* 122467 */ MCD_OPC_CheckPredicate, 89, 154, 72, 0, // Skip to: 141058 |
24753 | | /* 122472 */ MCD_OPC_Decode, 145, 40, 201, 4, // Opcode: RCWCLRSPAL |
24754 | | /* 122477 */ MCD_OPC_FilterValue, 40, 10, 0, 0, // Skip to: 122492 |
24755 | | /* 122482 */ MCD_OPC_CheckPredicate, 89, 139, 72, 0, // Skip to: 141058 |
24756 | | /* 122487 */ MCD_OPC_Decode, 185, 40, 201, 4, // Opcode: RCWSWPSPAL |
24757 | | /* 122492 */ MCD_OPC_FilterValue, 44, 129, 72, 0, // Skip to: 141058 |
24758 | | /* 122497 */ MCD_OPC_CheckPredicate, 89, 124, 72, 0, // Skip to: 141058 |
24759 | | /* 122502 */ MCD_OPC_Decode, 169, 40, 201, 4, // Opcode: RCWSETSPAL |
24760 | | /* 122507 */ MCD_OPC_FilterValue, 2, 114, 72, 0, // Skip to: 141058 |
24761 | | /* 122512 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24762 | | /* 122515 */ MCD_OPC_FilterValue, 0, 73, 0, 0, // Skip to: 122593 |
24763 | | /* 122520 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24764 | | /* 122523 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 122540 |
24765 | | /* 122528 */ MCD_OPC_CheckField, 12, 4, 0, 91, 72, 0, // Skip to: 141058 |
24766 | | /* 122535 */ MCD_OPC_Decode, 232, 41, 203, 4, // Opcode: SBCWr |
24767 | | /* 122540 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 122550 |
24768 | | /* 122545 */ MCD_OPC_Decode, 249, 17, 204, 4, // Opcode: CSINVWr |
24769 | | /* 122550 */ MCD_OPC_FilterValue, 6, 71, 72, 0, // Skip to: 141058 |
24770 | | /* 122555 */ MCD_OPC_ExtractField, 12, 9, // Inst{20-12} ... |
24771 | | /* 122558 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 122568 |
24772 | | /* 122563 */ MCD_OPC_Decode, 243, 39, 217, 4, // Opcode: RBITWr |
24773 | | /* 122568 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 122578 |
24774 | | /* 122573 */ MCD_OPC_Decode, 155, 15, 217, 4, // Opcode: CLZWr |
24775 | | /* 122578 */ MCD_OPC_FilterValue, 2, 43, 72, 0, // Skip to: 141058 |
24776 | | /* 122583 */ MCD_OPC_CheckPredicate, 70, 38, 72, 0, // Skip to: 141058 |
24777 | | /* 122588 */ MCD_OPC_Decode, 169, 11, 217, 4, // Opcode: ABSWr |
24778 | | /* 122593 */ MCD_OPC_FilterValue, 1, 41, 0, 0, // Skip to: 122639 |
24779 | | /* 122598 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
24780 | | /* 122601 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 122611 |
24781 | | /* 122606 */ MCD_OPC_Decode, 251, 17, 204, 4, // Opcode: CSNEGWr |
24782 | | /* 122611 */ MCD_OPC_FilterValue, 6, 10, 72, 0, // Skip to: 141058 |
24783 | | /* 122616 */ MCD_OPC_ExtractField, 12, 9, // Inst{20-12} ... |
24784 | | /* 122619 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 122629 |
24785 | | /* 122624 */ MCD_OPC_Decode, 199, 40, 217, 4, // Opcode: REV16Wr |
24786 | | /* 122629 */ MCD_OPC_FilterValue, 1, 248, 71, 0, // Skip to: 141058 |
24787 | | /* 122634 */ MCD_OPC_Decode, 143, 15, 217, 4, // Opcode: CLSWr |
24788 | | /* 122639 */ MCD_OPC_FilterValue, 2, 30, 0, 0, // Skip to: 122674 |
24789 | | /* 122644 */ MCD_OPC_ExtractField, 12, 12, // Inst{23-12} ... |
24790 | | /* 122647 */ MCD_OPC_FilterValue, 128, 24, 5, 0, 0, // Skip to: 122658 |
24791 | | /* 122653 */ MCD_OPC_Decode, 221, 40, 217, 4, // Opcode: REVWr |
24792 | | /* 122658 */ MCD_OPC_FilterValue, 129, 24, 218, 71, 0, // Skip to: 141058 |
24793 | | /* 122664 */ MCD_OPC_CheckPredicate, 70, 213, 71, 0, // Skip to: 141058 |
24794 | | /* 122669 */ MCD_OPC_Decode, 129, 18, 217, 4, // Opcode: CTZWr |
24795 | | /* 122674 */ MCD_OPC_FilterValue, 3, 203, 71, 0, // Skip to: 141058 |
24796 | | /* 122679 */ MCD_OPC_CheckPredicate, 70, 198, 71, 0, // Skip to: 141058 |
24797 | | /* 122684 */ MCD_OPC_CheckField, 12, 12, 129, 24, 190, 71, 0, // Skip to: 141058 |
24798 | | /* 122692 */ MCD_OPC_Decode, 243, 16, 217, 4, // Opcode: CNTWr |
24799 | | /* 122697 */ MCD_OPC_FilterValue, 3, 41, 5, 0, // Skip to: 124023 |
24800 | | /* 122702 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
24801 | | /* 122705 */ MCD_OPC_FilterValue, 0, 33, 1, 0, // Skip to: 122999 |
24802 | | /* 122710 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24803 | | /* 122713 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 122919 |
24804 | | /* 122718 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24805 | | /* 122721 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 122731 |
24806 | | /* 122726 */ MCD_OPC_Decode, 235, 53, 198, 4, // Opcode: STURHHi |
24807 | | /* 122731 */ MCD_OPC_FilterValue, 1, 146, 71, 0, // Skip to: 141058 |
24808 | | /* 122736 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24809 | | /* 122739 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 122754 |
24810 | | /* 122744 */ MCD_OPC_CheckPredicate, 45, 133, 71, 0, // Skip to: 141058 |
24811 | | /* 122749 */ MCD_OPC_Decode, 157, 33, 206, 4, // Opcode: LDADDH |
24812 | | /* 122754 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 122769 |
24813 | | /* 122759 */ MCD_OPC_CheckPredicate, 45, 118, 71, 0, // Skip to: 141058 |
24814 | | /* 122764 */ MCD_OPC_Decode, 204, 33, 206, 4, // Opcode: LDCLRH |
24815 | | /* 122769 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 122784 |
24816 | | /* 122774 */ MCD_OPC_CheckPredicate, 45, 103, 71, 0, // Skip to: 141058 |
24817 | | /* 122779 */ MCD_OPC_Decode, 224, 33, 206, 4, // Opcode: LDEORH |
24818 | | /* 122784 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 122799 |
24819 | | /* 122789 */ MCD_OPC_CheckPredicate, 45, 88, 71, 0, // Skip to: 141058 |
24820 | | /* 122794 */ MCD_OPC_Decode, 185, 35, 206, 4, // Opcode: LDSETH |
24821 | | /* 122799 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 122814 |
24822 | | /* 122804 */ MCD_OPC_CheckPredicate, 45, 73, 71, 0, // Skip to: 141058 |
24823 | | /* 122809 */ MCD_OPC_Decode, 205, 35, 206, 4, // Opcode: LDSMAXH |
24824 | | /* 122814 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 122829 |
24825 | | /* 122819 */ MCD_OPC_CheckPredicate, 45, 58, 71, 0, // Skip to: 141058 |
24826 | | /* 122824 */ MCD_OPC_Decode, 221, 35, 206, 4, // Opcode: LDSMINH |
24827 | | /* 122829 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 122844 |
24828 | | /* 122834 */ MCD_OPC_CheckPredicate, 45, 43, 71, 0, // Skip to: 141058 |
24829 | | /* 122839 */ MCD_OPC_Decode, 246, 35, 206, 4, // Opcode: LDUMAXH |
24830 | | /* 122844 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 122859 |
24831 | | /* 122849 */ MCD_OPC_CheckPredicate, 45, 28, 71, 0, // Skip to: 141058 |
24832 | | /* 122854 */ MCD_OPC_Decode, 134, 36, 206, 4, // Opcode: LDUMINH |
24833 | | /* 122859 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 122874 |
24834 | | /* 122864 */ MCD_OPC_CheckPredicate, 45, 13, 71, 0, // Skip to: 141058 |
24835 | | /* 122869 */ MCD_OPC_Decode, 131, 55, 206, 4, // Opcode: SWPH |
24836 | | /* 122874 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 122889 |
24837 | | /* 122879 */ MCD_OPC_CheckPredicate, 88, 254, 70, 0, // Skip to: 141058 |
24838 | | /* 122884 */ MCD_OPC_Decode, 139, 40, 207, 4, // Opcode: RCWCLRS |
24839 | | /* 122889 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 122904 |
24840 | | /* 122894 */ MCD_OPC_CheckPredicate, 88, 239, 70, 0, // Skip to: 141058 |
24841 | | /* 122899 */ MCD_OPC_Decode, 179, 40, 207, 4, // Opcode: RCWSWPS |
24842 | | /* 122904 */ MCD_OPC_FilterValue, 11, 229, 70, 0, // Skip to: 141058 |
24843 | | /* 122909 */ MCD_OPC_CheckPredicate, 88, 224, 70, 0, // Skip to: 141058 |
24844 | | /* 122914 */ MCD_OPC_Decode, 163, 40, 207, 4, // Opcode: RCWSETS |
24845 | | /* 122919 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 122936 |
24846 | | /* 122924 */ MCD_OPC_CheckField, 21, 1, 0, 207, 70, 0, // Skip to: 141058 |
24847 | | /* 122931 */ MCD_OPC_Decode, 194, 53, 198, 4, // Opcode: STRHHpost |
24848 | | /* 122936 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 122982 |
24849 | | /* 122941 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24850 | | /* 122944 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 122954 |
24851 | | /* 122949 */ MCD_OPC_Decode, 229, 53, 198, 4, // Opcode: STTRHi |
24852 | | /* 122954 */ MCD_OPC_FilterValue, 1, 179, 70, 0, // Skip to: 141058 |
24853 | | /* 122959 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24854 | | /* 122962 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 122972 |
24855 | | /* 122967 */ MCD_OPC_Decode, 196, 53, 208, 4, // Opcode: STRHHroW |
24856 | | /* 122972 */ MCD_OPC_FilterValue, 3, 161, 70, 0, // Skip to: 141058 |
24857 | | /* 122977 */ MCD_OPC_Decode, 197, 53, 209, 4, // Opcode: STRHHroX |
24858 | | /* 122982 */ MCD_OPC_FilterValue, 3, 151, 70, 0, // Skip to: 141058 |
24859 | | /* 122987 */ MCD_OPC_CheckField, 21, 1, 0, 144, 70, 0, // Skip to: 141058 |
24860 | | /* 122994 */ MCD_OPC_Decode, 195, 53, 198, 4, // Opcode: STRHHpre |
24861 | | /* 122999 */ MCD_OPC_FilterValue, 1, 33, 1, 0, // Skip to: 123293 |
24862 | | /* 123004 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24863 | | /* 123007 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 123213 |
24864 | | /* 123012 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24865 | | /* 123015 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123025 |
24866 | | /* 123020 */ MCD_OPC_Decode, 144, 36, 198, 4, // Opcode: LDURHHi |
24867 | | /* 123025 */ MCD_OPC_FilterValue, 1, 108, 70, 0, // Skip to: 141058 |
24868 | | /* 123030 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24869 | | /* 123033 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 123048 |
24870 | | /* 123038 */ MCD_OPC_CheckPredicate, 45, 95, 70, 0, // Skip to: 141058 |
24871 | | /* 123043 */ MCD_OPC_Decode, 159, 33, 206, 4, // Opcode: LDADDLH |
24872 | | /* 123048 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 123063 |
24873 | | /* 123053 */ MCD_OPC_CheckPredicate, 45, 80, 70, 0, // Skip to: 141058 |
24874 | | /* 123058 */ MCD_OPC_Decode, 206, 33, 206, 4, // Opcode: LDCLRLH |
24875 | | /* 123063 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 123078 |
24876 | | /* 123068 */ MCD_OPC_CheckPredicate, 45, 65, 70, 0, // Skip to: 141058 |
24877 | | /* 123073 */ MCD_OPC_Decode, 226, 33, 206, 4, // Opcode: LDEORLH |
24878 | | /* 123078 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 123093 |
24879 | | /* 123083 */ MCD_OPC_CheckPredicate, 45, 50, 70, 0, // Skip to: 141058 |
24880 | | /* 123088 */ MCD_OPC_Decode, 187, 35, 206, 4, // Opcode: LDSETLH |
24881 | | /* 123093 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 123108 |
24882 | | /* 123098 */ MCD_OPC_CheckPredicate, 45, 35, 70, 0, // Skip to: 141058 |
24883 | | /* 123103 */ MCD_OPC_Decode, 207, 35, 206, 4, // Opcode: LDSMAXLH |
24884 | | /* 123108 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 123123 |
24885 | | /* 123113 */ MCD_OPC_CheckPredicate, 45, 20, 70, 0, // Skip to: 141058 |
24886 | | /* 123118 */ MCD_OPC_Decode, 223, 35, 206, 4, // Opcode: LDSMINLH |
24887 | | /* 123123 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 123138 |
24888 | | /* 123128 */ MCD_OPC_CheckPredicate, 45, 5, 70, 0, // Skip to: 141058 |
24889 | | /* 123133 */ MCD_OPC_Decode, 248, 35, 206, 4, // Opcode: LDUMAXLH |
24890 | | /* 123138 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 123153 |
24891 | | /* 123143 */ MCD_OPC_CheckPredicate, 45, 246, 69, 0, // Skip to: 141058 |
24892 | | /* 123148 */ MCD_OPC_Decode, 136, 36, 206, 4, // Opcode: LDUMINLH |
24893 | | /* 123153 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 123168 |
24894 | | /* 123158 */ MCD_OPC_CheckPredicate, 45, 231, 69, 0, // Skip to: 141058 |
24895 | | /* 123163 */ MCD_OPC_Decode, 133, 55, 206, 4, // Opcode: SWPLH |
24896 | | /* 123168 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 123183 |
24897 | | /* 123173 */ MCD_OPC_CheckPredicate, 88, 216, 69, 0, // Skip to: 141058 |
24898 | | /* 123178 */ MCD_OPC_Decode, 142, 40, 207, 4, // Opcode: RCWCLRSL |
24899 | | /* 123183 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 123198 |
24900 | | /* 123188 */ MCD_OPC_CheckPredicate, 88, 201, 69, 0, // Skip to: 141058 |
24901 | | /* 123193 */ MCD_OPC_Decode, 182, 40, 207, 4, // Opcode: RCWSWPSL |
24902 | | /* 123198 */ MCD_OPC_FilterValue, 11, 191, 69, 0, // Skip to: 141058 |
24903 | | /* 123203 */ MCD_OPC_CheckPredicate, 88, 186, 69, 0, // Skip to: 141058 |
24904 | | /* 123208 */ MCD_OPC_Decode, 166, 40, 207, 4, // Opcode: RCWSETSL |
24905 | | /* 123213 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 123230 |
24906 | | /* 123218 */ MCD_OPC_CheckField, 21, 1, 0, 169, 69, 0, // Skip to: 141058 |
24907 | | /* 123225 */ MCD_OPC_Decode, 240, 34, 198, 4, // Opcode: LDRHHpost |
24908 | | /* 123230 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 123276 |
24909 | | /* 123235 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24910 | | /* 123238 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123248 |
24911 | | /* 123243 */ MCD_OPC_Decode, 229, 35, 198, 4, // Opcode: LDTRHi |
24912 | | /* 123248 */ MCD_OPC_FilterValue, 1, 141, 69, 0, // Skip to: 141058 |
24913 | | /* 123253 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24914 | | /* 123256 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 123266 |
24915 | | /* 123261 */ MCD_OPC_Decode, 242, 34, 208, 4, // Opcode: LDRHHroW |
24916 | | /* 123266 */ MCD_OPC_FilterValue, 3, 123, 69, 0, // Skip to: 141058 |
24917 | | /* 123271 */ MCD_OPC_Decode, 243, 34, 209, 4, // Opcode: LDRHHroX |
24918 | | /* 123276 */ MCD_OPC_FilterValue, 3, 113, 69, 0, // Skip to: 141058 |
24919 | | /* 123281 */ MCD_OPC_CheckField, 21, 1, 0, 106, 69, 0, // Skip to: 141058 |
24920 | | /* 123288 */ MCD_OPC_Decode, 241, 34, 198, 4, // Opcode: LDRHHpre |
24921 | | /* 123293 */ MCD_OPC_FilterValue, 2, 55, 1, 0, // Skip to: 123609 |
24922 | | /* 123298 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24923 | | /* 123301 */ MCD_OPC_FilterValue, 0, 223, 0, 0, // Skip to: 123529 |
24924 | | /* 123306 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24925 | | /* 123309 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123319 |
24926 | | /* 123314 */ MCD_OPC_Decode, 150, 36, 198, 4, // Opcode: LDURSHXi |
24927 | | /* 123319 */ MCD_OPC_FilterValue, 1, 70, 69, 0, // Skip to: 141058 |
24928 | | /* 123324 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24929 | | /* 123327 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 123342 |
24930 | | /* 123332 */ MCD_OPC_CheckPredicate, 45, 57, 69, 0, // Skip to: 141058 |
24931 | | /* 123337 */ MCD_OPC_Decode, 149, 33, 206, 4, // Opcode: LDADDAH |
24932 | | /* 123342 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 123357 |
24933 | | /* 123347 */ MCD_OPC_CheckPredicate, 45, 42, 69, 0, // Skip to: 141058 |
24934 | | /* 123352 */ MCD_OPC_Decode, 196, 33, 206, 4, // Opcode: LDCLRAH |
24935 | | /* 123357 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 123372 |
24936 | | /* 123362 */ MCD_OPC_CheckPredicate, 45, 27, 69, 0, // Skip to: 141058 |
24937 | | /* 123367 */ MCD_OPC_Decode, 216, 33, 206, 4, // Opcode: LDEORAH |
24938 | | /* 123372 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 123387 |
24939 | | /* 123377 */ MCD_OPC_CheckPredicate, 45, 12, 69, 0, // Skip to: 141058 |
24940 | | /* 123382 */ MCD_OPC_Decode, 177, 35, 206, 4, // Opcode: LDSETAH |
24941 | | /* 123387 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 123402 |
24942 | | /* 123392 */ MCD_OPC_CheckPredicate, 45, 253, 68, 0, // Skip to: 141058 |
24943 | | /* 123397 */ MCD_OPC_Decode, 197, 35, 206, 4, // Opcode: LDSMAXAH |
24944 | | /* 123402 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 123417 |
24945 | | /* 123407 */ MCD_OPC_CheckPredicate, 45, 238, 68, 0, // Skip to: 141058 |
24946 | | /* 123412 */ MCD_OPC_Decode, 213, 35, 206, 4, // Opcode: LDSMINAH |
24947 | | /* 123417 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 123432 |
24948 | | /* 123422 */ MCD_OPC_CheckPredicate, 45, 223, 68, 0, // Skip to: 141058 |
24949 | | /* 123427 */ MCD_OPC_Decode, 238, 35, 206, 4, // Opcode: LDUMAXAH |
24950 | | /* 123432 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 123447 |
24951 | | /* 123437 */ MCD_OPC_CheckPredicate, 45, 208, 68, 0, // Skip to: 141058 |
24952 | | /* 123442 */ MCD_OPC_Decode, 254, 35, 206, 4, // Opcode: LDUMINAH |
24953 | | /* 123447 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 123462 |
24954 | | /* 123452 */ MCD_OPC_CheckPredicate, 45, 193, 68, 0, // Skip to: 141058 |
24955 | | /* 123457 */ MCD_OPC_Decode, 251, 54, 206, 4, // Opcode: SWPAH |
24956 | | /* 123462 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 123477 |
24957 | | /* 123467 */ MCD_OPC_CheckPredicate, 88, 178, 68, 0, // Skip to: 141058 |
24958 | | /* 123472 */ MCD_OPC_Decode, 140, 40, 207, 4, // Opcode: RCWCLRSA |
24959 | | /* 123477 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 123492 |
24960 | | /* 123482 */ MCD_OPC_CheckPredicate, 88, 163, 68, 0, // Skip to: 141058 |
24961 | | /* 123487 */ MCD_OPC_Decode, 180, 40, 207, 4, // Opcode: RCWSWPSA |
24962 | | /* 123492 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 123507 |
24963 | | /* 123497 */ MCD_OPC_CheckPredicate, 88, 148, 68, 0, // Skip to: 141058 |
24964 | | /* 123502 */ MCD_OPC_Decode, 164, 40, 207, 4, // Opcode: RCWSETSA |
24965 | | /* 123507 */ MCD_OPC_FilterValue, 12, 138, 68, 0, // Skip to: 141058 |
24966 | | /* 123512 */ MCD_OPC_CheckPredicate, 92, 133, 68, 0, // Skip to: 141058 |
24967 | | /* 123517 */ MCD_OPC_CheckField, 16, 5, 31, 126, 68, 0, // Skip to: 141058 |
24968 | | /* 123524 */ MCD_OPC_Decode, 166, 33, 210, 4, // Opcode: LDAPRH |
24969 | | /* 123529 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 123546 |
24970 | | /* 123534 */ MCD_OPC_CheckField, 21, 1, 0, 109, 68, 0, // Skip to: 141058 |
24971 | | /* 123541 */ MCD_OPC_Decode, 143, 35, 198, 4, // Opcode: LDRSHXpost |
24972 | | /* 123546 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 123592 |
24973 | | /* 123551 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24974 | | /* 123554 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123564 |
24975 | | /* 123559 */ MCD_OPC_Decode, 233, 35, 198, 4, // Opcode: LDTRSHXi |
24976 | | /* 123564 */ MCD_OPC_FilterValue, 1, 81, 68, 0, // Skip to: 141058 |
24977 | | /* 123569 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
24978 | | /* 123572 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 123582 |
24979 | | /* 123577 */ MCD_OPC_Decode, 145, 35, 211, 4, // Opcode: LDRSHXroW |
24980 | | /* 123582 */ MCD_OPC_FilterValue, 3, 63, 68, 0, // Skip to: 141058 |
24981 | | /* 123587 */ MCD_OPC_Decode, 146, 35, 212, 4, // Opcode: LDRSHXroX |
24982 | | /* 123592 */ MCD_OPC_FilterValue, 3, 53, 68, 0, // Skip to: 141058 |
24983 | | /* 123597 */ MCD_OPC_CheckField, 21, 1, 0, 46, 68, 0, // Skip to: 141058 |
24984 | | /* 123604 */ MCD_OPC_Decode, 144, 35, 198, 4, // Opcode: LDRSHXpre |
24985 | | /* 123609 */ MCD_OPC_FilterValue, 3, 33, 1, 0, // Skip to: 123903 |
24986 | | /* 123614 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
24987 | | /* 123617 */ MCD_OPC_FilterValue, 0, 201, 0, 0, // Skip to: 123823 |
24988 | | /* 123622 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
24989 | | /* 123625 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123635 |
24990 | | /* 123630 */ MCD_OPC_Decode, 149, 36, 198, 4, // Opcode: LDURSHWi |
24991 | | /* 123635 */ MCD_OPC_FilterValue, 1, 10, 68, 0, // Skip to: 141058 |
24992 | | /* 123640 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
24993 | | /* 123643 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 123658 |
24994 | | /* 123648 */ MCD_OPC_CheckPredicate, 45, 253, 67, 0, // Skip to: 141058 |
24995 | | /* 123653 */ MCD_OPC_Decode, 151, 33, 206, 4, // Opcode: LDADDALH |
24996 | | /* 123658 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 123673 |
24997 | | /* 123663 */ MCD_OPC_CheckPredicate, 45, 238, 67, 0, // Skip to: 141058 |
24998 | | /* 123668 */ MCD_OPC_Decode, 198, 33, 206, 4, // Opcode: LDCLRALH |
24999 | | /* 123673 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 123688 |
25000 | | /* 123678 */ MCD_OPC_CheckPredicate, 45, 223, 67, 0, // Skip to: 141058 |
25001 | | /* 123683 */ MCD_OPC_Decode, 218, 33, 206, 4, // Opcode: LDEORALH |
25002 | | /* 123688 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 123703 |
25003 | | /* 123693 */ MCD_OPC_CheckPredicate, 45, 208, 67, 0, // Skip to: 141058 |
25004 | | /* 123698 */ MCD_OPC_Decode, 179, 35, 206, 4, // Opcode: LDSETALH |
25005 | | /* 123703 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 123718 |
25006 | | /* 123708 */ MCD_OPC_CheckPredicate, 45, 193, 67, 0, // Skip to: 141058 |
25007 | | /* 123713 */ MCD_OPC_Decode, 199, 35, 206, 4, // Opcode: LDSMAXALH |
25008 | | /* 123718 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 123733 |
25009 | | /* 123723 */ MCD_OPC_CheckPredicate, 45, 178, 67, 0, // Skip to: 141058 |
25010 | | /* 123728 */ MCD_OPC_Decode, 215, 35, 206, 4, // Opcode: LDSMINALH |
25011 | | /* 123733 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 123748 |
25012 | | /* 123738 */ MCD_OPC_CheckPredicate, 45, 163, 67, 0, // Skip to: 141058 |
25013 | | /* 123743 */ MCD_OPC_Decode, 240, 35, 206, 4, // Opcode: LDUMAXALH |
25014 | | /* 123748 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 123763 |
25015 | | /* 123753 */ MCD_OPC_CheckPredicate, 45, 148, 67, 0, // Skip to: 141058 |
25016 | | /* 123758 */ MCD_OPC_Decode, 128, 36, 206, 4, // Opcode: LDUMINALH |
25017 | | /* 123763 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 123778 |
25018 | | /* 123768 */ MCD_OPC_CheckPredicate, 45, 133, 67, 0, // Skip to: 141058 |
25019 | | /* 123773 */ MCD_OPC_Decode, 253, 54, 206, 4, // Opcode: SWPALH |
25020 | | /* 123778 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 123793 |
25021 | | /* 123783 */ MCD_OPC_CheckPredicate, 88, 118, 67, 0, // Skip to: 141058 |
25022 | | /* 123788 */ MCD_OPC_Decode, 141, 40, 207, 4, // Opcode: RCWCLRSAL |
25023 | | /* 123793 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 123808 |
25024 | | /* 123798 */ MCD_OPC_CheckPredicate, 88, 103, 67, 0, // Skip to: 141058 |
25025 | | /* 123803 */ MCD_OPC_Decode, 181, 40, 207, 4, // Opcode: RCWSWPSAL |
25026 | | /* 123808 */ MCD_OPC_FilterValue, 11, 93, 67, 0, // Skip to: 141058 |
25027 | | /* 123813 */ MCD_OPC_CheckPredicate, 88, 88, 67, 0, // Skip to: 141058 |
25028 | | /* 123818 */ MCD_OPC_Decode, 165, 40, 207, 4, // Opcode: RCWSETSAL |
25029 | | /* 123823 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 123840 |
25030 | | /* 123828 */ MCD_OPC_CheckField, 21, 1, 0, 71, 67, 0, // Skip to: 141058 |
25031 | | /* 123835 */ MCD_OPC_Decode, 138, 35, 198, 4, // Opcode: LDRSHWpost |
25032 | | /* 123840 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 123886 |
25033 | | /* 123845 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25034 | | /* 123848 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 123858 |
25035 | | /* 123853 */ MCD_OPC_Decode, 232, 35, 198, 4, // Opcode: LDTRSHWi |
25036 | | /* 123858 */ MCD_OPC_FilterValue, 1, 43, 67, 0, // Skip to: 141058 |
25037 | | /* 123863 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25038 | | /* 123866 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 123876 |
25039 | | /* 123871 */ MCD_OPC_Decode, 140, 35, 208, 4, // Opcode: LDRSHWroW |
25040 | | /* 123876 */ MCD_OPC_FilterValue, 3, 25, 67, 0, // Skip to: 141058 |
25041 | | /* 123881 */ MCD_OPC_Decode, 141, 35, 209, 4, // Opcode: LDRSHWroX |
25042 | | /* 123886 */ MCD_OPC_FilterValue, 3, 15, 67, 0, // Skip to: 141058 |
25043 | | /* 123891 */ MCD_OPC_CheckField, 21, 1, 0, 8, 67, 0, // Skip to: 141058 |
25044 | | /* 123898 */ MCD_OPC_Decode, 139, 35, 198, 4, // Opcode: LDRSHWpre |
25045 | | /* 123903 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 123913 |
25046 | | /* 123908 */ MCD_OPC_Decode, 198, 53, 213, 4, // Opcode: STRHHui |
25047 | | /* 123913 */ MCD_OPC_FilterValue, 5, 5, 0, 0, // Skip to: 123923 |
25048 | | /* 123918 */ MCD_OPC_Decode, 244, 34, 213, 4, // Opcode: LDRHHui |
25049 | | /* 123923 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 123933 |
25050 | | /* 123928 */ MCD_OPC_Decode, 147, 35, 213, 4, // Opcode: LDRSHXui |
25051 | | /* 123933 */ MCD_OPC_FilterValue, 7, 5, 0, 0, // Skip to: 123943 |
25052 | | /* 123938 */ MCD_OPC_Decode, 142, 35, 213, 4, // Opcode: LDRSHWui |
25053 | | /* 123943 */ MCD_OPC_FilterValue, 8, 19, 0, 0, // Skip to: 123967 |
25054 | | /* 123948 */ MCD_OPC_CheckField, 21, 1, 0, 207, 66, 0, // Skip to: 141058 |
25055 | | /* 123955 */ MCD_OPC_CheckField, 10, 6, 0, 200, 66, 0, // Skip to: 141058 |
25056 | | /* 123962 */ MCD_OPC_Decode, 230, 41, 203, 4, // Opcode: SBCSWr |
25057 | | /* 123967 */ MCD_OPC_FilterValue, 9, 190, 66, 0, // Skip to: 141058 |
25058 | | /* 123972 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25059 | | /* 123975 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 123999 |
25060 | | /* 123980 */ MCD_OPC_CheckField, 21, 1, 0, 175, 66, 0, // Skip to: 141058 |
25061 | | /* 123987 */ MCD_OPC_CheckField, 4, 1, 0, 168, 66, 0, // Skip to: 141058 |
25062 | | /* 123994 */ MCD_OPC_Decode, 236, 14, 215, 4, // Opcode: CCMPWr |
25063 | | /* 123999 */ MCD_OPC_FilterValue, 2, 158, 66, 0, // Skip to: 141058 |
25064 | | /* 124004 */ MCD_OPC_CheckField, 21, 1, 0, 151, 66, 0, // Skip to: 141058 |
25065 | | /* 124011 */ MCD_OPC_CheckField, 4, 1, 0, 144, 66, 0, // Skip to: 141058 |
25066 | | /* 124018 */ MCD_OPC_Decode, 235, 14, 216, 4, // Opcode: CCMPWi |
25067 | | /* 124023 */ MCD_OPC_FilterValue, 4, 156, 2, 0, // Skip to: 124696 |
25068 | | /* 124028 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
25069 | | /* 124031 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124041 |
25070 | | /* 124036 */ MCD_OPC_Decode, 148, 35, 182, 4, // Opcode: LDRSWl |
25071 | | /* 124041 */ MCD_OPC_FilterValue, 1, 192, 0, 0, // Skip to: 124238 |
25072 | | /* 124046 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25073 | | /* 124049 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 124110 |
25074 | | /* 124054 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25075 | | /* 124057 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124072 |
25076 | | /* 124062 */ MCD_OPC_CheckPredicate, 86, 95, 66, 0, // Skip to: 141058 |
25077 | | /* 124067 */ MCD_OPC_Decode, 227, 52, 198, 4, // Opcode: STLURWi |
25078 | | /* 124072 */ MCD_OPC_FilterValue, 2, 85, 66, 0, // Skip to: 141058 |
25079 | | /* 124077 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25080 | | /* 124080 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124095 |
25081 | | /* 124085 */ MCD_OPC_CheckPredicate, 93, 72, 66, 0, // Skip to: 141058 |
25082 | | /* 124090 */ MCD_OPC_Decode, 211, 52, 218, 4, // Opcode: STILPWpre |
25083 | | /* 124095 */ MCD_OPC_FilterValue, 1, 62, 66, 0, // Skip to: 141058 |
25084 | | /* 124100 */ MCD_OPC_CheckPredicate, 93, 57, 66, 0, // Skip to: 141058 |
25085 | | /* 124105 */ MCD_OPC_Decode, 210, 52, 206, 4, // Opcode: STILPW |
25086 | | /* 124110 */ MCD_OPC_FilterValue, 2, 56, 0, 0, // Skip to: 124171 |
25087 | | /* 124115 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25088 | | /* 124118 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124133 |
25089 | | /* 124123 */ MCD_OPC_CheckPredicate, 86, 34, 66, 0, // Skip to: 141058 |
25090 | | /* 124128 */ MCD_OPC_Decode, 182, 33, 198, 4, // Opcode: LDAPURi |
25091 | | /* 124133 */ MCD_OPC_FilterValue, 2, 24, 66, 0, // Skip to: 141058 |
25092 | | /* 124138 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25093 | | /* 124141 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124156 |
25094 | | /* 124146 */ MCD_OPC_CheckPredicate, 93, 11, 66, 0, // Skip to: 141058 |
25095 | | /* 124151 */ MCD_OPC_Decode, 250, 33, 218, 4, // Opcode: LDIAPPWpost |
25096 | | /* 124156 */ MCD_OPC_FilterValue, 1, 1, 66, 0, // Skip to: 141058 |
25097 | | /* 124161 */ MCD_OPC_CheckPredicate, 93, 252, 65, 0, // Skip to: 141058 |
25098 | | /* 124166 */ MCD_OPC_Decode, 249, 33, 206, 4, // Opcode: LDIAPPW |
25099 | | /* 124171 */ MCD_OPC_FilterValue, 4, 40, 0, 0, // Skip to: 124216 |
25100 | | /* 124176 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25101 | | /* 124179 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124194 |
25102 | | /* 124184 */ MCD_OPC_CheckPredicate, 86, 229, 65, 0, // Skip to: 141058 |
25103 | | /* 124189 */ MCD_OPC_Decode, 177, 33, 198, 4, // Opcode: LDAPURSWi |
25104 | | /* 124194 */ MCD_OPC_FilterValue, 2, 219, 65, 0, // Skip to: 141058 |
25105 | | /* 124199 */ MCD_OPC_CheckPredicate, 93, 214, 65, 0, // Skip to: 141058 |
25106 | | /* 124204 */ MCD_OPC_CheckField, 12, 9, 0, 207, 65, 0, // Skip to: 141058 |
25107 | | /* 124211 */ MCD_OPC_Decode, 222, 52, 219, 4, // Opcode: STLRWpre |
25108 | | /* 124216 */ MCD_OPC_FilterValue, 6, 197, 65, 0, // Skip to: 141058 |
25109 | | /* 124221 */ MCD_OPC_CheckPredicate, 93, 192, 65, 0, // Skip to: 141058 |
25110 | | /* 124226 */ MCD_OPC_CheckField, 10, 11, 2, 185, 65, 0, // Skip to: 141058 |
25111 | | /* 124233 */ MCD_OPC_Decode, 168, 33, 219, 4, // Opcode: LDAPRWpost |
25112 | | /* 124238 */ MCD_OPC_FilterValue, 2, 33, 1, 0, // Skip to: 124532 |
25113 | | /* 124243 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25114 | | /* 124246 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 124286 |
25115 | | /* 124251 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
25116 | | /* 124254 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 124271 |
25117 | | /* 124259 */ MCD_OPC_CheckField, 10, 3, 0, 152, 65, 0, // Skip to: 141058 |
25118 | | /* 124266 */ MCD_OPC_Decode, 190, 11, 220, 4, // Opcode: ADCXr |
25119 | | /* 124271 */ MCD_OPC_FilterValue, 1, 142, 65, 0, // Skip to: 141058 |
25120 | | /* 124276 */ MCD_OPC_CheckPredicate, 94, 137, 65, 0, // Skip to: 141058 |
25121 | | /* 124281 */ MCD_OPC_Decode, 207, 11, 221, 4, // Opcode: ADDPT_shift |
25122 | | /* 124286 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 124314 |
25123 | | /* 124291 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25124 | | /* 124294 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124304 |
25125 | | /* 124299 */ MCD_OPC_Decode, 246, 17, 222, 4, // Opcode: CSELXr |
25126 | | /* 124304 */ MCD_OPC_FilterValue, 1, 109, 65, 0, // Skip to: 141058 |
25127 | | /* 124309 */ MCD_OPC_Decode, 248, 17, 222, 4, // Opcode: CSINCXr |
25128 | | /* 124314 */ MCD_OPC_FilterValue, 6, 99, 65, 0, // Skip to: 141058 |
25129 | | /* 124319 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
25130 | | /* 124322 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124337 |
25131 | | /* 124327 */ MCD_OPC_CheckPredicate, 47, 86, 65, 0, // Skip to: 141058 |
25132 | | /* 124332 */ MCD_OPC_Decode, 143, 54, 223, 4, // Opcode: SUBP |
25133 | | /* 124337 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 124347 |
25134 | | /* 124342 */ MCD_OPC_Decode, 249, 56, 220, 4, // Opcode: UDIVXr |
25135 | | /* 124347 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 124357 |
25136 | | /* 124352 */ MCD_OPC_Decode, 160, 42, 220, 4, // Opcode: SDIVXr |
25137 | | /* 124357 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 124372 |
25138 | | /* 124362 */ MCD_OPC_CheckPredicate, 47, 51, 65, 0, // Skip to: 141058 |
25139 | | /* 124367 */ MCD_OPC_Decode, 171, 30, 224, 4, // Opcode: IRG |
25140 | | /* 124372 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 124387 |
25141 | | /* 124377 */ MCD_OPC_CheckPredicate, 47, 36, 65, 0, // Skip to: 141058 |
25142 | | /* 124382 */ MCD_OPC_Decode, 236, 29, 225, 4, // Opcode: GMI |
25143 | | /* 124387 */ MCD_OPC_FilterValue, 8, 5, 0, 0, // Skip to: 124397 |
25144 | | /* 124392 */ MCD_OPC_Decode, 170, 36, 220, 4, // Opcode: LSLVXr |
25145 | | /* 124397 */ MCD_OPC_FilterValue, 9, 5, 0, 0, // Skip to: 124407 |
25146 | | /* 124402 */ MCD_OPC_Decode, 194, 36, 220, 4, // Opcode: LSRVXr |
25147 | | /* 124407 */ MCD_OPC_FilterValue, 10, 5, 0, 0, // Skip to: 124417 |
25148 | | /* 124412 */ MCD_OPC_Decode, 223, 12, 220, 4, // Opcode: ASRVXr |
25149 | | /* 124417 */ MCD_OPC_FilterValue, 11, 5, 0, 0, // Skip to: 124427 |
25150 | | /* 124422 */ MCD_OPC_Decode, 233, 40, 220, 4, // Opcode: RORVXr |
25151 | | /* 124427 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 124442 |
25152 | | /* 124432 */ MCD_OPC_CheckPredicate, 85, 237, 64, 0, // Skip to: 141058 |
25153 | | /* 124437 */ MCD_OPC_Decode, 244, 38, 226, 4, // Opcode: PACGA |
25154 | | /* 124442 */ MCD_OPC_FilterValue, 19, 10, 0, 0, // Skip to: 124457 |
25155 | | /* 124447 */ MCD_OPC_CheckPredicate, 91, 222, 64, 0, // Skip to: 141058 |
25156 | | /* 124452 */ MCD_OPC_Decode, 244, 17, 227, 4, // Opcode: CRC32Xrr |
25157 | | /* 124457 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 124472 |
25158 | | /* 124462 */ MCD_OPC_CheckPredicate, 91, 207, 64, 0, // Skip to: 141058 |
25159 | | /* 124467 */ MCD_OPC_Decode, 241, 17, 227, 4, // Opcode: CRC32CXrr |
25160 | | /* 124472 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 124487 |
25161 | | /* 124477 */ MCD_OPC_CheckPredicate, 70, 192, 64, 0, // Skip to: 141058 |
25162 | | /* 124482 */ MCD_OPC_Decode, 215, 43, 220, 4, // Opcode: SMAXXrr |
25163 | | /* 124487 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 124502 |
25164 | | /* 124492 */ MCD_OPC_CheckPredicate, 70, 177, 64, 0, // Skip to: 141058 |
25165 | | /* 124497 */ MCD_OPC_Decode, 203, 57, 220, 4, // Opcode: UMAXXrr |
25166 | | /* 124502 */ MCD_OPC_FilterValue, 26, 10, 0, 0, // Skip to: 124517 |
25167 | | /* 124507 */ MCD_OPC_CheckPredicate, 70, 162, 64, 0, // Skip to: 141058 |
25168 | | /* 124512 */ MCD_OPC_Decode, 145, 44, 220, 4, // Opcode: SMINXrr |
25169 | | /* 124517 */ MCD_OPC_FilterValue, 27, 152, 64, 0, // Skip to: 141058 |
25170 | | /* 124522 */ MCD_OPC_CheckPredicate, 70, 147, 64, 0, // Skip to: 141058 |
25171 | | /* 124527 */ MCD_OPC_Decode, 132, 58, 220, 4, // Opcode: UMINXrr |
25172 | | /* 124532 */ MCD_OPC_FilterValue, 3, 137, 64, 0, // Skip to: 141058 |
25173 | | /* 124537 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25174 | | /* 124540 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 124568 |
25175 | | /* 124545 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
25176 | | /* 124548 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124558 |
25177 | | /* 124553 */ MCD_OPC_Decode, 251, 36, 228, 4, // Opcode: MADDXrrr |
25178 | | /* 124558 */ MCD_OPC_FilterValue, 1, 111, 64, 0, // Skip to: 141058 |
25179 | | /* 124563 */ MCD_OPC_Decode, 149, 38, 228, 4, // Opcode: MSUBXrrr |
25180 | | /* 124568 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 124596 |
25181 | | /* 124573 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
25182 | | /* 124576 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124586 |
25183 | | /* 124581 */ MCD_OPC_Decode, 188, 43, 229, 4, // Opcode: SMADDLrrr |
25184 | | /* 124586 */ MCD_OPC_FilterValue, 1, 83, 64, 0, // Skip to: 141058 |
25185 | | /* 124591 */ MCD_OPC_Decode, 154, 45, 229, 4, // Opcode: SMSUBLrrr |
25186 | | /* 124596 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 124613 |
25187 | | /* 124601 */ MCD_OPC_CheckField, 15, 1, 0, 66, 64, 0, // Skip to: 141058 |
25188 | | /* 124608 */ MCD_OPC_Decode, 163, 45, 220, 4, // Opcode: SMULHrr |
25189 | | /* 124613 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 124651 |
25190 | | /* 124618 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
25191 | | /* 124621 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124636 |
25192 | | /* 124626 */ MCD_OPC_CheckPredicate, 94, 43, 64, 0, // Skip to: 141058 |
25193 | | /* 124631 */ MCD_OPC_Decode, 249, 36, 228, 4, // Opcode: MADDPT |
25194 | | /* 124636 */ MCD_OPC_FilterValue, 1, 33, 64, 0, // Skip to: 141058 |
25195 | | /* 124641 */ MCD_OPC_CheckPredicate, 94, 28, 64, 0, // Skip to: 141058 |
25196 | | /* 124646 */ MCD_OPC_Decode, 147, 38, 228, 4, // Opcode: MSUBPT |
25197 | | /* 124651 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 124679 |
25198 | | /* 124656 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
25199 | | /* 124659 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124669 |
25200 | | /* 124664 */ MCD_OPC_Decode, 176, 57, 229, 4, // Opcode: UMADDLrrr |
25201 | | /* 124669 */ MCD_OPC_FilterValue, 1, 0, 64, 0, // Skip to: 141058 |
25202 | | /* 124674 */ MCD_OPC_Decode, 139, 59, 229, 4, // Opcode: UMSUBLrrr |
25203 | | /* 124679 */ MCD_OPC_FilterValue, 6, 246, 63, 0, // Skip to: 141058 |
25204 | | /* 124684 */ MCD_OPC_CheckField, 15, 1, 0, 239, 63, 0, // Skip to: 141058 |
25205 | | /* 124691 */ MCD_OPC_Decode, 148, 59, 220, 4, // Opcode: UMULHrr |
25206 | | /* 124696 */ MCD_OPC_FilterValue, 5, 130, 4, 0, // Skip to: 125855 |
25207 | | /* 124701 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
25208 | | /* 124704 */ MCD_OPC_FilterValue, 0, 244, 0, 0, // Skip to: 124953 |
25209 | | /* 124709 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25210 | | /* 124712 */ MCD_OPC_FilterValue, 0, 156, 0, 0, // Skip to: 124873 |
25211 | | /* 124717 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25212 | | /* 124720 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124730 |
25213 | | /* 124725 */ MCD_OPC_Decode, 239, 53, 198, 4, // Opcode: STURWi |
25214 | | /* 124730 */ MCD_OPC_FilterValue, 1, 195, 63, 0, // Skip to: 141058 |
25215 | | /* 124735 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25216 | | /* 124738 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 124753 |
25217 | | /* 124743 */ MCD_OPC_CheckPredicate, 45, 182, 63, 0, // Skip to: 141058 |
25218 | | /* 124748 */ MCD_OPC_Decode, 162, 33, 206, 4, // Opcode: LDADDW |
25219 | | /* 124753 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 124768 |
25220 | | /* 124758 */ MCD_OPC_CheckPredicate, 45, 167, 63, 0, // Skip to: 141058 |
25221 | | /* 124763 */ MCD_OPC_Decode, 213, 33, 206, 4, // Opcode: LDCLRW |
25222 | | /* 124768 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 124783 |
25223 | | /* 124773 */ MCD_OPC_CheckPredicate, 45, 152, 63, 0, // Skip to: 141058 |
25224 | | /* 124778 */ MCD_OPC_Decode, 229, 33, 206, 4, // Opcode: LDEORW |
25225 | | /* 124783 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 124798 |
25226 | | /* 124788 */ MCD_OPC_CheckPredicate, 45, 137, 63, 0, // Skip to: 141058 |
25227 | | /* 124793 */ MCD_OPC_Decode, 194, 35, 206, 4, // Opcode: LDSETW |
25228 | | /* 124798 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 124813 |
25229 | | /* 124803 */ MCD_OPC_CheckPredicate, 45, 122, 63, 0, // Skip to: 141058 |
25230 | | /* 124808 */ MCD_OPC_Decode, 210, 35, 206, 4, // Opcode: LDSMAXW |
25231 | | /* 124813 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 124828 |
25232 | | /* 124818 */ MCD_OPC_CheckPredicate, 45, 107, 63, 0, // Skip to: 141058 |
25233 | | /* 124823 */ MCD_OPC_Decode, 226, 35, 206, 4, // Opcode: LDSMINW |
25234 | | /* 124828 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 124843 |
25235 | | /* 124833 */ MCD_OPC_CheckPredicate, 45, 92, 63, 0, // Skip to: 141058 |
25236 | | /* 124838 */ MCD_OPC_Decode, 251, 35, 206, 4, // Opcode: LDUMAXW |
25237 | | /* 124843 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 124858 |
25238 | | /* 124848 */ MCD_OPC_CheckPredicate, 45, 77, 63, 0, // Skip to: 141058 |
25239 | | /* 124853 */ MCD_OPC_Decode, 139, 36, 206, 4, // Opcode: LDUMINW |
25240 | | /* 124858 */ MCD_OPC_FilterValue, 8, 67, 63, 0, // Skip to: 141058 |
25241 | | /* 124863 */ MCD_OPC_CheckPredicate, 45, 62, 63, 0, // Skip to: 141058 |
25242 | | /* 124868 */ MCD_OPC_Decode, 140, 55, 206, 4, // Opcode: SWPW |
25243 | | /* 124873 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 124890 |
25244 | | /* 124878 */ MCD_OPC_CheckField, 21, 1, 0, 45, 63, 0, // Skip to: 141058 |
25245 | | /* 124885 */ MCD_OPC_Decode, 214, 53, 198, 4, // Opcode: STRWpost |
25246 | | /* 124890 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 124936 |
25247 | | /* 124895 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25248 | | /* 124898 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124908 |
25249 | | /* 124903 */ MCD_OPC_Decode, 230, 53, 198, 4, // Opcode: STTRWi |
25250 | | /* 124908 */ MCD_OPC_FilterValue, 1, 17, 63, 0, // Skip to: 141058 |
25251 | | /* 124913 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25252 | | /* 124916 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 124926 |
25253 | | /* 124921 */ MCD_OPC_Decode, 216, 53, 208, 4, // Opcode: STRWroW |
25254 | | /* 124926 */ MCD_OPC_FilterValue, 3, 255, 62, 0, // Skip to: 141058 |
25255 | | /* 124931 */ MCD_OPC_Decode, 217, 53, 209, 4, // Opcode: STRWroX |
25256 | | /* 124936 */ MCD_OPC_FilterValue, 3, 245, 62, 0, // Skip to: 141058 |
25257 | | /* 124941 */ MCD_OPC_CheckField, 21, 1, 0, 238, 62, 0, // Skip to: 141058 |
25258 | | /* 124948 */ MCD_OPC_Decode, 215, 53, 198, 4, // Opcode: STRWpre |
25259 | | /* 124953 */ MCD_OPC_FilterValue, 1, 244, 0, 0, // Skip to: 125202 |
25260 | | /* 124958 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25261 | | /* 124961 */ MCD_OPC_FilterValue, 0, 156, 0, 0, // Skip to: 125122 |
25262 | | /* 124966 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25263 | | /* 124969 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 124979 |
25264 | | /* 124974 */ MCD_OPC_Decode, 153, 36, 198, 4, // Opcode: LDURWi |
25265 | | /* 124979 */ MCD_OPC_FilterValue, 1, 202, 62, 0, // Skip to: 141058 |
25266 | | /* 124984 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25267 | | /* 124987 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 125002 |
25268 | | /* 124992 */ MCD_OPC_CheckPredicate, 45, 189, 62, 0, // Skip to: 141058 |
25269 | | /* 124997 */ MCD_OPC_Decode, 160, 33, 206, 4, // Opcode: LDADDLW |
25270 | | /* 125002 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 125017 |
25271 | | /* 125007 */ MCD_OPC_CheckPredicate, 45, 174, 62, 0, // Skip to: 141058 |
25272 | | /* 125012 */ MCD_OPC_Decode, 207, 33, 206, 4, // Opcode: LDCLRLW |
25273 | | /* 125017 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 125032 |
25274 | | /* 125022 */ MCD_OPC_CheckPredicate, 45, 159, 62, 0, // Skip to: 141058 |
25275 | | /* 125027 */ MCD_OPC_Decode, 227, 33, 206, 4, // Opcode: LDEORLW |
25276 | | /* 125032 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 125047 |
25277 | | /* 125037 */ MCD_OPC_CheckPredicate, 45, 144, 62, 0, // Skip to: 141058 |
25278 | | /* 125042 */ MCD_OPC_Decode, 188, 35, 206, 4, // Opcode: LDSETLW |
25279 | | /* 125047 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 125062 |
25280 | | /* 125052 */ MCD_OPC_CheckPredicate, 45, 129, 62, 0, // Skip to: 141058 |
25281 | | /* 125057 */ MCD_OPC_Decode, 208, 35, 206, 4, // Opcode: LDSMAXLW |
25282 | | /* 125062 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 125077 |
25283 | | /* 125067 */ MCD_OPC_CheckPredicate, 45, 114, 62, 0, // Skip to: 141058 |
25284 | | /* 125072 */ MCD_OPC_Decode, 224, 35, 206, 4, // Opcode: LDSMINLW |
25285 | | /* 125077 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 125092 |
25286 | | /* 125082 */ MCD_OPC_CheckPredicate, 45, 99, 62, 0, // Skip to: 141058 |
25287 | | /* 125087 */ MCD_OPC_Decode, 249, 35, 206, 4, // Opcode: LDUMAXLW |
25288 | | /* 125092 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 125107 |
25289 | | /* 125097 */ MCD_OPC_CheckPredicate, 45, 84, 62, 0, // Skip to: 141058 |
25290 | | /* 125102 */ MCD_OPC_Decode, 137, 36, 206, 4, // Opcode: LDUMINLW |
25291 | | /* 125107 */ MCD_OPC_FilterValue, 8, 74, 62, 0, // Skip to: 141058 |
25292 | | /* 125112 */ MCD_OPC_CheckPredicate, 45, 69, 62, 0, // Skip to: 141058 |
25293 | | /* 125117 */ MCD_OPC_Decode, 134, 55, 206, 4, // Opcode: SWPLW |
25294 | | /* 125122 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 125139 |
25295 | | /* 125127 */ MCD_OPC_CheckField, 21, 1, 0, 52, 62, 0, // Skip to: 141058 |
25296 | | /* 125134 */ MCD_OPC_Decode, 161, 35, 198, 4, // Opcode: LDRWpost |
25297 | | /* 125139 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 125185 |
25298 | | /* 125144 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25299 | | /* 125147 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 125157 |
25300 | | /* 125152 */ MCD_OPC_Decode, 235, 35, 198, 4, // Opcode: LDTRWi |
25301 | | /* 125157 */ MCD_OPC_FilterValue, 1, 24, 62, 0, // Skip to: 141058 |
25302 | | /* 125162 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25303 | | /* 125165 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 125175 |
25304 | | /* 125170 */ MCD_OPC_Decode, 163, 35, 208, 4, // Opcode: LDRWroW |
25305 | | /* 125175 */ MCD_OPC_FilterValue, 3, 6, 62, 0, // Skip to: 141058 |
25306 | | /* 125180 */ MCD_OPC_Decode, 164, 35, 209, 4, // Opcode: LDRWroX |
25307 | | /* 125185 */ MCD_OPC_FilterValue, 3, 252, 61, 0, // Skip to: 141058 |
25308 | | /* 125190 */ MCD_OPC_CheckField, 21, 1, 0, 245, 61, 0, // Skip to: 141058 |
25309 | | /* 125197 */ MCD_OPC_Decode, 162, 35, 198, 4, // Opcode: LDRWpre |
25310 | | /* 125202 */ MCD_OPC_FilterValue, 2, 10, 1, 0, // Skip to: 125473 |
25311 | | /* 125207 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25312 | | /* 125210 */ MCD_OPC_FilterValue, 0, 178, 0, 0, // Skip to: 125393 |
25313 | | /* 125215 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25314 | | /* 125218 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 125228 |
25315 | | /* 125223 */ MCD_OPC_Decode, 151, 36, 198, 4, // Opcode: LDURSWi |
25316 | | /* 125228 */ MCD_OPC_FilterValue, 1, 209, 61, 0, // Skip to: 141058 |
25317 | | /* 125233 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25318 | | /* 125236 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 125251 |
25319 | | /* 125241 */ MCD_OPC_CheckPredicate, 45, 196, 61, 0, // Skip to: 141058 |
25320 | | /* 125246 */ MCD_OPC_Decode, 154, 33, 206, 4, // Opcode: LDADDAW |
25321 | | /* 125251 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 125266 |
25322 | | /* 125256 */ MCD_OPC_CheckPredicate, 45, 181, 61, 0, // Skip to: 141058 |
25323 | | /* 125261 */ MCD_OPC_Decode, 201, 33, 206, 4, // Opcode: LDCLRAW |
25324 | | /* 125266 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 125281 |
25325 | | /* 125271 */ MCD_OPC_CheckPredicate, 45, 166, 61, 0, // Skip to: 141058 |
25326 | | /* 125276 */ MCD_OPC_Decode, 221, 33, 206, 4, // Opcode: LDEORAW |
25327 | | /* 125281 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 125296 |
25328 | | /* 125286 */ MCD_OPC_CheckPredicate, 45, 151, 61, 0, // Skip to: 141058 |
25329 | | /* 125291 */ MCD_OPC_Decode, 182, 35, 206, 4, // Opcode: LDSETAW |
25330 | | /* 125296 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 125311 |
25331 | | /* 125301 */ MCD_OPC_CheckPredicate, 45, 136, 61, 0, // Skip to: 141058 |
25332 | | /* 125306 */ MCD_OPC_Decode, 202, 35, 206, 4, // Opcode: LDSMAXAW |
25333 | | /* 125311 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 125326 |
25334 | | /* 125316 */ MCD_OPC_CheckPredicate, 45, 121, 61, 0, // Skip to: 141058 |
25335 | | /* 125321 */ MCD_OPC_Decode, 218, 35, 206, 4, // Opcode: LDSMINAW |
25336 | | /* 125326 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 125341 |
25337 | | /* 125331 */ MCD_OPC_CheckPredicate, 45, 106, 61, 0, // Skip to: 141058 |
25338 | | /* 125336 */ MCD_OPC_Decode, 243, 35, 206, 4, // Opcode: LDUMAXAW |
25339 | | /* 125341 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 125356 |
25340 | | /* 125346 */ MCD_OPC_CheckPredicate, 45, 91, 61, 0, // Skip to: 141058 |
25341 | | /* 125351 */ MCD_OPC_Decode, 131, 36, 206, 4, // Opcode: LDUMINAW |
25342 | | /* 125356 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 125371 |
25343 | | /* 125361 */ MCD_OPC_CheckPredicate, 45, 76, 61, 0, // Skip to: 141058 |
25344 | | /* 125366 */ MCD_OPC_Decode, 128, 55, 206, 4, // Opcode: SWPAW |
25345 | | /* 125371 */ MCD_OPC_FilterValue, 12, 66, 61, 0, // Skip to: 141058 |
25346 | | /* 125376 */ MCD_OPC_CheckPredicate, 92, 61, 61, 0, // Skip to: 141058 |
25347 | | /* 125381 */ MCD_OPC_CheckField, 16, 5, 31, 54, 61, 0, // Skip to: 141058 |
25348 | | /* 125388 */ MCD_OPC_Decode, 167, 33, 210, 4, // Opcode: LDAPRW |
25349 | | /* 125393 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 125410 |
25350 | | /* 125398 */ MCD_OPC_CheckField, 21, 1, 0, 37, 61, 0, // Skip to: 141058 |
25351 | | /* 125405 */ MCD_OPC_Decode, 149, 35, 198, 4, // Opcode: LDRSWpost |
25352 | | /* 125410 */ MCD_OPC_FilterValue, 2, 41, 0, 0, // Skip to: 125456 |
25353 | | /* 125415 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25354 | | /* 125418 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 125428 |
25355 | | /* 125423 */ MCD_OPC_Decode, 234, 35, 198, 4, // Opcode: LDTRSWi |
25356 | | /* 125428 */ MCD_OPC_FilterValue, 1, 9, 61, 0, // Skip to: 141058 |
25357 | | /* 125433 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25358 | | /* 125436 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 125446 |
25359 | | /* 125441 */ MCD_OPC_Decode, 151, 35, 211, 4, // Opcode: LDRSWroW |
25360 | | /* 125446 */ MCD_OPC_FilterValue, 3, 247, 60, 0, // Skip to: 141058 |
25361 | | /* 125451 */ MCD_OPC_Decode, 152, 35, 212, 4, // Opcode: LDRSWroX |
25362 | | /* 125456 */ MCD_OPC_FilterValue, 3, 237, 60, 0, // Skip to: 141058 |
25363 | | /* 125461 */ MCD_OPC_CheckField, 21, 1, 0, 230, 60, 0, // Skip to: 141058 |
25364 | | /* 125468 */ MCD_OPC_Decode, 150, 35, 198, 4, // Opcode: LDRSWpre |
25365 | | /* 125473 */ MCD_OPC_FilterValue, 3, 201, 0, 0, // Skip to: 125679 |
25366 | | /* 125478 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
25367 | | /* 125481 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 125503 |
25368 | | /* 125486 */ MCD_OPC_CheckPredicate, 45, 207, 60, 0, // Skip to: 141058 |
25369 | | /* 125491 */ MCD_OPC_CheckField, 21, 1, 1, 200, 60, 0, // Skip to: 141058 |
25370 | | /* 125498 */ MCD_OPC_Decode, 152, 33, 206, 4, // Opcode: LDADDALW |
25371 | | /* 125503 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 125525 |
25372 | | /* 125508 */ MCD_OPC_CheckPredicate, 45, 185, 60, 0, // Skip to: 141058 |
25373 | | /* 125513 */ MCD_OPC_CheckField, 21, 1, 1, 178, 60, 0, // Skip to: 141058 |
25374 | | /* 125520 */ MCD_OPC_Decode, 199, 33, 206, 4, // Opcode: LDCLRALW |
25375 | | /* 125525 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 125547 |
25376 | | /* 125530 */ MCD_OPC_CheckPredicate, 45, 163, 60, 0, // Skip to: 141058 |
25377 | | /* 125535 */ MCD_OPC_CheckField, 21, 1, 1, 156, 60, 0, // Skip to: 141058 |
25378 | | /* 125542 */ MCD_OPC_Decode, 219, 33, 206, 4, // Opcode: LDEORALW |
25379 | | /* 125547 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 125569 |
25380 | | /* 125552 */ MCD_OPC_CheckPredicate, 45, 141, 60, 0, // Skip to: 141058 |
25381 | | /* 125557 */ MCD_OPC_CheckField, 21, 1, 1, 134, 60, 0, // Skip to: 141058 |
25382 | | /* 125564 */ MCD_OPC_Decode, 180, 35, 206, 4, // Opcode: LDSETALW |
25383 | | /* 125569 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 125591 |
25384 | | /* 125574 */ MCD_OPC_CheckPredicate, 45, 119, 60, 0, // Skip to: 141058 |
25385 | | /* 125579 */ MCD_OPC_CheckField, 21, 1, 1, 112, 60, 0, // Skip to: 141058 |
25386 | | /* 125586 */ MCD_OPC_Decode, 200, 35, 206, 4, // Opcode: LDSMAXALW |
25387 | | /* 125591 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 125613 |
25388 | | /* 125596 */ MCD_OPC_CheckPredicate, 45, 97, 60, 0, // Skip to: 141058 |
25389 | | /* 125601 */ MCD_OPC_CheckField, 21, 1, 1, 90, 60, 0, // Skip to: 141058 |
25390 | | /* 125608 */ MCD_OPC_Decode, 216, 35, 206, 4, // Opcode: LDSMINALW |
25391 | | /* 125613 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 125635 |
25392 | | /* 125618 */ MCD_OPC_CheckPredicate, 45, 75, 60, 0, // Skip to: 141058 |
25393 | | /* 125623 */ MCD_OPC_CheckField, 21, 1, 1, 68, 60, 0, // Skip to: 141058 |
25394 | | /* 125630 */ MCD_OPC_Decode, 241, 35, 206, 4, // Opcode: LDUMAXALW |
25395 | | /* 125635 */ MCD_OPC_FilterValue, 28, 17, 0, 0, // Skip to: 125657 |
25396 | | /* 125640 */ MCD_OPC_CheckPredicate, 45, 53, 60, 0, // Skip to: 141058 |
25397 | | /* 125645 */ MCD_OPC_CheckField, 21, 1, 1, 46, 60, 0, // Skip to: 141058 |
25398 | | /* 125652 */ MCD_OPC_Decode, 129, 36, 206, 4, // Opcode: LDUMINALW |
25399 | | /* 125657 */ MCD_OPC_FilterValue, 32, 36, 60, 0, // Skip to: 141058 |
25400 | | /* 125662 */ MCD_OPC_CheckPredicate, 45, 31, 60, 0, // Skip to: 141058 |
25401 | | /* 125667 */ MCD_OPC_CheckField, 21, 1, 1, 24, 60, 0, // Skip to: 141058 |
25402 | | /* 125674 */ MCD_OPC_Decode, 254, 54, 206, 4, // Opcode: SWPALW |
25403 | | /* 125679 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 125689 |
25404 | | /* 125684 */ MCD_OPC_Decode, 218, 53, 213, 4, // Opcode: STRWui |
25405 | | /* 125689 */ MCD_OPC_FilterValue, 5, 5, 0, 0, // Skip to: 125699 |
25406 | | /* 125694 */ MCD_OPC_Decode, 165, 35, 213, 4, // Opcode: LDRWui |
25407 | | /* 125699 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 125709 |
25408 | | /* 125704 */ MCD_OPC_Decode, 153, 35, 213, 4, // Opcode: LDRSWui |
25409 | | /* 125709 */ MCD_OPC_FilterValue, 8, 56, 0, 0, // Skip to: 125770 |
25410 | | /* 125714 */ MCD_OPC_ExtractField, 10, 5, // Inst{14-10} ... |
25411 | | /* 125717 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 125741 |
25412 | | /* 125722 */ MCD_OPC_CheckField, 21, 1, 0, 225, 59, 0, // Skip to: 141058 |
25413 | | /* 125729 */ MCD_OPC_CheckField, 15, 1, 0, 218, 59, 0, // Skip to: 141058 |
25414 | | /* 125736 */ MCD_OPC_Decode, 188, 11, 220, 4, // Opcode: ADCSXr |
25415 | | /* 125741 */ MCD_OPC_FilterValue, 1, 208, 59, 0, // Skip to: 141058 |
25416 | | /* 125746 */ MCD_OPC_CheckPredicate, 79, 203, 59, 0, // Skip to: 141058 |
25417 | | /* 125751 */ MCD_OPC_CheckField, 21, 1, 0, 196, 59, 0, // Skip to: 141058 |
25418 | | /* 125758 */ MCD_OPC_CheckField, 4, 1, 0, 189, 59, 0, // Skip to: 141058 |
25419 | | /* 125765 */ MCD_OPC_Decode, 231, 40, 230, 4, // Opcode: RMIF |
25420 | | /* 125770 */ MCD_OPC_FilterValue, 9, 51, 0, 0, // Skip to: 125826 |
25421 | | /* 125775 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25422 | | /* 125778 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 125802 |
25423 | | /* 125783 */ MCD_OPC_CheckField, 21, 1, 0, 164, 59, 0, // Skip to: 141058 |
25424 | | /* 125790 */ MCD_OPC_CheckField, 4, 1, 0, 157, 59, 0, // Skip to: 141058 |
25425 | | /* 125797 */ MCD_OPC_Decode, 234, 14, 231, 4, // Opcode: CCMNXr |
25426 | | /* 125802 */ MCD_OPC_FilterValue, 2, 147, 59, 0, // Skip to: 141058 |
25427 | | /* 125807 */ MCD_OPC_CheckField, 21, 1, 0, 140, 59, 0, // Skip to: 141058 |
25428 | | /* 125814 */ MCD_OPC_CheckField, 4, 1, 0, 133, 59, 0, // Skip to: 141058 |
25429 | | /* 125821 */ MCD_OPC_Decode, 233, 14, 232, 4, // Opcode: CCMNXi |
25430 | | /* 125826 */ MCD_OPC_FilterValue, 11, 123, 59, 0, // Skip to: 141058 |
25431 | | /* 125831 */ MCD_OPC_CheckPredicate, 47, 118, 59, 0, // Skip to: 141058 |
25432 | | /* 125836 */ MCD_OPC_CheckField, 21, 1, 0, 111, 59, 0, // Skip to: 141058 |
25433 | | /* 125843 */ MCD_OPC_CheckField, 10, 6, 0, 104, 59, 0, // Skip to: 141058 |
25434 | | /* 125850 */ MCD_OPC_Decode, 144, 54, 223, 4, // Opcode: SUBPS |
25435 | | /* 125855 */ MCD_OPC_FilterValue, 6, 235, 4, 0, // Skip to: 127119 |
25436 | | /* 125860 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
25437 | | /* 125863 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 125873 |
25438 | | /* 125868 */ MCD_OPC_Decode, 196, 39, 233, 4, // Opcode: PRFMl |
25439 | | /* 125873 */ MCD_OPC_FilterValue, 1, 246, 1, 0, // Skip to: 126380 |
25440 | | /* 125878 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25441 | | /* 125881 */ MCD_OPC_FilterValue, 0, 96, 0, 0, // Skip to: 125982 |
25442 | | /* 125886 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25443 | | /* 125889 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 125904 |
25444 | | /* 125894 */ MCD_OPC_CheckPredicate, 86, 55, 59, 0, // Skip to: 141058 |
25445 | | /* 125899 */ MCD_OPC_Decode, 228, 52, 198, 4, // Opcode: STLURXi |
25446 | | /* 125904 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 125942 |
25447 | | /* 125909 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25448 | | /* 125912 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 125927 |
25449 | | /* 125917 */ MCD_OPC_CheckPredicate, 93, 32, 59, 0, // Skip to: 141058 |
25450 | | /* 125922 */ MCD_OPC_Decode, 213, 52, 234, 4, // Opcode: STILPXpre |
25451 | | /* 125927 */ MCD_OPC_FilterValue, 1, 22, 59, 0, // Skip to: 141058 |
25452 | | /* 125932 */ MCD_OPC_CheckPredicate, 93, 17, 59, 0, // Skip to: 141058 |
25453 | | /* 125937 */ MCD_OPC_Decode, 212, 52, 207, 4, // Opcode: STILPX |
25454 | | /* 125942 */ MCD_OPC_FilterValue, 3, 7, 59, 0, // Skip to: 141058 |
25455 | | /* 125947 */ MCD_OPC_ExtractField, 12, 9, // Inst{20-12} ... |
25456 | | /* 125950 */ MCD_OPC_FilterValue, 240, 3, 10, 0, 0, // Skip to: 125966 |
25457 | | /* 125956 */ MCD_OPC_CheckPredicate, 81, 249, 58, 0, // Skip to: 141058 |
25458 | | /* 125961 */ MCD_OPC_Decode, 230, 28, 235, 4, // Opcode: GCSSTR |
25459 | | /* 125966 */ MCD_OPC_FilterValue, 241, 3, 238, 58, 0, // Skip to: 141058 |
25460 | | /* 125972 */ MCD_OPC_CheckPredicate, 81, 233, 58, 0, // Skip to: 141058 |
25461 | | /* 125977 */ MCD_OPC_Decode, 231, 28, 235, 4, // Opcode: GCSSTTR |
25462 | | /* 125982 */ MCD_OPC_FilterValue, 1, 70, 0, 0, // Skip to: 126057 |
25463 | | /* 125987 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25464 | | /* 125990 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 126012 |
25465 | | /* 125995 */ MCD_OPC_CheckPredicate, 47, 210, 58, 0, // Skip to: 141058 |
25466 | | /* 126000 */ MCD_OPC_CheckField, 12, 9, 0, 203, 58, 0, // Skip to: 141058 |
25467 | | /* 126007 */ MCD_OPC_Decode, 253, 53, 235, 4, // Opcode: STZGM |
25468 | | /* 126012 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 126027 |
25469 | | /* 126017 */ MCD_OPC_CheckPredicate, 47, 188, 58, 0, // Skip to: 141058 |
25470 | | /* 126022 */ MCD_OPC_Decode, 205, 52, 236, 4, // Opcode: STGPostIndex |
25471 | | /* 126027 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 126042 |
25472 | | /* 126032 */ MCD_OPC_CheckPredicate, 47, 173, 58, 0, // Skip to: 141058 |
25473 | | /* 126037 */ MCD_OPC_Decode, 209, 52, 237, 4, // Opcode: STGi |
25474 | | /* 126042 */ MCD_OPC_FilterValue, 3, 163, 58, 0, // Skip to: 141058 |
25475 | | /* 126047 */ MCD_OPC_CheckPredicate, 47, 158, 58, 0, // Skip to: 141058 |
25476 | | /* 126052 */ MCD_OPC_Decode, 208, 52, 236, 4, // Opcode: STGPreIndex |
25477 | | /* 126057 */ MCD_OPC_FilterValue, 2, 56, 0, 0, // Skip to: 126118 |
25478 | | /* 126062 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25479 | | /* 126065 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 126080 |
25480 | | /* 126070 */ MCD_OPC_CheckPredicate, 86, 135, 58, 0, // Skip to: 141058 |
25481 | | /* 126075 */ MCD_OPC_Decode, 178, 33, 198, 4, // Opcode: LDAPURXi |
25482 | | /* 126080 */ MCD_OPC_FilterValue, 2, 125, 58, 0, // Skip to: 141058 |
25483 | | /* 126085 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25484 | | /* 126088 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 126103 |
25485 | | /* 126093 */ MCD_OPC_CheckPredicate, 93, 112, 58, 0, // Skip to: 141058 |
25486 | | /* 126098 */ MCD_OPC_Decode, 252, 33, 234, 4, // Opcode: LDIAPPXpost |
25487 | | /* 126103 */ MCD_OPC_FilterValue, 1, 102, 58, 0, // Skip to: 141058 |
25488 | | /* 126108 */ MCD_OPC_CheckPredicate, 93, 97, 58, 0, // Skip to: 141058 |
25489 | | /* 126113 */ MCD_OPC_Decode, 251, 33, 207, 4, // Opcode: LDIAPPX |
25490 | | /* 126118 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 126186 |
25491 | | /* 126123 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25492 | | /* 126126 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 126141 |
25493 | | /* 126131 */ MCD_OPC_CheckPredicate, 47, 74, 58, 0, // Skip to: 141058 |
25494 | | /* 126136 */ MCD_OPC_Decode, 247, 33, 238, 4, // Opcode: LDG |
25495 | | /* 126141 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 126156 |
25496 | | /* 126146 */ MCD_OPC_CheckPredicate, 47, 59, 58, 0, // Skip to: 141058 |
25497 | | /* 126151 */ MCD_OPC_Decode, 254, 53, 236, 4, // Opcode: STZGPostIndex |
25498 | | /* 126156 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 126171 |
25499 | | /* 126161 */ MCD_OPC_CheckPredicate, 47, 44, 58, 0, // Skip to: 141058 |
25500 | | /* 126166 */ MCD_OPC_Decode, 128, 54, 237, 4, // Opcode: STZGi |
25501 | | /* 126171 */ MCD_OPC_FilterValue, 3, 34, 58, 0, // Skip to: 141058 |
25502 | | /* 126176 */ MCD_OPC_CheckPredicate, 47, 29, 58, 0, // Skip to: 141058 |
25503 | | /* 126181 */ MCD_OPC_Decode, 255, 53, 236, 4, // Opcode: STZGPreIndex |
25504 | | /* 126186 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 126208 |
25505 | | /* 126191 */ MCD_OPC_CheckPredicate, 93, 14, 58, 0, // Skip to: 141058 |
25506 | | /* 126196 */ MCD_OPC_CheckField, 10, 11, 2, 7, 58, 0, // Skip to: 141058 |
25507 | | /* 126203 */ MCD_OPC_Decode, 224, 52, 239, 4, // Opcode: STLRXpre |
25508 | | /* 126208 */ MCD_OPC_FilterValue, 5, 70, 0, 0, // Skip to: 126283 |
25509 | | /* 126213 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25510 | | /* 126216 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 126238 |
25511 | | /* 126221 */ MCD_OPC_CheckPredicate, 47, 240, 57, 0, // Skip to: 141058 |
25512 | | /* 126226 */ MCD_OPC_CheckField, 12, 9, 0, 233, 57, 0, // Skip to: 141058 |
25513 | | /* 126233 */ MCD_OPC_Decode, 203, 52, 235, 4, // Opcode: STGM |
25514 | | /* 126238 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 126253 |
25515 | | /* 126243 */ MCD_OPC_CheckPredicate, 47, 218, 57, 0, // Skip to: 141058 |
25516 | | /* 126248 */ MCD_OPC_Decode, 233, 51, 236, 4, // Opcode: ST2GPostIndex |
25517 | | /* 126253 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 126268 |
25518 | | /* 126258 */ MCD_OPC_CheckPredicate, 47, 203, 57, 0, // Skip to: 141058 |
25519 | | /* 126263 */ MCD_OPC_Decode, 235, 51, 237, 4, // Opcode: ST2Gi |
25520 | | /* 126268 */ MCD_OPC_FilterValue, 3, 193, 57, 0, // Skip to: 141058 |
25521 | | /* 126273 */ MCD_OPC_CheckPredicate, 47, 188, 57, 0, // Skip to: 141058 |
25522 | | /* 126278 */ MCD_OPC_Decode, 234, 51, 236, 4, // Opcode: ST2GPreIndex |
25523 | | /* 126283 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 126305 |
25524 | | /* 126288 */ MCD_OPC_CheckPredicate, 93, 173, 57, 0, // Skip to: 141058 |
25525 | | /* 126293 */ MCD_OPC_CheckField, 10, 11, 2, 166, 57, 0, // Skip to: 141058 |
25526 | | /* 126300 */ MCD_OPC_Decode, 170, 33, 239, 4, // Opcode: LDAPRXpost |
25527 | | /* 126305 */ MCD_OPC_FilterValue, 7, 156, 57, 0, // Skip to: 141058 |
25528 | | /* 126310 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25529 | | /* 126313 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 126335 |
25530 | | /* 126318 */ MCD_OPC_CheckPredicate, 47, 143, 57, 0, // Skip to: 141058 |
25531 | | /* 126323 */ MCD_OPC_CheckField, 12, 9, 0, 136, 57, 0, // Skip to: 141058 |
25532 | | /* 126330 */ MCD_OPC_Decode, 248, 33, 235, 4, // Opcode: LDGM |
25533 | | /* 126335 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 126350 |
25534 | | /* 126340 */ MCD_OPC_CheckPredicate, 47, 121, 57, 0, // Skip to: 141058 |
25535 | | /* 126345 */ MCD_OPC_Decode, 250, 53, 236, 4, // Opcode: STZ2GPostIndex |
25536 | | /* 126350 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 126365 |
25537 | | /* 126355 */ MCD_OPC_CheckPredicate, 47, 106, 57, 0, // Skip to: 141058 |
25538 | | /* 126360 */ MCD_OPC_Decode, 252, 53, 237, 4, // Opcode: STZ2Gi |
25539 | | /* 126365 */ MCD_OPC_FilterValue, 3, 96, 57, 0, // Skip to: 141058 |
25540 | | /* 126370 */ MCD_OPC_CheckPredicate, 47, 91, 57, 0, // Skip to: 141058 |
25541 | | /* 126375 */ MCD_OPC_Decode, 251, 53, 236, 4, // Opcode: STZ2GPreIndex |
25542 | | /* 126380 */ MCD_OPC_FilterValue, 2, 81, 57, 0, // Skip to: 141058 |
25543 | | /* 126385 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25544 | | /* 126388 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 126428 |
25545 | | /* 126393 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
25546 | | /* 126396 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 126413 |
25547 | | /* 126401 */ MCD_OPC_CheckField, 10, 3, 0, 58, 57, 0, // Skip to: 141058 |
25548 | | /* 126408 */ MCD_OPC_Decode, 233, 41, 220, 4, // Opcode: SBCXr |
25549 | | /* 126413 */ MCD_OPC_FilterValue, 1, 48, 57, 0, // Skip to: 141058 |
25550 | | /* 126418 */ MCD_OPC_CheckPredicate, 94, 43, 57, 0, // Skip to: 141058 |
25551 | | /* 126423 */ MCD_OPC_Decode, 145, 54, 221, 4, // Opcode: SUBPT_shift |
25552 | | /* 126428 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 126456 |
25553 | | /* 126433 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25554 | | /* 126436 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 126446 |
25555 | | /* 126441 */ MCD_OPC_Decode, 250, 17, 222, 4, // Opcode: CSINVXr |
25556 | | /* 126446 */ MCD_OPC_FilterValue, 1, 15, 57, 0, // Skip to: 141058 |
25557 | | /* 126451 */ MCD_OPC_Decode, 252, 17, 222, 4, // Opcode: CSNEGXr |
25558 | | /* 126456 */ MCD_OPC_FilterValue, 6, 5, 57, 0, // Skip to: 141058 |
25559 | | /* 126461 */ MCD_OPC_ExtractField, 10, 11, // Inst{20-10} ... |
25560 | | /* 126464 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 126474 |
25561 | | /* 126469 */ MCD_OPC_Decode, 244, 39, 240, 4, // Opcode: RBITXr |
25562 | | /* 126474 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 126484 |
25563 | | /* 126479 */ MCD_OPC_Decode, 200, 40, 240, 4, // Opcode: REV16Xr |
25564 | | /* 126484 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 126494 |
25565 | | /* 126489 */ MCD_OPC_Decode, 203, 40, 240, 4, // Opcode: REV32Xr |
25566 | | /* 126494 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 126504 |
25567 | | /* 126499 */ MCD_OPC_Decode, 222, 40, 240, 4, // Opcode: REVXr |
25568 | | /* 126504 */ MCD_OPC_FilterValue, 4, 5, 0, 0, // Skip to: 126514 |
25569 | | /* 126509 */ MCD_OPC_Decode, 156, 15, 240, 4, // Opcode: CLZXr |
25570 | | /* 126514 */ MCD_OPC_FilterValue, 5, 5, 0, 0, // Skip to: 126524 |
25571 | | /* 126519 */ MCD_OPC_Decode, 144, 15, 240, 4, // Opcode: CLSXr |
25572 | | /* 126524 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 126539 |
25573 | | /* 126529 */ MCD_OPC_CheckPredicate, 70, 188, 56, 0, // Skip to: 141058 |
25574 | | /* 126534 */ MCD_OPC_Decode, 130, 18, 240, 4, // Opcode: CTZXr |
25575 | | /* 126539 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 126554 |
25576 | | /* 126544 */ MCD_OPC_CheckPredicate, 70, 173, 56, 0, // Skip to: 141058 |
25577 | | /* 126549 */ MCD_OPC_Decode, 244, 16, 240, 4, // Opcode: CNTXr |
25578 | | /* 126554 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 126569 |
25579 | | /* 126559 */ MCD_OPC_CheckPredicate, 70, 158, 56, 0, // Skip to: 141058 |
25580 | | /* 126564 */ MCD_OPC_Decode, 170, 11, 240, 4, // Opcode: ABSXr |
25581 | | /* 126569 */ MCD_OPC_FilterValue, 64, 10, 0, 0, // Skip to: 126584 |
25582 | | /* 126574 */ MCD_OPC_CheckPredicate, 85, 143, 56, 0, // Skip to: 141058 |
25583 | | /* 126579 */ MCD_OPC_Decode, 245, 38, 241, 4, // Opcode: PACIA |
25584 | | /* 126584 */ MCD_OPC_FilterValue, 65, 10, 0, 0, // Skip to: 126599 |
25585 | | /* 126589 */ MCD_OPC_CheckPredicate, 85, 128, 56, 0, // Skip to: 141058 |
25586 | | /* 126594 */ MCD_OPC_Decode, 251, 38, 241, 4, // Opcode: PACIB |
25587 | | /* 126599 */ MCD_OPC_FilterValue, 66, 10, 0, 0, // Skip to: 126614 |
25588 | | /* 126604 */ MCD_OPC_CheckPredicate, 85, 113, 56, 0, // Skip to: 141058 |
25589 | | /* 126609 */ MCD_OPC_Decode, 240, 38, 241, 4, // Opcode: PACDA |
25590 | | /* 126614 */ MCD_OPC_FilterValue, 67, 10, 0, 0, // Skip to: 126629 |
25591 | | /* 126619 */ MCD_OPC_CheckPredicate, 85, 98, 56, 0, // Skip to: 141058 |
25592 | | /* 126624 */ MCD_OPC_Decode, 241, 38, 241, 4, // Opcode: PACDB |
25593 | | /* 126629 */ MCD_OPC_FilterValue, 68, 10, 0, 0, // Skip to: 126644 |
25594 | | /* 126634 */ MCD_OPC_CheckPredicate, 85, 83, 56, 0, // Skip to: 141058 |
25595 | | /* 126639 */ MCD_OPC_Decode, 247, 12, 241, 4, // Opcode: AUTIA |
25596 | | /* 126644 */ MCD_OPC_FilterValue, 69, 10, 0, 0, // Skip to: 126659 |
25597 | | /* 126649 */ MCD_OPC_CheckPredicate, 85, 68, 56, 0, // Skip to: 141058 |
25598 | | /* 126654 */ MCD_OPC_Decode, 254, 12, 241, 4, // Opcode: AUTIB |
25599 | | /* 126659 */ MCD_OPC_FilterValue, 70, 10, 0, 0, // Skip to: 126674 |
25600 | | /* 126664 */ MCD_OPC_CheckPredicate, 85, 53, 56, 0, // Skip to: 141058 |
25601 | | /* 126669 */ MCD_OPC_Decode, 243, 12, 241, 4, // Opcode: AUTDA |
25602 | | /* 126674 */ MCD_OPC_FilterValue, 71, 10, 0, 0, // Skip to: 126689 |
25603 | | /* 126679 */ MCD_OPC_CheckPredicate, 85, 38, 56, 0, // Skip to: 141058 |
25604 | | /* 126684 */ MCD_OPC_Decode, 244, 12, 241, 4, // Opcode: AUTDB |
25605 | | /* 126689 */ MCD_OPC_FilterValue, 72, 16, 0, 0, // Skip to: 126710 |
25606 | | /* 126694 */ MCD_OPC_CheckPredicate, 85, 23, 56, 0, // Skip to: 141058 |
25607 | | /* 126699 */ MCD_OPC_CheckField, 5, 5, 31, 16, 56, 0, // Skip to: 141058 |
25608 | | /* 126706 */ MCD_OPC_Decode, 129, 39, 6, // Opcode: PACIZA |
25609 | | /* 126710 */ MCD_OPC_FilterValue, 73, 16, 0, 0, // Skip to: 126731 |
25610 | | /* 126715 */ MCD_OPC_CheckPredicate, 85, 2, 56, 0, // Skip to: 141058 |
25611 | | /* 126720 */ MCD_OPC_CheckField, 5, 5, 31, 251, 55, 0, // Skip to: 141058 |
25612 | | /* 126727 */ MCD_OPC_Decode, 130, 39, 6, // Opcode: PACIZB |
25613 | | /* 126731 */ MCD_OPC_FilterValue, 74, 16, 0, 0, // Skip to: 126752 |
25614 | | /* 126736 */ MCD_OPC_CheckPredicate, 85, 237, 55, 0, // Skip to: 141058 |
25615 | | /* 126741 */ MCD_OPC_CheckField, 5, 5, 31, 230, 55, 0, // Skip to: 141058 |
25616 | | /* 126748 */ MCD_OPC_Decode, 242, 38, 6, // Opcode: PACDZA |
25617 | | /* 126752 */ MCD_OPC_FilterValue, 75, 16, 0, 0, // Skip to: 126773 |
25618 | | /* 126757 */ MCD_OPC_CheckPredicate, 85, 216, 55, 0, // Skip to: 141058 |
25619 | | /* 126762 */ MCD_OPC_CheckField, 5, 5, 31, 209, 55, 0, // Skip to: 141058 |
25620 | | /* 126769 */ MCD_OPC_Decode, 243, 38, 6, // Opcode: PACDZB |
25621 | | /* 126773 */ MCD_OPC_FilterValue, 76, 16, 0, 0, // Skip to: 126794 |
25622 | | /* 126778 */ MCD_OPC_CheckPredicate, 85, 195, 55, 0, // Skip to: 141058 |
25623 | | /* 126783 */ MCD_OPC_CheckField, 5, 5, 31, 188, 55, 0, // Skip to: 141058 |
25624 | | /* 126790 */ MCD_OPC_Decode, 133, 13, 6, // Opcode: AUTIZA |
25625 | | /* 126794 */ MCD_OPC_FilterValue, 77, 16, 0, 0, // Skip to: 126815 |
25626 | | /* 126799 */ MCD_OPC_CheckPredicate, 85, 174, 55, 0, // Skip to: 141058 |
25627 | | /* 126804 */ MCD_OPC_CheckField, 5, 5, 31, 167, 55, 0, // Skip to: 141058 |
25628 | | /* 126811 */ MCD_OPC_Decode, 134, 13, 6, // Opcode: AUTIZB |
25629 | | /* 126815 */ MCD_OPC_FilterValue, 78, 16, 0, 0, // Skip to: 126836 |
25630 | | /* 126820 */ MCD_OPC_CheckPredicate, 85, 153, 55, 0, // Skip to: 141058 |
25631 | | /* 126825 */ MCD_OPC_CheckField, 5, 5, 31, 146, 55, 0, // Skip to: 141058 |
25632 | | /* 126832 */ MCD_OPC_Decode, 245, 12, 6, // Opcode: AUTDZA |
25633 | | /* 126836 */ MCD_OPC_FilterValue, 79, 16, 0, 0, // Skip to: 126857 |
25634 | | /* 126841 */ MCD_OPC_CheckPredicate, 85, 132, 55, 0, // Skip to: 141058 |
25635 | | /* 126846 */ MCD_OPC_CheckField, 5, 5, 31, 125, 55, 0, // Skip to: 141058 |
25636 | | /* 126853 */ MCD_OPC_Decode, 246, 12, 6, // Opcode: AUTDZB |
25637 | | /* 126857 */ MCD_OPC_FilterValue, 80, 16, 0, 0, // Skip to: 126878 |
25638 | | /* 126862 */ MCD_OPC_CheckPredicate, 85, 111, 55, 0, // Skip to: 141058 |
25639 | | /* 126867 */ MCD_OPC_CheckField, 5, 5, 31, 104, 55, 0, // Skip to: 141058 |
25640 | | /* 126874 */ MCD_OPC_Decode, 132, 64, 6, // Opcode: XPACI |
25641 | | /* 126878 */ MCD_OPC_FilterValue, 81, 16, 0, 0, // Skip to: 126899 |
25642 | | /* 126883 */ MCD_OPC_CheckPredicate, 85, 90, 55, 0, // Skip to: 141058 |
25643 | | /* 126888 */ MCD_OPC_CheckField, 5, 5, 31, 83, 55, 0, // Skip to: 141058 |
25644 | | /* 126895 */ MCD_OPC_Decode, 131, 64, 6, // Opcode: XPACD |
25645 | | /* 126899 */ MCD_OPC_FilterValue, 96, 17, 0, 0, // Skip to: 126921 |
25646 | | /* 126904 */ MCD_OPC_CheckPredicate, 71, 69, 55, 0, // Skip to: 141058 |
25647 | | /* 126909 */ MCD_OPC_CheckField, 0, 10, 254, 7, 61, 55, 0, // Skip to: 141058 |
25648 | | /* 126917 */ MCD_OPC_Decode, 132, 39, 4, // Opcode: PACNBIASPPC |
25649 | | /* 126921 */ MCD_OPC_FilterValue, 97, 17, 0, 0, // Skip to: 126943 |
25650 | | /* 126926 */ MCD_OPC_CheckPredicate, 71, 47, 55, 0, // Skip to: 141058 |
25651 | | /* 126931 */ MCD_OPC_CheckField, 0, 10, 254, 7, 39, 55, 0, // Skip to: 141058 |
25652 | | /* 126939 */ MCD_OPC_Decode, 133, 39, 4, // Opcode: PACNBIBSPPC |
25653 | | /* 126943 */ MCD_OPC_FilterValue, 98, 17, 0, 0, // Skip to: 126965 |
25654 | | /* 126948 */ MCD_OPC_CheckPredicate, 71, 25, 55, 0, // Skip to: 141058 |
25655 | | /* 126953 */ MCD_OPC_CheckField, 0, 10, 254, 7, 17, 55, 0, // Skip to: 141058 |
25656 | | /* 126961 */ MCD_OPC_Decode, 247, 38, 4, // Opcode: PACIA171615 |
25657 | | /* 126965 */ MCD_OPC_FilterValue, 99, 17, 0, 0, // Skip to: 126987 |
25658 | | /* 126970 */ MCD_OPC_CheckPredicate, 71, 3, 55, 0, // Skip to: 141058 |
25659 | | /* 126975 */ MCD_OPC_CheckField, 0, 10, 254, 7, 251, 54, 0, // Skip to: 141058 |
25660 | | /* 126983 */ MCD_OPC_Decode, 253, 38, 4, // Opcode: PACIB171615 |
25661 | | /* 126987 */ MCD_OPC_FilterValue, 100, 17, 0, 0, // Skip to: 127009 |
25662 | | /* 126992 */ MCD_OPC_CheckPredicate, 71, 237, 54, 0, // Skip to: 141058 |
25663 | | /* 126997 */ MCD_OPC_CheckField, 0, 5, 30, 230, 54, 0, // Skip to: 141058 |
25664 | | /* 127004 */ MCD_OPC_Decode, 252, 12, 195, 4, // Opcode: AUTIASPPCr |
25665 | | /* 127009 */ MCD_OPC_FilterValue, 101, 17, 0, 0, // Skip to: 127031 |
25666 | | /* 127014 */ MCD_OPC_CheckPredicate, 71, 215, 54, 0, // Skip to: 141058 |
25667 | | /* 127019 */ MCD_OPC_CheckField, 0, 5, 30, 208, 54, 0, // Skip to: 141058 |
25668 | | /* 127026 */ MCD_OPC_Decode, 131, 13, 195, 4, // Opcode: AUTIBSPPCr |
25669 | | /* 127031 */ MCD_OPC_FilterValue, 104, 17, 0, 0, // Skip to: 127053 |
25670 | | /* 127036 */ MCD_OPC_CheckPredicate, 71, 193, 54, 0, // Skip to: 141058 |
25671 | | /* 127041 */ MCD_OPC_CheckField, 0, 10, 254, 7, 185, 54, 0, // Skip to: 141058 |
25672 | | /* 127049 */ MCD_OPC_Decode, 249, 38, 4, // Opcode: PACIASPPC |
25673 | | /* 127053 */ MCD_OPC_FilterValue, 105, 17, 0, 0, // Skip to: 127075 |
25674 | | /* 127058 */ MCD_OPC_CheckPredicate, 71, 171, 54, 0, // Skip to: 141058 |
25675 | | /* 127063 */ MCD_OPC_CheckField, 0, 10, 254, 7, 163, 54, 0, // Skip to: 141058 |
25676 | | /* 127071 */ MCD_OPC_Decode, 255, 38, 4, // Opcode: PACIBSPPC |
25677 | | /* 127075 */ MCD_OPC_FilterValue, 110, 17, 0, 0, // Skip to: 127097 |
25678 | | /* 127080 */ MCD_OPC_CheckPredicate, 71, 149, 54, 0, // Skip to: 141058 |
25679 | | /* 127085 */ MCD_OPC_CheckField, 0, 10, 254, 7, 141, 54, 0, // Skip to: 141058 |
25680 | | /* 127093 */ MCD_OPC_Decode, 249, 12, 4, // Opcode: AUTIA171615 |
25681 | | /* 127097 */ MCD_OPC_FilterValue, 111, 132, 54, 0, // Skip to: 141058 |
25682 | | /* 127102 */ MCD_OPC_CheckPredicate, 71, 127, 54, 0, // Skip to: 141058 |
25683 | | /* 127107 */ MCD_OPC_CheckField, 0, 10, 254, 7, 119, 54, 0, // Skip to: 141058 |
25684 | | /* 127115 */ MCD_OPC_Decode, 128, 13, 4, // Opcode: AUTIB171615 |
25685 | | /* 127119 */ MCD_OPC_FilterValue, 7, 110, 54, 0, // Skip to: 141058 |
25686 | | /* 127124 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
25687 | | /* 127127 */ MCD_OPC_FilterValue, 0, 65, 2, 0, // Skip to: 127709 |
25688 | | /* 127132 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25689 | | /* 127135 */ MCD_OPC_FilterValue, 0, 127, 1, 0, // Skip to: 127523 |
25690 | | /* 127140 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
25691 | | /* 127143 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 127153 |
25692 | | /* 127148 */ MCD_OPC_Decode, 240, 53, 198, 4, // Opcode: STURXi |
25693 | | /* 127153 */ MCD_OPC_FilterValue, 1, 212, 0, 0, // Skip to: 127370 |
25694 | | /* 127158 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25695 | | /* 127161 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 127176 |
25696 | | /* 127166 */ MCD_OPC_CheckPredicate, 45, 63, 54, 0, // Skip to: 141058 |
25697 | | /* 127171 */ MCD_OPC_Decode, 163, 33, 207, 4, // Opcode: LDADDX |
25698 | | /* 127176 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 127191 |
25699 | | /* 127181 */ MCD_OPC_CheckPredicate, 45, 48, 54, 0, // Skip to: 141058 |
25700 | | /* 127186 */ MCD_OPC_Decode, 214, 33, 207, 4, // Opcode: LDCLRX |
25701 | | /* 127191 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 127206 |
25702 | | /* 127196 */ MCD_OPC_CheckPredicate, 45, 33, 54, 0, // Skip to: 141058 |
25703 | | /* 127201 */ MCD_OPC_Decode, 230, 33, 207, 4, // Opcode: LDEORX |
25704 | | /* 127206 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 127221 |
25705 | | /* 127211 */ MCD_OPC_CheckPredicate, 45, 18, 54, 0, // Skip to: 141058 |
25706 | | /* 127216 */ MCD_OPC_Decode, 195, 35, 207, 4, // Opcode: LDSETX |
25707 | | /* 127221 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 127236 |
25708 | | /* 127226 */ MCD_OPC_CheckPredicate, 45, 3, 54, 0, // Skip to: 141058 |
25709 | | /* 127231 */ MCD_OPC_Decode, 211, 35, 207, 4, // Opcode: LDSMAXX |
25710 | | /* 127236 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 127251 |
25711 | | /* 127241 */ MCD_OPC_CheckPredicate, 45, 244, 53, 0, // Skip to: 141058 |
25712 | | /* 127246 */ MCD_OPC_Decode, 227, 35, 207, 4, // Opcode: LDSMINX |
25713 | | /* 127251 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 127266 |
25714 | | /* 127256 */ MCD_OPC_CheckPredicate, 45, 229, 53, 0, // Skip to: 141058 |
25715 | | /* 127261 */ MCD_OPC_Decode, 252, 35, 207, 4, // Opcode: LDUMAXX |
25716 | | /* 127266 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 127281 |
25717 | | /* 127271 */ MCD_OPC_CheckPredicate, 45, 214, 53, 0, // Skip to: 141058 |
25718 | | /* 127276 */ MCD_OPC_Decode, 140, 36, 207, 4, // Opcode: LDUMINX |
25719 | | /* 127281 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 127296 |
25720 | | /* 127286 */ MCD_OPC_CheckPredicate, 45, 199, 53, 0, // Skip to: 141058 |
25721 | | /* 127291 */ MCD_OPC_Decode, 141, 55, 207, 4, // Opcode: SWPX |
25722 | | /* 127296 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 127318 |
25723 | | /* 127301 */ MCD_OPC_CheckPredicate, 95, 184, 53, 0, // Skip to: 141058 |
25724 | | /* 127306 */ MCD_OPC_CheckField, 16, 5, 31, 177, 53, 0, // Skip to: 141058 |
25725 | | /* 127313 */ MCD_OPC_Decode, 200, 52, 242, 4, // Opcode: ST64B |
25726 | | /* 127318 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 127333 |
25727 | | /* 127323 */ MCD_OPC_CheckPredicate, 95, 162, 53, 0, // Skip to: 141058 |
25728 | | /* 127328 */ MCD_OPC_Decode, 202, 52, 243, 4, // Opcode: ST64BV0 |
25729 | | /* 127333 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 127348 |
25730 | | /* 127338 */ MCD_OPC_CheckPredicate, 95, 147, 53, 0, // Skip to: 141058 |
25731 | | /* 127343 */ MCD_OPC_Decode, 201, 52, 243, 4, // Opcode: ST64BV |
25732 | | /* 127348 */ MCD_OPC_FilterValue, 13, 137, 53, 0, // Skip to: 141058 |
25733 | | /* 127353 */ MCD_OPC_CheckPredicate, 95, 132, 53, 0, // Skip to: 141058 |
25734 | | /* 127358 */ MCD_OPC_CheckField, 16, 5, 31, 125, 53, 0, // Skip to: 141058 |
25735 | | /* 127365 */ MCD_OPC_Decode, 147, 33, 242, 4, // Opcode: LD64B |
25736 | | /* 127370 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 127380 |
25737 | | /* 127375 */ MCD_OPC_Decode, 154, 36, 198, 4, // Opcode: LDURXi |
25738 | | /* 127380 */ MCD_OPC_FilterValue, 3, 105, 53, 0, // Skip to: 141058 |
25739 | | /* 127385 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25740 | | /* 127388 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 127403 |
25741 | | /* 127393 */ MCD_OPC_CheckPredicate, 45, 92, 53, 0, // Skip to: 141058 |
25742 | | /* 127398 */ MCD_OPC_Decode, 161, 33, 207, 4, // Opcode: LDADDLX |
25743 | | /* 127403 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 127418 |
25744 | | /* 127408 */ MCD_OPC_CheckPredicate, 45, 77, 53, 0, // Skip to: 141058 |
25745 | | /* 127413 */ MCD_OPC_Decode, 208, 33, 207, 4, // Opcode: LDCLRLX |
25746 | | /* 127418 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 127433 |
25747 | | /* 127423 */ MCD_OPC_CheckPredicate, 45, 62, 53, 0, // Skip to: 141058 |
25748 | | /* 127428 */ MCD_OPC_Decode, 228, 33, 207, 4, // Opcode: LDEORLX |
25749 | | /* 127433 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 127448 |
25750 | | /* 127438 */ MCD_OPC_CheckPredicate, 45, 47, 53, 0, // Skip to: 141058 |
25751 | | /* 127443 */ MCD_OPC_Decode, 189, 35, 207, 4, // Opcode: LDSETLX |
25752 | | /* 127448 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 127463 |
25753 | | /* 127453 */ MCD_OPC_CheckPredicate, 45, 32, 53, 0, // Skip to: 141058 |
25754 | | /* 127458 */ MCD_OPC_Decode, 209, 35, 207, 4, // Opcode: LDSMAXLX |
25755 | | /* 127463 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 127478 |
25756 | | /* 127468 */ MCD_OPC_CheckPredicate, 45, 17, 53, 0, // Skip to: 141058 |
25757 | | /* 127473 */ MCD_OPC_Decode, 225, 35, 207, 4, // Opcode: LDSMINLX |
25758 | | /* 127478 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 127493 |
25759 | | /* 127483 */ MCD_OPC_CheckPredicate, 45, 2, 53, 0, // Skip to: 141058 |
25760 | | /* 127488 */ MCD_OPC_Decode, 250, 35, 207, 4, // Opcode: LDUMAXLX |
25761 | | /* 127493 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 127508 |
25762 | | /* 127498 */ MCD_OPC_CheckPredicate, 45, 243, 52, 0, // Skip to: 141058 |
25763 | | /* 127503 */ MCD_OPC_Decode, 138, 36, 207, 4, // Opcode: LDUMINLX |
25764 | | /* 127508 */ MCD_OPC_FilterValue, 8, 233, 52, 0, // Skip to: 141058 |
25765 | | /* 127513 */ MCD_OPC_CheckPredicate, 45, 228, 52, 0, // Skip to: 141058 |
25766 | | /* 127518 */ MCD_OPC_Decode, 135, 55, 207, 4, // Opcode: SWPLX |
25767 | | /* 127523 */ MCD_OPC_FilterValue, 1, 46, 0, 0, // Skip to: 127574 |
25768 | | /* 127528 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25769 | | /* 127531 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 127559 |
25770 | | /* 127536 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
25771 | | /* 127539 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 127549 |
25772 | | /* 127544 */ MCD_OPC_Decode, 219, 53, 198, 4, // Opcode: STRXpost |
25773 | | /* 127549 */ MCD_OPC_FilterValue, 1, 192, 52, 0, // Skip to: 141058 |
25774 | | /* 127554 */ MCD_OPC_Decode, 167, 35, 198, 4, // Opcode: LDRXpost |
25775 | | /* 127559 */ MCD_OPC_FilterValue, 1, 182, 52, 0, // Skip to: 141058 |
25776 | | /* 127564 */ MCD_OPC_CheckPredicate, 85, 177, 52, 0, // Skip to: 141058 |
25777 | | /* 127569 */ MCD_OPC_Decode, 220, 34, 244, 4, // Opcode: LDRAAindexed |
25778 | | /* 127574 */ MCD_OPC_FilterValue, 2, 79, 0, 0, // Skip to: 127658 |
25779 | | /* 127579 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
25780 | | /* 127582 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 127592 |
25781 | | /* 127587 */ MCD_OPC_Decode, 231, 53, 198, 4, // Opcode: STTRXi |
25782 | | /* 127592 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 127620 |
25783 | | /* 127597 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25784 | | /* 127600 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 127610 |
25785 | | /* 127605 */ MCD_OPC_Decode, 221, 53, 211, 4, // Opcode: STRXroW |
25786 | | /* 127610 */ MCD_OPC_FilterValue, 3, 131, 52, 0, // Skip to: 141058 |
25787 | | /* 127615 */ MCD_OPC_Decode, 222, 53, 212, 4, // Opcode: STRXroX |
25788 | | /* 127620 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 127630 |
25789 | | /* 127625 */ MCD_OPC_Decode, 236, 35, 198, 4, // Opcode: LDTRXi |
25790 | | /* 127630 */ MCD_OPC_FilterValue, 3, 111, 52, 0, // Skip to: 141058 |
25791 | | /* 127635 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25792 | | /* 127638 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 127648 |
25793 | | /* 127643 */ MCD_OPC_Decode, 169, 35, 211, 4, // Opcode: LDRXroW |
25794 | | /* 127648 */ MCD_OPC_FilterValue, 3, 93, 52, 0, // Skip to: 141058 |
25795 | | /* 127653 */ MCD_OPC_Decode, 170, 35, 212, 4, // Opcode: LDRXroX |
25796 | | /* 127658 */ MCD_OPC_FilterValue, 3, 83, 52, 0, // Skip to: 141058 |
25797 | | /* 127663 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
25798 | | /* 127666 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 127694 |
25799 | | /* 127671 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
25800 | | /* 127674 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 127684 |
25801 | | /* 127679 */ MCD_OPC_Decode, 220, 53, 198, 4, // Opcode: STRXpre |
25802 | | /* 127684 */ MCD_OPC_FilterValue, 1, 57, 52, 0, // Skip to: 141058 |
25803 | | /* 127689 */ MCD_OPC_Decode, 168, 35, 198, 4, // Opcode: LDRXpre |
25804 | | /* 127694 */ MCD_OPC_FilterValue, 1, 47, 52, 0, // Skip to: 141058 |
25805 | | /* 127699 */ MCD_OPC_CheckPredicate, 85, 42, 52, 0, // Skip to: 141058 |
25806 | | /* 127704 */ MCD_OPC_Decode, 221, 34, 244, 4, // Opcode: LDRAAwriteback |
25807 | | /* 127709 */ MCD_OPC_FilterValue, 1, 165, 1, 0, // Skip to: 128135 |
25808 | | /* 127714 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25809 | | /* 127717 */ MCD_OPC_FilterValue, 0, 65, 1, 0, // Skip to: 128043 |
25810 | | /* 127722 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
25811 | | /* 127725 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 127735 |
25812 | | /* 127730 */ MCD_OPC_Decode, 200, 39, 198, 4, // Opcode: PRFUMi |
25813 | | /* 127735 */ MCD_OPC_FilterValue, 1, 160, 0, 0, // Skip to: 127900 |
25814 | | /* 127740 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25815 | | /* 127743 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 127758 |
25816 | | /* 127748 */ MCD_OPC_CheckPredicate, 45, 249, 51, 0, // Skip to: 141058 |
25817 | | /* 127753 */ MCD_OPC_Decode, 155, 33, 207, 4, // Opcode: LDADDAX |
25818 | | /* 127758 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 127773 |
25819 | | /* 127763 */ MCD_OPC_CheckPredicate, 45, 234, 51, 0, // Skip to: 141058 |
25820 | | /* 127768 */ MCD_OPC_Decode, 202, 33, 207, 4, // Opcode: LDCLRAX |
25821 | | /* 127773 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 127788 |
25822 | | /* 127778 */ MCD_OPC_CheckPredicate, 45, 219, 51, 0, // Skip to: 141058 |
25823 | | /* 127783 */ MCD_OPC_Decode, 222, 33, 207, 4, // Opcode: LDEORAX |
25824 | | /* 127788 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 127803 |
25825 | | /* 127793 */ MCD_OPC_CheckPredicate, 45, 204, 51, 0, // Skip to: 141058 |
25826 | | /* 127798 */ MCD_OPC_Decode, 183, 35, 207, 4, // Opcode: LDSETAX |
25827 | | /* 127803 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 127818 |
25828 | | /* 127808 */ MCD_OPC_CheckPredicate, 45, 189, 51, 0, // Skip to: 141058 |
25829 | | /* 127813 */ MCD_OPC_Decode, 203, 35, 207, 4, // Opcode: LDSMAXAX |
25830 | | /* 127818 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 127833 |
25831 | | /* 127823 */ MCD_OPC_CheckPredicate, 45, 174, 51, 0, // Skip to: 141058 |
25832 | | /* 127828 */ MCD_OPC_Decode, 219, 35, 207, 4, // Opcode: LDSMINAX |
25833 | | /* 127833 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 127848 |
25834 | | /* 127838 */ MCD_OPC_CheckPredicate, 45, 159, 51, 0, // Skip to: 141058 |
25835 | | /* 127843 */ MCD_OPC_Decode, 244, 35, 207, 4, // Opcode: LDUMAXAX |
25836 | | /* 127848 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 127863 |
25837 | | /* 127853 */ MCD_OPC_CheckPredicate, 45, 144, 51, 0, // Skip to: 141058 |
25838 | | /* 127858 */ MCD_OPC_Decode, 132, 36, 207, 4, // Opcode: LDUMINAX |
25839 | | /* 127863 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 127878 |
25840 | | /* 127868 */ MCD_OPC_CheckPredicate, 45, 129, 51, 0, // Skip to: 141058 |
25841 | | /* 127873 */ MCD_OPC_Decode, 129, 55, 207, 4, // Opcode: SWPAX |
25842 | | /* 127878 */ MCD_OPC_FilterValue, 12, 119, 51, 0, // Skip to: 141058 |
25843 | | /* 127883 */ MCD_OPC_CheckPredicate, 92, 114, 51, 0, // Skip to: 141058 |
25844 | | /* 127888 */ MCD_OPC_CheckField, 16, 5, 31, 107, 51, 0, // Skip to: 141058 |
25845 | | /* 127895 */ MCD_OPC_Decode, 169, 33, 235, 4, // Opcode: LDAPRX |
25846 | | /* 127900 */ MCD_OPC_FilterValue, 3, 97, 51, 0, // Skip to: 141058 |
25847 | | /* 127905 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25848 | | /* 127908 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 127923 |
25849 | | /* 127913 */ MCD_OPC_CheckPredicate, 45, 84, 51, 0, // Skip to: 141058 |
25850 | | /* 127918 */ MCD_OPC_Decode, 153, 33, 207, 4, // Opcode: LDADDALX |
25851 | | /* 127923 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 127938 |
25852 | | /* 127928 */ MCD_OPC_CheckPredicate, 45, 69, 51, 0, // Skip to: 141058 |
25853 | | /* 127933 */ MCD_OPC_Decode, 200, 33, 207, 4, // Opcode: LDCLRALX |
25854 | | /* 127938 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 127953 |
25855 | | /* 127943 */ MCD_OPC_CheckPredicate, 45, 54, 51, 0, // Skip to: 141058 |
25856 | | /* 127948 */ MCD_OPC_Decode, 220, 33, 207, 4, // Opcode: LDEORALX |
25857 | | /* 127953 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 127968 |
25858 | | /* 127958 */ MCD_OPC_CheckPredicate, 45, 39, 51, 0, // Skip to: 141058 |
25859 | | /* 127963 */ MCD_OPC_Decode, 181, 35, 207, 4, // Opcode: LDSETALX |
25860 | | /* 127968 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 127983 |
25861 | | /* 127973 */ MCD_OPC_CheckPredicate, 45, 24, 51, 0, // Skip to: 141058 |
25862 | | /* 127978 */ MCD_OPC_Decode, 201, 35, 207, 4, // Opcode: LDSMAXALX |
25863 | | /* 127983 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 127998 |
25864 | | /* 127988 */ MCD_OPC_CheckPredicate, 45, 9, 51, 0, // Skip to: 141058 |
25865 | | /* 127993 */ MCD_OPC_Decode, 217, 35, 207, 4, // Opcode: LDSMINALX |
25866 | | /* 127998 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 128013 |
25867 | | /* 128003 */ MCD_OPC_CheckPredicate, 45, 250, 50, 0, // Skip to: 141058 |
25868 | | /* 128008 */ MCD_OPC_Decode, 242, 35, 207, 4, // Opcode: LDUMAXALX |
25869 | | /* 128013 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 128028 |
25870 | | /* 128018 */ MCD_OPC_CheckPredicate, 45, 235, 50, 0, // Skip to: 141058 |
25871 | | /* 128023 */ MCD_OPC_Decode, 130, 36, 207, 4, // Opcode: LDUMINALX |
25872 | | /* 128028 */ MCD_OPC_FilterValue, 8, 225, 50, 0, // Skip to: 141058 |
25873 | | /* 128033 */ MCD_OPC_CheckPredicate, 45, 220, 50, 0, // Skip to: 141058 |
25874 | | /* 128038 */ MCD_OPC_Decode, 255, 54, 207, 4, // Opcode: SWPALX |
25875 | | /* 128043 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 128065 |
25876 | | /* 128048 */ MCD_OPC_CheckPredicate, 85, 205, 50, 0, // Skip to: 141058 |
25877 | | /* 128053 */ MCD_OPC_CheckField, 21, 1, 1, 198, 50, 0, // Skip to: 141058 |
25878 | | /* 128060 */ MCD_OPC_Decode, 222, 34, 244, 4, // Opcode: LDRABindexed |
25879 | | /* 128065 */ MCD_OPC_FilterValue, 2, 43, 0, 0, // Skip to: 128113 |
25880 | | /* 128070 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
25881 | | /* 128073 */ MCD_OPC_FilterValue, 2, 15, 0, 0, // Skip to: 128093 |
25882 | | /* 128078 */ MCD_OPC_CheckField, 21, 2, 1, 173, 50, 0, // Skip to: 141058 |
25883 | | /* 128085 */ MCD_OPC_TryDecode, 197, 39, 245, 4, 165, 50, 0, // Opcode: PRFMroW, skip to: 141058 |
25884 | | /* 128093 */ MCD_OPC_FilterValue, 3, 160, 50, 0, // Skip to: 141058 |
25885 | | /* 128098 */ MCD_OPC_CheckField, 21, 2, 1, 153, 50, 0, // Skip to: 141058 |
25886 | | /* 128105 */ MCD_OPC_TryDecode, 198, 39, 245, 4, 145, 50, 0, // Opcode: PRFMroX, skip to: 141058 |
25887 | | /* 128113 */ MCD_OPC_FilterValue, 3, 140, 50, 0, // Skip to: 141058 |
25888 | | /* 128118 */ MCD_OPC_CheckPredicate, 85, 135, 50, 0, // Skip to: 141058 |
25889 | | /* 128123 */ MCD_OPC_CheckField, 21, 1, 1, 128, 50, 0, // Skip to: 141058 |
25890 | | /* 128130 */ MCD_OPC_Decode, 223, 34, 244, 4, // Opcode: LDRABwriteback |
25891 | | /* 128135 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 128163 |
25892 | | /* 128140 */ MCD_OPC_ExtractField, 22, 1, // Inst{22} ... |
25893 | | /* 128143 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 128153 |
25894 | | /* 128148 */ MCD_OPC_Decode, 223, 53, 213, 4, // Opcode: STRXui |
25895 | | /* 128153 */ MCD_OPC_FilterValue, 1, 100, 50, 0, // Skip to: 141058 |
25896 | | /* 128158 */ MCD_OPC_Decode, 171, 35, 213, 4, // Opcode: LDRXui |
25897 | | /* 128163 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 128180 |
25898 | | /* 128168 */ MCD_OPC_CheckField, 22, 1, 0, 83, 50, 0, // Skip to: 141058 |
25899 | | /* 128175 */ MCD_OPC_Decode, 199, 39, 213, 4, // Opcode: PRFMui |
25900 | | /* 128180 */ MCD_OPC_FilterValue, 4, 73, 50, 0, // Skip to: 141058 |
25901 | | /* 128185 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25902 | | /* 128188 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 128230 |
25903 | | /* 128193 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
25904 | | /* 128196 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 128213 |
25905 | | /* 128201 */ MCD_OPC_CheckField, 12, 4, 0, 50, 50, 0, // Skip to: 141058 |
25906 | | /* 128208 */ MCD_OPC_Decode, 231, 41, 220, 4, // Opcode: SBCSXr |
25907 | | /* 128213 */ MCD_OPC_FilterValue, 2, 40, 50, 0, // Skip to: 141058 |
25908 | | /* 128218 */ MCD_OPC_CheckField, 4, 1, 0, 33, 50, 0, // Skip to: 141058 |
25909 | | /* 128225 */ MCD_OPC_Decode, 238, 14, 231, 4, // Opcode: CCMPXr |
25910 | | /* 128230 */ MCD_OPC_FilterValue, 2, 23, 50, 0, // Skip to: 141058 |
25911 | | /* 128235 */ MCD_OPC_CheckField, 21, 2, 2, 16, 50, 0, // Skip to: 141058 |
25912 | | /* 128242 */ MCD_OPC_CheckField, 4, 1, 0, 9, 50, 0, // Skip to: 141058 |
25913 | | /* 128249 */ MCD_OPC_Decode, 237, 14, 232, 4, // Opcode: CCMPXi |
25914 | | /* 128254 */ MCD_OPC_FilterValue, 7, 255, 49, 0, // Skip to: 141058 |
25915 | | /* 128259 */ MCD_OPC_ExtractField, 29, 3, // Inst{31-29} ... |
25916 | | /* 128262 */ MCD_OPC_FilterValue, 0, 251, 14, 0, // Skip to: 132102 |
25917 | | /* 128267 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
25918 | | /* 128270 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 128285 |
25919 | | /* 128275 */ MCD_OPC_CheckPredicate, 49, 234, 49, 0, // Skip to: 141058 |
25920 | | /* 128280 */ MCD_OPC_Decode, 154, 35, 246, 4, // Opcode: LDRSl |
25921 | | /* 128285 */ MCD_OPC_FilterValue, 1, 3, 4, 0, // Skip to: 129317 |
25922 | | /* 128290 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
25923 | | /* 128293 */ MCD_OPC_FilterValue, 0, 10, 1, 0, // Skip to: 128564 |
25924 | | /* 128298 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25925 | | /* 128301 */ MCD_OPC_FilterValue, 1, 243, 0, 0, // Skip to: 128549 |
25926 | | /* 128306 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25927 | | /* 128309 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 128324 |
25928 | | /* 128314 */ MCD_OPC_CheckPredicate, 87, 195, 49, 0, // Skip to: 141058 |
25929 | | /* 128319 */ MCD_OPC_Decode, 205, 17, 199, 4, // Opcode: CPYP |
25930 | | /* 128324 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 128339 |
25931 | | /* 128329 */ MCD_OPC_CheckPredicate, 87, 180, 49, 0, // Skip to: 141058 |
25932 | | /* 128334 */ MCD_OPC_Decode, 217, 17, 199, 4, // Opcode: CPYPWT |
25933 | | /* 128339 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 128354 |
25934 | | /* 128344 */ MCD_OPC_CheckPredicate, 87, 165, 49, 0, // Skip to: 141058 |
25935 | | /* 128349 */ MCD_OPC_Decode, 208, 17, 199, 4, // Opcode: CPYPRT |
25936 | | /* 128354 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 128369 |
25937 | | /* 128359 */ MCD_OPC_CheckPredicate, 87, 150, 49, 0, // Skip to: 141058 |
25938 | | /* 128364 */ MCD_OPC_Decode, 212, 17, 199, 4, // Opcode: CPYPT |
25939 | | /* 128369 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 128384 |
25940 | | /* 128374 */ MCD_OPC_CheckPredicate, 87, 135, 49, 0, // Skip to: 141058 |
25941 | | /* 128379 */ MCD_OPC_Decode, 216, 17, 199, 4, // Opcode: CPYPWN |
25942 | | /* 128384 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 128399 |
25943 | | /* 128389 */ MCD_OPC_CheckPredicate, 87, 120, 49, 0, // Skip to: 141058 |
25944 | | /* 128394 */ MCD_OPC_Decode, 220, 17, 199, 4, // Opcode: CPYPWTWN |
25945 | | /* 128399 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 128414 |
25946 | | /* 128404 */ MCD_OPC_CheckPredicate, 87, 105, 49, 0, // Skip to: 141058 |
25947 | | /* 128409 */ MCD_OPC_Decode, 211, 17, 199, 4, // Opcode: CPYPRTWN |
25948 | | /* 128414 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 128429 |
25949 | | /* 128419 */ MCD_OPC_CheckPredicate, 87, 90, 49, 0, // Skip to: 141058 |
25950 | | /* 128424 */ MCD_OPC_Decode, 215, 17, 199, 4, // Opcode: CPYPTWN |
25951 | | /* 128429 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 128444 |
25952 | | /* 128434 */ MCD_OPC_CheckPredicate, 87, 75, 49, 0, // Skip to: 141058 |
25953 | | /* 128439 */ MCD_OPC_Decode, 207, 17, 199, 4, // Opcode: CPYPRN |
25954 | | /* 128444 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 128459 |
25955 | | /* 128449 */ MCD_OPC_CheckPredicate, 87, 60, 49, 0, // Skip to: 141058 |
25956 | | /* 128454 */ MCD_OPC_Decode, 219, 17, 199, 4, // Opcode: CPYPWTRN |
25957 | | /* 128459 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 128474 |
25958 | | /* 128464 */ MCD_OPC_CheckPredicate, 87, 45, 49, 0, // Skip to: 141058 |
25959 | | /* 128469 */ MCD_OPC_Decode, 210, 17, 199, 4, // Opcode: CPYPRTRN |
25960 | | /* 128474 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 128489 |
25961 | | /* 128479 */ MCD_OPC_CheckPredicate, 87, 30, 49, 0, // Skip to: 141058 |
25962 | | /* 128484 */ MCD_OPC_Decode, 214, 17, 199, 4, // Opcode: CPYPTRN |
25963 | | /* 128489 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 128504 |
25964 | | /* 128494 */ MCD_OPC_CheckPredicate, 87, 15, 49, 0, // Skip to: 141058 |
25965 | | /* 128499 */ MCD_OPC_Decode, 206, 17, 199, 4, // Opcode: CPYPN |
25966 | | /* 128504 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 128519 |
25967 | | /* 128509 */ MCD_OPC_CheckPredicate, 87, 0, 49, 0, // Skip to: 141058 |
25968 | | /* 128514 */ MCD_OPC_Decode, 218, 17, 199, 4, // Opcode: CPYPWTN |
25969 | | /* 128519 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 128534 |
25970 | | /* 128524 */ MCD_OPC_CheckPredicate, 87, 241, 48, 0, // Skip to: 141058 |
25971 | | /* 128529 */ MCD_OPC_Decode, 209, 17, 199, 4, // Opcode: CPYPRTN |
25972 | | /* 128534 */ MCD_OPC_FilterValue, 15, 231, 48, 0, // Skip to: 141058 |
25973 | | /* 128539 */ MCD_OPC_CheckPredicate, 87, 226, 48, 0, // Skip to: 141058 |
25974 | | /* 128544 */ MCD_OPC_Decode, 213, 17, 199, 4, // Opcode: CPYPTN |
25975 | | /* 128549 */ MCD_OPC_FilterValue, 2, 216, 48, 0, // Skip to: 141058 |
25976 | | /* 128554 */ MCD_OPC_CheckPredicate, 50, 211, 48, 0, // Skip to: 141058 |
25977 | | /* 128559 */ MCD_OPC_Decode, 229, 52, 247, 4, // Opcode: STLURbi |
25978 | | /* 128564 */ MCD_OPC_FilterValue, 2, 10, 1, 0, // Skip to: 128835 |
25979 | | /* 128569 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
25980 | | /* 128572 */ MCD_OPC_FilterValue, 1, 243, 0, 0, // Skip to: 128820 |
25981 | | /* 128577 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
25982 | | /* 128580 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 128595 |
25983 | | /* 128585 */ MCD_OPC_CheckPredicate, 87, 180, 48, 0, // Skip to: 141058 |
25984 | | /* 128590 */ MCD_OPC_Decode, 189, 17, 199, 4, // Opcode: CPYM |
25985 | | /* 128595 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 128610 |
25986 | | /* 128600 */ MCD_OPC_CheckPredicate, 87, 165, 48, 0, // Skip to: 141058 |
25987 | | /* 128605 */ MCD_OPC_Decode, 201, 17, 199, 4, // Opcode: CPYMWT |
25988 | | /* 128610 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 128625 |
25989 | | /* 128615 */ MCD_OPC_CheckPredicate, 87, 150, 48, 0, // Skip to: 141058 |
25990 | | /* 128620 */ MCD_OPC_Decode, 192, 17, 199, 4, // Opcode: CPYMRT |
25991 | | /* 128625 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 128640 |
25992 | | /* 128630 */ MCD_OPC_CheckPredicate, 87, 135, 48, 0, // Skip to: 141058 |
25993 | | /* 128635 */ MCD_OPC_Decode, 196, 17, 199, 4, // Opcode: CPYMT |
25994 | | /* 128640 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 128655 |
25995 | | /* 128645 */ MCD_OPC_CheckPredicate, 87, 120, 48, 0, // Skip to: 141058 |
25996 | | /* 128650 */ MCD_OPC_Decode, 200, 17, 199, 4, // Opcode: CPYMWN |
25997 | | /* 128655 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 128670 |
25998 | | /* 128660 */ MCD_OPC_CheckPredicate, 87, 105, 48, 0, // Skip to: 141058 |
25999 | | /* 128665 */ MCD_OPC_Decode, 204, 17, 199, 4, // Opcode: CPYMWTWN |
26000 | | /* 128670 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 128685 |
26001 | | /* 128675 */ MCD_OPC_CheckPredicate, 87, 90, 48, 0, // Skip to: 141058 |
26002 | | /* 128680 */ MCD_OPC_Decode, 195, 17, 199, 4, // Opcode: CPYMRTWN |
26003 | | /* 128685 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 128700 |
26004 | | /* 128690 */ MCD_OPC_CheckPredicate, 87, 75, 48, 0, // Skip to: 141058 |
26005 | | /* 128695 */ MCD_OPC_Decode, 199, 17, 199, 4, // Opcode: CPYMTWN |
26006 | | /* 128700 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 128715 |
26007 | | /* 128705 */ MCD_OPC_CheckPredicate, 87, 60, 48, 0, // Skip to: 141058 |
26008 | | /* 128710 */ MCD_OPC_Decode, 191, 17, 199, 4, // Opcode: CPYMRN |
26009 | | /* 128715 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 128730 |
26010 | | /* 128720 */ MCD_OPC_CheckPredicate, 87, 45, 48, 0, // Skip to: 141058 |
26011 | | /* 128725 */ MCD_OPC_Decode, 203, 17, 199, 4, // Opcode: CPYMWTRN |
26012 | | /* 128730 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 128745 |
26013 | | /* 128735 */ MCD_OPC_CheckPredicate, 87, 30, 48, 0, // Skip to: 141058 |
26014 | | /* 128740 */ MCD_OPC_Decode, 194, 17, 199, 4, // Opcode: CPYMRTRN |
26015 | | /* 128745 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 128760 |
26016 | | /* 128750 */ MCD_OPC_CheckPredicate, 87, 15, 48, 0, // Skip to: 141058 |
26017 | | /* 128755 */ MCD_OPC_Decode, 198, 17, 199, 4, // Opcode: CPYMTRN |
26018 | | /* 128760 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 128775 |
26019 | | /* 128765 */ MCD_OPC_CheckPredicate, 87, 0, 48, 0, // Skip to: 141058 |
26020 | | /* 128770 */ MCD_OPC_Decode, 190, 17, 199, 4, // Opcode: CPYMN |
26021 | | /* 128775 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 128790 |
26022 | | /* 128780 */ MCD_OPC_CheckPredicate, 87, 241, 47, 0, // Skip to: 141058 |
26023 | | /* 128785 */ MCD_OPC_Decode, 202, 17, 199, 4, // Opcode: CPYMWTN |
26024 | | /* 128790 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 128805 |
26025 | | /* 128795 */ MCD_OPC_CheckPredicate, 87, 226, 47, 0, // Skip to: 141058 |
26026 | | /* 128800 */ MCD_OPC_Decode, 193, 17, 199, 4, // Opcode: CPYMRTN |
26027 | | /* 128805 */ MCD_OPC_FilterValue, 15, 216, 47, 0, // Skip to: 141058 |
26028 | | /* 128810 */ MCD_OPC_CheckPredicate, 87, 211, 47, 0, // Skip to: 141058 |
26029 | | /* 128815 */ MCD_OPC_Decode, 197, 17, 199, 4, // Opcode: CPYMTN |
26030 | | /* 128820 */ MCD_OPC_FilterValue, 2, 201, 47, 0, // Skip to: 141058 |
26031 | | /* 128825 */ MCD_OPC_CheckPredicate, 50, 196, 47, 0, // Skip to: 141058 |
26032 | | /* 128830 */ MCD_OPC_Decode, 179, 33, 247, 4, // Opcode: LDAPURbi |
26033 | | /* 128835 */ MCD_OPC_FilterValue, 4, 10, 1, 0, // Skip to: 129106 |
26034 | | /* 128840 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26035 | | /* 128843 */ MCD_OPC_FilterValue, 1, 243, 0, 0, // Skip to: 129091 |
26036 | | /* 128848 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
26037 | | /* 128851 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 128866 |
26038 | | /* 128856 */ MCD_OPC_CheckPredicate, 87, 165, 47, 0, // Skip to: 141058 |
26039 | | /* 128861 */ MCD_OPC_Decode, 253, 16, 199, 4, // Opcode: CPYE |
26040 | | /* 128866 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 128881 |
26041 | | /* 128871 */ MCD_OPC_CheckPredicate, 87, 150, 47, 0, // Skip to: 141058 |
26042 | | /* 128876 */ MCD_OPC_Decode, 137, 17, 199, 4, // Opcode: CPYEWT |
26043 | | /* 128881 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 128896 |
26044 | | /* 128886 */ MCD_OPC_CheckPredicate, 87, 135, 47, 0, // Skip to: 141058 |
26045 | | /* 128891 */ MCD_OPC_Decode, 128, 17, 199, 4, // Opcode: CPYERT |
26046 | | /* 128896 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 128911 |
26047 | | /* 128901 */ MCD_OPC_CheckPredicate, 87, 120, 47, 0, // Skip to: 141058 |
26048 | | /* 128906 */ MCD_OPC_Decode, 132, 17, 199, 4, // Opcode: CPYET |
26049 | | /* 128911 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 128926 |
26050 | | /* 128916 */ MCD_OPC_CheckPredicate, 87, 105, 47, 0, // Skip to: 141058 |
26051 | | /* 128921 */ MCD_OPC_Decode, 136, 17, 199, 4, // Opcode: CPYEWN |
26052 | | /* 128926 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 128941 |
26053 | | /* 128931 */ MCD_OPC_CheckPredicate, 87, 90, 47, 0, // Skip to: 141058 |
26054 | | /* 128936 */ MCD_OPC_Decode, 140, 17, 199, 4, // Opcode: CPYEWTWN |
26055 | | /* 128941 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 128956 |
26056 | | /* 128946 */ MCD_OPC_CheckPredicate, 87, 75, 47, 0, // Skip to: 141058 |
26057 | | /* 128951 */ MCD_OPC_Decode, 131, 17, 199, 4, // Opcode: CPYERTWN |
26058 | | /* 128956 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 128971 |
26059 | | /* 128961 */ MCD_OPC_CheckPredicate, 87, 60, 47, 0, // Skip to: 141058 |
26060 | | /* 128966 */ MCD_OPC_Decode, 135, 17, 199, 4, // Opcode: CPYETWN |
26061 | | /* 128971 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 128986 |
26062 | | /* 128976 */ MCD_OPC_CheckPredicate, 87, 45, 47, 0, // Skip to: 141058 |
26063 | | /* 128981 */ MCD_OPC_Decode, 255, 16, 199, 4, // Opcode: CPYERN |
26064 | | /* 128986 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 129001 |
26065 | | /* 128991 */ MCD_OPC_CheckPredicate, 87, 30, 47, 0, // Skip to: 141058 |
26066 | | /* 128996 */ MCD_OPC_Decode, 139, 17, 199, 4, // Opcode: CPYEWTRN |
26067 | | /* 129001 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 129016 |
26068 | | /* 129006 */ MCD_OPC_CheckPredicate, 87, 15, 47, 0, // Skip to: 141058 |
26069 | | /* 129011 */ MCD_OPC_Decode, 130, 17, 199, 4, // Opcode: CPYERTRN |
26070 | | /* 129016 */ MCD_OPC_FilterValue, 11, 10, 0, 0, // Skip to: 129031 |
26071 | | /* 129021 */ MCD_OPC_CheckPredicate, 87, 0, 47, 0, // Skip to: 141058 |
26072 | | /* 129026 */ MCD_OPC_Decode, 134, 17, 199, 4, // Opcode: CPYETRN |
26073 | | /* 129031 */ MCD_OPC_FilterValue, 12, 10, 0, 0, // Skip to: 129046 |
26074 | | /* 129036 */ MCD_OPC_CheckPredicate, 87, 241, 46, 0, // Skip to: 141058 |
26075 | | /* 129041 */ MCD_OPC_Decode, 254, 16, 199, 4, // Opcode: CPYEN |
26076 | | /* 129046 */ MCD_OPC_FilterValue, 13, 10, 0, 0, // Skip to: 129061 |
26077 | | /* 129051 */ MCD_OPC_CheckPredicate, 87, 226, 46, 0, // Skip to: 141058 |
26078 | | /* 129056 */ MCD_OPC_Decode, 138, 17, 199, 4, // Opcode: CPYEWTN |
26079 | | /* 129061 */ MCD_OPC_FilterValue, 14, 10, 0, 0, // Skip to: 129076 |
26080 | | /* 129066 */ MCD_OPC_CheckPredicate, 87, 211, 46, 0, // Skip to: 141058 |
26081 | | /* 129071 */ MCD_OPC_Decode, 129, 17, 199, 4, // Opcode: CPYERTN |
26082 | | /* 129076 */ MCD_OPC_FilterValue, 15, 201, 46, 0, // Skip to: 141058 |
26083 | | /* 129081 */ MCD_OPC_CheckPredicate, 87, 196, 46, 0, // Skip to: 141058 |
26084 | | /* 129086 */ MCD_OPC_Decode, 133, 17, 199, 4, // Opcode: CPYETN |
26085 | | /* 129091 */ MCD_OPC_FilterValue, 2, 186, 46, 0, // Skip to: 141058 |
26086 | | /* 129096 */ MCD_OPC_CheckPredicate, 50, 181, 46, 0, // Skip to: 141058 |
26087 | | /* 129101 */ MCD_OPC_Decode, 232, 52, 248, 4, // Opcode: STLURqi |
26088 | | /* 129106 */ MCD_OPC_FilterValue, 6, 171, 46, 0, // Skip to: 141058 |
26089 | | /* 129111 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26090 | | /* 129114 */ MCD_OPC_FilterValue, 1, 183, 0, 0, // Skip to: 129302 |
26091 | | /* 129119 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
26092 | | /* 129122 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 129137 |
26093 | | /* 129127 */ MCD_OPC_CheckPredicate, 96, 150, 46, 0, // Skip to: 141058 |
26094 | | /* 129132 */ MCD_OPC_Decode, 217, 42, 202, 4, // Opcode: SETGP |
26095 | | /* 129137 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 129152 |
26096 | | /* 129142 */ MCD_OPC_CheckPredicate, 96, 135, 46, 0, // Skip to: 141058 |
26097 | | /* 129147 */ MCD_OPC_Decode, 219, 42, 202, 4, // Opcode: SETGPT |
26098 | | /* 129152 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 129167 |
26099 | | /* 129157 */ MCD_OPC_CheckPredicate, 96, 120, 46, 0, // Skip to: 141058 |
26100 | | /* 129162 */ MCD_OPC_Decode, 218, 42, 202, 4, // Opcode: SETGPN |
26101 | | /* 129167 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 129182 |
26102 | | /* 129172 */ MCD_OPC_CheckPredicate, 96, 105, 46, 0, // Skip to: 141058 |
26103 | | /* 129177 */ MCD_OPC_Decode, 220, 42, 202, 4, // Opcode: SETGPTN |
26104 | | /* 129182 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 129197 |
26105 | | /* 129187 */ MCD_OPC_CheckPredicate, 96, 90, 46, 0, // Skip to: 141058 |
26106 | | /* 129192 */ MCD_OPC_Decode, 213, 42, 202, 4, // Opcode: SETGM |
26107 | | /* 129197 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 129212 |
26108 | | /* 129202 */ MCD_OPC_CheckPredicate, 96, 75, 46, 0, // Skip to: 141058 |
26109 | | /* 129207 */ MCD_OPC_Decode, 215, 42, 202, 4, // Opcode: SETGMT |
26110 | | /* 129212 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 129227 |
26111 | | /* 129217 */ MCD_OPC_CheckPredicate, 96, 60, 46, 0, // Skip to: 141058 |
26112 | | /* 129222 */ MCD_OPC_Decode, 214, 42, 202, 4, // Opcode: SETGMN |
26113 | | /* 129227 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 129242 |
26114 | | /* 129232 */ MCD_OPC_CheckPredicate, 96, 45, 46, 0, // Skip to: 141058 |
26115 | | /* 129237 */ MCD_OPC_Decode, 216, 42, 202, 4, // Opcode: SETGMTN |
26116 | | /* 129242 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 129257 |
26117 | | /* 129247 */ MCD_OPC_CheckPredicate, 96, 30, 46, 0, // Skip to: 141058 |
26118 | | /* 129252 */ MCD_OPC_Decode, 168, 37, 202, 4, // Opcode: MOPSSETGE |
26119 | | /* 129257 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 129272 |
26120 | | /* 129262 */ MCD_OPC_CheckPredicate, 96, 15, 46, 0, // Skip to: 141058 |
26121 | | /* 129267 */ MCD_OPC_Decode, 170, 37, 202, 4, // Opcode: MOPSSETGET |
26122 | | /* 129272 */ MCD_OPC_FilterValue, 10, 10, 0, 0, // Skip to: 129287 |
26123 | | /* 129277 */ MCD_OPC_CheckPredicate, 96, 0, 46, 0, // Skip to: 141058 |
26124 | | /* 129282 */ MCD_OPC_Decode, 169, 37, 202, 4, // Opcode: MOPSSETGEN |
26125 | | /* 129287 */ MCD_OPC_FilterValue, 11, 246, 45, 0, // Skip to: 141058 |
26126 | | /* 129292 */ MCD_OPC_CheckPredicate, 96, 241, 45, 0, // Skip to: 141058 |
26127 | | /* 129297 */ MCD_OPC_Decode, 171, 37, 202, 4, // Opcode: MOPSSETGETN |
26128 | | /* 129302 */ MCD_OPC_FilterValue, 2, 231, 45, 0, // Skip to: 141058 |
26129 | | /* 129307 */ MCD_OPC_CheckPredicate, 50, 226, 45, 0, // Skip to: 141058 |
26130 | | /* 129312 */ MCD_OPC_Decode, 183, 33, 248, 4, // Opcode: LDAPURqi |
26131 | | /* 129317 */ MCD_OPC_FilterValue, 2, 240, 9, 0, // Skip to: 131866 |
26132 | | /* 129322 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26133 | | /* 129325 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 129393 |
26134 | | /* 129330 */ MCD_OPC_ExtractField, 15, 6, // Inst{20-15} ... |
26135 | | /* 129333 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 129348 |
26136 | | /* 129338 */ MCD_OPC_CheckPredicate, 49, 195, 45, 0, // Skip to: 141058 |
26137 | | /* 129343 */ MCD_OPC_Decode, 250, 41, 249, 4, // Opcode: SCVTFSWSri |
26138 | | /* 129348 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 129363 |
26139 | | /* 129353 */ MCD_OPC_CheckPredicate, 49, 180, 45, 0, // Skip to: 141058 |
26140 | | /* 129358 */ MCD_OPC_Decode, 210, 56, 249, 4, // Opcode: UCVTFSWSri |
26141 | | /* 129363 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 129378 |
26142 | | /* 129368 */ MCD_OPC_CheckPredicate, 49, 165, 45, 0, // Skip to: 141058 |
26143 | | /* 129373 */ MCD_OPC_Decode, 157, 22, 250, 4, // Opcode: FCVTZSSWSri |
26144 | | /* 129378 */ MCD_OPC_FilterValue, 51, 155, 45, 0, // Skip to: 141058 |
26145 | | /* 129383 */ MCD_OPC_CheckPredicate, 49, 150, 45, 0, // Skip to: 141058 |
26146 | | /* 129388 */ MCD_OPC_Decode, 194, 22, 250, 4, // Opcode: FCVTZUSWSri |
26147 | | /* 129393 */ MCD_OPC_FilterValue, 1, 26, 3, 0, // Skip to: 130192 |
26148 | | /* 129398 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26149 | | /* 129401 */ MCD_OPC_FilterValue, 0, 78, 2, 0, // Skip to: 129996 |
26150 | | /* 129406 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
26151 | | /* 129409 */ MCD_OPC_FilterValue, 0, 48, 2, 0, // Skip to: 129974 |
26152 | | /* 129414 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
26153 | | /* 129417 */ MCD_OPC_FilterValue, 0, 213, 0, 0, // Skip to: 129635 |
26154 | | /* 129422 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26155 | | /* 129425 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 129440 |
26156 | | /* 129430 */ MCD_OPC_CheckPredicate, 49, 103, 45, 0, // Skip to: 141058 |
26157 | | /* 129435 */ MCD_OPC_Decode, 208, 21, 251, 4, // Opcode: FCVTNSUWSr |
26158 | | /* 129440 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 129455 |
26159 | | /* 129445 */ MCD_OPC_CheckPredicate, 49, 88, 45, 0, // Skip to: 141058 |
26160 | | /* 129450 */ MCD_OPC_Decode, 225, 21, 251, 4, // Opcode: FCVTNUUWSr |
26161 | | /* 129455 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 129470 |
26162 | | /* 129460 */ MCD_OPC_CheckPredicate, 49, 73, 45, 0, // Skip to: 141058 |
26163 | | /* 129465 */ MCD_OPC_Decode, 128, 42, 252, 4, // Opcode: SCVTFUWSri |
26164 | | /* 129470 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 129485 |
26165 | | /* 129475 */ MCD_OPC_CheckPredicate, 49, 58, 45, 0, // Skip to: 141058 |
26166 | | /* 129480 */ MCD_OPC_Decode, 216, 56, 252, 4, // Opcode: UCVTFUWSri |
26167 | | /* 129485 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 129500 |
26168 | | /* 129490 */ MCD_OPC_CheckPredicate, 49, 43, 45, 0, // Skip to: 141058 |
26169 | | /* 129495 */ MCD_OPC_Decode, 140, 21, 251, 4, // Opcode: FCVTASUWSr |
26170 | | /* 129500 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 129515 |
26171 | | /* 129505 */ MCD_OPC_CheckPredicate, 49, 28, 45, 0, // Skip to: 141058 |
26172 | | /* 129510 */ MCD_OPC_Decode, 154, 21, 251, 4, // Opcode: FCVTAUUWSr |
26173 | | /* 129515 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 129530 |
26174 | | /* 129520 */ MCD_OPC_CheckPredicate, 49, 13, 45, 0, // Skip to: 141058 |
26175 | | /* 129525 */ MCD_OPC_Decode, 150, 26, 251, 4, // Opcode: FMOVSWr |
26176 | | /* 129530 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 129545 |
26177 | | /* 129535 */ MCD_OPC_CheckPredicate, 49, 254, 44, 0, // Skip to: 141058 |
26178 | | /* 129540 */ MCD_OPC_Decode, 154, 26, 252, 4, // Opcode: FMOVWSr |
26179 | | /* 129545 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 129560 |
26180 | | /* 129550 */ MCD_OPC_CheckPredicate, 49, 239, 44, 0, // Skip to: 141058 |
26181 | | /* 129555 */ MCD_OPC_Decode, 250, 21, 251, 4, // Opcode: FCVTPSUWSr |
26182 | | /* 129560 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 129575 |
26183 | | /* 129565 */ MCD_OPC_CheckPredicate, 49, 224, 44, 0, // Skip to: 141058 |
26184 | | /* 129570 */ MCD_OPC_Decode, 136, 22, 251, 4, // Opcode: FCVTPUUWSr |
26185 | | /* 129575 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 129590 |
26186 | | /* 129580 */ MCD_OPC_CheckPredicate, 49, 209, 44, 0, // Skip to: 141058 |
26187 | | /* 129585 */ MCD_OPC_Decode, 179, 21, 251, 4, // Opcode: FCVTMSUWSr |
26188 | | /* 129590 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 129605 |
26189 | | /* 129595 */ MCD_OPC_CheckPredicate, 49, 194, 44, 0, // Skip to: 141058 |
26190 | | /* 129600 */ MCD_OPC_Decode, 193, 21, 251, 4, // Opcode: FCVTMUUWSr |
26191 | | /* 129605 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 129620 |
26192 | | /* 129610 */ MCD_OPC_CheckPredicate, 49, 179, 44, 0, // Skip to: 141058 |
26193 | | /* 129615 */ MCD_OPC_Decode, 163, 22, 251, 4, // Opcode: FCVTZSUWSr |
26194 | | /* 129620 */ MCD_OPC_FilterValue, 25, 169, 44, 0, // Skip to: 141058 |
26195 | | /* 129625 */ MCD_OPC_CheckPredicate, 49, 164, 44, 0, // Skip to: 141058 |
26196 | | /* 129630 */ MCD_OPC_Decode, 200, 22, 251, 4, // Opcode: FCVTZUUWSr |
26197 | | /* 129635 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 129703 |
26198 | | /* 129640 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
26199 | | /* 129643 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 129658 |
26200 | | /* 129648 */ MCD_OPC_CheckPredicate, 49, 141, 44, 0, // Skip to: 141058 |
26201 | | /* 129653 */ MCD_OPC_Decode, 128, 21, 253, 4, // Opcode: FCMPSrr |
26202 | | /* 129658 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 129673 |
26203 | | /* 129663 */ MCD_OPC_CheckPredicate, 49, 126, 44, 0, // Skip to: 141058 |
26204 | | /* 129668 */ MCD_OPC_Decode, 255, 20, 254, 4, // Opcode: FCMPSri |
26205 | | /* 129673 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 129688 |
26206 | | /* 129678 */ MCD_OPC_CheckPredicate, 49, 111, 44, 0, // Skip to: 141058 |
26207 | | /* 129683 */ MCD_OPC_Decode, 252, 20, 253, 4, // Opcode: FCMPESrr |
26208 | | /* 129688 */ MCD_OPC_FilterValue, 24, 101, 44, 0, // Skip to: 141058 |
26209 | | /* 129693 */ MCD_OPC_CheckPredicate, 49, 96, 44, 0, // Skip to: 141058 |
26210 | | /* 129698 */ MCD_OPC_Decode, 251, 20, 254, 4, // Opcode: FCMPESri |
26211 | | /* 129703 */ MCD_OPC_FilterValue, 2, 123, 0, 0, // Skip to: 129831 |
26212 | | /* 129708 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26213 | | /* 129711 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 129726 |
26214 | | /* 129716 */ MCD_OPC_CheckPredicate, 49, 73, 44, 0, // Skip to: 141058 |
26215 | | /* 129721 */ MCD_OPC_Decode, 152, 26, 255, 4, // Opcode: FMOVSr |
26216 | | /* 129726 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 129741 |
26217 | | /* 129731 */ MCD_OPC_CheckPredicate, 49, 58, 44, 0, // Skip to: 141058 |
26218 | | /* 129736 */ MCD_OPC_Decode, 221, 26, 255, 4, // Opcode: FNEGSr |
26219 | | /* 129741 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 129756 |
26220 | | /* 129746 */ MCD_OPC_CheckPredicate, 49, 43, 44, 0, // Skip to: 141058 |
26221 | | /* 129751 */ MCD_OPC_Decode, 210, 27, 255, 4, // Opcode: FRINTNSr |
26222 | | /* 129756 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 129771 |
26223 | | /* 129761 */ MCD_OPC_CheckPredicate, 49, 28, 44, 0, // Skip to: 141058 |
26224 | | /* 129766 */ MCD_OPC_Decode, 197, 27, 255, 4, // Opcode: FRINTMSr |
26225 | | /* 129771 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 129786 |
26226 | | /* 129776 */ MCD_OPC_CheckPredicate, 49, 13, 44, 0, // Skip to: 141058 |
26227 | | /* 129781 */ MCD_OPC_Decode, 173, 27, 255, 4, // Opcode: FRINTASr |
26228 | | /* 129786 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 129801 |
26229 | | /* 129791 */ MCD_OPC_CheckPredicate, 49, 254, 43, 0, // Skip to: 141058 |
26230 | | /* 129796 */ MCD_OPC_Decode, 236, 27, 255, 4, // Opcode: FRINTXSr |
26231 | | /* 129801 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 129816 |
26232 | | /* 129806 */ MCD_OPC_CheckPredicate, 54, 239, 43, 0, // Skip to: 141058 |
26233 | | /* 129811 */ MCD_OPC_Decode, 157, 27, 255, 4, // Opcode: FRINT32ZSr |
26234 | | /* 129816 */ MCD_OPC_FilterValue, 9, 229, 43, 0, // Skip to: 141058 |
26235 | | /* 129821 */ MCD_OPC_CheckPredicate, 54, 224, 43, 0, // Skip to: 141058 |
26236 | | /* 129826 */ MCD_OPC_Decode, 167, 27, 255, 4, // Opcode: FRINT64ZSr |
26237 | | /* 129831 */ MCD_OPC_FilterValue, 6, 214, 43, 0, // Skip to: 141058 |
26238 | | /* 129836 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26239 | | /* 129839 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 129854 |
26240 | | /* 129844 */ MCD_OPC_CheckPredicate, 49, 201, 43, 0, // Skip to: 141058 |
26241 | | /* 129849 */ MCD_OPC_Decode, 141, 19, 255, 4, // Opcode: FABSSr |
26242 | | /* 129854 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 129869 |
26243 | | /* 129859 */ MCD_OPC_CheckPredicate, 49, 186, 43, 0, // Skip to: 141058 |
26244 | | /* 129864 */ MCD_OPC_Decode, 172, 28, 255, 4, // Opcode: FSQRTSr |
26245 | | /* 129869 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 129884 |
26246 | | /* 129874 */ MCD_OPC_CheckPredicate, 49, 171, 43, 0, // Skip to: 141058 |
26247 | | /* 129879 */ MCD_OPC_Decode, 167, 21, 128, 5, // Opcode: FCVTDSr |
26248 | | /* 129884 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 129899 |
26249 | | /* 129889 */ MCD_OPC_CheckPredicate, 49, 156, 43, 0, // Skip to: 141058 |
26250 | | /* 129894 */ MCD_OPC_Decode, 169, 21, 129, 5, // Opcode: FCVTHSr |
26251 | | /* 129899 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 129914 |
26252 | | /* 129904 */ MCD_OPC_CheckPredicate, 49, 141, 43, 0, // Skip to: 141058 |
26253 | | /* 129909 */ MCD_OPC_Decode, 223, 27, 255, 4, // Opcode: FRINTPSr |
26254 | | /* 129914 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 129929 |
26255 | | /* 129919 */ MCD_OPC_CheckPredicate, 49, 126, 43, 0, // Skip to: 141058 |
26256 | | /* 129924 */ MCD_OPC_Decode, 247, 27, 255, 4, // Opcode: FRINTZSr |
26257 | | /* 129929 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 129944 |
26258 | | /* 129934 */ MCD_OPC_CheckPredicate, 49, 111, 43, 0, // Skip to: 141058 |
26259 | | /* 129939 */ MCD_OPC_Decode, 186, 27, 255, 4, // Opcode: FRINTISr |
26260 | | /* 129944 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 129959 |
26261 | | /* 129949 */ MCD_OPC_CheckPredicate, 54, 96, 43, 0, // Skip to: 141058 |
26262 | | /* 129954 */ MCD_OPC_Decode, 152, 27, 255, 4, // Opcode: FRINT32XSr |
26263 | | /* 129959 */ MCD_OPC_FilterValue, 9, 86, 43, 0, // Skip to: 141058 |
26264 | | /* 129964 */ MCD_OPC_CheckPredicate, 54, 81, 43, 0, // Skip to: 141058 |
26265 | | /* 129969 */ MCD_OPC_Decode, 162, 27, 255, 4, // Opcode: FRINT64XSr |
26266 | | /* 129974 */ MCD_OPC_FilterValue, 1, 71, 43, 0, // Skip to: 141058 |
26267 | | /* 129979 */ MCD_OPC_CheckPredicate, 49, 66, 43, 0, // Skip to: 141058 |
26268 | | /* 129984 */ MCD_OPC_CheckField, 5, 5, 0, 59, 43, 0, // Skip to: 141058 |
26269 | | /* 129991 */ MCD_OPC_Decode, 151, 26, 130, 5, // Opcode: FMOVSi |
26270 | | /* 129996 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 130034 |
26271 | | /* 130001 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
26272 | | /* 130004 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130019 |
26273 | | /* 130009 */ MCD_OPC_CheckPredicate, 49, 36, 43, 0, // Skip to: 141058 |
26274 | | /* 130014 */ MCD_OPC_Decode, 128, 20, 131, 5, // Opcode: FCCMPSrr |
26275 | | /* 130019 */ MCD_OPC_FilterValue, 1, 26, 43, 0, // Skip to: 141058 |
26276 | | /* 130024 */ MCD_OPC_CheckPredicate, 49, 21, 43, 0, // Skip to: 141058 |
26277 | | /* 130029 */ MCD_OPC_Decode, 254, 19, 131, 5, // Opcode: FCCMPESrr |
26278 | | /* 130034 */ MCD_OPC_FilterValue, 2, 138, 0, 0, // Skip to: 130177 |
26279 | | /* 130039 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
26280 | | /* 130042 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130057 |
26281 | | /* 130047 */ MCD_OPC_CheckPredicate, 49, 254, 42, 0, // Skip to: 141058 |
26282 | | /* 130052 */ MCD_OPC_Decode, 174, 26, 132, 5, // Opcode: FMULSrr |
26283 | | /* 130057 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 130072 |
26284 | | /* 130062 */ MCD_OPC_CheckPredicate, 49, 239, 42, 0, // Skip to: 141058 |
26285 | | /* 130067 */ MCD_OPC_Decode, 244, 22, 132, 5, // Opcode: FDIVSrr |
26286 | | /* 130072 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 130087 |
26287 | | /* 130077 */ MCD_OPC_CheckPredicate, 49, 224, 42, 0, // Skip to: 141058 |
26288 | | /* 130082 */ MCD_OPC_Decode, 191, 19, 132, 5, // Opcode: FADDSrr |
26289 | | /* 130087 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 130102 |
26290 | | /* 130092 */ MCD_OPC_CheckPredicate, 49, 209, 42, 0, // Skip to: 141058 |
26291 | | /* 130097 */ MCD_OPC_Decode, 189, 28, 132, 5, // Opcode: FSUBSrr |
26292 | | /* 130102 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 130117 |
26293 | | /* 130107 */ MCD_OPC_CheckPredicate, 49, 194, 42, 0, // Skip to: 141058 |
26294 | | /* 130112 */ MCD_OPC_Decode, 238, 23, 132, 5, // Opcode: FMAXSrr |
26295 | | /* 130117 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130132 |
26296 | | /* 130122 */ MCD_OPC_CheckPredicate, 49, 179, 42, 0, // Skip to: 141058 |
26297 | | /* 130127 */ MCD_OPC_Decode, 202, 24, 132, 5, // Opcode: FMINSrr |
26298 | | /* 130132 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 130147 |
26299 | | /* 130137 */ MCD_OPC_CheckPredicate, 49, 164, 42, 0, // Skip to: 141058 |
26300 | | /* 130142 */ MCD_OPC_Decode, 194, 23, 132, 5, // Opcode: FMAXNMSrr |
26301 | | /* 130147 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 130162 |
26302 | | /* 130152 */ MCD_OPC_CheckPredicate, 49, 149, 42, 0, // Skip to: 141058 |
26303 | | /* 130157 */ MCD_OPC_Decode, 158, 24, 132, 5, // Opcode: FMINNMSrr |
26304 | | /* 130162 */ MCD_OPC_FilterValue, 8, 139, 42, 0, // Skip to: 141058 |
26305 | | /* 130167 */ MCD_OPC_CheckPredicate, 49, 134, 42, 0, // Skip to: 141058 |
26306 | | /* 130172 */ MCD_OPC_Decode, 250, 26, 132, 5, // Opcode: FNMULSrr |
26307 | | /* 130177 */ MCD_OPC_FilterValue, 3, 124, 42, 0, // Skip to: 141058 |
26308 | | /* 130182 */ MCD_OPC_CheckPredicate, 49, 119, 42, 0, // Skip to: 141058 |
26309 | | /* 130187 */ MCD_OPC_Decode, 137, 21, 133, 5, // Opcode: FCSELSrrr |
26310 | | /* 130192 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 130260 |
26311 | | /* 130197 */ MCD_OPC_ExtractField, 15, 6, // Inst{20-15} ... |
26312 | | /* 130200 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130215 |
26313 | | /* 130205 */ MCD_OPC_CheckPredicate, 49, 96, 42, 0, // Skip to: 141058 |
26314 | | /* 130210 */ MCD_OPC_Decode, 248, 41, 134, 5, // Opcode: SCVTFSWDri |
26315 | | /* 130215 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 130230 |
26316 | | /* 130220 */ MCD_OPC_CheckPredicate, 49, 81, 42, 0, // Skip to: 141058 |
26317 | | /* 130225 */ MCD_OPC_Decode, 208, 56, 134, 5, // Opcode: UCVTFSWDri |
26318 | | /* 130230 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 130245 |
26319 | | /* 130235 */ MCD_OPC_CheckPredicate, 49, 66, 42, 0, // Skip to: 141058 |
26320 | | /* 130240 */ MCD_OPC_Decode, 155, 22, 135, 5, // Opcode: FCVTZSSWDri |
26321 | | /* 130245 */ MCD_OPC_FilterValue, 51, 56, 42, 0, // Skip to: 141058 |
26322 | | /* 130250 */ MCD_OPC_CheckPredicate, 49, 51, 42, 0, // Skip to: 141058 |
26323 | | /* 130255 */ MCD_OPC_Decode, 192, 22, 135, 5, // Opcode: FCVTZUSWDri |
26324 | | /* 130260 */ MCD_OPC_FilterValue, 3, 26, 3, 0, // Skip to: 131059 |
26325 | | /* 130265 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26326 | | /* 130268 */ MCD_OPC_FilterValue, 0, 78, 2, 0, // Skip to: 130863 |
26327 | | /* 130273 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
26328 | | /* 130276 */ MCD_OPC_FilterValue, 0, 48, 2, 0, // Skip to: 130841 |
26329 | | /* 130281 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
26330 | | /* 130284 */ MCD_OPC_FilterValue, 0, 198, 0, 0, // Skip to: 130487 |
26331 | | /* 130289 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26332 | | /* 130292 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130307 |
26333 | | /* 130297 */ MCD_OPC_CheckPredicate, 49, 4, 42, 0, // Skip to: 141058 |
26334 | | /* 130302 */ MCD_OPC_Decode, 206, 21, 136, 5, // Opcode: FCVTNSUWDr |
26335 | | /* 130307 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 130322 |
26336 | | /* 130312 */ MCD_OPC_CheckPredicate, 49, 245, 41, 0, // Skip to: 141058 |
26337 | | /* 130317 */ MCD_OPC_Decode, 223, 21, 136, 5, // Opcode: FCVTNUUWDr |
26338 | | /* 130322 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 130337 |
26339 | | /* 130327 */ MCD_OPC_CheckPredicate, 49, 230, 41, 0, // Skip to: 141058 |
26340 | | /* 130332 */ MCD_OPC_Decode, 254, 41, 167, 3, // Opcode: SCVTFUWDri |
26341 | | /* 130337 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 130352 |
26342 | | /* 130342 */ MCD_OPC_CheckPredicate, 49, 215, 41, 0, // Skip to: 141058 |
26343 | | /* 130347 */ MCD_OPC_Decode, 214, 56, 167, 3, // Opcode: UCVTFUWDri |
26344 | | /* 130352 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 130367 |
26345 | | /* 130357 */ MCD_OPC_CheckPredicate, 49, 200, 41, 0, // Skip to: 141058 |
26346 | | /* 130362 */ MCD_OPC_Decode, 138, 21, 136, 5, // Opcode: FCVTASUWDr |
26347 | | /* 130367 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130382 |
26348 | | /* 130372 */ MCD_OPC_CheckPredicate, 49, 185, 41, 0, // Skip to: 141058 |
26349 | | /* 130377 */ MCD_OPC_Decode, 152, 21, 136, 5, // Opcode: FCVTAUUWDr |
26350 | | /* 130382 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 130397 |
26351 | | /* 130387 */ MCD_OPC_CheckPredicate, 49, 170, 41, 0, // Skip to: 141058 |
26352 | | /* 130392 */ MCD_OPC_Decode, 248, 21, 136, 5, // Opcode: FCVTPSUWDr |
26353 | | /* 130397 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 130412 |
26354 | | /* 130402 */ MCD_OPC_CheckPredicate, 49, 155, 41, 0, // Skip to: 141058 |
26355 | | /* 130407 */ MCD_OPC_Decode, 134, 22, 136, 5, // Opcode: FCVTPUUWDr |
26356 | | /* 130412 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 130427 |
26357 | | /* 130417 */ MCD_OPC_CheckPredicate, 49, 140, 41, 0, // Skip to: 141058 |
26358 | | /* 130422 */ MCD_OPC_Decode, 177, 21, 136, 5, // Opcode: FCVTMSUWDr |
26359 | | /* 130427 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 130442 |
26360 | | /* 130432 */ MCD_OPC_CheckPredicate, 49, 125, 41, 0, // Skip to: 141058 |
26361 | | /* 130437 */ MCD_OPC_Decode, 191, 21, 136, 5, // Opcode: FCVTMUUWDr |
26362 | | /* 130442 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 130457 |
26363 | | /* 130447 */ MCD_OPC_CheckPredicate, 49, 110, 41, 0, // Skip to: 141058 |
26364 | | /* 130452 */ MCD_OPC_Decode, 161, 22, 136, 5, // Opcode: FCVTZSUWDr |
26365 | | /* 130457 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 130472 |
26366 | | /* 130462 */ MCD_OPC_CheckPredicate, 49, 95, 41, 0, // Skip to: 141058 |
26367 | | /* 130467 */ MCD_OPC_Decode, 198, 22, 136, 5, // Opcode: FCVTZUUWDr |
26368 | | /* 130472 */ MCD_OPC_FilterValue, 30, 85, 41, 0, // Skip to: 141058 |
26369 | | /* 130477 */ MCD_OPC_CheckPredicate, 97, 80, 41, 0, // Skip to: 141058 |
26370 | | /* 130482 */ MCD_OPC_Decode, 163, 23, 136, 5, // Opcode: FJCVTZS |
26371 | | /* 130487 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 130555 |
26372 | | /* 130492 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
26373 | | /* 130495 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130510 |
26374 | | /* 130500 */ MCD_OPC_CheckPredicate, 49, 57, 41, 0, // Skip to: 141058 |
26375 | | /* 130505 */ MCD_OPC_Decode, 246, 20, 137, 5, // Opcode: FCMPDrr |
26376 | | /* 130510 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 130525 |
26377 | | /* 130515 */ MCD_OPC_CheckPredicate, 49, 42, 41, 0, // Skip to: 141058 |
26378 | | /* 130520 */ MCD_OPC_Decode, 245, 20, 138, 5, // Opcode: FCMPDri |
26379 | | /* 130525 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 130540 |
26380 | | /* 130530 */ MCD_OPC_CheckPredicate, 49, 27, 41, 0, // Skip to: 141058 |
26381 | | /* 130535 */ MCD_OPC_Decode, 248, 20, 137, 5, // Opcode: FCMPEDrr |
26382 | | /* 130540 */ MCD_OPC_FilterValue, 24, 17, 41, 0, // Skip to: 141058 |
26383 | | /* 130545 */ MCD_OPC_CheckPredicate, 49, 12, 41, 0, // Skip to: 141058 |
26384 | | /* 130550 */ MCD_OPC_Decode, 247, 20, 138, 5, // Opcode: FCMPEDri |
26385 | | /* 130555 */ MCD_OPC_FilterValue, 2, 153, 0, 0, // Skip to: 130713 |
26386 | | /* 130560 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26387 | | /* 130563 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130578 |
26388 | | /* 130568 */ MCD_OPC_CheckPredicate, 49, 245, 40, 0, // Skip to: 141058 |
26389 | | /* 130573 */ MCD_OPC_Decode, 145, 26, 166, 3, // Opcode: FMOVDr |
26390 | | /* 130578 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 130593 |
26391 | | /* 130583 */ MCD_OPC_CheckPredicate, 49, 230, 40, 0, // Skip to: 141058 |
26392 | | /* 130588 */ MCD_OPC_Decode, 219, 26, 166, 3, // Opcode: FNEGDr |
26393 | | /* 130593 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 130608 |
26394 | | /* 130598 */ MCD_OPC_CheckPredicate, 49, 215, 40, 0, // Skip to: 141058 |
26395 | | /* 130603 */ MCD_OPC_Decode, 148, 22, 222, 3, // Opcode: FCVTSDr |
26396 | | /* 130608 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 130623 |
26397 | | /* 130613 */ MCD_OPC_CheckPredicate, 98, 200, 40, 0, // Skip to: 141058 |
26398 | | /* 130618 */ MCD_OPC_Decode, 169, 13, 129, 5, // Opcode: BFCVT |
26399 | | /* 130623 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 130638 |
26400 | | /* 130628 */ MCD_OPC_CheckPredicate, 49, 185, 40, 0, // Skip to: 141058 |
26401 | | /* 130633 */ MCD_OPC_Decode, 208, 27, 166, 3, // Opcode: FRINTNDr |
26402 | | /* 130638 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130653 |
26403 | | /* 130643 */ MCD_OPC_CheckPredicate, 49, 170, 40, 0, // Skip to: 141058 |
26404 | | /* 130648 */ MCD_OPC_Decode, 195, 27, 166, 3, // Opcode: FRINTMDr |
26405 | | /* 130653 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 130668 |
26406 | | /* 130658 */ MCD_OPC_CheckPredicate, 49, 155, 40, 0, // Skip to: 141058 |
26407 | | /* 130663 */ MCD_OPC_Decode, 171, 27, 166, 3, // Opcode: FRINTADr |
26408 | | /* 130668 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 130683 |
26409 | | /* 130673 */ MCD_OPC_CheckPredicate, 49, 140, 40, 0, // Skip to: 141058 |
26410 | | /* 130678 */ MCD_OPC_Decode, 234, 27, 166, 3, // Opcode: FRINTXDr |
26411 | | /* 130683 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 130698 |
26412 | | /* 130688 */ MCD_OPC_CheckPredicate, 54, 125, 40, 0, // Skip to: 141058 |
26413 | | /* 130693 */ MCD_OPC_Decode, 156, 27, 166, 3, // Opcode: FRINT32ZDr |
26414 | | /* 130698 */ MCD_OPC_FilterValue, 9, 115, 40, 0, // Skip to: 141058 |
26415 | | /* 130703 */ MCD_OPC_CheckPredicate, 54, 110, 40, 0, // Skip to: 141058 |
26416 | | /* 130708 */ MCD_OPC_Decode, 166, 27, 166, 3, // Opcode: FRINT64ZDr |
26417 | | /* 130713 */ MCD_OPC_FilterValue, 6, 100, 40, 0, // Skip to: 141058 |
26418 | | /* 130718 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26419 | | /* 130721 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130736 |
26420 | | /* 130726 */ MCD_OPC_CheckPredicate, 49, 87, 40, 0, // Skip to: 141058 |
26421 | | /* 130731 */ MCD_OPC_Decode, 139, 19, 166, 3, // Opcode: FABSDr |
26422 | | /* 130736 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 130751 |
26423 | | /* 130741 */ MCD_OPC_CheckPredicate, 49, 72, 40, 0, // Skip to: 141058 |
26424 | | /* 130746 */ MCD_OPC_Decode, 170, 28, 166, 3, // Opcode: FSQRTDr |
26425 | | /* 130751 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 130766 |
26426 | | /* 130756 */ MCD_OPC_CheckPredicate, 49, 57, 40, 0, // Skip to: 141058 |
26427 | | /* 130761 */ MCD_OPC_Decode, 168, 21, 177, 3, // Opcode: FCVTHDr |
26428 | | /* 130766 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 130781 |
26429 | | /* 130771 */ MCD_OPC_CheckPredicate, 49, 42, 40, 0, // Skip to: 141058 |
26430 | | /* 130776 */ MCD_OPC_Decode, 221, 27, 166, 3, // Opcode: FRINTPDr |
26431 | | /* 130781 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130796 |
26432 | | /* 130786 */ MCD_OPC_CheckPredicate, 49, 27, 40, 0, // Skip to: 141058 |
26433 | | /* 130791 */ MCD_OPC_Decode, 245, 27, 166, 3, // Opcode: FRINTZDr |
26434 | | /* 130796 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 130811 |
26435 | | /* 130801 */ MCD_OPC_CheckPredicate, 49, 12, 40, 0, // Skip to: 141058 |
26436 | | /* 130806 */ MCD_OPC_Decode, 184, 27, 166, 3, // Opcode: FRINTIDr |
26437 | | /* 130811 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 130826 |
26438 | | /* 130816 */ MCD_OPC_CheckPredicate, 54, 253, 39, 0, // Skip to: 141058 |
26439 | | /* 130821 */ MCD_OPC_Decode, 151, 27, 166, 3, // Opcode: FRINT32XDr |
26440 | | /* 130826 */ MCD_OPC_FilterValue, 9, 243, 39, 0, // Skip to: 141058 |
26441 | | /* 130831 */ MCD_OPC_CheckPredicate, 54, 238, 39, 0, // Skip to: 141058 |
26442 | | /* 130836 */ MCD_OPC_Decode, 161, 27, 166, 3, // Opcode: FRINT64XDr |
26443 | | /* 130841 */ MCD_OPC_FilterValue, 1, 228, 39, 0, // Skip to: 141058 |
26444 | | /* 130846 */ MCD_OPC_CheckPredicate, 49, 223, 39, 0, // Skip to: 141058 |
26445 | | /* 130851 */ MCD_OPC_CheckField, 5, 5, 0, 216, 39, 0, // Skip to: 141058 |
26446 | | /* 130858 */ MCD_OPC_Decode, 144, 26, 139, 5, // Opcode: FMOVDi |
26447 | | /* 130863 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 130901 |
26448 | | /* 130868 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
26449 | | /* 130871 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130886 |
26450 | | /* 130876 */ MCD_OPC_CheckPredicate, 49, 193, 39, 0, // Skip to: 141058 |
26451 | | /* 130881 */ MCD_OPC_Decode, 251, 19, 140, 5, // Opcode: FCCMPDrr |
26452 | | /* 130886 */ MCD_OPC_FilterValue, 1, 183, 39, 0, // Skip to: 141058 |
26453 | | /* 130891 */ MCD_OPC_CheckPredicate, 49, 178, 39, 0, // Skip to: 141058 |
26454 | | /* 130896 */ MCD_OPC_Decode, 252, 19, 140, 5, // Opcode: FCCMPEDrr |
26455 | | /* 130901 */ MCD_OPC_FilterValue, 2, 138, 0, 0, // Skip to: 131044 |
26456 | | /* 130906 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
26457 | | /* 130909 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130924 |
26458 | | /* 130914 */ MCD_OPC_CheckPredicate, 49, 155, 39, 0, // Skip to: 141058 |
26459 | | /* 130919 */ MCD_OPC_Decode, 172, 26, 165, 3, // Opcode: FMULDrr |
26460 | | /* 130924 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 130939 |
26461 | | /* 130929 */ MCD_OPC_CheckPredicate, 49, 140, 39, 0, // Skip to: 141058 |
26462 | | /* 130934 */ MCD_OPC_Decode, 239, 22, 165, 3, // Opcode: FDIVDrr |
26463 | | /* 130939 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 130954 |
26464 | | /* 130944 */ MCD_OPC_CheckPredicate, 49, 125, 39, 0, // Skip to: 141058 |
26465 | | /* 130949 */ MCD_OPC_Decode, 175, 19, 165, 3, // Opcode: FADDDrr |
26466 | | /* 130954 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 130969 |
26467 | | /* 130959 */ MCD_OPC_CheckPredicate, 49, 110, 39, 0, // Skip to: 141058 |
26468 | | /* 130964 */ MCD_OPC_Decode, 181, 28, 165, 3, // Opcode: FSUBDrr |
26469 | | /* 130969 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 130984 |
26470 | | /* 130974 */ MCD_OPC_CheckPredicate, 49, 95, 39, 0, // Skip to: 141058 |
26471 | | /* 130979 */ MCD_OPC_Decode, 176, 23, 165, 3, // Opcode: FMAXDrr |
26472 | | /* 130984 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 130999 |
26473 | | /* 130989 */ MCD_OPC_CheckPredicate, 49, 80, 39, 0, // Skip to: 141058 |
26474 | | /* 130994 */ MCD_OPC_Decode, 140, 24, 165, 3, // Opcode: FMINDrr |
26475 | | /* 130999 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 131014 |
26476 | | /* 131004 */ MCD_OPC_CheckPredicate, 49, 65, 39, 0, // Skip to: 141058 |
26477 | | /* 131009 */ MCD_OPC_Decode, 178, 23, 165, 3, // Opcode: FMAXNMDrr |
26478 | | /* 131014 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 131029 |
26479 | | /* 131019 */ MCD_OPC_CheckPredicate, 49, 50, 39, 0, // Skip to: 141058 |
26480 | | /* 131024 */ MCD_OPC_Decode, 142, 24, 165, 3, // Opcode: FMINNMDrr |
26481 | | /* 131029 */ MCD_OPC_FilterValue, 8, 40, 39, 0, // Skip to: 141058 |
26482 | | /* 131034 */ MCD_OPC_CheckPredicate, 49, 35, 39, 0, // Skip to: 141058 |
26483 | | /* 131039 */ MCD_OPC_Decode, 248, 26, 165, 3, // Opcode: FNMULDrr |
26484 | | /* 131044 */ MCD_OPC_FilterValue, 3, 25, 39, 0, // Skip to: 141058 |
26485 | | /* 131049 */ MCD_OPC_CheckPredicate, 49, 20, 39, 0, // Skip to: 141058 |
26486 | | /* 131054 */ MCD_OPC_Decode, 135, 21, 141, 5, // Opcode: FCSELDrrr |
26487 | | /* 131059 */ MCD_OPC_FilterValue, 6, 63, 0, 0, // Skip to: 131127 |
26488 | | /* 131064 */ MCD_OPC_ExtractField, 15, 6, // Inst{20-15} ... |
26489 | | /* 131067 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 131082 |
26490 | | /* 131072 */ MCD_OPC_CheckPredicate, 99, 253, 38, 0, // Skip to: 141058 |
26491 | | /* 131077 */ MCD_OPC_Decode, 249, 41, 142, 5, // Opcode: SCVTFSWHri |
26492 | | /* 131082 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 131097 |
26493 | | /* 131087 */ MCD_OPC_CheckPredicate, 99, 238, 38, 0, // Skip to: 141058 |
26494 | | /* 131092 */ MCD_OPC_Decode, 209, 56, 142, 5, // Opcode: UCVTFSWHri |
26495 | | /* 131097 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 131112 |
26496 | | /* 131102 */ MCD_OPC_CheckPredicate, 99, 223, 38, 0, // Skip to: 141058 |
26497 | | /* 131107 */ MCD_OPC_Decode, 156, 22, 143, 5, // Opcode: FCVTZSSWHri |
26498 | | /* 131112 */ MCD_OPC_FilterValue, 51, 213, 38, 0, // Skip to: 141058 |
26499 | | /* 131117 */ MCD_OPC_CheckPredicate, 99, 208, 38, 0, // Skip to: 141058 |
26500 | | /* 131122 */ MCD_OPC_Decode, 193, 22, 143, 5, // Opcode: FCVTZUSWHri |
26501 | | /* 131127 */ MCD_OPC_FilterValue, 7, 198, 38, 0, // Skip to: 141058 |
26502 | | /* 131132 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26503 | | /* 131135 */ MCD_OPC_FilterValue, 0, 18, 2, 0, // Skip to: 131670 |
26504 | | /* 131140 */ MCD_OPC_ExtractField, 12, 1, // Inst{12} ... |
26505 | | /* 131143 */ MCD_OPC_FilterValue, 0, 244, 1, 0, // Skip to: 131648 |
26506 | | /* 131148 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
26507 | | /* 131151 */ MCD_OPC_FilterValue, 0, 213, 0, 0, // Skip to: 131369 |
26508 | | /* 131156 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26509 | | /* 131159 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131174 |
26510 | | /* 131164 */ MCD_OPC_CheckPredicate, 99, 161, 38, 0, // Skip to: 141058 |
26511 | | /* 131169 */ MCD_OPC_Decode, 207, 21, 144, 5, // Opcode: FCVTNSUWHr |
26512 | | /* 131174 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 131189 |
26513 | | /* 131179 */ MCD_OPC_CheckPredicate, 99, 146, 38, 0, // Skip to: 141058 |
26514 | | /* 131184 */ MCD_OPC_Decode, 224, 21, 144, 5, // Opcode: FCVTNUUWHr |
26515 | | /* 131189 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 131204 |
26516 | | /* 131194 */ MCD_OPC_CheckPredicate, 99, 131, 38, 0, // Skip to: 141058 |
26517 | | /* 131199 */ MCD_OPC_Decode, 255, 41, 145, 5, // Opcode: SCVTFUWHri |
26518 | | /* 131204 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 131219 |
26519 | | /* 131209 */ MCD_OPC_CheckPredicate, 99, 116, 38, 0, // Skip to: 141058 |
26520 | | /* 131214 */ MCD_OPC_Decode, 215, 56, 145, 5, // Opcode: UCVTFUWHri |
26521 | | /* 131219 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131234 |
26522 | | /* 131224 */ MCD_OPC_CheckPredicate, 99, 101, 38, 0, // Skip to: 141058 |
26523 | | /* 131229 */ MCD_OPC_Decode, 139, 21, 144, 5, // Opcode: FCVTASUWHr |
26524 | | /* 131234 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 131249 |
26525 | | /* 131239 */ MCD_OPC_CheckPredicate, 99, 86, 38, 0, // Skip to: 141058 |
26526 | | /* 131244 */ MCD_OPC_Decode, 153, 21, 144, 5, // Opcode: FCVTAUUWHr |
26527 | | /* 131249 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 131264 |
26528 | | /* 131254 */ MCD_OPC_CheckPredicate, 99, 71, 38, 0, // Skip to: 141058 |
26529 | | /* 131259 */ MCD_OPC_Decode, 146, 26, 144, 5, // Opcode: FMOVHWr |
26530 | | /* 131264 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 131279 |
26531 | | /* 131269 */ MCD_OPC_CheckPredicate, 99, 56, 38, 0, // Skip to: 141058 |
26532 | | /* 131274 */ MCD_OPC_Decode, 153, 26, 145, 5, // Opcode: FMOVWHr |
26533 | | /* 131279 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 131294 |
26534 | | /* 131284 */ MCD_OPC_CheckPredicate, 99, 41, 38, 0, // Skip to: 141058 |
26535 | | /* 131289 */ MCD_OPC_Decode, 249, 21, 144, 5, // Opcode: FCVTPSUWHr |
26536 | | /* 131294 */ MCD_OPC_FilterValue, 9, 10, 0, 0, // Skip to: 131309 |
26537 | | /* 131299 */ MCD_OPC_CheckPredicate, 99, 26, 38, 0, // Skip to: 141058 |
26538 | | /* 131304 */ MCD_OPC_Decode, 135, 22, 144, 5, // Opcode: FCVTPUUWHr |
26539 | | /* 131309 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 131324 |
26540 | | /* 131314 */ MCD_OPC_CheckPredicate, 99, 11, 38, 0, // Skip to: 141058 |
26541 | | /* 131319 */ MCD_OPC_Decode, 178, 21, 144, 5, // Opcode: FCVTMSUWHr |
26542 | | /* 131324 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 131339 |
26543 | | /* 131329 */ MCD_OPC_CheckPredicate, 99, 252, 37, 0, // Skip to: 141058 |
26544 | | /* 131334 */ MCD_OPC_Decode, 192, 21, 144, 5, // Opcode: FCVTMUUWHr |
26545 | | /* 131339 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 131354 |
26546 | | /* 131344 */ MCD_OPC_CheckPredicate, 99, 237, 37, 0, // Skip to: 141058 |
26547 | | /* 131349 */ MCD_OPC_Decode, 162, 22, 144, 5, // Opcode: FCVTZSUWHr |
26548 | | /* 131354 */ MCD_OPC_FilterValue, 25, 227, 37, 0, // Skip to: 141058 |
26549 | | /* 131359 */ MCD_OPC_CheckPredicate, 99, 222, 37, 0, // Skip to: 141058 |
26550 | | /* 131364 */ MCD_OPC_Decode, 199, 22, 144, 5, // Opcode: FCVTZUUWHr |
26551 | | /* 131369 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 131437 |
26552 | | /* 131374 */ MCD_OPC_ExtractField, 0, 5, // Inst{4-0} ... |
26553 | | /* 131377 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131392 |
26554 | | /* 131382 */ MCD_OPC_CheckPredicate, 99, 199, 37, 0, // Skip to: 141058 |
26555 | | /* 131387 */ MCD_OPC_Decode, 254, 20, 146, 5, // Opcode: FCMPHrr |
26556 | | /* 131392 */ MCD_OPC_FilterValue, 8, 10, 0, 0, // Skip to: 131407 |
26557 | | /* 131397 */ MCD_OPC_CheckPredicate, 99, 184, 37, 0, // Skip to: 141058 |
26558 | | /* 131402 */ MCD_OPC_Decode, 253, 20, 147, 5, // Opcode: FCMPHri |
26559 | | /* 131407 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 131422 |
26560 | | /* 131412 */ MCD_OPC_CheckPredicate, 99, 169, 37, 0, // Skip to: 141058 |
26561 | | /* 131417 */ MCD_OPC_Decode, 250, 20, 146, 5, // Opcode: FCMPEHrr |
26562 | | /* 131422 */ MCD_OPC_FilterValue, 24, 159, 37, 0, // Skip to: 141058 |
26563 | | /* 131427 */ MCD_OPC_CheckPredicate, 99, 154, 37, 0, // Skip to: 141058 |
26564 | | /* 131432 */ MCD_OPC_Decode, 249, 20, 147, 5, // Opcode: FCMPEHri |
26565 | | /* 131437 */ MCD_OPC_FilterValue, 2, 108, 0, 0, // Skip to: 131550 |
26566 | | /* 131442 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26567 | | /* 131445 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131460 |
26568 | | /* 131450 */ MCD_OPC_CheckPredicate, 99, 131, 37, 0, // Skip to: 141058 |
26569 | | /* 131455 */ MCD_OPC_Decode, 149, 26, 148, 5, // Opcode: FMOVHr |
26570 | | /* 131460 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 131475 |
26571 | | /* 131465 */ MCD_OPC_CheckPredicate, 99, 116, 37, 0, // Skip to: 141058 |
26572 | | /* 131470 */ MCD_OPC_Decode, 220, 26, 148, 5, // Opcode: FNEGHr |
26573 | | /* 131475 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 131490 |
26574 | | /* 131480 */ MCD_OPC_CheckPredicate, 49, 101, 37, 0, // Skip to: 141058 |
26575 | | /* 131485 */ MCD_OPC_Decode, 149, 22, 149, 5, // Opcode: FCVTSHr |
26576 | | /* 131490 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131505 |
26577 | | /* 131495 */ MCD_OPC_CheckPredicate, 99, 86, 37, 0, // Skip to: 141058 |
26578 | | /* 131500 */ MCD_OPC_Decode, 209, 27, 148, 5, // Opcode: FRINTNHr |
26579 | | /* 131505 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 131520 |
26580 | | /* 131510 */ MCD_OPC_CheckPredicate, 99, 71, 37, 0, // Skip to: 141058 |
26581 | | /* 131515 */ MCD_OPC_Decode, 196, 27, 148, 5, // Opcode: FRINTMHr |
26582 | | /* 131520 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 131535 |
26583 | | /* 131525 */ MCD_OPC_CheckPredicate, 99, 56, 37, 0, // Skip to: 141058 |
26584 | | /* 131530 */ MCD_OPC_Decode, 172, 27, 148, 5, // Opcode: FRINTAHr |
26585 | | /* 131535 */ MCD_OPC_FilterValue, 7, 46, 37, 0, // Skip to: 141058 |
26586 | | /* 131540 */ MCD_OPC_CheckPredicate, 99, 41, 37, 0, // Skip to: 141058 |
26587 | | /* 131545 */ MCD_OPC_Decode, 235, 27, 148, 5, // Opcode: FRINTXHr |
26588 | | /* 131550 */ MCD_OPC_FilterValue, 6, 31, 37, 0, // Skip to: 141058 |
26589 | | /* 131555 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
26590 | | /* 131558 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131573 |
26591 | | /* 131563 */ MCD_OPC_CheckPredicate, 99, 18, 37, 0, // Skip to: 141058 |
26592 | | /* 131568 */ MCD_OPC_Decode, 140, 19, 148, 5, // Opcode: FABSHr |
26593 | | /* 131573 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 131588 |
26594 | | /* 131578 */ MCD_OPC_CheckPredicate, 99, 3, 37, 0, // Skip to: 141058 |
26595 | | /* 131583 */ MCD_OPC_Decode, 171, 28, 148, 5, // Opcode: FSQRTHr |
26596 | | /* 131588 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 131603 |
26597 | | /* 131593 */ MCD_OPC_CheckPredicate, 49, 244, 36, 0, // Skip to: 141058 |
26598 | | /* 131598 */ MCD_OPC_Decode, 166, 21, 150, 5, // Opcode: FCVTDHr |
26599 | | /* 131603 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131618 |
26600 | | /* 131608 */ MCD_OPC_CheckPredicate, 99, 229, 36, 0, // Skip to: 141058 |
26601 | | /* 131613 */ MCD_OPC_Decode, 222, 27, 148, 5, // Opcode: FRINTPHr |
26602 | | /* 131618 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 131633 |
26603 | | /* 131623 */ MCD_OPC_CheckPredicate, 99, 214, 36, 0, // Skip to: 141058 |
26604 | | /* 131628 */ MCD_OPC_Decode, 246, 27, 148, 5, // Opcode: FRINTZHr |
26605 | | /* 131633 */ MCD_OPC_FilterValue, 7, 204, 36, 0, // Skip to: 141058 |
26606 | | /* 131638 */ MCD_OPC_CheckPredicate, 99, 199, 36, 0, // Skip to: 141058 |
26607 | | /* 131643 */ MCD_OPC_Decode, 185, 27, 148, 5, // Opcode: FRINTIHr |
26608 | | /* 131648 */ MCD_OPC_FilterValue, 1, 189, 36, 0, // Skip to: 141058 |
26609 | | /* 131653 */ MCD_OPC_CheckPredicate, 99, 184, 36, 0, // Skip to: 141058 |
26610 | | /* 131658 */ MCD_OPC_CheckField, 5, 5, 0, 177, 36, 0, // Skip to: 141058 |
26611 | | /* 131665 */ MCD_OPC_Decode, 148, 26, 151, 5, // Opcode: FMOVHi |
26612 | | /* 131670 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 131708 |
26613 | | /* 131675 */ MCD_OPC_ExtractField, 4, 1, // Inst{4} ... |
26614 | | /* 131678 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131693 |
26615 | | /* 131683 */ MCD_OPC_CheckPredicate, 99, 154, 36, 0, // Skip to: 141058 |
26616 | | /* 131688 */ MCD_OPC_Decode, 255, 19, 152, 5, // Opcode: FCCMPHrr |
26617 | | /* 131693 */ MCD_OPC_FilterValue, 1, 144, 36, 0, // Skip to: 141058 |
26618 | | /* 131698 */ MCD_OPC_CheckPredicate, 99, 139, 36, 0, // Skip to: 141058 |
26619 | | /* 131703 */ MCD_OPC_Decode, 253, 19, 152, 5, // Opcode: FCCMPEHrr |
26620 | | /* 131708 */ MCD_OPC_FilterValue, 2, 138, 0, 0, // Skip to: 131851 |
26621 | | /* 131713 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
26622 | | /* 131716 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131731 |
26623 | | /* 131721 */ MCD_OPC_CheckPredicate, 99, 116, 36, 0, // Skip to: 141058 |
26624 | | /* 131726 */ MCD_OPC_Decode, 173, 26, 153, 5, // Opcode: FMULHrr |
26625 | | /* 131731 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 131746 |
26626 | | /* 131736 */ MCD_OPC_CheckPredicate, 99, 101, 36, 0, // Skip to: 141058 |
26627 | | /* 131741 */ MCD_OPC_Decode, 240, 22, 153, 5, // Opcode: FDIVHrr |
26628 | | /* 131746 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 131761 |
26629 | | /* 131751 */ MCD_OPC_CheckPredicate, 99, 86, 36, 0, // Skip to: 141058 |
26630 | | /* 131756 */ MCD_OPC_Decode, 176, 19, 153, 5, // Opcode: FADDHrr |
26631 | | /* 131761 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 131776 |
26632 | | /* 131766 */ MCD_OPC_CheckPredicate, 99, 71, 36, 0, // Skip to: 141058 |
26633 | | /* 131771 */ MCD_OPC_Decode, 182, 28, 153, 5, // Opcode: FSUBHrr |
26634 | | /* 131776 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 131791 |
26635 | | /* 131781 */ MCD_OPC_CheckPredicate, 99, 56, 36, 0, // Skip to: 141058 |
26636 | | /* 131786 */ MCD_OPC_Decode, 177, 23, 153, 5, // Opcode: FMAXHrr |
26637 | | /* 131791 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 131806 |
26638 | | /* 131796 */ MCD_OPC_CheckPredicate, 99, 41, 36, 0, // Skip to: 141058 |
26639 | | /* 131801 */ MCD_OPC_Decode, 141, 24, 153, 5, // Opcode: FMINHrr |
26640 | | /* 131806 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 131821 |
26641 | | /* 131811 */ MCD_OPC_CheckPredicate, 99, 26, 36, 0, // Skip to: 141058 |
26642 | | /* 131816 */ MCD_OPC_Decode, 179, 23, 153, 5, // Opcode: FMAXNMHrr |
26643 | | /* 131821 */ MCD_OPC_FilterValue, 7, 10, 0, 0, // Skip to: 131836 |
26644 | | /* 131826 */ MCD_OPC_CheckPredicate, 99, 11, 36, 0, // Skip to: 141058 |
26645 | | /* 131831 */ MCD_OPC_Decode, 143, 24, 153, 5, // Opcode: FMINNMHrr |
26646 | | /* 131836 */ MCD_OPC_FilterValue, 8, 1, 36, 0, // Skip to: 141058 |
26647 | | /* 131841 */ MCD_OPC_CheckPredicate, 99, 252, 35, 0, // Skip to: 141058 |
26648 | | /* 131846 */ MCD_OPC_Decode, 249, 26, 153, 5, // Opcode: FNMULHrr |
26649 | | /* 131851 */ MCD_OPC_FilterValue, 3, 242, 35, 0, // Skip to: 141058 |
26650 | | /* 131856 */ MCD_OPC_CheckPredicate, 99, 237, 35, 0, // Skip to: 141058 |
26651 | | /* 131861 */ MCD_OPC_Decode, 136, 21, 154, 5, // Opcode: FCSELHrrr |
26652 | | /* 131866 */ MCD_OPC_FilterValue, 3, 227, 35, 0, // Skip to: 141058 |
26653 | | /* 131871 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26654 | | /* 131874 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 131912 |
26655 | | /* 131879 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26656 | | /* 131882 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131897 |
26657 | | /* 131887 */ MCD_OPC_CheckPredicate, 49, 206, 35, 0, // Skip to: 141058 |
26658 | | /* 131892 */ MCD_OPC_Decode, 172, 23, 155, 5, // Opcode: FMADDSrrr |
26659 | | /* 131897 */ MCD_OPC_FilterValue, 1, 196, 35, 0, // Skip to: 141058 |
26660 | | /* 131902 */ MCD_OPC_CheckPredicate, 49, 191, 35, 0, // Skip to: 141058 |
26661 | | /* 131907 */ MCD_OPC_Decode, 171, 26, 155, 5, // Opcode: FMSUBSrrr |
26662 | | /* 131912 */ MCD_OPC_FilterValue, 1, 33, 0, 0, // Skip to: 131950 |
26663 | | /* 131917 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26664 | | /* 131920 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131935 |
26665 | | /* 131925 */ MCD_OPC_CheckPredicate, 49, 168, 35, 0, // Skip to: 141058 |
26666 | | /* 131930 */ MCD_OPC_Decode, 232, 26, 155, 5, // Opcode: FNMADDSrrr |
26667 | | /* 131935 */ MCD_OPC_FilterValue, 1, 158, 35, 0, // Skip to: 141058 |
26668 | | /* 131940 */ MCD_OPC_CheckPredicate, 49, 153, 35, 0, // Skip to: 141058 |
26669 | | /* 131945 */ MCD_OPC_Decode, 247, 26, 155, 5, // Opcode: FNMSUBSrrr |
26670 | | /* 131950 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 131988 |
26671 | | /* 131955 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26672 | | /* 131958 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 131973 |
26673 | | /* 131963 */ MCD_OPC_CheckPredicate, 49, 130, 35, 0, // Skip to: 141058 |
26674 | | /* 131968 */ MCD_OPC_Decode, 170, 23, 156, 5, // Opcode: FMADDDrrr |
26675 | | /* 131973 */ MCD_OPC_FilterValue, 1, 120, 35, 0, // Skip to: 141058 |
26676 | | /* 131978 */ MCD_OPC_CheckPredicate, 49, 115, 35, 0, // Skip to: 141058 |
26677 | | /* 131983 */ MCD_OPC_Decode, 169, 26, 156, 5, // Opcode: FMSUBDrrr |
26678 | | /* 131988 */ MCD_OPC_FilterValue, 3, 33, 0, 0, // Skip to: 132026 |
26679 | | /* 131993 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26680 | | /* 131996 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 132011 |
26681 | | /* 132001 */ MCD_OPC_CheckPredicate, 49, 92, 35, 0, // Skip to: 141058 |
26682 | | /* 132006 */ MCD_OPC_Decode, 230, 26, 156, 5, // Opcode: FNMADDDrrr |
26683 | | /* 132011 */ MCD_OPC_FilterValue, 1, 82, 35, 0, // Skip to: 141058 |
26684 | | /* 132016 */ MCD_OPC_CheckPredicate, 49, 77, 35, 0, // Skip to: 141058 |
26685 | | /* 132021 */ MCD_OPC_Decode, 245, 26, 156, 5, // Opcode: FNMSUBDrrr |
26686 | | /* 132026 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 132064 |
26687 | | /* 132031 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26688 | | /* 132034 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 132049 |
26689 | | /* 132039 */ MCD_OPC_CheckPredicate, 99, 54, 35, 0, // Skip to: 141058 |
26690 | | /* 132044 */ MCD_OPC_Decode, 171, 23, 157, 5, // Opcode: FMADDHrrr |
26691 | | /* 132049 */ MCD_OPC_FilterValue, 1, 44, 35, 0, // Skip to: 141058 |
26692 | | /* 132054 */ MCD_OPC_CheckPredicate, 99, 39, 35, 0, // Skip to: 141058 |
26693 | | /* 132059 */ MCD_OPC_Decode, 170, 26, 157, 5, // Opcode: FMSUBHrrr |
26694 | | /* 132064 */ MCD_OPC_FilterValue, 7, 29, 35, 0, // Skip to: 141058 |
26695 | | /* 132069 */ MCD_OPC_ExtractField, 15, 1, // Inst{15} ... |
26696 | | /* 132072 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 132087 |
26697 | | /* 132077 */ MCD_OPC_CheckPredicate, 99, 16, 35, 0, // Skip to: 141058 |
26698 | | /* 132082 */ MCD_OPC_Decode, 231, 26, 157, 5, // Opcode: FNMADDHrrr |
26699 | | /* 132087 */ MCD_OPC_FilterValue, 1, 6, 35, 0, // Skip to: 141058 |
26700 | | /* 132092 */ MCD_OPC_CheckPredicate, 99, 1, 35, 0, // Skip to: 141058 |
26701 | | /* 132097 */ MCD_OPC_Decode, 246, 26, 157, 5, // Opcode: FNMSUBHrrr |
26702 | | /* 132102 */ MCD_OPC_FilterValue, 1, 55, 2, 0, // Skip to: 132674 |
26703 | | /* 132107 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
26704 | | /* 132110 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 132236 |
26705 | | /* 132115 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26706 | | /* 132118 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132140 |
26707 | | /* 132123 */ MCD_OPC_CheckPredicate, 49, 226, 34, 0, // Skip to: 141058 |
26708 | | /* 132128 */ MCD_OPC_CheckField, 21, 1, 0, 219, 34, 0, // Skip to: 141058 |
26709 | | /* 132135 */ MCD_OPC_Decode, 233, 53, 198, 4, // Opcode: STURBi |
26710 | | /* 132140 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 132162 |
26711 | | /* 132145 */ MCD_OPC_CheckPredicate, 49, 204, 34, 0, // Skip to: 141058 |
26712 | | /* 132150 */ MCD_OPC_CheckField, 21, 1, 0, 197, 34, 0, // Skip to: 141058 |
26713 | | /* 132157 */ MCD_OPC_Decode, 184, 53, 198, 4, // Opcode: STRBpost |
26714 | | /* 132162 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 132214 |
26715 | | /* 132167 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
26716 | | /* 132170 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 132192 |
26717 | | /* 132175 */ MCD_OPC_CheckPredicate, 49, 174, 34, 0, // Skip to: 141058 |
26718 | | /* 132180 */ MCD_OPC_CheckField, 21, 1, 1, 167, 34, 0, // Skip to: 141058 |
26719 | | /* 132187 */ MCD_OPC_Decode, 186, 53, 158, 5, // Opcode: STRBroW |
26720 | | /* 132192 */ MCD_OPC_FilterValue, 3, 157, 34, 0, // Skip to: 141058 |
26721 | | /* 132197 */ MCD_OPC_CheckPredicate, 49, 152, 34, 0, // Skip to: 141058 |
26722 | | /* 132202 */ MCD_OPC_CheckField, 21, 1, 1, 145, 34, 0, // Skip to: 141058 |
26723 | | /* 132209 */ MCD_OPC_Decode, 187, 53, 159, 5, // Opcode: STRBroX |
26724 | | /* 132214 */ MCD_OPC_FilterValue, 3, 135, 34, 0, // Skip to: 141058 |
26725 | | /* 132219 */ MCD_OPC_CheckPredicate, 49, 130, 34, 0, // Skip to: 141058 |
26726 | | /* 132224 */ MCD_OPC_CheckField, 21, 1, 0, 123, 34, 0, // Skip to: 141058 |
26727 | | /* 132231 */ MCD_OPC_Decode, 185, 53, 198, 4, // Opcode: STRBpre |
26728 | | /* 132236 */ MCD_OPC_FilterValue, 1, 121, 0, 0, // Skip to: 132362 |
26729 | | /* 132241 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26730 | | /* 132244 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132266 |
26731 | | /* 132249 */ MCD_OPC_CheckPredicate, 49, 100, 34, 0, // Skip to: 141058 |
26732 | | /* 132254 */ MCD_OPC_CheckField, 21, 1, 0, 93, 34, 0, // Skip to: 141058 |
26733 | | /* 132261 */ MCD_OPC_Decode, 142, 36, 198, 4, // Opcode: LDURBi |
26734 | | /* 132266 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 132288 |
26735 | | /* 132271 */ MCD_OPC_CheckPredicate, 49, 78, 34, 0, // Skip to: 141058 |
26736 | | /* 132276 */ MCD_OPC_CheckField, 21, 1, 0, 71, 34, 0, // Skip to: 141058 |
26737 | | /* 132283 */ MCD_OPC_Decode, 229, 34, 198, 4, // Opcode: LDRBpost |
26738 | | /* 132288 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 132340 |
26739 | | /* 132293 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
26740 | | /* 132296 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 132318 |
26741 | | /* 132301 */ MCD_OPC_CheckPredicate, 49, 48, 34, 0, // Skip to: 141058 |
26742 | | /* 132306 */ MCD_OPC_CheckField, 21, 1, 1, 41, 34, 0, // Skip to: 141058 |
26743 | | /* 132313 */ MCD_OPC_Decode, 231, 34, 158, 5, // Opcode: LDRBroW |
26744 | | /* 132318 */ MCD_OPC_FilterValue, 3, 31, 34, 0, // Skip to: 141058 |
26745 | | /* 132323 */ MCD_OPC_CheckPredicate, 49, 26, 34, 0, // Skip to: 141058 |
26746 | | /* 132328 */ MCD_OPC_CheckField, 21, 1, 1, 19, 34, 0, // Skip to: 141058 |
26747 | | /* 132335 */ MCD_OPC_Decode, 232, 34, 159, 5, // Opcode: LDRBroX |
26748 | | /* 132340 */ MCD_OPC_FilterValue, 3, 9, 34, 0, // Skip to: 141058 |
26749 | | /* 132345 */ MCD_OPC_CheckPredicate, 49, 4, 34, 0, // Skip to: 141058 |
26750 | | /* 132350 */ MCD_OPC_CheckField, 21, 1, 0, 253, 33, 0, // Skip to: 141058 |
26751 | | /* 132357 */ MCD_OPC_Decode, 230, 34, 198, 4, // Opcode: LDRBpre |
26752 | | /* 132362 */ MCD_OPC_FilterValue, 2, 121, 0, 0, // Skip to: 132488 |
26753 | | /* 132367 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26754 | | /* 132370 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132392 |
26755 | | /* 132375 */ MCD_OPC_CheckPredicate, 49, 230, 33, 0, // Skip to: 141058 |
26756 | | /* 132380 */ MCD_OPC_CheckField, 21, 1, 0, 223, 33, 0, // Skip to: 141058 |
26757 | | /* 132387 */ MCD_OPC_Decode, 237, 53, 198, 4, // Opcode: STURQi |
26758 | | /* 132392 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 132414 |
26759 | | /* 132397 */ MCD_OPC_CheckPredicate, 49, 208, 33, 0, // Skip to: 141058 |
26760 | | /* 132402 */ MCD_OPC_CheckField, 21, 1, 0, 201, 33, 0, // Skip to: 141058 |
26761 | | /* 132409 */ MCD_OPC_Decode, 204, 53, 198, 4, // Opcode: STRQpost |
26762 | | /* 132414 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 132466 |
26763 | | /* 132419 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
26764 | | /* 132422 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 132444 |
26765 | | /* 132427 */ MCD_OPC_CheckPredicate, 49, 178, 33, 0, // Skip to: 141058 |
26766 | | /* 132432 */ MCD_OPC_CheckField, 21, 1, 1, 171, 33, 0, // Skip to: 141058 |
26767 | | /* 132439 */ MCD_OPC_Decode, 206, 53, 160, 5, // Opcode: STRQroW |
26768 | | /* 132444 */ MCD_OPC_FilterValue, 3, 161, 33, 0, // Skip to: 141058 |
26769 | | /* 132449 */ MCD_OPC_CheckPredicate, 49, 156, 33, 0, // Skip to: 141058 |
26770 | | /* 132454 */ MCD_OPC_CheckField, 21, 1, 1, 149, 33, 0, // Skip to: 141058 |
26771 | | /* 132461 */ MCD_OPC_Decode, 207, 53, 161, 5, // Opcode: STRQroX |
26772 | | /* 132466 */ MCD_OPC_FilterValue, 3, 139, 33, 0, // Skip to: 141058 |
26773 | | /* 132471 */ MCD_OPC_CheckPredicate, 49, 134, 33, 0, // Skip to: 141058 |
26774 | | /* 132476 */ MCD_OPC_CheckField, 21, 1, 0, 127, 33, 0, // Skip to: 141058 |
26775 | | /* 132483 */ MCD_OPC_Decode, 205, 53, 198, 4, // Opcode: STRQpre |
26776 | | /* 132488 */ MCD_OPC_FilterValue, 3, 121, 0, 0, // Skip to: 132614 |
26777 | | /* 132493 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
26778 | | /* 132496 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132518 |
26779 | | /* 132501 */ MCD_OPC_CheckPredicate, 49, 104, 33, 0, // Skip to: 141058 |
26780 | | /* 132506 */ MCD_OPC_CheckField, 21, 1, 0, 97, 33, 0, // Skip to: 141058 |
26781 | | /* 132513 */ MCD_OPC_Decode, 146, 36, 198, 4, // Opcode: LDURQi |
26782 | | /* 132518 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 132540 |
26783 | | /* 132523 */ MCD_OPC_CheckPredicate, 49, 82, 33, 0, // Skip to: 141058 |
26784 | | /* 132528 */ MCD_OPC_CheckField, 21, 1, 0, 75, 33, 0, // Skip to: 141058 |
26785 | | /* 132535 */ MCD_OPC_Decode, 251, 34, 198, 4, // Opcode: LDRQpost |
26786 | | /* 132540 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 132592 |
26787 | | /* 132545 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
26788 | | /* 132548 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 132570 |
26789 | | /* 132553 */ MCD_OPC_CheckPredicate, 49, 52, 33, 0, // Skip to: 141058 |
26790 | | /* 132558 */ MCD_OPC_CheckField, 21, 1, 1, 45, 33, 0, // Skip to: 141058 |
26791 | | /* 132565 */ MCD_OPC_Decode, 253, 34, 160, 5, // Opcode: LDRQroW |
26792 | | /* 132570 */ MCD_OPC_FilterValue, 3, 35, 33, 0, // Skip to: 141058 |
26793 | | /* 132575 */ MCD_OPC_CheckPredicate, 49, 30, 33, 0, // Skip to: 141058 |
26794 | | /* 132580 */ MCD_OPC_CheckField, 21, 1, 1, 23, 33, 0, // Skip to: 141058 |
26795 | | /* 132587 */ MCD_OPC_Decode, 254, 34, 161, 5, // Opcode: LDRQroX |
26796 | | /* 132592 */ MCD_OPC_FilterValue, 3, 13, 33, 0, // Skip to: 141058 |
26797 | | /* 132597 */ MCD_OPC_CheckPredicate, 49, 8, 33, 0, // Skip to: 141058 |
26798 | | /* 132602 */ MCD_OPC_CheckField, 21, 1, 0, 1, 33, 0, // Skip to: 141058 |
26799 | | /* 132609 */ MCD_OPC_Decode, 252, 34, 198, 4, // Opcode: LDRQpre |
26800 | | /* 132614 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 132629 |
26801 | | /* 132619 */ MCD_OPC_CheckPredicate, 49, 242, 32, 0, // Skip to: 141058 |
26802 | | /* 132624 */ MCD_OPC_Decode, 188, 53, 213, 4, // Opcode: STRBui |
26803 | | /* 132629 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 132644 |
26804 | | /* 132634 */ MCD_OPC_CheckPredicate, 49, 227, 32, 0, // Skip to: 141058 |
26805 | | /* 132639 */ MCD_OPC_Decode, 233, 34, 213, 4, // Opcode: LDRBui |
26806 | | /* 132644 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 132659 |
26807 | | /* 132649 */ MCD_OPC_CheckPredicate, 49, 212, 32, 0, // Skip to: 141058 |
26808 | | /* 132654 */ MCD_OPC_Decode, 208, 53, 213, 4, // Opcode: STRQui |
26809 | | /* 132659 */ MCD_OPC_FilterValue, 7, 202, 32, 0, // Skip to: 141058 |
26810 | | /* 132664 */ MCD_OPC_CheckPredicate, 49, 197, 32, 0, // Skip to: 141058 |
26811 | | /* 132669 */ MCD_OPC_Decode, 255, 34, 213, 4, // Opcode: LDRQui |
26812 | | /* 132674 */ MCD_OPC_FilterValue, 2, 118, 12, 0, // Skip to: 135869 |
26813 | | /* 132679 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
26814 | | /* 132682 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 132697 |
26815 | | /* 132687 */ MCD_OPC_CheckPredicate, 49, 174, 32, 0, // Skip to: 141058 |
26816 | | /* 132692 */ MCD_OPC_Decode, 234, 34, 162, 5, // Opcode: LDRDl |
26817 | | /* 132697 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 132749 |
26818 | | /* 132702 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26819 | | /* 132705 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132727 |
26820 | | /* 132710 */ MCD_OPC_CheckPredicate, 50, 151, 32, 0, // Skip to: 141058 |
26821 | | /* 132715 */ MCD_OPC_CheckField, 10, 2, 2, 144, 32, 0, // Skip to: 141058 |
26822 | | /* 132722 */ MCD_OPC_Decode, 231, 52, 163, 5, // Opcode: STLURhi |
26823 | | /* 132727 */ MCD_OPC_FilterValue, 2, 134, 32, 0, // Skip to: 141058 |
26824 | | /* 132732 */ MCD_OPC_CheckPredicate, 50, 129, 32, 0, // Skip to: 141058 |
26825 | | /* 132737 */ MCD_OPC_CheckField, 10, 2, 2, 122, 32, 0, // Skip to: 141058 |
26826 | | /* 132744 */ MCD_OPC_Decode, 181, 33, 163, 5, // Opcode: LDAPURhi |
26827 | | /* 132749 */ MCD_OPC_FilterValue, 2, 252, 7, 0, // Skip to: 134798 |
26828 | | /* 132754 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
26829 | | /* 132757 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 132779 |
26830 | | /* 132762 */ MCD_OPC_CheckPredicate, 100, 99, 32, 0, // Skip to: 141058 |
26831 | | /* 132767 */ MCD_OPC_CheckField, 21, 3, 0, 92, 32, 0, // Skip to: 141058 |
26832 | | /* 132774 */ MCD_OPC_Decode, 229, 42, 164, 5, // Opcode: SHA1Crrr |
26833 | | /* 132779 */ MCD_OPC_FilterValue, 1, 114, 0, 0, // Skip to: 132898 |
26834 | | /* 132784 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
26835 | | /* 132787 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 132876 |
26836 | | /* 132792 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
26837 | | /* 132795 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 132854 |
26838 | | /* 132800 */ MCD_OPC_ExtractField, 18, 1, // Inst{18} ... |
26839 | | /* 132803 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 132832 |
26840 | | /* 132808 */ MCD_OPC_CheckPredicate, 48, 53, 32, 0, // Skip to: 141058 |
26841 | | /* 132813 */ MCD_OPC_CheckField, 21, 3, 0, 46, 32, 0, // Skip to: 141058 |
26842 | | /* 132820 */ MCD_OPC_CheckField, 19, 1, 1, 39, 32, 0, // Skip to: 141058 |
26843 | | /* 132827 */ MCD_OPC_Decode, 172, 18, 165, 5, // Opcode: DUPi64 |
26844 | | /* 132832 */ MCD_OPC_FilterValue, 1, 29, 32, 0, // Skip to: 141058 |
26845 | | /* 132837 */ MCD_OPC_CheckPredicate, 48, 24, 32, 0, // Skip to: 141058 |
26846 | | /* 132842 */ MCD_OPC_CheckField, 21, 3, 0, 17, 32, 0, // Skip to: 141058 |
26847 | | /* 132849 */ MCD_OPC_Decode, 171, 18, 166, 5, // Opcode: DUPi32 |
26848 | | /* 132854 */ MCD_OPC_FilterValue, 1, 7, 32, 0, // Skip to: 141058 |
26849 | | /* 132859 */ MCD_OPC_CheckPredicate, 48, 2, 32, 0, // Skip to: 141058 |
26850 | | /* 132864 */ MCD_OPC_CheckField, 21, 3, 0, 251, 31, 0, // Skip to: 141058 |
26851 | | /* 132871 */ MCD_OPC_Decode, 170, 18, 167, 5, // Opcode: DUPi16 |
26852 | | /* 132876 */ MCD_OPC_FilterValue, 1, 241, 31, 0, // Skip to: 141058 |
26853 | | /* 132881 */ MCD_OPC_CheckPredicate, 48, 236, 31, 0, // Skip to: 141058 |
26854 | | /* 132886 */ MCD_OPC_CheckField, 21, 3, 0, 229, 31, 0, // Skip to: 141058 |
26855 | | /* 132893 */ MCD_OPC_Decode, 173, 18, 168, 5, // Opcode: DUPi8 |
26856 | | /* 132898 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 132920 |
26857 | | /* 132903 */ MCD_OPC_CheckPredicate, 100, 214, 31, 0, // Skip to: 141058 |
26858 | | /* 132908 */ MCD_OPC_CheckField, 16, 8, 40, 207, 31, 0, // Skip to: 141058 |
26859 | | /* 132915 */ MCD_OPC_Decode, 230, 42, 255, 4, // Opcode: SHA1Hrr |
26860 | | /* 132920 */ MCD_OPC_FilterValue, 3, 63, 0, 0, // Skip to: 132988 |
26861 | | /* 132925 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26862 | | /* 132928 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 132943 |
26863 | | /* 132933 */ MCD_OPC_CheckPredicate, 48, 184, 31, 0, // Skip to: 141058 |
26864 | | /* 132938 */ MCD_OPC_Decode, 223, 45, 169, 5, // Opcode: SQADDv1i8 |
26865 | | /* 132943 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 132958 |
26866 | | /* 132948 */ MCD_OPC_CheckPredicate, 48, 169, 31, 0, // Skip to: 141058 |
26867 | | /* 132953 */ MCD_OPC_Decode, 220, 45, 153, 5, // Opcode: SQADDv1i16 |
26868 | | /* 132958 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 132973 |
26869 | | /* 132963 */ MCD_OPC_CheckPredicate, 48, 154, 31, 0, // Skip to: 141058 |
26870 | | /* 132968 */ MCD_OPC_Decode, 221, 45, 132, 5, // Opcode: SQADDv1i32 |
26871 | | /* 132973 */ MCD_OPC_FilterValue, 7, 144, 31, 0, // Skip to: 141058 |
26872 | | /* 132978 */ MCD_OPC_CheckPredicate, 48, 139, 31, 0, // Skip to: 141058 |
26873 | | /* 132983 */ MCD_OPC_Decode, 222, 45, 165, 3, // Opcode: SQADDv1i64 |
26874 | | /* 132988 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 133010 |
26875 | | /* 132993 */ MCD_OPC_CheckPredicate, 100, 124, 31, 0, // Skip to: 141058 |
26876 | | /* 132998 */ MCD_OPC_CheckField, 21, 3, 0, 117, 31, 0, // Skip to: 141058 |
26877 | | /* 133005 */ MCD_OPC_Decode, 232, 42, 164, 5, // Opcode: SHA1Prrr |
26878 | | /* 133010 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 133031 |
26879 | | /* 133015 */ MCD_OPC_CheckPredicate, 100, 102, 31, 0, // Skip to: 141058 |
26880 | | /* 133020 */ MCD_OPC_CheckField, 16, 8, 40, 95, 31, 0, // Skip to: 141058 |
26881 | | /* 133027 */ MCD_OPC_Decode, 234, 42, 1, // Opcode: SHA1SU1rr |
26882 | | /* 133031 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 133053 |
26883 | | /* 133036 */ MCD_OPC_CheckPredicate, 101, 81, 31, 0, // Skip to: 141058 |
26884 | | /* 133041 */ MCD_OPC_CheckField, 21, 3, 2, 74, 31, 0, // Skip to: 141058 |
26885 | | /* 133048 */ MCD_OPC_Decode, 175, 26, 153, 5, // Opcode: FMULX16 |
26886 | | /* 133053 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 133075 |
26887 | | /* 133058 */ MCD_OPC_CheckPredicate, 100, 59, 31, 0, // Skip to: 141058 |
26888 | | /* 133063 */ MCD_OPC_CheckField, 21, 3, 0, 52, 31, 0, // Skip to: 141058 |
26889 | | /* 133070 */ MCD_OPC_Decode, 231, 42, 164, 5, // Opcode: SHA1Mrrr |
26890 | | /* 133075 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 133097 |
26891 | | /* 133080 */ MCD_OPC_CheckPredicate, 53, 37, 31, 0, // Skip to: 141058 |
26892 | | /* 133085 */ MCD_OPC_CheckField, 21, 3, 2, 30, 31, 0, // Skip to: 141058 |
26893 | | /* 133092 */ MCD_OPC_Decode, 138, 20, 153, 5, // Opcode: FCMEQ16 |
26894 | | /* 133097 */ MCD_OPC_FilterValue, 10, 16, 0, 0, // Skip to: 133118 |
26895 | | /* 133102 */ MCD_OPC_CheckPredicate, 100, 15, 31, 0, // Skip to: 141058 |
26896 | | /* 133107 */ MCD_OPC_CheckField, 16, 8, 40, 8, 31, 0, // Skip to: 141058 |
26897 | | /* 133114 */ MCD_OPC_Decode, 237, 42, 1, // Opcode: SHA256SU0rr |
26898 | | /* 133118 */ MCD_OPC_FilterValue, 11, 63, 0, 0, // Skip to: 133186 |
26899 | | /* 133123 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26900 | | /* 133126 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 133141 |
26901 | | /* 133131 */ MCD_OPC_CheckPredicate, 48, 242, 30, 0, // Skip to: 141058 |
26902 | | /* 133136 */ MCD_OPC_Decode, 251, 48, 169, 5, // Opcode: SQSUBv1i8 |
26903 | | /* 133141 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 133156 |
26904 | | /* 133146 */ MCD_OPC_CheckPredicate, 48, 227, 30, 0, // Skip to: 141058 |
26905 | | /* 133151 */ MCD_OPC_Decode, 248, 48, 153, 5, // Opcode: SQSUBv1i16 |
26906 | | /* 133156 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 133171 |
26907 | | /* 133161 */ MCD_OPC_CheckPredicate, 48, 212, 30, 0, // Skip to: 141058 |
26908 | | /* 133166 */ MCD_OPC_Decode, 249, 48, 132, 5, // Opcode: SQSUBv1i32 |
26909 | | /* 133171 */ MCD_OPC_FilterValue, 7, 202, 30, 0, // Skip to: 141058 |
26910 | | /* 133176 */ MCD_OPC_CheckPredicate, 48, 197, 30, 0, // Skip to: 141058 |
26911 | | /* 133181 */ MCD_OPC_Decode, 250, 48, 165, 3, // Opcode: SQSUBv1i64 |
26912 | | /* 133186 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 133208 |
26913 | | /* 133191 */ MCD_OPC_CheckPredicate, 100, 182, 30, 0, // Skip to: 141058 |
26914 | | /* 133196 */ MCD_OPC_CheckField, 21, 3, 0, 175, 30, 0, // Skip to: 141058 |
26915 | | /* 133203 */ MCD_OPC_Decode, 233, 42, 188, 3, // Opcode: SHA1SU0rrr |
26916 | | /* 133208 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 133230 |
26917 | | /* 133213 */ MCD_OPC_CheckPredicate, 48, 160, 30, 0, // Skip to: 141058 |
26918 | | /* 133218 */ MCD_OPC_CheckField, 21, 3, 7, 153, 30, 0, // Skip to: 141058 |
26919 | | /* 133225 */ MCD_OPC_Decode, 201, 15, 165, 3, // Opcode: CMGTv1i64 |
26920 | | /* 133230 */ MCD_OPC_FilterValue, 14, 65, 0, 0, // Skip to: 133300 |
26921 | | /* 133235 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
26922 | | /* 133238 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 133253 |
26923 | | /* 133243 */ MCD_OPC_CheckPredicate, 48, 130, 30, 0, // Skip to: 141058 |
26924 | | /* 133248 */ MCD_OPC_Decode, 238, 54, 170, 5, // Opcode: SUQADDv1i8 |
26925 | | /* 133253 */ MCD_OPC_FilterValue, 96, 10, 0, 0, // Skip to: 133268 |
26926 | | /* 133258 */ MCD_OPC_CheckPredicate, 48, 115, 30, 0, // Skip to: 141058 |
26927 | | /* 133263 */ MCD_OPC_Decode, 235, 54, 171, 5, // Opcode: SUQADDv1i16 |
26928 | | /* 133268 */ MCD_OPC_FilterValue, 160, 1, 10, 0, 0, // Skip to: 133284 |
26929 | | /* 133274 */ MCD_OPC_CheckPredicate, 48, 99, 30, 0, // Skip to: 141058 |
26930 | | /* 133279 */ MCD_OPC_Decode, 236, 54, 172, 5, // Opcode: SUQADDv1i32 |
26931 | | /* 133284 */ MCD_OPC_FilterValue, 224, 1, 88, 30, 0, // Skip to: 141058 |
26932 | | /* 133290 */ MCD_OPC_CheckPredicate, 48, 83, 30, 0, // Skip to: 141058 |
26933 | | /* 133295 */ MCD_OPC_Decode, 237, 54, 176, 3, // Opcode: SUQADDv1i64 |
26934 | | /* 133300 */ MCD_OPC_FilterValue, 15, 48, 0, 0, // Skip to: 133353 |
26935 | | /* 133305 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26936 | | /* 133308 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 133323 |
26937 | | /* 133313 */ MCD_OPC_CheckPredicate, 101, 60, 30, 0, // Skip to: 141058 |
26938 | | /* 133318 */ MCD_OPC_Decode, 134, 27, 153, 5, // Opcode: FRECPS16 |
26939 | | /* 133323 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 133338 |
26940 | | /* 133328 */ MCD_OPC_CheckPredicate, 101, 45, 30, 0, // Skip to: 141058 |
26941 | | /* 133333 */ MCD_OPC_Decode, 139, 28, 153, 5, // Opcode: FRSQRTS16 |
26942 | | /* 133338 */ MCD_OPC_FilterValue, 7, 35, 30, 0, // Skip to: 141058 |
26943 | | /* 133343 */ MCD_OPC_CheckPredicate, 48, 30, 30, 0, // Skip to: 141058 |
26944 | | /* 133348 */ MCD_OPC_Decode, 185, 15, 165, 3, // Opcode: CMGEv1i64 |
26945 | | /* 133353 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 133375 |
26946 | | /* 133358 */ MCD_OPC_CheckPredicate, 100, 15, 30, 0, // Skip to: 141058 |
26947 | | /* 133363 */ MCD_OPC_CheckField, 21, 3, 0, 8, 30, 0, // Skip to: 141058 |
26948 | | /* 133370 */ MCD_OPC_Decode, 236, 42, 188, 3, // Opcode: SHA256Hrrr |
26949 | | /* 133375 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 133397 |
26950 | | /* 133380 */ MCD_OPC_CheckPredicate, 48, 249, 29, 0, // Skip to: 141058 |
26951 | | /* 133385 */ MCD_OPC_CheckField, 21, 3, 7, 242, 29, 0, // Skip to: 141058 |
26952 | | /* 133392 */ MCD_OPC_Decode, 251, 49, 165, 3, // Opcode: SSHLv1i64 |
26953 | | /* 133397 */ MCD_OPC_FilterValue, 18, 49, 0, 0, // Skip to: 133451 |
26954 | | /* 133402 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
26955 | | /* 133405 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 133420 |
26956 | | /* 133410 */ MCD_OPC_CheckPredicate, 48, 219, 29, 0, // Skip to: 141058 |
26957 | | /* 133415 */ MCD_OPC_Decode, 139, 49, 173, 5, // Opcode: SQXTNv1i8 |
26958 | | /* 133420 */ MCD_OPC_FilterValue, 97, 10, 0, 0, // Skip to: 133435 |
26959 | | /* 133425 */ MCD_OPC_CheckPredicate, 48, 204, 29, 0, // Skip to: 141058 |
26960 | | /* 133430 */ MCD_OPC_Decode, 137, 49, 129, 5, // Opcode: SQXTNv1i16 |
26961 | | /* 133435 */ MCD_OPC_FilterValue, 161, 1, 193, 29, 0, // Skip to: 141058 |
26962 | | /* 133441 */ MCD_OPC_CheckPredicate, 48, 188, 29, 0, // Skip to: 141058 |
26963 | | /* 133446 */ MCD_OPC_Decode, 138, 49, 222, 3, // Opcode: SQXTNv1i32 |
26964 | | /* 133451 */ MCD_OPC_FilterValue, 19, 63, 0, 0, // Skip to: 133519 |
26965 | | /* 133456 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26966 | | /* 133459 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 133474 |
26967 | | /* 133464 */ MCD_OPC_CheckPredicate, 48, 165, 29, 0, // Skip to: 141058 |
26968 | | /* 133469 */ MCD_OPC_Decode, 188, 48, 169, 5, // Opcode: SQSHLv1i8 |
26969 | | /* 133474 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 133489 |
26970 | | /* 133479 */ MCD_OPC_CheckPredicate, 48, 150, 29, 0, // Skip to: 141058 |
26971 | | /* 133484 */ MCD_OPC_Decode, 185, 48, 153, 5, // Opcode: SQSHLv1i16 |
26972 | | /* 133489 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 133504 |
26973 | | /* 133494 */ MCD_OPC_CheckPredicate, 48, 135, 29, 0, // Skip to: 141058 |
26974 | | /* 133499 */ MCD_OPC_Decode, 186, 48, 132, 5, // Opcode: SQSHLv1i32 |
26975 | | /* 133504 */ MCD_OPC_FilterValue, 7, 125, 29, 0, // Skip to: 141058 |
26976 | | /* 133509 */ MCD_OPC_CheckPredicate, 48, 120, 29, 0, // Skip to: 141058 |
26977 | | /* 133514 */ MCD_OPC_Decode, 187, 48, 165, 3, // Opcode: SQSHLv1i64 |
26978 | | /* 133519 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 133541 |
26979 | | /* 133524 */ MCD_OPC_CheckPredicate, 100, 105, 29, 0, // Skip to: 141058 |
26980 | | /* 133529 */ MCD_OPC_CheckField, 21, 3, 0, 98, 29, 0, // Skip to: 141058 |
26981 | | /* 133536 */ MCD_OPC_Decode, 235, 42, 188, 3, // Opcode: SHA256H2rrr |
26982 | | /* 133541 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 133563 |
26983 | | /* 133546 */ MCD_OPC_CheckPredicate, 48, 83, 29, 0, // Skip to: 141058 |
26984 | | /* 133551 */ MCD_OPC_CheckField, 21, 3, 7, 76, 29, 0, // Skip to: 141058 |
26985 | | /* 133558 */ MCD_OPC_Decode, 207, 49, 165, 3, // Opcode: SRSHLv1i64 |
26986 | | /* 133563 */ MCD_OPC_FilterValue, 23, 63, 0, 0, // Skip to: 133631 |
26987 | | /* 133568 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
26988 | | /* 133571 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 133586 |
26989 | | /* 133576 */ MCD_OPC_CheckPredicate, 48, 53, 29, 0, // Skip to: 141058 |
26990 | | /* 133581 */ MCD_OPC_Decode, 231, 47, 169, 5, // Opcode: SQRSHLv1i8 |
26991 | | /* 133586 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 133601 |
26992 | | /* 133591 */ MCD_OPC_CheckPredicate, 48, 38, 29, 0, // Skip to: 141058 |
26993 | | /* 133596 */ MCD_OPC_Decode, 228, 47, 153, 5, // Opcode: SQRSHLv1i16 |
26994 | | /* 133601 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 133616 |
26995 | | /* 133606 */ MCD_OPC_CheckPredicate, 48, 23, 29, 0, // Skip to: 141058 |
26996 | | /* 133611 */ MCD_OPC_Decode, 229, 47, 132, 5, // Opcode: SQRSHLv1i32 |
26997 | | /* 133616 */ MCD_OPC_FilterValue, 7, 13, 29, 0, // Skip to: 141058 |
26998 | | /* 133621 */ MCD_OPC_CheckPredicate, 48, 8, 29, 0, // Skip to: 141058 |
26999 | | /* 133626 */ MCD_OPC_Decode, 230, 47, 165, 3, // Opcode: SQRSHLv1i64 |
27000 | | /* 133631 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 133653 |
27001 | | /* 133636 */ MCD_OPC_CheckPredicate, 100, 249, 28, 0, // Skip to: 141058 |
27002 | | /* 133641 */ MCD_OPC_CheckField, 21, 3, 0, 242, 28, 0, // Skip to: 141058 |
27003 | | /* 133648 */ MCD_OPC_Decode, 238, 42, 188, 3, // Opcode: SHA256SU1rrr |
27004 | | /* 133653 */ MCD_OPC_FilterValue, 30, 65, 0, 0, // Skip to: 133723 |
27005 | | /* 133658 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27006 | | /* 133661 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 133676 |
27007 | | /* 133666 */ MCD_OPC_CheckPredicate, 48, 219, 28, 0, // Skip to: 141058 |
27008 | | /* 133671 */ MCD_OPC_Decode, 200, 45, 174, 5, // Opcode: SQABSv1i8 |
27009 | | /* 133676 */ MCD_OPC_FilterValue, 96, 10, 0, 0, // Skip to: 133691 |
27010 | | /* 133681 */ MCD_OPC_CheckPredicate, 48, 204, 28, 0, // Skip to: 141058 |
27011 | | /* 133686 */ MCD_OPC_Decode, 197, 45, 148, 5, // Opcode: SQABSv1i16 |
27012 | | /* 133691 */ MCD_OPC_FilterValue, 160, 1, 10, 0, 0, // Skip to: 133707 |
27013 | | /* 133697 */ MCD_OPC_CheckPredicate, 48, 188, 28, 0, // Skip to: 141058 |
27014 | | /* 133702 */ MCD_OPC_Decode, 198, 45, 255, 4, // Opcode: SQABSv1i32 |
27015 | | /* 133707 */ MCD_OPC_FilterValue, 224, 1, 177, 28, 0, // Skip to: 141058 |
27016 | | /* 133713 */ MCD_OPC_CheckPredicate, 48, 172, 28, 0, // Skip to: 141058 |
27017 | | /* 133718 */ MCD_OPC_Decode, 199, 45, 166, 3, // Opcode: SQABSv1i64 |
27018 | | /* 133723 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 133745 |
27019 | | /* 133728 */ MCD_OPC_CheckPredicate, 48, 157, 28, 0, // Skip to: 141058 |
27020 | | /* 133733 */ MCD_OPC_CheckField, 21, 3, 7, 150, 28, 0, // Skip to: 141058 |
27021 | | /* 133740 */ MCD_OPC_Decode, 155, 12, 165, 3, // Opcode: ADDv1i64 |
27022 | | /* 133745 */ MCD_OPC_FilterValue, 34, 18, 0, 0, // Skip to: 133768 |
27023 | | /* 133750 */ MCD_OPC_CheckPredicate, 48, 135, 28, 0, // Skip to: 141058 |
27024 | | /* 133755 */ MCD_OPC_CheckField, 16, 8, 224, 1, 127, 28, 0, // Skip to: 141058 |
27025 | | /* 133763 */ MCD_OPC_Decode, 202, 15, 166, 3, // Opcode: CMGTv1i64rz |
27026 | | /* 133768 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 133790 |
27027 | | /* 133773 */ MCD_OPC_CheckPredicate, 48, 112, 28, 0, // Skip to: 141058 |
27028 | | /* 133778 */ MCD_OPC_CheckField, 21, 3, 7, 105, 28, 0, // Skip to: 141058 |
27029 | | /* 133785 */ MCD_OPC_Decode, 220, 16, 165, 3, // Opcode: CMTSTv1i64 |
27030 | | /* 133790 */ MCD_OPC_FilterValue, 36, 33, 0, 0, // Skip to: 133828 |
27031 | | /* 133795 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27032 | | /* 133798 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 133813 |
27033 | | /* 133803 */ MCD_OPC_CheckPredicate, 48, 82, 28, 0, // Skip to: 141058 |
27034 | | /* 133808 */ MCD_OPC_Decode, 153, 46, 175, 5, // Opcode: SQDMLALi16 |
27035 | | /* 133813 */ MCD_OPC_FilterValue, 5, 72, 28, 0, // Skip to: 141058 |
27036 | | /* 133818 */ MCD_OPC_CheckPredicate, 48, 67, 28, 0, // Skip to: 141058 |
27037 | | /* 133823 */ MCD_OPC_Decode, 154, 46, 176, 5, // Opcode: SQDMLALi32 |
27038 | | /* 133828 */ MCD_OPC_FilterValue, 38, 18, 0, 0, // Skip to: 133851 |
27039 | | /* 133833 */ MCD_OPC_CheckPredicate, 48, 52, 28, 0, // Skip to: 141058 |
27040 | | /* 133838 */ MCD_OPC_CheckField, 16, 8, 224, 1, 44, 28, 0, // Skip to: 141058 |
27041 | | /* 133846 */ MCD_OPC_Decode, 170, 15, 166, 3, // Opcode: CMEQv1i64rz |
27042 | | /* 133851 */ MCD_OPC_FilterValue, 42, 112, 0, 0, // Skip to: 133968 |
27043 | | /* 133856 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27044 | | /* 133859 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 133874 |
27045 | | /* 133864 */ MCD_OPC_CheckPredicate, 48, 21, 28, 0, // Skip to: 141058 |
27046 | | /* 133869 */ MCD_OPC_Decode, 213, 21, 255, 4, // Opcode: FCVTNSv1i32 |
27047 | | /* 133874 */ MCD_OPC_FilterValue, 97, 10, 0, 0, // Skip to: 133889 |
27048 | | /* 133879 */ MCD_OPC_CheckPredicate, 48, 6, 28, 0, // Skip to: 141058 |
27049 | | /* 133884 */ MCD_OPC_Decode, 214, 21, 166, 3, // Opcode: FCVTNSv1i64 |
27050 | | /* 133889 */ MCD_OPC_FilterValue, 121, 10, 0, 0, // Skip to: 133904 |
27051 | | /* 133894 */ MCD_OPC_CheckPredicate, 53, 247, 27, 0, // Skip to: 141058 |
27052 | | /* 133899 */ MCD_OPC_Decode, 212, 21, 148, 5, // Opcode: FCVTNSv1f16 |
27053 | | /* 133904 */ MCD_OPC_FilterValue, 161, 1, 10, 0, 0, // Skip to: 133920 |
27054 | | /* 133910 */ MCD_OPC_CheckPredicate, 48, 231, 27, 0, // Skip to: 141058 |
27055 | | /* 133915 */ MCD_OPC_Decode, 255, 21, 255, 4, // Opcode: FCVTPSv1i32 |
27056 | | /* 133920 */ MCD_OPC_FilterValue, 224, 1, 10, 0, 0, // Skip to: 133936 |
27057 | | /* 133926 */ MCD_OPC_CheckPredicate, 48, 215, 27, 0, // Skip to: 141058 |
27058 | | /* 133931 */ MCD_OPC_Decode, 246, 15, 166, 3, // Opcode: CMLTv1i64rz |
27059 | | /* 133936 */ MCD_OPC_FilterValue, 225, 1, 10, 0, 0, // Skip to: 133952 |
27060 | | /* 133942 */ MCD_OPC_CheckPredicate, 48, 199, 27, 0, // Skip to: 141058 |
27061 | | /* 133947 */ MCD_OPC_Decode, 128, 22, 166, 3, // Opcode: FCVTPSv1i64 |
27062 | | /* 133952 */ MCD_OPC_FilterValue, 249, 1, 188, 27, 0, // Skip to: 141058 |
27063 | | /* 133958 */ MCD_OPC_CheckPredicate, 53, 183, 27, 0, // Skip to: 141058 |
27064 | | /* 133963 */ MCD_OPC_Decode, 254, 21, 148, 5, // Opcode: FCVTPSv1f16 |
27065 | | /* 133968 */ MCD_OPC_FilterValue, 44, 33, 0, 0, // Skip to: 134006 |
27066 | | /* 133973 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27067 | | /* 133976 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 133991 |
27068 | | /* 133981 */ MCD_OPC_CheckPredicate, 48, 160, 27, 0, // Skip to: 141058 |
27069 | | /* 133986 */ MCD_OPC_Decode, 178, 46, 175, 5, // Opcode: SQDMLSLi16 |
27070 | | /* 133991 */ MCD_OPC_FilterValue, 5, 150, 27, 0, // Skip to: 141058 |
27071 | | /* 133996 */ MCD_OPC_CheckPredicate, 48, 145, 27, 0, // Skip to: 141058 |
27072 | | /* 134001 */ MCD_OPC_Decode, 179, 46, 176, 5, // Opcode: SQDMLSLi32 |
27073 | | /* 134006 */ MCD_OPC_FilterValue, 45, 33, 0, 0, // Skip to: 134044 |
27074 | | /* 134011 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27075 | | /* 134014 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 134029 |
27076 | | /* 134019 */ MCD_OPC_CheckPredicate, 48, 122, 27, 0, // Skip to: 141058 |
27077 | | /* 134024 */ MCD_OPC_Decode, 213, 46, 153, 5, // Opcode: SQDMULHv1i16 |
27078 | | /* 134029 */ MCD_OPC_FilterValue, 5, 112, 27, 0, // Skip to: 141058 |
27079 | | /* 134034 */ MCD_OPC_CheckPredicate, 48, 107, 27, 0, // Skip to: 141058 |
27080 | | /* 134039 */ MCD_OPC_Decode, 215, 46, 132, 5, // Opcode: SQDMULHv1i32 |
27081 | | /* 134044 */ MCD_OPC_FilterValue, 46, 128, 0, 0, // Skip to: 134177 |
27082 | | /* 134049 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27083 | | /* 134052 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 134067 |
27084 | | /* 134057 */ MCD_OPC_CheckPredicate, 48, 84, 27, 0, // Skip to: 141058 |
27085 | | /* 134062 */ MCD_OPC_Decode, 184, 21, 255, 4, // Opcode: FCVTMSv1i32 |
27086 | | /* 134067 */ MCD_OPC_FilterValue, 97, 10, 0, 0, // Skip to: 134082 |
27087 | | /* 134072 */ MCD_OPC_CheckPredicate, 48, 69, 27, 0, // Skip to: 141058 |
27088 | | /* 134077 */ MCD_OPC_Decode, 185, 21, 166, 3, // Opcode: FCVTMSv1i64 |
27089 | | /* 134082 */ MCD_OPC_FilterValue, 121, 10, 0, 0, // Skip to: 134097 |
27090 | | /* 134087 */ MCD_OPC_CheckPredicate, 53, 54, 27, 0, // Skip to: 141058 |
27091 | | /* 134092 */ MCD_OPC_Decode, 183, 21, 148, 5, // Opcode: FCVTMSv1f16 |
27092 | | /* 134097 */ MCD_OPC_FilterValue, 161, 1, 10, 0, 0, // Skip to: 134113 |
27093 | | /* 134103 */ MCD_OPC_CheckPredicate, 48, 38, 27, 0, // Skip to: 141058 |
27094 | | /* 134108 */ MCD_OPC_Decode, 180, 22, 255, 4, // Opcode: FCVTZSv1i32 |
27095 | | /* 134113 */ MCD_OPC_FilterValue, 224, 1, 10, 0, 0, // Skip to: 134129 |
27096 | | /* 134119 */ MCD_OPC_CheckPredicate, 48, 22, 27, 0, // Skip to: 141058 |
27097 | | /* 134124 */ MCD_OPC_Decode, 176, 11, 166, 3, // Opcode: ABSv1i64 |
27098 | | /* 134129 */ MCD_OPC_FilterValue, 225, 1, 10, 0, 0, // Skip to: 134145 |
27099 | | /* 134135 */ MCD_OPC_CheckPredicate, 48, 6, 27, 0, // Skip to: 141058 |
27100 | | /* 134140 */ MCD_OPC_Decode, 181, 22, 166, 3, // Opcode: FCVTZSv1i64 |
27101 | | /* 134145 */ MCD_OPC_FilterValue, 241, 1, 10, 0, 0, // Skip to: 134161 |
27102 | | /* 134151 */ MCD_OPC_CheckPredicate, 48, 246, 26, 0, // Skip to: 141058 |
27103 | | /* 134156 */ MCD_OPC_Decode, 215, 11, 171, 3, // Opcode: ADDPv2i64p |
27104 | | /* 134161 */ MCD_OPC_FilterValue, 249, 1, 235, 26, 0, // Skip to: 141058 |
27105 | | /* 134167 */ MCD_OPC_CheckPredicate, 53, 230, 26, 0, // Skip to: 141058 |
27106 | | /* 134172 */ MCD_OPC_Decode, 179, 22, 148, 5, // Opcode: FCVTZSv1f16 |
27107 | | /* 134177 */ MCD_OPC_FilterValue, 50, 127, 0, 0, // Skip to: 134309 |
27108 | | /* 134182 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27109 | | /* 134185 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 134200 |
27110 | | /* 134190 */ MCD_OPC_CheckPredicate, 48, 207, 26, 0, // Skip to: 141058 |
27111 | | /* 134195 */ MCD_OPC_Decode, 145, 21, 255, 4, // Opcode: FCVTASv1i32 |
27112 | | /* 134200 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 134215 |
27113 | | /* 134205 */ MCD_OPC_CheckPredicate, 53, 192, 26, 0, // Skip to: 141058 |
27114 | | /* 134210 */ MCD_OPC_Decode, 185, 23, 177, 3, // Opcode: FMAXNMPv2i16p |
27115 | | /* 134215 */ MCD_OPC_FilterValue, 97, 10, 0, 0, // Skip to: 134230 |
27116 | | /* 134220 */ MCD_OPC_CheckPredicate, 48, 177, 26, 0, // Skip to: 141058 |
27117 | | /* 134225 */ MCD_OPC_Decode, 146, 21, 166, 3, // Opcode: FCVTASv1i64 |
27118 | | /* 134230 */ MCD_OPC_FilterValue, 121, 10, 0, 0, // Skip to: 134245 |
27119 | | /* 134235 */ MCD_OPC_CheckPredicate, 53, 162, 26, 0, // Skip to: 141058 |
27120 | | /* 134240 */ MCD_OPC_Decode, 144, 21, 148, 5, // Opcode: FCVTASv1f16 |
27121 | | /* 134245 */ MCD_OPC_FilterValue, 160, 1, 10, 0, 0, // Skip to: 134261 |
27122 | | /* 134251 */ MCD_OPC_CheckPredicate, 48, 146, 26, 0, // Skip to: 141058 |
27123 | | /* 134256 */ MCD_OPC_Decode, 192, 20, 255, 4, // Opcode: FCMGTv1i32rz |
27124 | | /* 134261 */ MCD_OPC_FilterValue, 176, 1, 10, 0, 0, // Skip to: 134277 |
27125 | | /* 134267 */ MCD_OPC_CheckPredicate, 53, 130, 26, 0, // Skip to: 141058 |
27126 | | /* 134272 */ MCD_OPC_Decode, 149, 24, 177, 3, // Opcode: FMINNMPv2i16p |
27127 | | /* 134277 */ MCD_OPC_FilterValue, 224, 1, 10, 0, 0, // Skip to: 134293 |
27128 | | /* 134283 */ MCD_OPC_CheckPredicate, 48, 114, 26, 0, // Skip to: 141058 |
27129 | | /* 134288 */ MCD_OPC_Decode, 193, 20, 166, 3, // Opcode: FCMGTv1i64rz |
27130 | | /* 134293 */ MCD_OPC_FilterValue, 248, 1, 103, 26, 0, // Skip to: 141058 |
27131 | | /* 134299 */ MCD_OPC_CheckPredicate, 53, 98, 26, 0, // Skip to: 141058 |
27132 | | /* 134304 */ MCD_OPC_Decode, 191, 20, 148, 5, // Opcode: FCMGTv1i16rz |
27133 | | /* 134309 */ MCD_OPC_FilterValue, 52, 33, 0, 0, // Skip to: 134347 |
27134 | | /* 134314 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27135 | | /* 134317 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 134332 |
27136 | | /* 134322 */ MCD_OPC_CheckPredicate, 48, 75, 26, 0, // Skip to: 141058 |
27137 | | /* 134327 */ MCD_OPC_Decode, 235, 46, 177, 5, // Opcode: SQDMULLi16 |
27138 | | /* 134332 */ MCD_OPC_FilterValue, 5, 65, 26, 0, // Skip to: 141058 |
27139 | | /* 134337 */ MCD_OPC_CheckPredicate, 48, 60, 26, 0, // Skip to: 141058 |
27140 | | /* 134342 */ MCD_OPC_Decode, 236, 46, 178, 5, // Opcode: SQDMULLi32 |
27141 | | /* 134347 */ MCD_OPC_FilterValue, 54, 159, 0, 0, // Skip to: 134511 |
27142 | | /* 134352 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27143 | | /* 134355 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 134370 |
27144 | | /* 134360 */ MCD_OPC_CheckPredicate, 48, 37, 26, 0, // Skip to: 141058 |
27145 | | /* 134365 */ MCD_OPC_Decode, 145, 42, 255, 4, // Opcode: SCVTFv1i32 |
27146 | | /* 134370 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 134385 |
27147 | | /* 134375 */ MCD_OPC_CheckPredicate, 53, 22, 26, 0, // Skip to: 141058 |
27148 | | /* 134380 */ MCD_OPC_Decode, 182, 19, 177, 3, // Opcode: FADDPv2i16p |
27149 | | /* 134385 */ MCD_OPC_FilterValue, 97, 10, 0, 0, // Skip to: 134400 |
27150 | | /* 134390 */ MCD_OPC_CheckPredicate, 48, 7, 26, 0, // Skip to: 141058 |
27151 | | /* 134395 */ MCD_OPC_Decode, 146, 42, 166, 3, // Opcode: SCVTFv1i64 |
27152 | | /* 134400 */ MCD_OPC_FilterValue, 121, 10, 0, 0, // Skip to: 134415 |
27153 | | /* 134405 */ MCD_OPC_CheckPredicate, 53, 248, 25, 0, // Skip to: 141058 |
27154 | | /* 134410 */ MCD_OPC_Decode, 144, 42, 148, 5, // Opcode: SCVTFv1i16 |
27155 | | /* 134415 */ MCD_OPC_FilterValue, 160, 1, 10, 0, 0, // Skip to: 134431 |
27156 | | /* 134421 */ MCD_OPC_CheckPredicate, 48, 232, 25, 0, // Skip to: 141058 |
27157 | | /* 134426 */ MCD_OPC_Decode, 148, 20, 255, 4, // Opcode: FCMEQv1i32rz |
27158 | | /* 134431 */ MCD_OPC_FilterValue, 161, 1, 10, 0, 0, // Skip to: 134447 |
27159 | | /* 134437 */ MCD_OPC_CheckPredicate, 51, 216, 25, 0, // Skip to: 141058 |
27160 | | /* 134442 */ MCD_OPC_Decode, 255, 26, 255, 4, // Opcode: FRECPEv1i32 |
27161 | | /* 134447 */ MCD_OPC_FilterValue, 224, 1, 10, 0, 0, // Skip to: 134463 |
27162 | | /* 134453 */ MCD_OPC_CheckPredicate, 48, 200, 25, 0, // Skip to: 141058 |
27163 | | /* 134458 */ MCD_OPC_Decode, 149, 20, 166, 3, // Opcode: FCMEQv1i64rz |
27164 | | /* 134463 */ MCD_OPC_FilterValue, 225, 1, 10, 0, 0, // Skip to: 134479 |
27165 | | /* 134469 */ MCD_OPC_CheckPredicate, 51, 184, 25, 0, // Skip to: 141058 |
27166 | | /* 134474 */ MCD_OPC_Decode, 128, 27, 166, 3, // Opcode: FRECPEv1i64 |
27167 | | /* 134479 */ MCD_OPC_FilterValue, 248, 1, 10, 0, 0, // Skip to: 134495 |
27168 | | /* 134485 */ MCD_OPC_CheckPredicate, 53, 168, 25, 0, // Skip to: 141058 |
27169 | | /* 134490 */ MCD_OPC_Decode, 147, 20, 148, 5, // Opcode: FCMEQv1i16rz |
27170 | | /* 134495 */ MCD_OPC_FilterValue, 249, 1, 157, 25, 0, // Skip to: 141058 |
27171 | | /* 134501 */ MCD_OPC_CheckPredicate, 101, 152, 25, 0, // Skip to: 141058 |
27172 | | /* 134506 */ MCD_OPC_Decode, 254, 26, 148, 5, // Opcode: FRECPEv1f16 |
27173 | | /* 134511 */ MCD_OPC_FilterValue, 55, 33, 0, 0, // Skip to: 134549 |
27174 | | /* 134516 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27175 | | /* 134519 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 134534 |
27176 | | /* 134524 */ MCD_OPC_CheckPredicate, 51, 129, 25, 0, // Skip to: 141058 |
27177 | | /* 134529 */ MCD_OPC_Decode, 176, 26, 132, 5, // Opcode: FMULX32 |
27178 | | /* 134534 */ MCD_OPC_FilterValue, 3, 119, 25, 0, // Skip to: 141058 |
27179 | | /* 134539 */ MCD_OPC_CheckPredicate, 51, 114, 25, 0, // Skip to: 141058 |
27180 | | /* 134544 */ MCD_OPC_Decode, 177, 26, 165, 3, // Opcode: FMULX64 |
27181 | | /* 134549 */ MCD_OPC_FilterValue, 57, 33, 0, 0, // Skip to: 134587 |
27182 | | /* 134554 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27183 | | /* 134557 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 134572 |
27184 | | /* 134562 */ MCD_OPC_CheckPredicate, 48, 91, 25, 0, // Skip to: 141058 |
27185 | | /* 134567 */ MCD_OPC_Decode, 139, 20, 132, 5, // Opcode: FCMEQ32 |
27186 | | /* 134572 */ MCD_OPC_FilterValue, 3, 81, 25, 0, // Skip to: 141058 |
27187 | | /* 134577 */ MCD_OPC_CheckPredicate, 48, 76, 25, 0, // Skip to: 141058 |
27188 | | /* 134582 */ MCD_OPC_Decode, 140, 20, 165, 3, // Opcode: FCMEQ64 |
27189 | | /* 134587 */ MCD_OPC_FilterValue, 58, 51, 0, 0, // Skip to: 134643 |
27190 | | /* 134592 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27191 | | /* 134595 */ MCD_OPC_FilterValue, 160, 1, 10, 0, 0, // Skip to: 134611 |
27192 | | /* 134601 */ MCD_OPC_CheckPredicate, 48, 52, 25, 0, // Skip to: 141058 |
27193 | | /* 134606 */ MCD_OPC_Decode, 232, 20, 255, 4, // Opcode: FCMLTv1i32rz |
27194 | | /* 134611 */ MCD_OPC_FilterValue, 224, 1, 10, 0, 0, // Skip to: 134627 |
27195 | | /* 134617 */ MCD_OPC_CheckPredicate, 48, 36, 25, 0, // Skip to: 141058 |
27196 | | /* 134622 */ MCD_OPC_Decode, 233, 20, 166, 3, // Opcode: FCMLTv1i64rz |
27197 | | /* 134627 */ MCD_OPC_FilterValue, 248, 1, 25, 25, 0, // Skip to: 141058 |
27198 | | /* 134633 */ MCD_OPC_CheckPredicate, 53, 20, 25, 0, // Skip to: 141058 |
27199 | | /* 134638 */ MCD_OPC_Decode, 231, 20, 148, 5, // Opcode: FCMLTv1i16rz |
27200 | | /* 134643 */ MCD_OPC_FilterValue, 62, 82, 0, 0, // Skip to: 134730 |
27201 | | /* 134648 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
27202 | | /* 134651 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 134666 |
27203 | | /* 134656 */ MCD_OPC_CheckPredicate, 53, 253, 24, 0, // Skip to: 141058 |
27204 | | /* 134661 */ MCD_OPC_Decode, 229, 23, 177, 3, // Opcode: FMAXPv2i16p |
27205 | | /* 134666 */ MCD_OPC_FilterValue, 161, 1, 10, 0, 0, // Skip to: 134682 |
27206 | | /* 134672 */ MCD_OPC_CheckPredicate, 51, 237, 24, 0, // Skip to: 141058 |
27207 | | /* 134677 */ MCD_OPC_Decode, 149, 27, 255, 4, // Opcode: FRECPXv1i32 |
27208 | | /* 134682 */ MCD_OPC_FilterValue, 176, 1, 10, 0, 0, // Skip to: 134698 |
27209 | | /* 134688 */ MCD_OPC_CheckPredicate, 53, 221, 24, 0, // Skip to: 141058 |
27210 | | /* 134693 */ MCD_OPC_Decode, 193, 24, 177, 3, // Opcode: FMINPv2i16p |
27211 | | /* 134698 */ MCD_OPC_FilterValue, 225, 1, 10, 0, 0, // Skip to: 134714 |
27212 | | /* 134704 */ MCD_OPC_CheckPredicate, 51, 205, 24, 0, // Skip to: 141058 |
27213 | | /* 134709 */ MCD_OPC_Decode, 150, 27, 166, 3, // Opcode: FRECPXv1i64 |
27214 | | /* 134714 */ MCD_OPC_FilterValue, 249, 1, 194, 24, 0, // Skip to: 141058 |
27215 | | /* 134720 */ MCD_OPC_CheckPredicate, 101, 189, 24, 0, // Skip to: 141058 |
27216 | | /* 134725 */ MCD_OPC_Decode, 148, 27, 148, 5, // Opcode: FRECPXv1f16 |
27217 | | /* 134730 */ MCD_OPC_FilterValue, 63, 179, 24, 0, // Skip to: 141058 |
27218 | | /* 134735 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
27219 | | /* 134738 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 134753 |
27220 | | /* 134743 */ MCD_OPC_CheckPredicate, 51, 166, 24, 0, // Skip to: 141058 |
27221 | | /* 134748 */ MCD_OPC_Decode, 135, 27, 132, 5, // Opcode: FRECPS32 |
27222 | | /* 134753 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 134768 |
27223 | | /* 134758 */ MCD_OPC_CheckPredicate, 51, 151, 24, 0, // Skip to: 141058 |
27224 | | /* 134763 */ MCD_OPC_Decode, 136, 27, 165, 3, // Opcode: FRECPS64 |
27225 | | /* 134768 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 134783 |
27226 | | /* 134773 */ MCD_OPC_CheckPredicate, 51, 136, 24, 0, // Skip to: 141058 |
27227 | | /* 134778 */ MCD_OPC_Decode, 140, 28, 132, 5, // Opcode: FRSQRTS32 |
27228 | | /* 134783 */ MCD_OPC_FilterValue, 7, 126, 24, 0, // Skip to: 141058 |
27229 | | /* 134788 */ MCD_OPC_CheckPredicate, 51, 121, 24, 0, // Skip to: 141058 |
27230 | | /* 134793 */ MCD_OPC_Decode, 141, 28, 165, 3, // Opcode: FRSQRTS64 |
27231 | | /* 134798 */ MCD_OPC_FilterValue, 3, 111, 24, 0, // Skip to: 141058 |
27232 | | /* 134803 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
27233 | | /* 134806 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 134835 |
27234 | | /* 134811 */ MCD_OPC_CheckPredicate, 48, 98, 24, 0, // Skip to: 141058 |
27235 | | /* 134816 */ MCD_OPC_CheckField, 22, 2, 1, 91, 24, 0, // Skip to: 141058 |
27236 | | /* 134823 */ MCD_OPC_CheckField, 10, 2, 1, 84, 24, 0, // Skip to: 141058 |
27237 | | /* 134830 */ MCD_OPC_Decode, 130, 50, 179, 5, // Opcode: SSHRd |
27238 | | /* 134835 */ MCD_OPC_FilterValue, 1, 98, 0, 0, // Skip to: 134938 |
27239 | | /* 134840 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27240 | | /* 134843 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 134865 |
27241 | | /* 134848 */ MCD_OPC_CheckPredicate, 53, 61, 24, 0, // Skip to: 141058 |
27242 | | /* 134853 */ MCD_OPC_CheckField, 10, 1, 0, 54, 24, 0, // Skip to: 141058 |
27243 | | /* 134860 */ MCD_OPC_Decode, 188, 25, 180, 5, // Opcode: FMLAv1i16_indexed |
27244 | | /* 134865 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 134887 |
27245 | | /* 134870 */ MCD_OPC_CheckPredicate, 48, 39, 24, 0, // Skip to: 141058 |
27246 | | /* 134875 */ MCD_OPC_CheckField, 10, 2, 1, 32, 24, 0, // Skip to: 141058 |
27247 | | /* 134882 */ MCD_OPC_Decode, 142, 50, 181, 5, // Opcode: SSRAd |
27248 | | /* 134887 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 134909 |
27249 | | /* 134892 */ MCD_OPC_CheckPredicate, 48, 17, 24, 0, // Skip to: 141058 |
27250 | | /* 134897 */ MCD_OPC_CheckField, 10, 1, 0, 10, 24, 0, // Skip to: 141058 |
27251 | | /* 134904 */ MCD_OPC_Decode, 189, 25, 182, 5, // Opcode: FMLAv1i32_indexed |
27252 | | /* 134909 */ MCD_OPC_FilterValue, 3, 0, 24, 0, // Skip to: 141058 |
27253 | | /* 134914 */ MCD_OPC_CheckPredicate, 48, 251, 23, 0, // Skip to: 141058 |
27254 | | /* 134919 */ MCD_OPC_CheckField, 21, 1, 0, 244, 23, 0, // Skip to: 141058 |
27255 | | /* 134926 */ MCD_OPC_CheckField, 10, 1, 0, 237, 23, 0, // Skip to: 141058 |
27256 | | /* 134933 */ MCD_OPC_Decode, 190, 25, 183, 5, // Opcode: FMLAv1i64_indexed |
27257 | | /* 134938 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 134967 |
27258 | | /* 134943 */ MCD_OPC_CheckPredicate, 48, 222, 23, 0, // Skip to: 141058 |
27259 | | /* 134948 */ MCD_OPC_CheckField, 22, 2, 1, 215, 23, 0, // Skip to: 141058 |
27260 | | /* 134955 */ MCD_OPC_CheckField, 10, 2, 1, 208, 23, 0, // Skip to: 141058 |
27261 | | /* 134962 */ MCD_OPC_Decode, 218, 49, 179, 5, // Opcode: SRSHRd |
27262 | | /* 134967 */ MCD_OPC_FilterValue, 3, 70, 0, 0, // Skip to: 135042 |
27263 | | /* 134972 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
27264 | | /* 134975 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 135013 |
27265 | | /* 134980 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27266 | | /* 134983 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 134998 |
27267 | | /* 134988 */ MCD_OPC_CheckPredicate, 48, 177, 23, 0, // Skip to: 141058 |
27268 | | /* 134993 */ MCD_OPC_Decode, 155, 46, 184, 5, // Opcode: SQDMLALv1i32_indexed |
27269 | | /* 134998 */ MCD_OPC_FilterValue, 2, 167, 23, 0, // Skip to: 141058 |
27270 | | /* 135003 */ MCD_OPC_CheckPredicate, 48, 162, 23, 0, // Skip to: 141058 |
27271 | | /* 135008 */ MCD_OPC_Decode, 156, 46, 185, 5, // Opcode: SQDMLALv1i64_indexed |
27272 | | /* 135013 */ MCD_OPC_FilterValue, 1, 152, 23, 0, // Skip to: 141058 |
27273 | | /* 135018 */ MCD_OPC_CheckPredicate, 48, 147, 23, 0, // Skip to: 141058 |
27274 | | /* 135023 */ MCD_OPC_CheckField, 22, 2, 1, 140, 23, 0, // Skip to: 141058 |
27275 | | /* 135030 */ MCD_OPC_CheckField, 11, 1, 0, 133, 23, 0, // Skip to: 141058 |
27276 | | /* 135037 */ MCD_OPC_Decode, 230, 49, 181, 5, // Opcode: SRSRAd |
27277 | | /* 135042 */ MCD_OPC_FilterValue, 5, 98, 0, 0, // Skip to: 135145 |
27278 | | /* 135047 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27279 | | /* 135050 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 135072 |
27280 | | /* 135055 */ MCD_OPC_CheckPredicate, 53, 110, 23, 0, // Skip to: 141058 |
27281 | | /* 135060 */ MCD_OPC_CheckField, 10, 1, 0, 103, 23, 0, // Skip to: 141058 |
27282 | | /* 135067 */ MCD_OPC_Decode, 245, 25, 180, 5, // Opcode: FMLSv1i16_indexed |
27283 | | /* 135072 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 135094 |
27284 | | /* 135077 */ MCD_OPC_CheckPredicate, 48, 88, 23, 0, // Skip to: 141058 |
27285 | | /* 135082 */ MCD_OPC_CheckField, 10, 2, 1, 81, 23, 0, // Skip to: 141058 |
27286 | | /* 135089 */ MCD_OPC_Decode, 131, 43, 186, 5, // Opcode: SHLd |
27287 | | /* 135094 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 135116 |
27288 | | /* 135099 */ MCD_OPC_CheckPredicate, 48, 66, 23, 0, // Skip to: 141058 |
27289 | | /* 135104 */ MCD_OPC_CheckField, 10, 1, 0, 59, 23, 0, // Skip to: 141058 |
27290 | | /* 135111 */ MCD_OPC_Decode, 246, 25, 182, 5, // Opcode: FMLSv1i32_indexed |
27291 | | /* 135116 */ MCD_OPC_FilterValue, 3, 49, 23, 0, // Skip to: 141058 |
27292 | | /* 135121 */ MCD_OPC_CheckPredicate, 48, 44, 23, 0, // Skip to: 141058 |
27293 | | /* 135126 */ MCD_OPC_CheckField, 21, 1, 0, 37, 23, 0, // Skip to: 141058 |
27294 | | /* 135133 */ MCD_OPC_CheckField, 10, 1, 0, 30, 23, 0, // Skip to: 141058 |
27295 | | /* 135140 */ MCD_OPC_Decode, 247, 25, 183, 5, // Opcode: FMLSv1i64_indexed |
27296 | | /* 135145 */ MCD_OPC_FilterValue, 7, 159, 0, 0, // Skip to: 135309 |
27297 | | /* 135150 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27298 | | /* 135153 */ MCD_OPC_FilterValue, 0, 84, 0, 0, // Skip to: 135242 |
27299 | | /* 135158 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27300 | | /* 135161 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 135220 |
27301 | | /* 135166 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27302 | | /* 135169 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 135198 |
27303 | | /* 135174 */ MCD_OPC_CheckPredicate, 48, 247, 22, 0, // Skip to: 141058 |
27304 | | /* 135179 */ MCD_OPC_CheckField, 19, 1, 1, 240, 22, 0, // Skip to: 141058 |
27305 | | /* 135186 */ MCD_OPC_CheckField, 10, 2, 1, 233, 22, 0, // Skip to: 141058 |
27306 | | /* 135193 */ MCD_OPC_Decode, 179, 48, 187, 5, // Opcode: SQSHLb |
27307 | | /* 135198 */ MCD_OPC_FilterValue, 1, 223, 22, 0, // Skip to: 141058 |
27308 | | /* 135203 */ MCD_OPC_CheckPredicate, 48, 218, 22, 0, // Skip to: 141058 |
27309 | | /* 135208 */ MCD_OPC_CheckField, 10, 2, 1, 211, 22, 0, // Skip to: 141058 |
27310 | | /* 135215 */ MCD_OPC_Decode, 181, 48, 188, 5, // Opcode: SQSHLh |
27311 | | /* 135220 */ MCD_OPC_FilterValue, 1, 201, 22, 0, // Skip to: 141058 |
27312 | | /* 135225 */ MCD_OPC_CheckPredicate, 48, 196, 22, 0, // Skip to: 141058 |
27313 | | /* 135230 */ MCD_OPC_CheckField, 10, 2, 1, 189, 22, 0, // Skip to: 141058 |
27314 | | /* 135237 */ MCD_OPC_Decode, 182, 48, 189, 5, // Opcode: SQSHLs |
27315 | | /* 135242 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 135287 |
27316 | | /* 135247 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
27317 | | /* 135250 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 135265 |
27318 | | /* 135255 */ MCD_OPC_CheckPredicate, 48, 166, 22, 0, // Skip to: 141058 |
27319 | | /* 135260 */ MCD_OPC_Decode, 180, 46, 184, 5, // Opcode: SQDMLSLv1i32_indexed |
27320 | | /* 135265 */ MCD_OPC_FilterValue, 1, 156, 22, 0, // Skip to: 141058 |
27321 | | /* 135270 */ MCD_OPC_CheckPredicate, 48, 151, 22, 0, // Skip to: 141058 |
27322 | | /* 135275 */ MCD_OPC_CheckField, 11, 1, 0, 144, 22, 0, // Skip to: 141058 |
27323 | | /* 135282 */ MCD_OPC_Decode, 180, 48, 186, 5, // Opcode: SQSHLd |
27324 | | /* 135287 */ MCD_OPC_FilterValue, 2, 134, 22, 0, // Skip to: 141058 |
27325 | | /* 135292 */ MCD_OPC_CheckPredicate, 48, 129, 22, 0, // Skip to: 141058 |
27326 | | /* 135297 */ MCD_OPC_CheckField, 10, 1, 0, 122, 22, 0, // Skip to: 141058 |
27327 | | /* 135304 */ MCD_OPC_Decode, 181, 46, 185, 5, // Opcode: SQDMLSLv1i64_indexed |
27328 | | /* 135309 */ MCD_OPC_FilterValue, 9, 221, 0, 0, // Skip to: 135535 |
27329 | | /* 135314 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27330 | | /* 135317 */ MCD_OPC_FilterValue, 0, 162, 0, 0, // Skip to: 135484 |
27331 | | /* 135322 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
27332 | | /* 135325 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 135340 |
27333 | | /* 135330 */ MCD_OPC_CheckPredicate, 53, 91, 22, 0, // Skip to: 141058 |
27334 | | /* 135335 */ MCD_OPC_Decode, 206, 26, 190, 5, // Opcode: FMULv1i16_indexed |
27335 | | /* 135340 */ MCD_OPC_FilterValue, 1, 81, 22, 0, // Skip to: 141058 |
27336 | | /* 135345 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
27337 | | /* 135348 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 135416 |
27338 | | /* 135353 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27339 | | /* 135356 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 135401 |
27340 | | /* 135361 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27341 | | /* 135364 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 135386 |
27342 | | /* 135369 */ MCD_OPC_CheckPredicate, 48, 52, 22, 0, // Skip to: 141058 |
27343 | | /* 135374 */ MCD_OPC_CheckField, 19, 1, 1, 45, 22, 0, // Skip to: 141058 |
27344 | | /* 135381 */ MCD_OPC_Decode, 207, 48, 191, 5, // Opcode: SQSHRNb |
27345 | | /* 135386 */ MCD_OPC_FilterValue, 1, 35, 22, 0, // Skip to: 141058 |
27346 | | /* 135391 */ MCD_OPC_CheckPredicate, 48, 30, 22, 0, // Skip to: 141058 |
27347 | | /* 135396 */ MCD_OPC_Decode, 208, 48, 192, 5, // Opcode: SQSHRNh |
27348 | | /* 135401 */ MCD_OPC_FilterValue, 1, 20, 22, 0, // Skip to: 141058 |
27349 | | /* 135406 */ MCD_OPC_CheckPredicate, 48, 15, 22, 0, // Skip to: 141058 |
27350 | | /* 135411 */ MCD_OPC_Decode, 209, 48, 193, 5, // Opcode: SQSHRNs |
27351 | | /* 135416 */ MCD_OPC_FilterValue, 1, 5, 22, 0, // Skip to: 141058 |
27352 | | /* 135421 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27353 | | /* 135424 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 135469 |
27354 | | /* 135429 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27355 | | /* 135432 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 135454 |
27356 | | /* 135437 */ MCD_OPC_CheckPredicate, 48, 240, 21, 0, // Skip to: 141058 |
27357 | | /* 135442 */ MCD_OPC_CheckField, 19, 1, 1, 233, 21, 0, // Skip to: 141058 |
27358 | | /* 135449 */ MCD_OPC_Decode, 247, 47, 191, 5, // Opcode: SQRSHRNb |
27359 | | /* 135454 */ MCD_OPC_FilterValue, 1, 223, 21, 0, // Skip to: 141058 |
27360 | | /* 135459 */ MCD_OPC_CheckPredicate, 48, 218, 21, 0, // Skip to: 141058 |
27361 | | /* 135464 */ MCD_OPC_Decode, 248, 47, 192, 5, // Opcode: SQRSHRNh |
27362 | | /* 135469 */ MCD_OPC_FilterValue, 1, 208, 21, 0, // Skip to: 141058 |
27363 | | /* 135474 */ MCD_OPC_CheckPredicate, 48, 203, 21, 0, // Skip to: 141058 |
27364 | | /* 135479 */ MCD_OPC_Decode, 249, 47, 193, 5, // Opcode: SQRSHRNs |
27365 | | /* 135484 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 135506 |
27366 | | /* 135489 */ MCD_OPC_CheckPredicate, 48, 188, 21, 0, // Skip to: 141058 |
27367 | | /* 135494 */ MCD_OPC_CheckField, 10, 1, 0, 181, 21, 0, // Skip to: 141058 |
27368 | | /* 135501 */ MCD_OPC_Decode, 207, 26, 194, 5, // Opcode: FMULv1i32_indexed |
27369 | | /* 135506 */ MCD_OPC_FilterValue, 3, 171, 21, 0, // Skip to: 141058 |
27370 | | /* 135511 */ MCD_OPC_CheckPredicate, 48, 166, 21, 0, // Skip to: 141058 |
27371 | | /* 135516 */ MCD_OPC_CheckField, 21, 1, 0, 159, 21, 0, // Skip to: 141058 |
27372 | | /* 135523 */ MCD_OPC_CheckField, 10, 1, 0, 152, 21, 0, // Skip to: 141058 |
27373 | | /* 135530 */ MCD_OPC_Decode, 208, 26, 195, 5, // Opcode: FMULv1i64_indexed |
27374 | | /* 135535 */ MCD_OPC_FilterValue, 11, 47, 0, 0, // Skip to: 135587 |
27375 | | /* 135540 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27376 | | /* 135543 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 135565 |
27377 | | /* 135548 */ MCD_OPC_CheckPredicate, 48, 129, 21, 0, // Skip to: 141058 |
27378 | | /* 135553 */ MCD_OPC_CheckField, 10, 1, 0, 122, 21, 0, // Skip to: 141058 |
27379 | | /* 135560 */ MCD_OPC_Decode, 237, 46, 196, 5, // Opcode: SQDMULLv1i32_indexed |
27380 | | /* 135565 */ MCD_OPC_FilterValue, 2, 112, 21, 0, // Skip to: 141058 |
27381 | | /* 135570 */ MCD_OPC_CheckPredicate, 48, 107, 21, 0, // Skip to: 141058 |
27382 | | /* 135575 */ MCD_OPC_CheckField, 10, 1, 0, 100, 21, 0, // Skip to: 141058 |
27383 | | /* 135582 */ MCD_OPC_Decode, 238, 46, 197, 5, // Opcode: SQDMULLv1i64_indexed |
27384 | | /* 135587 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 135639 |
27385 | | /* 135592 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27386 | | /* 135595 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 135617 |
27387 | | /* 135600 */ MCD_OPC_CheckPredicate, 48, 77, 21, 0, // Skip to: 141058 |
27388 | | /* 135605 */ MCD_OPC_CheckField, 10, 1, 0, 70, 21, 0, // Skip to: 141058 |
27389 | | /* 135612 */ MCD_OPC_Decode, 214, 46, 190, 5, // Opcode: SQDMULHv1i16_indexed |
27390 | | /* 135617 */ MCD_OPC_FilterValue, 2, 60, 21, 0, // Skip to: 141058 |
27391 | | /* 135622 */ MCD_OPC_CheckPredicate, 48, 55, 21, 0, // Skip to: 141058 |
27392 | | /* 135627 */ MCD_OPC_CheckField, 10, 1, 0, 48, 21, 0, // Skip to: 141058 |
27393 | | /* 135634 */ MCD_OPC_Decode, 216, 46, 194, 5, // Opcode: SQDMULHv1i32_indexed |
27394 | | /* 135639 */ MCD_OPC_FilterValue, 13, 47, 0, 0, // Skip to: 135691 |
27395 | | /* 135644 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27396 | | /* 135647 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 135669 |
27397 | | /* 135652 */ MCD_OPC_CheckPredicate, 48, 25, 21, 0, // Skip to: 141058 |
27398 | | /* 135657 */ MCD_OPC_CheckField, 10, 1, 0, 18, 21, 0, // Skip to: 141058 |
27399 | | /* 135664 */ MCD_OPC_Decode, 208, 47, 190, 5, // Opcode: SQRDMULHv1i16_indexed |
27400 | | /* 135669 */ MCD_OPC_FilterValue, 2, 8, 21, 0, // Skip to: 141058 |
27401 | | /* 135674 */ MCD_OPC_CheckPredicate, 48, 3, 21, 0, // Skip to: 141058 |
27402 | | /* 135679 */ MCD_OPC_CheckField, 10, 1, 0, 252, 20, 0, // Skip to: 141058 |
27403 | | /* 135686 */ MCD_OPC_Decode, 210, 47, 194, 5, // Opcode: SQRDMULHv1i32_indexed |
27404 | | /* 135691 */ MCD_OPC_FilterValue, 14, 84, 0, 0, // Skip to: 135780 |
27405 | | /* 135696 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27406 | | /* 135699 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 135758 |
27407 | | /* 135704 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27408 | | /* 135707 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 135736 |
27409 | | /* 135712 */ MCD_OPC_CheckPredicate, 53, 221, 20, 0, // Skip to: 141058 |
27410 | | /* 135717 */ MCD_OPC_CheckField, 20, 1, 1, 214, 20, 0, // Skip to: 141058 |
27411 | | /* 135724 */ MCD_OPC_CheckField, 10, 2, 1, 207, 20, 0, // Skip to: 141058 |
27412 | | /* 135731 */ MCD_OPC_Decode, 142, 42, 198, 5, // Opcode: SCVTFh |
27413 | | /* 135736 */ MCD_OPC_FilterValue, 1, 197, 20, 0, // Skip to: 141058 |
27414 | | /* 135741 */ MCD_OPC_CheckPredicate, 48, 192, 20, 0, // Skip to: 141058 |
27415 | | /* 135746 */ MCD_OPC_CheckField, 10, 2, 1, 185, 20, 0, // Skip to: 141058 |
27416 | | /* 135753 */ MCD_OPC_Decode, 143, 42, 199, 5, // Opcode: SCVTFs |
27417 | | /* 135758 */ MCD_OPC_FilterValue, 1, 175, 20, 0, // Skip to: 141058 |
27418 | | /* 135763 */ MCD_OPC_CheckPredicate, 48, 170, 20, 0, // Skip to: 141058 |
27419 | | /* 135768 */ MCD_OPC_CheckField, 10, 2, 1, 163, 20, 0, // Skip to: 141058 |
27420 | | /* 135775 */ MCD_OPC_Decode, 141, 42, 179, 5, // Opcode: SCVTFd |
27421 | | /* 135780 */ MCD_OPC_FilterValue, 15, 153, 20, 0, // Skip to: 141058 |
27422 | | /* 135785 */ MCD_OPC_ExtractField, 22, 2, // Inst{23-22} ... |
27423 | | /* 135788 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 135847 |
27424 | | /* 135793 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27425 | | /* 135796 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 135825 |
27426 | | /* 135801 */ MCD_OPC_CheckPredicate, 53, 132, 20, 0, // Skip to: 141058 |
27427 | | /* 135806 */ MCD_OPC_CheckField, 20, 1, 1, 125, 20, 0, // Skip to: 141058 |
27428 | | /* 135813 */ MCD_OPC_CheckField, 10, 2, 3, 118, 20, 0, // Skip to: 141058 |
27429 | | /* 135820 */ MCD_OPC_Decode, 177, 22, 198, 5, // Opcode: FCVTZSh |
27430 | | /* 135825 */ MCD_OPC_FilterValue, 1, 108, 20, 0, // Skip to: 141058 |
27431 | | /* 135830 */ MCD_OPC_CheckPredicate, 48, 103, 20, 0, // Skip to: 141058 |
27432 | | /* 135835 */ MCD_OPC_CheckField, 10, 2, 3, 96, 20, 0, // Skip to: 141058 |
27433 | | /* 135842 */ MCD_OPC_Decode, 178, 22, 199, 5, // Opcode: FCVTZSs |
27434 | | /* 135847 */ MCD_OPC_FilterValue, 1, 86, 20, 0, // Skip to: 141058 |
27435 | | /* 135852 */ MCD_OPC_CheckPredicate, 48, 81, 20, 0, // Skip to: 141058 |
27436 | | /* 135857 */ MCD_OPC_CheckField, 10, 2, 3, 74, 20, 0, // Skip to: 141058 |
27437 | | /* 135864 */ MCD_OPC_Decode, 176, 22, 179, 5, // Opcode: FCVTZSd |
27438 | | /* 135869 */ MCD_OPC_FilterValue, 3, 17, 13, 0, // Skip to: 139219 |
27439 | | /* 135874 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
27440 | | /* 135877 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 136003 |
27441 | | /* 135882 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
27442 | | /* 135885 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 135907 |
27443 | | /* 135890 */ MCD_OPC_CheckPredicate, 49, 43, 20, 0, // Skip to: 141058 |
27444 | | /* 135895 */ MCD_OPC_CheckField, 21, 1, 0, 36, 20, 0, // Skip to: 141058 |
27445 | | /* 135902 */ MCD_OPC_Decode, 236, 53, 198, 4, // Opcode: STURHi |
27446 | | /* 135907 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 135929 |
27447 | | /* 135912 */ MCD_OPC_CheckPredicate, 49, 21, 20, 0, // Skip to: 141058 |
27448 | | /* 135917 */ MCD_OPC_CheckField, 21, 1, 0, 14, 20, 0, // Skip to: 141058 |
27449 | | /* 135924 */ MCD_OPC_Decode, 199, 53, 198, 4, // Opcode: STRHpost |
27450 | | /* 135929 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 135981 |
27451 | | /* 135934 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
27452 | | /* 135937 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 135959 |
27453 | | /* 135942 */ MCD_OPC_CheckPredicate, 49, 247, 19, 0, // Skip to: 141058 |
27454 | | /* 135947 */ MCD_OPC_CheckField, 21, 1, 1, 240, 19, 0, // Skip to: 141058 |
27455 | | /* 135954 */ MCD_OPC_Decode, 201, 53, 200, 5, // Opcode: STRHroW |
27456 | | /* 135959 */ MCD_OPC_FilterValue, 3, 230, 19, 0, // Skip to: 141058 |
27457 | | /* 135964 */ MCD_OPC_CheckPredicate, 49, 225, 19, 0, // Skip to: 141058 |
27458 | | /* 135969 */ MCD_OPC_CheckField, 21, 1, 1, 218, 19, 0, // Skip to: 141058 |
27459 | | /* 135976 */ MCD_OPC_Decode, 202, 53, 201, 5, // Opcode: STRHroX |
27460 | | /* 135981 */ MCD_OPC_FilterValue, 3, 208, 19, 0, // Skip to: 141058 |
27461 | | /* 135986 */ MCD_OPC_CheckPredicate, 49, 203, 19, 0, // Skip to: 141058 |
27462 | | /* 135991 */ MCD_OPC_CheckField, 21, 1, 0, 196, 19, 0, // Skip to: 141058 |
27463 | | /* 135998 */ MCD_OPC_Decode, 200, 53, 198, 4, // Opcode: STRHpre |
27464 | | /* 136003 */ MCD_OPC_FilterValue, 1, 121, 0, 0, // Skip to: 136129 |
27465 | | /* 136008 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
27466 | | /* 136011 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 136033 |
27467 | | /* 136016 */ MCD_OPC_CheckPredicate, 49, 173, 19, 0, // Skip to: 141058 |
27468 | | /* 136021 */ MCD_OPC_CheckField, 21, 1, 0, 166, 19, 0, // Skip to: 141058 |
27469 | | /* 136028 */ MCD_OPC_Decode, 145, 36, 198, 4, // Opcode: LDURHi |
27470 | | /* 136033 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 136055 |
27471 | | /* 136038 */ MCD_OPC_CheckPredicate, 49, 151, 19, 0, // Skip to: 141058 |
27472 | | /* 136043 */ MCD_OPC_CheckField, 21, 1, 0, 144, 19, 0, // Skip to: 141058 |
27473 | | /* 136050 */ MCD_OPC_Decode, 245, 34, 198, 4, // Opcode: LDRHpost |
27474 | | /* 136055 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 136107 |
27475 | | /* 136060 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
27476 | | /* 136063 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 136085 |
27477 | | /* 136068 */ MCD_OPC_CheckPredicate, 49, 121, 19, 0, // Skip to: 141058 |
27478 | | /* 136073 */ MCD_OPC_CheckField, 21, 1, 1, 114, 19, 0, // Skip to: 141058 |
27479 | | /* 136080 */ MCD_OPC_Decode, 247, 34, 200, 5, // Opcode: LDRHroW |
27480 | | /* 136085 */ MCD_OPC_FilterValue, 3, 104, 19, 0, // Skip to: 141058 |
27481 | | /* 136090 */ MCD_OPC_CheckPredicate, 49, 99, 19, 0, // Skip to: 141058 |
27482 | | /* 136095 */ MCD_OPC_CheckField, 21, 1, 1, 92, 19, 0, // Skip to: 141058 |
27483 | | /* 136102 */ MCD_OPC_Decode, 248, 34, 201, 5, // Opcode: LDRHroX |
27484 | | /* 136107 */ MCD_OPC_FilterValue, 3, 82, 19, 0, // Skip to: 141058 |
27485 | | /* 136112 */ MCD_OPC_CheckPredicate, 49, 77, 19, 0, // Skip to: 141058 |
27486 | | /* 136117 */ MCD_OPC_CheckField, 21, 1, 0, 70, 19, 0, // Skip to: 141058 |
27487 | | /* 136124 */ MCD_OPC_Decode, 246, 34, 198, 4, // Opcode: LDRHpre |
27488 | | /* 136129 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 136144 |
27489 | | /* 136134 */ MCD_OPC_CheckPredicate, 49, 55, 19, 0, // Skip to: 141058 |
27490 | | /* 136139 */ MCD_OPC_Decode, 203, 53, 213, 4, // Opcode: STRHui |
27491 | | /* 136144 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 136159 |
27492 | | /* 136149 */ MCD_OPC_CheckPredicate, 49, 40, 19, 0, // Skip to: 141058 |
27493 | | /* 136154 */ MCD_OPC_Decode, 249, 34, 213, 4, // Opcode: LDRHui |
27494 | | /* 136159 */ MCD_OPC_FilterValue, 8, 109, 1, 0, // Skip to: 136529 |
27495 | | /* 136164 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
27496 | | /* 136167 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 136189 |
27497 | | /* 136172 */ MCD_OPC_CheckPredicate, 48, 17, 19, 0, // Skip to: 141058 |
27498 | | /* 136177 */ MCD_OPC_CheckField, 21, 1, 1, 10, 19, 0, // Skip to: 141058 |
27499 | | /* 136184 */ MCD_OPC_Decode, 185, 59, 169, 5, // Opcode: UQADDv1i8 |
27500 | | /* 136189 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 136211 |
27501 | | /* 136194 */ MCD_OPC_CheckPredicate, 48, 251, 18, 0, // Skip to: 141058 |
27502 | | /* 136199 */ MCD_OPC_CheckField, 16, 6, 33, 244, 18, 0, // Skip to: 141058 |
27503 | | /* 136206 */ MCD_OPC_Decode, 154, 49, 173, 5, // Opcode: SQXTUNv1i8 |
27504 | | /* 136211 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 136233 |
27505 | | /* 136216 */ MCD_OPC_CheckPredicate, 48, 229, 18, 0, // Skip to: 141058 |
27506 | | /* 136221 */ MCD_OPC_CheckField, 21, 1, 1, 222, 18, 0, // Skip to: 141058 |
27507 | | /* 136228 */ MCD_OPC_Decode, 223, 60, 169, 5, // Opcode: UQSUBv1i8 |
27508 | | /* 136233 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 136255 |
27509 | | /* 136238 */ MCD_OPC_CheckPredicate, 48, 207, 18, 0, // Skip to: 141058 |
27510 | | /* 136243 */ MCD_OPC_CheckField, 16, 6, 32, 200, 18, 0, // Skip to: 141058 |
27511 | | /* 136250 */ MCD_OPC_Decode, 251, 61, 170, 5, // Opcode: USQADDv1i8 |
27512 | | /* 136255 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 136277 |
27513 | | /* 136260 */ MCD_OPC_CheckPredicate, 48, 185, 18, 0, // Skip to: 141058 |
27514 | | /* 136265 */ MCD_OPC_CheckField, 16, 6, 33, 178, 18, 0, // Skip to: 141058 |
27515 | | /* 136272 */ MCD_OPC_Decode, 239, 60, 173, 5, // Opcode: UQXTNv1i8 |
27516 | | /* 136277 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 136299 |
27517 | | /* 136282 */ MCD_OPC_CheckPredicate, 48, 163, 18, 0, // Skip to: 141058 |
27518 | | /* 136287 */ MCD_OPC_CheckField, 21, 1, 1, 156, 18, 0, // Skip to: 141058 |
27519 | | /* 136294 */ MCD_OPC_Decode, 175, 60, 169, 5, // Opcode: UQSHLv1i8 |
27520 | | /* 136299 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 136321 |
27521 | | /* 136304 */ MCD_OPC_CheckPredicate, 48, 141, 18, 0, // Skip to: 141058 |
27522 | | /* 136309 */ MCD_OPC_CheckField, 21, 1, 1, 134, 18, 0, // Skip to: 141058 |
27523 | | /* 136316 */ MCD_OPC_Decode, 254, 59, 169, 5, // Opcode: UQRSHLv1i8 |
27524 | | /* 136321 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 136343 |
27525 | | /* 136326 */ MCD_OPC_CheckPredicate, 48, 119, 18, 0, // Skip to: 141058 |
27526 | | /* 136331 */ MCD_OPC_CheckField, 16, 6, 32, 112, 18, 0, // Skip to: 141058 |
27527 | | /* 136338 */ MCD_OPC_Decode, 149, 47, 174, 5, // Opcode: SQNEGv1i8 |
27528 | | /* 136343 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 136365 |
27529 | | /* 136348 */ MCD_OPC_CheckPredicate, 48, 97, 18, 0, // Skip to: 141058 |
27530 | | /* 136353 */ MCD_OPC_CheckField, 16, 6, 33, 90, 18, 0, // Skip to: 141058 |
27531 | | /* 136360 */ MCD_OPC_Decode, 230, 21, 255, 4, // Opcode: FCVTNUv1i32 |
27532 | | /* 136365 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 136387 |
27533 | | /* 136370 */ MCD_OPC_CheckPredicate, 48, 75, 18, 0, // Skip to: 141058 |
27534 | | /* 136375 */ MCD_OPC_CheckField, 16, 6, 33, 68, 18, 0, // Skip to: 141058 |
27535 | | /* 136382 */ MCD_OPC_Decode, 198, 21, 255, 4, // Opcode: FCVTMUv1i32 |
27536 | | /* 136387 */ MCD_OPC_FilterValue, 50, 33, 0, 0, // Skip to: 136425 |
27537 | | /* 136392 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27538 | | /* 136395 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136410 |
27539 | | /* 136400 */ MCD_OPC_CheckPredicate, 48, 45, 18, 0, // Skip to: 141058 |
27540 | | /* 136405 */ MCD_OPC_Decode, 159, 21, 255, 4, // Opcode: FCVTAUv1i32 |
27541 | | /* 136410 */ MCD_OPC_FilterValue, 48, 35, 18, 0, // Skip to: 141058 |
27542 | | /* 136415 */ MCD_OPC_CheckPredicate, 48, 30, 18, 0, // Skip to: 141058 |
27543 | | /* 136420 */ MCD_OPC_Decode, 186, 23, 222, 3, // Opcode: FMAXNMPv2i32p |
27544 | | /* 136425 */ MCD_OPC_FilterValue, 54, 33, 0, 0, // Skip to: 136463 |
27545 | | /* 136430 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27546 | | /* 136433 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136448 |
27547 | | /* 136438 */ MCD_OPC_CheckPredicate, 48, 7, 18, 0, // Skip to: 141058 |
27548 | | /* 136443 */ MCD_OPC_Decode, 233, 56, 255, 4, // Opcode: UCVTFv1i32 |
27549 | | /* 136448 */ MCD_OPC_FilterValue, 48, 253, 17, 0, // Skip to: 141058 |
27550 | | /* 136453 */ MCD_OPC_CheckPredicate, 48, 248, 17, 0, // Skip to: 141058 |
27551 | | /* 136458 */ MCD_OPC_Decode, 183, 19, 222, 3, // Opcode: FADDPv2i32p |
27552 | | /* 136463 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 136485 |
27553 | | /* 136468 */ MCD_OPC_CheckPredicate, 48, 233, 17, 0, // Skip to: 141058 |
27554 | | /* 136473 */ MCD_OPC_CheckField, 21, 1, 1, 226, 17, 0, // Skip to: 141058 |
27555 | | /* 136480 */ MCD_OPC_Decode, 161, 20, 132, 5, // Opcode: FCMGE32 |
27556 | | /* 136485 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 136507 |
27557 | | /* 136490 */ MCD_OPC_CheckPredicate, 48, 211, 17, 0, // Skip to: 141058 |
27558 | | /* 136495 */ MCD_OPC_CheckField, 21, 1, 1, 204, 17, 0, // Skip to: 141058 |
27559 | | /* 136502 */ MCD_OPC_Decode, 151, 19, 132, 5, // Opcode: FACGE32 |
27560 | | /* 136507 */ MCD_OPC_FilterValue, 62, 194, 17, 0, // Skip to: 141058 |
27561 | | /* 136512 */ MCD_OPC_CheckPredicate, 48, 189, 17, 0, // Skip to: 141058 |
27562 | | /* 136517 */ MCD_OPC_CheckField, 16, 6, 48, 182, 17, 0, // Skip to: 141058 |
27563 | | /* 136524 */ MCD_OPC_Decode, 230, 23, 222, 3, // Opcode: FMAXPv2i32p |
27564 | | /* 136529 */ MCD_OPC_FilterValue, 9, 41, 2, 0, // Skip to: 137087 |
27565 | | /* 136534 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
27566 | | /* 136537 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 136559 |
27567 | | /* 136542 */ MCD_OPC_CheckPredicate, 48, 159, 17, 0, // Skip to: 141058 |
27568 | | /* 136547 */ MCD_OPC_CheckField, 21, 1, 1, 152, 17, 0, // Skip to: 141058 |
27569 | | /* 136554 */ MCD_OPC_Decode, 182, 59, 153, 5, // Opcode: UQADDv1i16 |
27570 | | /* 136559 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 136581 |
27571 | | /* 136564 */ MCD_OPC_CheckPredicate, 53, 137, 17, 0, // Skip to: 141058 |
27572 | | /* 136569 */ MCD_OPC_CheckField, 21, 1, 0, 130, 17, 0, // Skip to: 141058 |
27573 | | /* 136576 */ MCD_OPC_Decode, 160, 20, 153, 5, // Opcode: FCMGE16 |
27574 | | /* 136581 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 136603 |
27575 | | /* 136586 */ MCD_OPC_CheckPredicate, 48, 115, 17, 0, // Skip to: 141058 |
27576 | | /* 136591 */ MCD_OPC_CheckField, 16, 6, 33, 108, 17, 0, // Skip to: 141058 |
27577 | | /* 136598 */ MCD_OPC_Decode, 152, 49, 129, 5, // Opcode: SQXTUNv1i16 |
27578 | | /* 136603 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 136641 |
27579 | | /* 136608 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27580 | | /* 136611 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 136626 |
27581 | | /* 136616 */ MCD_OPC_CheckPredicate, 53, 85, 17, 0, // Skip to: 141058 |
27582 | | /* 136621 */ MCD_OPC_Decode, 150, 19, 153, 5, // Opcode: FACGE16 |
27583 | | /* 136626 */ MCD_OPC_FilterValue, 1, 75, 17, 0, // Skip to: 141058 |
27584 | | /* 136631 */ MCD_OPC_CheckPredicate, 48, 70, 17, 0, // Skip to: 141058 |
27585 | | /* 136636 */ MCD_OPC_Decode, 220, 60, 153, 5, // Opcode: UQSUBv1i16 |
27586 | | /* 136641 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 136663 |
27587 | | /* 136646 */ MCD_OPC_CheckPredicate, 48, 55, 17, 0, // Skip to: 141058 |
27588 | | /* 136651 */ MCD_OPC_CheckField, 16, 6, 32, 48, 17, 0, // Skip to: 141058 |
27589 | | /* 136658 */ MCD_OPC_Decode, 248, 61, 171, 5, // Opcode: USQADDv1i16 |
27590 | | /* 136663 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 136685 |
27591 | | /* 136668 */ MCD_OPC_CheckPredicate, 48, 33, 17, 0, // Skip to: 141058 |
27592 | | /* 136673 */ MCD_OPC_CheckField, 16, 6, 33, 26, 17, 0, // Skip to: 141058 |
27593 | | /* 136680 */ MCD_OPC_Decode, 237, 60, 129, 5, // Opcode: UQXTNv1i16 |
27594 | | /* 136685 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 136707 |
27595 | | /* 136690 */ MCD_OPC_CheckPredicate, 48, 11, 17, 0, // Skip to: 141058 |
27596 | | /* 136695 */ MCD_OPC_CheckField, 21, 1, 1, 4, 17, 0, // Skip to: 141058 |
27597 | | /* 136702 */ MCD_OPC_Decode, 172, 60, 153, 5, // Opcode: UQSHLv1i16 |
27598 | | /* 136707 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 136729 |
27599 | | /* 136712 */ MCD_OPC_CheckPredicate, 48, 245, 16, 0, // Skip to: 141058 |
27600 | | /* 136717 */ MCD_OPC_CheckField, 21, 1, 1, 238, 16, 0, // Skip to: 141058 |
27601 | | /* 136724 */ MCD_OPC_Decode, 251, 59, 153, 5, // Opcode: UQRSHLv1i16 |
27602 | | /* 136729 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 136751 |
27603 | | /* 136734 */ MCD_OPC_CheckPredicate, 48, 223, 16, 0, // Skip to: 141058 |
27604 | | /* 136739 */ MCD_OPC_CheckField, 16, 6, 33, 216, 16, 0, // Skip to: 141058 |
27605 | | /* 136746 */ MCD_OPC_Decode, 151, 22, 222, 3, // Opcode: FCVTXNv1i64 |
27606 | | /* 136751 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 136773 |
27607 | | /* 136756 */ MCD_OPC_CheckPredicate, 48, 201, 16, 0, // Skip to: 141058 |
27608 | | /* 136761 */ MCD_OPC_CheckField, 16, 6, 32, 194, 16, 0, // Skip to: 141058 |
27609 | | /* 136768 */ MCD_OPC_Decode, 146, 47, 148, 5, // Opcode: SQNEGv1i16 |
27610 | | /* 136773 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 136795 |
27611 | | /* 136778 */ MCD_OPC_CheckPredicate, 102, 179, 16, 0, // Skip to: 141058 |
27612 | | /* 136783 */ MCD_OPC_CheckField, 21, 1, 0, 172, 16, 0, // Skip to: 141058 |
27613 | | /* 136790 */ MCD_OPC_Decode, 169, 47, 202, 5, // Opcode: SQRDMLAHv1i16 |
27614 | | /* 136795 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 136817 |
27615 | | /* 136800 */ MCD_OPC_CheckPredicate, 102, 157, 16, 0, // Skip to: 141058 |
27616 | | /* 136805 */ MCD_OPC_CheckField, 21, 1, 0, 150, 16, 0, // Skip to: 141058 |
27617 | | /* 136812 */ MCD_OPC_Decode, 188, 47, 202, 5, // Opcode: SQRDMLSHv1i16 |
27618 | | /* 136817 */ MCD_OPC_FilterValue, 42, 33, 0, 0, // Skip to: 136855 |
27619 | | /* 136822 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27620 | | /* 136825 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136840 |
27621 | | /* 136830 */ MCD_OPC_CheckPredicate, 48, 127, 16, 0, // Skip to: 141058 |
27622 | | /* 136835 */ MCD_OPC_Decode, 231, 21, 166, 3, // Opcode: FCVTNUv1i64 |
27623 | | /* 136840 */ MCD_OPC_FilterValue, 57, 117, 16, 0, // Skip to: 141058 |
27624 | | /* 136845 */ MCD_OPC_CheckPredicate, 53, 112, 16, 0, // Skip to: 141058 |
27625 | | /* 136850 */ MCD_OPC_Decode, 229, 21, 148, 5, // Opcode: FCVTNUv1f16 |
27626 | | /* 136855 */ MCD_OPC_FilterValue, 45, 17, 0, 0, // Skip to: 136877 |
27627 | | /* 136860 */ MCD_OPC_CheckPredicate, 48, 97, 16, 0, // Skip to: 141058 |
27628 | | /* 136865 */ MCD_OPC_CheckField, 21, 1, 1, 90, 16, 0, // Skip to: 141058 |
27629 | | /* 136872 */ MCD_OPC_Decode, 207, 47, 153, 5, // Opcode: SQRDMULHv1i16 |
27630 | | /* 136877 */ MCD_OPC_FilterValue, 46, 33, 0, 0, // Skip to: 136915 |
27631 | | /* 136882 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27632 | | /* 136885 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136900 |
27633 | | /* 136890 */ MCD_OPC_CheckPredicate, 48, 67, 16, 0, // Skip to: 141058 |
27634 | | /* 136895 */ MCD_OPC_Decode, 199, 21, 166, 3, // Opcode: FCVTMUv1i64 |
27635 | | /* 136900 */ MCD_OPC_FilterValue, 57, 57, 16, 0, // Skip to: 141058 |
27636 | | /* 136905 */ MCD_OPC_CheckPredicate, 53, 52, 16, 0, // Skip to: 141058 |
27637 | | /* 136910 */ MCD_OPC_Decode, 197, 21, 148, 5, // Opcode: FCVTMUv1f16 |
27638 | | /* 136915 */ MCD_OPC_FilterValue, 50, 48, 0, 0, // Skip to: 136968 |
27639 | | /* 136920 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27640 | | /* 136923 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136938 |
27641 | | /* 136928 */ MCD_OPC_CheckPredicate, 48, 29, 16, 0, // Skip to: 141058 |
27642 | | /* 136933 */ MCD_OPC_Decode, 160, 21, 166, 3, // Opcode: FCVTAUv1i64 |
27643 | | /* 136938 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 136953 |
27644 | | /* 136943 */ MCD_OPC_CheckPredicate, 48, 14, 16, 0, // Skip to: 141058 |
27645 | | /* 136948 */ MCD_OPC_Decode, 187, 23, 171, 3, // Opcode: FMAXNMPv2i64p |
27646 | | /* 136953 */ MCD_OPC_FilterValue, 57, 4, 16, 0, // Skip to: 141058 |
27647 | | /* 136958 */ MCD_OPC_CheckPredicate, 53, 255, 15, 0, // Skip to: 141058 |
27648 | | /* 136963 */ MCD_OPC_Decode, 158, 21, 148, 5, // Opcode: FCVTAUv1f16 |
27649 | | /* 136968 */ MCD_OPC_FilterValue, 54, 48, 0, 0, // Skip to: 137021 |
27650 | | /* 136973 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27651 | | /* 136976 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 136991 |
27652 | | /* 136981 */ MCD_OPC_CheckPredicate, 48, 232, 15, 0, // Skip to: 141058 |
27653 | | /* 136986 */ MCD_OPC_Decode, 234, 56, 166, 3, // Opcode: UCVTFv1i64 |
27654 | | /* 136991 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 137006 |
27655 | | /* 136996 */ MCD_OPC_CheckPredicate, 48, 217, 15, 0, // Skip to: 141058 |
27656 | | /* 137001 */ MCD_OPC_Decode, 184, 19, 171, 3, // Opcode: FADDPv2i64p |
27657 | | /* 137006 */ MCD_OPC_FilterValue, 57, 207, 15, 0, // Skip to: 141058 |
27658 | | /* 137011 */ MCD_OPC_CheckPredicate, 53, 202, 15, 0, // Skip to: 141058 |
27659 | | /* 137016 */ MCD_OPC_Decode, 232, 56, 148, 5, // Opcode: UCVTFv1i16 |
27660 | | /* 137021 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 137043 |
27661 | | /* 137026 */ MCD_OPC_CheckPredicate, 48, 187, 15, 0, // Skip to: 141058 |
27662 | | /* 137031 */ MCD_OPC_CheckField, 21, 1, 1, 180, 15, 0, // Skip to: 141058 |
27663 | | /* 137038 */ MCD_OPC_Decode, 162, 20, 165, 3, // Opcode: FCMGE64 |
27664 | | /* 137043 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 137065 |
27665 | | /* 137048 */ MCD_OPC_CheckPredicate, 48, 165, 15, 0, // Skip to: 141058 |
27666 | | /* 137053 */ MCD_OPC_CheckField, 21, 1, 1, 158, 15, 0, // Skip to: 141058 |
27667 | | /* 137060 */ MCD_OPC_Decode, 152, 19, 165, 3, // Opcode: FACGE64 |
27668 | | /* 137065 */ MCD_OPC_FilterValue, 62, 148, 15, 0, // Skip to: 141058 |
27669 | | /* 137070 */ MCD_OPC_CheckPredicate, 48, 143, 15, 0, // Skip to: 141058 |
27670 | | /* 137075 */ MCD_OPC_CheckField, 16, 6, 48, 136, 15, 0, // Skip to: 141058 |
27671 | | /* 137082 */ MCD_OPC_Decode, 231, 23, 171, 3, // Opcode: FMAXPv2i64p |
27672 | | /* 137087 */ MCD_OPC_FilterValue, 10, 197, 1, 0, // Skip to: 137545 |
27673 | | /* 137092 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
27674 | | /* 137095 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 137117 |
27675 | | /* 137100 */ MCD_OPC_CheckPredicate, 48, 113, 15, 0, // Skip to: 141058 |
27676 | | /* 137105 */ MCD_OPC_CheckField, 21, 1, 1, 106, 15, 0, // Skip to: 141058 |
27677 | | /* 137112 */ MCD_OPC_Decode, 183, 59, 132, 5, // Opcode: UQADDv1i32 |
27678 | | /* 137117 */ MCD_OPC_FilterValue, 10, 17, 0, 0, // Skip to: 137139 |
27679 | | /* 137122 */ MCD_OPC_CheckPredicate, 48, 91, 15, 0, // Skip to: 141058 |
27680 | | /* 137127 */ MCD_OPC_CheckField, 16, 6, 33, 84, 15, 0, // Skip to: 141058 |
27681 | | /* 137134 */ MCD_OPC_Decode, 153, 49, 222, 3, // Opcode: SQXTUNv1i32 |
27682 | | /* 137139 */ MCD_OPC_FilterValue, 11, 17, 0, 0, // Skip to: 137161 |
27683 | | /* 137144 */ MCD_OPC_CheckPredicate, 48, 69, 15, 0, // Skip to: 141058 |
27684 | | /* 137149 */ MCD_OPC_CheckField, 21, 1, 1, 62, 15, 0, // Skip to: 141058 |
27685 | | /* 137156 */ MCD_OPC_Decode, 221, 60, 132, 5, // Opcode: UQSUBv1i32 |
27686 | | /* 137161 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 137183 |
27687 | | /* 137166 */ MCD_OPC_CheckPredicate, 48, 47, 15, 0, // Skip to: 141058 |
27688 | | /* 137171 */ MCD_OPC_CheckField, 16, 6, 32, 40, 15, 0, // Skip to: 141058 |
27689 | | /* 137178 */ MCD_OPC_Decode, 249, 61, 172, 5, // Opcode: USQADDv1i32 |
27690 | | /* 137183 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 137205 |
27691 | | /* 137188 */ MCD_OPC_CheckPredicate, 48, 25, 15, 0, // Skip to: 141058 |
27692 | | /* 137193 */ MCD_OPC_CheckField, 16, 6, 33, 18, 15, 0, // Skip to: 141058 |
27693 | | /* 137200 */ MCD_OPC_Decode, 238, 60, 222, 3, // Opcode: UQXTNv1i32 |
27694 | | /* 137205 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 137227 |
27695 | | /* 137210 */ MCD_OPC_CheckPredicate, 48, 3, 15, 0, // Skip to: 141058 |
27696 | | /* 137215 */ MCD_OPC_CheckField, 21, 1, 1, 252, 14, 0, // Skip to: 141058 |
27697 | | /* 137222 */ MCD_OPC_Decode, 173, 60, 132, 5, // Opcode: UQSHLv1i32 |
27698 | | /* 137227 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 137249 |
27699 | | /* 137232 */ MCD_OPC_CheckPredicate, 48, 237, 14, 0, // Skip to: 141058 |
27700 | | /* 137237 */ MCD_OPC_CheckField, 21, 1, 1, 230, 14, 0, // Skip to: 141058 |
27701 | | /* 137244 */ MCD_OPC_Decode, 252, 59, 132, 5, // Opcode: UQRSHLv1i32 |
27702 | | /* 137249 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 137271 |
27703 | | /* 137254 */ MCD_OPC_CheckPredicate, 48, 215, 14, 0, // Skip to: 141058 |
27704 | | /* 137259 */ MCD_OPC_CheckField, 16, 6, 32, 208, 14, 0, // Skip to: 141058 |
27705 | | /* 137266 */ MCD_OPC_Decode, 147, 47, 255, 4, // Opcode: SQNEGv1i32 |
27706 | | /* 137271 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 137293 |
27707 | | /* 137276 */ MCD_OPC_CheckPredicate, 102, 193, 14, 0, // Skip to: 141058 |
27708 | | /* 137281 */ MCD_OPC_CheckField, 21, 1, 0, 186, 14, 0, // Skip to: 141058 |
27709 | | /* 137288 */ MCD_OPC_Decode, 171, 47, 203, 5, // Opcode: SQRDMLAHv1i32 |
27710 | | /* 137293 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 137315 |
27711 | | /* 137298 */ MCD_OPC_CheckPredicate, 102, 171, 14, 0, // Skip to: 141058 |
27712 | | /* 137303 */ MCD_OPC_CheckField, 21, 1, 0, 164, 14, 0, // Skip to: 141058 |
27713 | | /* 137310 */ MCD_OPC_Decode, 190, 47, 203, 5, // Opcode: SQRDMLSHv1i32 |
27714 | | /* 137315 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 137337 |
27715 | | /* 137320 */ MCD_OPC_CheckPredicate, 48, 149, 14, 0, // Skip to: 141058 |
27716 | | /* 137325 */ MCD_OPC_CheckField, 16, 6, 33, 142, 14, 0, // Skip to: 141058 |
27717 | | /* 137332 */ MCD_OPC_Decode, 141, 22, 255, 4, // Opcode: FCVTPUv1i32 |
27718 | | /* 137337 */ MCD_OPC_FilterValue, 45, 17, 0, 0, // Skip to: 137359 |
27719 | | /* 137342 */ MCD_OPC_CheckPredicate, 48, 127, 14, 0, // Skip to: 141058 |
27720 | | /* 137347 */ MCD_OPC_CheckField, 21, 1, 1, 120, 14, 0, // Skip to: 141058 |
27721 | | /* 137354 */ MCD_OPC_Decode, 209, 47, 132, 5, // Opcode: SQRDMULHv1i32 |
27722 | | /* 137359 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 137381 |
27723 | | /* 137364 */ MCD_OPC_CheckPredicate, 48, 105, 14, 0, // Skip to: 141058 |
27724 | | /* 137369 */ MCD_OPC_CheckField, 16, 6, 33, 98, 14, 0, // Skip to: 141058 |
27725 | | /* 137376 */ MCD_OPC_Decode, 217, 22, 255, 4, // Opcode: FCVTZUv1i32 |
27726 | | /* 137381 */ MCD_OPC_FilterValue, 50, 33, 0, 0, // Skip to: 137419 |
27727 | | /* 137386 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27728 | | /* 137389 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 137404 |
27729 | | /* 137394 */ MCD_OPC_CheckPredicate, 48, 75, 14, 0, // Skip to: 141058 |
27730 | | /* 137399 */ MCD_OPC_Decode, 170, 20, 255, 4, // Opcode: FCMGEv1i32rz |
27731 | | /* 137404 */ MCD_OPC_FilterValue, 48, 65, 14, 0, // Skip to: 141058 |
27732 | | /* 137409 */ MCD_OPC_CheckPredicate, 48, 60, 14, 0, // Skip to: 141058 |
27733 | | /* 137414 */ MCD_OPC_Decode, 150, 24, 222, 3, // Opcode: FMINNMPv2i32p |
27734 | | /* 137419 */ MCD_OPC_FilterValue, 53, 17, 0, 0, // Skip to: 137441 |
27735 | | /* 137424 */ MCD_OPC_CheckPredicate, 48, 45, 14, 0, // Skip to: 141058 |
27736 | | /* 137429 */ MCD_OPC_CheckField, 21, 1, 1, 38, 14, 0, // Skip to: 141058 |
27737 | | /* 137436 */ MCD_OPC_Decode, 129, 19, 132, 5, // Opcode: FABD32 |
27738 | | /* 137441 */ MCD_OPC_FilterValue, 54, 33, 0, 0, // Skip to: 137479 |
27739 | | /* 137446 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27740 | | /* 137449 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 137464 |
27741 | | /* 137454 */ MCD_OPC_CheckPredicate, 48, 15, 14, 0, // Skip to: 141058 |
27742 | | /* 137459 */ MCD_OPC_Decode, 221, 20, 255, 4, // Opcode: FCMLEv1i32rz |
27743 | | /* 137464 */ MCD_OPC_FilterValue, 33, 5, 14, 0, // Skip to: 141058 |
27744 | | /* 137469 */ MCD_OPC_CheckPredicate, 51, 0, 14, 0, // Skip to: 141058 |
27745 | | /* 137474 */ MCD_OPC_Decode, 132, 28, 255, 4, // Opcode: FRSQRTEv1i32 |
27746 | | /* 137479 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 137501 |
27747 | | /* 137484 */ MCD_OPC_CheckPredicate, 48, 241, 13, 0, // Skip to: 141058 |
27748 | | /* 137489 */ MCD_OPC_CheckField, 21, 1, 1, 234, 13, 0, // Skip to: 141058 |
27749 | | /* 137496 */ MCD_OPC_Decode, 183, 20, 132, 5, // Opcode: FCMGT32 |
27750 | | /* 137501 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 137523 |
27751 | | /* 137506 */ MCD_OPC_CheckPredicate, 48, 219, 13, 0, // Skip to: 141058 |
27752 | | /* 137511 */ MCD_OPC_CheckField, 21, 1, 1, 212, 13, 0, // Skip to: 141058 |
27753 | | /* 137518 */ MCD_OPC_Decode, 162, 19, 132, 5, // Opcode: FACGT32 |
27754 | | /* 137523 */ MCD_OPC_FilterValue, 62, 202, 13, 0, // Skip to: 141058 |
27755 | | /* 137528 */ MCD_OPC_CheckPredicate, 48, 197, 13, 0, // Skip to: 141058 |
27756 | | /* 137533 */ MCD_OPC_CheckField, 16, 6, 48, 190, 13, 0, // Skip to: 141058 |
27757 | | /* 137540 */ MCD_OPC_Decode, 194, 24, 222, 3, // Opcode: FMINPv2i32p |
27758 | | /* 137545 */ MCD_OPC_FilterValue, 11, 159, 2, 0, // Skip to: 138221 |
27759 | | /* 137550 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
27760 | | /* 137553 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 137575 |
27761 | | /* 137558 */ MCD_OPC_CheckPredicate, 48, 167, 13, 0, // Skip to: 141058 |
27762 | | /* 137563 */ MCD_OPC_CheckField, 21, 1, 1, 160, 13, 0, // Skip to: 141058 |
27763 | | /* 137570 */ MCD_OPC_Decode, 184, 59, 165, 3, // Opcode: UQADDv1i64 |
27764 | | /* 137575 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 137597 |
27765 | | /* 137580 */ MCD_OPC_CheckPredicate, 53, 145, 13, 0, // Skip to: 141058 |
27766 | | /* 137585 */ MCD_OPC_CheckField, 21, 1, 0, 138, 13, 0, // Skip to: 141058 |
27767 | | /* 137592 */ MCD_OPC_Decode, 128, 19, 153, 5, // Opcode: FABD16 |
27768 | | /* 137597 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 137619 |
27769 | | /* 137602 */ MCD_OPC_CheckPredicate, 53, 123, 13, 0, // Skip to: 141058 |
27770 | | /* 137607 */ MCD_OPC_CheckField, 21, 1, 0, 116, 13, 0, // Skip to: 141058 |
27771 | | /* 137614 */ MCD_OPC_Decode, 182, 20, 153, 5, // Opcode: FCMGT16 |
27772 | | /* 137619 */ MCD_OPC_FilterValue, 11, 33, 0, 0, // Skip to: 137657 |
27773 | | /* 137624 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27774 | | /* 137627 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 137642 |
27775 | | /* 137632 */ MCD_OPC_CheckPredicate, 53, 93, 13, 0, // Skip to: 141058 |
27776 | | /* 137637 */ MCD_OPC_Decode, 161, 19, 153, 5, // Opcode: FACGT16 |
27777 | | /* 137642 */ MCD_OPC_FilterValue, 1, 83, 13, 0, // Skip to: 141058 |
27778 | | /* 137647 */ MCD_OPC_CheckPredicate, 48, 78, 13, 0, // Skip to: 141058 |
27779 | | /* 137652 */ MCD_OPC_Decode, 222, 60, 165, 3, // Opcode: UQSUBv1i64 |
27780 | | /* 137657 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 137679 |
27781 | | /* 137662 */ MCD_OPC_CheckPredicate, 48, 63, 13, 0, // Skip to: 141058 |
27782 | | /* 137667 */ MCD_OPC_CheckField, 21, 1, 1, 56, 13, 0, // Skip to: 141058 |
27783 | | /* 137674 */ MCD_OPC_Decode, 216, 15, 165, 3, // Opcode: CMHIv1i64 |
27784 | | /* 137679 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 137701 |
27785 | | /* 137684 */ MCD_OPC_CheckPredicate, 48, 41, 13, 0, // Skip to: 141058 |
27786 | | /* 137689 */ MCD_OPC_CheckField, 16, 6, 32, 34, 13, 0, // Skip to: 141058 |
27787 | | /* 137696 */ MCD_OPC_Decode, 250, 61, 176, 3, // Opcode: USQADDv1i64 |
27788 | | /* 137701 */ MCD_OPC_FilterValue, 15, 17, 0, 0, // Skip to: 137723 |
27789 | | /* 137706 */ MCD_OPC_CheckPredicate, 48, 19, 13, 0, // Skip to: 141058 |
27790 | | /* 137711 */ MCD_OPC_CheckField, 21, 1, 1, 12, 13, 0, // Skip to: 141058 |
27791 | | /* 137718 */ MCD_OPC_Decode, 224, 15, 165, 3, // Opcode: CMHSv1i64 |
27792 | | /* 137723 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 137745 |
27793 | | /* 137728 */ MCD_OPC_CheckPredicate, 48, 253, 12, 0, // Skip to: 141058 |
27794 | | /* 137733 */ MCD_OPC_CheckField, 21, 1, 1, 246, 12, 0, // Skip to: 141058 |
27795 | | /* 137740 */ MCD_OPC_Decode, 214, 61, 165, 3, // Opcode: USHLv1i64 |
27796 | | /* 137745 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 137767 |
27797 | | /* 137750 */ MCD_OPC_CheckPredicate, 48, 231, 12, 0, // Skip to: 141058 |
27798 | | /* 137755 */ MCD_OPC_CheckField, 21, 1, 1, 224, 12, 0, // Skip to: 141058 |
27799 | | /* 137762 */ MCD_OPC_Decode, 174, 60, 165, 3, // Opcode: UQSHLv1i64 |
27800 | | /* 137767 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 137789 |
27801 | | /* 137772 */ MCD_OPC_CheckPredicate, 48, 209, 12, 0, // Skip to: 141058 |
27802 | | /* 137777 */ MCD_OPC_CheckField, 21, 1, 1, 202, 12, 0, // Skip to: 141058 |
27803 | | /* 137784 */ MCD_OPC_Decode, 155, 61, 165, 3, // Opcode: URSHLv1i64 |
27804 | | /* 137789 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 137811 |
27805 | | /* 137794 */ MCD_OPC_CheckPredicate, 48, 187, 12, 0, // Skip to: 141058 |
27806 | | /* 137799 */ MCD_OPC_CheckField, 21, 1, 1, 180, 12, 0, // Skip to: 141058 |
27807 | | /* 137806 */ MCD_OPC_Decode, 253, 59, 165, 3, // Opcode: UQRSHLv1i64 |
27808 | | /* 137811 */ MCD_OPC_FilterValue, 30, 17, 0, 0, // Skip to: 137833 |
27809 | | /* 137816 */ MCD_OPC_CheckPredicate, 48, 165, 12, 0, // Skip to: 141058 |
27810 | | /* 137821 */ MCD_OPC_CheckField, 16, 6, 32, 158, 12, 0, // Skip to: 141058 |
27811 | | /* 137828 */ MCD_OPC_Decode, 148, 47, 166, 3, // Opcode: SQNEGv1i64 |
27812 | | /* 137833 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 137855 |
27813 | | /* 137838 */ MCD_OPC_CheckPredicate, 48, 143, 12, 0, // Skip to: 141058 |
27814 | | /* 137843 */ MCD_OPC_CheckField, 21, 1, 1, 136, 12, 0, // Skip to: 141058 |
27815 | | /* 137850 */ MCD_OPC_Decode, 195, 54, 165, 3, // Opcode: SUBv1i64 |
27816 | | /* 137855 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 137877 |
27817 | | /* 137860 */ MCD_OPC_CheckPredicate, 48, 121, 12, 0, // Skip to: 141058 |
27818 | | /* 137865 */ MCD_OPC_CheckField, 16, 6, 32, 114, 12, 0, // Skip to: 141058 |
27819 | | /* 137872 */ MCD_OPC_Decode, 186, 15, 166, 3, // Opcode: CMGEv1i64rz |
27820 | | /* 137877 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 137899 |
27821 | | /* 137882 */ MCD_OPC_CheckPredicate, 48, 99, 12, 0, // Skip to: 141058 |
27822 | | /* 137887 */ MCD_OPC_CheckField, 21, 1, 1, 92, 12, 0, // Skip to: 141058 |
27823 | | /* 137894 */ MCD_OPC_Decode, 169, 15, 165, 3, // Opcode: CMEQv1i64 |
27824 | | /* 137899 */ MCD_OPC_FilterValue, 38, 17, 0, 0, // Skip to: 137921 |
27825 | | /* 137904 */ MCD_OPC_CheckPredicate, 48, 77, 12, 0, // Skip to: 141058 |
27826 | | /* 137909 */ MCD_OPC_CheckField, 16, 6, 32, 70, 12, 0, // Skip to: 141058 |
27827 | | /* 137916 */ MCD_OPC_Decode, 238, 15, 166, 3, // Opcode: CMLEv1i64rz |
27828 | | /* 137921 */ MCD_OPC_FilterValue, 42, 33, 0, 0, // Skip to: 137959 |
27829 | | /* 137926 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27830 | | /* 137929 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 137944 |
27831 | | /* 137934 */ MCD_OPC_CheckPredicate, 48, 47, 12, 0, // Skip to: 141058 |
27832 | | /* 137939 */ MCD_OPC_Decode, 142, 22, 166, 3, // Opcode: FCVTPUv1i64 |
27833 | | /* 137944 */ MCD_OPC_FilterValue, 57, 37, 12, 0, // Skip to: 141058 |
27834 | | /* 137949 */ MCD_OPC_CheckPredicate, 53, 32, 12, 0, // Skip to: 141058 |
27835 | | /* 137954 */ MCD_OPC_Decode, 140, 22, 148, 5, // Opcode: FCVTPUv1f16 |
27836 | | /* 137959 */ MCD_OPC_FilterValue, 46, 48, 0, 0, // Skip to: 138012 |
27837 | | /* 137964 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27838 | | /* 137967 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 137982 |
27839 | | /* 137972 */ MCD_OPC_CheckPredicate, 48, 9, 12, 0, // Skip to: 141058 |
27840 | | /* 137977 */ MCD_OPC_Decode, 191, 38, 166, 3, // Opcode: NEGv1i64 |
27841 | | /* 137982 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 137997 |
27842 | | /* 137987 */ MCD_OPC_CheckPredicate, 48, 250, 11, 0, // Skip to: 141058 |
27843 | | /* 137992 */ MCD_OPC_Decode, 218, 22, 166, 3, // Opcode: FCVTZUv1i64 |
27844 | | /* 137997 */ MCD_OPC_FilterValue, 57, 240, 11, 0, // Skip to: 141058 |
27845 | | /* 138002 */ MCD_OPC_CheckPredicate, 53, 235, 11, 0, // Skip to: 141058 |
27846 | | /* 138007 */ MCD_OPC_Decode, 216, 22, 148, 5, // Opcode: FCVTZUv1f16 |
27847 | | /* 138012 */ MCD_OPC_FilterValue, 50, 48, 0, 0, // Skip to: 138065 |
27848 | | /* 138017 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27849 | | /* 138020 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 138035 |
27850 | | /* 138025 */ MCD_OPC_CheckPredicate, 48, 212, 11, 0, // Skip to: 141058 |
27851 | | /* 138030 */ MCD_OPC_Decode, 171, 20, 166, 3, // Opcode: FCMGEv1i64rz |
27852 | | /* 138035 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 138050 |
27853 | | /* 138040 */ MCD_OPC_CheckPredicate, 48, 197, 11, 0, // Skip to: 141058 |
27854 | | /* 138045 */ MCD_OPC_Decode, 151, 24, 171, 3, // Opcode: FMINNMPv2i64p |
27855 | | /* 138050 */ MCD_OPC_FilterValue, 56, 187, 11, 0, // Skip to: 141058 |
27856 | | /* 138055 */ MCD_OPC_CheckPredicate, 53, 182, 11, 0, // Skip to: 141058 |
27857 | | /* 138060 */ MCD_OPC_Decode, 169, 20, 148, 5, // Opcode: FCMGEv1i16rz |
27858 | | /* 138065 */ MCD_OPC_FilterValue, 53, 17, 0, 0, // Skip to: 138087 |
27859 | | /* 138070 */ MCD_OPC_CheckPredicate, 48, 167, 11, 0, // Skip to: 141058 |
27860 | | /* 138075 */ MCD_OPC_CheckField, 21, 1, 1, 160, 11, 0, // Skip to: 141058 |
27861 | | /* 138082 */ MCD_OPC_Decode, 130, 19, 165, 3, // Opcode: FABD64 |
27862 | | /* 138087 */ MCD_OPC_FilterValue, 54, 63, 0, 0, // Skip to: 138155 |
27863 | | /* 138092 */ MCD_OPC_ExtractField, 16, 6, // Inst{21-16} ... |
27864 | | /* 138095 */ MCD_OPC_FilterValue, 32, 10, 0, 0, // Skip to: 138110 |
27865 | | /* 138100 */ MCD_OPC_CheckPredicate, 48, 137, 11, 0, // Skip to: 141058 |
27866 | | /* 138105 */ MCD_OPC_Decode, 222, 20, 166, 3, // Opcode: FCMLEv1i64rz |
27867 | | /* 138110 */ MCD_OPC_FilterValue, 33, 10, 0, 0, // Skip to: 138125 |
27868 | | /* 138115 */ MCD_OPC_CheckPredicate, 51, 122, 11, 0, // Skip to: 141058 |
27869 | | /* 138120 */ MCD_OPC_Decode, 133, 28, 166, 3, // Opcode: FRSQRTEv1i64 |
27870 | | /* 138125 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 138140 |
27871 | | /* 138130 */ MCD_OPC_CheckPredicate, 53, 107, 11, 0, // Skip to: 141058 |
27872 | | /* 138135 */ MCD_OPC_Decode, 220, 20, 148, 5, // Opcode: FCMLEv1i16rz |
27873 | | /* 138140 */ MCD_OPC_FilterValue, 57, 97, 11, 0, // Skip to: 141058 |
27874 | | /* 138145 */ MCD_OPC_CheckPredicate, 101, 92, 11, 0, // Skip to: 141058 |
27875 | | /* 138150 */ MCD_OPC_Decode, 131, 28, 148, 5, // Opcode: FRSQRTEv1f16 |
27876 | | /* 138155 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 138177 |
27877 | | /* 138160 */ MCD_OPC_CheckPredicate, 48, 77, 11, 0, // Skip to: 141058 |
27878 | | /* 138165 */ MCD_OPC_CheckField, 21, 1, 1, 70, 11, 0, // Skip to: 141058 |
27879 | | /* 138172 */ MCD_OPC_Decode, 184, 20, 165, 3, // Opcode: FCMGT64 |
27880 | | /* 138177 */ MCD_OPC_FilterValue, 59, 17, 0, 0, // Skip to: 138199 |
27881 | | /* 138182 */ MCD_OPC_CheckPredicate, 48, 55, 11, 0, // Skip to: 141058 |
27882 | | /* 138187 */ MCD_OPC_CheckField, 21, 1, 1, 48, 11, 0, // Skip to: 141058 |
27883 | | /* 138194 */ MCD_OPC_Decode, 163, 19, 165, 3, // Opcode: FACGT64 |
27884 | | /* 138199 */ MCD_OPC_FilterValue, 62, 38, 11, 0, // Skip to: 141058 |
27885 | | /* 138204 */ MCD_OPC_CheckPredicate, 48, 33, 11, 0, // Skip to: 141058 |
27886 | | /* 138209 */ MCD_OPC_CheckField, 16, 6, 48, 26, 11, 0, // Skip to: 141058 |
27887 | | /* 138216 */ MCD_OPC_Decode, 195, 24, 171, 3, // Opcode: FMINPv2i64p |
27888 | | /* 138221 */ MCD_OPC_FilterValue, 12, 98, 2, 0, // Skip to: 138836 |
27889 | | /* 138226 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
27890 | | /* 138229 */ MCD_OPC_FilterValue, 6, 84, 0, 0, // Skip to: 138318 |
27891 | | /* 138234 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27892 | | /* 138237 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 138296 |
27893 | | /* 138242 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27894 | | /* 138245 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 138274 |
27895 | | /* 138250 */ MCD_OPC_CheckPredicate, 48, 243, 10, 0, // Skip to: 141058 |
27896 | | /* 138255 */ MCD_OPC_CheckField, 19, 1, 1, 236, 10, 0, // Skip to: 141058 |
27897 | | /* 138262 */ MCD_OPC_CheckField, 10, 2, 1, 229, 10, 0, // Skip to: 141058 |
27898 | | /* 138269 */ MCD_OPC_Decode, 160, 48, 187, 5, // Opcode: SQSHLUb |
27899 | | /* 138274 */ MCD_OPC_FilterValue, 1, 219, 10, 0, // Skip to: 141058 |
27900 | | /* 138279 */ MCD_OPC_CheckPredicate, 48, 214, 10, 0, // Skip to: 141058 |
27901 | | /* 138284 */ MCD_OPC_CheckField, 10, 2, 1, 207, 10, 0, // Skip to: 141058 |
27902 | | /* 138291 */ MCD_OPC_Decode, 162, 48, 188, 5, // Opcode: SQSHLUh |
27903 | | /* 138296 */ MCD_OPC_FilterValue, 1, 197, 10, 0, // Skip to: 141058 |
27904 | | /* 138301 */ MCD_OPC_CheckPredicate, 48, 192, 10, 0, // Skip to: 141058 |
27905 | | /* 138306 */ MCD_OPC_CheckField, 10, 2, 1, 185, 10, 0, // Skip to: 141058 |
27906 | | /* 138313 */ MCD_OPC_Decode, 163, 48, 189, 5, // Opcode: SQSHLUs |
27907 | | /* 138318 */ MCD_OPC_FilterValue, 7, 84, 0, 0, // Skip to: 138407 |
27908 | | /* 138323 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27909 | | /* 138326 */ MCD_OPC_FilterValue, 0, 54, 0, 0, // Skip to: 138385 |
27910 | | /* 138331 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27911 | | /* 138334 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 138363 |
27912 | | /* 138339 */ MCD_OPC_CheckPredicate, 48, 154, 10, 0, // Skip to: 141058 |
27913 | | /* 138344 */ MCD_OPC_CheckField, 19, 1, 1, 147, 10, 0, // Skip to: 141058 |
27914 | | /* 138351 */ MCD_OPC_CheckField, 10, 2, 1, 140, 10, 0, // Skip to: 141058 |
27915 | | /* 138358 */ MCD_OPC_Decode, 166, 60, 187, 5, // Opcode: UQSHLb |
27916 | | /* 138363 */ MCD_OPC_FilterValue, 1, 130, 10, 0, // Skip to: 141058 |
27917 | | /* 138368 */ MCD_OPC_CheckPredicate, 48, 125, 10, 0, // Skip to: 141058 |
27918 | | /* 138373 */ MCD_OPC_CheckField, 10, 2, 1, 118, 10, 0, // Skip to: 141058 |
27919 | | /* 138380 */ MCD_OPC_Decode, 168, 60, 188, 5, // Opcode: UQSHLh |
27920 | | /* 138385 */ MCD_OPC_FilterValue, 1, 108, 10, 0, // Skip to: 141058 |
27921 | | /* 138390 */ MCD_OPC_CheckPredicate, 48, 103, 10, 0, // Skip to: 141058 |
27922 | | /* 138395 */ MCD_OPC_CheckField, 10, 2, 1, 96, 10, 0, // Skip to: 141058 |
27923 | | /* 138402 */ MCD_OPC_Decode, 169, 60, 189, 5, // Opcode: UQSHLs |
27924 | | /* 138407 */ MCD_OPC_FilterValue, 8, 139, 0, 0, // Skip to: 138551 |
27925 | | /* 138412 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
27926 | | /* 138415 */ MCD_OPC_FilterValue, 1, 63, 0, 0, // Skip to: 138483 |
27927 | | /* 138420 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27928 | | /* 138423 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 138468 |
27929 | | /* 138428 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27930 | | /* 138431 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 138453 |
27931 | | /* 138436 */ MCD_OPC_CheckPredicate, 48, 57, 10, 0, // Skip to: 141058 |
27932 | | /* 138441 */ MCD_OPC_CheckField, 19, 1, 1, 50, 10, 0, // Skip to: 141058 |
27933 | | /* 138448 */ MCD_OPC_Decode, 222, 48, 191, 5, // Opcode: SQSHRUNb |
27934 | | /* 138453 */ MCD_OPC_FilterValue, 1, 40, 10, 0, // Skip to: 141058 |
27935 | | /* 138458 */ MCD_OPC_CheckPredicate, 48, 35, 10, 0, // Skip to: 141058 |
27936 | | /* 138463 */ MCD_OPC_Decode, 223, 48, 192, 5, // Opcode: SQSHRUNh |
27937 | | /* 138468 */ MCD_OPC_FilterValue, 1, 25, 10, 0, // Skip to: 141058 |
27938 | | /* 138473 */ MCD_OPC_CheckPredicate, 48, 20, 10, 0, // Skip to: 141058 |
27939 | | /* 138478 */ MCD_OPC_Decode, 224, 48, 193, 5, // Opcode: SQSHRUNs |
27940 | | /* 138483 */ MCD_OPC_FilterValue, 3, 10, 10, 0, // Skip to: 141058 |
27941 | | /* 138488 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27942 | | /* 138491 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 138536 |
27943 | | /* 138496 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27944 | | /* 138499 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 138521 |
27945 | | /* 138504 */ MCD_OPC_CheckPredicate, 48, 245, 9, 0, // Skip to: 141058 |
27946 | | /* 138509 */ MCD_OPC_CheckField, 19, 1, 1, 238, 9, 0, // Skip to: 141058 |
27947 | | /* 138516 */ MCD_OPC_Decode, 137, 48, 191, 5, // Opcode: SQRSHRUNb |
27948 | | /* 138521 */ MCD_OPC_FilterValue, 1, 228, 9, 0, // Skip to: 141058 |
27949 | | /* 138526 */ MCD_OPC_CheckPredicate, 48, 223, 9, 0, // Skip to: 141058 |
27950 | | /* 138531 */ MCD_OPC_Decode, 138, 48, 192, 5, // Opcode: SQRSHRUNh |
27951 | | /* 138536 */ MCD_OPC_FilterValue, 1, 213, 9, 0, // Skip to: 141058 |
27952 | | /* 138541 */ MCD_OPC_CheckPredicate, 48, 208, 9, 0, // Skip to: 141058 |
27953 | | /* 138546 */ MCD_OPC_Decode, 139, 48, 193, 5, // Opcode: SQRSHRUNs |
27954 | | /* 138551 */ MCD_OPC_FilterValue, 9, 162, 0, 0, // Skip to: 138718 |
27955 | | /* 138556 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
27956 | | /* 138559 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 138574 |
27957 | | /* 138564 */ MCD_OPC_CheckPredicate, 53, 185, 9, 0, // Skip to: 141058 |
27958 | | /* 138569 */ MCD_OPC_Decode, 181, 26, 190, 5, // Opcode: FMULXv1i16_indexed |
27959 | | /* 138574 */ MCD_OPC_FilterValue, 1, 175, 9, 0, // Skip to: 141058 |
27960 | | /* 138579 */ MCD_OPC_ExtractField, 11, 1, // Inst{11} ... |
27961 | | /* 138582 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 138650 |
27962 | | /* 138587 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27963 | | /* 138590 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 138635 |
27964 | | /* 138595 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27965 | | /* 138598 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 138620 |
27966 | | /* 138603 */ MCD_OPC_CheckPredicate, 48, 146, 9, 0, // Skip to: 141058 |
27967 | | /* 138608 */ MCD_OPC_CheckField, 19, 1, 1, 139, 9, 0, // Skip to: 141058 |
27968 | | /* 138615 */ MCD_OPC_Decode, 194, 60, 191, 5, // Opcode: UQSHRNb |
27969 | | /* 138620 */ MCD_OPC_FilterValue, 1, 129, 9, 0, // Skip to: 141058 |
27970 | | /* 138625 */ MCD_OPC_CheckPredicate, 48, 124, 9, 0, // Skip to: 141058 |
27971 | | /* 138630 */ MCD_OPC_Decode, 195, 60, 192, 5, // Opcode: UQSHRNh |
27972 | | /* 138635 */ MCD_OPC_FilterValue, 1, 114, 9, 0, // Skip to: 141058 |
27973 | | /* 138640 */ MCD_OPC_CheckPredicate, 48, 109, 9, 0, // Skip to: 141058 |
27974 | | /* 138645 */ MCD_OPC_Decode, 196, 60, 193, 5, // Opcode: UQSHRNs |
27975 | | /* 138650 */ MCD_OPC_FilterValue, 1, 99, 9, 0, // Skip to: 141058 |
27976 | | /* 138655 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27977 | | /* 138658 */ MCD_OPC_FilterValue, 0, 40, 0, 0, // Skip to: 138703 |
27978 | | /* 138663 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
27979 | | /* 138666 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 138688 |
27980 | | /* 138671 */ MCD_OPC_CheckPredicate, 48, 78, 9, 0, // Skip to: 141058 |
27981 | | /* 138676 */ MCD_OPC_CheckField, 19, 1, 1, 71, 9, 0, // Skip to: 141058 |
27982 | | /* 138683 */ MCD_OPC_Decode, 142, 60, 191, 5, // Opcode: UQRSHRNb |
27983 | | /* 138688 */ MCD_OPC_FilterValue, 1, 61, 9, 0, // Skip to: 141058 |
27984 | | /* 138693 */ MCD_OPC_CheckPredicate, 48, 56, 9, 0, // Skip to: 141058 |
27985 | | /* 138698 */ MCD_OPC_Decode, 143, 60, 192, 5, // Opcode: UQRSHRNh |
27986 | | /* 138703 */ MCD_OPC_FilterValue, 1, 46, 9, 0, // Skip to: 141058 |
27987 | | /* 138708 */ MCD_OPC_CheckPredicate, 48, 41, 9, 0, // Skip to: 141058 |
27988 | | /* 138713 */ MCD_OPC_Decode, 144, 60, 193, 5, // Opcode: UQRSHRNs |
27989 | | /* 138718 */ MCD_OPC_FilterValue, 14, 54, 0, 0, // Skip to: 138777 |
27990 | | /* 138723 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
27991 | | /* 138726 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 138755 |
27992 | | /* 138731 */ MCD_OPC_CheckPredicate, 53, 18, 9, 0, // Skip to: 141058 |
27993 | | /* 138736 */ MCD_OPC_CheckField, 20, 1, 1, 11, 9, 0, // Skip to: 141058 |
27994 | | /* 138743 */ MCD_OPC_CheckField, 10, 2, 1, 4, 9, 0, // Skip to: 141058 |
27995 | | /* 138750 */ MCD_OPC_Decode, 230, 56, 198, 5, // Opcode: UCVTFh |
27996 | | /* 138755 */ MCD_OPC_FilterValue, 1, 250, 8, 0, // Skip to: 141058 |
27997 | | /* 138760 */ MCD_OPC_CheckPredicate, 48, 245, 8, 0, // Skip to: 141058 |
27998 | | /* 138765 */ MCD_OPC_CheckField, 10, 2, 1, 238, 8, 0, // Skip to: 141058 |
27999 | | /* 138772 */ MCD_OPC_Decode, 231, 56, 199, 5, // Opcode: UCVTFs |
28000 | | /* 138777 */ MCD_OPC_FilterValue, 15, 228, 8, 0, // Skip to: 141058 |
28001 | | /* 138782 */ MCD_OPC_ExtractField, 21, 1, // Inst{21} ... |
28002 | | /* 138785 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 138814 |
28003 | | /* 138790 */ MCD_OPC_CheckPredicate, 53, 215, 8, 0, // Skip to: 141058 |
28004 | | /* 138795 */ MCD_OPC_CheckField, 20, 1, 1, 208, 8, 0, // Skip to: 141058 |
28005 | | /* 138802 */ MCD_OPC_CheckField, 10, 2, 3, 201, 8, 0, // Skip to: 141058 |
28006 | | /* 138809 */ MCD_OPC_Decode, 214, 22, 198, 5, // Opcode: FCVTZUh |
28007 | | /* 138814 */ MCD_OPC_FilterValue, 1, 191, 8, 0, // Skip to: 141058 |
28008 | | /* 138819 */ MCD_OPC_CheckPredicate, 48, 186, 8, 0, // Skip to: 141058 |
28009 | | /* 138824 */ MCD_OPC_CheckField, 10, 2, 3, 179, 8, 0, // Skip to: 141058 |
28010 | | /* 138831 */ MCD_OPC_Decode, 215, 22, 199, 5, // Opcode: FCVTZUs |
28011 | | /* 138836 */ MCD_OPC_FilterValue, 13, 12, 1, 0, // Skip to: 139109 |
28012 | | /* 138841 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
28013 | | /* 138844 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 138866 |
28014 | | /* 138849 */ MCD_OPC_CheckPredicate, 48, 156, 8, 0, // Skip to: 141058 |
28015 | | /* 138854 */ MCD_OPC_CheckField, 10, 2, 1, 149, 8, 0, // Skip to: 141058 |
28016 | | /* 138861 */ MCD_OPC_Decode, 221, 61, 179, 5, // Opcode: USHRd |
28017 | | /* 138866 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 138888 |
28018 | | /* 138871 */ MCD_OPC_CheckPredicate, 48, 134, 8, 0, // Skip to: 141058 |
28019 | | /* 138876 */ MCD_OPC_CheckField, 10, 2, 1, 127, 8, 0, // Skip to: 141058 |
28020 | | /* 138883 */ MCD_OPC_Decode, 134, 62, 181, 5, // Opcode: USRAd |
28021 | | /* 138888 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 138910 |
28022 | | /* 138893 */ MCD_OPC_CheckPredicate, 48, 112, 8, 0, // Skip to: 141058 |
28023 | | /* 138898 */ MCD_OPC_CheckField, 10, 2, 1, 105, 8, 0, // Skip to: 141058 |
28024 | | /* 138905 */ MCD_OPC_Decode, 166, 61, 179, 5, // Opcode: URSHRd |
28025 | | /* 138910 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 138932 |
28026 | | /* 138915 */ MCD_OPC_CheckPredicate, 48, 90, 8, 0, // Skip to: 141058 |
28027 | | /* 138920 */ MCD_OPC_CheckField, 10, 2, 1, 83, 8, 0, // Skip to: 141058 |
28028 | | /* 138927 */ MCD_OPC_Decode, 181, 61, 181, 5, // Opcode: URSRAd |
28029 | | /* 138932 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 138954 |
28030 | | /* 138937 */ MCD_OPC_CheckPredicate, 48, 68, 8, 0, // Skip to: 141058 |
28031 | | /* 138942 */ MCD_OPC_CheckField, 10, 2, 1, 61, 8, 0, // Skip to: 141058 |
28032 | | /* 138949 */ MCD_OPC_Decode, 174, 49, 181, 5, // Opcode: SRId |
28033 | | /* 138954 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 138976 |
28034 | | /* 138959 */ MCD_OPC_CheckPredicate, 48, 46, 8, 0, // Skip to: 141058 |
28035 | | /* 138964 */ MCD_OPC_CheckField, 10, 2, 1, 39, 8, 0, // Skip to: 141058 |
28036 | | /* 138971 */ MCD_OPC_Decode, 169, 43, 204, 5, // Opcode: SLId |
28037 | | /* 138976 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 138998 |
28038 | | /* 138981 */ MCD_OPC_CheckPredicate, 48, 24, 8, 0, // Skip to: 141058 |
28039 | | /* 138986 */ MCD_OPC_CheckField, 10, 2, 1, 17, 8, 0, // Skip to: 141058 |
28040 | | /* 138993 */ MCD_OPC_Decode, 161, 48, 186, 5, // Opcode: SQSHLUd |
28041 | | /* 138998 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 139020 |
28042 | | /* 139003 */ MCD_OPC_CheckPredicate, 48, 2, 8, 0, // Skip to: 141058 |
28043 | | /* 139008 */ MCD_OPC_CheckField, 10, 2, 1, 251, 7, 0, // Skip to: 141058 |
28044 | | /* 139015 */ MCD_OPC_Decode, 167, 60, 186, 5, // Opcode: UQSHLd |
28045 | | /* 139020 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 139042 |
28046 | | /* 139025 */ MCD_OPC_CheckPredicate, 61, 236, 7, 0, // Skip to: 141058 |
28047 | | /* 139030 */ MCD_OPC_CheckField, 10, 1, 0, 229, 7, 0, // Skip to: 141058 |
28048 | | /* 139037 */ MCD_OPC_Decode, 170, 47, 180, 5, // Opcode: SQRDMLAHv1i16_indexed |
28049 | | /* 139042 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 139064 |
28050 | | /* 139047 */ MCD_OPC_CheckPredicate, 48, 214, 7, 0, // Skip to: 141058 |
28051 | | /* 139052 */ MCD_OPC_CheckField, 10, 2, 1, 207, 7, 0, // Skip to: 141058 |
28052 | | /* 139059 */ MCD_OPC_Decode, 229, 56, 179, 5, // Opcode: UCVTFd |
28053 | | /* 139064 */ MCD_OPC_FilterValue, 15, 197, 7, 0, // Skip to: 141058 |
28054 | | /* 139069 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
28055 | | /* 139072 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 139087 |
28056 | | /* 139077 */ MCD_OPC_CheckPredicate, 61, 184, 7, 0, // Skip to: 141058 |
28057 | | /* 139082 */ MCD_OPC_Decode, 189, 47, 180, 5, // Opcode: SQRDMLSHv1i16_indexed |
28058 | | /* 139087 */ MCD_OPC_FilterValue, 1, 174, 7, 0, // Skip to: 141058 |
28059 | | /* 139092 */ MCD_OPC_CheckPredicate, 48, 169, 7, 0, // Skip to: 141058 |
28060 | | /* 139097 */ MCD_OPC_CheckField, 11, 1, 1, 162, 7, 0, // Skip to: 141058 |
28061 | | /* 139104 */ MCD_OPC_Decode, 213, 22, 179, 5, // Opcode: FCVTZUd |
28062 | | /* 139109 */ MCD_OPC_FilterValue, 14, 69, 0, 0, // Skip to: 139183 |
28063 | | /* 139114 */ MCD_OPC_ExtractField, 12, 4, // Inst{15-12} ... |
28064 | | /* 139117 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 139139 |
28065 | | /* 139122 */ MCD_OPC_CheckPredicate, 48, 139, 7, 0, // Skip to: 141058 |
28066 | | /* 139127 */ MCD_OPC_CheckField, 10, 1, 0, 132, 7, 0, // Skip to: 141058 |
28067 | | /* 139134 */ MCD_OPC_Decode, 182, 26, 194, 5, // Opcode: FMULXv1i32_indexed |
28068 | | /* 139139 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 139161 |
28069 | | /* 139144 */ MCD_OPC_CheckPredicate, 61, 117, 7, 0, // Skip to: 141058 |
28070 | | /* 139149 */ MCD_OPC_CheckField, 10, 1, 0, 110, 7, 0, // Skip to: 141058 |
28071 | | /* 139156 */ MCD_OPC_Decode, 172, 47, 182, 5, // Opcode: SQRDMLAHv1i32_indexed |
28072 | | /* 139161 */ MCD_OPC_FilterValue, 15, 100, 7, 0, // Skip to: 141058 |
28073 | | /* 139166 */ MCD_OPC_CheckPredicate, 61, 95, 7, 0, // Skip to: 141058 |
28074 | | /* 139171 */ MCD_OPC_CheckField, 10, 1, 0, 88, 7, 0, // Skip to: 141058 |
28075 | | /* 139178 */ MCD_OPC_Decode, 191, 47, 182, 5, // Opcode: SQRDMLSHv1i32_indexed |
28076 | | /* 139183 */ MCD_OPC_FilterValue, 15, 78, 7, 0, // Skip to: 141058 |
28077 | | /* 139188 */ MCD_OPC_CheckPredicate, 48, 73, 7, 0, // Skip to: 141058 |
28078 | | /* 139193 */ MCD_OPC_CheckField, 21, 1, 0, 66, 7, 0, // Skip to: 141058 |
28079 | | /* 139200 */ MCD_OPC_CheckField, 12, 4, 9, 59, 7, 0, // Skip to: 141058 |
28080 | | /* 139207 */ MCD_OPC_CheckField, 10, 1, 0, 52, 7, 0, // Skip to: 141058 |
28081 | | /* 139214 */ MCD_OPC_Decode, 183, 26, 195, 5, // Opcode: FMULXv1i64_indexed |
28082 | | /* 139219 */ MCD_OPC_FilterValue, 4, 178, 4, 0, // Skip to: 140426 |
28083 | | /* 139224 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
28084 | | /* 139227 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 139242 |
28085 | | /* 139232 */ MCD_OPC_CheckPredicate, 49, 29, 7, 0, // Skip to: 141058 |
28086 | | /* 139237 */ MCD_OPC_Decode, 250, 34, 205, 5, // Opcode: LDRQl |
28087 | | /* 139242 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 139294 |
28088 | | /* 139247 */ MCD_OPC_ExtractField, 21, 3, // Inst{23-21} ... |
28089 | | /* 139250 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 139272 |
28090 | | /* 139255 */ MCD_OPC_CheckPredicate, 50, 6, 7, 0, // Skip to: 141058 |
28091 | | /* 139260 */ MCD_OPC_CheckField, 10, 2, 2, 255, 6, 0, // Skip to: 141058 |
28092 | | /* 139267 */ MCD_OPC_Decode, 233, 52, 206, 5, // Opcode: STLURsi |
28093 | | /* 139272 */ MCD_OPC_FilterValue, 2, 245, 6, 0, // Skip to: 141058 |
28094 | | /* 139277 */ MCD_OPC_CheckPredicate, 50, 240, 6, 0, // Skip to: 141058 |
28095 | | /* 139282 */ MCD_OPC_CheckField, 10, 2, 2, 233, 6, 0, // Skip to: 141058 |
28096 | | /* 139289 */ MCD_OPC_Decode, 184, 33, 206, 5, // Opcode: LDAPURsi |
28097 | | /* 139294 */ MCD_OPC_FilterValue, 2, 223, 6, 0, // Skip to: 141058 |
28098 | | /* 139299 */ MCD_OPC_ExtractField, 16, 8, // Inst{23-16} ... |
28099 | | /* 139302 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 139317 |
28100 | | /* 139307 */ MCD_OPC_CheckPredicate, 49, 210, 6, 0, // Skip to: 141058 |
28101 | | /* 139312 */ MCD_OPC_Decode, 253, 41, 207, 5, // Opcode: SCVTFSXSri |
28102 | | /* 139317 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 139332 |
28103 | | /* 139322 */ MCD_OPC_CheckPredicate, 49, 195, 6, 0, // Skip to: 141058 |
28104 | | /* 139327 */ MCD_OPC_Decode, 213, 56, 207, 5, // Opcode: UCVTFSXSri |
28105 | | /* 139332 */ MCD_OPC_FilterValue, 24, 10, 0, 0, // Skip to: 139347 |
28106 | | /* 139337 */ MCD_OPC_CheckPredicate, 49, 180, 6, 0, // Skip to: 141058 |
28107 | | /* 139342 */ MCD_OPC_Decode, 160, 22, 208, 5, // Opcode: FCVTZSSXSri |
28108 | | /* 139347 */ MCD_OPC_FilterValue, 25, 10, 0, 0, // Skip to: 139362 |
28109 | | /* 139352 */ MCD_OPC_CheckPredicate, 49, 165, 6, 0, // Skip to: 141058 |
28110 | | /* 139357 */ MCD_OPC_Decode, 197, 22, 208, 5, // Opcode: FCVTZUSXSri |
28111 | | /* 139362 */ MCD_OPC_FilterValue, 32, 17, 0, 0, // Skip to: 139384 |
28112 | | /* 139367 */ MCD_OPC_CheckPredicate, 49, 150, 6, 0, // Skip to: 141058 |
28113 | | /* 139372 */ MCD_OPC_CheckField, 10, 6, 0, 143, 6, 0, // Skip to: 141058 |
28114 | | /* 139379 */ MCD_OPC_Decode, 211, 21, 209, 5, // Opcode: FCVTNSUXSr |
28115 | | /* 139384 */ MCD_OPC_FilterValue, 33, 17, 0, 0, // Skip to: 139406 |
28116 | | /* 139389 */ MCD_OPC_CheckPredicate, 49, 128, 6, 0, // Skip to: 141058 |
28117 | | /* 139394 */ MCD_OPC_CheckField, 10, 6, 0, 121, 6, 0, // Skip to: 141058 |
28118 | | /* 139401 */ MCD_OPC_Decode, 228, 21, 209, 5, // Opcode: FCVTNUUXSr |
28119 | | /* 139406 */ MCD_OPC_FilterValue, 34, 17, 0, 0, // Skip to: 139428 |
28120 | | /* 139411 */ MCD_OPC_CheckPredicate, 49, 106, 6, 0, // Skip to: 141058 |
28121 | | /* 139416 */ MCD_OPC_CheckField, 10, 6, 0, 99, 6, 0, // Skip to: 141058 |
28122 | | /* 139423 */ MCD_OPC_Decode, 131, 42, 210, 5, // Opcode: SCVTFUXSri |
28123 | | /* 139428 */ MCD_OPC_FilterValue, 35, 17, 0, 0, // Skip to: 139450 |
28124 | | /* 139433 */ MCD_OPC_CheckPredicate, 49, 84, 6, 0, // Skip to: 141058 |
28125 | | /* 139438 */ MCD_OPC_CheckField, 10, 6, 0, 77, 6, 0, // Skip to: 141058 |
28126 | | /* 139445 */ MCD_OPC_Decode, 219, 56, 210, 5, // Opcode: UCVTFUXSri |
28127 | | /* 139450 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 139472 |
28128 | | /* 139455 */ MCD_OPC_CheckPredicate, 49, 62, 6, 0, // Skip to: 141058 |
28129 | | /* 139460 */ MCD_OPC_CheckField, 10, 6, 0, 55, 6, 0, // Skip to: 141058 |
28130 | | /* 139467 */ MCD_OPC_Decode, 143, 21, 209, 5, // Opcode: FCVTASUXSr |
28131 | | /* 139472 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 139494 |
28132 | | /* 139477 */ MCD_OPC_CheckPredicate, 49, 40, 6, 0, // Skip to: 141058 |
28133 | | /* 139482 */ MCD_OPC_CheckField, 10, 6, 0, 33, 6, 0, // Skip to: 141058 |
28134 | | /* 139489 */ MCD_OPC_Decode, 157, 21, 209, 5, // Opcode: FCVTAUUXSr |
28135 | | /* 139494 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 139516 |
28136 | | /* 139499 */ MCD_OPC_CheckPredicate, 49, 18, 6, 0, // Skip to: 141058 |
28137 | | /* 139504 */ MCD_OPC_CheckField, 10, 6, 0, 11, 6, 0, // Skip to: 141058 |
28138 | | /* 139511 */ MCD_OPC_Decode, 253, 21, 209, 5, // Opcode: FCVTPSUXSr |
28139 | | /* 139516 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 139538 |
28140 | | /* 139521 */ MCD_OPC_CheckPredicate, 49, 252, 5, 0, // Skip to: 141058 |
28141 | | /* 139526 */ MCD_OPC_CheckField, 10, 6, 0, 245, 5, 0, // Skip to: 141058 |
28142 | | /* 139533 */ MCD_OPC_Decode, 139, 22, 209, 5, // Opcode: FCVTPUUXSr |
28143 | | /* 139538 */ MCD_OPC_FilterValue, 48, 17, 0, 0, // Skip to: 139560 |
28144 | | /* 139543 */ MCD_OPC_CheckPredicate, 49, 230, 5, 0, // Skip to: 141058 |
28145 | | /* 139548 */ MCD_OPC_CheckField, 10, 6, 0, 223, 5, 0, // Skip to: 141058 |
28146 | | /* 139555 */ MCD_OPC_Decode, 182, 21, 209, 5, // Opcode: FCVTMSUXSr |
28147 | | /* 139560 */ MCD_OPC_FilterValue, 49, 17, 0, 0, // Skip to: 139582 |
28148 | | /* 139565 */ MCD_OPC_CheckPredicate, 49, 208, 5, 0, // Skip to: 141058 |
28149 | | /* 139570 */ MCD_OPC_CheckField, 10, 6, 0, 201, 5, 0, // Skip to: 141058 |
28150 | | /* 139577 */ MCD_OPC_Decode, 196, 21, 209, 5, // Opcode: FCVTMUUXSr |
28151 | | /* 139582 */ MCD_OPC_FilterValue, 56, 17, 0, 0, // Skip to: 139604 |
28152 | | /* 139587 */ MCD_OPC_CheckPredicate, 49, 186, 5, 0, // Skip to: 141058 |
28153 | | /* 139592 */ MCD_OPC_CheckField, 10, 6, 0, 179, 5, 0, // Skip to: 141058 |
28154 | | /* 139599 */ MCD_OPC_Decode, 166, 22, 209, 5, // Opcode: FCVTZSUXSr |
28155 | | /* 139604 */ MCD_OPC_FilterValue, 57, 17, 0, 0, // Skip to: 139626 |
28156 | | /* 139609 */ MCD_OPC_CheckPredicate, 49, 164, 5, 0, // Skip to: 141058 |
28157 | | /* 139614 */ MCD_OPC_CheckField, 10, 6, 0, 157, 5, 0, // Skip to: 141058 |
28158 | | /* 139621 */ MCD_OPC_Decode, 203, 22, 209, 5, // Opcode: FCVTZUUXSr |
28159 | | /* 139626 */ MCD_OPC_FilterValue, 66, 10, 0, 0, // Skip to: 139641 |
28160 | | /* 139631 */ MCD_OPC_CheckPredicate, 49, 142, 5, 0, // Skip to: 141058 |
28161 | | /* 139636 */ MCD_OPC_Decode, 251, 41, 211, 5, // Opcode: SCVTFSXDri |
28162 | | /* 139641 */ MCD_OPC_FilterValue, 67, 10, 0, 0, // Skip to: 139656 |
28163 | | /* 139646 */ MCD_OPC_CheckPredicate, 49, 127, 5, 0, // Skip to: 141058 |
28164 | | /* 139651 */ MCD_OPC_Decode, 211, 56, 211, 5, // Opcode: UCVTFSXDri |
28165 | | /* 139656 */ MCD_OPC_FilterValue, 88, 10, 0, 0, // Skip to: 139671 |
28166 | | /* 139661 */ MCD_OPC_CheckPredicate, 49, 112, 5, 0, // Skip to: 141058 |
28167 | | /* 139666 */ MCD_OPC_Decode, 158, 22, 212, 5, // Opcode: FCVTZSSXDri |
28168 | | /* 139671 */ MCD_OPC_FilterValue, 89, 10, 0, 0, // Skip to: 139686 |
28169 | | /* 139676 */ MCD_OPC_CheckPredicate, 49, 97, 5, 0, // Skip to: 141058 |
28170 | | /* 139681 */ MCD_OPC_Decode, 195, 22, 212, 5, // Opcode: FCVTZUSXDri |
28171 | | /* 139686 */ MCD_OPC_FilterValue, 96, 17, 0, 0, // Skip to: 139708 |
28172 | | /* 139691 */ MCD_OPC_CheckPredicate, 49, 82, 5, 0, // Skip to: 141058 |
28173 | | /* 139696 */ MCD_OPC_CheckField, 10, 6, 0, 75, 5, 0, // Skip to: 141058 |
28174 | | /* 139703 */ MCD_OPC_Decode, 209, 21, 213, 5, // Opcode: FCVTNSUXDr |
28175 | | /* 139708 */ MCD_OPC_FilterValue, 97, 17, 0, 0, // Skip to: 139730 |
28176 | | /* 139713 */ MCD_OPC_CheckPredicate, 49, 60, 5, 0, // Skip to: 141058 |
28177 | | /* 139718 */ MCD_OPC_CheckField, 10, 6, 0, 53, 5, 0, // Skip to: 141058 |
28178 | | /* 139725 */ MCD_OPC_Decode, 226, 21, 213, 5, // Opcode: FCVTNUUXDr |
28179 | | /* 139730 */ MCD_OPC_FilterValue, 98, 17, 0, 0, // Skip to: 139752 |
28180 | | /* 139735 */ MCD_OPC_CheckPredicate, 49, 38, 5, 0, // Skip to: 141058 |
28181 | | /* 139740 */ MCD_OPC_CheckField, 10, 6, 0, 31, 5, 0, // Skip to: 141058 |
28182 | | /* 139747 */ MCD_OPC_Decode, 129, 42, 214, 5, // Opcode: SCVTFUXDri |
28183 | | /* 139752 */ MCD_OPC_FilterValue, 99, 17, 0, 0, // Skip to: 139774 |
28184 | | /* 139757 */ MCD_OPC_CheckPredicate, 49, 16, 5, 0, // Skip to: 141058 |
28185 | | /* 139762 */ MCD_OPC_CheckField, 10, 6, 0, 9, 5, 0, // Skip to: 141058 |
28186 | | /* 139769 */ MCD_OPC_Decode, 217, 56, 214, 5, // Opcode: UCVTFUXDri |
28187 | | /* 139774 */ MCD_OPC_FilterValue, 100, 17, 0, 0, // Skip to: 139796 |
28188 | | /* 139779 */ MCD_OPC_CheckPredicate, 49, 250, 4, 0, // Skip to: 141058 |
28189 | | /* 139784 */ MCD_OPC_CheckField, 10, 6, 0, 243, 4, 0, // Skip to: 141058 |
28190 | | /* 139791 */ MCD_OPC_Decode, 141, 21, 213, 5, // Opcode: FCVTASUXDr |
28191 | | /* 139796 */ MCD_OPC_FilterValue, 101, 17, 0, 0, // Skip to: 139818 |
28192 | | /* 139801 */ MCD_OPC_CheckPredicate, 49, 228, 4, 0, // Skip to: 141058 |
28193 | | /* 139806 */ MCD_OPC_CheckField, 10, 6, 0, 221, 4, 0, // Skip to: 141058 |
28194 | | /* 139813 */ MCD_OPC_Decode, 155, 21, 213, 5, // Opcode: FCVTAUUXDr |
28195 | | /* 139818 */ MCD_OPC_FilterValue, 102, 17, 0, 0, // Skip to: 139840 |
28196 | | /* 139823 */ MCD_OPC_CheckPredicate, 49, 206, 4, 0, // Skip to: 141058 |
28197 | | /* 139828 */ MCD_OPC_CheckField, 10, 6, 0, 199, 4, 0, // Skip to: 141058 |
28198 | | /* 139835 */ MCD_OPC_Decode, 143, 26, 213, 5, // Opcode: FMOVDXr |
28199 | | /* 139840 */ MCD_OPC_FilterValue, 103, 17, 0, 0, // Skip to: 139862 |
28200 | | /* 139845 */ MCD_OPC_CheckPredicate, 49, 184, 4, 0, // Skip to: 141058 |
28201 | | /* 139850 */ MCD_OPC_CheckField, 10, 6, 0, 177, 4, 0, // Skip to: 141058 |
28202 | | /* 139857 */ MCD_OPC_Decode, 156, 26, 214, 5, // Opcode: FMOVXDr |
28203 | | /* 139862 */ MCD_OPC_FilterValue, 104, 17, 0, 0, // Skip to: 139884 |
28204 | | /* 139867 */ MCD_OPC_CheckPredicate, 49, 162, 4, 0, // Skip to: 141058 |
28205 | | /* 139872 */ MCD_OPC_CheckField, 10, 6, 0, 155, 4, 0, // Skip to: 141058 |
28206 | | /* 139879 */ MCD_OPC_Decode, 251, 21, 213, 5, // Opcode: FCVTPSUXDr |
28207 | | /* 139884 */ MCD_OPC_FilterValue, 105, 17, 0, 0, // Skip to: 139906 |
28208 | | /* 139889 */ MCD_OPC_CheckPredicate, 49, 140, 4, 0, // Skip to: 141058 |
28209 | | /* 139894 */ MCD_OPC_CheckField, 10, 6, 0, 133, 4, 0, // Skip to: 141058 |
28210 | | /* 139901 */ MCD_OPC_Decode, 137, 22, 213, 5, // Opcode: FCVTPUUXDr |
28211 | | /* 139906 */ MCD_OPC_FilterValue, 112, 17, 0, 0, // Skip to: 139928 |
28212 | | /* 139911 */ MCD_OPC_CheckPredicate, 49, 118, 4, 0, // Skip to: 141058 |
28213 | | /* 139916 */ MCD_OPC_CheckField, 10, 6, 0, 111, 4, 0, // Skip to: 141058 |
28214 | | /* 139923 */ MCD_OPC_Decode, 180, 21, 213, 5, // Opcode: FCVTMSUXDr |
28215 | | /* 139928 */ MCD_OPC_FilterValue, 113, 17, 0, 0, // Skip to: 139950 |
28216 | | /* 139933 */ MCD_OPC_CheckPredicate, 49, 96, 4, 0, // Skip to: 141058 |
28217 | | /* 139938 */ MCD_OPC_CheckField, 10, 6, 0, 89, 4, 0, // Skip to: 141058 |
28218 | | /* 139945 */ MCD_OPC_Decode, 194, 21, 213, 5, // Opcode: FCVTMUUXDr |
28219 | | /* 139950 */ MCD_OPC_FilterValue, 120, 17, 0, 0, // Skip to: 139972 |
28220 | | /* 139955 */ MCD_OPC_CheckPredicate, 49, 74, 4, 0, // Skip to: 141058 |
28221 | | /* 139960 */ MCD_OPC_CheckField, 10, 6, 0, 67, 4, 0, // Skip to: 141058 |
28222 | | /* 139967 */ MCD_OPC_Decode, 164, 22, 213, 5, // Opcode: FCVTZSUXDr |
28223 | | /* 139972 */ MCD_OPC_FilterValue, 121, 17, 0, 0, // Skip to: 139994 |
28224 | | /* 139977 */ MCD_OPC_CheckPredicate, 49, 52, 4, 0, // Skip to: 141058 |
28225 | | /* 139982 */ MCD_OPC_CheckField, 10, 6, 0, 45, 4, 0, // Skip to: 141058 |
28226 | | /* 139989 */ MCD_OPC_Decode, 201, 22, 213, 5, // Opcode: FCVTZUUXDr |
28227 | | /* 139994 */ MCD_OPC_FilterValue, 174, 1, 17, 0, 0, // Skip to: 140017 |
28228 | | /* 140000 */ MCD_OPC_CheckPredicate, 49, 29, 4, 0, // Skip to: 141058 |
28229 | | /* 140005 */ MCD_OPC_CheckField, 10, 6, 0, 22, 4, 0, // Skip to: 141058 |
28230 | | /* 140012 */ MCD_OPC_Decode, 142, 26, 215, 5, // Opcode: FMOVDXHighr |
28231 | | /* 140017 */ MCD_OPC_FilterValue, 175, 1, 17, 0, 0, // Skip to: 140040 |
28232 | | /* 140023 */ MCD_OPC_CheckPredicate, 49, 6, 4, 0, // Skip to: 141058 |
28233 | | /* 140028 */ MCD_OPC_CheckField, 10, 6, 0, 255, 3, 0, // Skip to: 141058 |
28234 | | /* 140035 */ MCD_OPC_Decode, 155, 26, 215, 5, // Opcode: FMOVXDHighr |
28235 | | /* 140040 */ MCD_OPC_FilterValue, 194, 1, 10, 0, 0, // Skip to: 140056 |
28236 | | /* 140046 */ MCD_OPC_CheckPredicate, 99, 239, 3, 0, // Skip to: 141058 |
28237 | | /* 140051 */ MCD_OPC_Decode, 252, 41, 216, 5, // Opcode: SCVTFSXHri |
28238 | | /* 140056 */ MCD_OPC_FilterValue, 195, 1, 10, 0, 0, // Skip to: 140072 |
28239 | | /* 140062 */ MCD_OPC_CheckPredicate, 99, 223, 3, 0, // Skip to: 141058 |
28240 | | /* 140067 */ MCD_OPC_Decode, 212, 56, 216, 5, // Opcode: UCVTFSXHri |
28241 | | /* 140072 */ MCD_OPC_FilterValue, 216, 1, 10, 0, 0, // Skip to: 140088 |
28242 | | /* 140078 */ MCD_OPC_CheckPredicate, 99, 207, 3, 0, // Skip to: 141058 |
28243 | | /* 140083 */ MCD_OPC_Decode, 159, 22, 217, 5, // Opcode: FCVTZSSXHri |
28244 | | /* 140088 */ MCD_OPC_FilterValue, 217, 1, 10, 0, 0, // Skip to: 140104 |
28245 | | /* 140094 */ MCD_OPC_CheckPredicate, 99, 191, 3, 0, // Skip to: 141058 |
28246 | | /* 140099 */ MCD_OPC_Decode, 196, 22, 217, 5, // Opcode: FCVTZUSXHri |
28247 | | /* 140104 */ MCD_OPC_FilterValue, 224, 1, 17, 0, 0, // Skip to: 140127 |
28248 | | /* 140110 */ MCD_OPC_CheckPredicate, 99, 175, 3, 0, // Skip to: 141058 |
28249 | | /* 140115 */ MCD_OPC_CheckField, 10, 6, 0, 168, 3, 0, // Skip to: 141058 |
28250 | | /* 140122 */ MCD_OPC_Decode, 210, 21, 218, 5, // Opcode: FCVTNSUXHr |
28251 | | /* 140127 */ MCD_OPC_FilterValue, 225, 1, 17, 0, 0, // Skip to: 140150 |
28252 | | /* 140133 */ MCD_OPC_CheckPredicate, 99, 152, 3, 0, // Skip to: 141058 |
28253 | | /* 140138 */ MCD_OPC_CheckField, 10, 6, 0, 145, 3, 0, // Skip to: 141058 |
28254 | | /* 140145 */ MCD_OPC_Decode, 227, 21, 218, 5, // Opcode: FCVTNUUXHr |
28255 | | /* 140150 */ MCD_OPC_FilterValue, 226, 1, 17, 0, 0, // Skip to: 140173 |
28256 | | /* 140156 */ MCD_OPC_CheckPredicate, 99, 129, 3, 0, // Skip to: 141058 |
28257 | | /* 140161 */ MCD_OPC_CheckField, 10, 6, 0, 122, 3, 0, // Skip to: 141058 |
28258 | | /* 140168 */ MCD_OPC_Decode, 130, 42, 219, 5, // Opcode: SCVTFUXHri |
28259 | | /* 140173 */ MCD_OPC_FilterValue, 227, 1, 17, 0, 0, // Skip to: 140196 |
28260 | | /* 140179 */ MCD_OPC_CheckPredicate, 99, 106, 3, 0, // Skip to: 141058 |
28261 | | /* 140184 */ MCD_OPC_CheckField, 10, 6, 0, 99, 3, 0, // Skip to: 141058 |
28262 | | /* 140191 */ MCD_OPC_Decode, 218, 56, 219, 5, // Opcode: UCVTFUXHri |
28263 | | /* 140196 */ MCD_OPC_FilterValue, 228, 1, 17, 0, 0, // Skip to: 140219 |
28264 | | /* 140202 */ MCD_OPC_CheckPredicate, 99, 83, 3, 0, // Skip to: 141058 |
28265 | | /* 140207 */ MCD_OPC_CheckField, 10, 6, 0, 76, 3, 0, // Skip to: 141058 |
28266 | | /* 140214 */ MCD_OPC_Decode, 142, 21, 218, 5, // Opcode: FCVTASUXHr |
28267 | | /* 140219 */ MCD_OPC_FilterValue, 229, 1, 17, 0, 0, // Skip to: 140242 |
28268 | | /* 140225 */ MCD_OPC_CheckPredicate, 99, 60, 3, 0, // Skip to: 141058 |
28269 | | /* 140230 */ MCD_OPC_CheckField, 10, 6, 0, 53, 3, 0, // Skip to: 141058 |
28270 | | /* 140237 */ MCD_OPC_Decode, 156, 21, 218, 5, // Opcode: FCVTAUUXHr |
28271 | | /* 140242 */ MCD_OPC_FilterValue, 230, 1, 17, 0, 0, // Skip to: 140265 |
28272 | | /* 140248 */ MCD_OPC_CheckPredicate, 99, 37, 3, 0, // Skip to: 141058 |
28273 | | /* 140253 */ MCD_OPC_CheckField, 10, 6, 0, 30, 3, 0, // Skip to: 141058 |
28274 | | /* 140260 */ MCD_OPC_Decode, 147, 26, 218, 5, // Opcode: FMOVHXr |
28275 | | /* 140265 */ MCD_OPC_FilterValue, 231, 1, 17, 0, 0, // Skip to: 140288 |
28276 | | /* 140271 */ MCD_OPC_CheckPredicate, 99, 14, 3, 0, // Skip to: 141058 |
28277 | | /* 140276 */ MCD_OPC_CheckField, 10, 6, 0, 7, 3, 0, // Skip to: 141058 |
28278 | | /* 140283 */ MCD_OPC_Decode, 157, 26, 219, 5, // Opcode: FMOVXHr |
28279 | | /* 140288 */ MCD_OPC_FilterValue, 232, 1, 17, 0, 0, // Skip to: 140311 |
28280 | | /* 140294 */ MCD_OPC_CheckPredicate, 99, 247, 2, 0, // Skip to: 141058 |
28281 | | /* 140299 */ MCD_OPC_CheckField, 10, 6, 0, 240, 2, 0, // Skip to: 141058 |
28282 | | /* 140306 */ MCD_OPC_Decode, 252, 21, 218, 5, // Opcode: FCVTPSUXHr |
28283 | | /* 140311 */ MCD_OPC_FilterValue, 233, 1, 17, 0, 0, // Skip to: 140334 |
28284 | | /* 140317 */ MCD_OPC_CheckPredicate, 99, 224, 2, 0, // Skip to: 141058 |
28285 | | /* 140322 */ MCD_OPC_CheckField, 10, 6, 0, 217, 2, 0, // Skip to: 141058 |
28286 | | /* 140329 */ MCD_OPC_Decode, 138, 22, 218, 5, // Opcode: FCVTPUUXHr |
28287 | | /* 140334 */ MCD_OPC_FilterValue, 240, 1, 17, 0, 0, // Skip to: 140357 |
28288 | | /* 140340 */ MCD_OPC_CheckPredicate, 99, 201, 2, 0, // Skip to: 141058 |
28289 | | /* 140345 */ MCD_OPC_CheckField, 10, 6, 0, 194, 2, 0, // Skip to: 141058 |
28290 | | /* 140352 */ MCD_OPC_Decode, 181, 21, 218, 5, // Opcode: FCVTMSUXHr |
28291 | | /* 140357 */ MCD_OPC_FilterValue, 241, 1, 17, 0, 0, // Skip to: 140380 |
28292 | | /* 140363 */ MCD_OPC_CheckPredicate, 99, 178, 2, 0, // Skip to: 141058 |
28293 | | /* 140368 */ MCD_OPC_CheckField, 10, 6, 0, 171, 2, 0, // Skip to: 141058 |
28294 | | /* 140375 */ MCD_OPC_Decode, 195, 21, 218, 5, // Opcode: FCVTMUUXHr |
28295 | | /* 140380 */ MCD_OPC_FilterValue, 248, 1, 17, 0, 0, // Skip to: 140403 |
28296 | | /* 140386 */ MCD_OPC_CheckPredicate, 99, 155, 2, 0, // Skip to: 141058 |
28297 | | /* 140391 */ MCD_OPC_CheckField, 10, 6, 0, 148, 2, 0, // Skip to: 141058 |
28298 | | /* 140398 */ MCD_OPC_Decode, 165, 22, 218, 5, // Opcode: FCVTZSUXHr |
28299 | | /* 140403 */ MCD_OPC_FilterValue, 249, 1, 137, 2, 0, // Skip to: 141058 |
28300 | | /* 140409 */ MCD_OPC_CheckPredicate, 99, 132, 2, 0, // Skip to: 141058 |
28301 | | /* 140414 */ MCD_OPC_CheckField, 10, 6, 0, 125, 2, 0, // Skip to: 141058 |
28302 | | /* 140421 */ MCD_OPC_Decode, 202, 22, 218, 5, // Opcode: FCVTZUUXHr |
28303 | | /* 140426 */ MCD_OPC_FilterValue, 5, 29, 1, 0, // Skip to: 140716 |
28304 | | /* 140431 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
28305 | | /* 140434 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 140560 |
28306 | | /* 140439 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
28307 | | /* 140442 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 140464 |
28308 | | /* 140447 */ MCD_OPC_CheckPredicate, 49, 94, 2, 0, // Skip to: 141058 |
28309 | | /* 140452 */ MCD_OPC_CheckField, 21, 1, 0, 87, 2, 0, // Skip to: 141058 |
28310 | | /* 140459 */ MCD_OPC_Decode, 238, 53, 198, 4, // Opcode: STURSi |
28311 | | /* 140464 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 140486 |
28312 | | /* 140469 */ MCD_OPC_CheckPredicate, 49, 72, 2, 0, // Skip to: 141058 |
28313 | | /* 140474 */ MCD_OPC_CheckField, 21, 1, 0, 65, 2, 0, // Skip to: 141058 |
28314 | | /* 140481 */ MCD_OPC_Decode, 209, 53, 198, 4, // Opcode: STRSpost |
28315 | | /* 140486 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 140538 |
28316 | | /* 140491 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
28317 | | /* 140494 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 140516 |
28318 | | /* 140499 */ MCD_OPC_CheckPredicate, 49, 42, 2, 0, // Skip to: 141058 |
28319 | | /* 140504 */ MCD_OPC_CheckField, 21, 1, 1, 35, 2, 0, // Skip to: 141058 |
28320 | | /* 140511 */ MCD_OPC_Decode, 211, 53, 220, 5, // Opcode: STRSroW |
28321 | | /* 140516 */ MCD_OPC_FilterValue, 3, 25, 2, 0, // Skip to: 141058 |
28322 | | /* 140521 */ MCD_OPC_CheckPredicate, 49, 20, 2, 0, // Skip to: 141058 |
28323 | | /* 140526 */ MCD_OPC_CheckField, 21, 1, 1, 13, 2, 0, // Skip to: 141058 |
28324 | | /* 140533 */ MCD_OPC_Decode, 212, 53, 221, 5, // Opcode: STRSroX |
28325 | | /* 140538 */ MCD_OPC_FilterValue, 3, 3, 2, 0, // Skip to: 141058 |
28326 | | /* 140543 */ MCD_OPC_CheckPredicate, 49, 254, 1, 0, // Skip to: 141058 |
28327 | | /* 140548 */ MCD_OPC_CheckField, 21, 1, 0, 247, 1, 0, // Skip to: 141058 |
28328 | | /* 140555 */ MCD_OPC_Decode, 210, 53, 198, 4, // Opcode: STRSpre |
28329 | | /* 140560 */ MCD_OPC_FilterValue, 1, 121, 0, 0, // Skip to: 140686 |
28330 | | /* 140565 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
28331 | | /* 140568 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 140590 |
28332 | | /* 140573 */ MCD_OPC_CheckPredicate, 49, 224, 1, 0, // Skip to: 141058 |
28333 | | /* 140578 */ MCD_OPC_CheckField, 21, 1, 0, 217, 1, 0, // Skip to: 141058 |
28334 | | /* 140585 */ MCD_OPC_Decode, 152, 36, 198, 4, // Opcode: LDURSi |
28335 | | /* 140590 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 140612 |
28336 | | /* 140595 */ MCD_OPC_CheckPredicate, 49, 202, 1, 0, // Skip to: 141058 |
28337 | | /* 140600 */ MCD_OPC_CheckField, 21, 1, 0, 195, 1, 0, // Skip to: 141058 |
28338 | | /* 140607 */ MCD_OPC_Decode, 155, 35, 198, 4, // Opcode: LDRSpost |
28339 | | /* 140612 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 140664 |
28340 | | /* 140617 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
28341 | | /* 140620 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 140642 |
28342 | | /* 140625 */ MCD_OPC_CheckPredicate, 49, 172, 1, 0, // Skip to: 141058 |
28343 | | /* 140630 */ MCD_OPC_CheckField, 21, 1, 1, 165, 1, 0, // Skip to: 141058 |
28344 | | /* 140637 */ MCD_OPC_Decode, 157, 35, 220, 5, // Opcode: LDRSroW |
28345 | | /* 140642 */ MCD_OPC_FilterValue, 3, 155, 1, 0, // Skip to: 141058 |
28346 | | /* 140647 */ MCD_OPC_CheckPredicate, 49, 150, 1, 0, // Skip to: 141058 |
28347 | | /* 140652 */ MCD_OPC_CheckField, 21, 1, 1, 143, 1, 0, // Skip to: 141058 |
28348 | | /* 140659 */ MCD_OPC_Decode, 158, 35, 221, 5, // Opcode: LDRSroX |
28349 | | /* 140664 */ MCD_OPC_FilterValue, 3, 133, 1, 0, // Skip to: 141058 |
28350 | | /* 140669 */ MCD_OPC_CheckPredicate, 49, 128, 1, 0, // Skip to: 141058 |
28351 | | /* 140674 */ MCD_OPC_CheckField, 21, 1, 0, 121, 1, 0, // Skip to: 141058 |
28352 | | /* 140681 */ MCD_OPC_Decode, 156, 35, 198, 4, // Opcode: LDRSpre |
28353 | | /* 140686 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 140701 |
28354 | | /* 140691 */ MCD_OPC_CheckPredicate, 49, 106, 1, 0, // Skip to: 141058 |
28355 | | /* 140696 */ MCD_OPC_Decode, 213, 53, 213, 4, // Opcode: STRSui |
28356 | | /* 140701 */ MCD_OPC_FilterValue, 5, 96, 1, 0, // Skip to: 141058 |
28357 | | /* 140706 */ MCD_OPC_CheckPredicate, 49, 91, 1, 0, // Skip to: 141058 |
28358 | | /* 140711 */ MCD_OPC_Decode, 159, 35, 213, 4, // Opcode: LDRSui |
28359 | | /* 140716 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 140768 |
28360 | | /* 140721 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
28361 | | /* 140724 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 140746 |
28362 | | /* 140729 */ MCD_OPC_CheckPredicate, 50, 68, 1, 0, // Skip to: 141058 |
28363 | | /* 140734 */ MCD_OPC_CheckField, 10, 2, 2, 61, 1, 0, // Skip to: 141058 |
28364 | | /* 140741 */ MCD_OPC_Decode, 230, 52, 222, 5, // Opcode: STLURdi |
28365 | | /* 140746 */ MCD_OPC_FilterValue, 10, 51, 1, 0, // Skip to: 141058 |
28366 | | /* 140751 */ MCD_OPC_CheckPredicate, 50, 46, 1, 0, // Skip to: 141058 |
28367 | | /* 140756 */ MCD_OPC_CheckField, 10, 2, 2, 39, 1, 0, // Skip to: 141058 |
28368 | | /* 140763 */ MCD_OPC_Decode, 180, 33, 222, 5, // Opcode: LDAPURdi |
28369 | | /* 140768 */ MCD_OPC_FilterValue, 7, 29, 1, 0, // Skip to: 141058 |
28370 | | /* 140773 */ MCD_OPC_ExtractField, 22, 4, // Inst{25-22} ... |
28371 | | /* 140776 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 140902 |
28372 | | /* 140781 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
28373 | | /* 140784 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 140806 |
28374 | | /* 140789 */ MCD_OPC_CheckPredicate, 49, 8, 1, 0, // Skip to: 141058 |
28375 | | /* 140794 */ MCD_OPC_CheckField, 21, 1, 0, 1, 1, 0, // Skip to: 141058 |
28376 | | /* 140801 */ MCD_OPC_Decode, 234, 53, 198, 4, // Opcode: STURDi |
28377 | | /* 140806 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 140828 |
28378 | | /* 140811 */ MCD_OPC_CheckPredicate, 49, 242, 0, 0, // Skip to: 141058 |
28379 | | /* 140816 */ MCD_OPC_CheckField, 21, 1, 0, 235, 0, 0, // Skip to: 141058 |
28380 | | /* 140823 */ MCD_OPC_Decode, 189, 53, 198, 4, // Opcode: STRDpost |
28381 | | /* 140828 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 140880 |
28382 | | /* 140833 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
28383 | | /* 140836 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 140858 |
28384 | | /* 140841 */ MCD_OPC_CheckPredicate, 49, 212, 0, 0, // Skip to: 141058 |
28385 | | /* 140846 */ MCD_OPC_CheckField, 21, 1, 1, 205, 0, 0, // Skip to: 141058 |
28386 | | /* 140853 */ MCD_OPC_Decode, 191, 53, 223, 5, // Opcode: STRDroW |
28387 | | /* 140858 */ MCD_OPC_FilterValue, 3, 195, 0, 0, // Skip to: 141058 |
28388 | | /* 140863 */ MCD_OPC_CheckPredicate, 49, 190, 0, 0, // Skip to: 141058 |
28389 | | /* 140868 */ MCD_OPC_CheckField, 21, 1, 1, 183, 0, 0, // Skip to: 141058 |
28390 | | /* 140875 */ MCD_OPC_Decode, 192, 53, 224, 5, // Opcode: STRDroX |
28391 | | /* 140880 */ MCD_OPC_FilterValue, 3, 173, 0, 0, // Skip to: 141058 |
28392 | | /* 140885 */ MCD_OPC_CheckPredicate, 49, 168, 0, 0, // Skip to: 141058 |
28393 | | /* 140890 */ MCD_OPC_CheckField, 21, 1, 0, 161, 0, 0, // Skip to: 141058 |
28394 | | /* 140897 */ MCD_OPC_Decode, 190, 53, 198, 4, // Opcode: STRDpre |
28395 | | /* 140902 */ MCD_OPC_FilterValue, 1, 121, 0, 0, // Skip to: 141028 |
28396 | | /* 140907 */ MCD_OPC_ExtractField, 10, 2, // Inst{11-10} ... |
28397 | | /* 140910 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 140932 |
28398 | | /* 140915 */ MCD_OPC_CheckPredicate, 49, 138, 0, 0, // Skip to: 141058 |
28399 | | /* 140920 */ MCD_OPC_CheckField, 21, 1, 0, 131, 0, 0, // Skip to: 141058 |
28400 | | /* 140927 */ MCD_OPC_Decode, 143, 36, 198, 4, // Opcode: LDURDi |
28401 | | /* 140932 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 140954 |
28402 | | /* 140937 */ MCD_OPC_CheckPredicate, 49, 116, 0, 0, // Skip to: 141058 |
28403 | | /* 140942 */ MCD_OPC_CheckField, 21, 1, 0, 109, 0, 0, // Skip to: 141058 |
28404 | | /* 140949 */ MCD_OPC_Decode, 235, 34, 198, 4, // Opcode: LDRDpost |
28405 | | /* 140954 */ MCD_OPC_FilterValue, 2, 47, 0, 0, // Skip to: 141006 |
28406 | | /* 140959 */ MCD_OPC_ExtractField, 13, 2, // Inst{14-13} ... |
28407 | | /* 140962 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 140984 |
28408 | | /* 140967 */ MCD_OPC_CheckPredicate, 49, 86, 0, 0, // Skip to: 141058 |
28409 | | /* 140972 */ MCD_OPC_CheckField, 21, 1, 1, 79, 0, 0, // Skip to: 141058 |
28410 | | /* 140979 */ MCD_OPC_Decode, 237, 34, 223, 5, // Opcode: LDRDroW |
28411 | | /* 140984 */ MCD_OPC_FilterValue, 3, 69, 0, 0, // Skip to: 141058 |
28412 | | /* 140989 */ MCD_OPC_CheckPredicate, 49, 64, 0, 0, // Skip to: 141058 |
28413 | | /* 140994 */ MCD_OPC_CheckField, 21, 1, 1, 57, 0, 0, // Skip to: 141058 |
28414 | | /* 141001 */ MCD_OPC_Decode, 238, 34, 224, 5, // Opcode: LDRDroX |
28415 | | /* 141006 */ MCD_OPC_FilterValue, 3, 47, 0, 0, // Skip to: 141058 |
28416 | | /* 141011 */ MCD_OPC_CheckPredicate, 49, 42, 0, 0, // Skip to: 141058 |
28417 | | /* 141016 */ MCD_OPC_CheckField, 21, 1, 0, 35, 0, 0, // Skip to: 141058 |
28418 | | /* 141023 */ MCD_OPC_Decode, 236, 34, 198, 4, // Opcode: LDRDpre |
28419 | | /* 141028 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 141043 |
28420 | | /* 141033 */ MCD_OPC_CheckPredicate, 49, 20, 0, 0, // Skip to: 141058 |
28421 | | /* 141038 */ MCD_OPC_Decode, 193, 53, 213, 4, // Opcode: STRDui |
28422 | | /* 141043 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 141058 |
28423 | | /* 141048 */ MCD_OPC_CheckPredicate, 49, 5, 0, 0, // Skip to: 141058 |
28424 | | /* 141053 */ MCD_OPC_Decode, 239, 34, 213, 4, // Opcode: LDRDui |
28425 | | /* 141058 */ MCD_OPC_Fail, |
28426 | | 0 |
28427 | | }; |
28428 | | |
28429 | | static const uint8_t DecoderTableFallback32[] = { |
28430 | | /* 0 */ MCD_OPC_ExtractField, 21, 11, // Inst{31-21} ... |
28431 | | /* 3 */ MCD_OPC_FilterValue, 168, 13, 34, 0, 0, // Skip to: 43 |
28432 | | /* 9 */ MCD_OPC_CheckField, 19, 2, 0, 22, 0, 0, // Skip to: 38 |
28433 | | /* 16 */ MCD_OPC_CheckField, 12, 4, 4, 15, 0, 0, // Skip to: 38 |
28434 | | /* 23 */ MCD_OPC_CheckField, 0, 5, 31, 8, 0, 0, // Skip to: 38 |
28435 | | /* 30 */ MCD_OPC_TryDecode, 144, 38, 225, 5, 0, 0, 0, // Opcode: MSRpstateImm1, skip to: 38 |
28436 | | /* 38 */ MCD_OPC_Decode, 142, 38, 226, 5, // Opcode: MSR |
28437 | | /* 43 */ MCD_OPC_FilterValue, 169, 13, 5, 0, 0, // Skip to: 54 |
28438 | | /* 49 */ MCD_OPC_Decode, 137, 38, 227, 5, // Opcode: MRS |
28439 | | /* 54 */ MCD_OPC_FilterValue, 197, 15, 26, 0, 0, // Skip to: 86 |
28440 | | /* 60 */ MCD_OPC_CheckField, 14, 1, 1, 19, 0, 0, // Skip to: 86 |
28441 | | /* 67 */ MCD_OPC_CheckField, 10, 2, 2, 12, 0, 0, // Skip to: 86 |
28442 | | /* 74 */ MCD_OPC_CheckField, 3, 2, 3, 5, 0, 0, // Skip to: 86 |
28443 | | /* 81 */ MCD_OPC_Decode, 234, 40, 228, 5, // Opcode: RPRFM |
28444 | | /* 86 */ MCD_OPC_Fail, |
28445 | | 0 |
28446 | | }; |
28447 | | |
28448 | 160k | static bool checkDecoderPredicate(MCInst *Inst, unsigned Idx) { |
28449 | 160k | switch (Idx) { |
28450 | 0 | default: CS_ASSERT_RET_VAL(0 && "Invalid index!", false); |
28451 | 1 | case 0: |
28452 | 1 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMUL53)); |
28453 | 0 | case 1: |
28454 | 0 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAppleSys)); |
28455 | 0 | case 2: |
28456 | 0 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAMX)); |
28457 | 6.56k | case 3: |
28458 | 6.56k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME)); |
28459 | 7.92k | case 4: |
28460 | 7.92k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)); |
28461 | 606 | case 5: |
28462 | 606 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEF8F32)); |
28463 | 376 | case 6: |
28464 | 376 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEF8F16)); |
28465 | 393 | case 7: |
28466 | 393 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEF64F64)); |
28467 | 743 | case 8: |
28468 | 743 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2p1)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEF16F16))); |
28469 | 164 | case 9: |
28470 | 164 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureB16B16))); |
28471 | 3.32k | case 10: |
28472 | 3.32k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2p1))); |
28473 | 372 | case 11: |
28474 | 372 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEI16I64)); |
28475 | 1.00k | case 12: |
28476 | 1.00k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2p1)); |
28477 | 78 | case 13: |
28478 | 78 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME_LUTv2))); |
28479 | 79 | case 14: |
28480 | 79 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2p1)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME_LUTv2))); |
28481 | 34 | case 15: |
28482 | 34 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8))); |
28483 | 491 | case 16: |
28484 | 491 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEI16I64))); |
28485 | 112 | case 17: |
28486 | 112 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSMEF64F64))); |
28487 | 10 | case 18: |
28488 | 10 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFAMINMAX))); |
28489 | 32.1k | case 19: |
28490 | 32.1k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))); |
28491 | 1.12k | case 20: |
28492 | 1.12k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2p1) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2p1))); |
28493 | 5.58k | case 21: |
28494 | 5.58k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))); |
28495 | 47 | case 22: |
28496 | 47 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureCPA))); |
28497 | 201 | case 23: |
28498 | 201 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulFP64))); |
28499 | 9.82k | case 24: |
28500 | 9.82k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE)); |
28501 | 489 | case 25: |
28502 | 489 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2p1))); |
28503 | 49 | case 26: |
28504 | 49 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulInt8))); |
28505 | 21 | case 27: |
28506 | 21 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2AES)); |
28507 | 317 | case 28: |
28508 | 317 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulInt8))); |
28509 | 658 | case 29: |
28510 | 658 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2)); |
28511 | 112 | case 30: |
28512 | 112 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2BitPerm)); |
28513 | 1.35k | case 31: |
28514 | 1.35k | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLUT))); |
28515 | 95 | case 32: |
28516 | 95 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2SM4)); |
28517 | 43 | case 33: |
28518 | 43 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2SHA3)); |
28519 | 256 | case 34: |
28520 | 256 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureB16B16))); |
28521 | 113 | case 35: |
28522 | 113 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureBF16)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME)))); |
28523 | 326 | case 36: |
28524 | 326 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSSVE_FP8DOT2) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) && AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8DOT2)))); |
28525 | 106 | case 37: |
28526 | 106 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSSVE_FP8DOT4) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) && AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8DOT4)))); |
28527 | 17 | case 38: |
28528 | 17 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSSVE_FP8FMA) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) && AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8FMA)))); |
28529 | 98 | case 39: |
28530 | 98 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureBF16)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE))); |
28531 | 12 | case 40: |
28532 | 12 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulFP32))); |
28533 | 303 | case 41: |
28534 | 303 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulFP64))); |
28535 | 10 | case 42: |
28536 | 10 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8))); |
28537 | 279 | case 43: |
28538 | 279 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME2))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFAMINMAX))); |
28539 | 287 | case 44: |
28540 | 287 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSVE2p1)); |
28541 | 863 | case 45: |
28542 | 863 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLSE)); |
28543 | 1.05k | case 46: |
28544 | 1.05k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLOR)); |
28545 | 2.02k | case 47: |
28546 | 2.02k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMTE)); |
28547 | 43.1k | case 48: |
28548 | 43.1k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)); |
28549 | 16.0k | case 49: |
28550 | 16.0k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFPARMv8)); |
28551 | 327 | case 50: |
28552 | 327 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRCPC3)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON))); |
28553 | 425 | case 51: |
28554 | 425 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))); |
28555 | 40 | case 52: |
28556 | 40 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8FMA)); |
28557 | 2.14k | case 53: |
28558 | 2.14k | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFullFP16))); |
28559 | 19 | case 54: |
28560 | 19 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFRInt3264)); |
28561 | 258 | case 55: |
28562 | 258 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP16FML))); |
28563 | 538 | case 56: |
28564 | 538 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8)); |
28565 | 201 | case 57: |
28566 | 201 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8DOT4)); |
28567 | 34 | case 58: |
28568 | 34 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAES)); |
28569 | 155 | case 59: |
28570 | 155 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSHA3)); |
28571 | 46 | case 60: |
28572 | 46 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFP8DOT2)); |
28573 | 182 | case 61: |
28574 | 182 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRDM))); |
28575 | 202 | case 62: |
28576 | 202 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureComplxNum)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFullFP16))); |
28577 | 237 | case 63: |
28578 | 237 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureBF16))); |
28579 | 186 | case 64: |
28580 | 186 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLUT)); |
28581 | 166 | case 65: |
28582 | 166 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSM4)); |
28583 | 181 | case 66: |
28584 | 181 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureDotProd)); |
28585 | 105 | case 67: |
28586 | 105 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMatMulInt8)); |
28587 | 78 | case 68: |
28588 | 78 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFAMINMAX)); |
28589 | 242 | case 69: |
28590 | 242 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureComplxNum)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON))); |
28591 | 744 | case 70: |
28592 | 744 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureCSSC)); |
28593 | 119 | case 71: |
28594 | 119 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeaturePAuthLR)); |
28595 | 278 | case 72: |
28596 | 278 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureHBC)); |
28597 | 81 | case 73: |
28598 | 81 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureEL3)); |
28599 | 179 | case 74: |
28600 | 179 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureTME)); |
28601 | 80 | case 75: |
28602 | 80 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureWFxT)); |
28603 | 160 | case 76: |
28604 | 160 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureTRACEV8_4)); |
28605 | 913 | case 77: |
28606 | 913 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureXS)); |
28607 | 11 | case 78: |
28608 | 11 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSB)); |
28609 | 234 | case 79: |
28610 | 234 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFlagM)); |
28611 | 80 | case 80: |
28612 | 80 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAltFPCmp)); |
28613 | 34 | case 81: |
28614 | 34 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureGCS)); |
28615 | 7 | case 82: |
28616 | 7 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureBRBE)); |
28617 | 29 | case 83: |
28618 | 29 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureITE)); |
28619 | 3.86k | case 84: |
28620 | 3.86k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureD128)); |
28621 | 1.48k | case 85: |
28622 | 1.48k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeaturePAuth)); |
28623 | 1.76k | case 86: |
28624 | 1.76k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRCPC_IMMO)); |
28625 | 358 | case 87: |
28626 | 358 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMOPS)); |
28627 | 71 | case 88: |
28628 | 71 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureTHE)); |
28629 | 348 | case 89: |
28630 | 348 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureTHE)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureD128))); |
28631 | 76 | case 90: |
28632 | 76 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLSE128)); |
28633 | 108 | case 91: |
28634 | 108 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureCRC)); |
28635 | 7 | case 92: |
28636 | 7 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRCPC)); |
28637 | 2.00k | case 93: |
28638 | 2.00k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRCPC3)); |
28639 | 73 | case 94: |
28640 | 73 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureCPA)); |
28641 | 26 | case 95: |
28642 | 26 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureLS64)); |
28643 | 451 | case 96: |
28644 | 451 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMOPS)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureMTE))); |
28645 | 40 | case 97: |
28646 | 40 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureJS)) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFPARMv8))); |
28647 | 10 | case 98: |
28648 | 10 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureBF16))); |
28649 | 1.56k | case 99: |
28650 | 1.56k | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFullFP16)); |
28651 | 19 | case 100: |
28652 | 19 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSHA2)); |
28653 | 12 | case 101: |
28654 | 12 | return ((AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureNEON) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureSME))) && (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureFullFP16))); |
28655 | 337 | case 102: |
28656 | 337 | return (AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureAll) || AArch64_getFeatureBits(Inst->csh->mode, AArch64_FeatureRDM)); |
28657 | 160k | } |
28658 | 160k | } |
28659 | | |
28660 | | #define DecodeToMCInst(fname, fieldname, InsnType) \ |
28661 | | static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ |
28662 | 230k | uint64_t Address, const void *Decoder, bool *DecodeComplete) \ |
28663 | 230k | { \ |
28664 | 230k | *DecodeComplete = true; \ |
28665 | 230k | InsnType tmp; \ |
28666 | 230k | switch (Idx) { \ |
28667 | 0 | default: CS_ASSERT_RET_VAL(0 && "Invalid index!", MCDisassembler_Fail); \ |
28668 | 5.94k | case 0: \ |
28669 | 5.94k | tmp = fieldname(insn, 0, 16); \ |
28670 | 5.94k | MCOperand_CreateImm0(MI, tmp); \ |
28671 | 5.94k | return S; \ |
28672 | 30 | case 1: \ |
28673 | 30 | tmp = fieldname(insn, 0, 5); \ |
28674 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28675 | 30 | tmp = fieldname(insn, 0, 5); \ |
28676 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28677 | 30 | tmp = fieldname(insn, 5, 5); \ |
28678 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28679 | 30 | return S; \ |
28680 | 30 | case 2: \ |
28681 | 0 | tmp = fieldname(insn, 0, 5); \ |
28682 | 0 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28683 | 0 | tmp = fieldname(insn, 5, 5); \ |
28684 | 0 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28685 | 0 | tmp = fieldname(insn, 0, 5); \ |
28686 | 0 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28687 | 0 | return S; \ |
28688 | 106 | case 3: \ |
28689 | 106 | tmp = fieldname(insn, 0, 5); \ |
28690 | 106 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28691 | 106 | return S; \ |
28692 | 361 | case 4: \ |
28693 | 361 | return S; \ |
28694 | 106 | case 5: \ |
28695 | 0 | tmp = fieldname(insn, 0, 5); \ |
28696 | 0 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28697 | 0 | return S; \ |
28698 | 597 | case 6: \ |
28699 | 597 | tmp = fieldname(insn, 0, 5); \ |
28700 | 597 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28701 | 597 | tmp = fieldname(insn, 0, 5); \ |
28702 | 597 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28703 | 597 | return S; \ |
28704 | 597 | case 7: \ |
28705 | 55 | tmp = fieldname(insn, 0, 4); \ |
28706 | 55 | MCOperand_CreateImm0(MI, tmp); \ |
28707 | 55 | return S; \ |
28708 | 960 | case 8: \ |
28709 | 960 | tmp = fieldname(insn, 0, 2); \ |
28710 | 960 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28711 | 960 | tmp = fieldname(insn, 0, 2); \ |
28712 | 960 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28713 | 960 | tmp = fieldname(insn, 10, 3); \ |
28714 | 960 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28715 | 960 | tmp = fieldname(insn, 13, 3); \ |
28716 | 960 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28717 | 960 | tmp = fieldname(insn, 5, 5); \ |
28718 | 960 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28719 | 960 | tmp = fieldname(insn, 16, 5); \ |
28720 | 960 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28721 | 960 | return S; \ |
28722 | 960 | case 9: \ |
28723 | 87 | tmp = fieldname(insn, 0, 1); \ |
28724 | 87 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28725 | 87 | tmp = fieldname(insn, 0, 1); \ |
28726 | 87 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28727 | 87 | tmp = fieldname(insn, 10, 3); \ |
28728 | 87 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28729 | 87 | tmp = fieldname(insn, 13, 3); \ |
28730 | 87 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28731 | 87 | tmp = fieldname(insn, 5, 5); \ |
28732 | 87 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28733 | 87 | tmp = fieldname(insn, 16, 5); \ |
28734 | 87 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28735 | 87 | return S; \ |
28736 | 690 | case 10: \ |
28737 | 690 | tmp = fieldname(insn, 0, 3); \ |
28738 | 690 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28739 | 690 | tmp = fieldname(insn, 0, 3); \ |
28740 | 690 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28741 | 690 | tmp = fieldname(insn, 10, 3); \ |
28742 | 690 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28743 | 690 | tmp = fieldname(insn, 13, 3); \ |
28744 | 690 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28745 | 690 | tmp = fieldname(insn, 5, 5); \ |
28746 | 690 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28747 | 690 | tmp = fieldname(insn, 16, 5); \ |
28748 | 690 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28749 | 690 | return S; \ |
28750 | 690 | case 11: \ |
28751 | 395 | tmp = fieldname(insn, 1, 4); \ |
28752 | 395 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28753 | 395 | tmp = fieldname(insn, 10, 3); \ |
28754 | 395 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28755 | 395 | tmp = fieldname(insn, 5, 5); \ |
28756 | 395 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28757 | 395 | tmp = fieldname(insn, 16, 5); \ |
28758 | 395 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28759 | 395 | return S; \ |
28760 | 395 | case 12: \ |
28761 | 353 | tmp = fieldname(insn, 2, 3); \ |
28762 | 353 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28763 | 353 | tmp = fieldname(insn, 10, 3); \ |
28764 | 353 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28765 | 353 | tmp = fieldname(insn, 5, 5); \ |
28766 | 353 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28767 | 353 | tmp = fieldname(insn, 16, 5); \ |
28768 | 353 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28769 | 353 | return S; \ |
28770 | 353 | case 13: \ |
28771 | 233 | tmp = fieldname(insn, 1, 4); \ |
28772 | 233 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28773 | 233 | tmp = fieldname(insn, 10, 3); \ |
28774 | 233 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28775 | 233 | tmp = fieldname(insn, 5, 5); \ |
28776 | 233 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28777 | 233 | tmp = fieldname(insn, 16, 4); \ |
28778 | 233 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28779 | 233 | return S; \ |
28780 | 233 | case 14: \ |
28781 | 45 | tmp = fieldname(insn, 2, 3); \ |
28782 | 45 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28783 | 45 | tmp = fieldname(insn, 10, 3); \ |
28784 | 45 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28785 | 45 | tmp = fieldname(insn, 5, 5); \ |
28786 | 45 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28787 | 45 | tmp = fieldname(insn, 16, 4); \ |
28788 | 45 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28789 | 45 | return S; \ |
28790 | 1.06k | case 15: \ |
28791 | 1.06k | tmp = 0x0; \ |
28792 | 1.06k | tmp |= fieldname(insn, 0, 3) << 0; \ |
28793 | 1.06k | tmp |= fieldname(insn, 4, 1) << 3; \ |
28794 | 1.06k | if (!Check(&S, DecodeZPR2StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28795 | 1.06k | tmp = fieldname(insn, 10, 3); \ |
28796 | 1.06k | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28797 | 1.06k | tmp = fieldname(insn, 5, 5); \ |
28798 | 1.06k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28799 | 1.06k | tmp = fieldname(insn, 16, 5); \ |
28800 | 1.06k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28801 | 1.06k | return S; \ |
28802 | 1.06k | case 16: \ |
28803 | 542 | tmp = 0x0; \ |
28804 | 542 | tmp |= fieldname(insn, 0, 2) << 0; \ |
28805 | 542 | tmp |= fieldname(insn, 4, 1) << 2; \ |
28806 | 542 | if (!Check(&S, DecodeZPR4StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28807 | 542 | tmp = fieldname(insn, 10, 3); \ |
28808 | 542 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28809 | 542 | tmp = fieldname(insn, 5, 5); \ |
28810 | 542 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28811 | 542 | tmp = fieldname(insn, 16, 5); \ |
28812 | 542 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28813 | 542 | return S; \ |
28814 | 542 | case 17: \ |
28815 | 233 | tmp = 0x0; \ |
28816 | 233 | tmp |= fieldname(insn, 0, 3) << 0; \ |
28817 | 233 | tmp |= fieldname(insn, 4, 1) << 3; \ |
28818 | 233 | if (!Check(&S, DecodeZPR2StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28819 | 233 | tmp = fieldname(insn, 10, 3); \ |
28820 | 233 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28821 | 233 | tmp = fieldname(insn, 5, 5); \ |
28822 | 233 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28823 | 233 | tmp = fieldname(insn, 16, 4); \ |
28824 | 233 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28825 | 233 | return S; \ |
28826 | 602 | case 18: \ |
28827 | 602 | tmp = 0x0; \ |
28828 | 602 | tmp |= fieldname(insn, 0, 2) << 0; \ |
28829 | 602 | tmp |= fieldname(insn, 4, 1) << 2; \ |
28830 | 602 | if (!Check(&S, DecodeZPR4StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28831 | 602 | tmp = fieldname(insn, 10, 3); \ |
28832 | 602 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28833 | 602 | tmp = fieldname(insn, 5, 5); \ |
28834 | 602 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28835 | 602 | tmp = fieldname(insn, 16, 4); \ |
28836 | 602 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28837 | 602 | return S; \ |
28838 | 602 | case 19: \ |
28839 | 589 | tmp = fieldname(insn, 13, 2); \ |
28840 | 589 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28841 | 589 | tmp = fieldname(insn, 0, 4); \ |
28842 | 589 | MCOperand_CreateImm0(MI, tmp); \ |
28843 | 589 | tmp = fieldname(insn, 10, 3); \ |
28844 | 589 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28845 | 589 | tmp = fieldname(insn, 5, 5); \ |
28846 | 589 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28847 | 589 | return S; \ |
28848 | 589 | case 20: \ |
28849 | 22 | tmp = fieldname(insn, 0, 5); \ |
28850 | 22 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28851 | 22 | tmp = fieldname(insn, 0, 5); \ |
28852 | 22 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28853 | 22 | tmp = fieldname(insn, 10, 3); \ |
28854 | 22 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28855 | 22 | tmp = fieldname(insn, 13, 2); \ |
28856 | 22 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28857 | 22 | tmp = fieldname(insn, 5, 4); \ |
28858 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
28859 | 22 | return S; \ |
28860 | 22 | case 21: \ |
28861 | 13 | tmp = fieldname(insn, 0, 5); \ |
28862 | 13 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28863 | 13 | tmp = fieldname(insn, 13, 2); \ |
28864 | 13 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28865 | 13 | tmp = fieldname(insn, 5, 4); \ |
28866 | 13 | MCOperand_CreateImm0(MI, tmp); \ |
28867 | 13 | return S; \ |
28868 | 130 | case 22: \ |
28869 | 130 | tmp = fieldname(insn, 13, 2); \ |
28870 | 130 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28871 | 130 | tmp = fieldname(insn, 0, 3); \ |
28872 | 130 | MCOperand_CreateImm0(MI, tmp); \ |
28873 | 130 | tmp = fieldname(insn, 6, 4); \ |
28874 | 130 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28875 | 130 | return S; \ |
28876 | 130 | case 23: \ |
28877 | 27 | tmp = fieldname(insn, 13, 2); \ |
28878 | 27 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28879 | 27 | tmp = fieldname(insn, 0, 2); \ |
28880 | 27 | MCOperand_CreateImm0(MI, tmp); \ |
28881 | 27 | tmp = fieldname(insn, 7, 3); \ |
28882 | 27 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28883 | 27 | return S; \ |
28884 | 85 | case 24: \ |
28885 | 85 | tmp = fieldname(insn, 13, 2); \ |
28886 | 85 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28887 | 85 | tmp = fieldname(insn, 0, 3); \ |
28888 | 85 | MCOperand_CreateImm0(MI, tmp); \ |
28889 | 85 | tmp = fieldname(insn, 6, 4); \ |
28890 | 85 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28891 | 85 | return S; \ |
28892 | 85 | case 25: \ |
28893 | 51 | tmp = fieldname(insn, 13, 2); \ |
28894 | 51 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28895 | 51 | tmp = fieldname(insn, 0, 3); \ |
28896 | 51 | MCOperand_CreateImm0(MI, tmp); \ |
28897 | 51 | tmp = fieldname(insn, 7, 3); \ |
28898 | 51 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28899 | 51 | return S; \ |
28900 | 51 | case 26: \ |
28901 | 31 | tmp = fieldname(insn, 1, 4); \ |
28902 | 31 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28903 | 31 | tmp = fieldname(insn, 13, 2); \ |
28904 | 31 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28905 | 31 | tmp = fieldname(insn, 5, 3); \ |
28906 | 31 | MCOperand_CreateImm0(MI, tmp); \ |
28907 | 31 | return S; \ |
28908 | 31 | case 27: \ |
28909 | 22 | tmp = fieldname(insn, 2, 3); \ |
28910 | 22 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28911 | 22 | tmp = fieldname(insn, 13, 2); \ |
28912 | 22 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28913 | 22 | tmp = fieldname(insn, 5, 2); \ |
28914 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
28915 | 22 | return S; \ |
28916 | 45 | case 28: \ |
28917 | 45 | tmp = fieldname(insn, 1, 4); \ |
28918 | 45 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28919 | 45 | tmp = fieldname(insn, 13, 2); \ |
28920 | 45 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28921 | 45 | tmp = fieldname(insn, 5, 3); \ |
28922 | 45 | MCOperand_CreateImm0(MI, tmp); \ |
28923 | 45 | return S; \ |
28924 | 45 | case 29: \ |
28925 | 21 | tmp = fieldname(insn, 2, 3); \ |
28926 | 21 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28927 | 21 | tmp = fieldname(insn, 13, 2); \ |
28928 | 21 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28929 | 21 | tmp = fieldname(insn, 5, 3); \ |
28930 | 21 | MCOperand_CreateImm0(MI, tmp); \ |
28931 | 21 | return S; \ |
28932 | 1.81k | case 30: \ |
28933 | 1.81k | tmp = fieldname(insn, 0, 8); \ |
28934 | 1.81k | if (!Check(&S, DecodeMatrixTileListRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28935 | 1.81k | return S; \ |
28936 | 1.81k | case 31: \ |
28937 | 79 | tmp = fieldname(insn, 13, 2); \ |
28938 | 79 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28939 | 79 | tmp = fieldname(insn, 0, 3); \ |
28940 | 79 | MCOperand_CreateImm0(MI, tmp); \ |
28941 | 79 | return S; \ |
28942 | 79 | case 32: \ |
28943 | 13 | tmp = fieldname(insn, 13, 2); \ |
28944 | 13 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28945 | 13 | tmp = fieldname(insn, 0, 2); \ |
28946 | 13 | MCOperand_CreateImm0(MI, tmp); \ |
28947 | 13 | return S; \ |
28948 | 49 | case 33: \ |
28949 | 49 | tmp = fieldname(insn, 13, 2); \ |
28950 | 49 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28951 | 49 | tmp = fieldname(insn, 0, 1); \ |
28952 | 49 | MCOperand_CreateImm0(MI, tmp); \ |
28953 | 49 | return S; \ |
28954 | 72 | case 34: \ |
28955 | 72 | tmp = fieldname(insn, 3, 1); \ |
28956 | 72 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28957 | 72 | tmp = fieldname(insn, 3, 1); \ |
28958 | 72 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28959 | 72 | tmp = fieldname(insn, 13, 2); \ |
28960 | 72 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28961 | 72 | tmp = fieldname(insn, 0, 3); \ |
28962 | 72 | MCOperand_CreateImm0(MI, tmp); \ |
28963 | 72 | tmp = fieldname(insn, 10, 3); \ |
28964 | 72 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28965 | 72 | tmp = fieldname(insn, 5, 5); \ |
28966 | 72 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28967 | 72 | return S; \ |
28968 | 72 | case 35: \ |
28969 | 55 | tmp = fieldname(insn, 0, 5); \ |
28970 | 55 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28971 | 55 | tmp = fieldname(insn, 0, 5); \ |
28972 | 55 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28973 | 55 | tmp = fieldname(insn, 10, 3); \ |
28974 | 55 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28975 | 55 | tmp = fieldname(insn, 8, 1); \ |
28976 | 55 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28977 | 55 | tmp = fieldname(insn, 13, 2); \ |
28978 | 55 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28979 | 55 | tmp = fieldname(insn, 5, 3); \ |
28980 | 55 | MCOperand_CreateImm0(MI, tmp); \ |
28981 | 55 | return S; \ |
28982 | 150 | case 36: \ |
28983 | 150 | tmp = fieldname(insn, 0, 5); \ |
28984 | 150 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28985 | 150 | tmp = fieldname(insn, 8, 1); \ |
28986 | 150 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28987 | 150 | tmp = fieldname(insn, 8, 1); \ |
28988 | 150 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28989 | 150 | tmp = fieldname(insn, 13, 2); \ |
28990 | 150 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28991 | 150 | tmp = fieldname(insn, 5, 3); \ |
28992 | 150 | MCOperand_CreateImm0(MI, tmp); \ |
28993 | 150 | return S; \ |
28994 | 150 | case 37: \ |
28995 | 58 | tmp = fieldname(insn, 2, 1); \ |
28996 | 58 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28997 | 58 | tmp = fieldname(insn, 2, 1); \ |
28998 | 58 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
28999 | 58 | tmp = fieldname(insn, 13, 2); \ |
29000 | 58 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29001 | 58 | tmp = fieldname(insn, 0, 2); \ |
29002 | 58 | MCOperand_CreateImm0(MI, tmp); \ |
29003 | 58 | tmp = fieldname(insn, 6, 4); \ |
29004 | 58 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29005 | 58 | return S; \ |
29006 | 58 | case 38: \ |
29007 | 7 | tmp = fieldname(insn, 1, 1); \ |
29008 | 7 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29009 | 7 | tmp = fieldname(insn, 1, 1); \ |
29010 | 7 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29011 | 7 | tmp = fieldname(insn, 13, 2); \ |
29012 | 7 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29013 | 7 | tmp = fieldname(insn, 0, 1); \ |
29014 | 7 | MCOperand_CreateImm0(MI, tmp); \ |
29015 | 7 | tmp = fieldname(insn, 7, 3); \ |
29016 | 7 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29017 | 7 | return S; \ |
29018 | 9 | case 39: \ |
29019 | 9 | tmp = fieldname(insn, 1, 4); \ |
29020 | 9 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29021 | 9 | tmp = fieldname(insn, 7, 1); \ |
29022 | 9 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29023 | 9 | tmp = fieldname(insn, 13, 2); \ |
29024 | 9 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29025 | 9 | tmp = fieldname(insn, 5, 2); \ |
29026 | 9 | MCOperand_CreateImm0(MI, tmp); \ |
29027 | 9 | return S; \ |
29028 | 23 | case 40: \ |
29029 | 23 | tmp = fieldname(insn, 1, 4); \ |
29030 | 23 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29031 | 23 | tmp = fieldname(insn, 7, 1); \ |
29032 | 23 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29033 | 23 | tmp = fieldname(insn, 7, 1); \ |
29034 | 23 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29035 | 23 | tmp = fieldname(insn, 13, 2); \ |
29036 | 23 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29037 | 23 | tmp = fieldname(insn, 5, 2); \ |
29038 | 23 | MCOperand_CreateImm0(MI, tmp); \ |
29039 | 23 | return S; \ |
29040 | 55 | case 41: \ |
29041 | 55 | tmp = fieldname(insn, 2, 3); \ |
29042 | 55 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29043 | 55 | tmp = fieldname(insn, 6, 1); \ |
29044 | 55 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29045 | 55 | tmp = fieldname(insn, 13, 2); \ |
29046 | 55 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29047 | 55 | tmp = fieldname(insn, 5, 1); \ |
29048 | 55 | MCOperand_CreateImm0(MI, tmp); \ |
29049 | 55 | return S; \ |
29050 | 85 | case 42: \ |
29051 | 85 | tmp = fieldname(insn, 2, 3); \ |
29052 | 85 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29053 | 85 | tmp = fieldname(insn, 6, 1); \ |
29054 | 85 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29055 | 85 | tmp = fieldname(insn, 6, 1); \ |
29056 | 85 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29057 | 85 | tmp = fieldname(insn, 13, 2); \ |
29058 | 85 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29059 | 85 | tmp = fieldname(insn, 5, 1); \ |
29060 | 85 | MCOperand_CreateImm0(MI, tmp); \ |
29061 | 85 | return S; \ |
29062 | 112 | case 43: \ |
29063 | 112 | tmp = fieldname(insn, 0, 5); \ |
29064 | 112 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29065 | 112 | tmp = fieldname(insn, 12, 3); \ |
29066 | 112 | MCOperand_CreateImm0(MI, tmp); \ |
29067 | 112 | return S; \ |
29068 | 112 | case 44: \ |
29069 | 44 | tmp = fieldname(insn, 12, 3); \ |
29070 | 44 | MCOperand_CreateImm0(MI, tmp); \ |
29071 | 44 | tmp = fieldname(insn, 0, 5); \ |
29072 | 44 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29073 | 44 | return S; \ |
29074 | 75 | case 45: \ |
29075 | 75 | tmp = fieldname(insn, 12, 2); \ |
29076 | 75 | MCOperand_CreateImm0(MI, tmp); \ |
29077 | 75 | tmp = fieldname(insn, 0, 5); \ |
29078 | 75 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29079 | 75 | return S; \ |
29080 | 366 | case 46: \ |
29081 | 366 | tmp = fieldname(insn, 2, 2); \ |
29082 | 366 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29083 | 366 | tmp = fieldname(insn, 2, 2); \ |
29084 | 366 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29085 | 366 | tmp = fieldname(insn, 13, 2); \ |
29086 | 366 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29087 | 366 | tmp = fieldname(insn, 0, 2); \ |
29088 | 366 | MCOperand_CreateImm0(MI, tmp); \ |
29089 | 366 | tmp = fieldname(insn, 10, 3); \ |
29090 | 366 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29091 | 366 | tmp = fieldname(insn, 5, 5); \ |
29092 | 366 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29093 | 366 | return S; \ |
29094 | 366 | case 47: \ |
29095 | 14 | tmp = fieldname(insn, 0, 5); \ |
29096 | 14 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29097 | 14 | tmp = fieldname(insn, 0, 5); \ |
29098 | 14 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29099 | 14 | tmp = fieldname(insn, 10, 3); \ |
29100 | 14 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29101 | 14 | tmp = fieldname(insn, 7, 2); \ |
29102 | 14 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29103 | 14 | tmp = fieldname(insn, 13, 2); \ |
29104 | 14 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29105 | 14 | tmp = fieldname(insn, 5, 2); \ |
29106 | 14 | MCOperand_CreateImm0(MI, tmp); \ |
29107 | 14 | return S; \ |
29108 | 32 | case 48: \ |
29109 | 32 | tmp = fieldname(insn, 0, 5); \ |
29110 | 32 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29111 | 32 | tmp = fieldname(insn, 7, 2); \ |
29112 | 32 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29113 | 32 | tmp = fieldname(insn, 7, 2); \ |
29114 | 32 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29115 | 32 | tmp = fieldname(insn, 13, 2); \ |
29116 | 32 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29117 | 32 | tmp = fieldname(insn, 5, 2); \ |
29118 | 32 | MCOperand_CreateImm0(MI, tmp); \ |
29119 | 32 | return S; \ |
29120 | 39 | case 49: \ |
29121 | 39 | tmp = fieldname(insn, 1, 2); \ |
29122 | 39 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29123 | 39 | tmp = fieldname(insn, 1, 2); \ |
29124 | 39 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29125 | 39 | tmp = fieldname(insn, 13, 2); \ |
29126 | 39 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29127 | 39 | tmp = fieldname(insn, 0, 1); \ |
29128 | 39 | MCOperand_CreateImm0(MI, tmp); \ |
29129 | 39 | tmp = fieldname(insn, 6, 4); \ |
29130 | 39 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29131 | 39 | return S; \ |
29132 | 76 | case 50: \ |
29133 | 76 | tmp = fieldname(insn, 0, 2); \ |
29134 | 76 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29135 | 76 | tmp = fieldname(insn, 0, 2); \ |
29136 | 76 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29137 | 76 | tmp = fieldname(insn, 13, 2); \ |
29138 | 76 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29139 | 76 | tmp = fieldname(insn, 7, 3); \ |
29140 | 76 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29141 | 76 | return S; \ |
29142 | 76 | case 51: \ |
29143 | 22 | tmp = fieldname(insn, 1, 4); \ |
29144 | 22 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29145 | 22 | tmp = fieldname(insn, 6, 2); \ |
29146 | 22 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29147 | 22 | tmp = fieldname(insn, 13, 2); \ |
29148 | 22 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29149 | 22 | tmp = fieldname(insn, 5, 1); \ |
29150 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
29151 | 22 | return S; \ |
29152 | 207 | case 52: \ |
29153 | 207 | tmp = fieldname(insn, 1, 4); \ |
29154 | 207 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29155 | 207 | tmp = fieldname(insn, 6, 2); \ |
29156 | 207 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29157 | 207 | tmp = fieldname(insn, 6, 2); \ |
29158 | 207 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29159 | 207 | tmp = fieldname(insn, 13, 2); \ |
29160 | 207 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29161 | 207 | tmp = fieldname(insn, 5, 1); \ |
29162 | 207 | MCOperand_CreateImm0(MI, tmp); \ |
29163 | 207 | return S; \ |
29164 | 207 | case 53: \ |
29165 | 155 | tmp = fieldname(insn, 2, 3); \ |
29166 | 155 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29167 | 155 | tmp = fieldname(insn, 5, 2); \ |
29168 | 155 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29169 | 155 | tmp = fieldname(insn, 13, 2); \ |
29170 | 155 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29171 | 155 | return S; \ |
29172 | 155 | case 54: \ |
29173 | 18 | tmp = fieldname(insn, 2, 3); \ |
29174 | 18 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29175 | 18 | tmp = fieldname(insn, 5, 2); \ |
29176 | 18 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29177 | 18 | tmp = fieldname(insn, 5, 2); \ |
29178 | 18 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29179 | 18 | tmp = fieldname(insn, 13, 2); \ |
29180 | 18 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29181 | 18 | return S; \ |
29182 | 180 | case 55: \ |
29183 | 180 | tmp = fieldname(insn, 2, 3); \ |
29184 | 180 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29185 | 180 | tmp = fieldname(insn, 6, 4); \ |
29186 | 180 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29187 | 180 | return S; \ |
29188 | 180 | case 56: \ |
29189 | 16 | tmp = fieldname(insn, 2, 3); \ |
29190 | 16 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29191 | 16 | tmp = fieldname(insn, 5, 5); \ |
29192 | 16 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29193 | 16 | tmp = fieldname(insn, 16, 1); \ |
29194 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
29195 | 16 | return S; \ |
29196 | 92 | case 57: \ |
29197 | 92 | tmp = fieldname(insn, 1, 4); \ |
29198 | 92 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29199 | 92 | tmp = fieldname(insn, 5, 5); \ |
29200 | 92 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29201 | 92 | tmp = fieldname(insn, 15, 2); \ |
29202 | 92 | MCOperand_CreateImm0(MI, tmp); \ |
29203 | 92 | return S; \ |
29204 | 92 | case 58: \ |
29205 | 81 | tmp = fieldname(insn, 2, 3); \ |
29206 | 81 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29207 | 81 | tmp = fieldname(insn, 5, 5); \ |
29208 | 81 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29209 | 81 | tmp = fieldname(insn, 16, 2); \ |
29210 | 81 | MCOperand_CreateImm0(MI, tmp); \ |
29211 | 81 | return S; \ |
29212 | 81 | case 59: \ |
29213 | 19 | tmp = fieldname(insn, 1, 4); \ |
29214 | 19 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29215 | 19 | tmp = fieldname(insn, 5, 5); \ |
29216 | 19 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29217 | 19 | tmp = fieldname(insn, 15, 3); \ |
29218 | 19 | MCOperand_CreateImm0(MI, tmp); \ |
29219 | 19 | return S; \ |
29220 | 100 | case 60: \ |
29221 | 100 | tmp = fieldname(insn, 0, 2); \ |
29222 | 100 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29223 | 100 | tmp = fieldname(insn, 0, 2); \ |
29224 | 100 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29225 | 100 | tmp = fieldname(insn, 10, 3); \ |
29226 | 100 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29227 | 100 | tmp = fieldname(insn, 13, 3); \ |
29228 | 100 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29229 | 100 | tmp = fieldname(insn, 5, 5); \ |
29230 | 100 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29231 | 100 | return S; \ |
29232 | 100 | case 61: \ |
29233 | 79 | tmp = 0x0; \ |
29234 | 79 | tmp |= fieldname(insn, 0, 2) << 0; \ |
29235 | 79 | tmp |= fieldname(insn, 4, 1) << 2; \ |
29236 | 79 | if (!Check(&S, DecodeZPR4StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29237 | 79 | tmp = fieldname(insn, 6, 4); \ |
29238 | 79 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29239 | 79 | return S; \ |
29240 | 79 | case 62: \ |
29241 | 75 | tmp = 0x0; \ |
29242 | 75 | tmp |= fieldname(insn, 0, 2) << 0; \ |
29243 | 75 | tmp |= fieldname(insn, 4, 1) << 2; \ |
29244 | 75 | if (!Check(&S, DecodeZPR4StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29245 | 75 | tmp = fieldname(insn, 5, 5); \ |
29246 | 75 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29247 | 75 | tmp = fieldname(insn, 16, 1); \ |
29248 | 75 | MCOperand_CreateImm0(MI, tmp); \ |
29249 | 75 | return S; \ |
29250 | 75 | case 63: \ |
29251 | 15 | tmp = 0x0; \ |
29252 | 15 | tmp |= fieldname(insn, 0, 3) << 0; \ |
29253 | 15 | tmp |= fieldname(insn, 4, 1) << 3; \ |
29254 | 15 | if (!Check(&S, DecodeZPR2StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29255 | 15 | tmp = fieldname(insn, 5, 5); \ |
29256 | 15 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29257 | 15 | tmp = fieldname(insn, 15, 2); \ |
29258 | 15 | MCOperand_CreateImm0(MI, tmp); \ |
29259 | 15 | return S; \ |
29260 | 15 | case 64: \ |
29261 | 7 | tmp = 0x0; \ |
29262 | 7 | tmp |= fieldname(insn, 0, 2) << 0; \ |
29263 | 7 | tmp |= fieldname(insn, 4, 1) << 2; \ |
29264 | 7 | if (!Check(&S, DecodeZPR4StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29265 | 7 | tmp = fieldname(insn, 5, 5); \ |
29266 | 7 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29267 | 7 | tmp = fieldname(insn, 16, 2); \ |
29268 | 7 | MCOperand_CreateImm0(MI, tmp); \ |
29269 | 7 | return S; \ |
29270 | 55 | case 65: \ |
29271 | 55 | tmp = 0x0; \ |
29272 | 55 | tmp |= fieldname(insn, 0, 3) << 0; \ |
29273 | 55 | tmp |= fieldname(insn, 4, 1) << 3; \ |
29274 | 55 | if (!Check(&S, DecodeZPR2StridedRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29275 | 55 | tmp = fieldname(insn, 5, 5); \ |
29276 | 55 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29277 | 55 | tmp = fieldname(insn, 15, 3); \ |
29278 | 55 | MCOperand_CreateImm0(MI, tmp); \ |
29279 | 55 | return S; \ |
29280 | 497 | case 66: \ |
29281 | 497 | tmp = fieldname(insn, 1, 3); \ |
29282 | 497 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29283 | 497 | tmp = fieldname(insn, 1, 3); \ |
29284 | 497 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29285 | 497 | tmp = fieldname(insn, 13, 2); \ |
29286 | 497 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29287 | 497 | tmp = fieldname(insn, 0, 1); \ |
29288 | 497 | MCOperand_CreateImm0(MI, tmp); \ |
29289 | 497 | tmp = fieldname(insn, 10, 3); \ |
29290 | 497 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29291 | 497 | tmp = fieldname(insn, 5, 5); \ |
29292 | 497 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29293 | 497 | return S; \ |
29294 | 497 | case 67: \ |
29295 | 30 | tmp = fieldname(insn, 0, 4); \ |
29296 | 30 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29297 | 30 | tmp = fieldname(insn, 0, 4); \ |
29298 | 30 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29299 | 30 | tmp = fieldname(insn, 13, 2); \ |
29300 | 30 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29301 | 30 | tmp = fieldname(insn, 10, 3); \ |
29302 | 30 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29303 | 30 | tmp = fieldname(insn, 5, 5); \ |
29304 | 30 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29305 | 30 | return S; \ |
29306 | 36 | case 68: \ |
29307 | 36 | tmp = fieldname(insn, 0, 5); \ |
29308 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29309 | 36 | tmp = fieldname(insn, 0, 5); \ |
29310 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29311 | 36 | tmp = fieldname(insn, 10, 3); \ |
29312 | 36 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29313 | 36 | tmp = fieldname(insn, 6, 3); \ |
29314 | 36 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29315 | 36 | tmp = fieldname(insn, 13, 2); \ |
29316 | 36 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29317 | 36 | tmp = fieldname(insn, 5, 1); \ |
29318 | 36 | MCOperand_CreateImm0(MI, tmp); \ |
29319 | 36 | return S; \ |
29320 | 36 | case 69: \ |
29321 | 18 | tmp = fieldname(insn, 0, 5); \ |
29322 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29323 | 18 | tmp = fieldname(insn, 6, 3); \ |
29324 | 18 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29325 | 18 | tmp = fieldname(insn, 6, 3); \ |
29326 | 18 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29327 | 18 | tmp = fieldname(insn, 13, 2); \ |
29328 | 18 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29329 | 18 | tmp = fieldname(insn, 5, 1); \ |
29330 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
29331 | 18 | return S; \ |
29332 | 150 | case 70: \ |
29333 | 150 | tmp = fieldname(insn, 0, 5); \ |
29334 | 150 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29335 | 150 | tmp = fieldname(insn, 0, 5); \ |
29336 | 150 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29337 | 150 | tmp = fieldname(insn, 10, 3); \ |
29338 | 150 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29339 | 150 | tmp = fieldname(insn, 5, 4); \ |
29340 | 150 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29341 | 150 | tmp = fieldname(insn, 13, 2); \ |
29342 | 150 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29343 | 150 | return S; \ |
29344 | 150 | case 71: \ |
29345 | 21 | tmp = fieldname(insn, 0, 5); \ |
29346 | 21 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29347 | 21 | tmp = fieldname(insn, 5, 4); \ |
29348 | 21 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29349 | 21 | tmp = fieldname(insn, 5, 4); \ |
29350 | 21 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29351 | 21 | tmp = fieldname(insn, 13, 2); \ |
29352 | 21 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29353 | 21 | return S; \ |
29354 | 45 | case 72: \ |
29355 | 45 | tmp = fieldname(insn, 0, 3); \ |
29356 | 45 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29357 | 45 | tmp = fieldname(insn, 0, 3); \ |
29358 | 45 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29359 | 45 | tmp = fieldname(insn, 13, 2); \ |
29360 | 45 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29361 | 45 | tmp = fieldname(insn, 6, 4); \ |
29362 | 45 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29363 | 45 | return S; \ |
29364 | 104 | case 73: \ |
29365 | 104 | tmp = fieldname(insn, 0, 3); \ |
29366 | 104 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29367 | 104 | tmp = fieldname(insn, 0, 3); \ |
29368 | 104 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29369 | 104 | tmp = fieldname(insn, 13, 2); \ |
29370 | 104 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29371 | 104 | tmp = fieldname(insn, 7, 3); \ |
29372 | 104 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29373 | 104 | return S; \ |
29374 | 104 | case 74: \ |
29375 | 53 | tmp = fieldname(insn, 1, 4); \ |
29376 | 53 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29377 | 53 | tmp = fieldname(insn, 5, 3); \ |
29378 | 53 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29379 | 53 | tmp = fieldname(insn, 13, 2); \ |
29380 | 53 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29381 | 53 | return S; \ |
29382 | 53 | case 75: \ |
29383 | 18 | tmp = fieldname(insn, 1, 4); \ |
29384 | 18 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29385 | 18 | tmp = fieldname(insn, 5, 3); \ |
29386 | 18 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29387 | 18 | tmp = fieldname(insn, 5, 3); \ |
29388 | 18 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29389 | 18 | tmp = fieldname(insn, 13, 2); \ |
29390 | 18 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29391 | 18 | return S; \ |
29392 | 202 | case 76: \ |
29393 | 202 | tmp = fieldname(insn, 2, 3); \ |
29394 | 202 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29395 | 202 | tmp = fieldname(insn, 5, 3); \ |
29396 | 202 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29397 | 202 | tmp = fieldname(insn, 13, 2); \ |
29398 | 202 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29399 | 202 | return S; \ |
29400 | 202 | case 77: \ |
29401 | 100 | tmp = fieldname(insn, 2, 3); \ |
29402 | 100 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29403 | 100 | tmp = fieldname(insn, 5, 3); \ |
29404 | 100 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29405 | 100 | tmp = fieldname(insn, 5, 3); \ |
29406 | 100 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29407 | 100 | tmp = fieldname(insn, 13, 2); \ |
29408 | 100 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29409 | 100 | return S; \ |
29410 | 100 | case 78: \ |
29411 | 68 | tmp = fieldname(insn, 0, 5); \ |
29412 | 68 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29413 | 68 | tmp = fieldname(insn, 5, 5); \ |
29414 | 68 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29415 | 68 | tmp = fieldname(insn, 14, 3); \ |
29416 | 68 | MCOperand_CreateImm0(MI, tmp); \ |
29417 | 68 | return S; \ |
29418 | 97 | case 79: \ |
29419 | 97 | tmp = fieldname(insn, 0, 5); \ |
29420 | 97 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29421 | 97 | tmp = fieldname(insn, 5, 5); \ |
29422 | 97 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29423 | 97 | tmp = fieldname(insn, 14, 4); \ |
29424 | 97 | MCOperand_CreateImm0(MI, tmp); \ |
29425 | 97 | return S; \ |
29426 | 97 | case 80: \ |
29427 | 73 | tmp = fieldname(insn, 0, 3); \ |
29428 | 73 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29429 | 73 | tmp = fieldname(insn, 0, 3); \ |
29430 | 73 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29431 | 73 | tmp = fieldname(insn, 10, 3); \ |
29432 | 73 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29433 | 73 | tmp = fieldname(insn, 13, 3); \ |
29434 | 73 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29435 | 73 | tmp = fieldname(insn, 5, 5); \ |
29436 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29437 | 73 | return S; \ |
29438 | 214 | case 81: \ |
29439 | 214 | tmp = fieldname(insn, 13, 2); \ |
29440 | 214 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29441 | 214 | tmp = fieldname(insn, 0, 2); \ |
29442 | 214 | MCOperand_CreateImm0(MI, tmp); \ |
29443 | 214 | tmp = fieldname(insn, 5, 5); \ |
29444 | 214 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29445 | 214 | tmp = fieldname(insn, 16, 4); \ |
29446 | 214 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29447 | 214 | tmp = 0x0; \ |
29448 | 214 | tmp |= fieldname(insn, 10, 3) << 0; \ |
29449 | 214 | tmp |= fieldname(insn, 15, 1) << 3; \ |
29450 | 214 | MCOperand_CreateImm0(MI, tmp); \ |
29451 | 214 | return S; \ |
29452 | 214 | case 82: \ |
29453 | 41 | tmp = fieldname(insn, 13, 2); \ |
29454 | 41 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29455 | 41 | tmp = fieldname(insn, 0, 1); \ |
29456 | 41 | MCOperand_CreateImm0(MI, tmp); \ |
29457 | 41 | tmp = fieldname(insn, 6, 4); \ |
29458 | 41 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29459 | 41 | tmp = fieldname(insn, 16, 4); \ |
29460 | 41 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29461 | 41 | tmp = 0x0; \ |
29462 | 41 | tmp |= fieldname(insn, 1, 2) << 0; \ |
29463 | 41 | tmp |= fieldname(insn, 10, 2) << 2; \ |
29464 | 41 | MCOperand_CreateImm0(MI, tmp); \ |
29465 | 41 | return S; \ |
29466 | 42 | case 83: \ |
29467 | 42 | tmp = fieldname(insn, 13, 2); \ |
29468 | 42 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29469 | 42 | tmp = fieldname(insn, 0, 1); \ |
29470 | 42 | MCOperand_CreateImm0(MI, tmp); \ |
29471 | 42 | tmp = fieldname(insn, 7, 3); \ |
29472 | 42 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29473 | 42 | tmp = fieldname(insn, 16, 4); \ |
29474 | 42 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29475 | 42 | tmp = 0x0; \ |
29476 | 42 | tmp |= fieldname(insn, 1, 2) << 0; \ |
29477 | 42 | tmp |= fieldname(insn, 10, 2) << 2; \ |
29478 | 42 | MCOperand_CreateImm0(MI, tmp); \ |
29479 | 42 | return S; \ |
29480 | 42 | case 84: \ |
29481 | 26 | tmp = fieldname(insn, 13, 2); \ |
29482 | 26 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29483 | 26 | tmp = fieldname(insn, 0, 3); \ |
29484 | 26 | MCOperand_CreateImm0(MI, tmp); \ |
29485 | 26 | tmp = fieldname(insn, 6, 4); \ |
29486 | 26 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29487 | 26 | tmp = fieldname(insn, 16, 4); \ |
29488 | 26 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29489 | 26 | tmp = 0x0; \ |
29490 | 26 | tmp |= fieldname(insn, 3, 1) << 0; \ |
29491 | 26 | tmp |= fieldname(insn, 10, 2) << 1; \ |
29492 | 26 | MCOperand_CreateImm0(MI, tmp); \ |
29493 | 26 | return S; \ |
29494 | 704 | case 85: \ |
29495 | 704 | tmp = fieldname(insn, 13, 2); \ |
29496 | 704 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29497 | 704 | tmp = fieldname(insn, 0, 3); \ |
29498 | 704 | MCOperand_CreateImm0(MI, tmp); \ |
29499 | 704 | tmp = fieldname(insn, 7, 3); \ |
29500 | 704 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29501 | 704 | tmp = fieldname(insn, 16, 4); \ |
29502 | 704 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29503 | 704 | tmp = 0x0; \ |
29504 | 704 | tmp |= fieldname(insn, 3, 1) << 0; \ |
29505 | 704 | tmp |= fieldname(insn, 10, 2) << 1; \ |
29506 | 704 | MCOperand_CreateImm0(MI, tmp); \ |
29507 | 704 | return S; \ |
29508 | 704 | case 86: \ |
29509 | 100 | tmp = fieldname(insn, 13, 2); \ |
29510 | 100 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29511 | 100 | tmp = fieldname(insn, 0, 1); \ |
29512 | 100 | MCOperand_CreateImm0(MI, tmp); \ |
29513 | 100 | tmp = fieldname(insn, 5, 5); \ |
29514 | 100 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29515 | 100 | tmp = fieldname(insn, 16, 4); \ |
29516 | 100 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29517 | 100 | return S; \ |
29518 | 100 | case 87: \ |
29519 | 43 | tmp = fieldname(insn, 13, 2); \ |
29520 | 43 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29521 | 43 | tmp = fieldname(insn, 0, 1); \ |
29522 | 43 | MCOperand_CreateImm0(MI, tmp); \ |
29523 | 43 | tmp = fieldname(insn, 5, 5); \ |
29524 | 43 | if (!Check(&S, DecodeZPR4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29525 | 43 | tmp = fieldname(insn, 16, 4); \ |
29526 | 43 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29527 | 43 | return S; \ |
29528 | 64 | case 88: \ |
29529 | 64 | tmp = fieldname(insn, 13, 2); \ |
29530 | 64 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29531 | 64 | tmp = fieldname(insn, 0, 2); \ |
29532 | 64 | MCOperand_CreateImm0(MI, tmp); \ |
29533 | 64 | tmp = fieldname(insn, 5, 5); \ |
29534 | 64 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29535 | 64 | tmp = fieldname(insn, 16, 4); \ |
29536 | 64 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29537 | 64 | return S; \ |
29538 | 64 | case 89: \ |
29539 | 19 | tmp = fieldname(insn, 13, 2); \ |
29540 | 19 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29541 | 19 | tmp = fieldname(insn, 0, 2); \ |
29542 | 19 | MCOperand_CreateImm0(MI, tmp); \ |
29543 | 19 | tmp = fieldname(insn, 5, 5); \ |
29544 | 19 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29545 | 19 | tmp = fieldname(insn, 16, 4); \ |
29546 | 19 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29547 | 19 | return S; \ |
29548 | 19 | case 90: \ |
29549 | 19 | tmp = fieldname(insn, 13, 2); \ |
29550 | 19 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29551 | 19 | tmp = fieldname(insn, 0, 2); \ |
29552 | 19 | MCOperand_CreateImm0(MI, tmp); \ |
29553 | 19 | tmp = fieldname(insn, 5, 5); \ |
29554 | 19 | if (!Check(&S, DecodeZPR4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29555 | 19 | tmp = fieldname(insn, 16, 4); \ |
29556 | 19 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29557 | 19 | return S; \ |
29558 | 26 | case 91: \ |
29559 | 26 | tmp = fieldname(insn, 13, 2); \ |
29560 | 26 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29561 | 26 | tmp = fieldname(insn, 0, 3); \ |
29562 | 26 | MCOperand_CreateImm0(MI, tmp); \ |
29563 | 26 | tmp = fieldname(insn, 5, 5); \ |
29564 | 26 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29565 | 26 | tmp = fieldname(insn, 16, 4); \ |
29566 | 26 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29567 | 26 | return S; \ |
29568 | 212 | case 92: \ |
29569 | 212 | tmp = fieldname(insn, 13, 2); \ |
29570 | 212 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29571 | 212 | tmp = fieldname(insn, 0, 3); \ |
29572 | 212 | MCOperand_CreateImm0(MI, tmp); \ |
29573 | 212 | tmp = fieldname(insn, 5, 5); \ |
29574 | 212 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29575 | 212 | tmp = fieldname(insn, 16, 4); \ |
29576 | 212 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29577 | 212 | return S; \ |
29578 | 255 | case 93: \ |
29579 | 255 | tmp = fieldname(insn, 13, 2); \ |
29580 | 255 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29581 | 255 | tmp = fieldname(insn, 0, 3); \ |
29582 | 255 | MCOperand_CreateImm0(MI, tmp); \ |
29583 | 255 | tmp = fieldname(insn, 5, 5); \ |
29584 | 255 | if (!Check(&S, DecodeZPR4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29585 | 255 | tmp = fieldname(insn, 16, 4); \ |
29586 | 255 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29587 | 255 | return S; \ |
29588 | 286 | case 94: \ |
29589 | 286 | tmp = fieldname(insn, 1, 4); \ |
29590 | 286 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29591 | 286 | tmp = fieldname(insn, 10, 3); \ |
29592 | 286 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29593 | 286 | tmp = fieldname(insn, 6, 4); \ |
29594 | 286 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29595 | 286 | tmp = fieldname(insn, 17, 4); \ |
29596 | 286 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29597 | 286 | return S; \ |
29598 | 286 | case 95: \ |
29599 | 94 | tmp = fieldname(insn, 2, 3); \ |
29600 | 94 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29601 | 94 | tmp = fieldname(insn, 10, 3); \ |
29602 | 94 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29603 | 94 | tmp = fieldname(insn, 7, 3); \ |
29604 | 94 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29605 | 94 | tmp = fieldname(insn, 18, 3); \ |
29606 | 94 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29607 | 94 | return S; \ |
29608 | 94 | case 96: \ |
29609 | 92 | tmp = fieldname(insn, 1, 4); \ |
29610 | 92 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29611 | 92 | tmp = fieldname(insn, 1, 4); \ |
29612 | 92 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29613 | 92 | tmp = fieldname(insn, 16, 4); \ |
29614 | 92 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29615 | 92 | return S; \ |
29616 | 92 | case 97: \ |
29617 | 11 | tmp = fieldname(insn, 2, 3); \ |
29618 | 11 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29619 | 11 | tmp = fieldname(insn, 2, 3); \ |
29620 | 11 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29621 | 11 | tmp = fieldname(insn, 16, 4); \ |
29622 | 11 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29623 | 11 | return S; \ |
29624 | 13 | case 98: \ |
29625 | 13 | tmp = fieldname(insn, 1, 4); \ |
29626 | 13 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29627 | 13 | tmp = fieldname(insn, 1, 4); \ |
29628 | 13 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29629 | 13 | tmp = fieldname(insn, 17, 4); \ |
29630 | 13 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29631 | 13 | return S; \ |
29632 | 71 | case 99: \ |
29633 | 71 | tmp = fieldname(insn, 2, 3); \ |
29634 | 71 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29635 | 71 | tmp = fieldname(insn, 2, 3); \ |
29636 | 71 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29637 | 71 | tmp = fieldname(insn, 18, 3); \ |
29638 | 71 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29639 | 71 | return S; \ |
29640 | 173 | case 100: \ |
29641 | 173 | tmp = fieldname(insn, 1, 4); \ |
29642 | 173 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29643 | 173 | tmp = fieldname(insn, 1, 4); \ |
29644 | 173 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29645 | 173 | tmp = fieldname(insn, 5, 5); \ |
29646 | 173 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29647 | 173 | tmp = fieldname(insn, 16, 5); \ |
29648 | 173 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29649 | 173 | return S; \ |
29650 | 173 | case 101: \ |
29651 | 65 | tmp = fieldname(insn, 2, 3); \ |
29652 | 65 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29653 | 65 | tmp = fieldname(insn, 2, 3); \ |
29654 | 65 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29655 | 65 | tmp = fieldname(insn, 5, 5); \ |
29656 | 65 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29657 | 65 | tmp = fieldname(insn, 16, 5); \ |
29658 | 65 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29659 | 65 | return S; \ |
29660 | 65 | case 102: \ |
29661 | 56 | tmp = fieldname(insn, 1, 4); \ |
29662 | 56 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29663 | 56 | tmp = fieldname(insn, 5, 5); \ |
29664 | 56 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29665 | 56 | tmp = fieldname(insn, 16, 5); \ |
29666 | 56 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29667 | 56 | return S; \ |
29668 | 56 | case 103: \ |
29669 | 22 | tmp = fieldname(insn, 0, 5); \ |
29670 | 22 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29671 | 22 | tmp = fieldname(insn, 6, 4); \ |
29672 | 22 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29673 | 22 | return S; \ |
29674 | 223 | case 104: \ |
29675 | 223 | tmp = fieldname(insn, 1, 4); \ |
29676 | 223 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29677 | 223 | tmp = fieldname(insn, 6, 4); \ |
29678 | 223 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29679 | 223 | return S; \ |
29680 | 223 | case 105: \ |
29681 | 20 | tmp = fieldname(insn, 1, 4); \ |
29682 | 20 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29683 | 20 | tmp = fieldname(insn, 5, 5); \ |
29684 | 20 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29685 | 20 | return S; \ |
29686 | 122 | case 106: \ |
29687 | 122 | tmp = fieldname(insn, 2, 3); \ |
29688 | 122 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29689 | 122 | tmp = fieldname(insn, 7, 3); \ |
29690 | 122 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29691 | 122 | return S; \ |
29692 | 122 | case 107: \ |
29693 | 59 | tmp = fieldname(insn, 0, 5); \ |
29694 | 59 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29695 | 59 | tmp = fieldname(insn, 7, 3); \ |
29696 | 59 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29697 | 59 | return S; \ |
29698 | 177 | case 108: \ |
29699 | 177 | tmp = fieldname(insn, 13, 2); \ |
29700 | 177 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29701 | 177 | tmp = fieldname(insn, 0, 3); \ |
29702 | 177 | MCOperand_CreateImm0(MI, tmp); \ |
29703 | 177 | tmp = fieldname(insn, 6, 4); \ |
29704 | 177 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29705 | 177 | tmp = fieldname(insn, 16, 4); \ |
29706 | 177 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29707 | 177 | tmp = fieldname(insn, 10, 2); \ |
29708 | 177 | MCOperand_CreateImm0(MI, tmp); \ |
29709 | 177 | return S; \ |
29710 | 177 | case 109: \ |
29711 | 25 | tmp = fieldname(insn, 13, 2); \ |
29712 | 25 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29713 | 25 | tmp = fieldname(insn, 0, 3); \ |
29714 | 25 | MCOperand_CreateImm0(MI, tmp); \ |
29715 | 25 | tmp = fieldname(insn, 7, 3); \ |
29716 | 25 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29717 | 25 | tmp = fieldname(insn, 16, 4); \ |
29718 | 25 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29719 | 25 | tmp = fieldname(insn, 10, 2); \ |
29720 | 25 | MCOperand_CreateImm0(MI, tmp); \ |
29721 | 25 | return S; \ |
29722 | 76 | case 110: \ |
29723 | 76 | tmp = fieldname(insn, 0, 5); \ |
29724 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29725 | 76 | tmp = fieldname(insn, 7, 3); \ |
29726 | 76 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29727 | 76 | tmp = fieldname(insn, 16, 5); \ |
29728 | 76 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29729 | 76 | return S; \ |
29730 | 196 | case 111: \ |
29731 | 196 | tmp = fieldname(insn, 13, 2); \ |
29732 | 196 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29733 | 196 | tmp = fieldname(insn, 0, 2); \ |
29734 | 196 | MCOperand_CreateImm0(MI, tmp); \ |
29735 | 196 | tmp = fieldname(insn, 5, 5); \ |
29736 | 196 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29737 | 196 | tmp = fieldname(insn, 16, 4); \ |
29738 | 196 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29739 | 196 | tmp = 0x0; \ |
29740 | 196 | tmp |= fieldname(insn, 10, 2) << 0; \ |
29741 | 196 | tmp |= fieldname(insn, 15, 1) << 2; \ |
29742 | 196 | MCOperand_CreateImm0(MI, tmp); \ |
29743 | 196 | return S; \ |
29744 | 325 | case 112: \ |
29745 | 325 | tmp = fieldname(insn, 13, 2); \ |
29746 | 325 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29747 | 325 | tmp = fieldname(insn, 0, 3); \ |
29748 | 325 | MCOperand_CreateImm0(MI, tmp); \ |
29749 | 325 | tmp = fieldname(insn, 5, 5); \ |
29750 | 325 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29751 | 325 | tmp = fieldname(insn, 16, 4); \ |
29752 | 325 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29753 | 325 | tmp = 0x0; \ |
29754 | 325 | tmp |= fieldname(insn, 3, 1) << 0; \ |
29755 | 325 | tmp |= fieldname(insn, 10, 2) << 1; \ |
29756 | 325 | tmp |= fieldname(insn, 15, 1) << 3; \ |
29757 | 325 | MCOperand_CreateImm0(MI, tmp); \ |
29758 | 325 | return S; \ |
29759 | 325 | case 113: \ |
29760 | 51 | tmp = fieldname(insn, 13, 2); \ |
29761 | 51 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29762 | 51 | tmp = fieldname(insn, 0, 1); \ |
29763 | 51 | MCOperand_CreateImm0(MI, tmp); \ |
29764 | 51 | tmp = fieldname(insn, 6, 4); \ |
29765 | 51 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29766 | 51 | tmp = fieldname(insn, 16, 4); \ |
29767 | 51 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29768 | 51 | tmp = 0x0; \ |
29769 | 51 | tmp |= fieldname(insn, 1, 2) << 0; \ |
29770 | 51 | tmp |= fieldname(insn, 10, 1) << 2; \ |
29771 | 51 | MCOperand_CreateImm0(MI, tmp); \ |
29772 | 51 | return S; \ |
29773 | 51 | case 114: \ |
29774 | 11 | tmp = fieldname(insn, 13, 2); \ |
29775 | 11 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29776 | 11 | tmp = fieldname(insn, 0, 3); \ |
29777 | 11 | MCOperand_CreateImm0(MI, tmp); \ |
29778 | 11 | tmp = fieldname(insn, 6, 4); \ |
29779 | 11 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29780 | 11 | tmp = fieldname(insn, 16, 4); \ |
29781 | 11 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29782 | 11 | tmp = fieldname(insn, 10, 1); \ |
29783 | 11 | MCOperand_CreateImm0(MI, tmp); \ |
29784 | 11 | return S; \ |
29785 | 89 | case 115: \ |
29786 | 89 | tmp = fieldname(insn, 13, 2); \ |
29787 | 89 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29788 | 89 | tmp = fieldname(insn, 0, 1); \ |
29789 | 89 | MCOperand_CreateImm0(MI, tmp); \ |
29790 | 89 | tmp = fieldname(insn, 7, 3); \ |
29791 | 89 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29792 | 89 | tmp = fieldname(insn, 16, 4); \ |
29793 | 89 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29794 | 89 | tmp = 0x0; \ |
29795 | 89 | tmp |= fieldname(insn, 1, 2) << 0; \ |
29796 | 89 | tmp |= fieldname(insn, 10, 1) << 2; \ |
29797 | 89 | MCOperand_CreateImm0(MI, tmp); \ |
29798 | 89 | return S; \ |
29799 | 94 | case 116: \ |
29800 | 94 | tmp = fieldname(insn, 13, 2); \ |
29801 | 94 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29802 | 94 | tmp = fieldname(insn, 0, 3); \ |
29803 | 94 | MCOperand_CreateImm0(MI, tmp); \ |
29804 | 94 | tmp = fieldname(insn, 7, 3); \ |
29805 | 94 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29806 | 94 | tmp = fieldname(insn, 16, 4); \ |
29807 | 94 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29808 | 94 | tmp = fieldname(insn, 10, 1); \ |
29809 | 94 | MCOperand_CreateImm0(MI, tmp); \ |
29810 | 94 | return S; \ |
29811 | 473 | case 117: \ |
29812 | 473 | tmp = fieldname(insn, 13, 2); \ |
29813 | 473 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29814 | 473 | tmp = fieldname(insn, 0, 3); \ |
29815 | 473 | MCOperand_CreateImm0(MI, tmp); \ |
29816 | 473 | tmp = fieldname(insn, 6, 4); \ |
29817 | 473 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29818 | 473 | tmp = fieldname(insn, 16, 4); \ |
29819 | 473 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29820 | 473 | tmp = 0x0; \ |
29821 | 473 | tmp |= fieldname(insn, 3, 1) << 0; \ |
29822 | 473 | tmp |= fieldname(insn, 10, 1) << 1; \ |
29823 | 473 | MCOperand_CreateImm0(MI, tmp); \ |
29824 | 473 | return S; \ |
29825 | 473 | case 118: \ |
29826 | 113 | tmp = fieldname(insn, 13, 2); \ |
29827 | 113 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29828 | 113 | tmp = fieldname(insn, 0, 3); \ |
29829 | 113 | MCOperand_CreateImm0(MI, tmp); \ |
29830 | 113 | tmp = fieldname(insn, 5, 5); \ |
29831 | 113 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29832 | 113 | tmp = fieldname(insn, 16, 4); \ |
29833 | 113 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29834 | 113 | tmp = 0x0; \ |
29835 | 113 | tmp |= fieldname(insn, 10, 2) << 0; \ |
29836 | 113 | tmp |= fieldname(insn, 15, 1) << 2; \ |
29837 | 113 | MCOperand_CreateImm0(MI, tmp); \ |
29838 | 113 | return S; \ |
29839 | 290 | case 119: \ |
29840 | 290 | tmp = fieldname(insn, 13, 2); \ |
29841 | 290 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29842 | 290 | tmp = fieldname(insn, 0, 2); \ |
29843 | 290 | MCOperand_CreateImm0(MI, tmp); \ |
29844 | 290 | tmp = fieldname(insn, 6, 4); \ |
29845 | 290 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29846 | 290 | tmp = fieldname(insn, 16, 4); \ |
29847 | 290 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29848 | 290 | tmp = 0x0; \ |
29849 | 290 | tmp |= fieldname(insn, 2, 1) << 0; \ |
29850 | 290 | tmp |= fieldname(insn, 10, 2) << 1; \ |
29851 | 290 | MCOperand_CreateImm0(MI, tmp); \ |
29852 | 290 | return S; \ |
29853 | 290 | case 120: \ |
29854 | 22 | tmp = fieldname(insn, 13, 2); \ |
29855 | 22 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29856 | 22 | tmp = fieldname(insn, 0, 2); \ |
29857 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
29858 | 22 | tmp = fieldname(insn, 7, 3); \ |
29859 | 22 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29860 | 22 | tmp = fieldname(insn, 16, 4); \ |
29861 | 22 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29862 | 22 | tmp = 0x0; \ |
29863 | 22 | tmp |= fieldname(insn, 2, 1) << 0; \ |
29864 | 22 | tmp |= fieldname(insn, 10, 2) << 1; \ |
29865 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
29866 | 22 | return S; \ |
29867 | 23 | case 121: \ |
29868 | 23 | tmp = fieldname(insn, 13, 2); \ |
29869 | 23 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29870 | 23 | tmp = fieldname(insn, 0, 2); \ |
29871 | 23 | MCOperand_CreateImm0(MI, tmp); \ |
29872 | 23 | tmp = fieldname(insn, 7, 3); \ |
29873 | 23 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29874 | 23 | tmp = fieldname(insn, 16, 4); \ |
29875 | 23 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29876 | 23 | tmp = 0x0; \ |
29877 | 23 | tmp |= fieldname(insn, 2, 2) << 0; \ |
29878 | 23 | tmp |= fieldname(insn, 10, 2) << 2; \ |
29879 | 23 | MCOperand_CreateImm0(MI, tmp); \ |
29880 | 23 | return S; \ |
29881 | 23 | case 122: \ |
29882 | 21 | tmp = fieldname(insn, 13, 2); \ |
29883 | 21 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29884 | 21 | tmp = fieldname(insn, 0, 2); \ |
29885 | 21 | MCOperand_CreateImm0(MI, tmp); \ |
29886 | 21 | tmp = fieldname(insn, 6, 4); \ |
29887 | 21 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29888 | 21 | tmp = fieldname(insn, 16, 4); \ |
29889 | 21 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29890 | 21 | tmp = 0x0; \ |
29891 | 21 | tmp |= fieldname(insn, 2, 2) << 0; \ |
29892 | 21 | tmp |= fieldname(insn, 10, 2) << 2; \ |
29893 | 21 | MCOperand_CreateImm0(MI, tmp); \ |
29894 | 21 | return S; \ |
29895 | 95 | case 123: \ |
29896 | 95 | tmp = fieldname(insn, 13, 2); \ |
29897 | 95 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29898 | 95 | tmp = fieldname(insn, 0, 1); \ |
29899 | 95 | MCOperand_CreateImm0(MI, tmp); \ |
29900 | 95 | tmp = fieldname(insn, 6, 4); \ |
29901 | 95 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29902 | 95 | tmp = fieldname(insn, 17, 4); \ |
29903 | 95 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29904 | 95 | return S; \ |
29905 | 410 | case 124: \ |
29906 | 410 | tmp = fieldname(insn, 13, 2); \ |
29907 | 410 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29908 | 410 | tmp = fieldname(insn, 0, 1); \ |
29909 | 410 | MCOperand_CreateImm0(MI, tmp); \ |
29910 | 410 | tmp = fieldname(insn, 7, 3); \ |
29911 | 410 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29912 | 410 | tmp = fieldname(insn, 18, 3); \ |
29913 | 410 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29914 | 410 | return S; \ |
29915 | 410 | case 125: \ |
29916 | 36 | tmp = fieldname(insn, 13, 2); \ |
29917 | 36 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29918 | 36 | tmp = fieldname(insn, 0, 2); \ |
29919 | 36 | MCOperand_CreateImm0(MI, tmp); \ |
29920 | 36 | tmp = fieldname(insn, 6, 4); \ |
29921 | 36 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29922 | 36 | tmp = fieldname(insn, 17, 4); \ |
29923 | 36 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29924 | 36 | return S; \ |
29925 | 36 | case 126: \ |
29926 | 21 | tmp = fieldname(insn, 13, 2); \ |
29927 | 21 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29928 | 21 | tmp = fieldname(insn, 0, 2); \ |
29929 | 21 | MCOperand_CreateImm0(MI, tmp); \ |
29930 | 21 | tmp = fieldname(insn, 7, 3); \ |
29931 | 21 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29932 | 21 | tmp = fieldname(insn, 18, 3); \ |
29933 | 21 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29934 | 21 | return S; \ |
29935 | 50 | case 127: \ |
29936 | 50 | tmp = fieldname(insn, 13, 2); \ |
29937 | 50 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29938 | 50 | tmp = fieldname(insn, 0, 3); \ |
29939 | 50 | MCOperand_CreateImm0(MI, tmp); \ |
29940 | 50 | tmp = fieldname(insn, 6, 4); \ |
29941 | 50 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29942 | 50 | tmp = fieldname(insn, 17, 4); \ |
29943 | 50 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29944 | 50 | return S; \ |
29945 | 107 | case 128: \ |
29946 | 107 | tmp = fieldname(insn, 13, 2); \ |
29947 | 107 | if (!Check(&S, DecodeMatrixIndexGPR32_8_11RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29948 | 107 | tmp = fieldname(insn, 0, 3); \ |
29949 | 107 | MCOperand_CreateImm0(MI, tmp); \ |
29950 | 107 | tmp = fieldname(insn, 7, 3); \ |
29951 | 107 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29952 | 107 | tmp = fieldname(insn, 18, 3); \ |
29953 | 107 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29954 | 107 | return S; \ |
29955 | 107 | case 129: \ |
29956 | 36 | tmp = fieldname(insn, 0, 5); \ |
29957 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29958 | 36 | tmp = fieldname(insn, 6, 4); \ |
29959 | 36 | if (!Check(&S, DecodeZPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29960 | 36 | tmp = fieldname(insn, 16, 4); \ |
29961 | 36 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29962 | 36 | return S; \ |
29963 | 36 | case 130: \ |
29964 | 28 | tmp = fieldname(insn, 0, 5); \ |
29965 | 28 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29966 | 28 | tmp = fieldname(insn, 7, 3); \ |
29967 | 28 | if (!Check(&S, DecodeZPR4Mul4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29968 | 28 | tmp = 0x0; \ |
29969 | 28 | tmp |= fieldname(insn, 16, 5) << 0; \ |
29970 | 28 | tmp |= fieldname(insn, 22, 1) << 5; \ |
29971 | 28 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29972 | 28 | return S; \ |
29973 | 416 | case 131: \ |
29974 | 416 | tmp = fieldname(insn, 13, 2); \ |
29975 | 416 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29976 | 416 | tmp = fieldname(insn, 0, 4); \ |
29977 | 416 | MCOperand_CreateImm0(MI, tmp); \ |
29978 | 416 | tmp = fieldname(insn, 10, 3); \ |
29979 | 416 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29980 | 416 | tmp = fieldname(insn, 5, 5); \ |
29981 | 416 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29982 | 416 | tmp = fieldname(insn, 16, 5); \ |
29983 | 416 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29984 | 416 | return S; \ |
29985 | 416 | case 132: \ |
29986 | 147 | tmp = fieldname(insn, 3, 1); \ |
29987 | 147 | if (!Check(&S, DecodeMatrixTile_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29988 | 147 | tmp = fieldname(insn, 13, 2); \ |
29989 | 147 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29990 | 147 | tmp = fieldname(insn, 0, 3); \ |
29991 | 147 | MCOperand_CreateImm0(MI, tmp); \ |
29992 | 147 | tmp = fieldname(insn, 10, 3); \ |
29993 | 147 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29994 | 147 | tmp = fieldname(insn, 5, 5); \ |
29995 | 147 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29996 | 147 | tmp = fieldname(insn, 16, 5); \ |
29997 | 147 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
29998 | 147 | return S; \ |
29999 | 344 | case 133: \ |
30000 | 344 | tmp = fieldname(insn, 2, 2); \ |
30001 | 344 | if (!Check(&S, DecodeMatrixTile_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30002 | 344 | tmp = fieldname(insn, 13, 2); \ |
30003 | 344 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30004 | 344 | tmp = fieldname(insn, 0, 2); \ |
30005 | 344 | MCOperand_CreateImm0(MI, tmp); \ |
30006 | 344 | tmp = fieldname(insn, 10, 3); \ |
30007 | 344 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30008 | 344 | tmp = fieldname(insn, 5, 5); \ |
30009 | 344 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30010 | 344 | tmp = fieldname(insn, 16, 5); \ |
30011 | 344 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30012 | 344 | return S; \ |
30013 | 344 | case 134: \ |
30014 | 253 | tmp = fieldname(insn, 1, 3); \ |
30015 | 253 | if (!Check(&S, DecodeMatrixTile_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30016 | 253 | tmp = fieldname(insn, 13, 2); \ |
30017 | 253 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30018 | 253 | tmp = fieldname(insn, 0, 1); \ |
30019 | 253 | MCOperand_CreateImm0(MI, tmp); \ |
30020 | 253 | tmp = fieldname(insn, 10, 3); \ |
30021 | 253 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30022 | 253 | tmp = fieldname(insn, 5, 5); \ |
30023 | 253 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30024 | 253 | tmp = fieldname(insn, 16, 5); \ |
30025 | 253 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30026 | 253 | return S; \ |
30027 | 371 | case 135: \ |
30028 | 371 | tmp = fieldname(insn, 13, 2); \ |
30029 | 371 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30030 | 371 | tmp = fieldname(insn, 0, 4); \ |
30031 | 371 | MCOperand_CreateImm0(MI, tmp); \ |
30032 | 371 | tmp = fieldname(insn, 5, 5); \ |
30033 | 371 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30034 | 371 | return S; \ |
30035 | 371 | case 136: \ |
30036 | 93 | tmp = fieldname(insn, 5, 5); \ |
30037 | 93 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30038 | 93 | return S; \ |
30039 | 226 | case 137: \ |
30040 | 226 | tmp = fieldname(insn, 0, 4); \ |
30041 | 226 | if (!Check(&S, DecodeMatrixTile_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30042 | 226 | tmp = fieldname(insn, 13, 2); \ |
30043 | 226 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30044 | 226 | tmp = fieldname(insn, 10, 3); \ |
30045 | 226 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30046 | 226 | tmp = fieldname(insn, 5, 5); \ |
30047 | 226 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30048 | 226 | tmp = fieldname(insn, 16, 5); \ |
30049 | 226 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30050 | 226 | return S; \ |
30051 | 1.10k | case 138: \ |
30052 | 1.10k | tmp = fieldname(insn, 0, 5); \ |
30053 | 1.10k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30054 | 1.10k | tmp = fieldname(insn, 10, 3); \ |
30055 | 1.10k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30056 | 1.10k | tmp = fieldname(insn, 0, 5); \ |
30057 | 1.10k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30058 | 1.10k | tmp = fieldname(insn, 5, 5); \ |
30059 | 1.10k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30060 | 1.10k | return S; \ |
30061 | 1.10k | case 139: \ |
30062 | 548 | tmp = fieldname(insn, 0, 5); \ |
30063 | 548 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30064 | 548 | tmp = fieldname(insn, 10, 3); \ |
30065 | 548 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30066 | 548 | tmp = fieldname(insn, 5, 5); \ |
30067 | 548 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30068 | 548 | return S; \ |
30069 | 548 | case 140: \ |
30070 | 112 | tmp = fieldname(insn, 0, 5); \ |
30071 | 112 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30072 | 112 | tmp = fieldname(insn, 10, 3); \ |
30073 | 112 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30074 | 112 | tmp = fieldname(insn, 5, 5); \ |
30075 | 112 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30076 | 112 | return S; \ |
30077 | 112 | case 141: \ |
30078 | 86 | tmp = fieldname(insn, 0, 5); \ |
30079 | 86 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30080 | 86 | tmp = fieldname(insn, 0, 5); \ |
30081 | 86 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30082 | 86 | tmp = fieldname(insn, 10, 3); \ |
30083 | 86 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30084 | 86 | tmp = fieldname(insn, 5, 5); \ |
30085 | 86 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30086 | 86 | return S; \ |
30087 | 1.26k | case 142: \ |
30088 | 1.26k | tmp = fieldname(insn, 0, 5); \ |
30089 | 1.26k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30090 | 1.26k | tmp = fieldname(insn, 10, 3); \ |
30091 | 1.26k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30092 | 1.26k | tmp = fieldname(insn, 0, 5); \ |
30093 | 1.26k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30094 | 1.26k | tmp = fieldname(insn, 5, 5); \ |
30095 | 1.26k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30096 | 1.26k | tmp = fieldname(insn, 16, 5); \ |
30097 | 1.26k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30098 | 1.26k | return S; \ |
30099 | 1.26k | case 143: \ |
30100 | 30 | tmp = fieldname(insn, 0, 5); \ |
30101 | 30 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30102 | 30 | tmp = fieldname(insn, 10, 3); \ |
30103 | 30 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30104 | 30 | tmp = fieldname(insn, 0, 5); \ |
30105 | 30 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30106 | 30 | tmp = fieldname(insn, 5, 3); \ |
30107 | 30 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30108 | 30 | return S; \ |
30109 | 30 | case 144: \ |
30110 | 13 | tmp = fieldname(insn, 0, 5); \ |
30111 | 13 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30112 | 13 | tmp = fieldname(insn, 10, 3); \ |
30113 | 13 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30114 | 13 | tmp = fieldname(insn, 0, 5); \ |
30115 | 13 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30116 | 13 | tmp = fieldname(insn, 5, 4); \ |
30117 | 13 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30118 | 13 | return S; \ |
30119 | 34 | case 145: \ |
30120 | 34 | tmp = fieldname(insn, 0, 5); \ |
30121 | 34 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30122 | 34 | tmp = fieldname(insn, 10, 3); \ |
30123 | 34 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30124 | 34 | tmp = fieldname(insn, 0, 5); \ |
30125 | 34 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30126 | 34 | tmp = fieldname(insn, 5, 5); \ |
30127 | 34 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30128 | 34 | return S; \ |
30129 | 143 | case 146: \ |
30130 | 143 | tmp = fieldname(insn, 0, 5); \ |
30131 | 143 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30132 | 143 | tmp = fieldname(insn, 10, 3); \ |
30133 | 143 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30134 | 143 | tmp = fieldname(insn, 0, 5); \ |
30135 | 143 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30136 | 143 | tmp = fieldname(insn, 5, 3); \ |
30137 | 143 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30138 | 143 | return S; \ |
30139 | 143 | case 147: \ |
30140 | 55 | tmp = fieldname(insn, 0, 5); \ |
30141 | 55 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30142 | 55 | tmp = fieldname(insn, 10, 3); \ |
30143 | 55 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30144 | 55 | tmp = fieldname(insn, 0, 5); \ |
30145 | 55 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30146 | 55 | tmp = fieldname(insn, 5, 4); \ |
30147 | 55 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30148 | 55 | return S; \ |
30149 | 55 | case 148: \ |
30150 | 31 | tmp = fieldname(insn, 0, 5); \ |
30151 | 31 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30152 | 31 | tmp = fieldname(insn, 10, 3); \ |
30153 | 31 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30154 | 31 | tmp = fieldname(insn, 0, 5); \ |
30155 | 31 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30156 | 31 | tmp = fieldname(insn, 5, 5); \ |
30157 | 31 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30158 | 31 | return S; \ |
30159 | 1.28k | case 149: \ |
30160 | 1.28k | tmp = fieldname(insn, 0, 5); \ |
30161 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30162 | 1.28k | tmp = fieldname(insn, 10, 3); \ |
30163 | 1.28k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30164 | 1.28k | tmp = fieldname(insn, 0, 5); \ |
30165 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30166 | 1.28k | tmp = fieldname(insn, 16, 5); \ |
30167 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30168 | 1.28k | tmp = fieldname(insn, 5, 5); \ |
30169 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30170 | 1.28k | return S; \ |
30171 | 1.28k | case 150: \ |
30172 | 216 | tmp = fieldname(insn, 0, 5); \ |
30173 | 216 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30174 | 216 | tmp = fieldname(insn, 10, 3); \ |
30175 | 216 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30176 | 216 | tmp = fieldname(insn, 0, 5); \ |
30177 | 216 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30178 | 216 | tmp = 0x0; \ |
30179 | 216 | tmp |= fieldname(insn, 5, 5) << 0; \ |
30180 | 216 | tmp |= fieldname(insn, 22, 1) << 5; \ |
30181 | 216 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30182 | 216 | return S; \ |
30183 | 216 | case 151: \ |
30184 | 188 | tmp = fieldname(insn, 0, 5); \ |
30185 | 188 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30186 | 188 | tmp = fieldname(insn, 10, 3); \ |
30187 | 188 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30188 | 188 | tmp = fieldname(insn, 0, 5); \ |
30189 | 188 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30190 | 188 | tmp = 0x0; \ |
30191 | 188 | tmp |= fieldname(insn, 5, 5) << 0; \ |
30192 | 188 | tmp |= fieldname(insn, 22, 1) << 5; \ |
30193 | 188 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30194 | 188 | return S; \ |
30195 | 4.15k | case 152: \ |
30196 | 4.15k | if (!Check(&S, DecodeSVELogicalImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30197 | 4.15k | return S; \ |
30198 | 4.15k | case 153: \ |
30199 | 139 | tmp = fieldname(insn, 0, 5); \ |
30200 | 139 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30201 | 139 | tmp = fieldname(insn, 16, 4); \ |
30202 | 139 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30203 | 139 | tmp = fieldname(insn, 5, 9); \ |
30204 | 139 | if (!Check(&S, DecodeImm8OptLsl_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30205 | 139 | return S; \ |
30206 | 139 | case 154: \ |
30207 | 80 | tmp = fieldname(insn, 0, 5); \ |
30208 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30209 | 80 | tmp = fieldname(insn, 16, 4); \ |
30210 | 80 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30211 | 80 | tmp = fieldname(insn, 5, 9); \ |
30212 | 80 | if (!Check(&S, DecodeImm8OptLsl_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30213 | 80 | return S; \ |
30214 | 80 | case 155: \ |
30215 | 45 | tmp = fieldname(insn, 0, 5); \ |
30216 | 45 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30217 | 45 | tmp = fieldname(insn, 0, 5); \ |
30218 | 45 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30219 | 45 | tmp = fieldname(insn, 16, 4); \ |
30220 | 45 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30221 | 45 | tmp = fieldname(insn, 5, 9); \ |
30222 | 45 | if (!Check(&S, DecodeImm8OptLsl_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30223 | 45 | return S; \ |
30224 | 54 | case 156: \ |
30225 | 54 | tmp = fieldname(insn, 0, 5); \ |
30226 | 54 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30227 | 54 | tmp = fieldname(insn, 0, 5); \ |
30228 | 54 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30229 | 54 | tmp = fieldname(insn, 16, 4); \ |
30230 | 54 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30231 | 54 | tmp = fieldname(insn, 5, 9); \ |
30232 | 54 | if (!Check(&S, DecodeImm8OptLsl_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30233 | 54 | return S; \ |
30234 | 54 | case 157: \ |
30235 | 18 | tmp = fieldname(insn, 0, 5); \ |
30236 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30237 | 18 | tmp = fieldname(insn, 0, 5); \ |
30238 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30239 | 18 | tmp = fieldname(insn, 16, 4); \ |
30240 | 18 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30241 | 18 | tmp = fieldname(insn, 5, 8); \ |
30242 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
30243 | 18 | return S; \ |
30244 | 24 | case 158: \ |
30245 | 24 | tmp = fieldname(insn, 0, 5); \ |
30246 | 24 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30247 | 24 | tmp = fieldname(insn, 16, 4); \ |
30248 | 24 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30249 | 24 | tmp = fieldname(insn, 5, 9); \ |
30250 | 24 | if (!Check(&S, DecodeImm8OptLsl_32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30251 | 24 | return S; \ |
30252 | 108 | case 159: \ |
30253 | 108 | tmp = fieldname(insn, 0, 5); \ |
30254 | 108 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30255 | 108 | tmp = fieldname(insn, 16, 4); \ |
30256 | 108 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30257 | 108 | tmp = fieldname(insn, 5, 9); \ |
30258 | 108 | if (!Check(&S, DecodeImm8OptLsl_64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30259 | 108 | return S; \ |
30260 | 108 | case 160: \ |
30261 | 13 | tmp = fieldname(insn, 0, 5); \ |
30262 | 13 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30263 | 13 | tmp = fieldname(insn, 0, 5); \ |
30264 | 13 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30265 | 13 | tmp = fieldname(insn, 16, 4); \ |
30266 | 13 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30267 | 13 | tmp = fieldname(insn, 5, 9); \ |
30268 | 13 | if (!Check(&S, DecodeImm8OptLsl_32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30269 | 13 | return S; \ |
30270 | 74 | case 161: \ |
30271 | 74 | tmp = fieldname(insn, 0, 5); \ |
30272 | 74 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30273 | 74 | tmp = fieldname(insn, 0, 5); \ |
30274 | 74 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30275 | 74 | tmp = fieldname(insn, 16, 4); \ |
30276 | 74 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30277 | 74 | tmp = fieldname(insn, 5, 9); \ |
30278 | 74 | if (!Check(&S, DecodeImm8OptLsl_64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30279 | 74 | return S; \ |
30280 | 3.37k | case 162: \ |
30281 | 3.37k | tmp = fieldname(insn, 0, 5); \ |
30282 | 3.37k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30283 | 3.37k | tmp = fieldname(insn, 5, 5); \ |
30284 | 3.37k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30285 | 3.37k | tmp = fieldname(insn, 16, 5); \ |
30286 | 3.37k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30287 | 3.37k | return S; \ |
30288 | 3.37k | case 163: \ |
30289 | 284 | tmp = fieldname(insn, 0, 5); \ |
30290 | 284 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30291 | 284 | tmp = fieldname(insn, 0, 5); \ |
30292 | 284 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30293 | 284 | tmp = fieldname(insn, 5, 5); \ |
30294 | 284 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30295 | 284 | tmp = 0x0; \ |
30296 | 284 | tmp |= fieldname(insn, 10, 3) << 0; \ |
30297 | 284 | tmp |= fieldname(insn, 16, 5) << 3; \ |
30298 | 284 | MCOperand_CreateImm0(MI, tmp); \ |
30299 | 284 | return S; \ |
30300 | 284 | case 164: \ |
30301 | 44 | tmp = fieldname(insn, 0, 5); \ |
30302 | 44 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30303 | 44 | tmp = fieldname(insn, 5, 5); \ |
30304 | 44 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30305 | 44 | tmp = 0x0; \ |
30306 | 44 | tmp |= fieldname(insn, 10, 3) << 0; \ |
30307 | 44 | tmp |= fieldname(insn, 16, 5) << 3; \ |
30308 | 44 | MCOperand_CreateImm0(MI, tmp); \ |
30309 | 44 | return S; \ |
30310 | 44 | case 165: \ |
30311 | 6 | tmp = fieldname(insn, 0, 5); \ |
30312 | 6 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30313 | 6 | tmp = fieldname(insn, 5, 5); \ |
30314 | 6 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30315 | 6 | tmp = fieldname(insn, 22, 2); \ |
30316 | 6 | MCOperand_CreateImm0(MI, tmp); \ |
30317 | 6 | return S; \ |
30318 | 9 | case 166: \ |
30319 | 9 | tmp = fieldname(insn, 0, 5); \ |
30320 | 9 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30321 | 9 | tmp = fieldname(insn, 5, 5); \ |
30322 | 9 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30323 | 9 | tmp = 0x0; \ |
30324 | 9 | tmp |= fieldname(insn, 20, 1) << 0; \ |
30325 | 9 | tmp |= fieldname(insn, 22, 2) << 1; \ |
30326 | 9 | MCOperand_CreateImm0(MI, tmp); \ |
30327 | 9 | return S; \ |
30328 | 90 | case 167: \ |
30329 | 90 | tmp = fieldname(insn, 0, 5); \ |
30330 | 90 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30331 | 90 | tmp = fieldname(insn, 5, 5); \ |
30332 | 90 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30333 | 90 | tmp = 0x0; \ |
30334 | 90 | tmp |= fieldname(insn, 19, 2) << 0; \ |
30335 | 90 | tmp |= fieldname(insn, 22, 2) << 2; \ |
30336 | 90 | MCOperand_CreateImm0(MI, tmp); \ |
30337 | 90 | return S; \ |
30338 | 159 | case 168: \ |
30339 | 159 | tmp = fieldname(insn, 0, 5); \ |
30340 | 159 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30341 | 159 | tmp = fieldname(insn, 5, 5); \ |
30342 | 159 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30343 | 159 | tmp = 0x0; \ |
30344 | 159 | tmp |= fieldname(insn, 18, 3) << 0; \ |
30345 | 159 | tmp |= fieldname(insn, 22, 2) << 3; \ |
30346 | 159 | MCOperand_CreateImm0(MI, tmp); \ |
30347 | 159 | return S; \ |
30348 | 159 | case 169: \ |
30349 | 61 | tmp = fieldname(insn, 0, 5); \ |
30350 | 61 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30351 | 61 | tmp = fieldname(insn, 5, 5); \ |
30352 | 61 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30353 | 61 | tmp = 0x0; \ |
30354 | 61 | tmp |= fieldname(insn, 17, 4) << 0; \ |
30355 | 61 | tmp |= fieldname(insn, 22, 2) << 4; \ |
30356 | 61 | MCOperand_CreateImm0(MI, tmp); \ |
30357 | 61 | return S; \ |
30358 | 201 | case 170: \ |
30359 | 201 | tmp = fieldname(insn, 0, 5); \ |
30360 | 201 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30361 | 201 | tmp = fieldname(insn, 5, 5); \ |
30362 | 201 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30363 | 201 | tmp = fieldname(insn, 20, 1); \ |
30364 | 201 | MCOperand_CreateImm0(MI, tmp); \ |
30365 | 201 | return S; \ |
30366 | 201 | case 171: \ |
30367 | 17 | tmp = fieldname(insn, 0, 5); \ |
30368 | 17 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30369 | 17 | tmp = fieldname(insn, 5, 5); \ |
30370 | 17 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30371 | 17 | tmp = fieldname(insn, 19, 2); \ |
30372 | 17 | MCOperand_CreateImm0(MI, tmp); \ |
30373 | 17 | return S; \ |
30374 | 106 | case 172: \ |
30375 | 106 | tmp = fieldname(insn, 0, 5); \ |
30376 | 106 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30377 | 106 | tmp = fieldname(insn, 5, 5); \ |
30378 | 106 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30379 | 106 | tmp = fieldname(insn, 18, 3); \ |
30380 | 106 | MCOperand_CreateImm0(MI, tmp); \ |
30381 | 106 | return S; \ |
30382 | 106 | case 173: \ |
30383 | 8 | tmp = fieldname(insn, 0, 5); \ |
30384 | 8 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30385 | 8 | tmp = fieldname(insn, 5, 5); \ |
30386 | 8 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30387 | 8 | tmp = fieldname(insn, 17, 4); \ |
30388 | 8 | MCOperand_CreateImm0(MI, tmp); \ |
30389 | 8 | return S; \ |
30390 | 94 | case 174: \ |
30391 | 94 | tmp = fieldname(insn, 0, 5); \ |
30392 | 94 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30393 | 94 | tmp = fieldname(insn, 0, 5); \ |
30394 | 94 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30395 | 94 | tmp = fieldname(insn, 5, 5); \ |
30396 | 94 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30397 | 94 | tmp = fieldname(insn, 16, 4); \ |
30398 | 94 | MCOperand_CreateImm0(MI, tmp); \ |
30399 | 94 | return S; \ |
30400 | 130 | case 175: \ |
30401 | 130 | tmp = fieldname(insn, 0, 5); \ |
30402 | 130 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30403 | 130 | tmp = fieldname(insn, 5, 5); \ |
30404 | 130 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30405 | 130 | tmp = fieldname(insn, 16, 5); \ |
30406 | 130 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30407 | 130 | return S; \ |
30408 | 1.22k | case 176: \ |
30409 | 1.22k | tmp = fieldname(insn, 0, 5); \ |
30410 | 1.22k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30411 | 1.22k | tmp = fieldname(insn, 0, 5); \ |
30412 | 1.22k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30413 | 1.22k | tmp = fieldname(insn, 5, 5); \ |
30414 | 1.22k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30415 | 1.22k | tmp = fieldname(insn, 16, 5); \ |
30416 | 1.22k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30417 | 1.22k | return S; \ |
30418 | 1.22k | case 177: \ |
30419 | 39 | tmp = fieldname(insn, 0, 5); \ |
30420 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30421 | 39 | tmp = fieldname(insn, 0, 5); \ |
30422 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30423 | 39 | tmp = fieldname(insn, 5, 5); \ |
30424 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30425 | 39 | tmp = fieldname(insn, 16, 3); \ |
30426 | 39 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30427 | 39 | return S; \ |
30428 | 80 | case 178: \ |
30429 | 80 | tmp = fieldname(insn, 0, 5); \ |
30430 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30431 | 80 | tmp = fieldname(insn, 0, 5); \ |
30432 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30433 | 80 | tmp = fieldname(insn, 5, 5); \ |
30434 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30435 | 80 | tmp = fieldname(insn, 16, 4); \ |
30436 | 80 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30437 | 80 | return S; \ |
30438 | 80 | case 179: \ |
30439 | 20 | tmp = fieldname(insn, 0, 5); \ |
30440 | 20 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30441 | 20 | tmp = fieldname(insn, 0, 5); \ |
30442 | 20 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30443 | 20 | tmp = fieldname(insn, 5, 5); \ |
30444 | 20 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30445 | 20 | tmp = fieldname(insn, 16, 5); \ |
30446 | 20 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30447 | 20 | return S; \ |
30448 | 58 | case 180: \ |
30449 | 58 | tmp = fieldname(insn, 0, 5); \ |
30450 | 58 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30451 | 58 | tmp = fieldname(insn, 0, 5); \ |
30452 | 58 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30453 | 58 | tmp = fieldname(insn, 5, 5); \ |
30454 | 58 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30455 | 58 | tmp = 0x0; \ |
30456 | 58 | tmp |= fieldname(insn, 16, 5) << 0; \ |
30457 | 58 | tmp |= fieldname(insn, 22, 1) << 5; \ |
30458 | 58 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30459 | 58 | return S; \ |
30460 | 58 | case 181: \ |
30461 | 43 | tmp = fieldname(insn, 0, 5); \ |
30462 | 43 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30463 | 43 | tmp = fieldname(insn, 0, 5); \ |
30464 | 43 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30465 | 43 | tmp = fieldname(insn, 16, 5); \ |
30466 | 43 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30467 | 43 | tmp = fieldname(insn, 5, 5); \ |
30468 | 43 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30469 | 43 | return S; \ |
30470 | 43 | case 182: \ |
30471 | 36 | tmp = fieldname(insn, 0, 5); \ |
30472 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30473 | 36 | tmp = fieldname(insn, 5, 5); \ |
30474 | 36 | if (!Check(&S, DecodeGPR32spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30475 | 36 | return S; \ |
30476 | 36 | case 183: \ |
30477 | 32 | tmp = fieldname(insn, 0, 5); \ |
30478 | 32 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30479 | 32 | tmp = fieldname(insn, 0, 5); \ |
30480 | 32 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30481 | 32 | tmp = fieldname(insn, 5, 5); \ |
30482 | 32 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30483 | 32 | return S; \ |
30484 | 39 | case 184: \ |
30485 | 39 | tmp = fieldname(insn, 0, 4); \ |
30486 | 39 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30487 | 39 | tmp = fieldname(insn, 5, 5); \ |
30488 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30489 | 39 | return S; \ |
30490 | 164 | case 185: \ |
30491 | 164 | tmp = fieldname(insn, 0, 4); \ |
30492 | 164 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30493 | 164 | tmp = fieldname(insn, 5, 5); \ |
30494 | 164 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30495 | 164 | tmp = fieldname(insn, 17, 1); \ |
30496 | 164 | MCOperand_CreateImm0(MI, tmp); \ |
30497 | 164 | return S; \ |
30498 | 164 | case 186: \ |
30499 | 11 | tmp = fieldname(insn, 0, 4); \ |
30500 | 11 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30501 | 11 | tmp = fieldname(insn, 5, 5); \ |
30502 | 11 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30503 | 11 | tmp = fieldname(insn, 17, 2); \ |
30504 | 11 | MCOperand_CreateImm0(MI, tmp); \ |
30505 | 11 | return S; \ |
30506 | 87 | case 187: \ |
30507 | 87 | tmp = fieldname(insn, 0, 5); \ |
30508 | 87 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30509 | 87 | tmp = fieldname(insn, 0, 5); \ |
30510 | 87 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30511 | 87 | tmp = fieldname(insn, 5, 4); \ |
30512 | 87 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30513 | 87 | return S; \ |
30514 | 87 | case 188: \ |
30515 | 44 | tmp = fieldname(insn, 0, 5); \ |
30516 | 44 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30517 | 44 | tmp = fieldname(insn, 0, 5); \ |
30518 | 44 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30519 | 44 | tmp = fieldname(insn, 17, 1); \ |
30520 | 44 | MCOperand_CreateImm0(MI, tmp); \ |
30521 | 44 | tmp = fieldname(insn, 5, 4); \ |
30522 | 44 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30523 | 44 | return S; \ |
30524 | 44 | case 189: \ |
30525 | 18 | tmp = fieldname(insn, 0, 5); \ |
30526 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30527 | 18 | tmp = fieldname(insn, 0, 5); \ |
30528 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30529 | 18 | tmp = fieldname(insn, 17, 2); \ |
30530 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
30531 | 18 | tmp = fieldname(insn, 5, 4); \ |
30532 | 18 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30533 | 18 | return S; \ |
30534 | 36 | case 190: \ |
30535 | 36 | tmp = fieldname(insn, 0, 5); \ |
30536 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30537 | 36 | tmp = fieldname(insn, 5, 5); \ |
30538 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30539 | 36 | return S; \ |
30540 | 233 | case 191: \ |
30541 | 233 | tmp = fieldname(insn, 0, 5); \ |
30542 | 233 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30543 | 233 | tmp = fieldname(insn, 0, 5); \ |
30544 | 233 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30545 | 233 | tmp = fieldname(insn, 5, 5); \ |
30546 | 233 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30547 | 233 | return S; \ |
30548 | 233 | case 192: \ |
30549 | 4 | tmp = fieldname(insn, 0, 5); \ |
30550 | 4 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30551 | 4 | tmp = fieldname(insn, 5, 5); \ |
30552 | 4 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30553 | 4 | return S; \ |
30554 | 11 | case 193: \ |
30555 | 11 | tmp = fieldname(insn, 0, 5); \ |
30556 | 11 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30557 | 11 | tmp = fieldname(insn, 0, 5); \ |
30558 | 11 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30559 | 11 | tmp = fieldname(insn, 5, 5); \ |
30560 | 11 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30561 | 11 | return S; \ |
30562 | 15 | case 194: \ |
30563 | 15 | tmp = fieldname(insn, 0, 4); \ |
30564 | 15 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30565 | 15 | tmp = fieldname(insn, 5, 5); \ |
30566 | 15 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30567 | 15 | tmp = 0x0; \ |
30568 | 15 | tmp |= fieldname(insn, 17, 2) << 0; \ |
30569 | 15 | tmp |= fieldname(insn, 22, 1) << 2; \ |
30570 | 15 | MCOperand_CreateImm0(MI, tmp); \ |
30571 | 15 | return S; \ |
30572 | 70 | case 195: \ |
30573 | 70 | tmp = fieldname(insn, 0, 5); \ |
30574 | 70 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30575 | 70 | tmp = fieldname(insn, 0, 5); \ |
30576 | 70 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30577 | 70 | tmp = 0x0; \ |
30578 | 70 | tmp |= fieldname(insn, 17, 2) << 0; \ |
30579 | 70 | tmp |= fieldname(insn, 22, 1) << 2; \ |
30580 | 70 | MCOperand_CreateImm0(MI, tmp); \ |
30581 | 70 | tmp = fieldname(insn, 5, 4); \ |
30582 | 70 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30583 | 70 | return S; \ |
30584 | 574 | case 196: \ |
30585 | 574 | tmp = fieldname(insn, 0, 5); \ |
30586 | 574 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30587 | 574 | tmp = fieldname(insn, 5, 5); \ |
30588 | 574 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30589 | 574 | tmp = fieldname(insn, 16, 5); \ |
30590 | 574 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30591 | 574 | return S; \ |
30592 | 574 | case 197: \ |
30593 | 390 | tmp = fieldname(insn, 0, 5); \ |
30594 | 390 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30595 | 390 | tmp = fieldname(insn, 5, 5); \ |
30596 | 390 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30597 | 390 | tmp = fieldname(insn, 16, 5); \ |
30598 | 390 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30599 | 390 | return S; \ |
30600 | 390 | case 198: \ |
30601 | 98 | tmp = fieldname(insn, 0, 5); \ |
30602 | 98 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30603 | 98 | tmp = fieldname(insn, 5, 5); \ |
30604 | 98 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30605 | 98 | tmp = fieldname(insn, 16, 5); \ |
30606 | 98 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30607 | 98 | return S; \ |
30608 | 98 | case 199: \ |
30609 | 49 | tmp = fieldname(insn, 0, 5); \ |
30610 | 49 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30611 | 49 | tmp = fieldname(insn, 5, 5); \ |
30612 | 49 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30613 | 49 | tmp = fieldname(insn, 16, 5); \ |
30614 | 49 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30615 | 49 | return S; \ |
30616 | 101 | case 200: \ |
30617 | 101 | tmp = fieldname(insn, 0, 5); \ |
30618 | 101 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30619 | 101 | tmp = fieldname(insn, 16, 5); \ |
30620 | 101 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30621 | 101 | tmp = fieldname(insn, 5, 6); \ |
30622 | 101 | if (!Check(&S, DecodeSImm_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30623 | 101 | return S; \ |
30624 | 101 | case 201: \ |
30625 | 94 | tmp = fieldname(insn, 0, 5); \ |
30626 | 94 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30627 | 94 | tmp = fieldname(insn, 5, 6); \ |
30628 | 94 | if (!Check(&S, DecodeSImm_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30629 | 94 | return S; \ |
30630 | 96 | case 202: \ |
30631 | 96 | tmp = fieldname(insn, 0, 5); \ |
30632 | 96 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30633 | 96 | tmp = fieldname(insn, 5, 5); \ |
30634 | 96 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30635 | 96 | tmp = fieldname(insn, 16, 5); \ |
30636 | 96 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30637 | 96 | return S; \ |
30638 | 96 | case 203: \ |
30639 | 12 | tmp = fieldname(insn, 0, 5); \ |
30640 | 12 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30641 | 12 | tmp = fieldname(insn, 5, 5); \ |
30642 | 12 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30643 | 12 | tmp = fieldname(insn, 16, 5); \ |
30644 | 12 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30645 | 12 | return S; \ |
30646 | 72 | case 204: \ |
30647 | 72 | tmp = fieldname(insn, 0, 5); \ |
30648 | 72 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30649 | 72 | tmp = fieldname(insn, 5, 5); \ |
30650 | 72 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30651 | 72 | tmp = fieldname(insn, 16, 5); \ |
30652 | 72 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30653 | 72 | return S; \ |
30654 | 92 | case 205: \ |
30655 | 92 | tmp = fieldname(insn, 0, 4); \ |
30656 | 92 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30657 | 92 | tmp = fieldname(insn, 5, 4); \ |
30658 | 92 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30659 | 92 | tmp = fieldname(insn, 16, 4); \ |
30660 | 92 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30661 | 92 | return S; \ |
30662 | 92 | case 206: \ |
30663 | 16 | tmp = fieldname(insn, 0, 4); \ |
30664 | 16 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30665 | 16 | tmp = fieldname(insn, 5, 4); \ |
30666 | 16 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30667 | 16 | return S; \ |
30668 | 69 | case 207: \ |
30669 | 69 | tmp = fieldname(insn, 0, 5); \ |
30670 | 69 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30671 | 69 | tmp = fieldname(insn, 5, 5); \ |
30672 | 69 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30673 | 69 | tmp = fieldname(insn, 16, 3); \ |
30674 | 69 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30675 | 69 | return S; \ |
30676 | 205 | case 208: \ |
30677 | 205 | tmp = fieldname(insn, 0, 5); \ |
30678 | 205 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30679 | 205 | tmp = fieldname(insn, 5, 5); \ |
30680 | 205 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30681 | 205 | tmp = fieldname(insn, 16, 4); \ |
30682 | 205 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30683 | 205 | return S; \ |
30684 | 205 | case 209: \ |
30685 | 86 | tmp = fieldname(insn, 0, 5); \ |
30686 | 86 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30687 | 86 | tmp = fieldname(insn, 5, 5); \ |
30688 | 86 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30689 | 86 | tmp = fieldname(insn, 16, 5); \ |
30690 | 86 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30691 | 86 | return S; \ |
30692 | 162 | case 210: \ |
30693 | 162 | tmp = fieldname(insn, 0, 5); \ |
30694 | 162 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30695 | 162 | tmp = fieldname(insn, 5, 5); \ |
30696 | 162 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30697 | 162 | tmp = fieldname(insn, 16, 3); \ |
30698 | 162 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30699 | 162 | return S; \ |
30700 | 162 | case 211: \ |
30701 | 100 | tmp = fieldname(insn, 0, 5); \ |
30702 | 100 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30703 | 100 | tmp = fieldname(insn, 5, 5); \ |
30704 | 100 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30705 | 100 | tmp = fieldname(insn, 16, 4); \ |
30706 | 100 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30707 | 100 | return S; \ |
30708 | 100 | case 212: \ |
30709 | 76 | tmp = fieldname(insn, 0, 5); \ |
30710 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30711 | 76 | tmp = fieldname(insn, 5, 5); \ |
30712 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30713 | 76 | tmp = fieldname(insn, 16, 5); \ |
30714 | 76 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30715 | 76 | return S; \ |
30716 | 76 | case 213: \ |
30717 | 65 | tmp = fieldname(insn, 0, 5); \ |
30718 | 65 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30719 | 65 | tmp = fieldname(insn, 5, 5); \ |
30720 | 65 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30721 | 65 | tmp = 0x0; \ |
30722 | 65 | tmp |= fieldname(insn, 16, 5) << 0; \ |
30723 | 65 | tmp |= fieldname(insn, 22, 1) << 5; \ |
30724 | 65 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30725 | 65 | return S; \ |
30726 | 65 | case 214: \ |
30727 | 30 | tmp = fieldname(insn, 0, 5); \ |
30728 | 30 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30729 | 30 | tmp = fieldname(insn, 5, 5); \ |
30730 | 30 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30731 | 30 | tmp = 0x0; \ |
30732 | 30 | tmp |= fieldname(insn, 16, 5) << 0; \ |
30733 | 30 | tmp |= fieldname(insn, 22, 1) << 5; \ |
30734 | 30 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30735 | 30 | return S; \ |
30736 | 79 | case 215: \ |
30737 | 79 | tmp = fieldname(insn, 0, 5); \ |
30738 | 79 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30739 | 79 | tmp = fieldname(insn, 0, 5); \ |
30740 | 79 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30741 | 79 | tmp = fieldname(insn, 10, 3); \ |
30742 | 79 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30743 | 79 | tmp = fieldname(insn, 5, 5); \ |
30744 | 79 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30745 | 79 | return S; \ |
30746 | 122 | case 216: \ |
30747 | 122 | tmp = fieldname(insn, 0, 5); \ |
30748 | 122 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30749 | 122 | tmp = fieldname(insn, 0, 5); \ |
30750 | 122 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30751 | 122 | tmp = fieldname(insn, 10, 3); \ |
30752 | 122 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30753 | 122 | tmp = fieldname(insn, 5, 5); \ |
30754 | 122 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30755 | 122 | return S; \ |
30756 | 122 | case 217: \ |
30757 | 88 | tmp = fieldname(insn, 0, 5); \ |
30758 | 88 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30759 | 88 | tmp = fieldname(insn, 10, 3); \ |
30760 | 88 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30761 | 88 | tmp = fieldname(insn, 5, 5); \ |
30762 | 88 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30763 | 88 | return S; \ |
30764 | 91 | case 218: \ |
30765 | 91 | tmp = fieldname(insn, 0, 5); \ |
30766 | 91 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30767 | 91 | tmp = fieldname(insn, 10, 3); \ |
30768 | 91 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30769 | 91 | tmp = fieldname(insn, 5, 5); \ |
30770 | 91 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30771 | 91 | return S; \ |
30772 | 91 | case 219: \ |
30773 | 32 | tmp = fieldname(insn, 0, 5); \ |
30774 | 32 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30775 | 32 | tmp = fieldname(insn, 10, 3); \ |
30776 | 32 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30777 | 32 | tmp = fieldname(insn, 5, 5); \ |
30778 | 32 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30779 | 32 | return S; \ |
30780 | 36 | case 220: \ |
30781 | 36 | tmp = fieldname(insn, 0, 5); \ |
30782 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30783 | 36 | tmp = fieldname(insn, 0, 5); \ |
30784 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30785 | 36 | tmp = fieldname(insn, 10, 3); \ |
30786 | 36 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30787 | 36 | tmp = fieldname(insn, 5, 5); \ |
30788 | 36 | if (!Check(&S, DecodeGPR32spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30789 | 36 | return S; \ |
30790 | 36 | case 221: \ |
30791 | 16 | tmp = fieldname(insn, 0, 5); \ |
30792 | 16 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30793 | 16 | tmp = fieldname(insn, 10, 3); \ |
30794 | 16 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30795 | 16 | tmp = fieldname(insn, 0, 5); \ |
30796 | 16 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30797 | 16 | tmp = fieldname(insn, 5, 5); \ |
30798 | 16 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30799 | 16 | return S; \ |
30800 | 16 | case 222: \ |
30801 | 11 | tmp = fieldname(insn, 0, 5); \ |
30802 | 11 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30803 | 11 | tmp = fieldname(insn, 10, 3); \ |
30804 | 11 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30805 | 11 | tmp = fieldname(insn, 0, 5); \ |
30806 | 11 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30807 | 11 | tmp = fieldname(insn, 5, 5); \ |
30808 | 11 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30809 | 11 | return S; \ |
30810 | 99 | case 223: \ |
30811 | 99 | tmp = fieldname(insn, 0, 5); \ |
30812 | 99 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30813 | 99 | tmp = fieldname(insn, 10, 3); \ |
30814 | 99 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30815 | 99 | tmp = fieldname(insn, 5, 5); \ |
30816 | 99 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30817 | 99 | return S; \ |
30818 | 99 | case 224: \ |
30819 | 14 | tmp = fieldname(insn, 0, 5); \ |
30820 | 14 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30821 | 14 | tmp = fieldname(insn, 10, 3); \ |
30822 | 14 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30823 | 14 | tmp = fieldname(insn, 0, 5); \ |
30824 | 14 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30825 | 14 | tmp = fieldname(insn, 5, 5); \ |
30826 | 14 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30827 | 14 | return S; \ |
30828 | 21 | case 225: \ |
30829 | 21 | tmp = fieldname(insn, 0, 5); \ |
30830 | 21 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30831 | 21 | tmp = fieldname(insn, 0, 5); \ |
30832 | 21 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30833 | 21 | tmp = fieldname(insn, 10, 3); \ |
30834 | 21 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30835 | 21 | tmp = fieldname(insn, 5, 5); \ |
30836 | 21 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30837 | 21 | return S; \ |
30838 | 79 | case 226: \ |
30839 | 79 | tmp = fieldname(insn, 0, 5); \ |
30840 | 79 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30841 | 79 | tmp = fieldname(insn, 0, 5); \ |
30842 | 79 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30843 | 79 | tmp = fieldname(insn, 10, 3); \ |
30844 | 79 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30845 | 79 | tmp = fieldname(insn, 5, 5); \ |
30846 | 79 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30847 | 79 | return S; \ |
30848 | 103 | case 227: \ |
30849 | 103 | tmp = fieldname(insn, 0, 5); \ |
30850 | 103 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30851 | 103 | tmp = fieldname(insn, 10, 3); \ |
30852 | 103 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30853 | 103 | tmp = fieldname(insn, 5, 5); \ |
30854 | 103 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30855 | 103 | return S; \ |
30856 | 103 | case 228: \ |
30857 | 10 | tmp = fieldname(insn, 0, 5); \ |
30858 | 10 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30859 | 10 | tmp = fieldname(insn, 10, 3); \ |
30860 | 10 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30861 | 10 | tmp = fieldname(insn, 5, 5); \ |
30862 | 10 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30863 | 10 | return S; \ |
30864 | 23 | case 229: \ |
30865 | 23 | tmp = fieldname(insn, 0, 5); \ |
30866 | 23 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30867 | 23 | tmp = fieldname(insn, 10, 3); \ |
30868 | 23 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30869 | 23 | tmp = fieldname(insn, 5, 5); \ |
30870 | 23 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30871 | 23 | return S; \ |
30872 | 74 | case 230: \ |
30873 | 74 | tmp = fieldname(insn, 0, 5); \ |
30874 | 74 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30875 | 74 | tmp = fieldname(insn, 0, 5); \ |
30876 | 74 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30877 | 74 | tmp = fieldname(insn, 10, 3); \ |
30878 | 74 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30879 | 74 | tmp = fieldname(insn, 5, 5); \ |
30880 | 74 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30881 | 74 | return S; \ |
30882 | 89 | case 231: \ |
30883 | 89 | tmp = fieldname(insn, 0, 5); \ |
30884 | 89 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30885 | 89 | tmp = fieldname(insn, 10, 3); \ |
30886 | 89 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30887 | 89 | tmp = fieldname(insn, 0, 5); \ |
30888 | 89 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30889 | 89 | tmp = fieldname(insn, 5, 5); \ |
30890 | 89 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30891 | 89 | return S; \ |
30892 | 89 | case 232: \ |
30893 | 35 | tmp = fieldname(insn, 0, 5); \ |
30894 | 35 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30895 | 35 | tmp = fieldname(insn, 10, 3); \ |
30896 | 35 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30897 | 35 | tmp = fieldname(insn, 0, 5); \ |
30898 | 35 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30899 | 35 | tmp = fieldname(insn, 5, 5); \ |
30900 | 35 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30901 | 35 | return S; \ |
30902 | 66 | case 233: \ |
30903 | 66 | tmp = fieldname(insn, 0, 5); \ |
30904 | 66 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30905 | 66 | tmp = fieldname(insn, 10, 3); \ |
30906 | 66 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30907 | 66 | tmp = fieldname(insn, 0, 5); \ |
30908 | 66 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30909 | 66 | tmp = fieldname(insn, 5, 5); \ |
30910 | 66 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30911 | 66 | return S; \ |
30912 | 578 | case 234: \ |
30913 | 578 | tmp = fieldname(insn, 0, 5); \ |
30914 | 578 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30915 | 578 | tmp = fieldname(insn, 5, 5); \ |
30916 | 578 | MCOperand_CreateImm0(MI, tmp); \ |
30917 | 578 | tmp = fieldname(insn, 16, 4); \ |
30918 | 578 | if (!Check(&S, DecodeSVEIncDecImm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30919 | 578 | return S; \ |
30920 | 4.40k | case 235: \ |
30921 | 4.40k | tmp = fieldname(insn, 0, 5); \ |
30922 | 4.40k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30923 | 4.40k | tmp = fieldname(insn, 0, 5); \ |
30924 | 4.40k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30925 | 4.40k | tmp = fieldname(insn, 5, 5); \ |
30926 | 4.40k | MCOperand_CreateImm0(MI, tmp); \ |
30927 | 4.40k | tmp = fieldname(insn, 16, 4); \ |
30928 | 4.40k | if (!Check(&S, DecodeSVEIncDecImm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30929 | 4.40k | return S; \ |
30930 | 4.40k | case 236: \ |
30931 | 617 | tmp = fieldname(insn, 0, 5); \ |
30932 | 617 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30933 | 617 | tmp = fieldname(insn, 0, 5); \ |
30934 | 617 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30935 | 617 | tmp = fieldname(insn, 5, 5); \ |
30936 | 617 | MCOperand_CreateImm0(MI, tmp); \ |
30937 | 617 | tmp = fieldname(insn, 16, 4); \ |
30938 | 617 | if (!Check(&S, DecodeSVEIncDecImm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30939 | 617 | return S; \ |
30940 | 617 | case 237: \ |
30941 | 162 | tmp = fieldname(insn, 0, 5); \ |
30942 | 162 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30943 | 162 | tmp = fieldname(insn, 0, 5); \ |
30944 | 162 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30945 | 162 | tmp = fieldname(insn, 5, 5); \ |
30946 | 162 | MCOperand_CreateImm0(MI, tmp); \ |
30947 | 162 | tmp = fieldname(insn, 16, 4); \ |
30948 | 162 | if (!Check(&S, DecodeSVEIncDecImm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30949 | 162 | return S; \ |
30950 | 745 | case 238: \ |
30951 | 745 | tmp = fieldname(insn, 0, 5); \ |
30952 | 745 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30953 | 745 | tmp = fieldname(insn, 10, 4); \ |
30954 | 745 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30955 | 745 | tmp = fieldname(insn, 5, 5); \ |
30956 | 745 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30957 | 745 | tmp = fieldname(insn, 16, 5); \ |
30958 | 745 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30959 | 745 | return S; \ |
30960 | 1.28k | case 239: \ |
30961 | 1.28k | tmp = fieldname(insn, 0, 4); \ |
30962 | 1.28k | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30963 | 1.28k | tmp = fieldname(insn, 10, 3); \ |
30964 | 1.28k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30965 | 1.28k | tmp = fieldname(insn, 5, 5); \ |
30966 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30967 | 1.28k | tmp = fieldname(insn, 16, 5); \ |
30968 | 1.28k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30969 | 1.28k | return S; \ |
30970 | 1.28k | case 240: \ |
30971 | 313 | tmp = fieldname(insn, 0, 4); \ |
30972 | 313 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30973 | 313 | tmp = fieldname(insn, 10, 3); \ |
30974 | 313 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30975 | 313 | tmp = fieldname(insn, 5, 5); \ |
30976 | 313 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30977 | 313 | tmp = fieldname(insn, 16, 5); \ |
30978 | 313 | if (!Check(&S, DecodeSImm_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30979 | 313 | return S; \ |
30980 | 313 | case 241: \ |
30981 | 234 | tmp = fieldname(insn, 0, 4); \ |
30982 | 234 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30983 | 234 | tmp = fieldname(insn, 10, 4); \ |
30984 | 234 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30985 | 234 | tmp = fieldname(insn, 5, 4); \ |
30986 | 234 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30987 | 234 | tmp = fieldname(insn, 16, 4); \ |
30988 | 234 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30989 | 234 | return S; \ |
30990 | 234 | case 242: \ |
30991 | 90 | tmp = fieldname(insn, 0, 4); \ |
30992 | 90 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30993 | 90 | tmp = fieldname(insn, 10, 4); \ |
30994 | 90 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30995 | 90 | tmp = fieldname(insn, 5, 4); \ |
30996 | 90 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
30997 | 90 | return S; \ |
30998 | 90 | case 243: \ |
30999 | 9 | tmp = fieldname(insn, 0, 4); \ |
31000 | 9 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31001 | 9 | tmp = fieldname(insn, 10, 4); \ |
31002 | 9 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31003 | 9 | tmp = fieldname(insn, 5, 4); \ |
31004 | 9 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31005 | 9 | tmp = fieldname(insn, 0, 4); \ |
31006 | 9 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31007 | 9 | return S; \ |
31008 | 510 | case 244: \ |
31009 | 510 | tmp = fieldname(insn, 0, 4); \ |
31010 | 510 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31011 | 510 | tmp = fieldname(insn, 0, 4); \ |
31012 | 510 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31013 | 510 | tmp = fieldname(insn, 10, 4); \ |
31014 | 510 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31015 | 510 | tmp = fieldname(insn, 5, 4); \ |
31016 | 510 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31017 | 510 | return S; \ |
31018 | 510 | case 245: \ |
31019 | 217 | tmp = fieldname(insn, 0, 4); \ |
31020 | 217 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31021 | 217 | tmp = fieldname(insn, 5, 4); \ |
31022 | 217 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31023 | 217 | tmp = fieldname(insn, 0, 4); \ |
31024 | 217 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31025 | 217 | return S; \ |
31026 | 217 | case 246: \ |
31027 | 159 | tmp = fieldname(insn, 0, 4); \ |
31028 | 159 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31029 | 159 | tmp = fieldname(insn, 5, 5); \ |
31030 | 159 | MCOperand_CreateImm0(MI, tmp); \ |
31031 | 159 | return S; \ |
31032 | 159 | case 247: \ |
31033 | 10 | tmp = fieldname(insn, 0, 4); \ |
31034 | 10 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31035 | 10 | return S; \ |
31036 | 85 | case 248: \ |
31037 | 85 | tmp = fieldname(insn, 10, 4); \ |
31038 | 85 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31039 | 85 | tmp = fieldname(insn, 5, 4); \ |
31040 | 85 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31041 | 85 | return S; \ |
31042 | 859 | case 249: \ |
31043 | 859 | tmp = fieldname(insn, 0, 4); \ |
31044 | 859 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31045 | 859 | tmp = fieldname(insn, 10, 3); \ |
31046 | 859 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31047 | 859 | tmp = fieldname(insn, 5, 5); \ |
31048 | 859 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31049 | 859 | tmp = fieldname(insn, 14, 7); \ |
31050 | 859 | MCOperand_CreateImm0(MI, tmp); \ |
31051 | 859 | return S; \ |
31052 | 859 | case 250: \ |
31053 | 65 | tmp = fieldname(insn, 0, 4); \ |
31054 | 65 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31055 | 65 | tmp = fieldname(insn, 5, 5); \ |
31056 | 65 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31057 | 65 | tmp = fieldname(insn, 16, 5); \ |
31058 | 65 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31059 | 65 | return S; \ |
31060 | 199 | case 251: \ |
31061 | 199 | tmp = fieldname(insn, 0, 4); \ |
31062 | 199 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31063 | 199 | tmp = fieldname(insn, 5, 5); \ |
31064 | 199 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31065 | 199 | tmp = fieldname(insn, 16, 5); \ |
31066 | 199 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31067 | 199 | return S; \ |
31068 | 199 | case 252: \ |
31069 | 79 | tmp = fieldname(insn, 5, 5); \ |
31070 | 79 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31071 | 79 | tmp = fieldname(insn, 16, 5); \ |
31072 | 79 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31073 | 79 | return S; \ |
31074 | 79 | case 253: \ |
31075 | 44 | tmp = fieldname(insn, 5, 5); \ |
31076 | 44 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31077 | 44 | tmp = fieldname(insn, 16, 5); \ |
31078 | 44 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31079 | 44 | return S; \ |
31080 | 180 | case 254: \ |
31081 | 180 | tmp = fieldname(insn, 0, 4); \ |
31082 | 180 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31083 | 180 | tmp = fieldname(insn, 10, 4); \ |
31084 | 180 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31085 | 180 | tmp = fieldname(insn, 5, 4); \ |
31086 | 180 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31087 | 180 | tmp = fieldname(insn, 16, 2); \ |
31088 | 180 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31089 | 180 | tmp = fieldname(insn, 23, 1); \ |
31090 | 180 | MCOperand_CreateImm0(MI, tmp); \ |
31091 | 180 | return S; \ |
31092 | 180 | case 255: \ |
31093 | 64 | tmp = fieldname(insn, 0, 4); \ |
31094 | 64 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31095 | 64 | tmp = fieldname(insn, 10, 4); \ |
31096 | 64 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31097 | 64 | tmp = fieldname(insn, 5, 4); \ |
31098 | 64 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31099 | 64 | tmp = fieldname(insn, 16, 2); \ |
31100 | 64 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31101 | 64 | tmp = fieldname(insn, 22, 2); \ |
31102 | 64 | MCOperand_CreateImm0(MI, tmp); \ |
31103 | 64 | return S; \ |
31104 | 137 | case 256: \ |
31105 | 137 | tmp = fieldname(insn, 0, 4); \ |
31106 | 137 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31107 | 137 | tmp = fieldname(insn, 10, 4); \ |
31108 | 137 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31109 | 137 | tmp = fieldname(insn, 5, 4); \ |
31110 | 137 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31111 | 137 | tmp = fieldname(insn, 16, 2); \ |
31112 | 137 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31113 | 137 | tmp = 0x0; \ |
31114 | 137 | tmp |= fieldname(insn, 20, 1) << 0; \ |
31115 | 137 | tmp |= fieldname(insn, 22, 2) << 1; \ |
31116 | 137 | MCOperand_CreateImm0(MI, tmp); \ |
31117 | 137 | return S; \ |
31118 | 137 | case 257: \ |
31119 | 41 | tmp = fieldname(insn, 0, 4); \ |
31120 | 41 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31121 | 41 | tmp = fieldname(insn, 10, 4); \ |
31122 | 41 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31123 | 41 | tmp = fieldname(insn, 5, 4); \ |
31124 | 41 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31125 | 41 | tmp = fieldname(insn, 16, 2); \ |
31126 | 41 | if (!Check(&S, DecodeMatrixIndexGPR32_12_15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31127 | 41 | tmp = 0x0; \ |
31128 | 41 | tmp |= fieldname(insn, 19, 2) << 0; \ |
31129 | 41 | tmp |= fieldname(insn, 22, 2) << 2; \ |
31130 | 41 | MCOperand_CreateImm0(MI, tmp); \ |
31131 | 41 | return S; \ |
31132 | 827 | case 258: \ |
31133 | 827 | tmp = fieldname(insn, 0, 3); \ |
31134 | 827 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31135 | 827 | tmp = fieldname(insn, 5, 5); \ |
31136 | 827 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31137 | 827 | tmp = fieldname(insn, 16, 5); \ |
31138 | 827 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31139 | 827 | tmp = fieldname(insn, 13, 1); \ |
31140 | 827 | MCOperand_CreateImm0(MI, tmp); \ |
31141 | 827 | return S; \ |
31142 | 827 | case 259: \ |
31143 | 392 | tmp = fieldname(insn, 1, 3); \ |
31144 | 392 | if (!Check(&S, DecodePPR2Mul2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31145 | 392 | tmp = fieldname(insn, 5, 5); \ |
31146 | 392 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31147 | 392 | tmp = fieldname(insn, 16, 5); \ |
31148 | 392 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31149 | 392 | return S; \ |
31150 | 392 | case 260: \ |
31151 | 45 | tmp = fieldname(insn, 0, 4); \ |
31152 | 45 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31153 | 45 | tmp = fieldname(insn, 5, 3); \ |
31154 | 45 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31155 | 45 | tmp = fieldname(insn, 8, 2); \ |
31156 | 45 | MCOperand_CreateImm0(MI, tmp); \ |
31157 | 45 | return S; \ |
31158 | 798 | case 261: \ |
31159 | 798 | tmp = fieldname(insn, 0, 4); \ |
31160 | 798 | if (!Check(&S, DecodePPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31161 | 798 | tmp = fieldname(insn, 5, 3); \ |
31162 | 798 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31163 | 798 | tmp = fieldname(insn, 8, 1); \ |
31164 | 798 | MCOperand_CreateImm0(MI, tmp); \ |
31165 | 798 | return S; \ |
31166 | 798 | case 262: \ |
31167 | 6 | tmp = fieldname(insn, 0, 3); \ |
31168 | 6 | if (!Check(&S, DecodePNR_p8to15RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31169 | 6 | return S; \ |
31170 | 180 | case 263: \ |
31171 | 180 | tmp = fieldname(insn, 0, 5); \ |
31172 | 180 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31173 | 180 | tmp = fieldname(insn, 10, 4); \ |
31174 | 180 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31175 | 180 | tmp = fieldname(insn, 5, 4); \ |
31176 | 180 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31177 | 180 | return S; \ |
31178 | 180 | case 264: \ |
31179 | 173 | tmp = fieldname(insn, 0, 5); \ |
31180 | 173 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31181 | 173 | tmp = fieldname(insn, 5, 4); \ |
31182 | 173 | if (!Check(&S, DecodePNRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31183 | 173 | tmp = fieldname(insn, 10, 1); \ |
31184 | 173 | MCOperand_CreateImm0(MI, tmp); \ |
31185 | 173 | return S; \ |
31186 | 655 | case 265: \ |
31187 | 655 | tmp = fieldname(insn, 0, 5); \ |
31188 | 655 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31189 | 655 | tmp = fieldname(insn, 5, 4); \ |
31190 | 655 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31191 | 655 | tmp = fieldname(insn, 0, 5); \ |
31192 | 655 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31193 | 655 | return S; \ |
31194 | 655 | case 266: \ |
31195 | 34 | tmp = fieldname(insn, 5, 4); \ |
31196 | 34 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31197 | 34 | return S; \ |
31198 | 287 | case 267: \ |
31199 | 287 | tmp = fieldname(insn, 0, 5); \ |
31200 | 287 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31201 | 287 | tmp = fieldname(insn, 5, 4); \ |
31202 | 287 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31203 | 287 | tmp = fieldname(insn, 0, 5); \ |
31204 | 287 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31205 | 287 | return S; \ |
31206 | 287 | case 268: \ |
31207 | 105 | tmp = fieldname(insn, 0, 5); \ |
31208 | 105 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31209 | 105 | tmp = fieldname(insn, 0, 5); \ |
31210 | 105 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31211 | 105 | tmp = fieldname(insn, 5, 9); \ |
31212 | 105 | if (!Check(&S, DecodeImm8OptLsl_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31213 | 105 | return S; \ |
31214 | 195 | case 269: \ |
31215 | 195 | tmp = fieldname(insn, 0, 5); \ |
31216 | 195 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31217 | 195 | tmp = fieldname(insn, 0, 5); \ |
31218 | 195 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31219 | 195 | tmp = fieldname(insn, 5, 9); \ |
31220 | 195 | if (!Check(&S, DecodeImm8OptLsl_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31221 | 195 | return S; \ |
31222 | 195 | case 270: \ |
31223 | 113 | tmp = fieldname(insn, 0, 5); \ |
31224 | 113 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31225 | 113 | tmp = fieldname(insn, 0, 5); \ |
31226 | 113 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31227 | 113 | tmp = fieldname(insn, 5, 9); \ |
31228 | 113 | if (!Check(&S, DecodeImm8OptLsl_32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31229 | 113 | return S; \ |
31230 | 334 | case 271: \ |
31231 | 334 | tmp = fieldname(insn, 0, 5); \ |
31232 | 334 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31233 | 334 | tmp = fieldname(insn, 0, 5); \ |
31234 | 334 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31235 | 334 | tmp = fieldname(insn, 5, 9); \ |
31236 | 334 | if (!Check(&S, DecodeImm8OptLsl_64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31237 | 334 | return S; \ |
31238 | 334 | case 272: \ |
31239 | 263 | tmp = fieldname(insn, 0, 5); \ |
31240 | 263 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31241 | 263 | tmp = fieldname(insn, 0, 5); \ |
31242 | 263 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31243 | 263 | tmp = fieldname(insn, 5, 8); \ |
31244 | 263 | if (!Check(&S, DecodeSImm_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31245 | 263 | return S; \ |
31246 | 263 | case 273: \ |
31247 | 119 | tmp = fieldname(insn, 0, 5); \ |
31248 | 119 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31249 | 119 | tmp = fieldname(insn, 0, 5); \ |
31250 | 119 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31251 | 119 | tmp = fieldname(insn, 5, 8); \ |
31252 | 119 | MCOperand_CreateImm0(MI, tmp); \ |
31253 | 119 | return S; \ |
31254 | 119 | case 274: \ |
31255 | 89 | tmp = fieldname(insn, 0, 5); \ |
31256 | 89 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31257 | 89 | tmp = fieldname(insn, 5, 9); \ |
31258 | 89 | if (!Check(&S, DecodeImm8OptLsl_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31259 | 89 | return S; \ |
31260 | 100 | case 275: \ |
31261 | 100 | tmp = fieldname(insn, 0, 5); \ |
31262 | 100 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31263 | 100 | tmp = fieldname(insn, 5, 9); \ |
31264 | 100 | if (!Check(&S, DecodeImm8OptLsl_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31265 | 100 | return S; \ |
31266 | 100 | case 276: \ |
31267 | 65 | tmp = fieldname(insn, 0, 5); \ |
31268 | 65 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31269 | 65 | tmp = fieldname(insn, 5, 9); \ |
31270 | 65 | if (!Check(&S, DecodeImm8OptLsl_32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31271 | 65 | return S; \ |
31272 | 65 | case 277: \ |
31273 | 64 | tmp = fieldname(insn, 0, 5); \ |
31274 | 64 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31275 | 64 | tmp = fieldname(insn, 5, 9); \ |
31276 | 64 | if (!Check(&S, DecodeImm8OptLsl_64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31277 | 64 | return S; \ |
31278 | 95 | case 278: \ |
31279 | 95 | tmp = fieldname(insn, 0, 5); \ |
31280 | 95 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31281 | 95 | tmp = fieldname(insn, 5, 8); \ |
31282 | 95 | MCOperand_CreateImm0(MI, tmp); \ |
31283 | 95 | return S; \ |
31284 | 95 | case 279: \ |
31285 | 80 | tmp = fieldname(insn, 0, 5); \ |
31286 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31287 | 80 | tmp = fieldname(insn, 0, 5); \ |
31288 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31289 | 80 | tmp = fieldname(insn, 5, 5); \ |
31290 | 80 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31291 | 80 | tmp = fieldname(insn, 16, 3); \ |
31292 | 80 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31293 | 80 | tmp = 0x0; \ |
31294 | 80 | tmp |= fieldname(insn, 19, 2) << 0; \ |
31295 | 80 | tmp |= fieldname(insn, 22, 1) << 2; \ |
31296 | 80 | MCOperand_CreateImm0(MI, tmp); \ |
31297 | 80 | return S; \ |
31298 | 80 | case 280: \ |
31299 | 76 | tmp = fieldname(insn, 0, 5); \ |
31300 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31301 | 76 | tmp = fieldname(insn, 0, 5); \ |
31302 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31303 | 76 | tmp = fieldname(insn, 5, 5); \ |
31304 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31305 | 76 | tmp = fieldname(insn, 16, 5); \ |
31306 | 76 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31307 | 76 | tmp = fieldname(insn, 10, 2); \ |
31308 | 76 | MCOperand_CreateImm0(MI, tmp); \ |
31309 | 76 | return S; \ |
31310 | 78 | case 281: \ |
31311 | 78 | tmp = fieldname(insn, 0, 5); \ |
31312 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31313 | 78 | tmp = fieldname(insn, 0, 5); \ |
31314 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31315 | 78 | tmp = fieldname(insn, 5, 5); \ |
31316 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31317 | 78 | tmp = fieldname(insn, 16, 3); \ |
31318 | 78 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31319 | 78 | tmp = fieldname(insn, 19, 2); \ |
31320 | 78 | MCOperand_CreateImm0(MI, tmp); \ |
31321 | 78 | return S; \ |
31322 | 78 | case 282: \ |
31323 | 23 | tmp = fieldname(insn, 0, 5); \ |
31324 | 23 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31325 | 23 | tmp = fieldname(insn, 0, 5); \ |
31326 | 23 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31327 | 23 | tmp = fieldname(insn, 5, 5); \ |
31328 | 23 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31329 | 23 | tmp = fieldname(insn, 16, 4); \ |
31330 | 23 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31331 | 23 | tmp = fieldname(insn, 20, 1); \ |
31332 | 23 | MCOperand_CreateImm0(MI, tmp); \ |
31333 | 23 | return S; \ |
31334 | 277 | case 283: \ |
31335 | 277 | tmp = fieldname(insn, 0, 5); \ |
31336 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31337 | 277 | tmp = fieldname(insn, 0, 5); \ |
31338 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31339 | 277 | tmp = fieldname(insn, 5, 5); \ |
31340 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31341 | 277 | tmp = fieldname(insn, 16, 3); \ |
31342 | 277 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31343 | 277 | tmp = 0x0; \ |
31344 | 277 | tmp |= fieldname(insn, 11, 1) << 0; \ |
31345 | 277 | tmp |= fieldname(insn, 19, 2) << 1; \ |
31346 | 277 | MCOperand_CreateImm0(MI, tmp); \ |
31347 | 277 | return S; \ |
31348 | 277 | case 284: \ |
31349 | 73 | tmp = fieldname(insn, 0, 5); \ |
31350 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31351 | 73 | tmp = fieldname(insn, 0, 5); \ |
31352 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31353 | 73 | tmp = fieldname(insn, 5, 5); \ |
31354 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31355 | 73 | tmp = fieldname(insn, 16, 4); \ |
31356 | 73 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31357 | 73 | tmp = 0x0; \ |
31358 | 73 | tmp |= fieldname(insn, 11, 1) << 0; \ |
31359 | 73 | tmp |= fieldname(insn, 20, 1) << 1; \ |
31360 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
31361 | 73 | return S; \ |
31362 | 277 | case 285: \ |
31363 | 277 | tmp = fieldname(insn, 0, 5); \ |
31364 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31365 | 277 | tmp = fieldname(insn, 0, 5); \ |
31366 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31367 | 277 | tmp = fieldname(insn, 5, 5); \ |
31368 | 277 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31369 | 277 | tmp = fieldname(insn, 16, 3); \ |
31370 | 277 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31371 | 277 | tmp = fieldname(insn, 19, 2); \ |
31372 | 277 | MCOperand_CreateImm0(MI, tmp); \ |
31373 | 277 | tmp = fieldname(insn, 10, 2); \ |
31374 | 277 | MCOperand_CreateImm0(MI, tmp); \ |
31375 | 277 | return S; \ |
31376 | 564 | case 286: \ |
31377 | 564 | tmp = fieldname(insn, 0, 5); \ |
31378 | 564 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31379 | 564 | tmp = fieldname(insn, 0, 5); \ |
31380 | 564 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31381 | 564 | tmp = fieldname(insn, 5, 5); \ |
31382 | 564 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31383 | 564 | tmp = fieldname(insn, 16, 4); \ |
31384 | 564 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31385 | 564 | tmp = fieldname(insn, 20, 1); \ |
31386 | 564 | MCOperand_CreateImm0(MI, tmp); \ |
31387 | 564 | tmp = fieldname(insn, 10, 2); \ |
31388 | 564 | MCOperand_CreateImm0(MI, tmp); \ |
31389 | 564 | return S; \ |
31390 | 564 | case 287: \ |
31391 | 105 | tmp = fieldname(insn, 0, 5); \ |
31392 | 105 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31393 | 105 | tmp = fieldname(insn, 5, 5); \ |
31394 | 105 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31395 | 105 | tmp = fieldname(insn, 16, 5); \ |
31396 | 105 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31397 | 105 | tmp = fieldname(insn, 22, 2); \ |
31398 | 105 | MCOperand_CreateImm0(MI, tmp); \ |
31399 | 105 | return S; \ |
31400 | 248 | case 288: \ |
31401 | 248 | tmp = fieldname(insn, 0, 5); \ |
31402 | 248 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31403 | 248 | tmp = fieldname(insn, 5, 5); \ |
31404 | 248 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31405 | 248 | tmp = fieldname(insn, 16, 5); \ |
31406 | 248 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31407 | 248 | tmp = 0x0; \ |
31408 | 248 | tmp |= fieldname(insn, 12, 1) << 0; \ |
31409 | 248 | tmp |= fieldname(insn, 22, 2) << 1; \ |
31410 | 248 | MCOperand_CreateImm0(MI, tmp); \ |
31411 | 248 | return S; \ |
31412 | 300 | case 289: \ |
31413 | 300 | tmp = fieldname(insn, 0, 5); \ |
31414 | 300 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31415 | 300 | tmp = fieldname(insn, 5, 5); \ |
31416 | 300 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31417 | 300 | tmp = fieldname(insn, 16, 5); \ |
31418 | 300 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31419 | 300 | tmp = fieldname(insn, 23, 1); \ |
31420 | 300 | MCOperand_CreateImm0(MI, tmp); \ |
31421 | 300 | return S; \ |
31422 | 697 | case 290: \ |
31423 | 697 | tmp = fieldname(insn, 0, 5); \ |
31424 | 697 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31425 | 697 | tmp = fieldname(insn, 5, 5); \ |
31426 | 697 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31427 | 697 | tmp = fieldname(insn, 16, 5); \ |
31428 | 697 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31429 | 697 | tmp = fieldname(insn, 22, 2); \ |
31430 | 697 | MCOperand_CreateImm0(MI, tmp); \ |
31431 | 697 | return S; \ |
31432 | 697 | case 291: \ |
31433 | 151 | tmp = fieldname(insn, 0, 5); \ |
31434 | 151 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31435 | 151 | tmp = fieldname(insn, 5, 5); \ |
31436 | 151 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31437 | 151 | tmp = fieldname(insn, 16, 3); \ |
31438 | 151 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31439 | 151 | tmp = 0x0; \ |
31440 | 151 | tmp |= fieldname(insn, 11, 1) << 0; \ |
31441 | 151 | tmp |= fieldname(insn, 19, 2) << 1; \ |
31442 | 151 | MCOperand_CreateImm0(MI, tmp); \ |
31443 | 151 | return S; \ |
31444 | 151 | case 292: \ |
31445 | 66 | tmp = fieldname(insn, 0, 5); \ |
31446 | 66 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31447 | 66 | tmp = fieldname(insn, 5, 5); \ |
31448 | 66 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31449 | 66 | tmp = fieldname(insn, 16, 4); \ |
31450 | 66 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31451 | 66 | tmp = 0x0; \ |
31452 | 66 | tmp |= fieldname(insn, 11, 1) << 0; \ |
31453 | 66 | tmp |= fieldname(insn, 20, 1) << 1; \ |
31454 | 66 | MCOperand_CreateImm0(MI, tmp); \ |
31455 | 66 | return S; \ |
31456 | 66 | case 293: \ |
31457 | 36 | tmp = fieldname(insn, 0, 5); \ |
31458 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31459 | 36 | tmp = fieldname(insn, 0, 5); \ |
31460 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31461 | 36 | tmp = fieldname(insn, 5, 5); \ |
31462 | 36 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31463 | 36 | tmp = fieldname(insn, 10, 1); \ |
31464 | 36 | MCOperand_CreateImm0(MI, tmp); \ |
31465 | 36 | return S; \ |
31466 | 73 | case 294: \ |
31467 | 73 | tmp = fieldname(insn, 0, 5); \ |
31468 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31469 | 73 | tmp = fieldname(insn, 10, 3); \ |
31470 | 73 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31471 | 73 | tmp = fieldname(insn, 5, 5); \ |
31472 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31473 | 73 | tmp = fieldname(insn, 16, 5); \ |
31474 | 73 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31475 | 73 | return S; \ |
31476 | 129 | case 295: \ |
31477 | 129 | tmp = fieldname(insn, 0, 5); \ |
31478 | 129 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31479 | 129 | tmp = fieldname(insn, 5, 5); \ |
31480 | 129 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31481 | 129 | tmp = fieldname(insn, 16, 3); \ |
31482 | 129 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31483 | 129 | tmp = 0x0; \ |
31484 | 129 | tmp |= fieldname(insn, 19, 2) << 0; \ |
31485 | 129 | tmp |= fieldname(insn, 22, 1) << 2; \ |
31486 | 129 | MCOperand_CreateImm0(MI, tmp); \ |
31487 | 129 | return S; \ |
31488 | 129 | case 296: \ |
31489 | 116 | tmp = fieldname(insn, 0, 5); \ |
31490 | 116 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31491 | 116 | tmp = fieldname(insn, 5, 5); \ |
31492 | 116 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31493 | 116 | tmp = fieldname(insn, 16, 3); \ |
31494 | 116 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31495 | 116 | tmp = fieldname(insn, 19, 2); \ |
31496 | 116 | MCOperand_CreateImm0(MI, tmp); \ |
31497 | 116 | return S; \ |
31498 | 217 | case 297: \ |
31499 | 217 | tmp = fieldname(insn, 0, 5); \ |
31500 | 217 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31501 | 217 | tmp = fieldname(insn, 5, 5); \ |
31502 | 217 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31503 | 217 | tmp = fieldname(insn, 16, 4); \ |
31504 | 217 | if (!Check(&S, DecodeZPR_4bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31505 | 217 | tmp = fieldname(insn, 20, 1); \ |
31506 | 217 | MCOperand_CreateImm0(MI, tmp); \ |
31507 | 217 | return S; \ |
31508 | 217 | case 298: \ |
31509 | 21 | tmp = fieldname(insn, 0, 5); \ |
31510 | 21 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31511 | 21 | tmp = fieldname(insn, 0, 5); \ |
31512 | 21 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31513 | 21 | return S; \ |
31514 | 779 | case 299: \ |
31515 | 779 | tmp = fieldname(insn, 0, 5); \ |
31516 | 779 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31517 | 779 | tmp = fieldname(insn, 0, 5); \ |
31518 | 779 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31519 | 779 | tmp = fieldname(insn, 5, 5); \ |
31520 | 779 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31521 | 779 | tmp = fieldname(insn, 16, 3); \ |
31522 | 779 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31523 | 779 | return S; \ |
31524 | 779 | case 300: \ |
31525 | 494 | tmp = fieldname(insn, 0, 5); \ |
31526 | 494 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31527 | 494 | tmp = fieldname(insn, 0, 5); \ |
31528 | 494 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31529 | 494 | tmp = fieldname(insn, 5, 5); \ |
31530 | 494 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31531 | 494 | tmp = fieldname(insn, 16, 4); \ |
31532 | 494 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31533 | 494 | return S; \ |
31534 | 494 | case 301: \ |
31535 | 39 | tmp = fieldname(insn, 0, 5); \ |
31536 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31537 | 39 | tmp = fieldname(insn, 0, 5); \ |
31538 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31539 | 39 | tmp = fieldname(insn, 5, 5); \ |
31540 | 39 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31541 | 39 | tmp = fieldname(insn, 16, 5); \ |
31542 | 39 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31543 | 39 | return S; \ |
31544 | 39 | case 302: \ |
31545 | 18 | tmp = fieldname(insn, 0, 5); \ |
31546 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31547 | 18 | tmp = fieldname(insn, 0, 5); \ |
31548 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31549 | 18 | tmp = fieldname(insn, 5, 5); \ |
31550 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31551 | 18 | tmp = 0x0; \ |
31552 | 18 | tmp |= fieldname(insn, 16, 5) << 0; \ |
31553 | 18 | tmp |= fieldname(insn, 22, 1) << 5; \ |
31554 | 18 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31555 | 18 | return S; \ |
31556 | 362 | case 303: \ |
31557 | 362 | tmp = fieldname(insn, 0, 5); \ |
31558 | 362 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31559 | 362 | tmp = fieldname(insn, 10, 3); \ |
31560 | 362 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31561 | 362 | tmp = fieldname(insn, 0, 5); \ |
31562 | 362 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31563 | 362 | tmp = fieldname(insn, 5, 5); \ |
31564 | 362 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31565 | 362 | tmp = fieldname(insn, 16, 5); \ |
31566 | 362 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31567 | 362 | tmp = fieldname(insn, 13, 2); \ |
31568 | 362 | MCOperand_CreateImm0(MI, tmp); \ |
31569 | 362 | return S; \ |
31570 | 362 | case 304: \ |
31571 | 16 | tmp = fieldname(insn, 0, 5); \ |
31572 | 16 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31573 | 16 | tmp = fieldname(insn, 0, 5); \ |
31574 | 16 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31575 | 16 | tmp = fieldname(insn, 5, 5); \ |
31576 | 16 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31577 | 16 | tmp = fieldname(insn, 16, 3); \ |
31578 | 16 | if (!Check(&S, DecodeZPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31579 | 16 | tmp = 0x0; \ |
31580 | 16 | tmp |= fieldname(insn, 10, 2) << 0; \ |
31581 | 16 | tmp |= fieldname(insn, 19, 2) << 2; \ |
31582 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
31583 | 16 | return S; \ |
31584 | 452 | case 305: \ |
31585 | 452 | tmp = fieldname(insn, 0, 5); \ |
31586 | 452 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31587 | 452 | tmp = fieldname(insn, 10, 3); \ |
31588 | 452 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31589 | 452 | tmp = fieldname(insn, 0, 5); \ |
31590 | 452 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31591 | 452 | tmp = fieldname(insn, 5, 5); \ |
31592 | 452 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31593 | 452 | tmp = fieldname(insn, 16, 1); \ |
31594 | 452 | MCOperand_CreateImm0(MI, tmp); \ |
31595 | 452 | return S; \ |
31596 | 1.26k | case 306: \ |
31597 | 1.26k | tmp = fieldname(insn, 0, 4); \ |
31598 | 1.26k | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31599 | 1.26k | tmp = fieldname(insn, 10, 3); \ |
31600 | 1.26k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31601 | 1.26k | tmp = fieldname(insn, 5, 5); \ |
31602 | 1.26k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31603 | 1.26k | return S; \ |
31604 | 1.26k | case 307: \ |
31605 | 78 | tmp = fieldname(insn, 0, 5); \ |
31606 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31607 | 78 | tmp = fieldname(insn, 0, 5); \ |
31608 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31609 | 78 | tmp = fieldname(insn, 5, 5); \ |
31610 | 78 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31611 | 78 | tmp = fieldname(insn, 16, 3); \ |
31612 | 78 | MCOperand_CreateImm0(MI, tmp); \ |
31613 | 78 | return S; \ |
31614 | 436 | case 308: \ |
31615 | 436 | tmp = fieldname(insn, 0, 5); \ |
31616 | 436 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31617 | 436 | tmp = fieldname(insn, 10, 3); \ |
31618 | 436 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31619 | 436 | tmp = fieldname(insn, 0, 5); \ |
31620 | 436 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31621 | 436 | tmp = fieldname(insn, 5, 1); \ |
31622 | 436 | MCOperand_CreateImm0(MI, tmp); \ |
31623 | 436 | return S; \ |
31624 | 4.20k | case 309: \ |
31625 | 4.20k | tmp = fieldname(insn, 0, 5); \ |
31626 | 4.20k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31627 | 4.20k | tmp = fieldname(insn, 10, 3); \ |
31628 | 4.20k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31629 | 4.20k | tmp = fieldname(insn, 5, 5); \ |
31630 | 4.20k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31631 | 4.20k | tmp = fieldname(insn, 16, 5); \ |
31632 | 4.20k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31633 | 4.20k | return S; \ |
31634 | 4.20k | case 310: \ |
31635 | 2.44k | tmp = fieldname(insn, 0, 4); \ |
31636 | 2.44k | MCOperand_CreateImm0(MI, tmp); \ |
31637 | 2.44k | tmp = fieldname(insn, 10, 3); \ |
31638 | 2.44k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31639 | 2.44k | tmp = fieldname(insn, 5, 5); \ |
31640 | 2.44k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31641 | 2.44k | tmp = fieldname(insn, 16, 5); \ |
31642 | 2.44k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31643 | 2.44k | return S; \ |
31644 | 2.44k | case 311: \ |
31645 | 85 | tmp = fieldname(insn, 0, 4); \ |
31646 | 85 | if (!Check(&S, DecodePPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31647 | 85 | tmp = fieldname(insn, 5, 5); \ |
31648 | 85 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31649 | 85 | tmp = 0x0; \ |
31650 | 85 | tmp |= fieldname(insn, 10, 3) << 0; \ |
31651 | 85 | tmp |= fieldname(insn, 16, 6) << 3; \ |
31652 | 85 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31653 | 85 | return S; \ |
31654 | 126 | case 312: \ |
31655 | 126 | tmp = fieldname(insn, 0, 4); \ |
31656 | 126 | MCOperand_CreateImm0(MI, tmp); \ |
31657 | 126 | tmp = fieldname(insn, 10, 3); \ |
31658 | 126 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31659 | 126 | tmp = fieldname(insn, 5, 5); \ |
31660 | 126 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31661 | 126 | tmp = fieldname(insn, 16, 6); \ |
31662 | 126 | if (!Check(&S, DecodeSImm_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31663 | 126 | return S; \ |
31664 | 196 | case 313: \ |
31665 | 196 | tmp = fieldname(insn, 0, 5); \ |
31666 | 196 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31667 | 196 | tmp = fieldname(insn, 5, 5); \ |
31668 | 196 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31669 | 196 | tmp = 0x0; \ |
31670 | 196 | tmp |= fieldname(insn, 10, 3) << 0; \ |
31671 | 196 | tmp |= fieldname(insn, 16, 6) << 3; \ |
31672 | 196 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31673 | 196 | return S; \ |
31674 | 578 | case 314: \ |
31675 | 578 | tmp = fieldname(insn, 0, 5); \ |
31676 | 578 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31677 | 578 | tmp = fieldname(insn, 10, 3); \ |
31678 | 578 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31679 | 578 | tmp = fieldname(insn, 5, 5); \ |
31680 | 578 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31681 | 578 | tmp = fieldname(insn, 16, 5); \ |
31682 | 578 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31683 | 578 | return S; \ |
31684 | 578 | case 315: \ |
31685 | 514 | tmp = fieldname(insn, 0, 5); \ |
31686 | 514 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31687 | 514 | tmp = fieldname(insn, 10, 3); \ |
31688 | 514 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31689 | 514 | tmp = fieldname(insn, 5, 5); \ |
31690 | 514 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31691 | 514 | tmp = fieldname(insn, 16, 5); \ |
31692 | 514 | MCOperand_CreateImm0(MI, tmp); \ |
31693 | 514 | return S; \ |
31694 | 514 | case 316: \ |
31695 | 486 | tmp = fieldname(insn, 0, 5); \ |
31696 | 486 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31697 | 486 | tmp = fieldname(insn, 10, 3); \ |
31698 | 486 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31699 | 486 | tmp = fieldname(insn, 5, 5); \ |
31700 | 486 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31701 | 486 | tmp = fieldname(insn, 16, 6); \ |
31702 | 486 | MCOperand_CreateImm0(MI, tmp); \ |
31703 | 486 | return S; \ |
31704 | 809 | case 317: \ |
31705 | 809 | tmp = fieldname(insn, 0, 4); \ |
31706 | 809 | MCOperand_CreateImm0(MI, tmp); \ |
31707 | 809 | tmp = fieldname(insn, 10, 3); \ |
31708 | 809 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31709 | 809 | tmp = fieldname(insn, 5, 5); \ |
31710 | 809 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31711 | 809 | tmp = fieldname(insn, 16, 5); \ |
31712 | 809 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31713 | 809 | return S; \ |
31714 | 809 | case 318: \ |
31715 | 199 | tmp = fieldname(insn, 0, 4); \ |
31716 | 199 | MCOperand_CreateImm0(MI, tmp); \ |
31717 | 199 | tmp = fieldname(insn, 10, 3); \ |
31718 | 199 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31719 | 199 | tmp = fieldname(insn, 5, 5); \ |
31720 | 199 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31721 | 199 | tmp = fieldname(insn, 16, 5); \ |
31722 | 199 | MCOperand_CreateImm0(MI, tmp); \ |
31723 | 199 | return S; \ |
31724 | 493 | case 319: \ |
31725 | 493 | tmp = fieldname(insn, 0, 5); \ |
31726 | 493 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31727 | 493 | tmp = fieldname(insn, 10, 3); \ |
31728 | 493 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31729 | 493 | tmp = fieldname(insn, 5, 5); \ |
31730 | 493 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31731 | 493 | tmp = fieldname(insn, 16, 5); \ |
31732 | 493 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31733 | 493 | return S; \ |
31734 | 1.41k | case 320: \ |
31735 | 1.41k | tmp = fieldname(insn, 0, 5); \ |
31736 | 1.41k | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31737 | 1.41k | tmp = fieldname(insn, 10, 3); \ |
31738 | 1.41k | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31739 | 1.41k | tmp = fieldname(insn, 5, 5); \ |
31740 | 1.41k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31741 | 1.41k | tmp = fieldname(insn, 16, 4); \ |
31742 | 1.41k | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31743 | 1.41k | return S; \ |
31744 | 1.41k | case 321: \ |
31745 | 18 | tmp = fieldname(insn, 0, 5); \ |
31746 | 18 | if (!Check(&S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31747 | 18 | tmp = fieldname(insn, 10, 3); \ |
31748 | 18 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31749 | 18 | tmp = fieldname(insn, 5, 5); \ |
31750 | 18 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31751 | 18 | tmp = fieldname(insn, 16, 5); \ |
31752 | 18 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31753 | 18 | return S; \ |
31754 | 347 | case 322: \ |
31755 | 347 | tmp = fieldname(insn, 0, 5); \ |
31756 | 347 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31757 | 347 | tmp = fieldname(insn, 10, 3); \ |
31758 | 347 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31759 | 347 | tmp = fieldname(insn, 5, 5); \ |
31760 | 347 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31761 | 347 | tmp = fieldname(insn, 16, 5); \ |
31762 | 347 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31763 | 347 | return S; \ |
31764 | 347 | case 323: \ |
31765 | 120 | tmp = fieldname(insn, 0, 5); \ |
31766 | 120 | if (!Check(&S, DecodeZPR2RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31767 | 120 | tmp = fieldname(insn, 10, 3); \ |
31768 | 120 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31769 | 120 | tmp = fieldname(insn, 5, 5); \ |
31770 | 120 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31771 | 120 | tmp = fieldname(insn, 16, 4); \ |
31772 | 120 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31773 | 120 | return S; \ |
31774 | 120 | case 324: \ |
31775 | 113 | tmp = fieldname(insn, 0, 5); \ |
31776 | 113 | if (!Check(&S, DecodeZPR3RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31777 | 113 | tmp = fieldname(insn, 10, 3); \ |
31778 | 113 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31779 | 113 | tmp = fieldname(insn, 5, 5); \ |
31780 | 113 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31781 | 113 | tmp = fieldname(insn, 16, 5); \ |
31782 | 113 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31783 | 113 | return S; \ |
31784 | 113 | case 325: \ |
31785 | 109 | tmp = fieldname(insn, 0, 5); \ |
31786 | 109 | if (!Check(&S, DecodeZPR3RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31787 | 109 | tmp = fieldname(insn, 10, 3); \ |
31788 | 109 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31789 | 109 | tmp = fieldname(insn, 5, 5); \ |
31790 | 109 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31791 | 109 | tmp = fieldname(insn, 16, 4); \ |
31792 | 109 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31793 | 109 | return S; \ |
31794 | 109 | case 326: \ |
31795 | 30 | tmp = fieldname(insn, 0, 5); \ |
31796 | 30 | if (!Check(&S, DecodeZPR4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31797 | 30 | tmp = fieldname(insn, 10, 3); \ |
31798 | 30 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31799 | 30 | tmp = fieldname(insn, 5, 5); \ |
31800 | 30 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31801 | 30 | tmp = fieldname(insn, 16, 5); \ |
31802 | 30 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31803 | 30 | return S; \ |
31804 | 149 | case 327: \ |
31805 | 149 | tmp = fieldname(insn, 0, 5); \ |
31806 | 149 | if (!Check(&S, DecodeZPR4RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31807 | 149 | tmp = fieldname(insn, 10, 3); \ |
31808 | 149 | if (!Check(&S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31809 | 149 | tmp = fieldname(insn, 5, 5); \ |
31810 | 149 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31811 | 149 | tmp = fieldname(insn, 16, 4); \ |
31812 | 149 | if (!Check(&S, DecodeSImm_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31813 | 149 | return S; \ |
31814 | 7.74k | case 328: \ |
31815 | 7.74k | if (!Check(&S, DecodeExclusiveLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31816 | 7.74k | return S; \ |
31817 | 7.74k | case 329: \ |
31818 | 80 | tmp = fieldname(insn, 16, 5); \ |
31819 | 80 | if (!Check(&S, DecodeWSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31820 | 80 | tmp = fieldname(insn, 16, 5); \ |
31821 | 78 | if (!Check(&S, DecodeWSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31822 | 78 | tmp = fieldname(insn, 0, 5); \ |
31823 | 78 | if (!Check(&S, DecodeWSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31824 | 78 | tmp = fieldname(insn, 5, 5); \ |
31825 | 77 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31826 | 77 | return S; \ |
31827 | 356 | case 330: \ |
31828 | 356 | tmp = fieldname(insn, 5, 5); \ |
31829 | 356 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31830 | 356 | tmp = fieldname(insn, 16, 5); \ |
31831 | 356 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31832 | 356 | tmp = fieldname(insn, 0, 5); \ |
31833 | 356 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31834 | 356 | tmp = fieldname(insn, 5, 5); \ |
31835 | 356 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31836 | 356 | return S; \ |
31837 | 6.49k | case 331: \ |
31838 | 6.49k | if (!Check(&S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31839 | 6.49k | return S; \ |
31840 | 6.49k | case 332: \ |
31841 | 1.73k | if (!Check(&S, DecodeAddSubERegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31842 | 1.73k | return S; \ |
31843 | 10.3k | case 333: \ |
31844 | 10.3k | if (!Check(&S, DecodePairLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31845 | 10.3k | return S; \ |
31846 | 10.3k | case 334: \ |
31847 | 343 | tmp = fieldname(insn, 16, 5); \ |
31848 | 343 | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31849 | 343 | tmp = fieldname(insn, 16, 5); \ |
31850 | 342 | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31851 | 342 | tmp = fieldname(insn, 0, 5); \ |
31852 | 342 | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31853 | 342 | tmp = fieldname(insn, 5, 5); \ |
31854 | 341 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31855 | 341 | return S; \ |
31856 | 341 | case 335: \ |
31857 | 77 | tmp = fieldname(insn, 5, 5); \ |
31858 | 77 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31859 | 77 | tmp = fieldname(insn, 16, 5); \ |
31860 | 77 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31861 | 77 | tmp = fieldname(insn, 0, 5); \ |
31862 | 77 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31863 | 77 | tmp = fieldname(insn, 5, 5); \ |
31864 | 77 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31865 | 77 | return S; \ |
31866 | 77 | case 336: \ |
31867 | 35 | tmp = fieldname(insn, 0, 5); \ |
31868 | 35 | if (!Check(&S, DecodeDDDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31869 | 35 | tmp = fieldname(insn, 5, 5); \ |
31870 | 35 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31871 | 35 | return S; \ |
31872 | 169 | case 337: \ |
31873 | 169 | tmp = fieldname(insn, 0, 5); \ |
31874 | 169 | if (!Check(&S, DecodeDDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31875 | 169 | tmp = fieldname(insn, 5, 5); \ |
31876 | 169 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31877 | 169 | return S; \ |
31878 | 169 | case 338: \ |
31879 | 26 | tmp = fieldname(insn, 0, 5); \ |
31880 | 26 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31881 | 26 | tmp = fieldname(insn, 5, 5); \ |
31882 | 26 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31883 | 26 | return S; \ |
31884 | 39 | case 339: \ |
31885 | 39 | tmp = fieldname(insn, 0, 5); \ |
31886 | 39 | if (!Check(&S, DecodeDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31887 | 39 | tmp = fieldname(insn, 5, 5); \ |
31888 | 39 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31889 | 39 | return S; \ |
31890 | 68 | case 340: \ |
31891 | 68 | tmp = fieldname(insn, 0, 5); \ |
31892 | 68 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31893 | 68 | tmp = fieldname(insn, 5, 5); \ |
31894 | 68 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31895 | 68 | return S; \ |
31896 | 114 | case 341: \ |
31897 | 114 | tmp = fieldname(insn, 0, 5); \ |
31898 | 114 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31899 | 114 | tmp = fieldname(insn, 5, 5); \ |
31900 | 114 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31901 | 114 | return S; \ |
31902 | 247 | case 342: \ |
31903 | 247 | tmp = fieldname(insn, 0, 5); \ |
31904 | 247 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31905 | 247 | tmp = fieldname(insn, 5, 5); \ |
31906 | 247 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31907 | 247 | return S; \ |
31908 | 532 | case 343: \ |
31909 | 532 | tmp = fieldname(insn, 0, 5); \ |
31910 | 532 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31911 | 532 | tmp = fieldname(insn, 5, 5); \ |
31912 | 532 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31913 | 532 | return S; \ |
31914 | 610 | case 344: \ |
31915 | 610 | tmp = fieldname(insn, 5, 5); \ |
31916 | 610 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31917 | 610 | tmp = fieldname(insn, 0, 5); \ |
31918 | 610 | if (!Check(&S, DecodeDDDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31919 | 610 | tmp = fieldname(insn, 5, 5); \ |
31920 | 610 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31921 | 610 | tmp = fieldname(insn, 16, 5); \ |
31922 | 610 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31923 | 610 | return S; \ |
31924 | 848 | case 345: \ |
31925 | 848 | tmp = fieldname(insn, 5, 5); \ |
31926 | 848 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31927 | 848 | tmp = fieldname(insn, 0, 5); \ |
31928 | 848 | if (!Check(&S, DecodeDDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31929 | 848 | tmp = fieldname(insn, 5, 5); \ |
31930 | 848 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31931 | 848 | tmp = fieldname(insn, 16, 5); \ |
31932 | 848 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31933 | 848 | return S; \ |
31934 | 848 | case 346: \ |
31935 | 187 | tmp = fieldname(insn, 5, 5); \ |
31936 | 187 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31937 | 187 | tmp = fieldname(insn, 0, 5); \ |
31938 | 187 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31939 | 187 | tmp = fieldname(insn, 5, 5); \ |
31940 | 187 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31941 | 187 | tmp = fieldname(insn, 16, 5); \ |
31942 | 187 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31943 | 187 | return S; \ |
31944 | 1.24k | case 347: \ |
31945 | 1.24k | tmp = fieldname(insn, 5, 5); \ |
31946 | 1.24k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31947 | 1.24k | tmp = fieldname(insn, 0, 5); \ |
31948 | 1.24k | if (!Check(&S, DecodeDDRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31949 | 1.24k | tmp = fieldname(insn, 5, 5); \ |
31950 | 1.24k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31951 | 1.24k | tmp = fieldname(insn, 16, 5); \ |
31952 | 1.24k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31953 | 1.24k | return S; \ |
31954 | 1.24k | case 348: \ |
31955 | 332 | tmp = fieldname(insn, 5, 5); \ |
31956 | 332 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31957 | 332 | tmp = fieldname(insn, 0, 5); \ |
31958 | 332 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31959 | 332 | tmp = fieldname(insn, 5, 5); \ |
31960 | 332 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31961 | 332 | tmp = fieldname(insn, 16, 5); \ |
31962 | 332 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31963 | 332 | return S; \ |
31964 | 1.45k | case 349: \ |
31965 | 1.45k | tmp = fieldname(insn, 5, 5); \ |
31966 | 1.45k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31967 | 1.45k | tmp = fieldname(insn, 0, 5); \ |
31968 | 1.45k | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31969 | 1.45k | tmp = fieldname(insn, 5, 5); \ |
31970 | 1.45k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31971 | 1.45k | tmp = fieldname(insn, 16, 5); \ |
31972 | 1.45k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31973 | 1.45k | return S; \ |
31974 | 1.45k | case 350: \ |
31975 | 594 | tmp = fieldname(insn, 5, 5); \ |
31976 | 594 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31977 | 594 | tmp = fieldname(insn, 0, 5); \ |
31978 | 594 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31979 | 594 | tmp = fieldname(insn, 5, 5); \ |
31980 | 594 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31981 | 594 | tmp = fieldname(insn, 16, 5); \ |
31982 | 594 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31983 | 594 | return S; \ |
31984 | 594 | case 351: \ |
31985 | 482 | tmp = fieldname(insn, 5, 5); \ |
31986 | 482 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31987 | 482 | tmp = fieldname(insn, 0, 5); \ |
31988 | 482 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31989 | 482 | tmp = fieldname(insn, 5, 5); \ |
31990 | 482 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31991 | 482 | tmp = fieldname(insn, 16, 5); \ |
31992 | 482 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31993 | 482 | return S; \ |
31994 | 482 | case 352: \ |
31995 | 257 | tmp = fieldname(insn, 0, 5); \ |
31996 | 257 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
31997 | 257 | tmp = 0x0; \ |
31998 | 257 | tmp |= fieldname(insn, 10, 3) << 0; \ |
31999 | 257 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32000 | 257 | MCOperand_CreateImm0(MI, tmp); \ |
32001 | 257 | tmp = fieldname(insn, 5, 5); \ |
32002 | 257 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32003 | 257 | return S; \ |
32004 | 257 | case 353: \ |
32005 | 96 | tmp = fieldname(insn, 0, 5); \ |
32006 | 96 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32007 | 96 | tmp = 0x0; \ |
32008 | 96 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32009 | 96 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32010 | 96 | MCOperand_CreateImm0(MI, tmp); \ |
32011 | 96 | tmp = fieldname(insn, 5, 5); \ |
32012 | 96 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32013 | 96 | return S; \ |
32014 | 136 | case 354: \ |
32015 | 136 | tmp = fieldname(insn, 0, 5); \ |
32016 | 136 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32017 | 136 | tmp = 0x0; \ |
32018 | 136 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32019 | 136 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32020 | 136 | MCOperand_CreateImm0(MI, tmp); \ |
32021 | 136 | tmp = fieldname(insn, 5, 5); \ |
32022 | 136 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32023 | 136 | return S; \ |
32024 | 482 | case 355: \ |
32025 | 482 | tmp = fieldname(insn, 0, 5); \ |
32026 | 482 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32027 | 482 | tmp = 0x0; \ |
32028 | 482 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32029 | 482 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32030 | 482 | MCOperand_CreateImm0(MI, tmp); \ |
32031 | 482 | tmp = fieldname(insn, 5, 5); \ |
32032 | 482 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32033 | 482 | return S; \ |
32034 | 482 | case 356: \ |
32035 | 17 | tmp = fieldname(insn, 0, 5); \ |
32036 | 17 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32037 | 17 | tmp = 0x0; \ |
32038 | 17 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32039 | 17 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32040 | 17 | MCOperand_CreateImm0(MI, tmp); \ |
32041 | 17 | tmp = fieldname(insn, 5, 5); \ |
32042 | 17 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32043 | 17 | return S; \ |
32044 | 82 | case 357: \ |
32045 | 82 | tmp = fieldname(insn, 0, 5); \ |
32046 | 82 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32047 | 82 | tmp = fieldname(insn, 30, 1); \ |
32048 | 82 | MCOperand_CreateImm0(MI, tmp); \ |
32049 | 82 | tmp = fieldname(insn, 5, 5); \ |
32050 | 82 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32051 | 82 | return S; \ |
32052 | 364 | case 358: \ |
32053 | 364 | tmp = fieldname(insn, 0, 5); \ |
32054 | 364 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32055 | 364 | tmp = 0x0; \ |
32056 | 364 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32057 | 364 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32058 | 364 | MCOperand_CreateImm0(MI, tmp); \ |
32059 | 364 | tmp = fieldname(insn, 5, 5); \ |
32060 | 364 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32061 | 364 | return S; \ |
32062 | 364 | case 359: \ |
32063 | 40 | tmp = fieldname(insn, 0, 5); \ |
32064 | 40 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32065 | 40 | tmp = fieldname(insn, 30, 1); \ |
32066 | 40 | MCOperand_CreateImm0(MI, tmp); \ |
32067 | 40 | tmp = fieldname(insn, 5, 5); \ |
32068 | 40 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32069 | 40 | return S; \ |
32070 | 40 | case 360: \ |
32071 | 16 | tmp = fieldname(insn, 0, 5); \ |
32072 | 16 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32073 | 16 | tmp = 0x0; \ |
32074 | 16 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32075 | 16 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32076 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
32077 | 16 | tmp = fieldname(insn, 5, 5); \ |
32078 | 16 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32079 | 16 | return S; \ |
32080 | 120 | case 361: \ |
32081 | 120 | tmp = fieldname(insn, 0, 5); \ |
32082 | 120 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32083 | 120 | tmp = 0x0; \ |
32084 | 120 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32085 | 120 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32086 | 120 | MCOperand_CreateImm0(MI, tmp); \ |
32087 | 120 | tmp = fieldname(insn, 5, 5); \ |
32088 | 120 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32089 | 120 | return S; \ |
32090 | 120 | case 362: \ |
32091 | 32 | tmp = fieldname(insn, 0, 5); \ |
32092 | 32 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32093 | 32 | tmp = 0x0; \ |
32094 | 32 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32095 | 32 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32096 | 32 | MCOperand_CreateImm0(MI, tmp); \ |
32097 | 32 | tmp = fieldname(insn, 5, 5); \ |
32098 | 32 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32099 | 32 | return S; \ |
32100 | 43 | case 363: \ |
32101 | 43 | tmp = fieldname(insn, 0, 5); \ |
32102 | 43 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32103 | 43 | tmp = 0x0; \ |
32104 | 43 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32105 | 43 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32106 | 43 | MCOperand_CreateImm0(MI, tmp); \ |
32107 | 43 | tmp = fieldname(insn, 5, 5); \ |
32108 | 43 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32109 | 43 | return S; \ |
32110 | 97 | case 364: \ |
32111 | 97 | tmp = fieldname(insn, 0, 5); \ |
32112 | 97 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32113 | 97 | tmp = 0x0; \ |
32114 | 97 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32115 | 97 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32116 | 97 | MCOperand_CreateImm0(MI, tmp); \ |
32117 | 97 | tmp = fieldname(insn, 5, 5); \ |
32118 | 97 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32119 | 97 | return S; \ |
32120 | 154 | case 365: \ |
32121 | 154 | tmp = fieldname(insn, 0, 5); \ |
32122 | 154 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32123 | 154 | tmp = fieldname(insn, 30, 1); \ |
32124 | 154 | MCOperand_CreateImm0(MI, tmp); \ |
32125 | 154 | tmp = fieldname(insn, 5, 5); \ |
32126 | 154 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32127 | 154 | return S; \ |
32128 | 154 | case 366: \ |
32129 | 52 | tmp = fieldname(insn, 0, 5); \ |
32130 | 52 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32131 | 52 | tmp = 0x0; \ |
32132 | 52 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32133 | 52 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32134 | 52 | MCOperand_CreateImm0(MI, tmp); \ |
32135 | 52 | tmp = fieldname(insn, 5, 5); \ |
32136 | 52 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32137 | 52 | return S; \ |
32138 | 108 | case 367: \ |
32139 | 108 | tmp = fieldname(insn, 0, 5); \ |
32140 | 108 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32141 | 108 | tmp = fieldname(insn, 30, 1); \ |
32142 | 108 | MCOperand_CreateImm0(MI, tmp); \ |
32143 | 108 | tmp = fieldname(insn, 5, 5); \ |
32144 | 108 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32145 | 108 | return S; \ |
32146 | 666 | case 368: \ |
32147 | 666 | tmp = fieldname(insn, 0, 5); \ |
32148 | 666 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32149 | 666 | tmp = fieldname(insn, 0, 5); \ |
32150 | 666 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32151 | 666 | tmp = 0x0; \ |
32152 | 666 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32153 | 666 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32154 | 666 | MCOperand_CreateImm0(MI, tmp); \ |
32155 | 666 | tmp = fieldname(insn, 5, 5); \ |
32156 | 666 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32157 | 666 | return S; \ |
32158 | 666 | case 369: \ |
32159 | 104 | tmp = fieldname(insn, 0, 5); \ |
32160 | 104 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32161 | 104 | tmp = fieldname(insn, 0, 5); \ |
32162 | 104 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32163 | 104 | tmp = 0x0; \ |
32164 | 104 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32165 | 104 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32166 | 104 | MCOperand_CreateImm0(MI, tmp); \ |
32167 | 104 | tmp = fieldname(insn, 5, 5); \ |
32168 | 104 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32169 | 104 | return S; \ |
32170 | 185 | case 370: \ |
32171 | 185 | tmp = fieldname(insn, 0, 5); \ |
32172 | 185 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32173 | 185 | tmp = fieldname(insn, 0, 5); \ |
32174 | 185 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32175 | 185 | tmp = 0x0; \ |
32176 | 185 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32177 | 185 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32178 | 185 | MCOperand_CreateImm0(MI, tmp); \ |
32179 | 185 | tmp = fieldname(insn, 5, 5); \ |
32180 | 185 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32181 | 185 | return S; \ |
32182 | 933 | case 371: \ |
32183 | 933 | tmp = fieldname(insn, 0, 5); \ |
32184 | 933 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32185 | 933 | tmp = fieldname(insn, 0, 5); \ |
32186 | 933 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32187 | 933 | tmp = 0x0; \ |
32188 | 933 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32189 | 933 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32190 | 933 | MCOperand_CreateImm0(MI, tmp); \ |
32191 | 933 | tmp = fieldname(insn, 5, 5); \ |
32192 | 933 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32193 | 933 | return S; \ |
32194 | 933 | case 372: \ |
32195 | 412 | tmp = fieldname(insn, 0, 5); \ |
32196 | 412 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32197 | 412 | tmp = fieldname(insn, 0, 5); \ |
32198 | 412 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32199 | 412 | tmp = 0x0; \ |
32200 | 412 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32201 | 412 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32202 | 412 | MCOperand_CreateImm0(MI, tmp); \ |
32203 | 412 | tmp = fieldname(insn, 5, 5); \ |
32204 | 412 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32205 | 412 | return S; \ |
32206 | 412 | case 373: \ |
32207 | 72 | tmp = fieldname(insn, 0, 5); \ |
32208 | 72 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32209 | 72 | tmp = fieldname(insn, 0, 5); \ |
32210 | 72 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32211 | 72 | tmp = fieldname(insn, 30, 1); \ |
32212 | 72 | MCOperand_CreateImm0(MI, tmp); \ |
32213 | 72 | tmp = fieldname(insn, 5, 5); \ |
32214 | 72 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32215 | 72 | return S; \ |
32216 | 72 | case 374: \ |
32217 | 41 | tmp = fieldname(insn, 0, 5); \ |
32218 | 41 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32219 | 41 | tmp = fieldname(insn, 0, 5); \ |
32220 | 41 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32221 | 41 | tmp = 0x0; \ |
32222 | 41 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32223 | 41 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32224 | 41 | MCOperand_CreateImm0(MI, tmp); \ |
32225 | 41 | tmp = fieldname(insn, 5, 5); \ |
32226 | 41 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32227 | 41 | return S; \ |
32228 | 41 | case 375: \ |
32229 | 34 | tmp = fieldname(insn, 0, 5); \ |
32230 | 34 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32231 | 34 | tmp = fieldname(insn, 0, 5); \ |
32232 | 34 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32233 | 34 | tmp = fieldname(insn, 30, 1); \ |
32234 | 34 | MCOperand_CreateImm0(MI, tmp); \ |
32235 | 34 | tmp = fieldname(insn, 5, 5); \ |
32236 | 34 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32237 | 34 | return S; \ |
32238 | 231 | case 376: \ |
32239 | 231 | tmp = fieldname(insn, 0, 5); \ |
32240 | 231 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32241 | 231 | tmp = fieldname(insn, 0, 5); \ |
32242 | 231 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32243 | 231 | tmp = 0x0; \ |
32244 | 231 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32245 | 231 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32246 | 231 | MCOperand_CreateImm0(MI, tmp); \ |
32247 | 231 | tmp = fieldname(insn, 5, 5); \ |
32248 | 231 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32249 | 231 | return S; \ |
32250 | 231 | case 377: \ |
32251 | 70 | tmp = fieldname(insn, 0, 5); \ |
32252 | 70 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32253 | 70 | tmp = fieldname(insn, 0, 5); \ |
32254 | 70 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32255 | 70 | tmp = 0x0; \ |
32256 | 70 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32257 | 70 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32258 | 70 | MCOperand_CreateImm0(MI, tmp); \ |
32259 | 70 | tmp = fieldname(insn, 5, 5); \ |
32260 | 70 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32261 | 70 | return S; \ |
32262 | 70 | case 378: \ |
32263 | 32 | tmp = fieldname(insn, 0, 5); \ |
32264 | 32 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32265 | 32 | tmp = fieldname(insn, 0, 5); \ |
32266 | 32 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32267 | 32 | tmp = 0x0; \ |
32268 | 32 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32269 | 32 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32270 | 32 | MCOperand_CreateImm0(MI, tmp); \ |
32271 | 32 | tmp = fieldname(insn, 5, 5); \ |
32272 | 32 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32273 | 32 | return S; \ |
32274 | 191 | case 379: \ |
32275 | 191 | tmp = fieldname(insn, 0, 5); \ |
32276 | 191 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32277 | 191 | tmp = fieldname(insn, 0, 5); \ |
32278 | 191 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32279 | 191 | tmp = 0x0; \ |
32280 | 191 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32281 | 191 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32282 | 191 | MCOperand_CreateImm0(MI, tmp); \ |
32283 | 191 | tmp = fieldname(insn, 5, 5); \ |
32284 | 191 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32285 | 191 | return S; \ |
32286 | 269 | case 380: \ |
32287 | 269 | tmp = fieldname(insn, 0, 5); \ |
32288 | 269 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32289 | 269 | tmp = fieldname(insn, 0, 5); \ |
32290 | 269 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32291 | 269 | tmp = 0x0; \ |
32292 | 269 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32293 | 269 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32294 | 269 | MCOperand_CreateImm0(MI, tmp); \ |
32295 | 269 | tmp = fieldname(insn, 5, 5); \ |
32296 | 269 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32297 | 269 | return S; \ |
32298 | 269 | case 381: \ |
32299 | 202 | tmp = fieldname(insn, 0, 5); \ |
32300 | 202 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32301 | 202 | tmp = fieldname(insn, 0, 5); \ |
32302 | 202 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32303 | 202 | tmp = fieldname(insn, 30, 1); \ |
32304 | 202 | MCOperand_CreateImm0(MI, tmp); \ |
32305 | 202 | tmp = fieldname(insn, 5, 5); \ |
32306 | 202 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32307 | 202 | return S; \ |
32308 | 202 | case 382: \ |
32309 | 202 | tmp = fieldname(insn, 0, 5); \ |
32310 | 202 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32311 | 202 | tmp = fieldname(insn, 0, 5); \ |
32312 | 202 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32313 | 202 | tmp = 0x0; \ |
32314 | 202 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32315 | 202 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32316 | 202 | MCOperand_CreateImm0(MI, tmp); \ |
32317 | 202 | tmp = fieldname(insn, 5, 5); \ |
32318 | 202 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32319 | 202 | return S; \ |
32320 | 229 | case 383: \ |
32321 | 229 | tmp = fieldname(insn, 0, 5); \ |
32322 | 229 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32323 | 229 | tmp = fieldname(insn, 0, 5); \ |
32324 | 229 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32325 | 229 | tmp = fieldname(insn, 30, 1); \ |
32326 | 229 | MCOperand_CreateImm0(MI, tmp); \ |
32327 | 229 | tmp = fieldname(insn, 5, 5); \ |
32328 | 229 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32329 | 229 | return S; \ |
32330 | 396 | case 384: \ |
32331 | 396 | tmp = fieldname(insn, 5, 5); \ |
32332 | 396 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32333 | 396 | tmp = fieldname(insn, 0, 5); \ |
32334 | 396 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32335 | 396 | tmp = 0x0; \ |
32336 | 396 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32337 | 396 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32338 | 396 | MCOperand_CreateImm0(MI, tmp); \ |
32339 | 396 | tmp = fieldname(insn, 5, 5); \ |
32340 | 396 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32341 | 396 | tmp = fieldname(insn, 16, 5); \ |
32342 | 396 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32343 | 396 | return S; \ |
32344 | 546 | case 385: \ |
32345 | 546 | tmp = fieldname(insn, 5, 5); \ |
32346 | 546 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32347 | 546 | tmp = fieldname(insn, 0, 5); \ |
32348 | 546 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32349 | 546 | tmp = 0x0; \ |
32350 | 546 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32351 | 546 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32352 | 546 | MCOperand_CreateImm0(MI, tmp); \ |
32353 | 546 | tmp = fieldname(insn, 5, 5); \ |
32354 | 546 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32355 | 546 | tmp = fieldname(insn, 16, 5); \ |
32356 | 546 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32357 | 546 | return S; \ |
32358 | 546 | case 386: \ |
32359 | 194 | tmp = fieldname(insn, 5, 5); \ |
32360 | 194 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32361 | 194 | tmp = fieldname(insn, 0, 5); \ |
32362 | 194 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32363 | 194 | tmp = 0x0; \ |
32364 | 194 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32365 | 194 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32366 | 194 | MCOperand_CreateImm0(MI, tmp); \ |
32367 | 194 | tmp = fieldname(insn, 5, 5); \ |
32368 | 194 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32369 | 194 | tmp = fieldname(insn, 16, 5); \ |
32370 | 194 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32371 | 194 | return S; \ |
32372 | 194 | case 387: \ |
32373 | 178 | tmp = fieldname(insn, 5, 5); \ |
32374 | 178 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32375 | 178 | tmp = fieldname(insn, 0, 5); \ |
32376 | 178 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32377 | 178 | tmp = 0x0; \ |
32378 | 178 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32379 | 178 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32380 | 178 | MCOperand_CreateImm0(MI, tmp); \ |
32381 | 178 | tmp = fieldname(insn, 5, 5); \ |
32382 | 178 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32383 | 178 | tmp = fieldname(insn, 16, 5); \ |
32384 | 178 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32385 | 178 | return S; \ |
32386 | 178 | case 388: \ |
32387 | 122 | tmp = fieldname(insn, 5, 5); \ |
32388 | 122 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32389 | 122 | tmp = fieldname(insn, 0, 5); \ |
32390 | 122 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32391 | 122 | tmp = 0x0; \ |
32392 | 122 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32393 | 122 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32394 | 122 | MCOperand_CreateImm0(MI, tmp); \ |
32395 | 122 | tmp = fieldname(insn, 5, 5); \ |
32396 | 122 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32397 | 122 | tmp = fieldname(insn, 16, 5); \ |
32398 | 122 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32399 | 122 | return S; \ |
32400 | 122 | case 389: \ |
32401 | 29 | tmp = fieldname(insn, 5, 5); \ |
32402 | 29 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32403 | 29 | tmp = fieldname(insn, 0, 5); \ |
32404 | 29 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32405 | 29 | tmp = 0x0; \ |
32406 | 29 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32407 | 29 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32408 | 29 | MCOperand_CreateImm0(MI, tmp); \ |
32409 | 29 | tmp = fieldname(insn, 5, 5); \ |
32410 | 29 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32411 | 29 | tmp = fieldname(insn, 16, 5); \ |
32412 | 29 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32413 | 29 | return S; \ |
32414 | 61 | case 390: \ |
32415 | 61 | tmp = fieldname(insn, 5, 5); \ |
32416 | 61 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32417 | 61 | tmp = fieldname(insn, 0, 5); \ |
32418 | 61 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32419 | 61 | tmp = 0x0; \ |
32420 | 61 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32421 | 61 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32422 | 61 | MCOperand_CreateImm0(MI, tmp); \ |
32423 | 61 | tmp = fieldname(insn, 5, 5); \ |
32424 | 61 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32425 | 61 | tmp = fieldname(insn, 16, 5); \ |
32426 | 61 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32427 | 61 | return S; \ |
32428 | 289 | case 391: \ |
32429 | 289 | tmp = fieldname(insn, 5, 5); \ |
32430 | 289 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32431 | 289 | tmp = fieldname(insn, 0, 5); \ |
32432 | 289 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32433 | 289 | tmp = 0x0; \ |
32434 | 289 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32435 | 289 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32436 | 289 | MCOperand_CreateImm0(MI, tmp); \ |
32437 | 289 | tmp = fieldname(insn, 5, 5); \ |
32438 | 289 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32439 | 289 | tmp = fieldname(insn, 16, 5); \ |
32440 | 289 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32441 | 289 | return S; \ |
32442 | 289 | case 392: \ |
32443 | 16 | tmp = fieldname(insn, 5, 5); \ |
32444 | 16 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32445 | 16 | tmp = fieldname(insn, 0, 5); \ |
32446 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32447 | 16 | tmp = 0x0; \ |
32448 | 16 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32449 | 16 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32450 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
32451 | 16 | tmp = fieldname(insn, 5, 5); \ |
32452 | 16 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32453 | 16 | tmp = fieldname(insn, 16, 5); \ |
32454 | 16 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32455 | 16 | return S; \ |
32456 | 278 | case 393: \ |
32457 | 278 | tmp = fieldname(insn, 5, 5); \ |
32458 | 278 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32459 | 278 | tmp = fieldname(insn, 0, 5); \ |
32460 | 278 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32461 | 278 | tmp = 0x0; \ |
32462 | 278 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32463 | 278 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32464 | 278 | MCOperand_CreateImm0(MI, tmp); \ |
32465 | 278 | tmp = fieldname(insn, 5, 5); \ |
32466 | 278 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32467 | 278 | tmp = fieldname(insn, 16, 5); \ |
32468 | 278 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32469 | 278 | return S; \ |
32470 | 278 | case 394: \ |
32471 | 41 | tmp = fieldname(insn, 5, 5); \ |
32472 | 41 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32473 | 41 | tmp = fieldname(insn, 0, 5); \ |
32474 | 41 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32475 | 41 | tmp = fieldname(insn, 30, 1); \ |
32476 | 41 | MCOperand_CreateImm0(MI, tmp); \ |
32477 | 41 | tmp = fieldname(insn, 5, 5); \ |
32478 | 41 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32479 | 41 | tmp = fieldname(insn, 16, 5); \ |
32480 | 41 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32481 | 41 | return S; \ |
32482 | 147 | case 395: \ |
32483 | 147 | tmp = fieldname(insn, 5, 5); \ |
32484 | 147 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32485 | 147 | tmp = fieldname(insn, 0, 5); \ |
32486 | 147 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32487 | 147 | tmp = fieldname(insn, 30, 1); \ |
32488 | 147 | MCOperand_CreateImm0(MI, tmp); \ |
32489 | 147 | tmp = fieldname(insn, 5, 5); \ |
32490 | 147 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32491 | 147 | tmp = fieldname(insn, 16, 5); \ |
32492 | 147 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32493 | 147 | return S; \ |
32494 | 147 | case 396: \ |
32495 | 39 | tmp = fieldname(insn, 5, 5); \ |
32496 | 39 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32497 | 39 | tmp = fieldname(insn, 0, 5); \ |
32498 | 39 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32499 | 39 | tmp = 0x0; \ |
32500 | 39 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32501 | 39 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32502 | 39 | MCOperand_CreateImm0(MI, tmp); \ |
32503 | 39 | tmp = fieldname(insn, 5, 5); \ |
32504 | 39 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32505 | 39 | tmp = fieldname(insn, 16, 5); \ |
32506 | 39 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32507 | 39 | return S; \ |
32508 | 98 | case 397: \ |
32509 | 98 | tmp = fieldname(insn, 5, 5); \ |
32510 | 98 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32511 | 98 | tmp = fieldname(insn, 0, 5); \ |
32512 | 98 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32513 | 98 | tmp = 0x0; \ |
32514 | 98 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32515 | 98 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32516 | 98 | MCOperand_CreateImm0(MI, tmp); \ |
32517 | 98 | tmp = fieldname(insn, 5, 5); \ |
32518 | 98 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32519 | 98 | tmp = fieldname(insn, 16, 5); \ |
32520 | 98 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32521 | 98 | return S; \ |
32522 | 98 | case 398: \ |
32523 | 46 | tmp = fieldname(insn, 5, 5); \ |
32524 | 46 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32525 | 46 | tmp = fieldname(insn, 0, 5); \ |
32526 | 46 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32527 | 46 | tmp = fieldname(insn, 30, 1); \ |
32528 | 46 | MCOperand_CreateImm0(MI, tmp); \ |
32529 | 46 | tmp = fieldname(insn, 5, 5); \ |
32530 | 46 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32531 | 46 | tmp = fieldname(insn, 16, 5); \ |
32532 | 46 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32533 | 46 | return S; \ |
32534 | 477 | case 399: \ |
32535 | 477 | tmp = fieldname(insn, 5, 5); \ |
32536 | 477 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32537 | 477 | tmp = fieldname(insn, 0, 5); \ |
32538 | 477 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32539 | 477 | tmp = fieldname(insn, 30, 1); \ |
32540 | 477 | MCOperand_CreateImm0(MI, tmp); \ |
32541 | 477 | tmp = fieldname(insn, 5, 5); \ |
32542 | 477 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32543 | 477 | tmp = fieldname(insn, 16, 5); \ |
32544 | 477 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32545 | 477 | return S; \ |
32546 | 688 | case 400: \ |
32547 | 688 | tmp = fieldname(insn, 5, 5); \ |
32548 | 688 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32549 | 688 | tmp = fieldname(insn, 0, 5); \ |
32550 | 688 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32551 | 688 | tmp = fieldname(insn, 0, 5); \ |
32552 | 688 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32553 | 688 | tmp = 0x0; \ |
32554 | 688 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32555 | 688 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32556 | 688 | MCOperand_CreateImm0(MI, tmp); \ |
32557 | 688 | tmp = fieldname(insn, 5, 5); \ |
32558 | 688 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32559 | 688 | tmp = fieldname(insn, 16, 5); \ |
32560 | 688 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32561 | 688 | return S; \ |
32562 | 688 | case 401: \ |
32563 | 123 | tmp = fieldname(insn, 5, 5); \ |
32564 | 123 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32565 | 123 | tmp = fieldname(insn, 0, 5); \ |
32566 | 123 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32567 | 123 | tmp = fieldname(insn, 0, 5); \ |
32568 | 123 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32569 | 123 | tmp = 0x0; \ |
32570 | 123 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32571 | 123 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32572 | 123 | MCOperand_CreateImm0(MI, tmp); \ |
32573 | 123 | tmp = fieldname(insn, 5, 5); \ |
32574 | 123 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32575 | 123 | tmp = fieldname(insn, 16, 5); \ |
32576 | 123 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32577 | 123 | return S; \ |
32578 | 182 | case 402: \ |
32579 | 182 | tmp = fieldname(insn, 5, 5); \ |
32580 | 182 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32581 | 182 | tmp = fieldname(insn, 0, 5); \ |
32582 | 182 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32583 | 182 | tmp = fieldname(insn, 0, 5); \ |
32584 | 182 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32585 | 182 | tmp = 0x0; \ |
32586 | 182 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32587 | 182 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32588 | 182 | MCOperand_CreateImm0(MI, tmp); \ |
32589 | 182 | tmp = fieldname(insn, 5, 5); \ |
32590 | 182 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32591 | 182 | tmp = fieldname(insn, 16, 5); \ |
32592 | 182 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32593 | 182 | return S; \ |
32594 | 421 | case 403: \ |
32595 | 421 | tmp = fieldname(insn, 5, 5); \ |
32596 | 421 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32597 | 421 | tmp = fieldname(insn, 0, 5); \ |
32598 | 421 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32599 | 421 | tmp = fieldname(insn, 0, 5); \ |
32600 | 421 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32601 | 421 | tmp = 0x0; \ |
32602 | 421 | tmp |= fieldname(insn, 10, 3) << 0; \ |
32603 | 421 | tmp |= fieldname(insn, 30, 1) << 3; \ |
32604 | 421 | MCOperand_CreateImm0(MI, tmp); \ |
32605 | 421 | tmp = fieldname(insn, 5, 5); \ |
32606 | 421 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32607 | 421 | tmp = fieldname(insn, 16, 5); \ |
32608 | 421 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32609 | 421 | return S; \ |
32610 | 421 | case 404: \ |
32611 | 28 | tmp = fieldname(insn, 5, 5); \ |
32612 | 28 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32613 | 28 | tmp = fieldname(insn, 0, 5); \ |
32614 | 28 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32615 | 28 | tmp = fieldname(insn, 0, 5); \ |
32616 | 28 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32617 | 28 | tmp = 0x0; \ |
32618 | 28 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32619 | 28 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32620 | 28 | MCOperand_CreateImm0(MI, tmp); \ |
32621 | 28 | tmp = fieldname(insn, 5, 5); \ |
32622 | 28 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32623 | 28 | tmp = fieldname(insn, 16, 5); \ |
32624 | 28 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32625 | 28 | return S; \ |
32626 | 28 | case 405: \ |
32627 | 8 | tmp = fieldname(insn, 5, 5); \ |
32628 | 8 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32629 | 8 | tmp = fieldname(insn, 0, 5); \ |
32630 | 8 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32631 | 8 | tmp = fieldname(insn, 0, 5); \ |
32632 | 8 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32633 | 8 | tmp = 0x0; \ |
32634 | 8 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32635 | 8 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32636 | 8 | MCOperand_CreateImm0(MI, tmp); \ |
32637 | 8 | tmp = fieldname(insn, 5, 5); \ |
32638 | 8 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32639 | 8 | tmp = fieldname(insn, 16, 5); \ |
32640 | 8 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32641 | 8 | return S; \ |
32642 | 188 | case 406: \ |
32643 | 188 | tmp = fieldname(insn, 5, 5); \ |
32644 | 188 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32645 | 188 | tmp = fieldname(insn, 0, 5); \ |
32646 | 188 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32647 | 188 | tmp = fieldname(insn, 0, 5); \ |
32648 | 188 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32649 | 188 | tmp = 0x0; \ |
32650 | 188 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32651 | 188 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32652 | 188 | MCOperand_CreateImm0(MI, tmp); \ |
32653 | 188 | tmp = fieldname(insn, 5, 5); \ |
32654 | 188 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32655 | 188 | tmp = fieldname(insn, 16, 5); \ |
32656 | 188 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32657 | 188 | return S; \ |
32658 | 188 | case 407: \ |
32659 | 180 | tmp = fieldname(insn, 5, 5); \ |
32660 | 180 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32661 | 180 | tmp = fieldname(insn, 0, 5); \ |
32662 | 180 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32663 | 180 | tmp = fieldname(insn, 0, 5); \ |
32664 | 180 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32665 | 180 | tmp = 0x0; \ |
32666 | 180 | tmp |= fieldname(insn, 11, 2) << 0; \ |
32667 | 180 | tmp |= fieldname(insn, 30, 1) << 2; \ |
32668 | 180 | MCOperand_CreateImm0(MI, tmp); \ |
32669 | 180 | tmp = fieldname(insn, 5, 5); \ |
32670 | 180 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32671 | 180 | tmp = fieldname(insn, 16, 5); \ |
32672 | 180 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32673 | 180 | return S; \ |
32674 | 180 | case 408: \ |
32675 | 127 | tmp = fieldname(insn, 5, 5); \ |
32676 | 127 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32677 | 127 | tmp = fieldname(insn, 0, 5); \ |
32678 | 127 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32679 | 127 | tmp = fieldname(insn, 0, 5); \ |
32680 | 127 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32681 | 127 | tmp = 0x0; \ |
32682 | 127 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32683 | 127 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32684 | 127 | MCOperand_CreateImm0(MI, tmp); \ |
32685 | 127 | tmp = fieldname(insn, 5, 5); \ |
32686 | 127 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32687 | 127 | tmp = fieldname(insn, 16, 5); \ |
32688 | 127 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32689 | 127 | return S; \ |
32690 | 251 | case 409: \ |
32691 | 251 | tmp = fieldname(insn, 5, 5); \ |
32692 | 251 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32693 | 251 | tmp = fieldname(insn, 0, 5); \ |
32694 | 251 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32695 | 251 | tmp = fieldname(insn, 0, 5); \ |
32696 | 251 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32697 | 251 | tmp = 0x0; \ |
32698 | 251 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32699 | 251 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32700 | 251 | MCOperand_CreateImm0(MI, tmp); \ |
32701 | 251 | tmp = fieldname(insn, 5, 5); \ |
32702 | 251 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32703 | 251 | tmp = fieldname(insn, 16, 5); \ |
32704 | 251 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32705 | 251 | return S; \ |
32706 | 251 | case 410: \ |
32707 | 249 | tmp = fieldname(insn, 5, 5); \ |
32708 | 249 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32709 | 249 | tmp = fieldname(insn, 0, 5); \ |
32710 | 249 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32711 | 249 | tmp = fieldname(insn, 0, 5); \ |
32712 | 249 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32713 | 249 | tmp = fieldname(insn, 30, 1); \ |
32714 | 249 | MCOperand_CreateImm0(MI, tmp); \ |
32715 | 249 | tmp = fieldname(insn, 5, 5); \ |
32716 | 249 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32717 | 249 | tmp = fieldname(insn, 16, 5); \ |
32718 | 249 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32719 | 249 | return S; \ |
32720 | 249 | case 411: \ |
32721 | 27 | tmp = fieldname(insn, 5, 5); \ |
32722 | 27 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32723 | 27 | tmp = fieldname(insn, 0, 5); \ |
32724 | 27 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32725 | 27 | tmp = fieldname(insn, 0, 5); \ |
32726 | 27 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32727 | 27 | tmp = fieldname(insn, 30, 1); \ |
32728 | 27 | MCOperand_CreateImm0(MI, tmp); \ |
32729 | 27 | tmp = fieldname(insn, 5, 5); \ |
32730 | 27 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32731 | 27 | tmp = fieldname(insn, 16, 5); \ |
32732 | 27 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32733 | 27 | return S; \ |
32734 | 81 | case 412: \ |
32735 | 81 | tmp = fieldname(insn, 5, 5); \ |
32736 | 81 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32737 | 81 | tmp = fieldname(insn, 0, 5); \ |
32738 | 81 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32739 | 81 | tmp = fieldname(insn, 0, 5); \ |
32740 | 81 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32741 | 81 | tmp = 0x0; \ |
32742 | 81 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32743 | 81 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32744 | 81 | MCOperand_CreateImm0(MI, tmp); \ |
32745 | 81 | tmp = fieldname(insn, 5, 5); \ |
32746 | 81 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32747 | 81 | tmp = fieldname(insn, 16, 5); \ |
32748 | 81 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32749 | 81 | return S; \ |
32750 | 81 | case 413: \ |
32751 | 28 | tmp = fieldname(insn, 5, 5); \ |
32752 | 28 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32753 | 28 | tmp = fieldname(insn, 0, 5); \ |
32754 | 28 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32755 | 28 | tmp = fieldname(insn, 0, 5); \ |
32756 | 28 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32757 | 28 | tmp = 0x0; \ |
32758 | 28 | tmp |= fieldname(insn, 12, 1) << 0; \ |
32759 | 28 | tmp |= fieldname(insn, 30, 1) << 1; \ |
32760 | 28 | MCOperand_CreateImm0(MI, tmp); \ |
32761 | 28 | tmp = fieldname(insn, 5, 5); \ |
32762 | 28 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32763 | 28 | tmp = fieldname(insn, 16, 5); \ |
32764 | 28 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32765 | 28 | return S; \ |
32766 | 611 | case 414: \ |
32767 | 611 | tmp = fieldname(insn, 5, 5); \ |
32768 | 611 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32769 | 611 | tmp = fieldname(insn, 0, 5); \ |
32770 | 611 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32771 | 611 | tmp = fieldname(insn, 0, 5); \ |
32772 | 611 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32773 | 611 | tmp = fieldname(insn, 30, 1); \ |
32774 | 611 | MCOperand_CreateImm0(MI, tmp); \ |
32775 | 611 | tmp = fieldname(insn, 5, 5); \ |
32776 | 611 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32777 | 611 | tmp = fieldname(insn, 16, 5); \ |
32778 | 611 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32779 | 611 | return S; \ |
32780 | 611 | case 415: \ |
32781 | 5 | tmp = fieldname(insn, 5, 5); \ |
32782 | 5 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32783 | 5 | tmp = fieldname(insn, 0, 5); \ |
32784 | 5 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32785 | 5 | tmp = fieldname(insn, 0, 5); \ |
32786 | 5 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32787 | 5 | tmp = fieldname(insn, 30, 1); \ |
32788 | 5 | MCOperand_CreateImm0(MI, tmp); \ |
32789 | 5 | tmp = fieldname(insn, 5, 5); \ |
32790 | 5 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32791 | 5 | tmp = fieldname(insn, 16, 5); \ |
32792 | 5 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32793 | 5 | return S; \ |
32794 | 19 | case 416: \ |
32795 | 19 | tmp = fieldname(insn, 0, 5); \ |
32796 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32797 | 19 | tmp = fieldname(insn, 5, 5); \ |
32798 | 19 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32799 | 19 | tmp = fieldname(insn, 16, 5); \ |
32800 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32801 | 19 | return S; \ |
32802 | 146 | case 417: \ |
32803 | 146 | tmp = fieldname(insn, 0, 5); \ |
32804 | 146 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32805 | 146 | tmp = fieldname(insn, 5, 5); \ |
32806 | 146 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32807 | 146 | tmp = fieldname(insn, 16, 5); \ |
32808 | 146 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32809 | 146 | return S; \ |
32810 | 329 | case 418: \ |
32811 | 329 | tmp = fieldname(insn, 0, 5); \ |
32812 | 329 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32813 | 329 | tmp = fieldname(insn, 5, 5); \ |
32814 | 329 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32815 | 329 | tmp = fieldname(insn, 19, 2); \ |
32816 | 329 | MCOperand_CreateImm0(MI, tmp); \ |
32817 | 329 | return S; \ |
32818 | 329 | case 419: \ |
32819 | 49 | tmp = fieldname(insn, 0, 5); \ |
32820 | 49 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32821 | 49 | tmp = fieldname(insn, 5, 5); \ |
32822 | 49 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32823 | 49 | tmp = fieldname(insn, 18, 3); \ |
32824 | 49 | MCOperand_CreateImm0(MI, tmp); \ |
32825 | 49 | return S; \ |
32826 | 72 | case 420: \ |
32827 | 72 | tmp = fieldname(insn, 0, 5); \ |
32828 | 72 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32829 | 72 | tmp = fieldname(insn, 5, 5); \ |
32830 | 72 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32831 | 72 | tmp = fieldname(insn, 17, 4); \ |
32832 | 72 | MCOperand_CreateImm0(MI, tmp); \ |
32833 | 72 | return S; \ |
32834 | 666 | case 421: \ |
32835 | 666 | tmp = fieldname(insn, 0, 5); \ |
32836 | 666 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32837 | 666 | tmp = fieldname(insn, 5, 5); \ |
32838 | 666 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32839 | 666 | tmp = fieldname(insn, 16, 5); \ |
32840 | 666 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32841 | 666 | return S; \ |
32842 | 4.07k | case 422: \ |
32843 | 4.07k | tmp = fieldname(insn, 0, 5); \ |
32844 | 4.07k | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32845 | 4.07k | tmp = fieldname(insn, 5, 5); \ |
32846 | 4.07k | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32847 | 4.07k | return S; \ |
32848 | 4.07k | case 423: \ |
32849 | 342 | tmp = fieldname(insn, 0, 5); \ |
32850 | 342 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32851 | 342 | tmp = fieldname(insn, 5, 5); \ |
32852 | 342 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32853 | 342 | return S; \ |
32854 | 342 | case 424: \ |
32855 | 18 | tmp = fieldname(insn, 0, 5); \ |
32856 | 18 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32857 | 18 | tmp = fieldname(insn, 0, 5); \ |
32858 | 18 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32859 | 18 | tmp = fieldname(insn, 5, 5); \ |
32860 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32861 | 18 | tmp = fieldname(insn, 16, 5); \ |
32862 | 18 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32863 | 18 | return S; \ |
32864 | 43 | case 425: \ |
32865 | 43 | tmp = fieldname(insn, 0, 5); \ |
32866 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32867 | 43 | tmp = fieldname(insn, 5, 5); \ |
32868 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32869 | 43 | tmp = fieldname(insn, 16, 5); \ |
32870 | 43 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32871 | 43 | return S; \ |
32872 | 310 | case 426: \ |
32873 | 310 | tmp = fieldname(insn, 0, 5); \ |
32874 | 310 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32875 | 310 | tmp = fieldname(insn, 5, 5); \ |
32876 | 310 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32877 | 310 | tmp = fieldname(insn, 16, 5); \ |
32878 | 310 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32879 | 310 | return S; \ |
32880 | 310 | case 427: \ |
32881 | 285 | tmp = fieldname(insn, 0, 5); \ |
32882 | 285 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32883 | 285 | tmp = fieldname(insn, 5, 5); \ |
32884 | 285 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32885 | 285 | return S; \ |
32886 | 285 | case 428: \ |
32887 | 79 | tmp = fieldname(insn, 0, 5); \ |
32888 | 79 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32889 | 79 | tmp = fieldname(insn, 5, 5); \ |
32890 | 79 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32891 | 79 | return S; \ |
32892 | 79 | case 429: \ |
32893 | 15 | tmp = fieldname(insn, 0, 5); \ |
32894 | 15 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32895 | 15 | tmp = fieldname(insn, 5, 5); \ |
32896 | 15 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32897 | 15 | tmp = fieldname(insn, 18, 3); \ |
32898 | 15 | MCOperand_CreateImm0(MI, tmp); \ |
32899 | 15 | return S; \ |
32900 | 17 | case 430: \ |
32901 | 17 | tmp = fieldname(insn, 0, 5); \ |
32902 | 17 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32903 | 17 | tmp = fieldname(insn, 5, 5); \ |
32904 | 17 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32905 | 17 | tmp = fieldname(insn, 17, 4); \ |
32906 | 17 | MCOperand_CreateImm0(MI, tmp); \ |
32907 | 17 | return S; \ |
32908 | 77 | case 431: \ |
32909 | 77 | tmp = fieldname(insn, 0, 5); \ |
32910 | 77 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32911 | 77 | tmp = fieldname(insn, 0, 5); \ |
32912 | 77 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32913 | 77 | tmp = fieldname(insn, 5, 5); \ |
32914 | 77 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32915 | 77 | tmp = fieldname(insn, 16, 5); \ |
32916 | 77 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32917 | 77 | return S; \ |
32918 | 153 | case 432: \ |
32919 | 153 | tmp = fieldname(insn, 0, 5); \ |
32920 | 153 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32921 | 153 | tmp = fieldname(insn, 0, 5); \ |
32922 | 153 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32923 | 153 | tmp = fieldname(insn, 5, 5); \ |
32924 | 153 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32925 | 153 | return S; \ |
32926 | 153 | case 433: \ |
32927 | 107 | tmp = fieldname(insn, 0, 5); \ |
32928 | 107 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32929 | 107 | tmp = fieldname(insn, 5, 5); \ |
32930 | 107 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32931 | 107 | return S; \ |
32932 | 107 | case 434: \ |
32933 | 82 | tmp = fieldname(insn, 0, 5); \ |
32934 | 82 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32935 | 82 | tmp = fieldname(insn, 5, 5); \ |
32936 | 82 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32937 | 82 | tmp = fieldname(insn, 19, 2); \ |
32938 | 82 | MCOperand_CreateImm0(MI, tmp); \ |
32939 | 82 | return S; \ |
32940 | 82 | case 435: \ |
32941 | 74 | tmp = fieldname(insn, 0, 5); \ |
32942 | 74 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32943 | 74 | tmp = fieldname(insn, 5, 5); \ |
32944 | 74 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32945 | 74 | tmp = fieldname(insn, 16, 5); \ |
32946 | 74 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32947 | 74 | return S; \ |
32948 | 74 | case 436: \ |
32949 | 8 | tmp = fieldname(insn, 0, 5); \ |
32950 | 8 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32951 | 8 | tmp = fieldname(insn, 5, 5); \ |
32952 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32953 | 8 | tmp = fieldname(insn, 16, 5); \ |
32954 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32955 | 8 | return S; \ |
32956 | 292 | case 437: \ |
32957 | 292 | tmp = fieldname(insn, 0, 5); \ |
32958 | 292 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32959 | 292 | tmp = fieldname(insn, 0, 5); \ |
32960 | 292 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32961 | 292 | tmp = fieldname(insn, 5, 5); \ |
32962 | 292 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32963 | 292 | tmp = fieldname(insn, 16, 5); \ |
32964 | 292 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32965 | 292 | return S; \ |
32966 | 292 | case 438: \ |
32967 | 283 | tmp = fieldname(insn, 0, 5); \ |
32968 | 283 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32969 | 283 | tmp = fieldname(insn, 0, 5); \ |
32970 | 283 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32971 | 283 | tmp = fieldname(insn, 5, 5); \ |
32972 | 283 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32973 | 283 | tmp = fieldname(insn, 16, 5); \ |
32974 | 283 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32975 | 283 | return S; \ |
32976 | 283 | case 439: \ |
32977 | 29 | tmp = fieldname(insn, 0, 5); \ |
32978 | 29 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32979 | 29 | tmp = fieldname(insn, 5, 5); \ |
32980 | 29 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32981 | 29 | tmp = fieldname(insn, 16, 5); \ |
32982 | 29 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32983 | 29 | return S; \ |
32984 | 37 | case 440: \ |
32985 | 37 | tmp = fieldname(insn, 0, 5); \ |
32986 | 37 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32987 | 37 | tmp = fieldname(insn, 0, 5); \ |
32988 | 37 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32989 | 37 | tmp = fieldname(insn, 5, 5); \ |
32990 | 37 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32991 | 37 | tmp = fieldname(insn, 16, 5); \ |
32992 | 37 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32993 | 37 | return S; \ |
32994 | 175 | case 441: \ |
32995 | 175 | tmp = fieldname(insn, 0, 5); \ |
32996 | 175 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32997 | 175 | tmp = fieldname(insn, 5, 5); \ |
32998 | 175 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
32999 | 175 | return S; \ |
33000 | 186 | case 442: \ |
33001 | 186 | tmp = fieldname(insn, 0, 5); \ |
33002 | 186 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33003 | 186 | tmp = fieldname(insn, 0, 5); \ |
33004 | 186 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33005 | 186 | tmp = fieldname(insn, 5, 5); \ |
33006 | 186 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33007 | 186 | tmp = fieldname(insn, 16, 5); \ |
33008 | 186 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33009 | 186 | return S; \ |
33010 | 186 | case 443: \ |
33011 | 10 | tmp = fieldname(insn, 0, 5); \ |
33012 | 10 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33013 | 10 | tmp = fieldname(insn, 5, 5); \ |
33014 | 10 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33015 | 10 | return S; \ |
33016 | 831 | case 444: \ |
33017 | 831 | tmp = fieldname(insn, 0, 5); \ |
33018 | 831 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33019 | 831 | tmp = fieldname(insn, 0, 5); \ |
33020 | 831 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33021 | 831 | tmp = fieldname(insn, 5, 5); \ |
33022 | 831 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33023 | 831 | tmp = fieldname(insn, 16, 5); \ |
33024 | 831 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33025 | 831 | return S; \ |
33026 | 831 | case 445: \ |
33027 | 83 | tmp = fieldname(insn, 0, 5); \ |
33028 | 83 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33029 | 83 | tmp = fieldname(insn, 5, 5); \ |
33030 | 83 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33031 | 83 | tmp = fieldname(insn, 16, 5); \ |
33032 | 83 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33033 | 83 | tmp = fieldname(insn, 11, 3); \ |
33034 | 83 | MCOperand_CreateImm0(MI, tmp); \ |
33035 | 83 | return S; \ |
33036 | 1.52k | case 446: \ |
33037 | 1.52k | tmp = fieldname(insn, 0, 5); \ |
33038 | 1.52k | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33039 | 1.52k | tmp = fieldname(insn, 5, 5); \ |
33040 | 1.52k | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33041 | 1.52k | tmp = fieldname(insn, 16, 5); \ |
33042 | 1.52k | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33043 | 1.52k | return S; \ |
33044 | 1.52k | case 447: \ |
33045 | 18 | tmp = fieldname(insn, 0, 5); \ |
33046 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33047 | 18 | tmp = fieldname(insn, 5, 5); \ |
33048 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33049 | 18 | tmp = fieldname(insn, 20, 1); \ |
33050 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
33051 | 18 | return S; \ |
33052 | 76 | case 448: \ |
33053 | 76 | tmp = fieldname(insn, 0, 5); \ |
33054 | 76 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33055 | 76 | tmp = fieldname(insn, 5, 5); \ |
33056 | 76 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33057 | 76 | tmp = fieldname(insn, 19, 2); \ |
33058 | 76 | MCOperand_CreateImm0(MI, tmp); \ |
33059 | 76 | return S; \ |
33060 | 347 | case 449: \ |
33061 | 347 | tmp = fieldname(insn, 0, 5); \ |
33062 | 347 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33063 | 347 | tmp = fieldname(insn, 5, 5); \ |
33064 | 347 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33065 | 347 | tmp = fieldname(insn, 18, 3); \ |
33066 | 347 | MCOperand_CreateImm0(MI, tmp); \ |
33067 | 347 | return S; \ |
33068 | 347 | case 450: \ |
33069 | 33 | tmp = fieldname(insn, 0, 5); \ |
33070 | 33 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33071 | 33 | tmp = fieldname(insn, 5, 5); \ |
33072 | 33 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33073 | 33 | tmp = fieldname(insn, 17, 4); \ |
33074 | 33 | MCOperand_CreateImm0(MI, tmp); \ |
33075 | 33 | return S; \ |
33076 | 4.20k | case 451: \ |
33077 | 4.20k | tmp = fieldname(insn, 0, 5); \ |
33078 | 4.20k | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33079 | 4.20k | tmp = fieldname(insn, 5, 5); \ |
33080 | 4.20k | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33081 | 4.20k | return S; \ |
33082 | 4.20k | case 452: \ |
33083 | 14 | tmp = fieldname(insn, 0, 5); \ |
33084 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33085 | 14 | tmp = fieldname(insn, 5, 5); \ |
33086 | 14 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33087 | 14 | return S; \ |
33088 | 97 | case 453: \ |
33089 | 97 | tmp = fieldname(insn, 0, 5); \ |
33090 | 97 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33091 | 97 | tmp = fieldname(insn, 5, 5); \ |
33092 | 97 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33093 | 97 | return S; \ |
33094 | 97 | case 454: \ |
33095 | 5 | tmp = fieldname(insn, 0, 5); \ |
33096 | 5 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33097 | 5 | tmp = fieldname(insn, 0, 5); \ |
33098 | 5 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33099 | 5 | tmp = fieldname(insn, 20, 1); \ |
33100 | 5 | MCOperand_CreateImm0(MI, tmp); \ |
33101 | 5 | tmp = fieldname(insn, 5, 5); \ |
33102 | 5 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33103 | 5 | return S; \ |
33104 | 73 | case 455: \ |
33105 | 73 | tmp = fieldname(insn, 0, 5); \ |
33106 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33107 | 73 | tmp = fieldname(insn, 0, 5); \ |
33108 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33109 | 73 | tmp = fieldname(insn, 19, 2); \ |
33110 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
33111 | 73 | tmp = fieldname(insn, 5, 5); \ |
33112 | 73 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33113 | 73 | return S; \ |
33114 | 79 | case 456: \ |
33115 | 79 | tmp = fieldname(insn, 0, 5); \ |
33116 | 79 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33117 | 79 | tmp = fieldname(insn, 0, 5); \ |
33118 | 79 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33119 | 79 | tmp = fieldname(insn, 18, 3); \ |
33120 | 79 | MCOperand_CreateImm0(MI, tmp); \ |
33121 | 79 | tmp = fieldname(insn, 5, 5); \ |
33122 | 79 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33123 | 79 | return S; \ |
33124 | 79 | case 457: \ |
33125 | 25 | tmp = fieldname(insn, 0, 5); \ |
33126 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33127 | 25 | tmp = fieldname(insn, 0, 5); \ |
33128 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33129 | 25 | tmp = fieldname(insn, 17, 4); \ |
33130 | 25 | MCOperand_CreateImm0(MI, tmp); \ |
33131 | 25 | tmp = fieldname(insn, 5, 5); \ |
33132 | 25 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33133 | 25 | return S; \ |
33134 | 138 | case 458: \ |
33135 | 138 | tmp = fieldname(insn, 0, 5); \ |
33136 | 138 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33137 | 138 | tmp = fieldname(insn, 5, 5); \ |
33138 | 138 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33139 | 138 | tmp = fieldname(insn, 16, 5); \ |
33140 | 138 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33141 | 138 | return S; \ |
33142 | 138 | case 459: \ |
33143 | 38 | tmp = fieldname(insn, 0, 5); \ |
33144 | 38 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33145 | 38 | tmp = fieldname(insn, 5, 5); \ |
33146 | 38 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33147 | 38 | return S; \ |
33148 | 92 | case 460: \ |
33149 | 92 | tmp = fieldname(insn, 0, 5); \ |
33150 | 92 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33151 | 92 | tmp = fieldname(insn, 5, 5); \ |
33152 | 92 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33153 | 92 | tmp = fieldname(insn, 19, 2); \ |
33154 | 92 | MCOperand_CreateImm0(MI, tmp); \ |
33155 | 92 | return S; \ |
33156 | 92 | case 461: \ |
33157 | 30 | tmp = fieldname(insn, 0, 5); \ |
33158 | 30 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33159 | 30 | tmp = fieldname(insn, 5, 5); \ |
33160 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33161 | 30 | tmp = fieldname(insn, 18, 3); \ |
33162 | 30 | MCOperand_CreateImm0(MI, tmp); \ |
33163 | 30 | return S; \ |
33164 | 30 | case 462: \ |
33165 | 23 | tmp = fieldname(insn, 0, 5); \ |
33166 | 23 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33167 | 23 | tmp = fieldname(insn, 5, 5); \ |
33168 | 23 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33169 | 23 | tmp = fieldname(insn, 17, 4); \ |
33170 | 23 | MCOperand_CreateImm0(MI, tmp); \ |
33171 | 23 | return S; \ |
33172 | 73 | case 463: \ |
33173 | 73 | tmp = fieldname(insn, 0, 5); \ |
33174 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33175 | 73 | tmp = fieldname(insn, 0, 5); \ |
33176 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33177 | 73 | tmp = fieldname(insn, 5, 5); \ |
33178 | 73 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33179 | 73 | tmp = fieldname(insn, 16, 5); \ |
33180 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33181 | 73 | return S; \ |
33182 | 235 | case 464: \ |
33183 | 235 | tmp = fieldname(insn, 0, 5); \ |
33184 | 235 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33185 | 235 | tmp = fieldname(insn, 5, 5); \ |
33186 | 235 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33187 | 235 | return S; \ |
33188 | 235 | case 465: \ |
33189 | 31 | tmp = fieldname(insn, 0, 5); \ |
33190 | 31 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33191 | 31 | tmp = fieldname(insn, 5, 5); \ |
33192 | 31 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33193 | 31 | tmp = fieldname(insn, 20, 1); \ |
33194 | 31 | MCOperand_CreateImm0(MI, tmp); \ |
33195 | 31 | return S; \ |
33196 | 281 | case 466: \ |
33197 | 281 | tmp = fieldname(insn, 0, 5); \ |
33198 | 281 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33199 | 281 | tmp = fieldname(insn, 5, 5); \ |
33200 | 281 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33201 | 281 | tmp = fieldname(insn, 16, 5); \ |
33202 | 281 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33203 | 281 | return S; \ |
33204 | 281 | case 467: \ |
33205 | 22 | tmp = fieldname(insn, 0, 5); \ |
33206 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33207 | 22 | tmp = fieldname(insn, 0, 5); \ |
33208 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33209 | 22 | tmp = fieldname(insn, 5, 5); \ |
33210 | 22 | if (!Check(&S, DecodeQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33211 | 22 | tmp = fieldname(insn, 16, 5); \ |
33212 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33213 | 22 | return S; \ |
33214 | 269 | case 468: \ |
33215 | 269 | tmp = fieldname(insn, 0, 5); \ |
33216 | 269 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33217 | 269 | tmp = fieldname(insn, 5, 5); \ |
33218 | 269 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33219 | 269 | tmp = fieldname(insn, 16, 5); \ |
33220 | 269 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33221 | 269 | return S; \ |
33222 | 269 | case 469: \ |
33223 | 37 | tmp = fieldname(insn, 0, 5); \ |
33224 | 37 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33225 | 37 | tmp = fieldname(insn, 0, 5); \ |
33226 | 37 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33227 | 37 | tmp = fieldname(insn, 5, 5); \ |
33228 | 37 | if (!Check(&S, DecodeQQQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33229 | 37 | tmp = fieldname(insn, 16, 5); \ |
33230 | 37 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33231 | 37 | return S; \ |
33232 | 37 | case 470: \ |
33233 | 16 | tmp = fieldname(insn, 0, 5); \ |
33234 | 16 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33235 | 16 | tmp = fieldname(insn, 5, 5); \ |
33236 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33237 | 16 | return S; \ |
33238 | 93 | case 471: \ |
33239 | 93 | tmp = fieldname(insn, 0, 5); \ |
33240 | 93 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33241 | 93 | tmp = fieldname(insn, 5, 5); \ |
33242 | 93 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33243 | 93 | tmp = fieldname(insn, 16, 5); \ |
33244 | 93 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33245 | 93 | tmp = fieldname(insn, 11, 4); \ |
33246 | 93 | MCOperand_CreateImm0(MI, tmp); \ |
33247 | 93 | return S; \ |
33248 | 93 | case 472: \ |
33249 | 38 | tmp = fieldname(insn, 0, 5); \ |
33250 | 38 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33251 | 38 | tmp = fieldname(insn, 5, 5); \ |
33252 | 38 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33253 | 38 | return S; \ |
33254 | 89 | case 473: \ |
33255 | 89 | tmp = fieldname(insn, 0, 5); \ |
33256 | 89 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33257 | 89 | tmp = fieldname(insn, 0, 5); \ |
33258 | 89 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33259 | 89 | tmp = fieldname(insn, 20, 1); \ |
33260 | 89 | MCOperand_CreateImm0(MI, tmp); \ |
33261 | 89 | tmp = fieldname(insn, 5, 5); \ |
33262 | 89 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33263 | 89 | tmp = fieldname(insn, 14, 1); \ |
33264 | 89 | MCOperand_CreateImm0(MI, tmp); \ |
33265 | 89 | return S; \ |
33266 | 139 | case 474: \ |
33267 | 139 | tmp = fieldname(insn, 0, 5); \ |
33268 | 139 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33269 | 139 | tmp = fieldname(insn, 0, 5); \ |
33270 | 139 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33271 | 139 | tmp = fieldname(insn, 19, 2); \ |
33272 | 139 | MCOperand_CreateImm0(MI, tmp); \ |
33273 | 139 | tmp = fieldname(insn, 5, 5); \ |
33274 | 139 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33275 | 139 | tmp = fieldname(insn, 13, 2); \ |
33276 | 139 | MCOperand_CreateImm0(MI, tmp); \ |
33277 | 139 | return S; \ |
33278 | 223 | case 475: \ |
33279 | 223 | tmp = fieldname(insn, 0, 5); \ |
33280 | 223 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33281 | 223 | tmp = fieldname(insn, 0, 5); \ |
33282 | 223 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33283 | 223 | tmp = fieldname(insn, 18, 3); \ |
33284 | 223 | MCOperand_CreateImm0(MI, tmp); \ |
33285 | 223 | tmp = fieldname(insn, 5, 5); \ |
33286 | 223 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33287 | 223 | tmp = fieldname(insn, 12, 3); \ |
33288 | 223 | MCOperand_CreateImm0(MI, tmp); \ |
33289 | 223 | return S; \ |
33290 | 223 | case 476: \ |
33291 | 16 | tmp = fieldname(insn, 0, 5); \ |
33292 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33293 | 16 | tmp = fieldname(insn, 0, 5); \ |
33294 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33295 | 16 | tmp = fieldname(insn, 17, 4); \ |
33296 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
33297 | 16 | tmp = fieldname(insn, 5, 5); \ |
33298 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33299 | 16 | tmp = fieldname(insn, 11, 4); \ |
33300 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
33301 | 16 | return S; \ |
33302 | 204 | case 477: \ |
33303 | 204 | tmp = fieldname(insn, 0, 5); \ |
33304 | 204 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33305 | 204 | tmp = fieldname(insn, 5, 5); \ |
33306 | 204 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33307 | 204 | tmp = fieldname(insn, 16, 5); \ |
33308 | 204 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33309 | 204 | tmp = fieldname(insn, 10, 5); \ |
33310 | 204 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33311 | 204 | return S; \ |
33312 | 204 | case 478: \ |
33313 | 14 | tmp = fieldname(insn, 0, 5); \ |
33314 | 14 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33315 | 14 | tmp = fieldname(insn, 5, 5); \ |
33316 | 14 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33317 | 14 | return S; \ |
33318 | 42 | case 479: \ |
33319 | 42 | tmp = fieldname(insn, 0, 5); \ |
33320 | 42 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33321 | 42 | tmp = fieldname(insn, 0, 5); \ |
33322 | 42 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33323 | 42 | tmp = fieldname(insn, 5, 5); \ |
33324 | 42 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33325 | 42 | tmp = fieldname(insn, 16, 5); \ |
33326 | 42 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33327 | 42 | tmp = fieldname(insn, 11, 2); \ |
33328 | 42 | MCOperand_CreateImm0(MI, tmp); \ |
33329 | 42 | return S; \ |
33330 | 42 | case 480: \ |
33331 | 7 | tmp = fieldname(insn, 0, 5); \ |
33332 | 7 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33333 | 7 | tmp = fieldname(insn, 5, 5); \ |
33334 | 7 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33335 | 7 | tmp = fieldname(insn, 16, 5); \ |
33336 | 7 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33337 | 7 | tmp = fieldname(insn, 12, 1); \ |
33338 | 7 | MCOperand_CreateImm0(MI, tmp); \ |
33339 | 7 | return S; \ |
33340 | 14 | case 481: \ |
33341 | 14 | tmp = fieldname(insn, 0, 5); \ |
33342 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33343 | 14 | tmp = fieldname(insn, 5, 5); \ |
33344 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33345 | 14 | tmp = fieldname(insn, 16, 5); \ |
33346 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33347 | 14 | tmp = fieldname(insn, 14, 1); \ |
33348 | 14 | MCOperand_CreateImm0(MI, tmp); \ |
33349 | 14 | return S; \ |
33350 | 67 | case 482: \ |
33351 | 67 | tmp = fieldname(insn, 0, 5); \ |
33352 | 67 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33353 | 67 | tmp = fieldname(insn, 5, 5); \ |
33354 | 67 | if (!Check(&S, DecodeQQRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33355 | 67 | tmp = fieldname(insn, 16, 5); \ |
33356 | 67 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33357 | 67 | tmp = fieldname(insn, 13, 2); \ |
33358 | 67 | MCOperand_CreateImm0(MI, tmp); \ |
33359 | 67 | return S; \ |
33360 | 166 | case 483: \ |
33361 | 166 | tmp = fieldname(insn, 0, 5); \ |
33362 | 166 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33363 | 166 | tmp = fieldname(insn, 0, 5); \ |
33364 | 166 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33365 | 166 | tmp = fieldname(insn, 5, 5); \ |
33366 | 166 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33367 | 166 | tmp = fieldname(insn, 16, 5); \ |
33368 | 166 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33369 | 166 | tmp = fieldname(insn, 11, 2); \ |
33370 | 166 | MCOperand_CreateImm0(MI, tmp); \ |
33371 | 166 | return S; \ |
33372 | 166 | case 484: \ |
33373 | 107 | tmp = fieldname(insn, 0, 5); \ |
33374 | 107 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33375 | 107 | tmp = fieldname(insn, 5, 5); \ |
33376 | 107 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33377 | 107 | tmp = fieldname(insn, 16, 5); \ |
33378 | 107 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33379 | 107 | tmp = fieldname(insn, 12, 1); \ |
33380 | 107 | MCOperand_CreateImm0(MI, tmp); \ |
33381 | 107 | return S; \ |
33382 | 107 | case 485: \ |
33383 | 14 | tmp = fieldname(insn, 0, 5); \ |
33384 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33385 | 14 | tmp = fieldname(insn, 0, 5); \ |
33386 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33387 | 14 | tmp = fieldname(insn, 5, 5); \ |
33388 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33389 | 14 | tmp = fieldname(insn, 16, 5); \ |
33390 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33391 | 14 | tmp = fieldname(insn, 12, 2); \ |
33392 | 14 | MCOperand_CreateImm0(MI, tmp); \ |
33393 | 14 | return S; \ |
33394 | 96 | case 486: \ |
33395 | 96 | tmp = fieldname(insn, 0, 5); \ |
33396 | 96 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33397 | 96 | tmp = fieldname(insn, 5, 5); \ |
33398 | 96 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33399 | 96 | tmp = fieldname(insn, 16, 5); \ |
33400 | 96 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33401 | 96 | tmp = fieldname(insn, 13, 2); \ |
33402 | 96 | MCOperand_CreateImm0(MI, tmp); \ |
33403 | 96 | return S; \ |
33404 | 96 | case 487: \ |
33405 | 94 | tmp = fieldname(insn, 0, 5); \ |
33406 | 94 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33407 | 94 | tmp = fieldname(insn, 5, 5); \ |
33408 | 94 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33409 | 94 | tmp = fieldname(insn, 16, 5); \ |
33410 | 94 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33411 | 94 | tmp = fieldname(insn, 10, 6); \ |
33412 | 94 | MCOperand_CreateImm0(MI, tmp); \ |
33413 | 94 | return S; \ |
33414 | 94 | case 488: \ |
33415 | 8 | tmp = fieldname(insn, 0, 5); \ |
33416 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33417 | 8 | tmp = fieldname(insn, 5, 5); \ |
33418 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33419 | 8 | tmp = fieldname(insn, 16, 5); \ |
33420 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33421 | 8 | tmp = fieldname(insn, 12, 3); \ |
33422 | 8 | MCOperand_CreateImm0(MI, tmp); \ |
33423 | 8 | return S; \ |
33424 | 629 | case 489: \ |
33425 | 629 | tmp = fieldname(insn, 0, 5); \ |
33426 | 629 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33427 | 629 | tmp = fieldname(insn, 0, 5); \ |
33428 | 629 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33429 | 629 | tmp = fieldname(insn, 5, 5); \ |
33430 | 629 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33431 | 629 | tmp = fieldname(insn, 16, 5); \ |
33432 | 629 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33433 | 629 | tmp = 0x0; \ |
33434 | 629 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33435 | 629 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33436 | 629 | MCOperand_CreateImm0(MI, tmp); \ |
33437 | 629 | return S; \ |
33438 | 629 | case 490: \ |
33439 | 189 | tmp = fieldname(insn, 0, 5); \ |
33440 | 189 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33441 | 189 | tmp = fieldname(insn, 0, 5); \ |
33442 | 189 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33443 | 189 | tmp = fieldname(insn, 5, 5); \ |
33444 | 189 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33445 | 189 | tmp = fieldname(insn, 16, 4); \ |
33446 | 189 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33447 | 189 | tmp = 0x0; \ |
33448 | 189 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33449 | 189 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33450 | 189 | MCOperand_CreateImm0(MI, tmp); \ |
33451 | 189 | return S; \ |
33452 | 308 | case 491: \ |
33453 | 308 | tmp = fieldname(insn, 0, 5); \ |
33454 | 308 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33455 | 308 | tmp = fieldname(insn, 5, 5); \ |
33456 | 308 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33457 | 308 | tmp = fieldname(insn, 16, 4); \ |
33458 | 308 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33459 | 308 | tmp = 0x0; \ |
33460 | 308 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33461 | 308 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33462 | 308 | MCOperand_CreateImm0(MI, tmp); \ |
33463 | 308 | return S; \ |
33464 | 2.69k | case 492: \ |
33465 | 2.69k | if (!Check(&S, DecodeModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33466 | 2.69k | return S; \ |
33467 | 2.69k | case 493: \ |
33468 | 403 | tmp = fieldname(insn, 0, 5); \ |
33469 | 403 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33470 | 403 | tmp = fieldname(insn, 5, 5); \ |
33471 | 403 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33472 | 403 | tmp = fieldname(insn, 16, 3); \ |
33473 | 403 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33474 | 403 | return S; \ |
33475 | 403 | case 494: \ |
33476 | 84 | tmp = fieldname(insn, 0, 5); \ |
33477 | 84 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33478 | 84 | tmp = fieldname(insn, 5, 5); \ |
33479 | 84 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33480 | 84 | tmp = fieldname(insn, 16, 4); \ |
33481 | 84 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33482 | 84 | return S; \ |
33483 | 144 | case 495: \ |
33484 | 144 | tmp = fieldname(insn, 0, 5); \ |
33485 | 144 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33486 | 144 | tmp = fieldname(insn, 5, 5); \ |
33487 | 144 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33488 | 144 | tmp = fieldname(insn, 16, 5); \ |
33489 | 144 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33490 | 144 | return S; \ |
33491 | 221 | case 496: \ |
33492 | 221 | if (!Check(&S, DecodeModImmTiedInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33493 | 221 | return S; \ |
33494 | 221 | case 497: \ |
33495 | 71 | tmp = fieldname(insn, 0, 5); \ |
33496 | 71 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33497 | 71 | tmp = fieldname(insn, 0, 5); \ |
33498 | 71 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33499 | 71 | tmp = fieldname(insn, 5, 5); \ |
33500 | 71 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33501 | 71 | tmp = fieldname(insn, 16, 3); \ |
33502 | 71 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33503 | 71 | return S; \ |
33504 | 71 | case 498: \ |
33505 | 19 | tmp = fieldname(insn, 0, 5); \ |
33506 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33507 | 19 | tmp = fieldname(insn, 5, 5); \ |
33508 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33509 | 19 | tmp = fieldname(insn, 16, 3); \ |
33510 | 19 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33511 | 19 | return S; \ |
33512 | 116 | case 499: \ |
33513 | 116 | tmp = fieldname(insn, 0, 5); \ |
33514 | 116 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33515 | 116 | tmp = fieldname(insn, 0, 5); \ |
33516 | 116 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33517 | 116 | tmp = fieldname(insn, 5, 5); \ |
33518 | 116 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33519 | 116 | tmp = fieldname(insn, 16, 4); \ |
33520 | 116 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33521 | 116 | return S; \ |
33522 | 116 | case 500: \ |
33523 | 116 | tmp = fieldname(insn, 0, 5); \ |
33524 | 116 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33525 | 116 | tmp = fieldname(insn, 5, 5); \ |
33526 | 116 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33527 | 116 | tmp = fieldname(insn, 16, 4); \ |
33528 | 116 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33529 | 116 | return S; \ |
33530 | 116 | case 501: \ |
33531 | 39 | tmp = fieldname(insn, 0, 5); \ |
33532 | 39 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33533 | 39 | tmp = fieldname(insn, 0, 5); \ |
33534 | 39 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33535 | 39 | tmp = fieldname(insn, 5, 5); \ |
33536 | 39 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33537 | 39 | tmp = fieldname(insn, 16, 5); \ |
33538 | 39 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33539 | 39 | return S; \ |
33540 | 368 | case 502: \ |
33541 | 368 | tmp = fieldname(insn, 0, 5); \ |
33542 | 368 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33543 | 368 | tmp = fieldname(insn, 5, 5); \ |
33544 | 368 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33545 | 368 | tmp = fieldname(insn, 16, 5); \ |
33546 | 368 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33547 | 368 | return S; \ |
33548 | 368 | case 503: \ |
33549 | 78 | tmp = fieldname(insn, 0, 5); \ |
33550 | 78 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33551 | 78 | tmp = fieldname(insn, 5, 5); \ |
33552 | 78 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33553 | 78 | tmp = fieldname(insn, 16, 3); \ |
33554 | 78 | if (!Check(&S, DecodeVecShiftR16ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33555 | 78 | return S; \ |
33556 | 157 | case 504: \ |
33557 | 157 | tmp = fieldname(insn, 0, 5); \ |
33558 | 157 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33559 | 157 | tmp = fieldname(insn, 5, 5); \ |
33560 | 157 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33561 | 157 | tmp = fieldname(insn, 16, 3); \ |
33562 | 157 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33563 | 157 | return S; \ |
33564 | 157 | case 505: \ |
33565 | 32 | tmp = fieldname(insn, 0, 5); \ |
33566 | 32 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33567 | 32 | tmp = fieldname(insn, 5, 5); \ |
33568 | 32 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33569 | 32 | tmp = fieldname(insn, 16, 4); \ |
33570 | 32 | if (!Check(&S, DecodeVecShiftR32ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33571 | 32 | return S; \ |
33572 | 38 | case 506: \ |
33573 | 38 | tmp = fieldname(insn, 0, 5); \ |
33574 | 38 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33575 | 38 | tmp = fieldname(insn, 5, 5); \ |
33576 | 38 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33577 | 38 | tmp = fieldname(insn, 16, 4); \ |
33578 | 38 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33579 | 38 | return S; \ |
33580 | 153 | case 507: \ |
33581 | 153 | tmp = fieldname(insn, 0, 5); \ |
33582 | 153 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33583 | 153 | tmp = fieldname(insn, 5, 5); \ |
33584 | 153 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33585 | 153 | tmp = fieldname(insn, 16, 5); \ |
33586 | 153 | if (!Check(&S, DecodeVecShiftR64ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33587 | 153 | return S; \ |
33588 | 153 | case 508: \ |
33589 | 128 | tmp = fieldname(insn, 0, 5); \ |
33590 | 128 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33591 | 128 | tmp = fieldname(insn, 5, 5); \ |
33592 | 128 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33593 | 128 | tmp = fieldname(insn, 16, 5); \ |
33594 | 128 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33595 | 128 | return S; \ |
33596 | 128 | case 509: \ |
33597 | 34 | tmp = fieldname(insn, 0, 5); \ |
33598 | 34 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33599 | 34 | tmp = fieldname(insn, 0, 5); \ |
33600 | 34 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33601 | 34 | tmp = fieldname(insn, 5, 5); \ |
33602 | 34 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33603 | 34 | tmp = fieldname(insn, 16, 3); \ |
33604 | 34 | if (!Check(&S, DecodeFPR128_0to7RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33605 | 34 | tmp = 0x0; \ |
33606 | 34 | tmp |= fieldname(insn, 11, 1) << 3; \ |
33607 | 34 | tmp |= fieldname(insn, 19, 3) << 0; \ |
33608 | 34 | MCOperand_CreateImm0(MI, tmp); \ |
33609 | 34 | return S; \ |
33610 | 34 | case 510: \ |
33611 | 29 | tmp = fieldname(insn, 0, 5); \ |
33612 | 29 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33613 | 29 | tmp = fieldname(insn, 0, 5); \ |
33614 | 29 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33615 | 29 | tmp = fieldname(insn, 5, 5); \ |
33616 | 29 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33617 | 29 | tmp = fieldname(insn, 16, 3); \ |
33618 | 29 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33619 | 29 | return S; \ |
33620 | 29 | case 511: \ |
33621 | 20 | tmp = fieldname(insn, 0, 5); \ |
33622 | 20 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33623 | 20 | tmp = fieldname(insn, 0, 5); \ |
33624 | 20 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33625 | 20 | tmp = fieldname(insn, 5, 5); \ |
33626 | 20 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33627 | 20 | tmp = fieldname(insn, 16, 4); \ |
33628 | 20 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33629 | 20 | return S; \ |
33630 | 87 | case 512: \ |
33631 | 87 | tmp = fieldname(insn, 0, 5); \ |
33632 | 87 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33633 | 87 | tmp = fieldname(insn, 0, 5); \ |
33634 | 87 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33635 | 87 | tmp = fieldname(insn, 5, 5); \ |
33636 | 87 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33637 | 87 | tmp = fieldname(insn, 16, 5); \ |
33638 | 87 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33639 | 87 | return S; \ |
33640 | 91 | case 513: \ |
33641 | 91 | tmp = fieldname(insn, 0, 5); \ |
33642 | 91 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33643 | 91 | tmp = fieldname(insn, 0, 5); \ |
33644 | 91 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33645 | 91 | tmp = fieldname(insn, 5, 5); \ |
33646 | 91 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33647 | 91 | tmp = fieldname(insn, 16, 5); \ |
33648 | 91 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33649 | 91 | tmp = 0x0; \ |
33650 | 91 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33651 | 91 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33652 | 91 | MCOperand_CreateImm0(MI, tmp); \ |
33653 | 91 | return S; \ |
33654 | 98 | case 514: \ |
33655 | 98 | tmp = fieldname(insn, 0, 5); \ |
33656 | 98 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33657 | 98 | tmp = fieldname(insn, 0, 5); \ |
33658 | 98 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33659 | 98 | tmp = fieldname(insn, 5, 5); \ |
33660 | 98 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33661 | 98 | tmp = fieldname(insn, 16, 4); \ |
33662 | 98 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33663 | 98 | tmp = 0x0; \ |
33664 | 98 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33665 | 98 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33666 | 98 | MCOperand_CreateImm0(MI, tmp); \ |
33667 | 98 | return S; \ |
33668 | 118 | case 515: \ |
33669 | 118 | tmp = fieldname(insn, 0, 5); \ |
33670 | 118 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33671 | 118 | tmp = fieldname(insn, 5, 5); \ |
33672 | 118 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33673 | 118 | tmp = fieldname(insn, 16, 4); \ |
33674 | 118 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33675 | 118 | tmp = 0x0; \ |
33676 | 118 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33677 | 118 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33678 | 118 | MCOperand_CreateImm0(MI, tmp); \ |
33679 | 118 | return S; \ |
33680 | 118 | case 516: \ |
33681 | 25 | tmp = fieldname(insn, 0, 5); \ |
33682 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33683 | 25 | tmp = fieldname(insn, 5, 5); \ |
33684 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33685 | 25 | tmp = fieldname(insn, 16, 3); \ |
33686 | 25 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33687 | 25 | return S; \ |
33688 | 25 | case 517: \ |
33689 | 22 | tmp = fieldname(insn, 0, 5); \ |
33690 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33691 | 22 | tmp = fieldname(insn, 5, 5); \ |
33692 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33693 | 22 | tmp = fieldname(insn, 16, 4); \ |
33694 | 22 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33695 | 22 | return S; \ |
33696 | 168 | case 518: \ |
33697 | 168 | tmp = fieldname(insn, 0, 5); \ |
33698 | 168 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33699 | 168 | tmp = fieldname(insn, 5, 5); \ |
33700 | 168 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33701 | 168 | tmp = fieldname(insn, 16, 5); \ |
33702 | 168 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33703 | 168 | return S; \ |
33704 | 168 | case 519: \ |
33705 | 30 | tmp = fieldname(insn, 0, 5); \ |
33706 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33707 | 30 | tmp = fieldname(insn, 0, 5); \ |
33708 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33709 | 30 | tmp = fieldname(insn, 5, 5); \ |
33710 | 30 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33711 | 30 | tmp = fieldname(insn, 16, 3); \ |
33712 | 30 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33713 | 30 | return S; \ |
33714 | 130 | case 520: \ |
33715 | 130 | tmp = fieldname(insn, 0, 5); \ |
33716 | 130 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33717 | 130 | tmp = fieldname(insn, 5, 5); \ |
33718 | 130 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33719 | 130 | tmp = fieldname(insn, 16, 3); \ |
33720 | 130 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33721 | 130 | return S; \ |
33722 | 130 | case 521: \ |
33723 | 14 | tmp = fieldname(insn, 0, 5); \ |
33724 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33725 | 14 | tmp = fieldname(insn, 0, 5); \ |
33726 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33727 | 14 | tmp = fieldname(insn, 5, 5); \ |
33728 | 14 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33729 | 14 | tmp = fieldname(insn, 16, 4); \ |
33730 | 14 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33731 | 14 | return S; \ |
33732 | 89 | case 522: \ |
33733 | 89 | tmp = fieldname(insn, 0, 5); \ |
33734 | 89 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33735 | 89 | tmp = fieldname(insn, 5, 5); \ |
33736 | 89 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33737 | 89 | tmp = fieldname(insn, 16, 4); \ |
33738 | 89 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33739 | 89 | return S; \ |
33740 | 89 | case 523: \ |
33741 | 33 | tmp = fieldname(insn, 0, 5); \ |
33742 | 33 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33743 | 33 | tmp = fieldname(insn, 0, 5); \ |
33744 | 33 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33745 | 33 | tmp = fieldname(insn, 5, 5); \ |
33746 | 33 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33747 | 33 | tmp = fieldname(insn, 16, 5); \ |
33748 | 33 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33749 | 33 | return S; \ |
33750 | 33 | case 524: \ |
33751 | 19 | tmp = fieldname(insn, 0, 5); \ |
33752 | 19 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33753 | 19 | tmp = fieldname(insn, 5, 5); \ |
33754 | 19 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33755 | 19 | tmp = fieldname(insn, 16, 5); \ |
33756 | 19 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33757 | 19 | return S; \ |
33758 | 62 | case 525: \ |
33759 | 62 | tmp = fieldname(insn, 0, 5); \ |
33760 | 62 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33761 | 62 | tmp = fieldname(insn, 0, 5); \ |
33762 | 62 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33763 | 62 | tmp = fieldname(insn, 5, 5); \ |
33764 | 62 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33765 | 62 | tmp = fieldname(insn, 16, 3); \ |
33766 | 62 | if (!Check(&S, DecodeVecShiftR16ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33767 | 62 | return S; \ |
33768 | 62 | case 526: \ |
33769 | 12 | tmp = fieldname(insn, 0, 5); \ |
33770 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33771 | 12 | tmp = fieldname(insn, 0, 5); \ |
33772 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33773 | 12 | tmp = fieldname(insn, 5, 5); \ |
33774 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33775 | 12 | tmp = fieldname(insn, 16, 4); \ |
33776 | 12 | if (!Check(&S, DecodeVecShiftR32ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33777 | 12 | return S; \ |
33778 | 282 | case 527: \ |
33779 | 282 | tmp = fieldname(insn, 0, 5); \ |
33780 | 282 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33781 | 282 | tmp = fieldname(insn, 0, 5); \ |
33782 | 282 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33783 | 282 | tmp = fieldname(insn, 5, 5); \ |
33784 | 282 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33785 | 282 | tmp = fieldname(insn, 16, 5); \ |
33786 | 282 | if (!Check(&S, DecodeVecShiftR64ImmNarrow(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33787 | 282 | return S; \ |
33788 | 282 | case 528: \ |
33789 | 35 | tmp = fieldname(insn, 0, 5); \ |
33790 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33791 | 35 | tmp = fieldname(insn, 0, 5); \ |
33792 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33793 | 35 | tmp = fieldname(insn, 5, 5); \ |
33794 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33795 | 35 | tmp = fieldname(insn, 16, 3); \ |
33796 | 35 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33797 | 35 | return S; \ |
33798 | 35 | case 529: \ |
33799 | 10 | tmp = fieldname(insn, 0, 5); \ |
33800 | 10 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33801 | 10 | tmp = fieldname(insn, 0, 5); \ |
33802 | 10 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33803 | 10 | tmp = fieldname(insn, 5, 5); \ |
33804 | 10 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33805 | 10 | tmp = fieldname(insn, 16, 4); \ |
33806 | 10 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33807 | 10 | return S; \ |
33808 | 74 | case 530: \ |
33809 | 74 | tmp = fieldname(insn, 0, 5); \ |
33810 | 74 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33811 | 74 | tmp = fieldname(insn, 0, 5); \ |
33812 | 74 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33813 | 74 | tmp = fieldname(insn, 5, 5); \ |
33814 | 74 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33815 | 74 | tmp = fieldname(insn, 16, 5); \ |
33816 | 74 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33817 | 74 | return S; \ |
33818 | 74 | case 531: \ |
33819 | 39 | tmp = fieldname(insn, 0, 5); \ |
33820 | 39 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33821 | 39 | tmp = fieldname(insn, 0, 5); \ |
33822 | 39 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33823 | 39 | tmp = fieldname(insn, 5, 5); \ |
33824 | 39 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33825 | 39 | tmp = fieldname(insn, 16, 4); \ |
33826 | 39 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33827 | 39 | tmp = 0x0; \ |
33828 | 39 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33829 | 39 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33830 | 39 | MCOperand_CreateImm0(MI, tmp); \ |
33831 | 39 | return S; \ |
33832 | 39 | case 532: \ |
33833 | 25 | tmp = fieldname(insn, 0, 5); \ |
33834 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33835 | 25 | tmp = fieldname(insn, 5, 5); \ |
33836 | 25 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33837 | 25 | tmp = fieldname(insn, 16, 4); \ |
33838 | 25 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33839 | 25 | tmp = 0x0; \ |
33840 | 25 | tmp |= fieldname(insn, 11, 1) << 2; \ |
33841 | 25 | tmp |= fieldname(insn, 20, 2) << 0; \ |
33842 | 25 | MCOperand_CreateImm0(MI, tmp); \ |
33843 | 25 | return S; \ |
33844 | 25 | case 533: \ |
33845 | 22 | tmp = fieldname(insn, 0, 5); \ |
33846 | 22 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33847 | 22 | tmp = fieldname(insn, 0, 5); \ |
33848 | 22 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33849 | 22 | tmp = fieldname(insn, 5, 5); \ |
33850 | 22 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33851 | 22 | tmp = fieldname(insn, 16, 5); \ |
33852 | 22 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33853 | 22 | tmp = fieldname(insn, 21, 1); \ |
33854 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
33855 | 22 | tmp = fieldname(insn, 13, 2); \ |
33856 | 22 | MCOperand_CreateImm0(MI, tmp); \ |
33857 | 22 | return S; \ |
33858 | 34 | case 534: \ |
33859 | 34 | tmp = fieldname(insn, 0, 5); \ |
33860 | 34 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33861 | 34 | tmp = fieldname(insn, 5, 5); \ |
33862 | 34 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33863 | 34 | tmp = fieldname(insn, 16, 6); \ |
33864 | 34 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33865 | 34 | return S; \ |
33866 | 39 | case 535: \ |
33867 | 39 | tmp = fieldname(insn, 0, 5); \ |
33868 | 39 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33869 | 39 | tmp = fieldname(insn, 0, 5); \ |
33870 | 39 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33871 | 39 | tmp = fieldname(insn, 5, 5); \ |
33872 | 39 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33873 | 39 | tmp = fieldname(insn, 16, 6); \ |
33874 | 39 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33875 | 39 | return S; \ |
33876 | 39 | case 536: \ |
33877 | 35 | tmp = fieldname(insn, 0, 5); \ |
33878 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33879 | 35 | tmp = fieldname(insn, 5, 5); \ |
33880 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33881 | 35 | tmp = fieldname(insn, 16, 6); \ |
33882 | 35 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33883 | 35 | return S; \ |
33884 | 54 | case 537: \ |
33885 | 54 | tmp = fieldname(insn, 0, 5); \ |
33886 | 54 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33887 | 54 | tmp = fieldname(insn, 0, 5); \ |
33888 | 54 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33889 | 54 | tmp = fieldname(insn, 5, 5); \ |
33890 | 54 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33891 | 54 | tmp = fieldname(insn, 16, 5); \ |
33892 | 54 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33893 | 54 | tmp = 0x0; \ |
33894 | 54 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33895 | 54 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33896 | 54 | MCOperand_CreateImm0(MI, tmp); \ |
33897 | 54 | tmp = fieldname(insn, 13, 2); \ |
33898 | 54 | MCOperand_CreateImm0(MI, tmp); \ |
33899 | 54 | return S; \ |
33900 | 54 | case 538: \ |
33901 | 16 | tmp = fieldname(insn, 0, 5); \ |
33902 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33903 | 16 | tmp = fieldname(insn, 0, 5); \ |
33904 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33905 | 16 | tmp = fieldname(insn, 5, 5); \ |
33906 | 16 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33907 | 16 | tmp = fieldname(insn, 16, 6); \ |
33908 | 16 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33909 | 16 | return S; \ |
33910 | 122 | case 539: \ |
33911 | 122 | tmp = fieldname(insn, 0, 5); \ |
33912 | 122 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33913 | 122 | tmp = fieldname(insn, 0, 5); \ |
33914 | 122 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33915 | 122 | tmp = fieldname(insn, 5, 5); \ |
33916 | 122 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33917 | 122 | tmp = fieldname(insn, 16, 5); \ |
33918 | 122 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33919 | 122 | tmp = 0x0; \ |
33920 | 122 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33921 | 122 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33922 | 122 | MCOperand_CreateImm0(MI, tmp); \ |
33923 | 122 | return S; \ |
33924 | 122 | case 540: \ |
33925 | 36 | tmp = fieldname(insn, 0, 5); \ |
33926 | 36 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33927 | 36 | tmp = fieldname(insn, 5, 5); \ |
33928 | 36 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33929 | 36 | tmp = fieldname(insn, 16, 5); \ |
33930 | 36 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33931 | 36 | tmp = 0x0; \ |
33932 | 36 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33933 | 36 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33934 | 36 | MCOperand_CreateImm0(MI, tmp); \ |
33935 | 36 | return S; \ |
33936 | 61 | case 541: \ |
33937 | 61 | tmp = fieldname(insn, 0, 5); \ |
33938 | 61 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33939 | 61 | tmp = fieldname(insn, 5, 5); \ |
33940 | 61 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33941 | 61 | tmp = fieldname(insn, 16, 5); \ |
33942 | 61 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33943 | 61 | tmp = 0x0; \ |
33944 | 61 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33945 | 61 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33946 | 61 | MCOperand_CreateImm0(MI, tmp); \ |
33947 | 61 | return S; \ |
33948 | 61 | case 542: \ |
33949 | 25 | tmp = fieldname(insn, 0, 5); \ |
33950 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33951 | 25 | tmp = fieldname(insn, 5, 5); \ |
33952 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33953 | 25 | tmp = fieldname(insn, 16, 5); \ |
33954 | 25 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33955 | 25 | tmp = 0x0; \ |
33956 | 25 | tmp |= fieldname(insn, 11, 1) << 1; \ |
33957 | 25 | tmp |= fieldname(insn, 21, 1) << 0; \ |
33958 | 25 | MCOperand_CreateImm0(MI, tmp); \ |
33959 | 25 | return S; \ |
33960 | 43 | case 543: \ |
33961 | 43 | tmp = fieldname(insn, 0, 5); \ |
33962 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33963 | 43 | tmp = fieldname(insn, 0, 5); \ |
33964 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33965 | 43 | tmp = fieldname(insn, 5, 5); \ |
33966 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33967 | 43 | tmp = fieldname(insn, 16, 5); \ |
33968 | 43 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33969 | 43 | tmp = fieldname(insn, 11, 1); \ |
33970 | 43 | MCOperand_CreateImm0(MI, tmp); \ |
33971 | 43 | tmp = fieldname(insn, 13, 2); \ |
33972 | 43 | MCOperand_CreateImm0(MI, tmp); \ |
33973 | 43 | return S; \ |
33974 | 43 | case 544: \ |
33975 | 18 | tmp = fieldname(insn, 0, 5); \ |
33976 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33977 | 18 | tmp = fieldname(insn, 0, 5); \ |
33978 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33979 | 18 | tmp = fieldname(insn, 5, 5); \ |
33980 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33981 | 18 | tmp = fieldname(insn, 16, 5); \ |
33982 | 18 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33983 | 18 | tmp = fieldname(insn, 11, 1); \ |
33984 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
33985 | 18 | return S; \ |
33986 | 18 | case 545: \ |
33987 | 8 | tmp = fieldname(insn, 0, 5); \ |
33988 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33989 | 8 | tmp = fieldname(insn, 5, 5); \ |
33990 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33991 | 8 | tmp = fieldname(insn, 16, 5); \ |
33992 | 8 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33993 | 8 | tmp = fieldname(insn, 11, 1); \ |
33994 | 8 | MCOperand_CreateImm0(MI, tmp); \ |
33995 | 8 | return S; \ |
33996 | 4.25k | case 546: \ |
33997 | 4.25k | if (!Check(&S, DecodeAdrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
33998 | 4.25k | return S; \ |
33999 | 4.25k | case 547: \ |
34000 | 25 | tmp = fieldname(insn, 0, 5); \ |
34001 | 25 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34002 | 25 | tmp = fieldname(insn, 5, 5); \ |
34003 | 25 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34004 | 25 | tmp = fieldname(insn, 10, 8); \ |
34005 | 25 | if (!Check(&S, DecodeSImm_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34006 | 25 | return S; \ |
34007 | 67 | case 548: \ |
34008 | 67 | tmp = fieldname(insn, 0, 5); \ |
34009 | 67 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34010 | 67 | tmp = fieldname(insn, 5, 5); \ |
34011 | 67 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34012 | 67 | tmp = fieldname(insn, 10, 8); \ |
34013 | 67 | MCOperand_CreateImm0(MI, tmp); \ |
34014 | 67 | return S; \ |
34015 | 2.24k | case 549: \ |
34016 | 2.24k | if (!Check(&S, DecodeAddSubImmShift(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34017 | 2.24k | return S; \ |
34018 | 2.24k | case 550: \ |
34019 | 435 | tmp = fieldname(insn, 0, 5); \ |
34020 | 435 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34021 | 435 | tmp = fieldname(insn, 5, 5); \ |
34022 | 435 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34023 | 435 | tmp = fieldname(insn, 10, 8); \ |
34024 | 435 | if (!Check(&S, DecodeSImm_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34025 | 435 | return S; \ |
34026 | 435 | case 551: \ |
34027 | 211 | tmp = fieldname(insn, 0, 5); \ |
34028 | 211 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34029 | 211 | tmp = fieldname(insn, 5, 5); \ |
34030 | 211 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34031 | 211 | tmp = fieldname(insn, 10, 8); \ |
34032 | 211 | MCOperand_CreateImm0(MI, tmp); \ |
34033 | 211 | return S; \ |
34034 | 416 | case 552: \ |
34035 | 416 | tmp = fieldname(insn, 0, 5); \ |
34036 | 416 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34037 | 416 | tmp = fieldname(insn, 5, 5); \ |
34038 | 416 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34039 | 416 | tmp = fieldname(insn, 16, 6); \ |
34040 | 416 | MCOperand_CreateImm0(MI, tmp); \ |
34041 | 416 | tmp = fieldname(insn, 10, 4); \ |
34042 | 416 | MCOperand_CreateImm0(MI, tmp); \ |
34043 | 416 | return S; \ |
34044 | 2.99k | case 553: \ |
34045 | 2.99k | if (!Check(&S, DecodeLogicalImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34046 | 2.99k | return S; \ |
34047 | 3.31k | case 554: \ |
34048 | 3.31k | if (!Check(&S, DecodeMoveImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34049 | 3.31k | return S; \ |
34050 | 3.31k | case 555: \ |
34051 | 696 | tmp = fieldname(insn, 0, 5); \ |
34052 | 696 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34053 | 696 | tmp = fieldname(insn, 5, 5); \ |
34054 | 696 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34055 | 696 | tmp = fieldname(insn, 16, 5); \ |
34056 | 696 | MCOperand_CreateImm0(MI, tmp); \ |
34057 | 696 | tmp = fieldname(insn, 10, 5); \ |
34058 | 696 | MCOperand_CreateImm0(MI, tmp); \ |
34059 | 696 | return S; \ |
34060 | 696 | case 556: \ |
34061 | 237 | tmp = fieldname(insn, 0, 5); \ |
34062 | 237 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34063 | 237 | tmp = fieldname(insn, 5, 5); \ |
34064 | 237 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34065 | 237 | tmp = fieldname(insn, 16, 5); \ |
34066 | 237 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34067 | 237 | tmp = fieldname(insn, 10, 5); \ |
34068 | 237 | MCOperand_CreateImm0(MI, tmp); \ |
34069 | 237 | return S; \ |
34070 | 318 | case 557: \ |
34071 | 318 | tmp = fieldname(insn, 0, 5); \ |
34072 | 318 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34073 | 318 | tmp = fieldname(insn, 0, 5); \ |
34074 | 318 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34075 | 318 | tmp = fieldname(insn, 5, 5); \ |
34076 | 318 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34077 | 318 | tmp = fieldname(insn, 16, 5); \ |
34078 | 318 | MCOperand_CreateImm0(MI, tmp); \ |
34079 | 318 | tmp = fieldname(insn, 10, 5); \ |
34080 | 318 | MCOperand_CreateImm0(MI, tmp); \ |
34081 | 318 | return S; \ |
34082 | 2.20k | case 558: \ |
34083 | 2.20k | tmp = fieldname(insn, 0, 5); \ |
34084 | 2.20k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34085 | 2.20k | tmp = fieldname(insn, 5, 5); \ |
34086 | 2.20k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34087 | 2.20k | tmp = fieldname(insn, 16, 6); \ |
34088 | 2.20k | MCOperand_CreateImm0(MI, tmp); \ |
34089 | 2.20k | tmp = fieldname(insn, 10, 6); \ |
34090 | 2.20k | MCOperand_CreateImm0(MI, tmp); \ |
34091 | 2.20k | return S; \ |
34092 | 2.20k | case 559: \ |
34093 | 176 | tmp = fieldname(insn, 0, 5); \ |
34094 | 176 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34095 | 176 | tmp = fieldname(insn, 5, 5); \ |
34096 | 176 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34097 | 176 | tmp = fieldname(insn, 16, 5); \ |
34098 | 176 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34099 | 176 | tmp = fieldname(insn, 10, 6); \ |
34100 | 176 | MCOperand_CreateImm0(MI, tmp); \ |
34101 | 176 | return S; \ |
34102 | 325 | case 560: \ |
34103 | 325 | tmp = fieldname(insn, 0, 5); \ |
34104 | 325 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34105 | 325 | tmp = fieldname(insn, 0, 5); \ |
34106 | 325 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34107 | 325 | tmp = fieldname(insn, 5, 5); \ |
34108 | 325 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34109 | 325 | tmp = fieldname(insn, 16, 6); \ |
34110 | 325 | MCOperand_CreateImm0(MI, tmp); \ |
34111 | 325 | tmp = fieldname(insn, 10, 6); \ |
34112 | 325 | MCOperand_CreateImm0(MI, tmp); \ |
34113 | 325 | return S; \ |
34114 | 325 | case 561: \ |
34115 | 93 | tmp = fieldname(insn, 5, 16); \ |
34116 | 93 | if (!Check(&S, DecodePCRelLabel16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34117 | 93 | return S; \ |
34118 | 2.13k | case 562: \ |
34119 | 2.13k | if (!Check(&S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34120 | 2.13k | return S; \ |
34121 | 2.13k | case 563: \ |
34122 | 1.16k | tmp = fieldname(insn, 0, 5); \ |
34123 | 1.16k | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34124 | 1.16k | tmp = fieldname(insn, 5, 19); \ |
34125 | 1.16k | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34126 | 1.16k | return S; \ |
34127 | 1.40k | case 564: \ |
34128 | 1.40k | if (!Check(&S, DecodeTestAndBranch(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34129 | 1.40k | return S; \ |
34130 | 1.40k | case 565: \ |
34131 | 343 | tmp = fieldname(insn, 0, 4); \ |
34132 | 343 | MCOperand_CreateImm0(MI, tmp); \ |
34133 | 343 | tmp = fieldname(insn, 5, 19); \ |
34134 | 343 | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34135 | 343 | return S; \ |
34136 | 2.00k | case 566: \ |
34137 | 2.00k | tmp = fieldname(insn, 0, 5); \ |
34138 | 2.00k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34139 | 2.00k | tmp = fieldname(insn, 5, 19); \ |
34140 | 2.00k | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34141 | 2.00k | return S; \ |
34142 | 2.00k | case 567: \ |
34143 | 225 | tmp = fieldname(insn, 5, 16); \ |
34144 | 225 | MCOperand_CreateImm0(MI, tmp); \ |
34145 | 225 | return S; \ |
34146 | 2.00k | case 568: \ |
34147 | 858 | tmp = fieldname(insn, 5, 7); \ |
34148 | 858 | MCOperand_CreateImm0(MI, tmp); \ |
34149 | 858 | return S; \ |
34150 | 2.00k | case 569: \ |
34151 | 749 | tmp = 0x3; \ |
34152 | 749 | tmp |= fieldname(insn, 10, 2) << 2; \ |
34153 | 749 | MCOperand_CreateImm0(MI, tmp); \ |
34154 | 749 | return S; \ |
34155 | 2.00k | case 570: \ |
34156 | 351 | tmp = fieldname(insn, 8, 4); \ |
34157 | 351 | MCOperand_CreateImm0(MI, tmp); \ |
34158 | 351 | return S; \ |
34159 | 2.00k | case 571: \ |
34160 | 768 | tmp = fieldname(insn, 9, 3); \ |
34161 | 768 | if (!Check(&S, DecodeSVCROp(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34162 | 768 | tmp = fieldname(insn, 8, 1); \ |
34163 | 301 | MCOperand_CreateImm0(MI, tmp); \ |
34164 | 301 | return S; \ |
34165 | 768 | case 572: \ |
34166 | 447 | if (!Check(&S, DecodeSystemPStateImm0_15Instruction(MI, insn, Address, Decoder))) { *DecodeComplete = false; return MCDisassembler_Fail; } \ |
34167 | 447 | return S; \ |
34168 | 2.61k | case 573: \ |
34169 | 2.61k | tmp = fieldname(insn, 16, 3); \ |
34170 | 2.61k | MCOperand_CreateImm0(MI, tmp); \ |
34171 | 2.61k | tmp = fieldname(insn, 12, 4); \ |
34172 | 2.61k | MCOperand_CreateImm0(MI, tmp); \ |
34173 | 2.61k | tmp = fieldname(insn, 8, 4); \ |
34174 | 2.61k | MCOperand_CreateImm0(MI, tmp); \ |
34175 | 2.61k | tmp = fieldname(insn, 5, 3); \ |
34176 | 2.61k | MCOperand_CreateImm0(MI, tmp); \ |
34177 | 2.61k | tmp = fieldname(insn, 0, 5); \ |
34178 | 2.61k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34179 | 2.61k | return S; \ |
34180 | 2.61k | case 574: \ |
34181 | 93 | tmp = fieldname(insn, 0, 5); \ |
34182 | 93 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34183 | 93 | tmp = fieldname(insn, 16, 3); \ |
34184 | 93 | MCOperand_CreateImm0(MI, tmp); \ |
34185 | 93 | tmp = fieldname(insn, 12, 4); \ |
34186 | 93 | MCOperand_CreateImm0(MI, tmp); \ |
34187 | 93 | tmp = fieldname(insn, 8, 4); \ |
34188 | 93 | MCOperand_CreateImm0(MI, tmp); \ |
34189 | 93 | tmp = fieldname(insn, 5, 3); \ |
34190 | 93 | MCOperand_CreateImm0(MI, tmp); \ |
34191 | 93 | return S; \ |
34192 | 1.62k | case 575: \ |
34193 | 1.62k | if (!Check(&S, DecodeSyspXzrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34194 | 1.62k | return S; \ |
34195 | 1.62k | case 576: \ |
34196 | 1.01k | tmp = fieldname(insn, 16, 3); \ |
34197 | 1.01k | MCOperand_CreateImm0(MI, tmp); \ |
34198 | 1.01k | tmp = fieldname(insn, 12, 4); \ |
34199 | 1.01k | MCOperand_CreateImm0(MI, tmp); \ |
34200 | 1.01k | tmp = fieldname(insn, 8, 4); \ |
34201 | 1.01k | MCOperand_CreateImm0(MI, tmp); \ |
34202 | 1.01k | tmp = fieldname(insn, 5, 3); \ |
34203 | 1.01k | MCOperand_CreateImm0(MI, tmp); \ |
34204 | 1.01k | tmp = fieldname(insn, 0, 5); \ |
34205 | 1.01k | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34206 | 1.01k | return S; \ |
34207 | 1.01k | case 577: \ |
34208 | 43 | tmp = fieldname(insn, 5, 16); \ |
34209 | 43 | if (!Check(&S, DecodeMSRSystemRegister(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34210 | 43 | tmp = fieldname(insn, 0, 5); \ |
34211 | 43 | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34212 | 43 | return S; \ |
34213 | 86 | case 578: \ |
34214 | 86 | tmp = fieldname(insn, 0, 5); \ |
34215 | 86 | if (!Check(&S, DecodeXSeqPairsClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34216 | 86 | tmp = fieldname(insn, 5, 16); \ |
34217 | 85 | if (!Check(&S, DecodeMRSSystemRegister(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34218 | 85 | return S; \ |
34219 | 85 | case 579: \ |
34220 | 35 | tmp = fieldname(insn, 5, 5); \ |
34221 | 35 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34222 | 35 | return S; \ |
34223 | 35 | case 580: \ |
34224 | 18 | tmp = fieldname(insn, 0, 5); \ |
34225 | 18 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34226 | 18 | return S; \ |
34227 | 18 | case 581: \ |
34228 | 5 | tmp = fieldname(insn, 5, 5); \ |
34229 | 5 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34230 | 5 | tmp = fieldname(insn, 0, 5); \ |
34231 | 5 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34232 | 5 | return S; \ |
34233 | 10.2k | case 582: \ |
34234 | 10.2k | if (!Check(&S, DecodeSignedLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34235 | 10.2k | return S; \ |
34236 | 10.2k | case 583: \ |
34237 | 204 | if (!Check(&S, DecodeCPYMemOpInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34238 | 204 | return S; \ |
34239 | 204 | case 584: \ |
34240 | 27 | tmp = fieldname(insn, 16, 5); \ |
34241 | 27 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34242 | 27 | tmp = fieldname(insn, 16, 5); \ |
34243 | 27 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34244 | 27 | tmp = fieldname(insn, 0, 5); \ |
34245 | 27 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34246 | 27 | tmp = fieldname(insn, 5, 5); \ |
34247 | 27 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34248 | 27 | return S; \ |
34249 | 82 | case 585: \ |
34250 | 82 | tmp = fieldname(insn, 0, 5); \ |
34251 | 82 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34252 | 82 | tmp = fieldname(insn, 16, 5); \ |
34253 | 81 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34254 | 81 | tmp = fieldname(insn, 0, 5); \ |
34255 | 79 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34256 | 79 | tmp = fieldname(insn, 16, 5); \ |
34257 | 79 | if (!Check(&S, DecodeGPR64commonRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34258 | 79 | tmp = fieldname(insn, 5, 5); \ |
34259 | 79 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34260 | 79 | return S; \ |
34261 | 605 | case 586: \ |
34262 | 605 | if (!Check(&S, DecodeSETMemOpInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34263 | 605 | return S; \ |
34264 | 605 | case 587: \ |
34265 | 185 | tmp = fieldname(insn, 0, 5); \ |
34266 | 185 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34267 | 185 | tmp = fieldname(insn, 5, 5); \ |
34268 | 185 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34269 | 185 | tmp = fieldname(insn, 16, 5); \ |
34270 | 185 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34271 | 185 | return S; \ |
34272 | 185 | case 588: \ |
34273 | 145 | tmp = fieldname(insn, 0, 5); \ |
34274 | 145 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34275 | 145 | tmp = fieldname(insn, 5, 5); \ |
34276 | 145 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34277 | 145 | tmp = fieldname(insn, 16, 5); \ |
34278 | 145 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34279 | 145 | tmp = fieldname(insn, 12, 4); \ |
34280 | 145 | MCOperand_CreateImm0(MI, tmp); \ |
34281 | 145 | return S; \ |
34282 | 306 | case 589: \ |
34283 | 306 | tmp = fieldname(insn, 0, 5); \ |
34284 | 306 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34285 | 306 | tmp = fieldname(insn, 5, 5); \ |
34286 | 306 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34287 | 306 | tmp = fieldname(insn, 16, 5); \ |
34288 | 306 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34289 | 306 | tmp = fieldname(insn, 10, 5); \ |
34290 | 306 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34291 | 306 | return S; \ |
34292 | 306 | case 590: \ |
34293 | 233 | tmp = fieldname(insn, 0, 5); \ |
34294 | 233 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34295 | 233 | tmp = fieldname(insn, 16, 5); \ |
34296 | 233 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34297 | 233 | tmp = fieldname(insn, 5, 5); \ |
34298 | 233 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34299 | 233 | return S; \ |
34300 | 233 | case 591: \ |
34301 | 223 | tmp = fieldname(insn, 0, 5); \ |
34302 | 223 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34303 | 223 | tmp = fieldname(insn, 16, 5); \ |
34304 | 223 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34305 | 223 | tmp = fieldname(insn, 5, 5); \ |
34306 | 223 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34307 | 223 | return S; \ |
34308 | 227 | case 592: \ |
34309 | 227 | tmp = fieldname(insn, 0, 5); \ |
34310 | 227 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34311 | 227 | tmp = fieldname(insn, 5, 5); \ |
34312 | 227 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34313 | 227 | tmp = fieldname(insn, 16, 5); \ |
34314 | 227 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34315 | 227 | tmp = 0x0; \ |
34316 | 227 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34317 | 227 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34318 | 227 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34319 | 227 | return S; \ |
34320 | 486 | case 593: \ |
34321 | 486 | tmp = fieldname(insn, 0, 5); \ |
34322 | 486 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34323 | 486 | tmp = fieldname(insn, 5, 5); \ |
34324 | 486 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34325 | 486 | tmp = fieldname(insn, 16, 5); \ |
34326 | 486 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34327 | 486 | tmp = 0x0; \ |
34328 | 486 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34329 | 486 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34330 | 486 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34331 | 486 | return S; \ |
34332 | 486 | case 594: \ |
34333 | 6 | tmp = fieldname(insn, 0, 5); \ |
34334 | 6 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34335 | 6 | tmp = fieldname(insn, 5, 5); \ |
34336 | 6 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34337 | 6 | return S; \ |
34338 | 57 | case 595: \ |
34339 | 57 | tmp = fieldname(insn, 0, 5); \ |
34340 | 57 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34341 | 57 | tmp = fieldname(insn, 5, 5); \ |
34342 | 57 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34343 | 57 | tmp = fieldname(insn, 16, 5); \ |
34344 | 57 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34345 | 57 | tmp = 0x0; \ |
34346 | 57 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34347 | 57 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34348 | 57 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34349 | 57 | return S; \ |
34350 | 172 | case 596: \ |
34351 | 172 | tmp = fieldname(insn, 0, 5); \ |
34352 | 172 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34353 | 172 | tmp = fieldname(insn, 5, 5); \ |
34354 | 172 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34355 | 172 | tmp = fieldname(insn, 16, 5); \ |
34356 | 172 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34357 | 172 | tmp = 0x0; \ |
34358 | 172 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34359 | 172 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34360 | 172 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34361 | 172 | return S; \ |
34362 | 5.77k | case 597: \ |
34363 | 5.77k | if (!Check(&S, DecodeUnsignedLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34364 | 5.77k | return S; \ |
34365 | 5.77k | case 598: \ |
34366 | 26 | tmp = fieldname(insn, 5, 5); \ |
34367 | 26 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34368 | 26 | return S; \ |
34369 | 186 | case 599: \ |
34370 | 186 | tmp = fieldname(insn, 5, 5); \ |
34371 | 186 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34372 | 186 | tmp = fieldname(insn, 16, 5); \ |
34373 | 186 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34374 | 186 | tmp = fieldname(insn, 0, 4); \ |
34375 | 186 | MCOperand_CreateImm0(MI, tmp); \ |
34376 | 186 | tmp = fieldname(insn, 12, 4); \ |
34377 | 186 | MCOperand_CreateImm0(MI, tmp); \ |
34378 | 186 | return S; \ |
34379 | 186 | case 600: \ |
34380 | 73 | tmp = fieldname(insn, 5, 5); \ |
34381 | 73 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34382 | 73 | tmp = fieldname(insn, 16, 5); \ |
34383 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
34384 | 73 | tmp = fieldname(insn, 0, 4); \ |
34385 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
34386 | 73 | tmp = fieldname(insn, 12, 4); \ |
34387 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
34388 | 73 | return S; \ |
34389 | 73 | case 601: \ |
34390 | 18 | tmp = fieldname(insn, 0, 5); \ |
34391 | 18 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34392 | 18 | tmp = fieldname(insn, 5, 5); \ |
34393 | 18 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34394 | 18 | return S; \ |
34395 | 325 | case 602: \ |
34396 | 325 | tmp = fieldname(insn, 5, 5); \ |
34397 | 325 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34398 | 325 | tmp = fieldname(insn, 0, 5); \ |
34399 | 325 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34400 | 325 | tmp = fieldname(insn, 16, 5); \ |
34401 | 325 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34402 | 325 | tmp = fieldname(insn, 5, 5); \ |
34403 | 325 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34404 | 325 | return S; \ |
34405 | 325 | case 603: \ |
34406 | 95 | tmp = fieldname(insn, 5, 5); \ |
34407 | 95 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34408 | 95 | tmp = fieldname(insn, 0, 5); \ |
34409 | 95 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34410 | 95 | tmp = fieldname(insn, 5, 5); \ |
34411 | 95 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34412 | 95 | return S; \ |
34413 | 400 | case 604: \ |
34414 | 400 | tmp = fieldname(insn, 0, 5); \ |
34415 | 400 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34416 | 400 | tmp = fieldname(insn, 5, 5); \ |
34417 | 400 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34418 | 400 | tmp = fieldname(insn, 16, 5); \ |
34419 | 400 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34420 | 400 | return S; \ |
34421 | 400 | case 605: \ |
34422 | 64 | tmp = fieldname(insn, 0, 5); \ |
34423 | 64 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34424 | 64 | tmp = fieldname(insn, 5, 5); \ |
34425 | 64 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34426 | 64 | tmp = fieldname(insn, 16, 5); \ |
34427 | 64 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34428 | 64 | tmp = fieldname(insn, 10, 3); \ |
34429 | 64 | MCOperand_CreateImm0(MI, tmp); \ |
34430 | 64 | return S; \ |
34431 | 220 | case 606: \ |
34432 | 220 | tmp = fieldname(insn, 0, 5); \ |
34433 | 220 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34434 | 220 | tmp = fieldname(insn, 5, 5); \ |
34435 | 220 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34436 | 220 | tmp = fieldname(insn, 16, 5); \ |
34437 | 220 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34438 | 220 | tmp = fieldname(insn, 12, 4); \ |
34439 | 220 | MCOperand_CreateImm0(MI, tmp); \ |
34440 | 220 | return S; \ |
34441 | 220 | case 607: \ |
34442 | 21 | tmp = fieldname(insn, 0, 5); \ |
34443 | 21 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34444 | 21 | tmp = fieldname(insn, 5, 5); \ |
34445 | 21 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34446 | 21 | tmp = fieldname(insn, 16, 5); \ |
34447 | 21 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34448 | 21 | return S; \ |
34449 | 160 | case 608: \ |
34450 | 160 | tmp = fieldname(insn, 0, 5); \ |
34451 | 160 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34452 | 160 | tmp = fieldname(insn, 5, 5); \ |
34453 | 160 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34454 | 160 | tmp = fieldname(insn, 16, 5); \ |
34455 | 160 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34456 | 160 | return S; \ |
34457 | 160 | case 609: \ |
34458 | 78 | tmp = fieldname(insn, 0, 5); \ |
34459 | 78 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34460 | 78 | tmp = fieldname(insn, 5, 5); \ |
34461 | 78 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34462 | 78 | tmp = fieldname(insn, 16, 5); \ |
34463 | 78 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34464 | 78 | return S; \ |
34465 | 78 | case 610: \ |
34466 | 43 | tmp = fieldname(insn, 0, 5); \ |
34467 | 43 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34468 | 43 | tmp = fieldname(insn, 5, 5); \ |
34469 | 43 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34470 | 43 | tmp = fieldname(insn, 16, 5); \ |
34471 | 43 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34472 | 43 | return S; \ |
34473 | 108 | case 611: \ |
34474 | 108 | tmp = fieldname(insn, 0, 5); \ |
34475 | 108 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34476 | 108 | tmp = fieldname(insn, 5, 5); \ |
34477 | 108 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34478 | 108 | tmp = fieldname(insn, 16, 5); \ |
34479 | 108 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34480 | 108 | return S; \ |
34481 | 154 | case 612: \ |
34482 | 154 | tmp = fieldname(insn, 0, 5); \ |
34483 | 154 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34484 | 154 | tmp = fieldname(insn, 5, 5); \ |
34485 | 154 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34486 | 154 | tmp = fieldname(insn, 16, 5); \ |
34487 | 154 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34488 | 154 | tmp = fieldname(insn, 10, 5); \ |
34489 | 154 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34490 | 154 | return S; \ |
34491 | 221 | case 613: \ |
34492 | 221 | tmp = fieldname(insn, 0, 5); \ |
34493 | 221 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34494 | 221 | tmp = fieldname(insn, 5, 5); \ |
34495 | 221 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34496 | 221 | tmp = fieldname(insn, 16, 5); \ |
34497 | 221 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34498 | 221 | tmp = fieldname(insn, 10, 5); \ |
34499 | 221 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34500 | 221 | return S; \ |
34501 | 221 | case 614: \ |
34502 | 121 | tmp = fieldname(insn, 5, 5); \ |
34503 | 121 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34504 | 121 | tmp = fieldname(insn, 15, 6); \ |
34505 | 121 | MCOperand_CreateImm0(MI, tmp); \ |
34506 | 121 | tmp = fieldname(insn, 0, 4); \ |
34507 | 121 | MCOperand_CreateImm0(MI, tmp); \ |
34508 | 121 | return S; \ |
34509 | 121 | case 615: \ |
34510 | 37 | tmp = fieldname(insn, 5, 5); \ |
34511 | 37 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34512 | 37 | tmp = fieldname(insn, 16, 5); \ |
34513 | 37 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34514 | 37 | tmp = fieldname(insn, 0, 4); \ |
34515 | 37 | MCOperand_CreateImm0(MI, tmp); \ |
34516 | 37 | tmp = fieldname(insn, 12, 4); \ |
34517 | 37 | MCOperand_CreateImm0(MI, tmp); \ |
34518 | 37 | return S; \ |
34519 | 40 | case 616: \ |
34520 | 40 | tmp = fieldname(insn, 5, 5); \ |
34521 | 40 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34522 | 40 | tmp = fieldname(insn, 16, 5); \ |
34523 | 40 | MCOperand_CreateImm0(MI, tmp); \ |
34524 | 40 | tmp = fieldname(insn, 0, 4); \ |
34525 | 40 | MCOperand_CreateImm0(MI, tmp); \ |
34526 | 40 | tmp = fieldname(insn, 12, 4); \ |
34527 | 40 | MCOperand_CreateImm0(MI, tmp); \ |
34528 | 40 | return S; \ |
34529 | 855 | case 617: \ |
34530 | 855 | tmp = fieldname(insn, 0, 5); \ |
34531 | 855 | MCOperand_CreateImm0(MI, tmp); \ |
34532 | 855 | tmp = fieldname(insn, 5, 19); \ |
34533 | 855 | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34534 | 855 | return S; \ |
34535 | 1.45k | case 618: \ |
34536 | 1.45k | tmp = fieldname(insn, 5, 5); \ |
34537 | 1.45k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34538 | 1.45k | tmp = fieldname(insn, 0, 5); \ |
34539 | 1.45k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34540 | 1.45k | tmp = fieldname(insn, 16, 5); \ |
34541 | 1.45k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34542 | 1.45k | tmp = fieldname(insn, 5, 5); \ |
34543 | 1.45k | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34544 | 1.45k | return S; \ |
34545 | 1.45k | case 619: \ |
34546 | 35 | tmp = fieldname(insn, 0, 5); \ |
34547 | 35 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34548 | 35 | tmp = fieldname(insn, 5, 5); \ |
34549 | 35 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34550 | 35 | return S; \ |
34551 | 88 | case 620: \ |
34552 | 88 | tmp = fieldname(insn, 5, 5); \ |
34553 | 88 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34554 | 88 | tmp = fieldname(insn, 0, 5); \ |
34555 | 88 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34556 | 88 | tmp = fieldname(insn, 5, 5); \ |
34557 | 88 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34558 | 88 | tmp = fieldname(insn, 12, 9); \ |
34559 | 88 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34560 | 88 | return S; \ |
34561 | 130 | case 621: \ |
34562 | 130 | tmp = fieldname(insn, 0, 5); \ |
34563 | 130 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34564 | 130 | tmp = fieldname(insn, 5, 5); \ |
34565 | 130 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34566 | 130 | tmp = fieldname(insn, 12, 9); \ |
34567 | 130 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34568 | 130 | return S; \ |
34569 | 130 | case 622: \ |
34570 | 91 | tmp = fieldname(insn, 0, 5); \ |
34571 | 91 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34572 | 91 | tmp = fieldname(insn, 0, 5); \ |
34573 | 91 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34574 | 91 | tmp = fieldname(insn, 5, 5); \ |
34575 | 91 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34576 | 91 | tmp = fieldname(insn, 12, 9); \ |
34577 | 91 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34578 | 91 | return S; \ |
34579 | 91 | case 623: \ |
34580 | 51 | tmp = fieldname(insn, 5, 5); \ |
34581 | 51 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34582 | 51 | tmp = fieldname(insn, 0, 5); \ |
34583 | 51 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34584 | 51 | tmp = fieldname(insn, 5, 5); \ |
34585 | 51 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34586 | 51 | return S; \ |
34587 | 51 | case 624: \ |
34588 | 23 | tmp = fieldname(insn, 0, 5); \ |
34589 | 23 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34590 | 23 | tmp = fieldname(insn, 5, 5); \ |
34591 | 23 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34592 | 23 | return S; \ |
34593 | 23 | case 625: \ |
34594 | 14 | tmp = fieldname(insn, 0, 5); \ |
34595 | 14 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34596 | 14 | tmp = fieldname(insn, 0, 5); \ |
34597 | 14 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34598 | 14 | tmp = fieldname(insn, 5, 5); \ |
34599 | 14 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34600 | 14 | return S; \ |
34601 | 14 | case 626: \ |
34602 | 7 | tmp = fieldname(insn, 0, 5); \ |
34603 | 7 | if (!Check(&S, DecodeGPR64x8ClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34604 | 7 | tmp = fieldname(insn, 5, 5); \ |
34605 | 6 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34606 | 6 | return S; \ |
34607 | 19 | case 627: \ |
34608 | 19 | tmp = fieldname(insn, 16, 5); \ |
34609 | 19 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34610 | 19 | tmp = fieldname(insn, 0, 5); \ |
34611 | 19 | if (!Check(&S, DecodeGPR64x8ClassRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34612 | 19 | tmp = fieldname(insn, 5, 5); \ |
34613 | 18 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34614 | 18 | return S; \ |
34615 | 735 | case 628: \ |
34616 | 735 | if (!Check(&S, DecodeAuthLoadInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34617 | 735 | return S; \ |
34618 | 735 | case 629: \ |
34619 | 697 | if (!Check(&S, DecodePRFMRegInstruction(MI, insn, Address, Decoder))) { *DecodeComplete = false; return MCDisassembler_Fail; } \ |
34620 | 697 | return S; \ |
34621 | 697 | case 630: \ |
34622 | 261 | tmp = fieldname(insn, 0, 5); \ |
34623 | 261 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34624 | 261 | tmp = fieldname(insn, 5, 19); \ |
34625 | 261 | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34626 | 261 | return S; \ |
34627 | 261 | case 631: \ |
34628 | 26 | tmp = fieldname(insn, 0, 5); \ |
34629 | 26 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34630 | 26 | tmp = fieldname(insn, 5, 5); \ |
34631 | 26 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34632 | 26 | tmp = fieldname(insn, 12, 9); \ |
34633 | 26 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34634 | 26 | return S; \ |
34635 | 57 | case 632: \ |
34636 | 57 | tmp = fieldname(insn, 0, 5); \ |
34637 | 57 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34638 | 57 | tmp = fieldname(insn, 5, 5); \ |
34639 | 57 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34640 | 57 | tmp = fieldname(insn, 12, 9); \ |
34641 | 57 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34642 | 57 | return S; \ |
34643 | 69 | case 633: \ |
34644 | 69 | tmp = fieldname(insn, 0, 5); \ |
34645 | 69 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34646 | 69 | tmp = fieldname(insn, 5, 5); \ |
34647 | 69 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34648 | 69 | tmp = 0x20; \ |
34649 | 69 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34650 | 69 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34651 | 69 | return S; \ |
34652 | 69 | case 634: \ |
34653 | 69 | tmp = fieldname(insn, 0, 5); \ |
34654 | 69 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34655 | 69 | tmp = fieldname(insn, 5, 5); \ |
34656 | 69 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34657 | 69 | tmp = 0x20; \ |
34658 | 69 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34659 | 69 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34660 | 69 | return S; \ |
34661 | 112 | case 635: \ |
34662 | 112 | tmp = fieldname(insn, 0, 5); \ |
34663 | 112 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34664 | 112 | tmp = fieldname(insn, 5, 5); \ |
34665 | 112 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34666 | 112 | return S; \ |
34667 | 112 | case 636: \ |
34668 | 48 | tmp = fieldname(insn, 0, 5); \ |
34669 | 48 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34670 | 48 | tmp = fieldname(insn, 5, 5); \ |
34671 | 48 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34672 | 48 | return S; \ |
34673 | 75 | case 637: \ |
34674 | 75 | tmp = fieldname(insn, 5, 5); \ |
34675 | 75 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34676 | 75 | tmp = fieldname(insn, 16, 5); \ |
34677 | 75 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34678 | 75 | return S; \ |
34679 | 317 | case 638: \ |
34680 | 317 | tmp = fieldname(insn, 5, 5); \ |
34681 | 317 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34682 | 317 | return S; \ |
34683 | 317 | case 639: \ |
34684 | 219 | tmp = fieldname(insn, 0, 5); \ |
34685 | 219 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34686 | 219 | tmp = fieldname(insn, 5, 5); \ |
34687 | 219 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34688 | 219 | return S; \ |
34689 | 331 | case 640: \ |
34690 | 331 | tmp = fieldname(insn, 0, 5); \ |
34691 | 331 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34692 | 331 | tmp = fieldname(insn, 5, 5); \ |
34693 | 331 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34694 | 331 | return S; \ |
34695 | 331 | case 641: \ |
34696 | 10 | tmp = fieldname(insn, 0, 5); \ |
34697 | 10 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34698 | 10 | tmp = fieldname(insn, 5, 5); \ |
34699 | 10 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34700 | 10 | return S; \ |
34701 | 61 | case 642: \ |
34702 | 61 | tmp = fieldname(insn, 0, 5); \ |
34703 | 61 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34704 | 61 | tmp = fieldname(insn, 13, 8); \ |
34705 | 61 | MCOperand_CreateImm0(MI, tmp); \ |
34706 | 61 | return S; \ |
34707 | 471 | case 643: \ |
34708 | 471 | tmp = fieldname(insn, 5, 5); \ |
34709 | 471 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34710 | 471 | tmp = fieldname(insn, 16, 5); \ |
34711 | 471 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34712 | 471 | tmp = fieldname(insn, 0, 4); \ |
34713 | 471 | MCOperand_CreateImm0(MI, tmp); \ |
34714 | 471 | tmp = fieldname(insn, 12, 4); \ |
34715 | 471 | MCOperand_CreateImm0(MI, tmp); \ |
34716 | 471 | return S; \ |
34717 | 471 | case 644: \ |
34718 | 36 | tmp = fieldname(insn, 0, 5); \ |
34719 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34720 | 36 | tmp = fieldname(insn, 5, 5); \ |
34721 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34722 | 36 | tmp = fieldname(insn, 16, 5); \ |
34723 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34724 | 36 | return S; \ |
34725 | 338 | case 645: \ |
34726 | 338 | tmp = fieldname(insn, 0, 5); \ |
34727 | 338 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34728 | 338 | tmp = fieldname(insn, 5, 5); \ |
34729 | 338 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34730 | 338 | tmp = fieldname(insn, 16, 5); \ |
34731 | 338 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34732 | 338 | tmp = fieldname(insn, 12, 4); \ |
34733 | 338 | MCOperand_CreateImm0(MI, tmp); \ |
34734 | 338 | return S; \ |
34735 | 338 | case 646: \ |
34736 | 30 | tmp = fieldname(insn, 0, 5); \ |
34737 | 30 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34738 | 30 | tmp = fieldname(insn, 5, 5); \ |
34739 | 30 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34740 | 30 | tmp = 0x20; \ |
34741 | 30 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34742 | 30 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34743 | 30 | return S; \ |
34744 | 68 | case 647: \ |
34745 | 68 | tmp = fieldname(insn, 0, 5); \ |
34746 | 68 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34747 | 68 | tmp = fieldname(insn, 5, 5); \ |
34748 | 68 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34749 | 68 | tmp = 0x20; \ |
34750 | 68 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34751 | 68 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34752 | 68 | return S; \ |
34753 | 68 | case 648: \ |
34754 | 41 | tmp = fieldname(insn, 0, 5); \ |
34755 | 41 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34756 | 41 | tmp = fieldname(insn, 5, 5); \ |
34757 | 41 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34758 | 41 | return S; \ |
34759 | 381 | case 649: \ |
34760 | 381 | tmp = fieldname(insn, 5, 5); \ |
34761 | 381 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34762 | 381 | tmp = fieldname(insn, 16, 5); \ |
34763 | 381 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34764 | 381 | return S; \ |
34765 | 381 | case 650: \ |
34766 | 70 | tmp = fieldname(insn, 5, 5); \ |
34767 | 70 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34768 | 70 | return S; \ |
34769 | 86 | case 651: \ |
34770 | 86 | tmp = fieldname(insn, 0, 5); \ |
34771 | 86 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34772 | 86 | tmp = fieldname(insn, 13, 8); \ |
34773 | 86 | MCOperand_CreateImm0(MI, tmp); \ |
34774 | 86 | return S; \ |
34775 | 157 | case 652: \ |
34776 | 157 | tmp = fieldname(insn, 5, 5); \ |
34777 | 157 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34778 | 157 | tmp = fieldname(insn, 16, 5); \ |
34779 | 157 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34780 | 157 | tmp = fieldname(insn, 0, 4); \ |
34781 | 157 | MCOperand_CreateImm0(MI, tmp); \ |
34782 | 157 | tmp = fieldname(insn, 12, 4); \ |
34783 | 157 | MCOperand_CreateImm0(MI, tmp); \ |
34784 | 157 | return S; \ |
34785 | 157 | case 653: \ |
34786 | 91 | tmp = fieldname(insn, 0, 5); \ |
34787 | 91 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34788 | 91 | tmp = fieldname(insn, 5, 5); \ |
34789 | 91 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34790 | 91 | tmp = fieldname(insn, 16, 5); \ |
34791 | 91 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34792 | 91 | tmp = fieldname(insn, 12, 4); \ |
34793 | 91 | MCOperand_CreateImm0(MI, tmp); \ |
34794 | 91 | return S; \ |
34795 | 91 | case 654: \ |
34796 | 14 | tmp = fieldname(insn, 0, 5); \ |
34797 | 14 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34798 | 14 | tmp = fieldname(insn, 5, 5); \ |
34799 | 14 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34800 | 14 | tmp = 0x20; \ |
34801 | 14 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34802 | 14 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34803 | 14 | return S; \ |
34804 | 14 | case 655: \ |
34805 | 6 | tmp = fieldname(insn, 0, 5); \ |
34806 | 6 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34807 | 6 | tmp = fieldname(insn, 5, 5); \ |
34808 | 6 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34809 | 6 | tmp = 0x20; \ |
34810 | 6 | tmp |= fieldname(insn, 10, 5) << 0; \ |
34811 | 6 | if (!Check(&S, DecodeFixedPointScaleImm32(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34812 | 6 | return S; \ |
34813 | 37 | case 656: \ |
34814 | 37 | tmp = fieldname(insn, 0, 5); \ |
34815 | 37 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34816 | 37 | tmp = fieldname(insn, 5, 5); \ |
34817 | 37 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34818 | 37 | return S; \ |
34819 | 150 | case 657: \ |
34820 | 150 | tmp = fieldname(insn, 0, 5); \ |
34821 | 150 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34822 | 150 | tmp = fieldname(insn, 5, 5); \ |
34823 | 150 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34824 | 150 | return S; \ |
34825 | 150 | case 658: \ |
34826 | 47 | tmp = fieldname(insn, 5, 5); \ |
34827 | 47 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34828 | 47 | tmp = fieldname(insn, 16, 5); \ |
34829 | 47 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34830 | 47 | return S; \ |
34831 | 476 | case 659: \ |
34832 | 476 | tmp = fieldname(insn, 5, 5); \ |
34833 | 476 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34834 | 476 | return S; \ |
34835 | 476 | case 660: \ |
34836 | 421 | tmp = fieldname(insn, 0, 5); \ |
34837 | 421 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34838 | 421 | tmp = fieldname(insn, 5, 5); \ |
34839 | 421 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34840 | 421 | return S; \ |
34841 | 421 | case 661: \ |
34842 | 18 | tmp = fieldname(insn, 0, 5); \ |
34843 | 18 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34844 | 18 | tmp = fieldname(insn, 5, 5); \ |
34845 | 18 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34846 | 18 | return S; \ |
34847 | 36 | case 662: \ |
34848 | 36 | tmp = fieldname(insn, 0, 5); \ |
34849 | 36 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34850 | 36 | tmp = fieldname(insn, 5, 5); \ |
34851 | 36 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34852 | 36 | return S; \ |
34853 | 180 | case 663: \ |
34854 | 180 | tmp = fieldname(insn, 0, 5); \ |
34855 | 180 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34856 | 180 | tmp = fieldname(insn, 13, 8); \ |
34857 | 180 | MCOperand_CreateImm0(MI, tmp); \ |
34858 | 180 | return S; \ |
34859 | 180 | case 664: \ |
34860 | 18 | tmp = fieldname(insn, 5, 5); \ |
34861 | 18 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34862 | 18 | tmp = fieldname(insn, 16, 5); \ |
34863 | 18 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34864 | 18 | tmp = fieldname(insn, 0, 4); \ |
34865 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
34866 | 18 | tmp = fieldname(insn, 12, 4); \ |
34867 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
34868 | 18 | return S; \ |
34869 | 117 | case 665: \ |
34870 | 117 | tmp = fieldname(insn, 0, 5); \ |
34871 | 117 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34872 | 117 | tmp = fieldname(insn, 5, 5); \ |
34873 | 117 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34874 | 117 | tmp = fieldname(insn, 16, 5); \ |
34875 | 117 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34876 | 117 | return S; \ |
34877 | 147 | case 666: \ |
34878 | 147 | tmp = fieldname(insn, 0, 5); \ |
34879 | 147 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34880 | 147 | tmp = fieldname(insn, 5, 5); \ |
34881 | 147 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34882 | 147 | tmp = fieldname(insn, 16, 5); \ |
34883 | 147 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34884 | 147 | tmp = fieldname(insn, 12, 4); \ |
34885 | 147 | MCOperand_CreateImm0(MI, tmp); \ |
34886 | 147 | return S; \ |
34887 | 341 | case 667: \ |
34888 | 341 | tmp = fieldname(insn, 0, 5); \ |
34889 | 341 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34890 | 341 | tmp = fieldname(insn, 5, 5); \ |
34891 | 341 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34892 | 341 | tmp = fieldname(insn, 16, 5); \ |
34893 | 341 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34894 | 341 | tmp = fieldname(insn, 10, 5); \ |
34895 | 341 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34896 | 341 | return S; \ |
34897 | 341 | case 668: \ |
34898 | 162 | tmp = fieldname(insn, 0, 5); \ |
34899 | 162 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34900 | 162 | tmp = fieldname(insn, 5, 5); \ |
34901 | 162 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34902 | 162 | tmp = fieldname(insn, 16, 5); \ |
34903 | 162 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34904 | 162 | tmp = fieldname(insn, 10, 5); \ |
34905 | 162 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34906 | 162 | return S; \ |
34907 | 239 | case 669: \ |
34908 | 239 | tmp = fieldname(insn, 0, 5); \ |
34909 | 239 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34910 | 239 | tmp = fieldname(insn, 5, 5); \ |
34911 | 239 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34912 | 239 | tmp = fieldname(insn, 16, 5); \ |
34913 | 239 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34914 | 239 | tmp = fieldname(insn, 10, 5); \ |
34915 | 239 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34916 | 239 | return S; \ |
34917 | 239 | case 670: \ |
34918 | 36 | tmp = fieldname(insn, 0, 5); \ |
34919 | 36 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34920 | 36 | tmp = fieldname(insn, 5, 5); \ |
34921 | 36 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34922 | 36 | tmp = fieldname(insn, 16, 5); \ |
34923 | 36 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34924 | 36 | tmp = 0x0; \ |
34925 | 36 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34926 | 36 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34927 | 36 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34928 | 36 | return S; \ |
34929 | 250 | case 671: \ |
34930 | 250 | tmp = fieldname(insn, 0, 5); \ |
34931 | 250 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34932 | 250 | tmp = fieldname(insn, 5, 5); \ |
34933 | 250 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34934 | 250 | tmp = fieldname(insn, 16, 5); \ |
34935 | 250 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34936 | 250 | tmp = 0x0; \ |
34937 | 250 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34938 | 250 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34939 | 250 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34940 | 250 | return S; \ |
34941 | 250 | case 672: \ |
34942 | 53 | tmp = fieldname(insn, 0, 5); \ |
34943 | 53 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34944 | 53 | tmp = fieldname(insn, 5, 5); \ |
34945 | 53 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34946 | 53 | tmp = fieldname(insn, 16, 5); \ |
34947 | 53 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34948 | 53 | tmp = 0x0; \ |
34949 | 53 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34950 | 53 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34951 | 53 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34952 | 53 | return S; \ |
34953 | 82 | case 673: \ |
34954 | 82 | tmp = fieldname(insn, 0, 5); \ |
34955 | 82 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34956 | 82 | tmp = fieldname(insn, 5, 5); \ |
34957 | 82 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34958 | 82 | tmp = fieldname(insn, 16, 5); \ |
34959 | 82 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34960 | 82 | tmp = 0x0; \ |
34961 | 82 | tmp |= fieldname(insn, 12, 1) << 0; \ |
34962 | 82 | tmp |= fieldname(insn, 15, 1) << 1; \ |
34963 | 82 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34964 | 82 | return S; \ |
34965 | 808 | case 674: \ |
34966 | 808 | tmp = fieldname(insn, 0, 5); \ |
34967 | 808 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34968 | 808 | tmp = fieldname(insn, 5, 19); \ |
34969 | 808 | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34970 | 808 | return S; \ |
34971 | 808 | case 675: \ |
34972 | 76 | tmp = fieldname(insn, 0, 5); \ |
34973 | 76 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34974 | 76 | tmp = fieldname(insn, 5, 5); \ |
34975 | 76 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34976 | 76 | tmp = fieldname(insn, 12, 9); \ |
34977 | 76 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34978 | 76 | return S; \ |
34979 | 76 | case 676: \ |
34980 | 12 | tmp = fieldname(insn, 0, 5); \ |
34981 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34982 | 12 | tmp = fieldname(insn, 0, 5); \ |
34983 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34984 | 12 | tmp = fieldname(insn, 5, 5); \ |
34985 | 12 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34986 | 12 | tmp = fieldname(insn, 16, 5); \ |
34987 | 12 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34988 | 12 | return S; \ |
34989 | 73 | case 677: \ |
34990 | 73 | tmp = fieldname(insn, 0, 5); \ |
34991 | 73 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34992 | 73 | tmp = fieldname(insn, 5, 5); \ |
34993 | 73 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
34994 | 73 | tmp = fieldname(insn, 20, 1); \ |
34995 | 73 | MCOperand_CreateImm0(MI, tmp); \ |
34996 | 73 | return S; \ |
34997 | 73 | case 678: \ |
34998 | 61 | tmp = fieldname(insn, 0, 5); \ |
34999 | 61 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35000 | 61 | tmp = fieldname(insn, 5, 5); \ |
35001 | 61 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35002 | 61 | tmp = fieldname(insn, 19, 2); \ |
35003 | 61 | MCOperand_CreateImm0(MI, tmp); \ |
35004 | 61 | return S; \ |
35005 | 83 | case 679: \ |
35006 | 83 | tmp = fieldname(insn, 0, 5); \ |
35007 | 83 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35008 | 83 | tmp = fieldname(insn, 5, 5); \ |
35009 | 83 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35010 | 83 | tmp = fieldname(insn, 18, 3); \ |
35011 | 83 | MCOperand_CreateImm0(MI, tmp); \ |
35012 | 83 | return S; \ |
35013 | 83 | case 680: \ |
35014 | 35 | tmp = fieldname(insn, 0, 5); \ |
35015 | 35 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35016 | 35 | tmp = fieldname(insn, 5, 5); \ |
35017 | 35 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35018 | 35 | tmp = fieldname(insn, 17, 4); \ |
35019 | 35 | MCOperand_CreateImm0(MI, tmp); \ |
35020 | 35 | return S; \ |
35021 | 35 | case 681: \ |
35022 | 18 | tmp = fieldname(insn, 0, 5); \ |
35023 | 18 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35024 | 18 | tmp = fieldname(insn, 5, 5); \ |
35025 | 18 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35026 | 18 | tmp = fieldname(insn, 16, 5); \ |
35027 | 18 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35028 | 18 | return S; \ |
35029 | 18 | case 682: \ |
35030 | 17 | tmp = fieldname(insn, 0, 5); \ |
35031 | 17 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35032 | 17 | tmp = fieldname(insn, 0, 5); \ |
35033 | 17 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35034 | 17 | tmp = fieldname(insn, 5, 5); \ |
35035 | 17 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35036 | 17 | return S; \ |
35037 | 17 | case 683: \ |
35038 | 5 | tmp = fieldname(insn, 0, 5); \ |
35039 | 5 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35040 | 5 | tmp = fieldname(insn, 0, 5); \ |
35041 | 5 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35042 | 5 | tmp = fieldname(insn, 5, 5); \ |
35043 | 5 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35044 | 5 | return S; \ |
35045 | 22 | case 684: \ |
35046 | 22 | tmp = fieldname(insn, 0, 5); \ |
35047 | 22 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35048 | 22 | tmp = fieldname(insn, 0, 5); \ |
35049 | 22 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35050 | 22 | tmp = fieldname(insn, 5, 5); \ |
35051 | 22 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35052 | 22 | return S; \ |
35053 | 199 | case 685: \ |
35054 | 199 | tmp = fieldname(insn, 0, 5); \ |
35055 | 199 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35056 | 199 | tmp = fieldname(insn, 5, 5); \ |
35057 | 199 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35058 | 199 | return S; \ |
35059 | 199 | case 686: \ |
35060 | 34 | tmp = fieldname(insn, 0, 5); \ |
35061 | 34 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35062 | 34 | tmp = fieldname(insn, 5, 5); \ |
35063 | 34 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35064 | 34 | return S; \ |
35065 | 51 | case 687: \ |
35066 | 51 | tmp = fieldname(insn, 0, 5); \ |
35067 | 51 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35068 | 51 | tmp = fieldname(insn, 0, 5); \ |
35069 | 51 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35070 | 51 | tmp = fieldname(insn, 5, 5); \ |
35071 | 51 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35072 | 51 | tmp = fieldname(insn, 16, 5); \ |
35073 | 51 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35074 | 51 | return S; \ |
35075 | 51 | case 688: \ |
35076 | 28 | tmp = fieldname(insn, 0, 5); \ |
35077 | 28 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35078 | 28 | tmp = fieldname(insn, 0, 5); \ |
35079 | 28 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35080 | 28 | tmp = fieldname(insn, 5, 5); \ |
35081 | 28 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35082 | 28 | tmp = fieldname(insn, 16, 5); \ |
35083 | 28 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35084 | 28 | return S; \ |
35085 | 72 | case 689: \ |
35086 | 72 | tmp = fieldname(insn, 0, 5); \ |
35087 | 72 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35088 | 72 | tmp = fieldname(insn, 5, 5); \ |
35089 | 72 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35090 | 72 | tmp = fieldname(insn, 16, 5); \ |
35091 | 72 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35092 | 72 | return S; \ |
35093 | 112 | case 690: \ |
35094 | 112 | tmp = fieldname(insn, 0, 5); \ |
35095 | 112 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35096 | 112 | tmp = fieldname(insn, 5, 5); \ |
35097 | 112 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35098 | 112 | tmp = fieldname(insn, 16, 5); \ |
35099 | 112 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35100 | 112 | return S; \ |
35101 | 112 | case 691: \ |
35102 | 107 | tmp = fieldname(insn, 0, 5); \ |
35103 | 107 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35104 | 107 | tmp = fieldname(insn, 5, 5); \ |
35105 | 107 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35106 | 107 | tmp = fieldname(insn, 16, 6); \ |
35107 | 107 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35108 | 107 | return S; \ |
35109 | 107 | case 692: \ |
35110 | 31 | tmp = fieldname(insn, 0, 5); \ |
35111 | 31 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35112 | 31 | tmp = fieldname(insn, 0, 5); \ |
35113 | 31 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35114 | 31 | tmp = fieldname(insn, 5, 5); \ |
35115 | 31 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35116 | 31 | tmp = fieldname(insn, 16, 4); \ |
35117 | 31 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35118 | 31 | tmp = 0x0; \ |
35119 | 31 | tmp |= fieldname(insn, 11, 1) << 2; \ |
35120 | 31 | tmp |= fieldname(insn, 20, 2) << 0; \ |
35121 | 31 | MCOperand_CreateImm0(MI, tmp); \ |
35122 | 31 | return S; \ |
35123 | 31 | case 693: \ |
35124 | 12 | tmp = fieldname(insn, 0, 5); \ |
35125 | 12 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35126 | 12 | tmp = fieldname(insn, 0, 5); \ |
35127 | 12 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35128 | 12 | tmp = fieldname(insn, 5, 5); \ |
35129 | 12 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35130 | 12 | tmp = fieldname(insn, 16, 6); \ |
35131 | 12 | if (!Check(&S, DecodeVecShiftR64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35132 | 12 | return S; \ |
35133 | 36 | case 694: \ |
35134 | 36 | tmp = fieldname(insn, 0, 5); \ |
35135 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35136 | 36 | tmp = fieldname(insn, 0, 5); \ |
35137 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35138 | 36 | tmp = fieldname(insn, 5, 5); \ |
35139 | 36 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35140 | 36 | tmp = fieldname(insn, 16, 5); \ |
35141 | 36 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35142 | 36 | tmp = 0x0; \ |
35143 | 36 | tmp |= fieldname(insn, 11, 1) << 1; \ |
35144 | 36 | tmp |= fieldname(insn, 21, 1) << 0; \ |
35145 | 36 | MCOperand_CreateImm0(MI, tmp); \ |
35146 | 36 | return S; \ |
35147 | 80 | case 695: \ |
35148 | 80 | tmp = fieldname(insn, 0, 5); \ |
35149 | 80 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35150 | 80 | tmp = fieldname(insn, 0, 5); \ |
35151 | 80 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35152 | 80 | tmp = fieldname(insn, 5, 5); \ |
35153 | 80 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35154 | 80 | tmp = fieldname(insn, 16, 5); \ |
35155 | 80 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35156 | 80 | tmp = fieldname(insn, 11, 1); \ |
35157 | 80 | MCOperand_CreateImm0(MI, tmp); \ |
35158 | 80 | return S; \ |
35159 | 80 | case 696: \ |
35160 | 16 | tmp = fieldname(insn, 0, 5); \ |
35161 | 16 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35162 | 16 | tmp = fieldname(insn, 0, 5); \ |
35163 | 16 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35164 | 16 | tmp = fieldname(insn, 5, 5); \ |
35165 | 16 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35166 | 16 | tmp = fieldname(insn, 16, 4); \ |
35167 | 16 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35168 | 16 | tmp = 0x0; \ |
35169 | 16 | tmp |= fieldname(insn, 11, 1) << 2; \ |
35170 | 16 | tmp |= fieldname(insn, 20, 2) << 0; \ |
35171 | 16 | MCOperand_CreateImm0(MI, tmp); \ |
35172 | 16 | return S; \ |
35173 | 19 | case 697: \ |
35174 | 19 | tmp = fieldname(insn, 0, 5); \ |
35175 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35176 | 19 | tmp = fieldname(insn, 0, 5); \ |
35177 | 19 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35178 | 19 | tmp = fieldname(insn, 5, 5); \ |
35179 | 19 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35180 | 19 | tmp = fieldname(insn, 16, 5); \ |
35181 | 19 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35182 | 19 | tmp = 0x0; \ |
35183 | 19 | tmp |= fieldname(insn, 11, 1) << 1; \ |
35184 | 19 | tmp |= fieldname(insn, 21, 1) << 0; \ |
35185 | 19 | MCOperand_CreateImm0(MI, tmp); \ |
35186 | 19 | return S; \ |
35187 | 301 | case 698: \ |
35188 | 301 | tmp = fieldname(insn, 0, 5); \ |
35189 | 301 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35190 | 301 | tmp = fieldname(insn, 5, 5); \ |
35191 | 301 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35192 | 301 | tmp = fieldname(insn, 16, 6); \ |
35193 | 301 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35194 | 301 | return S; \ |
35195 | 301 | case 699: \ |
35196 | 6 | tmp = fieldname(insn, 0, 5); \ |
35197 | 6 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35198 | 6 | tmp = fieldname(insn, 5, 5); \ |
35199 | 6 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35200 | 6 | tmp = fieldname(insn, 16, 3); \ |
35201 | 6 | if (!Check(&S, DecodeVecShiftL8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35202 | 6 | return S; \ |
35203 | 15 | case 700: \ |
35204 | 15 | tmp = fieldname(insn, 0, 5); \ |
35205 | 15 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35206 | 15 | tmp = fieldname(insn, 5, 5); \ |
35207 | 15 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35208 | 15 | tmp = fieldname(insn, 16, 4); \ |
35209 | 15 | if (!Check(&S, DecodeVecShiftL16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35210 | 15 | return S; \ |
35211 | 99 | case 701: \ |
35212 | 99 | tmp = fieldname(insn, 0, 5); \ |
35213 | 99 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35214 | 99 | tmp = fieldname(insn, 5, 5); \ |
35215 | 99 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35216 | 99 | tmp = fieldname(insn, 16, 5); \ |
35217 | 99 | if (!Check(&S, DecodeVecShiftL32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35218 | 99 | return S; \ |
35219 | 99 | case 702: \ |
35220 | 79 | tmp = fieldname(insn, 0, 5); \ |
35221 | 79 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35222 | 79 | tmp = fieldname(insn, 5, 5); \ |
35223 | 79 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35224 | 79 | tmp = fieldname(insn, 16, 4); \ |
35225 | 79 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35226 | 79 | tmp = 0x0; \ |
35227 | 79 | tmp |= fieldname(insn, 11, 1) << 2; \ |
35228 | 79 | tmp |= fieldname(insn, 20, 2) << 0; \ |
35229 | 79 | MCOperand_CreateImm0(MI, tmp); \ |
35230 | 79 | return S; \ |
35231 | 79 | case 703: \ |
35232 | 43 | tmp = fieldname(insn, 0, 5); \ |
35233 | 43 | if (!Check(&S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35234 | 43 | tmp = fieldname(insn, 5, 5); \ |
35235 | 43 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35236 | 43 | tmp = fieldname(insn, 16, 3); \ |
35237 | 43 | if (!Check(&S, DecodeVecShiftR8Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35238 | 43 | return S; \ |
35239 | 176 | case 704: \ |
35240 | 176 | tmp = fieldname(insn, 0, 5); \ |
35241 | 176 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35242 | 176 | tmp = fieldname(insn, 5, 5); \ |
35243 | 176 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35244 | 176 | tmp = fieldname(insn, 16, 4); \ |
35245 | 176 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35246 | 176 | return S; \ |
35247 | 176 | case 705: \ |
35248 | 8 | tmp = fieldname(insn, 0, 5); \ |
35249 | 8 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35250 | 8 | tmp = fieldname(insn, 5, 5); \ |
35251 | 8 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35252 | 8 | tmp = fieldname(insn, 16, 5); \ |
35253 | 8 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35254 | 8 | return S; \ |
35255 | 63 | case 706: \ |
35256 | 63 | tmp = fieldname(insn, 0, 5); \ |
35257 | 63 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35258 | 63 | tmp = fieldname(insn, 5, 5); \ |
35259 | 63 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35260 | 63 | tmp = fieldname(insn, 16, 5); \ |
35261 | 63 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35262 | 63 | tmp = 0x0; \ |
35263 | 63 | tmp |= fieldname(insn, 11, 1) << 1; \ |
35264 | 63 | tmp |= fieldname(insn, 21, 1) << 0; \ |
35265 | 63 | MCOperand_CreateImm0(MI, tmp); \ |
35266 | 63 | return S; \ |
35267 | 67 | case 707: \ |
35268 | 67 | tmp = fieldname(insn, 0, 5); \ |
35269 | 67 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35270 | 67 | tmp = fieldname(insn, 5, 5); \ |
35271 | 67 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35272 | 67 | tmp = fieldname(insn, 16, 5); \ |
35273 | 67 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35274 | 67 | tmp = fieldname(insn, 11, 1); \ |
35275 | 67 | MCOperand_CreateImm0(MI, tmp); \ |
35276 | 67 | return S; \ |
35277 | 67 | case 708: \ |
35278 | 42 | tmp = fieldname(insn, 0, 5); \ |
35279 | 42 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35280 | 42 | tmp = fieldname(insn, 5, 5); \ |
35281 | 42 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35282 | 42 | tmp = fieldname(insn, 16, 4); \ |
35283 | 42 | if (!Check(&S, DecodeFPR128_loRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35284 | 42 | tmp = 0x0; \ |
35285 | 42 | tmp |= fieldname(insn, 11, 1) << 2; \ |
35286 | 42 | tmp |= fieldname(insn, 20, 2) << 0; \ |
35287 | 42 | MCOperand_CreateImm0(MI, tmp); \ |
35288 | 42 | return S; \ |
35289 | 48 | case 709: \ |
35290 | 48 | tmp = fieldname(insn, 0, 5); \ |
35291 | 48 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35292 | 48 | tmp = fieldname(insn, 5, 5); \ |
35293 | 48 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35294 | 48 | tmp = fieldname(insn, 16, 5); \ |
35295 | 48 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35296 | 48 | tmp = 0x0; \ |
35297 | 48 | tmp |= fieldname(insn, 11, 1) << 1; \ |
35298 | 48 | tmp |= fieldname(insn, 21, 1) << 0; \ |
35299 | 48 | MCOperand_CreateImm0(MI, tmp); \ |
35300 | 48 | return S; \ |
35301 | 72 | case 710: \ |
35302 | 72 | tmp = fieldname(insn, 0, 5); \ |
35303 | 72 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35304 | 72 | tmp = fieldname(insn, 5, 5); \ |
35305 | 72 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35306 | 72 | tmp = fieldname(insn, 16, 4); \ |
35307 | 72 | if (!Check(&S, DecodeVecShiftR16Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35308 | 72 | return S; \ |
35309 | 116 | case 711: \ |
35310 | 116 | tmp = fieldname(insn, 0, 5); \ |
35311 | 116 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35312 | 116 | tmp = fieldname(insn, 5, 5); \ |
35313 | 116 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35314 | 116 | tmp = fieldname(insn, 16, 5); \ |
35315 | 116 | if (!Check(&S, DecodeVecShiftR32Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35316 | 116 | return S; \ |
35317 | 116 | case 712: \ |
35318 | 21 | tmp = fieldname(insn, 0, 5); \ |
35319 | 21 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35320 | 21 | tmp = fieldname(insn, 5, 5); \ |
35321 | 21 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35322 | 21 | tmp = fieldname(insn, 16, 5); \ |
35323 | 21 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35324 | 21 | tmp = 0x0; \ |
35325 | 21 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35326 | 21 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35327 | 21 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35328 | 21 | return S; \ |
35329 | 21 | case 713: \ |
35330 | 5 | tmp = fieldname(insn, 0, 5); \ |
35331 | 5 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35332 | 5 | tmp = fieldname(insn, 5, 5); \ |
35333 | 5 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35334 | 5 | tmp = fieldname(insn, 16, 5); \ |
35335 | 5 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35336 | 5 | tmp = 0x0; \ |
35337 | 5 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35338 | 5 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35339 | 5 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35340 | 5 | return S; \ |
35341 | 120 | case 714: \ |
35342 | 120 | tmp = fieldname(insn, 0, 5); \ |
35343 | 120 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35344 | 120 | tmp = fieldname(insn, 0, 5); \ |
35345 | 120 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35346 | 120 | tmp = fieldname(insn, 5, 5); \ |
35347 | 120 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35348 | 120 | tmp = fieldname(insn, 16, 5); \ |
35349 | 120 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35350 | 120 | return S; \ |
35351 | 217 | case 715: \ |
35352 | 217 | tmp = fieldname(insn, 0, 5); \ |
35353 | 217 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35354 | 217 | tmp = fieldname(insn, 0, 5); \ |
35355 | 217 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35356 | 217 | tmp = fieldname(insn, 5, 5); \ |
35357 | 217 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35358 | 217 | tmp = fieldname(insn, 16, 5); \ |
35359 | 217 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35360 | 217 | return S; \ |
35361 | 217 | case 716: \ |
35362 | 38 | tmp = fieldname(insn, 0, 5); \ |
35363 | 38 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35364 | 38 | tmp = fieldname(insn, 0, 5); \ |
35365 | 38 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35366 | 38 | tmp = fieldname(insn, 5, 5); \ |
35367 | 38 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35368 | 38 | tmp = fieldname(insn, 16, 6); \ |
35369 | 38 | if (!Check(&S, DecodeVecShiftL64Imm(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35370 | 38 | return S; \ |
35371 | 423 | case 717: \ |
35372 | 423 | tmp = fieldname(insn, 0, 5); \ |
35373 | 423 | if (!Check(&S, DecodeFPR128RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35374 | 423 | tmp = fieldname(insn, 5, 19); \ |
35375 | 423 | if (!Check(&S, DecodePCRelLabel19(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35376 | 423 | return S; \ |
35377 | 423 | case 718: \ |
35378 | 94 | tmp = fieldname(insn, 0, 5); \ |
35379 | 94 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35380 | 94 | tmp = fieldname(insn, 5, 5); \ |
35381 | 94 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35382 | 94 | tmp = fieldname(insn, 12, 9); \ |
35383 | 94 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35384 | 94 | return S; \ |
35385 | 94 | case 719: \ |
35386 | 37 | tmp = fieldname(insn, 0, 5); \ |
35387 | 37 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35388 | 37 | tmp = fieldname(insn, 5, 5); \ |
35389 | 37 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35390 | 37 | tmp = fieldname(insn, 10, 6); \ |
35391 | 37 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35392 | 37 | return S; \ |
35393 | 37 | case 720: \ |
35394 | 17 | tmp = fieldname(insn, 0, 5); \ |
35395 | 17 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35396 | 17 | tmp = fieldname(insn, 5, 5); \ |
35397 | 17 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35398 | 17 | tmp = fieldname(insn, 10, 6); \ |
35399 | 17 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35400 | 17 | return S; \ |
35401 | 18 | case 721: \ |
35402 | 18 | tmp = fieldname(insn, 0, 5); \ |
35403 | 18 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35404 | 18 | tmp = fieldname(insn, 5, 5); \ |
35405 | 18 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35406 | 18 | return S; \ |
35407 | 39 | case 722: \ |
35408 | 39 | tmp = fieldname(insn, 0, 5); \ |
35409 | 39 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35410 | 39 | tmp = fieldname(insn, 5, 5); \ |
35411 | 39 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35412 | 39 | return S; \ |
35413 | 39 | case 723: \ |
35414 | 10 | tmp = fieldname(insn, 0, 5); \ |
35415 | 10 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35416 | 10 | tmp = fieldname(insn, 5, 5); \ |
35417 | 10 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35418 | 10 | tmp = fieldname(insn, 10, 6); \ |
35419 | 10 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35420 | 10 | return S; \ |
35421 | 10 | case 724: \ |
35422 | 3 | tmp = fieldname(insn, 0, 5); \ |
35423 | 3 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35424 | 3 | tmp = fieldname(insn, 5, 5); \ |
35425 | 3 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35426 | 3 | tmp = fieldname(insn, 10, 6); \ |
35427 | 3 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35428 | 3 | return S; \ |
35429 | 34 | case 725: \ |
35430 | 34 | tmp = fieldname(insn, 0, 5); \ |
35431 | 34 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35432 | 34 | tmp = fieldname(insn, 5, 5); \ |
35433 | 34 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35434 | 34 | return S; \ |
35435 | 34 | case 726: \ |
35436 | 25 | tmp = fieldname(insn, 0, 5); \ |
35437 | 25 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35438 | 25 | tmp = fieldname(insn, 5, 5); \ |
35439 | 25 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35440 | 25 | return S; \ |
35441 | 25 | case 727: \ |
35442 | 18 | if (!Check(&S, DecodeFMOVLaneInstruction(MI, insn, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35443 | 18 | return S; \ |
35444 | 37 | case 728: \ |
35445 | 37 | tmp = fieldname(insn, 0, 5); \ |
35446 | 37 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35447 | 37 | tmp = fieldname(insn, 5, 5); \ |
35448 | 37 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35449 | 37 | tmp = fieldname(insn, 10, 6); \ |
35450 | 37 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35451 | 37 | return S; \ |
35452 | 69 | case 729: \ |
35453 | 69 | tmp = fieldname(insn, 0, 5); \ |
35454 | 69 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35455 | 69 | tmp = fieldname(insn, 5, 5); \ |
35456 | 69 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35457 | 69 | tmp = fieldname(insn, 10, 6); \ |
35458 | 69 | if (!Check(&S, DecodeFixedPointScaleImm64(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35459 | 69 | return S; \ |
35460 | 69 | case 730: \ |
35461 | 29 | tmp = fieldname(insn, 0, 5); \ |
35462 | 29 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35463 | 29 | tmp = fieldname(insn, 5, 5); \ |
35464 | 29 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35465 | 29 | return S; \ |
35466 | 29 | case 731: \ |
35467 | 14 | tmp = fieldname(insn, 0, 5); \ |
35468 | 14 | if (!Check(&S, DecodeFPR16RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35469 | 14 | tmp = fieldname(insn, 5, 5); \ |
35470 | 14 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35471 | 14 | return S; \ |
35472 | 41 | case 732: \ |
35473 | 41 | tmp = fieldname(insn, 0, 5); \ |
35474 | 41 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35475 | 41 | tmp = fieldname(insn, 5, 5); \ |
35476 | 41 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35477 | 41 | tmp = fieldname(insn, 16, 5); \ |
35478 | 41 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35479 | 41 | tmp = 0x0; \ |
35480 | 41 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35481 | 41 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35482 | 41 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35483 | 41 | return S; \ |
35484 | 43 | case 733: \ |
35485 | 43 | tmp = fieldname(insn, 0, 5); \ |
35486 | 43 | if (!Check(&S, DecodeFPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35487 | 43 | tmp = fieldname(insn, 5, 5); \ |
35488 | 43 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35489 | 43 | tmp = fieldname(insn, 16, 5); \ |
35490 | 43 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35491 | 43 | tmp = 0x0; \ |
35492 | 43 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35493 | 43 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35494 | 43 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35495 | 43 | return S; \ |
35496 | 67 | case 734: \ |
35497 | 67 | tmp = fieldname(insn, 0, 5); \ |
35498 | 67 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35499 | 67 | tmp = fieldname(insn, 5, 5); \ |
35500 | 67 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35501 | 67 | tmp = fieldname(insn, 12, 9); \ |
35502 | 67 | if (!Check(&S, DecodeSImm_9(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35503 | 67 | return S; \ |
35504 | 67 | case 735: \ |
35505 | 56 | tmp = fieldname(insn, 0, 5); \ |
35506 | 56 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35507 | 56 | tmp = fieldname(insn, 5, 5); \ |
35508 | 56 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35509 | 56 | tmp = fieldname(insn, 16, 5); \ |
35510 | 56 | if (!Check(&S, DecodeGPR32RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35511 | 56 | tmp = 0x0; \ |
35512 | 56 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35513 | 56 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35514 | 56 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35515 | 56 | return S; \ |
35516 | 78 | case 736: \ |
35517 | 78 | tmp = fieldname(insn, 0, 5); \ |
35518 | 78 | if (!Check(&S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35519 | 78 | tmp = fieldname(insn, 5, 5); \ |
35520 | 78 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35521 | 78 | tmp = fieldname(insn, 16, 5); \ |
35522 | 78 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35523 | 78 | tmp = 0x0; \ |
35524 | 78 | tmp |= fieldname(insn, 12, 1) << 0; \ |
35525 | 78 | tmp |= fieldname(insn, 15, 1) << 1; \ |
35526 | 78 | if (!Check(&S, DecodeMemExtend(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35527 | 78 | return S; \ |
35528 | 722 | case 737: \ |
35529 | 722 | if (!Check(&S, DecodeSystemPStateImm0_1Instruction(MI, insn, Address, Decoder))) { *DecodeComplete = false; return MCDisassembler_Fail; } \ |
35530 | 722 | return S; \ |
35531 | 2.46k | case 738: \ |
35532 | 2.46k | tmp = fieldname(insn, 5, 16); \ |
35533 | 2.46k | if (!Check(&S, DecodeMSRSystemRegister(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35534 | 2.46k | tmp = fieldname(insn, 0, 5); \ |
35535 | 2.46k | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35536 | 2.46k | return S; \ |
35537 | 2.46k | case 739: \ |
35538 | 562 | tmp = fieldname(insn, 0, 5); \ |
35539 | 562 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35540 | 562 | tmp = fieldname(insn, 5, 16); \ |
35541 | 562 | if (!Check(&S, DecodeMRSSystemRegister(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35542 | 562 | return S; \ |
35543 | 562 | case 740: \ |
35544 | 417 | tmp = 0x0; \ |
35545 | 417 | tmp |= fieldname(insn, 0, 3) << 0; \ |
35546 | 417 | tmp |= fieldname(insn, 12, 2) << 3; \ |
35547 | 417 | tmp |= fieldname(insn, 15, 1) << 5; \ |
35548 | 417 | MCOperand_CreateImm0(MI, tmp); \ |
35549 | 417 | tmp = fieldname(insn, 16, 5); \ |
35550 | 417 | if (!Check(&S, DecodeGPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35551 | 417 | tmp = fieldname(insn, 5, 5); \ |
35552 | 417 | if (!Check(&S, DecodeGPR64spRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
35553 | 417 | return S; \ |
35554 | 230k | } \ |
35555 | 230k | } |
35556 | | |
35557 | | #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ |
35558 | | static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ |
35559 | 237k | InsnType insn, uint64_t Address, const void *Decoder) { \ |
35560 | 237k | const uint8_t *Ptr = DecodeTable; \ |
35561 | 237k | uint64_t CurFieldValue = 0; \ |
35562 | 237k | DecodeStatus S = MCDisassembler_Success; \ |
35563 | 5.99M | while (true) { \ |
35564 | 5.99M | switch (*Ptr) { \ |
35565 | 0 | default: \ |
35566 | 0 | return MCDisassembler_Fail; \ |
35567 | 1.21M | case MCD_OPC_ExtractField: { \ |
35568 | 1.21M | unsigned Start = *++Ptr; \ |
35569 | 1.21M | unsigned Len = *++Ptr; \ |
35570 | 1.21M | ++Ptr; \ |
35571 | 1.21M | CurFieldValue = fieldname(insn, Start, Len); \ |
35572 | 1.21M | break; \ |
35573 | 0 | } \ |
35574 | 4.27M | case MCD_OPC_FilterValue: { \ |
35575 | 4.27M | /* Decode the field value. */ \ |
35576 | 4.27M | unsigned Len; \ |
35577 | 4.27M | uint64_t Val = decodeULEB128(++Ptr, &Len); \ |
35578 | 4.27M | Ptr += Len; \ |
35579 | 4.27M | /* NumToSkip is a plain 24-bit integer. */ \ |
35580 | 4.27M | unsigned NumToSkip = *Ptr++; \ |
35581 | 4.27M | NumToSkip |= (*Ptr++) << 8; \ |
35582 | 4.27M | NumToSkip |= (*Ptr++) << 16; \ |
35583 | 4.27M | /* Perform the filter operation. */ \ |
35584 | 4.27M | if (Val != CurFieldValue) \ |
35585 | 4.27M | Ptr += NumToSkip; \ |
35586 | 4.27M | break; \ |
35587 | 0 | } \ |
35588 | 103k | case MCD_OPC_CheckField: { \ |
35589 | 103k | unsigned Start = *++Ptr; \ |
35590 | 103k | unsigned Len = *++Ptr; \ |
35591 | 103k | uint64_t FieldValue = fieldname(insn, Start, Len); \ |
35592 | 103k | /* Decode the field value. */ \ |
35593 | 103k | unsigned PtrLen = 0; \ |
35594 | 103k | uint64_t ExpectedValue = decodeULEB128(++Ptr, &PtrLen); \ |
35595 | 103k | Ptr += PtrLen; \ |
35596 | 103k | /* NumToSkip is a plain 24-bit integer. */ \ |
35597 | 103k | unsigned NumToSkip = *Ptr++; \ |
35598 | 103k | NumToSkip |= (*Ptr++) << 8; \ |
35599 | 103k | NumToSkip |= (*Ptr++) << 16; \ |
35600 | 103k | /* If the actual and expected values don't match, skip. */ \ |
35601 | 103k | if (ExpectedValue != FieldValue) \ |
35602 | 103k | Ptr += NumToSkip; \ |
35603 | 103k | break; \ |
35604 | 0 | } \ |
35605 | 160k | case MCD_OPC_CheckPredicate: { \ |
35606 | 160k | unsigned Len; \ |
35607 | 160k | /* Decode the Predicate Index value. */ \ |
35608 | 160k | unsigned PIdx = decodeULEB128(++Ptr, &Len); \ |
35609 | 160k | Ptr += Len; \ |
35610 | 160k | /* NumToSkip is a plain 24-bit integer. */ \ |
35611 | 160k | unsigned NumToSkip = *Ptr++; \ |
35612 | 160k | NumToSkip |= (*Ptr++) << 8; \ |
35613 | 160k | NumToSkip |= (*Ptr++) << 16; \ |
35614 | 160k | /* Check the predicate. */ \ |
35615 | 160k | bool Pred = checkDecoderPredicate(MI, PIdx); \ |
35616 | 160k | if (!Pred) \ |
35617 | 160k | Ptr += NumToSkip; \ |
35618 | 160k | break; \ |
35619 | 0 | } \ |
35620 | 228k | case MCD_OPC_Decode: { \ |
35621 | 228k | unsigned Len; \ |
35622 | 228k | /* Decode the Opcode value. */ \ |
35623 | 228k | unsigned Opc = decodeULEB128(++Ptr, &Len); \ |
35624 | 228k | Ptr += Len; \ |
35625 | 228k | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \ |
35626 | 228k | Ptr += Len; \ |
35627 | 228k | MCInst_clear(MI); \ |
35628 | 228k | MCInst_setOpcode(MI, Opc); \ |
35629 | 228k | bool DecodeComplete; \ |
35630 | 228k | S = decoder(S, DecodeIdx, insn, MI, Address, Decoder, &DecodeComplete); \ |
35631 | 228k | return S; \ |
35632 | 0 | } \ |
35633 | 1.86k | case MCD_OPC_TryDecode: { \ |
35634 | 1.86k | unsigned Len; \ |
35635 | 1.86k | /* Decode the Opcode value. */ \ |
35636 | 1.86k | unsigned Opc = decodeULEB128(++Ptr, &Len); \ |
35637 | 1.86k | Ptr += Len; \ |
35638 | 1.86k | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \ |
35639 | 1.86k | Ptr += Len; \ |
35640 | 1.86k | /* NumToSkip is a plain 24-bit integer. */ \ |
35641 | 1.86k | unsigned NumToSkip = *Ptr++; \ |
35642 | 1.86k | NumToSkip |= (*Ptr++) << 8; \ |
35643 | 1.86k | NumToSkip |= (*Ptr++) << 16; \ |
35644 | 1.86k | /* Perform the decode operation. */ \ |
35645 | 1.86k | MCInst_setOpcode(MI, Opc); \ |
35646 | 1.86k | bool DecodeComplete; \ |
35647 | 1.86k | S = decoder(S, DecodeIdx, insn, MI, Address, Decoder, &DecodeComplete); \ |
35648 | 1.86k | if (DecodeComplete) { \ |
35649 | 562 | /* Decoding complete. */ \ |
35650 | 562 | return S; \ |
35651 | 1.30k | } else { \ |
35652 | 1.30k | /* LLVM uses a MCInst on the stack, but for our use case, */ \ |
35653 | 1.30k | /* it is enough for now to reset the op counter. */ \ |
35654 | 1.30k | MCInst_clear(MI); \ |
35655 | 1.30k | /* If the decoding was incomplete, skip. */ \ |
35656 | 1.30k | Ptr += NumToSkip; \ |
35657 | 1.30k | /* Reset decode status. This also drops a SoftFail status that could be */ \ |
35658 | 1.30k | /* set before the decode attempt. */ \ |
35659 | 1.30k | S = MCDisassembler_Success; \ |
35660 | 1.30k | } \ |
35661 | 1.86k | break; \ |
35662 | 1.86k | } \ |
35663 | 5.46k | case MCD_OPC_SoftFail: { \ |
35664 | 5.46k | /* Decode the mask values. */ \ |
35665 | 5.46k | unsigned Len; \ |
35666 | 5.46k | uint64_t PositiveMask = decodeULEB128(++Ptr, &Len); \ |
35667 | 5.46k | Ptr += Len; \ |
35668 | 5.46k | uint64_t NegativeMask = decodeULEB128(Ptr, &Len); \ |
35669 | 5.46k | Ptr += Len; \ |
35670 | 5.46k | bool Fail = (insn & PositiveMask) != 0 || (~insn & NegativeMask) != 0; \ |
35671 | 5.46k | if (Fail) \ |
35672 | 5.46k | S = MCDisassembler_SoftFail; \ |
35673 | 5.46k | break; \ |
35674 | 1.86k | } \ |
35675 | 8.60k | case MCD_OPC_Fail: { \ |
35676 | 8.60k | return MCDisassembler_Fail; \ |
35677 | 1.86k | } \ |
35678 | 5.99M | } \ |
35679 | 5.99M | } \ |
35680 | 237k | /* Bogisity detected in disassembler state machine! */ \ |
35681 | 237k | } |
35682 | | |
35683 | | FieldFromInstruction(fieldFromInstruction_4, uint32_t) |
35684 | 230k | DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint32_t) |
35685 | | DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t) |