diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-10-29 22:22:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-10-29 22:22:59 +0000 |
commit | 206c2556c22b7cb55b3717cfef8e2f2891f48feb (patch) | |
tree | 7824065b5bbd164af9ce0eda284e4fbb6bb3aafd /opcodes/ChangeLog | |
parent | 8a35fb51cdadb1abc314e1a3071ec201c30ed523 (diff) | |
download | gdb-206c2556c22b7cb55b3717cfef8e2f2891f48feb.zip gdb-206c2556c22b7cb55b3717cfef8e2f2891f48feb.tar.gz gdb-206c2556c22b7cb55b3717cfef8e2f2891f48feb.tar.bz2 |
gas/
2009-10-29 Sebastian Pop <sebastian.pop@amd.com>
* config/tc-i386.c (build_modrm_byte): Do not swap REG and
NDS operands for FMA4.
gas/testsuite/
2009-10-29 Sebastian Pop <sebastian.pop@amd.com>
* gas/i386/fma4.d: Updated patterns.
* gas/i386/x86-64-fma4.d: Same.
opcodes/
2009-10-29 Sebastian Pop <sebastian.pop@amd.com>
* i386-dis.c (OP_VEX_FMA): Removed.
(VexFMA): Removed.
(Vex128FMA): Removed.
(prefix_table): First source operand of FMA4 insns is decoded
with Vex not with VexFMA.
(OP_EX_VexW): Second source operand is decoded with get_vex_imm8
when vex.w is set. Third source operand is decoded with
get_vex_imm8 when vex.w is cleared.
(OP_VEX_FMA): Removed.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9602b1e..4814ba3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2009-10-29 Sebastian Pop <sebastian.pop@amd.com> + + * i386-dis.c (OP_VEX_FMA): Removed. + (VexFMA): Removed. + (Vex128FMA): Removed. + (prefix_table): First source operand of FMA4 insns is decoded + with Vex not with VexFMA. + (OP_EX_VexW): Second source operand is decoded with get_vex_imm8 + when vex.w is set. Third source operand is decoded with + 2009-10-27 Alan Modra <amodra@bigpond.net.au> * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h. |