aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/int_helper.c
AgeCommit message (Expand)Author
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
2014-03-05target-ppc: Altivec 2.07: Quadword Addition and SubtracationTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and ShiftsTom Musta
2014-03-05target-ppc: Altivec 2.07: Unpack Signed Word InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Pack Doubleword InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector Min/Max Doubleword InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Vector Population Count InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Add Vector Count Leading ZeroesTom Musta
2014-03-05target-ppc: Altivec 2.07: vmuluw InstructionTom Musta
2014-03-05target-ppc: Altivec 2.07: Multiply Even/Odd Word InstructionsTom Musta
2014-03-05target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit IntegersTom Musta
2014-03-05target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword ModuloTom Musta
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta