8 lines · plain
1# RUN: not llvm-mc -triple riscv32 -mattr=+xtheadmac < %s 2>&1 | FileCheck %s2# RUN: not llvm-mc -triple riscv64 -mattr=+xtheadmac < %s 2>&1 | FileCheck %s3 4th.mula t0, t1, 0(t2) # CHECK: :[[@LINE]]:18: error: invalid operand for instruction5th.muls t0, 12, t2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction6th.mulsh t0, t1, 34 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction7th.mulsw t0, -56, t2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction8