Home | History | Annotate | Download | only in AArch64

Lines Matching full:i128

3 define i128 @shl(i128 %r, i128 %s) nounwind readnone {
18 %shl = shl i128 %r, %s
19 ret i128 %shl
22 define i128 @ashr(i128 %r, i128 %s) nounwind readnone {
38 %shr = ashr i128 %r, %s
39 ret i128 %shr
42 define i128 @lshr(i128 %r, i128 %s) nounwind readnone {
57 %shr = lshr i128 %r, %s
58 ret i128 %shr