From 6431c8015b1d8a75facbd2d0ec6a4f1e98167f72 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Mon, 6 Jul 2020 13:40:40 +0200 Subject: 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/i386-dis-evex-prefix.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'opcodes/i386-dis-evex-prefix.h') diff --git a/opcodes/i386-dis-evex-prefix.h b/opcodes/i386-dis-evex-prefix.h index 413fd97..01998c5 100644 --- a/opcodes/i386-dis-evex-prefix.h +++ b/opcodes/i386-dis-evex-prefix.h @@ -1235,12 +1235,6 @@ { Bad_Opcode }, { VEX_W_TABLE (EVEX_W_0F3A1B_P_2) }, }, - /* PREFIX_EVEX_0F3A1D */ - { - { Bad_Opcode }, - { Bad_Opcode }, - { VEX_W_TABLE (EVEX_W_0F3A1D_P_2) }, - }, /* PREFIX_EVEX_0F3A1E */ { { Bad_Opcode }, -- cgit v1.1