[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AArch64 / armv9.5a-e3dse.s
blobb69d49ab4e9e52537845c1bee82d96d8a852a934
1 // RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
3 mrs x0, VDISR_EL3
4 // CHECK: mrs x0, VDISR_EL3 // encoding: [0x20,0xc1,0x3e,0xd5]
6 msr VDISR_EL3, x0
7 // CHECK: msr VDISR_EL3, x0 // encoding: [0x20,0xc1,0x1e,0xd5]
9 mrs x0, VSESR_EL3
10 // CHECK: mrs x0, VSESR_EL3 // encoding: [0x60,0x52,0x3e,0xd5]
12 msr VSESR_EL3, x0
13 // CHECK: msr VSESR_EL3, x0 // encoding: [0x60,0x52,0x1e,0xd5]