Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fpa11_cpdo.c File Reference
#include "fpa11.h"
#include "fpopcode.h"

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)
 

Function Documentation

unsigned int DoubleCPDO ( struct roundingData roundData,
const unsigned int  opcode,
FPREG *  rFd 
)

Definition at line 111 of file double_cpdo.c.

unsigned int EmulateCPDO ( const unsigned int  opcode)

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.