xref: /qemu/tests/tcg/s390x/stgrl-unaligned.S (revision 86d063fa)
1/*
2 * Test STGRL to a non-doubleword aligned address.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6    .globl test
7test:
8    stgrl %r1,unaligned
9
10    .align 8
11    .globl expected_old_psw
12expected_old_psw:
13    .quad 0x180000000,test
14    .long 0
15unaligned:
16    .quad 0
17