Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-03 | target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB | Petar Jovanovic | |
This change corrects and simplifies how discard is calculated for shift left logical vector instructions. It is used to detect overflow and set bit 22 in the DSPControl register. The existing tests (shll_ph.c, shll_qb.c) are extended with the corner cases that expose incorrectness in the previous implementation. Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> | |||
2012-10-31 | target-mips: Add ASE DSP testcases | Jia Liu | |
Add MIPS ASE DSP testcases. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> |