Lines Matching defs:ebx
707 namespace ebx {
738 static inline void cpuid(uint32_t *eax, uint32_t *ebx, uint32_t *ecx,
744 *ebx = cpu_info[1];
749 __get_cpuid(level, eax, ebx, ecx, edx);
754 *ebx = b;
772 uint32_t ebx = 0;
779 cpuid(&eax, &ebx, &ecx, &edx);
802 cpuid(&eax, &ebx, &ecx, &edx);
803 if (ebx & cpuid_bit::ebx::avx2) {
806 if (ebx & cpuid_bit::ebx::bmi1) {
809 if (ebx & cpuid_bit::ebx::bmi2) {
815 if (ebx & cpuid_bit::ebx::avx512f) {
818 if (ebx & cpuid_bit::ebx::avx512bw) {
821 if (ebx & cpuid_bit::ebx::avx512cd) {
824 if (ebx & cpuid_bit::ebx::avx512dq) {
827 if (ebx & cpuid_bit::ebx::avx512vl) {