movw              849 src/arm/assembler-arm.h   void movw(Register reg, uint32_t immediate, Condition cond = al);
movw              688 src/x64/assembler-x64.h   void movw(const Operand& dst, Register src);
movw             4722 src/x64/code-stubs-x64.cc   __ movw(FieldOperand(rax, SeqAsciiString::kHeaderSize), rbx);
movw             4941 src/x64/code-stubs-x64.cc     __ movw(Operand(dest, 0), kScratchRegister);
movw             3570 src/x64/lithium-codegen-x64.cc         __ movw(operand, value);
movw             3519 src/x64/stub-cache-x64.cc       __ movw(Operand(rbx, rdi, times_2, 0), rdx);
movw             3595 src/x64/stub-cache-x64.cc           __ movw(Operand(rbx, rdi, times_2, 0), r8);
movw              298 test/cctest/test-disasm-arm.cc     COMPARE(movw(r5, 0xabcd, eq),
movw              143 test/cctest/test-disasm-x64.cc   __ movw(Operand(rsp, 16), rdx);