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的外設。
|