aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/nanomips_translate.c.inc
AgeCommit message (Expand)AuthorFilesLines
13 daystarget/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl()Philippe Mathieu-Daudé1-70/+41
13 daystarget/mips: Use gen_op_addr_addi() when possiblePhilippe Mathieu-Daudé1-3/+1
13 daystarget/mips: Replace MO_TE by mo_endian()Philippe Mathieu-Daudé1-17/+20
13 daystarget/mips: Explode MO_TExx -> MO_TE | MO_xxPhilippe Mathieu-Daudé1-18/+20
13 daystarget/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()Philippe Mathieu-Daudé1-2/+2
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-100/+100
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson1-1/+1
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson1-13/+12
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson1-2/+3
2023-05-05target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-1/+1
2023-03-13target/mips: Avoid tcg_const_* throughoutRichard Henderson1-7/+9
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson1-117/+10
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson1-2/+2
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell1-2/+2
2022-08-02target/mips: Advance pc after semihosting exceptionRichard Henderson1-2/+2
2022-06-28target/mips: Use an exception for semihostingRichard Henderson1-2/+2
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic1-0/+19
2022-06-11target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic1-1/+6
2022-06-11target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic1-1/+2
2022-06-11target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic1-1/+1
2022-06-11target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic1-1/+1
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson1-2/+2
2021-10-17target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé1-0/+6
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-2/+2
2021-08-25target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé1-10/+10
2021-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé1-0/+4922