URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [arm/] [mul-overlap.s] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
.text .align 2 .global foo foo: mul r0, r0, r0 mla r0, r0, r1, r2 mls r0, r0, r1, r2 umull r0, r1, r0, r1 smlalbb r0, r1, r0, r1 bx lr
Go to most recent revision | Compare with Previous | Blame | View Log