Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; in EmulateCPDO() local
50 nType = nDest; in EmulateCPDO()
52 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO()
56 if (nType < fpa11->fType[Fm]) { in EmulateCPDO()
57 nType = fpa11->fType[Fm]; in EmulateCPDO()
63 switch (nType) { in EmulateCPDO()
90 if (nDest != nType) { in EmulateCPDO()
94 if (typeDouble == nType) in EmulateCPDO()
103 if (typeSingle == nType) in EmulateCPDO()
112 if (typeSingle == nType) in EmulateCPDO()
[all …]
Dfpa11_cpdt.c170 register unsigned int nType, *p; in storeMultiple() local
173 nType = fpa11->fType[Fn]; in storeMultiple()
175 switch (nType) { in storeMultiple()
181 put_user(nType << 14, &pMem[0]); in storeMultiple()
190 put_user((p[0] & 0x80003fff) | (nType << 14), &pMem[0]); in storeMultiple()