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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A D_types.h152 #define FP_STATE_BYTES 512 /* number of chars worth of data from fpu_fcw */
160 fp_control_t fpu_fcw; /* x87 FPU control word */ member in struct:i386_float_state
H A D_structs.h227 #define FP_STATE_BYTES 512 /* number of chars worth of data from fpu_fcw */
272 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
467 _STRUCT_FP_CONTROL fpu_fcw; /* x87 FPU control word */ variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.c300 bcopy((char *)&state->fpu_fcw,
358 (char *)&state->fpu_fcw, sizeof(struct x86_fx_save));
381 (char *)&state->fpu_fcw, sizeof(struct x86_fx_save));

Completed in 28 milliseconds