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

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.c130 static uint32_t fpu_YMM_present = FALSE; variable
204 fps->fp_save_layout = fpu_YMM_present ? XSAVE32: FXSAVE32;
263 fpu_YMM_present = TRUE;
273 fpu_YMM_present = FALSE;
331 if (fpu_YMM_present) {
364 if (fpu_YMM_present) {
375 if (fpu_YMM_present) {
385 if (fpu_YMM_present) {
407 assert(fpu_YMM_present != 0xFFFFFFFF);
552 if (fpu_YMM_present) {
[all...]

Completed in 12 milliseconds