[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / RISCV / xtheadmac-invalid.s
blob48bedbef013dd9c1557a6314fdc95905bb976fb5
1 # RUN: not llvm-mc -triple riscv32 -mattr=+xtheadmac < %s 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -triple riscv64 -mattr=+xtheadmac < %s 2>&1 | FileCheck %s
4 th.mula t0, t1, 0(t2) # CHECK: :[[@LINE]]:18: error: invalid operand for instruction
5 th.muls t0, 12, t2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
6 th.mulsh t0, t1, 34 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction
7 th.mulsw t0, -56, t2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction