URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [iq2000/] [yield2.s] - Rev 859
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 sleep beq %0, %0, foo # sleep insn in the branch delay slot. sleep foo: nop
Go to most recent revision | Compare with Previous | Blame | View Log