7c8cdaf9df22c65934484431188740562ad4aa8c
[deliverable/binutils-gdb.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
This page took 0.082384 seconds and 3 git commands to generate.