summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2008-12-15target-ppc: fix frsp instructionaurel321-2/+5
2008-12-15target-ppc: fix mtfsf and mtfsfi instructionsaurel321-3/+3
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel323-31/+41
2008-12-14target-ppc: remove FPRF optimizationaurel321-29/+0
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel323-4/+26
2008-12-14target-ppc: display FPSCR in register dumpaurel321-0/+1
2008-12-14target-ppc: fix mbar opcodeaurel321-1/+1
2008-12-14target-ppc: fix fsel instructionaurel321-5/+3
2008-12-13target-ppc: keep only the table version for mfromaurel321-18/+4
2008-12-13target-ppc: use accessors to access fp_status exception_flagsaurel321-7/+10
2008-12-13target-ppc: fix compilation with PRECISE_EMULATIONaurel321-4/+3
2008-12-13target-ppc: fix compilation with CONFIG_SOFTFLOATaurel322-20/+20
2008-12-11target-ppc: remove remaining warningsaurel324-17/+11
2008-12-11target-ppc: remove unneeded includeaurel321-1/+0
2008-12-11target-ppc: rework exception codeaurel326-303/+287
2008-12-11target-ppc: remove dead codeaurel321-2/+0
2008-12-10target-ppc: enable SPE and Altivec in user modeaurel321-0/+2
2008-12-10target-ppc: initialize MSR appropriately in user-modeaurel321-1/+1
2008-12-08target-ppc: kill a warningaurel321-0/+2
2008-12-08target-ppc: cleanup op_helper.c after TCG conversionaurel321-10/+10
2008-12-08target-ppc: enable access type in MMUaurel321-4/+1
2008-12-08target-ppc: memory load/store reworkaurel322-678/+684
2008-12-07target-ppc: kill a few warningsaurel321-4/+4
2008-12-07target-ppc: disable single steppingaurel321-1/+1
2008-12-07target-ppc: Fix use of uninitialized TCG variable in tlbivaaurel321-0/+1
2008-12-07target-ppc: convert SPR accesses to TCGaurel329-632/+425
2008-12-07target-ppc: remove dead codeaurel321-21/+0
2008-12-06target-ppc: remove dead codeaurel324-25/+2
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel327-332/+272
2008-12-06target-ppc: convert dcr load/store to TCGaurel325-43/+33
2008-12-06target-ppc: convert msr load/store to TCGaurel325-71/+48
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel325-287/+219
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel323-241/+258
2008-12-05target-ppc: add functions to load/store SPRaurel321-2/+13
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