SPRUIE9D May 2017 – May 2024 DRA74P , DRA75P , DRA76P , DRA77P
Assembly syntax: | VSHFOR src1, src2, src3, dst (dst same as src3) |
Operation: | Shift-or |
Classification: | 3-input 1-output |
Bit width: | 40-bit src1/src3, 6-bit src2 |
Delay slot: | one |
C statement: | dst3 = (src2 >= 0) ? (src3 | (src1 << src2) ) : (src3 | (src1 >> –src2)); |
See VSHF for the supported range of src2.