Home | History | Annotate | Download | only in x86_64

Lines Matching full:movzxw

243 void X86_64Assembler::movzxw(CpuRegister dst, CpuRegister src) {
252 void X86_64Assembler::movzxw(CpuRegister dst, const Address& src) {
280 LOG(FATAL) << "Use movzxw or movsxw instead.";
1981 movzxw(reg.AsCpuRegister(), reg.AsCpuRegister());