Method cmpistra
cmpistra(v128, v128, Int32)
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.
Declaration
public static int cmpistra(v128 a, v128 b, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
Int32 | imm8 | Control |
Returns
Type | Description |
---|---|
Int32 | Boolean value |