Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/i386/
H A Dfp_reg.h110 struct x86_avx_thread_state { struct
134 struct x86_avx_thread_state avx; argument
/xnu-11417.121.6/osfmk/i386/
H A Dfpu.c170 return sizeof(struct x86_avx_thread_state); in fp_state_size()
609 struct x86_avx_thread_state *iavx = fstate; in fpu_load_registers()
911 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_set_fxstate()
1126 struct x86_avx_thread_state *iavx = (void *) ifps; in fpu_get_fxstate()
1534 struct x86_avx_thread_state *ifps = NULL; in fpu_savearea_promote_avx512()