Home
last modified time | relevance | path

Searched refs:float_mul (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1664 fn float_mul(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_mul() method
H A Dvisitor.rs645 masm.float_mul(writable!(dst), dst, src, size)?; in visit_f32_mul()
656 masm.float_mul(writable!(dst), dst, src, size)?; in visit_f64_mul()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs664 fn float_mul(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_mul() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs583 fn float_mul(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_mul() method