* gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / immed.d
1 # name: immediate expressions
2 # as:
3 # objdump: -dr --prefix-addresses --show-raw-insn
4
5 .*: +file format .*arm.*
6
7 Disassembly of section .text:
8 0+0000 <[^>]+> e3a00000 ? mov r0, #0
9 0+0004 <[^>]+> e3e00003 ? mvn r0, #3
10 0+0008 <[^>]+> e51f0010 ? ldr r0, \[pc, #-16\] ; 0+0 <[^>]+>
11 0+000c <[^>]+> e51f0014 ? ldr r0, \[pc, #-20\] ; 0+0 <[^>]+>
12 \.\.\.
13 0+1010 <[^>]+> e3a00008 ? mov r0, #8
14 0+1014 <[^>]+> e59f00e4 ? ldr r0, \[pc, #228\] ; 0+1100 <[^>]+>
15 0+1018 <[^>]+> e1a00000 ? nop ; \(mov r0, r0\)
16 0+101c <[^>]+> e1a00000 ? nop ; \(mov r0, r0\)
This page took 0.029882 seconds and 4 git commands to generate.