Searched refs:AVXBits (Results 1 – 3 of 3) sorted by relevance
722 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
756 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local757 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
903 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()