URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [arm/] [mul-overlap-v6.s] - Rev 205
Compare with Previous | Blame | View Log
.arch armv6t2 .text .align 2 .global foo foo: mul r0, r0, r0 mla r0, r0, r1, r2 mls r0, r0, r1, r2 bx lr