2004-03-12 Michal Ludvig <mludvig@suse.cz>
* i386.h (i386_optab): Added xstore as an alias for xstorerng.
This commit is contained in:
parent
1260d0e446
commit
cbc2ab7c83
|
@ -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>
|
2004-03-12 Michal Ludvig <mludvig@suse.cz>
|
||||||
|
|
||||||
* i386.h (i386_optab): Added xstore/xcrypt insns.
|
* i386.h (i386_optab): Added xstore/xcrypt insns.
|
||||||
|
|
|
@ -1367,6 +1367,8 @@ static const template i386_optab[] = {
|
||||||
{"xcryptcbc", 0, 0xf30fa7d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
|
{"xcryptcbc", 0, 0xf30fa7d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} },
|
||||||
{"xcryptcfb", 0, 0xf30fa7e0, 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} },
|
{"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 */
|
/* sentinel */
|
||||||
{NULL, 0, 0, 0, 0, 0, { 0, 0, 0} }
|
{NULL, 0, 0, 0, 0, 0, { 0, 0, 0} }
|
||||||
|
|
Loading…
Reference in New Issue