Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c704 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
707 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()
712 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
714 return float16_set_sign(float16_maxnorm, f16_sign); in HELPER()
718 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
960 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
H A Dvec_helper.c1346 result = float16_set_sign(result, op2 & 1);
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c427 result = float16_set_sign(result, arg >> 31); in helper_ftohp()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h309 static inline float16 float16_set_sign(float16 a, int sign) in float16_set_sign() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c4947 return float16_set_sign(float16_zero, p.sign); in float16_squash_input_denormal()