1 ; RUN
: llvm-mc
-triple avr
-mattr
=des
-show-encoding
< %s | FileCheck
%s
2 ; RUN
: llvm-mc
-filetype
=obj
-triple avr
-mattr
=des
< %s | llvm-objdump
--no-print-imm-hex
-d
--mattr
=des
- | FileCheck
--check-prefix
=CHECK-INST
%s
12 ; CHECK
: des
0 ; encoding
: [0x0b,0x94]
13 ; CHECK
: des
6 ; encoding
: [0x6b,0x94]
14 ; CHECK
: des
1 ; encoding
: [0x1b,0x94]
15 ; CHECK
: des
8 ; encoding
: [0x8b,0x94]