SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Assembly syntax: | VBITPK src1, src2, dst |
Operation: | Bit-pack |
Classification: | 2-input 1-output |
Bit width: | 33-bit |
Delay slot: | one |
C statement: | As follows |
Pack boolean (src1[i] >= src2[i]) into bits in dst[0], and broadcast dst[0] to all SIMD lanes so that dst[j] = dst[0], 1 <= j <= NSIMD.
VBITPK is useful in accessing bit-packed data (binary images).