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

  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 106 case INDEXL:
296 else if ((x & MODE) == INDEXL)
461 || (looking_for & MODE) == INDEXL)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 811 op->mode |= INDEXL | direction;
968 operand[0].mode = (operand[0].mode & ~MODE) | INDEXL;
985 operand[0].mode = (operand[0].mode & ~MODE) | INDEXL;
1220 || op_mode == INDEXL)
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 66 INDEXL = 0x1400,
159 INDEXL16 = INDEXL | L_16,
162 INDEXL16D = INDEXL | L_16 | DST,
166 INDEXL32 = INDEXL | L_32,
169 INDEXL32D = INDEXL | L_32 | DST,
    [all...]

Completed in 103 milliseconds