URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [iq2000/] [yield1.s] - Rev 825
Go to most recent revision | Compare with Previous | Blame | View Log
# This test case includes a single case of a yield instruction # (e.g. SLEEP) appearing in the branch delay slot. We expect # the assembler to issue a warning about this! .text jalr %3, %4 # sleep insn in the branch delay slot. sleep foo: nop
Go to most recent revision | Compare with Previous | Blame | View Log