gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / opcodes / aarch64-asm-2.c
1 /* This file is automatically generated by aarch64-gen. Do not edit! */
2 /* Copyright (C) 2012-2020 Free Software Foundation, Inc.
3 Contributed by ARM Ltd.
4
5 This file is part of the GNU opcodes library.
6
7 This library is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
11
12 It is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; see the file COPYING3. If not,
19 see <http://www.gnu.org/licenses/>. */
20
21 #include "sysdep.h"
22 #include "aarch64-asm.h"
23
24
25 const aarch64_opcode *
26 aarch64_find_real_opcode (const aarch64_opcode *opcode)
27 {
28 /* Use the index as the key to locate the real opcode. */
29 int key = opcode - aarch64_opcode_table;
30 int value;
31 switch (key)
32 {
33 case 3: /* ngc */
34 case 2: /* sbc */
35 value = 2; /* --> sbc. */
36 break;
37 case 5: /* ngcs */
38 case 4: /* sbcs */
39 value = 4; /* --> sbcs. */
40 break;
41 case 8: /* cmn */
42 case 7: /* adds */
43 value = 7; /* --> adds. */
44 break;
45 case 11: /* cmp */
46 case 10: /* subs */
47 value = 10; /* --> subs. */
48 break;
49 case 13: /* mov */
50 case 12: /* add */
51 value = 12; /* --> add. */
52 break;
53 case 15: /* cmn */
54 case 14: /* adds */
55 value = 14; /* --> adds. */
56 break;
57 case 18: /* cmp */
58 case 17: /* subs */
59 value = 17; /* --> subs. */
60 break;
61 case 23: /* cmn */
62 case 22: /* adds */
63 value = 22; /* --> adds. */
64 break;
65 case 25: /* neg */
66 case 24: /* sub */
67 value = 24; /* --> sub. */
68 break;
69 case 27: /* cmp */
70 case 28: /* negs */
71 case 26: /* subs */
72 value = 26; /* --> subs. */
73 break;
74 case 153: /* mov */
75 case 152: /* umov */
76 value = 152; /* --> umov. */
77 break;
78 case 155: /* mov */
79 case 154: /* ins */
80 value = 154; /* --> ins. */
81 break;
82 case 157: /* mov */
83 case 156: /* ins */
84 value = 156; /* --> ins. */
85 break;
86 case 243: /* mvn */
87 case 242: /* not */
88 value = 242; /* --> not. */
89 break;
90 case 318: /* mov */
91 case 317: /* orr */
92 value = 317; /* --> orr. */
93 break;
94 case 389: /* sxtl */
95 case 388: /* sshll */
96 value = 388; /* --> sshll. */
97 break;
98 case 391: /* sxtl2 */
99 case 390: /* sshll2 */
100 value = 390; /* --> sshll2. */
101 break;
102 case 413: /* uxtl */
103 case 412: /* ushll */
104 value = 412; /* --> ushll. */
105 break;
106 case 415: /* uxtl2 */
107 case 414: /* ushll2 */
108 value = 414; /* --> ushll2. */
109 break;
110 case 536: /* mov */
111 case 535: /* dup */
112 value = 535; /* --> dup. */
113 break;
114 case 623: /* sxtw */
115 case 622: /* sxth */
116 case 621: /* sxtb */
117 case 624: /* asr */
118 case 620: /* sbfx */
119 case 619: /* sbfiz */
120 case 618: /* sbfm */
121 value = 618; /* --> sbfm. */
122 break;
123 case 627: /* bfc */
124 case 628: /* bfxil */
125 case 626: /* bfi */
126 case 625: /* bfm */
127 value = 625; /* --> bfm. */
128 break;
129 case 633: /* uxth */
130 case 632: /* uxtb */
131 case 635: /* lsr */
132 case 634: /* lsl */
133 case 631: /* ubfx */
134 case 630: /* ubfiz */
135 case 629: /* ubfm */
136 value = 629; /* --> ubfm. */
137 break;
138 case 665: /* cset */
139 case 664: /* cinc */
140 case 663: /* csinc */
141 value = 663; /* --> csinc. */
142 break;
143 case 668: /* csetm */
144 case 667: /* cinv */
145 case 666: /* csinv */
146 value = 666; /* --> csinv. */
147 break;
148 case 670: /* cneg */
149 case 669: /* csneg */
150 value = 669; /* --> csneg. */
151 break;
152 case 688: /* rev */
153 case 689: /* rev64 */
154 value = 688; /* --> rev. */
155 break;
156 case 714: /* lsl */
157 case 713: /* lslv */
158 value = 713; /* --> lslv. */
159 break;
160 case 716: /* lsr */
161 case 715: /* lsrv */
162 value = 715; /* --> lsrv. */
163 break;
164 case 718: /* asr */
165 case 717: /* asrv */
166 value = 717; /* --> asrv. */
167 break;
168 case 720: /* ror */
169 case 719: /* rorv */
170 value = 719; /* --> rorv. */
171 break;
172 case 723: /* cmpp */
173 case 722: /* subps */
174 value = 722; /* --> subps. */
175 break;
176 case 736: /* mul */
177 case 735: /* madd */
178 value = 735; /* --> madd. */
179 break;
180 case 738: /* mneg */
181 case 737: /* msub */
182 value = 737; /* --> msub. */
183 break;
184 case 740: /* smull */
185 case 739: /* smaddl */
186 value = 739; /* --> smaddl. */
187 break;
188 case 742: /* smnegl */
189 case 741: /* smsubl */
190 value = 741; /* --> smsubl. */
191 break;
192 case 745: /* umull */
193 case 744: /* umaddl */
194 value = 744; /* --> umaddl. */
195 break;
196 case 747: /* umnegl */
197 case 746: /* umsubl */
198 value = 746; /* --> umsubl. */
199 break;
200 case 759: /* ror */
201 case 758: /* extr */
202 value = 758; /* --> extr. */
203 break;
204 case 992: /* bic */
205 case 991: /* and */
206 value = 991; /* --> and. */
207 break;
208 case 994: /* mov */
209 case 993: /* orr */
210 value = 993; /* --> orr. */
211 break;
212 case 997: /* tst */
213 case 996: /* ands */
214 value = 996; /* --> ands. */
215 break;
216 case 1002: /* uxtw */
217 case 1001: /* mov */
218 case 1000: /* orr */
219 value = 1000; /* --> orr. */
220 break;
221 case 1004: /* mvn */
222 case 1003: /* orn */
223 value = 1003; /* --> orn. */
224 break;
225 case 1008: /* tst */
226 case 1007: /* ands */
227 value = 1007; /* --> ands. */
228 break;
229 case 1134: /* staddb */
230 case 1038: /* ldaddb */
231 value = 1038; /* --> ldaddb. */
232 break;
233 case 1135: /* staddh */
234 case 1039: /* ldaddh */
235 value = 1039; /* --> ldaddh. */
236 break;
237 case 1136: /* stadd */
238 case 1040: /* ldadd */
239 value = 1040; /* --> ldadd. */
240 break;
241 case 1137: /* staddlb */
242 case 1042: /* ldaddlb */
243 value = 1042; /* --> ldaddlb. */
244 break;
245 case 1138: /* staddlh */
246 case 1045: /* ldaddlh */
247 value = 1045; /* --> ldaddlh. */
248 break;
249 case 1139: /* staddl */
250 case 1048: /* ldaddl */
251 value = 1048; /* --> ldaddl. */
252 break;
253 case 1140: /* stclrb */
254 case 1050: /* ldclrb */
255 value = 1050; /* --> ldclrb. */
256 break;
257 case 1141: /* stclrh */
258 case 1051: /* ldclrh */
259 value = 1051; /* --> ldclrh. */
260 break;
261 case 1142: /* stclr */
262 case 1052: /* ldclr */
263 value = 1052; /* --> ldclr. */
264 break;
265 case 1143: /* stclrlb */
266 case 1054: /* ldclrlb */
267 value = 1054; /* --> ldclrlb. */
268 break;
269 case 1144: /* stclrlh */
270 case 1057: /* ldclrlh */
271 value = 1057; /* --> ldclrlh. */
272 break;
273 case 1145: /* stclrl */
274 case 1060: /* ldclrl */
275 value = 1060; /* --> ldclrl. */
276 break;
277 case 1146: /* steorb */
278 case 1062: /* ldeorb */
279 value = 1062; /* --> ldeorb. */
280 break;
281 case 1147: /* steorh */
282 case 1063: /* ldeorh */
283 value = 1063; /* --> ldeorh. */
284 break;
285 case 1148: /* steor */
286 case 1064: /* ldeor */
287 value = 1064; /* --> ldeor. */
288 break;
289 case 1149: /* steorlb */
290 case 1066: /* ldeorlb */
291 value = 1066; /* --> ldeorlb. */
292 break;
293 case 1150: /* steorlh */
294 case 1069: /* ldeorlh */
295 value = 1069; /* --> ldeorlh. */
296 break;
297 case 1151: /* steorl */
298 case 1072: /* ldeorl */
299 value = 1072; /* --> ldeorl. */
300 break;
301 case 1152: /* stsetb */
302 case 1074: /* ldsetb */
303 value = 1074; /* --> ldsetb. */
304 break;
305 case 1153: /* stseth */
306 case 1075: /* ldseth */
307 value = 1075; /* --> ldseth. */
308 break;
309 case 1154: /* stset */
310 case 1076: /* ldset */
311 value = 1076; /* --> ldset. */
312 break;
313 case 1155: /* stsetlb */
314 case 1078: /* ldsetlb */
315 value = 1078; /* --> ldsetlb. */
316 break;
317 case 1156: /* stsetlh */
318 case 1081: /* ldsetlh */
319 value = 1081; /* --> ldsetlh. */
320 break;
321 case 1157: /* stsetl */
322 case 1084: /* ldsetl */
323 value = 1084; /* --> ldsetl. */
324 break;
325 case 1158: /* stsmaxb */
326 case 1086: /* ldsmaxb */
327 value = 1086; /* --> ldsmaxb. */
328 break;
329 case 1159: /* stsmaxh */
330 case 1087: /* ldsmaxh */
331 value = 1087; /* --> ldsmaxh. */
332 break;
333 case 1160: /* stsmax */
334 case 1088: /* ldsmax */
335 value = 1088; /* --> ldsmax. */
336 break;
337 case 1161: /* stsmaxlb */
338 case 1090: /* ldsmaxlb */
339 value = 1090; /* --> ldsmaxlb. */
340 break;
341 case 1162: /* stsmaxlh */
342 case 1093: /* ldsmaxlh */
343 value = 1093; /* --> ldsmaxlh. */
344 break;
345 case 1163: /* stsmaxl */
346 case 1096: /* ldsmaxl */
347 value = 1096; /* --> ldsmaxl. */
348 break;
349 case 1164: /* stsminb */
350 case 1098: /* ldsminb */
351 value = 1098; /* --> ldsminb. */
352 break;
353 case 1165: /* stsminh */
354 case 1099: /* ldsminh */
355 value = 1099; /* --> ldsminh. */
356 break;
357 case 1166: /* stsmin */
358 case 1100: /* ldsmin */
359 value = 1100; /* --> ldsmin. */
360 break;
361 case 1167: /* stsminlb */
362 case 1102: /* ldsminlb */
363 value = 1102; /* --> ldsminlb. */
364 break;
365 case 1168: /* stsminlh */
366 case 1105: /* ldsminlh */
367 value = 1105; /* --> ldsminlh. */
368 break;
369 case 1169: /* stsminl */
370 case 1108: /* ldsminl */
371 value = 1108; /* --> ldsminl. */
372 break;
373 case 1170: /* stumaxb */
374 case 1110: /* ldumaxb */
375 value = 1110; /* --> ldumaxb. */
376 break;
377 case 1171: /* stumaxh */
378 case 1111: /* ldumaxh */
379 value = 1111; /* --> ldumaxh. */
380 break;
381 case 1172: /* stumax */
382 case 1112: /* ldumax */
383 value = 1112; /* --> ldumax. */
384 break;
385 case 1173: /* stumaxlb */
386 case 1114: /* ldumaxlb */
387 value = 1114; /* --> ldumaxlb. */
388 break;
389 case 1174: /* stumaxlh */
390 case 1117: /* ldumaxlh */
391 value = 1117; /* --> ldumaxlh. */
392 break;
393 case 1175: /* stumaxl */
394 case 1120: /* ldumaxl */
395 value = 1120; /* --> ldumaxl. */
396 break;
397 case 1176: /* stuminb */
398 case 1122: /* lduminb */
399 value = 1122; /* --> lduminb. */
400 break;
401 case 1177: /* stuminh */
402 case 1123: /* lduminh */
403 value = 1123; /* --> lduminh. */
404 break;
405 case 1178: /* stumin */
406 case 1124: /* ldumin */
407 value = 1124; /* --> ldumin. */
408 break;
409 case 1179: /* stuminlb */
410 case 1126: /* lduminlb */
411 value = 1126; /* --> lduminlb. */
412 break;
413 case 1180: /* stuminlh */
414 case 1129: /* lduminlh */
415 value = 1129; /* --> lduminlh. */
416 break;
417 case 1181: /* stuminl */
418 case 1132: /* lduminl */
419 value = 1132; /* --> lduminl. */
420 break;
421 case 1183: /* mov */
422 case 1182: /* movn */
423 value = 1182; /* --> movn. */
424 break;
425 case 1185: /* mov */
426 case 1184: /* movz */
427 value = 1184; /* --> movz. */
428 break;
429 case 1238: /* autibsp */
430 case 1237: /* autibz */
431 case 1236: /* autiasp */
432 case 1235: /* autiaz */
433 case 1234: /* pacibsp */
434 case 1233: /* pacibz */
435 case 1232: /* paciasp */
436 case 1231: /* paciaz */
437 case 1211: /* tsb */
438 case 1210: /* psb */
439 case 1209: /* esb */
440 case 1208: /* autib1716 */
441 case 1207: /* autia1716 */
442 case 1206: /* pacib1716 */
443 case 1205: /* pacia1716 */
444 case 1204: /* xpaclri */
445 case 1202: /* sevl */
446 case 1201: /* sev */
447 case 1200: /* wfi */
448 case 1199: /* wfe */
449 case 1198: /* yield */
450 case 1197: /* bti */
451 case 1196: /* csdb */
452 case 1195: /* nop */
453 case 1194: /* hint */
454 value = 1194; /* --> hint. */
455 break;
456 case 1215: /* pssbb */
457 case 1214: /* ssbb */
458 case 1213: /* dsb */
459 value = 1213; /* --> dsb. */
460 break;
461 case 1226: /* cpp */
462 case 1225: /* dvp */
463 case 1224: /* cfp */
464 case 1223: /* tlbi */
465 case 1222: /* ic */
466 case 1221: /* dc */
467 case 1220: /* at */
468 case 1219: /* sys */
469 value = 1219; /* --> sys. */
470 break;
471 case 2036: /* bic */
472 case 1286: /* and */
473 value = 1286; /* --> and. */
474 break;
475 case 1269: /* mov */
476 case 1288: /* and */
477 value = 1288; /* --> and. */
478 break;
479 case 1273: /* movs */
480 case 1289: /* ands */
481 value = 1289; /* --> ands. */
482 break;
483 case 2037: /* cmple */
484 case 1324: /* cmpge */
485 value = 1324; /* --> cmpge. */
486 break;
487 case 2040: /* cmplt */
488 case 1327: /* cmpgt */
489 value = 1327; /* --> cmpgt. */
490 break;
491 case 2038: /* cmplo */
492 case 1329: /* cmphi */
493 value = 1329; /* --> cmphi. */
494 break;
495 case 2039: /* cmpls */
496 case 1332: /* cmphs */
497 value = 1332; /* --> cmphs. */
498 break;
499 case 1266: /* mov */
500 case 1354: /* cpy */
501 value = 1354; /* --> cpy. */
502 break;
503 case 1268: /* mov */
504 case 1355: /* cpy */
505 value = 1355; /* --> cpy. */
506 break;
507 case 2047: /* fmov */
508 case 1271: /* mov */
509 case 1356: /* cpy */
510 value = 1356; /* --> cpy. */
511 break;
512 case 1261: /* mov */
513 case 1368: /* dup */
514 value = 1368; /* --> dup. */
515 break;
516 case 1263: /* mov */
517 case 1260: /* mov */
518 case 1369: /* dup */
519 value = 1369; /* --> dup. */
520 break;
521 case 2046: /* fmov */
522 case 1265: /* mov */
523 case 1370: /* dup */
524 value = 1370; /* --> dup. */
525 break;
526 case 1264: /* mov */
527 case 1371: /* dupm */
528 value = 1371; /* --> dupm. */
529 break;
530 case 2041: /* eon */
531 case 1373: /* eor */
532 value = 1373; /* --> eor. */
533 break;
534 case 1274: /* not */
535 case 1375: /* eor */
536 value = 1375; /* --> eor. */
537 break;
538 case 1275: /* nots */
539 case 1376: /* eors */
540 value = 1376; /* --> eors. */
541 break;
542 case 2042: /* facle */
543 case 1381: /* facge */
544 value = 1381; /* --> facge. */
545 break;
546 case 2043: /* faclt */
547 case 1382: /* facgt */
548 value = 1382; /* --> facgt. */
549 break;
550 case 2044: /* fcmle */
551 case 1395: /* fcmge */
552 value = 1395; /* --> fcmge. */
553 break;
554 case 2045: /* fcmlt */
555 case 1397: /* fcmgt */
556 value = 1397; /* --> fcmgt. */
557 break;
558 case 1258: /* fmov */
559 case 1403: /* fcpy */
560 value = 1403; /* --> fcpy. */
561 break;
562 case 1257: /* fmov */
563 case 1426: /* fdup */
564 value = 1426; /* --> fdup. */
565 break;
566 case 1259: /* mov */
567 case 1757: /* orr */
568 value = 1757; /* --> orr. */
569 break;
570 case 2048: /* orn */
571 case 1758: /* orr */
572 value = 1758; /* --> orr. */
573 break;
574 case 1262: /* mov */
575 case 1760: /* orr */
576 value = 1760; /* --> orr. */
577 break;
578 case 1272: /* movs */
579 case 1761: /* orrs */
580 value = 1761; /* --> orrs. */
581 break;
582 case 1267: /* mov */
583 case 1823: /* sel */
584 value = 1823; /* --> sel. */
585 break;
586 case 1270: /* mov */
587 case 1824: /* sel */
588 value = 1824; /* --> sel. */
589 break;
590 default: return NULL;
591 }
592
593 return aarch64_opcode_table + value;
594 }
595
596 bfd_boolean
597 aarch64_insert_operand (const aarch64_operand *self,
598 const aarch64_opnd_info *info,
599 aarch64_insn *code, const aarch64_inst *inst,
600 aarch64_operand_error *errors)
601 {
602 /* Use the index as the key. */
603 int key = self - aarch64_operands;
604 switch (key)
605 {
606 case 1:
607 case 2:
608 case 3:
609 case 4:
610 case 5:
611 case 6:
612 case 7:
613 case 8:
614 case 9:
615 case 10:
616 case 11:
617 case 12:
618 case 16:
619 case 17:
620 case 18:
621 case 19:
622 case 21:
623 case 22:
624 case 23:
625 case 24:
626 case 25:
627 case 26:
628 case 27:
629 case 28:
630 case 29:
631 case 30:
632 case 164:
633 case 165:
634 case 166:
635 case 167:
636 case 168:
637 case 169:
638 case 170:
639 case 171:
640 case 172:
641 case 173:
642 case 188:
643 case 189:
644 case 190:
645 case 191:
646 case 192:
647 case 193:
648 case 194:
649 case 195:
650 case 196:
651 case 202:
652 case 205:
653 return aarch64_ins_regno (self, info, code, inst, errors);
654 case 14:
655 return aarch64_ins_reg_extended (self, info, code, inst, errors);
656 case 15:
657 return aarch64_ins_reg_shifted (self, info, code, inst, errors);
658 case 20:
659 return aarch64_ins_ft (self, info, code, inst, errors);
660 case 31:
661 case 32:
662 case 33:
663 case 34:
664 case 208:
665 return aarch64_ins_reglane (self, info, code, inst, errors);
666 case 35:
667 return aarch64_ins_reglist (self, info, code, inst, errors);
668 case 36:
669 return aarch64_ins_ldst_reglist (self, info, code, inst, errors);
670 case 37:
671 return aarch64_ins_ldst_reglist_r (self, info, code, inst, errors);
672 case 38:
673 return aarch64_ins_ldst_elemlist (self, info, code, inst, errors);
674 case 39:
675 case 40:
676 case 41:
677 case 42:
678 case 52:
679 case 53:
680 case 54:
681 case 55:
682 case 56:
683 case 57:
684 case 58:
685 case 59:
686 case 60:
687 case 61:
688 case 62:
689 case 63:
690 case 64:
691 case 65:
692 case 66:
693 case 67:
694 case 68:
695 case 80:
696 case 81:
697 case 82:
698 case 83:
699 case 161:
700 case 163:
701 case 180:
702 case 181:
703 case 182:
704 case 183:
705 case 184:
706 case 185:
707 case 186:
708 case 187:
709 case 207:
710 return aarch64_ins_imm (self, info, code, inst, errors);
711 case 43:
712 case 44:
713 return aarch64_ins_advsimd_imm_shift (self, info, code, inst, errors);
714 case 45:
715 case 46:
716 case 47:
717 return aarch64_ins_advsimd_imm_modified (self, info, code, inst, errors);
718 case 51:
719 case 151:
720 return aarch64_ins_fpimm (self, info, code, inst, errors);
721 case 69:
722 case 159:
723 return aarch64_ins_limm (self, info, code, inst, errors);
724 case 70:
725 return aarch64_ins_aimm (self, info, code, inst, errors);
726 case 71:
727 return aarch64_ins_imm_half (self, info, code, inst, errors);
728 case 72:
729 return aarch64_ins_fbits (self, info, code, inst, errors);
730 case 74:
731 case 75:
732 case 156:
733 return aarch64_ins_imm_rotate2 (self, info, code, inst, errors);
734 case 76:
735 case 155:
736 case 157:
737 return aarch64_ins_imm_rotate1 (self, info, code, inst, errors);
738 case 77:
739 case 78:
740 return aarch64_ins_cond (self, info, code, inst, errors);
741 case 84:
742 case 93:
743 return aarch64_ins_addr_simple (self, info, code, inst, errors);
744 case 85:
745 return aarch64_ins_addr_regoff (self, info, code, inst, errors);
746 case 86:
747 case 87:
748 case 88:
749 case 90:
750 case 92:
751 return aarch64_ins_addr_simm (self, info, code, inst, errors);
752 case 89:
753 return aarch64_ins_addr_simm10 (self, info, code, inst, errors);
754 case 91:
755 return aarch64_ins_addr_uimm12 (self, info, code, inst, errors);
756 case 94:
757 return aarch64_ins_addr_offset (self, info, code, inst, errors);
758 case 95:
759 return aarch64_ins_simd_addr_post (self, info, code, inst, errors);
760 case 96:
761 return aarch64_ins_sysreg (self, info, code, inst, errors);
762 case 97:
763 return aarch64_ins_pstatefield (self, info, code, inst, errors);
764 case 98:
765 case 99:
766 case 100:
767 case 101:
768 case 102:
769 return aarch64_ins_sysins_op (self, info, code, inst, errors);
770 case 103:
771 case 104:
772 return aarch64_ins_barrier (self, info, code, inst, errors);
773 case 105:
774 return aarch64_ins_prfop (self, info, code, inst, errors);
775 case 106:
776 return aarch64_ins_none (self, info, code, inst, errors);
777 case 107:
778 return aarch64_ins_hint (self, info, code, inst, errors);
779 case 108:
780 case 109:
781 return aarch64_ins_sve_addr_ri_s4 (self, info, code, inst, errors);
782 case 110:
783 case 111:
784 case 112:
785 case 113:
786 return aarch64_ins_sve_addr_ri_s4xvl (self, info, code, inst, errors);
787 case 114:
788 return aarch64_ins_sve_addr_ri_s6xvl (self, info, code, inst, errors);
789 case 115:
790 return aarch64_ins_sve_addr_ri_s9xvl (self, info, code, inst, errors);
791 case 116:
792 case 117:
793 case 118:
794 case 119:
795 return aarch64_ins_sve_addr_ri_u6 (self, info, code, inst, errors);
796 case 120:
797 case 121:
798 case 122:
799 case 123:
800 case 124:
801 case 125:
802 case 126:
803 case 127:
804 case 128:
805 case 129:
806 case 130:
807 case 131:
808 case 132:
809 case 133:
810 return aarch64_ins_sve_addr_rr_lsl (self, info, code, inst, errors);
811 case 134:
812 case 135:
813 case 136:
814 case 137:
815 case 138:
816 case 139:
817 case 140:
818 case 141:
819 return aarch64_ins_sve_addr_rz_xtw (self, info, code, inst, errors);
820 case 142:
821 case 143:
822 case 144:
823 case 145:
824 return aarch64_ins_sve_addr_zi_u5 (self, info, code, inst, errors);
825 case 146:
826 return aarch64_ins_sve_addr_zz_lsl (self, info, code, inst, errors);
827 case 147:
828 return aarch64_ins_sve_addr_zz_sxtw (self, info, code, inst, errors);
829 case 148:
830 return aarch64_ins_sve_addr_zz_uxtw (self, info, code, inst, errors);
831 case 149:
832 return aarch64_ins_sve_aimm (self, info, code, inst, errors);
833 case 150:
834 return aarch64_ins_sve_asimm (self, info, code, inst, errors);
835 case 152:
836 return aarch64_ins_sve_float_half_one (self, info, code, inst, errors);
837 case 153:
838 return aarch64_ins_sve_float_half_two (self, info, code, inst, errors);
839 case 154:
840 return aarch64_ins_sve_float_zero_one (self, info, code, inst, errors);
841 case 158:
842 return aarch64_ins_inv_limm (self, info, code, inst, errors);
843 case 160:
844 return aarch64_ins_sve_limm_mov (self, info, code, inst, errors);
845 case 162:
846 return aarch64_ins_sve_scale (self, info, code, inst, errors);
847 case 174:
848 case 175:
849 case 176:
850 return aarch64_ins_sve_shlimm (self, info, code, inst, errors);
851 case 177:
852 case 178:
853 case 179:
854 return aarch64_ins_sve_shrimm (self, info, code, inst, errors);
855 case 197:
856 case 198:
857 case 199:
858 case 200:
859 case 201:
860 return aarch64_ins_sve_quad_index (self, info, code, inst, errors);
861 case 203:
862 return aarch64_ins_sve_index (self, info, code, inst, errors);
863 case 204:
864 case 206:
865 return aarch64_ins_sve_reglist (self, info, code, inst, errors);
866 default: assert (0); abort ();
867 }
868 }
This page took 0.081914 seconds and 4 git commands to generate.