aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/s390x/stgrl-unaligned.S
blob: 32df37780ad845f50c93b74c32ece7e7df8d79cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Test STGRL to a non-doubleword aligned address.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */
    .globl test
test:
    stgrl %r1,unaligned

    .align 8
    .globl expected_old_psw
expected_old_psw:
    .quad 0x180000000,test
    .long 0
unaligned:
    .quad 0