aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2008-10-27target-ppc: use consistent names for variablesaurel32
2008-10-27target-ppc: indentation fixesaurel32
2008-10-27target-ppc: convert rotation instructions to TCGaurel32
2008-10-24Fix typos in PPC TCG conversion.pbrook
2008-10-21target-ppc: convert branch related instructions to TCGaurel32
2008-10-21target-ppc: convert logical instructions to TCGaurel32
2008-10-21target-ppc: convert crf related instructions to TCGaurel32
2008-10-21target-ppc: use the new TCG logical operationsaurel32
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-15PPC: fix dcbi instructionaurel32
2008-10-15PPC: convert SPE logical instructions to TCGaurel32
2008-10-15ppc: convert integer load/store to TCGaurel32
2008-10-15target-ppc: fix a TCG local variable creationaurel32
2008-10-15PPC: convert SPE effective address computation to TCGaurel32
2008-10-14PPC: convert effective address computation to TCGaurel32
2008-10-01ppc: fix crash in ppc system single step supportaurel32
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel32
2008-10-01target-ppc: fix mullw/mullwoaurel32
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14ppc: Convert op_andi to TCGaurel32
2008-09-14ppc: Convert ctr, lr moves to TCGaurel32
2008-09-05ppc: Convert op_subf to TCGaurel32
2008-09-05ppc: Convert op_add, op_addi to TCGaurel32
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel32
2008-09-04ppc: Convert nip moves to TCGaurel32
2008-09-04ppc: remove unused codeaurel32
2008-09-04ppc: Convert CRF moves to TCGaurel32
2008-09-04ppc: fix fpr TCG registers creationaurel32
2008-09-04ppc: Convert FPR moves to TCGaurel32
2008-09-04ppc: Convert Altivec register moves to TCGaurel32
2008-09-04ppc: cleanup register typesaurel32
2008-09-04ppc: Convert GPR moves to TCGaurel32
2008-09-02[ppc] Convert op_moven_T2_T0 to TCGaurel32
2008-09-02[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel32
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel32
2008-09-02[ppc] Convert gen_set_{T0,T1} to TCGaurel32
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-28PPC: add support for TCG helpersaurel32
2008-08-28PPC: Init TCG variablesaurel32
2008-08-24Revert commits 5082 and 5083aurel32
2008-08-24PPC: Switch a few instructions to TCGaurel32
2008-08-24PPC: Init TCG variablesaurel32
2008-08-13Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold.ths
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add missing static qualifiers.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-18PPC: fix mtfsfiaurel32