Searched defs:movsx_w (Results 1 – 3 of 3) sorted by relevance
2405 __ movsx_w(dst, dst); in AssembleArchInstruction() local3665 __ movsx_w(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local3720 __ movsx_w(eax, eax); in AssembleArchInstruction() local
608 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
673 void Assembler::movsx_w(Register dst, Operand src) { in movsx_w() function in v8::internal::Assembler