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

  /external/valgrind/coregrind/
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
m_machine.c 80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1;
85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1;
223 (*f)(tid, "GPR1" , vex->guest_GPR1 );
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 373 vex_state->guest_GPR1 = 0;
540 vex_state->guest_GPR1 = 0;
724 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
762 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1);
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),
guest_ppc_toIR.c     [all...]
  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 58 /* 4 */ UInt guest_GPR1;
libvex_guest_ppc64.h 96 /* 8 */ ULong guest_GPR1;
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 182 *(Addr *)sp = tst->arch.vex.guest_GPR1;
305 sp = tst->arch.vex.guest_GPR1;
sigframe-ppc32-linux.c 661 *(Addr *)sp = tst->arch.vex.guest_GPR1;
850 sp = tst->arch.vex.guest_GPR1;
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 192 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break;
valgrind-low-ppc64.c 189 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc64-linux.c 441 ctst->arch.vex.guest_GPR1 = sp;
    [all...]
syswrap-ppc32-linux.c 291 ctst->arch.vex.guest_GPR1 = sp;
    [all...]

Completed in 2323 milliseconds