Home
last modified time | relevance | path

Searched refs:floatx80_add (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/m68k/
H A Dsoftfloat.c281 fp0 = floatx80_add(fp0, float32_to_floatx80(make_float32(0x3F800000), in floatx80_lognp1()
318 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
321 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
326 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
329 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
335 fp0 = floatx80_add(fp0, fp2, status); /* U+V*(A1+V*(A3+V*A5)) */ in floatx80_lognp1()
337 fp1 = floatx80_add(fp1, log_tbl[j + 1], in floatx80_lognp1()
339 fp0 = floatx80_add(fp0, fp1, status); /* FP0 IS LOG(F) + LOG(1+U) */ in floatx80_lognp1()
344 a = floatx80_add(fp0, klog2, status); in floatx80_lognp1()
360 fp0 = floatx80_add(fp0, fp1, status); /* FP0 IS Y-F = (1-F)+Z */ in floatx80_lognp1()
[all …]
H A Dfpu_helper.c322 res->d = floatx80_add(val0->d, val1->d, &env->fp_status); in HELPER()
328 res->d = floatx80_add(val0->d, val1->d, &env->fp_status); in HELPER()
335 res->d = floatx80_add(val0->d, val1->d, &env->fp_status); in HELPER()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c556 ST0 = floatx80_add(ST0, FT0, &env->fp_status); in helper_fadd_ST0_FT0()
596 ST(st_index) = floatx80_add(ST(st_index), ST0, &env->fp_status); in helper_fadd_STN_ST0()
1189 accum = floatx80_add(f2xm1_coeff_6, accum, &env->fp_status); in helper_f2xm1()
1191 accum = floatx80_add(f2xm1_coeff_5, accum, &env->fp_status); in helper_f2xm1()
1193 accum = floatx80_add(f2xm1_coeff_4, accum, &env->fp_status); in helper_f2xm1()
1195 accum = floatx80_add(f2xm1_coeff_3, accum, &env->fp_status); in helper_f2xm1()
1197 accum = floatx80_add(f2xm1_coeff_2, accum, &env->fp_status); in helper_f2xm1()
1199 accum = floatx80_add(f2xm1_coeff_1, accum, &env->fp_status); in helper_f2xm1()
1201 accum = floatx80_add(f2xm1_coeff_0_low, accum, &env->fp_status); in helper_f2xm1()
1663 accum = floatx80_add(fpatan_coeff_5, accum, &env->fp_status); in helper_fpatan()
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c37 [ADF_CODE >> 20] = floatx80_add,
H A Dsoftfloat.h215 floatx80 floatx80_add( struct roundingData *, floatx80, floatx80 );
H A Dsoftfloat.c2882 floatx80 floatx80_add( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_add() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c97 fpa11->fpreg[Fd].fExtended = floatx80_add(rFn,rFm, &fpa11->fp_status); in ExtendedCPDO()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc532 WRAP2_80(qemu_extF80M_add, floatx80_add)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h962 floatx80 floatx80_add(floatx80, floatx80, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c2089 floatx80 floatx80_add(floatx80 a, floatx80 b, float_status *status) in floatx80_add() function