Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / bmx.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 R2 BMX instructions
3 #as: -march=r2
4
5 # Test the BMX instructions
6
7 .*: +file format elf32-littlenios2
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> cfe0f820 extract ra,zero,31,0
11 0+0004 <[^>]*> cf0707e0 extract zero,ra,24,7
12 0+0008 <[^>]*> cfe022a0 extract r4,r10,31,0
13 0+000c <[^>]*> ce8fbae0 extract r23,r11,20,15
14 0+0010 <[^>]*> 8fe0f820 insert ra,zero,31,0
15 0+0014 <[^>]*> 8f0707e0 insert zero,ra,24,7
16 0+0018 <[^>]*> 8fe022a0 insert r4,r10,31,0
17 0+001c <[^>]*> 8e8fbae0 insert r23,r11,20,15
18 0+0020 <[^>]*> afe0f820 merge ra,zero,31,0
19 0+0024 <[^>]*> af0707e0 merge zero,ra,24,7
20 0+0028 <[^>]*> afe022a0 merge r4,r10,31,0
21 0+002c <[^>]*> ae8fbae0 merge r23,r11,20,15
This page took 0.030171 seconds and 4 git commands to generate.