Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; in EmulateCPDO() local
38 nDest = getDestinationSize(opcode); in EmulateCPDO()
39 if (typeNone == nDest) in EmulateCPDO()
50 nType = nDest; in EmulateCPDO()
87 fpa11->fType[getFd(opcode)] = nDest; in EmulateCPDO()
90 if (nDest != nType) { in EmulateCPDO()
91 switch (nDest) { in EmulateCPDO()
121 if (nDest != nType) { in EmulateCPDO()
122 if (nDest == typeSingle) in EmulateCPDO()