| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_cpu.c | 43 unsigned eax, ebx, ecx, edx; local 48 __cpuid(1, eax, ebx, ecx, edx); 83 __cpuid_count(7, 0, eax, ebx, ecx, edx); 85 if ((extra & has_YMM) && (ebx & bit_AVX2))
|
| kgem.c | 1102 * returns deterministic cache information in the EAX, EBX, ECX 1114 unsigned int eax, ebx, ecx, edx; local 1125 __cpuid_count(4, cnt++, eax, ebx, ecx, edx); 1130 associativity = ((ebx >> 22) & 0x3ff) + 1; 1131 line_partitions = ((ebx >> 12) & 0x3ff) + 1; 1132 line_size = (ebx & 0xfff) + 1;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_cpu.c | 43 unsigned eax, ebx, ecx, edx; local 48 __cpuid(1, eax, ebx, ecx, edx); 83 __cpuid_count(7, 0, eax, ebx, ecx, edx); 85 if ((extra & has_YMM) && (ebx & bit_AVX2))
|
| kgem.c | 944 * returns deterministic cache information in the EAX, EBX, ECX 956 unsigned int eax, ebx, ecx, edx; local 967 __cpuid_count(4, cnt++, eax, ebx, ecx, edx); 972 associativity = ((ebx >> 22) & 0x3ff) + 1; 973 line_partitions = ((ebx >> 12) & 0x3ff) + 1; 974 line_size = (ebx & 0xfff) + 1;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| int10Defines.h | 46 #define X86_EBX CPU_RD(ebx,0) 58 #define X86_BX CPU_RW(ebx,0) 74 #define X86_BL CPU_RB(ebx,0) 79 #define X86_BH CPU_RB(ebx,1)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/ |
| int10Defines.h | 46 #define X86_EBX CPU_RD(ebx,0) 58 #define X86_BX CPU_RW(ebx,0) 74 #define X86_BL CPU_RB(ebx,0) 79 #define X86_BH CPU_RB(ebx,1)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| read_rgba_span_x86.S | 63 movl (%ebx), %eax ; \ 64 addl $4, %ebx ; \ 71 movl (%ebx), %eax ; \ 90 pushl %ebx 97 movl 8(%esp), %ebx /* source pointer */ 104 movl %ebx, %eax 123 movq (%ebx), %mm0 124 addl $8, %ebx 162 popl %ebx 187 pushl %ebx [all...] |
| common_x86.c | 347 unsigned int eax, ebx, ecx, edx; local 352 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
| assyntax.h | 100 #define EBX bx 162 #define EBX %ebx 822 #define P_EBX EBX 823 #define L_EBX EBX
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| read_rgba_span_x86.S | 57 movl (%ebx), %eax ; \ 58 addl $4, %ebx ; \ 65 movl (%ebx), %eax ; \ 83 pushl %ebx 90 movl 8(%esp), %ebx /* source pointer */ 97 movl %ebx, %eax 116 movq (%ebx), %mm0 117 addl $8, %ebx 155 popl %ebx 179 pushl %ebx [all...] |
| common_x86.c | 345 unsigned int eax, ebx, ecx, edx; local 350 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
| assyntax.h | 100 #define EBX bx 162 #define EBX %ebx 822 #define P_EBX EBX 823 #define L_EBX EBX
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| prim_asm.h | 137 "adc eax,ebx" \ 140 parm [edi] [eax] [ebx] \ 142 modify exact [eax ebx]; 173 "add eax,ebx" \ 176 parm [edi] [eax] [ebx] \ 178 modify exact [eax ebx]; 209 "and eax,ebx" \ 212 parm [edi] [eax] [ebx] \ 214 modify exact [eax ebx]; 245 "cmp eax,ebx" \ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| prim_asm.h | 129 "adc eax,ebx" \ 132 parm [edi] [eax] [ebx] \ 134 modify exact [eax ebx]; 162 "add eax,ebx" \ 165 parm [edi] [eax] [ebx] \ 167 modify exact [eax ebx]; 195 "and eax,ebx" \ 198 parm [edi] [eax] [ebx] \ 200 modify exact [eax ebx]; 228 "cmp eax,ebx" \ [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_memcpy.c | 478 " pushl %%ebx\n" 481 " popl %%ebx\n" 932 #define cpuid(op, eax, ebx, ecx, edx) \ 934 " pushl %%ebx\n" \ 936 " movl %%ebx, %1\n" \ 937 " popl %%ebx\n" \ 938 : "=a" (eax), "=r" (ebx), \ 945 int eax, ebx, ecx, edx; local 967 cpuid(0x00000000, eax, ebx, ecx, edx); 973 cpuid(0x00000001, eax, ebx, ecx, edx) 985 unsigned int flags = 0, eax, ebx, ecx, edx; local [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_memcpy.c | 576 " pushl %%ebx\n" 579 " popl %%ebx\n" 1046 #define cpuid(op, eax, ebx, ecx, edx) \ 1048 " pushl %%ebx\n" \ 1050 " movl %%ebx, %1\n" \ 1051 " popl %%ebx\n" \ 1052 : "=a" (eax), "=r" (ebx), \ 1060 int eax, ebx, ecx, edx; 1082 cpuid(0x00000000, eax, ebx, ecx, edx); 1088 cpuid(0x00000001, eax, ebx, ecx, edx) [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| durango.c | 349 mov ebx, temp1 local
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| durango.c | 357 mov ebx, temp1 local
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/ |
| xform4.S | 48 movl %ebx, 4(%rdi)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/ |
| xform4.S | 41 movl %ebx, 4(%rdi)
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_defs.h | 200 _asm { mov ebx, data_high } \ 233 " push %%ebx\n" \ 239 " mov 0(%5), %%ebx\n" \ 244 " pop %%ebx\n" \
|
| /xsrc/external/mit/xf86-video-intel/dist/ |
| configure | 19811 int eax, ebx, ecx, edx; 19814 __cpuid_count(4, 0, eax, ebx, ecx, edx);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/ |
| configure | 19161 int eax, ebx, ecx, edx; 19164 __cpuid_count(4, 0, eax, ebx, ecx, edx);
|