1 ; RUN
: llvm-mc
-triple avr
-mattr
=addsubiw
-show-encoding
< %s | FileCheck
%s
10 ; CHECK
: sbiw
r24, 1 ; encoding
: [0x01,0x97]
11 ; CHECK
: sbiw
r24, 2 ; encoding
: [0x02,0x97]
12 ; CHECK
: sbiw
r24, 2 ; encoding
: [0x02,0x97]
13 ; CHECK
: sbiw
r26, 3 ; encoding
: [0x13,0x97]