Home
last modified time | relevance | path

Searched refs:float32_to_floatx80 (Results 1 – 6 of 6) sorted by relevance

/arch/arm/nwfpe/
Dextended_cpdo.c102 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
125 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in ExtendedCPDO()
Dfpa11_cpdo.c116 rFd->fExtended = float32_to_floatx80(rFd->fSingle); in EmulateCPDO()
Dfpa11_cprt.c175 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in PerformComparison()
208 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
Dsoftfloat.h142 floatx80 float32_to_floatx80( float32 );
Dfpa11_cpdt.c172 val.f = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in storeExtended()
Dsoftfloat.c936 floatx80 float32_to_floatx80( float32 a ) in float32_to_floatx80() function