US20170322802A1 - Performing Rounding Operations Responsive To An Instruction - Google Patents

Performing Rounding Operations Responsive To An Instruction Download PDF

Info

Publication number
US20170322802A1
US20170322802A1 US15/661,190 US201715661190A US2017322802A1 US 20170322802 A1 US20170322802 A1 US 20170322802A1 US 201715661190 A US201715661190 A US 201715661190A US 2017322802 A1 US2017322802 A1 US 2017322802A1
Authority
US
United States
Prior art keywords
round
rounding
instruction
value
floating point
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
US15/661,190
Inventor
Ronen Zohar
Shane Story
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to US15/661,190 priority Critical patent/US20170322802A1/en
Publication of US20170322802A1 publication Critical patent/US20170322802A1/en
Priority to US17/108,083 priority patent/US20210216314A1/en
Abandoned legal-status Critical Current

Links

Images

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/483Computations with numbers represented by a non-linear combination of denominational numbers, e.g. rational numbers, logarithmic number system or floating-point numbers
    • 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/3001Arithmetic instructions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical 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/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30025Format conversion instructions, e.g. Floating-Point to Integer, decimal conversion
    • 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/30145Instruction analysis, e.g. decoding, instruction word fields
    • G06F9/3016Decoding the operand specifier, e.g. specifier format
    • G06F9/30167Decoding the operand specifier, e.g. specifier format of immediate specifier, e.g. constants
    • 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/30181Instruction operation extension or modification
    • 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/30181Instruction operation extension or modification
    • G06F9/30185Instruction operation extension or modification according to one or more bits in the instruction, e.g. prefix, sub-opcode
    • 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/499Denomination or exception handling, e.g. rounding or overflow
    • G06F7/49942Significance control
    • G06F7/49947Rounding

