* config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / align.d
1 # name: ARM V6t2 Alignment
2 # as: -march=armv6kt2
3 # objdump: -dr --prefix-addresses --show-raw-insn
4
5 .*: +file format .*arm.*
6
7 Disassembly of section .text:
8 0+000 <[^>]*> bf00 nop
9 0+002 <[^>]*> 4611 mov r1, r2
10 0+004 <[^>]*> f3af 8000 nop.w
11 0+008 <[^>]*> f3af 8000 nop.w
12 0+00c <[^>]*> f3af 8000 nop.w
13 0+010 <[^>]*> 4611 mov r1, r2
14 0+012 <[^>]*> bf00 nop
15 0+014 <[^>]*> f3af 8000 nop.w
16 0+018 <[^>]*> e320f000 nop \{0\}
17 0+01c <[^>]*> e1a01002 mov r1, r2
18 0+020 <[^>]*> e1a01002 mov r1, r2
19 0+024 <[^>]*> e320f000 nop \{0\}
20 0+028 <[^>]*> e320f000 nop \{0\}
21 0+02c <[^>]*> e320f000 nop \{0\}
22 0+030 <[^>]*> e320f000 nop \{0\}
23 0+034 <[^>]*> e320f000 nop \{0\}
24 0+038 <[^>]*> e320f000 nop \{0\}
25 0+03c <[^>]*> e320f000 nop \{0\}
This page took 0.030399 seconds and 4 git commands to generate.