Home | History | Annotate | Download | only in x86

Lines Matching refs:movsxb

164 void X86Assembler::movsxb(Register dst, ByteRegister src) {
172 void X86Assembler::movsxb(Register dst, const Address& src) {
181 LOG(FATAL) << "Use movzxb or movsxb instead.";
1597 movsxb(reg.AsCpuRegister(), reg.AsByteRegister());