Method and apparatus for performing a vector bit gather

US10296334B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-10296334-B2
Application numberUS-201414583639-A
CountryUS
Kind codeB2
Filing dateDec 27, 2014
Priority dateDec 27, 2014
Publication dateMay 21, 2019
Grant dateMay 21, 2019

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Apparatus, method, and system for performing a vector bit gather are describe herein. One embodiment of a processor includes: a first vector register storing one or more source data elements, a second vector register storing one or more control elements, and a vector bit gather logic. Each of the control elements includes a plurality of bit fields, each of which is associated with a plurality of corresponding bit positions in a destination vector register and is to identify a bit from the one or more corresponding source data element to be copied to each of the plurality of corresponding bit positions. The vector bit shuffle logic is to read the bit fields from the second vector register and, for each bit field, to identify a bit from the source data elements and responsively copy it to each of the plurality of corresponding bit positions in the destination vector register.

First claim

Opening claim text (preview).

What is claimed is: 1. A processor comprising: a destination vector register to store a plurality of destination data elements, each of the plurality of destination data elements comprising a plurality of bit groups; a first vector register to store a plurality of source data elements; a second vector register to store one or more control elements, each of the control elements comprising a plurality of bit fields, each bit field is associated with exactly one corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register and identifies exactly one bit from one of the plurality of source data elements in the first vector register to be copied to the exactly one corresponding single-bit bit position in each of the plurality of bit groups of one of the plurality of destination data elements in the destination vector register; and vector bit gather logic to read the bit fields from the second vector register and for each bit field, to identify exactly one bit from one of the plurality of source data elements in the first vector register and to responsively copy the identified bit from the one of the plurality of source data elements to the corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register. 2. The processor as in claim 1 , wherein the vector bit gather logic comprises one or more multiplexers to select a set of bits from each of the source data elements in accordance with the bit fields in each of the control elements. 3. The processor as in claim 1 , wherein each of the source data elements comprises a 64-bit data element and wherein each bit field comprises at least 6 bits to identify a bit from each of the 64-bit data elements. 4. The processor as in claim 3 , wherein each of the bit fields comprises a control byte and wherein at least 6 bits are to be selected from each of the control bytes to identify each bit from each of the one or more 64-bit data elements. 5. The processor as in claim 4 , wherein eight bits from each data element are to be selected using eight of the control bytes. 6. The processor as in claim 5 , wherein the first vector register is to store eight of the 64 bit data elements and wherein the destination vector register is to store eight corresponding 8-bit values selected from the eight 64-bit data elements. 7. The processor as in claim 6 , further comprising: a mask register to store a mask bit associated with each of the 8-bit values in the destination vector register. 8. The processor as in claim 7 , wherein the bits within the mask register are to be used to determine whether the corresponding values in the destination vector register should remain unchanged or be set to 0. 9. The processor as in claim 1 , wherein the vector bit gather logic is to operate responsive to a vector bit gather instruction decoded by decode logic in the processor and executed by execution logic in the processor. 10. A method comprising: storing a plurality of source data elements in a first vector register; storing a plurality of control elements in a second vector register, each of the control elements comprising a plurality of bit fields, each bit field is associated with exactly one corresponding single-bit bit position in each of a plurality of bit groups of one of a plurality of destination data elements in a destination vector register and identifies exactly one bit from one of the plurality of source data elements in the first vector register to be copied to the exactly one corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register; and reading the bit fields from the second vector register and for each bit field, identifying exactly one bit from one of the plurality of source data elements in the first vector register and responsively copying the identified bit from the one of the plurality of source data elements to the corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register. 11. The method as in claim 10 , further comprising selecting a set of bits from each of the source data elements with one or more multiplexers in accordance with the bit fields in each of the control elements. 12. The method as in claim 10 , wherein each of the source data elements comprises a 64-bit data element and wherein each bit field comprises at least 6 bits to identify a bit from each of the 64-bit data elements. 13. The method as in claim 12 , wherein each of the bit fields comprises a control byte and wherein at least 6 bits are to be selected from each of the control bytes to identify each bit from each of the 64-bit data elements. 14. The method as in claim 13 , wherein eight bits from each data element are to be selected using eight of the control bytes. 15. The method as in claim 14 , wherein the first vector register is to store eight of the 64 bit data elements and wherein the destination vector register is to store eight corresponding 8-bit values selected from the eight 64-bit data elements. 16. The method as in claim 15 , further comprising storing in a mask register a mask bit associated with each of the 8-bit values in the destination vector register. 17. The method as in claim 16 , wherein the bits within the mask register are to be used to determine whether the corresponding values in the destination vector register should remain unchanged or be set to 0. 18. A system comprising: a memory to store program code and data; a cache hierarchy comprising multiple cache levels to cache the program code and data in accordance with a specified cache management policy; an input device to receive input from a user; a processor to execute the program code and process the data responsive to the input from the user, the processor comprising: a destination vector register to store a plurality of destination data elements, each of the one or more destination data elements comprising a plurality of bit groups; a first vector register to store a plurality of source data elements; a second vector register to store one or more control elements, each of the control elements comprising a plurality of bit fields, each bit field is associated with exactly one corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register and identifies exactly one bit from one of the plurality of source data elements in the first vector register to be copied to the exactly one corresponding single-bit bit position in each of the plurality of bit groups of one of the plurality of destination data elements in the destination vector register; and vector bit gather logic to read the bit fields from the second vector register and for each bit field, to identify exactly one bit from one of the plurality of source data elements in the first vector register and to responsively copy the identified bit from the one of the plurality of source data elements to the corresponding single-bit bit position in each of the plurality of bit groups of at least one of the plurality of destination data elements in the destination vector register. 19. The system as in claim 18 , wherein the vector bit gather logic compris

Assignees

Inventors

Classifications

  • Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE · CPC title

  • Instructions to perform operations on packed data, e.g. vector, tile or matrix operations · CPC title

  • Bit or string instructions · CPC title

  • Register arrangements · CPC title

  • using a mask · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US10296334B2 cover?
Apparatus, method, and system for performing a vector bit gather are describe herein. One embodiment of a processor includes: a first vector register storing one or more source data elements, a second vector register storing one or more control elements, and a vector bit gather logic. Each of the control elements includes a plurality of bit fields, each of which is associated with a plurality o…
Who is the assignee on this patent?
Intel Corp
What technology area does this patent fall under?
Primary CPC classification G06F9/30036. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue May 21 2019 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 2 related publications on this page (citations in our corpus or others sharing the same primary CPC).