summaryrefslogtreecommitdiff
path: root/simplex86.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2013-02-20 14:40:20 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-02-20 14:40:20 -0500
commitcd83be42f8ad4e18c525686aa6375a1db154044e (patch)
tree8504995b2dab5678bb7b17af6a4242f3b8e0096f /simplex86.h
parentc5813fc146e784f9ea586ac910bf91196a50e7e8 (diff)
movbe
Diffstat (limited to 'simplex86.h')
-rw-r--r--simplex86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplex86.h b/simplex86.h
index da63e8e..efc0c61 100644
--- a/simplex86.h
+++ b/simplex86.h
@@ -264,6 +264,7 @@ typedef enum
PROCESS_INSTRUCTION (cwde, 0) \
PROCESS_INSTRUCTION (cdqe, 0) \
PROCESS_INSTRUCTION (bswap, 1) \
+ PROCESS_INSTRUCTION (movbe, 2) \
PROCESS_INSTRUCTION (label, 1) \
PROCESS_INSTRUCTION (align, 1) \
PROCESS_INSTRUCTION (lock, 0) \