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

1 2 3 4 5 6 7 8

  /external/valgrind/memcheck/tests/amd64/
shr_edx.stdout.exp 2 shrl 0x10 with unitialised bits
  /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
  /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/fipsmodule/
aes-586.S 34 shrl $16,%edi
40 shrl $24,%edi
48 shrl $16,%ebx
55 shrl $16,%edi
61 shrl $24,%edi
69 shrl $24,%ecx
76 shrl $16,%edi
108 shrl $7,%ebp
126 shrl $7,%ebp
144 shrl $7,%eb
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
aes-586.S 33 shrl $16,%edi
39 shrl $24,%edi
46 shrl $16,%ebx
53 shrl $16,%edi
59 shrl $24,%edi
66 shrl $24,%ecx
73 shrl $16,%edi
103 shrl $7,%ebp
121 shrl $7,%ebp
139 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 1106 milliseconds

1 2 3 4 5 6 7 8