aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/s390x/br-odd.S
blob: 2fae47a9e34974e733263f60c79c2aa48a6e7b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Test BRanching to a non-mapped odd address.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */
    .globl test
test:
    lgrl %r1,odd_addr
    br %r1

    .align 8
odd_addr:
    .quad 0xDDDDDDDDDDDDDDDD
    .globl expected_old_psw
expected_old_psw:
    .quad 0x180000000,0xDDDDDDDDDDDDDDDD