summaryrefslogtreecommitdiff
path: root/target-mips/dsp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09target-mips: Use macro ARRAY_SIZE where possibleStefan Weil1-18/+12
2013-07-29target-mips: fix mipsdsp_mul_q31_q31Petar Jovanovic1-1/+1
2013-07-29target-mips: fix mipsdsp_trunc16_sat16_roundPetar Jovanovic1-5/+11
2013-07-28target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic1-2/+2
2013-05-20target-mips: clean-up in BIT_INSVPetar Jovanovic1-10/+6
2013-05-19target-mips: set carry bit correctly in DSPControl registerPetar Jovanovic1-3/+4
2013-05-19target-mips: fix EXTPDP and setting up pos field in the DSPControl regPetar Jovanovic1-5/+5
2013-05-17target-mips: fix incorrect behaviour for EXTPPetar Jovanovic1-2/+1
2013-05-08target-mips: fix incorrect behaviour for INSVPetar Jovanovic1-2/+2
2013-05-03target-mips: fix calculation of overflow for SHLL.PH and SHLL.QBPetar Jovanovic1-24/+6
2013-04-15target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHRPetar Jovanovic1-13/+1
2013-03-17target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic1-14/+9
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson1-3/+13
2013-03-04target-mips: fix DSP overflow macro and affected routinesPetar Jovanovic1-42/+48
2013-02-23target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic1-1/+1
2013-02-23target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic1-1/+1
2013-01-31target-mips: implement DSP (d)append sub-class with TCGAurelien Jarno1-67/+0
2013-01-31target-mips: use DSP unions for reduction add instructionsAurelien Jarno1-16/+14
2013-01-31target-mips: use DSP unions for unary DSP operatorsAurelien Jarno1-82/+42
2013-01-31target-mips: use DSP unions for binary DSP operatorsAurelien Jarno1-268/+116
2013-01-31target-mips: add unions to access DSP elementsAurelien Jarno1-0/+22
2013-01-08target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic1-1/+1
2013-01-01Fix my email addressDongxue Zhang1-1/+1
2013-01-01target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic1-35/+10
2013-01-01target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic1-0/+8
2012-12-06target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic1-8/+9
2012-12-06target-mips: Fix incorrect code and test for INSVPetar Jovanovic1-1/+1
2012-11-05target-mips: use ULL for 64 bit constantsBlue Swirl1-2/+2
2012-10-31target-mips: Add ASE DSP accumulator instructionsJia Liu1-0/+609
2012-10-31target-mips: Add ASE DSP compare-pick instructionsJia Liu1-0/+233
2012-10-31target-mips: Add ASE DSP bit/manipulation instructionsJia Liu1-0/+55
2012-10-31target-mips: Add ASE DSP multiply instructionsJia Liu1-0/+923
2012-10-31target-mips: Add ASE DSP GPR-based shift instructionsJia Liu1-0/+256
2012-10-31target-mips: Add ASE DSP arithmetic instructionsJia Liu1-0/+894
2012-10-31target-mips: Add ASE DSP internal functionsJia Liu1-0/+1063