diff options
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 1c31f9ee30c..ddb4b72325b 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -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; |