OpenASIP  2.0
Public Member Functions | Public Attributes | List of all members
TDGenerator::InstructionInfo Struct Reference

#include <TDGen.hh>

Collaboration diagram for TDGenerator::InstructionInfo:
Collaboration graph

Public Member Functions

 InstructionInfo (const TCEString &osalOpName, const TCEString &instrName)
 

Public Attributes

TCEString osalOpName_
 The OSAL operation used to create the record, e.g. "ADD32X4". More...
 
TCEString instrName_
 The instruction record name, e.g. "ADD32X4uuu". More...
 

Detailed Description

Class to represent information of an instruction record.

Definition at line 666 of file TDGen.hh.

Constructor & Destructor Documentation

◆ InstructionInfo()

TDGenerator::InstructionInfo::InstructionInfo ( const TCEString osalOpName,
const TCEString instrName 
)
inline

Definition at line 667 of file TDGen.hh.

668  : osalOpName_(osalOpName), instrName_(instrName) {}

Member Data Documentation

◆ instrName_

TCEString TDGenerator::InstructionInfo::instrName_

The instruction record name, e.g. "ADD32X4uuu".

Definition at line 673 of file TDGen.hh.

◆ osalOpName_

TCEString TDGenerator::InstructionInfo::osalOpName_

The OSAL operation used to create the record, e.g. "ADD32X4".

Definition at line 671 of file TDGen.hh.


The documentation for this struct was generated from the following file:
TDGenerator::InstructionInfo::instrName_
TCEString instrName_
The instruction record name, e.g. "ADD32X4uuu".
Definition: TDGen.hh:673
TDGenerator::InstructionInfo::osalOpName_
TCEString osalOpName_
The OSAL operation used to create the record, e.g. "ADD32X4".
Definition: TDGen.hh:671