Home
last modified time | relevance | path

Searched defs:movsx_w (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2472 __ movsx_w(dst, dst); in AssembleArchInstruction() local
3544 __ movsx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local
3587 __ movsx_w(eax, eax); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h517 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
Dassembler-ia32.cc672 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler