Searched refs:FPREG (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | fpa11.h | 52 } __attribute__ ((packed,aligned(4))) FPREG; typedef 63 * The size of this structure and FPREG are checked by fpmodule.c 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);
|
H 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()
|
H A D | fpmodule.c | 81 if (sizeof(FPREG) != 12) { in fpe_init()
|
H A D | double_cpdo.c | 99 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
H A D | extended_cpdo.c | 78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
H A D | single_cpdo.c | 76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | fpa11.h | 52 } __attribute__ ((packed,aligned(4))) FPREG; typedef 63 * The size of this structure and FPREG are checked by fpmodule.c 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);
|
H 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()
|
H A D | fpmodule.c | 81 if (sizeof(FPREG) != 12) { in fpe_init()
|
H A D | double_cpdo.c | 99 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
H A D | single_cpdo.c | 76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
H A D | extended_cpdo.c | 78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
Completed in 4 milliseconds