Home
last modified time | relevance | path

Searched refs:OPERAND_MINUS (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dd10v-dis.c44 if (oper->flags == OPERAND_MINUS) in print_operand()
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS) in dis_long()
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS) in dis_2_short()
Dd30v-dis.c167 && oper->flags != OPERAND_MINUS) in print_insn()
178 if (oper->flags == OPERAND_MINUS) in print_insn()
Dd30v-opc.c403 { 0, 0, 0, OPERAND_MINUS},
Dd10v-opc.c161 { 0, 0, OPERAND_MINUS},
/toolchain/binutils/binutils-2.25/include/opcode/
Dd10v.h145 #define OPERAND_MINUS (0x80) macro
Dd30v.h223 #define OPERAND_MINUS (0x20) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
781 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)) in check_resource_conflict()
925 & (OPERAND_PLUS | OPERAND_MINUS)) != 0) in parallel_ok()
1306 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) || in find_opcode()
Dtc-d30v.c465 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
787 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS)) in parallel_ok()
1179 else if (((flags & OPERAND_MINUS) in find_format()
1180 && (X_op != O_absent || num != OPERAND_MINUS)) in find_format()