Searched refs:guest_FPTAG (Results 1 – 9 of 9) sorted by relevance
204 ((x86->guest_FPTAG[0] ? 0 : 3) << 0) | in transfer_register()205 ((x86->guest_FPTAG[1] ? 0 : 3) << 2) | in transfer_register()206 ((x86->guest_FPTAG[2] ? 0 : 3) << 4) | in transfer_register()207 ((x86->guest_FPTAG[3] ? 0 : 3) << 6) | in transfer_register()208 ((x86->guest_FPTAG[4] ? 0 : 3) << 8) | in transfer_register()209 ((x86->guest_FPTAG[5] ? 0 : 3) << 10) | in transfer_register()210 ((x86->guest_FPTAG[6] ? 0 : 3) << 12) | in transfer_register()211 ((x86->guest_FPTAG[7] ? 0 : 3) << 14); in transfer_register()
244 ((amd64->guest_FPTAG[0] ? 0 : 3) << 0) | in transfer_register()245 ((amd64->guest_FPTAG[1] ? 0 : 3) << 2) | in transfer_register()246 ((amd64->guest_FPTAG[2] ? 0 : 3) << 4) | in transfer_register()247 ((amd64->guest_FPTAG[3] ? 0 : 3) << 6) | in transfer_register()248 ((amd64->guest_FPTAG[4] ? 0 : 3) << 8) | in transfer_register()249 ((amd64->guest_FPTAG[5] ? 0 : 3) << 10) | in transfer_register()250 ((amd64->guest_FPTAG[6] ? 0 : 3) << 12) | in transfer_register()251 ((amd64->guest_FPTAG[7] ? 0 : 3) << 14); in transfer_register()
130 UChar guest_FPTAG[8]; member
173 UChar guest_FPTAG[8]; /* 136 */ member
1852 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_put_x87()1912 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_get_x87()2232 gst->guest_FPTAG[i] = 0; /* empty */ in amd64g_dirtyhelper_FINIT()2360 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in amd64g_dirtyhelper_FSTENV()2413 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in amd64g_dirtyhelper_FNSAVES()2467 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in amd64g_dirtyhelper_FRSTORS()4405 /* 7 */ ALWAYSDEFD(guest_FPTAG),
1589 gst->guest_FPTAG[i] = 0; /* empty */ in x86g_dirtyhelper_FINIT()1608 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_put_x87()1668 UChar* vexTags = (UChar*)(&vex_state->guest_FPTAG[0]); in do_get_x87()2967 /* 7 */ ALWAYSDEFD(guest_FPTAG),
249 #define OFFB_FPTAGS offsetof(VexGuestX86State,guest_FPTAG[0])
414 #define OFFB_FPTAGS offsetof(VexGuestAMD64State,guest_FPTAG[0])
1318 if (arr->base == offsetof(VexGuestAMD64State,guest_FPTAG) in MC_()1336 if (arr->base == offsetof(VexGuestX86State,guest_FPTAG) in MC_()