[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / ARM / vlstm-vlldm-8.1m.s
blob4e35883ffe433274a2e6d9927419ec14a72801f3
1 // RUN: llvm-mc -triple=armv8.1m.main-arm-none-eabi -mcpu=generic -show-encoding %s \
2 // RUN: | FileCheck --check-prefixes=CHECK %s
4 // RUN: llvm-mc -triple=thumbv8.1m.main-none-eabi -mcpu=generic -show-encoding %s \
5 // RUN: | FileCheck --check-prefixes=CHECK %s
7 vlstm r8, {d0 - d31}
8 // CHECK: vlstm r8, {d0 - d31} @ encoding: [0x28,0xec,0x80,0x0a]
10 vlldm r8, {d0 - d31}
11 // CHECK: vlldm r8, {d0 - d31} @ encoding: [0x38,0xec,0x80,0x0a]