arm64-v128_lo-diagnostics.s revision dce4a407a24b04eebc6a376f8e62b41aaa7b071f
1// RUN: not llvm-mc -triple arm64 -mattr=neon %s 2> %t > /dev/null
2// RUN: FileCheck %s < %t
3
4        sqrdmulh v0.8h, v1.8h, v16.h[0]
5// CHECK: error: invalid operand for instruction
6
7        sqrdmulh h0, h1, v16.h[0]
8// CHECK: error: invalid operand for instruction
9
10        sqdmull2 v0.4h, v1.8h, v16.h[0]
11// CHECK: error: invalid operand for instruction
12