Home
last modified time | relevance | path

Searched refs:fpu_fcw (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/mach/i386/
H A D_structs.h432 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
469 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
515 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
1027 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
1078 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
1146 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
/xnu-8019.80.24/osfmk/i386/
H A Dfpu.c832 __nochk_bcopy((char *)&state->fpu_fcw, (char *)ifps, fp_state_size[FP]); in fpu_set_fxstate()
1024 __nochk_bcopy((char *)&initial_fp_state, (char *)&state->fpu_fcw, in fpu_get_fxstate()
1047 __nochk_bcopy((char *)ifps, (char *)&state->fpu_fcw, fp_state_size[FP]); in fpu_get_fxstate()