Searched refs:x_mode (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-h8300.c | 1051 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/ |
| D | tc-h8300.c | 1069 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/ |
| D | edit.h | 46 bool x_mode(bool);
|
| D | edit.c | 98 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
|
| D | emacs.c | 386 x_mode(false); in x_emacs()
|
| D | vi.c | 229 x_mode(false); in x_vi()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | struct-equiv.c | 330 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()
|
| D | alias.c | 1491 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/ |
| D | ChangeLog-2004 | 119 replaces what previously was x_mode; x_mode now means 128-bit SSE 400 * i386-dis.c (x_mode): Comment.
|
| D | i386-dis.c | 355 #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()
|
| D | ChangeLog-9899 | 571 * i386-dis.c (x_mode): Define.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | alias.c | 1485 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/ |
| D | i386-dis.c | 323 #define x_mode 6 macro 2569 OP_E (x_mode, sizeflag); in dofloat() 3145 case x_mode: in OP_E()
|
| D | ChangeLog-9899 | 571 * i386-dis.c (x_mode): Define.
|