Method cmpistrm
cmpistrm(v128, v128, int)
Compare packed strings with implicit lengths in a and b using the control in imm8, and store the generated mask in dst.
Declaration
public static v128 cmpistrm(v128 a, v128 b, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
int | imm8 | Control |
Returns
Type | Description |
---|---|
v128 | Vector |