diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-11-06 11:38:47 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-11-06 11:38:47 +0100 |
commit | bbae6b11eb3a3c4a4c2f589d6c2b30e3c6b97c04 (patch) | |
tree | d4196fd750181f69795ffeb1a4db743aaa2204b9 /opcodes/ChangeLog | |
parent | 50cab6efce0f96fb1901595dc7a516de865f9c80 (diff) | |
download | gdb-bbae6b11eb3a3c4a4c2f589d6c2b30e3c6b97c04.zip gdb-bbae6b11eb3a3c4a4c2f589d6c2b30e3c6b97c04.tar.gz gdb-bbae6b11eb3a3c4a4c2f589d6c2b30e3c6b97c04.tar.bz2 |
x86: XOP VPHADD* / VPHSUB* are VEX.W0
Also avoid introducing further uses of VexW=1, by introducing and using
VexW0 at this occasion. Move the marker past all #define-s.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 82fbc75..4594c68 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2018-11-06 Jan Beulich <jbeulich@suse.com> + + * i386-opc.tbl (VexW0, VexW1): New. + (vphadd*, vphsub*): Use VexW0 on XOP variants. + * i386-tbl.h: Re-generate. + 2018-10-22 John Darrington <john@darrington.wattle.id.au> * s12z-dis.c (decode_possible_symbol): Add fallback case. |