Searched refs:FPREG (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | fpa11.h | 52 } __attribute__ ((packed,aligned(4))) FPREG; typedef 68 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */ 100 const unsigned int opcode, FPREG * rFd); 103 const unsigned int opcode, FPREG * rFd); 107 const unsigned int opcode, FPREG * rFd);
|
A 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
|
A D | fpa11_cpdo.c | 14 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd); 15 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd); 16 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd); 21 FPREG *rFd; in EmulateCPDO()
|
A D | fpmodule.c | 81 if (sizeof(FPREG) != 12) { in fpe_init()
|
A D | single_cpdo.c | 76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
A D | double_cpdo.c | 99 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
A D | extended_cpdo.c | 78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
Completed in 7 milliseconds