SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VSAD src1, src2, src3, dst (dst same as src3) |
Operation: | Sum of absolute difference, dst = |src1 – src2| + src3 |
Classification: | 3-input 1-output |
Bit width: | 40-bit |
Delay slot: | one |
C statement: | dst = src3 + abs(src1 – src2); |