brintos

brintos / llvm-project-archived public Read only

0
0
Text · 309 B · db9e7dc Raw
6 lines · plain
1# RUN: not llvm-mc -triple riscv64 -mattr=+xtheadbs < %s 2>&1 | FileCheck %s2 3# Immediate operand out of range4th.tst t0, t1, 64 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 63]5th.tst t0, t1, -1 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 63]6