Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/nwfpe/
Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; in EmulateCPDO() local
53 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 …]
Dfpa11_cpdt.c197 register unsigned int nType, *p; in storeMultiple() local
200 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()