Searched refs:nType (Results 1 – 2 of 2) sorted by relevance
34 unsigned int nType, nDest, nRc; in EmulateCPDO() local53 nType = nDest; in EmulateCPDO()55 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()59 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()60 nType = fpa11->fType[Fm]; in EmulateCPDO()66 switch (nType) { in EmulateCPDO()93 if (nDest != nType) { in EmulateCPDO()97 if (typeDouble == nType) in EmulateCPDO()106 if (typeSingle == nType) in EmulateCPDO()115 if (typeSingle == nType) in EmulateCPDO()[all …]
197 register unsigned int nType, *p; in storeMultiple() local200 nType = fpa11->fType[Fn]; in storeMultiple()202 switch (nType) { in storeMultiple()208 put_user(nType << 14, &pMem[0]); in storeMultiple()217 put_user((p[0] & 0x80003fff) | (nType << 14), &pMem[0]); in storeMultiple()