Searched refs:float16_lt (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 637 return float16_lt(frs1, frs2, &env->fp_status); in helper_flt_h()
|
H A D | vector_helper.c | 4336 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 D | softfloat.h | 320 static inline bool float16_lt(float16 a, float16 b, float_status *s) in float16_lt() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1147 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 D | mve_helper.c | 3235 #define DO_GT16(X, Y, S) float16_lt(Y, X, S)
|