x86: drop ymmxmm_mode
authorJan Beulich <jbeulich@suse.com>
Fri, 14 Jan 2022 09:56:28 +0000 (10:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 14 Jan 2022 09:56:28 +0000 (10:56 +0100)
This enumerator is not used by any table entry.

opcodes/i386-dis.c

index 1c31f9ee30c252a84aa4e133709e3aad6597cad1..ddb4b72325b4cf7dc5cf3234ed05817b7d46b645 100644 (file)
@@ -628,8 +628,6 @@ enum
   ymm_mode,
   /* quad word, ymmword or zmmword memory operand.  */
   ymmq_mode,
-  /* 32-byte YMM or 16-byte word operand */
-  ymmxmm_mode,
   /* TMM operand */
   tmm_mode,
   /* d_mode in 32bit, q_mode in 64bit mode.  */
@@ -11246,20 +11244,6 @@ intel_operand_size (instr_info *ins, int bytemode, int sizeflag)
          abort ();
        }
       break;
-    case ymmxmm_mode:
-      if (!ins->need_vex)
-       abort ();
-
-      switch (ins->vex.length)
-       {
-       case 128:
-       case 256:
-         oappend (ins, "XMMWORD PTR ");
-         break;
-       default:
-         abort ();
-       }
-      break;
     case o_mode:
       oappend (ins, "OWORD PTR ");
       break;