brintos

brintos / llvm-project-archived public Read only

0
0
Text · 590 B · 9ace21c 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 Zkne extension:10# RUN: not llvm-mc -triple=riscv32 -mattr=+zkne < %s 2>&1 \11# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR12 13# CHECK-ERROR: immediate must be an integer in the range [0, 3]14aes32esmi a0, a1, a2, 815 16# CHECK-ERROR: immediate must be an integer in the range [0, 3]17aes32esi a0, a1, a2, 818