Home
last modified time | relevance | path

Searched refs:SetRoundingPrecision (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c116 void SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() function
183 SetRoundingPrecision(ROUND_EXTENDED); in EmulateAll()
H A Dfpa11.h90 void SetRoundingPrecision(const unsigned int);
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.c53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() function
H A Dfpa11.h82 extern int8 SetRoundingPrecision(const unsigned int);
H A Dfpa11_cprt.c63 roundData.precision = SetRoundingPrecision(opcode); in PerformFLT()
107 roundData.precision = SetRoundingPrecision(opcode); in PerformFIX()
H A Dfpa11_cpdo.c32 roundData.precision = SetRoundingPrecision(opcode); in EmulateCPDO()
H A Dfpa11_cpdt.c262 roundData.precision = SetRoundingPrecision(opcode); in PerformSTF()