]> git.proxmox.com Git - qemu.git/commit - target-sparc/helper.c
target-sparc: Move taddcctv and tsubcctv out of line
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:55:05 +0000 (16:55 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:33 +0000 (16:39 +0000)
commita2ea4aa9898086c1e45e1db9b5f94d16dbf0762e
tree3c74fb53034a28e2e6c77a69373cc050a07cc403
parentbd49ed41ebe518c79bd52e46ce5b9cf278f8a2af
target-sparc: Move taddcctv and tsubcctv out of line

The branches around the exception are maintaining an otherwise
unnecessary use of local temps for the cpu destination.

Note that gen_op_t{add,sub}_cc were identical to gen_op_{add,sub}_cc.

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