| Method |
Description |
| cmpestra |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if b did not contain a null character and the resulting mask was zero, and 0 otherwise.
|
| cmpestrc |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if the resulting mask was non-zero, and 0 otherwise.
|
| cmpestri |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and store the generated index in dst.
|
| cmpestrm |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and store the generated mask in dst.
|
| cmpestro |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns bit 0 of the resulting bit mask.
|
| cmpestrs |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if any character in a was null, and 0 otherwise.
|
| cmpestrz |
Compare packed strings in a and b with lengths la and lb using the control in imm8, and returns 1 if any character in b was null, and 0 otherwise.
|
| cmpgt_epi64 |
Compare packed 64-bit integers in a and b for greater-than, and store the results in dst.
|
| cmpistra |
Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if b did not contain a null character and the resulting mask was zero, and 0 otherwise.
|
| cmpistrc |
Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if the resulting mask was non-zero, and 0 otherwise.
|
| cmpistri |
Compare packed strings with implicit lengths in a and b using the control in imm8, and store the generated index in dst.
|
| cmpistrm |
Compare packed strings with implicit lengths in a and b using the control in imm8, and store the generated mask in dst.
|
| cmpistro |
Compare packed strings with implicit lengths in a and b using the control in imm8, and returns bit 0 of the resulting bit mask.
|
| cmpistrs |
Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if any character in a was null, and 0 otherwise.
|
| cmpistrz |
Compare packed strings with implicit lengths in a and b using the control in imm8, and returns 1 if any character in b was null, and 0 otherwise.
|
| crc32_u16 |
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 16-bit integer v, and stores the result in dst.
|
| crc32_u32 |
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 32-bit integer v, and stores the result in dst.
|
| crc32_u64 |
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 64-bit integer v, and stores the result in dst.
|
| crc32_u8 |
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 8-bit integer v, and stores the result in dst.
|