summaryrefslogtreecommitdiff
path: root/src/arch/x86/instruction.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-08 08:52:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-08 08:52:12 (GMT)
commitdd75712aac8f70d18f07787d5d484d426600edeb (patch)
treeda59baffde7eb4eea2849c742321c3c96e485baa /src/arch/x86/instruction.h
parenta10960d2accb3eae5353917a7853cf0693cd081a (diff)
Supported more x86 opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@71 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86/instruction.h')
-rw-r--r--src/arch/x86/instruction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h
index 6186e96..460dd0e 100644
--- a/src/arch/x86/instruction.h
+++ b/src/arch/x86/instruction.h
@@ -234,8 +234,12 @@ typedef enum _X86Opcodes
XOP_HLT, /* hlt (0xf4) */
+ XOP_TEST_RM1632_IMM1632, /* test ([0x66] 0xf7 0) */
+ XOP_TEST_RM1632_IMM1632_BIS, /* test ([0x66] 0xf7 1) */
XOP_NOT_RM1632, /* not ([0x66] 0xf7 2) */
+ XOP_IMUL_RM1632, /* imul ([0x66] 0xf7 5) */
+
XOP_CLD, /* cld (0xfc) */
XOP_CALL_RM1632, /* call ([0x66] 0xff 2) */