|
OpenASIP 2.2
|
#include <DisassemblyFUOperand.hh>


Public Member Functions | |
| DisassemblyFUOperand (std::string fuName, std::string operationName, Word operand) | |
| virtual | ~DisassemblyFUOperand () |
| virtual std::string | toString () const |
Public Member Functions inherited from DisassemblyElement | |
| virtual | ~DisassemblyElement () |
Private Attributes | |
| std::string | fuName_ |
| Name of the function unit. | |
| std::string | operationName_ |
| Name of the operation. | |
| Word | operand_ |
| Operand index. | |
Additional Inherited Members | |
Protected Member Functions inherited from DisassemblyElement | |
| DisassemblyElement () | |
Represents an fu.operand.index referencein the disassembler.
Definition at line 42 of file DisassemblyFUOperand.hh.
| DisassemblyFUOperand::DisassemblyFUOperand | ( | std::string | fuName, |
| std::string | operationName, | ||
| Word | operand | ||
| ) |
Constructor.
| operationName | Name of the operation. |
| operand | Index of the operand. |
Definition at line 45 of file DisassemblyFUOperand.cc.
|
virtual |
|
virtual |
Returns disassembly of the operation.
Implements DisassemblyElement.
Definition at line 64 of file DisassemblyFUOperand.cc.
References fuName_, operand_, operationName_, and Conversion::toString().

|
private |
Name of the function unit.
Definition at line 53 of file DisassemblyFUOperand.hh.
Referenced by toString().
|
private |
|
private |
Name of the operation.
Definition at line 55 of file DisassemblyFUOperand.hh.
Referenced by toString().