Home | History | Annotate | Download | only in x64

Lines Matching defs:movb

1164 void Assembler::movb(Register dst, const Operand& src) {
1177 void Assembler::movb(Register dst, Immediate imm) {
1188 void Assembler::movb(const Operand& dst, Register src) {
1201 void Assembler::movb(const Operand& dst, Immediate imm) {
1659 movb(reg, Immediate(cc == always ? 1 : 0));