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