aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2019-05-28 10:05:28 -0700
committerH.J. Lu <hjl.tools@gmail.com>2019-05-28 10:05:44 -0700
commita2f4b66c9eb5210f8ef6038d7194af1e5f314f97 (patch)
tree36db3b000a851d9680704b36f17ecf81df19fd72 /opcodes/ChangeLog
parentc0e70c624fc7d89f5cf281350692de89a063786f (diff)
downloadbinutils-a2f4b66c9eb5210f8ef6038d7194af1e5f314f97.zip
binutils-a2f4b66c9eb5210f8ef6038d7194af1e5f314f97.tar.gz
binutils-a2f4b66c9eb5210f8ef6038d7194af1e5f314f97.tar.bz2
x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL
For AVX512 instructions with Disp8ShiftVL and Broadcast, we may need to add CheckRegSize to check if broadcast matches the destination register size. gas/ PR gas/24625 * testsuite/gas/i386/inval-avx512f.s: Add tests for AVX512_BF16 instructions with invalid broadcast. * testsuite/gas/i386/x86-64-inval-avx512f.s: Likewise. * testsuite/gas/i386/inval-avx512f.l: Updated. * testsuite/gas/i386/x86-64-inval-avx512f.l: Likewise. opcodes/ PR gas/24625 * i386-opc.tbl: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL. * i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index faeccf4..8c881a2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2019-05-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/24625
+ * i386-opc.tbl: Add CheckRegSize to AVX512_BF16 instructions with
+ Disp8ShiftVL.
+ * i386-tbl.h: Regenerated.
+
2019-05-24 Alan Modra <amodra@gmail.com>
* po/POTFILES.in: Regenerate.