/external/valgrind/main/VEX/pub/ |
libvex_guest_amd64.h | 127 ULong guest_FPREG[8];
|
libvex_guest_x86.h | 172 ULong guest_FPREG[8]; /* 72 */
|
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind-low-x86.c | 171 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16], 177 VG_(transfer) (&x86->guest_FPREG[regno-16], &fpreg64,
|
valgrind-low-amd64.c | 212 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16], 218 VG_(transfer) (&amd64->guest_FPREG[regno-16], &fpreg64,
|
/external/valgrind/main/VEX/priv/ |
guest_amd64_helpers.c | [all...] |
guest_x86_helpers.c | [all...] |
guest_amd64_toIR.c | 411 #define OFFB_FPREGS offsetof(VexGuestAMD64State,guest_FPREG[0]) [all...] |
guest_x86_toIR.c | 251 #define OFFB_FPREGS offsetof(VexGuestX86State,guest_FPREG[0]) [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 735 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestX86State,guest_FPREG))); 750 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_FPREG))); [all...] |
/external/valgrind/main/memcheck/ |
mc_machine.c | [all...] |