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

/linux-4.4.14/arch/arm/nwfpe/
H A Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; EmulateCPDO() local
39 nDest = getDestinationSize(opcode); EmulateCPDO()
40 if (typeNone == nDest) EmulateCPDO()
53 nType = nDest; EmulateCPDO()
90 fpa11->fType[getFd(opcode)] = nDest; EmulateCPDO()
93 if (nDest != nType) { EmulateCPDO()
94 switch (nDest) { EmulateCPDO()
124 if (nDest != nType) { EmulateCPDO()
125 if (nDest == typeSingle) EmulateCPDO()

Completed in 63 milliseconds