summaryrefslogtreecommitdiffstats
path: root/include/opcode/i386.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-02-12 04:51:40 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-02-12 04:51:40 +0000
commit79010c3b34104a2b38970e3af13910ea0308bcdc (patch)
tree7a5ec8d53ed476fadfe3f1ae03b092933be6751f /include/opcode/i386.h
parentb46bc8f5f51ea1fbe334644e540268dbcce9c24e (diff)
downloadcygnal-79010c3b34104a2b38970e3af13910ea0308bcdc.tar.gz
cygnal-79010c3b34104a2b38970e3af13910ea0308bcdc.tar.bz2
cygnal-79010c3b34104a2b38970e3af13910ea0308bcdc.zip
gas/testsuite/
2007-02-11 H.J. Lu <hongjiu.lu@intel.com> PR gas/4027 * gas/i386/opcode.s: Add more tests for "test". * i386/opcode-intel.d: Updated. * gas/i386/opcode-suffix.d: Likewise. * gas/i386/opcode.d: Likewise. include/opcode/ 2007-02-11 H.J. Lu <hongjiu.lu@intel.com> PR gas/4027 * i386.h (i386_optab): Put the real "test" before the pseudo one.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 3e91aa0e4..97e3761c9 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -251,8 +251,8 @@ static const template i386_optab[] =
{"cmp", 2, 0x3c, X, 0, bwlq_Suf|W, { EncImm, Acc, 0} },
{"cmp", 2, 0x80, 7, 0, bwlq_Suf|W|Modrm, { EncImm, Reg|AnyMem, 0} },
-{"test", 2, 0x84, X, 0, bwlq_Suf|W|Modrm, { Reg|AnyMem, Reg, 0} },
{"test", 2, 0x84, X, 0, bwlq_Suf|W|Modrm, { Reg, Reg|AnyMem, 0} },
+{"test", 2, 0x84, X, 0, bwlq_Suf|W|Modrm, { AnyMem, Reg, 0} },
{"test", 2, 0xa8, X, 0, bwlq_Suf|W, { EncImm, Acc, 0} },
{"test", 2, 0xf6, 0, 0, bwlq_Suf|W|Modrm, { EncImm, Reg|AnyMem, 0} },