ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Classes | Namespaces
Plugin.h File Reference

plugins for extensions to code translation and instruction execution More...

#include <sstream>
#include <string>
#include "etiss/ClassDefs.h"
#include "etiss/jit/CPU.h"
#include "etiss/jit/System.h"
#include "etiss/CodePart.h"
Include dependency graph for Plugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  etiss::Plugin
 base plugin class that provides access to different plugin functions if present More...
 
class  etiss::InterruptListenerPlugin
 
class  etiss::TranslationPlugin
 allows to add code to the translation of instructions More...
 
class  etiss::CoroutinePlugin
 this plugin will be called before a block is executed. More...
 
class  etiss::SystemWrapperPlugin
 this plugin allows to wrap the ETISS_System interface More...
 
class  etiss::RegisterDevicePlugin
 RegisterDevicePlugin::changedRegister is called if a supported register has been changed. More...
 

Namespaces

namespace  etiss
 forwards: include/jit/*
 

Detailed Description

plugins for extensions to code translation and instruction execution

Definition in file Plugin.h.