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
4 ; Test register aliases
: the upper
6 registers have aliases that can
be used in
15 inc XL ; test uppercase
17 ; CHECK
: inc
r26 ; encoding
: [0xa3,0x95]
18 ; CHECK
: inc
r27 ; encoding
: [0xb3,0x95]
19 ; CHECK
: inc
r28 ; encoding
: [0xc3,0x95]
20 ; CHECK
: inc
r29 ; encoding
: [0xd3,0x95]
21 ; CHECK
: inc
r30 ; encoding
: [0xe3,0x95]
22 ; CHECK
: inc
r31 ; encoding
: [0xf3,0x95]
24 ; CHECK
: inc
r26 ; encoding
: [0xa3,0x95]