Searched refs:movsxwq (Results 1 – 4 of 4) sorted by relevance
716 void movsxwq(Register dst, Register src);717 void movsxwq(Register dst, const Operand& src);
1619 void Assembler::movsxwq(Register dst, const Operand& src) { in movsxwq() function in v8::internal::Assembler1627 void Assembler::movsxwq(Register dst, Register src) { in movsxwq() function in v8::internal::Assembler
1063 movsxwq(dst, src); in Load()
1874 ASSEMBLE_MOVX(movsxwq); in AssembleArchInstruction()