repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
AArch64
/
macro-hex-int.s
blob
0d697bce53e06a6f8f3a6365fe5608235875acb6
1
//
RUN
:
llvm-mc
-
triple aarch64-elf
-
filetype
=
obj
%
s
-
o
-
| llvm-objdump
-
d
-
r
-
| FileCheck
%
s
2
3
.macro do_add sz
4
add
v0.\sz
,
v0.\sz
,
v0.\sz
5
.endm
6
7
do_add
8
h
8
//
CHECK
:
add
v0.8h
,
v0.8h
,
v0.8h