bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@beq.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS beq
3 #source: beq.s
4 #as: -32
5
6 # Test the beq macro (microMIPS).
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11 [0-9a-f]+ <[^>]*> 94a4 fffe beq a0,a1,0+0000 <text_label>
12 0: R_MICROMIPS_PC16_S1 text_label
13 [0-9a-f]+ <[^>]*> 0c00 nop
14 [0-9a-f]+ <[^>]*> 9404 fffe beqz a0,0+0006 <text_label\+0x6>
15 6: R_MICROMIPS_PC16_S1 text_label
16 [0-9a-f]+ <[^>]*> 0c00 nop
17 [0-9a-f]+ <[^>]*> 3020 0001 li at,1
18 [0-9a-f]+ <[^>]*> 9424 fffe beq a0,at,0+0010 <text_label\+0x10>
19 10: R_MICROMIPS_PC16_S1 text_label
20 [0-9a-f]+ <[^>]*> 0c00 nop
21 [0-9a-f]+ <[^>]*> 5020 8000 li at,0x8000
22 [0-9a-f]+ <[^>]*> 9424 fffe beq a0,at,0+001a <text_label\+0x1a>
23 1a: R_MICROMIPS_PC16_S1 text_label
24 [0-9a-f]+ <[^>]*> 0c00 nop
25 [0-9a-f]+ <[^>]*> 3020 8000 li at,-32768
26 [0-9a-f]+ <[^>]*> 9424 fffe beq a0,at,0+0024 <text_label\+0x24>
27 24: R_MICROMIPS_PC16_S1 text_label
28 [0-9a-f]+ <[^>]*> 0c00 nop
29 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
30 [0-9a-f]+ <[^>]*> 9424 fffe beq a0,at,0+002e <text_label\+0x2e>
31 2e: R_MICROMIPS_PC16_S1 text_label
32 [0-9a-f]+ <[^>]*> 0c00 nop
33 [0-9a-f]+ <[^>]*> 41a1 0001 lui at,0x1
34 [0-9a-f]+ <[^>]*> 5021 a5a5 ori at,at,0xa5a5
35 [0-9a-f]+ <[^>]*> 9424 fffe beq a0,at,0+003c <text_label\+0x3c>
36 3c: R_MICROMIPS_PC16_S1 text_label
37 [0-9a-f]+ <[^>]*> 0c00 nop
38 [0-9a-f]+ <[^>]*> b404 fffe bnez a0,0+0042 <text_label\+0x42>
39 42: R_MICROMIPS_PC16_S1 text_label
40 [0-9a-f]+ <[^>]*> 0c00 nop
41 \.\.\.
42 [0-9a-f]+ <[^>]*> 9400 fffe b 00020048 <text_label\+0x20048>
43 20048: R_MICROMIPS_PC16_S1 text_label
44 [0-9a-f]+ <[^>]*> 0c00 nop
45 [0-9a-f]+ <[^>]*> 4060 fffe bal 0002004e <text_label\+0x2004e>
46 2004e: R_MICROMIPS_PC16_S1 text_label
47 [0-9a-f]+ <[^>]*> 0000 0000 nop
48 [0-9a-f]+ <[^>]*> 0c00 nop
49 \.\.\.
This page took 0.030325 seconds and 4 git commands to generate.