Home
last modified time | relevance | path

Searched refs:loadDouble (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdt.c41 void loadDouble(const unsigned int Fn, target_ulong addr) in loadDouble() function
241 case TRANSFER_DOUBLE : loadDouble(getFd(opcode),pAddress); break; in PerformLDF()
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdt.c26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble() function
239 loadDouble(getFd(opcode), pAddress); in PerformLDF()