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

12

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd10v.h146 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h224 #define OPERAND_PLUS (0x10) macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd10v.h146 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h224 #define OPERAND_PLUS (0x10) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd10v.h146 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h224 #define OPERAND_PLUS (0x10) macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd10v.h146 #define OPERAND_PLUS (0x40) macro
H A Dd30v.h224 #define OPERAND_PLUS (0x10) macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd10v-dis.c49 if (oper->flags == OPERAND_PLUS)
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c169 && oper->flags != OPERAND_PLUS
186 if (oper->flags == OPERAND_PLUS)
H A Dd10v-opc.c159 { 0, 0, OPERAND_PLUS},
H A Dd30v-opc.c401 { 0, 0, 0, OPERAND_PLUS},
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd10v-dis.c49 if (oper->flags == OPERAND_PLUS)
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c169 && oper->flags != OPERAND_PLUS
186 if (oper->flags == OPERAND_PLUS)
H A Dd10v-opc.c158 { 0, 0, OPERAND_PLUS},
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd10v-dis.c49 if (oper->flags == OPERAND_PLUS)
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c169 && oper->flags != OPERAND_PLUS
186 if (oper->flags == OPERAND_PLUS)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd10v-dis.c49 if (oper->flags == OPERAND_PLUS)
176 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
226 && d10v_operands[op->operands[i + 1]].flags != OPERAND_PLUS
H A Dd30v-dis.c169 && oper->flags != OPERAND_PLUS
186 if (oper->flags == OPERAND_PLUS)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d10v.c387 exp[numops].X_add_number = OPERAND_PLUS;
477 exp[numops++].X_add_number = OPERAND_PLUS;
781 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
925 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1307 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) ||
H A Dtc-d30v.c470 exp[numops++].X_add_number = OPERAND_PLUS;
787 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1181 || ((flags & OPERAND_PLUS)
1182 && (X_op != O_absent || num != OPERAND_PLUS))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c387 exp[numops].X_add_number = OPERAND_PLUS;
477 exp[numops++].X_add_number = OPERAND_PLUS;
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1306 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) ||
H A Dtc-d30v.c467 exp[numops++].X_add_number = OPERAND_PLUS;
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1178 || ((flags & OPERAND_PLUS)
1179 && (X_op != O_absent || num != OPERAND_PLUS))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c387 exp[numops].X_add_number = OPERAND_PLUS;
477 exp[numops++].X_add_number = OPERAND_PLUS;
780 & (OPERAND_PLUS | OPERAND_MINUS)) != 0))
924 & (OPERAND_PLUS | OPERAND_MINUS)) != 0)
1306 ((flags & OPERAND_PLUS) && ((X_op != O_absent) || (num != OPERAND_PLUS))) ||
H A Dtc-d30v.c467 exp[numops++].X_add_number = OPERAND_PLUS;
784 if ((flags & OPERAND_PLUS) || (flags & OPERAND_MINUS))
1178 || ((flags & OPERAND_PLUS)
1179 && (X_op != O_absent || num != OPERAND_PLUS))

Completed in 286 milliseconds

12