HomeSort by relevance Sort by last modified time
    Searched full:andl (Results 51 - 75 of 222) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/test/CodeGen/X86/
vec_set-B.ll 9 ; andl 4(%esp), %eax
atomic32.ll 70 ; X64: andl $3
72 ; X32: andl $3
74 ; X64: andl
77 ; X32: andl
82 ; X64: andl
84 ; X32: andl
144 ; X64: andl
148 ; X32: andl
stack-align.ll 26 ; CHECK: andl{{.*}}$-16, %esp
33 ; CHECK: andl{{.*}}$-32, %esp
store_op_load_fold2.ll 25 ; ATT: andl 360, %{{e..}}
26 ; ATT: andl %{{e..}}, 356
and-or-fold.ll 14 ; DARWIN: andl $16711807, %eax
atomic_op.ll 42 ; CHECK: andl
112 ; CHECK: andl %eax, %[[R17mask]]
120 ; CHECK: andl
121 ; CHECK: andl
force-align-stack.ll 10 ; CHECK: andl $-16, %esp
ins_subreg_coalesce-1.ll 10 ; CHECK: andl $1, %eax
isint.ll 12 ; CHECK-NEXT: andl
lea.ll 33 ; CHECK: andl $-4, %eax
mingw-alloca.ll 20 ; CHECK: andl $-16, %esp
setcc.ll 22 ; CHECK: andl $32, %eax
  /dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S 16 andl $$CLASS_ISFINALIZABLE, %edx # is this class finalizable?
21 andl $$kSubModeDebuggerActive, %eax # debugger active?
OP_INVOKE_INTERFACE.S 15 andl $$0xf,%eax # eax<- C (or stays CCCC)
OP_INVOKE_SUPER_QUICK.S 15 andl $$0xf,%eax # eax<- D (or stays CCCC)
OP_INVOKE_VIRTUAL_QUICK.S 14 andl $$0xf,%ecx # eax<- C (or stays CCCC)
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.S 86 andl %ecx,%esi
100 andl %ebx,%edi
117 andl %eax,%esi
135 andl %ebp,%edi
151 andl %edx,%esi
167 andl %ecx,%edi
182 andl %ebx,%esi
200 andl %eax,%edi
218 andl %ebp,%esi
232 andl %edx,%ed
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.S 86 andl %ecx,%esi
100 andl %ebx,%edi
117 andl %eax,%esi
135 andl %ebp,%edi
151 andl %edx,%esi
167 andl %ecx,%edi
182 andl %ebx,%esi
200 andl %eax,%edi
218 andl %ebp,%esi
232 andl %edx,%ed
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha256-586.S 21 andl $-64,%esp
110 andl %edx,%esi
129 andl %esi,%ecx
130 andl %edi,%eax
171 andl %edx,%esi
190 andl %esi,%ecx
191 andl %edi,%eax
  /external/openssl/crypto/sha/asm/
sha256-586.S 21 andl $-64,%esp
110 andl %edx,%esi
129 andl %esi,%ecx
130 andl %edi,%eax
171 andl %edx,%esi
190 andl %esi,%ecx
191 andl %edi,%eax
  /bionic/libc/arch-x86/bionic/
clone.S 13 andl $~15, %ecx
73 andl $~15, %ecx
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 56 andl %r9d,%r12d
75 andl %r8d,%r12d
93 andl %r11d,%r12d
111 andl %r10d,%r12d
129 andl %r9d,%r12d
147 andl %r8d,%r12d
165 andl %r11d,%r12d
183 andl %r10d,%r12d
201 andl %r9d,%r12d
219 andl %r8d,%r12
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 56 andl %r9d,%r12d
75 andl %r8d,%r12d
93 andl %r11d,%r12d
111 andl %r10d,%r12d
129 andl %r9d,%r12d
147 andl %r8d,%r12d
165 andl %r11d,%r12d
183 andl %r10d,%r12d
201 andl %r9d,%r12d
219 andl %r8d,%r12
    [all...]
  /bionic/libc/arch-x86/string/
memcmp.S 23 andl $3,%ecx
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 32 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")

Completed in 93 milliseconds

1 23 4 5 6 7 8 9