summaryrefslogtreecommitdiff
path: root/m68k_core_x86.c
AgeCommit message (Expand)Author
2014-03-11Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be ...Michael Pavone
2014-03-08Move translate_m68k_movem to m68k_core.cMichael Pavone
2014-03-07Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.cMichael Pavone
2014-03-07Minor refactor to translate_m68k_move_ccr_sr and translate_m68k_stop to reduc...Michael Pavone
2014-03-07Use swap_ssp_usp in translate_m68k_move_ccr_srMichael Pavone
2014-03-07Combine andi ccr/sr and ori ccr/sr.Michael Pavone
2014-03-07Use update_flags instead of individual set_flag calls in a few placesMichael Pavone
2014-03-07Refactored translate_m68k so that it contains no host-cpu specific code and m...Michael Pavone
2014-03-05Combine implementations of lea and pea. Update bit instructions to use the op...Michael Pavone
2014-03-05Refactor translate_m68k_cmp to use translate_m68k_arithMichael Pavone
2014-03-04Combine the implementation of ABCD and SBCD in the 68K coreMichael Pavone
2014-03-04Use translate_m68k_unary for SWAP in 68K coreMichael Pavone
2014-03-04Refactor a bunch of the arithmetic instructions in the 68K core to reduce dup...Michael Pavone
2014-03-04Small refactor to flag handling in 68K coreMichael Pavone
2014-03-03More 68K core refactoring to both reduce the amount of code and better split ...Michael Pavone
2014-03-02Refactor translat_m68k_src and translate_m68k_dst into a single functionMichael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone