From: mludvig Date: Fri, 12 Mar 2004 13:38:46 +0000 (+0000) Subject: 2004-03-12 Michal Ludvig X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9bb0bada85c81ef3ba5b307d8fa88022aa794b0c;p=pf3gnuchains%2Fsourceware.git 2004-03-12 Michal Ludvig * i386.h (i386_optab): Added xstore as an alias for xstorerng. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a0b33eff65..aafdb414b0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ 2004-03-12 Michal Ludvig + * i386.h (i386_optab): Added xstore as an alias for xstorerng. + +2004-03-12 Michal Ludvig + * i386.h (i386_optab): Added xstore/xcrypt insns. 2004-02-09 Anil Paranjpe diff --git a/include/opcode/i386.h b/include/opcode/i386.h index ac59e8a49c..5e3673e2b0 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -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} }