Home | History | Annotate | Download | only in x86_64

Lines Matching refs:movsxw

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