HomeSort by: relevance | last modified time | path
    Searched defs:x_mode (Results 1 - 11 of 11) sorted by relevancy

  /src/bin/ksh/
edit.c 135 x_mode(true);
147 x_mode(false);
166 x_mode(false);
168 x_mode(true);
197 x_mode(bool onoff) function
  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 289 machine_mode x_mode, subreg_reg_mode;
294 x_mode = GET_MODE (x);
299 && GET_MODE_CLASS (x_mode) == MODE_INT
302 rtx cst = simplify_subreg (x_mode, XEXP (subreg_reg, 1), subreg_reg_mode,
303 subreg_lowpart_offset (x_mode,
306 return gen_rtx_PLUS (x_mode, lowpart_subreg (x_mode,
288 machine_mode x_mode, subreg_reg_mode; local
ifcvt.cc 2195 machine_mode x_mode = GET_MODE (x);
2197 if (!can_conditionally_move_p (x_mode))
2241 tmp_b = gen_reg_rtx (x_mode);
2244 tmp_a = gen_reg_rtx (x_mode);
2192 machine_mode x_mode = GET_MODE (x); local
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 289 machine_mode x_mode, subreg_reg_mode;
294 x_mode = GET_MODE (x);
299 && GET_MODE_CLASS (x_mode) == MODE_INT
302 rtx cst = simplify_subreg (x_mode, XEXP (subreg_reg, 1), subreg_reg_mode,
303 subreg_lowpart_offset (x_mode,
306 return gen_rtx_PLUS (x_mode, lowpart_subreg (x_mode,
288 machine_mode x_mode, subreg_reg_mode; local
ifcvt.cc 2162 machine_mode x_mode = GET_MODE (x);
2164 if (!can_conditionally_move_p (x_mode))
2208 tmp_b = gen_reg_rtx (x_mode);
2211 tmp_a = gen_reg_rtx (x_mode);
2159 machine_mode x_mode = GET_MODE (x); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1101 int x_mode = x & MODE; local
1104 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1115 if (x_mode == LOWREG)
1116 x_mode = REG;
1117 if (x_mode != REG)
1131 if (!(x_mode & CTRL))
1134 switch (x_mode)
1172 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)
1642 int x_mode = x & MODE; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1101 int x_mode = x & MODE; local
1104 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1115 if (x_mode == LOWREG)
1116 x_mode = REG;
1117 if (x_mode != REG)
1131 if (!(x_mode & CTRL))
1134 switch (x_mode)
1172 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)
1642 int x_mode = x & MODE; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
547 #define EMx { OP_EM, x_mode }
557 #define EXx { OP_EX, x_mode }
575 #define Ux { OP_R, x_mode }
588 #define Vex { OP_VEX, x_mode }
589 #define VexW { OP_VexW, x_mode }
598 #define XMVexI4 { OP_REG_VexI4, x_mode }
681 x_mode, enumerator in enum:__anon10892
682 /* Similar to x_mode, but with different EVEX mem shifts. */
684 /* Similar to x_mode, but with yet different EVEX mem shifts. *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
547 #define EMx { OP_EM, x_mode }
557 #define EXx { OP_EX, x_mode }
575 #define Ux { OP_R, x_mode }
588 #define Vex { OP_VEX, x_mode }
589 #define VexW { OP_VexW, x_mode }
598 #define XMVexI4 { OP_REG_VexI4, x_mode }
681 x_mode, enumerator in enum:__anon12339
682 /* Similar to x_mode, but with different EVEX mem shifts. */
684 /* Similar to x_mode, but with yet different EVEX mem shifts. *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 455 #define Mx { OP_M, x_mode }
547 #define EMx { OP_EM, x_mode }
557 #define EXx { OP_EX, x_mode }
575 #define Ux { OP_R, x_mode }
588 #define Vex { OP_VEX, x_mode }
589 #define VexW { OP_VexW, x_mode }
598 #define XMVexI4 { OP_REG_VexI4, x_mode }
681 x_mode, enumerator in enum:__anon544
682 /* Similar to x_mode, but with different EVEX mem shifts. */
684 /* Similar to x_mode, but with yet different EVEX mem shifts. *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
547 #define EMx { OP_EM, x_mode }
557 #define EXx { OP_EX, x_mode }
575 #define Ux { OP_R, x_mode }
588 #define Vex { OP_VEX, x_mode }
589 #define VexW { OP_VexW, x_mode }
598 #define XMVexI4 { OP_REG_VexI4, x_mode }
681 x_mode, enumerator in enum:__anon1262
682 /* Similar to x_mode, but with different EVEX mem shifts. */
684 /* Similar to x_mode, but with yet different EVEX mem shifts. *
    [all...]

Completed in 37 milliseconds