Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_u32x4
Method
set_u32x4
pulley/src/interp.rs:696–698 ·
view source on GitHub ↗
(&mut self, val: [u32; 4])
Source
from the content-addressed store, hash-verified
694
}
695
696
fn set_u32x4(&mut self, val: [u32; 4]) {
697
self.0.u32x4 = val.map(|e| e.to_le());
698
}
699
700
fn get_i64x2(&self) -> [i64; 2] {
701
let val = unsafe { self.0.i64x2 };
Callers
15
vshri32x4_u
Method · 0.80
vsplatx32
Method · 0.80
vload16x4le_u_z
Method · 0.80
vi32x4_from_f32x4_u
Method · 0.80
vwidenlow16x8_u
Method · 0.80
vwidenhigh16x8_u
Method · 0.80
vnarrow64x2_u
Method · 0.80
vunarrow64x2_u
Method · 0.80
vinsertx32
Method · 0.80
veq32x4
Method · 0.80
vneq32x4
Method · 0.80
vslt32x4
Method · 0.80
Calls
2
to_le
Method · 0.80
map
Method · 0.45
Tested by
no test coverage detected