target-mips: silence NaNs for cvt.s.d and cvt.d.s
commit1aa56f6ee7d2375b0734e98ba69cc41416894bbc
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 6 Dec 2015 16:11:49 +0000 (6 17:11 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Sat, 23 Jan 2016 14:30:04 +0000 (23 14:30 +0000)
tree9cdf1e64e8b763d79771dd83b11000be63d69612
parent889912999d3f089cb8b6db8763ebec11022768b9
target-mips: silence NaNs for cvt.s.d and cvt.d.s

cvt.s.d and cvt.d.s are FP operations and thus need to convert input
sNaN into corresponding qNaN. Explicitely use the floatXX_maybe_silence_nan
functions for that as the floatXX_to_floatXX functions do not do that.

Cc: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/op_helper.c