repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objdump
/
ARM
/
v6-subarch.s
blob
c70761e7c8c524395625e62f5a57c2c7b67586a5
1
@ RUN
:
llvm-mc
< %
s
-
triple armv6-elf
-
filetype
=
obj | llvm-objdump
-
triple
=
arm
-
d
-
| FileCheck
%
s
2
3
.arch armv6
4
5
umaal
:
6
umaal
r0
,
r1
,
r2
,
r3
7
8
@ CHECK-LABEL
:
umaal
9
@ CHECK
:
92 03 41
e0 umaal
r0
,
r1
,
r2
,
r3