11 lines · plain
1# RUN: not llvm-mc -triple=riscv64 -show-encoding -mattr=+v,+xsfvfwmaccqqq %s 2>&1 \2# RUN: | FileCheck %s --check-prefixes=CHECK-ERROR3 4sf.vfwmacc.4x4x4 v8, v8, v205# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group{{$}}6# CHECK-ERROR-LABEL: sf.vfwmacc.4x4x4 v8, v8, v20{{$}}7 8sf.vfwmacc.4x4x4 v8, v4, v89# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group{{$}}10# CHECK-ERROR-LABEL: sf.vfwmacc.4x4x4 v8, v4, v8{{$}}11