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

1 2 3 4

  /bionic/libm/i387/
s_finite.S 42 andl $0x7ff00000, %eax
45 andl $0x000000ff, %eax
s_copysign.S 42 andl $0x80000000,%edx
44 andl $0x7fffffff,%eax
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
e_exp.S 47 andl $0x7fffffff,%eax
61 andl $0x0300,%eax
  /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
  /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
bcopy.S 69 andl $3,%ecx /* any bytes left? */
79 andl $3,%ecx /* any fractional bytes? */
  /dalvik/vm/mterp/x86/
OP_CONST_4.S 5 andl %eax,%ecx # ecx<- A
OP_EXECUTE_INLINE.S 41 andl rPC,%ecx
47 andl rPC,%ecx
53 andl rPC,%ecx
59 andl rPC,%ecx
  /external/quake/quake/src/QW/client/
d_scana.s 59 andl $(CYCLE-1),%eax
60 andl $(CYCLE-1),%edx
67 andl $(TURB_TEX_SIZE-1),%eax
68 andl $(TURB_TEX_SIZE-1),%edx
  /external/quake/quake/src/WinQuake/
d_scana.s 59 andl $(CYCLE-1),%eax
60 andl $(CYCLE-1),%edx
67 andl $(TURB_TEX_SIZE-1),%eax
68 andl $(TURB_TEX_SIZE-1),%edx
dosasm.s 13 andl $0xFE3FFE3F,%eax // stop both counters
18 andl $0x3F,%eax // still stopped
30 andl $0x3F,%eax
  /dalvik/vm/mterp/x86-atom/
OP_DIV_DOUBLE_2ADDR.S 32 andl $$15, %edx # %edx<- A
OP_DIV_FLOAT_2ADDR.S 32 andl $$15, %ecx # %ecx<- A
OP_INT_TO_FLOAT.S 33 andl $$15, rINST # rINST<- A
OP_ARRAY_LENGTH.S 33 andl $$15, rINST # rINST<- A
OP_CONST_4.S 32 andl $$15, rINST # rINST<- A
OP_INT_TO_DOUBLE.S 33 andl $$15, rINST # rINST<- A
OP_INT_TO_LONG.S 35 andl $$15, %ecx # %ecx<- A

Completed in 177 milliseconds

1 2 3 4