#include "cpu_dyntrans.cc"
#include "memory_rw.cc"
#include "quick_pc_to_pointers.h"
#include "cpu_m88k_instr.cc"
Go to the source code of this file.
Macros | |
#define | DYNTRANS_FUNCTION_TRACE_DEF m88k_cpu_functioncall_trace |
#define | DYNTRANS_INIT_TABLES m88k_cpu_init_tables |
#define | DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE_DEF m88k_tc_allocate_default_page |
#define | DYNTRANS_INVAL_ENTRY |
#define | DYNTRANS_INVALIDATE_TC m88k_invalidate_translation_caches |
#define | DYNTRANS_INVALIDATE_TC_CODE m88k_invalidate_code_translation |
#define | DYNTRANS_UPDATE_TRANSLATION_TABLE m88k_update_translation_table |
#define | MEMORY_RW m88k_memory_rw |
#define | MEM_M88K |
#define | DYNTRANS_PC_TO_POINTERS_FUNC m88k_pc_to_pointers |
#define | DYNTRANS_PC_TO_POINTERS_GENERIC m88k_pc_to_pointers_generic |
#define | COMBINE_INSTRUCTIONS m88k_combine_instructions |
#define | reg(x) (*((uint64_t *)(x))) |
#define | MODE_uint_t uint64_t |
#define | MODE_int_t int64_t |
#define | COMBINE(n) m88k_combine_ ## n |
#define | DYNTRANS_RUN_INSTR_DEF m88k_run_instr |
Variables | |
size_t | dyntrans_cache_size |
#define COMBINE | ( | n | ) | m88k_combine_ ## n |
Definition at line 61 of file tmp_m88k_tail.cc.
#define COMBINE_INSTRUCTIONS m88k_combine_instructions |
Definition at line 51 of file tmp_m88k_tail.cc.
#define DYNTRANS_FUNCTION_TRACE_DEF m88k_cpu_functioncall_trace |
Definition at line 10 of file tmp_m88k_tail.cc.
#define DYNTRANS_INIT_TABLES m88k_cpu_init_tables |
Definition at line 14 of file tmp_m88k_tail.cc.
#define DYNTRANS_INVAL_ENTRY |
Definition at line 22 of file tmp_m88k_tail.cc.
#define DYNTRANS_INVALIDATE_TC m88k_invalidate_translation_caches |
Definition at line 26 of file tmp_m88k_tail.cc.
#define DYNTRANS_INVALIDATE_TC_CODE m88k_invalidate_code_translation |
Definition at line 30 of file tmp_m88k_tail.cc.
#define DYNTRANS_PC_TO_POINTERS_FUNC m88k_pc_to_pointers |
Definition at line 44 of file tmp_m88k_tail.cc.
#define DYNTRANS_PC_TO_POINTERS_GENERIC m88k_pc_to_pointers_generic |
Definition at line 45 of file tmp_m88k_tail.cc.
#define DYNTRANS_RUN_INSTR_DEF m88k_run_instr |
Definition at line 65 of file tmp_m88k_tail.cc.
#define DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE_DEF m88k_tc_allocate_default_page |
Definition at line 18 of file tmp_m88k_tail.cc.
#define DYNTRANS_UPDATE_TRANSLATION_TABLE m88k_update_translation_table |
Definition at line 34 of file tmp_m88k_tail.cc.
#define MEM_M88K |
Definition at line 39 of file tmp_m88k_tail.cc.
#define MEMORY_RW m88k_memory_rw |
Definition at line 38 of file tmp_m88k_tail.cc.
#define MODE_int_t int64_t |
Definition at line 55 of file tmp_m88k_tail.cc.
#define MODE_uint_t uint64_t |
Definition at line 54 of file tmp_m88k_tail.cc.
#define reg | ( | x | ) | (*((uint64_t *)(x))) |
Definition at line 53 of file tmp_m88k_tail.cc.