Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/external/boringssl/linux-x86/crypto/sha/
Dsha256-586.S31 movl (%edx),%ecx
33 testl $1048576,%ecx
36 testl $16777216,%ecx
38 andl $1073741824,%ecx
40 orl %ebx,%ecx
41 andl $1342177280,%ecx
42 cmpl $1342177280,%ecx
55 movl 8(%edi),%ecx
60 bswap %ecx
63 pushl %ecx
[all …]
Dsha1-586.S23 movl 8(%esi),%ecx
47 movl 8(%esi),%ecx
51 bswap %ecx
55 movl %ecx,8(%esp)
59 movl 24(%esi),%ecx
63 bswap %ecx
67 movl %ecx,24(%esp)
71 movl 40(%esi),%ecx
75 bswap %ecx
79 movl %ecx,40(%esp)
[all …]
/external/boringssl/mac-x86/crypto/sha/
Dsha256-586.S30 movl (%edx),%ecx
32 testl $1048576,%ecx
35 testl $16777216,%ecx
37 andl $1073741824,%ecx
39 orl %ebx,%ecx
40 andl $1342177280,%ecx
41 cmpl $1342177280,%ecx
54 movl 8(%edi),%ecx
59 bswap %ecx
62 pushl %ecx
[all …]
Dsha1-586.S22 movl 8(%esi),%ecx
46 movl 8(%esi),%ecx
50 bswap %ecx
54 movl %ecx,8(%esp)
58 movl 24(%esi),%ecx
62 bswap %ecx
66 movl %ecx,24(%esp)
70 movl 40(%esi),%ecx
74 bswap %ecx
78 movl %ecx,40(%esp)
[all …]
/external/boringssl/win-x86/crypto/sha/
Dsha256-586.asm43 mov ecx,DWORD [edx]
45 test ecx,1048576
48 test ecx,16777216
50 and ecx,1073741824
52 or ecx,ebx
53 and ecx,1342177280
54 cmp ecx,1342177280
67 mov ecx,DWORD [8+edi]
72 bswap ecx
75 push ecx
[all …]
/external/boringssl/linux-x86/crypto/bn/
Dbn-586.S18 movl 12(%esp),%ecx
82 subl $8,%ecx
85 testl $4294967288,%ecx
96 subl $1,%ecx
113 movl 28(%esp),%ecx
115 andl $4294967288,%ecx
117 pushl %ecx
194 subl $8,%ecx
199 movl 32(%esp),%ecx
200 andl $7,%ecx
[all …]
Dx86-mont.S36 movl 8(%esi),%ecx
42 movl %ecx,12(%esp)
59 xorl %ecx,%ecx
74 incl %ecx
83 movd 4(%ebp,%ecx,4),%mm1
85 movd 4(%esi,%ecx,4),%mm0
87 movd %mm3,28(%esp,%ecx,4)
89 leal 1(%ecx),%ecx
90 cmpl %ebx,%ecx
99 movd %mm3,28(%esp,%ecx,4)
[all …]
Dco-586.S18 xorl %ecx,%ecx
26 adcl %edx,%ecx
36 addl %eax,%ecx
43 addl %eax,%ecx
48 movl %ecx,4(%eax)
52 xorl %ecx,%ecx
59 adcl $0,%ecx
66 adcl $0,%ecx
73 adcl $0,%ecx
83 adcl %edx,%ecx
[all …]
/external/boringssl/mac-x86/crypto/bn/
Dbn-586.S17 movl 12(%esp),%ecx
81 subl $8,%ecx
84 testl $4294967288,%ecx
95 subl $1,%ecx
112 movl 28(%esp),%ecx
114 andl $4294967288,%ecx
116 pushl %ecx
193 subl $8,%ecx
198 movl 32(%esp),%ecx
199 andl $7,%ecx
[all …]
Dx86-mont.S35 movl 8(%esi),%ecx
41 movl %ecx,12(%esp)
58 xorl %ecx,%ecx
73 incl %ecx
82 movd 4(%ebp,%ecx,4),%mm1
84 movd 4(%esi,%ecx,4),%mm0
86 movd %mm3,28(%esp,%ecx,4)
88 leal 1(%ecx),%ecx
89 cmpl %ebx,%ecx
98 movd %mm3,28(%esp,%ecx,4)
[all …]
/external/llvm/test/MC/X86/
Dx86-32-coverage.s13 movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
33 movw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
53 movl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8)
73 movl $0x13572468,0xdeadbeef(%ebx,%ecx,8)
93 movsbl 0xdeadbeef(%ebx,%ecx,8),%ecx
97 movsbl 0x45,%ecx
101 movsbl 0x7eed,%ecx
105 movsbl 0xbabecafe,%ecx
109 movsbl 0x12345678,%ecx
113 movsbw 0xdeadbeef(%ebx,%ecx,8),%bx
[all …]
Dintel-syntax.s79 mov [eax], ecx
81 mov [4*ebx], ecx
83 mov [ebx*4], ecx
85 mov [1024], ecx
87 mov [0x1024], ecx
89 mov [16 + 16], ecx
91 mov [16 - 16], ecx
93 mov [16][16], ecx
95 mov [eax + 4*ebx], ecx
97 mov [eax + ebx*4], ecx
[all …]
/external/boringssl/linux-x86/crypto/md5/
Dmd5-586.S14 movl 20(%esp),%ecx
16 shll $6,%ecx
18 addl %esi,%ecx
19 subl $64,%ecx
21 pushl %ecx
23 movl 8(%edi),%ecx
28 movl %ecx,%edi
41 xorl %ecx,%edi
44 xorl %ecx,%edi
53 leal 606105819(%ecx,%ebp,1),%ecx
[all …]
/external/boringssl/win-x86/crypto/bn/
Dbn-586.asm27 mov ecx,DWORD [12+esp]
91 sub ecx,8
94 test ecx,4294967288
105 sub ecx,1
122 mov ecx,DWORD [28+esp]
124 and ecx,4294967288
126 push ecx
203 sub ecx,8
208 mov ecx,DWORD [32+esp]
209 and ecx,7
[all …]
Dx86-mont.asm48 mov ecx,DWORD [8+esi]
54 mov DWORD [12+esp],ecx
68 xor ecx,ecx
83 inc ecx
92 movd mm1,DWORD [4+ecx*4+ebp]
94 movd mm0,DWORD [4+ecx*4+esi]
96 movd DWORD [28+ecx*4+esp],mm3
98 lea ecx,[1+ecx]
99 cmp ecx,ebx
108 movd DWORD [28+ecx*4+esp],mm3
[all …]
/external/llvm/test/CodeGen/X86/
Dvector-lzcnt-256.ll13 ; AVX1-NEXT: movl $127, %ecx
42 ; AVX2-NEXT: movl $127, %ecx
148 ; AVX1-NEXT: bsrl %eax, %ecx
150 ; AVX1-NEXT: cmovel %eax, %ecx
151 ; AVX1-NEXT: xorl $31, %ecx
157 ; AVX1-NEXT: vpinsrd $1, %ecx, %xmm2, %xmm2
158 ; AVX1-NEXT: vpextrd $2, %xmm1, %ecx
159 ; AVX1-NEXT: bsrl %ecx, %ecx
160 ; AVX1-NEXT: cmovel %eax, %ecx
161 ; AVX1-NEXT: xorl $31, %ecx
[all …]
Dpr15267.ll8 ; CHECK-NEXT: movl %eax, %ecx
9 ; CHECK-NEXT: shrl $3, %ecx
10 ; CHECK-NEXT: andl $7, %ecx
14 ; CHECK-NEXT: vpinsrd $1, %ecx, %xmm0, %xmm0
15 ; CHECK-NEXT: movl %eax, %ecx
16 ; CHECK-NEXT: shrl $6, %ecx
17 ; CHECK-NEXT: andl $7, %ecx
18 ; CHECK-NEXT: vpinsrd $2, %ecx, %xmm0, %xmm0
31 ; CHECK-NEXT: movl %eax, %ecx
32 ; CHECK-NEXT: shrl %ecx
[all …]
/external/boringssl/mac-x86/crypto/md5/
Dmd5-586.S13 movl 20(%esp),%ecx
15 shll $6,%ecx
17 addl %esi,%ecx
18 subl $64,%ecx
20 pushl %ecx
22 movl 8(%edi),%ecx
27 movl %ecx,%edi
40 xorl %ecx,%edi
43 xorl %ecx,%edi
52 leal 606105819(%ecx,%ebp,1),%ecx
[all …]
/external/boringssl/win-x86/crypto/md5/
Dmd5-586.asm25 mov ecx,DWORD [20+esp]
27 shl ecx,6
29 add ecx,esi
30 sub ecx,64
32 push ecx
34 mov ecx,DWORD [8+edi]
39 mov edi,ecx
52 xor edi,ecx
55 xor edi,ecx
64 lea ecx,[606105819+ebp*1+ecx]
[all …]
/external/boringssl/linux-x86_64/crypto/sha/
Dsha1-x86_64.S53 movl %esi,%ecx
56 roll $5,%ecx
59 addl %ecx,%r13d
66 movl %r13d,%ecx
69 roll $5,%ecx
72 addl %ecx,%r12d
79 movl %r12d,%ecx
82 roll $5,%ecx
85 addl %ecx,%r11d
92 movl %r11d,%ecx
[all …]
/external/boringssl/mac-x86_64/crypto/sha/
Dsha1-x86_64.S52 movl %esi,%ecx
55 roll $5,%ecx
58 addl %ecx,%r13d
65 movl %r13d,%ecx
68 roll $5,%ecx
71 addl %ecx,%r12d
78 movl %r12d,%ecx
81 roll $5,%ecx
84 addl %ecx,%r11d
91 movl %r11d,%ecx
[all …]
/external/v8/test/cctest/
Dtest-disasm-ia32.cc69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4] in TEST()
85 __ add(esi, Operand(ecx, times_4, 0)); in TEST()
86 __ add(esi, Operand(ecx, times_4, 24)); in TEST()
87 __ add(esi, Operand(ecx, times_4, -4)); in TEST()
88 __ add(esi, Operand(ecx, times_4, -1999)); in TEST()
90 __ add(edi, Operand(ebp, ecx, times_4, 0)); in TEST()
91 __ add(edi, Operand(ebp, ecx, times_4, 12)); in TEST()
92 __ add(edi, Operand(ebp, ecx, times_4, -8)); in TEST()
93 __ add(edi, Operand(ebp, ecx, times_4, -3999)); in TEST()
94 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12)); in TEST()
[all …]
Dtest-disasm-x87.cc69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4] in TEST()
85 __ add(esi, Operand(ecx, times_4, 0)); in TEST()
86 __ add(esi, Operand(ecx, times_4, 24)); in TEST()
87 __ add(esi, Operand(ecx, times_4, -4)); in TEST()
88 __ add(esi, Operand(ecx, times_4, -1999)); in TEST()
90 __ add(edi, Operand(ebp, ecx, times_4, 0)); in TEST()
91 __ add(edi, Operand(ebp, ecx, times_4, 12)); in TEST()
92 __ add(edi, Operand(ebp, ecx, times_4, -8)); in TEST()
93 __ add(edi, Operand(ebp, ecx, times_4, -3999)); in TEST()
94 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12)); in TEST()
[all …]
/external/boringssl/mac-x86_64/crypto/md5/
Dmd5-x86_64.S24 movl 8(%rbp),%ecx
40 movl %ecx,%r14d
44 xorl %ecx,%r11d
51 movl %ecx,%r11d
56 xorl %ecx,%r11d
63 leal 606105819(%rcx,%r10,1),%ecx
67 addl %r11d,%ecx
68 roll $17,%ecx
70 addl %edx,%ecx
73 andl %ecx,%r11d
[all …]
/external/boringssl/linux-x86_64/crypto/md5/
Dmd5-x86_64.S24 movl 8(%rbp),%ecx
40 movl %ecx,%r14d
44 xorl %ecx,%r11d
51 movl %ecx,%r11d
56 xorl %ecx,%r11d
63 leal 606105819(%rcx,%r10,1),%ecx
67 addl %r11d,%ecx
68 roll $17,%ecx
70 addl %edx,%ecx
73 andl %ecx,%r11d
[all …]

12345678910>>...21