Home
last modified time | relevance | path

Searched refs:UNW_PPC64_F0 (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/src/ppc64/
DGinit.c57 else if ((unsigned) (reg - UNW_PPC64_F0) < 32) in uc_addr()
59 addr = &uc->uc_mcontext.fp_regs[reg - UNW_PPC64_F0]; in uc_addr()
61 addr = &uc->uc_mcontext.mc_fpreg[reg - UNW_PPC64_F0]; in uc_addr()
158 if (UNW_PPC64_F0 <= reg && reg <= UNW_PPC64_F31) in access_reg()
192 if (!(((unsigned) (reg - UNW_PPC64_F0) < 32) in access_fpreg()
DGglobal.c71 [UNW_PPC64_F0]=UNW_PPC64_F0,
Dis_fpreg.c33 return (regnum >= UNW_PPC64_F0 && regnum <= UNW_PPC64_F31); in unw_is_fpreg()
Dregname.c65 [UNW_PPC64_F0]="FPR0",
DGregs.c121 if ((unsigned) (reg - UNW_PPC64_F0) < 32) in tdep_access_fpreg()
Dinit.h39 for (i = UNW_PPC64_F0; i <= UNW_PPC64_F31; i++) { in common_init_ppc64()
DGstep.c247 c->dwarf.loc[UNW_PPC64_F0] = in unw_step()
/third_party/libunwind/include/
Dlibunwind-ppc64.h119 UNW_PPC64_F0 = 32, enumerator
/third_party/libunwind/src/ptrace/
D_UPT_access_fpreg.c91 if ((unsigned) reg < UNW_PPC64_F0 || (unsigned) reg > UNW_PPC64_F31) in _UPT_access_fpreg()