Searched refs:float_min (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 1671 fn float_min(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()>; in float_min() method
|
| H A D | visitor.rs | 689 masm.float_min(writable!(dst), dst, src, size)?; in visit_f32_min() 700 masm.float_min(writable!(dst), dst, src, size)?; in visit_f64_min()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | masm.rs | 674 fn float_min(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_min() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | masm.rs | 595 fn float_min(&mut self, dst: WritableReg, lhs: Reg, rhs: Reg, size: OperandSize) -> Result<()> { in float_min() method
|