summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-10-03 23:23:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2016-10-03 23:23:02 -0700
commita617487b508967e950f18a790181bbe0adc94d7d (patch)
tree3f1ae47130cd1505fd8c69bf78d2963ecfccbc6b
parent5e0d3b773ffb32d1ae19215dc6a81e22cefba615 (diff)
downloadnasm-a617487b508967e950f18a790181bbe0adc94d7d.tar.gz
Add the CLWB and (already deprecated) PCOMMIT instructions
Add the CLWB and PCOMMIT instructions. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--insns.dat6
1 files changed, 4 insertions, 2 deletions
diff --git a/insns.dat b/insns.dat
index 9d01797e..e9e9230c 100644
--- a/insns.dat
+++ b/insns.dat
@@ -1,6 +1,6 @@
;; --------------------------------------------------------------------------
;;
-;; Copyright 1996-2014 The NASM Authors - All Rights Reserved
+;; Copyright 1996-2016 The NASM Authors - All Rights Reserved
;; See the file AUTHORS included with the NASM distribution for
;; the specific copyright holders.
;;
@@ -5116,6 +5116,9 @@ WRPKRU void [ 0f 01 ef] X64,FUTURE
; New memory instructions
CLFLUSHOPT mem [m: 66 0f ae /7] FUTURE
+CLWB mem [m: 66 0f ae /6] FUTURE
+;# This one was killed before it saw the light of day
+PCOMMIT void [ 66 0f ae f8] FUTURE,UNDOC
; AMD Zen v1
CLZERO void [ 0f 01 fc] FUTURE,AMD
@@ -5314,4 +5317,3 @@ HINT_NOP62 rm64 [m: o64 0f 1f /6] X64,UNDOC
HINT_NOP63 rm16 [m: o16 0f 1f /7] P6,UNDOC
HINT_NOP63 rm32 [m: o32 0f 1f /7] P6,UNDOC
HINT_NOP63 rm64 [m: o64 0f 1f /7] X64,UNDOC
-