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

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