2008-11-06 Chao-ying Fu <fu@mips.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / noyield.s
CommitLineData
a99bcdd0
SC
1# This test case includes a number of cases where a yield instruction
2# (e.g. SLEEP) does NOT appear in the branch delay slot.
3
4.text
5test1: beq %0, %0, test2
6 # nop in the branch delay slot.
7 nop
8test2: sleep
9 nop
10test3: sleep
11 beq %0, %0, test4
12 nop
13test4: sleep
This page took 0.266158 seconds and 4 git commands to generate.