Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c757 return float32_set_sign(float32_zero, float32_is_neg(f32)); in do_recpe_f32()
760 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in do_recpe_f32()
765 return float32_set_sign(float32_infinity, f32_sign); in do_recpe_f32()
767 return float32_set_sign(float32_maxnorm, f32_sign); in do_recpe_f32()
771 return float32_set_sign(float32_zero, float32_is_neg(f32)); in do_recpe_f32()
1009 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in do_rsqrte_f32()
H A Dvec_helper.c1355 result = float32_set_sign(result, op2 & 1); in float32_ftsmul()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c392 result = float32_set_sign(result, f_arg >> 15); in helper_hptof()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h680 static inline float32 float32_set_sign(float32 a, int sign) in float32_set_sign() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c2336 up.s = float32_set_sign(float32_zero, prod_sign); in float32_muladd()
4960 return float32_set_sign(float32_zero, p.sign); in float32_squash_input_denormal()