Searched refs:floatx80_add (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 281 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 D | fpu_helper.c | 322 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 D | fpu_helper.c | 556 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 D | extended_cpdo.c | 37 [ADF_CODE >> 20] = floatx80_add,
|
H A D | softfloat.h | 215 floatx80 floatx80_add( struct roundingData *, floatx80, floatx80 );
|
H A D | softfloat.c | 2882 floatx80 floatx80_add( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_add() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | extended_cpdo.c | 97 fpa11->fpreg[Fd].fExtended = floatx80_add(rFn,rFm, &fpa11->fp_status); in ExtendedCPDO()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 532 WRAP2_80(qemu_extF80M_add, floatx80_add)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 962 floatx80 floatx80_add(floatx80, floatx80, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2089 floatx80 floatx80_add(floatx80 a, floatx80 b, float_status *status) in floatx80_add() function
|