aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)Author
2014-03-05target-ppc: Add ISA 2.06 fcfid[u][s] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 Float to Integer InstructionsTom Musta
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 bpermd InstructionTom Musta
2014-03-05target-ppc: Scalar Non-Signalling ConversionsTom Musta
2014-03-05target-ppc: Scalar Round to Single PrecisionTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdspTom Musta
2014-03-05target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-AddsTom Musta
2014-03-05target-ppc: VSX Stage 4: add xsrsqrtespTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xssqrtspTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xsrespTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xsdivspTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xsmulspTom Musta
2014-03-05target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta
2014-03-05target-ppc: Add VSX Rounding InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta
2014-03-05target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta
2014-03-05target-ppc: Add VSX Vector Compare InstructionsTom Musta
2014-03-05target-ppc: Add VSX xmax/xmin InstructionsTom Musta
2014-03-05target-ppc: Add VSX xscmp*dp InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta
2014-03-05target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta
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