Home
last modified time | relevance | path

Searched refs:int32_to_floatx80 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/arm/nwfpe/
Dsoftfloat.h130 floatx80 int32_to_floatx80( signed int );
Dfpa11_cprt.c85 fpa11->fpreg[getFn(opcode)].fExtended = int32_to_floatx80(readRegister(getRd(opcode))); in PerformFLT()
Dsoftfloat.c806 floatx80 int32_to_floatx80( int32 a ) in int32_to_floatx80() function