Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/nwfpe/
A Dfpa11_cpdo.c22 unsigned int nType, nDest, nRc; in EmulateCPDO() local
41 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 …]
A Dfpa11_cpdt.c185 register unsigned int nType, *p; in storeMultiple() local
188 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()

Completed in 3 milliseconds