Function core::arch::wasm32::i16x8_const [−][src]
pub const unsafe fn i16x8_const(
a0: i16,
a1: i16,
a2: i16,
a3: i16,
a4: i16,
a5: i16,
a6: i16,
a7: i16
) -> 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 eight 16-bit integers.