eb9dd73bb27113337b6c266b925aa06c76743d73
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-extend-swap.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: MIPS16 jump delay slot scheduling for EXTEND instructions
3 #as: -32
4
5 # Verify that EXTEND instructions are not scheduled into a jump delay slot.
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 [0-9a-f]+ <[^>]*> f123 extend 0x123
11 [0-9a-f]+ <[^>]*> 1800 0000 jal 00000000 <foo>
12 [0-9a-f]+ <[^>]*> 6500 nop
13 [0-9a-f]+ <[^>]*> f123 extend 0x123
14 [0-9a-f]+ <[^>]*> 1c00 0000 jalx 00000000 <foo>
15 [0-9a-f]+ <[^>]*> 6500 nop
16 [0-9a-f]+ <[^>]*> f123 eb00 jr v1
17 [0-9a-f]+ <[^>]*> 6500 nop
18 [0-9a-f]+ <[^>]*> f123 e820 jr ra
19 [0-9a-f]+ <[^>]*> 6500 nop
20 [0-9a-f]+ <[^>]*> f123 eb40 jalr v1
21 [0-9a-f]+ <[^>]*> 6500 nop
22 \.\.\.
This page took 0.030793 seconds and 4 git commands to generate.