movb             1931 src/x64/assembler-x64.cc     movb(reg, Immediate(cc == always ? 1 : 0));
movb              682 src/x64/assembler-x64.h   void movb(Register dst, const Operand& src);
movb              683 src/x64/assembler-x64.h   void movb(Register dst, Immediate imm);
movb              684 src/x64/assembler-x64.h   void movb(const Operand& dst, Register src);
movb             4375 src/x64/code-stubs-x64.cc     __ movb(Operand(kScratchRegister, kOffsetToResultValue), rax);
movb             4398 src/x64/code-stubs-x64.cc     __ movb(Operand(kScratchRegister, kOffsetToResultValue), rax);
movb             4935 src/x64/code-stubs-x64.cc     __ movb(kScratchRegister, Operand(src, 0));
movb             4936 src/x64/code-stubs-x64.cc     __ movb(Operand(dest, 0), kScratchRegister);
movb             4996 src/x64/code-stubs-x64.cc   __ movb(kScratchRegister, Operand(src, 0));
movb             4997 src/x64/code-stubs-x64.cc   __ movb(Operand(dest, 0), kScratchRegister);
movb             5524 src/x64/code-stubs-x64.cc   __ movb(scratch, Operand(left, index, times_1, 0));
movb             3713 src/x64/full-codegen-x64.cc   __ movb(Operand(result_pos, 0), scratch);
movb               78 src/x64/ic-x64.cc   __ movb(r0, FieldOperand(r1, Map::kInstanceTypeOffset));
movb              539 src/x64/ic-x64.cc   __ movb(rcx, FieldOperand(rcx, Map::kInstanceTypeOffset));
movb              604 src/x64/ic-x64.cc   __ movb(rcx, FieldOperand(rcx, Map::kBitFieldOffset));
movb             3566 src/x64/lithium-codegen-x64.cc         __ movb(operand, value);
movb             4418 src/x64/lithium-codegen-x64.cc     __ movb(rbx, FieldOperand(rbx, Map::kBitField2Offset));
movb             4567 src/x64/lithium-codegen-x64.cc     __ movb(rcx, FieldOperand(rcx, Map::kBitField2Offset));
movb             4034 src/x64/macro-assembler-x64.cc     movb(length, Operand(source, 0));
movb             4035 src/x64/macro-assembler-x64.cc     movb(Operand(destination, 0), length);
movb             3511 src/x64/stub-cache-x64.cc       __ movb(Operand(rbx, rdi, times_1, 0), rdx);
movb             3515 src/x64/stub-cache-x64.cc       __ movb(Operand(rbx, rdi, times_1, 0), rdx);
movb             3591 src/x64/stub-cache-x64.cc           __ movb(Operand(rbx, rdi, times_1, 0), r8);
movb              140 test/cctest/test-disasm-x64.cc   __ movb(rdx, Operand(rcx, 0));
movb              141 test/cctest/test-disasm-x64.cc   __ movb(rcx, Immediate(6));
movb              142 test/cctest/test-disasm-x64.cc   __ movb(Operand(rsp, 16), rdx);