Home | History | Annotate | Download | only in x86

Lines Matching defs:movsxb

170 void X86Assembler::movsxb(Register dst, ByteRegister src) {
178 void X86Assembler::movsxb(Register dst, const Address& src) {
187 LOG(FATAL) << "Use movzxb or movsxb instead.";
1941 movsxb(reg.AsCpuRegister(), reg.AsByteRegister());