Searched refs:opers (Results 1 – 2 of 2) sorted by relevance
516 expressionS *opers, in build_insn() argument536 number = opers[i].X_add_number; in build_insn()545 if (opers[i].X_op != O_register && opers[i].X_op != O_constant) in build_insn()552 if (AT_WORD_P (&opers[i])) in build_insn()556 opers[i].X_op = O_symbol; in build_insn()557 opers[i].X_op_symbol = NULL; /* Should free it. */ in build_insn()563 opers[i].X_add_number = number; in build_insn()582 fixups->fix[fixups->fc].exp = opers[i]; in build_insn()590 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn()600 insn = build_insn (opcode, opers, insn); in build_insn()
485 build_insn (struct d30v_insn *opcode, expressionS *opers) in build_insn() argument510 if (opers[i].X_op != O_symbol) in build_insn()511 number = opers[i].X_add_number; in build_insn()532 if (opers[i].X_op != O_register && opers[i].X_op != O_constant in build_insn()542 fixups->fix[fixups->fc].exp = opers[i]; in build_insn()552 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn()