Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.h52 } __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);
H A Dfpa11_cpdo.c14 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 DChangeLog35 * 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
H A Dfpmodule.c81 if (sizeof(FPREG) != 12) { in fpe_init()
H A Dsingle_cpdo.c76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
H A Ddouble_cpdo.c99 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
H A Dextended_cpdo.c78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h56 } FPREG; typedef
72 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */