aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)Author
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson
2013-02-01PPC: Unify dcbzl code pathAlexander Graf
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-28target-ppc: rename helper flagsAurelien Jarno
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl
2012-06-24ppc: Avoid AREG0 for misc helpersBlue Swirl
2012-06-24ppc: Avoid AREG0 for timebase helpersBlue Swirl
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl
2012-06-24ppc: Avoid AREG0 for integer and vector helpersBlue Swirl
2012-06-24ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl
2012-02-02PPC: E500: Implement msgsndAlexander Graf
2012-02-02PPC: E500: Implement msgclrAlexander Graf
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
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
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-04-16target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PUREaurel32
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel32
2009-02-09target-ppc: Add vrsqrtefp instructionaurel32
2009-02-09target-ppc: Add vrefp instructionaurel32
2009-02-09target-ppc: Add vct{u,s}xs instructionsaurel32
2009-02-09target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel32
2009-02-09target-ppc: Add vmaddfp and vnmsubfp instructionsaurel32
2009-02-09target-ppc: Add v{add,sub}fp instructionsaurel32
2009-02-09target-ppc: Add v{max,min}fp instructionsaurel32
2009-02-05target-ppc: change instruction name vrlogefp into vlogefpaurel32
2009-02-05target-ppc: add vrlogefp instructionaurel32
2009-02-04Add vcf{u,s}x instructionsaurel32
2009-02-04Add vrfi{m,n,p,z} instructionsaurel32
2009-02-03Make mtvscr use a helperaurel32
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel32
2009-01-08Add vspltis{b,h,w} instructionsaurel32
2009-01-08Add vs{l,r} instructionsaurel32
2009-01-08Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel32