summaryrefslogtreecommitdiff
path: root/insns.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-02-19 14:55:54 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2014-02-19 14:58:42 -0800
commit0b7db57deb2240f4455bb24341636f352194ca44 (patch)
tree1855216e8077237dbf66458551c6f39c15088539 /insns.dat
parent31f23b05f42befcdbc7f2d9a8d65294d3ea6a5be (diff)
downloadnasm-0b7db57deb2240f4455bb24341636f352194ca44.tar.gz
nasm-0b7db57deb2240f4455bb24341636f352194ca44.tar.bz2
nasm-0b7db57deb2240f4455bb24341636f352194ca44.zip
insns: add XSAVEC, XSAVES and XRSTORS instructions
Add the XSAVEC, XSAVES, and XRSTORS instructions from the Intel SDM release 253665-050US (Feb 2014). Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'insns.dat')
-rw-r--r--insns.dat6
1 files changed, 6 insertions, 0 deletions
diff --git a/insns.dat b/insns.dat
index 1b8d85a..ddc305d 100644
--- a/insns.dat
+++ b/insns.dat
@@ -1586,10 +1586,16 @@ XGETBV void [ 0f 01 d0] NEHALEM
XSETBV void [ 0f 01 d1] NEHALEM,PRIV
XSAVE mem [m: np 0f ae /4] NEHALEM
XSAVE64 mem [m: o64 np 0f ae /4] LONG,NEHALEM
+XSAVEC mem [m: np 0f c7 /4] FUTURE
+XSAVEC64 mem [m: o64 np 0f c7 /4] LONG,FUTURE
XSAVEOPT mem [m: np 0f ae /6] FUTURE
XSAVEOPT64 mem [m: o64 np 0f ae /6] LONG,FUTURE
+XSAVES mem [m: np 0f c7 /5] FUTURE
+XSAVES64 mem [m: o64 np 0f c7 /5] LONG,FUTURE
XRSTOR mem [m: np 0f ae /5] NEHALEM
XRSTOR64 mem [m: o64 np 0f ae /5] LONG,NEHALEM
+XRSTORS mem [m: np 0f c7 /3] FUTURE
+XRSTORS64 mem [m: o64 np 0f c7 /3] LONG,FUTURE
; These instructions are not SSE-specific; they are
;# Generic memory operations