e1af7956b846134cd0dba0c3ba3c7c86a6a10f2f
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / stq.cgs
1 # sh testcase for st.q $rm, $disp10, $rd -*- Asm -*-
2 # mach: all
3 # as: -isa=shmedia
4 # ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9
10 init:
11 movi -1, r7
12 xori r7, 13, r7
13 movi 40, r0
14 shlli r0, 8, r0
15
16 stq1:
17 st.q r0, 0, r7
18
19 stq2:
20 st.q r0, 8, r7
21
22 stq3:
23 st.q r0, -8, r7
24
25 okay:
26 pass
This page took 0.029044 seconds and 3 git commands to generate.