Add checks for other variants of the sr and st instruction.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / q10noyield.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: cfc %0, %0
9 nop
10test3: cfc %0, %0
11 beq %0, %0, test4
12 nop
13test4: sub %1,%2,%3
14
This page took 0.102864 seconds and 4 git commands to generate.