summaryrefslogtreecommitdiff
path: root/tcg/ppc
AgeCommit message (Expand)AuthorFilesLines
2014-06-27tcg/ppc: Fix failure in tcg_out_mem_longRichard Henderson1-1/+4
2014-06-23tcg-ppc: Use the return address as a base pointerRichard Henderson1-12/+93
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson2-0/+98
2014-06-23tcg-ppc: Rename the tcg/ppc64 backendRichard Henderson2-0/+2649
2014-06-23tcg-ppc: Remove the backendRichard Henderson2-2042/+0
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson1-1/+1
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson1-2/+0
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson1-27/+7
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson1-3/+8
2014-05-12tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-102/+94
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson1-1/+0
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson1-0/+1
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson1-1/+1
2014-04-18tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil1-3/+3
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson2-66/+33
2013-10-12tcg-ppc: Convert to le/be ldst helpersRichard Henderson1-24/+33
2013-10-12tcg-ppc: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-56/+48
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-0/+2
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson1-25/+3
2013-09-25tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson1-175/+127
2013-09-25tcg-ppc: Use conditional branch and link to slow pathRichard Henderson1-5/+10
2013-09-25tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson1-89/+58
2013-09-25tcg-ppc: Avoid code for nop moveRichard Henderson1-1/+3
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini1-21/+20
2013-09-25tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini1-8/+9
2013-09-02exec: Split softmmu_defs.hRichard Henderson1-2/+0
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson1-4/+4
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson1-1/+1
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson1-1/+1
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+2
2013-07-09tcg-ppc: Don't implement remRichard Henderson2-15/+1
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+1
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+1
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+3
2012-11-21tcg/ppc: Fix !softmmu casemalc1-4/+8
2012-11-19tcg/ppc: Remove unused s_bits variablemalc1-3/+0
2012-11-06tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc1-8/+24
2012-11-03tcg/ppc: ld/st optimizationmalc1-195/+258
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-2/+0
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-1/+1
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-10/+0
2012-09-22tcg/ppc32: Implement movcond32malc2-1/+76
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-6/+0
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+1
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-38/+0
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf1-1/+1
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber1-6/+10
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber1-1/+32