GB2423385A - Determining an initial estimate of a result value of a reciprocal operation - Google Patents

Determining an initial estimate of a result value of a reciprocal operation Download PDF

Info

Publication number
GB2423385A
GB2423385A GB0515256A GB0515256A GB2423385A GB 2423385 A GB2423385 A GB 2423385A GB 0515256 A GB0515256 A GB 0515256A GB 0515256 A GB0515256 A GB 0515256A GB 2423385 A GB2423385 A GB 2423385A
Authority
GB
United Kingdom
Prior art keywords
value
input value
estimate
result
data processing
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
GB0515256A
Other versions
GB2423385B (en
GB0515256D0 (en
Inventor
David Raymond Lutz
Christopher Neal Hinds
Dominic Hugo Symes
Simon Andrew Ford
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 Ltd
Original Assignee
ARM Ltd
Advanced Risc Machines Ltd
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 ARM Ltd, Advanced Risc Machines Ltd filed Critical ARM Ltd
Publication of GB0515256D0 publication Critical patent/GB0515256D0/en
Publication of GB2423385A publication Critical patent/GB2423385A/en
Application granted granted Critical
Publication of GB2423385B publication Critical patent/GB2423385B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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/535Dividing only
    • 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/3004Arrangements for executing specific machine instructions to perform operations on memory
    • 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
    • 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/3824Accepting both fixed-point and floating-point numbers
    • 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/535Indexing scheme relating to groups G06F7/535 - G06F7/5375
    • G06F2207/5354Using table lookup, e.g. for digit selection in division by digit recurrence
    • 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/535Indexing scheme relating to groups G06F7/535 - G06F7/5375
    • G06F2207/5355Using iterative approximation not using digit recurrence, e.g. Newton Raphson or Goldschmidt
    • 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/535Indexing scheme relating to groups G06F7/535 - G06F7/5375
    • G06F2207/5356Via reciprocal, i.e. calculate reciprocal only, or calculate reciprocal first and then the quotient from the reciprocal and the numerator

Abstract

The present invention provides a data processing apparatus and method for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value. The input value and the result value are either fixed point values or floating point values. The data processing apparatus comprises processing logic for executing instructions to perform data processing operations on data, and a lookup table referenced by the processing logic during generation of the initial estimate of the result value. The processing logic is responsive to an estimate instruction to reference the lookup table to generate, dependent on a modified input value that is within a predetermined range of values, a table output value. For a particular modified input value, the same table output value is generated irrespective of whether the input value is a fixed point value or a floating point value. The initial estimate of the result value is then derivable from the table output value. This provides a particularly efficient technique for performing the initial estimate generation within a data processing apparatus where the reciprocal operation may be performed on either fixed point values or floating point values.

Description

I
DATA PROCESSING APPARATUS AND METHOD FOR DETERMINING AN
INITIAL ESTIMATE OF A RESULT VALUE OF A RECIPROCAL OPERATION
FIELD OF THE INVENTION
The present invention relates to a data processing apparatus and method for generating an initial estimate of a result value of a reciprocal operation.
BACKGROUND OF THE INVENTION
There are a number of data processing applications where it is often required to perform reciprocal operations, a reciprocal operation being an operation of the form lfFn(d), where d is the input value. Two such reciprocal operations that are often required involve computing the reciprocal of the input value, i.e. l/d, or the reciprocal square root of the input value, i.e. iiJ. These particular two reciprocal operations are often used, for example, in graphics processing applications.
Dedicated hardware may be developed to perform such reciprocal operations but typically it is desirable to keep the data processing apparatus as small as possible, and to re-use hardware logic wherever possible.
A known technique for determining the results of complex functions such as reciprocal and reciprocal square root functions, which does not require dedicated hardware, employs iterative execution of a computation in order to converge on the result value. One particular such iterative process is commonly referred to as the Newton- Raphson method. In accordance with the Newton-Raphson method, an initial estimate of the result value is made, and then a refinement step is iteratively executed in order to converge on the actual result value.
The Motorola AltiVec technology uses such a Newton-Raphson refmemént technique for evaluating reciprocal and reciprocal square root functions. Another example of a data processing apparatus which employs the NewtonRaphson refinement technique for calculating reciprocals and reciprocal square roots is described in US patent 6,115,733. In both of these systems, an initial estimate generator is used to determine, based on the input value, an initial estimate of a result value for the reciprocal operation.
Typically, a lookup table is used for determining this initial estimate, a different lookup table being provided for each type of reciprocal operation supported.
I
The quality of the initial estimate is essential to fast execution of a reciprocal operation, and the size of the initial estimate value defines the number of iteration steps required to reach a specified precision.
In some data processing apparatus, the data processing apparatus is required to handle both fixed point data values and floating point data values. A fixed point data value is one where a binary point is implied to exist at a predetermined point within the data value. For example, a 16.16 fixed point format assumes that a 32-bit value has 16 bits prior to the binary point and 16 bits after the binary point. An integer value is a particular instance of a fixed point value in which the binary point is considered to exist immediately to the right of the least significant bit.
A floating point data value considered to be in a "normal" range can be expressed as follows: 1.x * where: x = fraction 1.x = significand (also known as the mantissa) y = exponent A floating point data value in the defmed subnormal range can be expressed as follows: 0.x * 2min where: x = fraction 0.x = significand (also known as the mantissa) mm = -126 for single precision values and -1022 for double precision values If the performance of reciprocal operations were to be supported for both floating point data values and fixed point data values, then it would be considered necessary to provide separate estimator logic for each data format, along with associated separate lookup tables for each data format.
However, in a data processing apparatus, it is typically desired to keep the size of the data processing apparatus as small as possible, and in particular to enable efficient use of the logic provided within the data processing apparatus. Accordingly, with regard to the generation of an initial estimate for a reciprocal operation, it would be desirable to provide a data processing apparatus which was able to implement the required estimate generation logic in an efficient manner, whilst also supporting detennination of initial estimates for both floating point and fixed point data values.
SUMMARY OF THE INVENTION
Viewed from a first aspect, the present invention provides a data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing logic operable to execute instructions to perform data processing operations on data; a lookup table referenced by the processing logic during generation of the initial estimate of the result value; the processing logic being responsive to an estimate instruction to reference the lookup table to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and the initial estimate of the result value being derivable from the table output value.
In accordance with the present invention, when performing a reciprocal operation on an input value, a modified input value is considered that is within a predetermined range of values, and then in response to an estimate instruction the processing logic references a lookup table to generate, dependent on the modified input value, a table output value. The term "lookup table" as used herein is intended to cover any implementation that provides the functionality of a iookup table, and hence for example may include a Read Only Memory (ROM) or random logic. For a particular modified input value, the same table output value is generated irrespective of whether the input value is a fixed point value or a floating point value. The initial estimate of the result value is then derived from the table output value.
In accordance with the approach of the present invention, when determining an initial estimate of a result value for a reciprocal operation, the same processing logic is used, and the same iookup table is referenced, irrespective of whether the input value is a fixed point value or a floating point value, thereby making efficient use of the logic within the data processing apparatus and avoiding the need for the provision of separate lookup tables for fixed point and floating point values.
The iookup table as referred to herein provides output values for all nonexceptional modified input values, i.e. all modified input values that are within the predetermined range of values. If the lookup table were in some way extended to also provide outputs for exceptional modified input values, then the lookup table for the present purposes would be that portion that provided an output for all non-exceptional modified input values. In one embodiment, the same estimate instruction is used irrespective of whether the input value is a fixed point value or a floating point value.
By such an approach, less decoding of the estimate instruction is required, since the decoder merely needs to identify that the instruction being decoded is an estimate instruction, and can then route that estimate instruction to the processing logic in order for the required initial estimate generation to be performed, without needing to determine whether the estimate instruction pertains to a fixed point value or a floating point value.
In one embodiment, the input value and the result value are floating point numbers, the estimate instruction is operable to specify as an operand the input value, and the processing logic is operable in response to the estimate instruction to evaluate the modified input value, to reference the lookup table to generate the table output value, and to derive the initial estimate of the result value from the table output value. Hence, in this embodiment, the single estimate instruction will cause the processing logic to implement all of the required processing steps to generate from the input value the required initial estimate of the result value.
In one embodiment, the data processing apparatus is arranged to process normal floating point values and special cases (infinities, Not-a-Number values (NaNs) and zeros), and subnormal values are flushed to a signed zero value. However, an alternative embodiment could be arranged to directly process subnormal values using the same principles as described herein.
In one embodiment, the reciprocal operation produces as the result value the reciprocal of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0. 5 and less than 1. By performing such manipulation of the input value, it will be ensured that the table output value can readily be used to form a significand of the estimate of the result value that is within the range greater than or equal to 1 and less than 2, which is the required range for the significand of a floating point number. Accordingly, no subsequent normalisation step will be required.
In one particular embodiment, the processing logic is operable to select as the modified input value the result of an effective one bit right shift of the significand of the input value, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by incrementing and negating the exponent of the input value.
In one embodiment, the reciprocal operation produces as the result value the reciprocal square root of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0.25 and less than 1. By ensuring that the modified input value has a significand within this range, it can be ensured that the table output value can be used to form a significand of the estimate of the result value which falls within the range greater than or equal to 1 and less than 2, hence avoiding any subsequent normalisation steps needing to be performed.
The iookup table used when the reciprocal operation produces as the result value the reciprocal square root of the input value will differ from the iookup table used when the reciprocal operation produces as the result value the reciprocal of the input value, but as discussed earlier, for either of these two types of reciprocal operation, the same lookup table can be used for both fixed point and floating point input values.
In one particular embodiment, the processing logic is operable to select as the modified input value the result of either an effective one bit or an effective two bit right shift of the significand of the input value, along with associated incrementing of the exponent of the input value, such that the modified input value has an exponent which is an even number, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by halving and negating the exponent of the modified input value. By manipulating the input value so as to select a modified input value whose exponent is an even number, then this simplifies the process of halving and negating the exponent of the modified input value when generating the exponent of the estimate of the result value.
In one embodiment, the input value and result value are fixed point numbers, the modified input value is produced prior to execution of the estimate instruction, the estimate instruction is operable to specify as an operand the modified input value, the processing logic is operable in response to the estimate instruction to reference the iookup table to generate the table output value, and subsequent processing steps are performed after execution of the estimate instruction to derive the initial estimate of the result value from the table output value. Accordingly, in this embodiment, the estimate instruction receives as an operand the modified input value and then execution of the estimate instruction causes the lookup in the lookup table to take place. The initial estimate of the result value is then derived subsequently from the table output value. The production of the modified input value, and the deriving of the estimate of the result value from the table output value, are in one embodiment performed in software.
In one particular embodiment, the reciprocal operation produces as the result value the reciprocal of the input value, and the modified input value is a value within the range greater than or equal to 0.5 and less than 1. In an alternative embodiment, the reciprocal operation produces as the result value the reciprocal square root of the input value, and the modified input value is a value within the range greater than or equal to 0.25 and less than 1.
When handling fixed point numbers, there are a number of ways in which the modified input value can be produced from the received input value, dependent on the predetermined range within which the modified input value must fall. However, in one embodiment, the modified input value is produced by performing an effective left shift of the input value to produce a value within the predetermined range, and the initial estimate of the result value is produced by performing an effective right shift of the table output value sufficient to reverse the effect of the earlier effective left shift.
Viewed from a second aspect the present invention provides a data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing means for executing instructions to perform data processing operations on data; lookup table means referenced by the processing means during generation of the initial estimate of the result value; the processing means being responsive to an estimate instruction to reference the lookup table means to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and the initial estimate of the result value being derivable from the table output value.
Viewed from a third aspect, the present invention provides a method of operating a data processing apparatus to generate an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, and the method comprising the steps of: (a) evaluating from the input value a modified input value that is within a predetermined range of values; (b) responsive to an estimate instruction, employing processing logic to reference a lookup table to generate, dependent on the modified input value, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and (c) deriving from the table output value the initial estimate of the result value.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention will be described further, by way of example only, with reference to embodiments thereof as illustrated in the accompanying drawings, in which: Figure 1 is a block diagram of a data processing apparatus in accordance with one embodiment of the present invention; Figure 2 is a flow diagram illustrating the steps performed within the data processing apparatus in one embodiment in order to implement a reciprocal operation; Figure 3 is a diagram illustrating how modified input values are used to access a lookup table during execution of the process of Figure 2; Figure 4 is a flow diagram illustrating in more detail the generation of an initial estimate for the result value of the reciprocal operation in accordance with one embodiment; FigureS is a flow diagram illustrating the sequence of computations performed in accordance with one embodiment in order to implement a refinement step when determining the reciprocal of an input value; Figure 6 is a flow diagram illustrating the sequence of computations performed in accordance with one embodiment in order to implement the refinement step when determining the reciprocal square root of an input value; Figure 7 is a diagram schematically illustrating elements provided within the data processing apparatus of Figure 1 to implement the processes of Figure 5 and 6; and Figures 8A to 8D illustrate the format of estimate instructions and refinement step instructions in accordance with one embodiment.
DESCRIPTION OF EMBODIMENTS
Figure 1 is a block diagram schematically illustrating a data processing apparatus 10 in accordance with one embodiment of the present invention. The data processing apparatus 10 is coupled to a memory system 20 in which instructions and data values required by the data processing apparatus are stored. The data processing apparatus 10 is arranged to execute a sequence of instructions which are retrieved from the memory 20.
In particular, each instruction is retrieved from the memory 20 by an instruction decoder 70, which decodes the instruction and then dependent on the instruction sends appropriate control signals to other elements of the data processing apparatus to cause the operation specified by the instruction to be implemented.
The data processing apparatus 10 incorporates a load/store unit 60 for loading data values from memory 20 into a register file 30 of the data processing apparatus, and for storing data values from the register file 30 to the memory 20.
An Arithmetic Logic Unit (ALU) pipeline 50 is provided for performing arithmetic operations on data values, with the input data values to the ALU pipeline 50 being provided by input multiplexers 40. Typically, when executing an arithmetic operation within the ALU pipeline 50, the required input data values will be routed from the register file 30 via the input multiplexers 40 to the ALU pipeline 50 (these data values having been stored in the register file 30 prior to execution of the instruction specifying the arithmetic operation).
A data value output from the ALU pipeline 50 may be routed to the register file for storage in an appropriate destination register, and/or can be forwarded back as an input to the input multiplexers 40 if that data value is required as an input for a subsequent arithmetic operation. In accordance with embodiments of the present invention, two constant values are also provided to the input multiplexers 40 which can be selected by the input multiplexers 40 dependent on a control signal provided from the instruction decoder 70.
As will be discussed in more detail later, if the data processing apparatus is performing a reciprocal operation involving iterative execution of a refmement step, then a portion of the refinement step may require the performance of a multiply-accumulate operation, in which two values are multiplied and then subtracted from a constant. More particularly, in one embodiment, the reciprocal operation produces as a result value the reciprocal of an input value, and in this case the constant required is the value "2", this value being provided as one of the inputs to the input multiplexer 40 without any need to previously have loaded that value into a register of the register file 30. Similarly, in another embodiment, the reciprocal operation produces as a result value the reciprocal square root of an input value, and in this case the constant required is the value "3".
Again, as shown in Figure 1, this constant value is provided directly to the input multiplexers 40 without having first been loaded in a register of the register file 30.
Figure 2 is a flow diagram illustrating the sequence of steps performed in order to implement a reciprocal operation of the above type within the data processing apparatus 10. Firstly, at step 110, the input value the subject of the reciprocal operations is formatted to produce a modified input value from which the bits required to perform a table lookup can be extracted, the output from the table iookup being used to derive an initial estimate for the result value.
The reciprocal operation may specify as an input value a fixed point data value or a floating point data value. A fixed point data value is one where a decimal point is implied to exist at a predetermined point within the data value. For example, a 16.16 fixed point format assumes that a 32bit value has 16 bits prior to the decimal point and 16 bits after the decimal point. An integer value is a particular instance of a fixed point value in which the decimal point is considered to exist immediately to the right of the least significant bit.
A floating point data value in the defined normal range can be expressed as follows: 1.x * where: x = fraction 1.x = significand (also known as the mantissa) y exponent A floating point data value in the defined subnormal range can be expressed as follows: 0.x * 2min where: x = fraction 0.x = significand (also known as the mantissa) mm = -126 for single precision values and -1022 for double precision values The embodiment described herein is arranged to process normal floating point values and special cases (infinities, Not-a-Number values (NaNs) and zeros), and subnormal values are flushed to a signed zero value. However, an alternative embodiment could be arranged to directly process subnormal values using the same principles as described herein.
Considering first the situation where the input value the subject of the reciprocal operation is a floating point value, a modified input value is evaluated within the ALU pipeline 50, such that the significand of the modified input value is within a predetermined range. More particularly, if the reciprocal operation produces as the result value the reciprocal of the input value, then the modified input value is one whose significand is within the range greater than or equal to 0.5 and less than 1. At step 110, such evaluation of the modified input value can be achieved through appropriate formatting of the input value within the ALU pipeline 50 to allow certain fraction bits specified by the original input value to be selected as the table input, as is illustrated schematically in Figure 3.
As shown in Figure 3, considering a single precision floating point value, i.e. a 32 bit value, the fraction of the floating point value is provided by bits 22 to 0. The input value is of the form 1.ab.. x 2, and accordingly the significand will naturally be within the range greater than or equal to 1 and less than 2. An effective one bit right shift of the significand is required in order to produce a significand within the range greater than or equal to 0.5 and less than 1, along with an associated increment of the exponent value.
Hence, the significand of the modified input value is 0.lab... and the table lookup is performed on the basis of the value 0.lab....
However, it is not actually necessary to perform the shift operation in order to produce the modified input value, as the same effect can be realised merely by appropriate selection of the fraction bits from the original input value, with the leading "1" being implied. In particular, as shown in Figure 3, the eight most significant bits of the fraction (F7 to FO) are extracted and used to perform the table lookup.
Considering again floating point input values, but considering the situation where the reciprocal operation produces as the result value the reciprocal square root of the input value, the formatting performed at step 110 selects a modified input value whose significand is in the range greater than or equal to 0.25 and less than 1. This will ensure that the output value from the lookup table can directly be used to form a significand within the range greater than or equal to 1 and less than 2.
In one embodiment, as shown in Figure 3, the necessary formatting at step 110 is performed within the ALU pipeline 50 by multiplexer logic which allows selection of appropriate bits from the 23 bit fraction of the input value having regard to the form of the modified input value (which does not actually have to be produced at this stage). In particular, in this situation the modified input value can be considered to be the result of either an effective 1 bit or an effective 2 bit right shift of the significand of the input value, along with associated incrementing of the exponent of the input value, so as to produce a modified input value whose exponent is an even number. The initial estimate of the result value can then be derived using the table output value to form the significand of the estimate of the result value, and producing the exponent of the estimate of the result value by halving and negating the exponent of the modified input value.
Since the exponent of the modified input value needs to be halved to produce the exponent of the initial result estimate, this is the reason why the modified input value is selected such that it has an exponent with an even number.
With reference to the last two entries in Figure 3, it can be seen that a different table input is generated dependent on whether the input floating point value had an even exponent or an odd exponent. In particular, if the input floating point value had an even exponent, then the modified input value would be a value resulting from an effective 2 bit right shift so as to retain an even exponent in the modified input value, whereas if the input value had an odd exponent, an effective 1-bit right shift would produce the modified input value, such that the modified input value would have an even exponent.
It should be noted that the bits illustrated in Figure 3 are the bits of the original input value, and that, as mentioned earlier, the modified input value does not need to directly be produced at this stage, but instead can be simulated through the way in which the original input bits are selected as the table input. In particular, as shown in Figure 3, if the input floating point value has an even exponent, then an 8 bit table input value is produced in which the most significant bit is a 0, and the remaining 7 bits are formed by the most significant 7 bits of the fraction of the input value. Similarly, if the floating point value has an odd exponent, then the 8 bit table input value has a logic one value as the most significant bit, followed by 7 bits corresponding to the most significant 7 bits of the fraction of the input value.
Considering the situation now where the input value is a fixed point value, then in one embodiment the formatting step 110 includes an effective shift operation performed by software such that a logic one value appears in either the most significant bit position or the next to most significant bit position. It is the resulting modified input value which is then used by the ALU pipeline 50 to determine the input to the ioolcup table, and it is this modified input value which is shown in Figure 3. In particular, Figure 3 illustrates a 32-bit fixed point value, and it is assumed that the software has already modified the original value such that the leading 1 is either at bit position 31 or bit position 30.
If the reciprocal operation produces as the result value the reciprocal ofthe input value, the software performs any required left shift so that the leading 1 of the fixed point value is in the most significant bit position (i.e. bit 31), as shown by the top entry in figure 3. Thereafter, at step 110 the ALU pipeline 50 is arranged to select as the table input the 8 bits forming bits 30 to 23 of the modified input value.
Considering the situation where the reciprocal operation is producing as the result value the reciprocal square root of the input value, then software will perform an left shift by an even number of bit positions of the original fixed point value so that the leading 1 is in either one of the two most significant bit positions. In particular as shown in Figure 3, if this results in the most significant bit (bit 31) being a logic zero value, then the 8 bit table input value is produced within the ALU pipeline 50 at step 110 by setting a zero in the most significant bit position, and then using bits 29 to 23 to form the other 7 bits of the table input. If instead the modified fixed point value has a logic one value in the most significant bit position, then the table input value is selected to have a logic one value in the most significant bit position, and then uses bits 30 to 24 of the modified input value to form the remaining 7 bits of the table input value.
Following the formatting step at step 110, the table lookup is then performed at step 120 using the 8-bit table input value discussed above with reference to Figure 3 in order to produce an estimate for the result value X0. The lookup table used when the reciprocal operation produces as the result value the reciprocal square root of the input value will differ from the lookup table used when the reciprocal operation produces as the result value the reciprocal of the input value, but for either of these two types of reciprocal operation, the same lookup table can be used for both fixed point and floating point input values. The manner in which this estimate is produced from the output of the iookup table will be discussed in more detail later with reference to Figure 4.
Thereafter, at step 130, a variable i is set equal to zero, and then at step 140 it is determined whether X, is of sufficient precision, i.e. whether the result value is of the required precision for a desired subsequent application. Xc, will have 8 bits of precision, and in some cases that may be sufficient. If so, then the process branches to step 150, where the value X1 is returned as the result value.
However, if the value X1 is not considered to be of sufficient precision, then at step 160 i is incremented by 1, and then at step 170 a refinement step is performed to produce a revised estimate of the result value X1. The refinement step performed is dependent on whether the reciprocal operation produces the reciprocal of the input value or produces the reciprocal square root of the input value, and will be discussed in more detail later with reference to Figures 5 and 6. In embodiments of the present invention, each time the refinement step is performed, this effectively doubles the number of bits of precision in the result value. Accordingly, after the first iteration there will be effectively 16 bits of precision in the result value X1.
After step 170, the process loops back to step 140 where it is again determined whether the result value X1 is of sufficient precision. If not, the refinement step is repeated, but if the required precision has been produced, the process branches to step 150 where the result X1 is returned.
Figure 4 is a flow diagram illustrating in more detail the manner in which the table lookup process is used to produce the initial estimate value X0. At step 200, the formatted input value is received, whereafter at step 210 it is determined whether that formatted input value is within the required range. Fixed-point inputs are interpreted as having an implicit binary point to the left of all of the bits, i.e. any input bit pattern is interpreted as being greater than or equal to zero and less than one. The range of valid inputs is further restricted as follows: 1) When the reciprocal operation is producing the reciprocal of the fixed- point input, in-range means the high order bit is one (so the number is greater than or equal to 1/2).
2) When the reciprocal operation is producing the reciprocal square root of the fixed-point input, in-range means that at least one of the highorder two bits are one (so the number is greater than or equal to 1/4).
For floating-point inputs, the determination as to whether the formatted input value is within range involves merely a determination that the original input floating point value is within the defined normal' range.
If at step 210 it is determined that the formatted input value is not within range, then exception processing is performed at step 220 in order to generate an appropriate default result value. In particular, if the input value is a fixed point value but the most significant bit of the value considered by the ALU pipeline 50 (see Figure 3) is not a logic one value when producing a reciprocal function, or neither of the most significant two bits are a logic one value when performing a reciprocal square root function, then the exception processing at step 220 will return a result value comprising all is.
Considering the situation where the reciprocal operation is determining the reciprocal of an input floating point value, then if the input value is a NaN, then step 220 will return a default NaN, if the input value is a zero or a subnormal value, then the exception processing step 220 will return an infinity of the same sign, and if the input value is an infinity, the exception processing step 220 will return a zero of the same sign.
If the reciprocal operation is producing a reciprocal square root of an input floating point value, then if the input value is a NaN, a negative normal or a negative infinity, then the exception processing step 220 will return a default NaN, if the input value is a zero or a subnormal (either positive or negative) then the exception processing step 220 will return a positive infinity value, and if the input value is a positive infinity, then the exception processing step 220 will return a positive zero value.
Assuming at step 210, it is determined that the formatted input value is within range, then at step 230 selected bits are extracted in order to perform the table look up, this process having been described earlier with reference to Figure 3. Thereafter, the table look up is performed at step 235 using the 8 bit table input value described earlier with reference to Figure 3 in order to produce an 8-bit output value from the lookup
table.
At step 240, the process branches either of two ways dependent on whether the input value is a fixed point value or a floating point value. If the input value is a fixed point value, then the process branches to step 245, where the table lookup output value is output in the upper nine bits of a 32-bit value (the most significant of the nine bits being an implied logic one value).
Thereafter additional steps will typically be taken by sofiware at step 250 to perform a right shift operation sufficient to reverse the effect of the earlier left shift operation that was performed to produce the modified input value.
If the input value is a floating point value, then the process instead branches to step 255, where the exponent for the initial estimate is computed. As discussed earlier, when the reciprocal operation produces as the result value the reciprocal of the input value, the ALU pipeline selects as the modified input value the result of an effective 1 bit right shift of the significand to bring the significand within the required range, along with an associated increment to the exponent. This ensures that the output from the lookup table can be used directly to form a significand within the range greater than or equal to 1 and less than 2, and accordingly all that is required at step 255 to generate the exponent of the initial estimate is to increment the input value's exponent by 1 and then negate that value to produce the exponent for the initial estimate.
When the reciprocal operation produces as the result value the reciprocal squsre root of the input value, then as discussed earlier the ALU pipeline selects as the modified input value the result of either an effective 1 bit or 2 bit right shift, along with an associated incrementing of the exponent to form the exponent of the modified input value. At step 255, this exponent of the modified input value is determined, and then the exponent of the initial estimate is derived by dividing that exponent of the modified input value by two and negating the resultant value. This process can be readily performed given that the modified input value will always have an even exponent due to the selection of either an effective 1 bit or a 2 bit right shift of the significand dependent on the value of the original exponent of the input value.
Thereafter the initial floating point estimate X0 is generated at step 260, by using the 8-bit output from the lookup table as the most significant 8 bits of the fraction, and using the exponent computed at step 255 as the exponent. The sign is the same as the sign of the original input value. Thereafter, at step 265, the process ends.
In one embodiment, separate estimate instructions are provided for both of the above described types of reciprocal operation, but the same estimate instruction is used irrespective of whether the input value is a fixed point value or a floating point value. If the input value is a floating point value, then that estimate instruction specifies as an operand the original input value, and the ALU pipeline is responsive to the estimate instruction to evaluate the modified input value, perform the table look up process, and derive the initial estimate of the result value from the table output value. However, if the input value is a fixed point value, then given the large number of different formats for such fixed point numbers (in theory the implied binary point may be at any bit position within the fixed point value as known only by the software), the original input value is modified by the software prior to issue of the estimate instruction and the estimate instruction specifies that modified input value, as discussed earlier with reference to Figure 3. Further, execution of the estimate instruction within the ALU pipeline merely produces the table output value in the upper 9 bits of a 32-bit value, and the software is then responsible for performing any required shifting in order to generate the initial fixed point estimate X0, based on a knowledge of the format of the original input fixed point value.
As discussed earlier with reference to Figure 2, once the initial estimate X0 has been determined, then at step 140 it can be determined whether that estimate is of sufficient precision. Considering first the situation where the input value is a fixed point value, then it will often be the case that the original estimate of the result value X0 will have the required level of precision. However, if not, then any refinement step required at step 170 of Figure 2 is performed in sofiware.
If instead the input value is a floating point value, then in one embodiment additional instructions are defined which can be executed within the ALU pipeline 50 in order to perform the required refmement step identified at step 170 of Figure 2. In particular, the refinement step can be considered to perform the computation: X = X1 * M (where X1 is the estimate of the result value for the i-th iteration) In situations where the reciprocal operation is computing the reciprocal of the input value, then: M =2- X1.1 *d (where d is the input value).
Alternatively, if the reciprocal operation is computing the reciprocal square root of the input value, then: M = /2(3 - Z *d), where Z i-I = (X11)2.
In accordance with one embodiment, the data processing apparatus specifies two specific instructions, one of which causes the data processing apparatus to compute M when the reciprocal operation is determining the reciprocal of the input value, and the other of which causes the data processing apparatus to compute M when the reciprocal operation is determining the reciprocal square root of the input value.
The performance of the refinement step when the reciprocal operation is determining the reciprocal of the input value is illustrated schematically in Figure 5.
At step 300, the data processing apparatus is arranged to perform the computation M 2 - X1..1 *d. This is achieved through issuance of a single instruction, referred to herein as the vrecps instruction. This instruction specifies as two of its operands registers containing the values X1..1 and d. The constant value 2 required by the computation is implied by the decoding of the instruction within the instruction decoder 70, which sends the necessary control signal to the input multiplexers 40 to cause the constant 2 to be selected at the appropriate point.
In one embodiment, the ALU pipeline 50 contains two functional units, namely an add unit which processes add operations and a multiply unit which processes multiply operations, each unit comprising a four stage pipeline. Performance of the computation defined at step 300 involves execution for four cycles in each functional unit. More particularly, in the first four cycles a multiplication operation is performed in the multiply functional unit, and then in the next four cycles a subtraction of the product from the constant value 2 is performed in the add functional unit.
Accordingly, this step will take eight clock cycles within the ALU pipeline 50.
Thereafter, at step 310, the computation X, = X1..1 * M is performed by issuance of a further multiply instruction, this computation taking a single pass through the ALU pipeline, and accordingly taking a further four cycles.
Figure 6 is a flow diagram illustrating the steps performed to implement the refinement step when the reciprocal operation is determining the reciprocal square root of the input value. At step 350, a multiply instruction is issued to cause the previous estimate of the result value to be squared to produce a value Z1..1. This takes a single pass though the ALU pipeline 50, and accordingly takes four cycles.
Thereafter, at step 360, a single instruction is issued, hereafter referred to as the vrsqrts instruction, which causes the data processing apparatus to perform the computation M = 1/2(3 - Z 11*d), where Z = (X,.. 1)2. During a first pass through the ALU pipeline, the multiplication step is performed, whereafter in a subsequent pass through the pipeline the product is subtracted from the constant value 3. As with the previously mentioned refinement instruction vrecps, the constant value 3 is implied by the decoding of the instruction performed within the instruction decoder 70, which then sends the necessary control signal to the input multiplexers 40 to cause the constant value 3 to be selected at the appropriate point.
The division of the multiply-accumulate result by a factor of two is achieved purely by subtracting one from the exponent value, this being performed in the exponent path of the ALU pipeline during the second pass through the ALU pipeline 50.
Thereafter, at step 370, the computation X1 = X1..1 * M is performed, which takes a single pass through the ALU pipeline 50, and accordingly takes a further four cycles.
The following brief description illustrates the sequence of instructions that can be issued to implement the processes of Figures 5 and 6, along with an example indication as to how particular registers in register file 30 can be used: Reciprocal In register file, reg S0 holds d reg S1 holds X (where X = reg S2 holds temporary values The following sequence of instruction are performed: vrecpe S, S uses value in So to perform table lookup to determine X0, and places X0 in register S1 vrecps S2, S1, So performs computation M=2-X0d and places M in register S2 vmul S1, S2, S1 performs computation X1 =X0xM and places X1 in register S1 The instructions vrecps and vmul are then repeated until result has desired precision.
Reciprocal square root In register file reg S0 holds d reg S1 holds X (where X reg S2 holds temporary values The following sequence of instructions are performed: vrsqrte S, Sç uses value in S to perform table lookup to determine X0, and places X0 in register S1 vmul S2, S, S performs computation Z0 = (X0)2 and places Z0 in register S2 vrsqrts S2. S2, So performs computation M= (3-Z0d) and places M in register S2 vmul S, S2, Si performs computation X1 X0xM and places X1 in register SI The instructions vmul, vrsqrts and vmul are repeated until result has desired precision.
Figure 7 is a block diagram illustrating logic provided within the ALU pipeline 50 in order to implement the refmement steps of Figures 5 and 6. A multiply unit 400 is provided which can receive two input values A and B over paths 402, 404, respectively.
Further, a control signal mul_inst is input to the multiply unit 400 over path 415 to control the operation of that multiply unit.
Accumulate logic 420 is also provided which includes an adder unit 440 arranged to receive over path 444 an inverted version of the output from the multiply unit 400, and also to receive over path 442 the output from a multiplexer 430. The adder unit also receives a carry-in value of +1 on path 446. The adder unit 440 can hence subtract the product generated by the multiply unit 400 from a value provided over path 442 from the multiplexer 430. To control the operation of the accumulate unit 420, a control signal add_inst is provided over path 450.
The multiplexer 430 has as inputs an operand C, a constant 2 and a constant 3.
With reference to Figure 1, the multiplexer 430 will actually typically reside within the input multiplexers 40 rather than the ALU pipeline 50 but, for simplicity of explanation of Figure 7, has been shown as part of the accumulate logic 420 controlled by the add_inst control signal.
The control signal mul_inst will identify to the multiply unit 400 whether a normal multiply instruction is being executed or whether either of the earlier mentioned refinement instructions vrecps or vrsqrts are being performed. This information is required to enable the multiply unit to determine how to handle any exceptional conditions. In particular, if one of the operands A, B is +0 or -0 and the other operand A, B is + in[inity or -infinity, then for a normal multiply operation the multiply unit will output a default NaN value. However, if the same situation arises when either of the refinement instructions are being performed, then the multiply unit will output a value 2 if the instruction is the vrecps instruction or will output a value 3/2 if the instruction is the vrsqrts instruction.
The control signal add_inst will identify whether the accumulate logic is performing an accumulate operation specified by a normal accumulate instruction, or if instead the instruction is either the vrecps instruction or the vrsqrts instruction, and this will cause appropriate selection of one of the inputs of the multiplexer 430. It will also determine whether the adder unit performs an addition or a subtraction (only the input paths for subtraction are shown in Figure 7, but it will be appreciated that for addition it is merely necessary to provide the uninverted output from the multiply unit 400 to the adder unit 440 and to set the carry-in value to zero). For either the vrecps or the vrsqrts instruction, the adder unit will always perform a subtraction. In particular, for the vrecps instruction, the adder unit will perform the computation 2-AxB. For the vrsqrts instruction, the adder unit will perform the computation (3-AxB)/2. For the vrecps instruction, the operand A will be the value X11 and the operand B will be the value d.
For the vrsqrts instruction, the operand A will be (X1)2 and the operand B will be d.
The following are six examples of reciprocal or reciprocal square root functions performed using the earlier-described apparatus in accordance with one embodiment: 1) Floating Point Reciprocal Estimate Process d = 6= 40c00000 l/d 0. 1666667 = 3e2aaaab 6= 1.10000000 x 22 in floating point format The fraction is hence.1000 0000 The lookup process produces.01010101 as the returned value from the table = 1.01010101 with aprepended 1 Final exponent is -(exp + 1) = -3 Returned estimate = 3e2a8000 = 0.166504 Refinement Step d = 6.0 = 40c00000 X0 = 0. 166504 3e2a8000 2 = 4000 0000 M = 2- Xo*d = 4000 0000- (3e2a8000 x 40c00000) = 4000 0000 - 3f7c0009 = 3fBOlffc X1 =M*Xo = 3f01ffc x 3e2a8000 = 3e2aaa9b = 0.1666664 (i.e. a good approximation to l/d) 2) Floating Point reciprocal square root (with odd exponent) Estimate Process d=0.875 =3f600000 1/'Id = 1.0690445 = 3fB8 d677 d = 1.1100 0000 x 2' in floating point format (exponent is odd) 0.1110 0000 x 2 The iookup process gives.000 1 0001 as returned value from table = 1.0001 0001 with prepended 1 Estimate exp = -(-1+1)12 = 0 Returned Estimate 1.00010001 x 2 = 3f888000 Refinement Step Z=X0 * X0 = 31888000 * 31888000 =3f919080 M=(3_Z*d)/2 = (4040 0000- (3f9 19080 x 3f600000)/2 = (4040 0000 - 3flebcco)/2 3f8050c8 X1 =Xo*M =31888000 x 3fB050c8 1=3f88d625 = 1.0690352 (i.e. a good approximation tol/Vd) 3) Floating Point reciprocal square root (with even exponent) Estimate Process d6.040c00000 lIId 0.4082483=3edlOSeb d = 6.0 = 1.10000000 x 22 in floating point format (exponent is even) = 0.01100000 x 2 when right shifted by 2 Table iookup gives.10100010 = 1.10100010 with 1 prepended Estimate Exponent = -exp/2 = -4/2 = -2 Returned estimate = 3edl0000 Refinement Step Z = X0 * X0= 3edl0000. 3edl0000 = 3e2aalOO M = (3Z*d)/2 = (3 -(3e2aalOO x 40c00000))/2 = (40400000 - 3f7ffl 80)/2 M=3f8003a0 X1 =X0M = 3edl0000. 3f8003a0 X1 = 3edlOSeb = 0.4082483 (i.e. a good approximation to1//d) 4. Fixed point estimate for 1/6, 16.16 fonnat input d =6= 0000000000000110.0000000000000000 (binary) software performs left shift by 13 so that leading I is in the high order bit d' = 1 i00000000000000. 0000000000000000
table lookup returns
= 1010101010000000.0000000000000000 software restores 16.16 format by right shifting by 31-13 = 18 bit positions.
Xo = 0000000000000000.0010101010100000 = 0.166504 true 1/6 = 0.166667 (6 significant digits) 5. Fixed point estimate for 1/\/6, 16.16 format input d =6=0000000000000110.0000000000000000 (binary) software performs left shift by 12 so that leading 1 is in the high order 2 bits.
Note that left shift must be an even number of bit positions.
d' =01 10000000000000.000000000000o000
table lookup returns
x' = 1101000100000000.0000000000000000 software restores 16.16 format by right shifting by 23 - (12/2) = 17 bit positions.
X0 = 0000000000000000.0110100010000000= .408203 true 1/I6 = .408248 (6 significant digits) 6. Fixed point estimate for 1/'/3, 16.16 format input d =3 = 0000000000000011.0000000000000000 (binary) software performs left shift by 14 so that leading 1 is in the high order 2 bits.
Note that left shift must be an even number of bit positions.
d' = 1100000000000000.0000000000000000
table lookup returns
x' = 1001001110000000.0000000000000000 software restores 16.16 format by right shifting by 23 - (14/2) = 16 bit positions.
X0 = 0000000000000000.1001001110000000 = .576172 true l/V3 = .577350 (6 significant digits) The estimate instructions and refinement instructions used in embodiments of the present invention may take a variety of forms. Figures 8A to 8D illustrate example formats for these instructions. In particular, Figure 8A illustrates the encoding of the estimate instruction used to determine an initial estimate for a reciprocal operation that would produce as the result value the reciprocal of the input value, whilst Figure 8B illustrates the encoding of the estimate instruction used to determine an initial estimate for a reciprocal operation that would produce as the result value the reciprocal square root of the input value. In both cases Vm (5 bits) is an identification of the source register and Vd (5 bits) is the identification of the destination register.
In the embodiment disclosed in figures 8A to 8D, the instructions are actually Single Instruction Multiple Data (SIMD) instructions for execution on an ALU pipeline arranged to perform SIMD processing. The Q bit (bit 6) indicates whether the data in the operand registers represents two 32-bit data values or four 32-bit data values. The ALU logic can in this embodiment operate on two 32-bit data values in parallel and hence can compute estimates for two input values at a time. For four input values, two values at a time are passed through the pipeline stages of the ALU pipeline. The I bit (bit 8) identifies the data type, i.e. whether the data is fixed point or floating point data.
Figure 8C illustrates an example of the format for the vrecps instruction, i.e. the refinement instruction used to perform the computation M = 2 X1.1*d when the reciprocal operation produces as the result value the reciprocal of the input value. Figure 8D illustrates an encoding for the vrsqrts instruction used to perform the computation M = Y2(3 - Z *d), where Z = (X11)2, for instances where the reciprocal operation produces as the result value the reciprocal square root of the input value.
The values Vm and Vn identify the source registers and the value Vd identifies the destination register. Again in the illustrated embodiment the instructions are SIMD instructions for execution on an ALU pipeline arranged to perform SIMD processing, and the Q bit (bit 6) indicates whether the data in the operand registers represents two 32-bit data values or four 32-bit data values.
Given the above description, it will be appreciated that the above described embodiment provides an efficient technique for determining an initial estimate of a result value that will be produced by performing a reciprocal operation on an input value. In particular, the same processing logic is used to generate that initial estimate, irrespective of whether the input value is a fixed point value or a floating point value, and for a particular modified input value used as an input to the lookup table, the same table output value is generated irrespective of whether the input value is a fixed point value or a floating point value.
Furthermore, the earlier described embodiment provides a very efficient technique for implementing the refinement step performed when generating the result value from the initial estimate. In particular, for both the situation where the reciprocal operation is evaluating the reciprocal of the input value, and the situation where the reciprocal operation is evaluating the reciprocal square root of the input value, single refinement instructions are provided to cause the data processing apparatus to perform a critical portion of the refinement step. This significantly improves code density.
Furthermore, the constants required in that portion of the refinement step are predetermined by the instruction themselves, and do not need to be loaded into the register file prior to execution of that portion of the refinement step. This is particularly beneficial with regard to improving the efficiency of register file usage, since each time the refinement step is performed, any constant value that had been written in the register file for that purpose would typically be overwritten, and accordingly would need to be rewritten back to the register file if the refinement step needed to be executed again.
Although a particular embodiment of the invention has been described herein, it will be apparent that the invention is not limited thereto, and that many modifications and additions may be m&le within the scope of the invention. For example, various combinations of the features of the following dependent claims could be made with the features of the independent claims without departing from the scope of the present invention.

Claims (13)

1. A data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing logic operable to execute instructions to perform data processing operations on data; a lookup table referenced by the processing logic during generation of the initial estimate of the result value; the processing logic being responsive to an estimate instruction to reference the lookup table to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and the initial estimate of the result value being derivable from the table output value.
2. A data processing apparatus as claimed in Claim 1, wherein the same estimate instruction is used irrespective of whether the input value is a fixed point value or a floating point value.
3. A data processing apparatus as claimed in Claim 1 or Claim 2, wherein: the input value and result value are floating point numbers; the estimate instruction is operable to specify as an operand the input value; and the processing logic is operable in response to the estimate instruction to evaluate the modified input value, to reference the iookup table to generate the table output value, and to derive the initial estimate of the result value from the table output value.
4. A data processing apparatus as claimed in Claim 3, wherein the reciprocal operation produces as the result value the reciprocal of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0.5 and less than 1.
5. A data processing apparatus as claimed in Claim 4, wherein the processing logic is operable to select as the modified input value the result of an effective one bit right shift of the significand of the input value, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by incrementing and negating the exponent of the input value.
6. A data processing apparatus as claimed in Claim 3, wherein the reciprocal operation produces as the result value the reciprocal square root of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0.25 and less than 1.
7. A data processing apparatus as claimed in Claim 6, wherein the processing logic is operable to select as the modified input value the result of either an effective one bit or an effective two bit right shift of the significand of the input value, along with associated incrementing of the exponent of the input value, such that the modified input value has an exponent which is an even number, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by halving and negating the exponent of the modified input value.
8. A data processing apparatus as claimed in Claim 1 or Claim 2, wherein: the input value and result value are fixed point numbers; the modified input value is produced prior to execution of the estimate instruction; the estimate instruction is operable to specifr as an operand the modified input value; the processing logic is operable in response to the estimate instruction to reference the lookup table to generate the table output value; and subsequent processing steps are performed after execution of the estimate instruction to derive the initial estimate of the result value from the table output value.
9. A data processing apparatus as claimed in Claim 8, wherein the reciprocal operation produces as the result value the reciprocal of the input value, and the modified input value is a value within the range greater than or equal to 0.5 and less than 1.
10. A data processing apparatus as claimed in Claim 8, wherein the reciprocal operation produces as the result value the reciprocal square root of the input value, and the modified input value is a value within the range greater than or equal to 0.25 and less than 1.
11. A data processing apparatus as claimed in any of claims 8 to 10, wherein the modified input value is produced by performing an effective left shift of the input value to produce a value within the predetermined range, and the initial estimate of the result value is produced by performing an effective right shift of the table output value sufficient to reverse the effect of the earlier effective left shift.
12. A data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing means for executing instructions to perform data processing operations on data; lookup table means referenced by the processing means during generation of the initial estimate of the result value; the processing means being responsive to an estimate instruction to reference the iookup table means to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and the initial estimate of the result value being derivable from the table output value.
13. A method of operating a data processing apparatus to generate an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus executing a sequence of instructions, at least one of those instructions being an estimate instruction, and the method comprising the steps of: (a) evaluating from the input value a modified input value that is within a predetermined range of values; (b) responsive to the estimate instruction, employing processing logic to reference a lookup table to generate, dependent on the modified input value, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; (c) producing from the table output value an initial estimate indication; (d) storing the initial estimate indication in a register specified by the estimate instruction; and (e) deriving from the initial estimate indication the initial estimate of the result value.
13. A method of operating a data processing apparatus to generate an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, and the method comprising the steps of: (a) evaluating from the input value a modified input value that is within a predetermined range of values; (b) responsive to an estimate instruction, employing processing logic to reference a lookup table to generate, dependent on the modified input value, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; and (c) deriving from the table output value the initial estimate of the result value. (
Amendments to the claims have been filed as follows:
1. A data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing logic operable to execute a sequence of instructions to perform data processing operations on data, at least one of the instructions being an estimate instruction; a lookup table referenced by the processing logic during generation of the initial estimate of the result value; the processing logic being responsive to the estimate instruction to reference the lookup table to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; the processing logic being further operable to produce from the table output value an initial estimate indication and to cause the initial estimate indication to be stored in a register specified by the estimate instruction; and the initial estimate of the result value being derivable from the initial estimate indication.
2. A data processing apparatus as claimed in Claim 1, wherein the same estimate instruction is used irrespective of whether the input value is a fixed point value or a floating point value.
3. A data processing apparatus as claimed in Claim I or Claim 2, wherein: the input value and result value are floating point numbers; the estimate instruction is operable to specify as an operand the input value; and the processing logic is operable in response to the estimate instruction to evaluate the modified input value, to reference the lookup table to generate the table output value,
I
and to produce the initial estimate indication for storing in the register specified by the estimate instruction, where the initial estimate indication is the initial estimate in floating point format.
4. A data processing apparatus as claimed in Claim 3, wherein the reciprocal operation produces as the result value the reciprocal of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0.5 and less than 1.
5. A data processing apparatus as claimed in Claim 4, wherein the processing logic is operable to select as the modified input value the result of an effective one bit right shift of the significand of the input value, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by incrementing and negating the exponent of the input value.
6. A data processing apparatus as claimed in Claim 3, wherein the reciprocal operation produces as the result value the reciprocal square root of the input value, and the processing logic is operable to manipulate the input value so as to select as the modified input value a value whose significand is within the range greater than or equal to 0.25 and less than 1.
7. A data processing apparatus as claimed in Claim 6, wherein the processing logic is operable to select as the modified input value the result of either an effective one bit or an effective two bit right shift of the significand of the input value, along with associated incrementing of the exponent of the input value, such that the modified input value has an exponent which is an even number, and the initial estimate of the result value is derived by using the table output value to form the significand of the estimate of the result value and producing the exponent of the estimate of the result value by halving and negating the exponent of the modified input value.
I
8. A data processing apparatus as claimed in Claim 1 or Claim 2, wherein: the input value and result value are fixed point numbers; the modified input value is produced prior to execution of the estimate instruction; the estimate instruction is operable to specif' as an operand the modified input value; the processing logic is operable in response to the estimate instruction to reference the lookup table to generate the table output value, and to produce the initial estimate indication from the table output value for storing in the register specified by the estimate instruction; and subsequent processing steps are performed after execution of the estimate instruction to derive the initial estimate of the result value from the initial estimate indication.
9. A data processing apparatus as claimed in Claim 8, wherein the reciprocal operation produces as the result value the reciprocal of the input value, and the modified input value is a value within the range greater than or equal to 0.5 and less than I. 10. A data processing apparatus as claimed in Claim 8, wherein the reciprocal operation produces as the result value the reciprocal square root of the input value, and the modified input value is a value within the range greater than or equal to 0.25 and less thanl.
11. A data processing apparatus as claimed in any of claims 8 to 10, wherein the modified input value is produced by performing an effective left shift of the input value to produce a value within the predetermined range, and the initial estimate of the result value is produced by performing an effective right shift of the initial estimate indication sufficient to reverse the effect of the earlier effective left shift.
12. A data processing apparatus for generating an initial estimate of a result value that would be produced by performing a reciprocal operation on an input value, the 3.5 input value and the result value being either fixed point values or floating point values, the data processing apparatus comprising: processing means for executing a sequence of instructions to perform data processing operations on data, at least one of the instructions being an estimate instruction; lookup table means referenced by the processing means during generation of the initial estimate of the result value; the processing means being responsive to the estimate instruction to reference the lookup table means to generate, dependent on a modified input value that is within a predetermined range of values, a table output value, for a particular modified input value the same table output value being generated irrespective of whether the input value is a fixed point value or a floating point value; the processing means being further operable to produce from the table output value an initial estimate indication and to cause the initial estimate indication to be stored in a register specified by the estimate instruction; and the initial estimate of the result value being derivable from the initial estimate indication.
GB0515256A 2005-02-16 2005-07-25 Data processing apparatus and method for determining an initial estimate of a result value of a reciprocal operation Active GB2423385B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/058,421 US7747667B2 (en) 2005-02-16 2005-02-16 Data processing apparatus and method for determining an initial estimate of a result value of a reciprocal operation

Publications (3)

Publication Number Publication Date
GB0515256D0 GB0515256D0 (en) 2005-08-31
GB2423385A true GB2423385A (en) 2006-08-23
GB2423385B GB2423385B (en) 2009-05-13

Family

ID=34976544

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0515256A Active GB2423385B (en) 2005-02-16 2005-07-25 Data processing apparatus and method for determining an initial estimate of a result value of a reciprocal operation

Country Status (3)

Country Link
US (1) US7747667B2 (en)
JP (1) JP4476210B2 (en)
GB (1) GB2423385B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8015228B2 (en) 2005-02-16 2011-09-06 Arm Limited Data processing apparatus and method for performing a reciprocal operation on an input value to produce a result value
JP4546557B2 (en) * 2008-04-21 2010-09-15 三菱電機株式会社 Arithmetic unit
US10089278B2 (en) 2011-01-21 2018-10-02 Nxp Usa, Inc. Device and method for computing a function value of a function
US8990278B1 (en) * 2011-10-17 2015-03-24 Xilinx, Inc. Circuitry for computing mathematical functions
JP2016062404A (en) * 2014-09-19 2016-04-25 サンケン電気株式会社 Arithmetic processing method and arithmetic processor
US20170169132A1 (en) * 2015-12-15 2017-06-15 Analog Devices, Inc. Accelerated lookup table based function evaluation
GB2582146B (en) * 2019-03-11 2021-08-18 Graphcore Ltd Execution Unit for Evaluating Functions Using Newton Raphson Iterations

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0372566A2 (en) * 1988-12-08 1990-06-13 Kabushiki Kaisha Toshiba Reciprocal arithmetic circuit with ROM table
US5274580A (en) * 1990-03-21 1993-12-28 Bull, S.A. Method for calculating the inverse of a number, and computer for performing the method
US5537345A (en) * 1993-10-14 1996-07-16 Matsushita Electrical Industrial Co. Ltd. Mathematical function processor utilizing table information
EP0938042A2 (en) * 1998-02-02 1999-08-25 International Business Machines Corporation High accuracy estimates of elementary functions
WO2000045251A2 (en) * 1999-01-29 2000-08-03 Sun Microsystems, Inc. Floating and parallel fixed point square root and reciprocal point square computation unit in a processor
GB2372353A (en) * 2000-12-20 2002-08-21 Sicon Video Corp Method and apparatus for calculating a reciprocal

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3828175A (en) * 1972-10-30 1974-08-06 Amdahl Corp Method and apparatus for division employing table-lookup and functional iteration
US4878190A (en) 1988-01-29 1989-10-31 Texas Instruments Incorporated Floating point/integer processor with divide and square root functions
US4999801A (en) 1988-07-15 1991-03-12 Fujitsu Limited Floating point operation unit in division and square root operations
DE68928376T2 (en) 1988-11-04 1998-04-02 Hitachi Ltd DEVICE FOR MULTIPLICATING, DIVIDING AND DRAWING THE SQUARE ROOT
US5249149A (en) * 1989-01-13 1993-09-28 International Business Machines Corporation Method and apparatus for performining floating point division
US5220524A (en) * 1990-12-13 1993-06-15 Micron Technology, Inc. Machine method to perform newton iterations for reciprocals
JPH07253874A (en) 1994-03-15 1995-10-03 Fujitsu Ltd Arithmetic unit
US5768170A (en) * 1996-07-25 1998-06-16 Motorola Inc. Method and apparatus for performing microprocessor integer division operations using floating point hardware
JP3352887B2 (en) 1996-09-09 2002-12-03 株式会社東芝 Divider with clamp, information processing apparatus provided with this divider with clamp, and clamp method in division processing
US6115733A (en) 1997-10-23 2000-09-05 Advanced Micro Devices, Inc. Method and apparatus for calculating reciprocals and reciprocal square roots
JP3447614B2 (en) * 1999-05-31 2003-09-16 株式会社東芝 Fraction calculator, graphic setup engine, fraction calculation method, and machine-readable storage medium
US6912559B1 (en) * 1999-07-30 2005-06-28 Mips Technologies, Inc. System and method for improving the accuracy of reciprocal square root operations performed by a floating-point unit
US7366748B1 (en) * 2000-06-30 2008-04-29 Intel Corporation Methods and apparatus for fast argument reduction in a computing system
US6598063B1 (en) * 2000-08-14 2003-07-22 Lntel Corporation Fast calculation of (A/B)K by a parallel floating-point processor
US6732134B1 (en) * 2000-09-11 2004-05-04 Apple Computer, Inc. Handler for floating-point denormalized numbers
US7080112B2 (en) * 2002-11-13 2006-07-18 International Business Machines Corporation Method and apparatus for computing an approximation to the reciprocal of a floating point number in IEEE format
US7346642B1 (en) * 2003-11-14 2008-03-18 Advanced Micro Devices, Inc. Arithmetic processor utilizing multi-table look up to obtain reciprocal operands
US7467174B2 (en) * 2004-09-23 2008-12-16 Wisconsin Alumni Research Foundation Processing unit having decimal floating-point divider using Newton-Raphson iteration
US20060179092A1 (en) * 2005-02-10 2006-08-10 Schmookler Martin S System and method for executing fixed point divide operations using a floating point multiply-add pipeline

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0372566A2 (en) * 1988-12-08 1990-06-13 Kabushiki Kaisha Toshiba Reciprocal arithmetic circuit with ROM table
US5274580A (en) * 1990-03-21 1993-12-28 Bull, S.A. Method for calculating the inverse of a number, and computer for performing the method
US5537345A (en) * 1993-10-14 1996-07-16 Matsushita Electrical Industrial Co. Ltd. Mathematical function processor utilizing table information
EP0938042A2 (en) * 1998-02-02 1999-08-25 International Business Machines Corporation High accuracy estimates of elementary functions
WO2000045251A2 (en) * 1999-01-29 2000-08-03 Sun Microsystems, Inc. Floating and parallel fixed point square root and reciprocal point square computation unit in a processor
GB2372353A (en) * 2000-12-20 2002-08-21 Sicon Video Corp Method and apparatus for calculating a reciprocal

Also Published As

Publication number Publication date
US20060184594A1 (en) 2006-08-17
US7747667B2 (en) 2010-06-29
GB2423385B (en) 2009-05-13
JP2006228191A (en) 2006-08-31
JP4476210B2 (en) 2010-06-09
GB0515256D0 (en) 2005-08-31

Similar Documents

Publication Publication Date Title
TWI608410B (en) Standard format intermediate result
US5631859A (en) Floating point arithmetic unit having logic for quad precision arithmetic
KR101533516B1 (en) Multiply add functional unit capable of executing scale, round, getexp, round, getmant, reduce, range and class instructions
US8224883B2 (en) Packed add-subtract operation in a microprocessor
US8280941B2 (en) Method and system for performing calculations using fixed point microprocessor hardware
US8965946B2 (en) Data processing apparatus and method for performing a reciprocal operation on an input value to produce a result value
JP2018500635A (en) Data processing apparatus and method using programmable effectiveness data
EP2208132B1 (en) Apparatus and method for performing magnitude detection for arithmetic operations
EP3374853A1 (en) Multiplication of first and second operands using redundant representation
US7747667B2 (en) Data processing apparatus and method for determining an initial estimate of a result value of a reciprocal operation
US8019805B1 (en) Apparatus and method for multiple pass extended precision floating point multiplication
US6912559B1 (en) System and method for improving the accuracy of reciprocal square root operations performed by a floating-point unit
US6598065B1 (en) Method for achieving correctly rounded quotients in algorithms based on fused multiply-accumulate without requiring the intermediate calculation of a correctly rounded reciprocal
TWI822952B (en) Processing of iterative operation
WO2020161470A1 (en) Anchored data element conversion
Kehtarnavaz et al. Fixed-Point vs. Floating-Point
Kumar et al. Floating Point Unit Implementation on FPGA
Saini et al. Floating Point Unit Implementation on FPGA