MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAs
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pinsn.d
1 # name: 26-bit teq/cmn/tst/cmp instructions
2 # objdump: -dr --prefix-addresses --show-raw-insn -marmv4
3 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
4
5 .*: +file format .*arm.*
6
7
8 Disassembly of section .text:
9 0+000 <[^>]*> e330f00a ? teqp r0, #10
10 0+004 <[^>]*> e132f004 ? teqp r2, r4
11 0+008 <[^>]*> e135f287 ? teqp r5, r7, lsl #5
12 0+00c <[^>]*> e131f113 ? teqp r1, r3, lsl r1
13 0+010 <[^>]*> e370f00a ? cmnp r0, #10
14 0+014 <[^>]*> e172f004 ? cmnp r2, r4
15 0+018 <[^>]*> e175f287 ? cmnp r5, r7, lsl #5
16 0+01c <[^>]*> e171f113 ? cmnp r1, r3, lsl r1
17 0+020 <[^>]*> e350f00a ? cmpp r0, #10
18 0+024 <[^>]*> e152f004 ? cmpp r2, r4
19 0+028 <[^>]*> e155f287 ? cmpp r5, r7, lsl #5
20 0+02c <[^>]*> e151f113 ? cmpp r1, r3, lsl r1
21 0+030 <[^>]*> e310f00a ? tstp r0, #10
22 0+034 <[^>]*> e112f004 ? tstp r2, r4
23 0+038 <[^>]*> e115f287 ? tstp r5, r7, lsl #5
24 0+03c <[^>]*> e111f113 ? tstp r1, r3, lsl r1
This page took 0.049746 seconds and 4 git commands to generate.