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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
expr-wide-ident.asm 1 lea edx, [lentry+edx+ecx]
  /external/llvm/test/MC/X86/
intel-syntax-invalid-basereg.s 7 lea rax, [rdi + edx]
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 76 pmovmskb %xmm0, %edx
77 test %edx, %edx
89 pmovmskb %xmm0, %edx
90 and %r10d, %edx
98 pmovmskb %xmm0, %edx
99 test %edx, %edx
103 pmovmskb %xmm1, %edx
104 test %edx, %ed
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586-mac.S 16 movl (%edi),%edx
20 mull %edx
23 adcl %edx,%ecx
24 movl (%edi),%edx
32 mull %edx
35 adcl %edx,%ebp
36 movl 4(%edi),%edx
39 mull %edx
42 adcl %edx,%ebp
43 movl (%edi),%edx
    [all...]
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...]
  /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...]
  /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 51 1: movl 0(%esp),%edx
52 movl %edx, 0(%ecx)
63 movl 4(%esp),%edx
64 cmpl $0,28(%edx)
68 pushl 24(%edx)
73 1: movl 4(%esp),%edx
75 movl 0(%edx),%ecx
76 movl 4(%edx),%ebx
77 movl 8(%edx),%esp
78 movl 12(%edx),%eb
    [all...]
setjmp.S 54 movl 0(%esp),%edx
55 movl %edx, 0(%ecx)
67 movl 4(%esp),%edx
69 pushl 24(%edx)
74 movl 4(%esp),%edx
76 movl 0(%edx),%ecx
77 movl 4(%edx),%ebx
78 movl 8(%edx),%esp
79 movl 12(%edx),%ebp
80 movl 16(%edx),%es
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-wcslen-atom.S 66 mov STR(%esp), %edx
68 cmp $0, (%edx)
70 cmp $0, 4(%edx)
72 cmp $0, 8(%edx)
74 cmp $0, 12(%edx)
76 cmp $0, 16(%edx)
78 cmp $0, 20(%edx)
80 cmp $0, 24(%edx)
82 cmp $0, 28(%edx)
87 lea 32(%edx), %ea
    [all...]
sse2-memset-atom.S 115 add %ecx, %edx; \
116 /* We loaded the jump table and adjuested EDX. Go. */ \
137 add %ecx, %edx; \
157 movl %eax, %edx
159 or %edx, %eax
161 movl DEST(%esp), %edx
208 movl %eax, -28(%edx)
210 movl %eax, -24(%edx)
212 movl %eax, -20(%edx)
214 movl %eax, -16(%edx)
    [all...]
  /external/compiler-rt/lib/builtins/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
  /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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586-mac.S 23 movl 4(%ebp),%edx
25 xorl %edx,%esi
27 movl %edi,%edx
31 andl $255,%edx
37 movl 3144(%ebp,%edx,4),%edx
38 addl %edx,%ebx
43 movl 8(%ebp),%edx
45 xorl %edx,%edi
47 movl %esi,%edx
    [all...]
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/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...]
  /bionic/libc/arch-x86/generic/string/
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...]
  /external/chromium_org/third_party/openssl/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...]
crypt586-mac.S 17 popl %edx
18 movl L_DES_SPtrans$non_lazy_ptr-L000PIC_me_up(%edx),%edx
19 pushl %edx
26 movl %esi,%edx
27 shrl $16,%edx
29 xorl %esi,%edx
30 andl %edx,%eax
31 andl %ecx,%edx
34 movl %edx,%ec
    [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/fio/arch/
arch-x86-common.h 8 unsigned int *ecx, unsigned int *edx)
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
27 do_cpuid(&eax, &ebx, &ecx, &edx);
28 if (!(edx & (1U << 4)))
35 do_cpuid(&eax, &ebx, &ecx, &edx);
36 return edx & (1U << 8);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &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/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586-mac.S 32 movl 12(%edi),%edx
36 bswap %edx
40 pushl %edx
44 movl 28(%edi),%edx
48 bswap %edx
52 pushl %edx
56 movl 44(%edi),%edx
60 bswap %edx
64 pushl %edx
68 movl 60(%edi),%edx
    [all...]

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011>>