欢迎访问ic37.com |
会员登录 免费注册
发布采购

PDSP1601-MC 参数 Datasheet PDF下载

PDSP1601-MC图片预览
型号: PDSP1601-MC
PDF下载: 下载PDF文件 查看货源
内容描述: ALU和桶式移位器 [ALU and Barrel Shifter]
分类和应用:
文件页数/大小: 18 页 / 144 K
品牌: MITEL [ MITEL NETWORKS CORPORATION ]
 浏览型号PDSP1601-MC的Datasheet PDF文件第5页浏览型号PDSP1601-MC的Datasheet PDF文件第6页浏览型号PDSP1601-MC的Datasheet PDF文件第7页浏览型号PDSP1601-MC的Datasheet PDF文件第8页浏览型号PDSP1601-MC的Datasheet PDF文件第10页浏览型号PDSP1601-MC的Datasheet PDF文件第11页浏览型号PDSP1601-MC的Datasheet PDF文件第12页浏览型号PDSP1601-MC的Datasheet PDF文件第13页  
PDSP1601 MC
INSTRUCTION SET
ALU Arithmetic Instructions
Mnemonic
CLRXX
Op Code
<00>
Function
On the rising edge of CLK at the end of the cycle in which this instruction is executing, the
A Port, B Port, ALU, Barrel Shifter, and Shift Control Registers will be loaded with zeros.
The internal registered CO will also be set to zero, and the BFP flag will be set to activate
on overflow conditions.
The A input to the ALU is inverted and a one is added to the LSB.
The A input to the ALU is inverted and the CI input is added to the LSB.
The A input to the ALU is inverted and the CO output from the ALU on the previous cycle
is added to the LSB.
The A input to the ALU is right shifted one bit position. The LSB is discarded, and the vacant
MSB is filled by duplicating the original MSB (Sign Extension).
The A input to the ALU is right shifted one bit position. The LSB is discarded, and the vacant
MSB is filled with the LSB from the ALU left register.
The A input to the ALU is right shifted one bit position. The LSB is discarded, and the vacant
MSB is filled with the LSB from the ALU right register.
The A input to the ALU is right shifted one bit position. The LSB is discarded, and the vacant
MSB is filled with the LSB from the B input to the ALU.
The A input to the ALU is added to the B input, and the CI input is added to the LSB.
The A input to the ALU is added to the B input, and the CO out from the ALU on the previous
cycle is added to the LSB.
The A input to the ALU is added to the inverted B input, and a one is added to the LSB.
The A input to the ALU is added to the inverted B input, and the CI input is added to the
LSB.
The A input to the ALU is added to the inverted B input, and the CO out from the ALU on
the previous cycle is added to the LSB.
The inverted A input to the ALU is added to the B input, and a one is added to the LSB.
The inverted A input to the ALU is added to the B input, and the CI input is added to the
LSB.
The inverted A input to the ALU is added to the B input, and the CO out from the ALU on
the previous cycle is added to the LSB.
MIAX1
MIACI
MIACO
A2SGN
A2RAL
A2RAR
A2RSX
APBCI
APBCO
AMBX1
AMBCI
AMBCO
BMAX1
BMACI
BMACO
<01>
<02>
<03>
<04>
<05>
<06>
<07>
<08>
<09>
<0A>
<0B>
<0C>
<0D>
<0E>
<0F>
ALU Logical Instructions
Mnemonic
ANXAB
ANANB
ANNAB
ORXAB
ORNAB
XORAB
PASXA
PASNA
Op Code
<10>
<11>
<12>
<13>
<14>
<15>
<16>
<17>
Function
The A input to the ALU is logically 'ANDed' with the B input.
The A input to the ALU is logically 'ANDed' with the inverse of the B input.
The inverse of the A input to the ALU is logically 'ANDed' with the B input.
The A input to the ALU is logically 'ORed' with the B input.
The inverse A input to the ALU is logically 'ORed' with the B input.
The A input to the ALU is logically Exclusive-ORed with the B input.
The A input to the ALU is passed to the output.
The inverse of the A input to the ALU is passed to the output.
9