Searched defs:Fn (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/nwfpe/
H A Dfpa11_cprt.c115 unsigned int Fn = getFm(opcode); PerformFIX() local
157 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); PerformComparison() local
H A Ddouble_cpdo.c137 unsigned int Fn = getFn(opcode); DoubleCPDO() local
H A Dextended_cpdo.c120 unsigned int Fn = getFn(opcode); ExtendedCPDO() local
H A Dsingle_cpdo.c105 unsigned int Fn = getFn(opcode); SingleCPDO() local
H A Dfpa11_cpdt.c31 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) loadSingle() argument
38 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) loadDouble() argument
54 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) loadExtended() argument
71 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) loadMultiple() argument
103 static inline void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) storeSingle() argument
129 static inline void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int __user *pMem) storeDouble() argument
162 static inline void storeExtended(const unsigned int Fn, unsigned int __user *pMem) storeExtended() argument
194 static inline void storeMultiple(const unsigned int Fn, unsigned int __user *pMem) storeMultiple() argument

Completed in 125 milliseconds