reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
132 static bool isCpuIdSupported() { 165 static bool getX86CpuIDAndInfo(unsigned value, unsigned *rEAX, unsigned *rEBX, 204 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, 241 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { 533 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && 535 bool HasAVX512Save = HasAVX && ((EAX & 0xe0) == 0xe0); 540 bool HasLeaf7 = 586 bool HasLeaf7Subleaf1 = 594 bool HasExtLeaf1 = MaxExtLevel >= 0x80000001 &&