bolt/deps/llvm-18.1.8/llvm/test/MC/AArch64/armv9.5a-fgwte3.s

7 lines
268 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: llvm-mc -triple aarch64 -show-encoding < %s | FileCheck %s
mrs x0, FGWTE3_EL3
// CHECK: mrs x0, FGWTE3_EL3 // encoding: [0xa0,0x11,0x3e,0xd5]
msr FGWTE3_EL3, x0
// CHECK: msr FGWTE3_EL3, x0 // encoding: [0xa0,0x11,0x1e,0xd5]