Searched refs:nDest (Results 1 – 2 of 2) sorted by relevance
22 unsigned int nType, nDest, nRc; in EmulateCPDO() local27 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()
28 unsigned int Fd, nType, nDest, nRc = 1; in EmulateCPDO() local34 nDest = getDestinationSize(opcode); in EmulateCPDO()35 if (typeNone == nDest) return 0; in EmulateCPDO()45 nType = nDest; in EmulateCPDO()71 if ((0 != nRc) && (nDest != nType)) in EmulateCPDO()73 switch (nDest) in EmulateCPDO()109 fpa11->fType[Fd] = nDest; in EmulateCPDO()