Constants for string comparison intrinsics
| Property | Description |
|---|---|
| UBYTE_OPS | Compare 8-bit unsigned characters |
| UWORD_OPS | Compare 16-bit unsigned characters |
| SBYTE_OPS | Compare 8-bit signed characters |
| SWORD_OPS | Compare 16-bit signed characters |
| CMP_EQUAL_ANY | Compare any equal |
| CMP_RANGES | Compare ranges |
| CMP_EQUAL_EACH | Compare equal each |
| CMP_EQUAL_ORDERED | Compare equal ordered |
| POSITIVE_POLARITY | Normal result polarity |
| NEGATIVE_POLARITY | Negate results |
| MASKED_POSITIVE_POLARITY | Normal results only before end of string |
| MASKED_NEGATIVE_POLARITY | Negate results only before end of string |
| LEAST_SIGNIFICANT | Index only: return least significant bit |
| MOST_SIGNIFICANT | Index only: return most significan bit |
| BIT_MASK | mask only: return bit mask |
| UNIT_MASK | mask only: return byte/word mask |