Searched refs:movsxbl (Results 1 – 4 of 4) sorted by relevance
1778 ASSEMBLE_MOVX(movsxbl); in AssembleArchInstruction()2514 __ movsxbl(dst, dst); in AssembleArchInstruction() local2664 __ movsxbl(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local2689 __ movsxbl(rax, rax); in AssembleArchInstruction() local2718 __ movsxbl(rax, rax); \ in AssembleArchInstruction()
698 void movsxbl(Register dst, Register src);699 void movsxbl(Register dst, Operand src);
1865 void Assembler::movsxbl(Register dst, Register src) { in movsxbl() function in v8::internal::Assembler1878 void Assembler::movsxbl(Register dst, Operand src) { in movsxbl() function in v8::internal::Assembler
219 movsxbl(dst.gp(), src_op); in Load()