Home | History | Annotate | Download | only in x86_64

Lines Matching defs:movsxw

320 void X86_64Assembler::movsxw(CpuRegister dst, CpuRegister src) {
329 void X86_64Assembler::movsxw(CpuRegister dst, const Address& src) {
339 LOG(FATAL) << "Use movzxw or movsxw instead.";