sim: clean up stale AC_PREREQ refs
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / stsl-fpscr.cgs
1 # sh testcase for sts.l 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 stsl_fpscr
11 stsl_fpscr:
12 mov #40, r0
13 shll8 r0
14 # Preserve r0.
15 mov r0, r7
16 sts.l fpscr, @-r0
17
18 check:
19 # Ensure r0 is decremented.
20 add #4, r0
21 cmp/eq r0, r7
22 bf wrong
23
24 okay:
25 pass
26 wrong:
27 fail
28
This page took 0.030974 seconds and 4 git commands to generate.