Home | History | Annotate | Download | only in ARM

Lines Matching full:i128

19 define void @test_copy_cpsr(i128 %lhs, i128 %rhs, i128* %addr) {
31 %sum = add i128 %lhs, %rhs
32 store volatile i128 %sum, i128* %addr
34 %rhs2.tmp1 = trunc i128 %rhs to i64
35 %rhs2 = zext i64 %rhs2.tmp1 to i128
37 %sum2 = add i128 %lhs, %rhs2
38 store volatile i128 %sum2, i128* %addr