Searched defs:movsx_w (Results 1 – 3 of 3) sorted by relevance
2472 __ movsx_w(dst, dst); in AssembleArchInstruction() local3544 __ movsx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local3587 __ movsx_w(eax, eax); in AssembleArchInstruction() local
517 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
672 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler