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

  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 238 #define OPERAND_ACC (0x400)
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 231 else if (oper->flags & OPERAND_ACC)
232 val |= OPERAND_ACC;
d30v-opc.c 34 { "a0", NULL, OPERAND_ACC + 0 },
35 { "a1", NULL, OPERAND_ACC + 1 },
361 { 6, 1, 0, OPERAND_ACC | OPERAND_REG | OPERAND_DEST },
363 { 6, 1, 6, OPERAND_ACC | OPERAND_REG },
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 806 if (flags & OPERAND_ACC)
840 if (flags & OPERAND_ACC)
1171 || ((flags & OPERAND_ACC) && !(num & OPERAND_ACC))
1172 || (!(flags & OPERAND_ACC) && (num & OPERAND_ACC))
    [all...]

Completed in 352 milliseconds