Searched refs:OPERAND_PLUS (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dd10v.h142 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h219 #define OPERAND_PLUS (0x10) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dd10v.h142 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h219 #define OPERAND_PLUS (0x10) macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c92 if (oper->flags == OPERAND_PLUS)
216 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
266 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c225 && oper->flags != OPERAND_PLUS
242 if (oper->flags == OPERAND_PLUS)
H A Dd10v-opc.c158 { 0, 0, OPERAND_PLUS},
H A Dd30v-opc.c397 { 0, 0, 0, OPERAND_PLUS},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c48 if (oper->flags == OPERAND_PLUS)
175 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
225 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c164 && oper->flags != OPERAND_PLUS
181 if (oper->flags == OPERAND_PLUS)
H A Dd10v-opc.c158 { 0, 0, OPERAND_PLUS},
H A Dd30v-opc.c401 { 0, 0, 0, OPERAND_PLUS},
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c469 exp[numops].X_add_number = OPERAND_PLUS;
559 exp[numops++].X_add_number = OPERAND_PLUS;
1030 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1148 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
1548 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) ||
H A Dtc-d30v.c566 exp[numops++].X_add_number = OPERAND_PLUS;
1076 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1682 || ((flags & OPERAND_PLUS)
1683 && (X_op != O_absent || num != OPERAND_PLUS))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d10v.c422 exp[numops].X_add_number = OPERAND_PLUS;
512 exp[numops++].X_add_number = OPERAND_PLUS;
814 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
958 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1339 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) ||
H A Dtc-d30v.c505 exp[numops++].X_add_number = OPERAND_PLUS;
821 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1214 || ((flags & OPERAND_PLUS)
1215 && (X_op != O_absent || num != OPERAND_PLUS))

Completed in 246 milliseconds