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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c576 const unsigned AVXBits = (1 << 27) | (1 << 28); local
577 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1006 const unsigned AVXBits = (1 << 27) | (1 << 28); local
1007 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&

Completed in 51 milliseconds