Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1661 fn float_sub(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_sub() method
H A Dvisitor.rs623 masm.float_sub(writable!(dst), dst, src, size)?; in visit_f32_sub()
634 masm.float_sub(writable!(dst), dst, src, size)?; in visit_f64_sub()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs659 fn float_sub(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_sub() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs577 fn float_sub(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_sub() method