Searched refs:nType (Results 1 – 2 of 2) sorted by relevance
22 unsigned int nType, nDest, nRc; in EmulateCPDO() local41 nType = nDest; in EmulateCPDO()43 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()47 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()48 nType = fpa11->fType[Fm]; in EmulateCPDO()54 switch (nType) { in EmulateCPDO()81 if (nDest != nType) { in EmulateCPDO()85 if (typeDouble == nType) in EmulateCPDO()94 if (typeSingle == nType) in EmulateCPDO()103 if (typeSingle == nType) in EmulateCPDO()[all …]
185 register unsigned int nType, *p; in storeMultiple() local188 nType = fpa11->fType[Fn]; in storeMultiple()190 switch (nType) { in storeMultiple()196 put_user(nType << 14, &pMem[0]); in storeMultiple()205 put_user((p[0] & 0x80003fff) | (nType << 14), &pMem[0]); in storeMultiple()