reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
// 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