aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl
2012-06-24ppc: Split off misc helpersBlue Swirl
2012-06-24ppc: Split off timebase helpersBlue Swirl
2012-06-24ppc: Split MMU etc. helpers from op_helper.cBlue Swirl
2012-06-24ppc: Split integer and vector opsBlue Swirl
2012-06-24ppc: Split FPU and SPE opsBlue Swirl
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl
2012-06-24ppc: Split exception helpersBlue Swirl
2012-06-24ppc: Fix coding style in op_helper.cBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber
2012-02-02PPC: E500: Implement msgsndAlexander Graf
2012-02-02PPC: E500: Implement msgclrAlexander Graf
2012-02-02PPC: booke206: move avail check to tlbweAlexander Graf
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf
2012-02-02PPC: booke206: Check for min/max TLB entry sizeAlexander Graf
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-17PPC: move TLBs to their own arraysAlexander Graf
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno
2011-01-06target-ppc: fix default qNaNAurelien Jarno
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-10-13ppc: avoid write only variablesBlue Swirl
2010-10-05ppc: Minor 40x MMU fixesJohn Clark
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias