/src/capstonenext/arch/PowerPC/PPCGenDisassemblerTables.inc
Line | Count | Source (jump to first uncovered line) |
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 | 864k | static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ |
21 | 864k | { \ |
22 | 864k | InsnType fieldMask; \ |
23 | 864k | if (numBits == sizeof(InsnType) * 8) \ |
24 | 864k | fieldMask = (InsnType)(-1LL); \ |
25 | 864k | else \ |
26 | 864k | fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ |
27 | 864k | return (insn & fieldMask) >> startBit; \ |
28 | 864k | } |
29 | | |
30 | 118k | static bool Check(DecodeStatus *Out, const DecodeStatus In) { |
31 | 118k | *Out = (DecodeStatus) (*Out & In); |
32 | 118k | return *Out != MCDisassembler_Fail; |
33 | 118k | } |
34 | | |
35 | | static const uint8_t DecoderTable32[] = { |
36 | | /* 0 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
37 | | /* 3 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20 |
38 | | /* 8 */ MCD_OPC_CheckField, 1, 10, 128, 2, 238, 96, 0, // Skip to: 24830 |
39 | | /* 16 */ MCD_OPC_Decode, 248, 3, 0, // Opcode: ATTN |
40 | | /* 20 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 29 |
41 | | /* 25 */ MCD_OPC_Decode, 199, 17, 1, // Opcode: TDI |
42 | | /* 29 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 38 |
43 | | /* 34 */ MCD_OPC_Decode, 223, 17, 2, // Opcode: TWI |
44 | | /* 38 */ MCD_OPC_FilterValue, 4, 20, 24, 0, // Skip to: 6207 |
45 | | /* 43 */ MCD_OPC_ExtractField, 1, 5, // Inst{5-1} ... |
46 | | /* 46 */ MCD_OPC_FilterValue, 0, 223, 2, 0, // Skip to: 786 |
47 | | /* 51 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
48 | | /* 54 */ MCD_OPC_FilterValue, 0, 104, 0, 0, // Skip to: 163 |
49 | | /* 59 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
50 | | /* 62 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 106 |
51 | | /* 67 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
52 | | /* 70 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 79 |
53 | | /* 75 */ MCD_OPC_Decode, 237, 17, 3, // Opcode: VADDUBM |
54 | | /* 79 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 88 |
55 | | /* 84 */ MCD_OPC_Decode, 238, 17, 3, // Opcode: VADDUBS |
56 | | /* 88 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 97 |
57 | | /* 93 */ MCD_OPC_Decode, 205, 20, 3, // Opcode: VSUBUBM |
58 | | /* 97 */ MCD_OPC_FilterValue, 3, 152, 96, 0, // Skip to: 24830 |
59 | | /* 102 */ MCD_OPC_Decode, 206, 20, 3, // Opcode: VSUBUBS |
60 | | /* 106 */ MCD_OPC_FilterValue, 1, 143, 96, 0, // Skip to: 24830 |
61 | | /* 111 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
62 | | /* 114 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 154 |
63 | | /* 119 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
64 | | /* 122 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 138 |
65 | | /* 127 */ MCD_OPC_CheckField, 11, 5, 0, 120, 96, 0, // Skip to: 24830 |
66 | | /* 134 */ MCD_OPC_Decode, 200, 19, 4, // Opcode: VMUL10CUQ |
67 | | /* 138 */ MCD_OPC_FilterValue, 1, 111, 96, 0, // Skip to: 24830 |
68 | | /* 143 */ MCD_OPC_CheckField, 11, 5, 0, 104, 96, 0, // Skip to: 24830 |
69 | | /* 150 */ MCD_OPC_Decode, 203, 19, 4, // Opcode: VMUL10UQ |
70 | | /* 154 */ MCD_OPC_FilterValue, 1, 95, 96, 0, // Skip to: 24830 |
71 | | /* 159 */ MCD_OPC_Decode, 138, 4, 5, // Opcode: BCDADD_rec |
72 | | /* 163 */ MCD_OPC_FilterValue, 1, 90, 0, 0, // Skip to: 258 |
73 | | /* 168 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
74 | | /* 171 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 215 |
75 | | /* 176 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
76 | | /* 179 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 188 |
77 | | /* 184 */ MCD_OPC_Decode, 240, 17, 3, // Opcode: VADDUHM |
78 | | /* 188 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 197 |
79 | | /* 193 */ MCD_OPC_Decode, 241, 17, 3, // Opcode: VADDUHS |
80 | | /* 197 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 206 |
81 | | /* 202 */ MCD_OPC_Decode, 208, 20, 3, // Opcode: VSUBUHM |
82 | | /* 206 */ MCD_OPC_FilterValue, 3, 43, 96, 0, // Skip to: 24830 |
83 | | /* 211 */ MCD_OPC_Decode, 209, 20, 3, // Opcode: VSUBUHS |
84 | | /* 215 */ MCD_OPC_FilterValue, 1, 34, 96, 0, // Skip to: 24830 |
85 | | /* 220 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
86 | | /* 223 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 249 |
87 | | /* 228 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
88 | | /* 231 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 240 |
89 | | /* 236 */ MCD_OPC_Decode, 201, 19, 3, // Opcode: VMUL10ECUQ |
90 | | /* 240 */ MCD_OPC_FilterValue, 1, 9, 96, 0, // Skip to: 24830 |
91 | | /* 245 */ MCD_OPC_Decode, 202, 19, 3, // Opcode: VMUL10EUQ |
92 | | /* 249 */ MCD_OPC_FilterValue, 1, 0, 96, 0, // Skip to: 24830 |
93 | | /* 254 */ MCD_OPC_Decode, 148, 4, 5, // Opcode: BCDSUB_rec |
94 | | /* 258 */ MCD_OPC_FilterValue, 2, 77, 0, 0, // Skip to: 340 |
95 | | /* 263 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
96 | | /* 266 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 282 |
97 | | /* 271 */ MCD_OPC_CheckField, 0, 1, 0, 232, 95, 0, // Skip to: 24830 |
98 | | /* 278 */ MCD_OPC_Decode, 243, 17, 3, // Opcode: VADDUWM |
99 | | /* 282 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 298 |
100 | | /* 287 */ MCD_OPC_CheckField, 0, 1, 0, 216, 95, 0, // Skip to: 24830 |
101 | | /* 294 */ MCD_OPC_Decode, 244, 17, 3, // Opcode: VADDUWS |
102 | | /* 298 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 324 |
103 | | /* 303 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
104 | | /* 306 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 315 |
105 | | /* 311 */ MCD_OPC_Decode, 211, 20, 3, // Opcode: VSUBUWM |
106 | | /* 315 */ MCD_OPC_FilterValue, 1, 190, 95, 0, // Skip to: 24830 |
107 | | /* 320 */ MCD_OPC_Decode, 151, 4, 3, // Opcode: BCDUS_rec |
108 | | /* 324 */ MCD_OPC_FilterValue, 3, 181, 95, 0, // Skip to: 24830 |
109 | | /* 329 */ MCD_OPC_CheckField, 0, 1, 0, 174, 95, 0, // Skip to: 24830 |
110 | | /* 336 */ MCD_OPC_Decode, 212, 20, 3, // Opcode: VSUBUWS |
111 | | /* 340 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 390 |
112 | | /* 345 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
113 | | /* 348 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 374 |
114 | | /* 353 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
115 | | /* 356 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 365 |
116 | | /* 361 */ MCD_OPC_Decode, 239, 17, 3, // Opcode: VADDUDM |
117 | | /* 365 */ MCD_OPC_FilterValue, 2, 140, 95, 0, // Skip to: 24830 |
118 | | /* 370 */ MCD_OPC_Decode, 207, 20, 3, // Opcode: VSUBUDM |
119 | | /* 374 */ MCD_OPC_FilterValue, 1, 131, 95, 0, // Skip to: 24830 |
120 | | /* 379 */ MCD_OPC_CheckField, 10, 1, 1, 124, 95, 0, // Skip to: 24830 |
121 | | /* 386 */ MCD_OPC_Decode, 149, 4, 5, // Opcode: BCDS_rec |
122 | | /* 390 */ MCD_OPC_FilterValue, 4, 87, 0, 0, // Skip to: 482 |
123 | | /* 395 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
124 | | /* 398 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 442 |
125 | | /* 403 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
126 | | /* 406 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 415 |
127 | | /* 411 */ MCD_OPC_Decode, 242, 17, 3, // Opcode: VADDUQM |
128 | | /* 415 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 424 |
129 | | /* 420 */ MCD_OPC_Decode, 234, 17, 3, // Opcode: VADDSBS |
130 | | /* 424 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 433 |
131 | | /* 429 */ MCD_OPC_Decode, 210, 20, 3, // Opcode: VSUBUQM |
132 | | /* 433 */ MCD_OPC_FilterValue, 3, 72, 95, 0, // Skip to: 24830 |
133 | | /* 438 */ MCD_OPC_Decode, 202, 20, 3, // Opcode: VSUBSBS |
134 | | /* 442 */ MCD_OPC_FilterValue, 1, 63, 95, 0, // Skip to: 24830 |
135 | | /* 447 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
136 | | /* 450 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 473 |
137 | | /* 455 */ MCD_OPC_CheckField, 21, 2, 0, 48, 95, 0, // Skip to: 24830 |
138 | | /* 462 */ MCD_OPC_CheckField, 9, 1, 0, 41, 95, 0, // Skip to: 24830 |
139 | | /* 469 */ MCD_OPC_Decode, 193, 18, 6, // Opcode: VCMPUQ |
140 | | /* 473 */ MCD_OPC_FilterValue, 1, 32, 95, 0, // Skip to: 24830 |
141 | | /* 478 */ MCD_OPC_Decode, 150, 4, 5, // Opcode: BCDTRUNC_rec |
142 | | /* 482 */ MCD_OPC_FilterValue, 5, 104, 0, 0, // Skip to: 591 |
143 | | /* 487 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
144 | | /* 490 */ MCD_OPC_FilterValue, 0, 28, 0, 0, // Skip to: 523 |
145 | | /* 495 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
146 | | /* 498 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 507 |
147 | | /* 503 */ MCD_OPC_Decode, 229, 17, 3, // Opcode: VADDCUQ |
148 | | /* 507 */ MCD_OPC_FilterValue, 1, 254, 94, 0, // Skip to: 24830 |
149 | | /* 512 */ MCD_OPC_CheckField, 21, 2, 0, 247, 94, 0, // Skip to: 24830 |
150 | | /* 519 */ MCD_OPC_Decode, 192, 18, 6, // Opcode: VCMPSQ |
151 | | /* 523 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 549 |
152 | | /* 528 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
153 | | /* 531 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 540 |
154 | | /* 536 */ MCD_OPC_Decode, 235, 17, 3, // Opcode: VADDSHS |
155 | | /* 540 */ MCD_OPC_FilterValue, 1, 221, 94, 0, // Skip to: 24830 |
156 | | /* 545 */ MCD_OPC_Decode, 142, 4, 3, // Opcode: BCDCPSGN_rec |
157 | | /* 549 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 575 |
158 | | /* 554 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
159 | | /* 557 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 566 |
160 | | /* 562 */ MCD_OPC_Decode, 197, 20, 3, // Opcode: VSUBCUQ |
161 | | /* 566 */ MCD_OPC_FilterValue, 1, 195, 94, 0, // Skip to: 24830 |
162 | | /* 571 */ MCD_OPC_Decode, 152, 4, 3, // Opcode: BCDUTRUNC_rec |
163 | | /* 575 */ MCD_OPC_FilterValue, 3, 186, 94, 0, // Skip to: 24830 |
164 | | /* 580 */ MCD_OPC_CheckField, 0, 1, 0, 179, 94, 0, // Skip to: 24830 |
165 | | /* 587 */ MCD_OPC_Decode, 203, 20, 3, // Opcode: VSUBSHS |
166 | | /* 591 */ MCD_OPC_FilterValue, 6, 167, 0, 0, // Skip to: 763 |
167 | | /* 596 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
168 | | /* 599 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 643 |
169 | | /* 604 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
170 | | /* 607 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 616 |
171 | | /* 612 */ MCD_OPC_Decode, 230, 17, 3, // Opcode: VADDCUW |
172 | | /* 616 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 625 |
173 | | /* 621 */ MCD_OPC_Decode, 236, 17, 3, // Opcode: VADDSWS |
174 | | /* 625 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 634 |
175 | | /* 630 */ MCD_OPC_Decode, 198, 20, 3, // Opcode: VSUBCUW |
176 | | /* 634 */ MCD_OPC_FilterValue, 3, 127, 94, 0, // Skip to: 24830 |
177 | | /* 639 */ MCD_OPC_Decode, 204, 20, 3, // Opcode: VSUBSWS |
178 | | /* 643 */ MCD_OPC_FilterValue, 1, 118, 94, 0, // Skip to: 24830 |
179 | | /* 648 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
180 | | /* 651 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 667 |
181 | | /* 656 */ MCD_OPC_CheckField, 9, 2, 2, 103, 94, 0, // Skip to: 24830 |
182 | | /* 663 */ MCD_OPC_Decode, 144, 4, 7, // Opcode: BCDCTSQ_rec |
183 | | /* 667 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 683 |
184 | | /* 672 */ MCD_OPC_CheckField, 10, 1, 1, 87, 94, 0, // Skip to: 24830 |
185 | | /* 679 */ MCD_OPC_Decode, 140, 4, 8, // Opcode: BCDCFSQ_rec |
186 | | /* 683 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 699 |
187 | | /* 688 */ MCD_OPC_CheckField, 10, 1, 1, 71, 94, 0, // Skip to: 24830 |
188 | | /* 695 */ MCD_OPC_Decode, 145, 4, 8, // Opcode: BCDCTZ_rec |
189 | | /* 699 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 715 |
190 | | /* 704 */ MCD_OPC_CheckField, 9, 2, 2, 55, 94, 0, // Skip to: 24830 |
191 | | /* 711 */ MCD_OPC_Decode, 143, 4, 7, // Opcode: BCDCTN_rec |
192 | | /* 715 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 731 |
193 | | /* 720 */ MCD_OPC_CheckField, 10, 1, 1, 39, 94, 0, // Skip to: 24830 |
194 | | /* 727 */ MCD_OPC_Decode, 141, 4, 8, // Opcode: BCDCFZ_rec |
195 | | /* 731 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 747 |
196 | | /* 736 */ MCD_OPC_CheckField, 10, 1, 1, 23, 94, 0, // Skip to: 24830 |
197 | | /* 743 */ MCD_OPC_Decode, 139, 4, 8, // Opcode: BCDCFN_rec |
198 | | /* 747 */ MCD_OPC_FilterValue, 31, 14, 94, 0, // Skip to: 24830 |
199 | | /* 752 */ MCD_OPC_CheckField, 10, 1, 1, 7, 94, 0, // Skip to: 24830 |
200 | | /* 759 */ MCD_OPC_Decode, 146, 4, 8, // Opcode: BCDSETSGN_rec |
201 | | /* 763 */ MCD_OPC_FilterValue, 7, 254, 93, 0, // Skip to: 24830 |
202 | | /* 768 */ MCD_OPC_CheckField, 10, 1, 1, 247, 93, 0, // Skip to: 24830 |
203 | | /* 775 */ MCD_OPC_CheckField, 0, 1, 1, 240, 93, 0, // Skip to: 24830 |
204 | | /* 782 */ MCD_OPC_Decode, 147, 4, 5, // Opcode: BCDSR_rec |
205 | | /* 786 */ MCD_OPC_FilterValue, 1, 214, 4, 0, // Skip to: 2029 |
206 | | /* 791 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
207 | | /* 794 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 810 |
208 | | /* 799 */ MCD_OPC_CheckField, 0, 1, 0, 216, 93, 0, // Skip to: 24830 |
209 | | /* 806 */ MCD_OPC_Decode, 162, 19, 3, // Opcode: VMAXUB |
210 | | /* 810 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 826 |
211 | | /* 815 */ MCD_OPC_CheckField, 0, 1, 0, 200, 93, 0, // Skip to: 24830 |
212 | | /* 822 */ MCD_OPC_Decode, 164, 19, 3, // Opcode: VMAXUH |
213 | | /* 826 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 842 |
214 | | /* 831 */ MCD_OPC_CheckField, 0, 1, 0, 184, 93, 0, // Skip to: 24830 |
215 | | /* 838 */ MCD_OPC_Decode, 165, 19, 3, // Opcode: VMAXUW |
216 | | /* 842 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 858 |
217 | | /* 847 */ MCD_OPC_CheckField, 0, 1, 0, 168, 93, 0, // Skip to: 24830 |
218 | | /* 854 */ MCD_OPC_Decode, 163, 19, 3, // Opcode: VMAXUD |
219 | | /* 858 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 874 |
220 | | /* 863 */ MCD_OPC_CheckField, 0, 1, 0, 152, 93, 0, // Skip to: 24830 |
221 | | /* 870 */ MCD_OPC_Decode, 158, 19, 3, // Opcode: VMAXSB |
222 | | /* 874 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 890 |
223 | | /* 879 */ MCD_OPC_CheckField, 0, 1, 0, 136, 93, 0, // Skip to: 24830 |
224 | | /* 886 */ MCD_OPC_Decode, 160, 19, 3, // Opcode: VMAXSH |
225 | | /* 890 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 906 |
226 | | /* 895 */ MCD_OPC_CheckField, 0, 1, 0, 120, 93, 0, // Skip to: 24830 |
227 | | /* 902 */ MCD_OPC_Decode, 161, 19, 3, // Opcode: VMAXSW |
228 | | /* 906 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 922 |
229 | | /* 911 */ MCD_OPC_CheckField, 0, 1, 0, 104, 93, 0, // Skip to: 24830 |
230 | | /* 918 */ MCD_OPC_Decode, 159, 19, 3, // Opcode: VMAXSD |
231 | | /* 922 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 938 |
232 | | /* 927 */ MCD_OPC_CheckField, 0, 1, 0, 88, 93, 0, // Skip to: 24830 |
233 | | /* 934 */ MCD_OPC_Decode, 173, 19, 3, // Opcode: VMINUB |
234 | | /* 938 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 954 |
235 | | /* 943 */ MCD_OPC_CheckField, 0, 1, 0, 72, 93, 0, // Skip to: 24830 |
236 | | /* 950 */ MCD_OPC_Decode, 175, 19, 3, // Opcode: VMINUH |
237 | | /* 954 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 970 |
238 | | /* 959 */ MCD_OPC_CheckField, 0, 1, 0, 56, 93, 0, // Skip to: 24830 |
239 | | /* 966 */ MCD_OPC_Decode, 176, 19, 3, // Opcode: VMINUW |
240 | | /* 970 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 986 |
241 | | /* 975 */ MCD_OPC_CheckField, 0, 1, 0, 40, 93, 0, // Skip to: 24830 |
242 | | /* 982 */ MCD_OPC_Decode, 174, 19, 3, // Opcode: VMINUD |
243 | | /* 986 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 1002 |
244 | | /* 991 */ MCD_OPC_CheckField, 0, 1, 0, 24, 93, 0, // Skip to: 24830 |
245 | | /* 998 */ MCD_OPC_Decode, 169, 19, 3, // Opcode: VMINSB |
246 | | /* 1002 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 1018 |
247 | | /* 1007 */ MCD_OPC_CheckField, 0, 1, 0, 8, 93, 0, // Skip to: 24830 |
248 | | /* 1014 */ MCD_OPC_Decode, 171, 19, 3, // Opcode: VMINSH |
249 | | /* 1018 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 1034 |
250 | | /* 1023 */ MCD_OPC_CheckField, 0, 1, 0, 248, 92, 0, // Skip to: 24830 |
251 | | /* 1030 */ MCD_OPC_Decode, 172, 19, 3, // Opcode: VMINSW |
252 | | /* 1034 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 1050 |
253 | | /* 1039 */ MCD_OPC_CheckField, 0, 1, 0, 232, 92, 0, // Skip to: 24830 |
254 | | /* 1046 */ MCD_OPC_Decode, 170, 19, 3, // Opcode: VMINSD |
255 | | /* 1050 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 1076 |
256 | | /* 1055 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
257 | | /* 1058 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1067 |
258 | | /* 1063 */ MCD_OPC_Decode, 250, 17, 3, // Opcode: VAVGUB |
259 | | /* 1067 */ MCD_OPC_FilterValue, 1, 206, 92, 0, // Skip to: 24830 |
260 | | /* 1072 */ MCD_OPC_Decode, 226, 17, 3, // Opcode: VABSDUB |
261 | | /* 1076 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 1102 |
262 | | /* 1081 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
263 | | /* 1084 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1093 |
264 | | /* 1089 */ MCD_OPC_Decode, 251, 17, 3, // Opcode: VAVGUH |
265 | | /* 1093 */ MCD_OPC_FilterValue, 1, 180, 92, 0, // Skip to: 24830 |
266 | | /* 1098 */ MCD_OPC_Decode, 227, 17, 3, // Opcode: VABSDUH |
267 | | /* 1102 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 1128 |
268 | | /* 1107 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
269 | | /* 1110 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1119 |
270 | | /* 1115 */ MCD_OPC_Decode, 252, 17, 3, // Opcode: VAVGUW |
271 | | /* 1119 */ MCD_OPC_FilterValue, 1, 154, 92, 0, // Skip to: 24830 |
272 | | /* 1124 */ MCD_OPC_Decode, 228, 17, 3, // Opcode: VABSDUW |
273 | | /* 1128 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 1144 |
274 | | /* 1133 */ MCD_OPC_CheckField, 0, 1, 0, 138, 92, 0, // Skip to: 24830 |
275 | | /* 1140 */ MCD_OPC_Decode, 247, 17, 3, // Opcode: VAVGSB |
276 | | /* 1144 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 1160 |
277 | | /* 1149 */ MCD_OPC_CheckField, 0, 1, 0, 122, 92, 0, // Skip to: 24830 |
278 | | /* 1156 */ MCD_OPC_Decode, 248, 17, 3, // Opcode: VAVGSH |
279 | | /* 1160 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 1176 |
280 | | /* 1165 */ MCD_OPC_CheckField, 0, 1, 0, 106, 92, 0, // Skip to: 24830 |
281 | | /* 1172 */ MCD_OPC_Decode, 249, 17, 3, // Opcode: VAVGSW |
282 | | /* 1176 */ MCD_OPC_FilterValue, 24, 19, 1, 0, // Skip to: 1456 |
283 | | /* 1181 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
284 | | /* 1184 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1200 |
285 | | /* 1189 */ MCD_OPC_CheckField, 0, 1, 0, 82, 92, 0, // Skip to: 24830 |
286 | | /* 1196 */ MCD_OPC_Decode, 140, 18, 9, // Opcode: VCLZLSBB |
287 | | /* 1200 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 1216 |
288 | | /* 1205 */ MCD_OPC_CheckField, 0, 1, 0, 66, 92, 0, // Skip to: 24830 |
289 | | /* 1212 */ MCD_OPC_Decode, 206, 18, 9, // Opcode: VCTZLSBB |
290 | | /* 1216 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 1232 |
291 | | /* 1221 */ MCD_OPC_CheckField, 0, 1, 0, 50, 92, 0, // Skip to: 24830 |
292 | | /* 1228 */ MCD_OPC_Decode, 230, 19, 7, // Opcode: VNEGW |
293 | | /* 1232 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 1248 |
294 | | /* 1237 */ MCD_OPC_CheckField, 0, 1, 0, 34, 92, 0, // Skip to: 24830 |
295 | | /* 1244 */ MCD_OPC_Decode, 229, 19, 7, // Opcode: VNEGD |
296 | | /* 1248 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 1264 |
297 | | /* 1253 */ MCD_OPC_CheckField, 0, 1, 0, 18, 92, 0, // Skip to: 24830 |
298 | | /* 1260 */ MCD_OPC_Decode, 135, 20, 7, // Opcode: VPRTYBW |
299 | | /* 1264 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 1280 |
300 | | /* 1269 */ MCD_OPC_CheckField, 0, 1, 0, 2, 92, 0, // Skip to: 24830 |
301 | | /* 1276 */ MCD_OPC_Decode, 133, 20, 7, // Opcode: VPRTYBD |
302 | | /* 1280 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 1296 |
303 | | /* 1285 */ MCD_OPC_CheckField, 0, 1, 0, 242, 91, 0, // Skip to: 24830 |
304 | | /* 1292 */ MCD_OPC_Decode, 134, 20, 7, // Opcode: VPRTYBQ |
305 | | /* 1296 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 1312 |
306 | | /* 1301 */ MCD_OPC_CheckField, 0, 1, 0, 226, 91, 0, // Skip to: 24830 |
307 | | /* 1308 */ MCD_OPC_Decode, 246, 18, 7, // Opcode: VEXTSB2W |
308 | | /* 1312 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 1328 |
309 | | /* 1317 */ MCD_OPC_CheckField, 0, 1, 0, 210, 91, 0, // Skip to: 24830 |
310 | | /* 1324 */ MCD_OPC_Decode, 251, 18, 7, // Opcode: VEXTSH2W |
311 | | /* 1328 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 1344 |
312 | | /* 1333 */ MCD_OPC_CheckField, 0, 1, 0, 194, 91, 0, // Skip to: 24830 |
313 | | /* 1340 */ MCD_OPC_Decode, 244, 18, 7, // Opcode: VEXTSB2D |
314 | | /* 1344 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 1360 |
315 | | /* 1349 */ MCD_OPC_CheckField, 0, 1, 0, 178, 91, 0, // Skip to: 24830 |
316 | | /* 1356 */ MCD_OPC_Decode, 249, 18, 7, // Opcode: VEXTSH2D |
317 | | /* 1360 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 1376 |
318 | | /* 1365 */ MCD_OPC_CheckField, 0, 1, 0, 162, 91, 0, // Skip to: 24830 |
319 | | /* 1372 */ MCD_OPC_Decode, 253, 18, 7, // Opcode: VEXTSW2D |
320 | | /* 1376 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 1392 |
321 | | /* 1381 */ MCD_OPC_CheckField, 0, 1, 0, 146, 91, 0, // Skip to: 24830 |
322 | | /* 1388 */ MCD_OPC_Decode, 248, 18, 7, // Opcode: VEXTSD2Q |
323 | | /* 1392 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 1408 |
324 | | /* 1397 */ MCD_OPC_CheckField, 0, 1, 0, 130, 91, 0, // Skip to: 24830 |
325 | | /* 1404 */ MCD_OPC_Decode, 202, 18, 7, // Opcode: VCTZB |
326 | | /* 1408 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 1424 |
327 | | /* 1413 */ MCD_OPC_CheckField, 0, 1, 0, 114, 91, 0, // Skip to: 24830 |
328 | | /* 1420 */ MCD_OPC_Decode, 205, 18, 7, // Opcode: VCTZH |
329 | | /* 1424 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 1440 |
330 | | /* 1429 */ MCD_OPC_CheckField, 0, 1, 0, 98, 91, 0, // Skip to: 24830 |
331 | | /* 1436 */ MCD_OPC_Decode, 207, 18, 7, // Opcode: VCTZW |
332 | | /* 1440 */ MCD_OPC_FilterValue, 31, 89, 91, 0, // Skip to: 24830 |
333 | | /* 1445 */ MCD_OPC_CheckField, 0, 1, 0, 82, 91, 0, // Skip to: 24830 |
334 | | /* 1452 */ MCD_OPC_Decode, 203, 18, 7, // Opcode: VCTZD |
335 | | /* 1456 */ MCD_OPC_FilterValue, 25, 120, 1, 0, // Skip to: 1837 |
336 | | /* 1461 */ MCD_OPC_ExtractField, 17, 4, // Inst{20-17} ... |
337 | | /* 1464 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1504 |
338 | | /* 1469 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
339 | | /* 1472 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1488 |
340 | | /* 1477 */ MCD_OPC_CheckField, 0, 1, 0, 50, 91, 0, // Skip to: 24830 |
341 | | /* 1484 */ MCD_OPC_Decode, 221, 18, 7, // Opcode: VEXPANDBM |
342 | | /* 1488 */ MCD_OPC_FilterValue, 1, 41, 91, 0, // Skip to: 24830 |
343 | | /* 1493 */ MCD_OPC_CheckField, 0, 1, 0, 34, 91, 0, // Skip to: 24830 |
344 | | /* 1500 */ MCD_OPC_Decode, 223, 18, 7, // Opcode: VEXPANDHM |
345 | | /* 1504 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 1544 |
346 | | /* 1509 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
347 | | /* 1512 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1528 |
348 | | /* 1517 */ MCD_OPC_CheckField, 0, 1, 0, 10, 91, 0, // Skip to: 24830 |
349 | | /* 1524 */ MCD_OPC_Decode, 225, 18, 7, // Opcode: VEXPANDWM |
350 | | /* 1528 */ MCD_OPC_FilterValue, 1, 1, 91, 0, // Skip to: 24830 |
351 | | /* 1533 */ MCD_OPC_CheckField, 0, 1, 0, 250, 90, 0, // Skip to: 24830 |
352 | | /* 1540 */ MCD_OPC_Decode, 222, 18, 7, // Opcode: VEXPANDDM |
353 | | /* 1544 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 1567 |
354 | | /* 1549 */ MCD_OPC_CheckField, 16, 1, 0, 234, 90, 0, // Skip to: 24830 |
355 | | /* 1556 */ MCD_OPC_CheckField, 0, 1, 0, 227, 90, 0, // Skip to: 24830 |
356 | | /* 1563 */ MCD_OPC_Decode, 224, 18, 7, // Opcode: VEXPANDQM |
357 | | /* 1567 */ MCD_OPC_FilterValue, 4, 35, 0, 0, // Skip to: 1607 |
358 | | /* 1572 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
359 | | /* 1575 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1591 |
360 | | /* 1580 */ MCD_OPC_CheckField, 0, 1, 0, 203, 90, 0, // Skip to: 24830 |
361 | | /* 1587 */ MCD_OPC_Decode, 235, 18, 9, // Opcode: VEXTRACTBM |
362 | | /* 1591 */ MCD_OPC_FilterValue, 1, 194, 90, 0, // Skip to: 24830 |
363 | | /* 1596 */ MCD_OPC_CheckField, 0, 1, 0, 187, 90, 0, // Skip to: 24830 |
364 | | /* 1603 */ MCD_OPC_Decode, 238, 18, 9, // Opcode: VEXTRACTHM |
365 | | /* 1607 */ MCD_OPC_FilterValue, 5, 35, 0, 0, // Skip to: 1647 |
366 | | /* 1612 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
367 | | /* 1615 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1631 |
368 | | /* 1620 */ MCD_OPC_CheckField, 0, 1, 0, 163, 90, 0, // Skip to: 24830 |
369 | | /* 1627 */ MCD_OPC_Decode, 243, 18, 9, // Opcode: VEXTRACTWM |
370 | | /* 1631 */ MCD_OPC_FilterValue, 1, 154, 90, 0, // Skip to: 24830 |
371 | | /* 1636 */ MCD_OPC_CheckField, 0, 1, 0, 147, 90, 0, // Skip to: 24830 |
372 | | /* 1643 */ MCD_OPC_Decode, 237, 18, 9, // Opcode: VEXTRACTDM |
373 | | /* 1647 */ MCD_OPC_FilterValue, 6, 18, 0, 0, // Skip to: 1670 |
374 | | /* 1652 */ MCD_OPC_CheckField, 16, 1, 0, 131, 90, 0, // Skip to: 24830 |
375 | | /* 1659 */ MCD_OPC_CheckField, 0, 1, 0, 124, 90, 0, // Skip to: 24830 |
376 | | /* 1666 */ MCD_OPC_Decode, 239, 18, 9, // Opcode: VEXTRACTQM |
377 | | /* 1670 */ MCD_OPC_FilterValue, 8, 35, 0, 0, // Skip to: 1710 |
378 | | /* 1675 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
379 | | /* 1678 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1694 |
380 | | /* 1683 */ MCD_OPC_CheckField, 0, 1, 0, 100, 90, 0, // Skip to: 24830 |
381 | | /* 1690 */ MCD_OPC_Decode, 168, 11, 10, // Opcode: MTVSRBM |
382 | | /* 1694 */ MCD_OPC_FilterValue, 1, 91, 90, 0, // Skip to: 24830 |
383 | | /* 1699 */ MCD_OPC_CheckField, 0, 1, 0, 84, 90, 0, // Skip to: 24830 |
384 | | /* 1706 */ MCD_OPC_Decode, 173, 11, 10, // Opcode: MTVSRHM |
385 | | /* 1710 */ MCD_OPC_FilterValue, 9, 35, 0, 0, // Skip to: 1750 |
386 | | /* 1715 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
387 | | /* 1718 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1734 |
388 | | /* 1723 */ MCD_OPC_CheckField, 0, 1, 0, 60, 90, 0, // Skip to: 24830 |
389 | | /* 1730 */ MCD_OPC_Decode, 176, 11, 10, // Opcode: MTVSRWM |
390 | | /* 1734 */ MCD_OPC_FilterValue, 1, 51, 90, 0, // Skip to: 24830 |
391 | | /* 1739 */ MCD_OPC_CheckField, 0, 1, 0, 44, 90, 0, // Skip to: 24830 |
392 | | /* 1746 */ MCD_OPC_Decode, 172, 11, 10, // Opcode: MTVSRDM |
393 | | /* 1750 */ MCD_OPC_FilterValue, 10, 18, 0, 0, // Skip to: 1773 |
394 | | /* 1755 */ MCD_OPC_CheckField, 16, 1, 0, 28, 90, 0, // Skip to: 24830 |
395 | | /* 1762 */ MCD_OPC_CheckField, 0, 1, 0, 21, 90, 0, // Skip to: 24830 |
396 | | /* 1769 */ MCD_OPC_Decode, 174, 11, 10, // Opcode: MTVSRQM |
397 | | /* 1773 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 1789 |
398 | | /* 1778 */ MCD_OPC_CheckField, 0, 1, 0, 5, 90, 0, // Skip to: 24830 |
399 | | /* 1785 */ MCD_OPC_Decode, 194, 18, 11, // Opcode: VCNTMBB |
400 | | /* 1789 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 1805 |
401 | | /* 1794 */ MCD_OPC_CheckField, 0, 1, 0, 245, 89, 0, // Skip to: 24830 |
402 | | /* 1801 */ MCD_OPC_Decode, 196, 18, 11, // Opcode: VCNTMBH |
403 | | /* 1805 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 1821 |
404 | | /* 1810 */ MCD_OPC_CheckField, 0, 1, 0, 229, 89, 0, // Skip to: 24830 |
405 | | /* 1817 */ MCD_OPC_Decode, 197, 18, 11, // Opcode: VCNTMBW |
406 | | /* 1821 */ MCD_OPC_FilterValue, 15, 220, 89, 0, // Skip to: 24830 |
407 | | /* 1826 */ MCD_OPC_CheckField, 0, 1, 0, 213, 89, 0, // Skip to: 24830 |
408 | | /* 1833 */ MCD_OPC_Decode, 195, 18, 11, // Opcode: VCNTMBD |
409 | | /* 1837 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 1853 |
410 | | /* 1842 */ MCD_OPC_CheckField, 0, 1, 0, 197, 89, 0, // Skip to: 24830 |
411 | | /* 1849 */ MCD_OPC_Decode, 156, 20, 12, // Opcode: VSHASIGMAW |
412 | | /* 1853 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 1869 |
413 | | /* 1858 */ MCD_OPC_CheckField, 0, 1, 0, 181, 89, 0, // Skip to: 24830 |
414 | | /* 1865 */ MCD_OPC_Decode, 155, 20, 12, // Opcode: VSHASIGMAD |
415 | | /* 1869 */ MCD_OPC_FilterValue, 28, 35, 0, 0, // Skip to: 1909 |
416 | | /* 1874 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
417 | | /* 1877 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1893 |
418 | | /* 1882 */ MCD_OPC_CheckField, 16, 5, 0, 157, 89, 0, // Skip to: 24830 |
419 | | /* 1889 */ MCD_OPC_Decode, 136, 18, 7, // Opcode: VCLZB |
420 | | /* 1893 */ MCD_OPC_FilterValue, 1, 148, 89, 0, // Skip to: 24830 |
421 | | /* 1898 */ MCD_OPC_CheckField, 16, 5, 0, 141, 89, 0, // Skip to: 24830 |
422 | | /* 1905 */ MCD_OPC_Decode, 129, 20, 7, // Opcode: VPOPCNTB |
423 | | /* 1909 */ MCD_OPC_FilterValue, 29, 35, 0, 0, // Skip to: 1949 |
424 | | /* 1914 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
425 | | /* 1917 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1933 |
426 | | /* 1922 */ MCD_OPC_CheckField, 16, 5, 0, 117, 89, 0, // Skip to: 24830 |
427 | | /* 1929 */ MCD_OPC_Decode, 139, 18, 7, // Opcode: VCLZH |
428 | | /* 1933 */ MCD_OPC_FilterValue, 1, 108, 89, 0, // Skip to: 24830 |
429 | | /* 1938 */ MCD_OPC_CheckField, 16, 5, 0, 101, 89, 0, // Skip to: 24830 |
430 | | /* 1945 */ MCD_OPC_Decode, 131, 20, 7, // Opcode: VPOPCNTH |
431 | | /* 1949 */ MCD_OPC_FilterValue, 30, 35, 0, 0, // Skip to: 1989 |
432 | | /* 1954 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
433 | | /* 1957 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1973 |
434 | | /* 1962 */ MCD_OPC_CheckField, 16, 5, 0, 77, 89, 0, // Skip to: 24830 |
435 | | /* 1969 */ MCD_OPC_Decode, 141, 18, 7, // Opcode: VCLZW |
436 | | /* 1973 */ MCD_OPC_FilterValue, 1, 68, 89, 0, // Skip to: 24830 |
437 | | /* 1978 */ MCD_OPC_CheckField, 16, 5, 0, 61, 89, 0, // Skip to: 24830 |
438 | | /* 1985 */ MCD_OPC_Decode, 132, 20, 7, // Opcode: VPOPCNTW |
439 | | /* 1989 */ MCD_OPC_FilterValue, 31, 52, 89, 0, // Skip to: 24830 |
440 | | /* 1994 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
441 | | /* 1997 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 2013 |
442 | | /* 2002 */ MCD_OPC_CheckField, 16, 5, 0, 37, 89, 0, // Skip to: 24830 |
443 | | /* 2009 */ MCD_OPC_Decode, 137, 18, 7, // Opcode: VCLZD |
444 | | /* 2013 */ MCD_OPC_FilterValue, 1, 28, 89, 0, // Skip to: 24830 |
445 | | /* 2018 */ MCD_OPC_CheckField, 16, 5, 0, 21, 89, 0, // Skip to: 24830 |
446 | | /* 2025 */ MCD_OPC_Decode, 130, 20, 7, // Opcode: VPOPCNTD |
447 | | /* 2029 */ MCD_OPC_FilterValue, 2, 117, 2, 0, // Skip to: 2663 |
448 | | /* 2034 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
449 | | /* 2037 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 2063 |
450 | | /* 2042 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
451 | | /* 2045 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2054 |
452 | | /* 2050 */ MCD_OPC_Decode, 141, 20, 3, // Opcode: VRLB |
453 | | /* 2054 */ MCD_OPC_FilterValue, 1, 243, 88, 0, // Skip to: 24830 |
454 | | /* 2059 */ MCD_OPC_Decode, 146, 20, 3, // Opcode: VRLQ |
455 | | /* 2063 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 2089 |
456 | | /* 2068 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
457 | | /* 2071 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2080 |
458 | | /* 2076 */ MCD_OPC_Decode, 145, 20, 3, // Opcode: VRLH |
459 | | /* 2080 */ MCD_OPC_FilterValue, 1, 217, 88, 0, // Skip to: 24830 |
460 | | /* 2085 */ MCD_OPC_Decode, 147, 20, 13, // Opcode: VRLQMI |
461 | | /* 2089 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 2115 |
462 | | /* 2094 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
463 | | /* 2097 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2106 |
464 | | /* 2102 */ MCD_OPC_Decode, 149, 20, 3, // Opcode: VRLW |
465 | | /* 2106 */ MCD_OPC_FilterValue, 1, 191, 88, 0, // Skip to: 24830 |
466 | | /* 2111 */ MCD_OPC_Decode, 150, 20, 13, // Opcode: VRLWMI |
467 | | /* 2115 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 2141 |
468 | | /* 2120 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
469 | | /* 2123 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2132 |
470 | | /* 2128 */ MCD_OPC_Decode, 142, 20, 3, // Opcode: VRLD |
471 | | /* 2132 */ MCD_OPC_FilterValue, 1, 165, 88, 0, // Skip to: 24830 |
472 | | /* 2137 */ MCD_OPC_Decode, 143, 20, 13, // Opcode: VRLDMI |
473 | | /* 2141 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 2167 |
474 | | /* 2146 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
475 | | /* 2149 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2158 |
476 | | /* 2154 */ MCD_OPC_Decode, 158, 20, 3, // Opcode: VSLB |
477 | | /* 2158 */ MCD_OPC_FilterValue, 1, 139, 88, 0, // Skip to: 24830 |
478 | | /* 2163 */ MCD_OPC_Decode, 164, 20, 3, // Opcode: VSLQ |
479 | | /* 2167 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 2193 |
480 | | /* 2172 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
481 | | /* 2175 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2184 |
482 | | /* 2180 */ MCD_OPC_Decode, 162, 20, 3, // Opcode: VSLH |
483 | | /* 2184 */ MCD_OPC_FilterValue, 1, 113, 88, 0, // Skip to: 24830 |
484 | | /* 2189 */ MCD_OPC_Decode, 148, 20, 3, // Opcode: VRLQNM |
485 | | /* 2193 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 2219 |
486 | | /* 2198 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
487 | | /* 2201 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2210 |
488 | | /* 2206 */ MCD_OPC_Decode, 166, 20, 3, // Opcode: VSLW |
489 | | /* 2210 */ MCD_OPC_FilterValue, 1, 87, 88, 0, // Skip to: 24830 |
490 | | /* 2215 */ MCD_OPC_Decode, 151, 20, 3, // Opcode: VRLWNM |
491 | | /* 2219 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 2245 |
492 | | /* 2224 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
493 | | /* 2227 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2236 |
494 | | /* 2232 */ MCD_OPC_Decode, 157, 20, 3, // Opcode: VSL |
495 | | /* 2236 */ MCD_OPC_FilterValue, 1, 61, 88, 0, // Skip to: 24830 |
496 | | /* 2241 */ MCD_OPC_Decode, 144, 20, 3, // Opcode: VRLDNM |
497 | | /* 2245 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 2271 |
498 | | /* 2250 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
499 | | /* 2253 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2262 |
500 | | /* 2258 */ MCD_OPC_Decode, 181, 20, 3, // Opcode: VSRB |
501 | | /* 2262 */ MCD_OPC_FilterValue, 1, 35, 88, 0, // Skip to: 24830 |
502 | | /* 2267 */ MCD_OPC_Decode, 186, 20, 3, // Opcode: VSRQ |
503 | | /* 2271 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 2287 |
504 | | /* 2276 */ MCD_OPC_CheckField, 0, 1, 0, 19, 88, 0, // Skip to: 24830 |
505 | | /* 2283 */ MCD_OPC_Decode, 184, 20, 3, // Opcode: VSRH |
506 | | /* 2287 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 2303 |
507 | | /* 2292 */ MCD_OPC_CheckField, 0, 1, 0, 3, 88, 0, // Skip to: 24830 |
508 | | /* 2299 */ MCD_OPC_Decode, 188, 20, 3, // Opcode: VSRW |
509 | | /* 2303 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 2319 |
510 | | /* 2308 */ MCD_OPC_CheckField, 0, 1, 0, 243, 87, 0, // Skip to: 24830 |
511 | | /* 2315 */ MCD_OPC_Decode, 175, 20, 3, // Opcode: VSR |
512 | | /* 2319 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 2345 |
513 | | /* 2324 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
514 | | /* 2327 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2336 |
515 | | /* 2332 */ MCD_OPC_Decode, 176, 20, 3, // Opcode: VSRAB |
516 | | /* 2336 */ MCD_OPC_FilterValue, 1, 217, 87, 0, // Skip to: 24830 |
517 | | /* 2341 */ MCD_OPC_Decode, 179, 20, 3, // Opcode: VSRAQ |
518 | | /* 2345 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 2361 |
519 | | /* 2350 */ MCD_OPC_CheckField, 0, 1, 0, 201, 87, 0, // Skip to: 24830 |
520 | | /* 2357 */ MCD_OPC_Decode, 178, 20, 3, // Opcode: VSRAH |
521 | | /* 2361 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 2377 |
522 | | /* 2366 */ MCD_OPC_CheckField, 0, 1, 0, 185, 87, 0, // Skip to: 24830 |
523 | | /* 2373 */ MCD_OPC_Decode, 180, 20, 3, // Opcode: VSRAW |
524 | | /* 2377 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 2393 |
525 | | /* 2382 */ MCD_OPC_CheckField, 0, 1, 0, 169, 87, 0, // Skip to: 24830 |
526 | | /* 2389 */ MCD_OPC_Decode, 177, 20, 3, // Opcode: VSRAD |
527 | | /* 2393 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 2409 |
528 | | /* 2398 */ MCD_OPC_CheckField, 0, 1, 0, 153, 87, 0, // Skip to: 24830 |
529 | | /* 2405 */ MCD_OPC_Decode, 245, 17, 3, // Opcode: VAND |
530 | | /* 2409 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 2425 |
531 | | /* 2414 */ MCD_OPC_CheckField, 0, 1, 0, 137, 87, 0, // Skip to: 24830 |
532 | | /* 2421 */ MCD_OPC_Decode, 246, 17, 3, // Opcode: VANDC |
533 | | /* 2425 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 2441 |
534 | | /* 2430 */ MCD_OPC_CheckField, 0, 1, 0, 121, 87, 0, // Skip to: 24830 |
535 | | /* 2437 */ MCD_OPC_Decode, 233, 19, 3, // Opcode: VOR |
536 | | /* 2441 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 2457 |
537 | | /* 2446 */ MCD_OPC_CheckField, 0, 1, 0, 105, 87, 0, // Skip to: 24830 |
538 | | /* 2453 */ MCD_OPC_Decode, 226, 20, 3, // Opcode: VXOR |
539 | | /* 2457 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 2473 |
540 | | /* 2462 */ MCD_OPC_CheckField, 0, 1, 0, 89, 87, 0, // Skip to: 24830 |
541 | | /* 2469 */ MCD_OPC_Decode, 232, 19, 3, // Opcode: VNOR |
542 | | /* 2473 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 2489 |
543 | | /* 2478 */ MCD_OPC_CheckField, 0, 1, 0, 73, 87, 0, // Skip to: 24830 |
544 | | /* 2485 */ MCD_OPC_Decode, 234, 19, 3, // Opcode: VORC |
545 | | /* 2489 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 2505 |
546 | | /* 2494 */ MCD_OPC_CheckField, 0, 1, 0, 57, 87, 0, // Skip to: 24830 |
547 | | /* 2501 */ MCD_OPC_Decode, 226, 19, 3, // Opcode: VNAND |
548 | | /* 2505 */ MCD_OPC_FilterValue, 23, 11, 0, 0, // Skip to: 2521 |
549 | | /* 2510 */ MCD_OPC_CheckField, 0, 1, 0, 41, 87, 0, // Skip to: 24830 |
550 | | /* 2517 */ MCD_OPC_Decode, 159, 20, 3, // Opcode: VSLD |
551 | | /* 2521 */ MCD_OPC_FilterValue, 24, 18, 0, 0, // Skip to: 2544 |
552 | | /* 2526 */ MCD_OPC_CheckField, 11, 10, 0, 25, 87, 0, // Skip to: 24830 |
553 | | /* 2533 */ MCD_OPC_CheckField, 0, 1, 0, 18, 87, 0, // Skip to: 24830 |
554 | | /* 2540 */ MCD_OPC_Decode, 253, 10, 14, // Opcode: MFVSCR |
555 | | /* 2544 */ MCD_OPC_FilterValue, 25, 18, 0, 0, // Skip to: 2567 |
556 | | /* 2549 */ MCD_OPC_CheckField, 16, 10, 0, 2, 87, 0, // Skip to: 24830 |
557 | | /* 2556 */ MCD_OPC_CheckField, 0, 1, 0, 251, 86, 0, // Skip to: 24830 |
558 | | /* 2563 */ MCD_OPC_Decode, 167, 11, 15, // Opcode: MTVSCR |
559 | | /* 2567 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 2583 |
560 | | /* 2572 */ MCD_OPC_CheckField, 0, 1, 0, 235, 86, 0, // Skip to: 24830 |
561 | | /* 2579 */ MCD_OPC_Decode, 220, 18, 3, // Opcode: VEQV |
562 | | /* 2583 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 2599 |
563 | | /* 2588 */ MCD_OPC_CheckField, 0, 1, 0, 219, 86, 0, // Skip to: 24830 |
564 | | /* 2595 */ MCD_OPC_Decode, 182, 20, 3, // Opcode: VSRD |
565 | | /* 2599 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 2615 |
566 | | /* 2604 */ MCD_OPC_CheckField, 0, 1, 0, 203, 86, 0, // Skip to: 24830 |
567 | | /* 2611 */ MCD_OPC_Decode, 187, 20, 3, // Opcode: VSRV |
568 | | /* 2615 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 2631 |
569 | | /* 2620 */ MCD_OPC_CheckField, 0, 1, 0, 187, 86, 0, // Skip to: 24830 |
570 | | /* 2627 */ MCD_OPC_Decode, 165, 20, 3, // Opcode: VSLV |
571 | | /* 2631 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 2647 |
572 | | /* 2636 */ MCD_OPC_CheckField, 0, 1, 0, 171, 86, 0, // Skip to: 24830 |
573 | | /* 2643 */ MCD_OPC_Decode, 138, 18, 3, // Opcode: VCLZDM |
574 | | /* 2647 */ MCD_OPC_FilterValue, 31, 162, 86, 0, // Skip to: 24830 |
575 | | /* 2652 */ MCD_OPC_CheckField, 0, 1, 0, 155, 86, 0, // Skip to: 24830 |
576 | | /* 2659 */ MCD_OPC_Decode, 204, 18, 3, // Opcode: VCTZDM |
577 | | /* 2663 */ MCD_OPC_FilterValue, 3, 183, 2, 0, // Skip to: 3363 |
578 | | /* 2668 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
579 | | /* 2671 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 2697 |
580 | | /* 2676 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
581 | | /* 2679 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2688 |
582 | | /* 2684 */ MCD_OPC_Decode, 146, 18, 3, // Opcode: VCMPEQUB |
583 | | /* 2688 */ MCD_OPC_FilterValue, 1, 121, 86, 0, // Skip to: 24830 |
584 | | /* 2693 */ MCD_OPC_Decode, 180, 18, 3, // Opcode: VCMPNEB |
585 | | /* 2697 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 2723 |
586 | | /* 2702 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
587 | | /* 2705 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2714 |
588 | | /* 2710 */ MCD_OPC_Decode, 150, 18, 3, // Opcode: VCMPEQUH |
589 | | /* 2714 */ MCD_OPC_FilterValue, 1, 95, 86, 0, // Skip to: 24830 |
590 | | /* 2719 */ MCD_OPC_Decode, 182, 18, 3, // Opcode: VCMPNEH |
591 | | /* 2723 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 2749 |
592 | | /* 2728 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
593 | | /* 2731 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2740 |
594 | | /* 2736 */ MCD_OPC_Decode, 154, 18, 3, // Opcode: VCMPEQUW |
595 | | /* 2740 */ MCD_OPC_FilterValue, 1, 69, 86, 0, // Skip to: 24830 |
596 | | /* 2745 */ MCD_OPC_Decode, 184, 18, 3, // Opcode: VCMPNEW |
597 | | /* 2749 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 2775 |
598 | | /* 2754 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
599 | | /* 2757 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2766 |
600 | | /* 2762 */ MCD_OPC_Decode, 144, 18, 3, // Opcode: VCMPEQFP |
601 | | /* 2766 */ MCD_OPC_FilterValue, 1, 43, 86, 0, // Skip to: 24830 |
602 | | /* 2771 */ MCD_OPC_Decode, 148, 18, 3, // Opcode: VCMPEQUD |
603 | | /* 2775 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 2791 |
604 | | /* 2780 */ MCD_OPC_CheckField, 0, 1, 1, 27, 86, 0, // Skip to: 24830 |
605 | | /* 2787 */ MCD_OPC_Decode, 186, 18, 3, // Opcode: VCMPNEZB |
606 | | /* 2791 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 2807 |
607 | | /* 2796 */ MCD_OPC_CheckField, 0, 1, 1, 11, 86, 0, // Skip to: 24830 |
608 | | /* 2803 */ MCD_OPC_Decode, 188, 18, 3, // Opcode: VCMPNEZH |
609 | | /* 2807 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 2823 |
610 | | /* 2812 */ MCD_OPC_CheckField, 0, 1, 1, 251, 85, 0, // Skip to: 24830 |
611 | | /* 2819 */ MCD_OPC_Decode, 190, 18, 3, // Opcode: VCMPNEZW |
612 | | /* 2823 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 2849 |
613 | | /* 2828 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
614 | | /* 2831 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2840 |
615 | | /* 2836 */ MCD_OPC_Decode, 156, 18, 3, // Opcode: VCMPGEFP |
616 | | /* 2840 */ MCD_OPC_FilterValue, 1, 225, 85, 0, // Skip to: 24830 |
617 | | /* 2845 */ MCD_OPC_Decode, 152, 18, 3, // Opcode: VCMPEQUQ |
618 | | /* 2849 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 2865 |
619 | | /* 2854 */ MCD_OPC_CheckField, 0, 1, 0, 209, 85, 0, // Skip to: 24830 |
620 | | /* 2861 */ MCD_OPC_Decode, 170, 18, 3, // Opcode: VCMPGTUB |
621 | | /* 2865 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 2881 |
622 | | /* 2870 */ MCD_OPC_CheckField, 0, 1, 0, 193, 85, 0, // Skip to: 24830 |
623 | | /* 2877 */ MCD_OPC_Decode, 174, 18, 3, // Opcode: VCMPGTUH |
624 | | /* 2881 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 2907 |
625 | | /* 2886 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
626 | | /* 2889 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2898 |
627 | | /* 2894 */ MCD_OPC_Decode, 178, 18, 3, // Opcode: VCMPGTUW |
628 | | /* 2898 */ MCD_OPC_FilterValue, 1, 167, 85, 0, // Skip to: 24830 |
629 | | /* 2903 */ MCD_OPC_Decode, 176, 18, 3, // Opcode: VCMPGTUQ |
630 | | /* 2907 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 2933 |
631 | | /* 2912 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
632 | | /* 2915 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2924 |
633 | | /* 2920 */ MCD_OPC_Decode, 158, 18, 3, // Opcode: VCMPGTFP |
634 | | /* 2924 */ MCD_OPC_FilterValue, 1, 141, 85, 0, // Skip to: 24830 |
635 | | /* 2929 */ MCD_OPC_Decode, 172, 18, 3, // Opcode: VCMPGTUD |
636 | | /* 2933 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 2949 |
637 | | /* 2938 */ MCD_OPC_CheckField, 0, 1, 0, 125, 85, 0, // Skip to: 24830 |
638 | | /* 2945 */ MCD_OPC_Decode, 160, 18, 3, // Opcode: VCMPGTSB |
639 | | /* 2949 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 2965 |
640 | | /* 2954 */ MCD_OPC_CheckField, 0, 1, 0, 109, 85, 0, // Skip to: 24830 |
641 | | /* 2961 */ MCD_OPC_Decode, 164, 18, 3, // Opcode: VCMPGTSH |
642 | | /* 2965 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 2991 |
643 | | /* 2970 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
644 | | /* 2973 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2982 |
645 | | /* 2978 */ MCD_OPC_Decode, 168, 18, 3, // Opcode: VCMPGTSW |
646 | | /* 2982 */ MCD_OPC_FilterValue, 1, 83, 85, 0, // Skip to: 24830 |
647 | | /* 2987 */ MCD_OPC_Decode, 166, 18, 3, // Opcode: VCMPGTSQ |
648 | | /* 2991 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 3017 |
649 | | /* 2996 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
650 | | /* 2999 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3008 |
651 | | /* 3004 */ MCD_OPC_Decode, 142, 18, 3, // Opcode: VCMPBFP |
652 | | /* 3008 */ MCD_OPC_FilterValue, 1, 57, 85, 0, // Skip to: 24830 |
653 | | /* 3013 */ MCD_OPC_Decode, 162, 18, 3, // Opcode: VCMPGTSD |
654 | | /* 3017 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 3043 |
655 | | /* 3022 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
656 | | /* 3025 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3034 |
657 | | /* 3030 */ MCD_OPC_Decode, 147, 18, 3, // Opcode: VCMPEQUB_rec |
658 | | /* 3034 */ MCD_OPC_FilterValue, 1, 31, 85, 0, // Skip to: 24830 |
659 | | /* 3039 */ MCD_OPC_Decode, 181, 18, 3, // Opcode: VCMPNEB_rec |
660 | | /* 3043 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 3069 |
661 | | /* 3048 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
662 | | /* 3051 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3060 |
663 | | /* 3056 */ MCD_OPC_Decode, 151, 18, 3, // Opcode: VCMPEQUH_rec |
664 | | /* 3060 */ MCD_OPC_FilterValue, 1, 5, 85, 0, // Skip to: 24830 |
665 | | /* 3065 */ MCD_OPC_Decode, 183, 18, 3, // Opcode: VCMPNEH_rec |
666 | | /* 3069 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 3095 |
667 | | /* 3074 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
668 | | /* 3077 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3086 |
669 | | /* 3082 */ MCD_OPC_Decode, 155, 18, 3, // Opcode: VCMPEQUW_rec |
670 | | /* 3086 */ MCD_OPC_FilterValue, 1, 235, 84, 0, // Skip to: 24830 |
671 | | /* 3091 */ MCD_OPC_Decode, 185, 18, 3, // Opcode: VCMPNEW_rec |
672 | | /* 3095 */ MCD_OPC_FilterValue, 19, 21, 0, 0, // Skip to: 3121 |
673 | | /* 3100 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
674 | | /* 3103 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3112 |
675 | | /* 3108 */ MCD_OPC_Decode, 145, 18, 3, // Opcode: VCMPEQFP_rec |
676 | | /* 3112 */ MCD_OPC_FilterValue, 1, 209, 84, 0, // Skip to: 24830 |
677 | | /* 3117 */ MCD_OPC_Decode, 149, 18, 3, // Opcode: VCMPEQUD_rec |
678 | | /* 3121 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 3137 |
679 | | /* 3126 */ MCD_OPC_CheckField, 0, 1, 1, 193, 84, 0, // Skip to: 24830 |
680 | | /* 3133 */ MCD_OPC_Decode, 187, 18, 3, // Opcode: VCMPNEZB_rec |
681 | | /* 3137 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 3153 |
682 | | /* 3142 */ MCD_OPC_CheckField, 0, 1, 1, 177, 84, 0, // Skip to: 24830 |
683 | | /* 3149 */ MCD_OPC_Decode, 189, 18, 3, // Opcode: VCMPNEZH_rec |
684 | | /* 3153 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 3169 |
685 | | /* 3158 */ MCD_OPC_CheckField, 0, 1, 1, 161, 84, 0, // Skip to: 24830 |
686 | | /* 3165 */ MCD_OPC_Decode, 191, 18, 3, // Opcode: VCMPNEZW_rec |
687 | | /* 3169 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 3195 |
688 | | /* 3174 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
689 | | /* 3177 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3186 |
690 | | /* 3182 */ MCD_OPC_Decode, 157, 18, 3, // Opcode: VCMPGEFP_rec |
691 | | /* 3186 */ MCD_OPC_FilterValue, 1, 135, 84, 0, // Skip to: 24830 |
692 | | /* 3191 */ MCD_OPC_Decode, 153, 18, 3, // Opcode: VCMPEQUQ_rec |
693 | | /* 3195 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 3211 |
694 | | /* 3200 */ MCD_OPC_CheckField, 0, 1, 0, 119, 84, 0, // Skip to: 24830 |
695 | | /* 3207 */ MCD_OPC_Decode, 171, 18, 3, // Opcode: VCMPGTUB_rec |
696 | | /* 3211 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 3227 |
697 | | /* 3216 */ MCD_OPC_CheckField, 0, 1, 0, 103, 84, 0, // Skip to: 24830 |
698 | | /* 3223 */ MCD_OPC_Decode, 175, 18, 3, // Opcode: VCMPGTUH_rec |
699 | | /* 3227 */ MCD_OPC_FilterValue, 26, 21, 0, 0, // Skip to: 3253 |
700 | | /* 3232 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
701 | | /* 3235 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3244 |
702 | | /* 3240 */ MCD_OPC_Decode, 179, 18, 3, // Opcode: VCMPGTUW_rec |
703 | | /* 3244 */ MCD_OPC_FilterValue, 1, 77, 84, 0, // Skip to: 24830 |
704 | | /* 3249 */ MCD_OPC_Decode, 177, 18, 3, // Opcode: VCMPGTUQ_rec |
705 | | /* 3253 */ MCD_OPC_FilterValue, 27, 21, 0, 0, // Skip to: 3279 |
706 | | /* 3258 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
707 | | /* 3261 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3270 |
708 | | /* 3266 */ MCD_OPC_Decode, 159, 18, 3, // Opcode: VCMPGTFP_rec |
709 | | /* 3270 */ MCD_OPC_FilterValue, 1, 51, 84, 0, // Skip to: 24830 |
710 | | /* 3275 */ MCD_OPC_Decode, 173, 18, 3, // Opcode: VCMPGTUD_rec |
711 | | /* 3279 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 3295 |
712 | | /* 3284 */ MCD_OPC_CheckField, 0, 1, 0, 35, 84, 0, // Skip to: 24830 |
713 | | /* 3291 */ MCD_OPC_Decode, 161, 18, 3, // Opcode: VCMPGTSB_rec |
714 | | /* 3295 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 3311 |
715 | | /* 3300 */ MCD_OPC_CheckField, 0, 1, 0, 19, 84, 0, // Skip to: 24830 |
716 | | /* 3307 */ MCD_OPC_Decode, 165, 18, 3, // Opcode: VCMPGTSH_rec |
717 | | /* 3311 */ MCD_OPC_FilterValue, 30, 21, 0, 0, // Skip to: 3337 |
718 | | /* 3316 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
719 | | /* 3319 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3328 |
720 | | /* 3324 */ MCD_OPC_Decode, 169, 18, 3, // Opcode: VCMPGTSW_rec |
721 | | /* 3328 */ MCD_OPC_FilterValue, 1, 249, 83, 0, // Skip to: 24830 |
722 | | /* 3333 */ MCD_OPC_Decode, 167, 18, 3, // Opcode: VCMPGTSQ_rec |
723 | | /* 3337 */ MCD_OPC_FilterValue, 31, 240, 83, 0, // Skip to: 24830 |
724 | | /* 3342 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
725 | | /* 3345 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3354 |
726 | | /* 3350 */ MCD_OPC_Decode, 143, 18, 3, // Opcode: VCMPBFP_rec |
727 | | /* 3354 */ MCD_OPC_FilterValue, 1, 223, 83, 0, // Skip to: 24830 |
728 | | /* 3359 */ MCD_OPC_Decode, 163, 18, 3, // Opcode: VCMPGTSD_rec |
729 | | /* 3363 */ MCD_OPC_FilterValue, 4, 26, 2, 0, // Skip to: 3906 |
730 | | /* 3368 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
731 | | /* 3371 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 3387 |
732 | | /* 3376 */ MCD_OPC_CheckField, 0, 1, 0, 199, 83, 0, // Skip to: 24830 |
733 | | /* 3383 */ MCD_OPC_Decode, 221, 19, 3, // Opcode: VMULOUB |
734 | | /* 3387 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 3403 |
735 | | /* 3392 */ MCD_OPC_CheckField, 0, 1, 0, 183, 83, 0, // Skip to: 24830 |
736 | | /* 3399 */ MCD_OPC_Decode, 223, 19, 3, // Opcode: VMULOUH |
737 | | /* 3403 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 3429 |
738 | | /* 3408 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
739 | | /* 3411 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3420 |
740 | | /* 3416 */ MCD_OPC_Decode, 224, 19, 3, // Opcode: VMULOUW |
741 | | /* 3420 */ MCD_OPC_FilterValue, 1, 157, 83, 0, // Skip to: 24830 |
742 | | /* 3425 */ MCD_OPC_Decode, 225, 19, 3, // Opcode: VMULUWM |
743 | | /* 3429 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 3445 |
744 | | /* 3434 */ MCD_OPC_CheckField, 0, 1, 0, 141, 83, 0, // Skip to: 24830 |
745 | | /* 3441 */ MCD_OPC_Decode, 222, 19, 3, // Opcode: VMULOUD |
746 | | /* 3445 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 3461 |
747 | | /* 3450 */ MCD_OPC_CheckField, 0, 1, 0, 125, 83, 0, // Skip to: 24830 |
748 | | /* 3457 */ MCD_OPC_Decode, 217, 19, 3, // Opcode: VMULOSB |
749 | | /* 3461 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 3477 |
750 | | /* 3466 */ MCD_OPC_CheckField, 0, 1, 0, 109, 83, 0, // Skip to: 24830 |
751 | | /* 3473 */ MCD_OPC_Decode, 219, 19, 3, // Opcode: VMULOSH |
752 | | /* 3477 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 3493 |
753 | | /* 3482 */ MCD_OPC_CheckField, 0, 1, 0, 93, 83, 0, // Skip to: 24830 |
754 | | /* 3489 */ MCD_OPC_Decode, 220, 19, 3, // Opcode: VMULOSW |
755 | | /* 3493 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 3519 |
756 | | /* 3498 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
757 | | /* 3501 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3510 |
758 | | /* 3506 */ MCD_OPC_Decode, 218, 19, 3, // Opcode: VMULOSD |
759 | | /* 3510 */ MCD_OPC_FilterValue, 1, 67, 83, 0, // Skip to: 24830 |
760 | | /* 3515 */ MCD_OPC_Decode, 216, 19, 3, // Opcode: VMULLD |
761 | | /* 3519 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 3535 |
762 | | /* 3524 */ MCD_OPC_CheckField, 0, 1, 0, 51, 83, 0, // Skip to: 24830 |
763 | | /* 3531 */ MCD_OPC_Decode, 208, 19, 3, // Opcode: VMULEUB |
764 | | /* 3535 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 3551 |
765 | | /* 3540 */ MCD_OPC_CheckField, 0, 1, 0, 35, 83, 0, // Skip to: 24830 |
766 | | /* 3547 */ MCD_OPC_Decode, 210, 19, 3, // Opcode: VMULEUH |
767 | | /* 3551 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 3577 |
768 | | /* 3556 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
769 | | /* 3559 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3568 |
770 | | /* 3564 */ MCD_OPC_Decode, 211, 19, 3, // Opcode: VMULEUW |
771 | | /* 3568 */ MCD_OPC_FilterValue, 1, 9, 83, 0, // Skip to: 24830 |
772 | | /* 3573 */ MCD_OPC_Decode, 215, 19, 3, // Opcode: VMULHUW |
773 | | /* 3577 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 3603 |
774 | | /* 3582 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
775 | | /* 3585 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3594 |
776 | | /* 3590 */ MCD_OPC_Decode, 209, 19, 3, // Opcode: VMULEUD |
777 | | /* 3594 */ MCD_OPC_FilterValue, 1, 239, 82, 0, // Skip to: 24830 |
778 | | /* 3599 */ MCD_OPC_Decode, 214, 19, 3, // Opcode: VMULHUD |
779 | | /* 3603 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 3619 |
780 | | /* 3608 */ MCD_OPC_CheckField, 0, 1, 0, 223, 82, 0, // Skip to: 24830 |
781 | | /* 3615 */ MCD_OPC_Decode, 204, 19, 3, // Opcode: VMULESB |
782 | | /* 3619 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 3635 |
783 | | /* 3624 */ MCD_OPC_CheckField, 0, 1, 0, 207, 82, 0, // Skip to: 24830 |
784 | | /* 3631 */ MCD_OPC_Decode, 206, 19, 3, // Opcode: VMULESH |
785 | | /* 3635 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 3661 |
786 | | /* 3640 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
787 | | /* 3643 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3652 |
788 | | /* 3648 */ MCD_OPC_Decode, 207, 19, 3, // Opcode: VMULESW |
789 | | /* 3652 */ MCD_OPC_FilterValue, 1, 181, 82, 0, // Skip to: 24830 |
790 | | /* 3657 */ MCD_OPC_Decode, 213, 19, 3, // Opcode: VMULHSW |
791 | | /* 3661 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 3687 |
792 | | /* 3666 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
793 | | /* 3669 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3678 |
794 | | /* 3674 */ MCD_OPC_Decode, 205, 19, 3, // Opcode: VMULESD |
795 | | /* 3678 */ MCD_OPC_FilterValue, 1, 155, 82, 0, // Skip to: 24830 |
796 | | /* 3683 */ MCD_OPC_Decode, 212, 19, 3, // Opcode: VMULHSD |
797 | | /* 3687 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 3703 |
798 | | /* 3692 */ MCD_OPC_CheckField, 0, 1, 0, 139, 82, 0, // Skip to: 24830 |
799 | | /* 3699 */ MCD_OPC_Decode, 253, 19, 3, // Opcode: VPMSUMB |
800 | | /* 3703 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 3719 |
801 | | /* 3708 */ MCD_OPC_CheckField, 0, 1, 0, 123, 82, 0, // Skip to: 24830 |
802 | | /* 3715 */ MCD_OPC_Decode, 255, 19, 3, // Opcode: VPMSUMH |
803 | | /* 3719 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 3735 |
804 | | /* 3724 */ MCD_OPC_CheckField, 0, 1, 0, 107, 82, 0, // Skip to: 24830 |
805 | | /* 3731 */ MCD_OPC_Decode, 128, 20, 3, // Opcode: VPMSUMW |
806 | | /* 3735 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 3751 |
807 | | /* 3740 */ MCD_OPC_CheckField, 0, 1, 0, 91, 82, 0, // Skip to: 24830 |
808 | | /* 3747 */ MCD_OPC_Decode, 254, 19, 3, // Opcode: VPMSUMD |
809 | | /* 3751 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 3777 |
810 | | /* 3756 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
811 | | /* 3759 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3768 |
812 | | /* 3764 */ MCD_OPC_Decode, 132, 18, 3, // Opcode: VCIPHER |
813 | | /* 3768 */ MCD_OPC_FilterValue, 1, 65, 82, 0, // Skip to: 24830 |
814 | | /* 3773 */ MCD_OPC_Decode, 133, 18, 3, // Opcode: VCIPHERLAST |
815 | | /* 3777 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 3803 |
816 | | /* 3782 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
817 | | /* 3785 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3794 |
818 | | /* 3790 */ MCD_OPC_Decode, 227, 19, 3, // Opcode: VNCIPHER |
819 | | /* 3794 */ MCD_OPC_FilterValue, 1, 39, 82, 0, // Skip to: 24830 |
820 | | /* 3799 */ MCD_OPC_Decode, 228, 19, 3, // Opcode: VNCIPHERLAST |
821 | | /* 3803 */ MCD_OPC_FilterValue, 23, 18, 0, 0, // Skip to: 3826 |
822 | | /* 3808 */ MCD_OPC_CheckField, 11, 5, 0, 23, 82, 0, // Skip to: 24830 |
823 | | /* 3815 */ MCD_OPC_CheckField, 0, 1, 0, 16, 82, 0, // Skip to: 24830 |
824 | | /* 3822 */ MCD_OPC_Decode, 153, 20, 4, // Opcode: VSBOX |
825 | | /* 3826 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 3842 |
826 | | /* 3831 */ MCD_OPC_CheckField, 0, 1, 0, 0, 82, 0, // Skip to: 24830 |
827 | | /* 3838 */ MCD_OPC_Decode, 216, 20, 3, // Opcode: VSUM4UBS |
828 | | /* 3842 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 3858 |
829 | | /* 3847 */ MCD_OPC_CheckField, 0, 1, 0, 240, 81, 0, // Skip to: 24830 |
830 | | /* 3854 */ MCD_OPC_Decode, 215, 20, 3, // Opcode: VSUM4SHS |
831 | | /* 3858 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 3874 |
832 | | /* 3863 */ MCD_OPC_CheckField, 0, 1, 0, 224, 81, 0, // Skip to: 24830 |
833 | | /* 3870 */ MCD_OPC_Decode, 213, 20, 3, // Opcode: VSUM2SWS |
834 | | /* 3874 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 3890 |
835 | | /* 3879 */ MCD_OPC_CheckField, 0, 1, 0, 208, 81, 0, // Skip to: 24830 |
836 | | /* 3886 */ MCD_OPC_Decode, 214, 20, 3, // Opcode: VSUM4SBS |
837 | | /* 3890 */ MCD_OPC_FilterValue, 30, 199, 81, 0, // Skip to: 24830 |
838 | | /* 3895 */ MCD_OPC_CheckField, 0, 1, 0, 192, 81, 0, // Skip to: 24830 |
839 | | /* 3902 */ MCD_OPC_Decode, 217, 20, 3, // Opcode: VSUMSWS |
840 | | /* 3906 */ MCD_OPC_FilterValue, 5, 31, 2, 0, // Skip to: 4454 |
841 | | /* 3911 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
842 | | /* 3914 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 3940 |
843 | | /* 3919 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
844 | | /* 3922 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3931 |
845 | | /* 3927 */ MCD_OPC_Decode, 233, 17, 3, // Opcode: VADDFP |
846 | | /* 3931 */ MCD_OPC_FilterValue, 1, 158, 81, 0, // Skip to: 24830 |
847 | | /* 3936 */ MCD_OPC_Decode, 218, 18, 3, // Opcode: VDIVUQ |
848 | | /* 3940 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 3956 |
849 | | /* 3945 */ MCD_OPC_CheckField, 0, 1, 0, 142, 81, 0, // Skip to: 24830 |
850 | | /* 3952 */ MCD_OPC_Decode, 201, 20, 3, // Opcode: VSUBFP |
851 | | /* 3956 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 3972 |
852 | | /* 3961 */ MCD_OPC_CheckField, 0, 1, 1, 126, 81, 0, // Skip to: 24830 |
853 | | /* 3968 */ MCD_OPC_Decode, 219, 18, 3, // Opcode: VDIVUW |
854 | | /* 3972 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 3988 |
855 | | /* 3977 */ MCD_OPC_CheckField, 0, 1, 1, 110, 81, 0, // Skip to: 24830 |
856 | | /* 3984 */ MCD_OPC_Decode, 217, 18, 3, // Opcode: VDIVUD |
857 | | /* 3988 */ MCD_OPC_FilterValue, 4, 28, 0, 0, // Skip to: 4021 |
858 | | /* 3993 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
859 | | /* 3996 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4012 |
860 | | /* 4001 */ MCD_OPC_CheckField, 16, 5, 0, 86, 81, 0, // Skip to: 24830 |
861 | | /* 4008 */ MCD_OPC_Decode, 136, 20, 7, // Opcode: VREFP |
862 | | /* 4012 */ MCD_OPC_FilterValue, 1, 77, 81, 0, // Skip to: 24830 |
863 | | /* 4017 */ MCD_OPC_Decode, 215, 18, 3, // Opcode: VDIVSQ |
864 | | /* 4021 */ MCD_OPC_FilterValue, 5, 18, 0, 0, // Skip to: 4044 |
865 | | /* 4026 */ MCD_OPC_CheckField, 16, 5, 0, 61, 81, 0, // Skip to: 24830 |
866 | | /* 4033 */ MCD_OPC_CheckField, 0, 1, 0, 54, 81, 0, // Skip to: 24830 |
867 | | /* 4040 */ MCD_OPC_Decode, 152, 20, 7, // Opcode: VRSQRTEFP |
868 | | /* 4044 */ MCD_OPC_FilterValue, 6, 28, 0, 0, // Skip to: 4077 |
869 | | /* 4049 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
870 | | /* 4052 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4068 |
871 | | /* 4057 */ MCD_OPC_CheckField, 16, 5, 0, 30, 81, 0, // Skip to: 24830 |
872 | | /* 4064 */ MCD_OPC_Decode, 226, 18, 7, // Opcode: VEXPTEFP |
873 | | /* 4068 */ MCD_OPC_FilterValue, 1, 21, 81, 0, // Skip to: 24830 |
874 | | /* 4073 */ MCD_OPC_Decode, 216, 18, 3, // Opcode: VDIVSW |
875 | | /* 4077 */ MCD_OPC_FilterValue, 7, 28, 0, 0, // Skip to: 4110 |
876 | | /* 4082 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
877 | | /* 4085 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4101 |
878 | | /* 4090 */ MCD_OPC_CheckField, 16, 5, 0, 253, 80, 0, // Skip to: 24830 |
879 | | /* 4097 */ MCD_OPC_Decode, 155, 19, 7, // Opcode: VLOGEFP |
880 | | /* 4101 */ MCD_OPC_FilterValue, 1, 244, 80, 0, // Skip to: 24830 |
881 | | /* 4106 */ MCD_OPC_Decode, 214, 18, 3, // Opcode: VDIVSD |
882 | | /* 4110 */ MCD_OPC_FilterValue, 8, 28, 0, 0, // Skip to: 4143 |
883 | | /* 4115 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
884 | | /* 4118 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4134 |
885 | | /* 4123 */ MCD_OPC_CheckField, 16, 5, 0, 220, 80, 0, // Skip to: 24830 |
886 | | /* 4130 */ MCD_OPC_Decode, 138, 20, 7, // Opcode: VRFIN |
887 | | /* 4134 */ MCD_OPC_FilterValue, 1, 211, 80, 0, // Skip to: 24830 |
888 | | /* 4139 */ MCD_OPC_Decode, 212, 18, 3, // Opcode: VDIVEUQ |
889 | | /* 4143 */ MCD_OPC_FilterValue, 9, 18, 0, 0, // Skip to: 4166 |
890 | | /* 4148 */ MCD_OPC_CheckField, 16, 5, 0, 195, 80, 0, // Skip to: 24830 |
891 | | /* 4155 */ MCD_OPC_CheckField, 0, 1, 0, 188, 80, 0, // Skip to: 24830 |
892 | | /* 4162 */ MCD_OPC_Decode, 140, 20, 7, // Opcode: VRFIZ |
893 | | /* 4166 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 4199 |
894 | | /* 4171 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
895 | | /* 4174 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4190 |
896 | | /* 4179 */ MCD_OPC_CheckField, 16, 5, 0, 164, 80, 0, // Skip to: 24830 |
897 | | /* 4186 */ MCD_OPC_Decode, 139, 20, 7, // Opcode: VRFIP |
898 | | /* 4190 */ MCD_OPC_FilterValue, 1, 155, 80, 0, // Skip to: 24830 |
899 | | /* 4195 */ MCD_OPC_Decode, 213, 18, 3, // Opcode: VDIVEUW |
900 | | /* 4199 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 4232 |
901 | | /* 4204 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
902 | | /* 4207 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4223 |
903 | | /* 4212 */ MCD_OPC_CheckField, 16, 5, 0, 131, 80, 0, // Skip to: 24830 |
904 | | /* 4219 */ MCD_OPC_Decode, 137, 20, 7, // Opcode: VRFIM |
905 | | /* 4223 */ MCD_OPC_FilterValue, 1, 122, 80, 0, // Skip to: 24830 |
906 | | /* 4228 */ MCD_OPC_Decode, 211, 18, 3, // Opcode: VDIVEUD |
907 | | /* 4232 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 4258 |
908 | | /* 4237 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
909 | | /* 4240 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4249 |
910 | | /* 4245 */ MCD_OPC_Decode, 130, 18, 16, // Opcode: VCFUX |
911 | | /* 4249 */ MCD_OPC_FilterValue, 1, 96, 80, 0, // Skip to: 24830 |
912 | | /* 4254 */ MCD_OPC_Decode, 209, 18, 3, // Opcode: VDIVESQ |
913 | | /* 4258 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 4274 |
914 | | /* 4263 */ MCD_OPC_CheckField, 0, 1, 0, 80, 80, 0, // Skip to: 24830 |
915 | | /* 4270 */ MCD_OPC_Decode, 255, 17, 16, // Opcode: VCFSX |
916 | | /* 4274 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 4300 |
917 | | /* 4279 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
918 | | /* 4282 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4291 |
919 | | /* 4287 */ MCD_OPC_Decode, 200, 18, 16, // Opcode: VCTUXS |
920 | | /* 4291 */ MCD_OPC_FilterValue, 1, 54, 80, 0, // Skip to: 24830 |
921 | | /* 4296 */ MCD_OPC_Decode, 210, 18, 3, // Opcode: VDIVESW |
922 | | /* 4300 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 4326 |
923 | | /* 4305 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
924 | | /* 4308 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4317 |
925 | | /* 4313 */ MCD_OPC_Decode, 198, 18, 16, // Opcode: VCTSXS |
926 | | /* 4317 */ MCD_OPC_FilterValue, 1, 28, 80, 0, // Skip to: 24830 |
927 | | /* 4322 */ MCD_OPC_Decode, 208, 18, 3, // Opcode: VDIVESD |
928 | | /* 4326 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 4342 |
929 | | /* 4331 */ MCD_OPC_CheckField, 0, 1, 0, 12, 80, 0, // Skip to: 24830 |
930 | | /* 4338 */ MCD_OPC_Decode, 157, 19, 3, // Opcode: VMAXFP |
931 | | /* 4342 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 4358 |
932 | | /* 4347 */ MCD_OPC_CheckField, 0, 1, 0, 252, 79, 0, // Skip to: 24830 |
933 | | /* 4354 */ MCD_OPC_Decode, 168, 19, 3, // Opcode: VMINFP |
934 | | /* 4358 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 4374 |
935 | | /* 4363 */ MCD_OPC_CheckField, 0, 1, 1, 236, 79, 0, // Skip to: 24830 |
936 | | /* 4370 */ MCD_OPC_Decode, 182, 19, 3, // Opcode: VMODUQ |
937 | | /* 4374 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 4390 |
938 | | /* 4379 */ MCD_OPC_CheckField, 0, 1, 1, 220, 79, 0, // Skip to: 24830 |
939 | | /* 4386 */ MCD_OPC_Decode, 183, 19, 3, // Opcode: VMODUW |
940 | | /* 4390 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 4406 |
941 | | /* 4395 */ MCD_OPC_CheckField, 0, 1, 1, 204, 79, 0, // Skip to: 24830 |
942 | | /* 4402 */ MCD_OPC_Decode, 181, 19, 3, // Opcode: VMODUD |
943 | | /* 4406 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 4422 |
944 | | /* 4411 */ MCD_OPC_CheckField, 0, 1, 1, 188, 79, 0, // Skip to: 24830 |
945 | | /* 4418 */ MCD_OPC_Decode, 179, 19, 3, // Opcode: VMODSQ |
946 | | /* 4422 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 4438 |
947 | | /* 4427 */ MCD_OPC_CheckField, 0, 1, 1, 172, 79, 0, // Skip to: 24830 |
948 | | /* 4434 */ MCD_OPC_Decode, 180, 19, 3, // Opcode: VMODSW |
949 | | /* 4438 */ MCD_OPC_FilterValue, 31, 163, 79, 0, // Skip to: 24830 |
950 | | /* 4443 */ MCD_OPC_CheckField, 0, 1, 1, 156, 79, 0, // Skip to: 24830 |
951 | | /* 4450 */ MCD_OPC_Decode, 178, 19, 3, // Opcode: VMODSD |
952 | | /* 4454 */ MCD_OPC_FilterValue, 6, 174, 2, 0, // Skip to: 5145 |
953 | | /* 4459 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
954 | | /* 4462 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 4523 |
955 | | /* 4467 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
956 | | /* 4470 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4479 |
957 | | /* 4475 */ MCD_OPC_Decode, 185, 19, 3, // Opcode: VMRGHB |
958 | | /* 4479 */ MCD_OPC_FilterValue, 1, 122, 79, 0, // Skip to: 24830 |
959 | | /* 4484 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
960 | | /* 4487 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4496 |
961 | | /* 4492 */ MCD_OPC_Decode, 189, 20, 7, // Opcode: VSTRIBL |
962 | | /* 4496 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 4505 |
963 | | /* 4501 */ MCD_OPC_Decode, 191, 20, 7, // Opcode: VSTRIBR |
964 | | /* 4505 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 4514 |
965 | | /* 4510 */ MCD_OPC_Decode, 193, 20, 7, // Opcode: VSTRIHL |
966 | | /* 4514 */ MCD_OPC_FilterValue, 3, 87, 79, 0, // Skip to: 24830 |
967 | | /* 4519 */ MCD_OPC_Decode, 195, 20, 7, // Opcode: VSTRIHR |
968 | | /* 4523 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 4539 |
969 | | /* 4528 */ MCD_OPC_CheckField, 0, 1, 0, 71, 79, 0, // Skip to: 24830 |
970 | | /* 4535 */ MCD_OPC_Decode, 186, 19, 3, // Opcode: VMRGHH |
971 | | /* 4539 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 4555 |
972 | | /* 4544 */ MCD_OPC_CheckField, 0, 1, 0, 55, 79, 0, // Skip to: 24830 |
973 | | /* 4551 */ MCD_OPC_Decode, 187, 19, 3, // Opcode: VMRGHW |
974 | | /* 4555 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 4571 |
975 | | /* 4560 */ MCD_OPC_CheckField, 0, 1, 0, 39, 79, 0, // Skip to: 24830 |
976 | | /* 4567 */ MCD_OPC_Decode, 188, 19, 3, // Opcode: VMRGLB |
977 | | /* 4571 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 4587 |
978 | | /* 4576 */ MCD_OPC_CheckField, 0, 1, 0, 23, 79, 0, // Skip to: 24830 |
979 | | /* 4583 */ MCD_OPC_Decode, 189, 19, 3, // Opcode: VMRGLH |
980 | | /* 4587 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 4613 |
981 | | /* 4592 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
982 | | /* 4595 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4604 |
983 | | /* 4600 */ MCD_OPC_Decode, 190, 19, 3, // Opcode: VMRGLW |
984 | | /* 4604 */ MCD_OPC_FilterValue, 1, 253, 78, 0, // Skip to: 24830 |
985 | | /* 4609 */ MCD_OPC_Decode, 134, 18, 17, // Opcode: VCLRLB |
986 | | /* 4613 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 4629 |
987 | | /* 4618 */ MCD_OPC_CheckField, 0, 1, 1, 237, 78, 0, // Skip to: 24830 |
988 | | /* 4625 */ MCD_OPC_Decode, 135, 18, 17, // Opcode: VCLRRB |
989 | | /* 4629 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 4655 |
990 | | /* 4634 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
991 | | /* 4637 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4646 |
992 | | /* 4642 */ MCD_OPC_Decode, 167, 20, 16, // Opcode: VSPLTB |
993 | | /* 4646 */ MCD_OPC_FilterValue, 1, 211, 78, 0, // Skip to: 24830 |
994 | | /* 4651 */ MCD_OPC_Decode, 240, 18, 18, // Opcode: VEXTRACTUB |
995 | | /* 4655 */ MCD_OPC_FilterValue, 9, 21, 0, 0, // Skip to: 4681 |
996 | | /* 4660 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
997 | | /* 4663 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4672 |
998 | | /* 4668 */ MCD_OPC_Decode, 169, 20, 16, // Opcode: VSPLTH |
999 | | /* 4672 */ MCD_OPC_FilterValue, 1, 185, 78, 0, // Skip to: 24830 |
1000 | | /* 4677 */ MCD_OPC_Decode, 241, 18, 18, // Opcode: VEXTRACTUH |
1001 | | /* 4681 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 4707 |
1002 | | /* 4686 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1003 | | /* 4689 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4698 |
1004 | | /* 4694 */ MCD_OPC_Decode, 174, 20, 16, // Opcode: VSPLTW |
1005 | | /* 4698 */ MCD_OPC_FilterValue, 1, 159, 78, 0, // Skip to: 24830 |
1006 | | /* 4703 */ MCD_OPC_Decode, 242, 18, 18, // Opcode: VEXTRACTUW |
1007 | | /* 4707 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 4723 |
1008 | | /* 4712 */ MCD_OPC_CheckField, 0, 1, 1, 143, 78, 0, // Skip to: 24830 |
1009 | | /* 4719 */ MCD_OPC_Decode, 236, 18, 18, // Opcode: VEXTRACTD |
1010 | | /* 4723 */ MCD_OPC_FilterValue, 12, 28, 0, 0, // Skip to: 4756 |
1011 | | /* 4728 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1012 | | /* 4731 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4747 |
1013 | | /* 4736 */ MCD_OPC_CheckField, 11, 5, 0, 119, 78, 0, // Skip to: 24830 |
1014 | | /* 4743 */ MCD_OPC_Decode, 171, 20, 19, // Opcode: VSPLTISB |
1015 | | /* 4747 */ MCD_OPC_FilterValue, 1, 110, 78, 0, // Skip to: 24830 |
1016 | | /* 4752 */ MCD_OPC_Decode, 142, 19, 20, // Opcode: VINSERTB |
1017 | | /* 4756 */ MCD_OPC_FilterValue, 13, 28, 0, 0, // Skip to: 4789 |
1018 | | /* 4761 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1019 | | /* 4764 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4780 |
1020 | | /* 4769 */ MCD_OPC_CheckField, 11, 5, 0, 86, 78, 0, // Skip to: 24830 |
1021 | | /* 4776 */ MCD_OPC_Decode, 172, 20, 19, // Opcode: VSPLTISH |
1022 | | /* 4780 */ MCD_OPC_FilterValue, 1, 77, 78, 0, // Skip to: 24830 |
1023 | | /* 4785 */ MCD_OPC_Decode, 144, 19, 20, // Opcode: VINSERTH |
1024 | | /* 4789 */ MCD_OPC_FilterValue, 14, 28, 0, 0, // Skip to: 4822 |
1025 | | /* 4794 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1026 | | /* 4797 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4813 |
1027 | | /* 4802 */ MCD_OPC_CheckField, 11, 5, 0, 53, 78, 0, // Skip to: 24830 |
1028 | | /* 4809 */ MCD_OPC_Decode, 173, 20, 19, // Opcode: VSPLTISW |
1029 | | /* 4813 */ MCD_OPC_FilterValue, 1, 44, 78, 0, // Skip to: 24830 |
1030 | | /* 4818 */ MCD_OPC_Decode, 145, 19, 18, // Opcode: VINSERTW |
1031 | | /* 4822 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 4838 |
1032 | | /* 4827 */ MCD_OPC_CheckField, 0, 1, 1, 28, 78, 0, // Skip to: 24830 |
1033 | | /* 4834 */ MCD_OPC_Decode, 143, 19, 18, // Opcode: VINSERTD |
1034 | | /* 4838 */ MCD_OPC_FilterValue, 16, 56, 0, 0, // Skip to: 4899 |
1035 | | /* 4843 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1036 | | /* 4846 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4855 |
1037 | | /* 4851 */ MCD_OPC_Decode, 163, 20, 3, // Opcode: VSLO |
1038 | | /* 4855 */ MCD_OPC_FilterValue, 1, 2, 78, 0, // Skip to: 24830 |
1039 | | /* 4860 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
1040 | | /* 4863 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4872 |
1041 | | /* 4868 */ MCD_OPC_Decode, 190, 20, 7, // Opcode: VSTRIBL_rec |
1042 | | /* 4872 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 4881 |
1043 | | /* 4877 */ MCD_OPC_Decode, 192, 20, 7, // Opcode: VSTRIBR_rec |
1044 | | /* 4881 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 4890 |
1045 | | /* 4886 */ MCD_OPC_Decode, 194, 20, 7, // Opcode: VSTRIHL_rec |
1046 | | /* 4890 */ MCD_OPC_FilterValue, 3, 223, 77, 0, // Skip to: 24830 |
1047 | | /* 4895 */ MCD_OPC_Decode, 196, 20, 7, // Opcode: VSTRIHR_rec |
1048 | | /* 4899 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 4915 |
1049 | | /* 4904 */ MCD_OPC_CheckField, 0, 1, 0, 207, 77, 0, // Skip to: 24830 |
1050 | | /* 4911 */ MCD_OPC_Decode, 185, 20, 3, // Opcode: VSRO |
1051 | | /* 4915 */ MCD_OPC_FilterValue, 19, 18, 0, 0, // Skip to: 4938 |
1052 | | /* 4920 */ MCD_OPC_CheckField, 19, 2, 0, 191, 77, 0, // Skip to: 24830 |
1053 | | /* 4927 */ MCD_OPC_CheckField, 0, 1, 0, 184, 77, 0, // Skip to: 24830 |
1054 | | /* 4934 */ MCD_OPC_Decode, 134, 19, 21, // Opcode: VGNB |
1055 | | /* 4938 */ MCD_OPC_FilterValue, 20, 18, 0, 0, // Skip to: 4961 |
1056 | | /* 4943 */ MCD_OPC_CheckField, 16, 5, 0, 168, 77, 0, // Skip to: 24830 |
1057 | | /* 4950 */ MCD_OPC_CheckField, 0, 1, 0, 161, 77, 0, // Skip to: 24830 |
1058 | | /* 4957 */ MCD_OPC_Decode, 133, 19, 7, // Opcode: VGBBD |
1059 | | /* 4961 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 4987 |
1060 | | /* 4966 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1061 | | /* 4969 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4978 |
1062 | | /* 4974 */ MCD_OPC_Decode, 254, 17, 3, // Opcode: VBPERMQ |
1063 | | /* 4978 */ MCD_OPC_FilterValue, 1, 135, 77, 0, // Skip to: 24830 |
1064 | | /* 4983 */ MCD_OPC_Decode, 129, 18, 3, // Opcode: VCFUGED |
1065 | | /* 4987 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 5003 |
1066 | | /* 4992 */ MCD_OPC_CheckField, 0, 1, 1, 119, 77, 0, // Skip to: 24830 |
1067 | | /* 4999 */ MCD_OPC_Decode, 239, 19, 3, // Opcode: VPEXTD |
1068 | | /* 5003 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 5029 |
1069 | | /* 5008 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1070 | | /* 5011 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5020 |
1071 | | /* 5016 */ MCD_OPC_Decode, 253, 17, 3, // Opcode: VBPERMD |
1072 | | /* 5020 */ MCD_OPC_FilterValue, 1, 93, 77, 0, // Skip to: 24830 |
1073 | | /* 5025 */ MCD_OPC_Decode, 235, 19, 3, // Opcode: VPDEPD |
1074 | | /* 5029 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 5045 |
1075 | | /* 5034 */ MCD_OPC_CheckField, 0, 1, 1, 77, 77, 0, // Skip to: 24830 |
1076 | | /* 5041 */ MCD_OPC_Decode, 255, 18, 22, // Opcode: VEXTUBLX |
1077 | | /* 5045 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 5061 |
1078 | | /* 5050 */ MCD_OPC_CheckField, 0, 1, 1, 61, 77, 0, // Skip to: 24830 |
1079 | | /* 5057 */ MCD_OPC_Decode, 129, 19, 22, // Opcode: VEXTUHLX |
1080 | | /* 5061 */ MCD_OPC_FilterValue, 26, 21, 0, 0, // Skip to: 5087 |
1081 | | /* 5066 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1082 | | /* 5069 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5078 |
1083 | | /* 5074 */ MCD_OPC_Decode, 191, 19, 3, // Opcode: VMRGOW |
1084 | | /* 5078 */ MCD_OPC_FilterValue, 1, 35, 77, 0, // Skip to: 24830 |
1085 | | /* 5083 */ MCD_OPC_Decode, 131, 19, 22, // Opcode: VEXTUWLX |
1086 | | /* 5087 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 5103 |
1087 | | /* 5092 */ MCD_OPC_CheckField, 0, 1, 1, 19, 77, 0, // Skip to: 24830 |
1088 | | /* 5099 */ MCD_OPC_Decode, 128, 19, 22, // Opcode: VEXTUBRX |
1089 | | /* 5103 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 5119 |
1090 | | /* 5108 */ MCD_OPC_CheckField, 0, 1, 1, 3, 77, 0, // Skip to: 24830 |
1091 | | /* 5115 */ MCD_OPC_Decode, 130, 19, 22, // Opcode: VEXTUHRX |
1092 | | /* 5119 */ MCD_OPC_FilterValue, 30, 250, 76, 0, // Skip to: 24830 |
1093 | | /* 5124 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1094 | | /* 5127 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5136 |
1095 | | /* 5132 */ MCD_OPC_Decode, 184, 19, 3, // Opcode: VMRGEW |
1096 | | /* 5136 */ MCD_OPC_FilterValue, 1, 233, 76, 0, // Skip to: 24830 |
1097 | | /* 5141 */ MCD_OPC_Decode, 132, 19, 22, // Opcode: VEXTUWRX |
1098 | | /* 5145 */ MCD_OPC_FilterValue, 7, 49, 2, 0, // Skip to: 5711 |
1099 | | /* 5150 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1100 | | /* 5153 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 5179 |
1101 | | /* 5158 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1102 | | /* 5161 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5170 |
1103 | | /* 5166 */ MCD_OPC_Decode, 249, 19, 3, // Opcode: VPKUHUM |
1104 | | /* 5170 */ MCD_OPC_FilterValue, 1, 199, 76, 0, // Skip to: 24830 |
1105 | | /* 5175 */ MCD_OPC_Decode, 137, 19, 23, // Opcode: VINSBVLX |
1106 | | /* 5179 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 5205 |
1107 | | /* 5184 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1108 | | /* 5187 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5196 |
1109 | | /* 5192 */ MCD_OPC_Decode, 251, 19, 3, // Opcode: VPKUWUM |
1110 | | /* 5196 */ MCD_OPC_FilterValue, 1, 173, 76, 0, // Skip to: 24830 |
1111 | | /* 5201 */ MCD_OPC_Decode, 148, 19, 23, // Opcode: VINSHVLX |
1112 | | /* 5205 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 5231 |
1113 | | /* 5210 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1114 | | /* 5213 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5222 |
1115 | | /* 5218 */ MCD_OPC_Decode, 250, 19, 3, // Opcode: VPKUHUS |
1116 | | /* 5222 */ MCD_OPC_FilterValue, 1, 147, 76, 0, // Skip to: 24830 |
1117 | | /* 5227 */ MCD_OPC_Decode, 153, 19, 23, // Opcode: VINSWVLX |
1118 | | /* 5231 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 5257 |
1119 | | /* 5236 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1120 | | /* 5239 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5248 |
1121 | | /* 5244 */ MCD_OPC_Decode, 252, 19, 3, // Opcode: VPKUWUS |
1122 | | /* 5248 */ MCD_OPC_FilterValue, 1, 121, 76, 0, // Skip to: 24830 |
1123 | | /* 5253 */ MCD_OPC_Decode, 150, 19, 24, // Opcode: VINSW |
1124 | | /* 5257 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 5283 |
1125 | | /* 5262 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1126 | | /* 5265 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5274 |
1127 | | /* 5270 */ MCD_OPC_Decode, 244, 19, 3, // Opcode: VPKSHUS |
1128 | | /* 5274 */ MCD_OPC_FilterValue, 1, 95, 76, 0, // Skip to: 24830 |
1129 | | /* 5279 */ MCD_OPC_Decode, 138, 19, 23, // Opcode: VINSBVRX |
1130 | | /* 5283 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 5309 |
1131 | | /* 5288 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1132 | | /* 5291 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5300 |
1133 | | /* 5296 */ MCD_OPC_Decode, 246, 19, 3, // Opcode: VPKSWUS |
1134 | | /* 5300 */ MCD_OPC_FilterValue, 1, 69, 76, 0, // Skip to: 24830 |
1135 | | /* 5305 */ MCD_OPC_Decode, 149, 19, 23, // Opcode: VINSHVRX |
1136 | | /* 5309 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 5335 |
1137 | | /* 5314 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1138 | | /* 5317 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5326 |
1139 | | /* 5322 */ MCD_OPC_Decode, 243, 19, 3, // Opcode: VPKSHSS |
1140 | | /* 5326 */ MCD_OPC_FilterValue, 1, 43, 76, 0, // Skip to: 24830 |
1141 | | /* 5331 */ MCD_OPC_Decode, 154, 19, 23, // Opcode: VINSWVRX |
1142 | | /* 5335 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 5361 |
1143 | | /* 5340 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1144 | | /* 5343 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5352 |
1145 | | /* 5348 */ MCD_OPC_Decode, 245, 19, 3, // Opcode: VPKSWSS |
1146 | | /* 5352 */ MCD_OPC_FilterValue, 1, 17, 76, 0, // Skip to: 24830 |
1147 | | /* 5357 */ MCD_OPC_Decode, 139, 19, 25, // Opcode: VINSD |
1148 | | /* 5361 */ MCD_OPC_FilterValue, 8, 28, 0, 0, // Skip to: 5394 |
1149 | | /* 5366 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1150 | | /* 5369 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5385 |
1151 | | /* 5374 */ MCD_OPC_CheckField, 16, 5, 0, 249, 75, 0, // Skip to: 24830 |
1152 | | /* 5381 */ MCD_OPC_Decode, 219, 20, 7, // Opcode: VUPKHSB |
1153 | | /* 5385 */ MCD_OPC_FilterValue, 1, 240, 75, 0, // Skip to: 24830 |
1154 | | /* 5390 */ MCD_OPC_Decode, 135, 19, 26, // Opcode: VINSBLX |
1155 | | /* 5394 */ MCD_OPC_FilterValue, 9, 28, 0, 0, // Skip to: 5427 |
1156 | | /* 5399 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1157 | | /* 5402 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5418 |
1158 | | /* 5407 */ MCD_OPC_CheckField, 16, 5, 0, 216, 75, 0, // Skip to: 24830 |
1159 | | /* 5414 */ MCD_OPC_Decode, 220, 20, 7, // Opcode: VUPKHSH |
1160 | | /* 5418 */ MCD_OPC_FilterValue, 1, 207, 75, 0, // Skip to: 24830 |
1161 | | /* 5423 */ MCD_OPC_Decode, 146, 19, 26, // Opcode: VINSHLX |
1162 | | /* 5427 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 5460 |
1163 | | /* 5432 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1164 | | /* 5435 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5451 |
1165 | | /* 5440 */ MCD_OPC_CheckField, 16, 5, 0, 183, 75, 0, // Skip to: 24830 |
1166 | | /* 5447 */ MCD_OPC_Decode, 223, 20, 7, // Opcode: VUPKLSB |
1167 | | /* 5451 */ MCD_OPC_FilterValue, 1, 174, 75, 0, // Skip to: 24830 |
1168 | | /* 5456 */ MCD_OPC_Decode, 151, 19, 26, // Opcode: VINSWLX |
1169 | | /* 5460 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 5493 |
1170 | | /* 5465 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1171 | | /* 5468 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5484 |
1172 | | /* 5473 */ MCD_OPC_CheckField, 16, 5, 0, 150, 75, 0, // Skip to: 24830 |
1173 | | /* 5480 */ MCD_OPC_Decode, 224, 20, 7, // Opcode: VUPKLSH |
1174 | | /* 5484 */ MCD_OPC_FilterValue, 1, 141, 75, 0, // Skip to: 24830 |
1175 | | /* 5489 */ MCD_OPC_Decode, 140, 19, 27, // Opcode: VINSDLX |
1176 | | /* 5493 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 5519 |
1177 | | /* 5498 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1178 | | /* 5501 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5510 |
1179 | | /* 5506 */ MCD_OPC_Decode, 240, 19, 3, // Opcode: VPKPX |
1180 | | /* 5510 */ MCD_OPC_FilterValue, 1, 115, 75, 0, // Skip to: 24830 |
1181 | | /* 5515 */ MCD_OPC_Decode, 136, 19, 26, // Opcode: VINSBRX |
1182 | | /* 5519 */ MCD_OPC_FilterValue, 13, 28, 0, 0, // Skip to: 5552 |
1183 | | /* 5524 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1184 | | /* 5527 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5543 |
1185 | | /* 5532 */ MCD_OPC_CheckField, 16, 5, 0, 91, 75, 0, // Skip to: 24830 |
1186 | | /* 5539 */ MCD_OPC_Decode, 218, 20, 7, // Opcode: VUPKHPX |
1187 | | /* 5543 */ MCD_OPC_FilterValue, 1, 82, 75, 0, // Skip to: 24830 |
1188 | | /* 5548 */ MCD_OPC_Decode, 147, 19, 26, // Opcode: VINSHRX |
1189 | | /* 5552 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 5568 |
1190 | | /* 5557 */ MCD_OPC_CheckField, 0, 1, 1, 66, 75, 0, // Skip to: 24830 |
1191 | | /* 5564 */ MCD_OPC_Decode, 152, 19, 26, // Opcode: VINSWRX |
1192 | | /* 5568 */ MCD_OPC_FilterValue, 15, 28, 0, 0, // Skip to: 5601 |
1193 | | /* 5573 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1194 | | /* 5576 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5592 |
1195 | | /* 5581 */ MCD_OPC_CheckField, 16, 5, 0, 42, 75, 0, // Skip to: 24830 |
1196 | | /* 5588 */ MCD_OPC_Decode, 222, 20, 7, // Opcode: VUPKLPX |
1197 | | /* 5592 */ MCD_OPC_FilterValue, 1, 33, 75, 0, // Skip to: 24830 |
1198 | | /* 5597 */ MCD_OPC_Decode, 141, 19, 27, // Opcode: VINSDRX |
1199 | | /* 5601 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 5617 |
1200 | | /* 5606 */ MCD_OPC_CheckField, 0, 1, 0, 17, 75, 0, // Skip to: 24830 |
1201 | | /* 5613 */ MCD_OPC_Decode, 247, 19, 3, // Opcode: VPKUDUM |
1202 | | /* 5617 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 5633 |
1203 | | /* 5622 */ MCD_OPC_CheckField, 0, 1, 0, 1, 75, 0, // Skip to: 24830 |
1204 | | /* 5629 */ MCD_OPC_Decode, 248, 19, 3, // Opcode: VPKUDUS |
1205 | | /* 5633 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 5649 |
1206 | | /* 5638 */ MCD_OPC_CheckField, 0, 1, 0, 241, 74, 0, // Skip to: 24830 |
1207 | | /* 5645 */ MCD_OPC_Decode, 242, 19, 3, // Opcode: VPKSDUS |
1208 | | /* 5649 */ MCD_OPC_FilterValue, 23, 11, 0, 0, // Skip to: 5665 |
1209 | | /* 5654 */ MCD_OPC_CheckField, 0, 1, 0, 225, 74, 0, // Skip to: 24830 |
1210 | | /* 5661 */ MCD_OPC_Decode, 241, 19, 3, // Opcode: VPKSDSS |
1211 | | /* 5665 */ MCD_OPC_FilterValue, 25, 18, 0, 0, // Skip to: 5688 |
1212 | | /* 5670 */ MCD_OPC_CheckField, 16, 5, 0, 209, 74, 0, // Skip to: 24830 |
1213 | | /* 5677 */ MCD_OPC_CheckField, 0, 1, 0, 202, 74, 0, // Skip to: 24830 |
1214 | | /* 5684 */ MCD_OPC_Decode, 221, 20, 7, // Opcode: VUPKHSW |
1215 | | /* 5688 */ MCD_OPC_FilterValue, 27, 193, 74, 0, // Skip to: 24830 |
1216 | | /* 5693 */ MCD_OPC_CheckField, 16, 5, 0, 186, 74, 0, // Skip to: 24830 |
1217 | | /* 5700 */ MCD_OPC_CheckField, 0, 1, 0, 179, 74, 0, // Skip to: 24830 |
1218 | | /* 5707 */ MCD_OPC_Decode, 225, 20, 7, // Opcode: VUPKLSW |
1219 | | /* 5711 */ MCD_OPC_FilterValue, 10, 4, 0, 0, // Skip to: 5720 |
1220 | | /* 5716 */ MCD_OPC_Decode, 169, 11, 28, // Opcode: MTVSRBMI |
1221 | | /* 5720 */ MCD_OPC_FilterValue, 11, 38, 0, 0, // Skip to: 5763 |
1222 | | /* 5725 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1223 | | /* 5728 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 5754 |
1224 | | /* 5733 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
1225 | | /* 5736 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5745 |
1226 | | /* 5741 */ MCD_OPC_Decode, 160, 20, 29, // Opcode: VSLDBI |
1227 | | /* 5745 */ MCD_OPC_FilterValue, 1, 136, 74, 0, // Skip to: 24830 |
1228 | | /* 5750 */ MCD_OPC_Decode, 183, 20, 29, // Opcode: VSRDBI |
1229 | | /* 5754 */ MCD_OPC_FilterValue, 1, 127, 74, 0, // Skip to: 24830 |
1230 | | /* 5759 */ MCD_OPC_Decode, 192, 19, 30, // Opcode: VMSUMCUD |
1231 | | /* 5763 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 5789 |
1232 | | /* 5768 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1233 | | /* 5771 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5780 |
1234 | | /* 5776 */ MCD_OPC_Decode, 229, 18, 31, // Opcode: VEXTDUBVLX |
1235 | | /* 5780 */ MCD_OPC_FilterValue, 1, 101, 74, 0, // Skip to: 24830 |
1236 | | /* 5785 */ MCD_OPC_Decode, 230, 18, 31, // Opcode: VEXTDUBVRX |
1237 | | /* 5789 */ MCD_OPC_FilterValue, 13, 21, 0, 0, // Skip to: 5815 |
1238 | | /* 5794 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1239 | | /* 5797 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5806 |
1240 | | /* 5802 */ MCD_OPC_Decode, 231, 18, 31, // Opcode: VEXTDUHVLX |
1241 | | /* 5806 */ MCD_OPC_FilterValue, 1, 75, 74, 0, // Skip to: 24830 |
1242 | | /* 5811 */ MCD_OPC_Decode, 232, 18, 31, // Opcode: VEXTDUHVRX |
1243 | | /* 5815 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 5841 |
1244 | | /* 5820 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1245 | | /* 5823 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5832 |
1246 | | /* 5828 */ MCD_OPC_Decode, 233, 18, 31, // Opcode: VEXTDUWVLX |
1247 | | /* 5832 */ MCD_OPC_FilterValue, 1, 49, 74, 0, // Skip to: 24830 |
1248 | | /* 5837 */ MCD_OPC_Decode, 234, 18, 31, // Opcode: VEXTDUWVRX |
1249 | | /* 5841 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 5867 |
1250 | | /* 5846 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1251 | | /* 5849 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5858 |
1252 | | /* 5854 */ MCD_OPC_Decode, 227, 18, 31, // Opcode: VEXTDDVLX |
1253 | | /* 5858 */ MCD_OPC_FilterValue, 1, 23, 74, 0, // Skip to: 24830 |
1254 | | /* 5863 */ MCD_OPC_Decode, 228, 18, 31, // Opcode: VEXTDDVRX |
1255 | | /* 5867 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 5893 |
1256 | | /* 5872 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1257 | | /* 5875 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5884 |
1258 | | /* 5880 */ MCD_OPC_Decode, 166, 19, 30, // Opcode: VMHADDSHS |
1259 | | /* 5884 */ MCD_OPC_FilterValue, 1, 253, 73, 0, // Skip to: 24830 |
1260 | | /* 5889 */ MCD_OPC_Decode, 167, 19, 30, // Opcode: VMHRADDSHS |
1261 | | /* 5893 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 5919 |
1262 | | /* 5898 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1263 | | /* 5901 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5910 |
1264 | | /* 5906 */ MCD_OPC_Decode, 177, 19, 30, // Opcode: VMLADDUHM |
1265 | | /* 5910 */ MCD_OPC_FilterValue, 1, 227, 73, 0, // Skip to: 24830 |
1266 | | /* 5915 */ MCD_OPC_Decode, 197, 19, 30, // Opcode: VMSUMUDM |
1267 | | /* 5919 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 5945 |
1268 | | /* 5924 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1269 | | /* 5927 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5936 |
1270 | | /* 5932 */ MCD_OPC_Decode, 196, 19, 30, // Opcode: VMSUMUBM |
1271 | | /* 5936 */ MCD_OPC_FilterValue, 1, 201, 73, 0, // Skip to: 24830 |
1272 | | /* 5941 */ MCD_OPC_Decode, 193, 19, 30, // Opcode: VMSUMMBM |
1273 | | /* 5945 */ MCD_OPC_FilterValue, 19, 21, 0, 0, // Skip to: 5971 |
1274 | | /* 5950 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1275 | | /* 5953 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5962 |
1276 | | /* 5958 */ MCD_OPC_Decode, 198, 19, 30, // Opcode: VMSUMUHM |
1277 | | /* 5962 */ MCD_OPC_FilterValue, 1, 175, 73, 0, // Skip to: 24830 |
1278 | | /* 5967 */ MCD_OPC_Decode, 199, 19, 30, // Opcode: VMSUMUHS |
1279 | | /* 5971 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 5997 |
1280 | | /* 5976 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1281 | | /* 5979 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5988 |
1282 | | /* 5984 */ MCD_OPC_Decode, 194, 19, 30, // Opcode: VMSUMSHM |
1283 | | /* 5988 */ MCD_OPC_FilterValue, 1, 149, 73, 0, // Skip to: 24830 |
1284 | | /* 5993 */ MCD_OPC_Decode, 195, 19, 30, // Opcode: VMSUMSHS |
1285 | | /* 5997 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 6023 |
1286 | | /* 6002 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1287 | | /* 6005 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6014 |
1288 | | /* 6010 */ MCD_OPC_Decode, 154, 20, 30, // Opcode: VSEL |
1289 | | /* 6014 */ MCD_OPC_FilterValue, 1, 123, 73, 0, // Skip to: 24830 |
1290 | | /* 6019 */ MCD_OPC_Decode, 236, 19, 30, // Opcode: VPERM |
1291 | | /* 6023 */ MCD_OPC_FilterValue, 22, 28, 0, 0, // Skip to: 6056 |
1292 | | /* 6028 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1293 | | /* 6031 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 6047 |
1294 | | /* 6036 */ MCD_OPC_CheckField, 10, 1, 0, 99, 73, 0, // Skip to: 24830 |
1295 | | /* 6043 */ MCD_OPC_Decode, 161, 20, 32, // Opcode: VSLDOI |
1296 | | /* 6047 */ MCD_OPC_FilterValue, 1, 90, 73, 0, // Skip to: 24830 |
1297 | | /* 6052 */ MCD_OPC_Decode, 238, 19, 30, // Opcode: VPERMXOR |
1298 | | /* 6056 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 6082 |
1299 | | /* 6061 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1300 | | /* 6064 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6073 |
1301 | | /* 6069 */ MCD_OPC_Decode, 156, 19, 33, // Opcode: VMADDFP |
1302 | | /* 6073 */ MCD_OPC_FilterValue, 1, 64, 73, 0, // Skip to: 24830 |
1303 | | /* 6078 */ MCD_OPC_Decode, 231, 19, 33, // Opcode: VNMSUBFP |
1304 | | /* 6082 */ MCD_OPC_FilterValue, 24, 31, 0, 0, // Skip to: 6118 |
1305 | | /* 6087 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1306 | | /* 6090 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6104 |
1307 | | /* 6095 */ MCD_OPC_CheckPredicate, 0, 42, 73, 0, // Skip to: 24830 |
1308 | | /* 6100 */ MCD_OPC_Decode, 214, 10, 34, // Opcode: MADDHD |
1309 | | /* 6104 */ MCD_OPC_FilterValue, 1, 33, 73, 0, // Skip to: 24830 |
1310 | | /* 6109 */ MCD_OPC_CheckPredicate, 0, 28, 73, 0, // Skip to: 24830 |
1311 | | /* 6114 */ MCD_OPC_Decode, 215, 10, 34, // Opcode: MADDHDU |
1312 | | /* 6118 */ MCD_OPC_FilterValue, 25, 16, 0, 0, // Skip to: 6139 |
1313 | | /* 6123 */ MCD_OPC_CheckPredicate, 0, 14, 73, 0, // Skip to: 24830 |
1314 | | /* 6128 */ MCD_OPC_CheckField, 0, 1, 1, 7, 73, 0, // Skip to: 24830 |
1315 | | /* 6135 */ MCD_OPC_Decode, 216, 10, 35, // Opcode: MADDLD |
1316 | | /* 6139 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 6155 |
1317 | | /* 6144 */ MCD_OPC_CheckField, 0, 1, 1, 247, 72, 0, // Skip to: 24830 |
1318 | | /* 6151 */ MCD_OPC_Decode, 237, 19, 30, // Opcode: VPERMR |
1319 | | /* 6155 */ MCD_OPC_FilterValue, 30, 21, 0, 0, // Skip to: 6181 |
1320 | | /* 6160 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1321 | | /* 6163 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6172 |
1322 | | /* 6168 */ MCD_OPC_Decode, 232, 17, 30, // Opcode: VADDEUQM |
1323 | | /* 6172 */ MCD_OPC_FilterValue, 1, 221, 72, 0, // Skip to: 24830 |
1324 | | /* 6177 */ MCD_OPC_Decode, 231, 17, 30, // Opcode: VADDECUQ |
1325 | | /* 6181 */ MCD_OPC_FilterValue, 31, 212, 72, 0, // Skip to: 24830 |
1326 | | /* 6186 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1327 | | /* 6189 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6198 |
1328 | | /* 6194 */ MCD_OPC_Decode, 200, 20, 30, // Opcode: VSUBEUQM |
1329 | | /* 6198 */ MCD_OPC_FilterValue, 1, 195, 72, 0, // Skip to: 24830 |
1330 | | /* 6203 */ MCD_OPC_Decode, 199, 20, 30, // Opcode: VSUBECUQ |
1331 | | /* 6207 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 6233 |
1332 | | /* 6212 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ... |
1333 | | /* 6215 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6224 |
1334 | | /* 6220 */ MCD_OPC_Decode, 201, 10, 36, // Opcode: LXVP |
1335 | | /* 6224 */ MCD_OPC_FilterValue, 1, 169, 72, 0, // Skip to: 24830 |
1336 | | /* 6229 */ MCD_OPC_Decode, 247, 16, 36, // Opcode: STXVP |
1337 | | /* 6233 */ MCD_OPC_FilterValue, 7, 4, 0, 0, // Skip to: 6242 |
1338 | | /* 6238 */ MCD_OPC_Decode, 191, 11, 37, // Opcode: MULLI |
1339 | | /* 6242 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 6251 |
1340 | | /* 6247 */ MCD_OPC_Decode, 152, 17, 37, // Opcode: SUBFIC |
1341 | | /* 6251 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 6277 |
1342 | | /* 6256 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
1343 | | /* 6259 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6268 |
1344 | | /* 6264 */ MCD_OPC_Decode, 211, 4, 38, // Opcode: CMPLWI |
1345 | | /* 6268 */ MCD_OPC_FilterValue, 1, 125, 72, 0, // Skip to: 24830 |
1346 | | /* 6273 */ MCD_OPC_Decode, 209, 4, 39, // Opcode: CMPLDI |
1347 | | /* 6277 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 6303 |
1348 | | /* 6282 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
1349 | | /* 6285 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6294 |
1350 | | /* 6290 */ MCD_OPC_Decode, 215, 4, 40, // Opcode: CMPWI |
1351 | | /* 6294 */ MCD_OPC_FilterValue, 1, 99, 72, 0, // Skip to: 24830 |
1352 | | /* 6299 */ MCD_OPC_Decode, 206, 4, 41, // Opcode: CMPDI |
1353 | | /* 6303 */ MCD_OPC_FilterValue, 12, 4, 0, 0, // Skip to: 6312 |
1354 | | /* 6308 */ MCD_OPC_Decode, 140, 3, 37, // Opcode: ADDIC |
1355 | | /* 6312 */ MCD_OPC_FilterValue, 13, 4, 0, 0, // Skip to: 6321 |
1356 | | /* 6317 */ MCD_OPC_Decode, 142, 3, 37, // Opcode: ADDIC_rec |
1357 | | /* 6321 */ MCD_OPC_FilterValue, 14, 4, 0, 0, // Skip to: 6330 |
1358 | | /* 6326 */ MCD_OPC_Decode, 138, 3, 42, // Opcode: ADDI |
1359 | | /* 6330 */ MCD_OPC_FilterValue, 15, 4, 0, 0, // Skip to: 6339 |
1360 | | /* 6335 */ MCD_OPC_Decode, 143, 3, 42, // Opcode: ADDIS |
1361 | | /* 6339 */ MCD_OPC_FilterValue, 16, 39, 0, 0, // Skip to: 6383 |
1362 | | /* 6344 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1363 | | /* 6347 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6356 |
1364 | | /* 6352 */ MCD_OPC_Decode, 196, 23, 43, // Opcode: gBC |
1365 | | /* 6356 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 6365 |
1366 | | /* 6361 */ MCD_OPC_Decode, 201, 23, 43, // Opcode: gBCL |
1367 | | /* 6365 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 6374 |
1368 | | /* 6370 */ MCD_OPC_Decode, 197, 23, 43, // Opcode: gBCA |
1369 | | /* 6374 */ MCD_OPC_FilterValue, 3, 19, 72, 0, // Skip to: 24830 |
1370 | | /* 6379 */ MCD_OPC_Decode, 202, 23, 43, // Opcode: gBCLA |
1371 | | /* 6383 */ MCD_OPC_FilterValue, 17, 26, 0, 0, // Skip to: 6414 |
1372 | | /* 6388 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1373 | | /* 6391 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6405 |
1374 | | /* 6396 */ MCD_OPC_CheckPredicate, 0, 253, 71, 0, // Skip to: 24830 |
1375 | | /* 6401 */ MCD_OPC_Decode, 198, 15, 44, // Opcode: SCV |
1376 | | /* 6405 */ MCD_OPC_FilterValue, 2, 244, 71, 0, // Skip to: 24830 |
1377 | | /* 6410 */ MCD_OPC_Decode, 197, 15, 44, // Opcode: SC |
1378 | | /* 6414 */ MCD_OPC_FilterValue, 18, 39, 0, 0, // Skip to: 6458 |
1379 | | /* 6419 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1380 | | /* 6422 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6431 |
1381 | | /* 6427 */ MCD_OPC_Decode, 249, 3, 45, // Opcode: B |
1382 | | /* 6431 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 6440 |
1383 | | /* 6436 */ MCD_OPC_Decode, 166, 4, 45, // Opcode: BL |
1384 | | /* 6440 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 6449 |
1385 | | /* 6445 */ MCD_OPC_Decode, 250, 3, 45, // Opcode: BA |
1386 | | /* 6449 */ MCD_OPC_FilterValue, 3, 200, 71, 0, // Skip to: 24830 |
1387 | | /* 6454 */ MCD_OPC_Decode, 177, 4, 45, // Opcode: BLA |
1388 | | /* 6458 */ MCD_OPC_FilterValue, 19, 112, 2, 0, // Skip to: 7087 |
1389 | | /* 6463 */ MCD_OPC_ExtractField, 1, 5, // Inst{5-1} ... |
1390 | | /* 6466 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 6496 |
1391 | | /* 6471 */ MCD_OPC_CheckField, 21, 2, 0, 176, 71, 0, // Skip to: 24830 |
1392 | | /* 6478 */ MCD_OPC_CheckField, 6, 12, 0, 169, 71, 0, // Skip to: 24830 |
1393 | | /* 6485 */ MCD_OPC_CheckField, 0, 1, 0, 162, 71, 0, // Skip to: 24830 |
1394 | | /* 6492 */ MCD_OPC_Decode, 219, 10, 46, // Opcode: MCRF |
1395 | | /* 6496 */ MCD_OPC_FilterValue, 1, 131, 0, 0, // Skip to: 6632 |
1396 | | /* 6501 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1397 | | /* 6504 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 6520 |
1398 | | /* 6509 */ MCD_OPC_CheckField, 0, 1, 0, 138, 71, 0, // Skip to: 24830 |
1399 | | /* 6516 */ MCD_OPC_Decode, 241, 4, 47, // Opcode: CRNOR |
1400 | | /* 6520 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 6536 |
1401 | | /* 6525 */ MCD_OPC_CheckField, 0, 1, 0, 122, 71, 0, // Skip to: 24830 |
1402 | | /* 6532 */ MCD_OPC_Decode, 238, 4, 47, // Opcode: CRANDC |
1403 | | /* 6536 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 6552 |
1404 | | /* 6541 */ MCD_OPC_CheckField, 0, 1, 0, 106, 71, 0, // Skip to: 24830 |
1405 | | /* 6548 */ MCD_OPC_Decode, 247, 4, 47, // Opcode: CRXOR |
1406 | | /* 6552 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 6568 |
1407 | | /* 6557 */ MCD_OPC_CheckField, 0, 1, 0, 90, 71, 0, // Skip to: 24830 |
1408 | | /* 6564 */ MCD_OPC_Decode, 240, 4, 47, // Opcode: CRNAND |
1409 | | /* 6568 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 6584 |
1410 | | /* 6573 */ MCD_OPC_CheckField, 0, 1, 0, 74, 71, 0, // Skip to: 24830 |
1411 | | /* 6580 */ MCD_OPC_Decode, 237, 4, 47, // Opcode: CRAND |
1412 | | /* 6584 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 6600 |
1413 | | /* 6589 */ MCD_OPC_CheckField, 0, 1, 0, 58, 71, 0, // Skip to: 24830 |
1414 | | /* 6596 */ MCD_OPC_Decode, 239, 4, 47, // Opcode: CREQV |
1415 | | /* 6600 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 6616 |
1416 | | /* 6605 */ MCD_OPC_CheckField, 0, 1, 0, 42, 71, 0, // Skip to: 24830 |
1417 | | /* 6612 */ MCD_OPC_Decode, 244, 4, 47, // Opcode: CRORC |
1418 | | /* 6616 */ MCD_OPC_FilterValue, 14, 33, 71, 0, // Skip to: 24830 |
1419 | | /* 6621 */ MCD_OPC_CheckField, 0, 1, 0, 26, 71, 0, // Skip to: 24830 |
1420 | | /* 6628 */ MCD_OPC_Decode, 243, 4, 47, // Opcode: CROR |
1421 | | /* 6632 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6646 |
1422 | | /* 6637 */ MCD_OPC_CheckPredicate, 0, 12, 71, 0, // Skip to: 24830 |
1423 | | /* 6642 */ MCD_OPC_Decode, 173, 3, 48, // Opcode: ADDPCIS |
1424 | | /* 6646 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 6674 |
1425 | | /* 6651 */ MCD_OPC_CheckPredicate, 1, 254, 70, 0, // Skip to: 24830 |
1426 | | /* 6656 */ MCD_OPC_CheckField, 6, 20, 1, 247, 70, 0, // Skip to: 24830 |
1427 | | /* 6663 */ MCD_OPC_CheckField, 0, 1, 0, 240, 70, 0, // Skip to: 24830 |
1428 | | /* 6670 */ MCD_OPC_Decode, 167, 15, 0, // Opcode: RFMCI |
1429 | | /* 6674 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 6702 |
1430 | | /* 6679 */ MCD_OPC_CheckPredicate, 1, 226, 70, 0, // Skip to: 24830 |
1431 | | /* 6684 */ MCD_OPC_CheckField, 6, 20, 1, 219, 70, 0, // Skip to: 24830 |
1432 | | /* 6691 */ MCD_OPC_CheckField, 0, 1, 0, 212, 70, 0, // Skip to: 24830 |
1433 | | /* 6698 */ MCD_OPC_Decode, 163, 15, 0, // Opcode: RFDI |
1434 | | /* 6702 */ MCD_OPC_FilterValue, 16, 173, 0, 0, // Skip to: 6880 |
1435 | | /* 6707 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1436 | | /* 6710 */ MCD_OPC_FilterValue, 0, 80, 0, 0, // Skip to: 6795 |
1437 | | /* 6715 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1438 | | /* 6718 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 6759 |
1439 | | /* 6723 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
1440 | | /* 6726 */ MCD_OPC_FilterValue, 0, 179, 70, 0, // Skip to: 24830 |
1441 | | /* 6731 */ MCD_OPC_CheckPredicate, 2, 19, 0, 0, // Skip to: 6755 |
1442 | | /* 6736 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6755 |
1443 | | /* 6744 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6755 |
1444 | | /* 6751 */ MCD_OPC_Decode, 183, 4, 0, // Opcode: BLR |
1445 | | /* 6755 */ MCD_OPC_Decode, 204, 23, 49, // Opcode: gBCLR |
1446 | | /* 6759 */ MCD_OPC_FilterValue, 16, 146, 70, 0, // Skip to: 24830 |
1447 | | /* 6764 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
1448 | | /* 6767 */ MCD_OPC_FilterValue, 0, 138, 70, 0, // Skip to: 24830 |
1449 | | /* 6772 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6791 |
1450 | | /* 6780 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6791 |
1451 | | /* 6787 */ MCD_OPC_Decode, 156, 4, 0, // Opcode: BCTR |
1452 | | /* 6791 */ MCD_OPC_Decode, 199, 23, 49, // Opcode: gBCCTR |
1453 | | /* 6795 */ MCD_OPC_FilterValue, 1, 110, 70, 0, // Skip to: 24830 |
1454 | | /* 6800 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1455 | | /* 6803 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6839 |
1456 | | /* 6808 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
1457 | | /* 6811 */ MCD_OPC_FilterValue, 0, 94, 70, 0, // Skip to: 24830 |
1458 | | /* 6816 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6835 |
1459 | | /* 6824 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6835 |
1460 | | /* 6831 */ MCD_OPC_Decode, 185, 4, 0, // Opcode: BLRL |
1461 | | /* 6835 */ MCD_OPC_Decode, 205, 23, 49, // Opcode: gBCLRL |
1462 | | /* 6839 */ MCD_OPC_FilterValue, 16, 66, 70, 0, // Skip to: 24830 |
1463 | | /* 6844 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ... |
1464 | | /* 6847 */ MCD_OPC_FilterValue, 0, 58, 70, 0, // Skip to: 24830 |
1465 | | /* 6852 */ MCD_OPC_CheckPredicate, 2, 19, 0, 0, // Skip to: 6876 |
1466 | | /* 6857 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6876 |
1467 | | /* 6865 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6876 |
1468 | | /* 6872 */ MCD_OPC_Decode, 158, 4, 0, // Opcode: BCTRL |
1469 | | /* 6876 */ MCD_OPC_Decode, 200, 23, 49, // Opcode: gBCCTRL |
1470 | | /* 6880 */ MCD_OPC_FilterValue, 18, 151, 0, 0, // Skip to: 7036 |
1471 | | /* 6885 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1472 | | /* 6888 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 6911 |
1473 | | /* 6893 */ MCD_OPC_CheckField, 11, 15, 0, 10, 70, 0, // Skip to: 24830 |
1474 | | /* 6900 */ MCD_OPC_CheckField, 0, 1, 0, 3, 70, 0, // Skip to: 24830 |
1475 | | /* 6907 */ MCD_OPC_Decode, 166, 15, 0, // Opcode: RFID |
1476 | | /* 6911 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 6939 |
1477 | | /* 6916 */ MCD_OPC_CheckPredicate, 3, 245, 69, 0, // Skip to: 24830 |
1478 | | /* 6921 */ MCD_OPC_CheckField, 11, 15, 0, 238, 69, 0, // Skip to: 24830 |
1479 | | /* 6928 */ MCD_OPC_CheckField, 0, 1, 0, 231, 69, 0, // Skip to: 24830 |
1480 | | /* 6935 */ MCD_OPC_Decode, 165, 15, 0, // Opcode: RFI |
1481 | | /* 6939 */ MCD_OPC_FilterValue, 4, 18, 0, 0, // Skip to: 6962 |
1482 | | /* 6944 */ MCD_OPC_CheckField, 12, 14, 0, 215, 69, 0, // Skip to: 24830 |
1483 | | /* 6951 */ MCD_OPC_CheckField, 0, 1, 0, 208, 69, 0, // Skip to: 24830 |
1484 | | /* 6958 */ MCD_OPC_Decode, 164, 15, 50, // Opcode: RFEBB |
1485 | | /* 6962 */ MCD_OPC_FilterValue, 8, 18, 0, 0, // Skip to: 6985 |
1486 | | /* 6967 */ MCD_OPC_CheckField, 11, 15, 0, 192, 69, 0, // Skip to: 24830 |
1487 | | /* 6974 */ MCD_OPC_CheckField, 0, 1, 0, 185, 69, 0, // Skip to: 24830 |
1488 | | /* 6981 */ MCD_OPC_Decode, 183, 9, 0, // Opcode: HRFID |
1489 | | /* 6985 */ MCD_OPC_FilterValue, 11, 23, 0, 0, // Skip to: 7013 |
1490 | | /* 6990 */ MCD_OPC_CheckPredicate, 0, 171, 69, 0, // Skip to: 24830 |
1491 | | /* 6995 */ MCD_OPC_CheckField, 11, 15, 0, 164, 69, 0, // Skip to: 24830 |
1492 | | /* 7002 */ MCD_OPC_CheckField, 0, 1, 0, 157, 69, 0, // Skip to: 24830 |
1493 | | /* 7009 */ MCD_OPC_Decode, 206, 16, 0, // Opcode: STOP |
1494 | | /* 7013 */ MCD_OPC_FilterValue, 13, 148, 69, 0, // Skip to: 24830 |
1495 | | /* 7018 */ MCD_OPC_CheckField, 11, 15, 0, 141, 69, 0, // Skip to: 24830 |
1496 | | /* 7025 */ MCD_OPC_CheckField, 0, 1, 0, 134, 69, 0, // Skip to: 24830 |
1497 | | /* 7032 */ MCD_OPC_Decode, 204, 11, 0, // Opcode: NAP |
1498 | | /* 7036 */ MCD_OPC_FilterValue, 19, 23, 0, 0, // Skip to: 7064 |
1499 | | /* 7041 */ MCD_OPC_CheckPredicate, 3, 120, 69, 0, // Skip to: 24830 |
1500 | | /* 7046 */ MCD_OPC_CheckField, 6, 20, 1, 113, 69, 0, // Skip to: 24830 |
1501 | | /* 7053 */ MCD_OPC_CheckField, 0, 1, 0, 106, 69, 0, // Skip to: 24830 |
1502 | | /* 7060 */ MCD_OPC_Decode, 162, 15, 0, // Opcode: RFCI |
1503 | | /* 7064 */ MCD_OPC_FilterValue, 22, 97, 69, 0, // Skip to: 24830 |
1504 | | /* 7069 */ MCD_OPC_CheckField, 6, 20, 4, 90, 69, 0, // Skip to: 24830 |
1505 | | /* 7076 */ MCD_OPC_CheckField, 0, 1, 0, 83, 69, 0, // Skip to: 24830 |
1506 | | /* 7083 */ MCD_OPC_Decode, 193, 9, 0, // Opcode: ISYNC |
1507 | | /* 7087 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 7113 |
1508 | | /* 7092 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1509 | | /* 7095 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7104 |
1510 | | /* 7100 */ MCD_OPC_Decode, 184, 15, 51, // Opcode: RLWIMI |
1511 | | /* 7104 */ MCD_OPC_FilterValue, 1, 57, 69, 0, // Skip to: 24830 |
1512 | | /* 7109 */ MCD_OPC_Decode, 187, 15, 51, // Opcode: RLWIMI_rec |
1513 | | /* 7113 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 7139 |
1514 | | /* 7118 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1515 | | /* 7121 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7130 |
1516 | | /* 7126 */ MCD_OPC_Decode, 188, 15, 52, // Opcode: RLWINM |
1517 | | /* 7130 */ MCD_OPC_FilterValue, 1, 31, 69, 0, // Skip to: 24830 |
1518 | | /* 7135 */ MCD_OPC_Decode, 191, 15, 52, // Opcode: RLWINM_rec |
1519 | | /* 7139 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 7165 |
1520 | | /* 7144 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1521 | | /* 7147 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7156 |
1522 | | /* 7152 */ MCD_OPC_Decode, 192, 15, 53, // Opcode: RLWNM |
1523 | | /* 7156 */ MCD_OPC_FilterValue, 1, 5, 69, 0, // Skip to: 24830 |
1524 | | /* 7161 */ MCD_OPC_Decode, 195, 15, 53, // Opcode: RLWNM_rec |
1525 | | /* 7165 */ MCD_OPC_FilterValue, 24, 15, 0, 0, // Skip to: 7185 |
1526 | | /* 7170 */ MCD_OPC_CheckField, 0, 26, 0, 4, 0, 0, // Skip to: 7181 |
1527 | | /* 7177 */ MCD_OPC_Decode, 213, 11, 0, // Opcode: NOP |
1528 | | /* 7181 */ MCD_OPC_Decode, 227, 11, 54, // Opcode: ORI |
1529 | | /* 7185 */ MCD_OPC_FilterValue, 25, 4, 0, 0, // Skip to: 7194 |
1530 | | /* 7190 */ MCD_OPC_Decode, 229, 11, 54, // Opcode: ORIS |
1531 | | /* 7194 */ MCD_OPC_FilterValue, 26, 4, 0, 0, // Skip to: 7203 |
1532 | | /* 7199 */ MCD_OPC_Decode, 240, 20, 54, // Opcode: XORI |
1533 | | /* 7203 */ MCD_OPC_FilterValue, 27, 4, 0, 0, // Skip to: 7212 |
1534 | | /* 7208 */ MCD_OPC_Decode, 242, 20, 54, // Opcode: XORIS |
1535 | | /* 7212 */ MCD_OPC_FilterValue, 28, 4, 0, 0, // Skip to: 7221 |
1536 | | /* 7217 */ MCD_OPC_Decode, 194, 3, 54, // Opcode: ANDI_rec |
1537 | | /* 7221 */ MCD_OPC_FilterValue, 29, 4, 0, 0, // Skip to: 7230 |
1538 | | /* 7226 */ MCD_OPC_Decode, 193, 3, 54, // Opcode: ANDIS_rec |
1539 | | /* 7230 */ MCD_OPC_FilterValue, 30, 151, 0, 0, // Skip to: 7386 |
1540 | | /* 7235 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ... |
1541 | | /* 7238 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 7264 |
1542 | | /* 7243 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1543 | | /* 7246 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7255 |
1544 | | /* 7251 */ MCD_OPC_Decode, 173, 15, 55, // Opcode: RLDICL |
1545 | | /* 7255 */ MCD_OPC_FilterValue, 1, 162, 68, 0, // Skip to: 24830 |
1546 | | /* 7260 */ MCD_OPC_Decode, 177, 15, 55, // Opcode: RLDICL_rec |
1547 | | /* 7264 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 7290 |
1548 | | /* 7269 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1549 | | /* 7272 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7281 |
1550 | | /* 7277 */ MCD_OPC_Decode, 178, 15, 55, // Opcode: RLDICR |
1551 | | /* 7281 */ MCD_OPC_FilterValue, 1, 136, 68, 0, // Skip to: 24830 |
1552 | | /* 7286 */ MCD_OPC_Decode, 180, 15, 55, // Opcode: RLDICR_rec |
1553 | | /* 7290 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 7316 |
1554 | | /* 7295 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1555 | | /* 7298 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7307 |
1556 | | /* 7303 */ MCD_OPC_Decode, 172, 15, 55, // Opcode: RLDIC |
1557 | | /* 7307 */ MCD_OPC_FilterValue, 1, 110, 68, 0, // Skip to: 24830 |
1558 | | /* 7312 */ MCD_OPC_Decode, 181, 15, 55, // Opcode: RLDIC_rec |
1559 | | /* 7316 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 7342 |
1560 | | /* 7321 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
1561 | | /* 7324 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7333 |
1562 | | /* 7329 */ MCD_OPC_Decode, 182, 15, 56, // Opcode: RLDIMI |
1563 | | /* 7333 */ MCD_OPC_FilterValue, 1, 84, 68, 0, // Skip to: 24830 |
1564 | | /* 7338 */ MCD_OPC_Decode, 183, 15, 56, // Opcode: RLDIMI_rec |
1565 | | /* 7342 */ MCD_OPC_FilterValue, 4, 75, 68, 0, // Skip to: 24830 |
1566 | | /* 7347 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1567 | | /* 7350 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7359 |
1568 | | /* 7355 */ MCD_OPC_Decode, 168, 15, 57, // Opcode: RLDCL |
1569 | | /* 7359 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 7368 |
1570 | | /* 7364 */ MCD_OPC_Decode, 169, 15, 57, // Opcode: RLDCL_rec |
1571 | | /* 7368 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 7377 |
1572 | | /* 7373 */ MCD_OPC_Decode, 170, 15, 57, // Opcode: RLDCR |
1573 | | /* 7377 */ MCD_OPC_FilterValue, 3, 40, 68, 0, // Skip to: 24830 |
1574 | | /* 7382 */ MCD_OPC_Decode, 171, 15, 57, // Opcode: RLDCR_rec |
1575 | | /* 7386 */ MCD_OPC_FilterValue, 31, 144, 29, 0, // Skip to: 14959 |
1576 | | /* 7391 */ MCD_OPC_ExtractField, 2, 4, // Inst{5-2} ... |
1577 | | /* 7394 */ MCD_OPC_FilterValue, 0, 31, 1, 0, // Skip to: 7686 |
1578 | | /* 7399 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1579 | | /* 7402 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7442 |
1580 | | /* 7407 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
1581 | | /* 7410 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 7426 |
1582 | | /* 7415 */ MCD_OPC_CheckField, 0, 2, 0, 0, 68, 0, // Skip to: 24830 |
1583 | | /* 7422 */ MCD_OPC_Decode, 214, 4, 58, // Opcode: CMPW |
1584 | | /* 7426 */ MCD_OPC_FilterValue, 1, 247, 67, 0, // Skip to: 24830 |
1585 | | /* 7431 */ MCD_OPC_CheckField, 0, 2, 0, 240, 67, 0, // Skip to: 24830 |
1586 | | /* 7438 */ MCD_OPC_Decode, 205, 4, 59, // Opcode: CMPD |
1587 | | /* 7442 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 7482 |
1588 | | /* 7447 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ... |
1589 | | /* 7450 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 7466 |
1590 | | /* 7455 */ MCD_OPC_CheckField, 0, 2, 0, 216, 67, 0, // Skip to: 24830 |
1591 | | /* 7462 */ MCD_OPC_Decode, 210, 4, 58, // Opcode: CMPLW |
1592 | | /* 7466 */ MCD_OPC_FilterValue, 1, 207, 67, 0, // Skip to: 24830 |
1593 | | /* 7471 */ MCD_OPC_CheckField, 0, 2, 0, 200, 67, 0, // Skip to: 24830 |
1594 | | /* 7478 */ MCD_OPC_Decode, 208, 4, 59, // Opcode: CMPLD |
1595 | | /* 7482 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 7510 |
1596 | | /* 7487 */ MCD_OPC_CheckPredicate, 0, 186, 67, 0, // Skip to: 24830 |
1597 | | /* 7492 */ MCD_OPC_CheckField, 11, 7, 0, 179, 67, 0, // Skip to: 24830 |
1598 | | /* 7499 */ MCD_OPC_CheckField, 0, 2, 0, 172, 67, 0, // Skip to: 24830 |
1599 | | /* 7506 */ MCD_OPC_Decode, 227, 15, 60, // Opcode: SETB |
1600 | | /* 7510 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 7538 |
1601 | | /* 7515 */ MCD_OPC_CheckPredicate, 0, 158, 67, 0, // Skip to: 24830 |
1602 | | /* 7520 */ MCD_OPC_CheckField, 22, 1, 0, 151, 67, 0, // Skip to: 24830 |
1603 | | /* 7527 */ MCD_OPC_CheckField, 0, 2, 0, 144, 67, 0, // Skip to: 24830 |
1604 | | /* 7534 */ MCD_OPC_Decode, 212, 4, 61, // Opcode: CMPRB |
1605 | | /* 7538 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 7566 |
1606 | | /* 7543 */ MCD_OPC_CheckPredicate, 0, 130, 67, 0, // Skip to: 24830 |
1607 | | /* 7548 */ MCD_OPC_CheckField, 21, 2, 0, 123, 67, 0, // Skip to: 24830 |
1608 | | /* 7555 */ MCD_OPC_CheckField, 0, 2, 0, 116, 67, 0, // Skip to: 24830 |
1609 | | /* 7562 */ MCD_OPC_Decode, 207, 4, 59, // Opcode: CMPEQB |
1610 | | /* 7566 */ MCD_OPC_FilterValue, 12, 18, 0, 0, // Skip to: 7589 |
1611 | | /* 7571 */ MCD_OPC_CheckField, 11, 5, 0, 100, 67, 0, // Skip to: 24830 |
1612 | | /* 7578 */ MCD_OPC_CheckField, 0, 2, 0, 93, 67, 0, // Skip to: 24830 |
1613 | | /* 7585 */ MCD_OPC_Decode, 229, 15, 62, // Opcode: SETBC |
1614 | | /* 7589 */ MCD_OPC_FilterValue, 13, 18, 0, 0, // Skip to: 7612 |
1615 | | /* 7594 */ MCD_OPC_CheckField, 11, 5, 0, 77, 67, 0, // Skip to: 24830 |
1616 | | /* 7601 */ MCD_OPC_CheckField, 0, 2, 0, 70, 67, 0, // Skip to: 24830 |
1617 | | /* 7608 */ MCD_OPC_Decode, 231, 15, 62, // Opcode: SETBCR |
1618 | | /* 7612 */ MCD_OPC_FilterValue, 14, 18, 0, 0, // Skip to: 7635 |
1619 | | /* 7617 */ MCD_OPC_CheckField, 11, 5, 0, 54, 67, 0, // Skip to: 24830 |
1620 | | /* 7624 */ MCD_OPC_CheckField, 0, 2, 0, 47, 67, 0, // Skip to: 24830 |
1621 | | /* 7631 */ MCD_OPC_Decode, 234, 15, 62, // Opcode: SETNBC |
1622 | | /* 7635 */ MCD_OPC_FilterValue, 15, 18, 0, 0, // Skip to: 7658 |
1623 | | /* 7640 */ MCD_OPC_CheckField, 11, 5, 0, 31, 67, 0, // Skip to: 24830 |
1624 | | /* 7647 */ MCD_OPC_CheckField, 0, 2, 0, 24, 67, 0, // Skip to: 24830 |
1625 | | /* 7654 */ MCD_OPC_Decode, 236, 15, 62, // Opcode: SETNBCR |
1626 | | /* 7658 */ MCD_OPC_FilterValue, 18, 15, 67, 0, // Skip to: 24830 |
1627 | | /* 7663 */ MCD_OPC_CheckPredicate, 0, 10, 67, 0, // Skip to: 24830 |
1628 | | /* 7668 */ MCD_OPC_CheckField, 11, 12, 0, 3, 67, 0, // Skip to: 24830 |
1629 | | /* 7675 */ MCD_OPC_CheckField, 0, 2, 0, 252, 66, 0, // Skip to: 24830 |
1630 | | /* 7682 */ MCD_OPC_Decode, 221, 10, 63, // Opcode: MCRXRX |
1631 | | /* 7686 */ MCD_OPC_FilterValue, 1, 94, 0, 0, // Skip to: 7785 |
1632 | | /* 7691 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1633 | | /* 7694 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 7722 |
1634 | | /* 7699 */ MCD_OPC_CheckPredicate, 3, 230, 66, 0, // Skip to: 24830 |
1635 | | /* 7704 */ MCD_OPC_CheckField, 16, 1, 0, 223, 66, 0, // Skip to: 24830 |
1636 | | /* 7711 */ MCD_OPC_CheckField, 1, 1, 1, 216, 66, 0, // Skip to: 24830 |
1637 | | /* 7718 */ MCD_OPC_Decode, 235, 20, 64, // Opcode: WRTEE |
1638 | | /* 7722 */ MCD_OPC_FilterValue, 5, 16, 0, 0, // Skip to: 7743 |
1639 | | /* 7727 */ MCD_OPC_CheckPredicate, 3, 202, 66, 0, // Skip to: 24830 |
1640 | | /* 7732 */ MCD_OPC_CheckField, 1, 1, 1, 195, 66, 0, // Skip to: 24830 |
1641 | | /* 7739 */ MCD_OPC_Decode, 236, 20, 65, // Opcode: WRTEEI |
1642 | | /* 7743 */ MCD_OPC_FilterValue, 10, 16, 0, 0, // Skip to: 7764 |
1643 | | /* 7748 */ MCD_OPC_CheckPredicate, 4, 181, 66, 0, // Skip to: 24830 |
1644 | | /* 7753 */ MCD_OPC_CheckField, 0, 2, 2, 174, 66, 0, // Skip to: 24830 |
1645 | | /* 7760 */ MCD_OPC_Decode, 227, 10, 66, // Opcode: MFDCR |
1646 | | /* 7764 */ MCD_OPC_FilterValue, 14, 165, 66, 0, // Skip to: 24830 |
1647 | | /* 7769 */ MCD_OPC_CheckPredicate, 4, 160, 66, 0, // Skip to: 24830 |
1648 | | /* 7774 */ MCD_OPC_CheckField, 0, 2, 2, 153, 66, 0, // Skip to: 24830 |
1649 | | /* 7781 */ MCD_OPC_Decode, 141, 11, 66, // Opcode: MTDCR |
1650 | | /* 7785 */ MCD_OPC_FilterValue, 2, 49, 0, 0, // Skip to: 7839 |
1651 | | /* 7790 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1652 | | /* 7793 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 7823 |
1653 | | /* 7798 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1654 | | /* 7801 */ MCD_OPC_FilterValue, 0, 128, 66, 0, // Skip to: 24830 |
1655 | | /* 7806 */ MCD_OPC_CheckField, 11, 15, 128, 248, 1, 4, 0, 0, // Skip to: 7819 |
1656 | | /* 7815 */ MCD_OPC_Decode, 218, 17, 0, // Opcode: TRAP |
1657 | | /* 7819 */ MCD_OPC_Decode, 222, 17, 67, // Opcode: TW |
1658 | | /* 7823 */ MCD_OPC_FilterValue, 2, 106, 66, 0, // Skip to: 24830 |
1659 | | /* 7828 */ MCD_OPC_CheckField, 0, 2, 0, 99, 66, 0, // Skip to: 24830 |
1660 | | /* 7835 */ MCD_OPC_Decode, 198, 17, 68, // Opcode: TD |
1661 | | /* 7839 */ MCD_OPC_FilterValue, 3, 217, 1, 0, // Skip to: 8317 |
1662 | | /* 7844 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
1663 | | /* 7847 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 7873 |
1664 | | /* 7852 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1665 | | /* 7855 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7864 |
1666 | | /* 7860 */ MCD_OPC_Decode, 153, 10, 69, // Opcode: LVSL |
1667 | | /* 7864 */ MCD_OPC_FilterValue, 2, 65, 66, 0, // Skip to: 24830 |
1668 | | /* 7869 */ MCD_OPC_Decode, 150, 10, 69, // Opcode: LVEBX |
1669 | | /* 7873 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 7899 |
1670 | | /* 7878 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1671 | | /* 7881 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7890 |
1672 | | /* 7886 */ MCD_OPC_Decode, 154, 10, 69, // Opcode: LVSR |
1673 | | /* 7890 */ MCD_OPC_FilterValue, 2, 39, 66, 0, // Skip to: 24830 |
1674 | | /* 7895 */ MCD_OPC_Decode, 151, 10, 69, // Opcode: LVEHX |
1675 | | /* 7899 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 7915 |
1676 | | /* 7904 */ MCD_OPC_CheckField, 0, 2, 2, 23, 66, 0, // Skip to: 24830 |
1677 | | /* 7911 */ MCD_OPC_Decode, 152, 10, 69, // Opcode: LVEWX |
1678 | | /* 7915 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 7931 |
1679 | | /* 7920 */ MCD_OPC_CheckField, 0, 2, 2, 7, 66, 0, // Skip to: 24830 |
1680 | | /* 7927 */ MCD_OPC_Decode, 155, 10, 69, // Opcode: LVX |
1681 | | /* 7931 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 7947 |
1682 | | /* 7936 */ MCD_OPC_CheckField, 0, 2, 2, 247, 65, 0, // Skip to: 24830 |
1683 | | /* 7943 */ MCD_OPC_Decode, 211, 16, 69, // Opcode: STVEBX |
1684 | | /* 7947 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 7963 |
1685 | | /* 7952 */ MCD_OPC_CheckField, 0, 2, 2, 231, 65, 0, // Skip to: 24830 |
1686 | | /* 7959 */ MCD_OPC_Decode, 212, 16, 69, // Opcode: STVEHX |
1687 | | /* 7963 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 8001 |
1688 | | /* 7968 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1689 | | /* 7971 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7992 |
1690 | | /* 7976 */ MCD_OPC_CheckPredicate, 5, 209, 65, 0, // Skip to: 24830 |
1691 | | /* 7981 */ MCD_OPC_CheckField, 25, 1, 0, 202, 65, 0, // Skip to: 24830 |
1692 | | /* 7988 */ MCD_OPC_Decode, 187, 9, 70, // Opcode: ICBLQ |
1693 | | /* 7992 */ MCD_OPC_FilterValue, 2, 193, 65, 0, // Skip to: 24830 |
1694 | | /* 7997 */ MCD_OPC_Decode, 213, 16, 69, // Opcode: STVEWX |
1695 | | /* 8001 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 8039 |
1696 | | /* 8006 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1697 | | /* 8009 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8030 |
1698 | | /* 8014 */ MCD_OPC_CheckPredicate, 5, 171, 65, 0, // Skip to: 24830 |
1699 | | /* 8019 */ MCD_OPC_CheckField, 25, 1, 0, 164, 65, 0, // Skip to: 24830 |
1700 | | /* 8026 */ MCD_OPC_Decode, 186, 9, 70, // Opcode: ICBLC |
1701 | | /* 8030 */ MCD_OPC_FilterValue, 2, 155, 65, 0, // Skip to: 24830 |
1702 | | /* 8035 */ MCD_OPC_Decode, 214, 16, 69, // Opcode: STVX |
1703 | | /* 8039 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 8055 |
1704 | | /* 8044 */ MCD_OPC_CheckField, 0, 2, 2, 139, 65, 0, // Skip to: 24830 |
1705 | | /* 8051 */ MCD_OPC_Decode, 156, 10, 69, // Opcode: LVXL |
1706 | | /* 8055 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 8083 |
1707 | | /* 8060 */ MCD_OPC_CheckPredicate, 4, 125, 65, 0, // Skip to: 24830 |
1708 | | /* 8065 */ MCD_OPC_CheckField, 21, 5, 0, 118, 65, 0, // Skip to: 24830 |
1709 | | /* 8072 */ MCD_OPC_CheckField, 0, 2, 0, 111, 65, 0, // Skip to: 24830 |
1710 | | /* 8079 */ MCD_OPC_Decode, 140, 5, 71, // Opcode: DCCCI |
1711 | | /* 8083 */ MCD_OPC_FilterValue, 15, 33, 0, 0, // Skip to: 8121 |
1712 | | /* 8088 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1713 | | /* 8091 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8112 |
1714 | | /* 8096 */ MCD_OPC_CheckPredicate, 5, 89, 65, 0, // Skip to: 24830 |
1715 | | /* 8101 */ MCD_OPC_CheckField, 25, 1, 0, 82, 65, 0, // Skip to: 24830 |
1716 | | /* 8108 */ MCD_OPC_Decode, 189, 9, 70, // Opcode: ICBTLS |
1717 | | /* 8112 */ MCD_OPC_FilterValue, 2, 73, 65, 0, // Skip to: 24830 |
1718 | | /* 8117 */ MCD_OPC_Decode, 215, 16, 69, // Opcode: STVXL |
1719 | | /* 8121 */ MCD_OPC_FilterValue, 18, 16, 0, 0, // Skip to: 8142 |
1720 | | /* 8126 */ MCD_OPC_CheckPredicate, 0, 59, 65, 0, // Skip to: 24830 |
1721 | | /* 8131 */ MCD_OPC_CheckField, 0, 2, 0, 52, 65, 0, // Skip to: 24830 |
1722 | | /* 8138 */ MCD_OPC_Decode, 160, 10, 72, // Opcode: LWAT |
1723 | | /* 8142 */ MCD_OPC_FilterValue, 19, 16, 0, 0, // Skip to: 8163 |
1724 | | /* 8147 */ MCD_OPC_CheckPredicate, 0, 38, 65, 0, // Skip to: 24830 |
1725 | | /* 8152 */ MCD_OPC_CheckField, 0, 2, 0, 31, 65, 0, // Skip to: 24830 |
1726 | | /* 8159 */ MCD_OPC_Decode, 214, 9, 73, // Opcode: LDAT |
1727 | | /* 8163 */ MCD_OPC_FilterValue, 22, 16, 0, 0, // Skip to: 8184 |
1728 | | /* 8168 */ MCD_OPC_CheckPredicate, 0, 17, 65, 0, // Skip to: 24830 |
1729 | | /* 8173 */ MCD_OPC_CheckField, 0, 2, 0, 10, 65, 0, // Skip to: 24830 |
1730 | | /* 8180 */ MCD_OPC_Decode, 218, 16, 72, // Opcode: STWAT |
1731 | | /* 8184 */ MCD_OPC_FilterValue, 23, 16, 0, 0, // Skip to: 8205 |
1732 | | /* 8189 */ MCD_OPC_CheckPredicate, 0, 252, 64, 0, // Skip to: 24830 |
1733 | | /* 8194 */ MCD_OPC_CheckField, 0, 2, 0, 245, 64, 0, // Skip to: 24830 |
1734 | | /* 8201 */ MCD_OPC_Decode, 167, 16, 73, // Opcode: STDAT |
1735 | | /* 8205 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 8233 |
1736 | | /* 8210 */ MCD_OPC_CheckPredicate, 0, 231, 64, 0, // Skip to: 24830 |
1737 | | /* 8215 */ MCD_OPC_CheckField, 21, 5, 1, 224, 64, 0, // Skip to: 24830 |
1738 | | /* 8222 */ MCD_OPC_CheckField, 0, 2, 0, 217, 64, 0, // Skip to: 24830 |
1739 | | /* 8229 */ MCD_OPC_Decode, 231, 4, 71, // Opcode: CP_COPY |
1740 | | /* 8233 */ MCD_OPC_FilterValue, 26, 23, 0, 0, // Skip to: 8261 |
1741 | | /* 8238 */ MCD_OPC_CheckPredicate, 0, 203, 64, 0, // Skip to: 24830 |
1742 | | /* 8243 */ MCD_OPC_CheckField, 11, 15, 0, 196, 64, 0, // Skip to: 24830 |
1743 | | /* 8250 */ MCD_OPC_CheckField, 0, 2, 0, 189, 64, 0, // Skip to: 24830 |
1744 | | /* 8257 */ MCD_OPC_Decode, 230, 4, 0, // Opcode: CP_ABORT |
1745 | | /* 8261 */ MCD_OPC_FilterValue, 28, 23, 0, 0, // Skip to: 8289 |
1746 | | /* 8266 */ MCD_OPC_CheckPredicate, 0, 175, 64, 0, // Skip to: 24830 |
1747 | | /* 8271 */ MCD_OPC_CheckField, 22, 4, 0, 168, 64, 0, // Skip to: 24830 |
1748 | | /* 8278 */ MCD_OPC_CheckField, 0, 2, 1, 161, 64, 0, // Skip to: 24830 |
1749 | | /* 8285 */ MCD_OPC_Decode, 234, 4, 74, // Opcode: CP_PASTE_rec |
1750 | | /* 8289 */ MCD_OPC_FilterValue, 30, 152, 64, 0, // Skip to: 24830 |
1751 | | /* 8294 */ MCD_OPC_CheckPredicate, 4, 147, 64, 0, // Skip to: 24830 |
1752 | | /* 8299 */ MCD_OPC_CheckField, 21, 5, 0, 140, 64, 0, // Skip to: 24830 |
1753 | | /* 8306 */ MCD_OPC_CheckField, 0, 2, 0, 133, 64, 0, // Skip to: 24830 |
1754 | | /* 8313 */ MCD_OPC_Decode, 190, 9, 71, // Opcode: ICCCI |
1755 | | /* 8317 */ MCD_OPC_FilterValue, 4, 77, 3, 0, // Skip to: 9167 |
1756 | | /* 8322 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
1757 | | /* 8325 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 8417 |
1758 | | /* 8330 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1759 | | /* 8333 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8359 |
1760 | | /* 8338 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1761 | | /* 8341 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8350 |
1762 | | /* 8346 */ MCD_OPC_Decode, 136, 17, 75, // Opcode: SUBFC |
1763 | | /* 8350 */ MCD_OPC_FilterValue, 1, 91, 64, 0, // Skip to: 24830 |
1764 | | /* 8355 */ MCD_OPC_Decode, 141, 17, 75, // Opcode: SUBFCO |
1765 | | /* 8359 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 8385 |
1766 | | /* 8364 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1767 | | /* 8367 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8376 |
1768 | | /* 8372 */ MCD_OPC_Decode, 143, 17, 75, // Opcode: SUBFC_rec |
1769 | | /* 8376 */ MCD_OPC_FilterValue, 1, 65, 64, 0, // Skip to: 24830 |
1770 | | /* 8381 */ MCD_OPC_Decode, 142, 17, 75, // Opcode: SUBFCO_rec |
1771 | | /* 8385 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 8401 |
1772 | | /* 8390 */ MCD_OPC_CheckField, 10, 1, 0, 49, 64, 0, // Skip to: 24830 |
1773 | | /* 8397 */ MCD_OPC_Decode, 180, 11, 76, // Opcode: MULHDU |
1774 | | /* 8401 */ MCD_OPC_FilterValue, 3, 40, 64, 0, // Skip to: 24830 |
1775 | | /* 8406 */ MCD_OPC_CheckField, 10, 1, 0, 33, 64, 0, // Skip to: 24830 |
1776 | | /* 8413 */ MCD_OPC_Decode, 181, 11, 76, // Opcode: MULHDU_rec |
1777 | | /* 8417 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 8477 |
1778 | | /* 8422 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1779 | | /* 8425 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8451 |
1780 | | /* 8430 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1781 | | /* 8433 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8442 |
1782 | | /* 8438 */ MCD_OPC_Decode, 131, 17, 75, // Opcode: SUBF |
1783 | | /* 8442 */ MCD_OPC_FilterValue, 1, 255, 63, 0, // Skip to: 24830 |
1784 | | /* 8447 */ MCD_OPC_Decode, 162, 17, 75, // Opcode: SUBFO |
1785 | | /* 8451 */ MCD_OPC_FilterValue, 1, 246, 63, 0, // Skip to: 24830 |
1786 | | /* 8456 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1787 | | /* 8459 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8468 |
1788 | | /* 8464 */ MCD_OPC_Decode, 174, 17, 75, // Opcode: SUBF_rec |
1789 | | /* 8468 */ MCD_OPC_FilterValue, 1, 229, 63, 0, // Skip to: 24830 |
1790 | | /* 8473 */ MCD_OPC_Decode, 163, 17, 75, // Opcode: SUBFO_rec |
1791 | | /* 8477 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 8545 |
1792 | | /* 8482 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1793 | | /* 8485 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8499 |
1794 | | /* 8490 */ MCD_OPC_CheckPredicate, 6, 207, 63, 0, // Skip to: 24830 |
1795 | | /* 8495 */ MCD_OPC_Decode, 164, 17, 77, // Opcode: SUBFUS |
1796 | | /* 8499 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8513 |
1797 | | /* 8504 */ MCD_OPC_CheckPredicate, 6, 193, 63, 0, // Skip to: 24830 |
1798 | | /* 8509 */ MCD_OPC_Decode, 165, 17, 77, // Opcode: SUBFUS_rec |
1799 | | /* 8513 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 8529 |
1800 | | /* 8518 */ MCD_OPC_CheckField, 10, 1, 0, 177, 63, 0, // Skip to: 24830 |
1801 | | /* 8525 */ MCD_OPC_Decode, 179, 11, 76, // Opcode: MULHD |
1802 | | /* 8529 */ MCD_OPC_FilterValue, 3, 168, 63, 0, // Skip to: 24830 |
1803 | | /* 8534 */ MCD_OPC_CheckField, 10, 1, 0, 161, 63, 0, // Skip to: 24830 |
1804 | | /* 8541 */ MCD_OPC_Decode, 182, 11, 76, // Opcode: MULHD_rec |
1805 | | /* 8545 */ MCD_OPC_FilterValue, 3, 55, 0, 0, // Skip to: 8605 |
1806 | | /* 8550 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1807 | | /* 8553 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8579 |
1808 | | /* 8558 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1809 | | /* 8561 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8570 |
1810 | | /* 8566 */ MCD_OPC_Decode, 205, 11, 78, // Opcode: NEG |
1811 | | /* 8570 */ MCD_OPC_FilterValue, 1, 127, 63, 0, // Skip to: 24830 |
1812 | | /* 8575 */ MCD_OPC_Decode, 210, 11, 78, // Opcode: NEGO |
1813 | | /* 8579 */ MCD_OPC_FilterValue, 1, 118, 63, 0, // Skip to: 24830 |
1814 | | /* 8584 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1815 | | /* 8587 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8596 |
1816 | | /* 8592 */ MCD_OPC_Decode, 212, 11, 78, // Opcode: NEG_rec |
1817 | | /* 8596 */ MCD_OPC_FilterValue, 1, 101, 63, 0, // Skip to: 24830 |
1818 | | /* 8601 */ MCD_OPC_Decode, 211, 11, 78, // Opcode: NEGO_rec |
1819 | | /* 8605 */ MCD_OPC_FilterValue, 4, 55, 0, 0, // Skip to: 8665 |
1820 | | /* 8610 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1821 | | /* 8613 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8639 |
1822 | | /* 8618 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1823 | | /* 8621 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8630 |
1824 | | /* 8626 */ MCD_OPC_Decode, 144, 17, 75, // Opcode: SUBFE |
1825 | | /* 8630 */ MCD_OPC_FilterValue, 1, 67, 63, 0, // Skip to: 24830 |
1826 | | /* 8635 */ MCD_OPC_Decode, 149, 17, 75, // Opcode: SUBFEO |
1827 | | /* 8639 */ MCD_OPC_FilterValue, 1, 58, 63, 0, // Skip to: 24830 |
1828 | | /* 8644 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1829 | | /* 8647 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8656 |
1830 | | /* 8652 */ MCD_OPC_Decode, 151, 17, 75, // Opcode: SUBFE_rec |
1831 | | /* 8656 */ MCD_OPC_FilterValue, 1, 41, 63, 0, // Skip to: 24830 |
1832 | | /* 8661 */ MCD_OPC_Decode, 150, 17, 75, // Opcode: SUBFEO_rec |
1833 | | /* 8665 */ MCD_OPC_FilterValue, 6, 55, 0, 0, // Skip to: 8725 |
1834 | | /* 8670 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1835 | | /* 8673 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8699 |
1836 | | /* 8678 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1837 | | /* 8681 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8690 |
1838 | | /* 8686 */ MCD_OPC_Decode, 166, 17, 78, // Opcode: SUBFZE |
1839 | | /* 8690 */ MCD_OPC_FilterValue, 1, 7, 63, 0, // Skip to: 24830 |
1840 | | /* 8695 */ MCD_OPC_Decode, 171, 17, 78, // Opcode: SUBFZEO |
1841 | | /* 8699 */ MCD_OPC_FilterValue, 1, 254, 62, 0, // Skip to: 24830 |
1842 | | /* 8704 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1843 | | /* 8707 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8716 |
1844 | | /* 8712 */ MCD_OPC_Decode, 173, 17, 78, // Opcode: SUBFZE_rec |
1845 | | /* 8716 */ MCD_OPC_FilterValue, 1, 237, 62, 0, // Skip to: 24830 |
1846 | | /* 8721 */ MCD_OPC_Decode, 172, 17, 78, // Opcode: SUBFZEO_rec |
1847 | | /* 8725 */ MCD_OPC_FilterValue, 7, 107, 0, 0, // Skip to: 8837 |
1848 | | /* 8730 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1849 | | /* 8733 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8759 |
1850 | | /* 8738 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1851 | | /* 8741 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8750 |
1852 | | /* 8746 */ MCD_OPC_Decode, 154, 17, 78, // Opcode: SUBFME |
1853 | | /* 8750 */ MCD_OPC_FilterValue, 1, 203, 62, 0, // Skip to: 24830 |
1854 | | /* 8755 */ MCD_OPC_Decode, 159, 17, 78, // Opcode: SUBFMEO |
1855 | | /* 8759 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 8785 |
1856 | | /* 8764 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ... |
1857 | | /* 8767 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8776 |
1858 | | /* 8772 */ MCD_OPC_Decode, 161, 17, 78, // Opcode: SUBFME_rec |
1859 | | /* 8776 */ MCD_OPC_FilterValue, 1, 177, 62, 0, // Skip to: 24830 |
1860 | | /* 8781 */ MCD_OPC_Decode, 160, 17, 78, // Opcode: SUBFMEO_rec |
1861 | | /* 8785 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 8811 |
1862 | | /* 8790 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1863 | | /* 8793 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8802 |
1864 | | /* 8798 */ MCD_OPC_Decode, 187, 11, 76, // Opcode: MULLD |
1865 | | /* 8802 */ MCD_OPC_FilterValue, 1, 151, 62, 0, // Skip to: 24830 |
1866 | | /* 8807 */ MCD_OPC_Decode, 188, 11, 76, // Opcode: MULLDO |
1867 | | /* 8811 */ MCD_OPC_FilterValue, 3, 142, 62, 0, // Skip to: 24830 |
1868 | | /* 8816 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1869 | | /* 8819 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8828 |
1870 | | /* 8824 */ MCD_OPC_Decode, 190, 11, 76, // Opcode: MULLD_rec |
1871 | | /* 8828 */ MCD_OPC_FilterValue, 1, 125, 62, 0, // Skip to: 24830 |
1872 | | /* 8833 */ MCD_OPC_Decode, 189, 11, 76, // Opcode: MULLDO_rec |
1873 | | /* 8837 */ MCD_OPC_FilterValue, 8, 45, 0, 0, // Skip to: 8887 |
1874 | | /* 8842 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1875 | | /* 8845 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8866 |
1876 | | /* 8850 */ MCD_OPC_CheckPredicate, 0, 103, 62, 0, // Skip to: 24830 |
1877 | | /* 8855 */ MCD_OPC_CheckField, 0, 2, 2, 96, 62, 0, // Skip to: 24830 |
1878 | | /* 8862 */ MCD_OPC_Decode, 131, 11, 76, // Opcode: MODUD |
1879 | | /* 8866 */ MCD_OPC_FilterValue, 1, 87, 62, 0, // Skip to: 24830 |
1880 | | /* 8871 */ MCD_OPC_CheckPredicate, 0, 82, 62, 0, // Skip to: 24830 |
1881 | | /* 8876 */ MCD_OPC_CheckField, 0, 2, 2, 75, 62, 0, // Skip to: 24830 |
1882 | | /* 8883 */ MCD_OPC_Decode, 129, 11, 76, // Opcode: MODSD |
1883 | | /* 8887 */ MCD_OPC_FilterValue, 12, 75, 0, 0, // Skip to: 8967 |
1884 | | /* 8892 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1885 | | /* 8895 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8931 |
1886 | | /* 8900 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1887 | | /* 8903 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8917 |
1888 | | /* 8908 */ MCD_OPC_CheckPredicate, 7, 45, 62, 0, // Skip to: 24830 |
1889 | | /* 8913 */ MCD_OPC_Decode, 179, 5, 76, // Opcode: DIVDEU |
1890 | | /* 8917 */ MCD_OPC_FilterValue, 1, 36, 62, 0, // Skip to: 24830 |
1891 | | /* 8922 */ MCD_OPC_CheckPredicate, 7, 31, 62, 0, // Skip to: 24830 |
1892 | | /* 8927 */ MCD_OPC_Decode, 180, 5, 76, // Opcode: DIVDEUO |
1893 | | /* 8931 */ MCD_OPC_FilterValue, 3, 22, 62, 0, // Skip to: 24830 |
1894 | | /* 8936 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1895 | | /* 8939 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8953 |
1896 | | /* 8944 */ MCD_OPC_CheckPredicate, 7, 9, 62, 0, // Skip to: 24830 |
1897 | | /* 8949 */ MCD_OPC_Decode, 182, 5, 76, // Opcode: DIVDEU_rec |
1898 | | /* 8953 */ MCD_OPC_FilterValue, 1, 0, 62, 0, // Skip to: 24830 |
1899 | | /* 8958 */ MCD_OPC_CheckPredicate, 7, 251, 61, 0, // Skip to: 24830 |
1900 | | /* 8963 */ MCD_OPC_Decode, 181, 5, 76, // Opcode: DIVDEUO_rec |
1901 | | /* 8967 */ MCD_OPC_FilterValue, 13, 75, 0, 0, // Skip to: 9047 |
1902 | | /* 8972 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1903 | | /* 8975 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 9011 |
1904 | | /* 8980 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1905 | | /* 8983 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8997 |
1906 | | /* 8988 */ MCD_OPC_CheckPredicate, 7, 221, 61, 0, // Skip to: 24830 |
1907 | | /* 8993 */ MCD_OPC_Decode, 176, 5, 76, // Opcode: DIVDE |
1908 | | /* 8997 */ MCD_OPC_FilterValue, 1, 212, 61, 0, // Skip to: 24830 |
1909 | | /* 9002 */ MCD_OPC_CheckPredicate, 7, 207, 61, 0, // Skip to: 24830 |
1910 | | /* 9007 */ MCD_OPC_Decode, 177, 5, 76, // Opcode: DIVDEO |
1911 | | /* 9011 */ MCD_OPC_FilterValue, 3, 198, 61, 0, // Skip to: 24830 |
1912 | | /* 9016 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1913 | | /* 9019 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9033 |
1914 | | /* 9024 */ MCD_OPC_CheckPredicate, 7, 185, 61, 0, // Skip to: 24830 |
1915 | | /* 9029 */ MCD_OPC_Decode, 183, 5, 76, // Opcode: DIVDE_rec |
1916 | | /* 9033 */ MCD_OPC_FilterValue, 1, 176, 61, 0, // Skip to: 24830 |
1917 | | /* 9038 */ MCD_OPC_CheckPredicate, 7, 171, 61, 0, // Skip to: 24830 |
1918 | | /* 9043 */ MCD_OPC_Decode, 178, 5, 76, // Opcode: DIVDEO_rec |
1919 | | /* 9047 */ MCD_OPC_FilterValue, 14, 55, 0, 0, // Skip to: 9107 |
1920 | | /* 9052 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1921 | | /* 9055 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9081 |
1922 | | /* 9060 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1923 | | /* 9063 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9072 |
1924 | | /* 9068 */ MCD_OPC_Decode, 186, 5, 76, // Opcode: DIVDU |
1925 | | /* 9072 */ MCD_OPC_FilterValue, 1, 137, 61, 0, // Skip to: 24830 |
1926 | | /* 9077 */ MCD_OPC_Decode, 187, 5, 76, // Opcode: DIVDUO |
1927 | | /* 9081 */ MCD_OPC_FilterValue, 3, 128, 61, 0, // Skip to: 24830 |
1928 | | /* 9086 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1929 | | /* 9089 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9098 |
1930 | | /* 9094 */ MCD_OPC_Decode, 189, 5, 76, // Opcode: DIVDU_rec |
1931 | | /* 9098 */ MCD_OPC_FilterValue, 1, 111, 61, 0, // Skip to: 24830 |
1932 | | /* 9103 */ MCD_OPC_Decode, 188, 5, 76, // Opcode: DIVDUO_rec |
1933 | | /* 9107 */ MCD_OPC_FilterValue, 15, 102, 61, 0, // Skip to: 24830 |
1934 | | /* 9112 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1935 | | /* 9115 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9141 |
1936 | | /* 9120 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1937 | | /* 9123 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9132 |
1938 | | /* 9128 */ MCD_OPC_Decode, 175, 5, 76, // Opcode: DIVD |
1939 | | /* 9132 */ MCD_OPC_FilterValue, 1, 77, 61, 0, // Skip to: 24830 |
1940 | | /* 9137 */ MCD_OPC_Decode, 184, 5, 76, // Opcode: DIVDO |
1941 | | /* 9141 */ MCD_OPC_FilterValue, 3, 68, 61, 0, // Skip to: 24830 |
1942 | | /* 9146 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
1943 | | /* 9149 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9158 |
1944 | | /* 9154 */ MCD_OPC_Decode, 190, 5, 76, // Opcode: DIVD_rec |
1945 | | /* 9158 */ MCD_OPC_FilterValue, 1, 51, 61, 0, // Skip to: 24830 |
1946 | | /* 9163 */ MCD_OPC_Decode, 185, 5, 76, // Opcode: DIVDO_rec |
1947 | | /* 9167 */ MCD_OPC_FilterValue, 5, 190, 2, 0, // Skip to: 9874 |
1948 | | /* 9172 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
1949 | | /* 9175 */ MCD_OPC_FilterValue, 0, 152, 0, 0, // Skip to: 9332 |
1950 | | /* 9180 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1951 | | /* 9183 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 9227 |
1952 | | /* 9188 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
1953 | | /* 9191 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9200 |
1954 | | /* 9196 */ MCD_OPC_Decode, 246, 2, 75, // Opcode: ADDC |
1955 | | /* 9200 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9209 |
1956 | | /* 9205 */ MCD_OPC_Decode, 235, 2, 75, // Opcode: ADD4 |
1957 | | /* 9209 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9218 |
1958 | | /* 9214 */ MCD_OPC_Decode, 251, 2, 75, // Opcode: ADDCO |
1959 | | /* 9218 */ MCD_OPC_FilterValue, 3, 247, 60, 0, // Skip to: 24830 |
1960 | | /* 9223 */ MCD_OPC_Decode, 236, 2, 75, // Opcode: ADD4O |
1961 | | /* 9227 */ MCD_OPC_FilterValue, 1, 39, 0, 0, // Skip to: 9271 |
1962 | | /* 9232 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
1963 | | /* 9235 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9244 |
1964 | | /* 9240 */ MCD_OPC_Decode, 253, 2, 75, // Opcode: ADDC_rec |
1965 | | /* 9244 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9253 |
1966 | | /* 9249 */ MCD_OPC_Decode, 239, 2, 75, // Opcode: ADD4_rec |
1967 | | /* 9253 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9262 |
1968 | | /* 9258 */ MCD_OPC_Decode, 252, 2, 75, // Opcode: ADDCO_rec |
1969 | | /* 9262 */ MCD_OPC_FilterValue, 3, 203, 60, 0, // Skip to: 24830 |
1970 | | /* 9267 */ MCD_OPC_Decode, 237, 2, 75, // Opcode: ADD4O_rec |
1971 | | /* 9271 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 9316 |
1972 | | /* 9276 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
1973 | | /* 9279 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9288 |
1974 | | /* 9284 */ MCD_OPC_Decode, 184, 11, 75, // Opcode: MULHWU |
1975 | | /* 9288 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9302 |
1976 | | /* 9293 */ MCD_OPC_CheckPredicate, 0, 172, 60, 0, // Skip to: 24830 |
1977 | | /* 9298 */ MCD_OPC_Decode, 132, 11, 75, // Opcode: MODUW |
1978 | | /* 9302 */ MCD_OPC_FilterValue, 3, 163, 60, 0, // Skip to: 24830 |
1979 | | /* 9307 */ MCD_OPC_CheckPredicate, 0, 158, 60, 0, // Skip to: 24830 |
1980 | | /* 9312 */ MCD_OPC_Decode, 130, 11, 75, // Opcode: MODSW |
1981 | | /* 9316 */ MCD_OPC_FilterValue, 3, 149, 60, 0, // Skip to: 24830 |
1982 | | /* 9321 */ MCD_OPC_CheckField, 9, 2, 0, 142, 60, 0, // Skip to: 24830 |
1983 | | /* 9328 */ MCD_OPC_Decode, 185, 11, 75, // Opcode: MULHWU_rec |
1984 | | /* 9332 */ MCD_OPC_FilterValue, 2, 51, 0, 0, // Skip to: 9388 |
1985 | | /* 9337 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1986 | | /* 9340 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 9356 |
1987 | | /* 9345 */ MCD_OPC_CheckField, 9, 2, 0, 118, 60, 0, // Skip to: 24830 |
1988 | | /* 9352 */ MCD_OPC_Decode, 136, 3, 75, // Opcode: ADDG6S |
1989 | | /* 9356 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 9372 |
1990 | | /* 9361 */ MCD_OPC_CheckField, 9, 2, 0, 102, 60, 0, // Skip to: 24830 |
1991 | | /* 9368 */ MCD_OPC_Decode, 183, 11, 75, // Opcode: MULHW |
1992 | | /* 9372 */ MCD_OPC_FilterValue, 3, 93, 60, 0, // Skip to: 24830 |
1993 | | /* 9377 */ MCD_OPC_CheckField, 9, 2, 0, 86, 60, 0, // Skip to: 24830 |
1994 | | /* 9384 */ MCD_OPC_Decode, 186, 11, 75, // Opcode: MULHW_rec |
1995 | | /* 9388 */ MCD_OPC_FilterValue, 4, 127, 0, 0, // Skip to: 9520 |
1996 | | /* 9393 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
1997 | | /* 9396 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9422 |
1998 | | /* 9401 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
1999 | | /* 9404 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9413 |
2000 | | /* 9409 */ MCD_OPC_Decode, 254, 2, 75, // Opcode: ADDE |
2001 | | /* 9413 */ MCD_OPC_FilterValue, 2, 52, 60, 0, // Skip to: 24830 |
2002 | | /* 9418 */ MCD_OPC_Decode, 131, 3, 75, // Opcode: ADDEO |
2003 | | /* 9422 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9448 |
2004 | | /* 9427 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2005 | | /* 9430 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9439 |
2006 | | /* 9435 */ MCD_OPC_Decode, 135, 3, 75, // Opcode: ADDE_rec |
2007 | | /* 9439 */ MCD_OPC_FilterValue, 2, 26, 60, 0, // Skip to: 24830 |
2008 | | /* 9444 */ MCD_OPC_Decode, 132, 3, 75, // Opcode: ADDEO_rec |
2009 | | /* 9448 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 9484 |
2010 | | /* 9453 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2011 | | /* 9456 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9470 |
2012 | | /* 9461 */ MCD_OPC_CheckPredicate, 7, 4, 60, 0, // Skip to: 24830 |
2013 | | /* 9466 */ MCD_OPC_Decode, 195, 5, 75, // Opcode: DIVWEU |
2014 | | /* 9470 */ MCD_OPC_FilterValue, 3, 251, 59, 0, // Skip to: 24830 |
2015 | | /* 9475 */ MCD_OPC_CheckPredicate, 7, 246, 59, 0, // Skip to: 24830 |
2016 | | /* 9480 */ MCD_OPC_Decode, 196, 5, 75, // Opcode: DIVWEUO |
2017 | | /* 9484 */ MCD_OPC_FilterValue, 3, 237, 59, 0, // Skip to: 24830 |
2018 | | /* 9489 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2019 | | /* 9492 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9506 |
2020 | | /* 9497 */ MCD_OPC_CheckPredicate, 7, 224, 59, 0, // Skip to: 24830 |
2021 | | /* 9502 */ MCD_OPC_Decode, 198, 5, 75, // Opcode: DIVWEU_rec |
2022 | | /* 9506 */ MCD_OPC_FilterValue, 3, 215, 59, 0, // Skip to: 24830 |
2023 | | /* 9511 */ MCD_OPC_CheckPredicate, 7, 210, 59, 0, // Skip to: 24830 |
2024 | | /* 9516 */ MCD_OPC_Decode, 197, 5, 75, // Opcode: DIVWEUO_rec |
2025 | | /* 9520 */ MCD_OPC_FilterValue, 5, 89, 0, 0, // Skip to: 9614 |
2026 | | /* 9525 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2027 | | /* 9528 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9542 |
2028 | | /* 9533 */ MCD_OPC_CheckPredicate, 0, 188, 59, 0, // Skip to: 24830 |
2029 | | /* 9538 */ MCD_OPC_Decode, 133, 3, 79, // Opcode: ADDEX |
2030 | | /* 9542 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 9578 |
2031 | | /* 9547 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2032 | | /* 9550 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9564 |
2033 | | /* 9555 */ MCD_OPC_CheckPredicate, 7, 166, 59, 0, // Skip to: 24830 |
2034 | | /* 9560 */ MCD_OPC_Decode, 192, 5, 75, // Opcode: DIVWE |
2035 | | /* 9564 */ MCD_OPC_FilterValue, 3, 157, 59, 0, // Skip to: 24830 |
2036 | | /* 9569 */ MCD_OPC_CheckPredicate, 7, 152, 59, 0, // Skip to: 24830 |
2037 | | /* 9574 */ MCD_OPC_Decode, 193, 5, 75, // Opcode: DIVWEO |
2038 | | /* 9578 */ MCD_OPC_FilterValue, 3, 143, 59, 0, // Skip to: 24830 |
2039 | | /* 9583 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2040 | | /* 9586 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9600 |
2041 | | /* 9591 */ MCD_OPC_CheckPredicate, 7, 130, 59, 0, // Skip to: 24830 |
2042 | | /* 9596 */ MCD_OPC_Decode, 199, 5, 75, // Opcode: DIVWE_rec |
2043 | | /* 9600 */ MCD_OPC_FilterValue, 3, 121, 59, 0, // Skip to: 24830 |
2044 | | /* 9605 */ MCD_OPC_CheckPredicate, 7, 116, 59, 0, // Skip to: 24830 |
2045 | | /* 9610 */ MCD_OPC_Decode, 194, 5, 75, // Opcode: DIVWEO_rec |
2046 | | /* 9614 */ MCD_OPC_FilterValue, 6, 107, 0, 0, // Skip to: 9726 |
2047 | | /* 9619 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2048 | | /* 9622 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9648 |
2049 | | /* 9627 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ... |
2050 | | /* 9630 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9639 |
2051 | | /* 9635 */ MCD_OPC_Decode, 174, 3, 78, // Opcode: ADDZE |
2052 | | /* 9639 */ MCD_OPC_FilterValue, 2, 82, 59, 0, // Skip to: 24830 |
2053 | | /* 9644 */ MCD_OPC_Decode, 179, 3, 78, // Opcode: ADDZEO |
2054 | | /* 9648 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9674 |
2055 | | /* 9653 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ... |
2056 | | /* 9656 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9665 |
2057 | | /* 9661 */ MCD_OPC_Decode, 181, 3, 78, // Opcode: ADDZE_rec |
2058 | | /* 9665 */ MCD_OPC_FilterValue, 2, 56, 59, 0, // Skip to: 24830 |
2059 | | /* 9670 */ MCD_OPC_Decode, 180, 3, 78, // Opcode: ADDZEO_rec |
2060 | | /* 9674 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9700 |
2061 | | /* 9679 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2062 | | /* 9682 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9691 |
2063 | | /* 9687 */ MCD_OPC_Decode, 202, 5, 75, // Opcode: DIVWU |
2064 | | /* 9691 */ MCD_OPC_FilterValue, 3, 30, 59, 0, // Skip to: 24830 |
2065 | | /* 9696 */ MCD_OPC_Decode, 203, 5, 75, // Opcode: DIVWUO |
2066 | | /* 9700 */ MCD_OPC_FilterValue, 3, 21, 59, 0, // Skip to: 24830 |
2067 | | /* 9705 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2068 | | /* 9708 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9717 |
2069 | | /* 9713 */ MCD_OPC_Decode, 205, 5, 75, // Opcode: DIVWU_rec |
2070 | | /* 9717 */ MCD_OPC_FilterValue, 3, 4, 59, 0, // Skip to: 24830 |
2071 | | /* 9722 */ MCD_OPC_Decode, 204, 5, 75, // Opcode: DIVWUO_rec |
2072 | | /* 9726 */ MCD_OPC_FilterValue, 7, 251, 58, 0, // Skip to: 24830 |
2073 | | /* 9731 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2074 | | /* 9734 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9760 |
2075 | | /* 9739 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ... |
2076 | | /* 9742 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9751 |
2077 | | /* 9747 */ MCD_OPC_Decode, 165, 3, 78, // Opcode: ADDME |
2078 | | /* 9751 */ MCD_OPC_FilterValue, 2, 226, 58, 0, // Skip to: 24830 |
2079 | | /* 9756 */ MCD_OPC_Decode, 170, 3, 78, // Opcode: ADDMEO |
2080 | | /* 9760 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9786 |
2081 | | /* 9765 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ... |
2082 | | /* 9768 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9777 |
2083 | | /* 9773 */ MCD_OPC_Decode, 172, 3, 78, // Opcode: ADDME_rec |
2084 | | /* 9777 */ MCD_OPC_FilterValue, 2, 200, 58, 0, // Skip to: 24830 |
2085 | | /* 9782 */ MCD_OPC_Decode, 171, 3, 78, // Opcode: ADDMEO_rec |
2086 | | /* 9786 */ MCD_OPC_FilterValue, 2, 39, 0, 0, // Skip to: 9830 |
2087 | | /* 9791 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2088 | | /* 9794 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9803 |
2089 | | /* 9799 */ MCD_OPC_Decode, 193, 11, 75, // Opcode: MULLW |
2090 | | /* 9803 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9812 |
2091 | | /* 9808 */ MCD_OPC_Decode, 191, 5, 75, // Opcode: DIVW |
2092 | | /* 9812 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9821 |
2093 | | /* 9817 */ MCD_OPC_Decode, 194, 11, 75, // Opcode: MULLWO |
2094 | | /* 9821 */ MCD_OPC_FilterValue, 3, 156, 58, 0, // Skip to: 24830 |
2095 | | /* 9826 */ MCD_OPC_Decode, 200, 5, 75, // Opcode: DIVWO |
2096 | | /* 9830 */ MCD_OPC_FilterValue, 3, 147, 58, 0, // Skip to: 24830 |
2097 | | /* 9835 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
2098 | | /* 9838 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9847 |
2099 | | /* 9843 */ MCD_OPC_Decode, 196, 11, 75, // Opcode: MULLW_rec |
2100 | | /* 9847 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9856 |
2101 | | /* 9852 */ MCD_OPC_Decode, 206, 5, 75, // Opcode: DIVW_rec |
2102 | | /* 9856 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9865 |
2103 | | /* 9861 */ MCD_OPC_Decode, 195, 11, 75, // Opcode: MULLWO_rec |
2104 | | /* 9865 */ MCD_OPC_FilterValue, 3, 112, 58, 0, // Skip to: 24830 |
2105 | | /* 9870 */ MCD_OPC_Decode, 201, 5, 75, // Opcode: DIVWO_rec |
2106 | | /* 9874 */ MCD_OPC_FilterValue, 6, 188, 2, 0, // Skip to: 10579 |
2107 | | /* 9879 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2108 | | /* 9882 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9908 |
2109 | | /* 9887 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2110 | | /* 9890 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9899 |
2111 | | /* 9895 */ MCD_OPC_Decode, 190, 10, 80, // Opcode: LXSIWZX |
2112 | | /* 9899 */ MCD_OPC_FilterValue, 1, 78, 58, 0, // Skip to: 24830 |
2113 | | /* 9904 */ MCD_OPC_Decode, 205, 10, 81, // Opcode: LXVRBX |
2114 | | /* 9908 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 9924 |
2115 | | /* 9913 */ MCD_OPC_CheckField, 1, 1, 1, 62, 58, 0, // Skip to: 24830 |
2116 | | /* 9920 */ MCD_OPC_Decode, 207, 10, 81, // Opcode: LXVRHX |
2117 | | /* 9924 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9950 |
2118 | | /* 9929 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2119 | | /* 9932 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9941 |
2120 | | /* 9937 */ MCD_OPC_Decode, 189, 10, 80, // Opcode: LXSIWAX |
2121 | | /* 9941 */ MCD_OPC_FilterValue, 1, 36, 58, 0, // Skip to: 24830 |
2122 | | /* 9946 */ MCD_OPC_Decode, 210, 10, 81, // Opcode: LXVRWX |
2123 | | /* 9950 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 9966 |
2124 | | /* 9955 */ MCD_OPC_CheckField, 1, 1, 1, 20, 58, 0, // Skip to: 24830 |
2125 | | /* 9962 */ MCD_OPC_Decode, 206, 10, 81, // Opcode: LXVRDX |
2126 | | /* 9966 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 9992 |
2127 | | /* 9971 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2128 | | /* 9974 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9983 |
2129 | | /* 9979 */ MCD_OPC_Decode, 238, 16, 80, // Opcode: STXSIWX |
2130 | | /* 9983 */ MCD_OPC_FilterValue, 1, 250, 57, 0, // Skip to: 24830 |
2131 | | /* 9988 */ MCD_OPC_Decode, 251, 16, 81, // Opcode: STXVRBX |
2132 | | /* 9992 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 10008 |
2133 | | /* 9997 */ MCD_OPC_CheckField, 1, 1, 1, 234, 57, 0, // Skip to: 24830 |
2134 | | /* 10004 */ MCD_OPC_Decode, 253, 16, 81, // Opcode: STXVRHX |
2135 | | /* 10008 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 10024 |
2136 | | /* 10013 */ MCD_OPC_CheckField, 1, 1, 1, 218, 57, 0, // Skip to: 24830 |
2137 | | /* 10020 */ MCD_OPC_Decode, 128, 17, 81, // Opcode: STXVRWX |
2138 | | /* 10024 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 10040 |
2139 | | /* 10029 */ MCD_OPC_CheckField, 1, 1, 1, 202, 57, 0, // Skip to: 24830 |
2140 | | /* 10036 */ MCD_OPC_Decode, 252, 16, 81, // Opcode: STXVRDX |
2141 | | /* 10040 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 10066 |
2142 | | /* 10045 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2143 | | /* 10048 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10057 |
2144 | | /* 10053 */ MCD_OPC_Decode, 213, 10, 81, // Opcode: LXVX |
2145 | | /* 10057 */ MCD_OPC_FilterValue, 1, 176, 57, 0, // Skip to: 24830 |
2146 | | /* 10062 */ MCD_OPC_Decode, 199, 10, 82, // Opcode: LXVL |
2147 | | /* 10066 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 10082 |
2148 | | /* 10071 */ MCD_OPC_CheckField, 1, 1, 1, 160, 57, 0, // Skip to: 24830 |
2149 | | /* 10078 */ MCD_OPC_Decode, 200, 10, 82, // Opcode: LXVLL |
2150 | | /* 10082 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 10115 |
2151 | | /* 10087 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2152 | | /* 10090 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10099 |
2153 | | /* 10095 */ MCD_OPC_Decode, 196, 10, 81, // Opcode: LXVDSX |
2154 | | /* 10099 */ MCD_OPC_FilterValue, 1, 134, 57, 0, // Skip to: 24830 |
2155 | | /* 10104 */ MCD_OPC_CheckField, 0, 1, 0, 127, 57, 0, // Skip to: 24830 |
2156 | | /* 10111 */ MCD_OPC_Decode, 204, 10, 83, // Opcode: LXVPX |
2157 | | /* 10115 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 10131 |
2158 | | /* 10120 */ MCD_OPC_CheckField, 1, 1, 0, 111, 57, 0, // Skip to: 24830 |
2159 | | /* 10127 */ MCD_OPC_Decode, 212, 10, 81, // Opcode: LXVWSX |
2160 | | /* 10131 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 10157 |
2161 | | /* 10136 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2162 | | /* 10139 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10148 |
2163 | | /* 10144 */ MCD_OPC_Decode, 130, 17, 81, // Opcode: STXVX |
2164 | | /* 10148 */ MCD_OPC_FilterValue, 1, 85, 57, 0, // Skip to: 24830 |
2165 | | /* 10153 */ MCD_OPC_Decode, 245, 16, 82, // Opcode: STXVL |
2166 | | /* 10157 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 10173 |
2167 | | /* 10162 */ MCD_OPC_CheckField, 1, 1, 1, 69, 57, 0, // Skip to: 24830 |
2168 | | /* 10169 */ MCD_OPC_Decode, 246, 16, 82, // Opcode: STXVLL |
2169 | | /* 10173 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 10189 |
2170 | | /* 10178 */ MCD_OPC_CheckField, 0, 2, 2, 53, 57, 0, // Skip to: 24830 |
2171 | | /* 10185 */ MCD_OPC_Decode, 250, 16, 83, // Opcode: STXVPX |
2172 | | /* 10189 */ MCD_OPC_FilterValue, 16, 26, 0, 0, // Skip to: 10220 |
2173 | | /* 10194 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2174 | | /* 10197 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10206 |
2175 | | /* 10202 */ MCD_OPC_Decode, 192, 10, 84, // Opcode: LXSSPX |
2176 | | /* 10206 */ MCD_OPC_FilterValue, 1, 27, 57, 0, // Skip to: 24830 |
2177 | | /* 10211 */ MCD_OPC_CheckPredicate, 6, 22, 57, 0, // Skip to: 24830 |
2178 | | /* 10216 */ MCD_OPC_Decode, 208, 10, 82, // Opcode: LXVRL |
2179 | | /* 10220 */ MCD_OPC_FilterValue, 17, 16, 0, 0, // Skip to: 10241 |
2180 | | /* 10225 */ MCD_OPC_CheckPredicate, 6, 8, 57, 0, // Skip to: 24830 |
2181 | | /* 10230 */ MCD_OPC_CheckField, 1, 1, 1, 1, 57, 0, // Skip to: 24830 |
2182 | | /* 10237 */ MCD_OPC_Decode, 209, 10, 82, // Opcode: LXVRLL |
2183 | | /* 10241 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 10279 |
2184 | | /* 10246 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2185 | | /* 10249 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10258 |
2186 | | /* 10254 */ MCD_OPC_Decode, 186, 10, 80, // Opcode: LXSDX |
2187 | | /* 10258 */ MCD_OPC_FilterValue, 1, 231, 56, 0, // Skip to: 24830 |
2188 | | /* 10263 */ MCD_OPC_CheckPredicate, 6, 226, 56, 0, // Skip to: 24830 |
2189 | | /* 10268 */ MCD_OPC_CheckField, 0, 1, 0, 219, 56, 0, // Skip to: 24830 |
2190 | | /* 10275 */ MCD_OPC_Decode, 202, 10, 85, // Opcode: LXVPRL |
2191 | | /* 10279 */ MCD_OPC_FilterValue, 19, 16, 0, 0, // Skip to: 10300 |
2192 | | /* 10284 */ MCD_OPC_CheckPredicate, 6, 205, 56, 0, // Skip to: 24830 |
2193 | | /* 10289 */ MCD_OPC_CheckField, 0, 2, 2, 198, 56, 0, // Skip to: 24830 |
2194 | | /* 10296 */ MCD_OPC_Decode, 203, 10, 85, // Opcode: LXVPRLL |
2195 | | /* 10300 */ MCD_OPC_FilterValue, 20, 26, 0, 0, // Skip to: 10331 |
2196 | | /* 10305 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2197 | | /* 10308 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10317 |
2198 | | /* 10313 */ MCD_OPC_Decode, 240, 16, 84, // Opcode: STXSSPX |
2199 | | /* 10317 */ MCD_OPC_FilterValue, 1, 172, 56, 0, // Skip to: 24830 |
2200 | | /* 10322 */ MCD_OPC_CheckPredicate, 6, 167, 56, 0, // Skip to: 24830 |
2201 | | /* 10327 */ MCD_OPC_Decode, 254, 16, 82, // Opcode: STXVRL |
2202 | | /* 10331 */ MCD_OPC_FilterValue, 21, 16, 0, 0, // Skip to: 10352 |
2203 | | /* 10336 */ MCD_OPC_CheckPredicate, 6, 153, 56, 0, // Skip to: 24830 |
2204 | | /* 10341 */ MCD_OPC_CheckField, 1, 1, 1, 146, 56, 0, // Skip to: 24830 |
2205 | | /* 10348 */ MCD_OPC_Decode, 255, 16, 82, // Opcode: STXVRLL |
2206 | | /* 10352 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 10390 |
2207 | | /* 10357 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2208 | | /* 10360 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10369 |
2209 | | /* 10365 */ MCD_OPC_Decode, 233, 16, 80, // Opcode: STXSDX |
2210 | | /* 10369 */ MCD_OPC_FilterValue, 1, 120, 56, 0, // Skip to: 24830 |
2211 | | /* 10374 */ MCD_OPC_CheckPredicate, 6, 115, 56, 0, // Skip to: 24830 |
2212 | | /* 10379 */ MCD_OPC_CheckField, 0, 1, 0, 108, 56, 0, // Skip to: 24830 |
2213 | | /* 10386 */ MCD_OPC_Decode, 248, 16, 85, // Opcode: STXVPRL |
2214 | | /* 10390 */ MCD_OPC_FilterValue, 23, 16, 0, 0, // Skip to: 10411 |
2215 | | /* 10395 */ MCD_OPC_CheckPredicate, 6, 94, 56, 0, // Skip to: 24830 |
2216 | | /* 10400 */ MCD_OPC_CheckField, 0, 2, 2, 87, 56, 0, // Skip to: 24830 |
2217 | | /* 10407 */ MCD_OPC_Decode, 249, 16, 85, // Opcode: STXVPRLL |
2218 | | /* 10411 */ MCD_OPC_FilterValue, 24, 21, 0, 0, // Skip to: 10437 |
2219 | | /* 10416 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2220 | | /* 10419 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10428 |
2221 | | /* 10424 */ MCD_OPC_Decode, 211, 10, 81, // Opcode: LXVW4X |
2222 | | /* 10428 */ MCD_OPC_FilterValue, 1, 61, 56, 0, // Skip to: 24830 |
2223 | | /* 10433 */ MCD_OPC_Decode, 187, 10, 80, // Opcode: LXSIBZX |
2224 | | /* 10437 */ MCD_OPC_FilterValue, 25, 21, 0, 0, // Skip to: 10463 |
2225 | | /* 10442 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2226 | | /* 10445 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10454 |
2227 | | /* 10450 */ MCD_OPC_Decode, 197, 10, 81, // Opcode: LXVH8X |
2228 | | /* 10454 */ MCD_OPC_FilterValue, 1, 35, 56, 0, // Skip to: 24830 |
2229 | | /* 10459 */ MCD_OPC_Decode, 188, 10, 80, // Opcode: LXSIHZX |
2230 | | /* 10463 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 10479 |
2231 | | /* 10468 */ MCD_OPC_CheckField, 1, 1, 0, 19, 56, 0, // Skip to: 24830 |
2232 | | /* 10475 */ MCD_OPC_Decode, 195, 10, 81, // Opcode: LXVD2X |
2233 | | /* 10479 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 10495 |
2234 | | /* 10484 */ MCD_OPC_CheckField, 1, 1, 0, 3, 56, 0, // Skip to: 24830 |
2235 | | /* 10491 */ MCD_OPC_Decode, 194, 10, 81, // Opcode: LXVB16X |
2236 | | /* 10495 */ MCD_OPC_FilterValue, 28, 21, 0, 0, // Skip to: 10521 |
2237 | | /* 10500 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2238 | | /* 10503 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10512 |
2239 | | /* 10508 */ MCD_OPC_Decode, 129, 17, 81, // Opcode: STXVW4X |
2240 | | /* 10512 */ MCD_OPC_FilterValue, 1, 233, 55, 0, // Skip to: 24830 |
2241 | | /* 10517 */ MCD_OPC_Decode, 234, 16, 80, // Opcode: STXSIBX |
2242 | | /* 10521 */ MCD_OPC_FilterValue, 29, 21, 0, 0, // Skip to: 10547 |
2243 | | /* 10526 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2244 | | /* 10529 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10538 |
2245 | | /* 10534 */ MCD_OPC_Decode, 244, 16, 81, // Opcode: STXVH8X |
2246 | | /* 10538 */ MCD_OPC_FilterValue, 1, 207, 55, 0, // Skip to: 24830 |
2247 | | /* 10543 */ MCD_OPC_Decode, 236, 16, 80, // Opcode: STXSIHX |
2248 | | /* 10547 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 10563 |
2249 | | /* 10552 */ MCD_OPC_CheckField, 1, 1, 0, 191, 55, 0, // Skip to: 24830 |
2250 | | /* 10559 */ MCD_OPC_Decode, 243, 16, 81, // Opcode: STXVD2X |
2251 | | /* 10563 */ MCD_OPC_FilterValue, 31, 182, 55, 0, // Skip to: 24830 |
2252 | | /* 10568 */ MCD_OPC_CheckField, 1, 1, 0, 175, 55, 0, // Skip to: 24830 |
2253 | | /* 10575 */ MCD_OPC_Decode, 242, 16, 81, // Opcode: STXVB16X |
2254 | | /* 10579 */ MCD_OPC_FilterValue, 7, 247, 0, 0, // Skip to: 10831 |
2255 | | /* 10584 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2256 | | /* 10587 */ MCD_OPC_FilterValue, 0, 62, 0, 0, // Skip to: 10654 |
2257 | | /* 10592 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2258 | | /* 10595 */ MCD_OPC_FilterValue, 9, 4, 0, 0, // Skip to: 10604 |
2259 | | /* 10600 */ MCD_OPC_Decode, 222, 10, 86, // Opcode: MFBHRBE |
2260 | | /* 10604 */ MCD_OPC_FilterValue, 10, 4, 0, 0, // Skip to: 10613 |
2261 | | /* 10609 */ MCD_OPC_Decode, 241, 10, 66, // Opcode: MFPMR |
2262 | | /* 10613 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 10629 |
2263 | | /* 10618 */ MCD_OPC_CheckField, 11, 15, 0, 125, 55, 0, // Skip to: 24830 |
2264 | | /* 10625 */ MCD_OPC_Decode, 202, 4, 0, // Opcode: CLRBHRB |
2265 | | /* 10629 */ MCD_OPC_FilterValue, 14, 4, 0, 0, // Skip to: 10638 |
2266 | | /* 10634 */ MCD_OPC_Decode, 156, 11, 87, // Opcode: MTPMR |
2267 | | /* 10638 */ MCD_OPC_FilterValue, 22, 107, 55, 0, // Skip to: 24830 |
2268 | | /* 10643 */ MCD_OPC_CheckField, 11, 12, 0, 100, 55, 0, // Skip to: 24830 |
2269 | | /* 10650 */ MCD_OPC_Decode, 190, 17, 63, // Opcode: TCHECK |
2270 | | /* 10654 */ MCD_OPC_FilterValue, 1, 163, 0, 0, // Skip to: 10822 |
2271 | | /* 10659 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2272 | | /* 10662 */ MCD_OPC_FilterValue, 20, 18, 0, 0, // Skip to: 10685 |
2273 | | /* 10667 */ MCD_OPC_CheckField, 22, 4, 0, 76, 55, 0, // Skip to: 24830 |
2274 | | /* 10674 */ MCD_OPC_CheckField, 11, 10, 0, 69, 55, 0, // Skip to: 24830 |
2275 | | /* 10681 */ MCD_OPC_Decode, 188, 17, 88, // Opcode: TBEGIN |
2276 | | /* 10685 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 10701 |
2277 | | /* 10690 */ MCD_OPC_CheckField, 11, 14, 0, 53, 55, 0, // Skip to: 24830 |
2278 | | /* 10697 */ MCD_OPC_Decode, 200, 17, 89, // Opcode: TEND |
2279 | | /* 10701 */ MCD_OPC_FilterValue, 23, 18, 0, 0, // Skip to: 10724 |
2280 | | /* 10706 */ MCD_OPC_CheckField, 22, 3, 0, 37, 55, 0, // Skip to: 24830 |
2281 | | /* 10713 */ MCD_OPC_CheckField, 11, 10, 0, 30, 55, 0, // Skip to: 24830 |
2282 | | /* 10720 */ MCD_OPC_Decode, 221, 17, 88, // Opcode: TSR |
2283 | | /* 10724 */ MCD_OPC_FilterValue, 24, 4, 0, 0, // Skip to: 10733 |
2284 | | /* 10729 */ MCD_OPC_Decode, 180, 17, 67, // Opcode: TABORTWC |
2285 | | /* 10733 */ MCD_OPC_FilterValue, 25, 4, 0, 0, // Skip to: 10742 |
2286 | | /* 10738 */ MCD_OPC_Decode, 178, 17, 67, // Opcode: TABORTDC |
2287 | | /* 10742 */ MCD_OPC_FilterValue, 26, 4, 0, 0, // Skip to: 10751 |
2288 | | /* 10747 */ MCD_OPC_Decode, 181, 17, 90, // Opcode: TABORTWCI |
2289 | | /* 10751 */ MCD_OPC_FilterValue, 27, 4, 0, 0, // Skip to: 10760 |
2290 | | /* 10756 */ MCD_OPC_Decode, 179, 17, 90, // Opcode: TABORTDCI |
2291 | | /* 10760 */ MCD_OPC_FilterValue, 28, 18, 0, 0, // Skip to: 10783 |
2292 | | /* 10765 */ MCD_OPC_CheckField, 21, 5, 0, 234, 54, 0, // Skip to: 24830 |
2293 | | /* 10772 */ MCD_OPC_CheckField, 11, 5, 0, 227, 54, 0, // Skip to: 24830 |
2294 | | /* 10779 */ MCD_OPC_Decode, 177, 17, 91, // Opcode: TABORT |
2295 | | /* 10783 */ MCD_OPC_FilterValue, 29, 18, 0, 0, // Skip to: 10806 |
2296 | | /* 10788 */ MCD_OPC_CheckField, 21, 5, 0, 211, 54, 0, // Skip to: 24830 |
2297 | | /* 10795 */ MCD_OPC_CheckField, 11, 5, 0, 204, 54, 0, // Skip to: 24830 |
2298 | | /* 10802 */ MCD_OPC_Decode, 220, 17, 91, // Opcode: TRECLAIM |
2299 | | /* 10806 */ MCD_OPC_FilterValue, 31, 195, 54, 0, // Skip to: 24830 |
2300 | | /* 10811 */ MCD_OPC_CheckField, 11, 15, 0, 188, 54, 0, // Skip to: 24830 |
2301 | | /* 10818 */ MCD_OPC_Decode, 219, 17, 0, // Opcode: TRECHKPT |
2302 | | /* 10822 */ MCD_OPC_FilterValue, 2, 179, 54, 0, // Skip to: 24830 |
2303 | | /* 10827 */ MCD_OPC_Decode, 191, 9, 92, // Opcode: ISEL |
2304 | | /* 10831 */ MCD_OPC_FilterValue, 8, 177, 0, 0, // Skip to: 11013 |
2305 | | /* 10836 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2306 | | /* 10839 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 10879 |
2307 | | /* 10844 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2308 | | /* 10847 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 10863 |
2309 | | /* 10852 */ MCD_OPC_CheckField, 6, 6, 4, 147, 54, 0, // Skip to: 24830 |
2310 | | /* 10859 */ MCD_OPC_Decode, 135, 11, 93, // Opcode: MTCRF |
2311 | | /* 10863 */ MCD_OPC_FilterValue, 1, 138, 54, 0, // Skip to: 24830 |
2312 | | /* 10868 */ MCD_OPC_CheckField, 6, 6, 4, 131, 54, 0, // Skip to: 24830 |
2313 | | /* 10875 */ MCD_OPC_Decode, 154, 11, 94, // Opcode: MTOCRF |
2314 | | /* 10879 */ MCD_OPC_FilterValue, 2, 122, 54, 0, // Skip to: 24830 |
2315 | | /* 10884 */ MCD_OPC_ExtractField, 16, 7, // Inst{22-16} ... |
2316 | | /* 10887 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10908 |
2317 | | /* 10892 */ MCD_OPC_CheckPredicate, 8, 109, 54, 0, // Skip to: 24830 |
2318 | | /* 10897 */ MCD_OPC_CheckField, 6, 10, 5, 102, 54, 0, // Skip to: 24830 |
2319 | | /* 10904 */ MCD_OPC_Decode, 174, 23, 95, // Opcode: XXMFACC |
2320 | | /* 10908 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 10929 |
2321 | | /* 10913 */ MCD_OPC_CheckPredicate, 8, 88, 54, 0, // Skip to: 24830 |
2322 | | /* 10918 */ MCD_OPC_CheckField, 6, 10, 5, 81, 54, 0, // Skip to: 24830 |
2323 | | /* 10925 */ MCD_OPC_Decode, 178, 23, 95, // Opcode: XXMTACC |
2324 | | /* 10929 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 10950 |
2325 | | /* 10934 */ MCD_OPC_CheckPredicate, 6, 67, 54, 0, // Skip to: 24830 |
2326 | | /* 10939 */ MCD_OPC_CheckField, 6, 10, 5, 60, 54, 0, // Skip to: 24830 |
2327 | | /* 10946 */ MCD_OPC_Decode, 208, 5, 96, // Opcode: DMSETDMRZ |
2328 | | /* 10950 */ MCD_OPC_FilterValue, 3, 16, 0, 0, // Skip to: 10971 |
2329 | | /* 10955 */ MCD_OPC_CheckPredicate, 8, 46, 54, 0, // Skip to: 24830 |
2330 | | /* 10960 */ MCD_OPC_CheckField, 6, 10, 5, 39, 54, 0, // Skip to: 24830 |
2331 | | /* 10967 */ MCD_OPC_Decode, 186, 23, 97, // Opcode: XXSETACCZ |
2332 | | /* 10971 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 10992 |
2333 | | /* 10976 */ MCD_OPC_CheckPredicate, 6, 25, 54, 0, // Skip to: 24830 |
2334 | | /* 10981 */ MCD_OPC_CheckField, 6, 7, 5, 18, 54, 0, // Skip to: 24830 |
2335 | | /* 10988 */ MCD_OPC_Decode, 207, 5, 98, // Opcode: DMMR |
2336 | | /* 10992 */ MCD_OPC_FilterValue, 7, 9, 54, 0, // Skip to: 24830 |
2337 | | /* 10997 */ MCD_OPC_CheckPredicate, 6, 4, 54, 0, // Skip to: 24830 |
2338 | | /* 11002 */ MCD_OPC_CheckField, 6, 7, 5, 253, 53, 0, // Skip to: 24830 |
2339 | | /* 11009 */ MCD_OPC_Decode, 213, 5, 99, // Opcode: DMXOR |
2340 | | /* 11013 */ MCD_OPC_FilterValue, 9, 225, 3, 0, // Skip to: 12011 |
2341 | | /* 11018 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2342 | | /* 11021 */ MCD_OPC_FilterValue, 0, 57, 0, 0, // Skip to: 11083 |
2343 | | /* 11026 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2344 | | /* 11029 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 11043 |
2345 | | /* 11034 */ MCD_OPC_CheckPredicate, 3, 223, 53, 0, // Skip to: 24830 |
2346 | | /* 11039 */ MCD_OPC_Decode, 204, 17, 100, // Opcode: TLBILX |
2347 | | /* 11043 */ MCD_OPC_FilterValue, 2, 214, 53, 0, // Skip to: 24830 |
2348 | | /* 11048 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ... |
2349 | | /* 11051 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 11067 |
2350 | | /* 11056 */ MCD_OPC_CheckField, 11, 9, 0, 199, 53, 0, // Skip to: 24830 |
2351 | | /* 11063 */ MCD_OPC_Decode, 223, 10, 64, // Opcode: MFCR |
2352 | | /* 11067 */ MCD_OPC_FilterValue, 1, 190, 53, 0, // Skip to: 24830 |
2353 | | /* 11072 */ MCD_OPC_CheckField, 11, 1, 0, 183, 53, 0, // Skip to: 24830 |
2354 | | /* 11079 */ MCD_OPC_Decode, 239, 10, 101, // Opcode: MFOCRF |
2355 | | /* 11083 */ MCD_OPC_FilterValue, 1, 18, 0, 0, // Skip to: 11106 |
2356 | | /* 11088 */ MCD_OPC_CheckField, 11, 5, 0, 167, 53, 0, // Skip to: 24830 |
2357 | | /* 11095 */ MCD_OPC_CheckField, 1, 1, 1, 160, 53, 0, // Skip to: 24830 |
2358 | | /* 11102 */ MCD_OPC_Decode, 254, 10, 102, // Opcode: MFVSRD |
2359 | | /* 11106 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 11129 |
2360 | | /* 11111 */ MCD_OPC_CheckField, 11, 10, 0, 144, 53, 0, // Skip to: 24830 |
2361 | | /* 11118 */ MCD_OPC_CheckField, 0, 2, 2, 137, 53, 0, // Skip to: 24830 |
2362 | | /* 11125 */ MCD_OPC_Decode, 238, 10, 64, // Opcode: MFMSR |
2363 | | /* 11129 */ MCD_OPC_FilterValue, 3, 18, 0, 0, // Skip to: 11152 |
2364 | | /* 11134 */ MCD_OPC_CheckField, 11, 5, 0, 121, 53, 0, // Skip to: 24830 |
2365 | | /* 11141 */ MCD_OPC_CheckField, 1, 1, 1, 114, 53, 0, // Skip to: 24830 |
2366 | | /* 11148 */ MCD_OPC_Decode, 128, 11, 103, // Opcode: MFVSRWZ |
2367 | | /* 11152 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 11168 |
2368 | | /* 11157 */ MCD_OPC_CheckField, 1, 1, 0, 98, 53, 0, // Skip to: 24830 |
2369 | | /* 11164 */ MCD_OPC_Decode, 152, 11, 104, // Opcode: MTMSR |
2370 | | /* 11168 */ MCD_OPC_FilterValue, 5, 28, 0, 0, // Skip to: 11201 |
2371 | | /* 11173 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2372 | | /* 11176 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11185 |
2373 | | /* 11181 */ MCD_OPC_Decode, 153, 11, 104, // Opcode: MTMSRD |
2374 | | /* 11185 */ MCD_OPC_FilterValue, 1, 72, 53, 0, // Skip to: 24830 |
2375 | | /* 11190 */ MCD_OPC_CheckField, 11, 5, 0, 65, 53, 0, // Skip to: 24830 |
2376 | | /* 11197 */ MCD_OPC_Decode, 170, 11, 105, // Opcode: MTVSRD |
2377 | | /* 11201 */ MCD_OPC_FilterValue, 6, 28, 0, 0, // Skip to: 11234 |
2378 | | /* 11206 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2379 | | /* 11209 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11218 |
2380 | | /* 11214 */ MCD_OPC_Decode, 159, 11, 106, // Opcode: MTSR |
2381 | | /* 11218 */ MCD_OPC_FilterValue, 1, 39, 53, 0, // Skip to: 24830 |
2382 | | /* 11223 */ MCD_OPC_CheckField, 11, 5, 0, 32, 53, 0, // Skip to: 24830 |
2383 | | /* 11230 */ MCD_OPC_Decode, 175, 11, 107, // Opcode: MTVSRWA |
2384 | | /* 11234 */ MCD_OPC_FilterValue, 7, 28, 0, 0, // Skip to: 11267 |
2385 | | /* 11239 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2386 | | /* 11242 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11251 |
2387 | | /* 11247 */ MCD_OPC_Decode, 160, 11, 108, // Opcode: MTSRIN |
2388 | | /* 11251 */ MCD_OPC_FilterValue, 1, 6, 53, 0, // Skip to: 24830 |
2389 | | /* 11256 */ MCD_OPC_CheckField, 11, 5, 0, 255, 52, 0, // Skip to: 24830 |
2390 | | /* 11263 */ MCD_OPC_Decode, 178, 11, 107, // Opcode: MTVSRWZ |
2391 | | /* 11267 */ MCD_OPC_FilterValue, 8, 18, 0, 0, // Skip to: 11290 |
2392 | | /* 11272 */ MCD_OPC_CheckField, 16, 10, 0, 239, 52, 0, // Skip to: 24830 |
2393 | | /* 11279 */ MCD_OPC_CheckField, 0, 2, 0, 232, 52, 0, // Skip to: 24830 |
2394 | | /* 11286 */ MCD_OPC_Decode, 203, 17, 109, // Opcode: TLBIEL |
2395 | | /* 11290 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 11342 |
2396 | | /* 11295 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2397 | | /* 11298 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11321 |
2398 | | /* 11303 */ MCD_OPC_CheckField, 16, 5, 0, 208, 52, 0, // Skip to: 24830 |
2399 | | /* 11310 */ MCD_OPC_CheckField, 0, 1, 0, 201, 52, 0, // Skip to: 24830 |
2400 | | /* 11317 */ MCD_OPC_Decode, 202, 17, 108, // Opcode: TLBIE |
2401 | | /* 11321 */ MCD_OPC_FilterValue, 1, 192, 52, 0, // Skip to: 24830 |
2402 | | /* 11326 */ MCD_OPC_CheckPredicate, 0, 187, 52, 0, // Skip to: 24830 |
2403 | | /* 11331 */ MCD_OPC_CheckField, 11, 5, 0, 180, 52, 0, // Skip to: 24830 |
2404 | | /* 11338 */ MCD_OPC_Decode, 255, 10, 110, // Opcode: MFVSRLD |
2405 | | /* 11342 */ MCD_OPC_FilterValue, 10, 65, 0, 0, // Skip to: 11412 |
2406 | | /* 11347 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2407 | | /* 11350 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11371 |
2408 | | /* 11355 */ MCD_OPC_CheckPredicate, 0, 158, 52, 0, // Skip to: 24830 |
2409 | | /* 11360 */ MCD_OPC_CheckField, 11, 15, 0, 151, 52, 0, // Skip to: 24830 |
2410 | | /* 11367 */ MCD_OPC_Decode, 247, 15, 0, // Opcode: SLBSYNC |
2411 | | /* 11371 */ MCD_OPC_FilterValue, 2, 142, 52, 0, // Skip to: 24830 |
2412 | | /* 11376 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ... |
2413 | | /* 11379 */ MCD_OPC_FilterValue, 96, 4, 0, 0, // Skip to: 11388 |
2414 | | /* 11384 */ MCD_OPC_Decode, 248, 10, 64, // Opcode: MFUDSCR |
2415 | | /* 11388 */ MCD_OPC_FilterValue, 128, 2, 4, 0, 0, // Skip to: 11398 |
2416 | | /* 11394 */ MCD_OPC_Decode, 236, 10, 64, // Opcode: MFLR |
2417 | | /* 11398 */ MCD_OPC_FilterValue, 160, 2, 4, 0, 0, // Skip to: 11408 |
2418 | | /* 11404 */ MCD_OPC_Decode, 225, 10, 64, // Opcode: MFCTR |
2419 | | /* 11408 */ MCD_OPC_Decode, 242, 10, 66, // Opcode: MFSPR |
2420 | | /* 11412 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 11445 |
2421 | | /* 11417 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2422 | | /* 11420 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 11436 |
2423 | | /* 11425 */ MCD_OPC_CheckField, 11, 15, 0, 86, 52, 0, // Skip to: 24830 |
2424 | | /* 11432 */ MCD_OPC_Decode, 201, 17, 0, // Opcode: TLBIA |
2425 | | /* 11436 */ MCD_OPC_FilterValue, 2, 77, 52, 0, // Skip to: 24830 |
2426 | | /* 11441 */ MCD_OPC_Decode, 246, 10, 66, // Opcode: MFTB |
2427 | | /* 11445 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 11497 |
2428 | | /* 11450 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2429 | | /* 11453 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11476 |
2430 | | /* 11458 */ MCD_OPC_CheckField, 16, 5, 0, 53, 52, 0, // Skip to: 24830 |
2431 | | /* 11465 */ MCD_OPC_CheckField, 0, 1, 0, 46, 52, 0, // Skip to: 24830 |
2432 | | /* 11472 */ MCD_OPC_Decode, 246, 15, 108, // Opcode: SLBMTE |
2433 | | /* 11476 */ MCD_OPC_FilterValue, 1, 37, 52, 0, // Skip to: 24830 |
2434 | | /* 11481 */ MCD_OPC_CheckPredicate, 0, 32, 52, 0, // Skip to: 24830 |
2435 | | /* 11486 */ MCD_OPC_CheckField, 11, 5, 0, 25, 52, 0, // Skip to: 24830 |
2436 | | /* 11493 */ MCD_OPC_Decode, 177, 11, 111, // Opcode: MTVSRWS |
2437 | | /* 11497 */ MCD_OPC_FilterValue, 13, 40, 0, 0, // Skip to: 11542 |
2438 | | /* 11502 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2439 | | /* 11505 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11528 |
2440 | | /* 11510 */ MCD_OPC_CheckField, 16, 10, 0, 1, 52, 0, // Skip to: 24830 |
2441 | | /* 11517 */ MCD_OPC_CheckField, 0, 1, 0, 250, 51, 0, // Skip to: 24830 |
2442 | | /* 11524 */ MCD_OPC_Decode, 242, 15, 109, // Opcode: SLBIE |
2443 | | /* 11528 */ MCD_OPC_FilterValue, 1, 241, 51, 0, // Skip to: 24830 |
2444 | | /* 11533 */ MCD_OPC_CheckPredicate, 0, 236, 51, 0, // Skip to: 24830 |
2445 | | /* 11538 */ MCD_OPC_Decode, 171, 11, 112, // Opcode: MTVSRDD |
2446 | | /* 11542 */ MCD_OPC_FilterValue, 14, 65, 0, 0, // Skip to: 11612 |
2447 | | /* 11547 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2448 | | /* 11550 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11571 |
2449 | | /* 11555 */ MCD_OPC_CheckPredicate, 0, 214, 51, 0, // Skip to: 24830 |
2450 | | /* 11560 */ MCD_OPC_CheckField, 16, 5, 0, 207, 51, 0, // Skip to: 24830 |
2451 | | /* 11567 */ MCD_OPC_Decode, 243, 15, 108, // Opcode: SLBIEG |
2452 | | /* 11571 */ MCD_OPC_FilterValue, 2, 198, 51, 0, // Skip to: 24830 |
2453 | | /* 11576 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ... |
2454 | | /* 11579 */ MCD_OPC_FilterValue, 96, 4, 0, 0, // Skip to: 11588 |
2455 | | /* 11584 */ MCD_OPC_Decode, 161, 11, 64, // Opcode: MTUDSCR |
2456 | | /* 11588 */ MCD_OPC_FilterValue, 128, 2, 4, 0, 0, // Skip to: 11598 |
2457 | | /* 11594 */ MCD_OPC_Decode, 150, 11, 64, // Opcode: MTLR |
2458 | | /* 11598 */ MCD_OPC_FilterValue, 160, 2, 4, 0, 0, // Skip to: 11608 |
2459 | | /* 11604 */ MCD_OPC_Decode, 137, 11, 64, // Opcode: MTCTR |
2460 | | /* 11608 */ MCD_OPC_Decode, 157, 11, 87, // Opcode: MTSPR |
2461 | | /* 11612 */ MCD_OPC_FilterValue, 15, 18, 0, 0, // Skip to: 11635 |
2462 | | /* 11617 */ MCD_OPC_CheckField, 11, 15, 0, 150, 51, 0, // Skip to: 24830 |
2463 | | /* 11624 */ MCD_OPC_CheckField, 0, 2, 0, 143, 51, 0, // Skip to: 24830 |
2464 | | /* 11631 */ MCD_OPC_Decode, 241, 15, 0, // Opcode: SLBIA |
2465 | | /* 11635 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 11651 |
2466 | | /* 11640 */ MCD_OPC_CheckField, 1, 1, 1, 127, 51, 0, // Skip to: 24830 |
2467 | | /* 11647 */ MCD_OPC_Decode, 244, 10, 106, // Opcode: MFSR |
2468 | | /* 11651 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 11677 |
2469 | | /* 11656 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2470 | | /* 11659 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11668 |
2471 | | /* 11664 */ MCD_OPC_Decode, 181, 9, 113, // Opcode: HASHSTP |
2472 | | /* 11668 */ MCD_OPC_FilterValue, 1, 101, 51, 0, // Skip to: 24830 |
2473 | | /* 11673 */ MCD_OPC_Decode, 245, 10, 108, // Opcode: MFSRIN |
2474 | | /* 11677 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 11693 |
2475 | | /* 11682 */ MCD_OPC_CheckField, 1, 1, 0, 85, 51, 0, // Skip to: 24830 |
2476 | | /* 11689 */ MCD_OPC_Decode, 177, 9, 113, // Opcode: HASHCHKP |
2477 | | /* 11693 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 11709 |
2478 | | /* 11698 */ MCD_OPC_CheckField, 1, 1, 0, 69, 51, 0, // Skip to: 24830 |
2479 | | /* 11705 */ MCD_OPC_Decode, 179, 9, 113, // Opcode: HASHST |
2480 | | /* 11709 */ MCD_OPC_FilterValue, 23, 42, 0, 0, // Skip to: 11756 |
2481 | | /* 11714 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2482 | | /* 11717 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11726 |
2483 | | /* 11722 */ MCD_OPC_Decode, 175, 9, 113, // Opcode: HASHCHK |
2484 | | /* 11726 */ MCD_OPC_FilterValue, 1, 43, 51, 0, // Skip to: 24830 |
2485 | | /* 11731 */ MCD_OPC_CheckField, 18, 3, 0, 36, 51, 0, // Skip to: 24830 |
2486 | | /* 11738 */ MCD_OPC_CheckField, 11, 5, 0, 29, 51, 0, // Skip to: 24830 |
2487 | | /* 11745 */ MCD_OPC_CheckField, 0, 1, 0, 22, 51, 0, // Skip to: 24830 |
2488 | | /* 11752 */ MCD_OPC_Decode, 253, 4, 114, // Opcode: DARN |
2489 | | /* 11756 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 11784 |
2490 | | /* 11761 */ MCD_OPC_CheckPredicate, 3, 8, 51, 0, // Skip to: 24830 |
2491 | | /* 11766 */ MCD_OPC_CheckField, 21, 5, 0, 1, 51, 0, // Skip to: 24830 |
2492 | | /* 11773 */ MCD_OPC_CheckField, 0, 2, 0, 250, 50, 0, // Skip to: 24830 |
2493 | | /* 11780 */ MCD_OPC_Decode, 205, 17, 71, // Opcode: TLBIVAX |
2494 | | /* 11784 */ MCD_OPC_FilterValue, 26, 18, 0, 0, // Skip to: 11807 |
2495 | | /* 11789 */ MCD_OPC_CheckField, 16, 5, 0, 234, 50, 0, // Skip to: 24830 |
2496 | | /* 11796 */ MCD_OPC_CheckField, 0, 2, 2, 227, 50, 0, // Skip to: 24830 |
2497 | | /* 11803 */ MCD_OPC_Decode, 245, 15, 108, // Opcode: SLBMFEV |
2498 | | /* 11807 */ MCD_OPC_FilterValue, 28, 63, 0, 0, // Skip to: 11875 |
2499 | | /* 11812 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2500 | | /* 11815 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 11845 |
2501 | | /* 11820 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11836 |
2502 | | /* 11825 */ MCD_OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 11836 |
2503 | | /* 11832 */ MCD_OPC_Decode, 210, 17, 71, // Opcode: TLBSX |
2504 | | /* 11836 */ MCD_OPC_CheckPredicate, 4, 189, 50, 0, // Skip to: 24830 |
2505 | | /* 11841 */ MCD_OPC_Decode, 211, 17, 75, // Opcode: TLBSX2 |
2506 | | /* 11845 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 11859 |
2507 | | /* 11850 */ MCD_OPC_CheckPredicate, 4, 175, 50, 0, // Skip to: 24830 |
2508 | | /* 11855 */ MCD_OPC_Decode, 212, 17, 75, // Opcode: TLBSX2D |
2509 | | /* 11859 */ MCD_OPC_FilterValue, 2, 166, 50, 0, // Skip to: 24830 |
2510 | | /* 11864 */ MCD_OPC_CheckField, 16, 5, 0, 159, 50, 0, // Skip to: 24830 |
2511 | | /* 11871 */ MCD_OPC_Decode, 244, 15, 108, // Opcode: SLBMFEE |
2512 | | /* 11875 */ MCD_OPC_FilterValue, 29, 33, 0, 0, // Skip to: 11913 |
2513 | | /* 11880 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2514 | | /* 11883 */ MCD_OPC_FilterValue, 0, 142, 50, 0, // Skip to: 24830 |
2515 | | /* 11888 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11904 |
2516 | | /* 11893 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, 0, // Skip to: 11904 |
2517 | | /* 11900 */ MCD_OPC_Decode, 208, 17, 0, // Opcode: TLBRE |
2518 | | /* 11904 */ MCD_OPC_CheckPredicate, 4, 121, 50, 0, // Skip to: 24830 |
2519 | | /* 11909 */ MCD_OPC_Decode, 209, 17, 115, // Opcode: TLBRE2 |
2520 | | /* 11913 */ MCD_OPC_FilterValue, 30, 65, 0, 0, // Skip to: 11983 |
2521 | | /* 11918 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2522 | | /* 11921 */ MCD_OPC_FilterValue, 0, 41, 0, 0, // Skip to: 11967 |
2523 | | /* 11926 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11942 |
2524 | | /* 11931 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, 0, // Skip to: 11942 |
2525 | | /* 11938 */ MCD_OPC_Decode, 214, 17, 0, // Opcode: TLBWE |
2526 | | /* 11942 */ MCD_OPC_CheckPredicate, 9, 11, 0, 0, // Skip to: 11958 |
2527 | | /* 11947 */ MCD_OPC_CheckField, 16, 10, 0, 4, 0, 0, // Skip to: 11958 |
2528 | | /* 11954 */ MCD_OPC_Decode, 206, 17, 109, // Opcode: TLBLD |
2529 | | /* 11958 */ MCD_OPC_CheckPredicate, 4, 67, 50, 0, // Skip to: 24830 |
2530 | | /* 11963 */ MCD_OPC_Decode, 215, 17, 115, // Opcode: TLBWE2 |
2531 | | /* 11967 */ MCD_OPC_FilterValue, 3, 58, 50, 0, // Skip to: 24830 |
2532 | | /* 11972 */ MCD_OPC_CheckField, 16, 5, 0, 51, 50, 0, // Skip to: 24830 |
2533 | | /* 11979 */ MCD_OPC_Decode, 240, 15, 108, // Opcode: SLBFEE_rec |
2534 | | /* 11983 */ MCD_OPC_FilterValue, 31, 42, 50, 0, // Skip to: 24830 |
2535 | | /* 11988 */ MCD_OPC_CheckPredicate, 9, 37, 50, 0, // Skip to: 24830 |
2536 | | /* 11993 */ MCD_OPC_CheckField, 16, 10, 0, 30, 50, 0, // Skip to: 24830 |
2537 | | /* 12000 */ MCD_OPC_CheckField, 0, 2, 0, 23, 50, 0, // Skip to: 24830 |
2538 | | /* 12007 */ MCD_OPC_Decode, 207, 17, 109, // Opcode: TLBLI |
2539 | | /* 12011 */ MCD_OPC_FilterValue, 10, 181, 1, 0, // Skip to: 12453 |
2540 | | /* 12016 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2541 | | /* 12019 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 12054 |
2542 | | /* 12024 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2543 | | /* 12027 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12036 |
2544 | | /* 12032 */ MCD_OPC_Decode, 158, 10, 116, // Opcode: LWARX |
2545 | | /* 12036 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12045 |
2546 | | /* 12041 */ MCD_OPC_Decode, 159, 10, 116, // Opcode: LWARXL |
2547 | | /* 12045 */ MCD_OPC_FilterValue, 2, 236, 49, 0, // Skip to: 24830 |
2548 | | /* 12050 */ MCD_OPC_Decode, 219, 9, 117, // Opcode: LDX |
2549 | | /* 12054 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 12099 |
2550 | | /* 12059 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2551 | | /* 12062 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12076 |
2552 | | /* 12067 */ MCD_OPC_CheckPredicate, 10, 214, 49, 0, // Skip to: 24830 |
2553 | | /* 12072 */ MCD_OPC_Decode, 196, 9, 116, // Opcode: LBARX |
2554 | | /* 12076 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 12090 |
2555 | | /* 12081 */ MCD_OPC_CheckPredicate, 10, 200, 49, 0, // Skip to: 24830 |
2556 | | /* 12086 */ MCD_OPC_Decode, 197, 9, 116, // Opcode: LBARXL |
2557 | | /* 12090 */ MCD_OPC_FilterValue, 2, 191, 49, 0, // Skip to: 24830 |
2558 | | /* 12095 */ MCD_OPC_Decode, 218, 9, 118, // Opcode: LDUX |
2559 | | /* 12099 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 12125 |
2560 | | /* 12104 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2561 | | /* 12107 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12116 |
2562 | | /* 12112 */ MCD_OPC_Decode, 212, 9, 117, // Opcode: LDARX |
2563 | | /* 12116 */ MCD_OPC_FilterValue, 1, 165, 49, 0, // Skip to: 24830 |
2564 | | /* 12121 */ MCD_OPC_Decode, 213, 9, 117, // Opcode: LDARXL |
2565 | | /* 12125 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 12161 |
2566 | | /* 12130 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2567 | | /* 12133 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12147 |
2568 | | /* 12138 */ MCD_OPC_CheckPredicate, 10, 143, 49, 0, // Skip to: 24830 |
2569 | | /* 12143 */ MCD_OPC_Decode, 246, 9, 116, // Opcode: LHARX |
2570 | | /* 12147 */ MCD_OPC_FilterValue, 1, 134, 49, 0, // Skip to: 24830 |
2571 | | /* 12152 */ MCD_OPC_CheckPredicate, 10, 129, 49, 0, // Skip to: 24830 |
2572 | | /* 12157 */ MCD_OPC_Decode, 247, 9, 116, // Opcode: LHARXL |
2573 | | /* 12161 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 12177 |
2574 | | /* 12166 */ MCD_OPC_CheckField, 0, 2, 2, 113, 49, 0, // Skip to: 24830 |
2575 | | /* 12173 */ MCD_OPC_Decode, 173, 16, 117, // Opcode: STDX |
2576 | | /* 12177 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 12193 |
2577 | | /* 12182 */ MCD_OPC_CheckField, 0, 2, 2, 97, 49, 0, // Skip to: 24830 |
2578 | | /* 12189 */ MCD_OPC_Decode, 172, 16, 119, // Opcode: STDUX |
2579 | | /* 12193 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 12219 |
2580 | | /* 12198 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2581 | | /* 12201 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12210 |
2582 | | /* 12206 */ MCD_OPC_Decode, 146, 10, 120, // Opcode: LQARX |
2583 | | /* 12210 */ MCD_OPC_FilterValue, 1, 71, 49, 0, // Skip to: 24830 |
2584 | | /* 12215 */ MCD_OPC_Decode, 147, 10, 120, // Opcode: LQARXL |
2585 | | /* 12219 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 12235 |
2586 | | /* 12224 */ MCD_OPC_CheckField, 0, 2, 2, 55, 49, 0, // Skip to: 24830 |
2587 | | /* 12231 */ MCD_OPC_Decode, 162, 10, 117, // Opcode: LWAX |
2588 | | /* 12235 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 12251 |
2589 | | /* 12240 */ MCD_OPC_CheckField, 0, 2, 2, 39, 49, 0, // Skip to: 24830 |
2590 | | /* 12247 */ MCD_OPC_Decode, 161, 10, 118, // Opcode: LWAUX |
2591 | | /* 12251 */ MCD_OPC_FilterValue, 16, 16, 0, 0, // Skip to: 12272 |
2592 | | /* 12256 */ MCD_OPC_CheckPredicate, 11, 25, 49, 0, // Skip to: 24830 |
2593 | | /* 12261 */ MCD_OPC_CheckField, 0, 2, 0, 18, 49, 0, // Skip to: 24830 |
2594 | | /* 12268 */ MCD_OPC_Decode, 215, 9, 117, // Opcode: LDBRX |
2595 | | /* 12272 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 12288 |
2596 | | /* 12277 */ MCD_OPC_CheckField, 0, 2, 2, 2, 49, 0, // Skip to: 24830 |
2597 | | /* 12284 */ MCD_OPC_Decode, 149, 10, 72, // Opcode: LSWI |
2598 | | /* 12288 */ MCD_OPC_FilterValue, 20, 16, 0, 0, // Skip to: 12309 |
2599 | | /* 12293 */ MCD_OPC_CheckPredicate, 11, 244, 48, 0, // Skip to: 24830 |
2600 | | /* 12298 */ MCD_OPC_CheckField, 0, 2, 0, 237, 48, 0, // Skip to: 24830 |
2601 | | /* 12305 */ MCD_OPC_Decode, 168, 16, 117, // Opcode: STDBRX |
2602 | | /* 12309 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 12325 |
2603 | | /* 12314 */ MCD_OPC_CheckField, 0, 2, 2, 221, 48, 0, // Skip to: 24830 |
2604 | | /* 12321 */ MCD_OPC_Decode, 210, 16, 72, // Opcode: STSWI |
2605 | | /* 12325 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 12341 |
2606 | | /* 12330 */ MCD_OPC_CheckField, 0, 2, 2, 205, 48, 0, // Skip to: 24830 |
2607 | | /* 12337 */ MCD_OPC_Decode, 173, 10, 116, // Opcode: LWZCIX |
2608 | | /* 12341 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 12357 |
2609 | | /* 12346 */ MCD_OPC_CheckField, 0, 2, 2, 189, 48, 0, // Skip to: 24830 |
2610 | | /* 12353 */ MCD_OPC_Decode, 134, 10, 116, // Opcode: LHZCIX |
2611 | | /* 12357 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 12373 |
2612 | | /* 12362 */ MCD_OPC_CheckField, 0, 2, 2, 173, 48, 0, // Skip to: 24830 |
2613 | | /* 12369 */ MCD_OPC_Decode, 201, 9, 116, // Opcode: LBZCIX |
2614 | | /* 12373 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 12389 |
2615 | | /* 12378 */ MCD_OPC_CheckField, 0, 2, 2, 157, 48, 0, // Skip to: 24830 |
2616 | | /* 12385 */ MCD_OPC_Decode, 216, 9, 116, // Opcode: LDCIX |
2617 | | /* 12389 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 12405 |
2618 | | /* 12394 */ MCD_OPC_CheckField, 0, 2, 2, 141, 48, 0, // Skip to: 24830 |
2619 | | /* 12401 */ MCD_OPC_Decode, 220, 16, 116, // Opcode: STWCIX |
2620 | | /* 12405 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 12421 |
2621 | | /* 12410 */ MCD_OPC_CheckField, 0, 2, 2, 125, 48, 0, // Skip to: 24830 |
2622 | | /* 12417 */ MCD_OPC_Decode, 193, 16, 116, // Opcode: STHCIX |
2623 | | /* 12421 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 12437 |
2624 | | /* 12426 */ MCD_OPC_CheckField, 0, 2, 2, 109, 48, 0, // Skip to: 24830 |
2625 | | /* 12433 */ MCD_OPC_Decode, 154, 16, 116, // Opcode: STBCIX |
2626 | | /* 12437 */ MCD_OPC_FilterValue, 31, 100, 48, 0, // Skip to: 24830 |
2627 | | /* 12442 */ MCD_OPC_CheckField, 0, 2, 2, 93, 48, 0, // Skip to: 24830 |
2628 | | /* 12449 */ MCD_OPC_Decode, 169, 16, 116, // Opcode: STDCIX |
2629 | | /* 12453 */ MCD_OPC_FilterValue, 11, 220, 3, 0, // Skip to: 13446 |
2630 | | /* 12458 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2631 | | /* 12461 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12499 |
2632 | | /* 12466 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2633 | | /* 12469 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12490 |
2634 | | /* 12474 */ MCD_OPC_CheckPredicate, 5, 63, 48, 0, // Skip to: 24830 |
2635 | | /* 12479 */ MCD_OPC_CheckField, 25, 1, 0, 56, 48, 0, // Skip to: 24830 |
2636 | | /* 12486 */ MCD_OPC_Decode, 188, 9, 70, // Opcode: ICBT |
2637 | | /* 12490 */ MCD_OPC_FilterValue, 2, 47, 48, 0, // Skip to: 24830 |
2638 | | /* 12495 */ MCD_OPC_Decode, 178, 10, 116, // Opcode: LWZX |
2639 | | /* 12499 */ MCD_OPC_FilterValue, 1, 28, 0, 0, // Skip to: 12532 |
2640 | | /* 12504 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2641 | | /* 12507 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 12523 |
2642 | | /* 12512 */ MCD_OPC_CheckField, 21, 5, 0, 23, 48, 0, // Skip to: 24830 |
2643 | | /* 12519 */ MCD_OPC_Decode, 130, 5, 121, // Opcode: DCBST |
2644 | | /* 12523 */ MCD_OPC_FilterValue, 2, 14, 48, 0, // Skip to: 24830 |
2645 | | /* 12528 */ MCD_OPC_Decode, 176, 10, 122, // Opcode: LWZUX |
2646 | | /* 12532 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 12558 |
2647 | | /* 12537 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2648 | | /* 12540 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12549 |
2649 | | /* 12545 */ MCD_OPC_Decode, 255, 4, 123, // Opcode: DCBF |
2650 | | /* 12549 */ MCD_OPC_FilterValue, 2, 244, 47, 0, // Skip to: 24830 |
2651 | | /* 12554 */ MCD_OPC_Decode, 206, 9, 116, // Opcode: LBZX |
2652 | | /* 12558 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 12574 |
2653 | | /* 12563 */ MCD_OPC_CheckField, 0, 2, 2, 228, 47, 0, // Skip to: 24830 |
2654 | | /* 12570 */ MCD_OPC_Decode, 204, 9, 122, // Opcode: LBZUX |
2655 | | /* 12574 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 12600 |
2656 | | /* 12579 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2657 | | /* 12582 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12591 |
2658 | | /* 12587 */ MCD_OPC_Decode, 221, 16, 116, // Opcode: STWCX |
2659 | | /* 12591 */ MCD_OPC_FilterValue, 2, 202, 47, 0, // Skip to: 24830 |
2660 | | /* 12596 */ MCD_OPC_Decode, 227, 16, 116, // Opcode: STWX |
2661 | | /* 12600 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 12626 |
2662 | | /* 12605 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2663 | | /* 12608 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12617 |
2664 | | /* 12613 */ MCD_OPC_Decode, 208, 16, 120, // Opcode: STQCX |
2665 | | /* 12617 */ MCD_OPC_FilterValue, 2, 176, 47, 0, // Skip to: 24830 |
2666 | | /* 12622 */ MCD_OPC_Decode, 225, 16, 124, // Opcode: STWUX |
2667 | | /* 12626 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 12652 |
2668 | | /* 12631 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2669 | | /* 12634 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12643 |
2670 | | /* 12639 */ MCD_OPC_Decode, 170, 16, 117, // Opcode: STDCX |
2671 | | /* 12643 */ MCD_OPC_FilterValue, 2, 150, 47, 0, // Skip to: 24830 |
2672 | | /* 12648 */ MCD_OPC_Decode, 161, 16, 116, // Opcode: STBX |
2673 | | /* 12652 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 12678 |
2674 | | /* 12657 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2675 | | /* 12660 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12669 |
2676 | | /* 12665 */ MCD_OPC_Decode, 134, 5, 125, // Opcode: DCBTST |
2677 | | /* 12669 */ MCD_OPC_FilterValue, 2, 124, 47, 0, // Skip to: 24830 |
2678 | | /* 12674 */ MCD_OPC_Decode, 159, 16, 124, // Opcode: STBUX |
2679 | | /* 12678 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 12704 |
2680 | | /* 12683 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2681 | | /* 12686 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12695 |
2682 | | /* 12691 */ MCD_OPC_Decode, 132, 5, 125, // Opcode: DCBT |
2683 | | /* 12695 */ MCD_OPC_FilterValue, 2, 98, 47, 0, // Skip to: 24830 |
2684 | | /* 12700 */ MCD_OPC_Decode, 139, 10, 116, // Opcode: LHZX |
2685 | | /* 12704 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 12720 |
2686 | | /* 12709 */ MCD_OPC_CheckField, 0, 2, 2, 82, 47, 0, // Skip to: 24830 |
2687 | | /* 12716 */ MCD_OPC_Decode, 137, 10, 122, // Opcode: LHZUX |
2688 | | /* 12720 */ MCD_OPC_FilterValue, 10, 38, 0, 0, // Skip to: 12763 |
2689 | | /* 12725 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2690 | | /* 12728 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 12754 |
2691 | | /* 12733 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
2692 | | /* 12736 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12745 |
2693 | | /* 12741 */ MCD_OPC_Decode, 254, 5, 126, // Opcode: DST |
2694 | | /* 12745 */ MCD_OPC_FilterValue, 4, 48, 47, 0, // Skip to: 24830 |
2695 | | /* 12750 */ MCD_OPC_Decode, 132, 6, 126, // Opcode: DSTT |
2696 | | /* 12754 */ MCD_OPC_FilterValue, 2, 39, 47, 0, // Skip to: 24830 |
2697 | | /* 12759 */ MCD_OPC_Decode, 252, 9, 116, // Opcode: LHAX |
2698 | | /* 12763 */ MCD_OPC_FilterValue, 11, 38, 0, 0, // Skip to: 12806 |
2699 | | /* 12768 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2700 | | /* 12771 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 12797 |
2701 | | /* 12776 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
2702 | | /* 12779 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12788 |
2703 | | /* 12784 */ MCD_OPC_Decode, 128, 6, 126, // Opcode: DSTST |
2704 | | /* 12788 */ MCD_OPC_FilterValue, 4, 5, 47, 0, // Skip to: 24830 |
2705 | | /* 12793 */ MCD_OPC_Decode, 130, 6, 126, // Opcode: DSTSTT |
2706 | | /* 12797 */ MCD_OPC_FilterValue, 2, 252, 46, 0, // Skip to: 24830 |
2707 | | /* 12802 */ MCD_OPC_Decode, 250, 9, 122, // Opcode: LHAUX |
2708 | | /* 12806 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 12822 |
2709 | | /* 12811 */ MCD_OPC_CheckField, 0, 2, 2, 236, 46, 0, // Skip to: 24830 |
2710 | | /* 12818 */ MCD_OPC_Decode, 200, 16, 116, // Opcode: STHX |
2711 | | /* 12822 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 12838 |
2712 | | /* 12827 */ MCD_OPC_CheckField, 0, 2, 2, 220, 46, 0, // Skip to: 24830 |
2713 | | /* 12834 */ MCD_OPC_Decode, 198, 16, 124, // Opcode: STHUX |
2714 | | /* 12838 */ MCD_OPC_FilterValue, 14, 18, 0, 0, // Skip to: 12861 |
2715 | | /* 12843 */ MCD_OPC_CheckField, 21, 5, 0, 204, 46, 0, // Skip to: 24830 |
2716 | | /* 12850 */ MCD_OPC_CheckField, 0, 2, 0, 197, 46, 0, // Skip to: 24830 |
2717 | | /* 12857 */ MCD_OPC_Decode, 129, 5, 121, // Opcode: DCBI |
2718 | | /* 12861 */ MCD_OPC_FilterValue, 16, 26, 0, 0, // Skip to: 12892 |
2719 | | /* 12866 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2720 | | /* 12869 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12878 |
2721 | | /* 12874 */ MCD_OPC_Decode, 168, 10, 116, // Opcode: LWBRX |
2722 | | /* 12878 */ MCD_OPC_FilterValue, 2, 171, 46, 0, // Skip to: 24830 |
2723 | | /* 12883 */ MCD_OPC_CheckPredicate, 12, 166, 46, 0, // Skip to: 24830 |
2724 | | /* 12888 */ MCD_OPC_Decode, 241, 9, 127, // Opcode: LFSX |
2725 | | /* 12892 */ MCD_OPC_FilterValue, 17, 34, 0, 0, // Skip to: 12931 |
2726 | | /* 12897 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2727 | | /* 12900 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 12916 |
2728 | | /* 12905 */ MCD_OPC_CheckField, 11, 15, 0, 142, 46, 0, // Skip to: 24830 |
2729 | | /* 12912 */ MCD_OPC_Decode, 213, 17, 0, // Opcode: TLBSYNC |
2730 | | /* 12916 */ MCD_OPC_FilterValue, 2, 133, 46, 0, // Skip to: 24830 |
2731 | | /* 12921 */ MCD_OPC_CheckPredicate, 12, 128, 46, 0, // Skip to: 24830 |
2732 | | /* 12926 */ MCD_OPC_Decode, 240, 9, 128, 1, // Opcode: LFSUX |
2733 | | /* 12931 */ MCD_OPC_FilterValue, 18, 71, 0, 0, // Skip to: 13007 |
2734 | | /* 12936 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2735 | | /* 12939 */ MCD_OPC_FilterValue, 0, 48, 0, 0, // Skip to: 12992 |
2736 | | /* 12944 */ MCD_OPC_ExtractField, 11, 5, // Inst{15-11} ... |
2737 | | /* 12947 */ MCD_OPC_FilterValue, 0, 102, 46, 0, // Skip to: 24830 |
2738 | | /* 12952 */ MCD_OPC_ExtractField, 18, 3, // Inst{20-18} ... |
2739 | | /* 12955 */ MCD_OPC_FilterValue, 0, 94, 46, 0, // Skip to: 24830 |
2740 | | /* 12960 */ MCD_OPC_ExtractField, 24, 2, // Inst{25-24} ... |
2741 | | /* 12963 */ MCD_OPC_FilterValue, 0, 86, 46, 0, // Skip to: 24830 |
2742 | | /* 12968 */ MCD_OPC_CheckField, 23, 1, 0, 12, 0, 0, // Skip to: 12987 |
2743 | | /* 12975 */ MCD_OPC_CheckField, 16, 2, 0, 5, 0, 0, // Skip to: 12987 |
2744 | | /* 12982 */ MCD_OPC_Decode, 175, 17, 129, 1, // Opcode: SYNC |
2745 | | /* 12987 */ MCD_OPC_Decode, 176, 17, 130, 1, // Opcode: SYNCP10 |
2746 | | /* 12992 */ MCD_OPC_FilterValue, 2, 57, 46, 0, // Skip to: 24830 |
2747 | | /* 12997 */ MCD_OPC_CheckPredicate, 12, 52, 46, 0, // Skip to: 24830 |
2748 | | /* 13002 */ MCD_OPC_Decode, 233, 9, 131, 1, // Opcode: LFDX |
2749 | | /* 13007 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 13029 |
2750 | | /* 13012 */ MCD_OPC_CheckPredicate, 12, 37, 46, 0, // Skip to: 24830 |
2751 | | /* 13017 */ MCD_OPC_CheckField, 0, 2, 2, 30, 46, 0, // Skip to: 24830 |
2752 | | /* 13024 */ MCD_OPC_Decode, 232, 9, 132, 1, // Opcode: LFDUX |
2753 | | /* 13029 */ MCD_OPC_FilterValue, 20, 26, 0, 0, // Skip to: 13060 |
2754 | | /* 13034 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2755 | | /* 13037 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 13046 |
2756 | | /* 13042 */ MCD_OPC_Decode, 219, 16, 116, // Opcode: STWBRX |
2757 | | /* 13046 */ MCD_OPC_FilterValue, 2, 3, 46, 0, // Skip to: 24830 |
2758 | | /* 13051 */ MCD_OPC_CheckPredicate, 12, 254, 45, 0, // Skip to: 24830 |
2759 | | /* 13056 */ MCD_OPC_Decode, 187, 16, 127, // Opcode: STFSX |
2760 | | /* 13060 */ MCD_OPC_FilterValue, 21, 32, 0, 0, // Skip to: 13097 |
2761 | | /* 13065 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2762 | | /* 13068 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 13082 |
2763 | | /* 13073 */ MCD_OPC_CheckPredicate, 10, 232, 45, 0, // Skip to: 24830 |
2764 | | /* 13078 */ MCD_OPC_Decode, 155, 16, 116, // Opcode: STBCX |
2765 | | /* 13082 */ MCD_OPC_FilterValue, 2, 223, 45, 0, // Skip to: 24830 |
2766 | | /* 13087 */ MCD_OPC_CheckPredicate, 12, 218, 45, 0, // Skip to: 24830 |
2767 | | /* 13092 */ MCD_OPC_Decode, 186, 16, 133, 1, // Opcode: STFSUX |
2768 | | /* 13097 */ MCD_OPC_FilterValue, 22, 32, 0, 0, // Skip to: 13134 |
2769 | | /* 13102 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2770 | | /* 13105 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 13119 |
2771 | | /* 13110 */ MCD_OPC_CheckPredicate, 10, 195, 45, 0, // Skip to: 24830 |
2772 | | /* 13115 */ MCD_OPC_Decode, 194, 16, 116, // Opcode: STHCX |
2773 | | /* 13119 */ MCD_OPC_FilterValue, 2, 186, 45, 0, // Skip to: 24830 |
2774 | | /* 13124 */ MCD_OPC_CheckPredicate, 12, 181, 45, 0, // Skip to: 24830 |
2775 | | /* 13129 */ MCD_OPC_Decode, 180, 16, 131, 1, // Opcode: STFDX |
2776 | | /* 13134 */ MCD_OPC_FilterValue, 23, 34, 0, 0, // Skip to: 13173 |
2777 | | /* 13139 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2778 | | /* 13142 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13158 |
2779 | | /* 13147 */ MCD_OPC_CheckField, 21, 5, 0, 156, 45, 0, // Skip to: 24830 |
2780 | | /* 13154 */ MCD_OPC_Decode, 254, 4, 121, // Opcode: DCBA |
2781 | | /* 13158 */ MCD_OPC_FilterValue, 2, 147, 45, 0, // Skip to: 24830 |
2782 | | /* 13163 */ MCD_OPC_CheckPredicate, 12, 142, 45, 0, // Skip to: 24830 |
2783 | | /* 13168 */ MCD_OPC_Decode, 179, 16, 134, 1, // Opcode: STFDUX |
2784 | | /* 13173 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 13189 |
2785 | | /* 13178 */ MCD_OPC_CheckField, 0, 2, 0, 125, 45, 0, // Skip to: 24830 |
2786 | | /* 13185 */ MCD_OPC_Decode, 129, 10, 116, // Opcode: LHBRX |
2787 | | /* 13189 */ MCD_OPC_FilterValue, 25, 50, 0, 0, // Skip to: 13244 |
2788 | | /* 13194 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
2789 | | /* 13197 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 13221 |
2790 | | /* 13202 */ MCD_OPC_CheckField, 11, 10, 0, 101, 45, 0, // Skip to: 24830 |
2791 | | /* 13209 */ MCD_OPC_CheckField, 0, 2, 0, 94, 45, 0, // Skip to: 24830 |
2792 | | /* 13216 */ MCD_OPC_Decode, 252, 5, 135, 1, // Opcode: DSS |
2793 | | /* 13221 */ MCD_OPC_FilterValue, 4, 84, 45, 0, // Skip to: 24830 |
2794 | | /* 13226 */ MCD_OPC_CheckField, 11, 12, 0, 77, 45, 0, // Skip to: 24830 |
2795 | | /* 13233 */ MCD_OPC_CheckField, 0, 2, 0, 70, 45, 0, // Skip to: 24830 |
2796 | | /* 13240 */ MCD_OPC_Decode, 253, 5, 0, // Opcode: DSSALL |
2797 | | /* 13244 */ MCD_OPC_FilterValue, 26, 58, 0, 0, // Skip to: 13307 |
2798 | | /* 13249 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
2799 | | /* 13252 */ MCD_OPC_FilterValue, 0, 28, 0, 0, // Skip to: 13285 |
2800 | | /* 13257 */ MCD_OPC_CheckField, 11, 15, 0, 11, 0, 0, // Skip to: 13275 |
2801 | | /* 13264 */ MCD_OPC_CheckField, 0, 1, 0, 4, 0, 0, // Skip to: 13275 |
2802 | | /* 13271 */ MCD_OPC_Decode, 177, 8, 0, // Opcode: EnforceIEIO |
2803 | | /* 13275 */ MCD_OPC_CheckPredicate, 3, 30, 45, 0, // Skip to: 24830 |
2804 | | /* 13280 */ MCD_OPC_Decode, 218, 10, 136, 1, // Opcode: MBAR |
2805 | | /* 13285 */ MCD_OPC_FilterValue, 1, 20, 45, 0, // Skip to: 24830 |
2806 | | /* 13290 */ MCD_OPC_CheckPredicate, 12, 15, 45, 0, // Skip to: 24830 |
2807 | | /* 13295 */ MCD_OPC_CheckField, 0, 1, 0, 8, 45, 0, // Skip to: 24830 |
2808 | | /* 13302 */ MCD_OPC_Decode, 236, 9, 131, 1, // Opcode: LFIWAX |
2809 | | /* 13307 */ MCD_OPC_FilterValue, 27, 39, 0, 0, // Skip to: 13351 |
2810 | | /* 13312 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2811 | | /* 13315 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13336 |
2812 | | /* 13320 */ MCD_OPC_CheckPredicate, 0, 241, 44, 0, // Skip to: 24830 |
2813 | | /* 13325 */ MCD_OPC_CheckField, 11, 15, 0, 234, 44, 0, // Skip to: 24830 |
2814 | | /* 13332 */ MCD_OPC_Decode, 133, 11, 0, // Opcode: MSGSYNC |
2815 | | /* 13336 */ MCD_OPC_FilterValue, 2, 225, 44, 0, // Skip to: 24830 |
2816 | | /* 13341 */ MCD_OPC_CheckPredicate, 12, 220, 44, 0, // Skip to: 24830 |
2817 | | /* 13346 */ MCD_OPC_Decode, 237, 9, 131, 1, // Opcode: LFIWZX |
2818 | | /* 13351 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 13367 |
2819 | | /* 13356 */ MCD_OPC_CheckField, 0, 2, 0, 203, 44, 0, // Skip to: 24830 |
2820 | | /* 13363 */ MCD_OPC_Decode, 192, 16, 116, // Opcode: STHBRX |
2821 | | /* 13367 */ MCD_OPC_FilterValue, 30, 34, 0, 0, // Skip to: 13406 |
2822 | | /* 13372 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2823 | | /* 13375 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13391 |
2824 | | /* 13380 */ MCD_OPC_CheckField, 21, 5, 0, 179, 44, 0, // Skip to: 24830 |
2825 | | /* 13387 */ MCD_OPC_Decode, 184, 9, 121, // Opcode: ICBI |
2826 | | /* 13391 */ MCD_OPC_FilterValue, 2, 170, 44, 0, // Skip to: 24830 |
2827 | | /* 13396 */ MCD_OPC_CheckPredicate, 12, 165, 44, 0, // Skip to: 24830 |
2828 | | /* 13401 */ MCD_OPC_Decode, 183, 16, 131, 1, // Opcode: STFIWX |
2829 | | /* 13406 */ MCD_OPC_FilterValue, 31, 155, 44, 0, // Skip to: 24830 |
2830 | | /* 13411 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
2831 | | /* 13414 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13430 |
2832 | | /* 13419 */ MCD_OPC_CheckField, 0, 2, 0, 140, 44, 0, // Skip to: 24830 |
2833 | | /* 13426 */ MCD_OPC_Decode, 136, 5, 121, // Opcode: DCBZ |
2834 | | /* 13430 */ MCD_OPC_FilterValue, 1, 131, 44, 0, // Skip to: 24830 |
2835 | | /* 13435 */ MCD_OPC_CheckField, 0, 2, 0, 124, 44, 0, // Skip to: 24830 |
2836 | | /* 13442 */ MCD_OPC_Decode, 138, 5, 121, // Opcode: DCBZL |
2837 | | /* 13446 */ MCD_OPC_FilterValue, 12, 115, 0, 0, // Skip to: 13566 |
2838 | | /* 13451 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2839 | | /* 13454 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 13482 |
2840 | | /* 13459 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2841 | | /* 13462 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13472 |
2842 | | /* 13467 */ MCD_OPC_Decode, 250, 15, 137, 1, // Opcode: SLW |
2843 | | /* 13472 */ MCD_OPC_FilterValue, 1, 89, 44, 0, // Skip to: 24830 |
2844 | | /* 13477 */ MCD_OPC_Decode, 253, 15, 137, 1, // Opcode: SLW_rec |
2845 | | /* 13482 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 13510 |
2846 | | /* 13487 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2847 | | /* 13490 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13500 |
2848 | | /* 13495 */ MCD_OPC_Decode, 148, 16, 137, 1, // Opcode: SRW |
2849 | | /* 13500 */ MCD_OPC_FilterValue, 1, 61, 44, 0, // Skip to: 24830 |
2850 | | /* 13505 */ MCD_OPC_Decode, 151, 16, 137, 1, // Opcode: SRW_rec |
2851 | | /* 13510 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 13538 |
2852 | | /* 13515 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2853 | | /* 13518 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13528 |
2854 | | /* 13523 */ MCD_OPC_Decode, 142, 16, 137, 1, // Opcode: SRAW |
2855 | | /* 13528 */ MCD_OPC_FilterValue, 1, 33, 44, 0, // Skip to: 24830 |
2856 | | /* 13533 */ MCD_OPC_Decode, 145, 16, 137, 1, // Opcode: SRAW_rec |
2857 | | /* 13538 */ MCD_OPC_FilterValue, 25, 23, 44, 0, // Skip to: 24830 |
2858 | | /* 13543 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2859 | | /* 13546 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13556 |
2860 | | /* 13551 */ MCD_OPC_Decode, 143, 16, 138, 1, // Opcode: SRAWI |
2861 | | /* 13556 */ MCD_OPC_FilterValue, 1, 5, 44, 0, // Skip to: 24830 |
2862 | | /* 13561 */ MCD_OPC_Decode, 144, 16, 138, 1, // Opcode: SRAWI_rec |
2863 | | /* 13566 */ MCD_OPC_FilterValue, 13, 151, 2, 0, // Skip to: 14234 |
2864 | | /* 13571 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2865 | | /* 13574 */ MCD_OPC_FilterValue, 0, 57, 0, 0, // Skip to: 13636 |
2866 | | /* 13579 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2867 | | /* 13582 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 13599 |
2868 | | /* 13587 */ MCD_OPC_CheckField, 11, 5, 0, 228, 43, 0, // Skip to: 24830 |
2869 | | /* 13594 */ MCD_OPC_Decode, 219, 4, 139, 1, // Opcode: CNTLZW |
2870 | | /* 13599 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 13616 |
2871 | | /* 13604 */ MCD_OPC_CheckField, 11, 5, 0, 211, 43, 0, // Skip to: 24830 |
2872 | | /* 13611 */ MCD_OPC_Decode, 222, 4, 139, 1, // Opcode: CNTLZW_rec |
2873 | | /* 13616 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 13626 |
2874 | | /* 13621 */ MCD_OPC_Decode, 248, 15, 140, 1, // Opcode: SLD |
2875 | | /* 13626 */ MCD_OPC_FilterValue, 3, 191, 43, 0, // Skip to: 24830 |
2876 | | /* 13631 */ MCD_OPC_Decode, 249, 15, 140, 1, // Opcode: SLD_rec |
2877 | | /* 13636 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 13688 |
2878 | | /* 13641 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2879 | | /* 13644 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 13661 |
2880 | | /* 13649 */ MCD_OPC_CheckField, 11, 5, 0, 166, 43, 0, // Skip to: 24830 |
2881 | | /* 13656 */ MCD_OPC_Decode, 216, 4, 141, 1, // Opcode: CNTLZD |
2882 | | /* 13661 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 13678 |
2883 | | /* 13666 */ MCD_OPC_CheckField, 11, 5, 0, 149, 43, 0, // Skip to: 24830 |
2884 | | /* 13673 */ MCD_OPC_Decode, 218, 4, 141, 1, // Opcode: CNTLZD_rec |
2885 | | /* 13678 */ MCD_OPC_FilterValue, 2, 139, 43, 0, // Skip to: 24830 |
2886 | | /* 13683 */ MCD_OPC_Decode, 217, 4, 142, 1, // Opcode: CNTLZDM |
2887 | | /* 13688 */ MCD_OPC_FilterValue, 3, 19, 0, 0, // Skip to: 13712 |
2888 | | /* 13693 */ MCD_OPC_CheckField, 11, 5, 0, 122, 43, 0, // Skip to: 24830 |
2889 | | /* 13700 */ MCD_OPC_CheckField, 0, 2, 0, 115, 43, 0, // Skip to: 24830 |
2890 | | /* 13707 */ MCD_OPC_Decode, 243, 12, 139, 1, // Opcode: POPCNTB |
2891 | | /* 13712 */ MCD_OPC_FilterValue, 4, 19, 0, 0, // Skip to: 13736 |
2892 | | /* 13717 */ MCD_OPC_CheckField, 11, 5, 0, 98, 43, 0, // Skip to: 24830 |
2893 | | /* 13724 */ MCD_OPC_CheckField, 0, 2, 2, 91, 43, 0, // Skip to: 24830 |
2894 | | /* 13731 */ MCD_OPC_Decode, 195, 4, 139, 1, // Opcode: BRW |
2895 | | /* 13736 */ MCD_OPC_FilterValue, 5, 19, 0, 0, // Skip to: 13760 |
2896 | | /* 13741 */ MCD_OPC_CheckField, 11, 5, 0, 74, 43, 0, // Skip to: 24830 |
2897 | | /* 13748 */ MCD_OPC_CheckField, 0, 2, 2, 67, 43, 0, // Skip to: 24830 |
2898 | | /* 13755 */ MCD_OPC_Decode, 191, 4, 141, 1, // Opcode: BRD |
2899 | | /* 13760 */ MCD_OPC_FilterValue, 6, 19, 0, 0, // Skip to: 13784 |
2900 | | /* 13765 */ MCD_OPC_CheckField, 11, 5, 0, 50, 43, 0, // Skip to: 24830 |
2901 | | /* 13772 */ MCD_OPC_CheckField, 0, 2, 2, 43, 43, 0, // Skip to: 24830 |
2902 | | /* 13779 */ MCD_OPC_Decode, 192, 4, 139, 1, // Opcode: BRH |
2903 | | /* 13784 */ MCD_OPC_FilterValue, 8, 19, 0, 0, // Skip to: 13808 |
2904 | | /* 13789 */ MCD_OPC_CheckField, 11, 5, 0, 26, 43, 0, // Skip to: 24830 |
2905 | | /* 13796 */ MCD_OPC_CheckField, 0, 2, 0, 19, 43, 0, // Skip to: 24830 |
2906 | | /* 13803 */ MCD_OPC_Decode, 199, 4, 139, 1, // Opcode: CDTBCD |
2907 | | /* 13808 */ MCD_OPC_FilterValue, 9, 19, 0, 0, // Skip to: 13832 |
2908 | | /* 13813 */ MCD_OPC_CheckField, 11, 5, 0, 2, 43, 0, // Skip to: 24830 |
2909 | | /* 13820 */ MCD_OPC_CheckField, 0, 2, 0, 251, 42, 0, // Skip to: 24830 |
2910 | | /* 13827 */ MCD_OPC_Decode, 197, 4, 139, 1, // Opcode: CBCDTD |
2911 | | /* 13832 */ MCD_OPC_FilterValue, 11, 19, 0, 0, // Skip to: 13856 |
2912 | | /* 13837 */ MCD_OPC_CheckField, 11, 5, 0, 234, 42, 0, // Skip to: 24830 |
2913 | | /* 13844 */ MCD_OPC_CheckField, 0, 2, 0, 227, 42, 0, // Skip to: 24830 |
2914 | | /* 13851 */ MCD_OPC_Decode, 246, 12, 139, 1, // Opcode: POPCNTW |
2915 | | /* 13856 */ MCD_OPC_FilterValue, 15, 19, 0, 0, // Skip to: 13880 |
2916 | | /* 13861 */ MCD_OPC_CheckField, 11, 5, 0, 210, 42, 0, // Skip to: 24830 |
2917 | | /* 13868 */ MCD_OPC_CheckField, 0, 2, 0, 203, 42, 0, // Skip to: 24830 |
2918 | | /* 13875 */ MCD_OPC_Decode, 245, 12, 141, 1, // Opcode: POPCNTD |
2919 | | /* 13880 */ MCD_OPC_FilterValue, 16, 67, 0, 0, // Skip to: 13952 |
2920 | | /* 13885 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2921 | | /* 13888 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13910 |
2922 | | /* 13893 */ MCD_OPC_CheckPredicate, 0, 180, 42, 0, // Skip to: 24830 |
2923 | | /* 13898 */ MCD_OPC_CheckField, 11, 5, 0, 173, 42, 0, // Skip to: 24830 |
2924 | | /* 13905 */ MCD_OPC_Decode, 226, 4, 139, 1, // Opcode: CNTTZW |
2925 | | /* 13910 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 13932 |
2926 | | /* 13915 */ MCD_OPC_CheckPredicate, 0, 158, 42, 0, // Skip to: 24830 |
2927 | | /* 13920 */ MCD_OPC_CheckField, 11, 5, 0, 151, 42, 0, // Skip to: 24830 |
2928 | | /* 13927 */ MCD_OPC_Decode, 229, 4, 139, 1, // Opcode: CNTTZW_rec |
2929 | | /* 13932 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 13942 |
2930 | | /* 13937 */ MCD_OPC_Decode, 146, 16, 140, 1, // Opcode: SRD |
2931 | | /* 13942 */ MCD_OPC_FilterValue, 3, 131, 42, 0, // Skip to: 24830 |
2932 | | /* 13947 */ MCD_OPC_Decode, 147, 16, 140, 1, // Opcode: SRD_rec |
2933 | | /* 13952 */ MCD_OPC_FilterValue, 17, 57, 0, 0, // Skip to: 14014 |
2934 | | /* 13957 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2935 | | /* 13960 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13982 |
2936 | | /* 13965 */ MCD_OPC_CheckPredicate, 0, 108, 42, 0, // Skip to: 24830 |
2937 | | /* 13970 */ MCD_OPC_CheckField, 11, 5, 0, 101, 42, 0, // Skip to: 24830 |
2938 | | /* 13977 */ MCD_OPC_Decode, 223, 4, 141, 1, // Opcode: CNTTZD |
2939 | | /* 13982 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14004 |
2940 | | /* 13987 */ MCD_OPC_CheckPredicate, 0, 86, 42, 0, // Skip to: 24830 |
2941 | | /* 13992 */ MCD_OPC_CheckField, 11, 5, 0, 79, 42, 0, // Skip to: 24830 |
2942 | | /* 13999 */ MCD_OPC_Decode, 225, 4, 141, 1, // Opcode: CNTTZD_rec |
2943 | | /* 14004 */ MCD_OPC_FilterValue, 2, 69, 42, 0, // Skip to: 24830 |
2944 | | /* 14009 */ MCD_OPC_Decode, 224, 4, 142, 1, // Opcode: CNTTZDM |
2945 | | /* 14014 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 14042 |
2946 | | /* 14019 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2947 | | /* 14022 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14032 |
2948 | | /* 14027 */ MCD_OPC_Decode, 137, 16, 140, 1, // Opcode: SRAD |
2949 | | /* 14032 */ MCD_OPC_FilterValue, 1, 41, 42, 0, // Skip to: 24830 |
2950 | | /* 14037 */ MCD_OPC_Decode, 141, 16, 140, 1, // Opcode: SRAD_rec |
2951 | | /* 14042 */ MCD_OPC_FilterValue, 25, 23, 0, 0, // Skip to: 14070 |
2952 | | /* 14047 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2953 | | /* 14050 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14060 |
2954 | | /* 14055 */ MCD_OPC_Decode, 138, 16, 143, 1, // Opcode: SRADI |
2955 | | /* 14060 */ MCD_OPC_FilterValue, 1, 13, 42, 0, // Skip to: 24830 |
2956 | | /* 14065 */ MCD_OPC_Decode, 140, 16, 143, 1, // Opcode: SRADI_rec |
2957 | | /* 14070 */ MCD_OPC_FilterValue, 27, 33, 0, 0, // Skip to: 14108 |
2958 | | /* 14075 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ... |
2959 | | /* 14078 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14093 |
2960 | | /* 14083 */ MCD_OPC_CheckPredicate, 0, 246, 41, 0, // Skip to: 24830 |
2961 | | /* 14088 */ MCD_OPC_Decode, 169, 8, 143, 1, // Opcode: EXTSWSLI |
2962 | | /* 14093 */ MCD_OPC_FilterValue, 1, 236, 41, 0, // Skip to: 24830 |
2963 | | /* 14098 */ MCD_OPC_CheckPredicate, 0, 231, 41, 0, // Skip to: 24830 |
2964 | | /* 14103 */ MCD_OPC_Decode, 172, 8, 143, 1, // Opcode: EXTSWSLI_rec |
2965 | | /* 14108 */ MCD_OPC_FilterValue, 28, 37, 0, 0, // Skip to: 14150 |
2966 | | /* 14113 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2967 | | /* 14116 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14133 |
2968 | | /* 14121 */ MCD_OPC_CheckField, 11, 5, 0, 206, 41, 0, // Skip to: 24830 |
2969 | | /* 14128 */ MCD_OPC_Decode, 163, 8, 139, 1, // Opcode: EXTSH |
2970 | | /* 14133 */ MCD_OPC_FilterValue, 1, 196, 41, 0, // Skip to: 24830 |
2971 | | /* 14138 */ MCD_OPC_CheckField, 11, 5, 0, 189, 41, 0, // Skip to: 24830 |
2972 | | /* 14145 */ MCD_OPC_Decode, 167, 8, 139, 1, // Opcode: EXTSH_rec |
2973 | | /* 14150 */ MCD_OPC_FilterValue, 29, 37, 0, 0, // Skip to: 14192 |
2974 | | /* 14155 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2975 | | /* 14158 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14175 |
2976 | | /* 14163 */ MCD_OPC_CheckField, 11, 5, 0, 164, 41, 0, // Skip to: 24830 |
2977 | | /* 14170 */ MCD_OPC_Decode, 158, 8, 139, 1, // Opcode: EXTSB |
2978 | | /* 14175 */ MCD_OPC_FilterValue, 1, 154, 41, 0, // Skip to: 24830 |
2979 | | /* 14180 */ MCD_OPC_CheckField, 11, 5, 0, 147, 41, 0, // Skip to: 24830 |
2980 | | /* 14187 */ MCD_OPC_Decode, 162, 8, 139, 1, // Opcode: EXTSB_rec |
2981 | | /* 14192 */ MCD_OPC_FilterValue, 30, 137, 41, 0, // Skip to: 24830 |
2982 | | /* 14197 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2983 | | /* 14200 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14217 |
2984 | | /* 14205 */ MCD_OPC_CheckField, 11, 5, 0, 122, 41, 0, // Skip to: 24830 |
2985 | | /* 14212 */ MCD_OPC_Decode, 168, 8, 141, 1, // Opcode: EXTSW |
2986 | | /* 14217 */ MCD_OPC_FilterValue, 1, 112, 41, 0, // Skip to: 24830 |
2987 | | /* 14222 */ MCD_OPC_CheckField, 11, 5, 0, 105, 41, 0, // Skip to: 24830 |
2988 | | /* 14229 */ MCD_OPC_Decode, 176, 8, 141, 1, // Opcode: EXTSW_rec |
2989 | | /* 14234 */ MCD_OPC_FilterValue, 14, 61, 1, 0, // Skip to: 14556 |
2990 | | /* 14239 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
2991 | | /* 14242 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 14270 |
2992 | | /* 14247 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2993 | | /* 14250 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14260 |
2994 | | /* 14255 */ MCD_OPC_Decode, 184, 3, 137, 1, // Opcode: AND |
2995 | | /* 14260 */ MCD_OPC_FilterValue, 1, 69, 41, 0, // Skip to: 24830 |
2996 | | /* 14265 */ MCD_OPC_Decode, 199, 3, 137, 1, // Opcode: AND_rec |
2997 | | /* 14270 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 14298 |
2998 | | /* 14275 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
2999 | | /* 14278 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14288 |
3000 | | /* 14283 */ MCD_OPC_Decode, 187, 3, 137, 1, // Opcode: ANDC |
3001 | | /* 14288 */ MCD_OPC_FilterValue, 1, 41, 41, 0, // Skip to: 24830 |
3002 | | /* 14293 */ MCD_OPC_Decode, 190, 3, 137, 1, // Opcode: ANDC_rec |
3003 | | /* 14298 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 14326 |
3004 | | /* 14303 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3005 | | /* 14306 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14316 |
3006 | | /* 14311 */ MCD_OPC_Decode, 216, 11, 137, 1, // Opcode: NOR |
3007 | | /* 14316 */ MCD_OPC_FilterValue, 1, 13, 41, 0, // Skip to: 24830 |
3008 | | /* 14321 */ MCD_OPC_Decode, 219, 11, 137, 1, // Opcode: NOR_rec |
3009 | | /* 14326 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 14343 |
3010 | | /* 14331 */ MCD_OPC_CheckField, 0, 2, 0, 252, 40, 0, // Skip to: 24830 |
3011 | | /* 14338 */ MCD_OPC_Decode, 237, 11, 142, 1, // Opcode: PDEPD |
3012 | | /* 14343 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 14360 |
3013 | | /* 14348 */ MCD_OPC_CheckField, 0, 2, 0, 235, 40, 0, // Skip to: 24830 |
3014 | | /* 14355 */ MCD_OPC_Decode, 238, 11, 142, 1, // Opcode: PEXTD |
3015 | | /* 14360 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 14377 |
3016 | | /* 14365 */ MCD_OPC_CheckField, 0, 2, 0, 218, 40, 0, // Skip to: 24830 |
3017 | | /* 14372 */ MCD_OPC_Decode, 201, 4, 142, 1, // Opcode: CFUGED |
3018 | | /* 14377 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 14399 |
3019 | | /* 14382 */ MCD_OPC_CheckPredicate, 11, 203, 40, 0, // Skip to: 24830 |
3020 | | /* 14387 */ MCD_OPC_CheckField, 0, 2, 0, 196, 40, 0, // Skip to: 24830 |
3021 | | /* 14394 */ MCD_OPC_Decode, 190, 4, 142, 1, // Opcode: BPERMD |
3022 | | /* 14399 */ MCD_OPC_FilterValue, 8, 23, 0, 0, // Skip to: 14427 |
3023 | | /* 14404 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3024 | | /* 14407 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14417 |
3025 | | /* 14412 */ MCD_OPC_Decode, 215, 6, 137, 1, // Opcode: EQV |
3026 | | /* 14417 */ MCD_OPC_FilterValue, 1, 168, 40, 0, // Skip to: 24830 |
3027 | | /* 14422 */ MCD_OPC_Decode, 218, 6, 137, 1, // Opcode: EQV_rec |
3028 | | /* 14427 */ MCD_OPC_FilterValue, 9, 23, 0, 0, // Skip to: 14455 |
3029 | | /* 14432 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3030 | | /* 14435 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14445 |
3031 | | /* 14440 */ MCD_OPC_Decode, 237, 20, 137, 1, // Opcode: XOR |
3032 | | /* 14445 */ MCD_OPC_FilterValue, 1, 140, 40, 0, // Skip to: 24830 |
3033 | | /* 14450 */ MCD_OPC_Decode, 244, 20, 137, 1, // Opcode: XOR_rec |
3034 | | /* 14455 */ MCD_OPC_FilterValue, 12, 23, 0, 0, // Skip to: 14483 |
3035 | | /* 14460 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3036 | | /* 14463 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14473 |
3037 | | /* 14468 */ MCD_OPC_Decode, 223, 11, 137, 1, // Opcode: ORC |
3038 | | /* 14473 */ MCD_OPC_FilterValue, 1, 112, 40, 0, // Skip to: 24830 |
3039 | | /* 14478 */ MCD_OPC_Decode, 226, 11, 137, 1, // Opcode: ORC_rec |
3040 | | /* 14483 */ MCD_OPC_FilterValue, 13, 23, 0, 0, // Skip to: 14511 |
3041 | | /* 14488 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3042 | | /* 14491 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14501 |
3043 | | /* 14496 */ MCD_OPC_Decode, 220, 11, 137, 1, // Opcode: OR |
3044 | | /* 14501 */ MCD_OPC_FilterValue, 1, 84, 40, 0, // Skip to: 24830 |
3045 | | /* 14506 */ MCD_OPC_Decode, 231, 11, 137, 1, // Opcode: OR_rec |
3046 | | /* 14511 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 14539 |
3047 | | /* 14516 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3048 | | /* 14519 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14529 |
3049 | | /* 14524 */ MCD_OPC_Decode, 200, 11, 137, 1, // Opcode: NAND |
3050 | | /* 14529 */ MCD_OPC_FilterValue, 1, 56, 40, 0, // Skip to: 24830 |
3051 | | /* 14534 */ MCD_OPC_Decode, 203, 11, 137, 1, // Opcode: NAND_rec |
3052 | | /* 14539 */ MCD_OPC_FilterValue, 15, 46, 40, 0, // Skip to: 24830 |
3053 | | /* 14544 */ MCD_OPC_CheckField, 0, 2, 0, 39, 40, 0, // Skip to: 24830 |
3054 | | /* 14551 */ MCD_OPC_Decode, 203, 4, 137, 1, // Opcode: CMPB |
3055 | | /* 14556 */ MCD_OPC_FilterValue, 15, 29, 40, 0, // Skip to: 24830 |
3056 | | /* 14561 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
3057 | | /* 14564 */ MCD_OPC_FilterValue, 0, 63, 0, 0, // Skip to: 14632 |
3058 | | /* 14569 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3059 | | /* 14572 */ MCD_OPC_FilterValue, 0, 41, 0, 0, // Skip to: 14618 |
3060 | | /* 14577 */ MCD_OPC_ExtractField, 11, 5, // Inst{15-11} ... |
3061 | | /* 14580 */ MCD_OPC_FilterValue, 0, 5, 40, 0, // Skip to: 24830 |
3062 | | /* 14585 */ MCD_OPC_ExtractField, 18, 3, // Inst{20-18} ... |
3063 | | /* 14588 */ MCD_OPC_FilterValue, 0, 253, 39, 0, // Skip to: 24830 |
3064 | | /* 14593 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ... |
3065 | | /* 14596 */ MCD_OPC_FilterValue, 0, 245, 39, 0, // Skip to: 24830 |
3066 | | /* 14601 */ MCD_OPC_CheckField, 16, 2, 0, 5, 0, 0, // Skip to: 14613 |
3067 | | /* 14608 */ MCD_OPC_Decode, 233, 20, 129, 1, // Opcode: WAIT |
3068 | | /* 14613 */ MCD_OPC_Decode, 234, 20, 144, 1, // Opcode: WAITP10 |
3069 | | /* 14618 */ MCD_OPC_FilterValue, 2, 223, 39, 0, // Skip to: 24830 |
3070 | | /* 14623 */ MCD_OPC_CheckPredicate, 1, 218, 39, 0, // Skip to: 24830 |
3071 | | /* 14628 */ MCD_OPC_Decode, 170, 10, 116, // Opcode: LWEPX |
3072 | | /* 14632 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 14660 |
3073 | | /* 14637 */ MCD_OPC_CheckPredicate, 1, 204, 39, 0, // Skip to: 24830 |
3074 | | /* 14642 */ MCD_OPC_CheckField, 21, 5, 0, 197, 39, 0, // Skip to: 24830 |
3075 | | /* 14649 */ MCD_OPC_CheckField, 0, 2, 2, 190, 39, 0, // Skip to: 24830 |
3076 | | /* 14656 */ MCD_OPC_Decode, 131, 5, 121, // Opcode: DCBSTEP |
3077 | | /* 14660 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 14681 |
3078 | | /* 14665 */ MCD_OPC_CheckPredicate, 1, 176, 39, 0, // Skip to: 24830 |
3079 | | /* 14670 */ MCD_OPC_CheckField, 0, 2, 2, 169, 39, 0, // Skip to: 24830 |
3080 | | /* 14677 */ MCD_OPC_Decode, 198, 9, 116, // Opcode: LBEPX |
3081 | | /* 14681 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 14709 |
3082 | | /* 14686 */ MCD_OPC_CheckPredicate, 1, 155, 39, 0, // Skip to: 24830 |
3083 | | /* 14691 */ MCD_OPC_CheckField, 21, 5, 0, 148, 39, 0, // Skip to: 24830 |
3084 | | /* 14698 */ MCD_OPC_CheckField, 0, 2, 2, 141, 39, 0, // Skip to: 24830 |
3085 | | /* 14705 */ MCD_OPC_Decode, 128, 5, 121, // Opcode: DCBFEP |
3086 | | /* 14709 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 14730 |
3087 | | /* 14714 */ MCD_OPC_CheckPredicate, 1, 127, 39, 0, // Skip to: 24830 |
3088 | | /* 14719 */ MCD_OPC_CheckField, 0, 2, 2, 120, 39, 0, // Skip to: 24830 |
3089 | | /* 14726 */ MCD_OPC_Decode, 222, 16, 116, // Opcode: STWEPX |
3090 | | /* 14730 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 14751 |
3091 | | /* 14735 */ MCD_OPC_CheckPredicate, 1, 106, 39, 0, // Skip to: 24830 |
3092 | | /* 14740 */ MCD_OPC_CheckField, 0, 2, 2, 99, 39, 0, // Skip to: 24830 |
3093 | | /* 14747 */ MCD_OPC_Decode, 156, 16, 116, // Opcode: STBEPX |
3094 | | /* 14751 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 14773 |
3095 | | /* 14756 */ MCD_OPC_CheckPredicate, 1, 85, 39, 0, // Skip to: 24830 |
3096 | | /* 14761 */ MCD_OPC_CheckField, 0, 2, 2, 78, 39, 0, // Skip to: 24830 |
3097 | | /* 14768 */ MCD_OPC_Decode, 135, 5, 145, 1, // Opcode: DCBTSTEP |
3098 | | /* 14773 */ MCD_OPC_FilterValue, 8, 16, 0, 0, // Skip to: 14794 |
3099 | | /* 14778 */ MCD_OPC_CheckPredicate, 1, 63, 39, 0, // Skip to: 24830 |
3100 | | /* 14783 */ MCD_OPC_CheckField, 0, 2, 2, 56, 39, 0, // Skip to: 24830 |
3101 | | /* 14790 */ MCD_OPC_Decode, 131, 10, 116, // Opcode: LHEPX |
3102 | | /* 14794 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 14816 |
3103 | | /* 14799 */ MCD_OPC_CheckPredicate, 1, 42, 39, 0, // Skip to: 24830 |
3104 | | /* 14804 */ MCD_OPC_CheckField, 0, 2, 2, 35, 39, 0, // Skip to: 24830 |
3105 | | /* 14811 */ MCD_OPC_Decode, 133, 5, 145, 1, // Opcode: DCBTEP |
3106 | | /* 14816 */ MCD_OPC_FilterValue, 12, 16, 0, 0, // Skip to: 14837 |
3107 | | /* 14821 */ MCD_OPC_CheckPredicate, 1, 20, 39, 0, // Skip to: 24830 |
3108 | | /* 14826 */ MCD_OPC_CheckField, 0, 2, 2, 13, 39, 0, // Skip to: 24830 |
3109 | | /* 14833 */ MCD_OPC_Decode, 195, 16, 116, // Opcode: STHEPX |
3110 | | /* 14837 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 14859 |
3111 | | /* 14842 */ MCD_OPC_CheckPredicate, 1, 255, 38, 0, // Skip to: 24830 |
3112 | | /* 14847 */ MCD_OPC_CheckField, 0, 2, 2, 248, 38, 0, // Skip to: 24830 |
3113 | | /* 14854 */ MCD_OPC_Decode, 230, 9, 131, 1, // Opcode: LFDEPX |
3114 | | /* 14859 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 14881 |
3115 | | /* 14864 */ MCD_OPC_CheckPredicate, 1, 233, 38, 0, // Skip to: 24830 |
3116 | | /* 14869 */ MCD_OPC_CheckField, 0, 2, 2, 226, 38, 0, // Skip to: 24830 |
3117 | | /* 14876 */ MCD_OPC_Decode, 177, 16, 131, 1, // Opcode: STFDEPX |
3118 | | /* 14881 */ MCD_OPC_FilterValue, 30, 23, 0, 0, // Skip to: 14909 |
3119 | | /* 14886 */ MCD_OPC_CheckPredicate, 1, 211, 38, 0, // Skip to: 24830 |
3120 | | /* 14891 */ MCD_OPC_CheckField, 21, 5, 0, 204, 38, 0, // Skip to: 24830 |
3121 | | /* 14898 */ MCD_OPC_CheckField, 0, 2, 2, 197, 38, 0, // Skip to: 24830 |
3122 | | /* 14905 */ MCD_OPC_Decode, 185, 9, 121, // Opcode: ICBIEP |
3123 | | /* 14909 */ MCD_OPC_FilterValue, 31, 188, 38, 0, // Skip to: 24830 |
3124 | | /* 14914 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ... |
3125 | | /* 14917 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14938 |
3126 | | /* 14922 */ MCD_OPC_CheckPredicate, 1, 175, 38, 0, // Skip to: 24830 |
3127 | | /* 14927 */ MCD_OPC_CheckField, 0, 2, 2, 168, 38, 0, // Skip to: 24830 |
3128 | | /* 14934 */ MCD_OPC_Decode, 137, 5, 121, // Opcode: DCBZEP |
3129 | | /* 14938 */ MCD_OPC_FilterValue, 1, 159, 38, 0, // Skip to: 24830 |
3130 | | /* 14943 */ MCD_OPC_CheckPredicate, 1, 154, 38, 0, // Skip to: 24830 |
3131 | | /* 14948 */ MCD_OPC_CheckField, 0, 2, 2, 147, 38, 0, // Skip to: 24830 |
3132 | | /* 14955 */ MCD_OPC_Decode, 139, 5, 121, // Opcode: DCBZLEP |
3133 | | /* 14959 */ MCD_OPC_FilterValue, 32, 5, 0, 0, // Skip to: 14969 |
3134 | | /* 14964 */ MCD_OPC_Decode, 171, 10, 146, 1, // Opcode: LWZ |
3135 | | /* 14969 */ MCD_OPC_FilterValue, 33, 5, 0, 0, // Skip to: 14979 |
3136 | | /* 14974 */ MCD_OPC_Decode, 174, 10, 147, 1, // Opcode: LWZU |
3137 | | /* 14979 */ MCD_OPC_FilterValue, 34, 5, 0, 0, // Skip to: 14989 |
3138 | | /* 14984 */ MCD_OPC_Decode, 199, 9, 146, 1, // Opcode: LBZ |
3139 | | /* 14989 */ MCD_OPC_FilterValue, 35, 5, 0, 0, // Skip to: 14999 |
3140 | | /* 14994 */ MCD_OPC_Decode, 202, 9, 147, 1, // Opcode: LBZU |
3141 | | /* 14999 */ MCD_OPC_FilterValue, 36, 5, 0, 0, // Skip to: 15009 |
3142 | | /* 15004 */ MCD_OPC_Decode, 216, 16, 146, 1, // Opcode: STW |
3143 | | /* 15009 */ MCD_OPC_FilterValue, 37, 5, 0, 0, // Skip to: 15019 |
3144 | | /* 15014 */ MCD_OPC_Decode, 223, 16, 148, 1, // Opcode: STWU |
3145 | | /* 15019 */ MCD_OPC_FilterValue, 38, 5, 0, 0, // Skip to: 15029 |
3146 | | /* 15024 */ MCD_OPC_Decode, 152, 16, 146, 1, // Opcode: STB |
3147 | | /* 15029 */ MCD_OPC_FilterValue, 39, 5, 0, 0, // Skip to: 15039 |
3148 | | /* 15034 */ MCD_OPC_Decode, 157, 16, 148, 1, // Opcode: STBU |
3149 | | /* 15039 */ MCD_OPC_FilterValue, 40, 5, 0, 0, // Skip to: 15049 |
3150 | | /* 15044 */ MCD_OPC_Decode, 132, 10, 146, 1, // Opcode: LHZ |
3151 | | /* 15049 */ MCD_OPC_FilterValue, 41, 5, 0, 0, // Skip to: 15059 |
3152 | | /* 15054 */ MCD_OPC_Decode, 135, 10, 147, 1, // Opcode: LHZU |
3153 | | /* 15059 */ MCD_OPC_FilterValue, 42, 5, 0, 0, // Skip to: 15069 |
3154 | | /* 15064 */ MCD_OPC_Decode, 244, 9, 146, 1, // Opcode: LHA |
3155 | | /* 15069 */ MCD_OPC_FilterValue, 43, 5, 0, 0, // Skip to: 15079 |
3156 | | /* 15074 */ MCD_OPC_Decode, 248, 9, 147, 1, // Opcode: LHAU |
3157 | | /* 15079 */ MCD_OPC_FilterValue, 44, 5, 0, 0, // Skip to: 15089 |
3158 | | /* 15084 */ MCD_OPC_Decode, 190, 16, 146, 1, // Opcode: STH |
3159 | | /* 15089 */ MCD_OPC_FilterValue, 45, 5, 0, 0, // Skip to: 15099 |
3160 | | /* 15094 */ MCD_OPC_Decode, 196, 16, 148, 1, // Opcode: STHU |
3161 | | /* 15099 */ MCD_OPC_FilterValue, 46, 5, 0, 0, // Skip to: 15109 |
3162 | | /* 15104 */ MCD_OPC_Decode, 144, 10, 146, 1, // Opcode: LMW |
3163 | | /* 15109 */ MCD_OPC_FilterValue, 47, 5, 0, 0, // Skip to: 15119 |
3164 | | /* 15114 */ MCD_OPC_Decode, 205, 16, 146, 1, // Opcode: STMW |
3165 | | /* 15119 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 15134 |
3166 | | /* 15124 */ MCD_OPC_CheckPredicate, 12, 229, 37, 0, // Skip to: 24830 |
3167 | | /* 15129 */ MCD_OPC_Decode, 238, 9, 149, 1, // Opcode: LFS |
3168 | | /* 15134 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 15149 |
3169 | | /* 15139 */ MCD_OPC_CheckPredicate, 12, 214, 37, 0, // Skip to: 24830 |
3170 | | /* 15144 */ MCD_OPC_Decode, 239, 9, 150, 1, // Opcode: LFSU |
3171 | | /* 15149 */ MCD_OPC_FilterValue, 50, 10, 0, 0, // Skip to: 15164 |
3172 | | /* 15154 */ MCD_OPC_CheckPredicate, 12, 199, 37, 0, // Skip to: 24830 |
3173 | | /* 15159 */ MCD_OPC_Decode, 229, 9, 151, 1, // Opcode: LFD |
3174 | | /* 15164 */ MCD_OPC_FilterValue, 51, 10, 0, 0, // Skip to: 15179 |
3175 | | /* 15169 */ MCD_OPC_CheckPredicate, 12, 184, 37, 0, // Skip to: 24830 |
3176 | | /* 15174 */ MCD_OPC_Decode, 231, 9, 152, 1, // Opcode: LFDU |
3177 | | /* 15179 */ MCD_OPC_FilterValue, 52, 10, 0, 0, // Skip to: 15194 |
3178 | | /* 15184 */ MCD_OPC_CheckPredicate, 12, 169, 37, 0, // Skip to: 24830 |
3179 | | /* 15189 */ MCD_OPC_Decode, 184, 16, 149, 1, // Opcode: STFS |
3180 | | /* 15194 */ MCD_OPC_FilterValue, 53, 10, 0, 0, // Skip to: 15209 |
3181 | | /* 15199 */ MCD_OPC_CheckPredicate, 12, 154, 37, 0, // Skip to: 24830 |
3182 | | /* 15204 */ MCD_OPC_Decode, 185, 16, 153, 1, // Opcode: STFSU |
3183 | | /* 15209 */ MCD_OPC_FilterValue, 54, 10, 0, 0, // Skip to: 15224 |
3184 | | /* 15214 */ MCD_OPC_CheckPredicate, 12, 139, 37, 0, // Skip to: 24830 |
3185 | | /* 15219 */ MCD_OPC_Decode, 176, 16, 151, 1, // Opcode: STFD |
3186 | | /* 15224 */ MCD_OPC_FilterValue, 55, 10, 0, 0, // Skip to: 15239 |
3187 | | /* 15229 */ MCD_OPC_CheckPredicate, 12, 124, 37, 0, // Skip to: 24830 |
3188 | | /* 15234 */ MCD_OPC_Decode, 178, 16, 154, 1, // Opcode: STFDU |
3189 | | /* 15239 */ MCD_OPC_FilterValue, 56, 12, 0, 0, // Skip to: 15256 |
3190 | | /* 15244 */ MCD_OPC_CheckField, 0, 4, 0, 107, 37, 0, // Skip to: 24830 |
3191 | | /* 15251 */ MCD_OPC_Decode, 145, 10, 155, 1, // Opcode: LQ |
3192 | | /* 15256 */ MCD_OPC_FilterValue, 57, 23, 0, 0, // Skip to: 15284 |
3193 | | /* 15261 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3194 | | /* 15264 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15274 |
3195 | | /* 15269 */ MCD_OPC_Decode, 185, 10, 156, 1, // Opcode: LXSD |
3196 | | /* 15274 */ MCD_OPC_FilterValue, 3, 79, 37, 0, // Skip to: 24830 |
3197 | | /* 15279 */ MCD_OPC_Decode, 191, 10, 156, 1, // Opcode: LXSSP |
3198 | | /* 15284 */ MCD_OPC_FilterValue, 58, 33, 0, 0, // Skip to: 15322 |
3199 | | /* 15289 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
3200 | | /* 15292 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15302 |
3201 | | /* 15297 */ MCD_OPC_Decode, 211, 9, 157, 1, // Opcode: LD |
3202 | | /* 15302 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 15312 |
3203 | | /* 15307 */ MCD_OPC_Decode, 217, 9, 158, 1, // Opcode: LDU |
3204 | | /* 15312 */ MCD_OPC_FilterValue, 2, 41, 37, 0, // Skip to: 24830 |
3205 | | /* 15317 */ MCD_OPC_Decode, 157, 10, 157, 1, // Opcode: LWA |
3206 | | /* 15322 */ MCD_OPC_FilterValue, 59, 233, 8, 0, // Skip to: 17608 |
3207 | | /* 15327 */ MCD_OPC_ExtractField, 3, 3, // Inst{5-3} ... |
3208 | | /* 15330 */ MCD_OPC_FilterValue, 0, 62, 3, 0, // Skip to: 16165 |
3209 | | /* 15335 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
3210 | | /* 15338 */ MCD_OPC_FilterValue, 0, 147, 0, 0, // Skip to: 15490 |
3211 | | /* 15343 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3212 | | /* 15346 */ MCD_OPC_FilterValue, 4, 57, 0, 0, // Skip to: 15408 |
3213 | | /* 15351 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3214 | | /* 15354 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15364 |
3215 | | /* 15359 */ MCD_OPC_Decode, 249, 4, 159, 1, // Opcode: DADD |
3216 | | /* 15364 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 15381 |
3217 | | /* 15369 */ MCD_OPC_CheckField, 16, 5, 0, 238, 36, 0, // Skip to: 24830 |
3218 | | /* 15376 */ MCD_OPC_Decode, 150, 5, 160, 1, // Opcode: DCTDP |
3219 | | /* 15381 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15391 |
3220 | | /* 15386 */ MCD_OPC_Decode, 134, 6, 159, 1, // Opcode: DSUB |
3221 | | /* 15391 */ MCD_OPC_FilterValue, 3, 218, 36, 0, // Skip to: 24830 |
3222 | | /* 15396 */ MCD_OPC_CheckField, 16, 5, 0, 211, 36, 0, // Skip to: 24830 |
3223 | | /* 15403 */ MCD_OPC_Decode, 242, 5, 160, 1, // Opcode: DRSP |
3224 | | /* 15408 */ MCD_OPC_FilterValue, 5, 57, 0, 0, // Skip to: 15470 |
3225 | | /* 15413 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3226 | | /* 15416 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15426 |
3227 | | /* 15421 */ MCD_OPC_Decode, 252, 4, 159, 1, // Opcode: DADD_rec |
3228 | | /* 15426 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 15443 |
3229 | | /* 15431 */ MCD_OPC_CheckField, 16, 5, 0, 176, 36, 0, // Skip to: 24830 |
3230 | | /* 15438 */ MCD_OPC_Decode, 151, 5, 160, 1, // Opcode: DCTDP_rec |
3231 | | /* 15443 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15453 |
3232 | | /* 15448 */ MCD_OPC_Decode, 137, 6, 159, 1, // Opcode: DSUB_rec |
3233 | | /* 15453 */ MCD_OPC_FilterValue, 3, 156, 36, 0, // Skip to: 24830 |
3234 | | /* 15458 */ MCD_OPC_CheckField, 16, 5, 0, 149, 36, 0, // Skip to: 24830 |
3235 | | /* 15465 */ MCD_OPC_Decode, 243, 5, 160, 1, // Opcode: DRSP_rec |
3236 | | /* 15470 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 15480 |
3237 | | /* 15475 */ MCD_OPC_Decode, 220, 5, 161, 1, // Opcode: DQUA |
3238 | | /* 15480 */ MCD_OPC_FilterValue, 7, 129, 36, 0, // Skip to: 24830 |
3239 | | /* 15485 */ MCD_OPC_Decode, 227, 5, 161, 1, // Opcode: DQUA_rec |
3240 | | /* 15490 */ MCD_OPC_FilterValue, 1, 147, 0, 0, // Skip to: 15642 |
3241 | | /* 15495 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3242 | | /* 15498 */ MCD_OPC_FilterValue, 4, 57, 0, 0, // Skip to: 15560 |
3243 | | /* 15503 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3244 | | /* 15506 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15516 |
3245 | | /* 15511 */ MCD_OPC_Decode, 209, 5, 159, 1, // Opcode: DMUL |
3246 | | /* 15516 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 15533 |
3247 | | /* 15521 */ MCD_OPC_CheckField, 16, 5, 0, 86, 36, 0, // Skip to: 24830 |
3248 | | /* 15528 */ MCD_OPC_Decode, 152, 5, 160, 1, // Opcode: DCTFIX |
3249 | | /* 15533 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15543 |
3250 | | /* 15538 */ MCD_OPC_Decode, 163, 5, 159, 1, // Opcode: DDIV |
3251 | | /* 15543 */ MCD_OPC_FilterValue, 3, 66, 36, 0, // Skip to: 24830 |
3252 | | /* 15548 */ MCD_OPC_CheckField, 16, 5, 0, 59, 36, 0, // Skip to: 24830 |
3253 | | /* 15555 */ MCD_OPC_Decode, 141, 5, 160, 1, // Opcode: DCFFIX |
3254 | | /* 15560 */ MCD_OPC_FilterValue, 5, 57, 0, 0, // Skip to: 15622 |
3255 | | /* 15565 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3256 | | /* 15568 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15578 |
3257 | | /* 15573 */ MCD_OPC_Decode, 212, 5, 159, 1, // Opcode: DMUL_rec |
3258 | | /* 15578 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 15595 |
3259 | | /* 15583 */ MCD_OPC_CheckField, 16, 5, 0, 24, 36, 0, // Skip to: 24830 |
3260 | | /* 15590 */ MCD_OPC_Decode, 156, 5, 160, 1, // Opcode: DCTFIX_rec |
3261 | | /* 15595 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15605 |
3262 | | /* 15600 */ MCD_OPC_Decode, 166, 5, 159, 1, // Opcode: DDIV_rec |
3263 | | /* 15605 */ MCD_OPC_FilterValue, 3, 4, 36, 0, // Skip to: 24830 |
3264 | | /* 15610 */ MCD_OPC_CheckField, 16, 5, 0, 253, 35, 0, // Skip to: 24830 |
3265 | | /* 15617 */ MCD_OPC_Decode, 145, 5, 160, 1, // Opcode: DCFFIX_rec |
3266 | | /* 15622 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 15632 |
3267 | | /* 15627 */ MCD_OPC_Decode, 238, 5, 161, 1, // Opcode: DRRND |
3268 | | /* 15632 */ MCD_OPC_FilterValue, 7, 233, 35, 0, // Skip to: 24830 |
3269 | | /* 15637 */ MCD_OPC_Decode, 241, 5, 161, 1, // Opcode: DRRND_rec |
3270 | | /* 15642 */ MCD_OPC_FilterValue, 2, 143, 0, 0, // Skip to: 15790 |
3271 | | /* 15647 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3272 | | /* 15650 */ MCD_OPC_FilterValue, 4, 55, 0, 0, // Skip to: 15710 |
3273 | | /* 15655 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
3274 | | /* 15658 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15668 |
3275 | | /* 15663 */ MCD_OPC_Decode, 244, 5, 162, 1, // Opcode: DSCLI |
3276 | | /* 15668 */ MCD_OPC_FilterValue, 1, 197, 35, 0, // Skip to: 24830 |
3277 | | /* 15673 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3278 | | /* 15676 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 15693 |
3279 | | /* 15681 */ MCD_OPC_CheckField, 16, 3, 0, 182, 35, 0, // Skip to: 24830 |
3280 | | /* 15688 */ MCD_OPC_Decode, 159, 5, 163, 1, // Opcode: DDEDPD |
3281 | | /* 15693 */ MCD_OPC_FilterValue, 1, 172, 35, 0, // Skip to: 24830 |
3282 | | /* 15698 */ MCD_OPC_CheckField, 16, 4, 0, 165, 35, 0, // Skip to: 24830 |
3283 | | /* 15705 */ MCD_OPC_Decode, 167, 5, 164, 1, // Opcode: DENBCD |
3284 | | /* 15710 */ MCD_OPC_FilterValue, 5, 55, 0, 0, // Skip to: 15770 |
3285 | | /* 15715 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
3286 | | /* 15718 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15728 |
3287 | | /* 15723 */ MCD_OPC_Decode, 247, 5, 162, 1, // Opcode: DSCLI_rec |
3288 | | /* 15728 */ MCD_OPC_FilterValue, 1, 137, 35, 0, // Skip to: 24830 |
3289 | | /* 15733 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3290 | | /* 15736 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 15753 |
3291 | | /* 15741 */ MCD_OPC_CheckField, 16, 3, 0, 122, 35, 0, // Skip to: 24830 |
3292 | | /* 15748 */ MCD_OPC_Decode, 162, 5, 163, 1, // Opcode: DDEDPD_rec |
3293 | | /* 15753 */ MCD_OPC_FilterValue, 1, 112, 35, 0, // Skip to: 24830 |
3294 | | /* 15758 */ MCD_OPC_CheckField, 16, 4, 0, 105, 35, 0, // Skip to: 24830 |
3295 | | /* 15765 */ MCD_OPC_Decode, 170, 5, 164, 1, // Opcode: DENBCD_rec |
3296 | | /* 15770 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 15780 |
3297 | | /* 15775 */ MCD_OPC_Decode, 221, 5, 165, 1, // Opcode: DQUAI |
3298 | | /* 15780 */ MCD_OPC_FilterValue, 7, 85, 35, 0, // Skip to: 24830 |
3299 | | /* 15785 */ MCD_OPC_Decode, 224, 5, 165, 1, // Opcode: DQUAI_rec |
3300 | | /* 15790 */ MCD_OPC_FilterValue, 3, 143, 0, 0, // Skip to: 15938 |
3301 | | /* 15795 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3302 | | /* 15798 */ MCD_OPC_FilterValue, 4, 48, 0, 0, // Skip to: 15851 |
3303 | | /* 15803 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
3304 | | /* 15806 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15816 |
3305 | | /* 15811 */ MCD_OPC_Decode, 248, 5, 162, 1, // Opcode: DSCRI |
3306 | | /* 15816 */ MCD_OPC_FilterValue, 1, 49, 35, 0, // Skip to: 24830 |
3307 | | /* 15821 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3308 | | /* 15824 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 15841 |
3309 | | /* 15829 */ MCD_OPC_CheckField, 16, 5, 0, 34, 35, 0, // Skip to: 24830 |
3310 | | /* 15836 */ MCD_OPC_Decode, 148, 6, 160, 1, // Opcode: DXEX |
3311 | | /* 15841 */ MCD_OPC_FilterValue, 1, 24, 35, 0, // Skip to: 24830 |
3312 | | /* 15846 */ MCD_OPC_Decode, 171, 5, 159, 1, // Opcode: DIEX |
3313 | | /* 15851 */ MCD_OPC_FilterValue, 5, 48, 0, 0, // Skip to: 15904 |
3314 | | /* 15856 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ... |
3315 | | /* 15859 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15869 |
3316 | | /* 15864 */ MCD_OPC_Decode, 251, 5, 162, 1, // Opcode: DSCRI_rec |
3317 | | /* 15869 */ MCD_OPC_FilterValue, 1, 252, 34, 0, // Skip to: 24830 |
3318 | | /* 15874 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3319 | | /* 15877 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 15894 |
3320 | | /* 15882 */ MCD_OPC_CheckField, 16, 5, 0, 237, 34, 0, // Skip to: 24830 |
3321 | | /* 15889 */ MCD_OPC_Decode, 151, 6, 160, 1, // Opcode: DXEX_rec |
3322 | | /* 15894 */ MCD_OPC_FilterValue, 1, 227, 34, 0, // Skip to: 24830 |
3323 | | /* 15899 */ MCD_OPC_Decode, 174, 5, 159, 1, // Opcode: DIEX_rec |
3324 | | /* 15904 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 15921 |
3325 | | /* 15909 */ MCD_OPC_CheckField, 17, 4, 0, 210, 34, 0, // Skip to: 24830 |
3326 | | /* 15916 */ MCD_OPC_Decode, 234, 5, 166, 1, // Opcode: DRINTX |
3327 | | /* 15921 */ MCD_OPC_FilterValue, 7, 200, 34, 0, // Skip to: 24830 |
3328 | | /* 15926 */ MCD_OPC_CheckField, 17, 4, 0, 193, 34, 0, // Skip to: 24830 |
3329 | | /* 15933 */ MCD_OPC_Decode, 237, 5, 166, 1, // Opcode: DRINTX_rec |
3330 | | /* 15938 */ MCD_OPC_FilterValue, 4, 51, 0, 0, // Skip to: 15994 |
3331 | | /* 15943 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3332 | | /* 15946 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 15970 |
3333 | | /* 15951 */ MCD_OPC_CheckField, 21, 2, 0, 168, 34, 0, // Skip to: 24830 |
3334 | | /* 15958 */ MCD_OPC_CheckField, 0, 3, 4, 161, 34, 0, // Skip to: 24830 |
3335 | | /* 15965 */ MCD_OPC_Decode, 146, 5, 167, 1, // Opcode: DCMPO |
3336 | | /* 15970 */ MCD_OPC_FilterValue, 2, 151, 34, 0, // Skip to: 24830 |
3337 | | /* 15975 */ MCD_OPC_CheckField, 21, 2, 0, 144, 34, 0, // Skip to: 24830 |
3338 | | /* 15982 */ MCD_OPC_CheckField, 0, 3, 4, 137, 34, 0, // Skip to: 24830 |
3339 | | /* 15989 */ MCD_OPC_Decode, 148, 5, 167, 1, // Opcode: DCMPU |
3340 | | /* 15994 */ MCD_OPC_FilterValue, 5, 69, 0, 0, // Skip to: 16068 |
3341 | | /* 15999 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3342 | | /* 16002 */ MCD_OPC_FilterValue, 4, 37, 0, 0, // Skip to: 16044 |
3343 | | /* 16007 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
3344 | | /* 16010 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 16027 |
3345 | | /* 16015 */ MCD_OPC_CheckField, 21, 2, 0, 104, 34, 0, // Skip to: 24830 |
3346 | | /* 16022 */ MCD_OPC_Decode, 142, 6, 167, 1, // Opcode: DTSTEX |
3347 | | /* 16027 */ MCD_OPC_FilterValue, 2, 94, 34, 0, // Skip to: 24830 |
3348 | | /* 16032 */ MCD_OPC_CheckField, 21, 2, 0, 87, 34, 0, // Skip to: 24830 |
3349 | | /* 16039 */ MCD_OPC_Decode, 144, 6, 167, 1, // Opcode: DTSTSF |
3350 | | /* 16044 */ MCD_OPC_FilterValue, 6, 77, 34, 0, // Skip to: 24830 |
3351 | | /* 16049 */ MCD_OPC_CheckField, 22, 1, 0, 70, 34, 0, // Skip to: 24830 |
3352 | | /* 16056 */ MCD_OPC_CheckField, 9, 2, 2, 63, 34, 0, // Skip to: 24830 |
3353 | | /* 16063 */ MCD_OPC_Decode, 145, 6, 168, 1, // Opcode: DTSTSFI |
3354 | | /* 16068 */ MCD_OPC_FilterValue, 6, 26, 0, 0, // Skip to: 16099 |
3355 | | /* 16073 */ MCD_OPC_CheckField, 21, 2, 0, 46, 34, 0, // Skip to: 24830 |
3356 | | /* 16080 */ MCD_OPC_CheckField, 9, 1, 0, 39, 34, 0, // Skip to: 24830 |
3357 | | /* 16087 */ MCD_OPC_CheckField, 0, 3, 4, 32, 34, 0, // Skip to: 24830 |
3358 | | /* 16094 */ MCD_OPC_Decode, 138, 6, 169, 1, // Opcode: DTSTDC |
3359 | | /* 16099 */ MCD_OPC_FilterValue, 7, 22, 34, 0, // Skip to: 24830 |
3360 | | /* 16104 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3361 | | /* 16107 */ MCD_OPC_FilterValue, 4, 19, 0, 0, // Skip to: 16131 |
3362 | | /* 16112 */ MCD_OPC_CheckField, 21, 2, 0, 7, 34, 0, // Skip to: 24830 |
3363 | | /* 16119 */ MCD_OPC_CheckField, 9, 1, 0, 0, 34, 0, // Skip to: 24830 |
3364 | | /* 16126 */ MCD_OPC_Decode, 140, 6, 169, 1, // Opcode: DTSTDG |
3365 | | /* 16131 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 16148 |
3366 | | /* 16136 */ MCD_OPC_CheckField, 17, 4, 0, 239, 33, 0, // Skip to: 24830 |
3367 | | /* 16143 */ MCD_OPC_Decode, 230, 5, 166, 1, // Opcode: DRINTN |
3368 | | /* 16148 */ MCD_OPC_FilterValue, 7, 229, 33, 0, // Skip to: 24830 |
3369 | | /* 16153 */ MCD_OPC_CheckField, 17, 4, 0, 222, 33, 0, // Skip to: 24830 |
3370 | | /* 16160 */ MCD_OPC_Decode, 233, 5, 166, 1, // Opcode: DRINTN_rec |
3371 | | /* 16165 */ MCD_OPC_FilterValue, 2, 42, 2, 0, // Skip to: 16724 |
3372 | | /* 16170 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
3373 | | /* 16173 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 16202 |
3374 | | /* 16178 */ MCD_OPC_CheckPredicate, 8, 199, 33, 0, // Skip to: 24830 |
3375 | | /* 16183 */ MCD_OPC_CheckField, 21, 2, 0, 192, 33, 0, // Skip to: 24830 |
3376 | | /* 16190 */ MCD_OPC_CheckField, 0, 1, 0, 185, 33, 0, // Skip to: 24830 |
3377 | | /* 16197 */ MCD_OPC_Decode, 212, 22, 170, 1, // Opcode: XVI8GER4PP |
3378 | | /* 16202 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 16231 |
3379 | | /* 16207 */ MCD_OPC_CheckPredicate, 8, 170, 33, 0, // Skip to: 24830 |
3380 | | /* 16212 */ MCD_OPC_CheckField, 21, 2, 0, 163, 33, 0, // Skip to: 24830 |
3381 | | /* 16219 */ MCD_OPC_CheckField, 0, 1, 0, 156, 33, 0, // Skip to: 24830 |
3382 | | /* 16226 */ MCD_OPC_Decode, 173, 22, 170, 1, // Opcode: XVF16GER2PP |
3383 | | /* 16231 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 16260 |
3384 | | /* 16236 */ MCD_OPC_CheckPredicate, 8, 141, 33, 0, // Skip to: 24830 |
3385 | | /* 16241 */ MCD_OPC_CheckField, 21, 2, 0, 134, 33, 0, // Skip to: 24830 |
3386 | | /* 16248 */ MCD_OPC_CheckField, 0, 1, 0, 127, 33, 0, // Skip to: 24830 |
3387 | | /* 16255 */ MCD_OPC_Decode, 183, 22, 170, 1, // Opcode: XVF32GERPP |
3388 | | /* 16260 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 16289 |
3389 | | /* 16265 */ MCD_OPC_CheckPredicate, 8, 112, 33, 0, // Skip to: 24830 |
3390 | | /* 16270 */ MCD_OPC_CheckField, 21, 2, 0, 105, 33, 0, // Skip to: 24830 |
3391 | | /* 16277 */ MCD_OPC_CheckField, 0, 1, 0, 98, 33, 0, // Skip to: 24830 |
3392 | | /* 16284 */ MCD_OPC_Decode, 208, 22, 170, 1, // Opcode: XVI4GER8PP |
3393 | | /* 16289 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 16318 |
3394 | | /* 16294 */ MCD_OPC_CheckPredicate, 8, 83, 33, 0, // Skip to: 24830 |
3395 | | /* 16299 */ MCD_OPC_CheckField, 21, 2, 0, 76, 33, 0, // Skip to: 24830 |
3396 | | /* 16306 */ MCD_OPC_CheckField, 0, 1, 0, 69, 33, 0, // Skip to: 24830 |
3397 | | /* 16313 */ MCD_OPC_Decode, 202, 22, 170, 1, // Opcode: XVI16GER2SPP |
3398 | | /* 16318 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 16347 |
3399 | | /* 16323 */ MCD_OPC_CheckPredicate, 8, 54, 33, 0, // Skip to: 24830 |
3400 | | /* 16328 */ MCD_OPC_CheckField, 21, 2, 0, 47, 33, 0, // Skip to: 24830 |
3401 | | /* 16335 */ MCD_OPC_CheckField, 0, 1, 0, 40, 33, 0, // Skip to: 24830 |
3402 | | /* 16342 */ MCD_OPC_Decode, 253, 21, 170, 1, // Opcode: XVBF16GER2PP |
3403 | | /* 16347 */ MCD_OPC_FilterValue, 7, 24, 0, 0, // Skip to: 16376 |
3404 | | /* 16352 */ MCD_OPC_CheckPredicate, 8, 25, 33, 0, // Skip to: 24830 |
3405 | | /* 16357 */ MCD_OPC_CheckField, 21, 2, 0, 18, 33, 0, // Skip to: 24830 |
3406 | | /* 16364 */ MCD_OPC_CheckField, 0, 1, 0, 11, 33, 0, // Skip to: 24830 |
3407 | | /* 16371 */ MCD_OPC_Decode, 193, 22, 171, 1, // Opcode: XVF64GERPP |
3408 | | /* 16376 */ MCD_OPC_FilterValue, 10, 24, 0, 0, // Skip to: 16405 |
3409 | | /* 16381 */ MCD_OPC_CheckPredicate, 8, 252, 32, 0, // Skip to: 24830 |
3410 | | /* 16386 */ MCD_OPC_CheckField, 21, 2, 0, 245, 32, 0, // Skip to: 24830 |
3411 | | /* 16393 */ MCD_OPC_CheckField, 0, 1, 0, 238, 32, 0, // Skip to: 24830 |
3412 | | /* 16400 */ MCD_OPC_Decode, 171, 22, 170, 1, // Opcode: XVF16GER2NP |
3413 | | /* 16405 */ MCD_OPC_FilterValue, 11, 24, 0, 0, // Skip to: 16434 |
3414 | | /* 16410 */ MCD_OPC_CheckPredicate, 8, 223, 32, 0, // Skip to: 24830 |
3415 | | /* 16415 */ MCD_OPC_CheckField, 21, 2, 0, 216, 32, 0, // Skip to: 24830 |
3416 | | /* 16422 */ MCD_OPC_CheckField, 0, 1, 0, 209, 32, 0, // Skip to: 24830 |
3417 | | /* 16429 */ MCD_OPC_Decode, 181, 22, 170, 1, // Opcode: XVF32GERNP |
3418 | | /* 16434 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 16463 |
3419 | | /* 16439 */ MCD_OPC_CheckPredicate, 8, 194, 32, 0, // Skip to: 24830 |
3420 | | /* 16444 */ MCD_OPC_CheckField, 21, 2, 0, 187, 32, 0, // Skip to: 24830 |
3421 | | /* 16451 */ MCD_OPC_CheckField, 0, 1, 0, 180, 32, 0, // Skip to: 24830 |
3422 | | /* 16458 */ MCD_OPC_Decode, 251, 21, 170, 1, // Opcode: XVBF16GER2NP |
3423 | | /* 16463 */ MCD_OPC_FilterValue, 15, 24, 0, 0, // Skip to: 16492 |
3424 | | /* 16468 */ MCD_OPC_CheckPredicate, 8, 165, 32, 0, // Skip to: 24830 |
3425 | | /* 16473 */ MCD_OPC_CheckField, 21, 2, 0, 158, 32, 0, // Skip to: 24830 |
3426 | | /* 16480 */ MCD_OPC_CheckField, 0, 1, 0, 151, 32, 0, // Skip to: 24830 |
3427 | | /* 16487 */ MCD_OPC_Decode, 191, 22, 171, 1, // Opcode: XVF64GERNP |
3428 | | /* 16492 */ MCD_OPC_FilterValue, 18, 24, 0, 0, // Skip to: 16521 |
3429 | | /* 16497 */ MCD_OPC_CheckPredicate, 8, 136, 32, 0, // Skip to: 24830 |
3430 | | /* 16502 */ MCD_OPC_CheckField, 21, 2, 0, 129, 32, 0, // Skip to: 24830 |
3431 | | /* 16509 */ MCD_OPC_CheckField, 0, 1, 0, 122, 32, 0, // Skip to: 24830 |
3432 | | /* 16516 */ MCD_OPC_Decode, 172, 22, 170, 1, // Opcode: XVF16GER2PN |
3433 | | /* 16521 */ MCD_OPC_FilterValue, 19, 24, 0, 0, // Skip to: 16550 |
3434 | | /* 16526 */ MCD_OPC_CheckPredicate, 8, 107, 32, 0, // Skip to: 24830 |
3435 | | /* 16531 */ MCD_OPC_CheckField, 21, 2, 0, 100, 32, 0, // Skip to: 24830 |
3436 | | /* 16538 */ MCD_OPC_CheckField, 0, 1, 0, 93, 32, 0, // Skip to: 24830 |
3437 | | /* 16545 */ MCD_OPC_Decode, 182, 22, 170, 1, // Opcode: XVF32GERPN |
3438 | | /* 16550 */ MCD_OPC_FilterValue, 22, 24, 0, 0, // Skip to: 16579 |
3439 | | /* 16555 */ MCD_OPC_CheckPredicate, 8, 78, 32, 0, // Skip to: 24830 |
3440 | | /* 16560 */ MCD_OPC_CheckField, 21, 2, 0, 71, 32, 0, // Skip to: 24830 |
3441 | | /* 16567 */ MCD_OPC_CheckField, 0, 1, 0, 64, 32, 0, // Skip to: 24830 |
3442 | | /* 16574 */ MCD_OPC_Decode, 252, 21, 170, 1, // Opcode: XVBF16GER2PN |
3443 | | /* 16579 */ MCD_OPC_FilterValue, 23, 24, 0, 0, // Skip to: 16608 |
3444 | | /* 16584 */ MCD_OPC_CheckPredicate, 8, 49, 32, 0, // Skip to: 24830 |
3445 | | /* 16589 */ MCD_OPC_CheckField, 21, 2, 0, 42, 32, 0, // Skip to: 24830 |
3446 | | /* 16596 */ MCD_OPC_CheckField, 0, 1, 0, 35, 32, 0, // Skip to: 24830 |
3447 | | /* 16603 */ MCD_OPC_Decode, 192, 22, 171, 1, // Opcode: XVF64GERPN |
3448 | | /* 16608 */ MCD_OPC_FilterValue, 26, 24, 0, 0, // Skip to: 16637 |
3449 | | /* 16613 */ MCD_OPC_CheckPredicate, 8, 20, 32, 0, // Skip to: 24830 |
3450 | | /* 16618 */ MCD_OPC_CheckField, 21, 2, 0, 13, 32, 0, // Skip to: 24830 |
3451 | | /* 16625 */ MCD_OPC_CheckField, 0, 1, 0, 6, 32, 0, // Skip to: 24830 |
3452 | | /* 16632 */ MCD_OPC_Decode, 170, 22, 170, 1, // Opcode: XVF16GER2NN |
3453 | | /* 16637 */ MCD_OPC_FilterValue, 27, 24, 0, 0, // Skip to: 16666 |
3454 | | /* 16642 */ MCD_OPC_CheckPredicate, 8, 247, 31, 0, // Skip to: 24830 |
3455 | | /* 16647 */ MCD_OPC_CheckField, 21, 2, 0, 240, 31, 0, // Skip to: 24830 |
3456 | | /* 16654 */ MCD_OPC_CheckField, 0, 1, 0, 233, 31, 0, // Skip to: 24830 |
3457 | | /* 16661 */ MCD_OPC_Decode, 180, 22, 170, 1, // Opcode: XVF32GERNN |
3458 | | /* 16666 */ MCD_OPC_FilterValue, 30, 24, 0, 0, // Skip to: 16695 |
3459 | | /* 16671 */ MCD_OPC_CheckPredicate, 8, 218, 31, 0, // Skip to: 24830 |
3460 | | /* 16676 */ MCD_OPC_CheckField, 21, 2, 0, 211, 31, 0, // Skip to: 24830 |
3461 | | /* 16683 */ MCD_OPC_CheckField, 0, 1, 0, 204, 31, 0, // Skip to: 24830 |
3462 | | /* 16690 */ MCD_OPC_Decode, 250, 21, 170, 1, // Opcode: XVBF16GER2NN |
3463 | | /* 16695 */ MCD_OPC_FilterValue, 31, 194, 31, 0, // Skip to: 24830 |
3464 | | /* 16700 */ MCD_OPC_CheckPredicate, 8, 189, 31, 0, // Skip to: 24830 |
3465 | | /* 16705 */ MCD_OPC_CheckField, 21, 2, 0, 182, 31, 0, // Skip to: 24830 |
3466 | | /* 16712 */ MCD_OPC_CheckField, 0, 1, 0, 175, 31, 0, // Skip to: 24830 |
3467 | | /* 16719 */ MCD_OPC_Decode, 190, 22, 171, 1, // Opcode: XVF64GERNN |
3468 | | /* 16724 */ MCD_OPC_FilterValue, 3, 121, 1, 0, // Skip to: 17106 |
3469 | | /* 16729 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
3470 | | /* 16732 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 16761 |
3471 | | /* 16737 */ MCD_OPC_CheckPredicate, 8, 152, 31, 0, // Skip to: 24830 |
3472 | | /* 16742 */ MCD_OPC_CheckField, 21, 2, 0, 145, 31, 0, // Skip to: 24830 |
3473 | | /* 16749 */ MCD_OPC_CheckField, 0, 1, 0, 138, 31, 0, // Skip to: 24830 |
3474 | | /* 16756 */ MCD_OPC_Decode, 211, 22, 172, 1, // Opcode: XVI8GER4 |
3475 | | /* 16761 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 16790 |
3476 | | /* 16766 */ MCD_OPC_CheckPredicate, 8, 123, 31, 0, // Skip to: 24830 |
3477 | | /* 16771 */ MCD_OPC_CheckField, 21, 2, 0, 116, 31, 0, // Skip to: 24830 |
3478 | | /* 16778 */ MCD_OPC_CheckField, 0, 1, 0, 109, 31, 0, // Skip to: 24830 |
3479 | | /* 16785 */ MCD_OPC_Decode, 169, 22, 172, 1, // Opcode: XVF16GER2 |
3480 | | /* 16790 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 16819 |
3481 | | /* 16795 */ MCD_OPC_CheckPredicate, 8, 94, 31, 0, // Skip to: 24830 |
3482 | | /* 16800 */ MCD_OPC_CheckField, 21, 2, 0, 87, 31, 0, // Skip to: 24830 |
3483 | | /* 16807 */ MCD_OPC_CheckField, 0, 1, 0, 80, 31, 0, // Skip to: 24830 |
3484 | | /* 16814 */ MCD_OPC_Decode, 179, 22, 172, 1, // Opcode: XVF32GER |
3485 | | /* 16819 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 16848 |
3486 | | /* 16824 */ MCD_OPC_CheckPredicate, 8, 65, 31, 0, // Skip to: 24830 |
3487 | | /* 16829 */ MCD_OPC_CheckField, 21, 2, 0, 58, 31, 0, // Skip to: 24830 |
3488 | | /* 16836 */ MCD_OPC_CheckField, 0, 1, 0, 51, 31, 0, // Skip to: 24830 |
3489 | | /* 16843 */ MCD_OPC_Decode, 207, 22, 172, 1, // Opcode: XVI4GER8 |
3490 | | /* 16848 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 16877 |
3491 | | /* 16853 */ MCD_OPC_CheckPredicate, 8, 36, 31, 0, // Skip to: 24830 |
3492 | | /* 16858 */ MCD_OPC_CheckField, 21, 2, 0, 29, 31, 0, // Skip to: 24830 |
3493 | | /* 16865 */ MCD_OPC_CheckField, 0, 1, 0, 22, 31, 0, // Skip to: 24830 |
3494 | | /* 16872 */ MCD_OPC_Decode, 201, 22, 172, 1, // Opcode: XVI16GER2S |
3495 | | /* 16877 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 16906 |
3496 | | /* 16882 */ MCD_OPC_CheckPredicate, 8, 7, 31, 0, // Skip to: 24830 |
3497 | | /* 16887 */ MCD_OPC_CheckField, 21, 2, 0, 0, 31, 0, // Skip to: 24830 |
3498 | | /* 16894 */ MCD_OPC_CheckField, 0, 1, 0, 249, 30, 0, // Skip to: 24830 |
3499 | | /* 16901 */ MCD_OPC_Decode, 249, 21, 172, 1, // Opcode: XVBF16GER2 |
3500 | | /* 16906 */ MCD_OPC_FilterValue, 7, 24, 0, 0, // Skip to: 16935 |
3501 | | /* 16911 */ MCD_OPC_CheckPredicate, 8, 234, 30, 0, // Skip to: 24830 |
3502 | | /* 16916 */ MCD_OPC_CheckField, 21, 2, 0, 227, 30, 0, // Skip to: 24830 |
3503 | | /* 16923 */ MCD_OPC_CheckField, 0, 1, 0, 220, 30, 0, // Skip to: 24830 |
3504 | | /* 16930 */ MCD_OPC_Decode, 189, 22, 173, 1, // Opcode: XVF64GER |
3505 | | /* 16935 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 16964 |
3506 | | /* 16940 */ MCD_OPC_CheckPredicate, 8, 205, 30, 0, // Skip to: 24830 |
3507 | | /* 16945 */ MCD_OPC_CheckField, 21, 2, 0, 198, 30, 0, // Skip to: 24830 |
3508 | | /* 16952 */ MCD_OPC_CheckField, 0, 1, 0, 191, 30, 0, // Skip to: 24830 |
3509 | | /* 16959 */ MCD_OPC_Decode, 199, 22, 172, 1, // Opcode: XVI16GER2 |
3510 | | /* 16964 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 16993 |
3511 | | /* 16969 */ MCD_OPC_CheckPredicate, 8, 176, 30, 0, // Skip to: 24830 |
3512 | | /* 16974 */ MCD_OPC_CheckField, 21, 2, 0, 169, 30, 0, // Skip to: 24830 |
3513 | | /* 16981 */ MCD_OPC_CheckField, 0, 1, 0, 162, 30, 0, // Skip to: 24830 |
3514 | | /* 16988 */ MCD_OPC_Decode, 213, 22, 170, 1, // Opcode: XVI8GER4SPP |
3515 | | /* 16993 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 17022 |
3516 | | /* 16998 */ MCD_OPC_CheckPredicate, 8, 147, 30, 0, // Skip to: 24830 |
3517 | | /* 17003 */ MCD_OPC_CheckField, 21, 2, 0, 140, 30, 0, // Skip to: 24830 |
3518 | | /* 17010 */ MCD_OPC_CheckField, 0, 1, 0, 133, 30, 0, // Skip to: 24830 |
3519 | | /* 17017 */ MCD_OPC_Decode, 200, 22, 170, 1, // Opcode: XVI16GER2PP |
3520 | | /* 17022 */ MCD_OPC_FilterValue, 26, 37, 0, 0, // Skip to: 17064 |
3521 | | /* 17027 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3522 | | /* 17030 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 17047 |
3523 | | /* 17035 */ MCD_OPC_CheckField, 16, 5, 0, 108, 30, 0, // Skip to: 24830 |
3524 | | /* 17042 */ MCD_OPC_Decode, 188, 8, 174, 1, // Opcode: FCFIDS |
3525 | | /* 17047 */ MCD_OPC_FilterValue, 5, 98, 30, 0, // Skip to: 24830 |
3526 | | /* 17052 */ MCD_OPC_CheckField, 16, 5, 0, 91, 30, 0, // Skip to: 24830 |
3527 | | /* 17059 */ MCD_OPC_Decode, 189, 8, 174, 1, // Opcode: FCFIDS_rec |
3528 | | /* 17064 */ MCD_OPC_FilterValue, 30, 81, 30, 0, // Skip to: 24830 |
3529 | | /* 17069 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3530 | | /* 17072 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 17089 |
3531 | | /* 17077 */ MCD_OPC_CheckField, 16, 5, 0, 66, 30, 0, // Skip to: 24830 |
3532 | | /* 17084 */ MCD_OPC_Decode, 191, 8, 174, 1, // Opcode: FCFIDUS |
3533 | | /* 17089 */ MCD_OPC_FilterValue, 5, 56, 30, 0, // Skip to: 24830 |
3534 | | /* 17094 */ MCD_OPC_CheckField, 16, 5, 0, 49, 30, 0, // Skip to: 24830 |
3535 | | /* 17101 */ MCD_OPC_Decode, 192, 8, 174, 1, // Opcode: FCFIDUS_rec |
3536 | | /* 17106 */ MCD_OPC_FilterValue, 4, 47, 0, 0, // Skip to: 17158 |
3537 | | /* 17111 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3538 | | /* 17114 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 17136 |
3539 | | /* 17119 */ MCD_OPC_CheckPredicate, 12, 26, 30, 0, // Skip to: 24830 |
3540 | | /* 17124 */ MCD_OPC_CheckField, 6, 5, 0, 19, 30, 0, // Skip to: 24830 |
3541 | | /* 17131 */ MCD_OPC_Decode, 220, 8, 175, 1, // Opcode: FDIVS |
3542 | | /* 17136 */ MCD_OPC_FilterValue, 5, 9, 30, 0, // Skip to: 24830 |
3543 | | /* 17141 */ MCD_OPC_CheckPredicate, 12, 4, 30, 0, // Skip to: 24830 |
3544 | | /* 17146 */ MCD_OPC_CheckField, 6, 5, 0, 253, 29, 0, // Skip to: 24830 |
3545 | | /* 17153 */ MCD_OPC_Decode, 221, 8, 175, 1, // Opcode: FDIVS_rec |
3546 | | /* 17158 */ MCD_OPC_FilterValue, 5, 149, 0, 0, // Skip to: 17312 |
3547 | | /* 17163 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3548 | | /* 17166 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 17188 |
3549 | | /* 17171 */ MCD_OPC_CheckPredicate, 12, 230, 29, 0, // Skip to: 24830 |
3550 | | /* 17176 */ MCD_OPC_CheckField, 6, 5, 0, 223, 29, 0, // Skip to: 24830 |
3551 | | /* 17183 */ MCD_OPC_Decode, 161, 9, 175, 1, // Opcode: FSUBS |
3552 | | /* 17188 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 17210 |
3553 | | /* 17193 */ MCD_OPC_CheckPredicate, 12, 208, 29, 0, // Skip to: 24830 |
3554 | | /* 17198 */ MCD_OPC_CheckField, 6, 5, 0, 201, 29, 0, // Skip to: 24830 |
3555 | | /* 17205 */ MCD_OPC_Decode, 162, 9, 175, 1, // Opcode: FSUBS_rec |
3556 | | /* 17210 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 17232 |
3557 | | /* 17215 */ MCD_OPC_CheckPredicate, 12, 186, 29, 0, // Skip to: 24830 |
3558 | | /* 17220 */ MCD_OPC_CheckField, 6, 5, 0, 179, 29, 0, // Skip to: 24830 |
3559 | | /* 17227 */ MCD_OPC_Decode, 183, 8, 175, 1, // Opcode: FADDS |
3560 | | /* 17232 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 17254 |
3561 | | /* 17237 */ MCD_OPC_CheckPredicate, 12, 164, 29, 0, // Skip to: 24830 |
3562 | | /* 17242 */ MCD_OPC_CheckField, 6, 5, 0, 157, 29, 0, // Skip to: 24830 |
3563 | | /* 17249 */ MCD_OPC_Decode, 184, 8, 175, 1, // Opcode: FADDS_rec |
3564 | | /* 17254 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 17283 |
3565 | | /* 17259 */ MCD_OPC_CheckPredicate, 12, 142, 29, 0, // Skip to: 24830 |
3566 | | /* 17264 */ MCD_OPC_CheckField, 16, 5, 0, 135, 29, 0, // Skip to: 24830 |
3567 | | /* 17271 */ MCD_OPC_CheckField, 6, 5, 0, 128, 29, 0, // Skip to: 24830 |
3568 | | /* 17278 */ MCD_OPC_Decode, 157, 9, 176, 1, // Opcode: FSQRTS |
3569 | | /* 17283 */ MCD_OPC_FilterValue, 5, 118, 29, 0, // Skip to: 24830 |
3570 | | /* 17288 */ MCD_OPC_CheckPredicate, 12, 113, 29, 0, // Skip to: 24830 |
3571 | | /* 17293 */ MCD_OPC_CheckField, 16, 5, 0, 106, 29, 0, // Skip to: 24830 |
3572 | | /* 17300 */ MCD_OPC_CheckField, 6, 5, 0, 99, 29, 0, // Skip to: 24830 |
3573 | | /* 17307 */ MCD_OPC_Decode, 158, 9, 176, 1, // Opcode: FSQRTS_rec |
3574 | | /* 17312 */ MCD_OPC_FilterValue, 6, 163, 0, 0, // Skip to: 17480 |
3575 | | /* 17317 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3576 | | /* 17320 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 17349 |
3577 | | /* 17325 */ MCD_OPC_CheckPredicate, 12, 76, 29, 0, // Skip to: 24830 |
3578 | | /* 17330 */ MCD_OPC_CheckField, 16, 5, 0, 69, 29, 0, // Skip to: 24830 |
3579 | | /* 17337 */ MCD_OPC_CheckField, 6, 5, 0, 62, 29, 0, // Skip to: 24830 |
3580 | | /* 17344 */ MCD_OPC_Decode, 255, 8, 176, 1, // Opcode: FRES |
3581 | | /* 17349 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 17378 |
3582 | | /* 17354 */ MCD_OPC_CheckPredicate, 12, 47, 29, 0, // Skip to: 24830 |
3583 | | /* 17359 */ MCD_OPC_CheckField, 16, 5, 0, 40, 29, 0, // Skip to: 24830 |
3584 | | /* 17366 */ MCD_OPC_CheckField, 6, 5, 0, 33, 29, 0, // Skip to: 24830 |
3585 | | /* 17373 */ MCD_OPC_Decode, 128, 9, 176, 1, // Opcode: FRES_rec |
3586 | | /* 17378 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 17400 |
3587 | | /* 17383 */ MCD_OPC_CheckPredicate, 12, 18, 29, 0, // Skip to: 24830 |
3588 | | /* 17388 */ MCD_OPC_CheckField, 11, 5, 0, 11, 29, 0, // Skip to: 24830 |
3589 | | /* 17395 */ MCD_OPC_Decode, 235, 8, 177, 1, // Opcode: FMULS |
3590 | | /* 17400 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 17422 |
3591 | | /* 17405 */ MCD_OPC_CheckPredicate, 12, 252, 28, 0, // Skip to: 24830 |
3592 | | /* 17410 */ MCD_OPC_CheckField, 11, 5, 0, 245, 28, 0, // Skip to: 24830 |
3593 | | /* 17417 */ MCD_OPC_Decode, 236, 8, 177, 1, // Opcode: FMULS_rec |
3594 | | /* 17422 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 17451 |
3595 | | /* 17427 */ MCD_OPC_CheckPredicate, 12, 230, 28, 0, // Skip to: 24830 |
3596 | | /* 17432 */ MCD_OPC_CheckField, 16, 5, 0, 223, 28, 0, // Skip to: 24830 |
3597 | | /* 17439 */ MCD_OPC_CheckField, 6, 5, 0, 216, 28, 0, // Skip to: 24830 |
3598 | | /* 17446 */ MCD_OPC_Decode, 149, 9, 176, 1, // Opcode: FRSQRTES |
3599 | | /* 17451 */ MCD_OPC_FilterValue, 5, 206, 28, 0, // Skip to: 24830 |
3600 | | /* 17456 */ MCD_OPC_CheckPredicate, 12, 201, 28, 0, // Skip to: 24830 |
3601 | | /* 17461 */ MCD_OPC_CheckField, 16, 5, 0, 194, 28, 0, // Skip to: 24830 |
3602 | | /* 17468 */ MCD_OPC_CheckField, 6, 5, 0, 187, 28, 0, // Skip to: 24830 |
3603 | | /* 17475 */ MCD_OPC_Decode, 150, 9, 176, 1, // Opcode: FRSQRTES_rec |
3604 | | /* 17480 */ MCD_OPC_FilterValue, 7, 177, 28, 0, // Skip to: 24830 |
3605 | | /* 17485 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
3606 | | /* 17488 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 17503 |
3607 | | /* 17493 */ MCD_OPC_CheckPredicate, 12, 164, 28, 0, // Skip to: 24830 |
3608 | | /* 17498 */ MCD_OPC_Decode, 231, 8, 178, 1, // Opcode: FMSUBS |
3609 | | /* 17503 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 17518 |
3610 | | /* 17508 */ MCD_OPC_CheckPredicate, 12, 149, 28, 0, // Skip to: 24830 |
3611 | | /* 17513 */ MCD_OPC_Decode, 232, 8, 178, 1, // Opcode: FMSUBS_rec |
3612 | | /* 17518 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 17533 |
3613 | | /* 17523 */ MCD_OPC_CheckPredicate, 12, 134, 28, 0, // Skip to: 24830 |
3614 | | /* 17528 */ MCD_OPC_Decode, 225, 8, 178, 1, // Opcode: FMADDS |
3615 | | /* 17533 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 17548 |
3616 | | /* 17538 */ MCD_OPC_CheckPredicate, 12, 119, 28, 0, // Skip to: 24830 |
3617 | | /* 17543 */ MCD_OPC_Decode, 226, 8, 178, 1, // Opcode: FMADDS_rec |
3618 | | /* 17548 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 17563 |
3619 | | /* 17553 */ MCD_OPC_CheckPredicate, 12, 104, 28, 0, // Skip to: 24830 |
3620 | | /* 17558 */ MCD_OPC_Decode, 251, 8, 178, 1, // Opcode: FNMSUBS |
3621 | | /* 17563 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 17578 |
3622 | | /* 17568 */ MCD_OPC_CheckPredicate, 12, 89, 28, 0, // Skip to: 24830 |
3623 | | /* 17573 */ MCD_OPC_Decode, 252, 8, 178, 1, // Opcode: FNMSUBS_rec |
3624 | | /* 17578 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 17593 |
3625 | | /* 17583 */ MCD_OPC_CheckPredicate, 12, 74, 28, 0, // Skip to: 24830 |
3626 | | /* 17588 */ MCD_OPC_Decode, 247, 8, 178, 1, // Opcode: FNMADDS |
3627 | | /* 17593 */ MCD_OPC_FilterValue, 7, 64, 28, 0, // Skip to: 24830 |
3628 | | /* 17598 */ MCD_OPC_CheckPredicate, 12, 59, 28, 0, // Skip to: 24830 |
3629 | | /* 17603 */ MCD_OPC_Decode, 248, 8, 178, 1, // Opcode: FNMADDS_rec |
3630 | | /* 17608 */ MCD_OPC_FilterValue, 60, 90, 15, 0, // Skip to: 21543 |
3631 | | /* 17613 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
3632 | | /* 17616 */ MCD_OPC_FilterValue, 0, 120, 3, 0, // Skip to: 18509 |
3633 | | /* 17621 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
3634 | | /* 17624 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 17652 |
3635 | | /* 17629 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3636 | | /* 17632 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17642 |
3637 | | /* 17637 */ MCD_OPC_Decode, 250, 20, 179, 1, // Opcode: XSADDSP |
3638 | | /* 17642 */ MCD_OPC_FilterValue, 1, 15, 28, 0, // Skip to: 24830 |
3639 | | /* 17647 */ MCD_OPC_Decode, 175, 21, 180, 1, // Opcode: XSMADDASP |
3640 | | /* 17652 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 17680 |
3641 | | /* 17657 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3642 | | /* 17660 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17670 |
3643 | | /* 17665 */ MCD_OPC_Decode, 235, 21, 179, 1, // Opcode: XSSUBSP |
3644 | | /* 17670 */ MCD_OPC_FilterValue, 1, 243, 27, 0, // Skip to: 24830 |
3645 | | /* 17675 */ MCD_OPC_Decode, 177, 21, 180, 1, // Opcode: XSMADDMSP |
3646 | | /* 17680 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 17708 |
3647 | | /* 17685 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3648 | | /* 17688 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17698 |
3649 | | /* 17693 */ MCD_OPC_Decode, 197, 21, 179, 1, // Opcode: XSMULSP |
3650 | | /* 17698 */ MCD_OPC_FilterValue, 1, 215, 27, 0, // Skip to: 24830 |
3651 | | /* 17703 */ MCD_OPC_Decode, 189, 21, 180, 1, // Opcode: XSMSUBASP |
3652 | | /* 17708 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 17736 |
3653 | | /* 17713 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3654 | | /* 17716 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17726 |
3655 | | /* 17721 */ MCD_OPC_Decode, 171, 21, 179, 1, // Opcode: XSDIVSP |
3656 | | /* 17726 */ MCD_OPC_FilterValue, 1, 187, 27, 0, // Skip to: 24830 |
3657 | | /* 17731 */ MCD_OPC_Decode, 191, 21, 180, 1, // Opcode: XSMSUBMSP |
3658 | | /* 17736 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 17764 |
3659 | | /* 17741 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3660 | | /* 17744 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17754 |
3661 | | /* 17749 */ MCD_OPC_Decode, 247, 20, 181, 1, // Opcode: XSADDDP |
3662 | | /* 17754 */ MCD_OPC_FilterValue, 1, 159, 27, 0, // Skip to: 24830 |
3663 | | /* 17759 */ MCD_OPC_Decode, 174, 21, 182, 1, // Opcode: XSMADDADP |
3664 | | /* 17764 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 17792 |
3665 | | /* 17769 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3666 | | /* 17772 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17782 |
3667 | | /* 17777 */ MCD_OPC_Decode, 232, 21, 181, 1, // Opcode: XSSUBDP |
3668 | | /* 17782 */ MCD_OPC_FilterValue, 1, 131, 27, 0, // Skip to: 24830 |
3669 | | /* 17787 */ MCD_OPC_Decode, 176, 21, 182, 1, // Opcode: XSMADDMDP |
3670 | | /* 17792 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 17820 |
3671 | | /* 17797 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3672 | | /* 17800 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17810 |
3673 | | /* 17805 */ MCD_OPC_Decode, 194, 21, 181, 1, // Opcode: XSMULDP |
3674 | | /* 17810 */ MCD_OPC_FilterValue, 1, 103, 27, 0, // Skip to: 24830 |
3675 | | /* 17815 */ MCD_OPC_Decode, 188, 21, 182, 1, // Opcode: XSMSUBADP |
3676 | | /* 17820 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 17848 |
3677 | | /* 17825 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3678 | | /* 17828 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17838 |
3679 | | /* 17833 */ MCD_OPC_Decode, 168, 21, 181, 1, // Opcode: XSDIVDP |
3680 | | /* 17838 */ MCD_OPC_FilterValue, 1, 75, 27, 0, // Skip to: 24830 |
3681 | | /* 17843 */ MCD_OPC_Decode, 190, 21, 182, 1, // Opcode: XSMSUBMDP |
3682 | | /* 17848 */ MCD_OPC_FilterValue, 8, 23, 0, 0, // Skip to: 17876 |
3683 | | /* 17853 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3684 | | /* 17856 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17866 |
3685 | | /* 17861 */ MCD_OPC_Decode, 248, 21, 183, 1, // Opcode: XVADDSP |
3686 | | /* 17866 */ MCD_OPC_FilterValue, 1, 47, 27, 0, // Skip to: 24830 |
3687 | | /* 17871 */ MCD_OPC_Decode, 220, 22, 184, 1, // Opcode: XVMADDASP |
3688 | | /* 17876 */ MCD_OPC_FilterValue, 9, 23, 0, 0, // Skip to: 17904 |
3689 | | /* 17881 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3690 | | /* 17884 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17894 |
3691 | | /* 17889 */ MCD_OPC_Decode, 134, 23, 183, 1, // Opcode: XVSUBSP |
3692 | | /* 17894 */ MCD_OPC_FilterValue, 1, 19, 27, 0, // Skip to: 24830 |
3693 | | /* 17899 */ MCD_OPC_Decode, 222, 22, 184, 1, // Opcode: XVMADDMSP |
3694 | | /* 17904 */ MCD_OPC_FilterValue, 10, 23, 0, 0, // Skip to: 17932 |
3695 | | /* 17909 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3696 | | /* 17912 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17922 |
3697 | | /* 17917 */ MCD_OPC_Decode, 232, 22, 183, 1, // Opcode: XVMULSP |
3698 | | /* 17922 */ MCD_OPC_FilterValue, 1, 247, 26, 0, // Skip to: 24830 |
3699 | | /* 17927 */ MCD_OPC_Decode, 228, 22, 184, 1, // Opcode: XVMSUBASP |
3700 | | /* 17932 */ MCD_OPC_FilterValue, 11, 23, 0, 0, // Skip to: 17960 |
3701 | | /* 17937 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3702 | | /* 17940 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17950 |
3703 | | /* 17945 */ MCD_OPC_Decode, 168, 22, 183, 1, // Opcode: XVDIVSP |
3704 | | /* 17950 */ MCD_OPC_FilterValue, 1, 219, 26, 0, // Skip to: 24830 |
3705 | | /* 17955 */ MCD_OPC_Decode, 230, 22, 184, 1, // Opcode: XVMSUBMSP |
3706 | | /* 17960 */ MCD_OPC_FilterValue, 12, 23, 0, 0, // Skip to: 17988 |
3707 | | /* 17965 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3708 | | /* 17968 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17978 |
3709 | | /* 17973 */ MCD_OPC_Decode, 247, 21, 183, 1, // Opcode: XVADDDP |
3710 | | /* 17978 */ MCD_OPC_FilterValue, 1, 191, 26, 0, // Skip to: 24830 |
3711 | | /* 17983 */ MCD_OPC_Decode, 219, 22, 184, 1, // Opcode: XVMADDADP |
3712 | | /* 17988 */ MCD_OPC_FilterValue, 13, 23, 0, 0, // Skip to: 18016 |
3713 | | /* 17993 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3714 | | /* 17996 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18006 |
3715 | | /* 18001 */ MCD_OPC_Decode, 133, 23, 183, 1, // Opcode: XVSUBDP |
3716 | | /* 18006 */ MCD_OPC_FilterValue, 1, 163, 26, 0, // Skip to: 24830 |
3717 | | /* 18011 */ MCD_OPC_Decode, 221, 22, 184, 1, // Opcode: XVMADDMDP |
3718 | | /* 18016 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 18044 |
3719 | | /* 18021 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3720 | | /* 18024 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18034 |
3721 | | /* 18029 */ MCD_OPC_Decode, 231, 22, 183, 1, // Opcode: XVMULDP |
3722 | | /* 18034 */ MCD_OPC_FilterValue, 1, 135, 26, 0, // Skip to: 24830 |
3723 | | /* 18039 */ MCD_OPC_Decode, 227, 22, 184, 1, // Opcode: XVMSUBADP |
3724 | | /* 18044 */ MCD_OPC_FilterValue, 15, 23, 0, 0, // Skip to: 18072 |
3725 | | /* 18049 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3726 | | /* 18052 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18062 |
3727 | | /* 18057 */ MCD_OPC_Decode, 167, 22, 183, 1, // Opcode: XVDIVDP |
3728 | | /* 18062 */ MCD_OPC_FilterValue, 1, 107, 26, 0, // Skip to: 24830 |
3729 | | /* 18067 */ MCD_OPC_Decode, 229, 22, 184, 1, // Opcode: XVMSUBMDP |
3730 | | /* 18072 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 18100 |
3731 | | /* 18077 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3732 | | /* 18080 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18090 |
3733 | | /* 18085 */ MCD_OPC_Decode, 180, 21, 181, 1, // Opcode: XSMAXCDP |
3734 | | /* 18090 */ MCD_OPC_FilterValue, 1, 79, 26, 0, // Skip to: 24830 |
3735 | | /* 18095 */ MCD_OPC_Decode, 204, 21, 180, 1, // Opcode: XSNMADDASP |
3736 | | /* 18100 */ MCD_OPC_FilterValue, 17, 23, 0, 0, // Skip to: 18128 |
3737 | | /* 18105 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3738 | | /* 18108 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18118 |
3739 | | /* 18113 */ MCD_OPC_Decode, 184, 21, 181, 1, // Opcode: XSMINCDP |
3740 | | /* 18118 */ MCD_OPC_FilterValue, 1, 51, 26, 0, // Skip to: 24830 |
3741 | | /* 18123 */ MCD_OPC_Decode, 206, 21, 180, 1, // Opcode: XSNMADDMSP |
3742 | | /* 18128 */ MCD_OPC_FilterValue, 18, 23, 0, 0, // Skip to: 18156 |
3743 | | /* 18133 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3744 | | /* 18136 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18146 |
3745 | | /* 18141 */ MCD_OPC_Decode, 183, 21, 185, 1, // Opcode: XSMAXJDP |
3746 | | /* 18146 */ MCD_OPC_FilterValue, 1, 23, 26, 0, // Skip to: 24830 |
3747 | | /* 18151 */ MCD_OPC_Decode, 210, 21, 180, 1, // Opcode: XSNMSUBASP |
3748 | | /* 18156 */ MCD_OPC_FilterValue, 19, 23, 0, 0, // Skip to: 18184 |
3749 | | /* 18161 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3750 | | /* 18164 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18174 |
3751 | | /* 18169 */ MCD_OPC_Decode, 187, 21, 185, 1, // Opcode: XSMINJDP |
3752 | | /* 18174 */ MCD_OPC_FilterValue, 1, 251, 25, 0, // Skip to: 24830 |
3753 | | /* 18179 */ MCD_OPC_Decode, 212, 21, 180, 1, // Opcode: XSNMSUBMSP |
3754 | | /* 18184 */ MCD_OPC_FilterValue, 20, 23, 0, 0, // Skip to: 18212 |
3755 | | /* 18189 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3756 | | /* 18192 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18202 |
3757 | | /* 18197 */ MCD_OPC_Decode, 182, 21, 181, 1, // Opcode: XSMAXDP |
3758 | | /* 18202 */ MCD_OPC_FilterValue, 1, 223, 25, 0, // Skip to: 24830 |
3759 | | /* 18207 */ MCD_OPC_Decode, 203, 21, 182, 1, // Opcode: XSNMADDADP |
3760 | | /* 18212 */ MCD_OPC_FilterValue, 21, 23, 0, 0, // Skip to: 18240 |
3761 | | /* 18217 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3762 | | /* 18220 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18230 |
3763 | | /* 18225 */ MCD_OPC_Decode, 186, 21, 181, 1, // Opcode: XSMINDP |
3764 | | /* 18230 */ MCD_OPC_FilterValue, 1, 195, 25, 0, // Skip to: 24830 |
3765 | | /* 18235 */ MCD_OPC_Decode, 205, 21, 182, 1, // Opcode: XSNMADDMDP |
3766 | | /* 18240 */ MCD_OPC_FilterValue, 22, 23, 0, 0, // Skip to: 18268 |
3767 | | /* 18245 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3768 | | /* 18248 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18258 |
3769 | | /* 18253 */ MCD_OPC_Decode, 135, 21, 181, 1, // Opcode: XSCPSGNDP |
3770 | | /* 18258 */ MCD_OPC_FilterValue, 1, 167, 25, 0, // Skip to: 24830 |
3771 | | /* 18263 */ MCD_OPC_Decode, 209, 21, 182, 1, // Opcode: XSNMSUBADP |
3772 | | /* 18268 */ MCD_OPC_FilterValue, 23, 12, 0, 0, // Skip to: 18285 |
3773 | | /* 18273 */ MCD_OPC_CheckField, 3, 1, 1, 150, 25, 0, // Skip to: 24830 |
3774 | | /* 18280 */ MCD_OPC_Decode, 211, 21, 182, 1, // Opcode: XSNMSUBMDP |
3775 | | /* 18285 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 18313 |
3776 | | /* 18290 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3777 | | /* 18293 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18303 |
3778 | | /* 18298 */ MCD_OPC_Decode, 224, 22, 183, 1, // Opcode: XVMAXSP |
3779 | | /* 18303 */ MCD_OPC_FilterValue, 1, 122, 25, 0, // Skip to: 24830 |
3780 | | /* 18308 */ MCD_OPC_Decode, 238, 22, 184, 1, // Opcode: XVNMADDASP |
3781 | | /* 18313 */ MCD_OPC_FilterValue, 25, 23, 0, 0, // Skip to: 18341 |
3782 | | /* 18318 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3783 | | /* 18321 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18331 |
3784 | | /* 18326 */ MCD_OPC_Decode, 226, 22, 183, 1, // Opcode: XVMINSP |
3785 | | /* 18331 */ MCD_OPC_FilterValue, 1, 94, 25, 0, // Skip to: 24830 |
3786 | | /* 18336 */ MCD_OPC_Decode, 240, 22, 184, 1, // Opcode: XVNMADDMSP |
3787 | | /* 18341 */ MCD_OPC_FilterValue, 26, 23, 0, 0, // Skip to: 18369 |
3788 | | /* 18346 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3789 | | /* 18349 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18359 |
3790 | | /* 18354 */ MCD_OPC_Decode, 144, 22, 183, 1, // Opcode: XVCPSGNSP |
3791 | | /* 18359 */ MCD_OPC_FilterValue, 1, 66, 25, 0, // Skip to: 24830 |
3792 | | /* 18364 */ MCD_OPC_Decode, 242, 22, 184, 1, // Opcode: XVNMSUBASP |
3793 | | /* 18369 */ MCD_OPC_FilterValue, 27, 23, 0, 0, // Skip to: 18397 |
3794 | | /* 18374 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3795 | | /* 18377 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18387 |
3796 | | /* 18382 */ MCD_OPC_Decode, 218, 22, 183, 1, // Opcode: XVIEXPSP |
3797 | | /* 18387 */ MCD_OPC_FilterValue, 1, 38, 25, 0, // Skip to: 24830 |
3798 | | /* 18392 */ MCD_OPC_Decode, 244, 22, 184, 1, // Opcode: XVNMSUBMSP |
3799 | | /* 18397 */ MCD_OPC_FilterValue, 28, 23, 0, 0, // Skip to: 18425 |
3800 | | /* 18402 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3801 | | /* 18405 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18415 |
3802 | | /* 18410 */ MCD_OPC_Decode, 223, 22, 183, 1, // Opcode: XVMAXDP |
3803 | | /* 18415 */ MCD_OPC_FilterValue, 1, 10, 25, 0, // Skip to: 24830 |
3804 | | /* 18420 */ MCD_OPC_Decode, 237, 22, 184, 1, // Opcode: XVNMADDADP |
3805 | | /* 18425 */ MCD_OPC_FilterValue, 29, 23, 0, 0, // Skip to: 18453 |
3806 | | /* 18430 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3807 | | /* 18433 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18443 |
3808 | | /* 18438 */ MCD_OPC_Decode, 225, 22, 183, 1, // Opcode: XVMINDP |
3809 | | /* 18443 */ MCD_OPC_FilterValue, 1, 238, 24, 0, // Skip to: 24830 |
3810 | | /* 18448 */ MCD_OPC_Decode, 239, 22, 184, 1, // Opcode: XVNMADDMDP |
3811 | | /* 18453 */ MCD_OPC_FilterValue, 30, 23, 0, 0, // Skip to: 18481 |
3812 | | /* 18458 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3813 | | /* 18461 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18471 |
3814 | | /* 18466 */ MCD_OPC_Decode, 143, 22, 183, 1, // Opcode: XVCPSGNDP |
3815 | | /* 18471 */ MCD_OPC_FilterValue, 1, 210, 24, 0, // Skip to: 24830 |
3816 | | /* 18476 */ MCD_OPC_Decode, 241, 22, 184, 1, // Opcode: XVNMSUBADP |
3817 | | /* 18481 */ MCD_OPC_FilterValue, 31, 200, 24, 0, // Skip to: 24830 |
3818 | | /* 18486 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3819 | | /* 18489 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18499 |
3820 | | /* 18494 */ MCD_OPC_Decode, 217, 22, 183, 1, // Opcode: XVIEXPDP |
3821 | | /* 18499 */ MCD_OPC_FilterValue, 1, 182, 24, 0, // Skip to: 24830 |
3822 | | /* 18504 */ MCD_OPC_Decode, 243, 22, 184, 1, // Opcode: XVNMSUBMDP |
3823 | | /* 18509 */ MCD_OPC_FilterValue, 1, 93, 3, 0, // Skip to: 19375 |
3824 | | /* 18514 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ... |
3825 | | /* 18517 */ MCD_OPC_FilterValue, 0, 211, 0, 0, // Skip to: 18733 |
3826 | | /* 18522 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3827 | | /* 18525 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 18651 |
3828 | | /* 18530 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3829 | | /* 18533 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18543 |
3830 | | /* 18538 */ MCD_OPC_Decode, 188, 23, 186, 1, // Opcode: XXSLDWI |
3831 | | /* 18543 */ MCD_OPC_FilterValue, 1, 138, 24, 0, // Skip to: 24830 |
3832 | | /* 18548 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ... |
3833 | | /* 18551 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18561 |
3834 | | /* 18556 */ MCD_OPC_Decode, 161, 23, 183, 1, // Opcode: XXLAND |
3835 | | /* 18561 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 18571 |
3836 | | /* 18566 */ MCD_OPC_Decode, 166, 23, 183, 1, // Opcode: XXLNOR |
3837 | | /* 18571 */ MCD_OPC_FilterValue, 3, 110, 24, 0, // Skip to: 24830 |
3838 | | /* 18576 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3839 | | /* 18579 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18615 |
3840 | | /* 18584 */ MCD_OPC_CheckPredicate, 6, 97, 24, 0, // Skip to: 24830 |
3841 | | /* 18589 */ MCD_OPC_CheckField, 21, 2, 0, 90, 24, 0, // Skip to: 24830 |
3842 | | /* 18596 */ MCD_OPC_CheckField, 11, 1, 0, 83, 24, 0, // Skip to: 24830 |
3843 | | /* 18603 */ MCD_OPC_CheckField, 0, 1, 0, 76, 24, 0, // Skip to: 24830 |
3844 | | /* 18610 */ MCD_OPC_Decode, 215, 5, 187, 1, // Opcode: DMXXEXTFDMR512 |
3845 | | /* 18615 */ MCD_OPC_FilterValue, 1, 66, 24, 0, // Skip to: 24830 |
3846 | | /* 18620 */ MCD_OPC_CheckPredicate, 6, 61, 24, 0, // Skip to: 24830 |
3847 | | /* 18625 */ MCD_OPC_CheckField, 21, 2, 0, 54, 24, 0, // Skip to: 24830 |
3848 | | /* 18632 */ MCD_OPC_CheckField, 11, 1, 0, 47, 24, 0, // Skip to: 24830 |
3849 | | /* 18639 */ MCD_OPC_CheckField, 0, 1, 0, 40, 24, 0, // Skip to: 24830 |
3850 | | /* 18646 */ MCD_OPC_Decode, 216, 5, 188, 1, // Opcode: DMXXEXTFDMR512_HI |
3851 | | /* 18651 */ MCD_OPC_FilterValue, 1, 30, 24, 0, // Skip to: 24830 |
3852 | | /* 18656 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... |
3853 | | /* 18659 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18669 |
3854 | | /* 18664 */ MCD_OPC_Decode, 251, 20, 185, 1, // Opcode: XSCMPEQDP |
3855 | | /* 18669 */ MCD_OPC_FilterValue, 1, 19, 0, 0, // Skip to: 18693 |
3856 | | /* 18674 */ MCD_OPC_CheckField, 21, 2, 0, 5, 24, 0, // Skip to: 24830 |
3857 | | /* 18681 */ MCD_OPC_CheckField, 0, 1, 0, 254, 23, 0, // Skip to: 24830 |
3858 | | /* 18688 */ MCD_OPC_Decode, 133, 21, 189, 1, // Opcode: XSCMPUDP |
3859 | | /* 18693 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 18703 |
3860 | | /* 18698 */ MCD_OPC_Decode, 133, 22, 183, 1, // Opcode: XVCMPEQSP |
3861 | | /* 18703 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 18713 |
3862 | | /* 18708 */ MCD_OPC_Decode, 131, 22, 183, 1, // Opcode: XVCMPEQDP |
3863 | | /* 18713 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 18723 |
3864 | | /* 18718 */ MCD_OPC_Decode, 134, 22, 183, 1, // Opcode: XVCMPEQSP_rec |
3865 | | /* 18723 */ MCD_OPC_FilterValue, 7, 214, 23, 0, // Skip to: 24830 |
3866 | | /* 18728 */ MCD_OPC_Decode, 132, 22, 183, 1, // Opcode: XVCMPEQDP_rec |
3867 | | /* 18733 */ MCD_OPC_FilterValue, 1, 211, 0, 0, // Skip to: 18949 |
3868 | | /* 18738 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3869 | | /* 18741 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 18867 |
3870 | | /* 18746 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
3871 | | /* 18749 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18759 |
3872 | | /* 18754 */ MCD_OPC_Decode, 181, 23, 186, 1, // Opcode: XXPERMDI |
3873 | | /* 18759 */ MCD_OPC_FilterValue, 1, 178, 23, 0, // Skip to: 24830 |
3874 | | /* 18764 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ... |
3875 | | /* 18767 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18777 |
3876 | | /* 18772 */ MCD_OPC_Decode, 162, 23, 183, 1, // Opcode: XXLANDC |
3877 | | /* 18777 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 18787 |
3878 | | /* 18782 */ MCD_OPC_Decode, 168, 23, 183, 1, // Opcode: XXLORC |
3879 | | /* 18787 */ MCD_OPC_FilterValue, 3, 150, 23, 0, // Skip to: 24830 |
3880 | | /* 18792 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ... |
3881 | | /* 18795 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 18831 |
3882 | | /* 18800 */ MCD_OPC_CheckPredicate, 6, 137, 23, 0, // Skip to: 24830 |
3883 | | /* 18805 */ MCD_OPC_CheckField, 21, 2, 0, 130, 23, 0, // Skip to: 24830 |
3884 | | /* 18812 */ MCD_OPC_CheckField, 11, 1, 0, 123, 23, 0, // Skip to: 24830 |
3885 | | /* 18819 */ MCD_OPC_CheckField, 0, 1, 0, 116, 23, 0, // Skip to: 24830 |
3886 | | /* 18826 */ MCD_OPC_Decode, 218, 5, 190, 1, // Opcode: DMXXINSTFDMR512 |
3887 | | /* 18831 */ MCD_OPC_FilterValue, 1, 106, 23, 0, // Skip to: 24830 |
3888 | | /* 18836 */ MCD_OPC_CheckPredicate, 6, 101, 23, 0, // Skip to: 24830 |
3889 | | /* 18841 */ MCD_OPC_CheckField, 21, 2, 0, 94, 23, 0, // Skip to: 24830 |
3890 | | /* 18848 */ MCD_OPC_CheckField, 11, 1, 0, 87, 23, 0, // Skip to: 24830 |
3891 | | /* 18855 */ MCD_OPC_CheckField, 0, 1, 0, 80, 23, 0, // Skip to: 24830 |
3892 | | /* 18862 */ MCD_OPC_Decode, 219, 5, 191, 1, // Opcode: DMXXINSTFDMR512_HI |
3893 | | /* 18867 */ MCD_OPC_FilterValue, 1, 70, 23, 0, // Skip to: 24830 |
3894 | | /* 18872 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... |
3895 | | /* 18875 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18885 |
3896 | | /* 18880 */ MCD_OPC_Decode, 129, 21, 185, 1, // Opcode: XSCMPGTDP |
3897 | | /* 18885 */ MCD_OPC_FilterValue, 1, 19, 0, 0, // Skip to: 18909 |
3898 | | /* 18890 */ MCD_OPC_CheckField, 21, 2, 0, 45, 23, 0, // Skip to: 24830 |
3899 | | /* 18897 */ MCD_OPC_CheckField, 0, 1, 0, 38, 23, 0, // Skip to: 24830 |
3900 | | /* 18904 */ MCD_OPC_Decode, 131, 21, 189, 1, // Opcode: XSCMPODP |
3901 | | /* 18909 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 18919 |
3902 | | /* 18914 */ MCD_OPC_Decode, 141, 22, 183, 1, // Opcode: XVCMPGTSP |
3903 | | /* 18919 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 18929 |
3904 | | /* 18924 */ MCD_OPC_Decode, 139, 22, 183, 1, // Opcode: XVCMPGTDP |
3905 | | /* 18929 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 18939 |
3906 | | /* 18934 */ MCD_OPC_Decode, 142, 22, 183, 1, // Opcode: XVCMPGTSP_rec |
3907 | | /* 18939 */ MCD_OPC_FilterValue, 7, 254, 22, 0, // Skip to: 24830 |
3908 | | /* 18944 */ MCD_OPC_Decode, 140, 22, 183, 1, // Opcode: XVCMPGTDP_rec |
3909 | | /* 18949 */ MCD_OPC_FilterValue, 2, 253, 0, 0, // Skip to: 19207 |
3910 | | /* 18954 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... |
3911 | | /* 18957 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 18985 |
3912 | | /* 18962 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3913 | | /* 18965 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18975 |
3914 | | /* 18970 */ MCD_OPC_Decode, 176, 23, 183, 1, // Opcode: XXMRGHW |
3915 | | /* 18975 */ MCD_OPC_FilterValue, 1, 218, 22, 0, // Skip to: 24830 |
3916 | | /* 18980 */ MCD_OPC_Decode, 255, 20, 185, 1, // Opcode: XSCMPGEDP |
3917 | | /* 18985 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 19002 |
3918 | | /* 18990 */ MCD_OPC_CheckField, 3, 1, 0, 201, 22, 0, // Skip to: 24830 |
3919 | | /* 18997 */ MCD_OPC_Decode, 177, 23, 183, 1, // Opcode: XXMRGLW |
3920 | | /* 19002 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 19055 |
3921 | | /* 19007 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3922 | | /* 19010 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 19045 |
3923 | | /* 19015 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
3924 | | /* 19018 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19035 |
3925 | | /* 19023 */ MCD_OPC_CheckField, 18, 3, 0, 168, 22, 0, // Skip to: 24830 |
3926 | | /* 19030 */ MCD_OPC_Decode, 194, 23, 192, 1, // Opcode: XXSPLTW |
3927 | | /* 19035 */ MCD_OPC_FilterValue, 1, 158, 22, 0, // Skip to: 24830 |
3928 | | /* 19040 */ MCD_OPC_Decode, 155, 23, 193, 1, // Opcode: XXEXTRACTUW |
3929 | | /* 19045 */ MCD_OPC_FilterValue, 1, 148, 22, 0, // Skip to: 24830 |
3930 | | /* 19050 */ MCD_OPC_Decode, 137, 22, 183, 1, // Opcode: XVCMPGESP |
3931 | | /* 19055 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 19072 |
3932 | | /* 19060 */ MCD_OPC_CheckField, 3, 1, 1, 131, 22, 0, // Skip to: 24830 |
3933 | | /* 19067 */ MCD_OPC_Decode, 135, 22, 183, 1, // Opcode: XVCMPGEDP |
3934 | | /* 19072 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 19089 |
3935 | | /* 19077 */ MCD_OPC_CheckField, 3, 1, 0, 114, 22, 0, // Skip to: 24830 |
3936 | | /* 19084 */ MCD_OPC_Decode, 167, 23, 183, 1, // Opcode: XXLOR |
3937 | | /* 19089 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 19106 |
3938 | | /* 19094 */ MCD_OPC_CheckField, 3, 1, 0, 97, 22, 0, // Skip to: 24830 |
3939 | | /* 19101 */ MCD_OPC_Decode, 165, 23, 183, 1, // Opcode: XXLNAND |
3940 | | /* 19106 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 19123 |
3941 | | /* 19111 */ MCD_OPC_CheckField, 3, 1, 1, 80, 22, 0, // Skip to: 24830 |
3942 | | /* 19118 */ MCD_OPC_Decode, 138, 22, 183, 1, // Opcode: XVCMPGESP_rec |
3943 | | /* 19123 */ MCD_OPC_FilterValue, 7, 70, 22, 0, // Skip to: 24830 |
3944 | | /* 19128 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3945 | | /* 19131 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 19197 |
3946 | | /* 19136 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
3947 | | /* 19139 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 19168 |
3948 | | /* 19144 */ MCD_OPC_CheckPredicate, 6, 49, 22, 0, // Skip to: 24830 |
3949 | | /* 19149 */ MCD_OPC_CheckField, 17, 6, 0, 42, 22, 0, // Skip to: 24830 |
3950 | | /* 19156 */ MCD_OPC_CheckField, 0, 1, 0, 35, 22, 0, // Skip to: 24830 |
3951 | | /* 19163 */ MCD_OPC_Decode, 214, 5, 194, 1, // Opcode: DMXXEXTFDMR256 |
3952 | | /* 19168 */ MCD_OPC_FilterValue, 1, 25, 22, 0, // Skip to: 24830 |
3953 | | /* 19173 */ MCD_OPC_CheckPredicate, 6, 20, 22, 0, // Skip to: 24830 |
3954 | | /* 19178 */ MCD_OPC_CheckField, 17, 6, 0, 13, 22, 0, // Skip to: 24830 |
3955 | | /* 19185 */ MCD_OPC_CheckField, 0, 1, 0, 6, 22, 0, // Skip to: 24830 |
3956 | | /* 19192 */ MCD_OPC_Decode, 217, 5, 195, 1, // Opcode: DMXXINSTFDMR256 |
3957 | | /* 19197 */ MCD_OPC_FilterValue, 1, 252, 21, 0, // Skip to: 24830 |
3958 | | /* 19202 */ MCD_OPC_Decode, 136, 22, 183, 1, // Opcode: XVCMPGEDP_rec |
3959 | | /* 19207 */ MCD_OPC_FilterValue, 3, 242, 21, 0, // Skip to: 24830 |
3960 | | /* 19212 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ... |
3961 | | /* 19215 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19232 |
3962 | | /* 19220 */ MCD_OPC_CheckField, 3, 1, 0, 227, 21, 0, // Skip to: 24830 |
3963 | | /* 19227 */ MCD_OPC_Decode, 180, 23, 196, 1, // Opcode: XXPERM |
3964 | | /* 19232 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19274 |
3965 | | /* 19237 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
3966 | | /* 19240 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 19250 |
3967 | | /* 19245 */ MCD_OPC_Decode, 183, 23, 196, 1, // Opcode: XXPERMR |
3968 | | /* 19250 */ MCD_OPC_FilterValue, 1, 199, 21, 0, // Skip to: 24830 |
3969 | | /* 19255 */ MCD_OPC_CheckField, 21, 2, 0, 192, 21, 0, // Skip to: 24830 |
3970 | | /* 19262 */ MCD_OPC_CheckField, 0, 1, 0, 185, 21, 0, // Skip to: 24830 |
3971 | | /* 19269 */ MCD_OPC_Decode, 253, 20, 189, 1, // Opcode: XSCMPEXPDP |
3972 | | /* 19274 */ MCD_OPC_FilterValue, 2, 62, 0, 0, // Skip to: 19341 |
3973 | | /* 19279 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
3974 | | /* 19282 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 19331 |
3975 | | /* 19287 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ... |
3976 | | /* 19290 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19307 |
3977 | | /* 19295 */ MCD_OPC_CheckField, 1, 1, 0, 152, 21, 0, // Skip to: 24830 |
3978 | | /* 19302 */ MCD_OPC_Decode, 191, 23, 197, 1, // Opcode: XXSPLTIB |
3979 | | /* 19307 */ MCD_OPC_FilterValue, 3, 142, 21, 0, // Skip to: 24830 |
3980 | | /* 19312 */ MCD_OPC_CheckField, 16, 3, 7, 135, 21, 0, // Skip to: 24830 |
3981 | | /* 19319 */ MCD_OPC_CheckField, 1, 1, 0, 128, 21, 0, // Skip to: 24830 |
3982 | | /* 19326 */ MCD_OPC_Decode, 198, 10, 198, 1, // Opcode: LXVKQ |
3983 | | /* 19331 */ MCD_OPC_FilterValue, 1, 118, 21, 0, // Skip to: 24830 |
3984 | | /* 19336 */ MCD_OPC_Decode, 160, 23, 199, 1, // Opcode: XXINSERTW |
3985 | | /* 19341 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 19358 |
3986 | | /* 19346 */ MCD_OPC_CheckField, 3, 1, 0, 101, 21, 0, // Skip to: 24830 |
3987 | | /* 19353 */ MCD_OPC_Decode, 170, 23, 183, 1, // Opcode: XXLXOR |
3988 | | /* 19358 */ MCD_OPC_FilterValue, 5, 91, 21, 0, // Skip to: 24830 |
3989 | | /* 19363 */ MCD_OPC_CheckField, 3, 1, 0, 84, 21, 0, // Skip to: 24830 |
3990 | | /* 19370 */ MCD_OPC_Decode, 163, 23, 183, 1, // Opcode: XXLEQV |
3991 | | /* 19375 */ MCD_OPC_FilterValue, 2, 105, 8, 0, // Skip to: 21533 |
3992 | | /* 19380 */ MCD_OPC_ExtractField, 7, 4, // Inst{10-7} ... |
3993 | | /* 19383 */ MCD_OPC_FilterValue, 0, 69, 0, 0, // Skip to: 19457 |
3994 | | /* 19388 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
3995 | | /* 19391 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 19433 |
3996 | | /* 19396 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
3997 | | /* 19399 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19416 |
3998 | | /* 19404 */ MCD_OPC_CheckField, 16, 5, 0, 43, 21, 0, // Skip to: 24830 |
3999 | | /* 19411 */ MCD_OPC_Decode, 227, 21, 200, 1, // Opcode: XSRSQRTESP |
4000 | | /* 19416 */ MCD_OPC_FilterValue, 1, 33, 21, 0, // Skip to: 24830 |
4001 | | /* 19421 */ MCD_OPC_CheckField, 16, 5, 0, 26, 21, 0, // Skip to: 24830 |
4002 | | /* 19428 */ MCD_OPC_Decode, 221, 21, 200, 1, // Opcode: XSRESP |
4003 | | /* 19433 */ MCD_OPC_FilterValue, 3, 16, 21, 0, // Skip to: 24830 |
4004 | | /* 19438 */ MCD_OPC_CheckField, 16, 5, 0, 9, 21, 0, // Skip to: 24830 |
4005 | | /* 19445 */ MCD_OPC_CheckField, 6, 1, 0, 2, 21, 0, // Skip to: 24830 |
4006 | | /* 19452 */ MCD_OPC_Decode, 231, 21, 200, 1, // Opcode: XSSQRTSP |
4007 | | /* 19457 */ MCD_OPC_FilterValue, 2, 153, 0, 0, // Skip to: 19615 |
4008 | | /* 19462 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4009 | | /* 19465 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19507 |
4010 | | /* 19470 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4011 | | /* 19473 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19490 |
4012 | | /* 19478 */ MCD_OPC_CheckField, 16, 5, 0, 225, 20, 0, // Skip to: 24830 |
4013 | | /* 19485 */ MCD_OPC_Decode, 147, 21, 201, 1, // Opcode: XSCVDPUXWS |
4014 | | /* 19490 */ MCD_OPC_FilterValue, 1, 215, 20, 0, // Skip to: 24830 |
4015 | | /* 19495 */ MCD_OPC_CheckField, 16, 5, 0, 208, 20, 0, // Skip to: 24830 |
4016 | | /* 19502 */ MCD_OPC_Decode, 143, 21, 201, 1, // Opcode: XSCVDPSXWS |
4017 | | /* 19507 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19549 |
4018 | | /* 19512 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4019 | | /* 19515 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19532 |
4020 | | /* 19520 */ MCD_OPC_CheckField, 16, 5, 0, 183, 20, 0, // Skip to: 24830 |
4021 | | /* 19527 */ MCD_OPC_Decode, 215, 21, 201, 1, // Opcode: XSRDPI |
4022 | | /* 19532 */ MCD_OPC_FilterValue, 1, 173, 20, 0, // Skip to: 24830 |
4023 | | /* 19537 */ MCD_OPC_CheckField, 16, 5, 0, 166, 20, 0, // Skip to: 24830 |
4024 | | /* 19544 */ MCD_OPC_Decode, 219, 21, 201, 1, // Opcode: XSRDPIZ |
4025 | | /* 19549 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 19591 |
4026 | | /* 19554 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4027 | | /* 19557 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19574 |
4028 | | /* 19562 */ MCD_OPC_CheckField, 16, 5, 0, 141, 20, 0, // Skip to: 24830 |
4029 | | /* 19569 */ MCD_OPC_Decode, 226, 21, 201, 1, // Opcode: XSRSQRTEDP |
4030 | | /* 19574 */ MCD_OPC_FilterValue, 1, 131, 20, 0, // Skip to: 24830 |
4031 | | /* 19579 */ MCD_OPC_CheckField, 16, 5, 0, 124, 20, 0, // Skip to: 24830 |
4032 | | /* 19586 */ MCD_OPC_Decode, 220, 21, 201, 1, // Opcode: XSREDP |
4033 | | /* 19591 */ MCD_OPC_FilterValue, 3, 114, 20, 0, // Skip to: 24830 |
4034 | | /* 19596 */ MCD_OPC_CheckField, 16, 5, 0, 107, 20, 0, // Skip to: 24830 |
4035 | | /* 19603 */ MCD_OPC_CheckField, 6, 1, 0, 100, 20, 0, // Skip to: 24830 |
4036 | | /* 19610 */ MCD_OPC_Decode, 228, 21, 201, 1, // Opcode: XSSQRTDP |
4037 | | /* 19615 */ MCD_OPC_FilterValue, 3, 140, 0, 0, // Skip to: 19760 |
4038 | | /* 19620 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
4039 | | /* 19623 */ MCD_OPC_FilterValue, 0, 51, 0, 0, // Skip to: 19679 |
4040 | | /* 19628 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4041 | | /* 19631 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 19655 |
4042 | | /* 19636 */ MCD_OPC_CheckField, 16, 5, 0, 67, 20, 0, // Skip to: 24830 |
4043 | | /* 19643 */ MCD_OPC_CheckField, 2, 1, 1, 60, 20, 0, // Skip to: 24830 |
4044 | | /* 19650 */ MCD_OPC_Decode, 218, 21, 201, 1, // Opcode: XSRDPIP |
4045 | | /* 19655 */ MCD_OPC_FilterValue, 1, 50, 20, 0, // Skip to: 24830 |
4046 | | /* 19660 */ MCD_OPC_CheckField, 16, 5, 0, 43, 20, 0, // Skip to: 24830 |
4047 | | /* 19667 */ MCD_OPC_CheckField, 2, 1, 1, 36, 20, 0, // Skip to: 24830 |
4048 | | /* 19674 */ MCD_OPC_Decode, 217, 21, 201, 1, // Opcode: XSRDPIM |
4049 | | /* 19679 */ MCD_OPC_FilterValue, 1, 26, 20, 0, // Skip to: 24830 |
4050 | | /* 19684 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4051 | | /* 19687 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 19736 |
4052 | | /* 19692 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4053 | | /* 19695 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 19719 |
4054 | | /* 19700 */ MCD_OPC_CheckField, 16, 7, 0, 3, 20, 0, // Skip to: 24830 |
4055 | | /* 19707 */ MCD_OPC_CheckField, 0, 1, 0, 252, 19, 0, // Skip to: 24830 |
4056 | | /* 19714 */ MCD_OPC_Decode, 237, 21, 202, 1, // Opcode: XSTSQRTDP |
4057 | | /* 19719 */ MCD_OPC_FilterValue, 1, 242, 19, 0, // Skip to: 24830 |
4058 | | /* 19724 */ MCD_OPC_CheckField, 16, 5, 0, 235, 19, 0, // Skip to: 24830 |
4059 | | /* 19731 */ MCD_OPC_Decode, 216, 21, 201, 1, // Opcode: XSRDPIC |
4060 | | /* 19736 */ MCD_OPC_FilterValue, 1, 225, 19, 0, // Skip to: 24830 |
4061 | | /* 19741 */ MCD_OPC_CheckField, 21, 2, 0, 218, 19, 0, // Skip to: 24830 |
4062 | | /* 19748 */ MCD_OPC_CheckField, 0, 1, 0, 211, 19, 0, // Skip to: 24830 |
4063 | | /* 19755 */ MCD_OPC_Decode, 236, 21, 189, 1, // Opcode: XSTDIVDP |
4064 | | /* 19760 */ MCD_OPC_FilterValue, 4, 153, 0, 0, // Skip to: 19918 |
4065 | | /* 19765 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4066 | | /* 19768 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19810 |
4067 | | /* 19773 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4068 | | /* 19776 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19793 |
4069 | | /* 19781 */ MCD_OPC_CheckField, 16, 5, 0, 178, 19, 0, // Skip to: 24830 |
4070 | | /* 19788 */ MCD_OPC_Decode, 158, 22, 203, 1, // Opcode: XVCVSPUXWS |
4071 | | /* 19793 */ MCD_OPC_FilterValue, 1, 168, 19, 0, // Skip to: 24830 |
4072 | | /* 19798 */ MCD_OPC_CheckField, 16, 5, 0, 161, 19, 0, // Skip to: 24830 |
4073 | | /* 19805 */ MCD_OPC_Decode, 156, 22, 203, 1, // Opcode: XVCVSPSXWS |
4074 | | /* 19810 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19852 |
4075 | | /* 19815 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4076 | | /* 19818 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19835 |
4077 | | /* 19823 */ MCD_OPC_CheckField, 16, 5, 0, 136, 19, 0, // Skip to: 24830 |
4078 | | /* 19830 */ MCD_OPC_Decode, 252, 22, 203, 1, // Opcode: XVRSPI |
4079 | | /* 19835 */ MCD_OPC_FilterValue, 1, 126, 19, 0, // Skip to: 24830 |
4080 | | /* 19840 */ MCD_OPC_CheckField, 16, 5, 0, 119, 19, 0, // Skip to: 24830 |
4081 | | /* 19847 */ MCD_OPC_Decode, 128, 23, 203, 1, // Opcode: XVRSPIZ |
4082 | | /* 19852 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 19894 |
4083 | | /* 19857 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4084 | | /* 19860 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19877 |
4085 | | /* 19865 */ MCD_OPC_CheckField, 16, 5, 0, 94, 19, 0, // Skip to: 24830 |
4086 | | /* 19872 */ MCD_OPC_Decode, 130, 23, 203, 1, // Opcode: XVRSQRTESP |
4087 | | /* 19877 */ MCD_OPC_FilterValue, 1, 84, 19, 0, // Skip to: 24830 |
4088 | | /* 19882 */ MCD_OPC_CheckField, 16, 5, 0, 77, 19, 0, // Skip to: 24830 |
4089 | | /* 19889 */ MCD_OPC_Decode, 251, 22, 203, 1, // Opcode: XVRESP |
4090 | | /* 19894 */ MCD_OPC_FilterValue, 3, 67, 19, 0, // Skip to: 24830 |
4091 | | /* 19899 */ MCD_OPC_CheckField, 16, 5, 0, 60, 19, 0, // Skip to: 24830 |
4092 | | /* 19906 */ MCD_OPC_CheckField, 6, 1, 0, 53, 19, 0, // Skip to: 24830 |
4093 | | /* 19913 */ MCD_OPC_Decode, 132, 23, 203, 1, // Opcode: XVSQRTSP |
4094 | | /* 19918 */ MCD_OPC_FilterValue, 5, 176, 0, 0, // Skip to: 20099 |
4095 | | /* 19923 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
4096 | | /* 19926 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 20018 |
4097 | | /* 19931 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4098 | | /* 19934 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19976 |
4099 | | /* 19939 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4100 | | /* 19942 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19959 |
4101 | | /* 19947 */ MCD_OPC_CheckField, 16, 5, 0, 12, 19, 0, // Skip to: 24830 |
4102 | | /* 19954 */ MCD_OPC_Decode, 166, 22, 203, 1, // Opcode: XVCVUXWSP |
4103 | | /* 19959 */ MCD_OPC_FilterValue, 1, 2, 19, 0, // Skip to: 24830 |
4104 | | /* 19964 */ MCD_OPC_CheckField, 16, 5, 0, 251, 18, 0, // Skip to: 24830 |
4105 | | /* 19971 */ MCD_OPC_Decode, 162, 22, 203, 1, // Opcode: XVCVSXWSP |
4106 | | /* 19976 */ MCD_OPC_FilterValue, 1, 241, 18, 0, // Skip to: 24830 |
4107 | | /* 19981 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4108 | | /* 19984 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20001 |
4109 | | /* 19989 */ MCD_OPC_CheckField, 16, 5, 0, 226, 18, 0, // Skip to: 24830 |
4110 | | /* 19996 */ MCD_OPC_Decode, 255, 22, 203, 1, // Opcode: XVRSPIP |
4111 | | /* 20001 */ MCD_OPC_FilterValue, 1, 216, 18, 0, // Skip to: 24830 |
4112 | | /* 20006 */ MCD_OPC_CheckField, 16, 5, 0, 209, 18, 0, // Skip to: 24830 |
4113 | | /* 20013 */ MCD_OPC_Decode, 254, 22, 203, 1, // Opcode: XVRSPIM |
4114 | | /* 20018 */ MCD_OPC_FilterValue, 1, 199, 18, 0, // Skip to: 24830 |
4115 | | /* 20023 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4116 | | /* 20026 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 20075 |
4117 | | /* 20031 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4118 | | /* 20034 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 20058 |
4119 | | /* 20039 */ MCD_OPC_CheckField, 16, 7, 0, 176, 18, 0, // Skip to: 24830 |
4120 | | /* 20046 */ MCD_OPC_CheckField, 0, 1, 0, 169, 18, 0, // Skip to: 24830 |
4121 | | /* 20053 */ MCD_OPC_Decode, 139, 23, 204, 1, // Opcode: XVTSQRTSP |
4122 | | /* 20058 */ MCD_OPC_FilterValue, 1, 159, 18, 0, // Skip to: 24830 |
4123 | | /* 20063 */ MCD_OPC_CheckField, 16, 5, 0, 152, 18, 0, // Skip to: 24830 |
4124 | | /* 20070 */ MCD_OPC_Decode, 253, 22, 203, 1, // Opcode: XVRSPIC |
4125 | | /* 20075 */ MCD_OPC_FilterValue, 1, 142, 18, 0, // Skip to: 24830 |
4126 | | /* 20080 */ MCD_OPC_CheckField, 21, 2, 0, 135, 18, 0, // Skip to: 24830 |
4127 | | /* 20087 */ MCD_OPC_CheckField, 0, 1, 0, 128, 18, 0, // Skip to: 24830 |
4128 | | /* 20094 */ MCD_OPC_Decode, 136, 23, 205, 1, // Opcode: XVTDIVSP |
4129 | | /* 20099 */ MCD_OPC_FilterValue, 6, 153, 0, 0, // Skip to: 20257 |
4130 | | /* 20104 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4131 | | /* 20107 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20149 |
4132 | | /* 20112 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4133 | | /* 20115 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20132 |
4134 | | /* 20120 */ MCD_OPC_CheckField, 16, 5, 0, 95, 18, 0, // Skip to: 24830 |
4135 | | /* 20127 */ MCD_OPC_Decode, 150, 22, 203, 1, // Opcode: XVCVDPUXWS |
4136 | | /* 20132 */ MCD_OPC_FilterValue, 1, 85, 18, 0, // Skip to: 24830 |
4137 | | /* 20137 */ MCD_OPC_CheckField, 16, 5, 0, 78, 18, 0, // Skip to: 24830 |
4138 | | /* 20144 */ MCD_OPC_Decode, 148, 22, 203, 1, // Opcode: XVCVDPSXWS |
4139 | | /* 20149 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 20191 |
4140 | | /* 20154 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4141 | | /* 20157 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20174 |
4142 | | /* 20162 */ MCD_OPC_CheckField, 16, 5, 0, 53, 18, 0, // Skip to: 24830 |
4143 | | /* 20169 */ MCD_OPC_Decode, 245, 22, 203, 1, // Opcode: XVRDPI |
4144 | | /* 20174 */ MCD_OPC_FilterValue, 1, 43, 18, 0, // Skip to: 24830 |
4145 | | /* 20179 */ MCD_OPC_CheckField, 16, 5, 0, 36, 18, 0, // Skip to: 24830 |
4146 | | /* 20186 */ MCD_OPC_Decode, 249, 22, 203, 1, // Opcode: XVRDPIZ |
4147 | | /* 20191 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 20233 |
4148 | | /* 20196 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4149 | | /* 20199 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20216 |
4150 | | /* 20204 */ MCD_OPC_CheckField, 16, 5, 0, 11, 18, 0, // Skip to: 24830 |
4151 | | /* 20211 */ MCD_OPC_Decode, 129, 23, 203, 1, // Opcode: XVRSQRTEDP |
4152 | | /* 20216 */ MCD_OPC_FilterValue, 1, 1, 18, 0, // Skip to: 24830 |
4153 | | /* 20221 */ MCD_OPC_CheckField, 16, 5, 0, 250, 17, 0, // Skip to: 24830 |
4154 | | /* 20228 */ MCD_OPC_Decode, 250, 22, 203, 1, // Opcode: XVREDP |
4155 | | /* 20233 */ MCD_OPC_FilterValue, 3, 240, 17, 0, // Skip to: 24830 |
4156 | | /* 20238 */ MCD_OPC_CheckField, 16, 5, 0, 233, 17, 0, // Skip to: 24830 |
4157 | | /* 20245 */ MCD_OPC_CheckField, 6, 1, 0, 226, 17, 0, // Skip to: 24830 |
4158 | | /* 20252 */ MCD_OPC_Decode, 131, 23, 203, 1, // Opcode: XVSQRTDP |
4159 | | /* 20257 */ MCD_OPC_FilterValue, 7, 176, 0, 0, // Skip to: 20438 |
4160 | | /* 20262 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
4161 | | /* 20265 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 20357 |
4162 | | /* 20270 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4163 | | /* 20273 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20315 |
4164 | | /* 20278 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4165 | | /* 20281 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20298 |
4166 | | /* 20286 */ MCD_OPC_CheckField, 16, 5, 0, 185, 17, 0, // Skip to: 24830 |
4167 | | /* 20293 */ MCD_OPC_Decode, 165, 22, 203, 1, // Opcode: XVCVUXWDP |
4168 | | /* 20298 */ MCD_OPC_FilterValue, 1, 175, 17, 0, // Skip to: 24830 |
4169 | | /* 20303 */ MCD_OPC_CheckField, 16, 5, 0, 168, 17, 0, // Skip to: 24830 |
4170 | | /* 20310 */ MCD_OPC_Decode, 161, 22, 203, 1, // Opcode: XVCVSXWDP |
4171 | | /* 20315 */ MCD_OPC_FilterValue, 1, 158, 17, 0, // Skip to: 24830 |
4172 | | /* 20320 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4173 | | /* 20323 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20340 |
4174 | | /* 20328 */ MCD_OPC_CheckField, 16, 5, 0, 143, 17, 0, // Skip to: 24830 |
4175 | | /* 20335 */ MCD_OPC_Decode, 248, 22, 203, 1, // Opcode: XVRDPIP |
4176 | | /* 20340 */ MCD_OPC_FilterValue, 1, 133, 17, 0, // Skip to: 24830 |
4177 | | /* 20345 */ MCD_OPC_CheckField, 16, 5, 0, 126, 17, 0, // Skip to: 24830 |
4178 | | /* 20352 */ MCD_OPC_Decode, 247, 22, 203, 1, // Opcode: XVRDPIM |
4179 | | /* 20357 */ MCD_OPC_FilterValue, 1, 116, 17, 0, // Skip to: 24830 |
4180 | | /* 20362 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4181 | | /* 20365 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 20414 |
4182 | | /* 20370 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4183 | | /* 20373 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 20397 |
4184 | | /* 20378 */ MCD_OPC_CheckField, 16, 7, 0, 93, 17, 0, // Skip to: 24830 |
4185 | | /* 20385 */ MCD_OPC_CheckField, 0, 1, 0, 86, 17, 0, // Skip to: 24830 |
4186 | | /* 20392 */ MCD_OPC_Decode, 138, 23, 204, 1, // Opcode: XVTSQRTDP |
4187 | | /* 20397 */ MCD_OPC_FilterValue, 1, 76, 17, 0, // Skip to: 24830 |
4188 | | /* 20402 */ MCD_OPC_CheckField, 16, 5, 0, 69, 17, 0, // Skip to: 24830 |
4189 | | /* 20409 */ MCD_OPC_Decode, 246, 22, 203, 1, // Opcode: XVRDPIC |
4190 | | /* 20414 */ MCD_OPC_FilterValue, 1, 59, 17, 0, // Skip to: 24830 |
4191 | | /* 20419 */ MCD_OPC_CheckField, 21, 2, 0, 52, 17, 0, // Skip to: 24830 |
4192 | | /* 20426 */ MCD_OPC_CheckField, 0, 1, 0, 45, 17, 0, // Skip to: 24830 |
4193 | | /* 20433 */ MCD_OPC_Decode, 135, 23, 205, 1, // Opcode: XVTDIVDP |
4194 | | /* 20438 */ MCD_OPC_FilterValue, 8, 69, 0, 0, // Skip to: 20512 |
4195 | | /* 20443 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4196 | | /* 20446 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 20488 |
4197 | | /* 20451 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4198 | | /* 20454 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20471 |
4199 | | /* 20459 */ MCD_OPC_CheckField, 16, 5, 0, 12, 17, 0, // Skip to: 24830 |
4200 | | /* 20466 */ MCD_OPC_Decode, 139, 21, 201, 1, // Opcode: XSCVDPSP |
4201 | | /* 20471 */ MCD_OPC_FilterValue, 1, 2, 17, 0, // Skip to: 24830 |
4202 | | /* 20476 */ MCD_OPC_CheckField, 16, 5, 0, 251, 16, 0, // Skip to: 24830 |
4203 | | /* 20483 */ MCD_OPC_Decode, 225, 21, 206, 1, // Opcode: XSRSP |
4204 | | /* 20488 */ MCD_OPC_FilterValue, 3, 241, 16, 0, // Skip to: 24830 |
4205 | | /* 20493 */ MCD_OPC_CheckField, 16, 5, 0, 234, 16, 0, // Skip to: 24830 |
4206 | | /* 20500 */ MCD_OPC_CheckField, 6, 1, 0, 227, 16, 0, // Skip to: 24830 |
4207 | | /* 20507 */ MCD_OPC_Decode, 140, 21, 207, 1, // Opcode: XSCVDPSPN |
4208 | | /* 20512 */ MCD_OPC_FilterValue, 9, 69, 0, 0, // Skip to: 20586 |
4209 | | /* 20517 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4210 | | /* 20520 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20562 |
4211 | | /* 20525 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4212 | | /* 20528 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20545 |
4213 | | /* 20533 */ MCD_OPC_CheckField, 16, 5, 0, 194, 16, 0, // Skip to: 24830 |
4214 | | /* 20540 */ MCD_OPC_Decode, 167, 21, 206, 1, // Opcode: XSCVUXDSP |
4215 | | /* 20545 */ MCD_OPC_FilterValue, 1, 184, 16, 0, // Skip to: 24830 |
4216 | | /* 20550 */ MCD_OPC_CheckField, 16, 5, 0, 177, 16, 0, // Skip to: 24830 |
4217 | | /* 20557 */ MCD_OPC_Decode, 163, 21, 206, 1, // Opcode: XSCVSXDSP |
4218 | | /* 20562 */ MCD_OPC_FilterValue, 2, 167, 16, 0, // Skip to: 24830 |
4219 | | /* 20567 */ MCD_OPC_CheckField, 6, 1, 0, 160, 16, 0, // Skip to: 24830 |
4220 | | /* 20574 */ MCD_OPC_CheckField, 0, 1, 0, 153, 16, 0, // Skip to: 24830 |
4221 | | /* 20581 */ MCD_OPC_Decode, 240, 21, 208, 1, // Opcode: XSTSTDCSP |
4222 | | /* 20586 */ MCD_OPC_FilterValue, 10, 181, 0, 0, // Skip to: 20772 |
4223 | | /* 20591 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4224 | | /* 20594 */ MCD_OPC_FilterValue, 0, 94, 0, 0, // Skip to: 20693 |
4225 | | /* 20599 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4226 | | /* 20602 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 20630 |
4227 | | /* 20607 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4228 | | /* 20610 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20620 |
4229 | | /* 20615 */ MCD_OPC_Decode, 145, 21, 201, 1, // Opcode: XSCVDPUXDS |
4230 | | /* 20620 */ MCD_OPC_FilterValue, 1, 109, 16, 0, // Skip to: 24830 |
4231 | | /* 20625 */ MCD_OPC_Decode, 141, 21, 201, 1, // Opcode: XSCVDPSXDS |
4232 | | /* 20630 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 20658 |
4233 | | /* 20635 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4234 | | /* 20638 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20648 |
4235 | | /* 20643 */ MCD_OPC_Decode, 159, 21, 201, 1, // Opcode: XSCVSPDP |
4236 | | /* 20648 */ MCD_OPC_FilterValue, 1, 81, 16, 0, // Skip to: 24830 |
4237 | | /* 20653 */ MCD_OPC_Decode, 245, 20, 201, 1, // Opcode: XSABSDP |
4238 | | /* 20658 */ MCD_OPC_FilterValue, 3, 71, 16, 0, // Skip to: 24830 |
4239 | | /* 20663 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4240 | | /* 20666 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20676 |
4241 | | /* 20671 */ MCD_OPC_Decode, 160, 21, 209, 1, // Opcode: XSCVSPDPN |
4242 | | /* 20676 */ MCD_OPC_FilterValue, 1, 53, 16, 0, // Skip to: 24830 |
4243 | | /* 20681 */ MCD_OPC_CheckField, 0, 1, 0, 46, 16, 0, // Skip to: 24830 |
4244 | | /* 20688 */ MCD_OPC_Decode, 241, 21, 210, 1, // Opcode: XSXEXPDP |
4245 | | /* 20693 */ MCD_OPC_FilterValue, 1, 26, 0, 0, // Skip to: 20724 |
4246 | | /* 20698 */ MCD_OPC_CheckField, 6, 1, 1, 29, 16, 0, // Skip to: 24830 |
4247 | | /* 20705 */ MCD_OPC_CheckField, 2, 2, 3, 22, 16, 0, // Skip to: 24830 |
4248 | | /* 20712 */ MCD_OPC_CheckField, 0, 1, 0, 15, 16, 0, // Skip to: 24830 |
4249 | | /* 20719 */ MCD_OPC_Decode, 243, 21, 210, 1, // Opcode: XSXSIGDP |
4250 | | /* 20724 */ MCD_OPC_FilterValue, 16, 19, 0, 0, // Skip to: 20748 |
4251 | | /* 20729 */ MCD_OPC_CheckField, 6, 1, 1, 254, 15, 0, // Skip to: 24830 |
4252 | | /* 20736 */ MCD_OPC_CheckField, 2, 2, 3, 247, 15, 0, // Skip to: 24830 |
4253 | | /* 20743 */ MCD_OPC_Decode, 149, 21, 201, 1, // Opcode: XSCVHPDP |
4254 | | /* 20748 */ MCD_OPC_FilterValue, 17, 237, 15, 0, // Skip to: 24830 |
4255 | | /* 20753 */ MCD_OPC_CheckField, 6, 1, 1, 230, 15, 0, // Skip to: 24830 |
4256 | | /* 20760 */ MCD_OPC_CheckField, 2, 2, 3, 223, 15, 0, // Skip to: 24830 |
4257 | | /* 20767 */ MCD_OPC_Decode, 137, 21, 201, 1, // Opcode: XSCVDPHP |
4258 | | /* 20772 */ MCD_OPC_FilterValue, 11, 111, 0, 0, // Skip to: 20888 |
4259 | | /* 20777 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4260 | | /* 20780 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20822 |
4261 | | /* 20785 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4262 | | /* 20788 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20805 |
4263 | | /* 20793 */ MCD_OPC_CheckField, 16, 5, 0, 190, 15, 0, // Skip to: 24830 |
4264 | | /* 20800 */ MCD_OPC_Decode, 166, 21, 201, 1, // Opcode: XSCVUXDDP |
4265 | | /* 20805 */ MCD_OPC_FilterValue, 1, 180, 15, 0, // Skip to: 24830 |
4266 | | /* 20810 */ MCD_OPC_CheckField, 16, 5, 0, 173, 15, 0, // Skip to: 24830 |
4267 | | /* 20817 */ MCD_OPC_Decode, 162, 21, 201, 1, // Opcode: XSCVSXDDP |
4268 | | /* 20822 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 20864 |
4269 | | /* 20827 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4270 | | /* 20830 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20847 |
4271 | | /* 20835 */ MCD_OPC_CheckField, 16, 5, 0, 148, 15, 0, // Skip to: 24830 |
4272 | | /* 20842 */ MCD_OPC_Decode, 198, 21, 201, 1, // Opcode: XSNABSDP |
4273 | | /* 20847 */ MCD_OPC_FilterValue, 1, 138, 15, 0, // Skip to: 24830 |
4274 | | /* 20852 */ MCD_OPC_CheckField, 16, 5, 0, 131, 15, 0, // Skip to: 24830 |
4275 | | /* 20859 */ MCD_OPC_Decode, 201, 21, 201, 1, // Opcode: XSNEGDP |
4276 | | /* 20864 */ MCD_OPC_FilterValue, 2, 121, 15, 0, // Skip to: 24830 |
4277 | | /* 20869 */ MCD_OPC_CheckField, 6, 1, 0, 114, 15, 0, // Skip to: 24830 |
4278 | | /* 20876 */ MCD_OPC_CheckField, 0, 1, 0, 107, 15, 0, // Skip to: 24830 |
4279 | | /* 20883 */ MCD_OPC_Decode, 238, 21, 208, 1, // Opcode: XSTSTDCDP |
4280 | | /* 20888 */ MCD_OPC_FilterValue, 12, 87, 0, 0, // Skip to: 20980 |
4281 | | /* 20893 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4282 | | /* 20896 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20938 |
4283 | | /* 20901 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4284 | | /* 20904 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20921 |
4285 | | /* 20909 */ MCD_OPC_CheckField, 16, 5, 0, 74, 15, 0, // Skip to: 24830 |
4286 | | /* 20916 */ MCD_OPC_Decode, 157, 22, 203, 1, // Opcode: XVCVSPUXDS |
4287 | | /* 20921 */ MCD_OPC_FilterValue, 1, 64, 15, 0, // Skip to: 24830 |
4288 | | /* 20926 */ MCD_OPC_CheckField, 16, 5, 0, 57, 15, 0, // Skip to: 24830 |
4289 | | /* 20933 */ MCD_OPC_Decode, 155, 22, 203, 1, // Opcode: XVCVSPSXDS |
4290 | | /* 20938 */ MCD_OPC_FilterValue, 1, 47, 15, 0, // Skip to: 24830 |
4291 | | /* 20943 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4292 | | /* 20946 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20963 |
4293 | | /* 20951 */ MCD_OPC_CheckField, 16, 5, 0, 32, 15, 0, // Skip to: 24830 |
4294 | | /* 20958 */ MCD_OPC_Decode, 146, 22, 203, 1, // Opcode: XVCVDPSP |
4295 | | /* 20963 */ MCD_OPC_FilterValue, 1, 22, 15, 0, // Skip to: 24830 |
4296 | | /* 20968 */ MCD_OPC_CheckField, 16, 5, 0, 15, 15, 0, // Skip to: 24830 |
4297 | | /* 20975 */ MCD_OPC_Decode, 246, 21, 203, 1, // Opcode: XVABSSP |
4298 | | /* 20980 */ MCD_OPC_FilterValue, 13, 105, 0, 0, // Skip to: 21090 |
4299 | | /* 20985 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
4300 | | /* 20988 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 21080 |
4301 | | /* 20993 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4302 | | /* 20996 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 21038 |
4303 | | /* 21001 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4304 | | /* 21004 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21021 |
4305 | | /* 21009 */ MCD_OPC_CheckField, 16, 5, 0, 230, 14, 0, // Skip to: 24830 |
4306 | | /* 21016 */ MCD_OPC_Decode, 164, 22, 203, 1, // Opcode: XVCVUXDSP |
4307 | | /* 21021 */ MCD_OPC_FilterValue, 1, 220, 14, 0, // Skip to: 24830 |
4308 | | /* 21026 */ MCD_OPC_CheckField, 16, 5, 0, 213, 14, 0, // Skip to: 24830 |
4309 | | /* 21033 */ MCD_OPC_Decode, 160, 22, 203, 1, // Opcode: XVCVSXDSP |
4310 | | /* 21038 */ MCD_OPC_FilterValue, 1, 203, 14, 0, // Skip to: 24830 |
4311 | | /* 21043 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4312 | | /* 21046 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21063 |
4313 | | /* 21051 */ MCD_OPC_CheckField, 16, 5, 0, 188, 14, 0, // Skip to: 24830 |
4314 | | /* 21058 */ MCD_OPC_Decode, 234, 22, 203, 1, // Opcode: XVNABSSP |
4315 | | /* 21063 */ MCD_OPC_FilterValue, 1, 178, 14, 0, // Skip to: 24830 |
4316 | | /* 21068 */ MCD_OPC_CheckField, 16, 5, 0, 171, 14, 0, // Skip to: 24830 |
4317 | | /* 21075 */ MCD_OPC_Decode, 236, 22, 203, 1, // Opcode: XVNEGSP |
4318 | | /* 21080 */ MCD_OPC_FilterValue, 1, 161, 14, 0, // Skip to: 24830 |
4319 | | /* 21085 */ MCD_OPC_Decode, 141, 23, 211, 1, // Opcode: XVTSTDCSP |
4320 | | /* 21090 */ MCD_OPC_FilterValue, 14, 72, 1, 0, // Skip to: 21423 |
4321 | | /* 21095 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ... |
4322 | | /* 21098 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 21140 |
4323 | | /* 21103 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4324 | | /* 21106 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21123 |
4325 | | /* 21111 */ MCD_OPC_CheckField, 16, 5, 0, 128, 14, 0, // Skip to: 24830 |
4326 | | /* 21118 */ MCD_OPC_Decode, 149, 22, 203, 1, // Opcode: XVCVDPUXDS |
4327 | | /* 21123 */ MCD_OPC_FilterValue, 1, 118, 14, 0, // Skip to: 24830 |
4328 | | /* 21128 */ MCD_OPC_CheckField, 16, 5, 0, 111, 14, 0, // Skip to: 24830 |
4329 | | /* 21135 */ MCD_OPC_Decode, 147, 22, 203, 1, // Opcode: XVCVDPSXDS |
4330 | | /* 21140 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 21182 |
4331 | | /* 21145 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4332 | | /* 21148 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21165 |
4333 | | /* 21153 */ MCD_OPC_CheckField, 16, 5, 0, 86, 14, 0, // Skip to: 24830 |
4334 | | /* 21160 */ MCD_OPC_Decode, 153, 22, 203, 1, // Opcode: XVCVSPDP |
4335 | | /* 21165 */ MCD_OPC_FilterValue, 1, 76, 14, 0, // Skip to: 24830 |
4336 | | /* 21170 */ MCD_OPC_CheckField, 16, 5, 0, 69, 14, 0, // Skip to: 24830 |
4337 | | /* 21177 */ MCD_OPC_Decode, 245, 21, 203, 1, // Opcode: XVABSDP |
4338 | | /* 21182 */ MCD_OPC_FilterValue, 2, 59, 0, 0, // Skip to: 21246 |
4339 | | /* 21187 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ... |
4340 | | /* 21190 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 21218 |
4341 | | /* 21195 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4342 | | /* 21198 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21208 |
4343 | | /* 21203 */ MCD_OPC_Decode, 156, 23, 212, 1, // Opcode: XXGENPCVBM |
4344 | | /* 21208 */ MCD_OPC_FilterValue, 1, 33, 14, 0, // Skip to: 24830 |
4345 | | /* 21213 */ MCD_OPC_Decode, 159, 23, 212, 1, // Opcode: XXGENPCVWM |
4346 | | /* 21218 */ MCD_OPC_FilterValue, 1, 23, 14, 0, // Skip to: 24830 |
4347 | | /* 21223 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4348 | | /* 21226 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21236 |
4349 | | /* 21231 */ MCD_OPC_Decode, 158, 23, 212, 1, // Opcode: XXGENPCVHM |
4350 | | /* 21236 */ MCD_OPC_FilterValue, 1, 5, 14, 0, // Skip to: 24830 |
4351 | | /* 21241 */ MCD_OPC_Decode, 157, 23, 212, 1, // Opcode: XXGENPCVDM |
4352 | | /* 21246 */ MCD_OPC_FilterValue, 3, 251, 13, 0, // Skip to: 24830 |
4353 | | /* 21251 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4354 | | /* 21254 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21271 |
4355 | | /* 21259 */ MCD_OPC_CheckField, 1, 1, 0, 236, 13, 0, // Skip to: 24830 |
4356 | | /* 21266 */ MCD_OPC_Decode, 172, 21, 213, 1, // Opcode: XSIEXPDP |
4357 | | /* 21271 */ MCD_OPC_FilterValue, 1, 226, 13, 0, // Skip to: 24830 |
4358 | | /* 21276 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4359 | | /* 21279 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21289 |
4360 | | /* 21284 */ MCD_OPC_Decode, 142, 23, 203, 1, // Opcode: XVXEXPDP |
4361 | | /* 21289 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 21299 |
4362 | | /* 21294 */ MCD_OPC_Decode, 144, 23, 203, 1, // Opcode: XVXSIGDP |
4363 | | /* 21299 */ MCD_OPC_FilterValue, 2, 19, 0, 0, // Skip to: 21323 |
4364 | | /* 21304 */ MCD_OPC_CheckField, 21, 2, 0, 191, 13, 0, // Skip to: 24830 |
4365 | | /* 21311 */ MCD_OPC_CheckField, 0, 1, 0, 184, 13, 0, // Skip to: 24830 |
4366 | | /* 21318 */ MCD_OPC_Decode, 137, 23, 204, 1, // Opcode: XVTLSBB |
4367 | | /* 21323 */ MCD_OPC_FilterValue, 7, 5, 0, 0, // Skip to: 21333 |
4368 | | /* 21328 */ MCD_OPC_Decode, 151, 23, 203, 1, // Opcode: XXBRH |
4369 | | /* 21333 */ MCD_OPC_FilterValue, 8, 5, 0, 0, // Skip to: 21343 |
4370 | | /* 21338 */ MCD_OPC_Decode, 143, 23, 203, 1, // Opcode: XVXEXPSP |
4371 | | /* 21343 */ MCD_OPC_FilterValue, 9, 5, 0, 0, // Skip to: 21353 |
4372 | | /* 21348 */ MCD_OPC_Decode, 145, 23, 203, 1, // Opcode: XVXSIGSP |
4373 | | /* 21353 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 21363 |
4374 | | /* 21358 */ MCD_OPC_Decode, 153, 23, 203, 1, // Opcode: XXBRW |
4375 | | /* 21363 */ MCD_OPC_FilterValue, 16, 5, 0, 0, // Skip to: 21373 |
4376 | | /* 21368 */ MCD_OPC_Decode, 145, 22, 203, 1, // Opcode: XVCVBF16SPN |
4377 | | /* 21373 */ MCD_OPC_FilterValue, 17, 5, 0, 0, // Skip to: 21383 |
4378 | | /* 21378 */ MCD_OPC_Decode, 152, 22, 203, 1, // Opcode: XVCVSPBF16 |
4379 | | /* 21383 */ MCD_OPC_FilterValue, 23, 5, 0, 0, // Skip to: 21393 |
4380 | | /* 21388 */ MCD_OPC_Decode, 150, 23, 203, 1, // Opcode: XXBRD |
4381 | | /* 21393 */ MCD_OPC_FilterValue, 24, 5, 0, 0, // Skip to: 21403 |
4382 | | /* 21398 */ MCD_OPC_Decode, 151, 22, 203, 1, // Opcode: XVCVHPSP |
4383 | | /* 21403 */ MCD_OPC_FilterValue, 25, 5, 0, 0, // Skip to: 21413 |
4384 | | /* 21408 */ MCD_OPC_Decode, 154, 22, 203, 1, // Opcode: XVCVSPHP |
4385 | | /* 21413 */ MCD_OPC_FilterValue, 31, 84, 13, 0, // Skip to: 24830 |
4386 | | /* 21418 */ MCD_OPC_Decode, 152, 23, 203, 1, // Opcode: XXBRQ |
4387 | | /* 21423 */ MCD_OPC_FilterValue, 15, 74, 13, 0, // Skip to: 24830 |
4388 | | /* 21428 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ... |
4389 | | /* 21431 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 21523 |
4390 | | /* 21436 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4391 | | /* 21439 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 21481 |
4392 | | /* 21444 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4393 | | /* 21447 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21464 |
4394 | | /* 21452 */ MCD_OPC_CheckField, 16, 5, 0, 43, 13, 0, // Skip to: 24830 |
4395 | | /* 21459 */ MCD_OPC_Decode, 163, 22, 203, 1, // Opcode: XVCVUXDDP |
4396 | | /* 21464 */ MCD_OPC_FilterValue, 1, 33, 13, 0, // Skip to: 24830 |
4397 | | /* 21469 */ MCD_OPC_CheckField, 16, 5, 0, 26, 13, 0, // Skip to: 24830 |
4398 | | /* 21476 */ MCD_OPC_Decode, 159, 22, 203, 1, // Opcode: XVCVSXDDP |
4399 | | /* 21481 */ MCD_OPC_FilterValue, 1, 16, 13, 0, // Skip to: 24830 |
4400 | | /* 21486 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
4401 | | /* 21489 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21506 |
4402 | | /* 21494 */ MCD_OPC_CheckField, 16, 5, 0, 1, 13, 0, // Skip to: 24830 |
4403 | | /* 21501 */ MCD_OPC_Decode, 233, 22, 203, 1, // Opcode: XVNABSDP |
4404 | | /* 21506 */ MCD_OPC_FilterValue, 1, 247, 12, 0, // Skip to: 24830 |
4405 | | /* 21511 */ MCD_OPC_CheckField, 16, 5, 0, 240, 12, 0, // Skip to: 24830 |
4406 | | /* 21518 */ MCD_OPC_Decode, 235, 22, 203, 1, // Opcode: XVNEGDP |
4407 | | /* 21523 */ MCD_OPC_FilterValue, 1, 230, 12, 0, // Skip to: 24830 |
4408 | | /* 21528 */ MCD_OPC_Decode, 140, 23, 211, 1, // Opcode: XVTSTDCDP |
4409 | | /* 21533 */ MCD_OPC_FilterValue, 3, 220, 12, 0, // Skip to: 24830 |
4410 | | /* 21538 */ MCD_OPC_Decode, 185, 23, 214, 1, // Opcode: XXSEL |
4411 | | /* 21543 */ MCD_OPC_FilterValue, 61, 51, 0, 0, // Skip to: 21599 |
4412 | | /* 21548 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4413 | | /* 21551 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 21579 |
4414 | | /* 21556 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ... |
4415 | | /* 21559 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21569 |
4416 | | /* 21564 */ MCD_OPC_Decode, 193, 10, 215, 1, // Opcode: LXV |
4417 | | /* 21569 */ MCD_OPC_FilterValue, 1, 184, 12, 0, // Skip to: 24830 |
4418 | | /* 21574 */ MCD_OPC_Decode, 241, 16, 215, 1, // Opcode: STXV |
4419 | | /* 21579 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 21589 |
4420 | | /* 21584 */ MCD_OPC_Decode, 232, 16, 156, 1, // Opcode: STXSD |
4421 | | /* 21589 */ MCD_OPC_FilterValue, 3, 164, 12, 0, // Skip to: 24830 |
4422 | | /* 21594 */ MCD_OPC_Decode, 239, 16, 156, 1, // Opcode: STXSSP |
4423 | | /* 21599 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 21637 |
4424 | | /* 21604 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ... |
4425 | | /* 21607 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21617 |
4426 | | /* 21612 */ MCD_OPC_Decode, 166, 16, 157, 1, // Opcode: STD |
4427 | | /* 21617 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 21627 |
4428 | | /* 21622 */ MCD_OPC_Decode, 171, 16, 216, 1, // Opcode: STDU |
4429 | | /* 21627 */ MCD_OPC_FilterValue, 2, 126, 12, 0, // Skip to: 24830 |
4430 | | /* 21632 */ MCD_OPC_Decode, 207, 16, 217, 1, // Opcode: STQ |
4431 | | /* 21637 */ MCD_OPC_FilterValue, 63, 116, 12, 0, // Skip to: 24830 |
4432 | | /* 21642 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... |
4433 | | /* 21645 */ MCD_OPC_FilterValue, 0, 114, 0, 0, // Skip to: 21764 |
4434 | | /* 21650 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4435 | | /* 21653 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 21675 |
4436 | | /* 21658 */ MCD_OPC_CheckPredicate, 12, 95, 12, 0, // Skip to: 24830 |
4437 | | /* 21663 */ MCD_OPC_CheckField, 21, 2, 0, 88, 12, 0, // Skip to: 24830 |
4438 | | /* 21670 */ MCD_OPC_Decode, 198, 8, 218, 1, // Opcode: FCMPUS |
4439 | | /* 21675 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 21697 |
4440 | | /* 21680 */ MCD_OPC_CheckPredicate, 12, 73, 12, 0, // Skip to: 24830 |
4441 | | /* 21685 */ MCD_OPC_CheckField, 21, 2, 0, 66, 12, 0, // Skip to: 24830 |
4442 | | /* 21692 */ MCD_OPC_Decode, 196, 8, 218, 1, // Opcode: FCMPOS |
4443 | | /* 21697 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 21720 |
4444 | | /* 21702 */ MCD_OPC_CheckField, 21, 2, 0, 49, 12, 0, // Skip to: 24830 |
4445 | | /* 21709 */ MCD_OPC_CheckField, 11, 7, 0, 42, 12, 0, // Skip to: 24830 |
4446 | | /* 21716 */ MCD_OPC_Decode, 220, 10, 46, // Opcode: MCRFS |
4447 | | /* 21720 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 21742 |
4448 | | /* 21725 */ MCD_OPC_CheckPredicate, 12, 28, 12, 0, // Skip to: 24830 |
4449 | | /* 21730 */ MCD_OPC_CheckField, 21, 2, 0, 21, 12, 0, // Skip to: 24830 |
4450 | | /* 21737 */ MCD_OPC_Decode, 164, 9, 167, 1, // Opcode: FTDIV |
4451 | | /* 21742 */ MCD_OPC_FilterValue, 5, 11, 12, 0, // Skip to: 24830 |
4452 | | /* 21747 */ MCD_OPC_CheckPredicate, 12, 6, 12, 0, // Skip to: 24830 |
4453 | | /* 21752 */ MCD_OPC_CheckField, 16, 7, 0, 255, 11, 0, // Skip to: 24830 |
4454 | | /* 21759 */ MCD_OPC_Decode, 165, 9, 219, 1, // Opcode: FTSQRT |
4455 | | /* 21764 */ MCD_OPC_FilterValue, 4, 144, 1, 0, // Skip to: 22169 |
4456 | | /* 21769 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
4457 | | /* 21772 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 21800 |
4458 | | /* 21777 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4459 | | /* 21780 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21790 |
4460 | | /* 21785 */ MCD_OPC_Decode, 250, 4, 220, 1, // Opcode: DADDQ |
4461 | | /* 21790 */ MCD_OPC_FilterValue, 1, 219, 11, 0, // Skip to: 24830 |
4462 | | /* 21795 */ MCD_OPC_Decode, 135, 6, 220, 1, // Opcode: DSUBQ |
4463 | | /* 21800 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 21828 |
4464 | | /* 21805 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4465 | | /* 21808 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 21818 |
4466 | | /* 21813 */ MCD_OPC_Decode, 210, 5, 220, 1, // Opcode: DMULQ |
4467 | | /* 21818 */ MCD_OPC_FilterValue, 1, 191, 11, 0, // Skip to: 24830 |
4468 | | /* 21823 */ MCD_OPC_Decode, 164, 5, 220, 1, // Opcode: DDIVQ |
4469 | | /* 21828 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 21838 |
4470 | | /* 21833 */ MCD_OPC_Decode, 245, 5, 221, 1, // Opcode: DSCLIQ |
4471 | | /* 21838 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 21848 |
4472 | | /* 21843 */ MCD_OPC_Decode, 249, 5, 221, 1, // Opcode: DSCRIQ |
4473 | | /* 21848 */ MCD_OPC_FilterValue, 4, 37, 0, 0, // Skip to: 21890 |
4474 | | /* 21853 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4475 | | /* 21856 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21873 |
4476 | | /* 21861 */ MCD_OPC_CheckField, 21, 2, 0, 146, 11, 0, // Skip to: 24830 |
4477 | | /* 21868 */ MCD_OPC_Decode, 147, 5, 222, 1, // Opcode: DCMPOQ |
4478 | | /* 21873 */ MCD_OPC_FilterValue, 1, 136, 11, 0, // Skip to: 24830 |
4479 | | /* 21878 */ MCD_OPC_CheckField, 21, 2, 0, 129, 11, 0, // Skip to: 24830 |
4480 | | /* 21885 */ MCD_OPC_Decode, 149, 5, 222, 1, // Opcode: DCMPUQ |
4481 | | /* 21890 */ MCD_OPC_FilterValue, 5, 37, 0, 0, // Skip to: 21932 |
4482 | | /* 21895 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4483 | | /* 21898 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21915 |
4484 | | /* 21903 */ MCD_OPC_CheckField, 21, 2, 0, 104, 11, 0, // Skip to: 24830 |
4485 | | /* 21910 */ MCD_OPC_Decode, 143, 6, 222, 1, // Opcode: DTSTEXQ |
4486 | | /* 21915 */ MCD_OPC_FilterValue, 1, 94, 11, 0, // Skip to: 24830 |
4487 | | /* 21920 */ MCD_OPC_CheckField, 21, 2, 0, 87, 11, 0, // Skip to: 24830 |
4488 | | /* 21927 */ MCD_OPC_Decode, 147, 6, 223, 1, // Opcode: DTSTSFQ |
4489 | | /* 21932 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 21949 |
4490 | | /* 21937 */ MCD_OPC_CheckField, 21, 2, 0, 70, 11, 0, // Skip to: 24830 |
4491 | | /* 21944 */ MCD_OPC_Decode, 139, 6, 224, 1, // Opcode: DTSTDCQ |
4492 | | /* 21949 */ MCD_OPC_FilterValue, 7, 12, 0, 0, // Skip to: 21966 |
4493 | | /* 21954 */ MCD_OPC_CheckField, 21, 2, 0, 53, 11, 0, // Skip to: 24830 |
4494 | | /* 21961 */ MCD_OPC_Decode, 141, 6, 224, 1, // Opcode: DTSTDGQ |
4495 | | /* 21966 */ MCD_OPC_FilterValue, 8, 37, 0, 0, // Skip to: 22008 |
4496 | | /* 21971 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4497 | | /* 21974 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21991 |
4498 | | /* 21979 */ MCD_OPC_CheckField, 16, 5, 0, 28, 11, 0, // Skip to: 24830 |
4499 | | /* 21986 */ MCD_OPC_Decode, 157, 5, 225, 1, // Opcode: DCTQPQ |
4500 | | /* 21991 */ MCD_OPC_FilterValue, 1, 18, 11, 0, // Skip to: 24830 |
4501 | | /* 21996 */ MCD_OPC_CheckField, 16, 5, 0, 11, 11, 0, // Skip to: 24830 |
4502 | | /* 22003 */ MCD_OPC_Decode, 228, 5, 226, 1, // Opcode: DRDPQ |
4503 | | /* 22008 */ MCD_OPC_FilterValue, 9, 37, 0, 0, // Skip to: 22050 |
4504 | | /* 22013 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4505 | | /* 22016 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22033 |
4506 | | /* 22021 */ MCD_OPC_CheckField, 16, 5, 0, 242, 10, 0, // Skip to: 24830 |
4507 | | /* 22028 */ MCD_OPC_Decode, 153, 5, 227, 1, // Opcode: DCTFIXQ |
4508 | | /* 22033 */ MCD_OPC_FilterValue, 1, 232, 10, 0, // Skip to: 24830 |
4509 | | /* 22038 */ MCD_OPC_CheckField, 16, 5, 0, 225, 10, 0, // Skip to: 24830 |
4510 | | /* 22045 */ MCD_OPC_Decode, 142, 5, 225, 1, // Opcode: DCFFIXQ |
4511 | | /* 22050 */ MCD_OPC_FilterValue, 10, 37, 0, 0, // Skip to: 22092 |
4512 | | /* 22055 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4513 | | /* 22058 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22075 |
4514 | | /* 22063 */ MCD_OPC_CheckField, 16, 3, 0, 200, 10, 0, // Skip to: 24830 |
4515 | | /* 22070 */ MCD_OPC_Decode, 160, 5, 228, 1, // Opcode: DDEDPDQ |
4516 | | /* 22075 */ MCD_OPC_FilterValue, 1, 190, 10, 0, // Skip to: 24830 |
4517 | | /* 22080 */ MCD_OPC_CheckField, 16, 4, 0, 183, 10, 0, // Skip to: 24830 |
4518 | | /* 22087 */ MCD_OPC_Decode, 168, 5, 229, 1, // Opcode: DENBCDQ |
4519 | | /* 22092 */ MCD_OPC_FilterValue, 11, 30, 0, 0, // Skip to: 22127 |
4520 | | /* 22097 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4521 | | /* 22100 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22117 |
4522 | | /* 22105 */ MCD_OPC_CheckField, 16, 5, 0, 158, 10, 0, // Skip to: 24830 |
4523 | | /* 22112 */ MCD_OPC_Decode, 149, 6, 227, 1, // Opcode: DXEXQ |
4524 | | /* 22117 */ MCD_OPC_FilterValue, 1, 148, 10, 0, // Skip to: 24830 |
4525 | | /* 22122 */ MCD_OPC_Decode, 172, 5, 230, 1, // Opcode: DIEXQ |
4526 | | /* 22127 */ MCD_OPC_FilterValue, 15, 138, 10, 0, // Skip to: 24830 |
4527 | | /* 22132 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4528 | | /* 22135 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22152 |
4529 | | /* 22140 */ MCD_OPC_CheckField, 10, 1, 1, 123, 10, 0, // Skip to: 24830 |
4530 | | /* 22147 */ MCD_OPC_Decode, 143, 5, 231, 1, // Opcode: DCFFIXQQ |
4531 | | /* 22152 */ MCD_OPC_FilterValue, 1, 113, 10, 0, // Skip to: 24830 |
4532 | | /* 22157 */ MCD_OPC_CheckField, 10, 1, 1, 106, 10, 0, // Skip to: 24830 |
4533 | | /* 22164 */ MCD_OPC_Decode, 154, 5, 232, 1, // Opcode: DCTFIXQQ |
4534 | | /* 22169 */ MCD_OPC_FilterValue, 5, 240, 0, 0, // Skip to: 22414 |
4535 | | /* 22174 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ... |
4536 | | /* 22177 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 22205 |
4537 | | /* 22182 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4538 | | /* 22185 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 22195 |
4539 | | /* 22190 */ MCD_OPC_Decode, 251, 4, 220, 1, // Opcode: DADDQ_rec |
4540 | | /* 22195 */ MCD_OPC_FilterValue, 1, 70, 10, 0, // Skip to: 24830 |
4541 | | /* 22200 */ MCD_OPC_Decode, 136, 6, 220, 1, // Opcode: DSUBQ_rec |
4542 | | /* 22205 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 22233 |
4543 | | /* 22210 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4544 | | /* 22213 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 22223 |
4545 | | /* 22218 */ MCD_OPC_Decode, 211, 5, 220, 1, // Opcode: DMULQ_rec |
4546 | | /* 22223 */ MCD_OPC_FilterValue, 1, 42, 10, 0, // Skip to: 24830 |
4547 | | /* 22228 */ MCD_OPC_Decode, 165, 5, 220, 1, // Opcode: DDIVQ_rec |
4548 | | /* 22233 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 22243 |
4549 | | /* 22238 */ MCD_OPC_Decode, 246, 5, 221, 1, // Opcode: DSCLIQ_rec |
4550 | | /* 22243 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 22253 |
4551 | | /* 22248 */ MCD_OPC_Decode, 250, 5, 221, 1, // Opcode: DSCRIQ_rec |
4552 | | /* 22253 */ MCD_OPC_FilterValue, 8, 37, 0, 0, // Skip to: 22295 |
4553 | | /* 22258 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4554 | | /* 22261 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22278 |
4555 | | /* 22266 */ MCD_OPC_CheckField, 16, 5, 0, 253, 9, 0, // Skip to: 24830 |
4556 | | /* 22273 */ MCD_OPC_Decode, 158, 5, 225, 1, // Opcode: DCTQPQ_rec |
4557 | | /* 22278 */ MCD_OPC_FilterValue, 1, 243, 9, 0, // Skip to: 24830 |
4558 | | /* 22283 */ MCD_OPC_CheckField, 16, 5, 0, 236, 9, 0, // Skip to: 24830 |
4559 | | /* 22290 */ MCD_OPC_Decode, 229, 5, 226, 1, // Opcode: DRDPQ_rec |
4560 | | /* 22295 */ MCD_OPC_FilterValue, 9, 37, 0, 0, // Skip to: 22337 |
4561 | | /* 22300 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4562 | | /* 22303 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22320 |
4563 | | /* 22308 */ MCD_OPC_CheckField, 16, 5, 0, 211, 9, 0, // Skip to: 24830 |
4564 | | /* 22315 */ MCD_OPC_Decode, 155, 5, 227, 1, // Opcode: DCTFIXQ_rec |
4565 | | /* 22320 */ MCD_OPC_FilterValue, 1, 201, 9, 0, // Skip to: 24830 |
4566 | | /* 22325 */ MCD_OPC_CheckField, 16, 5, 0, 194, 9, 0, // Skip to: 24830 |
4567 | | /* 22332 */ MCD_OPC_Decode, 144, 5, 225, 1, // Opcode: DCFFIXQ_rec |
4568 | | /* 22337 */ MCD_OPC_FilterValue, 10, 37, 0, 0, // Skip to: 22379 |
4569 | | /* 22342 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4570 | | /* 22345 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22362 |
4571 | | /* 22350 */ MCD_OPC_CheckField, 16, 3, 0, 169, 9, 0, // Skip to: 24830 |
4572 | | /* 22357 */ MCD_OPC_Decode, 161, 5, 228, 1, // Opcode: DDEDPDQ_rec |
4573 | | /* 22362 */ MCD_OPC_FilterValue, 1, 159, 9, 0, // Skip to: 24830 |
4574 | | /* 22367 */ MCD_OPC_CheckField, 16, 4, 0, 152, 9, 0, // Skip to: 24830 |
4575 | | /* 22374 */ MCD_OPC_Decode, 169, 5, 229, 1, // Opcode: DENBCDQ_rec |
4576 | | /* 22379 */ MCD_OPC_FilterValue, 11, 142, 9, 0, // Skip to: 24830 |
4577 | | /* 22384 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ... |
4578 | | /* 22387 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 22404 |
4579 | | /* 22392 */ MCD_OPC_CheckField, 16, 5, 0, 127, 9, 0, // Skip to: 24830 |
4580 | | /* 22399 */ MCD_OPC_Decode, 150, 6, 227, 1, // Opcode: DXEXQ_rec |
4581 | | /* 22404 */ MCD_OPC_FilterValue, 1, 117, 9, 0, // Skip to: 24830 |
4582 | | /* 22409 */ MCD_OPC_Decode, 173, 5, 230, 1, // Opcode: DIEXQ_rec |
4583 | | /* 22414 */ MCD_OPC_FilterValue, 6, 91, 0, 0, // Skip to: 22510 |
4584 | | /* 22419 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
4585 | | /* 22422 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 22432 |
4586 | | /* 22427 */ MCD_OPC_Decode, 225, 5, 233, 1, // Opcode: DQUAQ |
4587 | | /* 22432 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 22442 |
4588 | | /* 22437 */ MCD_OPC_Decode, 239, 5, 234, 1, // Opcode: DRRNDQ |
4589 | | /* 22442 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 22452 |
4590 | | /* 22447 */ MCD_OPC_Decode, 222, 5, 235, 1, // Opcode: DQUAIQ |
4591 | | /* 22452 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 22469 |
4592 | | /* 22457 */ MCD_OPC_CheckField, 17, 4, 0, 62, 9, 0, // Skip to: 24830 |
4593 | | /* 22464 */ MCD_OPC_Decode, 235, 5, 236, 1, // Opcode: DRINTXQ |
4594 | | /* 22469 */ MCD_OPC_FilterValue, 5, 19, 0, 0, // Skip to: 22493 |
4595 | | /* 22474 */ MCD_OPC_CheckField, 22, 1, 0, 45, 9, 0, // Skip to: 24830 |
4596 | | /* 22481 */ MCD_OPC_CheckField, 9, 2, 2, 38, 9, 0, // Skip to: 24830 |
4597 | | /* 22488 */ MCD_OPC_Decode, 146, 6, 237, 1, // Opcode: DTSTSFIQ |
4598 | | /* 22493 */ MCD_OPC_FilterValue, 7, 28, 9, 0, // Skip to: 24830 |
4599 | | /* 22498 */ MCD_OPC_CheckField, 17, 4, 0, 21, 9, 0, // Skip to: 24830 |
4600 | | /* 22505 */ MCD_OPC_Decode, 231, 5, 236, 1, // Opcode: DRINTNQ |
4601 | | /* 22510 */ MCD_OPC_FilterValue, 7, 67, 0, 0, // Skip to: 22582 |
4602 | | /* 22515 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
4603 | | /* 22518 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 22528 |
4604 | | /* 22523 */ MCD_OPC_Decode, 226, 5, 233, 1, // Opcode: DQUAQ_rec |
4605 | | /* 22528 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 22538 |
4606 | | /* 22533 */ MCD_OPC_Decode, 240, 5, 234, 1, // Opcode: DRRNDQ_rec |
4607 | | /* 22538 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 22548 |
4608 | | /* 22543 */ MCD_OPC_Decode, 223, 5, 235, 1, // Opcode: DQUAIQ_rec |
4609 | | /* 22548 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 22565 |
4610 | | /* 22553 */ MCD_OPC_CheckField, 17, 4, 0, 222, 8, 0, // Skip to: 24830 |
4611 | | /* 22560 */ MCD_OPC_Decode, 236, 5, 236, 1, // Opcode: DRINTXQ_rec |
4612 | | /* 22565 */ MCD_OPC_FilterValue, 7, 212, 8, 0, // Skip to: 24830 |
4613 | | /* 22570 */ MCD_OPC_CheckField, 17, 4, 0, 205, 8, 0, // Skip to: 24830 |
4614 | | /* 22577 */ MCD_OPC_Decode, 232, 5, 236, 1, // Opcode: DRINTNQ_rec |
4615 | | /* 22582 */ MCD_OPC_FilterValue, 8, 127, 1, 0, // Skip to: 22970 |
4616 | | /* 22587 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4617 | | /* 22590 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 22599 |
4618 | | /* 22595 */ MCD_OPC_Decode, 248, 20, 3, // Opcode: XSADDQP |
4619 | | /* 22599 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 22608 |
4620 | | /* 22604 */ MCD_OPC_Decode, 195, 21, 3, // Opcode: XSMULQP |
4621 | | /* 22608 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 22617 |
4622 | | /* 22613 */ MCD_OPC_Decode, 252, 20, 3, // Opcode: XSCMPEQQP |
4623 | | /* 22617 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 22626 |
4624 | | /* 22622 */ MCD_OPC_Decode, 136, 21, 3, // Opcode: XSCPSGNQP |
4625 | | /* 22626 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 22642 |
4626 | | /* 22631 */ MCD_OPC_CheckField, 21, 2, 0, 144, 8, 0, // Skip to: 24830 |
4627 | | /* 22638 */ MCD_OPC_Decode, 132, 21, 6, // Opcode: XSCMPOQP |
4628 | | /* 22642 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 22658 |
4629 | | /* 22647 */ MCD_OPC_CheckField, 21, 2, 0, 128, 8, 0, // Skip to: 24830 |
4630 | | /* 22654 */ MCD_OPC_Decode, 254, 20, 6, // Opcode: XSCMPEXPQP |
4631 | | /* 22658 */ MCD_OPC_FilterValue, 6, 4, 0, 0, // Skip to: 22667 |
4632 | | /* 22663 */ MCD_OPC_Decode, 128, 21, 3, // Opcode: XSCMPGEQP |
4633 | | /* 22667 */ MCD_OPC_FilterValue, 7, 4, 0, 0, // Skip to: 22676 |
4634 | | /* 22672 */ MCD_OPC_Decode, 130, 21, 3, // Opcode: XSCMPGTQP |
4635 | | /* 22676 */ MCD_OPC_FilterValue, 12, 5, 0, 0, // Skip to: 22686 |
4636 | | /* 22681 */ MCD_OPC_Decode, 178, 21, 238, 1, // Opcode: XSMADDQP |
4637 | | /* 22686 */ MCD_OPC_FilterValue, 13, 5, 0, 0, // Skip to: 22696 |
4638 | | /* 22691 */ MCD_OPC_Decode, 192, 21, 238, 1, // Opcode: XSMSUBQP |
4639 | | /* 22696 */ MCD_OPC_FilterValue, 14, 5, 0, 0, // Skip to: 22706 |
4640 | | /* 22701 */ MCD_OPC_Decode, 207, 21, 238, 1, // Opcode: XSNMADDQP |
4641 | | /* 22706 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 22716 |
4642 | | /* 22711 */ MCD_OPC_Decode, 213, 21, 238, 1, // Opcode: XSNMSUBQP |
4643 | | /* 22716 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 22725 |
4644 | | /* 22721 */ MCD_OPC_Decode, 233, 21, 3, // Opcode: XSSUBQP |
4645 | | /* 22725 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 22734 |
4646 | | /* 22730 */ MCD_OPC_Decode, 169, 21, 3, // Opcode: XSDIVQP |
4647 | | /* 22734 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 22750 |
4648 | | /* 22739 */ MCD_OPC_CheckField, 21, 2, 0, 36, 8, 0, // Skip to: 24830 |
4649 | | /* 22746 */ MCD_OPC_Decode, 134, 21, 6, // Opcode: XSCMPUQP |
4650 | | /* 22750 */ MCD_OPC_FilterValue, 21, 4, 0, 0, // Skip to: 22759 |
4651 | | /* 22755 */ MCD_OPC_Decode, 181, 21, 3, // Opcode: XSMAXCQP |
4652 | | /* 22759 */ MCD_OPC_FilterValue, 22, 5, 0, 0, // Skip to: 22769 |
4653 | | /* 22764 */ MCD_OPC_Decode, 239, 21, 239, 1, // Opcode: XSTSTDCQP |
4654 | | /* 22769 */ MCD_OPC_FilterValue, 23, 4, 0, 0, // Skip to: 22778 |
4655 | | /* 22774 */ MCD_OPC_Decode, 185, 21, 3, // Opcode: XSMINCQP |
4656 | | /* 22778 */ MCD_OPC_FilterValue, 25, 57, 0, 0, // Skip to: 22840 |
4657 | | /* 22783 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4658 | | /* 22786 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 22795 |
4659 | | /* 22791 */ MCD_OPC_Decode, 246, 20, 7, // Opcode: XSABSQP |
4660 | | /* 22795 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 22804 |
4661 | | /* 22800 */ MCD_OPC_Decode, 242, 21, 7, // Opcode: XSXEXPQP |
4662 | | /* 22804 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 22813 |
4663 | | /* 22809 */ MCD_OPC_Decode, 200, 21, 7, // Opcode: XSNABSQP |
4664 | | /* 22813 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 22822 |
4665 | | /* 22818 */ MCD_OPC_Decode, 202, 21, 7, // Opcode: XSNEGQP |
4666 | | /* 22822 */ MCD_OPC_FilterValue, 18, 4, 0, 0, // Skip to: 22831 |
4667 | | /* 22827 */ MCD_OPC_Decode, 244, 21, 7, // Opcode: XSXSIGQP |
4668 | | /* 22831 */ MCD_OPC_FilterValue, 27, 202, 7, 0, // Skip to: 24830 |
4669 | | /* 22836 */ MCD_OPC_Decode, 229, 21, 7, // Opcode: XSSQRTQP |
4670 | | /* 22840 */ MCD_OPC_FilterValue, 26, 115, 0, 0, // Skip to: 22960 |
4671 | | /* 22845 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4672 | | /* 22848 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 22857 |
4673 | | /* 22853 */ MCD_OPC_Decode, 156, 21, 7, // Opcode: XSCVQPUQZ |
4674 | | /* 22857 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 22866 |
4675 | | /* 22862 */ MCD_OPC_Decode, 157, 21, 7, // Opcode: XSCVQPUWZ |
4676 | | /* 22866 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 22876 |
4677 | | /* 22871 */ MCD_OPC_Decode, 164, 21, 240, 1, // Opcode: XSCVUDQP |
4678 | | /* 22876 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 22885 |
4679 | | /* 22881 */ MCD_OPC_Decode, 165, 21, 7, // Opcode: XSCVUQQP |
4680 | | /* 22885 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 22894 |
4681 | | /* 22890 */ MCD_OPC_Decode, 153, 21, 7, // Opcode: XSCVQPSQZ |
4682 | | /* 22894 */ MCD_OPC_FilterValue, 9, 4, 0, 0, // Skip to: 22903 |
4683 | | /* 22899 */ MCD_OPC_Decode, 154, 21, 7, // Opcode: XSCVQPSWZ |
4684 | | /* 22903 */ MCD_OPC_FilterValue, 10, 5, 0, 0, // Skip to: 22913 |
4685 | | /* 22908 */ MCD_OPC_Decode, 158, 21, 240, 1, // Opcode: XSCVSDQP |
4686 | | /* 22913 */ MCD_OPC_FilterValue, 11, 4, 0, 0, // Skip to: 22922 |
4687 | | /* 22918 */ MCD_OPC_Decode, 161, 21, 7, // Opcode: XSCVSQQP |
4688 | | /* 22922 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 22931 |
4689 | | /* 22927 */ MCD_OPC_Decode, 155, 21, 7, // Opcode: XSCVQPUDZ |
4690 | | /* 22931 */ MCD_OPC_FilterValue, 20, 5, 0, 0, // Skip to: 22941 |
4691 | | /* 22936 */ MCD_OPC_Decode, 150, 21, 241, 1, // Opcode: XSCVQPDP |
4692 | | /* 22941 */ MCD_OPC_FilterValue, 22, 5, 0, 0, // Skip to: 22951 |
4693 | | /* 22946 */ MCD_OPC_Decode, 138, 21, 240, 1, // Opcode: XSCVDPQP |
4694 | | /* 22951 */ MCD_OPC_FilterValue, 25, 82, 7, 0, // Skip to: 24830 |
4695 | | /* 22956 */ MCD_OPC_Decode, 152, 21, 7, // Opcode: XSCVQPSDZ |
4696 | | /* 22960 */ MCD_OPC_FilterValue, 27, 73, 7, 0, // Skip to: 24830 |
4697 | | /* 22965 */ MCD_OPC_Decode, 173, 21, 242, 1, // Opcode: XSIEXPQP |
4698 | | /* 22970 */ MCD_OPC_FilterValue, 9, 112, 0, 0, // Skip to: 23087 |
4699 | | /* 22975 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4700 | | /* 22978 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 22987 |
4701 | | /* 22983 */ MCD_OPC_Decode, 249, 20, 3, // Opcode: XSADDQPO |
4702 | | /* 22987 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 22996 |
4703 | | /* 22992 */ MCD_OPC_Decode, 196, 21, 3, // Opcode: XSMULQPO |
4704 | | /* 22996 */ MCD_OPC_FilterValue, 12, 5, 0, 0, // Skip to: 23006 |
4705 | | /* 23001 */ MCD_OPC_Decode, 179, 21, 238, 1, // Opcode: XSMADDQPO |
4706 | | /* 23006 */ MCD_OPC_FilterValue, 13, 5, 0, 0, // Skip to: 23016 |
4707 | | /* 23011 */ MCD_OPC_Decode, 193, 21, 238, 1, // Opcode: XSMSUBQPO |
4708 | | /* 23016 */ MCD_OPC_FilterValue, 14, 5, 0, 0, // Skip to: 23026 |
4709 | | /* 23021 */ MCD_OPC_Decode, 208, 21, 238, 1, // Opcode: XSNMADDQPO |
4710 | | /* 23026 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 23036 |
4711 | | /* 23031 */ MCD_OPC_Decode, 214, 21, 238, 1, // Opcode: XSNMSUBQPO |
4712 | | /* 23036 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 23045 |
4713 | | /* 23041 */ MCD_OPC_Decode, 234, 21, 3, // Opcode: XSSUBQPO |
4714 | | /* 23045 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 23054 |
4715 | | /* 23050 */ MCD_OPC_Decode, 170, 21, 3, // Opcode: XSDIVQPO |
4716 | | /* 23054 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 23070 |
4717 | | /* 23059 */ MCD_OPC_CheckField, 16, 5, 27, 228, 6, 0, // Skip to: 24830 |
4718 | | /* 23066 */ MCD_OPC_Decode, 230, 21, 7, // Opcode: XSSQRTQPO |
4719 | | /* 23070 */ MCD_OPC_FilterValue, 26, 219, 6, 0, // Skip to: 24830 |
4720 | | /* 23075 */ MCD_OPC_CheckField, 16, 5, 20, 212, 6, 0, // Skip to: 24830 |
4721 | | /* 23082 */ MCD_OPC_Decode, 151, 21, 241, 1, // Opcode: XSCVQPDPO |
4722 | | /* 23087 */ MCD_OPC_FilterValue, 10, 37, 0, 0, // Skip to: 23129 |
4723 | | /* 23092 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
4724 | | /* 23095 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 23112 |
4725 | | /* 23100 */ MCD_OPC_CheckField, 17, 4, 0, 187, 6, 0, // Skip to: 24830 |
4726 | | /* 23107 */ MCD_OPC_Decode, 222, 21, 243, 1, // Opcode: XSRQPI |
4727 | | /* 23112 */ MCD_OPC_FilterValue, 1, 177, 6, 0, // Skip to: 24830 |
4728 | | /* 23117 */ MCD_OPC_CheckField, 17, 4, 0, 170, 6, 0, // Skip to: 24830 |
4729 | | /* 23124 */ MCD_OPC_Decode, 224, 21, 243, 1, // Opcode: XSRQPXP |
4730 | | /* 23129 */ MCD_OPC_FilterValue, 11, 19, 0, 0, // Skip to: 23153 |
4731 | | /* 23134 */ MCD_OPC_CheckField, 17, 4, 0, 153, 6, 0, // Skip to: 24830 |
4732 | | /* 23141 */ MCD_OPC_CheckField, 6, 3, 0, 146, 6, 0, // Skip to: 24830 |
4733 | | /* 23148 */ MCD_OPC_Decode, 223, 21, 243, 1, // Opcode: XSRQPIX |
4734 | | /* 23153 */ MCD_OPC_FilterValue, 12, 69, 0, 0, // Skip to: 23227 |
4735 | | /* 23158 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ... |
4736 | | /* 23161 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 23183 |
4737 | | /* 23166 */ MCD_OPC_CheckPredicate, 12, 123, 6, 0, // Skip to: 24830 |
4738 | | /* 23171 */ MCD_OPC_CheckField, 12, 9, 0, 116, 6, 0, // Skip to: 24830 |
4739 | | /* 23178 */ MCD_OPC_Decode, 143, 11, 136, 1, // Opcode: MTFSB1 |
4740 | | /* 23183 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 23205 |
4741 | | /* 23188 */ MCD_OPC_CheckPredicate, 12, 101, 6, 0, // Skip to: 24830 |
4742 | | /* 23193 */ MCD_OPC_CheckField, 12, 9, 0, 94, 6, 0, // Skip to: 24830 |
4743 | | /* 23200 */ MCD_OPC_Decode, 142, 11, 136, 1, // Opcode: MTFSB0 |
4744 | | /* 23205 */ MCD_OPC_FilterValue, 4, 84, 6, 0, // Skip to: 24830 |
4745 | | /* 23210 */ MCD_OPC_CheckPredicate, 12, 79, 6, 0, // Skip to: 24830 |
4746 | | /* 23215 */ MCD_OPC_CheckField, 17, 6, 0, 72, 6, 0, // Skip to: 24830 |
4747 | | /* 23222 */ MCD_OPC_Decode, 145, 11, 244, 1, // Opcode: MTFSFI |
4748 | | /* 23227 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 23256 |
4749 | | /* 23232 */ MCD_OPC_CheckPredicate, 12, 57, 6, 0, // Skip to: 24830 |
4750 | | /* 23237 */ MCD_OPC_CheckField, 17, 6, 0, 50, 6, 0, // Skip to: 24830 |
4751 | | /* 23244 */ MCD_OPC_CheckField, 6, 6, 4, 43, 6, 0, // Skip to: 24830 |
4752 | | /* 23251 */ MCD_OPC_Decode, 146, 11, 245, 1, // Opcode: MTFSFI_rec |
4753 | | /* 23256 */ MCD_OPC_FilterValue, 14, 166, 0, 0, // Skip to: 23427 |
4754 | | /* 23261 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4755 | | /* 23264 */ MCD_OPC_FilterValue, 18, 143, 0, 0, // Skip to: 23412 |
4756 | | /* 23269 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ... |
4757 | | /* 23272 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 23294 |
4758 | | /* 23277 */ MCD_OPC_CheckPredicate, 12, 12, 6, 0, // Skip to: 24830 |
4759 | | /* 23282 */ MCD_OPC_CheckField, 11, 5, 0, 5, 6, 0, // Skip to: 24830 |
4760 | | /* 23289 */ MCD_OPC_Decode, 228, 10, 246, 1, // Opcode: MFFS |
4761 | | /* 23294 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 23316 |
4762 | | /* 23299 */ MCD_OPC_CheckPredicate, 12, 246, 5, 0, // Skip to: 24830 |
4763 | | /* 23304 */ MCD_OPC_CheckField, 11, 5, 0, 239, 5, 0, // Skip to: 24830 |
4764 | | /* 23311 */ MCD_OPC_Decode, 231, 10, 246, 1, // Opcode: MFFSCE |
4765 | | /* 23316 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 23331 |
4766 | | /* 23321 */ MCD_OPC_CheckPredicate, 12, 224, 5, 0, // Skip to: 24830 |
4767 | | /* 23326 */ MCD_OPC_Decode, 229, 10, 160, 1, // Opcode: MFFSCDRN |
4768 | | /* 23331 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 23353 |
4769 | | /* 23336 */ MCD_OPC_CheckPredicate, 12, 209, 5, 0, // Skip to: 24830 |
4770 | | /* 23341 */ MCD_OPC_CheckField, 14, 2, 0, 202, 5, 0, // Skip to: 24830 |
4771 | | /* 23348 */ MCD_OPC_Decode, 230, 10, 247, 1, // Opcode: MFFSCDRNI |
4772 | | /* 23353 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 23368 |
4773 | | /* 23358 */ MCD_OPC_CheckPredicate, 12, 187, 5, 0, // Skip to: 24830 |
4774 | | /* 23363 */ MCD_OPC_Decode, 232, 10, 160, 1, // Opcode: MFFSCRN |
4775 | | /* 23368 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 23390 |
4776 | | /* 23373 */ MCD_OPC_CheckPredicate, 12, 172, 5, 0, // Skip to: 24830 |
4777 | | /* 23378 */ MCD_OPC_CheckField, 13, 3, 0, 165, 5, 0, // Skip to: 24830 |
4778 | | /* 23385 */ MCD_OPC_Decode, 233, 10, 248, 1, // Opcode: MFFSCRNI |
4779 | | /* 23390 */ MCD_OPC_FilterValue, 24, 155, 5, 0, // Skip to: 24830 |
4780 | | /* 23395 */ MCD_OPC_CheckPredicate, 12, 150, 5, 0, // Skip to: 24830 |
4781 | | /* 23400 */ MCD_OPC_CheckField, 11, 5, 0, 143, 5, 0, // Skip to: 24830 |
4782 | | /* 23407 */ MCD_OPC_Decode, 234, 10, 246, 1, // Opcode: MFFSL |
4783 | | /* 23412 */ MCD_OPC_FilterValue, 22, 133, 5, 0, // Skip to: 24830 |
4784 | | /* 23417 */ MCD_OPC_CheckPredicate, 12, 128, 5, 0, // Skip to: 24830 |
4785 | | /* 23422 */ MCD_OPC_Decode, 144, 11, 249, 1, // Opcode: MTFSF |
4786 | | /* 23427 */ MCD_OPC_FilterValue, 15, 40, 0, 0, // Skip to: 23472 |
4787 | | /* 23432 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4788 | | /* 23435 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 23457 |
4789 | | /* 23440 */ MCD_OPC_CheckPredicate, 12, 105, 5, 0, // Skip to: 24830 |
4790 | | /* 23445 */ MCD_OPC_CheckField, 11, 10, 0, 98, 5, 0, // Skip to: 24830 |
4791 | | /* 23452 */ MCD_OPC_Decode, 235, 10, 246, 1, // Opcode: MFFS_rec |
4792 | | /* 23457 */ MCD_OPC_FilterValue, 22, 88, 5, 0, // Skip to: 24830 |
4793 | | /* 23462 */ MCD_OPC_CheckPredicate, 12, 83, 5, 0, // Skip to: 24830 |
4794 | | /* 23467 */ MCD_OPC_Decode, 148, 11, 249, 1, // Opcode: MTFSF_rec |
4795 | | /* 23472 */ MCD_OPC_FilterValue, 16, 194, 0, 0, // Skip to: 23671 |
4796 | | /* 23477 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4797 | | /* 23480 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 23495 |
4798 | | /* 23485 */ MCD_OPC_CheckPredicate, 12, 60, 5, 0, // Skip to: 24830 |
4799 | | /* 23490 */ MCD_OPC_Decode, 201, 8, 175, 1, // Opcode: FCPSGNS |
4800 | | /* 23495 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 23517 |
4801 | | /* 23500 */ MCD_OPC_CheckPredicate, 12, 45, 5, 0, // Skip to: 24830 |
4802 | | /* 23505 */ MCD_OPC_CheckField, 16, 5, 0, 38, 5, 0, // Skip to: 24830 |
4803 | | /* 23512 */ MCD_OPC_Decode, 244, 8, 176, 1, // Opcode: FNEGS |
4804 | | /* 23517 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 23539 |
4805 | | /* 23522 */ MCD_OPC_CheckPredicate, 12, 23, 5, 0, // Skip to: 24830 |
4806 | | /* 23527 */ MCD_OPC_CheckField, 16, 5, 0, 16, 5, 0, // Skip to: 24830 |
4807 | | /* 23534 */ MCD_OPC_Decode, 228, 8, 176, 1, // Opcode: FMR |
4808 | | /* 23539 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 23561 |
4809 | | /* 23544 */ MCD_OPC_CheckPredicate, 12, 1, 5, 0, // Skip to: 24830 |
4810 | | /* 23549 */ MCD_OPC_CheckField, 16, 5, 0, 250, 4, 0, // Skip to: 24830 |
4811 | | /* 23556 */ MCD_OPC_Decode, 240, 8, 176, 1, // Opcode: FNABSS |
4812 | | /* 23561 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 23583 |
4813 | | /* 23566 */ MCD_OPC_CheckPredicate, 12, 235, 4, 0, // Skip to: 24830 |
4814 | | /* 23571 */ MCD_OPC_CheckField, 16, 5, 0, 228, 4, 0, // Skip to: 24830 |
4815 | | /* 23578 */ MCD_OPC_Decode, 180, 8, 176, 1, // Opcode: FABSS |
4816 | | /* 23583 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 23605 |
4817 | | /* 23588 */ MCD_OPC_CheckPredicate, 12, 213, 4, 0, // Skip to: 24830 |
4818 | | /* 23593 */ MCD_OPC_CheckField, 16, 5, 0, 206, 4, 0, // Skip to: 24830 |
4819 | | /* 23600 */ MCD_OPC_Decode, 136, 9, 176, 1, // Opcode: FRINS |
4820 | | /* 23605 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 23627 |
4821 | | /* 23610 */ MCD_OPC_CheckPredicate, 12, 191, 4, 0, // Skip to: 24830 |
4822 | | /* 23615 */ MCD_OPC_CheckField, 16, 5, 0, 184, 4, 0, // Skip to: 24830 |
4823 | | /* 23622 */ MCD_OPC_Decode, 144, 9, 176, 1, // Opcode: FRIZS |
4824 | | /* 23627 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 23649 |
4825 | | /* 23632 */ MCD_OPC_CheckPredicate, 12, 169, 4, 0, // Skip to: 24830 |
4826 | | /* 23637 */ MCD_OPC_CheckField, 16, 5, 0, 162, 4, 0, // Skip to: 24830 |
4827 | | /* 23644 */ MCD_OPC_Decode, 140, 9, 176, 1, // Opcode: FRIPS |
4828 | | /* 23649 */ MCD_OPC_FilterValue, 15, 152, 4, 0, // Skip to: 24830 |
4829 | | /* 23654 */ MCD_OPC_CheckPredicate, 12, 147, 4, 0, // Skip to: 24830 |
4830 | | /* 23659 */ MCD_OPC_CheckField, 16, 5, 0, 140, 4, 0, // Skip to: 24830 |
4831 | | /* 23666 */ MCD_OPC_Decode, 132, 9, 176, 1, // Opcode: FRIMS |
4832 | | /* 23671 */ MCD_OPC_FilterValue, 17, 194, 0, 0, // Skip to: 23870 |
4833 | | /* 23676 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4834 | | /* 23679 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 23694 |
4835 | | /* 23684 */ MCD_OPC_CheckPredicate, 12, 117, 4, 0, // Skip to: 24830 |
4836 | | /* 23689 */ MCD_OPC_Decode, 202, 8, 175, 1, // Opcode: FCPSGNS_rec |
4837 | | /* 23694 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 23716 |
4838 | | /* 23699 */ MCD_OPC_CheckPredicate, 12, 102, 4, 0, // Skip to: 24830 |
4839 | | /* 23704 */ MCD_OPC_CheckField, 16, 5, 0, 95, 4, 0, // Skip to: 24830 |
4840 | | /* 23711 */ MCD_OPC_Decode, 245, 8, 176, 1, // Opcode: FNEGS_rec |
4841 | | /* 23716 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 23738 |
4842 | | /* 23721 */ MCD_OPC_CheckPredicate, 12, 80, 4, 0, // Skip to: 24830 |
4843 | | /* 23726 */ MCD_OPC_CheckField, 16, 5, 0, 73, 4, 0, // Skip to: 24830 |
4844 | | /* 23733 */ MCD_OPC_Decode, 229, 8, 176, 1, // Opcode: FMR_rec |
4845 | | /* 23738 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 23760 |
4846 | | /* 23743 */ MCD_OPC_CheckPredicate, 12, 58, 4, 0, // Skip to: 24830 |
4847 | | /* 23748 */ MCD_OPC_CheckField, 16, 5, 0, 51, 4, 0, // Skip to: 24830 |
4848 | | /* 23755 */ MCD_OPC_Decode, 241, 8, 176, 1, // Opcode: FNABSS_rec |
4849 | | /* 23760 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 23782 |
4850 | | /* 23765 */ MCD_OPC_CheckPredicate, 12, 36, 4, 0, // Skip to: 24830 |
4851 | | /* 23770 */ MCD_OPC_CheckField, 16, 5, 0, 29, 4, 0, // Skip to: 24830 |
4852 | | /* 23777 */ MCD_OPC_Decode, 181, 8, 176, 1, // Opcode: FABSS_rec |
4853 | | /* 23782 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 23804 |
4854 | | /* 23787 */ MCD_OPC_CheckPredicate, 12, 14, 4, 0, // Skip to: 24830 |
4855 | | /* 23792 */ MCD_OPC_CheckField, 16, 5, 0, 7, 4, 0, // Skip to: 24830 |
4856 | | /* 23799 */ MCD_OPC_Decode, 137, 9, 176, 1, // Opcode: FRINS_rec |
4857 | | /* 23804 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 23826 |
4858 | | /* 23809 */ MCD_OPC_CheckPredicate, 12, 248, 3, 0, // Skip to: 24830 |
4859 | | /* 23814 */ MCD_OPC_CheckField, 16, 5, 0, 241, 3, 0, // Skip to: 24830 |
4860 | | /* 23821 */ MCD_OPC_Decode, 145, 9, 176, 1, // Opcode: FRIZS_rec |
4861 | | /* 23826 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 23848 |
4862 | | /* 23831 */ MCD_OPC_CheckPredicate, 12, 226, 3, 0, // Skip to: 24830 |
4863 | | /* 23836 */ MCD_OPC_CheckField, 16, 5, 0, 219, 3, 0, // Skip to: 24830 |
4864 | | /* 23843 */ MCD_OPC_Decode, 141, 9, 176, 1, // Opcode: FRIPS_rec |
4865 | | /* 23848 */ MCD_OPC_FilterValue, 15, 209, 3, 0, // Skip to: 24830 |
4866 | | /* 23853 */ MCD_OPC_CheckPredicate, 12, 204, 3, 0, // Skip to: 24830 |
4867 | | /* 23858 */ MCD_OPC_CheckField, 16, 5, 0, 197, 3, 0, // Skip to: 24830 |
4868 | | /* 23865 */ MCD_OPC_Decode, 133, 9, 176, 1, // Opcode: FRIMS_rec |
4869 | | /* 23870 */ MCD_OPC_FilterValue, 24, 24, 0, 0, // Skip to: 23899 |
4870 | | /* 23875 */ MCD_OPC_CheckPredicate, 12, 182, 3, 0, // Skip to: 24830 |
4871 | | /* 23880 */ MCD_OPC_CheckField, 16, 5, 0, 175, 3, 0, // Skip to: 24830 |
4872 | | /* 23887 */ MCD_OPC_CheckField, 6, 5, 0, 168, 3, 0, // Skip to: 24830 |
4873 | | /* 23894 */ MCD_OPC_Decode, 146, 9, 174, 1, // Opcode: FRSP |
4874 | | /* 23899 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 23928 |
4875 | | /* 23904 */ MCD_OPC_CheckPredicate, 12, 153, 3, 0, // Skip to: 24830 |
4876 | | /* 23909 */ MCD_OPC_CheckField, 16, 5, 0, 146, 3, 0, // Skip to: 24830 |
4877 | | /* 23916 */ MCD_OPC_CheckField, 6, 5, 0, 139, 3, 0, // Skip to: 24830 |
4878 | | /* 23923 */ MCD_OPC_Decode, 147, 9, 174, 1, // Opcode: FRSP_rec |
4879 | | /* 23928 */ MCD_OPC_FilterValue, 28, 115, 0, 0, // Skip to: 24048 |
4880 | | /* 23933 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4881 | | /* 23936 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 23958 |
4882 | | /* 23941 */ MCD_OPC_CheckPredicate, 12, 116, 3, 0, // Skip to: 24830 |
4883 | | /* 23946 */ MCD_OPC_CheckField, 16, 5, 0, 109, 3, 0, // Skip to: 24830 |
4884 | | /* 23953 */ MCD_OPC_Decode, 211, 8, 160, 1, // Opcode: FCTIW |
4885 | | /* 23958 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 23980 |
4886 | | /* 23963 */ MCD_OPC_CheckPredicate, 12, 94, 3, 0, // Skip to: 24830 |
4887 | | /* 23968 */ MCD_OPC_CheckField, 16, 5, 0, 87, 3, 0, // Skip to: 24830 |
4888 | | /* 23975 */ MCD_OPC_Decode, 212, 8, 160, 1, // Opcode: FCTIWU |
4889 | | /* 23980 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 23997 |
4890 | | /* 23985 */ MCD_OPC_CheckField, 16, 5, 0, 70, 3, 0, // Skip to: 24830 |
4891 | | /* 23992 */ MCD_OPC_Decode, 203, 8, 160, 1, // Opcode: FCTID |
4892 | | /* 23997 */ MCD_OPC_FilterValue, 26, 12, 0, 0, // Skip to: 24014 |
4893 | | /* 24002 */ MCD_OPC_CheckField, 16, 5, 0, 53, 3, 0, // Skip to: 24830 |
4894 | | /* 24009 */ MCD_OPC_Decode, 187, 8, 160, 1, // Opcode: FCFID |
4895 | | /* 24014 */ MCD_OPC_FilterValue, 29, 12, 0, 0, // Skip to: 24031 |
4896 | | /* 24019 */ MCD_OPC_CheckField, 16, 5, 0, 36, 3, 0, // Skip to: 24830 |
4897 | | /* 24026 */ MCD_OPC_Decode, 204, 8, 160, 1, // Opcode: FCTIDU |
4898 | | /* 24031 */ MCD_OPC_FilterValue, 30, 26, 3, 0, // Skip to: 24830 |
4899 | | /* 24036 */ MCD_OPC_CheckField, 16, 5, 0, 19, 3, 0, // Skip to: 24830 |
4900 | | /* 24043 */ MCD_OPC_Decode, 190, 8, 160, 1, // Opcode: FCFIDU |
4901 | | /* 24048 */ MCD_OPC_FilterValue, 29, 115, 0, 0, // Skip to: 24168 |
4902 | | /* 24053 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4903 | | /* 24056 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24078 |
4904 | | /* 24061 */ MCD_OPC_CheckPredicate, 12, 252, 2, 0, // Skip to: 24830 |
4905 | | /* 24066 */ MCD_OPC_CheckField, 16, 5, 0, 245, 2, 0, // Skip to: 24830 |
4906 | | /* 24073 */ MCD_OPC_Decode, 218, 8, 160, 1, // Opcode: FCTIW_rec |
4907 | | /* 24078 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 24100 |
4908 | | /* 24083 */ MCD_OPC_CheckPredicate, 12, 230, 2, 0, // Skip to: 24830 |
4909 | | /* 24088 */ MCD_OPC_CheckField, 16, 5, 0, 223, 2, 0, // Skip to: 24830 |
4910 | | /* 24095 */ MCD_OPC_Decode, 215, 8, 160, 1, // Opcode: FCTIWU_rec |
4911 | | /* 24100 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 24117 |
4912 | | /* 24105 */ MCD_OPC_CheckField, 16, 5, 0, 206, 2, 0, // Skip to: 24830 |
4913 | | /* 24112 */ MCD_OPC_Decode, 210, 8, 160, 1, // Opcode: FCTID_rec |
4914 | | /* 24117 */ MCD_OPC_FilterValue, 26, 12, 0, 0, // Skip to: 24134 |
4915 | | /* 24122 */ MCD_OPC_CheckField, 16, 5, 0, 189, 2, 0, // Skip to: 24830 |
4916 | | /* 24129 */ MCD_OPC_Decode, 194, 8, 160, 1, // Opcode: FCFID_rec |
4917 | | /* 24134 */ MCD_OPC_FilterValue, 29, 12, 0, 0, // Skip to: 24151 |
4918 | | /* 24139 */ MCD_OPC_CheckField, 16, 5, 0, 172, 2, 0, // Skip to: 24830 |
4919 | | /* 24146 */ MCD_OPC_Decode, 207, 8, 160, 1, // Opcode: FCTIDU_rec |
4920 | | /* 24151 */ MCD_OPC_FilterValue, 30, 162, 2, 0, // Skip to: 24830 |
4921 | | /* 24156 */ MCD_OPC_CheckField, 16, 5, 0, 155, 2, 0, // Skip to: 24830 |
4922 | | /* 24163 */ MCD_OPC_Decode, 193, 8, 160, 1, // Opcode: FCFIDU_rec |
4923 | | /* 24168 */ MCD_OPC_FilterValue, 30, 76, 0, 0, // Skip to: 24249 |
4924 | | /* 24173 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4925 | | /* 24176 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24198 |
4926 | | /* 24181 */ MCD_OPC_CheckPredicate, 12, 132, 2, 0, // Skip to: 24830 |
4927 | | /* 24186 */ MCD_OPC_CheckField, 16, 5, 0, 125, 2, 0, // Skip to: 24830 |
4928 | | /* 24193 */ MCD_OPC_Decode, 216, 8, 160, 1, // Opcode: FCTIWZ |
4929 | | /* 24198 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 24215 |
4930 | | /* 24203 */ MCD_OPC_CheckField, 16, 5, 0, 108, 2, 0, // Skip to: 24830 |
4931 | | /* 24210 */ MCD_OPC_Decode, 213, 8, 160, 1, // Opcode: FCTIWUZ |
4932 | | /* 24215 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 24232 |
4933 | | /* 24220 */ MCD_OPC_CheckField, 16, 5, 0, 91, 2, 0, // Skip to: 24830 |
4934 | | /* 24227 */ MCD_OPC_Decode, 208, 8, 160, 1, // Opcode: FCTIDZ |
4935 | | /* 24232 */ MCD_OPC_FilterValue, 29, 81, 2, 0, // Skip to: 24830 |
4936 | | /* 24237 */ MCD_OPC_CheckField, 16, 5, 0, 74, 2, 0, // Skip to: 24830 |
4937 | | /* 24244 */ MCD_OPC_Decode, 205, 8, 160, 1, // Opcode: FCTIDUZ |
4938 | | /* 24249 */ MCD_OPC_FilterValue, 31, 76, 0, 0, // Skip to: 24330 |
4939 | | /* 24254 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
4940 | | /* 24257 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 24279 |
4941 | | /* 24262 */ MCD_OPC_CheckPredicate, 12, 51, 2, 0, // Skip to: 24830 |
4942 | | /* 24267 */ MCD_OPC_CheckField, 16, 5, 0, 44, 2, 0, // Skip to: 24830 |
4943 | | /* 24274 */ MCD_OPC_Decode, 217, 8, 160, 1, // Opcode: FCTIWZ_rec |
4944 | | /* 24279 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 24296 |
4945 | | /* 24284 */ MCD_OPC_CheckField, 16, 5, 0, 27, 2, 0, // Skip to: 24830 |
4946 | | /* 24291 */ MCD_OPC_Decode, 214, 8, 160, 1, // Opcode: FCTIWUZ_rec |
4947 | | /* 24296 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 24313 |
4948 | | /* 24301 */ MCD_OPC_CheckField, 16, 5, 0, 10, 2, 0, // Skip to: 24830 |
4949 | | /* 24308 */ MCD_OPC_Decode, 209, 8, 160, 1, // Opcode: FCTIDZ_rec |
4950 | | /* 24313 */ MCD_OPC_FilterValue, 29, 0, 2, 0, // Skip to: 24830 |
4951 | | /* 24318 */ MCD_OPC_CheckField, 16, 5, 0, 249, 1, 0, // Skip to: 24830 |
4952 | | /* 24325 */ MCD_OPC_Decode, 206, 8, 160, 1, // Opcode: FCTIDUZ_rec |
4953 | | /* 24330 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 24352 |
4954 | | /* 24335 */ MCD_OPC_CheckPredicate, 12, 234, 1, 0, // Skip to: 24830 |
4955 | | /* 24340 */ MCD_OPC_CheckField, 6, 5, 0, 227, 1, 0, // Skip to: 24830 |
4956 | | /* 24347 */ MCD_OPC_Decode, 219, 8, 159, 1, // Opcode: FDIV |
4957 | | /* 24352 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 24374 |
4958 | | /* 24357 */ MCD_OPC_CheckPredicate, 12, 212, 1, 0, // Skip to: 24830 |
4959 | | /* 24362 */ MCD_OPC_CheckField, 6, 5, 0, 205, 1, 0, // Skip to: 24830 |
4960 | | /* 24369 */ MCD_OPC_Decode, 222, 8, 159, 1, // Opcode: FDIV_rec |
4961 | | /* 24374 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 24396 |
4962 | | /* 24379 */ MCD_OPC_CheckPredicate, 12, 190, 1, 0, // Skip to: 24830 |
4963 | | /* 24384 */ MCD_OPC_CheckField, 6, 5, 0, 183, 1, 0, // Skip to: 24830 |
4964 | | /* 24391 */ MCD_OPC_Decode, 160, 9, 159, 1, // Opcode: FSUB |
4965 | | /* 24396 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 24418 |
4966 | | /* 24401 */ MCD_OPC_CheckPredicate, 12, 168, 1, 0, // Skip to: 24830 |
4967 | | /* 24406 */ MCD_OPC_CheckField, 6, 5, 0, 161, 1, 0, // Skip to: 24830 |
4968 | | /* 24413 */ MCD_OPC_Decode, 163, 9, 159, 1, // Opcode: FSUB_rec |
4969 | | /* 24418 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 24440 |
4970 | | /* 24423 */ MCD_OPC_CheckPredicate, 12, 146, 1, 0, // Skip to: 24830 |
4971 | | /* 24428 */ MCD_OPC_CheckField, 6, 5, 0, 139, 1, 0, // Skip to: 24830 |
4972 | | /* 24435 */ MCD_OPC_Decode, 182, 8, 159, 1, // Opcode: FADD |
4973 | | /* 24440 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 24462 |
4974 | | /* 24445 */ MCD_OPC_CheckPredicate, 12, 124, 1, 0, // Skip to: 24830 |
4975 | | /* 24450 */ MCD_OPC_CheckField, 6, 5, 0, 117, 1, 0, // Skip to: 24830 |
4976 | | /* 24457 */ MCD_OPC_Decode, 185, 8, 159, 1, // Opcode: FADD_rec |
4977 | | /* 24462 */ MCD_OPC_FilterValue, 44, 24, 0, 0, // Skip to: 24491 |
4978 | | /* 24467 */ MCD_OPC_CheckPredicate, 12, 102, 1, 0, // Skip to: 24830 |
4979 | | /* 24472 */ MCD_OPC_CheckField, 16, 5, 0, 95, 1, 0, // Skip to: 24830 |
4980 | | /* 24479 */ MCD_OPC_CheckField, 6, 5, 0, 88, 1, 0, // Skip to: 24830 |
4981 | | /* 24486 */ MCD_OPC_Decode, 156, 9, 160, 1, // Opcode: FSQRT |
4982 | | /* 24491 */ MCD_OPC_FilterValue, 45, 24, 0, 0, // Skip to: 24520 |
4983 | | /* 24496 */ MCD_OPC_CheckPredicate, 12, 73, 1, 0, // Skip to: 24830 |
4984 | | /* 24501 */ MCD_OPC_CheckField, 16, 5, 0, 66, 1, 0, // Skip to: 24830 |
4985 | | /* 24508 */ MCD_OPC_CheckField, 6, 5, 0, 59, 1, 0, // Skip to: 24830 |
4986 | | /* 24515 */ MCD_OPC_Decode, 159, 9, 160, 1, // Opcode: FSQRT_rec |
4987 | | /* 24520 */ MCD_OPC_FilterValue, 46, 10, 0, 0, // Skip to: 24535 |
4988 | | /* 24525 */ MCD_OPC_CheckPredicate, 12, 44, 1, 0, // Skip to: 24830 |
4989 | | /* 24530 */ MCD_OPC_Decode, 154, 9, 250, 1, // Opcode: FSELS |
4990 | | /* 24535 */ MCD_OPC_FilterValue, 47, 10, 0, 0, // Skip to: 24550 |
4991 | | /* 24540 */ MCD_OPC_CheckPredicate, 12, 29, 1, 0, // Skip to: 24830 |
4992 | | /* 24545 */ MCD_OPC_Decode, 155, 9, 250, 1, // Opcode: FSELS_rec |
4993 | | /* 24550 */ MCD_OPC_FilterValue, 48, 24, 0, 0, // Skip to: 24579 |
4994 | | /* 24555 */ MCD_OPC_CheckPredicate, 12, 14, 1, 0, // Skip to: 24830 |
4995 | | /* 24560 */ MCD_OPC_CheckField, 16, 5, 0, 7, 1, 0, // Skip to: 24830 |
4996 | | /* 24567 */ MCD_OPC_CheckField, 6, 5, 0, 0, 1, 0, // Skip to: 24830 |
4997 | | /* 24574 */ MCD_OPC_Decode, 254, 8, 160, 1, // Opcode: FRE |
4998 | | /* 24579 */ MCD_OPC_FilterValue, 49, 24, 0, 0, // Skip to: 24608 |
4999 | | /* 24584 */ MCD_OPC_CheckPredicate, 12, 241, 0, 0, // Skip to: 24830 |
5000 | | /* 24589 */ MCD_OPC_CheckField, 16, 5, 0, 234, 0, 0, // Skip to: 24830 |
5001 | | /* 24596 */ MCD_OPC_CheckField, 6, 5, 0, 227, 0, 0, // Skip to: 24830 |
5002 | | /* 24603 */ MCD_OPC_Decode, 129, 9, 160, 1, // Opcode: FRE_rec |
5003 | | /* 24608 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 24630 |
5004 | | /* 24613 */ MCD_OPC_CheckPredicate, 12, 212, 0, 0, // Skip to: 24830 |
5005 | | /* 24618 */ MCD_OPC_CheckField, 11, 5, 0, 205, 0, 0, // Skip to: 24830 |
5006 | | /* 24625 */ MCD_OPC_Decode, 234, 8, 251, 1, // Opcode: FMUL |
5007 | | /* 24630 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 24652 |
5008 | | /* 24635 */ MCD_OPC_CheckPredicate, 12, 190, 0, 0, // Skip to: 24830 |
5009 | | /* 24640 */ MCD_OPC_CheckField, 11, 5, 0, 183, 0, 0, // Skip to: 24830 |
5010 | | /* 24647 */ MCD_OPC_Decode, 237, 8, 251, 1, // Opcode: FMUL_rec |
5011 | | /* 24652 */ MCD_OPC_FilterValue, 52, 24, 0, 0, // Skip to: 24681 |
5012 | | /* 24657 */ MCD_OPC_CheckPredicate, 12, 168, 0, 0, // Skip to: 24830 |
5013 | | /* 24662 */ MCD_OPC_CheckField, 16, 5, 0, 161, 0, 0, // Skip to: 24830 |
5014 | | /* 24669 */ MCD_OPC_CheckField, 6, 5, 0, 154, 0, 0, // Skip to: 24830 |
5015 | | /* 24676 */ MCD_OPC_Decode, 148, 9, 160, 1, // Opcode: FRSQRTE |
5016 | | /* 24681 */ MCD_OPC_FilterValue, 53, 24, 0, 0, // Skip to: 24710 |
5017 | | /* 24686 */ MCD_OPC_CheckPredicate, 12, 139, 0, 0, // Skip to: 24830 |
5018 | | /* 24691 */ MCD_OPC_CheckField, 16, 5, 0, 132, 0, 0, // Skip to: 24830 |
5019 | | /* 24698 */ MCD_OPC_CheckField, 6, 5, 0, 125, 0, 0, // Skip to: 24830 |
5020 | | /* 24705 */ MCD_OPC_Decode, 151, 9, 160, 1, // Opcode: FRSQRTE_rec |
5021 | | /* 24710 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 24725 |
5022 | | /* 24715 */ MCD_OPC_CheckPredicate, 12, 110, 0, 0, // Skip to: 24830 |
5023 | | /* 24720 */ MCD_OPC_Decode, 230, 8, 252, 1, // Opcode: FMSUB |
5024 | | /* 24725 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 24740 |
5025 | | /* 24730 */ MCD_OPC_CheckPredicate, 12, 95, 0, 0, // Skip to: 24830 |
5026 | | /* 24735 */ MCD_OPC_Decode, 233, 8, 252, 1, // Opcode: FMSUB_rec |
5027 | | /* 24740 */ MCD_OPC_FilterValue, 58, 10, 0, 0, // Skip to: 24755 |
5028 | | /* 24745 */ MCD_OPC_CheckPredicate, 12, 80, 0, 0, // Skip to: 24830 |
5029 | | /* 24750 */ MCD_OPC_Decode, 224, 8, 252, 1, // Opcode: FMADD |
5030 | | /* 24755 */ MCD_OPC_FilterValue, 59, 10, 0, 0, // Skip to: 24770 |
5031 | | /* 24760 */ MCD_OPC_CheckPredicate, 12, 65, 0, 0, // Skip to: 24830 |
5032 | | /* 24765 */ MCD_OPC_Decode, 227, 8, 252, 1, // Opcode: FMADD_rec |
5033 | | /* 24770 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 24785 |
5034 | | /* 24775 */ MCD_OPC_CheckPredicate, 12, 50, 0, 0, // Skip to: 24830 |
5035 | | /* 24780 */ MCD_OPC_Decode, 250, 8, 252, 1, // Opcode: FNMSUB |
5036 | | /* 24785 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 24800 |
5037 | | /* 24790 */ MCD_OPC_CheckPredicate, 12, 35, 0, 0, // Skip to: 24830 |
5038 | | /* 24795 */ MCD_OPC_Decode, 253, 8, 252, 1, // Opcode: FNMSUB_rec |
5039 | | /* 24800 */ MCD_OPC_FilterValue, 62, 10, 0, 0, // Skip to: 24815 |
5040 | | /* 24805 */ MCD_OPC_CheckPredicate, 12, 20, 0, 0, // Skip to: 24830 |
5041 | | /* 24810 */ MCD_OPC_Decode, 246, 8, 252, 1, // Opcode: FNMADD |
5042 | | /* 24815 */ MCD_OPC_FilterValue, 63, 10, 0, 0, // Skip to: 24830 |
5043 | | /* 24820 */ MCD_OPC_CheckPredicate, 12, 5, 0, 0, // Skip to: 24830 |
5044 | | /* 24825 */ MCD_OPC_Decode, 249, 8, 252, 1, // Opcode: FNMADD_rec |
5045 | | /* 24830 */ MCD_OPC_Fail, |
5046 | | 0 |
5047 | | }; |
5048 | | |
5049 | | static const uint8_t DecoderTable64[] = { |
5050 | | /* 0 */ MCD_OPC_ExtractField, 27, 5, // Inst{31-27} ... |
5051 | | /* 3 */ MCD_OPC_FilterValue, 7, 52, 0, 0, // Skip to: 60 |
5052 | | /* 8 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5053 | | /* 11 */ MCD_OPC_FilterValue, 128, 3, 25, 0, 0, // Skip to: 42 |
5054 | | /* 17 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
5055 | | /* 20 */ MCD_OPC_FilterValue, 0, 224, 9, 0, // Skip to: 2553 |
5056 | | /* 25 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 37 |
5057 | | /* 32 */ MCD_OPC_Decode, 151, 12, 253, 1, // Opcode: PLI |
5058 | | /* 37 */ MCD_OPC_Decode, 232, 11, 254, 1, // Opcode: PADDI |
5059 | | /* 42 */ MCD_OPC_FilterValue, 132, 3, 201, 9, 0, // Skip to: 2553 |
5060 | | /* 48 */ MCD_OPC_CheckField, 26, 1, 0, 194, 9, 0, // Skip to: 2553 |
5061 | | /* 55 */ MCD_OPC_Decode, 236, 11, 255, 1, // Opcode: PADDIpc |
5062 | | /* 60 */ MCD_OPC_FilterValue, 16, 191, 0, 0, // Skip to: 256 |
5063 | | /* 65 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5064 | | /* 68 */ MCD_OPC_FilterValue, 192, 2, 146, 0, 0, // Skip to: 220 |
5065 | | /* 74 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
5066 | | /* 77 */ MCD_OPC_FilterValue, 0, 62, 0, 0, // Skip to: 144 |
5067 | | /* 82 */ MCD_OPC_ExtractField, 18, 3, // Inst{20-18} ... |
5068 | | /* 85 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 102 |
5069 | | /* 90 */ MCD_OPC_CheckField, 48, 2, 0, 152, 9, 0, // Skip to: 2553 |
5070 | | /* 97 */ MCD_OPC_Decode, 190, 23, 128, 2, // Opcode: XXSPLTI32DX |
5071 | | /* 102 */ MCD_OPC_FilterValue, 1, 142, 9, 0, // Skip to: 2553 |
5072 | | /* 107 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ... |
5073 | | /* 110 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 127 |
5074 | | /* 115 */ MCD_OPC_CheckField, 48, 2, 0, 127, 9, 0, // Skip to: 2553 |
5075 | | /* 122 */ MCD_OPC_Decode, 192, 23, 129, 2, // Opcode: XXSPLTIDP |
5076 | | /* 127 */ MCD_OPC_FilterValue, 1, 117, 9, 0, // Skip to: 2553 |
5077 | | /* 132 */ MCD_OPC_CheckField, 48, 2, 0, 110, 9, 0, // Skip to: 2553 |
5078 | | /* 139 */ MCD_OPC_Decode, 193, 23, 129, 2, // Opcode: XXSPLTIW |
5079 | | /* 144 */ MCD_OPC_FilterValue, 1, 100, 9, 0, // Skip to: 2553 |
5080 | | /* 149 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
5081 | | /* 152 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 169 |
5082 | | /* 157 */ MCD_OPC_CheckField, 32, 18, 0, 85, 9, 0, // Skip to: 2553 |
5083 | | /* 164 */ MCD_OPC_Decode, 146, 23, 214, 1, // Opcode: XXBLENDVB |
5084 | | /* 169 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 186 |
5085 | | /* 174 */ MCD_OPC_CheckField, 32, 18, 0, 68, 9, 0, // Skip to: 2553 |
5086 | | /* 181 */ MCD_OPC_Decode, 148, 23, 214, 1, // Opcode: XXBLENDVH |
5087 | | /* 186 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 203 |
5088 | | /* 191 */ MCD_OPC_CheckField, 32, 18, 0, 51, 9, 0, // Skip to: 2553 |
5089 | | /* 198 */ MCD_OPC_Decode, 149, 23, 214, 1, // Opcode: XXBLENDVW |
5090 | | /* 203 */ MCD_OPC_FilterValue, 3, 41, 9, 0, // Skip to: 2553 |
5091 | | /* 208 */ MCD_OPC_CheckField, 32, 18, 0, 34, 9, 0, // Skip to: 2553 |
5092 | | /* 215 */ MCD_OPC_Decode, 147, 23, 214, 1, // Opcode: XXBLENDVD |
5093 | | /* 220 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 238 |
5094 | | /* 226 */ MCD_OPC_CheckField, 26, 1, 0, 16, 9, 0, // Skip to: 2553 |
5095 | | /* 233 */ MCD_OPC_Decode, 161, 12, 130, 2, // Opcode: PLWZ |
5096 | | /* 238 */ MCD_OPC_FilterValue, 132, 3, 5, 9, 0, // Skip to: 2553 |
5097 | | /* 244 */ MCD_OPC_CheckField, 26, 1, 0, 254, 8, 0, // Skip to: 2553 |
5098 | | /* 251 */ MCD_OPC_Decode, 168, 12, 131, 2, // Opcode: PLWZpc |
5099 | | /* 256 */ MCD_OPC_FilterValue, 17, 96, 0, 0, // Skip to: 357 |
5100 | | /* 261 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5101 | | /* 264 */ MCD_OPC_FilterValue, 192, 2, 51, 0, 0, // Skip to: 321 |
5102 | | /* 270 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ... |
5103 | | /* 273 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 297 |
5104 | | /* 278 */ MCD_OPC_CheckField, 35, 15, 0, 220, 8, 0, // Skip to: 2553 |
5105 | | /* 285 */ MCD_OPC_CheckField, 26, 1, 0, 213, 8, 0, // Skip to: 2553 |
5106 | | /* 292 */ MCD_OPC_Decode, 184, 23, 132, 2, // Opcode: XXPERMX |
5107 | | /* 297 */ MCD_OPC_FilterValue, 1, 203, 8, 0, // Skip to: 2553 |
5108 | | /* 302 */ MCD_OPC_CheckField, 40, 10, 0, 196, 8, 0, // Skip to: 2553 |
5109 | | /* 309 */ MCD_OPC_CheckField, 26, 1, 0, 189, 8, 0, // Skip to: 2553 |
5110 | | /* 316 */ MCD_OPC_Decode, 154, 23, 133, 2, // Opcode: XXEVAL |
5111 | | /* 321 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 339 |
5112 | | /* 327 */ MCD_OPC_CheckField, 26, 1, 0, 171, 8, 0, // Skip to: 2553 |
5113 | | /* 334 */ MCD_OPC_Decode, 243, 11, 130, 2, // Opcode: PLBZ |
5114 | | /* 339 */ MCD_OPC_FilterValue, 132, 3, 160, 8, 0, // Skip to: 2553 |
5115 | | /* 345 */ MCD_OPC_CheckField, 26, 1, 0, 153, 8, 0, // Skip to: 2553 |
5116 | | /* 352 */ MCD_OPC_Decode, 250, 11, 131, 2, // Opcode: PLBZpc |
5117 | | /* 357 */ MCD_OPC_FilterValue, 18, 39, 0, 0, // Skip to: 401 |
5118 | | /* 362 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5119 | | /* 365 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 383 |
5120 | | /* 371 */ MCD_OPC_CheckField, 26, 1, 0, 127, 8, 0, // Skip to: 2553 |
5121 | | /* 378 */ MCD_OPC_Decode, 166, 13, 130, 2, // Opcode: PSTW |
5122 | | /* 383 */ MCD_OPC_FilterValue, 132, 3, 116, 8, 0, // Skip to: 2553 |
5123 | | /* 389 */ MCD_OPC_CheckField, 26, 1, 0, 109, 8, 0, // Skip to: 2553 |
5124 | | /* 396 */ MCD_OPC_Decode, 173, 13, 131, 2, // Opcode: PSTWpc |
5125 | | /* 401 */ MCD_OPC_FilterValue, 19, 39, 0, 0, // Skip to: 445 |
5126 | | /* 406 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5127 | | /* 409 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 427 |
5128 | | /* 415 */ MCD_OPC_CheckField, 26, 1, 0, 83, 8, 0, // Skip to: 2553 |
5129 | | /* 422 */ MCD_OPC_Decode, 138, 13, 130, 2, // Opcode: PSTB |
5130 | | /* 427 */ MCD_OPC_FilterValue, 132, 3, 72, 8, 0, // Skip to: 2553 |
5131 | | /* 433 */ MCD_OPC_CheckField, 26, 1, 0, 65, 8, 0, // Skip to: 2553 |
5132 | | /* 440 */ MCD_OPC_Decode, 145, 13, 131, 2, // Opcode: PSTBpc |
5133 | | /* 445 */ MCD_OPC_FilterValue, 20, 75, 0, 0, // Skip to: 525 |
5134 | | /* 450 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5135 | | /* 453 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 471 |
5136 | | /* 459 */ MCD_OPC_CheckField, 26, 1, 1, 39, 8, 0, // Skip to: 2553 |
5137 | | /* 466 */ MCD_OPC_Decode, 153, 12, 130, 2, // Opcode: PLWA |
5138 | | /* 471 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 489 |
5139 | | /* 477 */ MCD_OPC_CheckField, 26, 1, 1, 21, 8, 0, // Skip to: 2553 |
5140 | | /* 484 */ MCD_OPC_Decode, 160, 12, 131, 2, // Opcode: PLWApc |
5141 | | /* 489 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 507 |
5142 | | /* 495 */ MCD_OPC_CheckField, 26, 1, 0, 3, 8, 0, // Skip to: 2553 |
5143 | | /* 502 */ MCD_OPC_Decode, 143, 12, 130, 2, // Opcode: PLHZ |
5144 | | /* 507 */ MCD_OPC_FilterValue, 132, 3, 248, 7, 0, // Skip to: 2553 |
5145 | | /* 513 */ MCD_OPC_CheckField, 26, 1, 0, 241, 7, 0, // Skip to: 2553 |
5146 | | /* 520 */ MCD_OPC_Decode, 150, 12, 131, 2, // Opcode: PLHZpc |
5147 | | /* 525 */ MCD_OPC_FilterValue, 21, 97, 0, 0, // Skip to: 627 |
5148 | | /* 530 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5149 | | /* 533 */ MCD_OPC_FilterValue, 128, 2, 23, 0, 0, // Skip to: 562 |
5150 | | /* 539 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
5151 | | /* 542 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 552 |
5152 | | /* 547 */ MCD_OPC_Decode, 169, 12, 134, 2, // Opcode: PLXSD |
5153 | | /* 552 */ MCD_OPC_FilterValue, 1, 204, 7, 0, // Skip to: 2553 |
5154 | | /* 557 */ MCD_OPC_Decode, 173, 12, 134, 2, // Opcode: PLXSSP |
5155 | | /* 562 */ MCD_OPC_FilterValue, 132, 2, 23, 0, 0, // Skip to: 591 |
5156 | | /* 568 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
5157 | | /* 571 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 581 |
5158 | | /* 576 */ MCD_OPC_Decode, 172, 12, 135, 2, // Opcode: PLXSDpc |
5159 | | /* 581 */ MCD_OPC_FilterValue, 1, 175, 7, 0, // Skip to: 2553 |
5160 | | /* 586 */ MCD_OPC_Decode, 176, 12, 135, 2, // Opcode: PLXSSPpc |
5161 | | /* 591 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 609 |
5162 | | /* 597 */ MCD_OPC_CheckField, 26, 1, 0, 157, 7, 0, // Skip to: 2553 |
5163 | | /* 604 */ MCD_OPC_Decode, 135, 12, 130, 2, // Opcode: PLHA |
5164 | | /* 609 */ MCD_OPC_FilterValue, 132, 3, 146, 7, 0, // Skip to: 2553 |
5165 | | /* 615 */ MCD_OPC_CheckField, 26, 1, 0, 139, 7, 0, // Skip to: 2553 |
5166 | | /* 622 */ MCD_OPC_Decode, 142, 12, 131, 2, // Opcode: PLHApc |
5167 | | /* 627 */ MCD_OPC_FilterValue, 22, 39, 0, 0, // Skip to: 671 |
5168 | | /* 632 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5169 | | /* 635 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 653 |
5170 | | /* 641 */ MCD_OPC_CheckField, 26, 1, 0, 113, 7, 0, // Skip to: 2553 |
5171 | | /* 648 */ MCD_OPC_Decode, 158, 13, 130, 2, // Opcode: PSTH |
5172 | | /* 653 */ MCD_OPC_FilterValue, 132, 3, 102, 7, 0, // Skip to: 2553 |
5173 | | /* 659 */ MCD_OPC_CheckField, 26, 1, 0, 95, 7, 0, // Skip to: 2553 |
5174 | | /* 666 */ MCD_OPC_Decode, 165, 13, 131, 2, // Opcode: PSTHpc |
5175 | | /* 671 */ MCD_OPC_FilterValue, 23, 63, 0, 0, // Skip to: 739 |
5176 | | /* 676 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ... |
5177 | | /* 679 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 709 |
5178 | | /* 684 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5179 | | /* 687 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 698 |
5180 | | /* 693 */ MCD_OPC_Decode, 174, 13, 134, 2, // Opcode: PSTXSD |
5181 | | /* 698 */ MCD_OPC_FilterValue, 132, 2, 57, 7, 0, // Skip to: 2553 |
5182 | | /* 704 */ MCD_OPC_Decode, 177, 13, 135, 2, // Opcode: PSTXSDpc |
5183 | | /* 709 */ MCD_OPC_FilterValue, 1, 47, 7, 0, // Skip to: 2553 |
5184 | | /* 714 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5185 | | /* 717 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 728 |
5186 | | /* 723 */ MCD_OPC_Decode, 178, 13, 134, 2, // Opcode: PSTXSSP |
5187 | | /* 728 */ MCD_OPC_FilterValue, 132, 2, 27, 7, 0, // Skip to: 2553 |
5188 | | /* 734 */ MCD_OPC_Decode, 181, 13, 135, 2, // Opcode: PSTXSSPpc |
5189 | | /* 739 */ MCD_OPC_FilterValue, 24, 39, 0, 0, // Skip to: 783 |
5190 | | /* 744 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5191 | | /* 747 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 765 |
5192 | | /* 753 */ MCD_OPC_CheckField, 26, 1, 0, 1, 7, 0, // Skip to: 2553 |
5193 | | /* 760 */ MCD_OPC_Decode, 131, 12, 136, 2, // Opcode: PLFS |
5194 | | /* 765 */ MCD_OPC_FilterValue, 132, 3, 246, 6, 0, // Skip to: 2553 |
5195 | | /* 771 */ MCD_OPC_CheckField, 26, 1, 0, 239, 6, 0, // Skip to: 2553 |
5196 | | /* 778 */ MCD_OPC_Decode, 134, 12, 137, 2, // Opcode: PLFSpc |
5197 | | /* 783 */ MCD_OPC_FilterValue, 25, 61, 0, 0, // Skip to: 849 |
5198 | | /* 788 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5199 | | /* 791 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 802 |
5200 | | /* 797 */ MCD_OPC_Decode, 177, 12, 138, 2, // Opcode: PLXV |
5201 | | /* 802 */ MCD_OPC_FilterValue, 132, 2, 5, 0, 0, // Skip to: 813 |
5202 | | /* 808 */ MCD_OPC_Decode, 184, 12, 139, 2, // Opcode: PLXVpc |
5203 | | /* 813 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 831 |
5204 | | /* 819 */ MCD_OPC_CheckField, 26, 1, 0, 191, 6, 0, // Skip to: 2553 |
5205 | | /* 826 */ MCD_OPC_Decode, 255, 11, 140, 2, // Opcode: PLFD |
5206 | | /* 831 */ MCD_OPC_FilterValue, 132, 3, 180, 6, 0, // Skip to: 2553 |
5207 | | /* 837 */ MCD_OPC_CheckField, 26, 1, 0, 173, 6, 0, // Skip to: 2553 |
5208 | | /* 844 */ MCD_OPC_Decode, 130, 12, 141, 2, // Opcode: PLFDpc |
5209 | | /* 849 */ MCD_OPC_FilterValue, 26, 39, 0, 0, // Skip to: 893 |
5210 | | /* 854 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5211 | | /* 857 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 875 |
5212 | | /* 863 */ MCD_OPC_CheckField, 26, 1, 0, 147, 6, 0, // Skip to: 2553 |
5213 | | /* 870 */ MCD_OPC_Decode, 154, 13, 136, 2, // Opcode: PSTFS |
5214 | | /* 875 */ MCD_OPC_FilterValue, 132, 3, 136, 6, 0, // Skip to: 2553 |
5215 | | /* 881 */ MCD_OPC_CheckField, 26, 1, 0, 129, 6, 0, // Skip to: 2553 |
5216 | | /* 888 */ MCD_OPC_Decode, 157, 13, 137, 2, // Opcode: PSTFSpc |
5217 | | /* 893 */ MCD_OPC_FilterValue, 27, 61, 0, 0, // Skip to: 959 |
5218 | | /* 898 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5219 | | /* 901 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 912 |
5220 | | /* 907 */ MCD_OPC_Decode, 182, 13, 138, 2, // Opcode: PSTXV |
5221 | | /* 912 */ MCD_OPC_FilterValue, 132, 2, 5, 0, 0, // Skip to: 923 |
5222 | | /* 918 */ MCD_OPC_Decode, 189, 13, 139, 2, // Opcode: PSTXVpc |
5223 | | /* 923 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 941 |
5224 | | /* 929 */ MCD_OPC_CheckField, 26, 1, 0, 81, 6, 0, // Skip to: 2553 |
5225 | | /* 936 */ MCD_OPC_Decode, 150, 13, 140, 2, // Opcode: PSTFD |
5226 | | /* 941 */ MCD_OPC_FilterValue, 132, 3, 70, 6, 0, // Skip to: 2553 |
5227 | | /* 947 */ MCD_OPC_CheckField, 26, 1, 0, 63, 6, 0, // Skip to: 2553 |
5228 | | /* 954 */ MCD_OPC_Decode, 153, 13, 141, 2, // Opcode: PSTFDpc |
5229 | | /* 959 */ MCD_OPC_FilterValue, 28, 39, 0, 0, // Skip to: 1003 |
5230 | | /* 964 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5231 | | /* 967 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 985 |
5232 | | /* 973 */ MCD_OPC_CheckField, 26, 1, 1, 37, 6, 0, // Skip to: 2553 |
5233 | | /* 980 */ MCD_OPC_Decode, 251, 11, 142, 2, // Opcode: PLD |
5234 | | /* 985 */ MCD_OPC_FilterValue, 132, 2, 26, 6, 0, // Skip to: 2553 |
5235 | | /* 991 */ MCD_OPC_CheckField, 26, 1, 1, 19, 6, 0, // Skip to: 2553 |
5236 | | /* 998 */ MCD_OPC_Decode, 254, 11, 143, 2, // Opcode: PLDpc |
5237 | | /* 1003 */ MCD_OPC_FilterValue, 29, 177, 5, 0, // Skip to: 2465 |
5238 | | /* 1008 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5239 | | /* 1011 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 1029 |
5240 | | /* 1017 */ MCD_OPC_CheckField, 26, 1, 0, 249, 5, 0, // Skip to: 2553 |
5241 | | /* 1024 */ MCD_OPC_Decode, 178, 12, 144, 2, // Opcode: PLXVP |
5242 | | /* 1029 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 1047 |
5243 | | /* 1035 */ MCD_OPC_CheckField, 26, 1, 0, 231, 5, 0, // Skip to: 2553 |
5244 | | /* 1042 */ MCD_OPC_Decode, 181, 12, 145, 2, // Opcode: PLXVPpc |
5245 | | /* 1047 */ MCD_OPC_FilterValue, 228, 3, 220, 5, 0, // Skip to: 2553 |
5246 | | /* 1053 */ MCD_OPC_ExtractField, 3, 8, // Inst{10-3} ... |
5247 | | /* 1056 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 1106 |
5248 | | /* 1061 */ MCD_OPC_CheckPredicate, 8, 207, 5, 0, // Skip to: 2553 |
5249 | | /* 1066 */ MCD_OPC_CheckField, 48, 2, 0, 200, 5, 0, // Skip to: 2553 |
5250 | | /* 1073 */ MCD_OPC_CheckField, 40, 4, 0, 193, 5, 0, // Skip to: 2553 |
5251 | | /* 1080 */ MCD_OPC_CheckField, 26, 1, 1, 186, 5, 0, // Skip to: 2553 |
5252 | | /* 1087 */ MCD_OPC_CheckField, 21, 2, 0, 179, 5, 0, // Skip to: 2553 |
5253 | | /* 1094 */ MCD_OPC_CheckField, 0, 1, 0, 172, 5, 0, // Skip to: 2553 |
5254 | | /* 1101 */ MCD_OPC_Decode, 238, 12, 146, 2, // Opcode: PMXVI8GER4PP |
5255 | | /* 1106 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 1156 |
5256 | | /* 1111 */ MCD_OPC_CheckPredicate, 8, 157, 5, 0, // Skip to: 2553 |
5257 | | /* 1116 */ MCD_OPC_CheckField, 48, 2, 0, 150, 5, 0, // Skip to: 2553 |
5258 | | /* 1123 */ MCD_OPC_CheckField, 40, 4, 0, 143, 5, 0, // Skip to: 2553 |
5259 | | /* 1130 */ MCD_OPC_CheckField, 26, 1, 1, 136, 5, 0, // Skip to: 2553 |
5260 | | /* 1137 */ MCD_OPC_CheckField, 21, 2, 0, 129, 5, 0, // Skip to: 2553 |
5261 | | /* 1144 */ MCD_OPC_CheckField, 0, 1, 0, 122, 5, 0, // Skip to: 2553 |
5262 | | /* 1151 */ MCD_OPC_Decode, 237, 12, 147, 2, // Opcode: PMXVI8GER4 |
5263 | | /* 1156 */ MCD_OPC_FilterValue, 18, 45, 0, 0, // Skip to: 1206 |
5264 | | /* 1161 */ MCD_OPC_CheckPredicate, 8, 107, 5, 0, // Skip to: 2553 |
5265 | | /* 1166 */ MCD_OPC_CheckField, 48, 2, 0, 100, 5, 0, // Skip to: 2553 |
5266 | | /* 1173 */ MCD_OPC_CheckField, 40, 6, 0, 93, 5, 0, // Skip to: 2553 |
5267 | | /* 1180 */ MCD_OPC_CheckField, 26, 1, 1, 86, 5, 0, // Skip to: 2553 |
5268 | | /* 1187 */ MCD_OPC_CheckField, 21, 2, 0, 79, 5, 0, // Skip to: 2553 |
5269 | | /* 1194 */ MCD_OPC_CheckField, 0, 1, 0, 72, 5, 0, // Skip to: 2553 |
5270 | | /* 1201 */ MCD_OPC_Decode, 199, 12, 148, 2, // Opcode: PMXVF16GER2PP |
5271 | | /* 1206 */ MCD_OPC_FilterValue, 19, 45, 0, 0, // Skip to: 1256 |
5272 | | /* 1211 */ MCD_OPC_CheckPredicate, 8, 57, 5, 0, // Skip to: 2553 |
5273 | | /* 1216 */ MCD_OPC_CheckField, 48, 2, 0, 50, 5, 0, // Skip to: 2553 |
5274 | | /* 1223 */ MCD_OPC_CheckField, 40, 6, 0, 43, 5, 0, // Skip to: 2553 |
5275 | | /* 1230 */ MCD_OPC_CheckField, 26, 1, 1, 36, 5, 0, // Skip to: 2553 |
5276 | | /* 1237 */ MCD_OPC_CheckField, 21, 2, 0, 29, 5, 0, // Skip to: 2553 |
5277 | | /* 1244 */ MCD_OPC_CheckField, 0, 1, 0, 22, 5, 0, // Skip to: 2553 |
5278 | | /* 1251 */ MCD_OPC_Decode, 195, 12, 149, 2, // Opcode: PMXVF16GER2 |
5279 | | /* 1256 */ MCD_OPC_FilterValue, 26, 38, 0, 0, // Skip to: 1299 |
5280 | | /* 1261 */ MCD_OPC_CheckPredicate, 8, 7, 5, 0, // Skip to: 2553 |
5281 | | /* 1266 */ MCD_OPC_CheckField, 40, 10, 0, 0, 5, 0, // Skip to: 2553 |
5282 | | /* 1273 */ MCD_OPC_CheckField, 26, 1, 1, 249, 4, 0, // Skip to: 2553 |
5283 | | /* 1280 */ MCD_OPC_CheckField, 21, 2, 0, 242, 4, 0, // Skip to: 2553 |
5284 | | /* 1287 */ MCD_OPC_CheckField, 0, 1, 0, 235, 4, 0, // Skip to: 2553 |
5285 | | /* 1294 */ MCD_OPC_Decode, 209, 12, 150, 2, // Opcode: PMXVF32GERPP |
5286 | | /* 1299 */ MCD_OPC_FilterValue, 27, 38, 0, 0, // Skip to: 1342 |
5287 | | /* 1304 */ MCD_OPC_CheckPredicate, 8, 220, 4, 0, // Skip to: 2553 |
5288 | | /* 1309 */ MCD_OPC_CheckField, 40, 10, 0, 213, 4, 0, // Skip to: 2553 |
5289 | | /* 1316 */ MCD_OPC_CheckField, 26, 1, 1, 206, 4, 0, // Skip to: 2553 |
5290 | | /* 1323 */ MCD_OPC_CheckField, 21, 2, 0, 199, 4, 0, // Skip to: 2553 |
5291 | | /* 1330 */ MCD_OPC_CheckField, 0, 1, 0, 192, 4, 0, // Skip to: 2553 |
5292 | | /* 1337 */ MCD_OPC_Decode, 205, 12, 151, 2, // Opcode: PMXVF32GER |
5293 | | /* 1342 */ MCD_OPC_FilterValue, 34, 38, 0, 0, // Skip to: 1385 |
5294 | | /* 1347 */ MCD_OPC_CheckPredicate, 8, 177, 4, 0, // Skip to: 2553 |
5295 | | /* 1352 */ MCD_OPC_CheckField, 48, 2, 0, 170, 4, 0, // Skip to: 2553 |
5296 | | /* 1359 */ MCD_OPC_CheckField, 26, 1, 1, 163, 4, 0, // Skip to: 2553 |
5297 | | /* 1366 */ MCD_OPC_CheckField, 21, 2, 0, 156, 4, 0, // Skip to: 2553 |
5298 | | /* 1373 */ MCD_OPC_CheckField, 0, 1, 0, 149, 4, 0, // Skip to: 2553 |
5299 | | /* 1380 */ MCD_OPC_Decode, 234, 12, 152, 2, // Opcode: PMXVI4GER8PP |
5300 | | /* 1385 */ MCD_OPC_FilterValue, 35, 38, 0, 0, // Skip to: 1428 |
5301 | | /* 1390 */ MCD_OPC_CheckPredicate, 8, 134, 4, 0, // Skip to: 2553 |
5302 | | /* 1395 */ MCD_OPC_CheckField, 48, 2, 0, 127, 4, 0, // Skip to: 2553 |
5303 | | /* 1402 */ MCD_OPC_CheckField, 26, 1, 1, 120, 4, 0, // Skip to: 2553 |
5304 | | /* 1409 */ MCD_OPC_CheckField, 21, 2, 0, 113, 4, 0, // Skip to: 2553 |
5305 | | /* 1416 */ MCD_OPC_CheckField, 0, 1, 0, 106, 4, 0, // Skip to: 2553 |
5306 | | /* 1423 */ MCD_OPC_Decode, 233, 12, 153, 2, // Opcode: PMXVI4GER8 |
5307 | | /* 1428 */ MCD_OPC_FilterValue, 42, 45, 0, 0, // Skip to: 1478 |
5308 | | /* 1433 */ MCD_OPC_CheckPredicate, 8, 91, 4, 0, // Skip to: 2553 |
5309 | | /* 1438 */ MCD_OPC_CheckField, 48, 2, 0, 84, 4, 0, // Skip to: 2553 |
5310 | | /* 1445 */ MCD_OPC_CheckField, 40, 6, 0, 77, 4, 0, // Skip to: 2553 |
5311 | | /* 1452 */ MCD_OPC_CheckField, 26, 1, 1, 70, 4, 0, // Skip to: 2553 |
5312 | | /* 1459 */ MCD_OPC_CheckField, 21, 2, 0, 63, 4, 0, // Skip to: 2553 |
5313 | | /* 1466 */ MCD_OPC_CheckField, 0, 1, 0, 56, 4, 0, // Skip to: 2553 |
5314 | | /* 1473 */ MCD_OPC_Decode, 228, 12, 148, 2, // Opcode: PMXVI16GER2SPP |
5315 | | /* 1478 */ MCD_OPC_FilterValue, 43, 45, 0, 0, // Skip to: 1528 |
5316 | | /* 1483 */ MCD_OPC_CheckPredicate, 8, 41, 4, 0, // Skip to: 2553 |
5317 | | /* 1488 */ MCD_OPC_CheckField, 48, 2, 0, 34, 4, 0, // Skip to: 2553 |
5318 | | /* 1495 */ MCD_OPC_CheckField, 40, 6, 0, 27, 4, 0, // Skip to: 2553 |
5319 | | /* 1502 */ MCD_OPC_CheckField, 26, 1, 1, 20, 4, 0, // Skip to: 2553 |
5320 | | /* 1509 */ MCD_OPC_CheckField, 21, 2, 0, 13, 4, 0, // Skip to: 2553 |
5321 | | /* 1516 */ MCD_OPC_CheckField, 0, 1, 0, 6, 4, 0, // Skip to: 2553 |
5322 | | /* 1523 */ MCD_OPC_Decode, 227, 12, 149, 2, // Opcode: PMXVI16GER2S |
5323 | | /* 1528 */ MCD_OPC_FilterValue, 50, 45, 0, 0, // Skip to: 1578 |
5324 | | /* 1533 */ MCD_OPC_CheckPredicate, 8, 247, 3, 0, // Skip to: 2553 |
5325 | | /* 1538 */ MCD_OPC_CheckField, 48, 2, 0, 240, 3, 0, // Skip to: 2553 |
5326 | | /* 1545 */ MCD_OPC_CheckField, 40, 6, 0, 233, 3, 0, // Skip to: 2553 |
5327 | | /* 1552 */ MCD_OPC_CheckField, 26, 1, 1, 226, 3, 0, // Skip to: 2553 |
5328 | | /* 1559 */ MCD_OPC_CheckField, 21, 2, 0, 219, 3, 0, // Skip to: 2553 |
5329 | | /* 1566 */ MCD_OPC_CheckField, 0, 1, 0, 212, 3, 0, // Skip to: 2553 |
5330 | | /* 1573 */ MCD_OPC_Decode, 189, 12, 148, 2, // Opcode: PMXVBF16GER2PP |
5331 | | /* 1578 */ MCD_OPC_FilterValue, 51, 45, 0, 0, // Skip to: 1628 |
5332 | | /* 1583 */ MCD_OPC_CheckPredicate, 8, 197, 3, 0, // Skip to: 2553 |
5333 | | /* 1588 */ MCD_OPC_CheckField, 48, 2, 0, 190, 3, 0, // Skip to: 2553 |
5334 | | /* 1595 */ MCD_OPC_CheckField, 40, 6, 0, 183, 3, 0, // Skip to: 2553 |
5335 | | /* 1602 */ MCD_OPC_CheckField, 26, 1, 1, 176, 3, 0, // Skip to: 2553 |
5336 | | /* 1609 */ MCD_OPC_CheckField, 21, 2, 0, 169, 3, 0, // Skip to: 2553 |
5337 | | /* 1616 */ MCD_OPC_CheckField, 0, 1, 0, 162, 3, 0, // Skip to: 2553 |
5338 | | /* 1623 */ MCD_OPC_Decode, 185, 12, 149, 2, // Opcode: PMXVBF16GER2 |
5339 | | /* 1628 */ MCD_OPC_FilterValue, 58, 45, 0, 0, // Skip to: 1678 |
5340 | | /* 1633 */ MCD_OPC_CheckPredicate, 8, 147, 3, 0, // Skip to: 2553 |
5341 | | /* 1638 */ MCD_OPC_CheckField, 40, 10, 0, 140, 3, 0, // Skip to: 2553 |
5342 | | /* 1645 */ MCD_OPC_CheckField, 32, 2, 0, 133, 3, 0, // Skip to: 2553 |
5343 | | /* 1652 */ MCD_OPC_CheckField, 26, 1, 1, 126, 3, 0, // Skip to: 2553 |
5344 | | /* 1659 */ MCD_OPC_CheckField, 21, 2, 0, 119, 3, 0, // Skip to: 2553 |
5345 | | /* 1666 */ MCD_OPC_CheckField, 0, 1, 0, 112, 3, 0, // Skip to: 2553 |
5346 | | /* 1673 */ MCD_OPC_Decode, 219, 12, 154, 2, // Opcode: PMXVF64GERPP |
5347 | | /* 1678 */ MCD_OPC_FilterValue, 59, 45, 0, 0, // Skip to: 1728 |
5348 | | /* 1683 */ MCD_OPC_CheckPredicate, 8, 97, 3, 0, // Skip to: 2553 |
5349 | | /* 1688 */ MCD_OPC_CheckField, 40, 10, 0, 90, 3, 0, // Skip to: 2553 |
5350 | | /* 1695 */ MCD_OPC_CheckField, 32, 2, 0, 83, 3, 0, // Skip to: 2553 |
5351 | | /* 1702 */ MCD_OPC_CheckField, 26, 1, 1, 76, 3, 0, // Skip to: 2553 |
5352 | | /* 1709 */ MCD_OPC_CheckField, 21, 2, 0, 69, 3, 0, // Skip to: 2553 |
5353 | | /* 1716 */ MCD_OPC_CheckField, 0, 1, 0, 62, 3, 0, // Skip to: 2553 |
5354 | | /* 1723 */ MCD_OPC_Decode, 215, 12, 155, 2, // Opcode: PMXVF64GER |
5355 | | /* 1728 */ MCD_OPC_FilterValue, 75, 45, 0, 0, // Skip to: 1778 |
5356 | | /* 1733 */ MCD_OPC_CheckPredicate, 8, 47, 3, 0, // Skip to: 2553 |
5357 | | /* 1738 */ MCD_OPC_CheckField, 48, 2, 0, 40, 3, 0, // Skip to: 2553 |
5358 | | /* 1745 */ MCD_OPC_CheckField, 40, 6, 0, 33, 3, 0, // Skip to: 2553 |
5359 | | /* 1752 */ MCD_OPC_CheckField, 26, 1, 1, 26, 3, 0, // Skip to: 2553 |
5360 | | /* 1759 */ MCD_OPC_CheckField, 21, 2, 0, 19, 3, 0, // Skip to: 2553 |
5361 | | /* 1766 */ MCD_OPC_CheckField, 0, 1, 0, 12, 3, 0, // Skip to: 2553 |
5362 | | /* 1773 */ MCD_OPC_Decode, 225, 12, 149, 2, // Opcode: PMXVI16GER2 |
5363 | | /* 1778 */ MCD_OPC_FilterValue, 82, 45, 0, 0, // Skip to: 1828 |
5364 | | /* 1783 */ MCD_OPC_CheckPredicate, 8, 253, 2, 0, // Skip to: 2553 |
5365 | | /* 1788 */ MCD_OPC_CheckField, 48, 2, 0, 246, 2, 0, // Skip to: 2553 |
5366 | | /* 1795 */ MCD_OPC_CheckField, 40, 6, 0, 239, 2, 0, // Skip to: 2553 |
5367 | | /* 1802 */ MCD_OPC_CheckField, 26, 1, 1, 232, 2, 0, // Skip to: 2553 |
5368 | | /* 1809 */ MCD_OPC_CheckField, 21, 2, 0, 225, 2, 0, // Skip to: 2553 |
5369 | | /* 1816 */ MCD_OPC_CheckField, 0, 1, 0, 218, 2, 0, // Skip to: 2553 |
5370 | | /* 1823 */ MCD_OPC_Decode, 197, 12, 148, 2, // Opcode: PMXVF16GER2NP |
5371 | | /* 1828 */ MCD_OPC_FilterValue, 90, 38, 0, 0, // Skip to: 1871 |
5372 | | /* 1833 */ MCD_OPC_CheckPredicate, 8, 203, 2, 0, // Skip to: 2553 |
5373 | | /* 1838 */ MCD_OPC_CheckField, 40, 10, 0, 196, 2, 0, // Skip to: 2553 |
5374 | | /* 1845 */ MCD_OPC_CheckField, 26, 1, 1, 189, 2, 0, // Skip to: 2553 |
5375 | | /* 1852 */ MCD_OPC_CheckField, 21, 2, 0, 182, 2, 0, // Skip to: 2553 |
5376 | | /* 1859 */ MCD_OPC_CheckField, 0, 1, 0, 175, 2, 0, // Skip to: 2553 |
5377 | | /* 1866 */ MCD_OPC_Decode, 207, 12, 150, 2, // Opcode: PMXVF32GERNP |
5378 | | /* 1871 */ MCD_OPC_FilterValue, 99, 45, 0, 0, // Skip to: 1921 |
5379 | | /* 1876 */ MCD_OPC_CheckPredicate, 8, 160, 2, 0, // Skip to: 2553 |
5380 | | /* 1881 */ MCD_OPC_CheckField, 48, 2, 0, 153, 2, 0, // Skip to: 2553 |
5381 | | /* 1888 */ MCD_OPC_CheckField, 40, 4, 0, 146, 2, 0, // Skip to: 2553 |
5382 | | /* 1895 */ MCD_OPC_CheckField, 26, 1, 1, 139, 2, 0, // Skip to: 2553 |
5383 | | /* 1902 */ MCD_OPC_CheckField, 21, 2, 0, 132, 2, 0, // Skip to: 2553 |
5384 | | /* 1909 */ MCD_OPC_CheckField, 0, 1, 0, 125, 2, 0, // Skip to: 2553 |
5385 | | /* 1916 */ MCD_OPC_Decode, 239, 12, 146, 2, // Opcode: PMXVI8GER4SPP |
5386 | | /* 1921 */ MCD_OPC_FilterValue, 107, 45, 0, 0, // Skip to: 1971 |
5387 | | /* 1926 */ MCD_OPC_CheckPredicate, 8, 110, 2, 0, // Skip to: 2553 |
5388 | | /* 1931 */ MCD_OPC_CheckField, 48, 2, 0, 103, 2, 0, // Skip to: 2553 |
5389 | | /* 1938 */ MCD_OPC_CheckField, 40, 6, 0, 96, 2, 0, // Skip to: 2553 |
5390 | | /* 1945 */ MCD_OPC_CheckField, 26, 1, 1, 89, 2, 0, // Skip to: 2553 |
5391 | | /* 1952 */ MCD_OPC_CheckField, 21, 2, 0, 82, 2, 0, // Skip to: 2553 |
5392 | | /* 1959 */ MCD_OPC_CheckField, 0, 1, 0, 75, 2, 0, // Skip to: 2553 |
5393 | | /* 1966 */ MCD_OPC_Decode, 226, 12, 148, 2, // Opcode: PMXVI16GER2PP |
5394 | | /* 1971 */ MCD_OPC_FilterValue, 114, 45, 0, 0, // Skip to: 2021 |
5395 | | /* 1976 */ MCD_OPC_CheckPredicate, 8, 60, 2, 0, // Skip to: 2553 |
5396 | | /* 1981 */ MCD_OPC_CheckField, 48, 2, 0, 53, 2, 0, // Skip to: 2553 |
5397 | | /* 1988 */ MCD_OPC_CheckField, 40, 6, 0, 46, 2, 0, // Skip to: 2553 |
5398 | | /* 1995 */ MCD_OPC_CheckField, 26, 1, 1, 39, 2, 0, // Skip to: 2553 |
5399 | | /* 2002 */ MCD_OPC_CheckField, 21, 2, 0, 32, 2, 0, // Skip to: 2553 |
5400 | | /* 2009 */ MCD_OPC_CheckField, 0, 1, 0, 25, 2, 0, // Skip to: 2553 |
5401 | | /* 2016 */ MCD_OPC_Decode, 187, 12, 148, 2, // Opcode: PMXVBF16GER2NP |
5402 | | /* 2021 */ MCD_OPC_FilterValue, 122, 45, 0, 0, // Skip to: 2071 |
5403 | | /* 2026 */ MCD_OPC_CheckPredicate, 8, 10, 2, 0, // Skip to: 2553 |
5404 | | /* 2031 */ MCD_OPC_CheckField, 40, 10, 0, 3, 2, 0, // Skip to: 2553 |
5405 | | /* 2038 */ MCD_OPC_CheckField, 32, 2, 0, 252, 1, 0, // Skip to: 2553 |
5406 | | /* 2045 */ MCD_OPC_CheckField, 26, 1, 1, 245, 1, 0, // Skip to: 2553 |
5407 | | /* 2052 */ MCD_OPC_CheckField, 21, 2, 0, 238, 1, 0, // Skip to: 2553 |
5408 | | /* 2059 */ MCD_OPC_CheckField, 0, 1, 0, 231, 1, 0, // Skip to: 2553 |
5409 | | /* 2066 */ MCD_OPC_Decode, 217, 12, 154, 2, // Opcode: PMXVF64GERNP |
5410 | | /* 2071 */ MCD_OPC_FilterValue, 146, 1, 45, 0, 0, // Skip to: 2122 |
5411 | | /* 2077 */ MCD_OPC_CheckPredicate, 8, 215, 1, 0, // Skip to: 2553 |
5412 | | /* 2082 */ MCD_OPC_CheckField, 48, 2, 0, 208, 1, 0, // Skip to: 2553 |
5413 | | /* 2089 */ MCD_OPC_CheckField, 40, 6, 0, 201, 1, 0, // Skip to: 2553 |
5414 | | /* 2096 */ MCD_OPC_CheckField, 26, 1, 1, 194, 1, 0, // Skip to: 2553 |
5415 | | /* 2103 */ MCD_OPC_CheckField, 21, 2, 0, 187, 1, 0, // Skip to: 2553 |
5416 | | /* 2110 */ MCD_OPC_CheckField, 0, 1, 0, 180, 1, 0, // Skip to: 2553 |
5417 | | /* 2117 */ MCD_OPC_Decode, 198, 12, 148, 2, // Opcode: PMXVF16GER2PN |
5418 | | /* 2122 */ MCD_OPC_FilterValue, 154, 1, 38, 0, 0, // Skip to: 2166 |
5419 | | /* 2128 */ MCD_OPC_CheckPredicate, 8, 164, 1, 0, // Skip to: 2553 |
5420 | | /* 2133 */ MCD_OPC_CheckField, 40, 10, 0, 157, 1, 0, // Skip to: 2553 |
5421 | | /* 2140 */ MCD_OPC_CheckField, 26, 1, 1, 150, 1, 0, // Skip to: 2553 |
5422 | | /* 2147 */ MCD_OPC_CheckField, 21, 2, 0, 143, 1, 0, // Skip to: 2553 |
5423 | | /* 2154 */ MCD_OPC_CheckField, 0, 1, 0, 136, 1, 0, // Skip to: 2553 |
5424 | | /* 2161 */ MCD_OPC_Decode, 208, 12, 150, 2, // Opcode: PMXVF32GERPN |
5425 | | /* 2166 */ MCD_OPC_FilterValue, 178, 1, 45, 0, 0, // Skip to: 2217 |
5426 | | /* 2172 */ MCD_OPC_CheckPredicate, 8, 120, 1, 0, // Skip to: 2553 |
5427 | | /* 2177 */ MCD_OPC_CheckField, 48, 2, 0, 113, 1, 0, // Skip to: 2553 |
5428 | | /* 2184 */ MCD_OPC_CheckField, 40, 6, 0, 106, 1, 0, // Skip to: 2553 |
5429 | | /* 2191 */ MCD_OPC_CheckField, 26, 1, 1, 99, 1, 0, // Skip to: 2553 |
5430 | | /* 2198 */ MCD_OPC_CheckField, 21, 2, 0, 92, 1, 0, // Skip to: 2553 |
5431 | | /* 2205 */ MCD_OPC_CheckField, 0, 1, 0, 85, 1, 0, // Skip to: 2553 |
5432 | | /* 2212 */ MCD_OPC_Decode, 188, 12, 148, 2, // Opcode: PMXVBF16GER2PN |
5433 | | /* 2217 */ MCD_OPC_FilterValue, 186, 1, 45, 0, 0, // Skip to: 2268 |
5434 | | /* 2223 */ MCD_OPC_CheckPredicate, 8, 69, 1, 0, // Skip to: 2553 |
5435 | | /* 2228 */ MCD_OPC_CheckField, 40, 10, 0, 62, 1, 0, // Skip to: 2553 |
5436 | | /* 2235 */ MCD_OPC_CheckField, 32, 2, 0, 55, 1, 0, // Skip to: 2553 |
5437 | | /* 2242 */ MCD_OPC_CheckField, 26, 1, 1, 48, 1, 0, // Skip to: 2553 |
5438 | | /* 2249 */ MCD_OPC_CheckField, 21, 2, 0, 41, 1, 0, // Skip to: 2553 |
5439 | | /* 2256 */ MCD_OPC_CheckField, 0, 1, 0, 34, 1, 0, // Skip to: 2553 |
5440 | | /* 2263 */ MCD_OPC_Decode, 218, 12, 154, 2, // Opcode: PMXVF64GERPN |
5441 | | /* 2268 */ MCD_OPC_FilterValue, 210, 1, 45, 0, 0, // Skip to: 2319 |
5442 | | /* 2274 */ MCD_OPC_CheckPredicate, 8, 18, 1, 0, // Skip to: 2553 |
5443 | | /* 2279 */ MCD_OPC_CheckField, 48, 2, 0, 11, 1, 0, // Skip to: 2553 |
5444 | | /* 2286 */ MCD_OPC_CheckField, 40, 6, 0, 4, 1, 0, // Skip to: 2553 |
5445 | | /* 2293 */ MCD_OPC_CheckField, 26, 1, 1, 253, 0, 0, // Skip to: 2553 |
5446 | | /* 2300 */ MCD_OPC_CheckField, 21, 2, 0, 246, 0, 0, // Skip to: 2553 |
5447 | | /* 2307 */ MCD_OPC_CheckField, 0, 1, 0, 239, 0, 0, // Skip to: 2553 |
5448 | | /* 2314 */ MCD_OPC_Decode, 196, 12, 148, 2, // Opcode: PMXVF16GER2NN |
5449 | | /* 2319 */ MCD_OPC_FilterValue, 218, 1, 38, 0, 0, // Skip to: 2363 |
5450 | | /* 2325 */ MCD_OPC_CheckPredicate, 8, 223, 0, 0, // Skip to: 2553 |
5451 | | /* 2330 */ MCD_OPC_CheckField, 40, 10, 0, 216, 0, 0, // Skip to: 2553 |
5452 | | /* 2337 */ MCD_OPC_CheckField, 26, 1, 1, 209, 0, 0, // Skip to: 2553 |
5453 | | /* 2344 */ MCD_OPC_CheckField, 21, 2, 0, 202, 0, 0, // Skip to: 2553 |
5454 | | /* 2351 */ MCD_OPC_CheckField, 0, 1, 0, 195, 0, 0, // Skip to: 2553 |
5455 | | /* 2358 */ MCD_OPC_Decode, 206, 12, 150, 2, // Opcode: PMXVF32GERNN |
5456 | | /* 2363 */ MCD_OPC_FilterValue, 242, 1, 45, 0, 0, // Skip to: 2414 |
5457 | | /* 2369 */ MCD_OPC_CheckPredicate, 8, 179, 0, 0, // Skip to: 2553 |
5458 | | /* 2374 */ MCD_OPC_CheckField, 48, 2, 0, 172, 0, 0, // Skip to: 2553 |
5459 | | /* 2381 */ MCD_OPC_CheckField, 40, 6, 0, 165, 0, 0, // Skip to: 2553 |
5460 | | /* 2388 */ MCD_OPC_CheckField, 26, 1, 1, 158, 0, 0, // Skip to: 2553 |
5461 | | /* 2395 */ MCD_OPC_CheckField, 21, 2, 0, 151, 0, 0, // Skip to: 2553 |
5462 | | /* 2402 */ MCD_OPC_CheckField, 0, 1, 0, 144, 0, 0, // Skip to: 2553 |
5463 | | /* 2409 */ MCD_OPC_Decode, 186, 12, 148, 2, // Opcode: PMXVBF16GER2NN |
5464 | | /* 2414 */ MCD_OPC_FilterValue, 250, 1, 133, 0, 0, // Skip to: 2553 |
5465 | | /* 2420 */ MCD_OPC_CheckPredicate, 8, 128, 0, 0, // Skip to: 2553 |
5466 | | /* 2425 */ MCD_OPC_CheckField, 40, 10, 0, 121, 0, 0, // Skip to: 2553 |
5467 | | /* 2432 */ MCD_OPC_CheckField, 32, 2, 0, 114, 0, 0, // Skip to: 2553 |
5468 | | /* 2439 */ MCD_OPC_CheckField, 26, 1, 1, 107, 0, 0, // Skip to: 2553 |
5469 | | /* 2446 */ MCD_OPC_CheckField, 21, 2, 0, 100, 0, 0, // Skip to: 2553 |
5470 | | /* 2453 */ MCD_OPC_CheckField, 0, 1, 0, 93, 0, 0, // Skip to: 2553 |
5471 | | /* 2460 */ MCD_OPC_Decode, 216, 12, 154, 2, // Opcode: PMXVF64GERNN |
5472 | | /* 2465 */ MCD_OPC_FilterValue, 30, 39, 0, 0, // Skip to: 2509 |
5473 | | /* 2470 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5474 | | /* 2473 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 2491 |
5475 | | /* 2479 */ MCD_OPC_CheckField, 26, 1, 1, 67, 0, 0, // Skip to: 2553 |
5476 | | /* 2486 */ MCD_OPC_Decode, 146, 13, 142, 2, // Opcode: PSTD |
5477 | | /* 2491 */ MCD_OPC_FilterValue, 132, 2, 56, 0, 0, // Skip to: 2553 |
5478 | | /* 2497 */ MCD_OPC_CheckField, 26, 1, 1, 49, 0, 0, // Skip to: 2553 |
5479 | | /* 2504 */ MCD_OPC_Decode, 149, 13, 143, 2, // Opcode: PSTDpc |
5480 | | /* 2509 */ MCD_OPC_FilterValue, 31, 39, 0, 0, // Skip to: 2553 |
5481 | | /* 2514 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ... |
5482 | | /* 2517 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 2535 |
5483 | | /* 2523 */ MCD_OPC_CheckField, 26, 1, 0, 23, 0, 0, // Skip to: 2553 |
5484 | | /* 2530 */ MCD_OPC_Decode, 183, 13, 144, 2, // Opcode: PSTXVP |
5485 | | /* 2535 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 2553 |
5486 | | /* 2541 */ MCD_OPC_CheckField, 26, 1, 0, 5, 0, 0, // Skip to: 2553 |
5487 | | /* 2548 */ MCD_OPC_Decode, 186, 13, 145, 2, // Opcode: PSTXVPpc |
5488 | | /* 2553 */ MCD_OPC_Fail, |
5489 | | 0 |
5490 | | }; |
5491 | | |
5492 | | static const uint8_t DecoderTablePS32[] = { |
5493 | | /* 0 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
5494 | | /* 3 */ MCD_OPC_FilterValue, 4, 157, 4, 0, // Skip to: 1189 |
5495 | | /* 8 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... |
5496 | | /* 11 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 107 |
5497 | | /* 16 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5498 | | /* 19 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41 |
5499 | | /* 24 */ MCD_OPC_CheckPredicate, 13, 196, 4, 0, // Skip to: 1249 |
5500 | | /* 29 */ MCD_OPC_CheckField, 21, 2, 0, 189, 4, 0, // Skip to: 1249 |
5501 | | /* 36 */ MCD_OPC_Decode, 196, 13, 167, 1, // Opcode: PS_CMPU0 |
5502 | | /* 41 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 63 |
5503 | | /* 46 */ MCD_OPC_CheckPredicate, 13, 174, 4, 0, // Skip to: 1249 |
5504 | | /* 51 */ MCD_OPC_CheckField, 21, 2, 0, 167, 4, 0, // Skip to: 1249 |
5505 | | /* 58 */ MCD_OPC_Decode, 194, 13, 167, 1, // Opcode: PS_CMPO0 |
5506 | | /* 63 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 85 |
5507 | | /* 68 */ MCD_OPC_CheckPredicate, 13, 152, 4, 0, // Skip to: 1249 |
5508 | | /* 73 */ MCD_OPC_CheckField, 21, 2, 0, 145, 4, 0, // Skip to: 1249 |
5509 | | /* 80 */ MCD_OPC_Decode, 197, 13, 167, 1, // Opcode: PS_CMPU1 |
5510 | | /* 85 */ MCD_OPC_FilterValue, 3, 135, 4, 0, // Skip to: 1249 |
5511 | | /* 90 */ MCD_OPC_CheckPredicate, 13, 130, 4, 0, // Skip to: 1249 |
5512 | | /* 95 */ MCD_OPC_CheckField, 21, 2, 0, 123, 4, 0, // Skip to: 1249 |
5513 | | /* 102 */ MCD_OPC_Decode, 195, 13, 167, 1, // Opcode: PS_CMPO1 |
5514 | | /* 107 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 145 |
5515 | | /* 112 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
5516 | | /* 115 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130 |
5517 | | /* 120 */ MCD_OPC_CheckPredicate, 13, 100, 4, 0, // Skip to: 1249 |
5518 | | /* 125 */ MCD_OPC_Decode, 133, 13, 156, 2, // Opcode: PSQ_LX |
5519 | | /* 130 */ MCD_OPC_FilterValue, 1, 90, 4, 0, // Skip to: 1249 |
5520 | | /* 135 */ MCD_OPC_CheckPredicate, 13, 85, 4, 0, // Skip to: 1249 |
5521 | | /* 140 */ MCD_OPC_Decode, 132, 13, 156, 2, // Opcode: PSQ_LUX |
5522 | | /* 145 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 183 |
5523 | | /* 150 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ... |
5524 | | /* 153 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 168 |
5525 | | /* 158 */ MCD_OPC_CheckPredicate, 13, 62, 4, 0, // Skip to: 1249 |
5526 | | /* 163 */ MCD_OPC_Decode, 137, 13, 156, 2, // Opcode: PSQ_STX |
5527 | | /* 168 */ MCD_OPC_FilterValue, 1, 52, 4, 0, // Skip to: 1249 |
5528 | | /* 173 */ MCD_OPC_CheckPredicate, 13, 47, 4, 0, // Skip to: 1249 |
5529 | | /* 178 */ MCD_OPC_Decode, 136, 13, 156, 2, // Opcode: PSQ_STUX |
5530 | | /* 183 */ MCD_OPC_FilterValue, 16, 91, 0, 0, // Skip to: 279 |
5531 | | /* 188 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5532 | | /* 191 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 213 |
5533 | | /* 196 */ MCD_OPC_CheckPredicate, 13, 24, 4, 0, // Skip to: 1249 |
5534 | | /* 201 */ MCD_OPC_CheckField, 16, 5, 0, 17, 4, 0, // Skip to: 1249 |
5535 | | /* 208 */ MCD_OPC_Decode, 226, 13, 160, 1, // Opcode: PS_NEG |
5536 | | /* 213 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 235 |
5537 | | /* 218 */ MCD_OPC_CheckPredicate, 13, 2, 4, 0, // Skip to: 1249 |
5538 | | /* 223 */ MCD_OPC_CheckField, 16, 5, 0, 251, 3, 0, // Skip to: 1249 |
5539 | | /* 230 */ MCD_OPC_Decode, 214, 13, 160, 1, // Opcode: PS_MR |
5540 | | /* 235 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 257 |
5541 | | /* 240 */ MCD_OPC_CheckPredicate, 13, 236, 3, 0, // Skip to: 1249 |
5542 | | /* 245 */ MCD_OPC_CheckField, 16, 5, 0, 229, 3, 0, // Skip to: 1249 |
5543 | | /* 252 */ MCD_OPC_Decode, 224, 13, 160, 1, // Opcode: PS_NABS |
5544 | | /* 257 */ MCD_OPC_FilterValue, 8, 219, 3, 0, // Skip to: 1249 |
5545 | | /* 262 */ MCD_OPC_CheckPredicate, 13, 214, 3, 0, // Skip to: 1249 |
5546 | | /* 267 */ MCD_OPC_CheckField, 16, 5, 0, 207, 3, 0, // Skip to: 1249 |
5547 | | /* 274 */ MCD_OPC_Decode, 190, 13, 160, 1, // Opcode: PS_ABS |
5548 | | /* 279 */ MCD_OPC_FilterValue, 17, 91, 0, 0, // Skip to: 375 |
5549 | | /* 284 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5550 | | /* 287 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 309 |
5551 | | /* 292 */ MCD_OPC_CheckPredicate, 13, 184, 3, 0, // Skip to: 1249 |
5552 | | /* 297 */ MCD_OPC_CheckField, 16, 5, 0, 177, 3, 0, // Skip to: 1249 |
5553 | | /* 304 */ MCD_OPC_Decode, 227, 13, 160, 1, // Opcode: PS_NEGo |
5554 | | /* 309 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 331 |
5555 | | /* 314 */ MCD_OPC_CheckPredicate, 13, 162, 3, 0, // Skip to: 1249 |
5556 | | /* 319 */ MCD_OPC_CheckField, 16, 5, 0, 155, 3, 0, // Skip to: 1249 |
5557 | | /* 326 */ MCD_OPC_Decode, 215, 13, 160, 1, // Opcode: PS_MRo |
5558 | | /* 331 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 353 |
5559 | | /* 336 */ MCD_OPC_CheckPredicate, 13, 140, 3, 0, // Skip to: 1249 |
5560 | | /* 341 */ MCD_OPC_CheckField, 16, 5, 0, 133, 3, 0, // Skip to: 1249 |
5561 | | /* 348 */ MCD_OPC_Decode, 225, 13, 160, 1, // Opcode: PS_NABSo |
5562 | | /* 353 */ MCD_OPC_FilterValue, 8, 123, 3, 0, // Skip to: 1249 |
5563 | | /* 358 */ MCD_OPC_CheckPredicate, 13, 118, 3, 0, // Skip to: 1249 |
5564 | | /* 363 */ MCD_OPC_CheckField, 16, 5, 0, 111, 3, 0, // Skip to: 1249 |
5565 | | /* 370 */ MCD_OPC_Decode, 191, 13, 160, 1, // Opcode: PS_ABSo |
5566 | | /* 375 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 390 |
5567 | | /* 380 */ MCD_OPC_CheckPredicate, 13, 96, 3, 0, // Skip to: 1249 |
5568 | | /* 385 */ MCD_OPC_Decode, 240, 13, 252, 1, // Opcode: PS_SUM0 |
5569 | | /* 390 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 405 |
5570 | | /* 395 */ MCD_OPC_CheckPredicate, 13, 81, 3, 0, // Skip to: 1249 |
5571 | | /* 400 */ MCD_OPC_Decode, 241, 13, 252, 1, // Opcode: PS_SUM0o |
5572 | | /* 405 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 420 |
5573 | | /* 410 */ MCD_OPC_CheckPredicate, 13, 66, 3, 0, // Skip to: 1249 |
5574 | | /* 415 */ MCD_OPC_Decode, 242, 13, 252, 1, // Opcode: PS_SUM1 |
5575 | | /* 420 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 435 |
5576 | | /* 425 */ MCD_OPC_CheckPredicate, 13, 51, 3, 0, // Skip to: 1249 |
5577 | | /* 430 */ MCD_OPC_Decode, 243, 13, 252, 1, // Opcode: PS_SUM1o |
5578 | | /* 435 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 457 |
5579 | | /* 440 */ MCD_OPC_CheckPredicate, 13, 36, 3, 0, // Skip to: 1249 |
5580 | | /* 445 */ MCD_OPC_CheckField, 11, 5, 0, 29, 3, 0, // Skip to: 1249 |
5581 | | /* 452 */ MCD_OPC_Decode, 219, 13, 251, 1, // Opcode: PS_MULS0 |
5582 | | /* 457 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 479 |
5583 | | /* 462 */ MCD_OPC_CheckPredicate, 13, 14, 3, 0, // Skip to: 1249 |
5584 | | /* 467 */ MCD_OPC_CheckField, 11, 5, 0, 7, 3, 0, // Skip to: 1249 |
5585 | | /* 474 */ MCD_OPC_Decode, 220, 13, 251, 1, // Opcode: PS_MULS0o |
5586 | | /* 479 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 501 |
5587 | | /* 484 */ MCD_OPC_CheckPredicate, 13, 248, 2, 0, // Skip to: 1249 |
5588 | | /* 489 */ MCD_OPC_CheckField, 11, 5, 0, 241, 2, 0, // Skip to: 1249 |
5589 | | /* 496 */ MCD_OPC_Decode, 221, 13, 251, 1, // Opcode: PS_MULS1 |
5590 | | /* 501 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 523 |
5591 | | /* 506 */ MCD_OPC_CheckPredicate, 13, 226, 2, 0, // Skip to: 1249 |
5592 | | /* 511 */ MCD_OPC_CheckField, 11, 5, 0, 219, 2, 0, // Skip to: 1249 |
5593 | | /* 518 */ MCD_OPC_Decode, 222, 13, 251, 1, // Opcode: PS_MULS1o |
5594 | | /* 523 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 538 |
5595 | | /* 528 */ MCD_OPC_CheckPredicate, 13, 204, 2, 0, // Skip to: 1249 |
5596 | | /* 533 */ MCD_OPC_Decode, 201, 13, 252, 1, // Opcode: PS_MADDS0 |
5597 | | /* 538 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 553 |
5598 | | /* 543 */ MCD_OPC_CheckPredicate, 13, 189, 2, 0, // Skip to: 1249 |
5599 | | /* 548 */ MCD_OPC_Decode, 202, 13, 252, 1, // Opcode: PS_MADDS0o |
5600 | | /* 553 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 568 |
5601 | | /* 558 */ MCD_OPC_CheckPredicate, 13, 174, 2, 0, // Skip to: 1249 |
5602 | | /* 563 */ MCD_OPC_Decode, 203, 13, 252, 1, // Opcode: PS_MADDS1 |
5603 | | /* 568 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 583 |
5604 | | /* 573 */ MCD_OPC_CheckPredicate, 13, 159, 2, 0, // Skip to: 1249 |
5605 | | /* 578 */ MCD_OPC_Decode, 204, 13, 252, 1, // Opcode: PS_MADDS1o |
5606 | | /* 583 */ MCD_OPC_FilterValue, 32, 63, 0, 0, // Skip to: 651 |
5607 | | /* 588 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5608 | | /* 591 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 606 |
5609 | | /* 596 */ MCD_OPC_CheckPredicate, 13, 136, 2, 0, // Skip to: 1249 |
5610 | | /* 601 */ MCD_OPC_Decode, 206, 13, 159, 1, // Opcode: PS_MERGE00 |
5611 | | /* 606 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 621 |
5612 | | /* 611 */ MCD_OPC_CheckPredicate, 13, 121, 2, 0, // Skip to: 1249 |
5613 | | /* 616 */ MCD_OPC_Decode, 208, 13, 159, 1, // Opcode: PS_MERGE01 |
5614 | | /* 621 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 636 |
5615 | | /* 626 */ MCD_OPC_CheckPredicate, 13, 106, 2, 0, // Skip to: 1249 |
5616 | | /* 631 */ MCD_OPC_Decode, 210, 13, 159, 1, // Opcode: PS_MERGE10 |
5617 | | /* 636 */ MCD_OPC_FilterValue, 19, 96, 2, 0, // Skip to: 1249 |
5618 | | /* 641 */ MCD_OPC_CheckPredicate, 13, 91, 2, 0, // Skip to: 1249 |
5619 | | /* 646 */ MCD_OPC_Decode, 212, 13, 159, 1, // Opcode: PS_MERGE11 |
5620 | | /* 651 */ MCD_OPC_FilterValue, 33, 63, 0, 0, // Skip to: 719 |
5621 | | /* 656 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5622 | | /* 659 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 674 |
5623 | | /* 664 */ MCD_OPC_CheckPredicate, 13, 68, 2, 0, // Skip to: 1249 |
5624 | | /* 669 */ MCD_OPC_Decode, 207, 13, 159, 1, // Opcode: PS_MERGE00o |
5625 | | /* 674 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 689 |
5626 | | /* 679 */ MCD_OPC_CheckPredicate, 13, 53, 2, 0, // Skip to: 1249 |
5627 | | /* 684 */ MCD_OPC_Decode, 209, 13, 159, 1, // Opcode: PS_MERGE01o |
5628 | | /* 689 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 704 |
5629 | | /* 694 */ MCD_OPC_CheckPredicate, 13, 38, 2, 0, // Skip to: 1249 |
5630 | | /* 699 */ MCD_OPC_Decode, 211, 13, 159, 1, // Opcode: PS_MERGE10o |
5631 | | /* 704 */ MCD_OPC_FilterValue, 19, 28, 2, 0, // Skip to: 1249 |
5632 | | /* 709 */ MCD_OPC_CheckPredicate, 13, 23, 2, 0, // Skip to: 1249 |
5633 | | /* 714 */ MCD_OPC_Decode, 213, 13, 159, 1, // Opcode: PS_MERGE11o |
5634 | | /* 719 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 741 |
5635 | | /* 724 */ MCD_OPC_CheckPredicate, 13, 8, 2, 0, // Skip to: 1249 |
5636 | | /* 729 */ MCD_OPC_CheckField, 6, 5, 0, 1, 2, 0, // Skip to: 1249 |
5637 | | /* 736 */ MCD_OPC_Decode, 198, 13, 159, 1, // Opcode: PS_DIV |
5638 | | /* 741 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 763 |
5639 | | /* 746 */ MCD_OPC_CheckPredicate, 13, 242, 1, 0, // Skip to: 1249 |
5640 | | /* 751 */ MCD_OPC_CheckField, 6, 5, 0, 235, 1, 0, // Skip to: 1249 |
5641 | | /* 758 */ MCD_OPC_Decode, 199, 13, 159, 1, // Opcode: PS_DIVo |
5642 | | /* 763 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 785 |
5643 | | /* 768 */ MCD_OPC_CheckPredicate, 13, 220, 1, 0, // Skip to: 1249 |
5644 | | /* 773 */ MCD_OPC_CheckField, 6, 5, 0, 213, 1, 0, // Skip to: 1249 |
5645 | | /* 780 */ MCD_OPC_Decode, 238, 13, 159, 1, // Opcode: PS_SUB |
5646 | | /* 785 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 807 |
5647 | | /* 790 */ MCD_OPC_CheckPredicate, 13, 198, 1, 0, // Skip to: 1249 |
5648 | | /* 795 */ MCD_OPC_CheckField, 6, 5, 0, 191, 1, 0, // Skip to: 1249 |
5649 | | /* 802 */ MCD_OPC_Decode, 239, 13, 159, 1, // Opcode: PS_SUBo |
5650 | | /* 807 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 829 |
5651 | | /* 812 */ MCD_OPC_CheckPredicate, 13, 176, 1, 0, // Skip to: 1249 |
5652 | | /* 817 */ MCD_OPC_CheckField, 6, 5, 0, 169, 1, 0, // Skip to: 1249 |
5653 | | /* 824 */ MCD_OPC_Decode, 192, 13, 159, 1, // Opcode: PS_ADD |
5654 | | /* 829 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 851 |
5655 | | /* 834 */ MCD_OPC_CheckPredicate, 13, 154, 1, 0, // Skip to: 1249 |
5656 | | /* 839 */ MCD_OPC_CheckField, 6, 5, 0, 147, 1, 0, // Skip to: 1249 |
5657 | | /* 846 */ MCD_OPC_Decode, 193, 13, 159, 1, // Opcode: PS_ADDo |
5658 | | /* 851 */ MCD_OPC_FilterValue, 44, 23, 0, 0, // Skip to: 879 |
5659 | | /* 856 */ MCD_OPC_CheckPredicate, 13, 132, 1, 0, // Skip to: 1249 |
5660 | | /* 861 */ MCD_OPC_CheckField, 21, 5, 0, 125, 1, 0, // Skip to: 1249 |
5661 | | /* 868 */ MCD_OPC_CheckField, 6, 5, 31, 118, 1, 0, // Skip to: 1249 |
5662 | | /* 875 */ MCD_OPC_Decode, 129, 13, 71, // Opcode: PSC_DCBZL |
5663 | | /* 879 */ MCD_OPC_FilterValue, 46, 10, 0, 0, // Skip to: 894 |
5664 | | /* 884 */ MCD_OPC_CheckPredicate, 13, 104, 1, 0, // Skip to: 1249 |
5665 | | /* 889 */ MCD_OPC_Decode, 236, 13, 252, 1, // Opcode: PS_SEL |
5666 | | /* 894 */ MCD_OPC_FilterValue, 47, 10, 0, 0, // Skip to: 909 |
5667 | | /* 899 */ MCD_OPC_CheckPredicate, 13, 89, 1, 0, // Skip to: 1249 |
5668 | | /* 904 */ MCD_OPC_Decode, 237, 13, 252, 1, // Opcode: PS_SELo |
5669 | | /* 909 */ MCD_OPC_FilterValue, 48, 24, 0, 0, // Skip to: 938 |
5670 | | /* 914 */ MCD_OPC_CheckPredicate, 13, 74, 1, 0, // Skip to: 1249 |
5671 | | /* 919 */ MCD_OPC_CheckField, 16, 5, 0, 67, 1, 0, // Skip to: 1249 |
5672 | | /* 926 */ MCD_OPC_CheckField, 6, 5, 0, 60, 1, 0, // Skip to: 1249 |
5673 | | /* 933 */ MCD_OPC_Decode, 232, 13, 160, 1, // Opcode: PS_RES |
5674 | | /* 938 */ MCD_OPC_FilterValue, 49, 24, 0, 0, // Skip to: 967 |
5675 | | /* 943 */ MCD_OPC_CheckPredicate, 13, 45, 1, 0, // Skip to: 1249 |
5676 | | /* 948 */ MCD_OPC_CheckField, 16, 5, 0, 38, 1, 0, // Skip to: 1249 |
5677 | | /* 955 */ MCD_OPC_CheckField, 6, 5, 0, 31, 1, 0, // Skip to: 1249 |
5678 | | /* 962 */ MCD_OPC_Decode, 233, 13, 160, 1, // Opcode: PS_RESo |
5679 | | /* 967 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 989 |
5680 | | /* 972 */ MCD_OPC_CheckPredicate, 13, 16, 1, 0, // Skip to: 1249 |
5681 | | /* 977 */ MCD_OPC_CheckField, 11, 5, 0, 9, 1, 0, // Skip to: 1249 |
5682 | | /* 984 */ MCD_OPC_Decode, 218, 13, 251, 1, // Opcode: PS_MUL |
5683 | | /* 989 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 1011 |
5684 | | /* 994 */ MCD_OPC_CheckPredicate, 13, 250, 0, 0, // Skip to: 1249 |
5685 | | /* 999 */ MCD_OPC_CheckField, 11, 5, 0, 243, 0, 0, // Skip to: 1249 |
5686 | | /* 1006 */ MCD_OPC_Decode, 223, 13, 251, 1, // Opcode: PS_MULo |
5687 | | /* 1011 */ MCD_OPC_FilterValue, 52, 24, 0, 0, // Skip to: 1040 |
5688 | | /* 1016 */ MCD_OPC_CheckPredicate, 13, 228, 0, 0, // Skip to: 1249 |
5689 | | /* 1021 */ MCD_OPC_CheckField, 16, 5, 0, 221, 0, 0, // Skip to: 1249 |
5690 | | /* 1028 */ MCD_OPC_CheckField, 6, 5, 0, 214, 0, 0, // Skip to: 1249 |
5691 | | /* 1035 */ MCD_OPC_Decode, 234, 13, 160, 1, // Opcode: PS_RSQRTE |
5692 | | /* 1040 */ MCD_OPC_FilterValue, 53, 24, 0, 0, // Skip to: 1069 |
5693 | | /* 1045 */ MCD_OPC_CheckPredicate, 13, 199, 0, 0, // Skip to: 1249 |
5694 | | /* 1050 */ MCD_OPC_CheckField, 16, 5, 0, 192, 0, 0, // Skip to: 1249 |
5695 | | /* 1057 */ MCD_OPC_CheckField, 6, 5, 0, 185, 0, 0, // Skip to: 1249 |
5696 | | /* 1064 */ MCD_OPC_Decode, 235, 13, 160, 1, // Opcode: PS_RSQRTEo |
5697 | | /* 1069 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 1084 |
5698 | | /* 1074 */ MCD_OPC_CheckPredicate, 13, 170, 0, 0, // Skip to: 1249 |
5699 | | /* 1079 */ MCD_OPC_Decode, 216, 13, 252, 1, // Opcode: PS_MSUB |
5700 | | /* 1084 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 1099 |
5701 | | /* 1089 */ MCD_OPC_CheckPredicate, 13, 155, 0, 0, // Skip to: 1249 |
5702 | | /* 1094 */ MCD_OPC_Decode, 217, 13, 252, 1, // Opcode: PS_MSUBo |
5703 | | /* 1099 */ MCD_OPC_FilterValue, 58, 10, 0, 0, // Skip to: 1114 |
5704 | | /* 1104 */ MCD_OPC_CheckPredicate, 13, 140, 0, 0, // Skip to: 1249 |
5705 | | /* 1109 */ MCD_OPC_Decode, 200, 13, 252, 1, // Opcode: PS_MADD |
5706 | | /* 1114 */ MCD_OPC_FilterValue, 59, 10, 0, 0, // Skip to: 1129 |
5707 | | /* 1119 */ MCD_OPC_CheckPredicate, 13, 125, 0, 0, // Skip to: 1249 |
5708 | | /* 1124 */ MCD_OPC_Decode, 205, 13, 252, 1, // Opcode: PS_MADDo |
5709 | | /* 1129 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 1144 |
5710 | | /* 1134 */ MCD_OPC_CheckPredicate, 13, 110, 0, 0, // Skip to: 1249 |
5711 | | /* 1139 */ MCD_OPC_Decode, 230, 13, 252, 1, // Opcode: PS_NMSUB |
5712 | | /* 1144 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 1159 |
5713 | | /* 1149 */ MCD_OPC_CheckPredicate, 13, 95, 0, 0, // Skip to: 1249 |
5714 | | /* 1154 */ MCD_OPC_Decode, 231, 13, 252, 1, // Opcode: PS_NMSUBo |
5715 | | /* 1159 */ MCD_OPC_FilterValue, 62, 10, 0, 0, // Skip to: 1174 |
5716 | | /* 1164 */ MCD_OPC_CheckPredicate, 13, 80, 0, 0, // Skip to: 1249 |
5717 | | /* 1169 */ MCD_OPC_Decode, 228, 13, 252, 1, // Opcode: PS_NMADD |
5718 | | /* 1174 */ MCD_OPC_FilterValue, 63, 70, 0, 0, // Skip to: 1249 |
5719 | | /* 1179 */ MCD_OPC_CheckPredicate, 13, 65, 0, 0, // Skip to: 1249 |
5720 | | /* 1184 */ MCD_OPC_Decode, 229, 13, 252, 1, // Opcode: PS_NMADDo |
5721 | | /* 1189 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 1204 |
5722 | | /* 1194 */ MCD_OPC_CheckPredicate, 13, 50, 0, 0, // Skip to: 1249 |
5723 | | /* 1199 */ MCD_OPC_Decode, 130, 13, 157, 2, // Opcode: PSQ_L |
5724 | | /* 1204 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 1219 |
5725 | | /* 1209 */ MCD_OPC_CheckPredicate, 13, 35, 0, 0, // Skip to: 1249 |
5726 | | /* 1214 */ MCD_OPC_Decode, 131, 13, 157, 2, // Opcode: PSQ_LU |
5727 | | /* 1219 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 1234 |
5728 | | /* 1224 */ MCD_OPC_CheckPredicate, 13, 20, 0, 0, // Skip to: 1249 |
5729 | | /* 1229 */ MCD_OPC_Decode, 134, 13, 157, 2, // Opcode: PSQ_ST |
5730 | | /* 1234 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 1249 |
5731 | | /* 1239 */ MCD_OPC_CheckPredicate, 13, 5, 0, 0, // Skip to: 1249 |
5732 | | /* 1244 */ MCD_OPC_Decode, 135, 13, 157, 2, // Opcode: PSQ_STU |
5733 | | /* 1249 */ MCD_OPC_Fail, |
5734 | | 0 |
5735 | | }; |
5736 | | |
5737 | | static const uint8_t DecoderTableQPX32[] = { |
5738 | | /* 0 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ... |
5739 | | /* 3 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 99 |
5740 | | /* 8 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5741 | | /* 11 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33 |
5742 | | /* 16 */ MCD_OPC_CheckPredicate, 14, 10, 11, 0, // Skip to: 2847 |
5743 | | /* 21 */ MCD_OPC_CheckField, 26, 6, 4, 3, 11, 0, // Skip to: 2847 |
5744 | | /* 28 */ MCD_OPC_Decode, 134, 14, 158, 2, // Opcode: QVFCMPEQb |
5745 | | /* 33 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 55 |
5746 | | /* 38 */ MCD_OPC_CheckPredicate, 14, 244, 10, 0, // Skip to: 2847 |
5747 | | /* 43 */ MCD_OPC_CheckField, 26, 6, 4, 237, 10, 0, // Skip to: 2847 |
5748 | | /* 50 */ MCD_OPC_Decode, 137, 14, 158, 2, // Opcode: QVFCMPGTb |
5749 | | /* 55 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 77 |
5750 | | /* 60 */ MCD_OPC_CheckPredicate, 14, 222, 10, 0, // Skip to: 2847 |
5751 | | /* 65 */ MCD_OPC_CheckField, 26, 6, 4, 215, 10, 0, // Skip to: 2847 |
5752 | | /* 72 */ MCD_OPC_Decode, 204, 14, 158, 2, // Opcode: QVFTSTNANb |
5753 | | /* 77 */ MCD_OPC_FilterValue, 3, 205, 10, 0, // Skip to: 2847 |
5754 | | /* 82 */ MCD_OPC_CheckPredicate, 14, 200, 10, 0, // Skip to: 2847 |
5755 | | /* 87 */ MCD_OPC_CheckField, 26, 6, 4, 193, 10, 0, // Skip to: 2847 |
5756 | | /* 94 */ MCD_OPC_Decode, 140, 14, 158, 2, // Opcode: QVFCMPLTb |
5757 | | /* 99 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 137 |
5758 | | /* 104 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
5759 | | /* 107 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 122 |
5760 | | /* 112 */ MCD_OPC_CheckPredicate, 14, 170, 10, 0, // Skip to: 2847 |
5761 | | /* 117 */ MCD_OPC_Decode, 213, 14, 159, 2, // Opcode: QVFXXMADDS |
5762 | | /* 122 */ MCD_OPC_FilterValue, 4, 160, 10, 0, // Skip to: 2847 |
5763 | | /* 127 */ MCD_OPC_CheckPredicate, 14, 155, 10, 0, // Skip to: 2847 |
5764 | | /* 132 */ MCD_OPC_Decode, 212, 14, 159, 2, // Opcode: QVFXXMADD |
5765 | | /* 137 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 175 |
5766 | | /* 142 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
5767 | | /* 145 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 160 |
5768 | | /* 150 */ MCD_OPC_CheckPredicate, 14, 132, 10, 0, // Skip to: 2847 |
5769 | | /* 155 */ MCD_OPC_Decode, 211, 14, 159, 2, // Opcode: QVFXXCPNMADDS |
5770 | | /* 160 */ MCD_OPC_FilterValue, 4, 122, 10, 0, // Skip to: 2847 |
5771 | | /* 165 */ MCD_OPC_CheckPredicate, 14, 117, 10, 0, // Skip to: 2847 |
5772 | | /* 170 */ MCD_OPC_Decode, 210, 14, 159, 2, // Opcode: QVFXXCPNMADD |
5773 | | /* 175 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 204 |
5774 | | /* 180 */ MCD_OPC_CheckPredicate, 14, 102, 10, 0, // Skip to: 2847 |
5775 | | /* 185 */ MCD_OPC_CheckField, 26, 6, 4, 95, 10, 0, // Skip to: 2847 |
5776 | | /* 192 */ MCD_OPC_CheckField, 6, 1, 0, 88, 10, 0, // Skip to: 2847 |
5777 | | /* 199 */ MCD_OPC_Decode, 154, 14, 160, 2, // Opcode: QVFLOGICALb |
5778 | | /* 204 */ MCD_OPC_FilterValue, 10, 15, 1, 0, // Skip to: 480 |
5779 | | /* 209 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ... |
5780 | | /* 212 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 234 |
5781 | | /* 217 */ MCD_OPC_CheckPredicate, 14, 65, 10, 0, // Skip to: 2847 |
5782 | | /* 222 */ MCD_OPC_CheckField, 26, 6, 4, 58, 10, 0, // Skip to: 2847 |
5783 | | /* 229 */ MCD_OPC_Decode, 245, 13, 161, 2, // Opcode: QVALIGNI |
5784 | | /* 234 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 263 |
5785 | | /* 239 */ MCD_OPC_CheckPredicate, 14, 43, 10, 0, // Skip to: 2847 |
5786 | | /* 244 */ MCD_OPC_CheckField, 26, 6, 4, 36, 10, 0, // Skip to: 2847 |
5787 | | /* 251 */ MCD_OPC_CheckField, 11, 5, 0, 29, 10, 0, // Skip to: 2847 |
5788 | | /* 258 */ MCD_OPC_Decode, 248, 13, 162, 2, // Opcode: QVESPLATI |
5789 | | /* 263 */ MCD_OPC_FilterValue, 4, 56, 0, 0, // Skip to: 324 |
5790 | | /* 268 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
5791 | | /* 271 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 286 |
5792 | | /* 276 */ MCD_OPC_CheckPredicate, 14, 6, 10, 0, // Skip to: 2847 |
5793 | | /* 281 */ MCD_OPC_Decode, 216, 14, 163, 2, // Opcode: QVGPCI |
5794 | | /* 286 */ MCD_OPC_FilterValue, 31, 252, 9, 0, // Skip to: 2847 |
5795 | | /* 291 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
5796 | | /* 294 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 309 |
5797 | | /* 299 */ MCD_OPC_CheckPredicate, 14, 239, 9, 0, // Skip to: 2847 |
5798 | | /* 304 */ MCD_OPC_Decode, 132, 15, 164, 2, // Opcode: QVSTFCSXI |
5799 | | /* 309 */ MCD_OPC_FilterValue, 2, 229, 9, 0, // Skip to: 2847 |
5800 | | /* 314 */ MCD_OPC_CheckPredicate, 14, 224, 9, 0, // Skip to: 2847 |
5801 | | /* 319 */ MCD_OPC_Decode, 153, 15, 164, 2, // Opcode: QVSTFSXI |
5802 | | /* 324 */ MCD_OPC_FilterValue, 5, 47, 0, 0, // Skip to: 376 |
5803 | | /* 329 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
5804 | | /* 332 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 354 |
5805 | | /* 337 */ MCD_OPC_CheckPredicate, 14, 201, 9, 0, // Skip to: 2847 |
5806 | | /* 342 */ MCD_OPC_CheckField, 26, 6, 31, 194, 9, 0, // Skip to: 2847 |
5807 | | /* 349 */ MCD_OPC_Decode, 128, 15, 164, 2, // Opcode: QVSTFCSUXI |
5808 | | /* 354 */ MCD_OPC_FilterValue, 2, 184, 9, 0, // Skip to: 2847 |
5809 | | /* 359 */ MCD_OPC_CheckPredicate, 14, 179, 9, 0, // Skip to: 2847 |
5810 | | /* 364 */ MCD_OPC_CheckField, 26, 6, 31, 172, 9, 0, // Skip to: 2847 |
5811 | | /* 371 */ MCD_OPC_Decode, 148, 15, 164, 2, // Opcode: QVSTFSUXI |
5812 | | /* 376 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 428 |
5813 | | /* 381 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
5814 | | /* 384 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 406 |
5815 | | /* 389 */ MCD_OPC_CheckPredicate, 14, 149, 9, 0, // Skip to: 2847 |
5816 | | /* 394 */ MCD_OPC_CheckField, 26, 6, 31, 142, 9, 0, // Skip to: 2847 |
5817 | | /* 401 */ MCD_OPC_Decode, 252, 14, 164, 2, // Opcode: QVSTFCDXI |
5818 | | /* 406 */ MCD_OPC_FilterValue, 2, 132, 9, 0, // Skip to: 2847 |
5819 | | /* 411 */ MCD_OPC_CheckPredicate, 14, 127, 9, 0, // Skip to: 2847 |
5820 | | /* 416 */ MCD_OPC_CheckField, 26, 6, 31, 120, 9, 0, // Skip to: 2847 |
5821 | | /* 423 */ MCD_OPC_Decode, 141, 15, 164, 2, // Opcode: QVSTFDXI |
5822 | | /* 428 */ MCD_OPC_FilterValue, 7, 110, 9, 0, // Skip to: 2847 |
5823 | | /* 433 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ... |
5824 | | /* 436 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 458 |
5825 | | /* 441 */ MCD_OPC_CheckPredicate, 14, 97, 9, 0, // Skip to: 2847 |
5826 | | /* 446 */ MCD_OPC_CheckField, 26, 6, 31, 90, 9, 0, // Skip to: 2847 |
5827 | | /* 453 */ MCD_OPC_Decode, 248, 14, 164, 2, // Opcode: QVSTFCDUXI |
5828 | | /* 458 */ MCD_OPC_FilterValue, 2, 80, 9, 0, // Skip to: 2847 |
5829 | | /* 463 */ MCD_OPC_CheckPredicate, 14, 75, 9, 0, // Skip to: 2847 |
5830 | | /* 468 */ MCD_OPC_CheckField, 26, 6, 31, 68, 9, 0, // Skip to: 2847 |
5831 | | /* 475 */ MCD_OPC_Decode, 137, 15, 164, 2, // Opcode: QVSTFDUXI |
5832 | | /* 480 */ MCD_OPC_FilterValue, 11, 179, 0, 0, // Skip to: 664 |
5833 | | /* 485 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5834 | | /* 488 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 510 |
5835 | | /* 493 */ MCD_OPC_CheckPredicate, 14, 45, 9, 0, // Skip to: 2847 |
5836 | | /* 498 */ MCD_OPC_CheckField, 26, 6, 31, 38, 9, 0, // Skip to: 2847 |
5837 | | /* 505 */ MCD_OPC_Decode, 133, 15, 164, 2, // Opcode: QVSTFCSXIA |
5838 | | /* 510 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 532 |
5839 | | /* 515 */ MCD_OPC_CheckPredicate, 14, 23, 9, 0, // Skip to: 2847 |
5840 | | /* 520 */ MCD_OPC_CheckField, 26, 6, 31, 16, 9, 0, // Skip to: 2847 |
5841 | | /* 527 */ MCD_OPC_Decode, 129, 15, 164, 2, // Opcode: QVSTFCSUXIA |
5842 | | /* 532 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 554 |
5843 | | /* 537 */ MCD_OPC_CheckPredicate, 14, 1, 9, 0, // Skip to: 2847 |
5844 | | /* 542 */ MCD_OPC_CheckField, 26, 6, 31, 250, 8, 0, // Skip to: 2847 |
5845 | | /* 549 */ MCD_OPC_Decode, 253, 14, 164, 2, // Opcode: QVSTFCDXIA |
5846 | | /* 554 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 576 |
5847 | | /* 559 */ MCD_OPC_CheckPredicate, 14, 235, 8, 0, // Skip to: 2847 |
5848 | | /* 564 */ MCD_OPC_CheckField, 26, 6, 31, 228, 8, 0, // Skip to: 2847 |
5849 | | /* 571 */ MCD_OPC_Decode, 249, 14, 164, 2, // Opcode: QVSTFCDUXIA |
5850 | | /* 576 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 598 |
5851 | | /* 581 */ MCD_OPC_CheckPredicate, 14, 213, 8, 0, // Skip to: 2847 |
5852 | | /* 586 */ MCD_OPC_CheckField, 26, 6, 31, 206, 8, 0, // Skip to: 2847 |
5853 | | /* 593 */ MCD_OPC_Decode, 154, 15, 164, 2, // Opcode: QVSTFSXIA |
5854 | | /* 598 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 620 |
5855 | | /* 603 */ MCD_OPC_CheckPredicate, 14, 191, 8, 0, // Skip to: 2847 |
5856 | | /* 608 */ MCD_OPC_CheckField, 26, 6, 31, 184, 8, 0, // Skip to: 2847 |
5857 | | /* 615 */ MCD_OPC_Decode, 149, 15, 164, 2, // Opcode: QVSTFSUXIA |
5858 | | /* 620 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 642 |
5859 | | /* 625 */ MCD_OPC_CheckPredicate, 14, 169, 8, 0, // Skip to: 2847 |
5860 | | /* 630 */ MCD_OPC_CheckField, 26, 6, 31, 162, 8, 0, // Skip to: 2847 |
5861 | | /* 637 */ MCD_OPC_Decode, 142, 15, 164, 2, // Opcode: QVSTFDXIA |
5862 | | /* 642 */ MCD_OPC_FilterValue, 23, 152, 8, 0, // Skip to: 2847 |
5863 | | /* 647 */ MCD_OPC_CheckPredicate, 14, 147, 8, 0, // Skip to: 2847 |
5864 | | /* 652 */ MCD_OPC_CheckField, 26, 6, 31, 140, 8, 0, // Skip to: 2847 |
5865 | | /* 659 */ MCD_OPC_Decode, 138, 15, 164, 2, // Opcode: QVSTFDUXIA |
5866 | | /* 664 */ MCD_OPC_FilterValue, 12, 86, 0, 0, // Skip to: 755 |
5867 | | /* 669 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
5868 | | /* 672 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 687 |
5869 | | /* 677 */ MCD_OPC_CheckPredicate, 14, 117, 8, 0, // Skip to: 2847 |
5870 | | /* 682 */ MCD_OPC_Decode, 178, 14, 159, 2, // Opcode: QVFPERM |
5871 | | /* 687 */ MCD_OPC_FilterValue, 31, 107, 8, 0, // Skip to: 2847 |
5872 | | /* 692 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5873 | | /* 695 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 710 |
5874 | | /* 700 */ MCD_OPC_CheckPredicate, 14, 94, 8, 0, // Skip to: 2847 |
5875 | | /* 705 */ MCD_OPC_Decode, 245, 14, 164, 2, // Opcode: QVLPCRSX |
5876 | | /* 710 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 725 |
5877 | | /* 715 */ MCD_OPC_CheckPredicate, 14, 79, 8, 0, // Skip to: 2847 |
5878 | | /* 720 */ MCD_OPC_Decode, 244, 14, 164, 2, // Opcode: QVLPCRDX |
5879 | | /* 725 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 740 |
5880 | | /* 730 */ MCD_OPC_CheckPredicate, 14, 64, 8, 0, // Skip to: 2847 |
5881 | | /* 735 */ MCD_OPC_Decode, 242, 14, 164, 2, // Opcode: QVLPCLSX |
5882 | | /* 740 */ MCD_OPC_FilterValue, 18, 54, 8, 0, // Skip to: 2847 |
5883 | | /* 745 */ MCD_OPC_CheckPredicate, 14, 49, 8, 0, // Skip to: 2847 |
5884 | | /* 750 */ MCD_OPC_Decode, 241, 14, 164, 2, // Opcode: QVLPCLDX |
5885 | | /* 755 */ MCD_OPC_FilterValue, 14, 165, 1, 0, // Skip to: 1181 |
5886 | | /* 760 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5887 | | /* 763 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 785 |
5888 | | /* 768 */ MCD_OPC_CheckPredicate, 14, 26, 8, 0, // Skip to: 2847 |
5889 | | /* 773 */ MCD_OPC_CheckField, 26, 6, 31, 19, 8, 0, // Skip to: 2847 |
5890 | | /* 780 */ MCD_OPC_Decode, 223, 14, 164, 2, // Opcode: QVLFCSX |
5891 | | /* 785 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 807 |
5892 | | /* 790 */ MCD_OPC_CheckPredicate, 14, 4, 8, 0, // Skip to: 2847 |
5893 | | /* 795 */ MCD_OPC_CheckField, 26, 6, 31, 253, 7, 0, // Skip to: 2847 |
5894 | | /* 802 */ MCD_OPC_Decode, 221, 14, 164, 2, // Opcode: QVLFCSUX |
5895 | | /* 807 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 829 |
5896 | | /* 812 */ MCD_OPC_CheckPredicate, 14, 238, 7, 0, // Skip to: 2847 |
5897 | | /* 817 */ MCD_OPC_CheckField, 26, 6, 31, 231, 7, 0, // Skip to: 2847 |
5898 | | /* 824 */ MCD_OPC_Decode, 219, 14, 164, 2, // Opcode: QVLFCDX |
5899 | | /* 829 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 851 |
5900 | | /* 834 */ MCD_OPC_CheckPredicate, 14, 216, 7, 0, // Skip to: 2847 |
5901 | | /* 839 */ MCD_OPC_CheckField, 26, 6, 31, 209, 7, 0, // Skip to: 2847 |
5902 | | /* 846 */ MCD_OPC_Decode, 217, 14, 164, 2, // Opcode: QVLFCDUX |
5903 | | /* 851 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 873 |
5904 | | /* 856 */ MCD_OPC_CheckPredicate, 14, 194, 7, 0, // Skip to: 2847 |
5905 | | /* 861 */ MCD_OPC_CheckField, 26, 6, 31, 187, 7, 0, // Skip to: 2847 |
5906 | | /* 868 */ MCD_OPC_Decode, 130, 15, 164, 2, // Opcode: QVSTFCSX |
5907 | | /* 873 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 895 |
5908 | | /* 878 */ MCD_OPC_CheckPredicate, 14, 172, 7, 0, // Skip to: 2847 |
5909 | | /* 883 */ MCD_OPC_CheckField, 26, 6, 31, 165, 7, 0, // Skip to: 2847 |
5910 | | /* 890 */ MCD_OPC_Decode, 254, 14, 164, 2, // Opcode: QVSTFCSUX |
5911 | | /* 895 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 917 |
5912 | | /* 900 */ MCD_OPC_CheckPredicate, 14, 150, 7, 0, // Skip to: 2847 |
5913 | | /* 905 */ MCD_OPC_CheckField, 26, 6, 31, 143, 7, 0, // Skip to: 2847 |
5914 | | /* 912 */ MCD_OPC_Decode, 250, 14, 164, 2, // Opcode: QVSTFCDX |
5915 | | /* 917 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 939 |
5916 | | /* 922 */ MCD_OPC_CheckPredicate, 14, 128, 7, 0, // Skip to: 2847 |
5917 | | /* 927 */ MCD_OPC_CheckField, 26, 6, 31, 121, 7, 0, // Skip to: 2847 |
5918 | | /* 934 */ MCD_OPC_Decode, 246, 14, 164, 2, // Opcode: QVSTFCDUX |
5919 | | /* 939 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 961 |
5920 | | /* 944 */ MCD_OPC_CheckPredicate, 14, 106, 7, 0, // Skip to: 2847 |
5921 | | /* 949 */ MCD_OPC_CheckField, 26, 6, 31, 99, 7, 0, // Skip to: 2847 |
5922 | | /* 956 */ MCD_OPC_Decode, 237, 14, 164, 2, // Opcode: QVLFSX |
5923 | | /* 961 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 983 |
5924 | | /* 966 */ MCD_OPC_CheckPredicate, 14, 84, 7, 0, // Skip to: 2847 |
5925 | | /* 971 */ MCD_OPC_CheckField, 26, 6, 31, 77, 7, 0, // Skip to: 2847 |
5926 | | /* 978 */ MCD_OPC_Decode, 235, 14, 165, 2, // Opcode: QVLFSUX |
5927 | | /* 983 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 1005 |
5928 | | /* 988 */ MCD_OPC_CheckPredicate, 14, 62, 7, 0, // Skip to: 2847 |
5929 | | /* 993 */ MCD_OPC_CheckField, 26, 6, 31, 55, 7, 0, // Skip to: 2847 |
5930 | | /* 1000 */ MCD_OPC_Decode, 228, 14, 164, 2, // Opcode: QVLFDX |
5931 | | /* 1005 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 1027 |
5932 | | /* 1010 */ MCD_OPC_CheckPredicate, 14, 40, 7, 0, // Skip to: 2847 |
5933 | | /* 1015 */ MCD_OPC_CheckField, 26, 6, 31, 33, 7, 0, // Skip to: 2847 |
5934 | | /* 1022 */ MCD_OPC_Decode, 226, 14, 166, 2, // Opcode: QVLFDUX |
5935 | | /* 1027 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 1049 |
5936 | | /* 1032 */ MCD_OPC_CheckPredicate, 14, 18, 7, 0, // Skip to: 2847 |
5937 | | /* 1037 */ MCD_OPC_CheckField, 26, 6, 31, 11, 7, 0, // Skip to: 2847 |
5938 | | /* 1044 */ MCD_OPC_Decode, 151, 15, 164, 2, // Opcode: QVSTFSX |
5939 | | /* 1049 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 1071 |
5940 | | /* 1054 */ MCD_OPC_CheckPredicate, 14, 252, 6, 0, // Skip to: 2847 |
5941 | | /* 1059 */ MCD_OPC_CheckField, 26, 6, 31, 245, 6, 0, // Skip to: 2847 |
5942 | | /* 1066 */ MCD_OPC_Decode, 146, 15, 167, 2, // Opcode: QVSTFSUX |
5943 | | /* 1071 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 1093 |
5944 | | /* 1076 */ MCD_OPC_CheckPredicate, 14, 230, 6, 0, // Skip to: 2847 |
5945 | | /* 1081 */ MCD_OPC_CheckField, 26, 6, 31, 223, 6, 0, // Skip to: 2847 |
5946 | | /* 1088 */ MCD_OPC_Decode, 139, 15, 164, 2, // Opcode: QVSTFDX |
5947 | | /* 1093 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 1115 |
5948 | | /* 1098 */ MCD_OPC_CheckPredicate, 14, 208, 6, 0, // Skip to: 2847 |
5949 | | /* 1103 */ MCD_OPC_CheckField, 26, 6, 31, 201, 6, 0, // Skip to: 2847 |
5950 | | /* 1110 */ MCD_OPC_Decode, 135, 15, 168, 2, // Opcode: QVSTFDUX |
5951 | | /* 1115 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 1137 |
5952 | | /* 1120 */ MCD_OPC_CheckPredicate, 14, 186, 6, 0, // Skip to: 2847 |
5953 | | /* 1125 */ MCD_OPC_CheckField, 26, 6, 31, 179, 6, 0, // Skip to: 2847 |
5954 | | /* 1132 */ MCD_OPC_Decode, 233, 14, 164, 2, // Opcode: QVLFIWZX |
5955 | | /* 1137 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 1159 |
5956 | | /* 1142 */ MCD_OPC_CheckPredicate, 14, 164, 6, 0, // Skip to: 2847 |
5957 | | /* 1147 */ MCD_OPC_CheckField, 26, 6, 31, 157, 6, 0, // Skip to: 2847 |
5958 | | /* 1154 */ MCD_OPC_Decode, 231, 14, 164, 2, // Opcode: QVLFIWAX |
5959 | | /* 1159 */ MCD_OPC_FilterValue, 30, 147, 6, 0, // Skip to: 2847 |
5960 | | /* 1164 */ MCD_OPC_CheckPredicate, 14, 142, 6, 0, // Skip to: 2847 |
5961 | | /* 1169 */ MCD_OPC_CheckField, 26, 6, 31, 135, 6, 0, // Skip to: 2847 |
5962 | | /* 1176 */ MCD_OPC_Decode, 144, 15, 164, 2, // Opcode: QVSTFIWX |
5963 | | /* 1181 */ MCD_OPC_FilterValue, 15, 165, 1, 0, // Skip to: 1607 |
5964 | | /* 1186 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
5965 | | /* 1189 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1211 |
5966 | | /* 1194 */ MCD_OPC_CheckPredicate, 14, 112, 6, 0, // Skip to: 2847 |
5967 | | /* 1199 */ MCD_OPC_CheckField, 26, 6, 31, 105, 6, 0, // Skip to: 2847 |
5968 | | /* 1206 */ MCD_OPC_Decode, 224, 14, 164, 2, // Opcode: QVLFCSXA |
5969 | | /* 1211 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1233 |
5970 | | /* 1216 */ MCD_OPC_CheckPredicate, 14, 90, 6, 0, // Skip to: 2847 |
5971 | | /* 1221 */ MCD_OPC_CheckField, 26, 6, 31, 83, 6, 0, // Skip to: 2847 |
5972 | | /* 1228 */ MCD_OPC_Decode, 222, 14, 164, 2, // Opcode: QVLFCSUXA |
5973 | | /* 1233 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1255 |
5974 | | /* 1238 */ MCD_OPC_CheckPredicate, 14, 68, 6, 0, // Skip to: 2847 |
5975 | | /* 1243 */ MCD_OPC_CheckField, 26, 6, 31, 61, 6, 0, // Skip to: 2847 |
5976 | | /* 1250 */ MCD_OPC_Decode, 220, 14, 164, 2, // Opcode: QVLFCDXA |
5977 | | /* 1255 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 1277 |
5978 | | /* 1260 */ MCD_OPC_CheckPredicate, 14, 46, 6, 0, // Skip to: 2847 |
5979 | | /* 1265 */ MCD_OPC_CheckField, 26, 6, 31, 39, 6, 0, // Skip to: 2847 |
5980 | | /* 1272 */ MCD_OPC_Decode, 218, 14, 164, 2, // Opcode: QVLFCDUXA |
5981 | | /* 1277 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 1299 |
5982 | | /* 1282 */ MCD_OPC_CheckPredicate, 14, 24, 6, 0, // Skip to: 2847 |
5983 | | /* 1287 */ MCD_OPC_CheckField, 26, 6, 31, 17, 6, 0, // Skip to: 2847 |
5984 | | /* 1294 */ MCD_OPC_Decode, 131, 15, 164, 2, // Opcode: QVSTFCSXA |
5985 | | /* 1299 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 1321 |
5986 | | /* 1304 */ MCD_OPC_CheckPredicate, 14, 2, 6, 0, // Skip to: 2847 |
5987 | | /* 1309 */ MCD_OPC_CheckField, 26, 6, 31, 251, 5, 0, // Skip to: 2847 |
5988 | | /* 1316 */ MCD_OPC_Decode, 255, 14, 164, 2, // Opcode: QVSTFCSUXA |
5989 | | /* 1321 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 1343 |
5990 | | /* 1326 */ MCD_OPC_CheckPredicate, 14, 236, 5, 0, // Skip to: 2847 |
5991 | | /* 1331 */ MCD_OPC_CheckField, 26, 6, 31, 229, 5, 0, // Skip to: 2847 |
5992 | | /* 1338 */ MCD_OPC_Decode, 251, 14, 164, 2, // Opcode: QVSTFCDXA |
5993 | | /* 1343 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 1365 |
5994 | | /* 1348 */ MCD_OPC_CheckPredicate, 14, 214, 5, 0, // Skip to: 2847 |
5995 | | /* 1353 */ MCD_OPC_CheckField, 26, 6, 31, 207, 5, 0, // Skip to: 2847 |
5996 | | /* 1360 */ MCD_OPC_Decode, 247, 14, 164, 2, // Opcode: QVSTFCDUXA |
5997 | | /* 1365 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 1387 |
5998 | | /* 1370 */ MCD_OPC_CheckPredicate, 14, 192, 5, 0, // Skip to: 2847 |
5999 | | /* 1375 */ MCD_OPC_CheckField, 26, 6, 31, 185, 5, 0, // Skip to: 2847 |
6000 | | /* 1382 */ MCD_OPC_Decode, 238, 14, 164, 2, // Opcode: QVLFSXA |
6001 | | /* 1387 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 1409 |
6002 | | /* 1392 */ MCD_OPC_CheckPredicate, 14, 170, 5, 0, // Skip to: 2847 |
6003 | | /* 1397 */ MCD_OPC_CheckField, 26, 6, 31, 163, 5, 0, // Skip to: 2847 |
6004 | | /* 1404 */ MCD_OPC_Decode, 236, 14, 164, 2, // Opcode: QVLFSUXA |
6005 | | /* 1409 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 1431 |
6006 | | /* 1414 */ MCD_OPC_CheckPredicate, 14, 148, 5, 0, // Skip to: 2847 |
6007 | | /* 1419 */ MCD_OPC_CheckField, 26, 6, 31, 141, 5, 0, // Skip to: 2847 |
6008 | | /* 1426 */ MCD_OPC_Decode, 229, 14, 164, 2, // Opcode: QVLFDXA |
6009 | | /* 1431 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 1453 |
6010 | | /* 1436 */ MCD_OPC_CheckPredicate, 14, 126, 5, 0, // Skip to: 2847 |
6011 | | /* 1441 */ MCD_OPC_CheckField, 26, 6, 31, 119, 5, 0, // Skip to: 2847 |
6012 | | /* 1448 */ MCD_OPC_Decode, 227, 14, 164, 2, // Opcode: QVLFDUXA |
6013 | | /* 1453 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 1475 |
6014 | | /* 1458 */ MCD_OPC_CheckPredicate, 14, 104, 5, 0, // Skip to: 2847 |
6015 | | /* 1463 */ MCD_OPC_CheckField, 26, 6, 31, 97, 5, 0, // Skip to: 2847 |
6016 | | /* 1470 */ MCD_OPC_Decode, 152, 15, 164, 2, // Opcode: QVSTFSXA |
6017 | | /* 1475 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 1497 |
6018 | | /* 1480 */ MCD_OPC_CheckPredicate, 14, 82, 5, 0, // Skip to: 2847 |
6019 | | /* 1485 */ MCD_OPC_CheckField, 26, 6, 31, 75, 5, 0, // Skip to: 2847 |
6020 | | /* 1492 */ MCD_OPC_Decode, 147, 15, 164, 2, // Opcode: QVSTFSUXA |
6021 | | /* 1497 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 1519 |
6022 | | /* 1502 */ MCD_OPC_CheckPredicate, 14, 60, 5, 0, // Skip to: 2847 |
6023 | | /* 1507 */ MCD_OPC_CheckField, 26, 6, 31, 53, 5, 0, // Skip to: 2847 |
6024 | | /* 1514 */ MCD_OPC_Decode, 140, 15, 164, 2, // Opcode: QVSTFDXA |
6025 | | /* 1519 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 1541 |
6026 | | /* 1524 */ MCD_OPC_CheckPredicate, 14, 38, 5, 0, // Skip to: 2847 |
6027 | | /* 1529 */ MCD_OPC_CheckField, 26, 6, 31, 31, 5, 0, // Skip to: 2847 |
6028 | | /* 1536 */ MCD_OPC_Decode, 136, 15, 164, 2, // Opcode: QVSTFDUXA |
6029 | | /* 1541 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 1563 |
6030 | | /* 1546 */ MCD_OPC_CheckPredicate, 14, 16, 5, 0, // Skip to: 2847 |
6031 | | /* 1551 */ MCD_OPC_CheckField, 26, 6, 31, 9, 5, 0, // Skip to: 2847 |
6032 | | /* 1558 */ MCD_OPC_Decode, 234, 14, 164, 2, // Opcode: QVLFIWZXA |
6033 | | /* 1563 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 1585 |
6034 | | /* 1568 */ MCD_OPC_CheckPredicate, 14, 250, 4, 0, // Skip to: 2847 |
6035 | | /* 1573 */ MCD_OPC_CheckField, 26, 6, 31, 243, 4, 0, // Skip to: 2847 |
6036 | | /* 1580 */ MCD_OPC_Decode, 232, 14, 164, 2, // Opcode: QVLFIWAXA |
6037 | | /* 1585 */ MCD_OPC_FilterValue, 30, 233, 4, 0, // Skip to: 2847 |
6038 | | /* 1590 */ MCD_OPC_CheckPredicate, 14, 228, 4, 0, // Skip to: 2847 |
6039 | | /* 1595 */ MCD_OPC_CheckField, 26, 6, 31, 221, 4, 0, // Skip to: 2847 |
6040 | | /* 1602 */ MCD_OPC_Decode, 145, 15, 164, 2, // Opcode: QVSTFIWXA |
6041 | | /* 1607 */ MCD_OPC_FilterValue, 16, 1, 1, 0, // Skip to: 1869 |
6042 | | /* 1612 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
6043 | | /* 1615 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1637 |
6044 | | /* 1620 */ MCD_OPC_CheckPredicate, 14, 198, 4, 0, // Skip to: 2847 |
6045 | | /* 1625 */ MCD_OPC_CheckField, 26, 6, 4, 191, 4, 0, // Skip to: 2847 |
6046 | | /* 1632 */ MCD_OPC_Decode, 142, 14, 169, 2, // Opcode: QVFCPSGN |
6047 | | /* 1637 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 1666 |
6048 | | /* 1642 */ MCD_OPC_CheckPredicate, 14, 176, 4, 0, // Skip to: 2847 |
6049 | | /* 1647 */ MCD_OPC_CheckField, 26, 6, 4, 169, 4, 0, // Skip to: 2847 |
6050 | | /* 1654 */ MCD_OPC_CheckField, 16, 5, 0, 162, 4, 0, // Skip to: 2847 |
6051 | | /* 1661 */ MCD_OPC_Decode, 170, 14, 170, 2, // Opcode: QVFNEG |
6052 | | /* 1666 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1695 |
6053 | | /* 1671 */ MCD_OPC_CheckPredicate, 14, 147, 4, 0, // Skip to: 2847 |
6054 | | /* 1676 */ MCD_OPC_CheckField, 26, 6, 4, 140, 4, 0, // Skip to: 2847 |
6055 | | /* 1683 */ MCD_OPC_CheckField, 16, 5, 0, 133, 4, 0, // Skip to: 2847 |
6056 | | /* 1690 */ MCD_OPC_Decode, 159, 14, 170, 2, // Opcode: QVFMR |
6057 | | /* 1695 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1724 |
6058 | | /* 1700 */ MCD_OPC_CheckPredicate, 14, 118, 4, 0, // Skip to: 2847 |
6059 | | /* 1705 */ MCD_OPC_CheckField, 26, 6, 4, 111, 4, 0, // Skip to: 2847 |
6060 | | /* 1712 */ MCD_OPC_CheckField, 16, 5, 0, 104, 4, 0, // Skip to: 2847 |
6061 | | /* 1719 */ MCD_OPC_Decode, 168, 14, 170, 2, // Opcode: QVFNABS |
6062 | | /* 1724 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1753 |
6063 | | /* 1729 */ MCD_OPC_CheckPredicate, 14, 89, 4, 0, // Skip to: 2847 |
6064 | | /* 1734 */ MCD_OPC_CheckField, 26, 6, 4, 82, 4, 0, // Skip to: 2847 |
6065 | | /* 1741 */ MCD_OPC_CheckField, 16, 5, 0, 75, 4, 0, // Skip to: 2847 |
6066 | | /* 1748 */ MCD_OPC_Decode, 251, 13, 170, 2, // Opcode: QVFABS |
6067 | | /* 1753 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 1782 |
6068 | | /* 1758 */ MCD_OPC_CheckPredicate, 14, 60, 4, 0, // Skip to: 2847 |
6069 | | /* 1763 */ MCD_OPC_CheckField, 26, 6, 4, 53, 4, 0, // Skip to: 2847 |
6070 | | /* 1770 */ MCD_OPC_CheckField, 16, 5, 0, 46, 4, 0, // Skip to: 2847 |
6071 | | /* 1777 */ MCD_OPC_Decode, 185, 14, 170, 2, // Opcode: QVFRIN |
6072 | | /* 1782 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 1811 |
6073 | | /* 1787 */ MCD_OPC_CheckPredicate, 14, 31, 4, 0, // Skip to: 2847 |
6074 | | /* 1792 */ MCD_OPC_CheckField, 26, 6, 4, 24, 4, 0, // Skip to: 2847 |
6075 | | /* 1799 */ MCD_OPC_CheckField, 16, 5, 0, 17, 4, 0, // Skip to: 2847 |
6076 | | /* 1806 */ MCD_OPC_Decode, 189, 14, 170, 2, // Opcode: QVFRIZ |
6077 | | /* 1811 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 1840 |
6078 | | /* 1816 */ MCD_OPC_CheckPredicate, 14, 2, 4, 0, // Skip to: 2847 |
6079 | | /* 1821 */ MCD_OPC_CheckField, 26, 6, 4, 251, 3, 0, // Skip to: 2847 |
6080 | | /* 1828 */ MCD_OPC_CheckField, 16, 5, 0, 244, 3, 0, // Skip to: 2847 |
6081 | | /* 1835 */ MCD_OPC_Decode, 187, 14, 170, 2, // Opcode: QVFRIP |
6082 | | /* 1840 */ MCD_OPC_FilterValue, 15, 234, 3, 0, // Skip to: 2847 |
6083 | | /* 1845 */ MCD_OPC_CheckPredicate, 14, 229, 3, 0, // Skip to: 2847 |
6084 | | /* 1850 */ MCD_OPC_CheckField, 26, 6, 4, 222, 3, 0, // Skip to: 2847 |
6085 | | /* 1857 */ MCD_OPC_CheckField, 16, 5, 0, 215, 3, 0, // Skip to: 2847 |
6086 | | /* 1864 */ MCD_OPC_Decode, 183, 14, 170, 2, // Opcode: QVFRIM |
6087 | | /* 1869 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 1907 |
6088 | | /* 1874 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6089 | | /* 1877 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1892 |
6090 | | /* 1882 */ MCD_OPC_CheckPredicate, 14, 192, 3, 0, // Skip to: 2847 |
6091 | | /* 1887 */ MCD_OPC_Decode, 207, 14, 159, 2, // Opcode: QVFXMADDS |
6092 | | /* 1892 */ MCD_OPC_FilterValue, 4, 182, 3, 0, // Skip to: 2847 |
6093 | | /* 1897 */ MCD_OPC_CheckPredicate, 14, 177, 3, 0, // Skip to: 2847 |
6094 | | /* 1902 */ MCD_OPC_Decode, 206, 14, 159, 2, // Opcode: QVFXMADD |
6095 | | /* 1907 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 1945 |
6096 | | /* 1912 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6097 | | /* 1915 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1930 |
6098 | | /* 1920 */ MCD_OPC_CheckPredicate, 14, 154, 3, 0, // Skip to: 2847 |
6099 | | /* 1925 */ MCD_OPC_Decode, 215, 14, 159, 2, // Opcode: QVFXXNPMADDS |
6100 | | /* 1930 */ MCD_OPC_FilterValue, 4, 144, 3, 0, // Skip to: 2847 |
6101 | | /* 1935 */ MCD_OPC_CheckPredicate, 14, 139, 3, 0, // Skip to: 2847 |
6102 | | /* 1940 */ MCD_OPC_Decode, 214, 14, 159, 2, // Opcode: QVFXXNPMADD |
6103 | | /* 1945 */ MCD_OPC_FilterValue, 24, 31, 0, 0, // Skip to: 1981 |
6104 | | /* 1950 */ MCD_OPC_CheckPredicate, 14, 124, 3, 0, // Skip to: 2847 |
6105 | | /* 1955 */ MCD_OPC_CheckField, 26, 6, 4, 117, 3, 0, // Skip to: 2847 |
6106 | | /* 1962 */ MCD_OPC_CheckField, 16, 5, 0, 110, 3, 0, // Skip to: 2847 |
6107 | | /* 1969 */ MCD_OPC_CheckField, 6, 5, 0, 103, 3, 0, // Skip to: 2847 |
6108 | | /* 1976 */ MCD_OPC_Decode, 192, 14, 171, 2, // Opcode: QVFRSPs |
6109 | | /* 1981 */ MCD_OPC_FilterValue, 28, 223, 0, 0, // Skip to: 2209 |
6110 | | /* 1986 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
6111 | | /* 1989 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2018 |
6112 | | /* 1994 */ MCD_OPC_CheckPredicate, 14, 80, 3, 0, // Skip to: 2847 |
6113 | | /* 1999 */ MCD_OPC_CheckField, 26, 6, 4, 73, 3, 0, // Skip to: 2847 |
6114 | | /* 2006 */ MCD_OPC_CheckField, 16, 5, 0, 66, 3, 0, // Skip to: 2847 |
6115 | | /* 2013 */ MCD_OPC_Decode, 149, 14, 170, 2, // Opcode: QVFCTIW |
6116 | | /* 2018 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2047 |
6117 | | /* 2023 */ MCD_OPC_CheckPredicate, 14, 51, 3, 0, // Skip to: 2847 |
6118 | | /* 2028 */ MCD_OPC_CheckField, 26, 6, 4, 44, 3, 0, // Skip to: 2847 |
6119 | | /* 2035 */ MCD_OPC_CheckField, 16, 5, 0, 37, 3, 0, // Skip to: 2847 |
6120 | | /* 2042 */ MCD_OPC_Decode, 150, 14, 170, 2, // Opcode: QVFCTIWU |
6121 | | /* 2047 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 2076 |
6122 | | /* 2052 */ MCD_OPC_CheckPredicate, 14, 22, 3, 0, // Skip to: 2847 |
6123 | | /* 2057 */ MCD_OPC_CheckField, 26, 6, 4, 15, 3, 0, // Skip to: 2847 |
6124 | | /* 2064 */ MCD_OPC_CheckField, 16, 5, 0, 8, 3, 0, // Skip to: 2847 |
6125 | | /* 2071 */ MCD_OPC_Decode, 144, 14, 170, 2, // Opcode: QVFCTID |
6126 | | /* 2076 */ MCD_OPC_FilterValue, 26, 47, 0, 0, // Skip to: 2128 |
6127 | | /* 2081 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6128 | | /* 2084 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2106 |
6129 | | /* 2089 */ MCD_OPC_CheckPredicate, 14, 241, 2, 0, // Skip to: 2847 |
6130 | | /* 2094 */ MCD_OPC_CheckField, 16, 5, 0, 234, 2, 0, // Skip to: 2847 |
6131 | | /* 2101 */ MCD_OPC_Decode, 129, 14, 170, 2, // Opcode: QVFCFIDS |
6132 | | /* 2106 */ MCD_OPC_FilterValue, 4, 224, 2, 0, // Skip to: 2847 |
6133 | | /* 2111 */ MCD_OPC_CheckPredicate, 14, 219, 2, 0, // Skip to: 2847 |
6134 | | /* 2116 */ MCD_OPC_CheckField, 16, 5, 0, 212, 2, 0, // Skip to: 2847 |
6135 | | /* 2123 */ MCD_OPC_Decode, 128, 14, 170, 2, // Opcode: QVFCFID |
6136 | | /* 2128 */ MCD_OPC_FilterValue, 29, 24, 0, 0, // Skip to: 2157 |
6137 | | /* 2133 */ MCD_OPC_CheckPredicate, 14, 197, 2, 0, // Skip to: 2847 |
6138 | | /* 2138 */ MCD_OPC_CheckField, 26, 6, 4, 190, 2, 0, // Skip to: 2847 |
6139 | | /* 2145 */ MCD_OPC_CheckField, 16, 5, 0, 183, 2, 0, // Skip to: 2847 |
6140 | | /* 2152 */ MCD_OPC_Decode, 145, 14, 170, 2, // Opcode: QVFCTIDU |
6141 | | /* 2157 */ MCD_OPC_FilterValue, 30, 173, 2, 0, // Skip to: 2847 |
6142 | | /* 2162 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6143 | | /* 2165 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2187 |
6144 | | /* 2170 */ MCD_OPC_CheckPredicate, 14, 160, 2, 0, // Skip to: 2847 |
6145 | | /* 2175 */ MCD_OPC_CheckField, 16, 5, 0, 153, 2, 0, // Skip to: 2847 |
6146 | | /* 2182 */ MCD_OPC_Decode, 131, 14, 170, 2, // Opcode: QVFCFIDUS |
6147 | | /* 2187 */ MCD_OPC_FilterValue, 4, 143, 2, 0, // Skip to: 2847 |
6148 | | /* 2192 */ MCD_OPC_CheckPredicate, 14, 138, 2, 0, // Skip to: 2847 |
6149 | | /* 2197 */ MCD_OPC_CheckField, 16, 5, 0, 131, 2, 0, // Skip to: 2847 |
6150 | | /* 2204 */ MCD_OPC_Decode, 130, 14, 170, 2, // Opcode: QVFCFIDU |
6151 | | /* 2209 */ MCD_OPC_FilterValue, 30, 119, 0, 0, // Skip to: 2333 |
6152 | | /* 2214 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ... |
6153 | | /* 2217 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2246 |
6154 | | /* 2222 */ MCD_OPC_CheckPredicate, 14, 108, 2, 0, // Skip to: 2847 |
6155 | | /* 2227 */ MCD_OPC_CheckField, 26, 6, 4, 101, 2, 0, // Skip to: 2847 |
6156 | | /* 2234 */ MCD_OPC_CheckField, 16, 5, 0, 94, 2, 0, // Skip to: 2847 |
6157 | | /* 2241 */ MCD_OPC_Decode, 152, 14, 170, 2, // Opcode: QVFCTIWZ |
6158 | | /* 2246 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2275 |
6159 | | /* 2251 */ MCD_OPC_CheckPredicate, 14, 79, 2, 0, // Skip to: 2847 |
6160 | | /* 2256 */ MCD_OPC_CheckField, 26, 6, 4, 72, 2, 0, // Skip to: 2847 |
6161 | | /* 2263 */ MCD_OPC_CheckField, 16, 5, 0, 65, 2, 0, // Skip to: 2847 |
6162 | | /* 2270 */ MCD_OPC_Decode, 151, 14, 170, 2, // Opcode: QVFCTIWUZ |
6163 | | /* 2275 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 2304 |
6164 | | /* 2280 */ MCD_OPC_CheckPredicate, 14, 50, 2, 0, // Skip to: 2847 |
6165 | | /* 2285 */ MCD_OPC_CheckField, 26, 6, 4, 43, 2, 0, // Skip to: 2847 |
6166 | | /* 2292 */ MCD_OPC_CheckField, 16, 5, 0, 36, 2, 0, // Skip to: 2847 |
6167 | | /* 2299 */ MCD_OPC_Decode, 147, 14, 170, 2, // Opcode: QVFCTIDZ |
6168 | | /* 2304 */ MCD_OPC_FilterValue, 29, 26, 2, 0, // Skip to: 2847 |
6169 | | /* 2309 */ MCD_OPC_CheckPredicate, 14, 21, 2, 0, // Skip to: 2847 |
6170 | | /* 2314 */ MCD_OPC_CheckField, 26, 6, 4, 14, 2, 0, // Skip to: 2847 |
6171 | | /* 2321 */ MCD_OPC_CheckField, 16, 5, 0, 7, 2, 0, // Skip to: 2847 |
6172 | | /* 2328 */ MCD_OPC_Decode, 146, 14, 170, 2, // Opcode: QVFCTIDUZ |
6173 | | /* 2333 */ MCD_OPC_FilterValue, 34, 47, 0, 0, // Skip to: 2385 |
6174 | | /* 2338 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6175 | | /* 2341 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2363 |
6176 | | /* 2346 */ MCD_OPC_CheckPredicate, 14, 240, 1, 0, // Skip to: 2847 |
6177 | | /* 2351 */ MCD_OPC_CheckField, 11, 5, 0, 233, 1, 0, // Skip to: 2847 |
6178 | | /* 2358 */ MCD_OPC_Decode, 209, 14, 172, 2, // Opcode: QVFXMULS |
6179 | | /* 2363 */ MCD_OPC_FilterValue, 4, 223, 1, 0, // Skip to: 2847 |
6180 | | /* 2368 */ MCD_OPC_CheckPredicate, 14, 218, 1, 0, // Skip to: 2847 |
6181 | | /* 2373 */ MCD_OPC_CheckField, 11, 5, 0, 211, 1, 0, // Skip to: 2847 |
6182 | | /* 2380 */ MCD_OPC_Decode, 208, 14, 172, 2, // Opcode: QVFXMUL |
6183 | | /* 2385 */ MCD_OPC_FilterValue, 40, 47, 0, 0, // Skip to: 2437 |
6184 | | /* 2390 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6185 | | /* 2393 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2415 |
6186 | | /* 2398 */ MCD_OPC_CheckPredicate, 14, 188, 1, 0, // Skip to: 2847 |
6187 | | /* 2403 */ MCD_OPC_CheckField, 6, 5, 0, 181, 1, 0, // Skip to: 2847 |
6188 | | /* 2410 */ MCD_OPC_Decode, 202, 14, 173, 2, // Opcode: QVFSUBSs |
6189 | | /* 2415 */ MCD_OPC_FilterValue, 4, 171, 1, 0, // Skip to: 2847 |
6190 | | /* 2420 */ MCD_OPC_CheckPredicate, 14, 166, 1, 0, // Skip to: 2847 |
6191 | | /* 2425 */ MCD_OPC_CheckField, 6, 5, 0, 159, 1, 0, // Skip to: 2847 |
6192 | | /* 2432 */ MCD_OPC_Decode, 200, 14, 169, 2, // Opcode: QVFSUB |
6193 | | /* 2437 */ MCD_OPC_FilterValue, 42, 47, 0, 0, // Skip to: 2489 |
6194 | | /* 2442 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6195 | | /* 2445 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2467 |
6196 | | /* 2450 */ MCD_OPC_CheckPredicate, 14, 136, 1, 0, // Skip to: 2847 |
6197 | | /* 2455 */ MCD_OPC_CheckField, 6, 5, 0, 129, 1, 0, // Skip to: 2847 |
6198 | | /* 2462 */ MCD_OPC_Decode, 255, 13, 173, 2, // Opcode: QVFADDSs |
6199 | | /* 2467 */ MCD_OPC_FilterValue, 4, 119, 1, 0, // Skip to: 2847 |
6200 | | /* 2472 */ MCD_OPC_CheckPredicate, 14, 114, 1, 0, // Skip to: 2847 |
6201 | | /* 2477 */ MCD_OPC_CheckField, 6, 5, 0, 107, 1, 0, // Skip to: 2847 |
6202 | | /* 2484 */ MCD_OPC_Decode, 253, 13, 169, 2, // Opcode: QVFADD |
6203 | | /* 2489 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 2511 |
6204 | | /* 2494 */ MCD_OPC_CheckPredicate, 14, 92, 1, 0, // Skip to: 2847 |
6205 | | /* 2499 */ MCD_OPC_CheckField, 26, 6, 4, 85, 1, 0, // Skip to: 2847 |
6206 | | /* 2506 */ MCD_OPC_Decode, 197, 14, 174, 2, // Opcode: QVFSELb |
6207 | | /* 2511 */ MCD_OPC_FilterValue, 48, 61, 0, 0, // Skip to: 2577 |
6208 | | /* 2516 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6209 | | /* 2519 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2548 |
6210 | | /* 2524 */ MCD_OPC_CheckPredicate, 14, 62, 1, 0, // Skip to: 2847 |
6211 | | /* 2529 */ MCD_OPC_CheckField, 16, 5, 0, 55, 1, 0, // Skip to: 2847 |
6212 | | /* 2536 */ MCD_OPC_CheckField, 6, 5, 0, 48, 1, 0, // Skip to: 2847 |
6213 | | /* 2543 */ MCD_OPC_Decode, 181, 14, 170, 2, // Opcode: QVFRES |
6214 | | /* 2548 */ MCD_OPC_FilterValue, 4, 38, 1, 0, // Skip to: 2847 |
6215 | | /* 2553 */ MCD_OPC_CheckPredicate, 14, 33, 1, 0, // Skip to: 2847 |
6216 | | /* 2558 */ MCD_OPC_CheckField, 16, 5, 0, 26, 1, 0, // Skip to: 2847 |
6217 | | /* 2565 */ MCD_OPC_CheckField, 6, 5, 0, 19, 1, 0, // Skip to: 2847 |
6218 | | /* 2572 */ MCD_OPC_Decode, 180, 14, 170, 2, // Opcode: QVFRE |
6219 | | /* 2577 */ MCD_OPC_FilterValue, 50, 47, 0, 0, // Skip to: 2629 |
6220 | | /* 2582 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6221 | | /* 2585 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2607 |
6222 | | /* 2590 */ MCD_OPC_CheckPredicate, 14, 252, 0, 0, // Skip to: 2847 |
6223 | | /* 2595 */ MCD_OPC_CheckField, 11, 5, 0, 245, 0, 0, // Skip to: 2847 |
6224 | | /* 2602 */ MCD_OPC_Decode, 167, 14, 175, 2, // Opcode: QVFMULSs |
6225 | | /* 2607 */ MCD_OPC_FilterValue, 4, 235, 0, 0, // Skip to: 2847 |
6226 | | /* 2612 */ MCD_OPC_CheckPredicate, 14, 230, 0, 0, // Skip to: 2847 |
6227 | | /* 2617 */ MCD_OPC_CheckField, 11, 5, 0, 223, 0, 0, // Skip to: 2847 |
6228 | | /* 2624 */ MCD_OPC_Decode, 165, 14, 172, 2, // Opcode: QVFMUL |
6229 | | /* 2629 */ MCD_OPC_FilterValue, 52, 61, 0, 0, // Skip to: 2695 |
6230 | | /* 2634 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6231 | | /* 2637 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2666 |
6232 | | /* 2642 */ MCD_OPC_CheckPredicate, 14, 200, 0, 0, // Skip to: 2847 |
6233 | | /* 2647 */ MCD_OPC_CheckField, 16, 5, 0, 193, 0, 0, // Skip to: 2847 |
6234 | | /* 2654 */ MCD_OPC_CheckField, 6, 5, 0, 186, 0, 0, // Skip to: 2847 |
6235 | | /* 2661 */ MCD_OPC_Decode, 194, 14, 170, 2, // Opcode: QVFRSQRTES |
6236 | | /* 2666 */ MCD_OPC_FilterValue, 4, 176, 0, 0, // Skip to: 2847 |
6237 | | /* 2671 */ MCD_OPC_CheckPredicate, 14, 171, 0, 0, // Skip to: 2847 |
6238 | | /* 2676 */ MCD_OPC_CheckField, 16, 5, 0, 164, 0, 0, // Skip to: 2847 |
6239 | | /* 2683 */ MCD_OPC_CheckField, 6, 5, 0, 157, 0, 0, // Skip to: 2847 |
6240 | | /* 2690 */ MCD_OPC_Decode, 193, 14, 170, 2, // Opcode: QVFRSQRTE |
6241 | | /* 2695 */ MCD_OPC_FilterValue, 56, 33, 0, 0, // Skip to: 2733 |
6242 | | /* 2700 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6243 | | /* 2703 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2718 |
6244 | | /* 2708 */ MCD_OPC_CheckPredicate, 14, 134, 0, 0, // Skip to: 2847 |
6245 | | /* 2713 */ MCD_OPC_Decode, 164, 14, 176, 2, // Opcode: QVFMSUBSs |
6246 | | /* 2718 */ MCD_OPC_FilterValue, 4, 124, 0, 0, // Skip to: 2847 |
6247 | | /* 2723 */ MCD_OPC_CheckPredicate, 14, 119, 0, 0, // Skip to: 2847 |
6248 | | /* 2728 */ MCD_OPC_Decode, 162, 14, 177, 2, // Opcode: QVFMSUB |
6249 | | /* 2733 */ MCD_OPC_FilterValue, 58, 33, 0, 0, // Skip to: 2771 |
6250 | | /* 2738 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6251 | | /* 2741 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2756 |
6252 | | /* 2746 */ MCD_OPC_CheckPredicate, 14, 96, 0, 0, // Skip to: 2847 |
6253 | | /* 2751 */ MCD_OPC_Decode, 158, 14, 176, 2, // Opcode: QVFMADDSs |
6254 | | /* 2756 */ MCD_OPC_FilterValue, 4, 86, 0, 0, // Skip to: 2847 |
6255 | | /* 2761 */ MCD_OPC_CheckPredicate, 14, 81, 0, 0, // Skip to: 2847 |
6256 | | /* 2766 */ MCD_OPC_Decode, 156, 14, 177, 2, // Opcode: QVFMADD |
6257 | | /* 2771 */ MCD_OPC_FilterValue, 60, 33, 0, 0, // Skip to: 2809 |
6258 | | /* 2776 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6259 | | /* 2779 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2794 |
6260 | | /* 2784 */ MCD_OPC_CheckPredicate, 14, 58, 0, 0, // Skip to: 2847 |
6261 | | /* 2789 */ MCD_OPC_Decode, 177, 14, 176, 2, // Opcode: QVFNMSUBSs |
6262 | | /* 2794 */ MCD_OPC_FilterValue, 4, 48, 0, 0, // Skip to: 2847 |
6263 | | /* 2799 */ MCD_OPC_CheckPredicate, 14, 43, 0, 0, // Skip to: 2847 |
6264 | | /* 2804 */ MCD_OPC_Decode, 175, 14, 177, 2, // Opcode: QVFNMSUB |
6265 | | /* 2809 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 2847 |
6266 | | /* 2814 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ... |
6267 | | /* 2817 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2832 |
6268 | | /* 2822 */ MCD_OPC_CheckPredicate, 14, 20, 0, 0, // Skip to: 2847 |
6269 | | /* 2827 */ MCD_OPC_Decode, 174, 14, 176, 2, // Opcode: QVFNMADDSs |
6270 | | /* 2832 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 2847 |
6271 | | /* 2837 */ MCD_OPC_CheckPredicate, 14, 5, 0, 0, // Skip to: 2847 |
6272 | | /* 2842 */ MCD_OPC_Decode, 172, 14, 177, 2, // Opcode: QVFNMADD |
6273 | | /* 2847 */ MCD_OPC_Fail, |
6274 | | 0 |
6275 | | }; |
6276 | | |
6277 | | static const uint8_t DecoderTableSPE32[] = { |
6278 | | /* 0 */ MCD_OPC_ExtractField, 3, 8, // Inst{10-3} ... |
6279 | | /* 3 */ MCD_OPC_FilterValue, 64, 91, 0, 0, // Skip to: 99 |
6280 | | /* 8 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6281 | | /* 11 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33 |
6282 | | /* 16 */ MCD_OPC_CheckPredicate, 15, 74, 25, 0, // Skip to: 6495 |
6283 | | /* 21 */ MCD_OPC_CheckField, 26, 6, 4, 67, 25, 0, // Skip to: 6495 |
6284 | | /* 28 */ MCD_OPC_Decode, 225, 6, 178, 2, // Opcode: EVADDW |
6285 | | /* 33 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 55 |
6286 | | /* 38 */ MCD_OPC_CheckPredicate, 15, 52, 25, 0, // Skip to: 6495 |
6287 | | /* 43 */ MCD_OPC_CheckField, 26, 6, 4, 45, 25, 0, // Skip to: 6495 |
6288 | | /* 50 */ MCD_OPC_Decode, 220, 6, 179, 2, // Opcode: EVADDIW |
6289 | | /* 55 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 77 |
6290 | | /* 60 */ MCD_OPC_CheckPredicate, 15, 30, 25, 0, // Skip to: 6495 |
6291 | | /* 65 */ MCD_OPC_CheckField, 26, 6, 4, 23, 25, 0, // Skip to: 6495 |
6292 | | /* 72 */ MCD_OPC_Decode, 155, 8, 178, 2, // Opcode: EVSUBFW |
6293 | | /* 77 */ MCD_OPC_FilterValue, 6, 13, 25, 0, // Skip to: 6495 |
6294 | | /* 82 */ MCD_OPC_CheckPredicate, 15, 8, 25, 0, // Skip to: 6495 |
6295 | | /* 87 */ MCD_OPC_CheckField, 26, 6, 4, 1, 25, 0, // Skip to: 6495 |
6296 | | /* 94 */ MCD_OPC_Decode, 156, 8, 180, 2, // Opcode: EVSUBIFW |
6297 | | /* 99 */ MCD_OPC_FilterValue, 65, 227, 0, 0, // Skip to: 331 |
6298 | | /* 104 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6299 | | /* 107 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 136 |
6300 | | /* 112 */ MCD_OPC_CheckPredicate, 15, 234, 24, 0, // Skip to: 6495 |
6301 | | /* 117 */ MCD_OPC_CheckField, 26, 6, 4, 227, 24, 0, // Skip to: 6495 |
6302 | | /* 124 */ MCD_OPC_CheckField, 11, 5, 0, 220, 24, 0, // Skip to: 6495 |
6303 | | /* 131 */ MCD_OPC_Decode, 219, 6, 181, 2, // Opcode: EVABS |
6304 | | /* 136 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 165 |
6305 | | /* 141 */ MCD_OPC_CheckPredicate, 15, 205, 24, 0, // Skip to: 6495 |
6306 | | /* 146 */ MCD_OPC_CheckField, 26, 6, 4, 198, 24, 0, // Skip to: 6495 |
6307 | | /* 153 */ MCD_OPC_CheckField, 11, 5, 0, 191, 24, 0, // Skip to: 6495 |
6308 | | /* 160 */ MCD_OPC_Decode, 249, 7, 181, 2, // Opcode: EVNEG |
6309 | | /* 165 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 194 |
6310 | | /* 170 */ MCD_OPC_CheckPredicate, 15, 176, 24, 0, // Skip to: 6495 |
6311 | | /* 175 */ MCD_OPC_CheckField, 26, 6, 4, 169, 24, 0, // Skip to: 6495 |
6312 | | /* 182 */ MCD_OPC_CheckField, 11, 5, 0, 162, 24, 0, // Skip to: 6495 |
6313 | | /* 189 */ MCD_OPC_Decode, 238, 6, 181, 2, // Opcode: EVEXTSB |
6314 | | /* 194 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 223 |
6315 | | /* 199 */ MCD_OPC_CheckPredicate, 15, 147, 24, 0, // Skip to: 6495 |
6316 | | /* 204 */ MCD_OPC_CheckField, 26, 6, 4, 140, 24, 0, // Skip to: 6495 |
6317 | | /* 211 */ MCD_OPC_CheckField, 11, 5, 0, 133, 24, 0, // Skip to: 6495 |
6318 | | /* 218 */ MCD_OPC_Decode, 239, 6, 181, 2, // Opcode: EVEXTSH |
6319 | | /* 223 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 252 |
6320 | | /* 228 */ MCD_OPC_CheckPredicate, 15, 118, 24, 0, // Skip to: 6495 |
6321 | | /* 233 */ MCD_OPC_CheckField, 26, 6, 4, 111, 24, 0, // Skip to: 6495 |
6322 | | /* 240 */ MCD_OPC_CheckField, 11, 5, 0, 104, 24, 0, // Skip to: 6495 |
6323 | | /* 247 */ MCD_OPC_Decode, 255, 7, 181, 2, // Opcode: EVRNDW |
6324 | | /* 252 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 281 |
6325 | | /* 257 */ MCD_OPC_CheckPredicate, 15, 89, 24, 0, // Skip to: 6495 |
6326 | | /* 262 */ MCD_OPC_CheckField, 26, 6, 4, 82, 24, 0, // Skip to: 6495 |
6327 | | /* 269 */ MCD_OPC_CheckField, 11, 5, 0, 75, 24, 0, // Skip to: 6495 |
6328 | | /* 276 */ MCD_OPC_Decode, 234, 6, 181, 2, // Opcode: EVCNTLZW |
6329 | | /* 281 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 310 |
6330 | | /* 286 */ MCD_OPC_CheckPredicate, 15, 60, 24, 0, // Skip to: 6495 |
6331 | | /* 291 */ MCD_OPC_CheckField, 26, 6, 4, 53, 24, 0, // Skip to: 6495 |
6332 | | /* 298 */ MCD_OPC_CheckField, 11, 5, 0, 46, 24, 0, // Skip to: 6495 |
6333 | | /* 305 */ MCD_OPC_Decode, 233, 6, 181, 2, // Opcode: EVCNTLSW |
6334 | | /* 310 */ MCD_OPC_FilterValue, 7, 36, 24, 0, // Skip to: 6495 |
6335 | | /* 315 */ MCD_OPC_CheckPredicate, 15, 31, 24, 0, // Skip to: 6495 |
6336 | | /* 320 */ MCD_OPC_CheckField, 26, 6, 4, 24, 24, 0, // Skip to: 6495 |
6337 | | /* 327 */ MCD_OPC_Decode, 194, 4, 75, // Opcode: BRINC |
6338 | | /* 331 */ MCD_OPC_FilterValue, 66, 91, 0, 0, // Skip to: 427 |
6339 | | /* 336 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6340 | | /* 339 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 361 |
6341 | | /* 344 */ MCD_OPC_CheckPredicate, 15, 2, 24, 0, // Skip to: 6495 |
6342 | | /* 349 */ MCD_OPC_CheckField, 26, 6, 4, 251, 23, 0, // Skip to: 6495 |
6343 | | /* 356 */ MCD_OPC_Decode, 226, 6, 178, 2, // Opcode: EVAND |
6344 | | /* 361 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 383 |
6345 | | /* 366 */ MCD_OPC_CheckPredicate, 15, 236, 23, 0, // Skip to: 6495 |
6346 | | /* 371 */ MCD_OPC_CheckField, 26, 6, 4, 229, 23, 0, // Skip to: 6495 |
6347 | | /* 378 */ MCD_OPC_Decode, 227, 6, 178, 2, // Opcode: EVANDC |
6348 | | /* 383 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 405 |
6349 | | /* 388 */ MCD_OPC_CheckPredicate, 15, 214, 23, 0, // Skip to: 6495 |
6350 | | /* 393 */ MCD_OPC_CheckField, 26, 6, 4, 207, 23, 0, // Skip to: 6495 |
6351 | | /* 400 */ MCD_OPC_Decode, 157, 8, 178, 2, // Opcode: EVXOR |
6352 | | /* 405 */ MCD_OPC_FilterValue, 7, 197, 23, 0, // Skip to: 6495 |
6353 | | /* 410 */ MCD_OPC_CheckPredicate, 15, 192, 23, 0, // Skip to: 6495 |
6354 | | /* 415 */ MCD_OPC_CheckField, 26, 6, 4, 185, 23, 0, // Skip to: 6495 |
6355 | | /* 422 */ MCD_OPC_Decode, 251, 7, 178, 2, // Opcode: EVOR |
6356 | | /* 427 */ MCD_OPC_FilterValue, 67, 91, 0, 0, // Skip to: 523 |
6357 | | /* 432 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6358 | | /* 435 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 457 |
6359 | | /* 440 */ MCD_OPC_CheckPredicate, 15, 162, 23, 0, // Skip to: 6495 |
6360 | | /* 445 */ MCD_OPC_CheckField, 26, 6, 4, 155, 23, 0, // Skip to: 6495 |
6361 | | /* 452 */ MCD_OPC_Decode, 250, 7, 178, 2, // Opcode: EVNOR |
6362 | | /* 457 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 479 |
6363 | | /* 462 */ MCD_OPC_CheckPredicate, 15, 140, 23, 0, // Skip to: 6495 |
6364 | | /* 467 */ MCD_OPC_CheckField, 26, 6, 4, 133, 23, 0, // Skip to: 6495 |
6365 | | /* 474 */ MCD_OPC_Decode, 237, 6, 178, 2, // Opcode: EVEQV |
6366 | | /* 479 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 501 |
6367 | | /* 484 */ MCD_OPC_CheckPredicate, 15, 118, 23, 0, // Skip to: 6495 |
6368 | | /* 489 */ MCD_OPC_CheckField, 26, 6, 4, 111, 23, 0, // Skip to: 6495 |
6369 | | /* 496 */ MCD_OPC_Decode, 252, 7, 178, 2, // Opcode: EVORC |
6370 | | /* 501 */ MCD_OPC_FilterValue, 6, 101, 23, 0, // Skip to: 6495 |
6371 | | /* 506 */ MCD_OPC_CheckPredicate, 15, 96, 23, 0, // Skip to: 6495 |
6372 | | /* 511 */ MCD_OPC_CheckField, 26, 6, 4, 89, 23, 0, // Skip to: 6495 |
6373 | | /* 518 */ MCD_OPC_Decode, 248, 7, 178, 2, // Opcode: EVNAND |
6374 | | /* 523 */ MCD_OPC_FilterValue, 68, 135, 0, 0, // Skip to: 663 |
6375 | | /* 528 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6376 | | /* 531 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 553 |
6377 | | /* 536 */ MCD_OPC_CheckPredicate, 15, 66, 23, 0, // Skip to: 6495 |
6378 | | /* 541 */ MCD_OPC_CheckField, 26, 6, 4, 59, 23, 0, // Skip to: 6495 |
6379 | | /* 548 */ MCD_OPC_Decode, 136, 8, 178, 2, // Opcode: EVSRWU |
6380 | | /* 553 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 575 |
6381 | | /* 558 */ MCD_OPC_CheckPredicate, 15, 44, 23, 0, // Skip to: 6495 |
6382 | | /* 563 */ MCD_OPC_CheckField, 26, 6, 4, 37, 23, 0, // Skip to: 6495 |
6383 | | /* 570 */ MCD_OPC_Decode, 135, 8, 178, 2, // Opcode: EVSRWS |
6384 | | /* 575 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 597 |
6385 | | /* 580 */ MCD_OPC_CheckPredicate, 15, 22, 23, 0, // Skip to: 6495 |
6386 | | /* 585 */ MCD_OPC_CheckField, 26, 6, 4, 15, 23, 0, // Skip to: 6495 |
6387 | | /* 592 */ MCD_OPC_Decode, 134, 8, 179, 2, // Opcode: EVSRWIU |
6388 | | /* 597 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 619 |
6389 | | /* 602 */ MCD_OPC_CheckPredicate, 15, 0, 23, 0, // Skip to: 6495 |
6390 | | /* 607 */ MCD_OPC_CheckField, 26, 6, 4, 249, 22, 0, // Skip to: 6495 |
6391 | | /* 614 */ MCD_OPC_Decode, 133, 8, 179, 2, // Opcode: EVSRWIS |
6392 | | /* 619 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 641 |
6393 | | /* 624 */ MCD_OPC_CheckPredicate, 15, 234, 22, 0, // Skip to: 6495 |
6394 | | /* 629 */ MCD_OPC_CheckField, 26, 6, 4, 227, 22, 0, // Skip to: 6495 |
6395 | | /* 636 */ MCD_OPC_Decode, 129, 8, 178, 2, // Opcode: EVSLW |
6396 | | /* 641 */ MCD_OPC_FilterValue, 6, 217, 22, 0, // Skip to: 6495 |
6397 | | /* 646 */ MCD_OPC_CheckPredicate, 15, 212, 22, 0, // Skip to: 6495 |
6398 | | /* 651 */ MCD_OPC_CheckField, 26, 6, 4, 205, 22, 0, // Skip to: 6495 |
6399 | | /* 658 */ MCD_OPC_Decode, 130, 8, 179, 2, // Opcode: EVSLWI |
6400 | | /* 663 */ MCD_OPC_FilterValue, 69, 193, 0, 0, // Skip to: 861 |
6401 | | /* 668 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6402 | | /* 671 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 693 |
6403 | | /* 676 */ MCD_OPC_CheckPredicate, 15, 182, 22, 0, // Skip to: 6495 |
6404 | | /* 681 */ MCD_OPC_CheckField, 26, 6, 4, 175, 22, 0, // Skip to: 6495 |
6405 | | /* 688 */ MCD_OPC_Decode, 253, 7, 178, 2, // Opcode: EVRLW |
6406 | | /* 693 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 722 |
6407 | | /* 698 */ MCD_OPC_CheckPredicate, 15, 160, 22, 0, // Skip to: 6495 |
6408 | | /* 703 */ MCD_OPC_CheckField, 26, 6, 4, 153, 22, 0, // Skip to: 6495 |
6409 | | /* 710 */ MCD_OPC_CheckField, 11, 5, 0, 146, 22, 0, // Skip to: 6495 |
6410 | | /* 717 */ MCD_OPC_Decode, 132, 8, 182, 2, // Opcode: EVSPLATI |
6411 | | /* 722 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 744 |
6412 | | /* 727 */ MCD_OPC_CheckPredicate, 15, 131, 22, 0, // Skip to: 6495 |
6413 | | /* 732 */ MCD_OPC_CheckField, 26, 6, 4, 124, 22, 0, // Skip to: 6495 |
6414 | | /* 739 */ MCD_OPC_Decode, 254, 7, 179, 2, // Opcode: EVRLWI |
6415 | | /* 744 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 773 |
6416 | | /* 749 */ MCD_OPC_CheckPredicate, 15, 109, 22, 0, // Skip to: 6495 |
6417 | | /* 754 */ MCD_OPC_CheckField, 26, 6, 4, 102, 22, 0, // Skip to: 6495 |
6418 | | /* 761 */ MCD_OPC_CheckField, 11, 5, 0, 95, 22, 0, // Skip to: 6495 |
6419 | | /* 768 */ MCD_OPC_Decode, 131, 8, 182, 2, // Opcode: EVSPLATFI |
6420 | | /* 773 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 795 |
6421 | | /* 778 */ MCD_OPC_CheckPredicate, 15, 80, 22, 0, // Skip to: 6495 |
6422 | | /* 783 */ MCD_OPC_CheckField, 26, 6, 4, 73, 22, 0, // Skip to: 6495 |
6423 | | /* 790 */ MCD_OPC_Decode, 157, 7, 178, 2, // Opcode: EVMERGEHI |
6424 | | /* 795 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 817 |
6425 | | /* 800 */ MCD_OPC_CheckPredicate, 15, 58, 22, 0, // Skip to: 6495 |
6426 | | /* 805 */ MCD_OPC_CheckField, 26, 6, 4, 51, 22, 0, // Skip to: 6495 |
6427 | | /* 812 */ MCD_OPC_Decode, 159, 7, 183, 2, // Opcode: EVMERGELO |
6428 | | /* 817 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 839 |
6429 | | /* 822 */ MCD_OPC_CheckPredicate, 15, 36, 22, 0, // Skip to: 6495 |
6430 | | /* 827 */ MCD_OPC_CheckField, 26, 6, 4, 29, 22, 0, // Skip to: 6495 |
6431 | | /* 834 */ MCD_OPC_Decode, 158, 7, 178, 2, // Opcode: EVMERGEHILO |
6432 | | /* 839 */ MCD_OPC_FilterValue, 7, 19, 22, 0, // Skip to: 6495 |
6433 | | /* 844 */ MCD_OPC_CheckPredicate, 15, 14, 22, 0, // Skip to: 6495 |
6434 | | /* 849 */ MCD_OPC_CheckField, 26, 6, 4, 7, 22, 0, // Skip to: 6495 |
6435 | | /* 856 */ MCD_OPC_Decode, 160, 7, 178, 2, // Opcode: EVMERGELOHI |
6436 | | /* 861 */ MCD_OPC_FilterValue, 70, 148, 0, 0, // Skip to: 1014 |
6437 | | /* 866 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6438 | | /* 869 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 898 |
6439 | | /* 874 */ MCD_OPC_CheckPredicate, 15, 240, 21, 0, // Skip to: 6495 |
6440 | | /* 879 */ MCD_OPC_CheckField, 26, 6, 4, 233, 21, 0, // Skip to: 6495 |
6441 | | /* 886 */ MCD_OPC_CheckField, 21, 2, 0, 226, 21, 0, // Skip to: 6495 |
6442 | | /* 893 */ MCD_OPC_Decode, 230, 6, 184, 2, // Opcode: EVCMPGTU |
6443 | | /* 898 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 927 |
6444 | | /* 903 */ MCD_OPC_CheckPredicate, 15, 211, 21, 0, // Skip to: 6495 |
6445 | | /* 908 */ MCD_OPC_CheckField, 26, 6, 4, 204, 21, 0, // Skip to: 6495 |
6446 | | /* 915 */ MCD_OPC_CheckField, 21, 2, 0, 197, 21, 0, // Skip to: 6495 |
6447 | | /* 922 */ MCD_OPC_Decode, 229, 6, 184, 2, // Opcode: EVCMPGTS |
6448 | | /* 927 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 956 |
6449 | | /* 932 */ MCD_OPC_CheckPredicate, 15, 182, 21, 0, // Skip to: 6495 |
6450 | | /* 937 */ MCD_OPC_CheckField, 26, 6, 4, 175, 21, 0, // Skip to: 6495 |
6451 | | /* 944 */ MCD_OPC_CheckField, 21, 2, 0, 168, 21, 0, // Skip to: 6495 |
6452 | | /* 951 */ MCD_OPC_Decode, 232, 6, 184, 2, // Opcode: EVCMPLTU |
6453 | | /* 956 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 985 |
6454 | | /* 961 */ MCD_OPC_CheckPredicate, 15, 153, 21, 0, // Skip to: 6495 |
6455 | | /* 966 */ MCD_OPC_CheckField, 26, 6, 4, 146, 21, 0, // Skip to: 6495 |
6456 | | /* 973 */ MCD_OPC_CheckField, 21, 2, 0, 139, 21, 0, // Skip to: 6495 |
6457 | | /* 980 */ MCD_OPC_Decode, 231, 6, 184, 2, // Opcode: EVCMPLTS |
6458 | | /* 985 */ MCD_OPC_FilterValue, 4, 129, 21, 0, // Skip to: 6495 |
6459 | | /* 990 */ MCD_OPC_CheckPredicate, 15, 124, 21, 0, // Skip to: 6495 |
6460 | | /* 995 */ MCD_OPC_CheckField, 26, 6, 4, 117, 21, 0, // Skip to: 6495 |
6461 | | /* 1002 */ MCD_OPC_CheckField, 21, 2, 0, 110, 21, 0, // Skip to: 6495 |
6462 | | /* 1009 */ MCD_OPC_Decode, 228, 6, 184, 2, // Opcode: EVCMPEQ |
6463 | | /* 1014 */ MCD_OPC_FilterValue, 79, 17, 0, 0, // Skip to: 1036 |
6464 | | /* 1019 */ MCD_OPC_CheckPredicate, 15, 95, 21, 0, // Skip to: 6495 |
6465 | | /* 1024 */ MCD_OPC_CheckField, 26, 6, 4, 88, 21, 0, // Skip to: 6495 |
6466 | | /* 1031 */ MCD_OPC_Decode, 128, 8, 185, 2, // Opcode: EVSEL |
6467 | | /* 1036 */ MCD_OPC_FilterValue, 80, 134, 0, 0, // Skip to: 1175 |
6468 | | /* 1041 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6469 | | /* 1044 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1066 |
6470 | | /* 1049 */ MCD_OPC_CheckPredicate, 15, 65, 21, 0, // Skip to: 6495 |
6471 | | /* 1054 */ MCD_OPC_CheckField, 26, 6, 4, 58, 21, 0, // Skip to: 6495 |
6472 | | /* 1061 */ MCD_OPC_Decode, 241, 6, 178, 2, // Opcode: EVFSADD |
6473 | | /* 1066 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1088 |
6474 | | /* 1071 */ MCD_OPC_CheckPredicate, 15, 43, 21, 0, // Skip to: 6495 |
6475 | | /* 1076 */ MCD_OPC_CheckField, 26, 6, 4, 36, 21, 0, // Skip to: 6495 |
6476 | | /* 1083 */ MCD_OPC_Decode, 131, 7, 178, 2, // Opcode: EVFSSUB |
6477 | | /* 1088 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1117 |
6478 | | /* 1093 */ MCD_OPC_CheckPredicate, 15, 21, 21, 0, // Skip to: 6495 |
6479 | | /* 1098 */ MCD_OPC_CheckField, 26, 6, 4, 14, 21, 0, // Skip to: 6495 |
6480 | | /* 1105 */ MCD_OPC_CheckField, 11, 5, 0, 7, 21, 0, // Skip to: 6495 |
6481 | | /* 1112 */ MCD_OPC_Decode, 240, 6, 181, 2, // Opcode: EVFSABS |
6482 | | /* 1117 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1146 |
6483 | | /* 1122 */ MCD_OPC_CheckPredicate, 15, 248, 20, 0, // Skip to: 6495 |
6484 | | /* 1127 */ MCD_OPC_CheckField, 26, 6, 4, 241, 20, 0, // Skip to: 6495 |
6485 | | /* 1134 */ MCD_OPC_CheckField, 11, 5, 0, 234, 20, 0, // Skip to: 6495 |
6486 | | /* 1141 */ MCD_OPC_Decode, 129, 7, 181, 2, // Opcode: EVFSNABS |
6487 | | /* 1146 */ MCD_OPC_FilterValue, 6, 224, 20, 0, // Skip to: 6495 |
6488 | | /* 1151 */ MCD_OPC_CheckPredicate, 15, 219, 20, 0, // Skip to: 6495 |
6489 | | /* 1156 */ MCD_OPC_CheckField, 26, 6, 4, 212, 20, 0, // Skip to: 6495 |
6490 | | /* 1163 */ MCD_OPC_CheckField, 11, 5, 0, 205, 20, 0, // Skip to: 6495 |
6491 | | /* 1170 */ MCD_OPC_Decode, 130, 7, 181, 2, // Opcode: EVFSNEG |
6492 | | /* 1175 */ MCD_OPC_FilterValue, 81, 163, 0, 0, // Skip to: 1343 |
6493 | | /* 1180 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6494 | | /* 1183 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1205 |
6495 | | /* 1188 */ MCD_OPC_CheckPredicate, 15, 182, 20, 0, // Skip to: 6495 |
6496 | | /* 1193 */ MCD_OPC_CheckField, 26, 6, 4, 175, 20, 0, // Skip to: 6495 |
6497 | | /* 1200 */ MCD_OPC_Decode, 128, 7, 178, 2, // Opcode: EVFSMUL |
6498 | | /* 1205 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1227 |
6499 | | /* 1210 */ MCD_OPC_CheckPredicate, 15, 160, 20, 0, // Skip to: 6495 |
6500 | | /* 1215 */ MCD_OPC_CheckField, 26, 6, 4, 153, 20, 0, // Skip to: 6495 |
6501 | | /* 1222 */ MCD_OPC_Decode, 255, 6, 178, 2, // Opcode: EVFSDIV |
6502 | | /* 1227 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1256 |
6503 | | /* 1232 */ MCD_OPC_CheckPredicate, 15, 138, 20, 0, // Skip to: 6495 |
6504 | | /* 1237 */ MCD_OPC_CheckField, 26, 6, 4, 131, 20, 0, // Skip to: 6495 |
6505 | | /* 1244 */ MCD_OPC_CheckField, 16, 5, 0, 124, 20, 0, // Skip to: 6495 |
6506 | | /* 1251 */ MCD_OPC_Decode, 245, 6, 186, 2, // Opcode: EVFSCFUI |
6507 | | /* 1256 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1285 |
6508 | | /* 1261 */ MCD_OPC_CheckPredicate, 15, 109, 20, 0, // Skip to: 6495 |
6509 | | /* 1266 */ MCD_OPC_CheckField, 26, 6, 4, 102, 20, 0, // Skip to: 6495 |
6510 | | /* 1273 */ MCD_OPC_CheckField, 21, 2, 0, 95, 20, 0, // Skip to: 6495 |
6511 | | /* 1280 */ MCD_OPC_Decode, 247, 6, 184, 2, // Opcode: EVFSCMPGT |
6512 | | /* 1285 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1314 |
6513 | | /* 1290 */ MCD_OPC_CheckPredicate, 15, 80, 20, 0, // Skip to: 6495 |
6514 | | /* 1295 */ MCD_OPC_CheckField, 26, 6, 4, 73, 20, 0, // Skip to: 6495 |
6515 | | /* 1302 */ MCD_OPC_CheckField, 21, 2, 0, 66, 20, 0, // Skip to: 6495 |
6516 | | /* 1309 */ MCD_OPC_Decode, 248, 6, 184, 2, // Opcode: EVFSCMPLT |
6517 | | /* 1314 */ MCD_OPC_FilterValue, 6, 56, 20, 0, // Skip to: 6495 |
6518 | | /* 1319 */ MCD_OPC_CheckPredicate, 15, 51, 20, 0, // Skip to: 6495 |
6519 | | /* 1324 */ MCD_OPC_CheckField, 26, 6, 4, 44, 20, 0, // Skip to: 6495 |
6520 | | /* 1331 */ MCD_OPC_CheckField, 21, 2, 0, 37, 20, 0, // Skip to: 6495 |
6521 | | /* 1338 */ MCD_OPC_Decode, 246, 6, 184, 2, // Opcode: EVFSCMPEQ |
6522 | | /* 1343 */ MCD_OPC_FilterValue, 82, 206, 0, 0, // Skip to: 1554 |
6523 | | /* 1348 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6524 | | /* 1351 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 1380 |
6525 | | /* 1356 */ MCD_OPC_CheckPredicate, 15, 14, 20, 0, // Skip to: 6495 |
6526 | | /* 1361 */ MCD_OPC_CheckField, 26, 6, 4, 7, 20, 0, // Skip to: 6495 |
6527 | | /* 1368 */ MCD_OPC_CheckField, 16, 5, 0, 0, 20, 0, // Skip to: 6495 |
6528 | | /* 1375 */ MCD_OPC_Decode, 243, 6, 186, 2, // Opcode: EVFSCFSI |
6529 | | /* 1380 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1409 |
6530 | | /* 1385 */ MCD_OPC_CheckPredicate, 15, 241, 19, 0, // Skip to: 6495 |
6531 | | /* 1390 */ MCD_OPC_CheckField, 26, 6, 4, 234, 19, 0, // Skip to: 6495 |
6532 | | /* 1397 */ MCD_OPC_CheckField, 16, 5, 0, 227, 19, 0, // Skip to: 6495 |
6533 | | /* 1404 */ MCD_OPC_Decode, 244, 6, 186, 2, // Opcode: EVFSCFUF |
6534 | | /* 1409 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 1438 |
6535 | | /* 1414 */ MCD_OPC_CheckPredicate, 15, 212, 19, 0, // Skip to: 6495 |
6536 | | /* 1419 */ MCD_OPC_CheckField, 26, 6, 4, 205, 19, 0, // Skip to: 6495 |
6537 | | /* 1426 */ MCD_OPC_CheckField, 16, 5, 0, 198, 19, 0, // Skip to: 6495 |
6538 | | /* 1433 */ MCD_OPC_Decode, 242, 6, 186, 2, // Opcode: EVFSCFSF |
6539 | | /* 1438 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1467 |
6540 | | /* 1443 */ MCD_OPC_CheckPredicate, 15, 183, 19, 0, // Skip to: 6495 |
6541 | | /* 1448 */ MCD_OPC_CheckField, 26, 6, 4, 176, 19, 0, // Skip to: 6495 |
6542 | | /* 1455 */ MCD_OPC_CheckField, 16, 5, 0, 169, 19, 0, // Skip to: 6495 |
6543 | | /* 1462 */ MCD_OPC_Decode, 253, 6, 186, 2, // Opcode: EVFSCTUI |
6544 | | /* 1467 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1496 |
6545 | | /* 1472 */ MCD_OPC_CheckPredicate, 15, 154, 19, 0, // Skip to: 6495 |
6546 | | /* 1477 */ MCD_OPC_CheckField, 26, 6, 4, 147, 19, 0, // Skip to: 6495 |
6547 | | /* 1484 */ MCD_OPC_CheckField, 16, 5, 0, 140, 19, 0, // Skip to: 6495 |
6548 | | /* 1491 */ MCD_OPC_Decode, 250, 6, 186, 2, // Opcode: EVFSCTSI |
6549 | | /* 1496 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 1525 |
6550 | | /* 1501 */ MCD_OPC_CheckPredicate, 15, 125, 19, 0, // Skip to: 6495 |
6551 | | /* 1506 */ MCD_OPC_CheckField, 26, 6, 4, 118, 19, 0, // Skip to: 6495 |
6552 | | /* 1513 */ MCD_OPC_CheckField, 16, 5, 0, 111, 19, 0, // Skip to: 6495 |
6553 | | /* 1520 */ MCD_OPC_Decode, 252, 6, 186, 2, // Opcode: EVFSCTUF |
6554 | | /* 1525 */ MCD_OPC_FilterValue, 7, 101, 19, 0, // Skip to: 6495 |
6555 | | /* 1530 */ MCD_OPC_CheckPredicate, 15, 96, 19, 0, // Skip to: 6495 |
6556 | | /* 1535 */ MCD_OPC_CheckField, 26, 6, 4, 89, 19, 0, // Skip to: 6495 |
6557 | | /* 1542 */ MCD_OPC_CheckField, 16, 5, 0, 82, 19, 0, // Skip to: 6495 |
6558 | | /* 1549 */ MCD_OPC_Decode, 249, 6, 186, 2, // Opcode: EVFSCTSF |
6559 | | /* 1554 */ MCD_OPC_FilterValue, 83, 148, 0, 0, // Skip to: 1707 |
6560 | | /* 1559 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6561 | | /* 1562 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1591 |
6562 | | /* 1567 */ MCD_OPC_CheckPredicate, 15, 59, 19, 0, // Skip to: 6495 |
6563 | | /* 1572 */ MCD_OPC_CheckField, 26, 6, 4, 52, 19, 0, // Skip to: 6495 |
6564 | | /* 1579 */ MCD_OPC_CheckField, 16, 5, 0, 45, 19, 0, // Skip to: 6495 |
6565 | | /* 1586 */ MCD_OPC_Decode, 254, 6, 186, 2, // Opcode: EVFSCTUIZ |
6566 | | /* 1591 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1620 |
6567 | | /* 1596 */ MCD_OPC_CheckPredicate, 15, 30, 19, 0, // Skip to: 6495 |
6568 | | /* 1601 */ MCD_OPC_CheckField, 26, 6, 4, 23, 19, 0, // Skip to: 6495 |
6569 | | /* 1608 */ MCD_OPC_CheckField, 16, 5, 0, 16, 19, 0, // Skip to: 6495 |
6570 | | /* 1615 */ MCD_OPC_Decode, 251, 6, 186, 2, // Opcode: EVFSCTSIZ |
6571 | | /* 1620 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1649 |
6572 | | /* 1625 */ MCD_OPC_CheckPredicate, 15, 1, 19, 0, // Skip to: 6495 |
6573 | | /* 1630 */ MCD_OPC_CheckField, 26, 6, 4, 250, 18, 0, // Skip to: 6495 |
6574 | | /* 1637 */ MCD_OPC_CheckField, 21, 2, 0, 243, 18, 0, // Skip to: 6495 |
6575 | | /* 1644 */ MCD_OPC_Decode, 133, 7, 184, 2, // Opcode: EVFSTSTGT |
6576 | | /* 1649 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1678 |
6577 | | /* 1654 */ MCD_OPC_CheckPredicate, 15, 228, 18, 0, // Skip to: 6495 |
6578 | | /* 1659 */ MCD_OPC_CheckField, 26, 6, 4, 221, 18, 0, // Skip to: 6495 |
6579 | | /* 1666 */ MCD_OPC_CheckField, 21, 2, 0, 214, 18, 0, // Skip to: 6495 |
6580 | | /* 1673 */ MCD_OPC_Decode, 134, 7, 184, 2, // Opcode: EVFSTSTLT |
6581 | | /* 1678 */ MCD_OPC_FilterValue, 6, 204, 18, 0, // Skip to: 6495 |
6582 | | /* 1683 */ MCD_OPC_CheckPredicate, 15, 199, 18, 0, // Skip to: 6495 |
6583 | | /* 1688 */ MCD_OPC_CheckField, 26, 6, 4, 192, 18, 0, // Skip to: 6495 |
6584 | | /* 1695 */ MCD_OPC_CheckField, 21, 2, 0, 185, 18, 0, // Skip to: 6495 |
6585 | | /* 1702 */ MCD_OPC_Decode, 132, 7, 184, 2, // Opcode: EVFSTSTEQ |
6586 | | /* 1707 */ MCD_OPC_FilterValue, 88, 129, 0, 0, // Skip to: 1841 |
6587 | | /* 1712 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6588 | | /* 1715 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1736 |
6589 | | /* 1720 */ MCD_OPC_CheckPredicate, 15, 162, 18, 0, // Skip to: 6495 |
6590 | | /* 1725 */ MCD_OPC_CheckField, 26, 6, 4, 155, 18, 0, // Skip to: 6495 |
6591 | | /* 1732 */ MCD_OPC_Decode, 187, 6, 75, // Opcode: EFSADD |
6592 | | /* 1736 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 1757 |
6593 | | /* 1741 */ MCD_OPC_CheckPredicate, 15, 141, 18, 0, // Skip to: 6495 |
6594 | | /* 1746 */ MCD_OPC_CheckField, 26, 6, 4, 134, 18, 0, // Skip to: 6495 |
6595 | | /* 1753 */ MCD_OPC_Decode, 206, 6, 75, // Opcode: EFSSUB |
6596 | | /* 1757 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 1785 |
6597 | | /* 1762 */ MCD_OPC_CheckPredicate, 15, 120, 18, 0, // Skip to: 6495 |
6598 | | /* 1767 */ MCD_OPC_CheckField, 26, 6, 4, 113, 18, 0, // Skip to: 6495 |
6599 | | /* 1774 */ MCD_OPC_CheckField, 11, 5, 0, 106, 18, 0, // Skip to: 6495 |
6600 | | /* 1781 */ MCD_OPC_Decode, 186, 6, 78, // Opcode: EFSABS |
6601 | | /* 1785 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 1813 |
6602 | | /* 1790 */ MCD_OPC_CheckPredicate, 15, 92, 18, 0, // Skip to: 6495 |
6603 | | /* 1795 */ MCD_OPC_CheckField, 26, 6, 4, 85, 18, 0, // Skip to: 6495 |
6604 | | /* 1802 */ MCD_OPC_CheckField, 11, 5, 0, 78, 18, 0, // Skip to: 6495 |
6605 | | /* 1809 */ MCD_OPC_Decode, 204, 6, 78, // Opcode: EFSNABS |
6606 | | /* 1813 */ MCD_OPC_FilterValue, 6, 69, 18, 0, // Skip to: 6495 |
6607 | | /* 1818 */ MCD_OPC_CheckPredicate, 15, 64, 18, 0, // Skip to: 6495 |
6608 | | /* 1823 */ MCD_OPC_CheckField, 26, 6, 4, 57, 18, 0, // Skip to: 6495 |
6609 | | /* 1830 */ MCD_OPC_CheckField, 11, 5, 0, 50, 18, 0, // Skip to: 6495 |
6610 | | /* 1837 */ MCD_OPC_Decode, 205, 6, 78, // Opcode: EFSNEG |
6611 | | /* 1841 */ MCD_OPC_FilterValue, 89, 158, 0, 0, // Skip to: 2004 |
6612 | | /* 1846 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6613 | | /* 1849 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1870 |
6614 | | /* 1854 */ MCD_OPC_CheckPredicate, 15, 28, 18, 0, // Skip to: 6495 |
6615 | | /* 1859 */ MCD_OPC_CheckField, 26, 6, 4, 21, 18, 0, // Skip to: 6495 |
6616 | | /* 1866 */ MCD_OPC_Decode, 203, 6, 75, // Opcode: EFSMUL |
6617 | | /* 1870 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 1891 |
6618 | | /* 1875 */ MCD_OPC_CheckPredicate, 15, 7, 18, 0, // Skip to: 6495 |
6619 | | /* 1880 */ MCD_OPC_CheckField, 26, 6, 4, 0, 18, 0, // Skip to: 6495 |
6620 | | /* 1887 */ MCD_OPC_Decode, 202, 6, 75, // Opcode: EFSDIV |
6621 | | /* 1891 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 1919 |
6622 | | /* 1896 */ MCD_OPC_CheckPredicate, 15, 242, 17, 0, // Skip to: 6495 |
6623 | | /* 1901 */ MCD_OPC_CheckField, 26, 6, 4, 235, 17, 0, // Skip to: 6495 |
6624 | | /* 1908 */ MCD_OPC_CheckField, 21, 2, 0, 228, 17, 0, // Skip to: 6495 |
6625 | | /* 1915 */ MCD_OPC_Decode, 194, 6, 58, // Opcode: EFSCMPGT |
6626 | | /* 1919 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 1947 |
6627 | | /* 1924 */ MCD_OPC_CheckPredicate, 15, 214, 17, 0, // Skip to: 6495 |
6628 | | /* 1929 */ MCD_OPC_CheckField, 26, 6, 4, 207, 17, 0, // Skip to: 6495 |
6629 | | /* 1936 */ MCD_OPC_CheckField, 21, 2, 0, 200, 17, 0, // Skip to: 6495 |
6630 | | /* 1943 */ MCD_OPC_Decode, 195, 6, 58, // Opcode: EFSCMPLT |
6631 | | /* 1947 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 1975 |
6632 | | /* 1952 */ MCD_OPC_CheckPredicate, 15, 186, 17, 0, // Skip to: 6495 |
6633 | | /* 1957 */ MCD_OPC_CheckField, 26, 6, 4, 179, 17, 0, // Skip to: 6495 |
6634 | | /* 1964 */ MCD_OPC_CheckField, 21, 2, 0, 172, 17, 0, // Skip to: 6495 |
6635 | | /* 1971 */ MCD_OPC_Decode, 193, 6, 58, // Opcode: EFSCMPEQ |
6636 | | /* 1975 */ MCD_OPC_FilterValue, 7, 163, 17, 0, // Skip to: 6495 |
6637 | | /* 1980 */ MCD_OPC_CheckPredicate, 15, 158, 17, 0, // Skip to: 6495 |
6638 | | /* 1985 */ MCD_OPC_CheckField, 26, 6, 4, 151, 17, 0, // Skip to: 6495 |
6639 | | /* 1992 */ MCD_OPC_CheckField, 16, 5, 0, 144, 17, 0, // Skip to: 6495 |
6640 | | /* 1999 */ MCD_OPC_Decode, 188, 6, 187, 2, // Opcode: EFSCFD |
6641 | | /* 2004 */ MCD_OPC_FilterValue, 90, 228, 0, 0, // Skip to: 2237 |
6642 | | /* 2009 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6643 | | /* 2012 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2040 |
6644 | | /* 2017 */ MCD_OPC_CheckPredicate, 15, 121, 17, 0, // Skip to: 6495 |
6645 | | /* 2022 */ MCD_OPC_CheckField, 26, 6, 4, 114, 17, 0, // Skip to: 6495 |
6646 | | /* 2029 */ MCD_OPC_CheckField, 16, 5, 0, 107, 17, 0, // Skip to: 6495 |
6647 | | /* 2036 */ MCD_OPC_Decode, 192, 6, 108, // Opcode: EFSCFUI |
6648 | | /* 2040 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 2068 |
6649 | | /* 2045 */ MCD_OPC_CheckPredicate, 15, 93, 17, 0, // Skip to: 6495 |
6650 | | /* 2050 */ MCD_OPC_CheckField, 26, 6, 4, 86, 17, 0, // Skip to: 6495 |
6651 | | /* 2057 */ MCD_OPC_CheckField, 16, 5, 0, 79, 17, 0, // Skip to: 6495 |
6652 | | /* 2064 */ MCD_OPC_Decode, 190, 6, 108, // Opcode: EFSCFSI |
6653 | | /* 2068 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 2096 |
6654 | | /* 2073 */ MCD_OPC_CheckPredicate, 15, 65, 17, 0, // Skip to: 6495 |
6655 | | /* 2078 */ MCD_OPC_CheckField, 26, 6, 4, 58, 17, 0, // Skip to: 6495 |
6656 | | /* 2085 */ MCD_OPC_CheckField, 16, 5, 0, 51, 17, 0, // Skip to: 6495 |
6657 | | /* 2092 */ MCD_OPC_Decode, 191, 6, 108, // Opcode: EFSCFUF |
6658 | | /* 2096 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 2124 |
6659 | | /* 2101 */ MCD_OPC_CheckPredicate, 15, 37, 17, 0, // Skip to: 6495 |
6660 | | /* 2106 */ MCD_OPC_CheckField, 26, 6, 4, 30, 17, 0, // Skip to: 6495 |
6661 | | /* 2113 */ MCD_OPC_CheckField, 16, 5, 0, 23, 17, 0, // Skip to: 6495 |
6662 | | /* 2120 */ MCD_OPC_Decode, 189, 6, 108, // Opcode: EFSCFSF |
6663 | | /* 2124 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 2152 |
6664 | | /* 2129 */ MCD_OPC_CheckPredicate, 15, 9, 17, 0, // Skip to: 6495 |
6665 | | /* 2134 */ MCD_OPC_CheckField, 26, 6, 4, 2, 17, 0, // Skip to: 6495 |
6666 | | /* 2141 */ MCD_OPC_CheckField, 16, 5, 0, 251, 16, 0, // Skip to: 6495 |
6667 | | /* 2148 */ MCD_OPC_Decode, 200, 6, 108, // Opcode: EFSCTUI |
6668 | | /* 2152 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 2180 |
6669 | | /* 2157 */ MCD_OPC_CheckPredicate, 15, 237, 16, 0, // Skip to: 6495 |
6670 | | /* 2162 */ MCD_OPC_CheckField, 26, 6, 4, 230, 16, 0, // Skip to: 6495 |
6671 | | /* 2169 */ MCD_OPC_CheckField, 16, 5, 0, 223, 16, 0, // Skip to: 6495 |
6672 | | /* 2176 */ MCD_OPC_Decode, 197, 6, 108, // Opcode: EFSCTSI |
6673 | | /* 2180 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 2209 |
6674 | | /* 2185 */ MCD_OPC_CheckPredicate, 15, 209, 16, 0, // Skip to: 6495 |
6675 | | /* 2190 */ MCD_OPC_CheckField, 26, 6, 4, 202, 16, 0, // Skip to: 6495 |
6676 | | /* 2197 */ MCD_OPC_CheckField, 16, 5, 0, 195, 16, 0, // Skip to: 6495 |
6677 | | /* 2204 */ MCD_OPC_Decode, 199, 6, 188, 2, // Opcode: EFSCTUF |
6678 | | /* 2209 */ MCD_OPC_FilterValue, 7, 185, 16, 0, // Skip to: 6495 |
6679 | | /* 2214 */ MCD_OPC_CheckPredicate, 15, 180, 16, 0, // Skip to: 6495 |
6680 | | /* 2219 */ MCD_OPC_CheckField, 26, 6, 4, 173, 16, 0, // Skip to: 6495 |
6681 | | /* 2226 */ MCD_OPC_CheckField, 16, 5, 0, 166, 16, 0, // Skip to: 6495 |
6682 | | /* 2233 */ MCD_OPC_Decode, 196, 6, 108, // Opcode: EFSCTSF |
6683 | | /* 2237 */ MCD_OPC_FilterValue, 91, 146, 0, 0, // Skip to: 2388 |
6684 | | /* 2242 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6685 | | /* 2245 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2273 |
6686 | | /* 2250 */ MCD_OPC_CheckPredicate, 15, 144, 16, 0, // Skip to: 6495 |
6687 | | /* 2255 */ MCD_OPC_CheckField, 26, 6, 4, 137, 16, 0, // Skip to: 6495 |
6688 | | /* 2262 */ MCD_OPC_CheckField, 16, 5, 0, 130, 16, 0, // Skip to: 6495 |
6689 | | /* 2269 */ MCD_OPC_Decode, 201, 6, 108, // Opcode: EFSCTUIZ |
6690 | | /* 2273 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 2301 |
6691 | | /* 2278 */ MCD_OPC_CheckPredicate, 15, 116, 16, 0, // Skip to: 6495 |
6692 | | /* 2283 */ MCD_OPC_CheckField, 26, 6, 4, 109, 16, 0, // Skip to: 6495 |
6693 | | /* 2290 */ MCD_OPC_CheckField, 16, 5, 0, 102, 16, 0, // Skip to: 6495 |
6694 | | /* 2297 */ MCD_OPC_Decode, 198, 6, 108, // Opcode: EFSCTSIZ |
6695 | | /* 2301 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2330 |
6696 | | /* 2306 */ MCD_OPC_CheckPredicate, 15, 88, 16, 0, // Skip to: 6495 |
6697 | | /* 2311 */ MCD_OPC_CheckField, 26, 6, 4, 81, 16, 0, // Skip to: 6495 |
6698 | | /* 2318 */ MCD_OPC_CheckField, 21, 2, 0, 74, 16, 0, // Skip to: 6495 |
6699 | | /* 2325 */ MCD_OPC_Decode, 208, 6, 184, 2, // Opcode: EFSTSTGT |
6700 | | /* 2330 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2359 |
6701 | | /* 2335 */ MCD_OPC_CheckPredicate, 15, 59, 16, 0, // Skip to: 6495 |
6702 | | /* 2340 */ MCD_OPC_CheckField, 26, 6, 4, 52, 16, 0, // Skip to: 6495 |
6703 | | /* 2347 */ MCD_OPC_CheckField, 21, 2, 0, 45, 16, 0, // Skip to: 6495 |
6704 | | /* 2354 */ MCD_OPC_Decode, 209, 6, 184, 2, // Opcode: EFSTSTLT |
6705 | | /* 2359 */ MCD_OPC_FilterValue, 6, 35, 16, 0, // Skip to: 6495 |
6706 | | /* 2364 */ MCD_OPC_CheckPredicate, 15, 30, 16, 0, // Skip to: 6495 |
6707 | | /* 2369 */ MCD_OPC_CheckField, 26, 6, 4, 23, 16, 0, // Skip to: 6495 |
6708 | | /* 2376 */ MCD_OPC_CheckField, 21, 2, 0, 16, 16, 0, // Skip to: 6495 |
6709 | | /* 2383 */ MCD_OPC_Decode, 207, 6, 184, 2, // Opcode: EFSTSTEQ |
6710 | | /* 2388 */ MCD_OPC_FilterValue, 92, 192, 0, 0, // Skip to: 2585 |
6711 | | /* 2393 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6712 | | /* 2396 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2418 |
6713 | | /* 2401 */ MCD_OPC_CheckPredicate, 15, 249, 15, 0, // Skip to: 6495 |
6714 | | /* 2406 */ MCD_OPC_CheckField, 26, 6, 4, 242, 15, 0, // Skip to: 6495 |
6715 | | /* 2413 */ MCD_OPC_Decode, 159, 6, 178, 2, // Opcode: EFDADD |
6716 | | /* 2418 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2440 |
6717 | | /* 2423 */ MCD_OPC_CheckPredicate, 15, 227, 15, 0, // Skip to: 6495 |
6718 | | /* 2428 */ MCD_OPC_CheckField, 26, 6, 4, 220, 15, 0, // Skip to: 6495 |
6719 | | /* 2435 */ MCD_OPC_Decode, 182, 6, 178, 2, // Opcode: EFDSUB |
6720 | | /* 2440 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2469 |
6721 | | /* 2445 */ MCD_OPC_CheckPredicate, 15, 205, 15, 0, // Skip to: 6495 |
6722 | | /* 2450 */ MCD_OPC_CheckField, 26, 6, 4, 198, 15, 0, // Skip to: 6495 |
6723 | | /* 2457 */ MCD_OPC_CheckField, 16, 5, 0, 191, 15, 0, // Skip to: 6495 |
6724 | | /* 2464 */ MCD_OPC_Decode, 166, 6, 188, 2, // Opcode: EFDCFUID |
6725 | | /* 2469 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2498 |
6726 | | /* 2474 */ MCD_OPC_CheckPredicate, 15, 176, 15, 0, // Skip to: 6495 |
6727 | | /* 2479 */ MCD_OPC_CheckField, 26, 6, 4, 169, 15, 0, // Skip to: 6495 |
6728 | | /* 2486 */ MCD_OPC_CheckField, 16, 5, 0, 162, 15, 0, // Skip to: 6495 |
6729 | | /* 2493 */ MCD_OPC_Decode, 163, 6, 188, 2, // Opcode: EFDCFSID |
6730 | | /* 2498 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2527 |
6731 | | /* 2503 */ MCD_OPC_CheckPredicate, 15, 147, 15, 0, // Skip to: 6495 |
6732 | | /* 2508 */ MCD_OPC_CheckField, 26, 6, 4, 140, 15, 0, // Skip to: 6495 |
6733 | | /* 2515 */ MCD_OPC_CheckField, 11, 5, 0, 133, 15, 0, // Skip to: 6495 |
6734 | | /* 2522 */ MCD_OPC_Decode, 158, 6, 181, 2, // Opcode: EFDABS |
6735 | | /* 2527 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2556 |
6736 | | /* 2532 */ MCD_OPC_CheckPredicate, 15, 118, 15, 0, // Skip to: 6495 |
6737 | | /* 2537 */ MCD_OPC_CheckField, 26, 6, 4, 111, 15, 0, // Skip to: 6495 |
6738 | | /* 2544 */ MCD_OPC_CheckField, 11, 5, 0, 104, 15, 0, // Skip to: 6495 |
6739 | | /* 2551 */ MCD_OPC_Decode, 180, 6, 181, 2, // Opcode: EFDNABS |
6740 | | /* 2556 */ MCD_OPC_FilterValue, 6, 94, 15, 0, // Skip to: 6495 |
6741 | | /* 2561 */ MCD_OPC_CheckPredicate, 15, 89, 15, 0, // Skip to: 6495 |
6742 | | /* 2566 */ MCD_OPC_CheckField, 26, 6, 4, 82, 15, 0, // Skip to: 6495 |
6743 | | /* 2573 */ MCD_OPC_CheckField, 11, 5, 0, 75, 15, 0, // Skip to: 6495 |
6744 | | /* 2580 */ MCD_OPC_Decode, 181, 6, 181, 2, // Opcode: EFDNEG |
6745 | | /* 2585 */ MCD_OPC_FilterValue, 93, 221, 0, 0, // Skip to: 2811 |
6746 | | /* 2590 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6747 | | /* 2593 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2615 |
6748 | | /* 2598 */ MCD_OPC_CheckPredicate, 15, 52, 15, 0, // Skip to: 6495 |
6749 | | /* 2603 */ MCD_OPC_CheckField, 26, 6, 4, 45, 15, 0, // Skip to: 6495 |
6750 | | /* 2610 */ MCD_OPC_Decode, 179, 6, 178, 2, // Opcode: EFDMUL |
6751 | | /* 2615 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2637 |
6752 | | /* 2620 */ MCD_OPC_CheckPredicate, 15, 30, 15, 0, // Skip to: 6495 |
6753 | | /* 2625 */ MCD_OPC_CheckField, 26, 6, 4, 23, 15, 0, // Skip to: 6495 |
6754 | | /* 2632 */ MCD_OPC_Decode, 178, 6, 178, 2, // Opcode: EFDDIV |
6755 | | /* 2637 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2666 |
6756 | | /* 2642 */ MCD_OPC_CheckPredicate, 15, 8, 15, 0, // Skip to: 6495 |
6757 | | /* 2647 */ MCD_OPC_CheckField, 26, 6, 4, 1, 15, 0, // Skip to: 6495 |
6758 | | /* 2654 */ MCD_OPC_CheckField, 16, 5, 0, 250, 14, 0, // Skip to: 6495 |
6759 | | /* 2661 */ MCD_OPC_Decode, 176, 6, 187, 2, // Opcode: EFDCTUIDZ |
6760 | | /* 2666 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2695 |
6761 | | /* 2671 */ MCD_OPC_CheckPredicate, 15, 235, 14, 0, // Skip to: 6495 |
6762 | | /* 2676 */ MCD_OPC_CheckField, 26, 6, 4, 228, 14, 0, // Skip to: 6495 |
6763 | | /* 2683 */ MCD_OPC_CheckField, 16, 5, 0, 221, 14, 0, // Skip to: 6495 |
6764 | | /* 2690 */ MCD_OPC_Decode, 172, 6, 187, 2, // Opcode: EFDCTSIDZ |
6765 | | /* 2695 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2724 |
6766 | | /* 2700 */ MCD_OPC_CheckPredicate, 15, 206, 14, 0, // Skip to: 6495 |
6767 | | /* 2705 */ MCD_OPC_CheckField, 26, 6, 4, 199, 14, 0, // Skip to: 6495 |
6768 | | /* 2712 */ MCD_OPC_CheckField, 21, 2, 0, 192, 14, 0, // Skip to: 6495 |
6769 | | /* 2719 */ MCD_OPC_Decode, 168, 6, 184, 2, // Opcode: EFDCMPGT |
6770 | | /* 2724 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2753 |
6771 | | /* 2729 */ MCD_OPC_CheckPredicate, 15, 177, 14, 0, // Skip to: 6495 |
6772 | | /* 2734 */ MCD_OPC_CheckField, 26, 6, 4, 170, 14, 0, // Skip to: 6495 |
6773 | | /* 2741 */ MCD_OPC_CheckField, 21, 2, 0, 163, 14, 0, // Skip to: 6495 |
6774 | | /* 2748 */ MCD_OPC_Decode, 169, 6, 184, 2, // Opcode: EFDCMPLT |
6775 | | /* 2753 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 2782 |
6776 | | /* 2758 */ MCD_OPC_CheckPredicate, 15, 148, 14, 0, // Skip to: 6495 |
6777 | | /* 2763 */ MCD_OPC_CheckField, 26, 6, 4, 141, 14, 0, // Skip to: 6495 |
6778 | | /* 2770 */ MCD_OPC_CheckField, 21, 2, 0, 134, 14, 0, // Skip to: 6495 |
6779 | | /* 2777 */ MCD_OPC_Decode, 167, 6, 184, 2, // Opcode: EFDCMPEQ |
6780 | | /* 2782 */ MCD_OPC_FilterValue, 7, 124, 14, 0, // Skip to: 6495 |
6781 | | /* 2787 */ MCD_OPC_CheckPredicate, 15, 119, 14, 0, // Skip to: 6495 |
6782 | | /* 2792 */ MCD_OPC_CheckField, 26, 6, 4, 112, 14, 0, // Skip to: 6495 |
6783 | | /* 2799 */ MCD_OPC_CheckField, 16, 5, 0, 105, 14, 0, // Skip to: 6495 |
6784 | | /* 2806 */ MCD_OPC_Decode, 160, 6, 188, 2, // Opcode: EFDCFS |
6785 | | /* 2811 */ MCD_OPC_FilterValue, 94, 235, 0, 0, // Skip to: 3051 |
6786 | | /* 2816 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6787 | | /* 2819 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2848 |
6788 | | /* 2824 */ MCD_OPC_CheckPredicate, 15, 82, 14, 0, // Skip to: 6495 |
6789 | | /* 2829 */ MCD_OPC_CheckField, 26, 6, 4, 75, 14, 0, // Skip to: 6495 |
6790 | | /* 2836 */ MCD_OPC_CheckField, 16, 5, 0, 68, 14, 0, // Skip to: 6495 |
6791 | | /* 2843 */ MCD_OPC_Decode, 165, 6, 188, 2, // Opcode: EFDCFUI |
6792 | | /* 2848 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2877 |
6793 | | /* 2853 */ MCD_OPC_CheckPredicate, 15, 53, 14, 0, // Skip to: 6495 |
6794 | | /* 2858 */ MCD_OPC_CheckField, 26, 6, 4, 46, 14, 0, // Skip to: 6495 |
6795 | | /* 2865 */ MCD_OPC_CheckField, 16, 5, 0, 39, 14, 0, // Skip to: 6495 |
6796 | | /* 2872 */ MCD_OPC_Decode, 162, 6, 188, 2, // Opcode: EFDCFSI |
6797 | | /* 2877 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2906 |
6798 | | /* 2882 */ MCD_OPC_CheckPredicate, 15, 24, 14, 0, // Skip to: 6495 |
6799 | | /* 2887 */ MCD_OPC_CheckField, 26, 6, 4, 17, 14, 0, // Skip to: 6495 |
6800 | | /* 2894 */ MCD_OPC_CheckField, 16, 5, 0, 10, 14, 0, // Skip to: 6495 |
6801 | | /* 2901 */ MCD_OPC_Decode, 164, 6, 188, 2, // Opcode: EFDCFUF |
6802 | | /* 2906 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2935 |
6803 | | /* 2911 */ MCD_OPC_CheckPredicate, 15, 251, 13, 0, // Skip to: 6495 |
6804 | | /* 2916 */ MCD_OPC_CheckField, 26, 6, 4, 244, 13, 0, // Skip to: 6495 |
6805 | | /* 2923 */ MCD_OPC_CheckField, 16, 5, 0, 237, 13, 0, // Skip to: 6495 |
6806 | | /* 2930 */ MCD_OPC_Decode, 161, 6, 188, 2, // Opcode: EFDCFSF |
6807 | | /* 2935 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2964 |
6808 | | /* 2940 */ MCD_OPC_CheckPredicate, 15, 222, 13, 0, // Skip to: 6495 |
6809 | | /* 2945 */ MCD_OPC_CheckField, 26, 6, 4, 215, 13, 0, // Skip to: 6495 |
6810 | | /* 2952 */ MCD_OPC_CheckField, 16, 5, 0, 208, 13, 0, // Skip to: 6495 |
6811 | | /* 2959 */ MCD_OPC_Decode, 175, 6, 187, 2, // Opcode: EFDCTUI |
6812 | | /* 2964 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2993 |
6813 | | /* 2969 */ MCD_OPC_CheckPredicate, 15, 193, 13, 0, // Skip to: 6495 |
6814 | | /* 2974 */ MCD_OPC_CheckField, 26, 6, 4, 186, 13, 0, // Skip to: 6495 |
6815 | | /* 2981 */ MCD_OPC_CheckField, 16, 5, 0, 179, 13, 0, // Skip to: 6495 |
6816 | | /* 2988 */ MCD_OPC_Decode, 171, 6, 187, 2, // Opcode: EFDCTSI |
6817 | | /* 2993 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 3022 |
6818 | | /* 2998 */ MCD_OPC_CheckPredicate, 15, 164, 13, 0, // Skip to: 6495 |
6819 | | /* 3003 */ MCD_OPC_CheckField, 26, 6, 4, 157, 13, 0, // Skip to: 6495 |
6820 | | /* 3010 */ MCD_OPC_CheckField, 16, 5, 0, 150, 13, 0, // Skip to: 6495 |
6821 | | /* 3017 */ MCD_OPC_Decode, 174, 6, 188, 2, // Opcode: EFDCTUF |
6822 | | /* 3022 */ MCD_OPC_FilterValue, 7, 140, 13, 0, // Skip to: 6495 |
6823 | | /* 3027 */ MCD_OPC_CheckPredicate, 15, 135, 13, 0, // Skip to: 6495 |
6824 | | /* 3032 */ MCD_OPC_CheckField, 26, 6, 4, 128, 13, 0, // Skip to: 6495 |
6825 | | /* 3039 */ MCD_OPC_CheckField, 16, 5, 0, 121, 13, 0, // Skip to: 6495 |
6826 | | /* 3046 */ MCD_OPC_Decode, 170, 6, 188, 2, // Opcode: EFDCTSF |
6827 | | /* 3051 */ MCD_OPC_FilterValue, 95, 148, 0, 0, // Skip to: 3204 |
6828 | | /* 3056 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6829 | | /* 3059 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 3088 |
6830 | | /* 3064 */ MCD_OPC_CheckPredicate, 15, 98, 13, 0, // Skip to: 6495 |
6831 | | /* 3069 */ MCD_OPC_CheckField, 26, 6, 4, 91, 13, 0, // Skip to: 6495 |
6832 | | /* 3076 */ MCD_OPC_CheckField, 16, 5, 0, 84, 13, 0, // Skip to: 6495 |
6833 | | /* 3083 */ MCD_OPC_Decode, 177, 6, 187, 2, // Opcode: EFDCTUIZ |
6834 | | /* 3088 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 3117 |
6835 | | /* 3093 */ MCD_OPC_CheckPredicate, 15, 69, 13, 0, // Skip to: 6495 |
6836 | | /* 3098 */ MCD_OPC_CheckField, 26, 6, 4, 62, 13, 0, // Skip to: 6495 |
6837 | | /* 3105 */ MCD_OPC_CheckField, 16, 5, 0, 55, 13, 0, // Skip to: 6495 |
6838 | | /* 3112 */ MCD_OPC_Decode, 173, 6, 187, 2, // Opcode: EFDCTSIZ |
6839 | | /* 3117 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 3146 |
6840 | | /* 3122 */ MCD_OPC_CheckPredicate, 15, 40, 13, 0, // Skip to: 6495 |
6841 | | /* 3127 */ MCD_OPC_CheckField, 26, 6, 4, 33, 13, 0, // Skip to: 6495 |
6842 | | /* 3134 */ MCD_OPC_CheckField, 21, 2, 0, 26, 13, 0, // Skip to: 6495 |
6843 | | /* 3141 */ MCD_OPC_Decode, 184, 6, 184, 2, // Opcode: EFDTSTGT |
6844 | | /* 3146 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 3175 |
6845 | | /* 3151 */ MCD_OPC_CheckPredicate, 15, 11, 13, 0, // Skip to: 6495 |
6846 | | /* 3156 */ MCD_OPC_CheckField, 26, 6, 4, 4, 13, 0, // Skip to: 6495 |
6847 | | /* 3163 */ MCD_OPC_CheckField, 21, 2, 0, 253, 12, 0, // Skip to: 6495 |
6848 | | /* 3170 */ MCD_OPC_Decode, 185, 6, 184, 2, // Opcode: EFDTSTLT |
6849 | | /* 3175 */ MCD_OPC_FilterValue, 6, 243, 12, 0, // Skip to: 6495 |
6850 | | /* 3180 */ MCD_OPC_CheckPredicate, 15, 238, 12, 0, // Skip to: 6495 |
6851 | | /* 3185 */ MCD_OPC_CheckField, 26, 6, 4, 231, 12, 0, // Skip to: 6495 |
6852 | | /* 3192 */ MCD_OPC_CheckField, 21, 2, 0, 224, 12, 0, // Skip to: 6495 |
6853 | | /* 3199 */ MCD_OPC_Decode, 183, 6, 184, 2, // Opcode: EFDTSTEQ |
6854 | | /* 3204 */ MCD_OPC_FilterValue, 96, 135, 0, 0, // Skip to: 3344 |
6855 | | /* 3209 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6856 | | /* 3212 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3234 |
6857 | | /* 3217 */ MCD_OPC_CheckPredicate, 15, 201, 12, 0, // Skip to: 6495 |
6858 | | /* 3222 */ MCD_OPC_CheckField, 26, 6, 4, 194, 12, 0, // Skip to: 6495 |
6859 | | /* 3229 */ MCD_OPC_Decode, 136, 7, 189, 2, // Opcode: EVLDDX |
6860 | | /* 3234 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3256 |
6861 | | /* 3239 */ MCD_OPC_CheckPredicate, 15, 179, 12, 0, // Skip to: 6495 |
6862 | | /* 3244 */ MCD_OPC_CheckField, 26, 6, 4, 172, 12, 0, // Skip to: 6495 |
6863 | | /* 3251 */ MCD_OPC_Decode, 135, 7, 190, 2, // Opcode: EVLDD |
6864 | | /* 3256 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3278 |
6865 | | /* 3261 */ MCD_OPC_CheckPredicate, 15, 157, 12, 0, // Skip to: 6495 |
6866 | | /* 3266 */ MCD_OPC_CheckField, 26, 6, 4, 150, 12, 0, // Skip to: 6495 |
6867 | | /* 3273 */ MCD_OPC_Decode, 140, 7, 189, 2, // Opcode: EVLDWX |
6868 | | /* 3278 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3300 |
6869 | | /* 3283 */ MCD_OPC_CheckPredicate, 15, 135, 12, 0, // Skip to: 6495 |
6870 | | /* 3288 */ MCD_OPC_CheckField, 26, 6, 4, 128, 12, 0, // Skip to: 6495 |
6871 | | /* 3295 */ MCD_OPC_Decode, 139, 7, 190, 2, // Opcode: EVLDW |
6872 | | /* 3300 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3322 |
6873 | | /* 3305 */ MCD_OPC_CheckPredicate, 15, 113, 12, 0, // Skip to: 6495 |
6874 | | /* 3310 */ MCD_OPC_CheckField, 26, 6, 4, 106, 12, 0, // Skip to: 6495 |
6875 | | /* 3317 */ MCD_OPC_Decode, 138, 7, 189, 2, // Opcode: EVLDHX |
6876 | | /* 3322 */ MCD_OPC_FilterValue, 5, 96, 12, 0, // Skip to: 6495 |
6877 | | /* 3327 */ MCD_OPC_CheckPredicate, 15, 91, 12, 0, // Skip to: 6495 |
6878 | | /* 3332 */ MCD_OPC_CheckField, 26, 6, 4, 84, 12, 0, // Skip to: 6495 |
6879 | | /* 3339 */ MCD_OPC_Decode, 137, 7, 190, 2, // Opcode: EVLDH |
6880 | | /* 3344 */ MCD_OPC_FilterValue, 97, 135, 0, 0, // Skip to: 3484 |
6881 | | /* 3349 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6882 | | /* 3352 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3374 |
6883 | | /* 3357 */ MCD_OPC_CheckPredicate, 15, 61, 12, 0, // Skip to: 6495 |
6884 | | /* 3362 */ MCD_OPC_CheckField, 26, 6, 4, 54, 12, 0, // Skip to: 6495 |
6885 | | /* 3369 */ MCD_OPC_Decode, 142, 7, 189, 2, // Opcode: EVLHHESPLATX |
6886 | | /* 3374 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3396 |
6887 | | /* 3379 */ MCD_OPC_CheckPredicate, 15, 39, 12, 0, // Skip to: 6495 |
6888 | | /* 3384 */ MCD_OPC_CheckField, 26, 6, 4, 32, 12, 0, // Skip to: 6495 |
6889 | | /* 3391 */ MCD_OPC_Decode, 141, 7, 191, 2, // Opcode: EVLHHESPLAT |
6890 | | /* 3396 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3418 |
6891 | | /* 3401 */ MCD_OPC_CheckPredicate, 15, 17, 12, 0, // Skip to: 6495 |
6892 | | /* 3406 */ MCD_OPC_CheckField, 26, 6, 4, 10, 12, 0, // Skip to: 6495 |
6893 | | /* 3413 */ MCD_OPC_Decode, 146, 7, 189, 2, // Opcode: EVLHHOUSPLATX |
6894 | | /* 3418 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3440 |
6895 | | /* 3423 */ MCD_OPC_CheckPredicate, 15, 251, 11, 0, // Skip to: 6495 |
6896 | | /* 3428 */ MCD_OPC_CheckField, 26, 6, 4, 244, 11, 0, // Skip to: 6495 |
6897 | | /* 3435 */ MCD_OPC_Decode, 145, 7, 191, 2, // Opcode: EVLHHOUSPLAT |
6898 | | /* 3440 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3462 |
6899 | | /* 3445 */ MCD_OPC_CheckPredicate, 15, 229, 11, 0, // Skip to: 6495 |
6900 | | /* 3450 */ MCD_OPC_CheckField, 26, 6, 4, 222, 11, 0, // Skip to: 6495 |
6901 | | /* 3457 */ MCD_OPC_Decode, 144, 7, 189, 2, // Opcode: EVLHHOSSPLATX |
6902 | | /* 3462 */ MCD_OPC_FilterValue, 7, 212, 11, 0, // Skip to: 6495 |
6903 | | /* 3467 */ MCD_OPC_CheckPredicate, 15, 207, 11, 0, // Skip to: 6495 |
6904 | | /* 3472 */ MCD_OPC_CheckField, 26, 6, 4, 200, 11, 0, // Skip to: 6495 |
6905 | | /* 3479 */ MCD_OPC_Decode, 143, 7, 191, 2, // Opcode: EVLHHOSSPLAT |
6906 | | /* 3484 */ MCD_OPC_FilterValue, 98, 135, 0, 0, // Skip to: 3624 |
6907 | | /* 3489 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6908 | | /* 3492 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3514 |
6909 | | /* 3497 */ MCD_OPC_CheckPredicate, 15, 177, 11, 0, // Skip to: 6495 |
6910 | | /* 3502 */ MCD_OPC_CheckField, 26, 6, 4, 170, 11, 0, // Skip to: 6495 |
6911 | | /* 3509 */ MCD_OPC_Decode, 148, 7, 189, 2, // Opcode: EVLWHEX |
6912 | | /* 3514 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3536 |
6913 | | /* 3519 */ MCD_OPC_CheckPredicate, 15, 155, 11, 0, // Skip to: 6495 |
6914 | | /* 3524 */ MCD_OPC_CheckField, 26, 6, 4, 148, 11, 0, // Skip to: 6495 |
6915 | | /* 3531 */ MCD_OPC_Decode, 147, 7, 192, 2, // Opcode: EVLWHE |
6916 | | /* 3536 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3558 |
6917 | | /* 3541 */ MCD_OPC_CheckPredicate, 15, 133, 11, 0, // Skip to: 6495 |
6918 | | /* 3546 */ MCD_OPC_CheckField, 26, 6, 4, 126, 11, 0, // Skip to: 6495 |
6919 | | /* 3553 */ MCD_OPC_Decode, 152, 7, 189, 2, // Opcode: EVLWHOUX |
6920 | | /* 3558 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3580 |
6921 | | /* 3563 */ MCD_OPC_CheckPredicate, 15, 111, 11, 0, // Skip to: 6495 |
6922 | | /* 3568 */ MCD_OPC_CheckField, 26, 6, 4, 104, 11, 0, // Skip to: 6495 |
6923 | | /* 3575 */ MCD_OPC_Decode, 151, 7, 192, 2, // Opcode: EVLWHOU |
6924 | | /* 3580 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3602 |
6925 | | /* 3585 */ MCD_OPC_CheckPredicate, 15, 89, 11, 0, // Skip to: 6495 |
6926 | | /* 3590 */ MCD_OPC_CheckField, 26, 6, 4, 82, 11, 0, // Skip to: 6495 |
6927 | | /* 3597 */ MCD_OPC_Decode, 150, 7, 189, 2, // Opcode: EVLWHOSX |
6928 | | /* 3602 */ MCD_OPC_FilterValue, 7, 72, 11, 0, // Skip to: 6495 |
6929 | | /* 3607 */ MCD_OPC_CheckPredicate, 15, 67, 11, 0, // Skip to: 6495 |
6930 | | /* 3612 */ MCD_OPC_CheckField, 26, 6, 4, 60, 11, 0, // Skip to: 6495 |
6931 | | /* 3619 */ MCD_OPC_Decode, 149, 7, 192, 2, // Opcode: EVLWHOS |
6932 | | /* 3624 */ MCD_OPC_FilterValue, 99, 91, 0, 0, // Skip to: 3720 |
6933 | | /* 3629 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6934 | | /* 3632 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3654 |
6935 | | /* 3637 */ MCD_OPC_CheckPredicate, 15, 37, 11, 0, // Skip to: 6495 |
6936 | | /* 3642 */ MCD_OPC_CheckField, 26, 6, 4, 30, 11, 0, // Skip to: 6495 |
6937 | | /* 3649 */ MCD_OPC_Decode, 156, 7, 189, 2, // Opcode: EVLWWSPLATX |
6938 | | /* 3654 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3676 |
6939 | | /* 3659 */ MCD_OPC_CheckPredicate, 15, 15, 11, 0, // Skip to: 6495 |
6940 | | /* 3664 */ MCD_OPC_CheckField, 26, 6, 4, 8, 11, 0, // Skip to: 6495 |
6941 | | /* 3671 */ MCD_OPC_Decode, 155, 7, 192, 2, // Opcode: EVLWWSPLAT |
6942 | | /* 3676 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3698 |
6943 | | /* 3681 */ MCD_OPC_CheckPredicate, 15, 249, 10, 0, // Skip to: 6495 |
6944 | | /* 3686 */ MCD_OPC_CheckField, 26, 6, 4, 242, 10, 0, // Skip to: 6495 |
6945 | | /* 3693 */ MCD_OPC_Decode, 154, 7, 189, 2, // Opcode: EVLWHSPLATX |
6946 | | /* 3698 */ MCD_OPC_FilterValue, 5, 232, 10, 0, // Skip to: 6495 |
6947 | | /* 3703 */ MCD_OPC_CheckPredicate, 15, 227, 10, 0, // Skip to: 6495 |
6948 | | /* 3708 */ MCD_OPC_CheckField, 26, 6, 4, 220, 10, 0, // Skip to: 6495 |
6949 | | /* 3715 */ MCD_OPC_Decode, 153, 7, 192, 2, // Opcode: EVLWHSPLAT |
6950 | | /* 3720 */ MCD_OPC_FilterValue, 100, 135, 0, 0, // Skip to: 3860 |
6951 | | /* 3725 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6952 | | /* 3728 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3750 |
6953 | | /* 3733 */ MCD_OPC_CheckPredicate, 15, 197, 10, 0, // Skip to: 6495 |
6954 | | /* 3738 */ MCD_OPC_CheckField, 26, 6, 4, 190, 10, 0, // Skip to: 6495 |
6955 | | /* 3745 */ MCD_OPC_Decode, 138, 8, 189, 2, // Opcode: EVSTDDX |
6956 | | /* 3750 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3772 |
6957 | | /* 3755 */ MCD_OPC_CheckPredicate, 15, 175, 10, 0, // Skip to: 6495 |
6958 | | /* 3760 */ MCD_OPC_CheckField, 26, 6, 4, 168, 10, 0, // Skip to: 6495 |
6959 | | /* 3767 */ MCD_OPC_Decode, 137, 8, 190, 2, // Opcode: EVSTDD |
6960 | | /* 3772 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3794 |
6961 | | /* 3777 */ MCD_OPC_CheckPredicate, 15, 153, 10, 0, // Skip to: 6495 |
6962 | | /* 3782 */ MCD_OPC_CheckField, 26, 6, 4, 146, 10, 0, // Skip to: 6495 |
6963 | | /* 3789 */ MCD_OPC_Decode, 142, 8, 189, 2, // Opcode: EVSTDWX |
6964 | | /* 3794 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3816 |
6965 | | /* 3799 */ MCD_OPC_CheckPredicate, 15, 131, 10, 0, // Skip to: 6495 |
6966 | | /* 3804 */ MCD_OPC_CheckField, 26, 6, 4, 124, 10, 0, // Skip to: 6495 |
6967 | | /* 3811 */ MCD_OPC_Decode, 141, 8, 190, 2, // Opcode: EVSTDW |
6968 | | /* 3816 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3838 |
6969 | | /* 3821 */ MCD_OPC_CheckPredicate, 15, 109, 10, 0, // Skip to: 6495 |
6970 | | /* 3826 */ MCD_OPC_CheckField, 26, 6, 4, 102, 10, 0, // Skip to: 6495 |
6971 | | /* 3833 */ MCD_OPC_Decode, 140, 8, 189, 2, // Opcode: EVSTDHX |
6972 | | /* 3838 */ MCD_OPC_FilterValue, 5, 92, 10, 0, // Skip to: 6495 |
6973 | | /* 3843 */ MCD_OPC_CheckPredicate, 15, 87, 10, 0, // Skip to: 6495 |
6974 | | /* 3848 */ MCD_OPC_CheckField, 26, 6, 4, 80, 10, 0, // Skip to: 6495 |
6975 | | /* 3855 */ MCD_OPC_Decode, 139, 8, 190, 2, // Opcode: EVSTDH |
6976 | | /* 3860 */ MCD_OPC_FilterValue, 102, 91, 0, 0, // Skip to: 3956 |
6977 | | /* 3865 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6978 | | /* 3868 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3890 |
6979 | | /* 3873 */ MCD_OPC_CheckPredicate, 15, 57, 10, 0, // Skip to: 6495 |
6980 | | /* 3878 */ MCD_OPC_CheckField, 26, 6, 4, 50, 10, 0, // Skip to: 6495 |
6981 | | /* 3885 */ MCD_OPC_Decode, 144, 8, 189, 2, // Opcode: EVSTWHEX |
6982 | | /* 3890 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3912 |
6983 | | /* 3895 */ MCD_OPC_CheckPredicate, 15, 35, 10, 0, // Skip to: 6495 |
6984 | | /* 3900 */ MCD_OPC_CheckField, 26, 6, 4, 28, 10, 0, // Skip to: 6495 |
6985 | | /* 3907 */ MCD_OPC_Decode, 143, 8, 192, 2, // Opcode: EVSTWHE |
6986 | | /* 3912 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3934 |
6987 | | /* 3917 */ MCD_OPC_CheckPredicate, 15, 13, 10, 0, // Skip to: 6495 |
6988 | | /* 3922 */ MCD_OPC_CheckField, 26, 6, 4, 6, 10, 0, // Skip to: 6495 |
6989 | | /* 3929 */ MCD_OPC_Decode, 146, 8, 189, 2, // Opcode: EVSTWHOX |
6990 | | /* 3934 */ MCD_OPC_FilterValue, 5, 252, 9, 0, // Skip to: 6495 |
6991 | | /* 3939 */ MCD_OPC_CheckPredicate, 15, 247, 9, 0, // Skip to: 6495 |
6992 | | /* 3944 */ MCD_OPC_CheckField, 26, 6, 4, 240, 9, 0, // Skip to: 6495 |
6993 | | /* 3951 */ MCD_OPC_Decode, 145, 8, 192, 2, // Opcode: EVSTWHO |
6994 | | /* 3956 */ MCD_OPC_FilterValue, 103, 91, 0, 0, // Skip to: 4052 |
6995 | | /* 3961 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
6996 | | /* 3964 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3986 |
6997 | | /* 3969 */ MCD_OPC_CheckPredicate, 15, 217, 9, 0, // Skip to: 6495 |
6998 | | /* 3974 */ MCD_OPC_CheckField, 26, 6, 4, 210, 9, 0, // Skip to: 6495 |
6999 | | /* 3981 */ MCD_OPC_Decode, 148, 8, 189, 2, // Opcode: EVSTWWEX |
7000 | | /* 3986 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4008 |
7001 | | /* 3991 */ MCD_OPC_CheckPredicate, 15, 195, 9, 0, // Skip to: 6495 |
7002 | | /* 3996 */ MCD_OPC_CheckField, 26, 6, 4, 188, 9, 0, // Skip to: 6495 |
7003 | | /* 4003 */ MCD_OPC_Decode, 147, 8, 192, 2, // Opcode: EVSTWWE |
7004 | | /* 4008 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4030 |
7005 | | /* 4013 */ MCD_OPC_CheckPredicate, 15, 173, 9, 0, // Skip to: 6495 |
7006 | | /* 4018 */ MCD_OPC_CheckField, 26, 6, 4, 166, 9, 0, // Skip to: 6495 |
7007 | | /* 4025 */ MCD_OPC_Decode, 150, 8, 189, 2, // Opcode: EVSTWWOX |
7008 | | /* 4030 */ MCD_OPC_FilterValue, 5, 156, 9, 0, // Skip to: 6495 |
7009 | | /* 4035 */ MCD_OPC_CheckPredicate, 15, 151, 9, 0, // Skip to: 6495 |
7010 | | /* 4040 */ MCD_OPC_CheckField, 26, 6, 4, 144, 9, 0, // Skip to: 6495 |
7011 | | /* 4047 */ MCD_OPC_Decode, 149, 8, 192, 2, // Opcode: EVSTWWO |
7012 | | /* 4052 */ MCD_OPC_FilterValue, 128, 1, 47, 0, 0, // Skip to: 4105 |
7013 | | /* 4058 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7014 | | /* 4061 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4083 |
7015 | | /* 4066 */ MCD_OPC_CheckPredicate, 15, 120, 9, 0, // Skip to: 6495 |
7016 | | /* 4071 */ MCD_OPC_CheckField, 26, 6, 4, 113, 9, 0, // Skip to: 6495 |
7017 | | /* 4078 */ MCD_OPC_Decode, 175, 7, 178, 2, // Opcode: EVMHESSF |
7018 | | /* 4083 */ MCD_OPC_FilterValue, 7, 103, 9, 0, // Skip to: 6495 |
7019 | | /* 4088 */ MCD_OPC_CheckPredicate, 15, 98, 9, 0, // Skip to: 6495 |
7020 | | /* 4093 */ MCD_OPC_CheckField, 26, 6, 4, 91, 9, 0, // Skip to: 6495 |
7021 | | /* 4100 */ MCD_OPC_Decode, 201, 7, 178, 2, // Opcode: EVMHOSSF |
7022 | | /* 4105 */ MCD_OPC_FilterValue, 129, 1, 135, 0, 0, // Skip to: 4246 |
7023 | | /* 4111 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7024 | | /* 4114 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4136 |
7025 | | /* 4119 */ MCD_OPC_CheckPredicate, 15, 67, 9, 0, // Skip to: 6495 |
7026 | | /* 4124 */ MCD_OPC_CheckField, 26, 6, 4, 60, 9, 0, // Skip to: 6495 |
7027 | | /* 4131 */ MCD_OPC_Decode, 181, 7, 178, 2, // Opcode: EVMHEUMI |
7028 | | /* 4136 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4158 |
7029 | | /* 4141 */ MCD_OPC_CheckPredicate, 15, 45, 9, 0, // Skip to: 6495 |
7030 | | /* 4146 */ MCD_OPC_CheckField, 26, 6, 4, 38, 9, 0, // Skip to: 6495 |
7031 | | /* 4153 */ MCD_OPC_Decode, 171, 7, 178, 2, // Opcode: EVMHESMI |
7032 | | /* 4158 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4180 |
7033 | | /* 4163 */ MCD_OPC_CheckPredicate, 15, 23, 9, 0, // Skip to: 6495 |
7034 | | /* 4168 */ MCD_OPC_CheckField, 26, 6, 4, 16, 9, 0, // Skip to: 6495 |
7035 | | /* 4175 */ MCD_OPC_Decode, 167, 7, 178, 2, // Opcode: EVMHESMF |
7036 | | /* 4180 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4202 |
7037 | | /* 4185 */ MCD_OPC_CheckPredicate, 15, 1, 9, 0, // Skip to: 6495 |
7038 | | /* 4190 */ MCD_OPC_CheckField, 26, 6, 4, 250, 8, 0, // Skip to: 6495 |
7039 | | /* 4197 */ MCD_OPC_Decode, 207, 7, 178, 2, // Opcode: EVMHOUMI |
7040 | | /* 4202 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4224 |
7041 | | /* 4207 */ MCD_OPC_CheckPredicate, 15, 235, 8, 0, // Skip to: 6495 |
7042 | | /* 4212 */ MCD_OPC_CheckField, 26, 6, 4, 228, 8, 0, // Skip to: 6495 |
7043 | | /* 4219 */ MCD_OPC_Decode, 197, 7, 178, 2, // Opcode: EVMHOSMI |
7044 | | /* 4224 */ MCD_OPC_FilterValue, 7, 218, 8, 0, // Skip to: 6495 |
7045 | | /* 4229 */ MCD_OPC_CheckPredicate, 15, 213, 8, 0, // Skip to: 6495 |
7046 | | /* 4234 */ MCD_OPC_CheckField, 26, 6, 4, 206, 8, 0, // Skip to: 6495 |
7047 | | /* 4241 */ MCD_OPC_Decode, 193, 7, 178, 2, // Opcode: EVMHOSMF |
7048 | | /* 4246 */ MCD_OPC_FilterValue, 132, 1, 47, 0, 0, // Skip to: 4299 |
7049 | | /* 4252 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7050 | | /* 4255 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4277 |
7051 | | /* 4260 */ MCD_OPC_CheckPredicate, 15, 182, 8, 0, // Skip to: 6495 |
7052 | | /* 4265 */ MCD_OPC_CheckField, 26, 6, 4, 175, 8, 0, // Skip to: 6495 |
7053 | | /* 4272 */ MCD_OPC_Decode, 176, 7, 178, 2, // Opcode: EVMHESSFA |
7054 | | /* 4277 */ MCD_OPC_FilterValue, 7, 165, 8, 0, // Skip to: 6495 |
7055 | | /* 4282 */ MCD_OPC_CheckPredicate, 15, 160, 8, 0, // Skip to: 6495 |
7056 | | /* 4287 */ MCD_OPC_CheckField, 26, 6, 4, 153, 8, 0, // Skip to: 6495 |
7057 | | /* 4294 */ MCD_OPC_Decode, 202, 7, 178, 2, // Opcode: EVMHOSSFA |
7058 | | /* 4299 */ MCD_OPC_FilterValue, 133, 1, 135, 0, 0, // Skip to: 4440 |
7059 | | /* 4305 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7060 | | /* 4308 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4330 |
7061 | | /* 4313 */ MCD_OPC_CheckPredicate, 15, 129, 8, 0, // Skip to: 6495 |
7062 | | /* 4318 */ MCD_OPC_CheckField, 26, 6, 4, 122, 8, 0, // Skip to: 6495 |
7063 | | /* 4325 */ MCD_OPC_Decode, 182, 7, 178, 2, // Opcode: EVMHEUMIA |
7064 | | /* 4330 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4352 |
7065 | | /* 4335 */ MCD_OPC_CheckPredicate, 15, 107, 8, 0, // Skip to: 6495 |
7066 | | /* 4340 */ MCD_OPC_CheckField, 26, 6, 4, 100, 8, 0, // Skip to: 6495 |
7067 | | /* 4347 */ MCD_OPC_Decode, 172, 7, 178, 2, // Opcode: EVMHESMIA |
7068 | | /* 4352 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4374 |
7069 | | /* 4357 */ MCD_OPC_CheckPredicate, 15, 85, 8, 0, // Skip to: 6495 |
7070 | | /* 4362 */ MCD_OPC_CheckField, 26, 6, 4, 78, 8, 0, // Skip to: 6495 |
7071 | | /* 4369 */ MCD_OPC_Decode, 168, 7, 178, 2, // Opcode: EVMHESMFA |
7072 | | /* 4374 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4396 |
7073 | | /* 4379 */ MCD_OPC_CheckPredicate, 15, 63, 8, 0, // Skip to: 6495 |
7074 | | /* 4384 */ MCD_OPC_CheckField, 26, 6, 4, 56, 8, 0, // Skip to: 6495 |
7075 | | /* 4391 */ MCD_OPC_Decode, 208, 7, 178, 2, // Opcode: EVMHOUMIA |
7076 | | /* 4396 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4418 |
7077 | | /* 4401 */ MCD_OPC_CheckPredicate, 15, 41, 8, 0, // Skip to: 6495 |
7078 | | /* 4406 */ MCD_OPC_CheckField, 26, 6, 4, 34, 8, 0, // Skip to: 6495 |
7079 | | /* 4413 */ MCD_OPC_Decode, 198, 7, 178, 2, // Opcode: EVMHOSMIA |
7080 | | /* 4418 */ MCD_OPC_FilterValue, 7, 24, 8, 0, // Skip to: 6495 |
7081 | | /* 4423 */ MCD_OPC_CheckPredicate, 15, 19, 8, 0, // Skip to: 6495 |
7082 | | /* 4428 */ MCD_OPC_CheckField, 26, 6, 4, 12, 8, 0, // Skip to: 6495 |
7083 | | /* 4435 */ MCD_OPC_Decode, 194, 7, 178, 2, // Opcode: EVMHOSMFA |
7084 | | /* 4440 */ MCD_OPC_FilterValue, 136, 1, 24, 0, 0, // Skip to: 4470 |
7085 | | /* 4446 */ MCD_OPC_CheckPredicate, 15, 252, 7, 0, // Skip to: 6495 |
7086 | | /* 4451 */ MCD_OPC_CheckField, 26, 6, 4, 245, 7, 0, // Skip to: 6495 |
7087 | | /* 4458 */ MCD_OPC_CheckField, 0, 3, 7, 238, 7, 0, // Skip to: 6495 |
7088 | | /* 4465 */ MCD_OPC_Decode, 218, 7, 178, 2, // Opcode: EVMWHSSF |
7089 | | /* 4470 */ MCD_OPC_FilterValue, 137, 1, 91, 0, 0, // Skip to: 4567 |
7090 | | /* 4476 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7091 | | /* 4479 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4501 |
7092 | | /* 4484 */ MCD_OPC_CheckPredicate, 15, 214, 7, 0, // Skip to: 6495 |
7093 | | /* 4489 */ MCD_OPC_CheckField, 26, 6, 4, 207, 7, 0, // Skip to: 6495 |
7094 | | /* 4496 */ MCD_OPC_Decode, 226, 7, 178, 2, // Opcode: EVMWLUMI |
7095 | | /* 4501 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4523 |
7096 | | /* 4506 */ MCD_OPC_CheckPredicate, 15, 192, 7, 0, // Skip to: 6495 |
7097 | | /* 4511 */ MCD_OPC_CheckField, 26, 6, 4, 185, 7, 0, // Skip to: 6495 |
7098 | | /* 4518 */ MCD_OPC_Decode, 220, 7, 178, 2, // Opcode: EVMWHUMI |
7099 | | /* 4523 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4545 |
7100 | | /* 4528 */ MCD_OPC_CheckPredicate, 15, 170, 7, 0, // Skip to: 6495 |
7101 | | /* 4533 */ MCD_OPC_CheckField, 26, 6, 4, 163, 7, 0, // Skip to: 6495 |
7102 | | /* 4540 */ MCD_OPC_Decode, 216, 7, 178, 2, // Opcode: EVMWHSMI |
7103 | | /* 4545 */ MCD_OPC_FilterValue, 7, 153, 7, 0, // Skip to: 6495 |
7104 | | /* 4550 */ MCD_OPC_CheckPredicate, 15, 148, 7, 0, // Skip to: 6495 |
7105 | | /* 4555 */ MCD_OPC_CheckField, 26, 6, 4, 141, 7, 0, // Skip to: 6495 |
7106 | | /* 4562 */ MCD_OPC_Decode, 214, 7, 178, 2, // Opcode: EVMWHSMF |
7107 | | /* 4567 */ MCD_OPC_FilterValue, 138, 1, 24, 0, 0, // Skip to: 4597 |
7108 | | /* 4573 */ MCD_OPC_CheckPredicate, 15, 125, 7, 0, // Skip to: 6495 |
7109 | | /* 4578 */ MCD_OPC_CheckField, 26, 6, 4, 118, 7, 0, // Skip to: 6495 |
7110 | | /* 4585 */ MCD_OPC_CheckField, 0, 3, 3, 111, 7, 0, // Skip to: 6495 |
7111 | | /* 4592 */ MCD_OPC_Decode, 240, 7, 178, 2, // Opcode: EVMWSSF |
7112 | | /* 4597 */ MCD_OPC_FilterValue, 139, 1, 69, 0, 0, // Skip to: 4672 |
7113 | | /* 4603 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7114 | | /* 4606 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4628 |
7115 | | /* 4611 */ MCD_OPC_CheckPredicate, 15, 87, 7, 0, // Skip to: 6495 |
7116 | | /* 4616 */ MCD_OPC_CheckField, 26, 6, 4, 80, 7, 0, // Skip to: 6495 |
7117 | | /* 4623 */ MCD_OPC_Decode, 244, 7, 178, 2, // Opcode: EVMWUMI |
7118 | | /* 4628 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4650 |
7119 | | /* 4633 */ MCD_OPC_CheckPredicate, 15, 65, 7, 0, // Skip to: 6495 |
7120 | | /* 4638 */ MCD_OPC_CheckField, 26, 6, 4, 58, 7, 0, // Skip to: 6495 |
7121 | | /* 4645 */ MCD_OPC_Decode, 236, 7, 178, 2, // Opcode: EVMWSMI |
7122 | | /* 4650 */ MCD_OPC_FilterValue, 3, 48, 7, 0, // Skip to: 6495 |
7123 | | /* 4655 */ MCD_OPC_CheckPredicate, 15, 43, 7, 0, // Skip to: 6495 |
7124 | | /* 4660 */ MCD_OPC_CheckField, 26, 6, 4, 36, 7, 0, // Skip to: 6495 |
7125 | | /* 4667 */ MCD_OPC_Decode, 232, 7, 178, 2, // Opcode: EVMWSMF |
7126 | | /* 4672 */ MCD_OPC_FilterValue, 140, 1, 24, 0, 0, // Skip to: 4702 |
7127 | | /* 4678 */ MCD_OPC_CheckPredicate, 15, 20, 7, 0, // Skip to: 6495 |
7128 | | /* 4683 */ MCD_OPC_CheckField, 26, 6, 4, 13, 7, 0, // Skip to: 6495 |
7129 | | /* 4690 */ MCD_OPC_CheckField, 0, 3, 7, 6, 7, 0, // Skip to: 6495 |
7130 | | /* 4697 */ MCD_OPC_Decode, 219, 7, 178, 2, // Opcode: EVMWHSSFA |
7131 | | /* 4702 */ MCD_OPC_FilterValue, 141, 1, 91, 0, 0, // Skip to: 4799 |
7132 | | /* 4708 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7133 | | /* 4711 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4733 |
7134 | | /* 4716 */ MCD_OPC_CheckPredicate, 15, 238, 6, 0, // Skip to: 6495 |
7135 | | /* 4721 */ MCD_OPC_CheckField, 26, 6, 4, 231, 6, 0, // Skip to: 6495 |
7136 | | /* 4728 */ MCD_OPC_Decode, 227, 7, 178, 2, // Opcode: EVMWLUMIA |
7137 | | /* 4733 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4755 |
7138 | | /* 4738 */ MCD_OPC_CheckPredicate, 15, 216, 6, 0, // Skip to: 6495 |
7139 | | /* 4743 */ MCD_OPC_CheckField, 26, 6, 4, 209, 6, 0, // Skip to: 6495 |
7140 | | /* 4750 */ MCD_OPC_Decode, 221, 7, 178, 2, // Opcode: EVMWHUMIA |
7141 | | /* 4755 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4777 |
7142 | | /* 4760 */ MCD_OPC_CheckPredicate, 15, 194, 6, 0, // Skip to: 6495 |
7143 | | /* 4765 */ MCD_OPC_CheckField, 26, 6, 4, 187, 6, 0, // Skip to: 6495 |
7144 | | /* 4772 */ MCD_OPC_Decode, 217, 7, 178, 2, // Opcode: EVMWHSMIA |
7145 | | /* 4777 */ MCD_OPC_FilterValue, 7, 177, 6, 0, // Skip to: 6495 |
7146 | | /* 4782 */ MCD_OPC_CheckPredicate, 15, 172, 6, 0, // Skip to: 6495 |
7147 | | /* 4787 */ MCD_OPC_CheckField, 26, 6, 4, 165, 6, 0, // Skip to: 6495 |
7148 | | /* 4794 */ MCD_OPC_Decode, 215, 7, 178, 2, // Opcode: EVMWHSMFA |
7149 | | /* 4799 */ MCD_OPC_FilterValue, 142, 1, 24, 0, 0, // Skip to: 4829 |
7150 | | /* 4805 */ MCD_OPC_CheckPredicate, 15, 149, 6, 0, // Skip to: 6495 |
7151 | | /* 4810 */ MCD_OPC_CheckField, 26, 6, 4, 142, 6, 0, // Skip to: 6495 |
7152 | | /* 4817 */ MCD_OPC_CheckField, 0, 3, 3, 135, 6, 0, // Skip to: 6495 |
7153 | | /* 4824 */ MCD_OPC_Decode, 241, 7, 178, 2, // Opcode: EVMWSSFA |
7154 | | /* 4829 */ MCD_OPC_FilterValue, 143, 1, 69, 0, 0, // Skip to: 4904 |
7155 | | /* 4835 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7156 | | /* 4838 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4860 |
7157 | | /* 4843 */ MCD_OPC_CheckPredicate, 15, 111, 6, 0, // Skip to: 6495 |
7158 | | /* 4848 */ MCD_OPC_CheckField, 26, 6, 4, 104, 6, 0, // Skip to: 6495 |
7159 | | /* 4855 */ MCD_OPC_Decode, 245, 7, 178, 2, // Opcode: EVMWUMIA |
7160 | | /* 4860 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4882 |
7161 | | /* 4865 */ MCD_OPC_CheckPredicate, 15, 89, 6, 0, // Skip to: 6495 |
7162 | | /* 4870 */ MCD_OPC_CheckField, 26, 6, 4, 82, 6, 0, // Skip to: 6495 |
7163 | | /* 4877 */ MCD_OPC_Decode, 237, 7, 178, 2, // Opcode: EVMWSMIA |
7164 | | /* 4882 */ MCD_OPC_FilterValue, 3, 72, 6, 0, // Skip to: 6495 |
7165 | | /* 4887 */ MCD_OPC_CheckPredicate, 15, 67, 6, 0, // Skip to: 6495 |
7166 | | /* 4892 */ MCD_OPC_CheckField, 26, 6, 4, 60, 6, 0, // Skip to: 6495 |
7167 | | /* 4899 */ MCD_OPC_Decode, 233, 7, 178, 2, // Opcode: EVMWSMFA |
7168 | | /* 4904 */ MCD_OPC_FilterValue, 152, 1, 192, 0, 0, // Skip to: 5102 |
7169 | | /* 4910 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7170 | | /* 4913 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4942 |
7171 | | /* 4918 */ MCD_OPC_CheckPredicate, 15, 36, 6, 0, // Skip to: 6495 |
7172 | | /* 4923 */ MCD_OPC_CheckField, 26, 6, 4, 29, 6, 0, // Skip to: 6495 |
7173 | | /* 4930 */ MCD_OPC_CheckField, 11, 5, 0, 22, 6, 0, // Skip to: 6495 |
7174 | | /* 4937 */ MCD_OPC_Decode, 224, 6, 181, 2, // Opcode: EVADDUSIAAW |
7175 | | /* 4942 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 4971 |
7176 | | /* 4947 */ MCD_OPC_CheckPredicate, 15, 7, 6, 0, // Skip to: 6495 |
7177 | | /* 4952 */ MCD_OPC_CheckField, 26, 6, 4, 0, 6, 0, // Skip to: 6495 |
7178 | | /* 4959 */ MCD_OPC_CheckField, 11, 5, 0, 249, 5, 0, // Skip to: 6495 |
7179 | | /* 4966 */ MCD_OPC_Decode, 222, 6, 181, 2, // Opcode: EVADDSSIAAW |
7180 | | /* 4971 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 5000 |
7181 | | /* 4976 */ MCD_OPC_CheckPredicate, 15, 234, 5, 0, // Skip to: 6495 |
7182 | | /* 4981 */ MCD_OPC_CheckField, 26, 6, 4, 227, 5, 0, // Skip to: 6495 |
7183 | | /* 4988 */ MCD_OPC_CheckField, 11, 5, 0, 220, 5, 0, // Skip to: 6495 |
7184 | | /* 4995 */ MCD_OPC_Decode, 154, 8, 181, 2, // Opcode: EVSUBFUSIAAW |
7185 | | /* 5000 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 5029 |
7186 | | /* 5005 */ MCD_OPC_CheckPredicate, 15, 205, 5, 0, // Skip to: 6495 |
7187 | | /* 5010 */ MCD_OPC_CheckField, 26, 6, 4, 198, 5, 0, // Skip to: 6495 |
7188 | | /* 5017 */ MCD_OPC_CheckField, 11, 5, 0, 191, 5, 0, // Skip to: 6495 |
7189 | | /* 5024 */ MCD_OPC_Decode, 152, 8, 181, 2, // Opcode: EVSUBFSSIAAW |
7190 | | /* 5029 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 5058 |
7191 | | /* 5034 */ MCD_OPC_CheckPredicate, 15, 176, 5, 0, // Skip to: 6495 |
7192 | | /* 5039 */ MCD_OPC_CheckField, 26, 6, 4, 169, 5, 0, // Skip to: 6495 |
7193 | | /* 5046 */ MCD_OPC_CheckField, 11, 5, 0, 162, 5, 0, // Skip to: 6495 |
7194 | | /* 5053 */ MCD_OPC_Decode, 213, 7, 181, 2, // Opcode: EVMRA |
7195 | | /* 5058 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 5080 |
7196 | | /* 5063 */ MCD_OPC_CheckPredicate, 15, 147, 5, 0, // Skip to: 6495 |
7197 | | /* 5068 */ MCD_OPC_CheckField, 26, 6, 4, 140, 5, 0, // Skip to: 6495 |
7198 | | /* 5075 */ MCD_OPC_Decode, 235, 6, 178, 2, // Opcode: EVDIVWS |
7199 | | /* 5080 */ MCD_OPC_FilterValue, 7, 130, 5, 0, // Skip to: 6495 |
7200 | | /* 5085 */ MCD_OPC_CheckPredicate, 15, 125, 5, 0, // Skip to: 6495 |
7201 | | /* 5090 */ MCD_OPC_CheckField, 26, 6, 4, 118, 5, 0, // Skip to: 6495 |
7202 | | /* 5097 */ MCD_OPC_Decode, 236, 6, 178, 2, // Opcode: EVDIVWU |
7203 | | /* 5102 */ MCD_OPC_FilterValue, 153, 1, 119, 0, 0, // Skip to: 5227 |
7204 | | /* 5108 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7205 | | /* 5111 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5140 |
7206 | | /* 5116 */ MCD_OPC_CheckPredicate, 15, 94, 5, 0, // Skip to: 6495 |
7207 | | /* 5121 */ MCD_OPC_CheckField, 26, 6, 4, 87, 5, 0, // Skip to: 6495 |
7208 | | /* 5128 */ MCD_OPC_CheckField, 11, 5, 0, 80, 5, 0, // Skip to: 6495 |
7209 | | /* 5135 */ MCD_OPC_Decode, 223, 6, 181, 2, // Opcode: EVADDUMIAAW |
7210 | | /* 5140 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 5169 |
7211 | | /* 5145 */ MCD_OPC_CheckPredicate, 15, 65, 5, 0, // Skip to: 6495 |
7212 | | /* 5150 */ MCD_OPC_CheckField, 26, 6, 4, 58, 5, 0, // Skip to: 6495 |
7213 | | /* 5157 */ MCD_OPC_CheckField, 11, 5, 0, 51, 5, 0, // Skip to: 6495 |
7214 | | /* 5164 */ MCD_OPC_Decode, 221, 6, 181, 2, // Opcode: EVADDSMIAAW |
7215 | | /* 5169 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 5198 |
7216 | | /* 5174 */ MCD_OPC_CheckPredicate, 15, 36, 5, 0, // Skip to: 6495 |
7217 | | /* 5179 */ MCD_OPC_CheckField, 26, 6, 4, 29, 5, 0, // Skip to: 6495 |
7218 | | /* 5186 */ MCD_OPC_CheckField, 11, 5, 0, 22, 5, 0, // Skip to: 6495 |
7219 | | /* 5193 */ MCD_OPC_Decode, 153, 8, 181, 2, // Opcode: EVSUBFUMIAAW |
7220 | | /* 5198 */ MCD_OPC_FilterValue, 3, 12, 5, 0, // Skip to: 6495 |
7221 | | /* 5203 */ MCD_OPC_CheckPredicate, 15, 7, 5, 0, // Skip to: 6495 |
7222 | | /* 5208 */ MCD_OPC_CheckField, 26, 6, 4, 0, 5, 0, // Skip to: 6495 |
7223 | | /* 5215 */ MCD_OPC_CheckField, 11, 5, 0, 249, 4, 0, // Skip to: 6495 |
7224 | | /* 5222 */ MCD_OPC_Decode, 151, 8, 181, 2, // Opcode: EVSUBFSMIAAW |
7225 | | /* 5227 */ MCD_OPC_FilterValue, 160, 1, 135, 0, 0, // Skip to: 5368 |
7226 | | /* 5233 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7227 | | /* 5236 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5258 |
7228 | | /* 5241 */ MCD_OPC_CheckPredicate, 15, 225, 4, 0, // Skip to: 6495 |
7229 | | /* 5246 */ MCD_OPC_CheckField, 26, 6, 4, 218, 4, 0, // Skip to: 6495 |
7230 | | /* 5253 */ MCD_OPC_Decode, 185, 7, 178, 2, // Opcode: EVMHEUSIAAW |
7231 | | /* 5258 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5280 |
7232 | | /* 5263 */ MCD_OPC_CheckPredicate, 15, 203, 4, 0, // Skip to: 6495 |
7233 | | /* 5268 */ MCD_OPC_CheckField, 26, 6, 4, 196, 4, 0, // Skip to: 6495 |
7234 | | /* 5275 */ MCD_OPC_Decode, 179, 7, 178, 2, // Opcode: EVMHESSIAAW |
7235 | | /* 5280 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5302 |
7236 | | /* 5285 */ MCD_OPC_CheckPredicate, 15, 181, 4, 0, // Skip to: 6495 |
7237 | | /* 5290 */ MCD_OPC_CheckField, 26, 6, 4, 174, 4, 0, // Skip to: 6495 |
7238 | | /* 5297 */ MCD_OPC_Decode, 177, 7, 178, 2, // Opcode: EVMHESSFAAW |
7239 | | /* 5302 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5324 |
7240 | | /* 5307 */ MCD_OPC_CheckPredicate, 15, 159, 4, 0, // Skip to: 6495 |
7241 | | /* 5312 */ MCD_OPC_CheckField, 26, 6, 4, 152, 4, 0, // Skip to: 6495 |
7242 | | /* 5319 */ MCD_OPC_Decode, 211, 7, 178, 2, // Opcode: EVMHOUSIAAW |
7243 | | /* 5324 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5346 |
7244 | | /* 5329 */ MCD_OPC_CheckPredicate, 15, 137, 4, 0, // Skip to: 6495 |
7245 | | /* 5334 */ MCD_OPC_CheckField, 26, 6, 4, 130, 4, 0, // Skip to: 6495 |
7246 | | /* 5341 */ MCD_OPC_Decode, 205, 7, 178, 2, // Opcode: EVMHOSSIAAW |
7247 | | /* 5346 */ MCD_OPC_FilterValue, 7, 120, 4, 0, // Skip to: 6495 |
7248 | | /* 5351 */ MCD_OPC_CheckPredicate, 15, 115, 4, 0, // Skip to: 6495 |
7249 | | /* 5356 */ MCD_OPC_CheckField, 26, 6, 4, 108, 4, 0, // Skip to: 6495 |
7250 | | /* 5363 */ MCD_OPC_Decode, 203, 7, 178, 2, // Opcode: EVMHOSSFAAW |
7251 | | /* 5368 */ MCD_OPC_FilterValue, 161, 1, 135, 0, 0, // Skip to: 5509 |
7252 | | /* 5374 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7253 | | /* 5377 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5399 |
7254 | | /* 5382 */ MCD_OPC_CheckPredicate, 15, 84, 4, 0, // Skip to: 6495 |
7255 | | /* 5387 */ MCD_OPC_CheckField, 26, 6, 4, 77, 4, 0, // Skip to: 6495 |
7256 | | /* 5394 */ MCD_OPC_Decode, 183, 7, 178, 2, // Opcode: EVMHEUMIAAW |
7257 | | /* 5399 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5421 |
7258 | | /* 5404 */ MCD_OPC_CheckPredicate, 15, 62, 4, 0, // Skip to: 6495 |
7259 | | /* 5409 */ MCD_OPC_CheckField, 26, 6, 4, 55, 4, 0, // Skip to: 6495 |
7260 | | /* 5416 */ MCD_OPC_Decode, 173, 7, 178, 2, // Opcode: EVMHESMIAAW |
7261 | | /* 5421 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5443 |
7262 | | /* 5426 */ MCD_OPC_CheckPredicate, 15, 40, 4, 0, // Skip to: 6495 |
7263 | | /* 5431 */ MCD_OPC_CheckField, 26, 6, 4, 33, 4, 0, // Skip to: 6495 |
7264 | | /* 5438 */ MCD_OPC_Decode, 169, 7, 178, 2, // Opcode: EVMHESMFAAW |
7265 | | /* 5443 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5465 |
7266 | | /* 5448 */ MCD_OPC_CheckPredicate, 15, 18, 4, 0, // Skip to: 6495 |
7267 | | /* 5453 */ MCD_OPC_CheckField, 26, 6, 4, 11, 4, 0, // Skip to: 6495 |
7268 | | /* 5460 */ MCD_OPC_Decode, 209, 7, 178, 2, // Opcode: EVMHOUMIAAW |
7269 | | /* 5465 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5487 |
7270 | | /* 5470 */ MCD_OPC_CheckPredicate, 15, 252, 3, 0, // Skip to: 6495 |
7271 | | /* 5475 */ MCD_OPC_CheckField, 26, 6, 4, 245, 3, 0, // Skip to: 6495 |
7272 | | /* 5482 */ MCD_OPC_Decode, 199, 7, 178, 2, // Opcode: EVMHOSMIAAW |
7273 | | /* 5487 */ MCD_OPC_FilterValue, 7, 235, 3, 0, // Skip to: 6495 |
7274 | | /* 5492 */ MCD_OPC_CheckPredicate, 15, 230, 3, 0, // Skip to: 6495 |
7275 | | /* 5497 */ MCD_OPC_CheckField, 26, 6, 4, 223, 3, 0, // Skip to: 6495 |
7276 | | /* 5504 */ MCD_OPC_Decode, 195, 7, 178, 2, // Opcode: EVMHOSMFAAW |
7277 | | /* 5509 */ MCD_OPC_FilterValue, 165, 1, 135, 0, 0, // Skip to: 5650 |
7278 | | /* 5515 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7279 | | /* 5518 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5540 |
7280 | | /* 5523 */ MCD_OPC_CheckPredicate, 15, 199, 3, 0, // Skip to: 6495 |
7281 | | /* 5528 */ MCD_OPC_CheckField, 26, 6, 4, 192, 3, 0, // Skip to: 6495 |
7282 | | /* 5535 */ MCD_OPC_Decode, 165, 7, 178, 2, // Opcode: EVMHEGUMIAA |
7283 | | /* 5540 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5562 |
7284 | | /* 5545 */ MCD_OPC_CheckPredicate, 15, 177, 3, 0, // Skip to: 6495 |
7285 | | /* 5550 */ MCD_OPC_CheckField, 26, 6, 4, 170, 3, 0, // Skip to: 6495 |
7286 | | /* 5557 */ MCD_OPC_Decode, 163, 7, 178, 2, // Opcode: EVMHEGSMIAA |
7287 | | /* 5562 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5584 |
7288 | | /* 5567 */ MCD_OPC_CheckPredicate, 15, 155, 3, 0, // Skip to: 6495 |
7289 | | /* 5572 */ MCD_OPC_CheckField, 26, 6, 4, 148, 3, 0, // Skip to: 6495 |
7290 | | /* 5579 */ MCD_OPC_Decode, 161, 7, 178, 2, // Opcode: EVMHEGSMFAA |
7291 | | /* 5584 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5606 |
7292 | | /* 5589 */ MCD_OPC_CheckPredicate, 15, 133, 3, 0, // Skip to: 6495 |
7293 | | /* 5594 */ MCD_OPC_CheckField, 26, 6, 4, 126, 3, 0, // Skip to: 6495 |
7294 | | /* 5601 */ MCD_OPC_Decode, 191, 7, 178, 2, // Opcode: EVMHOGUMIAA |
7295 | | /* 5606 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5628 |
7296 | | /* 5611 */ MCD_OPC_CheckPredicate, 15, 111, 3, 0, // Skip to: 6495 |
7297 | | /* 5616 */ MCD_OPC_CheckField, 26, 6, 4, 104, 3, 0, // Skip to: 6495 |
7298 | | /* 5623 */ MCD_OPC_Decode, 189, 7, 178, 2, // Opcode: EVMHOGSMIAA |
7299 | | /* 5628 */ MCD_OPC_FilterValue, 7, 94, 3, 0, // Skip to: 6495 |
7300 | | /* 5633 */ MCD_OPC_CheckPredicate, 15, 89, 3, 0, // Skip to: 6495 |
7301 | | /* 5638 */ MCD_OPC_CheckField, 26, 6, 4, 82, 3, 0, // Skip to: 6495 |
7302 | | /* 5645 */ MCD_OPC_Decode, 187, 7, 178, 2, // Opcode: EVMHOGSMFAA |
7303 | | /* 5650 */ MCD_OPC_FilterValue, 168, 1, 47, 0, 0, // Skip to: 5703 |
7304 | | /* 5656 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7305 | | /* 5659 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5681 |
7306 | | /* 5664 */ MCD_OPC_CheckPredicate, 15, 58, 3, 0, // Skip to: 6495 |
7307 | | /* 5669 */ MCD_OPC_CheckField, 26, 6, 4, 51, 3, 0, // Skip to: 6495 |
7308 | | /* 5676 */ MCD_OPC_Decode, 230, 7, 178, 2, // Opcode: EVMWLUSIAAW |
7309 | | /* 5681 */ MCD_OPC_FilterValue, 1, 41, 3, 0, // Skip to: 6495 |
7310 | | /* 5686 */ MCD_OPC_CheckPredicate, 15, 36, 3, 0, // Skip to: 6495 |
7311 | | /* 5691 */ MCD_OPC_CheckField, 26, 6, 4, 29, 3, 0, // Skip to: 6495 |
7312 | | /* 5698 */ MCD_OPC_Decode, 224, 7, 178, 2, // Opcode: EVMWLSSIAAW |
7313 | | /* 5703 */ MCD_OPC_FilterValue, 169, 1, 47, 0, 0, // Skip to: 5756 |
7314 | | /* 5709 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7315 | | /* 5712 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5734 |
7316 | | /* 5717 */ MCD_OPC_CheckPredicate, 15, 5, 3, 0, // Skip to: 6495 |
7317 | | /* 5722 */ MCD_OPC_CheckField, 26, 6, 4, 254, 2, 0, // Skip to: 6495 |
7318 | | /* 5729 */ MCD_OPC_Decode, 228, 7, 178, 2, // Opcode: EVMWLUMIAAW |
7319 | | /* 5734 */ MCD_OPC_FilterValue, 1, 244, 2, 0, // Skip to: 6495 |
7320 | | /* 5739 */ MCD_OPC_CheckPredicate, 15, 239, 2, 0, // Skip to: 6495 |
7321 | | /* 5744 */ MCD_OPC_CheckField, 26, 6, 4, 232, 2, 0, // Skip to: 6495 |
7322 | | /* 5751 */ MCD_OPC_Decode, 222, 7, 178, 2, // Opcode: EVMWLSMIAAW |
7323 | | /* 5756 */ MCD_OPC_FilterValue, 170, 1, 24, 0, 0, // Skip to: 5786 |
7324 | | /* 5762 */ MCD_OPC_CheckPredicate, 15, 216, 2, 0, // Skip to: 6495 |
7325 | | /* 5767 */ MCD_OPC_CheckField, 26, 6, 4, 209, 2, 0, // Skip to: 6495 |
7326 | | /* 5774 */ MCD_OPC_CheckField, 0, 3, 3, 202, 2, 0, // Skip to: 6495 |
7327 | | /* 5781 */ MCD_OPC_Decode, 242, 7, 178, 2, // Opcode: EVMWSSFAA |
7328 | | /* 5786 */ MCD_OPC_FilterValue, 171, 1, 69, 0, 0, // Skip to: 5861 |
7329 | | /* 5792 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7330 | | /* 5795 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5817 |
7331 | | /* 5800 */ MCD_OPC_CheckPredicate, 15, 178, 2, 0, // Skip to: 6495 |
7332 | | /* 5805 */ MCD_OPC_CheckField, 26, 6, 4, 171, 2, 0, // Skip to: 6495 |
7333 | | /* 5812 */ MCD_OPC_Decode, 246, 7, 178, 2, // Opcode: EVMWUMIAA |
7334 | | /* 5817 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5839 |
7335 | | /* 5822 */ MCD_OPC_CheckPredicate, 15, 156, 2, 0, // Skip to: 6495 |
7336 | | /* 5827 */ MCD_OPC_CheckField, 26, 6, 4, 149, 2, 0, // Skip to: 6495 |
7337 | | /* 5834 */ MCD_OPC_Decode, 238, 7, 178, 2, // Opcode: EVMWSMIAA |
7338 | | /* 5839 */ MCD_OPC_FilterValue, 3, 139, 2, 0, // Skip to: 6495 |
7339 | | /* 5844 */ MCD_OPC_CheckPredicate, 15, 134, 2, 0, // Skip to: 6495 |
7340 | | /* 5849 */ MCD_OPC_CheckField, 26, 6, 4, 127, 2, 0, // Skip to: 6495 |
7341 | | /* 5856 */ MCD_OPC_Decode, 234, 7, 178, 2, // Opcode: EVMWSMFAA |
7342 | | /* 5861 */ MCD_OPC_FilterValue, 176, 1, 135, 0, 0, // Skip to: 6002 |
7343 | | /* 5867 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7344 | | /* 5870 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5892 |
7345 | | /* 5875 */ MCD_OPC_CheckPredicate, 15, 103, 2, 0, // Skip to: 6495 |
7346 | | /* 5880 */ MCD_OPC_CheckField, 26, 6, 4, 96, 2, 0, // Skip to: 6495 |
7347 | | /* 5887 */ MCD_OPC_Decode, 186, 7, 178, 2, // Opcode: EVMHEUSIANW |
7348 | | /* 5892 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5914 |
7349 | | /* 5897 */ MCD_OPC_CheckPredicate, 15, 81, 2, 0, // Skip to: 6495 |
7350 | | /* 5902 */ MCD_OPC_CheckField, 26, 6, 4, 74, 2, 0, // Skip to: 6495 |
7351 | | /* 5909 */ MCD_OPC_Decode, 180, 7, 178, 2, // Opcode: EVMHESSIANW |
7352 | | /* 5914 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5936 |
7353 | | /* 5919 */ MCD_OPC_CheckPredicate, 15, 59, 2, 0, // Skip to: 6495 |
7354 | | /* 5924 */ MCD_OPC_CheckField, 26, 6, 4, 52, 2, 0, // Skip to: 6495 |
7355 | | /* 5931 */ MCD_OPC_Decode, 178, 7, 178, 2, // Opcode: EVMHESSFANW |
7356 | | /* 5936 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5958 |
7357 | | /* 5941 */ MCD_OPC_CheckPredicate, 15, 37, 2, 0, // Skip to: 6495 |
7358 | | /* 5946 */ MCD_OPC_CheckField, 26, 6, 4, 30, 2, 0, // Skip to: 6495 |
7359 | | /* 5953 */ MCD_OPC_Decode, 212, 7, 178, 2, // Opcode: EVMHOUSIANW |
7360 | | /* 5958 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5980 |
7361 | | /* 5963 */ MCD_OPC_CheckPredicate, 15, 15, 2, 0, // Skip to: 6495 |
7362 | | /* 5968 */ MCD_OPC_CheckField, 26, 6, 4, 8, 2, 0, // Skip to: 6495 |
7363 | | /* 5975 */ MCD_OPC_Decode, 206, 7, 178, 2, // Opcode: EVMHOSSIANW |
7364 | | /* 5980 */ MCD_OPC_FilterValue, 7, 254, 1, 0, // Skip to: 6495 |
7365 | | /* 5985 */ MCD_OPC_CheckPredicate, 15, 249, 1, 0, // Skip to: 6495 |
7366 | | /* 5990 */ MCD_OPC_CheckField, 26, 6, 4, 242, 1, 0, // Skip to: 6495 |
7367 | | /* 5997 */ MCD_OPC_Decode, 204, 7, 178, 2, // Opcode: EVMHOSSFANW |
7368 | | /* 6002 */ MCD_OPC_FilterValue, 177, 1, 135, 0, 0, // Skip to: 6143 |
7369 | | /* 6008 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7370 | | /* 6011 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6033 |
7371 | | /* 6016 */ MCD_OPC_CheckPredicate, 15, 218, 1, 0, // Skip to: 6495 |
7372 | | /* 6021 */ MCD_OPC_CheckField, 26, 6, 4, 211, 1, 0, // Skip to: 6495 |
7373 | | /* 6028 */ MCD_OPC_Decode, 184, 7, 178, 2, // Opcode: EVMHEUMIANW |
7374 | | /* 6033 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6055 |
7375 | | /* 6038 */ MCD_OPC_CheckPredicate, 15, 196, 1, 0, // Skip to: 6495 |
7376 | | /* 6043 */ MCD_OPC_CheckField, 26, 6, 4, 189, 1, 0, // Skip to: 6495 |
7377 | | /* 6050 */ MCD_OPC_Decode, 174, 7, 178, 2, // Opcode: EVMHESMIANW |
7378 | | /* 6055 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6077 |
7379 | | /* 6060 */ MCD_OPC_CheckPredicate, 15, 174, 1, 0, // Skip to: 6495 |
7380 | | /* 6065 */ MCD_OPC_CheckField, 26, 6, 4, 167, 1, 0, // Skip to: 6495 |
7381 | | /* 6072 */ MCD_OPC_Decode, 170, 7, 178, 2, // Opcode: EVMHESMFANW |
7382 | | /* 6077 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 6099 |
7383 | | /* 6082 */ MCD_OPC_CheckPredicate, 15, 152, 1, 0, // Skip to: 6495 |
7384 | | /* 6087 */ MCD_OPC_CheckField, 26, 6, 4, 145, 1, 0, // Skip to: 6495 |
7385 | | /* 6094 */ MCD_OPC_Decode, 210, 7, 178, 2, // Opcode: EVMHOUMIANW |
7386 | | /* 6099 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 6121 |
7387 | | /* 6104 */ MCD_OPC_CheckPredicate, 15, 130, 1, 0, // Skip to: 6495 |
7388 | | /* 6109 */ MCD_OPC_CheckField, 26, 6, 4, 123, 1, 0, // Skip to: 6495 |
7389 | | /* 6116 */ MCD_OPC_Decode, 200, 7, 178, 2, // Opcode: EVMHOSMIANW |
7390 | | /* 6121 */ MCD_OPC_FilterValue, 7, 113, 1, 0, // Skip to: 6495 |
7391 | | /* 6126 */ MCD_OPC_CheckPredicate, 15, 108, 1, 0, // Skip to: 6495 |
7392 | | /* 6131 */ MCD_OPC_CheckField, 26, 6, 4, 101, 1, 0, // Skip to: 6495 |
7393 | | /* 6138 */ MCD_OPC_Decode, 196, 7, 178, 2, // Opcode: EVMHOSMFANW |
7394 | | /* 6143 */ MCD_OPC_FilterValue, 181, 1, 135, 0, 0, // Skip to: 6284 |
7395 | | /* 6149 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7396 | | /* 6152 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6174 |
7397 | | /* 6157 */ MCD_OPC_CheckPredicate, 15, 77, 1, 0, // Skip to: 6495 |
7398 | | /* 6162 */ MCD_OPC_CheckField, 26, 6, 4, 70, 1, 0, // Skip to: 6495 |
7399 | | /* 6169 */ MCD_OPC_Decode, 166, 7, 178, 2, // Opcode: EVMHEGUMIAN |
7400 | | /* 6174 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6196 |
7401 | | /* 6179 */ MCD_OPC_CheckPredicate, 15, 55, 1, 0, // Skip to: 6495 |
7402 | | /* 6184 */ MCD_OPC_CheckField, 26, 6, 4, 48, 1, 0, // Skip to: 6495 |
7403 | | /* 6191 */ MCD_OPC_Decode, 164, 7, 178, 2, // Opcode: EVMHEGSMIAN |
7404 | | /* 6196 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6218 |
7405 | | /* 6201 */ MCD_OPC_CheckPredicate, 15, 33, 1, 0, // Skip to: 6495 |
7406 | | /* 6206 */ MCD_OPC_CheckField, 26, 6, 4, 26, 1, 0, // Skip to: 6495 |
7407 | | /* 6213 */ MCD_OPC_Decode, 162, 7, 178, 2, // Opcode: EVMHEGSMFAN |
7408 | | /* 6218 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 6240 |
7409 | | /* 6223 */ MCD_OPC_CheckPredicate, 15, 11, 1, 0, // Skip to: 6495 |
7410 | | /* 6228 */ MCD_OPC_CheckField, 26, 6, 4, 4, 1, 0, // Skip to: 6495 |
7411 | | /* 6235 */ MCD_OPC_Decode, 192, 7, 178, 2, // Opcode: EVMHOGUMIAN |
7412 | | /* 6240 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 6262 |
7413 | | /* 6245 */ MCD_OPC_CheckPredicate, 15, 245, 0, 0, // Skip to: 6495 |
7414 | | /* 6250 */ MCD_OPC_CheckField, 26, 6, 4, 238, 0, 0, // Skip to: 6495 |
7415 | | /* 6257 */ MCD_OPC_Decode, 190, 7, 178, 2, // Opcode: EVMHOGSMIAN |
7416 | | /* 6262 */ MCD_OPC_FilterValue, 7, 228, 0, 0, // Skip to: 6495 |
7417 | | /* 6267 */ MCD_OPC_CheckPredicate, 15, 223, 0, 0, // Skip to: 6495 |
7418 | | /* 6272 */ MCD_OPC_CheckField, 26, 6, 4, 216, 0, 0, // Skip to: 6495 |
7419 | | /* 6279 */ MCD_OPC_Decode, 188, 7, 178, 2, // Opcode: EVMHOGSMFAN |
7420 | | /* 6284 */ MCD_OPC_FilterValue, 184, 1, 47, 0, 0, // Skip to: 6337 |
7421 | | /* 6290 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7422 | | /* 6293 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6315 |
7423 | | /* 6298 */ MCD_OPC_CheckPredicate, 15, 192, 0, 0, // Skip to: 6495 |
7424 | | /* 6303 */ MCD_OPC_CheckField, 26, 6, 4, 185, 0, 0, // Skip to: 6495 |
7425 | | /* 6310 */ MCD_OPC_Decode, 231, 7, 178, 2, // Opcode: EVMWLUSIANW |
7426 | | /* 6315 */ MCD_OPC_FilterValue, 1, 175, 0, 0, // Skip to: 6495 |
7427 | | /* 6320 */ MCD_OPC_CheckPredicate, 15, 170, 0, 0, // Skip to: 6495 |
7428 | | /* 6325 */ MCD_OPC_CheckField, 26, 6, 4, 163, 0, 0, // Skip to: 6495 |
7429 | | /* 6332 */ MCD_OPC_Decode, 225, 7, 178, 2, // Opcode: EVMWLSSIANW |
7430 | | /* 6337 */ MCD_OPC_FilterValue, 185, 1, 47, 0, 0, // Skip to: 6390 |
7431 | | /* 6343 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7432 | | /* 6346 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6368 |
7433 | | /* 6351 */ MCD_OPC_CheckPredicate, 15, 139, 0, 0, // Skip to: 6495 |
7434 | | /* 6356 */ MCD_OPC_CheckField, 26, 6, 4, 132, 0, 0, // Skip to: 6495 |
7435 | | /* 6363 */ MCD_OPC_Decode, 229, 7, 178, 2, // Opcode: EVMWLUMIANW |
7436 | | /* 6368 */ MCD_OPC_FilterValue, 1, 122, 0, 0, // Skip to: 6495 |
7437 | | /* 6373 */ MCD_OPC_CheckPredicate, 15, 117, 0, 0, // Skip to: 6495 |
7438 | | /* 6378 */ MCD_OPC_CheckField, 26, 6, 4, 110, 0, 0, // Skip to: 6495 |
7439 | | /* 6385 */ MCD_OPC_Decode, 223, 7, 178, 2, // Opcode: EVMWLSMIANW |
7440 | | /* 6390 */ MCD_OPC_FilterValue, 186, 1, 24, 0, 0, // Skip to: 6420 |
7441 | | /* 6396 */ MCD_OPC_CheckPredicate, 15, 94, 0, 0, // Skip to: 6495 |
7442 | | /* 6401 */ MCD_OPC_CheckField, 26, 6, 4, 87, 0, 0, // Skip to: 6495 |
7443 | | /* 6408 */ MCD_OPC_CheckField, 0, 3, 3, 80, 0, 0, // Skip to: 6495 |
7444 | | /* 6415 */ MCD_OPC_Decode, 243, 7, 178, 2, // Opcode: EVMWSSFAN |
7445 | | /* 6420 */ MCD_OPC_FilterValue, 187, 1, 69, 0, 0, // Skip to: 6495 |
7446 | | /* 6426 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ... |
7447 | | /* 6429 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6451 |
7448 | | /* 6434 */ MCD_OPC_CheckPredicate, 15, 56, 0, 0, // Skip to: 6495 |
7449 | | /* 6439 */ MCD_OPC_CheckField, 26, 6, 4, 49, 0, 0, // Skip to: 6495 |
7450 | | /* 6446 */ MCD_OPC_Decode, 247, 7, 178, 2, // Opcode: EVMWUMIAN |
7451 | | /* 6451 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6473 |
7452 | | /* 6456 */ MCD_OPC_CheckPredicate, 15, 34, 0, 0, // Skip to: 6495 |
7453 | | /* 6461 */ MCD_OPC_CheckField, 26, 6, 4, 27, 0, 0, // Skip to: 6495 |
7454 | | /* 6468 */ MCD_OPC_Decode, 239, 7, 178, 2, // Opcode: EVMWSMIAN |
7455 | | /* 6473 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6495 |
7456 | | /* 6478 */ MCD_OPC_CheckPredicate, 15, 12, 0, 0, // Skip to: 6495 |
7457 | | /* 6483 */ MCD_OPC_CheckField, 26, 6, 4, 5, 0, 0, // Skip to: 6495 |
7458 | | /* 6490 */ MCD_OPC_Decode, 235, 7, 178, 2, // Opcode: EVMWSMFAN |
7459 | | /* 6495 */ MCD_OPC_Fail, |
7460 | | 0 |
7461 | | }; |
7462 | | |
7463 | 11.3k | static bool checkDecoderPredicate(MCInst *Inst, unsigned Idx) { |
7464 | 11.3k | switch (Idx) { |
7465 | 0 | default: CS_ASSERT_RET_VAL(0 && "Invalid index!", false); |
7466 | 778 | case 0: |
7467 | 778 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISA2_06)); |
7468 | 93 | case 1: |
7469 | 93 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureE500)); |
7470 | 315 | case 2: |
7471 | 315 | return (!PPC_getFeatureBits(Inst->csh->mode, PPC_Feature64Bit)); |
7472 | 19 | case 3: |
7473 | 19 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureBookE)); |
7474 | 79 | case 4: |
7475 | 79 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePPC4xx)); |
7476 | 202 | case 5: |
7477 | 202 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureICBT)); |
7478 | 639 | case 6: |
7479 | 639 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISAFuture)); |
7480 | 74 | case 7: |
7481 | 74 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureFPU)); |
7482 | 2 | case 8: |
7483 | 2 | return (!PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISAFuture)); |
7484 | 19 | case 9: |
7485 | 19 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePPC6xx)); |
7486 | 26 | case 10: |
7487 | 26 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePartwordAtomic)); |
7488 | 34 | case 11: |
7489 | 34 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureBPERMD)); |
7490 | 4.01k | case 12: |
7491 | 4.01k | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISA2_07)); |
7492 | 729 | case 13: |
7493 | 729 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePS)); |
7494 | 4.31k | case 14: |
7495 | 4.31k | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureQPX)); |
7496 | 0 | case 15: |
7497 | 0 | return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureSPE)); |
7498 | 11.3k | } |
7499 | 11.3k | } |
7500 | | |
7501 | | #define DecodeToMCInst(fname, fieldname, InsnType) \ |
7502 | | static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ |
7503 | 39.1k | uint64_t Address, const void *Decoder, bool *DecodeComplete) \ |
7504 | 39.1k | { \ |
7505 | 39.1k | *DecodeComplete = true; \ |
7506 | 39.1k | InsnType tmp; \ |
7507 | 39.1k | switch (Idx) { \ |
7508 | 0 | default: CS_ASSERT_RET_VAL(0 && "Invalid index!", MCDisassembler_Fail); \ |
7509 | 44 | case 0: \ |
7510 | 44 | return S; \ |
7511 | 1.04k | case 1: \ |
7512 | 1.04k | tmp = fieldname(insn, 21, 5); \ |
7513 | 1.04k | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7514 | 1.04k | tmp = fieldname(insn, 16, 5); \ |
7515 | 1.04k | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7516 | 1.04k | tmp = fieldname(insn, 0, 16); \ |
7517 | 1.04k | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7518 | 1.04k | return S; \ |
7519 | 1.04k | case 2: \ |
7520 | 534 | tmp = fieldname(insn, 21, 5); \ |
7521 | 534 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7522 | 534 | tmp = fieldname(insn, 16, 5); \ |
7523 | 534 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7524 | 534 | tmp = fieldname(insn, 0, 16); \ |
7525 | 534 | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7526 | 534 | return S; \ |
7527 | 534 | case 3: \ |
7528 | 286 | tmp = fieldname(insn, 21, 5); \ |
7529 | 286 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7530 | 286 | tmp = fieldname(insn, 16, 5); \ |
7531 | 286 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7532 | 286 | tmp = fieldname(insn, 11, 5); \ |
7533 | 286 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7534 | 286 | return S; \ |
7535 | 286 | case 4: \ |
7536 | 25 | tmp = fieldname(insn, 21, 5); \ |
7537 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7538 | 25 | tmp = fieldname(insn, 16, 5); \ |
7539 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7540 | 25 | return S; \ |
7541 | 31 | case 5: \ |
7542 | 31 | tmp = fieldname(insn, 21, 5); \ |
7543 | 31 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7544 | 31 | tmp = fieldname(insn, 16, 5); \ |
7545 | 31 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7546 | 31 | tmp = fieldname(insn, 11, 5); \ |
7547 | 31 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7548 | 31 | tmp = fieldname(insn, 9, 1); \ |
7549 | 31 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7550 | 31 | return S; \ |
7551 | 31 | case 6: \ |
7552 | 12 | tmp = fieldname(insn, 23, 3); \ |
7553 | 12 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7554 | 12 | tmp = fieldname(insn, 16, 5); \ |
7555 | 12 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7556 | 12 | tmp = fieldname(insn, 11, 5); \ |
7557 | 12 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7558 | 12 | return S; \ |
7559 | 45 | case 7: \ |
7560 | 45 | tmp = fieldname(insn, 21, 5); \ |
7561 | 45 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7562 | 45 | tmp = fieldname(insn, 11, 5); \ |
7563 | 45 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7564 | 45 | return S; \ |
7565 | 45 | case 8: \ |
7566 | 35 | tmp = fieldname(insn, 21, 5); \ |
7567 | 35 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7568 | 35 | tmp = fieldname(insn, 11, 5); \ |
7569 | 35 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7570 | 35 | tmp = fieldname(insn, 9, 1); \ |
7571 | 35 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7572 | 35 | return S; \ |
7573 | 35 | case 9: \ |
7574 | 6 | tmp = fieldname(insn, 21, 5); \ |
7575 | 6 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7576 | 6 | tmp = fieldname(insn, 11, 5); \ |
7577 | 6 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7578 | 6 | return S; \ |
7579 | 24 | case 10: \ |
7580 | 24 | tmp = fieldname(insn, 21, 5); \ |
7581 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7582 | 24 | tmp = fieldname(insn, 11, 5); \ |
7583 | 24 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7584 | 24 | return S; \ |
7585 | 233 | case 11: \ |
7586 | 233 | tmp = fieldname(insn, 21, 5); \ |
7587 | 233 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7588 | 233 | tmp = fieldname(insn, 11, 5); \ |
7589 | 233 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7590 | 233 | tmp = fieldname(insn, 16, 1); \ |
7591 | 233 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7592 | 233 | return S; \ |
7593 | 233 | case 12: \ |
7594 | 5 | tmp = fieldname(insn, 21, 5); \ |
7595 | 5 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7596 | 5 | tmp = fieldname(insn, 16, 5); \ |
7597 | 5 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7598 | 5 | tmp = fieldname(insn, 15, 1); \ |
7599 | 5 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7600 | 5 | tmp = fieldname(insn, 11, 4); \ |
7601 | 5 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7602 | 5 | return S; \ |
7603 | 21 | case 13: \ |
7604 | 21 | tmp = fieldname(insn, 21, 5); \ |
7605 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7606 | 21 | tmp = fieldname(insn, 16, 5); \ |
7607 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7608 | 21 | tmp = fieldname(insn, 11, 5); \ |
7609 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7610 | 21 | tmp = fieldname(insn, 21, 5); \ |
7611 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7612 | 21 | return S; \ |
7613 | 21 | case 14: \ |
7614 | 10 | tmp = fieldname(insn, 21, 5); \ |
7615 | 10 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7616 | 10 | return S; \ |
7617 | 49 | case 15: \ |
7618 | 49 | tmp = fieldname(insn, 11, 5); \ |
7619 | 49 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7620 | 49 | return S; \ |
7621 | 49 | case 16: \ |
7622 | 12 | tmp = fieldname(insn, 21, 5); \ |
7623 | 12 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7624 | 12 | tmp = fieldname(insn, 16, 5); \ |
7625 | 12 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7626 | 12 | tmp = fieldname(insn, 11, 5); \ |
7627 | 12 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7628 | 12 | return S; \ |
7629 | 25 | case 17: \ |
7630 | 25 | tmp = fieldname(insn, 21, 5); \ |
7631 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7632 | 25 | tmp = fieldname(insn, 16, 5); \ |
7633 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7634 | 25 | tmp = fieldname(insn, 11, 5); \ |
7635 | 25 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7636 | 25 | return S; \ |
7637 | 32 | case 18: \ |
7638 | 32 | tmp = fieldname(insn, 21, 5); \ |
7639 | 32 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7640 | 32 | tmp = fieldname(insn, 16, 5); \ |
7641 | 32 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7642 | 32 | tmp = fieldname(insn, 11, 5); \ |
7643 | 31 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7644 | 31 | return S; \ |
7645 | 31 | case 19: \ |
7646 | 28 | tmp = fieldname(insn, 21, 5); \ |
7647 | 28 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7648 | 28 | tmp = fieldname(insn, 16, 5); \ |
7649 | 28 | if (!Check(&S, decodeSImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7650 | 28 | return S; \ |
7651 | 28 | case 20: \ |
7652 | 15 | tmp = fieldname(insn, 21, 5); \ |
7653 | 15 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7654 | 15 | tmp = fieldname(insn, 21, 5); \ |
7655 | 15 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7656 | 15 | tmp = fieldname(insn, 16, 5); \ |
7657 | 15 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7658 | 15 | tmp = fieldname(insn, 11, 5); \ |
7659 | 14 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7660 | 14 | return S; \ |
7661 | 14 | case 21: \ |
7662 | 13 | tmp = fieldname(insn, 21, 5); \ |
7663 | 13 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7664 | 13 | tmp = fieldname(insn, 11, 5); \ |
7665 | 13 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7666 | 13 | tmp = fieldname(insn, 16, 3); \ |
7667 | 13 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7668 | 13 | return S; \ |
7669 | 13 | case 22: \ |
7670 | 3 | tmp = fieldname(insn, 21, 5); \ |
7671 | 3 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7672 | 3 | tmp = fieldname(insn, 16, 5); \ |
7673 | 3 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7674 | 3 | tmp = fieldname(insn, 11, 5); \ |
7675 | 3 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7676 | 3 | return S; \ |
7677 | 24 | case 23: \ |
7678 | 24 | tmp = fieldname(insn, 21, 5); \ |
7679 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7680 | 24 | tmp = fieldname(insn, 21, 5); \ |
7681 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7682 | 24 | tmp = fieldname(insn, 16, 5); \ |
7683 | 24 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7684 | 24 | tmp = fieldname(insn, 11, 5); \ |
7685 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7686 | 24 | return S; \ |
7687 | 24 | case 24: \ |
7688 | 21 | tmp = fieldname(insn, 21, 5); \ |
7689 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7690 | 21 | tmp = fieldname(insn, 21, 5); \ |
7691 | 21 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7692 | 21 | tmp = fieldname(insn, 16, 5); \ |
7693 | 21 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7694 | 21 | tmp = fieldname(insn, 11, 5); \ |
7695 | 20 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7696 | 20 | return S; \ |
7697 | 33 | case 25: \ |
7698 | 33 | tmp = fieldname(insn, 21, 5); \ |
7699 | 33 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7700 | 33 | tmp = fieldname(insn, 21, 5); \ |
7701 | 33 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7702 | 33 | tmp = fieldname(insn, 16, 5); \ |
7703 | 33 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7704 | 33 | tmp = fieldname(insn, 11, 5); \ |
7705 | 33 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7706 | 33 | return S; \ |
7707 | 33 | case 26: \ |
7708 | 27 | tmp = fieldname(insn, 21, 5); \ |
7709 | 27 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7710 | 27 | tmp = fieldname(insn, 21, 5); \ |
7711 | 27 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7712 | 27 | tmp = fieldname(insn, 16, 5); \ |
7713 | 27 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7714 | 27 | tmp = fieldname(insn, 11, 5); \ |
7715 | 27 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7716 | 27 | return S; \ |
7717 | 27 | case 27: \ |
7718 | 24 | tmp = fieldname(insn, 21, 5); \ |
7719 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7720 | 24 | tmp = fieldname(insn, 21, 5); \ |
7721 | 24 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7722 | 24 | tmp = fieldname(insn, 16, 5); \ |
7723 | 24 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7724 | 24 | tmp = fieldname(insn, 11, 5); \ |
7725 | 24 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7726 | 24 | return S; \ |
7727 | 45 | case 28: \ |
7728 | 45 | tmp = fieldname(insn, 21, 5); \ |
7729 | 45 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7730 | 45 | tmp = 0x0; \ |
7731 | 45 | tmp |= fieldname(insn, 0, 1) << 0; \ |
7732 | 45 | tmp |= fieldname(insn, 6, 10) << 6; \ |
7733 | 45 | tmp |= fieldname(insn, 16, 5) << 1; \ |
7734 | 45 | if (!Check(&S, decodeUImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7735 | 45 | return S; \ |
7736 | 95 | case 29: \ |
7737 | 95 | tmp = fieldname(insn, 21, 5); \ |
7738 | 95 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7739 | 95 | tmp = fieldname(insn, 16, 5); \ |
7740 | 95 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7741 | 95 | tmp = fieldname(insn, 11, 5); \ |
7742 | 95 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7743 | 95 | tmp = fieldname(insn, 6, 3); \ |
7744 | 95 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7745 | 95 | return S; \ |
7746 | 291 | case 30: \ |
7747 | 291 | tmp = fieldname(insn, 21, 5); \ |
7748 | 291 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7749 | 291 | tmp = fieldname(insn, 16, 5); \ |
7750 | 291 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7751 | 291 | tmp = fieldname(insn, 11, 5); \ |
7752 | 291 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7753 | 291 | tmp = fieldname(insn, 6, 5); \ |
7754 | 291 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7755 | 291 | return S; \ |
7756 | 291 | case 31: \ |
7757 | 55 | tmp = fieldname(insn, 21, 5); \ |
7758 | 55 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7759 | 55 | tmp = fieldname(insn, 16, 5); \ |
7760 | 55 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7761 | 55 | tmp = fieldname(insn, 11, 5); \ |
7762 | 55 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7763 | 55 | tmp = fieldname(insn, 6, 5); \ |
7764 | 55 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7765 | 55 | return S; \ |
7766 | 55 | case 32: \ |
7767 | 6 | tmp = fieldname(insn, 21, 5); \ |
7768 | 6 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7769 | 6 | tmp = fieldname(insn, 16, 5); \ |
7770 | 6 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7771 | 6 | tmp = fieldname(insn, 11, 5); \ |
7772 | 6 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7773 | 6 | tmp = fieldname(insn, 6, 4); \ |
7774 | 6 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7775 | 6 | return S; \ |
7776 | 22 | case 33: \ |
7777 | 22 | tmp = fieldname(insn, 21, 5); \ |
7778 | 22 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7779 | 22 | tmp = fieldname(insn, 16, 5); \ |
7780 | 22 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7781 | 22 | tmp = fieldname(insn, 6, 5); \ |
7782 | 22 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7783 | 22 | tmp = fieldname(insn, 11, 5); \ |
7784 | 22 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7785 | 22 | return S; \ |
7786 | 22 | case 34: \ |
7787 | 20 | tmp = fieldname(insn, 21, 5); \ |
7788 | 20 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7789 | 20 | tmp = fieldname(insn, 16, 5); \ |
7790 | 20 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7791 | 20 | tmp = fieldname(insn, 11, 5); \ |
7792 | 20 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7793 | 20 | tmp = fieldname(insn, 6, 5); \ |
7794 | 20 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7795 | 20 | return S; \ |
7796 | 265 | case 35: \ |
7797 | 265 | tmp = fieldname(insn, 21, 5); \ |
7798 | 265 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7799 | 265 | tmp = fieldname(insn, 16, 5); \ |
7800 | 265 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7801 | 265 | tmp = fieldname(insn, 11, 5); \ |
7802 | 265 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7803 | 265 | tmp = fieldname(insn, 6, 5); \ |
7804 | 265 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7805 | 265 | return S; \ |
7806 | 265 | case 36: \ |
7807 | 165 | tmp = 0x0; \ |
7808 | 165 | tmp |= fieldname(insn, 21, 1) << 4; \ |
7809 | 165 | tmp |= fieldname(insn, 22, 4) << 0; \ |
7810 | 165 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7811 | 165 | tmp = fieldname(insn, 4, 12); \ |
7812 | 165 | if (!Check(&S, decodeDispRIX16Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7813 | 165 | tmp = fieldname(insn, 16, 5); \ |
7814 | 165 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7815 | 165 | return S; \ |
7816 | 1.19k | case 37: \ |
7817 | 1.19k | tmp = fieldname(insn, 21, 5); \ |
7818 | 1.19k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7819 | 1.19k | tmp = fieldname(insn, 16, 5); \ |
7820 | 1.19k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7821 | 1.19k | tmp = fieldname(insn, 0, 16); \ |
7822 | 1.19k | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7823 | 1.19k | return S; \ |
7824 | 1.19k | case 38: \ |
7825 | 50 | tmp = fieldname(insn, 23, 3); \ |
7826 | 50 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7827 | 50 | tmp = fieldname(insn, 16, 5); \ |
7828 | 50 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7829 | 50 | tmp = fieldname(insn, 0, 16); \ |
7830 | 50 | if (!Check(&S, decodeUImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7831 | 50 | return S; \ |
7832 | 362 | case 39: \ |
7833 | 362 | tmp = fieldname(insn, 23, 3); \ |
7834 | 362 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7835 | 362 | tmp = fieldname(insn, 16, 5); \ |
7836 | 362 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7837 | 362 | tmp = fieldname(insn, 0, 16); \ |
7838 | 362 | if (!Check(&S, decodeUImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7839 | 362 | return S; \ |
7840 | 362 | case 40: \ |
7841 | 127 | tmp = fieldname(insn, 23, 3); \ |
7842 | 127 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7843 | 127 | tmp = fieldname(insn, 16, 5); \ |
7844 | 127 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7845 | 127 | tmp = fieldname(insn, 0, 16); \ |
7846 | 127 | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7847 | 127 | return S; \ |
7848 | 398 | case 41: \ |
7849 | 398 | tmp = fieldname(insn, 23, 3); \ |
7850 | 398 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7851 | 398 | tmp = fieldname(insn, 16, 5); \ |
7852 | 398 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7853 | 398 | tmp = fieldname(insn, 0, 16); \ |
7854 | 398 | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7855 | 398 | return S; \ |
7856 | 441 | case 42: \ |
7857 | 441 | tmp = fieldname(insn, 21, 5); \ |
7858 | 441 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7859 | 441 | tmp = fieldname(insn, 16, 5); \ |
7860 | 441 | if (!Check(&S, DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7861 | 441 | tmp = fieldname(insn, 0, 16); \ |
7862 | 441 | if (!Check(&S, decodeSImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7863 | 441 | return S; \ |
7864 | 6.60k | case 43: \ |
7865 | 6.60k | tmp = fieldname(insn, 21, 5); \ |
7866 | 6.60k | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7867 | 6.60k | tmp = fieldname(insn, 16, 5); \ |
7868 | 6.60k | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7869 | 6.60k | tmp = fieldname(insn, 2, 14); \ |
7870 | 6.60k | if (!Check(&S, decodeCondBrTarget(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7871 | 6.60k | return S; \ |
7872 | 6.60k | case 44: \ |
7873 | 129 | tmp = fieldname(insn, 5, 7); \ |
7874 | 129 | MCOperand_CreateImm0(MI, tmp); \ |
7875 | 129 | return S; \ |
7876 | 6.60k | case 45: \ |
7877 | 721 | tmp = fieldname(insn, 2, 24); \ |
7878 | 721 | if (!Check(&S, decodeDirectBrTarget(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7879 | 721 | return S; \ |
7880 | 721 | case 46: \ |
7881 | 6 | tmp = fieldname(insn, 23, 3); \ |
7882 | 6 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7883 | 6 | tmp = fieldname(insn, 18, 3); \ |
7884 | 6 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7885 | 6 | return S; \ |
7886 | 12 | case 47: \ |
7887 | 12 | tmp = fieldname(insn, 21, 5); \ |
7888 | 12 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7889 | 12 | tmp = fieldname(insn, 16, 5); \ |
7890 | 12 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7891 | 12 | tmp = fieldname(insn, 11, 5); \ |
7892 | 12 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7893 | 12 | return S; \ |
7894 | 34 | case 48: \ |
7895 | 34 | tmp = fieldname(insn, 21, 5); \ |
7896 | 34 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7897 | 34 | tmp = 0x0; \ |
7898 | 34 | tmp |= fieldname(insn, 0, 1) << 0; \ |
7899 | 34 | tmp |= fieldname(insn, 6, 10) << 6; \ |
7900 | 34 | tmp |= fieldname(insn, 16, 5) << 1; \ |
7901 | 34 | MCOperand_CreateImm0(MI, tmp); \ |
7902 | 34 | return S; \ |
7903 | 623 | case 49: \ |
7904 | 623 | tmp = fieldname(insn, 21, 5); \ |
7905 | 623 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7906 | 623 | tmp = fieldname(insn, 16, 5); \ |
7907 | 623 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7908 | 623 | tmp = fieldname(insn, 11, 2); \ |
7909 | 623 | MCOperand_CreateImm0(MI, tmp); \ |
7910 | 623 | return S; \ |
7911 | 623 | case 50: \ |
7912 | 10 | tmp = fieldname(insn, 11, 1); \ |
7913 | 10 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7914 | 10 | return S; \ |
7915 | 392 | case 51: \ |
7916 | 392 | tmp = fieldname(insn, 16, 5); \ |
7917 | 392 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7918 | 392 | tmp = fieldname(insn, 16, 5); \ |
7919 | 392 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7920 | 392 | tmp = fieldname(insn, 21, 5); \ |
7921 | 392 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7922 | 392 | tmp = fieldname(insn, 11, 5); \ |
7923 | 392 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7924 | 392 | tmp = fieldname(insn, 6, 5); \ |
7925 | 392 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7926 | 392 | tmp = fieldname(insn, 1, 5); \ |
7927 | 392 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7928 | 392 | return S; \ |
7929 | 1.42k | case 52: \ |
7930 | 1.42k | tmp = fieldname(insn, 16, 5); \ |
7931 | 1.42k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7932 | 1.42k | tmp = fieldname(insn, 21, 5); \ |
7933 | 1.42k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7934 | 1.42k | tmp = fieldname(insn, 11, 5); \ |
7935 | 1.42k | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7936 | 1.42k | tmp = fieldname(insn, 6, 5); \ |
7937 | 1.42k | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7938 | 1.42k | tmp = fieldname(insn, 1, 5); \ |
7939 | 1.42k | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7940 | 1.42k | return S; \ |
7941 | 1.42k | case 53: \ |
7942 | 430 | tmp = fieldname(insn, 16, 5); \ |
7943 | 430 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7944 | 430 | tmp = fieldname(insn, 21, 5); \ |
7945 | 430 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7946 | 430 | tmp = fieldname(insn, 11, 5); \ |
7947 | 430 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7948 | 430 | tmp = fieldname(insn, 6, 5); \ |
7949 | 430 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7950 | 430 | tmp = fieldname(insn, 1, 5); \ |
7951 | 430 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7952 | 430 | return S; \ |
7953 | 1.72k | case 54: \ |
7954 | 1.72k | tmp = fieldname(insn, 16, 5); \ |
7955 | 1.72k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7956 | 1.72k | tmp = fieldname(insn, 21, 5); \ |
7957 | 1.72k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7958 | 1.72k | tmp = fieldname(insn, 0, 16); \ |
7959 | 1.72k | if (!Check(&S, decodeUImmOperand_16(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7960 | 1.72k | return S; \ |
7961 | 1.72k | case 55: \ |
7962 | 493 | tmp = fieldname(insn, 16, 5); \ |
7963 | 493 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7964 | 493 | tmp = fieldname(insn, 21, 5); \ |
7965 | 493 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7966 | 493 | tmp = 0x0; \ |
7967 | 493 | tmp |= fieldname(insn, 1, 1) << 5; \ |
7968 | 493 | tmp |= fieldname(insn, 11, 5) << 0; \ |
7969 | 493 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7970 | 493 | tmp = 0x0; \ |
7971 | 493 | tmp |= fieldname(insn, 5, 1) << 5; \ |
7972 | 493 | tmp |= fieldname(insn, 6, 5) << 0; \ |
7973 | 493 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7974 | 493 | return S; \ |
7975 | 493 | case 56: \ |
7976 | 71 | tmp = fieldname(insn, 16, 5); \ |
7977 | 71 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7978 | 71 | tmp = fieldname(insn, 16, 5); \ |
7979 | 71 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7980 | 71 | tmp = fieldname(insn, 21, 5); \ |
7981 | 71 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7982 | 71 | tmp = 0x0; \ |
7983 | 71 | tmp |= fieldname(insn, 1, 1) << 5; \ |
7984 | 71 | tmp |= fieldname(insn, 11, 5) << 0; \ |
7985 | 71 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7986 | 71 | tmp = 0x0; \ |
7987 | 71 | tmp |= fieldname(insn, 5, 1) << 5; \ |
7988 | 71 | tmp |= fieldname(insn, 6, 5) << 0; \ |
7989 | 71 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7990 | 71 | return S; \ |
7991 | 155 | case 57: \ |
7992 | 155 | tmp = fieldname(insn, 16, 5); \ |
7993 | 155 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7994 | 155 | tmp = fieldname(insn, 21, 5); \ |
7995 | 155 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7996 | 155 | tmp = fieldname(insn, 11, 5); \ |
7997 | 155 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
7998 | 155 | tmp = 0x0; \ |
7999 | 155 | tmp |= fieldname(insn, 5, 1) << 5; \ |
8000 | 155 | tmp |= fieldname(insn, 6, 5) << 0; \ |
8001 | 155 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8002 | 155 | return S; \ |
8003 | 155 | case 58: \ |
8004 | 51 | tmp = fieldname(insn, 23, 3); \ |
8005 | 51 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8006 | 51 | tmp = fieldname(insn, 16, 5); \ |
8007 | 51 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8008 | 51 | tmp = fieldname(insn, 11, 5); \ |
8009 | 51 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8010 | 51 | return S; \ |
8011 | 51 | case 59: \ |
8012 | 19 | tmp = fieldname(insn, 23, 3); \ |
8013 | 19 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8014 | 19 | tmp = fieldname(insn, 16, 5); \ |
8015 | 19 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8016 | 19 | tmp = fieldname(insn, 11, 5); \ |
8017 | 19 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8018 | 19 | return S; \ |
8019 | 19 | case 60: \ |
8020 | 10 | tmp = fieldname(insn, 21, 5); \ |
8021 | 10 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8022 | 10 | tmp = fieldname(insn, 18, 3); \ |
8023 | 10 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8024 | 10 | return S; \ |
8025 | 10 | case 61: \ |
8026 | 6 | tmp = fieldname(insn, 23, 3); \ |
8027 | 6 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8028 | 6 | tmp = fieldname(insn, 21, 1); \ |
8029 | 6 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8030 | 6 | tmp = fieldname(insn, 16, 5); \ |
8031 | 6 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8032 | 6 | tmp = fieldname(insn, 11, 5); \ |
8033 | 6 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8034 | 6 | return S; \ |
8035 | 8 | case 62: \ |
8036 | 8 | tmp = fieldname(insn, 21, 5); \ |
8037 | 8 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8038 | 8 | tmp = fieldname(insn, 16, 5); \ |
8039 | 8 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8040 | 8 | return S; \ |
8041 | 21 | case 63: \ |
8042 | 21 | tmp = fieldname(insn, 23, 3); \ |
8043 | 21 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8044 | 21 | return S; \ |
8045 | 286 | case 64: \ |
8046 | 286 | tmp = fieldname(insn, 21, 5); \ |
8047 | 286 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8048 | 286 | return S; \ |
8049 | 286 | case 65: \ |
8050 | 0 | tmp = fieldname(insn, 15, 1); \ |
8051 | 0 | MCOperand_CreateImm0(MI, tmp); \ |
8052 | 0 | return S; \ |
8053 | 286 | case 66: \ |
8054 | 70 | tmp = fieldname(insn, 21, 5); \ |
8055 | 70 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8056 | 70 | tmp = 0x0; \ |
8057 | 70 | tmp |= fieldname(insn, 11, 5) << 5; \ |
8058 | 70 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8059 | 70 | MCOperand_CreateImm0(MI, tmp); \ |
8060 | 70 | return S; \ |
8061 | 70 | case 67: \ |
8062 | 36 | tmp = fieldname(insn, 21, 5); \ |
8063 | 36 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8064 | 36 | tmp = fieldname(insn, 16, 5); \ |
8065 | 36 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8066 | 36 | tmp = fieldname(insn, 11, 5); \ |
8067 | 36 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8068 | 36 | return S; \ |
8069 | 36 | case 68: \ |
8070 | 10 | tmp = fieldname(insn, 21, 5); \ |
8071 | 10 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8072 | 10 | tmp = fieldname(insn, 16, 5); \ |
8073 | 10 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8074 | 10 | tmp = fieldname(insn, 11, 5); \ |
8075 | 10 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8076 | 10 | return S; \ |
8077 | 152 | case 69: \ |
8078 | 152 | tmp = fieldname(insn, 21, 5); \ |
8079 | 152 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8080 | 152 | tmp = fieldname(insn, 16, 5); \ |
8081 | 152 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8082 | 152 | tmp = fieldname(insn, 11, 5); \ |
8083 | 152 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8084 | 152 | return S; \ |
8085 | 202 | case 70: \ |
8086 | 202 | tmp = fieldname(insn, 21, 4); \ |
8087 | 202 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8088 | 202 | tmp = fieldname(insn, 16, 5); \ |
8089 | 202 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8090 | 202 | tmp = fieldname(insn, 11, 5); \ |
8091 | 202 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8092 | 202 | return S; \ |
8093 | 202 | case 71: \ |
8094 | 13 | tmp = fieldname(insn, 16, 5); \ |
8095 | 13 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8096 | 13 | tmp = fieldname(insn, 11, 5); \ |
8097 | 13 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8098 | 13 | return S; \ |
8099 | 177 | case 72: \ |
8100 | 177 | tmp = fieldname(insn, 21, 5); \ |
8101 | 177 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8102 | 177 | tmp = fieldname(insn, 16, 5); \ |
8103 | 177 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8104 | 177 | tmp = fieldname(insn, 11, 5); \ |
8105 | 177 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8106 | 177 | return S; \ |
8107 | 177 | case 73: \ |
8108 | 19 | tmp = fieldname(insn, 21, 5); \ |
8109 | 19 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8110 | 19 | tmp = fieldname(insn, 16, 5); \ |
8111 | 19 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8112 | 19 | tmp = fieldname(insn, 11, 5); \ |
8113 | 19 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8114 | 19 | return S; \ |
8115 | 23 | case 74: \ |
8116 | 23 | tmp = fieldname(insn, 16, 5); \ |
8117 | 23 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8118 | 23 | tmp = fieldname(insn, 11, 5); \ |
8119 | 23 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8120 | 23 | tmp = fieldname(insn, 21, 1); \ |
8121 | 23 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8122 | 23 | return S; \ |
8123 | 23 | case 75: \ |
8124 | 14 | tmp = fieldname(insn, 21, 5); \ |
8125 | 14 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8126 | 14 | tmp = fieldname(insn, 16, 5); \ |
8127 | 14 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8128 | 14 | tmp = fieldname(insn, 11, 5); \ |
8129 | 14 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8130 | 14 | return S; \ |
8131 | 76 | case 76: \ |
8132 | 76 | tmp = fieldname(insn, 21, 5); \ |
8133 | 76 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8134 | 76 | tmp = fieldname(insn, 16, 5); \ |
8135 | 76 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8136 | 76 | tmp = fieldname(insn, 11, 5); \ |
8137 | 76 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8138 | 76 | return S; \ |
8139 | 126 | case 77: \ |
8140 | 126 | tmp = fieldname(insn, 21, 5); \ |
8141 | 126 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8142 | 126 | tmp = fieldname(insn, 16, 5); \ |
8143 | 126 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8144 | 126 | tmp = fieldname(insn, 11, 5); \ |
8145 | 126 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8146 | 126 | tmp = fieldname(insn, 10, 1); \ |
8147 | 126 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8148 | 126 | return S; \ |
8149 | 126 | case 78: \ |
8150 | 81 | tmp = fieldname(insn, 21, 5); \ |
8151 | 81 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8152 | 81 | tmp = fieldname(insn, 16, 5); \ |
8153 | 81 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8154 | 81 | return S; \ |
8155 | 81 | case 79: \ |
8156 | 16 | tmp = fieldname(insn, 21, 5); \ |
8157 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8158 | 16 | tmp = fieldname(insn, 16, 5); \ |
8159 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8160 | 16 | tmp = fieldname(insn, 11, 5); \ |
8161 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8162 | 16 | tmp = fieldname(insn, 9, 2); \ |
8163 | 16 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8164 | 16 | return S; \ |
8165 | 30 | case 80: \ |
8166 | 30 | tmp = 0x0; \ |
8167 | 30 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8168 | 30 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8169 | 30 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8170 | 30 | tmp = fieldname(insn, 16, 5); \ |
8171 | 30 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8172 | 30 | tmp = fieldname(insn, 11, 5); \ |
8173 | 30 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8174 | 30 | return S; \ |
8175 | 79 | case 81: \ |
8176 | 79 | tmp = 0x0; \ |
8177 | 79 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8178 | 79 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8179 | 79 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8180 | 79 | tmp = fieldname(insn, 16, 5); \ |
8181 | 79 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8182 | 79 | tmp = fieldname(insn, 11, 5); \ |
8183 | 79 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8184 | 79 | return S; \ |
8185 | 79 | case 82: \ |
8186 | 53 | tmp = 0x0; \ |
8187 | 53 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8188 | 53 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8189 | 53 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8190 | 53 | tmp = fieldname(insn, 16, 5); \ |
8191 | 53 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8192 | 53 | tmp = fieldname(insn, 11, 5); \ |
8193 | 53 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8194 | 53 | return S; \ |
8195 | 60 | case 83: \ |
8196 | 60 | tmp = 0x0; \ |
8197 | 60 | tmp |= fieldname(insn, 21, 1) << 4; \ |
8198 | 60 | tmp |= fieldname(insn, 22, 4) << 0; \ |
8199 | 60 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8200 | 60 | tmp = fieldname(insn, 16, 5); \ |
8201 | 60 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8202 | 60 | tmp = fieldname(insn, 11, 5); \ |
8203 | 60 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8204 | 60 | return S; \ |
8205 | 60 | case 84: \ |
8206 | 18 | tmp = 0x0; \ |
8207 | 18 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8208 | 18 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8209 | 18 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8210 | 18 | tmp = fieldname(insn, 16, 5); \ |
8211 | 18 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8212 | 18 | tmp = fieldname(insn, 11, 5); \ |
8213 | 18 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8214 | 18 | return S; \ |
8215 | 147 | case 85: \ |
8216 | 147 | tmp = 0x0; \ |
8217 | 147 | tmp |= fieldname(insn, 21, 1) << 4; \ |
8218 | 147 | tmp |= fieldname(insn, 22, 4) << 0; \ |
8219 | 147 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8220 | 147 | tmp = fieldname(insn, 16, 5); \ |
8221 | 147 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8222 | 147 | tmp = fieldname(insn, 11, 5); \ |
8223 | 147 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8224 | 147 | return S; \ |
8225 | 147 | case 86: \ |
8226 | 27 | tmp = fieldname(insn, 21, 5); \ |
8227 | 27 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8228 | 27 | tmp = fieldname(insn, 11, 10); \ |
8229 | 27 | if (!Check(&S, decodeUImmOperand_10(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8230 | 27 | return S; \ |
8231 | 62 | case 87: \ |
8232 | 62 | tmp = 0x0; \ |
8233 | 62 | tmp |= fieldname(insn, 11, 5) << 5; \ |
8234 | 62 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8235 | 62 | MCOperand_CreateImm0(MI, tmp); \ |
8236 | 62 | tmp = fieldname(insn, 21, 5); \ |
8237 | 62 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8238 | 62 | return S; \ |
8239 | 62 | case 88: \ |
8240 | 11 | tmp = fieldname(insn, 21, 1); \ |
8241 | 11 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8242 | 11 | return S; \ |
8243 | 30 | case 89: \ |
8244 | 30 | tmp = fieldname(insn, 25, 1); \ |
8245 | 30 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8246 | 30 | return S; \ |
8247 | 30 | case 90: \ |
8248 | 18 | tmp = fieldname(insn, 21, 5); \ |
8249 | 18 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8250 | 18 | tmp = fieldname(insn, 16, 5); \ |
8251 | 18 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8252 | 18 | tmp = fieldname(insn, 11, 5); \ |
8253 | 18 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8254 | 18 | return S; \ |
8255 | 63 | case 91: \ |
8256 | 63 | tmp = fieldname(insn, 16, 5); \ |
8257 | 63 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8258 | 63 | return S; \ |
8259 | 63 | case 92: \ |
8260 | 16 | tmp = fieldname(insn, 21, 5); \ |
8261 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8262 | 16 | tmp = fieldname(insn, 16, 5); \ |
8263 | 16 | if (!Check(&S, DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8264 | 16 | tmp = fieldname(insn, 11, 5); \ |
8265 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8266 | 16 | tmp = fieldname(insn, 6, 5); \ |
8267 | 16 | if (!Check(&S, DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8268 | 16 | return S; \ |
8269 | 18 | case 93: \ |
8270 | 18 | tmp = fieldname(insn, 12, 8); \ |
8271 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
8272 | 18 | tmp = fieldname(insn, 21, 5); \ |
8273 | 18 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8274 | 18 | return S; \ |
8275 | 76 | case 94: \ |
8276 | 76 | tmp = fieldname(insn, 12, 8); \ |
8277 | 76 | if (!Check(&S, decodeCRBitMOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8278 | 76 | tmp = fieldname(insn, 21, 5); \ |
8279 | 75 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8280 | 75 | return S; \ |
8281 | 75 | case 95: \ |
8282 | 0 | tmp = fieldname(insn, 23, 3); \ |
8283 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8284 | 0 | tmp = fieldname(insn, 23, 3); \ |
8285 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8286 | 0 | return S; \ |
8287 | 16 | case 96: \ |
8288 | 16 | tmp = fieldname(insn, 23, 3); \ |
8289 | 16 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8290 | 16 | return S; \ |
8291 | 16 | case 97: \ |
8292 | 0 | tmp = fieldname(insn, 23, 3); \ |
8293 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8294 | 0 | return S; \ |
8295 | 18 | case 98: \ |
8296 | 18 | tmp = fieldname(insn, 23, 3); \ |
8297 | 18 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8298 | 18 | tmp = fieldname(insn, 13, 3); \ |
8299 | 18 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8300 | 18 | return S; \ |
8301 | 18 | case 99: \ |
8302 | 7 | tmp = fieldname(insn, 23, 3); \ |
8303 | 7 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8304 | 7 | tmp = fieldname(insn, 23, 3); \ |
8305 | 7 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8306 | 7 | tmp = fieldname(insn, 13, 3); \ |
8307 | 7 | if (!Check(&S, DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8308 | 7 | return S; \ |
8309 | 7 | case 100: \ |
8310 | 0 | tmp = fieldname(insn, 21, 5); \ |
8311 | 0 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8312 | 0 | tmp = fieldname(insn, 16, 5); \ |
8313 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8314 | 0 | tmp = fieldname(insn, 11, 5); \ |
8315 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8316 | 0 | return S; \ |
8317 | 26 | case 101: \ |
8318 | 26 | tmp = fieldname(insn, 21, 5); \ |
8319 | 26 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8320 | 26 | tmp = fieldname(insn, 12, 8); \ |
8321 | 26 | if (!Check(&S, decodeCRBitMOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8322 | 26 | return S; \ |
8323 | 34 | case 102: \ |
8324 | 34 | tmp = fieldname(insn, 16, 5); \ |
8325 | 34 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8326 | 34 | tmp = 0x0; \ |
8327 | 34 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8328 | 34 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8329 | 34 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8330 | 34 | return S; \ |
8331 | 67 | case 103: \ |
8332 | 67 | tmp = fieldname(insn, 16, 5); \ |
8333 | 67 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8334 | 67 | tmp = 0x0; \ |
8335 | 67 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8336 | 67 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8337 | 67 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8338 | 67 | return S; \ |
8339 | 127 | case 104: \ |
8340 | 127 | tmp = fieldname(insn, 21, 5); \ |
8341 | 127 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8342 | 127 | tmp = fieldname(insn, 16, 1); \ |
8343 | 127 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8344 | 127 | return S; \ |
8345 | 127 | case 105: \ |
8346 | 7 | tmp = 0x0; \ |
8347 | 7 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8348 | 7 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8349 | 7 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8350 | 7 | tmp = fieldname(insn, 16, 5); \ |
8351 | 7 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8352 | 7 | return S; \ |
8353 | 12 | case 106: \ |
8354 | 12 | tmp = fieldname(insn, 21, 5); \ |
8355 | 12 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8356 | 12 | tmp = fieldname(insn, 16, 4); \ |
8357 | 12 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8358 | 12 | return S; \ |
8359 | 14 | case 107: \ |
8360 | 14 | tmp = 0x0; \ |
8361 | 14 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8362 | 14 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8363 | 14 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8364 | 14 | tmp = fieldname(insn, 16, 5); \ |
8365 | 14 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8366 | 14 | return S; \ |
8367 | 53 | case 108: \ |
8368 | 53 | tmp = fieldname(insn, 21, 5); \ |
8369 | 53 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8370 | 53 | tmp = fieldname(insn, 11, 5); \ |
8371 | 53 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8372 | 53 | return S; \ |
8373 | 53 | case 109: \ |
8374 | 8 | tmp = fieldname(insn, 11, 5); \ |
8375 | 8 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8376 | 8 | return S; \ |
8377 | 18 | case 110: \ |
8378 | 18 | tmp = fieldname(insn, 16, 5); \ |
8379 | 18 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8380 | 18 | tmp = 0x0; \ |
8381 | 18 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8382 | 18 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8383 | 18 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8384 | 18 | return S; \ |
8385 | 20 | case 111: \ |
8386 | 20 | tmp = 0x0; \ |
8387 | 20 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8388 | 20 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8389 | 20 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8390 | 20 | tmp = fieldname(insn, 16, 5); \ |
8391 | 20 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8392 | 20 | return S; \ |
8393 | 20 | case 112: \ |
8394 | 20 | tmp = 0x0; \ |
8395 | 20 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8396 | 20 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8397 | 20 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8398 | 20 | tmp = fieldname(insn, 16, 5); \ |
8399 | 20 | if (!Check(&S, DecodeG8RC_NOX0RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8400 | 20 | tmp = fieldname(insn, 11, 5); \ |
8401 | 20 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8402 | 20 | return S; \ |
8403 | 23 | case 113: \ |
8404 | 23 | tmp = fieldname(insn, 11, 5); \ |
8405 | 23 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8406 | 23 | tmp = 0x0; \ |
8407 | 23 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8408 | 23 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8409 | 23 | if (!Check(&S, decodeDispRIHashOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8410 | 23 | tmp = fieldname(insn, 16, 5); \ |
8411 | 23 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8412 | 23 | return S; \ |
8413 | 23 | case 114: \ |
8414 | 18 | tmp = fieldname(insn, 21, 5); \ |
8415 | 18 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8416 | 18 | tmp = fieldname(insn, 16, 2); \ |
8417 | 18 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8418 | 18 | return S; \ |
8419 | 18 | case 115: \ |
8420 | 11 | tmp = fieldname(insn, 21, 5); \ |
8421 | 11 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8422 | 11 | tmp = fieldname(insn, 16, 5); \ |
8423 | 11 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8424 | 11 | tmp = fieldname(insn, 11, 1); \ |
8425 | 11 | MCOperand_CreateImm0(MI, tmp); \ |
8426 | 11 | return S; \ |
8427 | 176 | case 116: \ |
8428 | 176 | tmp = fieldname(insn, 21, 5); \ |
8429 | 176 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8430 | 176 | tmp = fieldname(insn, 16, 5); \ |
8431 | 176 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8432 | 176 | tmp = fieldname(insn, 11, 5); \ |
8433 | 176 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8434 | 176 | return S; \ |
8435 | 176 | case 117: \ |
8436 | 36 | tmp = fieldname(insn, 21, 5); \ |
8437 | 36 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8438 | 36 | tmp = fieldname(insn, 16, 5); \ |
8439 | 36 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8440 | 36 | tmp = fieldname(insn, 11, 5); \ |
8441 | 36 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8442 | 36 | return S; \ |
8443 | 36 | case 118: \ |
8444 | 22 | tmp = fieldname(insn, 21, 5); \ |
8445 | 22 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8446 | 22 | tmp = fieldname(insn, 16, 5); \ |
8447 | 22 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8448 | 22 | tmp = fieldname(insn, 16, 5); \ |
8449 | 22 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8450 | 22 | tmp = fieldname(insn, 11, 5); \ |
8451 | 22 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8452 | 22 | return S; \ |
8453 | 53 | case 119: \ |
8454 | 53 | tmp = fieldname(insn, 16, 5); \ |
8455 | 53 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8456 | 53 | tmp = fieldname(insn, 21, 5); \ |
8457 | 53 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8458 | 53 | tmp = fieldname(insn, 16, 5); \ |
8459 | 53 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8460 | 53 | tmp = fieldname(insn, 11, 5); \ |
8461 | 53 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8462 | 53 | return S; \ |
8463 | 53 | case 120: \ |
8464 | 27 | tmp = fieldname(insn, 21, 5); \ |
8465 | 27 | if (!Check(&S, DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8466 | 27 | tmp = fieldname(insn, 16, 5); \ |
8467 | 27 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8468 | 27 | tmp = fieldname(insn, 11, 5); \ |
8469 | 27 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8470 | 27 | return S; \ |
8471 | 40 | case 121: \ |
8472 | 40 | tmp = fieldname(insn, 16, 5); \ |
8473 | 40 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8474 | 40 | tmp = fieldname(insn, 11, 5); \ |
8475 | 40 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8476 | 40 | return S; \ |
8477 | 40 | case 122: \ |
8478 | 38 | tmp = fieldname(insn, 21, 5); \ |
8479 | 38 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8480 | 38 | tmp = fieldname(insn, 16, 5); \ |
8481 | 38 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8482 | 38 | tmp = fieldname(insn, 16, 5); \ |
8483 | 38 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8484 | 38 | tmp = fieldname(insn, 11, 5); \ |
8485 | 38 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8486 | 38 | return S; \ |
8487 | 381 | case 123: \ |
8488 | 381 | tmp = fieldname(insn, 21, 5); \ |
8489 | 381 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8490 | 381 | tmp = fieldname(insn, 16, 5); \ |
8491 | 380 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8492 | 380 | tmp = fieldname(insn, 11, 5); \ |
8493 | 380 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8494 | 380 | return S; \ |
8495 | 380 | case 124: \ |
8496 | 188 | tmp = fieldname(insn, 16, 5); \ |
8497 | 188 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8498 | 188 | tmp = fieldname(insn, 21, 5); \ |
8499 | 188 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8500 | 188 | tmp = fieldname(insn, 16, 5); \ |
8501 | 188 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8502 | 188 | tmp = fieldname(insn, 11, 5); \ |
8503 | 188 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8504 | 188 | return S; \ |
8505 | 358 | case 125: \ |
8506 | 358 | tmp = fieldname(insn, 21, 5); \ |
8507 | 358 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8508 | 358 | tmp = fieldname(insn, 16, 5); \ |
8509 | 358 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8510 | 358 | tmp = fieldname(insn, 11, 5); \ |
8511 | 358 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8512 | 358 | return S; \ |
8513 | 358 | case 126: \ |
8514 | 16 | tmp = fieldname(insn, 21, 2); \ |
8515 | 16 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8516 | 16 | tmp = fieldname(insn, 16, 5); \ |
8517 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8518 | 16 | tmp = fieldname(insn, 11, 5); \ |
8519 | 16 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8520 | 16 | return S; \ |
8521 | 21 | case 127: \ |
8522 | 21 | tmp = fieldname(insn, 21, 5); \ |
8523 | 21 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8524 | 21 | tmp = fieldname(insn, 16, 5); \ |
8525 | 21 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8526 | 21 | tmp = fieldname(insn, 11, 5); \ |
8527 | 21 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8528 | 21 | return S; \ |
8529 | 21 | case 128: \ |
8530 | 14 | tmp = fieldname(insn, 21, 5); \ |
8531 | 14 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8532 | 14 | tmp = fieldname(insn, 16, 5); \ |
8533 | 14 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8534 | 14 | tmp = fieldname(insn, 16, 5); \ |
8535 | 14 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8536 | 14 | tmp = fieldname(insn, 11, 5); \ |
8537 | 14 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8538 | 14 | return S; \ |
8539 | 14 | case 129: \ |
8540 | 5 | tmp = fieldname(insn, 21, 2); \ |
8541 | 5 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8542 | 5 | return S; \ |
8543 | 37 | case 130: \ |
8544 | 37 | tmp = fieldname(insn, 21, 3); \ |
8545 | 37 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8546 | 37 | tmp = fieldname(insn, 16, 2); \ |
8547 | 37 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8548 | 37 | return S; \ |
8549 | 37 | case 131: \ |
8550 | 31 | tmp = fieldname(insn, 21, 5); \ |
8551 | 31 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8552 | 31 | tmp = fieldname(insn, 16, 5); \ |
8553 | 31 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8554 | 31 | tmp = fieldname(insn, 11, 5); \ |
8555 | 31 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8556 | 31 | return S; \ |
8557 | 31 | case 132: \ |
8558 | 4 | tmp = fieldname(insn, 21, 5); \ |
8559 | 4 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8560 | 4 | tmp = fieldname(insn, 16, 5); \ |
8561 | 4 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8562 | 4 | tmp = fieldname(insn, 16, 5); \ |
8563 | 4 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8564 | 4 | tmp = fieldname(insn, 11, 5); \ |
8565 | 4 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8566 | 4 | return S; \ |
8567 | 8 | case 133: \ |
8568 | 8 | tmp = fieldname(insn, 16, 5); \ |
8569 | 8 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8570 | 8 | tmp = fieldname(insn, 21, 5); \ |
8571 | 8 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8572 | 8 | tmp = fieldname(insn, 16, 5); \ |
8573 | 8 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8574 | 8 | tmp = fieldname(insn, 11, 5); \ |
8575 | 8 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8576 | 8 | return S; \ |
8577 | 17 | case 134: \ |
8578 | 17 | tmp = fieldname(insn, 16, 5); \ |
8579 | 17 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8580 | 17 | tmp = fieldname(insn, 21, 5); \ |
8581 | 17 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8582 | 17 | tmp = fieldname(insn, 16, 5); \ |
8583 | 17 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8584 | 17 | tmp = fieldname(insn, 11, 5); \ |
8585 | 17 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8586 | 17 | return S; \ |
8587 | 18 | case 135: \ |
8588 | 18 | tmp = fieldname(insn, 21, 2); \ |
8589 | 18 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8590 | 18 | return S; \ |
8591 | 18 | case 136: \ |
8592 | 13 | tmp = fieldname(insn, 21, 5); \ |
8593 | 13 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8594 | 13 | return S; \ |
8595 | 36 | case 137: \ |
8596 | 36 | tmp = fieldname(insn, 16, 5); \ |
8597 | 36 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8598 | 36 | tmp = fieldname(insn, 21, 5); \ |
8599 | 36 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8600 | 36 | tmp = fieldname(insn, 11, 5); \ |
8601 | 36 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8602 | 36 | return S; \ |
8603 | 36 | case 138: \ |
8604 | 34 | tmp = fieldname(insn, 16, 5); \ |
8605 | 34 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8606 | 34 | tmp = fieldname(insn, 21, 5); \ |
8607 | 34 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8608 | 34 | tmp = fieldname(insn, 11, 5); \ |
8609 | 34 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8610 | 34 | return S; \ |
8611 | 34 | case 139: \ |
8612 | 3 | tmp = fieldname(insn, 16, 5); \ |
8613 | 3 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8614 | 3 | tmp = fieldname(insn, 21, 5); \ |
8615 | 3 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8616 | 3 | return S; \ |
8617 | 21 | case 140: \ |
8618 | 21 | tmp = fieldname(insn, 16, 5); \ |
8619 | 21 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8620 | 21 | tmp = fieldname(insn, 21, 5); \ |
8621 | 21 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8622 | 21 | tmp = fieldname(insn, 11, 5); \ |
8623 | 21 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8624 | 21 | return S; \ |
8625 | 33 | case 141: \ |
8626 | 33 | tmp = fieldname(insn, 16, 5); \ |
8627 | 33 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8628 | 33 | tmp = fieldname(insn, 21, 5); \ |
8629 | 33 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8630 | 33 | return S; \ |
8631 | 33 | case 142: \ |
8632 | 27 | tmp = fieldname(insn, 16, 5); \ |
8633 | 27 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8634 | 27 | tmp = fieldname(insn, 21, 5); \ |
8635 | 27 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8636 | 27 | tmp = fieldname(insn, 11, 5); \ |
8637 | 27 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8638 | 27 | return S; \ |
8639 | 50 | case 143: \ |
8640 | 50 | tmp = fieldname(insn, 16, 5); \ |
8641 | 50 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8642 | 50 | tmp = fieldname(insn, 21, 5); \ |
8643 | 50 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8644 | 50 | tmp = 0x0; \ |
8645 | 50 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8646 | 50 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8647 | 50 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8648 | 50 | return S; \ |
8649 | 50 | case 144: \ |
8650 | 6 | tmp = fieldname(insn, 21, 2); \ |
8651 | 6 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8652 | 6 | tmp = fieldname(insn, 16, 2); \ |
8653 | 6 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8654 | 6 | return S; \ |
8655 | 44 | case 145: \ |
8656 | 44 | tmp = fieldname(insn, 16, 5); \ |
8657 | 44 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8658 | 44 | tmp = fieldname(insn, 11, 5); \ |
8659 | 44 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8660 | 44 | tmp = fieldname(insn, 21, 5); \ |
8661 | 44 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8662 | 44 | return S; \ |
8663 | 1.83k | case 146: \ |
8664 | 1.83k | tmp = fieldname(insn, 21, 5); \ |
8665 | 1.83k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8666 | 1.83k | tmp = fieldname(insn, 0, 16); \ |
8667 | 1.83k | MCOperand_CreateImm0(MI, tmp); \ |
8668 | 1.83k | tmp = fieldname(insn, 16, 5); \ |
8669 | 1.83k | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8670 | 1.83k | return S; \ |
8671 | 1.83k | case 147: \ |
8672 | 1.09k | tmp = fieldname(insn, 21, 5); \ |
8673 | 1.09k | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8674 | 1.09k | tmp = fieldname(insn, 16, 5); \ |
8675 | 1.09k | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8676 | 1.09k | tmp = fieldname(insn, 0, 16); \ |
8677 | 1.09k | MCOperand_CreateImm0(MI, tmp); \ |
8678 | 1.09k | tmp = fieldname(insn, 16, 5); \ |
8679 | 1.09k | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8680 | 1.09k | return S; \ |
8681 | 1.09k | case 148: \ |
8682 | 420 | tmp = fieldname(insn, 16, 5); \ |
8683 | 420 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8684 | 420 | tmp = fieldname(insn, 21, 5); \ |
8685 | 420 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8686 | 420 | tmp = fieldname(insn, 0, 16); \ |
8687 | 420 | MCOperand_CreateImm0(MI, tmp); \ |
8688 | 420 | tmp = fieldname(insn, 16, 5); \ |
8689 | 420 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8690 | 420 | return S; \ |
8691 | 648 | case 149: \ |
8692 | 648 | tmp = fieldname(insn, 21, 5); \ |
8693 | 648 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8694 | 648 | tmp = fieldname(insn, 0, 16); \ |
8695 | 648 | MCOperand_CreateImm0(MI, tmp); \ |
8696 | 648 | tmp = fieldname(insn, 16, 5); \ |
8697 | 648 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8698 | 648 | return S; \ |
8699 | 648 | case 150: \ |
8700 | 233 | tmp = fieldname(insn, 21, 5); \ |
8701 | 233 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8702 | 233 | tmp = fieldname(insn, 16, 5); \ |
8703 | 233 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8704 | 233 | tmp = fieldname(insn, 0, 16); \ |
8705 | 233 | MCOperand_CreateImm0(MI, tmp); \ |
8706 | 233 | tmp = fieldname(insn, 16, 5); \ |
8707 | 233 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8708 | 233 | return S; \ |
8709 | 781 | case 151: \ |
8710 | 781 | tmp = fieldname(insn, 21, 5); \ |
8711 | 781 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8712 | 781 | tmp = fieldname(insn, 0, 16); \ |
8713 | 781 | MCOperand_CreateImm0(MI, tmp); \ |
8714 | 781 | tmp = fieldname(insn, 16, 5); \ |
8715 | 781 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8716 | 781 | return S; \ |
8717 | 781 | case 152: \ |
8718 | 408 | tmp = fieldname(insn, 21, 5); \ |
8719 | 408 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8720 | 408 | tmp = fieldname(insn, 16, 5); \ |
8721 | 408 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8722 | 408 | tmp = fieldname(insn, 0, 16); \ |
8723 | 408 | MCOperand_CreateImm0(MI, tmp); \ |
8724 | 408 | tmp = fieldname(insn, 16, 5); \ |
8725 | 408 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8726 | 408 | return S; \ |
8727 | 408 | case 153: \ |
8728 | 245 | tmp = fieldname(insn, 16, 5); \ |
8729 | 245 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8730 | 245 | tmp = fieldname(insn, 21, 5); \ |
8731 | 245 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8732 | 245 | tmp = fieldname(insn, 0, 16); \ |
8733 | 245 | MCOperand_CreateImm0(MI, tmp); \ |
8734 | 245 | tmp = fieldname(insn, 16, 5); \ |
8735 | 245 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8736 | 245 | return S; \ |
8737 | 501 | case 154: \ |
8738 | 501 | tmp = fieldname(insn, 16, 5); \ |
8739 | 501 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8740 | 501 | tmp = fieldname(insn, 21, 5); \ |
8741 | 501 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8742 | 501 | tmp = fieldname(insn, 0, 16); \ |
8743 | 501 | MCOperand_CreateImm0(MI, tmp); \ |
8744 | 501 | tmp = fieldname(insn, 16, 5); \ |
8745 | 501 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8746 | 501 | return S; \ |
8747 | 501 | case 155: \ |
8748 | 238 | tmp = fieldname(insn, 21, 5); \ |
8749 | 238 | if (!Check(&S, DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8750 | 238 | tmp = fieldname(insn, 4, 12); \ |
8751 | 238 | if (!Check(&S, decodeDispRIX16Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8752 | 238 | tmp = fieldname(insn, 16, 5); \ |
8753 | 238 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8754 | 238 | return S; \ |
8755 | 238 | case 156: \ |
8756 | 124 | tmp = fieldname(insn, 21, 5); \ |
8757 | 124 | if (!Check(&S, DecodeVFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8758 | 124 | tmp = fieldname(insn, 2, 14); \ |
8759 | 124 | if (!Check(&S, decodeDispRIXOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8760 | 124 | tmp = fieldname(insn, 16, 5); \ |
8761 | 124 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8762 | 124 | return S; \ |
8763 | 355 | case 157: \ |
8764 | 355 | tmp = fieldname(insn, 21, 5); \ |
8765 | 355 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8766 | 355 | tmp = fieldname(insn, 2, 14); \ |
8767 | 355 | if (!Check(&S, decodeDispRIXOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8768 | 355 | tmp = fieldname(insn, 16, 5); \ |
8769 | 355 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8770 | 355 | return S; \ |
8771 | 355 | case 158: \ |
8772 | 228 | tmp = fieldname(insn, 21, 5); \ |
8773 | 228 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8774 | 228 | tmp = fieldname(insn, 16, 5); \ |
8775 | 228 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8776 | 228 | tmp = fieldname(insn, 2, 14); \ |
8777 | 228 | if (!Check(&S, decodeDispRIXOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8778 | 228 | tmp = fieldname(insn, 16, 5); \ |
8779 | 228 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8780 | 228 | return S; \ |
8781 | 228 | case 159: \ |
8782 | 42 | tmp = fieldname(insn, 21, 5); \ |
8783 | 42 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8784 | 42 | tmp = fieldname(insn, 16, 5); \ |
8785 | 42 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8786 | 42 | tmp = fieldname(insn, 11, 5); \ |
8787 | 42 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8788 | 42 | return S; \ |
8789 | 42 | case 160: \ |
8790 | 18 | tmp = fieldname(insn, 21, 5); \ |
8791 | 18 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8792 | 18 | tmp = fieldname(insn, 11, 5); \ |
8793 | 18 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8794 | 18 | return S; \ |
8795 | 18 | case 161: \ |
8796 | 10 | tmp = fieldname(insn, 21, 5); \ |
8797 | 10 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8798 | 10 | tmp = fieldname(insn, 16, 5); \ |
8799 | 10 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8800 | 10 | tmp = fieldname(insn, 11, 5); \ |
8801 | 10 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8802 | 10 | tmp = fieldname(insn, 9, 2); \ |
8803 | 10 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8804 | 10 | return S; \ |
8805 | 63 | case 162: \ |
8806 | 63 | tmp = fieldname(insn, 21, 5); \ |
8807 | 63 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8808 | 63 | tmp = fieldname(insn, 16, 5); \ |
8809 | 63 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8810 | 63 | tmp = fieldname(insn, 10, 6); \ |
8811 | 63 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8812 | 63 | return S; \ |
8813 | 63 | case 163: \ |
8814 | 17 | tmp = fieldname(insn, 21, 5); \ |
8815 | 17 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8816 | 17 | tmp = fieldname(insn, 19, 2); \ |
8817 | 17 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8818 | 17 | tmp = fieldname(insn, 11, 5); \ |
8819 | 17 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8820 | 17 | return S; \ |
8821 | 21 | case 164: \ |
8822 | 21 | tmp = fieldname(insn, 21, 5); \ |
8823 | 21 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8824 | 21 | tmp = fieldname(insn, 20, 1); \ |
8825 | 21 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8826 | 21 | tmp = fieldname(insn, 11, 5); \ |
8827 | 21 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8828 | 21 | return S; \ |
8829 | 21 | case 165: \ |
8830 | 14 | tmp = fieldname(insn, 21, 5); \ |
8831 | 14 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8832 | 14 | tmp = fieldname(insn, 16, 5); \ |
8833 | 14 | if (!Check(&S, decodeSImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8834 | 14 | tmp = fieldname(insn, 11, 5); \ |
8835 | 14 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8836 | 14 | tmp = fieldname(insn, 9, 2); \ |
8837 | 14 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8838 | 14 | return S; \ |
8839 | 14 | case 166: \ |
8840 | 12 | tmp = fieldname(insn, 21, 5); \ |
8841 | 12 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8842 | 12 | tmp = fieldname(insn, 16, 1); \ |
8843 | 12 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8844 | 12 | tmp = fieldname(insn, 11, 5); \ |
8845 | 12 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8846 | 12 | tmp = fieldname(insn, 9, 2); \ |
8847 | 12 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8848 | 12 | return S; \ |
8849 | 31 | case 167: \ |
8850 | 31 | tmp = fieldname(insn, 23, 3); \ |
8851 | 31 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8852 | 31 | tmp = fieldname(insn, 16, 5); \ |
8853 | 31 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8854 | 31 | tmp = fieldname(insn, 11, 5); \ |
8855 | 31 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8856 | 31 | return S; \ |
8857 | 31 | case 168: \ |
8858 | 5 | tmp = fieldname(insn, 23, 3); \ |
8859 | 5 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8860 | 5 | tmp = fieldname(insn, 16, 6); \ |
8861 | 5 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8862 | 5 | tmp = fieldname(insn, 11, 5); \ |
8863 | 5 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8864 | 5 | return S; \ |
8865 | 55 | case 169: \ |
8866 | 55 | tmp = fieldname(insn, 23, 3); \ |
8867 | 55 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8868 | 55 | tmp = fieldname(insn, 16, 5); \ |
8869 | 55 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8870 | 55 | tmp = fieldname(insn, 10, 6); \ |
8871 | 55 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8872 | 55 | return S; \ |
8873 | 55 | case 170: \ |
8874 | 0 | tmp = fieldname(insn, 23, 3); \ |
8875 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8876 | 0 | tmp = fieldname(insn, 23, 3); \ |
8877 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8878 | 0 | tmp = 0x0; \ |
8879 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8880 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8881 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8882 | 0 | tmp = 0x0; \ |
8883 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8884 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8885 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8886 | 0 | return S; \ |
8887 | 0 | case 171: \ |
8888 | 0 | tmp = fieldname(insn, 23, 3); \ |
8889 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8890 | 0 | tmp = fieldname(insn, 23, 3); \ |
8891 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8892 | 0 | tmp = 0x0; \ |
8893 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8894 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8895 | 0 | if (!Check(&S, decodeVSRpEvenOperands(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8896 | 0 | tmp = 0x0; \ |
8897 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8898 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8899 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8900 | 0 | return S; \ |
8901 | 0 | case 172: \ |
8902 | 0 | tmp = fieldname(insn, 23, 3); \ |
8903 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8904 | 0 | tmp = 0x0; \ |
8905 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8906 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8907 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8908 | 0 | tmp = 0x0; \ |
8909 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8910 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8911 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8912 | 0 | return S; \ |
8913 | 0 | case 173: \ |
8914 | 0 | tmp = fieldname(insn, 23, 3); \ |
8915 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8916 | 0 | tmp = 0x0; \ |
8917 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8918 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8919 | 0 | if (!Check(&S, decodeVSRpEvenOperands(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8920 | 0 | tmp = 0x0; \ |
8921 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8922 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8923 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8924 | 0 | return S; \ |
8925 | 58 | case 174: \ |
8926 | 58 | tmp = fieldname(insn, 21, 5); \ |
8927 | 58 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8928 | 58 | tmp = fieldname(insn, 11, 5); \ |
8929 | 58 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8930 | 58 | return S; \ |
8931 | 58 | case 175: \ |
8932 | 21 | tmp = fieldname(insn, 21, 5); \ |
8933 | 21 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8934 | 21 | tmp = fieldname(insn, 16, 5); \ |
8935 | 21 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8936 | 21 | tmp = fieldname(insn, 11, 5); \ |
8937 | 21 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8938 | 21 | return S; \ |
8939 | 21 | case 176: \ |
8940 | 17 | tmp = fieldname(insn, 21, 5); \ |
8941 | 17 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8942 | 17 | tmp = fieldname(insn, 11, 5); \ |
8943 | 17 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8944 | 17 | return S; \ |
8945 | 17 | case 177: \ |
8946 | 16 | tmp = fieldname(insn, 21, 5); \ |
8947 | 16 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8948 | 16 | tmp = fieldname(insn, 16, 5); \ |
8949 | 16 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8950 | 16 | tmp = fieldname(insn, 6, 5); \ |
8951 | 16 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8952 | 16 | return S; \ |
8953 | 168 | case 178: \ |
8954 | 168 | tmp = fieldname(insn, 21, 5); \ |
8955 | 168 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8956 | 168 | tmp = fieldname(insn, 16, 5); \ |
8957 | 168 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8958 | 168 | tmp = fieldname(insn, 6, 5); \ |
8959 | 168 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8960 | 168 | tmp = fieldname(insn, 11, 5); \ |
8961 | 168 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8962 | 168 | return S; \ |
8963 | 168 | case 179: \ |
8964 | 141 | tmp = 0x0; \ |
8965 | 141 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8966 | 141 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8967 | 141 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8968 | 141 | tmp = 0x0; \ |
8969 | 141 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8970 | 141 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8971 | 141 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8972 | 141 | tmp = 0x0; \ |
8973 | 141 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8974 | 141 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8975 | 141 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8976 | 141 | return S; \ |
8977 | 141 | case 180: \ |
8978 | 90 | tmp = 0x0; \ |
8979 | 90 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8980 | 90 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8981 | 90 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8982 | 90 | tmp = 0x0; \ |
8983 | 90 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8984 | 90 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8985 | 90 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8986 | 90 | tmp = 0x0; \ |
8987 | 90 | tmp |= fieldname(insn, 2, 1) << 5; \ |
8988 | 90 | tmp |= fieldname(insn, 16, 5) << 0; \ |
8989 | 90 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8990 | 90 | tmp = 0x0; \ |
8991 | 90 | tmp |= fieldname(insn, 1, 1) << 5; \ |
8992 | 90 | tmp |= fieldname(insn, 11, 5) << 0; \ |
8993 | 90 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
8994 | 90 | return S; \ |
8995 | 109 | case 181: \ |
8996 | 109 | tmp = 0x0; \ |
8997 | 109 | tmp |= fieldname(insn, 0, 1) << 5; \ |
8998 | 109 | tmp |= fieldname(insn, 21, 5) << 0; \ |
8999 | 109 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9000 | 109 | tmp = 0x0; \ |
9001 | 109 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9002 | 109 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9003 | 109 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9004 | 109 | tmp = 0x0; \ |
9005 | 109 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9006 | 109 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9007 | 109 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9008 | 109 | return S; \ |
9009 | 264 | case 182: \ |
9010 | 264 | tmp = 0x0; \ |
9011 | 264 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9012 | 264 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9013 | 264 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9014 | 264 | tmp = 0x0; \ |
9015 | 264 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9016 | 264 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9017 | 264 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9018 | 264 | tmp = 0x0; \ |
9019 | 264 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9020 | 264 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9021 | 264 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9022 | 264 | tmp = 0x0; \ |
9023 | 264 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9024 | 264 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9025 | 264 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9026 | 264 | return S; \ |
9027 | 264 | case 183: \ |
9028 | 99 | tmp = 0x0; \ |
9029 | 99 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9030 | 99 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9031 | 99 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9032 | 99 | tmp = 0x0; \ |
9033 | 99 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9034 | 99 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9035 | 99 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9036 | 99 | tmp = 0x0; \ |
9037 | 99 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9038 | 99 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9039 | 99 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9040 | 99 | return S; \ |
9041 | 217 | case 184: \ |
9042 | 217 | tmp = 0x0; \ |
9043 | 217 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9044 | 217 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9045 | 217 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9046 | 217 | tmp = 0x0; \ |
9047 | 217 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9048 | 217 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9049 | 217 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9050 | 217 | tmp = 0x0; \ |
9051 | 217 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9052 | 217 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9053 | 217 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9054 | 217 | tmp = 0x0; \ |
9055 | 217 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9056 | 217 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9057 | 217 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9058 | 217 | return S; \ |
9059 | 217 | case 185: \ |
9060 | 33 | tmp = 0x0; \ |
9061 | 33 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9062 | 33 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9063 | 33 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9064 | 33 | tmp = 0x0; \ |
9065 | 33 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9066 | 33 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9067 | 33 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9068 | 33 | tmp = 0x0; \ |
9069 | 33 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9070 | 33 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9071 | 33 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9072 | 33 | return S; \ |
9073 | 158 | case 186: \ |
9074 | 158 | tmp = 0x0; \ |
9075 | 158 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9076 | 158 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9077 | 158 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9078 | 158 | tmp = 0x0; \ |
9079 | 158 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9080 | 158 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9081 | 158 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9082 | 158 | tmp = 0x0; \ |
9083 | 158 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9084 | 158 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9085 | 158 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9086 | 158 | tmp = fieldname(insn, 8, 2); \ |
9087 | 158 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9088 | 158 | return S; \ |
9089 | 158 | case 187: \ |
9090 | 70 | tmp = 0x0; \ |
9091 | 70 | tmp |= fieldname(insn, 2, 1) << 4; \ |
9092 | 70 | tmp |= fieldname(insn, 17, 4) << 0; \ |
9093 | 70 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9094 | 70 | tmp = 0x0; \ |
9095 | 70 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9096 | 70 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9097 | 70 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9098 | 70 | tmp = fieldname(insn, 23, 3); \ |
9099 | 70 | if (!Check(&S, DecodeWACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9100 | 70 | return S; \ |
9101 | 70 | case 188: \ |
9102 | 20 | tmp = 0x0; \ |
9103 | 20 | tmp |= fieldname(insn, 2, 1) << 4; \ |
9104 | 20 | tmp |= fieldname(insn, 17, 4) << 0; \ |
9105 | 20 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9106 | 20 | tmp = 0x0; \ |
9107 | 20 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9108 | 20 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9109 | 20 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9110 | 20 | tmp = fieldname(insn, 23, 3); \ |
9111 | 20 | if (!Check(&S, DecodeWACC_HIRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9112 | 20 | return S; \ |
9113 | 23 | case 189: \ |
9114 | 23 | tmp = fieldname(insn, 23, 3); \ |
9115 | 23 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9116 | 23 | tmp = 0x0; \ |
9117 | 23 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9118 | 23 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9119 | 23 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9120 | 23 | tmp = 0x0; \ |
9121 | 23 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9122 | 23 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9123 | 23 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9124 | 23 | return S; \ |
9125 | 153 | case 190: \ |
9126 | 153 | tmp = fieldname(insn, 23, 3); \ |
9127 | 153 | if (!Check(&S, DecodeWACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9128 | 153 | tmp = 0x0; \ |
9129 | 153 | tmp |= fieldname(insn, 2, 1) << 4; \ |
9130 | 153 | tmp |= fieldname(insn, 17, 4) << 0; \ |
9131 | 153 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9132 | 153 | tmp = 0x0; \ |
9133 | 153 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9134 | 153 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9135 | 153 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9136 | 153 | return S; \ |
9137 | 153 | case 191: \ |
9138 | 5 | tmp = fieldname(insn, 23, 3); \ |
9139 | 5 | if (!Check(&S, DecodeWACC_HIRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9140 | 5 | tmp = 0x0; \ |
9141 | 5 | tmp |= fieldname(insn, 2, 1) << 4; \ |
9142 | 5 | tmp |= fieldname(insn, 17, 4) << 0; \ |
9143 | 5 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9144 | 5 | tmp = 0x0; \ |
9145 | 5 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9146 | 5 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9147 | 5 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9148 | 5 | return S; \ |
9149 | 10 | case 192: \ |
9150 | 10 | tmp = 0x0; \ |
9151 | 10 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9152 | 10 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9153 | 10 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9154 | 10 | tmp = 0x0; \ |
9155 | 10 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9156 | 10 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9157 | 10 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9158 | 10 | tmp = fieldname(insn, 16, 2); \ |
9159 | 10 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9160 | 10 | return S; \ |
9161 | 54 | case 193: \ |
9162 | 54 | tmp = 0x0; \ |
9163 | 54 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9164 | 54 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9165 | 54 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9166 | 54 | tmp = 0x0; \ |
9167 | 54 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9168 | 54 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9169 | 54 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9170 | 54 | tmp = fieldname(insn, 16, 5); \ |
9171 | 54 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9172 | 54 | return S; \ |
9173 | 54 | case 194: \ |
9174 | 27 | tmp = 0x0; \ |
9175 | 27 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9176 | 27 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9177 | 27 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9178 | 27 | tmp = fieldname(insn, 23, 3); \ |
9179 | 27 | if (!Check(&S, DecodeDMRROWpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9180 | 27 | tmp = 0x0; \ |
9181 | 27 | tmp |= fieldname(insn, 11, 1) << 1; \ |
9182 | 27 | tmp |= fieldname(insn, 16, 1) << 0; \ |
9183 | 27 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9184 | 27 | return S; \ |
9185 | 27 | case 195: \ |
9186 | 8 | tmp = fieldname(insn, 23, 3); \ |
9187 | 8 | if (!Check(&S, DecodeDMRROWpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9188 | 8 | tmp = 0x0; \ |
9189 | 8 | tmp |= fieldname(insn, 1, 1) << 4; \ |
9190 | 8 | tmp |= fieldname(insn, 12, 4) << 0; \ |
9191 | 8 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9192 | 8 | tmp = 0x0; \ |
9193 | 8 | tmp |= fieldname(insn, 11, 1) << 1; \ |
9194 | 8 | tmp |= fieldname(insn, 16, 1) << 0; \ |
9195 | 8 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9196 | 8 | return S; \ |
9197 | 11 | case 196: \ |
9198 | 11 | tmp = 0x0; \ |
9199 | 11 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9200 | 11 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9201 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9202 | 11 | tmp = 0x0; \ |
9203 | 11 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9204 | 11 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9205 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9206 | 11 | tmp = 0x0; \ |
9207 | 11 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9208 | 11 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9209 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9210 | 11 | tmp = 0x0; \ |
9211 | 11 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9212 | 11 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9213 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9214 | 11 | return S; \ |
9215 | 49 | case 197: \ |
9216 | 49 | tmp = 0x0; \ |
9217 | 49 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9218 | 49 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9219 | 49 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9220 | 49 | tmp = fieldname(insn, 11, 8); \ |
9221 | 49 | if (!Check(&S, decodeUImmOperand_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9222 | 49 | return S; \ |
9223 | 57 | case 198: \ |
9224 | 57 | tmp = 0x0; \ |
9225 | 57 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9226 | 57 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9227 | 57 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9228 | 57 | tmp = fieldname(insn, 11, 5); \ |
9229 | 57 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9230 | 57 | return S; \ |
9231 | 57 | case 199: \ |
9232 | 11 | tmp = 0x0; \ |
9233 | 11 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9234 | 11 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9235 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9236 | 11 | tmp = 0x0; \ |
9237 | 11 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9238 | 11 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9239 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9240 | 11 | tmp = 0x0; \ |
9241 | 11 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9242 | 11 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9243 | 11 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9244 | 11 | tmp = fieldname(insn, 16, 5); \ |
9245 | 11 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9246 | 11 | return S; \ |
9247 | 40 | case 200: \ |
9248 | 40 | tmp = 0x0; \ |
9249 | 40 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9250 | 40 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9251 | 40 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9252 | 40 | tmp = 0x0; \ |
9253 | 40 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9254 | 40 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9255 | 40 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9256 | 40 | return S; \ |
9257 | 40 | case 201: \ |
9258 | 20 | tmp = 0x0; \ |
9259 | 20 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9260 | 20 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9261 | 20 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9262 | 20 | tmp = 0x0; \ |
9263 | 20 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9264 | 20 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9265 | 20 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9266 | 20 | return S; \ |
9267 | 51 | case 202: \ |
9268 | 51 | tmp = fieldname(insn, 23, 3); \ |
9269 | 51 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9270 | 51 | tmp = 0x0; \ |
9271 | 51 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9272 | 51 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9273 | 51 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9274 | 51 | return S; \ |
9275 | 51 | case 203: \ |
9276 | 17 | tmp = 0x0; \ |
9277 | 17 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9278 | 17 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9279 | 17 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9280 | 17 | tmp = 0x0; \ |
9281 | 17 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9282 | 17 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9283 | 17 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9284 | 17 | return S; \ |
9285 | 18 | case 204: \ |
9286 | 18 | tmp = fieldname(insn, 23, 3); \ |
9287 | 18 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9288 | 18 | tmp = 0x0; \ |
9289 | 18 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9290 | 18 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9291 | 18 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9292 | 18 | return S; \ |
9293 | 20 | case 205: \ |
9294 | 20 | tmp = fieldname(insn, 23, 3); \ |
9295 | 20 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9296 | 20 | tmp = 0x0; \ |
9297 | 20 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9298 | 20 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9299 | 20 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9300 | 20 | tmp = 0x0; \ |
9301 | 20 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9302 | 20 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9303 | 20 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9304 | 20 | return S; \ |
9305 | 60 | case 206: \ |
9306 | 60 | tmp = 0x0; \ |
9307 | 60 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9308 | 60 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9309 | 60 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9310 | 60 | tmp = 0x0; \ |
9311 | 60 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9312 | 60 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9313 | 60 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9314 | 60 | return S; \ |
9315 | 60 | case 207: \ |
9316 | 45 | tmp = 0x0; \ |
9317 | 45 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9318 | 45 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9319 | 45 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9320 | 45 | tmp = 0x0; \ |
9321 | 45 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9322 | 45 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9323 | 45 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9324 | 45 | return S; \ |
9325 | 45 | case 208: \ |
9326 | 22 | tmp = fieldname(insn, 23, 3); \ |
9327 | 22 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9328 | 22 | tmp = fieldname(insn, 16, 7); \ |
9329 | 22 | if (!Check(&S, decodeUImmOperand_7(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9330 | 22 | tmp = 0x0; \ |
9331 | 22 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9332 | 22 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9333 | 22 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9334 | 22 | return S; \ |
9335 | 22 | case 209: \ |
9336 | 18 | tmp = 0x0; \ |
9337 | 18 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9338 | 18 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9339 | 18 | if (!Check(&S, DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9340 | 18 | tmp = 0x0; \ |
9341 | 18 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9342 | 18 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9343 | 18 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9344 | 18 | return S; \ |
9345 | 18 | case 210: \ |
9346 | 15 | tmp = fieldname(insn, 21, 5); \ |
9347 | 15 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9348 | 15 | tmp = 0x0; \ |
9349 | 15 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9350 | 15 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9351 | 15 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9352 | 15 | return S; \ |
9353 | 36 | case 211: \ |
9354 | 36 | tmp = 0x0; \ |
9355 | 36 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9356 | 36 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9357 | 36 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9358 | 36 | tmp = 0x0; \ |
9359 | 36 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9360 | 36 | tmp |= fieldname(insn, 6, 1) << 6; \ |
9361 | 36 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9362 | 36 | if (!Check(&S, decodeUImmOperand_7(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9363 | 36 | tmp = 0x0; \ |
9364 | 36 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9365 | 36 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9366 | 36 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9367 | 36 | return S; \ |
9368 | 36 | case 212: \ |
9369 | 27 | tmp = 0x0; \ |
9370 | 27 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9371 | 27 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9372 | 27 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9373 | 27 | tmp = fieldname(insn, 11, 5); \ |
9374 | 27 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9375 | 27 | tmp = fieldname(insn, 16, 5); \ |
9376 | 27 | if (!Check(&S, decodeSImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9377 | 27 | return S; \ |
9378 | 27 | case 213: \ |
9379 | 22 | tmp = 0x0; \ |
9380 | 22 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9381 | 22 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9382 | 22 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9383 | 22 | tmp = fieldname(insn, 16, 5); \ |
9384 | 22 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9385 | 22 | tmp = fieldname(insn, 11, 5); \ |
9386 | 22 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9387 | 22 | return S; \ |
9388 | 544 | case 214: \ |
9389 | 544 | tmp = 0x0; \ |
9390 | 544 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9391 | 544 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9392 | 544 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9393 | 544 | tmp = 0x0; \ |
9394 | 544 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9395 | 544 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9396 | 544 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9397 | 544 | tmp = 0x0; \ |
9398 | 544 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9399 | 544 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9400 | 544 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9401 | 544 | tmp = 0x0; \ |
9402 | 544 | tmp |= fieldname(insn, 3, 1) << 5; \ |
9403 | 544 | tmp |= fieldname(insn, 6, 5) << 0; \ |
9404 | 544 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9405 | 544 | return S; \ |
9406 | 544 | case 215: \ |
9407 | 204 | tmp = 0x0; \ |
9408 | 204 | tmp |= fieldname(insn, 3, 1) << 5; \ |
9409 | 204 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9410 | 204 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9411 | 204 | tmp = fieldname(insn, 4, 12); \ |
9412 | 204 | if (!Check(&S, decodeDispRIX16Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9413 | 204 | tmp = fieldname(insn, 16, 5); \ |
9414 | 204 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9415 | 204 | return S; \ |
9416 | 210 | case 216: \ |
9417 | 210 | tmp = fieldname(insn, 16, 5); \ |
9418 | 210 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9419 | 210 | tmp = fieldname(insn, 21, 5); \ |
9420 | 210 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9421 | 210 | tmp = fieldname(insn, 2, 14); \ |
9422 | 210 | if (!Check(&S, decodeDispRIXOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9423 | 210 | tmp = fieldname(insn, 16, 5); \ |
9424 | 210 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9425 | 210 | return S; \ |
9426 | 391 | case 217: \ |
9427 | 391 | tmp = fieldname(insn, 21, 5); \ |
9428 | 391 | if (!Check(&S, DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9429 | 391 | tmp = fieldname(insn, 2, 14); \ |
9430 | 391 | if (!Check(&S, decodeDispRIXOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9431 | 391 | tmp = fieldname(insn, 16, 5); \ |
9432 | 391 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9433 | 391 | return S; \ |
9434 | 391 | case 218: \ |
9435 | 80 | tmp = fieldname(insn, 23, 3); \ |
9436 | 80 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9437 | 80 | tmp = fieldname(insn, 16, 5); \ |
9438 | 80 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9439 | 80 | tmp = fieldname(insn, 11, 5); \ |
9440 | 80 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9441 | 80 | return S; \ |
9442 | 80 | case 219: \ |
9443 | 8 | tmp = fieldname(insn, 23, 3); \ |
9444 | 8 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9445 | 8 | tmp = fieldname(insn, 11, 5); \ |
9446 | 8 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9447 | 8 | return S; \ |
9448 | 19 | case 220: \ |
9449 | 19 | tmp = fieldname(insn, 21, 5); \ |
9450 | 19 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9451 | 19 | tmp = fieldname(insn, 16, 5); \ |
9452 | 17 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9453 | 17 | tmp = fieldname(insn, 11, 5); \ |
9454 | 15 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9455 | 15 | return S; \ |
9456 | 24 | case 221: \ |
9457 | 24 | tmp = fieldname(insn, 21, 5); \ |
9458 | 24 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9459 | 24 | tmp = fieldname(insn, 16, 5); \ |
9460 | 22 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9461 | 22 | tmp = fieldname(insn, 10, 6); \ |
9462 | 19 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9463 | 19 | return S; \ |
9464 | 21 | case 222: \ |
9465 | 21 | tmp = fieldname(insn, 23, 3); \ |
9466 | 21 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9467 | 21 | tmp = fieldname(insn, 16, 5); \ |
9468 | 21 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9469 | 21 | tmp = fieldname(insn, 11, 5); \ |
9470 | 20 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9471 | 20 | return S; \ |
9472 | 23 | case 223: \ |
9473 | 23 | tmp = fieldname(insn, 23, 3); \ |
9474 | 23 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9475 | 23 | tmp = fieldname(insn, 16, 5); \ |
9476 | 23 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9477 | 23 | tmp = fieldname(insn, 11, 5); \ |
9478 | 23 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9479 | 23 | return S; \ |
9480 | 42 | case 224: \ |
9481 | 42 | tmp = fieldname(insn, 23, 3); \ |
9482 | 42 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9483 | 42 | tmp = fieldname(insn, 16, 5); \ |
9484 | 42 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9485 | 42 | tmp = fieldname(insn, 10, 6); \ |
9486 | 41 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9487 | 41 | return S; \ |
9488 | 188 | case 225: \ |
9489 | 188 | tmp = fieldname(insn, 21, 5); \ |
9490 | 188 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9491 | 188 | tmp = fieldname(insn, 11, 5); \ |
9492 | 186 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9493 | 186 | return S; \ |
9494 | 186 | case 226: \ |
9495 | 16 | tmp = fieldname(insn, 21, 5); \ |
9496 | 16 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9497 | 16 | tmp = fieldname(insn, 11, 5); \ |
9498 | 15 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9499 | 15 | return S; \ |
9500 | 36 | case 227: \ |
9501 | 36 | tmp = fieldname(insn, 21, 5); \ |
9502 | 36 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9503 | 36 | tmp = fieldname(insn, 11, 5); \ |
9504 | 36 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9505 | 36 | return S; \ |
9506 | 68 | case 228: \ |
9507 | 68 | tmp = fieldname(insn, 21, 5); \ |
9508 | 68 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9509 | 68 | tmp = fieldname(insn, 19, 2); \ |
9510 | 68 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9511 | 68 | tmp = fieldname(insn, 11, 5); \ |
9512 | 68 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9513 | 68 | return S; \ |
9514 | 68 | case 229: \ |
9515 | 31 | tmp = fieldname(insn, 21, 5); \ |
9516 | 31 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9517 | 31 | tmp = fieldname(insn, 20, 1); \ |
9518 | 31 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9519 | 31 | tmp = fieldname(insn, 11, 5); \ |
9520 | 31 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9521 | 31 | return S; \ |
9522 | 31 | case 230: \ |
9523 | 23 | tmp = fieldname(insn, 21, 5); \ |
9524 | 23 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9525 | 23 | tmp = fieldname(insn, 16, 5); \ |
9526 | 21 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9527 | 21 | tmp = fieldname(insn, 11, 5); \ |
9528 | 21 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9529 | 21 | return S; \ |
9530 | 190 | case 231: \ |
9531 | 190 | tmp = fieldname(insn, 21, 5); \ |
9532 | 190 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9533 | 190 | tmp = fieldname(insn, 11, 5); \ |
9534 | 190 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9535 | 190 | return S; \ |
9536 | 190 | case 232: \ |
9537 | 138 | tmp = fieldname(insn, 21, 5); \ |
9538 | 138 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9539 | 138 | tmp = fieldname(insn, 11, 5); \ |
9540 | 138 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9541 | 138 | return S; \ |
9542 | 138 | case 233: \ |
9543 | 60 | tmp = fieldname(insn, 21, 5); \ |
9544 | 60 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9545 | 60 | tmp = fieldname(insn, 16, 5); \ |
9546 | 59 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9547 | 59 | tmp = fieldname(insn, 11, 5); \ |
9548 | 55 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9549 | 55 | tmp = fieldname(insn, 9, 2); \ |
9550 | 53 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9551 | 53 | return S; \ |
9552 | 53 | case 234: \ |
9553 | 8 | tmp = fieldname(insn, 21, 5); \ |
9554 | 8 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9555 | 8 | tmp = fieldname(insn, 16, 5); \ |
9556 | 8 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9557 | 8 | tmp = fieldname(insn, 11, 5); \ |
9558 | 8 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9559 | 8 | tmp = fieldname(insn, 9, 2); \ |
9560 | 7 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9561 | 7 | return S; \ |
9562 | 44 | case 235: \ |
9563 | 44 | tmp = fieldname(insn, 21, 5); \ |
9564 | 44 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9565 | 44 | tmp = fieldname(insn, 16, 5); \ |
9566 | 43 | if (!Check(&S, decodeSImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9567 | 43 | tmp = fieldname(insn, 11, 5); \ |
9568 | 43 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9569 | 43 | tmp = fieldname(insn, 9, 2); \ |
9570 | 40 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9571 | 40 | return S; \ |
9572 | 40 | case 236: \ |
9573 | 17 | tmp = fieldname(insn, 21, 5); \ |
9574 | 17 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9575 | 17 | tmp = fieldname(insn, 16, 1); \ |
9576 | 17 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9577 | 17 | tmp = fieldname(insn, 11, 5); \ |
9578 | 17 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9579 | 17 | tmp = fieldname(insn, 9, 2); \ |
9580 | 15 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9581 | 15 | return S; \ |
9582 | 57 | case 237: \ |
9583 | 57 | tmp = fieldname(insn, 23, 3); \ |
9584 | 57 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9585 | 57 | tmp = fieldname(insn, 16, 6); \ |
9586 | 57 | if (!Check(&S, decodeUImmOperand_6(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9587 | 57 | tmp = fieldname(insn, 11, 5); \ |
9588 | 57 | if (!Check(&S, DecodeFpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9589 | 57 | return S; \ |
9590 | 60 | case 238: \ |
9591 | 60 | tmp = fieldname(insn, 21, 5); \ |
9592 | 60 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9593 | 60 | tmp = fieldname(insn, 21, 5); \ |
9594 | 60 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9595 | 60 | tmp = fieldname(insn, 16, 5); \ |
9596 | 60 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9597 | 60 | tmp = fieldname(insn, 11, 5); \ |
9598 | 60 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9599 | 60 | return S; \ |
9600 | 60 | case 239: \ |
9601 | 10 | tmp = fieldname(insn, 23, 3); \ |
9602 | 10 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9603 | 10 | tmp = fieldname(insn, 16, 7); \ |
9604 | 10 | if (!Check(&S, decodeUImmOperand_7(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9605 | 10 | tmp = fieldname(insn, 11, 5); \ |
9606 | 10 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9607 | 10 | return S; \ |
9608 | 15 | case 240: \ |
9609 | 15 | tmp = fieldname(insn, 21, 5); \ |
9610 | 15 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9611 | 15 | tmp = fieldname(insn, 11, 5); \ |
9612 | 15 | if (!Check(&S, DecodeVFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9613 | 15 | return S; \ |
9614 | 15 | case 241: \ |
9615 | 8 | tmp = fieldname(insn, 21, 5); \ |
9616 | 8 | if (!Check(&S, DecodeVFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9617 | 8 | tmp = fieldname(insn, 11, 5); \ |
9618 | 8 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9619 | 8 | return S; \ |
9620 | 8 | case 242: \ |
9621 | 7 | tmp = fieldname(insn, 21, 5); \ |
9622 | 7 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9623 | 7 | tmp = fieldname(insn, 16, 5); \ |
9624 | 7 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9625 | 7 | tmp = fieldname(insn, 11, 5); \ |
9626 | 7 | if (!Check(&S, DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9627 | 7 | return S; \ |
9628 | 25 | case 243: \ |
9629 | 25 | tmp = fieldname(insn, 21, 5); \ |
9630 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9631 | 25 | tmp = fieldname(insn, 16, 1); \ |
9632 | 25 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9633 | 25 | tmp = fieldname(insn, 11, 5); \ |
9634 | 25 | if (!Check(&S, DecodeVRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9635 | 25 | tmp = fieldname(insn, 9, 2); \ |
9636 | 25 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9637 | 25 | return S; \ |
9638 | 59 | case 244: \ |
9639 | 59 | tmp = fieldname(insn, 23, 3); \ |
9640 | 59 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9641 | 59 | tmp = fieldname(insn, 12, 4); \ |
9642 | 59 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9643 | 59 | tmp = fieldname(insn, 16, 1); \ |
9644 | 59 | MCOperand_CreateImm0(MI, tmp); \ |
9645 | 59 | return S; \ |
9646 | 59 | case 245: \ |
9647 | 26 | tmp = fieldname(insn, 23, 3); \ |
9648 | 26 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9649 | 26 | tmp = fieldname(insn, 12, 4); \ |
9650 | 26 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9651 | 26 | tmp = fieldname(insn, 16, 1); \ |
9652 | 26 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9653 | 26 | return S; \ |
9654 | 26 | case 246: \ |
9655 | 6 | tmp = fieldname(insn, 21, 5); \ |
9656 | 6 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9657 | 6 | return S; \ |
9658 | 165 | case 247: \ |
9659 | 165 | tmp = fieldname(insn, 21, 5); \ |
9660 | 165 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9661 | 165 | tmp = fieldname(insn, 11, 3); \ |
9662 | 165 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9663 | 165 | return S; \ |
9664 | 165 | case 248: \ |
9665 | 10 | tmp = fieldname(insn, 21, 5); \ |
9666 | 10 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9667 | 10 | tmp = fieldname(insn, 11, 2); \ |
9668 | 10 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9669 | 10 | return S; \ |
9670 | 26 | case 249: \ |
9671 | 26 | tmp = fieldname(insn, 17, 8); \ |
9672 | 26 | MCOperand_CreateImm0(MI, tmp); \ |
9673 | 26 | tmp = fieldname(insn, 11, 5); \ |
9674 | 26 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9675 | 26 | tmp = fieldname(insn, 25, 1); \ |
9676 | 26 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9677 | 26 | tmp = fieldname(insn, 16, 1); \ |
9678 | 26 | MCOperand_CreateImm0(MI, tmp); \ |
9679 | 26 | return S; \ |
9680 | 83 | case 250: \ |
9681 | 83 | tmp = fieldname(insn, 21, 5); \ |
9682 | 83 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9683 | 83 | tmp = fieldname(insn, 16, 5); \ |
9684 | 83 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9685 | 83 | tmp = fieldname(insn, 6, 5); \ |
9686 | 83 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9687 | 83 | tmp = fieldname(insn, 11, 5); \ |
9688 | 83 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9689 | 83 | return S; \ |
9690 | 83 | case 251: \ |
9691 | 46 | tmp = fieldname(insn, 21, 5); \ |
9692 | 46 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9693 | 46 | tmp = fieldname(insn, 16, 5); \ |
9694 | 46 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9695 | 46 | tmp = fieldname(insn, 6, 5); \ |
9696 | 46 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9697 | 46 | return S; \ |
9698 | 368 | case 252: \ |
9699 | 368 | tmp = fieldname(insn, 21, 5); \ |
9700 | 368 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9701 | 368 | tmp = fieldname(insn, 16, 5); \ |
9702 | 368 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9703 | 368 | tmp = fieldname(insn, 6, 5); \ |
9704 | 368 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9705 | 368 | tmp = fieldname(insn, 11, 5); \ |
9706 | 368 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9707 | 368 | return S; \ |
9708 | 368 | case 253: \ |
9709 | 102 | tmp = fieldname(insn, 21, 5); \ |
9710 | 102 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9711 | 102 | tmp = 0x0; \ |
9712 | 102 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9713 | 102 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9714 | 102 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9715 | 102 | return S; \ |
9716 | 102 | case 254: \ |
9717 | 17 | tmp = fieldname(insn, 21, 5); \ |
9718 | 17 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9719 | 17 | tmp = fieldname(insn, 16, 5); \ |
9720 | 17 | if (!Check(&S, DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9721 | 17 | tmp = 0x0; \ |
9722 | 17 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9723 | 17 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9724 | 17 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9725 | 17 | return S; \ |
9726 | 17 | case 255: \ |
9727 | 6 | tmp = fieldname(insn, 21, 5); \ |
9728 | 6 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9729 | 6 | tmp = fieldname(insn, 16, 5); \ |
9730 | 6 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9731 | 6 | tmp = 0x0; \ |
9732 | 5 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9733 | 5 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9734 | 5 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9735 | 5 | return S; \ |
9736 | 6 | case 256: \ |
9737 | 6 | tmp = 0x0; \ |
9738 | 6 | tmp |= fieldname(insn, 16, 1) << 5; \ |
9739 | 6 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9740 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9741 | 6 | tmp = 0x0; \ |
9742 | 6 | tmp |= fieldname(insn, 16, 1) << 5; \ |
9743 | 6 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9744 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9745 | 6 | tmp = fieldname(insn, 17, 1); \ |
9746 | 6 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9747 | 6 | tmp = 0x0; \ |
9748 | 6 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9749 | 6 | tmp |= fieldname(insn, 32, 16) << 16; \ |
9750 | 6 | MCOperand_CreateImm0(MI, tmp); \ |
9751 | 6 | return S; \ |
9752 | 18 | case 257: \ |
9753 | 18 | tmp = 0x0; \ |
9754 | 18 | tmp |= fieldname(insn, 16, 1) << 5; \ |
9755 | 18 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9756 | 18 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9757 | 18 | tmp = 0x0; \ |
9758 | 18 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9759 | 18 | tmp |= fieldname(insn, 32, 16) << 16; \ |
9760 | 18 | MCOperand_CreateImm0(MI, tmp); \ |
9761 | 18 | return S; \ |
9762 | 22 | case 258: \ |
9763 | 22 | tmp = fieldname(insn, 21, 5); \ |
9764 | 22 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9765 | 22 | tmp = 0x0; \ |
9766 | 22 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9767 | 22 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9768 | 22 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9769 | 22 | tmp = fieldname(insn, 16, 5); \ |
9770 | 22 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9771 | 22 | return S; \ |
9772 | 22 | case 259: \ |
9773 | 11 | tmp = fieldname(insn, 21, 5); \ |
9774 | 11 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9775 | 11 | tmp = 0x0; \ |
9776 | 11 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9777 | 11 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9778 | 11 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9779 | 11 | tmp = fieldname(insn, 16, 5); \ |
9780 | 11 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9781 | 11 | return S; \ |
9782 | 41 | case 260: \ |
9783 | 41 | tmp = 0x0; \ |
9784 | 41 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9785 | 41 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9786 | 41 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9787 | 41 | tmp = 0x0; \ |
9788 | 41 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9789 | 41 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9790 | 41 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9791 | 41 | tmp = 0x0; \ |
9792 | 41 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9793 | 41 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9794 | 41 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9795 | 41 | tmp = 0x0; \ |
9796 | 41 | tmp |= fieldname(insn, 3, 1) << 5; \ |
9797 | 41 | tmp |= fieldname(insn, 6, 5) << 0; \ |
9798 | 41 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9799 | 41 | tmp = fieldname(insn, 32, 3); \ |
9800 | 41 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9801 | 41 | return S; \ |
9802 | 41 | case 261: \ |
9803 | 6 | tmp = 0x0; \ |
9804 | 6 | tmp |= fieldname(insn, 0, 1) << 5; \ |
9805 | 6 | tmp |= fieldname(insn, 21, 5) << 0; \ |
9806 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9807 | 6 | tmp = 0x0; \ |
9808 | 6 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9809 | 6 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9810 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9811 | 6 | tmp = 0x0; \ |
9812 | 6 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9813 | 6 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9814 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9815 | 6 | tmp = 0x0; \ |
9816 | 6 | tmp |= fieldname(insn, 3, 1) << 5; \ |
9817 | 6 | tmp |= fieldname(insn, 6, 5) << 0; \ |
9818 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9819 | 6 | tmp = fieldname(insn, 32, 8); \ |
9820 | 6 | if (!Check(&S, decodeUImmOperand_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9821 | 6 | return S; \ |
9822 | 18 | case 262: \ |
9823 | 18 | tmp = fieldname(insn, 21, 5); \ |
9824 | 18 | if (!Check(&S, DecodeVFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9825 | 18 | tmp = 0x0; \ |
9826 | 18 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9827 | 18 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9828 | 18 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9829 | 18 | tmp = fieldname(insn, 16, 5); \ |
9830 | 18 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9831 | 18 | return S; \ |
9832 | 18 | case 263: \ |
9833 | 3 | tmp = fieldname(insn, 21, 5); \ |
9834 | 3 | if (!Check(&S, DecodeVFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9835 | 3 | tmp = 0x0; \ |
9836 | 3 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9837 | 3 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9838 | 3 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9839 | 3 | tmp = fieldname(insn, 16, 5); \ |
9840 | 3 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9841 | 3 | return S; \ |
9842 | 15 | case 264: \ |
9843 | 15 | tmp = fieldname(insn, 21, 5); \ |
9844 | 15 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9845 | 15 | tmp = 0x0; \ |
9846 | 15 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9847 | 15 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9848 | 15 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9849 | 15 | tmp = fieldname(insn, 16, 5); \ |
9850 | 15 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9851 | 15 | return S; \ |
9852 | 22 | case 265: \ |
9853 | 22 | tmp = fieldname(insn, 21, 5); \ |
9854 | 22 | if (!Check(&S, DecodeF4RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9855 | 22 | tmp = 0x0; \ |
9856 | 22 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9857 | 22 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9858 | 22 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9859 | 22 | tmp = fieldname(insn, 16, 5); \ |
9860 | 22 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9861 | 22 | return S; \ |
9862 | 22 | case 266: \ |
9863 | 19 | tmp = fieldname(insn, 21, 6); \ |
9864 | 19 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9865 | 19 | tmp = 0x0; \ |
9866 | 19 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9867 | 19 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9868 | 19 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9869 | 19 | tmp = fieldname(insn, 16, 5); \ |
9870 | 19 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9871 | 19 | return S; \ |
9872 | 19 | case 267: \ |
9873 | 6 | tmp = fieldname(insn, 21, 6); \ |
9874 | 6 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9875 | 6 | tmp = 0x0; \ |
9876 | 6 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9877 | 6 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9878 | 6 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9879 | 6 | tmp = fieldname(insn, 16, 5); \ |
9880 | 6 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9881 | 6 | return S; \ |
9882 | 14 | case 268: \ |
9883 | 14 | tmp = fieldname(insn, 21, 5); \ |
9884 | 14 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9885 | 14 | tmp = 0x0; \ |
9886 | 14 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9887 | 14 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9888 | 14 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9889 | 14 | tmp = fieldname(insn, 16, 5); \ |
9890 | 14 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9891 | 14 | return S; \ |
9892 | 14 | case 269: \ |
9893 | 14 | tmp = fieldname(insn, 21, 5); \ |
9894 | 14 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9895 | 14 | tmp = 0x0; \ |
9896 | 14 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9897 | 14 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9898 | 14 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9899 | 14 | tmp = fieldname(insn, 16, 5); \ |
9900 | 14 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9901 | 14 | return S; \ |
9902 | 52 | case 270: \ |
9903 | 52 | tmp = fieldname(insn, 21, 5); \ |
9904 | 52 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9905 | 52 | tmp = 0x0; \ |
9906 | 52 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9907 | 52 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9908 | 52 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9909 | 52 | tmp = fieldname(insn, 16, 5); \ |
9910 | 52 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9911 | 52 | return S; \ |
9912 | 52 | case 271: \ |
9913 | 5 | tmp = fieldname(insn, 21, 5); \ |
9914 | 5 | if (!Check(&S, DecodeG8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9915 | 5 | tmp = 0x0; \ |
9916 | 5 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9917 | 5 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9918 | 5 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9919 | 5 | tmp = fieldname(insn, 16, 5); \ |
9920 | 5 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9921 | 5 | return S; \ |
9922 | 10 | case 272: \ |
9923 | 10 | tmp = 0x0; \ |
9924 | 10 | tmp |= fieldname(insn, 21, 1) << 4; \ |
9925 | 10 | tmp |= fieldname(insn, 22, 4) << 0; \ |
9926 | 10 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9927 | 10 | tmp = 0x0; \ |
9928 | 10 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9929 | 10 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9930 | 10 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9931 | 10 | tmp = fieldname(insn, 16, 5); \ |
9932 | 10 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9933 | 10 | return S; \ |
9934 | 10 | case 273: \ |
9935 | 7 | tmp = 0x0; \ |
9936 | 7 | tmp |= fieldname(insn, 21, 1) << 4; \ |
9937 | 7 | tmp |= fieldname(insn, 22, 4) << 0; \ |
9938 | 7 | if (!Check(&S, DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9939 | 7 | tmp = 0x0; \ |
9940 | 7 | tmp |= fieldname(insn, 0, 16) << 0; \ |
9941 | 7 | tmp |= fieldname(insn, 32, 18) << 16; \ |
9942 | 7 | if (!Check(&S, decodeSImmOperand_34(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9943 | 7 | tmp = fieldname(insn, 16, 5); \ |
9944 | 7 | if (!Check(&S, decodeImmZeroOperand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9945 | 7 | return S; \ |
9946 | 7 | case 274: \ |
9947 | 0 | tmp = fieldname(insn, 23, 3); \ |
9948 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9949 | 0 | tmp = fieldname(insn, 23, 3); \ |
9950 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9951 | 0 | tmp = 0x0; \ |
9952 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9953 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9954 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9955 | 0 | tmp = 0x0; \ |
9956 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9957 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9958 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9959 | 0 | tmp = fieldname(insn, 36, 4); \ |
9960 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9961 | 0 | tmp = fieldname(insn, 32, 4); \ |
9962 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9963 | 0 | tmp = fieldname(insn, 44, 4); \ |
9964 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9965 | 0 | return S; \ |
9966 | 0 | case 275: \ |
9967 | 0 | tmp = fieldname(insn, 23, 3); \ |
9968 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9969 | 0 | tmp = 0x0; \ |
9970 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9971 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9972 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9973 | 0 | tmp = 0x0; \ |
9974 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9975 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9976 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9977 | 0 | tmp = fieldname(insn, 36, 4); \ |
9978 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9979 | 0 | tmp = fieldname(insn, 32, 4); \ |
9980 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9981 | 0 | tmp = fieldname(insn, 44, 4); \ |
9982 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9983 | 0 | return S; \ |
9984 | 0 | case 276: \ |
9985 | 0 | tmp = fieldname(insn, 23, 3); \ |
9986 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9987 | 0 | tmp = fieldname(insn, 23, 3); \ |
9988 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9989 | 0 | tmp = 0x0; \ |
9990 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
9991 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
9992 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9993 | 0 | tmp = 0x0; \ |
9994 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
9995 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
9996 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9997 | 0 | tmp = fieldname(insn, 36, 4); \ |
9998 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
9999 | 0 | tmp = fieldname(insn, 32, 4); \ |
10000 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10001 | 0 | tmp = fieldname(insn, 46, 2); \ |
10002 | 0 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10003 | 0 | return S; \ |
10004 | 0 | case 277: \ |
10005 | 0 | tmp = fieldname(insn, 23, 3); \ |
10006 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10007 | 0 | tmp = 0x0; \ |
10008 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10009 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10010 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10011 | 0 | tmp = 0x0; \ |
10012 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10013 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10014 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10015 | 0 | tmp = fieldname(insn, 36, 4); \ |
10016 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10017 | 0 | tmp = fieldname(insn, 32, 4); \ |
10018 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10019 | 0 | tmp = fieldname(insn, 46, 2); \ |
10020 | 0 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10021 | 0 | return S; \ |
10022 | 0 | case 278: \ |
10023 | 0 | tmp = fieldname(insn, 23, 3); \ |
10024 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10025 | 0 | tmp = fieldname(insn, 23, 3); \ |
10026 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10027 | 0 | tmp = 0x0; \ |
10028 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10029 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10030 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10031 | 0 | tmp = 0x0; \ |
10032 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10033 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10034 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10035 | 0 | tmp = fieldname(insn, 36, 4); \ |
10036 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10037 | 0 | tmp = fieldname(insn, 32, 4); \ |
10038 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10039 | 0 | return S; \ |
10040 | 0 | case 279: \ |
10041 | 0 | tmp = fieldname(insn, 23, 3); \ |
10042 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10043 | 0 | tmp = 0x0; \ |
10044 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10045 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10046 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10047 | 0 | tmp = 0x0; \ |
10048 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10049 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10050 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10051 | 0 | tmp = fieldname(insn, 36, 4); \ |
10052 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10053 | 0 | tmp = fieldname(insn, 32, 4); \ |
10054 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10055 | 0 | return S; \ |
10056 | 0 | case 280: \ |
10057 | 0 | tmp = fieldname(insn, 23, 3); \ |
10058 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10059 | 0 | tmp = fieldname(insn, 23, 3); \ |
10060 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10061 | 0 | tmp = 0x0; \ |
10062 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10063 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10064 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10065 | 0 | tmp = 0x0; \ |
10066 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10067 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10068 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10069 | 0 | tmp = fieldname(insn, 36, 4); \ |
10070 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10071 | 0 | tmp = fieldname(insn, 32, 4); \ |
10072 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10073 | 0 | tmp = fieldname(insn, 40, 8); \ |
10074 | 0 | if (!Check(&S, decodeUImmOperand_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10075 | 0 | return S; \ |
10076 | 0 | case 281: \ |
10077 | 0 | tmp = fieldname(insn, 23, 3); \ |
10078 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10079 | 0 | tmp = 0x0; \ |
10080 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10081 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10082 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10083 | 0 | tmp = 0x0; \ |
10084 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10085 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10086 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10087 | 0 | tmp = fieldname(insn, 36, 4); \ |
10088 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10089 | 0 | tmp = fieldname(insn, 32, 4); \ |
10090 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10091 | 0 | tmp = fieldname(insn, 40, 8); \ |
10092 | 0 | if (!Check(&S, decodeUImmOperand_8(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10093 | 0 | return S; \ |
10094 | 0 | case 282: \ |
10095 | 0 | tmp = fieldname(insn, 23, 3); \ |
10096 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10097 | 0 | tmp = fieldname(insn, 23, 3); \ |
10098 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10099 | 0 | tmp = 0x0; \ |
10100 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10101 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10102 | 0 | if (!Check(&S, decodeVSRpEvenOperands(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10103 | 0 | tmp = 0x0; \ |
10104 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10105 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10106 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10107 | 0 | tmp = fieldname(insn, 36, 4); \ |
10108 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10109 | 0 | tmp = fieldname(insn, 34, 2); \ |
10110 | 0 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10111 | 0 | return S; \ |
10112 | 0 | case 283: \ |
10113 | 0 | tmp = fieldname(insn, 23, 3); \ |
10114 | 0 | if (!Check(&S, DecodeACCRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10115 | 0 | tmp = 0x0; \ |
10116 | 0 | tmp |= fieldname(insn, 2, 1) << 5; \ |
10117 | 0 | tmp |= fieldname(insn, 16, 5) << 0; \ |
10118 | 0 | if (!Check(&S, decodeVSRpEvenOperands(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10119 | 0 | tmp = 0x0; \ |
10120 | 0 | tmp |= fieldname(insn, 1, 1) << 5; \ |
10121 | 0 | tmp |= fieldname(insn, 11, 5) << 0; \ |
10122 | 0 | if (!Check(&S, DecodeVSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10123 | 0 | tmp = fieldname(insn, 36, 4); \ |
10124 | 0 | if (!Check(&S, decodeUImmOperand_4(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10125 | 0 | tmp = fieldname(insn, 34, 2); \ |
10126 | 0 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10127 | 0 | return S; \ |
10128 | 12 | case 284: \ |
10129 | 12 | tmp = fieldname(insn, 21, 5); \ |
10130 | 12 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10131 | 12 | tmp = fieldname(insn, 16, 5); \ |
10132 | 12 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10133 | 12 | tmp = fieldname(insn, 11, 5); \ |
10134 | 12 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10135 | 12 | tmp = fieldname(insn, 10, 1); \ |
10136 | 12 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10137 | 12 | tmp = fieldname(insn, 7, 3); \ |
10138 | 12 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10139 | 12 | return S; \ |
10140 | 502 | case 285: \ |
10141 | 502 | tmp = fieldname(insn, 21, 5); \ |
10142 | 502 | if (!Check(&S, DecodeF8RCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10143 | 502 | tmp = fieldname(insn, 0, 12); \ |
10144 | 502 | MCOperand_CreateImm0(MI, tmp); \ |
10145 | 502 | tmp = fieldname(insn, 16, 5); \ |
10146 | 502 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10147 | 502 | tmp = fieldname(insn, 15, 1); \ |
10148 | 502 | if (!Check(&S, decodeUImmOperand_1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10149 | 502 | tmp = fieldname(insn, 12, 3); \ |
10150 | 502 | if (!Check(&S, decodeUImmOperand_3(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10151 | 502 | return S; \ |
10152 | 502 | case 286: \ |
10153 | 55 | tmp = fieldname(insn, 21, 5); \ |
10154 | 55 | if (!Check(&S, DecodeQBRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10155 | 55 | tmp = fieldname(insn, 16, 5); \ |
10156 | 55 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10157 | 55 | tmp = fieldname(insn, 11, 5); \ |
10158 | 55 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10159 | 55 | return S; \ |
10160 | 93 | case 287: \ |
10161 | 93 | tmp = fieldname(insn, 21, 5); \ |
10162 | 93 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10163 | 93 | tmp = fieldname(insn, 16, 5); \ |
10164 | 93 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10165 | 93 | tmp = fieldname(insn, 11, 5); \ |
10166 | 93 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10167 | 93 | tmp = fieldname(insn, 6, 5); \ |
10168 | 93 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10169 | 93 | return S; \ |
10170 | 238 | case 288: \ |
10171 | 238 | tmp = fieldname(insn, 21, 5); \ |
10172 | 238 | if (!Check(&S, DecodeQBRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10173 | 238 | tmp = fieldname(insn, 16, 5); \ |
10174 | 238 | if (!Check(&S, DecodeQBRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10175 | 238 | tmp = fieldname(insn, 11, 5); \ |
10176 | 238 | if (!Check(&S, DecodeQBRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10177 | 238 | tmp = fieldname(insn, 7, 4); \ |
10178 | 238 | if (!Check(&S, decodeUImmOperand_12(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10179 | 238 | return S; \ |
10180 | 238 | case 289: \ |
10181 | 21 | tmp = fieldname(insn, 21, 5); \ |
10182 | 21 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10183 | 21 | tmp = fieldname(insn, 16, 5); \ |
10184 | 21 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10185 | 21 | tmp = fieldname(insn, 11, 5); \ |
10186 | 21 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10187 | 21 | tmp = fieldname(insn, 9, 2); \ |
10188 | 21 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10189 | 21 | return S; \ |
10190 | 21 | case 290: \ |
10191 | 4 | tmp = fieldname(insn, 21, 5); \ |
10192 | 4 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10193 | 4 | tmp = fieldname(insn, 16, 5); \ |
10194 | 4 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10195 | 4 | tmp = fieldname(insn, 9, 2); \ |
10196 | 4 | if (!Check(&S, decodeUImmOperand_2(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10197 | 4 | return S; \ |
10198 | 154 | case 291: \ |
10199 | 154 | tmp = fieldname(insn, 21, 5); \ |
10200 | 154 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10201 | 154 | tmp = fieldname(insn, 9, 12); \ |
10202 | 154 | if (!Check(&S, decodeUImmOperand_12(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10203 | 154 | return S; \ |
10204 | 154 | case 292: \ |
10205 | 68 | tmp = fieldname(insn, 21, 5); \ |
10206 | 68 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10207 | 68 | tmp = fieldname(insn, 16, 5); \ |
10208 | 68 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10209 | 68 | tmp = fieldname(insn, 11, 5); \ |
10210 | 68 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10211 | 68 | return S; \ |
10212 | 68 | case 293: \ |
10213 | 15 | tmp = fieldname(insn, 21, 5); \ |
10214 | 15 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10215 | 15 | tmp = fieldname(insn, 16, 5); \ |
10216 | 15 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10217 | 15 | tmp = fieldname(insn, 16, 5); \ |
10218 | 15 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10219 | 15 | tmp = fieldname(insn, 11, 5); \ |
10220 | 15 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10221 | 15 | return S; \ |
10222 | 15 | case 294: \ |
10223 | 13 | tmp = fieldname(insn, 21, 5); \ |
10224 | 13 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10225 | 13 | tmp = fieldname(insn, 16, 5); \ |
10226 | 13 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10227 | 13 | tmp = fieldname(insn, 16, 5); \ |
10228 | 13 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10229 | 13 | tmp = fieldname(insn, 11, 5); \ |
10230 | 13 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10231 | 13 | return S; \ |
10232 | 13 | case 295: \ |
10233 | 12 | tmp = fieldname(insn, 16, 5); \ |
10234 | 12 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10235 | 12 | tmp = fieldname(insn, 21, 5); \ |
10236 | 12 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10237 | 12 | tmp = fieldname(insn, 16, 5); \ |
10238 | 12 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10239 | 12 | tmp = fieldname(insn, 11, 5); \ |
10240 | 12 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10241 | 12 | return S; \ |
10242 | 30 | case 296: \ |
10243 | 30 | tmp = fieldname(insn, 16, 5); \ |
10244 | 30 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10245 | 30 | tmp = fieldname(insn, 21, 5); \ |
10246 | 30 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10247 | 30 | tmp = fieldname(insn, 16, 5); \ |
10248 | 30 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10249 | 30 | tmp = fieldname(insn, 11, 5); \ |
10250 | 30 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10251 | 30 | return S; \ |
10252 | 511 | case 297: \ |
10253 | 511 | tmp = fieldname(insn, 21, 5); \ |
10254 | 511 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10255 | 511 | tmp = fieldname(insn, 16, 5); \ |
10256 | 511 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10257 | 511 | tmp = fieldname(insn, 11, 5); \ |
10258 | 511 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10259 | 511 | return S; \ |
10260 | 511 | case 298: \ |
10261 | 9 | tmp = fieldname(insn, 21, 5); \ |
10262 | 9 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10263 | 9 | tmp = fieldname(insn, 11, 5); \ |
10264 | 9 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10265 | 9 | return S; \ |
10266 | 18 | case 299: \ |
10267 | 18 | tmp = fieldname(insn, 21, 5); \ |
10268 | 18 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10269 | 18 | tmp = fieldname(insn, 11, 5); \ |
10270 | 18 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10271 | 18 | return S; \ |
10272 | 144 | case 300: \ |
10273 | 144 | tmp = fieldname(insn, 21, 5); \ |
10274 | 144 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10275 | 144 | tmp = fieldname(insn, 16, 5); \ |
10276 | 144 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10277 | 144 | tmp = fieldname(insn, 6, 5); \ |
10278 | 144 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10279 | 144 | return S; \ |
10280 | 144 | case 301: \ |
10281 | 17 | tmp = fieldname(insn, 21, 5); \ |
10282 | 17 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10283 | 17 | tmp = fieldname(insn, 16, 5); \ |
10284 | 17 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10285 | 17 | tmp = fieldname(insn, 11, 5); \ |
10286 | 17 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10287 | 17 | return S; \ |
10288 | 48 | case 302: \ |
10289 | 48 | tmp = fieldname(insn, 21, 5); \ |
10290 | 48 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10291 | 48 | tmp = fieldname(insn, 16, 5); \ |
10292 | 48 | if (!Check(&S, DecodeQBRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10293 | 48 | tmp = fieldname(insn, 11, 5); \ |
10294 | 48 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10295 | 48 | tmp = fieldname(insn, 6, 5); \ |
10296 | 48 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10297 | 48 | return S; \ |
10298 | 53 | case 303: \ |
10299 | 53 | tmp = fieldname(insn, 21, 5); \ |
10300 | 53 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10301 | 53 | tmp = fieldname(insn, 16, 5); \ |
10302 | 53 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10303 | 53 | tmp = fieldname(insn, 6, 5); \ |
10304 | 53 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10305 | 53 | return S; \ |
10306 | 85 | case 304: \ |
10307 | 85 | tmp = fieldname(insn, 21, 5); \ |
10308 | 85 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10309 | 85 | tmp = fieldname(insn, 16, 5); \ |
10310 | 85 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10311 | 85 | tmp = fieldname(insn, 6, 5); \ |
10312 | 85 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10313 | 85 | tmp = fieldname(insn, 11, 5); \ |
10314 | 85 | if (!Check(&S, DecodeQSRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10315 | 85 | return S; \ |
10316 | 188 | case 305: \ |
10317 | 188 | tmp = fieldname(insn, 21, 5); \ |
10318 | 188 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10319 | 188 | tmp = fieldname(insn, 16, 5); \ |
10320 | 188 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10321 | 188 | tmp = fieldname(insn, 6, 5); \ |
10322 | 188 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10323 | 188 | tmp = fieldname(insn, 11, 5); \ |
10324 | 188 | if (!Check(&S, DecodeQFRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10325 | 188 | return S; \ |
10326 | 188 | case 306: \ |
10327 | 0 | tmp = fieldname(insn, 21, 5); \ |
10328 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10329 | 0 | tmp = fieldname(insn, 16, 5); \ |
10330 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10331 | 0 | tmp = fieldname(insn, 11, 5); \ |
10332 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10333 | 0 | return S; \ |
10334 | 0 | case 307: \ |
10335 | 0 | tmp = fieldname(insn, 21, 5); \ |
10336 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10337 | 0 | tmp = fieldname(insn, 16, 5); \ |
10338 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10339 | 0 | tmp = fieldname(insn, 11, 5); \ |
10340 | 0 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10341 | 0 | return S; \ |
10342 | 0 | case 308: \ |
10343 | 0 | tmp = fieldname(insn, 21, 5); \ |
10344 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10345 | 0 | tmp = fieldname(insn, 16, 5); \ |
10346 | 0 | if (!Check(&S, decodeUImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10347 | 0 | tmp = fieldname(insn, 11, 5); \ |
10348 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10349 | 0 | return S; \ |
10350 | 0 | case 309: \ |
10351 | 0 | tmp = fieldname(insn, 21, 5); \ |
10352 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10353 | 0 | tmp = fieldname(insn, 16, 5); \ |
10354 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10355 | 0 | return S; \ |
10356 | 0 | case 310: \ |
10357 | 0 | tmp = fieldname(insn, 21, 5); \ |
10358 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10359 | 0 | tmp = fieldname(insn, 16, 5); \ |
10360 | 0 | if (!Check(&S, decodeSImmOperand_5(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10361 | 0 | return S; \ |
10362 | 0 | case 311: \ |
10363 | 0 | tmp = fieldname(insn, 21, 5); \ |
10364 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10365 | 0 | tmp = fieldname(insn, 16, 5); \ |
10366 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10367 | 0 | tmp = fieldname(insn, 11, 5); \ |
10368 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10369 | 0 | return S; \ |
10370 | 0 | case 312: \ |
10371 | 0 | tmp = fieldname(insn, 23, 3); \ |
10372 | 0 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10373 | 0 | tmp = fieldname(insn, 16, 5); \ |
10374 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10375 | 0 | tmp = fieldname(insn, 11, 5); \ |
10376 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10377 | 0 | return S; \ |
10378 | 0 | case 313: \ |
10379 | 0 | tmp = fieldname(insn, 21, 5); \ |
10380 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10381 | 0 | tmp = fieldname(insn, 16, 5); \ |
10382 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10383 | 0 | tmp = fieldname(insn, 11, 5); \ |
10384 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10385 | 0 | tmp = fieldname(insn, 0, 3); \ |
10386 | 0 | if (!Check(&S, DecodeCRRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10387 | 0 | return S; \ |
10388 | 0 | case 314: \ |
10389 | 0 | tmp = fieldname(insn, 21, 5); \ |
10390 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10391 | 0 | tmp = fieldname(insn, 11, 5); \ |
10392 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10393 | 0 | return S; \ |
10394 | 0 | case 315: \ |
10395 | 0 | tmp = fieldname(insn, 21, 5); \ |
10396 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10397 | 0 | tmp = fieldname(insn, 11, 5); \ |
10398 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10399 | 0 | return S; \ |
10400 | 0 | case 316: \ |
10401 | 0 | tmp = fieldname(insn, 21, 5); \ |
10402 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10403 | 0 | tmp = fieldname(insn, 11, 5); \ |
10404 | 0 | if (!Check(&S, DecodeGPRCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10405 | 0 | return S; \ |
10406 | 0 | case 317: \ |
10407 | 0 | tmp = fieldname(insn, 21, 5); \ |
10408 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10409 | 0 | tmp = fieldname(insn, 16, 5); \ |
10410 | 0 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10411 | 0 | tmp = fieldname(insn, 11, 5); \ |
10412 | 0 | if (!Check(&S, DecodePointerLikeRegClass0(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10413 | 0 | return S; \ |
10414 | 0 | case 318: \ |
10415 | 0 | tmp = fieldname(insn, 21, 5); \ |
10416 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10417 | 0 | tmp = fieldname(insn, 11, 5); \ |
10418 | 0 | if (!Check(&S, decodeDispSPE8Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10419 | 0 | tmp = fieldname(insn, 16, 5); \ |
10420 | 0 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10421 | 0 | return S; \ |
10422 | 0 | case 319: \ |
10423 | 0 | tmp = fieldname(insn, 21, 5); \ |
10424 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10425 | 0 | tmp = fieldname(insn, 11, 5); \ |
10426 | 0 | if (!Check(&S, decodeDispSPE2Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10427 | 0 | tmp = fieldname(insn, 16, 5); \ |
10428 | 0 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10429 | 0 | return S; \ |
10430 | 0 | case 320: \ |
10431 | 0 | tmp = fieldname(insn, 21, 5); \ |
10432 | 0 | if (!Check(&S, DecodeSPERCRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10433 | 0 | tmp = fieldname(insn, 11, 5); \ |
10434 | 0 | if (!Check(&S, decodeDispSPE4Operand(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10435 | 0 | tmp = fieldname(insn, 16, 5); \ |
10436 | 0 | if (!Check(&S, DecodePointerLikeRegClass1(MI, tmp, Address, Decoder))) { return MCDisassembler_Fail; } \ |
10437 | 0 | return S; \ |
10438 | 39.1k | } \ |
10439 | 39.1k | } |
10440 | | |
10441 | | #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ |
10442 | | static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ |
10443 | 98.5k | InsnType insn, uint64_t Address, const void *Decoder) { \ |
10444 | 98.5k | const uint8_t *Ptr = DecodeTable; \ |
10445 | 98.5k | uint64_t CurFieldValue = 0; \ |
10446 | 98.5k | DecodeStatus S = MCDisassembler_Success; \ |
10447 | 2.54M | while (true) { \ |
10448 | 2.54M | switch (*Ptr) { \ |
10449 | 0 | default: \ |
10450 | 0 | return MCDisassembler_Fail; \ |
10451 | 168k | case MCD_OPC_ExtractField: { \ |
10452 | 168k | unsigned Start = *++Ptr; \ |
10453 | 168k | unsigned Len = *++Ptr; \ |
10454 | 168k | ++Ptr; \ |
10455 | 168k | CurFieldValue = fieldname(insn, Start, Len); \ |
10456 | 168k | break; \ |
10457 | 0 | } \ |
10458 | 2.25M | case MCD_OPC_FilterValue: { \ |
10459 | 2.25M | /* Decode the field value. */ \ |
10460 | 2.25M | unsigned Len; \ |
10461 | 2.25M | uint64_t Val = decodeULEB128(++Ptr, &Len); \ |
10462 | 2.25M | Ptr += Len; \ |
10463 | 2.25M | /* NumToSkip is a plain 24-bit integer. */ \ |
10464 | 2.25M | unsigned NumToSkip = *Ptr++; \ |
10465 | 2.25M | NumToSkip |= (*Ptr++) << 8; \ |
10466 | 2.25M | NumToSkip |= (*Ptr++) << 16; \ |
10467 | 2.25M | /* Perform the filter operation. */ \ |
10468 | 2.25M | if (Val != CurFieldValue) \ |
10469 | 2.25M | Ptr += NumToSkip; \ |
10470 | 2.25M | break; \ |
10471 | 0 | } \ |
10472 | 12.9k | case MCD_OPC_CheckField: { \ |
10473 | 12.9k | unsigned Start = *++Ptr; \ |
10474 | 12.9k | unsigned Len = *++Ptr; \ |
10475 | 12.9k | uint64_t FieldValue = fieldname(insn, Start, Len); \ |
10476 | 12.9k | /* Decode the field value. */ \ |
10477 | 12.9k | unsigned PtrLen = 0; \ |
10478 | 12.9k | uint64_t ExpectedValue = decodeULEB128(++Ptr, &PtrLen); \ |
10479 | 12.9k | Ptr += PtrLen; \ |
10480 | 12.9k | /* NumToSkip is a plain 24-bit integer. */ \ |
10481 | 12.9k | unsigned NumToSkip = *Ptr++; \ |
10482 | 12.9k | NumToSkip |= (*Ptr++) << 8; \ |
10483 | 12.9k | NumToSkip |= (*Ptr++) << 16; \ |
10484 | 12.9k | /* If the actual and expected values don't match, skip. */ \ |
10485 | 12.9k | if (ExpectedValue != FieldValue) \ |
10486 | 12.9k | Ptr += NumToSkip; \ |
10487 | 12.9k | break; \ |
10488 | 0 | } \ |
10489 | 11.3k | case MCD_OPC_CheckPredicate: { \ |
10490 | 11.3k | unsigned Len; \ |
10491 | 11.3k | /* Decode the Predicate Index value. */ \ |
10492 | 11.3k | unsigned PIdx = decodeULEB128(++Ptr, &Len); \ |
10493 | 11.3k | Ptr += Len; \ |
10494 | 11.3k | /* NumToSkip is a plain 24-bit integer. */ \ |
10495 | 11.3k | unsigned NumToSkip = *Ptr++; \ |
10496 | 11.3k | NumToSkip |= (*Ptr++) << 8; \ |
10497 | 11.3k | NumToSkip |= (*Ptr++) << 16; \ |
10498 | 11.3k | /* Check the predicate. */ \ |
10499 | 11.3k | bool Pred = checkDecoderPredicate(MI, PIdx); \ |
10500 | 11.3k | if (!Pred) \ |
10501 | 11.3k | Ptr += NumToSkip; \ |
10502 | 11.3k | break; \ |
10503 | 0 | } \ |
10504 | 39.1k | case MCD_OPC_Decode: { \ |
10505 | 39.1k | unsigned Len; \ |
10506 | 39.1k | /* Decode the Opcode value. */ \ |
10507 | 39.1k | unsigned Opc = decodeULEB128(++Ptr, &Len); \ |
10508 | 39.1k | Ptr += Len; \ |
10509 | 39.1k | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \ |
10510 | 39.1k | Ptr += Len; \ |
10511 | 39.1k | MCInst_clear(MI); \ |
10512 | 39.1k | MCInst_setOpcode(MI, Opc); \ |
10513 | 39.1k | bool DecodeComplete; \ |
10514 | 39.1k | S = decoder(S, DecodeIdx, insn, MI, Address, Decoder, &DecodeComplete); \ |
10515 | 39.1k | return S; \ |
10516 | 0 | } \ |
10517 | 0 | case MCD_OPC_TryDecode: { \ |
10518 | 0 | unsigned Len; \ |
10519 | 0 | /* Decode the Opcode value. */ \ |
10520 | 0 | unsigned Opc = decodeULEB128(++Ptr, &Len); \ |
10521 | 0 | Ptr += Len; \ |
10522 | 0 | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \ |
10523 | 0 | Ptr += Len; \ |
10524 | 0 | /* NumToSkip is a plain 24-bit integer. */ \ |
10525 | 0 | unsigned NumToSkip = *Ptr++; \ |
10526 | 0 | NumToSkip |= (*Ptr++) << 8; \ |
10527 | 0 | NumToSkip |= (*Ptr++) << 16; \ |
10528 | 0 | /* Perform the decode operation. */ \ |
10529 | 0 | MCInst_setOpcode(MI, Opc); \ |
10530 | 0 | bool DecodeComplete; \ |
10531 | 0 | S = decoder(S, DecodeIdx, insn, MI, Address, Decoder, &DecodeComplete); \ |
10532 | 0 | if (DecodeComplete) { \ |
10533 | 0 | /* Decoding complete. */ \ |
10534 | 0 | return S; \ |
10535 | 0 | } else { \ |
10536 | 0 | /* LLVM uses a MCInst on the stack, but for our use case, */ \ |
10537 | 0 | /* it is enough for now to reset the op counter. */ \ |
10538 | 0 | MCInst_clear(MI); \ |
10539 | 0 | /* If the decoding was incomplete, skip. */ \ |
10540 | 0 | Ptr += NumToSkip; \ |
10541 | 0 | /* Reset decode status. This also drops a SoftFail status that could be */ \ |
10542 | 0 | /* set before the decode attempt. */ \ |
10543 | 0 | S = MCDisassembler_Success; \ |
10544 | 0 | } \ |
10545 | 0 | break; \ |
10546 | 0 | } \ |
10547 | 0 | case MCD_OPC_SoftFail: { \ |
10548 | 0 | /* Decode the mask values. */ \ |
10549 | 0 | unsigned Len; \ |
10550 | 0 | uint64_t PositiveMask = decodeULEB128(++Ptr, &Len); \ |
10551 | 0 | Ptr += Len; \ |
10552 | 0 | uint64_t NegativeMask = decodeULEB128(Ptr, &Len); \ |
10553 | 0 | Ptr += Len; \ |
10554 | 0 | bool Fail = (insn & PositiveMask) != 0 || (~insn & NegativeMask) != 0; \ |
10555 | 0 | if (Fail) \ |
10556 | 0 | S = MCDisassembler_SoftFail; \ |
10557 | 0 | break; \ |
10558 | 0 | } \ |
10559 | 59.3k | case MCD_OPC_Fail: { \ |
10560 | 59.3k | return MCDisassembler_Fail; \ |
10561 | 0 | } \ |
10562 | 2.54M | } \ |
10563 | 2.54M | } \ |
10564 | 98.5k | /* Bogisity detected in disassembler state machine! */ \ |
10565 | 98.5k | } |
10566 | | |
10567 | | FieldFromInstruction(fieldFromInstruction_4, uint64_t) |
10568 | | DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint64_t) |
10569 | | DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint64_t) |