Function core::arch::wasm32::i8x16_const [−][src]
pub const unsafe fn i8x16_const(
a0: i8,
a1: i8,
a2: i8,
a3: i8,
a4: i8,
a5: i8,
a6: i8,
a7: i8,
a8: i8,
a9: i8,
a10: i8,
a11: i8,
a12: i8,
a13: i8,
a14: i8,
a15: i8
) -> v128
This is supported on WebAssembly and target feature
simd128
only.Materializes a constant SIMD value from the immediate operands.
This function generates a v128.const
instruction as if the generated
vector was interpreted as sixteen 8-bit integers.