Searched refs:FPA11 (Results 1 – 11 of 11) sorted by relevance
18 * The FPA11 structure is not a kernel-specific data structure.21 FPA11 structure (size or position of elements contained24 * Since 128-bit float requires the FPA11 structure to change35 * fpa11.h - modified FPA11, FPREG structures36 * 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.47 FPA11*. Unfortunately FPA11 and user_fp are of different sizes;53 * user_fp and FPA11 have now been harmonized. Most of the changes[all …]
24 FPA11 *fpa11 = GET_FPA11(); in resetFPA11()75 FPA11 *fpa11 = (FPA11 *)fp; in nwfpe_init_fpa()79 memset(fpa11, 0, sizeof(FPA11)); in nwfpe_init_fpa()
27 FPA11 *fpa11 = GET_FPA11();33 FPA11 *fpa11 = GET_FPA11();41 FPA11 *fpa11 = GET_FPA11();48 FPA11 *fpa11 = GET_FPA11();
21 FPA11 *fpa11 = GET_FPA11(); in loadSingle()28 FPA11 *fpa11 = GET_FPA11(); in loadDouble()44 FPA11 *fpa11 = GET_FPA11(); in loadExtended()61 FPA11 *fpa11 = GET_FPA11(); in loadMultiple()93 FPA11 *fpa11 = GET_FPA11(); in storeSingle()119 FPA11 *fpa11 = GET_FPA11(); in storeDouble()152 FPA11 *fpa11 = GET_FPA11(); in storeExtended()184 FPA11 *fpa11 = GET_FPA11(); in storeMultiple()
13 #define GET_FPA11() ((FPA11 *)(¤t_thread_info()->fpstate))79 } __attribute__ ((packed,aligned(4))) FPA11; typedef
59 FPA11 *fpa11 = GET_FPA11(); in PerformFLT()102 FPA11 *fpa11 = GET_FPA11(); in PerformFIX()144 FPA11 *fpa11 = GET_FPA11(); in PerformComparison()
76 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
20 FPA11 *fpa11 = GET_FPA11(); in EmulateCPDO()
78 FPA11 *fpa11 = GET_FPA11(); in SingleCPDO()
80 FPA11 *fpa11 = GET_FPA11(); in ExtendedCPDO()
101 FPA11 *fpa11 = GET_FPA11(); in DoubleCPDO()
Completed in 15 milliseconds