Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
ti_latency.h File Reference
#include "topcode.h"
#include "ti_si.h"
Include dependency graph for ti_latency.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

INT TI_LATENCY_Load_Cycle (TOP opcode)
INT TI_LATENCY_Store_Cycle (TOP opcode)
INT TI_LATENCY_Operand_Access_Cycle (TOP opcode, INT opnd)
INT TI_LATENCY_Result_Available_Cycle (TOP opcode, INT result)
INT TI_LATENCY_Last_Issue_Cycle (TOP opcode)
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_Last_Issue_Cycle ( TOP  opcode) [inline]

Definition at line 186 of file ti_latency.h.

References TSI_Last_Issue_Cycle().

Here is the call graph for this function:

INT TI_LATENCY_Load_Cycle ( TOP  opcode) [inline]

Definition at line 166 of file ti_latency.h.

References TSI_Load_Access_Time().

Here is the call graph for this function:

INT TI_LATENCY_Operand_Access_Cycle ( TOP  opcode,
INT  opnd 
) [inline]

Definition at line 176 of file ti_latency.h.

References TSI_Operand_Access_Time().

Here is the call graph for this function:

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_Available_Cycle ( TOP  opcode,
INT  result 
) [inline]

Definition at line 181 of file ti_latency.h.

References TSI_Result_Available_Time().

Here is the call graph for this function:

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.

INT TI_LATENCY_Store_Cycle ( TOP  opcode) [inline]

Definition at line 171 of file ti_latency.h.

References TSI_Store_Available_Time().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines