reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
541 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX); 543 if (HasLeaf7 && ((EBX >> 3) & 1)) 545 if (HasLeaf7 && ((EBX >> 5) & 1) && HasAVX) 547 if (HasLeaf7 && ((EBX >> 8) & 1)) 549 if (HasLeaf7 && ((EBX >> 16) & 1) && HasAVX512Save) 551 if (HasLeaf7 && ((EBX >> 17) & 1) && HasAVX512Save) 553 if (HasLeaf7 && ((EBX >> 21) & 1) && HasAVX512Save) 555 if (HasLeaf7 && ((EBX >> 26) & 1) && HasAVX512Save) 557 if (HasLeaf7 && ((EBX >> 27) & 1) && HasAVX512Save) 559 if (HasLeaf7 && ((EBX >> 28) & 1) && HasAVX512Save) 561 if (HasLeaf7 && ((EBX >> 30) & 1) && HasAVX512Save) 563 if (HasLeaf7 && ((EBX >> 31) & 1) && HasAVX512Save) 587 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x1, &EAX, &EBX, &ECX, &EDX); 592 getX86CpuIDAndInfo(0x80000000, &MaxExtLevel, &EBX, &ECX, &EDX); 595 !getX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);