Searched refs:edx (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/openssl/crypto/bn/asm/
H A Dco-586.s17 movl (%edi),%edx
21 mull %edx
24 adcl %edx,%ecx
25 movl (%edi),%edx
33 mull %edx
36 adcl %edx,%ebp
37 movl 4(%edi),%edx
40 mull %edx
43 adcl %edx,%ebp
44 movl (%edi),%edx
[all...]
H A Dx86-mont.s17 leal 24(%esp),%edx
24 subl %edx,%eax
27 xorl %esp,%edx
28 andl $2048,%edx
29 xorl $2048,%edx
30 subl %edx,%esp
35 movl 12(%esi),%edx
41 movl %edx,16(%esp)
49 movl %esi,%edx
51 subl %edi,%edx
[all...]
H A Dbn-586.s27 adcl $0,%edx
29 adcl $0,%edx
31 movl %edx,%esi
36 adcl $0,%edx
38 adcl $0,%edx
40 movl %edx,%esi
45 adcl $0,%edx
47 adcl $0,%edx
49 movl %edx,%esi
54 adcl $0,%edx
[all...]
/external/clang/lib/include/
H A Dcpuid.h30 unsigned int *edx) {
31 asm("cpuid" : "=a"(*eax), "=b" (*ebx), "=c"(*ecx), "=d"(*edx) : "0"(level));
28 __get_cpuid(unsigned int level, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/compiler-rt/lib/i386/
H A Dmuldi3.S18 movl 8(%esp), %edx // a.lo
20 imull %edx, %ebx // a.lo * b.hi
22 mull %edx // EDX:EAX = a.lo * b.lo
24 addl %ebx, %edx
H A Ddivdi3.S30 movl 20(%esp), %edx // high word of b
32 movl %edx, %ecx
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
38 movl %edx, 20(%esp)
42 movl 12(%esp), %edx // high word of b
44 movl %edx, %ecx
47 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
49 sbbl %ecx, %edx // EDX:EAX = abs(a)
50 movl %edx, 1
[all...]
H A Dlshrdi3.S32 movd %xmm0, %edx
41 movl 8(%esp), %edx // Load high
47 shrdl %cl, %edx, %eax // right shift low by count
48 shrl %cl, %edx // right shift high by count
51 1: movl %edx, %eax // Move high to low
52 xorl %edx, %edx // clear high
H A Dmoddi3.S30 movl 20(%esp), %edx // high word of b
32 movl %edx, %ecx
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
38 movl %edx, 20(%esp)
41 movl 12(%esp), %edx // high word of b
43 movl %edx, %ecx
46 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
48 sbbl %ecx, %edx // EDX:EAX = abs(a)
49 movl %edx, 1
[all...]
H A Dashldi3.S32 movd %xmm0, %edx
41 movl 8(%esp), %edx // Load high
46 shldl %cl, %eax, %edx // left shift high by count
50 1: movl %eax, %edx // Move low to high
52 shll %cl, %edx // shift high by count - 32
/external/clang/lib/Headers/
H A Dcpuid.h30 unsigned int *edx) {
31 asm("cpuid" : "=a"(*eax), "=b" (*ebx), "=c"(*ecx), "=d"(*edx) : "0"(level));
28 __get_cpuid(unsigned int level, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/openssl/crypto/bf/asm/
H A Dbf-586.s24 movl 4(%ebp),%edx
26 xorl %edx,%esi
28 movl %edi,%edx
32 andl $255,%edx
38 movl 3144(%ebp,%edx,4),%edx
39 addl %edx,%ebx
44 movl 8(%ebp),%edx
46 xorl %edx,%edi
48 movl %esi,%edx
[all...]
/external/quake/quake/src/QW/client/
H A Dd_scana.s55 movl %esi,%edx
58 sarl $16,%edx
60 andl $(CYCLE-1),%edx
62 movl (%ebp,%edx,4),%edx
65 addl %ecx,%edx
66 sarl $16,%edx
68 andl $(TURB_TEX_SIZE-1),%edx
69 shll $6,%edx
71 addl %eax,%edx
[all...]
H A Dd_parta.s146 movl DP_v,%edx
158 cmpl %ebx,%edx
164 cmpl %ebx,%edx
177 movl C(d_scantable)(,%edx,4),%edi // point to the pixel
179 imull C(d_zrowbytes),%edx // point to the z pixel
181 leal (%edx,%eax,2),%edx
187 addl %eax,%edx
228 cmpw %bp,(%edx) // just one pixel to do
230 movw %bp,(%edx)
[all...]
H A Dr_edgea.s51 movl edgestoadd(%esp),%edx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
78 movl et_next(%edx),%edx
86 cmpl $0,%edx
92 movl et_next(%edx),%edx
99 cmpl $0,%edx
121 movl et_prev(%eax),%edx
[all...]
/external/quake/quake/src/WinQuake/
H A Dd_scana.s55 movl %esi,%edx
58 sarl $16,%edx
60 andl $(CYCLE-1),%edx
62 movl (%ebp,%edx,4),%edx
65 addl %ecx,%edx
66 sarl $16,%edx
68 andl $(TURB_TEX_SIZE-1),%edx
69 shll $6,%edx
71 addl %eax,%edx
[all...]
H A Dd_parta.s146 movl DP_v,%edx
158 cmpl %ebx,%edx
164 cmpl %ebx,%edx
177 movl C(d_scantable)(,%edx,4),%edi // point to the pixel
179 imull C(d_zrowbytes),%edx // point to the z pixel
181 leal (%edx,%eax,2),%edx
187 addl %eax,%edx
228 cmpw %bp,(%edx) // just one pixel to do
230 movw %bp,(%edx)
[all...]
H A Dr_edgea.s51 movl edgestoadd(%esp),%edx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
78 movl et_next(%edx),%edx
86 cmpl $0,%edx
92 movl et_next(%edx),%edx
99 cmpl $0,%edx
121 movl et_prev(%eax),%edx
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c12 UInt edx; variable
21 "\tpushl %edx\n"
28 "\tmovl " VG_SYM(edx) ",%edx\n"
33 "\tmovl %edx," VG_SYM(edx) "\n"
38 "\tpopl %edx\n"
47 edx = 0x11111111; eax = 0x22222222;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
55 edx
[all...]
/external/openssl/crypto/des/asm/
H A Dcrypt586.s16 leal DES_SPtrans,%edx
17 pushl %edx
24 movl %esi,%edx
25 shrl $16,%edx
27 xorl %esi,%edx
28 andl %edx,%eax
29 andl %ecx,%edx
32 movl %edx,%ecx
35 xorl %ecx,%edx
40 xorl %esi,%edx
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-586.s33 movl 12(%edi),%edx
37 bswap %edx
41 pushl %edx
45 movl 28(%edi),%edx
49 bswap %edx
53 pushl %edx
57 movl 44(%edi),%edx
61 bswap %edx
65 pushl %edx
69 movl 60(%edi),%edx
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.s22 movl 12(%edi),%edx
29 xorl %edx,%edi
32 xorl %edx,%edi
41 leal 3905402710(%edx,%ebp,1),%edx
43 addl %edi,%edx
45 roll $12,%edx
47 addl %eax,%edx
50 andl %edx,%edi
54 movl %edx,
[all...]
/external/valgrind/main/VEX/useful/
H A Dcpuid.c7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, argument
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx; local
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
29 cpuid(&eax,&ebx,&ecx,&edx, i,0);
34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
63 cpuid(&eax,&ebx,&ecx,&edx,
79 cpuid( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, UInt index, UInt ecx_in ) argument
93 UInt eax, ebx, ecx, edx; local
[all...]
/external/zlib/src/contrib/asm686/
H A Dmatch.S107 /* throughout the entire function. %edx will hold the pointer to the */
111 movl deflatestate(%esp), %edx
120 movl dsPrevLen(%edx), %eax
121 movl dsGoodMatch(%edx), %ebx
123 movl dsWMask(%edx), %eax
124 movl dsMaxChainLen(%edx), %ebx
141 movl dsNiceMatch(%edx), %eax
142 movl dsLookahead(%edx), %ebx
150 movl dsWindow(%edx), %esi
152 movl dsStrStart(%edx),
[all...]
/external/dropbear/libtommath/etc/
H A Dtimer.asm17 push edx
20 mov [time+0],edx
23 pop edx
35 sbb edx,[time+0]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c53 mov edx,dword ptr [esp+18h] local
59 test edx,edx local
66 mov edx,dword ptr [esp+14h] local
67 adc edx,0 local
74 mov edx,dword ptr [esp+14h] local
75 sbb edx,0 local
78 mov edx,dword ptr [esp+14h] local
79 test edx,7FFFFFFFh local
111 mov ecx,edx
113 mov edx,dword ptr [ebp+0Ch] local
119 mov edx,dword ptr [ebp-14h] local
139 mov edx,dword ptr [esp+10h] local
150 mov edx,dword ptr [esp+18h] local
161 xor edx,edx local
166 mov edx,ebx local
171 mov edx,dword ptr [esp+14h] local
176 shr edx,1 local
186 add edx,ecx local
188 cmp edx,dword ptr [esp+14h] local
196 xor edx,edx local
203 sbb edx,0 local
221 xor edx,edx local
226 mov edx,ebx local
231 mov edx,dword ptr [esp+10h] local
236 shr edx,1 local
246 add edx,ecx local
248 cmp edx,dword ptr [esp+10h] local
256 xor edx,edx local
274 mov edx,dword ptr [esp+0Ch] local
284 mov edx,dword ptr [esp+14h] local
295 xor edx,edx local
300 xor edx,edx local
307 mov edx,dword ptr [esp+10h] local
312 shr edx,1 local
321 add edx,ecx local
323 cmp edx,dword ptr [esp+10h] local
330 sbb edx,dword ptr [esp+18h] local
333 sbb edx,dword ptr [esp+10h] local
339 sbb edx,0 local
355 xor edx,edx local
360 xor edx,edx local
365 mov edx,dword ptr [esp+0Ch] local
370 shr edx,1 local
379 add edx,ecx local
381 cmp edx,dword ptr [esp+0Ch] local
388 sbb edx,dword ptr [esp+14h] local
391 sbb edx,dword ptr [esp+0Ch] local
394 sbb edx,0 local
413 mov edx,dword ptr [esp+10h] local
424 mov edx,dword ptr [esp+18h] local
435 xor edx,edx local
446 add edx,ecx local
451 mov edx,dword ptr [esp+14h] local
456 shr edx,1 local
466 add edx,ecx local
468 cmp edx,dword ptr [esp+14h] local
476 sbb edx,dword ptr [esp+1Ch] local
481 sbb edx,dword ptr [esp+14h] local
486 sbb edx,0 local
489 mov edx,ebx local
497 sbb edx,0 local
514 xor edx,edx local
525 add edx,ecx local
530 mov edx,dword ptr [esp+0Ch] local
535 shr edx,1 local
545 add edx,ecx local
547 cmp edx,dword ptr [esp+0Ch] local
555 sbb edx,dword ptr [esp+14h] local
560 sbb edx,dword ptr [esp+0Ch] local
563 sbb edx,0 local
565 mov edx,ebx local
580 shld edx,eax,cl local
584 mov edx,eax local
587 shl edx,cl local
591 xor edx,edx local
602 shrd eax,edx,cl local
603 shr edx,cl local
607 xor edx,edx local
613 xor edx,edx local
[all...]

Completed in 329 milliseconds

12345678910