Begin implementing ARC NPS-400 Accelerator instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap-3.d
1 #objdump: -dr -M reg-names=numeric
2 #as: -32 -O2 -aln=branch-swap-lst.lst
3 #name: MIPS branch swapping with assembler listing
4 #source: branch-swap-3.s
5
6 # Check delay slot filling with a listing file works
7
8 .*: +file format .*mips.*
9
10 Disassembly of section \.text:
11
12 [0-9a-f]+ <test>:
13 [ 0-9a-f]+: 0c000000 jal 0 <test>
14 [ ]*[0-9a-f]+: R_MIPS_26 func
15 [ 0-9a-f]+: 00408025 move \$16,\$2
16 [ 0-9a-f]+: 0c000000 jal 0 <test>
17 [ ]*[0-9a-f]+: R_MIPS_26 func
18 [ 0-9a-f]+: 26300001 addiu \$16,\$17,1
19 [ 0-9a-f]+: 0c000000 jal 0 <test>
20 [ ]*[0-9a-f]+: R_MIPS_26 func
21 [ 0-9a-f]+: 26300001 addiu \$16,\$17,1
22 [ 0-9a-f]+: 0c000000 jal 0 <test>
23 [ ]*[0-9a-f]+: R_MIPS_26 func
24 [ 0-9a-f]+: 26303fff addiu \$16,\$17,16383
25 [ 0-9a-f]+: 0c000000 jal 0 <test>
26 [ ]*[0-9a-f]+: R_MIPS_26 func
27 [ 0-9a-f]+: 26303fff addiu \$16,\$17,16383
28 [ 0-9a-f]+: 03e0000[89] jr \$31
29 [ 0-9a-f]+: 00408025 move \$16,\$2
30 [ 0-9a-f]+: 03e0000[89] jr \$31
31 [ 0-9a-f]+: 26300001 addiu \$16,\$17,1
32 [ 0-9a-f]+: 03e0000[89] jr \$31
33 [ 0-9a-f]+: 26300001 addiu \$16,\$17,1
34 [ 0-9a-f]+: 03e0000[89] jr \$31
35 [ 0-9a-f]+: 26303fff addiu \$16,\$17,16383
36 [ 0-9a-f]+: 03e0000[89] jr \$31
37 [ 0-9a-f]+: 26303fff addiu \$16,\$17,16383
38 \.\.\.
This page took 0.054884 seconds and 4 git commands to generate.