Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c637 return float16_lt(frs1, frs2, &env->fp_status); in helper_flt_h()
H A Dvector_helper.c4336 GEN_VEXT_CMP_VV_ENV(vmflt_vv_h, uint16_t, H2, float16_lt) in GEN_VEXT_CMP_VV_ENV()
4339 GEN_VEXT_CMP_VF(vmflt_vf_h, uint16_t, H2, float16_lt) in GEN_VEXT_CMP_VV_ENV()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h320 static inline bool float16_lt(float16 a, float16 b, float_status *s) in float16_lt() function
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1147 return -float16_lt(op2, op1, stat); in float16_cgt()
1177 return -float16_lt(float16_abs(op2), float16_abs(op1), stat); in float16_acgt()
H A Dmve_helper.c3235 #define DO_GT16(X, Y, S) float16_lt(Y, X, S)