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
: and r0, r15 ; encoding
: [0x0f,0x20]
13 ; CHECK
: and r15, r0 ; encoding
: [0xf0,0x20]
14 ; CHECK
: and r16, r31 ; encoding
: [0x0f,0x23]
15 ; CHECK
: and r31, r16 ; encoding
: [0xf0,0x23]
17 ; CHECK-INST
: and r0, r15
18 ; CHECK-INST
: and r15, r0
19 ; CHECK-INST
: and r16, r31
20 ; CHECK-INST
: and r31, r16