Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c3406 rtx temp_label = JUMP_LABEL (trial_seq->insn (0)); in relax_delay_slots() local
3407 if (ANY_RETURN_P (temp_label)) in relax_delay_slots()
3408 temp_label = find_end_label (temp_label); in relax_delay_slots()
3410 if (temp_label in relax_delay_slots()
3412 temp_label, insn)) in relax_delay_slots()
3415 reorg_redirect_jump (delay_jump_insn, temp_label); in relax_delay_slots()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc3330 rtx temp_label = JUMP_LABEL (trial_seq->insn (0)); in relax_delay_slots() local
3331 if (ANY_RETURN_P (temp_label)) in relax_delay_slots()
3332 temp_label = find_end_label (temp_label); in relax_delay_slots()
3334 if (temp_label in relax_delay_slots()
3336 temp_label, insn)) in relax_delay_slots()
3339 reorg_redirect_jump (delay_jump_insn, temp_label); in relax_delay_slots()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_pm.c86 } temp_label[] = { variable
1949 return snprintf(buf, PAGE_SIZE, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()