Lines Matching full:i128
3 define i128 @shl(i128 %r, i128 %s) nounwind readnone {20 %shl = shl i128 %r, %s21 ret i128 %shl24 define i128 @ashr(i128 %r, i128 %s) nounwind readnone {42 %shr = ashr i128 %r, %s43 ret i128 %shr46 define i128 @lshr(i128 %r, i128 %s) nounwind readnone {63 %shr = lshr i128 %r, %s64 ret i128 %shr