* gas/mips/beq.d: Reformat.
[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
c8c59164
MR
9Disassembly of section \.text:
10[0-9a-f]+ <[^>]*> beq a0,a1,0+0000 <.*>
11[0-9a-f]+ <[^>]*> nop
12[0-9a-f]+ <[^>]*> beqz a0,0+0000 <.*>
13[0-9a-f]+ <[^>]*> nop
14[0-9a-f]+ <[^>]*> li at,1
15[0-9a-f]+ <[^>]*> beq a0,at,0+0000 <.*>
16[0-9a-f]+ <[^>]*> nop
17[0-9a-f]+ <[^>]*> li at,0x8000
18[0-9a-f]+ <[^>]*> beq a0,at,0+0000 <.*>
19[0-9a-f]+ <[^>]*> nop
20[0-9a-f]+ <[^>]*> li at,-32768
21[0-9a-f]+ <[^>]*> beq a0,at,0+0000 <.*>
22[0-9a-f]+ <[^>]*> nop
23[0-9a-f]+ <[^>]*> lui at,0x1
24[0-9a-f]+ <[^>]*> beq a0,at,0+0000 <.*>
25[0-9a-f]+ <[^>]*> nop
26[0-9a-f]+ <[^>]*> lui at,0x1
27[0-9a-f]+ <[^>]*> ori at,at,0xa5a5
28[0-9a-f]+ <[^>]*> beq a0,at,0+0000 <.*>
29[0-9a-f]+ <[^>]*> nop
30[0-9a-f]+ <[^>]*> bnez a0,0+0000 <.*>
31[0-9a-f]+ <[^>]*> nop
32[0-9a-f]+ <[^>]*> beqzl a0,0+0000 <.*>
33[0-9a-f]+ <[^>]*> nop
34[0-9a-f]+ <[^>]*> bnezl a0,0+0000 <.*>
35[0-9a-f]+ <[^>]*> nop
36 \.\.\.
37[0-9a-f]+ <[^>]*> j 0+0000 <.*>
38[ ]*20068: (MIPS_JMP|JMPADDR|R_MIPS_26) \.text
39[0-9a-f]+ <[^>]*> nop
40[0-9a-f]+ <[^>]*> jal 0+0000 <.*>
41[ ]*20070: (MIPS_JMP|JMPADDR|R_MIPS_26) \.text
42[0-9a-f]+ <[^>]*> nop
43#[0-9a-f]+ <[^>]*> b 0+20078 <.*\+0x20078>
5dc764cb 44#[ ]*20078: .*16 external_label
c8c59164
MR
45#[0-9a-f]+ <[^>]*> nop
46#[0-9a-f]+ <[^>]*> bal 0+20080 <.*\+0x20080>
5dc764cb 47#[ ]*20080: .*16 external_label
c8c59164
MR
48#[0-9a-f]+ <[^>]*> nop
49 \.\.\.
This page took 0.462651 seconds and 4 git commands to generate.