Searched refs:float32_to_floatx80 (Results 1 – 6 of 6) sorted by relevance
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()113 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in ExtendedCPDO()
163 rFn = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in PerformComparison()196 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in PerformComparison()
104 rFd->fExtended = float32_to_floatx80(rFd->fSingle); in EmulateCPDO()
142 floatx80 float32_to_floatx80( float32 );
160 val.f = float32_to_floatx80(fpa11->fpreg[Fn].fSingle); in storeExtended()
936 floatx80 float32_to_floatx80( float32 a ) in float32_to_floatx80() function