* sim/cris: New directory with C and assembly tests for the CRIS
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / x7-v32.ms
1 #mach: crisv32
2 #ld: --section-start=.text=0
3 #sim: --cris-trace=basic
4 #output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 0 0\n
5 #output: 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixNzvc 1 aa424243\n
6 #output: a 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 1 55212121\n
7 #output: c 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 1 1\n
8 #output: e 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * ixnzvc 1 0\n
9
10 ; Check that trace with changing ACR works.
11
12 .include "testutils.inc"
13 startnostack
14 move.d 0xaa424243,$acr
15 lsrq 1,$acr
16 moveq 1,$acr
17 clear.d $acr
18 break 15
19 nop
This page took 0.034838 seconds and 4 git commands to generate.