7 lines · plain
1# RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix=RAS2# RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix=NO-RAS3 4[0x10,0xf0,0x20,0xe3]5# RAS: esb6# NO-RAS: hint #167