Searched refs:ecx (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_cpu.c43 unsigned eax, ebx, ecx, edx; local in function:sna_cpu_detect
48 __cpuid(1, eax, ebx, ecx, edx);
50 if (ecx & bit_SSE3)
53 if (ecx & bit_SSSE3)
56 if (ecx & bit_SSE4_1)
59 if (ecx & bit_SSE4_2)
62 if (ecx & bit_OSXSAVE) {
69 if ((extra & has_YMM) && (ecx & bit_AVX))
83 __cpuid_count(7, 0, eax, ebx, ecx, edx);
H A Dkgem.c1114 unsigned int eax, ebx, ecx, edx; local in function:cpu_cache_size__cpuid4
1125 __cpuid_count(4, cnt++, eax, ebx, ecx, edx);
1133 sets = ecx + 1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_cpu.c43 unsigned eax, ebx, ecx, edx; local in function:sna_cpu_detect
48 __cpuid(1, eax, ebx, ecx, edx);
50 if (ecx & bit_SSE3)
53 if (ecx & bit_SSSE3)
56 if (ecx & bit_SSE4_1)
59 if (ecx & bit_SSE4_2)
62 if (ecx & bit_OSXSAVE) {
69 if ((extra & has_YMM) && (ecx & bit_AVX))
83 __cpuid_count(7, 0, eax, ebx, ecx, edx);
H A Dkgem.c956 unsigned int eax, ebx, ecx, edx; local in function:cpu_cache_size__cpuid4
967 __cpuid_count(4, cnt++, eax, ebx, ecx, edx);
975 sets = ecx + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/
H A Dxform4.S37 movl 8(%rdi), %ecx
43 movl %ecx, 8(%rdi)
57 movl V4F_COUNT(%rdx), %ecx /* count */
60 movl %ecx, V4F_COUNT(%rdi) /* set dest count */
65 testl %ecx, %ecx /* verify non-zero count */
102 decl %ecx
140 movl V4F_COUNT(%rdx), %ecx /* count */
143 movl %ecx, V4F_COUNT(%rdi) /* set dest count */
147 testl %ecx,
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/
H A Dxform4.S44 movl 8(%rdi), %ecx
50 movl %ecx, 8(%rdi)
65 movl V4F_COUNT(%rdx), %ecx /* count */
68 movl %ecx, V4F_COUNT(%rdi) /* set dest count */
73 testl %ecx, %ecx /* verify non-zero count */
110 decl %ecx
148 movl V4F_COUNT(%rdx), %ecx /* count */
151 movl %ecx, V4F_COUNT(%rdi) /* set dest count */
155 testl %ecx,
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dint10Defines.h47 #define X86_ECX CPU_RD(ecx,0)
59 #define X86_CX CPU_RW(ecx,0)
75 #define X86_CL CPU_RB(ecx,0)
80 #define X86_CH CPU_RB(ecx,1)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dint10Defines.h47 #define X86_ECX CPU_RD(ecx,0)
59 #define X86_CX CPU_RW(ecx,0)
75 #define X86_CL CPU_RB(ecx,0)
80 #define X86_CH CPU_RB(ecx,1)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dread_rgba_span_x86.S61 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ; \
62 addl $4, %ecx
68 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ;
92 movl 12(%esp), %ecx /* destination pointer */
135 movq %mm0, (%ecx)
136 addl $8, %ecx
190 movl 20(%esp), %ecx /* destination pointer */
234 movq %mm0, (%ecx)
235 addl $8, %ecx
281 movq %mm0, (%ecx)
[all...]
H A Dcommon_x86.c345 unsigned int eax, ebx, ecx, edx; local in function:_mesa_get_x86_features
350 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
353 if (ecx & bit_SSE4_1)
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dread_rgba_span_x86.S67 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ; \
68 addl $4, %ecx
74 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ;
99 movl 12(%esp), %ecx /* destination pointer */
142 movq %mm0, (%ecx)
143 addl $8, %ecx
198 movl 20(%esp), %ecx /* destination pointer */
242 movq %mm0, (%ecx)
243 addl $8, %ecx
289 movq %mm0, (%ecx)
[all...]
H A Dcommon_x86.c347 unsigned int eax, ebx, ecx, edx; local in function:_mesa_get_x86_features
352 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
355 if (ecx & bit_SSE4_1)
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_defs.h167 _asm { mov ecx, dwords } \
168 _asm { shr ecx, 2 } \
170 _asm { mov ecx, bytes } \
190 _asm { mov ecx, bytes } \
191 _asm { shr ecx, 2 } \
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c115 " shrl $1, %%ecx\n" \
118 "1: shrl $1, %%ecx\n" \
411 " shrl $1, %%ecx\n"
414 "1: shrl $1, %%ecx\n"
432 " cmpl $32, %%ecx\n"
437 " subl %%eax, %%ecx\n"
438 " xchgl %%eax, %%ecx\n"
440 " movl %%eax, %%ecx\n"
441 " subl $32, %%ecx\n"
445 " subl $32, %%ecx\
945 int eax, ebx, ecx, edx; local in function:cpuIDSupported
985 unsigned int flags = 0, eax, ebx, ecx, edx; local in function:SiS_GetCpuFeatures
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dgfx_defs.h266 _asm { mov ecx, dwords } \
267 _asm { shr ecx, 2 } \
269 _asm { mov ecx, bytes } \
288 _asm { mov ecx, bytes } \
289 _asm { shr ecx, 2 } \
H A Ddurango.c321 mov ecx, msrAddr local in function:gfx_msr_asm_read
346 mov ecx, msrAddr
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftcalc.h124 "movl %%edx, %%ecx\n"
125 "sarl $31, %%ecx\n"
126 "addl $0x8000, %%ecx\n"
127 "addl %%ecx, %%eax\n"
134 : "%ecx", "cc" );
162 mov ecx, edx
163 sar ecx, 31
164 add ecx, 8000h
165 add eax, ecx
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c147 " shrl $1, %%ecx\n" \
150 "1: shrl $1, %%ecx\n" \
507 " shrl $1, %%ecx\n"
510 "1: shrl $1, %%ecx\n"
529 " cmpl $32, %%ecx\n"
534 " subl %%eax, %%ecx\n"
535 " xchgl %%eax, %%ecx\n"
537 " movl %%eax, %%ecx\n"
538 " subl $32, %%ecx\n"
542 " subl $32, %%ecx\
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_defs.h124 _asm { mov ecx, msr_add } \
147 _asm { mov ecx, msr_add } \
171 _asm { mov ecx, msr_add } \
199 _asm { mov ecx, msr_add } \
340 _asm { mov ecx, dword_count } \
356 _asm { mov ecx, dword_count } \
372 _asm { mov ecx, dwords } \
388 _asm { mov ecx, dword_count } \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h845 "mov [ecx],dx" \
846 parm [edi] [esi] [ecx] [ax] [bx]\
857 "mov [ecx],edx" \
858 parm [edi] [esi] [ecx] [eax] [ebx] \
880 "mov [ecx],dx" \
881 parm [edi] [esi] [ecx] [ax] [bx]\
892 "mov [ecx],edx" \
893 parm [edi] [esi] [ecx] [eax] [ebx] \
904 "mov [ecx],ah" \
905 parm [edi] [esi] [ecx] [a
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h918 "mov [ecx],dx" \
919 parm [edi] [esi] [ecx] [ax] [bx]\
931 "mov [ecx],edx" \
932 parm [edi] [esi] [ecx] [eax] [ebx] \
956 "mov [ecx],dx" \
957 parm [edi] [esi] [ecx] [ax] [bx]\
969 "mov [ecx],edx" \
970 parm [edi] [esi] [ecx] [eax] [ebx] \
982 "mov [ecx],ah" \
983 parm [edi] [esi] [ecx] [a
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Ddurango.c329 mov ecx, msrAddr local in function:gfx_msr_asm_read
354 mov ecx, msrAddr
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dxf86int10.c785 uint32_t ecx; local in function:int1A_handler
786 pci_device_cfg_read_u32(dev, & ecx, X86_DI);
787 X86_ECX = ecx;
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac223 int eax, ebx, ecx, edx;
226 __cpuid_count(4, 0, eax, ebx, ecx, edx);
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac217 int eax, ebx, ecx, edx;
220 __cpuid_count(4, 0, eax, ebx, ecx, edx);

Completed in 38 milliseconds

12