Home | History | Annotate | Download | only in x86

Lines Matching refs:movsxb

221 void X86Assembler::movsxb(Register dst, ByteRegister src) {
229 void X86Assembler::movsxb(Register dst, const Address& src) {
238 LOG(FATAL) << "Use movzxb or movsxb instead.";