]> git.proxmox.com Git - qemu.git/commit - target-s390x/translate.c
target-s390: Use TCG registers for FPR
authorRichard Henderson <rth@twiddle.net>
Wed, 5 Sep 2012 13:57:35 +0000 (06:57 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:27 +0000 (12:00 -0800)
commit431253c28f9177a3f4783dc47b952c8fffcf3177
tree4b72bc2cdceb6f22d2b431124852a89b5277d408
parent063eb0f3038434ab4cf9ad4bcc19a8789e15d237
target-s390: Use TCG registers for FPR

At the same time, tidy other usages of tcg_gen_deposit_i64.
In some cases we can "type cast" rather than extend, and in
others we can allow tcg_gen_deposit_i64 itself to optimize
the HOST_LONG_BITS==32 case.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/translate.c