Searched refs:nType (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 28 unsigned int Fd, nType, nDest, nRc = 1; in EmulateCPDO() local 45 nType = nDest; in EmulateCPDO() 47 nType = fpa11->fType[getFn(opcode)]; in EmulateCPDO() 52 if (nType < fpa11->fType[Fm]) in EmulateCPDO() 54 nType = fpa11->fType[Fm]; in EmulateCPDO() 58 switch (nType) in EmulateCPDO() 70 nType = fpa11->fType[Fd]; in EmulateCPDO() 71 if ((0 != nRc) && (nDest != nType)) in EmulateCPDO() 77 if (typeDouble == nType) in EmulateCPDO() 88 if (typeSingle == nType) in EmulateCPDO() [all …]
|
H A D | fpa11_cpdt.c | 189 register unsigned int nType, *p; in storeMultiple() local 192 nType = fpa11->fType[Fn]; in storeMultiple() 194 switch (nType) in storeMultiple() 201 put_user_u32(nType << 14, addr); in storeMultiple() 209 put_user_u32((p[0] & 0x80003fff) | (nType << 14), addr); in storeMultiple()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 22 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 …]
|
H A D | fpa11_cpdt.c | 185 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()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.map | 1 …earTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","attr…
|
H A D | jquery-2.0.3.min.map | 1 …Val","classNames","hasClass","valHooks","option","one","max","optionSet","nType","attrHooks","prop…
|