Searched refs:x_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dstruct-equiv.c331 enum machine_mode x_mode = GET_MODE (x);
333 if (secondary_reload_class (0, REGNO_REG_CLASS (y_regno), x_mode, x)
337 REGNO_REG_CLASS (x_regno), x_mode)
464 enum machine_mode x_mode = GET_MODE (x);
489 && (x_mode != GET_MODE (info->x_local[i])
330 enum machine_mode x_mode = GET_MODE (x); local
463 enum machine_mode x_mode = GET_MODE (x); local
H A Dalias.c1494 base_alias_check (rtx x, rtx y, enum machine_mode x_mode,
1545 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
1491 base_alias_check(rtx x, rtx y, enum machine_mode x_mode, enum machine_mode y_mode) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-dis.c315 #define EXx { OP_EX, x_mode }
349 #define x_mode 7 /* 16-byte XMM operand */ macro
4880 case x_mode:
5876 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode;
5913 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode;

Completed in 124 milliseconds