CN1503937A - 扩展精度累加器 - Google Patents

扩展精度累加器 Download PDF

Info

Publication number
CN1503937A
CN1503937A CNA028086333A CN02808633A CN1503937A CN 1503937 A CN1503937 A CN 1503937A CN A028086333 A CNA028086333 A CN A028086333A CN 02808633 A CN02808633 A CN 02808633A CN 1503937 A CN1503937 A CN 1503937A
Authority
CN
China
Prior art keywords
register
totalizer
extended
content
extended precision
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA028086333A
Other languages
English (en)
Other versions
CN1503937B (zh
Inventor
M
M·斯特里贝克
P·帕里尔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Arm Overseas Finance Co ltd
Overpass Bridge Co ltd
Original Assignee
MIPS Technologies Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by MIPS Technologies Inc filed Critical MIPS Technologies Inc
Publication of CN1503937A publication Critical patent/CN1503937A/zh
Application granted granted Critical
Publication of CN1503937B publication Critical patent/CN1503937B/zh
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/544Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
    • G06F7/5443Sum of products
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/60Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers
    • G06F7/72Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers using residue arithmetic
    • G06F7/724Finite field arithmetic
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30036Instructions to perform operations on packed data, e.g. vector, tile or matrix operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements
    • G06F9/30101Special purpose registers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30145Instruction analysis, e.g. decoding, instruction word fields
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/52Multiplying; Dividing
    • G06F7/523Multiplying only
    • G06F7/533Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even
    • G06F7/5334Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product
    • G06F7/5336Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product overlapped, i.e. with successive bitgroups sharing one or more bits being recoded into signed digit representation, e.g. using the Modified Booth Algorithm
    • G06F7/5338Reduction of the number of iteration steps or stages, e.g. using the Booth algorithm, log-sum, odd-even by using multiple bit scanning, i.e. by decoding groups of successive multiplier bits in order to select an appropriate precalculated multiple of the multiplicand as a partial product overlapped, i.e. with successive bitgroups sharing one or more bits being recoded into signed digit representation, e.g. using the Modified Booth Algorithm each bitgroup having two new bits, e.g. 2nd order MBA
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/60Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers
    • G06F7/72Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers using residue arithmetic
    • G06F7/724Finite field arithmetic
    • G06F7/725Finite field arithmetic over elliptic curves

Abstract

乘法单元包括一个扩展精度累加器。提供用于操作扩展精度累加器的各部分的微处理器指令,包括一个将扩展累加器的一部分的内容转移到一个通用寄存器的指令(“MFLHXU”)和一个将一个通用寄存器的内容转移到扩展累加器的一部分的指令(“MTLHX”)。

Description

扩展精度累加器
技术领域
本发明涉及微处理器乘法器,更具体来说涉及带有扩展精度累加器的微处理器乘法器。
背景技术
精简指令集计算机(RISC)体系结构被开发成作为朝向更大、更复杂指令集的技术趋势。通过简化指令集设计,RISC使得更容易使用诸如管线和高速缓存等技术,由此提高系统性能。
RISC体系结构通常具有定长度指令(例如16位、32位或64位),指令格式没有多少变化。指令集体系(ISA)中的每个指令可以具有总是在相同位置的源寄存器。例如,一个32位的ISA可以总是具有由位16-20和21-25指定的源寄存器。这允许所指定的寄存器为每一个指令被提取,而不要求任何复杂的指令解码。
发明内容
密码系统越来越多地被用来保护事务处理、加密通信、验证用户、以及保护信息。许多私钥密码系统,诸如数字加密标准(DES),对于在数据块上执行一系列的XORs、循环(rotation)、以及置换(permutation)的硬件解决方案来说在计算上相对简单并经常是可精简的。另一方面,公钥密码系统可能比私钥系统在数学上更精细并且计算上更困难。
尽管不同的公钥加密方案在数学上有不同的根据,它们倾向于共同需要在1024位量级上的大范围数值上进行整数计算。这种扩展精度算术经常是模运算的(即对一个数值范围进行取模运算),并且在有些情况下是多项式的而不是二进制补码的。例如,RSA公钥密码系统用扩展精度模取幂(modular exponentiation)来加密和解密信息,而椭圆曲线密码系统用扩展精度模多项式乘法(modularpolynomial multiplication)。
公钥密码系统已经被广泛地用于用户验证和安全密钥交换,而私钥密码系统已经被广泛用于加密通信信道。由于对公钥密码系统的使用的增加,需要提高扩展精度模算术计算的性能。
在本发明的一个方面,提供一个用于微处理器的乘法单元,该微处理器带有至少一个用于存储预定数目的位的通用寄存器。该乘法单元包括一个乘法器和一个扩展精度累加器,该扩展精度累加器包含比每一个通用寄存器更多的位。
具体实现方案包括:用乘法器提供乘-加运算,从而使得乘法单元的操作数被相乘,然后与扩展精度累加器的内容相加。乘法器可包括一个算术乘法器和一个多项式乘法器。
在多项式乘法器的实现方案中,乘-加运算将两个操作数相乘,然后用异或运算将结果与扩展精度累加器的内容相加。在有些实现方案中,乘法器包括用于选择把哪些值装入扩展精度累加器的结果逻辑。例如,结果逻辑可以以多路转换器的形式实现。
在有些实现方案中,扩展精度累加器包括一个扩展寄存器、一个高阶(high-order)寄存器和一个低阶(low-order)寄存器。例如,扩展寄存器可以存储8位的值,其它两个寄存器可以存储32位的值。提供用于操作扩展精度累加器的内容的指令。一个指令把扩展精度累加器中的值转移到通用寄存器,一个逆(inverse)指令把通用寄存器中的值转移到扩展精度累加器。这些指令此外还可以对扩展精度累加器的内容移位。
在附图和以下的说明中给出一个或多个实现的细节。其它特征和优点见于说明和附图以及权利要求书。
附图说明
图1是一个可以在RISC体系结构中使用的示例性五阶段管线(five-stage pipeline)的框图;
图2是一个包括一个执行单元和一个乘法单元的处理器内核的框图;
图3是在支持二进制多项式算术的乘法单元的实现方案中的数据路径的框图;
图4是在一个实现方案中支持算术和二进制多项式乘法的乘法器阵列的框图;
图5是可在图4所示的实现方案中使用的算术乘法器阵列的框图;
图6是可在图4所示的实现方案中使用的二进制多项式乘法器阵列的框图;
图7A是表示在一个实现方案中的32位乘以16位乘法器的操作的定时图;
图7B是表示在一个实现方案中的32位乘以32位乘法器的操作的定时图;
图7C是表示在一个实现方案中的除法操作的定时图;
图8是执行乘法指令的有限状态机实现步骤;
图9是执行除法指令的有限状态机实现步骤;
图10A和10B是表示操作扩展精度乘法器的示例性指令的指令编码。
具体实施方式
许多公钥密码系统用扩展精度模算术来加密和解密数据。例如,许多椭圆曲线(EC)密码系统广泛地用多项式乘法和加法来加密和解密数据。通过将可编程CPU乘法器修改得响应新定义的专用于多项式运算的指令,可以增强椭圆曲线密码系统的性能。
当使用定义在GF(2163)上的椭圆曲线时(如IEEE 1363-20000标准所推荐的那样),所需要的主要操作是在域GF(2163)上的乘法。2163个元素(elements)的每一个都能被表示为一个次数(degree)最多为163、系数等于0或1的多项式。在这种表示中,两个元素可以通过使用一个简单的按位的XOR相加,和两个多项式a(X)和b(X)可以通过计算a(X)b(X)mod P(X)而相乘,其中积a(X)b(X)是一个326次多项式,P(X)是一个如IEEE 1363-2000标准所规定的不可约多项式。
多项式乘法与对整数的模乘法(modular multiplication)abmod p除了以下的两个区别外具有相同的形式,这两个区别是:(1)普通加法被代之以XOR;(2)普通32位乘法被代之以32位无进位(carry-free)乘法。因此,可以用移位和XORs代替移位和加法来进行多项式模乘法。
需要提供一种为提高密码系统和其它系统的性能而支持快速多项式乘法和各种其它运算的乘法单元。
对扩展精度模算术和多项式运算提供支持,能提高密码系统的性能。有些密码系统,诸如那些进行RSA密码签名验证的密码系统,进行连续的扩展精度模乘法并累加结果。通过在乘法器中支持一条乘两个操作数再将结果加到累加器的指令,可以提高这些系统的性能。在进行连续的乘/加时,累加器可能溢出。需要提供一种扩展精度累加器来提高密码系统和其它系统的性能。
参看图1,这是一个可以用来实现多项式乘法的示例性微处理器体系结构,它包括一个五阶段管线,其中,每个时钟周期可以发出一个指今,然后以诸如四个时钟周期的固定时间量执行指令。每个指令的执行被划分为5个阶段:取指(IF)阶段1001;寄存器读(RD)阶段1002;算术/逻辑单元(ALU)阶段1003;存储器(MEM)阶段1004和写回(WB)阶段1005。在IF阶段1001,从指令高速缓存中取出一条指定的指令。所取出的指令的一部分被用来指定可在执行该指令中使用的源寄存器。在寄存器读(RD)阶段1002,系统取出所指定源寄存器的内容。这些被取出的值可以被用来在ALU阶段1003中进行算术或逻辑运算。在MEM阶段1004,正在执行的指令可以在数据高速缓存中读/写存储器。最后,在WB阶段1005,可以将通过执行指令而获得的值写回到一个寄存器中。
因为有些运算—诸如浮点计算和整数乘/除—并不能总是在一个时钟周期内执行,有些指令只不过开始某个指令的执行。在经过足够的时钟周期后,可以用另一个指令来取得结果。例如,当一个整数乘法指令花费5个时钟周期时,一个指令可以启动该乘法计算,另一个指令可以在乘法完成后把乘法的结果装入一个寄存器中。如果在结果被请求时乘法尚未完成,管线可以停滞,直到该结果可用。
参看图2,这是作为举例的一个示例性RISC体系结构。处理器内核2000(也称作微处理器内核)包括以下单元:执行单元2010、乘法/除法单元(MDU)2020、系统控制协处理器(CP0)2030、存储器管理单元2040、高速缓存控制器2050和总线接口单元(BIU)2060。
执行单元2010是处理器内核2000内执行指令的主要机构。执行单元2010包括寄存器文件(file)2011和算术逻辑单元(ALU)2012。在一个实现中,寄存器文件2011包括32个32位通用寄存器,它们可以例如用于标量整数运算和地址计算。寄存器文件2011包括两个读端口和一个写端口,可以被完全绕过,以使管线中的操作延迟最小化。AUL 2012支持逻辑和算术两种运算,诸如加法、加法和移位。
MDU 2020可被用来进行包括如下所述的一些或全部指令的各种操作:DIV、DIVU、MADD、MADDU、MFHI、MFLO、MSUB、MSUBU、MTHI、MTLO、MUL、MUTL、MULTU、MFLHXU、MTLHX、MADDP、MULTP和PPERM。
在一个实现中,LO寄存器2023和HI寄存器2022每个都是32位宽并起着MDU 2020的专用输出寄存器的作用。在一个实现中,ACX寄存器2021提供由HI/LO寄存器对所提供的位以外的额外的8位整数精度。精确的位数是与具体实现有关的,优选的最小大小是8位。对于具有32位数据路径的处理器来说,ACX寄存器的优选的最大大小是32位。与此对照,对于具有64位数据路径的处理器,ACX寄存器的优选最大规模是64位。因此在一个具有32位宽的HI和LO寄存器的处理器中,寄存器ACX/HI/LO的组合可存放一个多于64位的串联值。
在图2和3中所描述的实现中,MDU 202包括一个除法单元。然而,其它实现或者在乘法单元中、或者在除法单元中、或者在乘法单元和除法单元二者中提供一个单独的实现扩展累加器的乘法和除法单元。
指令MUL、MULT和MULTU可以被用来把两个32位的数字在一起相乘。对于MUL来说,相乘的结果被存储在一个指定寄存器中,对于MULT和MULTU来说,结果被存储在HI/LO寄存器中。例如,“MUL$7,$6,$5”将寄存器$6和$5的内容在一起相乘,并将结果存储在寄存器$7中。指令“MULT$6,$5”将寄存器$6和$5的内容在一起相乘,并将结果存储在HI/LO寄存器中。MULTU指令与MULT执行相同的操作,不过MULTU应用于无符号操作数,而MULT应用于带符号操作数。此外,MULTU指令把ACX寄存器清除成全零。
指令DIV和DIVU执行除法运算并将结果存储在ACX/HI/LO寄存器中。例如,“DIV $6,$5”将寄存器$6的内容除以寄存器$5的内容,并将结果存储在ACX/HI/LO寄存器中。DIVU对无符号操作数执行相同的运算。
指令MSUB、MSUBU、MADD和MADDU可被用来将两个寄存器的内容相乘后与ACX/HI/LO寄存器的内容相加或相减。例如,″MSUB $6,$5″将寄存器$6和$5的内容在一起相乘后,从结果减去ACX/H I/LO寄存器的内容,然后将差值存储在ACX/HI/LO寄存器中。MADD指令类似地将两个寄存器的内容相乘后与ACX/HI/LO寄存器的内容相加,然后将结果存储在ACX/HI/LO寄存器中。MSUBU和MADDU对无符号操作数执行相同的运算。在有些实现中,ACX寄存器在有些运算中不使用,ACX寄存器的内容在这种运算后可能是无定义的。
MFHI、MFLO、MTHI、MTLO、MFLHXU和MLTHX指令被用来在ACX/HI/LO寄存器与通用寄存器之间移动数据。第一个指令MFHI把HI寄存器的内容装入通用寄存器中。例如,″MFHI $5″把HI寄存器的内容装入寄存器$5中。类似地,MFLO把LO寄存器的内容装入通用寄存器中。相反,指令MTHI、MTLO被用来把通用寄存器的内容装入HI和LO寄存器中。例如,″MTHI $5″把寄存器$5的内容装入HI寄存器中。
更一般来说,图10A中表示MFLHXU(″Move From Extended Carry,Hiand Lo(Unsigned)″)的指令格式。如图10A中所示,当被执行时,LO寄存器2023中的值被写入由该指令所指定的通用寄存器″rd″。HI寄存器2022中的值然后被写入LO寄存器2023,ACX寄存器2021中的位是零扩展(zero-extended)的并且被拷贝到HI寄存器2022,然后将ACX寄存器位清除。ACX寄存器位的数目与具体实现方案有关,范围例如可以从0到64位。如果在特定实现中没有ACX寄存器位被实现,则ACX寄存器的值将被清零。
类似地,图10B中显示了MTLHX(″Move to Lo,Hi and ExtendedCarry″)的指令格式。当被执行时,HI寄存器2002中的值的适当数目的(例如8)位被写入ACX寄存器2021中。LO寄存器2023中的值然后被写到HI寄存器,通用寄存器″rs″(由该指令所指定的,如图10B中所示)中的值被写到LO寄存器。这是MFLHXU指令的操作的逆操作(reverse)。ACX寄存器位的数目还是与具体实现有关的,范围例如可以从0到64位。如果HI寄存器2022含有比在ACX寄存器2021中实现的数目更多的有效位,该信息被丢弃而不产生例外。如果没有ACX寄存器位被实现,则从HI寄存器到ACX寄存器的转移被认为是″空操作″(no-op)。
在一个实施例中,ACX寄存器的内容是不能直接访问的。为了讨论的目的,在这个实现中ACX寄存器是8位宽的,HI寄存器和LO寄存器各为32位宽。为了间接访问ACX寄存器,可以将存储在ACX/HI/LO寄存器中的值向左或向右移位。例如,″MFLHXU $5″把ACX、HI和LO寄存器的内容向右移动一个寄存器位置,把LO寄存器的内容装入寄存器$5。这样,在执行该操作后,ACX寄存器是零,HI寄存器含有ACX寄存器以前的内容,LO寄存器含有HI寄存器以前的内容,$5寄存器含有LO寄存器以前的内容。因为8位的ACX寄存器的内容被装入32位的寄存器,可以将这个8位值零扩展到32位后再装入HI寄存器。
MTLHX执行相反的操作。例如,″MFLHX$5″用HI寄存器以前的内容装ACX寄存器,用LO寄存器以前的内容装HI寄存器,用$5寄存器以前的内容装LO寄存器。
PPERM操作执行如寄存器中所指定的置换,并将结果存储在ACX/HI/LO寄存器中。例如,″PPERM $5,$6″使ACX/HI/LO寄存器中向左移动6位。然后,如由寄存器$6所指定的那样从寄存器$5中选择低阶的6位。寄存器$6的32位内容被用来选择寄存器$5的那些位将被用来填充ACX/HI/LO寄存器的低阶位。因为寄存器$5中有32位,所以需要5位来指定这32位的一个特定位。例如,″01101″是13的二进制数。因此,这五位可以指定位13。类似地,″00000″是0的二进制数,″11111″是31的二进制数。因此,所有的32位都可以用一个5位的区分符(specifier)指定。
寄存器$6可以如下地指定被用来填充ACX/HI/LO寄存器的低阶位的$5的位:位0-4被用来指定位0的源,位5-9被用来指定位1,位10-14被用来指定位2,位15-19被用来指定位3,位20-24被用来指定位4,位25-29被用来指定位5。其余的位30-31可以不用。这样,利用所述的区分符,指令的执行使LO寄存器的最低6位被用$5寄存器中指定的位填充。
最后,MULTP可以被用来执行二进制多项式乘法,而MADDP则可以被用来执行二进制多项式乘法且其结果被加到ACX/HI/LO寄存器。这些操作类似于MULT和MADD,只是对二进制多项式操作数操作。
MULTP和MADDP的多项式操作数被编码在32位寄存器中,每个位都代表一个多项式系数。例如,多项式″X4+X+1″要被编码成″10011″,因为X3和X2的系数是″0″而其余的系数是″1″。MULTP指令对两个操作数进行二进制多项式乘法,例如,
(X4+X+1)(X+1)=X5+X4+X2+2X+1。
减去多项式模2(modulo two),产生X5+X4+X2+1。如果多项式是以上述的二进制表示编码的,则可以将相同的乘法表达为(10011)(11)=110101。
MADDP指令就像MULTP一样地执行乘法,把结果加到ACX/HI/LO寄存器。可以用一个按位异或进行多项式加法。例如,二进制多项式加法(X4+X+1)+(X+1)产生X4+2X+2。减去系数模2后,于是产生X4,可以表达为″10000″。
参看图2和图3,MDU 2020接收两个32位操作数RS和RT。利用这些操作数,MDU 2020执行被请求的运算并将结果存储在ACX2021、HI 2022和LO 2023。图3中显示了可以被用来执行这些运算的主要数据路径。RShold寄存器3010和RThold寄存器3012被用来保存操作数RS和RT。多路转换器3020、3022和3024被用来选择是直接使用操作数RS和RT还是使用存储在RShold寄存器3010和RThold寄存器3012中的值。此外,多路转换器3022还可以被用来在RT或存储在RThold寄存器3012中的值的低阶位和高阶位之间进行选择。
RThold寄存器3012与多路转换器3022相连。多路转换器3022通过选择RThold寄存器3012的高阶位、RThold寄存器3012的低阶位、RT操作数的高阶位或RT操作数的低阶位而产生一个16位的结果。多路转换器3022的输出被Booth重编码器3040处理后存储在寄存器RTB 3042中。Booth重编码是一项准许乘法器阵列相同地对待有符号和无符号操作数的技术。寄存器RTB 3042的输出变成阵列单元3030的输入SEL 3034。
阵列单元3030被用来执行如下结合图4所述的算术和二进制多项式乘法。阵列单元3030以ACC1 3031、ACC2 3032、M 3033、SEL 3034和RThold 3012作为输入。输入ACC1 3031和ACC2 3032是累积的结果,用于先执行乘法再从一个累积结果加上或减去乘法结果的操作。输入SEL 3034(由寄存器RTB 3042决定)和M 3033(由寄存器RShold 3010决定)构成算术运算的操作数。输入RThold 3012(或RThold 3012的高阶位或低阶位)和M 3033(由寄存器RShold 3010决定)构成多项式运算和置换的操作数。这些输入的组合被用来执行如下文详细说明的各种计算。
阵列单元3030也包括两个输出,结果C 3035和结果S 3036。在执行算术运算时,可以用进位保留加法器(CSAs)来建立一个乘法阵列。进位保留加法器单独地计算和(sums)和进位(carries),而产生两个输出。所以,结果C 3035和结果S 3036分别表示CSAs乘法阵列的进位输出和和输出。在一个实施例中,ACC1 3031、ACC2 3032、结果C 3035和结果S 3036每个是72位长的,其余的输入最多是32位长的。输入ACC1 3031和ACC2 3032可以用多路转换器3037和3038选择。
多路转换器3050和3052被用来选择作为寄存器CPAA 3054和CPAB 3056的输入的值。例如,多路转换器3050可用来在结果C3035、CPA 3058的输出或多路转换器3020的输出(即操作数RS或RShold 3010)之间进行选择。类似地,多路转换器3052可用来在结果S 3036、值0和多路转换器3024的输出(即操作数RT或CPAA 3054和CPAB 3056的输出)之间进行选择。这些寄存器把输入存储到进位传送(carry-propagate)加法器(CPA)3058。CPA 3058可用来完成乘法运算(乘法)以及执行循环的除法运算(除法),如下文讨论的那样。
寄存器RDM 3060存储CPA 3058的结果。最后,多路转换器3070和3072选择那些值形成要被装入寄存器ACX、HI和LO的结果。多路转换器3070可用来选择ACX/HI/LO寄存器、RDM 3060或CPA 3058的结果。而多路转换器3072则可用来装入由多路转换器3070所选择的结果的各种置换。多路转换器3072用来通过准许以下值(当连接起来时形成72位的值)的选择而执行ACX/HI/LO寄存器的各种循环和装载(loads):(1)ahl,多路转换器3070的72位输出;(2)arl,多路转换器3070的8个高阶位,RShold 3010的内容,和多路转换器3070的32个低阶位;(3)ahr,多路转换器3070的40个高阶位,和RShold 3010的内容;(4)hlr,多路转换器3070的40个低阶位,和RShold 3010的内容;(5)Oah,多路转换器3070的40个高阶位(具有32个前导零)。
HI/LO寄存器用来存储乘法的结果以及用来提供对累加器操作的支持。在一个实施例中,HI/LO寄存器的精度通过增加寄存器ACX作为扩展累加器而得到提高。因此,ACX/H I/LO寄存器可以存储72位的值。也可以增加图3中所示的对应的数据路径以及阵列3030的累加器功能,以支持72位的值。有些操作导致存储在ACX、HI、LO寄存器中的结果被覆盖。为此,可以提供一个单独的结果寄存器3080来在没有累加器ACX的情况下存储高阶和低阶结果。
因为扩展精度累加器ACX/HI/LO可以比通用寄存器有更高的精度,因此把所有72位装入一个通用寄存器是不可能的。于是,需要提供支持装载和操作ACX/HI/LO寄存器的内容的指令(例如MFLHXU和MTLHX)。
下面描述的数据路径包括六个主要部分:(1)输入寄存和选择;(2)Booth重编码;(3)乘法器阵列和置换逻辑;(4)进位传送加法器;(5)结果寄存和选择;(6)用于表示结果的一个单独的32位输出寄存器。
使用RShold和RThold寄存器执行输入寄存和选择来保存RS和RT操作数。多路转换器选择是直接用这些操作数还是用寄存的版本。Booth重编码是在向乘法器阵列和置换逻辑提供输入时对半个RT操作数执行的。
Booth重编码是一种准许乘法器阵列相同地对待有符号操作数和无符号操作数的技术。该技术以从2的次高次方中减的形式对操作数″重新编码″。例如,可以按下列方式对7进行Booth重编码。8-1=10002-00012=1001,其中1代表-1。Hennessy和Patterson在附录A的″Computer Architecture:A Quantitative Approach″中描述了Booth重编码(Morgan Kaufmann Publishers,Inc.1996)特此全文引用作为参考。
阵列单元3030的一个阵列执行算术乘法,并且阵列单元3030的一个阵列执行二进制多项式乘法。在一个实施例中,这两个阵列都是32×16位的,被使用一次还是两次要取决于RT操作数的大小(例如,如果RT是16位长的,相应的阵列被使用一次;如果是32位长的,相应的阵列被使用两次)。CPA可用来完成乘法并执行迭代(iterative)除法。其它实现可包括更快的执行除法的机制。
算术乘法阵列可以用在本文引用的Hennessy和Patterson所著的″Computer Architecture:A Quantitative Approach″(MorganKaufmann Publishers,Inc.1996)中描述的任何技术实现。例如,Hennessy和Patterson的附录A描述了若干种加速算术乘法的方法。所述的任何技术都可以被用作以下描述的多项式乘法扩展的基础。
参看图4,阵列单元3030包括两个并行乘法器(Marray 4100和Mparray 4200)和置换逻辑4300。第一个阵列Marray 4100执行算术乘法,如下文结合图5所说明的那样。Marray 4100用如上文所述的下列输入:ACC1 3031、ACC2 3032、M 3033和SEL 3034。输出包括结果C 3035和结果S 3036。第二个阵列MParray 4200执行二进制多项式乘法,如下文结合图6所说明的那样。MParray 4200用如上文所述的下列输入:RThold 3012的低阶位或RThold 3012的高阶位;RShold 3010和ACC1 3031。MParray 4200的输出是结果C 3036。最后,用置换逻辑4300根据RThold 3012中存储的值对RShold 3010的低阶位执行各种置换。
参看图5,Marray 4100是一个32位×16位的wallace树乘法器阵列,已经被修改得能支持两个宽72位的操作数ACC1和ACC2的加(the addition)。操作数ACC1和ACC2保存一个72位值的进位保留表示。因为已经为执行乘法而执行了加法(例如通过进位选择加法器(CSAs)),可以将一个额外的加法器包括到所有要被加到乘法的中间结果的ACC1和ACC2。Marray 4100生成一个进位保留表示的宽72位的结果。因为每个周期处理32×16位,因此对于32×32位的乘法来说需要在该阵列经过两个回合。
Marray 4100是作为从进位保留加法器阵列构造的Wallace树的形式实现的。这些阵列的宽度可以不同。这种设计可以用一种自动化的安置和路由(place and route)而不用数据路径样式来实现。因为前一个阵列回合的累积值以后被输入到该阵列,所以累积值不需要直接来自寄存器。用重叠三元组(overlapping triplets)进行Booth重编码,以更高效地处理乘法。Booth重编码的输出告诉对于每个4的幂加上是乘以-2、-1、0还是2中哪一个的操作数M。顶层CAS输入的多路转换器被用来选择M的对应倍数。
Marray 4100累积来自Booth重编码的八个积加上一个特殊的部分积。后者可以用于采用来自多路转换器的”0”和”1x”选择的32位无符号计算。在wallace树内,操作数可以是符号扩展的(sign-extended),以正确地累积二进制补码(2’s complement)结果。
参看图6,基于二进制多项式的乘法运算是类似于对应的无符号算术运算被处理的。在一个实施例中,Mparray 4200是一个32×16位的阵列,它也用对例如ACC1的操作数异或(XOR)执行加法。与Marray 4100一样,每个周期处理32×16位,对于32×32乘法可以使用通过两个通过该阵列的回合。在第一个周期,ACC1是零(对于MULTP运算来说)或者前一个结果(对于MADDP运算来说)。在第二个周期,ACC1是来自第一周期的输出的高阶位。
Mparray 4200用一个阵列来乘两个操作数(例如OpA和OpB),该阵列通过取OpA和OpB的一位的AND而构成每一行。例如,第一行是OpA和OpB的位0的逻辑AND。第二行是OpA和OpB的位1的逻辑AND。每个连续行的结果被向左移动一位。取每个列的异或(XOR)形成最终结果。因为可以在二进制多项式算术中用一个按位XOR来执行加法,可以把一个累加器行加到阵列Mparray 4200,以支持诸如MADDP的指令。
图4中所示的三个多路转换器被用来选择或者零或者Marray4100的和输出,以构成结果S 3036;以及Marray 4100、MParray 4200或置换逻辑4300的输出,以构成结果C 3035。
再次参看图1,MDU 2020在管线1003的执行阶段的第一周期开始一个计算。如果计算在指令已经被转移过了管线中的存储阶段1004之前完成,则将结果在该点保存。如果操作在指令已经被转移过了管线中的存储阶段1004时完成,则该指令已经被执行,结果被直接写到ACX/HI/LO寄存器。
将MDU 2020与环境管线断开;它不随环境而停滞。就是说,MDU2020将在管线停滞期间继续其计算。这样,多周期的MDU操作可以被系统停滞和/或其它的非MDU指令部分地屏蔽。
图7A表示经过32×16位乘法器的MDU 2020的管线流。RS和RT迟到,因此可以将第一周期用于Booth重编码。第二周期是阵列运行的地方,第三周期是CPA 3058完成计算的地方。因为结果总是可被MFxx指令读取的,所以32×16位乘法器可以不停地运行。一个直接向通用寄存器(GPR)返回结果的32×16 MUL可以停滞一个周期。
参看图7B,对于32×32位的乘法器,阵列被用两次,它把一个额外的时钟周期加到32×16位乘法上。在为操作数RT的第一部分的第一阵列回合完成时,对该操作数的第二部分进行Booth重编码。这样,紧接着第一回合完成之后,RT的Booth重编码的部分就可用于经过阵列的第二回合。乘法结果然后被用CPA 3058计算。
参看图7C,可以对正操作数采用一个简单的非恢复的(non-restoring)除法算法。如果需要的话,第一周期被用来对RS求反。由于定时的原因,这个周期即使在RS为正的情况下也被采用。接着,执行32、25、18或10个周期的迭代加/减操作。实际的数是以正的RS操作数上的先导零的数量为基础的。如果余数(remainder)是负的,则可能需要最后的余数调整。由于定时的原因,这个周期即使在不需要余数调整情况下也被采用。最后,如果需要的话对商和/或余数进行符号调整。如果两个操作数都为正,则可以省略这个周期。
在一个实施例中,目标应用要求快速的除法。可以用许多技术来提高除法的性能。例如可以使用Sweeney、Robertson和Tocher(SRT)算法或其某种变种。
参看图8,用一个有限状态机进行乘法运算。在空闲(IDLE)状态8010中,乘法开始。乘法器在空闲状态中一直停留到开始信号被建立(asserted)。乘法器然后根据操作数RT究竟含有32位的还是16位的值而要么转换到ARR1状态8020、要么转换到ARR2A状态8030。如果在RT中存储的是16位的值,则系统转换到ARR2A状态8030,在这里运行第一阵列回合。然后,乘法器转换到ARR2B状态8040,在这里运行第二阵列回合。如果在操作数RT中存储的是16位的值,则乘法在ARR1状态8020中运行通过阵列单元。
在这个实施例中,乘法器是管线化的。一个乘法可以通过阵列单元运行,另一个通过CPA。这样,乘法器或者在没有另外的乘法要执行时从ARR1状态8020或ARR2B状态8040转换到状态CPA 8050,或者开始第二个乘法。如果不需要另外的乘法,乘法器就通过CPA 8050运行,然后或者返回到空闲状态8010,或者如上所述的那样开始一个新的乘法。
在第一个乘法已经准备好通过CPA运行时,如果第二个乘法准备好被执行,则乘法器或者转换到CPA1 8060(用于32×16乘法)或者转换到CPA2A 8070(用于32×32乘法)。在状态CPA1 8060中,第一个乘法通过CPA运行,第二个乘法通过阵列单元运行。乘法器然后转换到状态CPA 8050以最终完成第二个乘法。
如果第二个乘法是32位乘法,则在状态CPA2A 8070中,第一个乘法通过CPA运行,第二个乘法通过阵列单元运行。乘法器然后转换到状态ARR2B 8040以完成该32×32位乘法。这个管线化的方法允许每个时钟周期发出32×16个乘法,具有两周期的延迟。每个其它时钟周期也可以发出32×32个乘法,具有三周期的延迟。
参看图9,可以用一个有限状态机进行迭代除法运算。在一个实施例中,MDU在空闲状态9010中开始。当收到一个要开始除法运算的信号时,MDU或者在操作是有符号的情况下转换到DIV1 9020,或者在操作是无符号的情况下转换到DIV1U 9030。状态DIV1 9020和ERLY 9040被用来为除法准备带符号操作数,必要时调整符号。状态DIV1U 9030和ERLYU 9050被用来准备一个无符号除法运算。在状态ERLY 9040和ERLYU 9050中,检测操作数RS中的前导零,以在必要时调整除法迭代的次数。
迭代除法在状态DIV 9060和DIVU 9070中进行。可以通过使用迭代加/减和移位进行除法。最后,在状态REM 9080和REMU 9090将余数最终化。如果哪一个操作数是负的,则在状态SGN 9100中进行符号调整。
再次参看图4,在一个实施例中,置换逻辑4300被用来支持上述的PPERM指令。置换逻辑4300由六个单一位32:1选择器组成,它们可被用来根据TRhold 3012的值选择Rshold 3010的32位的任何一位。这个逻辑可以直接在数据路径模块中实现。
例如,置换逻辑4300可以被用来执行指令”PPERM$5,$6”。置换逻辑4300用由TRhold 3012所决定的6个5位选择器来标识作为Rshold 3010的输出的要包括哪些位。例如,如果寄存器$5含有低阶位”010101”,则选择器”00010”就选择含有1的位2(即右边的第3位)。如果TRThold 3012含有低阶位”0001000011”,则位2(含有”1”的)和位3(含有”0”的)将被选择产生”10”。使用这个方法,置换逻辑4300可以根据Rthold 3012选择Rshold 3010中的位来生成6位。所产生的6位与ACC1的66个低阶位连接起来形成结果。这实际上把ACC1的66个低阶位向左移6位并以置换逻辑4300的输出代替6个低阶位。
除了使用硬件(例如在微处理器或微控制器内)的乘法器实现方案外,实现方案也可以体现在例如在为存储软件而配置的计算机可用的(即可读的)介质中设置的软件(即计算机可读的程序码)中。程序码使得本申请公开的系统和技术的功能或制造或两方面都能实现。例如,这可以通过使用通用计算机程序设计语言(例如C++)、包括Verilog HDL、VHDL、AHDL(Altera HDL)等的硬件描述语言(HDL)、或者其它可用的程序设计语言和/或电路(即图解)捕获工具来实现。程序码能被设置于任何已知的包括半导体、磁盘、光盘(例如CD-ROM、DVD-ROM)的计算机可用介质中,以及以计算机数据信号的形式体现在计算机可用的(例如可读的)传输介质(例如载波或包括数字、光学和基于模拟的介质等任何其它介质)中。因此,程序码可以在包括因特网和内部网的通信网络上传输。
应当明白,上述系统和技术实现和/或提供的功能可以在一个体现在程序码的内核(例如微处理器内核)中表示,并可以转换为作为集成电路制造的一部分的硬件。上述系统和技术也可以体现为硬件和软件的组合。因此,其它实现方案都应该落入后附的权利要求书的范围内。

Claims (68)

1.一种用于微处理器的乘法单元,该微处理器带有至少一个用于存储预定数目的位的通用寄存器,该乘法单元包含:
至少一个输入数据路径,用于供乘法单元接收一个或多个输入操作数;
一个相连的乘法器,用于接收该一个或多个输入操作数并使用一个或多个输入操作数进行乘法;和
一个相连的扩展精度累计输出数据路径,用于接收乘法器的输出,其中包含比该一个或多个输入操作数的长度的总和的更多的位。
2.权利要求1的乘法单元,进一步包含一个扩展精度累加器,其中,来自扩展精度累计输出数据路径的数据被存储在扩展精度累加器中。
3.权利要求1的乘法单元,其中,乘法器提供乘-加运算,由此,至少两个操作数被相乘,然后与扩展精度累加器的内容相加。
4.权利要求1的乘法单元,其中,乘法器包括:
一个算术乘法器;和
一个多项式乘法器。
5.权利要求1的乘法单元,其中,算术乘法器是一个二进制补码的二进制算术乘法器,多项式乘法器是一个基于多项式的算术乘法器。
6.权利要求4的乘法单元,其中,多项式乘法器提供乘-加运算,由此,至少两个操作数被进行基于多项式的相乘,然后与扩展精度累加器的内容相加。
7.权利要求1的乘法单元,其中,乘法器包括用于选择把哪些值装入扩展精度累加器的结果逻辑。
8.权利要求7的乘法单元,其中,结果逻辑是多路转换器。
9.权利要求1的乘法单元,其中,来自扩展精度累计输出数据路径的数据被存储在累加器中,该累加器包括:
一个扩展寄存器;
一个高阶寄存器;和
一个低阶寄存器。
10.权利要求9的乘法单元,其中,扩展寄存器、高阶寄存器和低阶寄存器中的每一个包括至少一个通用寄存器。
11.权利要求9的乘法单元,其中,扩展寄存器存储8位的值,高阶寄存器存储32位的值,低阶寄存器存储32位的值。
12.权利要求1的乘法单元,其中,微处理器包括至少一条用于操作扩展精度累加器的内容的指令。
13.权利要求12的乘法单元,其中,该至少一条指令包括一条把扩展精度累加器中的值转移到通用寄存器的指令。
14.权利要求13的乘法单元,其中,该指令进一步包括对扩展精度累加器的内容移位。
15.权利要求14的乘法单元,其中,扩展精度累加器的内容被向右移位,移动位数由从扩展精度累加器转移到通用寄存器的值的大小决定。
16.权利要求12的乘法单元,其中,该至少一条指令包括一条把通用寄存器中的值转移到扩展精度累加器的指令。
17.权利要求16的乘法单元,其中,该指令进一步包括对扩展精度累加器的内容移位。
18.权利要求17的乘法单元,其中,扩展精度累加器的内容被向左移位,移动位数由从通用寄存器转移到扩展精度累加器的值的大小决定。
19.一种用于在具有至少一个通用寄存器的微处理器内核中进行算术运算的方法,该方法包含:
从一个数据存储器取出一条执行运算的指令;
读取一个或多个寄存器;
用一个乘法单元执行该运算,该乘法单元包含:
至少一个输入寄存器,用于供乘法单元接收一个或多个输入操作数;
一个相连的乘法器,用于接收该一个或多个输入操作数并使用一个或多个输入操作数进行乘法;和
一个相连的扩展精度累计输出数据路径,用于接收乘法器的输出,其中包含比该一个或多个输入操作数的长度的总和更多的位。
20.权利要求19的方法,进一步包含在扩展精度累加器中存储来自扩展精度累计输出数据路径的数据。
21.权利要求19的方法,进一步包含使用乘法器进行乘-加运算,该乘-加运算包括把至少两个操作数相乘,然后将相乘的结果与扩展精度累加器的内容相加。
22.权利要求19的方法,其中,乘法器包括:
一个算术乘法器;和
一个多项式乘法器。
23.权利要求19的方法,其中,算术乘法器是一个二进制补码的二进制算术乘法器,多项式乘法器是一个基于多项式的算术乘法器。
24.权利要求22的方法,进一步包含用多项式乘法器进行乘-加运算,该乘-加运算包括把至少两个操作数相乘,然后将相乘的结果与扩展精度累加器的内容相加。
25.权利要求19的方法,其中,乘法器包括用于选择把哪些值装入扩展精度累加器的结果逻辑。
26.权利要求25的方法,其中,结果逻辑是多路转换器。
27.权利要求19的方法,进一步包含把来自扩展精度累计输出数据路径的数据存储在累加器中,该累加器包括:
一个扩展寄存器;
一个高阶寄存器;和
一个低阶寄存器。
28.权利要求27的方法,其中,扩展寄存器、高阶寄存器和低阶寄存器每个包括至少一个通用寄存器。
29.权利要求27的方法,其中,扩展寄存器存储8位的值,高阶寄存器存储32位的值,低阶寄存器存储32位的值。
30.权利要求19的方法,进一步包含操作扩展精度累加器的内容。
31.权利要求30的方法,其中,操作该内容包括把扩展精度累加器中的值转移到通用寄存器。
32.权利要求31的方法,其中,操作该内容进一步包括对扩展精度累加器的内容移位。
33.权利要求32的方法,对内容移位包括将扩展精度累加器的内容向右移位,移动位数由从扩展精度累加器转移到通用寄存器的值的大小决定。
34.权利要求30的方法,其中,操作该内容进一步包括把通用寄存器中的值转移到扩展精度累加器。
35.权利要求34的方法,其中,操作该内容进一步包括对扩展精度累加器的内容移位。
36.权利要求35的方法,其中,对内容移位进一步包括把扩展精度累加器的内容向左移位,移动位数由从通用寄存器转移到扩展精度累加器的值的大小决定。
37.一种计算机可读介质,包含以软件体现的微处理器内核,微处理器内核包括至少一个通用寄存器和一个乘法单元,乘法单元包含:
至少一个输入数据路径,用于供乘法单元接收一个或多个输入操作数;
一个相连的乘法器,用于接收该一个或多个输入操作数并用一个或多个输入操作数进行乘法;和
一个相连的扩展精度累计输出数据路径,用于接收乘法器的输出,其中包含比该一个或多个输入操作数的长度的总和更多的位。
38.权利要求37的计算机可读介质,进一步包含一个扩展精度累加器,其中,来自扩展精度累计输出数据路径的数据被存储在扩展精度累加器中。
39.权利要求37的计算机可读介质,其中,乘法器提供乘-加运算,由此,至少两个操作数被相乘,然后与扩展精度累加器的内容相加。
40.权利要求37的计算机可读介质,其中,乘法器包括:
一个算术乘法器;和
一个多项式乘法器。
41.权利要求37的计算机可读介质,其中,算术乘法器是一个二进制补码的二进制算术乘法器,多项式乘法器是一个基于多项式的算术乘法器。
42.权利要求40的计算机可读介质,其中,多项式乘法器提供乘-加运算,由此,至少两个操作数被进行基于多项式的相乘,然后与扩展精度累加器的内容相加。
43.权利要求37的计算机可读介质,其中,乘法器包括用于选择把哪些值装入扩展精度累加器的结果逻辑。
44.权利要求43的计算机可读介质,其中,结果逻辑是多路转换器。
45.权利要求37的计算机可读介质,其中,来自扩展精度累计输出数据路径的数据被存储在累加器中,该累加器包括:
一个扩展寄存器;
一个高阶寄存器;和
一个低阶寄存器。
46.权利要求45的计算机可读介质,其中,扩展寄存器、高阶寄存器和低阶寄存器每个包括至少一个通用寄存器。
47.权利要求45的计算机可读介质,其中,扩展寄存器存储8位的值,高阶寄存器存储32位的值,低阶寄存器存储32位的值。
48.权利要求37的计算机可读介质,其中,微处理器包括至少一条用于操作扩展精度累加器的内容的指令。
49.权利要求48的计算机可读介质,其中,该至少一条指令包括一条把扩展精度累加器中的值转移到通用寄存器的指令。
50.权利要求49的计算机可读介质,其中,该指令进一步包括对扩展精度累加器的内容移位。
51.权利要求50的计算机可读介质,其中,扩展精度累加器的内容被向右移位,移动位数由从扩展精度累加器转移到通用寄存器的值的大小决定。
52.权利要求48的计算机可读介质,其中,该至少一条指令包括一条把通用寄存器中的值转移到扩展精度累加器的指令。
53.权利要求52的计算机可读介质,其中,该指令进一步包括对扩展精度累加器的内容移位。
54.权利要求53的计算机可读介质,其中,扩展精度累加器的内容被向左移位,移动位数由从通用寄存器转移到扩展精度累加器的值的大小决定。
55.一种微处理器,包含:
一个扩展精度累加器,其中,所述扩展精度累加器包括一个扩展寄存器、一个高阶寄存器和一个低阶寄存器;
一个通用寄存器;和
一个指令执行单元,它能够响应第一转移指令而便于第一数据转移,所述第一数据转移包括(1)将所述低阶寄存器的内容转移到所述通用寄存器,(2)将所述高阶寄存器的内容转移到所述低阶寄存器和(3)将所述扩展寄存器的内容转移到所述高阶寄存器。
56.权利要求55的微处理器,其中,所述指令执行单元能够响应第二转移指令而便于第二数据转移,所述第二数据转移包括(1)将所述高阶寄存器的内容转移到所述扩展寄存器,(2)将所述低阶寄存器的内容转移到所述高阶寄存器和(3)将所述通用寄存器的内容转移到所述低阶寄存器。
57.权利要求55的微处理器,其中,扩展寄存器、高阶寄存器和低阶寄存器中的每一个包含一个通用寄存器。
58.一种用于移动数据的方法,包含:
提供一个扩展精度累加器,所述累加器包括一个扩展寄存器、一个高阶寄存器和一个低阶寄存器;
提供一个通用寄存器;和
响应第一指令而将数据(1)从所述低阶寄存器转移到所述通用寄存器,(2)从所述高阶寄存器转移到所述低阶寄存器和(3)从所述扩展寄存器转移到所述高阶寄存器。
59.权利要求58的方法,进一步包含响应第二指令而将数据(1)从所述高阶寄存器转移到所述扩展寄存器,(2)从所述低阶寄存器转移到所述高阶寄存器和(3)从所述通用寄存器转移到所述低阶寄存器。
60.权利要求58的方法,其中,扩展寄存器、高阶寄存器和低阶寄存器中的每一个包含一个通用寄存器。
61.一种体现在传输介质中的计算机数据信号,包含:
计算机可读的第一程序码,用于提供一个扩展精度累加器,所述累加器包括一个扩展寄存器、一个高阶寄存器和一个低阶寄存器;
计算机可读的第二程序码,用于提供一个通用寄存器;和
计算机可读的第三程序码,用于提供一个指令执行单元,它能够响应第一转移指令而便于第一数据转移,所述第一数据转移包括(1)将所述低阶寄存器的内容转移到所述通用寄存器,(2)将所述高阶寄存器的内容转移到所述低阶寄存器和(3)将所述扩展寄存器的内容转移到所述高阶寄存器。
62.权利要求61的计算机数据信号,其中,所述指令执行单元能够响应第二转移指令方便于第二数据转移,所述第二数据转移包括(1)将所述高阶寄存器的内容转移到所述扩展寄存器,(2)将所述低阶寄存器的内容转移到所述高阶寄存器和(3)将所述通用寄存器的内容转移到所述低阶寄存器。
63.权利要求61的计算机数据信号,其中,扩展寄存器、高阶寄存器和低阶寄存器中的每一个包含一个通用寄存器。
64.一种移动数据的方法,包含:
提供一个扩展精度累加器,所述累加器包括一个扩展寄存器、一个高阶寄存器和一个低阶寄存器;
提供一个通用寄存器;和
响应一条指令而将数据(1)从所述高阶寄存器转移到所述扩展寄存器,(2)从所述低阶寄存器转移到所述高阶寄存器和(3)从所述通用寄存器转移到所述低阶寄存器。
65.权利要求64的方法,其中,扩展寄存器宽X位,高阶寄存器宽Y位,且X小于Y。
66.权利要求58的方法,其中,扩展寄存器宽X位,高阶寄存器宽Y位,且X小于Y。
67.权利要求66的方法,其中,被从扩展寄存器转移到高阶寄存器的数据是零扩展的。
68.权利要求67的方法,其中,在数据被转移后扩展寄存器被清除。
CN02808633.3A 2001-02-21 2002-02-15 扩展精度累加器 Expired - Lifetime CN1503937B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/788,685 2001-02-21
US09/788,685 US7181484B2 (en) 2001-02-21 2001-02-21 Extended-precision accumulation of multiplier output
PCT/US2002/004414 WO2002069081A2 (en) 2001-02-21 2002-02-15 Extended precision accumulator

Publications (2)

Publication Number Publication Date
CN1503937A true CN1503937A (zh) 2004-06-09
CN1503937B CN1503937B (zh) 2013-05-08

Family

ID=25145251

Family Applications (1)

Application Number Title Priority Date Filing Date
CN02808633.3A Expired - Lifetime CN1503937B (zh) 2001-02-21 2002-02-15 扩展精度累加器

Country Status (6)

Country Link
US (3) US7181484B2 (zh)
EP (1) EP1374034B1 (zh)
JP (3) JP2005505023A (zh)
CN (1) CN1503937B (zh)
DE (1) DE60226222T2 (zh)
WO (1) WO2002069081A2 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664272A (zh) * 2017-03-27 2018-10-16 上海芯旺微电子技术有限公司 一种处理器内核结构

Families Citing this family (81)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002037259A1 (en) * 2000-11-01 2002-05-10 Bops, Inc. Methods and apparatus for efficient complex long multiplication and covariance matrix implementation
US7162621B2 (en) * 2001-02-21 2007-01-09 Mips Technologies, Inc. Virtual instruction expansion based on template and parameter selector information specifying sign-extension or concentration
US7711763B2 (en) * 2001-02-21 2010-05-04 Mips Technologies, Inc. Microprocessor instructions for performing polynomial arithmetic operations
US7181484B2 (en) * 2001-02-21 2007-02-20 Mips Technologies, Inc. Extended-precision accumulation of multiplier output
US7461115B2 (en) * 2002-05-01 2008-12-02 Sun Microsystems, Inc. Modular multiplier
FR2853424B1 (fr) * 2003-04-04 2005-10-21 Atmel Corp Architecture de multiplicateurs polynomial et naturel combines
US8194855B2 (en) * 2003-06-30 2012-06-05 Oracle America, Inc. Method and apparatus for implementing processor instructions for accelerating public-key cryptography
US7302460B1 (en) * 2003-09-11 2007-11-27 Altera Corporation Arrangement of 3-input LUT's to implement 4:2 compressors for multiple operand arithmetic
US7650374B1 (en) 2004-03-02 2010-01-19 Sun Microsystems, Inc. Hybrid multi-precision multiplication
US20060059221A1 (en) * 2004-09-10 2006-03-16 Cavium Networks Multiply instructions for modular exponentiation
US8856201B1 (en) 2004-11-10 2014-10-07 Altera Corporation Mixed-mode multiplier using hard and soft logic circuitry
US8620980B1 (en) 2005-09-27 2013-12-31 Altera Corporation Programmable device with specialized multiplier blocks
US8266198B2 (en) * 2006-02-09 2012-09-11 Altera Corporation Specialized processing block for programmable logic device
US8266199B2 (en) * 2006-02-09 2012-09-11 Altera Corporation Specialized processing block for programmable logic device
US8301681B1 (en) 2006-02-09 2012-10-30 Altera Corporation Specialized processing block for programmable logic device
US8041759B1 (en) 2006-02-09 2011-10-18 Altera Corporation Specialized processing block for programmable logic device
US7836117B1 (en) 2006-04-07 2010-11-16 Altera Corporation Specialized processing block for programmable logic device
US7822799B1 (en) 2006-06-26 2010-10-26 Altera Corporation Adder-rounder circuitry for specialized processing block in programmable logic device
US8386550B1 (en) 2006-09-20 2013-02-26 Altera Corporation Method for configuring a finite impulse response filter in a programmable logic device
US7930336B2 (en) 2006-12-05 2011-04-19 Altera Corporation Large multiplier for programmable logic device
US8386553B1 (en) 2006-12-05 2013-02-26 Altera Corporation Large multiplier for programmable logic device
US7814137B1 (en) 2007-01-09 2010-10-12 Altera Corporation Combined interpolation and decimation filter for programmable logic device
US8650231B1 (en) 2007-01-22 2014-02-11 Altera Corporation Configuring floating point operations in a programmable device
US7865541B1 (en) 2007-01-22 2011-01-04 Altera Corporation Configuring floating point operations in a programmable logic device
US8645450B1 (en) 2007-03-02 2014-02-04 Altera Corporation Multiplier-accumulator circuitry and methods
JP5109438B2 (ja) * 2007-03-28 2012-12-26 日本電気株式会社 応答確率計算方法及び応答確率計算装置並びにそれを用いた通信システム
US7949699B1 (en) 2007-08-30 2011-05-24 Altera Corporation Implementation of decimation filter in integrated circuit device using ram-based data storage
US8923510B2 (en) 2007-12-28 2014-12-30 Intel Corporation Method and apparatus for efficiently implementing the advanced encryption standard
US8144864B2 (en) * 2007-12-28 2012-03-27 Intel Corporation Method for speeding up the computations for characteristic 2 elliptic curve cryptographic systems
US8959137B1 (en) 2008-02-20 2015-02-17 Altera Corporation Implementing large multipliers in a programmable integrated circuit device
US20090234866A1 (en) * 2008-03-17 2009-09-17 Paul Caprioli Floating Point Unit and Cryptographic Unit Having a Shared Multiplier Tree
US8307023B1 (en) 2008-10-10 2012-11-06 Altera Corporation DSP block for implementing large multiplier on a programmable integrated circuit device
US8645449B1 (en) 2009-03-03 2014-02-04 Altera Corporation Combined floating point adder and subtractor
US8706790B1 (en) 2009-03-03 2014-04-22 Altera Corporation Implementing mixed-precision floating-point operations in a programmable integrated circuit device
US8468192B1 (en) 2009-03-03 2013-06-18 Altera Corporation Implementing multipliers in a programmable integrated circuit device
US8650236B1 (en) 2009-08-04 2014-02-11 Altera Corporation High-rate interpolation or decimation filter in integrated circuit device
US8396914B1 (en) 2009-09-11 2013-03-12 Altera Corporation Matrix decomposition in an integrated circuit device
US8412756B1 (en) 2009-09-11 2013-04-02 Altera Corporation Multi-operand floating point operations in a programmable integrated circuit device
US8356185B2 (en) * 2009-10-08 2013-01-15 Oracle America, Inc. Apparatus and method for local operand bypassing for cryptographic instructions
US8274301B2 (en) * 2009-11-02 2012-09-25 International Business Machines Corporation On-chip accelerated failure indicator
KR101395260B1 (ko) * 2009-11-30 2014-05-15 라코르스 게엠바하 마이크로프로세서 및 마이크로프로세서 상에서의 향상된 정밀 곱들의 합 계산 방법
US8539016B1 (en) 2010-02-09 2013-09-17 Altera Corporation QR decomposition in an integrated circuit device
US7948267B1 (en) 2010-02-09 2011-05-24 Altera Corporation Efficient rounding circuits and methods in configurable integrated circuit devices
US8601044B2 (en) * 2010-03-02 2013-12-03 Altera Corporation Discrete Fourier Transform in an integrated circuit device
US8484265B1 (en) 2010-03-04 2013-07-09 Altera Corporation Angular range reduction in an integrated circuit device
US8510354B1 (en) 2010-03-12 2013-08-13 Altera Corporation Calculation of trigonometric functions in an integrated circuit device
US8539014B2 (en) * 2010-03-25 2013-09-17 Altera Corporation Solving linear matrices in an integrated circuit device
US8560814B2 (en) 2010-05-04 2013-10-15 Oracle International Corporation Thread fairness on a multi-threaded processor with multi-cycle cryptographic operations
US8589463B2 (en) 2010-06-25 2013-11-19 Altera Corporation Calculation of trigonometric functions in an integrated circuit device
US8862650B2 (en) 2010-06-25 2014-10-14 Altera Corporation Calculation of trigonometric functions in an integrated circuit device
US8577951B1 (en) 2010-08-19 2013-11-05 Altera Corporation Matrix operations in an integrated circuit device
US8645451B2 (en) 2011-03-10 2014-02-04 Altera Corporation Double-clocked specialized processing block in an integrated circuit device
US9600278B1 (en) 2011-05-09 2017-03-21 Altera Corporation Programmable device using fixed and configurable logic to implement recursive trees
US8812576B1 (en) 2011-09-12 2014-08-19 Altera Corporation QR decomposition in an integrated circuit device
US9053045B1 (en) 2011-09-16 2015-06-09 Altera Corporation Computing floating-point polynomials in an integrated circuit device
US8949298B1 (en) 2011-09-16 2015-02-03 Altera Corporation Computing floating-point polynomials in an integrated circuit device
US8762443B1 (en) 2011-11-15 2014-06-24 Altera Corporation Matrix operations in an integrated circuit device
US8543634B1 (en) 2012-03-30 2013-09-24 Altera Corporation Specialized processing block for programmable integrated circuit device
US9098332B1 (en) 2012-06-01 2015-08-04 Altera Corporation Specialized processing block with fixed- and floating-point structures
US8996600B1 (en) 2012-08-03 2015-03-31 Altera Corporation Specialized processing block for implementing floating-point multiplier with subnormal operation support
US9207909B1 (en) 2012-11-26 2015-12-08 Altera Corporation Polynomial calculations optimized for programmable integrated circuit device structures
US9189200B1 (en) 2013-03-14 2015-11-17 Altera Corporation Multiple-precision processing block in a programmable integrated circuit device
US9348795B1 (en) 2013-07-03 2016-05-24 Altera Corporation Programmable device using fixed and configurable logic to implement floating-point rounding
US9459832B2 (en) * 2014-06-12 2016-10-04 Bank Of America Corporation Pipelined multiply-scan circuit
DE102015006670A1 (de) * 2014-06-26 2015-12-31 Intel Corporation Befehle und logik zum bereitstellen von kryptographischer allzweck-gf(256)-simd- arithmetikfunktionalität
US10146506B2 (en) * 2014-11-11 2018-12-04 Texas Instruments Incorporated Efficient implementation of a multiplier/accumulator with load
US9684488B2 (en) 2015-03-26 2017-06-20 Altera Corporation Combined adder and pre-adder for high-radix multiplier circuit
US10209957B2 (en) * 2015-05-04 2019-02-19 Samsung Electronics Co., Ltd. Partial remainder/divisor table split implementation
US10120649B2 (en) * 2016-07-29 2018-11-06 Microunity Systems Engineering, Inc. Processor and method for outer product accumulate operations
US10942706B2 (en) 2017-05-05 2021-03-09 Intel Corporation Implementation of floating-point trigonometric functions in an integrated circuit device
US11294679B2 (en) 2017-06-30 2022-04-05 Intel Corporation Apparatus and method for multiplication and accumulation of complex values
US11334319B2 (en) 2017-06-30 2022-05-17 Intel Corporation Apparatus and method for multiplication and accumulation of complex values
US20200104100A1 (en) * 2017-06-30 2020-04-02 Intel Corporation Apparatus and method for multiplication and accumulation of complex values
US11114138B2 (en) 2017-09-15 2021-09-07 Groq, Inc. Data structures with multiple read ports
US11243880B1 (en) 2017-09-15 2022-02-08 Groq, Inc. Processor architecture
US11868804B1 (en) 2019-11-18 2024-01-09 Groq, Inc. Processor instruction dispatch configuration
US11360934B1 (en) 2017-09-15 2022-06-14 Groq, Inc. Tensor streaming processor architecture
US11170307B1 (en) 2017-09-21 2021-11-09 Groq, Inc. Predictive model compiler for generating a statically scheduled binary with known resource constraints
US11204976B2 (en) 2018-11-19 2021-12-21 Groq, Inc. Expanded kernel generation
US11132198B2 (en) * 2019-08-29 2021-09-28 International Business Machines Corporation Instruction handling for accumulation of register results in a microprocessor
US11206136B1 (en) * 2020-05-27 2021-12-21 Nxp B.V. Method for multiplying polynomials for a cryptographic operation

Family Cites Families (229)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3614406A (en) 1964-09-30 1971-10-19 Bell Telephone Labor Inc Machine processing of algebraic information
BE758815A (fr) 1969-11-28 1971-04-16 Burroughs Corp Systeme de traitement d'information presentant des moyens pour la preparation dynamique d'adresses de memoire
US3642744A (en) * 1970-06-01 1972-02-15 Phillips Petroleum Co Vinyl monomer polymerization process
US4109310A (en) 1973-08-06 1978-08-22 Xerox Corporation Variable field length addressing system having data byte interchange
FR2253415A5 (zh) 1973-12-04 1975-06-27 Cii
US3916388A (en) 1974-05-30 1975-10-28 Ibm Shifting apparatus for automatic data alignment
GB1524850A (en) 1975-12-23 1978-09-13 Ferranti Ltd Data processing apparatus
JPS52119832A (en) 1976-04-01 1977-10-07 Toshiba Corp Electroinc calculator of microprogram control system
US4173041A (en) 1976-05-24 1979-10-30 International Business Machines Corporation Auxiliary microcontrol mechanism for increasing the number of different control actions in a microprogrammed digital data processor having microwords of fixed length
US4128880A (en) 1976-06-30 1978-12-05 Cray Research, Inc. Computer vector register processing
US4085447A (en) * 1976-09-07 1978-04-18 Sperry Rand Corporation Right justified mask transfer apparatus
US4219874A (en) 1978-03-17 1980-08-26 Gusev Valery Data processing device for variable length multibyte data fields
US4307445A (en) 1978-11-17 1981-12-22 Motorola, Inc. Microprogrammed control apparatus having a two-level control store for data processor
JPS6041768B2 (ja) 1979-01-19 1985-09-18 株式会社日立製作所 デ−タ処理装置
US4302820A (en) 1979-08-20 1981-11-24 Allen-Bradley Company Dual language programmable controller
JPS5847053B2 (ja) 1979-11-19 1983-10-20 株式会社日立製作所 デ−タ処理装置
US4394736A (en) 1980-02-11 1983-07-19 Data General Corporation Data processing system utilizing a unique two-level microcoding technique for forming microinstructions
US4320820A (en) * 1980-07-28 1982-03-23 Harvey Hubbell Incorporated Section insulator with improved arc control
JPS5776634A (en) 1980-10-31 1982-05-13 Hitachi Ltd Digital signal processor
US4434462A (en) * 1980-11-24 1984-02-28 Texas Instruments Incorporated Off-chip access for psuedo-microprogramming in microprocessor
US4520439A (en) 1981-01-05 1985-05-28 Sperry Corporation Variable field partial write data merge
US4538239A (en) 1982-02-11 1985-08-27 Texas Instruments Incorporated High-speed multiplier for microcomputer used in digital signal processing system
US4491910A (en) 1982-02-22 1985-01-01 Texas Instruments Incorporated Microcomputer having data shift within memory
US4583199A (en) 1982-07-02 1986-04-15 Honeywell Information Systems Inc. Apparatus for aligning and packing a first operand into a second operand of a different character size
US4495598A (en) 1982-09-29 1985-01-22 Mcdonnell Douglas Corporation Computer rotate function
US4928223A (en) 1982-10-06 1990-05-22 Fairchild Semiconductor Corporation Floating point microprocessor with directable two level microinstructions
US4507731A (en) 1982-11-01 1985-03-26 Raytheon Company Bidirectional data byte aligner
US4569016A (en) * 1983-06-30 1986-02-04 International Business Machines Corporation Mechanism for implementing one machine cycle executable mask and rotate instructions in a primitive instruction set computing system
US4586130A (en) * 1983-10-03 1986-04-29 Digital Equipment Corporation Central processing unit for a digital computer
JPS60254373A (ja) * 1984-05-31 1985-12-16 Nippon Precision Saakitsutsu Kk 積和演算装置
GB8421066D0 (en) 1984-08-18 1984-09-19 Int Computers Ltd Microprogram control
US4825363A (en) * 1984-12-05 1989-04-25 Honeywell Inc. Apparatus for modifying microinstructions of a microprogrammed processor
JPS61160176A (ja) 1984-12-29 1986-07-19 Hitachi Ltd ベクトル処理装置
US4884197A (en) 1985-02-22 1989-11-28 Intergraph Corporation Method and apparatus for addressing a cache memory
US4860192A (en) 1985-02-22 1989-08-22 Intergraph Corporation Quadword boundary cache system
US4899275A (en) * 1985-02-22 1990-02-06 Intergraph Corporation Cache-MMU system
US4809212A (en) * 1985-06-19 1989-02-28 Advanced Micro Devices, Inc. High throughput extended-precision multiplier
CA1266330A (en) * 1985-08-13 1990-02-27 Erik Lee Brunvand Circulating context addressable memory
JPS6347874A (ja) 1986-08-16 1988-02-29 Nec Corp 算術演算装置
US4868777A (en) 1986-09-12 1989-09-19 Matsushita Electric Industrial Co., Ltd. High speed multiplier utilizing signed-digit and carry-save operands
US4771463A (en) 1986-12-05 1988-09-13 Siemens Transmission Systems, Inc. Digital scrambling without error multiplication
US4811215A (en) * 1986-12-12 1989-03-07 Intergraph Corporation Instruction execution accelerator for a pipelined digital machine with virtual memory
US4992934A (en) * 1986-12-15 1991-02-12 United Technologies Corporation Reduced instruction set computing apparatus and methods
US4814976C1 (en) 1986-12-23 2002-06-04 Mips Tech Inc Risc computer with unaligned reference handling and method for the same
US5073864A (en) 1987-02-10 1991-12-17 Davin Computer Corporation Parallel string processor and method for a minicomputer
US5235686A (en) 1987-02-24 1993-08-10 Texas Instruments Incorporated Computer system having mixed macrocode and microcode
US4891781A (en) 1987-03-04 1990-01-02 Cylink Corporation Modulo arithmetic processor chip
US5005118A (en) * 1987-04-10 1991-04-02 Tandem Computers Incorporated Method and apparatus for modifying micro-instructions using a macro-instruction pipeline
US4847801A (en) 1987-10-26 1989-07-11 Cyclotomics, Inc. Compact galois field multiplier
US4878174A (en) 1987-11-03 1989-10-31 Lsi Logic Corporation Flexible ASIC microcomputer permitting the modular modification of dedicated functions and macroinstructions
US5047975A (en) * 1987-11-16 1991-09-10 Intel Corporation Dual mode adder circuitry with overflow detection and substitution enabled for a particular mode
US4829380A (en) * 1987-12-09 1989-05-09 General Motors Corporation Video processor
US4879676A (en) 1988-02-29 1989-11-07 Mips Computer Systems, Inc. Method and apparatus for precise floating point exceptions
US4949250A (en) 1988-03-18 1990-08-14 Digital Equipment Corporation Method and apparatus for executing instructions for a vector processing system
US5136696A (en) 1988-06-27 1992-08-04 Prime Computer, Inc. High-performance pipelined central processor for predicting the occurrence of executing single-cycle instructions and multicycle instructions
GB8820237D0 (en) 1988-08-25 1988-09-28 Amt Holdings Processor array systems
JPH0810428B2 (ja) * 1988-12-26 1996-01-31 三菱電機株式会社 データ処理装置
JP2538053B2 (ja) 1989-05-08 1996-09-25 松下電器産業株式会社 制御装置
JP2646778B2 (ja) * 1990-01-17 1997-08-27 日本電気株式会社 ディジタル信号処理装置
US5193202A (en) * 1990-05-29 1993-03-09 Wavetracer, Inc. Processor array with relocated operand physical address generator capable of data transfer to distant physical processor for each virtual processor while simulating dimensionally larger array processor
US5418915A (en) 1990-08-08 1995-05-23 Sumitomo Metal Industries, Ltd. Arithmetic unit for SIMD type parallel computer
JPH04127364A (ja) 1990-09-19 1992-04-28 Nec Corp 積和算器
JPH04172533A (ja) * 1990-11-07 1992-06-19 Toshiba Corp 電子計算機
US5590345A (en) 1990-11-13 1996-12-31 International Business Machines Corporation Advanced parallel array processor(APAP)
US5815723A (en) 1990-11-13 1998-09-29 International Business Machines Corporation Picket autonomy on a SIMD machine
US5765011A (en) 1990-11-13 1998-06-09 International Business Machines Corporation Parallel processing system having a synchronous SIMD processing with processing elements emulating SIMD operation using individual instruction streams
US5222244A (en) * 1990-12-20 1993-06-22 Intel Corporation Method of modifying a microinstruction with operands specified by an instruction held in an alias register
CA2060555A1 (en) * 1991-04-24 1992-10-25 Robert J. Bullions, Iii System and method for draining an instruction pipeline
US5245564A (en) 1991-05-10 1993-09-14 Weitek Corporation Apparatus for multiplying operands
JP3105197B2 (ja) * 1991-06-24 2000-10-30 株式会社日立製作所 除算回路及び除算方法
US5961629A (en) 1991-07-08 1999-10-05 Seiko Epson Corporation High performance, superscalar-based computer system with out-of-order instruction execution
US5493687A (en) 1991-07-08 1996-02-20 Seiko Epson Corporation RISC microprocessor architecture implementing multiple typed register sets
JP2875909B2 (ja) 1991-07-12 1999-03-31 三菱電機株式会社 並列演算処理装置
JPH05324589A (ja) * 1992-03-25 1993-12-07 Nippon Sheet Glass Co Ltd 並列コンピュータ装置および光結合装置
US5581773A (en) 1992-05-12 1996-12-03 Glover; Michael A. Massively parallel SIMD processor which selectively transfers individual contiguously disposed serial memory elements
US5669010A (en) 1992-05-18 1997-09-16 Silicon Engines Cascaded two-stage computational SIMD engine having multi-port memory and multiple arithmetic units
US5471628A (en) 1992-06-30 1995-11-28 International Business Machines Corporation Multi-function permutation switch for rotating and manipulating an order of bits of an input data byte in either cyclic or non-cyclic mode
US5396502A (en) 1992-07-09 1995-03-07 Advanced Hardware Architectures, Inc. Single-stack implementation of a Reed-Solomon encoder/decoder
US5457779A (en) 1993-01-15 1995-10-10 Silicon Graphics, Inc. System for accessing graphic data in a SIMD processing environment
US5299147A (en) * 1993-02-22 1994-03-29 Intergraph Corporation Decoder scheme for fully associative translation-lookaside buffer
US5717947A (en) * 1993-03-31 1998-02-10 Motorola, Inc. Data processing system and method thereof
EP0622727A1 (en) 1993-04-29 1994-11-02 International Business Machines Corporation System for optimizing argument reduction
JPH0720778A (ja) 1993-07-02 1995-01-24 Fujitsu Ltd 剰余計算装置、テーブル作成装置および乗算剰余計算装置
US5598514A (en) 1993-08-09 1997-01-28 C-Cube Microsystems Structure and method for a multistandard video encoder/decoder
US5392408A (en) * 1993-09-20 1995-02-21 Apple Computer, Inc. Address selective emulation routine pointer address mapping system
EP0645699A1 (en) 1993-09-29 1995-03-29 International Business Machines Corporation Fast multiply-add instruction sequence in a pipeline floating-point processor
US5815695A (en) 1993-10-28 1998-09-29 Apple Computer, Inc. Method and apparatus for using condition codes to nullify instructions based on results of previously-executed instructions on a computer processor
DE69427265T2 (de) 1993-10-29 2002-05-02 Advanced Micro Devices Inc Superskalarbefehlsdekoder
DE69429061T2 (de) 1993-10-29 2002-07-18 Advanced Micro Devices Inc Superskalarmikroprozessoren
US5502829A (en) * 1993-11-03 1996-03-26 Intergraph Corporation Apparatus for obtaining data from a translation memory based on carry signal from adder
EP0974894B1 (en) * 1993-11-05 2002-02-27 Intergraph Corporation Instruction cache associative cross-bar switch
EP0950946B1 (en) 1993-11-05 2001-08-16 Intergraph Corporation Software scheduled superscaler computer architecture
US6425124B1 (en) 1993-11-08 2002-07-23 Matsushita Electric Industrial Co. Ltd. Resource allocation device for reducing the size and run time of a machine language program
US5996062A (en) 1993-11-24 1999-11-30 Intergraph Corporation Method and apparatus for controlling an instruction pipeline in a data processing system
US6067615A (en) 1993-11-30 2000-05-23 Trw Inc. Reconfigurable processor for executing successive function sequences in a processor operation
US5392228A (en) 1993-12-06 1995-02-21 Motorola, Inc. Result normalizer and method of operation
JPH07182142A (ja) * 1993-12-22 1995-07-21 Canon Inc 多項式乗算回路
US5809271A (en) * 1994-03-01 1998-09-15 Intel Corporation Method and apparatus for changing flow of control in a processor
US5537629A (en) 1994-03-01 1996-07-16 Intel Corporation Decoder for single cycle decoding of single prefixes in variable length instructions
US5559974A (en) 1994-03-01 1996-09-24 Intel Corporation Decoder having independently loaded micro-alias and macro-alias registers accessible simultaneously by one micro-operation
US5673407A (en) 1994-03-08 1997-09-30 Texas Instruments Incorporated Data processor having capability to perform both floating point operations and memory access in response to a single instruction
US5781457A (en) 1994-03-08 1998-07-14 Exponential Technology, Inc. Merge/mask, rotate/shift, and boolean operations from two instruction sets executed in a vectored mux on a dual-ALU
DE69432674T2 (de) 1994-03-24 2004-03-11 Kanagawa Academy Of Science And Technology Optische faser und ihre herstellung
US5734600A (en) 1994-03-29 1998-03-31 International Business Machines Corporation Polynomial multiplier apparatus and method
JP3413940B2 (ja) * 1994-03-29 2003-06-09 ソニー株式会社 演算回路
FR2718866B1 (fr) * 1994-04-19 1996-05-15 Sgs Thomson Microelectronics Dispositif de calcul arithmétique et logique et procédé de commande.
US5734874A (en) 1994-04-29 1998-03-31 Sun Microsystems, Inc. Central processing unit with integrated graphics functions
DE69519449T2 (de) 1994-05-05 2001-06-21 Conexant Systems Inc Raumzeigersdatenpfad
US5442576A (en) * 1994-05-26 1995-08-15 Motorola, Inc. Multibit shifting apparatus, data processor using same, and method therefor
JP3599409B2 (ja) 1994-06-14 2004-12-08 株式会社ルネサステクノロジ 分岐予測装置
FR2723223B1 (fr) 1994-07-29 1996-08-30 Sgs Thomson Microelectronics Procede de brouillage numerique et application a un circuit programmable
US5758176A (en) 1994-09-28 1998-05-26 International Business Machines Corporation Method and system for providing a single-instruction, multiple-data execution unit for performing single-instruction, multiple-data operations within a superscalar data processing system
US5513366A (en) 1994-09-28 1996-04-30 International Business Machines Corporation Method and system for dynamically reconfiguring a register file in a vector processor
ZA9510127B (en) 1994-12-01 1996-06-06 Intel Corp Novel processor having shift operations
US5887183A (en) 1995-01-04 1999-03-23 International Business Machines Corporation Method and system in a data processing system for loading and storing vectors in a plurality of modes
US5550768A (en) 1995-01-31 1996-08-27 International Business Machines Corporation Rounding normalizer for floating point arithmetic operations
US5713035A (en) * 1995-03-31 1998-01-27 International Business Machines Corporation Linking program access register number with millicode operand access
US5748979A (en) 1995-04-05 1998-05-05 Xilinx Inc Reprogrammable instruction set accelerator using a plurality of programmable execution units and an instruction page table
US5696937A (en) 1995-04-28 1997-12-09 Unisys Corporation Cache controller utilizing a state machine for controlling invalidations in a network with dual system busses
GB9509988D0 (en) * 1995-05-17 1995-07-12 Sgs Thomson Microelectronics Matrix transposition
GB9509987D0 (en) 1995-05-17 1995-07-12 Sgs Thomson Microelectronics Manipulation of data
US5752071A (en) 1995-07-17 1998-05-12 Intel Corporation Function coprocessor
US6381690B1 (en) * 1995-08-01 2002-04-30 Hewlett-Packard Company Processor for performing subword permutations and combinations
US5953241A (en) 1995-08-16 1999-09-14 Microunity Engeering Systems, Inc. Multiplier array processing system with enhanced utilization at lower precision for group multiply and sum instruction
US6295599B1 (en) 1995-08-16 2001-09-25 Microunity Systems Engineering System and method for providing a wide operand architecture
US6385634B1 (en) 1995-08-31 2002-05-07 Intel Corporation Method for performing multiply-add operations on packed data
US5721892A (en) 1995-08-31 1998-02-24 Intel Corporation Method and apparatus for performing multiply-subtract operations on packed data
US5936872A (en) 1995-09-05 1999-08-10 Intel Corporation Method and apparatus for storing complex numbers to allow for efficient complex multiplication operations and performing such complex multiplication operations
US5726927A (en) 1995-09-11 1998-03-10 Digital Equipment Corporation Multiply pipe round adder
US5768172A (en) * 1995-10-04 1998-06-16 Apple Computer, Inc. Graphic software functions without branch instructions
US5926642A (en) * 1995-10-06 1999-07-20 Advanced Micro Devices, Inc. RISC86 instruction set
US5819117A (en) 1995-10-10 1998-10-06 Microunity Systems Engineering, Inc. Method and system for facilitating byte ordering interfacing of a computer system
US5798923A (en) 1995-10-18 1998-08-25 Intergraph Corporation Optimal projection design and analysis
US5774709A (en) 1995-12-06 1998-06-30 Lsi Logic Corporation Enhanced branch delay slot handling with single exception program counter
US5852726A (en) 1995-12-19 1998-12-22 Intel Corporation Method and apparatus for executing two types of instructions that specify registers of a shared logical register file in a stack and a non-stack referenced manner
US5729724A (en) 1995-12-20 1998-03-17 Intel Corporation Adaptive 128-bit floating point load and store operations for quadruple precision compatibility
US6185668B1 (en) * 1995-12-21 2001-02-06 Intergraph Corporation Method and apparatus for speculative execution of instructions
US5793661A (en) 1995-12-26 1998-08-11 Intel Corporation Method and apparatus for performing multiply and accumulate operations on packed data
US6088783A (en) 1996-02-16 2000-07-11 Morton; Steven G DPS having a plurality of like processors controlled in parallel by an instruction word, and a control processor also controlled by the instruction word
US5822606A (en) 1996-01-11 1998-10-13 Morton; Steven G. DSP having a plurality of like processors controlled in parallel by an instruction word, and a control processor also controlled by the instruction word
EP0834114A2 (en) * 1996-03-28 1998-04-08 Koninklijke Philips Electronics N.V. Method and computer system for processing a set of data elements on a sequential processor
US5717910A (en) * 1996-03-29 1998-02-10 Integrated Device Technology, Inc. Operand compare/release apparatus and method for microinstrution sequences in a pipeline processor
US6066178A (en) * 1996-04-10 2000-05-23 Lsi Logic Corporation Automated design method and system for synthesizing digital multipliers
US6128726A (en) 1996-06-04 2000-10-03 Sigma Designs, Inc. Accurate high speed digital signal processor
JPH1011289A (ja) 1996-06-19 1998-01-16 Mitsubishi Electric Corp 並列処理プロセッサにおける命令数拡張方法および並列処理プロセッサ
US5860017A (en) 1996-06-28 1999-01-12 Intel Corporation Processor and method for speculatively executing instructions from multiple instruction streams indicated by a branch instruction
JPH1049345A (ja) * 1996-07-31 1998-02-20 Matsushita Electric Ind Co Ltd 演算装置
US6058465A (en) 1996-08-19 2000-05-02 Nguyen; Le Trong Single-instruction-multiple-data processing in a multimedia signal processor
US5838984A (en) 1996-08-19 1998-11-17 Samsung Electronics Co., Ltd. Single-instruction-multiple-data processing using multiple banks of vector registers
US5812147A (en) 1996-09-20 1998-09-22 Silicon Graphics, Inc. Instruction methods for performing data formatting while moving data between memory and a vector register file
US5944776A (en) 1996-09-27 1999-08-31 Sun Microsystems, Inc. Fast carry-sum form booth encoder
US6041403A (en) * 1996-09-27 2000-03-21 Intel Corporation Method and apparatus for generating a microinstruction responsive to the specification of an operand, in addition to a microinstruction based on the opcode, of a macroinstruction
US5729554A (en) * 1996-10-01 1998-03-17 Hewlett-Packard Co. Speculative execution of test patterns in a random test generator
US5784602A (en) 1996-10-08 1998-07-21 Advanced Risc Machines Limited Method and apparatus for digital signal processing for integrated circuit architecture
US5996066A (en) 1996-10-10 1999-11-30 Sun Microsystems, Inc. Partitioned multiply and add/subtract instruction for CPU with integrated graphics functions
JP3790307B2 (ja) 1996-10-16 2006-06-28 株式会社ルネサステクノロジ データプロセッサ及びデータ処理システム
DE19644688B4 (de) * 1996-10-28 2005-06-16 Systemonic Ag Schaltungsanordnung einer digitalen Multiplizierer-Baugruppe, zur Verarbeitung von Binärzahlen sowie Elementen aus GF(2m)
US5720774A (en) 1996-10-28 1998-02-24 Appliance Development Corp. Heating pad
KR100291383B1 (ko) 1996-11-18 2001-09-17 윤종용 디지털신호처리를위한명령을지원하는모듈계산장치및방법
JP3315042B2 (ja) * 1996-11-20 2002-08-19 株式会社リコー 乗算装置
US5909572A (en) * 1996-12-02 1999-06-01 Compaq Computer Corp. System and method for conditionally moving an operand from a source register to a destination register
JPH10171350A (ja) 1996-12-10 1998-06-26 Hitachi Ltd ハッシュ値生成方法および装置
US5918031A (en) 1996-12-18 1999-06-29 Intel Corporation Computer utilizing special micro-operations for encoding of multiple variant code flows
US6006316A (en) 1996-12-20 1999-12-21 International Business Machines, Corporation Performing SIMD shift and arithmetic operation in non-SIMD architecture by operation on packed data of sub-operands and carry over-correction
FR2758195B1 (fr) 1997-01-09 1999-02-26 Sgs Thomson Microelectronics Coprocesseur d'arithmetique modulaire comprenant deux circuits de multiplication operant en parallele
US5880984A (en) 1997-01-13 1999-03-09 International Business Machines Corporation Method and apparatus for performing high-precision multiply-add calculations using independent multiply and add instruments
US5922066A (en) 1997-02-24 1999-07-13 Samsung Electronics Co., Ltd. Multifunction data aligner in wide data width processor
US5881307A (en) 1997-02-24 1999-03-09 Samsung Electronics Co., Ltd. Deferred store data read with simple anti-dependency pipeline inter-lock control in superscalar processor
US5875336A (en) * 1997-03-31 1999-02-23 International Business Machines Corporation Method and system for translating a non-native bytecode to a set of codes native to a processor within a computer system
GB9707861D0 (en) * 1997-04-18 1997-06-04 Certicom Corp Arithmetic processor
US6154834A (en) 1997-05-27 2000-11-28 Intel Corporation Detachable processor module containing external microcode expansion memory
US6035120A (en) * 1997-05-28 2000-03-07 Sun Microsystems, Inc. Method and apparatus for converting executable computer programs in a heterogeneous computing environment
US6421817B1 (en) 1997-05-29 2002-07-16 Xilinx, Inc. System and method of computation in a programmable logic device using virtual instructions
US5790827A (en) 1997-06-20 1998-08-04 Sun Microsystems, Inc. Method for dependency checking using a scoreboard for a pair of register sets having different precisions
US5960012A (en) 1997-06-23 1999-09-28 Sun Microsystems, Inc. Checksum determination using parallel computations on multiple packed data elements
US5887181A (en) 1997-06-23 1999-03-23 Sun Microsystems, Inc. Method and apparatus for reducing a computational result to the range boundaries of an unsigned 8-bit integer in case of overflow
US6233597B1 (en) * 1997-07-09 2001-05-15 Matsushita Electric Industrial Co., Ltd. Computing apparatus for double-precision multiplication
WO1999018484A2 (en) * 1997-10-02 1999-04-15 Koninklijke Philips Electronics N.V. A processing device for executing virtual machine instructions
DE69836902T2 (de) 1997-10-02 2007-10-18 Koninklijke Philips Electronics N.V. Auf variable instruktionen eingestellter computer
US5933650A (en) 1997-10-09 1999-08-03 Mips Technologies, Inc. Alignment and ordering of vector elements for single instruction multiple data processing
US5864703A (en) * 1997-10-09 1999-01-26 Mips Technologies, Inc. Method for providing extended precision in SIMD vector arithmetic operations
US6009261A (en) 1997-12-16 1999-12-28 International Business Machines Corporation Preprocessing of stored target routines for emulating incompatible instructions on a target processor
EP0924895B1 (en) 1997-12-17 2009-07-08 Nippon Telegraph and Telephone Corporation Encryption and decryption devices for public-key cryptosystems and recording medium with their processing programs recorded thereon
US6181729B1 (en) * 1997-12-19 2001-01-30 Supergold Communication Limited Spread spectrum communication
US6009450A (en) 1997-12-24 1999-12-28 Motorola, Inc. Finite field inverse circuit
US6044389A (en) 1997-12-29 2000-03-28 Quantum Corporation System for computing the multiplicative inverse of a field element for galois fields without using tables
US6026420A (en) 1998-01-20 2000-02-15 3Com Corporation High-speed evaluation of polynomials
US6058500A (en) * 1998-01-20 2000-05-02 3Com Corporation High-speed syndrome calculation
US6122738A (en) 1998-01-22 2000-09-19 Symantec Corporation Computer file integrity verification
US6075937A (en) 1998-03-18 2000-06-13 International Business Machines Corporation Preprocessing of stored target routines for controlling emulation of incompatible instructions on a target processor and utilizing target processor feedback for controlling non-sequential incompatible instruction emulation
US6138229A (en) 1998-05-29 2000-10-24 Motorola, Inc. Customizable instruction set processor with non-configurable/configurable decoding units and non-configurable/configurable execution units
US6141786A (en) 1998-06-04 2000-10-31 Intenational Business Machines Corporation Method and apparatus for performing arithmetic operations on Galois fields and their extensions
US6438678B1 (en) * 1998-06-15 2002-08-20 Cisco Technology, Inc. Apparatus and method for operating on data in a data communications system
US6199087B1 (en) 1998-06-25 2001-03-06 Hewlett-Packard Company Apparatus and method for efficient arithmetic in finite fields through alternative representation
US6073154A (en) 1998-06-26 2000-06-06 Xilinx, Inc. Computing multidimensional DFTs in FPGA
US6199088B1 (en) 1998-06-30 2001-03-06 Quantum Corp. Circuit for determining multiplicative inverses in certain galois fields
US6314445B1 (en) 1998-08-03 2001-11-06 International Business Machines Coproration Native function calling
US6263429B1 (en) 1998-09-30 2001-07-17 Conexant Systems, Inc. Dynamic microcode for embedded processors
JP2000172520A (ja) * 1998-12-04 2000-06-23 Fujitsu Ltd ガロア体演算プロセッサ
US6397241B1 (en) * 1998-12-18 2002-05-28 Motorola, Inc. Multiplier cell and method of computing
JP3585800B2 (ja) 1999-01-13 2004-11-04 株式会社東芝 情報処理装置
US6480872B1 (en) 1999-01-21 2002-11-12 Sandcraft, Inc. Floating-point and integer multiply-add and multiply-accumulate
US6453407B1 (en) 1999-02-10 2002-09-17 Infineon Technologies Ag Configurable long instruction word architecture and instruction set
DE19907575A1 (de) * 1999-02-23 2000-08-24 Philips Corp Intellectual Pty Schaltungsanordnung zum Liefern eines Speisestromes
JP3833412B2 (ja) 1999-04-09 2006-10-11 富士通株式会社 有限体演算における表現データ生成装置および方法
JP2000321979A (ja) 1999-05-14 2000-11-24 Matsushita Electric Ind Co Ltd 多項式演算装置、楕円曲線位数計算装置、楕円曲線生成装置及び楕円曲線暗号システム
TW482980B (en) 1999-05-31 2002-04-11 Ibm Hardware device for executing base programmable instructions based upon micro-instructions
JP2001034472A (ja) * 1999-07-16 2001-02-09 Mitsubishi Electric Corp データ処理装置および除算、剰余算アルゴリズム
JP2001147799A (ja) * 1999-10-01 2001-05-29 Hitachi Ltd データ移動方法および条件付転送論理ならびにデータの配列換え方法およびデータのコピー方法
US6430684B1 (en) 1999-10-29 2002-08-06 Texas Instruments Incorporated Processor circuits, systems, and methods with efficient granularity shift and/or merge instruction(s)
US6615366B1 (en) 1999-12-21 2003-09-02 Intel Corporation Microprocessor with dual execution core operable in high reliability mode
US6711602B1 (en) * 2000-02-18 2004-03-23 Texas Instruments Incorporated Data processor with flexible multiply unit
US6760742B1 (en) * 2000-02-18 2004-07-06 Texas Instruments Incorporated Multi-dimensional galois field multiplier
US6513054B1 (en) * 2000-02-22 2003-01-28 The United States Of America As Represented By The Secretary Of The Army Asynchronous parallel arithmetic processor utilizing coefficient polynomial arithmetic (CPA)
US7051189B2 (en) * 2000-03-15 2006-05-23 Arc International Method and apparatus for processor code optimization using code compression
WO2001071494A2 (en) 2000-03-20 2001-09-27 Koninklijke Philips Electronics N.V. Method of executing a computer program with an interpreter, computer system and computer program product
US6618804B1 (en) 2000-04-07 2003-09-09 Sun Microsystems, Inc. System and method for rearranging bits of a data word in accordance with a mask using sorting
US6715066B1 (en) * 2000-04-07 2004-03-30 Sun Microsystems, Inc. System and method for arranging bits of a data word in accordance with a mask
AU2001288209A1 (en) 2000-05-05 2001-11-26 Ruby B. Lee A method and system for performing permutations using permutation instructions based on modified omega and flip stages
US6625726B1 (en) 2000-06-02 2003-09-23 Advanced Micro Devices, Inc. Method and apparatus for fault handling in computer systems
US6651160B1 (en) * 2000-09-01 2003-11-18 Mips Technologies, Inc. Register set extension for compressed instruction set
US6625737B1 (en) 2000-09-20 2003-09-23 Mips Technologies Inc. System for prediction and control of power consumption in digital system
US20020069402A1 (en) 2000-10-05 2002-06-06 Nevill Edward Colles Scheduling control within a system having mixed hardware and software based instruction execution
US7711763B2 (en) * 2001-02-21 2010-05-04 Mips Technologies, Inc. Microprocessor instructions for performing polynomial arithmetic operations
US7237097B2 (en) 2001-02-21 2007-06-26 Mips Technologies, Inc. Partial bitwise permutations
US7599981B2 (en) 2001-02-21 2009-10-06 Mips Technologies, Inc. Binary polynomial multiplier
US7162621B2 (en) * 2001-02-21 2007-01-09 Mips Technologies, Inc. Virtual instruction expansion based on template and parameter selector information specifying sign-extension or concentration
US7181484B2 (en) * 2001-02-21 2007-02-20 Mips Technologies, Inc. Extended-precision accumulation of multiplier output
US7003715B1 (en) * 2001-03-30 2006-02-21 Cisco Technology, Inc. Galois field multiply accumulator

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664272A (zh) * 2017-03-27 2018-10-16 上海芯旺微电子技术有限公司 一种处理器内核结构
CN108664272B (zh) * 2017-03-27 2024-01-30 上海芯旺微电子技术股份有限公司 一种处理器内核结构

Also Published As

Publication number Publication date
JP2013080487A (ja) 2013-05-02
EP1374034A2 (en) 2004-01-02
EP1374034A4 (en) 2006-05-17
JP5231336B2 (ja) 2013-07-10
CN1503937B (zh) 2013-05-08
JP2005505023A (ja) 2005-02-17
US20060190519A1 (en) 2006-08-24
DE60226222D1 (de) 2008-06-05
WO2002069081A2 (en) 2002-09-06
WO2002069081A3 (en) 2002-11-07
EP1374034B1 (en) 2008-04-23
US7225212B2 (en) 2007-05-29
US20020178203A1 (en) 2002-11-28
US7181484B2 (en) 2007-02-20
DE60226222T2 (de) 2009-05-20
JP2009266239A (ja) 2009-11-12
US7860911B2 (en) 2010-12-28
US20020116432A1 (en) 2002-08-22

Similar Documents

Publication Publication Date Title
CN1503937A (zh) 扩展精度累加器
US7599981B2 (en) Binary polynomial multiplier
JP3837113B2 (ja) 部分的ビット入替
EP1293891B2 (en) Arithmetic processor accomodating different finite field size
Satoh et al. A scalable dual-field elliptic curve cryptographic processor
US8271570B2 (en) Unified integer/galois field (2m) multiplier architecture for elliptic-curve crytpography
JP2009282992A (ja) 多項式演算オペレーション
Tian et al. High-speed FPGA implementation of SIKE based on an ultra-low-latency modular multiplier
Langhammer et al. Folded integer multiplication for fpgas
Zeghid et al. Speed/area-efficient ECC processor implementation over GF (2 m) on FPGA via novel algorithm-architecture co-design
Tawalbeh et al. A radix-4 scalable design
Tanaka et al. Efficient FPGA design of exception-free generic elliptic curve cryptosystems
Pinckney et al. Parallelized Booth-encoded radix-4 Montgomery multipliers
Arunachalamani et al. High Radix Design for Montgomery Multiplier in FPGA platform
Lo’ai et al. A Radix-4 Design of a Scalable Modular Multiplier With Recoding Techniques
Lo’ai A Radix-4 Scalable Design Lo’ai A. Tawalbeh, Alexandre F. Tenca and CK Koç School of Electrical Engineering & Computer Science Oregon State University {tawalbeh, tenca, koc} ece. orst. edu
Großschädl et al. Realizing arbitrary-precision modular multiplication with a fixed-precision multiplier datapath
Posch PC-RSA A cryptographic toolkit for MS-DOS
Kocabaş Design and realization of an embedded processor for cryptographic applications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: ARM FINANCE OVERSEAS LTD.

Free format text: FORMER OWNER: BRIDGE DECK LLC

Effective date: 20141211

Owner name: BRIDGE DECK LLC

Free format text: FORMER OWNER: MIPS TECHNOLOGIES, INC.

Effective date: 20141211

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20141211

Address after: cambridge

Patentee after: ARM Overseas Finance Co.,Ltd.

Address before: American New Jersey

Patentee before: Overpass Bridge Co.,Ltd.

Effective date of registration: 20141211

Address after: American New Jersey

Patentee after: Overpass Bridge Co.,Ltd.

Address before: California, USA

Patentee before: Mips Technologies, Inc.

CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20130508