11 lines · plain
1# Instructions that are invalid.2#3# RUN: not llvm-mc %s -triple=mips64-unknown-linux -mcpu=octeon+ 2>%t14# RUN: FileCheck %s < %t15 6saa $2 # CHECK: :[[@LINE]]:1: error: too few operands for instruction7saa $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list8 9saad $2 # CHECK: :[[@LINE]]:1: error: too few operands for instruction10saad $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list11