summaryrefslogtreecommitdiff
path: root/target-ppc/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: Add VSX ISA2.06 xrsqrte InstructionsTom Musta1-0/+45
2014-03-05target-ppc: Add VSX ISA2.06 xsqrt InstructionsTom Musta1-0/+44
2014-03-05target-ppc: Add VSX ISA2.06 xre InstructionsTom Musta1-0/+35
2014-03-05target-ppc: Add VSX ISA2.06 xdiv InstructionsTom Musta1-0/+49
2014-03-05target-ppc: Add VSX ISA2.06 xmul InstructionsTom Musta1-0/+47
2014-03-05target-ppc: Add VSX ISA2.06 xadd/xsub InstructionsTom Musta1-0/+50
2014-03-05target-ppc: General Support for VSX HelpersTom Musta1-0/+41
2014-03-05target-ppc: Add set_fprf Argument to fload_invalid_op_excp()Tom Musta1-48/+55
2013-04-26target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno1-10/+7
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno1-31/+0
2013-04-26powerpc: correctly handle fpu exceptions.Tristan Gingold1-11/+12
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau1-0/+5
2012-06-24ppc: Add missing breakBlue Swirl1-0/+1
2012-06-24ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl1-171/+179
2012-06-24ppc: Split FPU and SPE opsBlue Swirl1-0/+1731