* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / raw8.ms
1 ; Checking read-after-write: movemwrite-then-nop-read 2 cycles.
2 #mach: crisv32
3 #ld: --section-start=.text=0
4 #output: Basic clock cycles, total @: 7\n
5 #output: Memory source stall cycles: 0\n
6 #output: Memory read-after-write stall cycles: 2\n
7 #output: Movem source stall cycles: 0\n
8 #output: Movem destination stall cycles: 0\n
9 #output: Movem address stall cycles: 1\n
10 #output: Multiplication source stall cycles: 0\n
11 #output: Jump source stall cycles: 0\n
12 #output: Branch misprediction stall cycles: 0\n
13 #output: Jump target stall cycles: 0\n
14 #sim: --cris-cycles=basic
15 .include "testutils.inc"
16 startnostack
17 .lcomm x,4*11
18 .lcomm y,4
19 move.d x,$r0
20 move.d y,$r1
21 nop
22 nop
23 movem $r10,[$r0]
24 nop
25 move.d [$r1],$r2
26 break 15
This page took 0.031062 seconds and 4 git commands to generate.