Home | History | Annotate | Download | only in x64

Lines Matching refs:movb

1337 void Assembler::movb(Register dst, const Operand& src) {
1350 void Assembler::movb(Register dst, Immediate imm) {
1361 void Assembler::movb(const Operand& dst, Register src) {
1374 void Assembler::movb(const Operand& dst, Immediate imm) {
1878 movb(reg, Immediate(cc == always ? 1 : 0));