Searched refs:float32_infinity (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 222 result = float32_infinity | (1 << 31); in helper_qseed() 224 result = float32_infinity; in helper_qseed()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 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() 1009 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in do_rsqrte_f32()
|
| H A D | sve_helper.c | 4539 DO_REDUCE(fmin,s, float32, H1_4, float32_min, float32_infinity) in DO_REDUCE() 4543 DO_REDUCE(fmax,s, float32, H1_4, float32_max, float32_chs(float32_infinity)) in DO_REDUCE() 4547 DO_REDUCE(ah_fmin,s, float32, H1_4, helper_vfp_ah_mins, float32_infinity) in DO_REDUCE() 4553 float32_chs(float32_infinity)) in DO_REDUCE()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 732 #define float32_infinity make_float32(0x7f800000) macro
|
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 3914 return float32_set_sign(float32_infinity, sign); in frsqrt7_s() 4107 return float32_set_sign(float32_infinity, sign); in frec7_s()
|