brintos

brintos / llvm-project-archived public Read only

0
0
Text · 405 B · 4246681 Raw
8 lines · plain
1# RUN: not llvm-mc -triple riscv32 -mattr=+xtheadbs < %s 2>&1 | FileCheck %s2 3# Too few operands4th.tst t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction5# Immediate operand out of range6th.tst t0, t1, 32 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 31]7th.tst t0, t1, -1 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 31]8