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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1339 bool HasXSave = ((ECX >> 27) & 1) && !getX86XCR0(&EAX, &EDX); local
1340 bool HasAVXSave = HasXSave && ((ECX >> 28) & 1) && ((EAX & 0x6) == 0x6);
1352 bool HasAMXSave = HasXSave && ((EAX & AMXBits) == AMXBits);

Completed in 101 milliseconds