HomeSort by relevance Sort by last modified time
    Searched refs:edx (Results 1 - 25 of 491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/bn/asm/
co-586.S 17 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...]
x86-mont.S 17 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...]
  /bionic/libc/arch-x86/bionic/
_setjmp.S 48 movl 0(%esp),%edx
49 movl %edx, 0(%eax) /* rta */
60 movl 4(%esp),%edx
62 movl 0(%edx),%ecx
63 movl 4(%edx),%ebx
64 movl 8(%edx),%esp
65 movl 12(%edx),%ebp
66 movl 16(%edx),%esi
67 movl 20(%edx),%edi
sigsetjmp.S 55 1: movl 0(%esp),%edx
56 movl %edx, 0(%ecx)
67 movl 4(%esp),%edx
68 cmpl $0,28(%edx)
72 pushl 24(%edx)
81 1: movl 4(%esp),%edx
83 movl 0(%edx),%ecx
84 movl 4(%edx),%ebx
85 movl 8(%edx),%esp
86 movl 12(%edx),%eb
    [all...]
setjmp.S 58 movl 0(%esp),%edx
59 movl %edx, 0(%ecx)
71 movl 4(%esp),%edx
73 pushl 24(%edx)
82 movl 4(%esp),%edx
84 movl 0(%edx),%ecx
85 movl 4(%edx),%ebx
86 movl 8(%edx),%esp
87 movl 12(%edx),%ebp
88 movl 16(%edx),%es
    [all...]
  /bionic/libc/arch-x86/string/
bzero.S 12 movl 12(%esp),%edx
22 cmpl $16,%edx
28 subl %ecx,%edx
32 movl %edx,%ecx /* zero by words */
34 andl $3,%edx
38 L1: movl %edx,%ecx /* zero remainder by bytes */
sse2-memset5-atom.S 113 add %ecx, %edx; \
114 /* We loaded the jump table and adjuested EDX. Go. */ \
135 add %ecx, %edx; \
151 movl %eax, %edx
153 or %edx, %eax
155 movl DEST(%esp), %edx
202 movl %eax, -28(%edx)
204 movl %eax, -24(%edx)
206 movl %eax, -20(%edx)
208 movl %eax, -16(%edx)
    [all...]
strcmp.S 17 movl 0x08(%esp),%edx
22 incl %edx
26 cmpb %cl,(%edx) /* chars match??? */
29 incl %edx
33 cmpb %cl,(%edx)
36 incl %edx
40 cmpb %cl,(%edx)
43 incl %edx
47 cmpb %cl,(%edx)
50 incl %edx
    [all...]
memset.S 28 movl %eax,%edx
30 orl %edx,%eax
32 movl %edi,%edx /* compute misalignment */
33 negl %edx
34 andl $3,%edx
36 subl %edx,%ebx
38 movl %edx,%ecx /* set until word aligned */
sse2-strlen-atom.S 68 mov STR(%esp), %edx
70 cmpb $0, (%edx)
72 cmpb $0, 1(%edx)
74 cmpb $0, 2(%edx)
76 cmpb $0, 3(%edx)
78 cmpb $0, 4(%edx)
80 cmpb $0, 5(%edx)
82 cmpb $0, 6(%edx)
84 cmpb $0, 7(%edx)
86 cmpb $0, 8(%edx)
    [all...]
  /external/compiler-rt/lib/i386/
muldi3.S 18 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
divdi3.S 30 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) :
    [all...]
lshrdi3.S 32 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
moddi3.S 30 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) :
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 106 /* We loaded the jump table and adjuested EDX. Go. */ \
143 mov %eax, %edx
145 or %edx, %eax
147 movl DEST(%esp), %edx
152 lea (%edx, %ecx, 2), %edx
195 movl %eax, -56(%edx)
196 movl %eax, -52(%edx)
198 movl %eax, -48(%edx)
199 movl %eax, -44(%edx)
    [all...]
sse2-memset32-atom.S 106 /* We loaded the jump table and adjuested EDX. Go. */ \
143 mov %eax, %edx
145 movl DEST(%esp), %edx
150 lea (%edx, %ecx, 4), %edx
176 movl %eax, -60(%edx)
178 movl %eax, -56(%edx)
180 movl %eax, -52(%edx)
182 movl %eax, -48(%edx)
184 movl %eax, -44(%edx)
    [all...]
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 27 movl $$.LinterpPunt,%edx
35 jmp *(%edx)
  /external/openssl/crypto/bf/asm/
bf-586.S 24 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/openssl/crypto/des/asm/
crypt586.S 18 popl %edx
19 leal _GLOBAL_OFFSET_TABLE_+[.-.L000PIC_me_up](%edx),%edx
20 movl DES_SPtrans@GOT(%edx),%edx
21 pushl %edx
28 movl %esi,%edx
29 shrl $16,%edx
31 xorl %esi,%edx
32 andl %edx,%ea
    [all...]
  /external/quake/quake/src/QW/client/
d_scana.s 55 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...]
d_parta.s 146 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...]
  /external/quake/quake/src/WinQuake/
d_scana.s 55 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...]
d_parta.s 146 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...]
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 12 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 = 0x11111111; eax = 0x22222222
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-586.S 33 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...]

Completed in 2300 milliseconds

1 2 3 4 5 6 7 8 91011>>