Method insert_epi8
insert_epi8(v128, byte, int)
Copy "a" to "dst", and insert the lower 8-bit integer from "i" into "dst" at the location specified by "imm8".
Declaration
public static v128 insert_epi8(v128 a, byte i, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
byte | i | lower 8-bit integer |
int | imm8 | Location |
Returns
Type | Description |
---|---|
v128 | Vector |