Lines Matching refs:nop_insn
804 static struct mips_cl_insn nop_insn;
810 #define NOP_INSN (mips_opts.mips16 \
816 : &nop_insn))
818 /* The size of NOP_INSN in bytes. */
3542 if (nop_insn.insn_mo == NULL && strcmp (name, "nop") == 0)
3544 create_insn (&nop_insn, mips_opcodes + i);
3546 nop_insn.insn_opcode = LOONGSON2F_NOP_INSN;
3547 nop_insn.fixed_p = 1;
4421 return NOP_INSN;
7293 add_fixed_insn (NOP_INSN);
7294 insert_into_history (0, nops, NOP_INSN);
7338 prev_nop_frag_holds, NOP_INSN);
7691 insert_into_history (0, ARRAY_SIZE (history), NOP_INSN);
7708 add_fixed_insn (NOP_INSN);
7747 add_fixed_insn (NOP_INSN);
7775 prev_nop_frag_required, NOP_INSN);
18340 opcode = nop_insn.insn_opcode;