summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27target-ppc: Remove unused gen_qemu_ld8s()Peter Maydell1-5/+0
2014-06-27target-ppc: Remove unused IMM and d extract helpersPeter Maydell1-3/+0
2014-06-27target-ppc: fixed translation of mcrxr instructionSorav Bansal1-2/+3
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy1-0/+7
2014-06-16target-ppc: Fix Temporary Variable Leak in bctarTom Musta1-1/+1
2014-06-16PPC: e500: Merge 32 and 64 bit SPE emulationAlexander Graf1-579/+132
2014-06-16PPC: SPE: Fix high-bits bitmaskAlexander Graf1-2/+2
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan1-91/+60
2014-06-16target-ppc: Fix popcntb Opcode BugTom Musta1-1/+1
2014-06-16PPC: Add dcbtls emulationAlexander Graf1-0/+12
2014-06-16PPC: Fail on leaking temporariesAlexander Graf1-0/+7
2014-06-16PPC: Fix TCG chunks that don't free their tempsAlexander Graf1-0/+7
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta1-0/+10
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+4
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta1-0/+8
2014-06-16target-ppc: Introduce DFP ReroundTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta1-0/+8
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP ComparesTom Musta1-0/+8
2014-06-16target-ppc: Introduce DFP DivideTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP SubtractTom Musta1-1/+4
2014-06-16target-ppc: Introduce DFP AddTom Musta1-2/+5
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-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-3/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-05target-ppc: Use Additional Temporary in stqcx CaseTom Musta1-3/+5
2014-03-05target-ppc/translate.c: Use ULL suffix for 64 bit constantsPeter Maydell1-2/+2
2014-03-05target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta1-1/+6
2014-03-05target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta1-0/+24
2014-03-05target-ppc: Altivec 2.07: AES InstructionsTom Musta1-0/+29
2014-03-05target-ppc: Altivec 2.07: Binary Coded Decimal InstructionsTom Musta1-4/+41
2014-03-05target-ppc: Altivec 2.07: Vector Polynomial Multiply SumTom Musta1-0/+8
2014-03-05target-ppc: Altivec 2.07: Vector Gather Bits by BytesTom Musta1-0/+2
2014-03-05target-ppc: Altivec 2.07: Doubleword ComparesTom Musta1-3/+13
2014-03-05target-ppc: Altivec 2.07: vbpermq InstructionTom Musta1-0/+2
2014-03-05target-ppc: Altivec 2.07: Quadword Addition and SubtracationTom Musta1-0/+18
2014-03-05target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift InstructionsTom Musta1-0/+8