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

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