gas:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_invert.d
1 # as: -march=armv6kt2
2 # objdump: -dr --prefix-addresses --show-raw-insn
3
4 .*: +file format .*arm.*
5
6 Disassembly of section .text:
7 0+000 <[^>]+> f517 0f80 cmn.w r7, #4194304 ; 0x400000
8 0+004 <[^>]+> f5b8 0f80 cmp.w r8, #4194304 ; 0x400000
9 0+008 <[^>]+> f5a4 0980 sub.w r9, r4, #4194304 ; 0x400000
10 0+00c <[^>]+> f506 0380 add.w r3, r6, #4194304 ; 0x400000
11 0+010 <[^>]+> f160 4500 sbc.w r5, r0, #2147483648 ; 0x80000000
12 0+014 <[^>]+> f147 4400 adc.w r4, r7, #2147483648 ; 0x80000000
13 0+018 <[^>]+> f022 4600 bic.w r6, r2, #2147483648 ; 0x80000000
14 0+01c <[^>]+> f002 4800 and.w r8, r2, #2147483648 ; 0x80000000
15 0+020 <[^>]+> f06f 4300 mvn.w r3, #2147483648 ; 0x80000000
16 0+024 <[^>]+> f04f 4100 mov.w r1, #2147483648 ; 0x80000000
17 0+028 <[^>]+> f062 4600 orn r6, r2, #2147483648 ; 0x80000000
18 0+02c <[^>]+> f042 4800 orr.w r8, r2, #2147483648 ; 0x80000000
This page took 0.030357 seconds and 4 git commands to generate.