Constantsยง
- USE_
SIGNED ๐A bitmask constant for scrutinizing the immediate byte provided to the string comparison intrinsics. It distinuishes between signed integers and unsigned integers. Seecompare_strings
for more details about the immediate byte. - USE_
WORDS ๐A bitmask constant for scrutinizing the immediate byte provided to the string comparison intrinsics. It distinuishes between 16-bit integers and 8-bit integers. Seecompare_strings
for more details about the immediate byte.
Traitsยง
- Eval
Context ๐Ext
Functionsยง
- compare_
strings ๐The main worker for the string comparison intrinsics, where the given strings are analyzed according to the given immediate byte. - deconstruct_
args ๐Obtain the arguments of the intrinsic based on its name. The result is a tuple with the following values: - default_
len ๐ - implicit_
len ๐Calculate the c-style string length for a given stringstr
. The string is either a length 16 array of bytes a length 8 array of two-byte words.