2 #output: Basic clock cycles, total @: 37\n
3 #output: Memory source stall cycles: 0\n
4 #output: Memory read-after-write stall cycles: 0\n
5 #output: Movem source stall cycles: 0\n
6 #output: Movem destination stall cycles: 0\n
7 #output: Movem address stall cycles: 0\n
8 #output: Multiplication source stall cycles: 0\n
9 #output: Jump source stall cycles: 6\n
10 #output: Branch misprediction stall cycles: 0\n
11 #output: Jump target stall cycles: 0\n
12 #sim: --cris-cycles=basic
14 ; Check that we correctly account for that a "jas N,Pn",
15 ; "jasc N,Pn", "bas N,Pn" and "basc N,Pn" sets the specific
16 ; special register and causes a pipeline hazard. The amount
17 ; of nops below is a bit inflated, in an attempt to make
18 ; errors more discernible. For special registers, we just
21 .include "testutils.inc"
54 ret ; 1 cycle penalty.