aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-07-18 06:11:00 +0000
committerJan Beulich <jbeulich@novell.com>2005-07-18 06:11:00 +0000
commit9d219da08a91a8fe0ac64a636f7d08ad262aea18 (patch)
tree0fefbb37d28f08b5669a015bebed5bafd1fa7c13 /include
parent389f1a9687014dea63ba0634ca6fcc5c27217548 (diff)
downloadnewlib-9d219da08a91a8fe0ac64a636f7d08ad262aea18.zip
newlib-9d219da08a91a8fe0ac64a636f7d08ad262aea18.tar.gz
newlib-9d219da08a91a8fe0ac64a636f7d08ad262aea18.tar.bz2
include/opcode/
2005-07-18 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Operands of aam and aad are unsigned.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/i386.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index eee0068..1f7a41e 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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>
* i386.h (i386_optab): Support Intel VMX Instructions.
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 9da7187..c7f2b45 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -295,9 +295,9 @@ static const template i386_optab[] =
{"daa", 0, 0x27, 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", 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", 1, 0xd4, X, CpuNo64, NoSuf, { Imm8S, 0, 0} },
+{"aam", 1, 0xd4, X, CpuNo64, NoSuf, { Imm8, 0, 0} },
/* Conversion insns. */
/* Intel naming */