summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-2010-5628/+0Star
* target-ppc: Implement bcdctz. instructionJose Ricardo Ziviani2016-11-151-0/+7
* target-ppc: Implement bcdcfz. instructionJose Ricardo Ziviani2016-11-151-0/+7
* target-ppc: Implement bcdctn. instructionJose Ricardo Ziviani2016-11-151-0/+4
* target-ppc: Implement bcdcfn. instructionJose Ricardo Ziviani2016-11-152-2/+57
* target-ppc: add vprtyb[w/d/q] instructionsAnkit Kumar2016-11-152-0/+7
* target-ppc: add vrldnm and vrlwnm instructionsBharata B Rao2016-11-152-2/+8
* target-ppc: add vrldnmi and vrlwmi instructionsGautham R. Shenoy2016-11-152-2/+8
* target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade2016-10-282-0/+4
* target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das2016-10-282-0/+8
* target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde2016-10-282-4/+76
* target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania2016-10-282-0/+85
* target-ppc: implement vnegw/d instructionsNikunj A Dadhania2016-10-282-0/+4
* target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania2016-10-142-0/+10
* target-ppc: fix vmx instruction type/type2Nikunj A Dadhania2016-10-052-24/+24
* target-ppc: Implement mtvsrws instructionRavi Bangoria2016-10-052-0/+20
* target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan2016-10-052-0/+16
* target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan2016-10-052-4/+13
* target-ppc: add stxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
* target-ppc: add lxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
* target-ppc: add stxvh8x instructionNikunj A Dadhania2016-10-052-0/+32
* target-ppc: add lxvh8x instructionNikunj A Dadhania2016-10-052-0/+50
* target-ppc: improve stxvw4x implementationNikunj A Dadhania2016-10-051-14/+19
* target-ppc: improve lxvw4x implementationNikunj A Dadhania2016-10-051-14/+18
* target-ppc: Implement mtvsrdd instructionRavi Bangoria2016-10-052-0/+24
* target-ppc: Implement mfvsrld instructionRavi Bangoria2016-10-052-0/+18
* target-ppc: add stxsi[bh]x instructionNikunj A Dadhania2016-09-232-0/+5
* target-ppc: add lxsi[bw]zx instructionNikunj A Dadhania2016-09-232-0/+4
* target-ppc: add xxspltib instructionNikunj A Dadhania2016-09-232-0/+25
* target-ppc: convert st64 to use new macroNikunj A Dadhania2016-09-235-32/+32
* target-ppc: convert ld64 to use new macroNikunj A Dadhania2016-09-234-32/+32
* target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan2016-09-232-0/+19
* target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan2016-09-232-0/+2
* target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan2016-09-232-0/+27
* target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan2016-09-232-3/+17
* target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan2016-09-232-5/+45
* ppc: Rename #include'd .c files to .inc.cBenjamin Herrenschmidt2016-09-0710-0/+0
* target-ppc: add vsrv instructionVivek Andrew Sha2016-09-072-0/+2
* target-ppc: add vslv instructionVivek Andrew Sha2016-09-072-0/+5
* target-ppc: add vcmpnez[b,h,w][.] instructionsSwapnil Bokade2016-09-072-0/+12
* target-ppc: add vabsdu[b,h,w] instructionsSandipan Das2016-09-072-3/+12
* target-ppc: add dtstsfi[q] instructionsSandipan Das2016-09-072-0/+34
* ppc: Don't update the NIP in floating point generated codeBenjamin Herrenschmidt2016-09-072-34/+0Star
* ppc: Move VSX ops out of translate.cBenjamin Herrenschmidt2016-09-072-0/+991
* ppc: Move VMX ops out of translate.cBenjamin Herrenschmidt2016-09-072-0/+1074
* ppc: Move DFP ops out of translate.cBenjamin Herrenschmidt2016-09-072-0/+363
* ppc: Move embedded spe ops out of translate.cBenjamin Herrenschmidt2016-09-072-0/+1334
* ppc: Move classic fp ops out of translate.cBenjamin Herrenschmidt2016-09-072-0/+1209