Searched refs:OPERAND_MINUS (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd10v.h149 #define OPERAND_MINUS (0x80) macro
H A Dd30v.h227 #define OPERAND_MINUS (0x20) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd10v.h149 #define OPERAND_MINUS (0x80) macro
H A Dd30v.h227 #define OPERAND_MINUS (0x20) macro
/netbsd-current/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-current/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-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd10v-dis.c44 if (oper->flags == OPERAND_MINUS)
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS)
181 if (oper->flags == OPERAND_MINUS)
H A Dd10v-opc.c161 { 0, 0, OPERAND_MINUS},
H A Dd30v-opc.c403 { 0, 0, 0, OPERAND_MINUS},
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd10v-dis.c44 if (oper->flags == OPERAND_MINUS)
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS)
181 if (oper->flags == OPERAND_MINUS)
H A Dd10v-opc.c160 { 0, 0, OPERAND_MINUS},
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd10v-dis.c44 if (oper->flags == OPERAND_MINUS)
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS)
181 if (oper->flags == OPERAND_MINUS)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd10v-dis.c44 if (oper->flags == OPERAND_MINUS)
177 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
227 && d10v_operands[op->operands[i + 1]].flags != OPERAND_MINUS)
H A Dd30v-dis.c170 && oper->flags != OPERAND_MINUS)
181 if (oper->flags == OPERAND_MINUS)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS;
781 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
925 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1306 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) ||
H A Dtc-d30v.c465 exp[numops++].X_add_number = OPERAND_MINUS;
787 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1179 else if (((flags & OPERAND_MINUS)
1180 && (X_op != O_absent || num != OPERAND_MINUS))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS;
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1305 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) ||
H A Dtc-d30v.c462 exp[numops++].X_add_number = OPERAND_MINUS;
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1176 else if (((flags & OPERAND_MINUS)
1177 && (X_op != O_absent || num != OPERAND_MINUS))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c473 exp[numops++].X_add_number = OPERAND_MINUS;
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1305 if (((flags & OPERAND_MINUS) && ((X_op != O_absent) || (num != OPERAND_MINUS))) ||
H A Dtc-d30v.c462 exp[numops++].X_add_number = OPERAND_MINUS;
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1176 else if (((flags & OPERAND_MINUS)
1177 && (X_op != O_absent || num != OPERAND_MINUS))

Completed in 486 milliseconds

12