Lines Matching refs:nb_operands
1827 int nb_operands, int jmp_mode) in build_jump_insn() argument
1836 gas_assert (nb_operands == 1); in build_jump_insn()
1968 int nb_operands, int jmp_mode) in build_dbranch_insn() argument
1977 gas_assert (nb_operands == 2); in build_dbranch_insn()
2371 int nb_operands ATTRIBUTE_UNUSED) in build_insn_xg()
2446 int nb_operands ATTRIBUTE_UNUSED) in build_insn()
2508 else if (IS_CALL_SYMBOL (format) && nb_operands == 1) in build_insn()
2569 find (struct m68hc11_opcode_def *opc, operand operands[], int nb_operands) in find() argument
2585 if (opcode->format == operands[nb_operands-1].mode) in find()
2612 && (!IS_CALL_SYMBOL (opcode->format) || nb_operands == 2)) in find()
2615 for (i = 0; expect == nb_operands && i < nb_operands; i++) in find()
2714 match = i == nb_operands; in find()
2750 int *nb_operands) in find_opcode() argument
2757 *nb_operands = 0; in find_opcode()
2779 *nb_operands = i; in find_opcode()
2823 int nb_operands = 0; in md_assemble() local
3543 opcode = find_opcode (opc, operands, &nb_operands); in md_assemble()
3699 build_dbranch_insn (opcode, operands, nb_operands, branch_optimize); in md_assemble()
3707 build_jump_insn (opcode, operands, nb_operands, branch_optimize); in md_assemble()
3709 build_insn (opcode, operands, nb_operands); in md_assemble()