Searched defs:Fn (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/arm/nwfpe/ |
D | fpa11_cpdt.c | 19 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle() 26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble() 42 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended() 59 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) in loadMultiple() 91 static inline void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeSingle() 117 static inline void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeDouble() 150 static inline void storeExtended(const unsigned int Fn, unsigned int __user *pMem) in storeExtended() 182 static inline void storeMultiple(const unsigned int Fn, unsigned int __user *pMem) in storeMultiple()
|
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
|
D | single_cpdo.c | 93 unsigned int Fn = getFn(opcode); in SingleCPDO() local
|
D | extended_cpdo.c | 108 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local
|
D | double_cpdo.c | 125 unsigned int Fn = getFn(opcode); in DoubleCPDO() local
|