Home
last modified time | relevance | path

Searched defs:HasXSave (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1680 bool HasXSave = ((ECX >> 27) & 1) && !getX86XCR0(&EAX, &EDX); getHostCPUFeatures() local
/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c816 bool HasXSave = ((ECX >> 27) & 1) && !getX86XCR0(&EAX, &EDX); getAvailableFeatures() local