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

S3C4510B 参数 Datasheet PDF下载

S3C4510B图片预览
型号: S3C4510B
PDF下载: 下载PDF文件 查看货源
内容描述: 三星S3C4510B的16位/ 32位RISC微控制器是一款高性价比,高性能的基于以太网的系统微控制器解决方案。 [Samsungs S3C4510B 16/32-bit RISC microcontroller is a cost-effective, high-performance microcontroller solution for Ethernet-based systems.]
分类和应用: 微控制器以太网
文件页数/大小: 422 页 / 2160 K
品牌: SAMSUNG [ SAMSUNG ]
 浏览型号S3C4510B的Datasheet PDF文件第63页浏览型号S3C4510B的Datasheet PDF文件第64页浏览型号S3C4510B的Datasheet PDF文件第65页浏览型号S3C4510B的Datasheet PDF文件第66页浏览型号S3C4510B的Datasheet PDF文件第68页浏览型号S3C4510B的Datasheet PDF文件第69页浏览型号S3C4510B的Datasheet PDF文件第70页浏览型号S3C4510B的Datasheet PDF文件第71页  
S3C4510B  
INSTRUCTION SET  
MULTIPLY LONG AND MULTIPLY-ACCUMULATE LONG (MULL,MLAL)  
The instruction is only executed if the condition is true. The various conditions are defined in Table 3-2. The  
instruction encoding is shown in Figure 3-13.  
The multiply long instructions perform integer multiplication on two 32 bit operands and produce 64 bit results.  
Signed and unsigned multiplication each with optional accumulate give rise to four variations.  
31  
28 27  
23 22 21 20 19  
16 15  
12 11  
8
7
4
3
0
0 0 0 0 1 U A S  
RdHi  
RdLo  
Rs  
Rm  
Cond  
1 0 0 1  
[11:8][3:0] Operand Registers  
[19:16][15:12] Source Destination Registers  
[20] Set Condition Code  
0 = Do not alter condition codes  
1 = Set condition codes  
[21] Accumulate  
0 = Multiply only  
1 = Multiply and accumulate  
[22] Unsigned  
0 = Unsigned  
1 = Signed  
[31:28] Condition Field  
Figure 3-13. Multiply Long Instructions  
The multiply forms (UMULL and SMULL) take two 32 bit numbers and multiply them to produce a 64 bit result of  
the form RdHi, RdLo: = Rm * Rs. The lower 32 bits of the 64 bit result are written to RdLo, the upper 32 bits of  
the result are written to RdHi.  
The multiply-accumulate forms (UMLAL and SMLAL) take two 32 bit numbers, multiply them and add a 64 bit  
number to produce a 64 bit result of the form RdHi, RdLo: = Rm * Rs + RdHi, RdLo. The lower 32 bits of the 64  
bit number to add is read from RdLo. The upper 32 bits of the 64 bit number to add is read from RdHi. The lower  
32 bits of the 64 bit result are written to RdLo. The upper 32 bits of the 64 bit result are written to RdHi.  
The UMULL and UMLAL instructions treat all of their operands as unsigned binary numbers and write an  
unsigned 64 bit result. The SMULL and SMLAL instructions treat all of their operands as two's-complement  
signed numbers and write a two's-complement signed 64 bit result.  
OPERAND RESTRICTIONS  
— R15 must not be used as an operand or as a destination register.  
— RdHi, RdLo, and Rm must all specify different registers.  
3-25  
 复制成功!