URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [iq2000/] [noyield.s] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
# This test case includes a number of cases where a yield instruction # (e.g. SLEEP) does NOT appear in the branch delay slot. .text test1: beq %0, %0, test2 # nop in the branch delay slot. nop test2: sleep nop test3: sleep beq %0, %0, test4 nop test4: sleep
Go to most recent revision | Compare with Previous | Blame | View Log