aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+6
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl1-122/+38
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-1/+1
2011-06-17PPC: move TLBs to their own arraysAlexander Graf1-6/+6
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf1-116/+32
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno1-11/+0
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-1/+0
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf1-0/+296
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno1-13/+13
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno1-20/+0
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson1-13/+1
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson1-5/+50
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson1-0/+7
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson1-0/+20
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson1-6/+3
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno1-17/+28
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno1-69/+78
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno1-3/+2
2011-01-06target-ppc: fix default qNaNAurelien Jarno1-2/+2
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno1-47/+11
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-29/+29
2010-10-13ppc: avoid write only variablesBlue Swirl1-3/+3
2010-10-05ppc: Minor 40x MMU fixesJohn Clark1-25/+49
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl1-25/+25
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno1-0/+10
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon1-3/+3
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno1-6/+6
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias1-5/+7
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias1-1/+1
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-5/+5
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno1-1/+1
2009-12-21PPC64: Fix timebaseAlexander Graf1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-83/+83
2009-10-01Get rid of _t suffixmalc1-83/+83
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-34/+36
2009-08-16Replace always_inline with inlineBlue Swirl1-40/+40
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd1-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-15/+15
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+15
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc1-1/+1
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel321-24/+0
2009-03-07Fix RFI(d)blueswir11-3/+3
2009-03-07Implement slbmteblueswir11-2/+6
2009-02-09target-ppc: Add vrsqrtefp instructionaurel321-0/+11
2009-02-09target-ppc: Add vrefp instructionaurel321-0/+10