Lines Matching full:mov_b
599 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
600 void mov_b(Register dst, const Operand& src);
601 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
602 void mov_b(const Operand& dst, int8_t src) { mov_b(dst, Immediate(src)); }
603 void mov_b(const Operand& dst, const Immediate& src);
604 void mov_b(const Operand& dst, Register src);