Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / beq.d
index 9eb24345e4ce86ba1d4541dd091571d8aec8bcd3..9786102949d186b1fcd9590cd748319a098453d0 100644 (file)
@@ -1,46 +1,45 @@
 #objdump: -dr --prefix-addresses -mmips:4000
 #name: MIPS beq
+#as: -32
 
 # 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
-0+20074 <[^>]*> nop
-0+20078 <[^>]*> b      0+20078 <text_label\+0x20078>
-[      ]*20078: R_MIPS_PC16    external_label
-0+2007c <[^>]*> nop
-0+20080 <[^>]*> bal    0+20080 <text_label\+0x20080>
-[      ]*20080: R_MIPS_PC16    external_label
-       ...
+Disassembly of section \.text:
+[0-9a-f]+ <[^>]*> beq  a0,a1,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> beqz a0,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> li   at,1
+[0-9a-f]+ <[^>]*> beq  a0,at,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> li   at,0x8000
+[0-9a-f]+ <[^>]*> beq  a0,at,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> li   at,-32768
+[0-9a-f]+ <[^>]*> beq  a0,at,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> lui  at,0x1
+[0-9a-f]+ <[^>]*> beq  a0,at,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> lui  at,0x1
+[0-9a-f]+ <[^>]*> ori  at,at,0xa5a5
+[0-9a-f]+ <[^>]*> beq  a0,at,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> bnez a0,0+0000 <.*>
+[0-9a-f]+ <[^>]*> nop
+       \.\.\.
+[0-9a-f]+ <[^>]*> j    0+0000 <.*>
+[      ]*20058: R_MIPS_26      \.text
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> jal  0+0000 <.*>
+[      ]*20060: R_MIPS_26      \.text
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> b    0+20068 <.*\+0x20068>
+[      ]*20068: R_MIPS_PC16    external_label
+[0-9a-f]+ <[^>]*> nop
+[0-9a-f]+ <[^>]*> bal  0+20070 <.*\+0x20070>
+[      ]*20070: R_MIPS_PC16    external_label
+[0-9a-f]+ <[^>]*> nop
+       \.\.\.
This page took 0.025866 seconds and 4 git commands to generate.