Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / iq2000 / noyield.s
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
5 test1:  beq %0, %0, test2
6         # nop in the branch delay slot.
7         nop
8 test2:  sleep
9         nop
10 test3:  sleep
11         beq %0, %0, test4
12         nop
13 test4:  sleep