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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dexpr-wide-ident.asm1 lea edx, [lentry+edx+ecx]
/external/llvm/test/MC/X86/
H A Dintel-syntax-invalid-basereg.s7 lea rax, [rdi + edx]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dco-586.S19 movl (%edi),%edx
23 mull %edx
26 adcl %edx,%ecx
27 movl (%edi),%edx
35 mull %edx
38 adcl %edx,%ebp
39 movl 4(%edi),%edx
42 mull %edx
45 adcl %edx,%ebp
46 movl (%edi),%edx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/
H A Dco-586.S18 movl (%edi),%edx
22 mull %edx
25 adcl %edx,%ecx
26 movl (%edi),%edx
34 mull %edx
37 adcl %edx,%ebp
38 movl 4(%edi),%edx
41 mull %edx
44 adcl %edx,%ebp
45 movl (%edi),%edx
[all...]
/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...]
/external/compiler-rt/lib/builtins/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
42 movl 8(%esp), %edx // Load high
48 shrdl %cl, %edx, %eax // right shift low by count
49 shrl %cl, %edx // right shift high by count
52 1: movl %edx, %eax // Move high to low
53 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...]
/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/openssl/crypto/des/asm/
H A Dcrypt586.S18 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,
[all...]
/external/fio/arch/
H A Darch-x86-common.h8 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);
6 cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
[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/chromium_org/third_party/boringssl/linux-x86/crypto/sha/
H A Dsha512-586.S35 movl 12(%edi),%edx
39 bswap %edx
43 pushl %edx
47 movl 28(%edi),%edx
51 bswap %edx
55 pushl %edx
59 movl 44(%edi),%edx
63 bswap %edx
67 pushl %edx
71 movl 60(%edi),%edx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
H A Dsha512-586.S34 movl 12(%edi),%edx
38 bswap %edx
42 pushl %edx
46 movl 28(%edi),%edx
50 bswap %edx
54 pushl %edx
58 movl 44(%edi),%edx
62 bswap %edx
66 pushl %edx
70 movl 60(%edi),%edx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/rc4/
H A Drc4-586.S15 movl 24(%esp),%edx
20 cmpl $0,%edx
25 leal (%esi,%edx,1),%ecx
32 andl $-4,%edx
35 testl $-8,%edx
44 andl $-8,%edx
45 leal -8(%esi,%edx,1),%edx
46 movl %edx,-4(%edi)
48 movl (%edi,%ebx,4),%edx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/rc4/
H A Drc4-586.S14 movl 24(%esp),%edx
19 cmpl $0,%edx
24 leal (%esi,%edx,1),%ecx
31 andl $-4,%edx
34 testl $-8,%edx
43 andl $-8,%edx
44 leal -8(%esi,%edx,1),%edx
45 movl %edx,-4(%edi)
47 movl (%edi,%ebx,4),%edx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/md5/
H A Dmd5-586.S24 movl 12(%edi),%edx
31 xorl %edx,%edi
34 xorl %edx,%edi
43 leal 3905402710(%edx,%ebp,1),%edx
45 addl %edi,%edx
47 roll $12,%edx
49 addl %eax,%edx
52 andl %edx,%edi
56 movl %edx,
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/md5/
H A Dmd5-586.S23 movl 12(%edi),%edx
30 xorl %edx,%edi
33 xorl %edx,%edi
42 leal 3905402710(%edx,%ebp,1),%edx
44 addl %edi,%edx
46 roll $12,%edx
48 addl %eax,%edx
51 andl %edx,%edi
55 movl %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...]
H A Dmd5-x86_64.S23 movl 12(%rbp),%edx
39 movl %edx,%r15d
41 movl %edx,%r11d
45 xorl %edx,%r11d
52 leal -389564586(%rdx,%r10,1),%edx
56 addl %r11d,%edx
57 roll $12,%edx
59 addl %eax,%edx
62 andl %edx,%r11d
68 addl %edx,
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/md5/
H A Dmd5-x86_64.S25 movl 12(%rbp),%edx
41 movl %edx,%r15d
43 movl %edx,%r11d
47 xorl %edx,%r11d
54 leal -389564586(%rdx,%r10,1),%edx
58 addl %r11d,%edx
59 roll $12,%edx
61 addl %eax,%edx
64 andl %edx,%r11d
70 addl %edx,
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/md5/
H A Dmd5-x86_64.S25 movl 12(%rbp),%edx
41 movl %edx,%r15d
43 movl %edx,%r11d
47 xorl %edx,%r11d
54 leal -389564586(%rdx,%r10,1),%edx
58 addl %r11d,%edx
59 roll $12,%edx
61 addl %eax,%edx
64 andl %edx,%r11d
70 addl %edx,
[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/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc72 __ add(edx, ebx);
73 __ add(edx, Operand(12, RelocInfo::NONE32));
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
79 __ add(edx, Operand(esp, 0));
80 __ add(edx, Operand(esp, 16));
81 __ add(edx, Operan
149 __ mov_b(Operand(esp, 16), edx); local
151 __ mov_w(Operand(esp, 16), edx); local
161 __ mov(Operand(ebx, ecx, times_4, 10000), edx); local
268 __ bts(Operand(ebx, ecx, times_8, 10000), edx); local
[all...]

Completed in 303 milliseconds

1234567891011>>