|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
Memory operation class. More...
#include <MemoryManipulationSystem.h>


Public Member Functions | |
| template<typename word_t > | |
| word_t | operator() (word_t src1, word_t src2) const |
executes memory operation with operands src1 and src2 and returns result | |
| MemOp (const std::string &memop_str) | |
| Constructor takes string encoded memory operation MemOpType. | |
Memory operation class.
Definition at line 47 of file MemoryManipulationSystem.h.
|
inline |
Constructor takes string encoded memory operation MemOpType.
Definition at line 56 of file MemoryManipulationSystem.h.
| word_t etiss::MemoryWordManipulatorBase::MemOp::operator() | ( | word_t | src1, |
| word_t | src2 | ||
| ) | const |
executes memory operation with operands src1 and src2 and returns result
Definition at line 136 of file MemoryManipulationSystem.h.