summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/opcodes/i386-tbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/opcodes/i386-tbl.h')
-rw-r--r--contrib/binutils/opcodes/i386-tbl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/binutils/opcodes/i386-tbl.h b/contrib/binutils/opcodes/i386-tbl.h
index ec19f10..17553dc 100644
--- a/contrib/binutils/opcodes/i386-tbl.h
+++ b/contrib/binutils/opcodes/i386-tbl.h
@@ -4379,6 +4379,12 @@ const template i386_optab[] =
{"rdrand", 1, 0x0fc7, 0x6, CpuRdRnd,
Modrm|NoSuf,
{ Reg16|Reg32|Reg64 } },
+
+ /* Intel Supervisor Mode Access Prevention extensions */
+ {"clac", 0, 0x0f01, 0xca, CpuSMAP,
+ NoSuf|ImmExt, { 0, 0, 0 } },
+ {"stac", 0, 0x0f01, 0xcb, CpuSMAP,
+ NoSuf|ImmExt, { 0, 0, 0 } },
{ NULL, 0, 0, 0, 0, 0, { 0 } }
};
OpenPOWER on IntegriCloud