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 D | masm.rs | 1013 .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 D | asm.rs | 804 pub fn cvt_float_to_float( in cvt_float_to_float() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | masm.rs | 1268 .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 D | asm.rs | 918 pub fn cvt_float_to_float( in cvt_float_to_float() method
|