Searched defs:movsx_b (Results 1 – 3 of 3) sorted by relevance
2693 __ movsx_b(dst, dst); in AssembleArchInstruction() local3534 __ movsx_b(i.InputRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local3575 __ movsx_b(eax, eax); in AssembleArchInstruction() local
514 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
664 void Assembler::movsx_b(Register dst, Operand src) { in movsx_b() function in v8::internal::Assembler