Home | History | Annotate | Download | only in x86_64

Lines Matching defs:movsxb

231 void X86_64Assembler::movsxb(CpuRegister dst, CpuRegister src) {
240 void X86_64Assembler::movsxb(CpuRegister dst, const Address& src) {
252 LOG(FATAL) << "Use movzxb or movsxb instead.";
2627 movsxb(reg.AsCpuRegister(), reg.AsCpuRegister());