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

  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 39 #define MAX_CONTROL_REG 64
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 222 val = OPERAND_CONTROL + MAX_CONTROL_REG + id;
d30v-opc.c 122 { "pswh", NULL, OPERAND_CONTROL + MAX_CONTROL_REG + 2 },
123 { "pswl", NULL, OPERAND_CONTROL + MAX_CONTROL_REG + 1 },
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 517 if (flags & OPERAND_CONTROL && (number & 0x7f) > MAX_CONTROL_REG)
520 id = (number & 0x7f) - MAX_CONTROL_REG;
    [all...]

Completed in 47 milliseconds