OSDN Git Service

target-mips: simplify FP comparisons
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:30 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:15 +0000 (20:32 +0200)
commit06a0e6b104718803bceecbb5efd4125bcf71d8c7
tree0268ead0b3540e29e53d56412c125d83abc345a7
parent019702c8156ee442378a520b733d823c0c62072b
target-mips: simplify FP comparisons

As the softfloat comparison functions already test for NaN, there is no
need to always call the float*_unordered*() functions.

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