repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
AArch64
/
mov-expression-as-immediate.s
blob
e066fa4e0234ceddbd7a623ac7ef778428af95a5
1
//
RUN
:
llvm-mc
-
triple aarch64-none-linux-gnu
%
s
-
filetype
=
obj
-
o
%
t
2
//
RUN
:
llvm-objdump
--
no-print-imm-hex
-
d
%
t
| FileCheck
%
s
3
4
0
:
5
.skip 4
6
1
:
7
mov x0
,
1
b
-
0
b
8
//
CHECK
:
mov x0
,
#4
9
mov x0
,
0
b
-
1
b
10
//
CHECK
:
mov x0
,
#-4