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

  /external/valgrind/main/VEX/pub/
libvex_guest_amd64.h 56 /* 8 */ ULong guest_RCX;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 72 mach->__rcx = vex->guest_RCX;
135 vex->guest_RCX = mach->__rcx;
316 vex->guest_RCX = tst->os_state.func_arg;
458 vex->guest_RCX = workitem;
syswrap-main.c 682 gst->guest_RCX = canonical->arg4;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 149 case 2: VG_(transfer) (&amd64->guest_RCX, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 386 #define OFFB_RCX offsetof(VexGuestAMD64State,guest_RCX)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 571 tst->arch.vex.guest_RCX = sc->rcx;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 277 regs->rcx = arch->vex.guest_RCX;
  /external/valgrind/main/coregrind/
m_debugger.c 77 regs.rcx = vex->guest_RCX;
m_machine.c 202 (*f)(vex->guest_RCX);
    [all...]

Completed in 318 milliseconds