OSDN Git Service

target-i386: add floatx_{add,mul,sub} and use them
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:29 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:14 +0000 (20:32 +0200)
commit67dd64bfae87b4464b880de03c1d04f5f605d48d
tree96cd3b1921f7ea8220de45914a83fdf35fd8e145
parentc41372230e441cb28dcf246d5f2a3226830156bd
target-i386: add floatx_{add,mul,sub} and use them

Add floatx_{add,mul,sub} defines, and use them instead of using direct
C operations.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/exec.h
target-i386/op_helper.c