summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* TCG variable type checking.pbrook2008-11-171-328/+315
* target-ppc: convert most SPE integer instructions to TCGaurel322008-11-101-161/+575
* target-ppc: fix TCG argumentaurel322008-11-091-1/+1
* target-ppc: Remove a few TCG temp variable leaksaurel322008-11-091-9/+19
* target-ppc: fixes for gen_op_neg()aurel322008-11-091-15/+14
* target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixesaurel322008-11-091-39/+23
* target-ppc: optimize mullw and make the code more readableaurel322008-11-091-12/+1
* target-ppc: indentation fixesaurel322008-11-091-5/+4
* target-ppc: fix tcg fatal error on i386 hostaurel322008-11-081-0/+9
* target-ppc: fix flags computation for tcg_gen_qemu_staurel322008-11-071-7/+7
* target-ppc: use the new rotr/rotri instructionsaurel322008-11-031-59/+47
* target-ppc: use the new subfi wrapperaurel322008-11-021-8/+4
* target-ppc: simplify slw, srw, sld, srdaurel322008-11-021-12/+8
* target-ppc: be more consistent with temp variables namingaurel322008-11-021-74/+74
* target-ppc: fix srw on 64-bit targetsaurel322008-11-021-3/+5
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-011-32/+72
* target-ppc: convert arithmetic functions to TCGaurel322008-11-011-351/+523
* target-ppc: fix XER accesses on 64-bit targetsaurel322008-11-011-8/+9
* target-ppc: use consistent names for variablesaurel322008-10-271-141/+141
* target-ppc: indentation fixesaurel322008-10-271-6/+6
* target-ppc: convert rotation instructions to TCGaurel322008-10-271-103/+138
* Fix typos in PPC TCG conversion.pbrook2008-10-241-2/+2
* target-ppc: convert branch related instructions to TCGaurel322008-10-211-136/+63
* target-ppc: convert logical instructions to TCGaurel322008-10-211-114/+204
* target-ppc: convert crf related instructions to TCGaurel322008-10-211-182/+252
* target-ppc: use the new TCG logical operationsaurel322008-10-211-55/+10
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-13/+19
* PPC: fix dcbi instructionaurel322008-10-151-0/+1
* PPC: convert SPE logical instructions to TCGaurel322008-10-151-8/+70
* ppc: convert integer load/store to TCGaurel322008-10-151-160/+413
* target-ppc: fix a TCG local variable creationaurel322008-10-151-1/+1
* PPC: convert SPE effective address computation to TCGaurel322008-10-151-10/+9
* PPC: convert effective address computation to TCGaurel322008-10-141-91/+79
* ppc: fix crash in ppc system single step supportaurel322008-10-011-4/+0
* Add concat_i32_i64 op.pbrook2008-09-211-6/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* ppc: Convert op_andi to TCGaurel322008-09-141-27/+11
* ppc: Convert ctr, lr moves to TCGaurel322008-09-141-0/+8
* ppc: Convert op_subf to TCGaurel322008-09-051-6/+10
* ppc: Convert op_add, op_addi to TCGaurel322008-09-051-15/+19
* ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel322008-09-041-1/+1
* ppc: Convert nip moves to TCGaurel322008-09-041-8/+12
* ppc: remove unused codeaurel322008-09-041-28/+0
* ppc: Convert CRF moves to TCGaurel322008-09-041-44/+33
* ppc: fix fpr TCG registers creationaurel322008-09-041-0/+2
* ppc: Convert FPR moves to TCGaurel322008-09-041-60/+65
* ppc: Convert Altivec register moves to TCGaurel322008-09-041-14/+38
* ppc: cleanup register typesaurel322008-09-041-3/+3
* ppc: Convert GPR moves to TCGaurel322008-09-041-358/+389
* [ppc] Convert op_moven_T2_T0 to TCGaurel322008-09-021-6/+6
OpenPOWER on IntegriCloud