[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AArch64 / armv9.6a-ras.s
blob2a188d7613d569230ed4d7abc746889f46a8d0d5
1 // RUN: not llvm-mc -triple aarch64 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix NO-POPS
2 // RUN: llvm-mc -triple aarch64 -mattr=+pops -show-encoding < %s 2>&1 | FileCheck %s --check-prefix HAS-POPS
4 dc CIGDVAPS, x3
5 dc CIVAPS, x3
6 // NO-POPS: error: DC CIGDVAPS requires: pops
7 // NO-POPS: error: DC CIVAPS requires: pops
9 # HAS-POPS: .text
11 # HAS-POPS: dc cigdvaps, x3 // encoding: [0xa3,0x7f,0x08,0xd5]
12 # HAS-POPS-NEXT: dc civaps, x3 // encoding: [0x23,0x7f,0x08,0xd5]