brintos

brintos / llvm-project-archived public Read only

0
0
Text · 357 B · ffe29cf Raw
12 lines · plain
1// RUN: not llvm-mc -triple arm64 -mattr=neon %s 2> %t > /dev/null2// RUN: FileCheck %s < %t3 4        sqrdmulh v0.8h, v1.8h, v16.h[0]5// CHECK: error: invalid operand for instruction6 7        sqrdmulh h0, h1, v16.h[0]8// CHECK: error: invalid operand for instruction9 10        sqdmull2 v0.4h, v1.8h, v16.h[0]11// CHECK: error: invalid operand for instruction12