]> git.proxmox.com Git - mirror_qemu.git/commit - target-sparc/int64_helper.c
Sparc: move trivial functions from op_helper.c
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jul 2011 07:05:50 +0000 (07:05 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 15:08:10 +0000 (15:08 +0000)
commit2336c1f1970a5c5cfd34a1785af646c960b6f43f
treec5e3aab3604e8d1151bfa15140ec32ec7851a5d0
parentab3b491f2131e12503d165a8ffaef5f3a488eafe
Sparc: move trivial functions from op_helper.c

These functions don't need access to CPUState or already pass it,
so relocating them from op_helper.c to helper.c and int64_helper.c
is trivial.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/helper.c
target-sparc/int64_helper.c
target-sparc/op_helper.c