Searched refs:float32_set_sign (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 757 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 D | vec_helper.c | 1355 result = float32_set_sign(result, op2 & 1); in float32_ftsmul()
|
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 392 result = float32_set_sign(result, f_arg >> 15); in helper_hptof()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 680 static inline float32 float32_set_sign(float32 a, int sign) in float32_set_sign() function
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2336 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()
|