summaryrefslogtreecommitdiff
path: root/sim/testsuite/cris/asm/x8-v10.ms
blob: 672cc2110ff2c2e9ff0ea1b700943b98d0661e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#mach: crisv10
#ld: --section-start=.text=0
#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 0\n
#output: 8 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 2\n
#output: c 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 2\n
#output: e 0 0 0 0 0 10 0 0 0 0 0 0 0 0 * ixnzvc 1\n
#sim: --cris-trace=basic

; Check that "jump [rN]" gets 2 cycles.

 .include "testutils.inc"
 startnostack
 move.d 0f,r5
 jump [r5]
 break 15
1:
 nop
 break 15
0:
 .dword 1b