[libc][test] fix memory leak pt.2 (#122384)
[llvm-project.git] / llvm / test / MC / AArch64 / armv9.5a-hdbss.s
blobc4505c9d70e7ffe7ecb1f3c27c3b24473e341163
1 // RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
3 mrs x0, HDBSSBR_EL2
4 // CHECK: mrs x0, HDBSSBR_EL2 // encoding: [0x40,0x23,0x3c,0xd5]
5 msr HDBSSBR_EL2, x0
6 // CHECK: msr HDBSSBR_EL2, x0 // encoding: [0x40,0x23,0x1c,0xd5]
8 mrs x0, HDBSSPROD_EL2
9 // CHECK: mrs x0, HDBSSPROD_EL2 // encoding: [0x60,0x23,0x3c,0xd5]
10 msr HDBSSPROD_EL2, x0
11 // CHECK: msr HDBSSPROD_EL2, x0 // encoding: [0x60,0x23,0x1c,0xd5]