Searched refs:NOP_INSN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c654 #define NOP_INSN (mips_opts.mips16 ? &mips16_nop_insn : &nop_insn) macro
1430 add_fixed_insn (NOP_INSN);
1431 insert_into_history (0, 1, NOP_INSN);
2543 tmp_nops = nops_for_sequence (2, history, insn, NOP_INSN);
2637 prev_nop_frag_holds, NOP_INSN);
3177 insert_into_history (0, ARRAY_SIZE (history), NOP_INSN);
3194 add_fixed_insn (NOP_INSN);
3233 add_fixed_insn (NOP_INSN);
3261 prev_nop_frag_required, NOP_INSN);
H A Dtc-sparc.c1023 #define NOP_INSN 0x01000000
1351 nop_insn.opcode = NOP_INSN;
1016 #define NOP_INSN macro

Completed in 144 milliseconds