sim: clean up stale AC_PREREQ refs
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / stxl.cgs
CommitLineData
cbb38b47
BE
1# sh testcase for stx.l $rm, $rn, $rd -*- Asm -*-
2# mach: all
3# as: -isa=shmedia
4# ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9
10init:
11 movi -1, r7
12 xori r7, 13, r7
13 movi 40, r0
14 shlli r0, 8, r0
15
16stxl1:
17 movi 0, r1
18 stx.l r0, r1, r7
19
20stxl2:
21 movi 4, r1
22 stx.l r0, r1, r7
23
24stxl3:
25 movi -4, r1
26 stx.l r0, r1, r7
27
28okay:
29 pass
This page took 0.80562 seconds and 4 git commands to generate.