aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-01ppc: fix crash in ppc system single step supportaurel321-4/+0
2008-09-21Add concat_i32_i64 op.pbrook1-6/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-09-14ppc: Convert op_andi to TCGaurel321-27/+11
2008-09-14ppc: Convert ctr, lr moves to TCGaurel321-0/+8
2008-09-05ppc: Convert op_subf to TCGaurel321-6/+10
2008-09-05ppc: Convert op_add, op_addi to TCGaurel321-15/+19
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel321-1/+1
2008-09-04ppc: Convert nip moves to TCGaurel321-8/+12
2008-09-04ppc: remove unused codeaurel321-28/+0
2008-09-04ppc: Convert CRF moves to TCGaurel321-44/+33
2008-09-04ppc: fix fpr TCG registers creationaurel321-0/+2
2008-09-04ppc: Convert FPR moves to TCGaurel321-60/+65
2008-09-04ppc: Convert Altivec register moves to TCGaurel321-14/+38
2008-09-04ppc: cleanup register typesaurel321-3/+3
2008-09-04ppc: Convert GPR moves to TCGaurel321-358/+389
2008-09-02[ppc] Convert op_moven_T2_T0 to TCGaurel321-6/+6
2008-09-02[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel321-17/+17
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel321-19/+19
2008-09-02[ppc] Convert gen_set_{T0,T1} to TCGaurel321-29/+9
2008-08-28PPC: add support for TCG helpersaurel321-0/+7
2008-08-28PPC: Init TCG variablesaurel321-1/+13
2008-08-24Revert commits 5082 and 5083aurel321-51/+19
2008-08-24PPC: Switch a few instructions to TCGaurel321-18/+38
2008-08-24PPC: Init TCG variablesaurel321-1/+13
2008-08-13Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold.ths1-1/+2
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-8/+7
2008-06-29Add missing static qualifiers.pbrook1-1/+1
2008-06-29Add instruction counter.pbrook1-1/+31
2008-06-18PPC: fix mtfsfiaurel321-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-10Fix broken PPC user space single steppingaurel321-23/+39
2008-05-05PPC: fix isel opcode decodingaurel321-1/+1
2008-04-28Factorize code in translate.caurel321-0/+42
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-02-01use the TCG code generatorbellard1-40/+8
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-23/+10
2007-11-22Add new sane low-level memory accessors for PowerPC that do properj_mayer1-0/+25
2007-11-19PowerPC instruction fixes:j_mayer1-3/+3
2007-11-19Fix another collision in PowerPC instructions definitions.j_mayer1-1/+1
2007-11-17A little more granularity in PowerPC instructions definition is neededj_mayer1-45/+59
2007-11-17Fix collision in PowerPC instructions definitions.j_mayer1-11/+11
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer1-1015/+253
2007-11-14Fix invalid PowerPC 64 rldimi optimized case.j_mayer1-5/+3
2007-11-14Reorganize PowerPC instructions categories, add icbi separate case.j_mayer1-91/+103
2007-11-12PowerPC SPE extension fix: must always preserve GPR high bits whenj_mayer1-3/+3
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-9/+103
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-5/+5
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer1-13/+13
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-11/+10