summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.h
Commit message (Expand)AuthorAgeFilesLines
...
* target-ppc: Add ISA 2.06 fcfid[u][s] InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add ISA2.06 Float to Integer InstructionsTom Musta2014-03-051-0/+4
* target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta2014-03-051-0/+1
* target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta2014-03-051-0/+1
* target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta2014-03-051-0/+1
* target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta2014-03-051-0/+1
* target-ppc: Add ISA2.06 bpermd InstructionTom Musta2014-03-051-0/+1
* target-ppc: Scalar Non-Signalling ConversionsTom Musta2014-03-051-0/+2
* target-ppc: Scalar Round to Single PrecisionTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdspTom Musta2014-03-051-0/+2
* target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-AddsTom Musta2014-03-051-0/+8
* target-ppc: VSX Stage 4: add xsrsqrtespTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xssqrtspTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xsrespTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xsdivspTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xsmulspTom Musta2014-03-051-0/+1
* target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta2014-03-051-0/+3
* target-ppc: Add VSX Rounding InstructionsTom Musta2014-03-051-0/+15
* target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta2014-03-051-0/+22
* target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta2014-03-051-0/+4
* target-ppc: Add VSX Vector Compare InstructionsTom Musta2014-03-051-0/+6
* target-ppc: Add VSX xmax/xmin InstructionsTom Musta2014-03-051-0/+6
* target-ppc: Add VSX xscmp*dp InstructionsTom Musta2014-03-051-0/+2
* target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta2014-03-051-0/+24
* target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta2014-03-051-0/+3
* target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta2014-03-051-0/+9
* tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson2013-10-101-5/+5
* target-ppc: emulate cmpb instructionAurelien Jarno2013-04-261-0/+1
* target-ppc: optimize fabs, fnabs, fnegAurelien Jarno2013-04-261-3/+0
* target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson2013-03-221-1/+0
* target-ppc: Use mul*2 in mulh* insnsRichard Henderson2013-02-231-2/+0
* PPC: Unify dcbzl code pathAlexander Graf2013-02-011-2/+1
* PPC: Bring EPR support closer to realityAlexander Graf2013-01-071-1/+0
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* target-ppc: rename helper flagsAurelien Jarno2012-10-281-19/+19
* PPC: BookE: Implement EPR SPRAlexander Graf2012-06-241-0/+1
* ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl2012-06-241-15/+15
* ppc: Avoid AREG0 for misc helpersBlue Swirl2012-06-241-9/+9
* ppc: Avoid AREG0 for timebase helpersBlue Swirl2012-06-241-21/+21
* ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl2012-06-241-37/+37
* ppc: Avoid AREG0 for integer and vector helpersBlue Swirl2012-06-241-88/+88
* ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl2012-06-241-102/+102
* ppc: Avoid AREG0 for exception helpersBlue Swirl2012-06-241-14/+14
* PPC: E500: Implement msgsndAlexander Graf2012-02-021-0/+1
OpenPOWER on IntegriCloud