Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c728 nan = float32_silence_nan(f32, fpst); in HELPER()
925 nan = float32_silence_nan(f32, fpstp); in HELPER()
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c939 result = float32_silence_nan(a, s); in vfminmax32()
942 result = float32_silence_nan(b, s); in vfminmax32()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h615 float32 float32_silence_nan(float32, float_status *status);
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c415 nan = float32_silence_nan(a, fpst); in HELPER()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4795 float32 float32_silence_nan(float32 a, float_status *status) in float32_silence_nan() function