aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: VSX Stage 4: Add xsdivspTom Musta1-0/+1
2014-03-05target-ppc: VSX Stage 4: Add xsmulspTom Musta1-0/+1
2014-03-05target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta1-0/+3
2014-03-05target-ppc: Add VSX Rounding InstructionsTom Musta1-0/+15
2014-03-05target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta1-0/+22
2014-03-05target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Add VSX Vector Compare InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX xmax/xmin InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX xscmp*dp InstructionsTom Musta1-0/+2
2014-03-05target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta1-0/+24
2014-03-05target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta1-0/+9
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-5/+5
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno1-0/+1
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno1-3/+0
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson1-1/+0
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson1-2/+0
2013-02-01PPC: Unify dcbzl code pathAlexander Graf1-2/+1
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf1-1/+0
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-10-28target-ppc: rename helper flagsAurelien Jarno1-19/+19
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf1-0/+1
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl1-15/+15
2012-06-24ppc: Avoid AREG0 for misc helpersBlue Swirl1-9/+9
2012-06-24ppc: Avoid AREG0 for timebase helpersBlue Swirl1-21/+21
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl1-37/+37
2012-06-24ppc: Avoid AREG0 for integer and vector helpersBlue Swirl1-88/+88
2012-06-24ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl1-102/+102
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl1-14/+14
2012-02-02PPC: E500: Implement msgsndAlexander Graf1-0/+1
2012-02-02PPC: E500: Implement msgclrAlexander Graf1-0/+1
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf1-0/+3
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno1-2/+0
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf1-0/+6
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson1-1/+2
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson1-0/+1
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson1-0/+2
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson1-1/+0
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno1-0/+1
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-0/+1
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno1-2/+2
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1