summaryrefslogtreecommitdiff
path: root/insns.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-22 19:51:13 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-22 19:51:13 -0700
commitdcb4b885d5c294b987b4cb017abe1067e065a8b8 (patch)
tree95c6c6cca6df6efc15c467d024e952d79c3d2fd6 /insns.dat
parentf5c8cf00272b6ef0cf4d9e9b692734176fe755c9 (diff)
downloadnasm-dcb4b885d5c294b987b4cb017abe1067e065a8b8.tar.gz
nasm-dcb4b885d5c294b987b4cb017abe1067e065a8b8.tar.bz2
nasm-dcb4b885d5c294b987b4cb017abe1067e065a8b8.zip
RDTSCP and INVLPGA aren't 64-bit specific
X64 means X86_64,LM -- long mode only.
Diffstat (limited to 'insns.dat')
-rw-r--r--insns.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.dat b/insns.dat
index 6c535e0..bcbedb5 100644
--- a/insns.dat
+++ b/insns.dat
@@ -569,7 +569,7 @@ INT3 void \1\xCC 8086
INTO void \1\xCE 8086,NOLONG
INVD void \2\x0F\x08 486,PRIV
INVLPG mem \300\2\x0F\x01\207 486,PRIV
-INVLPGA void \3\x0F\x01\xDF X64,AMD
+INVLPGA void \3\x0F\x01\xDF X86_64,AMD
IRET void \322\1\xCF 8086
IRETD void \321\1\xCF 386
IRETQ void \324\1\xCF X64
@@ -1047,7 +1047,7 @@ RDSHR rm32 \321\300\2\x0F\x36\200 P6,CYRIX,SMM
RDMSR void \2\x0F\x32 PENT,PRIV
RDPMC void \2\x0F\x33 P6
RDTSC void \2\x0F\x31 PENT
-RDTSCP void \3\x0F\x01\xF9 X64
+RDTSCP void \3\x0F\x01\xF9 X86_64
RET void \1\xC3 8086
RET imm \1\xC2\30 8086,SW
RETF void \1\xCB 8086