BARREL-SHIFTER,看图说话!
Overview:
The shifter performs bitwise shifting for 16-bit, 32-bit or 40-bit inputs and yields 16-bit, 32-bit, or 40-bit outputs.
Functions
The Arithmetic Shift instruction shifts a registered number a specified distance and direction while preserving the sign of the original number.
The sign bit value back-fills the left-most bit positions vacated by the arithmetic right shift.
The Logical Shift instruction logically shifts a registered number a specified distance and direction.
Logical shifts discard any bits shifted out of the register and backfill vacated bits with zeros.
英文没意思,下一章开始,正式中文加视频讲解,详细说说Blackfin的外设。
|