mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
e7c9c44387
These instructions are related to the v7[AR] exception model, and are not defined on v7M. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220204 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
326 B
ArmAsm
16 lines
326 B
ArmAsm
# RUN: not llvm-mc -triple thumbv7m -assemble < %s 2>&1 | FileCheck %s
|
|
|
|
.text
|
|
|
|
# CHECK: instruction requires: !armv*m
|
|
# CHECK-NEXT: srsdb sp, #7
|
|
srsdb sp, #7
|
|
|
|
# CHECK: instruction requires: !armv*m
|
|
# CHECK-NEXT: rfeia r6
|
|
rfeia r6
|
|
|
|
# CHECK: instruction requires: !armv*m
|
|
# CHECK-NEXT: subs pc, lr, #42
|
|
subs pc, lr, #42
|