diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-04-18 13:10:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-04-18 13:10:32 +0000 |
commit | dae39accc2005cb456ad00d4369b3ccc482f6a7d (patch) | |
tree | 618818e95dd66e934b57c21fce3c0c91bec9f28d /gas/testsuite/ChangeLog | |
parent | 266df637a89fce6f2d0adbbee3361a2ea4f25af2 (diff) | |
download | gdb-dae39accc2005cb456ad00d4369b3ccc482f6a7d.zip gdb-dae39accc2005cb456ad00d4369b3ccc482f6a7d.tar.gz gdb-dae39accc2005cb456ad00d4369b3ccc482f6a7d.tar.bz2 |
gas/
2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
FMA.
gas/testsuite/
2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/arch-10.d: Updated.
* gas/i386/avx.d: Likewise.
* gas/i386/avx-intel.d: Likewise.
* gas/i386/x86-64-arch-2.d: Likewise.
* gas/i386/x86-64-avx.d: Likewise.
* gas/i386/x86-64-avx-intel.d: Likewise.
opcodes/
2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (OP_VEX_FMA): New.
(OP_EX_VexImmW): Likewise.
(VexFMA): Likewise.
(Vex128FMA): Likewise.
(EXVexImmW): Likewise.
(get_vex_imm8): Likewise.
(OP_EX_VexReg): Likewise.
(vex_i4_done): Renamed to ...
(vex_w_done): This.
(prefix_table): Replace EXVexW with EXVexImmW on vpermil2ps
and vpermil2pd. Replace Vex/Vex128 with VexFMA/Vex128FMA on
FMA instructions.
(print_insn): Updated.
(OP_EX_VexW): Rewrite to swap register in VEX with EX.
(OP_REG_VexI4): Check invalid high registers.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3dcb5ca..d8cfbcf 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,8 +1,17 @@ +2008-04-18 H.J. Lu <hongjiu.lu@intel.com> + + * gas/i386/arch-10.d: Updated. + * gas/i386/avx.d: Likewise. + * gas/i386/avx-intel.d: Likewise. + * gas/i386/x86-64-arch-2.d: Likewise. + * gas/i386/x86-64-avx.d: Likewise. + * gas/i386/x86-64-avx-intel.d: Likewise. + 2008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> Michael Meissner <michael.meissner@amd.com> - * gas/i386/x86-64-sse5.s: Add protX tests to allow memory in the middle - operand. + * gas/i386/x86-64-sse5.s: Add protX tests to allow memory in the + middle operand. * gas/i386/x86-64-sse5.d: Likewise. 2008-04-16 David S. Miller <davem@davemloft.net> |