You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
357 B
12 lines
357 B
// RUN: not llvm-mc -triple arm64 -mattr=neon %s 2> %t > /dev/null
|
|
// RUN: FileCheck %s < %t
|
|
|
|
sqrdmulh v0.8h, v1.8h, v16.h[0]
|
|
// CHECK: error: invalid operand for instruction
|
|
|
|
sqrdmulh h0, h1, v16.h[0]
|
|
// CHECK: error: invalid operand for instruction
|
|
|
|
sqdmull2 v0.4h, v1.8h, v16.h[0]
|
|
// CHECK: error: invalid operand for instruction
|