Searched refs:nr_instr (Results 1 – 1 of 1) sorted by relevance
186 unsigned int nr_instr, nr_repl, nr_insnbuf; in apply_alternatives() local210 nr_instr = a->instrlen / LOONGARCH_INSN_SIZE; in apply_alternatives()225 DUMP_WORDS(instr, nr_instr, "%px: old_insn: ", instr); in apply_alternatives()231 if (nr_instr > nr_repl) { in apply_alternatives()232 add_nops(insnbuf + nr_repl, nr_instr - nr_repl); in apply_alternatives()233 nr_insnbuf += nr_instr - nr_repl; in apply_alternatives()