Statistics
| Branch: | Revision:

root / tests / tcg / mips / mips32-dsp / shilov.c @ 19e6c50d

History | View | Annotate | Download (879 Bytes)

# Date Author Comment
19e6c50d 12/06/2012 09:12 am Petar Jovanovic

target-mips: Fix incorrect shift for SHILO and SHILOV

helper_shilo has not been shifting an accumulator value correctly for negative
values in 'shift' field. Minor optimization for shift=0 case.
This change also adds tests that will trigger issue and check for regressions....

d70080c4 10/31/2012 10:37 pm Jia Liu

target-mips: Add ASE DSP testcases

Add MIPS ASE DSP testcases.

Signed-off-by: Jia Liu <>
Signed-off-by: Aurelien Jarno <>