summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2016-03-05 01:36:49 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2016-03-05 01:36:49 +0300
commita19c22ec904effa9e78e729e70faf58d2e7187fd (patch)
tree7187712b61840fb43dfd8f2d6a5e41626bc7d1ad
parent52e8646d17b47c65b2c08010df22342efd07305b (diff)
downloadnasm-a19c22ec904effa9e78e729e70faf58d2e7187fd.tar.gz
insns.dat: Add MONITORX/MWAITX AMD instructions
http://bugzilla.nasm.us/show_bug.cgi?id=3392336 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--insns.dat4
1 files changed, 4 insertions, 0 deletions
diff --git a/insns.dat b/insns.dat
index c3bf293c..ef797d22 100644
--- a/insns.dat
+++ b/insns.dat
@@ -799,6 +799,8 @@ MFENCE void [ np 0f ae f0] X64,AMD
MONITOR void [ 0f 01 c8] PRESCOTT
MONITOR reg_eax,reg_ecx,reg_edx [---: 0f 01 c8] PRESCOTT,NOLONG,ND
MONITOR reg_rax,reg_ecx,reg_edx [---: 0f 01 c8] X64,ND
+MONITORX void [ 0f 01 fa] X64,AMD
+MONITORX reg_rax,reg_ecx,reg_edx [---: 0f 01 fa] X64,AMD,ND
MOV mem,reg_sreg [mr: 8c /r] 8086,SW
MOV reg16,reg_sreg [mr: o16 8c /r] 8086
MOV reg32,reg_sreg [mr: o32 8c /r] 386
@@ -891,6 +893,8 @@ MUL rm32 [m: o32 f7 /4] 386
MUL rm64 [m: o64 f7 /4] X64
MWAIT void [ 0f 01 c9] PRESCOTT
MWAIT reg_eax,reg_ecx [--: 0f 01 c9] PRESCOTT,ND
+MWAITX void [ 0f 01 fb] X64,AMD
+MWAITX reg_eax,reg_ecx [--: 0f 01 fb] X64,AMD,ND
NEG rm8 [m: hle f6 /3] 8086,LOCK
NEG rm16 [m: hle o16 f7 /3] 8086,LOCK
NEG rm32 [m: hle o32 f7 /3] 386,LOCK