Daniel Sanders | a934837 | 2014-04-03 14:14:22 +0000 | [diff] [blame] | 1 | # Instructions that are invalid |
| 2 | # |
| 3 | # FIXME: This test should be moved to the mips5 directory when mips5 is supported |
| 4 | # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ |
| 5 | # RUN: 2>%t1 |
| 6 | # RUN: FileCheck %s < %t1 |
| 7 | |
| 8 | .set noat |
Daniel Sanders | aadc357 | 2014-05-12 13:04:32 +0000 | [diff] [blame] | 9 | clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 10 | clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 11 | dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 12 | dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 13 | deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 14 | luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 15 | madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 16 | madd $zero,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 17 | maddu $s3,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 18 | maddu $t8,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
Simon Dardis | 52ae4f0 | 2018-03-07 11:39:48 +0000 | [diff] [blame] | 19 | mfc0 $a2,$14,1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: selector must be zero for pre-MIPS32 ISAs |
Daniel Sanders | aadc357 | 2014-05-12 13:04:32 +0000 | [diff] [blame] | 20 | msub $s7,$k1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 21 | msubu $t7,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
Simon Dardis | 52ae4f0 | 2018-03-07 11:39:48 +0000 | [diff] [blame] | 22 | mtc0 $t1,$29,3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: selector must be zero for pre-MIPS32 ISAs |
Daniel Sanders | aadc357 | 2014-05-12 13:04:32 +0000 | [diff] [blame] | 23 | mul $s0,$s4,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |
| 24 | suxc1 $f12,$k1($t5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |