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