OpenASIP 2.2
Loading...
Searching...
No Matches
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".
 
TCEString instrName_
 The instruction record name, e.g. "ADD32X4uuu".
 

Detailed Description

Class to represent information of an instruction record.

Definition at line 681 of file TDGen.hh.

Constructor & Destructor Documentation

◆ InstructionInfo()

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

Definition at line 682 of file TDGen.hh.

683 : osalOpName_(osalOpName), instrName_(instrName) {}
TCEString osalOpName_
The OSAL operation used to create the record, e.g. "ADD32X4".
Definition TDGen.hh:686
TCEString instrName_
The instruction record name, e.g. "ADD32X4uuu".
Definition TDGen.hh:688

Member Data Documentation

◆ instrName_

TCEString TDGenerator::InstructionInfo::instrName_

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

Definition at line 688 of file TDGen.hh.

◆ osalOpName_

TCEString TDGenerator::InstructionInfo::osalOpName_

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

Definition at line 686 of file TDGen.hh.


The documentation for this struct was generated from the following file: