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

Method visit_f64x2_eq

winch/codegen/src/visitor.rs:3104–3110  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

3102 }
3103
3104 fn visit_f64x2_eq(&mut self) -> Self::Output {
3105 self.context
3106 .binop(self.masm, OperandSize::S64, |masm, dst, src, _size| {
3107 masm.v128_eq(writable!(dst), dst, src, VectorEqualityKind::F64x2)?;
3108 Ok(TypedReg::v128(dst))
3109 })
3110 }
3111
3112 fn visit_i8x16_ne(&mut self) -> Self::Output {
3113 self.context

Callers

nothing calls this directly

Calls 4

OkFunction · 0.85
v128Function · 0.85
binopMethod · 0.80
v128_eqMethod · 0.45

Tested by

no test coverage detected