movsx_w 715 src/ia32/assembler-ia32.h void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } movsx_w 716 src/ia32/assembler-ia32.h void movsx_w(Register dst, const Operand& src); movsx_w 2747 src/ia32/lithium-codegen-ia32.cc __ movsx_w(result, operand); movsx_w 3550 src/ia32/stub-cache-ia32.cc __ movsx_w(eax, Operand(ebx, ecx, times_1, 0)); movsx_w 120 test/cctest/test-disasm-ia32.cc __ movsx_w(edx, ecx); movsx_w 157 test/cctest/test-disasm-ia32.cc __ movsx_w(edx, Operand(esp, 12));