Home | History | Annotate | Download | only in x86_64

Lines Matching full:movzxb

239 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) {
248 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) {
280 LOG(FATAL) << "Use movzxb or movsxb instead.";