Searched refs:floatx80_sub (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 300 fp0 = floatx80_sub(fp0, f, status); /* Y-F */ in floatx80_lognp1() 358 fp0 = floatx80_sub(float32_to_floatx80(make_float32(0x3F800000), in floatx80_lognp1() 364 fp0 = floatx80_sub(float32_to_floatx80(make_float32(0x40000000), in floatx80_lognp1() 490 fp0 = floatx80_sub(fp0, f, status); /* Y-F */ in floatx80_logn() 541 fp1 = floatx80_sub(fp1, float32_to_floatx80(make_float32(0x3F800000), in floatx80_logn() 1007 fp0 = floatx80_sub(fp0, fp1, status); /* X - (1/64)*INT(64 X) */ in floatx80_twotox() 1162 fp0 = floatx80_sub(fp0, fp1, status); /* X - N L_LEAD */ in floatx80_tentox() 1163 fp0 = floatx80_sub(fp0, fp2, status); /* X - N L_TRAIL */ in floatx80_tentox() 1263 fp1 = floatx80_sub(fp1, fp0, status); in floatx80_tan() 1288 fp2 = floatx80_sub(fp2, float32_to_floatx80(twoto63, status), in floatx80_tan() [all …]
|
H A D | fpu_helper.c | 341 res->d = floatx80_sub(val1->d, val0->d, &env->fp_status); in HELPER() 347 res->d = floatx80_sub(val1->d, val0->d, &env->fp_status); in HELPER() 354 res->d = floatx80_sub(val1->d, val0->d, &env->fp_status); in HELPER()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | extended_cpdo.c | 28 return floatx80_sub(roundData, rFm, rFn); in floatx80_rsf() 39 [SUF_CODE >> 20] = floatx80_sub,
|
H A D | softfloat.h | 216 floatx80 floatx80_sub( struct roundingData *, floatx80, floatx80 );
|
H A D | softfloat.c | 2904 floatx80 floatx80_sub( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_sub() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | extended_cpdo.c | 106 fpa11->fpreg[Fd].fExtended = floatx80_sub(rFn,rFm, &fpa11->fp_status); in ExtendedCPDO() 110 fpa11->fpreg[Fd].fExtended = floatx80_sub(rFm,rFn, &fpa11->fp_status); in ExtendedCPDO()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 570 ST0 = floatx80_sub(ST0, FT0, &env->fp_status); in helper_fsub_ST0_FT0() 577 ST0 = floatx80_sub(FT0, ST0, &env->fp_status); in helper_fsubr_ST0_FT0() 610 ST(st_index) = floatx80_sub(ST(st_index), ST0, &env->fp_status); in helper_fsub_STN_ST0() 617 ST(st_index) = floatx80_sub(ST0, ST(st_index), &env->fp_status); in helper_fsubr_STN_ST0() 1172 y = floatx80_sub(ST0, f2xm1_table[n].t, &env->fp_status); in helper_f2xm1() 2217 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 533 WRAP2_80(qemu_extF80M_sub, floatx80_sub)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 963 floatx80 floatx80_sub(floatx80, floatx80, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2094 floatx80 floatx80_sub(floatx80 a, floatx80 b, float_status *status) in floatx80_sub() function
|