aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao
2017-01-10target-ppc: Use ctpop helperRichard Henderson
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth