summary refs log tree commit diff stats
path: root/target/mips/tcg/nanomips_translate.c.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-100/+100
* target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-3/+3
* target/mips: Use MO_ALIGN instead of 0Richard Henderson2023-05-111-1/+1
* target/mips: Add missing default_tcg_memop_maskRichard Henderson2023-05-111-13/+12
* target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson2023-05-111-2/+3
* target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson2023-05-051-1/+1
* target/mips: Avoid tcg_const_* throughoutRichard Henderson2023-03-131-7/+9
* target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson2023-03-131-117/+10
* target/mips: Don't use tcg_temp_local_newRichard Henderson2023-03-011-2/+2
* target/mips: Honour -semihosting-config userspace=onPeter Maydell2022-09-131-2/+2
* target/mips: Advance pc after semihosting exceptionRichard Henderson2022-08-021-2/+2
* target/mips: Use an exception for semihostingRichard Henderson2022-06-281-2/+2
* target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic2022-06-111-0/+19
* target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic2022-06-111-1/+6
* target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic2022-06-111-1/+2
* target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic2022-06-111-1/+1
* target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic2022-06-111-1/+1
* target/mips: Extract trap code into env->error_codeRichard Henderson2022-01-111-2/+2
* target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé2021-10-171-0/+6
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-2/+2
* target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé2021-08-251-10/+10
* target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé2021-07-021-0/+4922