Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-dis.c48 if (oper->flags == OPERAND_PLUS) in print_operand()
175 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS in dis_long()
225 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS in dis_2_short()
Dd30v-dis.c164 && oper->flags != OPERAND_PLUS in print_insn()
181 if (oper->flags == OPERAND_PLUS) in print_insn()
Dd10v-opc.c158 { 0, 0, OPERAND_PLUS},
Dd30v-opc.c401 { 0, 0, 0, OPERAND_PLUS},
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd10v.h142 #define OPERAND_PLUS (0x40) macro
Dd30v.h219 #define OPERAND_PLUS (0x10) macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c422 exp[numops].X_add_number = OPERAND_PLUS; in get_operands()
512 exp[numops++].X_add_number = OPERAND_PLUS; in get_operands()
814 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)) in check_resource_conflict()
958 & (OPERAND_PLUS | OPERAND_MINUS)) != 0) in parallel_ok()
1339 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) || in find_opcode()
Dtc-d30v.c505 exp[numops++].X_add_number = OPERAND_PLUS; in get_operands()
821 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS)) in parallel_ok()
1214 || ((flags & OPERAND_PLUS) in find_format()
1215 && (X_op != O_absent || num != OPERAND_PLUS)) in find_format()