repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
ARM
/
arm_fixups.s
blob
0dceb83c24aba5ff1951ba8b6583ad96d23fae3c
1
//
RUN
:
llvm-mc
-
triple arm-unknown-unknown
%
s
--
show-encoding
> %
t
2
//
RUN
:
FileCheck
< %
t
%
s
3
4
//
CHECK
:
bl
_printf @ encoding
: [
A
,
A
,
A
,
0xeb
]
5
//
CHECK
:
@ fixup
A
-
offset
:
0
,
value
:
_printf
,
kind
:
fixup_arm_uncondbranch
6
bl
_printf
7