Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1658 fn float_add(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_add() method
H A Dvisitor.rs601 masm.float_add(writable!(dst), dst, src, size)?; in visit_f32_add()
612 masm.float_add(writable!(dst), dst, src, size)?; in visit_f64_add()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs654 fn float_add(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_add() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs571 fn float_add(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_add() method