brintos

brintos / llvm-project-archived public Read only

0
0
Text · 937 B · 2d57a28 Raw
24 lines · plain
1# RUN: not llvm-mc -triple=riscv64 --mattr=+zve64x --mattr=+zvkned %s 2>&1 \2# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR3 4vaesdf.vs v10, v105# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group6# CHECK-ERROR-LABEL: vaesdf.vs v10, v107 8vaesef.vs v11, v119# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group10# CHECK-ERROR-LABEL: vaesef.vs v11, v1111 12vaesdm.vs v12, v1213# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group14# CHECK-ERROR-LABEL: vaesdm.vs v12, v1215 16vaesem.vs v13, v1317# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group18# CHECK-ERROR-LABEL: vaesem.vs v13, v1319 20vaesz.vs v14, v1421# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group22# CHECK-ERROR-LABEL: vaesz.vs v14, v1423 24