diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-12 21:40:38 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-12 21:40:38 +0000 |
commit | e2ec9d29b7b08124192281bf4cdb4c89c80762f8 (patch) | |
tree | 070eeb356123b2afd62558ce4278924a1c55ebf2 /gas/ChangeLog | |
parent | 88a94849aabddaf4e6d1d2f4f2e64a5eab811430 (diff) | |
download | gdb-e2ec9d29b7b08124192281bf4cdb4c89c80762f8.zip gdb-e2ec9d29b7b08124192281bf4cdb4c89c80762f8.tar.gz gdb-e2ec9d29b7b08124192281bf4cdb4c89c80762f8.tar.bz2 |
gas/
2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_operands): Check the firstxmm0
field in opcode_modifier for instruction with a implicit
xmm0 as the first operand.
opcodes/
2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Add FirstXmm0.
* i386-opc.h (FirstXmm0): New.
(IsPrefix): Updated.
(i386_opcode_modifier): Add firstxmm0.
* i386-opc.tbl (blendvpd): Replace RegKludge with FirstXmm0.
(blendvps): Likewise.
(pblendvb): Likewise.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0251d1e..6bffb5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,10 @@ -2007-10-09 Eric B. Weddington <eweddington@cso.atmel.com> +2007-10-12 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (process_operands): Check the firstxmm0 + field in opcode_modifier for instruction with a implicit + xmm0 as the first operand. + +2007-10-12 Eric B. Weddington <eweddington@cso.atmel.com> * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, AT90PWM3B. |