Home | History | Annotate | Download | only in mips32r6
      1 # Instructions that are invalid but currently emit the wrong error message.
      2 #
      3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
      4 # RUN:     2>%t1
      5 # RUN: FileCheck %s < %t1
      6 
      7 	.set noat
      8         bc1any2f  $fcc2,4             # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
      9         bc1any2t  $fcc2,4             # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
     10         bc1any4f  $fcc2,4             # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
     11         bc1any4t  $fcc2,4             # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
     12