summaryrefslogtreecommitdiffstats
path: root/tcg/ppc
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber2013-02-171-1/+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/ppc: Fix !softmmu casemalc2012-11-211-4/+8
* tcg/ppc: Remove unused s_bits variablemalc2012-11-191-3/+0
* tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc2012-11-061-8/+24
* tcg/ppc: ld/st optimizationmalc2012-11-031-195/+258
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-10/+0
* tcg/ppc32: Implement movcond32malc2012-09-222-1/+76
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-38/+0
* TCG: Fix compile breakage in tcg_dump_opsAlexander Graf2012-06-241-1/+1
* tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber2012-05-271-6/+10
* tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber2012-05-091-1/+32
* tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber2012-05-091-0/+3
* tcg/ppc: Don't hardcode register numbersAndreas Färber2012-05-091-12/+17
* tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber2012-05-091-4/+0
* Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc2012-05-031-21/+1
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+45
* i386: Remove REGPARMBlue Swirl2012-03-181-1/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-4/+4
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: TCG targets may define tcg_qemu_tb_execStefan Weil2011-10-311-0/+4
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0
* tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell2011-09-011-10/+10
* tcg/ppc32: implement deposit_i32malc2011-08-222-1/+13
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-15/+16
* TCG/PPC: use stack for TCG tempsBlue Swirl2011-06-281-2/+5
* tcg/ppc: Remove tcg_out_addimalc2011-06-281-5/+0
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-3/+3
* TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber2010-08-151-1/+1
* tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.Richard Henderson2010-06-291-4/+4
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-2/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-24/+24
* tcg/ppc: Remove redundant comparison from brcond2malc2010-04-181-2/+1
* tcg/ppc: Fix signed versions of brcond2malc2010-04-171-1/+2
* tcg/ppc: Fix typomalc2010-04-061-1/+1
* tcg/ppc: Implment bswap16/32malc2010-04-062-2/+77
* tcg/ppc: Implement eqv, nand and normalc2010-04-052-3/+17
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-10/+2
* tcg/ppc: Fix not_i32malc2010-04-041-1/+1
* tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson2010-03-261-3/+3
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+1
OpenPOWER on IntegriCloud