linux-packaging-mono/external/llvm/test/MC/ARM/invalid-special-reg.s
Xamarin Public Jenkins (auto-signing) e19d552987 Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
2018-10-19 08:34:24 +00:00

12 lines
376 B
ArmAsm

@ RUN: not llvm-mc -triple armv7a--none-eabi < %s 2>&1 | FileCheck %s
@ RUN: not llvm-mc -triple thumbv7a--none-eabi < %s 2>&1 | FileCheck %s
msr apsr_c, r0
@ CHECK: invalid operand for instruction
msr cpsr_w, r0
@ CHECK: invalid operand for instruction
msr cpsr_cc, r0
@ CHECK: invalid operand for instruction
msr xpsr_c, r0
@ CHECK: invalid operand for instruction