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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c245 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { function
577 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp556 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { function
1007 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
1339 bool HasXSave = ((ECX >> 27) & 1) && !getX86XCR0(&EAX, &EDX);

Completed in 41 milliseconds