Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / cache.s
index 5f66c4d77cc7b0df384eef3a8d21833f1dd7d1a3..6b8cc224f25e19df3b1a506ea03775e5c4ebdd87 100644 (file)
        .text
 text_label:
 
+       .ifdef r6
+       cache   5, 255($2)
+       cache   5, -256($3)
+       .else
        cache   5, 2047($2)
        cache   5, -2048($3)
 
@@ -35,6 +39,7 @@ text_label:
        cache   5, -32769($9)
        cache   5, 36864($10)
        cache   5, -36865($11)
+       .endif
 
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
        .align  2
This page took 0.024776 seconds and 4 git commands to generate.