Home | History | Annotate | Download | only in x64

Lines Matching refs:src_op

211   Operand src_op = liftoff::GetMemOp(this, src_addr, offset_reg, offset_imm);
216 movzxbl(dst.gp(), src_op);
219 movsxbl(dst.gp(), src_op);
222 movsxbq(dst.gp(), src_op);
226 movzxwl(dst.gp(), src_op);
229 movsxwl(dst.gp(), src_op);
232 movsxwq(dst.gp(), src_op);
236 movl(dst.gp(), src_op);
239 movsxlq(dst.gp(), src_op);
242 movq(dst.gp(), src_op);
245 Movss(dst.fp(), src_op);
248 Movsd(dst.fp(), src_op);