summaryrefslogtreecommitdiff
path: root/tcg/mips/tcg-target.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson1-13/+13
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson1-4/+8
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson1-9/+8
2014-11-02tcg/mips: fix store softmmu slow pathAurelien Jarno1-1/+1
2014-06-24Fix new typos (found by codespell)Stefan Weil1-2/+2
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson1-1/+10
2014-05-24tcg-mips: Simplify movcondRichard Henderson1-49/+17
2014-05-24tcg-mips: Simplify brcond2Richard Henderson1-57/+20
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson1-4/+36
2014-05-24tcg-mips: Simplify setcond2Richard Henderson1-64/+31
2014-05-24tcg-mips: Simplify brcondRichard Henderson1-46/+41
2014-05-24tcg-mips: Simplify setcondRichard Henderson1-58/+67
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson1-114/+98
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson1-31/+56
2014-05-24tcg-mips: Hoist args loadsRichard Henderson1-98/+103
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson1-5/+11
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson1-9/+9
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson1-10/+50
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson1-1/+1
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson1-114/+117
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson1-7/+15
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson1-52/+24
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson1-51/+56
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson1-389/+383
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson1-11/+12
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson1-7/+18
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson1-6/+40
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson1-14/+3
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson1-8/+10
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson1-80/+36
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson1-6/+6
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson1-1/+1
2013-10-10tcg: Add tcg-be-null.hRichard Henderson1-0/+2
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno1-13/+20
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno1-2/+2
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno1-4/+3
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno1-71/+142
2013-09-02exec: Split softmmu_defs.hRichard Henderson1-3/+0
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson1-2/+2
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson1-8/+8
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson1-0/+10
2013-08-08tcg/mips: fix invalid op definition errorsJames Hogan1-0/+10
2013-04-01tcg/mips: Implement muls2_i32Aurelien Jarno1-0/+6
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-30tcg/mips: use MUL instead of MULT on MIPS32 and aboveAurelien Jarno1-0/+7
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-5/+0
2012-09-26tcg/mips: fix MIPS32(R2) detectionAurelien Jarno1-5/+5
2012-09-22Revert "tcg/mips"Aurelien Jarno1-2/+2
2012-09-22tcg/mipsAurelien Jarno1-2/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-6/+0