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