[PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructions
[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-2018 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 21: /* cmn */
62 case 20: /* adds */
63 value = 20; /* --> adds. */
64 break;
65 case 23: /* neg */
66 case 22: /* sub */
67 value = 22; /* --> sub. */
68 break;
69 case 25: /* cmp */
70 case 26: /* negs */
71 case 24: /* subs */
72 value = 24; /* --> subs. */
73 break;
74 case 151: /* mov */
75 case 150: /* umov */
76 value = 150; /* --> umov. */
77 break;
78 case 153: /* mov */
79 case 152: /* ins */
80 value = 152; /* --> ins. */
81 break;
82 case 155: /* mov */
83 case 154: /* ins */
84 value = 154; /* --> ins. */
85 break;
86 case 241: /* mvn */
87 case 240: /* not */
88 value = 240; /* --> not. */
89 break;
90 case 316: /* mov */
91 case 315: /* orr */
92 value = 315; /* --> orr. */
93 break;
94 case 387: /* sxtl */
95 case 386: /* sshll */
96 value = 386; /* --> sshll. */
97 break;
98 case 389: /* sxtl2 */
99 case 388: /* sshll2 */
100 value = 388; /* --> sshll2. */
101 break;
102 case 411: /* uxtl */
103 case 410: /* ushll */
104 value = 410; /* --> ushll. */
105 break;
106 case 413: /* uxtl2 */
107 case 412: /* ushll2 */
108 value = 412; /* --> ushll2. */
109 break;
110 case 534: /* mov */
111 case 533: /* dup */
112 value = 533; /* --> dup. */
113 break;
114 case 621: /* sxtw */
115 case 620: /* sxth */
116 case 619: /* sxtb */
117 case 622: /* asr */
118 case 618: /* sbfx */
119 case 617: /* sbfiz */
120 case 616: /* sbfm */
121 value = 616; /* --> sbfm. */
122 break;
123 case 625: /* bfc */
124 case 626: /* bfxil */
125 case 624: /* bfi */
126 case 623: /* bfm */
127 value = 623; /* --> bfm. */
128 break;
129 case 631: /* uxth */
130 case 630: /* uxtb */
131 case 633: /* lsr */
132 case 632: /* lsl */
133 case 629: /* ubfx */
134 case 628: /* ubfiz */
135 case 627: /* ubfm */
136 value = 627; /* --> ubfm. */
137 break;
138 case 663: /* cset */
139 case 662: /* cinc */
140 case 661: /* csinc */
141 value = 661; /* --> csinc. */
142 break;
143 case 666: /* csetm */
144 case 665: /* cinv */
145 case 664: /* csinv */
146 value = 664; /* --> csinv. */
147 break;
148 case 668: /* cneg */
149 case 667: /* csneg */
150 value = 667; /* --> csneg. */
151 break;
152 case 686: /* rev */
153 case 687: /* rev64 */
154 value = 686; /* --> rev. */
155 break;
156 case 712: /* lsl */
157 case 711: /* lslv */
158 value = 711; /* --> lslv. */
159 break;
160 case 714: /* lsr */
161 case 713: /* lsrv */
162 value = 713; /* --> lsrv. */
163 break;
164 case 716: /* asr */
165 case 715: /* asrv */
166 value = 715; /* --> asrv. */
167 break;
168 case 718: /* ror */
169 case 717: /* rorv */
170 value = 717; /* --> rorv. */
171 break;
172 case 729: /* mul */
173 case 728: /* madd */
174 value = 728; /* --> madd. */
175 break;
176 case 731: /* mneg */
177 case 730: /* msub */
178 value = 730; /* --> msub. */
179 break;
180 case 733: /* smull */
181 case 732: /* smaddl */
182 value = 732; /* --> smaddl. */
183 break;
184 case 735: /* smnegl */
185 case 734: /* smsubl */
186 value = 734; /* --> smsubl. */
187 break;
188 case 738: /* umull */
189 case 737: /* umaddl */
190 value = 737; /* --> umaddl. */
191 break;
192 case 740: /* umnegl */
193 case 739: /* umsubl */
194 value = 739; /* --> umsubl. */
195 break;
196 case 751: /* ror */
197 case 750: /* extr */
198 value = 750; /* --> extr. */
199 break;
200 case 970: /* bic */
201 case 969: /* and */
202 value = 969; /* --> and. */
203 break;
204 case 972: /* mov */
205 case 971: /* orr */
206 value = 971; /* --> orr. */
207 break;
208 case 975: /* tst */
209 case 974: /* ands */
210 value = 974; /* --> ands. */
211 break;
212 case 980: /* uxtw */
213 case 979: /* mov */
214 case 978: /* orr */
215 value = 978; /* --> orr. */
216 break;
217 case 982: /* mvn */
218 case 981: /* orn */
219 value = 981; /* --> orn. */
220 break;
221 case 986: /* tst */
222 case 985: /* ands */
223 value = 985; /* --> ands. */
224 break;
225 case 1112: /* staddb */
226 case 1016: /* ldaddb */
227 value = 1016; /* --> ldaddb. */
228 break;
229 case 1113: /* staddh */
230 case 1017: /* ldaddh */
231 value = 1017; /* --> ldaddh. */
232 break;
233 case 1114: /* stadd */
234 case 1018: /* ldadd */
235 value = 1018; /* --> ldadd. */
236 break;
237 case 1115: /* staddlb */
238 case 1020: /* ldaddlb */
239 value = 1020; /* --> ldaddlb. */
240 break;
241 case 1116: /* staddlh */
242 case 1023: /* ldaddlh */
243 value = 1023; /* --> ldaddlh. */
244 break;
245 case 1117: /* staddl */
246 case 1026: /* ldaddl */
247 value = 1026; /* --> ldaddl. */
248 break;
249 case 1118: /* stclrb */
250 case 1028: /* ldclrb */
251 value = 1028; /* --> ldclrb. */
252 break;
253 case 1119: /* stclrh */
254 case 1029: /* ldclrh */
255 value = 1029; /* --> ldclrh. */
256 break;
257 case 1120: /* stclr */
258 case 1030: /* ldclr */
259 value = 1030; /* --> ldclr. */
260 break;
261 case 1121: /* stclrlb */
262 case 1032: /* ldclrlb */
263 value = 1032; /* --> ldclrlb. */
264 break;
265 case 1122: /* stclrlh */
266 case 1035: /* ldclrlh */
267 value = 1035; /* --> ldclrlh. */
268 break;
269 case 1123: /* stclrl */
270 case 1038: /* ldclrl */
271 value = 1038; /* --> ldclrl. */
272 break;
273 case 1124: /* steorb */
274 case 1040: /* ldeorb */
275 value = 1040; /* --> ldeorb. */
276 break;
277 case 1125: /* steorh */
278 case 1041: /* ldeorh */
279 value = 1041; /* --> ldeorh. */
280 break;
281 case 1126: /* steor */
282 case 1042: /* ldeor */
283 value = 1042; /* --> ldeor. */
284 break;
285 case 1127: /* steorlb */
286 case 1044: /* ldeorlb */
287 value = 1044; /* --> ldeorlb. */
288 break;
289 case 1128: /* steorlh */
290 case 1047: /* ldeorlh */
291 value = 1047; /* --> ldeorlh. */
292 break;
293 case 1129: /* steorl */
294 case 1050: /* ldeorl */
295 value = 1050; /* --> ldeorl. */
296 break;
297 case 1130: /* stsetb */
298 case 1052: /* ldsetb */
299 value = 1052; /* --> ldsetb. */
300 break;
301 case 1131: /* stseth */
302 case 1053: /* ldseth */
303 value = 1053; /* --> ldseth. */
304 break;
305 case 1132: /* stset */
306 case 1054: /* ldset */
307 value = 1054; /* --> ldset. */
308 break;
309 case 1133: /* stsetlb */
310 case 1056: /* ldsetlb */
311 value = 1056; /* --> ldsetlb. */
312 break;
313 case 1134: /* stsetlh */
314 case 1059: /* ldsetlh */
315 value = 1059; /* --> ldsetlh. */
316 break;
317 case 1135: /* stsetl */
318 case 1062: /* ldsetl */
319 value = 1062; /* --> ldsetl. */
320 break;
321 case 1136: /* stsmaxb */
322 case 1064: /* ldsmaxb */
323 value = 1064; /* --> ldsmaxb. */
324 break;
325 case 1137: /* stsmaxh */
326 case 1065: /* ldsmaxh */
327 value = 1065; /* --> ldsmaxh. */
328 break;
329 case 1138: /* stsmax */
330 case 1066: /* ldsmax */
331 value = 1066; /* --> ldsmax. */
332 break;
333 case 1139: /* stsmaxlb */
334 case 1068: /* ldsmaxlb */
335 value = 1068; /* --> ldsmaxlb. */
336 break;
337 case 1140: /* stsmaxlh */
338 case 1071: /* ldsmaxlh */
339 value = 1071; /* --> ldsmaxlh. */
340 break;
341 case 1141: /* stsmaxl */
342 case 1074: /* ldsmaxl */
343 value = 1074; /* --> ldsmaxl. */
344 break;
345 case 1142: /* stsminb */
346 case 1076: /* ldsminb */
347 value = 1076; /* --> ldsminb. */
348 break;
349 case 1143: /* stsminh */
350 case 1077: /* ldsminh */
351 value = 1077; /* --> ldsminh. */
352 break;
353 case 1144: /* stsmin */
354 case 1078: /* ldsmin */
355 value = 1078; /* --> ldsmin. */
356 break;
357 case 1145: /* stsminlb */
358 case 1080: /* ldsminlb */
359 value = 1080; /* --> ldsminlb. */
360 break;
361 case 1146: /* stsminlh */
362 case 1083: /* ldsminlh */
363 value = 1083; /* --> ldsminlh. */
364 break;
365 case 1147: /* stsminl */
366 case 1086: /* ldsminl */
367 value = 1086; /* --> ldsminl. */
368 break;
369 case 1148: /* stumaxb */
370 case 1088: /* ldumaxb */
371 value = 1088; /* --> ldumaxb. */
372 break;
373 case 1149: /* stumaxh */
374 case 1089: /* ldumaxh */
375 value = 1089; /* --> ldumaxh. */
376 break;
377 case 1150: /* stumax */
378 case 1090: /* ldumax */
379 value = 1090; /* --> ldumax. */
380 break;
381 case 1151: /* stumaxlb */
382 case 1092: /* ldumaxlb */
383 value = 1092; /* --> ldumaxlb. */
384 break;
385 case 1152: /* stumaxlh */
386 case 1095: /* ldumaxlh */
387 value = 1095; /* --> ldumaxlh. */
388 break;
389 case 1153: /* stumaxl */
390 case 1098: /* ldumaxl */
391 value = 1098; /* --> ldumaxl. */
392 break;
393 case 1154: /* stuminb */
394 case 1100: /* lduminb */
395 value = 1100; /* --> lduminb. */
396 break;
397 case 1155: /* stuminh */
398 case 1101: /* lduminh */
399 value = 1101; /* --> lduminh. */
400 break;
401 case 1156: /* stumin */
402 case 1102: /* ldumin */
403 value = 1102; /* --> ldumin. */
404 break;
405 case 1157: /* stuminlb */
406 case 1104: /* lduminlb */
407 value = 1104; /* --> lduminlb. */
408 break;
409 case 1158: /* stuminlh */
410 case 1107: /* lduminlh */
411 value = 1107; /* --> lduminlh. */
412 break;
413 case 1159: /* stuminl */
414 case 1110: /* lduminl */
415 value = 1110; /* --> lduminl. */
416 break;
417 case 1161: /* mov */
418 case 1160: /* movn */
419 value = 1160; /* --> movn. */
420 break;
421 case 1163: /* mov */
422 case 1162: /* movz */
423 value = 1162; /* --> movz. */
424 break;
425 case 1208: /* autibsp */
426 case 1207: /* autibz */
427 case 1206: /* autiasp */
428 case 1205: /* autiaz */
429 case 1204: /* pacibsp */
430 case 1203: /* pacibz */
431 case 1202: /* paciasp */
432 case 1201: /* paciaz */
433 case 1182: /* psb */
434 case 1181: /* esb */
435 case 1180: /* autib1716 */
436 case 1179: /* autia1716 */
437 case 1178: /* pacib1716 */
438 case 1177: /* pacia1716 */
439 case 1176: /* xpaclri */
440 case 1175: /* sevl */
441 case 1174: /* sev */
442 case 1173: /* wfi */
443 case 1172: /* wfe */
444 case 1171: /* yield */
445 case 1170: /* csdb */
446 case 1169: /* nop */
447 case 1168: /* hint */
448 value = 1168; /* --> hint. */
449 break;
450 case 1186: /* pssbb */
451 case 1185: /* ssbb */
452 case 1184: /* dsb */
453 value = 1184; /* --> dsb. */
454 break;
455 case 1197: /* cpp */
456 case 1196: /* dvp */
457 case 1195: /* cfp */
458 case 1194: /* tlbi */
459 case 1193: /* ic */
460 case 1192: /* dc */
461 case 1191: /* at */
462 case 1190: /* sys */
463 value = 1190; /* --> sys. */
464 break;
465 case 2006: /* bic */
466 case 1256: /* and */
467 value = 1256; /* --> and. */
468 break;
469 case 1239: /* mov */
470 case 1258: /* and */
471 value = 1258; /* --> and. */
472 break;
473 case 1243: /* movs */
474 case 1259: /* ands */
475 value = 1259; /* --> ands. */
476 break;
477 case 2007: /* cmple */
478 case 1294: /* cmpge */
479 value = 1294; /* --> cmpge. */
480 break;
481 case 2010: /* cmplt */
482 case 1297: /* cmpgt */
483 value = 1297; /* --> cmpgt. */
484 break;
485 case 2008: /* cmplo */
486 case 1299: /* cmphi */
487 value = 1299; /* --> cmphi. */
488 break;
489 case 2009: /* cmpls */
490 case 1302: /* cmphs */
491 value = 1302; /* --> cmphs. */
492 break;
493 case 1236: /* mov */
494 case 1324: /* cpy */
495 value = 1324; /* --> cpy. */
496 break;
497 case 1238: /* mov */
498 case 1325: /* cpy */
499 value = 1325; /* --> cpy. */
500 break;
501 case 2017: /* fmov */
502 case 1241: /* mov */
503 case 1326: /* cpy */
504 value = 1326; /* --> cpy. */
505 break;
506 case 1231: /* mov */
507 case 1338: /* dup */
508 value = 1338; /* --> dup. */
509 break;
510 case 1233: /* mov */
511 case 1230: /* mov */
512 case 1339: /* dup */
513 value = 1339; /* --> dup. */
514 break;
515 case 2016: /* fmov */
516 case 1235: /* mov */
517 case 1340: /* dup */
518 value = 1340; /* --> dup. */
519 break;
520 case 1234: /* mov */
521 case 1341: /* dupm */
522 value = 1341; /* --> dupm. */
523 break;
524 case 2011: /* eon */
525 case 1343: /* eor */
526 value = 1343; /* --> eor. */
527 break;
528 case 1244: /* not */
529 case 1345: /* eor */
530 value = 1345; /* --> eor. */
531 break;
532 case 1245: /* nots */
533 case 1346: /* eors */
534 value = 1346; /* --> eors. */
535 break;
536 case 2012: /* facle */
537 case 1351: /* facge */
538 value = 1351; /* --> facge. */
539 break;
540 case 2013: /* faclt */
541 case 1352: /* facgt */
542 value = 1352; /* --> facgt. */
543 break;
544 case 2014: /* fcmle */
545 case 1365: /* fcmge */
546 value = 1365; /* --> fcmge. */
547 break;
548 case 2015: /* fcmlt */
549 case 1367: /* fcmgt */
550 value = 1367; /* --> fcmgt. */
551 break;
552 case 1228: /* fmov */
553 case 1373: /* fcpy */
554 value = 1373; /* --> fcpy. */
555 break;
556 case 1227: /* fmov */
557 case 1396: /* fdup */
558 value = 1396; /* --> fdup. */
559 break;
560 case 1229: /* mov */
561 case 1727: /* orr */
562 value = 1727; /* --> orr. */
563 break;
564 case 2018: /* orn */
565 case 1728: /* orr */
566 value = 1728; /* --> orr. */
567 break;
568 case 1232: /* mov */
569 case 1730: /* orr */
570 value = 1730; /* --> orr. */
571 break;
572 case 1242: /* movs */
573 case 1731: /* orrs */
574 value = 1731; /* --> orrs. */
575 break;
576 case 1237: /* mov */
577 case 1793: /* sel */
578 value = 1793; /* --> sel. */
579 break;
580 case 1240: /* mov */
581 case 1794: /* sel */
582 value = 1794; /* --> sel. */
583 break;
584 default: return NULL;
585 }
586
587 return aarch64_opcode_table + value;
588 }
589
590 bfd_boolean
591 aarch64_insert_operand (const aarch64_operand *self,
592 const aarch64_opnd_info *info,
593 aarch64_insn *code, const aarch64_inst *inst,
594 aarch64_operand_error *errors)
595 {
596 /* Use the index as the key. */
597 int key = self - aarch64_operands;
598 switch (key)
599 {
600 case 1:
601 case 2:
602 case 3:
603 case 4:
604 case 5:
605 case 6:
606 case 7:
607 case 8:
608 case 9:
609 case 10:
610 case 11:
611 case 15:
612 case 16:
613 case 17:
614 case 18:
615 case 20:
616 case 21:
617 case 22:
618 case 23:
619 case 24:
620 case 25:
621 case 26:
622 case 27:
623 case 28:
624 case 29:
625 case 154:
626 case 155:
627 case 156:
628 case 157:
629 case 158:
630 case 159:
631 case 160:
632 case 161:
633 case 162:
634 case 163:
635 case 176:
636 case 177:
637 case 178:
638 case 179:
639 case 180:
640 case 181:
641 case 182:
642 case 183:
643 case 184:
644 case 188:
645 case 191:
646 return aarch64_ins_regno (self, info, code, inst, errors);
647 case 13:
648 return aarch64_ins_reg_extended (self, info, code, inst, errors);
649 case 14:
650 return aarch64_ins_reg_shifted (self, info, code, inst, errors);
651 case 19:
652 return aarch64_ins_ft (self, info, code, inst, errors);
653 case 30:
654 case 31:
655 case 32:
656 case 33:
657 case 193:
658 return aarch64_ins_reglane (self, info, code, inst, errors);
659 case 34:
660 return aarch64_ins_reglist (self, info, code, inst, errors);
661 case 35:
662 return aarch64_ins_ldst_reglist (self, info, code, inst, errors);
663 case 36:
664 return aarch64_ins_ldst_reglist_r (self, info, code, inst, errors);
665 case 37:
666 return aarch64_ins_ldst_elemlist (self, info, code, inst, errors);
667 case 38:
668 case 39:
669 case 40:
670 case 41:
671 case 51:
672 case 52:
673 case 53:
674 case 54:
675 case 55:
676 case 56:
677 case 57:
678 case 58:
679 case 59:
680 case 60:
681 case 61:
682 case 62:
683 case 63:
684 case 64:
685 case 76:
686 case 77:
687 case 78:
688 case 79:
689 case 151:
690 case 153:
691 case 168:
692 case 169:
693 case 170:
694 case 171:
695 case 172:
696 case 173:
697 case 174:
698 case 175:
699 return aarch64_ins_imm (self, info, code, inst, errors);
700 case 42:
701 case 43:
702 return aarch64_ins_advsimd_imm_shift (self, info, code, inst, errors);
703 case 44:
704 case 45:
705 case 46:
706 return aarch64_ins_advsimd_imm_modified (self, info, code, inst, errors);
707 case 50:
708 case 142:
709 return aarch64_ins_fpimm (self, info, code, inst, errors);
710 case 65:
711 case 149:
712 return aarch64_ins_limm (self, info, code, inst, errors);
713 case 66:
714 return aarch64_ins_aimm (self, info, code, inst, errors);
715 case 67:
716 return aarch64_ins_imm_half (self, info, code, inst, errors);
717 case 68:
718 return aarch64_ins_fbits (self, info, code, inst, errors);
719 case 70:
720 case 71:
721 case 147:
722 return aarch64_ins_imm_rotate2 (self, info, code, inst, errors);
723 case 72:
724 case 146:
725 return aarch64_ins_imm_rotate1 (self, info, code, inst, errors);
726 case 73:
727 case 74:
728 return aarch64_ins_cond (self, info, code, inst, errors);
729 case 80:
730 case 87:
731 return aarch64_ins_addr_simple (self, info, code, inst, errors);
732 case 81:
733 return aarch64_ins_addr_regoff (self, info, code, inst, errors);
734 case 82:
735 case 83:
736 case 84:
737 return aarch64_ins_addr_simm (self, info, code, inst, errors);
738 case 85:
739 return aarch64_ins_addr_simm10 (self, info, code, inst, errors);
740 case 86:
741 return aarch64_ins_addr_uimm12 (self, info, code, inst, errors);
742 case 88:
743 return aarch64_ins_addr_offset (self, info, code, inst, errors);
744 case 89:
745 return aarch64_ins_simd_addr_post (self, info, code, inst, errors);
746 case 90:
747 return aarch64_ins_sysreg (self, info, code, inst, errors);
748 case 91:
749 return aarch64_ins_pstatefield (self, info, code, inst, errors);
750 case 92:
751 case 93:
752 case 94:
753 case 95:
754 case 96:
755 return aarch64_ins_sysins_op (self, info, code, inst, errors);
756 case 97:
757 case 98:
758 return aarch64_ins_barrier (self, info, code, inst, errors);
759 case 99:
760 return aarch64_ins_prfop (self, info, code, inst, errors);
761 case 100:
762 return aarch64_ins_hint (self, info, code, inst, errors);
763 case 101:
764 return aarch64_ins_sve_addr_ri_s4 (self, info, code, inst, errors);
765 case 102:
766 case 103:
767 case 104:
768 case 105:
769 return aarch64_ins_sve_addr_ri_s4xvl (self, info, code, inst, errors);
770 case 106:
771 return aarch64_ins_sve_addr_ri_s6xvl (self, info, code, inst, errors);
772 case 107:
773 return aarch64_ins_sve_addr_ri_s9xvl (self, info, code, inst, errors);
774 case 108:
775 case 109:
776 case 110:
777 case 111:
778 return aarch64_ins_sve_addr_ri_u6 (self, info, code, inst, errors);
779 case 112:
780 case 113:
781 case 114:
782 case 115:
783 case 116:
784 case 117:
785 case 118:
786 case 119:
787 case 120:
788 case 121:
789 case 122:
790 case 123:
791 case 124:
792 return aarch64_ins_sve_addr_rr_lsl (self, info, code, inst, errors);
793 case 125:
794 case 126:
795 case 127:
796 case 128:
797 case 129:
798 case 130:
799 case 131:
800 case 132:
801 return aarch64_ins_sve_addr_rz_xtw (self, info, code, inst, errors);
802 case 133:
803 case 134:
804 case 135:
805 case 136:
806 return aarch64_ins_sve_addr_zi_u5 (self, info, code, inst, errors);
807 case 137:
808 return aarch64_ins_sve_addr_zz_lsl (self, info, code, inst, errors);
809 case 138:
810 return aarch64_ins_sve_addr_zz_sxtw (self, info, code, inst, errors);
811 case 139:
812 return aarch64_ins_sve_addr_zz_uxtw (self, info, code, inst, errors);
813 case 140:
814 return aarch64_ins_sve_aimm (self, info, code, inst, errors);
815 case 141:
816 return aarch64_ins_sve_asimm (self, info, code, inst, errors);
817 case 143:
818 return aarch64_ins_sve_float_half_one (self, info, code, inst, errors);
819 case 144:
820 return aarch64_ins_sve_float_half_two (self, info, code, inst, errors);
821 case 145:
822 return aarch64_ins_sve_float_zero_one (self, info, code, inst, errors);
823 case 148:
824 return aarch64_ins_inv_limm (self, info, code, inst, errors);
825 case 150:
826 return aarch64_ins_sve_limm_mov (self, info, code, inst, errors);
827 case 152:
828 return aarch64_ins_sve_scale (self, info, code, inst, errors);
829 case 164:
830 case 165:
831 return aarch64_ins_sve_shlimm (self, info, code, inst, errors);
832 case 166:
833 case 167:
834 return aarch64_ins_sve_shrimm (self, info, code, inst, errors);
835 case 185:
836 case 186:
837 case 187:
838 return aarch64_ins_sve_quad_index (self, info, code, inst, errors);
839 case 189:
840 return aarch64_ins_sve_index (self, info, code, inst, errors);
841 case 190:
842 case 192:
843 return aarch64_ins_sve_reglist (self, info, code, inst, errors);
844 default: assert (0); abort ();
845 }
846 }
This page took 0.046441 seconds and 4 git commands to generate.