Skip ELF specific tests on non-ELF ARM targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_bcond.d
1 # as:
2 # objdump: -dr --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 0+000 <[^>]+> bf18 it ne
9 0+002 <[^>]+> e7fd b(|ne).n 0+0 <[^>]+>
10 0+004 <[^>]+> bf38 it cc
11 0+006 <[^>]+> f7ff bffb b(|cc).w 0+0 <[^>]+>
12 0+00a <[^>]+> bf28 it cs
13 0+00c <[^>]+> f7ff fff8 bl(|cs) 0+0 <[^>]+>
14 0+010 <[^>]+> bfb8 it lt
15 0+012 <[^>]+> 47a8 blx(|lr) r5
16 0+014 <[^>]+> bf08 it eq
17 0+016 <[^>]+> 4740 bx(|eq) r8
18 0+018 <[^>]+> bfc8 it gt
19 0+01a <[^>]+> e8d4 f001 tbb(|gt) \[r4, r1\]
20 0+01e <[^>]+> bfb8 it lt
21 0+020 <[^>]+> df00 svc(|lt) 0
22 0+022 <[^>]+> bfdc itt le
23 0+024 <[^>]+> be00 bkpt 0x0000
24 0+026 <[^>]+> bf00 nop
25 0+028 <[^>]+> bf00 nop
26 0+02a <[^>]+> bf00 nop
This page took 0.05191 seconds and 4 git commands to generate.