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

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.c322 struct x86_avx_thread_state *iavx = fstate; local
325 if (iavx->_xh.xsbv & ~7)
326 panic("iavx->_xh.xsbv: 0x%llx", iavx->_xh.xsbv);
327 for (i = 0; i < sizeof(iavx->_xh.xhrsvd); i++)
328 if (iavx->_xh.xhrsvd[i])
553 struct x86_avx_thread_state *iavx = (void *) ifps; local
563 bcopy(&ystate->__fpu_ymmh0, &iavx->x_YMMH_reg[0][0], fpu_nyreg * sizeof(_STRUCT_XMM_REG));
566 iavx->fp_save_layout = thread_is_64bit(thr_act) ? XSAVE64 : XSAVE32;
568 bzero(&iavx
656 struct x86_avx_thread_state *iavx = (void *) ifps; local
[all...]

Completed in 17 milliseconds