Method cmpestri
cmpestri(v128, Int32, v128, Int32, Int32)
Compare packed strings in a and b with lengths la and lb using the control in imm8, and store the generated index in dst.
Declaration
public static int cmpestri(v128 a, int la, v128 b, int lb, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Int32 | la | Length a |
v128 | b | Vector b |
Int32 | lb | Length b |
Int32 | imm8 | Control |
Returns
Type | Description |
---|---|
Int32 | Index |