]> git.proxmox.com Git - mirror_qemu.git/commit
target-sh4: implement addc and subc using TCG
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 16 Sep 2012 11:12:20 +0000 (13:12 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 17:53:15 +0000 (19:53 +0200)
commit22b88fd77e2fbb8aefb6e50a6a24d670b0ecb022
tree711e473181754cf9481a6f6ec05c95c55e9f7d88
parentff2086fed268d2b2fedb273f6794949ed2ef9e10
target-sh4: implement addc and subc using TCG

Now that setcond is available, the addc and subc can easily be
implemented using TCG.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/helper.h
target-sh4/op_helper.c
target-sh4/translate.c