summaryrefslogtreecommitdiffstats
path: root/target/mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé2017-09-211-7/+12
* mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-211-0/+1
* target/mips: Fix RDHWR CC with icountJames Hogan2017-08-021-0/+11
* target/mips: Drop redundant gen_io_start/stop()James Hogan2017-08-021-8/+0Star
* target/mips: Use BS_EXCP where interrupts are expectedJames Hogan2017-08-021-13/+34
* mips: Add KVM T&E segment support for TCGJames Hogan2017-08-021-2/+2
* target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan2017-08-021-4/+0Star
* target/mips: Add segmentation control registersJames Hogan2017-07-201-0/+88
* target/mips: Abstract mmu_idx from hflagsJames Hogan2017-07-201-1/+1
* target/mips: Decode microMIPS EVA load & store instructionsJames Hogan2017-07-201-4/+115
* target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan2017-07-201-0/+106
* target/mips: Prepare loads/stores for EVAJames Hogan2017-07-201-35/+42
* target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan2017-07-201-3/+5
* target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan2017-07-201-2/+3
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* target/mips: optimize WSBH, DSBH and DSHDAurelien Jarno2017-07-171-6/+12
* target/mips: fix msa copy_[s|u]_df rd = 0 corner caseMiodrag Dinic2017-07-111-2/+6
* target/mips: optimize indirect branchesAurelien Jarno2017-06-051-1/+1
* target/mips: optimize cross-page direct jumps in softmmuAurelien Jarno2017-06-051-1/+1
* target/mips: fix delay slot detection in gen_msa_branch()Yongbok Kim2017-03-201-1/+1
* target-mips: replace few LOG_DISAS() with trace pointsPhilippe Mathieu-Daudé2017-03-201-14/+11Star
* target-mips: replace break by goto cp0_unimplementedPhilippe Mathieu-Daudé2017-03-201-44/+44
* target-mips: log bad coprocessor0 register accesses with LOG_UNIMPPhilippe Mathieu-Daudé2017-03-201-6/+6
* target-mips: remove old & unuseful commentsPhilippe Mathieu-Daudé2017-03-201-4/+0Star
* target-mips: Provide function to test if a CPU supports an ISAPaul Burton2017-02-211-0/+10
* target-mips: Use clz opcodeRichard Henderson2017-01-101-7/+16
* target-mips: Use the new extract opRichard Henderson2017-01-101-7/+5Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+20423