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

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.c314 fp_save_layout_t layout = ifps->fp_save_layout; local
316 assert(layout == FXSAVE32 || layout == FXSAVE64 || layout == XSAVE32 || layout == XSAVE64);
321 if (layout == XSAVE32 || layout == XSAVE64) {
332 if (layout != XSAVE32 && layout != XSAVE64)
333 panic("Inappropriate layout
[all...]

Completed in 16 milliseconds