Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1667 fn float_div(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_div() method
H A Dvisitor.rs667 masm.float_div(writable!(dst), dst, src, size)?; in visit_f32_div()
678 masm.float_div(writable!(dst), dst, src, size)?; in visit_f64_div()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs669 fn float_div(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_div() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs589 fn float_div(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_div() method