Home
last modified time | relevance | path

Searched refs:shl1 (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/Hexagon/
Dashift-left-right.ll7 %shl1 = shl i32 16, %a
9 %ret = mul i32 %shl1, %shl2
17 %shl1 = ashr i32 16, %a
19 %ret = mul i32 %shl1, %shl2
/external/llvm/test/CodeGen/X86/
Dsse2-vector-shifts.ll291 %shl1 = shl <4 x i32> %shl0, <i32 4, i32 4, i32 4, i32 4>
292 ret <4 x i32> %shl1
300 %shl1 = shl <4 x i32> %shl0, <i32 4, i32 4, i32 4, i32 4>
301 ret <4 x i32> %shl1
310 %shl1 = shl <4 x i32> %shl0, <i32 5, i32 5, i32 5, i32 5>
311 ret <4 x i32> %shl1
341 %shl1 = shl <4 x i32> %ext, <i32 17, i32 17, i32 17, i32 17>
342 ret <4 x i32> %shl1
DtargetLoweringGeneric.ll23 %shl1 = shl i32 %xor3, %i32In4
24 %sub1 = sub i32 %or2, %shl1
Dlegalize-shift-64.ll78 %shl1 = shl i64 1, %sh_prom
79 %cmp = icmp ne i64 %shl1, 4294967296
Dvec_shift4.ll3 define <2 x i64> @shl1(<4 x i32> %r, <4 x i32> %a) nounwind readnone ssp {
Dremat-invalid-liveness.ll45 %shl1.i.i = shl nuw nsw i128 %bf.lshr.i.i, 8
46 %shl.i.i = trunc i128 %shl1.i.i to i32
/external/llvm/test/CodeGen/Mips/
Dmicromips-shift.ll16 %shl1 = shl i32 %1, 10
17 store i32 %shl1, i32* @d, align 4
/external/llvm/test/CodeGen/PowerPC/
Dldtoc-inv.ll23 %shl1 = shl i32 %0, %step_size
24 %idxprom2 = sext i32 %shl1 to i64
/external/llvm/test/Transforms/InstCombine/
Dnsw.ll31 ; CHECK-LABEL: @shl1(
34 define i64 @shl1(i64 %X, i64* %P) nounwind {
Dmul.ll254 ; CHECK: %[[shl1:.*]] = shl i32 1, %A
255 ; CHECK-NEXT: %[[shl2:.*]] = shl i32 %[[shl1]], %A
Dshift.ll584 %shl1 = shl i32 1, %b
585 %shl2 = shl i32 %shl1, 2
/external/llvm/test/CodeGen/AArch64/
Darm64-bitfield-extract.ll309 %shl1 = shl i32 %or1, 2
310 store i32 %shl1, i32* %y, align 8
339 %shl1 = shl i64 %or1, 2
340 store i64 %shl1, i64* %y, align 8
/external/llvm/test/Transforms/Inline/
Dinline_minisize.ll116 %shl1 = shl i32 %tmp3, 1
117 %add = add nsw i32 %shl1, 13
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js72 function shl1(a) { function
87 for (var i=0;i<b;i++) a=shl1(a);
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll336 define i1 @shl1(i32 %x) {
337 ; CHECK-LABEL: @shl1(