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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 60 /* 12 */ UInt guest_GPR3;
libvex_guest_ppc64.h 98 /* 24 */ ULong guest_GPR3;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 490 canonical->arg1 = gst->guest_GPR3;
502 canonical->arg1 = gst->guest_GPR3;
814 gst->guest_GPR3 = canonical->arg1;
824 gst->guest_GPR3 = canonical->arg1;
    [all...]
syswrap-ppc64-linux.c 435 ctst->arch.vex.guest_GPR3 = 0;
    [all...]
syswrap-ppc32-linux.c 285 ctst->arch.vex.guest_GPR3 = 0;
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 217 frame->uc.uc_mcontext.gp_regs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
sigframe-ppc32-linux.c 154 mc->mc_gregs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 292 regs->orig_gpr3 = arch->vex.guest_GPR3;
313 regs->orig_gpr3 = arch->vex.guest_GPR3;
334 regs->orig_gpr3 = arch->vex.guest_GPR3;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 375 vex_state->guest_GPR3 = 0;
542 vex_state->guest_GPR3 = 0;
guest_ppc_toIR.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 194 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break;
valgrind-low-ppc64.c 191 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
  /external/valgrind/coregrind/
m_machine.c 225 (*f)(tid, "GPR3" , vex->guest_GPR3 );
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 488 milliseconds