mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
284ae75537
llvm-svn: 57318
8 lines
150 B
LLVM
8 lines
150 B
LLVM
; RUN: llvm-as < %s | llc -march=alpha
|
|
|
|
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
|
|
entry:
|
|
%r = mul i128 %a, %b
|
|
ret i128 %r
|
|
}
|