HomeSort by relevance Sort by last modified time
    Searched defs:movsxb (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86/
assembler_x86.cc 163 void X86Assembler::movsxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
171 void X86Assembler::movsxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
180 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 203 void X86_64Assembler::movsxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
212 void X86_64Assembler::movsxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
222 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]

Completed in 124 milliseconds