From 492a76aab5c3546a5a6bc8904e87c548460929d2 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 14 Jul 2020 10:30:26 +0200 Subject: x86: replace %LW by %DQ This makes more visible what the two alternatives will be that result from this macro. --- opcodes/i386-dis-evex-len.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes/i386-dis-evex-len.h') diff --git a/opcodes/i386-dis-evex-len.h b/opcodes/i386-dis-evex-len.h index f844ed0..028fd12 100644 --- a/opcodes/i386-dis-evex-len.h +++ b/opcodes/i386-dis-evex-len.h @@ -81,8 +81,8 @@ static const struct dis386 evex_len_table[][3] = { /* EVEX_LEN_0F3836_P_2 */ { { Bad_Opcode }, - { "vperm%LW", { XM, Vex, EXx }, 0 }, - { "vperm%LW", { XM, Vex, EXx }, 0 }, + { "vperm%DQ", { XM, Vex, EXx }, 0 }, + { "vperm%DQ", { XM, Vex, EXx }, 0 }, }, /* EVEX_LEN_0F385A_P_2_W_0_M_0 */ -- cgit v1.1