summaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-16target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy1-0/+1
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy1-0/+1
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke1-1/+1
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta1-0/+2
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP ReroundTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP ComparesTom Musta1-0/+4
2014-06-16target-ppc: Introduce DFP DivideTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP SubtractTom Musta1-0/+2
2014-06-16target-ppc: Introduce DFP AddTom Musta1-0/+3
2014-06-16target-ppc: Define FPR Pointer Type for HelpersTom Musta1-0/+4
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-4/+0
2014-03-05target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta1-0/+1
2014-03-05target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta1-0/+2
2014-03-05target-ppc: Altivec 2.07: AES InstructionsTom Musta1-0/+6
2014-03-05target-ppc: Altivec 2.07: Binary Coded Decimal InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Altivec 2.07: Vector Polynomial Multiply SumTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Vector Gather Bits by BytesTom Musta1-0/+1
2014-03-05target-ppc: Altivec 2.07: Doubleword ComparesTom Musta1-0/+6
2014-03-05target-ppc: Altivec 2.07: vbpermq InstructionTom Musta1-0/+1
2014-03-05target-ppc: Altivec 2.07: Quadword Addition and SubtracationTom Musta1-0/+8
2014-03-05target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Unpack Signed Word InstructionsTom Musta1-0/+2
2014-03-05target-ppc: Altivec 2.07: Pack Doubleword InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Vector Min/Max Doubleword InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Vector Population Count InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Add Vector Count Leading ZeroesTom Musta1-0/+5
2014-03-05target-ppc: Altivec 2.07: vmuluw InstructionTom Musta1-0/+1
2014-03-05target-ppc: Altivec 2.07: Multiply Even/Odd Word InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword ModuloTom Musta1-0/+2
2014-03-05target-ppc: Add ISA 2.06 ftsqrtTom Musta1-0/+1
2014-03-05target-ppc: Add ISA 2.06 ftdiv InstructionTom Musta1-0/+2
2014-03-05target-ppc: Add ISA 2.06 fcfid[u][s] InstructionsTom Musta1-0/+3
2014-03-05target-ppc: Add ISA2.06 Float to Integer InstructionsTom Musta1-0/+4
2014-03-05target-ppc: Add ISA 2.06 divwe[o] InstructionsTom Musta1-0/+1
2014-03-05target-ppc: Add ISA 2.06 divweu[o] InstructionsTom Musta1-0/+1