Home
last modified time | relevance | path

Searched refs:this_label (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-frv.c1797 frv_frob_label (symbolS *this_label) in frv_frob_label() argument
1801 dwarf2_emit_label (this_label); in frv_frob_label()
1810 vliw_insn_list_entry->sym = this_label; in frv_frob_label()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreorg.cc2247 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps() local
2248 if (NEXT_INSN (this_label) in follow_jumps()
2249 && JUMP_TABLE_DATA_P (NEXT_INSN (this_label))) in follow_jumps()
2256 value = this_label; in follow_jumps()
DChangeLog-201421020 rtx_insn *. Convert local rtx_insn * "this_label" to an rtx and
21021 rename to "this_label_or_return", reintroducing "this_label" as
22066 "insn", "next", "value", "this_label" from rtx to rtx_insn *.