SPRUIE9D May 2017 – May 2024 DRA74P , DRA75P , DRA76P , DRA77P
Assembly syntax: | VADDSUB src1/dst1, src2/dst2 |
Operation: | Add-subtract |
Classification: | 2-input 2-output |
Bit width: | 40-bit |
Delay slot: | no |
C statement: | dst1 = src1 + src2; dst2 = src1 – src2; |