[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / RISCV / rv64zkne-only-invalid.s
blob5a7331fa0a9bb56229274ac5e2102f446201f862
1 # With Zk extension:
2 # RUN: not llvm-mc -triple=riscv64 -mattr=+zk < %s 2>&1 \
3 # RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5 # With Zkn extension:
6 # RUN: not llvm-mc -triple=riscv64 -mattr=+zkn < %s 2>&1 \
7 # RUN: | FileCheck %s --check-prefix=CHECK-ERROR
9 # With Zkne extension:
10 # RUN: not llvm-mc -triple=riscv64 -mattr=+zkne < %s 2>&1 \
11 # RUN: | FileCheck %s --check-prefix=CHECK-ERROR
13 # CHECK-ERROR: immediate must be an integer in the range [0, 10]
14 aes64ks1i a0, a1, 11
16 # CHECK-ERROR: immediate must be an integer in the range [0, 10]
17 aes64ks1i a0, a1, -1