Home
last modified time | relevance | path

Searched refs:floatx80_rem (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c43 [RMF_CODE >> 20] = floatx80_rem,
H A Dsoftfloat.h219 floatx80 floatx80_rem( struct roundingData *, floatx80, floatx80 );
H A Dsoftfloat.c3069 floatx80 floatx80_rem( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_rem() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c134 fpa11->fpreg[Fd].fExtended = floatx80_rem(rFn,rFm, &fpa11->fp_status); in ExtendedCPDO()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c616 fp_rem = floatx80_rem(val1->d, val0->d, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc536 WRAP2_80(qemu_extF80M_rem, floatx80_rem)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h969 floatx80 floatx80_rem(floatx80, floatx80, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c2645 floatx80 floatx80_rem(floatx80 a, floatx80 b, float_status *status) in floatx80_rem() function