binutils-gdb/sim/testsuite/frv/clrga.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
580 B
Plaintext

# frv testcase for clrga
# mach: frv
.include "testutils.inc"
start
.global clrga
clrga:
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
clrga
test_spr_immed 0x00000000,gner1
test_spr_immed 0x00000000,gner0
test_spr_immed 0,nesr0
test_spr_immed 0,neear0
test_spr_immed 0xd4800401,nesr1
test_spr_gr neear1,sp
test_spr_immed 0,nesr2
test_spr_immed 0,neear2
pass