Searched refs:arm_fp (Results 1 – 10 of 10) sorted by relevance
24 unsigned long arm_fp; member
31 unsigned long arm_fp; member
45 SC ("FP", arm_fp); in main()
87 sc->arm_fp = uc->regs[11]; /* FP */ in arm_local_resume()
171 out->iregs[11] = uc->uc_mcontext.arm_fp;
212 unsigned long arm_fp; member
437 state->fp = reinterpret_cast<void*>(mcontext.arm_fp); in FillRegisterState()
154 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.arm_fp)441 unsigned long arm_fp;
1315 *bp = ucontext->uc_mcontext.arm_fp; in GetPcSpBp()
384 (srP)->misc.ARM.r11 = (uc)->uc_mcontext.arm_fp; \