brintos

brintos / llvm-project-archived public Read only

0
0
Text · 590 B · 05ae484 Raw
18 lines · plain
1# With Zk extension:2# RUN: not llvm-mc -triple=riscv32 -mattr=+zk < %s 2>&1 \3# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR4 5# With Zkn extension:6# RUN: not llvm-mc -triple=riscv32 -mattr=+zkn < %s 2>&1 \7# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR8 9# With Zknd extension:10# RUN: not llvm-mc -triple=riscv32 -mattr=+zknd < %s 2>&1 \11# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR12 13# CHECK-ERROR: immediate must be an integer in the range [0, 3]14aes32dsmi a0, a1, a2, 815 16# CHECK-ERROR: immediate must be an integer in the range [0, 3]17aes32dsi a0, a1, a2, 818