summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2008-11-30target-ppc: remove unused file op_mem_access.haurel321-148/+0
2008-11-30target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel321-130/+11
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel325-36/+26
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel325-101/+47
2008-11-30target-ppc: convert external load/store instructions to TCGaurel323-144/+13
2008-11-30target-ppc: convert load/store with reservation instructions to TCGaurel322-264/+72
2008-11-30target-ppc: convert lscbx instruction to TCGaurel326-122/+53
2008-11-30target-ppc: convert load/store string instructions to TCGaurel326-203/+135
2008-11-30target-ppc: convert icbi instruction to TCGaurel326-63/+31
2008-11-30target-ppc: convert dcbz instruction to TCGaurel327-360/+55
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel326-142/+78
2008-11-30target-ppc: convert wait instruction to TCGaurel323-12/+3
2008-11-30target-ppc: convert mfrom instruction to TCGaurel324-20/+11
2008-11-30target-ppc: remove dead code from op.caurel321-6/+0
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-30target-ppc: convert software TLB instructions to TCGaurel325-42/+36
2008-11-27target-ppc: convert POWER2 load/store instructions to TCGaurel325-163/+68
2008-11-27target-ppc: convert SPE load/store to TCGaurel325-570/+330
2008-11-27target-ppc: simplify evsplati and evsplatfiaurel321-16/+4
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-24target-ppc: convert trap instructions to TCGaurel325-43/+32
2008-11-24target-ppc: convert altivec load/store to TCGaurel324-116/+45
2008-11-23target-ppc: convert FPU load/store to TCGaurel324-216/+159
2008-11-23target-ppc: fix access_type usageaurel321-36/+38
2008-11-23target-ppc: include the instruction name in load/store handlers nameaurel321-59/+59
2008-11-23target-ppc: convert SPE FP ops to TCGaurel325-1007/+681
2008-11-22target-ppc: remove declaration of removed function from op_helper.haurel321-61/+0
2008-11-22target-ppc: convert exceptions generation to TCGaurel327-65/+75
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel321-15/+16
2008-11-19target-ppc: convert fp ops to TCGaurel326-636/+550
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-18target-ppc: fix regression introduced by commit 5729aurel321-1/+1
2008-11-17TCG variable type checking.pbrook4-348/+337
2008-11-16Attached patch fixes a series of this warningblueswir11-1/+1
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel325-471/+602
2008-11-09target-ppc: fix TCG argumentaurel321-1/+1
2008-11-09target-ppc: Remove a few TCG temp variable leaksaurel321-9/+19
2008-11-09target-ppc: fixes for gen_op_neg()aurel321-15/+14
2008-11-09target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixesaurel321-39/+23
2008-11-09target-ppc: optimize mullw and make the code more readableaurel321-12/+1
2008-11-09target-ppc: indentation fixesaurel321-5/+4
2008-11-08target-ppc: fix tcg fatal error on i386 hostaurel322-1/+14
2008-11-07target-ppc: fix flags computation for tcg_gen_qemu_staurel321-7/+7
2008-11-03target-ppc: use the new rotr/rotri instructionsaurel321-59/+47
2008-11-02target-ppc: use the new subfi wrapperaurel321-8/+4
2008-11-02target-ppc: simplify slw, srw, sld, srdaurel321-12/+8
2008-11-02target-ppc: be more consistent with temp variables namingaurel321-74/+74
2008-11-02target-ppc: fix srw on 64-bit targetsaurel321-3/+5