Vector string search instruction

US11068541B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11068541-B2
Application numberUS-201916276712-A
CountryUS
Kind codeB2
Filing dateFeb 15, 2019
Priority dateFeb 15, 2019
Publication dateJul 20, 2021
Grant dateJul 20, 2021

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.

An instruction is provided for performing a vector string search. The instruction to be processed is obtained, with the instruction being defined to be a string search instruction to locate occurrence of a substring within a string. The instruction is processed, with the processing including searching the string specified in one operand of the instruction using the substring specified in another operand of the instruction. Based on the searching locating a first full match of the substring within the string, a full match condition indication is returned with position of the first full match in the string, and based on the searching locating only a partial match of the substring at a termination of the string, a partial match condition indication is returned, with the position of the partial match in the string.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer program product for facilitating processing within a computing environment, the computer program product comprising: a computer-readable storage medium readable by a processing circuit and storing instructions for performing a method comprising: obtaining an instruction to be processed, the instruction defined to be a vector string search instruction to locate occurrence of a sub string within a string; processing the instruction, the processing comprising: determining a mode for the searching, the searching including a non-zero-terminated search mode and a zero-terminated search mode, and the determining being based on whether a zero-search flag in a field of the instruction is set to indicate the zero-terminated search mode and that the string or substring can contain a zero termination that shortens the string or substring, respectively, for the searching in comparison to a length of the string or sub string, respectively, in the non-zero-terminated search mode; searching the string specified in one operand of the instruction using the substring specified in another operand of the instruction, wherein the searching proceeds based on a length of the substring being a multiple of a size of elements within the string, the size being determined from a field of the instruction; based on the searching locating a first full match of the substring within the string, returning a full match condition indication with position of the first full match in the string; and based on the searching locating only a partial match of the substring at a termination of the string, returning a partial match condition indication with position of the partial match in the string. 2. The computer program product of claim 1 , wherein the processing further comprises, based on the searching locating no-match of the substring within the string, returning a no-match condition indication with a search completion position of n, n being a length of the string in bytes. 3. The computer program product of claim 1 , wherein the processing further comprises, based on the mode for the searching being the zero-terminated search mode, determining that the string includes the zero termination, and based thereon, setting a zero-termination found indicator. 4. The computer program product of claim 3 , wherein the processing further comprises, based on the searching reaching the zero termination within the string without a match, terminating the searching and returning, with reference to the zero-termination found indicator, a no-match with zero termination condition indication, with a search completion position of n, n being a length of the string in bytes. 5. The computer program product of claim 3 , wherein the determining further comprises determining that a length of the string before the zero termination within the string is smaller than the substring length, and based thereon, determining whether a portion of the substring matches the string before the zero termination. 6. The computer program product of claim 1 , wherein the searching is based, in part, on the size of the elements within the string, the searching including element-based stepping through the string, wherein the size is selected from the group consisting of 1 byte, 2 bytes, or 4 bytes. 7. The computer program product of claim 1 , wherein the string search instruction is an architected hardware machine instruction of an instruction set architecture. 8. The computer program product of claim 7 , wherein the architected hardware machine instruction is a vector string search instruction. 9. A computer system for facilitating processing within a computing environment, the computer system comprising: a memory; and a processor coupled to the memory, wherein the computer system is configured to perform a method comprising: obtaining an instruction to be processed, the instruction defined to be a vector string search instruction to locate occurrence of a sub string within a string; processing the instruction, the processing comprising: determining a mode for the searching, the searching including a non-zero-terminated search mode and a zero-terminated search mode, and the determining being based on whether a zero-search flag in a field of the instruction is set to indicate the zero-terminated search mode and that the string or substring can contain a zero termination that shortens the string or substring, respectively, for the searching in comparison to a length of the string or sub string, respectively, in the non-zero-terminated search mode; searching the string specified in one operand of the instruction using the substring specified in another operand of the instruction, wherein the searching proceeds based on a length of the substring being a multiple of a size of elements within the string, the size being determined from a field of the instruction; based on the searching locating a first full match of the substring within the string, returning a full match condition indication with position of the first full match in the string; and based on the searching locating only a partial match of the substring at a termination of the string, returning a partial match condition indication with position of the partial match in the string. 10. The computer system of claim 9 , wherein the processing further comprises, based on the searching locating no-match of the substring within the string, returning a no-match condition indication with a search completion position of n, n being a length of the string in bytes. 11. The computer system of claim 9 , wherein the processing further comprises, based on the mode for the searching being the zero-terminated search mode, determining that the string includes the zero termination, and based thereon, setting a zero-termination found indicator. 12. The computer system of claim 11 , wherein the processing further comprises, based on the searching reaching the zero termination within the string without a match, terminating the searching and returning, with reference to the zero-termination found indicator, a no-match with zero termination condition indication, with a search completion position of n, n being a length of the string in bytes. 13. The computer system of claim 11 , wherein the determining further comprises determining that a length of the string before the zero termination within the string is smaller than the substring length, and based thereon, determining whether a portion of the substring matches the string before the zero termination. 14. The computer system of claim 9 , wherein the searching is based, in part, on the byte size of the elements within the string, the searching including element-based stepping through the string, wherein the byte size is selected from the group consisting of 1 byte, 2 bytes, or 4 bytes. 15. A computer-implemented method of facilitating processing within a computing environment, the computer-implemented method comprising: obtaining an instruction to be processed, the instruction defined to be a vector string search instruction to locate occurrence of a substring within a string; processing the instruction, the processing comprising: determining a mode for the searching, the searching including a non-zero-terminated search mode and a zero-terminated search mode, and the determining being based on whether a zero-search flag in a field of the instruction is set to indicate the zero-terminated search mode and that the string or substring can contain a zero termination that shortens the string or substring, respectively, for the searching in comparison to a length of the string or s

Assignees

Inventors

Classifications

  • Parsing · CPC title

  • Matrix or vector computation {, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization (matrix transposition G06F7/78)} · CPC title

  • by using string matching techniques · CPC title

  • using directory or table look-up (use of a directory or look-up table in file systems G06F16/13) · CPC title

  • Natural language analysis (semantic analysis of natural language G06F40/30) · 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 US11068541B2 cover?
An instruction is provided for performing a vector string search. The instruction to be processed is obtained, with the instruction being defined to be a string search instruction to locate occurrence of a substring within a string. The instruction is processed, with the processing including searching the string specified in one operand of the instruction using the substring specified in anothe…
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06F16/90344. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 20 2021 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 5 related publications on this page (citations in our corpus or others sharing the same primary CPC).