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

Method get_i8x16

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

Source from the content-addressed store, hash-verified

644 }
645
646 fn get_i8x16(&self) -> [i8; 16] {
647 let val = unsafe { self.0.i8x16 };
648 val.map(|e| i8::from_le(e))
649 }
650
651 fn set_i8x16(&mut self, val: [i8; 16]) {
652 self.0.i8x16 = val.map(|e| e.to_le());

Callers 15

vaddi8x16Method · 0.80
vaddi8x16_satMethod · 0.80
vshli8x16Method · 0.80
vshri8x16_sMethod · 0.80
vwidenlow8x16_sMethod · 0.80
vwidenhigh8x16_sMethod · 0.80
vsubi8x16Method · 0.80
vsubi8x16_satMethod · 0.80
vmuli8x16Method · 0.80
vslt8x16Method · 0.80
vslteq8x16Method · 0.80
vneg8x16Method · 0.80

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected