xref: /qemu/tests/tcg/s390x/clrl-unaligned.S (revision 7bdd67a5)
1/*
2 * Test CLRL with a non-word aligned address.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6    .globl test
7test:
8    clrl %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