Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c879 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
880 bool HasAVXSave = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1286 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
1287 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()