Home
last modified time | relevance | path

Searched defs:call_saved (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3887 bool call_saved = !global_regs[regno] && !call_used_or_fixed_reg_p (regno); in riscv_save_reg_p() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c3521 bool call_saved = !global_regs[regno] && !call_used_or_fixed_reg_p (regno); in riscv_save_reg_p() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc815 bool call_saved = !global_regs[regno] && !call_used_regs[regno]; in loongarch_save_reg_p() local