commit | ad8d25a11f13cb8acc69558d03cd69202f5a3cc2 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Sep 16 13:12:20 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 19:53:16 2012 +0200 |
tree | 05f1d6d9cd83669476ae546b87c0a4d83cd26a2d | |
parent | 22b88fd77e2fbb8aefb6e50a6a24d670b0ecb022 [diff] |
target-sh4: implement addv and subv using TCG addv and subv helpers implementation is directly copied from the SH4 manual and looks quite complex. It is however possible to explain it without branches, and is therefore possible to implement it with TCG. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>