summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/mul128.ll
blob: b069fea4a5ca996906085e0950e0ce8bad5f7ee0 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc -march=alpha

define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
entry:
        %r = mul i128 %a, %b
        ret i128 %r
}
OpenPOWER on IntegriCloud