summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/beq.d
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/beq.d')
-rw-r--r--gas/testsuite/gas/mips/beq.d40
1 files changed, 0 insertions, 40 deletions
diff --git a/gas/testsuite/gas/mips/beq.d b/gas/testsuite/gas/mips/beq.d
deleted file mode 100644
index a1329342f24..00000000000
--- a/gas/testsuite/gas/mips/beq.d
+++ /dev/null
@@ -1,40 +0,0 @@
-#objdump: -dr --prefix-addresses -mmips:4000
-#name: MIPS beq
-
-# Test the beq macro.
-
-.*: +file format .*mips.*
-
-Disassembly of section .text:
-0+0000 <[^>]*> beq \$a0,\$a1,0+0000 <text_label>
-0+0004 <[^>]*> nop
-0+0008 <[^>]*> beqz \$a0,0+0000 <text_label>
-0+000c <[^>]*> nop
-0+0010 <[^>]*> li \$at,1
-0+0014 <[^>]*> beq \$a0,\$at,0+0000 <text_label>
-0+0018 <[^>]*> nop
-0+001c <[^>]*> li \$at,0x8000
-0+0020 <[^>]*> beq \$a0,\$at,0+0000 <text_label>
-0+0024 <[^>]*> nop
-0+0028 <[^>]*> li \$at,-32768
-0+002c <[^>]*> beq \$a0,\$at,0+0000 <text_label>
-0+0030 <[^>]*> nop
-0+0034 <[^>]*> lui \$at,0x1
-0+0038 <[^>]*> beq \$a0,\$at,0+0000 <text_label>
-0+003c <[^>]*> nop
-0+0040 <[^>]*> lui \$at,0x1
-0+0044 <[^>]*> ori \$at,\$at,0xa5a5
-0+0048 <[^>]*> beq \$a0,\$at,0+0000 <text_label>
-0+004c <[^>]*> nop
-0+0050 <[^>]*> bnez \$a0,0+0000 <text_label>
-0+0054 <[^>]*> nop
-0+0058 <[^>]*> beqzl \$a0,0+0000 <text_label>
-0+005c <[^>]*> nop
-0+0060 <[^>]*> bnezl \$a0,0+0000 <text_label>
- ...
-0+20068 <[^>]*> j 0+0000 <text_label>
-[ ]*20068: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
-0+2006c <[^>]*> nop
-0+20070 <[^>]*> jal 0+0000 <text_label>
-[ ]*20070: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
- ...