x86: replace EX{d,q}Scalar by EXxmm_m{d,q}
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index eb71280e606b8626e7eaf642508e88b7ff2b905d..3578b6b745b4e7605fd626bf50ab6504e855cfdc 100644 (file)
@@ -1,3 +1,15 @@
+2020-07-06  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-dis.c (safe-ctype.h): Include.
+       (EXdScalar, EXqScalar): Delete.
+       (d_scalar_mode, q_scalar_mode): Delete.
+       (prefix_table, vex_len_table): Use EXxmm_md in place of
+       EXdScalar and EXxmm_mq in place of EXqScalar.
+       (intel_operand_size, OP_E_memory, OP_EX): Remove uses of
+       d_scalar_mode and q_scalar_mode.
+       * i386-dis-evex-w.h (vmovss): Use EXxmm_md.
+       (vmovsd): Use EXxmm_mq.
+
 2020-07-06  Yuri Chornoivan  <yurchor@ukr.net>
 
        PR 26204
This page took 0.022999 seconds and 4 git commands to generate.