e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
# RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix=RAS
|
|
# RUN: llvm-mc < %s -triple thumbv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix=NO-RAS
|
|
|
|
[0xaf,0xf3,0x10,0x80]
|
|
# RAS: esb
|
|
# NO-RAS: hint.w #16
|