summaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-18 21:20:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-18 21:20:10 +0000
commit42f6b9ffef1927d55d15075d9e810435c590c404 (patch)
tree7c95a9c9dffd83bd2b1b05383d24668f2eda796b /include/opcode/i386.h
parentecb78adf803de7c4a6396b2a6ecbb0f09a9f0513 (diff)
Notes
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 5e3673e2b0412..ce1a327bf8cf5 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -1367,7 +1367,10 @@ static const template i386_optab[] = {
{"xcryptcbc", 0, 0xf30fa7d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
{"xcryptcfb", 0, 0xf30fa7e0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
{"xcryptofb", 0, 0xf30fa7e8, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
-/* alias for xstorerng */
+{"montmul", 0, 0xf30fa6c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
+{"xsha1", 0, 0xf30fa6c8, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
+{"xsha256", 0, 0xf30fa6d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
+/* Alias for xstorerng. */
{"xstore", 0, 0x0fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
/* sentinel */