brintos

brintos / llvm-project-archived public Read only

0
0
Text · 360 B · 044bf46 Raw
9 lines · plain
1# RUN: not llvm-mc -triple riscv32 -mattr=+zbc < %s 2>&1 | FileCheck %s2 3# Too few operands4clmul t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction5# Too few operands6clmulr t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction7# Too few operands8clmulh t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction9