Searched refs:opers (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-tic80.c | 447 build_insn (struct tic80_opcode *opcode, expressionS *opers) in build_insn() argument 468 for (expi = 0, opi = -1; opers[expi].X_op != O_illegal; expi++) in build_insn() 472 X_op = opers[expi].X_op; in build_insn() 473 num = opers[expi].X_add_number; in build_insn() 525 4, &opers[expi], 1, R_MPPCR); in build_insn() 528 4, &opers[expi], 0, R_RELLONGX); in build_insn() 533 &opers[expi], 1, R_MPPCR15W); in build_insn() 557 (long) opers[expi].X_add_number); in build_insn()
|
| D | tc-d10v.c | 551 expressionS *opers, in build_insn() argument 571 number = opers[i].X_add_number; in build_insn() 580 if (opers[i].X_op != O_register && opers[i].X_op != O_constant) in build_insn() 587 if (AT_WORD_P (&opers[i])) in build_insn() 591 opers[i].X_op = O_symbol; in build_insn() 592 opers[i].X_op_symbol = NULL; /* Should free it. */ in build_insn() 598 opers[i].X_add_number = number; in build_insn() 617 fixups->fix[fixups->fc].exp = opers[i]; in build_insn() 625 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn() 635 insn = build_insn (opcode, opers, insn); in build_insn()
|
| D | tc-d30v.c | 520 build_insn (struct d30v_insn *opcode, expressionS *opers) in build_insn() argument 546 if (opers[i].X_op != O_symbol) in build_insn() 547 number = opers[i].X_add_number; in build_insn() 568 if (opers[i].X_op != O_register && opers[i].X_op != O_constant in build_insn() 578 fixups->fix[fixups->fc].exp = opers[i]; in build_insn() 588 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn()
|