Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A 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()
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS) in print_insn()
181 if (oper->flags == OPERAND_MINUS) in print_insn()
H A Dd30v-opc.c403 { 0, 0, 0, OPERAND_MINUS},
H A Dd10v-opc.c160 { 0, 0, OPERAND_MINUS},
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A 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()
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS) in print_insn()
181 if (oper->flags == OPERAND_MINUS) in print_insn()
H A Dd10v-opc.c160 { 0, 0, OPERAND_MINUS},
H A Dd30v-opc.c403 { 0, 0, 0, OPERAND_MINUS},
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dd10v.h149 #define OPERAND_MINUS (0x80) macro
H A Dd30v.h227 #define OPERAND_MINUS (0x20) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dd10v.h149 #define OPERAND_MINUS (0x80) macro
H A Dd30v.h227 #define OPERAND_MINUS (0x20) macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)) in check_resource_conflict()
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0) in parallel_ok()
1305 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) || in find_opcode()
H A Dtc-d30v.c462 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS)) in parallel_ok()
1176 else if (((flags & OPERAND_MINUS) in find_format()
1177 && (X_op != O_absent || num != OPERAND_MINUS)) in find_format()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)) in check_resource_conflict()
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0) in parallel_ok()
1305 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) || in find_opcode()
H A Dtc-d30v.c462 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS)) in parallel_ok()
1176 else if (((flags & OPERAND_MINUS) in find_format()
1177 && (X_op != O_absent || num != OPERAND_MINUS)) in find_format()