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

1 2 3 4 5

  /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
op_ushr_long_2addr.S 17 shrl %cl, rIBASE
  /art/runtime/interpreter/mterp/x86_64/
op_move.S 6 shrl $$4, rINST # rINST <- B
  /external/compiler-rt/lib/builtins/i386/
lshrdi3.S 49 shrl %cl, %edx // right shift high by count
54 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 84 shrl %eax // high 31 bits of input as sint32
  /external/llvm/test/MC/Mips/micromips-dspr2/
invalid.s 8 shrl.ph $3, $4, 16 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
9 shrl.ph $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 4-bit unsigned immediate
  /bionic/libc/arch-x86/generic/string/
bcopy.S 63 shrl $2,%ecx /* copy by words */
83 shrl $2,%ecx
memcmp.S 17 shrl $2,%ecx
  /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
  /bionic/libm/x86/
s_cbrt.S 97 shrl $8, %edx
98 shrl $8, %ebx
109 shrl $14, %eax
160 shrl $8, %edx
161 shrl $8, %ebx
174 shrl $14, %eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips32-dspr2.s 50 shrl.ph $31,$0,0
51 shrl.ph $31,$0,15
  /external/llvm/test/MC/Mips/dsp/
invalid.s 20 shrl.qb $3, $4, 8 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
21 shrl.qb $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
  /external/llvm/test/MC/Mips/micromips-dsp/
invalid.s 20 shrl.qb $3, $4, 8 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
21 shrl.qb $3, $4, -1 # CHECK: :[[@LINE]]:19: error: expected 3-bit unsigned immediate
  /bionic/libm/x86_64/
s_cos.S 278 shrl $7, %ecx
288 shrl $11, %eax
359 shrl $4, %ebx
375 shrl %cl, %r9d
420 shrl $29, %edi
542 shrl %cl, %r9d
547 shrl %cl, %r9d
549 shrl %cl, %ebx
565 shrl %cl, %r9d
s_cbrt.S 78 shrl $8, %edx
90 shrl $14, %eax
141 shrl $8, %edx
155 shrl $14, %eax
  /external/boringssl/linux-x86/crypto/modes/
ghash-x86.S 41 shrl $20,%ebx
57 shrl $4,%ebp
72 shrl $4,%ebp
146 shrl $20,%ebx
162 shrl $4,%ebp
177 shrl $4,%ebp
579 shrl $4,%ebp
595 shrl $4,%edi
612 shrl $4,%ebp
632 shrl $4,%ed
    [all...]
  /external/boringssl/mac-x86/crypto/modes/
ghash-x86.S 40 shrl $20,%ebx
56 shrl $4,%ebp
71 shrl $4,%ebp
143 shrl $20,%ebx
159 shrl $4,%ebp
174 shrl $4,%ebp
572 shrl $4,%ebp
588 shrl $4,%edi
605 shrl $4,%ebp
625 shrl $4,%ed
    [all...]

Completed in 772 milliseconds

1 2 3 4 5