2004-03-12 Michal Ludvig <mludvig@suse.cz>
authorMichal Ludvig <mludvig@suse.cz>
Fri, 12 Mar 2004 13:38:46 +0000 (13:38 +0000)
committerMichal Ludvig <mludvig@suse.cz>
Fri, 12 Mar 2004 13:38:46 +0000 (13:38 +0000)
* i386.h (i386_optab): Added xstore as an alias for xstorerng.

include/opcode/ChangeLog
include/opcode/i386.h

index a0b33eff65d73abb7c2725405c1977e780ee9ec6..aafdb414b03ecf358197038d46c974f1f468e57c 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-12  Michal Ludvig  <mludvig@suse.cz>
+
+       * i386.h (i386_optab): Added xstore as an alias for xstorerng.
+
 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
 
        * i386.h (i386_optab): Added xstore/xcrypt insns.
index ac59e8a49c18aba0ef888a9ac2025422ac5ea8b9..5e3673e2b041270a082b91b9d75834d01ef4d358 100644 (file)
@@ -1367,6 +1367,8 @@ 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 */
+{"xstore", 0, 0x0fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
 
 /* sentinel */
 {NULL, 0, 0, 0, 0, 0, { 0, 0, 0} }
This page took 0.025764 seconds and 4 git commands to generate.