gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb-w-good.d
1 #name: Wide instruction acceptance in Thumb-2 cores
2 #objdump: -d --prefix-addresses --show-raw-insn
3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
4
5 .*: +file format .*arm.*
6
7 Disassembly of section .text:
8 00000000 <.text> f7ff fffe bl 00000000 <foo>
9 00000004 <.text\+0x4> f3ef 8000 mrs r0, CPSR
10 00000008 <.text\+0x8> f84d 0d04 (str(\.w)? r0, \[sp, #-4\]!|push(\.w)? \{r0\})
11 0000000c <.text\+0xc> e92d 4001 (stmdb(\.w)? sp!,|push(\.w)?)[ ]+\{r0, lr\}
12 00000010 <.text\+0x10> f85d 0b04 (ldr(\.w)? r0, \[sp\], #4|pop(\.w)? \{r0\})
13 00000014 <.text\+0x14> e8bd 8001 (ldmia(\.w)? sp!,|pop(\.w)?)[ ]+\{r0, pc\}
This page took 0.030867 seconds and 4 git commands to generate.