Searched refs:OPERAND_MINUS (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | d10v-dis.c | 44 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 D | d30v-dis.c | 170 && oper->flags != OPERAND_MINUS) in print_insn() 181 if (oper->flags == OPERAND_MINUS) in print_insn()
|
H A D | d30v-opc.c | 403 { 0, 0, 0, OPERAND_MINUS},
|
H A D | d10v-opc.c | 160 { 0, 0, OPERAND_MINUS},
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | d10v-dis.c | 44 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 D | d30v-dis.c | 170 && oper->flags != OPERAND_MINUS) in print_insn() 181 if (oper->flags == OPERAND_MINUS) in print_insn()
|
H A D | d10v-opc.c | 160 { 0, 0, OPERAND_MINUS},
|
H A D | d30v-opc.c | 403 { 0, 0, 0, OPERAND_MINUS},
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | d10v.h | 149 #define OPERAND_MINUS (0x80) macro
|
H A D | d30v.h | 227 #define OPERAND_MINUS (0x20) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | d10v.h | 149 #define OPERAND_MINUS (0x80) macro
|
H A D | d30v.h | 227 #define OPERAND_MINUS (0x20) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-d10v.c | 473 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 D | tc-d30v.c | 462 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 D | tc-d10v.c | 473 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 D | tc-d30v.c | 462 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()
|