Lines Matching full:i128
3 define i128 @shl(i128 %r, i128 %s) nounwind readnone {18 %shl = shl i128 %r, %s19 ret i128 %shl22 define i128 @ashr(i128 %r, i128 %s) nounwind readnone {38 %shr = ashr i128 %r, %s39 ret i128 %shr42 define i128 @lshr(i128 %r, i128 %s) nounwind readnone {57 %shr = lshr i128 %r, %s58 ret i128 %shr