* sim/cris: New directory with C and assembly tests for the CRIS
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / tjsrcv10.ms
1 #mach: crisv10
2 #output: Basic clock cycles, total @: 6\n
3 #output: Memory source stall cycles: 1\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
13
14 ; Check that the 4-byte-skip doesn't make the simulator barf.
15 ; Nothing deeper.
16
17 .include "testutils.inc"
18 startnostack
19 nop
20 move.d 0f,r5
21 jsrc r5
22 nop
23 .dword -1
24 0:
25 jsrc 1f
26 nop
27 .dword -2
28 1:
29 break 15
This page took 0.031917 seconds and 4 git commands to generate.