Home
last modified time | relevance | path

Searched refs:float64_silence_nan (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_helper.c778 nan = float64_silence_nan(f64, fpst); in HELPER()
970 nan = float64_silence_nan(f64, fpstp); in HELPER()
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c1001 result = float64_silence_nan(a, s); in vfminmax64()
1004 result = float64_silence_nan(b, s); in vfminmax64()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h809 float64 float64_silence_nan(float64, float_status *status);
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c448 nan = float64_silence_nan(a, fpst); in HELPER()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4806 float64 float64_silence_nan(float64 a, float_status *status) in float64_silence_nan() function