Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c1287 rtx r_label, r_save_area, r_fp, r_sp; in expand_builtin_nonlocal_goto() local
1296 r_label = expand_normal (t_label); in expand_builtin_nonlocal_goto()
1297 r_label = convert_memory_address (Pmode, r_label); in expand_builtin_nonlocal_goto()
1312 emit_insn (targetm.gen_nonlocal_goto (const0_rtx, r_label, r_sp, r_fp)); in expand_builtin_nonlocal_goto()
1318 r_label = copy_to_reg (r_label); in expand_builtin_nonlocal_goto()
1349 emit_indirect_jump (r_label); in expand_builtin_nonlocal_goto()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A DChangeLog-200423849 * builtins.c (expand_builtin_nonlocal_goto): Ensure r_label and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A 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/sparc/
H A 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.old/dist/gcc/config/avr/
H A Davr.md357 rtx r_label = copy_to_reg (operands[1]);
371 emit_indirect_jump (r_label);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.md376 rtx r_label = copy_to_reg (operands[1]);
390 emit_indirect_jump (r_label);