aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate/vmx-impl.inc.c
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-15target-ppc: Implement bcdctz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdctn. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfn. instructionJose Ricardo Ziviani
2016-11-15target-ppc: add vprtyb[w/d/q] instructionsAnkit Kumar
2016-11-15target-ppc: add vrldnm and vrlwnm instructionsBharata B Rao
2016-11-15target-ppc: add vrldnmi and vrlwmi instructionsGautham R. Shenoy
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-14target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania
2016-10-05target-ppc: fix vmx instruction type/type2Nikunj A Dadhania
2016-10-05target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan
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-23target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan
2016-09-07ppc: Rename #include'd .c files to .inc.cBenjamin Herrenschmidt