* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm7dm.s
1 .text
2 .align 0
3
4 smull r0, r1, r2, r3
5 umull r0, r1, r2, r3
6 smlal r0, r1, r2, r3
7 umlal r0, r1, r4, r3
8
9 smullne r0, r1, r3, r4
10 smulls r1, r0, r9, r11
11 umlaleqs r2, r9, r4, r9
12 smlalge r14, r10, r8, r14
13
14 msr CPSR_x, #0 @ This used to be illegal, but rev 2 of the ARM ARM allows it.
This page took 0.030206 seconds and 4 git commands to generate.