8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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
|