reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 | @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s vmov d5, d10 vmov q4, q5 @ CHECK-ERRORS: error: instruction requires: NEON @ CHECK-ERRORS: error: instruction requires: NEON |