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
/
ARM
/
directive-literals.s
blob
eb09867d8aa7a2aa248256db761099816912986a
1
@ RUN
:
llvm-mc
-
triple arm
%
s | FileCheck
%
s
2
3
.data
4
5
short
:
6
.short 0
7
.short 0xdefe
8
9
@ CHECK-LABEL
:
short
10
@ CHECK-NEXT
:
.short 0
11
@ CHECK-NEXT
:
.short 57086
12
13
hword
:
14
.hword 0
15
.hword 0xdefe
16
17
@ CHECK-LABEL
:
hword
18
@ CHECK-NEXT
:
.short 0
19
@ CHECK-NEXT
:
.short 57086
20
21
word
:
22
.word 3
23
24
@ CHECK-LABEL
:
word
25
@ CHECK-NEXT
:
.long 3
26