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