2004-02-29 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / sim / testsuite / sim / frv / bp.cgs
CommitLineData
4a306116
DB
1# frv testcase for bp $ICCi,$hint,$label16
2# mach: all
3
4 .include "testutils.inc"
5
6 start
7
8 .global bp
9bp:
10 set_icc 0x0 0
11 bp icc0,0,ok1
12 fail
13ok1:
14 set_icc 0x1 1
15 bp icc1,1,ok2
16 fail
17ok2:
18 set_icc 0x2 2
19 bp icc2,2,ok3
20 fail
21ok3:
22 set_icc 0x3 3
23 bp icc3,3,ok4
24 fail
25ok4:
26 set_icc 0x4 0
27 bp icc0,0,ok5
28 fail
29ok5:
30 set_icc 0x5 1
31 bp icc1,1,ok6
32 fail
33ok6:
34 set_icc 0x6 2
35 bp icc2,2,ok7
36 fail
37ok7:
38 set_icc 0x7 3
39 bp icc3,3,ok8
40 fail
41ok8:
42 set_icc 0x8 0
43 bp icc0,0,bad
44 set_icc 0x9 1
45 bp icc1,1,bad
46 set_icc 0xa 2
47 bp icc2,2,bad
48 set_icc 0xb 3
49 bp icc3,3,bad
50 set_icc 0xc 0
51 bp icc0,0,bad
52 set_icc 0xd 1
53 bp icc1,1,bad
54 set_icc 0xe 2
55 bp icc2,2,bad
56 set_icc 0xf 3
57 bp icc3,3,bad
58
59 pass
60bad:
61 fail
This page took 0.046593 seconds and 4 git commands to generate.