/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-h8300.c | 1099 int x_mode = x & MODE; in get_specific() local 1102 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific() 1113 if (x_mode == LOWREG) in get_specific() 1114 x_mode = REG; in get_specific() 1115 if (x_mode != REG) in get_specific() 1129 if (!(x_mode & CTRL)) in get_specific() 1132 switch (x_mode) in get_specific() 1170 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific() 1175 if (x_mode == ABS && !Hmode) in get_specific() 1184 else if (x_mode == IMM && op_mode != IMM) in get_specific() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-h8300.c | 1102 int x_mode = x & MODE; in get_specific() local 1105 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific() 1116 if (x_mode == LOWREG) in get_specific() 1117 x_mode = REG; in get_specific() 1118 if (x_mode != REG) in get_specific() 1132 if (!(x_mode & CTRL)) in get_specific() 1135 switch (x_mode) in get_specific() 1173 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific() 1178 if (x_mode == ABS && !Hmode) in get_specific() 1187 else if (x_mode == IMM && op_mode != IMM) in get_specific() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-eliminations.c | 288 machine_mode x_mode, subreg_reg_mode; in move_plus_up() local 293 x_mode = GET_MODE (x); in move_plus_up() 298 && GET_MODE_CLASS (x_mode) == MODE_INT in move_plus_up() 301 rtx cst = simplify_subreg (x_mode, XEXP (subreg_reg, 1), subreg_reg_mode, in move_plus_up() 302 subreg_lowpart_offset (x_mode, in move_plus_up() 305 return gen_rtx_PLUS (x_mode, lowpart_subreg (x_mode, in move_plus_up()
|
H A D | alias.c | 2241 machine_mode x_mode, machine_mode y_mode) in base_alias_check() argument 2288 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1)))) in base_alias_check() 3082 const_rtx x, machine_mode x_mode, rtx x_addr, in write_dependence_p() argument 3092 && (x_mode != VOIDmode || GET_MODE (x) == VOIDmode)) in write_dependence_p() 3093 : (x_addr == NULL_RTX && x_mode == VOIDmode)); in write_dependence_p() 3146 x_mode = GET_MODE (x); in write_dependence_p() 3152 GET_MODE_SIZE (x_mode), x_addr, 0)) != -1) in write_dependence_p() 3178 const_rtx x, machine_mode x_mode, rtx x_addr) in canon_anti_dependence() argument 3180 return write_dependence_p (mem, x, x_mode, x_addr, in canon_anti_dependence() 3202 const_rtx x, machine_mode x_mode, rtx x_addr) in canon_output_dependence() argument [all …]
|
H A D | ifcvt.c | 2140 machine_mode x_mode = GET_MODE (x); in noce_try_cmove_arith() local 2142 if (!can_conditionally_move_p (x_mode)) in noce_try_cmove_arith() 2186 tmp_b = gen_reg_rtx (x_mode); in noce_try_cmove_arith() 2189 tmp_a = gen_reg_rtx (x_mode); in noce_try_cmove_arith()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-eliminations.cc | 288 machine_mode x_mode, subreg_reg_mode; in move_plus_up() local 293 x_mode = GET_MODE (x); in move_plus_up() 298 && GET_MODE_CLASS (x_mode) == MODE_INT in move_plus_up() 301 rtx cst = simplify_subreg (x_mode, XEXP (subreg_reg, 1), subreg_reg_mode, in move_plus_up() 302 subreg_lowpart_offset (x_mode, in move_plus_up() 305 return gen_rtx_PLUS (x_mode, lowpart_subreg (x_mode, in move_plus_up()
|
H A D | alias.cc | 2271 machine_mode x_mode, machine_mode y_mode) in base_alias_check() argument 2318 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1)))) in base_alias_check() 3113 const_rtx x, machine_mode x_mode, rtx x_addr, in write_dependence_p() argument 3123 && (x_mode != VOIDmode || GET_MODE (x) == VOIDmode)) in write_dependence_p() 3124 : (x_addr == NULL_RTX && x_mode == VOIDmode)); in write_dependence_p() 3177 x_mode = GET_MODE (x); in write_dependence_p() 3183 GET_MODE_SIZE (x_mode), x_addr, 0)) != -1) in write_dependence_p() 3209 const_rtx x, machine_mode x_mode, rtx x_addr) in canon_anti_dependence() argument 3211 return write_dependence_p (mem, x, x_mode, x_addr, in canon_anti_dependence() 3233 const_rtx x, machine_mode x_mode, rtx x_addr) in canon_output_dependence() argument [all …]
|
H A D | ifcvt.cc | 2159 machine_mode x_mode = GET_MODE (x); in noce_try_cmove_arith() local 2161 if (!can_conditionally_move_p (x_mode)) in noce_try_cmove_arith() 2205 tmp_b = gen_reg_rtx (x_mode); in noce_try_cmove_arith() 2208 tmp_a = gen_reg_rtx (x_mode); in noce_try_cmove_arith()
|
/netbsd-src/bin/ksh/ |
H A D | edit.h | 53 bool x_mode(bool onoff);
|
H A D | emacs.c | 391 x_mode(false); 1311 bool savmode = x_mode(false); 1314 (void)x_mode(savmode);
|
H A D | vi.c | 229 x_mode(false);
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-dis.c | 449 #define Mx { OP_M, x_mode } 541 #define EMx { OP_EM, x_mode } 551 #define EXx { OP_EX, x_mode } 569 #define Ux { OP_R, x_mode } 582 #define Vex { OP_VEX, x_mode } 583 #define VexW { OP_VexW, x_mode } 592 #define XMVexI4 { OP_REG_VexI4, x_mode } 675 x_mode, enumerator 11152 case x_mode: in intel_operand_size() 11259 case x_mode: in intel_operand_size() [all …]
|
H A D | ChangeLog-2004 | 119 replaces what previously was x_mode; x_mode now means 128-bit SSE 400 * i386-dis.c (x_mode): Comment.
|
H A D | ChangeLog-2006 | 13 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
|
H A D | ChangeLog-2007 | 252 (x_mode): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-dis.c | 371 #define Mx { OP_M, x_mode } 461 #define EMx { OP_EM, x_mode } 471 #define EXx { OP_EX, x_mode } 496 #define Vex { OP_VEX, x_mode } 497 #define VexW { OP_VexW, x_mode } 504 #define XMVexI4 { OP_REG_VexI4, x_mode } 584 x_mode, enumerator 11054 case x_mode: in intel_operand_size() 11161 case x_mode: in intel_operand_size() 11469 case x_mode: in OP_E_memory() [all …]
|
H A D | ChangeLog-2004 | 119 replaces what previously was x_mode; x_mode now means 128-bit SSE 400 * i386-dis.c (x_mode): Comment.
|
H A D | ChangeLog-2006 | 13 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2004 | 119 replaces what previously was x_mode; x_mode now means 128-bit SSE 400 * i386-dis.c (x_mode): Comment.
|
H A D | ChangeLog-2006 | 13 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
|
H A D | ChangeLog-2007 | 252 (x_mode): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2004 | 119 replaces what previously was x_mode; x_mode now means 128-bit SSE 400 * i386-dis.c (x_mode): Comment.
|
H A D | ChangeLog-2006 | 13 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
|
H A D | ChangeLog-2007 | 252 (x_mode): Likewise.
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | l_fpsp.h | 247 x_mode equ $00 round to extended
|