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/] [tcompat2.s] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
@ Three-argument forms of Thumb arithmetic instructions. @ Commutative instructions allow either the second or third @ operand to equal the first. .text .global m .thumb_func m: adc r0,r0,r1 adc r0,r1,r0 and r0,r0,r1 and r0,r1,r0 eor r0,r0,r1 eor r0,r1,r0 mul r0,r0,r1 mul r0,r1,r0 orr r0,r0,r1 orr r0,r1,r0 bic r0,r0,r1 sbc r0,r0,r1 @ section padding for a.out's sake nop nop nop nop
Go to most recent revision | Compare with Previous | Blame | View Log