1 ; RUN
: llvm-mc
-triple avr
-show-encoding
< %s | FileCheck
%s
2 ; RUN
: llvm-mc
-filetype
=obj
-triple avr
< %s | llvm-objdump
-d
- | FileCheck
--check-prefix
=CHECK-INST
%s
12 ; CHECK
: tst
r3 ; encoding
: [0x33,0x20]
13 ; CHECK
: tst
r14 ; encoding
: [0xee,0x20]
14 ; CHECK
: tst
r24 ; encoding
: [0x88,0x23]
15 ; CHECK
: tst
r12 ; encoding
: [0xcc,0x20]