repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Alpha
/
mul128.ll
blob
b069fea4a5ca996906085e0950e0ce8bad5f7ee0
1
; RUN: llvm-as < %s | llc -march=alpha
2
3
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
4
entry:
5
%r = mul i128 %a, %b
6
ret i128 %r
7
}