reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
134 __kmp_x86_cpuid(0, 0, &buf); 140 max_arg = buf.eax; 148 __kmp_x86_cpuid(1, 0, &buf); 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); 168 for (t = buf.ebx, i = 0; i < 4; t >>= 8, ++i) { 172 p->sse2 = (buf.edx >> 26) & 1; 228 if ((buf.edx >> 28) & 1) { 264 __kmp_x86_cpuid(7, 0, &buf); 265 p->rtm = (buf.ebx >> 11) & 1;