Searched refs:movsxwq (Results 1 – 5 of 5) sorted by relevance
704 void movsxwq(Register dst, Register src);705 void movsxwq(Register dst, Operand src);
1918 void Assembler::movsxwq(Register dst, Operand src) { in movsxwq() function in v8::internal::Assembler1926 void Assembler::movsxwq(Register dst, Register src) { in movsxwq() function in v8::internal::Assembler
943 movsxwq(dst, src); in Load()
232 movsxwq(dst.gp(), src_op); in Load()
1825 ASSEMBLE_MOVX(movsxwq); in AssembleArchInstruction()