Home | History | Annotate | Download | only in x87

Lines Matching full:mov_b

596   void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
597 void mov_b(Register dst, const Operand& src);
598 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
599 void mov_b(const Operand& dst, int8_t imm8);
600 void mov_b(const Operand& dst, const Immediate& src);
601 void mov_b(const Operand& dst, Register src);