Home
last modified time | relevance | path

Searched refs:lr_is_wrapped_separately (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h2556 bool lr_is_wrapped_separately; member
H A Drs6000-logue.c2900 cfun->machine->lr_is_wrapped_separately = true; in rs6000_set_handled_components()
3232 && !cfun->machine->lr_is_wrapped_separately) in rs6000_emit_prologue()
4281 && !cfun->machine->lr_is_wrapped_separately); in rs6000_emit_epilogue()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h2579 bool lr_is_wrapped_separately; member
H A Drs6000-logue.c2900 cfun->machine->lr_is_wrapped_separately = true; in rs6000_set_handled_components()
3232 && !cfun->machine->lr_is_wrapped_separately) in rs6000_emit_prologue()
4281 && !cfun->machine->lr_is_wrapped_separately); in rs6000_emit_epilogue()
H A Drs6000-logue.cc2926 cfun->machine->lr_is_wrapped_separately = true; in rs6000_set_handled_components()
3258 && !cfun->machine->lr_is_wrapped_separately) in rs6000_emit_prologue()
4318 && !cfun->machine->lr_is_wrapped_separately); in rs6000_emit_epilogue()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201610229 gpr_is_wrapped_separately and lr_is_wrapped_separately.
10242 (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
10244 (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.