Home
last modified time | relevance | path

Searched refs:r_label (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.cc1176 rtx r_label, r_save_area, r_fp, r_sp; in expand_builtin_nonlocal_goto() local
1185 r_label = expand_normal (t_label); in expand_builtin_nonlocal_goto()
1186 r_label = convert_memory_address (Pmode, r_label); in expand_builtin_nonlocal_goto()
1201 emit_insn (targetm.gen_nonlocal_goto (const0_rtx, r_label, r_sp, r_fp)); in expand_builtin_nonlocal_goto()
1207 r_label = copy_to_reg (r_label); in expand_builtin_nonlocal_goto()
1238 emit_indirect_jump (r_label); in expand_builtin_nonlocal_goto()
DChangeLog-200423849 * builtins.c (expand_builtin_nonlocal_goto): Ensure r_label and
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.md7416 rtx r_label = operands[1];
7429 r_label = copy_to_reg (r_label);
7449 emit_indirect_jump (r_label);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.md376 rtx r_label = copy_to_reg (operands[1]);
390 emit_indirect_jump (r_label);