1# Instructions that are invalid.
2#
3# RUN: not llvm-mc %s -triple=mips64-unknown-linux -mcpu=octeon+ 2>%t1
4# RUN: FileCheck %s < %t1
5
6saa  $2         # CHECK: :[[@LINE]]:1: error: too few operands for instruction
7saa  $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list
8
9saad $2         # CHECK: :[[@LINE]]:1: error: too few operands for instruction
10saad $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list
11