reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/cpu_model.c
  503   if ((EDX >> 15) & 1)
  505   if ((EDX >> 23) & 1)
  507   if ((EDX >> 25) & 1)
  509   if ((EDX >> 26) & 1)
  533   bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
  541       MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
  581   if (HasLeaf7 && ((EDX >> 2) & 1) && HasAVX512Save)
  583   if (HasLeaf7 && ((EDX >> 3) & 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);