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

# frv testcase for clrfa
# mach: frv
.include "testutils.inc"
start
.global clrfa
clrfa:
nldfi @(sp,0),fr20 ; Activate fr20 with nesr.fr==1
or_spr_immed 0x00100000,fner1
nldi @(sp,0),gr20 ; Activate gr20 with nesr.fr==0
or_spr_immed 0x00200000,fner1
nldfi @(sp,0),fr52 ; Activate fr52 with nesr.fr==1
or_spr_immed 0x00100000,fner0
clrfa
test_spr_immed 0x00000000,fner1
test_spr_immed 0x00000000,fner0
test_spr_immed 0,nesr0
test_spr_immed 0,neear0
test_spr_immed 0x94800401,nesr1
test_spr_gr neear1,sp
test_spr_immed 0,nesr2
test_spr_immed 0,neear2
pass