aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2016-09-07ppc: Rename #include'd .c files to .inc.cBenjamin Herrenschmidt10-0/+0
2016-09-07target-ppc: add vsrv instructionVivek Andrew Sha2-0/+2
2016-09-07target-ppc: add vslv instructionVivek Andrew Sha2-0/+5
2016-09-07target-ppc: add vcmpnez[b,h,w][.] instructionsSwapnil Bokade2-0/+12
2016-09-07target-ppc: add vabsdu[b,h,w] instructionsSandipan Das2-3/+12
2016-09-07target-ppc: add dtstsfi[q] instructionsSandipan Das2-0/+34
2016-09-07ppc: Don't update the NIP in floating point generated codeBenjamin Herrenschmidt2-34/+0
2016-09-07ppc: Move VSX ops out of translate.cBenjamin Herrenschmidt2-0/+991
2016-09-07ppc: Move VMX ops out of translate.cBenjamin Herrenschmidt2-0/+1074
2016-09-07ppc: Move DFP ops out of translate.cBenjamin Herrenschmidt2-0/+363
2016-09-07ppc: Move embedded spe ops out of translate.cBenjamin Herrenschmidt2-0/+1334
2016-09-07ppc: Move classic fp ops out of translate.cBenjamin Herrenschmidt2-0/+1209