summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-09-09 11:03:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-09-09 11:04:07 -0700
commit396111e449f3b80fddc917b3b4aa652dcc659e5b (patch)
treebeb362dd153666915e54ef918b79fc9a216d9a59
parent5c06222e1c7d3cc2cde7844f281d04c35e88d11b (diff)
downloadnasm-396111e449f3b80fddc917b3b4aa652dcc659e5b.tar.gz
Add CLAC and STAC instructions from AVX spec 014 (319433-014)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--insns.dat4
1 files changed, 4 insertions, 0 deletions
diff --git a/insns.dat b/insns.dat
index 0b3da4c3..dfa50395 100644
--- a/insns.dat
+++ b/insns.dat
@@ -2895,6 +2895,10 @@ RDSEED reg16 [m: o16 0f c7 /7] FUTURE
RDSEED reg32 [m: o32 0f c7 /7] FUTURE
RDSEED reg64 [m: o64 0f c7 /7] LONG,FUTURE
+; Per AVX spec revision 14, document 319433-014
+CLAC void [ 0f 01 ca] PRIV,FUTURE
+STAC void [ 0f 01 cb] PRIV,FUTURE
+
;# VIA (Centaur) security instructions
XSTORE void [ 0f a7 c0] PENT,CYRIX
XCRYPTECB void [ mustrep 0f a7 c8] PENT,CYRIX