mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
include/opcode/
2005-07-18 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Operands of aam and aad are unsigned.
This commit is contained in:
parent
389f1a9687
commit
9d219da08a
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-18 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
|
* i386.h (i386_optab): Operands of aam and aad are unsigned.
|
||||||
|
|
||||||
2007-07-15 H.J. Lu <hongjiu.lu@intel.com>
|
2007-07-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386.h (i386_optab): Support Intel VMX Instructions.
|
* i386.h (i386_optab): Support Intel VMX Instructions.
|
||||||
|
@ -295,9 +295,9 @@ static const template i386_optab[] =
|
|||||||
{"daa", 0, 0x27, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
{"daa", 0, 0x27, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
||||||
{"das", 0, 0x2f, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
{"das", 0, 0x2f, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
||||||
{"aad", 0, 0xd50a, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
{"aad", 0, 0xd50a, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
||||||
{"aad", 1, 0xd5, X, CpuNo64, NoSuf, { Imm8S, 0, 0} },
|
{"aad", 1, 0xd5, X, CpuNo64, NoSuf, { Imm8, 0, 0} },
|
||||||
{"aam", 0, 0xd40a, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
{"aam", 0, 0xd40a, X, CpuNo64, NoSuf, { 0, 0, 0} },
|
||||||
{"aam", 1, 0xd4, X, CpuNo64, NoSuf, { Imm8S, 0, 0} },
|
{"aam", 1, 0xd4, X, CpuNo64, NoSuf, { Imm8, 0, 0} },
|
||||||
|
|
||||||
/* Conversion insns. */
|
/* Conversion insns. */
|
||||||
/* Intel naming */
|
/* Intel naming */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user