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-2.s
blob
beb6549cb08fa5b286b76251f71682e7390bcf84
1
@ RUN
:
llvm-mc
-
triple thumbv7-eabi
-
mattr
+
thumb2
-
show-encoding
%
s | FileCheck
%
s
2
3
.syntax unified
4
.text
5
.thumb
6
7
undefined
:
8
udf
#0
9
udf.w
#0
10
11
@ CHECK
:
udf
#0 @ encoding: [0x00,0xde]
12
@ CHECK
:
udf.w
#0 @ encoding: [0xf0,0xf7,0x00,0xa0]
13