Renato Golin | 877b9b3 | 2014-08-05 15:29:41 +0000 | [diff] [blame] | 1 | # Special test to make sure we don't error on VFP co-proc access |
2 | @ RUN: llvm-mc -triple=armv5 < %s | FileCheck %s | ||||
3 | @ RUN: llvm-mc -triple=armv6 < %s | FileCheck %s | ||||
4 | |||||
5 | @ p10 and p11 are reserved for NEON, but accessible on v5/v6 | ||||
6 | ldc p10, cr0, [r0], {0x20} | ||||
7 | ldc2 p11, cr0, [r0], {0x21} | ||||
8 | ldcl p11, cr0, [r0], {0x20} | ||||
9 | |||||
10 | @ CHECK-NOT: error: invalid operand for instruction |