AU2003250361A1 - Processor for performing arithmetic operations in composite operands - Google Patents

Processor for performing arithmetic operations in composite operands

Info

Publication number
AU2003250361A1
AU2003250361A1 AU2003250361A AU2003250361A AU2003250361A1 AU 2003250361 A1 AU2003250361 A1 AU 2003250361A1 AU 2003250361 A AU2003250361 A AU 2003250361A AU 2003250361 A AU2003250361 A AU 2003250361A AU 2003250361 A1 AU2003250361 A1 AU 2003250361A1
Authority
AU
Australia
Prior art keywords
processor
arithmetic operations
performing arithmetic
composite operands
operands
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.)
Abandoned
Application number
AU2003250361A
Other versions
AU2003250361A8 (en
Inventor
Mohammed Benaissa
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.)
University of Sheffield
Original Assignee
University of Sheffield
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 University of Sheffield filed Critical University of Sheffield
Publication of AU2003250361A8 publication Critical patent/AU2003250361A8/en
Publication of AU2003250361A1 publication Critical patent/AU2003250361A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • 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/3001Arithmetic instructions
    • G06F9/30014Arithmetic instructions with variable precision
    • 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/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory
    • 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/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3824Operand accessing
    • G06F9/383Operand prefetching
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • H03M13/15Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
    • H03M13/151Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes using error location or error correction polynomials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2207/00Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F2207/38Indexing scheme relating to groups G06F7/38 - G06F7/575
    • G06F2207/3804Details
    • G06F2207/3808Details concerning the type of numbers or the way they are handled
    • G06F2207/3812Devices capable of handling different types of numbers
    • G06F2207/382Reconfigurable for different fixed word lengths
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2207/00Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F2207/38Indexing scheme relating to groups G06F7/38 - G06F7/575
    • G06F2207/3804Details
    • G06F2207/3808Details concerning the type of numbers or the way they are handled
    • G06F2207/3828Multigauge devices, i.e. capable of handling packed numbers without unpacking them
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2207/00Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F2207/72Indexing scheme relating to groups G06F7/72 - G06F7/729
    • G06F2207/7209Calculation via subfield, i.e. the subfield being GF(q) with q a prime power, e.g. GF ((2**m)**n) via GF(2**m)

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Probability & Statistics with Applications (AREA)
  • Error Detection And Correction (AREA)
AU2003250361A 2002-06-14 2003-06-11 Processor for performing arithmetic operations in composite operands Abandoned AU2003250361A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
GB0213683A GB2389678A (en) 2002-06-14 2002-06-14 Finite field processor reconfigurable for varying sizes of field.
GB0213683.6 2002-06-14
PCT/GB2003/002481 WO2003107177A2 (en) 2002-06-14 2003-06-11 Processor

Publications (2)

Publication Number Publication Date
AU2003250361A8 AU2003250361A8 (en) 2003-12-31
AU2003250361A1 true AU2003250361A1 (en) 2003-12-31

Family

ID=9938576

Family Applications (1)

Application Number Title Priority Date Filing Date
AU2003250361A Abandoned AU2003250361A1 (en) 2002-06-14 2003-06-11 Processor for performing arithmetic operations in composite operands

Country Status (3)

Country Link
AU (1) AU2003250361A1 (en)
GB (1) GB2389678A (en)
WO (1) WO2003107177A2 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7594261B2 (en) 2005-02-08 2009-09-22 Microsoft Corporation Cryptographic applications of the Cartier pairing
US7680268B2 (en) * 2005-03-15 2010-03-16 Microsoft Corporation Elliptic curve point octupling using single instruction multiple data processing
US7702098B2 (en) 2005-03-15 2010-04-20 Microsoft Corporation Elliptic curve point octupling for weighted projective coordinates
DE102005041102A1 (en) * 2005-08-30 2007-03-15 Siemens Ag Method for scalar multiplication of points on an elliptic curve
US8180047B2 (en) 2006-01-13 2012-05-15 Microsoft Corporation Trapdoor pairings
KR100896269B1 (en) 2006-12-05 2009-05-08 한국전자통신연구원 Simd parallel processor with simd/sisd/row/column opertaion modes
US8923510B2 (en) * 2007-12-28 2014-12-30 Intel Corporation Method and apparatus for efficiently implementing the advanced encryption standard
GB2458665B (en) * 2008-03-26 2012-03-07 Advanced Risc Mach Ltd Polynomial data processing operation
GB2497070B (en) 2011-11-17 2015-11-25 Advanced Risc Mach Ltd Cryptographic support instructions
US10409615B2 (en) * 2017-06-19 2019-09-10 The Regents Of The University Of Michigan Configurable arithmetic unit

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5001662A (en) * 1989-04-28 1991-03-19 Apple Computer, Inc. Method and apparatus for multi-gauge computation
US5210710A (en) * 1990-10-17 1993-05-11 Cylink Corporation Modulo arithmetic processor chip
EP0795155B1 (en) * 1994-12-01 2003-03-19 Intel Corporation A microprocessor having a multiply operation
US6092094A (en) * 1996-04-17 2000-07-18 Advanced Micro Devices, Inc. Execute unit configured to selectably interpret an operand as multiple operands or as a single operand
US6009450A (en) * 1997-12-24 1999-12-28 Motorola, Inc. Finite field inverse circuit

Also Published As

Publication number Publication date
AU2003250361A8 (en) 2003-12-31
GB2389678A (en) 2003-12-17
WO2003107177A2 (en) 2003-12-24
GB0213683D0 (en) 2002-07-24
WO2003107177A3 (en) 2004-10-07

Similar Documents

Publication Publication Date Title
AU2003206709A1 (en) Arithmetic unit and method for carrying out an arithmetic operation with coded operands
AU2002361879A1 (en) Dependence-chain processors
AU2003254126A1 (en) Pipelined reconfigurable dynamic instruciton set processor
AU2002334792A1 (en) Multiply-accumulate (mac) unit for single-instruction/multiple-data (simd) instructions
GB2409065B (en) Multiplexing operations in SIMD processing
GB2411989B (en) Providing a secure execution mode in a pre-boot environment
GB2402787B (en) High-performance hybrid processor with configurable execution units
AU2003250361A1 (en) Processor for performing arithmetic operations in composite operands
TWI350991B (en) Direct instructions rendering emulation computer technique
WO2005010749A8 (en) Designing computer programs
AU2003208266A1 (en) Reconfigurable processor
GB2396708B (en) Hybrid arithmetic logic unit
AU2003280480A1 (en) Computer program protection
AU2003272035A1 (en) Vliw processor with copy register file
AU2003263491A1 (en) Vliw processor with instruction address modification
AU2003260956A1 (en) Arithmetic circuit
AU2003214083A1 (en) Improvements in or relating to steering pivots
AU2002366151A1 (en) Context execution in a pipelined computer processor
AU154810S (en) Arithmetic and control unit
AU154813S (en) Arithmetic and control unit
AU2002361011A1 (en) Arithmetic-logic unit and method for combining a first operand with a second operand
AU2003213068A1 (en) Multiple input modes in overlapping physical space
AU2003282553A1 (en) Processor and method for processing vliw instructions
AU2003222801A1 (en) Configurable arithmetic unit
AU2003216911A1 (en) Arithmetic unit and subtraction method

Legal Events

Date Code Title Description
MK6 Application lapsed section 142(2)(f)/reg. 8.3(3) - pct applic. not entering national phase