gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mul-overlap.s
1 .text
2 .align 2
3 .global foo
4 .type foo, %function
5 foo:
6 mul r0, r0, r0
7 mla r0, r0, r1, r2
8 mls r0, r0, r1, r2
9 bx lr
This page took 0.030452 seconds and 4 git commands to generate.