Home
last modified time | relevance | path

Searched refs:EmulateCPDO (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c184 nRc = EmulateCPDO(opcode); in EmulateAll()
239 return EmulateCPDO(opcode);
H A Dfpa11.h114 unsigned int EmulateCPDO(const unsigned int);
H A Dfpa11_cpdo.c25 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO() function