Function core::arch::wasm32::i32x4_const [−][src]
pub const unsafe fn i32x4_const(a0: i32, a1: i32, a2: i32, a3: i32) -> 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 four 32-bit integers.