summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/relax.s
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-06-13 12:38:00 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-06-13 12:38:00 -0700
commit54f1b3cf509cd889905287cb8ce6c5ae33911a21 (patch)
treee39b1a7fa04db86a8215b7f9d4656d74e394aec0 /binutils-2.25/gas/testsuite/gas/mips/relax.s
parent2a6558a8ecfb81d75215b4ec7dc61113e12cfd5f (diff)
downloadtoolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.tar.gz
toolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.tar.bz2
toolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.zip
Add upstream binutils-2.25 snapshot 4/4 2014
For MIPS -mmsa support Change-Id: I08c4f002fa7b33dec85ed75956e6ab551bb03c96
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/mips/relax.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/mips/relax.s65
1 files changed, 65 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/mips/relax.s b/binutils-2.25/gas/testsuite/gas/mips/relax.s
new file mode 100644
index 00000000..6181d908
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/mips/relax.s
@@ -0,0 +1,65 @@
+# Source file used to test relaxation.
+
+ .ifdef atk0
+ .set at=$k0
+ .endif
+
+ .text
+foo:
+ b bar
+ bal bar
+ beq $2, $3, bar
+ bne $4, $5, bar
+ blez $2, bar
+ bgtz $3, bar
+ bltz $4, bar
+ bgez $5, bar
+ bc1f bar
+ bc1t bar
+
+ bltzal $2, bar
+ bgezal $3, bar
+
+ beql $2, $3, bar
+ bnel $4, $5, bar
+ blezl $2, bar
+ bgtzl $3, bar
+ bltzl $4, bar
+ bgezl $5, bar
+ bc1fl bar
+ bc1tl bar
+
+ bltzall $2, bar
+ bgezall $3, bar
+
+ .space 0x20000 # to make a 128kb loop body
+bar:
+ b foo
+ bal foo
+ beq $2, $3, foo
+ bne $4, $5, foo
+ blez $2, foo
+ bgtz $3, foo
+ bltz $4, foo
+ bgez $5, foo
+ bc1f foo
+ bc1t foo
+
+ bltzal $2, foo
+ bgezal $3, foo
+
+ beql $2, $3, foo
+ bnel $4, $5, foo
+ blezl $2, foo
+ bgtzl $3, foo
+ bltzl $4, foo
+ bgezl $5, foo
+ bc1fl foo
+ bc1tl foo
+
+ bltzall $2, foo
+ bgezall $3, foo
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+ .align 2
+ .space 8