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 170 void X86Assembler::movsxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
178 void X86Assembler::movsxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
187 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 231 void X86_64Assembler::movsxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
240 void X86_64Assembler::movsxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
252 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]

Completed in 80 milliseconds