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

  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 103 case INDEXW:
291 else if ((x & MODE) == INDEXW)
460 || (looking_for & MODE) == INDEXW
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 808 op->mode |= INDEXW | direction;
965 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW;
982 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW;
1219 || op_mode == INDEXB || op_mode == INDEXW
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 65 INDEXW = 0x1300,
158 INDEXW16 = INDEXW | L_16,
161 INDEXW16D = INDEXW | L_16 | DST,
165 INDEXW32 = INDEXW | L_32,
168 INDEXW32D = INDEXW | L_32 | DST,
    [all...]

Completed in 83 milliseconds