1 ; RUN
: llvm-mc
-triple avr
-show-encoding
< %s | FileCheck
%s
10 ; CHECK
: ldi
r16, 255 ; encoding
: [0x0f,0xef]
11 ; CHECK
: ldi
r31, 255 ; encoding
: [0xff,0xef]
12 ; CHECK
: ldi
r27, 255 ; encoding
: [0xbf,0xef]
13 ; CHECK
: ldi
r31, 255 ; encoding
: [0xff,0xef]