HomeSort by relevance Sort by last modified time
    Searched full:shll (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/llvm/test/CodeGen/X86/
large-gep-scale.ll 7 ; CHECK: shll $2, %edx
shift-codegen.ll 3 ; This should produce two shll instructions, not any lea's.
14 ; CHECK: shll $3
30 ; CHECK: shll $3
legalize-shift-64.ll 10 ; CHECK: shll %cl, %eax
22 ; CHECK: shll %cl, %esi
27 ; CHECK: shll %cl, %eax
39 ; CHECK: shll %cl, %eax
53 ; CHECK: shll %cl, %eax
bit-test-shift.ll 6 ; CHECK: shll $23, %eax
shift-and.ll 7 ; X32: shll
11 ; X64: shll
20 ; X32: shll
24 ; X64: shll
shift-folding.ll 6 ; CHECK-NOT: shll
18 ; CHECK: shll $4
19 ; CHECK-NOT: shll
32 ; CHECK-NOT: shll
h-registers-2.ll 11 ; CHECK: shll $3,
zext-shl.ll 6 ; CHECK: shll
narrow-shl-cst.ll 10 ; CHECK: shll $10
19 ; CHECK: shll $10
28 ; CHECK: shll $10
setcc.ll 12 ; CHECK: shll $5, %eax
shl-i64.ll 4 ; CHECK: shll
vec_shift4.ll 5 ; CHECK-NOT: shll
shl-anyext.ll 4 ; CHECK: shll $16
targetLoweringGeneric.ll 22 ; CHECK: shll
vec_insert-5.ll 2 ; RUN: grep shll %t | grep 12
  /external/valgrind/main/none/tests/x86/
bt_literal.c 28 "shll $1, %%ecx\n\t"
34 "shll $2, %%ecx\n\t"
40 "shll $3, %%ecx\n\t"
71 "shll $1, %%ecx\n\t"
77 "shll $2, %%ecx\n\t"
83 "shll $3, %%ecx\n\t"
113 "shll $1, %%ecx\n\t"
119 "shll $2, %%ecx\n\t"
125 "shll $3, %%ecx\n\t"
  /external/openssl/crypto/sha/asm/
sha512-586.S 22 shll $7,%eax
141 shll $14,%esi
143 shll $14,%edi
149 shll $4,%esi
151 shll $4,%edi
157 shll $5,%esi
159 shll $5,%edi
197 shll $4,%esi
199 shll $4,%edi
205 shll $21,%es
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.S 134 shll $31,%eax
138 shll $30,%edi
154 shll $3,%ebp
163 shll $6,%ecx
172 shll $9,%ebp
181 shll $12,%ecx
190 shll $15,%ebp
199 shll $18,%ecx
208 shll $21,%ebp
217 shll $24,%ec
    [all...]
  /external/quake/quake/src/QW/client/
d_copy.s 34 shll $1,%eax
37 shll $1,%eax
55 shll $2,%eax
75 shll $16,%ebx
  /external/quake/quake/src/WinQuake/
d_copy.s 34 shll $1,%eax
37 shll $1,%eax
55 shll $2,%eax
75 shll $16,%ebx
  /external/compiler-rt/lib/i386/
ashldi3.S 47 shll %cl, %eax // left shift low by count
52 shll %cl, %edx // shift high by count - 32
  /external/openssl/crypto/des/asm/
crypt586.S 35 shll $16,%ebx
37 shll $16,%ecx
85 shll $16,%ebx
87 shll $16,%ecx
135 shll $16,%ebx
137 shll $16,%ecx
185 shll $16,%ebx
187 shll $16,%ecx
235 shll $16,%ebx
237 shll $16,%ec
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S 30 shll $8,%edi
36 shll $16,%edi
41 shll $24,%edi
51 shll $8,%edi
57 shll $16,%edi
62 shll $24,%edi
72 shll $8,%edi
79 shll $16,%edi
83 shll $24,%edi
90 shll $8,%ea
    [all...]
aes-x86_64.S 197 shll $8,%r9d
198 shll $8,%r13d
207 shll $8,%ebp
208 shll $8,%esi
216 shll $16,%edi
227 shll $16,%r9d
228 shll $16,%r13d
229 shll $16,%ebp
234 shll $24,%esi
235 shll $24,%ed
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 114 uint32 shlL = 16 - invAltL.matE.bbpE;
115 mxxL = invAltL.matE.xxE << shlL;
116 mxyL = invAltL.matE.xyE << shlL;
117 myxL = invAltL.matE.yxE << shlL;
118 myyL = invAltL.matE.yyE << shlL;
131 uint32 shlL = 16 - invAltL.vecE.bbpE;
132 txL = invAltL.vecE.xE << shlL;
133 tyL = invAltL.vecE.yE << shlL;
446 uint32 shlL = 16 - invAltL.matE.bbpE;
447 mxxL = invAltL.matE.xxE << shlL;
    [all...]

Completed in 746 milliseconds

1 2 3 4 5