aboutsummaryrefslogtreecommitdiff
path: root/target/mips/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-14/+11
2019-05-26target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian hostMateja Marjanovic1-20/+180
2019-05-26target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian hostMateja Marjanovic1-20/+168
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson1-15/+0
2019-02-14target/mips: hold BQL in mips_vpe_wake()Goran Ferenc1-0/+3
2019-02-14hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic1-18/+3
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-27/+0
2019-02-14target/mips: compare virtual addresses in LL/SC sequenceLeon Alrae1-12/+17
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim1-0/+14
2019-01-18target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim1-0/+50
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim1-1/+6
2018-10-18target/mips: Add CP0 PWCtl registerYongbok Kim1-0/+10
2018-10-18target/mips: Add CP0 PWSize registerYongbok Kim1-0/+9
2018-10-18target/mips: Add CP0 PWField registerYongbok Kim1-0/+62
2018-08-24target/mips: Fix ERET/ERETNC behavior related to ADEL exceptionYongbok Kim1-1/+3
2018-08-24target/mips: Implement emulation of nanoMIPS ROTX instructionMatthew Fortune1-0/+94
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim1-3/+9
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim1-0/+3
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-2/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-5/+5
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-08-02target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae1-2/+3
2017-07-20target/mips: Add segmentation control registersJames Hogan1-0/+24
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan1-0/+10
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan1-2/+2
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan1-2/+10
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan1-1/+1
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan1-2/+10
2017-03-09target/mips: hold BQL for timer interruptsYongbok Kim1-3/+18
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-4/+4
2017-01-10target-mips: Use clz opcodeRichard Henderson1-22/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+4196