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

  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 145 #define OPERAND_MINUS (0x80)
d30v.h 223 #define OPERAND_MINUS (0x20)
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c 44 if (oper->flags == OPERAND_MINUS)
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
d30v-dis.c 167 && oper->flags != OPERAND_MINUS)
178 if (oper->flags == OPERAND_MINUS)
d10v-opc.c 161 { 0, 0, OPERAND_MINUS},
d30v-opc.c 403 { 0, 0, 0, OPERAND_MINUS},
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 473 exp[numops++].X_add_number = OPERAND_MINUS;
781 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
925 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
    [all...]
tc-d30v.c 465 exp[numops++].X_add_number = OPERAND_MINUS;
787 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1179 else if (((flags & OPERAND_MINUS)
1180 && (X_op != O_absent || num != OPERAND_MINUS))
    [all...]

Completed in 274 milliseconds