Home | History | Annotate | Download | only in AArch64

Lines Matching full:i128

3 define i128 @shl(i128 %r, i128 %s) nounwind readnone {
20 %shl = shl i128 %r, %s
21 ret i128 %shl
24 define i128 @ashr(i128 %r, i128 %s) nounwind readnone {
42 %shr = ashr i128 %r, %s
43 ret i128 %shr
46 define i128 @lshr(i128 %r, i128 %s) nounwind readnone {
63 %shr = lshr i128 %r, %s
64 ret i128 %shr