Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-h8300.c1051 int x_mode = x & MODE; in get_specific() local
1054 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific()
1065 if (x_mode == LOWREG) in get_specific()
1066 x_mode = REG; in get_specific()
1067 if (x_mode != REG) in get_specific()
1081 if (!(x_mode & CTRL)) in get_specific()
1084 switch (x_mode) in get_specific()
1122 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific()
1127 if (x_mode == ABS && !Hmode) in get_specific()
1136 else if (x_mode == IMM && op_mode != IMM) in get_specific()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-h8300.c1069 int x_mode = x & MODE; in get_specific() local
1072 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific()
1083 if (x_mode == LOWREG) in get_specific()
1084 x_mode = REG; in get_specific()
1085 if (x_mode != REG) in get_specific()
1099 if (!(x_mode & CTRL)) in get_specific()
1102 switch (x_mode) in get_specific()
1140 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific()
1145 if (x_mode == ABS && !Hmode) in get_specific()
1154 else if (x_mode == IMM && op_mode != IMM) in get_specific()
[all …]
/openbsd/src/bin/ksh/
Dedit.h46 bool x_mode(bool);
Dedit.c98 x_mode(true); in x_read()
110 x_mode(false); in x_read()
125 x_mode(false); in x_getc()
127 x_mode(true); in x_getc()
154 x_mode(bool onoff) in x_mode() function
Demacs.c386 x_mode(false); in x_emacs()
Dvi.c229 x_mode(false); in x_vi()
/openbsd/src/gnu/gcc/gcc/
Dstruct-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()
Dalias.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()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
DChangeLog-2004119 replaces what previously was x_mode; x_mode now means 128-bit SSE
400 * i386-dis.c (x_mode): Comment.
Di386-dis.c355 #define x_mode 7 /* 16-byte XMM operand */ macro
3822 case x_mode: in intel_operand_size()
4759 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode; in OP_EM()
4794 case 0: bytemode = x_mode; break; in OP_EX()
4796 case PREFIX_DATA: bytemode = x_mode; used_prefixes |= PREFIX_DATA; break; in OP_EX()
DChangeLog-9899571 * i386-dis.c (x_mode): Define.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dalias.c1485 base_alias_check (x, y, x_mode, y_mode) in base_alias_check() argument
1487 enum machine_mode x_mode, y_mode;
1537 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Di386-dis.c323 #define x_mode 6 macro
2569 OP_E (x_mode, sizeflag); in dofloat()
3145 case x_mode: in OP_E()
DChangeLog-9899571 * i386-dis.c (x_mode): Define.