brintos

brintos / llvm-project-archived public Read only

0
0
Text · 587 B · 5a7331f Raw
18 lines · plain
1# With Zk extension:2# RUN: not llvm-mc -triple=riscv64 -mattr=+zk < %s 2>&1 \3# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR4 5# With Zkn extension:6# RUN: not llvm-mc -triple=riscv64 -mattr=+zkn < %s 2>&1 \7# RUN:        | FileCheck %s --check-prefix=CHECK-ERROR8 9# With Zkne extension:10# RUN: not llvm-mc -triple=riscv64 -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, 10]14aes64ks1i a0, a1, 1115 16# CHECK-ERROR: immediate must be an integer in the range [0, 10]17aes64ks1i a0, a1, -118