gas/testsuite/
authorRoland McGrath <roland@gnu.org>
Tue, 7 Aug 2012 18:22:04 +0000 (18:22 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 7 Aug 2012 18:22:04 +0000 (18:22 +0000)
commitd7189fa58ee97cd21ed0f25211b9af936a0c4abe
tree5edef028729ee04d56623efda8e1721bfe61ab6a
parent5888842d28d8bff0732a5de1ab008944a7ad5123
gas/testsuite/
* gas/i386/prefetch.s: New file.
* gas/i386/prefetch.d: New file.
* gas/i386/prefetch-intel.d: New file.
* gas/i386/x86-64-prefetch.d: New file.
* gas/i386/x86-64-prefetch-intel.d: New file.
* gas/i386/i386.exp: Run them.

opcodes/
* i386-dis.c (reg_table): Fill out REG_0F0D table with
AMD-reserved cases as "prefetch".
(MOD_0F18_REG_4, MOD_0F18_REG_5): New enum constants.
(MOD_0F18_REG_6, MOD_0F18_REG_7): Likewise.
(reg_table): Use those under REG_0F18.
(mod_table): Add those cases as "nop/reserved".
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/prefetch-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/prefetch.d [new file with mode: 0644]
gas/testsuite/gas/i386/prefetch.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-prefetch-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-prefetch.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c