MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[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 <.*>
c8c59164
MR
31[0-9a-f]+ <[^>]*> nop
32 \.\.\.
33[0-9a-f]+ <[^>]*> j 0+0000 <.*>
fcedb9f3 34[ ]*20058: R_MIPS_26 \.text
c8c59164
MR
35[0-9a-f]+ <[^>]*> nop
36[0-9a-f]+ <[^>]*> jal 0+0000 <.*>
fcedb9f3 37[ ]*20060: R_MIPS_26 \.text
c8c59164 38[0-9a-f]+ <[^>]*> nop
f26c9c2e 39[0-9a-f]+ <[^>]*> b 0+20068 <.*\+0x20068>
fcedb9f3 40[ ]*20068: R_MIPS_PC16 external_label
f26c9c2e
MR
41[0-9a-f]+ <[^>]*> nop
42[0-9a-f]+ <[^>]*> bal 0+20070 <.*\+0x20070>
fcedb9f3 43[ ]*20070: R_MIPS_PC16 external_label
f26c9c2e 44[0-9a-f]+ <[^>]*> nop
c8c59164 45 \.\.\.
This page took 0.865494 seconds and 4 git commands to generate.