binutils-gdb/sim/testsuite/frv/clrgr.cgs
Mike Frysinger 1368b914e9 sim: testsuite: flatten tree
Now that all port tests live under testsuite/sim/*/, and none live
in testsuite/ directly, flatten the structure by moving all of the
dirs under testsuite/sim/ to testsuite/ directly.

We need to stop passing --tool to dejagnu so that it searches all
dirs and not just ones that start with "sim".  Since we have no
other dirs in this tree, and no plans to add any, should be fine.
2021-01-15 19:18:34 -05:00

28 lines
598 B
Plaintext

# frv testcase for clrgr $GRk
# mach: frv
.include "testutils.inc"
start
.global clrgr
clrgr:
nldi @(sp,0),gr20 ; Activate gr20 with nesr.fr==0
or_spr_immed 0x00100000,gner1
nldfi @(sp,0),fr20 ; Activate fr20 with nesr.fr==1
or_spr_immed 0x00200000,gner1
nldi @(sp,0),gr52 ; Activate gr52 with nesr.fr==0
or_spr_immed 0x00100000,gner0
clrgr gr20
test_spr_immed 0x00200000,gner1
test_spr_immed 0x00100000,gner0
test_spr_immed 0,nesr0
test_spr_immed 0,neear0
test_spr_immed 0xd4800401,nesr1
test_spr_gr neear1,sp
test_spr_immed 0xb4800801,nesr2
test_spr_gr neear2,sp
pass