Home
last modified time | relevance | path

Searched refs:float_relation_less (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dfop_helper.c443 case float_relation_less: in finish_fcmp()
509 case float_relation_less: in helper_flcmps()
533 case float_relation_less: in helper_flcmpd()
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c177 FLOAT_UCMP(ult, r == float_relation_less || r == float_relation_unordered)
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c421 return v == float_relation_less || in HELPER()
429 return v == float_relation_less || in HELPER()
/openbmc/qemu/target/rx/
H A Dop_helper.c165 case float_relation_less: in FLOATOP()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c413 case float_relation_less: in update_fr0_cmp()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1615 cmp = float_relation_less;
1659 return a->sign ? float_relation_less : float_relation_greater;
1661 return b->sign ? float_relation_greater : float_relation_less;
H A Dsoftfloat.c999 : a->frac < b->frac ? float_relation_less in frac64_cmp()
1012 return ta < tb ? float_relation_less : float_relation_greater; in frac128_cmp()
4475 return float_relation_less; in float32_hs_compare()
4529 return float_relation_less; in float64_hs_compare()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c428 case float_relation_less: in float_comp_to_cc()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c414 case float_relation_less: in fcmp_common()
H A Dvec_helper.c3054 case float_relation_less: in vfcmp_common()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c127 case float_relation_less: in float_comp_to_cc()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c321 case float_relation_less: in softfloat_to_vfp_compare()
H A Dhelper-a64.c127 case float_relation_less: in float_rel_to_flags()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h90 float_relation_less = -1, enumerator
/openbmc/qemu/target/ppc/
H A Dint_helper.c676 VCMPFP(gefp, !=, float_relation_less)
698 int ge = ge_rel != float_relation_less;
H A Dfpu_helper.c2236 case float_relation_less: in do_scalar_cmp()
2301 case float_relation_less: in do_scalar_cmpq()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2183 case float_relation_less: in helper_fyl2x()
/openbmc/qemu/target/i386/
H A Dops_sse.h1048 #define FPU_LT(x) (x == float_relation_less)