Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/nwfpe/
A Dfpa11_cpdo.c22 unsigned int nType, nDest, nRc; in EmulateCPDO() local
27 nDest = getDestinationSize(opcode); in EmulateCPDO()
28 if (typeNone == nDest) in EmulateCPDO()
41 nType = nDest; in EmulateCPDO()
78 fpa11->fType[getFd(opcode)] = nDest; in EmulateCPDO()
81 if (nDest != nType) { in EmulateCPDO()
82 switch (nDest) { in EmulateCPDO()
112 if (nDest != nType) { in EmulateCPDO()
113 if (nDest == typeSingle) in EmulateCPDO()

Completed in 3 milliseconds