aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/int_helper.c
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-23target-ppc: fix index array of national digitsJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdctz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdctn. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfn. instructionJose Ricardo Ziviani
2016-11-15target-ppc: add vprtyb[w/d/q] instructionsAnkit Kumar
2016-11-15target-ppc: add vrldnm and vrlwnm instructionsBharata B Rao
2016-11-15target-ppc: add vrldnmi and vrlwmi instructionsGautham R. Shenoy
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-14target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania
2016-10-05target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: implement darn instructionRavi Bangoria
2016-09-23target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan
2016-09-07target-ppc: add vsrv instructionVivek Andrew Sha
2016-09-07target-ppc: add vslv instructionVivek Andrew Sha
2016-09-07target-ppc: add vcmpnez[b,h,w][.] instructionsSwapnil Bokade
2016-09-07target-ppc: add vabsdu[b,h,w] instructionsSandipan Das
2016-09-07target-ppc: add cmpeqb instructionNikunj A Dadhania
2016-09-07target-ppc: add cnttzw[.] instructionNikunj A Dadhania
2016-09-07target-ppc: add cnttzd[.] instructionSandipan Das
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-01-29ppc: Clean up includesPeter Maydell
2015-09-20target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxorAurelien Jarno
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2014-11-04target-ppc: Fix vcmpbfp. Unordered CaseTom Musta
2014-11-04target-ppc: Fix Altivec ShiftsTom Musta
2014-11-04target-ppc: simplify AES emulationAurelien Jarno
2014-11-04ppc: fix result of DLMZB when no zero bytes are foundPaolo Bonzini
2014-11-04ppc: use CRF_* in int_helper.cPaolo Bonzini
2014-09-08target-ppc: Implement mulldo with TCGTom Musta
2014-09-08target-ppc: Bug Fix: sradTom Musta
2014-09-08target-ppc: Bug Fix: mulldo OV DetectionTom Musta
2014-06-16target-ppc: Refactor AES InstructionsTom Musta
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-19target-ppc: Add missing 'static' and 'const' attributesStefan Weil
2014-03-15misc: Fix typos in commentsStefan Weil
2014-03-05target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: AES InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Binary Coded Decimal InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector Polynomial Multiply SumTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector Gather Bits by BytesTom Musta
2014-03-05target-ppc: Altivec 2.07: Doubleword ComparesTom Musta
2014-03-05target-ppc: Altivec 2.07: vbpermq InstructionTom Musta