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

References

projects/openmp/runtime/src/kmp.h
 1179                        : "=a"(p->eax), "=b"(p->ebx), "=c"(p->ecx), "=d"(p->edx)
projects/openmp/runtime/src/kmp_affinity.cpp
 1074   if (buf.eax < 4) {
 1111     if (buf.eax >= 4) {
 1113       nCoresPerPkg = ((buf.eax >> 26) & 0x3f) + 1;
 1219     if (buf.eax >= 4) {
 1221       threadInfo[nApics].maxCoresPerPkg = ((buf.eax >> 26) & 0x3f) + 1;
 1496   if (buf.eax < 11) {
 1659       int shift = buf.eax & 0x1f;
projects/openmp/runtime/src/kmp_runtime.cpp
 6465   if ((cs_p->eax & 0xff0) == 0xB10) {
 6467   } else if ((cs_p->eax & 0xf0ff0) == 0x50670) {
projects/openmp/runtime/src/kmp_utility.cpp
  140   max_arg = buf.eax;
  156       p->signature = buf.eax;
  157       p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f);
  157       p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f);
  159           (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f);
  159           (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f);
  160       p->stepping = get_value(buf.eax, 0, 0x0f);