Home
last modified time | relevance | path

Searched refs:float_relation_greater (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dfop_helper.c445 case float_relation_greater: in finish_fcmp()
511 case float_relation_greater: in helper_flcmps()
535 case float_relation_greater: in helper_flcmpd()
/openbmc/qemu/target/sh4/
H A Dop_helper.c297 return relation == float_relation_greater; in helper_fcmp_gt_FT()
307 return relation == float_relation_greater; in helper_fcmp_gt_DT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c447 return v != float_relation_greater; in HELPER()
454 return v != float_relation_greater; in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c410 case float_relation_greater: in update_fr0_cmp()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1617 cmp = float_relation_greater;
1659 return a->sign ? float_relation_less : float_relation_greater;
1661 return b->sign ? float_relation_greater : float_relation_less;
H A Dsoftfloat.c1000 : float_relation_greater); in frac64_cmp()
1012 return ta < tb ? float_relation_less : float_relation_greater; in frac128_cmp()
4470 return float_relation_greater; in float32_hs_compare()
4524 return float_relation_greater; in float64_hs_compare()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c432 case float_relation_greater: in float_comp_to_cc()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c420 case float_relation_greater: in fcmp_common()
H A Dvec_helper.c3060 case float_relation_greater: in vfcmp_common()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c129 case float_relation_greater: in float_comp_to_cc()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c324 case float_relation_greater: in softfloat_to_vfp_compare()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h92 float_relation_greater = 1, enumerator
/openbmc/qemu/target/ppc/
H A Dint_helper.c677 VCMPFP(gtfp, ==, float_relation_greater)
697 int le = le_rel != float_relation_greater;
/openbmc/qemu/target/i386/
H A Dops_sse.h1045 return (x == float_relation_equal || x == float_relation_greater); in FPU_GE()
1050 #define FPU_GT(x) (x == float_relation_greater)
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2186 case float_relation_greater: in helper_fyl2x()