URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [arm/] [mul-overlap-v6.s] - Rev 859
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log