Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/mach/i386/
H A Dfp_reg.h110 struct x86_avx_thread_state { struct
134 struct x86_avx_thread_state avx; argument
/xnu-8020.121.3/osfmk/i386/
H A Dfpu.c160 [AVX] = sizeof(struct x86_avx_thread_state),
556 struct x86_avx_thread_state *iavx = fstate; in fpu_load_registers()
849 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_set_fxstate()
1062 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_get_fxstate()
1467 struct x86_avx_thread_state *ifps = NULL; in fpu_savearea_promote_avx512()