summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-1/+6
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-07-011-122/+38
|\
| * PPC: move TLBs to their own arraysAlexander Graf2011-06-171-6/+6
| * PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf2011-06-171-116/+32
* | cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-1/+1
|/
* target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno2011-06-031-11/+0
* Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-1/+0
* PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-121-0/+296
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* target-ppc: fix SPE comparison functionsAurelien Jarno2011-04-171-13/+13
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-2/+2
* target-ppc: remove #ifdef FLOAT128Aurelien Jarno2011-04-121-20/+0
* Use existing helper function to implement popcntd instructionDavid Gibson2011-04-081-13/+1
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-011-5/+50
* Implement missing parts of the logic for the POWER PURRDavid Gibson2011-04-011-0/+7
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-011-0/+20
* Clean up PowerPC SLB handling codeDavid Gibson2011-04-011-6/+3
* target-ppc: fix wrong NaN testsAurelien Jarno2011-01-201-17/+28
* target-ppc: fix sNaN propagationAurelien Jarno2011-01-201-69/+78
* target-ppc: use float32_is_any_nan()Aurelien Jarno2011-01-061-3/+2
* target-ppc: fix default qNaNAurelien Jarno2011-01-061-2/+2
* target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2011-01-061-47/+11
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-29/+29
* ppc: avoid write only variablesBlue Swirl2010-10-131-3/+3
* ppc: Minor 40x MMU fixesJohn Clark2010-10-051-25/+49
* PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl2010-09-181-25/+25
* target-ppc: add vexptefp instructionAurelien Jarno2010-07-131-0/+10
* target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2010-05-311-3/+3
* target-ppc: change DCR helpers to target_long argumentsAurelien Jarno2010-02-061-6/+6
* ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias2010-01-141-5/+7
* ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias2010-01-141-1/+1
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-5/+5
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-1/+1
* PPC64: Fix timebaseAlexander Graf2009-12-211-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-83/+83
* Get rid of _t suffixmalc2009-10-011-83/+83
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-34/+36
* Replace always_inline with inlineBlue Swirl2009-08-161-40/+40
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-15/+15
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Fix mingw32 build warningsBlue Swirl2009-06-131-1/+15
* Fix typo that leads to out of bounds array access on big endian systemsmalc2009-05-131-1/+1
* targe-ppc: optimize mfcr and mtcrfaurel322009-03-091-24/+0
* Fix RFI(d)blueswir12009-03-071-3/+3
* Implement slbmteblueswir12009-03-071-2/+6
* target-ppc: Add vrsqrtefp instructionaurel322009-02-091-0/+11
* target-ppc: Add vrefp instructionaurel322009-02-091-0/+10
OpenPOWER on IntegriCloud