SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VLMBD src1, src2, dst |
Operation: | Left-most bit detect |
Classification: | 3-input 1-output |
Bit width: | 40-bit |
Delay slot: | one |
C statement: | As follows |
Depending on src2 being zero or not, VLMBD searches for 0 or 1 in src1, starting from bit 39. Bit position where the first 0 or 1 occurs is returned, and -1 is returned if it’s not found.