summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2008-12-16target-ppc: add comments about constants introduced in revision 6046aurel321-3/+3
2008-12-16target-ppc: fix a typo introduced in revision 6058aurel321-1/+1
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel321-0/+1
2008-12-16target-ppc: Enable KVM for ppcemb.aurel324-0/+334
2008-12-15target-ppc: update comment about precise emulationaurel321-2/+1
2008-12-15target-ppc: remove dead codeaurel321-1/+0
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel321-1/+1
2008-12-15target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel321-12/+52
2008-12-15target-ppc: fadd/fsub: correctly propagate NaNaurel321-18/+8
2008-12-15target-ppc: use the new fp functionsaurel321-50/+23
2008-12-15target-ppc: correctly propagate NaN in divisionaurel321-1/+1
2008-12-15target-ppc: fix fload_invalid_op_excp()aurel321-9/+7
2008-12-15target-ppc: use a correct value to represent 1.0aurel321-9/+12
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel321-2/+32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel321-4/+4
2008-12-15target-ppc: add signed fields to ppc_avr_t.aurel321-0/+3
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