New sim testsuite for Fujitsu FRV. Contributed by Red Hat.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / frv / mhdsets.cgs
1 # frv testcase for mhdsets $u12,$FRk
2 # mach: fr400
3
4 .include "testutils.inc"
5
6 start
7
8 .global setlo
9 setlo:
10 set_fr_iimmed 0xdead,0xbeef,fr1
11 mhdsets 0,fr1
12 test_fr_limmed 0x0000,0x0000,fr1
13
14 mhdsets 1,fr1
15 test_fr_limmed 0x0001,0x0001,fr1
16
17 mhdsets 0x07ff,fr1
18 test_fr_limmed 0x07ff,0x07ff,fr1
19
20 mhdsets -2048,fr1
21 test_fr_limmed 0xf800,0xf800,fr1
22
23 mhdsets -1,fr1
24 test_fr_limmed 0xffff,0xffff,fr1
25
26 pass
This page took 0.028929 seconds and 4 git commands to generate.