summaryrefslogtreecommitdiffstats
path: root/tcg/ppc64
Commit message (Expand)AuthorAgeFilesLines
...
* tcg-ppc64: Improve and_i32 with constantRichard Henderson2013-04-152-3/+53
* tcg-ppc64: Tidy or and xor patterns.Richard Henderson2013-04-151-24/+31
* tcg-ppc64: Allow constant first argument to subRichard Henderson2013-04-151-4/+17
* tcg-ppc64: Improve constant add and sub ops.Richard Henderson2013-04-151-44/+64
* tcg-ppc64: Rearrange integer constant constraintsRichard Henderson2013-04-151-10/+33
* tcg-ppc64: Cleanup tcg_out_moviRichard Henderson2013-04-151-24/+17Star
* tcg-ppc64: Fix setcond_i32Richard Henderson2013-04-151-0/+6
* tcg-ppc64: Introduce and use TAI and SAIRichard Henderson2013-04-151-73/+70Star
* tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson2013-04-151-2/+7
* tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson2013-04-151-5/+8
* tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson2013-04-151-5/+10
* tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson2013-04-151-52/+20Star
* tcg-ppc64: Use TCGReg everywhereRichard Henderson2013-04-151-15/+21
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+2
* tcg: Add 64-bit multiword arithmetic operationsRichard Henderson2013-02-231-0/+3
* tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson2013-02-231-0/+3
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-1/+0Star
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-10/+0Star
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0Star
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+2
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-28/+0Star
* TCG: Fix compile breakage in tcg_dump_opsAlexander Graf2012-06-241-1/+1
* tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber2012-05-141-20/+12Star
* tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber2012-05-141-7/+9
* Restore consistent formattingmalc2012-05-031-18/+18
* qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang2012-03-291-1/+0Star
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+44
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl2011-11-192-6/+6
|\
| * 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-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson2011-11-111-6/+8
|/
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0Star
* tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+1
* tcg/ppc64: Fix zero extension code generation bug for ppc64 hostThomas Huth2011-09-091-1/+1
* tcg/ppc64: fix 16/32 mixupmalc2011-08-221-2/+2
* tcg/ppc64: implement not_i32/64 and ext32u_i64malc2011-08-222-3/+16
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-33/+35
* TCG/PPC: use stack for TCG tempsBlue Swirl2011-06-281-2/+5
* tcg/ppc64: Remove tcg_out_addimalc2011-06-281-5/+0Star
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-3/+3
* TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber2010-08-141-1/+1
* tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.Richard Henderson2010-06-291-5/+4Star
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-161-0/+1
* 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-5/+5