1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix=RAS 2*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix=NO-RAS 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker[0x10,0xf0,0x20,0xe3] 5*9880d681SAndroid Build Coastguard Worker# RAS: esb 6*9880d681SAndroid Build Coastguard Worker# NO-RAS: hint #16 7