sim: clean up stale AC_PREREQ refs
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / sts-fpscr.cgs
CommitLineData
cbb38b47
BE
1# sh testcase for sts fpscr, $rn -*- Asm -*-
2# mach: all
3# as: -isa=shcompact
4# ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global sts_fpscr
11sts_fpscr:
12 sts fpscr, r0
13 mov #42, r0
14 lds r0, fpscr
15 sts fpscr, r1
16 cmp/eq r0, r1
17 bf wrong
18
19okay:
20 pass
21wrong:
22 fail
23
This page took 0.957184 seconds and 4 git commands to generate.