Searched refs:float16_le (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 623 return float16_le(frs1, frs2, &env->fp_status); in helper_fle_h()
|
H A D | vector_helper.c | 4343 GEN_VEXT_CMP_VV_ENV(vmfle_vv_h, uint16_t, H2, float16_le) in GEN_VEXT_CMP_VV_ENV() 4346 GEN_VEXT_CMP_VF(vmfle_vf_h, uint16_t, H2, float16_le) in GEN_VEXT_CMP_VV_ENV()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 315 static inline bool float16_le(float16 a, float16 b, float_status *s) in float16_le() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1132 return -float16_le(op2, op1, stat); in float16_cge() 1162 return -float16_le(float16_abs(op2), float16_abs(op1), stat); in float16_acge()
|
H A D | mve_helper.c | 3233 #define DO_GE16(X, Y, S) float16_le(Y, X, S)
|