Searched refs:UNW_PPC32_F0 (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/src/ppc32/
H A Dis_fpreg.c33 return (regnum >= UNW_PPC32_F0 && regnum <= UNW_PPC32_F31);
H A DGinit.c54 if ( ((unsigned) (reg - UNW_PPC32_F0) < 32) &&
55 ((unsigned) (reg - UNW_PPC32_F0) >= 0) )
56 addr = &uc->uc_mcontext.uc_regs->fpregs.fpregs[reg - UNW_PPC32_F0];
163 if ( ((unsigned int) (reg - UNW_PPC32_F0) < 32) &&
164 ((unsigned int) (reg - UNW_PPC32_F0) >= 0))
195 if ((unsigned) (reg - UNW_PPC32_F0) < 0)
H A DGregs.c62 if ((((unsigned) (reg - UNW_PPC32_F0)) <= 31))
79 if ((unsigned) (reg - UNW_PPC32_F0) < 32)
H A Dregname.c71 [UNW_PPC32_F0]="FPR0",
H A DGglobal.c77 [UNW_PPC32_F0]=UNW_PPC32_F0,
H A Dinit.h41 for (i = UNW_PPC32_F0; i <= UNW_PPC32_F31; i++) {
H A DGstep.c240 c->dwarf.loc[UNW_PPC32_F0] =
/external/libunwind/include/
H A Dlibunwind-ppc32.h127 UNW_PPC32_F0 = 48, enumerator in enum:__anon24674

Completed in 451 milliseconds