Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# This test case includes a number of cases where a yield instruction # (e.g. SLEEP) does NOT appear in the branch delay slot. .text test1: beq %0, %0, test2 # nop in the branch delay slot. nop test2: sleep nop test3: sleep beq %0, %0, test4 nop test4: sleep