xref: /aosp_15_r20/external/llvm/test/MC/AArch64/arm64-v128_lo-diagnostics.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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