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

  /external/valgrind/main/coregrind/
pub_core_machine.h 92 # define VG_STACK_PTR guest_GPR1
93 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
96 # define VG_STACK_PTR guest_GPR1
97 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
m_debugger.c 113 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R1 * 4), (void*)vex->guest_GPR1);
168 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R1 * 8), (void*)vex->guest_GPR1);
m_machine.c 78 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
83 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
212 (*f)(vex->guest_GPR1);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 356 vex_state->guest_GPR1 = 0;
513 vex_state->guest_GPR1 = 0;
689 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
724 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1);
770 .offset_SP = offsetof(VexGuestPPC32State,guest_GPR1),
774 .offset_FP = offsetof(VexGuestPPC32State,guest_GPR1),
811 .offset_SP = offsetof(VexGuestPPC64State,guest_GPR1),
815 .offset_FP = offsetof(VexGuestPPC64State,guest_GPR1),
guest_ppc_toIR.c 882 case 1: return offsetofPPCGuestState(guest_GPR1);
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-aix5.c 157 *(Addr*)sp = tst->arch.vex.guest_GPR1;
208 sp = tst->arch.vex.guest_GPR1;
sigframe-ppc64-aix5.c 157 *(Addr*)sp = tst->arch.vex.guest_GPR1;
211 sp = tst->arch.vex.guest_GPR1;
sigframe-ppc64-linux.c 224 *(Addr *)sp = tst->arch.vex.guest_GPR1;
337 sp = tst->arch.vex.guest_GPR1;
sigframe-ppc32-linux.c 702 *(Addr *)sp = tst->arch.vex.guest_GPR1;
891 sp = tst->arch.vex.guest_GPR1;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 53 /* 4 */ UInt guest_GPR1;
libvex_guest_ppc64.h 91 /* 8 */ ULong guest_GPR1;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 536 dst_ts->arch.vex.guest_GPR1 = ats_new->mst.gpr[1]; /* sp */
577 dst_ts->client_stack_highest_word = dst_ts->arch.vex.guest_GPR1;
syswrap-ppc32-aix5.c 626 dst_ts->arch.vex.guest_GPR1 = ats_new->mst.gpr[1]; /* sp */
667 dst_ts->client_stack_highest_word = dst_ts->arch.vex.guest_GPR1;
    [all...]
syswrap-ppc32-linux.c 292 ctst->arch.vex.guest_GPR1 = sp;
    [all...]
syswrap-ppc64-linux.c 320 ctst->arch.vex.guest_GPR1 = sp;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
initimg-aix5.c 332 arch->vex.guest_GPR1 = (UWord)iifii.intregs37[1];

Completed in 719 milliseconds