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

Method set_f32x4

pulley/src/interp.rs:732–734  ·  view source on GitHub ↗
(&mut self, val: [f32; 4])

Source from the content-addressed store, hash-verified

730 }
731
732 fn set_f32x4(&mut self, val: [f32; 4]) {
733 self.0.f32x4 = val.map(|e| e.to_bits().to_le());
734 }
735}
736
737/// The machine state for a Pulley virtual machine: the various registers and

Callers 15

vsubf32x4Method · 0.80
vmulf32x4Method · 0.80
vdivf32x4Method · 0.80
vtrunc32x4Method · 0.80
vfloor32x4Method · 0.80
vceil32x4Method · 0.80
vnearest32x4Method · 0.80
vsqrt32x4Method · 0.80
vnegf32x4Method · 0.80
vaddf32x4Method · 0.80
vsplatf32Method · 0.80
vf32x4_from_i32x4_sMethod · 0.80

Calls 3

to_leMethod · 0.80
mapMethod · 0.45
to_bitsMethod · 0.45

Tested by

no test coverage detected