Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1688 fn float_abs(&mut self, dst: WritableReg, size: OperandSize) -> Result<()>; in float_abs() method
H A Dvisitor.rs752 masm.float_abs(writable!(reg), OperandSize::S32)?; in visit_f32_abs()
759 masm.float_abs(writable!(reg), OperandSize::S64)?; in visit_f64_abs()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs706 fn float_abs(&mut self, dst: WritableReg, size: OperandSize) -> Result<()> { in float_abs() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs666 fn float_abs(&mut self, dst: WritableReg, size: OperandSize) -> Result<()> { in float_abs() method