]> git.proxmox.com Git - qemu.git/commit
target-sh4: get rid of CPU_{Float,Double}U
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 10 Apr 2011 19:09:12 +0000 (21:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:50 +0000 (21:51 +0200)
commitd6c424c56e0e9064448d04c271625c8ac696ae50
tree0eb43e991581e086c3bf495f5a9175c453d87e6b
parentd2fbca94223ef573a67d4eb2f27509a9bbb85ca1
target-sh4: get rid of CPU_{Float,Double}U

SH4 is always using softfloat, so it's possible to have helpers directly
taking float32 or float64 value. This allow to get rid of conversions
through CPU_{Float,Double}U.

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