aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate.c
AgeCommit message (Expand)Author
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic
2018-08-16target/mips: Fix two instances of shadow variablesAleksandar Markovic
2018-08-16target/mips: Mark switch fallthroughs with interpretable commentsAleksandar Markovic
2018-08-16target/mips: Avoid case statements formulated by ranges - part 2Aleksandar Rikalo
2018-08-16target/mips: Avoid case statements formulated by ranges - part 1Aleksandar Markovic
2018-06-27target/mips: Fix data type for offsetYongbok Kim
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé
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