Searched refs:fpstate (Results 1 – 3 of 3) sorted by relevance
603 const internal::FPState *fpstate = in set_env() local608 x87_status.status_word |= (fpstate->x87_status.status_word & 0x3F); in set_env()611 x87_status._[i] = fpstate->x87_status._[i]; in set_env()613 x87_status.control_word = fpstate->x87_status.control_word; in set_env()617 internal::write_mxcsr(fpstate->mxcsr); in set_env()
72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
66 FXSAVE *fpstate; // Location of FPR's. member