Home
last modified time | relevance | path

Searched refs:ExtendedCPDO (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdo.c16 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
63 nRc = ExtendedCPDO(&roundData, opcode, rFd); in EmulateCPDO()
H A Dfpa11.h106 extern unsigned int ExtendedCPDO(struct roundingData *roundData,
H A Dextended_cpdo.c78 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h120 unsigned int ExtendedCPDO(const unsigned int opcode);
H A Dfpa11_cpdo.c62 case typeExtended : nRc = ExtendedCPDO(opcode); break; in EmulateCPDO()
H A Dextended_cpdo.c38 unsigned int ExtendedCPDO(const unsigned int opcode) in ExtendedCPDO() function