Searched refs:guest_FPTAG (Results 1 – 9 of 9) sorted by relevance
214 ((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()
236 ((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()
170 UChar guest_FPTAG[8]; /* 128 */ member
123 /* 528 */ UChar guest_FPTAG[8]; member
1515 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),
1551 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),
252 #define OFFB_FPTAGS offsetof(VexGuestX86State,guest_FPTAG[0])
412 #define OFFB_FPTAGS offsetof(VexGuestAMD64State,guest_FPTAG[0])
987 if (arr->base == offsetof(VexGuestAMD64State,guest_FPTAG) in MC_()1005 if (arr->base == offsetof(VexGuestX86State,guest_FPTAG) in MC_()