Searched refs:FPREG (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpa11.h54 } FPREG; typedef in typeref:union:tagFPREG
65 * The size of this structure and FPREG are checked by fpmodule.c
70 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */
H A Dfpmodule.c87 if (sizeof(FPREG) != 12) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11.h64 } __attribute__ ((packed,aligned(4))) FPREG; typedef in typeref:union:tagFPREG
75 * The size of this structure and FPREG are checked by fpmodule.c
80 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */
112 const unsigned int opcode, FPREG * rFd);
115 const unsigned int opcode, FPREG * rFd);
H A Dfpa11_cpdo.c26 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
27 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
28 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
33 FPREG *rFd;
H A Dfpmodule.c91 if (sizeof(FPREG) != 12) {
H A Dsingle_cpdo.c88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd)
H A Ddouble_cpdo.c111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd)
H A Dextended_cpdo.c90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd)

Completed in 97 milliseconds