]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/arm/mul-overlap-v6.s
bfd/
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arm / mul-overlap-v6.s
CommitLineData
8fb9d7b9
MS
1 .arch armv6t2
2 .text
3 .align 2
4 .global foo
8fb9d7b9
MS
5foo:
6 mul r0, r0, r0
7 mla r0, r0, r1, r2
8 mls r0, r0, r1, r2
9 bx lr