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
/
udf-thumb.s
blob
10b3aff1aa303bd8462f2a0b252609855524e37d
1
@ RUN
:
llvm-mc
-
triple thumbv6m-eabi
-
show-encoding
%
s | FileCheck
%
s
2
3
.syntax unified
4
.text
5
.thumb
6
7
undefined
:
8
udf
#0
9
10
@ CHECK
:
udf
#0 @ encoding: [0x00,0xde]
11