Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/
H A Dvisitor.rs779 self.masm.float_round( in visit_f32_floor()
792 self.masm.float_round( in visit_f64_floor()
805 self.masm.float_round( in visit_f32_ceil()
818 self.masm.float_round( in visit_f64_ceil()
831 self.masm.float_round( in visit_f32_nearest()
844 self.masm.float_round( in visit_f64_nearest()
857 self.masm.float_round( in visit_f32_trunc()
870 self.masm.float_round( in visit_f64_trunc()
H A Dmasm.rs1694 fn float_round< in float_round() method
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs711 fn float_round< in float_round() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs688 fn float_round< in float_round() method