]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc/tcg-target.inc.c
tcg-sparc: Use 64-bit registers with sparcv8plus
authorRichard Henderson <rth@twiddle.net>
Tue, 4 Mar 2014 21:39:48 +0000 (13:39 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 28 Apr 2014 18:06:35 +0000 (11:06 -0700)
commit34b1a49cb11adf2a544e5737c1ea87499dd76d6c
tree644fad9f1ddc9036b4bdbd69a147d8cca78fa84a
parenta24fba935af42107f24212f8adbe44ec2b9bd09d
tcg-sparc: Use 64-bit registers with sparcv8plus

Quite a lot of effort was spent composing and decomposing 64-bit
quantities in registers, when we should just create them and leave
them as one 64-bit register.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h
tcg/tcg.c