Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / sim / testsuite / sim / fr30 / bandh.cgs
1 # fr30 testcase for bandh $Rj,@$Ri
2 # mach(): fr30
3
4 .include "testutils.inc"
5
6 START
7
8 .text
9 .global bandh
10 bandh:
11 ; Test bandh $Rj,@$Ri
12 mvi_h_mem 0x55555555,sp
13 set_cc 0x0f ; Condition codes should not change
14 bandh 0x0a,@sp
15 test_cc 1 1 1 1
16 test_h_mem 0x05555555,sp
17
18 mvi_h_mem 0xffffffff,sp
19 set_cc 0x04 ; Condition codes should not change
20 bandh 0x0a,@sp
21 test_cc 0 1 0 0
22 test_h_mem 0xafffffff,sp
23
24 mvi_h_mem 0xe5ffffff,sp
25 set_cc 0x0a ; Condition codes should not change
26 bandh 0x07,@sp
27 test_cc 1 0 1 0
28 test_h_mem 0x65ffffff,sp
29
30 pass
This page took 0.042028 seconds and 4 git commands to generate.