Searched refs:guest_GPR1 (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 133 # define VG_STACK_PTR guest_GPR1 134 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC 137 # define VG_STACK_PTR guest_GPR1 138 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
|
D | m_machine.c | 80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1; in VG_() 85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1; in VG_() 223 (*f)(tid, "GPR1" , vex->guest_GPR1 ); in apply_to_GPs_of_tid()
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_helpers.c | 373 vex_state->guest_GPR1 = 0; in LibVEX_GuestPPC32_initialise() 540 vex_state->guest_GPR1 = 0; in LibVEX_GuestPPC64_initialise() 724 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1); in guest_ppc32_state_requires_precise_mem_exns() 762 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1); in guest_ppc64_state_requires_precise_mem_exns() 810 .offset_SP = offsetof(VexGuestPPC32State,guest_GPR1), 814 .offset_FP = offsetof(VexGuestPPC32State,guest_GPR1), 851 .offset_SP = offsetof(VexGuestPPC64State,guest_GPR1), 855 .offset_FP = offsetof(VexGuestPPC64State,guest_GPR1),
|
D | guest_ppc_toIR.c | 1126 case 1: return offsetofPPCGuestState(guest_GPR1); in integerGuestRegOffset()
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-ppc64-linux.c | 182 *(Addr *)sp = tst->arch.vex.guest_GPR1; in VG_() 305 sp = tst->arch.vex.guest_GPR1; in VG_()
|
D | sigframe-ppc32-linux.c | 661 *(Addr *)sp = tst->arch.vex.guest_GPR1; in VG_() 850 sp = tst->arch.vex.guest_GPR1; in VG_()
|
/external/valgrind/VEX/pub/ |
D | libvex_guest_ppc32.h | 58 /* 4 */ UInt guest_GPR1; member
|
D | libvex_guest_ppc64.h | 96 /* 8 */ ULong guest_GPR1; member
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 1078 arch->vex.guest_GPR1 = iifii.initial_client_SP; in VG_() 1093 arch->vex.guest_GPR1 = iifii.initial_client_SP; in VG_()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind-low-ppc32.c | 192 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break; in transfer_register()
|
D | valgrind-low-ppc64.c | 189 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break; in transfer_register()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 441 ctst->arch.vex.guest_GPR1 = sp; in do_clone()
|
D | syswrap-ppc32-linux.c | 291 ctst->arch.vex.guest_GPR1 = sp; in do_clone()
|