Lines Matching refs:mov_b
691 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }692 void mov_b(Register dst, const Operand& src);693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }694 void mov_b(const Operand& dst, int8_t imm8);695 void mov_b(const Operand& dst, Register src);