Home
last modified time | relevance | path

Searched defs:float_max (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs679 fn float_max(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_max() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs601 fn float_max(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_max() method
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1675 fn float_max(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_max() method