diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a60cb60..1c6e536 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,18 @@ 2018-09-13 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (operand_size_match): Mirror + .reg/.regsimd/.acc handling from forward to reverse case. + (build_vex_prefix): Check first and last operand types are equal + and also consider .d for swapping operands for VEX2 encoding. + (match_template): Clear found_reverse_match on every iteration. + Use Opcode_SIMD_FloatD and Opcode_SIMD_IntD. + * testsuite/gas/i386/pseudos.s, + testsuite/gas/i386/x86-64-pseudos.s: Add kmov* tests. + * testsuite/gas/i386/pseudos.d, + testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations. + +2018-09-13 Jan Beulich <jbeulich@suse.com> + testsuite/gas/i386/ilp32/x86-64-opts.d, testsuite/gas/i386/ilp32/x86-64-opts-intel.d, testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d, |