|
OpenASIP 2.2
|
#include "OperationPimpl.hh"#include "Operation.hh"#include "OperationBehavior.hh"#include "OperationDAG.hh"#include "OperationDAGConverter.hh"#include "SequenceTools.hh"#include "ContainerTools.hh"#include "StringTools.hh"#include "Application.hh"#include "OperationPool.hh"#include "TCEString.hh"#include "ObjectState.hh"#include "boost/assign.hpp"
Go to the source code of this file.
Functions | |
| std::string | llvmOperandType (Operand::OperandType type) |
Definition of OperationPimpl (private implementation) class.
Definition in file OperationPimpl.cc.
| std::string llvmOperandType | ( | Operand::OperandType | type | ) |
Definition at line 792 of file OperationPimpl.cc.
References Operand::DOUBLE_WORD, Operand::FLOAT_WORD, Operand::HALF_FLOAT_WORD, Operand::SINT_WORD, Operand::SLONG_WORD, Operand::UINT_WORD, and Operand::ULONG_WORD.
Referenced by OperationPimpl::emulationFunctionName().