Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs1013 .cvt_float_to_float(src, dst, OperandSize::S64, OperandSize::S32); in demote()
1019 .cvt_float_to_float(src, dst, OperandSize::S32, OperandSize::S64); in promote()
H A Dasm.rs804 pub fn cvt_float_to_float( in cvt_float_to_float() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs1268 .cvt_float_to_float(src, dst, OperandSize::S64, OperandSize::S32); in demote()
1274 .cvt_float_to_float(src, dst, OperandSize::S32, OperandSize::S64); in promote()
H A Dasm.rs918 pub fn cvt_float_to_float( in cvt_float_to_float() method