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

1 2

  /dalvik/vm/mterp/x86/
OP_MOVE.S 6 shrl $$12,rINST_FULL # rINST_FULL<- B
OP_USHR_LONG.S 21 shrl %cl,%edx
OP_USHR_LONG_2ADDR.S 19 shrl %cl,%edx
OP_DIV_LONG_2ADDR.S 5 shrl $$4,%eax # eax<- B
OP_APUT_OBJECT.S 47 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
OP_IPUT_OBJECT.S 66 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
OP_SPUT_OBJECT.S 31 shrl $$GC_CARD_SHIFT,%eax # head to card number
  /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...]
  /external/zlib/contrib/inflate86/
inffast.S 395 shrl $8, %eax
469 shrl %cl, hold_r /* hold >>= this.bits */
479 shrl $16, %eax /* output this.val char */
501 shrl $16, len_r /* len = this.val */
526 shrl %cl, hold_r
566 shrl $16, dist_r /* dist = this.val */
569 shrl %cl, hold_r /* hold >>= this.bits */
606 shrl %cl, hold_r
939 shrl $16, %eax /* output this.val char */
946 shrl $16, len_r /* len = this.val *
    [all...]
  /external/zlib/contrib/amd64/
amd64-match.S 170 shrl $2, %chainlenwmask
369 shrl $3, %eax /* divide by 8 to get the byte */
383 shrl $16, %eax
  /external/zlib/contrib/asm586/
match.S 145 shrl $2, %ebx
291 shrl $16, %eax
  /external/zlib/contrib/asm686/
match.S 118 shrl $2, %ebx
273 shrl $16, %eax

Completed in 339 milliseconds

1 2