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

1 2 3 4 5 6 7

  /external/syslinux/memdisk/
memcpy.S 50 shrl $1,%edx
59 shrl $1,%edx
66 shrl $2,%ecx
memset.S 53 shrl $1,%edx
61 shrl $1,%edx
68 shrl $2,%ecx
memmove.S 55 shrl $1,%edx
64 shrl $1,%edx
71 shrl $2,%ecx
95 shrl $1,%edx
105 shrl $1,%edx
114 shrl $2,%ecx
  /external/syslinux/com32/lib/
memmove.S 61 shrl $1,%edx
70 shrl $1,%edx
77 shrl $2,%ecx
111 shrl $1,%edx
121 shrl $1,%edx
130 shrl $2,%ecx
memcpy.S 54 shrl $1,%edx
63 shrl $1,%edx
70 shrl $2,%ecx
mempcpy.S 53 shrl $1,%edx
62 shrl $1,%edx
69 shrl $2,%ecx
memset.S 57 shrl $1,%edx
65 shrl $1,%edx
72 shrl $2,%ecx
  /external/syslinux/com32/lib/libgcc/
__lshrdi3.S 20 shrl %cl,%edx
24 shrl %cl,%edx
  /external/compiler-rt/lib/builtins/i386/
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)
lshrdi3.S 49 shrl %cl, %edx // right shift high by count
54 shrl %cl, %eax // shift low by count - 32
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)
  /art/runtime/interpreter/mterp/x86/
op_move.S 6 shrl $$4, rINST # rINST <- B
op_ushr_long.S 20 shrl %cl, rIBASE
op_div_long_2addr.S 9 shrl $$4, %eax # eax <- B
  /art/runtime/interpreter/mterp/x86_64/
op_move.S 6 shrl $$4, rINST # rINST <- B
  /external/syslinux/core/lzo/
lzo1f_d.ash 56 shrl $2,%ecx
77 shrl $2,%eax
80 shrl $5,%ecx
97 shrl $2,%ecx
120 shrl $2,%eax
151 shrl $2,%eax
  /bionic/libc/arch-x86/generic/string/
memcmp.S 17 shrl $2,%ecx
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.S 83 shrl $3, %eax
99 shrl $6, %eax
105 shrl $6, %eax
139 shrl $2, %ecx
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.S 18 shrl $10,%eax
  /external/boringssl/linux-x86/crypto/aes/
aes-586.S 35 shrl $16,%edi
41 shrl $24,%edi
49 shrl $16,%ebx
56 shrl $16,%edi
62 shrl $24,%edi
70 shrl $24,%ecx
77 shrl $16,%edi
109 shrl $7,%ebp
127 shrl $7,%ebp
145 shrl $7,%eb
    [all...]
  /external/boringssl/mac-x86/crypto/aes/
aes-586.S 34 shrl $16,%edi
40 shrl $24,%edi
47 shrl $16,%ebx
54 shrl $16,%edi
60 shrl $24,%edi
67 shrl $24,%ecx
74 shrl $16,%edi
104 shrl $7,%ebp
122 shrl $7,%ebp
140 shrl $7,%eb
    [all...]
  /external/llvm/test/MC/Mips/dspr2/
invalid.s 19 shrl.ph $3, $4, 16 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
20 shrl.ph $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
  /external/llvm/test/MC/Mips/micromips-dspr2/
invalid.s 10 shrl.ph $3, $4, 16 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
11 shrl.ph $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate

Completed in 349 milliseconds

1 2 3 4 5 6 7