x86: split insn templates' CPU field
[binutils-gdb.git] / opcodes / i386-opc.h
1 /* Declarations for Intel 80386 opcode table
2 Copyright (C) 2007-2023 Free Software Foundation, Inc.
3
4 This file is part of the GNU opcodes library.
5
6 This library is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3, or (at your option)
9 any later version.
10
11 It is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GAS; see the file COPYING. If not, write to the Free
18 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19 02110-1301, USA. */
20
21 #include "opcode/i386.h"
22 #include <limits.h>
23 #ifndef CHAR_BIT
24 #define CHAR_BIT 8
25 #endif
26
27 /* Position of cpu flags bitfiled. */
28
29 enum i386_cpu
30 {
31 /* i186 or better required */
32 Cpu186 = 0,
33 /* i286 or better required */
34 Cpu286,
35 /* i386 or better required */
36 Cpu386,
37 /* i486 or better required */
38 Cpu486,
39 /* i585 or better required */
40 Cpu586,
41 /* i686 or better required */
42 Cpu686,
43 /* CMOV Instruction support required */
44 CpuCMOV,
45 /* FXSR Instruction support required */
46 CpuFXSR,
47 /* CLFLUSH Instruction support required */
48 CpuClflush,
49 /* NOP Instruction support required */
50 CpuNop,
51 /* SYSCALL Instructions support required */
52 CpuSYSCALL,
53 /* Floating point support required */
54 Cpu8087,
55 /* i686 and floating point support required */
56 Cpu687,
57 /* SSE3 and floating point support required */
58 CpuFISTTP,
59 /* MMX support required */
60 CpuMMX,
61 /* SSE support required */
62 CpuSSE,
63 /* SSE2 support required */
64 CpuSSE2,
65 /* SSE3 support required */
66 CpuSSE3,
67 /* VIA PadLock required */
68 CpuPadLock,
69 /* AMD Secure Virtual Machine Ext-s required */
70 CpuSVME,
71 /* VMX Instructions required */
72 CpuVMX,
73 /* SMX Instructions required */
74 CpuSMX,
75 /* SSSE3 support required */
76 CpuSSSE3,
77 /* SSE4a support required */
78 CpuSSE4a,
79 /* LZCNT support required */
80 CpuLZCNT,
81 /* POPCNT support required */
82 CpuPOPCNT,
83 /* MONITOR support required */
84 CpuMONITOR,
85 /* SSE4.1 support required */
86 CpuSSE4_1,
87 /* SSE4.2 support required */
88 CpuSSE4_2,
89 /* AVX2 support required */
90 CpuAVX2,
91 /* Intel AVX-512 Conflict Detection Instructions support required */
92 CpuAVX512CD,
93 /* Intel AVX-512 Exponential and Reciprocal Instructions support
94 required */
95 CpuAVX512ER,
96 /* Intel AVX-512 Prefetch Instructions support required */
97 CpuAVX512PF,
98 /* Intel AVX-512 DQ Instructions support required. */
99 CpuAVX512DQ,
100 /* Intel AVX-512 BW Instructions support required. */
101 CpuAVX512BW,
102 /* Intel IAMCU support required */
103 CpuIAMCU,
104 /* Xsave/xrstor New Instructions support required */
105 CpuXsave,
106 /* Xsaveopt New Instructions support required */
107 CpuXsaveopt,
108 /* AES support required */
109 CpuAES,
110 /* PCLMULQDQ support required */
111 CpuPCLMULQDQ,
112 /* FMA support required */
113 CpuFMA,
114 /* FMA4 support required */
115 CpuFMA4,
116 /* XOP support required */
117 CpuXOP,
118 /* LWP support required */
119 CpuLWP,
120 /* BMI support required */
121 CpuBMI,
122 /* TBM support required */
123 CpuTBM,
124 /* MOVBE Instruction support required */
125 CpuMovbe,
126 /* CMPXCHG16B instruction support required. */
127 CpuCX16,
128 /* LAHF/SAHF instruction support required (in 64-bit mode). */
129 CpuLAHF_SAHF,
130 /* EPT Instructions required */
131 CpuEPT,
132 /* RDTSCP Instruction support required */
133 CpuRdtscp,
134 /* FSGSBASE Instructions required */
135 CpuFSGSBase,
136 /* RDRND Instructions required */
137 CpuRdRnd,
138 /* F16C Instructions required */
139 CpuF16C,
140 /* Intel BMI2 support required */
141 CpuBMI2,
142 /* RTM support required */
143 CpuRTM,
144 /* INVPCID Instructions required */
145 CpuINVPCID,
146 /* VMFUNC Instruction required */
147 CpuVMFUNC,
148 /* Intel MPX Instructions required */
149 CpuMPX,
150 /* RDRSEED instruction required. */
151 CpuRDSEED,
152 /* Multi-presisionn add-carry instructions are required. */
153 CpuADX,
154 /* Supports prefetchw and prefetch instructions. */
155 CpuPRFCHW,
156 /* SMAP instructions required. */
157 CpuSMAP,
158 /* SHA instructions required. */
159 CpuSHA,
160 /* SHA512 instructions required. */
161 CpuSHA512,
162 /* SM3 instructions required. */
163 CpuSM3,
164 /* SM4 instructions required. */
165 CpuSM4,
166 /* CLFLUSHOPT instruction required */
167 CpuClflushOpt,
168 /* XSAVES/XRSTORS instruction required */
169 CpuXSAVES,
170 /* XSAVEC instruction required */
171 CpuXSAVEC,
172 /* PREFETCHWT1 instruction required */
173 CpuPREFETCHWT1,
174 /* SE1 instruction required */
175 CpuSE1,
176 /* CLWB instruction required */
177 CpuCLWB,
178 /* Intel AVX-512 IFMA Instructions support required. */
179 CpuAVX512IFMA,
180 /* Intel AVX-512 VBMI Instructions support required. */
181 CpuAVX512VBMI,
182 /* Intel AVX-512 4FMAPS Instructions support required. */
183 CpuAVX512_4FMAPS,
184 /* Intel AVX-512 4VNNIW Instructions support required. */
185 CpuAVX512_4VNNIW,
186 /* Intel AVX-512 VPOPCNTDQ Instructions support required. */
187 CpuAVX512_VPOPCNTDQ,
188 /* Intel AVX-512 VBMI2 Instructions support required. */
189 CpuAVX512_VBMI2,
190 /* Intel AVX-512 VNNI Instructions support required. */
191 CpuAVX512_VNNI,
192 /* Intel AVX-512 BITALG Instructions support required. */
193 CpuAVX512_BITALG,
194 /* Intel AVX-512 BF16 Instructions support required. */
195 CpuAVX512_BF16,
196 /* Intel AVX-512 VP2INTERSECT Instructions support required. */
197 CpuAVX512_VP2INTERSECT,
198 /* TDX Instructions support required. */
199 CpuTDX,
200 /* Intel AVX VNNI Instructions support required. */
201 CpuAVX_VNNI,
202 /* Intel AVX-512 FP16 Instructions support required. */
203 CpuAVX512_FP16,
204 /* PREFETCHI instruction required */
205 CpuPREFETCHI,
206 /* Intel AVX IFMA Instructions support required. */
207 CpuAVX_IFMA,
208 /* Intel AVX VNNI-INT8 Instructions support required. */
209 CpuAVX_VNNI_INT8,
210 /* Intel AVX VNNI-INT16 Instructions support required. */
211 CpuAVX_VNNI_INT16,
212 /* Intel CMPccXADD instructions support required. */
213 CpuCMPCCXADD,
214 /* Intel WRMSRNS Instructions support required */
215 CpuWRMSRNS,
216 /* Intel MSRLIST Instructions support required. */
217 CpuMSRLIST,
218 /* Intel AVX NE CONVERT Instructions support required. */
219 CpuAVX_NE_CONVERT,
220 /* Intel RAO INT Instructions support required. */
221 CpuRAO_INT,
222 /* fred instruction required */
223 CpuFRED,
224 /* lkgs instruction required */
225 CpuLKGS,
226 /* Intel USER_MSR Instruction support required. */
227 CpuUSER_MSR,
228 /* mwaitx instruction required */
229 CpuMWAITX,
230 /* Clzero instruction required */
231 CpuCLZERO,
232 /* OSPKE instruction required */
233 CpuOSPKE,
234 /* RDPID instruction required */
235 CpuRDPID,
236 /* PTWRITE instruction required */
237 CpuPTWRITE,
238 /* CET instructions support required */
239 CpuIBT,
240 CpuSHSTK,
241 /* AMX-INT8 instructions required */
242 CpuAMX_INT8,
243 /* AMX-BF16 instructions required */
244 CpuAMX_BF16,
245 /* AMX-FP16 instructions required */
246 CpuAMX_FP16,
247 /* AMX-COMPLEX instructions required. */
248 CpuAMX_COMPLEX,
249 /* AMX-TILE instructions required */
250 CpuAMX_TILE,
251 /* GFNI instructions required */
252 CpuGFNI,
253 /* VAES instructions required */
254 CpuVAES,
255 /* VPCLMULQDQ instructions required */
256 CpuVPCLMULQDQ,
257 /* WBNOINVD instructions required */
258 CpuWBNOINVD,
259 /* PCONFIG instructions required */
260 CpuPCONFIG,
261 /* PBNDKB instructions required. */
262 CpuPBNDKB,
263 /* WAITPKG instructions required */
264 CpuWAITPKG,
265 /* UINTR instructions required */
266 CpuUINTR,
267 /* CLDEMOTE instruction required */
268 CpuCLDEMOTE,
269 /* MOVDIRI instruction support required */
270 CpuMOVDIRI,
271 /* MOVDIRR64B instruction required */
272 CpuMOVDIR64B,
273 /* ENQCMD instruction required */
274 CpuENQCMD,
275 /* SERIALIZE instruction required */
276 CpuSERIALIZE,
277 /* RDPRU instruction required */
278 CpuRDPRU,
279 /* MCOMMIT instruction required */
280 CpuMCOMMIT,
281 /* SEV-ES instruction(s) required */
282 CpuSEV_ES,
283 /* TSXLDTRK instruction required */
284 CpuTSXLDTRK,
285 /* KL instruction support required */
286 CpuKL,
287 /* WideKL instruction support required */
288 CpuWideKL,
289 /* HRESET instruction required */
290 CpuHRESET,
291 /* INVLPGB instructions required */
292 CpuINVLPGB,
293 /* TLBSYNC instructions required */
294 CpuTLBSYNC,
295 /* SNP instructions required */
296 CpuSNP,
297 /* RMPQUERY instruction required */
298 CpuRMPQUERY,
299
300 /* NOTE: These items, which can be combined with other ISA flags above, need
301 to remain second to last and in sync with CPU_FLAGS_COMMON. */
302
303 /* i287 support required */
304 Cpu287,
305 CpuAttrEnums = Cpu287,
306 /* i387 support required */
307 Cpu387,
308 /* 3dnow! support required */
309 Cpu3dnow,
310 /* 3dnow! Extensions support required */
311 Cpu3dnowA,
312 /* 64bit support required */
313 Cpu64,
314 /* AVX support required */
315 CpuAVX,
316 /* HLE support required */
317 CpuHLE,
318 /* Intel AVX-512 Foundation Instructions support required */
319 CpuAVX512F,
320 /* Intel AVX-512 VL Instructions support required. */
321 CpuAVX512VL,
322 /* Not supported in the 64bit mode */
323 CpuNo64,
324
325 /* NOTE: This item needs to remain last. */
326
327 /* The last bitfield in i386_cpu_flags. */
328 CpuMax = CpuNo64
329 };
330
331 #define CpuNumOfUints \
332 (CpuMax / sizeof (unsigned int) / CHAR_BIT + 1)
333 #define CpuNumOfBits \
334 (CpuNumOfUints * sizeof (unsigned int) * CHAR_BIT)
335
336 #define CpuIsaBits 8
337 #define CpuAttrNumOfUints \
338 ((CpuIsaBits + CpuMax - CpuAttrEnums) / sizeof (unsigned int) / CHAR_BIT + 1)
339 #define CpuAttrNumOfBits \
340 (CpuAttrNumOfUints * sizeof (unsigned int) * CHAR_BIT)
341
342 /* If you get a compiler error for zero width of an unused field,
343 comment the respective one out. */
344 #define CpuUnused (CpuMax + 1)
345 #define CpuAttrUnused (CpuIsaBits + CpuMax + 1 - CpuAttrEnums)
346
347 #define CPU_FLAGS_COMMON \
348 unsigned int cpu287:1, \
349 cpu387:1, \
350 cpu3dnow:1, \
351 cpu3dnowa:1, \
352 cpu64:1, \
353 cpuavx:1, \
354 cpuhle:1, \
355 cpuavx512f:1, \
356 cpuavx512vl:1, \
357 /* NOTE: This field needs to remain last. */ \
358 cpuno64:1
359
360 typedef union i386_cpu_attr
361 {
362 struct
363 {
364 unsigned int isa:CpuIsaBits;
365 CPU_FLAGS_COMMON;
366 #ifdef CpuAttrUnused
367 unsigned int unused:(CpuAttrNumOfBits - CpuAttrUnused);
368 #endif
369 } bitfield;
370 unsigned int array[CpuAttrNumOfUints];
371 } i386_cpu_attr;
372
373 /* We can check if an instruction is available with array instead
374 of bitfield. */
375 typedef union i386_cpu_flags
376 {
377 struct
378 {
379 unsigned int cpui186:1;
380 unsigned int cpui286:1;
381 unsigned int cpui386:1;
382 unsigned int cpui486:1;
383 unsigned int cpui586:1;
384 unsigned int cpui686:1;
385 unsigned int cpucmov:1;
386 unsigned int cpufxsr:1;
387 unsigned int cpuclflush:1;
388 unsigned int cpunop:1;
389 unsigned int cpusyscall:1;
390 unsigned int cpu8087:1;
391 unsigned int cpu687:1;
392 unsigned int cpufisttp:1;
393 unsigned int cpummx:1;
394 unsigned int cpusse:1;
395 unsigned int cpusse2:1;
396 unsigned int cpusse3:1;
397 unsigned int cpupadlock:1;
398 unsigned int cpusvme:1;
399 unsigned int cpuvmx:1;
400 unsigned int cpusmx:1;
401 unsigned int cpussse3:1;
402 unsigned int cpusse4a:1;
403 unsigned int cpulzcnt:1;
404 unsigned int cpupopcnt:1;
405 unsigned int cpumonitor:1;
406 unsigned int cpusse4_1:1;
407 unsigned int cpusse4_2:1;
408 unsigned int cpuavx2:1;
409 unsigned int cpuavx512cd:1;
410 unsigned int cpuavx512er:1;
411 unsigned int cpuavx512pf:1;
412 unsigned int cpuavx512dq:1;
413 unsigned int cpuavx512bw:1;
414 unsigned int cpuiamcu:1;
415 unsigned int cpuxsave:1;
416 unsigned int cpuxsaveopt:1;
417 unsigned int cpuaes:1;
418 unsigned int cpupclmulqdq:1;
419 unsigned int cpufma:1;
420 unsigned int cpufma4:1;
421 unsigned int cpuxop:1;
422 unsigned int cpulwp:1;
423 unsigned int cpubmi:1;
424 unsigned int cputbm:1;
425 unsigned int cpumovbe:1;
426 unsigned int cpucx16:1;
427 unsigned int cpulahf_sahf:1;
428 unsigned int cpuept:1;
429 unsigned int cpurdtscp:1;
430 unsigned int cpufsgsbase:1;
431 unsigned int cpurdrnd:1;
432 unsigned int cpuf16c:1;
433 unsigned int cpubmi2:1;
434 unsigned int cpurtm:1;
435 unsigned int cpuinvpcid:1;
436 unsigned int cpuvmfunc:1;
437 unsigned int cpumpx:1;
438 unsigned int cpurdseed:1;
439 unsigned int cpuadx:1;
440 unsigned int cpuprfchw:1;
441 unsigned int cpusmap:1;
442 unsigned int cpusha:1;
443 unsigned int cpusha512:1;
444 unsigned int cpusm3:1;
445 unsigned int cpusm4:1;
446 unsigned int cpuclflushopt:1;
447 unsigned int cpuxsaves:1;
448 unsigned int cpuxsavec:1;
449 unsigned int cpuprefetchwt1:1;
450 unsigned int cpuse1:1;
451 unsigned int cpuclwb:1;
452 unsigned int cpuavx512ifma:1;
453 unsigned int cpuavx512vbmi:1;
454 unsigned int cpuavx512_4fmaps:1;
455 unsigned int cpuavx512_4vnniw:1;
456 unsigned int cpuavx512_vpopcntdq:1;
457 unsigned int cpuavx512_vbmi2:1;
458 unsigned int cpuavx512_vnni:1;
459 unsigned int cpuavx512_bitalg:1;
460 unsigned int cpuavx512_bf16:1;
461 unsigned int cpuavx512_vp2intersect:1;
462 unsigned int cputdx:1;
463 unsigned int cpuavx_vnni:1;
464 unsigned int cpuavx512_fp16:1;
465 unsigned int cpuprefetchi:1;
466 unsigned int cpuavx_ifma:1;
467 unsigned int cpuavx_vnni_int8:1;
468 unsigned int cpuavx_vnni_int16:1;
469 unsigned int cpucmpccxadd:1;
470 unsigned int cpuwrmsrns:1;
471 unsigned int cpumsrlist:1;
472 unsigned int cpuavx_ne_convert:1;
473 unsigned int cpurao_int:1;
474 unsigned int cpufred:1;
475 unsigned int cpulkgs:1;
476 unsigned int cpuuser_msr:1;
477 unsigned int cpumwaitx:1;
478 unsigned int cpuclzero:1;
479 unsigned int cpuospke:1;
480 unsigned int cpurdpid:1;
481 unsigned int cpuptwrite:1;
482 unsigned int cpuibt:1;
483 unsigned int cpushstk:1;
484 unsigned int cpuamx_int8:1;
485 unsigned int cpuamx_bf16:1;
486 unsigned int cpuamx_fp16:1;
487 unsigned int cpuamx_complex:1;
488 unsigned int cpuamx_tile:1;
489 unsigned int cpugfni:1;
490 unsigned int cpuvaes:1;
491 unsigned int cpuvpclmulqdq:1;
492 unsigned int cpuwbnoinvd:1;
493 unsigned int cpupconfig:1;
494 unsigned int cpupbndkb:1;
495 unsigned int cpuwaitpkg:1;
496 unsigned int cpuuintr:1;
497 unsigned int cpucldemote:1;
498 unsigned int cpumovdiri:1;
499 unsigned int cpumovdir64b:1;
500 unsigned int cpuenqcmd:1;
501 unsigned int cpuserialize:1;
502 unsigned int cpurdpru:1;
503 unsigned int cpumcommit:1;
504 unsigned int cpusev_es:1;
505 unsigned int cputsxldtrk:1;
506 unsigned int cpukl:1;
507 unsigned int cpuwidekl:1;
508 unsigned int cpuhreset:1;
509 unsigned int cpuinvlpgb:1;
510 unsigned int cputlbsync:1;
511 unsigned int cpusnp:1;
512 unsigned int cpurmpquery:1;
513 CPU_FLAGS_COMMON;
514 #ifdef CpuUnused
515 unsigned int unused:(CpuNumOfBits - CpuUnused);
516 #endif
517 } bitfield;
518 unsigned int array[CpuNumOfUints];
519 } i386_cpu_flags;
520
521 /* Position of opcode_modifier bits. */
522
523 enum
524 {
525 /* has direction bit. */
526 D = 0,
527 /* set if operands can be both bytes and words/dwords/qwords, encoded the
528 canonical way; the base_opcode field should hold the encoding for byte
529 operands */
530 W,
531 /* load form instruction. Must be placed before store form. */
532 Load,
533 /* insn has a modrm byte. */
534 Modrm,
535 /* special case for jump insns; value has to be 1 */
536 #define JUMP 1
537 /* call and jump */
538 #define JUMP_DWORD 2
539 /* loop and jecxz */
540 #define JUMP_BYTE 3
541 /* special case for intersegment leaps/calls */
542 #define JUMP_INTERSEGMENT 4
543 /* absolute address for jump */
544 #define JUMP_ABSOLUTE 5
545 Jump,
546 /* FP insn memory format bit, sized by 0x4 */
547 FloatMF,
548 /* needs size prefix if in 32-bit mode */
549 #define SIZE16 1
550 /* needs size prefix if in 16-bit mode */
551 #define SIZE32 2
552 /* needs size prefix if in 64-bit mode */
553 #define SIZE64 3
554 Size,
555 /* Check that operand sizes match. */
556 CheckOperandSize,
557 /* any memory size */
558 #define ANY_SIZE 1
559 /* fake an extra reg operand for clr, imul and special register
560 processing for some instructions. */
561 #define REG_KLUDGE 2
562 /* deprecated fp insn, gets a warning */
563 #define UGH 3
564 /* An implicit xmm0 as the first operand */
565 #define IMPLICIT_1ST_XMM0 4
566 /* The second operand must be a vector register, {x,y,z}mmN, where N is a multiple of 4.
567 It implicitly denotes the register group of {x,y,z}mmN - {x,y,z}mm(N + 3).
568 */
569 #define IMPLICIT_QUAD_GROUP 5
570 /* Two source operands are swapped. */
571 #define SWAP_SOURCES 6
572 /* Default mask isn't allowed. */
573 #define NO_DEFAULT_MASK 7
574 /* Address prefix changes register operand */
575 #define ADDR_PREFIX_OP_REG 8
576 /* Instrucion requires that destination must be distinct from source
577 registers. */
578 #define DISTINCT_DEST 9
579 OperandConstraint,
580 /* instruction ignores operand size prefix and in Intel mode ignores
581 mnemonic size suffix check. */
582 #define IGNORESIZE 1
583 /* default insn size depends on mode */
584 #define DEFAULTSIZE 2
585 MnemonicSize,
586 /* b suffix on instruction illegal */
587 No_bSuf,
588 /* w suffix on instruction illegal */
589 No_wSuf,
590 /* l suffix on instruction illegal */
591 No_lSuf,
592 /* s suffix on instruction illegal */
593 No_sSuf,
594 /* q suffix on instruction illegal */
595 No_qSuf,
596 /* instruction needs FWAIT */
597 FWait,
598 /* IsString provides for a quick test for string instructions, and
599 its actual value also indicates which of the operands (if any)
600 requires use of the %es segment. */
601 #define IS_STRING_ES_OP0 2
602 #define IS_STRING_ES_OP1 3
603 IsString,
604 /* RegMem is for instructions with a modrm byte where the register
605 destination operand should be encoded in the mod and regmem fields.
606 Normally, it will be encoded in the reg field. We add a RegMem
607 flag to indicate that it should be encoded in the regmem field. */
608 RegMem,
609 /* quick test if branch instruction is MPX supported */
610 BNDPrefixOk,
611 #define PrefixNone 0
612 #define PrefixRep 1
613 #define PrefixHLERelease 2 /* Okay with an XRELEASE (0xf3) prefix. */
614 #define PrefixNoTrack 3
615 /* Prefixes implying "LOCK okay" must come after Lock. All others have
616 to come before. */
617 #define PrefixLock 4
618 #define PrefixHLELock 5 /* Okay with a LOCK prefix. */
619 #define PrefixHLEAny 6 /* Okay with or without a LOCK prefix. */
620 PrefixOk,
621 /* opcode is a prefix */
622 IsPrefix,
623 /* instruction has extension in 8 bit imm */
624 ImmExt,
625 /* instruction don't need Rex64 prefix. */
626 NoRex64,
627 /* insn has VEX prefix:
628 1: 128bit VEX prefix (or operand dependent).
629 2: 256bit VEX prefix.
630 3: Scalar VEX prefix.
631 */
632 #define VEX128 1
633 #define VEX256 2
634 #define VEXScalar 3
635 Vex,
636 /* How to encode VEX.vvvv:
637 0: VEX.vvvv must be 1111b.
638 1: VEX.vvvv encodes one of the register operands.
639 */
640 VexVVVV,
641 /* How the VEX.W bit is used:
642 0: Set by the REX.W bit.
643 1: VEX.W0. Should always be 0.
644 2: VEX.W1. Should always be 1.
645 3: VEX.WIG. The VEX.W bit is ignored.
646 */
647 #define VEXW0 1
648 #define VEXW1 2
649 #define VEXWIG 3
650 VexW,
651 /* Opcode prefix (values chosen to be usable directly in
652 VEX/XOP/EVEX pp fields):
653 0: None
654 1: Add 0x66 opcode prefix.
655 2: Add 0xf3 opcode prefix.
656 3: Add 0xf2 opcode prefix.
657 */
658 #define PREFIX_NONE 0
659 #define PREFIX_0X66 1
660 #define PREFIX_0XF3 2
661 #define PREFIX_0XF2 3
662 OpcodePrefix,
663 /* Instruction with a mandatory SIB byte:
664 1: 128bit vector register.
665 2: 256bit vector register.
666 3: 512bit vector register.
667 */
668 #define VECSIB128 1
669 #define VECSIB256 2
670 #define VECSIB512 3
671 #define SIBMEM 4
672 SIB,
673
674 /* SSE to AVX support required */
675 SSE2AVX,
676
677 /* insn has EVEX prefix:
678 1: 512bit EVEX prefix.
679 2: 128bit EVEX prefix.
680 3: 256bit EVEX prefix.
681 4: Length-ignored (LIG) EVEX prefix.
682 5: Length determined from actual operands.
683 6: L'L = 3 (reserved, .insn only)
684 */
685 #define EVEX512 1
686 #define EVEX128 2
687 #define EVEX256 3
688 #define EVEXLIG 4
689 #define EVEXDYN 5
690 #define EVEX_L3 6
691 EVex,
692
693 /* AVX512 masking support */
694 Masking,
695
696 /* AVX512 broadcast support. The number of bytes to broadcast is
697 1 << (Broadcast - 1):
698 1: Byte broadcast.
699 2: Word broadcast.
700 3: Dword broadcast.
701 4: Qword broadcast.
702 */
703 #define BYTE_BROADCAST 1
704 #define WORD_BROADCAST 2
705 #define DWORD_BROADCAST 3
706 #define QWORD_BROADCAST 4
707 Broadcast,
708
709 /* Static rounding control is supported. */
710 StaticRounding,
711
712 /* Supress All Exceptions is supported. */
713 SAE,
714
715 /* Compressed Disp8*N attribute. */
716 #define DISP8_SHIFT_VL 7
717 Disp8MemShift,
718
719 /* insn has vector size restrictions, requiring a minimum of:
720 0: 128 bits.
721 1: 256 bits.
722 2: 512 bits.
723 */
724 #define VSZ128 0 /* Not to be used in templates. */
725 #define VSZ256 1
726 #define VSZ512 2
727 Vsz,
728
729 /* Support encoding optimization. */
730 Optimize,
731
732 /* AT&T mnemonic. */
733 ATTMnemonic,
734 /* AT&T syntax. */
735 ATTSyntax,
736 /* Intel syntax. */
737 IntelSyntax,
738 /* ISA64: Don't change the order without other code adjustments.
739 0: Common to AMD64 and Intel64.
740 1: AMD64.
741 2: Intel64.
742 3: Only in Intel64.
743 */
744 #define AMD64 1
745 #define INTEL64 2
746 #define INTEL64ONLY 3
747 ISA64,
748 /* The last bitfield in i386_opcode_modifier. */
749 Opcode_Modifier_Num
750 };
751
752 typedef struct i386_opcode_modifier
753 {
754 unsigned int d:1;
755 unsigned int w:1;
756 unsigned int load:1;
757 unsigned int modrm:1;
758 unsigned int jump:3;
759 unsigned int floatmf:1;
760 unsigned int size:2;
761 unsigned int checkoperandsize:1;
762 unsigned int operandconstraint:4;
763 unsigned int mnemonicsize:2;
764 unsigned int no_bsuf:1;
765 unsigned int no_wsuf:1;
766 unsigned int no_lsuf:1;
767 unsigned int no_ssuf:1;
768 unsigned int no_qsuf:1;
769 unsigned int fwait:1;
770 unsigned int isstring:2;
771 unsigned int regmem:1;
772 unsigned int bndprefixok:1;
773 unsigned int prefixok:3;
774 unsigned int isprefix:1;
775 unsigned int immext:1;
776 unsigned int norex64:1;
777 unsigned int vex:2;
778 unsigned int vexvvvv:1;
779 unsigned int vexw:2;
780 unsigned int opcodeprefix:2;
781 unsigned int sib:3;
782 unsigned int sse2avx:1;
783 unsigned int evex:3;
784 unsigned int masking:1;
785 unsigned int broadcast:3;
786 unsigned int staticrounding:1;
787 unsigned int sae:1;
788 unsigned int disp8memshift:3;
789 unsigned int vsz:3;
790 unsigned int optimize:1;
791 unsigned int attmnemonic:1;
792 unsigned int attsyntax:1;
793 unsigned int intelsyntax:1;
794 unsigned int isa64:2;
795 } i386_opcode_modifier;
796
797 /* Operand classes. */
798
799 #define CLASS_WIDTH 4
800 enum operand_class
801 {
802 ClassNone,
803 Reg, /* GPRs and FP regs, distinguished by operand size */
804 SReg, /* Segment register */
805 RegCR, /* Control register */
806 RegDR, /* Debug register */
807 RegTR, /* Test register */
808 RegMMX, /* MMX register */
809 RegSIMD, /* XMM/YMM/ZMM registers, distinguished by operand size */
810 RegMask, /* Vector Mask register */
811 RegBND, /* Bound register */
812 };
813
814 /* Special operand instances. */
815
816 #define INSTANCE_WIDTH 3
817 enum operand_instance
818 {
819 InstanceNone,
820 Accum, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */
821 RegC, /* %cl / %cx / %ecx / %rcx, e.g. register to hold shift count */
822 RegD, /* %dl / %dx / %edx / %rdx, e.g. register to hold I/O port addr */
823 RegB, /* %bl / %bx / %ebx / %rbx */
824 };
825
826 /* Position of operand_type bits. */
827
828 enum
829 {
830 /* Class and Instance */
831 ClassInstance = CLASS_WIDTH + INSTANCE_WIDTH - 1,
832 /* 1 bit immediate */
833 Imm1,
834 /* 8 bit immediate */
835 Imm8,
836 /* 8 bit immediate sign extended */
837 Imm8S,
838 /* 16 bit immediate */
839 Imm16,
840 /* 32 bit immediate */
841 Imm32,
842 /* 32 bit immediate sign extended */
843 Imm32S,
844 /* 64 bit immediate */
845 Imm64,
846 /* 8bit/16bit/32bit displacements are used in different ways,
847 depending on the instruction. For jumps, they specify the
848 size of the PC relative displacement, for instructions with
849 memory operand, they specify the size of the offset relative
850 to the base register, and for instructions with memory offset
851 such as `mov 1234,%al' they specify the size of the offset
852 relative to the segment base. */
853 /* 8 bit displacement */
854 Disp8,
855 /* 16 bit displacement */
856 Disp16,
857 /* 32 bit displacement (64-bit: sign-extended) */
858 Disp32,
859 /* 64 bit displacement */
860 Disp64,
861 /* Register which can be used for base or index in memory operand. */
862 BaseIndex,
863 /* BYTE size. */
864 Byte,
865 /* WORD size. 2 byte */
866 Word,
867 /* DWORD size. 4 byte */
868 Dword,
869 /* FWORD size. 6 byte */
870 Fword,
871 /* QWORD size. 8 byte */
872 Qword,
873 /* TBYTE size. 10 byte */
874 Tbyte,
875 /* XMMWORD size. */
876 Xmmword,
877 /* YMMWORD size. */
878 Ymmword,
879 /* ZMMWORD size. */
880 Zmmword,
881 /* TMMWORD size. */
882 Tmmword,
883 /* Unspecified memory size. */
884 Unspecified,
885
886 /* The number of bits in i386_operand_type. */
887 OTNum
888 };
889
890 #define OTNumOfUints \
891 ((OTNum - 1) / sizeof (unsigned int) / CHAR_BIT + 1)
892 #define OTNumOfBits \
893 (OTNumOfUints * sizeof (unsigned int) * CHAR_BIT)
894
895 /* If you get a compiler error for zero width of the unused field,
896 comment it out. */
897 #define OTUnused OTNum
898
899 typedef union i386_operand_type
900 {
901 struct
902 {
903 unsigned int class:CLASS_WIDTH;
904 unsigned int instance:INSTANCE_WIDTH;
905 unsigned int imm1:1;
906 unsigned int imm8:1;
907 unsigned int imm8s:1;
908 unsigned int imm16:1;
909 unsigned int imm32:1;
910 unsigned int imm32s:1;
911 unsigned int imm64:1;
912 unsigned int disp8:1;
913 unsigned int disp16:1;
914 unsigned int disp32:1;
915 unsigned int disp64:1;
916 unsigned int baseindex:1;
917 unsigned int byte:1;
918 unsigned int word:1;
919 unsigned int dword:1;
920 unsigned int fword:1;
921 unsigned int qword:1;
922 unsigned int tbyte:1;
923 unsigned int xmmword:1;
924 unsigned int ymmword:1;
925 unsigned int zmmword:1;
926 unsigned int tmmword:1;
927 unsigned int unspecified:1;
928 #ifdef OTUnused
929 unsigned int unused:(OTNumOfBits - OTUnused);
930 #endif
931 } bitfield;
932 unsigned int array[OTNumOfUints];
933 } i386_operand_type;
934
935 typedef struct insn_template
936 {
937 /* instruction name sans width suffix ("mov" for movl insns) */
938 unsigned int mnem_off;
939
940 /* Bitfield arrangement is such that individual fields can be easily
941 extracted (in native builds at least) - either by at most a masking
942 operation (base_opcode, operands), or by just a (signed) right shift
943 (extension_opcode). Please try to maintain this property. */
944
945 /* base_opcode is the fundamental opcode byte without optional
946 prefix(es). */
947 unsigned int base_opcode:16;
948 #define Opcode_D 0x2 /* Direction bit:
949 set if Reg --> Regmem;
950 unset if Regmem --> Reg. */
951 #define Opcode_FloatR 0x8 /* ModR/M bit to swap src/dest for float insns. */
952 #define Opcode_FloatD 0x4 /* Direction bit for float insns. */
953 #define Opcode_ExtD 0x1 /* Direction bit for extended opcode space insns. */
954 #define Opcode_SIMD_IntD 0x10 /* Direction bit for SIMD int insns. */
955 /* The next value is arbitrary, as long as it's non-zero and distinct
956 from all other values above. */
957 #define Opcode_VexW 0xf /* Operand order controlled by VEX.W. */
958
959 /* how many operands */
960 unsigned int operands:3;
961
962 /* opcode space */
963 unsigned int opcode_space:4;
964 /* Opcode encoding space (values chosen to be usable directly in
965 VEX/XOP mmmmm and EVEX mm fields):
966 0: Base opcode space.
967 1: 0F opcode prefix / space.
968 2: 0F38 opcode prefix / space.
969 3: 0F3A opcode prefix / space.
970 5: EVEXMAP5 opcode prefix / space.
971 6: EVEXMAP6 opcode prefix / space.
972 7: VEXMAP7 opcode prefix / space.
973 8: XOP 08 opcode space.
974 9: XOP 09 opcode space.
975 A: XOP 0A opcode space.
976 */
977 #define SPACE_BASE 0
978 #define SPACE_0F 1
979 #define SPACE_0F38 2
980 #define SPACE_0F3A 3
981 #define SPACE_EVEXMAP5 5
982 #define SPACE_EVEXMAP6 6
983 #define SPACE_VEXMAP7 7
984 #define SPACE_XOP08 8
985 #define SPACE_XOP09 9
986 #define SPACE_XOP0A 0xA
987
988 /* (Fake) base opcode value for pseudo prefixes. */
989 #define PSEUDO_PREFIX 0
990
991 /* extension_opcode is the 3 bit extension for group <n> insns.
992 This field is also used to store the 8-bit opcode suffix for the
993 AMD 3DNow! instructions.
994 If this template has no extension opcode (the usual case) use None
995 Instructions */
996 signed int extension_opcode:9;
997 #define None (-1) /* If no extension_opcode is possible. */
998
999 /* Pseudo prefixes. */
1000 #define Prefix_Disp8 0 /* {disp8} */
1001 #define Prefix_Disp16 1 /* {disp16} */
1002 #define Prefix_Disp32 2 /* {disp32} */
1003 #define Prefix_Load 3 /* {load} */
1004 #define Prefix_Store 4 /* {store} */
1005 #define Prefix_VEX 5 /* {vex} */
1006 #define Prefix_VEX3 6 /* {vex3} */
1007 #define Prefix_EVEX 7 /* {evex} */
1008 #define Prefix_REX 8 /* {rex} */
1009 #define Prefix_NoOptimize 9 /* {nooptimize} */
1010
1011 /* the bits in opcode_modifier are used to generate the final opcode from
1012 the base_opcode. These bits also are used to detect alternate forms of
1013 the same instruction */
1014 i386_opcode_modifier opcode_modifier;
1015
1016 /* cpu feature attributes */
1017 i386_cpu_attr cpu, cpu_any;
1018
1019 /* operand_types[i] describes the type of operand i. This is made
1020 by OR'ing together all of the possible type masks. (e.g.
1021 'operand_types[i] = Reg|Imm' specifies that operand i can be
1022 either a register or an immediate operand. */
1023 i386_operand_type operand_types[MAX_OPERANDS];
1024 }
1025 insn_template;
1026
1027 /* these are for register name --> number & type hash lookup */
1028 typedef struct
1029 {
1030 char reg_name[8];
1031 i386_operand_type reg_type;
1032 unsigned char reg_flags;
1033 #define RegRex 0x1 /* Extended register. */
1034 #define RegRex64 0x2 /* Extended 8 bit register. */
1035 #define RegVRex 0x4 /* Extended vector register. */
1036 unsigned char reg_num;
1037 #define RegIP ((unsigned char ) ~0)
1038 /* EIZ and RIZ are fake index registers. */
1039 #define RegIZ (RegIP - 1)
1040 /* FLAT is a fake segment register (Intel mode). */
1041 #define RegFlat ((unsigned char) ~0)
1042 signed char dw2_regnum[2];
1043 #define Dw2Inval (-1)
1044 }
1045 reg_entry;