1; RUN: llvm-mc -triple avr -mattr=spm,spmx -show-encoding < %s | FileCheck %s 2 3 4foo: 5 6 spm 7 spm Z+ 8 9; CHECK: spm ; encoding: [0xe8,0x95] 10; CHECK: spm Z+ ; encoding: [0xf8,0x95] 11