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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 278 movzxb (%rax), %dx label
279 movzxb (%rax), %edx label
280 movzxb (%rax), %rdx label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s 284 movzxb (%rax), %dx label
285 movzxb (%rax), %edx label
286 movzxb (%rax), %rdx label
  /art/compiler/utils/x86/
assembler_x86.cc 205 void X86Assembler::movzxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
213 void X86Assembler::movzxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
238 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 239 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
248 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
280 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]

Completed in 594 milliseconds