Definitions

  • Processors perform various mathematical operations on data.
  • the data may be of different types, including, for example, integer values and floating point (FP) values with different intrinsic precision.
  • FP floating point
  • a result of a mathematical operation such as multiplication or addition, among other such operations, generates a result that needs to be converted to a lower precision format. Accordingly, a rounding operation can be performed to round the FP result.
  • a processor may be configured to perform rounding of a FP value to an integer value according to a default rounding mode.
  • a given source operand may need to be rounded according to a different mode for various reasons.
  • convoluted steps to save a current configuration state of the processor, load a new configuration state that includes information regarding the desired rounding mode, perform the rounding operation, and restore the original processor state may occur.
  • rounding operations performed in a processor typically occur according to a limited amount of rounding modes, namely those set forth in the Institute of Electrical and Electronics Engineers (IEEE) standard 754-1985 (published 1985), although as new programming languages evolve, support for other rounding modes may be desirable.
  • IEEE Institute of Electrical and Electronics Engineers
  • FIG. 1 is a flow diagram of a method in accordance with one embodiment of the present invention.
  • FIG. 2 is a block diagram of a portion of a processor in accordance with one embodiment of the present invention.
  • FIG. 3 is a block diagram of an immediate data element to be used in connection with an instruction in accordance with one embodiment of the present invention.
  • FIG. 4 is a flow diagram of a method for performing a rounding operation in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram of a system in accordance with an embodiment of the present invention.
  • multiple rounding instructions of an instruction set architecture may be used to efficiently perform rounding operations in a processor, for example, in a floating point unit (FPU) of the processor.
  • ISA instruction set architecture
  • FPU floating point unit
  • embodiments may be used to perform rounding operations in accordance with additional rounding modes.
  • instructions may provide support for halfway away from zero and away from zero rounding operations, as described below.
  • these rounding operations can be used with many data types.
  • rounding operations can be performed on single instruction multiple data (SIMD) data types so that an instruction can be executed on extended data types, such as packed data elements, where multiple data elements are packed into a single location, such as an extended register of a processor.
  • SIMD single instruction multiple data
  • embodiments may provide ISA-based instructions that can be executed on a source operand.
  • These ISA-based instructions may be various implementations of round operations to perform a rounding to a nearest integer value of a source operand.
  • Such source operands may already be in a limited precision format (i.e., not the result of an arithmetic operation, but rather data read from a register/memory).
  • Such instructions may be used for various applications, including multimedia applications, gaming applications and so forth.
  • embodiments may be implemented in compiler-based primitives to enable round operations that may be applicable to various programming languages.
  • the round instructions may take as a source operand a floating point number, round it to the nearest integer value, and store the result, also as a floating point value having an integral value.
  • control of the execution may be handled, at least in part, based on information received with the instruction, for example, immediate data received with the instruction.
  • immediate data may override a default rounding mode currently in use by the processor.
  • the immediate data may further provide control of the rounding mode.
  • the immediate data may provide for overriding of precision exceptions (i.e., precision suppression).
  • precision exceptions i.e., precision suppression
  • CSR extended control and status register
  • MXCSR multimedia extension CSR
  • Intel® architecture e.g., an IA-32 architecture
  • method 100 may begin by receiving a rounding instruction and associated immediate data within a processor (block 110 ).
  • a user-level instruction e.g., an instruction of an ISA may be received in a processor.
  • immediate data may be provided therewith.
  • immediate data may include multiple fields to control various aspects of the operation.
  • control passes from block 110 to diamond 115 .
  • a source operand identified by the instruction may be dispatched to, e.g., a floating point unit (FPU) of the processor. Furthermore, the source operand may be dispatched with information to control a rounding mode of the rounding operation.
  • the control information may be obtained from the immediate data, i.e., as set forth in a rounding mode field of the immediate data.
  • a control unit such as a control selector unit of a processor, may receive the instruction and the immediate data and decode the immediate data to determine whether the default rounding mode is to be overridden and if so, obtain the rounding mode set forth in the immediate data.
  • the source operand may be dispatched for execution in the FPU.
  • the rounding operation may be executed based on the default rounding mode set forth, e.g., in the configuration register.
  • a FPU may include an adder and a rounding unit to perform rounding operations.
  • the adder may be provided with the source operand as a first operand and a constant value, e.g., zero for a second operand.
  • the output of the adder may then be fed to the rounding unit, which may round the result in accordance with the selected mode of operation.
  • the rounding unit may thus round its input value to an integral valued floating point result.
  • additional rounding modes may be performed in addition to the IEEE std 754 rounding modes.
  • the FPU adder may be fed the source operand and a particular data value as a second operand based on a value of the source operand and the rounding mode, as will be described further below. Then a rounding operation may be performed on the result, where the rounding operation may be an IEEE std 754 operation.
  • the source operand and a zero value may be provided to the inputs to the FPU adder, and the resulting value may then be rounded in accordance with control information sent to the rounding unit.
  • the result of the rounding operation may be stored in a destination operand (block 140 ).
  • the destination operand may be an extended memory register of the processor, although the scope of the present invention is not so limited.
  • it may be determined whether a precision exception occurred during the rounding operation (diamond 145 ). That is, it may be determined whether the rounding operation developed an imprecise result that would raise an exception. If not, method 100 may conclude.
  • control may pass to diamond 150 .
  • it may be determined whether the immediate data includes a field to suppress precision exceptions. That is, in some implementations the immediate data may include a suppression field. A value of this field may indicate whether the associated rounding instruction should suppress a precision exception, if raised. If the precision suppression indicator is present, even if a precision exception occurs, no further action is taken and method 100 may conclude. If instead the immediate data does not include an indicator to suppress precision exceptions, control may pass to block 160 .
  • a precision exception flag may be set in a status register.
  • the status register may correspond to the MXCSR, although the scope of the present invention is not limited in this regard.
  • a precision exception may be raised (e.g., if the flag is unmasked). If so, appropriate handling, e.g., via a software handler may be performed to handle the exception. If instead the flag is masked, even if a precision exception occurs and is flagged in the status register, no action may be taken with respect to the set flag. While described with this particular implementation in the embodiment of FIG. 1 , it is to be understood the scope of the present invention is not limited in this regard.
  • processor 200 may include a control selector unit 210 that is coupled to receive incoming instruction information, e.g., produced by micro-operations ( ⁇ ops), from a register 205 (which may be a general-purpose processor register) and immediate data associated therewith.
  • incoming instruction information e.g., produced by micro-operations ( ⁇ ops)
  • register 205 which may be a general-purpose processor register
  • immediate data associated therewith.
  • the pops may be generated responsive to a single instruction of an ISA for performing a given rounding operation.
  • control selector unit 210 which may be implemented in hardware, software, firmware or combinations thereof, may decode the immediate data.
  • control selector unit 210 may decode a mode field of the immediate data, namely a rounding mode field, to determine the proper rounding mode.
  • Control selector unit 210 may be coupled to a floating point unit (FPU) 240 to provide control instructions thereto based on the incoming information.
  • FPU floating point unit
  • an extended register file such as so-called extended (XMM) registers 230 may be present within processor 200 that may include registers identified in an instruction to act as source and destination operands for a rounding operation.
  • XMM registers 230 thus may be coupled to FPU 240 to provide source operands thereto and receive destination operands therefrom.
  • FPU 240 may include various circuitry to perform operations on data.
  • FPU 240 includes an FPU adder 242 .
  • FPU adder 242 may be coupled to receive incoming operands, e.g., a first source operand and a second source operand (i.e., operands S 1 and S 2 ).
  • FPU 240 also may include an FPU rounder 244 coupled to an output of FPU adder 242 .
  • FPU adder 242 may generate an infinitely precise result of an operation.
  • FPU rounder 244 may receive an infinitely precise result from FPU adder 242 and perform a rounding operation, as dictated by a current rounding mode of processor 200 , or based on control from immediate data obtained with an instruction, i.e., via control selector unit 210 .
  • FPU rounder 244 may generally receive infinitely precise results occurring as a result of mathematical operations in FPU adder 242
  • the source operand provided with a rounding instruction may already be in limited precision format. In these instances, FPU rounder 244 may receive its input value (e.g., corresponding to a source operand of the given rounding instruction) and generate a rounded result corresponding, e.g., to a nearest integer value.
  • FPU 240 may perform a rounding operation on a given source operand, e.g., from one of XMM registers 230 , as controlled by information from control selector unit 210 . Furthermore, on completion of the rounding operation the result may be stored to, e.g., a different register within XMM registers 230 . If a precision exception should occur during the operation, normally a flag may be set in a FP status register 225 to so indicate. However, in various embodiments if the immediate data associated with the rounding instruction indicates precision suppression, no such flag may be set. While described with this particular implementation in the embodiment of FIG. 2 , it is to be understood the scope of the present invention is not limited in this regard. For example, in some embodiments control and status state, e.g., as represented by rounding control state 220 and FP status register 225 , may be stored in a single CSR such as the MXCSR.
  • immediate data may be provided to control selector unit 210 in various forms.
  • the immediate data may be in the form of a single byte data element, although the scope of the present invention is not so limited.
  • various manners of encoding control information within an immediate data element may be realized.
  • FIG. 3 shown is a block diagram of an immediate data element in accordance with one embodiment of the present invention.
  • immediate data element 300 may be an 8-bit word including an override indicator 310 , a mode control field 320 , a precision override indicator 330 , and a reserved field 340 . While shown with this particular implementation in the embodiment of FIG. 3 , the scope of the present invention is not limited in this fashion.
  • override indicator 310 may be used to determine an override state of a rounding instruction associated with immediate data element 300 .
  • override indicator 310 may be set at a logic low level to indicate overriding of a default rounding mode (e.g., as expressed by a configuration register such as the MXCSR). A logic high value indicates use of the default mode.
  • rounding mode field 320 may be decoded to determine the rounding mode associated with a rounding instruction. As shown in Table 2 below, in some implementations six rounding modes may be supported, including the four rounding modes specified by the IEEE std 754, along with two extended rounding modes, which will be discussed further below.
  • precision suppression indicator 330 may take the following forms:
  • Precision Suppression Indicator 1 Inexact (Precision) field is not updated 0: normal behavior
  • precision suppression indicator 330 may be used in connection with user-level instructions of various languages, for example, C99, Fortran, and Java.
  • reserved field 340 may be reserved for additional information, in some embodiments. Note further that the specific values set forth in Tables 1-3, along with the particular location and size of the indicators and fields is not limited and various alterations, modifications, and extensions are within the scope of the present invention.
  • rounding operations may be performed responsive to single instructions of an ISA. In this way, user-level support is provided, and rounding operations can be efficiently performed.
  • multiple such rounding instructions may be present and available to handle specific rounding operations, such as rounding of double precision and single precision floating point values, as well as packed and scalar values. These rounding instructions may also be used to round off the fractional portion of floating-point data elements.
  • immediate data or other control field information may allow for efficient local control of rounding modes (among other attributes) without having to modify a current default state of a processor.
  • ROUNDPD xmm Round packed double precision floating-point xmm2/m128, imm8 values in xmm2/m128 and place the result in xmm1.
  • the rounding mode is determined by imm8.
  • ROUNDPS xmm Round packed single precision floating-point values xmm2/m128, imm8 in xmm2/m128 and place the result in xmm1.
  • the rounding mode is determined by imm8.
  • ROUNDSD xmm1 Round the low packed double precision floating- xmm2/m64, imm8 point value in xmm2/m64 and place the result in xmm1.
  • the rounding mode is determined by imm8.
  • ROUNDSS xmm Round the low packed single precision floating- xmm2/m32, imm8 point value in xmm2/m32 and place the result in xmm1.
  • the rounding mode is determined by imm8.
  • the ROUNDPD instruction may be used to round two double precision floating-point values in a source operand (i.e., second operand, which may be obtained from an XMM register or memory) by the rounding mode specified in the immediate element (i.e., IMM8) and place the result in the destination operand (i.e., the first operand, which may be an XMM register).
  • the immediate element may specify control fields for the rounding operation.
  • bit 4 i.e., indicator 330 of FIG. 3
  • bit 0 i.e., indicator 310 of FIG. 3
  • bits 3 : 1 may specify a non-sticky rounding mode value. Note that in some embodiments, if any source operand is a signaling not a number (SNaN) then it will be converted to a quiet NaN (QNaN). If a configuration register is set for denormals as zeros (DAZ), then denormals may be converted to zero before rounding. If a configuration register is set for flush denormals to zeros (FTZ), then denormals may be converted to zero after rounding.
  • DAZ denormals
  • FTZ flush denormals to zeros
  • the ROUNDPS instruction may be used to round four packed single precision floating-point values in a source operand and place the result in a destination operand.
  • the specific round instruction may take the following form:
  • ROUNDPS xmm0, xmm1, imm8 round to nearest integer
  • This instruction may take packed single precision values in a first register, i.e., xmm1, round each value to the nearest integer value as set forth by the rounding mode of the immediate data (i.e., imm8), and store the result in a second register, i.e., xmm0.
  • Table 5 shows representative values present in the source operand (i.e., xmm1), each corresponding to a limited precision floating point value, and the resulting rounded values as stored in the destination operand (i.e., xmm0), corresponding to integer valued floating point numbers, namely the nearest integer values to the original source values.
  • a rounding operation may be responsive to an instruction to produce an integer value (i.e., as opposed to integral valued FP values) from a source FP value.
  • Other embodiments may enable rounding to a lower precision floating point representation.
  • embodiments may provide an efficient means of rounding source values according to a standard rounding mode or specialized rounding mode controlled by either a default rounding mode in a configuration register or a local rounding mode set forth in immediate data associated with the instruction.
  • immediate data may provide control information to perform a rounding mode that is different than the IEEE std 754 rounding operations.
  • These rounding modes may include a round halfway away from zero and a round away from zero rounding mode.
  • FIG. 4 shown is a flow diagram of a method of performing rounding operations in accordance with an embodiment of the present invention. As shown in FIG. 4 , method 400 may be used to perform these extended rounding modes. Method 400 may begin by determining if a source operand is greater than or equal to zero (diamond 410 ). If so, control may pass to block 420 , where a predetermined value may be subtracted from the source operand (block 420 ).
  • a FP adder may subtract a given value from the source operand based on the particular rounding mode selected. Of course, this subtraction may be performed as an addition with a negative value for the predetermined value. Then, the selected rounding operation may be performed on the result of this FP add (block 430 ). In some implementations, an IEEE std 754 round operation such as a truncate (also called round to zero) may be performed on the result to obtain the extended rounding mode result. If instead at diamond 410 it is determined that the source operand is less than zero, control passes to block 440 . At block 440 , a predetermined value (which may be the same value as above) may be added to the source operand in the FP adder. Then, at block 450 the selected round operation may be performed on the result to obtain the resulting rounded value.
  • a predetermined value (which may be the same value as above) may be added to the source operand in the FP adder.
  • a round halfway away from zero operation may use a value of 0.5 as its predetermined value, while a round away from zero operation may use a 1 ⁇ , which corresponds to the closest representable FP value smaller than, but not equal to, one.
  • 0.5 may correspond to, respectively 0x3f000000 and 0x3fe0000000000000.
  • ⁇ 0.5 may correspond to, respectively 0xbf000000 and 0xbfe000000000000.
  • 1 ⁇ may correspond to, respectively 0x3f7fffff and 0x3fefffffffffff.
  • ⁇ 1 ⁇ may correspond to, respectively 0xbf7ffff and 0xbfeffffffffffff. Shown in Table 6 below are source code examples for performing these operations.
  • the operation ROUND_TOWARD_ZERO is the IEEE std 754 truncate operation, which is performed on the result of the addition/subtraction operation.
  • the predetermined values may be provided as second source operands to the FP adder (e.g., as S 2 in the embodiment of FIG. 2 ).
  • the second source operand may be zero, and control signals may be sent to a rounding unit to implement the selected extended rounding mode operation.
  • enhancements to performing a round may be realized. These enhancements may avoid the need to perform various operations such as saving a control register's state, performing a dummy FP operation, and resetting the state, or even the approximate simplification of converting a number to an integer and back to floating point. By suppressing inexact precision exceptions, conformance different languages' support for rounding may be simplified, while implementations may also adhere to standard rounding modes for certain rounding functions, e.g., in the C99 language.
  • multiprocessor system 500 is a point-to-point interconnect system, and includes a first processor 570 and a second processor 580 coupled via a point-to-point interconnect 550 .
  • processors 570 and 580 may be multicore processors, including first and second processor cores (i.e., processor cores 574 a and 574 b and processor cores 584 a and 584 b ). Note that each of the cores may perform rounding operations responsive to ISA-level instructions in accordance with an embodiment of the present invention.
  • First processor 570 further includes point-to-point (P-P) interfaces 576 and 578 .
  • second processor 580 includes P-P interfaces 586 and 588 .
  • memory controller hubs (MCH's) 572 and 582 couple the processors to respective memories, namely a memory 532 and a memory 534 , which may be portions of main memory locally attached to the respective processors.
  • First processor 570 and second processor 580 may be coupled to a chipset 590 via P-P interconnects 552 and 554 , respectively.
  • chipset 590 includes P-P interfaces 594 and 598 .
  • chipset 590 includes an interface 592 to couple chipset 590 with a high performance graphics engine 538 .
  • an Advanced Graphics Port (AGP) bus 539 may be used to couple graphics engine 538 to chipset 590 .
  • AGP bus 539 may conform to the Accelerated Graphics Port Interface Specification, Revision 2.0, published May 4, 1998, by Intel Corporation, Santa Clara, Calif. Alternately, a point-to-point interconnect 539 may couple these components.
  • first bus 516 may be a Peripheral Component Interconnect (PCI) bus, as defined by the PCI Local Bus Specification, Production Version, Revision 2.1, dated June 1995 or a bus such as a PCI ExpressTM bus or another third generation input/output (I/O) interconnect bus, although the scope of the present invention is not so limited.
  • PCI Peripheral Component Interconnect
  • I/O input/output
  • various I/O devices 514 may be coupled to first bus 516 , along with a bus bridge 518 which couples first bus 516 to a second bus 520 .
  • second bus 520 may be a low pin count (LPC) bus.
  • Various devices may be coupled to second bus 520 including, for example, a keyboard/mouse 522 , communication devices 526 and a data storage unit 528 such as a disk drive or other mass storage device which may include code 530 , in one embodiment.
  • an audio I/O 524 may be coupled to second bus 520 .
  • Note that other architectures are possible. For example, instead of the point-to-point architecture of FIG. 5 , a system may implement a multi-drop bus or another such architecture.
  • Embodiments may be implemented in code and may be stored on a storage medium having stored thereon instructions which can be used to program a system to perform the instructions.
  • the storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritables (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of media suitable for storing electronic instructions.
  • ROMs read-only memories
  • RAMs random access memories
  • DRAMs dynamic random access memories
  • SRAMs static random access memories
  • EPROMs erasable programmable read-only memories
  • EEPROMs electrical

Abstract

In one embodiment, the present invention includes a method for receiving a rounding instruction and an immediate value in a processor, determining if a rounding mode override indicator of the immediate value is active, and if so executing a rounding operation on a source operand in a floating point unit of the processor responsive to the rounding instruction and according to a rounding mode set forth in the immediate operand. Other embodiments are described and claimed.

Description

  • This application is a continuation of U.S. patent application Ser. No. 15/003,951, filed Jan. 22, 2016, which is a continuation of U.S. patent application Ser. No. 13/793,648, filed Mar. 11, 2013, now U.S. Pat. No. 9,286,267, issued Mar. 15, 2016, which is a continuation of U.S. patent application Ser. No. 11/525,420, filed Sep. 22, 2006, now U.S. Pat. No. 9,223,751, issued Dec. 29, 2015, the content of which is hereby incorporated by reference.
  • BACKGROUND
  • Processors perform various mathematical operations on data. The data may be of different types, including, for example, integer values and floating point (FP) values with different intrinsic precision. When dealing with FP values, it is possible that a result of a mathematical operation, such as multiplication or addition, among other such operations, generates a result that needs to be converted to a lower precision format. Accordingly, a rounding operation can be performed to round the FP result.
  • While such round operations can be performed as part of different mathematical operations, in some processor architectures there is limited or no ability to perform a round operation on a data element as a standalone operation, or without the need for multiple complex steps. For example, a processor may be configured to perform rounding of a FP value to an integer value according to a default rounding mode. However, a given source operand may need to be rounded according to a different mode for various reasons. To effect such an operation, convoluted steps to save a current configuration state of the processor, load a new configuration state that includes information regarding the desired rounding mode, perform the rounding operation, and restore the original processor state may occur. These operations can be time consuming, raise complexity, and consume excessive processor cycles. Further still, rounding operations performed in a processor typically occur according to a limited amount of rounding modes, namely those set forth in the Institute of Electrical and Electronics Engineers (IEEE) standard 754-1985 (published 1985), although as new programming languages evolve, support for other rounding modes may be desirable.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a flow diagram of a method in accordance with one embodiment of the present invention.
  • FIG. 2 is a block diagram of a portion of a processor in accordance with one embodiment of the present invention.
  • FIG. 3 is a block diagram of an immediate data element to be used in connection with an instruction in accordance with one embodiment of the present invention.
  • FIG. 4 is a flow diagram of a method for performing a rounding operation in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram of a system in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • In various embodiments, multiple rounding instructions of an instruction set architecture (ISA) may be used to efficiently perform rounding operations in a processor, for example, in a floating point unit (FPU) of the processor. In addition to rounding modes set forth in the Institute of Electrical and Electronics Engineers (IEEE) standard 754-1985 (published 1985) (herein the IEEE Standard For Binary Floating-Point Arithmetic or IEEE std 754), embodiments may be used to perform rounding operations in accordance with additional rounding modes. For example, in some embodiments instructions may provide support for halfway away from zero and away from zero rounding operations, as described below. Furthermore, these rounding operations can be used with many data types. In some implementations, rounding operations can be performed on single instruction multiple data (SIMD) data types so that an instruction can be executed on extended data types, such as packed data elements, where multiple data elements are packed into a single location, such as an extended register of a processor.
  • To accommodate flexibility and provide for efficient instruction execution, embodiments may provide ISA-based instructions that can be executed on a source operand. These ISA-based instructions may be various implementations of round operations to perform a rounding to a nearest integer value of a source operand. Such source operands may already be in a limited precision format (i.e., not the result of an arithmetic operation, but rather data read from a register/memory). Such instructions may be used for various applications, including multimedia applications, gaming applications and so forth. Furthermore, embodiments may be implemented in compiler-based primitives to enable round operations that may be applicable to various programming languages. Note that in various embodiments, the round instructions may take as a source operand a floating point number, round it to the nearest integer value, and store the result, also as a floating point value having an integral value.
  • In various embodiments, control of the execution may be handled, at least in part, based on information received with the instruction, for example, immediate data received with the instruction. In different implementations, such immediate data may override a default rounding mode currently in use by the processor. In such override cases, the immediate data may further provide control of the rounding mode. Still further, the immediate data may provide for overriding of precision exceptions (i.e., precision suppression). Thus immediate data may be used to provide non-sticky control of a particular rounding operation, such that the operation may be performed in minimal cycles. This may be so, as when the immediate data received in connection with an instruction includes rounding control information, there may be no need to update such information present in a configuration register, such as an extended control and status register (CSR), e.g., the multimedia extension CSR (MXCSR) present in a processor in accordance with an Intel® architecture (e.g., an IA-32 architecture). However, understand that embodiments may be used in various processor types, and the scope of the present invention is not limited in this regard.
  • Referring now to FIG. 1, shown is a flow diagram of a method in accordance with one embodiment of the present invention. As shown in FIG. 1, method 100 may begin by receiving a rounding instruction and associated immediate data within a processor (block 110). For example, in many implementations a user-level instruction, e.g., an instruction of an ISA may be received in a processor. In addition to the instruction, immediate data may be provided therewith. As will be described further below, such immediate data may include multiple fields to control various aspects of the operation.
  • Referring still to FIG. 1, control passes from block 110 to diamond 115. At diamond 115, it may be determined whether the immediate data overrides a rounding mode of a configuration register. That is, a field of the immediate data may include an override indicator that indicates whether a default rounding mode is to be overridden. In various embodiments, such default rounding mode may be present in a field of a configuration register such as a CSR, e.g., the MXCSR, although the scope of the present invention is not limited in this regard. If the immediate data includes an override indicator, control passes to block 120. At block 120, a source operand identified by the instruction may be dispatched to, e.g., a floating point unit (FPU) of the processor. Furthermore, the source operand may be dispatched with information to control a rounding mode of the rounding operation. The control information may be obtained from the immediate data, i.e., as set forth in a rounding mode field of the immediate data. As will be described further below, in some implementations a control unit, such as a control selector unit of a processor, may receive the instruction and the immediate data and decode the immediate data to determine whether the default rounding mode is to be overridden and if so, obtain the rounding mode set forth in the immediate data.
  • Referring still to FIG. 1, if instead at diamond 115 it is determined that the immediate data does not include an override indicator, control passes to block 125. At block 125, the source operand may be dispatched for execution in the FPU. Furthermore, the rounding operation may be executed based on the default rounding mode set forth, e.g., in the configuration register.
  • In either event, control passes from both of blocks 120 and 125 to block 130, where the rounding operation may be executed. The rounding operation removes the fractional precision of the input (i.e., source operand) according to the rounding mode. In various embodiments, different manners of executing rounding operations may be realized. For example, in many implementations a FPU may include an adder and a rounding unit to perform rounding operations. To perform rounding modes in accordance with IEEE std 754, the adder may be provided with the source operand as a first operand and a constant value, e.g., zero for a second operand. The output of the adder may then be fed to the rounding unit, which may round the result in accordance with the selected mode of operation. The rounding unit may thus round its input value to an integral valued floating point result.
  • In other embodiments, additional rounding modes may be performed in addition to the IEEE std 754 rounding modes. In such implementations, the FPU adder may be fed the source operand and a particular data value as a second operand based on a value of the source operand and the rounding mode, as will be described further below. Then a rounding operation may be performed on the result, where the rounding operation may be an IEEE std 754 operation. In yet other implementations of extended rounding modes, the source operand and a zero value may be provided to the inputs to the FPU adder, and the resulting value may then be rounded in accordance with control information sent to the rounding unit.
  • After execution, the result of the rounding operation may be stored in a destination operand (block 140). In various embodiments, the destination operand may be an extended memory register of the processor, although the scope of the present invention is not so limited. Furthermore, it may be determined whether a precision exception occurred during the rounding operation (diamond 145). That is, it may be determined whether the rounding operation developed an imprecise result that would raise an exception. If not, method 100 may conclude.
  • If instead a precision exception is raised, control may pass to diamond 150. At diamond 150, it may be determined whether the immediate data includes a field to suppress precision exceptions. That is, in some implementations the immediate data may include a suppression field. A value of this field may indicate whether the associated rounding instruction should suppress a precision exception, if raised. If the precision suppression indicator is present, even if a precision exception occurs, no further action is taken and method 100 may conclude. If instead the immediate data does not include an indicator to suppress precision exceptions, control may pass to block 160. At block 160, a precision exception flag may be set in a status register. For example, in some implementations the status register may correspond to the MXCSR, although the scope of the present invention is not limited in this regard. Based on a state of this flag in the status register, a precision exception may be raised (e.g., if the flag is unmasked). If so, appropriate handling, e.g., via a software handler may be performed to handle the exception. If instead the flag is masked, even if a precision exception occurs and is flagged in the status register, no action may be taken with respect to the set flag. While described with this particular implementation in the embodiment of FIG. 1, it is to be understood the scope of the present invention is not limited in this regard.
  • Referring now to FIG. 2, shown is a block diagram of a portion of a processor in accordance with one embodiment of the present invention. As shown in FIG. 2, processor 200 may include a control selector unit 210 that is coupled to receive incoming instruction information, e.g., produced by micro-operations (μops), from a register 205 (which may be a general-purpose processor register) and immediate data associated therewith. The pops may be generated responsive to a single instruction of an ISA for performing a given rounding operation. In various embodiments control selector unit 210, which may be implemented in hardware, software, firmware or combinations thereof, may decode the immediate data. Based on the immediate data, it may be determined whether a current rounding mode of the processor, e.g., as represented in a control or configuration register that stores a current rounding control state 220, is to be overridden. If so, control selector unit 210 may decode a mode field of the immediate data, namely a rounding mode field, to determine the proper rounding mode.
  • Control selector unit 210 may be coupled to a floating point unit (FPU) 240 to provide control instructions thereto based on the incoming information. As further shown in FIG. 2, an extended register file, such as so-called extended (XMM) registers 230 may be present within processor 200 that may include registers identified in an instruction to act as source and destination operands for a rounding operation. XMM registers 230 thus may be coupled to FPU 240 to provide source operands thereto and receive destination operands therefrom.
  • In various embodiments, FPU 240 may include various circuitry to perform operations on data. In the embodiment of FIG. 2, FPU 240 includes an FPU adder 242. Specifically, as shown in FIG. 2, FPU adder 242 may be coupled to receive incoming operands, e.g., a first source operand and a second source operand (i.e., operands S1 and S2). FPU 240 also may include an FPU rounder 244 coupled to an output of FPU adder 242. In various embodiments, FPU adder 242 may generate an infinitely precise result of an operation. However, given storage and other constraints, results may be rounded to provide a final result in a desired format, e.g., a single precision or double precision floating point element. Accordingly, FPU rounder 244 may receive an infinitely precise result from FPU adder 242 and perform a rounding operation, as dictated by a current rounding mode of processor 200, or based on control from immediate data obtained with an instruction, i.e., via control selector unit 210. Note that while FPU rounder 244 may generally receive infinitely precise results occurring as a result of mathematical operations in FPU adder 242, in various implementations the source operand provided with a rounding instruction may already be in limited precision format. In these instances, FPU rounder 244 may receive its input value (e.g., corresponding to a source operand of the given rounding instruction) and generate a rounded result corresponding, e.g., to a nearest integer value.
  • Thus based on a given rounding instruction, FPU 240 may perform a rounding operation on a given source operand, e.g., from one of XMM registers 230, as controlled by information from control selector unit 210. Furthermore, on completion of the rounding operation the result may be stored to, e.g., a different register within XMM registers 230. If a precision exception should occur during the operation, normally a flag may be set in a FP status register 225 to so indicate. However, in various embodiments if the immediate data associated with the rounding instruction indicates precision suppression, no such flag may be set. While described with this particular implementation in the embodiment of FIG. 2, it is to be understood the scope of the present invention is not limited in this regard. For example, in some embodiments control and status state, e.g., as represented by rounding control state 220 and FP status register 225, may be stored in a single CSR such as the MXCSR.
  • Note that immediate data may be provided to control selector unit 210 in various forms. For example, in some implementations the immediate data may be in the form of a single byte data element, although the scope of the present invention is not so limited. Furthermore, various manners of encoding control information within an immediate data element may be realized. Referring now to FIG. 3, shown is a block diagram of an immediate data element in accordance with one embodiment of the present invention. As shown in FIG. 3, immediate data element 300 may be an 8-bit word including an override indicator 310, a mode control field 320, a precision override indicator 330, and a reserved field 340. While shown with this particular implementation in the embodiment of FIG. 3, the scope of the present invention is not limited in this fashion.
  • In the embodiment of FIG. 3, override indicator 310 may be used to determine an override state of a rounding instruction associated with immediate data element 300. As shown in Table 1 below, override indicator 310 may be set at a logic low level to indicate overriding of a default rounding mode (e.g., as expressed by a configuration register such as the MXCSR). A logic high value indicates use of the default mode.
  • TABLE 1
    Rounding Mode Override Indicator
    0: Use Bits 1:3 of Immediate
    1: Use Default Rounding Mode

    If override indicator 310 indicates that the default rounding mode is to be overridden, rounding mode field 320 may be decoded to determine the rounding mode associated with a rounding instruction. As shown in Table 2 below, in some implementations six rounding modes may be supported, including the four rounding modes specified by the IEEE std 754, along with two extended rounding modes, which will be discussed further below.
  • TABLE 2
    Rounding Mode Field
    000: Nearest Even
    001: Toward − ∞
    010: Toward + ∞
    011: Truncate (Round to Zero)
    100: Half Away from Zero
    101: Round Away from Zero

    Immediate data element 300 further includes a precision suppression indicator 330, which may be set to indicate allowance of inexact results such that no precision exception, even if occurring during operation of the associated instruction, will cause setting of an exception flag within a status register. Specifically, as shown in Table 3 below, precision suppression indicator 330 may take the following forms:
  • TABLE 3
    Precision Suppression Indicator
    1: Inexact (Precision) field is not updated
    0: normal behavior

    Note that precision suppression indicator 330 may be used in connection with user-level instructions of various languages, for example, C99, Fortran, and Java. Finally, reserved field 340 may be reserved for additional information, in some embodiments. Note further that the specific values set forth in Tables 1-3, along with the particular location and size of the indicators and fields is not limited and various alterations, modifications, and extensions are within the scope of the present invention.
  • As described above, in many implementations rounding operations may be performed responsive to single instructions of an ISA. In this way, user-level support is provided, and rounding operations can be efficiently performed. In a given ISA, multiple such rounding instructions may be present and available to handle specific rounding operations, such as rounding of double precision and single precision floating point values, as well as packed and scalar values. These rounding instructions may also be used to round off the fractional portion of floating-point data elements. In addition to the presence of ISA-level instructions, immediate data or other control field information may allow for efficient local control of rounding modes (among other attributes) without having to modify a current default state of a processor.
  • As shown in Table 4 below, various flavors of rounding instructions may be present within an ISA to enable efficient rounding operations on various types of data elements.
  • TABLE 4
    Instruction Description
    ROUNDPD xmm 1, Round packed double precision floating-point
    xmm2/m128, imm8 values in xmm2/m128 and place the result in xmm1.
    The rounding mode is determined by imm8.
    ROUNDPS xmm1, Round packed single precision floating-point values
    xmm2/m128, imm8 in xmm2/m128 and place the result in xmm1. The
    rounding mode is determined by imm8.
    ROUNDSD xmm1, Round the low packed double precision floating-
    xmm2/m64, imm8 point value in xmm2/m64 and place the result in
    xmm1. The rounding mode is determined by imm8.
    ROUNDSS xmm1, Round the low packed single precision floating-
    xmm2/m32, imm8 point value in xmm2/m32 and place the result in
    xmm1. The rounding mode is determined by imm8.
  • As an example of how these ISA instructions operate, the ROUNDPD instruction may be used to round two double precision floating-point values in a source operand (i.e., second operand, which may be obtained from an XMM register or memory) by the rounding mode specified in the immediate element (i.e., IMM8) and place the result in the destination operand (i.e., the first operand, which may be an XMM register). The immediate element may specify control fields for the rounding operation. With reference back to Tables 1-3, bit 4 (i.e., indicator 330 of FIG. 3) of the immediate data may control processor behavior for a precision exception, while bit 0 (i.e., indicator 310 of FIG. 3) may select the source of rounding mode control. Finally, bits 3:1 (i.e., field 320 of FIG. 3) may specify a non-sticky rounding mode value. Note that in some embodiments, if any source operand is a signaling not a number (SNaN) then it will be converted to a quiet NaN (QNaN). If a configuration register is set for denormals as zeros (DAZ), then denormals may be converted to zero before rounding. If a configuration register is set for flush denormals to zeros (FTZ), then denormals may be converted to zero after rounding.
  • As a further example of how these ISA instructions may operate, the ROUNDPS instruction may be used to round four packed single precision floating-point values in a source operand and place the result in a destination operand. For purposes of illustration, the specific round instruction may take the following form:
  • ROUNDPS xmm0, xmm1, imm8 (round to nearest integer).
  • This instruction may take packed single precision values in a first register, i.e., xmm1, round each value to the nearest integer value as set forth by the rounding mode of the immediate data (i.e., imm8), and store the result in a second register, i.e., xmm0. Table 5 below shows representative values present in the source operand (i.e., xmm1), each corresponding to a limited precision floating point value, and the resulting rounded values as stored in the destination operand (i.e., xmm0), corresponding to integer valued floating point numbers, namely the nearest integer values to the original source values.
  • TABLE 5
    1.01f 2.9f 3.6f 4.2f xmm1
    1.0f  3.0f 4.0f 4.0f xmm0

    Note that in further implementations, a rounding operation may be responsive to an instruction to produce an integer value (i.e., as opposed to integral valued FP values) from a source FP value. Other embodiments may enable rounding to a lower precision floating point representation. Thus embodiments may provide an efficient means of rounding source values according to a standard rounding mode or specialized rounding mode controlled by either a default rounding mode in a configuration register or a local rounding mode set forth in immediate data associated with the instruction.
  • In various embodiments, immediate data may provide control information to perform a rounding mode that is different than the IEEE std 754 rounding operations. These rounding modes may include a round halfway away from zero and a round away from zero rounding mode. Referring now to FIG. 4, shown is a flow diagram of a method of performing rounding operations in accordance with an embodiment of the present invention. As shown in FIG. 4, method 400 may be used to perform these extended rounding modes. Method 400 may begin by determining if a source operand is greater than or equal to zero (diamond 410). If so, control may pass to block 420, where a predetermined value may be subtracted from the source operand (block 420). For example, a FP adder may subtract a given value from the source operand based on the particular rounding mode selected. Of course, this subtraction may be performed as an addition with a negative value for the predetermined value. Then, the selected rounding operation may be performed on the result of this FP add (block 430). In some implementations, an IEEE std 754 round operation such as a truncate (also called round to zero) may be performed on the result to obtain the extended rounding mode result. If instead at diamond 410 it is determined that the source operand is less than zero, control passes to block 440. At block 440, a predetermined value (which may be the same value as above) may be added to the source operand in the FP adder. Then, at block 450 the selected round operation may be performed on the result to obtain the resulting rounded value.
  • While the scope of the present invention is not limited in this regard, a round halfway away from zero operation may use a value of 0.5 as its predetermined value, while a round away from zero operation may use a 1, which corresponds to the closest representable FP value smaller than, but not equal to, one. For single precision and double precision FP values, 0.5 may correspond to, respectively 0x3f000000 and 0x3fe0000000000000. For single precision and double precision FP values, −0.5 may correspond to, respectively 0xbf000000 and 0xbfe000000000000. For single precision and double precision FP values, 1 may correspond to, respectively 0x3f7fffff and 0x3fefffffffffffff. For single precision and double precision FP values, −1 may correspond to, respectively 0xbf7fffff and 0xbfefffffffffffff. Shown in Table 6 below are source code examples for performing these operations.
  • TABLE 6
    ROUND_HALF_AWAY_ZERO(A):
    IF (A < = 0)
    A←ROUND_TOWARD_ZERO(A − 0.5)
    ELSE IF (A > 0)
     A←ROUND_TOWARD_ZERO(A + 0.5)
    2) Round Away From Zero (A). “The result shall be the value closest to
    and no smaller in magnitude than the infinitely precise result.”
    IF (A < = 0)
    A←ROUND_TOWARD_ZERO(A − 1)
    ELSE IF (A > 0)
     A←ROUND_TOWARD_ZERO(A + 1)

    In these examples, the operation ROUND_TOWARD_ZERO is the IEEE std 754 truncate operation, which is performed on the result of the addition/subtraction operation. Note that in performing these extended rounding mode operations, the predetermined values may be provided as second source operands to the FP adder (e.g., as S2 in the embodiment of FIG. 2). Alternately, in some embodiments as with other rounding operations, the second source operand may be zero, and control signals may be sent to a rounding unit to implement the selected extended rounding mode operation.
  • Thus in various embodiments, enhancements to performing a round may be realized. These enhancements may avoid the need to perform various operations such as saving a control register's state, performing a dummy FP operation, and resetting the state, or even the approximate simplification of converting a number to an integer and back to floating point. By suppressing inexact precision exceptions, conformance different languages' support for rounding may be simplified, while implementations may also adhere to standard rounding modes for certain rounding functions, e.g., in the C99 language.
  • Embodiments may be implemented in many different system types. Referring now to FIG. 5, shown is a block diagram of a system in accordance with an embodiment of the present invention. As shown in FIG. 5, multiprocessor system 500 is a point-to-point interconnect system, and includes a first processor 570 and a second processor 580 coupled via a point-to-point interconnect 550. As shown in FIG. 5, each of processors 570 and 580 may be multicore processors, including first and second processor cores (i.e., processor cores 574 a and 574 b and processor cores 584 a and 584 b). Note that each of the cores may perform rounding operations responsive to ISA-level instructions in accordance with an embodiment of the present invention.
  • First processor 570 further includes point-to-point (P-P) interfaces 576 and 578. Similarly, second processor 580 includes P-P interfaces 586 and 588. As shown in FIG. 5, memory controller hubs (MCH's) 572 and 582 couple the processors to respective memories, namely a memory 532 and a memory 534, which may be portions of main memory locally attached to the respective processors.
  • First processor 570 and second processor 580 may be coupled to a chipset 590 via P-P interconnects 552 and 554, respectively. As shown in FIG. 5, chipset 590 includes P-P interfaces 594 and 598. Furthermore, chipset 590 includes an interface 592 to couple chipset 590 with a high performance graphics engine 538. In one embodiment, an Advanced Graphics Port (AGP) bus 539 may be used to couple graphics engine 538 to chipset 590. AGP bus 539 may conform to the Accelerated Graphics Port Interface Specification, Revision 2.0, published May 4, 1998, by Intel Corporation, Santa Clara, Calif. Alternately, a point-to-point interconnect 539 may couple these components.
  • In turn, chipset 590 may be coupled to a first bus 516 via an interface 596. In one embodiment, first bus 516 may be a Peripheral Component Interconnect (PCI) bus, as defined by the PCI Local Bus Specification, Production Version, Revision 2.1, dated June 1995 or a bus such as a PCI Express™ bus or another third generation input/output (I/O) interconnect bus, although the scope of the present invention is not so limited.
  • As shown in FIG. 5, various I/O devices 514 may be coupled to first bus 516, along with a bus bridge 518 which couples first bus 516 to a second bus 520. In one embodiment, second bus 520 may be a low pin count (LPC) bus. Various devices may be coupled to second bus 520 including, for example, a keyboard/mouse 522, communication devices 526 and a data storage unit 528 such as a disk drive or other mass storage device which may include code 530, in one embodiment. Further, an audio I/O 524 may be coupled to second bus 520. Note that other architectures are possible. For example, instead of the point-to-point architecture of FIG. 5, a system may implement a multi-drop bus or another such architecture.
  • Embodiments may be implemented in code and may be stored on a storage medium having stored thereon instructions which can be used to program a system to perform the instructions. The storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritables (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of media suitable for storing electronic instructions.
  • While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.

Claims (4)

What is claimed is:
1. A processor comprising:
a plurality of registers including a first register and a second register;
a control register having a first field to indicate a current floating point round mode, and a second field to indicate whether denormals are to be converted to zero;
a status register having a third field to store a value, the value to indicate whether an inexact exception has occurred;
a control unit to receive a round instruction and to decode fields of the round instruction, the round instruction to identify the first register, which is to store a source operand with a plurality of packed double precision floating point values, the round instruction to indicate that the current floating point round mode is to be used, and the round instruction to indicate to suppress a change in the value of the third field of the status register; and
an execution unit coupled to the control unit, and coupled to the plurality of registers, the execution unit, responsive to the round instruction, to:
convert a denormal of the source operand to zero when the second field indicates that said denormals are to be converted to zero;
perform a round operation according to the current floating point round mode, to generate integral valued packed double precision floating point values that correspond to the packed double precision floating point values of the source operand; and
store the integral valued packed double precision floating point values in the second register.
2. The processor of claim 1, wherein a bit of the round instruction is to have a value of one when the round instruction is to indicate to suppress the change in the value of the third field of the status register.
3. The processor of claim 1, wherein the current floating point round mode is to be any one of:
round towards negative infinity;
round towards positive infinity;
round to zero; and
round to nearest even.
4. The processor of claim 1, wherein the round instruction is included in an instruction set architecture (ISA) with a second round instruction to indicate a packed data register to store a scalar value, and wherein the second round instruction is to cause the processor to perform a round operation on the scalar value to generate an integral valued floating point value.
US15/661,190 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction Abandoned US20170322802A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US15/661,190 US20170322802A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US17/108,083 US20210216314A1 (en) 2006-09-22 2020-12-01 Performing Rounding Operations Responsive To An Instruction

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US11/525,420 US9223751B2 (en) 2006-09-22 2006-09-22 Performing rounding operations responsive to an instruction
US13/793,648 US9286267B2 (en) 2006-09-22 2013-03-11 Performing rounding operations responsive to an instruction
US15/003,951 US10067761B2 (en) 2006-09-22 2016-01-22 Performing rounding operations responsive to an instruction
US15/661,190 US20170322802A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/003,951 Continuation US10067761B2 (en) 2006-09-22 2016-01-22 Performing rounding operations responsive to an instruction

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/108,083 Continuation US20210216314A1 (en) 2006-09-22 2020-12-01 Performing Rounding Operations Responsive To An Instruction

Publications (1)

Publication Number Publication Date
US20170322802A1 true US20170322802A1 (en) 2017-11-09

Family

ID=39200854

Family Applications (11)

Application Number Title Priority Date Filing Date
US11/525,420 Active 2027-03-25 US9223751B2 (en) 2006-09-22 2006-09-22 Performing rounding operations responsive to an instruction
US13/793,648 Active 2027-11-07 US9286267B2 (en) 2006-09-22 2013-03-11 Performing rounding operations responsive to an instruction
US15/003,951 Active US10067761B2 (en) 2006-09-22 2016-01-22 Performing rounding operations responsive to an instruction
US15/485,356 Active US10108416B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/485,378 Active US10114641B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/485,372 Active US10114640B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/661,211 Abandoned US20170322804A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US15/661,199 Abandoned US20170322803A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US15/661,190 Abandoned US20170322802A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US15/661,219 Abandoned US20170322805A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US17/108,083 Abandoned US20210216314A1 (en) 2006-09-22 2020-12-01 Performing Rounding Operations Responsive To An Instruction

Family Applications Before (8)

Application Number Title Priority Date Filing Date
US11/525,420 Active 2027-03-25 US9223751B2 (en) 2006-09-22 2006-09-22 Performing rounding operations responsive to an instruction
US13/793,648 Active 2027-11-07 US9286267B2 (en) 2006-09-22 2013-03-11 Performing rounding operations responsive to an instruction
US15/003,951 Active US10067761B2 (en) 2006-09-22 2016-01-22 Performing rounding operations responsive to an instruction
US15/485,356 Active US10108416B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/485,378 Active US10114641B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/485,372 Active US10114640B2 (en) 2006-09-22 2017-04-12 Performing rounding operations responsive to an instruction
US15/661,211 Abandoned US20170322804A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US15/661,199 Abandoned US20170322803A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction

Family Applications After (2)

Application Number Title Priority Date Filing Date
US15/661,219 Abandoned US20170322805A1 (en) 2006-09-22 2017-07-27 Performing Rounding Operations Responsive To An Instruction
US17/108,083 Abandoned US20210216314A1 (en) 2006-09-22 2020-12-01 Performing Rounding Operations Responsive To An Instruction

Country Status (7)

Country Link
US (11) US9223751B2 (en)
JP (6) JP4990977B2 (en)
KR (1) KR100947138B1 (en)
CN (6) CN103593165B (en)
DE (1) DE112007001989B4 (en)
RU (2) RU2447484C1 (en)
WO (1) WO2008036944A1 (en)

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9223751B2 (en) 2006-09-22 2015-12-29 Intel Corporation Performing rounding operations responsive to an instruction
US8327120B2 (en) 2007-12-29 2012-12-04 Intel Corporation Instructions with floating point control override
US8046400B2 (en) 2008-04-10 2011-10-25 Via Technologies, Inc. Apparatus and method for optimizing the performance of x87 floating point addition instructions in a microprocessor
CN101930354B (en) * 2009-07-28 2014-03-12 威盛电子股份有限公司 Microprocessor and method for executing instruction
US8407271B2 (en) * 2009-08-28 2013-03-26 Advanced Micro Devices, Inc. Method for floating point round to integer operation
US8914430B2 (en) 2010-09-24 2014-12-16 Intel Corporation Multiply add functional unit capable of executing scale, round, GETEXP, round, GETMANT, reduce, range and class instructions
CN103502935B (en) * 2011-04-01 2016-10-12 英特尔公司 The friendly instruction format of vector and execution thereof
CN109086073B (en) * 2011-12-22 2023-08-22 英特尔公司 Floating point rounding processors, methods, systems, and instructions
CN104246745B (en) * 2011-12-29 2017-05-24 英特尔公司 Method and apparatus for controlling a mxcsr
EP2798466B1 (en) * 2011-12-30 2017-12-13 Intel Corporation Floating point round-off amount determination processors, methods, systems, and instructions
WO2015077936A1 (en) * 2013-11-27 2015-06-04 Intel Corporation Autonomously controlling a buffer of a processor
US9798519B2 (en) * 2014-07-02 2017-10-24 Via Alliance Semiconductor Co., Ltd. Standard format intermediate result
US9817661B2 (en) * 2015-10-07 2017-11-14 Arm Limited Floating point number rounding
CN106355246B (en) * 2015-10-08 2019-02-15 上海兆芯集成电路有限公司 Three configuration neural network units
US20170177336A1 (en) * 2015-12-22 2017-06-22 Intel Corporation Hardware cancellation monitor for floating point operations
US9996319B2 (en) * 2015-12-23 2018-06-12 Intel Corporation Floating point (FP) add low instructions functional unit
US20180173527A1 (en) * 2016-12-15 2018-06-21 Optimum Semiconductor Technologies, Inc. Floating point instruction format with embedded rounding rule
US10740067B2 (en) 2017-06-23 2020-08-11 International Business Machines Corporation Selective updating of floating point controls
US10481908B2 (en) 2017-06-23 2019-11-19 International Business Machines Corporation Predicted null updated
US10379851B2 (en) 2017-06-23 2019-08-13 International Business Machines Corporation Fine-grained management of exception enablement of floating point controls
US10310814B2 (en) 2017-06-23 2019-06-04 International Business Machines Corporation Read and set floating point control register instruction
US10684852B2 (en) 2017-06-23 2020-06-16 International Business Machines Corporation Employing prefixes to control floating point operations
US10514913B2 (en) 2017-06-23 2019-12-24 International Business Machines Corporation Compiler controls for program regions
US10725739B2 (en) 2017-06-23 2020-07-28 International Business Machines Corporation Compiler controls for program language constructs
US11372643B2 (en) 2018-11-09 2022-06-28 Intel Corporation Systems and methods for performing instructions to convert to 16-bit floating-point format
US11366663B2 (en) 2018-11-09 2022-06-21 Intel Corporation Systems and methods for performing 16-bit floating-point vector dot product instructions
US11099853B2 (en) * 2019-02-15 2021-08-24 International Business Machines Corporation Digit validation check control in instruction execution
CN110134436B (en) * 2019-05-05 2021-03-02 飞依诺科技(苏州)有限公司 Ultrasonic data packaging processing method and system
US11327923B2 (en) 2019-09-04 2022-05-10 SambaNova Systems, Inc. Sigmoid function in hardware and a reconfigurable data processor including same
US11327713B2 (en) 2019-10-01 2022-05-10 SambaNova Systems, Inc. Computation units for functions based on lookup tables
US11328038B2 (en) 2019-11-25 2022-05-10 SambaNova Systems, Inc. Computational units for batch normalization
US11150872B2 (en) * 2019-12-17 2021-10-19 SambaNova Systems, Inc. Computational units for element approximation
CN113031914B (en) * 2019-12-24 2023-05-16 龙芯中科技术股份有限公司 Floating point rounding mode control method, device, equipment and storage medium
US11836629B2 (en) 2020-01-15 2023-12-05 SambaNova Systems, Inc. Computationally efficient softmax loss gradient backpropagation
US11809908B2 (en) 2020-07-07 2023-11-07 SambaNova Systems, Inc. Runtime virtualization of reconfigurable data flow resources
US11782729B2 (en) 2020-08-18 2023-10-10 SambaNova Systems, Inc. Runtime patching of configuration files
US20220414182A1 (en) * 2021-06-26 2022-12-29 Intel Corporation Apparatuses, methods, and systems for instructions for matrix multiplication instructions

Family Cites Families (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56135236A (en) * 1980-03-24 1981-10-22 Casio Comput Co Ltd Numeric data displaying system
JPH0469734A (en) * 1990-07-11 1992-03-04 Toshiba Corp Underflow exception generation predicting circuit for floating point addition/subtraction
RU2018921C1 (en) * 1992-06-19 1994-08-30 Институт точной механики и вычислительной техники им.С.А.Лебедева РАН Device for normalizing and rounding off real numbers
US5450607A (en) 1993-05-17 1995-09-12 Mips Technologies Inc. Unified floating point and integer datapath for a RISC processor
US5516658A (en) * 1993-08-20 1996-05-14 Immunex Corporation DNA encoding cytokines that bind the cell surface receptor hek
US5404324A (en) * 1993-11-01 1995-04-04 Hewlett-Packard Company Methods and apparatus for performing division and square root computations in a computer
US5487022A (en) 1994-03-08 1996-01-23 Texas Instruments Incorporated Normalization method for floating point numbers
EP0685794A1 (en) * 1994-06-01 1995-12-06 Advanced Micro Devices, Inc. System for generating floating point test vectors
US5631859A (en) * 1994-10-27 1997-05-20 Hewlett-Packard Company Floating point arithmetic unit having logic for quad precision arithmetic
US5696709A (en) * 1995-03-31 1997-12-09 International Business Machines Corporation Program controlled rounding modes
US5812439A (en) * 1995-10-10 1998-09-22 Microunity Systems Engineering, Inc. Technique of incorporating floating point information into processor instructions
JPH09128217A (en) * 1995-10-31 1997-05-16 Hitachi Ltd Rounding processing circuit
US5886915A (en) * 1995-11-13 1999-03-23 Intel Corporation Method and apparatus for trading performance for precision when processing denormal numbers in a computer system
US6012139A (en) * 1996-01-31 2000-01-04 Hitachi Micro Systems, Inc. Microprocessor including floating point unit with 16-bit fixed length instruction set
US6128726A (en) * 1996-06-04 2000-10-03 Sigma Designs, Inc. Accurate high speed digital signal processor
US5838984A (en) * 1996-08-19 1998-11-17 Samsung Electronics Co., Ltd. Single-instruction-multiple-data processing using multiple banks of vector registers
US6058465A (en) * 1996-08-19 2000-05-02 Nguyen; Le Trong Single-instruction-multiple-data processing in a multimedia signal processor
US5782304A (en) 1996-11-26 1998-07-21 Garcia-Soule; Virgilio Normally closed retainer valve with fail-safe pump through capability
US6058410A (en) * 1996-12-02 2000-05-02 Intel Corporation Method and apparatus for selecting a rounding mode for a numeric operation
JPH10187416A (en) 1996-12-20 1998-07-21 Nec Corp Floating point arithmetic unit
US6233672B1 (en) * 1997-03-06 2001-05-15 Advanced Micro Devices, Inc. Piping rounding mode bits with floating point instructions to eliminate serialization
US5864703A (en) * 1997-10-09 1999-01-26 Mips Technologies, Inc. Method for providing extended precision in SIMD vector arithmetic operations
US6055555A (en) 1997-12-29 2000-04-25 Intel Corporation Interface for performing parallel arithmetic and round operations
US6044454A (en) 1998-02-19 2000-03-28 International Business Machines Corporation IEEE compliant floating point unit
US6292815B1 (en) 1998-04-30 2001-09-18 Intel Corporation Data conversion between floating point packed format and integer scalar format
US6282634B1 (en) 1998-05-27 2001-08-28 Arm Limited Apparatus and method for processing data having a mixed vector/scalar register file
JP2000010762A (en) * 1998-06-19 2000-01-14 Mitsubishi Electric Corp Floating-point operation device
US7346643B1 (en) 1999-07-30 2008-03-18 Mips Technologies, Inc. Processor with improved accuracy for multiply-add operations
JP2001236206A (en) 1999-10-01 2001-08-31 Hitachi Ltd Method for loading data and method for storing the same and method for loading data word and method for storing the same and method for comparing floating point
US6571265B1 (en) * 1999-10-29 2003-05-27 Intel Corporation Mechanism to detect IEEE underflow exceptions on speculative floating-point operations
US6820106B1 (en) * 2000-06-27 2004-11-16 Intel Corporation Method and apparatus for improving the performance of a floating point multiplier accumulator
US6996591B2 (en) 2000-12-27 2006-02-07 Intel Corporation System and method to efficiently approximate the term 2x
US6879992B2 (en) 2000-12-27 2005-04-12 Intel Corporation System and method to efficiently round real numbers
US6889242B1 (en) * 2001-06-29 2005-05-03 Koninklijke Philips Electronics N.V. Rounding operations in computer processor
WO2003038092A1 (en) * 2001-11-01 2003-05-08 Sympore Gmbh Method for identifying transport proteins
US7120755B2 (en) * 2002-01-02 2006-10-10 Intel Corporation Transfer of cache lines on-chip between processing cores in a multi-core system
US7529912B2 (en) * 2002-02-12 2009-05-05 Via Technologies, Inc. Apparatus and method for instruction-level specification of floating point format
JP2004171234A (en) 2002-11-19 2004-06-17 Toshiba Corp Task allocation method in multiprocessor system, task allocation program and multiprocessor system
CN1503160A (en) 2002-11-20 2004-06-09 英业达股份有限公司 Computer executable automatic composing method for electronic book read interface
US7523152B2 (en) * 2002-12-26 2009-04-21 Intel Corporation Methods for supporting extended precision integer divide macroinstructions in a processor
US7290023B2 (en) * 2003-11-20 2007-10-30 International Business Machines Corporation High performance implementation of exponent adjustment in a floating point design
US7380240B2 (en) 2003-12-23 2008-05-27 Intel Corporation Apparatus and methods to avoid floating point control instructions in floating point to integer conversion
JP4477959B2 (en) * 2004-07-26 2010-06-09 独立行政法人理化学研究所 Arithmetic processing device for broadcast parallel processing
US20060095714A1 (en) * 2004-11-03 2006-05-04 Stexar Corporation Clip instruction for processor
US7447725B2 (en) * 2004-11-05 2008-11-04 International Business Machines Corporation Apparatus for controlling rounding modes in single instruction multiple data (SIMD) floating-point units
US9223751B2 (en) * 2006-09-22 2015-12-29 Intel Corporation Performing rounding operations responsive to an instruction

Also Published As

Publication number Publication date
JP2010503935A (en) 2010-02-04
US20080077779A1 (en) 2008-03-27
JP6333439B2 (en) 2018-05-30
US20130191433A1 (en) 2013-07-25
US20170220349A1 (en) 2017-08-03
US10114640B2 (en) 2018-10-30
US20170220347A1 (en) 2017-08-03
DE112007001989B4 (en) 2019-04-18
JP2016058098A (en) 2016-04-21
CN101149674A (en) 2008-03-26
JP5851536B2 (en) 2016-02-03
US10114641B2 (en) 2018-10-30
JP2014123390A (en) 2014-07-03
CN103593165A (en) 2014-02-19
JP6487097B2 (en) 2019-03-20
CN110471643A (en) 2019-11-19
US10067761B2 (en) 2018-09-04
US9223751B2 (en) 2015-12-29
CN105573715B (en) 2019-09-13
US20170322804A1 (en) 2017-11-09
JP2017157225A (en) 2017-09-07
CN101882064A (en) 2010-11-10
JP2012043479A (en) 2012-03-01
US9286267B2 (en) 2016-03-15
CN103593165B (en) 2017-10-24
RU2447484C1 (en) 2012-04-10
DE112007001989T5 (en) 2009-06-18
RU2009115188A (en) 2010-10-27
JP5475746B2 (en) 2014-04-16
WO2008036944A1 (en) 2008-03-27
KR100947138B1 (en) 2010-03-12
JP2018139134A (en) 2018-09-06
KR20080027454A (en) 2008-03-27
US10108416B2 (en) 2018-10-23
JP4990977B2 (en) 2012-08-01
US20160139918A1 (en) 2016-05-19
JP6162203B2 (en) 2017-07-12
US20170322805A1 (en) 2017-11-09
CN105573715A (en) 2016-05-11
CN109871235A (en) 2019-06-11
RU2420790C2 (en) 2011-06-10
RU2011102731A (en) 2012-03-20
US20210216314A1 (en) 2021-07-15
US20170220348A1 (en) 2017-08-03
US20170322803A1 (en) 2017-11-09
CN101882064B (en) 2013-11-06

Similar Documents

Publication Publication Date Title
US20210216314A1 (en) Performing Rounding Operations Responsive To An Instruction
EP3555742B1 (en) Floating point instruction format with embedded rounding rule
US9170773B2 (en) Mixed precision estimate instruction computing narrow precision result for wide precision inputs
US9817662B2 (en) Apparatus for calculating and retaining a bound on error during floating point operations and methods thereof
US11023230B2 (en) Apparatus for calculating and retaining a bound on error during floating-point operations and methods thereof
US10540143B2 (en) Apparatus for calculating and retaining a bound on error during floating point operations and methods thereof
US20210042088A1 (en) Condition code anticipator for hexadecimal floating point

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION