Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
taken inappropriately now that the kludge in handle_cycle_limit_int has been removed
|
|
the code gen refactor
|
|
|
|
|
|
handle_cycle_limit for the Z80
|
|
z80_retranslate_inst to avoid any newly translated instructions from being placed in the "buffer zone". Save the current value of the code_info struct for placing the final jmp instruction in the correct place
|
|
instructions for byte access functions
|
|
in gen_mem_fun
|
|
Fix generation of save and load context for Z80
|
|
|
|
|
|
|
|
|
|
used by the Z80 core
|
|
|
|
|
|
reduce code duplication
|
|
|
|
|
|
|
|
moved it to m68k_core.c
|
|
op_ family of functions to simplify their implementation a bit.
|
|
|
|
|
|
|
|
duplicate code
|
|
|
|
|
|
the host-cpu specific parts from the generic parts
|
|
|
|
same output as mustrans when given misbehaving programs. Add lea to testcases.txt. Improve the output of comparetest.py so that known issues can easily be separated from new ones.
|
|
|
|
host-cpu specific parts.
|
|
respectively
|
|
|
|
need for the caller to decide whether an 8-bit or 32-bit displacement is needed in the rdisp functions. Update m68k_to_x86 to use the new version of the gen_x86 functions and do some minor refactoring there in the process
|
|
|
|
refactoring
|
|
register are handled correctly
|
|
and gen.c. Added a couple fields to cpu_options so that gen_mem_fun can be made guest CPU generic
|
|
host instruction sets with different instruction word sizes. Make x86_68k_options contain a cpu_options so that gen_mem_fun can eventually be shared with the Z80 core.
|
|
|
|
|
|
between M68K and Z80 cores and possibly also between x86 and the ARM backend when it exists
|
|
|
|
|
|
|