1# RUN: not llvm-mc -triple=riscv64 --mattr=+zve64x --mattr=+zvkned %s 2>&1 \ 2# RUN: | FileCheck %s --check-prefix=CHECK-ERROR 3 4vaesdf.vs v10, v10 5# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group 6# CHECK-ERROR-LABEL: vaesdf.vs v10, v10 7 8vaesef.vs v11, v11 9# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group 10# CHECK-ERROR-LABEL: vaesef.vs v11, v11 11 12vaesdm.vs v12, v12 13# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group 14# CHECK-ERROR-LABEL: vaesdm.vs v12, v12 15 16vaesem.vs v13, v13 17# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group 18# CHECK-ERROR-LABEL: vaesem.vs v13, v13 19 20vaesz.vs v14, v14 21# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group 22# CHECK-ERROR-LABEL: vaesz.vs v14, v14 23 24