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

/darwin-on-arm/xnu/osfmk/i386/
H A Dfpu.c97 static void configure_mxcsr_capability_mask(struct x86_avx_thread_state *fps);
99 struct x86_avx_thread_state initial_fp_state __attribute((aligned(64)));
183 configure_mxcsr_capability_mask(struct x86_avx_thread_state *fps)
261 assert(xsp->extended_state[2] == sizeof(struct x86_avx_thread_state));
262 fp_register_state_size = sizeof(struct x86_avx_thread_state);
322 struct x86_avx_thread_state *iavx = fstate;
404 (fp_register_state_size != sizeof(struct x86_avx_thread_state)))
553 struct x86_avx_thread_state *iavx = (void *) ifps;
656 struct x86_avx_thread_state *iavx = (void *) ifps;
723 (fp_register_state_size == sizeof(struct x86_avx_thread_state)));
[all...]
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dfp_reg.h90 struct x86_avx_thread_state { struct

Completed in 20 milliseconds