mov_w             700 src/ia32/assembler-ia32.h   void mov_w(Register dst, const Operand& src);
mov_w             701 src/ia32/assembler-ia32.h   void mov_w(const Operand& dst, Register src);
mov_w            5701 src/ia32/code-stubs-ia32.cc   __ mov_w(FieldOperand(eax, SeqAsciiString::kHeaderSize), ebx);
mov_w            5956 src/ia32/code-stubs-ia32.cc     __ mov_w(scratch, Operand(src, 0));
mov_w            5957 src/ia32/code-stubs-ia32.cc     __ mov_w(Operand(dest, 0), scratch);
mov_w            3702 src/ia32/lithium-codegen-ia32.cc         __ mov_w(operand, value);
mov_w            3720 src/ia32/stub-cache-ia32.cc       __ mov_w(Operand(edi, ecx, times_1, 0), ebx);
mov_w            3821 src/ia32/stub-cache-ia32.cc               __ mov_w(Operand(edi, ecx, times_1, 0), ebx);
mov_w             154 test/cctest/test-disasm-ia32.cc   __ mov_w(edx, Operand(esp, 16));
mov_w             155 test/cctest/test-disasm-ia32.cc   __ mov_w(Operand(esp, 16), edx);