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)
commitc5b12fe78e7e908151edf8d8dfc02c9cb2a454c9
tree0268ead0b3540e29e53d56412c125d83abc345a7
parent2aaccc7b97df50f77512d55c6eb1914e97be95e9
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