Searched defs:Fn (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/nwfpe/ |
H A D | fpa11_cpdt.c | 19 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle() argument 26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble() argument 42 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended() argument 59 static inline void loadMultiple(const unsigned int Fn, cons argument 91 storeSingle(struct roundingData * roundData,const unsigned int Fn,unsigned int __user * pMem) storeSingle() argument 117 storeDouble(struct roundingData * roundData,const unsigned int Fn,unsigned int __user * pMem) storeDouble() argument 150 storeExtended(const unsigned int Fn,unsigned int __user * pMem) storeExtended() argument 182 storeMultiple(const unsigned int Fn,unsigned int __user * pMem) storeMultiple() argument [all...] |
H A D | fpa11_cprt.c | 103 unsigned int Fn = getFm(opcode); in PerformFIX() local 145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local [all...] |
H A D | extended_cpdo.c | 108 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local
|
H A D | single_cpdo.c | 93 unsigned int Fn = getFn(opcode); in SingleCPDO() local
|
H A D | double_cpdo.c | 125 unsigned int Fn = getFn(opcode); in DoubleCPDO() local
|