HomeSort by relevance Sort by last modified time
    Searched refs:x_mode (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-h8300.c 1108 int x_mode = x & MODE; local
1111 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1122 if (x_mode == LOWREG)
1123 x_mode = REG;
1124 if (x_mode != REG)
1138 if (!(x_mode & CTRL))
1141 switch (x_mode)
1179 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)
1655 int x_mode = x & MODE; local
    [all...]
  /external/python/cpython2/Modules/
linuxaudiodev.c 47 int x_mode; /* file mode */ member in struct:__anon32847
141 xp->x_mode = imode;
412 if (self->x_mode == O_RDONLY)
  /external/mksh/src/
edit.c 85 static void x_mode(bool);
128 x_mode(true);
140 x_mode(false);
157 x_mode(false);
170 x_mode(true);
3321 x_mode(bool onoff) function
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 273 #define Mx { OP_M, x_mode }
377 #define EMx { OP_EM, x_mode }
387 #define EXx { OP_EX, x_mode }
429 #define EXVexW { OP_EX_VexW, x_mode }
432 #define EXVexImmW { OP_EX_VexImmW, x_mode }
436 #define XMVexI4 { OP_REG_VexI4, x_mode }
511 x_mode, enumerator in enum:__anon5062
512 /* Similar to x_mode, but with different EVEX mem shifts. */
514 /* Similar to x_mode, but with disabled broadcast. */
516 /* Similar to x_mode, but with operands swapped and disabled broadcas
    [all...]

Completed in 282 milliseconds