Home
last modified time | relevance | path

Searched refs:x_mode (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDstruct-equiv.c330 enum machine_mode x_mode = GET_MODE (x); in note_local_live() local
332 if (secondary_reload_class (0, REGNO_REG_CLASS (y_regno), x_mode, x) in note_local_live()
336 REGNO_REG_CLASS (x_regno), x_mode) in note_local_live()
463 enum machine_mode x_mode = GET_MODE (x); in rtx_equiv_p() local
488 && (x_mode != GET_MODE (info->x_local[i]) in rtx_equiv_p()
HDalias.c1491 base_alias_check (rtx x, rtx y, enum machine_mode x_mode, in base_alias_check() argument
1542 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1)))) in base_alias_check()
/trueos/contrib/binutils/opcodes/
HDi386-dis.c315 #define EXx { OP_EX, x_mode }
349 #define x_mode 7 /* 16-byte XMM operand */ macro
4880 case x_mode: in intel_operand_size()
5876 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode; in OP_EM()
5913 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode; in OP_EMC()
HDChangeLog-200613 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
HDChangeLog-9899571 * i386-dis.c (x_mode): Define.