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

  /art/compiler/utils/x86/
assembler_x86.cc 147 void X86Assembler::movzxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
155 void X86Assembler::movzxb(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 185 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
194 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
222 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]

Completed in 92 milliseconds