Home | History | Annotate | Download | only in x64

Lines Matching refs:emit_mov

2370   void emit_mov(Register dst, const Operand& src, int size);
2371 void emit_mov(Register dst, Register src, int size);
2372 void emit_mov(const Operand& dst, Register src, int size);
2373 void emit_mov(Register dst, Immediate value, int size);
2374 void emit_mov(const Operand& dst, Immediate value, int size);