Searched refs:EBX (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c492 unsigned EAX, EBX; local
540 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
542 if (HasLeaf7 && ((EBX >> 3) & 1))
544 if (HasLeaf7 && ((EBX >> 5) & 1) && HasAVX)
546 if (HasLeaf7 && ((EBX >> 8) & 1))
548 if (HasLeaf7 && ((EBX >> 16) & 1) && HasAVX512Save)
550 if (HasLeaf7 && ((EBX >> 17) & 1) && HasAVX512Save)
552 if (HasLeaf7 && ((EBX >> 21) & 1) && HasAVX512Save)
554 if (HasLeaf7 && ((EBX >> 26) & 1) && HasAVX512Save)
556 if (HasLeaf7 && ((EBX >> 2
639 unsigned EAX, EBX, ECX, EDX; local
[all...]

Completed in 54 milliseconds