aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-11-08target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang1-1/+1
2022-11-08target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk1-4/+8
2022-11-08target/mips: Cast offset field of Octeon BBIT to int16_tJiaxun Yang1-1/+1
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2-2/+9
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson2-2/+2
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell4-10/+11
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-08-08target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell1-0/+3
2022-08-02target/mips: Advance pc after semihosting exceptionRichard Henderson6-11/+16
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson1-18/+9
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson1-23/+21
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson1-21/+18
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson1-11/+41
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson1-120/+91
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson1-9/+0
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson1-18/+15
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2-0/+181
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2-0/+39
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk5-0/+30
2022-06-28target/mips: Drop pread and pwrite syscalls from semihostingRichard Henderson1-32/+7
2022-06-28target/mips: Add UHI errno valuesRichard Henderson1-0/+40
2022-06-28target/mips: Use an exception for semihostingRichard Henderson9-20/+17
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson1-1/+1
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic1-0/+19
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic1-2/+3
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-06-11target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui1-2/+2
2022-06-11target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui1-1/+1
2022-06-11target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui1-5/+10
2022-06-11target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui1-1/+1
2022-06-11target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui1-3/+3
2022-06-11target/mips: Fix SAT_S trans helperNi Hui1-1/+1
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski1-1/+2
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-8/+9
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-5/+5
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-28/+28
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé3-0/+3
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson3-8/+24
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson4-5/+16
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot3-38/+38
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson3-2086/+844
2021-11-02target/mips: Remove one MSA unnecessary decodetree overlap groupPhilippe Mathieu-Daudé1-182/+180
2021-11-02target/mips: Remove generic MSA opcodePhilippe Mathieu-Daudé2-9/+0
2021-11-02target/mips: Convert CTCMSA opcode to decodetreePhilippe Mathieu-Daudé2-58/+16
2021-11-02target/mips: Convert CFCMSA opcode to decodetreePhilippe Mathieu-Daudé2-9/+23
2021-11-02target/mips: Convert MSA MOVE.V opcode to decodetreePhilippe Mathieu-Daudé2-6/+20