1*9880d681SAndroid Build Coastguard Worker@ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t 2*9880d681SAndroid Build Coastguard Worker@ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker vmov d5, d10 5*9880d681SAndroid Build Coastguard Worker vmov q4, q5 6*9880d681SAndroid Build Coastguard Worker@ CHECK-ERRORS: error: instruction requires: NEON 7*9880d681SAndroid Build Coastguard Worker@ CHECK-ERRORS: error: instruction requires: NEON 8