summaryrefslogtreecommitdiffstats
path: root/target-mips/dsp_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-mips: Fix warning from SparseStefan Weil2015-03-191-1/+1
* target-mips/dsp_helper.c: Add ifdef guards around various functionsPeter Maydell2014-10-141-1/+16
* target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()Peter Maydell2014-10-141-9/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-mips: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-091-18/+12
* target-mips: fix mipsdsp_mul_q31_q31Petar Jovanovic2013-07-291-1/+1
* target-mips: fix mipsdsp_trunc16_sat16_roundPetar Jovanovic2013-07-291-5/+11
* target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic2013-07-281-2/+2
* target-mips: clean-up in BIT_INSVPetar Jovanovic2013-05-201-10/+6
* target-mips: set carry bit correctly in DSPControl registerPetar Jovanovic2013-05-191-3/+4
* target-mips: fix EXTPDP and setting up pos field in the DSPControl regPetar Jovanovic2013-05-191-5/+5
* target-mips: fix incorrect behaviour for EXTPPetar Jovanovic2013-05-171-2/+1
* target-mips: fix incorrect behaviour for INSVPetar Jovanovic2013-05-081-2/+2
* target-mips: fix calculation of overflow for SHLL.PH and SHLL.QBPetar Jovanovic2013-05-031-24/+6
* target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHRPetar Jovanovic2013-04-151-13/+1
* target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic2013-03-171-14/+9
* mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson2013-03-051-3/+13
* target-mips: fix DSP overflow macro and affected routinesPetar Jovanovic2013-03-041-42/+48
* target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic2013-02-231-1/+1
* target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic2013-02-231-1/+1
* target-mips: implement DSP (d)append sub-class with TCGAurelien Jarno2013-01-311-67/+0
* target-mips: use DSP unions for reduction add instructionsAurelien Jarno2013-01-311-16/+14
* target-mips: use DSP unions for unary DSP operatorsAurelien Jarno2013-01-311-82/+42
* target-mips: use DSP unions for binary DSP operatorsAurelien Jarno2013-01-311-268/+116
* target-mips: add unions to access DSP elementsAurelien Jarno2013-01-311-0/+22
* target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic2013-01-081-1/+1
* Fix my email addressDongxue Zhang2013-01-011-1/+1
* target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic2013-01-011-35/+10
* target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic2013-01-011-0/+8
* target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic2012-12-061-8/+9
* target-mips: Fix incorrect code and test for INSVPetar Jovanovic2012-12-061-1/+1
* target-mips: use ULL for 64 bit constantsBlue Swirl2012-11-051-2/+2
* target-mips: Add ASE DSP accumulator instructionsJia Liu2012-10-311-0/+609
* target-mips: Add ASE DSP compare-pick instructionsJia Liu2012-10-311-0/+233
* target-mips: Add ASE DSP bit/manipulation instructionsJia Liu2012-10-311-0/+55
* target-mips: Add ASE DSP multiply instructionsJia Liu2012-10-311-0/+923
* target-mips: Add ASE DSP GPR-based shift instructionsJia Liu2012-10-311-0/+256
* target-mips: Add ASE DSP arithmetic instructionsJia Liu2012-10-311-0/+894
* target-mips: Add ASE DSP internal functionsJia Liu2012-10-311-0/+1063
OpenPOWER on IntegriCloud