aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/translate.c
AgeCommit message (Expand)Author
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-26target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-06-02target/m68k: Implement FTRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPVRichard Henderson
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPccRichard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson
2022-05-26target/m68k: Enable halt insn for 68060Richard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland
2021-03-11target/m68k: implement rtr instructionLaurent Vivier
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts
2020-12-12m68k: fix some comment spelling errorszhaolichang
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier
2020-06-02target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-06-10target/m68k: Use env_cpuRichard Henderson
2019-05-17target/m68k: Optimize rotate_x() using extract_i32()Philippe Mathieu-Daudé
2019-05-17target/m68k: Fix a tcg_temp leakPhilippe Mathieu-Daudé
2019-05-17target/m68k: Reduce the l1 TCGLabel scopePhilippe Mathieu-Daudé
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth
2018-11-01target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier
2018-06-11target/m68k: Merge disas_m68k_insn into m68k_tr_translate_insnRichard Henderson
2018-06-11target/m68k: Improve ending TB at page boundariesRichard Henderson
2018-06-11target/m68k: Convert to TranslatorOpsRichard Henderson
2018-06-11target/m68k: Convert to DisasContextBaseRichard Henderson
2018-06-11target/m68k: Rename DISAS_UPDATE and gen_lookup_tbRichard Henderson