summaryrefslogtreecommitdiff
path: root/target/mips/op_helper.c
AgeCommit message (Expand)Author
2020-12-13target/mips: Remove unused headers from op_helper.cPhilippe Mathieu-Daudé
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant
2020-10-17target/mips/op_helper: Log unimplemented cache opcodePhilippe Mathieu-Daudé
2020-10-17target/mips/op_helper: Document Invalidate/Writeback opcodes as no-opPhilippe Mathieu-Daudé
2020-10-17target/mips/op_helper: Convert multiple if() to switch casePhilippe Mathieu-Daudé
2020-02-04target/mips: Separate FPU-related helpers into their own fileAleksandar Markovic
2020-02-04target/mips: Separate CP0-related helpers into their own fileAleksandar Markovic
2020-02-04target/mips: Fix handling of LL/SC instructions after 7dd547e5abAlex Richardson
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim
2020-01-29target/mips: Amend CP0 WatchHi register implementationYongbok Kim
2020-01-15target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2019-10-25target/mips: Clean up op_helper.cAleksandar Markovic
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03target/mips: Access MemoryRegion with MemOpTony Nguyen
2019-08-29target/mips: Fix emulation of ST.W in system modeAleksandar Markovic
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-05-26target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian hostMateja Marjanovic
2019-05-26target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian hostMateja Marjanovic
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson
2019-02-14target/mips: hold BQL in mips_vpe_wake()Goran Ferenc
2019-02-14hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae
2019-02-14target/mips: compare virtual addresses in LL/SC sequenceLeon Alrae
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim
2018-10-18target/mips: Add CP0 PWCtl registerYongbok Kim
2018-10-18target/mips: Add CP0 PWSize registerYongbok Kim
2018-10-18target/mips: Add CP0 PWField registerYongbok Kim
2018-08-24target/mips: Fix ERET/ERETNC behavior related to ADEL exceptionYongbok Kim
2018-08-24target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-08-02target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae
2017-07-20target/mips: Add segmentation control registersJames Hogan
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan
2017-03-09target/mips: hold BQL for timer interruptsYongbok Kim
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-10target-mips: Use clz opcodeRichard Henderson