Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=alpha |
Andrew Lenharth | cac29bc | 2008-10-07 17:13:32 +0000 | [diff] [blame] | 2 | |
3 | define i128 @__mulvdi3(i128 %a, i128 %b) nounwind { | ||||
4 | entry: | ||||
5 | %r = mul i128 %a, %b | ||||
6 | ret i128 %r | ||||
7 | } |