Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dasm.rs1073 let ext_src: Gpr = dst.0.into(); in div() localVariable
1075 OperandSize::S32 => asm::inst::cltd_zo::new(ext_dst, ext_src).into(), in div()
1076 OperandSize::S64 => asm::inst::cqto_zo::new(ext_dst, ext_src).into(), in div()
1130 let ext_src: Gpr = dst.0.into(); in rem() localVariable
1132 OperandSize::S32 => asm::inst::cltd_zo::new(ext_dst, ext_src).into(), in rem()
1133 OperandSize::S64 => asm::inst::cqto_zo::new(ext_dst, ext_src).into(), in rem()