/external/llvm/test/CodeGen/PowerPC/ |
quadint-return.ll | 7 define i128 @foo() nounwind { 9 %x = alloca i128, align 16 10 store i128 27, i128* %x, align 16 11 %0 = load i128* %x, align 16 12 ret i128 %0
|
int-fp-conv-0.ll | 8 define ppc_fp128 @foo(i128 %a) nounwind { 10 %tmp2829 = uitofp i128 %a to ppc_fp128 ; <i64> [#uses=1] 13 define i128 @boo(ppc_fp128 %a) nounwind { 15 %tmp2829 = fptoui ppc_fp128 %a to i128 ; <i64> [#uses=1] 16 ret i128 %tmp2829
|
i128-and-beyond.ll | 6 @x = global i128 -1
|
2012-10-12-bitcast.ll | 7 %0 = bitcast <16 x i8> %v to i128 8 %1 = lshr i128 %0, 96 9 %2 = trunc i128 %1 to i32
|
/external/llvm/test/CodeGen/X86/ |
2013-01-09-DAGCombineBug.ll | 51 br i1 icmp ult (i64 xor (i64 zext (i1 trunc (i192 lshr (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384 lshr (i384 or (i384 shl (i384 zext (i64 ptrtoint ([2 x i8]* @global to i64) to i384), i384 192), i384 425269881901436522087161771558896140289), i384 128) to i128), i128 64) to i64) to i192), i192 64), i192 1), i192 128) to i1) to i64), i64 1), i64 1), label %bb2, label %bb3 57 br i1 xor (i1 trunc (i192 lshr (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384 lshr (i384 or (i384 shl (i384 zext (i64 ptrtoint ([2 x i8]* @global to i64) to i384), i384 192), i384 425269881901436522087161771558896140289), i384 128) to i128), i128 64) to i64) to i192), i192 64), i192 1), i192 128) to i1), i1 trunc (i192 lshr (i192 or (i192 and (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384 lshr (i384 or (i384 shl (i384 zext (i64 ptrtoint ([2 x i8]* @global to i64) to i384), (…) [all...] |
dbg-i128-const.ll | 6 define i128 @__foo(i128 %a, i128 %b) nounwind { 9 %add = add i128 %a, %b, !dbg !11 10 ret i128 %add, !dbg !11 17 !0 = metadata !{i128 42 } 20 !3 = metadata !{i32 786478, metadata !13, metadata !4, metadata !"__foo", metadata !"__foo", metadata !"__foo", i32 26, metadata !6, i1 false, i1 true, i32 0, i32 0, null, i1 false, i32 0, i128 (i128, i128)* @__foo, null, null, null, i32 26} ; [ DW_TAG_subprogram ]
|
i128-and-beyond.ll | 6 @x = global i128 -1
|
mem-promote-integers.ll | 51 define <1 x i128> @test_1xi128(<1 x i128> %x, <1 x i128>* %b) { 52 %bb = load <1 x i128>* %b 53 %tt = xor <1 x i128> %x, %bb 54 store <1 x i128> %tt, <1 x i128>* %b 58 ret <1 x i128> %tt 128 define <2 x i128> @test_2xi128(<2 x i128> %x, <2 x i128>* %b) [all...] |
/external/llvm/test/Instrumentation/BoundsChecking/ |
simple.ll | 65 %1 = alloca i128 67 %2 = load i128* %1, align 4 73 %1 = alloca i128, i64 %x 76 %2 = load i128* %1, align 4 82 %1 = alloca i128 83 %2 = alloca i128 84 %3 = select i1 undef, i128* %1, i128* %2 86 %4 = load i128* %3, align 4 91 define void @f9(i128* %arg) nounwind [all...] |
many-trap.ll | 7 %1 = alloca i128, i64 %x 8 %2 = load i128* %1, align 4 9 %3 = load i128* %1, align 4
|
/external/llvm/test/Transforms/InstCombine/ |
ptr-int-cast.ll | 12 define i32* @test2(i128 %x) nounwind { 16 %0 = inttoptr i128 %x to i32* 38 define <4 x i128> @test5(<4 x i8*> %arg) nounwind { 41 ; CHECK: zext <4 x i64> %1 to <4 x i128> 42 %p1 = ptrtoint <4 x i8*> %arg to <4 x i128> 43 ret <4 x i128> %p1 54 define <4 x i8*> @test7(<4 x i128> %arg) nounwind { 56 ; CHECK: trunc <4 x i128> %arg to <4 x i64> 58 %p1 = inttoptr <4 x i128> %arg to <4 x i8*>
|
apint-add2.ll | 32 define i128 @test4(i128 %x) { 34 %tmp.5 = shl i128 1, 127 35 %tmp.1 = ashr i128 %tmp.5, 120 36 %tmp.2 = xor i128 %x, %tmp.1 37 %tmp.4 = add i128 %tmp.2, %tmp.5 38 ret i128 %tmp.4
|
trunc.ll | 55 %B = zext i32 %A to i128 56 %C = lshr i128 %B, 16 57 %D = trunc i128 %C to i32 65 %B = zext i64 %A to i128 66 %C = lshr i128 %B, 32 67 %D = trunc i128 %C to i32 76 %B = zext i64 %A to i128 77 %C = lshr i128 %B, 32 78 %D = trunc i128 %C to i92 87 %tmp38 = zext i32 %A to i128 [all...] |
/external/llvm/test/CodeGen/Generic/ |
2009-04-28-i128-cmp-crash.ll | 6 define i32 @test(i128* %P) nounwind { 8 %tmp48 = load i128* %P 9 %and49 = and i128 %tmp48, 18446744073709551616 ; <i128> [#uses=1] 10 %tobool = icmp ne i128 %and49, 0 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
2012-01-23-PostRA-LICM.ll | 25 %tmp9 = fsub <4 x float> %tmp8, bitcast (i128 or (i128 shl (i128 zext (i64 trunc (i128 lshr (i128 bitcast (<4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00> to i128), i128 64) to i64) to i128), i128 64), i128 zext (i64 trunc (i128 bitcast (<4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000 (…) [all...] |
2009-10-21-InvalidFNeg.ll | 30 %tmp109132 = zext i64 %tfrm.0.0 to i128 ; <i128> [#uses=1] 31 %tmp113134 = zext i64 %tfrm.0.1 to i128 ; <i128> [#uses=1] 32 %tmp114133 = shl i128 %tmp113134, 64 ; <i128> [#uses=1] 33 %tmp94 = or i128 %tmp114133, %tmp109132 ; <i128> [#uses=1] 34 %tmp95 = bitcast i128 %tmp94 to <4 x float> ; <<4 x float>> [#uses=0] 36 %tmp83 = trunc i512 %tmp82 to i128 ; <i128> [#uses=1 [all...] |
crash.ll | 40 %tmp13 = bitcast <4 x float> %tmp12 to i128 41 %tmp14 = bitcast i128 %tmp13 to <4 x float> 42 %tmp15 = bitcast <4 x float> %tmp14 to i128 43 %tmp16 = bitcast i128 %tmp15 to <4 x float> 44 %tmp17 = bitcast <4 x float> %tmp16 to i128 45 %tmp18 = bitcast i128 %tmp17 to <4 x float> 46 %tmp19 = bitcast <4 x float> %tmp18 to i128 47 %tmp20 = bitcast i128 %tmp19 to <4 x float> 61 %tmp86 = bitcast <4 x float> %tmp85 to i128 62 %tmp136 = bitcast i128 %tmp86 to <4 x float [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
adde.ll | 19 %tmp1 = zext i64 %AL to i128 20 %tmp23 = zext i64 %AH to i128 21 %tmp4 = shl i128 %tmp23, 64 22 %tmp5 = or i128 %tmp4, %tmp1 23 %tmp67 = zext i64 %BL to i128 24 %tmp89 = zext i64 %BH to i128 25 %tmp11 = shl i128 %tmp89, 64 26 %tmp12 = or i128 %tmp11, %tmp67 27 %tmp15 = add i128 %tmp12, %tmp5 28 %tmp1617 = trunc i128 %tmp15 to i6 [all...] |
/external/llvm/test/Assembler/ |
2008-07-10-APInt.ll | 6 define i128 @a() { 7 ret i128 18446744073709551616
|
/external/llvm/test/CodeGen/SystemZ/ |
int-sub-09.ll | 13 %x = bitcast <2 x i64> %x2 to i128 15 %y = bitcast <2 x i64> %y2 to i128 16 %sub = sub i128 %x, %y 17 %subv = bitcast i128 %sub to <2 x i64>
|
/external/llvm/test/CodeGen/AArch64/ |
fastcc.ll | 23 call fastcc void @func_stack32([8 x i32] undef, i128 0, i128 9) 63 call fastcc void @func_stack32([8 x i32] undef, i128 0, i128 9) 86 define fastcc void @func_stack32([8 x i32], i128 %stacked0, i128 %stacked1) { 102 call fastcc void @func_stack32([8 x i32] undef, i128 0, i128 9)
|
i128-align.ll | 3 %struct = type { i32, i128, i8 } 24 %endi = ptrtoint i128* %endp to i64
|
/external/clang/test/Sema/ |
128bitint.c | 5 typedef int i128 __attribute__((__mode__(TI))); typedef 8 int a[((i128)-1 ^ (i128)-2) == 1 ? 1 : -1]; 20 __int128_t Signed128 = 123456789012345678901234567890i128; 21 long long Signed64 = 123456789012345678901234567890i128; // expected-warning {{implicit conversion from '__int128' to 'long long' changes value from 123456789012345678901234567890 to -4362896299872285998}}
|
/external/llvm/test/Transforms/GlobalOpt/ |
ctor-list-opt-constexpr.ll | 7 %struct.bar = type { i128 } 30 store i128 ptrtoint (i32* @G to i128), i128* %tmp, align 16 34 ; CHECK: store i128
|
/external/llvm/test/Transforms/LoopVectorize/ |
reverse_induction.ll | 33 ; CHECK: add <4 x i128> %[[SPLAT:.*]], <i128 0, i128 -1, i128 -2, i128 -3> 34 ; CHECK: add <4 x i128> %[[SPLAT]], <i128 -4, i128 -5, i128 -6, i128 -7 [all...] |