brintos

brintos / llvm-project-archived public Read only

0
0
Text · 394 B · c96f2db Raw
11 lines · plain
1# Special test to make sure we don't error on VFP co-proc access2@ RUN: llvm-mc -triple=armv5 < %s | FileCheck %s3@ RUN: llvm-mc -triple=armv6 < %s | FileCheck %s4 5        @ p10 and p11 are reserved for NEON, but accessible on v5/v66        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 instruction11