Searched refs:float_max (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 1675 fn float_max(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_max() method
|
| H A D | visitor.rs | 711 masm.float_max(writable!(dst), dst, src, size)?; in visit_f32_max() 722 masm.float_max(writable!(dst), dst, src, size)?; in visit_f64_max()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | masm.rs | 679 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 D | masm.rs | 601 fn float_max(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_max() method
|