xref: /llvm-project/llvm/test/MC/AArch64/armv9.5a-hacdbs.s (revision e4f1c528326ff1b32ea4b9cdf496312da385cc47)
1// RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
2
3mrs x0, HACDBSBR_EL2
4// CHECK: mrs x0, HACDBSBR_EL2                  // encoding: [0x80,0x23,0x3c,0xd5]
5msr HACDBSBR_EL2, x0
6// CHECK: msr HACDBSBR_EL2, x0                  // encoding: [0x80,0x23,0x1c,0xd5]
7
8mrs x0, HACDBSCONS_EL2
9// CHECK: mrs x0, HACDBSCONS_EL2                  // encoding: [0xa0,0x23,0x3c,0xd5]
10msr HACDBSCONS_EL2, x0
11// CHECK: msr HACDBSCONS_EL2, x0                  // encoding: [0xa0,0x23,0x1c,0xd5]
12
13