gas/
[external/binutils.git] / gas / testsuite / gas / arm / mul-overlap-v6.s
1         .arch   armv6t2
2         .text
3         .align  2
4         .global foo
5         .type   foo, %function
6 foo:
7         mul     r0, r0, r0
8         mla     r0, r0, r1, r2
9         mls     r0, r0, r1, r2
10         bx      lr