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 tests. NFC
[llvm-core.git]
/
test
/
tools
/
llvm-objdump
/
ARM
/
v5te-subarch.s
blob
87e8548fb0144fddb93255220afe33b98eecf182
1
@ RUN
:
llvm-mc
< %
s
-
triple armv5te-elf
-
filetype
=
obj | llvm-objdump
-
triple
=
arm
-
d
-
| FileCheck
%
s
2
3
.arch armv5te
4
5
strd
:
6
strd
r0
,
r1
, [
r2
, +
r3
]
7
8
@ CHECK-LABEL strd
9
@ CHECK
:
f3
00 82
e1 strd
r0
,
r1
, [
r2
,
r3
]
10