x86: honor VEX.W for VCVT{PH2PS,PS2PH}
authorJan Beulich <jbeulich@suse.com>
Mon, 6 Jul 2020 11:40:40 +0000 (13:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 Jul 2020 11:40:40 +0000 (13:40 +0200)
commit6431c8015b1d8a75facbd2d0ec6a4f1e98167f72
treebf95c450de65481de629c3c3afbd4c22944ae8ec
parent6df22cf64c935c7a467759048858bb7e8ef70235
x86: honor VEX.W for VCVT{PH2PS,PS2PH}

Unlike for the EVEX-encoded versions, the VEX ones failed to decode
VEX.W. Once the necessary adjustments are done, it becomes obvious that
the EVEX and VEX table entries for VCVTPS2PH are identical and can hence
be folded.
opcodes/ChangeLog
opcodes/i386-dis-evex-prefix.h
opcodes/i386-dis-evex-w.h
opcodes/i386-dis-evex.h
opcodes/i386-dis.c
This page took 0.024018 seconds and 4 git commands to generate.