summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s b/binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s
index 182ba872..22e0c74c 100644
--- a/binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s
+++ b/binutils-2.25/gas/testsuite/gas/mips/mips32-cp2.s
@@ -8,6 +8,7 @@ text_label:
# unprivileged coprocessor instructions.
# these tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes.
+ .ifndef r6
bc2f text_label
nop
bc2fl text_label
@@ -16,6 +17,7 @@ text_label:
nop
bc2tl text_label
nop
+ .endif
# XXX other BCzCond encodings not currently expressable
cfc2 $1, $2
cop2 0x1234567 # disassembles as c2 ...
@@ -28,6 +30,7 @@ text_label:
mtc2 $8, $9, 7
+ .ifndef r6
# Cop2 branches with cond code number, like bc1t/f
bc2f $cc0,text_label
nop
@@ -37,3 +40,4 @@ text_label:
nop
bc2tl $cc7,text_label
nop
+ .endif