summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-20Add stxsdxTom Musta1-0/+15
2013-12-20Add lxvw4xTom Musta1-0/+29
2013-12-20Add lxvdsxTom Musta1-0/+16
2013-12-20Add lxsdxTom Musta1-0/+16
2013-12-20Add xxpermdiTom Musta1-1/+40
2013-12-20Add stxvd2xTom Musta1-0/+18
2013-12-20Add lxvd2xTom Musta1-0/+18
2013-12-20Add VSR to Global RegistersTom Musta1-0/+27
2013-12-20Add VSX Instruction DecodersTom Musta1-0/+11
2013-12-20Add MSR VSX and Associated ExceptionTom Musta1-0/+6