Searched refs:avx_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/tests/ ! |
| H A D | avx.c | 365 mach_msg_type_number_t avx_count = X86_AVX_STATE_COUNT; in ymm_integrity() local 374 ts, X86_AVX_STATE_FLAVOR, (thread_state_t)&avx_state, &avx_count in ymm_integrity() 389 ts, X86_AVX_STATE_FLAVOR, (thread_state_t)&avx_state2, &avx_count in ymm_integrity() 876 mach_msg_type_number_t avx_count = X86_AVX512_STATE_COUNT; in zmm_integrity() local 888 ts, X86_AVX512_STATE_FLAVOR, (thread_state_t)&avx_state, &avx_count in zmm_integrity() 905 ts, X86_AVX512_STATE_FLAVOR, (thread_state_t)&avx_state2, &avx_count in zmm_integrity()
|