aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-09-14 11:25:01 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-09-14 11:25:13 -0700
commit70df6fc9bc9e114f46532dbe58caa98e495b119c (patch)
tree519de0f8ff83cde2203009604bab10ccf17b2b9b /opcodes/ChangeLog
parentd20dee9efad3c23c9098f03ac785037572258483 (diff)
downloadbinutils-70df6fc9bc9e114f46532dbe58caa98e495b119c.zip
binutils-70df6fc9bc9e114f46532dbe58caa98e495b119c.tar.gz
binutils-70df6fc9bc9e114f46532dbe58caa98e495b119c.tar.bz2
x86: Handle unsupported static rounding in vcvt[u]si2sd in 32-bit mode
Update x86 disassembler to handle the unsupported static rounding in vcvt[u]si2sd in 32-bit mode. gas/ PR binutils/23655 * testsuite/gas/i386/evex.d: Updated. opcodes/ PR binutils/23655 * i386-dis-evex.h: Replace EXxEVexR with EXxEVexR64 for vcvtsi2sd%LQ and vcvtusi2sd%LQ. * i386-dis.c (EXxEVexR64): New. (evex_rounding_64_mode): Likewise. (OP_Rounding): Handle evex_rounding_64_mode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7def411..571aa6c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,6 +1,15 @@
2018-09-14 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/23655
+ * i386-dis-evex.h: Replace EXxEVexR with EXxEVexR64 for
+ vcvtsi2sd%LQ and vcvtusi2sd%LQ.
+ * i386-dis.c (EXxEVexR64): New.
+ (evex_rounding_64_mode): Likewise.
+ (OP_Rounding): Handle evex_rounding_64_mode.
+
+2018-09-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/23655
* i386-dis-evex.h (evex_table): Replace Eq with Edqa for
vcvtsi2ss%LQ, vcvtsi2sd%LQ, vcvtusi2ss%LQ and vcvtusi2sd%LQ.
* i386-dis.c (Edqa): New.