aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2015-01-07target-ppc: Introduce TM NoopsTom Musta
2015-01-07target-ppc: Introduce tbeginTom Musta
2015-01-07target-ppc: Introduce tm_enabled Bit to CPU StateTom Musta
2015-01-07target-ppc: Eliminate set_fprf Argument From helper_compute_fprfTom Musta
2015-01-07target-ppc: Eliminate set_fprf Argument From gen_compute_fprfTom Musta
2015-01-07target-ppc: Fully Migrate to gen_set_cr1_from_fpscrTom Musta
2015-01-07target-ppc: mffs. Should Set CR1 from FPSCR BitsTom Musta
2015-01-07target-ppc: Fix Floating Point Move Instructions That Set CR1Tom Musta
2015-01-07target-ppc: Load/Store Vector Element Storage AlignmentTom Musta
2014-11-20target-ppc: Altivec's mtvscr Decodes Wrong RegisterTom Musta
2014-11-04target-ppc: Fix Altivec Round OpcodesTom Musta
2014-11-04ppc: do not look at the MMU index to detect PR/HV modePaolo Bonzini
2014-11-04target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard
2014-11-04ppc: compute mask from BI using right shiftPaolo Bonzini
2014-11-04ppc: rename gen_set_cr6_from_fpscrPaolo Bonzini
2014-09-08target-ppc: Implement mulldo with TCGTom Musta
2014-09-08target-ppc: Clean up mullwoTom Musta
2014-09-08target-ppc: Clean Up mullwTom Musta
2014-09-08target-ppc: Optimize rlwnm MB=0 ME=31Tom Musta
2014-09-08target-ppc: Optimize rlwinm MB=0 ME=31Tom Musta
2014-09-08target-ppc: Special Case of rlwimi Should Use DepositTom Musta
2014-09-08target-ppc: Bug Fix: srawiTom Musta
2014-09-08target-ppc: Bug Fix: mullwTom Musta
2014-09-08target-ppc: Bug Fix: mullwoTom Musta
2014-09-08target-ppc: Bug Fix: rlwimiTom Musta
2014-09-08target-ppc: Bug Fix: rlwnmTom Musta
2014-09-08target-ppc: Bug Fix: rlwinmTom Musta
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova
2014-06-27target-ppc: Remove unused gen_qemu_ld8s()Peter Maydell
2014-06-27target-ppc: Remove unused IMM and d extract helpersPeter Maydell
2014-06-27target-ppc: fixed translation of mcrxr instructionSorav Bansal
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy
2014-06-16target-ppc: Fix Temporary Variable Leak in bctarTom Musta
2014-06-16PPC: e500: Merge 32 and 64 bit SPE emulationAlexander Graf
2014-06-16PPC: SPE: Fix high-bits bitmaskAlexander Graf
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan
2014-06-16target-ppc: Fix popcntb Opcode BugTom Musta
2014-06-16PPC: Add dcbtls emulationAlexander Graf
2014-06-16PPC: Fail on leaking temporariesAlexander Graf
2014-06-16PPC: Fix TCG chunks that don't free their tempsAlexander Graf
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta