Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpa11_cpdo.c26 unsigned int SingleCPDO(const unsigned int opcode, FPREG * rFd);
27 unsigned int DoubleCPDO(const unsigned int opcode, FPREG * rFd);
28 unsigned int ExtendedCPDO(const unsigned int opcode, FPREG * rFd);
33 FPREG *rFd; in EmulateCPDO()
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
Dfpa11.h60 } FPREG; typedef
76 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */
Dfpmodule.c96 if (sizeof(FPREG) != 12) { in fpe_init()
Dsingle_cpdo.c88 unsigned int SingleCPDO(const unsigned int opcode, FPREG * rFd) in SingleCPDO()
Ddouble_cpdo.c103 unsigned int DoubleCPDO(const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
Dextended_cpdo.c90 unsigned int ExtendedCPDO(const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()