summaryrefslogtreecommitdiff
path: root/src/arch/x86/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/instruction.h')
-rw-r--r--src/arch/x86/instruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h
index 33d3e87..0fc7513 100644
--- a/src/arch/x86/instruction.h
+++ b/src/arch/x86/instruction.h
@@ -127,6 +127,9 @@ typedef enum _X86Opcodes
XOP_POP_E_SI, /* pop ([0x66] 0x5e) */
XOP_POP_E_DI, /* pop ([0x66] 0x5f) */
+ XOP_POPA, /* popa (0x61) */
+
+ XOP_ARPL_RM16_R16, /* arpl (0x63) */
XOP_PUSH_IMM1632, /* push ([0x66] 0x68) */
XOP_IMUL_R1632_RM1632_IMM1632, /* imul ([0x66] 0x69) */