* gas/mips/abs.d, gas/mips/add.d, gas/mips/and.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / beq.d
CommitLineData
252b5132
RH
1#objdump: -dr --prefix-addresses -mmips:4000
2#name: MIPS beq
21b99e26 3#as: -32
252b5132
RH
4
5# Test the beq macro.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
aa5f19f2 100+0000 <[^>]*> beq a0,a1,0+0000 <text_label>
252b5132 110+0004 <[^>]*> nop
aa5f19f2 120+0008 <[^>]*> beqz a0,0+0000 <text_label>
252b5132 130+000c <[^>]*> nop
aa5f19f2
NC
140+0010 <[^>]*> li at,1
150+0014 <[^>]*> beq a0,at,0+0000 <text_label>
252b5132 160+0018 <[^>]*> nop
aa5f19f2
NC
170+001c <[^>]*> li at,0x8000
180+0020 <[^>]*> beq a0,at,0+0000 <text_label>
252b5132 190+0024 <[^>]*> nop
aa5f19f2
NC
200+0028 <[^>]*> li at,-32768
210+002c <[^>]*> beq a0,at,0+0000 <text_label>
252b5132 220+0030 <[^>]*> nop
aa5f19f2
NC
230+0034 <[^>]*> lui at,0x1
240+0038 <[^>]*> beq a0,at,0+0000 <text_label>
252b5132 250+003c <[^>]*> nop
aa5f19f2
NC
260+0040 <[^>]*> lui at,0x1
270+0044 <[^>]*> ori at,at,0xa5a5
280+0048 <[^>]*> beq a0,at,0+0000 <text_label>
252b5132 290+004c <[^>]*> nop
aa5f19f2 300+0050 <[^>]*> bnez a0,0+0000 <text_label>
252b5132 310+0054 <[^>]*> nop
aa5f19f2 320+0058 <[^>]*> beqzl a0,0+0000 <text_label>
252b5132 330+005c <[^>]*> nop
aa5f19f2 340+0060 <[^>]*> bnezl a0,0+0000 <text_label>
9bb28706 350+0064 <[^>]*> nop
252b5132
RH
36 ...
370+20068 <[^>]*> j 0+0000 <text_label>
38[ ]*20068: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
390+2006c <[^>]*> nop
400+20070 <[^>]*> jal 0+0000 <text_label>
41[ ]*20070: (MIPS_JMP|JMPADDR|R_MIPS_26) .text
cb56d3d3 420+20074 <[^>]*> nop
6f171daa
AO
43#0+20078 <[^>]*> b 0+20078 <text_label\+0x20078>
44#[ ]*20078: R_MIPS_PC16 external_label
45#0+2007c <[^>]*> nop
46#0+20080 <[^>]*> bal 0+20080 <text_label\+0x20080>
47#[ ]*20080: R_MIPS_PC16 external_label
48#0+20084 <[^>]*> nop
252b5132 49 ...
This page took 0.170136 seconds and 4 git commands to generate.