Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdo.c22 unsigned int nType, nDest, nRc; in EmulateCPDO() local
27 nDest = getDestinationSize(opcode); in EmulateCPDO()
28 if (typeNone == nDest) in EmulateCPDO()
41 nType = nDest; in EmulateCPDO()
78 fpa11->fType[getFd(opcode)] = nDest; in EmulateCPDO()
81 if (nDest != nType) { in EmulateCPDO()
82 switch (nDest) { in EmulateCPDO()
112 if (nDest != nType) { in EmulateCPDO()
113 if (nDest == typeSingle) in EmulateCPDO()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c28 unsigned int Fd, nType, nDest, nRc = 1; in EmulateCPDO() local
34 nDest = getDestinationSize(opcode); in EmulateCPDO()
35 if (typeNone == nDest) return 0; in EmulateCPDO()
45 nType = nDest; in EmulateCPDO()
71 if ((0 != nRc) && (nDest != nType)) in EmulateCPDO()
73 switch (nDest) in EmulateCPDO()
109 fpa11->fType[Fd] = nDest; in EmulateCPDO()