Thu Dec 17 17:18:43 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / sim / testsuite / sim / fr30 / ldi20.cgs
1 # fr30 testcase for ldi20 $i20,$Ri
2 # mach(): fr30
3
4 .include "testutils.inc"
5
6 START
7
8 .text
9 .global ldi20
10 ldi20:
11 ; Test ldi20 $i20,$Ri
12 set_cc 0x0f ; condition codes should not change
13 ldi20 #0x00000000,r7
14 test_cc 1 1 1 1
15 test_h_gr 0,r7
16
17 set_cc 0x07 ; condition codes should not change
18 ldi:20 1,r7
19 test_cc 0 1 1 1
20 test_h_gr 1,r7
21
22 set_cc 0x0b ; condition codes should not change
23 ldi20 0x7ffff,r7
24 test_cc 1 0 1 1
25 test_h_gr 0x0007ffff,r7
26
27 set_cc 0x0d ; condition codes should not change
28 ldi:20 0x80000,r7
29 test_cc 1 1 0 1
30 test_h_gr 0x00080000,r7
31
32 set_cc 0x0e ; condition codes should not change
33 ldi20 0xfffff,r7
34 test_cc 1 1 1 0
35 test_h_gr 0x000fffff,r7
36
37 pass
This page took 0.030677 seconds and 4 git commands to generate.