Searched refs:nRc (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpopcode.c64 unsigned int nRc; local
68 case 0x00000000: nRc = 1; break; /* single precision */
69 case 0x00008000: nRc = 2; break; /* double precision */
70 case 0x00400000: nRc = 3; break; /* extended precision */
71 default: nRc = 0;
74 return(nRc);
79 unsigned int nRc; local
83 case 0x00000000: nRc = 4; break;
84 case 0x00008000: nRc = 1; break;
85 case 0x00400000: nRc
95 unsigned int nRc; local
110 unsigned int nRc; local
[all...]
H A Dfpa11_cpdo.c32 unsigned int Fd, nType, nDest, nRc = 1; local
64 case typeSingle : nRc = SingleCPDO(opcode); break;
65 case typeDouble : nRc = DoubleCPDO(opcode); break;
66 case typeExtended : nRc = ExtendedCPDO(opcode); break;
67 default : nRc = 0;
75 if ((0 != nRc) && (nDest != nType))
116 return nRc;
H A Dfpa11.c144 unsigned int nRc = 1, code; local
158 nRc = EmulateCPRT(opcode);
164 nRc = EmulateCPDO(opcode);
171 nRc = EmulateCPDT(opcode);
176 nRc = 0;
180 return(nRc);
H A Dfpa11_cprt.c45 unsigned int nRc = 1; local
61 case FLT_CODE >> 20: nRc = PerformFLT(opcode); break;
62 case FIX_CODE >> 20: nRc = PerformFIX(opcode); break;
73 default: nRc = 0;
76 return nRc;
83 unsigned int nRc = 1; local
112 default: nRc = 0;
115 return nRc;
121 unsigned int nRc = 1; local
149 default: nRc
[all...]
H A Dfpa11_cpdt.c207 unsigned int *pBase, *pAddress, *pFinal, nRc = 1, local
232 default: nRc = 0;
236 return nRc;
241 unsigned int *pBase, *pAddress, *pFinal, nRc = 1, local
267 default: nRc = 0;
271 return nRc;
340 unsigned int nRc = 0; local
346 nRc = PerformLDF(opcode);
350 nRc = PerformLFM(opcode);
354 nRc
[all...]
H A Ddouble_cpdo.c42 unsigned int Fd, Fm, Fn, nRc = 1; local
167 nRc = 0;
171 if (0 != nRc) fpa11->fType[Fd] = typeDouble;
172 return nRc;
H A Dsingle_cpdo.c42 unsigned int Fd, Fm, Fn, nRc = 1; local
141 nRc = 0;
145 if (0 != nRc) fpa11->fType[Fd] = typeSingle;
146 return nRc;
H A Dextended_cpdo.c42 unsigned int Fd, Fm, Fn, nRc = 1; local
159 nRc = 0;
163 if (0 != nRc) fpa11->fType[Fd] = typeExtended;
164 return nRc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpopcode.h393 unsigned int nRc; local
397 nRc = 1;
400 nRc = 2;
403 nRc = 3;
406 nRc = 0;
409 return (nRc);
414 unsigned int nRc; local
418 nRc = 4;
421 nRc = 1;
424 nRc
438 unsigned int nRc; local
459 unsigned int nRc; local
[all...]
H A Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; local
68 nRc = SingleCPDO(&roundData, opcode, rFd);
71 nRc = DoubleCPDO(&roundData, opcode, rFd);
75 nRc = ExtendedCPDO(&roundData, opcode, rFd);
79 nRc = 0;
85 if (nRc != 0) {
136 return nRc;
H A Dfpa11_cpdt.c227 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); local
259 nRc = 0;
264 return nRc;
270 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); local
307 nRc = 0;
315 return nRc;
392 unsigned int nRc = 0; local
395 nRc = PerformLDF(opcode);
397 nRc = PerformLFM(opcode);
399 nRc
[all...]

Completed in 61 milliseconds