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

Method get_i64x2

pulley/src/interp.rs:700–703  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

698 }
699
700 fn get_i64x2(&self) -> [i64; 2] {
701 let val = unsafe { self.0.i64x2 };
702 val.map(|e| i64::from_le(e))
703 }
704
705 fn set_i64x2(&mut self, val: [i64; 2]) {
706 self.0.i64x2 = val.map(|e| e.to_le());

Callers 12

vaddi64x2Method · 0.80
vshli64x2Method · 0.80
vshri64x2_sMethod · 0.80
vf64x2_from_i64x2_sMethod · 0.80
vnarrow64x2_sMethod · 0.80
vnarrow64x2_uMethod · 0.80
vsubi64x2Method · 0.80
vmuli64x2Method · 0.80
vslt64x2Method · 0.80
vslteq64x2Method · 0.80
vneg64x2Method · 0.80
vabs64x2Method · 0.80

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected