aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/nanomips_translate.c.inc
AgeCommit message (Expand)Author
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson
2023-05-05target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson
2023-03-13target/mips: Avoid tcg_const_* throughoutRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell
2022-08-02target/mips: Advance pc after semihosting exceptionRichard Henderson
2022-06-28target/mips: Use an exception for semihostingRichard Henderson
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic
2022-06-11target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson
2021-10-17target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé
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-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé