]> git.proxmox.com Git - qemu.git/commit
target-s390: Convert LRA
authorRichard Henderson <rth@twiddle.net>
Wed, 22 Aug 2012 20:15:10 +0000 (13:15 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:18:39 +0000 (12:18 -0800)
commitd8fe4a9c284f244679ab251637bff81126d91dfe
tree7f842b24f0da5e25fe8ac6683937eb15f6cb6e08
parent97c3ab61c46c1c0194657b8bead3d499600d8aab
target-s390: Convert LRA

Note that truncating the store to r1 based on PSW_MASK_64
is incorrect.  We always modify the entire register.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/helper.h
target-s390x/insn-data.def
target-s390x/mem_helper.c
target-s390x/translate.c