summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: Add ISA 2.06 stbcx. and sthcx. InstructionsTom Musta1-47/+44
2014-03-05target-ppc: Add ISA2.06 lbarx, lharx InstructionsTom Musta1-26/+24
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta1-0/+5
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-1/+4
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+21
2014-03-05target-ppc: Add ISA2.06 bpermd InstructionTom Musta1-0/+10
2014-03-05target-ppc: Scalar Non-Signalling ConversionsTom Musta1-0/+4
2014-03-05target-ppc: Scalar Round to Single PrecisionTom Musta1-0/+17
2014-03-05target-ppc: Floating Merge Word InstructionsTom Musta1-0/+28
2014-03-05target-ppc: Move To/From VSR InstructionsTom Musta1-0/+59
2014-03-05target-ppc: VSX Stage 4: Add xxleqv, xxlnand and xxlorcTom Musta1-0/+6
2014-03-05target-ppc: VSX Stage 4: Add xscvsxdsp and xscvuxdspTom Musta1-0/+4
2014-03-05target-ppc: VSX Stage 4: Add Scalar SP Fused Multiply-AddsTom Musta1-0/+16
2014-03-05target-ppc: VSX Stage 4: add xsrsqrtespTom Musta1-0/+2
2014-03-05target-ppc: VSX Stage 4: Add xssqrtspTom Musta1-0/+2
2014-03-05target-ppc: VSX Stage 4: Add xsrespTom Musta1-0/+2
2014-03-05target-ppc: VSX Stage 4: Add xsdivspTom Musta1-0/+2
2014-03-05target-ppc: VSX Stage 4: Add xsmulspTom Musta1-0/+2
2014-03-05target-ppc: VSX Stage 4: Add xsaddsp and xssubspTom Musta1-0/+6
2014-03-05target-ppc: VSX Stage 4: Add stxsiwx and stxsspxTom Musta1-0/+4
2014-03-05target-ppc: VSX Stage 4: Refactor stxsdxTom Musta1-12/+15
2014-03-05target-ppc: VSX Stage 4: Add lxsiwax, lxsiwzx and lxsspxTom Musta1-0/+14
2014-03-05target-ppc: VSX Stage 4: Refactor lxsdxTom Musta1-14/+17
2014-03-05target-ppc: Add VSX Rounding InstructionsTom Musta1-0/+30
2014-03-05target-ppc: Add VSX ISA2.06 Integer Conversion InstructionsTom Musta1-0/+44
2014-03-05target-ppc: Add VSX Floating Point to Floating Point Conversion InstructionsTom Musta1-0/+8
2014-03-05target-ppc: Add VSX Vector Compare InstructionsTom Musta1-0/+23
2014-03-05target-ppc: Add VSX xmax/xmin InstructionsTom Musta1-0/+12
2014-03-05target-ppc: Add VSX xscmp*dp InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Add VSX ISA2.06 Multiply Add InstructionsTom Musta1-0/+48
2014-03-05target-ppc: Add VSX ISA2.06 xtsqrt InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xtdiv InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta1-0/+18
2014-03-05target-ppc: General Support for VSX HelpersTom Musta1-0/+14
2014-03-05target-ppc: dump DAR and DSISRAnton Blanchard1-1/+6
2013-12-22PPC: Fix compilation with TCG debugAlexander Graf1-62/+81
2013-12-20Add xxsldwiTom Musta1-0/+62
2013-12-20Add xxspltwTom Musta1-0/+31
2013-12-20Add xxselTom Musta1-0/+76
2013-12-20Add xxmrgh/xxmrglTom Musta1-0/+41
2013-12-20Add Power7 VSX Logical InstructionsTom Musta1-0/+29
2013-12-20Add VSX Vector Move InstructionsTom Musta1-0/+71
2013-12-20Add VSX Scalar Move InstructionsTom Musta1-0/+70
2013-12-20Add stxvw4xTom Musta1-0/+28