HomeSort by: relevance | last modified time | path
    Searched defs:ecx (Results 1 - 11 of 11) sorted by relevancy

  /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);
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);
kgem.c 1102 * returns deterministic cache information in the EAX, EBX, ECX
1103 * and EDX registers. This function requires ECX be initialized
1106 * ECX = 0, 1, 2, until EAX[4:0] == 0, indicating no more caches.
1114 unsigned int eax, ebx, ecx, edx; local
1125 __cpuid_count(4, cnt++, eax, ebx, ecx, edx);
1133 sets = ecx + 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);
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);
kgem.c 944 * returns deterministic cache information in the EAX, EBX, ECX
945 * and EDX registers. This function requires ECX be initialized
948 * ECX = 0, 1, 2, until EAX[4:0] == 0, indicating no more caches.
956 unsigned int eax, ebx, ecx, edx; local
967 __cpuid_count(4, cnt++, eax, ebx, ecx, edx);
975 sets = ecx + 1;
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
common_x86.c 347 unsigned int eax, ebx, ecx, edx; local
352 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
355 if (ecx & bit_SSE4_1)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
common_x86.c 345 unsigned int eax, ebx, ecx, edx; local
350 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
353 if (ecx & bit_SSE4_1)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10.c 785 uint32_t ecx; local
786 pci_device_cfg_read_u32(dev, & ecx, X86_DI);
787 X86_ECX = ecx;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 124 "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 local
163 sar ecx, 31 local
164 add ecx, 8000h local
165 add eax, ecx
  /xsrc/external/mit/xf86-video-nsc/dist/src/
durango.c 329 mov ecx, msrAddr local
353 ;ECX contains msrAddr | msrReg
354 mov ecx, msrAddr local
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
durango.c 321 mov ecx, msrAddr local
345 ;ECX contains msrAddr | msrReg
346 mov ecx, msrAddr local
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_memcpy.c 115 " 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\n
945 int eax, ebx, ecx, edx; local
985 unsigned int flags = 0, eax, ebx, ecx, edx; local
    [all...]

Completed in 20 milliseconds