Searched refs:ecx (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/external/llvm/test/MC/X86/
H A Dintel-syntax-bitwise-ops.s5 // CHECK: andl $3, %ecx
6 and ecx, 1+2
7 // CHECK: andl $3, %ecx
8 and ecx, 1|2
9 // CHECK: andl $3, %ecx
10 and ecx, 1*3
11 // CHECK: andl $1, %ecx
12 and ecx, 1&3
13 // CHECK: andl $0, %ecx
14 and ecx, (
[all...]
H A Dintel-syntax.s62 // CHECK: movl _fnan(,%ecx,4), %ecx
78 // CHECK: movl %ecx, (%eax)
79 mov [eax], ecx
80 // CHECK: movl %ecx, (,%ebx,4)
81 mov [4*ebx], ecx
82 // CHECK: movl %ecx, (,%ebx,4)
83 mov [ebx*4], ecx
84 // CHECK: movl %ecx, 1024
85 mov [1024], ecx
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Debpindex.asm2 xor eax, [ebp+4*ecx ]
3 xor ebx, [ebp+4*ecx+ 4]
4 xor esi, [ebp+4*ecx+ 8]
5 xor edi, [ebp+4*ecx+12]
H A Dea-warn.asm2 add [byte ebp*8+06h],ecx ;db 01,0c,0ed,06 probably wrong
4 add [dword ebp*8+06h],ecx ;db 01,0c,0ed,06,0,0,0 OK
6 add ecx,[byte ebp*8+06h] ;db 03,0c,0ed,06 probably wrong
8 add ecx,[dword ebp*8+06h]
10 add ecx,[ebp*8+06h]
12 add ecx,[byte ebx*8+06h] ;db 03,0c,0dd,06 probably wrong
14 add ecx,[dword ebx*8+06h]
16 add ecx,[ebx*8+06h]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dexpr-wide-ident.asm1 lea edx, [lentry+edx+ecx]
/external/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c9 mov ecx, Base local
10 lock bts [ecx], eax
/external/llvm/test/MC/COFF/
H A Drelocation-imgrel.s14 mov foo@IMGREL(%ebx, %ecx, 4), %eax
15 mov foo@imgrel(%ebx, %ecx, 4), %eax
/external/llvm/test/MC/MachO/
H A Dgen-dwarf-macro-cpp.s6 ljmp *0x38(%ecx)
/external/openssl/crypto/bn/asm/
H A 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...]
H A Dx86-mont.S34 movl 8(%esi),%ecx
40 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
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S17 movl 28(%esp),%ecx
19 andl $4294967288,%ecx
21 pushl %ecx
98 subl $8,%ecx
103 movl 32(%esp),%ecx
104 andl $7,%ecx
115 decl %ecx
126 decl %ecx
137 decl %ecx
148 decl %ecx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/
H A Dbn-586.S16 movl 28(%esp),%ecx
18 andl $4294967288,%ecx
20 pushl %ecx
97 subl $8,%ecx
102 movl 32(%esp),%ecx
103 andl $7,%ecx
114 decl %ecx
125 decl %ecx
136 decl %ecx
147 decl %ecx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/sha/
H A Dsha256-586.S35 movl 8(%edi),%ecx
40 bswap %ecx
43 pushl %ecx
47 movl 24(%edi),%ecx
52 bswap %ecx
55 pushl %ecx
59 movl 40(%edi),%ecx
64 bswap %ecx
67 pushl %ecx
71 movl 56(%edi),%ecx
[all...]
H A Dsha512-586.S34 movl 8(%edi),%ecx
38 bswap %ecx
42 pushl %ecx
46 movl 24(%edi),%ecx
50 bswap %ecx
54 pushl %ecx
58 movl 40(%edi),%ecx
62 bswap %ecx
66 pushl %ecx
70 movl 56(%edi),%ecx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
H A Dsha256-586.S34 movl 8(%edi),%ecx
39 bswap %ecx
42 pushl %ecx
46 movl 24(%edi),%ecx
51 bswap %ecx
54 pushl %ecx
58 movl 40(%edi),%ecx
63 bswap %ecx
66 pushl %ecx
70 movl 56(%edi),%ecx
[all...]
H A Dsha512-586.S33 movl 8(%edi),%ecx
37 bswap %ecx
41 pushl %ecx
45 movl 24(%edi),%ecx
49 bswap %ecx
53 pushl %ecx
57 movl 40(%edi),%ecx
61 bswap %ecx
65 pushl %ecx
69 movl 56(%edi),%ecx
[all...]
/external/libunwind/src/x86/
H A Dgetcontext-linux.S46 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ECX_OFF)(%eax)
52 movl (%esp), %ecx
53 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EIP_OFF)(%eax)
55 leal 4(%esp), %ecx /* Exclude the return address. */
56 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ESP_OFF)(%eax)
59 xorl %ecx, %ecx
61 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_FS_OFF)(%eax)
63 leal LINUX_UC_FPREGS_MEM_OFF(%eax), %ecx
64 movl %ecx, (LINUX_UC_MCONTEXT_OF
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha256-586.S32 movl 8(%edi),%ecx
36 bswap %ecx
40 pushl %ecx
44 movl 24(%edi),%ecx
48 bswap %ecx
52 pushl %ecx
56 movl 40(%edi),%ecx
60 bswap %ecx
64 pushl %ecx
68 movl 56(%edi),%ecx
[all...]
/external/compiler-rt/lib/builtins/i386/
H A Dmoddi3.S32 movl %edx, %ecx
33 sarl $31, %ecx // (b < 0) ? -1 : 0
34 xorl %ecx, %eax
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
36 subl %ecx, %eax
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
43 movl %edx, %ecx
44 sarl $31, %ecx // (a < 0) ? -1 : 0
45 xorl %ecx, %eax
46 xorl %ecx,
[all...]
H A Ddivdi3.S32 movl %edx, %ecx
33 sarl $31, %ecx // (b < 0) ? -1 : 0
34 xorl %ecx, %eax
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
36 subl %ecx, %eax
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
40 movl %ecx, %esi // set aside sign of b
44 movl %edx, %ecx
45 sarl $31, %ecx // (a < 0) ? -1 : 0
46 xorl %ecx,
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c11 UInt ecx; variable
20 "\tpushl %ecx\n"
27 "\tmovl " VG_SYM(ecx) ",%ecx\n"
32 "\tmovl %ecx," VG_SYM(ecx) "\n"
39 "\tpopl %ecx\n"
48 ecx = 0x33333333; ebx = 0x44444444;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
56 ecx
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-muldiv.asm6 imull %ebx, %ecx
9 imull $5, %ebx, %ecx
12 imull $5000, %ebx, %ecx
15 imull $5, %ecx
18 imull $5000, %ecx
22 divl %ecx
26 divl %ecx, %eax
30 idivl %ecx
34 idivl %ecx, %eax
/external/chromium_org/third_party/boringssl/linux-x86/crypto/md5/
H A 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,
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/md5/
H A 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,
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.S12 movl 20(%esp),%ecx
14 shll $6,%ecx
16 addl %esi,%ecx
17 subl $64,%ecx
19 pushl %ecx
21 movl 8(%edi),%ecx
26 movl %ecx,%edi
39 xorl %ecx,%edi
42 xorl %ecx,%edi
51 leal 606105819(%ecx,
[all...]

Completed in 9312 milliseconds

1234567891011>>