aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/translate.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson1-20/+3
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-151/+151
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/m68k: Use tcg_gen_negsetcond_*Richard Henderson1-14/+10
2023-08-24target/m68k: Use tcg_gen_deposit_i32 in gen_partset_regRichard Henderson1-9/+2
2023-06-20target/m68k: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé1-14/+14
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+0
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+3
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson1-0/+1
2023-05-05target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-51/+25
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson1-1/+1
2023-03-13target/m68k: Avoid tcg_const_* throughoutRichard Henderson1-81/+77
2023-03-13target/m68k: Avoid tcg_const_i32 in bfop_regRichard Henderson1-22/+20
2023-03-13target/m68k: Avoid tcg_const_i32 when modifiedRichard Henderson1-13/+16
2023-03-05target/m68k: Drop tcg_temp_freeRichard Henderson1-181/+0
2023-03-05target/m68k: Drop free_condRichard Henderson1-40/+0
2023-03-05target/m68k: Drop mark_to_releaseRichard Henderson1-42/+13
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-01m68k: fix 'bkpt' instruction in softmmu modeLaurent Vivier1-0/+4
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé1-2/+2
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson1-10/+0
2022-09-26target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland1-1/+1
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland1-0/+4
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland1-69/+69
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson1-3/+5
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-06-02target/m68k: Implement FTRAPccRichard Henderson1-0/+30
2022-06-02target/m68k: Implement TRAPVRichard Henderson1-0/+9
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson1-17/+2
2022-06-02target/m68k: Implement TRAPccRichard Henderson1-0/+49
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson1-17/+32
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson1-17/+16
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson1-1/+1
2022-05-26target/m68k: Enable halt insn for 68060Richard Henderson1-0/+1
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson1-35/+9
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson1-11/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland1-7/+20
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland1-4/+13
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland1-1/+3
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland1-4/+15
2021-03-11target/m68k: implement rtr instructionLaurent Vivier1-0/+20
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts1-1/+1