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