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

  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 142 #define OPERAND_PLUS (0x40)
d30v.h 220 #define OPERAND_PLUS (0x10)
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c 49 if (oper->flags == OPERAND_PLUS)
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
d30v-dis.c 166 && oper->flags != OPERAND_PLUS
183 if (oper->flags == OPERAND_PLUS)
d10v-opc.c 159 { 0, 0, OPERAND_PLUS},
d30v-opc.c 401 { 0, 0, 0, OPERAND_PLUS},
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 387 exp[numops].X_add_number = OPERAND_PLUS;
477 exp[numops++].X_add_number = OPERAND_PLUS;
781 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
925 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
    [all...]
tc-d30v.c 470 exp[numops++].X_add_number = OPERAND_PLUS;
787 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1181 || ((flags & OPERAND_PLUS)
1182 && (X_op != O_absent || num != OPERAND_PLUS))
    [all...]

Completed in 2374 milliseconds