Home
last modified time | relevance | path

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

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