Home
last modified time | relevance | path

Searched refs:PerformLDF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.h92 extern unsigned int PerformLDF(const unsigned int opcode);
H A Dfpa11_cpdt.c212 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() function
383 nRc = PerformLDF(opcode); in EmulateCPDT()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdt.c215 static unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() function
361 nRc = PerformLDF(opcode); in EmulateCPDT()
H A Dfpa11.c239 case 0x1: return PerformLDF(opcode); break;