qemu/tests/tcg/s390x/lrl-unaligned.S
<<
>>
Prefs
   1/*
   2 * Test LRL from a non-word aligned address.
   3 *
   4 * SPDX-License-Identifier: GPL-2.0-or-later
   5 */
   6    .globl test
   7test:
   8    lrl %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