summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta3-0/+74
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta3-0/+37
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta3-0/+78
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta3-0/+72
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+42
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+32
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta3-0/+54
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta3-0/+39
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta3-0/+52
2014-06-16target-ppc: Introduce DFP ReroundTom Musta3-0/+103
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta3-0/+144
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta3-0/+41
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta3-0/+38
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta3-0/+61
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta3-0/+34
2014-06-16target-ppc: Introduce DFP ComparesTom Musta3-0/+70
2014-06-16target-ppc: Introduce DFP DivideTom Musta3-0/+44
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta3-0/+29
2014-06-16target-ppc: Introduce DFP SubtractTom Musta3-1/+24
2014-06-16target-ppc: Introduce DFP AddTom Musta3-5/+134
2014-06-16target-ppc: Introduce DFP Post Processor UtilitiesTom Musta1-0/+31
2014-06-16target-ppc: Introduce DFP Helper UtilitiesTom Musta2-0/+133
2014-06-16target-ppc: Introduce Decoder Macros for DFPTom Musta1-0/+109
2014-06-16target-ppc: Introduce Generator Macros for DFP Arithmetic FormsTom Musta1-0/+177
2014-06-16target-ppc: Define FPR Pointer Type for HelpersTom Musta1-0/+4
2014-06-16target-ppc: Remove PVR check from migrationAlexey Kardashevskiy1-2/+6
2014-06-16target-ppc: Eliminate Magic Number MSR MasksTom Musta1-54/+776
2014-06-16target-ppc: Remove redundant POWER7 declarationsAlexey Kardashevskiy2-6/+0
2014-06-16target-ppc: Move alias lookup after class lookupAlexey Kardashevskiy1-7/+11
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy1-0/+21
2014-06-16target-ppc: gdbstub allow byte swapping for reading/writing registersThomas Falcon1-0/+19
2014-06-16target-ppc: extract register length calculation in gdbstubThomas Falcon1-34/+71
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-25/+13
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini4-6/+4
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-14/+0
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson11-16/+11
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini1-3/+0
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-4/+0
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck1-17/+4
2014-04-08PPC: Add l1 cache sizes for 970 and above systemsAlexander Graf1-0/+8
2014-04-08PPC: Only enter MSR_POW when no interrupts pendingAlexander Graf1-1/+1
2014-04-08PPC: Clean up DECR implementationAlexander Graf2-2/+4
2014-04-08target-ppc: Correct VSX Integer to FP ConversionTom Musta1-24/+13
2014-04-08target-ppc: Correct VSX FP to Integer ConversionTom Musta1-21/+15
2014-04-08target-ppc: Correct VSX FP to FP ConversionsTom Musta1-5/+4
2014-04-08target-ppc: Correct VSX Scalar ComparesTom Musta1-6/+7
2014-04-08target-ppc: Correct Simple VSR LE Host InversionsTom Musta1-190/+190
2014-04-08target-ppc: Correct LE Host Inversion of Lower VSRsTom Musta1-4/+4
2014-04-08target-ppc: Define Endian-Correct Accessors for VSR Field AccessTom Musta1-0/+8
2014-04-08target-ppc: Bug: VSX Convert to Integer Should TruncateTom Musta1-1/+2