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