aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/translate.c
AgeCommit message (Expand)Author
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-03-12target/mips: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove helpers accessing SAARI registerPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove helpers accessing SAAR registersPhilippe Mathieu-Daudé
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson
2023-07-10target/mips/mxu: Add S32MADD/MADDU/MSUB/MSUBU instructionsSiarhei Volkau
2023-07-10target/mips: Implement Loongson CSR instructionsJiaxun Yang
2023-06-05target/*: Add missing includes of exec/translation-block.hRichard Henderson
2023-06-05target/mips: Tidy helpers for translationRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-05target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson
2023-04-20target/mips: tcg: detect out-of-bounds accesses to cpu_gpr and cpu_gpr_hiPaolo Bonzini
2023-03-13target/mips: Avoid tcg_const_* throughoutRichard Henderson
2023-03-13target/mips: Avoid tcg_const_tl in gen_r6_ldRichard Henderson
2023-03-13target/mips: Split out gen_lxrRichard Henderson
2023-03-13target/mips: Split out gen_lxlRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from translate.cRichard Henderson
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-08Drop duplicate #includeMarkus Armbruster
2022-11-08target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang
2022-11-08target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-08-02target/mips: Advance pc after semihosting exceptionRichard Henderson
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk
2022-06-28target/mips: Use an exception for semihostingRichard Henderson
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-18target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()Philippe Mathieu-Daudé
2021-10-18target/mips: Fix DEXTRV_S.H DSP opcodePhilippe Mathieu-Daudé
2021-10-18target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()Philippe Mathieu-Daudé
2021-10-15target/mips: Drop exit checks for singlestep_enabledRichard Henderson
2021-10-15target/mips: Fix single steppingRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-08-25target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé
2021-08-25target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé
2021-08-25target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé