Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
FUNCTIONAL COMPLETION WHEN RETRYING NON-INTERRUPTIBLE INSTRUCTION IN BI-MODAL EXECUTION ENVIRONMENT
Document Type and Number:
WIPO Patent Application WO/2020/174300
Kind Code:
A1
Abstract:
A method is provided that includes receiving, by a firmware from an originating software, an asynchronous request for an instruction of an algorithm for compression of data. The firmware operates on a first processor and the originating software operates on a second processor. The firmware issues a synchronous request to the first processor to cause the processor to execute the instruction synchronously. It is determined, by the firmware, whether an interrupt is received from the first processor with respect to the first processor executing the instruction. The firmware retries the issuance of the synchronous request each time the interrupt is received until a retry threshold is reached.

Inventors:
KLEIN MATTHIAS (US)
WEISHAUPT SIMON (DE)
SOFIA ANTHONY (US)
BRADBURY JONATHAN (US)
FARRELL MARK (US)
AMIN MAHMOUD (US)
SLEGEL TIMOTHY (US)
Application Number:
PCT/IB2020/051060
Publication Date:
September 03, 2020
Filing Date:
February 11, 2020
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
IBM (US)
IBM CHINA INVEST CO LTD (CN)
IBM DEUTSCHLAND (DE)
International Classes:
G06F9/46
Foreign References:
US20170187388A12017-06-29
US20080196037A12008-08-14
CN1534504A2004-10-06
CN105068875A2015-11-18
Attorney, Agent or Firm:
DOEHLER, Denis (DE)
Download PDF:
Claims:
CLAIMS

1. A method comprising: receiving, by a firmware from an originating software, an asynchronous request for an instruction of an algorithm for compression of data, the firmware operating on a first processor, and the originating software operating on a second processor; issuing, by the firmware, a synchronous request to the first processor to cause the processor to execute the instruction synchronously; determining, by the firmware, whether an interrupt is received from the first processor with respect to the first processor executing the instruction; and retrying, by the firmware, the issuance of the synchronous request each time the interrupt is received until a retry threshold is reached; and returning, by the firmware, an asynchronous response with an indicator set to on upon the retry threshold being reached, the indicator enabling the originating software to execute a synchronous fallback path to ensure completion of the instruction. 2. The method of claim 1, wherein the originating software issues a request block, as the asynchronous request, for the instruction to the firmware.

3. The method of claim 1, wherein the firmware returns an asynchronous response with the indicator set to off if the first processor completed the instruction.

4. The method of claim 3, wherein the originating software does not issue the synchronous request.

5. The method of claim 1, wherein not receiving the interrupt by the firmware from the first processor indicates that the processor has executed the instruction to completion.

6. The method of claim 1, wherein receiving the interrupt by the firmware from the processor indicates that the processor failed to execute the instruction to completion. 7. The method of claim 1, wherein the firmware returns a request block, as the asynchronous response, to the originating software.

8. A computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a first processor or a second processor to perform operations comprising: receiving, by a firmware from an originating software, an asynchronous request for an instruction of an algorithm for compression of data, the firmware operating on the first processor, and the originating software operating on the second processor; issuing, by the firmware, a synchronous request to the first processor to cause the processor to execute the instruction synchronously; determining, by the firmware, whether an interrupt is received from the first processor with respect to the first processor executing the instruction; and retrying, by the firmware, the issuance of the synchronous request each time the interrupt is received until a retry threshold is reached; and returning, by the firmware, an asynchronous response with an indicator set to on upon the retry threshold being reached, the indicator enabling the originating software to execute a synchronous fallback path to ensure completion of the instruction.

9. The computer program product of claim 8, wherein in an operating system issues a request block, as the asynchronous request, for the instruction to the firmware. 10. The computer program product of claim 8, wherein the firmware returns an asynchronous response with the indicator set to off if the first processor completed the instruction.

11. The computer program product of claim 8, wherein the originating software does not issue the synchronous request. 12. The computer program product of claim 8, wherein not receiving the interrupt by the firmware from the first processor indicates that the processor has executed the instruction to completion.

13. The computer program product of claim 8, wherein receiving the interrupt by the firmware from the processor indicates that the processor failed to execute the instruction to completion.

14. The computer program product of claim 8, wherein the firmware returns a request block, as the asynchronous response, to the originating software.

15. A system comprising: a first processor comprising firmware thereon, the firmware in communication with an originating software executing on a second processor, the system executable to perform operations comprising: receiving, by a firmware from the originating software, an asynchronous request for an instruction of an algorithm for compression of data; issuing, by the firmware, a synchronous request to the first processor to cause the processor to execute the instruction synchronously; determining, by the firmware, whether an interrupt is received from the first processor with respect to the first processor executing the instruction; and retrying, by the firmware, the issuance of the synchronous request each time the interrupt is received until a retry threshold is reached; and returning, by the firmware, an asynchronous response with an indicator set to on upon the retry threshold being reached, the indicator enabling the originating software to execute a synchronous fallback path to ensure completion of the instruction.

16. The system of claim 15, wherein in an operating system issues a request block, as the asynchronous request, for the instruction to the firmware. 17. The system of claim 15, wherein the firmware returns an asynchronous response with the indicator set to off if the first processor completed the instruction.

18. The system of claim 15, wherein the originating software does not issue the synchronous request. 19. The system of claim 15, wherein not receiving the interrupt by the firmware from the first processor indicates that the processor has executed the instruction to completion.

20. The system of claim 15, wherein receiving the interrupt by the firmware from the processor indicates that the processor failed to execute the instruction to completion.

21. The system of claim 15, wherein the firmware returns a request block, as the asynchronous response, to the originating software.

22. A method comprising: sending, by an originating software to a firmware, an asynchronous request for an asynchronous execution of an instruction, the firmware operating on a first processor, and the originating software operating on a second processor; receiving, by the originating software from the firmware, an asynchronous response with an indicator set to on upon a retry threshold being reached by the firmware; and synchronously, by the originating software, executing the instruction to ensure completion in response to receiving the asynchronous response with the indicator set to on.

23. The method of claim 22, wherein the originating software receives from the firmware the asynchronous response with the indicator set to off informing the originating software that the asynchronous execution was successful.

24. A computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a processor to cause: sending, by an originating software to a firmware, an asynchronous request for an asynchronous execution of an instruction, the firmware operating on a first processor, and the originating software operating on a second processor; receiving, by the originating software from the firmware, an asynchronous response with an indicator set to on upon a retry threshold being reached by the firmware; and synchronously, by the originating software, executing the instruction to ensure completion in response to receiving the asynchronous response with the indicator set to on.

25. The computer program product of claim 24, wherein the originating software receives from the firmware the asynchronous response with the indicator set to off informing the originating software that the asynchronous execution was successful.

Description:
FUNCTIONAL COMPLETION WHEN RETRYING NON-INTERRUPTIBLE

INSTRUCTION IN BI-MODAL EXECUTION ENVIRONMENT

BACKGROUND

[0001] The present invention generally relates to accelerators, and more specifically, to a functional completion when retrying a non-interruptible instruction in a bi-modal execution environment of a hardware accelerator.

[0002] In computing, acceleration refers to the use of computer software or hardware specially designed to perform some functions more efficiently than a general-purpose central processing unit (CPU). While it is possible that any transformation of data or routine can be computed or calculated purely in software running on a generic CPU or purely in custom-made hardware or in some mix of both, many operations can be executed faster in application-specific software or hardware.

[0003] The implementation of computing tasks in hardware to decrease latency and increase throughput is known as hardware acceleration.

SUMMARY

[0004] In accordance with embodiments of the present invention, a method is provided that includes receiving, by a firmware from an originating software, an asynchronous request for an instruction of an algorithm for compression of data. The firmware operates on a first processor and the originating software operates on a second processor. The firmware issues a

synchronous request to the first processor to cause the processor to execute the instruction synchronously. It is determined, by the firmware, whether an interrupt is received from the first processor with respect to the first processor executing the instruction. The firmware retries the issuance of the synchronous request each time the interrupt is received until a retry threshold is reached. The technical effects and benefits of the firmware performing the instruction can include that the instruction does not need to (or be able to) write out a resumable intermediate state in case of interruption. The technical effects and benefits of the firmware performing the instruction can also include providing the asynchronous interface (e.g., the asynchronous logic) to retry a certain amount of times and hide most interrupts from the operating system (thereby avoiding incurring additional billable CPU cycles).

[0005] In accordance with one or more embodiments or the method embodiment above, the originating software issues a request block, as the asynchronous request, for the instruction to the firmware.

[0006] In accordance with one or more embodiments or any of the method embodiments above, the indicator includes a bit of the request block that is set to null based on the originating software issuing the request block.

[0007] In accordance with one or more embodiments or any of the method embodiments above, the firmware returns an asynchronous response with the indicator set to off if the first processor completed the instruction.

[0008] In accordance with one or more embodiments or any of the method embodiments above, not receiving the interrupt by the firmware from the first processor indicates that the processor has executed the instruction to completion.

[0009] In accordance with one or more embodiments or any of the method embodiments above, receiving the interrupt by the firmware from the processor indicates that the processor failed to execute the instruction to completion. The technical effects and benefits include an eventual fallback to the operating system that guarantees forward progress and functional completion.

[0010] In accordance with one or more embodiments or any of the method embodiments above, the firmware returns a request block, as the asynchronous response, to the originating software.

[0011] In accordance with one or more embodiments, any of the above method embodiments can be implemented as a computer program product or a system.

[0012] In accordance with one or more embodiments, a method is provided that includes sending, by an originating software to a firmware, an asynchronous request for the asynchronous execution of the instruction. The firmware operates on a first processor. The originating software operates on a second processor. The originating software receives, from the firmware, an asynchronous response with an indicator set to on upon a retry threshold being reached by the firmware. The originating software synchronously executes the instruction to ensure completion in response to receiving the asynchronous response with the indicator set to on. The technical effects and benefits may include avoiding a hang of the instruction, such as by guaranteeing that the instruction is completed by either the firmware or the operating system.

[0013] In accordance with one or more embodiments or the method embodiment above, the originating software receives, from the firmware, the asynchronous response with the indicator set to off informing the originating software that the asynchronous execution was successful.

[0014] In accordance with one or more embodiments, any of the above method embodiments can be implemented as a computer program product or a system.

[0015] Additional technical features and benefits are realized through the techniques of the present invention. Embodiments and aspects of the invention are described in detail herein and are considered a part of the claimed subject matter. For a better understanding, refer to the detailed description and to the drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

[0016] The specifics of the exclusive rights described herein are particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The foregoing and other features and advantages of the embodiments of the invention are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:

[0017] FIG. 1A depicts one example of a computing environment to incorporate and use one or more aspects of the present invention;

[0018] FIG. IB depicts further details of a processor of FIG. 1A, in accordance with one or more aspects of the present invention;

[0019] FIG. 2 depicts another example of a computing environment to incorporate and use one or more aspects of the present invention; [0020] FIG. 3A depicts one format of a DEFLATE Conversion Call (DFLTCC) instruction, in accordance with an aspect of the present invention;

[0021] FIG. 3B depicts one example of fields of an implied register, general register 0, used by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0022] FIG. 3C depicts one example of function codes for the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0023] FIG. 3D depicts one example of a field of an implied register, general register 1, used by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0024] FIG. 3E depicts one example of contents of a register, Rl, specified by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0025] FIG. 3F depicts one example of contents of a register, Rl+1, used by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention; [0026] FIG. 3G depicts one example of contents of a register, R2, specified by the DEFLATE

Conversion Call instruction, in accordance with an aspect of the present invention;

[0027] FIG. 3H depicts one example of contents of a register, R2+1, used by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0028] FIG. 31 depicts one example of contents of a register, R3, specified by the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0029] FIG. 3 J depicts one example of contents of a parameter block used by the DFLTCC- QAF (query available functions) function of the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention; [0030] FIG. 3K depicts one example of contents of a parameter block used by the DFLTCC- GDHT (generate dynamic-Huffman table) function of the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0031] FIG. 3L depicts one example of contents of a parameter block used by the DFLTCC- CMPR (compress) and DFLTCC-XPND (expand) functions of the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0032] FIG. 4 depicts one example of a sub-byte boundary, in accordance with one or more aspects of the present invention;

[0033] FIGS. 5A-5C depict examples illustrating how a sub-byte boundary applies to the DFTLCC-CMPR function, in accordance with an aspect of the present invention;

[0034] FIG. 6 depicts one example of a block of data with no compression, in accordance with an aspect of the present invention;

[0035] FIG. 7 depicts one example of a block with compressed data using a fixed-Huffman table (FHT), in accordance with an aspect of the present invention; [0036] FIG. 8 depicts one example of a block with compressed data using a dynamic- Huffman table (DHT), in accordance with an aspect of the present invention;

[0037] FIG. 9 depicts one example of a compressed data set in storage, in accordance with an aspect of the present invention;

[0038] FIG. 10 depicts one example of a sample of a program compressing data into three blocks of a compressed data set, in accordance with an aspect of the present invention;

[0039] FIG. 11 depicts one example of parameter block contents for a DFLTCC-CMPR function operating on a first compressed data block of a set, in accordance with an aspect of the present invention; [0040] FIG. 12 depicts one example of parameter block contents for a DFLTCC-CMPR function operating on a second compressed data block of a set, in accordance with an aspect of the present invention;

[0041] FIG. 13 depicts one example of a sample of a program decompressing data from a compressed data set, in accordance with an aspect of the present invention;

[0042] FIGS. 14A-14C depict examples of an in-line history buffer before and after executing DFLTCC-CMPR multiple times, in accordance with an aspect of the present invention;

[0043] FIGS. 15A-15E depict examples of a circular history buffer before and after executing DFLTCC multiple times, in accordance with an aspect of the present invention; [0044] FIGS. 16A-16C depict examples of an in-line history buffer before and after executing

DFLTCC-XPND multiple times, in accordance with an aspect of the present invention;

[0045] FIG. 17 depicts one example of using the DEFLATE Conversion Call instruction, in accordance with an aspect of the present invention;

[0046] FIG. 18 depicts one example of using a circular history buffer, in accordance with an aspect of the present invention;

[0047] FIG. 19 depicts a system architecture in accordance with embodiments of the present invention;

[0048] FIG. 20 depicts a system architecture in accordance with embodiments of the present invention; [0049] FIG. 21 depicts a process flow of the system architecture of FIG. 20 in accordance with embodiments of the present invention;

[0050] FIG. 22 depicts a process flow of the system architecture of FIG. 20 in accordance with embodiments of the present invention; and

[0051] FIG. 23 depicts a processing system in accordance with one or more embodiments. [0052] The diagrams depicted herein are illustrative. There can be many variations to the diagram or the operations described therein without departing from the spirit of the invention. For instance, the actions can be performed in a differing order or actions can be added, deleted or modified. Also, the term“coupled” and variations thereof describes having a

communications path between two elements and does not imply a direct connection between the elements with no intervening elements/connections between them. All of these variations are considered a part of the specification.

[0053] In the accompanying figures and following detailed description of the disclosed embodiments, the various elements illustrated in the figures are provided with two or three digit reference numbers. With minor exceptions, the leftmost digit(s) of each reference number correspond to the figure in which its element is first illustrated.

DETAILED DESCRIPTION

[0054] In accordance with one or more embodiments, the present invention herein relates to processing a non-interruptible instruction to functional completion across a bi-modal execution environment. In this regard, the non-interruptible instruction can be attempted by a first processor of the bi-modal execution environment multiple times until a retry threshold is reached or functional completion is achieved. If the retry threshold is reached, a second processor of the bi-modal execution environment attempts to process the non-interruptible instruction to functional completion.

[0055] In accordance with an aspect of the present invention, a capability is provided to facilitate processing within a computing environment. As one example, a single instruction (e.g., a single architected hardware machine instruction at the hardware/software interface) is provided to perform a function (also referred to as an operation), such as a compression or decompression function, to compress and/or decompress (also referred to as uncompress) data. The instruction is part of a general-purpose processor instruction set architecture (ISA), which is dispatched by a program (e.g., an operating system or a user program) on the general- purpose processor. By using an ISA instruction to perform compression/decompression, task switches by the operating system are not needed to perform the compression/decompression operations, thereby saving execution cycles. Further, by using a single instruction to compress and/or decompress data, execution time within a processor, such as a general-purpose processor, is reduced.

[0056] In one example, the instruction performs compressing and uncompressing operations compliant with an industry standard, referred to as the DEFLATE standard, and the instruction is referred to as a DEFLATE Conversion Call instruction. The DEFLATE standard includes descriptions for compressed data symbols which represent duplicate strings in the original form of the data (in the uncompressed form of the data). Such symbols include a pointer and a length of a duplicate string which describe the location and length of the duplicate string, which was previously processed, in relationship to the current location of data being processed. The previously processed uncompressed form of the data is referred to as history. In one example, the history is a contiguous number of bytes in memory, which can be as large as, for instance, 32 K-bytes.

[0057] One embodiment of a computing environment to incorporate and use one or more aspects of the present invention is described with reference to FIG. 1A. A computing environment 100 includes, for instance, a processor 102 (e.g., a central processing unit), a memory 104 (e.g., main memory; a.k.a., system memory, main storage, central storage, storage), and one or more input/output (I/O) devices and/or interfaces 106 coupled to one another via, for example, one or more buses 108 and/or other connections.

[0058] In one example, processor 102 is based on the z/ Architecture® hardware architecture offered by International Business Machines Corporation, Armonk, New York, and is part of a server, such as an IBM Z® server, which is also offered by International Business Machines Corporation and implements the z! Architecture hardware architecture. One embodiment of the z! Architecture hardware architecture is described in a publication entitled,“z/ Architecture Principles of Operation,” IBM Publication No. SA22-7832-11, 12th edition, September 2017, which is hereby incorporated herein by reference in its entirety. The z! Architecture hardware architecture, however, is only one example architecture; other architectures and/or other types of computing environments may include and/or use one or more aspects of the present invention. In one example, the processor executes an operating system, such as the z/OS® operating system, also offered by International Business Machines Corporation. [0059] Processor 102 includes a plurality of functional components used to execute instructions. As depicted in FIG. IB, these functional components include, for instance, an instruction fetch component 120 to fetch instructions to be executed; an instruction decode unit 122 to decode the fetched instructions and to obtain operands of the decoded instructions; an instruction execute component 124 to execute the decoded instructions; a memory access component 126 to access memory for instruction execution, if necessary; and a write back component 130 to provide the results of the executed instructions. One or more of these components may, in accordance with one or more aspects of the present invention, include at least a portion of or have access to one or more other components used in

compress/decompress processing (or other processing that may use one or more aspects of the present invention), as described herein. The one or more other components include, for instance, a compress/decompress component (or other component) 136.

[0060] Another example of a computing environment to incorporate and use one or more aspects of the present invention is described with reference to FIG. 2. In one example, the computing environment is based on the zJ Architecture hardware architecture; however, the computing environment may be based on other architectures offered by International Business Machines Corporation or others.

[0061] Referring to FIG. 2, in one example, the computing environment includes a central electronics complex (CEC) 200. CEC 200 includes a plurality of components, such as, for instance, a memory 202 (a.k.a., system memory, main memory, main storage, central storage, storage) coupled to one or more processors (a.k.a., central processing units (CPUs)) 204, and to an input/output subsystem 206.

[0062] Memory 202 includes, for example, one or more logical partitions 208, a hypervisor 210 that manages the logical partitions, and processor firmware 212. One example of hypervisor 210 is the Processor Resource/System Manager (PR/SM™) hypervisor, offered by International Business Machines Corporation, Armonk, New York. As used herein, firmware includes, e.g., the microcode of the processor. It includes, for instance, the hardware-level instructions and/or data structures used in implementation of higher level machine code. In one embodiment, it includes, for instance, proprietary code that is typically delivered as microcode that includes trusted software or microcode specific to the underlying hardware and controls operating system access to the system hardware.

[0063] Each logical partition 208 is capable of functioning as a separate system. That is, each logical partition can be independently reset, run a guest operating system 220 such as a z/OS operating system, or another operating system, and operate with different programs 222. An operating system or application program running in a logical partition appears to have access to a full and complete system, but in reality, only a portion of it is available.

[0064] Memory 202 is coupled to processors (e.g., CPUs) 204, which are physical processor resources that may be allocated to the logical partitions. For instance, a logical partition 208 includes one or more logical processors, each of which represents all or a share of a physical processor resource 204 that may be dynamically allocated to the logical partition.

[0065] Further, memory 202 is coupled to I/O subsystem 206. I/O subsystem 206 may be a part of the central electronics complex or separate therefrom. It directs the flow of information between main storage 202 and input/output control units 230 and input/output (I/O) devices 240 coupled to the central electronics complex.

[0066] Many types of I/O devices may be used. One particular type is a data storage device 250. Data storage device 250 may store one or more programs 252, one or more computer readable program instructions 254, and/or data, etc. The computer readable program instructions may be configured to carry out functions of embodiments of aspects of the invention.

[0067] As one example, each processor 204 includes at least one cache 260 (e.g., a local cache) of a cache hierarchy that includes a plurality of levels of cache, including one or more local caches and/or one or more shared caches. Further, in one embodiment, the local caches and memory 202 are coupled to a compress/decompress component (or other component) 262 used in performing one or more of compressing and/or decompressing of data (and/or other operations of one or more aspects of the present invention). In various examples, there may be one or more components performing these tasks. Many variations are possible. [0068] In one embodiment, a processor (e.g., processor 204) obtains the instruction (e.g., the DEFLATE Conversion Call instruction), decodes the instruction, performs set-up for the instruction, including translating addresses to be used by the instruction, and sends commands for the instruction to a component coupled to the processor, such as component 262, to perform a function specified by the instruction. Component 262 has access to the cache hierarchy and memory, such that in performing the specified function, it reads data, processes it and stores the processed data back. As an example, component 262 is a hardware component.

[0069] In a further embodiment, at least a portion of component 262 is included as part of the processor. Many variations are possible.

[0070] Central electronics complex 200 may include and/or be coupled to removable/non removable, volatile/non-volatile computer system storage media. For example, it may include and/or be coupled to a non-removable, non-volatile magnetic media (typically called a "hard drive"), a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a "floppy disk"), and/or an optical disk drive for reading from or writing to a removable, non-volatile optical disk, such as a CD-ROM, DVD-ROM or other optical media. It should be understood that other hardware and/or software components could be used in conjunction with central electronics complex 200. Examples include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.

[0071] Further, central electronics complex 200 may be operational with numerous other general purpose or special purpose computing system environments or configurations.

Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with central electronics complex 200 include, but are not limited to, personal computer (PC) systems, server computer systems, thin clients, thick clients, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like. [0072] Although various examples of computing environments are described herein, one or more aspects of the present invention may be used with many types of environments. The computing environments provided herein are only examples.

[0073] In accordance with an aspect of the present invention, a computing environment, such as computing environment 100 or central electronics complex 200, employs a conversion facility that provides a mechanism to compress and decompress data. In one example, the conversion facility is a DEFLATE conversion facility that provides a mechanism to compress and decompress data using the DEFLATE compressed data format. In one example, the conversion facility is installed in the system when a facility indicator is set, e.g., to one. As one particular example of the zJ Architecture hardware architecture, facility bit 151 is set to, e.g., one, when the conversion facility is installed in the zJ Architecture architectural mode.

The facility includes, for instance, the DEFLATE Conversion Call instruction, an embodiment of which is described below.

[0074] In one example, the DEFLATE Conversion Call instruction performs functions related to transforming the state of data between the original (uncompressed) form of the data, and a compressed representation of the data, as specified by a selected standard, such as the IETF (Internet Engineering Task Force) RFC (Request for Comments) 1951 specification, which is described in the DEFLATE Compressed Data Format Specification version 1.3 Internet Engineering Task Force, Request for Comments 1951, May 1996.

[0075] In one example, the uncompressed data is a sequence of bytes, and the compressed representation of the data includes symbols. Symbols represent an individual byte of uncompressed data, referred to as a literal byte, or represent a reoccurring sequence of bytes of uncompressed data, referred to as a duplicate string. A Huffman table, as an example, specifies the encoding and decoding between compressed data symbols and uncompressed data. There are two types of Huffman tables: a fixed-Huffman table (FHT), which is a predetermined specification which includes, for instance, all possible codings; and a dynamic-Huffman table (DHT), which is a set of codings created specifically for the data to be compressed, which may be a subset of all possible codings. A compressed representation of data generated with a DHT is typically smaller than a compressed representation of the same data generated with an FHT. A portion of the most recently processed uncompressed data, referred to as history, is maintained for encoding and decoding compressed data symbols representing duplicate strings. The history is the reference source for duplicate strings. The history is updated as data is processed during an operation.

[0076] As indicated, in one example, the DEFLATE Conversion Call instruction uses the DEFLATE compressed data format, which is described in RCF 1951, DEFLATE Compressed Data Format Specification version 1.3. Attributes of the DEFLATE standard which apply to the DEFLATE Conversion Call instruction include, for instance:

• A compressed data set includes a series of blocks. There are three types of blocks. One type includes a 3-bit header followed by length information and uncompressed data, and two types of blocks include a 3-bit header followed by compressed data elements.

• Compressed data elements may include a compressed representation of a dynamic-Huffman table, compressed data symbols, and an end-of-block (EOB) symbol.

• Compressed data elements have various bit lengths.

• Compressed data elements may begin or end between byte boundaries in storage.

• Compressed data elements are loaded into bytes in order from, e.g., the rightmost bit position to the leftmost bit position.

[0077] When a compressed data element occupies part of, and not all of, a byte in storage, the entire byte in storage is accessed. Storage operand lengths specify the number of addressable bytes, which may specify more bits than the compressed data occupies.

[0078] Additional details regarding compressed data blocks are described further below.

[0079] One embodiment of the DEFLATE Conversion Call (DFLTCC) instruction is described with reference to FIGS. 3A-3L. The instruction is executed, in one example, using a general- purpose processor (e.g., processor 102 or 204). In the description herein, specific locations, specific fields and/or specific sizes of the fields are indicated (e.g., specific bytes and/or bits). However, other locations, fields and/or sizes may be provided. Further, although the setting of a bit to a particular value, e.g., one or zero, is specified, this is only an example. The bit may be set to a different value, such as the opposite value or to another value, in other examples. Many variations are possible.

[0080] In one embodiment, a program (e.g., an operating system or user program) may execute the DEFLATE Conversion Call instruction multiple times to compress or uncompress a single data stream. For instance, when an application compresses or decompresses a large data stream (e.g., greater than 1 M-bytes), the operation may include multiple calls to compress or decompress buffered portions of the data stream. In accordance with one aspect of the present invention, a program declares a buffer (e.g., a 32 K-byte buffer), which is used to accumulate the history of uncompressed data processed during an operation which spans multiple executions of the DEFLATE Conversion Call instruction. The buffer is referred to as a circular history buffer, which is defined using the DEFLATE Conversion Call instruction, as described herein.

[0081] Referring to FIG. 3A, in one example, a format of a DEFLATE Conversion Call (DFLTCC) instruction 300 is an RRF format that denotes a register and register operation with an extended operation code (opcode) field and an additional register field. As an example, the instruction includes an operation code field 302 (e.g., bits 0-15) having an operation code indicating a DEFLATE Conversion Call operation; a first register field (Rl) 304 (e.g., bits 24- 27) designating a first pair of general registers; a second register field (R2) 306 (e.g., bits 28- 31) designating a second pair of general registers; and a third register field (R3) 308 (e.g., bits 16-19) designating a third general register. The contents of a register designated by Rl field 304 specify a location of a first operand (in storage); the contents of a register designated by R2 field 306 specify a location of a second operand (in storage); and the contents of a register designated by R3 field 308 specify a location of a third operand (in storage). The contents of Rl + 1 specify the length of the first operand, and the contents of R2 + 1 specify the length of the second operand. In one example, bits 20-23 of the instruction are reserved and should contain zeros; otherwise, the program may not operate compatibly in the future. As used herein, the program is the one issuing the DEFLATE Conversion Call instruction. It may be a user program, an operating system or another type of program.

[0082] In one embodiment, execution of the instruction includes the use of one or more implied general registers (i.e., registers not explicitly designated by the instruction). For instance, general registers 0 and 1 are used in execution of the DEFLATE Conversion Call instruction, as described herein. General register 0 is used, in one example, to specify a function to be performed (as well as a history buffer type, described below), and general register 1 is used to provide a location of a parameter block used by the instruction.

[0083] As an example, with reference to FIG. 3B, a general register 0 (309) includes a history buffer type field 310 and a function code field 312. In one particular example, bit position 56 of general register 0 includes a history buffer type, and bit positions 57-63 of general register 0 contain a function code; but in other embodiments, other bits may be used to contain the history buffer type and/or the function code. When bits 57-63 of general register 0 designate an unassigned or uninstalled function code, a specification exception is recognized, in one example.

[0084] Example assigned function codes for the DEFLATE Conversion Call instruction are shown in FIG. 3C and include, for instance: function code 0 (313) indicating a DFLTCC-QAF (query available functions) function; function code 1 (315) indicating a DFLTCC-GDHT (Generate Dynamic-Huffman Table) function; function code 2 (317) indicating a DFLTCC- CMPR (compress) function; and function code 4 (319) indicating a DFLTCC-XPND (expand) function. Each code uses a parameter block and the size of the parameter block depends, in one example, on the function. For instance, for the DFLTCC-QAF function, the parameter block is 32 bytes; for the DFLTCC-GDHT function, the parameter block is 384 bytes; and for the DFLTCC-CMPR and DFLTCC-XPND functions, the parameter block is 1536 bytes. Other function codes are unassigned in this example. Although example functions and function codes are described, other functions and/or function codes may be used.

[0085] When the specified function is DFLTCC-CMPR or DFLTCC-XPND, bit 56 of general register 0 specifies the history buffer type (HBT) used during the operation. When HBT is zero, the history buffer is called an in-line history buffer. When using an in-line history buffer, the history is, e.g., immediately to the left of the second operand when DFLTCC-CMPR is specified and is, e.g., immediately to the left of the first operand when DFLTCC-XPND is specified. When HBT is one, the history buffer is called a circular history buffer. When using a circular history buffer, the history is a portion of, or all of, the third operand when either DFLTCC-CMPR or DFLTCC-XPND is specified. When the DFLTCC-QAF or DFLTCC- GDHT function is specified, bit 56 of general register 0 is ignored. In one example, bit positions 0-31 of general register 0 are ignored. Further, in one example, bit positions 32-55 of general register 0 are reserved and should contain zeros; otherwise, the program may not operate compatibly in the future.

[0086] Further details regarding another implied register, general register 1, used by the DEFLATE Conversion Call instruction are described with reference to FIG. 3D. The contents of general register 1 (314) specify, for instance, a logical address 316 of the leftmost byte of a parameter block in storage. The parameter block is to be designated on a 4K-byte boundary, in one example; otherwise a specification exception is recognized. Further details regarding the parameter block are described further below.

[0087] For the specified functions (e.g., DFLTCC-QAF, DFLT CC-GDHT, DFLTCC-CMPR, DFLTCC-XPND), the contents of general registers 0, 1 and R3 are not modified. Further, in one example, R1 field 304 designates an even-odd pair of general registers. It is to designate an even-numbered register and is not to designate general register 0; otherwise, a specification exception is recognized.

[0088] As depicted in FIGS. 3E-3F and described in further detail herein, the contents of general register R1 318 indicate a first operand address 320, and the contents of general register R1 + 1 322 are used to determine the length 324 of the first operand. For instance, when the specified function is DFLTCC-CMPR or DFLTCC-XPND, the contents of general register R1 318 specify a logical address of the leftmost byte of the first operand. When the specified function is DFLTCC-CMPR, the contents of general register R1 + 1, in conjunction with the values of the new task (NT) and sub-byte boundary (SBB) fields of the parameter block (described below), specify the length of the first operand. The following table provides examples which demonstrate the length of the first operand for the DFLTCC-CMPR function as a function of the contents of general register R1 + 1, the NT field, and the SBB field: Contents of GR R1 + 1 (hex ' ) NT SBB (binary! Length of First Operand 00000000 00000002 0 001 15 bits

00000000 00000001 1 8 bits

00000000 00000001 0 000 8 bits

00000000 00000001 0 011 5 bits

00000000 00000001 0 111 1 bit

00000000 00000000 0 bits

[0089] When the specified function is DFLTCC-XPND, the contents of general register R1 + 1 specify the length of the first operand. When the specified function is DFLTCC-CMPR or DFLTCC-XPND, the results of compressing or decompressing data are stored at the first operand location. When the DFLTCC-QAF or DFLTCC-GDHT function is specified, the contents of general registers R1 and R1 + 1 are ignored.

[0090] Moreover, for the specified functions (e.g., DFLTCC-QAF, DFLTCC-GDHT, DFLTCC-CMPR and DFLTCC-XPND), in one example, R2 field 306 designates an even-odd pair of general registers. It is to designate an even-numbered register and is not to designate general register 0; otherwise, a specification exception is recognized. [0091] As depicted in FIGS. 3G-3H and described in further detail herein, the contents of general register R2 326 indicate a second operand address 328, and the contents of general register R2 + 1 330 are used to determine the length 332 of the second operand. For instance, when the specified function is DFLTCC-GDHT, DFLTCC-CMPR, or DFLTCC-XPND, the contents of general register R2 specify a logical address of the leftmost byte of the second operand. When the specified function is DFLTCC-CMPR or DFLTCC-GDHT, the contents of general register R2 + 1 specify the length of the second operand. When the specified function is DFLTCC-XPND, the contents of general register R2 + 1, in conjunction with the values of the NT and SBB fields of the parameter block, specify the length of the second operand. When the second operand length is referenced and has a non-zero value at the beginning of the execution of the instruction, data is fetched from the second operand location. When the second operand length is referenced, has a value of zero at the beginning of the execution of the instruction, and the continuation flag (CF) field of the parameter block is one at the beginning of the execution of the instruction, the second operand is not accessed.

[0092] When the DFLTCC-QAF function is specified, the contents of general registers R2 and R2 + 1 are ignored. When the DFLTCC-GDHT function is specified and the contents of general register R2 + 1 specify a length equal to zero, a specification exception is recognized, and the second operand is not accessed. When the DFLTCC-CMPR or DFLTCC-XPND function is specified, the continuation flag (CF) field of the parameter block is zero at the beginning of the execution of the instruction, and the contents of general register R2 + 1 specify a length equal to zero, a specification exception is recognized, and the second operand is not accessed.

[0093] As shown in FIG. 31, when the specified function is DFLTCC-CMPR or DFLTCC- XPND and the history buffer type (HBT) is circular (e.g. HBT 310=1), the contents of general register R3 335 specify a circular history buffer address 337. For instance, a logical address of the leftmost byte of the third operand is specified. It is to designate, e.g., a 4 K-byte boundary; otherwise a specification exception is recognized. In one example, the circular history buffer is located at the third operand location. When the specified function is DFLTCC-CMPR or DFLTCC-XPND and the HBT is zero, the contents of general register R3 are ignored. When the DFLTCC-QAF or DFLTCC-GDHT function is specified, the contents of general register R3 are ignored. For the specified functions (e.g., DFLTCC-QAF, DFLTCC-GDHT, DFLTCC- CMPR and DFLTCC-XPND), the R3 field is not to designate general register 0 or general register 1 ; otherwise, a specification exception is recognized, in one example.

[0094] As part of the operation, when the specified function is DFLTCC-CMPR, the address in general register R1 is incremented by the number of bytes processed of the first operand that included processing bit position 0, and the length in general register R1 + 1 is decremented by the same number; the address in general register R2 is incremented by the number of bytes processed of the second operand, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the first operand that included processing bit position 0 is, for instance, the integer quotient resulting from an integer division with the dividend being the sum of the number of output bits processed and the original value of the SBB, and the divisor being a value of eight. The formation and updating of the addresses and lengths are dependent on the addressing mode, as described below.

[0095] As part of the operation, when the specified function is DFLTCC-XPND, the address in general register R1 is incremented by the number of bytes processed of the first operand, and the length in general register R1 + 1 is decremented by the same number; the address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit position 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit position 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight. The formation and updating of the addresses and lengths are dependent on the addressing mode, as described below.

[0096] In the 24-bit addressing mode, the following apply, in one embodiment:

• The contents of bit positions 40-63 of general registers 1 , R1 , R2, and R3 constitute the addresses of the parameter block, first operand, second operand, and circular history buffer, respectively, and the contents of bit positions 0-39 are ignored.

• Bits 40-63 of the updated first operand and second operand addresses replace the corresponding bits in general registers R1 and R2, respectively. Carries out of bit position 40 of the updated addresses are ignored, and the contents of bit positions 32-39 of general registers R1 and R2 are set to zeros. The contents of bit positions 0-31 of general registers R1 and R2 remain unchanged. When the instruction ends with partial or normal completion, and an updated operand address equals the operand address at the beginning of execution of the instruction, bit positions 32-39 of the corresponding general register are set to zeros. • The contents of bit positions 32-63 of general registers R1 + 1 and R2 + 1 form, e.g., 32-bit unsigned binary integers which specify the number of bytes in the first and second operands, respectively. The contents of bit positions 0-31 of general registers R1 + 1 and R2 + 1 are ignored.

• Bits 32-63 of the updated first operand and second operand lengths replace the corresponding bits in general registers R1 + 1 and R2 + 1 , respectively. The contents of bit positions 0-31 of general registers R1 + 1 and R2 + 1 remain unchanged.

[0097] In the 31 -bit addressing mode, the following apply, in one embodiment:

• The contents of bit positions 33-63 of general registers 1, Rl, R2, and R3 constitute the addresses of the parameter block, first operand, second operand, and circular history buffer, respectively, and the contents of bit positions 0-32 are ignored.

• Bits 33-63 of the updated first operand and second operand addresses replace the corresponding bits in general registers Rl and R2, respectively. Carries out of bit position 33 of the updated addresses are ignored, and the content of bit position 32 of general registers Rl and R2 is set to zero. The contents of bit positions 0-31 of general registers Rl and R2 remain unchanged. When the instruction ends with partial or normal completion, and an updated operand address equals the operand address at the beginning of the execution of the instruction, bit position 32 of the corresponding general register is set to zero.

• The contents of bit positions 32-63 of general registers Rl + 1 and R2 + 1 form 32-bit unsigned binary integers which specify the number of bytes in the first and second operands, respectively. The contents of bit positions 0-31 of general registers Rl + 1 and R2 + 1 are ignored.

• Bits 32-63 of the updated first operand and second operand lengths replace the corresponding bits in general registers Rl + 1 and R2 + 1 , respectively. The contents of bit positions 0-31 of general registers R1 + 1 and R2 + 1 remain unchanged.

[0098] In the 64-bit addressing mode, the following apply, in one embodiment:

• The contents of bit positions 0-63 of general registers 1 , R1 , R2, and R3 constitute the addresses of the parameter block, first operand, second operand, and circular history buffer, respectively.

• Bits 0-63 of the updated first operand and second operand addresses replace the corresponding bits in general registers R1 and R2, respectively. Carries out of bit position 0 of the updated addresses are ignored.

• The contents of bit positions 0-63 of general registers R1 + 1 and R2 + 1 form 64-bit unsigned binary integers which specify the number of bytes in the first and second operands, respectively.

• Bits 0-63 of the updated first operand and second operand lengths replace the corresponding bits in general registers R1 + 1 and R2 + 1 , respectively.

[0099] In the access-register mode, access registers 1, Rl, R2, and R3 specify the address spaces containing the parameter block, first operand, second operand, and circular history buffer, respectively. When DFTCC-CMPR with an in-line history buffer is specified in the access-register mode, access register R2 specifies the address space containing the in-line history. When DFTCC-XPND with an in-line history buffer is specified in the access-register mode, access register Rl specifies the address space containing the in-line history.

[0100] Further details regarding the various functions are described below:

[0101] Function Code 0: DFLTCC-QAF (Query Available Functions)

[0102] The DFLTCC-QAF (query available functions) function provides a mechanism to indicate the availability of the installed functions and installed parameter block formats. One example format of a parameter block for the DFLTCC-QAF function is described with reference to FIG. 3 J. In one example, a parameter block 340 for the DFLTCC-QAF function (e.g., function code 0) includes an installed functions vector 342 and an installed parameter block formats vector 346. In one particular example, these vectors are stored to bytes 0-15 and bytes 24-25, respectively, of the parameter block. Each of the vectors is further described below.

[0103] As an example, bits 0-127 of installed functions vector 342 correspond to function codes 0-127, respectively, of the DEFLATE Conversion Call instruction. When a bit is, e.g., one, the corresponding function is installed; otherwise, the function is not installed.

[0104] Further, in one example, bits 0-15 of installed parameter block formats vector 346 correspond to parameter block formats 0-15, respectively for the DFLTCC-GDHT, DFLTCC- CMPR and DFLTCC-XPND functions. When a bit is, e.g., one, the corresponding parameter block format is installed; otherwise, the parameter block format is not installed. In one example, zeros are stored to reserved bytes 16-23 and 26-31 of the parameter block.

[0105] Although certain fields are described with respect to parameter block 340, additional, fewer and/or other fields may be included in other embodiments.

[0106] The contents of general registers Rl, R2, R3, R1 + 1, and R2 + 1 are ignored by the DFLTCC-QAF function, in one embodiment.

[0107] A PER (program event recording) storage alteration event is recognized, when applicable, for the parameter block. A PER zero address detection event is recognized, when applicable, for the parameter block.

[0108] In one example, condition code 0 is set when execution of the DFLTCC-QAF function completes; condition codes 1, 2, and 3 are not applicable to the query function, in one example.

[0109] Function Code 1 : DFLTCC-GDHT (Generate Dynamic-Huffman Table)

[0110] When the DFLTCC-GDHT function is specified, the second operand is used, for instance, as a source to generate a compressed representation of a dynamic-Huffman table (DHT), as specified by the DEFLATE standard. [0111] In one example, the DFLTCC-GDHT function uses a parameter block, an example of which is described with reference to FIG. 3K. In the example parameter block described herein, specific locations within the parameter block for specific fields and specific sizes of the fields are indicated (e.g., specific bytes and/or bits). However, other locations and/or sizes may be provided for one or more of the fields. Further, although the setting of a bit to a particular value e.g., one or zero, is specified, this is only an example. The bit may be set to a different value, such as the opposite value or to another value, in other examples. Many variations are possible.

[0112] Additionally, in one example, the parameter block includes one or more preserved fields and one or more reserved fields. Preserved fields are not modified by the DFLTCC- GDHT function. Preserved fields are distinguished from reserved fields to enable a program to initialize a single storage location, use that storage location for the parameter block of a DFLTCC-GDHT function, and subsequently use the same storage location for the parameter block of a DFLTCC-CMPR function. Reserved fields are to contain zeros; otherwise, the program may not operate compatibly in the future. When an operation ends, reserved fields may be stored as zeros or may remain unchanged.

[0113] Yet further, some of the fields are used by other functions (e.g., DFLTCC-CMPR or DFLTCC-XPND), and thus, aspects relating to those functions may also be described with the description of those fields.

[0114] In one example, a parameter block 360 for the DFLTCC-GDHT function includes the following fields:

[0115] Parameter Block Version Number (PBVN) 362: Bytes 0-1 of the parameter block specify the version and size of the parameter block. Bits 0-11 of the PBVN are reserved and should contain zeros; otherwise, the program may not operate compatibly in the future. Bits 12-15 of the PBVN contain an unsigned binary integer specifying the format of the parameter block. The DFLTCC-QAF function provides a mechanism to indicate the parameter block formats available. When the format of the parameter block specified is not supported by the model, a general operand data exception is recognized. The PBVN is specified by the program and is not modified during execution of the instruction. [0116] Model Version Number (MVN) 363: Byte 2 of the parameter block is an unsigned binary integer identifying the model which executed the instruction. The program is not required to initialize the MVN. The MVN is updated during execution of the instruction. The value stored in the MVN is model-dependent.

[0117] Dynamic-Huffman Table (DHT) Generation Control (DHTGC) 364: Bit 2 of byte 17 of the parameter block applies to generating a dynamic-Huffman table (DHT). The DHT specifies Huffman codes for symbols representing literal bytes, duplicate string lengths, end-of-block (EOB) symbol, and duplicate string pointer distances. The value of a Huffman code for a particular symbol is a function of the count of occurrences for the entity, which the symbol represents, in the uncompressed form of the data. When the count for a symbol is zero, there is no Huffman code in the DHT for the symbol. The DHTGC specifies counts equal to zero will be treated as follows, in one example:

DHTGC Meaning

0 Treat counts of literal bytes, duplicate string lengths, and pointer distances equal to zero as equal to one (generate a universal DHT).

1 Treat counts of duplicate string lengths and pointer

distances equal to zero as equal to one.

[0118] A DHT which specifies a Huffman code for every possible value of literal bytes, an EOB symbol, duplicate string lengths, and duplicate string pointer distances is called a universal DHT. A DHT which does not specify Huffman codes for values of literal bytes, duplicate string lengths, or duplicate string pointer distances which do not occur in the uncompressed form of the data is called a non-universal DHT.

[0119] For all values of the DHTGC, the resulting DHT specifies Huffman codes for all possible duplicate string lengths and pointer distances, as defined by the DEFLATE standard. Therefore, the HLIT (Huffman literal) and HDIST (Huffman distances) sub-elements of the resulting compressed form of the DHT, described further below, each contain the value of, for instance, 29. [0120] The DHTGC is an input to the operation when the DFFTCC-GDHT function is specified. The DHTGC does not apply to the operation when the DFFTCC-CMPR or

DFFTCC-XPND function is specified. The DHTGC is not modified, in one embodiment, during execution of the instruction.

[0121] Operation Ending Supplemental Code (OESC) 365: Byte 19 of the parameter block is an unsigned binary integer providing additional information on the condition being reported to the program. Since this field is used by multiple functions, some of the conditions refer to fields of a parameter block used by other functions (e.g., the parameter block of FIG. 3L used by the DFLTCC-CMPR and DFLTCC-XPND functions). When the condition being reported is a general operand data exception, the operation is considered suppressed, although the OESC field of the parameter block is updated, in which case it is defined as follows, in one example:

OESC (hex) Meaning

00 No additional information is provided.

01 The format of the parameter block, as specified by

parameter block version number 362, is not supported by the model.

02 The DFLTCC-CMPR or DFLTCC-XPND function is specified, a history length field 385 (FIG. 3L) is greater than, e.g., 32,768, and a new task field 374 (FIG. 3F) is zero.

11 A compressed data block with BTYPE (Block Type) equal to 11 binary is encountered.

12 A compressed data block with BTYPE equal to 00 binary and NLEN not equal to the one's complement of LEN (length) is encountered.

21 CDHTL field 366 (FIG. 3L) applies and is, e.g., less than

42 or greater than 2283. 22 The HLIT sub-element of a compressed DHT used during the operation is, e.g., greater than 29 (invalid DHT).

23 The HDIST sub-element of a compressed DHT used during the operation is, e.g., greater than 29 (invalid DHT).

24 A compressed DHT used during the operation specifies a code which is in the sequence of codes specifying the bit lengths for the possible code lengths (e.g., 19) defined for a compressed DHT and is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

26 A compressed DHT used during the operation specifies code length 16 (copy previous code length) as the first code length for the set of elements consisting of literal bytes, an EOB symbol, and duplicate string lengths (invalid DHT).

27 A compressed DHT used during the operation specifies a code which is in the sequence of codes specifying code lengths for literal bytes, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

28 A compressed DHT used during the operation specifies a code which assigns code length 0 (CL0) to the EOB symbol. In this case, the corresponding DHT does not specify a Huffman code to represent an EOB symbol (invalid DHT). 29 A compressed DHT used during the operation specifies a code which is in the sequence of codes specifying code lengths for duplicate string lengths and pointer distances, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

2A A compressed DHT used during the operation specifies a number of code lengths which is greater than the number of Huffman codes in the DHT, as specified by the sum of the values in the HLIT field, the HDIST field, and, e.g., 258. This is possible with an improper use of code lengths 16, 17, and 18, as examples (invalid DHT).

2B A compressed DHT used during the operation specifies a code length for the set of literal bytes, EOB symbol, and duplicate string lengths, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

2D A compressed DHT used during the operation specifies a code length for the set of duplicate string pointer distances, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

2F CDHTL field 366 (FIG. 3L) applies and does not equal the length of the compressed DHT in CDHT field 367 (FIG. 3L) used during the operation.

31 A compressed DHT used during the operation does not specify a Huffman code corresponding to a literal byte or a duplicate string length processed during the operation (deficient non-universal DHT), or the DFLTCC-XPND function is specified and a compressed data symbol, which is encountered in a compressed data block with BTYPE equal 01 binary, specifies an invalid code for a duplicate string length (11000110 or 11000111 binary).

32 A compressed DHT used during the operation does not specify a Huffman code corresponding to a duplicate string pointer distance processed during the operation (deficient non-universal DHT), or the DFLTCC-XPND function is specified and a compressed data symbol, which is encountered in a compressed data block with BTYPE equal 01 binary, specifies an invalid code for a duplicate string pointer distance (11110 or 11111 binary).

40 A compressed data symbol is encountered which is a duplicate string pointer and specifies a distance greater than the length of history available at the point of processing the symbol.

[0122] When the operation ends without reporting a general operand data exception, zeros are stored to the OESC field.

[0123] Support for supplemental codes other than zero is model-dependent. When multiple conditions exist, it is model-dependent which code, if any, is reported in the OESC field.

[0124] Compressed Dynamic-Huffman Table Length (CDHTL) 366: Twelve bits, starting with bit 4 of byte 56 through bit 7 of byte 57, of the parameter block contain an unsigned binary integer which specifies the length, as a bit count, of the compressed format of the DHT in the CDHT field of the parameter block (e.g., CDHT 367).

[0125] The CDHTL is an output from the operation when the DFLTCC-GDHT function is specified. [0126] The CDHTL is an input to the operation when the DFLTCC-CMPR function is specified and the Huffman table type (e.g., HTT 376 of FIG. 3L) is one. When the CDHTL does not specify an appropriate length for the CDHT, a general operand data exception is recognized. The CDHTL is not modified when the DFLTCC-CMPR function is specified.

[0127] When the DFLTCC-XPND function is specified and the operation ends after decoding only a portion of a block with BTYPE 10 binary, the length of the compressed representation of the DHT in the block is stored to this field. When the DFLTCC-XPND function is specified and the operation ends at a block boundary or after decoding only a portion of a block with BTYPE 00 or 01 binary, zeros are stored to this field. When an uncompressing operation is resumed within a block with BTYPE 10 binary (that is when CF (continuation flag 373 of FIG. 3L) equals one and IFS (incomplete function status 383) equals C or D hex, described below), this field is an input to the operation.

[0128] Compressed Dynamic-Huffman Table (CDHT) 367: Bytes 64-351 of the parameter block contain a compressed format of a dynamic-Huffman table (DHT).

[0129] The DHT specifies Huffman codes (bit sequences) to represent two sets of elements. The elements for one set include literal bytes, an EOB symbol, and duplicate string lengths. The elements for the other set include duplicate string pointer distances. The compressed representation of the DHT defines a set of code lengths and specifies a code length (CL) for each element of each set. The Huffman code for an element expected to be referenced during an operation is derived from the CL specified for that element and the number of elements in the same set with the same specified CL. Specifically, the compressed representation of the DHT includes the following, as an example:

• An HLIT field to specify the number of Huffman codes representing literal bytes, an EOB symbol and duplicate string lengths.

• An HDIST field to specify the number of Huffman codes representing duplicate string pointer distances.

• An HCLEN (Huffman code lengths) field to specify the number of Huffman codes representing code lengths. • A sequence of codes specifying a bit length for each of the, for instance, 19 code lengths defined for the compressed DHT.

• A sequence of codes specifying a code length for each of the elements of the set consisting of literal bytes, an EOB symbol, and duplicate string lengths.

• A sequence of codes specifying a code length for each of the elements of the set consisting of duplicate string pointer distances.

[0130] Further details of a compressed representation of a DHT are described below with reference to the description of a compressed data block with block type 10 binary.

[0131] In one example, the compressed representation of the DHT is left justified in the CDHT field. That is, the rightmost bit of byte 64 contains the least-significant bit of the HLIT sub element of the compressed representation of the DHT.

[0132] The compressed representation of a DHT is an output from the operation when the DFLTCC-GDHT function is specified.

[0133] The compressed representation of a DHT is an input to the operation when the

DFFTCC-CMPR function is specified and HTT, described below, is one. The CDHT field is not modified by the DFFTCC-CMPR function.

[0134] When the DFFTCC-XPND function is specified and the operation ends after decoding only a portion of a block with BTYPE 10 binary, the compressed representation of the DHT in the block is stored to this field. When the DFFTCC-XPND function is specified and the operation ends at a block boundary or after decoding only a portion of a block with BTYPE 00 or 01 binary, zeros are stored to this field. When an uncompressing operation is resumed within a block with BTYPE 10 binary (that is when CF equals one and IFS equals C or D hex), this field is an input to the operation.

[0135] When the CDHT is modified, bits of the field not used to represent the compressed representation of the DHT are stored as zeros. [0136] Although various fields are described above with respect to parameter block 360, additional, fewer and/or other fields may be included in other embodiments.

[0137] Aspects of DHT generation are specified by the program to the machine using dynamic- Huffman table generation control (DHTGC) field 364 of the parameter block. It is intended that the source contains uncompressed data and subsequent to completing the operation, the generated result is specified with the DFLTCC-CMPR function to compress the same source.

[0138] In one embodiment, there is no history to reference from prior operations while processing the current operation.

[0139] When the contents of general register R2 + 1 specify a length greater than, e.g., 32 K- bytes, the following applies, in one example:

• Only the first 32 K-bytes of the second operand are used to generate the

DHT.

• Access exceptions are not recognized for locations beyond the first 32 K-bytes of the second operand.

[0140] When the contents of general register R2 + 1 specify a length equal to zero, a specification exception is recognized, and the second operand is not accessed.

[0141] The resulting compressed DHT includes a Huffman code representing an end-of-block (EOB) symbol.

[0142] A compressed format of the generated DHT is stored to compressed dynamic-Huffman Table (CDHT) field 367 of the parameter block. The length of the compressed format of the generated DHT is stored to CDHTL field 366 of the parameter block.

[0143] The operation includes storing a model identification to a model version number field 363 of the parameter block.

[0144] When the operation ends without recognizing a general operand data exception, zeros are stored to operation ending supplemental code (OESC) field 365 of the parameter block. [0145] Condition code 0 is set when execution of the DFLTCC-GDHT function completes; condition codes 1, 2 and 3 are not applicable to the DFLTCC-GDHT function.

[0146] General registers R2 and R2 + 1 are not modified by the operation.

[0147] The contents of general registers Rl, R1 + 1 and R3 are ignored when the DFLTCC- GDHT function is specified.

[0148] A PER zero address detection event is recognized, when applicable, for the second operand location and for the parameter block.

[0149] Function Code 2: DFLTCC-CMPR (Compress)

[0150] When the DFLTCC-CMPR function is specified, a compressing operation is performed. The operation includes encoding data from the second operand location into compressed data symbols, which are stored to the first operand location.

[0151] In one example, the DFLTCC-CMPR function uses a parameter block, an example of which is described with reference to FIG. 3L. Some of the fields have been described above with respect to parameter block 360, and therefore, are listed below with the same reference number and not further described in detail.

[0152] In one example, parameter block 370 includes:

[0153] Parameter Block Version Number (PBVN) 362.

[0154] Model Version Number (MVN) 363.

[0155] Continuation Flag (CF) 373: Bit 63 of the parameter block, when one, indicates the operation is partially complete and the contents of the continuation state buffer (e.g., in continuation state buffer field 392) may be used to resume the operation. The program is to initialize the continuation flag (CF) to zero and not modify CF in the event the instruction is to be re-executed for the purpose of resuming the operation; otherwise results are unpredictable.

[0156] New Task (NT) 374: Bit 0 of byte 16 of the parameter block, when one, indicates the operation applies to the beginning of a compressed data set. Therefore, no history and no check value from a prior operation applies to the current operation. When NT is one at the beginning of the operation, and the operation ends after partial completion, zero is stored to the NT field. When NT is zero, history and a check value from a prior operation apply to the current operation.

[0157] Check Value Type (CVT) 375: Bit 2 of byte 16 of the parameter block specifies the type of check value contained in the check value field of the parameter block (e.g., field 387). When CVT is zero, the check value type is, e.g., a 32-bit cyclic-redundancy-check (CRC-32). When CVT is one, the check value type is, e.g., a 32-bit Adler checksum (Adler-32). The CVT bit is not modified during execution of the instruction.

[0158] Huffman Table Type (HTT) 376: Bit 4 of byte 16 of the parameter block, when zero, specifies a table containing fixed-Huffman codes (FHT), as defined by the DEFLATE standard, is used during a compression operation. When the HTT is one, a table containing dynamic-Huffman codes (DHT), as specified in the CDHT field of the parameter block, is used during a compression operation. The HTT does not apply to decompressing operations. The HTT bit is not modified during execution of the instruction.

[0159] Block Continuation Flag (BCF) 377: Bit 5 of byte 16 of the parameter block applies when the DFLTCC-CMPR function is specified. When zero, a 3-bit block header, and when applicable, the compressed format of a dynamic-Huffman table, as specified in the CDHT field of the parameter block (e.g., field 367), is stored to the first operand location prior to storing any compressed data elements. When one, neither a block header nor a compressed format of a DHT is stored to the first operand location. When NT is one, BCF is treated as equal to zero. The BCF bit is not modified during execution of the instruction.

[0160] Block Closing Control (BCC) 378: Bit 6 of byte 16 of the parameter block applies when the DFLTCC-CMPR function is specified. When one, subsequent to storing all compressed data symbols, an end-of block (EOB) symbol is stored to the first operand location. When the HTT specifies using an FHT, Huffman code 0000000 binary (which corresponds to the intermediate integer representation of 256 in the table specifying codes for literal bytes, an EOB symbol, and duplicate string lengths), as an example, is used for the EOB symbol. When the HTT specifies using a DHT, the Huffman code for the EOB symbol is specified in the DHT. When the BCC bit is zero, an EOB symbol is not stored to the first operand location. The BCC bit is not modified during execution of the instruction.

[0161] Block Header Final (BHF) 379: Bit 7 of byte 16 of the parameter block applies when the DFLTCC-CMPR function is specified and either BCF 377 is zero or NT 374 is one;

otherwise the BHF does not apply. When applicable and one, the first bit of the block header (BFINAF) is set to one before storing the block header to the first operand location. When applicable and zero, the first bit of the block header (BFINAF) is set to zero before storing the block header to the first operand location. The BHF bit is not modified during execution of the instruction.

[0162] DHT Generation Control (DHTGC) 364: The DHTGC does not apply to the operation when the DFFTCC-CMPR function is specified. The DHTGC is not modified during execution of the instruction.

[0163] Sub-Byte Boundary (SBB) 381 : Bits 5-7 of byte 18 of the parameter block contain an unsigned binary integer specifying the boundary between processed and unprocessed bits within a byte of the compressed data stream. The byte of the stream referenced is the last byte referenced, meaning the rightmost byte, when an operation ends, and is the first byte to be referenced, meaning the leftmost byte, when an operation begins or resumes. When the DFFTCC-CMPR function is specified, the SBB applies to the byte designated by the first operand address. When the DFFTCC-XPND function is specified, the SBB applies to the byte designated by the second operand address. The SBB specifies the number of rightmost bits that have been processed. The SBB is an input to the operation and an output of the operation.

[0164] One example of a compressed data stream when SBB has a value of 011 binary is depicted in FIG. 4. The data that has been processed after the end of the operation is depicted at 400; and the data to be processed before the start of the operation is depicted at 402.

[0165] Further, FIGS. 5A-5C provide examples which demonstrate how the SBB applies to the DFFTCC-CMPR function. For instance, one example of how SBB applies before and after executing the DFFTCC-CMPR function is depicted in FIG. 5A. Other examples are depicted in FIGS. 5B-5C. When NT 374 is one, SBB 381 is treated as equal to 000 binary. [0166] Returning to FIG. 3L, additional fields of parameter block 370 are described:

[0167] Operation Ending Supplemental Code (OESC) 365.

[0168] Incomplete Function Status (IFS) 383: Bits 4-7 of byte 21 of the parameter block contain status information when certain operations end. When a decompressing operation ends, the IFS conveys information about the second operand as follows, in one example:

IFS (binary) Meaning

0000 The operation ended after decoding the last element of a block with BFINAL equal to one.

1000 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 00 binary and BFINAL equal to zero.

1001 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 00 binary and BFINAL equal to one.

1010 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 01 binary and BFINAL equal to zero.

1011 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 01 binary and BFINAL equal to one.

1100 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 10 binary and BFINAL equal to zero. 1101 The operation ended after decoding an element, other than the last element, of a block with BTYPE equal 10 binary and BFINAL equal to one.

1110 The operation ended at a block boundary, the last element of a block with BFINAL equal to one has not been decoded, and the block header first element of the subsequent block has not yet been processed.

[0169] In one embodiment, an uncompressing operation may end with IFS equal 0000 binary and not satisfy normal completion. In such cases, the operation ends with condition code 1 or 3 set.

[0170] When a compressing operation ends, the IFS field is undefined, but may be modified. [0171] The IFS is not an input to the operation.

[0172] Incomplete Function Length (IFL) 384: Bytes 22-23 of the parameter block contain length information when certain operations end. For a decompressing operation, the IFL applies to the second operand. When a decompressing operation ends after decoding some, but not all of a block with BTYPE equal 00 binary, the IFL contains an unsigned binary integer specifying the number of bytes of the block in the second operand, which have not yet been processed. Bytes 22-23 contain the IFL in, for instance, big-endian byte order unlike the LEN field of a block with BTYPE equal 00 binary, which is in, for instance, little-endian byte order.

[0173] When a decompressing operation ends after decoding a complete block with BTYPE equal 00 binary and BFINAL equal to one, zeros are stored to the IFL field. When a decompressing operation ends after decoding some, but not all of a block with a non-zero BTYPE, or ends at a block boundary, the IFL field is undefined, but may be modified.

[0174] When a compressing operation ends, the IFL field is undefined, but may be modified.

[0175] The IFL is not an input to the operation. [0176] History Length (HL) 385: Bytes 44-45 of the parameter block contain an unsigned binary integer specifying the number of bytes of history in the history buffer which can be referenced during an operation. The HL applies to in-line and circular history buffers. When new task (NT) equals one, no history applies to the beginning of the operation and the history length is treated as zero as an input to the operation.

[0177] A general operand data exception is recognized when the history length is greater than, e.g., 32,768 and NT equals zero.

[0178] The history length is modified during compressing and decompressing operations. When the sum of the original HL and the number of uncompressed data bytes processed during the operation is less than, or equal to, e.g., 32,768, the updated HL is equal to the sum of the original HL and the number of uncompressed data bytes processed during the operation;

otherwise the updated HL is equal to the value of 32,768.

[0179] History Offset (HO) 386: Fifteen bits, starting with bit 1 of byte 46, through bit 7 of byte 47, of the parameter block, contain an unsigned binary integer specifying an offset in the third operand when the history buffer type is circular. The sum of the contents of R3 and the history offset designates the location of the first byte of history within the circular history buffer, which is the least recently processed byte of uncompressed data in the buffer. When the history buffer type is circular, history offset is an input to the operation and is updated at the end of the operation. When the sum of the original HL and the number of uncompressed data bytes processed during the operation is less than, or equal to, e.g., 32,768, the updated HO is equal to the original HO; otherwise, the updated HO is equal to the sum of the original HO, the original HL, and the number of uncompressed data bytes processed during the operation, modulo 32,768.

[0180] When the history buffer type is in-line, the HO field of the parameter block is undefined, but may be modified.

[0181] Check Value 387: Bytes 48-51 of the parameter block contain a check value. As part of the operation, a check value is generated. The check value applies to the uncompressed data operand. That is, the check value applies to the second operand for the DFLTCC-CMPR function and applies to the first operand for the DFLTCC-XPND function. When CVT bit 375 is zero, a, e.g., 32-bit cyclic-redundancy-check check value (CRC-32) is generated. When the CVT bit is one, a, e.g., 32-bit Adler checksum check value (Adler-32) is generated.

[0182] The inputs to generating a check value are, for instance, a 4-byte base and the uncompressed data processed during the operation. The base input provides the means to compute a single and consistent check value for a set of compressed data blocks, regardless of the number of times the DFLTCC instruction is executed to process the complete set of compressed data blocks. When the NT bit is zero, the original value in the check value field is used for the base input in generating a check value.

[0183] When an Adler-32 check value is generated, the following apply, in one example:

• When the NT bit is one, a value of one is used for the 4-byte base input.

• The sums defined in the Adler-32 check value generation are modulo

65,521.

• The result is stored to the check value field in big-endian byte order.

That is, the most significant byte of the check value is located in byte 48 and the least significant byte of the check value is located in byte 51.

[0184] When a CRC-32 check value is generated, the following apply, in one embodiment:

• When the NT bit is one, a value of zero is used for the 4-byte base input.

• The polynomial used as the divisor in generating a CRC-32 check value is x32 + x26 + x23 + x22 + xl6 + xl2 + xl 1 + xlO + x8 + x7 + x5 + x4 + x2 + xl + xO, which is represented as 104C11DB7 hex. In this representation, the leftmost bit corresponds to the most significant bit.

• The first and final stages of generating the check value are computing the one's complement of the base input and computing the one's complement of the result, prior to storing the result, respectively. • The result is stored to the check value field in little-endian byte order. That is, the least significant byte of the check value is located in byte 48 and the most significant byte of the check value is located in byte 51.

[0185] In one example, the check value is only meaningful to the program when the operation ends with condition code 0 set; otherwise, the check value is only an intermediate result and only meaningful to resume the operation. When the DFLTCC-CMPR function is specified and the operation ends with condition code 1, 2, or 3 set some bytes to the left of the byte designated by the second operand address may not be included in the computation of the resulting check value. When the DFLTCC-XPND function is specified and the operation ends with condition code 1, 2, or 3 set, some result bytes not yet stored to the right of the byte designated by the first operand address may already be included in the computation of the resulting check value.

[0186] End-Of-Block Symbol (EOBS) 388: Fifteen bits, starting with bit 0 of byte 52, through bit 6 of byte 53, of the parameter block, contain an end-of-block (EOB) symbol. The end-of- block length (EOBL) field 389 of the parameter block specifies the length of the EOB symbol in the EOBS field. The EOB symbol is left justified in the EOBS field. Bits of the EOBS field not occupied by the EOB symbol are stored as zeros. The EOBS field is an output of the operation when compressing data, regardless of which type of Huffman table applies. The EOBS field is not used as an input to the operation.

[0187] Bit 0 of byte 52 contains the most significant bit of the EOB symbol. When the length of the EOB symbol is 7 bits, bit 6 of byte 52 contains the least significant bit of the EOB symbol. When the length of the EOB symbol is 15 bits, bit 6 of byte 53 contains the least significant bit of the EOB symbol.

[0188] For blocks using a FHT, the EOB symbol is 0000000 binary, as defined by the DEFLATE standard. For blocks using a DHT, the EOB symbol is defined by the DHT. The EOB symbol is conveyed in order to provide the capability for the program to close a block.

[0189] The EOBS field is undefined when the DFLTCC-XPND function is specified but may be modified. [0190] End-Of-Block Length (EOBL) 389: Bits 0-3 of byte 54 of the parameter block contain an unsigned binary integer specifying the length of the end-of-block (EOB) symbol in EOBS field 388 of the parameter block. The length specifies the number of bits which the EOB symbol occupies in the EOBS field. The EOBL field is an output of the operation when compressing data, regardless of which type of Huffman table applies. The EOBL field is not used as an input to the operation.

[0191] The EOBL field is undefined when the DFLTCC-XPND function is specified, but may be modified.

[0192] Compressed Dynamic-Huffman Table Length (CDHTL) 366.

[0193] Compressed Dynamic-Huffman Table (CDHT) 367: The compressed representation of a DHT is an input to the operation when the DFLTCC-CMPR function is specified and HTT is one. The CDHT field is not modified by the DFLTCC-CMPR function.

[0194] Continuation State Buffer (CSB) 392: When conditions cause a value of one to be stored in CF field 373, internal state data is stored to bytes 384-1535 of the parameter block; otherwise, bytes 384-1535 of the parameter block are undefined and may be modified. The internal state data stored is model-dependent and may be used subsequently to resume the operation. It is expected, but not required, for the program to initialize the continuation state buffer to contain, e.g., all zeros. Subsequent to the instruction ending with a non-zero condition code set, and prior to re-executing the instruction for the purpose of resuming the operation, the program should not modify the continuation state buffer; otherwise results are unpredictable.

[0195] Although various fields are described above with respect to parameter block 370, additional, fewer and/or other fields may be included in other embodiments.

[0196] One example of the compress operation is described below with respect to Compressing Data.

[0197] Normal completion for the DFLTCC-CCMPR function occurs when the entire second operand is compressed and stored to the first operand location. When the operation ends due to normal completion, the following occurs, in one example: • A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Continuation flag (CF) field 373 of the parameter block is set to zero.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• End-of-block length (EOBL) 389 and end-of block symbol (EOBS) 388 fields of the parameter block are updated.

• History length (HL) field 385 of the parameter block is updated.

• The history offset (HO) field 386 of the parameter block is updated, when applicable.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• Check value field 387 of the parameter block is updated.

• The address in general register R1 is incremented by the number of bytes processed of the first operand that included processing bit 0, and the length in general register R1 + 1 is decremented by the same number. The number of bytes processed of the first operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of output bits processed and the original value of the SBB, and the divisor being a value of eight.

• The address in general register R2 is incremented by the number of source bytes processed, and the length in general register R2 + 1 is decremented by the same number.

• Condition code 0 is set.

[0198] The formation and updating of the addresses and lengths are dependent on the addressing mode. [0199] When normal completion occurs, CSB field 392 of the parameter block is undefined after the operation ends.

[0200] When a CPU-determined number of bytes have been processed, the operation ends and the following occurs, in one example:

• Continuation flag (CF) bit 373 in the parameter block is set to one.

• Continuation state buffer (CSB) field 392 in the parameter block is updated.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• History length (HL) field 385 of the parameter block is updated.

• History offset (HO) field 386 of the parameter block is updated, when applicable.

• Check value field 387 of the parameter block is updated.

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• End-of-block length (EOBL) 389 and end-of block symbol (EOBS) 388 fields of the parameter block are updated.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• The address in general register R1 is incremented by the number of bytes processed of the first operand that included processing bit 0, and the length in general register R1 + 1 is decremented by the same number. The number of bytes processed of the first operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of output bits processed and the original value of the SBB, and the divisor being a value of eight. • The address in general register R2 is incremented by the number of source bytes processed, and the length in general register R2 + 1 is decremented by the same number.

• Condition code 3 is set.

[0201] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0202] The CPU-determined number of bytes depends on the model, and may be a different number each time the instruction is executed.

[0203] Subsequent to the instruction ending with condition code 3 set, it is expected the program does not modify any input or output specification for the instruction and branches back to re-execute the instruction to resume the operation.

[0204] In certain situations, despite ending the instruction with condition code 3 set, the parameter block and general registers are not updated. These situations may occur when the CPU performs a quiescing operation or CPU retry while executing the DEFLATE Conversion Call instruction. In these cases, the CPU-determined number of bytes processed is zero, data may have been stored to the first operand location, data may have been stored to the third operand location, when applicable, and corresponding change bits have been set.

[0205] The first operand length is insufficient to complete the operation when any of the following conditions apply, in one example:

• The first operand length, as specified by the contents of general register R1 + 1 , is zero at the beginning of the execution of the instruction.

• The first operand length becomes equal to zero during execution of the instruction and normal completion does not occur.

[0206] In one example, the first operand length is zero when the content of general register R1 + 1 is zero, regardless of the values in the NT and SBB fields of the parameter block. [0207] When the first operand length becomes equal to zero during execution of the instruction, the operation ends and the following occurs, in one embodiment:

• Continuation flag (CF) bit 373 in the parameter block is set to one.

• Continuation state buffer (CSB) field 392 in the parameter block is updated.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• History length (HL) field 385 of the parameter block is updated.

• History offset (HO) field 386 of the parameter block is updated, when applicable.

• Check value field 387 of the parameter block is updated.

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• End-of-block length (EOBL) 389 and end-of block symbol (EOBS) 388 fields of the parameter block are updated.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• The address in general register R1 is incremented by the number of bytes processed of the first operand that included processing bit 0, and the length in general register R1 + 1 is decremented by the same number. The number of bytes processed of the first operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of output bits processed and the original value of the SBB, and the divisor being a value of eight. • The address in general register R2 is incremented by the number of source bytes processed, and the length in general register R2 + 1 is decremented by the same number.

• Condition code 1 is set.

[0208] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0209] When the first operand length is zero at the beginning of the execution of the instruction, the operation ends and the following occurs, in one embodiment:

• Condition code 1 is set.

[0210] Subsequent to the instruction ending with condition code 1 set, it is expected that the program modifies the first operand length, first operand address, or both and re-executes the instruction to resume the operation.

[0211] A PER storage alteration event is recognized, when applicable, for the following:

• Stores to the parameter block, as described below.

• Stores to the first operand location.

• Stores to the third operand location, which occur, e.g., when the history buffer type (HBT) is one (circular).

[0212] When the entire parameter block overlaps the PER storage area designation, a PER storage alteration event is recognized, when applicable, for the parameter block. When only a portion of the parameter block overlaps the PER storage area designation, it is model- dependent which of the following occurs:

• A PER storage alteration event is recognized when applicable, for the parameter block. • A PER storage alteration event is recognized, when applicable, for the portion of the parameter block that is stored.

[0213] A PER zero-address-detection event is recognized when applicable, for the parameter block, first operand location, second operand location, and third operand location when the HBT is one (circular).

[0214] Condition code 2 is not applicable to the DFLTC-CCMPR function.

[0215] When the instruction ends with condition code 1 or 3 set, input data referenced from the second operand location may be completely, or only partially, processed. When input data is only partially processed, results in the first operand location, first operand address, first operand length, and SBB field of the parameter block do not represent a state consistent with the updated second operand address and length. In these cases, partially processed data and internal-state information may be placed in the CSB field of the parameter block. The amount of partially processed data depends on conditions existing at the time the operation ends and the model. Although some data may only be partially processed, results stored to the left of the location designated by the updated first operand address are complete and will not be modified when the operation resumes. Furthermore, it is expected that the program subsequently re- executes the instruction to resume the operation, at which time the contents of the CSB field are referenced prior to resuming the operation. When the instruction ends with condition code 0 set, all data is completely processed and all results associated with input and output data represent a consistent state.

[0216] Subsequent to the instruction ending with a non-zero condition code set, and prior to re- executing the instruction for the purpose of resuming the operation, the program should not modify any fields of the parameter block; otherwise results are unpredictable.

[0217] Function Code 4: DFFTCC-XPND (Expand)

[0218] When the DFFTCC-XPND function is specified, an uncompressing operation is performed. The operation includes decoding compressed data symbols from the second operand location into uncompressed data, which is stored to the first operand location. [0219] In one example, the DFLTCC-XPND function uses a parameter block, an example of which is described above with respect to FIGS. 3K-3L.

[0220] One example of the DFLTCC-XPND operation is described below with respect to Uncompressing Data.

[0221] Normal completion occurs when all elements of the final block of the data set in the second operand are decoded and all uncompressed data is stored to the first operand location. The last block of the data set is identified when the BFINAL bit of the block header is one. When the operation ends due to normal completion, the following occurs, in one embodiment:

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Continuation flag (CF) field 373 of the parameter block is set to zero.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• History length (HL) field 385 of the parameter block is updated.

• History offset (HO) field 386 of the parameter block is updated, when applicable.

• Compressed dynamic-Huffman table (CDHT) 367 and compressed dynamic-Huffman table length (CDHTL) fields 366 of the parameter block are set to zeros.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• Check value field 387 of the parameter block is updated.

• The address in general register R1 is incremented by the number of bytes stored at the first operand location, and the length in general register R1 + 1 is decremented by the same number. • The address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight.

• Condition code 0 is set.

[0222] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0223] When normal completion occurs, CSB field 392 of the parameter block is undefined after the operation ends.

[0224] When a CPU-determined number of bytes have been processed, the operation ends and the following occurs, in one embodiment:

• Continuation flag (CF) bit 373 in the parameter block is set to one.

• Continuation state buffer (CSB) field 392 in the parameter block is updated.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• Compressed dynamic-Huffman table (CDHT) 367 and compressed dynamic-Huffman table length (CDHTL) 366 fields of the parameter block are updated. When partial completion occurs while processing a block with BTYPE value of 10 binary, the bytes of the CDHT field not required to represent the table are stored as zeros. When partial completion occurs while processing a block with BTYPE value of 00 or 01 binary, zeros are stored to the CDHT and CDHTL fields.

• History length (HL) field 385 of the parameter block is updated. • History offset (HO) field 386 of the parameter block is updated, when applicable.

• Check value field 387 of the parameter block is updated.

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• Incomplete function status (IFS) field 383 of the parameter block is updated.

• Incomplete function length (IFL) field 384 of the parameter block is updated, when applicable.

• The address in general register R1 is incremented by the number of bytes stored at the first operand location, and the length in general register R1 + 1 is decremented by the same number.

• The address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight.

• Condition code 3 is set.

[0225] The formation and updating of the addresses and lengths are dependent on the addressing mode. [0226] The CPU-determined number of bytes depends on the model, and may be a different number each time the instruction is executed.

[0227] Subsequent to the instruction ending with condition code 3 set, it is expected the program does not modify any input or output specification for the instruction and branches back to re-execute the instruction to resume the operation.

[0228] In certain situations, despite ending the instruction with condition code 3 set, the parameter block and general registers are not updated. These situations may occur when the CPU performs a quiescing operation or CPU retry while executing the DEFLATE Conversion Call instruction. In these cases, the CPU-determined number of bytes processed is zero, data may have been stored to the first operand location, data may have been stored to the third operand location, when applicable, and corresponding change bits have been set.

[0229] The second operand length is insufficient to complete the operation when the following applies, for instance:

• The last element of a compressed data block with BFINAL equal to one has not been decoded during the operation, and the number of bits in the second operand, as designated by the second operand length and SBB, is less than the number of bits of the next element to decode and all results from decoding data from the second operand location have been placed at the first operand location.

[0230] When the second operand length is insufficient to complete the operation, the operation has been partially completed, the operation ends, and the following occurs, in one embodiment:

• Continuation flag (CF) bit 373 in the parameter block is set to one.

• Continuation state buffer (CSB) field 392 in the parameter block is updated.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• Compressed dynamic-Huffman table (CDHT) 367 and compressed dynamic-Huffman-table length (CDHTL) fields 366 of the parameter block are updated. When partial completion occurs while processing a block with BTYPE value of 10 binary, the bytes of the CDHT field not required to represent the table are stored as zeros. When partial completion occurs while processing a block with BTYPE value of 00 or 01 binary, zeros are stored to the CDHT and CDHTL fields.

• History length (HL) field 385 of the parameter block is updated.

• History offset (HO) field 386 of the parameter block is updated, when applicable.

• Check value field 387 of the parameter block is updated.

• A model-dependent value is stored to the model version number (MVN) field 363 of the parameter block.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• Incomplete function status (IFS) field 383 of the parameter block is updated.

• Incomplete function length (IFL) field 384 of the parameter block is updated, when applicable.

• The address in general register R1 is incremented by the number of bytes stored at the first operand location, and the length in general register R1 + 1 is decremented by the same number.

• The address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight.

• Condition code 2 is set.

[0231 ] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0232] Subsequent to the instruction ending with condition code 2 set, it is expected that the program modifies the second operand length, second operand address, or both and re-executes the instruction to resume the operation.

[0233] The first operand length is insufficient to complete the operation when the following applies, for instance:

• Results from decoding data from the second operand location cannot be placed at the first operand location due to the first operand length being equal to zero.

[0234] When the first operand length is insufficient to complete the operation, the operation has been partially completed, the operation ends, and the following occurs, in one embodiment:

• Continuation flag (CF) bit 373 in the parameter block is set to one.

• Continuation state buffer (CSB) field 392 in the parameter block is updated.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• The compressed dynamic-Huffman table (CDHT) 367 and compressed dynamic-Huffman-table length (CDHTL) fields 366 of the parameter block are updated. When partial completion occurs while processing a block with BTYPE value of 10 binary, the bytes of the CDHT field not required to represent the table are stored as zeros. When partial completion occurs while processing a block with BTYPE value of 00 or 01 binary, zeros are stored to the CDHT and CDHTL fields.

• History length (HL) field 385 of the parameter block is updated.

• History offset (HO) field 386 of the parameter block is updated, when applicable.

• Check value field 387 of the parameter block is updated.

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Operation ending supplemental code (OESC) field 365 of the parameter block is set to zeros.

• Incomplete function status (IFS) field 383 of the parameter block is updated.

• Incomplete function length (IFL) field 384 of the parameter block is updated, when applicable.

• The address in general register R1 is incremented by the number of bytes stored at the first operand location, and the length in general register R1 + 1 is decremented by the same number.

• The address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight.

Condition code 1 is set. [0235] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0236] Subsequent to the instruction ending with condition code 1 set, it is expected that the program modifies the first operand length, first operand address, or both and re-executes the instruction to resume the operation.

[0237] A PER storage-alteration event is recognized, when applicable, for the following:

• Stores to the parameter block, as described herein.

• Stores to the first operand location.

• Stores to the third operand location, which occur, e.g., when the history buffer type (HBT) is one (circular).

[0238] In one example, when the entire parameter block overlaps the PER storage area designation, a PER storage alteration event is recognized, when applicable, for the parameter block. When only a portion of the parameter block overlaps the PER storage area designation, it is model-dependent which of the following occurs, in one embodiment:

• A PER storage alteration event is recognized when applicable, for the parameter block.

• A PER storage alteration event is recognized, when applicable, for the portion of the parameter block that is stored.

[0239] A PER zero-address-detection event is recognized when applicable, for the parameter block, first operand location, second operand location, and third operand location when the HBT is one (circular).

[0240] When the instruction ends with condition code 1 , 2, or 3 set, input data referenced from the second operand location may be completely, or only partially, processed. When input data is only partially processed, results in the first operand location, first operand address, first operand length, SBB field of the parameter block, check value field of the parameter block, HL field of the parameter block, IFS field of the parameter block, and when applicable, the third operand location and HO field of the parameter block, do not represent a state consistent with the updated second operand address and length. In these cases, partially processed data and internal state information may be placed in the CSB field of the parameter block. The amount of partially processed data depends on conditions existing at the time the operation ends and the model. Although some data may only be partially processed, results stored to the left of the location designated by the updated first operand address are complete and will not be modified when the operation resumes. Furthermore, it is expected that the program subsequently re- executes the instruction to resume the operation, at which time the contents of the CSB field are referenced prior to resuming the operation. When the operation ends with condition code 0 set, all data is completely processed and all results associated with input and output data represent a consistent state.

[0241] Subsequent to the instruction ending with a non-zero condition code set, and prior to re- executing the instruction for the purpose of resuming the operation, the program should not modify any fields of the parameter block; otherwise results are unpredictable.

[0242] Compressed Data Blocks

[0243] In one example, the bytes of a compressed data block in storage are processed from, e.g., left to right. Compressed data blocks may, or may not, start or end on byte boundaries. A compressed data block is, for instance, a bit stream. Elements of the block are loaded into storage one bit at a time. The bit stream is loaded, e.g., from right to left within each byte of storage and in byte order from, e.g., left to right. When the element is a Huffman code, the bits are stored in order from, e.g., most significant bit to least significant bit of the element. When the element is not a Huffman code, the bits are stored in order from, e.g., least significant bit to most significant bit of the element.

[0244] FIG. 6 illustrates an example of a block 600 with block type 00 binary, which contains no compressed data symbols. The following applies to this example, in one embodiment: • Compressed data block 600 consists of a bit stream 602 which begins with bit 4 of byte 0, identified as bO, and ends with bit 0 of byte 7, identified as b60.

• The first element encountered in the bit stream is BFINAL (block header final bit) in bit 4 of byte 0.

• The second element encountered in the bit stream is BTYPE (block type) in bits 2-3 of byte 0. In this example, the BTYPE is 00 binary.

• Bits to the left of the BTYPE and to the right of a byte boundary are ignored when the BTYPE is 00 binary, which is bits 0-1 of byte 0 in this example.

• The third element encountered in the bit stream is the least significant byte (LSB) of the LEN field, which is followed by the most significant byte (MSB) of the LEN field. The LEN field specifies the number of bytes in the block with literal data. Literal data is, e.g., uncompressed data. The bytes with literal data follow the NLEN field in the bit stream. NLEN is the one’s complement of LEN. In one example, bytes 1 -2 contain the LEN field in little- endian byte order.

• The elements encountered in the bit stream following the LEN field are the least significant byte of the NLEN field, followed by the most significant byte of the NLEN field, respectively. Bytes 3-4 contain the NLEN field in little- endian byte order. The NLEN field is the one's complement of the LEN field.

• Elements encountered in the bit stream following the NLEN field are uncompressed data, identified as literal bytes. Bytes 5-7 contain uncompressed data, which is unchanged from the source data used to generate this block.

• None of the elements contained in this block are Huffman codes. Every element in this block is stored to the bit stream order in order from least significant bit to most significant bit of the element, as defined by the DEFLATE standard. Since the LEN, NLEN, and literal elements are each an integral number of bytes aligned on byte boundaries, these elements may be processed as units of bytes, and not necessarily as units of bits.

[0245] FIG. 7 illustrates an example of a block 700 with block type 01 binary, which contains compressed data symbols generated using a fixed-Huffman table (FHT). The following applies to this example, in one embodiment:

• Compressed data block 700 consists of a bit stream 702 which begins with bit 4 of byte 0, identified as bO, and ends with bit 3 of byte 11, identified as b89.

• The first element encountered in the bit stream is BFINAL in bit 4 of byte 0.

• The second element encountered in the bit stream is BTYPE in bits 2-3 of byte 0. In this example, the BTYPE is 01 binary.

• The fixed-Huffman table (FHT) is not a component of the block.

• The third element encountered in the bit stream is the first compressed data symbol, which begins in bit 1 of byte 0. A compressed data symbol consists of the following sub-elements which are encountered in the bit stream in the order in which they are listed, in one example:

1. A Huffman code of variable length. The most significant bits of the code designate the length of the code. The code is encountered in the bit stream starting with the most significant bit of the code and ending with the least significant bit of the code. When the code represents a literal value or the end-of-block symbol, the code is the only sub-element of the compressed data symbol. When the code represents a length of a pointer to the history buffer, the code is followed by subsequent sub elements of the compressed data symbol. 2. When applicable, as specified by the DEFLATE standard, extra length bits may follow the Huffman code representing a pointer length. Extra length bits are encountered in the bit stream starting with the least significant bit and ending with the most significant bit of the extra length bits.

3. The next sub-element encountered in the bit stream is a 5 -bit distance code of a pointer to the history buffer. The distance code is encountered in the bit stream starting with, e.g., the most significant bit of the code and ending with the least significant bit of the distance code.

4. When applicable, as specified by the DEFLATE standard, extra distance bits may follow the distance code. Extra distance bits are encountered in the bit stream starting with the least significant bit and ending with the most significant bit of the extra distance bits.

• Bits 0-1 of byte 0, all bits of bytes 1 through 9 and bits 2-7 of byte 10 contain bits of compressed data symbols, as an example.

• The last element encountered in the bit stream is a compressed data symbol containing a single sub-element, which is the Huffman code representing the end-of-block (EOB) symbol. The EOB symbol for a block with BTYPE 01 binary is 0000000 binary. In this example, bit 1 of byte 10 contains the most significant bit of the EOB symbol and bit 3 of byte 11 contains the least significant bit of the EOB symbol.

• Bit 3 of byte 11 contains the last bit of the bit stream, which is the last bit of the compressed data block.

[0246] FIG. 8 illustrates an example of a block 800 with block type 10 binary, which contains compressed data symbols generated using a dynamic-Huffman table (DHT). The following applies to this example, in one embodiment: • Compressed data block 800 consists of a bit stream 802 which begins with bit 4 of byte 0, identified as bO, and ends with bit 3 of byte 11 , identified as b89.

The first element encountered in the bit stream is BLINAL in bit 4 of byte 0.

• The second element encountered in the bit stream is BTYPE in bits 2-3 of byte 0. In this example, the BTYPE is 10 binary.

• The third element encountered in the bit stream is the compressed representation of the dynamic-Huffman table (DHT), which begins in bit 1 of byte 0. The compressed representation of the DHT consists of the following sub-elements, which are encountered in the bit stream in the order which they are listed, in one example:

1. HLIT: The sum of the 5-bit HLIT sub-element and 257 specifies the number of Huffman codes representing literal bytes, an EOB symbol, and duplicate string lengths. Valid values of HLIT range from, e.g., 0 to 29. HLIT bits are encountered in the bit stream starting with the least significant bit and ending with the most significant bit of the HLIT sub element. In this example, bit 1 of byte 0, identified as b3 is the least significant bit of the HLIT sub-element.

2. HDIST: The sum of the 5-bit HDIST sub-element and 1 specifies the number of Huffman codes representing duplicate string pointer distances. Valid values of HDIST range from, e.g., 0 to 29. HDIST bits are encountered in the bit stream starting with the least significant bit and ending with the most significant bit of the HDIST sub-element.

3. HCLEN: The sum of the 4-bit HCLEN sub-element and 4 specifies the number of Huffman codes representing code lengths. Valid values of HCLEN range from, e.g., 0 to 15. HCLEN bits are encountered in the bit stream starting with the least significant bit and ending with the most significant bit of the HCLEN sub-element.

4. A sequence of codes specifying a bit length for each of the code lengths defined for the compressed DHT. The number of codes is equal to the sum of HCLEN and 4. Each code is 3 bits.

5. A sequence of codes specifying a code length for each of the elements of the set consisting of literal bytes, an EOB symbol, and duplicate string lengths. The number of code lengths specified is equal to the sum of HLIT and 257.

When the last code length (CL) for the set of literal bytes, an EOB symbol, and duplicate string lengths is 16, 17, or 18, and the extra bits following the CL specify repeating the CL for more elements than are defined for the set, the code length also applies to the set of duplicate string pointer distances. The sequence of codes specifying code lengths for the set of literal bytes, an EOB symbol and duplicate string lengths, followed by the sequence of codes specifying code lengths for duplicate string pointer distances is a contiguous sequence for both sets.

6. A sequence of codes specifying a code length for each of the elements of the set consisting of duplicate string pointer distances. The number of code lengths specified is equal to the sum of HDIST and 1.

• The fourth element encountered in the bit stream is the first compressed data symbol. A compressed data symbol consists of the following sub-elements, which are encountered in the bit stream in the order which they are listed, in one embodiment:

1. A Huffman code of variable length. The most significant bits of the code designate the length of the code. The code is encountered in the bit stream starting with the most significant bit of the code and ending with the least significant bit of the code. When the code represents a literal value or the end-of-block symbol, the code is the only sub-element of the compressed data symbol. When the code represents a length of a pointer to the history buffer, the code is followed by subsequent sub elements of the compressed data symbol.

2. When applicable, as specified by the DEFLATE standard, extra length bits may follow the Huffman code representing a pointer length. Extra length bits are encountered in the bit stream starting with, e.g., the least significant bit and ending with the most significant bit of the extra length bits.

3. The next sub-element encountered in the bit stream is a 5 -bit distance code of a pointer to the history buffer. The distance code is encountered in the bit stream starting with, e.g., the most significant bit of the code and ending with the least significant bit of the distance code.

4. When applicable, as specified by the DEFLATE standard, extra distance bits may follow the distance code. Extra distance bits are encountered in the bit stream starting with, e.g., the least significant bit and ending with the most significant bit of the extra distance bits.

• Subsequent bits encountered in the bit stream, up to and including, e.g., bit 5 of byte 10, contain bits of compressed data symbols.

• The last element encountered in the bit stream is a compressed data symbol containing a single sub-element, which is the Huffman code

representing the end-of-block (EOB) symbol. In this example, bit 4 of byte 10 contains the most significant bit of the EOB symbol and bit 3 of byte 11 contains the least significant bit of the EOB symbol.

• Bit 3 of byte 11 contains the last bit of the bit stream, which is the last bit of the compressed data block. [0247] In the above descriptions of the various block types, certain constant values are specified, as well as specific bits, bytes, directions, etc. These are only examples. Other constant values, bits, bytes, directions, etc. may be specified in other embodiments.

[0248] Processing a Compressed Data Set

[0249] Examples of processing a compressed data set to illustrate example uses of the DEFLATE Conversion Call instruction and augment the descriptions of various fields of the parameter block are provided. The examples do not describe all possible scenarios, requirements, and capabilities, but illustrate various of the scenarios, requirements and/or capabilities. The examples and descriptions apply, for instance, to a compressed data set in storage, an example of which is illustrated in FIG. 9. As shown, a compressed data set 900 includes a plurality of compressed data blocks 902, and a beginning of data set 900 is indicated by a compressed data set begin address (CDSBA) 904.

[0250] For the examples described herein, it is intended for a program processing the compressed data set to consider the following, in one embodiment:

• A single parameter block may be defined and referenced by multiple usages of the DEFLATE Conversion Call instruction to process the entire compressed data set. Check value 387 and check value type 375 fields of the parameter block shall apply to the compressed data blocks (e.g., all blocks) in the compressed data set. Sub-byte boundary field 381 of the parameter block shall apply to transitions between individual blocks. History length 385 and history offset 386 may apply to multiple blocks. The remaining fields of the parameter block only apply, in one example, to the individual compressed data block being processed by a specific execution of a DEFLATE Conversion Call instruction.

• An individual check value applies, e.g., to all of the uncompressed data represented by the compressed data set.

• There is no history for the first compressed data symbol in block 1 to reference. Subsequent symbols in block 1 may reference history corresponding to previously encountered symbols in block 1. Symbols in block 2 may reference history corresponding to previously encountered symbols in blocks 2 and 1. Symbols in block 3 may reference history corresponding to previously encountered symbols in blocks 3, 2, and 1.

[0251] FIG. 10 lists one example of a portion of a sample program 1000 used to compress data in compressed data set 900 described in FIG. 9. Further, FIG. 11 lists the values for certain fields of the parameter block used during execution of the DFLTCC instruction located at the instruction address labeled IABLK1 (1002) in FIG. 10. For instance, FIG. 11 depicts various parameter block fields 1100; values for those fields at the start of the compress operation 1102; values for those fields at the end of the operation when condition code 1, 2 or 3 is set 1104; and values for those fields at the end of the operation when condition code 0 is set 1106.

[0252] Similarly, FIG. 12 lists the values for certain fields of the parameter block used during execution of the DFLTCC instruction located at the instruction address labeled IABLK2 (1004) of FIG. 10. These figures demonstrate some of the details associated with using the DEFLATE Conversion Call instruction multiple times to process an entire compressed data set.

[0253] Moreover, referring to FIG. 13, one example of a portion of a sample program 1300 used to decompress data from the compressed data set of FIG. 9 is depicted.

[0254] Compressing Data

[0255] The process of compressing data includes generating one or more compressed data blocks. The compress function of the DEFLATE Conversion Call instruction is used to construct a portion of an individual block. The portion may be the entire block. This function generates portions of a block with block type (BTYPE) 01 or 10 binary, and not 00 binary. When the new task bit (NT) of the parameter block is one, the first block of compressed data is generated and there is no history to reference from previously performed compressing operations.

[0256] In one example, an individual block contains the following elements in the order which they are listed: 1. Final block indication (BFINAL).

2. Block type (BTYPE).

3. Compressed format of a dynamic-Huffman table, when applicable.

4. Compressed data symbols.

5. End-of-block (EOB) symbol.

[0257] The compression operation generates the elements specified in the order defined for a block. The elements may begin or end between byte boundaries in storage. The sub-byte boundary (SBB) applies to storing of the first element to the first operand location. A compressed data block is a bit stream. Components of the block are loaded into storage one bit at a time. As an example, the bit stream is loaded from right to left within each byte of storage and in byte order from left to right.

[0258] When the SBB is non-zero, the reference to the first byte at the first operand location is an update reference.

[0259] Uncompressed data from the second operand location is compressed and stored as compressed data symbols to the first operand location.

[0260] When the first operand length is zero at the beginning of the execution of the instruction, the first operand is not accessed, and the first operand address and first operand length in general registers R1 and R1 + 1 , respectively, are not changed. This applies when the value of CF field 373 (FIG. 3L) is zero or one at the beginning of execution of the instruction.

[0261] When the second operand length is zero at the beginning of execution of the instruction, the second operand is not accessed, and the second operand address and second operand length in general registers R2 and R2 + 1 , respectively, are not changed. The second operand length is zero at the beginning of execution of the instruction for the following case, as an example:

• The instruction is being re-executed to resume the operation (CF field 373 of the parameter block is one at the beginning of execution of the instruction) and completing the operation can be performed with references to CSB field 392 of the parameter block, and without references to the second operand.

[0262] In one embodiment, the program is not to use the DEFLATE Conversion Call instruction to perform the following operations:

• Generate an empty compressed data block. An empty compressed data block consists of, e.g., a block header, a compressed format of a DHT when applicable, and an EOB symbol.

• Close an open compressed data block. That is, only store an EOB symbol to the end of the compressed data block.

[0263] The compression algorithm includes searching an updated history of recently compressed data for a string of bytes which matches data currently being compressed from the second operand location. Before the compression operation begins or resumes, the following applies, in one embodiment:

• When new task (NT) 374 is one, there is no initial history available to reference.

• When NT is zero, and bit 56 of general register 0 (HBT) is zero (in-line), the initial history available to reference is located to the left of, and adjacent to, the leftmost byte of the second operand, and the length of the initial history is specified by history length (HL) field 385 of the parameter block.

• When NT is zero, and bit 56 of general register 0 (HBT) is one

(circular), the initial history available to reference is located in the third operand location, as specified by history offset (HO) 386 and history length (HL) 385 fields of the parameter block.

[0264] During the compression operation, fetch-type references to the entire history may be made, regardless of which bytes of history are used to perform the operation. Furthermore, when the history buffer type is circular, fetch-type references to the entire 32 K-byte history buffer may be made, regardless of which bytes of history are used to perform the operation.

[0265] During the compression operation, history is updated. Subsequent to encoding one or more bytes of source data into a compressed data symbol without encountering a general operand data exception condition, the source bytes are concatenated to the end of the history. The most recently processed bytes of source data, up to a maximum of 32 K-bytes, constitute the updated history available to reference while processing subsequent bytes of source data.

[0266] When the compression operation ends, the following applies, in one example, to the resulting history available to subsequently resume the operation, or begin another operation:

• When the HBT is in-line, storage updates to the second operand location are not required when the history is updated. The updated second operand address and updated HL specify the updated location and updated length of the resulting history.

• When the HBT is circular, storage updates to the third operand location are performed when the history is updated. The third operand address, updated HO, and updated HL specify the updated location and updated length of the resulting history.

[0267] As examples, FIGS. 14A-14C illustrate the location of an in-line history buffer with respect to the second operand before and after multiple executions of a DEFLATE Conversion Call instruction with the DFLTCC-CMPR function specified, as well as in-line history specified (e.g., bit 310 = 0), when each execution ends with partial completion. For instance, FIG. 14A depicts in-line history before DFLTCC-CMPR execution number 1; FIG. 14B depicts in-line history before DFLTCC-CMPR execution number 2 and after execution number 1; and FIG. 14C depicts in-line history after DFLTCC-CMPR execution number 2. The explanation provided in FIG. 14C also applies to FIGS. 14A and 14B.

[0268] When the HBT (history buffer type) specified by bit 56 of general register 0 is circular (e.g., bit 310 = 1), the history is maintained in, for instance, a 32 K-byte buffer located at the third operand location. The location of the first byte of history within the buffer (HB) is designated by, e.g., the sum of the contents of general register R3 and history offset (HO) 386 (FIG. 3L). The first byte of history is the least recently processed byte of uncompressed data in the buffer. The location of the last byte of history within the buffer (HE) is designated by the following equation, as an example:

[0269] HE = R3 + modulo32K(HO + HL - 1)

[0270] The last byte of history is the most recently processed byte of uncompressed data in the buffer. When the sum of history offset (HO) 386 (FIG. 3L) and history length (HL) 385 exceeds the size of the third operand (e.g., 32 K-bytes), the history wraps from the end of the third operand to the beginning of the third operand.

[0271] As examples, FIGS. 15A-15E illustrate the location of the history within a circular history buffer before and after multiple executions of a DEFLATE Conversion Call instruction with the DFLTCC-CMPR function specified, as well as a circular history buffer specified (bit 310 = 1), when each execution ends with partial completion. For instance, FIG. 15A depicts a circular history buffer before DFLTCC execution number 1 ; FIG. 15B depicts a circular buffer before DFLTCC execution number 2 and after execution number 1; FIG. 15C depicts a circular buffer before DFLTCC execution number 3 and after execution number 2; FIG. 15D depicts the circular buffer before DFLTCC execution number 4 and after execution number 3; and FIG. 15E depicts the circular buffer after DFLTCC execution number 4. The explanation provided in FIG. 15E also applies to FIGS. 15A-15D.

[0272] When the HBT is circular and the number of bytes processed from the second operand location is less than, e.g., 32,768, the following applies, in one example:

• Stores are made to a range of bytes in the third operand location. The range of bytes includes and starts with the location designated by, for instance:

R3 + modulo32K(HOO + HLO), where

HOO: The history offset before the instruction executes.

HLO: The history length before the instruction executes. The range of bytes includes and ends with the location designated by, e.g. :

R3 + modulo32K(HOO + HLO + BP -1), where

BP: The number of bytes processed from the second operand location during execution of the instruction.

[0273] Stores made to the range of bytes just described are subject to store-type access exceptions, PER storage alteration events, and setting change bits, as an example.

• Stores which do not modify the contents of storage locations and are not necessary, may be made to bytes in the third operand location which are not included in the range just described. Stores to such locations are also subject to store type access exceptions, PER storage alteration events, and setting change bits.

[0274] When the HBT is circular and the number of bytes processed from the second operand location is more than, or equal to, e.g., 32,768, stores are made to all bytes of the third operand location and subject to store type access exceptions, PER storage alteration events, and setting change bits.

[0275] When the block continuation flag (BCF) 377 is zero, a 3 bit block header, including BFINAL followed by BTYPE, is stored to the first operand location. The BFINAL bit of the block header is set equal to the block header final bit (BHF) 379 of the parameter block. When the Huffman table type (HTT) 376 is zero, the BTYPE field of the block header is set to, e.g.,

01 binary and when the HTT is one, the BTYPE field of the block header is set to, e.g., 10 binary. When a block header is stored, the BFINAL bit is stored to the bit specified by the SBB in the first byte of the first operand. Subsequently, the BTYPE is stored to the first operand location. When the BCF is one, a block header is not stored.

[0276] When the Huffman table type (HTT) is one, the compressed format of the dynamic- Huffman table (DHT) 367 specified in the parameter block is examined for general operand data exception conditions. When a general operand data exception condition exists for the specified compressed format of the DHT, the compressed DHT is referred to as invalid and is not to be used to compress data. Example definitions of general operand data exception conditions are described further below. When the compressed format of the DHT specifies a bit length for a code length, or a code length for a literal byte, the EOB symbol, a duplicate string length, or a duplicate string pointer distance, which is greater than the length required by the Huffman algorithm to specify a proper and functional Huffman tree, the compressed DHT is still used to derive a functional DHT and compress data. When the block continuation flag (BCF) is zero and the HTT is one, the compressed format of the DHT, as specified in CDHT field 367 of the parameter block is stored to the first operand location.

[0277] During the compression operation, source data from the second operand location is encoded into compressed data symbols. As part of the encoding, source data is compared to the history. When no match is found, the intermediate representation of the source data is literal bytes, which is the same as the source data. When a match is found, the intermediate representation of the source data is a pointer to a location within the history which contains a duplicate copy of the source data. A pointer consists of a length and a distance. The length is the number of source data bytes which match a string in the history. The distance is the number of bytes from the end of the history to the beginning of the string which matches the source data. Two Huffman code trees from the Huffman table are used, in one example, to encode the intermediate representation of the source data into compressed data symbols. When the Huffman table type (HTT) is zero, a fixed-Huffman table (FHT), as described by the

DEFLATE standard, specifies the two Huffman code trees used for encoding intermediate results. When HTT 376 is one, the dynamic-Huffman table (DHT), which is derived from the compressed representation of the DHT, specified in CDHT field 367 of the parameter block, specifies the two Huffman code trees used for encoding intermediate results. The encoding is performed as described by the DEFLATE standard. When a non-universal DHT is used which does not specify a Huffman code to be used to encode the intermediate representation of the source data, a general operand data exception is recognized. The bits of the resulting compressed data symbol are arranged in the order specified by the DEFLATE standard before storing the result to the first operand location.

[0278] In one example, duplicate-string lengths range from 3 to 258 bytes. [0279] Prior to processing further source data, the history is updated, as described herein.

[0280] The process is repeated, in one example, until all source bytes have been processed.

[0281] After the source bytes (e.g., all source bytes) have been processed and the block closing control (BCC) 378 is one, an end-of-block (EOB) symbol is stored to the first operand location. When a fixed-Huffman table is used, Huffman code 0000000 binary is used for the EOB symbol. When a dynamic-Huffman table (DHT) is used, the Huffman code used for the EOB symbol is specified by the DHT. The bits of the EOB symbol are arranged in the order specified by the DEFLATE standard before storing the EOB symbol to the first operand location.

[0282] When the last compressed data symbol of the operation (including the EOB symbol), only occupies a portion of the last byte to store, the bits that do not contain a portion of the last symbol are stored as zeros, in one example.

[0283] Subsequent to processing the last compressed data symbol, the following occurs, in one embodiment:

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• End-of-block length (EOBL) 389 and end-of block symbol (EOBS) 388 fields of the parameter block are updated.

• The address in general register R1 is incremented by the number of bytes processed of the first operand that included processing bit 0, and the length in general register R1 + 1 is decremented by the same number. The number of bytes processed of the first operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of output bits processed and the original value of the SBB, and the divisor being a value of eight. • The address in general register R2 is incremented by the number of source bytes processed, and the length in general register R2 + 1 is decremented by the same number.

[0284] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0285] Coincident with compressing the source data, the source data is an input to generating a 32-bit check value, described above. The resulting check value is stored to check value field 387 of the parameter block.

[0286] Uncompressing Data

[0287] In one embodiment, the expand function of the DEFLATE Conversion Call instruction is used to decode a compressed data set into uncompressed data. The compressed data set in the second operand location includes one or more consecutive compressed data blocks. The blocks of the data set are processed from left to right, in one example, and the bytes of a block are processed, e.g., from left to right. The blocks may or may not start or end on byte boundaries. Each block is decoded independent of other blocks in the data set. General register R2 specifies the logical address of the leftmost byte of the first block in the data set. The last block in the data set is the block encountered during processing with the BFINAL bit equal to one. In one example, there are three types of blocks to process. The technique of decoding the contents of a block is a function of the block type (BTYPE).

[0288] When the operation begins (e.g., when continuation flag field 373 of the parameter block is zero), the bit designated by general register R2, new task (NT) field 374, and sub-byte boundary (SBB) field 381 is interpreted as the first bit of a compressed data block (the BFINAL bit of a block header).

[0289] The expand function includes referencing an updated history of recently decoded uncompressed data. Before the uncompressing operation begins or resumes, the following applies, in one embodiment: • When new task (NT) 374 is one, there is no initial history available to reference.

• When NT is zero, and bit 56 of general register 0 (HBT) is zero (in-line), the initial history available to reference is located to the left of, and adjacent to, the leftmost byte of the first operand, and the length of the initial history is specified by history length (HL) field 385 of the parameter block.

• When NT is zero, and bit 56 of general register 0 (HBT) is one

(circular), the initial history available to reference is located in the third operand location, as specified by history offset (HO) 386 and history length (HL) 385 fields of the parameter block.

[0290] During the operation, fetch-type references to the entire history may be made, regardless of which bytes of history are used to perform the operation. Furthermore, when the history buffer type is circular, fetch-type references to the entire history buffer (e.g., 32 K-byte) may be made, regardless of which bytes of history are used to perform the operation.

[0291] During the uncompressing operation, history is updated. Subsequent to decoding source data without encountering a general operand data exception condition, the resulting bytes of uncompressed data are concatenated to the end of the history. The most recently decoded bytes of uncompressed data, up to a maximum of, e.g., 32 K-bytes, constitute the updated history available to reference while processing subsequent source data.

[0292] When the uncompressing operation ends, the following applies to the resulting history available to subsequently resume the operation, or begin another operation, in one example:

• When the HBT is in-line, storage updates to the first operand location also constitute updates to the resulting history. The updated first operand address and updated HL specify the updated location and updated length of the resulting history.

• When the HBT is circular, storage updates to the third operand location are performed when the history is updated. The third operand address, updated HO, and updated HL specify the updated location and updated length of the resulting history.

[0293] As examples, FIGS. 16A-16C illustrate examples of the location of an in-line history buffer with respect to the first operand before and after multiple executions of a DEFLATE Conversion Call instruction with the DFLTCC-XPND function specified, as well as in-line history specified, when each execution ends with partial completion. History length (HL) 385 is modified during the operation. For instance, FIG. 16A depicts one example of the in-line history prior to DFLTCC-XPND execution number 1 ; FIG. 16B depicts an example of the in line history before DFLTCC-XPND execution number 2 and after execution number 1 ; and FIG. 16C depicts an example of the in-line history after DFLTCC-XPND execution number 2. The explanation provided in FIG. 16C also applies to FIGS. 16A-16B.

[0294] When the HBT specified by bit 56 of general register 0 is circular, the history is maintained in, for instance, a 32 K-byte buffer located at the third operand location. The location of the first byte of history within the buffer (HB) is designated by the sum of the contents of general register R3 and history offset (HO) 386. The first byte of history is the least recently processed byte of uncompressed data in the buffer. The location of the last byte of history within the buffer (HE) is designated by, e.g., the following equation:

HE = R3 + modulo32K(HO + HL - 1).

[0295] The last byte of history is the most recently processed byte of uncompressed data in the buffer. When the sum of the history offset (HO) and history length (HL) exceeds the size of the third operand (e.g., 32 K-bytes), the history wraps from the end of the third operand to the beginning of the third operand. FIGS. 15A-15E, described herein, illustrate examples of the location of the history within a circular history buffer before and after multiple executions of a DEFLATE Conversion Call instruction with the DFLTCC-XPND function and a circular history buffer specified, when each execution ends with partial completion.

[0296] When the HBT is circular and the number of bytes stored to the first operand location is less than, e.g., 32,768, the following applies, in one example: • Stores are made to a range of bytes in the third operand location. The range of bytes includes and starts with the location designated by:

R3 + modulo32K(HOO + HLO), where

HOO: The history offset before the instruction executes.

HLO: The history length before the instruction executes.

The range of bytes includes and ends with the location designated by, e.g.,

R3 + modulo32K(HOO + HLO + BP -1), where

BP: The number of bytes stored to the first operand location during execution of the instruction.

[0297] Stores made to the range of bytes just described are subject to store-type access exceptions, PER storage-alteration events, and setting change bits.

• Stores which do not modify the contents of storage locations and are not necessary, may be made to bytes in the third operand location which are not included in the range just described. Stores to such locations are also subject to store-type access exceptions, PER storage-alteration events, and setting change bits.

[0298] When the HBT is circular and the number of bytes stored to the first operand location is more than, or equal to, e.g., 32,768, stores are made to, e.g., all bytes of the third operand location and subject to store-type access exceptions, PER storage-alteration events, and setting change bits.

[0299] When the BTYPE is 00 binary, the block does not contain compressed data. FIG. 6, described herein, illustrates one example of a block with BTYPE equal 00 binary. The LEN field specifies the number of literal bytes in the block. The byte order of the LEN field is little- endian. The LEN field may specify zero literal bytes. The literal bytes of the block are placed at the first operand location. The history is also updated, as previously described, with each literal byte of the block.

[0300] When the BTYPE is 01 binary, the block contains compressed data symbols that were generated using a fixed-Huffman table (FHT). The FHT is defined by the DEFFATE standard and is not part of the block. FIG. 7, as described herein, illustrates one example of a block with BTYPE equal 01 binary. Subsequent to interpreting the block header, compressed data symbols are decoded in the order in which they appear in the block. Bytes of the block are processed from, e.g., left to right and bits within each byte of the block are processed from, e.g., right to left. In one example, each symbol is completely processed prior to processing the next symbol in the block. Each symbol which is not the end-of-block (EOB) symbol represents a literal value or a pointer to a substring previously decoded in the history buffer. A previously decoded substring is also referred to as a duplicate string. In one example, duplicate string lengths range from 3 to 258 bytes. A pointer consists of codes representing the substring length and the distance from the end of the history to the beginning of the substring. When a symbol represents a substring in the history, the substring is referenced from the history buffer. The uncompressed data resulting from decoding a symbol is placed at the first operand location.

[0301] Prior to processing further source data, the history is updated as previously described.

[0302] The updated history applies to decoding the next symbol of the block. When the EOB symbol is encountered, processing of the block is complete.

[0303] When the BTYPE is 10 binary, the block contains compressed data symbols that were generated using a dynamic-Huffman table (DHT). A compressed format of the DHT used is an element of the compressed data block. FIG. 8, described herein, illustrates one example of a block with BTYPE equal 10 binary. Subsequent to interpreting the block header, the compressed format of the DHT provided within the compressed data block is examined for general operand data exception conditions. When a general operand data exception condition exists for the provided compressed format of the DHT, the compressed format of the DHT is referred to as invalid and is not to be used to uncompress data. When the compressed format of the DHT specifies a bit length for a code length, or a code length for a literal byte, the EOB symbol, a duplicate string length, or a duplicate string pointer distance, which is greater than the length required by the Huffman algorithm to specify a proper and functional Huffman tree, the compressed DHT is still used to derive a functional DHT and compress data. Subsequent to examining the compressed format of the DHT, compressed data symbols are decoded in the order in which they appear in the block. Bytes of the block are processed, e.g., from left to right and bits within each byte of the block are processed from, e.g., right to left. Each symbol is completely processed, in one example, prior to processing the next symbol in the block. The processing of symbols in a block with BTYPE 10 binary is the same as previously described for processing symbols in a block with BTYPE 01, except the former uses the DHT provided to decode symbols, and the latter uses the FHT to decode symbols. When a non-universal DHT is provided which does not specify a Huffman code to be used to decode a compressed data symbol, a general operand data exception is recognized.

[0304] Coincident with uncompressing the second operand, the uncompressed data is an input to generating a check value (e.g., a 32-bit check value). The resulting check value is stored to check value field 387 of the parameter block.

[0305] Subsequent to processing the last block of the data set, the following occurs, in one embodiment:

• A model-dependent value is stored to model version number (MVN) field 363 of the parameter block.

• Sub-byte boundary (SBB) field 381 of the parameter block is updated.

• The address in general register R1 is incremented by the number of bytes stored at the first operand location, and the length in general register R1 + 1 is decremented by the same number.

• The address in general register R2 is incremented by the number of bytes processed of the second operand that included processing bit 0, and the length in general register R2 + 1 is decremented by the same number. The number of bytes processed of the second operand that included processing bit 0 is the integer quotient resulting from an integer division with the dividend being the sum of the number of input bits processed and the original value of the SBB, and the divisor being a value of eight.

[0306] The formation and updating of the addresses and lengths are dependent on the addressing mode.

[0307] When the first operand length is zero at the beginning of the execution of the instruction, the first operand is not accessed, and the first operand address and first operand length in general registers R1 and R1 + 1 , respectively, are not changed. This applies when the value of CF field 373 is zero or one at the beginning of the execution of the instruction.

[0308] When the second operand length is zero at the beginning of the execution of the instruction, the second operand is not accessed, and the second operand address and second operand length in general registers R2 and R2 + 1 , respectively, are not changed. The second operand length is zero at the beginning of the execution of the instruction for the following case, in one embodiment:

• The instruction is being re-executed (e.g., CF field 373 of the parameter block is one at the beginning of the execution of the instruction) and the entire second operand was processed when the instruction was previously executed.

[0309] The uncompressing operation may end without storing any results to the first operand location, even though data was processed from the second operand location. This occurs when the data processed from the second operand location only contains any of the following compressed data block elements, in an example:

• A block header.

• The LEN field of a block with block type 00 binary.

• The NLEN field of a block with block type 00 binary.

• A compressed format of a dynamic-Huffman table.

An end-of-block (EOB) symbol. [0310] The following conditions apply to executing the DEFLATE Conversion Call instruction, in one or more embodiments:

[0311] A general operand data exception is recognized when the DFLTCC-GDHT function is specified and the following condition occurs, in one example:

• The format of the parameter block, as specified by parameter block version number 362, is not supported by the model.

[0312] A general operand data exception is recognized when the DFLTCC-CMPR function is specified and any of the following conditions occur, in one example:

• The format of the parameter block, as specified by parameter block version number 362, is not supported by the model.

• NT 374 is zero and HL 385 is greater than, e.g., 32,768.

• HTT 376 is one and CDHTL 366 is less than, e.g., 42 or greater than, e.g., 2283.

• HTT 376 is one and CDHTL 366 does not equal the length of the compressed format of the DHT specified in CDHT field 367.

• HTT 376 is one and the HLIT sub-element of the compressed format of the DHT is greater than, e.g., 29 (invalid DHT).

• HTT 376 is one and the HDIST sub-element of the compressed format of the DHT is greater than, e.g., 29 (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of CDHT field 367) specifies a code which is in the sequence of codes specifying the bit lengths for the, e.g., 19 possible code lengths defined for a compressed DHT, and is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT). • HTT 376 is one and the compressed format of the DHT (contents of CDHT field 367) specifies code length, e.g., 16 (copy previous code length) as the first code length for the set of elements consisting of literal bytes, an EOB symbol, and duplicate string lengths (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of CDHT field 367) specifies a code which is in the sequence of codes specifying code lengths for literal bytes, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of CDHT field 367) specifies a code which assigns code length 0 (CLO) to the EOB symbol. In this case, the corresponding DHT does not specify a Huffman code to represent an EOB symbol (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of the CDHT field 367) specifies a code which is in the sequence of codes specifying code lengths for duplicate string lengths and pointer distances, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of the CDHT field 367) specifies a number of code lengths which is greater than the number of Huffman codes in the DHT, as specified by the sum of the values in the HLIT field, the HDIST field, and, e.g., 258. This is possible with improper uses of code lengths 16, 17, and 18, as examples (invalid DHT).

• HTT 376 is one and the compressed format of the DHT (contents of the CDHT field 367) specifies a code length for the set of literal bytes, EOB symbol, and duplicate string lengths, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT). • HTT 376 is one and the compressed format of the DHT (contents of the CDHT field 367) specifies a code length for the set of duplicate string pointer distances, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

• The CPU attempts to generate a compressed data symbol to represent a literal byte in the second operand, and the DHT derived from the contents of the CDHT field is non-universal and does not specify a Huffman code corresponding to that literal byte.

• The CPU attempts to generate a compressed data symbol to represent a duplicate string in the second operand, and the DHT derived from the contents of the CDHT field is non-universal and does not specify a Huffman code corresponding to that duplicate string length or pointer distance.

[0313] A general operand data exception is recognized when, for instance, the DFLTCC- XPND function is specified and any of the following conditions occur, as examples:

• The format of the parameter block, as specified by parameter block version number 362, is not supported by the model.

• NT 374 is zero and HL 385 is greater than, e.g., 32,768.

• A compressed data block with BTYPE equal 11 binary is encountered.

• A compressed data block with BTYPE equal 00 binary and NLEN not equal to the one's complement of LEN is encountered.

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered and the HLIT sub-element of the compressed DHT is greater than, e.g., 29 (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered and the HDIST sub-element of the compressed DHT is greater than, e.g., 29 (invalid DHT). • A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code which is in the sequence of codes specifying the bit lengths for, e.g., the 19 possible code lengths defined for a compressed DHT, and is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies code length, e.g., 16 (copy previous code length) as the first code length for the set of elements consisting of literal bytes, an EOB symbol, and duplicate string lengths (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code which is in the sequence of codes specifying code lengths for literal bytes, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code which assigns code length 0 (CL0) to the EOB symbol. In this case, the corresponding DHT does not specify a Huffman code to represent an EOB symbol (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code which is in the sequence of codes specifying code lengths for duplicate string lengths and pointer distances, and the code does not match any of the codes determined to represent the set of referenced code lengths, as specified earlier in the compressed DHT (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a number of code lengths which is greater than the number of Huffman codes in the DHT, as specified by the sum of the values in the HLIT field, the HDIST field, and, e.g., 258. This is possible with improper uses of code lengths 16, 17, and 18, as examples (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code length for the set of literal bytes, EOB symbol, and duplicate string lengths, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

• A compressed format of a DHT (contents of a compressed data block with BTYPE equal 10 binary) is encountered which specifies a code length for the set of duplicate string pointer distances, which is less than the length required by the Huffman algorithm to specify a functional Huffman tree (invalid DHT).

• A compressed data symbol, which is encountered in a compressed data block with BTYPE equal 10 binary, specifies a Huffman code which is not defined by the non-universal DHT derived from the compressed format of the DHT in the same block. In this case, the number of bits of the second operand which are to be available to process, for the purpose of recognizing the general operand data exception, is model-dependent. More specifically, a model attempting to decode an undefined code may process, e.g., 15 bits prior to recognizing the exception, even though the exception could be determined after processing less bits.

• A compressed data symbol is encountered which is a duplicate string pointer and specifies a distance greater than the length of history available at the point of processing the symbol.

• A compressed data symbol, which is encountered in a compressed data block with BTYPE equal 01 binary, specifies an invalid code (e.g., a code of 11000110 or 11000111 binary for a duplicate string length, or a code of 11110 or 11111 binary for a duplicate string pointer distance). In this case, the number of bits of the second operand which are to be available to process, for the purpose of recognizing the general operand data exception, is model-dependent. More specifically a model attempting to decode an invalid code may process, e.g., 8 bits, in the case of a duplicate string length, or 5 bits, in the case of a duplicate string pointer distance, prior to recognizing the exception, even though the exception could be determined after processing less bits.

[0314] When a general operand data exception is recognized, the operation is considered suppressed, even though operation ending supplemental code (OESC) 365 and model version number (MVN) fields 363 of the parameter block are updated to provide additional information associated with the exception.

[0315] When a DFLTCC-CMPR or DFLTCC-XPND function is being executed and a general operand data exception is due to be recognized for the second operand, the result is that either the exception is recognized, or the operation ends with partial completion and condition code, e.g., 3 is set. If condition code 3 is set, the exception will be recognized when the instruction is executed again to continue processing the same operands and the exception condition still exists.

[0316] Other Conditions include, for instance:

[0317] The execution of the instruction is interruptible. When an interruption occurs, the addresses in general registers R1 and R2, the lengths in general registers R1 + 1 and R2 + 1, and specific fields of the parameter block are updated, so that the instruction, when re- executed, resumes at the point of interruption.

[0318] When a DFFTCC-CMPR or DFFTCC-XPND function is being executed and an access exception is due to be recognized for the first or second operand, the result is that either the exception is recognized, or the operation ends with partial completion and condition code, e.g., 3 is set. If condition code 3 is set, the exception will be recognized when the instruction is executed again to continue processing the same operands and the exception condition still exists.

[0319] As observed by this CPU, other CPUs, and channel programs, references to the parameter block, first, second, and third operands may be multiple-access references, accesses to these storage locations are not necessarily block concurrent, and the sequence of these accesses or references is undefined.

[0320] Results are unpredictable if the DFLTCC-CMPR or DFLTCC-XPND function is specified and any of the following apply, in one embodiment:

• The parameter block overlaps the first or second operand.

• The first operand overlaps the second operand.

• The specified history buffer type (HBT) is circular and the third operand overlaps the first operand, the second operand, or the parameter block.

• The specified history buffer type (HBT) is in-line, the DFLTCC-CMPR function is specified, and the history overlaps the first operand or the parameter block.

• The specified history buffer type (HBT) is in-line, the DFLTCC-XPND function is specified, and the history overlaps the second operand or the parameter block.

[0321] In certain situations, despite ending the execution of the DEFLATE Conversion Call instruction with a CPU-determined number of bytes processed being zero, data may have been stored to the first operand location, data may have been stored to the third operand location, when applicable, and corresponding change bits have been set, when applicable. In these cases, the contents of the parameter block and general registers have not been modified from original values. These situations may occur when the CPU performs a quiescing operation or a CPU retry while executing the DEFLATE Conversion Call instruction. [0322] The following are example Resulting Condition Codes from executing the DEFLATE Conversion Call instruction:

0 Normal completion

1 The first operand length is insufficient to complete the operation 2 The second operand length is insufficient to complete the operation

(DFLTCC-XPND)

3 CPU-determined amount of data processed [0323] Program Exceptions:

• Access (fetch, operand 2, in-line history; fetch and store, parameter block, operand 1, operand 3)

• Data with DXC 0, general operand

• Operation (if the DEFLATE conversion facility is not installed)

• Specification

• Transaction constraint [0324] Example priorities of execution for the DEFLATE CONVERSION CALL instruction are shown below:

1.-6. Exceptions with the same priority as the priority of program-interruption conditions for the general case.

7. A Access exceptions for second instruction halfword. 7.B Operation exception.

7.C Transaction constraint. 8. A Specification exception due to invalid function code or invalid register number.

8.B Specification exception due to parameter block not designated on a 4 K- byte boundary. 8.C Specification exception due to circular history buffer not designated on a

4 K-byte boundary.

9. Access exceptions for an access to the parameter block.

10. General operand data exception when specified format of the parameter block is not supported by the mode. 11. Specification exception due to second operand length equal to zero and

CF equal to zero at the beginning of the execution of the instruction.

12. Condition code 1 due to first operand length equal to zero at the beginning of the execution of the instruction and DFLTCC-CMPR is specified.

13. A General operand data exception due to the history length field greater than 32,768 and the new task field is zero when DFLTCC-CMPR or DFLTCC-

XPND is specified.

13.B Access exceptions for an access to the first operand and the first operand length is non-zero.

13.C Access exceptions for an access to the second operand and the second operand length is non-zero.

13.D Access exceptions for an access to in-line history specified at the beginning of the execution of the instruction.

13.E Access exceptions for an access to the third operand. 14. A General operand data exception due to conditions other than those included in items 10 and 13. A above.

14. B Condition codes 1, 2 or 3 due to conditions other than those included in item 12 above.

15. Condition code 0.

[0325] Prior to usage, the compressed format of a DHT is examined for the existence of general operand data exception conditions. When the length of the compressed format of a DHT is not precisely defined due to a general operand data exception condition, the interpreted length may depend on the condition, be model-dependent, and does not exceed, e.g., 286 bytes. As a result, when the DFLTCC-XPND function is specified and a compressed format of a DHT with a general operand data exception condition is encountered in the, e.g., rightmost 286 bytes of the second operand, it is model-dependent whether the exception condition (priority 14. A) or condition code 2 (priority 14.B) is recognized.

[0326] Example programming notes are provided below:

1. When compressing or uncompressing data, it may be more efficient overall when the operation is performed with a minimum number of times the DEFLATE Conversion Call instruction is executed. In other words, executing DFLTCC with a large operand may be more efficient than executing DFLTCC with small operands multiple times.

2. For the compressing and uncompressing operations, when condition code 3 is set, the general registers used by the instruction and the parameter block have been updated such that the program can branch back to the instruction to continue the operation.

3. In one embodiment, the DEFLATE Conversion Call instruction may be completed after performing a CPU-determined sub-portion of the processing specified by the parameters of the instruction. When the instruction is completed after performing only a CPU-determined amount of processing instead of all specified processing, the instruction sets condition code 3. On such completion, the instruction address in the PSW (program status word) designates the next sequential instruction, and the operand parameters of the instruction have been adjusted so that the processing of the instruction can be resumed by branching back to the instruction to execute it again. When the instruction has performed all specified processing, it sets a condition code other than 3.

4. When the DFLTCC-CMPR function is specified and the operation ends with a non-zero value in the sub-byte boundary (SBB) field of the parameter block, the operation included storing to the byte designated by the resulting first operand address. When the DFLTCC-XPND function is specified and the operation ends with a non-zero value in the SBB, the operation included fetching the byte designated by the resulting second operand address.

5. When the operation ends with a non-zero condition code set, CSB field 392 of the parameter block may contain partially processed data, and it is expected that the program re-executes the instruction to resume the operation.

6. Subsequent to an operation ending with a non-zero condition code set, and prior to re-executing the instruction for the purpose of resuming the operation, the program is not to modify any fields of the parameter block;

otherwise results are unpredictable.

7. When the DFLTCC-GDHT function is specified, the compressed representation of a DHT generated describes three proper-full Huffman code trees, according to the Huffman algorithm. That is, no under-full Huffman code trees are described. An under-full Huffman code tree is derived from a compressed representation of a DHT which specifies a code length for an element which is greater than the length required by the Huffman algorithm to specify a proper and functional Huffman tree. [0327] When the DFLTCC-CMPR function is specified, HTT is one, and the compressed representation of the DHT includes a description of an under-full Huffman code tree, the compressed data results can be transformed to the original uncompressed data by using the DFLTCC-XPND function, but not all decoders, which comply to the DEFLATE standard may be able to transform the results to the original uncompressed data. This may occur, for instance, when the compressed representation of a DHT specified by the program, for the DFLTCC-CMPR function was not generated as a result of performing the DFLTCC-GDHT function.

8. When the DFLTCC-CMPR function ends with condition code 1 set, the result stored to sub-byte boundary (SBB) field 381 of the parameter block is 000 binary.

Recognizing this scenario may be relevant to a program allocating output buffers for use with the DEFLATE Conversion Call instruction.

[0328] As described herein, in one aspect, a single instruction (e.g., a single architected machine instruction at the hardware/software interface, e.g., DEFLATE Conversion Call instruction) is provided to perform compress and/or decompress operations using a general- purpose processor. This instruction is, for instance, a hardware instruction defined in an Instruction Set Architecture (ISA). As a result, the complexity of the program related to the compressing and/or decompressing operations is reduced. Further, performance of the operations, and thus, the processor, is improved.

[0329] Advantageously, the DEFLATE Conversion Call instruction is dispatched, by, e.g., a programmer, on a general-purpose processor (e.g., a central processing unit, referred to herein as a processor), rather than a special-purpose processor, such as an I/O device, an application specific device connected through an I/O interface, or other types of special-purpose processors. Compared to a software implementation, executing the disclosed instruction requires significantly fewer execution cycles to perform the same operation. Further, compared to dispatching an operation to an I/O device, executing the disclosed instruction does not require I/O operations by an operating system and does not trigger the operating system to perform a task switch while waiting for the operation to complete. [0330] Although various fields and registers are described, one or more aspects of the present invention may use other, additional or fewer fields or registers, or other sizes of fields and registers, etc. Many variations are possible. For instance, implied registers may be used instead of explicitly specified registers or fields of the instruction and/or explicitly specified registers or fields may be used instead of implied registers or fields. Other variations are also possible.

[0331] One embodiment of using the DEFLATE Conversion Call instruction is described with reference to FIG. 17. In one example, a program executing on a processor, such as a general- purpose processor, specifies details of an operation to be performed in a parameter block in storage and specifies the location of the parameter block, STEP 1700. For instance, one or more of the fields of a parameter block (e.g., parameter block 340, 360 or 370) are provided or set, depending on the function to be performed. Further, the program specifies the operation to be performed (e.g., query, generate, compress, expand, etc.), STEP 1702. Additionally, the program specifies or updates the location and amount of input data in storage, STEP 1704, as well as the location and size of the result buffer in storage, STEP 1706.

[0332] Thereafter, the program executes the DEFLATE Conversion Call (DFLTCC) instruction, STEP 1708. In one example, the instruction is dispatched on a general-purpose processor. As examples, it is processed on the general-purpose processor, or, at least in part, is processed by hardware coupled to the general-purpose processor and accessible absent using an I/O interface.

[0333] Based on the instruction terminating, a determination is made as to whether the condition code resulting from execution is equal to a first defined value, e.g., 0, INQUIRY 1710. If the condition code is equal to the first defined value, then processing of the instruction is complete, STEP 1712. However, if the condition code is not equal to the first defined value, then a further determination is made as to whether the condition code is equal to a second defined value, e.g., 3, INQUIRY 1714. If the condition code is equal to the second defined value indicating there is additional data to be processed, then the instruction is re-executed, STEP 1708. However, if the condition code is not equal to the second defined value, then another determination is made as to whether the condition code is set to a third defined value, e.g., 1, INQUIRY 1716. If the condition code is set to the third defined value indicating the first operand length is insufficient, then processing continues with STEP 1706; otherwise, the second operand length is insufficient for the function and processing continues with STEP 1704.

[0334] As indicated, the DEFLATE Conversion Call instruction may be executed multiple times to compress or decompress a single data stream. Therefore, in one aspect, the

DEFLATE Conversion Call instruction includes an attribute which provides a mechanism for a program to declare a buffer (e.g., a 32 K-byte buffer), which is used to accumulate the history of uncompressed data processed during an operation which spans multiple executions of the DEFLATE Conversion Call instruction. The buffer is, for instance, a circular history buffer.

[0335] In one aspect, the DEFLATE Conversion Call instruction uses an indicator (e.g., a bit) in an implied register (e.g., GR0.56) to indicate use of a circular history buffer. When the circular history buffer is indicated and the specified function to be performed by the

DEFLATE Conversion Call instruction is compressing or uncompressing data, a field of the instruction (e.g., R3) specifies the location in memory of, e.g., a 32 K-byte buffer, which the processor uses to fetch history from at the beginning of an operation and store history to at the end of an operation. The length of the history within the circular history buffer is specified by a field of a parameter block associated with the DEFLATE Conversion Call instruction (e.g., HL field 385), and the beginning of the history within the buffer is specified by an offset included in another field of the parameter block (e.g., HO field 386).

[0336] Further details of using a circular history buffer are described with reference to FIG. 18. In one example, a program executing on a processor, such as a general-purpose processor, specifies details of an operation to be performed in a parameter block in storage and specifies the location of the parameter block, STEP 1800. For instance, one or more of the fields of a parameter block (e.g., parameter block 360 or 370) are provided or set, depending on the function to be performed. Further, the program specifies the operation to be performed (e.g., compress, expand, etc.).

[0337] Further, in one example, the program allocates and specifies a location in memory of a pre-defined sized (e.g., 32 K-byte) circular buffer, STEP 1802. Additionally, the program places a portion of an uncompressed data stream into a buffer and specifies the location and the size of the buffer as an input to the DEFLATE Conversion Call instruction, STEP 1804, and specifies or updates the location and size of a result buffer in storage, STEP 1806.

[0338] The DEFLATE Conversion Call instruction is then executed, STEP 1808. Based on executing the instruction, the processor fetches history from, e.g., a circular history buffer, as an input to the operation, STEP 1820, and performs the specified operation, STEP 1822, as described herein. Further, the processor modifies the history in the circular history buffer as an output of the operation, STEP 1824. A determination is made as to whether the entire data stream has been processed, INQUIRY 1826. If not, then processing continues with STEP 1804. Otherwise, processing is complete.

[0339] Use of a circular history buffer provides the following, as examples:

[0340] When the size of the input or output buffer, specified for use with an individual execution of the DEFLATE Conversion Call instruction, is relatively small (e.g., 512 bytes), a history spanning multiple segments of buffered data, up to, e.g., 32 K-bytes, may be used as an input to the DEFLATE Conversion Call instruction, which processes a small number of bytes.

[0341] When the size of the input or output buffer, specified for use with an individual execution of the DEFLATE Conversion Call instruction, is relatively large (e.g., 128 K-bytes), a history of the prior segment of buffered data, up to, e.g., 32 K-bytes, may be used as an input to the DEFLATE Conversion Call instruction which is processing the first 32 K-bytes of data.

[0342] In both cases, more history is available to process data than would otherwise be available. As a result, the effectiveness of detecting duplicate strings is improved, resulting in improved overall compression ratios. This facilitates processing within the computing environment and improves performance.

[0343] One or more aspects of the present invention are inextricably tied to computer technology and facilitate processing within a computer, improving performance thereof. The use of a single architected machine instruction to perform compressing and/or decompressing improves performance within the computing environment. The compressed/decompressed data may be used in many technical fields that manage and/or use data, such as in computer processing, medical processing, security, inventory control, etc. By providing optimizations in compressing/decompressing, these technical fields are improved by reducing execution time.

[0344] Further details of one or more embodiments, as it relates to one or more aspects of the present invention, are described with reference to FIGS. 19-23.

[0345] Turning now to an overview of technologies that are more specifically relevant to aspects of the invention, DEFLATE is an algorithm for compression of data that can be several gigabytes (GBs) in size where an application may only have small buffers at a time and the compression has to be completed in relatively small blocks that can be 1 megabyte (MB) or smaller. DEFLATE can generally refer to a complex set of instructions running on an accelerator or NXU that can be attached to an on-chip coherency subsystem (e.g., an L3 cache) with an input/output (I/O) interface similar to the I/O interface used for direct memory access (DMA). From an architectural perspective, DEFLATE needs to follow certain principal rules.

[0346] For DEFLATE, a lightweight asynchronous execution mode has been introduced to complement the complex synchronous instruction call. In asynchronous execution mode, the instruction is not able to write out an intermediate state and to resume after an interruption, requiring it to be completed in one call or not making any forward progress. In pathological cases, this can lead to hangs if the instruction is retried and gets interrupted every time.

[0347] For instance, as an asynchronous interface for a compression acceleration instruction, there are only some support modes of calling, which are a subset of the total variations that the instruction supports. Unlike the synchronous execution, which supports multiple interruptions and a suspend and resume utilizing intermittent state descriptors, the core performing an asynchronous execution is not able to resume after interruption. There are cases, where interruptibility is required from a system (responsiveness) perspective even on processors performing an asynchronous execution of the instruction.

[0348] Turning now to an overview of the aspects of the invention, one or more embodiments of the invention address the above-described shortcomings by enabling firmware to retry an instruction multiple times transparently while establishing a fallback path to ensure forward progress and functional completion, thereby avoiding hangs. [0349] Turning now to a more detailed description of aspects of the present invention, FIG. 19 depicts a system architecture 1900 in accordance with embodiments of the present invention. The system architecture 1900 includes a central processing unit (CPU) chip or integrated circuit (hereinafter referred to as a“CP”) 1910 that includes a backplane 1915, multiple processing units (PUs) 1920, an L3 cache and on-chip coherency unit (e.g., 256MB Ls & On- Chip Coherency; hereinafter referred to as an“on-chip coherency unit”) 1930, peripheral component interconnect express (PCIe) bridge unit or PCIe bus unit (PBUs) 1940, an accelerator 1950 and a memory core (MC) 1960. The PUs 1920, the on-chip coherency unit 1930, the PBUs 1940, the accelerator 1950 and the MC 1960 are supported and disposed on the backplane 1915. Each PU 1920 respectively communicates with the on-chip coherency unit 1930 by way of PU-L3 or first interfaces 1971. The on-chip coherency unit 1930 is

communicative with external CPs and system controllers (SCs) via external busses 1973. Each PBU 1940 is respectively disposed in signal communication with peripheral component interconnect (PCI) interfaces 1975. The accelerator 1950 can be provided as an NXU

(DEFLATE) accelerator. Each PBU 1940 and the accelerator 1950 respectively communicates with the on-chip coherency unit 1930 by way of DMA-like or second interfaces 1977. The MC 1960 is communicative with external memory by way of memory interfaces 1979.

[0350] The accelerator 1950 is uniquely configured to execute certain functions and operations including, but not limited to DEFLATE operations and other lossless data compression algorithms. As noted herein, DEFLATE, in particular, is an industry standard algorithm for compression of data that can be several gigabytes (GBs) in size where an application may only have small buffers at a time and the compression has to be completed in relatively small blocks that can be 1 megabyte (MB) or smaller. DEFLATE can generally refer to complex

instructions running on the accelerator 1950 and needs to follow certain principal rules. To the extent that the accelerator 1950 can be provided as an NXU (DEFLATE) accelerator, the accelerator 1950 is effectively a DMA-attached hardware accelerator that implements actual DEFLATE algorithm standards. When an application executes DEFLATE instructions, millicode operates the hardware of the accelerator 1950 on behalf of the application to perform the actual DEFLATE operations. As used herein, millicode is low level code that is transparent from an application perspective and is used to implement instructions or parts of instructions. For DEFLATE, millicode acquires and operates the accelerator 1950 on behalf of the application.

[0351] FIG. 20 depicts a system architecture 2000 in accordance with embodiments of the present invention. The system architecture 2000 can be a bi-modal execution environment that includes firmware 2010, which is executing asynchronous logic 2015. The firmware 2010, as used herein, can include the microcode of the processor, the hardware-level instructions, and/or data structures used in implementation of higher level machine code (e.g., see processor firmware 212 of FIG. 2). The firmware 2010 is supported by a processor 2020 including an accelerator 2030. The bi-modal execution environment also includes an operating system 2040 (e.g., originating software), which is executing a request block 2045 including a bit 2048. The operating system 2040 is supported by a processor 2050 including an accelerator 2060. For example, the bi-modal execution environment includes the firmware 2010 and the operating system 2040 communicating asynchronous requests and responses to execute an instruction of an algorithm for compression of data (e.g., DEFLATE).

[0352] In accordance with one or more embodiments, the system architecture 2000 implements a functional completion when retrying a non-interruptible instruction (e.g., the request block 2045) in the system architecture 2000 of the accelerator 2030. The non-interruptible instruction can be one of the complex set of instructions of the DEFLATE algorithm running on an accelerator (e.g., accelerator 2030 or accelerator 2060). In this regard, the system architecture 2000 enables the firmware to retry an instruction multiple times transparently while establishing a fallback path to ensure forward progress and functional completion, thereby avoiding hangs within the system architecture 2000.

[0353] In accordance with one or more embodiments, while the operating system 2040 is running on the processor 2050, an instruction stemming from the operating system 2040 (i.e., the request block 2045) can be run asynchronously on the processor 2020 in the asynchronous environment (i.e., under the asynchronous logic 2015). In most cases, an interrupt is returned and the operating system 2040 of program therein resumes execution. Yet, due to conditions where the instruction cannot make forward progress or needs to be retried, that instruction is still attempted to be processed until completion by the asynchronous logic 2015. When completion of the instruction cannot be achieved, the firmware 2010 enables a fallback path for the asynchronous logic 2015 to issue an interrupt to the operating system 2040 (e.g., returning the request block 2045) to cause the instruction to be executed synchronously.

[0354] For example, the processor 2020 handling the instruction (e.g., in millicode) gives back a dedicated indication to the firmware 2010 handling the asynchronous execution (e.g., the asynchronous logic 2015) in case of an abort due to an interrupt that was required to be taken. The firmware 2010 providing the asynchronous logic 2015 retries the instruction in such a case a certain amount of times. After a given threshold (e.g., a retry threshold), the firmware 2010 returns to the operating system 2040 with an indicator (e.g., the bit 2048) that the operating system 2040 should retry the instruction synchronously. This indicator tells the operating system 2040 that even though the request failed, that it should be expected to work on retry. By retrying in a synchronous execution mode, the operating system 2040 is now resilient even against pathological cases due to an ability to suspend on interruption and to resume from an intermediate state.

[0355] The technical effects and benefits of the hardware (e.g., the processor 2020) and the firmware 2010 performing the instruction include that the instructions does not need to be able to write out a resumable intermediate state in case of interruption. Further, the technical effects and benefits of the firmware 2010 include providing the asynchronous interface (e.g., the asynchronous logic 2015) to retry a certain amount of times and hide most interrupts from the operating system 2040 (thereby avoiding incurring additional billable CPU cycles).

Furthermore, the technical effects and benefits include an eventual fallback to the operating system 2040 that guarantees forward progress and functional completion.

[0356] FIG. 21 depicts a process flow 2100 of the system architecture of FIG. 20 in accordance with embodiments of the present invention. The process flow 2100 is an example operation of the firmware 2010. The process flow 2100 begins at block 2110, where the asynchronous request is received (e.g., by the firmware 2010). For instance, the operating system 2040 issues the request block 2045, as the asynchronous request, for an instruction to the firmware 2010, and the firmware 2010 receives the request block 2045. Note that the bit 2048 can be null at this time. At block 2120, a synchronous request is issued. In this case, the firmware 2010 issues the synchronous request to the processor 2020, and the processor 2020 executes the instruction. [0357] At decision block 2130, a determination is made with respect to an interruption. If the processor 2020 executes the instruction to completion, then no interrupt is issued from the processor 2020 to the firmware 2010. If an interruption is not received, the process flow 2100 proceeds to block 2140 (as indicated by the‘NO’ arrow). At block 2140, a reply is returned with a bit off. The reply can be a returning of the request block 2045 (e.g., an asynchronous response) from the firmware 2010 to the operating system 2040, where the bit 2048 is set to zero (i.e., off). With the bit being off, the operating system 2040 is informed that the instruction was completed.

[0358] If the processor 2020 does not execute the instruction to completion, then an interrupt is issued from the processor 2020 to the firmware 2010. If an interruption is received, the process flow 2100 proceeds to decision block 2150 (as indicated by the‘YES’ arrow). At decision block 2150, a determination is made with respect to whether retries have been exhausted. This determination can be made with respect to a retry threshold. A retry threshold can be a preset value in the firmware 2010, such as 5, 10, 15, 20 25, etc. If retries have not been exhausted (the number of retries is less than the retry threshold or the retry threshold has been reached), the process flow 2100 returns to block 2120 (as indicated by the‘NO’ arrow). Thus, if an interruption is received, the firmware 2010 can count or track the number of retries. Note that the retry loop through blocks 2130, 2150, and 2120 can be considered a retry exhaustion operation.

[0359] If retries have been exhausted (the number of retries is equal to the retry threshold or the retry threshold has been reached or the retry threshold has been exceed), the process flow 2100 returns to block 2160 (as indicated by the‘YES’ arrow). At block 2160, a reply is returned with a bit on. The reply can be a returning of the request block 2045 (e.g., the asynchronous response) from the firmware 2010 to the operating system 2040, where the bit 2048 (e.g., the indicator) is set to one (i.e., on). With the bit being on, the operating system 2040 is informed that the instruction was not completed.

[0360] FIG. 22 depicts a process flow 2200 of the system architecture of FIG. 20 in accordance with embodiments of the present invention. The process flow 2100 is an example operation of the operating system 2040. The process flow 2200 begins at block 2210, where the

asynchronous request is sent. For instance, the operating system 2040 issues the request block 2045, as the asynchronous request, for an instruction to the firmware 2010, and the firmware 2010 receives the request block 2045. Note that the bit 2048 can be null at this time.

[0361] At block 2220, an asynchronous response is received. The asynchronous response can be a returning of the request block 2045 (e.g., a reply) from the firmware 2010 to the operating system 2040. The bit 2048 of the request block is set to zero (i.e., off) or one (i.e., on).

[0362] At decision block 2230, a determination is made with respect whether a bit is on. If the bit is on, the process flow 2200 proceeds to block 2240 (as indicated by the‘YES’ arrow). At block 2240, a synchronous request is issued. In this regard, the operating system 2040 is informed that the instruction was not completed and causes the instruction to be executed synchronously by the processor 2050. Then, at block 2250, program execution is continued. Note that a synchronous fallback path is the operations associated with blocks 2230, 2240, and 2250.

[0363] If the bit is not on, the process flow 2200 proceeds directly to block 2250 (as indicated by the‘NO’ arrow). That is, since the bit 2048 has informed the operating system 2040 that the instruction was completed, program execution is continued.

[0364] Turning now to FIG. 23, a system 2300 for implementing the teachings herein is shown in according to one or more embodiments of the invention. In this embodiment, the system 2300 has a processor 2301, which can include one or more central processing units (CPUs) 2301a, 2301b, 2301c, etc. The processor 2301 can be an example of the system architecture 1900 of FIG. 19, the one or more central processing units (CPUs) 2301a, 2301b, 2301c, etc. can be examples of the CP 1910, and the system 2300 can be an example of the system architecture 2000 of FIG. 20.

[0365] The processor 2301, also referred to as a processing circuit, microprocessor, computing unit, is coupled via a system bus 2302 to a system memory 2303 and various other

components. The system memory 2303 includes read only memory (ROM) 2304 and random access memory (RAM) 2305. The ROM 2304 is coupled to the system bus 2302 and may include a basic input/output system (BIOS), which controls certain basic functions of the system 2300. The RAM is read-write memory coupled to the system bus 2302 for use by the processor 2301.

[0366] The system 2300 of FIG. 23 includes a hard disk 2307, which is an example of a tangible storage medium readable executable by the processor 2301. The hard disk 2307 stores software 2308 and data 2309. The software 2308 is stored as instructions for execution on the system 2300 by the processor 2301 (to perform processes, such as the process flows 2100,

2200 of FIGS. 21-22). The data 2309 includes a set of values of qualitative or quantitative variables organized in various data structures to support and be used by operations of the software 2308.

[0367] The system 2300 of FIG. 23 includes one or more adapters (e.g., hard disk controllers, network adapters, graphics adapters, etc.) that interconnect and support communications between the processor 2301, the system memory 2303, the hard disk 2307, and other components of the system 2300 (e.g., peripheral and external devices). In one or more embodiments of the present invention, the one or more adapters can be connected to one or more I/O buses that are connected to the system bus 2302 via an intermediate bus bridge, and the one or more I/O buses can utilize common protocols, such as the Peripheral Component Interconnect (PCI).

[0368] As shown, the system 2300 includes an interface adapter 2320 interconnecting a keyboard 2321, a mouse 2322, a speaker 2323, and a microphone 2324 to the system bus 2302. The system 2300 includes a display adapter 2330 interconnecting the system bus 2302 to a display 2331. The display adapter 2330 (and/or the processor 2301) can include a graphics controller to provide graphics performance, such as a display and management of a GUI 2332. A communications adapter 2341 interconnects the system bus 2302 with a network 2350 enabling the system 2300 to communicate with other systems, devices, data, and software, such as a server 2351 and a database 2352. In one or more embodiments of the present invention, the operations of the software 2308 and the data 2309 can be implemented on the network 2350 by the server 2351 and the database 2352. For instance, the network 2350, the server 2351, and the database 2352 can combine to provide internal iterations of the software 2308 and the data 2309 as a platform as a service, a software as a service, and/or infrastructure as a service (e.g., as a web application in a distributed system). [0369] Thus, as configured in FIG. 23, the operations of the software 2308 and the data 2309 (e.g., the system 2300) are necessarily rooted in the computational ability of the processor 2301 and/or the server 2351 to overcome and address the herein-described shortcomings of the conventional general-purpose central processing units. In this regard, the software 2308 and the data 2309 improve computational operations of the processor 2301 and/or the server 2351 of the system 2300 by establishing a fallback path to ensure forward progress and functional completion (thereby avoiding hangs of the system 2300).

[0370] Various embodiments of the invention are described herein with reference to the related drawings. Alternative embodiments of the invention can be devised without departing from the scope of this invention. Various connections and positional relationships (e.g., over, below, adjacent, etc.) are set forth between elements in the following description and in the drawings. These connections and/or positional relationships, unless specified otherwise, can be direct or indirect, and the present invention is not intended to be limiting in this respect. Accordingly, a coupling of entities can refer to either a direct or an indirect coupling, and a positional relationship between entities can be a direct or indirect positional relationship. Moreover, the various tasks and process steps described herein can be incorporated into a more

comprehensive procedure or process having additional steps or functionality not described in detail herein.

[0371] The following definitions and abbreviations are to be used for the interpretation of the claims and the specification. As used herein, the terms“comprises,”“comprising,”“includes,” “including,”“has,”“having,”“contains” or“containing,” or any other variation thereof, are intended to cover a non-exclusive inclusion. For example, a composition, a mixture, process, method, article, or apparatus that comprises a list of elements is not necessarily limited to only those elements but can include other elements not expressly listed or inherent to such composition, mixture, process, method, article, or apparatus.

[0372] Additionally, the term“exemplary” is used herein to mean“serving as an example, instance or illustration.” Any embodiment or design described herein as“exemplary” is not necessarily to be construed as preferred or advantageous over other embodiments or designs. The terms“at least one” and“one or more” may be understood to include any integer number greater than or equal to one, i.e. one, two, three, four, etc. The terms“a plurality” may be understood to include any integer number greater than or equal to two, i.e. two, three, four, five, etc. The term“connection” may include both an indirect“connection” and a direct “connection.”

[0373] The terms“about,”“substantially,”“approximately,” and variations thereof, are intended to include the degree of error associated with measurement of the particular quantity based upon the equipment available at the time of filing the application. For example,“about” can include a range of ± 8% or 5%, or 2% of a given value.

[0374] For the sake of brevity, conventional techniques related to making and using aspects of the invention may or may not be described in detail herein. In particular, various aspects of computing systems and specific computer programs to implement the various technical features described herein are well known. Accordingly, in the interest of brevity, many conventional implementation details are only mentioned briefly herein or are omitted entirely without providing the well-known system and/or process details.

[0375] The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.

[0376] The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.

[0377] Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program

instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.

[0378] Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the“C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user’s computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instruction by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.

[0379] Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.

[0380] These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.

[0381] The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.

[0382] The flowchart and block diagrams in the Figures illustrate the architecture,

functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions. [0383] The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments described herein.