Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c654 #define NOP_INSN (mips_opts.mips16 ? &mips16_nop_insn : &nop_insn) macro
1423 add_fixed_insn (NOP_INSN); in emit_nop()
1424 insert_into_history (0, 1, NOP_INSN); in emit_nop()
2536 tmp_nops = nops_for_sequence (2, history, insn, NOP_INSN); in nops_for_insn_or_target()
2630 prev_nop_frag_holds, NOP_INSN); in append_insn()
3170 insert_into_history (0, ARRAY_SIZE (history), NOP_INSN); in mips_no_prev_insn()
3187 add_fixed_insn (NOP_INSN); in mips_emit_delays()
3226 add_fixed_insn (NOP_INSN); in start_noreorder()
3254 prev_nop_frag_required, NOP_INSN); in end_noreorder()
HDtc-sparc.c1016 #define NOP_INSN 0x01000000 macro
1342 nop_insn.opcode = NOP_INSN;