blob: b069fea4a5ca996906085e0950e0ce8bad5f7ee0 [file] [log] [blame]
Andrew Lenharthcac29bc2008-10-07 17:13:32 +00001; RUN: llvm-as < %s | llc -march=alpha
Andrew Lenharthcac29bc2008-10-07 17:13:32 +00002
3define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4entry:
5 %r = mul i128 %a, %b
6 ret i128 %r
7}