summaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)Author
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-08-02target/mips: Fix RDHWR CC with icountJames Hogan
2017-08-02target/mips: Drop redundant gen_io_start/stop()James Hogan
2017-08-02target/mips: Use BS_EXCP where interrupts are expectedJames Hogan
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan
2017-08-02target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan
2017-07-20target/mips: Add segmentation control registersJames Hogan
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-17target/mips: optimize WSBH, DSBH and DSHDAurelien Jarno
2017-07-11target/mips: fix msa copy_[s|u]_df rd = 0 corner caseMiodrag Dinic
2017-06-05target/mips: optimize indirect branchesAurelien Jarno
2017-06-05target/mips: optimize cross-page direct jumps in softmmuAurelien Jarno
2017-03-20target/mips: fix delay slot detection in gen_msa_branch()Yongbok Kim
2017-03-20target-mips: replace few LOG_DISAS() with trace pointsPhilippe Mathieu-Daudé
2017-03-20target-mips: replace break by goto cp0_unimplementedPhilippe Mathieu-Daudé
2017-03-20target-mips: log bad coprocessor0 register accesses with LOG_UNIMPPhilippe Mathieu-Daudé
2017-03-20target-mips: remove old & unuseful commentsPhilippe Mathieu-Daudé
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton
2017-01-10target-mips: Use clz opcodeRichard Henderson
2017-01-10target-mips: Use the new extract opRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth