aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2015-06-01 09:51:28 +0200
committerJan Beulich <jbeulich@suse.com>2015-06-01 09:51:28 +0200
commit3a8547d2fb5319890dda877fb313822053083c3a (patch)
tree8c715e8520fd5e5f0cfb29e8596a4afb2b821e8e /gas/testsuite/ChangeLog
parent015c54d5a6a052f074fab168bc70296131276e80 (diff)
downloadgdb-3a8547d2fb5319890dda877fb313822053083c3a.zip
gdb-3a8547d2fb5319890dda877fb313822053083c3a.tar.gz
gdb-3a8547d2fb5319890dda877fb313822053083c3a.tar.bz2
x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand order
As pointed out before, the documentation mandates the rounding mode to follow the GPR, so disassembler should produce output accordingly. gas/testsuite/ 2015-06-01 Jan Beulich <jbeulich@suse.com> * gas/i386/avx512f.s: Adjust operand order for Intel syntax vcvt{,u}si2ss. * gas/i386/x86-64-avx512f.s: Adjust operand order for Intel syntax vcvt{,u}si2s{d,s}. opcodes/ 2015-06-01 Jan Beulich <jbeulich@suse.com> * i386-dis.c (print_insn): Swap rounding mode specifier and general purpose register in Intel mode.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 5075aac..cbe34d1 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2015-06-01 Jan Beulich <jbeulich@suse.com>
+ * gas/i386/avx512f.s: Adjust operand order for Intel syntax
+ vcvt{,u}si2ss.
+ * gas/i386/x86-64-avx512f.s: Adjust operand order for Intel
+ syntax vcvt{,u}si2s{d,s}.
+
+2015-06-01 Jan Beulich <jbeulich@suse.com>
+
* gas/i386/avx512f-intel.d: Adjust expectations on operand order.
* gas/i386/evex-lig256-intel.d: Likewise.
* gas/i386/evex-lig512-intel.d: Likewise.