Method cmpistrs
cmpistrs(v128, v128, Int32)
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.
Declaration
public static int cmpistrs(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  |