1#mach: crisv10
2#ld: --section-start=.text=0
3#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 0\n
4#output: 8 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 2\n
5#output: c 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 2\n
6#output: e 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 1\n
7#sim: --cris-trace=basic
8
9; Check that "jump [rN]" gets 2 cycles.
10
11 .include "testutils.inc"
12 startnostack
13 move.d 0f,r5
14 jump [r5]
15 break 15
161:
17 nop
18 break 15
190:
20 .dword 1b
21