Searched refs:float16_mul (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1273 float16 result = float16_mul(op1, op1, stat); 1326 return float16_sub(float16_two, float16_mul(op1, op2, stat), stat); in float16_recps_nf() 1351 op1 = float16_sub(float16_three, float16_mul(op1, op2, stat), stat); in float16_rsqrts_nf() 1387 DO_3OP(gvec_fmul_h, float16_mul, float16) in DO_3OP() 1465 return float16_add(dest, float16_mul(op1, op2, stat), stat); in DO_3OP() 1477 return float16_sub(dest, float16_mul(op1, op2, stat), stat); in float16_mulsub_nf() 1618 DO_FMUL_IDX(gvec_fmul_idx_h, nop, float16_mul, float16, H2) 1636 DO_FMUL_IDX(gvec_fmla_nf_idx_h, float16_add, float16_mul, float16, H2) 1638 DO_FMUL_IDX(gvec_fmls_nf_idx_h, float16_sub, float16_mul, float16, H2)
|
H A D | helper-a64.c | 580 return float16_mul(a, b, fpst);
|
H A D | mve_helper.c | 3014 #define DO_VCMULH(N, M, D, S) float16_mul(N, M, S)
|
H A D | sve_helper.c | 4320 DO_ZPZZ_FP(sve_fmul_h, uint16_t, H1_2, float16_mul) in DO_ZPZZ_FP() 4409 DO_ZPZS_FP(sve_fmuls_h, float16, H1_2, float16_mul)
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 569 return nanbox_h(env, float16_mul(frs1, frs2, &env->fp_status)); in helper_fmul_h()
|
H A D | vector_helper.c | 3271 RVVCALL(OPFVV2, vfmul_vv_h, OP_UUU_H, H2, H2, H2, float16_mul) in RVVCALL() 3277 RVVCALL(OPFVF2, vfmul_vf_h, OP_UUU_H, H2, H2, float16_mul) in RVVCALL()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 239 float16 float16_mul(float16, float16, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2103 float16 QEMU_FLATTEN float16_mul(float16 a, float16 b, float_status *status) in float16_mul() function
|