aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)Author
2016-10-28target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade
2016-10-28target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das
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: add flag in check_tlb_flush()Nikunj A Dadhania
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-07ppc: Improve a few more helper flagsBenjamin Herrenschmidt
2016-09-07ppc: Improve the exception helpers flagsBenjamin Herrenschmidt
2016-09-07ppc: Improve flags for helpers loading/writing the time facilitiesBenjamin Herrenschmidt
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 dtstsfi[q] 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-07-01ppc: Initial HDEC supportBenjamin Herrenschmidt
2016-07-01ppc: Use a helper to filter writes to LPCRBenjamin Herrenschmidt
2016-06-23ppc: Add P7/P8 Power Management instructionsBenjamin Herrenschmidt
2016-06-22ppc: Improve emulation of THRM registersBenjamin Herrenschmidt
2016-06-07ppc: Add missing slbfee. instruction on ppc64 BookS processorsBenjamin Herrenschmidt
2016-05-30ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt
2016-01-30target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one()David Gibson
2015-01-07target-ppc: Introduce tbeginTom Musta
2015-01-07target-ppc: Eliminate set_fprf Argument From helper_compute_fprfTom Musta
2014-11-04target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard
2014-09-08target-ppc: Implement mulldo with TCGTom Musta
2014-06-16target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta
2014-06-16target-ppc: Introduce DFP ReroundTom Musta
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta