Home | History | Annotate | Download | only in x86

Lines Matching refs:movzxb

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