1; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s 2 3 4foo: 5 6 sbrs r2, 3 7 sbrs r0, 7 8 9; CHECK: sbrs r2, 3 ; encoding: [0x23,0xfe] 10; CHECK: sbrs r0, 7 ; encoding: [0x07,0xfe] 11 12