qemu-e2k/fpu
Aurelien Jarno 2657d0ff8f softfloat: rename float*_eq_signaling() into float*_eq()
float*_eq_signaling functions have a different semantics than other
comparison functions. Fix that by renaming float*_quiet_signaling() into
float*_eq().

Note that it is purely mechanical, and the behaviour should be unchanged.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-04-17 20:32:14 +02:00
..
softfloat-macros.h softfloat: use GCC builtins to count the leading zeros 2011-04-17 20:32:14 +02:00
softfloat-native.c softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t 2011-03-21 21:46:14 +01:00
softfloat-native.h softfloat: rename float*_eq_signaling() into float*_eq() 2011-04-17 20:32:14 +02:00
softfloat-specialize.h unicore32: necessary modifications for other files to support unicore32 2011-04-12 18:49:05 +00:00
softfloat.c softfloat: rename float*_eq_signaling() into float*_eq() 2011-04-17 20:32:14 +02:00
softfloat.h softfloat: rename float*_eq_signaling() into float*_eq() 2011-04-17 20:32:14 +02:00