bolt/deps/llvm-18.1.8/llvm/test/MC/RISCV/rv64xtheadbs-invalid.s
2025-02-14 19:21:04 +01:00

5 lines
309 B
ArmAsm

# RUN: not llvm-mc -triple riscv64 -mattr=+xtheadbs < %s 2>&1 | FileCheck %s
# Immediate operand out of range
th.tst t0, t1, 64 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 63]
th.tst t0, t1, -1 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 63]