Home
last modified time | relevance | path

Searched refs:guest_FPTAG (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-x86.c214 ((x86->guest_FPTAG[0] ? 0 : 3) << 0) | in transfer_register()
215 ((x86->guest_FPTAG[1] ? 0 : 3) << 2) | in transfer_register()
216 ((x86->guest_FPTAG[2] ? 0 : 3) << 4) | in transfer_register()
217 ((x86->guest_FPTAG[3] ? 0 : 3) << 6) | in transfer_register()
218 ((x86->guest_FPTAG[4] ? 0 : 3) << 8) | in transfer_register()
219 ((x86->guest_FPTAG[5] ? 0 : 3) << 10) | in transfer_register()
220 ((x86->guest_FPTAG[6] ? 0 : 3) << 12) | in transfer_register()
221 ((x86->guest_FPTAG[7] ? 0 : 3) << 14); in transfer_register()
Dvalgrind-low-amd64.c236 ((amd64->guest_FPTAG[0] ? 0 : 3) << 0) | in transfer_register()
237 ((amd64->guest_FPTAG[1] ? 0 : 3) << 2) | in transfer_register()
238 ((amd64->guest_FPTAG[2] ? 0 : 3) << 4) | in transfer_register()
239 ((amd64->guest_FPTAG[3] ? 0 : 3) << 6) | in transfer_register()
240 ((amd64->guest_FPTAG[4] ? 0 : 3) << 8) | in transfer_register()
241 ((amd64->guest_FPTAG[5] ? 0 : 3) << 10) | in transfer_register()
242 ((amd64->guest_FPTAG[6] ? 0 : 3) << 12) | in transfer_register()
243 ((amd64->guest_FPTAG[7] ? 0 : 3) << 14); in transfer_register()
/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h170 UChar guest_FPTAG[8]; /* 128 */ member
Dlibvex_guest_amd64.h123 /* 528 */ UChar guest_FPTAG[8]; member
/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c1515 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_put_x87()
1575 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_get_x87()
1817 gst->guest_FPTAG[i] = 0; /* empty */ in amd64g_dirtyhelper_FINIT()
1934 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in amd64g_dirtyhelper_FLDENV()
1985 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in amd64g_dirtyhelper_FSTENV()
3085 /* 7 */ ALWAYSDEFD(guest_FPTAG),
Dguest_x86_helpers.c1551 gst->guest_FPTAG[i] = 0; /* empty */ in x86g_dirtyhelper_FINIT()
1570 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_put_x87()
1630 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_get_x87()
2799 /* 7 */ ALWAYSDEFD(guest_FPTAG),
Dguest_x86_toIR.c252 #define OFFB_FPTAGS offsetof(VexGuestX86State,guest_FPTAG[0])
Dguest_amd64_toIR.c412 #define OFFB_FPTAGS offsetof(VexGuestAMD64State,guest_FPTAG[0])
/external/valgrind/main/memcheck/
Dmc_machine.c987 if (arr->base == offsetof(VexGuestAMD64State,guest_FPTAG) in MC_()
1005 if (arr->base == offsetof(VexGuestX86State,guest_FPTAG) in MC_()