HomeSort by relevance Sort by last modified time
    Searched refs:UNW_PPC64_F0 (Results 1 - 8 of 8) sorted by null

  /external/libunwind/src/ppc64/
is_fpreg.c 33 return (regnum >= UNW_PPC64_F0 && regnum <= UNW_PPC64_F31);
Gregs.c 62 if ((((unsigned) (reg - UNW_PPC64_F0)) <= 31) ||
80 if ((unsigned) (reg - UNW_PPC64_F0) < 32)
Ginit.c 53 else if ((unsigned) (reg - UNW_PPC64_F0) < 32)
54 addr = &uc->uc_mcontext.fp_regs[reg - UNW_PPC64_F0];
167 if (UNW_PPC64_F0 <= reg && reg <= UNW_PPC64_F31)
200 if ((unsigned) (reg - UNW_PPC64_F0) < 0)
regname.c 65 [UNW_PPC64_F0]="FPR0",
Gglobal.c 71 [UNW_PPC64_F0]=UNW_PPC64_F0,
init.h 39 for (i = UNW_PPC64_F0; i <= UNW_PPC64_F31; i++) {
Gstep.c 248 c->dwarf.loc[UNW_PPC64_F0] =
  /external/libunwind/include/
libunwind-ppc64.h 119 UNW_PPC64_F0 = 32,

Completed in 85 milliseconds