summaryrefslogtreecommitdiffstats
path: root/target/mips/tcg/nanomips_translate.c.inc
Commit message (Expand)AuthorAgeFilesLines
* 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