ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Classes | Namespaces | Typedefs
Translation.h File Reference
#include "etiss/CPUArch.h"
#include "etiss/CodePart.h"
#include "etiss/Instruction.h"
#include "etiss/JIT.h"
#include <memory>
#include <unordered_map>
Include dependency graph for Translation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  etiss::BlockLink
 structure to store additional information with a function pointer to the translated code More...
 
class  etiss::Translation
 

Namespaces

 etiss
 Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
 

Typedefs

typedef etiss::int32(* etiss::ExecBlockCall) (ETISS_CPU *cpu, ETISS_System *system, void **plugin_pointers)