]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/iq2000/q10noyield.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.git] / gas / testsuite / gas / iq2000 / q10noyield.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:  cfc %0, %0
9         nop
10 test3:  cfc %0, %0
11         beq %0, %0, test4
12         nop
13 test4:  sub %1,%2,%3
14