summaryrefslogtreecommitdiff
path: root/target/mips/tcg
AgeCommit message (Expand)Author
2022-08-02target/mips: Advance pc after semihosting exceptionRichard Henderson
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk
2022-06-28target/mips: Drop pread and pwrite syscalls from semihostingRichard Henderson
2022-06-28target/mips: Add UHI errno valuesRichard Henderson
2022-06-28target/mips: Use an exception for semihostingRichard Henderson
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic
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-06-11target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui
2022-06-11target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui
2022-06-11target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui
2022-06-11target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui
2022-06-11target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui
2022-06-11target/mips: Fix SAT_S trans helperNi Hui
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
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-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson
2021-11-02target/mips: Remove one MSA unnecessary decodetree overlap groupPhilippe Mathieu-Daudé
2021-11-02target/mips: Remove generic MSA opcodePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert CTCMSA opcode to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert CFCMSA opcode to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA MOVE.V opcode to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA COPY_S and INSERT opcodes to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA COPY_U opcode to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA ELM instruction format to decodetreePhilippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)Philippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)Philippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)Philippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)Philippe Mathieu-Daudé
2021-11-02target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)Philippe Mathieu-Daudé