Home | History | Annotate | Download | only in vpx_ports

Lines Matching refs:cpuid

38 #define cpuid(func,ax,bx,cx,dx)\
40 "cpuid \n\t" \
44 #define cpuid(func,ax,bx,cx,dx)\
47 "cpuid \n\t" \
54 #define cpuid(func,ax,bx,cx,dx)\
57 "cpuid \n\t" \
63 #define cpuid(func,ax,bx,cx,dx)\
66 "cpuid \n\t" \
76 #define cpuid(func,a,b,c,d) do{\
81 #define cpuid(func,a,b,c,d)\
83 __asm cpuid\
122 /* Ensure that the CPUID instruction supports extended features */
123 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx);
129 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx);