Method insert_epi8
insert_epi8(v128, Byte, Int32)
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 |
Int32 | imm8 | Location |
Returns
Type | Description |
---|---|
v128 | Vector |