aboutsummaryrefslogtreecommitdiff
path: root/tcg/mips
AgeCommit message (Expand)Author
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno
2016-04-05tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-01-29tcg: Clean up includesPeter Maydell
2015-10-19tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan
2015-10-19tcg/mips: Support r6 multiply/divide encodingsJames Hogan
2015-10-19tcg/mips: Support r6 JR encodingJames Hogan
2015-10-19tcg/mips: Add use_mips32r6_instructions definitionJames Hogan
2015-09-19tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno
2015-09-19tcg/mips: move tcg_out_addsub2Aurelien Jarno
2015-09-19tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-01tcg/mips: fix add2Aurelien Jarno
2015-08-01tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno
2015-08-01tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno
2015-07-09tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2014-11-02tcg/mips: fix store softmmu slow pathAurelien Jarno
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson
2014-05-24tcg-mips: Simplify movcondRichard Henderson
2014-05-24tcg-mips: Simplify brcond2Richard Henderson
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson
2014-05-24tcg-mips: Simplify setcond2Richard Henderson
2014-05-24tcg-mips: Simplify brcondRichard Henderson
2014-05-24tcg-mips: Simplify setcondRichard Henderson
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson
2014-05-24tcg-mips: Hoist args loadsRichard Henderson
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson