1; RUN: llc < %s -march=alpha 2 3define i128 @__mulvdi3(i128 %a, i128 %b) nounwind { 4entry: 5 %r = mul i128 %a, %b 6 ret i128 %r 7} 8