SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VSIGN src1, src2, dst |
Operation: | Sign |
Classification: | 2-input 1-output |
Bit width: | 40-bit |
Delay slot: | no |
C statement: | dst = (src1 == 0) ? 0 :((src1 > 0) ? src2 : –src2); |