Searched refs:movsxwl (Results 1 – 4 of 4) sorted by relevance
1866 ASSEMBLE_MOVX(movsxwl); in AssembleArchInstruction()2134 ASSEMBLE_CHECKED_LOAD_INTEGER(movsxwl); in AssembleArchInstruction()
714 void movsxwl(Register dst, Register src);715 void movsxwl(Register dst, const Operand& src);
1601 void Assembler::movsxwl(Register dst, Register src) { in movsxwl() function in v8::internal::Assembler1610 void Assembler::movsxwl(Register dst, const Operand& src) { in movsxwl() function in v8::internal::Assembler
2703 __ movsxwl(result, operand); in DoLoadKeyedExternalArray() local