Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1691 fn float_neg(&mut self, dst: WritableReg, size: OperandSize) -> Result<()>; in float_neg() method
H A Dvisitor.rs766 masm.float_neg(writable!(reg), OperandSize::S32)?; in visit_f32_neg()
773 masm.float_neg(writable!(reg), OperandSize::S64)?; in visit_f64_neg()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs701 fn float_neg(&mut self, dst: WritableReg, size: OperandSize) -> Result<()> { in float_neg() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs646 fn float_neg(&mut self, dst: WritableReg, size: OperandSize) -> Result<()> { in float_neg() method