Searched defs:movsx_b (Results 1 – 3 of 3) sorted by relevance
2757 __ movsx_b(dst, dst); in AssembleArchInstruction() local3655 __ movsx_b(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local3708 __ movsx_b(eax, eax); in AssembleArchInstruction() local
605 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
666 void Assembler::movsx_b(Register dst, Operand src) { in movsx_b() function in v8::internal::Assembler