2 #output: Basic clock cycles, total @: 45\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: 0\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 movem to register basically looks ok cycle-wise.
17 .include "testutils.inc"
23 ; Adapted from crisv32 movem-to-memory penalty examples many
27 test.d [r3] ; 3 cycle penalty on v32 (2 memory source, 1 movem dest).
30 test.d [r3] ; 2 cycle penalty on v32.
32 subq 1,r1 ; 3 cycle penalty on v32.
35 subq 1,r1 ; 2 cycle penalty on v32.
39 subq 1, r1 ; 1 cycle penalty on v32.