Home
last modified time | relevance | path

Searched refs:opers (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c516 expressionS *opers, in build_insn() argument
536 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()
Dtc-d30v.c485 build_insn (struct d30v_insn *opcode, expressionS *opers) in build_insn() argument
510 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()