[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AVR / inst-spm.s
blobdbcb98a251391f93ed0152806c2b4dd47beedd8f
1 ; RUN: llvm-mc -triple avr -mattr=spm,spmx -show-encoding < %s | FileCheck %s
4 foo:
6 spm
7 spm Z+
9 ; CHECK: spm ; encoding: [0xe8,0x95]
10 ; CHECK: spm Z+ ; encoding: [0xf8,0x95]