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/] [cris/] [pushpopv32.s] - Rev 215
Go to most recent revision | Compare with Previous | Blame | View Log
; Check that push and pop builtin "macros" aren't recognized for ; v32. .text start: subq 4,sp move.d r10,[sp] subq 4,sp move srp,[sp] move.d [sp+],r10 move [sp+],srp end:
Go to most recent revision | Compare with Previous | Blame | View Log