MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / set_u64x2

Method set_u64x2

pulley/src/interp.rs:714–716  ·  view source on GitHub ↗
(&mut self, val: [u64; 2])

Source from the content-addressed store, hash-verified

712 }
713
714 fn set_u64x2(&mut self, val: [u64; 2]) {
715 self.0.u64x2 = val.map(|e| e.to_le());
716 }
717
718 fn get_f64x2(&self) -> [f64; 2] {
719 let val = unsafe { self.0.f64x2 };

Callers 15

vshri64x2_uMethod · 0.80
vsplatx64Method · 0.80
vload32x2le_u_zMethod · 0.80
vi64x2_from_f64x2_uMethod · 0.80
vwidenlow32x4_uMethod · 0.80
vwidenhigh32x4_uMethod · 0.80
vinsertx64Method · 0.80
veq64x2Method · 0.80
vneq64x2Method · 0.80
vslt64x2Method · 0.80
vslteq64x2Method · 0.80
vult64x2Method · 0.80

Calls 2

to_leMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected