/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.S | 40 andl $240,%ebx 144 andl $240,%ebx 213 andl $240,%edx 223 andl $15,%ebp 234 andl $240,%edx 236 andl $15,%ebx 247 andl $15,%ebp 258 andl $240,%edx 260 andl $15,%ebx 271 andl $15,%eb [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.S | 40 andl $240,%ebx 144 andl $240,%ebx 213 andl $240,%edx 223 andl $15,%ebp 234 andl $240,%edx 236 andl $15,%ebx 247 andl $15,%ebp 258 andl $240,%edx 260 andl $15,%ebx 271 andl $15,%eb [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-x86_64.S | 56 andl %r8d,%r15d 69 andl %eax,%r11d 70 andl %ecx,%r15d 98 andl %edx,%r15d 111 andl %r11d,%r10d 112 andl %ebx,%r15d 140 andl %ecx,%r15d 153 andl %r10d,%r9d 154 andl %eax,%r15d 182 andl %ebx,%r15 [all...] |
sha1-586.S | 83 andl %ebx,%esi 95 andl %eax,%edi 107 andl %esi,%edx 119 andl %edi,%ecx 131 andl %edx,%ebx 143 andl %ecx,%eax 155 andl %ebx,%esi 167 andl %eax,%edi 179 andl %esi,%edx 191 andl %edi,%ec [all...] |
sha1-x86_64.S | 48 andl %edi,%eax 61 andl %esi,%eax 74 andl %r13d,%eax 87 andl %r12d,%eax 100 andl %r11d,%eax 113 andl %edi,%eax 126 andl %esi,%eax 139 andl %r13d,%eax 152 andl %r12d,%eax 165 andl %r11d,%ea [all...] |
/external/openssl/crypto/sha/asm/ |
sha256-x86_64.S | 56 andl %r8d,%r15d 69 andl %eax,%r11d 70 andl %ecx,%r15d 98 andl %edx,%r15d 111 andl %r11d,%r10d 112 andl %ebx,%r15d 140 andl %ecx,%r15d 153 andl %r10d,%r9d 154 andl %eax,%r15d 182 andl %ebx,%r15 [all...] |
sha1-586.S | 83 andl %ebx,%esi 95 andl %eax,%edi 107 andl %esi,%edx 119 andl %edi,%ecx 131 andl %edx,%ebx 143 andl %ecx,%eax 155 andl %ebx,%esi 167 andl %eax,%edi 179 andl %esi,%edx 191 andl %edi,%ec [all...] |
sha1-x86_64.S | 48 andl %edi,%eax 61 andl %esi,%eax 74 andl %r13d,%eax 87 andl %r12d,%eax 100 andl %r11d,%eax 113 andl %edi,%eax 126 andl %esi,%eax 139 andl %r13d,%eax 152 andl %r12d,%eax 165 andl %r11d,%ea [all...] |
/external/llvm/test/CodeGen/X86/ |
bit-test-shift.ll | 8 ; CHECK: andl $-26, %eax
|
shift-combine.ll | 8 ; CHECK: andl $12,
|
arg-cast.ll | 1 ; This should compile to movl $2147483647, %eax + andl only. 2 ; RUN: llc < %s | grep andl
|
atomic6432.ll | 61 ; X32: andl 62 ; X32: andl 66 ; X32: andl 67 ; X32: andl 71 ; X32: andl 72 ; X32: andl 124 ; X32: andl 125 ; X32: andl
|
xor.ll | 33 ; X64: andl 40 ; X32: andl 4(%esp), %eax 62 ; X64: andl {{.*}}[[REG]] 65 ; X32: andl {{.*}}[[REG]] 84 ; X64: andl {{.*}}[[REG]] 87 ; X32: andl {{.*}}[[REG]] 128 ; X64: andl {{.*}}[[REG]] 131 ; X32: andl {{.*}}[[REG]] 152 ; X64: andl {{.*}}[[REG:%[a-z]+]] 155 ; X32: andl {{.*}}[[REG:%[a-z]+] [all...] |
andimm8.ll | 4 ; CHECK: andl $-64, %edi # encoding: [0x83,0xe7,0xc0]
|
stack-align-memcpy.ll | 13 ; CHECK: andl $-16, %esp
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-586.S | 26 andl $255,%esi 34 andl $255,%edi 46 andl $255,%esi 55 andl $255,%edi 67 andl $255,%esi 76 andl $255,%edx 77 andl $255,%edi 86 andl $255,%edx 93 andl $255,%ebx 104 andl $2155905152,%es [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.S | 26 andl $255,%esi 34 andl $255,%edi 46 andl $255,%esi 55 andl $255,%edi 67 andl $255,%esi 76 andl $255,%edx 77 andl $255,%edi 86 andl $255,%edx 93 andl $255,%ebx 104 andl $2155905152,%es [all...] |
/bionic/libc/arch-x86/string/ |
bzero.S | 27 andl $3,%ecx 34 andl $3,%edx
|
memset.S | 34 andl $3,%edx 48 andl $3,%ecx
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-586.S | 30 andl %ebx,%edi 40 andl %eax,%edi 50 andl %edx,%edi 60 andl %ecx,%edi 70 andl %ebx,%edi 80 andl %eax,%edi 90 andl %edx,%edi 100 andl %ecx,%edi 110 andl %ebx,%edi 120 andl %eax,%ed [all...] |
/external/openssl/crypto/md5/asm/ |
md5-586.S | 30 andl %ebx,%edi 40 andl %eax,%edi 50 andl %edx,%edi 60 andl %ecx,%edi 70 andl %ebx,%edi 80 andl %eax,%edi 90 andl %edx,%edi 100 andl %ecx,%edi 110 andl %ebx,%edi 120 andl %eax,%ed [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.S | 56 andl $2049,%ebp 68 andl $255,%ebx 71 andl $4026531839,%edx 82 andl $4095,%edi 86 andl $3220176895,%edx 97 andl $4026531839,%edx 104 andl $4026531839,%edx 106 andl $2048,%ebp 107 andl $4294965247,%ecx 114 andl $6,%ea [all...] |
/external/openssl/crypto/ |
x86cpuid.S | 56 andl $2049,%ebp 68 andl $255,%ebx 71 andl $4026531839,%edx 82 andl $4095,%edi 86 andl $3220176895,%edx 97 andl $4026531839,%edx 104 andl $4026531839,%edx 106 andl $2048,%ebp 107 andl $4294965247,%ecx 114 andl $6,%ea [all...] |
/dalvik/vm/mterp/x86/ |
OP_EXECUTE_INLINE.S | 19 andl $$kSubModeDebugProfile, %edx # debug or profile mode active? 45 andl rIBASE,%ecx 51 andl rIBASE,%ecx 57 andl rIBASE,%ecx 63 andl rIBASE,%ecx
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataric2p.S | 83 andl d4,d7 91 andl d4,d7 99 andl d5,d7 107 andl d5,d7 135 andl d4,d7 143 andl d4,d7 152 andl d5,d7 161 andl d5,d7 178 andl d6,d7 186 andl d6,d [all...] |