x86: Handle unsupported static rounding in vcvt[u]si2sd in 32-bit mode
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 14 Sep 2018 18:25:01 +0000 (11:25 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 14 Sep 2018 18:25:13 +0000 (11:25 -0700)
commit70df6fc9bc9e114f46532dbe58caa98e495b119c
tree519de0f8ff83cde2203009604bab10ccf17b2b9b
parentd20dee9efad3c23c9098f03ac785037572258483
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.
gas/ChangeLog
gas/testsuite/gas/i386/evex.d
opcodes/ChangeLog
opcodes/i386-dis-evex.h
opcodes/i386-dis.c
This page took 0.026419 seconds and 4 git commands to generate.