Home
last modified time | relevance | path

Searched refs:FPA11 (Results 1 – 11 of 11) sorted by relevance

/arch/arm/nwfpe/
Dfpa11.c36 FPA11 *fpa11 = GET_FPA11(); in resetFPA11()
87 FPA11 *fpa11 = (FPA11 *)fp; in nwfpe_init_fpa()
91 memset(fpa11, 0, sizeof(FPA11)); in nwfpe_init_fpa()
DChangeLog18 * The FPA11 structure is not a kernel-specific data structure.
21 FPA11 structure (size or position of elements contained
24 * Since 128-bit float requires the FPA11 structure to change
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.
[all …]
Dfpa11.inl27 FPA11 *fpa11 = GET_FPA11();
33 FPA11 *fpa11 = GET_FPA11();
41 FPA11 *fpa11 = GET_FPA11();
48 FPA11 *fpa11 = GET_FPA11();
Dfpa11_cpdt.c33 FPA11 *fpa11 = GET_FPA11(); in loadSingle()
40 FPA11 *fpa11 = GET_FPA11(); in loadDouble()
56 FPA11 *fpa11 = GET_FPA11(); in loadExtended()
73 FPA11 *fpa11 = GET_FPA11(); in loadMultiple()
105 FPA11 *fpa11 = GET_FPA11(); in storeSingle()
131 FPA11 *fpa11 = GET_FPA11(); in storeDouble()
164 FPA11 *fpa11 = GET_FPA11(); in storeExtended()
196 FPA11 *fpa11 = GET_FPA11(); in storeMultiple()
Dfpa11.h25 #define GET_FPA11() ((FPA11 *)(&current_thread_info()->fpstate))
91 } __attribute__ ((packed,aligned(4))) FPA11; typedef
Dfpa11_cprt.c71 FPA11 *fpa11 = GET_FPA11(); in PerformFLT()
114 FPA11 *fpa11 = GET_FPA11(); in PerformFIX()
156 FPA11 *fpa11 = GET_FPA11(); in PerformComparison()
Dfpmodule.c88 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
Dfpa11_cpdo.c32 FPA11 *fpa11 = GET_FPA11(); in EmulateCPDO()
Dsingle_cpdo.c90 FPA11 *fpa11 = GET_FPA11(); in SingleCPDO()
Ddouble_cpdo.c113 FPA11 *fpa11 = GET_FPA11(); in DoubleCPDO()
Dextended_cpdo.c92 FPA11 *fpa11 = GET_FPA11(); in ExtendedCPDO()