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

  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 128 ULong guest_FPREG[8];
libvex_guest_x86.h 171 ULong guest_FPREG[8]; /* 72 */
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 170 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
176 VG_(transfer) (&x86->guest_FPREG[regno-16], &fpreg64,
valgrind-low-amd64.c 211 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-24],
217 VG_(transfer) (&amd64->guest_FPREG[regno-24], &fpreg64,
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 248 #define OFFB_FPREGS offsetof(VexGuestX86State,guest_FPREG[0])
    [all...]
guest_amd64_toIR.c 406 #define OFFB_FPREGS offsetof(VexGuestAMD64State,guest_FPREG[0])
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 747 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestX86State,guest_FPREG)));
762 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_FPREG)));
    [all...]
  /external/valgrind/memcheck/
mc_machine.c     [all...]

Completed in 405 milliseconds