diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index a8f3fd2..3b0f2c6 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -274,6 +274,8 @@ enum 1: 128bit VEX prefix. 2: 256bit VEX prefix. */ +#define VEX128 1 +#define VEX256 2 Vex, /* insn has VEX NDS. Register-only source is encoded in Vex prefix. We use VexNDS on insns with VEX DDS since the register-only source |