reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1038 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX); 1040 if (HasLeaf7 && ((EBX >> 3) & 1)) 1042 if (HasLeaf7 && ((EBX >> 5) & 1) && HasAVX) 1044 if (HasLeaf7 && ((EBX >> 8) & 1)) 1046 if (HasLeaf7 && ((EBX >> 16) & 1) && HasAVX512Save) 1048 if (HasLeaf7 && ((EBX >> 17) & 1) && HasAVX512Save) 1050 if (HasLeaf7 && ((EBX >> 19) & 1)) 1052 if (HasLeaf7 && ((EBX >> 21) & 1) && HasAVX512Save) 1054 if (HasLeaf7 && ((EBX >> 23) & 1)) 1056 if (HasLeaf7 && ((EBX >> 26) & 1) && HasAVX512Save) 1058 if (HasLeaf7 && ((EBX >> 27) & 1) && HasAVX512Save) 1060 if (HasLeaf7 && ((EBX >> 28) & 1) && HasAVX512Save) 1062 if (HasLeaf7 && ((EBX >> 29) & 1)) 1064 if (HasLeaf7 && ((EBX >> 30) & 1) && HasAVX512Save) 1066 if (HasLeaf7 && ((EBX >> 31) & 1) && HasAVX512Save) 1092 MaxLeaf >= 7 && !getX86CpuIDAndInfoEx(0x7, 0x1, &EAX, &EBX, &ECX, &EDX); 1097 getX86CpuIDAndInfo(0x80000000, &MaxExtLevel, &EBX, &ECX, &EDX); 1100 !getX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);