Home
last modified time | relevance | path

Searched refs:float64_is_neg (Results 1 – 25 of 117) sorted by relevance

12345

/dports/emulators/qemu60/qemu-6.0.0/target/hexagon/
H A Dconv_emu.c30 uint8_t sign = float64_is_neg(in); in conv_f64_to_8u_n()
33 if (float64_is_neg(in)) { in conv_f64_to_8u_n()
105 uint8_t sign = float64_is_neg(in); in conv_df_to_8s()
131 uint8_t sign = float64_is_neg(in); in conv_df_to_4s()
H A Dfma_emu.c538 uint8_t a_sign = float64_is_neg(a); in special_fma()
539 uint8_t b_sign = float64_is_neg(b); in special_fma()
540 uint8_t c_sign = float64_is_neg(c); in special_fma()
698 a_sign = float64_is_neg(a); in internal_mpyhh()
699 b_sign = float64_is_neg(b); in internal_mpyhh()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hexagon/
H A Dfma_emu.c538 uint8_t a_sign = float64_is_neg(a); in special_fma()
539 uint8_t b_sign = float64_is_neg(b); in special_fma()
540 uint8_t c_sign = float64_is_neg(c); in special_fma()
698 a_sign = float64_is_neg(a); in internal_mpyhh()
699 b_sign = float64_is_neg(b); in internal_mpyhh()
H A Dop_helper.c583 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
613 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
703 if (float64_is_neg(RssV) && !float32_is_any_nan(RssV)) { in HELPER()
733 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/
H A Dfma_emu.c538 uint8_t a_sign = float64_is_neg(a); in special_fma()
539 uint8_t b_sign = float64_is_neg(b); in special_fma()
540 uint8_t c_sign = float64_is_neg(c); in special_fma()
698 a_sign = float64_is_neg(a); in internal_mpyhh()
699 b_sign = float64_is_neg(b); in internal_mpyhh()
H A Dop_helper.c712 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
742 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
832 if (float64_is_neg(RssV) && !float32_is_any_nan(RssV)) { in HELPER()
862 if (float64_is_neg(RssV) && !float64_is_any_nan(RssV)) { in HELPER()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dvfp_helper.c806 bool f64_sign = float64_is_neg(f64); in HELPER()
822 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
825 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
836 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
993 bool f64_sign = float64_is_neg(f64); in HELPER()
1009 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
1010 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dvfp_helper.c745 bool f64_sign = float64_is_neg(f64); in HELPER()
761 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
764 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
775 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
932 bool f64_sign = float64_is_neg(f64); in HELPER()
948 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
949 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dvfp_helper.c806 bool f64_sign = float64_is_neg(f64); in HELPER()
822 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
825 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
836 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
993 bool f64_sign = float64_is_neg(f64); in HELPER()
1009 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
1010 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dvfp_helper.c745 bool f64_sign = float64_is_neg(f64); in HELPER()
761 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
764 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
775 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
932 bool f64_sign = float64_is_neg(f64); in HELPER()
948 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
949 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dvfp_helper.c806 bool f64_sign = float64_is_neg(f64); in HELPER()
822 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
825 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
836 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
993 bool f64_sign = float64_is_neg(f64); in HELPER()
1009 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
1010 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dvfp_helper.c765 bool f64_sign = float64_is_neg(f64); in HELPER()
783 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
786 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
797 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
958 bool f64_sign = float64_is_neg(f64); in HELPER()
976 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
977 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dvfp_helper.c765 bool f64_sign = float64_is_neg(f64); in HELPER()
783 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
786 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
797 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
958 bool f64_sign = float64_is_neg(f64); in HELPER()
976 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
977 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dvfp_helper.c806 bool f64_sign = float64_is_neg(f64); in HELPER()
822 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
825 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
836 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
993 bool f64_sign = float64_is_neg(f64); in HELPER()
1009 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
1010 } else if (float64_is_neg(f64)) { in HELPER()
/dports/emulators/hercules/hercules-3.13/
H A Dieee.c319 sign = float64_is_neg(*op) ? 1 : 0; in cnvt_bfp_to_hfp()
679 float64_is_neg(result) ? 1 : 2; in add_lbfp()
1527 float64_is_neg(op2) ? 1 : 2; in DEF_INST()
1641 float64_is_neg(op2) ? 1 : 2; in DEF_INST()
1759 float64_is_neg(op2) ? 1 : 2; in DEF_INST()
1877 float64_is_neg(op2) ? 1 : 2; in DEF_INST()
2175 float64_is_neg(op1) ? 1 : 2; in DEF_INST()
2604 float64_is_neg(op1) ? 1 : 2; in DEF_INST()
3877 if (float64_is_neg(op1)) in DEF_INST()
3938 divsign = float64_is_neg(*op1) ? 1 : 0; in divint_lbfp()
[all …]
/dports/emulators/hercules/hercules-3.13/softfloat/
H A Dsoftfloat.h243 flag float64_is_neg( float64 );
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c773 ret = float64_set_sign(float64_half, float64_is_neg(arg));
834 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) &&
893 } else if (unlikely(float64_is_neg(frb))) {
2477 if (!float64_is_neg(xa->VsrD(0)) || \
2478 !float64_is_neg(xb->VsrD(0))) { \
2484 if (float64_is_neg(xa->VsrD(0)) || \
2485 float64_is_neg(xb->VsrD(0))) { \
3095 sign = float64_is_neg(xb->VsrD(0));
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c773 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
834 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
893 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2477 if (!float64_is_neg(xa->VsrD(0)) || \
2478 !float64_is_neg(xb->VsrD(0))) { \
2484 if (float64_is_neg(xa->VsrD(0)) || \
2485 float64_is_neg(xb->VsrD(0))) { \
3095 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2655 if (!float64_is_neg(xa->VsrD(0)) || \
2656 !float64_is_neg(xb->VsrD(0))) { \
2662 if (float64_is_neg(xa->VsrD(0)) || \
2663 float64_is_neg(xb->VsrD(0))) { \
3271 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2655 if (!float64_is_neg(xa->VsrD(0)) || \
2656 !float64_is_neg(xb->VsrD(0))) { \
2662 if (float64_is_neg(xa->VsrD(0)) || \
2663 float64_is_neg(xb->VsrD(0))) { \
3271 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2655 if (!float64_is_neg(xa->VsrD(0)) || \
2656 !float64_is_neg(xb->VsrD(0))) { \
2662 if (float64_is_neg(xa->VsrD(0)) || \
2663 float64_is_neg(xb->VsrD(0))) { \
3271 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2655 if (!float64_is_neg(xa->VsrD(0)) || \
2656 !float64_is_neg(xb->VsrD(0))) { \
2662 if (float64_is_neg(xa->VsrD(0)) || \
2663 float64_is_neg(xb->VsrD(0))) { \
3271 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2655 if (!float64_is_neg(xa->VsrD(0)) || \
2656 !float64_is_neg(xb->VsrD(0))) { \
2662 if (float64_is_neg(xa->VsrD(0)) || \
2663 float64_is_neg(xb->VsrD(0))) { \
3271 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c985 ret = float64_set_sign(float64_half, float64_is_neg(arg)); in helper_fre()
1046 if ((!float64_is_neg(farg1.d) || float64_is_zero(farg1.d)) && in helper_fsel()
1105 } else if (unlikely(float64_is_neg(frb))) { in helper_ftsqrt()
2689 if (!float64_is_neg(xa->VsrD(0)) || \
2690 !float64_is_neg(xb->VsrD(0))) { \
2696 if (float64_is_neg(xa->VsrD(0)) || \
2697 float64_is_neg(xb->VsrD(0))) { \
3305 sign = float64_is_neg(xb->VsrD(0)); in helper_xststdcsp()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dfpu_helper.c113 } else if (float64_is_neg(v)) { in set_cc_nz_f64()
672 int neg = float64_is_neg(v1); in HELPER()

12345