Searched refs:ext_src (Results 1 – 1 of 1) sorted by relevance
1073 let ext_src: Gpr = dst.0.into(); in div() localVariable1075 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() localVariable1132 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()