Searched refs:XCR_AVX_ENABLED_MASK (Results 1 – 4 of 4) sorted by relevance
280 #define XCR_AVX_ENABLED_MASK \ in get_available_features() macro297 if ((xcrlow & XCR_AVX_ENABLED_MASK) == XCR_AVX_ENABLED_MASK) in get_available_features()
563 #define XCR_AVX_ENABLED_MASK \ in get_available_features() macro585 if ((xcrlow & XCR_AVX_ENABLED_MASK) == XCR_AVX_ENABLED_MASK) in get_available_features()
603 #define XCR_AVX_ENABLED_MASK \ in host_detect_local_cpu() macro616 if ((eax & XCR_AVX_ENABLED_MASK) != XCR_AVX_ENABLED_MASK) in host_detect_local_cpu()
3060 (XCR_AVX_ENABLED_MASK): Likewise.