summaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania1-2/+8
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania1-0/+34
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania1-0/+25
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania1-7/+7
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao1-151/+0
2017-01-10target-ppc: Use ctpop helperRichard Henderson1-1/+5
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson1-4/+16
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson1-16/+19
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+7200