aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-11-06 11:40:25 +0100
committerJan Beulich <jbeulich@suse.com>2018-11-06 11:40:25 +0100
commit563c7eef61a1835973b857eaa7372ec66fc91d64 (patch)
tree9b836e6a846c1b12f06e12493b1769e8818e8219 /gas/ChangeLog
parent0aaca1d90a2f9f075852b2ea5907937cca037044 (diff)
downloadgdb-563c7eef61a1835973b857eaa7372ec66fc91d64.zip
gdb-563c7eef61a1835973b857eaa7372ec66fc91d64.tar.gz
gdb-563c7eef61a1835973b857eaa7372ec66fc91d64.tar.bz2
x86: allow {store} to select alternative {,}PEXTRW encoding
The 0F C5 encoding is indeed a load type one (just that memory operands are not permitted), while the 0F 3A 15 encoding is obviously a store. Allow the pseudo prefixes to be used to select between them. Also move (without any change) the secondary AVX512BW templates next to the primary one.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 07d2b93..673e8d7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2018-11-06 Jan Beulich <jbeulich@suse.com>
+ * testsuite/gas/i386/pseudos.s,
+ testsuite/gas/i386/x86-64-pseudos.s: Add pextrw / vpextrw cases.
+ * testsuite/gas/i386/pseudos.d,
+ testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
+
+2018-11-06 Jan Beulich <jbeulich@suse.com>
+
* testsuite/gas/i386/avx-wig.s,
testsuite/gas/i386/x86-64-avx-wig.s: Add vandp*, vandnp*, vorp*,
vcmpeq*, and vcvtss2sd cases.