Home | History | Annotate | Download | only in x86_64

Lines Matching refs:movsxb

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