Searched refs:guest_R11 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_guest_amd64.h71 /* 104 */ ULong guest_R11; member in struct:__anon28737
H A Dlibvex_guest_arm.h58 UInt guest_R11; member in struct:__anon28738
/external/valgrind/coregrind/
H A Dpub_core_machine.h134 # define VG_FRAME_PTR guest_R11
H A Dm_machine.c97 = VG_(threads)[tid].arch.vex.guest_R11;
210 (*f)(tid, "R11", vex->guest_R11);
261 (*f)(tid, "R11", vex->guest_R11);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c82 mach->__r11 = vex->guest_R11;
177 vex->guest_R11 = mach->__r11;
H A Dsyswrap-amd64-solaris.c153 uc->uc_mcontext.gregs[VKI_REG_R11] = tst->arch.vex.guest_R11;
367 tst->arch.vex.guest_R11 = uc->uc_mcontext.gregs[VKI_REG_R11];
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-arm.c202 case 11: VG_(transfer) (&arm->guest_R11, buf, dir, size, mod); break;
H A Dvalgrind-low-amd64.c175 case 11: VG_(transfer) (&amd64->guest_R11, buf, dir, size, mod); break;
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-amd64-linux.c548 tst->arch.vex.guest_R11 = sc->r11;
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c296 regs->r11 = arch->vex.guest_R11;
377 regs->ARM_fp = arch->vex.guest_R11;
H A Dcoredump-solaris.c304 (*regs)[VKI_REG_R11] = arch->vex.guest_R11;
/external/valgrind/VEX/priv/
H A Dguest_arm_helpers.c1276 vex_state->guest_R11 = 0;
1384 Int r11_min = offsetof(VexGuestARMState, guest_R11);
H A Dguest_amd64_helpers.c4351 vex_state->guest_R11 = 0;
H A Dguest_arm_toIR.c442 #define OFFB_R11 offsetof(VexGuestARMState,guest_R11)
H A Dguest_amd64_toIR.c397 #define OFFB_R11 offsetof(VexGuestAMD64State,guest_R11)
[all...]

Completed in 325 milliseconds