SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VBITDI src1, dst1, dst2 |
Operation: | Bit deinterleave |
Classification: | 1-input 2-output |
Bit width: | 32-bit |
Delay slot: | 0 |
C statement: | As follows |
Bit deinterleave is basically the inverse of bit interleave (VBITI).
For example,
src1 = 0x523(0000_0000_0000_0000_0000_1001_0010_0011)
Results in:
dst1 = 0x25 (0000_0000_0010_0101),
dst2 = 0x11(0000_0000_0001_0001)