Searched refs:fx_save_state (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.c117 __asm__ volatile("fxsave %0" : "=m" (ifps->fx_save_state));
118 mxcsr_capability_mask = ifps->fx_save_state.fx_MXCSR_MASK;
193 fxsave(&starting_fp_state.fx_save_state);
301 (char *)&ifps->fx_save_state, sizeof(struct x86_fx_save));
316 ifps->fx_save_state.fx_MXCSR &= mxcsr_capability_mask;
357 bcopy((char *)&starting_fp_state.fx_save_state,
380 bcopy((char *)&ifps->fx_save_state,
434 bcopy((char *)&(ppcb->ifps->fx_save_state),
435 (char *)&(child->machine.pcb->ifps->fx_save_state), sizeof(struct x86_fx_save));
446 new_ifps->fx_save_state
[all...]
H A Dfpu.h160 fxsave(&ifps->fx_save_state);
167 fxsave64(&ifps->fx_save_state);
H A Dthread.h105 struct x86_fx_save fx_save_state __attribute__ ((aligned (16))); member in struct:x86_fpsave_state

Completed in 23 milliseconds