|
OpenASIP 2.2
|
#include <iostream>#include <climits>#include <boost/format.hpp>#include "MoveNode.hh"#include "Port.hh"#include "SpecialRegisterPort.hh"#include "Bus.hh"#include "UniversalMachine.hh"#include "ProgramOperation.hh"#include "POMDisassembler.hh"#include "SetTools.hh"#include "FUPort.hh"#include "HWOperation.hh"#include "TCEString.hh"#include "Guard.hh"#include "ControlUnit.hh"#include "Terminal.hh"#include "MoveGuard.hh"#include "Operation.hh"#include "Move.hh"#include "Conversion.hh"#include "Immediate.hh"#include "Instruction.hh"
Go to the source code of this file.
Implementation of MoveNode class.
Nodes are the minimum independent unit of information in a minimally-ordered program representation. Typically, but not necessarily, the nodes in a program representation are linked together by dependences and thus form a graph.
Definition in file MoveNode.cc.