SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VMINSETF src1, {src2|dst1}, dst2 |
Operation: | Minimum and set flag |
Classification: | 2-input 2-output |
Bit width: | 33-bit |
Delay slot: | |
C statement: | dst1 = min(src1, src2); dst2 = (src1 < src2) ? 1 : 0; |