/dalvik/vm/mterp/x86/ |
OP_MOVE.S | 6 shrl $$4,rINST # rINST<- B
|
OP_USHR_LONG.S | 21 shrl %cl,rIBASE
|
OP_USHR_LONG_2ADDR.S | 18 shrl %cl,rIBASE
|
OP_DIV_LONG_2ADDR.S | 5 shrl $$4,%eax # eax<- B
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
lshrdi3.S | 48 shrl %cl, %edx // right shift high by count 53 shrl %cl, %eax // shift low by count - 32
|
udivdi3.S | 34 shrl %cl, %eax // Practically, this means that bhi is given by: 35 shrl %eax // 50 shrl %eax 51 shrl %cl, %eax // q = qs >> (1 + i) 81 shrl %eax 83 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
umoddi3.S | 35 shrl %cl, %eax // Practically, this means that bhi is given by: 36 shrl %eax // 51 shrl %eax 52 shrl %cl, %eax // q = qs >> (1 + i) 86 shrl %eax 88 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
divdi3.S | 63 shrl %cl, %eax // Practically, this means that bhi is given by: 64 shrl %eax // 79 shrl %eax 80 shrl %cl, %eax // q = qs >> (1 + i) 116 shrl %eax 118 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
moddi3.S | 62 shrl %cl, %eax // Practically, this means that bhi is given by: 63 shrl %eax // 78 shrl %eax 79 shrl %cl, %eax // q = qs >> (1 + i) 117 shrl %eax 119 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
floatundisf.S | 79 shrl %eax // high 31 bits of input as sint32
|
/bionic/libc/arch-x86/string/ |
bcmp.S | 18 shrl $2,%ecx
|
bzero.S | 33 shrl $2,%ecx
|
bcopy.S | 65 shrl $2,%ecx /* copy by words */ 85 shrl $2,%ecx
|
swab.S | 24 shrl $1,%ecx 35 L2: shrl $3,%ecx # copy remainder 8 words at a time
|
memcmp.S | 17 shrl $2,%ecx
|
memset.S | 43 shrl $2,%ecx /* set by words */
|
/bionic/libm/amd64/ |
s_remquo.S | 45 shrl $6,%eax
|
s_remquof.S | 45 shrl $6,%eax
|
/bionic/libm/i387/ |
s_remquo.S | 43 shrl $6,%eax
|
s_remquof.S | 43 shrl $6,%eax
|
/external/quake/quake/src/QW/client/ |
d_copy.s | 48 shrl $1,%ebp 58 shrl $4,%ecx 133 shrl $2,%ebx
|
d_draw.s | 853 shrl $16,%eax 861 shrl $1,%ecx // count / 2 863 shrl $1,%ecx // (count / 2) / 2 868 shrl $16,%eax 881 shrl $16,%eax 889 shrl $16,%ebp 907 shrl $16,%edx 968 shrl $16,%eax 976 shrl $1,%ecx // count / 2 978 shrl $1,%ecx // (count / 2) / [all...] |
/external/quake/quake/src/WinQuake/ |
d_copy.s | 48 shrl $1,%ebp 58 shrl $4,%ecx 133 shrl $2,%ebx
|
d_draw.s | 853 shrl $16,%eax 861 shrl $1,%ecx // count / 2 863 shrl $1,%ecx // (count / 2) / 2 868 shrl $16,%eax 881 shrl $16,%eax 889 shrl $16,%ebp 907 shrl $16,%edx 968 shrl $16,%eax 976 shrl $1,%ecx // count / 2 978 shrl $1,%ecx // (count / 2) / [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_IPUT_OBJECT_QUICK.S | 41 shrl $$GC_CARD_SHIFT, %eax # get gc card index
|