bolt/deps/llvm-18.1.8/llvm/test/MC/AArch64/armv9.5a-step2.s
2025-02-14 19:21:04 +01:00

7 lines
277 B
ArmAsm

// RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
mrs x0, MDSTEPOP_EL1
// CHECK: mrs x0, MDSTEPOP_EL1 // encoding: [0x40,0x05,0x30,0xd5]
msr MDSTEPOP_EL1, x0
// CHECK: msr MDSTEPOP_EL1, x0 // encoding: [0x40,0x05,0x10,0xd5]