OpenASIP  2.0
Classes | Macros
OperationExecutor.hh File Reference
#include <vector>
#include "Exception.hh"
#include "OperationExecutor.icc"
Include dependency graph for OperationExecutor.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OperationExecutor
 

Macros

#define EXECUTOR_MAX_OPERAND_COUNT   512
 Maximum count of operation operands supported by the executors. This is used to allocate some static arrays, etc. More...
 

Detailed Description

Declaration of OperationExecutor class.

Author
Jussi Nykänen 2004 (nykanen-no.spam-cs.tut.fi)
Pekka Jääskeläinen 2006,2010 (pjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file OperationExecutor.hh.

Macro Definition Documentation

◆ EXECUTOR_MAX_OPERAND_COUNT

#define EXECUTOR_MAX_OPERAND_COUNT   512

Maximum count of operation operands supported by the executors. This is used to allocate some static arrays, etc.

Definition at line 84 of file OperationExecutor.hh.