summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: add wait instructionNikunj A Dadhania2017-02-221-0/+1
* target-ppc: add slbsync implementationNikunj A Dadhania2017-02-221-0/+12
* target-ppc: add slbieg instructionNikunj A Dadhania2017-02-221-0/+14
* target-ppc: generate exception for copy/pasteNikunj A Dadhania2017-02-221-0/+15
* target-ppc: implement store atomic instructionBalamuruhan S2017-02-221-0/+52
* target-ppc: implement load atomic instructionBalamuruhan S2017-02-221-0/+59
* tcg/POWER9: NOOP the cp_abort instructionSuraj Jitindar Singh2017-02-011-0/+5
* target/ppc/debug: Print LPCR register value if register existsSuraj Jitindar Singh2017-02-011-0/+3
* target-ppc: implement stop instructionNikunj A Dadhania2017-01-311-0/+6
* target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania2017-01-311-2/+8
* target-ppc: implement stxsd and stxsspNikunj A Dadhania2017-01-311-0/+34
* target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania2017-01-311-0/+25
* target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania2017-01-311-7/+7
* target-ppc: Consolidate instruction decode helpersBharata B Rao2017-01-311-151/+0Star
* target-ppc: Use ctpop helperRichard Henderson2017-01-101-1/+5
* target-ppc: Use clz and ctz opcodesRichard Henderson2017-01-101-4/+16
* target-ppc: Use the new deposit and extract opsRichard Henderson2017-01-101-16/+19
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+7200