llvm-6502/test/CodeGen/Alpha/mul128.ll

8 lines
150 B
LLVM
Raw Normal View History

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