Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/nwfpe/
Dfpopcode.h381 unsigned int nRc; in getTransferLength() local
385 nRc = 1; in getTransferLength()
388 nRc = 2; in getTransferLength()
391 nRc = 3; in getTransferLength()
394 nRc = 0; in getTransferLength()
397 return (nRc); in getTransferLength()
402 unsigned int nRc; in getRegisterCount() local
406 nRc = 4; in getRegisterCount()
409 nRc = 1; in getRegisterCount()
412 nRc = 2; in getRegisterCount()
[all …]
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()
Dfpa11_cpdt.c215 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); in PerformLDF() local
247 nRc = 0; in PerformLDF()
252 return nRc; in PerformLDF()
258 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); in PerformSTF() local
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()
[all …]