brintos

brintos / llvm-project-archived public Read only

0
0
Text · 620 B · 42113c3 Raw
15 lines · plain
1# RUN: not llvm-mc -triple=riscv64 --mattr=+zve64x --mattr=+zvbb %s 2>&1 \2# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR3 4vwsll.vv v2, v2, v45# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group6# CHECK-ERROR-LABEL: vwsll.vv v2, v2, v47 8vwsll.vx v2, v2, x109# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group10# CHECK-ERROR-LABEL: vwsll.vx v2, v2, x1011 12vwsll.vi v2, v2, 113# CHECK-ERROR: the destination vector register group cannot overlap the source vector register group14# CHECK-ERROR-LABEL: vwsll.vi v2, v2, 115