mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
x86: drop ymmxmm_mode
This enumerator is not used by any table entry.
This commit is contained in:
@ -628,8 +628,6 @@ enum
|
|||||||
ymm_mode,
|
ymm_mode,
|
||||||
/* quad word, ymmword or zmmword memory operand. */
|
/* quad word, ymmword or zmmword memory operand. */
|
||||||
ymmq_mode,
|
ymmq_mode,
|
||||||
/* 32-byte YMM or 16-byte word operand */
|
|
||||||
ymmxmm_mode,
|
|
||||||
/* TMM operand */
|
/* TMM operand */
|
||||||
tmm_mode,
|
tmm_mode,
|
||||||
/* d_mode in 32bit, q_mode in 64bit 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 ();
|
abort ();
|
||||||
}
|
}
|
||||||
break;
|
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:
|
case o_mode:
|
||||||
oappend (ins, "OWORD PTR ");
|
oappend (ins, "OWORD PTR ");
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user