Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/nwfpe/
A Dfpopcode.h385 nRc = 1; in getTransferLength()
388 nRc = 2; in getTransferLength()
391 nRc = 3; in getTransferLength()
394 nRc = 0; in getTransferLength()
406 nRc = 4; in getRegisterCount()
409 nRc = 1; in getRegisterCount()
412 nRc = 2; in getRegisterCount()
415 nRc = 3; in getRegisterCount()
418 nRc = 0; in getRegisterCount()
430 nRc = 1; in getRoundingPrecision()
[all …]
A Dfpa11_cpdo.c22 unsigned int nType, nDest, nRc; in EmulateCPDO() local
56 nRc = SingleCPDO(&roundData, opcode, rFd); in EmulateCPDO()
59 nRc = DoubleCPDO(&roundData, opcode, rFd); in EmulateCPDO()
63 nRc = ExtendedCPDO(&roundData, opcode, rFd); in EmulateCPDO()
67 nRc = 0; in EmulateCPDO()
73 if (nRc != 0) { in EmulateCPDO()
124 return nRc; in EmulateCPDO()
A Dfpa11_cpdt.c247 nRc = 0; in PerformLDF()
252 return nRc; in PerformLDF()
295 nRc = 0; in PerformSTF()
303 return nRc; in PerformSTF()
380 unsigned int nRc = 0; in EmulateCPDT() local
383 nRc = PerformLDF(opcode); in EmulateCPDT()
385 nRc = PerformLFM(opcode); in EmulateCPDT()
387 nRc = PerformSTF(opcode); in EmulateCPDT()
389 nRc = PerformSFM(opcode); in EmulateCPDT()
391 nRc = 0; in EmulateCPDT()
[all …]

Completed in 6 milliseconds