mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Add tests for cp10/cp11 on ARMv5/6
Tests for ARMv7/8 are already on diagnostics.s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2115a0b0d
commit
84bd563975
10
test/MC/ARM/coproc-diag.s
Normal file
10
test/MC/ARM/coproc-diag.s
Normal file
@ -0,0 +1,10 @@
|
||||
# Special test to make sure we don't error on VFP co-proc access
|
||||
@ RUN: llvm-mc -triple=armv5 < %s | FileCheck %s
|
||||
@ RUN: llvm-mc -triple=armv6 < %s | FileCheck %s
|
||||
|
||||
@ p10 and p11 are reserved for NEON, but accessible on v5/v6
|
||||
ldc p10, cr0, [r0], {0x20}
|
||||
ldc2 p11, cr0, [r0], {0x21}
|
||||
ldcl p11, cr0, [r0], {0x20}
|
||||
|
||||
@ CHECK-NOT: error: invalid operand for instruction
|
Loading…
Reference in New Issue
Block a user