Searched refs:movsxwl (Results 1 – 4 of 4) sorted by relevance
1813 ASSEMBLE_MOVX(movsxwl); in AssembleArchInstruction()2370 __ movsxwl(dst, dst); in AssembleArchInstruction() local2674 __ movsxwl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local2701 __ movsxwl(rax, rax); in AssembleArchInstruction() local2726 __ movsxwl(rax, rax); \ in AssembleArchInstruction()
702 void movsxwl(Register dst, Register src);703 void movsxwl(Register dst, Operand src);
1902 void Assembler::movsxwl(Register dst, Register src) { in movsxwl() function in v8::internal::Assembler1910 void Assembler::movsxwl(Register dst, Operand src) { in movsxwl() function in v8::internal::Assembler
229 movsxwl(dst.gp(), src_op); in Load()