Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips32.s
index 5051d5a480cf2715c91d7848a53bcd4ebbc26d69..35f7d4244889c5446fdb55c769d2089c360322ff 100644 (file)
@@ -10,20 +10,25 @@ text_label:
 
       clo     $1, $2
       clz     $3, $4
+       .ifndef r6
       madd    $5, $6
       maddu   $7, $8
       msub    $9, $10
       msubu   $11, $12
+       .endif
       mul     $13, $14, $15
       pref    4, ($16)
+       .ifndef r6
       pref    4, 2047($17)
       pref    4, -2048($18)
+       .endif
       ssnop
 
 
       # privileged instructions
 
       cache   5, ($1)
+       .ifndef r6
       cache   5, 2047($2)
       cache   5, -2048($3)
       .set at
@@ -32,6 +37,7 @@ text_label:
       cache   5, 32768
       cache   5, -32769
       .set noat
+       .endif
       eret
       tlbp
       tlbr
This page took 0.026121 seconds and 4 git commands to generate.