Home
last modified time | relevance | path

Searched refs:SetRoundingMode (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c74 void SetRoundingMode(const unsigned int opcode) in SetRoundingMode() function
182 SetRoundingMode(ROUND_TO_NEAREST); in EmulateAll()
H A Dfpa11_cprt.c77 SetRoundingMode(opcode); in PerformFLT()
117 SetRoundingMode(opcode); in PerformFIX()
H A Dfpa11.h89 void SetRoundingMode(const unsigned int);
H A Dfpa11_cpdo.c37 SetRoundingMode(opcode); in EmulateCPDO()
H A Dfpa11_cpdt.c257 SetRoundingMode(ROUND_TO_NEAREST); in PerformSTF()
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.c35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() function
H A Dfpa11.h81 extern int8 SetRoundingMode(const unsigned int);
H A Dfpa11_cprt.c62 roundData.mode = SetRoundingMode(opcode); in PerformFLT()
106 roundData.mode = SetRoundingMode(opcode); in PerformFIX()
H A Dfpa11_cpdo.c31 roundData.mode = SetRoundingMode(opcode); in EmulateCPDO()
H A Dfpa11_cpdt.c261 roundData.mode = SetRoundingMode(opcode); in PerformSTF()