Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
ti_latency.c File Reference
#include <stdio.h>
#include "ti_si.h"
#include "targ_isa_properties.h"
#include "targ_isa_hazards.h"
#include "targ_isa_subset.h"
#include "ti_errors.h"
#include "ti_latency.h"
Include dependency graph for ti_latency.c:

Go to the source code of this file.

Functions

INT TI_LATENCY_Commit_Cycle (TOP opcode)
INT TI_LATENCY_Operand_Hazard (TOP opcode, INT *opnd, INT *error)
INT TI_LATENCY_Result_Hazard (TOP opcode, INT *result, INT *error)
INT TI_LATENCY_Errata_Hazard (TOP opcode, INT *number, INT *error)

Function Documentation

INT TI_LATENCY_Commit_Cycle ( TOP  opcode)

Definition at line 57 of file ti_latency.c.

INT TI_LATENCY_Errata_Hazard ( TOP  opcode,
INT number,
INT error 
)

Definition at line 183 of file ti_latency.c.

References NULL, TI_errmsg, TI_RC_ERROR, and TI_RC_OKAY.

INT TI_LATENCY_Operand_Hazard ( TOP  opcode,
INT opnd,
INT error 
)

Definition at line 75 of file ti_latency.c.

References NULL, TI_errmsg, TI_RC_ERROR, and TI_RC_OKAY.

INT TI_LATENCY_Result_Hazard ( TOP  opcode,
INT result,
INT error 
)

Definition at line 133 of file ti_latency.c.

References NULL, TI_errmsg, TI_RC_ERROR, and TI_RC_OKAY.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines