HomeSort by: relevance | last modified time | path
    Searched refs:edx (Results 1 - 25 of 30) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_cpu.c 35 #define xgetbv(index,eax,edx) \
36 __asm__ ("xgetbv" : "=a"(eax), "=d"(edx) : "c" (index))
43 unsigned eax, ebx, ecx, edx; local
48 __cpuid(1, eax, ebx, ecx, edx);
72 if (edx & bit_MMX)
75 if (edx & bit_SSE)
78 if (edx & bit_SSE2)
83 __cpuid_count(7, 0, eax, ebx, ecx, edx);
kgem.c 1103 * and EDX registers. This function requires ECX be initialized
1114 unsigned int eax, ebx, ecx, edx; local
1125 __cpuid_count(4, cnt++, eax, ebx, ecx, edx);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_cpu.c 35 #define xgetbv(index,eax,edx) \
36 __asm__ ("xgetbv" : "=a"(eax), "=d"(edx) : "c" (index))
43 unsigned eax, ebx, ecx, edx; local
48 __cpuid(1, eax, ebx, ecx, edx);
72 if (edx & bit_MMX)
75 if (edx & bit_SSE)
78 if (edx & bit_SSE2)
83 __cpuid_count(7, 0, eax, ebx, ecx, edx);
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
read_rgba_span_x86.S 98 movl 16(%esp), %edx /* number of pixels to copy */
101 testl %edx, %edx
111 subl %eax, %edx
119 movl %edx, %eax
156 testl $1, %edx
197 movl 24(%esp), %edx /* number of pixels to copy */
200 testl %edx, %edx
208 movl %edx, %es
    [all...]
common_x86.c 347 unsigned int eax, ebx, ecx, edx; local
352 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
read_rgba_span_x86.S 91 movl 16(%esp), %edx /* number of pixels to copy */
94 testl %edx, %edx
104 subl %eax, %edx
112 movl %edx, %eax
149 testl $1, %edx
189 movl 24(%esp), %edx /* number of pixels to copy */
192 testl %edx, %edx
200 movl %edx, %es
    [all...]
common_x86.c 345 unsigned int eax, ebx, ecx, edx; local
350 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
int10Defines.h 48 #define X86_EDX CPU_RD(edx,0)
60 #define X86_DX CPU_RW(edx,0)
76 #define X86_DL CPU_RB(edx,0)
81 #define X86_DH CPU_RB(edx,1)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
int10Defines.h 48 #define X86_EDX CPU_RD(edx,0)
60 #define X86_DX CPU_RW(edx,0)
76 #define X86_DL CPU_RB(edx,0)
81 #define X86_DH CPU_RB(edx,1)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
solaris-ia32.S 33 movl (%esp), %edx
39 movl (%esp), %edx
45 movl (%esp), %edx
51 movl (%esp), %edx
57 movl (%esp), %edx
63 movl (%esp), %edx
sun_inout.s 60 movl 4(%esp),%edx
72 movl 4(%esp),%edx
84 movl 4(%esp),%edx
95 movl 4(%esp),%edx
107 movl 4(%esp),%edx
119 movl 4(%esp),%edx
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
solaris-ia32.S 33 movl (%esp), %edx
39 movl (%esp), %edx
45 movl (%esp), %edx
51 movl (%esp), %edx
57 movl (%esp), %edx
63 movl (%esp), %edx
sun_inout.s 60 movl 4(%esp),%edx
72 movl 4(%esp),%edx
84 movl 4(%esp),%edx
95 movl 4(%esp),%edx
107 movl 4(%esp),%edx
119 movl 4(%esp),%edx
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_memcpy.c 444 "1: movl 28(%%edi), %%edx\n" /* Trick: Read-ahead */
447 " movl 4(%%esi), %%edx\n"
449 " movl %%edx, 4(%%edi)\n"
451 " movl 12(%%esi), %%edx\n"
453 " movl %%edx, 12(%%edi)\n"
455 " movl 20(%%esi), %%edx\n"
457 " movl %%edx, 20(%%edi)\n"
459 " movl 28(%%esi), %%edx\n"
461 " movl %%edx, 28(%%edi)\n"
469 : "eax", "edx", "memory", "cc")
945 int eax, ebx, ecx, edx; local
985 unsigned int flags = 0, eax, ebx, ecx, edx; local
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 123 "imul %%edx\n"
124 "movl %%edx, %%ecx\n"
128 "adcl $0, %%edx\n"
130 "shll $16, %%edx\n"
131 "addl %%edx, %%eax\n"
160 mov edx, b local
161 imul edx
162 mov ecx, edx
166 adc edx, 0 local
168 shl edx, 1 local
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_memcpy.c 541 "1: movl 28(%%edi), %%edx\n" /* Trick: Read-ahead */
544 " movl 4(%%esi), %%edx\n"
546 " movl %%edx, 4(%%edi)\n"
548 " movl 12(%%esi), %%edx\n"
550 " movl %%edx, 12(%%edi)\n"
552 " movl 20(%%esi), %%edx\n"
554 " movl %%edx, 20(%%edi)\n"
556 " movl 28(%%esi), %%edx\n"
558 " movl %%edx, 28(%%edi)\n"
566 : "eax", "edx", "memory", "cc")
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
prim_asm.h 725 "shld eax,edx,cl" \
728 parm [edi] [eax] [edx] [cl] \
730 modify exact [eax edx cl];
749 "shrd eax,edx,cl" \
752 parm [edi] [eax] [edx] [cl] \
754 modify exact [eax edx cl];
922 void imul_long_asm(u32 * flags, u32 * eax, u32 * edx, u32 d, u32 s);
931 "mov [ecx],edx" \
933 modify exact [esi edi eax ebx edx];
960 void mul_long_asm(u32 * flags, u32 * eax, u32 * edx, u32 d, u32 s)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
prim_asm.h 668 "shld eax,edx,cl" \
671 parm [edi] [eax] [edx] [cl] \
673 modify exact [eax edx cl];
690 "shrd eax,edx,cl" \
693 parm [edi] [eax] [edx] [cl] \
695 modify exact [eax edx cl];
849 void imul_long_asm(u32 *flags,u32 *eax,u32 *edx,u32 d,u32 s);
857 "mov [ecx],edx" \
859 modify exact [esi edi eax ebx edx];
884 void mul_long_asm(u32 *flags,u32 *eax,u32 *edx,u32 d,u32 s)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_cpu_detect.c 290 uint32_t eax, edx; local
295 "=d"(edx)
299 return ((uint64_t)edx << 32) | eax;
  /xsrc/external/mit/MesaLib/dist/src/util/
u_cpu_detect.c 343 uint32_t eax, edx; local
348 "=d"(edx)
352 return ((uint64_t)edx << 32) | eax;
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_defs.h 126 _asm { mov data_high, edx } \
148 _asm { mov edx, data_high } \
173 _asm { mov data_high, edx } \
217 " mov $0x0AC1C, %%edx\n" \
234 " mov $0x0AC1C, %%edx\n" \
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
durango.c 324 ;EDX:EAX will contain MSR contents.
325 mov temp1, edx
  /xsrc/external/mit/xf86-video-nsc/dist/src/
durango.c 332 ;EDX:EAX will contain MSR contents.
333 mov temp1, edx
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/
xform4.S 51 movl %edx, 12(%rdi)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/
xform4.S 44 movl %edx, 12(%rdi)

Completed in 18 milliseconds

1 2