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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
intel-syntax-bitwise-ops.s 5 // 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, (1&2
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-strlen-slm.S 88 mov %edx, %ecx
89 and $0x3f, %ecx
91 cmp $0x30, %ecx
95 pmovmskb %xmm0, %ecx
96 test %ecx, %ecx
107 sub %eax, %ecx
109 pmovmskb %xmm0, %ecx
110 and %edi, %ecx
119 pmovmskb %xmm0, %ecx
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensionsInlineAsm.c 9 mov ecx, Base local
10 lock bts [ecx], eax
  /external/llvm/test/MC/COFF/
relocation-imgrel.s 14 mov foo@IMGREL(%ebx, %ecx, 4), %eax
15 mov foo@imgrel(%ebx, %ecx, 4), %eax
  /external/llvm/test/MC/MachO/
gen-dwarf-macro-cpp.s 6 ljmp *0x38(%ecx)
  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 18 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...]
  /external/boringssl/mac-x86/crypto/bn/
bn-586.S 17 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...]
  /bionic/libc/arch-x86/bionic/
vfork.S 34 popl %ecx // Grab the return address.
36 .cfi_rel_offset ecx, 0
45 jmp *%ecx // Jump to the stored return address.
  /external/libunwind/src/x86/
getcontext-linux.S 46 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_OFF+LINUX_SC_FPSTATE_OFF)(%eax
    [all...]
  /external/boringssl/linux-x86/crypto/sha/
sha256-586.S 31 movl (%edx),%ecx
33 testl $1048576,%ecx
36 testl $16777216,%ecx
38 andl $1073741824,%ecx
42 orl %ebx,%ecx
43 andl $1342177280,%ecx
44 cmpl $1342177280,%ecx
56 movl 8(%edi),%ecx
61 bswap %ecx
64 pushl %ecx
    [all...]
  /external/boringssl/mac-x86/crypto/sha/
sha256-586.S 30 movl (%edx),%ecx
32 testl $1048576,%ecx
35 testl $16777216,%ecx
37 andl $1073741824,%ecx
41 orl %ebx,%ecx
42 andl $1342177280,%ecx
43 cmpl $1342177280,%ecx
55 movl 8(%edi),%ecx
60 bswap %ecx
63 pushl %ecx
    [all...]
  /external/compiler-rt/lib/builtins/i386/
moddi3.S 32 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, %edx // EDX:EAX = (a < 0) ? not(a) :
    [all...]
  /bionic/libc/arch-x86/generic/string/
strncmp.S 18 movl 12(%esp),%ecx
25 incl %ecx
31 cmpb %bl,(%ecx)
35 incl %ecx
41 cmpb %bl,(%ecx)
45 incl %ecx
51 cmpb %bl,(%ecx)
55 incl %ecx
61 cmpb %bl,(%ecx)
65 incl %ecx
    [all...]
  /bionic/libc/arch-x86/syscalls/
__accept4.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
__connect.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
__socket.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
bind.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
getpeername.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
getsockname.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
getsockopt.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
listen.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
recvfrom.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
recvmmsg.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
recvmsg.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx
sendmmsg.S 9 pushl %ecx
11 .cfi_rel_offset ecx, 0
13 mov %esp, %ecx
14 addl $12, %ecx
24 popl %ecx

Completed in 284 milliseconds

1 2 3 4 5 6 7 8 91011>>