Searched refs:FPREG (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/arm/nwfpe/ |
D | fpa11.h | 64 } __attribute__ ((packed,aligned(4))) FPREG; typedef 80 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */ 112 const unsigned int opcode, FPREG * rFd); 115 const unsigned int opcode, FPREG * rFd); 119 const unsigned int opcode, FPREG * rFd);
|
D | fpa11_cpdo.c | 26 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; in EmulateCPDO()
|
D | ChangeLog | 35 * fpa11.h - modified FPA11, FPREG structures 36 * fpa11.c - Changes due to FPA11, FPREG structure alterations. 37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations. 38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations. 39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations. 40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations. 41 * double_cpdo.c - Changes due to FPA11, FPREG structure alterations. 42 * extended_cpdo.c - Changes due to FPA11, FPREG structure alterations. 55 register type out of FPREG, and getting rid of the union variable
|
D | fpmodule.c | 93 if (sizeof(FPREG) != 12) { in fpe_init()
|
D | single_cpdo.c | 88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
D | double_cpdo.c | 111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
D | extended_cpdo.c | 90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|