1// RUN: llvm-mc -triple=armv8.1m.main-arm-none-eabi -mcpu=generic -show-encoding %s \ 2// RUN: | FileCheck --check-prefixes=CHECK %s 3 4// RUN: llvm-mc -triple=thumbv8.1m.main-none-eabi -mcpu=generic -show-encoding %s \ 5// RUN: | FileCheck --check-prefixes=CHECK %s 6 7vlstm r8, {d0 - d31} 8// CHECK: vlstm r8, {d0 - d31} @ encoding: [0x28,0xec,0x80,0x0a] 9 10vlldm r8, {d0 - d31} 11// CHECK: vlldm r8, {d0 - d31} @ encoding: [0x38,0xec,0x80,0x0a] 12