aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorMichal Ludvig <mludvig@suse.cz>2004-07-30 12:36:38 +0000
committerMichal Ludvig <mludvig@suse.cz>2004-07-30 12:36:38 +0000
commit30d1c83669cde497bd6816d05b62e1cfd37146d2 (patch)
tree5730415b9fed9dac379c6504765498ce7676e338 /include/opcode/i386.h
parente92f3704d65632c3b8458eb1c930abc2483ad0df (diff)
downloadgdb-30d1c83669cde497bd6816d05b62e1cfd37146d2.zip
gdb-30d1c83669cde497bd6816d05b62e1cfd37146d2.tar.gz
gdb-30d1c83669cde497bd6816d05b62e1cfd37146d2.tar.bz2
Added new instructions for next version of VIA PadLock core.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 454a7fd..96bf149 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -1378,6 +1378,9 @@ 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} },
+{"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, 0x000fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },