/dalvik/vm/mterp/x86/ |
OP_AND_LONG.S | 2 %include "x86/binopWide.S" {"instr1":"andl (rFP,%ecx,4),rIBASE", "instr2":"andl 4(rFP,%ecx,4),%eax"}
|
OP_AND_LONG_2ADDR.S | 2 %include "x86/binopWide2addr.S" {"instr1":"andl %eax,(rFP,rINST,4)","instr2":"andl %ecx,4(rFP,rINST,4)"}
|
OP_AND_INT_LIT16.S | 2 %include "x86/binopLit16.S" {"instr":"andl %ecx,%eax"}
|
OP_AND_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"andl %ecx,%eax"}
|
OP_AND_INT.S | 2 %include "x86/binop.S" {"instr":"andl (rFP,%ecx,4),%eax"}
|
OP_AND_INT_2ADDR.S | 2 %include "x86/binop2addr.S" {"instr":"andl %eax,(rFP,%ecx,4)"}
|
OP_CONST_4.S | 5 andl %eax,rINST # rINST<- A
|
OP_EXECUTE_INLINE.S | 41 andl rIBASE,%ecx 47 andl rIBASE,%ecx 53 andl rIBASE,%ecx 59 andl rIBASE,%ecx
|
/bionic/libm/i387/ |
s_copysignf.S | 13 andl $0x80000000,%edx 15 andl $0x7fffffff,%eax
|
s_copysignl.S | 11 andl $0x8000,%edx 13 andl $0x7fff,%eax
|
s_remquo.S | 45 andl $0x108,%eax 50 andl $7,%eax 57 andl $1,%ecx
|
s_remquof.S | 45 andl $0x108,%eax 50 andl $7,%eax 57 andl $1,%ecx
|
/external/llvm/test/CodeGen/X86/ |
test-nofold.ll | 7 ; CHECK-NEXT: andl $15, %eax 14 ; andl $15, %ecx 22 ; andl 4(%esp), %ecx 29 ; andl $15, %ecx
|
zext-fold.ll | 11 ; CHECK-NEXT: andl {{.*}}224 25 ; CHECK: andl $224 39 ; CHECK-NEXT: andl $224, [[REGISTER]]
|
bit-test-shift.ll | 8 ; CHECK: andl $-26, %eax
|
arg-cast.ll | 1 ; This should compile to movl $2147483647, %eax + andl only. 2 ; RUN: llc < %s | grep 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]]
|
/external/quake/quake/src/WinQuake/ |
dosasm.s | 13 andl $0xFE3FFE3F,%eax // stop both counters 18 andl $0x3F,%eax // still stopped 30 andl $0x3F,%eax
|
/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
|
bcmp.S | 24 andl $3,%ecx
|
/bionic/libm/amd64/ |
s_remquo.S | 47 andl $0x108,%eax 52 andl $7,%eax 59 andl $1,%ecx
|
s_remquof.S | 47 andl $0x108,%eax 52 andl $7,%eax 59 andl $1,%ecx
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataric2p.S | 82 andl d4,d7 90 andl d4,d7 98 andl d5,d7 106 andl d5,d7 134 andl d4,d7 142 andl d4,d7 151 andl d5,d7 160 andl d5,d7 177 andl d6,d7 185 andl d6,d [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_AND_INT.S | 20 %include "x86-atom/binop.S" {"instr":"andl %edx, %ecx"}
|