Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/i386/
H A Dfp_reg.h110 struct x86_avx_thread_state { struct
134 struct x86_avx_thread_state avx; argument
/xnu-10002.61.3/osfmk/i386/
H A Dfpu.c160 [AVX] = sizeof(struct x86_avx_thread_state),
557 struct x86_avx_thread_state *iavx = fstate; in fpu_load_registers()
859 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_set_fxstate()
1072 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_get_fxstate()
1477 struct x86_avx_thread_state *ifps = NULL; in fpu_savearea_promote_avx512()