summaryrefslogtreecommitdiffstats
path: root/tcg/mips
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: fix store softmmu slow pathAurelien Jarno2014-11-021-1/+1
* Fix new typos (found by codespell)Stefan Weil2014-06-241-2/+2
* tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-041-2/+0
* tcg-mips: Enable direct chaining of TBsRichard Henderson2014-05-241-1/+10
* tcg-mips: Simplify movcondRichard Henderson2014-05-241-49/+17
* tcg-mips: Simplify brcond2Richard Henderson2014-05-241-57/+20
* tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson2014-05-241-4/+36
* tcg-mips: Simplify setcond2Richard Henderson2014-05-241-64/+31
* tcg-mips: Simplify brcondRichard Henderson2014-05-241-46/+41
* tcg-mips: Simplify setcondRichard Henderson2014-05-241-58/+67
* tcg-mips: Commonize opcode implementationsRichard Henderson2014-05-241-114/+98
* tcg-mips: Improve add2/sub2Richard Henderson2014-05-241-31/+56
* tcg-mips: Hoist args loadsRichard Henderson2014-05-241-98/+103
* tcg-mips: Fix subtract immediate rangeRichard Henderson2014-05-241-5/+11
* tcg-mips: Name the opcode enumerationRichard Henderson2014-05-241-9/+9
* tcg-mips: Use EXT for AND on mips32r2Richard Henderson2014-05-242-14/+50
* tcg-mips: Use T9 for TCG_TMP1Richard Henderson2014-05-241-1/+1
* tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson2014-05-241-114/+117
* tcg-mips: Rearrange register allocationRichard Henderson2014-05-242-11/+19
* tcg-mips: Convert to new_ldstRichard Henderson2014-05-242-53/+25
* tcg-mips: Convert to new qemu_l/st helpersRichard Henderson2014-05-241-51/+56
* tcg-mips: Move softmmu slow path out of lineRichard Henderson2014-05-241-389/+383
* tcg-mips: Split large ldst offsetsRichard Henderson2014-05-241-11/+12
* tcg-mips: Fill the exit_tb delay slotRichard Henderson2014-05-241-7/+18
* tcg-mips: Use J and JAL opcodesRichard Henderson2014-05-241-6/+40
* tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson2014-05-121-14/+3
* tcg-mips: Split out tcg_out_callRichard Henderson2014-05-121-8/+10
* tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-80/+37
* tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-182-10/+6
* tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson2014-04-181-0/+1
* tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-181-1/+1
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+2
* tcg: Add tcg-be-null.hRichard Henderson2013-10-101-0/+2
* Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2013-09-032-15/+23
|\
| * exec: Split softmmu_defs.hRichard Henderson2013-09-021-3/+0
| * tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-021-2/+2
| * tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-021-8/+8
| * tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-2/+1
| * tcg-mips: Implement mulsh, muluhRichard Henderson2013-09-022-2/+12
| * tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+2
* | tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno2013-09-032-4/+4
* | tcg/mips: inline bswap16/bswap32 opsAurelien Jarno2013-09-031-4/+3
* | tcg/mips: detect available host instructions at runtimeAurelien Jarno2013-09-032-92/+171
|/
* tcg/mips: fix invalid op definition errorsJames Hogan2013-08-081-0/+10
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+1
* tcg/mips: Implement muls2_i32Aurelien Jarno2013-04-012-1/+7
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg/mips: use MUL instead of MULT on MIPS32 and aboveAurelien Jarno2012-10-301-0/+7
OpenPOWER on IntegriCloud