summaryrefslogtreecommitdiff
path: root/target-ppc/translate/vsx-impl.inc.c
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-10-28target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade
2016-10-28target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania
2016-10-05target-ppc: Implement mtvsrws instructionRavi Bangoria
2016-10-05target-ppc: add stxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add stxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: improve stxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: improve lxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: Implement mtvsrdd instructionRavi Bangoria
2016-10-05target-ppc: Implement mfvsrld instructionRavi Bangoria
2016-09-23target-ppc: add stxsi[bh]x instructionNikunj A Dadhania
2016-09-23target-ppc: add lxsi[bw]zx instructionNikunj A Dadhania
2016-09-23target-ppc: add xxspltib instructionNikunj A Dadhania
2016-09-23target-ppc: convert st64 to use new macroNikunj A Dadhania
2016-09-23target-ppc: convert ld64 to use new macroNikunj A Dadhania
2016-09-07ppc: Rename #include'd .c files to .inc.cBenjamin Herrenschmidt