blob: b069fea4a5ca996906085e0950e0ce8bad5f7ee0 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=alpha
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
entry:
%r = mul i128 %a, %b
ret i128 %r
}