Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
unsigned int | SingleCPDO (struct roundingData *roundData, const unsigned int opcode, FPREG *rFd) |
unsigned int | DoubleCPDO (struct roundingData *roundData, const unsigned int opcode, FPREG *rFd) |
unsigned int | ExtendedCPDO (struct roundingData *roundData, const unsigned int opcode, FPREG *rFd) |
unsigned int | EmulateCPDO (const unsigned int opcode) |
unsigned int DoubleCPDO | ( | struct roundingData * | roundData, |
const unsigned int | opcode, | ||
FPREG * | rFd | ||
) |
Definition at line 111 of file double_cpdo.c.
Definition at line 30 of file fpa11_cpdo.c.
unsigned int ExtendedCPDO | ( | struct roundingData * | roundData, |
const unsigned int | opcode, | ||
FPREG * | rFd | ||
) |
Definition at line 90 of file extended_cpdo.c.
unsigned int SingleCPDO | ( | struct roundingData * | roundData, |
const unsigned int | opcode, | ||
FPREG * | rFd | ||
) |
Definition at line 88 of file single_cpdo.c.