Home
last modified time | relevance | path

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

/external/libunwind/src/ppc64/
DGinit.c53 else if ((unsigned) (reg - UNW_PPC64_F0) < 32) in uc_addr()
54 addr = &uc->uc_mcontext.fp_regs[reg - UNW_PPC64_F0]; in uc_addr()
167 if (UNW_PPC64_F0 <= reg && reg <= UNW_PPC64_F31) in access_reg()
200 if ((unsigned) (reg - UNW_PPC64_F0) < 0) in access_fpreg()
DGregs.c62 if ((((unsigned) (reg - UNW_PPC64_F0)) <= 31) || in tdep_access_reg()
80 if ((unsigned) (reg - UNW_PPC64_F0) < 32) in tdep_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",
Dinit.h39 for (i = UNW_PPC64_F0; i <= UNW_PPC64_F31; i++) { in common_init_ppc64()
DGstep.c248 c->dwarf.loc[UNW_PPC64_F0] = in unw_step()
/external/libunwind/include/
Dlibunwind-ppc64.h119 UNW_PPC64_F0 = 32, enumerator